From 10c55013eba9cb7c4baa8381327439625f600d63 Mon Sep 17 00:00:00 2001 From: Till Frankenbach <81414045+merydian@users.noreply.github.com> Date: Fri, 10 May 2024 04:36:51 -0400 Subject: [PATCH 01/26] feat: rename ok button in provider window to save (#242) Co-authored-by: Jakob Schnell Co-authored-by: koebi --- CHANGELOG.md | 3 ++ ORStools/gui/ORStoolsDialogConfig.py | 5 +- ORStools/i18n/orstools_de.ts | 73 ++++++++++++++++++++-------- 3 files changed, 60 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 962570e1..1885f915 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,6 +50,9 @@ RELEASING: ### Added - Add support for decimal ranges with isochrones([#237](https://github.com/GIScience/orstools-qgis-plugin/issues/237)) +### Changed +- Rename `Ok` button in configuration window to `Save` for clarification([#241](https://github.com/GIScience/orstools-qgis-plugin/issues/241)) + ## [1.7.1] - 2024-01-15 ### Added diff --git a/ORStools/gui/ORStoolsDialogConfig.py b/ORStools/gui/ORStoolsDialogConfig.py index 03fc2dc3..8983a90b 100644 --- a/ORStools/gui/ORStoolsDialogConfig.py +++ b/ORStools/gui/ORStoolsDialogConfig.py @@ -31,7 +31,7 @@ from PyQt5 import QtWidgets from PyQt5.QtCore import QMetaObject -from PyQt5.QtWidgets import QDialog, QInputDialog, QLineEdit +from PyQt5.QtWidgets import QDialog, QInputDialog, QLineEdit, QDialogButtonBox from PyQt5.QtGui import QIntValidator from ORStools.utils import configmanager @@ -59,6 +59,9 @@ def __init__(self, parent=None): self.provider_add.clicked.connect(self._add_provider) self.provider_remove.clicked.connect(self._remove_provider) + # Change OK to Save in config window + self.buttonBox.button(QDialogButtonBox.Ok).setText(self.tr("Save")) + def accept(self): """When the OK Button is clicked, in-memory temp_config is updated and written to config.yml""" diff --git a/ORStools/i18n/orstools_de.ts b/ORStools/i18n/orstools_de.ts index 137be069..e77545e6 100644 --- a/ORStools/i18n/orstools_de.ts +++ b/ORStools/i18n/orstools_de.ts @@ -6,7 +6,7 @@ <b>ORS Tools</b> provides access to <a href="https://openrouteservice.org" style="color: {0}">openrouteservice</a> routing functionalities.<br><br><center><a href="https://heigit.org/de/willkommen"><img src=":/plugins/ORStools/img/logo_heigit_300.png"/></a><br><br></center>Author: HeiGIT gGmbH<br>Email: <a href="mailto:Openrouteservice <{1}>">{1}</a><br>Web: <a href="{2}">{2}</a><br>Repo: <a href="https://github.com/GIScience/orstools-qgis-plugin">github.com/GIScience/orstools-qgis-plugin</a><br>Version: {3} - <b>ORS Tools</b> bietet Zugriff auf <a href="https://openrouteservice.org" style="color: {0}">openrouteservice</a> Berechnungen.<br><br><center><a href="https://heigit.org/de/willkommen"><img src=":/plugins/ORStools/img/logo_heigit_300.png"/></a><br><br></center>Author: HeiGIT gGmbH<br>Email: <a href="mailto:Openrouteservice <{1}>">{1}</a><br>Web: <a href="{2}">{2}</a><br>Repo: <a href="https://github.com/GIScience/orstools-qgis-plugin">github.com/GIScience/orstools-qgis-plugin</a><br>Version: {3} + <b>ORS Tools</b> bietet Zugriff auf <a href="https://openrouteservice.org" style="color: {0}">openrouteservice</a> Berechnungen.<br><br><center><a href="https://heigit.org/de/willkommen"><img src=":/plugins/ORStools/img/logo_heigit_300.png"/></a><br><br></center>Author: HeiGIT gGmbH<br>Email: <a href="mailto:Openrouteservice <{1}>">{1}</a><br>Web: <a href="{2}">{2}</a><br>Repo: <a href="https://github.com/GIScience/orstools-qgis-plugin">github.com/GIScience/orstools-qgis-plugin</a><br>Version: {3} @@ -17,44 +17,44 @@ ORSBaseProcessingAlgorithm - + Provider ORSBaseProcessingAlgorithm Dienst wählen - + Travel mode ORSBaseProcessingAlgorithm Verkehrsmittel - + Features to avoid ORSBaseProcessingAlgorithm Vermeiden - + Types of borders to avoid ORSBaseProcessingAlgorithm Grenzen vermeiden - + Comma-separated list of ids of countries to avoid ORSBaseProcessingAlgorithm zu vermeidende Länder-IDs (komma-separiert) - + Polygons to avoid ORSBaseProcessingAlgorithm Flächen vermeiden - ORSDirectionsLinesAlgorithm + ORSDirectionsLinesAlgo Input Line layer @@ -81,6 +81,34 @@ Routenberechnung aus einem Polyline-Layer + + ORSDirectionsLinesAlgorithm + + + Input Line layer + Eingabelayer (Linien) + + + + Layer ID Field + ID-Attribut + + + + Travel preference + Routenpräferenz + + + + Traveling Salesman (omits other configurations) + Wegpunktoptimierung (sonstige Konfiguration wird nicht berücksichtigt) + + + + Directions from 1 Polyline-Layer + Routenberechnung aus einem Polyline-Layer + + ORSDirectionsPointsLayerAlgo @@ -109,7 +137,7 @@ Wegpunktoptimierung (sonstige Konfiguration wird nicht berücksichtigt) - + Directions from 1 Point-Layer Routenberechnung aus einem Punkt-Layer @@ -264,12 +292,12 @@ ORStoolsDialog - + Apply Anwenden - + Close Schließen @@ -551,8 +579,8 @@ p, li { white-space: pre-wrap; } - <html><head/><body><p>Save points in list to layer.</p></body></html> - <html><head/><body><p>Punkte aus Liste in Layer speichern.</p></body></html> + <html><head/><body><p>Save points in list to layer. Use the processing algorithms (batch jobs) to work with points from layers.</p></body></html> + <html><head/><body><p>Punkte aus Liste in Layer speichern. Verarbeitungswerkzeuge für die Arbeit mit Layern nutzen.</p></body></html> @@ -576,40 +604,45 @@ p, li { white-space: pre-wrap; } ORStoolsDialogConfigMain - + Enter a name for the provider Name für Dienst angeben - + Remove ORS provider Dienst entfernen - + Choose provider to remove Zu entfernenden Dienst auswählen - + API Key API-Key - + Base URL Basis-URL - + Request timeout in seconds (1 - 3600) Anfragen-Timeout in Sekunden (1 – 3600) - + New ORS provider Neuer ORS-Provider + + + Save + Speichern + ORStoolsDialogMain From 2f04fa22dd23a7d74deebacd9e071504f13c3c05 Mon Sep 17 00:00:00 2001 From: Till Frankenbach <81414045+merydian@users.noreply.github.com> Date: Fri, 10 May 2024 05:01:37 -0400 Subject: [PATCH 02/26] feat: add hint for joins to layer id field name (#225) Co-authored-by: Jakob Schnell Co-authored-by: koebi --- CHANGELOG.md | 2 ++ ORStools/i18n/orstools_de.ts | 12 ++++++------ ORStools/proc/directions_points_layer_proc.py | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1885f915..49b68db7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,7 @@ RELEASING: 14. Create new release in GitHub with tag version and release title of `vX.X.X` --> + ## Unreleased ### Fixed @@ -49,6 +50,7 @@ RELEASING: ### Added - Add support for decimal ranges with isochrones([#237](https://github.com/GIScience/orstools-qgis-plugin/issues/237)) +- Add hint for joining with `Layer ID Field` ([#143](https://github.com/GIScience/orstools-qgis-plugin/issues/143)) ### Changed - Rename `Ok` button in configuration window to `Save` for clarification([#241](https://github.com/GIScience/orstools-qgis-plugin/issues/241)) diff --git a/ORStools/i18n/orstools_de.ts b/ORStools/i18n/orstools_de.ts index e77545e6..9ae0412f 100644 --- a/ORStools/i18n/orstools_de.ts +++ b/ORStools/i18n/orstools_de.ts @@ -116,11 +116,6 @@ Input (Multi)Point layer Eingabelayer ((Multi)Point) - - - Layer ID Field - ID-Attribut - Sort Points by @@ -141,6 +136,11 @@ Directions from 1 Point-Layer Routenberechnung aus einem Punkt-Layer + + + Layer ID Field (can be used for joining) + ID-Attribut (zum Beispiel für joins) + ORSDirectionsPointsLayersAlgo @@ -580,7 +580,7 @@ p, li { white-space: pre-wrap; } <html><head/><body><p>Save points in list to layer. Use the processing algorithms (batch jobs) to work with points from layers.</p></body></html> - <html><head/><body><p>Punkte aus Liste in Layer speichern. Verarbeitungswerkzeuge für die Arbeit mit Layern nutzen.</p></body></html> + <html><head/><body><p>Punkte aus Liste in Layer speichern. Verarbeitungswerkzeuge für die Arbeit mit Punkt-Layern verwenden.</p></body></html> diff --git a/ORStools/proc/directions_points_layer_proc.py b/ORStools/proc/directions_points_layer_proc.py index 46ed384e..814428bd 100644 --- a/ORStools/proc/directions_points_layer_proc.py +++ b/ORStools/proc/directions_points_layer_proc.py @@ -65,7 +65,7 @@ def __init__(self): ), QgsProcessingParameterField( name=self.IN_FIELD, - description=self.tr("Layer ID Field"), + description=self.tr("Layer ID Field (can be used for joining)"), parentLayerParameterName=self.IN_POINTS, defaultValue=None, optional=True, From a3df6111666c6122da70319ebbba4acc575fc7f4 Mon Sep 17 00:00:00 2001 From: Till Frankenbach <81414045+merydian@users.noreply.github.com> Date: Fri, 10 May 2024 06:30:44 -0400 Subject: [PATCH 03/26] feat: option to export waypoint order when requesting TSP (#227) Co-authored-by: koebi --- CHANGELOG.md | 2 + ORStools/gui/ORStoolsDialog.py | 23 +++ ORStools/gui/ORStoolsDialogUI.py | 55 ++++--- ORStools/gui/ORStoolsDialogUI.ui | 56 ++++--- ORStools/i18n/orstools_de.ts | 143 ++++++++++-------- ORStools/proc/directions_lines_proc.py | 33 ++++ ORStools/proc/directions_points_layer_proc.py | 33 ++++ 7 files changed, 237 insertions(+), 108 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49b68db7..5af5c775 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,8 @@ RELEASING: 14. Create new release in GitHub with tag version and release title of `vX.X.X` --> +# Unreleased +- Add option to export order of optimization route points ([#145](https://github.com/GIScience/orstools-qgis-plugin/issues/145)) ## Unreleased diff --git a/ORStools/gui/ORStoolsDialog.py b/ORStools/gui/ORStoolsDialog.py index 23ab95ce..794293f9 100644 --- a/ORStools/gui/ORStoolsDialog.py +++ b/ORStools/gui/ORStoolsDialog.py @@ -320,6 +320,29 @@ def run_gui_control(self): ) return response = clnt.request("/optimization", {}, post_json=params) + + if self.dlg.export_jobs_order.isChecked(): + items = list() + for route in response["routes"]: + for i, step in enumerate(route["steps"]): + location = step["location"] + items.append(location) + + point_layer = QgsVectorLayer( + "point?crs=epsg:4326&field=ID:integer", "Steps", "memory" + ) + + point_layer.updateFields() + for idx, coords in enumerate(items): + x, y = coords + feature = QgsFeature() + feature.setGeometry(QgsGeometry.fromPointXY(QgsPointXY(x, y))) + feature.setAttributes([idx]) + + point_layer.dataProvider().addFeature(feature) + QgsProject.instance().addMapLayer(point_layer) + self.dlg._iface.mapCanvas().refresh() + feat = directions_core.get_output_features_optimization( response, params["vehicles"][0]["profile"] ) diff --git a/ORStools/gui/ORStoolsDialogUI.py b/ORStools/gui/ORStoolsDialogUI.py index 18fcb879..386861f2 100644 --- a/ORStools/gui/ORStoolsDialogUI.py +++ b/ORStools/gui/ORStoolsDialogUI.py @@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- -# Form implementation generated from reading ui file 'ORSToolsDialogUI.ui' +# Form implementation generated from reading ui file 'ORStoolsDialogUI.ui' # -# Created by: PyQt5 UI code generator 5.15.4 +# Created by: PyQt5 UI code generator 5.15.10 # # WARNING: Any manual changes made to this file will be lost when pyuic5 is # run again. Do not edit this file unless you know what you are doing. @@ -14,7 +14,7 @@ class Ui_ORStoolsDialogBase(object): def setupUi(self, ORStoolsDialogBase): ORStoolsDialogBase.setObjectName("ORStoolsDialogBase") - ORStoolsDialogBase.resize(412, 686) + ORStoolsDialogBase.resize(412, 868) sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Fixed, QtWidgets.QSizePolicy.Expanding) sizePolicy.setHorizontalStretch(0) sizePolicy.setVerticalStretch(0) @@ -241,33 +241,36 @@ def setupUi(self, ORStoolsDialogBase): self.gridLayout_2 = QtWidgets.QGridLayout(self.optimization_group) self.gridLayout_2.setSizeConstraint(QtWidgets.QLayout.SetDefaultConstraint) self.gridLayout_2.setObjectName("gridLayout_2") + self.fix_both = QtWidgets.QRadioButton(self.optimization_group) + self.fix_both.setChecked(False) + self.fix_both.setObjectName("fix_both") + self.optimize_button_group = QtWidgets.QButtonGroup(ORStoolsDialogBase) + self.optimize_button_group.setObjectName("optimize_button_group") + self.optimize_button_group.addButton(self.fix_both) + self.gridLayout_2.addWidget(self.fix_both, 2, 3, 1, 1) self.label_4 = QtWidgets.QLabel(self.optimization_group) self.label_4.setEnabled(False) self.label_4.setObjectName("label_4") self.gridLayout_2.addWidget(self.label_4, 0, 0, 1, 4) - self.fix_start = QtWidgets.QRadioButton(self.optimization_group) - self.fix_start.setObjectName("fix_start") - self.optimize_button_group = QtWidgets.QButtonGroup(ORStoolsDialogBase) - self.optimize_button_group.setObjectName("optimize_button_group") - self.optimize_button_group.addButton(self.fix_start) - self.gridLayout_2.addWidget(self.fix_start, 2, 1, 1, 1) + self.label_5 = QtWidgets.QLabel(self.optimization_group) + self.label_5.setObjectName("label_5") + self.gridLayout_2.addWidget(self.label_5, 1, 0, 1, 3, QtCore.Qt.AlignHCenter) self.fix_end = QtWidgets.QRadioButton(self.optimization_group) self.fix_end.setObjectName("fix_end") self.optimize_button_group.addButton(self.fix_end) self.gridLayout_2.addWidget(self.fix_end, 2, 2, 1, 1) - self.label_5 = QtWidgets.QLabel(self.optimization_group) - self.label_5.setObjectName("label_5") - self.gridLayout_2.addWidget(self.label_5, 1, 0, 1, 3, QtCore.Qt.AlignHCenter) - self.fix_both = QtWidgets.QRadioButton(self.optimization_group) - self.fix_both.setChecked(False) - self.fix_both.setObjectName("fix_both") - self.optimize_button_group.addButton(self.fix_both) - self.gridLayout_2.addWidget(self.fix_both, 2, 3, 1, 1) + self.fix_start = QtWidgets.QRadioButton(self.optimization_group) + self.fix_start.setObjectName("fix_start") + self.optimize_button_group.addButton(self.fix_start) + self.gridLayout_2.addWidget(self.fix_start, 2, 1, 1, 1) self.round_trip = QtWidgets.QRadioButton(self.optimization_group) self.round_trip.setChecked(True) self.round_trip.setObjectName("round_trip") self.optimize_button_group.addButton(self.round_trip) self.gridLayout_2.addWidget(self.round_trip, 2, 0, 1, 1) + self.export_jobs_order = QtWidgets.QCheckBox(self.optimization_group) + self.export_jobs_order.setObjectName("export_jobs_order") + self.gridLayout_2.addWidget(self.export_jobs_order, 3, 1, 1, 2) self.verticalLayout_3.addWidget(self.optimization_group) self.routing_avoid_tags_group = QgsCollapsibleGroupBox(self.advances_group) sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Preferred, QtWidgets.QSizePolicy.Fixed) @@ -464,8 +467,8 @@ def setupUi(self, ORStoolsDialogBase): self.retranslateUi(ORStoolsDialogBase) self.tabWidget.setCurrentIndex(0) - self.global_buttons.accepted.connect(ORStoolsDialogBase.accept) - self.global_buttons.rejected.connect(ORStoolsDialogBase.reject) + self.global_buttons.accepted.connect(ORStoolsDialogBase.accept) # type: ignore + self.global_buttons.rejected.connect(ORStoolsDialogBase.reject) # type: ignore QtCore.QMetaObject.connectSlotsByName(ORStoolsDialogBase) def retranslateUi(self, ORStoolsDialogBase): @@ -488,20 +491,22 @@ def retranslateUi(self, ORStoolsDialogBase): self.advances_group.setTitle(_translate("ORStoolsDialogBase", "Advanced Configuration")) self.optimization_group.setToolTip(_translate("ORStoolsDialogBase", "

Enabling Traveling Salesman will omit all other advanced configuration and assume the preference to be fastest.

")) self.optimization_group.setTitle(_translate("ORStoolsDialogBase", "Traveling Salesman")) + self.fix_both.setToolTip(_translate("ORStoolsDialogBase", "

First and last waypoints are not optimized.

")) + self.fix_both.setText(_translate("ORStoolsDialogBase", "Fix Both")) self.label_4.setText(_translate("ORStoolsDialogBase", "\n" "\n" "

All other configuration will be omitted

")) - self.fix_start.setToolTip(_translate("ORStoolsDialogBase", "

First waypoint won\'t be optimized.

")) - self.fix_start.setText(_translate("ORStoolsDialogBase", "Fix Start")) + self.label_5.setText(_translate("ORStoolsDialogBase", "

Other Options

")) self.fix_end.setToolTip(_translate("ORStoolsDialogBase", "

Last waypoint won\'t be optimized.

")) self.fix_end.setText(_translate("ORStoolsDialogBase", "Fix End")) - self.label_5.setText(_translate("ORStoolsDialogBase", "

Other Options

")) - self.fix_both.setToolTip(_translate("ORStoolsDialogBase", "

First and last waypoints are not optimized.

")) - self.fix_both.setText(_translate("ORStoolsDialogBase", "Fix Both")) + self.fix_start.setToolTip(_translate("ORStoolsDialogBase", "

First waypoint won\'t be optimized.

")) + self.fix_start.setText(_translate("ORStoolsDialogBase", "Fix Start")) self.round_trip.setToolTip(_translate("ORStoolsDialogBase", "

Return to first waypoint after last waypoint.

")) self.round_trip.setText(_translate("ORStoolsDialogBase", "Round Trip")) + self.export_jobs_order.setToolTip(_translate("ORStoolsDialogBase", "

Create a point layer with the order in which the waypoints are traversed.

")) + self.export_jobs_order.setText(_translate("ORStoolsDialogBase", "Export order of jobs")) self.routing_avoid_tags_group.setToolTip(_translate("ORStoolsDialogBase", "Avoid certain road attributes.")) self.routing_avoid_tags_group.setTitle(_translate("ORStoolsDialogBase", "Avoid tags")) self.routing_avoid_highways_3.setText(_translate("ORStoolsDialogBase", "highways")) @@ -533,4 +538,4 @@ def retranslateUi(self, ORStoolsDialogBase): from qgscollapsiblegroupbox import QgsCollapsibleGroupBox from qgsfilterlineedit import QgsFilterLineEdit from qgsmaplayercombobox import QgsMapLayerComboBox -# import resources_rc +from . import resources_rc diff --git a/ORStools/gui/ORStoolsDialogUI.ui b/ORStools/gui/ORStoolsDialogUI.ui index 8c5edf1e..0579eb67 100644 --- a/ORStools/gui/ORStoolsDialogUI.ui +++ b/ORStools/gui/ORStoolsDialogUI.ui @@ -439,6 +439,22 @@ QLayout::SetDefaultConstraint + + + + <html><head/><body><p>First and last waypoints are not optimized.</p></body></html> + + + Fix Both + + + false + + + optimize_button_group + + + @@ -453,17 +469,11 @@ p, li { white-space: pre-wrap; } - - - - <html><head/><body><p>First waypoint won't be optimized.</p></body></html> - + + - Fix Start + <html><head/><body><p><span style=" font-weight:600;">Other Options</span></p></body></html> - - optimize_button_group - @@ -479,23 +489,13 @@ p, li { white-space: pre-wrap; } - - - - <html><head/><body><p><span style=" font-weight:600;">Other Options</span></p></body></html> - - - - - + + - <html><head/><body><p>First and last waypoints are not optimized.</p></body></html> + <html><head/><body><p>First waypoint won't be optimized.</p></body></html> - Fix Both - - - false + Fix Start optimize_button_group @@ -518,6 +518,16 @@ p, li { white-space: pre-wrap; } + + + + <html><body><p>Create a point layer with the order in which the waypoints are traversed.</p></body></html> + + + Export order of jobs + + + diff --git a/ORStools/i18n/orstools_de.ts b/ORStools/i18n/orstools_de.ts index 9ae0412f..6f672c4c 100644 --- a/ORStools/i18n/orstools_de.ts +++ b/ORStools/i18n/orstools_de.ts @@ -9,7 +9,7 @@ <b>ORS Tools</b> bietet Zugriff auf <a href="https://openrouteservice.org" style="color: {0}">openrouteservice</a> Berechnungen.<br><br><center><a href="https://heigit.org/de/willkommen"><img src=":/plugins/ORStools/img/logo_heigit_300.png"/></a><br><br></center>Author: HeiGIT gGmbH<br>Email: <a href="mailto:Openrouteservice <{1}>">{1}</a><br>Web: <a href="{2}">{2}</a><br>Repo: <a href="https://github.com/GIScience/orstools-qgis-plugin">github.com/GIScience/orstools-qgis-plugin</a><br>Version: {3} - + About {} Über {} @@ -17,37 +17,40 @@ ORSBaseProcessingAlgorithm - + Provider ORSBaseProcessingAlgorithm Dienst wählen - + Travel mode ORSBaseProcessingAlgorithm Verkehrsmittel - + Features to avoid ORSBaseProcessingAlgorithm Vermeiden - + Types of borders to avoid ORSBaseProcessingAlgorithm Grenzen vermeiden - - + + Comma-separated list of ids of countries to avoid ORSBaseProcessingAlgorithm - zu vermeidende Länder-IDs (komma-separiert) + + zu vermeidende Länder-IDs (komma-separiert) + + - + Polygons to avoid ORSBaseProcessingAlgorithm Flächen vermeiden @@ -56,30 +59,35 @@ ORSDirectionsLinesAlgo - + Input Line layer Eingabelayer (Linien) - + Layer ID Field ID-Attribut - + Travel preference Routenpräferenz - + Traveling Salesman (omits other configurations) Wegpunktoptimierung (sonstige Konfiguration wird nicht berücksichtigt) - + Directions from 1 Polyline-Layer Routenberechnung aus einem Polyline-Layer + + + Export order of jobs + Reihenfolge exportieren + ORSDirectionsLinesAlgorithm @@ -112,35 +120,40 @@ ORSDirectionsPointsLayerAlgo - + Input (Multi)Point layer Eingabelayer ((Multi)Point) - + Sort Points by Punkte sortieren nach - + Travel preference Routenpräferenz - + Traveling Salesman (omits other configurations) Wegpunktoptimierung (sonstige Konfiguration wird nicht berücksichtigt) - + Directions from 1 Point-Layer Routenberechnung aus einem Punkt-Layer - + Layer ID Field (can be used for joining) ID-Attribut (zum Beispiel für joins) + + + Export order of jobs + Reihenfolge exportieren + ORSDirectionsPointsLayersAlgo @@ -213,7 +226,7 @@ Komma-getrennte Reichweiten [min oder m] - + Isochrones from Point-Layer Isochronen aus Punkt-Layer @@ -246,7 +259,7 @@ Komma-getrennte Reichweiten [min oder m] - + Isochrones from Point Isochronen von einzelnem Punkt @@ -292,12 +305,12 @@ ORStoolsDialog - + Apply Anwenden - + Close Schließen @@ -395,7 +408,7 @@ Wegpunktoptimierung - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -408,37 +421,37 @@ p, li { white-space: pre-wrap; } <p style=" padding: 10px; -qt-block-indent:0; text-indent:0px ; background-color:#e7f2fa; color: #999999"><img stype="margin: 10px" src=":/plugins/ORStools/img/icon_about.png" width=16 height=16 /> Sämtliche Einstellungen werden überschrieben</p></body></html> - + <html><head/><body><p>First waypoint won't be optimized.</p></body></html> <html><head/><body><p>Erster Wegpunkt wird nicht optimiert.</p></body></html> - + Fix Start Fester Startpunkt - + <html><head/><body><p>Last waypoint won't be optimized.</p></body></html> <html><head/><body><p>Letzter Wegpunkt wird nicht optimiert.</p></body></html> - + Fix End Fester Endpunkt - + <html><head/><body><p><span style=" font-weight:600;">Other Options</span></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Weitere Optionen</span></p></body></html> - + <html><head/><body><p>First and last waypoints are not optimized.</p></body></html> <html><head/><body><p>Erster und letzter Wegpunkt werden nicht optimiert.</p></body></html> - + Fix Both Fester Start- und Endpunkt @@ -453,127 +466,127 @@ p, li { white-space: pre-wrap; } Rundreise - + Avoid certain road attributes. Bestimmte Wegetypen vermeiden. - + Avoid tags Vermeiden - + highways Autobahnen - + tollways Zoll-Straßen - + ferries Fähren - + fords Furten - + steps Treppen - + <html><head/><body><p>Avoid countries based on alphnumeric ISO 3166 Alpha-2 or Alpha-3 codes.</p><p>Find a list of codes at https://github.com/GIScience/openrouteservice-docs#country-list.</p></body></html> <html><head/><body><p>Länder basierend auf alphanumerischen ISO 3166 Alpha-2 oder Alpha-3 Kennungen vermeiden.</p><p>Eine Kennungsliste ist auf https://github.com/GIScience/openrouteservice-docs#country-list verfügbar.</p></body></html> - + Avoid countries Länder vermeiden - + <html><head/><body><p>Avoid countries based on ISO 3166 Alpha-2 or Alpha-3 codes.</p></body></html> <html><head/><body><p>Länder basierend auf ISO 3166 Alpha-2 oder Alpha-3 Kennungen vermeiden.</p></body></html> - + <html><head/><body><p>Avoid areas by specifying a (Multi-)Polygon layer. </p><p>Does <span style=" font-weight:600;">not work</span> for memory (scratch) Polygon layers!</p><p><span style=" font-weight:600;">Note</span>, only the first feature of the layer will be respected.</p></body></html> <html><head/><body><p>Gebiete aus (Multi-)Polygon–Layer vermeiden. </p><p>Funktioniert <span style=" font-weight:600;">nicht</span> mit temporären Polygon–Layern!</p><p><span style=" font-weight:600;">Achtung</span>, nur das erste Objekt des Layers wird berücksichtigt.</p></body></html> - + Avoid polygon(s) Flächen vermeiden - + Batch Jobs Berechnung aus Layer - + Directions Routenberechnung aus - + Polylines Layer Polyline-Layer - + Points (1 Layer) einem Punktlayer - + Points (2 Layer) zwei Punktlayern - + Isochrones Isochronenberechnung - + Isochrones from Point von einzelnem Punkt - + Isochrones from Layer aus Layer - + Matrix Matrixberechnung - + Log Protokoll - + Queries and errors will be printed here. Anfragen und Fehler werden hier ausgegeben. - + Help Hilfe - + About Über @@ -582,6 +595,16 @@ p, li { white-space: pre-wrap; } <html><head/><body><p>Save points in list to layer. Use the processing algorithms (batch jobs) to work with points from layers.</p></body></html> <html><head/><body><p>Punkte aus Liste in Layer speichern. Verarbeitungswerkzeuge für die Arbeit mit Punkt-Layern verwenden.</p></body></html> + + + Export order of jobs + Reihenfolge exportieren + + + + <html><body><p>Create a point layer with the order in which the waypoints are traversed.</p></body></html> + <html><body><p>Erzeugt ein Punkt-Layer mit der Reihenfolge in der die Punkte durchlaufen werden.</p></body></html> + ORStoolsDialogConfigBase @@ -647,17 +670,17 @@ p, li { white-space: pre-wrap; } ORStoolsDialogMain - + Help Hilfe - + Provider Settings Dienst-Einstellungen - + About Über diff --git a/ORStools/proc/directions_lines_proc.py b/ORStools/proc/directions_lines_proc.py index 29e018b8..7398d194 100644 --- a/ORStools/proc/directions_lines_proc.py +++ b/ORStools/proc/directions_lines_proc.py @@ -27,6 +27,13 @@ ***************************************************************************/ """ +from qgis._core import ( + QgsFeature, + QgsVectorLayer, + QgsGeometry, + QgsProject, + QgsProcessingParameterBoolean, +) from qgis.core import ( QgsWkbTypes, QgsCoordinateReferenceSystem, @@ -56,6 +63,7 @@ def __init__(self): self.IN_PREFERENCE = "INPUT_PREFERENCE" self.IN_OPTIMIZE = "INPUT_OPTIMIZE" self.IN_MODE = "INPUT_MODE" + self.EXPORT_ORDER = "EXPORT_ORDER" self.PARAMETERS = [ QgsProcessingParameterFeatureSource( name=self.IN_LINES, @@ -82,6 +90,7 @@ def __init__(self): defaultValue=None, optional=True, ), + QgsProcessingParameterBoolean(self.EXPORT_ORDER, self.tr("Export order of jobs")), ] def processAlgorithm(self, parameters, context, feedback): @@ -142,6 +151,30 @@ def processAlgorithm(self, parameters, context, feedback): response, profile, from_value=field_value ) ) + + # Export layer of points with optimization order + export_value = self.parameterAsBool(parameters, self.EXPORT_ORDER, context) + if export_value: + items = list() + for route in response["routes"]: + for i, step in enumerate(route["steps"]): + location = step["location"] + items.append(location) + + point_layer = QgsVectorLayer( + "point?crs=epsg:4326&field=ID:integer", "Steps", "memory" + ) + + point_layer.updateFields() + for idx, coords in enumerate(items): + x, y = coords + feature = QgsFeature() + feature.setGeometry(QgsGeometry.fromPointXY(QgsPointXY(x, y))) + feature.setAttributes([idx]) + + point_layer.dataProvider().addFeature(feature) + QgsProject.instance().addMapLayer(point_layer) + else: params = directions_core.build_default_parameters( preference, point_list=line, options=options diff --git a/ORStools/proc/directions_points_layer_proc.py b/ORStools/proc/directions_points_layer_proc.py index 814428bd..56030ceb 100644 --- a/ORStools/proc/directions_points_layer_proc.py +++ b/ORStools/proc/directions_points_layer_proc.py @@ -27,6 +27,13 @@ ***************************************************************************/ """ +from qgis._core import ( + QgsVectorLayer, + QgsFeature, + QgsGeometry, + QgsProject, + QgsProcessingParameterBoolean, +) from qgis.core import ( QgsWkbTypes, QgsCoordinateReferenceSystem, @@ -57,6 +64,7 @@ def __init__(self): self.IN_OPTIMIZE = "INPUT_OPTIMIZE" self.IN_MODE = "INPUT_MODE" self.IN_SORTBY = "INPUT_SORTBY" + self.EXPORT_ORDER = "EXPORT_ORDER" self.PARAMETERS = [ QgsProcessingParameterFeatureSource( name=self.IN_POINTS, @@ -90,6 +98,7 @@ def __init__(self): defaultValue=None, optional=True, ), + QgsProcessingParameterBoolean(self.EXPORT_ORDER, self.tr("Export order of jobs")), ] def processAlgorithm(self, parameters, context, feedback): @@ -171,6 +180,30 @@ def sort(f): response, profile, from_value=from_value ) ) + + # Export layer of points with optimization order + export_value = self.parameterAsBool(parameters, self.EXPORT_ORDER, context) + if export_value: + items = list() + for route in response["routes"]: + for i, step in enumerate(route["steps"]): + location = step["location"] + items.append(location) + + point_layer = QgsVectorLayer( + "point?crs=epsg:4326&field=ID:integer", "Steps", "memory" + ) + + point_layer.updateFields() + for idx, coords in enumerate(items): + x, y = coords + feature = QgsFeature() + feature.setGeometry(QgsGeometry.fromPointXY(QgsPointXY(x, y))) + feature.setAttributes([idx]) + + point_layer.dataProvider().addFeature(feature) + QgsProject.instance().addMapLayer(point_layer) + else: params = directions_core.build_default_parameters( preference, point_list=points, options=options From 476a557d0349b6614332d9ee2bff8277f555c761 Mon Sep 17 00:00:00 2001 From: Till Frankenbach <81414045+merydian@users.noreply.github.com> Date: Fri, 10 May 2024 09:25:13 -0400 Subject: [PATCH 04/26] refactor: rename save_vertices.png to icon_save.png for consistency (#248) --- ORStools/gui/ORStoolsDialogUI.py | 2 +- ORStools/gui/ORStoolsDialogUI.ui | 6 +- .../img/{save_vertices.png => icon_save.png} | Bin ORStools/gui/resources.qrc | 2 +- ORStools/gui/resources_rc.py | 9157 ++++++++--------- 5 files changed, 4583 insertions(+), 4584 deletions(-) rename ORStools/gui/img/{save_vertices.png => icon_save.png} (100%) diff --git a/ORStools/gui/ORStoolsDialogUI.py b/ORStools/gui/ORStoolsDialogUI.py index 386861f2..cd01815a 100644 --- a/ORStools/gui/ORStoolsDialogUI.py +++ b/ORStools/gui/ORStoolsDialogUI.py @@ -205,7 +205,7 @@ def setupUi(self, ORStoolsDialogBase): self.save_vertices.setSizePolicy(sizePolicy) self.save_vertices.setText("") icon4 = QtGui.QIcon() - icon4.addPixmap(QtGui.QPixmap(":/plugins/ORStools/img/save_vertices.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off) + icon4.addPixmap(QtGui.QPixmap(":/plugins/ORStools/img/icon_save.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off) self.save_vertices.setIcon(icon4) self.save_vertices.setObjectName("save_vertices") self.gridLayout.addWidget(self.save_vertices, 2, 0, 1, 1) diff --git a/ORStools/gui/ORStoolsDialogUI.ui b/ORStools/gui/ORStoolsDialogUI.ui index 0579eb67..68aa6722 100644 --- a/ORStools/gui/ORStoolsDialogUI.ui +++ b/ORStools/gui/ORStoolsDialogUI.ui @@ -357,7 +357,7 @@ - :/plugins/ORStools/img/save_vertices.png:/plugins/ORStools/img/save_vertices.png + :/plugins/ORStools/img/icon_save.png:/plugins/ORStools/img/icon_save.png @@ -637,7 +637,7 @@ p, li { white-space: pre-wrap; } <html><head/><body><p>Avoid countries based on ISO 3166 Alpha-2 or Alpha-3 codes.</p></body></html> - + @@ -793,7 +793,7 @@ p, li { white-space: pre-wrap; } Qt::Vertical - + 20 40 diff --git a/ORStools/gui/img/save_vertices.png b/ORStools/gui/img/icon_save.png similarity index 100% rename from ORStools/gui/img/save_vertices.png rename to ORStools/gui/img/icon_save.png diff --git a/ORStools/gui/resources.qrc b/ORStools/gui/resources.qrc index 6b07309c..108207a4 100644 --- a/ORStools/gui/resources.qrc +++ b/ORStools/gui/resources.qrc @@ -1,6 +1,6 @@ - img/save_vertices.png + img/icon_save.png img/logo_heigit_300.png img/icon_add.png img/icon_refresh.png diff --git a/ORStools/gui/resources_rc.py b/ORStools/gui/resources_rc.py index 7ec6b27b..f63d413c 100644 --- a/ORStools/gui/resources_rc.py +++ b/ORStools/gui/resources_rc.py @@ -9,4512 +9,373 @@ from PyQt5 import QtCore qt_resource_data = b"\ -\x00\x00\x08\x4d\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x64\x00\x00\x00\x64\x08\x06\x00\x00\x00\x70\xe2\x95\x54\ -\x00\x00\x08\x14\x49\x44\x41\x54\x78\x5e\xed\x9d\x5b\x8c\x53\x45\ -\x18\xc7\xbf\xef\x74\x2f\xb4\xa7\x2c\xa8\x10\x51\x54\x08\x04\x45\ -\x25\xd1\x44\x34\x6a\x34\x82\x48\xb8\xc9\xb6\xcb\x92\x72\x58\xb9\ -\x88\x11\x2f\x0f\xbc\x99\x95\x47\x5e\x8c\xf1\xf6\x62\x34\x2a\x1a\ -\x45\x05\x5a\x6a\x58\x5a\x90\x15\xe4\xb2\x0a\xe1\x85\x60\x22\x09\ -\x72\x51\x20\x62\x20\x4a\xbc\x20\xd0\x73\xba\x17\x7a\x3e\x73\xca\ -\xae\x96\x65\x97\x33\x9d\x73\xce\x74\x1a\x67\x1f\xe9\xf7\xcd\xfc\ -\xe7\xff\xeb\x9c\xcb\xcc\xd7\x01\x41\xfd\x49\xe5\x00\x4a\xa5\x46\ -\x89\x01\x05\x44\xb2\x2f\x81\x02\xa2\x80\x48\xe6\x80\x64\x72\xd4\ -\x0c\x51\x40\x24\x73\x40\x32\x39\x6a\x86\x28\x20\x92\x39\x20\x99\ -\x1c\x35\x43\x14\x10\xc9\x1c\x90\x4c\x8e\x9a\x21\x0a\x88\x64\x0e\ -\x48\x26\x47\xcd\x10\x05\x44\x32\x07\x24\x93\xa3\x66\x88\x02\x22\ -\x99\x03\x92\xc9\x51\x33\x44\x01\xf1\xd7\x81\x0d\x99\xdc\x0c\x02\ -\x78\xbb\xd8\xaa\x06\x2b\x8c\xc6\xe8\xd7\xfe\xf6\x20\xb6\xb5\xaa\ -\x9f\x21\xc9\x8c\x35\x1f\x91\xbe\x70\x6c\x43\xc4\xf9\x0b\x1a\x23\ -\x1b\xc5\x5a\xe8\x6f\x6f\x0a\x88\xbf\x7e\x7a\x6e\x4d\x01\xf1\x6c\ -\xa1\xbf\x0d\x28\x20\xfe\xfa\xe9\xb9\xb5\xaa\x04\x92\xdc\x94\x1f\ -\x6b\xc4\x87\x9c\x42\x44\x1a\xe8\x1e\x42\x44\xd8\xd6\xde\x79\x5b\ -\xf3\x9c\xf0\x29\xcf\x0e\x09\x6e\xa0\x2a\x80\x6c\xdc\x9a\x1f\xd3\ -\x7d\xc9\x9e\x05\x44\x8f\x02\xe2\x14\x04\xb8\xf9\xc6\x86\x48\xed\ -\xd4\xa9\x78\x69\x20\x20\xe9\x34\xd5\xd9\xf5\x56\x17\x11\x9c\x06\ -\xa0\x3d\x80\xb8\x37\xa4\x69\xed\x89\xb9\xe1\x5f\x04\xfb\x5b\x76\ -\x77\xd2\x02\x69\x6f\xa7\xfa\x0b\x3d\xf9\x26\x02\xfb\x19\x04\x7c\ -\xc2\x79\x88\x2a\x1d\x1d\x0b\x90\x7e\x6e\x10\x01\xed\x44\xd0\x3e\ -\xd6\xba\xc2\x6d\x89\x04\x76\x97\xed\x96\x80\x04\xe9\x80\xa4\xd3\ -\x14\xa2\x7a\xb3\x95\x08\x5a\x01\x71\xf8\x60\x1e\x70\x00\xf9\xaf\ -\x29\xa2\xbf\x11\xe1\x75\xec\xd2\x5f\x4f\x24\xb0\x20\xc0\x67\xe6\ -\x2e\xa4\x02\x92\xde\x94\xbb\xd7\x46\xf8\x1c\x10\x27\xb9\x8d\xc0\ -\x13\x90\xbe\xc6\x89\x0e\x69\x04\x8b\x13\x4d\xd1\xef\xdd\xfa\x13\ -\xf5\xb9\x14\x40\x56\x11\x69\x13\xb7\xe4\x5f\x21\x9b\x5a\x11\x41\ -\x63\x19\xbc\x2f\x40\x00\x80\x08\x6c\x44\x7c\x73\x41\x63\x78\xa5\ -\xf3\x90\xc0\xd2\x77\x90\x31\x15\x07\xf2\x49\x07\x0d\x09\x9f\xb7\ -\x32\x80\x30\xa3\x9c\x81\xfa\x05\xa4\xa4\xcf\x6c\xbe\x21\x62\x2c\ -\x9b\x8a\x9d\xe5\xe8\xf0\x3b\xb6\xa2\x40\xd6\x6f\xa1\x11\x5a\xc1\ -\xda\x06\x08\xf7\x95\x3b\xb0\x00\x80\x00\x01\x1c\x08\xd5\x46\x66\ -\x27\x66\xe3\xef\xe5\xea\xf1\x2b\xbe\x62\x40\xd6\x7d\x49\xd7\x69\ -\x05\xeb\x00\x02\x8c\xe3\x19\x4c\x10\x40\x8a\x3a\x08\x4e\x14\x6a\ -\x22\xf7\x3f\xf5\x24\x9e\xe3\xd1\xe5\x35\xa7\x22\x40\x3e\x38\x40\ -\xb5\x0d\xa7\xad\x6f\x11\xe1\x21\xde\x01\x04\x06\xe4\xb2\xa0\x7d\ -\x5a\x57\xe4\xb1\x4a\x3c\x81\x55\x04\x48\x32\x93\x5b\x87\x88\x2d\ -\xbc\x30\x9c\xbc\x80\x81\x38\x33\xe5\x23\x23\xae\x2f\xf7\xa2\x91\ -\x27\x57\x38\x90\x64\xd6\x7c\x01\x01\xde\xe3\x11\x5b\x9a\x13\x38\ -\x90\xe2\xd5\x0b\x5e\x5c\x18\xd3\xdf\xf7\xaa\xb5\x9c\x7c\xa1\x40\ -\xd2\x5b\x73\xa3\xec\x1e\xfc\x09\x10\xa2\xe5\x88\x1c\x28\x56\x04\ -\x10\x20\xc8\x69\xb5\x34\x21\x31\x27\xfa\x9b\x57\xbd\xac\xf9\x42\ -\x81\x24\x33\x66\x1b\x22\x34\xb1\x8a\xbb\x56\x9c\x10\x20\x97\x05\ -\xb4\x19\x31\xbd\xd9\x0f\xcd\x2c\x6d\x08\x03\x52\xdc\x6a\x45\xdc\ -\xc6\x22\x8a\x25\x46\x20\x10\x40\xa2\x99\x0b\xe2\xd1\xed\x2c\xba\ -\xbc\xc6\x08\x03\x92\xca\xe4\x0e\x03\xe2\x9d\x5e\x05\xf7\x3e\x9a\ -\xe6\xb4\xee\xc8\x70\xe7\x29\x68\xa0\xd5\xde\x8e\x0e\xaa\x39\x7b\ -\xde\x3a\xe7\xc7\xa5\xf1\x72\x7f\x74\xd8\x88\x47\xef\xf6\x45\xbb\ -\x4b\x23\x42\x80\x24\xb7\xe4\xa7\xa1\x6d\xef\xf4\x3c\x20\x82\x3c\ -\x01\xbd\x1b\x1a\xa2\xbf\x9a\x98\x89\x7f\x39\xed\x0d\xb6\xa7\xde\ -\xd6\x46\x37\x74\x69\xa6\xb3\x1c\xb2\x02\x00\xea\xbd\xf6\x6d\xa3\ -\x36\xad\xa5\x31\xbc\xdb\x6b\x3b\x6e\xf9\x42\x80\xa4\x32\xe6\x66\ -\x40\x98\xeb\x26\xc6\xe5\xf3\x83\x64\x6b\xf1\x85\x4d\xe1\x9f\x4b\ -\xe3\xdc\x8a\x1c\x52\x9b\x3a\xc7\x83\x56\x70\x0a\x1f\xee\xf1\xd8\ -\x7f\xd6\x88\xe9\x71\x8f\x6d\xb8\xa6\x07\x0e\x24\x99\xb1\x6e\x45\ -\x24\x67\xe7\x8e\xbf\x2f\x82\x35\xe7\x6f\x89\x3c\xf7\xfc\x64\xec\ -\xe9\x3f\x22\x37\x20\x4e\xbc\xf3\x22\x3a\xec\xb4\xb5\x1a\x10\x9e\ -\x76\x75\x64\xf0\x00\xd2\x34\x6d\x6c\xd0\x9b\x5c\xfc\x26\x31\x8e\ -\x2c\x99\x35\x97\x23\xc0\x6a\xc6\xf0\x01\xc2\xa8\x43\xeb\xd2\xa7\ -\x0f\xf6\xd6\xcc\x02\xc4\x69\xd4\xd9\x67\xb1\xeb\xcc\xed\x80\x38\ -\x8d\x5b\x0b\xc1\x72\x23\xae\x7f\xc4\x9d\xcf\x90\x18\x38\x90\x54\ -\xd6\xfc\x14\x00\x96\x30\x68\xb9\x2a\x84\x08\x7e\x2d\xd4\x45\x26\ -\x2e\x9a\x8d\x17\x06\xcb\x4f\x6f\xc9\xdf\x66\x17\x0a\x53\x9c\xcf\ -\xb5\x50\xe8\x9b\x6b\x7d\x83\xd3\x3b\x68\x58\xc1\xb4\x8e\x20\xc2\ -\x4d\x3c\x7a\x80\x60\x8d\x11\xd7\x97\x71\xe5\x32\x26\x05\x0f\x24\ -\x63\x1e\x07\x84\xf1\x8c\x7a\xfa\x85\x51\xab\x11\x8b\xbe\xc1\x97\ -\x3b\x70\xd6\x86\x6c\xae\x95\x00\x5f\xe3\x6c\xf3\xb8\x11\xd3\x27\ -\x70\xe6\x32\xa5\x05\x0a\xc4\x79\xd2\xe9\x0e\x59\x7f\x30\x29\xb9\ -\x7a\x7e\x5c\x0c\x83\x3e\x3a\x16\xc3\x8b\x7c\xf9\x03\x67\x65\xb3\ -\x34\x34\x0f\xe6\x19\x00\x1c\xca\xd3\xae\xad\x45\x46\xb6\xcc\x45\ -\xce\x31\xb9\xf7\x18\x28\x10\xf7\xee\x55\x44\x7f\x07\x14\x10\xc9\ -\xbe\x13\xbe\x01\x59\x9f\xcd\xcd\xd4\x40\xe3\xba\x0c\xb0\x7a\x52\ -\x5b\x83\xfb\xcb\x2d\x7e\x73\x6a\xba\x7a\x2e\xd1\x03\xac\x7d\xf0\ -\xc4\xd9\x60\x5f\x6c\x89\x45\x7d\x59\x16\xf2\x0d\x48\x2a\x93\x3b\ -\x06\x88\xb7\xf3\x0c\x88\x39\x87\x68\xa9\x11\x8f\x7e\xc6\x1c\x0f\ -\x00\xa9\x4c\x6e\x09\x20\x3a\x4f\x7a\xc1\xfd\x11\xfd\x68\xc4\xa3\ -\x77\xf8\xd1\x81\x02\xe2\x87\x8b\x32\x02\x59\x9f\xcd\x4d\x0f\xfa\ -\x92\xa5\x69\x78\xa0\xdc\x37\xe5\xe2\x7b\x8a\x4d\x93\xfd\xf0\x7d\ -\xb0\x36\x7a\x2f\x59\x3b\xfc\xe8\xc3\xb7\x19\xe2\x87\x18\xd5\x86\ -\x97\xf5\x25\xe5\x5e\x20\x0e\x04\x3a\x43\x8a\x75\x57\xb6\xc5\x59\ -\xe3\x44\x52\xbe\x18\xd6\x15\x22\x23\xe6\xcd\xc3\x3f\x03\xa1\xe1\ -\x69\x05\x96\x51\x51\x32\x6b\x9e\xe0\xad\xbd\x02\x90\x6b\xe9\x84\ -\x00\x4e\x2e\x8c\xe9\x9c\xcb\x40\x6c\x86\x05\x3a\x43\x1c\x09\xc9\ -\x6c\xee\x73\x04\x5c\xc4\x26\xe7\xca\x28\xbf\x17\x17\xd7\xb6\x53\ -\x43\x4d\x8f\x75\x0c\x00\x46\x71\xe9\x01\x5a\xbb\x30\x16\x5d\xcc\ -\x93\xcb\x9a\x23\x00\x88\xd7\xb2\x1f\x1f\x97\xdf\xeb\xcd\x1d\x00\ -\x38\x95\xd5\x9c\xfe\x71\x22\xca\x82\x02\x07\x52\xfc\xf5\x53\x8f\ -\x7d\x92\xb5\xaa\x7d\x20\xb3\x08\xe0\xd3\x0b\xa3\x23\xcb\xbd\x6c\ -\x50\x35\x9c\xb1\x3e\x44\x80\xa5\xdc\x30\x08\xec\xba\x5a\x6d\x5c\ -\xb9\x2b\x05\xe5\xf6\x17\x38\x10\x47\x50\x2a\x6b\x66\x00\x20\x56\ -\xae\xb8\x7e\xf1\x07\xc1\x0e\x35\x1b\x4d\x43\x4e\x94\xfe\xbb\xdb\ -\x06\x95\x6f\x5b\xb8\x04\x19\x23\xae\xfb\x52\xc2\x74\x2d\x1f\x84\ -\x00\x59\xbf\x39\xff\xb8\x46\xf6\x2e\x8f\x40\x9c\x52\x42\xe6\x22\ -\x07\xe7\x09\x0f\x0b\xe6\xcb\xaa\xc8\x61\x10\xd7\x53\x99\xdc\x0f\ -\x80\x78\x97\x67\x28\x4e\x03\x4e\x45\xa1\xd8\x32\xa0\x23\x46\x3c\ -\xea\x8f\x76\x17\x03\x84\xcc\x90\xe2\x65\x6b\xb3\x39\x0b\x08\xda\ -\x7d\x01\x22\xa2\xd8\xfa\x0a\xa1\xd8\x6c\xc4\x22\x6d\x7e\x69\xaf\ -\xf8\x25\xab\x4f\x40\x95\x96\x92\xee\x33\x62\xfa\x23\x22\x60\x38\ -\x7d\x08\x9b\x21\x4e\x67\xbd\xc5\xd6\x27\x01\x21\xec\x75\x80\x42\ -\x4a\x49\x09\x0a\x76\xa8\x66\x52\xcb\xdc\xfa\xa3\x5e\xf5\xb2\xe6\ -\x0b\x05\xe2\x88\xaa\xa6\x9f\x23\x00\xc0\x3b\x46\x4c\x77\x2a\x1f\ -\x85\xfd\x09\x07\xd2\x0b\x65\x8d\x97\x77\x02\xa7\x8d\xa0\x67\x08\ -\x01\xed\x1e\xd5\xa0\xcf\x70\x4e\x8b\x10\x46\x43\xf4\x25\xab\x6f\ -\x60\xc5\x9f\xb4\x9d\xb1\x76\x23\x00\xf7\xb5\x39\x50\x20\x44\x87\ -\xba\xc3\xfa\x83\x4b\x66\xa0\x29\x12\x86\xf0\x7b\x48\xe9\xe0\xd2\ -\xdb\xe8\x7a\xbb\xd3\xda\xcf\x5b\xb3\x15\x14\x10\x67\x01\x91\x80\ -\x1e\x6e\x89\x45\xcf\x8a\x86\x51\x51\x20\xc5\x9b\x7c\x3b\x8d\x2c\ -\xf4\x58\xed\x08\x50\xf6\x8e\x5e\x20\x40\x08\xbe\xb3\x43\x91\x99\ -\x41\xd6\x5d\xb9\x41\xae\xc8\x3d\xa4\x54\x54\xf1\xe0\x80\x0b\x96\ -\xf3\x8c\x3f\xcb\x4d\x6c\xe9\xe7\xbe\x03\x21\xd8\x9e\x1f\x16\x89\ -\xff\xaf\x0f\x0e\xe8\x33\xb8\x78\xb4\xc6\xe6\xfc\xab\x44\xf4\x12\ -\xeb\x22\xa4\x5f\x40\x7a\x8f\xd6\x78\xeb\x68\x63\x78\xe5\x2a\x44\ -\xbb\x9c\x2f\x45\x10\xb1\x15\x9f\x21\x57\xdc\x57\xd4\xe1\x33\x62\ -\x5f\x0c\x59\xbe\x51\xea\x78\x26\x16\x97\x2a\x10\xd3\x77\x80\x19\ -\x90\xfd\x2c\x20\x3e\xee\xc7\x01\x66\x40\xb4\x0b\x35\xed\x63\xec\ -\x0c\x6f\x54\x07\x98\x79\x80\x5a\x7a\xc4\x1f\x5e\x86\x33\x8a\xe5\ -\x1e\x52\x3c\xe2\x0f\x69\x2f\x00\xee\xa9\xab\xd1\xbe\x0a\x7a\x73\ -\xc9\xc3\x10\xff\x4d\x95\xea\x1e\xc2\x3a\x20\x96\x43\x30\x53\x99\ -\xce\x31\xfd\x7f\x8f\xc8\xda\x7e\x25\xe3\xaa\x12\x48\xa9\x61\x6e\ -\x3b\x86\x95\x34\x97\xa7\x6f\x05\x84\xc7\xb5\x00\x73\x14\x90\x00\ -\xcd\xe5\x69\x5a\x01\xe1\x71\x2d\xc0\x9c\xaa\x07\xa2\xfe\xbb\x8a\ -\x00\xbf\x1d\xaa\x69\xc1\x5b\xb8\xca\x70\x77\x07\xaa\xfe\x92\xe5\ -\x3e\xc4\xea\x8a\x50\x40\x24\xe3\xa5\x80\x28\x20\x92\x39\x20\x99\ -\x1c\x35\x43\x14\x10\xc9\x1c\x90\x4c\x8e\x9a\x21\x0a\x88\x64\x0e\ -\x48\x26\x47\xcd\x10\x05\x44\x32\x07\x24\x93\xa3\x66\x88\x02\x22\ -\x99\x03\x92\xc9\x51\x33\x44\x01\x91\xcc\x01\xc9\xe4\xa8\x19\xa2\ -\x80\x48\xe6\x80\x64\x72\xfe\x01\xb0\x77\x82\xa1\xba\x02\xe3\xc2\ -\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x3f\xa7\ +\x00\x00\x16\xc6\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x01\x2c\x00\x00\x00\x3b\x08\x06\x00\x00\x00\xc1\xd9\xb7\xe2\ -\x00\x00\x00\x04\x67\x41\x4d\x41\x00\x00\xb1\x8f\x0b\xfc\x61\x05\ -\x00\x00\x00\x20\x63\x48\x52\x4d\x00\x00\x7a\x26\x00\x00\x80\x84\ -\x00\x00\xfa\x00\x00\x00\x80\xe8\x00\x00\x75\x30\x00\x00\xea\x60\ -\x00\x00\x3a\x98\x00\x00\x17\x70\x9c\xba\x51\x3c\x00\x00\x00\x06\ -\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\x00\ -\x00\x07\x74\x49\x4d\x45\x07\xe3\x08\x05\x0f\x3a\x2f\xde\x8e\xdc\ -\x62\x00\x00\x3e\xab\x49\x44\x41\x54\x78\xda\xd5\x7d\x79\x58\x54\ -\x57\xb6\xef\xef\xd4\x3c\x50\x50\xcc\x20\x28\x20\xc1\x09\x54\x14\ -\x15\x35\x38\xe2\x88\x03\x51\x34\x46\x8d\xb6\x31\x66\x34\xe9\xd7\ -\xef\xbe\x24\x7d\x7b\xbe\xf7\xa6\xfb\x76\xee\x4b\xee\x4b\x27\x5f\ -\x06\xcd\x60\x67\x68\x13\x15\x13\x13\x20\x4e\xc4\x79\xd6\x56\x82\ -\x33\x2a\xe2\xcc\x5c\x50\x45\x15\x45\x8d\xe7\xfd\x41\xce\xce\x39\ -\xa7\xce\x54\xa5\x7d\xdf\x7d\xeb\xfb\x50\x38\x67\x0f\x6b\xaf\xbd\ -\xf7\xda\x6b\xda\xeb\x50\x34\x4d\xd3\x90\x00\x9a\xa6\x41\x51\x14\ -\xfe\x5b\x02\x0d\xd0\xc1\x00\x28\xb5\xfa\x1f\x82\x2b\xd3\x1e\xfb\ -\x7f\x00\x9c\x3e\x94\xf6\xc9\x2f\x27\xf4\x37\xbb\xed\x07\x31\x16\ -\x25\x6d\xf0\xcb\x04\x02\x01\xa8\x54\xaa\x07\x3e\xe7\x91\xd2\xe9\ -\x1f\xd5\xcf\x7f\xc5\x58\xfe\x7f\xeb\xeb\xbf\x33\x30\x74\xd0\xf0\ -\x1f\x02\x08\x7b\x91\xb3\x79\x9e\xd2\x45\x19\x2e\xb0\x37\x32\x28\ -\x0a\x3d\xf5\x37\x60\xab\xdc\x09\xcf\xad\xbb\x30\x0d\x1d\x8c\xf8\ -\x79\x33\xa1\x49\x88\xbf\xaf\x3e\xa4\x70\xe5\xb7\xc7\xa6\x81\x18\ -\x63\x13\xc4\x5d\x86\x0e\x72\xcf\x84\xda\xe7\xbf\xe3\x97\x61\xcf\ -\xab\xd0\x5c\x31\x75\xbc\x5e\x2f\x3e\xfd\xf4\x53\x4c\x9c\x38\x11\ -\x03\x07\x0e\x0c\xa9\xa7\x64\x6c\x7c\xc6\x1e\xc9\x78\xc4\xd6\x93\ -\x50\x5b\x42\xb4\x55\x3a\xf7\x52\xb4\x94\x03\x31\x5c\x94\xac\x05\ -\xb1\x77\x62\x78\xc9\xb5\x11\x4e\x5b\x0f\x1a\xf8\xfb\x3d\xd2\xb9\ -\x53\x8a\xa7\x46\xaa\x41\x3e\x22\x42\xc8\x89\x21\x1c\x8e\xa4\x20\ -\x47\x70\x4e\xdb\x14\x05\x5f\x53\x0b\x6e\xfd\xf1\xff\xc0\x7e\xe0\ -\x08\x40\xd3\xa0\xaa\x76\xc3\x73\xeb\x0e\xd2\x5f\x7a\x01\x6a\xb3\ -\x29\xec\x09\x7a\x90\x93\xaa\x94\x09\x29\x6d\x4b\xc9\x01\xc0\x2e\ -\xc3\xfc\x2e\xc4\x9c\xe4\x18\x66\x20\x10\xc0\x0f\x3f\xfc\x80\xdc\ -\xdc\x5c\x45\xfd\x85\xcb\x48\xe5\xea\x8b\x8d\x5d\xaa\x1f\xa6\x9c\ -\x14\x73\x10\xeb\x93\x5d\x46\x8e\x09\x84\xbb\x46\xc4\xe6\x41\x68\ -\xac\x7c\xfc\xc4\xf0\x11\xc3\x5f\x6a\xbc\x42\xe3\xe4\xd3\x59\x8a\ -\x1e\x62\xf8\x86\xcb\x20\xe5\x0e\x32\x21\x5a\xf3\xc7\x4c\xd3\x34\ -\x54\xec\x42\xcc\x8f\x10\x72\x62\x84\xe1\xd7\xe5\xb7\x21\xc7\x81\ -\x85\x08\xcb\xfe\x09\x29\x0f\xa0\xfb\x62\x1d\xba\x8e\xff\xbd\xf7\ -\x6f\xb5\x1a\x08\xf8\xd1\x59\x7d\x00\xde\x7b\x4d\xa2\xfd\xca\x2d\ -\x12\xb1\x77\x52\x0c\x43\xec\x14\x14\xa3\xa3\x52\x90\x5a\xec\xe1\ -\xe0\x24\xa4\x82\xca\xcd\x8f\xd8\x7b\x21\x9c\xc4\xf0\x50\xc2\x90\ -\xe4\x68\xac\xe4\x99\x90\x74\xc7\x1f\x23\xfb\x77\x31\x1a\xb0\xdb\ -\x13\xda\xc0\x42\x34\xe0\xd3\x48\x6a\x4e\xe4\xde\x89\xb5\x25\xc6\ -\x9c\xd9\x7f\x2b\xa1\xa5\xd0\xf8\xc4\xe6\x90\xdd\x87\xd4\xfe\x10\ -\x7b\xaf\x54\xd2\x95\xa2\x9f\xd8\x1c\x50\x14\xf5\x13\xc3\x92\x02\ -\xb1\x81\xca\x71\xeb\x70\x20\xac\x4d\x4e\x51\xbd\x3f\xa4\x63\x80\ -\xa6\xf1\xe3\x3f\x10\xdd\x90\x9c\x89\x90\x29\xc3\x1f\x93\xd8\x02\ -\x97\xdb\x44\x21\xfd\x8a\x4c\x84\x58\x1f\x62\x78\x49\x6d\xba\x70\ -\xea\x4b\x49\x71\x4a\x9f\x4b\x9d\xea\x4c\x1f\x52\x92\x27\xf3\x5e\ -\x6e\x81\x0b\xad\xbd\x70\xd6\x8d\x12\x06\x2b\x37\x1f\xe1\x30\x2a\ -\x21\x08\xd7\x7c\x22\x86\xa7\x58\x9b\x72\xb4\xe3\xd3\x5d\x8e\x46\ -\x52\x63\x64\x4b\x83\x4a\xc6\xa4\x94\x01\x4a\x8d\x33\x84\x61\x89\ -\x89\x9c\x42\x93\xa8\x44\xd4\x15\x42\x4a\x4c\x84\x17\x22\xa8\xe0\ -\xa2\xd1\xeb\xa0\x32\x19\x41\x07\x02\xa0\xfd\x01\x40\xa3\x81\xb5\ -\x78\x02\x74\x69\xa9\xa2\xf8\x90\x0d\x41\x51\x08\x7a\x3c\x40\x20\ -\x20\x88\xb3\xdc\x09\x24\x47\x7c\xf6\xc6\x93\x12\xd7\x85\x0e\x01\ -\xd1\xf1\x46\x70\x7a\x87\xa3\xae\xdd\x2f\xc8\x49\x54\x72\xea\x8c\ -\xdc\xa6\x78\x90\xb8\x4a\xf5\xf1\x8f\x6a\x9f\x3d\x46\xa1\xf5\x26\ -\xc5\xac\xa5\x0e\x26\xb1\x3d\x29\xb5\xa6\x85\x68\x2e\x25\x75\x2a\ -\x19\x97\xd2\xb1\xf2\xeb\x08\x8d\x5b\x4c\x32\x66\x9e\xc9\xda\xb0\ -\x84\xf4\x68\x21\x64\x95\x88\x98\xfc\x67\x4a\x6c\x5b\x7c\xf0\xb6\ -\xb4\xa1\xe5\xd3\xcd\x00\x4d\x23\xbe\x74\x36\x40\x51\x08\x74\x39\ -\x91\xb8\x74\x21\xd4\x66\x93\x68\x9f\x4c\x7b\xae\x73\x97\xd0\xb2\ -\x71\x2b\x4c\xb9\x03\x91\xf4\xd8\x02\x40\xab\x05\x05\x71\x3b\x8b\ -\x92\xc9\x11\xb3\x79\x88\x95\x15\x2a\x23\xc6\xc0\xc4\xfa\x12\x9b\ -\x2b\xb1\x67\x72\xaa\xb9\x18\x48\x79\x37\xa5\x6c\x2b\x52\xeb\x45\ -\xcc\x46\x22\x64\xbb\xe0\xd3\x45\x88\x06\x72\xcf\x85\xf0\x12\x53\ -\x7d\xa4\x6c\x3d\x4a\x24\x4b\x21\xda\x48\xd1\x3c\x9c\x39\x15\xb3\ -\xed\xc8\xe1\x2a\xc5\x20\x84\xe6\x4e\x4e\x28\x91\x33\x92\x2b\x5d\ -\x5b\x72\x2a\xaf\x50\x9f\x1a\xa9\x06\xe4\x3a\x94\x1a\xa4\x12\x35\ -\x47\x8c\xc8\x62\x75\x82\x6e\x37\x9a\x3e\xfc\x0c\x5d\xa7\x6a\x90\ -\xfa\xfc\x13\x48\x5a\xba\x10\x94\x4a\x85\x8e\xef\x0f\xc2\x7d\xe9\ -\x0a\xcc\x83\x72\xb8\xaa\xa2\xc0\xd8\xec\x07\x8f\xa2\x65\x63\x39\ -\xf4\x19\x7d\x61\x7c\xa8\x3f\xa2\x46\x0c\x05\x65\xd0\x73\xfa\x95\ -\x92\x78\xe4\x18\xb7\x14\xfe\x62\xc6\x54\xa9\xc5\xcb\x17\xbb\x95\ -\x4a\xb1\x52\x73\x1a\xc9\xfc\x8a\xb5\xad\x84\x06\x52\x6a\x83\x12\ -\x89\x5d\xcc\xa6\x23\x56\x2e\xd2\xb1\x85\x5b\x8f\xad\xee\x2a\x9d\ -\x17\x25\xeb\x47\xea\x9d\xdc\xdc\x46\xa2\x92\x85\x2b\xc1\xcb\xad\ -\xc5\xfb\x19\x8f\x5c\x3d\x8e\xd1\x5d\xca\x85\xcf\xfe\x5d\x89\x18\ -\xcb\x2e\x2b\x05\x62\x7d\xf1\xfb\xa1\x03\x01\xb4\x6e\xad\x44\x7b\ -\xc5\x2e\x24\xff\xec\x31\x24\x3f\xbe\x18\x6a\xb3\x19\x2a\xa3\x11\ -\x51\x23\x86\xc2\x59\x7b\x01\x9e\x1f\x8d\xee\x62\x92\x0c\x45\x51\ -\x30\x0e\xca\x81\x65\xcc\x48\xc4\xcd\x99\x0e\xd7\xf9\x4b\xb8\xfb\ -\xd6\x7a\xb4\x7d\x55\x05\x77\xfd\x0d\x04\x3d\x5e\xc1\x09\x91\xb2\ -\xc3\xf0\xc7\x2d\x45\x47\xa1\xc9\x12\x6a\x97\xff\x4c\xa8\x9c\xdc\ -\x1c\x89\xd1\x59\xae\x1d\x25\x73\x24\x37\xb7\x4a\x4e\x4d\x31\x7a\ -\x28\x95\xba\xc3\x59\x57\xec\x75\x14\x8e\x7a\x1c\x8e\xa4\xa0\xa4\ -\x2d\x39\x49\x4a\xc9\xde\xe2\x97\x95\x1a\xb7\xd8\x3b\x39\x89\x3a\ -\x52\x50\x8a\xff\xfd\xb4\xad\x11\x7a\xa9\x84\x0b\x86\x73\xaa\x48\ -\x3d\x53\x7a\x7a\x76\x1e\x3e\x8e\xe6\x4f\xbe\x44\xc2\xc2\x39\x48\ -\x59\xb3\x1c\x2a\x83\x81\xe0\xa0\x4b\x4d\x86\x2e\x29\x01\x9d\xdf\ -\x1f\x40\xd2\xca\x25\xe2\x06\x65\x9a\x46\xb0\xa7\x07\xe9\xff\x6b\ -\x2d\x2c\x63\x0b\x40\xfb\x7c\x70\x9d\xbb\x04\x5b\xd5\x6e\xb4\x6d\ -\xad\x80\xae\x6f\x1a\xa2\xc7\x8f\x86\x65\xe4\x30\x78\x6e\xdf\x45\ -\xd7\xa9\x1f\xa0\x32\x9b\x60\x9d\x5a\x04\x43\xff\xcc\x10\xc6\x11\ -\xee\x89\x2f\x46\x1f\xf6\x62\x56\x72\xfa\x8a\xd9\x24\x94\x2c\x48\ -\xa9\x4d\x29\x55\x5e\x4c\x4a\xb2\xdb\xed\x30\x1a\x8d\xd0\xe9\x74\ -\x9c\x77\x2e\x97\x0b\x00\x60\x36\x9b\xe1\xf5\x7a\xd1\xd4\xd4\x04\ -\x9f\xcf\xc7\x69\x5b\xad\x56\x23\x39\x39\x19\x46\xa3\x11\x0e\x87\ -\x03\x7a\xbd\x1e\x7a\xbd\x1e\x3d\x3d\x3d\x68\x6e\x6e\x86\xdf\xef\ -\x87\x4a\xa5\x82\x5e\xaf\x47\x4c\x4c\x0c\xcc\x66\x33\xa7\x8f\xae\ -\xae\x2e\xb4\xb5\xb5\x21\x18\x0c\x72\xf0\x34\x18\x0c\x48\x49\x49\ -\x01\x4d\xd3\x70\x3a\x9d\x88\x89\x89\x11\x1c\x53\x4f\x4f\x0f\x9a\ -\x9a\x9a\x10\x08\x04\x40\x51\x14\xd4\x6a\x35\xa2\xa2\xa2\x10\x1b\ -\x1b\x4b\x82\x67\x3d\x1e\x0f\x9a\x9a\x9a\xe0\xf7\xfb\x39\x74\xd6\ -\x68\x34\x48\x4e\x4e\x86\xc1\x60\x40\x4b\x4b\x0b\x9c\x4e\xe7\x4f\ -\xeb\x51\xa7\x83\xd5\x6a\x45\x54\x54\x54\x48\x9f\x0e\x87\x03\x77\ -\xef\xde\x45\x77\x77\x37\x62\x62\x62\xd0\xa7\x4f\x1f\x98\x4c\x26\ -\xc1\x39\xf3\xfb\xfd\x70\x3a\x9d\x88\x8e\x8e\x06\x45\x51\x70\x38\ -\x1c\xd0\xe9\x74\x30\x1a\x8d\x9c\xb9\xf6\xfb\xfd\x70\xb9\x5c\xb0\ -\x58\x2c\x50\xa9\x7a\x65\x90\x8e\x8e\x0e\xdc\xbb\x77\x0f\xc1\x60\ -\x10\x49\x49\x49\x48\x4c\x4c\x84\x4a\xa5\x42\x77\x77\x37\x5a\x5a\ -\x5a\xc8\x98\xd9\xeb\xcf\x6a\xb5\x22\x3e\x3e\x1e\x2e\x97\x0b\x14\ -\x45\xc1\x64\x32\xa1\xb5\xb5\x15\x0e\x87\x23\xa4\x2c\x33\x7e\xb5\ -\x5a\x0d\x97\xcb\x85\x98\x98\x98\x90\xb5\xd2\xd5\xd5\x05\x8d\x46\ -\x03\x9d\x4e\x87\xc6\xc6\x46\x78\x3c\x9e\x90\x76\x8c\x46\x23\x52\ -\x52\x52\xe0\xf5\x7a\xc9\x9c\xb3\xdb\x51\xab\xd5\xe8\xd3\xa7\x0f\ -\x59\x5f\xb2\x2a\xa1\xd2\x85\x1f\x69\x19\xb1\xf2\xec\xdf\xdd\x57\ -\xea\xd1\xf8\xee\x06\xc4\x4c\x1c\x87\xd4\x67\x57\x41\x65\x36\x73\ -\x4f\x3f\xb5\x1a\xd1\x0f\x17\xa2\x71\xfd\xa7\x88\x99\x52\x04\x43\ -\xbf\x74\xc1\xf6\x7d\x6d\xed\xe8\xb9\x52\x0f\xcb\xd2\x32\x50\x2a\ -\x15\x28\xbd\x1e\x96\x51\xf9\x30\xe7\x0d\x86\xab\xf6\x3c\x5a\xbf\ -\xaa\xc2\xdd\xbf\xac\x07\xa5\x52\x21\xd0\xe5\x84\xbf\xbd\x03\x50\ -\xab\xd0\x59\xbd\x1f\x99\x7f\xfe\x1d\x8c\xd9\x99\x9c\xf6\x22\x3d\ -\x45\xe4\x98\x92\x12\xa3\xbd\x1c\x28\x51\x23\x95\x1e\x3a\x62\x6d\ -\x04\x83\x41\x7c\xf9\xe5\x97\x98\x3c\x79\x32\x06\x0d\x1a\xc4\x79\ -\xb7\x7f\xff\x7e\x50\x14\x85\x92\x92\x12\x34\x34\x34\xe0\xcd\x37\ -\xdf\x44\x46\x46\x06\xd4\xac\x5b\x09\x26\x93\x09\xa5\xa5\xa5\xe8\ -\xdb\xb7\x2f\xbe\xfe\xfa\x6b\xe4\xe7\xe7\x23\x3f\x3f\x1f\xb5\xb5\ -\xb5\xd8\xb0\x61\x03\xfa\xf7\xef\x4f\x36\xa4\x5a\xad\xc6\xa8\x51\ -\xa3\x30\x71\xe2\x44\x68\xb5\x5a\x00\xc0\xee\xdd\xbb\xb1\x67\xcf\ -\x1e\x64\x65\x65\x11\xda\x04\x83\x41\xf4\xed\xdb\x17\x8b\x16\x2d\ -\x42\x5b\x5b\x1b\xb6\x6c\xd9\x82\x17\x5f\x7c\x11\x1a\x8d\x26\x64\ -\xbe\xce\x9f\x3f\x8f\xf7\xde\x7b\x8f\xe0\x4e\xd3\x34\xbc\x5e\x2f\ -\x06\x0e\x1c\x88\xd2\xd2\x52\xe8\xf5\x7a\xd4\xd5\xd5\xe1\xdd\x77\ -\xdf\x45\x56\x56\x16\x61\x06\x34\x4d\xc3\x62\xb1\x60\xc1\x82\x05\ -\x48\x48\x48\xc0\xfb\xef\xbf\x0f\x8f\xc7\x83\xd8\xd8\x58\xd0\x34\ -\x4d\x18\xed\xb4\x69\xd3\x30\x6a\xd4\x28\x52\xe7\xc4\x89\x13\xd8\ -\xb7\x6f\x1f\x8c\x46\x23\x8c\x46\x23\x3a\x3a\x3a\x00\x00\x65\x65\ -\x65\xc8\xc9\xc9\x09\xa1\x6f\x6b\x6b\x2b\xca\xcb\xcb\xb1\x66\xcd\ -\x1a\x18\x8d\x46\x6c\xd8\xb0\x01\x81\x40\x00\x2f\xbe\xf8\x22\xf4\ -\x7a\x3d\x19\x4f\x6b\x6b\x2b\x2a\x2a\x2a\xb0\x7c\xf9\x72\x44\x45\ -\x45\xa1\xb6\xb6\x16\xdf\x7d\xf7\x1d\xcc\x3f\xee\x13\x9b\xcd\x86\ -\xe1\xc3\x87\x63\xde\xbc\x79\x68\x6e\x6e\x46\x65\x65\x25\x7a\x7a\ -\x7a\xd0\xd8\xd8\x88\xf6\xf6\x76\xe4\xe5\xe5\x81\xa6\x69\x14\x16\ -\x16\x62\xf2\xe4\xc9\xd8\xbb\x77\x2f\x74\x3a\x1d\x66\xce\x9c\x89\ -\x9a\x9a\x1a\xd4\xd4\xd4\x80\xa2\x28\xd4\xd6\xd6\xa2\x4f\x9f\x3e\ -\x48\x4c\x4c\x84\xd9\x6c\xc6\x82\x05\x0b\xe0\xf3\xf9\x50\x55\x55\ -\x85\x35\x6b\xd6\x40\xaf\xff\xc9\xb4\x42\xd3\x34\x76\xec\xd8\x81\ -\xb4\xb4\x34\x8c\x1c\x39\x12\xdf\x7f\xff\x3d\x9a\x9b\x9b\xe1\xf1\ -\x78\x70\xee\xdc\x39\x0c\x1f\x3e\x1c\x1a\x8d\x06\x19\x19\x19\x28\ -\x2b\x2b\xc3\xf9\xf3\xe7\xf1\xd1\x47\x1f\x21\x2b\x2b\x8b\xc3\xb0\ -\x4c\x26\x13\x96\x2f\x5f\x8e\xb8\xb8\x38\x00\x10\x96\xb0\xfe\x3b\ -\x81\xaf\xb5\x0d\xf7\xde\xfd\x18\x86\xec\x4c\xf4\x79\xf1\x69\x68\ -\x62\xa2\x05\x37\x9a\x69\xd0\x43\x50\x5b\xa2\xd0\xb1\x73\x0f\x52\ -\x9f\x5a\x09\x08\x48\x2b\x8e\xe3\xa7\x41\xe9\xf5\xd0\x26\x25\x70\ -\x9e\xab\x0c\x7a\x58\x0a\x0b\x60\x1e\x9e\x0b\xc7\x91\x93\xb8\xf9\ -\x2f\xff\x1b\xbe\x36\x1b\x28\x95\x0a\x08\x06\xd1\x75\xba\x16\xf6\ -\x7d\x87\x61\xec\x9f\xc1\x99\x10\x39\xe3\x27\xf3\x4e\xce\x68\x2d\ -\x64\x7c\xe6\x97\x57\xc2\x5c\xa4\x6c\x43\x4a\x9d\x08\x52\xb8\x0b\ -\xbd\xef\xe8\xe8\x80\xd7\xeb\x0d\x79\xc7\x48\x58\x40\xaf\x24\x93\ -\x99\x99\x89\x9f\xff\xfc\xe7\x1c\x49\x0c\xe8\x95\xb2\x82\xc1\x20\ -\xec\x76\x3b\x3c\x1e\x0f\x00\xa0\xbb\xbb\x1b\xc3\x86\x0d\xc3\xd3\ -\x4f\x3f\x0d\x8a\xea\x8d\xc0\x6f\x68\x68\xc0\xb6\x6d\xdb\x60\xb3\ -\xd9\x50\x56\x56\x06\x95\x4a\x05\x8f\xc7\x83\x29\x53\xa6\x60\xe1\ -\xc2\x85\x21\xea\x9b\x5a\xad\x86\xcf\xe7\x43\x7b\x7b\xbb\xe8\x78\ -\xdd\x6e\x37\xf2\xf2\xf2\xf0\xf3\x9f\xff\x9c\x8c\xa7\xad\xad\x0d\ -\xeb\xd6\xad\x43\x46\x46\x06\x0a\x0b\x0b\xd1\xdd\xdd\x8d\x01\x03\ -\x06\xe0\x85\x17\x5e\x80\x5a\xad\xe6\xd0\x44\xad\x56\xc3\xed\x76\ -\x43\xad\x56\x63\xe5\xca\x95\x78\xe8\xa1\x87\x00\xf4\x4a\x46\xe7\ -\xcf\x9f\x47\x65\x65\x25\xd2\xd2\xd2\x90\x9a\x9a\x8a\x33\x67\xce\ -\x60\xc7\x8e\x1d\x58\xb2\x64\x09\x06\x0d\x1a\x44\xf0\xaf\xad\xad\ -\x25\x4c\x9c\x0f\x7e\xbf\x1f\x36\x9b\x0d\xc1\x60\x10\x40\x6f\x60\ -\x6f\x5d\x5d\x1d\x76\xee\xdc\x89\x79\xf3\xe6\x11\x06\xea\xf7\xfb\ -\xd1\xd1\xd1\x81\x60\x30\x88\xee\xee\x6e\x54\x55\x55\x61\xe6\xcc\ -\x99\x28\x28\x28\x00\x00\x34\x35\x35\xe1\xf6\xed\xdb\xa0\x28\x0a\ -\x99\x99\x99\x78\xfe\xf9\xe7\x01\x00\x87\x0f\x1f\x46\x4d\x4d\x0d\ -\x5e\x7c\xf1\x45\x00\x20\xed\x39\x9d\x4e\xc2\x7c\x8a\x8b\x8b\x31\ -\x65\xca\x14\x50\x14\x85\x37\xde\x78\x03\x53\xa6\x4c\x21\xed\x6a\ -\x34\x1a\x5c\xbd\x7a\x15\x1d\x1d\x1d\x82\x87\xb7\xc3\xe1\x80\xd5\ -\x6a\x85\xd1\x68\xc4\x8a\x15\x2b\x40\xd3\x34\x5a\x5b\x5b\xf1\xd6\ -\x5b\x6f\x61\xed\xda\xb5\xb0\x58\x2c\x64\xae\xdc\x6e\x37\x06\x0f\ -\x1e\x8c\xb5\x6b\xd7\x86\xb4\xc3\xa6\x4f\x48\x58\x83\xd2\xd3\x3b\ -\x9c\xe7\x42\xe5\x94\xe8\xdf\x41\x77\x0f\x9a\x3f\xd9\x04\x4a\xa7\ -\x43\xfa\xff\x7c\x0e\xda\x38\xab\xb0\x6d\x02\x80\xca\x60\x80\x75\ -\x6a\x11\x3a\xbf\x3f\x88\x9e\x9b\x77\x42\x27\xbf\xd3\x0e\xfb\xc1\ -\xa3\x88\xca\xcf\x03\xa5\x52\x09\xda\x0c\x54\x06\x03\xcc\x23\x86\ -\x42\x9b\x92\x04\x50\x34\x00\x1a\x34\x05\x80\xa6\x11\xe8\x76\x83\ -\x86\xb8\xba\x27\x67\x03\x14\xc2\x5b\xa8\xbe\x58\x58\x45\x38\xd2\ -\xaf\x90\x0d\x2c\xd2\xf9\xba\x1f\xb7\x3b\x1b\xd4\x6a\x35\x74\x3a\ -\x1d\x34\x1a\x0d\xe7\x47\x8c\x19\xab\xd5\x6a\x52\xc6\x64\x32\x21\ -\x37\x37\x17\x4f\x3e\xf9\x24\x4e\x9d\x3a\x85\xfa\xfa\x7a\x52\x4e\ -\xab\xd5\x72\xca\x6a\x34\x1a\xb2\xc0\x85\x5c\xe3\x7c\x60\xd7\xd3\ -\x6a\xb5\x48\x4d\x4d\x45\x72\x72\x32\x1c\x0e\x07\x69\x83\x79\xc7\ -\xfe\x9f\xc1\x9d\x5d\x86\xf9\x31\x18\x0c\xc8\xcf\xcf\x87\xd9\x6c\ -\x46\x53\x53\x13\x3c\x1e\x0f\x76\xed\xda\x85\x99\x33\x67\x62\xc8\ -\x90\x21\x84\x31\xe8\xf5\x7a\x8c\x19\x33\x06\xfd\xfb\xf7\x17\xa5\ -\x3f\x1b\x7f\xa3\xd1\x88\xb2\xb2\x32\x5c\xbe\x7c\x19\x27\x4e\x9c\ -\x10\x9c\x07\xaf\xd7\x0b\x97\xcb\x85\xe4\xe4\x64\xf2\x2c\x35\x35\ -\x15\x63\xc6\x8c\x21\x38\xf3\x69\xc5\xfc\xce\xe0\x25\x36\x0f\xfc\ -\x1f\xb1\xb9\x16\x5a\x7b\x62\xed\xb0\x99\x91\x58\x19\x76\xbb\x21\ -\x77\x09\x23\xf5\xac\xdc\xaf\x7a\xc1\x7f\x4e\x07\x83\x68\xaf\xd8\ -\x09\x5f\x6b\x3b\xd2\x7e\xf1\x0c\x91\x8a\x44\xa5\x08\x00\x96\x51\ -\x23\xd0\xf2\x79\x39\xda\x2b\x77\xa2\xcf\xf3\xab\xc9\xa5\x68\x00\ -\xe8\xfa\xfb\x0f\x08\x38\xba\x60\x1a\x3c\x40\x92\xc8\xea\xa8\x28\ -\x44\x8f\x1d\x05\x57\xed\x05\xd0\x3f\x4a\x0e\xba\x3e\x29\xb0\x14\ -\x8e\x14\xf4\xf0\x49\x4d\x92\xd2\xb1\xca\x31\x25\x31\xfb\x96\x94\ -\x64\xa7\x44\x7a\x7a\x10\xe0\xf7\xfb\x71\xfb\xf6\x6d\x44\x45\x45\ -\x71\xf0\x69\x69\x69\x41\x62\x62\x22\x29\xd7\xd9\xd9\x89\xab\x57\ -\xaf\x12\x75\x0e\x00\x62\x62\x62\x90\x98\x98\xa8\x78\xdd\xa4\xa6\ -\xa6\x62\xc0\x80\x01\x38\x7b\xf6\x2c\x72\x72\x72\x40\xd3\x34\x1a\ -\x1b\x1b\x71\xfd\xfa\x75\x22\x85\x50\x14\x85\xe4\xe4\x64\x8e\xfd\ -\x88\x4d\x0f\x3e\xcd\xda\xdb\xdb\x51\x5f\x5f\x4f\x54\xb9\xba\xba\ -\x3a\x38\x1c\x0e\xe4\xe7\xe7\x93\xba\x36\x9b\x0d\x57\xaf\x5e\xe5\ -\x6c\x2e\xab\xd5\x8a\x84\x84\x9f\x24\xf5\x60\x30\x48\x70\xa0\x69\ -\x1a\x75\x75\x75\x70\xb9\x5c\x48\x49\x49\x41\x5b\x5b\x1b\x5c\x2e\ -\x17\x86\x0c\x19\x42\xde\x77\x77\x77\x13\x9b\x9e\x56\xab\x15\xb5\ -\x63\xf1\xe7\x2c\x31\x31\x11\x8b\x16\x2d\xc2\xc6\x8d\x1b\x91\x94\ -\x94\x84\xec\xec\x6c\xce\xfb\xe8\xe8\x68\x0c\x19\x32\x04\x1f\x7c\ -\xf0\x01\x26\x4c\x98\x80\x41\x83\x06\x21\x39\x39\x19\x7a\xbd\x3e\ -\x44\x9a\x0f\xd7\xfc\xa3\xd4\x99\x22\x07\x62\x07\xa0\xcd\x66\xc3\ -\xb5\x6b\xd7\x38\xcf\xe2\xe2\xe2\x88\x3a\xc8\x09\x6b\x90\x92\x9a\ -\x94\xaa\x24\x62\xf5\xd9\x83\xe6\x0f\x56\xac\x7d\xc7\xb1\x53\xe8\ -\xbe\x78\x19\xa9\xcf\x3d\x01\x3d\x2b\x20\x54\x6c\x93\x52\x00\xb4\ -\x09\x71\x88\x99\x38\x0e\xed\xdf\xee\x40\xdc\xec\x69\x30\x3e\x94\ -\x05\xa0\x37\x1c\xc2\x56\xb9\x0b\xe6\x61\xb9\xd0\x58\x63\x40\xf7\ -\x36\x24\xa8\xda\x51\x3a\x2d\x92\x56\x3e\x0a\xa8\x28\x74\x9d\x38\ -\x03\xb5\x25\x0a\x09\x0b\xe7\x20\x6a\xe4\x30\x41\x63\xb7\x90\xe7\ -\x49\x6a\x7c\x52\x86\x7b\x39\x97\xb5\x9c\x97\x49\x4c\xa5\x54\xf2\ -\x4c\x0c\xe4\x0c\xf8\x6e\xb7\x1b\xbb\x77\xef\xc6\xf9\xf3\xe7\x39\ -\xed\x5e\xbc\x78\x11\xb3\x66\xcd\x22\x7f\xd7\xd7\xd7\xe3\xdb\x6f\ -\xbf\xe5\xd8\xb0\xf2\xf3\xf3\x31\x7d\xfa\xf4\xb0\x98\xa7\xd5\x6a\ -\x85\xd3\xe9\x04\xd0\xcb\x2c\x4f\x9e\x3c\x09\x97\xcb\xf5\xd3\x81\ -\xa3\x56\x63\xde\xbc\x79\x84\xa1\xc9\x8d\xe9\xc2\x85\x0b\xd8\xb6\ -\x6d\x1b\x61\x58\x37\x6f\xde\x44\x66\x66\x26\x87\x01\xd6\xd5\xd5\ -\xe1\x9b\x6f\xbe\xe1\x48\x20\xa3\x47\x8f\xc6\xe4\xc9\x93\x41\x51\ -\x14\x3a\x3b\x3b\xf1\xcd\x37\xdf\x20\x35\x35\x15\x6e\xb7\x1b\x36\ -\x9b\x0d\x5a\xad\x16\x73\xe6\xcc\x41\x4a\x4a\x0a\xae\x5d\xbb\x06\ -\xb5\x5a\x4d\xd4\xac\x60\x30\x88\x1d\x3b\x76\xe0\xca\x95\x2b\x84\ -\x69\xbd\xfc\xf2\xcb\x30\x99\x4c\xb2\xe3\xa7\x69\x1a\xd9\xd9\xd9\ -\x98\x32\x65\x0a\xca\xcb\xcb\xf1\xcc\x33\xcf\x70\xd6\x9a\x4a\xa5\ -\xc2\xa2\x45\x8b\x70\xe6\xcc\x19\xd4\xd4\xd4\xe0\xd0\xa1\x43\xd0\ -\xeb\xf5\x28\x2e\x2e\x46\x61\x61\xa1\xa0\x14\x25\xb5\x26\xee\x87\ -\x31\xb1\xdb\x55\x02\x97\x2f\x5f\xc6\xb6\x6d\xdb\x38\x75\x8b\x8a\ -\x8a\x30\x6e\xdc\x38\x82\x03\x61\x58\x72\x92\x80\x12\xa9\x41\x4c\ -\xea\x90\xf2\x74\x71\xa4\x0b\xf4\x32\x1e\xf7\xb5\xeb\xe8\x3a\xf6\ -\x77\x24\x2d\x5f\x0c\x43\x56\x3f\x51\x9c\x84\xc0\x3a\x75\x02\x5a\ -\xb7\x7c\x83\xf6\x6f\x77\x20\xed\x17\xcf\x80\x52\xab\xd1\xf5\xf7\ -\x5a\xb8\xaf\x35\x20\x69\xc5\xa3\xbd\xb6\x2d\xf4\x4a\x64\x82\x6d\ -\xd1\x34\x74\x89\x09\x48\xfb\x1f\xcf\x20\xe0\x74\x41\xa5\xd5\x80\ -\x32\x1a\x41\x91\xd7\xb4\xa8\x74\x24\x37\x41\x62\x71\x5d\x42\x78\ -\x84\xeb\xf1\x8b\x24\x26\x26\x1c\x10\xc3\xdd\x62\xb1\x60\xd1\xa2\ -\x45\x18\x36\x6c\x18\xa7\x4c\x79\x79\x39\xc7\x48\x3d\x62\xc4\x08\ -\x62\xc3\x62\x33\x6f\x39\x1b\x19\x7f\x3d\xdd\xbb\x77\x0f\x03\x07\ -\x0e\x04\xd0\x2b\x99\xcc\x9d\x3b\x17\x8f\x3c\xf2\x08\xa7\x8c\x90\ -\x4d\x48\x4c\x4a\x2d\x2a\x2a\x22\x36\x1c\x00\xf0\x78\x3c\xd8\xb9\ -\x73\x27\xb6\x6c\xd9\x82\xe7\x9e\x7b\x8e\x18\xa3\xd7\xae\x5d\xcb\ -\x61\xb6\xec\xb1\xe9\xf5\x7a\x3c\xf4\xd0\x43\xe8\xd7\xaf\x1f\x3a\ -\x3b\x3b\x71\xe6\xcc\x19\xac\x5e\xbd\x1a\x63\xc6\x8c\x01\x00\x58\ -\x2c\x16\x04\x02\x01\x74\x75\x75\xc1\x68\x34\x42\xa5\x52\xa1\xa4\ -\xa4\x04\x33\x66\xcc\x80\xdd\x6e\xc7\xfb\xef\xbf\x0f\xaf\xd7\xab\ -\x88\x61\x31\x30\x7e\xfc\x78\x34\x35\x35\xa1\xbc\xbc\x1c\x53\xa7\ -\x4e\xe5\x8c\xcd\x60\x30\x60\xfc\xf8\xf1\x18\x37\x6e\x1c\xba\xbb\ -\xbb\x71\xee\xdc\x39\x6c\xdb\xb6\x0d\x71\x71\x71\x84\x76\x4a\xd7\ -\x89\xdc\x73\x8d\x46\x03\x9f\xcf\x47\x18\x3c\xf3\x8e\xa6\x69\xf8\ -\x7c\xbe\x10\x9b\xa5\x14\x8c\x1d\x3b\x36\xc4\x86\xc5\x9f\x33\x45\ -\x77\x09\x95\x80\x52\x97\x3c\xbb\x6c\xc8\x06\x70\xf7\xc0\x73\xb7\ -\x11\x8e\x23\x27\x11\x5b\x32\x0d\xc6\x01\xd9\x61\x05\xb9\x01\x80\ -\x3e\x23\x1d\xd1\xe3\x46\xc3\xf6\x5d\x35\xdc\xd7\x1a\x40\xfb\x03\ -\xb0\x55\xed\x86\x36\x3e\x0e\xa6\x21\x03\x44\xdb\xe1\xe3\x44\xa9\ -\x54\xd0\x44\x5b\xa0\x62\x31\x2b\x25\xfd\xf3\xc7\x25\xc6\xf0\x39\ -\x7d\x89\x94\xbf\x5f\x66\x23\x67\x77\x52\x1a\xd2\x20\x37\x6e\xb5\ -\x5a\x4d\xec\x0f\xcc\xef\xfc\x93\x5c\xa5\x52\x71\xec\x4d\xec\x32\ -\x62\x2a\x2d\xbf\x8d\xda\xda\x5a\x34\x37\x37\x63\xe4\xc8\x91\xa4\ -\x0c\xd3\x1f\x1b\x07\x3e\xde\x52\xf9\xbd\x54\x2a\x15\xa7\xbe\xc9\ -\x64\x42\x5e\x5e\x1e\xda\xdb\xdb\xe1\xf3\xf9\x48\x7d\x06\x77\xa6\ -\x0f\x36\x6e\x26\x93\x09\xf9\xf9\xf9\x18\x35\x6a\x14\xa6\x4d\x9b\ -\x86\xc7\x1f\x7f\x1c\x55\x55\x55\x68\x69\x69\x01\x00\xc4\xc7\xc7\ -\x23\x29\x29\x89\xd8\x9d\x98\x90\x81\xe8\xe8\x68\xc4\xc4\xc4\x88\ -\x4a\x3d\x52\xa0\x56\xab\x31\x77\xee\x5c\xf8\xfd\x7e\x6c\xdf\xbe\ -\x9d\x30\x0c\x9f\xcf\x87\xae\xae\x2e\xd2\x8f\xd9\x6c\xc6\xd8\xb1\ -\x63\x91\x91\x91\x81\x3b\x77\xee\x84\xdd\x8f\x18\x30\x6b\x27\x3e\ -\x3e\x1e\x7e\xbf\x1f\x8d\x8d\x8d\x9c\xf7\x2e\x97\x0b\xcd\xcd\xcd\ -\x48\x4f\x4f\x57\xd4\x1e\x43\x67\xfe\x7c\xf2\x69\x23\xe9\x25\xe4\ -\xab\x2d\x91\xa8\x15\x4a\xa4\x2b\x00\xe8\x69\xb8\x85\xbb\x6f\xbe\ -\x0f\x5f\x7b\x07\x92\x9f\x5c\x06\xd3\xa0\x9c\xb0\xc4\x51\x46\x3a\ -\x53\xe9\x74\x88\x9d\x39\x05\x1d\xbb\xf7\xa1\xf9\xaf\x5f\xc2\x9c\ -\x37\x08\xf6\xc3\xc7\x91\xb2\x7a\x39\x54\x26\x93\xa8\x67\x4e\x68\ -\xac\x52\x63\x16\x2a\xa3\xe4\x99\x94\xb3\x81\xff\x5e\xcc\x46\xc6\ -\x7e\x16\xae\xa7\x92\x8f\x87\x52\x29\x58\x6c\x2e\xa4\x54\x61\x36\ -\x38\x1c\x0e\xdc\xba\x75\x8b\x9c\xb8\x8c\x94\x12\x17\x17\x47\xa4\ -\x2e\x76\x9d\x8e\x8e\x0e\xdc\xbe\x7d\x1b\x40\xef\xe2\xbf\x74\xe9\ -\x12\x6a\x6b\x6b\xb1\x60\xc1\x02\x62\x1b\x0b\x04\x02\x68\x6d\x6d\ -\xc5\xdd\xbb\x77\x49\x2c\x16\x4d\xd3\xd0\xe9\x74\xc4\x36\xe6\x72\ -\xb9\x70\xeb\xd6\x2d\xa8\xd5\x6a\xf2\xde\x60\x30\x20\x3e\x3e\x9e\ -\xf4\xc3\x6c\x64\x9a\xa6\xd1\xd9\xd9\x89\x5d\xbb\x76\x61\xc0\x80\ -\x01\x30\xfc\x18\xeb\x67\xb7\xdb\x49\x1b\x6c\xd5\x33\x3e\x3e\x1e\ -\x14\x45\x21\x18\x0c\x22\xf0\xe3\xdd\x54\x00\x18\x37\x6e\x1c\x6e\ -\xde\xbc\x89\x2f\xbe\xf8\x02\x4f\x3f\xfd\x34\x4c\x26\x13\xe6\xcf\ -\x9f\x8f\x4f\x3e\xf9\x04\x00\x50\x58\x58\x08\x8b\xc5\x82\xb6\xb6\ -\x36\x1c\x39\x72\x04\x26\x93\x89\xa8\x8b\x52\xb6\x51\xbe\x53\xc6\ -\x68\x34\x62\xc9\x92\x25\xf8\xd3\x9f\xfe\x84\xae\xae\x2e\xa8\xd5\ -\x6a\xb4\xb7\xb7\x63\xe3\xc6\x8d\xc8\xcd\xcd\x45\x7e\x7e\x3e\x8c\ -\x46\x23\xae\x5d\xbb\x86\x96\x96\x16\xcc\x9e\x3d\x5b\xd1\xfc\xf1\ -\xfb\x61\xcf\x29\xbf\xbc\xc5\x62\xc1\xd8\xb1\x63\xb1\x79\xf3\x66\ -\x94\x95\x95\xa1\x4f\x9f\x3e\xb0\xdb\xed\xd8\xb5\x6b\x17\xd2\xd2\ -\xd2\x90\x91\x91\x21\xd9\x27\xfb\x99\xdd\x6e\xe7\xcc\x05\x73\xb0\ -\x26\x26\x26\xfe\x14\x87\xe5\xf5\x7a\x71\xe8\xd0\x21\xb4\xb4\xb4\ -\x40\xaf\xd7\x63\xe2\xc4\x89\xc4\x98\x28\x75\xc2\xf2\x37\x57\x4f\ -\x4f\x0f\xf6\xee\xdd\x0b\xbb\xdd\x0e\x93\xc9\x84\xa9\x53\xa7\xc2\ -\x62\xb1\x28\x76\xa9\xbb\xaf\x35\xa0\x73\xef\x21\xd0\x00\xcc\xa7\ -\xcf\xc2\xd7\xd2\x0e\x4a\xad\x02\xa5\xd5\x82\xd2\x6a\xa1\x8e\x32\ -\x43\x63\x8d\x86\xca\x64\x82\xda\xa0\x07\xa5\xd3\x41\xa5\xd7\xf5\ -\xfe\xaf\xd5\x02\x1a\x35\xb9\x96\xa3\x8d\x8f\x87\xca\x68\x44\xdb\ -\xd6\x0a\xb4\x7f\xf3\x1d\xe8\x60\x6f\xa4\x3c\x02\x01\xe0\x47\x0f\ -\xa1\x14\x84\x6b\x28\x57\x5a\x5f\x8a\x59\x4a\x49\x3c\x62\xb6\x2c\ -\xbe\x6d\x4c\x49\x5d\xa5\x52\x13\x7f\x8e\xc5\xc6\x99\x9b\x9b\x0b\ -\xab\xd5\x1a\xf2\x8e\xbd\x50\xe3\xe2\xe2\xa0\xd5\x6a\xf1\xf5\xd7\ -\x5f\x87\xa8\x52\x25\x25\x25\xc8\xca\xca\xc2\xc0\x81\x03\xc9\xba\ -\x4b\x4e\x4e\x86\xdb\xed\xc6\x96\x2d\x5b\x88\x57\x2b\x39\x39\x19\ -\x4f\x3c\xf1\x04\x32\x32\x32\xc8\x98\xfb\xf6\xed\x8b\x3d\x7b\xf6\ -\x60\xcb\x96\x2d\x9c\x38\xac\x94\x94\x14\x2c\x5c\xb8\x10\x51\x51\ -\x51\x88\x8b\x8b\xc3\xd6\xad\x5b\x39\xfd\xf6\xeb\xd7\x0f\xf3\xe7\ -\xcf\x47\x52\x52\x12\x7c\x3e\x1f\xb6\x6c\xd9\x42\x70\xd5\x6a\xb5\ -\xc8\xcd\xcd\xc5\xa4\x49\x93\x40\x51\x14\x12\x12\x12\x10\x0c\x06\ -\xb1\x75\xeb\xd6\x10\x8f\xdd\xbc\x79\xf3\x90\x92\x92\x82\xbc\xbc\ -\x3c\x58\x2c\x16\xf2\x4e\xad\x56\xe3\x91\x47\x1e\xc1\xd7\x5f\x7f\ -\x8d\xbb\x77\xef\x22\x27\x27\x07\x59\x59\x59\x58\xbd\x7a\x35\xf6\ -\xec\xd9\x43\xe2\xa9\x74\x3a\x1d\x32\x33\x33\xf1\xe4\x93\x4f\xc2\ -\x68\x34\x86\xd0\xd9\x64\x32\x61\xe8\xd0\xa1\x44\x6a\x1c\x38\x70\ -\x20\x61\xb4\x0c\xc4\xc7\xc7\xe3\x99\x67\x9e\xc1\xf1\xe3\xc7\xa1\ -\x52\xa9\x90\x9c\x9c\x8c\xb9\x73\xe7\xe2\xf0\xe1\xc3\xa8\xad\xad\ -\x45\x30\x18\x84\xd9\x6c\x46\x69\x69\x29\x32\x33\x33\x39\x75\x13\ -\x13\x13\x39\xf1\x73\x4c\xdf\x99\x99\x99\xc4\x3b\xc7\xc6\x67\xc8\ -\x90\x21\x1c\x03\x38\x33\x0f\x33\x66\xcc\x80\x5e\xaf\x47\x45\x45\ -\x05\xbc\x5e\x2f\x34\x1a\x0d\xb2\xb3\xb3\x31\x63\xc6\x0c\x8e\x93\ -\x05\xe8\xf5\x8c\x0e\x1f\x3e\x3c\xe4\x79\x62\x62\x22\xfc\x7e\x3f\ -\x36\x6f\xde\x2c\xe8\x19\x4d\x4e\x4e\xee\xed\xb7\xa3\xa3\x83\x5e\ -\xb4\x68\x11\x0e\x1d\x3a\x84\xd8\xd8\x58\x54\x54\x54\x10\xdd\x9b\ -\xbd\x39\xe4\xa0\xb5\xb5\x15\xd3\xa7\x4f\xc7\xa5\x4b\x97\x90\x9a\ -\x9a\x8a\x3d\x7b\xf6\x20\x3b\x3b\x5b\xd4\xf6\xc1\x3f\xb5\x7d\x6d\ -\xed\x68\xfd\xf2\x6b\x50\x1a\x0d\xe2\x1f\x29\x01\x54\x2a\xf8\x9a\ -\x5b\xe0\x6d\x6c\x86\xb7\xa9\xa5\xf7\xa7\xb1\x19\xbe\x8e\x4e\xd0\ -\x5e\x2f\x28\xb5\x06\x2a\x83\x1e\x2a\xa3\x01\xea\x28\x33\xd4\xd1\ -\x16\x68\xac\x31\xd0\x44\x5b\x60\x3f\x72\x12\x9d\xdf\xef\x07\x02\ -\x41\x00\x14\x68\x3a\x08\x7d\xbf\x74\x64\xbf\xfd\xef\x88\x1a\x96\ -\x2b\x1a\x52\x20\x25\xad\xb8\x5c\x2e\xd8\x6c\x36\x34\x37\x37\xa3\ -\xa3\xa3\x03\x3d\x3d\x3d\x50\xa9\x54\xb0\x58\x2c\x48\x4e\x4e\x46\ -\x62\x62\x22\x2c\x16\x4b\xc8\x44\xc8\x8d\x5b\xaa\xdc\x7f\x35\xb8\ -\xdd\x6e\xbc\xfc\xf2\xcb\x58\xbe\x7c\x39\xc6\x8d\x1b\xa7\xa8\x0e\ -\x13\x31\xcd\x17\xdd\xd9\xcf\x83\xc1\x20\x7c\x3e\x1f\x47\x0a\x61\ -\xe8\xab\xd3\xe9\xa0\x56\xab\x43\xca\x7b\xbd\x5e\xa2\xe6\xb0\x0d\ -\xd6\x6c\xda\x04\x02\x01\x78\xbd\xde\x90\xf9\x64\xa2\xe3\x01\xc0\ -\xeb\xf5\x86\xf4\xcb\x84\x58\x30\x81\xa2\x6c\x03\x3b\xf3\x8e\xe9\ -\x8b\xb1\xc5\xc8\xe1\xce\xa8\x9d\x7c\xfc\x98\xfe\x18\x08\x06\x83\ -\x70\xb9\x5c\x84\x61\x31\x76\x2b\xb1\x7d\x12\x0c\x06\x49\xdb\x6c\ -\x1a\xf1\xd7\x28\x3b\xda\x9f\x91\xfa\xba\xbb\xbb\x11\x08\x04\x60\ -\x30\x18\x08\x3d\xd8\x7d\x05\x83\x41\x41\x9b\x1f\x43\x0f\xa1\x39\ -\x65\xab\xd7\x7c\x9c\xdd\x6e\x37\x61\x58\xec\x5b\x09\xfc\x31\x05\ -\x02\x01\x22\xf1\xb2\xfb\xe4\xcf\x05\x03\x7a\xbd\x9e\xe0\xa2\x01\ -\x7a\xbd\x2d\x5e\xaf\x57\x70\xf2\xa5\x54\x0c\xfe\x26\xf7\xf9\x7c\ -\xf0\x7a\xbd\xf0\xf9\x7c\x8a\xa4\x05\x76\xdb\xda\x84\x78\xa4\x3e\ -\xbf\xba\xd7\x28\xfe\x23\x72\xba\xe4\x44\x98\x87\xf5\x66\xbf\xa4\ -\xfd\x7e\x04\xba\xdd\x08\x38\x5d\xf0\xb7\xdb\xe0\xb9\xd7\x04\xcf\ -\xcd\x3b\xf0\xdc\xba\x03\x6f\x63\x33\xba\x2f\xd4\xc1\xd7\x6e\x43\ -\xa0\xcb\x89\x60\x8f\x07\x08\xd0\x44\xe2\xa2\xa0\x82\xe7\xce\x3d\ -\x74\x9f\xbb\x84\xa8\x61\xb9\xbd\xcf\x25\xd4\x17\xe6\xb9\xd7\xeb\ -\xc5\xf9\xf3\xe7\x71\xe0\xc0\x01\x1c\x3c\x78\x10\x75\x75\x75\x24\ -\x50\x92\x59\x3c\x5a\xad\x16\x66\xb3\x19\xe9\xe9\xe9\x18\x3d\x7a\ -\x34\xa6\x4c\x99\x82\xb1\x63\xc7\x12\xb5\x45\x68\xbc\xec\xf6\xaf\ -\x5d\xbb\x46\xae\x42\xa8\x54\x2a\x64\x65\x65\x21\x36\x36\x96\xd4\ -\xbd\x7b\xf7\x2e\x1a\x1b\x1b\xef\x8b\x81\xa9\xd5\x6a\x64\x65\x65\ -\x09\x4a\x42\x42\x0b\x2f\xdc\xb6\xe5\x9e\xb3\x19\x88\x92\x76\x54\ -\x2a\x15\x0c\x06\x83\x60\x39\x36\x9e\x6a\xb5\x9a\x48\x26\x62\x20\ -\xd5\x2f\x45\x51\xa2\xfd\x30\xef\x29\x8a\x0a\x0b\x77\x8e\x81\x58\ -\x60\x73\x33\x87\x9c\xd4\xb8\xd8\xcf\xf8\x71\x4a\xec\xb6\xd8\x20\ -\x64\x33\xe4\x87\x76\xf0\xfb\xe2\xd7\x61\xe3\xc8\x7f\xc6\x1f\xa7\ -\x10\x30\x11\xfc\x52\xc0\x48\xcc\xe1\xce\x05\x03\x21\x57\x73\x94\ -\x80\x94\x3a\x24\x56\x96\xfd\xb7\xa8\x1d\x47\xa5\x22\x4c\x86\x3c\ -\x63\xea\x69\x34\xd0\x44\x5b\xa0\x89\xb6\x40\xdf\x27\x05\xe6\xa1\ -\x3f\xc5\xb4\x04\xbb\xdd\xf0\xdb\x1d\x08\x74\xda\xe1\xbe\x7e\x13\ -\xf7\xde\xfe\x00\xee\x6b\x0d\xa0\x28\x86\xf0\x34\x28\xb5\x1a\x14\ -\xe3\xb1\xe0\xe9\xe1\x7c\x3c\x83\xc1\x20\x6a\x6b\x6b\xf1\xd1\x47\ -\x1f\xe1\xbb\xef\xbe\xc3\xad\x5b\xb7\x24\xd5\xc8\xd6\xd6\x56\xdc\ -\xb8\x71\x03\x87\x0f\x1f\xc6\xc7\x1f\x7f\x8c\x82\x82\x02\xac\x5c\ -\xb9\x12\x8f\x3c\xf2\x08\x61\x12\x42\xb6\x82\x8e\x8e\x0e\xbc\xf4\ -\xd2\x4b\x38\x77\xee\x1c\xd9\x18\x7f\xf9\xcb\x5f\x30\x67\xce\x1c\ -\x82\xc7\xa7\x9f\x7e\x8a\x75\xeb\xd6\xdd\x17\xc3\x32\x9b\xcd\x78\ -\xe7\x9d\x77\x50\x5c\x5c\xac\xd8\xee\xc5\xc6\x93\xfd\xbb\x94\x1d\ -\x4f\xec\x9d\xd8\x5a\x90\x0a\x79\x51\x6a\x93\x93\x6b\x4f\x68\x2d\ -\x29\x6d\x57\xa9\x57\x57\xaa\x9c\x54\x7f\x72\x20\x1a\xc2\x23\xd3\ -\x96\xd2\xf0\x17\x3e\x84\x53\xe7\x41\x6b\x09\x4a\xcb\x3e\xd0\xab\ -\x39\xe1\x32\x3c\x25\xcf\x65\xdb\xa4\x28\xa8\xcd\xa6\xde\x5c\x58\ -\x7d\x52\x60\x1c\x94\x83\x9e\xeb\x37\xd0\xf8\xde\x06\x04\xbd\xbe\ -\x5e\x06\x18\x08\xc2\x9c\x37\x08\x96\x51\xf9\xa4\x4d\xfe\xe6\x62\ -\x08\xdc\xd5\xd5\x85\xcf\x3f\xff\x1c\x7f\xf9\xcb\x5f\x70\xf5\xea\ -\xd5\xb0\x69\xe0\x70\x38\xb0\x6f\xdf\x3e\x1c\x3f\x7e\x1c\xbb\x76\ -\xed\xc2\xaf\x7e\xf5\x2b\xe4\xe5\xe5\x71\xc4\x78\x06\x02\x81\x00\ -\x1a\x1b\x1b\x89\xa1\x51\xa7\xd3\xa1\xbb\xbb\x9b\x53\x86\x6d\x14\ -\x8e\x14\x4c\x26\x13\xdc\x6e\x77\x08\x3d\xe5\x3c\x85\xe1\xda\xec\ -\xc2\xb1\x8f\xc9\x95\x51\xfa\x8e\x1f\x7f\x26\x17\x7b\x15\x4e\x5c\ -\xa1\xd2\xf5\xf8\x20\x42\x4a\x84\xf0\x89\xf4\x90\x8a\x94\xae\xe1\ -\x94\x8f\x84\x76\x0f\x02\x22\x62\x58\x62\xa7\x87\xd2\xab\x1e\x42\ -\x03\x52\xba\x88\x64\xdb\x51\xa9\x90\xb4\x6c\x11\x68\x8f\x17\x1d\ -\xd5\xfb\x11\x70\x76\xc3\x38\x30\x1b\x29\x6b\x1e\x87\x3e\xb3\xaf\ -\x20\x8e\x4c\x1b\x1d\x1d\x1d\xf8\xf3\x9f\xff\x8c\x75\xeb\xd6\x11\ -\xd7\x30\xbf\x5c\x54\x54\x14\x12\x12\x12\x60\x36\x9b\x11\x0c\x06\ -\xd1\xd9\xd9\x09\x9b\xcd\x86\x9e\x9e\x1e\x4e\x59\xb7\xdb\x8d\x4d\ -\x9b\x36\xa1\xbe\xbe\x1e\xeb\xd7\xaf\xc7\x88\x11\x23\x04\xc7\xc1\ -\x16\xbf\x85\xdc\xdb\x0f\x2a\x22\x5d\xc8\xeb\x13\x4e\x3d\x3e\xad\ -\xc3\x89\x92\x96\x92\x88\x94\x6c\x52\x39\xaf\x6d\x38\x41\xb3\x62\ -\xe5\x22\x95\x80\xa4\x98\xe7\xfd\xb6\x17\xee\xfb\x48\xc7\x12\x4e\ -\xbc\x64\x38\xfd\x46\x22\xe9\xc9\xd5\x89\x58\xc2\x52\x7a\xd2\x84\ -\x43\x40\xa5\x8b\x97\xff\x8e\xdf\x87\x36\x21\x0e\x7d\xfe\xc7\x33\ -\x48\x5c\xf2\x08\x82\x3d\x1e\x68\x13\xe3\xa1\x8e\xb5\x12\x55\x90\ -\xef\xba\xa5\x28\x0a\x76\xbb\x1d\xaf\xbe\xfa\x2a\xde\x7b\xef\x3d\ -\x72\x09\x97\x81\xe8\xe8\x68\x14\x16\x16\x62\xd6\xac\x59\x28\x28\ -\x28\x40\x52\x52\x12\xb9\x2d\xef\x72\xb9\x70\xfb\xf6\x6d\x1c\x3d\ -\x7a\x14\xbb\x77\xef\xc6\xd9\xb3\x67\x39\x97\x81\x6d\x36\x1b\x27\ -\xde\x28\x5c\x06\x94\x9c\x9c\x2c\x18\xec\x17\x0c\x06\x71\xfb\xf6\ -\x6d\x0e\xa3\x4c\x4e\x4e\x16\xb4\x53\x99\x4c\x26\x41\xbb\x89\x92\ -\x39\x92\x7a\x4e\xd3\xbd\x97\x85\xed\x76\x7b\xc8\xb8\xd8\x57\x57\ -\x28\xaa\x37\xe3\xc2\x9d\x3b\x77\x60\xb3\xd9\x60\x30\x18\xd0\xb7\ -\x6f\xdf\x10\x9c\x5a\x5b\x5b\x61\xb7\xdb\x49\x1d\xad\x56\x8b\x84\ -\x84\x04\x62\x98\xe6\x4b\x49\x6c\xdc\x18\x97\xb8\xc7\xe3\x81\xd5\ -\x6a\x45\x7a\x7a\x3a\x31\x9e\x07\x02\x01\x34\x35\x35\x71\xa4\x4c\ -\xa6\x8d\xc4\xc4\x44\x44\x47\x47\x93\xe7\x5e\xaf\x17\xb7\x6f\xdf\ -\x26\xde\xee\x7e\xfd\xfa\xc1\xc4\x0b\x87\x61\xde\x69\xb5\x5a\x62\ -\x40\x67\x52\xc0\xb0\x69\xea\x70\x38\x48\xea\x1d\xa7\xd3\x89\x96\ -\x96\x16\x8e\x34\x4f\xd3\xbd\xd9\x08\x98\x34\x2d\x0c\x34\x35\x35\ -\xa1\xa9\xa9\x09\x14\x45\x21\x2d\x2d\x8d\x73\x05\x08\x00\xba\xba\ -\xba\x48\x5b\x40\x6f\xf0\x66\x6c\x6c\x2c\x27\xc5\x8b\xcb\xe5\x42\ -\x30\x18\x14\x9c\x77\x9a\xee\xbd\xb4\x1e\x1d\x1d\xcd\xb9\xcf\x09\ -\xf4\x1e\xb4\x5d\x5d\x5d\x9c\x2b\x53\x14\x45\x91\x54\x3c\xfc\xf4\ -\x2f\x40\xef\xfe\x48\x4a\x4a\x82\xdb\xed\x86\xdf\xef\x27\xb6\x33\ -\xa6\x5c\x67\x67\x27\xee\xdc\xb9\x03\x9f\xcf\x87\x84\x84\x04\xa4\ -\xa5\xa5\x11\x8d\x83\xa2\x7a\x53\xf8\x74\x77\x77\x23\x36\x36\x36\ -\xe4\x60\xb2\xdb\xed\xc4\x69\x40\x51\x54\x64\x0c\xeb\x7e\x74\x53\ -\xb1\x4d\x1b\x0c\x06\xd1\xd1\xd1\x81\xa6\xa6\x26\x34\x36\x36\xc2\ -\xe9\x74\x42\xad\x56\x23\x36\x36\x16\xa9\xa9\xa9\x48\x4a\x4a\x22\ -\xb7\xbb\xe5\xbc\x7c\x00\x40\x6b\xd4\x08\x24\x25\xf4\x7a\x25\xd4\ -\x6a\xa8\x25\x24\x2b\xaf\xd7\x8b\x75\xeb\xd6\x61\xdd\xba\x75\x1c\ -\x66\xa5\x56\xab\x51\x54\x54\x84\xe7\x9f\x7f\x1e\x33\x66\xcc\x10\ -\x35\x5a\x0f\x1b\x36\x0c\x73\xe6\xcc\xc1\x73\xcf\x3d\x87\x4d\x9b\ -\x36\x61\xdd\xba\x75\xa8\xaf\xaf\x87\x4e\xa7\xc3\x53\x4f\x3d\x45\ -\x3e\x9b\x15\x0e\xb3\x62\xe2\x94\x9e\x78\xe2\x09\x4e\x24\x37\x03\ -\x4e\xa7\x13\xab\x57\xaf\x46\x6d\x6d\x2d\x79\xb6\x76\xed\x5a\x3c\ -\xf6\xd8\x63\x82\x5e\xb3\xd4\xd4\x54\xd1\xbe\x22\x15\xdf\x69\x9a\ -\xc6\x17\x5f\x7c\x81\xb6\xb6\x36\xc4\xc7\xc7\x73\xfa\x1d\x39\x72\ -\x24\x26\x4c\x98\x00\x8a\xa2\xd0\xd8\xd8\x88\x6d\xdb\xb6\x91\x1c\ -\x50\xcc\xa6\x98\x3a\x75\x2a\xb9\x2e\x42\xd3\x34\x36\x6c\xd8\x80\ -\x9e\x9e\x1e\x42\x67\xbf\xdf\x0f\x9f\xcf\x87\xe2\xe2\x62\x8c\x1a\ -\x35\x4a\x10\xcf\x60\x30\x88\x63\xc7\x8e\xe1\xd0\xa1\x43\xc4\x4b\ -\xdb\xd1\xd1\x01\xbd\x5e\x8f\x25\x4b\x96\x20\x35\x35\x15\x9d\x9d\ -\x9d\x78\xe7\x9d\x77\x10\x13\x13\xc3\xc9\x25\xa5\x56\xab\x31\x65\ -\xca\x14\xe4\xe5\xe5\x01\x00\x1a\x1a\x1a\x50\x51\x51\x81\x40\x20\ -\x00\x8b\xc5\x02\xa7\xd3\x09\x8f\xc7\x83\xd9\xb3\x67\x63\xd8\xb0\ -\x61\x00\x7a\x23\xe1\xb7\x6e\xdd\x8a\x69\xd3\xa6\x21\x33\x33\x13\ -\xc7\x8e\x1d\x43\x75\x75\x35\x5e\x7a\xe9\x25\xce\xdd\x49\x9f\xcf\ -\x87\xca\xca\x4a\x8c\x1b\x37\x0e\xd9\xd9\xd9\x38\x70\xe0\x00\xf6\ -\xed\xdb\x87\xbe\x7d\xfb\x72\x24\xc3\x7e\xfd\xfa\xa1\xa4\xa4\x04\ -\x46\xa3\x11\x2e\x97\x0b\x95\x95\x95\x68\x68\x68\x40\x5c\x5c\x1c\ -\x02\x81\x00\x6c\x36\x1b\x86\x0e\x1d\x8a\x99\x33\x67\x12\xa3\x74\ -\x75\x75\x35\x8e\x1e\x3d\x8a\xbe\x7d\xfb\x12\x1a\xb8\xdd\x6e\x0c\ -\x1b\x36\x0c\x33\x67\xce\x84\x56\xab\xc5\xc1\x83\x07\x71\xec\xd8\ -\x31\xbc\xf2\xca\x2b\x21\xc6\xf7\x0b\x17\x2e\xe0\x83\x0f\x3e\xc0\ -\x6f\x7e\xf3\x9b\x9f\xc2\x05\x7e\xa4\xed\xee\xdd\xbb\xb1\x77\xef\ -\x5e\xfc\xe1\x0f\x7f\x40\x5c\x5c\x1c\x87\x71\x54\x57\x57\x13\x6f\ -\x79\x63\x63\x23\x06\x0f\x1e\x0c\x95\x4a\x85\xdc\xdc\x5c\x4c\x9f\ -\x3e\x1d\x67\xce\x9c\x41\x6b\x6b\x2b\x4a\x4b\x4b\xc9\xfc\x1d\x3c\ -\x78\x10\xc7\x8f\x1f\x47\x4c\x4c\x0c\xb4\x5a\x2d\xda\xdb\xdb\x91\ -\x98\x98\x88\x05\x0b\x16\x90\x10\x8d\xab\x57\xaf\xe2\xdd\x77\xdf\ -\xc5\x3f\xff\xf3\x3f\x23\x23\x23\x83\x33\xcf\x55\x55\x55\xc8\xcf\ -\xcf\x27\x7b\xe8\x81\xda\xb0\xc2\x51\x13\xd8\x70\xe9\xd2\x25\x6c\ -\xdb\xb6\x0d\x7b\xf6\xec\x41\x5d\x5d\x1d\xba\xba\xba\x38\x5e\xb8\ -\xf8\xf8\x78\x0c\x1f\x3e\x1c\x25\x25\x25\x98\x3d\x7b\xb6\xe4\xe6\ -\x63\xe0\x7a\x7d\x3d\xde\x7c\xf3\x4d\x74\x74\x74\xe0\xe1\x87\x1f\ -\xc6\xb3\xcf\x3e\xcb\xc9\x89\xc4\xc6\xe1\xe0\xc1\x83\x78\xfb\xed\ -\xb7\xc9\x09\x0c\xf4\xda\x93\x56\xad\x5a\x85\x5f\xfd\xea\x57\x21\ -\xf1\x2b\x62\x90\x9e\x9e\x8e\x7f\xfa\xa7\x7f\xc2\xe8\xd1\xa3\xf1\ -\xca\x2b\xaf\x40\xa7\xd3\x61\xd9\xb2\x65\x21\x31\x2d\x4a\xe8\xc4\ -\x94\x4d\x4c\x4c\xe4\x6c\x04\x06\x9c\x4e\x67\x88\x57\x25\x39\x39\ -\x59\x30\xaf\x92\x14\xed\xef\xc7\xd6\x40\xd3\xbd\x09\xf2\xe6\xcc\ -\x99\x83\xa1\x43\x87\x72\xde\x31\x27\x77\x47\x47\x07\x3e\xf9\xe4\ -\x13\x0c\x1e\x3c\x18\x53\xa7\x4e\x85\xd9\x6c\x86\xdf\xef\xc7\xa5\ -\x4b\x97\xb0\x79\xf3\x66\xa8\x54\x2a\x14\x16\x16\x22\x18\x0c\xc2\ -\xe1\x70\xe0\xb1\xc7\x1e\x23\x17\x7a\x03\x81\x00\xae\x5d\xbb\x86\ -\xad\x5b\xb7\x22\x2d\x2d\x0d\x7d\xfa\xf4\x09\xc1\xf9\xf8\xf1\xe3\ -\xa8\xae\xae\xc6\x92\x25\x4b\x90\x9d\x9d\x4d\x12\xca\xd5\xd4\xd4\ -\x10\xe9\xd3\xeb\xf5\x42\xab\xd5\x62\xf9\xf2\xe5\x21\x71\x4c\x8c\ -\x14\xd6\xd8\xd8\x88\x4f\x3e\xf9\x04\x45\x45\x45\x18\x3f\x7e\x3c\ -\x8c\x46\x23\x3c\x1e\x0f\x7e\xf8\xe1\x07\x6c\xdc\xb8\x11\x1a\x8d\ -\x06\xb9\xb9\xb9\x08\x06\x83\x24\xaf\x13\xd0\x9b\x0a\xe7\xee\xdd\ -\xbb\x28\x2f\x2f\xc7\xea\xd5\xab\xc9\x9c\x04\x83\x41\xb4\xb4\xb4\ -\x10\x1c\x3a\x3b\x3b\x51\x50\x50\x40\x36\x33\x03\x8c\x07\xd5\xeb\ -\xf5\x62\xd3\xa6\x4d\xf0\x7a\xbd\x58\xbd\x7a\x35\x39\x00\xee\xdd\ -\xbb\x87\xbf\xfd\xed\x6f\x70\xbb\xdd\x78\xf4\xd1\x47\xa1\x52\xa9\ -\x60\xb3\xd9\x30\x6e\xdc\x38\x12\x08\x4a\xd3\xbd\x69\x5b\x3e\xfd\ -\xf4\x53\x24\x26\x26\xa2\xb0\xb0\x10\x4e\xa7\x93\xa4\xb4\x59\xb4\ -\x68\x11\xa1\x59\x57\x57\x17\xb6\x6d\xdb\x86\x6b\xd7\xae\x91\xa4\ -\x84\x6c\x27\xd0\xc5\x8b\x17\x91\x98\x98\x88\xe3\xc7\x8f\xa3\xa4\ -\xa4\x84\xe0\x99\x98\x98\x88\xc7\x1f\x7f\x1c\x34\x4d\xa3\xb6\xb6\ -\x16\xfb\xf7\xef\xc7\xea\xd5\xab\x49\x06\x0e\xa6\xed\xf6\xf6\x76\ -\xd2\xd7\xfe\xfd\xfb\x71\xec\xd8\x31\x3c\xf6\xd8\x63\x24\x17\x9a\ -\xdd\x6e\xc7\x37\xdf\x7c\x83\x0d\x1b\x36\x60\xed\xda\xb5\x30\x99\ -\x4c\x70\xb9\x5c\x68\x6d\x6d\xc5\x57\x5f\x7d\x85\xd5\xab\x57\x73\ -\x04\x83\x96\x96\x16\x8e\x5d\x37\xa2\xab\x39\xec\x13\x42\x6e\xf3\ -\xf1\xa3\x66\xd9\x7f\x3b\x9d\x4e\xac\x5b\xb7\x0e\x8b\x17\x2f\xc6\ -\xef\x7e\xf7\x3b\xec\xdd\xbb\x17\x77\xef\xde\x85\xc3\xe1\x80\xcb\ -\xe5\x82\xd3\xe9\x44\x47\x47\x07\xae\x5d\xbb\x86\xaf\xbe\xfa\x0a\ -\x2f\xbc\xf0\x02\x96\x2d\x5b\x86\xaa\xaa\xaa\x90\xec\x95\x6c\xbc\ -\x00\x10\x02\x6c\xda\xb4\x09\x47\x8e\x1c\xe1\xc4\xd1\xb0\xcb\x75\ -\x76\x76\xe2\xbd\xf7\xde\xc3\xbd\x7b\xf7\xc8\x33\xb5\x5a\x8d\x9f\ -\xfd\xec\x67\xf8\xf7\x7f\xff\x77\xc2\xac\xf8\xb8\x8b\x8d\x4f\xa5\ -\x52\x61\xd2\xa4\x49\x58\xbf\x7e\x3d\x5e\x7b\xed\x35\x72\x35\x41\ -\xac\xbe\x1c\xdd\x84\x7e\x00\x84\xc4\x05\xf1\xc7\x25\xd7\x97\x50\ -\x9b\x72\xe5\x84\x40\xa5\x52\xc1\x6c\x36\xc3\x64\x32\x71\x7e\x98\ -\x38\xa7\xfd\xfb\xf7\x23\x2e\x2e\x0e\xf3\xe6\xcd\x43\x74\x74\x34\ -\x89\xa9\xca\xcf\xcf\xc7\xbc\x79\xf3\xb0\x7d\xfb\x76\x38\x9d\x4e\ -\xe2\xc2\x67\xb7\x61\xb1\x58\x30\x62\xc4\x08\x58\xad\x56\x41\xc7\ -\x83\xc3\xe1\xc0\xee\xdd\xbb\x51\x5a\x5a\x8a\xc1\x83\x07\x93\xb8\ -\xa8\xe8\xe8\x68\x4c\x9a\x34\x09\x59\x59\x59\x64\x0c\x5a\xad\x16\ -\x51\x51\x51\x21\x78\x32\x87\xd8\xee\xdd\xbb\x31\x60\xc0\x00\x4c\ -\x9b\x36\x0d\x66\xb3\x19\x2a\x95\x0a\x46\xa3\x11\xe3\xc6\x8d\x43\ -\x71\x71\x31\x2a\x2a\x2a\xc8\x9a\xe3\xdb\xc4\x66\xce\x9c\x09\x8d\ -\x46\x43\xa4\x33\xf6\x3b\xf6\xef\x46\xa3\x31\xa4\x7f\x83\xc1\x00\ -\x8a\xa2\x70\xf9\xf2\x65\xdc\xbe\x7d\x1b\xcb\x96\x2d\x43\x72\x72\ -\x32\x49\x65\x93\x91\x91\x81\x55\xab\x56\xa1\xa6\xa6\x06\x37\x6e\ -\xdc\x10\x6c\xcb\x6c\x36\x23\x33\x33\x13\x43\x86\x0c\xc1\xf5\xeb\ -\xd7\xc9\x1a\x2e\x29\x29\xc1\x85\x0b\x17\x70\xfe\xfc\x79\xb2\x66\ -\xaa\xaa\xaa\x90\x92\x92\x82\x61\xc3\x86\x71\xee\xff\x01\xc0\xb1\ -\x63\xc7\xd0\xaf\x5f\x3f\x3c\xfa\xe8\xa3\x38\x73\xe6\x0c\x51\xcf\ -\x99\x75\xcd\xf4\x69\x34\x1a\xa1\xd7\xeb\x39\x73\xcd\x1f\xb3\xcd\ -\x66\xc3\x81\x03\x07\xf0\xd8\x63\x8f\x21\x27\x27\x87\xcc\x4d\x5c\ -\x5c\x1c\x96\x2d\x5b\x06\xaf\xd7\x8b\xe3\xc7\x8f\x93\xf6\x1f\x7e\ -\xf8\x61\xa4\xa7\xa7\xe3\xab\xaf\xbe\xe2\xec\x6d\xbe\x9a\x2d\xcb\ -\xb0\xa4\x8c\xd4\x7c\x3b\x82\x98\x5d\x8b\x5f\x9e\xa2\x28\xb4\xb7\ -\xb7\xe3\x0f\x7f\xf8\x03\x5e\x7e\xf9\x65\x5c\xb8\x70\x01\x34\x4d\ -\x23\x23\x23\x03\x8b\x16\x2d\xc2\xab\xaf\xbe\x8a\xf7\xdf\x7f\x1f\ -\x6f\xbf\xfd\x36\x5e\x7e\xf9\x65\x4c\x9d\x3a\x15\x09\x09\x09\x70\ -\xbb\xdd\xd8\xbf\x7f\x3f\xd6\xac\x59\x83\x0f\x3f\xfc\x90\xa3\xbe\ -\x09\xe1\xc2\xd8\x05\xd8\xc6\x6c\xa6\x1c\x33\xae\xa3\x47\x8f\xe2\ -\xfb\xef\xbf\xe7\xe0\x3c\x71\xe2\x44\xfc\xf6\xb7\xbf\x0d\x39\x8d\ -\xc3\x91\x46\xf2\xf3\xf3\xf1\xf0\xc3\x0f\x87\x78\x24\x23\x55\xa7\ -\xd9\xb4\x53\x5a\x57\xa9\xa7\x4e\x89\xc7\x47\xac\x4c\x30\x18\x44\ -\x7b\x7b\x3b\xda\xda\xda\xd0\xd6\xd6\x86\xd6\xd6\x56\x74\x74\x74\ -\x20\x10\x08\xc0\xe7\xf3\xe1\xca\x95\x2b\x28\x28\x28\x10\x8c\xe1\ -\xc9\xcf\xcf\x47\x4f\x4f\x0f\x5a\x5a\x5a\x44\x8d\xe1\xd7\xaf\x5f\ -\x87\xc3\xe1\x10\x94\xaa\xef\xdc\xb9\x03\x8a\xa2\x30\x60\xc0\x00\ -\x82\x8b\xc3\xe1\x80\xcd\x66\x83\xcd\x66\x23\x49\x04\x29\x8a\x42\ -\x77\x77\x37\x1a\x1a\x1a\xc8\xcf\xf5\xeb\xd7\xd1\xd8\xd8\x08\x9a\ -\xa6\xe1\xf1\x78\x70\xf9\xf2\x65\x8c\x1f\x3f\x5e\x70\x9c\x23\x47\ -\x8e\x24\x76\x23\x21\xc7\x88\xc1\x60\xc0\xe2\xc5\x8b\x71\xfd\xfa\ -\x75\x1c\x39\x72\x44\x70\xfe\x80\x5e\xb5\x8a\xa1\x53\x5b\x5b\x1b\ -\xda\xdb\xdb\xc9\x1a\x3e\x7f\xfe\x3c\x06\x0e\x1c\x18\x92\xce\x19\ -\x00\xfa\xf4\xe9\x83\xf4\xf4\x74\xd4\xd5\xd5\x89\xb6\x6d\xb3\xd9\ -\x50\x5f\x5f\xcf\x39\x20\xfb\xf4\xe9\x83\xd9\xb3\x67\xa3\xa2\xa2\ -\x02\x76\xbb\x1d\xe7\xce\x9d\x43\x43\x43\x03\x4a\x4b\x4b\x39\x01\ -\xce\x8c\x0d\xf7\xdc\xb9\x73\x18\x3b\x76\x2c\xb2\xb3\xb3\x11\x1b\ -\x1b\x8b\xd3\xa7\x4f\x0b\xf6\xc5\xb4\x2f\x05\x57\xaf\x5e\x85\xc5\ -\x62\x09\xc9\xf5\xc5\x5c\x8d\x1a\x33\x66\x0c\x6a\x6a\x6a\xc8\x73\ -\x26\xcb\x86\xcb\xe5\xc2\xce\x9d\x3b\x43\x98\x29\x83\x47\x88\x4a\ -\xc8\x9f\x10\xa5\x1b\x44\x2e\xa8\x8c\x0d\x6e\xb7\x1b\x6f\xbe\xf9\ -\x26\xde\x7d\xf7\x5d\x92\x5a\xf6\xf1\xc7\x1f\xc7\xaa\x55\xab\x30\ -\x78\xf0\x60\x72\xea\x00\x20\xb7\xdc\x4f\x9e\x3c\x89\x0f\x3f\xfc\ -\x10\x55\x55\x55\x68\x6e\x6e\xc6\xef\x7f\xff\x7b\x18\x0c\x06\xac\ -\x5c\xb9\x52\x54\xd5\x93\x03\xbf\xdf\x8f\xaa\xaa\x2a\x8e\x47\xd0\ -\x6a\xb5\x62\xed\xda\xb5\xe8\xd7\xaf\x9f\xa4\x57\x8a\xe9\x4b\x32\ -\xae\x8c\x45\xc3\x70\xa4\x2b\xa1\x36\xf8\xe3\x8b\xc4\x13\x24\xe5\ -\x69\x8b\xc4\x3b\xc5\x30\x82\xca\xca\x4a\x9c\x39\x73\x06\x40\x2f\ -\xd3\x88\x8b\x8b\x43\x69\x69\x29\x8c\x46\x23\xbc\x5e\xaf\x68\xd4\ -\x33\x73\x52\x33\x8c\xc5\xe5\x72\x61\xd3\xa6\x4d\x48\x4d\x4d\xe5\ -\x5c\xe2\x9d\x36\x6d\x1a\xd2\xd3\xd3\x43\x70\x75\xbb\xdd\xd0\xe9\ -\x74\xe4\x84\xf7\x7a\xbd\xd8\xb5\x6b\x17\x6e\xdf\xbe\x0d\x8f\xc7\ -\x83\xe8\xe8\x68\xac\x59\xb3\x06\x14\x45\xa1\xa9\xa9\x09\x95\x95\ -\x95\x24\x6f\x17\x73\x40\x2e\x5c\xb8\x10\x3e\x9f\x0f\x1e\x8f\x87\ -\x30\x0b\x7e\x3f\x4c\xae\x79\xb7\xdb\x2d\x6a\x47\x8b\x8d\x8d\xc5\ -\xe2\xc5\x8b\xf1\xb7\xbf\xfd\x0d\x29\x29\x29\xc8\xcc\xcc\x0c\x99\ -\xbf\x43\x87\x0e\xc1\x66\xb3\x91\xbf\xf5\x7a\x3d\x66\xcc\x98\x81\ -\x9c\x9c\x1c\x74\x75\x75\x11\x9b\x94\x10\xed\xa3\xa3\xa3\x49\x5a\ -\x1d\x9a\xa6\xb1\x73\xe7\x4e\x34\x37\x37\x23\x10\x08\x10\xa7\x47\ -\xff\xfe\xfd\x49\x4a\x66\x06\xaf\x51\xa3\x46\xe1\xf2\xe5\xcb\xf8\ -\xfc\xf3\xcf\xd1\xd5\xd5\x85\x92\x92\x12\xc4\xc7\xc7\x87\x30\x84\ -\x1f\x7e\xf8\x01\xf1\xf1\xf1\x44\x1d\x9f\x32\x65\x0a\x2a\x2b\x2b\ -\x31\x76\xec\xd8\xb0\xb2\x48\x30\xd0\xd5\xd5\x45\x24\x55\x21\x88\ -\x8d\x8d\xe5\xa8\x7a\xcc\x35\x9c\x47\x1f\x7d\x14\x1f\x7e\xf8\x21\ -\x52\x53\x53\x39\x63\x61\xca\x70\x18\x16\x63\x5b\x10\xca\x7f\x2d\ -\x07\x1d\x1d\x1d\x1c\x1b\x90\x18\xd0\x34\x8d\x6f\xbf\xfd\x96\xe4\ -\xc1\x4e\x4e\x4e\xc6\xab\xaf\xbe\x8a\xc7\x1f\x7f\x5c\x30\x4a\x56\ -\xad\x56\xc3\x6a\xb5\x62\xc6\x8c\x19\x28\x28\x28\xc0\xfb\xef\xbf\ -\x8f\xd7\x5f\x7f\x1d\xed\xed\xed\xf8\xd3\x9f\xfe\x84\x81\x03\x07\ -\x86\x48\x32\x4a\x70\x60\xa4\x3c\x7e\xe6\xc6\x51\xa3\x46\x61\xca\ -\x94\x29\x00\xe4\x2f\x46\xf3\x41\x2e\x20\x33\x1c\x1c\xa5\x98\x4b\ -\x24\xc0\x67\x74\xf7\x1b\x33\xc7\xe0\x63\x32\x99\x30\x7d\xfa\x74\ -\x0c\x19\x32\x84\xe3\xb5\x8a\x89\x89\x41\x30\x18\x84\xc1\x60\xe0\ -\xa4\x29\x66\x43\x57\x57\x17\x7c\x3e\x1f\xb1\x59\x68\xb5\x5a\x0c\ -\x1c\x38\x10\x19\x19\x19\xe8\xec\xec\xc4\xe6\xcd\x9b\xb1\x7c\xf9\ -\x72\x4c\x9a\x34\x49\xb0\xbe\xc5\x62\x81\xc7\xe3\x41\x4f\x4f\x0f\ -\xb4\x5a\x2d\x74\x3a\x1d\x8a\x8b\x8b\xe1\xf5\x7a\xd1\xd8\xd8\x88\ -\x6f\xbe\xf9\x86\xdc\xba\xc8\xc8\xc8\xc0\x93\x4f\x3e\x49\xa4\x66\ -\xe6\x4a\x8a\x46\xa3\x21\xea\x4d\x53\x53\x13\xc7\xd0\xcc\x80\xcb\ -\xe5\x82\xdf\xef\x47\x74\x74\xb4\xe4\x1c\x30\xf7\xe7\xbe\xfa\xea\ -\x2b\xac\x5c\xb9\x32\x44\xb2\x9f\x30\x61\x02\xc7\x2e\x44\x51\x14\ -\xf1\xe2\xc5\xc5\xc5\xa1\xa9\xa9\x49\x90\xfe\x4c\xf8\x4c\xbf\x7e\ -\x3f\xa5\x5a\xca\xcc\xcc\x44\x5e\x5e\x1e\x7c\x3e\x1f\xbe\xfe\xfa\ -\x6b\x0c\x1c\x38\x10\x65\x65\x65\x21\x82\x83\x5a\xad\x46\x69\x69\ -\x29\xfe\xe3\x3f\xfe\x03\xc3\x87\x0f\x17\x54\x05\xdd\x6e\x37\x2a\ -\x2b\x2b\x91\x98\x98\x88\x6f\xbf\xfd\x96\x5c\x59\xaa\xad\xad\x45\ -\x4d\x4d\x0d\x1e\x7e\xf8\xe1\xb0\xd7\x5b\x7c\x7c\x3c\x6c\x36\x5b\ -\x48\x8a\x19\x86\xb6\xcd\xcd\xcd\x21\x1a\x0c\x00\xa4\xa4\xa4\xa0\ -\xac\xac\x0c\x5b\xb7\x6e\x45\x52\x52\x52\x08\x0d\x39\x0c\xcb\xe9\ -\x74\xe2\x95\x57\x5e\x91\xbd\x8a\x20\x04\x81\x40\x80\xa4\xd3\x60\ -\x03\x7f\xd3\xdd\xbe\x7d\x1b\x6f\xbd\xf5\x16\x6c\x36\x1b\x4c\x26\ -\x13\x7e\xf9\xcb\x5f\xe2\x89\x27\x9e\x10\x0c\xd7\xe7\xd7\x8f\x8f\ -\x8f\xc7\x4b\x2f\xbd\x84\xee\xee\x6e\xbc\xfe\xfa\xeb\xb8\x7e\xfd\ -\x3a\xde\x7e\xfb\x6d\x0c\x1d\x3a\x34\xc4\xad\x2c\x05\x4c\xb9\x86\ -\x86\x86\x90\x45\x52\x5c\x5c\x4c\xae\xc6\x30\xfd\x33\x75\x84\xec\ -\x57\x52\x7f\x0b\xf5\x19\x49\x68\x43\xb8\x7d\xf1\xf1\x56\xd2\x9e\ -\x12\xda\x89\x5d\x09\x89\x8b\x8b\x13\x74\x0c\xa8\xd5\x6a\x0c\x1f\ -\x3e\x1c\x87\x0f\x1f\x46\x41\x41\x41\xc8\x81\x74\xec\xd8\x31\x24\ -\x26\x26\x22\x29\x29\x09\x34\xdd\x9b\x65\x61\xc4\x88\x11\x44\x8d\ -\x30\x9b\xcd\xd8\xb9\x73\x27\x06\x0d\x1a\x44\xbe\x82\xc3\xc6\xb7\ -\x6f\xdf\xbe\xd0\x6a\xb5\xa8\xad\xad\x45\x51\x51\x11\xc1\x85\xc1\ -\x95\xad\xf6\x30\xf6\x31\xa1\x43\x51\xa7\xd3\x21\x3f\x3f\x1f\xd5\ -\xd5\xd5\xc8\xc9\xc9\xe1\xd4\xa3\x69\x1a\x47\x8e\x1c\x41\x5a\x5a\ -\x1a\xe2\xe3\xe3\x05\xf3\xd7\xb3\x61\xec\xd8\xb1\x68\x6e\x6e\xc6\ -\xa6\x4d\x9b\xc8\x57\x62\x18\x88\x8e\x8e\x16\xa4\x13\xd0\xab\x1e\ -\x7f\xf4\xd1\x47\xb8\x73\xe7\x4e\x48\x4a\x96\xab\x57\xaf\xa2\xad\ -\xad\x8d\x64\x2c\xa5\xa8\xde\x8b\xd0\x8c\x04\x92\x96\x96\x86\xf5\ -\xeb\xd7\xe3\xdc\xb9\x73\x9c\x4c\xa9\x0c\x58\xad\x56\xfc\xf2\x97\ -\xbf\x84\x4e\xa7\x83\x4a\xa5\x0a\xb1\x7f\x9e\x3d\x7b\x16\x06\x83\ -\x21\x24\x7d\xf3\x84\x09\x13\x70\xe4\xc8\x11\x14\x14\x14\x48\x5e\ -\x9b\x11\x5a\x17\x39\x39\x39\xf0\xf9\x7c\x38\x73\xe6\x0c\xc6\x8e\ -\x1d\xcb\x79\xd7\xd9\xd9\x89\xd3\xa7\x4f\x63\xee\xdc\xb9\x82\x6d\ -\x0d\x19\x32\x04\x13\x26\x4c\x40\x79\x79\x39\xb1\x6f\x32\xc0\xe1\ -\x12\x8c\x07\xe4\x1f\x05\x34\x4d\x73\xd4\x87\x29\x53\xa6\x60\xc5\ -\x8a\x15\x92\xcc\x8a\x0f\x06\x83\x01\xcf\x3d\xf7\x1c\xf6\xee\xdd\ -\x8b\x13\x27\x4e\xe0\xfb\xef\xbf\xc7\xa9\x53\xa7\x50\x5c\x5c\xac\ -\x18\x07\x00\xc4\xdd\xce\xe4\xee\x66\xda\xce\xcd\xcd\x0d\x89\xf7\ -\x61\x40\xe8\xca\x88\x5c\x64\x35\xbb\xdf\x07\x15\x65\x2c\xf7\x4e\ -\xe9\xfb\x48\xaf\x4f\xb0\xeb\xb1\x53\x03\x0b\x41\x51\x51\x11\x2e\ -\x5d\xba\x84\x8f\x3e\xfa\x08\x73\xe7\xce\x25\x9b\xfe\xf4\xe9\xd3\ -\x38\x7a\xf4\x28\x56\xac\x58\x01\xbd\x5e\x8f\x40\x20\x10\xd2\x56\ -\x61\x61\x21\x6e\xde\xbc\x89\x8d\x1b\x37\xe2\xd9\x67\x9f\x0d\x51\ -\x2d\x99\x8c\x09\x5b\xb6\x6c\x41\x20\x10\xc0\xb0\x61\xc3\xa0\xd1\ -\x68\xe0\x70\x38\xb0\x7f\xff\x7e\xce\xe7\xc7\xdc\x6e\x37\x9a\x9b\ -\x9b\x43\x9c\x35\x51\x51\x51\x30\x9b\xcd\x98\x36\x6d\x1a\xde\x7f\ -\xff\x7d\x7c\xf6\xd9\x67\x98\x39\x73\x26\xa2\xa3\xa3\xd1\xd3\xd3\ -\x83\xa3\x47\x8f\xe2\xe2\xc5\x8b\x58\xb3\x66\x0d\x49\x2f\xc3\x5c\ -\x1a\x66\x68\xc1\x4f\x5e\x37\x6b\xd6\x2c\x7c\xf8\xe1\x87\x38\x78\ -\xf0\x20\x09\x49\xe1\x97\xe3\x43\xff\xfe\xfd\x51\x58\x58\x88\x8f\ -\x3f\xfe\x18\x0b\x17\x2e\x24\x26\x89\xfa\xfa\x7a\x54\x56\x56\xa2\ -\xb8\xb8\x98\x84\x20\xf0\xe9\xd4\xaf\x5f\x3f\x42\x87\x84\x84\x04\ -\x8e\xfa\xcc\x00\x3f\x24\x87\x19\x83\xd7\xeb\xc5\xe1\xc3\x87\x51\ -\x5a\x5a\x8a\xd1\xa3\x47\x73\xca\xf4\xf4\xf4\xe0\xf5\xd7\x5f\xc7\ -\xc5\x8b\x17\x49\x0e\x32\x66\x2c\x42\x01\xc5\xec\x31\x46\x45\x45\ -\xa1\xb4\xb4\x14\xe5\xe5\xe5\xe8\xe9\xe9\x21\x73\xd3\xd2\xd2\x82\ -\xca\xca\x4a\x64\x65\x65\x11\xcf\x32\xbb\x1e\xd3\xd6\xc4\x89\x13\ -\xd1\xdc\xdc\x8c\xf5\xeb\xd7\x73\xa4\x52\x0e\xa7\xd0\x6a\xb5\x28\ -\x28\x28\x20\x9f\x2b\x0a\x07\xbc\x5e\x2f\x4e\x9e\x3c\x49\xf4\x6c\ -\xfe\x60\x80\x5e\xa3\xe3\xce\x9d\x3b\xe1\xf5\x7a\x11\x15\x15\x85\ -\xe5\xcb\x97\x87\x04\xc5\x89\xd5\x65\x43\xdf\xbe\x7d\x51\x56\x56\ -\x86\xd3\xa7\x4f\xc3\x66\xb3\x61\xdf\xbe\x7d\x98\x3c\x79\xb2\x22\ -\x3b\x1a\x9b\xe9\x74\x75\x75\x71\x4e\xcc\xe8\xe8\x68\x72\x42\x8b\ -\xf5\x2f\xa5\xe6\x45\x2a\xa5\x28\x29\xf7\xa0\xaf\x3a\x3c\x28\xf5\ -\x52\xcc\x50\xcc\x80\xc9\x64\xc2\xea\xd5\xab\xb1\x6b\xd7\x2e\x7c\ -\xf1\xc5\x17\x30\x1a\x8d\xf0\xfb\xfd\xb0\x58\x2c\x58\xb5\x6a\x15\ -\xf1\xe4\x51\x54\x6f\xaa\x1a\x76\xcc\x90\x4a\xa5\xc2\xfc\xf9\xf3\ -\xb1\x65\xcb\x16\xdc\xbc\x79\x93\x48\x18\x6c\x18\x3a\x74\x28\xb4\ -\x5a\x2d\xaa\xab\xab\x71\xea\xd4\x29\xe8\x74\x3a\xb8\xdd\x6e\x64\ -\x66\x66\x62\xe5\xca\x95\xe4\x3b\x7e\x16\x8b\x05\xe5\xe5\xe5\xc4\ -\x7b\xc9\xf4\x59\x5c\x5c\x8c\xd1\xa3\x47\xc3\x6a\xb5\xe2\x99\x67\ -\x9e\xc1\xf6\xed\xdb\xf1\xe9\xa7\x9f\xc2\x64\x32\xc1\xeb\xf5\x22\ -\x21\x21\x01\x6b\xd6\xac\x21\x21\x15\x6a\xb5\x1a\x83\x06\x0d\x22\ -\xaa\x5c\x6a\x6a\x6a\x48\xa0\xb1\xc1\x60\xc0\xd2\xa5\x4b\xa1\x56\ -\xab\x49\xb9\xbe\x7d\xfb\x4a\x66\xdf\x64\x8c\xce\x71\x71\x71\xa8\ -\xaa\xaa\x22\x52\x1e\xf3\x9c\x7d\x53\x82\x7d\x41\x9e\x81\x31\x63\ -\xc6\xa0\xb5\xb5\x15\x75\x75\x75\x48\x4f\x4f\x47\x5a\x5a\x9a\x68\ -\x70\xb5\x4a\xa5\x42\x5e\x5e\x1e\xcc\x66\x33\xec\x76\x3b\xd2\xd2\ -\xd2\x48\x2c\x1a\x7f\x1c\xc5\xc5\xc5\x68\x6b\x6b\xe3\x3c\xb7\x5a\ -\xad\xc8\xc9\xc9\x09\xb1\x4f\xa5\xa4\xa4\x70\x32\xca\x8e\x1c\x39\ -\x12\x7a\xbd\x1e\xd5\xd5\xd5\x38\x71\xe2\x04\xb4\x5a\x2d\x7c\x3e\ -\x1f\x86\x0f\x1f\x8e\xc9\x93\x27\x93\x31\xc6\xc5\xc5\x85\x84\xe3\ -\x30\xe3\xb6\xd9\x6c\x1c\x66\xcb\x61\x58\x51\x51\x51\xf8\xe3\x1f\ -\xff\x88\xd1\xa3\x47\x87\xbd\xa0\xdb\xda\xda\x30\x77\xee\x5c\x5c\ -\xbe\x7c\x59\xb4\x4c\x73\x73\x33\x91\xae\x62\x63\x63\x11\x1d\x1d\ -\x8d\x9a\x9a\x1a\xd1\x40\x50\x31\x60\x22\x94\x8d\x46\x23\xba\xba\ -\xba\x70\xe2\xc4\x09\xb8\xdd\x6e\xd1\xdb\xe9\x6c\x10\x32\x64\x13\ -\x62\xf0\xbe\xd2\x21\x54\x46\xaa\x5d\x8a\xa2\xb0\x77\xef\x5e\x9c\ -\x3d\x7b\x96\x2c\x0e\x83\xc1\x80\xb2\xb2\x32\x0e\x63\x0e\x87\x69\ -\x89\x8d\x5f\x2e\x14\x81\x5d\x96\xdf\xa7\x94\x31\x5f\xaa\x7f\x21\ -\x1b\xdd\xfc\xf9\xf3\x05\xb3\x08\xb0\xeb\x32\x69\x94\x9d\x4e\x27\ -\xf9\x60\x2a\xf3\xb1\x52\x76\x5b\x65\x65\x65\x84\xfe\xcc\x73\xe6\ -\xbb\x74\x62\xa7\x3a\x45\x51\x18\x3c\x78\x30\x06\x0c\x18\x40\x6c\ -\x26\x16\x8b\x85\x93\x9f\x2a\x26\x26\x06\xbf\xf8\xc5\x2f\x48\xdc\ -\x11\x1b\xd8\xe6\x8f\xb8\xb8\x38\x3c\xfe\xf8\xe3\x70\x38\x1c\x70\ -\x3a\x9d\x30\x1a\x8d\xb0\x5a\xad\x1c\x7a\xeb\x74\x3a\x94\x96\x96\ -\x92\x31\x33\x8c\x84\x4f\xab\x84\x84\x04\x4e\xbe\xf5\xf1\xe3\xc7\ -\x4b\xce\x0d\xd0\x2b\x30\x4c\x9e\x3c\x19\xe3\xc6\x8d\x23\x37\x24\ -\x98\x5c\x62\xec\x39\x99\x3c\x79\x72\xc8\x41\xa9\x52\xa9\x30\x67\ -\xce\x1c\x62\xb3\x1b\x3d\x7a\xb4\xe8\xdc\xab\x54\x2a\x2c\x5e\xbc\ -\x98\xd8\xaa\xcb\xca\xca\x42\xfa\x60\x60\xec\xd8\xb1\xf0\xfb\xfd\ -\x9c\xbe\x32\x32\x32\x90\x9e\x9e\x1e\x32\xef\x4c\x9a\x6c\xf6\xb3\ -\xbc\xbc\x3c\x0c\x1a\x34\x08\x1d\x1d\x1d\xf0\xfb\xfd\xe4\xb3\x5f\ -\xec\x7e\x72\x72\x72\xd0\xbf\x7f\xff\x90\xb5\x68\x36\x9b\x09\x0d\ -\x89\x7d\x94\xbf\x20\x2d\x16\x0b\xb9\xaa\x10\x0e\xf8\x7c\x3e\x59\ -\x09\xe7\xe6\xcd\x9b\xe8\xec\xec\x04\xd0\x1b\xa8\xf7\xb3\x9f\xfd\ -\x2c\xec\x7e\x18\x60\xf2\x0a\x01\xbd\x76\x31\x87\xc3\xa1\x88\x61\ -\xb1\x09\x62\x30\x18\xa0\xd1\x68\x88\x94\xe5\xf1\x78\xc8\x69\x29\ -\x65\xbb\x62\xb7\xc1\x27\x72\x79\x79\x39\xd6\xaf\x5f\x4f\xca\xc5\ -\xc7\xc7\xa3\xa8\xa8\x48\x52\x92\x94\xc2\x93\x6f\xe4\x57\x1a\xaa\ -\x20\x26\xa1\x85\x73\x38\x88\xa9\x8d\x9c\x6b\x50\x3c\xf7\xb8\x10\ -\x30\x6d\x44\x45\x45\x49\xa6\x3c\x11\x32\xce\xf2\xfb\x10\xba\x3f\ -\x08\xf4\x9e\xc8\x42\xf6\x21\xa6\x8c\x5c\xda\x13\x36\x44\x47\x47\ -\x87\xec\x01\x21\x7c\x68\x9a\x96\x34\x67\xb0\xf7\x83\x58\x39\xa1\ -\xf6\xf5\x7a\xbd\x68\x70\x34\x45\x51\x82\x87\x2a\xc3\xb4\x18\x06\ -\x2c\xf5\x19\x2e\x3e\xad\xd9\x99\x54\xf9\xe5\x99\xb2\x7c\x09\x8d\ -\x9d\x10\x91\xdd\x0e\x7f\x9e\x18\x5c\xf8\x73\xc3\x6e\x8f\xc1\x5d\ -\x68\x6e\xd9\x4c\x11\x10\x88\x74\x17\x32\xee\x2a\xd9\x24\x52\xfa\ -\x39\x03\xed\xed\xed\xc4\xe0\xc7\x7c\x3c\xf3\x7e\x80\x21\x9c\xcf\ -\xe7\x83\xdd\x6e\x27\x62\xbb\x1c\x30\x63\x8a\x8f\x8f\x87\xd1\x68\ -\x24\xee\xd5\xae\xae\x2e\xb4\xb6\xb6\x12\x22\x4a\x85\x22\xf0\x09\ -\xce\x7e\x2e\x26\xc5\xdd\x4f\x58\x03\xbf\x1f\x39\x90\xb3\x7f\x29\ -\xc1\x45\x89\x61\x5f\x48\xed\x10\x62\xf6\x62\x61\x15\x6c\x5c\xc3\ -\xb1\xa9\x49\xd5\x11\xea\x4b\x0c\x57\xa9\xf1\x48\xd1\x44\x49\xbb\ -\xe1\x8c\x27\x52\x7c\xd8\xb8\x84\x43\xb7\x70\xdb\x10\xc2\x4d\xac\ -\x9e\x18\xde\x72\xf1\x88\x4a\x6c\xb6\xb2\x57\x73\xc4\x10\x0d\x97\ -\x50\x00\x97\xa9\xcd\x9d\x3b\x17\x2b\x56\xac\x88\x28\x01\x3f\x1f\ -\x1f\x93\xc9\xa4\x98\x59\xb1\x71\xee\xd7\xaf\x1f\x62\x63\x63\x89\ -\xdb\xdd\xeb\xf5\xa2\xa6\xa6\x06\x8f\x3c\xf2\x08\x27\x07\x38\x53\ -\x4f\x68\x92\xc2\x5d\x50\x91\x7a\x09\xef\xf7\x0a\x8d\x94\x94\xa4\ -\xd4\xb8\x2f\xb6\xa9\x22\x6d\x4f\x69\x3d\xa9\x50\x12\x21\x5c\xee\ -\x87\x9e\x62\x0c\x49\x6e\x1d\x84\x4b\x57\x25\xb8\x3c\x48\x88\x24\ -\x4e\x91\x5d\x37\x1c\x06\x23\xf5\x3c\x52\x0f\xb9\x62\x86\xa5\x14\ -\x19\x25\x60\xb5\x5a\x89\x88\xc7\x5c\x80\x0c\x27\xe0\xf4\x41\x00\ -\x7b\xe2\xd2\xd2\xd2\x90\x93\x93\xc3\xf9\x78\x63\x75\x75\x35\x9e\ -\x7f\xfe\x79\xce\xbd\xb5\xfb\x99\x6c\x21\xda\x85\xa3\xd6\x31\x38\ -\x47\xe2\xd5\xe3\xf7\xcb\xfe\x5d\xc9\x98\xc4\x82\x66\xc5\xc6\x11\ -\xee\xa9\x19\xe9\x38\xa4\xd4\x17\xfe\xd8\xc2\x55\xa5\xc5\x9e\xdd\ -\xcf\x21\x75\xbf\xe3\x7d\x90\xb4\xfb\x7f\x89\x47\xa4\x8e\x1e\xd1\ -\xb0\x06\xb1\x4e\x1e\x84\x8b\x1e\xe8\xf5\x94\x98\x4c\x26\x74\x77\ -\x77\xe3\xca\x95\x2b\xe8\xee\xee\xe6\x18\x47\xd9\xc8\x89\xd9\x6e\ -\x84\x16\x60\x24\x52\x1f\x23\x99\x4d\x9d\x3a\x15\x3b\x77\xee\x24\ -\x6d\x9c\x3f\x7f\x1e\xdf\x7e\xfb\x2d\x9e\x7d\xf6\xd9\x90\x13\x41\ -\x28\x80\x54\x09\x3d\xee\xf7\x54\x61\xd4\xcc\x07\x15\xdd\x1e\x29\ -\xf0\xc7\xcb\x64\x33\x00\x40\x6c\x10\xcc\x3b\x26\x73\x02\xbb\x0c\ -\x1b\xf8\x31\x51\x81\x40\x00\x6d\x6d\x6d\xe8\xec\xec\x84\xd1\x68\ -\x24\x4e\x15\xa0\x57\x32\xf7\xfb\xfd\x21\x79\xc9\x69\xfa\xa7\x6f\ -\xdf\x51\x54\x6f\x9a\x12\x26\x18\x94\x8d\x33\x93\x2f\x5c\xab\xd5\ -\x72\x24\x7a\xaf\xd7\x8b\xd6\xd6\x56\x38\x9d\x4e\x12\x23\xc5\xff\ -\x34\xba\xc7\xe3\x21\xfd\x4a\xd1\xb0\xb3\xb3\x13\x6d\x6d\x6d\x50\ -\xa9\x54\x24\xbf\xbf\x10\xf8\xfd\x7e\x92\x92\xc7\x64\x32\x21\x21\ -\x21\x81\x8c\x93\x49\x51\x2e\x94\xbf\xde\xef\xf7\x13\x1a\x84\x33\ -\x97\xf7\x3b\xf7\x52\xf5\x1f\xd4\xba\x0a\xa7\xed\xb0\x55\x42\xb1\ -\x67\x4a\x20\x35\x35\x15\x43\x86\x0c\xc1\xc1\x83\x07\x71\xed\xda\ -\x35\x5c\xbc\x78\x11\x85\x85\x85\xa4\x4d\x25\x1b\x93\x79\xc7\x7c\ -\x10\x22\x27\x27\x27\xac\xc8\x7c\xfe\xa6\x9b\x3e\x7d\x3a\x32\x33\ -\x33\xd1\xd0\xd0\x00\xa0\xf7\xf6\xfd\x3b\xef\xbc\x83\xd1\xa3\x47\ -\x73\xae\x06\x48\xd9\xb2\xa4\x08\xcc\x8f\xbf\x89\x34\x1e\x2b\x12\ -\xa6\x25\x66\x5f\x62\x6c\x08\x4a\xda\x94\x1a\xf7\xde\xbd\x7b\x71\ -\xea\xd4\x29\xd0\x74\xef\x9d\xbf\xf8\xf8\x78\xc4\xc6\xc6\xc2\x6c\ -\x36\x63\xd9\xb2\x65\x48\x48\x48\xc0\xbf\xfc\xcb\xbf\x84\xe4\x68\ -\x57\xa9\x54\x98\x39\x73\x26\xf9\xd0\x45\x53\x53\x13\x2a\x2a\x2a\ -\xd0\xd2\xd2\x02\x8b\xc5\x82\xae\xae\x2e\x32\x37\xa3\x46\x8d\x42\ -\x7d\x7d\x3d\x0e\x1c\x38\x80\x27\x9f\x7c\x92\x93\x5b\xcc\x66\xb3\ -\xa1\xbc\xbc\x1c\x8f\x3e\xfa\x28\xe2\xe2\xe2\xf0\xf1\xc7\x1f\xc3\ -\xef\xf7\xe3\xd9\x67\x9f\xe5\x18\x8a\xdb\xdb\xdb\xf1\xed\xb7\xdf\ -\x62\xf1\xe2\xc5\x24\x04\xa3\xae\xae\x0e\x3b\x76\xec\x40\x77\x77\ -\x37\xcc\x66\x33\x1c\x0e\x07\xac\x56\x2b\xe6\xcf\x9f\x4f\xbe\xf8\ -\x63\xb3\xd9\xf0\xd9\x67\x9f\x61\xed\xda\xb5\xa2\x1f\x17\xe9\xee\ -\xee\xc6\xee\xdd\xbb\x71\xee\xdc\x39\x98\xcd\x66\x04\x02\x01\xb8\ -\xdd\x6e\x8c\x19\x33\x06\x53\xa7\x4e\xe5\x18\xb7\xef\xde\xbd\x8b\ -\x8a\x8a\x0a\xd8\x6c\x36\x92\xbe\x86\xa6\x69\x92\x67\xed\xea\xd5\ -\xab\xd8\xb1\x63\x07\x9e\x7a\xea\x29\x4e\x6e\xab\x40\x20\x80\xaf\ -\xbf\xfe\x1a\x26\x93\x09\x73\xe6\xcc\x51\xec\x04\x52\x62\x7f\x55\ -\x62\xef\x93\x5a\xb7\x4a\x6d\x88\x4a\x40\xca\x2e\xcc\x3c\x7b\xa0\ -\xe9\x65\xe4\x20\x2e\x2e\x0e\x33\x66\xcc\xc0\x91\x23\x47\xd0\xd2\ -\xd2\x82\xf2\xf2\x72\x8c\x18\x31\x82\x4c\xaa\x90\xd8\x2d\x34\x60\ -\x9f\xcf\x87\xb7\xde\x7a\x0b\x9b\x37\x6f\xc6\xa2\x45\x8b\xf0\xc2\ -\x0b\x2f\x20\x25\x25\x25\x6c\xa2\x00\xbd\x9f\x2e\x5a\xb4\x68\x11\ -\xfe\xf3\x3f\xff\x93\x30\x96\x8b\x17\x2f\xe2\xd7\xbf\xfe\x35\xde\ -\x7e\xfb\x6d\xf2\x19\x24\x29\xe2\x47\xaa\x9b\xff\x57\x81\xd4\x42\ -\x0b\xe7\x90\xe0\x3f\x2b\x29\x29\xc1\xac\x59\xb3\xe0\xf7\xfb\xf1\ -\xee\xbb\xef\xa2\xa8\xa8\x88\x30\x79\x8d\x46\x03\xbb\xdd\x0e\x9d\ -\x4e\x87\xb5\x6b\xd7\x92\x68\x76\x06\x18\x53\x40\x7b\x7b\x3b\x3e\ -\xfe\xf8\x63\xe4\xe6\xe6\x62\xe9\xd2\xa5\x30\x9b\xcd\xf0\xf9\x7c\ -\xf8\xe1\x87\x1f\x50\x57\x57\x87\xbc\xbc\x3c\xf4\xf4\xf4\xa0\xb9\ -\xb9\x39\x44\xba\xf6\xf9\x7c\x68\x6e\x6e\x26\xe1\x0a\x76\xbb\x1d\ -\x57\xae\x5c\xc1\xf7\xdf\x7f\x8f\xd9\xb3\x67\x73\xca\xb5\xb4\xb4\ -\x10\x87\xcf\xb5\x6b\xd7\xb0\x71\xe3\x46\x4c\x9b\x36\x0d\x63\xc6\ -\x8c\x21\xa9\xa9\xf7\xee\xdd\x8b\x0f\x3f\xfc\x10\xcf\x3d\xf7\x1c\ -\xd2\xd2\xd2\x10\x08\x04\x70\xef\xde\x3d\x51\xfa\xf8\x7c\x3e\x94\ -\x97\x97\xc3\x6e\xb7\x63\xcd\x9a\x35\x48\x4e\x4e\x06\x4d\xd3\xb8\ -\x71\xe3\x06\x36\x6e\xdc\x08\xa7\xd3\x89\x85\x0b\x17\x42\xa5\x52\ -\xa1\xb5\xb5\x15\x1b\x36\x6c\xc0\x88\x11\x23\xb0\x72\xe5\x4a\x12\ -\x8f\x76\xfe\xfc\x79\x72\xa5\x2d\x27\x27\x07\x87\x0e\x1d\xc2\xb6\ -\x6d\xdb\xb0\x62\xc5\x0a\x42\xa3\x9a\x9a\x1a\x5c\xba\x74\x09\xcf\ -\x3f\xff\x7c\x58\xc6\x71\x25\x36\x26\x39\x95\x57\x89\xfa\x1f\x8e\ -\x73\x40\x6a\xbd\x29\xc1\x57\xd2\xe2\xcd\xf6\x78\x09\xfd\x1e\xae\ -\xa7\x89\xf9\x5e\x5b\x4e\x4e\x0e\x02\x81\x00\xbe\xfc\xf2\x4b\xec\ -\xdb\xb7\x4f\xb6\x3f\x3e\x6c\xdf\xbe\x1d\xeb\xd7\xaf\x47\x5d\x5d\ -\x1d\xb6\x6c\xd9\x22\x7a\x57\x4d\x09\x4e\x5a\xad\x16\x4f\x3e\xf9\ -\x64\x48\x0a\xe3\xea\xea\x6a\xac\x5d\xbb\x16\x47\x8f\x1e\xe5\x7c\ -\xa4\x53\xcc\xeb\xa7\xc4\x3e\xc5\x1e\x9b\x52\x3c\x23\xb1\x9f\x09\ -\xe1\x29\x44\x4f\xa5\x46\x6c\xb1\x31\x33\x9f\xc4\xd2\x6a\xb5\xd0\ -\x6a\xb5\x24\x25\x8a\x56\xab\xfd\xc9\x48\xfa\xe3\x5d\x3d\xe6\xae\ -\x1f\xf3\xc3\x6c\xc6\x3d\x7b\xf6\x20\x29\x29\x09\xf3\xe7\xcf\x27\ -\x09\x1a\xf5\x7a\x3d\x0a\x0b\x0b\xb1\x74\xe9\x52\xa2\x2e\xb1\x5d\ -\xe9\x6c\x9a\xf3\xbf\xc0\x5c\x56\x56\x86\x1f\x7e\xf8\x81\xc4\xfb\ -\xf1\xe7\xc7\xe7\xf3\xa1\xaa\xaa\x0a\xe3\xc6\x8d\xc3\xc4\x89\x13\ -\x61\x30\x18\xc8\x17\x66\xe6\xcd\x9b\x87\xec\xec\x6c\xec\xda\xb5\ -\x8b\x8c\x93\x9f\x8b\x9f\x4d\xc7\xba\xba\x3a\xd4\xd7\xd7\x63\xc5\ -\x8a\x15\x48\x4d\x4d\x25\xf8\x64\x67\x67\x63\xd5\xaa\x55\x38\x79\ -\xf2\x24\xf9\x18\x6c\x75\x75\x35\xd2\xd3\xd3\x31\x67\xce\x1c\x72\ -\x29\x58\xa7\xd3\x61\xe4\xc8\x91\xe4\xae\x9e\x4e\xa7\xc3\xe2\xc5\ -\x8b\xd1\xd0\xd0\x80\x53\xa7\x4e\x01\xe8\xcd\x07\xb5\x7d\xfb\x76\ -\x94\x96\x96\x0a\x86\x6d\x28\x9d\x57\x39\x8f\xb7\xdc\x1a\x90\x7a\ -\x2e\xc6\xcc\xc4\x98\x92\x94\x07\x51\xae\x2f\x49\x86\xc5\x6e\x5c\ -\xe8\xf7\x48\x8c\x8f\x83\x06\x0d\xc2\x53\x4f\x3d\x05\xbd\x5e\x8f\ -\x7b\xf7\xee\xe1\xb7\xbf\xfd\x2d\xc9\x8b\xc3\xef\x83\x8f\x6c\x30\ -\x18\x44\x75\x75\x35\x7e\xf3\x9b\xdf\xa0\xb9\xb9\x19\x7a\xbd\x1e\ -\x4f\x3f\xfd\x34\xe7\x63\x90\xe1\x02\x4d\xd3\x18\x30\x60\x00\x7e\ -\xfd\xeb\x5f\x87\x48\x69\x7b\xf7\xee\xc5\xca\x95\x2b\xf1\xe7\x3f\ -\xff\x19\x97\x2e\x5d\xe2\xa4\x87\xe5\xd3\xa0\xbb\xbb\x1b\x47\x8f\ -\x1e\xc5\x85\x0b\x17\x24\x69\x10\x2e\xdd\x22\xf5\x3a\x09\xf5\x29\ -\xb4\xb0\xa4\xf0\x11\x7a\x2f\x34\x47\x52\xf8\x79\x3c\x1e\xdc\xbb\ -\x77\x8f\xf3\xd3\xd6\xd6\x46\xbe\x55\x78\xee\xdc\x39\x72\x0f\x90\ -\xdf\x06\xfb\xb3\xf3\x2e\x97\x0b\x8d\x8d\x8d\x24\x23\x6d\x53\x53\ -\x13\x49\xa4\xc7\x5e\x2b\x7d\xfa\xf4\xc1\x82\x05\x0b\xf0\xdd\x77\ -\xdf\xe1\xe6\xcd\x9b\x1c\x5c\x98\xe4\x77\x36\x9b\x4d\x30\xc7\x3e\ -\x45\x51\x28\x2a\x2a\xc2\xd5\xab\x57\x39\x37\x20\xc4\xc6\xcf\xa4\ -\x84\x61\xa2\xce\xd9\xef\xfa\xf6\xed\x8b\xb4\xb4\x34\xd4\xd5\xd5\ -\xc1\xeb\xf5\xe2\xfa\xf5\xeb\x9c\xac\xa9\xcc\x37\x15\xbd\x5e\x2f\ -\x27\x30\x33\x3e\x3e\x1e\x0b\x16\x2c\xc0\xf6\xed\xdb\x71\xeb\xd6\ -\x2d\x54\x54\x54\x20\x37\x37\x97\x64\x3c\x95\x5a\x2b\xe1\xac\x09\ -\xa5\xf5\x23\x0d\x83\x10\x03\xa9\x98\x3f\xb9\x32\x40\x18\x5e\x42\ -\x31\x83\x73\xb8\xa0\x56\xab\xb1\x6a\xd5\x2a\x92\xc9\xf1\xef\x7f\ -\xff\x3b\x9e\x7e\xfa\x69\xfc\xf2\x97\xbf\xc4\xec\xd9\xb3\x05\xaf\ -\xc6\x04\x83\x41\xdc\xbc\x79\x13\x5b\xb7\x6e\xc5\x7b\xef\xbd\x87\ -\x1b\x37\x6e\x40\xad\x56\x63\xe9\xd2\xa5\x78\xe2\x89\x27\x38\x81\ -\x6f\xe1\x4a\x22\x4c\x9d\x79\xf3\xe6\xa1\xa9\xa9\x09\xbf\xfb\xdd\ -\xef\x48\x0a\x10\x00\xa8\xaf\xaf\xc7\xef\x7f\xff\x7b\x7c\xf6\xd9\ -\x67\x18\x33\x66\x0c\x46\x8c\x18\x81\xac\xac\x2c\xf2\x55\x6b\xbb\ -\xdd\x8e\xba\xba\x3a\x9c\x3a\x75\x0a\xa7\x4e\x9d\xe2\x24\x02\x94\ -\x9a\x0c\xa5\xf1\x3e\xf7\x13\x8b\x25\x17\xdd\x2e\x54\x4e\x08\x07\ -\xb1\xf1\x08\xc5\x20\xb1\x41\xa5\x52\xa1\xb9\xb9\x19\x9b\x37\x6f\ -\xe6\x38\x57\x98\xab\x55\x4c\xce\x2c\xbe\xe3\x85\xdf\x97\x4a\xa5\ -\xc2\xc5\x8b\x17\xf1\xd9\x67\x9f\x71\x24\x2a\x87\xc3\x41\x72\x9f\ -\x33\x10\x0c\x06\x31\x78\xf0\x60\x14\x15\x15\x61\xf3\xe6\xcd\x78\ -\xfa\xe9\xa7\x39\x75\x18\xf5\x8b\x6d\xf0\x67\x8f\xc3\x6a\xb5\xc2\ -\xe3\xf1\x84\x24\x7c\x14\x9a\x07\xbb\xdd\x4e\x52\xc2\x08\x05\xea\ -\x5a\xad\x56\x72\xfd\x8b\x9d\xeb\x1c\xe8\xbd\xf8\x7d\xe0\xc0\x01\ -\xc2\xb8\x57\xad\x5a\x45\x2e\x7d\x0f\x1b\x36\x0c\x0d\x0d\x0d\x78\ -\xed\xb5\xd7\x30\x70\xe0\x40\x2c\x5d\xba\x54\x30\x50\x53\x6c\x3d\ -\x88\x39\xa8\xa4\xec\x55\x62\x36\x2c\x39\x29\x5c\x8e\xd1\x48\xb5\ -\x29\x65\x63\x15\x5b\x5b\x8a\x19\x56\x24\x27\xbd\x18\xc4\xc5\xc5\ -\xe1\x5f\xff\xf5\x5f\xe1\x70\x38\x50\x59\x59\x89\x73\xe7\xce\xe1\ -\xb9\xe7\x9e\xc3\x84\x09\x13\x30\x75\xea\x54\x0c\x19\x32\x04\xb1\ -\xb1\xb1\xe4\x83\x00\x35\x35\x35\xd8\xb7\x6f\x1f\xce\x9e\x3d\x0b\ -\xbf\xdf\x0f\x8d\x46\x83\x25\x4b\x96\xe0\xdf\xfe\xed\xdf\x38\x29\ -\x2a\xc2\x91\x40\xf8\x04\x61\x54\x43\x8d\x46\x83\x3f\xfe\xf1\x8f\ -\x44\x94\x07\x7a\x37\xc1\x95\x2b\x57\x70\xe5\xca\x15\x7c\xf1\xc5\ -\x17\x44\xf5\x61\xbc\x54\xec\x13\x92\x0d\x7a\xbd\x9e\x7c\xce\x5c\ -\x8c\x96\xe1\xe0\x18\x49\x1b\x4a\xca\x2b\xe9\x43\xc9\x21\xc5\x7f\ -\x1f\x0c\x06\x91\x96\x96\x86\x67\x9f\x7d\x96\xa3\xce\x50\x54\x6f\ -\xf4\xb4\xdf\xef\x87\x56\xab\x45\x5b\x5b\x1b\xc9\x50\x20\xd4\x47\ -\x30\x18\xc4\x88\x11\x23\xf0\xe2\x8b\x2f\x72\xc2\x60\x9a\x9b\x9b\ -\xf1\xd7\xbf\xfe\x55\x90\x19\x4f\x9c\x38\x91\xe4\x92\x2f\x2e\x2e\ -\x26\xed\x32\x86\x71\xa7\xd3\x49\x0c\xf0\xec\x3e\x19\x83\x38\x3f\ -\x9a\x5c\x08\x2f\xab\xd5\x4a\x32\x94\xf0\x37\x26\x3b\x25\x0c\xa3\ -\x36\xb3\xf3\xae\x8d\x18\x31\x02\x39\x39\x39\xf0\xfb\xfd\xf8\xfc\ -\xf3\xcf\xc9\x0d\x10\xa0\x97\xd1\x17\x17\x17\xe3\xc0\x81\x03\x98\ -\x38\x71\x22\xe7\xd2\x77\xa4\x4e\x17\xf6\xdf\x91\xd8\xb0\x22\xe9\ -\x4f\xae\x6f\xa9\xf7\x62\x38\x68\x80\x9f\xd2\xed\x0a\x6d\x3c\x39\ -\x8f\x01\xdf\xf5\x2a\xd6\x0e\xbf\x7e\x56\x56\x16\xde\x7a\xeb\x2d\ -\x64\x64\x64\x60\xe3\xc6\x8d\x68\x6f\x6f\xc7\xf6\xed\xdb\xb1\x6b\ -\xd7\x2e\x44\x45\x45\x41\xab\xd5\x22\x18\x0c\xa2\xa7\xa7\x87\x93\ -\xe8\x2b\x2d\x2d\x0d\xab\x57\xaf\xc6\xda\xb5\x6b\xc9\xed\x75\x31\ -\xbc\x18\x7c\x84\xd2\x09\x0b\xe1\xa4\xd7\xeb\xb1\x7a\xf5\x6a\x64\ -\x65\x65\xe1\x8d\x37\xde\xc0\xfe\xfd\xfb\x43\xd2\x89\x30\x2e\x72\ -\xb9\x34\x23\x59\x59\x59\x78\xe6\x99\x67\x38\xf9\xb9\x85\xf0\x64\ -\xe3\x16\x08\x04\x44\xe9\x2f\x74\x5a\xf2\xc7\x25\xe7\x15\x92\x3a\ -\xd9\xe4\x40\xaa\x0e\xff\xe4\x64\xf7\xc7\x7c\x9d\x59\x28\x3d\x89\ -\x56\xab\x45\x7e\x7e\x3e\xf6\xec\xd9\x83\xdc\xdc\xdc\x10\x4f\x9c\ -\xcb\xe5\x22\x92\x90\x46\xa3\x81\xc1\x60\x20\xd2\x34\x63\xeb\xe2\ -\xdb\x98\xd8\xb6\xb3\xd2\xd2\x52\x6c\xd8\xb0\x01\xbb\x77\xef\x26\ -\x52\x52\x5c\x5c\x1c\x52\x52\x52\x70\xf4\xe8\x51\x2c\x5e\xbc\x98\ -\xd3\x5f\x20\x10\xc0\xa1\x43\x87\x42\x70\x11\x0b\x6e\x1e\x3e\x7c\ -\x38\xfe\xfa\xd7\xbf\xa2\xa9\xa9\x89\x1c\x4a\x4c\xff\x0d\x0d\x0d\ -\x68\x6b\x6b\xc3\xa0\x41\x83\xa0\xd3\xe9\x90\x9d\x9d\x8d\x13\x27\ -\x4e\x90\x6f\x54\x9a\xcd\x66\xf2\xa9\x38\x76\x82\x3c\x66\x6c\x1a\ -\x8d\x06\xa9\xa9\xa9\xa2\xc9\xf3\xa4\x24\x11\xbe\x13\x48\xc9\xfc\ -\x4a\x85\x0f\x29\x95\xc0\xef\xc7\xcb\x28\xa6\x79\xf0\x9f\x6b\xd4\ -\x6a\x35\xf2\xf2\xf2\x48\xc6\x45\xfe\x5d\x2f\x39\x6b\x3e\xf3\xbb\ -\x56\xab\xc5\x88\x11\x23\x48\x3c\x8b\x92\xbb\x5b\x19\x19\x19\x78\ -\xed\xb5\xd7\x50\x52\x52\x82\xcd\x9b\x37\xe3\xe4\xc9\x93\xb8\x77\ -\xef\x1e\xba\xba\xba\x08\xb3\xd1\x68\x34\x88\x8f\x8f\x47\x5a\x5a\ -\x1a\x26\x4d\x9a\x84\x25\x4b\x96\x60\xcc\x98\x31\xa2\x97\x35\x19\ -\xb0\x58\x2c\x18\x3d\x7a\x34\x5a\x5b\x5b\x31\x60\xc0\x00\xc1\xcf\ -\x6f\x0b\x4d\xb6\x46\xa3\xc1\xf4\xe9\xd3\x31\x6c\xd8\x30\x54\x54\ -\x54\x60\xcb\x96\x2d\x38\x7b\xf6\x2c\x5a\x5b\x5b\x65\xc5\x63\x93\ -\xc9\x84\xfe\xfd\xfb\x63\xda\xb4\x69\x58\xb6\x6c\x19\x46\x8e\x1c\ -\x49\x24\x02\x21\x4f\xa2\x4e\xa7\x43\x41\x41\x01\xa2\xa2\xa2\xc8\ -\x06\x64\x7f\xe2\x5e\xea\xa4\xd3\x68\x34\xe4\x36\x3c\x63\x9f\xe0\ -\xdf\x3f\x63\x87\x30\x28\x99\x4b\x25\x20\xb4\x11\xf8\x2a\x13\xbb\ -\x3f\x8f\xc7\xc3\xf9\xbc\x15\x03\xcc\x86\x2d\x2e\x2e\xc6\xbb\xef\ -\xbe\x8b\xcf\x3f\xff\x1c\xb3\x66\xcd\x42\x5c\x5c\x1c\xdc\x6e\x37\ -\x4e\x9f\x3e\x8d\xfa\xfa\x7a\x2c\x5b\xb6\x4c\x74\x8e\xf9\xcf\xf9\ -\x7d\x44\x45\x45\xe1\xd1\x47\x1f\xc5\x6b\xaf\xbd\x46\xee\x9d\x32\ -\x09\xed\x3e\xf8\xe0\x03\x68\xb5\x5a\x14\x15\x15\xc1\x62\xb1\xa0\ -\xb3\xb3\x13\xfb\xf6\xed\x43\x5b\x5b\x1b\x16\x2c\x58\x40\xc6\xe0\ -\xf1\x78\x88\xbd\x94\x01\xad\x56\x8b\x98\x98\x18\x3c\xf4\xd0\x43\ -\x18\x39\x72\x24\x49\x09\x93\x91\x91\x01\x9a\xa6\x71\xf5\xea\x55\ -\x54\x54\x54\x60\xd2\xa4\x49\x64\x4e\x66\xcc\x98\x81\x75\xeb\xd6\ -\xa1\xbc\xbc\x1c\x53\xa6\x4c\x41\x4c\x4c\x0c\x7a\x7a\x7a\x70\xf1\ -\xe2\x45\xb4\xb5\xb5\x09\x4a\x7b\x52\xd7\xdd\xc4\x18\x89\x12\xe7\ -\x8f\x54\x9b\xfc\xf6\xa5\xda\x0a\xe7\xb9\x12\xc9\x4a\x4a\xa5\x24\ -\x7f\x07\x83\x41\xda\xe9\x74\x12\x83\x72\x54\x54\x94\xec\x45\x4d\ -\x21\x08\x06\x83\x70\x3a\x9d\x08\x04\x02\xc4\xeb\x12\x4e\x14\xbb\ -\xd7\xeb\xc5\x9d\x3b\x77\x48\xae\x6d\x26\x4d\x4d\x74\x74\x34\x52\ -\x52\x52\x90\x93\x93\x83\xb4\xb4\xb4\x90\x0b\x96\x62\x84\xf5\xfb\ -\xfd\xe4\xdb\x6c\x3a\x9d\x0e\x26\x93\x49\x54\x9f\x16\x22\x16\xf3\ -\xbe\xa3\xa3\x03\x67\xcf\x9e\xc5\x99\x33\x67\x70\xf1\xe2\x45\xdc\ -\xbc\x79\x13\xed\xed\xed\xe8\xe9\xe9\x21\x1f\x3c\xe8\xd3\xa7\x0f\ -\x06\x0c\x18\x80\xe1\xc3\x87\xa3\xa0\xa0\x80\x7c\x21\x44\x08\xd8\ -\x7d\x33\x9f\x67\x62\x98\x33\x45\xf5\x7e\x5c\x80\x51\x37\xe5\x3c\ -\x8e\xdd\xdd\xdd\x1c\x29\xcb\x60\x30\x90\x10\x11\x25\xd2\x14\x9f\ -\x71\xbb\xdd\x6e\xbc\xfc\xf2\xcb\x58\xbe\x7c\x39\x89\x91\x62\x97\ -\x15\x5b\x44\x81\x40\x80\x18\x87\x07\x0c\x18\x40\xda\xeb\xee\xee\ -\xc6\x9b\x6f\xbe\x89\x60\x30\xc8\xd9\xf0\x14\x45\xe1\xe1\x87\x1f\ -\x26\x19\x0c\xda\xdb\xdb\xb1\x63\xc7\x0e\xdc\xba\x75\x8b\xd8\xac\ -\xac\x56\x2b\x8a\x8b\x8b\x91\x9d\x9d\x8d\x1b\x37\x6e\xe0\xf8\xf1\ -\xe3\x58\xb2\x64\x09\xe7\xe0\xe9\xe8\xe8\xc0\xf6\xed\xdb\x31\x77\ -\xee\x5c\xc4\xc4\xc4\x60\xdb\xb6\x6d\x04\x07\x36\x9c\x3b\x77\x0e\ -\x07\x0e\x1c\xc0\xaa\x55\xab\xc8\x81\x7c\xeb\xd6\x2d\x7c\xf7\xdd\ -\x77\x24\x2b\x02\x45\xf5\xde\x7c\x98\x35\x6b\x16\x39\x34\x1c\x0e\ -\x07\xde\x78\xe3\x0d\x72\x49\x9e\xa1\x43\x6a\x6a\x2a\x16\x2c\x58\ -\x00\x8b\xc5\x02\x9f\xcf\x87\x7d\xfb\xf6\xe1\xf4\xe9\xd3\x1c\xc9\ -\x6f\xfc\xf8\xf1\x18\x33\x66\x0c\x07\xdf\x96\x96\x16\x7c\xf7\xdd\ -\x77\x68\x6e\x6e\x26\x34\xb4\x58\x2c\x28\x2a\x2a\x22\x92\x17\x03\ -\x1e\x8f\x07\xdf\x7c\xf3\x0d\xf9\x38\x83\xd4\x3a\xfa\x47\xc2\x83\ -\xee\xe7\x7e\xdb\xa3\xe8\x08\x02\x88\x22\x89\x2c\x7f\x90\x88\x2b\ -\xf1\x34\x28\xa9\xcf\x37\xf2\xc9\xb5\xd9\xd3\xd3\x43\x0c\xa8\x4c\ -\xa8\x83\x5a\xad\x86\x56\xab\x25\xea\x8a\xd8\xf8\x94\x9c\x1e\x91\ -\x94\x95\x1a\x1b\x1f\x17\x29\x63\xaa\x18\xc3\x12\x33\xdc\xf2\xdb\ -\x65\xb2\x75\xf0\x69\xe0\x72\xb9\x38\x49\xf3\x98\x3a\x06\x83\x81\ -\x7c\x23\x90\x69\xa3\xb3\xb3\x13\x1e\x8f\x07\x5a\xad\x16\xd1\xd1\ -\xd1\x44\x8a\x0e\x04\x02\xf0\xfb\xfd\x24\xa2\x9d\x01\xc6\x60\xcd\ -\x44\xb0\x0b\x45\xba\x33\x7d\x32\xe5\xd8\xe3\xf5\xfb\xfd\xb0\xdb\ -\xed\xf0\xf9\x7c\xd0\xeb\xf5\x88\x89\x89\x09\x91\xc4\x19\xfc\xd9\ -\xe3\x56\xab\xd5\x88\x8a\x8a\xe2\x94\x75\x3a\x9d\x70\xb9\x5c\xa0\ -\xa8\xde\x28\x7f\x31\x0d\x83\xb9\xf4\xef\xf5\x7a\xc9\x81\x27\x94\ -\x27\x8b\xa6\x69\xc1\xe8\x7c\xb1\xf5\x15\xce\xf3\x70\xd6\xa6\x98\ -\x7a\x27\x54\x8e\xf9\x5b\xc9\x61\x1b\xe9\xde\x8f\xe8\x6a\x4e\x38\ -\x9b\x47\xec\x84\x97\xd3\x55\xa5\xda\x91\x23\x8a\x98\x1e\x2f\x14\ -\x05\xac\xc4\x5b\xc7\x94\x31\x18\x0c\x61\xa5\x8a\x55\xd2\x47\x38\ -\x31\x59\x62\x8b\x4c\x6a\x21\xf2\xdd\xd9\x42\x73\xa0\x34\x9e\x4e\ -\xc8\x35\xce\xd4\x65\x27\xc6\x63\xe3\x25\x97\xf2\x87\x8d\x0b\x3f\ -\x29\x1d\xd3\x27\x9b\x11\xb2\x69\xca\x4e\xa7\x02\x80\x7c\x8d\x5b\ -\x68\x73\xf2\x25\x4f\x46\xfd\x67\x3b\x6d\xf8\x36\x38\x00\x8a\x53\ -\x16\xf1\x53\xe7\x88\xcd\xbd\x4a\xa5\x12\x1d\x27\x9f\x2e\x91\xa4\ -\x2a\x97\xa3\x73\xb8\x65\x85\xd6\x96\x94\x46\x22\x35\x26\x29\x50\ -\xba\x1f\x55\xfc\x0a\x0f\x12\xc4\x18\x5d\xa4\x7d\xb1\x03\x20\xa5\ -\x8c\x80\x4a\xb8\xbc\x52\x9d\x99\xdd\x2e\xbb\x7f\xa1\x00\x57\xa9\ -\x53\x49\xa8\x7d\x29\xa9\x4e\x2a\x6e\x86\x5f\x4e\x08\x57\x39\x7a\ -\x47\xe2\xb6\x96\xc2\x41\xca\xc6\x24\x15\x52\x21\x44\x5f\x31\x1c\ -\x1f\x94\x7a\xc2\xa6\x5b\xb8\xd2\x6c\x38\x01\xb8\xff\x48\x95\x4d\ -\xee\xf0\x12\xc2\x5b\xaa\x8c\xdc\x9a\x0b\x77\x2c\xf7\xeb\x95\x16\ -\x03\xc5\xb9\x5d\x84\x16\x9d\x94\xc1\x53\xaa\x1c\xbb\xbc\x54\x1d\ -\x3e\x63\x10\x23\xa8\x18\x13\x13\x32\x3a\x33\x9b\x4b\x2c\xce\x49\ -\x09\x33\x95\xc2\x81\xfd\x5e\x68\x53\xc8\x19\xd3\xc5\xfa\x93\x62\ -\x0a\x4a\x21\x52\x03\xbb\x18\xdd\xa5\x3c\x85\x62\xed\x09\x95\x13\ -\x92\xba\xc5\x62\x9f\x94\x8c\x43\x0a\x2f\xb9\xbf\x95\x6c\x6c\xa9\ -\x67\x72\x9a\x82\x1c\xad\x23\x81\x70\x34\x1e\x31\xba\x0a\x3d\x7f\ -\x10\xb8\x29\xc1\x87\x8d\x83\x5c\xbf\x44\x25\x54\x1a\x1f\x21\xf7\ -\x4c\x8e\xa0\x4a\xb9\x6b\x24\x27\xa0\x14\xd3\x92\x53\x6d\xc3\x51\ -\x0d\xa5\x08\x1a\x8e\xda\xa9\x64\x03\x8a\x49\x6d\xe1\xa8\xd4\x52\ -\xf5\x94\xda\xef\x94\x80\x98\xaa\x10\xa9\x04\x2a\x45\x1f\xb1\x79\ -\x55\x8a\x73\x24\xae\x7f\xb9\xb2\x42\x0c\x59\xe9\x81\x14\x2e\x44\ -\x22\x6d\x46\x2a\x55\x86\xeb\x5d\x56\x62\x02\x11\x3a\x04\x95\x98\ -\x9e\x54\x62\x0d\x86\x4b\x3c\x7e\x5d\xf6\x82\x12\x92\xc4\xc4\xa4\ -\x2b\x31\x4e\x2f\x74\xfa\x8a\x49\x34\x6c\x82\xb0\x17\xa6\x94\x7a\ -\x22\x24\x75\x49\xa9\x7f\x62\xf8\xc9\xa9\x72\x62\x4c\x4e\x0a\x17\ -\x31\x69\xf0\x7e\x40\x6a\x2c\x52\xb8\xca\x8d\x41\x4e\xd2\x92\x93\ -\xca\x95\x8e\x53\xa9\x71\x57\xca\x84\xa0\xe4\x00\x92\x1a\x43\x38\ -\xea\xa1\x50\x7f\x4a\xfb\xba\x1f\x27\x8c\x50\xf9\x07\xa1\xaa\xfe\ -\x57\x48\x84\x42\x70\x7f\xe9\x3e\x59\x08\x28\x55\x7b\xe4\x36\x36\ -\xdf\xbe\xa0\xa4\x9c\x10\x11\x94\x2e\x1c\x25\x6a\xac\x12\x42\x0b\ -\x31\x39\xf6\x38\xa4\xe8\xc3\x7e\x2e\xc7\x10\xa5\x18\x98\x12\xfb\ -\x85\xd0\x78\x23\xb5\x29\x28\xa1\x55\x24\x1b\x58\x6e\x2e\xe5\xa4\ -\x17\x25\xf6\x34\xf6\x1c\x49\xb5\x23\xc5\x90\xf8\x26\x06\xa1\x03\ -\x53\xa9\x43\x43\xec\xb9\x9c\x19\x44\x6c\x2e\xc2\x61\x28\x4a\xec\ -\x8c\x7c\x90\xb3\xf5\x86\x53\x2f\x1c\x08\x61\x58\x91\x36\xc8\xb7\ -\x15\x09\x0d\x24\x92\x36\xc3\x35\x8c\x8b\xd5\x15\xb3\x33\x48\x95\ -\x63\x4b\x69\x4a\xd4\x60\x31\x31\x57\x8c\x01\x0b\x49\x88\x7c\xc9\ -\x50\xaa\xbd\x70\x54\x72\xb1\xbe\x22\x9d\x17\x31\xbc\x85\xca\xca\ -\xd1\x4c\x29\xce\x4a\xc6\x2a\x37\xc6\x70\x24\x0d\x25\xb6\x3b\xb9\ -\x77\xf7\xa3\x12\x86\xa3\xc2\x09\xcd\x89\xd2\x7d\x27\x37\x47\x52\ -\x20\x67\x8b\x0c\x07\x94\xe0\xab\x92\x52\xc3\xc4\x1a\x51\xa2\x4e\ -\xc8\x21\x10\x8e\xf7\x28\xdc\x41\xc9\x95\x97\xf2\x12\xc9\x39\x08\ -\xe4\xa4\x15\xa6\x7d\x7e\x3d\xa1\x36\xf9\x75\xc4\xbc\x90\x62\x7d\ -\x29\xc1\x49\x8c\x1e\x42\x75\x34\x1a\x0d\x4a\x4a\x4a\x38\x17\x7a\ -\xa5\x9c\x24\x72\xb8\x09\xe1\x29\xa7\x92\x8b\xa9\xe1\x72\x6b\x4e\ -\xaa\x0f\xbe\x59\x40\x0c\x57\x39\x3a\x8b\xe1\x2d\x64\xb8\x57\x6a\ -\x60\x57\x52\x2e\x5c\x69\x26\x1c\xfb\x99\x92\xf6\xa4\xfa\x79\x90\ -\xcc\x49\x11\x73\xa7\x7f\xac\x29\xa5\xa6\x88\x19\xb2\xc5\x9e\x89\ -\xfd\x7e\x3f\x6d\x3e\x28\x42\x29\x69\x9b\x4f\x44\x29\xd5\x4b\xe9\ -\x58\xc5\xec\x3b\x72\x74\xe4\xe3\x21\xd6\xb7\xd2\xb1\x8a\xe1\x28\ -\x87\xcb\x83\xa0\xed\x3f\xaa\x5e\x24\x7d\x84\xb3\xde\x94\xd0\xea\ -\x7e\xc7\x12\x29\x3e\xff\xaf\x40\x89\xfd\xf0\x1f\xb1\x77\xff\x2f\ -\xb2\x7d\x1c\xb3\x8b\x08\xfa\x47\x00\x00\x00\x25\x74\x45\x58\x74\ -\x64\x61\x74\x65\x3a\x63\x72\x65\x61\x74\x65\x00\x32\x30\x31\x39\ -\x2d\x30\x38\x2d\x30\x35\x54\x31\x35\x3a\x35\x39\x3a\x31\x30\x2b\ -\x30\x33\x3a\x30\x30\x74\x97\xa7\x01\x00\x00\x00\x25\x74\x45\x58\ -\x74\x64\x61\x74\x65\x3a\x6d\x6f\x64\x69\x66\x79\x00\x32\x30\x31\ -\x39\x2d\x30\x38\x2d\x30\x35\x54\x31\x35\x3a\x35\x38\x3a\x34\x37\ -\x2b\x30\x33\x3a\x30\x30\x67\x4f\x44\x69\x00\x00\x00\x00\x49\x45\ -\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\xac\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x14\x00\x00\x00\x11\x08\x06\x00\x00\x00\xdd\x44\x8c\xbe\ -\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ -\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ -\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\x29\x49\x44\ -\x41\x54\x38\x8d\x95\xd4\xbd\x4a\x03\x41\x14\x86\xe1\x47\x6c\xc4\ -\xa4\x48\x10\x1b\x5b\x3b\xdb\xe8\x95\x18\x6f\xc0\x42\x50\xb4\x11\ -\x51\x10\x44\x54\xb0\xb6\xb3\xb4\xf2\x02\x0c\x69\xfc\x41\xb0\xb3\ -\xb1\x10\xc4\xd6\x2a\xfe\x83\x82\x85\x68\xa1\x16\xbb\x4b\x26\x9b\ -\xcd\x66\x3d\x70\x60\xd9\xef\x7c\x2f\x33\x67\xe6\x0c\xdd\x51\xc2\ -\x02\x4e\xd0\xc2\x37\x1e\x71\x81\x15\x54\x33\x3c\x3d\xa3\x8e\x07\ -\xfc\xe6\xe4\x3b\xe6\x8a\xc0\xd6\xf0\x93\x32\x3f\xe1\x1a\xf7\x19\ -\xe0\xbd\x3c\xd8\x4c\x0a\xd6\x40\x2d\x55\x33\x81\xc3\x14\x74\x29\ -\x0b\x56\x16\xf5\x28\x29\xda\xea\xb3\x93\xc5\xa0\xf6\x03\x63\x79\ -\x05\x8d\x3e\xb0\x24\x0e\x02\xcf\x46\x5a\x3c\x0d\xc4\xc9\x82\xc0\ -\x71\xed\x16\x5d\xa5\xc5\x56\x2c\xbc\x62\xa0\x0f\xa8\x1a\xe4\x5d\ -\xec\xfb\xc4\x48\xfc\xaf\x02\x5f\xb1\x70\x5b\x60\x65\x9b\xf2\xaf\ -\xd4\xfa\x7f\x57\x48\x74\x68\x59\xb0\xfd\xa4\x20\xec\xe1\x54\x01\ -\x20\xec\xa4\x60\x47\x18\x4c\xc4\xf0\x94\x9b\x05\x81\xb0\x1b\x7b\ -\x2e\x31\x1c\x0a\x65\x9d\xe3\xb6\xdd\x07\x34\x18\x7c\x2f\x63\x34\ -\xab\xa8\xae\x73\x52\x9a\xba\xaf\x50\x4d\xb4\xb5\x33\x0c\x15\xd8\ -\x81\x55\xdd\xb3\xfc\x82\x1b\xd1\x44\xf4\xec\x59\x5e\x4c\xcb\x7e\ -\x08\xc2\x7c\xc3\x6c\x11\x58\x12\x25\xcc\xe3\x58\xfb\x3d\x7c\xc6\ -\xb9\xa8\x67\x95\x3c\xf3\x1f\x05\x5b\x7f\x80\x39\x0e\xbb\x26\x00\ -\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\x9a\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x14\x00\x00\x00\x14\x08\x06\x00\x00\x00\x8d\x89\x1d\x0d\ -\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ -\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ -\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x02\x17\x49\x44\ -\x41\x54\x38\x8d\x9d\x95\xc1\x6e\x12\x51\x14\x86\xbf\x7b\x85\x26\ -\x2e\x71\x41\x02\xb8\x41\x74\xa1\xe8\x46\x7d\x0f\xa8\x1a\x1f\x60\ -\x32\x69\x53\xba\xb4\xa9\xc6\xae\x27\xa6\xad\x4b\x92\xa6\x2d\xe1\ -\x01\x4c\x54\xf0\x39\x5a\x37\x65\x9a\x68\xa0\xdd\xd0\x31\x61\x21\ -\x4b\xab\xc8\x3d\x2e\x86\x19\x67\xe8\x00\x49\xff\x64\x16\x73\x4e\ -\xee\x77\xff\x73\xce\x9d\xb9\x8a\x04\xb9\xb0\x64\x60\x59\x41\x45\ -\xc1\x63\x81\xdb\x00\x0a\xfa\x02\x5f\x05\x5a\x1a\x5a\x65\xf8\x33\ -\xbd\x56\x4d\x07\x3a\xf0\x1c\xd8\x01\xee\x24\x6d\x16\x51\x4f\x60\ -\xf3\x11\x7c\x4a\x04\x7e\x80\x1b\xf7\x61\x5b\xc1\xab\x05\xa0\x69\ -\x47\xef\x1f\xc0\x6b\x05\x06\x40\x07\x89\xeb\xc0\x00\x04\x36\x5c\ -\x78\x17\xbc\x6b\xf0\xcb\x8c\xc2\xb2\x8e\x43\xc6\xb6\x67\x42\x32\ -\xb6\x4d\xd6\x71\xa2\xa1\xcd\x53\xa8\x02\xfe\x00\x3a\xd0\xed\x80\ -\x74\x40\x06\x8e\x23\x22\x22\x32\x1e\xcb\x85\x6d\x4b\x10\x0f\x9e\ -\x0b\xdb\x16\x19\x8f\x45\x44\x64\xe0\x38\x61\xdc\x85\x33\x17\x96\ -\xb4\x81\x65\xa0\x14\x6c\x35\xea\xf5\xc0\x18\xd0\x9a\xfc\xc1\x01\ -\xb7\x6a\xb5\xff\xce\x2c\x8b\xfc\xfe\x3e\x68\x0d\x22\xfc\xed\xf7\ -\xa3\xa5\x17\x81\x4a\x4a\x05\x56\x27\x1a\x36\x9b\x00\xe4\x0f\x0f\ -\x41\x6b\x72\xf5\xba\xbf\xe0\xf2\x32\x8c\x21\xc2\x8f\xf5\x75\x7e\ -\xee\xed\xc5\x5a\x61\xa0\xa2\x3a\xf0\x1d\xb8\x77\xa5\x4f\x96\x15\ -\x03\x00\xa0\xd4\x4c\x18\x80\x82\x6f\x29\x20\x97\xd4\xf8\xd0\x69\ -\xa3\xe1\x83\x60\x2e\x6c\x52\x76\x41\x27\x66\xe6\x49\x5d\xf9\x16\ -\xa2\x32\x1a\xf0\x92\x32\x61\xc9\x93\x32\x11\x01\xa5\xc8\xd5\xeb\ -\xb1\x41\x4d\xc9\xd3\xc0\xf1\x4c\x58\x64\x00\x9e\x6d\xfb\xd3\x9f\ -\x03\x55\x70\xc4\x09\xbc\x8c\x9d\x33\xcb\x0a\xcf\x99\x18\x23\xde\ -\xda\xda\xec\x5c\xad\x16\x3b\xa3\x2e\xbc\xd0\xbf\xe1\x33\xd0\x0d\ -\x76\x49\x97\x4a\xbe\x33\x63\xf0\x56\x56\x62\x03\x18\x36\x9b\x78\ -\xab\xab\xa1\xd3\x54\xa1\x10\x35\x78\x06\x7c\x51\x00\x27\xf0\x4c\ -\xc1\xc7\x20\x93\x75\x1c\x46\xe7\xe7\x0c\x1b\x8d\xc4\x46\x65\x6c\ -\x9b\x74\xb1\xc8\x60\x6b\x2b\x5a\x6e\xb5\x0c\xed\x70\x64\x2e\xec\ -\x0a\x6c\xcc\xea\xf6\x02\x6d\x3f\x84\x37\x10\xf9\xdb\x4c\x7e\x41\ -\xbb\xd7\x80\xed\x94\xe1\x6d\xc4\x69\x5c\xa7\x50\x35\x3e\xf8\xee\ -\x02\x50\x57\xc1\x46\x19\xda\xd1\x60\xe2\x29\x3d\x82\xf4\x4d\x1f\ -\x5c\x51\xf0\x84\xc9\x15\x80\x7f\x05\x1c\x6b\x68\xfd\x82\xf6\x53\ -\x18\x4d\xaf\xfd\x07\x2b\xb7\x02\x13\x9f\x0a\x17\xa6\x00\x00\x00\ -\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x03\xba\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x18\x00\x00\x00\x18\x08\x06\x00\x00\x00\xe0\x77\x3d\xf8\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x03\x6c\x49\x44\x41\x54\x48\xc7\x9d\ -\x94\x47\x4e\x25\x41\x10\x44\xeb\x96\x78\xef\xbd\xfd\x78\xbf\x60\ -\x85\x38\x01\x0b\x96\x7f\x81\xf7\xde\x23\x96\x79\x0b\xe0\x04\x20\ -\x58\x64\x4e\x44\x4d\x76\x53\xff\xcf\x30\x23\xd1\x52\xa8\x1a\x28\ -\x5e\x66\x47\x45\x65\x58\x58\x58\x28\x42\xf2\x2f\xcd\xcf\xcf\x47\ -\xcd\xcd\xcd\xc9\xec\xec\x6c\xd4\xcc\xcc\x8c\x4c\x4f\x4f\xcb\xd4\ -\xd4\x54\xd4\xc4\xc4\x44\xd4\xf8\xf8\xb8\x8c\x8d\x8d\x49\xa1\x50\ -\x90\xd1\xd1\xd1\x62\x58\x5c\x5c\x14\xc8\x00\x52\xae\xd9\x3b\xc4\ -\xd5\x00\x56\xc8\x00\x8f\x02\x5c\x01\x37\xc0\x15\x60\x9b\x9c\x9c\ -\x34\x80\x15\x32\xc0\x0d\x60\x85\x0c\x70\x1b\x1e\x1e\x96\x3f\x0a\ -\x38\x58\x1d\x4e\xa8\x3a\x38\x0a\xf0\x08\x86\xd4\xe1\x04\x2b\xba\ -\x36\x07\xeb\xc8\xc8\x08\xe1\x36\x34\x34\x24\xc1\x6d\xd0\x54\xde\ -\x35\xc1\xea\x1d\x47\x79\xd7\x04\xb3\x63\x25\x98\xf2\xae\x95\x70\ -\x80\x15\x60\x1d\x1c\x1c\xd4\x81\x81\x81\xbc\x40\xde\xf5\xea\xea\ -\xaa\x1d\x1f\x1f\x2b\xc4\xd5\x8e\x8e\x8e\x14\xe2\x6a\x87\x87\x87\ -\x76\x70\x70\xa0\xfb\xfb\xfb\x06\xc5\x75\x6f\x6f\x8f\xd2\xdd\xdd\ -\x5d\x5b\x5a\x5a\x32\x87\x1b\xe0\xd6\xd7\xd7\xf7\x55\x20\xf3\xfa\ -\xf2\xf2\xd2\x14\x8f\xf9\x93\xbe\xa7\x3f\xff\x6d\x0f\x9b\x00\x58\ -\xfb\xfb\xfb\x8d\xea\xed\xed\x95\xe0\x09\xc9\xed\xb8\xba\xba\xd2\ -\x9f\x3e\xfc\x5a\x74\x1d\xd5\xd3\xd3\xa3\xdd\xdd\xdd\xbf\x0b\x64\ -\xe9\xe0\x21\xa2\x40\xec\xe8\xf3\xf3\xd3\x9e\x9e\x9e\xec\xfe\xfe\ -\x5e\x21\xbb\xbb\xbb\xb3\xdb\xdb\x5b\x4a\xb9\xde\xdc\xdc\xe8\xf5\ -\xf5\x35\xff\x6e\xd8\x9b\x7f\x01\xba\x26\xdc\x00\xb7\xae\xae\x2e\ -\x09\x9e\x6d\xf3\x83\xcc\x2d\x7a\x7d\x7d\x65\x52\xca\x13\x62\x48\ -\x88\x7a\x42\xa2\xd7\x58\xed\xe5\xe5\x25\x16\xc0\xf9\x10\xac\x00\ -\x13\x6e\x1d\x1d\x1d\x12\x78\x61\xd2\x84\x5c\x5c\x5c\xe4\x9f\xcc\ -\xce\xde\xdf\xdf\x4b\xf4\xf6\xf6\x56\xa2\x8f\x8f\x8f\x7c\x3f\x03\ -\xd0\xd9\xd9\x19\xd5\xde\xde\xae\x6d\x6d\x6d\x12\xfc\x36\xe6\xb9\ -\x3e\x3f\x3f\xcf\x2d\x7a\x7c\x7c\x8c\x96\xc0\x0e\x5a\x62\xb4\x04\ -\xe2\x39\xd1\xca\xb8\xd2\xae\xcc\x22\xa6\x0a\x5d\x13\x6e\x80\x5b\ -\x6b\x6b\xab\x04\x5e\xf3\x34\xd7\x28\xa0\x6e\x11\xad\x29\xcf\x35\ -\x13\x12\x0f\xd1\xbd\x8e\xeb\xf3\xf3\x73\xfc\x1f\xc6\x15\xe0\xa8\ -\x96\x96\x16\x6d\x6e\x6e\x96\x00\xb8\xa4\xb7\xf1\xec\xec\x2c\x8f\ -\x1d\x3e\xdf\xdc\x0a\x4b\xa4\xe9\xca\x3d\xd9\x7e\xde\x09\x74\x4d\ -\xb8\x01\x6e\x4d\x4d\x4d\x12\x7c\x40\xe5\x33\xe4\xf4\xf4\xf4\xc7\ -\xf7\x80\x97\x0d\x60\x76\x6e\x8d\x8d\x8d\xd6\xd0\xd0\x20\xc1\x27\ -\x5f\x3e\x43\x4e\x4e\x4e\x7e\x5c\x60\x67\x67\x87\x5d\xab\xc3\xad\ -\xbe\xbe\x5e\x02\xc0\x92\xce\x10\x14\xc8\x53\x81\x7b\x10\x7f\x47\ -\xaf\x11\xbb\x92\x84\x50\x3c\x8b\x87\x87\x87\x7c\xff\xf6\xf6\xb6\ -\x02\xac\x00\x47\xd5\xd5\xd5\x49\x40\xd7\xc2\x5c\xf3\x10\x99\x6b\ -\xce\x9f\xac\xa3\x2c\xd7\x5c\x7d\xfe\xc4\x19\x94\xcd\x1f\x7a\xcd\ -\xae\xb3\xfd\x28\x60\x0e\x36\xaa\xa6\xa6\x46\x02\x47\x2a\x2f\x4b\ -\x36\x43\xd6\xd7\xd7\x4b\x0a\xb0\xe3\xef\x2c\xa2\xd7\x69\x81\xad\ -\xad\x2d\x82\xb5\xb6\xb6\x96\x70\xab\xae\xae\x96\xc0\x91\x5a\x1e\ -\x3d\x24\x29\x7e\x32\xbb\x65\xae\xbf\x7b\x68\x07\x6d\xc9\x9e\xcd\ -\xcd\x4d\x05\x58\x01\x8e\xaa\xaa\xaa\x92\x00\xb8\x00\x6e\x04\x27\ -\x33\x44\xd7\xd6\xd6\x6c\x65\x65\xc5\xe8\x35\x2d\x61\x42\xd8\x2d\ -\x44\xa8\xb9\xdf\xb6\xbc\xbc\xcc\xce\x75\x63\x63\x23\x8e\x0d\x87\ -\x1b\xe0\x56\x59\x59\x29\x81\x23\xd5\xc1\x71\x86\xc0\x92\xf2\xdb\ -\x98\xe6\x9a\xe9\x50\x4f\x48\xea\xb5\xba\x25\x04\xab\xc3\xad\xa2\ -\xa2\x42\x02\x47\x6a\x96\x10\x07\xc7\x9b\xe8\x60\xfa\xac\x1e\xbd\ -\xf2\x84\xd0\xeb\xdc\x12\x07\x2b\xc0\x51\x80\x6b\x2c\xc0\x91\x5a\ -\xde\x35\xc1\x49\xd7\x69\xae\xe3\x21\xfe\xa7\x6b\x16\xf8\xfa\x02\ -\x80\x8b\x1c\xab\x9c\x7c\x1c\x4e\x00\x0b\x67\x08\x05\xb0\xf0\x36\ -\x52\xbc\x34\xcc\x35\xba\x16\xc6\x8f\x09\xa1\x78\x90\xf4\x3a\x13\ -\xa1\xc9\x7b\xf1\x17\x24\xb9\x2c\x07\x33\x1c\x4a\x74\x00\x00\x00\ -\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x16\xc6\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x98\x00\x00\x00\x98\x08\x06\x00\x00\x00\x18\xc2\x20\x21\ -\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ -\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ -\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x16\x43\x49\x44\ -\x41\x54\x78\x9c\xed\x9d\x7b\xb0\xdd\x55\x75\xc7\x3f\xe7\xdc\xbc\ -\x1f\x90\x4b\x48\x42\x88\xc0\x15\x48\x78\x3f\x0a\x0d\x08\x41\x28\ -\x08\x05\x84\x82\x23\x4a\xc7\x3a\x02\x16\xb5\x8f\x19\xc5\x07\x1d\ -\xda\x4e\x81\x60\x54\x10\x2a\x3e\xa6\x54\x40\x5b\x20\x44\xa5\x41\ -\x0b\x88\xc4\x80\x05\x02\x1d\xa0\x54\x18\x4c\x42\x20\x92\x90\x17\ -\x0f\xcd\x8b\x24\xdc\x90\x10\xc9\x3d\xa7\x7f\xac\x73\x9a\xc3\xe1\ -\x77\x7e\x67\xaf\xbd\xd7\xfe\xfd\x7e\xe7\xde\xfb\x9d\x59\x03\x93\ -\xf3\xbb\x6b\xad\xfd\xf8\xed\xdf\xde\xeb\xb5\x4b\x0c\x6c\x94\x81\ -\x1e\x60\xff\xda\x7f\x7b\x80\x7d\x80\xf1\x4d\x54\x02\x86\x01\xa3\ -\x6b\x7f\xf7\x16\xf0\x07\xa0\x0a\x6c\xac\xd1\x86\xda\x7f\x5f\x01\ -\x56\xd5\x68\x65\xed\xbf\x95\xc8\xed\x28\x2c\x4a\x79\x2b\x90\x21\ -\xba\x80\xc3\x81\x19\xc0\xd1\xc0\x91\xc0\x61\xc0\x98\xc8\x72\xb7\ -\x02\x4b\x80\x45\xc0\x6f\x80\x27\x80\xe7\x81\xbe\xc8\x72\x0b\x81\ -\xfe\x3e\xc1\x8e\x02\xce\x06\x4e\x03\x3e\x00\x8c\xcd\x57\x9d\xff\ -\x47\x2f\xf0\x14\xf0\x28\xf0\x4b\x64\xf2\x55\x73\xd5\x68\x10\x4e\ -\x18\x0a\x9c\x05\xfc\x00\x78\x0d\x19\xb4\x4e\xa0\xd7\x6a\x3a\x9f\ -\x09\x0c\x31\xef\x95\x41\x04\xa1\x04\x9c\x82\x0c\xd0\x06\xf2\x9f\ -\x2c\xa1\xb4\x01\xb8\x05\xf8\xa0\x65\x27\x0d\x42\x8f\x6e\xe0\x73\ -\xec\xfa\xbc\xf4\x47\xfa\x2d\x70\x05\x30\xd1\xa8\xcf\x06\xe1\x80\ -\xa9\xc0\x77\x81\x6d\xe4\x3f\x01\xb2\xa2\x1d\xc0\x6c\xe4\x50\x32\ -\x88\x48\x98\x81\x6c\x88\x2b\xe4\x3f\xe0\x79\x51\x05\xf8\x05\x70\ -\x42\x60\x5f\x0e\xa2\x01\xc7\x21\x13\x2b\xef\xc1\x2d\x1a\x3d\x00\ -\x1c\x1b\xd0\xaf\x03\x1e\xfb\x03\x3f\x23\xff\x81\x2c\x32\x55\x80\ -\xb9\x88\x81\x78\x10\x8e\x18\x0d\xcc\x04\xb6\x93\xff\x00\x76\x0a\ -\xed\x40\xf6\xa5\xbb\xe9\xbb\x7b\x60\xe1\x1c\x60\x0d\xf9\x0f\x58\ -\xa7\xd2\xeb\xc0\x47\xd5\xbd\x3e\x00\x30\x09\x39\x25\xe5\x3d\x40\ -\xfd\x85\xee\x07\xf6\x56\x8d\x40\x3f\xc6\x47\x80\xf5\xe4\x3f\x28\ -\xfd\x8d\xd6\x01\xe7\x29\xc6\xa1\xdf\x61\x24\xb2\x6f\xc8\x7b\x20\ -\xfa\x3b\xcd\x66\x57\x14\xc8\x80\xc1\xc1\xc0\x8b\xe4\xdf\xf9\x03\ -\x85\x9e\x07\xa6\x39\x8d\x8c\x31\xf2\x88\xa6\xb8\x00\xb8\x8d\xe2\ -\x44\x36\x24\x61\x2b\xb2\x61\xae\xc7\x7a\x6d\x67\x57\x0c\x18\xec\ -\x8a\x0d\x1b\xc9\xae\x98\xb1\xc9\x14\xbb\x4d\x6f\x02\x17\x03\xf7\ -\x66\x29\x34\xcb\x09\x56\x02\x66\x01\xff\x98\xb1\xdc\x34\xac\x05\ -\x9e\x01\x16\x03\x0b\x81\x65\xc0\x6a\xc4\xe1\xec\x83\xf1\x88\x4d\ -\x6a\x1a\x12\x2a\x74\x24\x62\x0c\x2d\x8a\x2f\xb1\x8a\x8c\xc1\xcc\ -\xda\xff\xf7\x1b\x0c\x07\x7e\x4c\xfe\x9f\x8a\xb5\xc8\x9e\xe4\x22\ -\xe0\xc0\xa8\x2d\x7e\x37\xa6\x22\xab\xc7\x1c\x64\xf3\x9d\x77\x3f\ -\xdc\x89\x8c\x49\xbf\x40\x37\xf0\x38\xf9\x75\xe6\x0a\xe0\x9b\xc0\ -\x74\x24\x44\x3a\x6f\x94\x81\xe3\x81\xeb\x91\x70\xea\xbc\xfa\x65\ -\x01\x30\x2e\x6a\x4b\x33\xc0\x44\x24\x4c\x38\xeb\xce\xdb\x0a\xfc\ -\x10\x89\x62\x2d\x32\x4a\xc0\x89\xc0\xbf\x23\x3a\x67\xdd\x4f\xcf\ -\x01\x13\xa2\xb7\x32\x12\xa6\x90\xfd\x49\x71\x39\xf0\x79\x3a\xd3\ -\x65\xb2\x3b\xf0\x05\xe0\x65\xb2\xed\xb3\x17\xe8\x40\xa3\xec\x14\ -\x64\xb0\xb3\x7c\x13\x2f\x40\x12\x3b\x3a\x1d\x5d\xc0\xc7\x91\x43\ -\x47\x96\x2f\xe6\x94\x2c\x1a\x67\x81\x89\x64\xb7\x72\xbd\x88\x0c\ -\x46\x51\x4e\xa5\x96\x28\x03\x7f\x0e\x2c\x25\xbb\x95\xac\xf0\x9f\ -\xcb\x6e\xb2\xd9\x73\x6d\x44\x3e\x27\x43\xb3\x69\x56\xae\x18\x0a\ -\x7c\x11\x78\x83\x6c\xbe\x04\x85\xdd\xf8\x0f\x07\x1e\x23\x7e\x27\ -\xdc\x8e\xd8\x9b\x06\x1a\xf6\x24\x9b\x80\x80\x47\x11\x43\x72\xa1\ -\x50\x22\xbe\x9d\x6b\x25\x70\x46\x56\x0d\x6a\xc2\xee\xc8\x46\x78\ -\x6a\x8d\xf6\xae\xfd\x5b\x1e\x38\x93\xf8\xe6\x8d\xd9\x14\x6c\xdb\ -\xf1\x35\xe2\x36\x78\x0e\x71\x07\x74\x0c\x70\x32\xf0\x59\xe0\x06\ -\x24\xdc\xe5\x25\xc4\xbd\xd2\x4e\xb7\x2d\xb5\x67\xef\xaf\xfd\xed\ -\x67\x6b\xbc\x62\x66\x8c\x8f\x03\x7e\xe2\xa0\x5b\x08\xcd\x8c\xa8\ -\xbf\x0a\x17\x10\x2f\x11\x63\x2b\xf0\xc9\x08\x3a\x8f\x04\x4e\x42\ -\x52\xc2\x7e\x05\xbc\x1d\x41\xf7\x9d\x88\x1b\xea\x3a\xe0\xf4\x9a\ -\x4c\x6b\x5c\x8c\xf8\x48\x63\xf4\x7d\x05\x38\x3f\x82\xce\x2a\x1c\ -\x84\xbc\xc1\x31\x1a\xb8\x0c\x38\xc2\x50\xd7\x32\x32\xd0\xb3\xc9\ -\xc7\xa8\xb9\x1d\x89\x9f\xff\x33\x6c\xb3\xb7\x8f\x22\x9e\x49\xe8\ -\x4d\xe0\x10\x43\x5d\x55\x18\x8d\x1c\x6d\x63\x34\xec\x11\xe4\x44\ -\x6a\x81\x69\xc0\x3f\x23\xd1\x11\x59\x4f\xaa\x56\xf4\x7a\x4d\xa7\ -\xa9\x46\x6d\xdc\x03\x71\xfd\xc4\xd0\x75\x31\x71\x56\xdf\xb6\xb8\ -\xd5\x43\x59\x17\xba\x1d\x9b\x53\xcc\x11\xc8\x6a\xb5\x33\x92\x9e\ -\x16\xd4\x87\xec\xdd\x2c\xd2\xcf\x86\x11\xef\x94\x79\x93\x81\x7e\ -\x2a\x9c\x6f\xa4\x78\x33\xdd\x40\xf8\xe9\x65\x3a\x32\x68\x9d\x94\ -\xa0\x5b\x01\xee\x23\x7c\xa2\x95\x90\x95\x31\x86\x8e\x99\x85\x5f\ -\xef\x45\x9c\x18\xfa\x6b\x02\xf5\xea\x46\x42\xb0\x8b\xbc\x62\xb9\ -\x4c\xb4\xd9\x88\xcd\x2b\x04\x5f\x8d\xa0\xdb\x5a\x32\x8a\x6b\x9b\ -\x1b\x41\xf9\x99\x01\xfa\x94\x90\xf8\xae\x22\xc4\x59\x59\xd1\x46\ -\xe0\x32\xc2\xc2\x8b\x66\x45\xd0\xeb\x47\x01\xfa\x38\xe1\x9c\x08\ -\x4a\x7f\x27\x40\x9f\xf7\x91\x8d\xf7\x20\x2f\x5a\x40\x98\x13\xfa\ -\xfa\x08\x3a\x45\xfb\x54\x8e\x05\x5e\x35\x56\xf6\x76\xfc\xf7\x5c\ -\xa7\x03\xbf\x37\xd6\xa7\x88\xb4\x1e\xf8\xb0\x67\x1f\x95\x90\xe8\ -\x55\x4b\x7d\x56\x13\x29\x4b\xe9\x3a\x63\x45\x1f\xc3\x2f\x6c\x77\ -\x08\xf2\x49\xed\x33\xd6\xa7\xc8\x54\x41\xf6\x97\x3e\xce\xfd\xa1\ -\xc0\x7f\x19\xeb\x33\xcb\x43\x8f\x54\xec\x8f\xad\xb5\x7b\x19\x7e\ -\x76\xae\xb1\x88\xe5\x3d\xef\x01\xcf\x8b\x1e\xc4\xcf\x05\xd5\x8d\ -\x6d\x20\xe3\x36\x60\x3f\x17\xc1\xae\x9f\xa7\x9f\x22\x2e\x21\x0b\ -\xbc\x85\xd4\xb7\x5a\xac\xfc\xbb\x09\xc0\x3c\xe0\x8f\x8d\xf4\x68\ -\x85\x9d\x88\x33\x79\x19\x52\x61\xf0\x65\xa4\x43\x7b\x11\xaf\x05\ -\x88\x5f\x74\x2c\x30\x0a\x49\x1e\x39\x08\x31\x9a\xf6\x10\x3f\xe8\ -\xf1\xd7\xc8\x5e\x78\xbd\xf2\xef\x8e\x02\x9e\x44\x74\xb6\xc0\x5c\ -\x24\x5e\x2d\x18\xd3\xb1\xb5\x29\xf9\xf8\x16\x7b\x90\xc1\x8e\xb1\ -\x2a\x54\x90\x41\xbb\x1e\xd9\xeb\x84\xe4\x36\xee\x06\x9c\x8b\xd8\ -\xa2\x9e\x8d\xa4\x6f\x15\x09\x42\x74\x5a\x41\x9a\x70\x89\xa1\x0e\ -\x15\xe0\x18\x0f\x1d\xde\x83\xf9\x86\x4a\xdd\xe9\x21\xbf\x07\xfb\ -\xc3\x45\x7d\x90\xae\x44\x3e\xff\xb1\x70\x20\x70\x35\x12\x6d\x61\ -\xad\xff\x2b\xf8\x4d\x32\xcb\xb0\xaa\xfb\x3d\xe4\xbf\x0b\x33\x0c\ -\x95\x59\x89\x3e\xe4\x66\x02\xf6\x2b\xd7\x83\x48\xdd\xfc\xac\x71\ -\x3a\xf6\x9b\xed\xa5\xe8\x8d\xb2\xe3\x90\x93\xa0\x95\x0e\x41\x99\ -\x5b\xf3\x8c\x94\xa8\xa0\x0f\x16\x1c\x8b\x7c\xba\x2c\xdf\x36\x93\ -\x25\x3d\x10\xd3\xb1\xeb\xd7\x2a\xf0\x34\xfa\x8d\xff\xd9\x86\xf2\ -\xbd\x57\xb1\xc3\xb1\xdb\x7b\xdd\xa6\x94\x3d\x14\xbb\xd3\xe2\x72\ -\x64\x53\x5c\x34\x9c\x87\x24\x05\x5b\xb4\x71\x3e\xfa\x10\xa0\x39\ -\x46\xb2\x2b\xc0\xa1\x4a\xd9\x80\x24\xae\x5a\x28\xb0\x11\x7d\x0c\ -\xbd\x85\x05\xba\x0f\x89\xb4\x1d\xa1\x94\x9d\x25\x46\x02\xd7\x62\ -\x63\xd3\xfb\x86\x52\xf6\x44\x60\xb3\x81\xdc\x2a\x72\x09\x86\x0a\ -\x13\xb0\xb3\x7b\x7d\x5e\x29\xfb\x6c\xc2\x57\xce\xb5\x48\xec\x7a\ -\xa7\xe0\x54\xc2\xaf\xbe\xe9\x43\xdf\xe6\x2f\x07\xca\xac\xd3\x76\ -\x94\x29\x6f\x97\x1b\x09\x7e\x01\xdd\xd2\xfd\x3e\xc2\x23\x35\x1e\ -\xa1\x38\xd5\x6c\x34\x98\x44\x78\xd0\xe0\x3a\x74\xbe\xcb\x61\xd8\ -\x9d\x70\xbf\xa2\x69\xac\x55\xa4\xea\xc7\x14\x32\xcb\x84\x3b\xae\ -\xe7\x12\xb7\x6a\x4c\x37\x76\x91\xb6\x49\x18\x0e\xdc\x4d\x58\x1f\ -\x3c\x8a\xce\xbf\xfb\x89\x40\x79\x75\x5a\xea\x2a\xf7\x14\x23\x81\ -\xcf\x29\x1b\xfa\x99\x40\x79\x37\x61\x53\x3d\x67\x14\x72\xe2\x9d\ -\x85\xd4\xe9\x5f\x42\x72\x0c\xff\x56\xa4\x72\xe0\xcf\x6a\xcf\x5a\ -\x25\x76\x94\x80\x6f\x25\xc8\xd3\xd0\x25\x0a\x79\x65\xc4\xab\x62\ -\x31\xe6\x27\xb9\x08\xfc\x81\x91\x30\x8d\x6b\x69\x0f\xc2\xe2\xb9\ -\xbe\xaf\x90\x95\x84\x91\x88\xdb\xe3\x01\xa4\xe6\xbc\xaf\x1e\x6f\ -\x23\xc7\xf6\x0b\x09\x3f\x5c\x7c\x27\x40\x8f\x0d\xe8\xec\x63\x17\ -\x06\xc8\x52\x8d\xc3\x50\x6c\xae\xc4\x5b\x81\xce\x27\x17\x32\xa9\ -\xef\x51\xca\x6a\xc4\x1e\x48\x64\xc6\xc6\x00\xf9\x69\x83\x7c\x15\ -\xfe\x9f\xd4\x32\x61\xc1\x9d\x9a\x97\xae\x0b\x9b\xcc\xa4\xf5\xb4\ -\xd9\x73\x9f\x65\x20\xa4\x8a\xee\xe4\x38\x1d\xff\x63\xfa\x23\xf8\ -\xed\xb9\x86\x22\x39\x91\x2e\x89\xb5\xa1\xb4\x05\x39\x34\xf9\x84\ -\xda\x0c\xc7\x7f\xe3\xdf\x87\xce\xb0\x7c\x99\x51\x7b\x53\x0d\xea\ -\x16\xb6\xaf\xad\xe8\xea\x73\xdd\xef\x29\xe7\xf7\x48\x7e\x80\x16\ -\xc7\x23\xfb\xaa\xd8\x13\xab\x99\x16\x23\x17\x7b\x69\x31\x11\xff\ -\x94\xbb\x7b\x14\x72\x76\xc7\x26\x89\xf7\x96\x56\x02\x4a\xd8\x38\ -\x95\x7f\xa8\x68\xd4\x51\xf8\xd9\xbc\xfa\x90\x4d\xb5\x06\x25\xe4\ -\x2d\x0d\xd9\x63\x85\xd2\x3b\xc8\x27\x59\x7b\x18\x39\x15\xbf\x64\ -\x96\x0a\xba\xe4\xe5\xdb\x0d\xda\xf8\x4a\x2b\xe6\x47\x1b\x30\xaf\ -\xa2\xbb\xcb\xf0\x3f\x3c\x65\x7c\x5d\x21\x03\xc4\xde\x13\x52\xcb\ -\x61\x13\x62\xba\x79\xa6\x46\x2f\xd4\xfe\xcd\x97\xdf\x1c\xf4\x9f\ -\x4c\xdf\x88\xe2\x9f\x28\x64\x9c\x14\xd0\xa6\x46\x3a\x3c\x89\xf9\ -\x3f\x18\x30\x5e\x81\xbb\x69\x62\x1a\x7e\x6f\xe5\x72\x74\x27\xb4\ -\xd1\x48\x04\x85\x46\xc6\x4b\xec\x8a\x0f\x4b\x33\xda\x4e\x44\xfc\ -\x9c\xd7\x23\x01\x8a\x1a\x19\xf3\xd1\xc5\xb6\x8f\xc4\xcf\x77\xb9\ -\x13\xf7\x0c\xf2\x12\x36\x95\x7b\x2e\x4f\x62\x6e\xe1\x5c\xbe\xd6\ -\xb1\x21\xe0\x9f\x20\xaa\x71\x5c\x0f\xc3\x7d\x72\xed\x04\xee\x22\ -\x2c\xfc\xe4\x04\x64\x55\x76\x3d\xb4\xcc\x47\xb7\x92\xf9\x26\x3c\ -\x5f\xaf\x90\x61\x91\xb8\x3b\xaf\x99\x69\x17\x36\x27\x2a\xd7\x4d\ -\xec\x10\xfc\x36\xae\x3f\x77\xe4\x0f\xf2\x36\xba\x7e\x16\xe7\x23\ -\x61\xcf\x56\x38\x04\x78\xc8\x51\xf6\x1c\x74\x06\x69\x9f\xdb\x7f\ -\x5f\xc3\xdd\x94\x73\xa2\x07\xff\x66\xda\x44\xd3\x3e\xf3\x8f\x0c\ -\x98\xae\x6b\x66\x9a\x02\xdf\x78\x24\x4d\x6a\xbd\x8b\x3f\xf5\x4d\ -\xe0\x53\x0a\x9e\x5a\x5c\x84\xc4\xf2\xb7\xd3\xe3\x8b\x0a\x9e\xc7\ -\x39\xf0\x4b\x22\xd7\x78\xbc\x2e\x6c\x6c\xa1\xef\x3a\x5c\xfc\xad\ -\x01\x43\x4d\x38\xb4\xcf\x86\xfb\x41\x05\xff\xe3\x91\x7b\x85\xd2\ -\xf8\x2d\xc7\x76\xd5\x6a\x85\x83\x69\x9f\xd1\xb3\x03\x9d\x09\xe3\ -\x91\x36\xfc\x92\x68\xb6\x82\xbf\x45\x71\xbb\xbf\x6e\x64\x68\xe1\ -\x1e\xba\xd8\x51\xf9\x91\x48\x96\x8e\x96\xbf\x6b\x98\xf3\x50\xda\ -\xdb\xb9\x16\xe2\x67\x43\xf3\xc5\x5e\xb4\x2f\x4b\xbe\x18\xf7\xfd\ -\xd8\x19\x6d\x78\x25\xd1\x56\xdc\x8d\xd2\xa1\x7e\xe1\x2a\x70\x73\ -\x23\xc3\xa7\x0d\x18\x1e\xe0\xa8\xfc\x87\x3c\x78\xbf\xe4\xc8\x1b\ -\xe0\xef\xdb\xf0\x7a\x99\x6c\x27\x57\x1d\x13\x68\x1f\x1a\x93\x78\ -\xfa\x6a\x01\x9f\x5c\x85\x53\x1c\x79\x1f\xec\xc1\xbb\x99\x9e\xa8\ -\x33\x2b\x13\x5e\xf1\x6f\xad\x6b\xaf\xe0\x57\xcf\xf5\x4a\x47\xde\ -\x7b\x90\x7e\x58\xe9\x25\x9b\xcf\x62\x2b\x1c\x42\x7a\x5f\x6f\xc1\ -\xdd\x77\x39\x33\x85\x4f\x2b\x9a\xe9\xc8\xbb\x44\x78\x31\x99\x37\ -\x6b\x7c\xd8\x3f\x90\x51\x15\x89\x42\x70\xc5\x93\x4a\xde\x15\xdc\ -\x53\xcb\x66\xb6\xe1\x15\x73\x43\xef\x8a\x4b\x48\xd7\xf1\x2a\x47\ -\x3e\x07\xa2\xf7\x82\x3c\xae\xd0\xd3\xe7\xb4\xda\x4c\xfb\x82\xb8\ -\x5c\x42\x19\xb9\xc6\x83\x8f\xa1\xfd\xe6\xbb\x99\x7e\xed\xc8\x7b\ -\x24\xe9\x51\x11\xf3\x1d\xf9\x64\x81\x34\x9b\xe3\x06\xdc\x0d\xc9\ -\xcf\xa5\xf0\x49\xa2\x1d\xb8\x1b\x77\x2d\xf2\x22\x4e\x29\xe3\x97\ -\xbc\xd9\x0c\xd7\x32\x00\xc7\xa0\x77\x91\x3c\xea\xf8\xdc\x79\xc8\ -\x27\x32\x09\x7d\x88\x1f\xb2\x28\xb8\x0c\xd1\x29\x09\xe3\x91\x42\ -\xc1\x2e\x70\xed\x9b\x3a\x86\x21\x26\x29\x17\x68\x4b\x3b\x24\x61\ -\xff\x32\x92\x39\x1d\x8a\xdf\x3a\x3e\xe7\xb3\xff\x71\xed\xc4\x8b\ -\x52\x7e\xfb\x29\xee\x3a\x66\x81\x17\x80\xff\x4c\xf9\xdd\xf5\x53\ -\xbe\xc0\x43\xb6\xeb\xdd\xdd\x9a\x83\x55\x2b\xf4\x94\x81\x7d\x0c\ -\x18\xad\x76\x7c\x4e\x3b\xc1\xfa\x68\x38\x8d\xa4\x60\x14\xe9\xd1\ -\x15\x21\x45\xee\x62\xe1\xdb\x29\xbf\x9d\x81\x5b\xf8\xf5\xe3\xc8\ -\x3e\x4c\x83\x83\x1d\x9f\x5b\xa9\xe4\x9b\x84\x7d\xcb\x84\xd7\x03\ -\xed\x45\xf6\x3e\x2e\xd0\x4e\xb0\x95\xc8\x69\xa4\x1d\x66\xd0\xba\ -\x32\xf5\x72\xc4\x0c\x53\x34\x3c\x85\x38\xc8\x93\x30\x02\xb7\xa8\ -\x94\xcd\xc0\x1a\xa5\x5c\xd7\x15\x6c\x3d\x12\x1f\x16\x82\xf1\x16\ -\x13\xec\x77\x8a\x67\x5d\xdf\x9e\x3a\x5c\x97\xe9\x93\x53\x7e\xbb\ -\x07\xd9\x70\x16\x11\x69\xbe\xd5\x53\x1c\x79\x68\x3f\x65\xae\x63\ -\x50\x45\x82\x3a\x43\xb0\xa7\xc5\x04\xdb\xa0\x78\x76\xb2\x92\xb7\ -\xeb\xbe\x29\x31\xfe\xa8\x86\x05\x4a\x99\x59\x62\x41\xca\x6f\x87\ -\x39\xf2\xd0\xee\x2d\x35\x63\xe0\xfa\x65\x6a\x85\xf1\x65\xc2\xea\ -\x61\x81\xdc\x63\xe8\x82\x32\xfa\xe2\x67\x16\x7b\xbb\x67\x94\x32\ -\xb3\xc4\xb3\x29\xbf\xb9\x6e\x27\xb4\x7b\xa5\x31\xb8\x47\x6f\x68\ -\x16\x8f\x24\xec\x56\x26\x3c\x51\xb5\xd7\xf1\xb9\xd1\xe8\x0b\xfe\ -\x6e\x69\xff\x08\x50\x33\xe8\x25\x60\x33\x62\x91\x2e\x2a\x7e\x47\ -\xeb\x3d\xa6\xab\xf9\xc8\x65\x8f\xda\x08\xcd\x8b\xbe\x55\xc9\xbb\ -\x19\xc3\xcb\x84\x5f\xdb\xf2\x07\xc7\xe7\x7c\x56\x4a\x97\x06\x76\ -\xd1\xba\xc3\x5e\xf7\x90\x99\x35\x5a\xed\x61\xc7\xe0\x16\xfe\xe4\ -\xfa\x82\x37\xc2\x75\x2c\x76\x78\xf0\x6e\x44\xbf\x98\x60\x69\x4b\ -\x7e\xe8\x1b\x98\x05\x5a\xad\x40\x25\xdc\xea\x7e\xf9\x4c\x30\xd7\ -\xac\x2f\x93\x09\x36\x88\xce\x46\xa1\x6e\xa6\x6d\x46\x19\xf7\x15\ -\xa8\x15\x5c\x57\x40\x9f\x37\xcd\xe5\x0d\xae\x47\x27\x24\x21\xf4\ -\x00\x93\x05\x5a\xad\x26\x55\xdc\x56\x60\x9f\x36\xba\xee\xdb\x42\ -\xf7\xe7\x3b\xfa\xc3\x04\xeb\x43\x02\x18\x93\xa0\x35\x8b\xe4\x81\ -\x56\xb1\x69\x5b\x71\xb3\xd2\xfb\x4c\x30\xd7\xb1\x30\x99\x60\xa1\ -\xdf\x59\xd7\x06\xd6\xb3\x86\x35\x70\x2d\x1a\xbc\xaa\xc5\xbf\x8f\ -\xa3\xd8\xb5\xc2\xf6\xa2\x75\x1b\x57\x39\xf2\xd0\x4e\xb0\x0a\xad\ -\x5f\xc8\x66\x84\xde\x3b\xbe\xa3\x8c\xfe\x98\xdb\x0c\xd7\xf2\x98\ -\x9a\x86\xd5\xd1\xe3\xf8\x5c\x9a\x35\x3b\xf6\xc5\x0d\x21\x48\xab\ -\x1d\xe1\x6a\xa1\xef\x51\xca\x4c\xdb\x52\x34\x23\xd4\x08\xbf\xa5\ -\x4c\xb8\x31\x4d\xa3\x84\xd6\x6c\xe0\x6a\x6c\x5c\x92\xf2\xdb\x9f\ -\x28\x65\x66\x89\x0f\xa5\xfc\x96\xd6\xa6\x46\x68\xfd\xbb\x9a\x31\ -\x08\xf6\xf2\x94\x09\x77\x07\x68\xf6\x39\x5a\xb7\x86\xab\x63\x36\ -\x2d\x52\xf3\xa3\x14\xf7\xa4\x75\x6e\xca\x6f\x0b\x1c\x79\x68\xfd\ -\xbb\xae\x63\x50\x22\x3c\x77\xe1\x0d\x8b\x15\x6c\x0c\xee\x33\x5d\ -\x3b\xc1\x7a\x70\xdb\x87\x3d\x41\xeb\xbd\xe4\x01\x04\x5e\x16\x10\ -\x09\x27\xd2\xfa\x05\x7a\x1b\x89\xb6\x68\x87\xdd\xd0\x87\x5b\xb9\ -\x7e\x7a\x27\x12\x7e\xaf\xd1\x86\x32\x52\x51\x27\x14\xae\x6e\x0d\ -\xed\x04\xeb\xc2\xad\x2c\xe3\x36\x24\x0c\xb9\x15\x34\x89\xad\x59\ -\x21\x2d\xc2\xf6\x21\x64\x92\xb5\xc3\xc9\xe8\x2b\xf5\x2c\x75\x7c\ -\xae\x47\xc9\x37\x09\xaf\x94\x71\x3f\xad\xa4\xc1\xf5\x53\xe6\xda\ -\xb8\x46\x9c\xea\xf8\x5c\x5a\xe2\xef\x05\x48\x46\x4f\x51\x70\x28\ -\xe9\x05\x92\x5d\x93\x98\x7d\xae\xc4\x71\x5d\xc1\x5c\xc7\x34\x0d\ -\xab\xc0\x26\xe9\xc3\xb5\xe8\x89\x4f\xd2\x47\x5a\xc4\x41\x23\x46\ -\x90\x9e\xf2\xfe\x90\x23\x9f\x2c\x90\x76\x67\xd1\x7a\xdc\x93\x3e\ -\x7e\x93\xc2\x27\x34\xe9\xe3\x06\x25\xef\xc4\xa4\x0f\x80\xf7\x1b\ -\x30\xd2\xa4\xad\x3d\xe1\xc1\xdf\xf5\x6d\xba\xaa\x0d\x9f\xb4\xb8\ -\xfd\xac\xf0\x69\xd2\x75\xfc\x27\x47\x3e\x07\xa0\x4f\x5b\x7b\x4c\ -\xa1\xa7\x59\xda\x5a\x89\xf0\xca\x3a\xeb\x71\x3f\xa9\xcd\xf2\xe0\ -\x7f\xb5\x23\xef\x6e\x24\xc4\xa7\x15\x9f\x5e\xf4\xa7\x2e\x4b\x1c\ -\x4a\x7a\xe2\xed\x66\xc4\x38\xec\x82\x99\x29\x7c\x5a\xd1\x4c\x47\ -\xde\x16\x89\xb7\x9b\x69\x98\x13\x4f\x05\x32\xab\x22\x89\xa0\x2e\ -\x38\xcd\x83\xf7\x32\xdc\x27\xf0\xdf\xb5\xe1\xb5\x82\x7c\x4a\x07\ -\x4c\x46\x82\x03\xd3\x74\xfb\x92\x82\x9f\x4f\xe9\x80\xb4\xd0\xf2\ -\x46\x1c\xe2\xc1\xbb\x99\xfe\xbb\x91\xe1\xad\x06\x0c\x2f\x76\x54\ -\x7e\x04\x7e\xc5\x66\x5d\x6b\xb2\x0e\xa5\xfd\xc5\x02\x59\x17\x3f\ -\x99\x0c\x2c\x6a\xa3\xd3\x22\xdc\xaf\xdd\x39\xb5\x0d\xaf\x24\xea\ -\x25\xdb\xe2\x27\xef\x2a\xa3\xfe\x37\x06\x0c\x35\xe5\x9b\x7e\xe4\ -\xc1\x3f\xcd\x0c\xd1\x8c\xe3\x68\x5f\xec\xf7\x65\xb2\x39\x59\x1e\ -\x4a\xfb\xd2\x97\x3b\xd0\xb9\xb4\x7c\x2e\x36\xbd\x43\xc1\xdf\xa2\ -\x7c\xd3\x5f\x35\x32\x3c\xca\x80\xa1\xa6\x00\x9d\x6f\x3d\x7e\x8d\ -\xc1\xf4\x4b\x0e\xfc\x7a\xd1\x5d\xbb\xa2\xc5\xa7\x71\x2b\x2c\xf3\ -\x05\x05\xcf\xe3\x1d\xf8\x25\x91\xeb\x17\xc0\xaa\x00\xdd\x61\xcd\ -\x4c\xd3\x36\xc7\xae\xe4\x5a\x44\xad\x0b\xbf\x12\x9a\x9a\xd3\x6a\ -\x09\xf7\x4b\x37\x7f\x85\xed\x6a\x76\x28\xee\xab\xcc\x1d\xc4\x2f\ -\xa1\xf9\x2a\xd9\x96\xd0\x7c\x83\x84\xc5\x46\x5b\x89\x39\x89\x34\ -\xc5\x66\x7d\xed\x2c\xae\x75\x1b\x40\xf6\x63\xae\x97\xda\xf7\x21\ -\x57\xb7\x68\xca\xb0\x37\xe3\x44\x74\x45\x80\xe7\xa1\xab\xd5\x71\ -\x9e\x23\xdf\x66\xfa\xa6\x42\xc6\xb7\x3d\x65\x34\x52\xe2\x35\xcb\ -\x57\x18\x30\x5e\x43\xfc\x32\xe6\x2b\xd0\xdd\x6a\x36\x1a\xf7\x49\ -\x56\xa7\x65\x48\xb5\xe5\x73\x49\x3f\x0c\x4c\x42\xaa\x5e\x7f\x0b\ -\x7d\x19\xf3\x79\xe8\xca\x98\x8f\xa2\xfd\x29\x34\x89\xb4\x65\xcc\ -\x2d\x2e\x8c\xff\x72\x12\xf3\x23\x0d\x18\x57\x91\xb7\xd8\x15\xbe\ -\x9b\x49\x4d\xb9\x74\x90\x55\x22\xe4\x8e\xea\x2d\x88\x9b\xab\x7e\ -\x11\xc3\x52\xc2\xae\x23\xbe\x83\xec\x2e\x62\xf8\xb1\x42\xc6\xc9\ -\x01\x6d\x6a\xa4\x96\x77\x78\xaf\x31\x60\xfe\x6f\x8a\x06\x1d\x86\ -\xdf\x45\x58\x7d\xb8\x57\x4d\x6e\xc4\xe7\xc8\xff\x2a\x99\x2b\xd0\ -\x87\x0f\x65\x75\x95\xcc\x1d\x06\x6d\x6c\x79\x95\x0c\xd8\xd8\xc3\ -\xb6\xe2\x1e\xea\x0c\x70\x9f\xa7\x9c\xb5\xf8\xc5\xdc\x1f\x87\xdd\ -\x05\x9c\x1a\x5a\x84\x5f\x74\xed\x24\xfc\x2f\xc3\x4a\x2b\x11\xd5\ -\x0c\xab\xcb\xb0\x6e\x6e\x66\xdc\x88\x3f\x35\x10\x50\x45\x77\xec\ -\x3e\x16\xff\xeb\xfc\x16\xe0\x7f\x9d\xdf\xe5\xd8\x9c\x9c\xdb\xd1\ -\x66\xc4\x64\xa2\xb9\xbb\xbc\x8e\x11\x48\x30\xa5\x8f\xdc\x9d\xb8\ -\x17\x9b\x03\xbb\xeb\xfc\x52\xcd\x21\x43\x90\x95\x21\x54\xc8\x4a\ -\x74\x1d\x7a\x73\x80\xac\x7b\xf1\xbf\x90\xb4\x1b\x71\x90\x5b\xd8\ -\x7d\x9a\x69\x3d\xe2\xb8\xd6\xac\xe6\x8d\x28\x13\x76\x7f\xf7\xbf\ -\x28\x64\x75\xd1\xbe\x96\xbf\x0b\xad\xc3\x61\xdc\x6f\x31\x10\x54\ -\x05\x3e\xae\x68\x60\x37\x61\xce\xd5\xd4\x65\xd9\x01\x23\x6a\xfa\ -\xfe\x1c\xd8\x1e\xa0\xc7\x76\xe4\x93\xff\x31\xc2\xaf\x54\xfe\x5e\ -\x80\x1e\x6b\xd1\xdd\xb4\x6b\x75\x31\xfc\x4d\x2e\xc2\x3e\x68\x24\ -\x6c\x11\xba\x68\xcb\xbf\x34\x68\x9c\x45\xa6\xfa\x48\x24\x19\xe3\ -\x1a\xa4\xf4\xe6\x22\x92\xa3\x4d\xb6\xd4\x7e\xbb\xbb\xf6\xec\x69\ -\x84\x4f\x2a\x90\xd5\xe4\x5f\x13\xe4\x69\x48\x13\x96\x54\xc6\xee\ -\x82\x56\x67\x0b\x82\x95\xc0\x0b\x15\x0d\x2d\xe1\x7f\x7d\x70\x9d\ -\xee\x26\x3c\x59\x34\x0d\xe3\x70\x0f\xa7\xf1\xc1\x08\x64\x52\x87\ -\xf4\xc1\xc3\xe8\x4e\xa9\x9f\x0c\x94\x57\xa7\x17\x35\x0d\xfd\x8a\ -\x91\xd0\xa5\xe8\xec\x3d\x53\x08\x8f\x43\x7a\x8c\x7c\xc2\x71\x42\ -\x31\x19\xff\x0d\x7d\x9d\xd6\x02\x7b\x2b\x64\x0e\x43\x6f\x20\x6e\ -\x45\x9a\x50\x23\x26\x10\xb6\x17\x69\x24\x6d\xc2\xc5\x59\xf8\x9f\ -\x2a\xeb\xb4\xae\xc6\xa7\x53\x70\x2a\xfe\xa6\x88\x3a\xf5\x21\x56\ -\x00\x0d\xda\xc5\xce\xb9\xd2\x76\x3c\x72\x28\x2d\x2e\x88\xaf\x22\ -\x8e\xcf\x09\x4a\xd9\xd7\x1a\xc8\xed\xab\xf1\xd1\xb8\x95\xb2\xc6\ -\x28\xc4\x42\x1f\xfa\x42\x55\x91\x2b\x7a\x34\x98\x84\x9d\x99\xe6\ -\x56\xa5\x6c\x40\x32\x86\x2d\x1a\x5e\x45\x77\x95\x1c\xc8\x51\xd7\ -\xc2\xf9\x5e\x45\x7c\x97\xe7\x2b\xe5\x67\x81\xf3\xf0\xf3\x2d\x26\ -\xd1\x3c\xf4\xa6\x1a\x8b\x98\xaf\x2a\xe2\x2d\xf0\x8e\x44\x79\xc0\ -\x48\x89\x2a\x70\xa6\x52\xf6\x18\xe0\x7f\x0d\xe5\xff\x12\x89\xa5\ -\xca\x1b\x1f\xc0\x26\xa1\xa2\x4e\xff\x83\xce\x69\x0e\xe2\xa0\xb7\ -\x92\x7f\x9f\x52\xf6\xbb\x70\x82\xa1\x22\xab\xd1\x9f\xc0\x26\x20\ -\x07\x05\x2b\x1d\xaa\xc8\x29\xcb\xc7\x8f\x19\x82\x12\xb2\xcf\xb2\ -\xb8\x17\xbd\x91\x5e\x44\xbf\xf7\xe9\x46\xfc\x85\x16\xf2\x2b\xc0\ -\x74\xa5\xfc\xf7\x60\x9e\x91\x32\x55\xc4\x8c\xa0\xc5\x7e\xd8\x75\ -\x48\x23\x2d\x43\xb2\x6c\x5c\x43\x59\x7c\x70\x00\x92\x11\x65\x75\ -\x52\x6b\xa4\x57\xf0\xbb\x67\xca\xea\xd3\x58\x25\x70\xf5\xaa\xe3\ -\x58\xf4\xf9\x77\x69\x74\xb1\x87\x0e\xfb\x61\xbf\x92\x35\xd2\x73\ -\xc0\x8d\x48\x30\x63\x88\x9d\x6b\x2c\x12\x43\x76\x23\x92\x14\x6b\ -\xd9\x6f\x8d\xf4\x22\x7e\x93\xcb\x22\x99\xa3\x4e\x15\xe0\xe8\x76\ -\x02\x5d\x0d\x72\x73\xd1\xb9\x7e\xd2\xb0\x0d\xb1\xf8\x2e\x54\xfe\ -\xdd\x9e\xc8\x9e\x50\x73\xb7\xb5\x0f\x2a\xc8\xe7\x7c\x19\x92\x66\ -\xff\x32\x12\x65\xb0\x99\x5d\x95\x01\xc7\x22\x13\x71\x0c\x52\xc3\ -\xe1\xa0\x1a\xed\x8b\x8d\x37\x21\x0d\x4f\x23\x7b\x28\x6d\x55\xa4\ -\x63\x90\xa4\x67\x0b\x6f\x03\xc8\x4a\xf8\x17\x46\xbc\xe8\xc1\xce\ -\x2e\x56\x45\x06\xad\xd5\xd5\x7b\x69\x18\x83\x3e\x3a\xb5\x3f\x91\ -\x36\x0a\xb6\x8e\xf1\xd8\x9d\x58\xab\xc8\x0b\xd7\xea\x6e\x02\x6f\ -\x7c\xdd\x50\xc1\x2a\x62\xb5\xf6\x71\xeb\x74\x21\x7b\x27\x2b\x13\ -\x4a\x27\x50\x05\xf8\x2e\xfa\x28\x58\x10\x6b\xfd\xc3\xc6\xfa\x5c\ -\xed\xa1\x47\x5b\x8c\xc1\x26\xe2\xb5\x91\xee\xc4\xbf\x38\xdc\x69\ -\xc8\x25\x06\x79\x0f\x7e\x6c\x0a\xf1\x4a\x94\xf0\xcb\x41\x4d\xa3\ -\x95\x84\xd7\x0d\x6b\x89\x0f\x1b\x2b\x5b\x45\xde\x4c\x5f\x4c\x41\ -\x2e\x2c\xcd\x7b\x12\xc4\xa2\x87\x09\xab\x94\x6d\x51\x21\xa7\x99\ -\x34\x59\x5d\x5e\xb8\x2b\x82\xd2\x5f\x0d\xd0\xa7\x84\x84\xa7\x58\ -\x04\x4a\x16\x85\x36\x22\xf9\x03\x21\xa5\x3f\xbf\x16\x41\x2f\x4d\ -\xf6\xbe\x37\x26\x12\x1e\xf1\x90\x44\xb3\x02\xf5\x1a\x87\xac\x86\ -\x3e\xc9\x11\x45\xa1\x3e\xc4\xad\x16\x5a\x7c\x37\xc6\xe4\x5a\x8b\ -\xde\xa7\xec\x0d\xdf\x04\xd0\x76\x74\x23\xe1\x05\x7b\x8f\x41\xc2\ -\xa8\x63\xd9\xa0\x62\x50\x05\x49\xd0\xd0\xc4\xd0\x27\xa1\x84\x5c\ -\x1f\x1d\x43\xbf\x73\x02\x75\x53\xe3\xfb\x06\x8a\x27\xd1\x5c\x6c\ -\x6c\x35\x87\x23\xab\xc1\x3b\x91\xf4\xb4\xa0\x3e\x24\x0b\x3a\xad\ -\x5e\xbe\x2b\x86\x21\x9f\xb0\x18\x7a\x7e\xcf\x40\x3f\x35\x46\x01\ -\xcf\x7b\x28\xeb\x42\x0b\xf0\xb3\x93\x25\x61\x2a\xb2\xd9\x7d\x2d\ -\x92\xae\x3e\xf4\x2a\x52\x66\xc1\xca\x4d\xb5\x07\x12\x68\x19\x43\ -\xd7\x85\xe4\x18\xf2\x34\x95\xb0\x0c\xe7\x34\x5a\x8d\x81\x23\xb5\ -\x01\x5d\x48\x40\xde\x9d\xb8\x55\xbc\xb1\xa6\x5e\x64\x45\x3d\x03\ -\xff\x2c\xa8\x24\x1c\x8d\x4d\x46\x50\x12\x6d\xc2\xbd\xb0\x60\x34\ -\x7c\x84\x78\xfb\x9d\x6d\xc4\x29\xaf\x34\x04\xf1\xb1\x5e\x81\x44\ -\x38\xbc\x1d\x41\xf7\x77\x90\x32\x03\xd7\x21\xb9\x82\x56\x2e\x9a\ -\x46\x5c\x8a\xad\x87\xa5\x91\x2a\x64\x60\x92\x70\xc5\x35\xc4\x7d\ -\xfb\xef\x22\x6e\xb2\xc5\x68\xa4\x1e\xff\xa5\xc8\xa7\xeb\x5e\xc4\ -\xb9\xbe\xc9\x41\xb7\x4d\xb5\x67\xef\x45\xaa\xd8\x5c\x0a\xcc\xc0\ -\xcf\xa5\xe3\x8a\x6e\x64\xaf\x1a\xb3\xcf\xaf\x8a\xa8\xbf\x1a\x25\ -\xe2\x6d\x30\xeb\xb4\x1a\x38\x3b\xab\x06\x35\x61\x2c\x62\xf0\x9c\ -\x5a\xa3\xc9\xe4\x77\x17\xe5\x39\xd8\x7b\x54\x9a\x49\x5b\xb3\x2c\ -\x13\x0c\x27\x3c\xed\xcc\x85\xe6\x50\xec\x2b\xfa\x62\x61\x12\xb6\ -\xb1\x5c\xad\xe8\x61\xc2\xaf\xd9\x8e\x86\x71\x48\x6c\x55\xec\x4e\ -\xd8\x84\xd4\xa0\xf2\x71\xfe\x76\x1a\x86\x21\xd9\x3f\x59\xd4\xd1\ -\x78\x16\xff\x52\x07\x99\x61\x02\xf0\x02\xf1\x3b\xa3\x8a\x94\xf2\ -\xfe\x04\xf1\x63\xb0\xf2\x40\x19\x49\x8a\x8d\x11\x0d\x9b\x44\x4b\ -\x08\xf7\x20\x64\x86\x29\xc0\x72\xb2\xe9\x98\x2a\x52\x8e\xe9\x42\ -\x6c\x8f\xff\x79\x61\x08\xf2\xd2\x58\x65\xd7\xbb\xd0\x32\x74\x09\ -\xbb\x85\xc0\xde\x64\xb7\x92\xd5\x69\x05\x52\x86\xa8\xf0\xcb\x7c\ -\x02\x76\x47\x92\x94\x57\x92\x6d\x9f\x2d\xa1\x03\x27\x57\x1d\x13\ -\xc8\x66\x4f\xd6\x4c\x6f\x01\xb7\x21\xa6\x87\xc2\x9d\x86\x1a\x50\ -\x46\xca\x56\xde\x81\xd8\xfc\xb2\xee\xa7\x67\xe9\xa0\xcf\x62\x2b\ -\x8c\x23\xdf\x98\xad\xd5\x48\x41\xdf\x13\x28\xc6\x27\xb4\x0b\xc9\ -\x49\xb8\x91\x38\xd9\x52\xae\xf4\x30\x9d\xb9\xd2\x27\x22\xa6\x23\ -\x56\x43\x1b\x90\xa3\xfe\xa5\x64\x77\x29\x56\x09\xc9\x7c\xfe\x0c\ -\x62\x30\xde\x68\xdc\x26\x1f\xba\x9d\x8c\x4c\x11\x59\x7e\x3e\x4a\ -\x48\x2c\xfd\x95\x19\xcb\x4d\xc3\x7a\xe4\x33\xb1\x08\x39\x28\x2c\ -\x43\xf6\x40\xeb\x3c\xf9\x4d\x42\x12\x64\xa6\x21\xc5\x77\x8f\x44\ -\x5c\x52\x45\xf9\x0c\x55\x91\x78\xfa\x7a\xbc\x58\x74\xe4\x31\xd0\ -\xe7\x23\x7b\x8e\x22\x2f\xcf\xdb\x91\xe8\x8b\x8d\xc8\xaa\xb7\x0d\ -\xf1\x57\x6e\xaf\xfd\x3e\x12\xf1\x2d\x8e\x46\x32\x76\xc6\x23\x27\ -\xe7\x22\x17\x5a\xd9\x0c\x7c\x0a\xf8\x45\xde\x8a\x64\x81\x69\xe4\ -\x53\xe9\x79\xa0\xd2\x42\x0a\x10\x15\x91\x35\x46\x20\x21\xce\x9d\ -\x14\x79\xda\x69\x54\x41\x6a\xee\x46\xcb\x02\xea\x04\x9c\x49\x78\ -\xf1\xb5\x41\x7a\x2f\xad\x43\xca\x18\x0c\x02\x89\xc8\xb4\xaa\x6e\ -\x3d\x48\x12\xca\x93\x59\x82\x46\x27\xe1\x6c\x60\x15\xf9\x0f\x50\ -\xa7\xd2\xab\x48\x00\xe8\x20\x52\x30\x0a\x89\x34\xed\x25\xff\x01\ -\xeb\x14\xda\x86\x44\xce\xe6\x15\xa3\xd6\x91\xd8\x0f\xb9\x7b\x71\ -\xf0\x10\xd0\x9a\x2a\xc8\x6d\x6a\xfb\x78\xf6\xf1\x20\x90\x94\xae\ -\xfb\xc9\x7f\x30\x8b\x44\x15\xa4\xf8\x5b\xdb\xfa\x5c\x83\x70\xc7\ -\xf1\xc8\x44\x1b\xc8\x2b\x5a\x1f\x32\xb1\x62\xd7\x48\x1b\xd0\x38\ -\x10\xb1\x9f\xe5\x11\x7d\x90\x17\xed\x40\x52\xde\x5a\x5e\xf4\x39\ -\x08\x7b\x8c\x43\x0a\x84\x2c\x24\xff\x09\x10\x8b\x96\x22\x07\x9e\ -\x41\x93\x43\xce\x98\x81\x94\x32\x88\x51\x94\x25\x6b\x5a\x8b\x5c\ -\xec\xa5\xb9\x9a\x7a\x10\x19\xa1\x0b\xc9\x9c\xbe\x85\xf8\xa9\x5d\ -\x96\xb4\x1a\xb9\x92\xf0\x74\x8a\x11\xb3\x66\x86\xa2\x84\xcd\xc4\ -\xc2\x61\x48\x75\xc0\xd3\x90\x15\x21\x66\xf2\xae\x06\x9b\x81\x27\ -\x81\x47\x90\x9a\xb3\x4b\xf2\x55\x27\x1e\xfa\xfb\x04\x6b\x44\x19\ -\xd9\x24\xcf\x40\xca\x24\x1d\x81\x54\xe0\xd9\x2d\xb2\xdc\x37\x91\ -\x22\x31\x8b\x91\xf0\xf1\x27\x90\x5c\x85\x4a\x64\xb9\x85\xc0\x40\ -\x9a\x60\xad\xb0\x1f\xf0\xfe\x1a\xf5\x20\xd5\x93\xc7\x37\x50\x37\ -\x92\x7f\x39\x84\x5d\x96\xf2\x5e\xa4\xd0\xdd\x3b\x48\x8e\xe6\xc6\ -\x06\x5a\x83\x04\x2d\xae\x42\x92\x50\xd6\x64\xd2\x8a\x82\xe2\xff\ -\x00\x05\x19\x21\xf8\xb8\xeb\x28\x7e\x00\x00\x00\x00\x49\x45\x4e\ -\x44\xae\x42\x60\x82\ -\x00\x00\x05\x99\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\xc0\x00\x00\x00\xc0\x08\x04\x00\x00\x00\xf8\xd5\xa4\x8c\ -\x00\x00\x00\x04\x67\x41\x4d\x41\x00\x00\xb1\x8f\x0b\xfc\x61\x05\ -\x00\x00\x00\x20\x63\x48\x52\x4d\x00\x00\x7a\x26\x00\x00\x80\x84\ -\x00\x00\xfa\x00\x00\x00\x80\xe8\x00\x00\x75\x30\x00\x00\xea\x60\ -\x00\x00\x3a\x98\x00\x00\x17\x70\x9c\xba\x51\x3c\x00\x00\x00\x02\ -\x62\x4b\x47\x44\x00\xff\x87\x8f\xcc\xbf\x00\x00\x00\x07\x74\x49\ -\x4d\x45\x07\xe2\x0c\x1a\x01\x21\x15\x8d\x8c\xd1\xec\x00\x00\x04\ -\xa1\x49\x44\x41\x54\x78\xda\xed\xdd\x3b\x6e\x53\x51\x14\x85\xe1\ -\x05\x02\x82\x03\x12\xa3\xa0\x41\xa4\x00\x2a\x5a\x24\xc6\x41\xc5\ -\x38\xc8\x10\x22\x14\x81\x78\x88\x39\x20\xaa\xf0\x08\xaf\x02\x24\ -\x5a\x40\x48\x50\x64\x10\xa4\x41\x84\x43\x61\x88\xf2\xb0\x7d\xaf\ -\xef\xdd\xfb\x9c\xfd\x58\xcb\x6d\x84\xb6\xff\x2f\x18\x87\x14\x06\ -\x38\x8e\xe3\x38\x8e\xe3\x38\x8e\xe3\x38\x8e\xe3\x38\x8e\xe3\x38\ -\x8e\xe3\xac\x6e\x0d\x9b\xf8\x8a\x5d\xec\xe2\x33\x36\x70\xa9\xf5\ -\x39\xb9\xb6\x82\x7b\xf8\x83\x72\xe0\xb1\x87\x0d\x9c\x6e\x7d\x56\ -\x96\xad\xe2\xe5\xa1\xf8\xff\x1f\x5b\x98\xb4\x3e\x2d\xc3\x56\xf1\ -\x6a\x66\xfe\x82\x82\xe7\x24\xd0\xde\xa2\xfc\x24\x50\x5f\x57\x7e\ -\x12\xa8\xae\x4f\x7e\x12\xa8\xad\x6f\x7e\x12\xa8\x6c\x99\xfc\x24\ -\x10\xdf\xb2\xf9\x49\x20\xba\x21\xf9\x49\x20\xb6\xa1\xf9\x49\x20\ -\xb2\x31\xf9\x49\x30\x7a\x63\xf3\x93\x60\xd4\x24\xf2\x93\x60\xf0\ -\xa4\xf2\x93\x60\xd0\x24\xf3\x93\x60\xe9\x49\xe7\x27\xc1\x52\xd3\ -\xc8\x4f\x82\xde\xd3\xca\x4f\x82\x5e\xd3\xcc\x4f\x82\xce\x69\xe7\ -\x27\xc1\xc2\xd5\xc8\x4f\x82\xb9\xab\x95\x9f\x04\x33\x57\x33\x3f\ -\x09\x8e\xad\x76\x7e\x12\x1c\x5a\x8b\xfc\x24\xd8\x5f\xab\xfc\x24\ -\x68\x9e\x9f\x04\xcd\xf3\x27\x27\xb0\x90\x3f\x31\x81\x95\xfc\x49\ -\x09\x2c\xe5\x4f\x48\x60\x2d\x7f\x32\x02\x8b\xf9\x13\x11\x58\xcd\ -\x9f\x84\xc0\x72\xfe\x04\x04\xd6\xf3\x07\x27\xf0\x90\x3f\x30\x81\ -\x97\xfc\x41\x09\x3c\xe5\x0f\x48\xe0\x2d\x7f\x30\x02\x8f\xf9\x03\ -\x11\x78\xcd\x1f\x84\xa0\x7d\xfe\xf5\xcc\x04\xed\xf3\x17\x20\x2f\ -\x81\x85\xfc\x05\xc8\x4a\x60\x23\x7f\xf9\x77\x4d\x3a\x02\x2b\xf9\ -\xcb\xfe\x45\xa9\x08\xec\xe4\x2f\x07\xae\x4a\x43\x60\x29\x7f\x39\ -\x74\x59\x0a\x02\x5b\xf9\xcb\x91\xeb\xc2\x13\x58\xcb\x5f\x8e\x5d\ -\x18\x9a\xc0\x5e\xfe\x32\xe3\xca\xb0\x04\x16\xf3\x97\x99\x97\x86\ -\x24\xb0\x99\xbf\xcc\xb9\x36\x1c\x81\xd5\xfc\x65\xee\xc5\xa1\x08\ -\xec\xe6\x2f\x0b\xae\x0e\x43\x60\x39\x7f\x59\x78\x79\x08\x02\xdb\ -\xf9\x4b\xc7\xf5\xee\x09\xac\xe7\xef\x02\x70\x4e\x60\x3f\x7f\x37\ -\x80\x63\x02\x0f\xf9\xfb\x00\x38\x25\xf0\x91\xbf\x1f\x80\x43\x02\ -\xf9\xfc\x9f\x70\x1b\x17\x71\xa6\xf6\x13\xf1\x49\x20\x9d\xff\x27\ -\x6e\x35\x0b\xef\x90\x40\x3e\xff\xf5\xd6\xed\x3d\x11\xc8\xbf\xf8\ -\x58\xf8\xee\x77\x43\xa0\xf1\xda\x6f\x6b\xa6\x09\x34\xde\xf9\xdc\ -\x6e\x5d\xdc\x0f\x81\xce\x1b\xcf\x8b\xad\x7b\x7b\x21\xd0\x7a\xdf\ -\xdf\xee\x8d\xa7\x09\x82\x93\xbd\xf3\x3f\xc3\x0d\x95\xa7\xfa\xab\ -\x46\xcf\xca\xbb\x89\xa7\xb2\x7f\x0b\x34\x7f\xea\xb5\xb8\x71\xdf\ -\xff\xe2\x2f\x44\x2b\x73\x3e\xb7\x2b\x2a\x80\x44\xfe\x82\x82\x2d\ -\xa9\x97\xd7\x4d\xc5\xfc\xf6\x00\xa4\xf2\x17\x14\xdc\x95\x38\xe8\ -\x32\xf6\x12\x01\x48\xe6\x2f\xd8\xc3\xda\xf8\x93\xee\xaa\xe6\xb7\ -\x05\x20\x9b\xbf\xa0\x60\x73\xfc\x51\x5f\xd2\x00\xc8\xe7\x2f\xf8\ -\x36\xfe\xac\xdd\x24\x00\x1a\xf9\x4b\xf7\x9b\xec\x53\xad\x9f\x77\ -\xe7\xc6\x12\x9d\xe8\xf5\x55\xeb\xb8\xd3\xe6\xe9\x75\xff\x20\xb6\ -\xd3\xe6\xb0\xaa\xd3\xcb\xbf\xd3\xf5\x05\xdd\x00\xdb\x95\x63\xd4\ -\x9f\xe6\x77\xbf\x40\xbd\xb5\x23\x9f\x5d\x5d\xfb\xdf\x00\xed\x3f\ -\x5f\xe7\xb5\x7f\xfa\xf8\x83\x2b\x12\x8a\xf7\x03\x03\x68\xe6\x2f\ -\x78\x2c\x91\x1f\x38\x8b\xb7\x41\x01\x74\xf3\x7f\xc0\xaa\x0c\x00\ -\x70\x1e\xef\x03\x02\xe8\xe6\xff\x88\x0b\x52\xf9\x75\x09\x5a\x01\ -\xb8\xca\xaf\x49\xd0\x06\xc0\x5d\x7e\x3d\x82\x16\x00\x2e\xf3\x6b\ -\x11\xd4\x07\x70\x9b\x7f\x4a\xf0\xce\x39\x80\xeb\xfc\x1a\x04\x75\ -\x01\xdc\xe7\x97\x27\xa8\x09\x10\x22\xbf\x34\x41\x3d\x80\x30\xf9\ -\x65\x09\x6a\x01\x84\xca\x2f\x49\x50\x07\x20\x5c\x7e\x39\x82\x1a\ -\x00\x21\xf3\x03\xc0\x39\x01\x02\x7d\x80\xb0\xf9\x65\x08\xb4\x01\ -\x42\xe7\x97\x20\xd0\x06\x08\x9e\x7f\x3c\x81\x5f\x00\x23\xf9\xc7\ -\x12\x78\x05\x30\x94\x7f\x4a\x30\xf4\xb7\x66\x3e\x01\x8c\xe5\x1f\ -\x47\xe0\xef\x61\x30\x7f\x26\x02\xa3\xf9\xb3\x10\x18\xce\x9f\x81\ -\xc0\x78\xfe\xe8\x04\x0e\xf2\x4f\x09\xde\x34\x4f\x95\x38\x7f\x54\ -\x02\x47\xf9\x23\x12\x38\xcb\x1f\x8d\xc0\x61\xfe\x48\x04\x4e\xf3\ -\x47\x21\x70\x9c\x3f\x02\x81\xf3\xfc\x00\xb0\xea\x98\x20\x40\x7e\ -\xcf\x04\x41\xf2\x7b\x25\x08\x94\xdf\x23\x41\xb0\xfc\xde\x08\x02\ -\xe6\x9f\x12\xbc\x6e\x9e\x36\x71\x7e\x2f\x04\x81\xf3\x7b\x20\x08\ -\x9e\xdf\x3a\x41\x82\xfc\x96\x09\x92\xe4\xb7\x4a\x90\x28\xff\x94\ -\x60\xbb\x79\xf2\xc4\xf9\xad\x11\x24\xcc\x6f\x89\x20\x69\x7e\x2b\ -\x04\x89\xf3\x5b\x20\x48\x9e\xbf\x35\x01\xf3\x03\x68\xf7\x79\x4c\ -\xcc\xbf\xbf\x16\x04\xcc\x7f\x68\xb5\x09\x98\xff\xd8\x6a\x12\x30\ -\xff\xcc\xd5\x22\x60\xfe\xb9\xab\x41\xc0\xfc\x0b\x37\x51\x26\x60\ -\xfe\xce\x69\x12\x30\x7f\xaf\x69\x11\x30\x7f\xef\x69\x10\x30\xff\ -\x52\x93\x26\x60\xfe\xa5\x27\x49\xc0\xfc\x83\x36\x11\xfa\xf8\x2c\ -\xe6\x1f\x3c\x09\x02\xe6\x1f\xb5\xb1\x04\xcc\x3f\x7a\x63\x08\x98\ -\x5f\x64\x43\x09\x98\x5f\x6c\x43\x08\x98\x5f\x74\x13\xbc\x60\xfe\ -\xb6\x5b\x86\x80\xf9\x55\xd6\x97\x80\xf9\xd5\xd6\x87\x80\xf9\x55\ -\xd7\x45\xc0\xfc\xea\x5b\x44\xc0\xfc\x55\x36\xef\xbf\xe9\x3e\x30\ -\x7f\xad\x4d\xf0\xe8\xd8\x07\x2c\x3e\x91\xfb\xd8\x34\xae\xcf\xae\ -\xe2\x01\xbe\xe3\x37\x7e\xe3\x07\x1e\xe2\x5a\xeb\x73\x38\x8e\xe3\ -\x38\x8e\xe3\x38\x8e\xe3\x38\x8e\xe3\x38\x8e\xe3\x38\x8e\xe3\xe6\ -\xed\x2f\x37\x80\x97\xe0\xf3\x26\xf1\x12\x00\x00\x00\x25\x74\x45\ -\x58\x74\x64\x61\x74\x65\x3a\x63\x72\x65\x61\x74\x65\x00\x32\x30\ -\x31\x38\x2d\x31\x32\x2d\x32\x36\x54\x30\x31\x3a\x33\x33\x3a\x33\ -\x39\x2b\x30\x33\x3a\x30\x30\xf3\xa5\x54\x02\x00\x00\x00\x25\x74\ -\x45\x58\x74\x64\x61\x74\x65\x3a\x6d\x6f\x64\x69\x66\x79\x00\x32\ -\x30\x31\x38\x2d\x31\x32\x2d\x32\x36\x54\x30\x31\x3a\x33\x33\x3a\ -\x32\x31\x2b\x30\x33\x3a\x30\x30\x7d\xbd\xa2\x47\x00\x00\x00\x00\ -\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x9f\x04\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x06\x40\x00\x00\x06\x40\x08\x06\x00\x00\x00\x21\x0c\x8e\xa7\ -\x00\x00\x00\x01\x73\x52\x47\x42\x00\xae\xce\x1c\xe9\x00\x00\x00\ -\x04\x67\x41\x4d\x41\x00\x00\xb1\x8f\x0b\xfc\x61\x05\x00\x00\x00\ -\x09\x70\x48\x59\x73\x00\x00\x0e\xc3\x00\x00\x0e\xc3\x01\xc7\x6f\ -\xa8\x64\x00\x00\x9e\x99\x49\x44\x41\x54\x78\x5e\xec\xdd\x79\xfc\ -\xef\xf5\x9c\xff\xff\xce\x39\x75\x52\x4a\x45\x45\x22\xa2\x21\x4b\ -\x94\x6c\x91\x7d\x5f\x6a\xec\x91\xb1\x66\x22\x61\xec\x34\x59\xb3\ -\x0f\x06\x45\xc3\xc8\x30\xc2\x8c\x9d\xec\xdb\xd8\x29\x13\x51\x1a\ -\x4b\xa4\x45\xab\x52\xb4\xd7\xe9\xfc\x7e\xf7\xe7\xd7\x98\xa2\xc7\ -\xa9\x73\x3e\x9f\xf7\xf2\x5a\xae\xb7\xcb\xe5\xfa\xc7\xcc\x65\x8c\ -\xfa\xbc\x1e\xaf\xe5\xfd\x7e\xbd\x5f\xcf\xd7\x5a\x92\x24\x49\x92\ -\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ -\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ -\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ -\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ -\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ -\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ -\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ -\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ -\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ -\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ -\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ -\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ -\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ -\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ -\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ -\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ -\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ -\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ -\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ -\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ -\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ -\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ -\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ -\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ -\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ -\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ -\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ -\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ -\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ -\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ -\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ -\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ -\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ -\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ -\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ -\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ -\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ -\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ -\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ -\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ -\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ -\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\xa4\x51\xb6\ -\x24\x36\x89\x1b\xc5\x4d\x62\xc7\xd8\x39\xee\x1d\x0f\x8d\x47\xc6\ -\x9e\xf1\xf4\x78\x51\xbc\x22\x5e\x1f\xef\x88\x77\xc5\x47\xe2\x13\ -\xf1\x95\xf8\x76\x1c\x7e\x39\xbf\x2e\x9c\x1a\xbf\xff\x2b\xe7\xc4\ -\xff\xb7\x9a\xce\x8a\xbf\xfe\xcf\xff\x36\xfe\xfa\xbf\xe7\x17\x71\ -\xf9\x7f\x96\xaf\x47\xfb\x67\x6c\xff\xbc\x1f\x8a\xf6\xcf\xfe\xd6\ -\x68\xff\x2e\xfb\x46\xfb\x77\x6b\xff\x9e\x4f\x8e\xf6\xef\xfc\xe0\ -\x68\x7f\x83\x3b\x44\xfb\x9b\xb4\xbf\xcf\x56\xb1\x61\x48\x92\x24\ -\x49\x92\x24\x49\x92\xa4\x19\xb4\x51\xdc\x20\x6e\x1d\x77\x8b\xbf\ -\x8d\x27\xc4\x3f\xc4\xcb\xe3\x2d\xf1\xde\xf8\x64\x7c\x23\x7e\x1c\ -\xc7\xc5\xd9\x51\xdd\x64\xe0\xca\xad\x88\x33\xe2\x57\xd1\x6e\xae\ -\xb4\x1b\x2b\x1f\x8d\x77\xc7\x1b\xa3\xdd\x50\xd9\x3b\x1e\x1b\x0f\ -\x8a\x3b\xc7\x2d\x62\xcb\x58\x3f\x24\x49\x92\x24\x49\x92\x24\x49\ -\x1a\x65\xeb\x45\x7b\xda\xe0\x8e\xb1\x4b\xb4\xa7\x12\x5e\x12\x6f\ -\x8b\xf6\xf4\x42\xbb\x89\x71\x74\x9c\x1e\x2b\xa3\xfa\x92\x9e\xee\ -\xba\x28\x4e\x8e\x76\x23\xea\x0b\xf1\xfe\x78\x53\x3c\x2f\x1e\x1f\ -\xf7\x8f\x76\x33\xeb\xba\xb1\x76\x48\x92\x24\x49\x92\x24\x49\x92\ -\xd4\xe9\xae\x13\xb7\x8d\xf6\x84\x46\x7b\x42\xa0\x2d\x27\xd5\x96\ -\x92\x6a\x4f\x66\x7c\x27\xda\xb2\x4d\x6b\xb2\x1c\x14\xe3\xd0\x6e\ -\x74\xb5\x1b\x5e\x6d\x19\xaf\x76\x03\xac\xdd\x08\x6b\x4f\x99\xb4\ -\x1b\x63\xed\x09\x93\x5b\xc6\xc6\x21\x49\x92\x24\x49\x92\x24\x49\ -\xd2\xc4\x6b\x5f\x40\xb7\x2f\xa2\xdb\x17\xd2\x7b\xc5\x6b\xa2\xfd\ -\xb2\xbf\x3d\xad\xd1\x96\x4a\xba\x30\xaa\x2f\xb7\x61\x52\xda\xcd\ -\xb3\x76\xa3\xa4\x3d\x55\xf2\xaf\xf1\xb2\x68\x4b\xa1\xdd\x2b\x6e\ -\x1a\xed\xc9\x22\x49\x92\x24\x49\x92\x24\x49\x92\xfe\xaf\xa5\xd1\ -\xde\xb1\xd1\xbe\x48\x7e\x52\xb4\xf7\x6a\x1c\x14\x5f\x8c\xf6\x85\ -\xb3\xa7\x36\xe8\x8b\xdf\xc5\x11\xf1\xe9\xd8\x3f\x5e\x18\xbb\xc7\ -\x4e\xb1\x79\x48\x92\x24\x49\x92\x24\x49\x92\x06\xd6\x3a\xb1\x4d\ -\xdc\x2f\xda\xf2\x54\xed\xc5\xe1\x9f\x8d\x9f\x85\xa7\x37\x18\x8b\ -\x3f\xc4\x0f\xe3\xc3\xd1\x9e\x62\xda\x23\xda\x8b\xf5\xdb\x0b\xdc\ -\x25\x49\x92\x24\x49\x92\x24\x49\x1d\x6d\xdd\xb8\x59\xec\x1a\xcf\ -\x8e\xb7\x47\x7b\x8a\xa3\x2d\x51\x75\x49\x54\x5f\x08\x03\x7f\x72\ -\x5e\xfc\x24\xda\x3b\x6b\xde\x18\x4f\x8d\xf6\x54\x54\x7b\x3a\xaa\ -\x3d\x25\x25\x49\x92\x24\x49\x92\x24\x49\x9a\x72\x9b\xc4\xce\xb1\ -\x67\xbc\x35\xbe\x12\xc7\xc5\xa5\x51\x7d\xb1\x0b\x2c\xce\x45\xf1\ -\xf3\xf8\x44\xbc\x36\xda\xb2\x5a\x3b\x84\xf7\x8e\x48\x92\x24\x49\ -\x92\x24\x49\xd2\x02\xba\x56\xdc\x25\x9e\x16\xed\x7d\x06\xed\x46\ -\xc7\x29\x51\x7d\x41\x0b\xcc\xde\x8a\x38\x26\xda\x3b\x47\x5e\x17\ -\x7f\x17\x3b\x86\x1b\x23\x92\x24\x49\x92\x24\x49\x92\x94\xda\x8d\ -\x8e\xbb\x47\xbb\xd1\xd1\x96\xad\xfa\x5a\x9c\x1a\xd5\x17\xae\x40\ -\xf7\xb5\xa7\xb1\x7e\x1d\x87\xc4\xeb\xe3\xf1\xd1\x6e\x8c\x5c\x3d\ -\x24\x49\x92\x24\x49\x92\x24\x69\x70\xb5\xf7\x08\x6c\x1b\x8f\x89\ -\x37\xc4\x97\xe3\xf4\xa8\xbe\x40\x05\x86\x67\x65\xb4\x1b\x23\x6d\ -\x29\xad\x97\xc6\x83\xc2\x0b\xd8\x25\x49\x92\x24\x49\x92\x24\xf5\ -\xaa\xe5\x71\x9b\xd8\x23\xde\x11\xdf\x8d\x73\xa2\xfa\x52\x14\x18\ -\xb7\x76\x23\xf4\x8b\xd1\x96\xd1\x7a\x54\xdc\x24\xbc\x78\x5d\x92\ -\x24\x49\x92\x24\x49\xd2\xdc\xbb\x46\xb4\x77\x75\x3c\x33\xde\x13\ -\x3f\x8e\x8b\xa3\xfa\xa2\x13\x60\x75\xfc\x21\xbe\x15\xed\xfd\x3f\ -\x4f\x8e\x5b\xc7\x3a\x21\x49\x92\x24\x49\x92\x24\x49\x53\xa9\xad\ -\xe1\xdf\xde\xd7\xf1\xc2\xf8\x70\xfc\x22\xda\x7a\xff\xd5\x17\x98\ -\x00\x93\x74\x51\xfc\x30\xda\x8d\xd6\xbd\x62\x87\x58\x3b\x24\x49\ -\x92\x24\x49\x92\x24\x69\x8d\x6a\x4b\xd0\xdc\x2c\x9e\x14\xef\x8a\ -\xf6\x64\xc7\x8a\xa8\xbe\x98\x04\x98\x87\xf3\xa2\x3d\x29\xf2\xc6\ -\x78\x58\x78\xa7\x88\x24\x49\x92\x24\x49\x92\xa4\x2b\xb4\x69\xb4\ -\x97\x12\xef\x17\xed\x05\xe5\x67\x47\xf5\x85\x23\x40\x97\xfd\x36\ -\x3e\x16\xcf\x8b\xb6\x3c\xdf\xfa\x21\x49\x92\x24\x49\x92\x24\x69\ -\x24\xb5\xb5\xf4\x6f\x1f\xed\xbd\x1d\x07\xc7\x31\x51\x7d\x91\x08\ -\xd0\x77\x97\x44\x5b\x3a\xeb\x1d\xf1\xf8\x68\x2f\x59\x5f\x12\x92\ -\x24\x49\x92\x24\x49\x92\x06\xd0\x46\xd1\x9e\xee\x78\x43\x7c\x37\ -\x2e\x88\xea\x8b\x42\x80\x31\x38\x33\x3e\x1f\xfb\xc4\x9d\x63\x79\ -\x48\x92\x24\x49\x92\x24\x49\xea\x41\x6d\x39\xab\x87\xc4\x5b\xe2\ -\x47\xe1\xdd\x1d\x00\xab\xd6\xde\x25\xf2\xb5\x78\x79\xdc\x23\xd6\ -\x0b\x49\x92\x24\x49\x92\x24\x49\x1d\x68\x8b\xd8\x2d\xde\x1e\x3f\ -\x8d\x95\x51\x7d\xc9\x07\xc0\x55\xbb\x30\xbe\x1d\xaf\x89\xfb\xc5\ -\x06\x21\x49\x92\x24\x49\x92\x24\x69\x06\xdd\x20\x1e\x17\xef\x8e\ -\x5f\x44\xf5\x05\x1e\x00\x93\xd1\xde\x23\x72\x58\xbc\x31\x76\x89\ -\x8d\x43\x92\x24\x49\x92\x24\x49\xd2\x04\xda\x32\x9e\x18\xff\x1e\ -\xbf\x89\xea\x0b\x3a\x00\x66\xe3\xd2\x38\x22\xde\x16\xbb\xc6\x86\ -\x21\x49\x92\x24\x49\x92\x24\x69\x35\x6a\xcb\xad\x3c\x30\xde\x1a\ -\x47\x47\xf5\x05\x1c\x00\xdd\xd0\x9e\x10\x69\x4b\x66\xbd\x2c\x76\ -\x8a\x65\x21\x49\x92\x24\x49\x92\x24\x29\xb5\x2f\xcb\x6e\x1f\xfb\ -\xc6\x37\xe2\xa2\xa8\xbe\x64\x03\xa0\xfb\xce\x8e\x4f\xc4\x5e\xb1\ -\x4d\x48\x92\x24\x49\x92\x24\x49\xa3\x6a\xeb\xd8\x33\x3e\x1a\x67\ -\x46\xf5\x25\x1a\x00\xfd\xd7\x96\x2e\x7c\x57\x3c\x22\xae\x19\x92\ -\x24\x49\x92\x24\x49\xd2\xa0\xda\x28\x1e\x16\xff\x12\xc7\x44\xf5\ -\x25\x19\x00\xc3\xb6\x22\x7e\x10\xaf\x8e\xbb\xc5\xf2\x90\x24\x49\ -\x92\x24\x49\x92\x7a\xd7\x2d\xe3\xc5\xf1\x9d\x68\x5f\x7a\x55\x5f\ -\x86\x01\x30\x5e\xe7\xc4\xa7\xe2\x29\xb1\x45\x48\x92\x24\x49\x92\ -\x24\x49\x9d\xec\x6a\x71\xdf\x38\x20\xda\x92\x27\xd5\x97\x5d\x00\ -\x50\x59\x19\xff\x1d\x2f\x8f\x1d\x63\x49\x48\x92\x24\x49\x92\x24\ -\x49\x73\xeb\x3a\xb1\x47\xb4\x17\xde\xb6\x5f\xf2\x56\x5f\x6a\x01\ -\xc0\x9a\x3a\x39\xde\x1d\x7f\x1b\xeb\x87\x24\x49\x92\x24\x49\x92\ -\x34\xd5\xda\x2f\x72\x77\x88\x97\x46\x5b\xc7\xfd\xd2\xa8\xbe\xb8\ -\x02\x80\x49\xb9\x20\x3e\x1f\x7b\xc5\x0d\x42\x92\x24\x49\x92\x24\ -\x49\x9a\x48\xed\x97\xb7\xbb\xc4\xbb\xe2\xb7\x51\x7d\x39\x05\x00\ -\xb3\xf2\x93\x78\x6d\xec\x14\x4b\x43\x92\x24\x49\x92\x24\x49\x5a\ -\xed\x36\x89\x27\xc4\xa7\xe3\xfc\xa8\xbe\x80\x02\x80\x79\x3b\x3d\ -\xda\x52\x59\x0f\x88\xe5\x21\x49\x92\x24\x49\x92\x24\x5d\xa1\x4d\ -\x63\xcf\xf8\x52\x5c\x1c\xd5\x17\x4d\x00\xd0\x55\x67\xc5\xc1\xf1\ -\x90\x58\x2f\x24\x49\x92\x24\x49\x92\x34\xe2\xae\x1b\x7b\xc7\xd7\ -\x62\x45\x54\x5f\x28\x01\x40\xdf\x9c\x1b\x1f\x89\x47\xc6\xd5\x43\ -\x92\x24\x49\x92\x24\x49\x23\xe8\x86\xf1\xdc\xf8\x6e\x78\x89\x39\ -\x00\x43\xd7\x96\x72\xfc\x64\xfc\x5d\x6c\x1c\x92\x24\x49\x92\x24\ -\x49\x1a\x50\x37\x8d\x7d\xe2\xf0\xa8\xbe\x1c\x02\x80\x31\xb8\x28\ -\x3e\x1f\x4f\x89\xb6\xf4\xa3\x24\x49\x92\x24\x49\x92\x7a\xd8\xb6\ -\xf1\x8a\x38\x2a\xaa\x2f\x81\x00\x60\xcc\xda\xd2\x8f\x6d\x09\xc8\ -\xa7\xc7\x66\x21\x49\x92\x24\x49\x92\xa4\x0e\xb7\x65\x3c\x2f\x7e\ -\x14\xd5\x97\x3d\x00\xc0\x15\x5d\x1c\x9f\x8b\xb6\x4c\xd6\x06\x21\ -\x49\x92\x24\x49\x92\xa4\x0e\x74\xcd\x68\x4b\x79\x7c\x3d\xbc\xd3\ -\x03\x00\x16\xe7\xbc\xf8\x8f\xd8\x25\xd6\x09\x49\x92\x24\x49\x92\ -\x24\xcd\xb0\xf5\x62\xb7\xf8\x54\x5c\x18\xd5\x17\x38\x00\xc0\xe2\ -\x9c\x19\xef\x8c\xbb\xc5\xd2\x90\x24\x49\x92\x24\x49\xd2\x14\x5a\ -\x16\xf7\x8f\x7f\x8f\x3f\x46\xf5\x45\x0d\x00\x30\x1d\x27\xc4\x3f\ -\xc5\xf6\x21\x49\x92\x24\x49\x92\xa4\x45\xb6\x24\x76\x8a\xfd\xe3\ -\xb4\xa8\xbe\x90\x01\x00\x66\xeb\xe8\x78\x49\xdc\x28\x24\x49\x92\ -\x24\x49\x92\xb4\x06\xdd\x38\xf6\x8b\x5f\x47\xf5\xc5\x0b\x00\x30\ -\x7f\x2b\xe3\xfb\xf1\x8c\x68\xef\xe4\x92\x24\x49\x92\x24\x49\x52\ -\xd1\x06\xf1\xc4\xf8\x66\xb4\x2f\x54\xaa\x2f\x5a\x00\x80\x6e\x3a\ -\x3f\x3e\x10\xf7\x0e\xef\x0b\x91\x24\x49\x92\x24\x49\x4a\x6d\x89\ -\xab\xf7\xc4\x39\x51\x7d\xa1\x02\x00\xf4\xcb\xf1\xd1\x9e\xe4\x6c\ -\x4f\x74\x4a\x92\x24\x49\x92\x24\x8d\xaa\xeb\xc6\x8b\xe2\x67\x51\ -\x7d\x71\x02\x00\xf4\x5f\x7b\xa2\xb3\x3d\xd9\xd9\x9e\xf0\x6c\x4f\ -\x7a\x4a\x92\x24\x49\x92\x24\x0d\xb2\x75\xe3\x91\xf1\xb9\x58\x11\ -\xd5\x17\x25\x00\xc0\x30\xb5\x27\x3d\xdf\x1b\x77\x0a\x49\x92\x24\ -\x49\x92\xa4\x41\xb4\x63\x1c\x10\x67\x46\xf5\x85\x08\x00\x30\x2e\ -\xed\x09\xd0\xf6\x24\x68\x7b\x22\x54\x92\x24\x49\x92\x24\xa9\x57\ -\x6d\x1c\xcf\x88\x9f\x44\xf5\xc5\x07\x00\x40\x7b\x22\xb4\x3d\x19\ -\xfa\xf0\x58\x27\x24\x49\x92\x24\x49\x92\x3a\xdb\xed\xa2\xbd\xd0\ -\xfc\xfc\xa8\xbe\xe8\x00\x00\xa8\x9c\x1c\xed\xc5\xe9\xd7\x0f\x49\ -\x92\x24\x49\x92\xa4\x4e\x74\xf5\xd8\x23\x0e\x8f\xea\x0b\x0d\x00\ -\x80\xd5\xd5\x9e\x0a\xf9\x74\xdc\x3f\x96\x86\x24\x49\x92\x24\x49\ -\xd2\xcc\xbb\x79\xbc\x2d\xce\x8e\xea\x0b\x0c\x00\x80\xc5\xf8\x75\ -\xb4\x77\x85\x6c\x16\x92\x24\x49\x92\x24\x49\x53\x6d\x79\x3c\x3a\ -\xbe\x1e\xd5\x17\x15\x00\x00\x93\x76\x61\x7c\x28\xee\x12\x92\x24\ -\x49\x92\x24\x49\x13\xed\x86\xf1\xda\x38\x35\xaa\x2f\x26\x00\x00\ -\x66\xe1\xa7\xb1\x77\x6c\x14\x92\x24\x49\x92\x24\x49\x0b\xaa\xad\ -\xbb\xfd\xe0\xf8\x6c\x5c\x1a\xd5\x97\x10\x00\x00\xf3\x70\x4e\xbc\ -\x3b\x76\x08\x49\x92\x24\x49\x92\xa4\xd5\x6a\xe3\x78\x61\x1c\x17\ -\xd5\x17\x0e\x00\x00\x5d\x72\x68\x3c\x26\xd6\x09\x49\x92\x24\x49\ -\x92\xa4\x2b\x74\xd3\x78\x47\x9c\x1b\xd5\x97\x0b\x00\x00\x5d\xf6\ -\xdb\xd8\x27\xae\x15\x92\x24\x49\x92\x24\x69\xe4\x2d\x89\xfb\xc6\ -\xe7\x63\x65\x54\x5f\x26\x00\x00\xf4\xc9\x79\xf1\xae\xb8\x45\x48\ -\x92\x24\x49\x92\xa4\x91\xb5\x7e\xec\x19\xed\x45\xa2\xd5\x17\x07\ -\x00\x00\x7d\xd7\x7e\xdc\xf1\xe5\x78\x40\xb4\x1f\x7d\x48\x92\x24\ -\x49\x92\xa4\x01\xb7\x65\xbc\x2e\xce\x88\xea\x8b\x02\x00\x80\x21\ -\xfa\x79\x3c\x3d\xae\x1e\x92\x24\x49\x92\x24\x69\x40\xdd\x21\x3e\ -\x14\x17\x47\xf5\xa5\x00\x00\xc0\x18\xfc\x3e\xde\x10\x5b\x85\x24\ -\x49\x92\x24\x49\xea\x69\x6b\xc7\x6e\xf1\xfd\xa8\xbe\x00\x00\x00\ -\x18\xab\x4b\xe2\x23\xb1\x53\x48\x92\x24\x49\x92\xa4\x9e\xb4\x41\ -\x3c\x27\x4e\x88\xea\x03\x3f\x00\x00\x97\x39\x2c\x1e\x16\x4b\x43\ -\x92\x24\x49\x92\x24\x75\xb0\xcd\x62\xbf\x38\x33\xaa\x0f\xf7\x00\ -\x00\xac\x5a\x7b\x4f\xc8\x1e\xb1\x3c\x24\x49\x92\x24\x49\x52\x07\ -\xba\x61\x1c\x10\xe7\x45\xf5\x61\x1e\x00\x80\xd5\x77\x52\x3c\x3f\ -\x36\x0c\x49\x92\x24\x49\x92\x34\x87\x6e\x15\x1f\x88\xb6\x86\x75\ -\xf5\xe1\x1d\x00\x80\x85\x3b\x2b\x5e\x13\x9b\x87\x24\x49\x92\x24\ -\x49\x9a\x41\x77\x8d\xcf\xc5\xca\xa8\x3e\xac\x03\x00\x30\x39\x17\ -\xc4\x81\x71\xa3\x90\x24\x49\x92\x24\x49\x13\x6e\x49\xec\x1a\xdf\ -\x8b\xea\x83\x39\x00\x00\xd3\xb5\x22\xfe\x23\xb6\x0f\x49\x92\x24\ -\x49\x92\xb4\xc8\xd6\x89\x27\xc4\xd1\x51\x7d\x10\x07\x00\x60\xf6\ -\xbe\x18\x77\x0f\x49\x92\x24\x49\x92\xb4\x86\xad\x17\xff\x10\x27\ -\x44\xf5\xa1\x1b\x00\x80\xf9\x3b\x34\xfe\x36\xda\xd3\xba\x92\x24\ -\x49\x92\x24\xe9\x4a\x5a\x3f\x9e\x13\xa7\x46\xf5\x21\x1b\x00\x80\ -\xee\x39\x22\x1e\x1a\x6e\x84\x48\x92\x24\x49\x92\xf4\x57\x5d\x3d\ -\x9e\x17\x6e\x7c\x00\x00\xf4\xd7\x8f\xe3\x61\xe1\x46\x88\x24\x49\ -\x92\x24\x69\xf4\xb5\x1b\x1f\x2f\x88\xd3\xa2\xfa\x10\x0d\x00\x40\ -\xff\x1c\x19\x8f\x88\xa5\x21\x49\x92\x24\x49\xd2\xa8\xda\x20\x5e\ -\x18\xa7\x47\xf5\xa1\x19\x00\x80\xfe\x6b\x37\x42\x1e\x15\x6e\x84\ -\x48\x92\x24\x49\x92\x06\x5f\xbb\xf1\xb1\x4f\xfc\x2e\xaa\x0f\xc9\ -\x00\x00\x0c\xcf\x4f\x63\xb7\x70\x23\x44\x92\x24\x49\x92\x34\xb8\ -\x36\x8c\x7f\x8c\x33\xa2\xfa\x50\x0c\x00\xc0\xf0\x1d\x1d\x8f\x09\ -\x37\x42\x24\x49\x92\x24\x49\xbd\xef\x1a\xb1\x6f\x9c\x19\xd5\x87\ -\x60\x00\x00\xc6\xe7\x67\xb1\x7b\xb8\x11\x22\x49\x92\x24\x49\xea\ -\x5d\xed\xe5\xe6\x6d\xa9\x2b\x37\x3e\x00\x00\x58\x95\x9f\x47\x7b\ -\x47\xc8\x92\x90\x24\x49\x92\x24\xa9\xd3\x2d\x8f\xbd\xe3\xe4\xa8\ -\x3e\xe4\x02\x00\xc0\x5f\xfb\x61\xdc\x3f\x24\x49\x92\x24\x49\xea\ -\x5c\x6d\xf9\x82\xc7\xc5\xb1\x51\x7d\xa8\x05\x00\x80\xab\xf2\xcd\ -\xb8\x53\x48\x92\x24\x49\x92\xd4\x89\x76\x8d\xa3\xa2\xfa\x10\x0b\ -\x00\x00\x6b\xea\x90\xb8\x55\x48\x92\x24\x49\x92\x34\x97\xee\x11\ -\xdf\x8b\xea\x43\x2b\x00\x00\x2c\xc6\xa5\xf1\x81\xb8\x71\x48\x92\ -\x24\x49\x92\x34\x93\x76\x8c\x2f\x45\xf5\x41\x15\x00\x00\x26\xe9\ -\xa2\xf8\x97\xd8\x22\x24\x49\x92\x24\x49\x9a\x4a\xdb\xc6\x47\x62\ -\x65\x54\x1f\x4e\x01\x00\x60\x5a\xce\x8f\xd7\xc7\x26\x21\x49\x92\ -\x24\x49\xd2\x44\xda\x2a\x0e\x8a\x4b\xa2\xfa\x30\x0a\x00\x00\xb3\ -\x72\x56\xec\x13\x1b\x84\x24\x49\x92\x24\x49\x0b\x6a\xe3\x78\x53\ -\x5c\x10\xd5\x87\x4f\x00\x00\x98\x97\x53\xe2\xe9\xb1\x76\x48\x92\ -\x24\x49\x92\xb4\x5a\x2d\x8f\xe7\xc4\xef\xa2\xfa\xb0\x09\x00\x00\ -\x5d\x71\x74\xdc\x3f\x24\x49\x92\x24\x49\xba\xd2\x1e\x1a\xc7\x44\ -\xf5\xe1\x12\x00\x00\xba\xea\xab\xb1\x43\x48\x92\x24\x49\x92\xf4\ -\x17\xdd\x3e\xbe\x1e\xd5\x87\x49\x00\x00\xe8\x83\x4b\xe3\x3d\xb1\ -\x45\x48\x92\x24\x49\x92\x46\x5e\x7b\xc1\xf9\x87\x62\x65\x54\x1f\ -\x22\x01\x00\xa0\x6f\xce\x89\x97\x87\x17\xa5\x4b\x92\x24\x49\xd2\ -\x08\xdb\x30\x5e\x1d\xe7\x47\xf5\xa1\x11\x00\x00\xfa\xee\xe4\x78\ -\x72\x2c\x0d\x49\x92\x24\x49\xd2\xc0\x5b\x3b\x9e\x1e\x5e\x70\x0e\ -\x00\xc0\x58\xfc\x28\xee\x19\x92\x24\x49\x92\xa4\x81\x76\xff\x38\ -\x3a\xaa\x0f\x85\x00\x00\x30\x74\x5f\x88\x9b\x87\x24\x49\x92\x24\ -\x69\x20\xed\x10\x5f\x8d\xea\x43\x20\x00\x00\x8c\xc9\x25\xf1\x8e\ -\xd8\x34\x24\x49\x92\x24\x49\x3d\x6d\x93\x68\x1f\xee\xda\x87\xbc\ -\xea\xc3\x1f\x00\x00\x8c\xd5\x59\xf1\xcc\x68\x4b\xc4\x4a\x92\x24\ -\x49\x92\x7a\x52\x7b\xc9\xe3\x9e\xe1\x3d\x1f\x00\x00\x70\xe5\x8e\ -\x8c\xbb\x87\x24\x49\x92\x24\xa9\xe3\xdd\x31\x7e\x18\xd5\x87\x3b\ -\x00\x00\xa0\xf6\xa1\xb8\x5e\x48\x92\x24\x49\x92\x3a\xd6\x16\xf1\ -\xde\x58\x19\xd5\x07\x3a\x00\x00\xe0\xca\x9d\x13\xfb\xc4\xf2\x90\ -\x24\x49\x92\x24\xcd\xb9\xb6\x66\xf1\x73\xa2\xad\x61\x5c\x7d\x88\ -\x03\x00\x00\xd6\xcc\x31\xf1\x80\x90\x24\x49\x92\x24\xcd\xa9\x7b\ -\xc4\xd1\x51\x7d\x68\x03\x00\x00\x16\xe7\xd3\xb1\x4d\x48\x92\x24\ -\x49\x92\x66\xd4\x56\xf1\x91\xa8\x3e\xa4\x01\x00\x00\x93\x73\x7e\ -\xbc\x3a\xd6\x0b\x49\x92\x24\x49\xd2\x94\xba\x5a\xec\x1b\xe7\x45\ -\xf5\xe1\x0c\x00\x00\x98\x8e\xe3\xe3\x11\x21\x49\x92\x24\x49\x9a\ -\x70\x0f\x8e\xb6\x16\x71\xf5\x61\x0c\x00\x00\x98\x8d\xaf\xc5\xb6\ -\x21\x49\x92\x24\x49\x5a\x64\xd7\x8d\x8f\x46\xf5\xe1\x0b\x00\x00\ -\x98\xbd\x8b\x62\xbf\x68\x4f\x68\x4b\x92\x24\x49\x92\xd6\xb0\xa5\ -\xf1\x8c\xf8\x43\x54\x1f\xba\x00\x00\x80\xf9\xfa\x65\xdc\x2b\x24\ -\x49\x92\x24\x49\xab\xd9\xf6\xf1\x83\xa8\x3e\x64\x01\x00\x00\xdd\ -\xf2\xfe\xd8\x2c\x24\x49\x92\x24\x49\xab\x68\x83\x78\x73\x5c\x12\ -\xd5\x07\x2b\x00\x00\xa0\x9b\xce\x8c\x3d\x62\x49\x48\x92\x24\x49\ -\x92\x2e\xd7\x2e\x71\x5c\x54\x1f\xa6\x00\x00\x80\x7e\xf8\x56\xdc\ -\x2c\x24\x49\x92\x24\x69\xf4\x6d\x19\x1f\x8f\xea\xc3\x13\x00\x00\ -\xd0\x3f\xed\x25\xe9\xaf\x8a\xf5\x42\x92\x24\x49\x92\x46\x57\x7b\ -\xc9\xf9\xb3\xe2\x8f\x51\x7d\x68\x02\x00\x00\xfa\xad\xbd\x24\xfd\ -\xde\x21\x49\x92\x24\x49\xa3\xe9\x36\xf1\xdf\x51\x7d\x48\x02\x00\ -\x00\x86\xe5\xe0\xd8\x3c\x24\x49\x92\x24\x69\xb0\x5d\x3d\xde\x12\ -\x5e\x72\x0e\x00\x00\xe3\xd2\x5e\x92\xfe\x94\xf0\x92\x74\x49\x92\ -\x24\x49\x83\xeb\x5e\x71\x6c\x54\x1f\x86\x00\x00\x80\x71\xf8\x6a\ -\x6c\x1d\x92\x24\x49\x92\xd4\xfb\xae\x11\xef\x8c\x95\x51\x7d\x00\ -\x02\x00\x00\xc6\xe5\x9c\x78\x46\xb4\xf7\x02\x4a\x92\x24\x49\x52\ -\x2f\xbb\x7f\x9c\x10\xd5\x87\x1e\x00\x00\x60\xdc\xbe\x19\x7f\x13\ -\x92\x24\x49\x92\xd4\x9b\x36\x89\x7f\x8b\xea\x43\x0e\x00\x00\xc0\ -\x9f\x9d\x1f\xcf\x8d\x65\x21\x49\x92\x24\x49\x9d\x6e\x97\x38\x29\ -\xaa\x0f\x37\x00\x00\x00\x95\xef\xc7\xcd\x42\x92\x24\x49\x92\x3a\ -\xd7\xb5\xe2\x83\x51\x7d\x98\x01\x00\x00\xb8\x2a\x17\xc6\x3e\xb1\ -\x76\x48\x92\x24\x49\x52\x27\x7a\x44\x9c\x1a\xd5\x87\x18\x00\x00\ -\x80\x35\xf1\xc3\xb8\x55\x48\x92\x24\x49\xd2\xdc\xda\x3c\x3e\x1a\ -\xd5\x87\x16\x00\x00\x80\x85\xba\x28\x5e\x11\xcb\x43\x92\x24\x49\ -\x92\x66\xda\xee\x71\x46\x54\x1f\x56\x00\x00\x00\x26\xe1\x27\xb1\ -\x63\x48\x92\x24\x49\xd2\xd4\x6b\x4f\x7d\x7c\x32\xaa\x0f\x27\x00\ -\x00\x00\x93\x76\x49\xbc\x2a\xd6\x09\x49\x92\x24\x49\x9a\x4a\xbb\ -\xc6\x69\x51\x7d\x28\x01\x00\x00\x98\xa6\xc3\xe3\xe6\x21\x49\x92\ -\x24\x49\x13\x6b\xc3\x38\x28\xaa\x0f\x21\x00\x00\x00\xb3\x72\x7e\ -\xfc\x43\x2c\x09\x49\x92\x24\x49\x5a\x54\x3b\xc7\xb1\x51\x7d\xf8\ -\x00\x00\x00\x98\x87\xaf\xc6\xf5\x43\x92\x24\x49\x92\xd6\xb8\xe5\ -\xf1\xfa\x58\x11\xd5\x07\x0e\x00\x00\x80\x79\xfa\x7d\xec\x1e\x92\ -\x24\x49\x92\xb4\xda\xdd\x32\x7e\x1c\xd5\x87\x0c\x00\x00\x80\x2e\ -\xf9\x70\x5c\x33\x24\x49\x92\x24\x69\x95\x2d\x8d\xe7\xc7\x85\x51\ -\x7d\xb0\x00\x00\x00\xe8\xa2\x93\xe2\x7e\x21\x49\x92\x24\x49\x57\ -\xe8\x06\xf1\x8d\xa8\x3e\x4c\x00\x00\x00\x74\xdd\xca\x78\x47\xac\ -\x1f\x92\x24\x49\x92\xf4\xff\x7a\x62\xfc\x21\xaa\x0f\x11\x00\x00\ -\x00\x7d\xf2\x8b\xb8\x7d\x48\x92\x24\x49\x1a\x71\x9b\xc5\x27\xa2\ -\xfa\xd0\x00\x00\x00\xd0\x57\x97\xc4\x2b\x62\xed\x90\x24\x49\x92\ -\x34\xb2\xee\x13\xa7\x44\xf5\x61\x01\x00\x00\x60\x08\x0e\x8d\xad\ -\x43\x92\x24\x49\xd2\x08\x5a\x27\x5e\x1f\x97\x46\xf5\x01\x01\x00\ -\x00\x60\x48\xda\x72\xbf\x8f\x0e\x49\x92\x24\x49\x03\xae\xfd\xf2\ -\xa9\xfd\x02\xaa\xfa\x50\x00\x00\x00\x30\x64\x07\x85\x17\xa4\x4b\ -\x92\x24\x49\x03\xac\xfd\xe2\xc9\x8b\xce\x01\x00\x80\x31\xfb\x59\ -\xdc\x3a\x24\x49\x92\x24\x0d\xa0\xf6\x0b\xa7\xf7\x44\x75\xf1\x0f\ -\x00\x00\x30\x36\x17\xc4\x33\x63\x49\x48\x92\x24\x49\xea\x69\xed\ -\x97\x4d\xed\x17\x4e\xd5\x45\x3f\x00\x00\xc0\x98\x7d\x2a\xae\x15\ -\x92\x24\x49\x92\x7a\x54\xfb\x25\x53\xfb\x45\x53\xfb\x65\x53\x75\ -\xa1\x0f\x00\x00\xc0\x5a\x6b\x9d\x18\x77\x0b\x49\x92\x24\x49\x3d\ -\xa8\xfd\x82\xa9\xfd\x92\xa9\xba\xb8\x07\x00\x00\xe0\x2f\xad\x88\ -\x57\xc6\xda\x21\x49\x92\x24\xa9\xa3\xb5\x5f\x2e\xb5\x5f\x30\x55\ -\x17\xf5\x00\x00\x00\xac\xda\xb7\x63\xab\x90\x24\x49\x92\xd4\xa1\ -\xda\x2f\x95\xda\x2f\x96\xda\x2f\x97\xaa\x0b\x79\x00\x00\x00\xae\ -\xda\x99\xf1\xd0\x90\x24\x49\x92\xd4\x81\xae\x1b\xdf\x8a\xea\xe2\ -\x1d\x00\x00\x80\x35\x77\x40\xac\x1b\x92\x24\x49\x92\xe6\xd4\x3d\ -\xe2\x94\xa8\x2e\xd8\x01\x00\x00\x58\xb8\x43\xc3\x92\x58\x92\x24\ -\x49\xd2\x8c\x5b\x12\xfb\x84\x25\xaf\x00\x00\x00\xa6\xe7\x8c\x78\ -\x40\x48\x92\x24\x49\x9a\x41\xd7\x8c\xcf\x46\x75\x71\x0e\x00\x00\ -\xc0\x64\x5d\x1a\xfb\xc5\xb2\x90\x24\x49\x92\x34\xa5\x6e\x1b\xc7\ -\x46\x75\x51\x0e\x00\x00\xc0\xf4\x7c\x25\x36\x0b\x49\x92\x24\x49\ -\x13\xee\x69\x71\x61\x54\x17\xe2\x00\x00\x00\x4c\xdf\x6f\xe3\xce\ -\x21\x49\x92\x24\x69\x02\x6d\x10\x1f\x88\xea\xe2\x1b\x00\x00\x80\ -\xd9\xba\x38\x9e\x13\xed\xdd\x8c\x92\x24\x49\x92\x16\xd8\xb6\x71\ -\x54\x54\x17\xdd\x00\x00\x00\xcc\xcf\x47\xe3\x1a\x21\x49\x92\x24\ -\x69\x0d\xdb\x2d\xce\x89\xea\x42\x1b\x00\x00\x80\xf9\xfb\x65\xdc\ -\x2a\x24\x49\x92\x24\xad\x46\xeb\xc6\x01\x51\x5d\x5c\x03\x00\x00\ -\xd0\x2d\xe7\xc5\x13\x43\x92\x24\x49\xd2\x95\x74\xfd\x38\x34\xaa\ -\x8b\x6a\x00\x00\x00\xba\xeb\xdd\x71\xb5\x90\x24\x49\x92\xf4\x57\ -\xdd\x25\x4e\x8b\xea\x42\x1a\x00\x00\x80\xee\x3b\x2c\xb6\x0c\x49\ -\x92\x24\x49\xff\xdb\xde\x71\x71\x54\x17\xd0\x00\x00\x00\xf4\xc7\ -\xc9\x71\xe7\x90\x24\x49\x92\x46\x5d\x7b\xdf\x47\x7b\x4c\xba\xba\ -\x68\x06\x00\x00\xa0\x9f\x2e\x8a\x3d\x43\x92\x24\x49\x1a\x65\xd7\ -\x8d\xef\x47\x75\xb1\x0c\x00\x00\x40\xff\xbd\x33\x96\x87\x24\x49\ -\x92\x34\x9a\xee\x18\x27\x45\x75\x81\x0c\x00\x00\xc0\x70\x7c\x27\ -\xae\x1d\x92\x24\x49\xd2\xe0\x7b\x4a\x5c\x18\xd5\x85\x31\x00\x00\ -\x00\xc3\xf3\xdb\xb8\x7d\x48\x92\x24\x49\x83\x6c\x9d\x78\x7b\x54\ -\x17\xc3\x00\x00\x00\x0c\xdb\x05\xf1\x84\x90\x24\x49\x92\x06\xd5\ -\xe6\xf1\xcd\xa8\x2e\x82\x01\x00\x00\x18\x8f\xb7\xc5\xda\x21\x49\ -\x92\x24\xf5\xbe\xdb\xc4\x09\x51\x5d\xf8\x02\x00\x00\x30\x3e\xff\ -\x15\x9b\x86\x24\x49\x92\xd4\xdb\xfe\x2e\xda\x63\xce\xd5\x05\x2f\ -\x00\x00\x00\xe3\x75\x5c\xec\x10\x92\x24\x49\x52\xaf\x5a\x16\x6f\ -\x8a\xea\x22\x17\x00\x00\x00\x9a\xf3\x62\xb7\x90\x24\x49\x92\x7a\ -\xd1\x06\x71\x48\x54\x17\xb7\x00\x00\x00\x70\x79\x2b\xe3\xa5\xb1\ -\x24\x24\x49\x92\xa4\xce\xb6\x55\x1c\x11\xd5\x45\x2d\x00\x00\x00\ -\xac\xca\xc1\xb1\x6e\x48\x92\x24\x49\x9d\xeb\xf6\x71\x4a\x54\x17\ -\xb2\x00\x00\x00\x70\x55\xbe\x1b\x9b\x87\x24\x49\x92\xd4\x99\x1e\ -\x11\xe7\x47\x75\x01\x0b\x00\x00\x00\xab\xeb\xd8\xb8\x45\x48\x92\ -\x24\x49\x73\xad\xad\xd1\xba\x6f\xb4\x35\x5b\xab\x0b\x57\x00\x00\ -\x00\x58\x53\x67\xc7\x7d\x43\x92\x24\x49\x9a\x4b\x6d\x6d\xd6\xb6\ -\x46\x6b\x75\xb1\x0a\x00\x00\x00\x8b\x71\x49\xec\x1d\x92\x24\x49\ -\xd2\x4c\xdb\x34\xbe\x1d\xd5\x45\x2a\x00\x00\x00\x4c\xca\x01\xb1\ -\x2c\x24\x49\x92\xa4\xa9\xd7\xd6\x62\xfd\x75\x54\x17\xa6\x00\x00\ -\x00\x30\x69\x9f\x8f\x0d\x43\x92\x24\x49\x9a\x5a\x6d\x0d\xd6\xb6\ -\x16\x6b\x75\x41\x0a\x00\x00\x00\xd3\x72\x64\x6c\x1d\x92\x24\x49\ -\xd2\xc4\x7b\x5a\xb4\x35\x58\xab\x0b\x51\x00\x00\x00\x98\xb6\xd3\ -\x62\xa7\x90\x24\x49\x92\x26\x52\x5b\x6b\xf5\x6d\x51\x5d\x7c\x02\ -\x00\x00\xc0\x2c\x5d\x10\xbb\x85\x24\x49\x92\xb4\xa8\xae\x16\x1f\ -\x8f\xea\xa2\x13\x00\x00\x00\xe6\x61\x65\x3c\x2f\x24\x49\x92\xa4\ -\x05\x75\xcd\xf8\x4e\x54\x17\x9b\x00\x00\x00\x30\x6f\x6f\x8d\xa5\ -\x21\x49\x92\x24\xad\x76\x37\x8c\xff\x89\xea\x02\x13\x00\x00\x00\ -\xba\xe2\xa3\xd1\x56\x2f\x90\x24\x49\x92\xae\xb2\xed\xe3\xe4\xa8\ -\x2e\x2c\x01\x00\x00\xa0\x6b\xbe\x15\x9b\x84\x24\x49\x92\xb4\xca\ -\xee\x13\x7f\x8c\xea\x82\x12\x00\x00\x00\xba\xea\xe8\xd8\x2a\x24\ -\x49\x92\xa4\x2b\xf4\xf8\xb8\x28\xaa\x0b\x49\x00\x00\x00\xe8\xba\ -\x93\xe2\x56\x21\x49\x92\x24\xfd\x5f\xfb\xc4\xca\xa8\x2e\x20\x01\ -\x00\x00\xa0\x2f\xfe\x10\xf7\x0a\x49\x92\x24\x8d\xbc\x65\x71\x60\ -\x54\x17\x8d\x00\x00\x00\xd0\x47\x6d\x75\x83\xbf\x0b\x49\x92\x24\ -\x8d\xb4\xf5\xe2\x93\x51\x5d\x2c\x02\x00\x00\x40\x9f\xb5\x55\x0e\ -\x5e\x14\x92\x24\x49\x1a\x59\xd7\x8a\xef\x45\x75\x91\x08\x00\x00\ -\x00\x43\x71\x40\xb4\xd5\x0f\x24\x49\x92\x34\x82\xb6\x8e\x5f\x44\ -\x75\x61\x08\x00\x00\x00\x43\xf3\x89\x68\xab\x20\x48\x92\x24\x69\ -\xc0\x6d\x17\x27\x47\x75\x41\x08\x00\x00\x00\x43\xf5\xcd\xb8\x46\ -\x48\x92\x24\x69\x80\xdd\x31\xce\x8c\xea\x42\x10\x00\x00\x00\x86\ -\xee\x87\xb1\x79\x48\x92\x24\x69\x40\xdd\x3b\xce\x8d\xea\x02\x10\ -\x00\x00\x00\xc6\xe2\x67\xb1\x55\x48\x92\x24\x69\x00\x3d\x3c\x2e\ -\x8a\xea\xc2\x0f\x00\x00\x00\xc6\xe6\xf8\xb8\x69\x48\x92\x24\xa9\ -\xc7\x3d\x39\x56\x44\x75\xc1\x07\x00\x00\x00\x63\x75\x5a\xdc\x26\ -\x24\x49\x92\xd4\xc3\x9e\x17\x2b\xa3\xba\xd0\x03\x00\x00\x80\xb1\ -\x3b\x3b\xee\x1a\x92\x24\x49\xea\x51\xaf\x8e\xea\xe2\x0e\x00\x00\ -\x00\xb8\xcc\xf9\xf1\xa0\x90\x24\x49\x52\xc7\x5b\x1a\x07\x46\x75\ -\x51\x07\x00\x00\x00\x5c\xd1\xc5\xb1\x7b\x48\x92\x24\xa9\xa3\xad\ -\x13\x1f\x8c\xea\x62\x0e\x00\x00\x00\x58\xb5\x4b\x63\xaf\x90\x24\ -\x49\x52\xc7\x5a\x2f\x3e\x1b\xd5\x45\x1c\x00\x00\x00\xb0\x7a\xf6\ -\x0d\x49\x92\x24\x75\xa4\x8d\xe2\x9b\x51\x5d\xb8\x01\x00\x00\x00\ -\x6b\xe6\xcd\xb1\x24\x24\x49\x92\x34\xc7\x36\x8b\x1f\x46\x75\xc1\ -\x06\x00\x00\x00\x2c\xcc\x41\xb1\x2c\x24\x49\x92\x34\x87\xae\x1d\ -\x47\x47\x75\xa1\x06\x00\x00\x00\x2c\x4e\x7b\xcf\xa6\x9b\x20\x92\ -\x24\x49\x33\xee\xba\xf1\xb3\xa8\x2e\xd0\x00\x00\x00\x80\xc9\xf8\ -\x48\xac\x13\x92\x24\x49\x9a\x41\xd7\x8f\x5f\x44\x75\x61\x06\x00\ -\x00\x00\x4c\xd6\x27\x63\x79\x48\x92\x24\x69\x8a\xdd\x20\x8e\x8d\ -\xea\x82\x0c\x00\x00\x00\x98\x8e\xcf\xc6\xba\x21\x49\x92\xa4\x29\ -\x74\xa3\x38\x2e\xaa\x0b\x31\x00\x00\x00\x60\xba\xbe\x18\xeb\x87\ -\x24\x49\x92\x26\xd8\x4d\xe2\xc4\xa8\x2e\xc0\x00\x00\x00\x80\xd9\ -\xf8\x6a\xb8\x09\x22\x49\x92\x34\xa1\x6e\x16\x27\x47\x75\xe1\x05\ -\x00\x00\x00\xcc\xd6\xb7\x62\x83\x90\x24\x49\xd2\x22\xba\x65\x9c\ -\x1a\xd5\x05\x17\x00\x00\x00\x30\x1f\xdf\x89\x8d\x42\x92\x24\x49\ -\x0b\x68\xfb\x38\x3d\xaa\x0b\x2d\x00\x00\x00\x60\xbe\x7e\x10\x1b\ -\x87\x24\x49\x92\xd6\xa0\x1d\xe3\xcc\xa8\x2e\xb0\x00\x00\x00\x80\ -\x6e\xf8\x61\x5c\x2b\x24\x49\x92\xb4\x1a\xdd\x21\xce\x8a\xea\xc2\ -\x0a\x00\x00\x00\xe8\x96\x1f\xc7\x66\x21\x49\x92\xa4\x2b\xe9\xce\ -\xf1\x87\xa8\x2e\xa8\x00\x00\x00\x80\x6e\x3a\x3a\xae\x1d\x92\x24\ -\x49\x2a\x6a\x4f\x7e\x9c\x1d\xd5\x85\x14\x00\x00\x00\xd0\x6d\x47\ -\x85\x27\x41\x24\x49\x92\xfe\xaa\xf6\xce\x0f\x37\x3f\x00\x00\x00\ -\xa0\xdf\xda\x72\x58\xd7\x0c\x49\x92\x24\xa5\xed\xc3\x0b\xcf\x01\ -\x00\x00\x60\x18\x0e\x8f\x8d\x42\x92\x24\x69\xd4\xdd\x32\x4e\x8f\ -\xea\x82\x09\x00\x00\x00\xe8\xa7\x43\xc3\x4d\x10\x49\x92\x34\xda\ -\x6e\x16\xa7\x45\x75\xa1\x04\x00\x00\x00\xf4\xdb\x77\x62\x83\x90\ -\x24\x49\x1a\x55\x7f\x13\x27\x45\x75\x81\x04\x00\x00\x00\x0c\xc3\ -\x37\x62\xfd\x90\x24\x49\x1a\x45\x37\x8e\x13\xa3\xba\x30\x02\x00\ -\x00\x00\x86\xe5\x2b\xb1\x5e\x48\x92\x24\x0d\xba\x1b\xc4\xf1\x51\ -\x5d\x10\x01\x00\x00\x00\xc3\xf4\x85\x58\x1e\x92\x24\x49\x83\xec\ -\x7a\xf1\xeb\xa8\x2e\x84\x00\x00\x00\x80\x61\xfb\x4c\xb8\x09\x22\ -\x49\x92\x06\xd7\x75\xe3\x98\xa8\x2e\x80\x00\x00\x00\x80\x71\xf8\ -\x78\xac\x13\x92\x24\x49\x83\xe8\xda\xf1\xb3\xa8\x2e\x7c\x00\x00\ -\x00\x80\x71\xf9\x70\x2c\x0b\x49\x92\xa4\x5e\xb7\x59\xfc\x34\xaa\ -\x0b\x1e\x00\x00\x00\x60\x9c\x0e\x0e\x37\x41\x24\x49\x52\x6f\xdb\ -\x28\x7e\x14\xd5\x85\x0e\x00\x00\x00\x30\x6e\xef\x8c\x25\x21\x49\ -\x92\xd4\xab\xd6\x8f\x6f\x46\x75\x81\x03\x00\x00\x00\xd0\xbc\x2e\ -\x24\x49\x92\x7a\xd3\xf2\xf8\x4c\x54\x17\x36\x00\x00\x00\x00\x97\ -\xf7\xe2\x90\x24\x49\xea\x7c\x4b\xe3\x03\x51\x5d\xd0\x00\x00\x00\ -\x00\xfc\xb5\x95\xb1\x67\x48\x92\x24\x75\xba\x03\xa3\xba\x98\x01\ -\x00\x00\x00\x58\x95\x15\xf1\xa8\x90\x24\x49\xea\x64\xaf\x89\xea\ -\x22\x06\x00\x00\x00\xe0\xaa\x5c\x14\xf7\x0b\x49\x92\xa4\x4e\xf5\ -\xbc\xa8\x2e\x5e\x00\x00\x00\x00\x56\xd7\x79\xb1\x53\x48\x92\x24\ -\x75\xa2\x27\x47\x5b\xaf\xb3\xba\x70\x01\x00\x00\x00\x58\x13\x67\ -\xc7\x76\x21\x49\x92\x34\xd7\x1e\x16\x6d\x9d\xce\xea\x82\x05\x00\ -\x00\x00\x60\x21\x4e\x8b\x6d\x42\x92\x24\x69\x2e\xdd\x2b\xda\xfa\ -\x9c\xd5\x85\x0a\x00\x00\x00\xc0\x62\xfc\x26\xae\x17\x92\x24\x49\ -\x33\xed\x0e\xd1\xd6\xe5\xac\x2e\x50\x00\x00\x00\x00\x26\xe1\xa7\ -\xb1\x59\x48\x92\x24\xcd\xa4\xb6\x0e\xe7\xef\xa3\xba\x30\x01\x00\ -\x00\x00\x98\xa4\x43\x63\xa3\x90\x24\x49\x9a\x6a\x6d\xfd\xcd\x93\ -\xa2\xba\x20\x01\x00\x00\x00\x98\x86\xaf\xc5\xf2\x90\x24\x49\x9a\ -\x4a\xed\x91\xd3\x63\xa2\xba\x10\x01\x00\x00\x00\x98\xa6\x0f\xc4\ -\x92\x90\x24\x49\x9a\x68\xeb\x47\x7b\xe4\xb4\xba\x00\x01\x00\x00\ -\x00\x98\x85\xd7\x85\x24\x49\xd2\xc4\x5a\x16\x9f\x8e\xea\xc2\x03\ -\x00\x00\x00\x60\x96\xf6\x0a\x49\x92\xa4\x89\x74\x60\x54\x17\x1c\ -\x00\x00\x00\x00\xb3\xb6\x22\x76\x0b\x49\x92\xa4\x45\xf5\xe2\xa8\ -\x2e\x36\x00\x00\x00\x00\xe6\xe5\xa2\xb8\x67\x48\x92\x24\x2d\xa8\ -\xc7\xc6\xca\xa8\x2e\x34\x00\x00\x00\x00\xe6\xe9\xec\xd8\x2e\x24\ -\x49\x92\xd6\xa8\xf6\x2b\x8a\xf6\x6b\x8a\xea\x02\x03\x00\x00\x00\ -\xa0\x0b\x4e\x8c\xeb\x85\x24\x49\xd2\x6a\xd5\x7e\x3d\xd1\x7e\x45\ -\x51\x5d\x58\x00\x00\x00\x00\x74\xc9\x91\xb1\x51\x48\x92\x24\x5d\ -\x69\xed\x57\x13\xed\xd7\x13\xd5\x05\x05\x00\x00\x00\x40\x17\x7d\ -\x2d\x96\x87\x24\x49\x52\xd9\x66\x71\x74\x54\x17\x12\x00\x00\x00\ -\x00\x5d\xf6\x81\x58\x12\x92\x24\x49\x7f\xd1\xfa\x71\x68\x54\x17\ -\x10\x00\x00\x00\x00\x7d\xf0\xba\x90\x24\x49\xfa\xbf\x96\xc5\xa7\ -\xa3\xba\x70\x00\x00\x00\x00\xe8\x93\xbd\x42\x92\x24\xe9\xff\x75\ -\x40\x54\x17\x0c\x00\x00\x00\x00\x7d\xb3\x22\x76\x0d\x49\x92\x34\ -\xf2\xda\xaf\x22\xaa\x8b\x05\x00\x00\x00\x80\xbe\x3a\x2f\xb6\x0f\ -\x49\x92\x34\xd2\xee\x1d\xed\x57\x11\xd5\x85\x02\x00\x00\x00\x40\ -\x9f\x9d\x18\xd7\x0b\x49\x92\x34\xb2\x6e\x19\x67\x47\x75\x81\x00\ -\x00\x00\x00\x30\x04\x3f\x88\xf5\x43\x92\x24\x8d\xa4\xcd\xe2\x98\ -\xa8\x2e\x0c\x00\x00\x00\x00\x86\xe4\x93\xb1\x24\x24\x49\xd2\xc0\ -\x5b\x1e\xdf\x8d\xea\x82\x00\x00\x00\x00\x60\x88\x5e\x17\x92\x24\ -\x69\xc0\xb5\x5f\x3b\x7c\x20\xaa\x0b\x01\x00\x00\x00\x80\x21\x7b\ -\x42\x48\x92\xa4\x81\xb6\x4f\x54\x17\x00\x00\x00\x00\x00\x43\x77\ -\x51\xdc\x23\x24\x49\xd2\xc0\x7a\x54\xac\x8c\xea\x02\x00\x00\x00\ -\x00\x60\x0c\x4e\x8f\x6d\x42\x92\x24\x0d\xa4\x3b\xc4\x79\x51\x9d\ -\xf8\x01\x00\x00\x00\xc6\xe4\x97\xb1\x51\x48\x92\xa4\x9e\x77\xbd\ -\x38\x39\xaa\x13\x3e\x00\x00\x00\xc0\x18\x7d\x2d\x96\x87\x24\x49\ -\xea\x69\x1b\xc4\x91\x51\x9d\xe8\x01\x00\x00\x00\xc6\xec\x9d\x21\ -\x49\x92\x7a\xd8\xb2\xf8\x74\x54\x27\x78\x00\x00\x00\x00\xd6\x5a\ -\xeb\xf9\x21\x49\x92\x7a\xd6\x9b\xa3\x3a\xb1\x03\x00\x00\x00\xf0\ -\x27\x2b\x62\x97\x90\x24\x49\x3d\xe9\x71\x51\x9d\xd4\x01\x00\x00\ -\x00\xf8\x4b\x67\xc7\xb6\x21\x49\x92\x3a\xde\x8e\x71\x5e\x54\x27\ -\x74\x00\x00\x00\x00\xae\xe8\xe7\xb1\x51\x48\x92\xa4\x8e\xb6\x59\ -\x9c\x18\xd5\x89\x1c\x00\x00\x00\x80\x55\xfb\x6c\x2c\x0d\x49\x92\ -\xd4\xb1\x96\xc7\x37\xa3\x3a\x81\x03\x00\x00\x00\x70\xd5\x5e\x15\ -\x92\x24\xa9\x63\xbd\x3d\xaa\x13\x37\x00\x00\x00\x00\xab\x67\x65\ -\x3c\x3c\x24\x49\x52\x47\xda\x23\xaa\x93\x36\x00\x00\x00\x00\x6b\ -\xe6\xdc\xd8\x2e\x24\x49\xd2\x9c\xbb\x63\x5c\x14\xd5\x09\x1b\x00\ -\x00\x00\x80\x35\x77\x4c\x6c\x12\x92\x24\x69\x4e\x5d\x37\x4e\x8a\ -\xea\x44\x0d\x00\x00\x00\xc0\xc2\x7d\x29\x96\x85\x24\x49\x9a\x71\ -\xed\xa5\xe7\xdf\x8f\xea\x04\x0d\x00\x00\x00\xc0\xe2\xbd\x31\x24\ -\x49\xd2\x8c\x3b\x28\xaa\x13\x33\x00\x00\x00\x00\x93\xf3\xe8\x90\ -\x24\x49\x33\x6a\xef\xa8\x4e\xc8\x00\x00\x00\x00\x4c\xd6\x79\xb1\ -\x43\x48\x92\xa4\x29\x77\xd7\xf0\xd2\x73\x00\x00\x00\x80\xd9\x39\ -\x2e\x36\x0b\x49\x92\x34\xa5\xae\x17\xa7\x47\x75\x22\x06\x00\x00\ -\x00\x60\x7a\xfe\x2b\xd6\x0e\x49\x92\x34\xe1\xda\x4b\xcf\x0f\x8b\ -\xea\x04\x0c\x00\x00\x00\xc0\xf4\x79\x29\xba\x24\x49\x53\xe8\x80\ -\xa8\x4e\xbc\x00\x00\x00\x00\xcc\xc6\xca\x78\x68\x48\x92\xa4\x09\ -\xb5\x5b\x54\x27\x5d\x00\x00\x00\x00\x66\xeb\xec\xb8\x71\x48\x92\ -\xa4\x45\xb6\x6d\x9c\x13\xd5\x09\x17\x00\x00\x00\x80\xd9\xfb\x51\ -\xac\x17\x92\x24\x69\x81\xad\x1f\x47\x47\x75\xa2\x05\x00\x00\x00\ -\x60\x7e\x0e\x0a\x49\x92\xb4\xc0\x3e\x10\xd5\x09\x16\x00\x00\x00\ -\x80\xf9\x7b\x52\x48\x92\xa4\x35\xec\x69\x51\x9d\x58\x01\x00\x00\ -\x00\xe8\x86\xf3\xe2\xd6\x21\x49\x92\x56\xb3\x1d\xe3\xa2\xa8\x4e\ -\xac\x00\x00\x00\x00\x74\xc7\x2f\x63\xa3\x90\x24\x49\x57\xd1\x26\ -\xf1\x9b\xa8\x4e\xa8\x00\x00\x00\x00\x74\xcf\xc7\x62\x49\x48\x92\ -\xa4\x55\xd4\x4e\x94\x9f\x8d\xea\x44\x0a\x00\x00\x00\x40\x77\x3d\ -\x27\x24\x49\xd2\x2a\xda\x27\xaa\x13\x28\x00\x00\x00\x00\xdd\x76\ -\x71\xdc\x39\x24\x49\xd2\x5f\x75\x8f\x58\x11\xd5\x09\x14\x00\x00\ -\x00\x80\xee\xfb\x6d\x6c\x1e\x92\x24\xe9\x7f\xdb\x22\x4e\x8d\xea\ -\xc4\x09\x00\x00\x00\x40\x7f\x7c\x25\x96\x85\x24\x49\xa3\xaf\x9d\ -\x10\xbf\x15\xd5\x09\x13\x00\x00\x00\x80\xfe\x79\x55\x48\x92\x34\ -\xfa\x5e\x19\xd5\x89\x12\x00\x00\x00\x80\x7e\x6a\xcb\x9c\xdf\x3d\ -\x24\x49\x1a\x6d\x77\x0b\xef\xfd\x00\x00\xfa\xaa\x5d\xc7\x9c\x1c\ -\x3f\x8f\xff\x8e\xb6\xdc\xc3\xc7\xe3\xbd\xb1\x7f\xbc\x26\x5e\x14\ -\x4f\x8d\xc7\xc4\x83\xe3\xde\x71\xfb\xd8\xf1\x72\x6e\x74\x39\x5b\ -\xc5\x26\x97\xb3\xc1\x5f\xfd\xcf\xcd\x75\xe2\xf2\xff\x99\xe6\x56\ -\xf1\xe7\xff\x7f\x77\x89\xfb\xc4\x23\xe3\xf1\xb1\x67\xb4\x7f\x8e\ -\x97\xc5\xeb\xe3\x5f\xa2\xfd\x33\x7e\x24\xbe\x18\x87\xc6\x31\xf1\ -\xfb\xa8\xfe\x3d\x01\x00\x16\xe2\xa4\xd8\x34\x24\x49\x1a\x5d\xd7\ -\x8a\x13\xa3\x3a\x41\x02\x00\xcc\xd3\x69\x71\x54\xb4\x1b\x1a\x07\ -\xc7\x9b\xe3\x79\xf1\xb8\xb8\x6f\x6c\x17\xd7\x8e\xa5\x31\xb4\xda\ -\xf2\xa4\x9b\xc5\xb6\x71\xa7\xd8\x25\x9e\x10\xcf\x8d\x57\xc7\xbf\ -\xc6\x67\xe3\xc7\xd1\xfe\x4e\xd5\xdf\x0f\x00\xe0\xcf\x0e\x89\x25\ -\x21\x49\xd2\x68\x6a\x27\xbe\x4f\x47\x75\x62\x04\x00\x98\xb6\x3f\ -\xc6\x4f\xe2\x53\xf1\xcf\xf1\x8c\x78\x50\xdc\x3c\xae\x16\x5a\xfd\ -\xd6\x8d\x1b\xc6\x9d\x63\xb7\x78\x76\xb4\x1b\x46\x1f\x8a\xf6\x9e\ -\xb7\x13\x62\x65\x54\xdb\x01\x00\x18\x87\x67\x85\x24\x49\xa3\xa9\ -\x7d\xc9\x50\x9d\x10\x01\x00\x26\xe5\xe2\x68\x4f\x71\x7c\x38\x5e\ -\x1a\x8f\x8e\xb6\xf4\x54\x7b\xba\x41\xb3\xad\xdd\x24\xb9\x59\xb4\ -\x25\xc0\xda\x0d\x92\xb6\x3c\xd8\xe7\xa3\x2d\x1d\x76\x51\x54\xdb\ -\x0f\x00\x18\x8e\x0b\x63\x87\x90\x24\x69\xf0\xdd\x3a\x2e\x88\xea\ -\x84\x08\x00\xb0\xa6\xda\x7b\x38\x7e\x11\x1f\x8b\xfd\xe2\x51\x71\ -\x8b\x58\x27\xd4\xfd\xda\x92\x5b\x37\x88\x7b\xc5\xd3\xe2\xed\xf1\ -\x8d\x38\x23\xaa\xed\x0d\x00\xf4\x53\xfb\xe1\xc3\xd5\x43\x92\xa4\ -\xc1\xd6\x4e\x74\x3f\x8b\xea\x44\x08\x00\x70\x55\xda\x53\x1d\x3f\ -\x8a\xf6\x12\xef\x27\x45\xfb\x25\x61\x7b\xba\x40\xc3\x6c\x8b\x68\ -\x2f\x73\x7f\x4e\x1c\x14\x3f\x88\x73\xa2\x9a\x0d\x00\xa0\xfb\xde\ -\x1b\x92\x24\x0d\xb6\xf6\xc1\xb5\x3a\x01\x02\x00\x54\x7e\x15\xed\ -\x5d\x12\x6d\xd9\xa4\xf6\x42\xee\xf5\x42\xe3\xae\xbd\x4b\xee\x46\ -\xb1\x6b\xbc\x2a\xbe\x18\x9e\x16\x01\x80\xfe\x78\x4c\x48\x92\x34\ -\xb8\xda\x09\xae\x3a\xf1\x01\x00\x34\x6d\x6d\xe8\x6f\xc6\x2b\xe2\ -\x01\x71\xad\x90\x56\xb7\x6d\xa2\xbd\xe7\xa5\xbd\x80\xfd\xdb\x71\ -\x6e\x54\x73\x06\x00\xcc\xd7\x1f\xa2\xfd\x98\x41\x92\xa4\xc1\xb4\ -\x75\x9c\x1d\xd5\x89\x0f\x00\x18\xa7\xb6\x9c\xd5\x77\xa2\xbd\xb7\ -\xe3\x9e\xe1\xe9\x0e\x4d\xb2\xf6\x6e\x91\xed\x62\x8f\x78\x57\x58\ -\x86\x15\x00\xba\xe3\xb0\x58\x1e\x92\x24\xf5\xbe\xf6\x02\xd2\x43\ -\xa3\x3a\xe1\x01\x00\xe3\x71\x49\xb4\x6b\x82\xd7\xc6\x7d\xc3\x4b\ -\x30\x35\xeb\xae\x1d\xed\x25\xf9\xed\x45\xeb\x3f\x8d\x95\x51\xcd\ -\x2a\x00\x30\x7d\x6f\x08\x49\x92\x7a\xdf\xeb\xa3\x3a\xd1\x01\x00\ -\xc3\x77\x7a\xbc\x2f\x1e\x11\x1b\x85\xd4\xa5\x36\x8b\x87\xc7\xdb\ -\xe2\xc8\xb8\x34\xaa\x39\x06\x00\x26\xaf\xfd\x10\xa1\xfd\x28\x46\ -\x92\xa4\xde\x76\xef\xf0\xcb\x3a\x00\x18\x97\x9f\x44\x7b\xca\x63\ -\xa7\x58\x1a\x52\x5f\x6a\xef\x9d\x69\x37\x44\xde\x1d\x27\x46\x35\ -\xdf\x00\xc0\xe4\x9c\x12\xed\x09\x4d\x49\x92\x7a\x57\xfb\x45\x5d\ -\x3b\x91\x55\x27\x38\x00\x60\x38\x2e\x88\x2f\xc6\xde\x71\xc3\x90\ -\x86\xd2\xad\x62\x9f\x68\x2f\xe7\x6f\x4b\xb8\x55\xf3\x0f\x00\x2c\ -\xce\x17\x62\x49\x48\x92\xd4\xab\x3e\x11\xd5\x89\x0d\x00\xe8\xbf\ -\xf6\x02\xf3\xcf\xc5\xe3\xe2\x1a\x21\x0d\xbd\xb6\x84\x5b\x7b\x3a\ -\xe4\xbd\xe1\x47\x3e\x00\x30\x59\xed\x87\x34\x92\x24\xf5\xa6\x27\ -\x46\x75\x42\x03\x00\xfa\x6b\x45\x7c\x35\x9e\x12\xd7\x0c\x69\xac\ -\xb5\x5f\xa9\xee\x10\xaf\x8c\xff\x89\x6a\x7f\x01\x00\x56\xdf\x79\ -\x71\x93\x90\x24\xa9\xf3\xb5\xa5\x2f\xfe\x10\xd5\x09\x0d\x00\xe8\ -\x97\xf6\x2e\xaf\xef\xc4\x33\xe2\x3a\x21\xe9\x8a\xdd\x32\x5e\x11\ -\x47\x47\xb5\x1f\x01\x00\x57\xed\xb0\x58\x3b\x24\x49\xea\x6c\xed\ -\x45\xa7\xdf\x88\xea\x44\x06\x00\xf4\xc7\xb1\xf1\xd2\xb8\x7e\x48\ -\x5a\xfd\x6e\x1e\x2f\x8f\xa3\xa2\xda\xb7\x00\x80\x55\x6b\xe7\x50\ -\x49\x92\x3a\xdb\xf3\xa3\x3a\x81\x01\x00\xdd\x77\x61\x7c\x24\xee\ -\x1d\xed\x47\x0d\x92\x16\xd7\xcd\xe2\x65\xf1\xb3\xa8\xf6\x39\x00\ -\xe0\x2f\x5d\x12\xb7\x0b\x49\x92\x3a\xd7\x76\xd1\xbe\x38\xa9\x4e\ -\x60\x00\x40\x77\xb5\x2f\x67\x9f\x13\x9b\x85\xa4\xe9\xb4\x53\xbc\ -\x2b\xce\x8e\x6a\x3f\x04\x00\xfe\xe4\xe7\xb1\x7e\x48\x92\xd4\x99\ -\x96\xc7\x4f\xa2\x3a\x71\x01\x00\xdd\x73\x7e\xbc\x37\xee\x14\x92\ -\x66\xd7\x7a\xf1\xd8\xf8\x4a\x5c\x1a\xd5\xfe\x09\x00\x63\x77\x40\ -\x48\x92\xd4\x99\x5e\x1f\xd5\x09\x0b\x00\xe8\x96\x53\xe2\x25\xb1\ -\x69\x48\x9a\x6f\x5b\x45\x7b\xd7\xce\xaf\xa2\xda\x5f\x01\x60\xac\ -\x56\xc6\x7d\x43\x92\xa4\xb9\xb7\x73\xac\x88\xea\x84\x05\x00\x74\ -\xc3\x11\xf1\x84\x58\x37\x24\x75\xab\x25\x71\xd7\xf8\xf7\xb0\xa4\ -\x2c\x00\xfc\xc9\x6f\xe3\x9a\x21\x49\xd2\xdc\xda\x30\x7e\x1d\xd5\ -\x89\x0a\x00\x98\xaf\xb6\xbc\xce\x67\xe2\x9e\x21\xa9\x1f\x6d\x1e\ -\xed\x29\xad\x93\xa2\xda\xaf\x01\x60\x4c\xfe\x33\x24\x49\x9a\x5b\ -\x07\x45\x75\x82\x02\x00\xe6\xa7\xfd\x82\xfc\xc0\xb8\x69\x48\xea\ -\x67\xeb\xc4\xa3\xe3\xfb\x51\xed\xe7\x00\x30\x16\x8f\x09\x49\x92\ -\x66\xde\xae\x51\x9d\x98\x00\x80\xf9\xb8\x20\xf6\x8f\x2d\x43\xd2\ -\x70\xba\x6d\x1c\x1c\x96\xc7\x02\x60\x8c\x7e\x1f\xd7\x0b\x49\x92\ -\x66\x56\x7b\x34\xff\xd4\xa8\x4e\x4c\x00\xc0\x6c\x9d\x1f\x6f\x0b\ -\x37\x3e\xa4\x61\x77\x9d\x78\x59\x9c\x16\xd5\xb1\x00\x00\x86\xea\ -\x2b\xd1\xde\x99\x25\x49\xd2\x4c\xfa\x54\x54\x27\x24\x00\x60\x76\ -\xda\x8d\x8f\xb7\xc6\x16\x21\x69\x3c\xad\x1f\xcf\x8c\x13\xa3\x3a\ -\x36\x00\xc0\x10\x3d\x2b\x24\x49\x9a\x7a\x6d\xed\xc5\xea\x44\x04\ -\x00\xcc\x46\xbb\xf1\xf1\xcf\xd1\x7e\x0d\x2e\x69\xbc\x2d\x8f\x3d\ -\xe3\xd8\xa8\x8e\x15\x00\x30\x24\xe7\xc6\x8d\x43\x92\xa4\xa9\xd5\ -\x96\xbe\xfa\x5d\x54\x27\x22\x00\x60\xba\x2e\x8d\x0f\xc4\x56\x21\ -\x49\x7f\x6e\xed\x78\x42\xfc\x3c\xaa\x63\x07\x00\x0c\xc5\x37\xc2\ -\x52\x58\x92\xa4\xa9\xf5\xd1\xa8\x4e\x40\x00\xc0\x74\x7d\x3d\x76\ -\x08\x49\x5a\x55\x4b\x63\xb7\xf8\x71\x54\xc7\x11\x00\x18\x82\xa7\ -\x86\x24\x49\x13\xef\x11\x51\x9d\x78\x00\x80\xe9\x39\x3a\x1e\x1c\ -\x92\xb4\xba\xb5\x5f\xc6\x3e\x24\xda\xf1\xa3\x3a\xae\x00\x40\x9f\ -\xfd\x31\x3c\x11\x2d\x49\x9a\x68\x9b\xc6\x69\x51\x9d\x78\x00\x80\ -\xc9\x3b\x39\x9e\x1e\x6d\x69\x1b\x49\x5a\x48\xed\xf8\xf1\xf7\xd1\ -\x8e\x27\xd5\x71\x06\x00\xfa\xea\x4b\x61\x29\x2c\x49\xd2\xc4\x3a\ -\x38\xaa\x13\x0e\x00\x30\x59\x97\xc4\x1b\x63\x83\x90\xa4\x49\xd4\ -\x8e\x27\xfb\xc6\x39\x51\x1d\x77\x00\xa0\x8f\xf6\x08\x49\x92\x16\ -\xdd\x2e\x51\x9d\x68\x00\x80\xc9\xfa\x4e\xdc\x2a\x24\x69\x1a\x6d\ -\x16\xef\x88\x8b\xa3\x3a\x06\x01\x40\x9f\x9c\x15\xd7\x0d\x49\x92\ -\x16\xdc\x26\x71\x52\x54\x27\x1a\x00\x60\x32\xce\x88\xb6\x4c\x8d\ -\xc7\xf8\x25\xcd\xa2\x6d\xe2\x63\xb1\x32\xaa\x63\x12\x00\xf4\xc5\ -\x21\x21\x49\xd2\x82\x7b\x6f\x54\x27\x18\x00\x60\xf1\xda\x97\x8f\ -\xef\x8b\xf6\xae\x2d\x49\x9a\x75\x77\x8c\x1f\x46\x75\x7c\x02\x80\ -\xbe\xf8\xbb\x90\x24\x69\x8d\x7b\x40\x54\x27\x16\x00\x60\xf1\x8e\ -\x8e\xbb\x84\x24\xcd\xb3\x65\xf1\xac\x38\x3b\xaa\x63\x15\x00\x74\ -\xdd\x99\x71\x9d\x90\x24\x69\xb5\xdb\x30\x8e\x8f\xea\xc4\x02\x00\ -\x2c\xdc\x8a\x78\x7d\xac\x1b\x92\xd4\x95\xb6\x88\x0f\x45\x75\xdc\ -\x02\x80\xae\x6b\x4b\x3b\x4a\x92\xb4\xda\xbd\x33\xaa\x13\x0a\x00\ -\xb0\x70\xbf\x8c\x9d\x42\x92\xba\xda\xbd\xe2\x17\x51\x1d\xc3\x00\ -\xa0\xcb\x1e\x11\x92\x24\x5d\x65\xed\x43\x8f\x17\x22\x02\xc0\xe4\ -\xb4\xf3\xea\xfe\xb1\x7e\x48\x52\xd7\x5b\x1e\x2f\x8d\xf3\xa3\x3a\ -\xa6\x01\x40\x17\x9d\x16\xde\xad\x27\x49\xba\xd2\x36\x88\x63\xa3\ -\x3a\x91\x00\x00\x6b\xee\xb8\xb8\x67\x48\x52\xdf\xba\x51\x7c\x3e\ -\xaa\x63\x1b\x00\x74\xd1\x7f\x84\x24\x49\xab\xec\x9f\xa3\x3a\x81\ -\x00\x00\x6b\xee\xa0\xb8\x46\x48\x52\x5f\x5b\x12\x7b\xc6\x1f\xa3\ -\x3a\xce\x01\x40\xd7\x3c\x30\x24\x49\xba\x42\x3b\x44\x7b\x31\x6b\ -\x75\xf2\x00\x00\x56\xdf\x1f\xe2\x91\x21\x49\x43\x69\xeb\xf8\x56\ -\x54\xc7\x3c\x00\xe8\x92\xdf\xc4\xd5\x43\x92\xa4\xff\x6b\x59\xfc\ -\x77\x54\x27\x0e\x00\x60\xf5\x1d\x11\x7f\x13\x92\x34\xb4\x96\xc6\ -\xf3\xe3\x82\xa8\x8e\x7f\x00\xd0\x15\x6f\x08\x49\x92\xfe\xaf\x67\ -\x46\x75\xc2\x00\x00\x56\xdf\xbb\xe2\x6a\x21\x49\x43\xee\x16\xf1\ -\xa3\xa8\x8e\x83\x00\xd0\x05\x97\xc4\xad\x43\x92\xa4\xb5\xb6\x0c\ -\x6b\xfa\x02\xc0\xc2\x9d\x13\x8f\x0d\x49\x1a\x4b\xeb\xc4\x7e\xd1\ -\xbe\x60\xaa\x8e\x8b\x00\x30\x6f\xdf\x8f\xf6\xf4\xa2\x24\x69\xe4\ -\x7d\x3c\xaa\x13\x05\x00\x70\xd5\x8e\x8a\x6d\x43\x92\xc6\xd8\x1d\ -\xe2\xd8\xa8\x8e\x8f\x00\x30\x6f\x7b\x85\x24\x69\xc4\xed\x12\xd5\ -\x09\x02\x00\xb8\x6a\x1f\x0b\x2f\x58\x94\x34\xf6\x36\x8e\x4f\x47\ -\x75\x9c\x04\x80\x79\x3a\x3b\xb6\x08\x49\xd2\x08\xdb\x20\x8e\x8f\ -\xea\x04\x01\x00\xac\xda\xca\x78\x45\x2c\x09\x49\xd2\x9f\x8e\x87\ -\x2f\x0a\x4b\x62\x01\xd0\x35\x1f\x0e\x49\xd2\x08\x7b\x53\x54\x27\ -\x06\x00\x60\xd5\xce\x8b\x47\x85\x24\xe9\x8a\xdd\x3d\x4e\x89\xea\ -\xf8\x09\x00\xf3\xf2\x80\x90\x24\x8d\xa8\x1d\xc2\xaf\xb3\x00\x60\ -\xcd\x9c\x18\x3b\x86\x24\x69\xd5\x5d\x27\xbe\x19\xd5\x71\x14\x00\ -\xe6\xa1\xbd\xaf\x6a\xfd\x90\x24\x8d\xa0\x65\x71\x58\x54\x27\x04\ -\x00\xa0\xf6\xfd\xb0\x7e\xb0\x24\xad\x5e\x6b\xc7\x1b\xa2\x2d\x19\ -\x58\x1d\x53\x01\x60\xd6\xda\x79\x49\x92\x34\x82\xf6\x8e\xea\x44\ -\x00\x00\xd4\x3e\x1a\x57\x0b\x49\xd2\x9a\xf5\x90\xf8\x63\x54\xc7\ -\x56\x00\x98\xa5\x8b\xe3\x56\x21\x49\x1a\x70\x5b\xc6\x1f\xa2\x3a\ -\x11\x00\x00\x57\xf4\xce\x68\x4f\x4f\x4a\x92\x16\xd6\x76\x71\x42\ -\x54\xc7\x58\x00\x98\xa5\xef\xc5\xd2\x90\x24\x0d\xb4\xf6\x0b\xd6\ -\xea\x04\x00\x00\x5c\xd1\x7e\x21\x49\x5a\x7c\xd7\x8d\xc3\xa3\x3a\ -\xd6\x02\xc0\x2c\x3d\x2d\x24\x49\x03\xec\x81\x51\x1d\xf8\x01\x80\ -\xbf\x74\x69\x3c\x33\x24\x49\x93\x6b\x83\x38\x24\xaa\xe3\x2e\x00\ -\xcc\xca\x59\x71\x9d\x90\x24\x0d\xa8\xb6\x6e\xf9\x31\x51\x1d\xf8\ -\x01\x80\xcb\x5c\x14\xbb\x87\x24\x69\xf2\xb5\x25\x05\xf7\x8f\xea\ -\xf8\x0b\x00\xb3\xf2\xbe\x90\x24\x0d\xa8\x97\x46\x75\xc0\x07\x00\ -\x2e\x73\x5e\xdc\x2f\x24\x49\xd3\xed\x1f\x62\x45\x54\xc7\x62\x00\ -\x98\xb6\x95\x71\xc7\x90\x24\x0d\xa0\xad\xa2\x7d\xa1\x53\x1d\xf0\ -\x01\x80\x3f\x69\xe7\xca\xbb\x87\x24\x69\x36\xed\x1a\xe7\x46\x75\ -\x4c\x06\x80\x69\xfb\xef\xf0\x42\x74\x49\x1a\x40\x1f\x89\xea\x40\ -\x0f\x00\xfc\x49\xbb\xf9\x71\xaf\x90\x24\xcd\xb6\xdb\xc5\xef\xa2\ -\x3a\x36\x03\xc0\xb4\xed\x15\x92\xa4\x1e\x77\x8f\xa8\x0e\xf0\x00\ -\xc0\x9f\xb4\x9b\x1f\xf7\x09\x49\xd2\x7c\xba\x59\x9c\x14\xd5\x31\ -\x1a\x00\xa6\xe9\x8c\xb8\x56\x48\x92\x7a\xd8\xda\x71\x54\x54\x07\ -\x78\x00\x60\xad\xb5\x2e\x88\xfb\x86\x24\x69\xbe\x6d\x1d\xc7\x46\ -\x75\xac\x06\x80\x69\x3a\x30\x24\x49\x3d\xec\xb9\x51\x1d\xd8\x01\ -\x80\xb5\xd6\xba\x30\xee\x1f\x92\xa4\x6e\xb4\x45\x1c\x1d\xd5\x31\ -\x1b\x00\xa6\x65\x45\x6c\x1f\x92\xa4\x1e\x75\x9d\xf8\x43\x54\x07\ -\x76\x00\x18\xbb\x8b\xe2\x01\x21\x49\xea\x56\x9b\xc7\x4f\xa3\x3a\ -\x76\x03\xc0\xb4\x7c\x2b\x96\x84\x24\xa9\x27\xbd\x2f\xaa\x03\x3a\ -\x00\x8c\xdd\xca\x78\x6c\x48\x92\xba\xd9\x66\xe1\x26\x08\x00\xb3\ -\xb6\x7b\x48\x92\x7a\xd0\x1d\xa3\x7d\xb9\x53\x1d\xcc\x01\x60\xec\ -\x5e\x1c\x92\xa4\x6e\xe7\x26\x08\x00\xb3\xf6\xdb\xd8\x30\x24\x49\ -\x1d\x6e\x69\xfc\x77\x54\x07\x72\x00\x18\x3b\x2f\x38\x94\xa4\xfe\ -\xd4\x6e\x82\x78\x27\x08\x00\xb3\xf4\xa6\x90\x24\x75\xb8\xa7\x44\ -\x75\x00\x07\x80\xb1\xfb\x74\x2c\x0b\x69\x56\xb5\x75\xa4\x37\x89\ -\xeb\xc7\xb6\xb1\xe3\xe5\xdc\x39\xee\xfd\xbf\xee\xfa\xbf\xff\xbb\ -\x3f\xbb\x45\xdc\x28\xda\x7f\xd6\xcc\x6a\xec\x5d\x2f\x7e\x15\xd5\ -\x71\x1d\x00\x26\xed\xe2\x68\xd7\x6d\x92\xa4\x0e\x76\xad\x38\x23\ -\xaa\x03\x38\x00\x8c\xd9\x77\x63\xfd\x90\x26\x51\xfb\x55\xfa\xed\ -\xe2\x91\xf1\x82\x78\x6b\x7c\x30\xbe\x12\x47\xc6\xc9\x71\x7e\x54\ -\xb3\xb8\x10\xe7\xc5\xa9\xf1\xb3\xf8\x66\xfc\x47\xb4\xff\xce\xb6\ -\x9c\xdb\x13\xe2\x6e\xb1\x65\x48\x43\xed\xc6\x71\x62\x54\xfb\x07\ -\x00\x4c\xda\x97\x42\x92\xd4\xc1\xda\xb2\x1e\xd5\x81\x1b\x00\xc6\ -\xec\x17\xb1\x51\x48\x6b\xda\x56\xb1\x4b\xbc\x28\xde\x1f\x87\xc7\ -\x39\x51\xcd\x59\x17\xb4\x1b\x25\x3f\x89\x8f\xc7\x2b\xe3\xa1\xb1\ -\x75\x48\x43\xe8\xe6\x71\x7a\x54\xb3\x0f\x00\x93\xf6\x90\x90\x24\ -\x75\xa8\x5b\xc7\x8a\xa8\x0e\xda\x00\x30\x56\x67\xc7\xcd\x42\xba\ -\xaa\xae\x16\x77\x8f\x7d\xe2\x53\x71\x4a\x54\x33\xd5\x47\x67\xc5\ -\xd7\xe3\x55\x71\xdf\xf0\x72\x4f\xf5\xb5\x3b\x44\xbb\xd1\x57\xcd\ -\x39\x00\x4c\xd2\xb1\xd1\xae\x0f\x25\x49\x1d\xa9\x2d\xb9\x50\x1d\ -\xb0\x01\x60\xac\x56\xc6\xae\x21\x55\xb5\xf7\x73\xec\x10\x2f\x8c\ -\x2f\xc7\x24\x97\xac\xea\xba\x4b\xe2\x07\xf1\xfa\xd8\x39\xbc\x67\ -\x44\x7d\xaa\x1d\xd7\xfd\xf0\x0b\x80\x59\x68\xd7\x89\x92\xa4\x0e\ -\xf4\xa0\xa8\x0e\xd4\x00\x30\x66\x2f\x0b\xe9\xf2\x2d\x8d\x3b\xc5\ -\x9b\xe3\x37\x51\xcd\xcd\x18\xb5\x77\xc8\x1d\x1c\x8f\x8a\xf5\x42\ -\xea\x7a\x7f\x1f\xed\x26\x77\x35\xcf\x00\x30\x29\x7f\x88\xf6\xee\ -\x37\x49\xd2\x1c\x5b\x3b\x8e\x8e\xea\x40\x0d\x00\x63\xf5\x89\x68\ -\xbf\xf0\x97\x5a\xed\x05\xca\xaf\x8b\xdf\x46\x35\x2f\x5c\xe6\x8f\ -\xf1\xde\xb8\x57\xb4\x1b\x46\x52\x57\x7b\x71\x54\x33\x0c\x00\x93\ -\xf4\xf6\x90\x24\xcd\xb1\xa7\x45\x75\x80\x06\x80\xb1\xfa\x69\x78\ -\xc7\x81\xd6\x89\xdd\xe3\x9b\xe1\x97\xe2\x0b\x73\x62\xbc\x34\xae\ -\x1d\x52\xd7\x6a\x37\xb9\x3f\x10\xd5\xec\x02\xc0\xa4\xb4\xa5\x43\ -\xbd\x53\x50\x92\xe6\xd4\x35\xe2\xb4\xa8\x0e\xd0\x00\x30\x46\xed\ -\x31\xf5\xbf\x09\x8d\xb7\xab\xc7\x3f\xc4\x71\x51\xcd\x08\x6b\xee\ -\xc2\x78\x5f\xdc\x26\xa4\x2e\xb5\x3c\x0e\x8d\x6a\x6e\x01\x60\x52\ -\x3e\x13\x92\xa4\x39\xf4\xda\xa8\x0e\xcc\x00\x30\x56\x8f\x0d\x8d\ -\xb3\xf6\xee\x8a\x7d\xe2\xcc\xa8\x66\x83\xc9\xf8\x42\xdc\x2e\xa4\ -\xae\xd4\xd6\x66\x3f\x21\xaa\x79\x05\x80\x49\x69\xcb\x83\x4a\x92\ -\x66\xd8\x56\x71\x41\x54\x07\x65\x00\x18\xa3\xf6\x12\x67\x8d\xaf\ -\xf6\x3e\xb4\xa7\xc4\x49\x51\xcd\x05\xd3\x71\x48\x6c\x1f\x52\x17\ -\xda\x2e\xce\x8d\x6a\x56\x01\x60\x12\x8e\x08\xef\x47\x93\xa4\x19\ -\x66\xbd\x5b\x00\xb8\xcc\xaf\xc3\x7b\x3f\xc6\xd7\x1d\xe2\xc8\xa8\ -\x66\x82\xe9\xbb\x34\xde\x13\x9b\x86\x34\xef\x1e\x15\xd5\x9c\x02\ -\xc0\xa4\x3c\x29\x24\x49\x33\xa8\x2d\x3b\xe0\x65\x9e\x00\xf0\x27\ -\x17\x47\xfb\x22\x5c\xe3\xa9\xdd\xec\x3a\x20\xda\x17\xf0\xd5\x4c\ -\x30\x5b\x67\xc5\xde\xd1\x9e\xc6\x91\xe6\xd9\x3f\x47\x35\xa3\x00\ -\x30\x09\xed\x89\xe3\xf6\xbe\x39\x49\xd2\x94\xfb\x66\x54\x07\x62\ -\x00\x18\xa3\xf6\xde\x07\x8d\xa7\x9d\xe3\xf8\xa8\x66\x81\xf9\xfa\ -\x41\x6c\x1b\xd2\xbc\x6a\x37\xe1\x7c\x56\x02\x60\x9a\x5e\x1e\x92\ -\xa4\x29\xf6\xb0\xa8\x0e\xc0\x00\x30\x46\x5f\x8f\x65\xa1\xe1\xd7\ -\xd6\x5c\x7e\x49\x5c\x12\xd5\x2c\xd0\x0d\xe7\xc7\xb3\x62\x49\x48\ -\xf3\x68\xf3\xf0\x4e\x20\x00\xa6\xa5\xbd\x73\xea\xba\x21\x49\x9a\ -\x42\xeb\xc4\x2f\xa3\x3a\x00\x03\xc0\xd8\x9c\x17\x37\x0e\x0d\xbf\ -\x4d\xe2\x2b\x51\xcd\x01\xdd\xd4\xb6\x57\xfb\x22\x5a\x9a\x47\x77\ -\x8f\x15\x51\xcd\x26\x00\x2c\x56\x7b\x07\x9a\x24\x69\x0a\x3d\x3b\ -\xaa\x03\x2f\x00\x8c\xd1\xf3\x43\xc3\xaf\xdd\xe4\xfa\x59\x54\x33\ -\x40\xb7\x9d\x10\xed\xdd\x75\xd2\x3c\x7a\x65\x54\x73\x09\x00\x8b\ -\xd5\xde\x43\x77\xeb\x90\x24\x4d\xb0\xf6\xcb\xc7\x33\xa2\x3a\xf0\ -\x02\xc0\xd8\x1c\x1e\x96\xbe\x1a\x7e\x77\x8a\xdf\x45\x35\x03\xf4\ -\xc3\x05\xf1\xa4\x90\x66\x5d\x3b\x47\x78\x1f\x08\x00\xd3\xf2\xd5\ -\x90\x24\x4d\xb0\x37\x45\x75\xc0\x05\x80\xb1\xb9\x38\xb6\x0f\x0d\ -\xbb\xbb\x45\x5b\x63\xb9\x9a\x01\xfa\xe7\xb5\xe1\xbd\x20\x9a\x75\ -\x5b\x86\x1f\x91\x01\x30\x2d\x0f\x0c\x49\xd2\x04\xba\x7e\xb4\x5f\ -\xcf\x55\x07\x5b\x00\x18\x9b\xf6\x45\xaa\x86\xdd\x3d\xa3\xbd\xe3\ -\xa5\xda\xfe\xf4\xd7\xbb\xc3\x93\x5b\x9a\x75\x0f\x8f\x6a\x1e\x01\ -\x60\xb1\x7e\x1c\x4b\x43\x92\xb4\xc8\x0e\x8a\xea\x40\x0b\x00\x63\ -\xf3\x8b\xb8\x5a\x68\xb8\xed\x1c\x6e\x7e\x0c\xd7\x27\x62\x79\x48\ -\xb3\xec\xe0\xa8\xe6\x11\x00\x16\x6b\xf7\x90\x24\x2d\xa2\x6d\xe3\ -\x92\xa8\x0e\xb2\x00\x30\x36\xf7\x0b\x0d\xb7\x6d\xe2\xf4\xa8\xb6\ -\x3d\xc3\xf1\xe9\x58\x27\xa4\x59\xb5\x71\xb4\x97\xf2\x57\xf3\x08\ -\x00\x8b\xf1\xab\x70\x5d\x23\x49\x8b\xe8\xa3\x51\x1d\x60\x01\x60\ -\x6c\x3e\x1f\x1a\x6e\x9b\xc5\x31\x51\x6d\x7b\x86\xe7\x43\x61\x39\ -\x2c\xcd\xb2\x7b\xc5\xca\xa8\xe6\x11\x00\x16\x63\xaf\x90\x24\x2d\ -\xa0\xdb\x86\x8b\x74\x00\xf8\xd3\xd3\x90\x37\x0b\x0d\xb3\xf6\x45\ -\xf8\xb7\xa2\xda\xf6\x0c\x57\x7b\x27\x88\x17\xa3\x6b\x96\xfd\x4b\ -\x54\xb3\x08\x00\x8b\x71\x72\xac\x1f\x92\xa4\x35\xec\x4b\x51\x1d\ -\x58\x01\x60\x6c\xde\x1e\x1a\x6e\xaf\x8b\x6a\xbb\x33\x7c\x2f\x09\ -\x69\x56\x6d\x14\xbf\x8d\x6a\x16\x01\x60\x31\x5e\x14\x92\xa4\x35\ -\xe8\x6e\x51\x1d\x50\x01\x60\x6c\xce\x8a\x4d\x43\xc3\xec\x81\xe1\ -\x89\xd7\xf1\x6a\xdb\xfe\x61\x21\xcd\xaa\x5d\xa3\x9a\x45\x00\x58\ -\x8c\x33\xa3\xdd\x68\x97\x24\xad\x66\xdf\x8b\xea\x80\x0a\x00\x63\ -\xf3\xdc\xd0\x30\x6b\x37\xb6\xbc\xf4\x9c\xf3\x62\x87\x90\x66\xd5\ -\x87\xa3\x9a\x45\x00\x58\x8c\x57\x87\x24\x69\x35\xf2\xab\x24\x00\ -\xf8\x93\x63\x63\x79\x68\x98\x7d\x20\xaa\xed\xce\xf8\x1c\x17\x1b\ -\x87\x34\x8b\xae\x1d\xed\xe9\xc2\x6a\x16\x01\x60\xa1\xce\x8d\x76\ -\x8e\x91\x24\x5d\x49\x4b\xe3\xa8\xa8\x0e\xa4\x00\x30\x36\x4f\x09\ -\x0d\xb3\xb6\xf4\x55\xb5\xcd\x19\xaf\x8f\x84\x34\xab\x9e\x19\xd5\ -\x1c\x02\xc0\x62\x1c\x10\x92\xa4\x2b\xe9\x71\x51\x1d\x40\x01\x60\ -\x6c\x7e\x13\xeb\x84\x86\xd7\xd5\xe2\xf8\xa8\xb6\x3b\xe3\xe6\xa6\ -\xa7\x66\xd5\xb2\x38\x22\xaa\x39\x04\x80\x85\xba\x28\xb6\x0e\x49\ -\x52\x51\x5b\xe2\xa3\x2d\xf5\x51\x1d\x40\x01\x60\x6c\xf6\x0c\x0d\ -\xb3\x17\x45\xb5\xcd\xa1\xbd\x0f\xe4\x26\x21\xcd\xa2\x3b\x45\x7b\ -\x11\x7f\x35\x8b\x00\xb0\x50\xef\x0f\x49\x52\xd1\x33\xa2\x3a\x70\ -\x02\xc0\xd8\xb4\xf7\x01\x78\xf7\xc7\x30\x6b\x2f\x3e\x3f\x3b\xaa\ -\xed\x0e\xcd\x37\x62\x49\x48\xb3\xe8\x7d\x51\xcd\x21\x00\x2c\xd4\ -\xa5\x71\xf3\x90\x24\x5d\xae\xab\xc7\xa9\x51\x1d\x38\x01\x60\x6c\ -\x9e\x16\x1a\x66\x6f\x8d\x6a\x9b\xc3\xe5\xed\x11\xd2\x2c\xda\x22\ -\xce\x89\x6a\x0e\x01\x60\xa1\x3e\x11\x92\xa4\xcb\xf5\xe2\xa8\x0e\ -\x98\x00\x30\x36\x27\x84\xa7\x3f\x86\x59\x7b\xfa\xe3\xfc\xa8\xb6\ -\x3b\x5c\xde\xef\xe3\xda\x21\xcd\xa2\x97\x47\x35\x87\x00\xb0\x50\ -\x6d\x89\xc5\x3b\x84\x24\x29\x5d\x23\xda\x87\xbc\xea\x80\x09\x00\ -\x63\xf3\xfc\xd0\x30\xdb\x2f\xaa\x6d\x0e\x15\xeb\x67\x6b\x56\xad\ -\x1f\xbf\x8d\x6a\x0e\x01\x60\xa1\xbe\x14\x92\xa4\xb4\x6f\x54\x07\ -\x4a\x00\x18\x9b\xf6\x74\xc0\xc6\xa1\xe1\xb5\x41\x9c\x11\xd5\x76\ -\x87\x4a\x5b\x3f\xfb\x36\x21\xcd\xa2\x27\x45\x35\x87\x00\xb0\x18\ -\x3b\x85\x24\x8d\xba\x0d\xe3\xcc\xa8\x0e\x92\x00\x30\x36\xff\x1a\ -\x1a\x66\x4f\x8f\x6a\x9b\xc3\x95\xf9\x6a\x48\xb3\x68\x69\x1c\x19\ -\xd5\x1c\x02\xc0\x42\x7d\x21\x24\x69\xd4\xed\x13\xd5\x01\x12\x00\ -\xc6\xe8\x56\xa1\x61\xf6\xc3\xa8\xb6\x39\x5c\x95\x07\x86\x34\x8b\ -\x76\x8d\x6a\x06\x01\x60\x31\xbc\x0b\x44\xd2\x68\xb3\x14\x04\x00\ -\x5c\xe6\xeb\xa1\x61\xd6\x96\x31\xaa\xb6\x39\xac\x8e\x23\x62\x49\ -\x48\xd3\xae\xcd\xd9\xa1\x51\xcd\x21\x00\x2c\xd4\xe7\x43\x92\x46\ -\xd9\x8b\xa3\x3a\x30\x02\xc0\x18\x3d\x32\x34\xcc\x0e\x8c\x6a\x9b\ -\xc3\xea\x7a\x50\x48\xb3\xe8\x3e\x51\xcd\x20\x00\x2c\xc6\xed\x43\ -\x92\x46\x55\x7b\xfa\xe3\x77\x51\x1d\x14\x01\x60\x6c\x4e\x8a\xb5\ -\x43\xc3\xab\x6d\x57\x4f\xbc\xb2\x58\xdf\x0d\x69\x56\x7d\x23\xaa\ -\x39\x04\x80\x85\xfa\x6c\x48\xd2\xa8\x7a\x51\x54\x07\x44\x00\x18\ -\xa3\x7f\x0a\x0d\xb3\x7b\x45\xb5\xcd\x61\x4d\xdd\x33\xa4\x59\xd4\ -\x66\xad\x9a\x41\x00\x58\x8c\xdb\x86\x24\x8d\xa2\xab\xc7\xe9\x51\ -\x1d\x0c\x01\x60\x8c\xb6\x0f\x0d\xb3\xb7\x47\xb5\xcd\x61\x4d\x7d\ -\x31\xa4\x59\xd5\x9e\x3a\xaa\xe6\x10\x00\x16\xea\x33\x21\x49\xa3\ -\xe8\x05\x51\x1d\x08\x01\x60\x8c\x8e\x0a\x0d\xb3\xa5\xd1\x96\x37\ -\xab\xb6\x3b\xac\xa9\x4b\x63\x9b\x90\x66\x51\x7b\xef\x4c\x35\x87\ -\x00\xb0\x50\x2b\xc3\x53\x20\x92\x06\xdf\xfa\x71\x5a\x54\x07\x42\ -\x00\x18\xa3\x17\x87\x86\xd9\x0e\x51\x6d\x73\x58\xa8\x37\x86\x34\ -\x8b\x96\xc4\x8f\xa3\x9a\x43\x00\x58\xa8\x43\x42\x92\x06\xdd\xf3\ -\xa2\x3a\x00\x02\xc0\x18\xb5\x5f\x74\x6f\x15\x1a\x66\xcf\x8f\x6a\ -\xbb\xc3\x42\xb5\x17\xea\xaf\x17\xd2\x2c\xda\x2d\xaa\x39\x04\x80\ -\x85\x6a\x4f\x81\xdc\x26\x24\x69\x90\xb5\xa7\x3f\x4e\x8d\xea\x00\ -\x08\x00\x63\xf4\x8d\xd0\x70\xfb\x7c\x54\xdb\x1d\x16\xe3\x09\x21\ -\xcd\xa2\xb5\xe3\xf8\xa8\xe6\x10\x00\x16\xea\x53\x21\x49\x83\xec\ -\xb9\x51\x1d\xf8\x00\x60\xac\x9e\x1e\x1a\x66\xeb\xc4\x39\x51\x6d\ -\x77\x58\x8c\xaf\x85\x34\xab\x3c\xc9\x06\xc0\xa4\xb5\xa7\x40\xb6\ -\x0f\x49\x1a\x54\xed\x51\xfd\x53\xa2\x3a\xf0\x01\xc0\x58\x59\xfe\ -\x6a\xb8\xdd\x3e\xaa\x6d\x0e\x8b\xd5\x96\xce\xdb\x32\xa4\x59\xb4\ -\x71\xb8\x99\x0b\xc0\xa4\x7d\x32\x24\x69\x50\x3d\x3b\xaa\x03\x1e\ -\x00\x8c\xd5\x4f\x43\xc3\xad\x3d\xdd\x53\x6d\x77\x98\x84\x17\x84\ -\x34\xab\xf6\x8f\x6a\x0e\x01\x60\xa1\xda\x53\x20\xb7\x0e\x49\x1a\ -\x44\xcb\xc3\xda\xb1\x00\xf0\x97\xde\x14\x1a\x6e\xff\x16\xd5\x76\ -\x87\x49\x38\x22\xa4\x59\xb5\x4d\xb4\x27\x8f\xaa\x59\x04\x80\x85\ -\xfa\x60\x48\xd2\x20\x6a\x2f\x6a\xac\x0e\x74\x00\x30\x66\xf7\x08\ -\x0d\xb7\x9f\x44\xb5\xdd\x61\x52\xb6\x0d\x69\x56\x7d\x31\xaa\x39\ -\x04\x80\x85\xba\x24\xb6\x0e\x49\xea\x75\x4b\xe2\xe8\xa8\x0e\x74\ -\x00\x30\x56\x67\x47\x7b\x49\xb6\x86\x59\x7b\xf7\x59\xfb\x40\x57\ -\x6d\x7b\x98\x14\xcb\x60\x69\x96\x3d\x34\xaa\x39\x04\x80\xc5\x78\ -\x7b\x48\x52\xaf\xfb\xdb\xa8\x0e\x70\x00\x30\x66\x1f\x09\x0d\xb7\ -\x5b\x45\xb5\xdd\x61\x92\xbe\x1d\xd2\xac\x5a\x3b\x4e\x8a\x6a\x16\ -\x01\x60\xa1\xce\x8f\xcd\x42\x92\x7a\xdb\xf7\xa2\x3a\xc0\x01\xc0\ -\x98\xed\x1d\x1a\x6e\x8f\x8c\x6a\xbb\xc3\x24\xad\x88\xcd\x43\x9a\ -\x55\xfb\x45\x35\x8b\x00\xb0\x18\xaf\x0a\x49\xea\x65\x77\x8d\xea\ -\xc0\x06\x00\x63\x77\xeb\xd0\x70\xdb\x37\xaa\xed\x0e\x93\xf6\xc4\ -\x90\x66\xd5\x0d\xc2\xcb\xd0\x01\x98\xb4\xb3\x62\x83\x90\xa4\xde\ -\xf5\xb9\xa8\x0e\x6c\x00\x30\x66\xe7\xc4\xb2\xd0\x70\x3b\x38\xaa\ -\x6d\x0f\x93\xf6\x1f\x21\xcd\xb2\xaf\x46\x35\x8b\x00\xb0\x18\xcf\ -\x0b\x49\xea\x55\x6d\xed\xeb\x95\x51\x1d\xd4\x00\x60\xcc\xbe\x1c\ -\x1a\x76\x96\x00\x65\x56\x4e\x8f\x25\x21\xcd\xaa\xc7\x47\x35\x8b\ -\x00\xb0\x18\xbf\x8d\xe5\x21\x49\xbd\xe9\x03\x51\x1d\xd0\x00\x60\ -\xec\x5e\x19\x1a\x76\xc7\x47\xb5\xed\x61\x1a\xda\x0f\x8f\xa4\x59\ -\x75\xf5\x68\x4f\x32\x56\xb3\x08\x00\x8b\xf1\xe4\x90\xa4\x5e\x74\ -\xc3\xb8\x24\xaa\x83\x19\x00\x8c\xdd\x7d\x43\xc3\xad\xfd\x1a\xff\ -\xe2\xa8\xb6\x3d\x4c\xc3\xb3\x43\x9a\x65\xff\x1e\xd5\x2c\x02\xc0\ -\x62\xfc\x2c\x96\x86\x24\x75\xbe\x03\xa2\x3a\x90\x01\xc0\xd8\xb5\ -\xe5\x21\x37\x0a\x0d\xb7\x6b\x47\xb5\xed\x61\x5a\x0e\x09\x69\x96\ -\xdd\x2b\xaa\x59\x04\x80\xc5\x7a\x68\x48\x52\xa7\xdb\x34\xce\x8f\ -\xea\x20\x06\x00\x63\x77\x5c\x68\xd8\xdd\x26\xaa\x6d\x0f\xd3\x72\ -\x66\x78\x0f\x88\x66\xd9\xb2\x38\x35\xaa\x79\x04\x80\xc5\x38\x34\ -\x24\xa9\xd3\xbd\x2a\xaa\x03\x18\x00\xb0\xd6\x5a\x9f\x0f\x0d\xbb\ -\xfb\x47\xb5\xed\x61\x9a\x6e\x1a\xd2\x2c\xfb\x97\xa8\x66\x11\x00\ -\x16\xeb\xee\x21\x49\x9d\x6c\x83\xf8\x7d\x54\x07\x2f\x00\x60\xad\ -\xb5\xfe\x39\x34\xec\x76\x8b\x6a\xdb\xc3\x34\x3d\x31\xa4\x59\x76\ -\x8f\xa8\x66\x11\x00\x16\xeb\x8b\x21\x49\x9d\xec\xb9\x51\x1d\xb8\ -\x00\x80\x3f\x79\x4a\x68\xd8\x3d\x35\xaa\x6d\x0f\xd3\x74\x60\x48\ -\xb3\xcc\x32\x58\x00\x4c\x4b\x7b\x6f\xe2\x0e\x21\x49\x9d\x6a\xed\ -\x38\x3e\xaa\x03\x17\x00\xf0\x27\x77\x0e\x0d\xbb\x17\x45\xb5\xed\ -\x61\x9a\x0e\x0f\x69\xd6\x59\x06\x0b\x80\x69\x79\x7f\x48\x52\xa7\ -\x7a\x54\x54\x07\x2c\x00\xe0\x32\x9b\x84\x86\xdd\x6b\xa3\xda\xf6\ -\x30\x4d\x97\xc4\xba\x21\xcd\xb2\xfb\x46\x35\x8f\x00\xb0\x58\x17\ -\xc5\x16\x21\x49\x9d\xe9\xfb\x51\x1d\xb0\x00\x80\x3f\x39\x3d\x34\ -\xfc\xda\x52\x44\xd5\xf6\x87\x69\xdb\x3e\xa4\x59\xd6\x6e\xba\x9d\ -\x13\xd5\x3c\x02\xc0\x62\xbd\x2a\x24\xa9\x13\xdd\x31\xaa\x03\x15\ -\x00\x70\x99\x1f\x85\x86\x9f\x1b\x20\xcc\xcb\x13\x42\x9a\x75\x1f\ -\x8b\x6a\x1e\x01\x60\xb1\x7e\x17\xeb\x85\x24\xcd\xbd\x0f\x47\x75\ -\xa0\x02\x00\x2e\xf3\xf9\xd0\xf0\x3b\x28\xaa\xed\x0f\xd3\xf6\xe6\ -\x90\x66\x5d\xbb\xf1\x56\xcd\x23\x00\x4c\xc2\xdf\x87\x24\xcd\xb5\ -\xeb\x47\x5b\x73\xb8\x3a\x48\x01\x00\x97\x79\x4f\x68\xf8\x7d\x30\ -\xaa\xed\x0f\xd3\xf6\xe5\x90\x66\xdd\xe6\x71\x69\x54\x33\x09\x00\ -\x8b\x75\x74\x2c\x09\x49\x9a\x5b\x6d\x3d\xbe\xea\x00\x05\x00\xfc\ -\xa5\x57\x87\x86\x9f\x1b\x20\xcc\xcb\x29\x21\xcd\xa3\xc3\xa2\x9a\ -\x49\x00\x98\x84\xfb\x85\x24\xcd\xa5\xb6\x0e\x5f\x5b\x8f\xaf\x3a\ -\x38\x01\x00\x7f\xe9\x99\xa1\xe1\xe7\x06\x08\xf3\xb4\x71\x48\xb3\ -\xae\xdd\xe0\xaf\xe6\x11\x00\x26\xe1\x8b\x21\x49\x73\xa9\xad\xc3\ -\x57\x1d\x98\x00\x80\x2b\x7a\x78\x68\xf8\xb9\x01\xc2\x3c\xed\x18\ -\xd2\xac\xbb\x5b\x54\xf3\x08\x00\x93\xb0\x32\x6e\x12\x92\x34\xd3\ -\xda\xfa\x7b\x6d\x1d\xbe\xea\xc0\x04\x00\x5c\xd1\x5d\x43\xc3\xcf\ -\x0d\x10\xe6\xe9\x31\x21\xcd\xba\xe5\x71\x6e\x54\x33\x09\x00\x93\ -\xb0\x7f\x48\xd2\x4c\x6b\xeb\xef\x55\x07\x24\x00\xa0\x76\xc7\xd0\ -\xf0\x73\x03\x84\x79\x7a\x69\x48\xf3\xe8\x73\x51\xcd\x24\x00\x4c\ -\xc2\x39\x61\xa9\x4f\x49\x33\xad\xad\xbf\x57\x1d\x90\x00\x80\xda\ -\x76\xa1\xe1\x77\x50\x54\xdb\x1f\x66\xe1\xfd\x21\xcd\xa3\xe7\x46\ -\x35\x93\x00\x30\x29\xcf\x0f\x49\x9a\x49\x37\x8b\xb6\xfe\x5e\x75\ -\x30\x02\x00\x6a\x37\x0d\x0d\xbf\x03\xa3\xda\xfe\x30\x0b\xdf\x0d\ -\x69\x1e\xdd\x36\xaa\x99\x04\x80\x49\x39\x3e\xd6\x0e\x49\x9a\x7a\ -\x6d\xdd\xbd\xea\x40\x04\x00\xac\xda\x56\xa1\xe1\xe7\x3a\x89\x79\ -\x3a\x21\xa4\x79\xd4\xbe\x90\x6a\xcb\x93\x54\x73\x09\x00\x93\xf2\ -\xa8\x90\xa4\xa9\xd6\xd6\xdb\x73\x61\x0b\x00\x6b\x6e\xf3\xd0\xf0\ -\x7b\x6d\x54\xdb\x1f\x66\x61\x45\xf8\x65\xa4\xe6\xd5\x97\xa3\x9a\ -\x4b\x00\x98\x94\xef\x87\x24\x4d\xb5\xb6\xde\x5e\x75\x00\x02\x00\ -\xae\xdc\x46\xa1\xe1\xf7\xe2\xa8\xb6\x3f\xcc\xca\xf5\x43\x9a\x47\ -\xed\x25\xfc\xd5\x4c\x02\xc0\x24\xdd\x31\x24\x69\x2a\x2d\x8d\xe3\ -\xa2\x3a\xf8\x00\x00\x57\xce\x0d\x90\x71\xf4\xf4\xa8\xb6\x3f\xcc\ -\xca\x9d\x42\x9a\x47\x77\x8f\x6a\x26\x01\x60\x92\x0e\x0e\x49\x9a\ -\x4a\x0f\x8e\xea\xc0\x03\x00\x5c\x35\x37\x40\xc6\xd1\xe3\xa3\xda\ -\xfe\x30\x2b\xbb\x85\x34\x8f\xd6\x8f\xb6\x0c\x5b\x35\x97\x00\x30\ -\x29\x17\xc4\xa6\x21\x49\x13\xef\xb3\x51\x1d\x78\x00\x80\xab\xb6\ -\x59\x68\xf8\x3d\x2c\xaa\xed\x0f\xb3\xf2\xdc\x90\xe6\xd5\x91\x51\ -\xcd\x25\x00\x4c\x52\x5b\xa2\x5f\x92\x26\xda\x0d\xe3\xd2\xa8\x0e\ -\x3a\x00\xc0\x55\xdb\x2a\x34\xfc\x2c\x01\xc3\xbc\xbd\x3e\xa4\x79\ -\xf5\x9e\xa8\xe6\x12\x00\x26\xe9\x98\x58\x12\x92\x34\xb1\x5e\x1b\ -\xd5\x01\x07\x00\x58\x3d\x7f\x13\x1a\x7e\x37\x8b\x6a\xfb\xc3\xac\ -\xb4\x2f\xa0\xa5\x79\xb5\x57\x54\x73\x09\x00\x93\x76\x9f\x90\xa4\ -\x89\xb4\x3c\x4e\x8d\xea\x60\x03\x00\xac\x9e\xdb\x86\x86\xdf\xe6\ -\x51\x6d\x7f\x98\x95\x4f\x87\x34\xaf\xda\xb9\xae\x9a\x4b\x00\x98\ -\xb4\x8f\x87\x24\x4d\xa4\x47\x47\x75\xa0\x01\x00\x56\xdf\xbd\x42\ -\xc3\x6f\x59\xac\x8c\x6a\x06\x60\x16\x0e\x0d\x69\x5e\xb5\x1f\xcf\ -\x5d\x14\xd5\x6c\x02\xc0\x24\x5d\x12\x5b\x86\x24\x2d\xba\x6f\x44\ -\x75\xa0\x01\x00\x56\x5f\x7b\x39\xb6\xc6\xd1\xef\xa2\x9a\x01\x98\ -\x85\xb6\x26\xb6\x34\xcf\x8e\x88\x6a\x36\x01\x60\xd2\x5e\x1e\x92\ -\xb4\xa8\x6e\x1e\xd5\x01\x06\x00\x58\x33\x4f\x0d\x8d\xa3\x9f\x47\ -\x35\x03\x30\x0b\x67\x87\x34\xcf\xde\x1f\xd5\x6c\x02\xc0\xa4\x9d\ -\x18\x6b\x87\x24\x2d\xb8\xb7\x45\x75\x80\x01\x00\xd6\xcc\x2b\x42\ -\xe3\xe8\xab\x51\xcd\x00\xcc\xca\x92\x90\xe6\xd5\x0b\xa2\x9a\x4b\ -\x00\x98\x86\x87\x84\x24\x2d\xa8\xab\xc7\x59\x51\x1d\x5c\x00\x80\ -\x35\xf3\xaf\xa1\x71\xf4\xbe\xa8\x66\x00\x66\x65\xa3\x90\xe6\xd5\ -\xfd\xa3\x9a\x4b\x00\x98\x86\x2f\x85\x24\x2d\xa8\x3d\xa2\x3a\xb0\ -\x00\x00\x6b\xee\xb3\xa1\x71\xf4\xea\xa8\x66\x00\x66\x65\xab\x90\ -\xe6\x55\x7b\x21\x6d\x35\x97\x00\x30\x0d\x97\xc6\x8d\x43\x92\xd6\ -\xb8\xc3\xa3\x3a\xb0\x00\x00\x6b\xee\xe8\xd0\x38\x7a\x5a\x54\x33\ -\x00\xb3\xb2\x5d\x48\xf3\xec\xf7\x51\xcd\x26\x00\x4c\xc3\x1b\x42\ -\x92\xd6\xa8\xdb\x45\x75\x40\x01\x00\x16\xe6\x82\x58\x1a\x1a\x7e\ -\x0f\x8e\x6a\x06\x60\x56\x76\x0e\x69\x9e\x7d\x2f\xaa\xd9\x04\x80\ -\x69\xf8\x5d\xac\x1b\x92\xb4\xda\xbd\x27\xaa\x03\x0a\x00\xb0\x70\ -\x96\xa5\x19\x47\xdb\x47\xb5\xfd\x61\x56\x1e\x18\xd2\x3c\x7b\x7f\ -\x54\xb3\x09\x00\xd3\xf2\xd8\x90\xa4\xd5\x6a\xe3\x38\x3f\xaa\x83\ -\x09\x00\xb0\x70\xf7\x0a\x0d\xbf\xeb\x44\xb5\xfd\x61\x56\x76\x0b\ -\x69\x9e\xed\x1b\xd5\x6c\x02\xc0\xb4\x7c\x3b\x24\x69\xb5\x7a\x66\ -\x54\x07\x12\x00\x60\x71\x9e\x13\x1a\x7e\x6b\x47\xb5\xfd\x61\x56\ -\x76\x0f\x69\x9e\xb5\x9b\x70\xd5\x6c\x02\xc0\x34\xdd\x22\x24\xe9\ -\x2a\xfb\x71\x54\x07\x11\x00\x60\x71\xde\x1b\x1a\x47\x67\x44\x35\ -\x03\x30\x0b\xed\x45\xfc\xd2\x3c\xb3\x14\x20\x00\xf3\xf0\xa6\x90\ -\xa4\x2b\x6d\x87\xa8\x0e\x20\x00\xc0\xe2\x1d\x1e\x1a\x47\x3f\x8f\ -\x6a\x06\x60\x16\xf6\x0e\x69\x9e\x6d\x18\xd5\x6c\x02\xc0\x34\x9d\ -\x16\xeb\x84\x24\xad\xb2\xfd\xa3\x3a\x80\x00\x00\x8b\x77\x41\xac\ -\x1b\x1a\x7e\x47\x46\x35\x03\x30\x0b\x2f\x0e\x69\xde\x9d\x19\xd5\ -\x7c\x02\xc0\x34\xfd\x6d\x48\x52\xd9\xf2\xb0\x5c\x03\x00\x4c\xd7\ -\x9d\x42\xc3\xef\xb0\xa8\xb6\x3f\xcc\xc2\x4b\x43\x9a\x77\x3f\x8a\ -\x6a\x3e\x01\x60\x9a\x3e\x15\x92\x54\xf6\xc8\xa8\x0e\x1c\x00\xc0\ -\xe4\x3c\x37\x34\xfc\xbe\x1d\xd5\xf6\x87\x59\x78\x5d\x48\xf3\xae\ -\x7d\x01\x55\xcd\x27\x00\x4c\xd3\xc5\xb1\x79\x48\xd2\x15\xfa\x7c\ -\x54\x07\x0e\x00\x60\x72\x3e\x1e\x1a\x7e\x6e\x80\x30\x4f\x6e\x80\ -\xa8\x0b\x59\x5e\x19\x80\x79\x79\x5e\x48\xd2\x5f\xb4\x65\xac\x88\ -\xea\xa0\x01\x00\x4c\xce\xd9\xe1\xc5\x7c\xc3\xef\x88\xa8\xb6\x3f\ -\xcc\x82\x1b\x20\xea\x42\xed\xcb\xa7\x6a\x3e\x01\x60\xda\x7e\x1a\ -\x92\xf4\x17\xb5\x17\x25\x56\x07\x0c\x00\x60\xf2\xee\x12\x1a\x76\ -\xbf\x8e\x6a\xdb\xc3\x2c\xb4\x5f\xde\x4b\xf3\xce\x12\xcb\x00\xcc\ -\xd3\xed\x43\x92\xfe\xaf\x9f\x47\x75\xb0\x00\x00\x26\xcf\xaf\xb3\ -\x87\xdf\xef\xa2\xda\xf6\x30\x0b\x07\x86\x34\xef\xee\x1a\xd5\x7c\ -\x02\xc0\x2c\xb8\x1e\x92\xf4\x7f\xed\x1c\xd5\x81\x02\x00\x98\x8e\ -\x23\x43\xc3\x6d\xed\xb8\x24\xaa\x6d\x0f\xb3\xe0\x03\xbf\xba\xd0\ -\x4d\xa2\x9a\x4f\x00\x98\x85\xdf\xc7\x7a\x21\x49\x6b\x1d\x14\xd5\ -\x81\x02\x00\x98\x9e\xad\x42\xc3\xec\x86\x51\x6d\x73\x98\x15\x37\ -\x40\xd4\x85\x36\x8a\x6a\x3e\x01\x60\x56\x76\x0f\x49\x23\xef\xea\ -\xf1\xc7\xa8\x0e\x12\x00\xc0\xf4\xec\x15\x1a\x66\x77\x8f\x6a\x9b\ -\xc3\xac\xb8\x01\xa2\xae\x74\x41\x54\x33\x0a\x00\xb3\xf0\xe5\x90\ -\x34\xf2\x1e\x1f\xd5\x01\x02\x00\x98\xae\x43\x42\xc3\xec\xc9\x51\ -\x6d\x73\x98\x15\x37\x40\xd4\x95\x7e\x13\xd5\x8c\x02\xc0\x2c\x5c\ -\x1a\x9e\xbc\x97\x46\xde\xd7\xa3\x3a\x40\x00\x00\xd3\x75\x71\x5c\ -\x3b\x34\xbc\xf6\x8f\x6a\x9b\xc3\xac\xb8\x01\xa2\xae\x74\x58\x54\ -\x33\x0a\x00\xb3\xf2\x92\x90\x34\xd2\x6e\x1c\x2b\xa3\x3a\x38\x00\ -\x00\xd3\xf7\xfc\xd0\xf0\xfa\x7e\x54\xdb\x1b\x66\xc5\x0d\x10\x75\ -\xa5\x2f\x46\x35\xa3\x00\x30\x2b\xbf\x8e\x25\x21\x69\x84\xbd\x2a\ -\xaa\x03\x03\x00\x30\x1b\x47\x87\x86\xd5\xda\x71\x7e\x54\xdb\x1b\ -\x66\xe5\xed\x21\x75\xa1\xff\x88\x6a\x46\x01\x60\x96\xda\x3b\xfa\ -\x24\x8d\xac\x76\xe7\xb3\xdd\x01\xad\x0e\x0a\x00\xc0\xec\xdc\x31\ -\x34\x9c\x76\x8e\x6a\x3b\xc3\x2c\xbd\x2e\xa4\x2e\xd4\x9e\x46\xaa\ -\x66\x14\x00\x66\xe9\xa0\x90\x34\xb2\x76\x8a\xea\x80\x00\x00\xcc\ -\xd6\xbf\x86\x86\xd3\x7e\x51\x6d\x67\x98\x25\x37\x40\xd4\x95\x5e\ -\x13\xd5\x8c\x02\xc0\x2c\x9d\x15\xeb\x86\xa4\x11\x75\x40\x54\x07\ -\x04\x00\x60\xb6\xfe\x10\xeb\x87\x86\xd1\x0f\xa2\xda\xce\x30\x4b\ -\x6e\x80\xa8\x2b\xbd\x20\xaa\x19\x05\x80\x59\x7b\x68\x48\x1a\x49\ -\x6d\x6d\xea\xd3\xa2\x3a\x18\x00\x00\xb3\xb7\x57\xa8\xff\x5d\x3f\ -\x2e\x8d\x6a\x1b\xc3\x2c\xb9\x01\xa2\xae\xf4\x94\xa8\x66\x14\x00\ -\x66\xed\xa3\x21\x69\x24\xdd\x3f\xaa\x03\x01\x00\x30\x1f\xc7\xc5\ -\x3a\xa1\x7e\xb7\x4f\x54\xdb\x17\x66\xed\x55\x21\x75\xa1\xdd\xa3\ -\x9a\x51\x00\x98\xb5\xf3\x62\xc3\x90\x34\x82\xde\x1f\xd5\x81\x00\ -\x00\x98\x9f\x27\x87\xfa\xdd\xd1\x51\x6d\x5b\x98\xb5\x17\x87\xd4\ -\x85\x1e\x1c\xd5\x8c\x02\xc0\x3c\x3c\x2e\x24\x0d\xbc\xb6\xc6\xf8\ -\x1f\xa3\x3a\x08\x00\x00\xf3\xf3\xcb\x68\xcb\x54\xaa\x9f\xdd\x39\ -\xaa\xed\x0a\xf3\xf0\xbc\x90\xba\xd0\x7d\xa2\x9a\x51\x00\x98\x87\ -\x2f\x84\xa4\x81\xb7\x5b\x54\x07\x00\x00\x60\xfe\xda\x52\x21\xea\ -\x67\x9f\x8a\x6a\x9b\xc2\x3c\x78\xaf\x90\xba\xd2\xce\x51\xcd\x28\ -\x00\xcc\xc3\x25\xb1\x79\x48\x1a\x70\x9f\x8e\xea\x00\x00\x00\xcc\ -\xdf\x51\xb1\x34\xd4\xaf\xb6\x09\x2f\x3f\xa7\x4b\xf6\x08\xa9\x0b\ -\xdd\x3a\xaa\x19\x05\x80\x79\x79\x46\x48\x1a\x68\xd7\x8c\x8b\xa2\ -\xda\xf9\x01\x80\x6e\xb0\x2e\x6d\xff\x7a\x6f\x54\xdb\x12\xe6\xc5\ -\xd3\x64\xea\x4a\xdb\x46\x35\xa3\x00\x30\x2f\xdf\x0b\x49\x03\x6d\ -\xcf\xa8\x76\x7c\x00\xa0\x3b\x4e\x89\x6b\x84\xfa\xd1\x76\xe1\xe9\ -\x0f\xba\xe6\x61\x21\x75\xa1\xad\xa2\x9a\x51\x00\x98\x97\x95\x71\ -\xa3\x90\x34\xc0\xbe\x11\xd5\x8e\x0f\x00\x74\xcb\x5b\x42\xfd\xe8\ -\xf3\x51\x6d\x43\x98\xa7\x07\x85\xd4\x85\xdc\x00\x01\xa0\x8b\xf6\ -\x0d\x49\x03\xeb\xba\xe1\xd7\x89\x00\xd0\x0f\xed\xe5\x7c\xb7\x0c\ -\x75\xbb\x87\x46\xb5\xfd\x60\xde\xee\x19\x52\x17\x72\x03\x04\x80\ -\x2e\x3a\x3a\x24\x0d\xac\xe7\x46\xb5\xc3\x03\x00\xdd\xf4\xcd\x58\ -\x12\xea\x66\x1b\xc5\x49\x51\x6d\x3b\x98\xb7\x9d\x42\xea\x42\x9b\ -\x44\x35\xa3\x00\x30\x6f\xdb\x87\xa4\x01\x75\x78\x54\x3b\x3b\x00\ -\xd0\x5d\x5e\x64\xdc\xdd\xde\x1d\xd5\x36\x83\x2e\xf0\x04\x99\xba\ -\x52\xbb\x59\x5c\xcd\x28\x00\xcc\xdb\x3f\x85\xa4\x81\x74\xd3\xa8\ -\x76\x74\x00\xa0\xdb\xce\x88\x2d\x42\xdd\x6a\xb7\xa8\xb6\x17\x74\ -\x45\x5b\x76\x48\xea\x42\x6e\x80\x00\xd0\x55\x27\xc4\xd2\x90\x34\ -\x80\x5e\x11\xd5\x8e\x0e\x00\x74\x5f\x7b\xc9\xb6\xa5\xb0\xba\xd3\ -\xd6\x71\x76\x54\xdb\x0a\xba\x62\xe3\x90\xba\x90\x1b\x20\x00\x74\ -\xd9\x5d\x42\xd2\x00\x3a\x2a\xaa\x9d\x1c\x00\xe8\x87\xbd\x43\xf3\ -\xaf\x7d\x91\x77\x64\x54\xdb\x08\xba\xc4\xaf\x19\xd5\x95\xdc\x00\ -\x01\xa0\xcb\xde\x12\x92\x7a\xde\x4d\xa2\xda\xc1\x01\x80\xfe\xb8\ -\x28\x6e\x1b\x9a\x5f\xcb\xe2\x90\xa8\xb6\x0f\x74\xc9\xb9\x21\x75\ -\x25\x37\x40\x00\xe8\xb2\xb6\x0c\x96\xa7\xed\xa5\x9e\xf7\x8f\x51\ -\xed\xe0\x00\x40\xbf\xfc\x26\xae\x19\x9a\x7d\xed\x43\xd1\x81\x51\ -\x6d\x17\xe8\x9a\x53\x42\xea\x4a\x6e\x80\x00\xd0\x75\xb7\x0f\x49\ -\x3d\xee\xf0\xa8\x76\x6e\x00\xa0\x7f\xbe\x16\x6b\x87\x66\xdb\x1b\ -\xa3\xda\x1e\xd0\x45\xbf\x0c\xa9\x2b\xb9\x01\x02\x40\xd7\xbd\x21\ -\x24\xf5\xb4\x1b\x46\xb5\x63\x03\x00\xfd\xd5\x9e\x44\xd0\xec\x7a\ -\x55\x54\xdb\x01\xba\xea\x87\x21\x75\xa5\xeb\x45\x35\xa7\x00\xd0\ -\x15\xc7\x84\xa4\x9e\xf6\xdc\xa8\x76\x6c\x00\xa0\xdf\x5e\x14\x9a\ -\x6e\x6d\xd9\xab\xfd\xa3\xfa\xfb\x43\x97\x7d\x25\xa4\xae\xb4\x55\ -\x54\x73\x0a\x00\x5d\xb2\x7d\x48\xea\x61\xdf\x8b\x6a\xa7\x06\x00\ -\xfa\x6d\x65\x3c\x29\x34\x9d\xd6\x8d\x83\xa3\xfa\xdb\x43\xd7\x7d\ -\x38\xa4\xae\xe4\x06\x08\x00\x7d\xb0\x5f\x48\xea\x59\x5b\xc6\xa5\ -\x51\xed\xd4\x00\x40\xff\xad\x88\x87\x85\x26\xdb\xe6\xf1\xed\xa8\ -\xfe\xe6\xd0\x07\xef\x08\xa9\x2b\xb9\x01\x02\x40\x1f\x1c\x1d\x92\ -\x7a\xd6\x33\xa2\xda\xa1\x01\x80\xe1\xb8\x38\x1e\x15\x9a\x4c\x3b\ -\xc4\x6f\xa2\xfa\x5b\x43\x5f\xf8\x05\xa3\xba\xd4\x4d\xa3\x9a\x53\ -\x00\xe8\x9a\x9b\x85\xa4\x1e\xf5\x5f\x51\xed\xcc\x00\xc0\xb0\xb4\ -\x27\x41\x76\x0f\x2d\xae\xf6\xe3\x91\x0b\xa3\xfa\x1b\x43\x9f\x3c\ -\x3b\xa4\xae\xb4\x5d\x54\x73\x0a\x00\x5d\xf3\x92\x90\xd4\x93\x36\ -\x8b\xf6\x65\x48\xb5\x33\x03\x00\xc3\xd3\x96\xbd\x7c\x4e\x68\xcd\ -\x6b\x4b\x5e\x7d\x3c\xaa\xbf\x2b\xf4\xd1\xe3\x43\xea\x4a\x77\x8a\ -\x6a\x4e\x01\xa0\x6b\x8e\x08\x49\x3d\xe9\xef\xa3\xda\x91\x01\x80\ -\x61\x7b\x5b\x2c\x0b\xad\x5e\xbb\xc5\xe9\x51\xfd\x2d\xa1\xaf\x1e\ -\x18\x52\x57\xba\x4b\x54\x73\x0a\x00\x5d\x74\xe3\x90\xd4\x83\xbe\ -\x18\xd5\x4e\x0c\x00\x0c\xdf\x17\xe2\x9a\xa1\x55\x77\xa3\x38\x24\ -\xaa\xbf\x1f\xf4\xdd\x1d\x42\xea\x4a\x0f\x8a\x6a\x4e\x01\xa0\x8b\ -\x5e\x10\x92\x3a\xde\xc6\xd1\x5e\x88\x5a\xed\xc4\x00\xc0\x38\x1c\ -\x1b\xdb\x87\xfe\xb2\x0d\xe2\x15\x71\x7e\x54\x7f\x37\x18\x82\x76\ -\x83\x4f\xea\x4a\x7f\x1b\xd5\x9c\x02\x40\x17\x1d\x16\x92\x3a\x5e\ -\x5b\xf3\xb7\xda\x81\x01\x80\x71\x69\x2f\xf4\x7e\x6e\x2c\x89\xb1\ -\xb7\x5e\xb4\xbf\xc5\x69\x51\xfd\xad\x60\x48\xae\x16\x52\x57\xda\ -\x3d\xaa\x39\x05\x80\x2e\x5a\x19\xd7\x0f\x49\x1d\xee\xd3\x51\xed\ -\xc0\x00\xc0\x38\x7d\x25\x6e\x18\x63\x6c\xdd\x78\x56\x9c\x1c\xd5\ -\xdf\x06\x86\xe6\xf7\x21\x75\xa9\x27\x45\x35\xab\x00\xd0\x55\xcf\ -\x0e\x49\x1d\xad\xfd\xba\xd1\x92\x0e\x00\xc0\x5f\x3b\x37\x9e\x13\ -\x6b\xc7\x18\xba\x46\x3c\x23\x4e\x88\xea\xef\x01\x43\xf5\xf3\x90\ -\xba\x54\x3b\xf7\x54\xb3\x0a\x00\x5d\xf5\x5f\x21\xa9\xa3\x79\xc1\ -\x1c\x00\x70\x65\x7e\x14\xf7\x8d\xa1\xd6\xde\x7b\xf2\x2f\x71\x4e\ -\x54\xff\xfe\x30\x74\x5f\x0b\xa9\x4b\xb5\xf7\x2e\x55\xb3\x0a\x00\ -\x5d\xd5\xde\xad\xbc\x51\x48\xea\x60\xef\x8e\x6a\xc7\x05\x00\xb8\ -\xbc\x2f\xc4\x8e\x31\x84\xda\xfb\x0e\x1e\x17\xdf\x8b\xea\xdf\x15\ -\xc6\xe4\x83\x21\x75\xa9\xb7\x44\x35\xab\x00\xd0\x65\x8f\x0c\x49\ -\x1d\xab\xbd\xe0\xf4\xa4\xa8\x76\x5a\x00\x80\xca\xe7\x63\xe7\xe8\ -\x5b\x57\x8f\xf6\xa1\xe4\x3f\xe3\x8f\x51\xfd\xbb\xc1\x18\xbd\x39\ -\xa4\x2e\xf5\x6f\x51\xcd\x2a\x00\x74\xd9\xc1\x21\xa9\x63\xdd\x26\ -\xaa\x1d\x16\x00\xe0\xaa\xb4\xa5\xb1\xf6\x88\xf5\xa3\xab\x5d\x2b\ -\x76\x8f\x8f\x85\x77\x9e\x41\xed\xf9\x21\x75\xa9\x4f\x44\x35\xab\ -\x00\xd0\x65\x67\xc6\xb2\x90\xd4\xa1\x5e\x1a\xd5\x0e\x0b\x00\xb0\ -\xba\xda\xbb\x33\xda\xaf\x9d\xda\x7b\xc5\x96\xc7\x3c\xdb\x2c\x1e\ -\x1e\x6f\x8b\x23\xe3\xd2\xa8\xfe\x99\x81\xcb\x3c\x3a\xa4\x2e\xd5\ -\xde\x4b\x53\xcd\x2a\x00\x74\x5d\x1f\x9f\x94\x97\x06\xdd\xa1\x51\ -\xed\xac\x00\x00\x0b\xd1\x6e\x86\x7c\x2a\x9e\x16\xb7\x8c\xa5\x31\ -\xad\xb6\x88\xfb\x44\xfb\xf5\xfa\xfb\xe2\xa7\xb1\x32\xaa\x7f\x2e\ -\x60\xd5\xee\x14\x52\x97\x3a\x3c\xaa\x59\x05\x80\xae\x7b\x5d\x48\ -\xea\x48\xd7\x09\xbf\x8a\x04\x00\xa6\xe9\xec\xf8\x6a\xec\x1f\x7b\ -\x45\xbb\x61\x71\x8b\xd8\x34\x56\xd5\xda\xb1\x49\xb4\x1b\x1c\x3b\ -\xc4\x2e\xd1\xfe\xb3\xfb\x45\xbb\xd1\xd1\x7e\x19\xfc\xbb\xa8\xfe\ -\xfb\x80\x35\x77\xbd\x90\xba\xd4\xaf\xa2\x9a\x55\x00\xe8\xba\xf6\ -\x14\xba\xa4\x8e\xf4\x94\xa8\x76\x54\x00\x80\x59\x69\x2f\x23\xff\ -\xfd\xe5\x54\xff\x37\xc0\xf4\x5c\x1c\xd6\xaa\x56\xd7\x3a\x2f\xaa\ -\x79\x05\x80\x3e\xd8\x2a\x24\x75\xa0\x4f\x46\xb5\x93\x02\x00\x00\ -\xe3\xf0\x9b\x90\xba\xd4\xfa\x51\xcd\x2a\x00\xf4\xc5\xde\x21\x69\ -\xce\xad\x1b\x6d\x8d\xee\x6a\x27\x05\x00\x00\xc6\xe1\x9b\x21\x75\ -\xa9\xad\xa3\x9a\x55\x00\xe8\x8b\x2f\x85\xa4\x39\x77\xdf\xa8\x76\ -\x50\x00\x00\x60\x3c\x0e\x0e\xa9\x4b\xdd\x3e\xaa\x59\x05\x80\xbe\ -\xb8\x30\x36\x08\x49\x73\xec\x6d\x51\xed\xa0\x00\x00\xc0\x78\xbc\ -\x26\xa4\x2e\xb5\x4b\x54\xb3\x0a\x00\x7d\xf2\x90\x90\x34\xc7\x8e\ -\x8f\x6a\xe7\x04\x00\x00\xc6\xe3\xc9\x21\x75\xa9\x36\x93\xd5\xac\ -\x02\x40\x9f\xbc\x3b\x24\xcd\xa9\xed\xa2\xda\x31\x01\x00\x80\x71\ -\xb9\x4b\x48\x5d\x6a\x9f\xa8\x66\x15\x00\xfa\xe4\xa4\x58\x12\x92\ -\xe6\xd0\x8b\xa3\xda\x31\x01\x00\x80\x71\xd9\x32\xa4\x2e\xf5\x8e\ -\xa8\x66\x15\x00\xfa\x66\xc7\x90\x34\x87\xbe\x1d\xd5\x4e\x09\x00\ -\x00\x8c\xc7\xb9\x21\x75\xad\xcf\x44\x35\xaf\x00\xd0\x37\xfb\x85\ -\xa4\x19\xb7\x71\xac\x88\x6a\xa7\x04\x00\x00\xc6\xe3\x27\x21\x75\ -\xad\x1f\x47\x35\xaf\x00\xd0\x37\xdf\x0f\x49\x33\xee\x61\x51\xed\ -\x90\x00\x00\xc0\xb8\x7c\x3c\xa4\xae\x75\x66\x54\xf3\x0a\x00\x7d\ -\xd3\x7e\x84\xbe\x49\x48\x9a\x61\x07\x46\xb5\x43\x02\x00\x00\xe3\ -\xf2\xfa\x90\xba\xd4\x06\x51\xcd\x2a\x00\xf4\xd5\xc3\x43\xd2\x0c\ -\x3b\x26\xaa\x9d\x11\x00\x00\x18\x97\xa7\x84\xd4\xa5\x6e\x1e\xd5\ -\xac\x02\x40\x5f\xbd\x33\x24\xcd\xa8\xad\xa3\xda\x11\x01\x00\x80\ -\xf1\xb9\x53\x48\x5d\xea\x7e\x51\xcd\x2a\x00\xf4\xd5\xaf\x43\xd2\ -\x8c\x7a\x6a\x54\x3b\x22\x00\x00\x30\x3e\x1b\x87\xd4\xa5\x9e\x1e\ -\xd5\xac\x02\x40\x9f\xdd\x28\x24\xcd\xa0\x8f\x46\xb5\x13\x02\x00\ -\x00\xe3\x72\x52\x48\x5d\xeb\xcd\x51\xcd\x2b\x00\xf4\xd9\xd3\x42\ -\xd2\x94\x5b\x16\x67\x46\xb5\x13\x02\x00\x00\xe3\xf2\xd5\x90\xba\ -\xd6\x67\xa2\x9a\x57\x00\xe8\xb3\x8f\x87\xa4\x29\x77\xfb\xa8\x76\ -\x40\x00\x00\x60\x7c\xf6\x0f\xa9\x6b\xfd\x3c\xaa\x79\x05\x80\x3e\ -\x3b\x2b\xda\x8f\xd3\x25\x4d\xb1\x7d\xa3\xda\x01\x01\x00\x80\xf1\ -\xd9\x2b\xa4\x2e\xb5\x76\x5c\x1c\xd5\xbc\x02\x40\xdf\xdd\x31\x24\ -\x4d\xb1\x6f\x44\xb5\xf3\x01\x00\x00\xe3\x73\xd7\x90\xba\xd4\x36\ -\x51\xcd\x2a\x00\x0c\xc1\x4b\x42\xd2\x94\xda\x20\x2e\x8a\x6a\xe7\ -\x03\x00\x00\xc6\x67\xe3\x90\xba\xd4\xfd\xa3\x9a\x55\x00\x18\x82\ -\x6f\x85\xa4\x29\xf5\xa0\xa8\x76\x3c\x00\x00\x60\x7c\x8e\x0d\xa9\ -\x6b\x3d\x37\xaa\x79\x05\x80\x21\x68\xcb\x3c\x6e\x18\x92\xa6\xd0\ -\x5b\xa3\xda\xf1\x00\x00\x80\xf1\xf9\x44\x48\x5d\xeb\xbd\x51\xcd\ -\x2b\x00\x0c\xc5\x2e\x21\x69\x0a\xfd\x34\xaa\x9d\x0e\x00\x00\x18\ -\x9f\x97\x85\xd4\xb5\x0e\x8f\x6a\x5e\x01\x60\x28\x0e\x08\x49\x13\ -\x6e\xcb\xa8\x76\x38\x00\x00\x60\x9c\x76\x0d\xa9\x4b\x2d\x8b\xf3\ -\xa3\x9a\x57\x00\x18\x8a\xff\x09\x49\x13\xee\x89\x51\xed\x70\x00\ -\x00\xc0\x38\x5d\x3f\xa4\x2e\x75\xd3\xa8\x66\x15\x00\x86\xc6\x75\ -\x98\x34\xe1\xfe\x3d\xaa\x9d\x0d\x00\x00\x18\x9f\x33\x42\xea\x5a\ -\x8f\x88\x6a\x5e\x01\x60\x68\x1e\x1f\x92\x26\xd8\x71\x51\xed\x6c\ -\x00\x00\xc0\xf8\x7c\x39\xa4\xae\xf5\xca\xa8\xe6\x15\x00\x86\xe6\ -\x3d\x21\x69\x42\x6d\x15\xd5\x8e\x06\x00\x00\x8c\xd3\x7e\x21\x75\ -\xad\x43\xa2\x9a\x57\x00\x18\x9a\x63\x42\xd2\x84\x7a\x5c\x54\x3b\ -\x1a\x00\x00\x30\x4e\xbb\x84\xd4\xb5\x4e\x8d\x6a\x5e\x01\x60\x88\ -\xae\x1b\x92\x26\xd0\xbb\xa3\xda\xc9\x00\x00\x80\x71\xba\x76\x48\ -\x5d\xea\x06\x51\xcd\x2a\x00\x0c\xd5\x63\x42\xd2\x04\xfa\x45\x54\ -\x3b\x19\x00\x00\x30\x3e\xbf\x09\xa9\x6b\x79\x01\x3a\x00\x63\x73\ -\x60\x48\x5a\x64\x5b\x44\xb5\x83\x01\x00\x00\xe3\xf4\xd1\x90\xba\ -\xd6\x3f\x45\x35\xaf\x00\x30\x54\x47\x87\xa4\x45\xb6\x5b\x54\x3b\ -\x18\x00\x00\x30\x4e\xcf\x0b\xa9\x6b\x7d\x3d\xaa\x79\x05\x80\xa1\ -\x5a\x19\x9b\x85\xa4\x45\xf4\x8e\xa8\x76\x30\x00\x00\x60\x9c\xee\ -\x14\x52\x97\x5a\x16\xe7\x44\x35\xaf\x00\x30\x64\x0f\x0b\x49\x8b\ -\xe8\xa8\xa8\x76\x2e\x00\x00\x60\x7c\xce\x8f\xe5\x21\x75\xa9\x1d\ -\xa2\x9a\x57\x00\x18\xba\xb7\x85\xa4\x05\xb6\x69\xb4\x47\xa9\xaa\ -\x9d\x0b\x00\x00\x18\x9f\x6f\x84\xd4\xb5\x9e\x1d\xd5\xbc\x02\xc0\ -\xd0\x1d\x11\x92\x16\xd8\x43\xa2\xda\xb1\x00\x00\x80\x71\x7a\x55\ -\x48\x5d\xeb\x93\x51\xcd\x2b\x00\x0c\xdd\xa5\xb1\x71\x48\x5a\x40\ -\x6f\x89\x6a\xc7\x02\x00\x00\xc6\xe9\x7e\x21\x75\xa9\x25\x71\x46\ -\x54\xf3\x0a\x00\x63\xf0\xe0\x90\xb4\x80\x7e\x14\xd5\x4e\x05\x00\ -\x00\x8c\xcf\x8a\xd8\x30\xa4\x2e\xb5\x5d\x54\xf3\x0a\x00\x63\xf1\ -\xc6\x90\xb4\x86\x6d\x14\xed\x03\x4e\xb5\x53\x01\x00\x00\xe3\xf3\ -\xc3\x90\xba\xd6\xde\x51\xcd\x2b\x00\x8c\xc5\xa1\x21\x69\x0d\x7b\ -\x50\x54\x3b\x14\x00\x00\x30\x4e\x7e\x5d\xa8\x2e\xf6\x91\xa8\xe6\ -\x15\x00\xc6\xe2\x92\xd8\x20\x24\xad\x41\x6f\x88\x6a\x87\x02\x00\ -\x00\xc6\xe9\x01\x21\x75\xa9\x65\x71\x66\x54\xf3\x0a\x00\x63\xe2\ -\x3d\x6d\xd2\x1a\xf6\xdd\xa8\x76\x26\x00\x00\x60\x7c\x2e\x0e\xbf\ -\x2c\x54\xd7\xda\x29\xaa\x79\x05\x80\xb1\x79\x65\x48\x5a\xcd\x96\ -\xc7\x05\x51\xed\x4c\x00\x00\xc0\xf8\x7c\x3b\xa4\xae\xd5\xbe\xec\ -\xa9\xe6\x15\x00\xc6\xe6\xcb\x21\x69\x35\xbb\x7d\x54\x3b\x12\x00\ -\x00\x30\x4e\x7e\x55\xa8\x2e\xd6\x5e\xfa\x5a\xcd\x2b\x00\x8c\xcd\ -\xd9\xb1\x34\x24\xad\x46\xcf\x88\x6a\x47\x02\x00\x00\xc6\xe9\xae\ -\x21\x75\xa9\x6b\xc6\x8a\xa8\xe6\x15\x00\xc6\xe8\x16\x21\x69\x35\ -\x3a\x38\xaa\x9d\x08\x00\x00\x18\x9f\x73\xa2\x2d\x93\x2b\x75\xa9\ -\x47\x47\x35\xaf\x00\x30\x56\x7b\x84\xa4\xd5\xe8\x98\xa8\x76\x22\ -\x00\x00\x60\x7c\x3e\x15\x52\xd7\x7a\x7f\x54\xf3\x0a\x00\x63\xf5\ -\xce\x90\x74\x15\x6d\x16\xd5\x0e\x04\x00\x00\x8c\xd3\x5e\x21\x75\ -\xa9\x75\xe2\xf7\x51\xcd\x2b\x00\x8c\xd5\x8f\x43\xd2\x55\xf4\xa0\ -\xa8\x76\x20\x00\x00\x60\x9c\xb6\x0a\xa9\x4b\xdd\x27\xaa\x59\x05\ -\x80\x31\x6b\xef\xc6\xda\x20\x24\x5d\x49\xaf\x8c\x6a\x07\x02\x00\ -\x00\xc6\xe7\xa7\x21\x75\xad\x03\xa3\x9a\x57\x00\x18\xbb\x7b\x86\ -\xa4\x2b\xe9\xcb\x51\xed\x3c\x00\x00\xc0\xf8\xbc\x29\xa4\x2e\xb5\ -\x34\x4e\x8a\x6a\x5e\x01\x60\xec\xfe\x31\x24\xad\xa2\x76\x21\x79\ -\x76\x54\x3b\x0f\x00\x00\x30\x3e\xf7\x08\xa9\x4b\xed\x14\xd5\xac\ -\x02\x00\x6b\xad\xf5\xa9\x90\xb4\x8a\x6e\x11\xd5\x8e\x03\x00\x00\ -\x8c\x4f\xfb\x71\x54\x7b\xd9\xb4\xd4\xa5\xde\x18\xd5\xbc\x02\x00\ -\x6b\xad\x75\x4a\x48\x5a\x45\x4f\x8c\x6a\xc7\x01\x00\x00\xc6\xe7\ -\x83\x21\x75\xa9\xb6\x6a\xc1\x09\x51\xcd\x2b\x00\xf0\x27\x37\x0c\ -\x49\x45\xef\x8c\x6a\xa7\x01\x00\x00\xc6\xe7\x91\x21\x75\xa9\xbb\ -\x45\x35\xab\x00\xc0\x65\x1e\x1d\x92\x8a\x7e\x1c\xd5\x4e\x03\x00\ -\x00\x8c\xcb\x85\x71\x8d\x90\xba\xd4\xbb\xa2\x9a\x57\x00\xe0\x32\ -\x6f\x0d\x49\x7f\xd5\x06\xb1\x22\xaa\x9d\x06\x00\x00\x18\x97\x2f\ -\x84\xd4\xa5\x96\xc7\x99\x51\xcd\x2b\x00\x70\x99\xc3\x42\xd2\x5f\ -\x75\xf7\xa8\x76\x18\x00\x00\x60\x7c\x9e\x16\x52\x97\xda\x35\xaa\ -\x59\x05\x00\xfe\x52\x7b\x92\xb7\xfd\x70\x40\xd2\xe5\x7a\x61\x54\ -\x3b\x0c\x00\x00\x30\x2e\xed\xc9\xf0\xeb\x84\xd4\xa5\xfe\x33\xaa\ -\x79\x05\x00\xae\xe8\xf6\x21\xe9\x72\x7d\x38\xaa\x9d\x05\x00\x00\ -\x18\x97\x2f\x87\xd4\xa5\xae\x19\x17\x44\x35\xaf\x00\xc0\x15\xed\ -\x15\x92\x2e\xd7\x2f\xa3\xda\x59\x00\x00\x80\x71\xd9\x23\xa4\x2e\ -\xf5\xac\xa8\x66\x15\x00\xa8\xfd\x6b\x48\xfa\xdf\x36\x8c\x4b\xa3\ -\xda\x59\x00\x00\x80\xf1\x68\x6b\x46\x6f\x1c\x52\x97\x3a\x2a\xaa\ -\x79\x05\x00\x6a\x3f\x08\x49\xff\xdb\x5d\xa2\xda\x51\x00\x00\x80\ -\x71\xf9\x54\x48\x5d\x6a\xa7\xa8\x66\x15\x00\x58\xb5\xb6\x74\xe4\ -\xda\x21\x29\x79\x9c\x18\x00\x00\x68\x76\x0b\xa9\x4b\xfd\x5b\x54\ -\xb3\x0a\x00\x5c\xb9\xed\x42\x52\x72\x41\x09\x00\x00\x9c\x13\xeb\ -\x87\xd4\x95\xae\x11\xe7\x46\x35\xaf\x00\xc0\x95\x7b\x7c\x48\x4a\ -\x47\x44\xb5\x93\x00\x00\x00\xe3\xf1\xc1\x90\xba\xd4\x33\xa3\x9a\ -\x55\x00\xe0\xaa\xbd\x25\xa4\xd1\xb7\x6e\x5c\x1c\xd5\x4e\x02\x00\ -\x00\x8c\xc7\x83\x42\xea\x4a\x4b\xe2\x7f\xa2\x9a\x55\x00\xe0\xaa\ -\x7d\x3d\xa4\xd1\x77\x9b\xa8\x76\x10\x00\x00\x60\x3c\xce\x8c\x75\ -\x42\xea\x4a\xf7\x8b\x6a\x56\x01\x80\xd5\x73\x76\xb4\x1f\x14\x48\ -\xa3\x6e\x8f\xa8\x76\x10\x00\x00\x60\x3c\xde\x15\x52\x97\xfa\x62\ -\x54\xb3\x0a\x00\xac\xbe\x1b\x85\x34\xea\xde\x1e\xd5\xce\x01\x00\ -\x00\x8c\xc7\xdd\x43\xea\x4a\x37\x8f\x95\x51\xcd\x2a\x00\xb0\xfa\ -\x1e\x1e\xd2\xa8\xfb\x6e\x54\x3b\x07\x00\x00\x30\x0e\xc7\xc5\xd2\ -\x90\xba\xd2\xfe\x51\xcd\x2a\x00\xb0\x66\x5e\x15\xd2\x68\x6b\x1f\ -\x72\xce\x8d\x6a\xe7\x00\x00\x00\xc6\xe1\x65\x21\x75\xa5\x4d\xe2\ -\x9c\xa8\x66\x15\x00\x58\x33\x9f\x0b\x69\xb4\x6d\x1b\xd5\x8e\x01\ -\x00\x00\x8c\xc3\x25\xb1\x65\x48\x5d\xa9\xdd\x90\xab\x66\x15\x00\ -\x58\x73\x27\x87\x34\xda\x1e\x1d\xd5\x8e\x01\x00\x00\x8c\xc3\x21\ -\x21\x75\xa5\x0d\xe2\x8c\xa8\x66\x15\x00\x58\x98\x6b\x87\x34\xca\ -\xfe\x29\xaa\x9d\x02\x00\x00\x18\x87\x07\x85\xd4\x95\x9e\x1b\xd5\ -\x9c\x02\x00\x0b\x77\xff\x90\x46\xd9\x57\xa2\xda\x29\x00\x00\x80\ -\xe1\x3b\x21\x96\x85\xd4\x85\x96\xc7\x49\x51\xcd\x2a\x00\xb0\x70\ -\xfb\x84\x34\xca\x4e\x8b\x6a\xa7\x00\x00\x00\x86\xef\xe5\x21\x75\ -\xa5\x3d\xa3\x9a\x53\x00\x60\x71\xfe\x23\xa4\xd1\xb5\x69\x54\x3b\ -\x04\x00\x00\x30\x7c\x2b\xe2\x7a\x21\x75\xa1\xb5\xe3\x57\x51\xcd\ -\x2a\x00\xb0\x38\x47\x86\x34\xba\xee\x1a\xd5\x0e\x01\x00\x00\x0c\ -\xdf\x67\x42\xea\x4a\x7b\x44\x35\xa7\x00\xc0\xe2\x5d\x18\xed\xc7\ -\x06\xd2\xa8\xda\x2b\xaa\x1d\x02\x00\x00\x18\xbe\x07\x87\xd4\x85\ -\xda\xbb\x3f\x8e\x8b\x6a\x4e\x01\x80\xc9\xb8\x69\x48\xa3\xea\x80\ -\xa8\x76\x06\x00\x00\x60\xd8\x4e\x0c\xbf\x02\x54\x57\xda\x3b\xaa\ -\x39\x05\x00\x26\xe7\xa1\x21\x8d\xaa\xff\x8a\x6a\x67\x00\x00\x00\ -\x86\xed\x15\x21\x75\xa1\xf5\xe2\xa4\xa8\xe6\x14\x00\x98\x9c\x7d\ -\x43\x1a\x55\xa7\x46\xb5\x33\x00\x00\x00\xc3\x75\x51\x6c\x11\x52\ -\x17\x7a\x5e\x54\x73\x0a\x00\x4c\xd6\x87\x42\x1a\x4d\xd7\x8a\x6a\ -\x47\x00\x00\x00\x86\xed\xdf\x43\xea\x42\x1b\xc6\x69\x51\xcd\x29\ -\x00\x30\x59\x3f\x09\x69\x34\xdd\x25\xaa\x1d\x01\x00\x00\x18\xae\ -\x95\x71\x8b\x90\xba\xd0\xab\xa3\x9a\x53\x00\x60\xf2\x2e\x8c\x65\ -\x21\x8d\xa2\xa7\x45\xb5\x23\x00\x00\x00\xc3\xf5\xc5\x90\xba\xd0\ -\x56\x71\x7e\x54\x73\x0a\x00\x4c\xc7\x4d\x42\x1a\x45\xfb\x47\xb5\ -\x13\x00\x00\x00\xc3\x75\xbf\x90\xba\xd0\xc1\x51\xcd\x28\x00\x30\ -\x3d\x0f\x09\x69\x14\x7d\x35\xaa\x9d\x00\x00\x00\x18\xa6\xa3\x63\ -\x49\x48\xf3\xee\x76\xd1\x96\x63\xab\xe6\x14\x00\x98\x9e\x7f\x0c\ -\x69\x14\x9d\x1c\xd5\x4e\x00\x00\x00\x0c\xd3\xdf\x87\xd4\x85\xbe\ -\x15\xd5\x8c\x02\x00\xd3\xf5\xc1\x90\x06\xdf\x26\x51\xed\x00\x00\ -\x00\xc0\x30\xb5\x1f\x40\x2d\x0f\x69\xde\x3d\x3c\xaa\x19\x05\x00\ -\xa6\xef\x88\x90\x06\xdf\xce\x51\xed\x00\x00\x00\xc0\x30\xbd\x24\ -\xa4\x79\xb7\x7e\x1c\x1f\xd5\x8c\x02\x00\xd3\x77\x7e\x2c\x0b\x69\ -\xd0\xed\x19\xd5\x0e\x00\x00\x00\x0c\x4f\xfb\xa0\xbb\x69\x48\xf3\ -\xee\x35\x51\xcd\x28\x00\x30\x3b\xdb\x84\x34\xe8\xde\x1a\xd5\xf0\ -\x03\x00\x00\xc3\xf3\xae\x90\xe6\xdd\xdf\xc4\x85\x51\xcd\x28\x00\ -\x30\x3b\xbb\x86\x34\xe8\xbe\x1c\xd5\xf0\x03\x00\x00\xc3\x72\x49\ -\x6c\x1d\xd2\xbc\xfb\x52\x54\x33\x0a\x00\xcc\xd6\x8b\x43\x1a\x74\ -\xc7\x45\x35\xfc\x00\x00\xc0\xb0\xbc\x27\xa4\x79\xe7\xc5\xe7\x00\ -\xd0\x1d\xef\x0d\x69\xb0\xad\x1b\x97\x46\x35\xfc\x00\x00\xc0\x70\ -\xb4\xa7\x3f\x6e\x1c\xd2\x3c\xdb\x20\xbc\xf8\x1c\x00\xba\xe3\x5b\ -\x21\x0d\xb6\x9b\x47\x35\xf8\x00\x00\xc0\xb0\xbc\x2f\xa4\x79\xf7\ -\xb6\xa8\xe6\x13\x00\x98\x8f\x93\x42\x1a\x6c\x0f\x8e\x6a\xf0\x01\ -\x00\x80\xe1\x68\x4f\x7f\xb4\x97\x4e\x4b\xf3\x6c\xa7\xb0\x02\x01\ -\x00\x74\x4f\x7b\x42\x53\x1a\x64\xcf\x8e\x6a\xe8\x01\x00\x80\xe1\ -\x38\x38\xa4\x79\xd6\x96\x5f\xfe\x69\x54\xf3\x09\x00\xcc\xd7\xad\ -\x42\x1a\x64\xef\x88\x6a\xe8\x01\x00\x80\x61\x68\xbf\xb8\xbf\x69\ -\x48\xf3\xec\x15\x51\xcd\x27\x00\x30\x7f\x0f\x0b\x69\x90\x7d\x21\ -\xaa\xa1\x07\x00\x00\x86\xe1\x83\x21\xcd\xb3\x5b\xc6\x45\x51\xcd\ -\x27\x00\x30\x7f\x2f\x0c\x69\x90\xfd\x2a\xaa\xa1\x07\x00\x00\xfa\ -\xaf\x3d\xfd\x71\xb3\x90\xe6\xd5\xb2\x38\x2c\xaa\xf9\x04\x00\xba\ -\xe1\x5d\x21\x0d\xae\xb5\xa3\xbd\x0c\xb1\x1a\x7a\x00\x00\xa0\xff\ -\xfe\x33\xa4\x79\xf6\x92\xa8\x66\x13\x00\xe8\x8e\xaf\x85\x34\xb8\ -\xb6\x89\x6a\xe0\x01\x00\x80\xfe\x5b\x11\x37\x0f\x69\x5e\xed\x10\ -\x96\xbe\x02\x80\xee\x3b\x3e\xa4\xc1\x75\xff\xa8\x06\x1e\x00\x00\ -\xe8\xbf\x83\x42\x9a\x57\xeb\xc6\x51\x51\xcd\x26\x00\xd0\x2d\x6d\ -\xd9\xd4\x76\xee\x96\x06\xd5\xde\x51\x0d\x3c\x00\x00\xd0\x6f\xe7\ -\xc7\xf5\x42\x9a\x57\x6f\x8c\x6a\x36\x01\x80\x6e\xf2\xe4\xb0\x06\ -\xd7\x5b\xa3\x1a\x76\x00\x00\xa0\xdf\x5e\x1f\xd2\xbc\xba\x4b\xb4\ -\x25\xd8\xaa\xd9\x04\x00\xba\xe9\xc1\x21\x0d\xaa\xcf\x44\x35\xec\ -\x00\x00\x40\x7f\x9d\x19\x9b\x84\x34\x8f\xae\x11\xc7\x46\x35\x9b\ -\x00\x40\x77\x3d\x3b\xa4\x41\xf5\x3f\x51\x0d\x3b\x00\x00\xd0\x5f\ -\xcf\x0f\x69\x5e\x7d\x28\xaa\xb9\x04\x00\xba\xed\x1d\x21\x0d\xa6\ -\xa5\x71\x51\x54\xc3\x0e\x00\x00\xf4\xd3\x09\x71\xb5\x90\xe6\xd1\ -\x93\xa3\x9a\x4b\x00\xa0\xfb\xbe\x10\xd2\x60\xba\x41\x54\x83\x0e\ -\x00\x00\xf4\xd7\x13\x43\x9a\x47\xdb\xc6\xb9\x51\xcd\x25\x00\xd0\ -\x7d\xbf\x0a\x69\x30\xdd\x33\xaa\x41\x07\x00\x00\xfa\xe9\xa8\x58\ -\x16\xd2\xac\x5b\x37\x8e\x88\x6a\x2e\x01\x80\x7e\xb8\x24\xd6\x0e\ -\x69\x10\x3d\x29\xaa\x41\x07\x00\x00\xfa\x69\x97\x90\xe6\xd1\x01\ -\x51\xcd\x24\x00\xd0\x2f\x6d\xd5\x20\x69\x10\xbd\x3c\xaa\x21\x07\ -\x00\x00\xfa\xe7\xbf\x42\x9a\x47\x0f\x8f\x95\x51\xcd\x25\x00\xd0\ -\x2f\x3b\x87\x34\x88\xde\x1d\xd5\x90\x03\x00\x00\xfd\xb2\x22\xb6\ -\x0f\x69\xd6\xdd\x24\xce\x8e\x6a\x2e\x01\x80\xfe\x79\x4c\x48\x83\ -\xe8\x4b\x51\x0d\x39\x00\x00\xd0\x2f\x07\x86\x34\xeb\xd6\x8f\x23\ -\xa3\x9a\x49\x00\xa0\x9f\x5e\x18\xd2\x20\x3a\x3a\xaa\x21\x07\x00\ -\x00\xfa\xe3\xac\xb8\x56\x48\xb3\xee\xfd\x51\xcd\x24\x00\xd0\x5f\ -\xed\xbd\x5e\xd2\x20\x3a\x27\xaa\x21\x07\x00\x00\xfa\xe3\x59\x21\ -\xcd\xba\xa7\x46\x35\x8f\x00\x40\xbf\x7d\x3a\xa4\xde\xb7\x71\x54\ -\x03\x0e\x00\x00\xf4\xc7\x51\xb1\x76\x48\xb3\x6c\xc7\xb8\x30\xaa\ -\x99\x04\x00\xfa\xed\x47\x21\xf5\xbe\x5b\x45\x35\xe0\x00\x00\x40\ -\x7f\xdc\x37\xa4\x59\xb6\x59\x9c\x18\xd5\x3c\x02\x00\xfd\xf7\xbb\ -\x90\x7a\xdf\x83\xa2\x1a\x70\x00\x00\xa0\x1f\x3e\x19\xd2\x2c\x5b\ -\x1e\xdf\x8e\x6a\x1e\x01\x80\xe1\x58\x3f\xa4\x5e\xf7\xb4\xa8\x86\ -\x1b\x00\x00\xe8\xbe\xb6\xfc\xd0\x8d\x42\x9a\x65\xff\x1a\xd5\x3c\ -\x02\x00\xc3\x72\x93\x90\x7a\xdd\x6b\xa2\x1a\x6e\x00\x00\xa0\xfb\ -\x5e\x17\xd2\x2c\xdb\x3b\xaa\x59\x04\x00\x86\xe7\xde\x21\xf5\xba\ -\xf7\x47\x35\xdc\x00\x00\x40\xb7\x1d\x1f\x1b\x84\x34\xab\xee\x16\ -\x17\x45\x35\x8f\x00\xc0\xf0\x3c\x29\xa4\x5e\xf7\xf5\xa8\x86\x1b\ -\x00\x00\xe8\xb6\x5d\x43\x9a\x55\x5b\xc7\xe9\x51\xcd\x22\x00\x30\ -\x4c\x2f\x0f\xa9\xd7\xfd\x2a\xaa\xe1\x06\x00\x00\xba\xeb\x90\x90\ -\x66\xd5\x46\x71\x64\x54\xb3\x08\x00\x0c\xd7\x41\x21\xf5\xb6\x25\ -\xd1\x5e\x9a\x58\x0d\x37\x00\x00\xd0\x4d\xe7\xc6\x0d\x42\x9a\x45\ -\xcb\xe2\x2b\x51\xcd\x22\x00\x30\x6c\x5f\x0a\xa9\xb7\x5d\x3b\xaa\ -\xc1\x06\x00\x00\xba\xeb\x85\x21\xcd\xaa\x03\xa3\x9a\x43\x00\x60\ -\xf8\xfe\x27\xa4\xde\x76\xdb\xa8\x06\x1b\x00\x00\xe8\xa6\x9f\xc6\ -\x3a\x21\xcd\xa2\xe7\x46\x35\x87\x00\xc0\x38\x9c\x13\x52\x6f\x7b\ -\x58\x54\x83\x0d\x00\x00\x74\xcf\xca\xd8\x39\xa4\x59\xd4\x5e\xb2\ -\xbf\x22\xaa\x59\x04\x00\xc6\xe3\x9a\x21\xf5\xb2\xa7\x47\x35\xd4\ -\x00\x00\x40\xf7\xfc\x5b\x48\xb3\xe8\x0e\x71\x5e\x54\x73\x08\x00\ -\x8c\xcb\xb6\x21\xf5\xb2\x57\x44\x35\xd4\x00\x00\x40\xb7\x9c\x11\ -\x9b\x86\x34\xed\xb6\x89\xd3\xa3\x9a\x43\x00\x60\x7c\xee\x11\x52\ -\x2f\xfb\x97\xa8\x86\x1a\x00\x00\xe8\x96\x27\x86\x34\xed\x36\x8b\ -\x63\xa2\x9a\x41\x00\x60\x9c\x1e\x19\x52\x2f\xfb\x78\x54\x43\x0d\ -\x00\x00\x74\xc7\x97\x63\x49\x48\xd3\x6c\xfd\x38\x34\xaa\x19\x04\ -\x00\xc6\xeb\x59\x21\xf5\xb2\xef\x44\x35\xd4\x00\x00\x40\x37\x9c\ -\x1b\x37\x0a\x69\x9a\x2d\x8b\x4f\x47\x35\x83\x00\xc0\xb8\xed\x17\ -\x52\x2f\xfb\x65\x54\x43\x0d\x00\x00\x74\xc3\x73\x42\x9a\x66\xed\ -\xe9\xa2\x0f\x44\x35\x7f\x00\x00\x07\x85\xd4\xcb\xfe\x10\xd5\x50\ -\x03\x00\x00\xf3\xd7\x96\x23\x6a\xbf\xcc\x97\xa6\xd9\xeb\xa2\x9a\ -\x3f\x00\x80\xa6\x3d\x25\x2a\xf5\xae\xab\x45\x35\xd0\x00\x00\xc0\ -\xfc\x5d\x14\xdb\x85\x34\xcd\x5e\x14\xd5\xfc\x01\x00\xfc\xd9\x61\ -\x21\xf5\xae\x1b\x46\x35\xd0\x00\x00\xc0\xfc\x59\x6b\x59\xd3\x6e\ -\xcf\x58\x19\xd5\xfc\x01\x00\xfc\xd9\xb1\x21\xf5\xae\xdb\x47\x35\ -\xd0\x00\x00\xc0\x7c\x1d\x1d\xeb\x86\x34\xad\x1e\x15\x2b\xa2\x9a\ -\x3f\x00\x80\xcb\x3b\x3f\xa4\xde\xb5\x6b\x54\x03\x0d\x00\x00\xcc\ -\xcf\xa5\xb1\x53\x48\xd3\xea\x7e\xd1\x96\x58\xab\xe6\x0f\x00\xa0\ -\xb2\x41\x48\xbd\x6a\x8f\xa8\x86\x19\x00\x00\x98\x9f\xb7\x86\x34\ -\xad\xda\xcd\xb5\xf3\xa2\x9a\x3d\x00\x80\x55\xd9\x26\xa4\x5e\xb5\ -\x6f\x54\xc3\x0c\x00\x00\xcc\xc7\xaf\xe2\xea\x21\x4d\xa3\xdb\xc5\ -\xd9\x51\xcd\x1e\x00\xc0\x95\xf1\x84\xb2\x7a\x57\xfb\x65\x59\x35\ -\xcc\x00\x00\xc0\xec\xb5\xa5\xaf\x76\x0e\x69\x1a\xed\x18\x67\x45\ -\x35\x7b\x00\x00\x57\xe5\xa1\x21\xf5\xaa\xff\x8c\x6a\x98\x01\x00\ -\x80\xd9\xb3\xf4\x95\xa6\xd5\x0e\x71\x66\x54\x73\x07\x00\xb0\x3a\ -\xf6\x0c\xa9\x57\x7d\x2d\xaa\x61\x06\x00\x00\x66\xcb\xd2\x57\x9a\ -\x56\xb7\x8e\xdf\x45\x35\x77\x00\x00\xab\xeb\x65\x21\xf5\xaa\xa3\ -\xa3\x1a\x66\x00\x00\x60\x76\x2c\x7d\xa5\x69\xb5\x5d\x9c\x1e\xd5\ -\xdc\x01\x00\xac\x89\x03\x42\xea\x55\x2e\x84\x01\x00\x60\xfe\x2c\ -\x7d\xa5\x69\x74\x8b\xf0\x99\x0f\x00\x98\x94\x8f\x86\xd4\xab\xda\ -\x2f\xcd\xaa\x61\x06\x00\x00\x66\xc3\xd2\x57\x9a\x46\x37\x8b\x53\ -\xa3\x9a\x39\x00\x80\x85\x68\xaf\x53\x90\x7a\xd3\x35\xa2\x1a\x64\ -\x00\x00\x60\x36\x2c\x7d\xa5\x69\x74\xd3\x38\x39\xaa\x99\x03\x00\ -\x58\xa8\x1f\x86\xd4\x9b\x6e\x10\xd5\x20\x03\x00\x00\xb3\xf1\xcf\ -\x21\x4d\xb2\xbf\x89\xdf\x46\x35\x6f\x00\x00\x8b\xf1\xeb\x90\x7a\ -\xd3\xad\xa3\x1a\x64\x00\x00\x60\xfa\xfe\x27\xae\x16\xd2\xa4\xba\ -\x71\x9c\x18\xd5\xbc\x01\x00\x2c\xd6\x99\x21\xf5\xa6\xbb\x45\x35\ -\xc8\x00\x00\xc0\x74\x5d\x12\xb7\x0b\x69\x52\x6d\x1d\x27\x44\x35\ -\x6f\x00\x00\x93\xd0\x96\x6f\x95\x7a\xd3\xdf\x46\x35\xc8\x00\x00\ -\xc0\x74\xbd\x22\xa4\x49\x75\xc3\x38\x2e\xaa\x59\x03\x00\x98\xa4\ -\xf6\x5e\x69\xa9\x17\x3d\x21\xaa\x21\x06\x00\x00\xa6\xe7\xbf\x63\ -\x9d\x90\x26\xd1\xb6\x61\xd9\x2b\x00\x60\x56\xda\x7b\xa5\xa5\x5e\ -\xf4\x0f\x51\x0d\x31\x00\x00\x30\x1d\x17\xc4\xcd\x43\x9a\x44\x3b\ -\xc4\x69\x51\xcd\x1a\x00\xc0\x34\xb4\xf7\x4a\x4b\xbd\xe8\xe5\x51\ -\x0d\x31\x00\x00\x30\x1d\xcf\x09\x69\x12\xdd\x29\xce\x8a\x6a\xce\ -\x00\x00\xa6\xa5\xbd\x57\x5a\xea\x45\x6f\x89\x6a\x88\x01\x00\x80\ -\xc9\xfb\x7a\x2c\x0d\x69\xb1\xdd\x33\xce\x89\x6a\xce\x00\x00\xa6\ -\xa9\xbd\x57\x5a\xea\x45\xef\x8d\x6a\x88\x01\x00\x80\xc9\xfa\x63\ -\x6c\x1d\xd2\x62\xdb\x25\xda\x52\x6a\xd5\x9c\x01\x00\x4c\xdb\x13\ -\x43\xea\x45\x9f\x8c\x6a\x88\x01\x00\x80\xc9\x7a\x4a\x48\x8b\xed\ -\x31\x71\x71\x54\x33\x06\x00\x30\x0b\xcf\x0e\xa9\x17\xb5\x47\xf0\ -\xab\x21\x06\x00\x00\x26\xe7\xb3\x21\x2d\xb6\xbf\x8f\x15\x51\xcd\ -\x18\x00\xc0\xac\xbc\x22\xa4\x5e\x74\x44\x54\x43\x0c\x00\x00\x4c\ -\xc6\x19\x71\x9d\x90\x16\x53\xfb\xa5\xe5\xca\xa8\x66\x0c\x00\x60\ -\x96\xde\x1a\x52\x2f\x3a\x2e\xaa\x21\x06\x00\x00\x26\xe3\x91\x21\ -\x2d\xa6\x97\x45\x35\x5b\x00\x00\xf3\xf0\xbe\x90\x7a\xd1\x1f\xa2\ -\x1a\x62\x00\x00\x60\xf1\x3e\x18\xd2\x42\x5b\x12\x6f\x8a\x6a\xb6\ -\x00\x00\xe6\xe5\x53\x21\x75\xbe\xa5\x51\x0d\x30\x00\x00\xb0\x78\ -\xbf\x8d\x4d\x42\x5a\x48\xed\xf3\xda\xbb\xa2\x9a\x2d\x00\x80\x79\ -\xfa\x46\x48\x9d\xef\x9a\x51\x0d\x30\x00\x00\xb0\x38\xed\x5d\x0d\ -\xf7\x0f\x69\x21\x2d\x8f\xf6\xf4\x50\x35\x5b\x00\x00\xf3\xf6\xe3\ -\x90\x3a\xdf\x56\x51\x0d\x30\x00\x00\xb0\x38\xef\x0c\x69\x21\x6d\ -\x18\x5f\x8e\x6a\xae\x00\x00\xba\xa0\xbd\x57\x5a\xea\x7c\x37\x8f\ -\x6a\x80\x01\x00\x80\x85\xfb\x55\x6c\x10\xd2\x9a\x76\x9d\x38\x3c\ -\xaa\xb9\x02\x00\xe8\x8a\x53\x42\xea\x7c\xdb\x47\x35\xc0\x00\x00\ -\xc0\xc2\x5c\x1a\x77\x0d\x69\x4d\xfb\x9b\xf8\x75\x54\x73\x05\x00\ -\xd0\x25\x67\x87\xd4\xf9\x76\x8e\x6a\x80\x01\x00\x80\x85\x79\x4b\ -\x48\x6b\xda\xed\xe2\xf4\xa8\x66\x0a\x00\xa0\x6b\xda\x8f\x7e\xa4\ -\xce\x77\xdf\xa8\x06\x18\x00\x00\x58\x73\x3f\x8f\xf5\x42\x5a\x93\ -\x1e\x10\xe7\x46\x35\x53\x00\x00\x5d\xb5\x76\x48\x9d\x6e\x97\xa8\ -\x86\x17\x00\x00\x58\x33\x2b\xe2\x8e\x21\xad\x49\x4f\x8c\x4b\xa2\ -\x9a\x29\x00\x80\x2e\xdb\x28\xa4\x4e\xb7\x7b\x54\xc3\x0b\x00\x00\ -\xac\x99\xd7\x87\xb4\x26\xfd\x63\xac\x8c\x6a\x9e\x00\x00\xba\xee\ -\xba\x21\x75\xba\x3d\xa2\x1a\x5e\x00\x00\x60\xf5\x1d\x15\xeb\x86\ -\xb4\x3a\x2d\x8b\xb7\x47\x35\x4b\x00\x00\x7d\xb1\x75\x48\x9d\xee\ -\xe9\x51\x0d\x2f\x00\x00\xb0\x7a\x2e\x8e\x1d\x43\x5a\x9d\xae\x16\ -\x1f\x8b\x6a\x96\x00\x00\xfa\x64\xbb\x90\x3a\xdd\x8b\xa3\x1a\x5e\ -\x00\x00\x60\xf5\xbc\x32\xa4\xd5\x69\x93\xf8\x46\x54\x73\x04\x00\ -\xd0\x37\x77\x08\xa9\xd3\xbd\x22\xaa\xe1\x05\x00\x00\xae\xda\x8f\ -\x62\x9d\x90\xae\xaa\xeb\x45\x5b\x2a\xad\x9a\x23\x00\x80\x3e\xba\ -\x6b\x48\x9d\xee\x75\x51\x0d\x2f\x00\x00\x70\xe5\x2e\x0a\x8f\xfd\ -\x6b\x75\xba\x45\x9c\x10\xd5\x1c\x01\x00\xf4\xd5\x83\x42\xea\x74\ -\xef\x88\x6a\x78\x01\x00\x80\x2b\xf7\x8f\x21\x5d\x55\xf7\x8a\xb3\ -\xa3\x9a\x21\x00\x80\x3e\x7b\x44\x48\x9d\xee\xa0\xa8\x86\x17\x00\ -\x00\x58\xb5\xc3\x62\x59\x48\x57\xd6\x13\xa3\xbd\x24\xbf\x9a\x21\ -\x00\x80\xbe\xdb\x3d\xa4\x4e\xf7\xc1\xa8\x86\x17\x00\x00\xa8\x5d\ -\x10\x37\x0b\x69\x55\x2d\x89\xf6\x72\xfc\x95\x51\xcd\x10\x00\xc0\ -\x10\xec\x15\x52\xa7\x3b\x24\xaa\xe1\x05\x00\x00\x6a\xcf\x0d\x69\ -\x55\x2d\x8f\x7f\x8f\x6a\x76\x00\x00\x86\xe4\xd9\x21\x75\xba\x2f\ -\x45\x35\xbc\x00\x00\xc0\x15\x7d\x3b\x2c\x7d\xa5\x55\xb5\x49\xfc\ -\x57\x54\xb3\x03\x00\x30\x34\x2f\x0e\xa9\xd3\xb5\x0f\x70\xd5\xf0\ -\x02\x00\x00\x7f\xe9\xdc\xd8\x26\xa4\xaa\x1b\xc6\xd1\x51\xcd\x0e\ -\x00\xc0\x10\xbd\x36\xa4\x4e\x77\x44\x54\xc3\x0b\x00\x00\xfc\x25\ -\x8f\xf8\x6b\x55\xdd\x2e\x4e\x89\x6a\x6e\x00\x00\x86\xea\x75\x21\ -\x75\xba\x23\xa3\x1a\x5e\x00\x00\xe0\x32\x87\x86\xa5\xaf\x54\xb5\ -\x6b\xb4\xa7\x83\xaa\xb9\x01\x00\x18\xb2\x03\x43\xea\x74\x6e\x80\ -\x00\x00\xc0\x95\xbb\x28\x6e\x19\xd2\x5f\xf7\xcc\x58\x11\xd5\xdc\ -\x00\x00\x0c\x9d\x1b\x20\xea\x7c\x6e\x80\x00\x00\xc0\x95\x7b\x45\ -\x48\x97\x6f\x69\xbc\x25\xaa\x79\x01\x00\x18\x0b\x37\x40\xd4\xf9\ -\x7e\x1e\xd5\xf0\x02\x00\x00\x6b\xad\xf5\xd3\x58\x1e\xd2\x9f\x5b\ -\x2f\x3e\x11\xd5\xbc\x00\x00\x8c\x89\x1b\x20\xea\x7c\xc7\x47\x35\ -\xbc\x00\x00\x30\x76\x6d\x69\xa3\x9d\x42\xfa\x73\x9b\x47\x7b\x1f\ -\x4c\x35\x2f\x00\x00\x63\x73\x50\x48\x9d\xce\x0d\x10\x00\x00\xa8\ -\xbd\x35\xa4\x3f\xb7\x6d\xfc\x3a\xaa\x59\x01\x00\x18\xa3\x0f\x86\ -\xd4\xe9\xdc\x00\x01\x00\x80\x2b\x3a\x36\x36\x08\xa9\x75\xd7\x38\ -\x33\xaa\x59\x01\x00\x18\x2b\x37\x40\xd4\xf9\xdc\x00\x01\x00\x80\ -\x2b\xba\x7f\x48\xad\xdd\xe3\xc2\xa8\xe6\x04\x00\x60\xcc\xdc\x00\ -\x51\xe7\x3b\x23\xaa\xe1\x05\x00\x80\xb1\xfa\x48\x48\xad\x7d\x63\ -\x65\x54\x73\x02\x00\x30\x76\x6e\x80\xa8\xf3\x9d\x1d\xd5\xf0\x02\ -\x00\xc0\x18\xfd\x31\xb6\x0c\x8d\xbb\x75\xa2\xbd\xd4\xb3\x9a\x11\ -\x00\x00\xfe\xe4\x90\x90\x3a\x9d\x1b\x20\x00\x00\x70\x99\xe7\x84\ -\xc6\xdd\x86\xf1\xa5\xa8\xe6\x03\x00\x80\xcb\x7c\x36\xa4\x4e\xe7\ -\x06\x08\x00\x00\xfc\xc9\x11\xb1\x76\x68\xbc\x5d\x2f\x8e\x8c\x6a\ -\x3e\x00\x00\xf8\x4b\x6e\x80\xa8\xf3\xb9\x01\x02\x00\x00\x7f\x7a\ -\xcf\xc3\x4e\xa1\xf1\xb6\x7d\x9c\x14\xd5\x7c\x00\x00\x70\x45\x6e\ -\x80\xa8\xf3\x55\x83\x0b\x00\x00\x63\xf3\xae\xd0\x78\x7b\x40\xb4\ -\xf7\xbf\x54\xb3\x01\x00\x40\xed\x8b\x21\x75\xba\x6a\x70\x01\x00\ -\x60\x4c\x4e\x8f\x6b\x85\xc6\xd9\x9e\x71\x49\x54\xb3\x01\x00\xc0\ -\xaa\x7d\x3b\xa4\x4e\x57\x0d\x2e\x00\x00\x8c\xc9\x93\x42\xe3\x6b\ -\x49\xbc\x3e\xaa\x99\x00\x00\xe0\xaa\xb9\x01\xa2\xce\x57\x0d\x2e\ -\x00\x00\x8c\xc5\x0f\xa2\x7d\x11\xae\x71\x75\xb5\xf8\x70\x54\x33\ -\x01\x00\xc0\xea\x71\x03\x44\x9d\x6e\xed\xa8\x06\x17\x00\x00\xc6\ -\xa0\xbd\xf8\xfc\x4e\xa1\x71\xd5\x96\x3b\x6b\x1f\xd6\xab\x99\x00\ -\x00\x60\xf5\xb9\x01\xa2\xce\x57\x0d\x2e\x00\x00\x8c\xc1\x87\x42\ -\xe3\xea\xc6\xf1\xcb\xa8\xe6\x01\x00\x80\x35\xe3\x06\x88\x3a\x5f\ -\x35\xb8\x00\x00\x30\x74\xe7\xc5\x56\xa1\xf1\xb4\x53\xfc\x2e\xaa\ -\x79\x00\x00\x60\xcd\xb9\x01\xa2\xce\x57\x0d\x2e\x00\x00\x0c\xdd\ -\x7e\xa1\xf1\xf4\x88\xb8\x20\xaa\x59\x00\x00\x60\x61\xdc\x00\x51\ -\xe7\xab\x06\x17\x00\x00\x86\xec\xb7\x71\xf5\xd0\x38\x7a\x7e\x5c\ -\x1a\xd5\x2c\x00\x00\xb0\x70\x6e\x80\xa8\xf3\x5d\x12\xd5\xf0\x02\ -\x00\xc0\x50\x3d\x2e\x34\xfc\x96\xc5\x81\x51\xcd\x00\x00\x00\x8b\ -\xf7\xb9\x90\x3a\xdd\xd9\x51\x0d\x2f\x00\x00\x0c\xd1\x61\xb1\x24\ -\x34\xec\x36\x88\xcf\x46\x35\x03\x00\x00\x4c\x46\xbb\xde\x92\x3a\ -\x9d\x1b\x20\x00\x00\x8c\xc9\x9d\x43\xc3\x6e\x8b\xf8\x61\x54\xdb\ -\x1f\x00\x80\xc9\x71\x03\x44\x9d\xcf\x0d\x10\x00\x00\xc6\xc2\x07\ -\xb4\xe1\x77\xcb\x38\x3e\xaa\xed\x0f\x00\xc0\x64\xb9\xbe\x56\xe7\ -\x73\x03\x04\x00\x80\x31\x58\x19\xdb\x87\x86\xdb\xbd\xc3\xe7\x1b\ -\x00\x80\xd9\xf9\x44\x48\x9d\xee\xd4\xa8\x86\x17\x00\x00\x86\xe4\ -\x3f\x43\xc3\xed\x89\x71\x71\x54\xdb\x1e\x00\x80\xe9\xf8\x60\x48\ -\x9d\xce\xe3\xe1\x00\x00\x0c\xdd\x25\x71\xd3\xd0\xf0\x6a\x2f\xb4\ -\x7f\x65\x54\xdb\x1d\x00\x80\xe9\x72\x03\x44\x9d\xcf\x0d\x10\x00\ -\x00\x86\xee\xa0\xd0\xf0\x5a\x1e\xef\x8f\x6a\x9b\x03\x00\x30\x7d\ -\x6e\x80\xa8\xf3\xb9\x01\x02\x00\xc0\x90\x5d\x18\x37\x08\x0d\xab\ -\x4d\xe2\xeb\x51\x6d\x73\x00\x00\x66\xc3\x0d\x10\x75\x3e\x37\x40\ -\x00\x00\x18\xb2\xfd\x43\xc3\x6a\xeb\x38\x3a\xaa\xed\x0d\x00\xc0\ -\xec\xbc\x33\xa4\x4e\xe7\x83\x03\x00\x00\x43\x75\x6e\x5c\x3b\x34\ -\x9c\x6e\x17\xa7\x44\xb5\xbd\x01\x00\x98\xad\x03\x43\xea\x74\x47\ -\x46\x35\xbc\x00\x00\xd0\x77\x6f\x0c\x0d\xa7\xbf\x8d\x76\x53\xab\ -\xda\xd6\x00\x00\xcc\x9e\x1b\x20\xea\x7c\x6e\x80\x00\x00\x30\x44\ -\x17\xc5\x16\xa1\x61\xf4\xac\x58\x11\xd5\xb6\x06\x00\x60\x3e\xdc\ -\x00\x51\xe7\x73\x03\x04\x00\x80\x21\xfa\xd7\x50\xff\x5b\x16\x6f\ -\x89\x6a\x1b\x03\x00\x30\x5f\xde\xb7\xa7\xce\xf7\xdf\x51\x0d\x2f\ -\x00\x00\xf4\xd5\xa5\xb1\x4d\xa8\xdf\xad\x17\x9f\x88\x6a\x1b\x03\ -\x00\x30\x7f\xaf\x0b\xa9\xd3\x7d\x3b\xaa\xe1\x05\x00\x80\xbe\xfa\ -\x70\xa8\xdf\x6d\x1e\x87\x45\xb5\x7d\x01\x00\xe8\x86\xfd\x42\xea\ -\x74\x9f\x8b\x6a\x78\x01\x00\xa0\xaf\x76\x08\xf5\xb7\x6d\xe3\xd8\ -\xa8\xb6\x2d\x00\x00\xdd\xf1\xe2\x90\x3a\x9d\x47\xca\x01\x00\x18\ -\x92\x2f\x86\xfa\xdb\xdd\xe2\xcc\xa8\xb6\x2d\x00\x00\xdd\xf2\x8c\ -\x90\x3a\xdd\x07\xa3\x1a\x5e\x00\x00\xe8\xa3\xbb\x87\xfa\xd9\x63\ -\xe3\xc2\xa8\xb6\x2b\x00\x00\xdd\xb3\x67\x48\x9d\xee\x9d\x51\x0d\ -\x2f\x00\x00\xf4\xcd\xf7\x43\xfd\x6c\xdf\x58\x19\xd5\x76\x05\x00\ -\xa0\x9b\x76\x0f\xa9\xd3\xed\x1f\xd5\xf0\x02\x00\x40\xdf\x3c\x32\ -\xd4\xaf\xd6\x89\xf7\x44\xb5\x3d\x01\x00\xe8\xb6\x87\x84\xd4\xe9\ -\x5e\x17\xd5\xf0\x02\x00\x40\x9f\x9c\x1c\xed\xcb\x74\xf5\xa7\x6b\ -\xc4\x97\xa2\xda\x9e\x00\x00\x74\xdf\x03\x42\xea\x74\x2f\x89\x6a\ -\x78\x01\x00\xa0\x4f\x5e\x15\xea\x4f\xd7\x8f\x23\xa3\xda\x96\x00\ -\x00\xf4\xc3\xce\x21\x75\xba\x17\x44\x35\xbc\x00\x00\xd0\x17\x97\ -\xc4\x56\xa1\x7e\xb4\x7d\x9c\x14\xd5\xb6\x04\x00\xa0\x3f\x76\x0c\ -\xa9\xd3\xed\x15\xd5\xf0\x02\x00\x40\x5f\x7c\x2a\xd4\x8f\xda\x32\ -\x09\xe7\x44\xb5\x1d\x01\x00\xe8\x97\x5b\x86\xd4\xe9\x9e\x10\xd5\ -\xf0\x02\x00\x40\x5f\xdc\x3f\xd4\xfd\x9e\x1a\xed\x69\x9d\x6a\x1b\ -\x02\x00\xd0\x3f\x9e\xc2\x56\xe7\x7b\x74\x54\xc3\x0b\x00\x00\x7d\ -\xf0\xab\x58\x1a\xea\x6e\x4b\xe2\x0d\x51\x6d\x3f\x00\x00\xfa\x6b\ -\xf3\x90\x3a\xdd\x83\xa2\x1a\x5e\x00\x00\xe8\x83\xf6\x4e\x3b\x75\ -\xb7\xab\xc5\x87\xa3\xda\x76\x00\x00\xf4\xdb\x46\x21\x75\xba\x7b\ -\x46\x35\xbc\x00\x00\xd0\x75\x17\xc6\xa6\xa1\x6e\xb6\x49\x7c\x3b\ -\xaa\x6d\x07\x00\x40\xff\xb5\x27\x7d\xa5\x4e\xb7\x73\x54\xc3\x0b\ -\x00\x00\x5d\xf7\xa1\x50\x37\xdb\x22\x8e\x8a\x6a\xbb\x01\x00\xd0\ -\x7f\x17\x85\xd4\xf9\xb6\x8b\x6a\x80\x01\x00\xa0\xeb\xda\x72\xae\ -\xea\x5e\x37\x89\xdf\x44\xb5\xcd\x00\x00\x18\x86\xb3\x43\xea\x7c\ -\xed\xc3\x49\x35\xc0\x00\x00\xd0\x65\x67\xc6\xf2\x50\xb7\xda\x31\ -\x4e\x8b\x6a\x9b\x01\x00\x30\x1c\x27\x86\xd4\xf9\xae\x1f\xd5\x00\ -\x03\x00\x40\x97\xbd\x2b\xd4\xad\xda\xfb\x05\xff\x18\xd5\xf6\x02\ -\x00\x60\x58\x7e\x15\x52\xe7\xdb\x30\xaa\x01\x06\x00\x80\x2e\xbb\ -\x7b\xa8\x3b\x3d\x22\xda\x4b\xe9\xab\x6d\x05\x00\xc0\xf0\x1c\x1e\ -\x52\x2f\x5a\x11\xd5\x10\x03\x00\x40\x17\x9d\x14\x4b\x43\xdd\x68\ -\xcf\xf0\x99\x02\x00\x60\x5c\xbe\x1a\x52\x2f\x3a\x23\xaa\x21\x06\ -\x00\x80\x2e\x7a\x73\xa8\x1b\xbd\x34\xaa\x6d\x04\x00\xc0\xb0\x7d\ -\x2c\xa4\x5e\xd4\xd6\x6b\xab\x86\x18\x00\x00\xba\xe8\xb6\xa1\xf9\ -\xd7\x6e\x44\x55\xdb\x07\x00\x80\xe1\x3b\x28\xa4\x5e\xd4\xd6\x6b\ -\xab\x86\x18\x00\x00\xba\xe6\x98\xd0\xfc\xfb\xe7\xa8\xb6\x0f\x00\ -\x00\xe3\xf0\xa6\x90\x7a\x51\x5b\xaf\xad\x1a\x62\x00\x00\xe8\x9a\ -\x57\x86\xe6\x5b\xfb\xb0\x5b\x6d\x1b\x00\x00\xc6\xe3\x25\x21\xf5\ -\xa2\xb6\x5e\x5b\x35\xc4\x00\x00\xd0\x35\xb7\x0a\xcd\xaf\x7f\x8a\ -\x6a\xbb\x00\x00\x30\x2e\xcf\x08\xa9\x17\xb5\xf5\xda\xaa\x21\x06\ -\x00\x80\x2e\x39\x3e\x34\xbf\x5e\x1f\xd5\x76\x01\x00\x60\x7c\xfe\ -\x2e\xa4\x5e\xe4\x11\x76\x00\x00\xfa\xe0\x1d\xa1\xf9\xf4\xda\xa8\ -\xb6\x09\x00\x00\xe3\xf4\xe0\x90\x7a\xd1\xbe\x51\x0d\x31\x00\x00\ -\x74\xc9\x7d\x43\xb3\xef\xd5\x51\x6d\x0f\x00\x00\xc6\xeb\x4e\x21\ -\xf5\xa2\xbd\xa3\x1a\x62\x00\x00\xe8\x8a\x73\x62\xdd\xd0\x6c\x6b\ -\x2f\x9d\xaf\xb6\x07\x00\x00\xe3\x76\xf3\x90\x7a\xd1\x63\xa3\x1a\ -\x62\x00\x00\xe8\x8a\x43\x42\xb3\x6d\xaf\xa8\xb6\x05\x00\x00\x5c\ -\x37\xa4\x5e\xf4\xc0\xa8\x86\x18\x00\x00\xba\xe2\x99\xa1\xd9\xf5\ -\xc8\x58\x11\xd5\xb6\x00\x00\x80\xf5\x43\xea\x45\x6d\xbd\xb6\x6a\ -\x88\x01\x00\xa0\x2b\x3c\x62\x3f\xbb\xee\x19\x17\x45\xb5\x1d\x00\ -\x00\xa0\x5d\x2b\x4a\xbd\xa9\x7d\x98\xac\x06\x19\x00\x00\xba\xe0\ -\xb7\xa1\xd9\xb4\x5d\x9c\x1d\xd5\x76\x00\x00\x80\xe6\xb4\x90\x7a\ -\x53\x5b\xaf\xad\x1a\x64\x00\x00\xe8\x82\xf7\x85\xa6\xdf\xf5\xe2\ -\xc4\xa8\xb6\x01\x00\x00\xfc\xd9\x2f\x42\xea\x4d\x6d\xbd\xb6\x6a\ -\x90\x01\x00\xa0\x0b\x9e\x14\x9a\x6e\x1b\xc5\x91\x51\xfd\xfd\x01\ -\x00\xe0\xf2\x0e\x0b\xa9\x57\x59\xe3\x17\x00\x80\xae\xda\x26\x34\ -\xbd\x96\xc7\xd7\xa2\xfa\xdb\x03\x00\xc0\x5f\xfb\x52\x48\xbd\xea\ -\x94\xa8\x86\x19\x00\x00\xe6\xe9\xe4\xd0\x74\x7b\x67\x54\x7f\x7b\ -\x00\x00\xa8\x7c\x20\xa4\x5e\xf5\xc3\xa8\x86\x19\x00\x00\xe6\xe9\ -\x23\xa1\xe9\xf5\xc4\xa8\xfe\xee\x00\x00\xb0\x2a\xff\x1c\x52\xaf\ -\x6a\x8f\x2d\x55\xc3\x0c\x00\x00\xf3\xf4\xac\xd0\x74\xda\x21\xce\ -\x8b\xea\xef\x0e\x00\x00\xab\xf2\xa2\x90\x7a\xd5\xfb\xa2\x1a\x66\ -\x00\x00\x98\xa7\xdb\x85\x26\xdf\x26\xf1\xeb\xa8\xfe\xe6\x00\x00\ -\x70\x65\x9e\x14\x52\xaf\x7a\x53\x54\xc3\x0c\x00\x00\xf3\x72\x51\ -\xac\x1b\x9a\x6c\x4b\xe2\x73\x51\xfd\xcd\x01\x00\xe0\xaa\x3c\x30\ -\xa4\x5e\xf5\xbc\xa8\x86\x19\x00\x00\xe6\xe5\xf0\xd0\xe4\x7b\x79\ -\x54\x7f\x6f\x00\x00\x58\x1d\xb7\x0d\xa9\x57\x3d\x21\xaa\x61\x06\ -\x00\x80\x79\x79\x67\x68\xb2\xdd\x37\x56\x44\xf5\xf7\x06\x00\x80\ -\xd5\x71\xfd\x90\x7a\x55\xfb\x20\x54\x0d\x33\x00\x00\xcc\xcb\x1e\ -\xa1\xc9\x75\xad\x38\x39\xaa\xbf\x35\x00\x00\xac\x2e\xcb\xd4\xaa\ -\x77\xdd\x26\xaa\x61\x06\x00\x80\x79\xd9\x21\x34\xb9\x3e\x1e\xd5\ -\xdf\x19\x00\x00\x56\xd7\x59\x21\xf5\xae\x2d\xa2\x1a\x68\x00\x00\ -\x98\x87\xb6\x4c\xd3\x7a\xa1\xc9\xf4\xc4\xa8\xfe\xce\x00\x00\xb0\ -\x26\x7e\x11\x52\xef\x5a\x27\x56\x46\x35\xd4\x00\x00\x30\x6b\x3f\ -\x0f\x4d\xa6\xf6\x63\xa7\xdf\x47\xf5\x77\x06\x00\x80\x35\xf1\xad\ -\x90\x7a\xd9\xe9\x51\x0d\x35\x00\x00\xcc\xda\xc7\x42\x93\xa9\xfd\ -\x2d\xab\xbf\x31\x00\x00\xac\x29\xd7\xe9\xea\x6d\x47\x47\x35\xd4\ -\x00\x00\x30\x6b\xaf\x0c\x2d\xbe\x87\x44\xf5\xf7\x05\x00\x80\x85\ -\x78\x47\x48\xbd\xec\x6b\x51\x0d\x35\x00\x00\xcc\xda\x23\x43\x8b\ -\x6b\xdd\xf8\x4d\x54\x7f\x5f\x00\x00\x58\x88\x97\x87\xd4\xcb\xfe\ -\x33\xaa\xa1\x06\x00\x80\x59\xbb\x75\x68\x71\xbd\x20\xaa\xbf\x2d\ -\x00\x00\x2c\xd4\x53\x43\xea\x65\x6f\x8d\x6a\xa8\x01\x00\x60\xd6\ -\x36\x0c\x2d\xbc\x4d\xe3\xac\xa8\xfe\xb6\x00\x00\xb0\x50\x0f\x0d\ -\xa9\x97\xed\x1b\xd5\x50\x03\x00\xc0\x2c\x9d\x1a\x5a\x5c\xfb\x47\ -\xf5\xb7\x05\x00\x80\xc5\xd8\x29\xa4\x5e\xb6\x47\x54\x43\x0d\x00\ -\x00\xb3\xf4\xff\xb7\x77\xdf\xf1\xb2\x55\xf5\xfd\xff\xb9\x85\x8b\ -\xf4\xae\x52\xc4\x86\x22\xc4\x02\xa2\x46\x23\x11\x94\xd8\x62\x82\ -\x62\xb0\x20\x1a\x3b\x8a\x08\xd6\x58\x13\x51\x51\x21\xd8\x82\x0a\ -\x16\xd0\xd8\x88\x12\x8d\x8a\xa2\x62\xc3\x82\x05\x23\x62\xc4\x02\ -\x8a\x0a\x7c\x6d\x3f\x45\x9a\x70\x81\xcb\x2d\x8f\xdf\x7b\x05\x89\ -\x94\xcf\xbd\x77\xce\x39\x33\x73\x66\xf6\x7e\xbe\x1e\x8f\xe7\x3f\ -\xa6\x08\x73\xf6\x5a\x7b\xed\xd9\xb3\xf7\xfa\x46\x68\xf6\xed\x14\ -\xd7\x44\xf5\xd9\x02\x00\xc0\x5c\xec\x18\xd2\x54\xf6\xb7\x51\x1d\ -\xd4\x00\x00\x30\x4e\xef\x0f\xcd\xbe\x8f\x47\xf5\xb9\x02\x00\xc0\ -\x5c\x6d\x10\xd2\x54\x76\x97\xa8\x0e\x6a\x00\x00\x18\xa7\x57\x85\ -\x66\xd7\x9d\x63\x55\x54\x9f\x2b\x00\x00\xcc\xc5\x1f\x42\x9a\xda\ -\x36\x8b\xea\xc0\x06\x00\x80\x71\x7a\x5a\x68\x76\xbd\x2f\xaa\xcf\ -\x14\x00\x00\xe6\xea\x7b\x21\x4d\x75\x7f\x8c\xea\xe0\x06\x00\x80\ -\x71\x69\xaf\x66\xd5\xcc\xdb\x26\x96\x45\xf5\x99\x02\x00\xc0\x5c\ -\x9d\x14\xd2\x54\xf7\xa3\xa8\x0e\x6e\x00\x00\x18\x97\xbb\x86\x66\ -\xde\xe1\x51\x7d\x9e\x00\x00\x30\x0c\x6f\x0b\x69\xaa\xfb\x6c\x54\ -\x07\x37\x00\x00\x8c\xcb\x16\xa1\x99\xb5\x7e\x5c\x18\xd5\xe7\x09\ -\x00\x00\xc3\xf0\xe2\x90\xa6\xba\xe3\xa2\x3a\xb8\x01\x00\x60\x1c\ -\xae\x0a\xcd\xbc\x67\x46\xf5\x79\x02\x00\xc0\xb0\xec\x1f\xd2\x54\ -\xf7\x2f\x51\x1d\xdc\x00\x00\x30\x0e\xe7\x85\x66\xde\xd7\xa2\xfa\ -\x3c\x01\x00\x60\x58\xfe\x3a\xa4\xa9\xee\xc9\x51\x1d\xdc\x00\x00\ -\x30\x0e\x67\x84\x66\xd6\x76\xb1\x32\xaa\xcf\x13\x00\x00\x86\xe5\ -\xd6\x21\x4d\x75\x7b\x47\x75\x70\x03\x00\xc0\x38\x7c\x2e\x34\xb3\ -\x9e\x1b\xd5\x67\x09\x00\x00\xc3\xb2\x22\xd6\x0d\x69\xaa\xbb\x63\ -\x54\x07\x38\x00\x00\x8c\xc3\x09\xa1\x99\xf5\xad\xa8\x3e\x4b\x00\ -\x00\x18\x96\x5f\x85\x34\xf5\xad\x1f\xd5\x01\x0e\x00\x00\xe3\x70\ -\x74\x68\xf0\x6e\x13\xab\xa2\xfa\x2c\x01\x00\x60\x58\xbe\x19\x52\ -\x27\xba\x30\xaa\x83\x1c\x00\x00\x46\xed\x15\xa1\xc1\x3b\x28\xaa\ -\xcf\x11\x00\x00\x86\xe9\xc4\x90\x3a\xd1\x99\x51\x1d\xe4\x00\x00\ -\x30\x6a\xcf\x0f\x0d\xde\x87\xa2\xfa\x1c\x01\x00\x60\x98\xde\x10\ -\x52\x27\x3a\x29\xaa\x83\x1c\x00\x00\x46\xed\x19\xa1\xc1\xfb\x75\ -\x54\x9f\x23\x00\x00\x0c\xd3\x73\x42\xea\x44\x6f\x8d\xea\x20\x07\ -\x00\x80\x51\x7b\x5c\x68\xb0\x76\x8c\xea\x33\x04\x00\x80\x61\x7b\ -\x64\x48\x9d\xe8\xc5\x51\x1d\xe4\x00\x00\x30\x6a\xfb\x84\x06\xeb\ -\xa9\x51\x7d\x86\x00\x00\x30\x6c\xf7\x08\xa9\x13\xed\x1f\xd5\x41\ -\x0e\x00\x00\xa3\xb6\x77\x68\xb0\xde\x15\xd5\x67\x08\x00\x00\xc3\ -\x76\x8b\x90\x3a\xd1\x5f\x45\x75\x90\x03\x00\xc0\xa8\xed\x11\x1a\ -\xac\xaf\x45\xf5\x19\x02\x00\xc0\x30\x2d\x0d\xa9\x33\x6d\x1d\xd5\ -\x81\x0e\x00\x00\xa3\xb6\x6b\x68\xb0\x7e\x1f\xd5\x67\x08\x00\x00\ -\xc3\x74\x56\x48\x9d\xea\xb2\xa8\x0e\x76\x00\x00\x18\xa5\xbb\x84\ -\xd6\xde\xe6\x51\x7d\x7e\x00\x00\x30\x6c\x1f\x0f\xa9\x53\x9d\x19\ -\xd5\xc1\x0e\x00\x00\xa3\xe4\x06\xc8\x60\xdd\x27\xaa\xcf\x0f\x00\ -\x00\x86\xed\xa8\x90\x3a\xd5\x89\x51\x1d\xec\x00\x00\x30\x4a\x6e\ -\x80\x0c\xd6\xe3\xa3\xfa\xfc\x00\x00\x60\xd8\x9e\x19\x52\xa7\x7a\ -\x5d\x54\x07\x3b\x00\x00\x8c\xd2\xed\x43\x6b\xef\x79\x51\x7d\x7e\ -\x00\x00\x30\x6c\x7b\x87\xd4\xa9\x9e\x12\xd5\xc1\x0e\x00\x00\xa3\ -\xb4\x43\x68\xed\xbd\x36\xaa\xcf\x0f\x00\x00\x86\xed\xd6\x21\x75\ -\xaa\xfb\x45\x75\xb0\x03\x00\xc0\x28\xb9\x01\x32\x58\xc7\x45\xf5\ -\xf9\x01\x00\xc0\x30\x2d\x8b\x45\x21\x75\xaa\xed\xa2\x3a\xe0\x01\ -\x00\x60\x94\xdc\x00\x19\xac\x8f\x45\xf5\xf9\x01\x00\xc0\x30\x9d\ -\x1d\x52\xe7\x5a\x10\x4b\xa3\x3a\xe8\x01\x00\x60\x54\xdc\x00\x19\ -\xac\xaf\x46\xf5\xf9\x01\x00\xc0\x30\x9d\x1c\x52\x27\x3b\x2b\xaa\ -\x83\x1e\x00\x00\x46\xc5\x0d\x90\xc1\x3a\x2d\xaa\xcf\x0f\x00\x00\ -\x86\xe9\xdf\x42\xea\x64\x1f\x8f\xea\xa0\x07\x00\x80\x51\x71\x03\ -\x64\xb0\xfe\x3b\xaa\xcf\x0f\x00\x00\x86\xe9\xd9\x21\x75\xb2\xa3\ -\xa2\x3a\xe8\x01\x00\x60\x54\xdc\x00\x19\x2c\x4f\x6b\x03\x00\x30\ -\x0e\x0f\x0d\xa9\x93\x3d\x33\xaa\x83\x1e\x00\x00\x46\xc5\x0d\x90\ -\xc1\x72\x03\x04\x00\x80\x71\xb8\x43\x48\x9d\x6c\xef\xa8\x0e\x7a\ -\x00\x00\x18\x15\x37\x40\x06\xcb\x0d\x10\x00\x00\x46\x6d\x79\xac\ -\x1b\x52\x27\xbb\x75\x54\x07\x3e\x00\x00\x8c\x8a\x1b\x20\x83\xe5\ -\x06\x08\x00\x00\xa3\xf6\x8b\x90\x3a\xdb\xa2\x58\x16\xd5\xc1\x0f\ -\x00\x00\xa3\xe0\x06\xc8\x60\x7d\x3d\xaa\xcf\x0f\x00\x00\x86\xe5\ -\x94\x90\x3a\xdd\xd9\x51\x1d\xfc\x00\x00\x30\x0a\x6e\x80\x0c\xd6\ -\x69\x51\x7d\x7e\x00\x00\x30\x2c\xc7\x84\xd4\xe9\x3e\x11\xd5\xc1\ -\x0f\x00\x00\xa3\xe0\x06\xc8\x60\x7d\x26\xaa\xcf\x0f\x00\x00\x86\ -\xe5\xd0\x90\x3a\xdd\xeb\xa2\x3a\xf8\x01\x00\x60\x14\xdc\x00\x19\ -\xac\x93\xa3\xfa\xfc\x00\x00\x60\x58\xf6\x0e\xa9\xd3\x3d\x2e\xaa\ -\x83\x1f\x00\x00\x46\xc1\x0d\x90\xc1\xfa\x70\x54\x9f\x1f\x00\x00\ -\x0c\xcb\x36\x21\x75\xba\x5d\xa3\x3a\xf8\x01\x00\x60\x14\xdc\x00\ -\x19\xac\x13\xa2\xfa\xfc\x00\x00\x60\x18\x2e\x0e\xa9\xf3\xad\x1f\ -\x2b\xa2\x1a\x04\x00\x00\x30\x6c\x6e\x80\x0c\xd6\xbb\xa2\xfa\xfc\ -\x00\x00\x60\x18\x4e\x0b\xa9\x17\x9d\x1b\xd5\x20\x00\x00\x80\x61\ -\x73\x03\x64\xb0\x8e\x8d\xea\xf3\x03\x00\x80\x61\x78\x67\x48\xbd\ -\xe8\xa4\xa8\x06\x01\x00\x00\x0c\x9b\x1b\x20\x83\xf5\xc6\xa8\x3e\ -\x3f\x00\x00\x18\x86\xe7\x84\xd4\x8b\x8e\x88\x6a\x10\x00\x00\xc0\ -\xb0\xb9\x01\x32\x58\xd6\xe8\x00\x00\x8c\xd2\x03\x43\xea\x45\x8f\ -\x8f\x6a\x10\x00\x00\xc0\xb0\xb9\x01\x32\x58\xaf\x8c\xea\xf3\x03\ -\x00\x80\x61\xd8\x2e\xa4\x5e\x74\xf7\xa8\x06\x01\x00\x00\x0c\x9b\ -\x1b\x20\x83\xf5\x92\xa8\x3e\x3f\x00\x00\x98\xab\x4b\x43\xea\x4d\ -\x1b\xc4\xca\xa8\x06\x03\x00\x00\x0c\x93\x1b\x20\x83\xf5\x82\xa8\ -\x3e\x3f\x00\x00\x98\xab\x6f\x84\xd4\xab\x7e\x1e\xd5\x60\x00\x00\ -\x80\x61\x72\x03\x64\xb0\x0e\x8a\xea\xf3\x03\x00\x80\xb9\x3a\x2e\ -\xa4\x5e\xf5\xa9\xa8\x06\x03\x00\x00\x0c\x93\x1b\x20\x83\x75\x60\ -\x54\x9f\x1f\x00\x00\xcc\xd5\xf3\x42\xea\x55\x47\x46\x35\x18\x00\ -\x00\x60\x98\xdc\x00\x19\xac\xc7\x45\xf5\xf9\x01\x00\xc0\x5c\x3d\ -\x28\xa4\x5e\xf5\x84\xa8\x06\x03\x00\x00\x0c\x93\x1b\x20\x83\xb5\ -\x7f\x54\x9f\x1f\x00\x00\xcc\xd5\xf6\x21\xf5\xaa\xdd\xa3\x1a\x0c\ -\x00\x00\x30\x4c\x7b\xc4\xed\x58\xab\xa7\x46\xf5\xf9\x01\x00\xc0\ -\x5c\x5c\x1a\x52\xef\xda\x30\x56\x46\x35\x28\x00\x00\x00\x00\x00\ -\x98\x7e\xdf\x0c\xa9\x97\xfd\x22\xaa\x41\x01\x00\x00\x00\x00\xc0\ -\xf4\x3b\x3e\xa4\x5e\xf6\x5f\x51\x0d\x0a\x00\x00\x00\x00\x00\xa6\ -\xdf\x21\x21\xf5\xb2\x7f\x89\x6a\x50\x00\x00\x00\x00\x00\x30\xfd\ -\xee\x1b\x52\x2f\xfb\xbb\xa8\x06\x05\x00\x00\x00\x00\x00\xd3\xad\ -\xed\x01\xbd\x51\x48\xbd\x6c\xdb\xa8\x06\x06\x00\x00\x00\x00\x00\ -\xd3\xed\x27\x21\xf5\xba\xdf\x45\x35\x38\x00\x00\x00\x00\x00\x98\ -\x5e\x1f\x0e\xa9\xd7\x9d\x12\xd5\xe0\x00\x00\x00\x00\x00\x60\x7a\ -\xbd\x38\xa4\x5e\x77\x44\x54\x83\x03\x00\x00\x00\x00\x80\xe9\xf5\ -\xa0\x90\x7a\xdd\xa3\xa3\x1a\x1c\x00\x00\x00\x00\x00\x4c\xaf\x9b\ -\x87\xd4\xeb\xee\x10\xd5\xe0\x00\x00\x00\x00\x00\x60\x3a\xfd\x2a\ -\xa4\xde\xb7\x30\xfe\x18\xd5\x20\x01\x00\x00\x00\x00\x60\xfa\x7c\ -\x32\x24\xa5\xaf\x45\x35\x48\x00\x00\x00\x00\x00\x98\x3e\xaf\x0e\ -\x49\xe9\xe8\xa8\x06\x09\x00\x00\x00\x00\x00\xd3\xe7\x91\x21\x29\ -\x3d\x39\xaa\x41\x02\x00\x00\x00\x00\xc0\xf4\xb9\x6d\x48\x4a\xbb\ -\x46\x35\x48\x00\x00\x00\x00\x00\x98\x2e\x17\x87\xa4\x3f\xb5\x6e\ -\x2c\x8b\x6a\xb0\x00\x00\x00\x00\x00\x30\x3d\x4e\x0d\x49\xd7\xeb\ -\xbb\x51\x0d\x16\x00\x00\x00\x00\x00\xa6\xc7\x1b\x43\xd2\xf5\x7a\ -\x77\x54\x83\x05\x00\x00\x00\x00\x80\xe9\xf1\x84\x90\x74\xbd\x0e\ -\x8a\x6a\xb0\x00\x00\x00\x00\x00\x30\x3d\x76\x0e\x49\xd7\x6b\xf7\ -\xa8\x06\x0b\x00\x00\x00\x00\x00\xd3\xe1\xd2\x58\x18\x92\xae\xd7\ -\xe2\x58\x1a\xd5\xa0\x01\x00\x00\x00\x00\x60\xf2\x7d\x3e\x24\x15\ -\x7d\x35\xaa\x41\x03\x00\x00\x00\x00\xc0\xe4\x7b\x55\x48\x2a\xfa\ -\xd7\xa8\x06\x0d\x00\x00\x00\x00\x00\x93\xef\xa1\x21\xa9\x68\xbf\ -\xa8\x06\x0d\x00\x00\x00\x00\x00\x93\x6d\x55\x6c\x11\x92\x8a\xb6\ -\x8f\x6a\xe0\x00\x00\x00\x00\x00\x30\xd9\x7e\x1a\x92\xd6\xd0\x2f\ -\xa3\x1a\x3c\x00\x00\x00\x00\x00\x4c\xae\x0f\x84\xa4\x35\xf4\x91\ -\xa8\x06\x0f\x00\x00\x00\x00\x00\x93\xeb\xe0\x90\xb4\x86\x5e\x10\ -\xd5\xe0\x01\x00\x00\x00\x00\x60\x72\xed\x1e\x92\xd6\xd0\xfd\xa2\ -\x1a\x3c\x00\x00\x00\x00\x00\x4c\xa6\xa5\xb1\x38\x24\xad\xa1\x0d\ -\x62\x79\x54\x83\x08\x00\x00\x00\x00\x80\xc9\xf3\xd5\x90\x34\x40\ -\x67\x44\x35\x88\x00\x00\x00\x00\x00\x98\x3c\x6f\x0c\x49\x03\xf4\ -\xb6\xa8\x06\x11\x00\x00\x00\x00\x00\x93\x67\xbf\x90\x34\x40\x4f\ -\x8c\x6a\x10\x01\x00\x00\x00\x00\x30\x79\xb6\x0f\x49\x03\xb4\x53\ -\x54\x83\x08\x00\x00\x00\x00\x80\xc9\xf2\xcb\x90\x34\x60\x0b\xe2\ -\xa2\xa8\x06\x13\x00\x00\x00\x00\x00\x93\xe3\x23\x21\x69\x06\x7d\ -\x26\xaa\xc1\x04\x00\x00\x00\x00\xc0\xe4\x78\x7e\x48\x9a\x41\x2f\ -\x89\x6a\x30\x01\x00\x00\x00\x00\x30\x39\xee\x15\x92\x66\xd0\x7d\ -\xa3\x1a\x4c\x00\x00\x00\x00\x00\x4c\x86\xcb\x63\x71\x48\x9a\x41\ -\x4b\x62\x69\x54\x83\x0a\x00\x00\x00\x00\x80\xf9\x77\x4a\x48\x9a\ -\x45\x5f\x8a\x6a\x50\x01\x00\x00\x00\x00\x30\xff\x5e\x16\x92\x66\ -\xd1\x61\x51\x0d\x2a\x00\x00\x00\x00\x00\xe6\xdf\x1e\x21\x69\x16\ -\xed\x15\xd5\xa0\x02\x00\x00\x00\x00\x60\x7e\x5d\x19\xeb\x85\xa4\ -\x59\xb4\x7e\x5c\x1d\xd5\xe0\x02\x00\x00\x00\x00\x60\xfe\x7c\x39\ -\x24\xcd\xa1\xd3\xa2\x1a\x5c\x00\x00\x00\x00\x00\xcc\x9f\x57\x86\ -\xa4\x39\xf4\xda\xa8\x06\x17\x00\x00\x00\x00\x00\xf3\xe7\x01\x21\ -\x69\x0e\x3d\x38\xaa\xc1\x05\x00\x00\x00\x00\xc0\xfc\x58\x16\x1b\ -\x84\xa4\x39\xb4\x51\x2c\x8f\x6a\x90\x01\x00\x00\x00\x00\x30\x7e\ -\x5f\x0f\x49\x43\xe8\xdb\x51\x0d\x32\x00\x00\x00\x00\x00\xc6\xef\ -\x88\x90\x34\x84\x5e\x1f\xd5\x20\x03\x00\x00\x00\x00\x60\xfc\x1e\ -\x12\x92\x86\xd0\xdf\x45\x35\xc8\x00\x00\x00\x00\x00\x18\xaf\x15\ -\xb1\x71\x48\x1a\x42\x9b\xc7\xca\xa8\x06\x1b\x00\x00\x00\x00\x00\ -\xe3\xf3\x9d\x90\x34\xc4\xbe\x17\xd5\x60\x03\x00\x00\x00\x00\x60\ -\x7c\xde\x10\x92\x86\xd8\xd1\x51\x0d\x36\x00\x00\x00\x00\x00\xc6\ -\x67\x9f\x90\x34\xc4\xda\xa0\xaa\x06\x1b\x00\x00\x00\x00\x00\xe3\ -\xd1\xf6\xff\xd8\x34\x24\x0d\xb1\x4d\xe2\x9a\xa8\x06\x1d\x00\x00\ -\x00\x00\x00\xa3\xf7\x8d\x90\x34\x82\x4e\x8b\x6a\xd0\x01\x00\x00\ -\x00\x00\x30\x7a\xaf\x0c\x49\x23\xe8\x15\x51\x0d\x3a\x00\x00\x00\ -\x00\x00\x46\xef\xbe\x21\x69\x04\xdd\x27\xaa\x41\x07\x00\x00\x00\ -\x00\xc0\x68\x5d\x1a\x8b\x43\xd2\x08\x5a\x14\x6d\x90\x55\x83\x0f\ -\x00\x00\x00\x00\x80\xd1\x39\x29\x24\x8d\xb0\x8f\x45\x35\xf8\x00\ -\x00\x00\x00\x00\x18\x9d\x83\x43\xd2\x08\x3b\x28\xaa\xc1\x07\x00\ -\x00\x00\x00\xc0\xe8\xdc\x31\x24\x8d\xb0\x1d\xa3\x1a\x7c\x00\x00\ -\x00\x00\x00\x8c\xc6\xf9\x21\x69\x0c\x9d\x17\xd5\x20\x04\x00\x00\ -\x00\x00\x60\xf8\xde\x15\x92\xc6\xd0\x3b\xa3\x1a\x84\x00\x00\x00\ -\x00\x00\x0c\xdf\xa3\x43\xd2\x18\xda\x2f\xaa\x41\x08\x00\x00\x00\ -\x00\xc0\x70\xad\x8c\x2d\x43\xd2\x18\xda\x22\x56\x44\x35\x18\x01\ -\x00\x00\x00\x00\x18\x9e\xef\x84\xa4\x31\xf6\xed\xa8\x06\x23\x00\ -\x00\x00\x00\x00\xc3\xf3\xba\x90\x34\xc6\x5e\x1b\xd5\x60\x04\x00\ -\x00\x00\x00\x60\x78\xf6\x0a\x49\x63\x6c\xcf\xa8\x06\x23\x00\x00\ -\x00\x00\x00\xc3\x71\x45\xac\x17\x92\xc6\xd8\x92\xb8\x3c\xaa\x41\ -\x09\x00\x00\x00\x00\xc0\xdc\x7d\x3a\x24\xcd\x43\x1f\x8f\x6a\x50\ -\x02\x00\x00\x00\x00\x30\x77\x87\x86\xa4\x79\xe8\x69\x51\x0d\x4a\ -\x00\x00\x00\x00\x00\xe6\xee\xb6\x21\x69\x1e\xda\x36\x56\x45\x35\ -\x30\x01\x00\x00\x00\x00\x98\xbd\xb3\x42\xd2\x3c\xf6\xdd\xa8\x06\ -\x27\x00\x00\x00\x00\x00\xb3\x77\x44\x48\x9a\xc7\x5e\x11\xd5\xe0\ -\x04\x00\x00\x00\x00\x60\xf6\xf6\x08\x49\xf3\xd8\xdd\xa3\x1a\x9c\ -\x00\x00\x00\x00\x00\xcc\xce\x45\xb1\x28\x24\xcd\x63\x0b\xe2\xd7\ -\x51\x0d\x52\x00\x00\x00\x00\x00\x66\xee\x84\x90\x34\x01\x1d\x17\ -\xd5\x20\x05\x00\x00\x00\x00\x60\xe6\xf6\x0f\x49\x13\xd0\x23\xa2\ -\x1a\xa4\x00\x00\x00\x00\x00\xcc\xcc\x35\xb1\x69\x48\x9a\x80\x36\ -\x8a\xab\xa2\x1a\xac\x00\x00\x00\x00\x00\x0c\xee\xd4\x90\x34\x41\ -\x9d\x1c\xd5\x60\x05\x00\x00\x00\x00\x60\x70\x2f\x08\x49\x13\xd4\ -\x41\x51\x0d\x56\x00\x00\x00\x00\x00\x06\x77\xa7\x90\x34\x41\xed\ -\x10\xd5\x60\x05\x00\x00\x00\x00\x60\x30\x3f\x0b\x49\x13\xd8\x59\ -\x51\x0d\x5a\x00\x00\x00\x00\x00\xd6\xee\xe8\x90\x34\x81\x1d\x11\ -\xd5\xa0\x05\x00\x00\x00\x00\x60\xed\x1e\x10\x92\x26\xb0\x7b\x47\ -\x35\x68\x01\x00\x00\x00\x00\x58\xb3\x4b\x63\xdd\x90\x34\x81\x2d\ -\x8c\xdf\x45\x35\x78\x01\x00\x00\x00\x00\x58\xbd\xff\x0c\x49\x13\ -\xdc\xf1\x51\x0d\x5e\x00\x00\x00\x00\x00\x56\x6f\xff\x90\x34\xc1\ -\x3d\x24\xaa\xc1\x0b\x00\x00\x00\x00\x40\xed\xea\xd8\x24\x24\x4d\ -\x70\x4b\xe2\x92\xa8\x06\x31\x00\x00\x00\x00\x00\x37\xf5\xa9\x90\ -\x34\x05\xbd\x3f\xaa\x41\x0c\x00\x00\x00\x00\xc0\x4d\x3d\x39\x24\ -\x4d\x41\x0f\x8f\x6a\x10\x03\x00\x00\x00\x00\x70\x43\xd7\xc4\x16\ -\x21\x69\x0a\x5a\x3f\x2e\x8f\x6a\x30\x03\x00\x00\x00\x00\xf0\x67\ -\x9f\x0f\x49\x53\xd4\x89\x51\x0d\x66\x00\x00\x00\x00\x00\xfe\xec\ -\xc0\x90\x34\x45\x3d\x3a\xaa\xc1\x0c\x00\x00\x00\x00\xc0\xb5\x56\ -\xc4\x2d\x42\xd2\x14\xb5\x51\x5c\x19\xd5\xa0\x06\x00\x00\x00\x00\ -\x60\x9d\x75\xbe\x12\x92\xa6\xb0\x4f\x44\x35\xa8\x01\x00\x00\x00\ -\x00\x58\x67\x9d\x43\x42\xd2\x14\xf6\x84\xa8\x06\x35\x00\x00\x00\ -\x00\x40\xdf\xad\x8a\xed\x42\xd2\x14\xb6\x59\x2c\x8b\x6a\x70\x03\ -\x00\x00\x00\x00\xf4\xd9\x37\x43\xd2\x14\xf7\xd9\xa8\x06\x37\x00\ -\x00\x00\x00\x40\x9f\xbd\x20\x24\x4d\x71\x4f\x8d\x6a\x70\x03\x00\ -\x00\x00\x00\xf4\xd9\x6d\x43\xd2\x14\xb7\x55\xac\x88\x6a\x80\x03\ -\x00\x00\x00\x00\xf4\xd1\x19\x21\xa9\x03\x7d\x29\xaa\x41\x0e\x00\ -\x00\x00\x00\xd0\x47\x2f\x0b\x49\x1d\xe8\xa0\xa8\x06\x39\x00\x00\ -\x00\x00\x40\x1f\xdd\x31\x24\x75\xa0\xf6\x1a\xac\x6b\xa2\x1a\xe8\ -\x00\x00\x00\x00\x00\x7d\xe2\xf5\x57\x52\xc7\x3a\x39\xaa\xc1\x0e\ -\x00\x00\x00\x00\xd0\x27\xcf\x0f\x49\x1d\xea\x09\x51\x0d\x76\x00\ -\x00\x00\x00\x80\xbe\x58\x19\xdb\x86\xa4\x0e\xb5\x71\x2c\x8d\x6a\ -\xd0\x03\x00\xc0\xda\xb4\x0b\xc5\x5f\xc5\xd7\xe3\x83\xf1\x86\x78\ -\x69\x3c\x3d\x1e\x19\x7b\xc6\xee\xb1\x4b\xdc\xee\x4f\x6e\x1e\x9b\ -\x47\x7b\x25\xeb\x75\xff\xd9\x9d\xa2\xfd\xef\xdd\x2f\xf6\x8d\xa7\ -\xc6\x8b\xe3\xa8\x78\x7f\x7c\x2d\x2e\x88\x15\x51\xfd\x73\x00\x00\ -\xc0\x5c\x7c\x29\x24\x75\xb0\x0f\x47\x35\xe8\x01\x00\xe0\x3a\x57\ -\xc7\x99\xf1\xbe\xf8\xa7\x78\x70\xec\x18\x4b\x62\x9c\xad\x1b\xed\ -\x86\xc9\x03\xa3\xbd\xa2\xe0\x3d\xd1\xde\xd5\x7c\x65\x54\xff\xdc\ -\x00\x00\x30\x88\xf6\x03\x1c\x49\x1d\x6c\x9f\xa8\x06\x3d\x00\x00\ -\xfd\xf5\x93\x78\x6f\x1c\x18\x77\x8e\xc5\x31\xc9\x2d\x8a\x9d\xe3\ -\x29\xf1\xee\xf8\x71\xac\x8a\xea\xdf\x0d\x00\x00\xae\xaf\xfd\xd8\ -\x67\xb3\x90\xd4\xc1\xda\xaf\xf6\x2e\x8a\x6a\xf0\x03\x00\xd0\x0f\ -\xe7\xc5\xdb\xe3\x11\xd1\x5e\x4d\xd5\x85\xb6\x88\x87\xc7\xdb\xe2\ -\xdc\xa8\xfe\xbd\x01\x00\xe0\x63\x21\xa9\xc3\xbd\x33\xaa\xc1\x0f\ -\x00\x40\x37\xb5\xbd\x34\xbe\x18\x87\x46\xdb\x7f\xa3\x0f\xb5\x57\ -\x76\x3d\x3b\x3e\x17\xd7\x44\xf5\xb9\x00\x00\xd0\x3f\xfb\x85\xa4\ -\x0e\xd7\x36\xa7\xac\x06\x3f\x00\x00\xdd\xd1\x6e\x7a\x7c\x21\x9e\ -\x11\x5b\x47\x9f\xdb\x32\xda\x7b\x9e\x4f\x09\x37\x43\x00\x00\xfa\ -\xeb\xb2\xb8\x59\x48\xea\x70\x0b\xe3\xff\x45\x35\x09\x00\x00\x30\ -\xdd\x7e\x10\xcf\x8b\xbe\xdf\xf4\x58\x5d\xed\x66\x48\x7b\x32\xe4\ -\x7f\xa2\xfa\xfc\x00\x00\xe8\xae\xf7\x87\xa4\x1e\x74\x54\x54\x93\ -\x00\x00\x00\xd3\xe7\xf2\x38\x3e\xee\x13\x1a\xbc\xdd\xe3\x1d\x71\ -\x69\x54\x9f\x2b\x00\x00\xdd\xf2\x90\x90\xd4\x83\x76\x8d\x6a\x12\ -\x00\x00\x60\x7a\x9c\x1f\x2f\x88\x4d\x42\xb3\x6f\xc3\x38\x24\x6c\ -\x9e\x0e\x00\xd0\x5d\xbf\x8b\xc5\x21\xa9\x27\xfd\x28\xaa\xc9\x00\ -\x00\x80\xc9\x76\x7a\x3c\x2a\x5c\xc0\x0d\xb7\xf6\xaa\xd8\x7d\xe3\ -\x6b\x51\x7d\xee\x00\x00\x4c\xaf\xb7\x86\xa4\x1e\xf5\xf2\xa8\x26\ -\x03\x00\x00\x26\xd3\x69\xf1\x80\xd0\xe8\xdb\x23\xbe\x14\xd5\xdf\ -\x01\x00\x80\xe9\xe3\x75\xb1\x52\xcf\xba\x5d\xac\x8a\x6a\x42\x00\ -\x00\x60\x72\x7c\x33\x1e\x14\x1a\x7f\xf7\x8b\xaf\x44\xf5\x77\x01\ -\x00\x60\x3a\xfc\x3c\x16\x84\xa4\x9e\xd5\x2e\xa6\xab\x49\x01\x00\ -\x80\xf9\xd7\x5e\x59\xfa\xb0\xd0\xfc\xb7\x77\x9c\x19\xd5\xdf\x09\ -\x00\x80\xc9\xf6\x9a\x90\xd4\xc3\x0e\x8a\x6a\x52\x00\x00\x60\xfe\ -\x5c\x12\x07\x87\x3d\x3e\x26\xab\xb6\x47\xc8\x53\xe2\x37\x51\xfd\ -\xdd\x00\x00\x98\x4c\x3b\x85\xa4\x1e\xb6\x79\x5c\x15\xd5\xc4\x00\ -\x00\xc0\x78\xad\x88\x63\x62\xab\xd0\xe4\xb6\x69\xbc\x21\xae\x89\ -\xea\xef\x08\x00\xc0\xe4\xf8\x46\x48\xea\x71\x1f\x8a\x6a\x72\x00\ -\x00\x60\x7c\xbe\x1f\xf7\x0c\x4d\x4f\x77\x89\x6f\x45\xf5\xf7\x04\ -\x00\x60\x32\x3c\x3d\x24\xf5\xb8\xb6\xa1\x66\x35\x39\x00\x00\x30\ -\x7a\x57\xc6\x4b\xc3\xeb\xae\xa6\xb3\xf6\x5a\xac\x67\xc7\x1f\xa3\ -\xfa\xfb\x02\x00\x30\x7f\xae\x88\x8d\x43\x52\x8f\x6b\x17\x6d\x17\ -\x44\x35\x49\x00\x00\x30\x3a\xed\xe9\x81\x3b\x84\xa6\xbf\xed\xe3\ -\x0b\x51\xfd\x9d\x01\x00\x98\x1f\xef\x0b\x49\x5a\xe7\xf0\xa8\x26\ -\x09\x00\x00\x86\x6f\x79\xbc\x32\x3c\xf5\xd1\xad\x16\xc4\xf3\xc2\ -\x1e\x7b\x00\x00\x93\x61\xaf\x90\xa4\x75\x6e\x1f\xab\xa2\x9a\x28\ -\x00\x00\x18\x9e\x9f\xc5\xbd\x43\xdd\xad\xed\x0d\x72\x56\x54\x7f\ -\x7f\x00\x00\xc6\xe3\x17\xd1\x7e\xa0\x22\x49\xff\xdb\x57\xa3\x9a\ -\x2c\x00\x00\x18\x8e\x8f\x84\x77\x10\xf7\xa3\xf5\xe2\x9d\x51\x1d\ -\x07\x00\x00\x8c\xde\xbf\x84\x24\xfd\x5f\xff\x18\xd5\x64\x01\x00\ -\xc0\xdc\xb4\x57\x5e\xbd\x30\xfc\x02\xad\x7f\x3d\x39\xbc\x12\x0b\ -\x00\x60\xbc\x56\xc6\x0e\x21\x49\xff\xd7\x86\xf1\xc7\xa8\x26\x0d\ -\x00\x00\x66\xe7\xf7\x71\xff\x50\x7f\xdb\x2d\xda\x2b\x18\xaa\xe3\ -\x03\x00\x80\xe1\xfb\x7c\x48\xd2\x4d\x3a\x3e\xaa\x49\x03\x00\x80\ -\x99\x6b\xfb\x40\xf8\xe5\x99\x5a\x5b\xc6\x57\xa2\x3a\x4e\x00\x00\ -\x18\xae\xc7\x85\x24\xdd\xa4\x3d\xa2\x9a\x34\x00\x00\x98\x99\xcf\ -\xc5\x26\x21\x5d\x57\xdb\x17\xe4\x03\x51\x1d\x2f\x00\x00\x0c\xc7\ -\x25\xb1\x7e\x48\xd2\x4d\x6a\xef\xa5\x3e\x27\xaa\xc9\x03\x00\x80\ -\xc1\x1c\x17\x8b\x43\xba\x71\x6d\xbd\xfd\xaa\x58\x15\xd5\xb1\x03\ -\x00\xc0\xdc\x1c\x1b\x92\xb4\xda\x5e\x12\xd5\xe4\x01\x00\xc0\xda\ -\xfd\x73\x48\x6b\xab\x6d\x8e\xbe\x22\xaa\x63\x08\x00\x80\xd9\xbb\ -\x57\x48\xd2\x6a\xdb\x2e\x5c\x8c\x01\x00\xcc\x4c\xfb\x45\xff\x73\ -\x43\x1a\xb4\xfd\x62\x59\x54\xc7\x13\x00\x00\x33\xf7\xc3\x90\xa4\ -\xb5\xf6\x99\xa8\x26\x11\x00\x00\x6e\xaa\xfd\x78\xe4\xc0\x90\x66\ -\xda\x43\x63\x69\x54\xc7\x15\x00\x00\x33\xf3\xc2\x90\xa4\xb5\xd6\ -\x7e\x8d\x56\x4d\x22\x00\x00\xdc\x50\xbb\xf9\x71\x40\x48\xb3\xed\ -\x7e\x71\x79\x54\xc7\x17\x00\x00\x83\x69\x4f\xd6\xde\x3c\x24\x69\ -\xad\xb5\x4d\x3b\x7f\x13\xd5\x64\x02\x00\xc0\xb5\xda\x6b\xaf\x9e\ -\x14\xd2\x5c\xbb\x7f\x78\x12\x04\x00\x60\xf6\x3e\x1c\x92\x34\x70\ -\xaf\x8e\x6a\x32\x01\x00\xe0\xda\x9b\x1f\x07\x87\x34\xac\xda\xeb\ -\xb0\xec\x09\x02\x00\x30\x3b\x7b\x86\x24\x0d\xdc\x0e\xb1\x3c\xaa\ -\x09\x05\x00\xa0\xef\xbc\x5f\x58\xa3\x68\xdf\x68\xaf\x55\xab\x8e\ -\x39\x00\x00\x6a\x3f\x8e\x05\x21\x49\x33\xea\xa4\xa8\x26\x15\x00\ -\x80\x3e\x3b\x22\xa4\x51\xd5\xf6\x94\x69\x4f\x18\x55\xc7\x1e\x00\ -\x00\x37\xf5\x9c\x90\xa4\x19\xd7\x1e\xc3\xaf\x26\x15\x00\x80\xbe\ -\x3a\x21\xfc\xba\x4c\xa3\xee\x55\x51\x1d\x7f\x00\x00\xdc\xd0\x95\ -\xb1\x59\x48\xd2\x8c\x5b\x18\x3f\x8f\x6a\x72\x01\x00\xe8\x9b\xd3\ -\x63\x83\x90\x46\x5d\xbb\xc9\xf6\xc1\xa8\x8e\x43\x00\x00\xfe\xec\ -\x3d\x21\x49\xb3\xee\xc5\x51\x4d\x2e\x00\x00\x7d\x72\x6e\x6c\x1d\ -\xd2\xb8\x5a\x12\x5f\x8a\xea\x78\x04\x00\xe0\x5a\xf7\x0c\x49\x9a\ -\x75\xed\x42\x7f\x59\x54\x13\x0c\x00\x40\x1f\x5c\x11\x7f\x11\xd2\ -\xb8\xdb\x32\x7e\x11\xd5\x71\x09\x00\xd0\x77\x67\x84\x24\xcd\xb9\ -\xf6\xae\xeb\x6a\x92\x01\x00\xe8\x83\x47\x87\x34\x5f\xed\x16\x4b\ -\xa3\x3a\x36\x01\x00\xfa\xec\x69\x21\x49\x73\xee\xaf\xa3\x9a\x64\ -\x00\x00\xba\xee\x4d\x21\xcd\x77\x4f\x8c\xea\xf8\x04\x00\xe8\xab\ -\x4b\x63\xa3\x90\xa4\xa1\xf4\xc3\xa8\x26\x1b\x00\x80\xae\xfa\x6a\ -\x2c\x0e\x69\x12\x3a\x26\xaa\xe3\x14\x00\xa0\x8f\xde\x1a\x92\x34\ -\xb4\x0e\x8e\x6a\xb2\x01\x00\xe8\xa2\x8b\xe3\x56\x21\x4d\x4a\x37\ -\x8b\xef\x47\x75\xbc\x02\x00\xf4\x8d\x3d\xfa\x24\x0d\xb5\x4d\xe3\ -\xf2\xa8\x26\x1c\x00\x80\xae\x79\x4c\x48\x93\xd6\x9d\xe3\xaa\xa8\ -\x8e\x59\x00\x80\xbe\xf8\x5a\x48\xd2\xd0\x7b\x57\x54\x93\x0e\x00\ -\x40\x97\xbc\x3f\xa4\x49\xed\x90\xa8\x8e\x5b\x00\x80\xbe\x78\x5c\ -\x48\xd2\xd0\xbb\x7b\x54\x93\x0e\x00\x40\x57\x9c\x17\x9b\x84\x34\ -\xa9\x2d\x88\xcf\x46\x75\xfc\x02\x00\x74\xdd\x85\xb1\x24\x24\x69\ -\x24\x7d\x2b\xaa\xc9\x07\x00\xa0\x0b\x1e\x1c\xd2\xa4\xb7\x7d\xfc\ -\x31\xaa\x63\x18\x00\xa0\xcb\xfe\x35\x24\x69\x64\x3d\x3a\xaa\xc9\ -\x07\x00\x60\xda\x7d\x20\xa4\x69\xe9\x59\x51\x1d\xc7\x00\x00\x5d\ -\xb5\x3c\x76\x08\x49\x1a\x59\x8b\xe3\x37\x51\x4d\x42\x00\x00\xd3\ -\xaa\x3d\x4a\xbf\x55\x48\xd3\xd2\xc2\xf8\x7a\x54\xc7\x33\x00\x40\ -\x17\x9d\x18\x92\x34\xf2\xfe\x39\xaa\x49\x08\x00\x60\x5a\x3d\x3e\ -\xa4\x69\x6b\xe7\xb8\x3a\xaa\x63\x1a\x00\xa0\x6b\xee\x1d\x92\x34\ -\xf2\xda\xaf\x23\xaf\x8c\x6a\x22\x02\x00\x98\x36\xa7\x45\xdb\x58\ -\x5a\x9a\xc6\xda\x7b\xb0\xab\xe3\x1a\x00\xa0\x4b\xda\xbe\xc4\x92\ -\x34\xb6\xde\x15\xd5\x64\x04\x00\x30\x4d\x56\xc5\x3d\x42\x9a\xd6\ -\x36\x89\xdf\x46\x75\x7c\x03\x00\x74\x45\xdb\x97\x58\x92\xc6\xd6\ -\x2e\xd1\xbe\x30\xa8\x26\x24\x00\x80\x69\xf1\xde\x90\xa6\xbd\xa7\ -\x45\x75\x7c\x03\x00\x74\xc1\x05\xd1\xf6\x25\x96\xa4\xb1\x76\x4a\ -\x54\x93\x12\x00\xc0\x34\xb8\x22\xb6\x0b\x69\xda\x6b\x1b\xa2\x9f\ -\x19\xd5\x71\x0e\x00\x30\xed\xda\x7e\xc4\x92\x34\xf6\x1e\x1c\xd5\ -\xa4\x04\x00\x30\x0d\x0e\x0f\xa9\x2b\xfd\x4d\x54\xc7\x39\x00\xc0\ -\x34\x6b\xfb\x10\xb7\xfd\x88\x25\x69\xec\xb5\xcd\x42\x7f\x14\xd5\ -\xe4\x04\x00\x30\xc9\x2e\x8d\xcd\x43\xea\x52\x5f\x8d\xea\x78\x07\ -\x00\x98\x56\x6d\x1f\x62\x49\x9a\xb7\x0e\x89\x6a\x72\x02\x00\x98\ -\x64\xaf\x08\xa9\x6b\xdd\x2f\xaa\xe3\x1d\x00\x60\x1a\xb5\xfd\x87\ -\xdb\x3e\xc4\x92\x34\x6f\x6d\x14\x97\x44\x35\x49\x01\x00\x4c\xa2\ -\x8b\x63\xd3\x90\xba\xd8\x17\xa3\x3a\xee\x01\x00\xa6\x4d\xdb\x7f\ -\x58\x92\xe6\xbd\xd7\x47\x35\x49\x01\x00\x4c\x22\x4f\x7f\xa8\xcb\ -\xdd\x37\xaa\xe3\x1e\x00\x60\xda\xb4\xfd\x87\x25\x69\xde\xdb\x21\ -\x96\x47\x35\x51\x01\x00\x4c\x12\x9b\x28\xaa\x0f\x7d\x2b\xaa\xe3\ -\x1f\x00\x60\x5a\xb4\x7d\x87\xdb\xfe\xc3\x92\x34\x11\x9d\x18\xd5\ -\x64\x05\x00\x30\x49\x6c\xa2\xa8\x3e\xb4\x6f\x54\xc7\x3f\x00\xc0\ -\xb4\x78\x7a\x48\xd2\xc4\x74\xef\xa8\x26\x2b\x00\x80\x49\xb1\x32\ -\xee\x18\x52\xd7\x5b\x18\xe7\x46\x35\x0e\x00\x00\x26\xdd\x45\xb1\ -\x7e\x48\xd2\x44\xe5\x51\x7b\x00\x60\x92\x7d\x22\xa4\xbe\x74\x48\ -\x54\xe3\x00\x00\x60\xd2\x1d\x19\x92\x34\x71\x3d\x32\xaa\x49\x0b\ -\x00\x60\x12\x3c\x24\xa4\xbe\xb4\x51\xfc\x31\xaa\xb1\x00\x00\x30\ -\xa9\xae\x8a\x6d\x42\x92\x26\xae\xf6\xa8\xfd\x39\x51\x4d\x5e\x00\ -\x00\xf3\xe9\xfc\x68\x6b\x15\xa9\x4f\xbd\x33\xaa\xf1\x00\x00\x30\ -\xa9\xda\xfa\x45\x92\x26\xb6\xa7\x46\x35\x79\x01\x00\xcc\xa7\xc3\ -\x42\xea\x5b\xf7\x8a\x6a\x3c\x00\x00\x4c\xa2\xb6\x67\xdf\x8e\x21\ -\x49\x13\xdb\x92\xf8\x75\x54\x93\x18\x00\xc0\x7c\x68\x17\x52\xb7\ -\x0e\xa9\x8f\x9d\x15\xd5\xb8\x00\x00\x98\x34\x27\x86\x24\x4d\x7c\ -\x2f\x8c\x6a\x12\x03\x00\x98\x0f\x9f\x0d\xa9\xaf\x1d\x1a\xd5\xb8\ -\x00\x00\x98\x34\x77\x0f\x49\x9a\xf8\x36\x8e\x4b\xa2\x9a\xc8\x00\ -\x00\xc6\xed\x89\x21\xf5\xb5\x5b\xc6\x8a\xa8\xc6\x06\x00\xc0\xa4\ -\xf8\x7c\x48\xd2\xd4\xf4\xda\xa8\x26\x33\x00\x80\x71\x5a\x16\x9b\ -\x85\xd4\xe7\x4e\x8d\x6a\x7c\x00\x00\x4c\x8a\xbd\x43\x92\xa6\xa6\ -\x5b\xc4\x95\x51\x4d\x68\x00\x00\xe3\xf2\xe9\x90\xfa\xde\x41\x51\ -\x8d\x0f\x00\x80\x49\xf0\x9d\x90\xa4\xa9\xeb\xd8\xa8\x26\x35\x00\ -\x80\x71\xf1\xfa\x2b\xe9\xda\x1f\x27\x79\x0d\x16\x00\x30\xa9\xf6\ -\x0b\x49\x9a\xba\x6e\x1f\xcb\xa3\x9a\xd8\x00\x00\x46\xed\x9a\xf0\ -\xfa\x2b\xe9\xda\xbc\x06\x0b\x00\x98\x44\x3f\x8d\x85\x21\x49\x53\ -\xd9\x87\xa2\x9a\xdc\x00\x00\x46\xed\xb4\x90\x74\x6d\xff\x14\xd5\ -\x38\x01\x00\x98\x4f\x4f\x0f\x49\x9a\xda\x76\x8b\x55\x51\x4d\x70\ -\x00\x00\xa3\xf4\xf2\x90\x74\x6d\x77\x89\x6a\x9c\x00\x00\xcc\x97\ -\xdf\xc4\x92\x90\xa4\xa9\xee\x94\xa8\x26\x39\x00\x80\x51\xba\x47\ -\x48\xfa\x73\xbf\x8e\x6a\xac\x00\x00\xcc\x87\x17\x85\x24\x4d\x7d\ -\x7b\x45\x35\xc9\x01\x00\x8c\xca\xef\xc3\xbb\x84\xa5\x1b\x76\x7c\ -\x54\xe3\x05\x00\x60\xdc\x2e\x89\x4d\x43\x92\x3a\xd1\xe9\x51\x4d\ -\x76\x00\x00\xa3\xf0\xe1\x90\x74\xc3\x1e\x1b\xd5\x78\x01\x00\x18\ -\xb7\x23\x42\x92\x3a\xd3\xc3\xa3\x9a\xec\x00\x00\x46\xe1\xd0\x90\ -\x74\xc3\xb6\x8f\x6a\xbc\x00\x00\x8c\xd3\x95\x71\x8b\x90\xa4\xce\ -\xb4\x20\xbe\x17\xd5\xa4\x07\x00\x30\x6c\xbb\x87\xa4\x9b\x76\x7e\ -\x54\x63\x06\x00\x60\x5c\xde\x14\x92\xd4\xb9\xf6\x8d\x6a\xd2\x03\ -\x00\x18\xa6\xa5\xb1\x38\x24\xdd\xb4\x0f\x45\x35\x6e\x00\x00\xc6\ -\xa1\x3d\xfd\x71\xcb\x90\xa4\xce\xd5\x9e\x02\xf9\x7e\x54\x93\x1f\ -\x00\xc0\xb0\x7c\x35\x24\xd5\x1d\x1c\xd5\xb8\x01\x00\x18\x87\x37\ -\x87\x24\x75\xb6\x47\x46\x35\xf9\x01\x00\x0c\xcb\xeb\x43\x52\xdd\ -\x3d\xa2\x1a\x37\x00\x00\xa3\xd6\x9e\xfe\xd8\x26\x24\xa9\xb3\x79\ -\x0a\x04\x00\x18\xb5\x27\x84\xa4\xba\xf5\x63\x45\x54\x63\x07\x00\ -\x60\x94\x8e\x0e\x49\xea\x7c\xfb\x45\x35\x09\x02\x00\x0c\xc3\xae\ -\x21\x69\xf5\x9d\x13\xd5\xd8\x01\x00\x18\x95\xab\x62\xdb\x90\xa4\ -\xce\xb7\x30\xce\x8a\x6a\x32\x04\x00\x98\x8b\xe5\xb1\x5e\x48\x5a\ -\x7d\x1f\x89\x6a\xfc\x00\x00\x8c\xca\x5b\x42\x92\x7a\xd3\xa3\xa3\ -\x9a\x0c\x01\x00\xe6\xe2\x47\x21\x69\xcd\xbd\x22\xaa\xf1\x03\x00\ -\x30\x0a\xed\xe9\x8f\xed\x42\x92\x7a\x53\x7b\x0a\xe4\x87\x51\x4d\ -\x8a\x00\x00\xb3\xf5\x9f\x21\x69\xcd\x3d\x2a\xaa\xf1\x03\x00\x30\ -\x0a\x6f\x0b\x49\xea\x5d\x8f\x89\x6a\x52\x04\x00\x98\xad\x7f\x0d\ -\x49\x6b\x6e\xf7\xa8\xc6\x0f\x00\xc0\xb0\x5d\x1d\xdb\x87\x24\xf5\ -\xae\xf6\x14\x48\x7b\x4d\x45\x35\x39\x02\x00\xcc\xc6\xb3\x42\xd2\ -\x9a\xdb\x32\xaa\xf1\x03\x00\x30\x6c\xc7\x84\x24\xf5\xb6\xfd\xa3\ -\x9a\x1c\x01\x00\x66\xe3\x61\x21\x69\xed\xfd\x31\xaa\x31\x04\x00\ -\x30\x2c\xcb\xc2\xd3\x1f\x92\x7a\x5d\x7b\x0a\xe4\xec\xa8\x26\x49\ -\x00\x80\x99\xfa\x8b\x90\xb4\xf6\xce\x8a\x6a\x0c\x01\x00\x0c\xcb\ -\xb1\x21\x49\xbd\xef\x71\x51\x4d\x92\x00\x00\x33\xb5\x51\x48\x5a\ -\x7b\x9f\x8a\x6a\x0c\x01\x00\x0c\x43\x7b\xfa\x63\x87\x90\xa4\xde\ -\xb7\x28\xce\x89\x6a\xb2\x04\x00\x18\xd4\x55\x21\x69\xb0\xde\x13\ -\xd5\x38\x02\x00\x18\x86\xb7\x87\x24\xe9\x4f\x3d\x26\xaa\xc9\x12\ -\x00\x60\x50\xbf\x0e\x49\x83\xf5\x86\xa8\xc6\x11\x00\xc0\x5c\x5d\ -\x19\xdb\x85\x24\xe9\x4f\x2d\x88\x33\xa3\x9a\x34\x01\x00\x06\xf1\ -\xfd\x90\x34\x58\x2f\x8d\x6a\x1c\x01\x00\xcc\xd5\x1b\x43\x92\x74\ -\xa3\x1e\x12\xd5\xa4\x09\x00\x30\x88\x53\x43\xd2\x60\x3d\x2d\xaa\ -\x71\x04\x00\x30\x17\x97\xc5\x56\x21\x49\x2a\xfa\x4a\x54\x93\x27\ -\x00\xc0\xda\x7c\x34\x24\x0d\xd6\x23\xa3\x1a\x47\x00\x00\x73\xf1\ -\x8a\x90\x24\xad\xa6\xfb\x44\x35\x79\x02\x00\xac\xcd\x09\x21\x69\ -\xb0\x1e\x16\xd5\x38\x02\x00\x98\xad\xdf\xc5\xc6\x21\x49\x5a\x43\ -\x27\x45\x35\x89\x02\x00\xac\xc9\xbb\x42\xd2\x60\xed\x19\xd5\x38\ -\x02\x00\x98\xad\xe7\x84\x24\x69\x2d\xdd\x2d\x56\x46\x35\x91\x02\ -\x00\xac\xce\xb1\x21\x69\xb0\xf6\x88\x6a\x1c\x01\x00\xcc\xc6\x05\ -\xb1\x5e\x48\x92\x06\xa8\xbd\xc2\xa2\x9a\x4c\x01\x00\x56\xe7\x2d\ -\x21\x69\xb0\xee\x11\xd5\x38\x02\x00\x98\x8d\xa7\x86\x24\x69\xc0\ -\x6e\x1f\xd7\x44\x35\xa1\x02\x00\x54\x8e\x08\x49\x83\x75\x97\xa8\ -\xc6\x11\x00\xc0\x4c\x9d\x1d\x8b\x43\x92\x34\x83\xda\x6b\x2c\xaa\ -\x49\x15\x00\xa0\xe2\x06\x88\x34\x78\x6e\x80\x00\x00\xc3\xb2\x5f\ -\x48\x92\x66\xd8\x36\xb1\x34\xaa\x89\x15\x00\xe0\xc6\xde\x1c\x92\ -\x06\x6b\xb7\xa8\xc6\x11\x00\xc0\x4c\x7c\x27\x16\x84\x24\x69\x16\ -\xb5\x5f\x72\x56\x93\x2b\x00\xc0\x8d\xd9\x04\x5d\x1a\x3c\x9b\xa0\ -\x03\x00\xc3\xf0\xc0\x90\x24\xcd\xb2\xcd\xe3\x92\xa8\x26\x58\x00\ -\x80\xeb\x7b\x7b\x48\x1a\x2c\x37\x40\x00\x80\xb9\xfa\x72\x48\x92\ -\xe6\xd8\xcb\xa3\x9a\x64\x01\x00\xae\xef\x84\x90\x34\x58\x0f\x8b\ -\x6a\x1c\x01\x00\x0c\xea\x3e\x21\x49\x9a\x63\x1b\xc6\xff\x17\xd5\ -\x44\x0b\x00\x70\x9d\x13\x43\xd2\x60\x3d\x3c\xaa\x71\x04\x00\x30\ -\x88\x93\x42\x92\x34\xa4\x0e\x8a\x6a\xb2\x05\x00\xb8\xce\x17\x42\ -\xd2\x60\x3d\x39\xaa\x71\x04\x00\xb0\x36\xcb\x63\x97\x90\x24\x0d\ -\xa9\xc5\xf1\xa3\xa8\x26\x5d\x00\x80\xe6\xbb\x21\x69\xb0\x5e\x18\ -\xd5\x38\x02\x00\x58\x9b\x77\x84\x24\x69\xc8\x79\x4f\x31\x00\xb0\ -\x26\xe7\x87\xa4\xc1\x3a\x32\xaa\x71\x04\x00\xb0\x26\x97\xc5\xcd\ -\x43\x92\x34\x82\xda\xab\x2d\xaa\xc9\x17\x00\xe0\x8a\x90\x34\x58\ -\xc7\x45\x35\x8e\x00\x00\xd6\xe4\xa5\x21\x49\x1a\x51\x77\x8b\x95\ -\x51\x4d\xc0\x00\x00\xeb\x85\xa4\xb5\xf7\x5f\x51\x8d\x21\x00\x80\ -\xd5\xb9\x20\x6e\x16\x92\xa4\x11\xf6\xee\xa8\x26\x61\x00\x80\x1d\ -\x43\xd2\xda\x3b\x23\xaa\x31\x04\x00\xb0\x3a\x07\x84\x24\x69\xc4\ -\x6d\x1b\xed\x15\x17\xd5\x44\x0c\x00\xf4\xdb\x03\x43\xd2\xda\xfb\ -\x43\x54\x63\x08\x00\xa0\xf2\xdf\xb1\x20\x24\x49\x63\xe8\xb0\xa8\ -\x26\x63\x00\xa0\xdf\x9e\x1e\x92\xd6\xdc\xc6\x51\x8d\x1f\x00\x80\ -\xd5\xd9\x23\x24\x49\x63\x6a\xc3\xf8\x75\x54\x13\x32\x00\xd0\x5f\ -\x87\x87\xa4\x35\x77\x97\xa8\xc6\x0f\x00\x40\xa5\xed\x1d\x26\x49\ -\x1a\x73\x4f\x8e\x6a\x52\x06\x00\xfa\xeb\x03\x21\x69\xcd\xfd\x7d\ -\x54\xe3\x07\x00\xe0\xc6\x96\x85\x7d\xf6\x24\x69\x1e\x5a\x18\xff\ -\x13\xd5\xe4\x0c\x00\xf4\x53\xdb\xd8\x59\xd2\x9a\xfb\xa7\xa8\xc6\ -\x0f\x00\xc0\x8d\xbd\x29\x24\x49\xf3\xd4\xdf\x44\x35\x39\x03\x00\ -\xfd\x74\x65\x2c\x0a\x49\xab\xef\xfd\x51\x8d\x1f\x00\x80\xeb\xbb\ -\x28\xb6\x08\x49\xd2\x3c\x76\x72\x54\x93\x34\x00\xd0\x4f\x3b\x85\ -\xa4\xd5\xf7\xbd\xa8\xc6\x0e\x00\xc0\xf5\x3d\x37\x24\x49\xf3\xdc\ -\x2e\xb1\x3c\xaa\x89\x1a\x00\xe8\x9f\xfd\x42\x52\xdd\xe2\xb8\x3a\ -\xaa\xb1\x03\x00\x70\x9d\x73\x63\xdd\x90\x24\x4d\x40\xc7\x46\x35\ -\x59\x03\x00\xfd\xf3\xaa\x90\x54\xb7\x73\x54\xe3\x06\x00\xe0\xfa\ -\x1e\x19\x92\xa4\x09\x69\xeb\xb8\x24\xaa\x09\x1b\x00\xe8\x97\xcf\ -\x84\xa4\xba\x7f\x8c\x6a\xdc\x00\x00\x5c\xe7\xd4\x90\x24\x4d\x58\ -\x87\x46\x35\x69\x03\x00\xfd\xd2\x36\x6b\x5c\x10\x92\x6e\xda\x3b\ -\xa2\x1a\x37\x00\x00\x4d\x7b\xcd\xfc\x9d\x43\x92\x34\x61\xb5\xf7\ -\x19\xff\x20\xaa\xc9\x1b\x00\xe8\x97\x3b\x85\xa4\x9b\x66\xbd\x0c\ -\x00\xac\xc9\xd1\x21\x49\x9a\xd0\xf6\x8a\x55\x51\x4d\xe0\x00\x40\ -\x7f\x3c\x35\x24\xdd\xb0\x4d\x63\x65\x54\x63\x06\x00\xe0\xf7\xb1\ -\x59\x48\x92\x26\xb8\x13\xa2\x9a\xc4\x01\x80\xfe\x38\x3e\x24\xdd\ -\xb0\x87\x46\x35\x5e\x00\x00\x9a\xa7\x85\x24\x69\xc2\xdb\x2e\x2e\ -\x8f\x6a\x22\x07\x00\xfa\xe1\x17\x21\xe9\x86\xbd\x21\xaa\xf1\x02\ -\x00\xf0\x9d\x58\x18\x92\xa4\x29\xe8\x25\x51\x4d\xe6\x00\x40\x7f\ -\xec\x14\x92\xfe\xdc\x59\x51\x8d\x15\x00\xa0\xdf\xda\x2b\x32\xef\ -\x19\x92\xa4\x29\x69\xbd\xf8\x69\x54\x93\x3a\x00\xd0\x0f\x87\x86\ -\xa4\x6b\xdb\x3e\xaa\x71\x02\x00\x70\x5c\x48\x92\xa6\xac\x87\x45\ -\x35\xa9\x03\x00\xfd\x70\x72\x48\xba\xb6\xa7\x46\x35\x4e\x00\x80\ -\x7e\xbb\x24\xb6\x0e\x49\xd2\x14\xf6\xa9\xa8\x26\x77\x00\xa0\xfb\ -\x96\x46\x7b\x2a\x54\xd2\x3a\xeb\xfc\x67\x54\xe3\x04\x00\xe8\x37\ -\x4f\x4d\x4b\xd2\x14\x77\xdb\xb8\x2a\xaa\x09\x1e\x00\xe8\xbe\x47\ -\x84\xd4\xf7\xd6\x8f\xcb\xa3\x1a\x23\x00\x40\x7f\xfd\x20\x16\x87\ -\x24\x69\x8a\x7b\x75\x54\x93\x3c\x00\xd0\x7d\x1f\x0c\xa9\xef\xfd\ -\x43\x54\xe3\x03\x00\xe8\xb7\xfb\x87\x24\x69\xca\xdb\x20\x2e\x88\ -\x6a\xa2\x07\x00\xba\xed\xb2\xf0\x1a\x2c\xf5\xbd\x0f\x47\x35\x3e\ -\x00\x80\xfe\x6a\xaf\xc7\x94\x24\x75\xa4\x47\x45\x35\xd9\x03\x00\ -\xdd\xf7\xf0\x90\xfa\x5a\xfb\x31\xd0\x15\x51\x8d\x0d\x00\xa0\x9f\ -\xda\xab\x31\x6f\x15\x92\xa4\x0e\x75\x6a\x54\x93\x3e\x00\xd0\x6d\ -\xff\x11\x52\x5f\x7b\x74\x54\xe3\x02\x00\xe8\xaf\x97\x84\x24\xa9\ -\x63\xed\x1c\x57\x47\x35\xf1\x03\x00\xdd\x75\x65\x6c\x1e\x52\x1f\ -\xfb\x6c\x54\xe3\x02\x00\xe8\xa7\x73\xc2\x2b\x62\x25\xa9\xa3\x1d\ -\x1e\xd5\xe4\x0f\x00\x74\xdb\xb3\x43\xea\x5b\x3b\xc4\xca\xa8\xc6\ -\x04\x00\xd0\x3f\xab\x62\xaf\x90\x24\x75\xb4\x9b\xc5\x4f\xa3\x3a\ -\x09\x00\x00\xdd\xf5\xbd\x90\xfa\xd6\x61\x51\x8d\x07\x00\xa0\x9f\ -\xfe\x3d\x24\x49\x1d\x6f\xef\x68\x77\xbc\xab\x13\x01\x00\xd0\x5d\ -\xf7\x08\xa9\x2f\x2d\x8c\xf3\xa3\x1a\x0b\x00\x40\xff\x5c\x18\x5b\ -\x85\x24\xa9\x07\x7d\x20\xaa\x93\x01\x00\xd0\x5d\xef\x0a\xa9\x2f\ -\x3d\x3c\xaa\x71\x00\x00\xf4\xd3\x13\x43\x92\xd4\x93\xb6\x8e\x3f\ -\x44\x75\x42\x00\x00\xba\xa9\x6d\x86\xbe\x4d\x48\x7d\xe8\xcb\x51\ -\x8d\x03\x00\xa0\x7f\x4e\x8d\x05\x21\x49\xea\x51\x4f\x8d\xea\xa4\ -\x00\x00\x74\xd7\xe1\x21\x75\xbd\xdd\xa2\x3a\xfe\x01\x80\xfe\xb9\ -\x3a\x76\x0a\x49\x52\xcf\x6a\x77\xbe\xbf\x16\xd5\xc9\x01\x00\xe8\ -\xa6\xf6\xee\xe3\xf5\x43\xea\x72\xff\x11\xd5\xf1\x0f\x00\xf4\xcf\ -\x61\x21\x49\xea\x69\x3b\xc7\xb2\xa8\x4e\x10\x00\x40\x37\x1d\x18\ -\x52\x57\xbb\x75\x2c\x8f\xea\xd8\x07\x00\xfa\xe5\x9c\x58\x2f\x24\ -\x49\x3d\xae\xbd\x0a\xa3\x3a\x49\x00\x00\xdd\xf4\x8b\x58\x12\x52\ -\x17\x7b\x47\x54\xc7\x3d\x00\xd0\x2f\xab\x62\xaf\x90\x24\xf5\xbc\ -\x9b\xc5\xb9\x51\x9d\x2c\x00\x80\x6e\x7a\x46\x48\x5d\xeb\xb6\x71\ -\x4d\x54\xc7\x3c\x00\xd0\x2f\xef\x0d\x49\x92\xfe\xb7\xbf\x89\xea\ -\x64\x01\x00\x74\xd3\x05\xe1\x29\x10\x75\xad\xe3\xa3\x3a\xde\x01\ -\x80\x7e\x69\xfb\xde\x6d\x15\x92\x24\xfd\x5f\x1f\x88\xea\xa4\x01\ -\x00\x74\xd3\xb3\x42\xea\x4a\x3b\x86\xbd\x3f\x00\x80\xe6\x49\x21\ -\x49\xd2\x0d\xba\x79\x5c\x14\xd5\x89\x03\x00\xe8\x9e\xdf\xc6\x46\ -\x21\x75\xa1\x13\xa3\x3a\xce\x01\x80\x7e\xf9\x72\x2c\x08\x49\x92\ -\x6e\xd2\xd3\xa2\x3a\x79\x00\x00\xdd\xf4\xda\x90\xa6\xbd\xbf\x8e\ -\xb6\xd1\x69\x75\x8c\x03\x00\xfd\x71\x75\xec\x14\x92\x24\x95\xb5\ -\x3b\xe4\x5f\x8c\xea\x24\x02\x00\x74\xcf\x55\x71\xeb\x90\xa6\xb5\ -\x85\xf1\x9d\xa8\x8e\x6f\x00\xa0\x5f\x5e\x16\x92\x24\xad\xb1\xdb\ -\xc6\xe5\x51\x9d\x48\x00\x80\xee\x69\xaf\x0e\x92\xa6\xb5\x27\x47\ -\x75\x5c\x03\x00\xfd\x72\x46\x2c\x0e\x49\x92\xd6\xda\xc1\x51\x9d\ -\x4c\x00\x80\xee\x69\xaf\x0e\xda\x33\xa4\x69\x6b\xb3\x68\x7b\xd9\ -\x54\xc7\x35\x00\xd0\x1f\xd7\xc4\x5d\x42\x92\xa4\x81\x6a\xaf\x12\ -\x38\x2d\xaa\x93\x0a\x00\xd0\x3d\xe7\xc4\xcd\x42\x9a\xa6\xde\x15\ -\xd5\xf1\x0c\x00\xf4\xcb\xab\x42\x92\xa4\x19\x75\x87\xb8\x32\xaa\ -\x13\x0b\x00\xd0\x3d\x87\x87\x34\x2d\xd9\xf8\x1c\x00\x68\xce\x8a\ -\x25\x21\x49\xd2\x8c\x7b\x7e\x54\x27\x17\x00\xa0\x7b\xda\xab\x03\ -\xee\x1c\xd2\xa4\xb7\x5e\xb4\xa7\x96\xaa\xe3\x18\x00\xe8\x8f\xe5\ -\xb1\x7b\x48\x92\x34\xab\x16\xc5\x37\xa3\x3a\xc9\x00\x00\xdd\x73\ -\x7a\xb4\xf3\xbf\x34\xc9\xbd\x2e\xaa\xe3\x17\x00\xe8\x97\x23\x43\ -\x92\xa4\x39\xb5\x4b\x5c\x1d\xd5\x89\x06\x00\xe8\x9e\x57\x84\x34\ -\xa9\xed\x11\x2b\xa2\x3a\x76\x01\x80\xfe\x38\x3b\xec\x61\x27\x49\ -\x1a\x4a\x2f\x8b\xea\x64\x03\x00\x74\x4f\xfb\x72\xf9\x3e\x21\x4d\ -\x5a\x9b\xc5\xf9\x51\x1d\xb7\x00\x40\x7f\x58\xaf\x4a\x92\x86\xda\ -\xe2\x38\x23\xaa\x93\x0e\x00\xd0\x3d\x3f\x8f\x8d\x43\x9a\xa4\x4e\ -\x88\xea\x78\x05\x00\xfa\xe5\x8d\x21\x49\xd2\x50\xbb\x4b\x2c\x8b\ -\xea\xc4\x03\x00\x74\xcf\xfb\x43\x9a\x94\xfe\x31\xaa\xe3\x14\x00\ -\xe8\x97\x9f\xc5\x86\x21\x49\xd2\xd0\x7b\x55\x54\x27\x1f\x00\xa0\ -\x9b\x9e\x11\xd2\x7c\xb7\x6b\x2c\x8d\xea\x18\x05\x00\xfa\x63\x55\ -\xec\x19\x92\x24\x8d\xa4\x25\x71\x56\x54\x27\x21\x00\xa0\x7b\xda\ -\xd3\x9f\x7f\x19\xd2\x7c\xb5\x79\xb4\x57\xb2\x55\xc7\x27\x00\xd0\ -\x2f\x6f\x0b\x49\x92\x46\xda\xee\xb1\x3c\xaa\x13\x11\x00\xd0\x3d\ -\xbf\x8c\xad\x43\x1a\x77\x0b\xe3\x33\x51\x1d\x97\x00\x40\xbf\x9c\ -\x1f\x1b\x85\x24\x49\x23\xef\xf0\xa8\x4e\x46\x00\x40\x37\x7d\x39\ -\xda\x93\xa0\xd2\x38\x3b\x22\xaa\xe3\x11\x00\xe8\x97\xf6\xea\xab\ -\x07\x84\x24\x49\x63\x69\xdd\x38\x23\xaa\x93\x12\x00\xd0\x4d\x1f\ -\x8c\x05\x21\x8d\xa3\xa7\x47\x75\x1c\x02\x00\xfd\xf3\xe6\x90\x24\ -\x69\xac\xed\x12\x57\x46\x75\x62\x02\x00\xba\xe9\xb0\x90\x46\x5d\ -\xfb\x85\x67\xdb\x7f\xa6\x3a\x06\x01\x80\x7e\xf9\x51\xdc\x2c\x24\ -\x49\x1a\x7b\xcf\x89\xea\xe4\x04\x00\x74\x53\x7b\xfd\xc0\x01\x21\ -\x8d\xaa\xbb\xc4\xa5\x51\x1d\x7f\x00\x40\xbf\xb4\x1f\x44\xdc\x3d\ -\x24\x49\x9a\x97\xda\x6b\x30\xbe\x18\xd5\x49\x0a\x00\xe8\xa6\x76\ -\x21\xfa\xb0\x90\x86\xdd\x8e\xd1\x36\xdd\xaf\x8e\x3b\x00\xa0\x7f\ -\x5e\x1e\x92\x24\xcd\x6b\xb7\x8a\x8b\xa3\x3a\x51\x01\x00\xdd\xd4\ -\x5e\x83\x69\x23\x4a\x0d\xb3\xed\xe3\x17\x51\x1d\x6f\x00\x40\xff\ -\x7c\x33\x16\x85\x24\x49\xf3\x5e\x7b\x15\x46\x75\xb2\x02\x00\xba\ -\xeb\x8a\xb8\x77\x48\x73\xed\xe6\xf1\x93\xa8\x8e\x33\x00\xa0\x7f\ -\x2e\x8f\xf6\x64\xa8\x24\x49\x13\xd3\x89\x51\x9d\xb4\x00\x80\xee\ -\x6a\x7b\x35\xdc\x23\xa4\xd9\xd6\x6e\x7e\x9c\x15\xd5\xf1\x05\x00\ -\xf4\xd3\x81\x21\x49\xd2\x44\xb5\x45\xfc\x3a\xaa\x13\x17\x00\xd0\ -\x5d\xed\x26\xc8\x1e\x21\xcd\xb4\x6d\xe3\xc7\x51\x1d\x57\x00\x40\ -\x3f\x9d\x1c\x6d\xcf\x59\x49\x92\x26\xae\x07\xc7\xaa\xa8\x4e\x60\ -\x00\x40\x77\x2d\x8d\xbf\x09\x69\xd0\x6e\x1b\xf6\xfc\x00\x00\xae\ -\xef\xf7\x71\xcb\x90\x24\x69\x62\x7b\x5b\x54\x27\x31\x00\xa0\xdb\ -\xae\x8e\x7d\x42\x5a\x5b\xbb\x84\x27\x87\x01\x80\x1b\xdb\x37\x24\ -\x49\x9a\xe8\x36\x08\x9b\x58\x02\x40\x3f\xad\x88\x67\x86\xb4\xba\ -\xf6\x8c\x8b\xa2\x3a\x7e\x00\x80\xfe\xfa\xf7\x90\x24\x69\x2a\xba\ -\x57\x2c\x8f\xea\x84\x06\x00\x74\xdf\xeb\x63\x61\x48\xd7\xef\x09\ -\xb1\x2c\xaa\x63\x06\x00\xe8\xaf\xf3\x62\x93\x90\x24\x69\x6a\x7a\ -\x65\x54\x27\x35\x00\xa0\x1f\x3e\x12\xeb\x87\xd4\x36\x32\x3d\x2c\ -\xec\x15\x07\x00\xdc\xd8\xca\x68\x4f\x88\x4a\x92\x34\x55\x2d\x8e\ -\xd3\xa3\x3a\xb9\x01\x00\xfd\x70\x46\xec\x10\xea\x6f\x1b\xc5\x89\ -\x51\x1d\x1f\x00\x00\x47\x86\x24\x49\x53\xd9\x6d\xe3\xd2\xa8\x4e\ -\x70\x00\x40\x3f\xfc\x21\x1e\x18\xea\x5f\x77\x8a\x1f\x47\x75\x5c\ -\x00\x00\x7c\x3b\x96\x84\x24\x49\x53\xdb\x63\xa3\x3a\xc9\x01\x00\ -\xfd\xd1\x36\x47\x7f\x59\xb4\x57\x21\xa9\x1f\xed\x17\x7f\x8c\xea\ -\x78\x00\x00\xb8\x2c\xda\x0f\x67\x25\x49\x9a\xfa\x8e\x8f\xea\x64\ -\x07\x00\xf4\xcb\x67\xe3\x96\xa1\xee\xb6\x41\x1c\x1b\xf6\xfb\x00\ -\x00\xd6\x64\xff\x90\x24\xa9\x13\x6d\x18\x67\x47\x75\xc2\x03\x00\ -\xfa\xe5\xf7\xb1\x4f\xa8\x7b\xdd\x3d\xbc\xf2\x0a\x00\x58\x9b\xf7\ -\x84\x24\x49\x9d\xea\x6e\x71\x55\x54\x27\x3e\x00\xa0\x7f\xde\x11\ -\xed\x69\x01\x4d\x7f\x0b\xe3\xc5\xb1\x2c\xaa\xbf\x35\x00\xc0\x75\ -\xda\x0f\x64\xdb\x0f\x65\x25\x49\xea\x5c\xcf\x8e\xea\xe4\x07\x00\ -\xf4\xd3\x2f\xe2\xc1\xa1\xe9\xed\xae\x71\x7a\x54\x7f\x5f\x00\x80\ -\xeb\xbb\x3a\x76\x0b\x49\x92\x3a\x59\xdb\xf8\xf4\xa4\xa8\x4e\x82\ -\x00\x40\x7f\x7d\x20\xb6\x0e\x4d\x4f\xeb\xc7\xeb\x62\x79\x54\x7f\ -\x53\x00\x80\x1b\x3b\x34\x24\x49\xea\x74\x5b\xc6\x2f\xa3\x3a\x11\ -\x02\x00\xfd\x75\x61\x3c\x25\xda\xeb\x94\x34\xd9\x3d\x24\x7e\x16\ -\xd5\xdf\x11\x00\xa0\xf2\xc9\x68\x3f\x8c\x95\x24\xa9\xf3\xed\x19\ -\x2b\xa2\x3a\x21\x02\x00\xfd\x76\x66\xec\x15\x9a\xbc\x76\x89\xcf\ -\x46\xf5\x77\x03\x00\x58\x9d\x5f\x47\xfb\x41\xac\x24\x49\xbd\xe9\ -\x55\x51\x9d\x14\x01\x00\x9a\x8f\xc5\x6d\x42\xf3\xdf\x56\x71\x4c\ -\x78\xdd\x15\x00\x30\x53\xed\x07\xb0\x7e\xdc\x22\x49\xea\x5d\x8b\ -\xe2\xb4\xa8\x4e\x8e\x00\x00\xcd\xb2\x68\x5f\xbc\x6f\x1f\x1a\x7f\ -\x9b\xc5\x2b\xe3\xd2\xa8\xfe\x3e\x00\x00\x6b\xf3\x9a\x90\x24\xa9\ -\x97\xed\x10\x17\x45\x75\x82\x04\x00\xb8\xce\xd5\x71\x74\x6c\x1b\ -\x1a\x7d\x9b\xc6\x61\x71\x49\x54\x7f\x0f\x00\x80\x41\x7c\x23\xda\ -\x0f\x60\x25\x49\xea\x6d\xfb\x46\x75\x92\x04\x00\xb8\xb1\x2b\xe3\ -\xd8\xb8\x63\x68\xf8\x6d\x13\xaf\x8d\x8b\xa3\xfa\xfc\x01\x00\x06\ -\xd5\xd6\x13\xb7\x0e\x49\x92\x7a\xdf\x5b\xa3\x3a\x59\x02\x00\x54\ -\x56\xc6\x49\xe1\x7d\xd2\xc3\xe9\xae\xf1\xde\x68\xaf\x1c\xab\x3e\ -\x6f\x00\x80\x99\x58\x15\xed\x07\xaf\x92\x24\x29\x2d\x89\x6f\x47\ -\x75\xd2\x04\x00\x58\x93\x33\xe3\x99\xd1\x5e\xdb\xa4\xc1\xbb\x59\ -\x1c\x10\x5f\x8a\xea\x73\x05\x00\x98\xad\x37\x84\x24\x49\xba\x5e\ -\x6d\x3f\x90\x3f\x44\x75\xe2\x04\x00\x58\x9b\xf6\x7a\xac\xf7\xc5\ -\xfd\x62\x41\xa8\x6e\xb7\x68\x4f\xdf\xda\x87\x0d\x00\x18\x85\xd3\ -\x62\x71\x48\x92\xa4\x1b\xf5\x90\x68\xaf\xb4\xa8\x4e\xa0\x00\x00\ -\x83\x3a\x2f\x8e\x8a\x7b\x86\xd6\x59\x67\xe7\x78\x45\xfc\x20\xaa\ -\xcf\x0b\x00\x60\x18\x7e\x17\xdb\x86\x24\x49\x5a\x4d\xaf\x8e\xea\ -\x24\x0a\x00\x30\x1b\xd7\xdd\x0c\x69\x4f\x86\xf4\xe5\xd7\x88\x0b\ -\xe3\x1e\x71\x58\xb8\xe9\x01\x00\x8c\xc3\x8a\x78\x40\x48\x92\xa4\ -\x35\xb4\x28\xbe\x10\xd5\xc9\x14\x00\x60\x2e\x2e\x8d\x8f\x46\xdb\ -\x33\xe4\x36\xd1\xa5\x6e\x19\x4f\x8c\x0f\xc6\xef\xa3\xfa\xf7\x07\ -\x00\x18\x95\x97\x87\x24\x49\x1a\xa0\xad\xe3\x57\x51\x9d\x50\x01\ -\x00\x86\xe5\x82\xf8\x8f\x38\x24\x76\x8f\x69\x79\x42\xa4\x3d\xe1\ -\x71\xe7\x38\x30\xde\x1b\x3f\x89\xea\xdf\x0f\x00\x60\x1c\x3e\x1d\ -\xf6\x60\x93\x24\x69\x06\xdd\x37\x96\x45\x75\x62\x05\x00\x18\x85\ -\x2b\xe2\xdb\x71\x5c\x3c\x27\xf6\x8e\x9b\xc7\x7c\xb6\x79\xb4\xd7\ -\x77\x1d\x14\x6f\x8f\xaf\x46\x7b\x92\xa5\xfa\xe7\x07\x00\x18\xb7\ -\xf6\xba\xd1\x2d\x42\x92\x24\xcd\xb0\xe7\x45\x75\x72\x05\x00\x18\ -\xa7\x76\xc3\xe1\x7f\xe2\x93\x71\x74\xb4\x35\xca\x63\xe3\x81\xb1\ -\x5b\xec\x10\x1b\xc5\x4c\xda\x20\xb6\x8f\xbb\x45\x7b\x5f\xf6\xa3\ -\xe2\xd0\x78\x53\x7c\x2c\xce\x88\x3f\x44\xf5\xcf\x03\x00\x30\x09\ -\xda\x0f\x57\xdb\xbe\x63\x92\x24\x69\x16\xb5\xc7\x27\x3f\x12\xd5\ -\x49\x16\x00\x60\x12\x5d\x1e\x17\xc7\x45\xf1\xf3\xeb\xb9\x30\xda\ -\x7f\x7e\x59\x54\xff\x77\x00\x00\xd3\xa6\x3d\xa1\x2a\x49\x92\xe6\ -\xd0\xa6\xe1\xbd\xd6\x00\x00\x00\x00\x93\xe3\x83\x21\x49\x92\x86\ -\x50\x7b\x35\xc4\xd2\xa8\x4e\xb8\x00\x00\x00\x00\x8c\xcf\x8f\x62\ -\xc3\x90\x24\x49\x43\xea\x49\x51\x9d\x74\x01\x00\x00\x00\x18\x8f\ -\xf6\xba\xcf\x3b\x85\x24\x49\x1a\x72\xc7\x45\x75\xf2\x05\x00\x00\ -\x00\x60\xf4\x1e\x13\x92\x24\x69\x04\xad\x17\xdf\x8e\xea\x04\x0c\ -\x00\x00\x00\xc0\xe8\xbc\x31\x24\x49\xd2\x08\xdb\x3e\x7e\x1b\xd5\ -\x89\x18\x00\x00\x00\x80\xe1\xfb\x42\x2c\x0a\x49\x92\x34\xe2\xee\ -\x1b\xcb\xa2\x3a\x21\x03\x00\x00\x00\x30\x3c\x3f\x8f\x2d\x43\x92\ -\x24\x8d\xa9\xa7\x47\x75\x52\x06\x00\x00\x00\x60\x38\x96\xc6\x5d\ -\x43\x92\x24\x8d\xb9\x77\x46\x75\x72\x06\x00\x00\x00\x60\x6e\x56\ -\xc5\xa3\x42\x92\x24\xcd\x43\x4b\xe2\xeb\x51\x9d\xa4\x01\x00\x00\ -\x00\x98\xbd\xd7\x85\x24\x49\x9a\xc7\x6e\x11\xbf\x8c\xea\x44\x0d\ -\x00\x00\x00\xc0\xcc\x7d\x26\x6c\x7a\x2e\x49\xd2\x04\x74\xaf\xb8\ -\x2a\xaa\x13\x36\x00\x00\x00\x00\x83\x3b\x37\x36\x0d\x49\x92\x34\ -\x21\x3d\x29\xaa\x93\x36\x00\x00\x00\x00\x83\xb9\x2c\x76\x09\x49\ -\x92\x34\x61\xfd\x5b\x54\x27\x6f\x00\x00\x00\x00\xd6\xac\x6d\x7a\ -\xbe\x6f\x48\x92\xa4\x09\x6c\x71\x9c\x1a\xd5\x49\x1c\x00\x00\x00\ -\x80\xd5\x7b\x65\x48\x92\xa4\x09\x6e\xeb\x38\x3f\xaa\x13\x39\x00\ -\x00\x00\x00\x37\xf5\x89\x58\x10\x92\x24\x69\xc2\xdb\x35\x96\x46\ -\x75\x42\x07\x00\x00\x00\xe0\xcf\x7e\x1c\x36\x3d\x97\x24\x69\x8a\ -\x7a\x6c\xb4\x77\x57\x56\x27\x76\x00\x00\x00\x00\xd6\x59\xe7\xa2\ -\xd8\x31\x24\x49\xd2\x94\xf5\xcf\x51\x9d\xdc\x01\x00\x00\x00\xfa\ -\x6e\x59\x3c\x20\x24\x49\xd2\x14\xd6\xde\x5d\xf9\xc1\xa8\x4e\xf2\ -\x00\x00\x00\x00\x7d\xf6\xd4\x90\x24\x49\x53\xdc\x92\xf8\x56\x54\ -\x27\x7a\x00\x00\x00\x80\x3e\x3a\x22\x24\x49\x52\x07\xda\x3a\x7e\ -\x16\xd5\x09\x1f\x00\x00\x00\xa0\x4f\x4e\x8a\x45\x21\x49\x92\x3a\ -\xd2\x5d\xe2\xd2\xa8\x4e\xfc\x00\x00\x00\x00\x7d\xf0\xdd\xd8\x20\ -\x24\x49\x52\xc7\x7a\x50\xac\x88\x6a\x01\x00\x00\x00\x00\xd0\x65\ -\xbf\x8c\xed\x43\x92\x24\x75\xb4\x83\xa2\x5a\x04\x00\x00\x00\x00\ -\x74\xd5\xd2\xd8\x3d\x24\x49\x52\xc7\x7b\x5b\x54\x8b\x01\x00\x00\ -\x00\x80\xae\x59\x15\xfb\x84\x24\x49\xea\x41\x6d\xa3\xaf\x4f\x47\ -\xb5\x28\x00\x00\x00\x00\xe8\x92\x97\x84\x24\x49\xea\x51\x9b\xc6\ -\x59\x51\x2d\x0c\x00\x00\x00\x00\xba\xe0\xdd\x21\x49\x92\x7a\xd8\ -\xad\xe3\xf7\x51\x2d\x10\x00\x00\x00\x00\xa6\xd9\x97\x62\x49\x48\ -\x92\xa4\x9e\xf6\x97\x71\x65\x54\x0b\x05\x00\x00\x00\x80\x69\x74\ -\x6e\x6c\x19\x92\x24\xa9\xe7\x1d\x10\x6d\x43\xb0\x6a\xc1\x00\x00\ -\x00\x00\x30\x4d\xda\xdb\x2e\x76\x0c\x49\x92\xa4\xff\xad\x6d\x08\ -\x56\x2d\x1a\x00\x00\x00\x00\xa6\xc5\xd2\x68\x6f\xbb\x90\x24\x49\ -\xba\x41\xc7\x46\xb5\x78\x00\x00\x00\x00\x98\x74\x2b\x62\x9f\x90\ -\x24\x49\xba\x49\x8b\xe2\xa3\x51\x2d\x22\x00\x00\x00\x00\x26\xd9\ -\x41\x21\x49\x92\xb4\xda\x96\xc4\x97\xa2\x5a\x48\x00\x00\x00\x00\ -\x4c\xa2\x23\x42\x92\x24\x69\xad\x6d\x1a\x67\x45\xb5\xa0\x00\x00\ -\x00\x00\x98\x24\x1f\x8c\x05\x21\x49\x92\x34\x50\xdb\xc7\x2f\xa3\ -\x5a\x58\x00\x00\x00\x00\x4c\x82\xf6\x16\x8b\xf6\x36\x0b\x49\x92\ -\xa4\x19\x75\x97\xb8\x34\xaa\x05\x06\x00\x00\x00\xc0\x7c\x6a\x6f\ -\xaf\x68\x6f\xb1\x90\x24\x49\x9a\x55\x0f\x88\x65\x51\x2d\x34\x00\ -\x00\x00\x00\xe6\x43\x7b\x6b\x45\x7b\x7b\x85\x24\x49\xd2\x9c\x3a\ -\x20\x56\x45\xb5\xe0\x00\x00\x00\x00\x18\xa7\xf6\xb6\x8a\xf6\xd6\ -\x0a\x49\x92\xa4\xa1\xf4\x92\xa8\x16\x1d\x00\x00\x00\x00\xe3\xb2\ -\x34\xee\x1d\x92\x24\x49\x43\xed\xd8\xa8\x16\x1f\x00\x00\x00\x00\ -\xa3\xb6\x22\xf6\x09\x49\x92\xa4\xa1\xb7\x28\x4e\x8a\x6a\x11\x02\ -\x00\x00\x00\x30\x4a\x07\x85\x24\x49\xd2\xc8\xda\x20\xbe\x12\xd5\ -\x42\x04\x00\x00\x00\x60\x14\x8e\x08\x49\x92\xa4\x91\xb7\x69\x7c\ -\x37\xaa\x05\x09\x00\x00\x00\xc0\x30\xbd\x3d\x16\x84\x24\x49\xd2\ -\x58\xda\x3a\x7e\x12\xd5\xc2\x04\x00\x00\x00\x60\x18\x3e\x14\xed\ -\x95\xdc\x92\x24\x49\x63\x6d\xfb\xf8\x65\x54\x0b\x14\x00\x00\x00\ -\x80\xb9\xf8\x4c\x2c\x09\x49\x92\xa4\x79\xe9\x0e\xf1\xfb\xa8\x16\ -\x2a\x00\x00\x00\x00\xb3\xf1\xf5\x68\xfb\x90\x4a\x92\x24\xcd\x6b\ -\x77\x8f\x4b\xa3\x5a\xb0\x00\x00\x00\x00\xcc\xc4\x59\xd1\xf6\x1f\ -\x95\x24\x49\x9a\x88\xf6\x8c\xa5\x51\x2d\x5c\x00\x00\x00\x00\x06\ -\x71\x6e\xb4\x7d\x47\x25\x49\x92\x26\xaa\xbf\x8f\x65\x51\x2d\x60\ -\x00\x00\x00\x00\xd6\xa4\xed\x33\x7a\xeb\x90\x24\x49\x9a\xc8\x0e\ -\x88\x95\x51\x2d\x64\x00\x00\x00\x00\x2a\x6d\x7f\xd1\x5d\x42\x92\ -\x24\x69\xa2\x3b\x28\xaa\xc5\x0c\x00\x00\x00\xc0\x8d\xb5\x7d\x45\ -\xef\x15\x92\x24\x49\x53\xd1\xcb\xa2\x5a\xd4\x00\x00\x00\x00\x5c\ -\xe7\xca\x78\x40\x48\x92\x24\x4d\x55\x6f\x88\x6a\x71\x03\x00\x00\ -\x00\xb0\x22\xf6\x09\x49\x92\xa4\xa9\x6b\x41\xbc\x3b\xaa\x45\x0e\ -\x00\x00\x00\xd0\x5f\xab\xa2\xed\x23\x2a\x49\x92\x34\xb5\x2d\x8a\ -\x13\xa2\x5a\xec\x00\x00\x00\x00\xfd\xd3\x6e\x7e\x3c\x3d\x24\x49\ -\x92\xa6\xbe\x76\x13\xe4\x3f\xa3\x5a\xf4\x00\x00\x00\x00\xfd\xd1\ -\x6e\x7e\x1c\x12\x92\x24\x49\x9d\x69\x49\x7c\x2c\xaa\xc5\x0f\x00\ -\x00\x00\xd0\x0f\xcf\x0b\x49\x92\xa4\xce\xd5\x6e\x82\x9c\x1c\xd5\ -\x02\x08\x00\x00\x00\xe8\xb6\x97\x84\x24\x49\x52\x67\x5b\x2f\x4e\ -\x89\x6a\x21\x04\x00\x00\x00\x74\xd3\x61\x21\x49\x92\xd4\xf9\x36\ -\x88\x2f\x46\xb5\x20\x02\x00\x00\x00\xba\xe5\xf0\x90\x24\x49\xea\ -\x4d\xed\x26\xc8\x57\xa3\x5a\x18\x01\x00\x00\x00\xdd\xf0\xfa\x90\ -\x24\x49\xea\x5d\x1b\xc7\x37\xa2\x5a\x20\x01\x00\x00\x00\xd3\xed\ -\xdf\x42\x92\x24\xa9\xb7\x6d\x1a\xdf\x8e\x6a\xa1\x04\x00\x00\x00\ -\x4c\xa7\x63\x63\x41\x48\x92\x24\xf5\xba\xcd\xe2\xbb\x51\x2d\x98\ -\x00\x00\x00\x80\xe9\x72\x7c\xb8\xf9\x21\x49\x92\xf4\xa7\xb6\x8c\ -\xef\x47\xb5\x70\x02\x00\x00\x00\xa6\xc3\x7b\x63\x51\x48\x92\x24\ -\xe9\x7a\x6d\x1d\x3f\x8c\x6a\x01\x05\x00\x00\x00\x4c\xb6\x0f\x87\ -\x9b\x1f\x92\x24\x49\xab\xe9\x16\xe1\x26\x08\x00\x00\x00\x4c\x97\ -\x0f\x85\x9b\x1f\x92\x24\x49\x6b\xa9\x3d\x09\xf2\xbd\xa8\x16\x54\ -\x00\x00\x00\xc0\x64\x79\x5f\xb8\xf9\x21\x49\x92\x34\x60\x5b\xc4\ -\x19\x51\x2d\xac\x00\x00\x00\x80\xc9\xd0\x36\x3c\x5f\x18\x92\x24\ -\x49\x9a\x41\x9b\xc5\xe9\x51\x2d\xb0\x00\x00\x00\x80\xf9\x75\x6c\ -\x2c\x08\x49\x92\x24\xcd\xa2\x4d\xe2\xeb\x51\x2d\xb4\x00\x00\x00\ -\x80\xf9\x71\x74\xb8\xf9\x21\x49\x92\x34\xc7\x36\x8a\xaf\x44\xb5\ -\xe0\x02\x00\x00\x00\xc6\xeb\xa8\x90\x24\x49\xd2\x90\xda\x20\xbe\ -\x10\xd5\xc2\x0b\x00\x00\x00\x18\x8f\xd7\x84\x24\x49\x92\x86\xdc\ -\xfa\xf1\xd9\xa8\x16\x60\x00\x00\x00\xc0\x68\xbd\x22\x24\x49\x92\ -\x34\xa2\x96\xc4\xa7\xa2\x5a\x88\x01\x00\x00\x00\xa3\xf1\xe2\x90\ -\x24\x49\xd2\x88\x6b\x37\x41\xfe\x2b\xaa\x05\x19\x00\x00\x00\x30\ -\x3c\xab\xe2\x05\x21\x49\x92\xa4\x31\xb5\x6e\x9c\x18\xd5\xe2\x0c\ -\x00\x00\x00\x98\xbb\x76\xf3\xe3\xe0\x90\x24\x49\xd2\x98\x5b\x14\ -\x1f\x88\x6a\x91\x06\x00\x00\x00\xcc\x5e\xbb\xf9\x71\x60\x48\x92\ -\x24\x69\x9e\x6a\x37\x41\xde\x11\xd5\x62\x0d\x00\x00\x00\x98\xb9\ -\xe5\xf1\xf8\x90\x24\x49\xd2\x3c\xb7\x20\x8e\x8c\x6a\xd1\x06\x00\ -\x00\x00\x0c\xee\xaa\xd8\x27\x24\x49\x92\x34\x41\xbd\x28\xda\x23\ -\xba\xd5\x02\x0e\x00\x00\x00\x58\xb3\x3f\xc6\x5e\x21\x49\x92\xa4\ -\x09\xac\xbd\x9f\x74\x45\x54\x0b\x39\x00\x00\x00\xa0\x76\x61\xdc\ -\x23\x24\x49\x92\x34\xc1\x3d\x3a\x96\x45\xb5\xa0\x03\x00\x00\x00\ -\x6e\xe8\x97\xb1\x73\x48\x92\x24\x69\x0a\x7a\x48\x2c\x8d\x6a\x61\ -\x07\x00\x00\x00\x5c\xeb\xa7\x71\xeb\x90\x24\x49\xd2\x14\xf5\x57\ -\x71\x49\x54\x0b\x3c\x00\x00\x00\xe8\xbb\xef\xc5\x2d\x42\x92\x24\ -\x49\x53\xd8\xdd\xe2\xb7\x51\x2d\xf4\x00\x00\x00\xa0\xaf\xbe\x1e\ -\x9b\x85\x24\x49\x92\xa6\xb8\x3b\xc4\x79\x51\x2d\xf8\x00\x00\x00\ -\xa0\x6f\x3e\x13\x1b\x84\x24\x49\x92\x3a\xd0\x76\xf1\xe3\xa8\x16\ -\x7e\x00\x00\x00\xd0\x17\x1f\x8a\x25\x21\x49\x92\xa4\x0e\xb5\x65\ -\xfc\x77\x54\x0b\x40\x00\x00\x00\xe8\xba\x77\xc4\xa2\x90\x24\x49\ -\x52\x07\xdb\x38\x4e\x8d\x6a\x21\x08\x00\x00\x00\x5d\xf5\xba\x58\ -\x10\x92\x24\x49\xea\x70\xeb\xc5\x87\xa3\x5a\x10\x02\x00\x00\x40\ -\x97\xac\x88\x43\x43\x92\x24\x49\x3d\xa9\xfd\xea\xe5\x8d\x51\x2d\ -\x0e\x01\x00\x00\xa0\x0b\xae\x8a\x7f\x08\x49\x92\x24\xf5\xb0\xe7\ -\xc4\xca\xa8\x16\x8a\x00\x00\x00\x30\xad\x2e\x8a\x3d\x42\x92\x24\ -\x49\x3d\xee\x51\xd1\x7e\x15\x53\x2d\x18\x01\x00\x00\x60\xda\x9c\ -\x1f\x3b\x87\x24\x49\x92\xb4\xce\xfd\xe2\xe2\xa8\x16\x8e\x00\x00\ -\x00\x30\x2d\xbe\x17\xdb\x84\x24\x49\x92\xf4\x7f\xed\x12\x17\x44\ -\xb5\x80\x04\x00\x00\x80\x49\xf7\xf9\xd8\x38\x24\x49\x92\xa4\x9b\ -\xb4\x6d\x7c\x3f\xaa\x85\x24\x00\x00\x00\x4c\xaa\xf7\xc5\x92\x90\ -\x24\x49\x92\x56\xdb\x26\xf1\xc5\xa8\x16\x94\x00\x00\x00\x30\x69\ -\x5e\x17\x0b\x42\x92\x24\x49\x5a\x6b\xed\x57\x33\x1f\x88\x6a\x61\ -\x09\x00\x00\x00\x93\x60\x45\x1c\x14\x92\x24\x49\xd2\x8c\x6a\xbf\ -\x9e\xf9\xd7\xa8\x16\x99\x00\x00\x00\x30\x9f\xae\x8c\x87\x87\x24\ -\x49\x92\x34\xeb\x9e\x1d\xed\x57\x35\xd5\x82\x13\x00\x00\x00\xc6\ -\xed\x0f\x71\xef\x90\x24\x49\x92\xe6\xdc\xbe\x71\x45\x54\x0b\x4f\ -\x00\x00\x00\x18\x97\x9f\xc6\x1d\x42\x92\x24\x49\x1a\x5a\xbb\xc6\ -\x2f\xa3\x5a\x80\x02\x00\x00\xc0\xa8\x7d\x25\xb6\x08\x49\x92\x24\ -\x69\xe8\x6d\x1b\x67\x44\xb5\x10\x05\x00\x00\x80\x51\x79\x77\x2c\ -\x09\x49\x92\x24\x69\x64\x6d\x18\x1f\x8b\x6a\x41\x0a\x00\x00\x00\ -\xc3\xb4\x32\xfe\x29\x24\x49\x92\xa4\xb1\xb4\x30\x5e\x17\xd5\xe2\ -\x14\x00\x00\x00\x86\xa1\xed\x45\xd9\xf6\xa4\x94\x24\x49\x92\xc6\ -\xde\x93\x62\x59\x54\x0b\x55\x00\x00\x00\x98\xad\x5f\xc7\xee\x21\ -\x49\x92\x24\xcd\x5b\x7b\xc6\x45\x51\x2d\x58\x01\x00\x00\x60\xa6\ -\xda\xde\x93\xdb\x87\x24\x49\x92\x34\xef\xdd\x21\xce\x8e\x6a\xe1\ -\x0a\x00\x00\x00\x83\x6a\x7b\x4e\xb6\xbd\x27\x25\x49\x92\xa4\x89\ -\x69\xf3\xf8\x62\x54\x0b\x58\x00\x00\x00\x58\x9b\xa3\xa2\xed\x39\ -\x29\x49\x92\x24\x4d\x5c\xeb\xc6\x71\x51\x2d\x64\x01\x00\x00\xa0\ -\x72\x4d\x3c\x2d\x24\x49\x92\xa4\x89\xef\x85\xb1\x22\xaa\x85\x2d\ -\x00\x00\x00\x5c\xa7\xed\x29\xd9\xf6\x96\x94\x24\x49\x92\xa6\xa6\ -\xbf\x8b\xcb\xa2\x5a\xe0\x02\x00\x00\xc0\x8f\xa3\xed\x29\x29\x49\ -\x92\x24\x4d\x5d\x77\x8a\x73\xa2\x5a\xe8\x02\x00\x00\xd0\x5f\x27\ -\xc5\x26\x21\x49\x92\x24\x4d\x6d\x9b\xc6\xc9\x51\x2d\x78\x01\x00\ -\x00\xe8\x97\x55\xf1\xaa\x58\x10\x92\x24\x49\xd2\xd4\xb7\x30\x0e\ -\x8f\xb6\xd0\xad\x16\xc0\x00\x00\x00\x74\xdf\x1f\xe3\xe1\x21\x49\ -\x92\x24\x75\xae\xfd\xe2\xf2\xa8\x16\xc2\x00\x00\x00\x74\xd7\x4f\ -\x63\x97\x90\x24\x49\x92\x3a\xdb\x9d\xe3\x67\x51\x2d\x88\x01\x00\ -\x00\xe8\x9e\xcf\xc4\x66\x21\x49\x92\x24\x75\xbe\x2d\xe2\x73\x51\ -\x2d\x8c\x01\x00\x00\xe8\x86\xf6\x1a\xe4\xd7\xc5\xa2\x90\x24\x49\ -\x92\x7a\x53\x5b\x00\x1f\x15\xd5\x22\x19\x00\x00\x80\xe9\x76\x45\ -\x3c\x3a\x24\x49\x92\xa4\xde\xb6\x7f\x2c\x8d\x6a\xc1\x0c\x00\x00\ -\xc0\xf4\xf9\x79\xdc\x35\x24\x49\x92\xa4\xde\xb7\x5b\x9c\x1f\xd5\ -\xc2\x19\x00\x00\x80\xe9\xf1\xc5\xd8\x32\x24\x49\x92\x24\xfd\xa9\ -\xad\xe2\xd4\xa8\x16\xd0\x00\x00\x00\x4c\xbe\x37\x86\xfd\x3e\x24\ -\x49\x92\xa4\xa2\xc5\xf1\xfa\x68\x1b\xe5\x55\x8b\x69\x00\x00\x00\ -\x26\xcf\xe5\xf1\xd8\x90\x24\x49\x92\xb4\x96\x1e\x11\x97\x44\xb5\ -\xb0\x06\x00\x00\x60\x72\xfc\x30\xee\x14\x92\x24\x49\x92\x06\x6c\ -\xc7\xf8\x5e\x54\x0b\x6c\x00\x00\x00\xe6\xdf\x07\x63\xa3\x90\x24\ -\x49\x92\x34\xc3\x6e\x16\xc7\x47\xb5\xd0\x06\x00\x00\x60\x7e\x5c\ -\x1d\xcf\x0a\x49\x92\x24\x49\x73\xec\x49\xb1\x34\xaa\x85\x37\x00\ -\x00\x00\xe3\x73\x5e\xdc\x23\x24\x49\x92\x24\x0d\xa9\x5d\xe3\xa7\ -\x51\x2d\xc0\x01\x00\x00\x18\xbd\x93\x63\xcb\x90\x24\x49\x92\x34\ -\xe4\x36\x89\xff\x8a\x6a\x21\x0e\x00\x00\xc0\x68\xac\x88\x97\xc7\ -\x82\x90\x24\x49\x92\x34\xa2\xda\x82\xfb\x79\x71\x4d\x54\x0b\x73\ -\x00\x00\x00\x86\xe7\x77\x71\xff\x90\x24\x49\x92\x34\xa6\xf6\x88\ -\x5f\x45\xb5\x40\x07\x00\x00\x60\xee\xbe\x16\xdb\x85\x24\x49\x92\ -\xa4\x31\xb7\x75\x7c\x31\xaa\x85\x3a\x00\x00\x00\xb3\xb3\x2a\xde\ -\x18\x8b\x43\x92\x24\x49\xd2\x3c\xb5\x28\x5e\x1d\x2b\xa3\x5a\xb8\ -\x03\x00\x00\x30\xb8\x4b\xe2\x11\x21\x49\x92\x24\x69\x42\x6a\xef\ -\xa4\xf5\x4a\x2c\x00\x00\x80\xd9\xfb\x7a\xec\x10\x92\x24\x49\x92\ -\x26\xac\xad\xe2\x93\x51\x2d\xe4\x01\x00\x00\xa8\xb5\x27\xea\x0f\ -\x0f\xaf\xbc\x92\x24\x49\x92\x26\xb8\x05\x71\x68\x5c\x1d\xd5\xc2\ -\x1e\x00\x00\x80\x3f\x6b\x4f\xd2\xb7\x27\xea\x25\x49\x92\x24\x4d\ -\x49\xbb\xc6\x39\x51\x2d\xf0\x01\x00\x00\xb8\xf6\x09\xfa\xf6\x24\ -\xbd\x24\x49\x92\xa4\x29\x6b\xa3\x78\x4f\x54\x0b\x7d\x00\x00\x80\ -\xbe\x6a\x4f\xcc\xb7\x27\xe7\xdb\x13\xf4\x92\x24\x49\x92\xa6\xb8\ -\xfd\xe3\xb2\xa8\x16\xfe\x00\x00\x00\x7d\x72\x76\xb4\x27\xe6\x25\ -\x49\x92\x24\x75\xa4\xdb\xc5\xb7\xa3\xba\x00\x00\x00\x00\xe8\x83\ -\xf6\x84\xfc\x86\x21\x49\x92\x24\xa9\x63\xad\x1b\x47\xc5\xaa\xa8\ -\x2e\x06\x00\x00\x00\xba\xa8\x3d\x11\xdf\x9e\x8c\x97\x24\x49\x92\ -\xd4\xf1\x1e\x14\xbf\x8d\xea\xc2\x00\x00\x00\xa0\x4b\xda\x93\xf0\ -\xed\x89\x78\x49\x92\x24\x49\x3d\xe9\x16\xf1\xd9\xa8\x2e\x10\x00\ -\x00\x00\xa6\xdd\xca\x38\x32\xda\x93\xf0\x92\x24\x49\x92\x7a\xd6\ -\x82\x38\x38\x96\x46\x75\xc1\x00\x00\x00\x30\x8d\xce\x8f\x3d\x43\ -\x92\x24\x49\x52\xcf\xdb\x29\x6c\x90\x0e\x00\x00\x74\xc1\xbf\xc7\ -\x26\x21\x49\x92\x24\x49\xff\xdb\xe2\x38\x2c\x96\x47\x75\x11\x01\ -\x00\x00\x30\xc9\x2e\x8c\x7d\x43\x92\x24\x49\x92\xca\xee\x19\xe7\ -\x44\x75\x41\x01\x00\x00\x30\x89\x4e\x8e\xb6\xcf\xa1\x24\x49\x92\ -\x24\xad\xb1\x0d\xe2\x6d\xb1\x2a\xaa\x8b\x0b\x00\x00\x80\x49\x70\ -\x45\x1c\x18\x92\x24\x49\x92\x34\xa3\x1e\x14\xbf\x8a\xea\x42\x03\ -\x00\x00\x60\x3e\x7d\x33\x6e\x1f\x92\x24\x49\x92\x34\xab\xb6\x88\ -\x0f\x47\x75\xc1\x01\x00\x00\x30\x6e\xd7\xc4\xcb\x62\x51\x48\x92\ -\x24\x49\xd2\x9c\x7b\x5c\x5c\x1c\xd5\x05\x08\x00\x00\xc0\x38\xfc\ -\x28\xee\x1e\x92\x24\x49\x92\x34\xd4\x6e\x15\x5f\x88\xea\x42\x04\ -\x00\x00\x60\x54\xda\xfe\x84\x6f\x8e\x9b\x85\x24\x49\x92\x24\x8d\ -\xa4\x05\x71\x48\x2c\x8d\xea\xc2\x04\x00\x00\x60\x98\xce\x8b\xbd\ -\x43\x92\x24\x49\x92\xc6\xd2\xed\xe2\xcb\x51\x5d\xa0\x00\x00\x00\ -\xcc\x55\x7b\xea\xe3\x98\xd8\x38\x24\x49\x92\x24\x69\xac\xb5\xa7\ -\x41\x0e\x8a\x3f\x46\x75\xc1\x02\x00\x00\x30\x1b\xe7\xc6\x9e\x21\ -\x49\x92\x24\x49\xf3\xda\xad\xe3\x94\xa8\x2e\x5c\x00\x00\x00\x06\ -\xb5\x32\xde\x14\x1b\x84\x24\x49\x92\x24\x4d\x44\xed\x69\x90\xa7\ -\xc4\x25\x51\x5d\xc8\x00\x00\x00\xac\xc9\xd9\x71\x9f\x90\x24\x49\ -\x92\xa4\x89\x6c\xbb\xf8\x54\x54\x17\x34\x00\x00\x00\x37\xb6\x3c\ -\x8e\x88\x9b\x85\x24\x49\x92\x24\x4d\x7c\x07\xc4\x45\x51\x5d\xe0\ -\x00\x00\x00\x34\x67\xc5\xee\x21\x49\x92\x24\x49\x53\xd5\x2d\xe2\ -\xa3\x51\x5d\xe8\x00\x00\x00\xfd\x75\x4d\xbc\x32\x96\x84\x24\x49\ -\x92\x24\x4d\x6d\x8f\x8a\xdf\x45\x75\xe1\x03\x00\x00\xf4\xcb\x77\ -\xe3\xae\x21\x49\x92\x24\x49\x9d\x68\xab\x38\x21\xaa\x0b\x20\x00\ -\x00\xa0\xfb\xae\x8e\x97\xc6\xe2\x90\x24\x49\x92\xa4\xce\xf5\xb0\ -\x38\x2f\xaa\x0b\x22\x00\x00\xa0\x9b\xbe\x1c\x3b\x85\x24\x49\x92\ -\x24\x75\xba\x0d\xe2\xa8\x58\x1e\xd5\xc5\x11\x00\x00\xd0\x0d\x17\ -\xc6\x13\x63\x41\x48\x92\x24\x49\x52\x6f\x6a\xef\xfd\xfd\x56\x54\ -\x17\x4a\x00\x00\xc0\xf4\x5a\x15\xef\x8d\xf6\x2a\x5c\x49\x92\x24\ -\x49\xea\x65\x0b\xe3\x59\x71\x49\x54\x17\x4e\x00\x00\xc0\x74\x39\ -\x27\xee\x1f\x92\x24\x49\x92\xa4\xb4\x4d\x9c\x18\xd5\x05\x14\x00\ -\x00\x30\xf9\xda\x26\xe7\x87\xc5\x7a\x21\x49\x92\x24\x49\xba\x51\ -\x7f\x1b\xbf\x88\xea\x82\x0a\x00\x00\x98\x4c\xa7\x86\x4d\xce\x25\ -\x49\x92\x24\x69\x2d\xb5\x4d\xd2\x8f\x0c\x9b\xa4\x03\x00\xc0\x64\ -\xb3\xc9\xb9\x24\x49\x92\x24\xcd\xa2\xb6\x49\xfa\x37\xa3\xba\xd0\ -\x02\x00\x00\xe6\x4f\xdb\xe4\xfc\xdf\xc3\x26\xe7\x92\x24\x49\x92\ -\x34\xcb\xda\x26\xe9\xcf\x0c\x9b\xa4\x03\x00\xc0\x64\x68\x9b\x9c\ -\xef\x15\x92\x24\x49\x92\xa4\x21\xd4\x36\x49\x7f\x6f\xb4\x5f\x9a\ -\x55\x17\x61\x00\x00\xc0\x68\x5d\x1e\x2f\x8f\x25\x21\x49\x92\x24\ -\x49\x1a\x72\xf7\x8e\x33\xa3\xba\x20\x03\x00\x00\x46\xe3\x43\xb1\ -\x43\x48\x92\x24\x49\x92\x46\x58\x7b\x2d\xd6\x33\xa2\x6d\xb8\x58\ -\x5d\x9c\x01\x00\x00\xc3\xf1\x83\xf0\xba\x2b\x49\x92\x24\x49\x1a\ -\x73\x5b\xc4\x31\xb1\x22\xaa\x8b\x35\x00\x00\x60\x76\xda\x1e\x7c\ -\x87\xc6\xe2\x90\x24\x49\x92\x24\xcd\x53\xbb\xc5\x69\x51\x5d\xb8\ -\x01\x00\x00\x83\x5b\x19\xef\x8e\xad\x43\x92\x24\x49\x92\x34\x01\ -\x2d\x88\x03\xe2\x37\x51\x5d\xc8\x01\x00\x00\x6b\xf6\xed\xf8\xcb\ -\x90\x24\x49\x92\x24\x4d\x60\x1b\xc5\xeb\x63\x59\x54\x17\x75\x00\ -\x00\xc0\x0d\xb5\xbd\xf5\x9e\x12\x6d\xaf\x3d\x49\x92\x24\x49\xd2\ -\x84\x77\xa7\x38\x25\xaa\x0b\x3c\x00\x00\x60\x9d\x75\x96\xc7\xd1\ -\xb1\x59\x48\x92\x24\x49\x92\xa6\xac\x7d\xe3\x17\x51\x5d\xf0\x01\ -\x00\x40\x5f\x7d\x39\xee\x1c\x92\x24\x49\x92\xa4\x29\x6e\xfd\x78\ -\x51\x5c\x12\xd5\xc5\x1f\x00\x00\xf4\xc5\xb9\xd1\x7e\x24\x24\x49\ -\x92\x24\x49\xea\x50\x5b\xc5\x31\xd1\x1e\xf5\xaf\x2e\x06\x01\x00\ -\xa0\xab\x2e\x8a\x17\xc4\x92\x90\x24\x49\x92\x24\x75\xb4\x5d\xe2\ -\xd3\x51\x5d\x18\x02\x00\x40\x97\x2c\x8b\x37\x84\x7d\x3e\x24\x49\ -\x92\x24\xa9\x47\xed\x15\x67\x46\x75\xa1\x08\x00\x00\xd3\xee\x63\ -\xb1\x63\x48\x92\x24\x49\x92\x7a\xd8\xc2\x78\x4a\xfc\x26\xaa\x8b\ -\x46\x00\x00\x98\x36\xdf\x8a\x3d\x43\x92\x24\x49\x92\xa4\x75\x36\ -\x8a\x57\xc4\xe5\x51\x5d\x44\x02\x00\xc0\xa4\xbb\x20\xf6\x8f\x05\ -\x21\x49\x92\x24\x49\xd2\x0d\xda\x26\xde\x1d\x2b\xa3\xba\xa8\x04\ -\x00\x80\x49\xd3\x7e\xc4\xf3\xf2\x58\x3f\x24\x49\x92\x24\x49\x5a\ -\x63\xbb\xc5\x97\xa2\xba\xc0\x04\x00\x80\x49\xb0\x3c\x8e\x89\xad\ -\x43\x92\x24\x49\x92\xa4\x19\xf5\x90\xf8\x7e\x54\x17\x9c\x00\x00\ -\x30\x5f\x4e\x8a\x5d\x42\x92\x24\x49\x92\xa4\x59\xd7\x36\x4a\x3f\ -\x20\x7e\x16\xd5\xc5\x27\x00\x00\x8c\xcb\xa9\x71\x9f\x90\x24\x49\ -\x92\x24\x69\x68\xad\x1b\xcf\x8c\xdf\x44\x75\x31\x0a\x00\x00\xa3\ -\xf2\x9d\x78\x50\x48\x92\x24\x49\x92\x34\xb2\xda\xe6\x92\x2f\x8e\ -\x8b\xa2\xba\x38\x05\x00\x80\x61\x39\x3b\xf6\x8b\x05\x21\x49\x92\ -\x24\x49\xd2\x58\xda\x2c\x5e\x1b\x97\x47\x75\xb1\x0a\x00\x00\xb3\ -\x75\x41\x3c\x25\x16\x87\x24\x49\x92\x24\x49\xf3\xd2\x2d\xe3\x2d\ -\xb1\x2c\xaa\x8b\x57\x00\x00\x18\xd4\xef\xe3\xb9\xb1\x5e\x48\x92\ -\x24\x49\x92\x34\x11\xdd\x26\xde\x17\x2b\xa3\xba\x98\x05\x00\x80\ -\xd5\xb9\x2c\x5e\x11\x1b\x85\x24\x49\x92\x24\x49\x13\xd9\x5f\xc4\ -\xc7\x63\x55\x54\x17\xb7\x00\x00\x70\x9d\x2b\xe3\x0d\xb1\x55\x48\ -\x92\x24\x49\x92\x34\x15\xfd\x65\x7c\x2e\xaa\x0b\x5d\x00\x00\xfa\ -\xad\xbd\x3e\xf5\xed\xb1\x7d\x48\x92\x24\x49\x92\x34\x95\xdd\x27\ -\x3e\x1b\xd5\x85\x2f\x00\x00\xfd\xd2\x6e\x7c\x1c\x1b\x3b\x84\x24\ -\x49\x92\x24\x49\x9d\xa8\x3d\x11\xf2\x99\xa8\x2e\x84\x01\x00\xe8\ -\xb6\xab\xe3\x98\xf0\xc4\x87\x24\x49\x92\x24\xa9\xb3\xdd\x2b\x4e\ -\x8e\xea\xc2\x18\x00\x80\x6e\x69\x37\x3e\xde\x1a\x6e\x7c\x48\x92\ -\x24\x49\x92\x7a\xd3\x3d\xe3\x53\x61\xb3\x74\x00\x80\xee\xb9\x2a\ -\xde\x12\xdb\x85\x24\x49\x92\x24\x49\xbd\x6c\xf7\xf8\x64\xb8\x11\ -\x02\x00\x30\xfd\xae\x8c\xa3\x63\xdb\x90\x24\x49\x92\x24\x49\xe9\ -\xee\xf1\x89\x70\x23\x04\x00\x60\xfa\xb4\x1b\x1f\x6f\x8e\x6d\x42\ -\x92\x24\x49\x92\x24\x15\xed\x1a\x1f\x0f\x37\x42\x00\x00\x26\xdf\ -\xd2\x78\x53\xdc\x32\x24\x49\x92\x24\x49\xd2\x00\xdd\x2d\x4e\x88\ -\xe5\x51\x5d\x6c\x03\x00\x30\x7f\x2e\x8d\x23\xe2\x16\x21\x49\x92\ -\x24\x49\x92\x66\xd1\xed\xe2\x98\x68\xaf\x55\xa8\x2e\xbe\x01\x00\ -\x18\x9f\xdf\xc4\x8b\x62\x93\x90\x24\x49\x92\x24\x49\x43\xe8\xe6\ -\xf1\x9a\xb8\x38\xaa\x8b\x71\x00\x00\x46\xe7\xa7\xf1\xf4\x58\x2f\ -\x24\x49\x92\x24\x49\xd2\x08\xda\x38\x5e\x10\xbf\x8a\xea\xe2\x1c\ -\x00\x80\xe1\xf9\x4e\xec\x17\x0b\x43\x92\x24\x49\x92\x24\x8d\xa1\ -\x25\xf1\x94\x38\x3b\xaa\x8b\x75\x00\x00\x66\xef\xf3\xb1\x77\x48\ -\x92\x24\x49\x92\xa4\x79\xaa\xfd\x1a\x71\xdf\x38\x3d\xaa\x8b\x77\ -\x00\x00\x06\xb3\x22\x4e\x8c\xbb\x87\x24\x49\x92\x24\x49\x9a\xa0\ -\xf6\x8a\x53\xa2\xba\xa0\x07\x00\xa0\x76\x75\xbc\x23\x76\x0c\x49\ -\x92\x24\x49\x92\x34\xc1\xed\x1a\x27\xc4\x35\x51\x5d\xe4\x03\x00\ -\xb0\xce\x3a\x17\xc5\x91\x71\xcb\x90\x24\x49\x92\x24\x49\x53\xd4\ -\xb6\xf1\xba\xb8\x30\xaa\x8b\x7e\x00\x80\x3e\x6a\x7b\xa8\x3d\x33\ -\x36\x08\x49\x92\x24\x49\x92\x34\xc5\xad\x1f\x4f\x8f\x1f\x46\xf5\ -\x25\x00\x00\x40\xd7\xad\x8a\xcf\xc5\x43\x62\x41\x48\x92\x24\x49\ -\x92\xa4\x0e\xd5\x2e\xf6\x1f\x18\x9f\x8e\x95\x51\x7d\x39\x00\x00\ -\xd0\x25\x4b\xa3\xed\xef\xb1\x73\x48\x92\x24\x49\x92\xa4\x1e\xb4\ -\x53\x1c\x13\x57\x44\xf5\x65\x01\x00\xc0\x34\xfb\x65\xbc\x24\xb6\ -\x0c\x49\x92\x24\x49\x92\xd4\xc3\x36\x8b\x17\xc5\x05\x51\x7d\x79\ -\x00\x00\x30\x4d\x4e\x8f\xfd\x63\xdd\x90\x24\x49\x92\x24\x49\x5a\ -\x67\x71\x3c\x2a\xbe\x11\xd5\x97\x09\x00\x00\x93\x6a\x79\x9c\x18\ -\xf7\x09\x49\x92\x24\x49\x92\xa4\xd5\x76\xcf\x78\x7f\x5c\x1d\xd5\ -\x97\x0c\x00\x00\x93\xe0\xf7\x71\x64\xdc\x2a\x24\x49\x92\x24\x49\ -\x92\x06\x6e\xab\x78\x61\x9c\x1b\xd5\x97\x0e\x00\x00\xf3\xe1\x6b\ -\xd1\x5e\x73\xb5\x5e\x48\x92\x24\x49\x92\x24\xcd\xba\x05\xf1\xa0\ -\xf8\xaf\x68\xaf\x98\xa8\xbe\x88\x00\x00\x18\xa5\x4b\xe3\xad\xf1\ -\x17\x21\x49\x92\x24\x49\x92\x34\xf4\xb6\x8d\xc3\xe2\x57\x51\x7d\ -\x39\x01\x00\x30\x4c\xdf\x8d\xa7\xc5\x86\x21\x49\x92\x24\x49\x92\ -\x34\xf2\x16\xc5\xbe\x71\x4a\xac\x8c\xea\x0b\x0b\x00\x80\xd9\xb8\ -\x32\xde\x1d\xf7\x0a\x49\x92\x24\x49\x92\xa4\x79\xeb\xf6\x71\x54\ -\x5c\x18\xd5\x97\x18\x00\x00\x83\xf8\x71\x3c\x27\x36\x0b\x49\x92\ -\x24\x49\x92\xa4\x89\xa9\x6d\x44\x7a\x40\x9c\x16\xd5\x97\x1a\x00\ -\x00\x37\xb6\x2c\x3e\x1c\x7b\x45\xdb\x77\x4c\x92\x24\x49\x92\x24\ -\x69\xa2\xbb\x73\xbc\x29\x7e\x17\xd5\x97\x1d\x00\x40\xbf\x9d\x15\ -\xcf\x8b\x9b\x87\x24\x49\x92\x24\x49\xd2\xd4\xb5\x6e\x3c\x3c\x3e\ -\x11\xd7\x44\xf5\x05\x08\x00\xd0\x0f\x97\xc6\x3b\xe3\x9e\x21\x49\ -\x92\x24\x49\x92\xd4\x99\xda\x2f\x3c\xdb\x2f\x3d\xdb\x2f\x3e\xab\ -\x2f\x45\x00\x80\xee\x59\x19\x5f\x88\xf6\x9a\xcc\xf5\x43\x92\x24\ -\x49\x92\x24\xa9\xd3\xed\x1e\xed\x17\xa0\xed\x97\xa0\xd5\x97\x25\ -\x00\xc0\x74\xfb\x59\xfc\x4b\xec\x10\x92\x24\x49\x92\x24\x49\xbd\ -\xab\xfd\x12\xb4\xfd\x22\xb4\xfd\x32\xb4\xfd\x42\xb4\xfa\x02\x05\ -\x00\x98\x0e\x57\xc4\xbf\xc7\xfd\xc2\x86\xe6\x92\x24\x49\x92\x24\ -\x49\x7f\xaa\xfd\x42\xb4\xfd\x52\xb4\xfd\x62\xb4\xfa\x52\x05\x00\ -\x98\x4c\xdf\x8c\x03\x63\xd3\x90\x24\x49\x92\x24\x49\xd2\x6a\x6a\ -\xbf\x18\x6d\xbf\x1c\x3d\x3e\x2e\x8e\xea\x8b\x16\x00\x60\x7e\xfd\ -\x3c\x5e\x13\x77\x0a\x49\x92\x24\x49\x92\x24\xcd\xb0\xf5\xe2\x11\ -\x71\x62\x5c\x19\xd5\x17\x30\x00\xc0\x78\xfc\x2e\xde\x12\xf7\x0e\ -\xaf\xb8\x92\x24\x49\x92\x24\x49\x1a\x52\x9b\xc4\x3f\xc6\x29\xb1\ -\x22\xaa\x2f\x66\x00\x80\xe1\xba\x2c\xde\x17\x0f\x8e\x45\x21\x49\ -\x92\x24\x49\x92\xa4\x11\x76\xf3\x38\x24\xbe\x15\xab\xa2\xfa\xc2\ -\x06\x00\x98\x9d\xab\xe3\xe3\xf1\xa8\x58\x3f\x24\x49\x92\x24\x49\ -\x92\x34\x0f\xdd\x2e\x5e\x1e\x3f\x8a\xea\x4b\x1c\x00\x60\xed\x56\ -\xc6\xa9\xf1\xd4\xd8\x3c\x24\x49\x92\x24\x49\x92\x34\x41\xed\x1a\ -\x47\xc5\xff\x8b\xea\xcb\x1d\x00\xe0\x86\xbe\x13\xcf\x8f\x6d\x43\ -\x92\x24\x49\x92\x24\x49\x13\xde\xc2\xd8\x23\xde\x1c\x17\x44\xf5\ -\x85\x0f\x00\xf4\xd5\x19\xf1\xd2\xb8\x63\x48\x92\x24\x49\x92\x24\ -\x69\x4a\x5b\x10\xf7\x8c\x23\xe3\x67\x51\x7d\x11\x04\x00\x5d\xd6\ -\xf6\xcb\xfa\x66\xb4\x27\x3d\x6e\x13\x92\x24\x49\x92\x24\x49\xea\ -\x60\xbb\xc5\xe1\xf1\xe3\xa8\xbe\x24\x02\x80\x2e\x58\x11\x5f\x89\ -\x43\x62\xfb\x90\x24\x49\x92\x24\x49\x52\x8f\xda\x39\xfe\x39\xce\ -\x8c\xea\xcb\x23\x00\x98\x26\xd7\xc4\xe7\xe2\xc0\xb8\x79\x48\x92\ -\x24\x49\x92\x24\x49\xeb\xdc\x2e\xfe\x29\x4e\x8f\xf6\xaa\x90\xea\ -\x8b\x25\x00\x98\x34\x57\xc7\xc9\xf1\xa4\xd8\x3c\x24\x49\x92\x24\ -\x49\x92\xa4\xd5\xb6\x43\x3c\x37\xbe\x14\xcb\xa3\xfa\xc2\x09\x00\ -\xe6\xcb\xa5\xf1\x91\x78\x5c\x6c\x12\x92\x24\x49\x92\x24\x49\xd2\ -\x8c\xdb\x34\x1e\x13\x1f\x88\x3f\x44\xf5\x45\x14\x00\x8c\xda\xb9\ -\xf1\xe6\xd8\x3b\x96\x84\x24\x49\x92\x24\x49\x92\x34\xb4\x16\xc5\ -\x7d\xe3\x88\xf8\x41\x54\x5f\x50\x01\xc0\x30\xb4\x27\x10\xbf\x1c\ -\x2f\x8c\x9d\x42\x92\x24\x49\x92\x24\x49\x1a\x5b\xb7\x89\x83\xe3\ -\x94\xb8\x2a\xaa\x2f\xb0\x00\x60\x50\x17\xc5\x07\xa3\x3d\x79\xb8\ -\x59\x48\x92\x24\x49\x92\x24\x49\xf3\xde\x46\xf1\x88\x38\x2e\x7e\ -\x1b\xd5\x17\x5b\x00\x70\x63\x3f\x8c\x23\x63\x8f\x68\x4f\x1a\x4a\ -\x92\x24\x49\x92\x24\x49\x13\xdb\x82\xb8\x67\xbc\x32\x4e\x8f\x15\ -\x51\x7d\xe9\x05\x40\xff\x2c\x8d\x4f\xc7\xb3\xa3\x3d\x49\x28\x49\ -\x92\x24\x49\x92\x24\x4d\x6d\x9b\xc7\x3f\xc4\xdb\xe3\xe7\x51\x7d\ -\x21\x06\x40\x37\xad\x8c\xff\x8e\xd7\xc5\xfd\xc3\x06\xe6\x92\x24\ -\x49\x92\x24\x49\xea\x6c\xb7\x8f\x67\xc6\x47\xe3\x92\xa8\xbe\x30\ -\x03\x60\x7a\x9d\x17\xed\x95\x88\x8f\x8e\x2d\x43\x92\x24\x49\x92\ -\x24\x49\xea\x5d\xed\x7d\xef\xf7\x8e\x7f\x89\xaf\xc6\xf2\xa8\xbe\ -\x4c\x03\x60\x72\x5d\x16\x9f\x88\x83\xe3\x8e\x21\x49\x92\x24\x49\ -\x92\x24\xe9\x46\xb5\xcd\xd4\xff\x3e\xde\x12\x67\x47\xf5\x45\x1b\ -\x00\xf3\xab\xdd\xac\xfe\x66\xb4\xbd\x9e\xee\x1b\x8b\x43\x92\x24\ -\x49\x92\x24\x49\xd2\x0c\xba\x55\xfc\x63\xbc\x3b\xce\x8d\xea\x8b\ -\x38\x00\x46\x6b\x45\xb4\x7d\x3c\xde\x18\xfb\xc4\xa6\x21\x49\x92\ -\x24\x49\x92\x24\x69\x88\x6d\x1b\x8f\x8d\xb6\xa1\xfa\x8f\x62\x55\ -\x54\x5f\xd6\x01\x30\x7b\xd7\xc4\xd7\xa3\x6d\x5c\xfe\xd0\xd8\x38\ -\x24\x49\x92\x24\x49\x92\x24\x8d\xb1\xad\xe3\x91\x71\x74\x7c\x2f\ -\x56\x46\xf5\x65\x1e\x00\xab\x77\x65\x7c\x39\xda\x2b\xad\x1e\x10\ -\x1b\x84\x24\x49\x92\x24\x49\x92\xa4\x09\x6a\xb3\xf8\xbb\x78\x7d\ -\x7c\x3b\x6c\xaa\x0e\x70\x53\x97\xc7\xe7\xe2\x65\xb1\x47\xac\x17\ -\x92\x24\x49\x92\x24\x49\x92\xa6\xa8\xb6\xa9\xfa\x83\xe2\xd5\xf1\ -\xf9\xb8\x34\xaa\x2f\x03\x01\xba\xec\x57\xf1\xd1\x78\x41\xdc\x2b\ -\x6c\x5a\x2e\x49\x92\x24\x49\x92\x24\x75\xac\x85\xb1\x4b\x3c\x25\ -\xde\x19\xdf\x8f\xb6\xb9\x6f\xf5\x85\x21\xc0\x34\x6a\xaf\xb3\xfa\ -\x5a\xbc\x21\xfe\x21\xb6\x0b\x49\x92\x24\x49\x92\x24\x49\x3d\xac\ -\x6d\xee\xbb\x57\xbc\x34\x4e\x8a\xdf\x46\xf5\xa5\x22\xc0\x24\xfa\ -\x49\xbc\x3f\x9e\x15\xbb\x87\xa7\x3b\x24\x49\x92\x24\x49\x92\x24\ -\xad\xb6\xdb\xc4\xfe\xf1\xe6\xf8\x56\x5c\x1d\xd5\x17\x8f\x00\xe3\ -\xd4\x5e\xe3\x77\x4a\xbc\x2a\xfe\x36\xb6\x08\x49\x92\x24\x49\x92\ -\x24\x49\x9a\x75\x6d\x83\xe0\xf6\xde\xfc\x83\xe2\x5d\xf1\x9d\xb8\ -\x2a\xaa\x2f\x28\x01\x86\xe1\x92\x38\x35\xda\xab\xac\x1e\x1f\x3b\ -\x47\x7b\x8d\x9f\x24\x49\x92\x24\x49\x92\x24\x8d\xb4\xf6\x9a\x99\ -\x3b\xc7\x13\xa3\x3d\x29\xf2\xe5\x68\x5f\x58\x56\x5f\x64\x02\xac\ -\x49\xdb\xa4\xfc\xe4\x68\x4f\x76\xec\x1b\xb7\x0d\x49\x92\x24\x49\ -\x92\x24\x49\x9a\xa8\x6e\x1f\xfb\xc5\x6b\xa2\x7d\xa1\xf9\xeb\xa8\ -\xbe\xf0\x04\xfa\x67\x65\xb4\x3d\x3b\x4e\x8c\x17\xc7\x03\x63\xeb\ -\x90\x24\x49\x92\x24\x49\x92\xa4\xa9\xec\x96\xf1\x90\x78\x49\x7c\ -\x38\xbe\x1f\xcb\xa2\xfa\x82\x14\xe8\x86\xb6\x5f\xc7\xe9\x71\x5c\ -\x1c\x12\x7f\x15\x1b\x85\x24\x49\x92\x24\x49\x92\x24\x75\xba\xf6\ -\x0a\xad\x3b\xc6\x23\xe3\xe5\xf1\x1f\xf1\x3f\x61\xc3\x75\x98\x2e\ -\xed\xd5\x77\xdf\x88\x76\xa3\xe3\xb9\xf1\xa0\xb8\x55\x48\x92\x24\ -\x49\x92\x24\x49\x92\xae\xd7\xa2\xb8\x43\xb4\x7d\x00\x5e\x1a\xed\ -\xc6\xc8\x99\x61\xd3\x75\x98\x5f\x17\xc7\xd7\xe3\x9d\xd1\x6e\x74\ -\xfc\x4d\x6c\x17\x92\x24\x49\x92\x24\x49\x92\xa4\x39\xd4\x6e\x8c\ -\xec\x18\xfb\x44\xbb\x31\xf2\x9e\xf8\x5a\xfc\x36\xaa\x2f\x6b\x81\ -\x99\x5b\x1e\x3f\x8b\xcf\xc7\xb1\xd1\x5e\x5d\xd5\x6e\x74\x6c\x13\ -\x92\x24\x49\x92\x24\x49\x92\xa4\x31\xb7\x61\xdc\x35\xda\xeb\xb4\ -\x5e\x14\xef\x8a\x2f\xc5\xf9\xd1\x36\x5d\xae\xbe\xe8\x85\xbe\x6a\ -\xfb\xef\x9c\x13\x27\xc7\x9b\xe3\xd9\xf1\xd0\x68\x4f\x5e\xad\x1b\ -\x92\x24\x49\x92\x24\x49\x92\xa4\x29\x68\xbd\xd8\x39\xda\x93\x23\ -\xed\xb5\x3d\x6f\x8b\x53\xa2\xfd\xca\xbd\xfd\xda\xbd\xfa\x82\x18\ -\xa6\xdd\xd2\xf8\x7e\x7c\x3c\x5e\x1f\xcf\x88\xbd\xe3\xd6\xd1\x9e\ -\xa6\x92\x24\x49\x92\x24\x49\x92\x24\x75\xb8\xb6\x11\xfb\x0e\xb1\ -\x47\x3c\x2e\xda\xd3\x23\x6f\x89\x4f\xc6\xf7\xe2\xc2\xa8\xbe\x5c\ -\x86\xf9\xd4\x9e\x6a\xfa\x55\xb4\x8d\xc7\x4f\x8c\x37\xc6\x73\xe2\ -\x11\x71\x8f\xb8\x65\x48\x92\x24\x49\x92\x24\x49\x92\xb4\xc6\xd6\ -\x8f\x9d\xa2\xed\x83\xf0\xe4\x38\x2c\x8e\x8f\xf6\x14\xc9\x8f\xa2\ -\xfd\xd2\xbe\xfa\x92\x1a\x66\xab\xdd\x78\x6b\x37\xe0\xda\x8d\xb8\ -\xf6\xc4\xd2\x8b\xa3\xdd\xa0\x6b\x37\xea\xda\x13\x1c\x5e\x53\x25\ -\x49\x92\x24\x49\x92\x24\x49\x1a\x4b\x9b\xc7\x2e\xb1\x67\x3c\x26\ -\x0e\x8d\xc3\xe3\xb8\x38\x29\xbe\x15\xe7\x85\x9b\x25\xfd\x75\x69\ -\xb4\x7d\x37\xda\xc6\xfd\x1f\x8d\x76\x63\xe3\x15\xf1\xcc\x68\x4f\ -\x6e\xdc\x37\xda\x26\xff\x1b\x84\x24\x49\x92\x24\x49\x92\x24\x49\ -\x53\xd7\x46\xd1\xbe\xe8\xfe\xab\x78\x78\xb4\x2f\xc0\xdb\x17\xe1\ -\x6f\x8d\xff\x8c\x2f\xc6\x77\xe3\xe7\x71\x71\xac\x8a\xea\x0b\x75\ -\xe6\x4f\xdb\x44\xfc\x77\xf1\x93\xf8\x76\x7c\x2e\x3e\x18\x6d\x43\ -\xf1\x97\xc4\x93\xe2\x61\x71\xcf\xd8\x3e\xda\x3e\x34\x92\x24\x49\ -\x92\x24\x49\x92\x24\xe9\x46\x6d\x1a\xed\xd5\x47\x77\x8b\xf6\x94\ -\x49\xbb\x71\xf2\xc4\x68\x9b\xba\xbf\x32\xfe\x2d\xde\x1b\x9f\x88\ -\xaf\xc4\xff\x44\xbb\x81\xd2\xbe\xa4\x77\x13\xe5\x86\xae\x89\xf6\ -\x99\xb4\x3d\x34\xda\x67\x74\x46\xb4\x9b\x4e\xed\xa9\x8c\xf6\x6a\ -\xb3\xb6\x61\xf8\xcb\xe3\xe0\x38\x20\xda\x8d\x8c\xf6\x74\xc6\x5f\ -\xc4\x76\xe1\x09\x0d\x49\x92\x24\x49\x92\x24\x49\x92\x26\xa8\x45\ -\xd1\x5e\xd5\xd5\x36\xc8\xbe\x5d\xdc\x35\x76\x8f\xbd\xe3\xc1\xf1\ -\xa8\x78\x7c\x1c\x18\xcf\x8f\xb6\xef\xc4\x11\x71\x64\xbc\x29\xde\ -\x79\x23\xed\x66\x41\x7b\x62\xe5\xfa\x3e\x12\x5f\x28\xfc\x77\xb4\ -\x1b\x0d\x4d\xdb\xb8\xfb\xc6\xff\xf3\xcf\xc6\x8d\xff\x7f\xb5\xcd\ -\xbd\x6f\xfc\xdf\xd9\x1c\x15\xed\x9f\xa9\xbd\x62\xac\xfd\x33\x1e\ -\x12\xed\x9f\xf9\xb1\xb1\x5f\xb4\xbd\x5a\xda\x4d\xa2\xf6\xef\xb6\ -\x73\xb4\x7f\xd7\xad\x62\xb3\x90\x24\x49\x92\x24\x49\x92\x24\x49\ -\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ -\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ -\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ -\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ -\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ -\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ -\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ -\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ -\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ -\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ -\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ -\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ -\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ -\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ -\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ -\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ -\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ -\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ -\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ -\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ -\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ -\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ -\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ -\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ -\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ -\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ -\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ -\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ -\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ -\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ -\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ -\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ -\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ -\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ -\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ -\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ -\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ -\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ -\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ -\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ -\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ -\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ -\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ -\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ -\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ -\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ -\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ -\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ -\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ -\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ -\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ -\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ -\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ -\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ -\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ -\x24\x49\x92\x24\x49\x92\x24\x49\x52\x67\x5b\x67\x9d\xff\x1f\x51\ -\x25\x8b\xe2\x1d\x44\xcf\x74\x00\x00\x00\x00\x49\x45\x4e\x44\xae\ -\x42\x60\x82\ -\x00\x00\x02\x59\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x15\x00\x00\x00\x15\x08\x06\x00\x00\x00\xa9\x17\xa5\x96\ -\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0f\x3e\x00\x00\x0f\x3e\ -\x01\x68\xc4\x5c\xd0\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ -\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ -\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\xd6\x49\x44\ -\x41\x54\x38\x8d\xad\x95\xd1\x4e\x13\x41\x14\x86\xbf\x33\xbb\xcd\ -\x06\x13\x41\x13\xa4\xe5\x42\xbd\x30\x40\x84\x22\x98\xf8\x08\x35\ -\x62\x4c\x24\x46\xbc\x50\x7c\x0f\x7c\x06\x7c\x0f\x25\x11\x4b\xa2\ -\xdc\x00\x2f\xa1\xb6\x0d\x69\x9a\x98\x48\x13\xc5\x16\x13\x29\x89\ -\xba\xd2\x9d\xc3\x45\xb7\xed\x62\x77\x45\xa4\x7f\x32\x17\xe7\xcc\ -\xfc\xdf\xfc\x93\x93\xcd\x0a\x09\x4a\x95\x98\x75\xe0\x11\x4a\x4e\ -\xe1\x32\x30\x0c\xec\x09\x54\x11\xb6\x02\xe5\xd5\x61\x96\xf7\x71\ -\x5e\xf9\xb3\xe1\x6d\x33\x4e\xc0\x32\x30\x9f\x74\x61\xc4\xbd\x86\ -\xb0\xe4\x4f\x52\x49\x84\x7a\x25\xe6\x80\x15\x94\xa1\x13\x81\x5d\ -\x1d\x20\x3c\xf5\xa7\x78\xd3\x6e\x98\x0e\xb0\xc0\x3d\x60\x3d\x0e\ -\x58\x18\x2b\x53\xbb\xbe\x4f\x61\xac\x1c\x07\x3d\x0f\xe4\xbd\x12\ -\x77\x8f\x41\xbd\x6d\xc6\x11\x5e\xa0\x38\x71\xae\x41\x33\xd8\x59\ -\xb1\x6a\xf9\x5e\x7a\x05\xae\x75\x93\x06\x3c\x07\x12\x1c\xff\x28\ -\x65\x08\x61\x19\xc0\xa4\x4a\xdc\x04\xee\x9f\x09\xd8\xd5\x83\x54\ -\x91\x19\xe3\xc0\x42\x9f\x80\x00\xe2\xc0\x43\x83\x92\xeb\x23\x14\ -\xab\xdc\x16\xaf\xc8\x2e\x90\x86\xd6\x94\xe3\x86\x71\xc9\x1d\xc1\ -\x60\xb0\x58\xea\xcd\x5a\xcf\x7e\xc3\x36\x98\xae\x4c\xb4\xcb\xcf\ -\x2e\x70\xb1\x5d\xa5\xdd\x4c\xf2\x84\x01\x83\x21\xed\x66\x7a\xfa\ -\x03\xf6\x5c\xb4\x1c\x76\x81\x6f\xc0\x28\xc0\xd7\xe6\x2e\x3f\xcd\ -\x8f\xff\x4a\xda\x91\x50\x77\x05\xaa\x1a\x42\x23\x4f\x38\xa6\x4f\ -\x13\x5f\x48\xbb\x19\xea\xcd\x1a\x57\xcb\xa3\x89\x2f\x01\x50\x4b\ -\xd5\x00\x9b\x7f\x3d\x75\x4a\x19\xd8\x30\x81\xf0\xba\x8f\x4c\xb5\ -\x90\x37\x87\x53\xbc\x43\x58\xeb\x07\x51\x60\xf5\xf7\x34\x1f\x4c\ -\x58\x2d\x21\xec\x9f\x91\xf9\x1d\xcb\x33\x08\xbf\x7d\x7f\x92\x0a\ -\xc2\x13\x84\x20\xee\x74\xc3\x36\x3a\x2b\x21\x62\x80\xf0\xf8\xd7\ -\x0d\x3e\x86\x89\xbb\xf2\x8a\xdc\x01\x56\x80\x0b\xa7\x48\x78\x00\ -\x2c\xfa\x59\xde\xb6\x1b\x26\xba\xeb\x67\xd9\x40\xb9\x05\xe4\x01\ -\x3d\x01\xa6\xc0\xaa\x58\x66\xa3\xc0\x9e\xa4\x51\xa5\x8a\xcc\x38\ -\xb0\x60\x95\x9c\x08\x57\x08\xff\x51\xaa\xec\x18\x61\xcb\x6a\x6b\ -\x28\x71\xde\x23\x28\x6f\x95\x26\xdb\xe4\x32\xc2\x00\x00\x00\x00\ -\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x08\x69\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x76\x00\x00\x00\x66\x08\x06\x00\x00\x00\x1e\x71\x65\x8a\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x17\x12\x00\x00\x17\x12\ -\x01\x67\x9f\xd2\x52\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ -\x74\x77\x61\x72\x65\x00\x41\x64\x6f\x62\x65\x20\x49\x6d\x61\x67\ -\x65\x52\x65\x61\x64\x79\x71\xc9\x65\x3c\x00\x00\x07\xf6\x49\x44\ -\x41\x54\x78\xda\xec\x5d\xbf\x6f\xdb\x46\x14\xa6\x88\xc0\x19\xad\ -\xd4\x59\x0a\x14\x30\xdb\xa1\x53\x01\x2b\x28\xd2\x25\x83\xe5\x4c\ -\xed\xd2\xca\xed\xd2\xcd\xca\xda\xa1\x65\xc6\x4e\xa1\xe7\x2e\xf4\ -\x5f\x50\x69\x2d\x50\x54\x1e\xb3\x34\x52\x81\x74\xe9\x10\x69\x0c\ -\x3a\x98\x82\x0d\x14\x08\x3a\x28\x83\x83\x76\x72\xef\x39\x4f\x35\ -\x45\x89\xc7\x5f\xf7\x1e\x8f\xe4\x3d\x80\x90\x61\x91\x3a\xde\xfb\ -\xde\xbb\x7b\xdf\xe3\xdd\x63\xeb\xea\xea\xca\x2a\x43\x2e\x6e\xdf\ -\xed\x8b\x0f\x57\x1c\x7b\xa1\x7f\xcf\xc5\x31\x12\x87\xf7\xde\xbf\ -\x7f\x2f\xac\x0a\x88\xe8\x47\x1b\xfb\x01\xfd\xd9\x8d\xf4\x65\x20\ -\x0e\xbf\x8c\xbe\xb4\xb8\x81\x45\x45\x8c\x23\x80\x46\xe5\xb5\x38\ -\xba\x42\x21\x53\xcd\x41\xed\xa0\x21\xee\x4a\x4e\x9b\x01\xe8\xdc\ -\x7d\x61\x05\x36\x25\xa8\x95\x00\x57\xf4\xc5\x11\x1f\x70\x6f\xdb\ -\x29\x4e\x07\xef\xed\x70\x7a\xee\x2d\x66\x7d\xb8\x29\x41\xb5\x50\ -\x61\x3e\x80\x7b\x6d\x81\xad\x16\x78\x47\x5b\x03\x4c\xa7\xc2\x19\ -\x16\x38\xcc\x6e\xa7\xbc\x66\x17\xfb\xd2\xaf\xab\xc7\x2e\x32\x28\ -\x63\x29\xf7\xc0\x6b\x05\xb0\xe0\xe9\xfb\x1a\x00\x7b\x70\xbe\xb5\ -\x13\x88\xcf\xb3\x1c\xd7\xde\xe1\xf2\x5a\x9b\x79\x3e\xda\xce\x71\ -\x69\x4f\xc3\x91\xb8\x9b\xf3\xba\x0e\xd7\x0d\xda\x8c\xca\x68\x5b\ -\xf5\x11\x87\xd9\x20\xb4\x06\xd6\x88\x65\x2d\xea\x08\x6c\xa0\xbb\ -\x32\xb2\x04\x50\xcc\xd7\xe9\x0b\xac\x08\x1a\x02\xe4\x74\x59\x65\ -\xa4\x21\xb0\x63\xa4\x63\x59\x64\x2e\x74\x30\xae\x2b\xdd\xf1\xc4\ -\xf1\x4b\x86\xf3\x4f\xd0\x20\x2c\x11\xbd\x77\x75\x42\x56\x04\x83\ -\x40\x5f\x9e\x64\xb8\xc4\xaf\x6d\x82\x02\x15\x02\xfc\xef\x28\xc5\ -\xa9\x33\x4c\x50\x68\x9b\x5a\x14\x7d\x49\x4b\xc1\x86\xa2\x1f\x7d\ -\xce\x7b\x63\x0f\x9e\xb0\x83\xc7\x09\xa7\x9d\xea\x0e\x6a\x88\x8a\ -\x9d\xa4\x18\x75\xfa\xdc\x37\xc6\xe6\xb1\x90\x39\x12\x6d\x4d\x43\ -\xd6\xee\xa0\x62\x7a\x91\xe0\x62\xa0\x7b\x8e\x78\x83\xe7\x42\x5f\ -\xdc\x08\x4f\x1d\x63\x5f\x82\x90\x0e\xda\x98\xb5\xa2\x17\x00\x96\ -\xfa\x40\xf0\xe0\x0f\x18\x86\x1d\x8e\x36\x75\x3b\x30\xbe\x00\x50\ -\x5d\x8e\xf6\x58\x3c\x56\x58\x2a\x58\xed\xf2\x09\xc8\x6b\x0c\x24\ -\x7c\x36\xeb\x2d\x51\x44\xdf\x7b\xd8\xdf\x70\xff\x1d\xf2\xbe\x33\ -\x59\xea\xd5\x86\x03\xc0\xee\xd6\xd8\x43\x3b\x38\x1c\x6f\xea\xbb\ -\x5f\x69\x8f\x85\x39\x05\x01\x8c\xcb\x11\x1f\x88\xf6\xc7\x35\xf5\ -\x54\x00\xf6\x85\xe4\x94\xf7\x45\xdf\x03\xaa\xf6\xa9\xa3\x62\x5f\ -\x02\xea\xa4\xae\xa0\xe2\x48\x08\x01\xe0\x50\x72\xca\xa0\x92\x51\ -\x71\xd9\x16\xab\x89\xd7\x96\x36\x62\xd9\xc4\xde\x1a\xcb\xed\xea\ -\x0e\x2a\x7a\xed\x22\x41\x0f\x83\x4a\x79\x2c\x46\x82\x71\xa9\x43\ -\x9e\xa8\x50\x2f\xcf\x0d\xb3\x82\xa8\x3c\x16\xba\xf0\xab\xe2\xb1\ -\xb2\x1b\xf5\x9a\x04\x2a\x8a\x2b\xd3\x07\x0e\xd9\x7a\x03\x2b\x6e\ -\xd2\x93\x58\xe7\x9c\xc2\x3a\x2b\x30\x24\xc3\x13\xaa\x49\xcc\xd7\ -\xdb\x48\x09\xf5\x1d\x8a\x9b\x4c\x6f\x74\x0b\x26\x55\x7b\x6c\x63\ -\xe9\x8d\x6e\xf4\x47\x99\xc7\x1a\x7a\xa3\xd7\x88\x66\x2b\xf6\xd6\ -\x46\xd3\x1b\x9d\xe8\x8f\x12\x8f\x35\xf4\x46\x3f\xfa\x63\x33\x78\ -\xab\x67\x40\xe5\xa7\x3f\xb6\x02\xeb\x33\xf4\x46\x43\xfa\x53\x68\ -\x28\x36\xf4\x46\xdf\x60\xb3\xa8\xc7\x1a\x7a\xa3\x29\xfd\xc9\xed\ -\xb1\x86\xde\xe8\x4d\x7f\xec\x82\xde\x6a\xe8\x8d\xa6\xf4\x27\x97\ -\xc7\x26\x78\xab\xa1\x37\xea\xe8\x0f\xe8\xb2\x93\xc7\x49\xec\x9c\ -\x96\x06\xf3\xc3\xa1\xf5\x76\xa7\xb6\xa1\x37\x34\xf4\xe7\x18\x1d\ -\x24\x20\xf5\xd8\x8b\xdb\x77\xbb\xd1\xff\xc1\x5e\x14\xa4\x3b\x2e\ -\xce\x13\x40\x6f\x1c\x83\x53\x2e\xaf\x85\xb9\x14\x76\x15\xc0\x62\ -\x79\x58\xa2\x1a\xc4\xe9\xbc\x30\xb0\x58\xd9\x05\xb2\x4a\x5f\x48\ -\x7e\x63\xf2\xea\xfe\x3b\x3f\x7d\xfc\xfc\xcf\x4f\x60\x4e\x30\x91\ -\x70\x21\xfa\xd3\x3e\xdf\xda\x71\xd2\xe8\xdc\x7a\xbb\x18\x7d\x90\ -\x09\x58\xb4\x94\x81\x25\xaf\x86\xb2\x96\x8c\x00\x4b\x13\x8d\x8d\ -\x0c\x4c\xd9\x45\xb5\xce\xd7\x80\xc5\x5d\x64\xdf\x15\xb8\xc7\x61\ -\x19\x7b\x55\x2a\x0e\xaa\x72\x9d\xaf\x00\x9b\x61\x27\x9c\x01\x57\ -\x1d\xa8\x24\x3a\xb7\x43\x0d\x78\x8a\x1a\x00\x39\xc2\x1b\x36\x22\ -\x07\x55\xb5\xce\xfd\x15\x8f\xc5\x8a\x2e\x2f\x08\xee\xfd\xd0\xcc\ -\xb9\xb1\xa0\x52\xe9\xfc\x00\x22\xe7\xa5\xc7\x52\x3d\x81\x31\x4f\ -\x76\xf8\x75\x73\x3d\x52\xb6\x44\x78\x4d\x65\x39\x4b\x79\x24\x0b\ -\xcb\x8d\xb7\x92\xc8\x21\x78\x2c\x75\x90\xd3\x33\x50\xae\x09\xb5\ -\xce\xfb\x00\x6c\x97\xb8\x91\xae\xc1\x91\x5d\x27\x5d\x00\x76\x8f\ -\xb8\x91\x6d\xdc\xca\x6f\xe4\x46\xc8\x75\xce\x55\x5c\xc4\x00\x7b\ -\x33\xbf\xb2\x94\x1e\x34\x25\xf7\xf8\xa5\x63\x80\xad\xa1\x70\x55\ -\x67\xe3\x02\x76\x6a\x20\xe5\x15\x00\x76\x42\xdc\xc6\xbc\x2a\x2f\ -\x6e\x60\x14\x72\x9d\x03\xb0\xd4\x29\x3f\x93\x52\xe4\xd7\xc9\x88\ -\x03\xd8\x81\xc1\x91\x1d\xd8\x81\x8d\x25\xe1\x4e\x88\x1a\x98\x54\ -\xad\x7c\x1e\x53\x00\x05\x3a\x1f\x12\xfd\xfc\x29\xe8\x7c\x19\x3c\ -\x79\x56\xf6\xfa\xbb\x49\x02\xbf\xd7\x37\x30\xc6\x8a\x4b\xa4\x73\ -\xf7\xff\xa8\x18\x83\x9b\xae\xea\x1b\x0f\x17\x88\x34\xb2\xe6\xb5\ -\xa4\x3a\xb7\x43\x0d\xc1\x90\xf9\x48\x51\x03\xe6\x89\x4e\x3a\x70\ -\xc9\x74\xbe\x69\xcd\x53\x9a\xd7\x7a\x49\x87\x5f\xf3\x70\x3d\x9b\ -\x50\xe8\xdc\x8e\xb1\x22\x68\xe8\x38\xcb\x1c\xf0\xc7\x57\x1f\x3d\ -\x15\x1f\x8e\x01\x35\x9f\xe7\xfe\xf0\xe5\x83\xcf\xbf\x7d\xb8\xf7\ -\xf2\xe5\x67\x1f\x5c\x66\xb8\x74\x18\xa7\xf3\xa4\x75\xc5\x90\xb0\ -\x5e\x16\x8b\xee\x44\x2c\x0a\x40\x1f\xff\xfa\xf5\xfd\x8b\x6f\x7e\ -\xfe\xad\x73\x79\xf9\xe6\x81\x65\xb6\x4d\xe6\x96\x56\xab\x05\xc3\ -\xe8\xf5\xfa\xa7\xc3\x4f\x1f\x3e\xff\xfe\x9f\xbf\xde\xbc\xfb\xfb\ -\xab\x0f\x37\xe9\xdc\xba\x29\x72\x1d\x9f\xf8\x29\x50\xb6\xd5\x41\ -\x8e\x1a\x2e\xd7\x3a\x6d\x62\x91\x69\x05\x25\x70\x1d\x6b\x73\xf9\ -\x5b\xd0\x6f\x3b\xcf\x6f\xda\x39\xad\x0b\x42\xea\x33\x6b\x7d\x85\ -\xdd\x9e\xf8\xce\x50\x1c\x75\x49\x9c\x23\x4b\x5e\xd6\x20\x56\xf2\ -\x3e\x04\x90\xd1\x18\x92\x12\x72\x35\x1e\x82\x81\xf2\xec\x4b\x02\ -\x23\x9f\x0d\xd8\x84\x1a\x0a\xbb\x79\xad\xac\xa1\xe2\xc9\xbe\xcb\ -\xbb\x73\xb1\xc8\x8e\x76\xb0\xb4\x67\x12\x4b\xeb\x98\xcd\xcf\x89\ -\x3a\x84\x69\xeb\xc7\x98\xaf\x0b\xed\x5c\xcc\xfd\x3c\x16\xa3\xdf\ -\xb8\x7c\x27\x49\xe1\xc7\xa6\x79\x6b\x21\xa3\x29\x58\x35\x06\x2c\ -\x4a\xf6\x3a\xeb\x7b\xe1\x77\xed\x18\x49\xed\xad\x93\xa2\xaf\x7c\ -\x2b\xb4\x82\x02\x87\x5a\xd9\xe4\x6e\x76\x02\x6c\x06\xb5\x9d\xa0\ -\x9b\xc2\xa3\x9d\x8a\xa5\x31\xbe\x24\x43\xb5\x8f\x73\xb1\x91\x55\ -\x71\x2d\xe2\x32\x4a\xaa\x6a\x29\x92\x05\x01\x35\xf5\xd6\x40\x02\ -\xac\x92\x32\x4a\x4a\x16\xb3\x89\x1b\x01\x82\x3d\x8f\xa3\x3f\x98\ -\xd0\x30\x72\x33\xc2\xc5\x81\x3a\x54\xc5\x24\x54\xd6\x2b\x4e\xa2\ -\x3f\x8d\x2f\x11\x84\xc1\xe6\x19\x07\x45\x54\xb6\xfc\x14\xe7\x05\ -\x59\xe1\x47\xe3\xb5\x09\x81\xa6\x4a\xde\xaf\xfa\x9d\x00\x32\x8b\ -\x54\x36\x7f\x54\xd4\x5b\x59\x47\x34\xa5\x0b\xc6\x11\xb4\x21\x65\ -\x18\x5f\xd3\x64\x84\xf2\x37\x73\x2a\x7f\xa1\x92\x29\x75\xbb\x51\ -\x27\xb2\x0a\xec\x24\xac\x41\xf9\x16\x8f\x14\x85\x1f\x9b\xe8\xb5\ -\xec\xfa\xa0\x7c\x53\xd6\x5c\x92\xb4\xe8\x37\xc8\x5b\xa1\xaf\x71\ -\x6b\x99\x66\x48\x15\xd5\xb7\x4b\xf8\x36\xca\xc6\x27\x2d\x70\x5a\ -\x9a\x4a\x80\xad\xde\xdb\x28\xd1\x12\x67\x92\xa4\x45\x13\x86\x64\ -\x57\x02\x2a\x69\x05\x76\xea\x37\x3e\x37\x36\x69\x91\x22\x88\x24\ -\x7d\xf2\x45\xba\x3f\x16\x2d\xf2\x54\x92\xb4\xa8\xb3\xd7\x7a\x96\ -\x3c\x75\x48\xfa\x38\x93\xd4\x63\x9b\x9c\xb4\x40\x8a\xe3\xc7\x0c\ -\xc5\xe4\x7d\x26\xdf\xd1\x8e\x1d\x88\xdb\xcd\x07\xc9\x8c\x5a\x0e\ -\xc5\xb0\x2e\x0c\x03\xc4\xe8\xc2\x7b\x96\xf7\x25\x90\x7b\x6c\xcc\ -\x7c\x03\x39\x65\xa8\xa2\x3d\xc5\x45\xe9\xb0\x18\x3d\xa8\xfa\x26\ -\x2e\x2c\x7b\xe4\x44\xfb\x82\xfd\x77\xf1\x60\x89\x2b\x58\x80\xc5\ -\xce\xc1\x9c\xd3\x47\x40\x47\x58\xf9\x33\xca\xf1\xc0\xb2\x61\x05\ -\xa4\x57\x15\x90\xd1\x30\x97\x7d\x09\xcf\xa9\xc0\xe3\x81\x19\xf8\ -\x65\x94\x6a\x60\x03\x36\xa2\x08\x08\xaa\x64\x45\xac\x2a\xb1\xb9\ -\x0b\x37\x53\x8d\x25\x41\xd2\x12\xe0\x1e\xf7\x06\x70\x56\x60\x53\ -\x82\xba\x42\x09\x74\xdd\x11\x8f\xc3\xee\x34\x01\xd4\x15\x6a\xc7\ -\xe9\xb9\xb7\x4a\x20\xec\x59\xca\xcd\x0d\x70\xfe\xb5\x34\x5a\x3b\ -\x35\xc5\x39\x72\x90\x12\xd4\x25\xb5\xf3\x2d\xc6\x1d\xfe\xdc\x1e\ -\xbb\xc8\xa0\x8c\x15\xaf\x15\xc0\x5e\x69\x02\xec\xc1\xf9\xd6\x4e\ -\x90\x40\xe1\xe2\xe4\x0e\x97\xd7\xda\x8c\xa0\x76\x73\x80\x0a\xa2\ -\x63\x59\xdc\xbc\xa3\x47\x87\xeb\x06\x4d\xc9\xbd\x7c\xe2\x30\x1b\ -\x84\x01\x56\x73\x59\xd4\x11\xd8\x40\x77\x65\x64\x09\xa0\x98\xaf\ -\xd3\x17\x58\x4c\x38\xcc\x72\x5c\xaa\x1d\x97\x45\x7e\x9d\xb5\x46\ -\xd3\x9c\xab\xf2\x69\x59\x74\xe7\x59\x86\xf3\x4f\x96\x19\x28\x11\ -\xbd\xb7\x34\xc3\x17\xe8\xcb\x93\x0c\xe7\x7b\x9c\x37\x67\x33\x5b\ -\x3a\x58\x6c\xda\xf2\x7e\x33\x4b\xe3\xc7\x7a\xa2\x2f\x70\x6f\x69\ -\xcb\xe6\x0d\xb9\xeb\x5e\xd9\x25\x28\x04\xbc\xf6\x71\xc2\x50\x06\ -\xe0\x77\x75\x2f\x87\x8b\xaf\x1c\x4b\x32\xd4\xe3\x32\x5e\x07\xc7\ -\x9e\x2b\x0e\xf1\x5a\x48\x2f\xf6\x91\x02\x2c\x6b\x56\x80\x47\x0f\ -\xaa\xf6\x94\x07\xd3\x8b\xbd\x50\x5f\x16\xd8\x97\x51\x59\x7d\xf9\ -\x4f\x80\x01\x00\xc9\xb4\xe1\x46\x1d\xc9\x4c\x84\x00\x00\x00\x00\ -\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\xd7\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x14\x00\x00\x00\x14\x08\x06\x00\x00\x00\x8d\x89\x1d\x0d\ +\x00\x00\x98\x00\x00\x00\x98\x08\x06\x00\x00\x00\x18\xc2\x20\x21\ \x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ \x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ \x01\x95\x2b\x0e\x1b\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ \x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ -\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\x54\x49\x44\ -\x41\x54\x38\x8d\xad\xd4\x3f\x48\x1c\x51\x10\xc7\xf1\xcf\x45\x3c\ -\x39\x39\xd2\x5d\x10\x24\xa0\x8d\xd8\x89\x01\x3b\x09\x91\x34\xc1\ -\x2a\x75\x3a\x0b\x3b\xc1\x5a\xc1\xda\x26\x95\x16\x01\x05\x0b\x8b\ -\x44\x02\x09\x09\xd8\xa5\x90\xd8\x1d\x5a\xa4\xbb\x40\x40\xd0\xce\ -\x3f\xd8\xf9\x07\x2e\x9e\x29\x6e\xf7\x58\xde\xed\xee\x2d\x5c\x06\ -\xa6\xd8\x79\xbf\xf9\xbe\x99\x61\xf6\x91\x6f\x1b\x78\x0c\xfc\x5d\ -\x5e\xc2\x93\x1e\xc0\x99\x94\xd8\x54\x3f\xc0\x89\x94\xd8\x64\x8f\ -\x1c\xf0\x0c\xbf\xf0\x21\xaa\xe0\x39\x3e\xea\x6e\xf7\x11\xb7\x58\ -\x41\x05\xaf\xf1\x09\x87\x18\x4c\x02\xb7\x82\xa4\xfb\x0c\x58\xd2\ -\xef\x82\xef\xe5\x18\x36\x8d\xbf\x05\x00\xbd\xfc\x1a\xb5\x01\x7c\ -\xc6\x58\xce\x38\x4e\xf0\x0d\x0d\xd4\x50\xcd\xd0\x55\x30\x9c\xd6\ -\x6e\xd2\x37\x51\x4e\x24\x3d\xc5\xd7\x0c\x6d\x13\x8b\xb1\x70\x01\ -\x37\x81\xa0\x8e\x81\x94\x4a\xaa\x38\x0b\xb4\x17\x78\x15\x0a\xf7\ -\x02\xd1\x6a\x46\x6b\xb0\x1d\x68\xd7\xe3\x83\xe4\x1e\x86\xd5\x34\ -\x73\x80\xe1\x59\x57\x27\x73\xb8\x0c\x6e\x3d\x40\x29\x05\x36\x84\ -\x3f\x81\xf6\x34\x62\x80\xa5\xe8\xc6\xb4\x41\xaf\x05\xd0\xb2\xee\ -\x76\x63\x7f\xc0\xfb\x12\x7e\xe2\x65\x4e\x7b\xc7\xf8\x11\x55\x36\ -\x2f\xff\xd7\xab\xc3\x8b\x88\xde\xef\x62\xb7\x30\x1b\x93\x77\xfe\ -\x03\x70\x37\x59\xea\x08\xae\xb0\x8f\xb7\x18\xd7\x7e\x1c\x5a\x19\ -\xc9\xdf\xb5\x5f\xa2\x37\xf8\xa2\xbd\x87\xa3\x39\xa3\xe8\x58\x23\ -\x05\x76\x9e\x97\xd0\xeb\x3d\xfc\x5d\x30\x56\x18\x78\x54\x30\xd6\ -\xb1\x7f\x06\x43\xad\x36\xd9\x96\x4f\x37\x00\x00\x00\x00\x49\x45\ -\x4e\x44\xae\x42\x60\x82\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x16\x43\x49\x44\ +\x41\x54\x78\x9c\xed\x9d\x7b\xb0\xdd\x55\x75\xc7\x3f\xe7\xdc\xbc\ +\x1f\x90\x4b\x48\x42\x88\xc0\x15\x48\x78\x3f\x0a\x0d\x08\x41\x28\ +\x08\x05\x84\x82\x23\x4a\xc7\x3a\x02\x16\xb5\x8f\x19\xc5\x07\x1d\ +\xda\x4e\x81\x60\x54\x10\x2a\x3e\xa6\x54\x40\x5b\x20\x44\xa5\x41\ +\x0b\x88\xc4\x80\x05\x02\x1d\xa0\x54\x18\x4c\x42\x20\x92\x90\x17\ +\x0f\xcd\x8b\x24\xdc\x90\x10\xc9\x3d\xa7\x7f\xac\x73\x9a\xc3\xe1\ +\x77\x7e\x67\xaf\xbd\xd7\xfe\xfd\x7e\xe7\xde\xfb\x9d\x59\x03\x93\ +\xf3\xbb\x6b\xad\xfd\xf8\xed\xdf\xde\xeb\xb5\x4b\x0c\x6c\x94\x81\ +\x1e\x60\xff\xda\x7f\x7b\x80\x7d\x80\xf1\x4d\x54\x02\x86\x01\xa3\ +\x6b\x7f\xf7\x16\xf0\x07\xa0\x0a\x6c\xac\xd1\x86\xda\x7f\x5f\x01\ +\x56\xd5\x68\x65\xed\xbf\x95\xc8\xed\x28\x2c\x4a\x79\x2b\x90\x21\ +\xba\x80\xc3\x81\x19\xc0\xd1\xc0\x91\xc0\x61\xc0\x98\xc8\x72\xb7\ +\x02\x4b\x80\x45\xc0\x6f\x80\x27\x80\xe7\x81\xbe\xc8\x72\x0b\x81\ +\xfe\x3e\xc1\x8e\x02\xce\x06\x4e\x03\x3e\x00\x8c\xcd\x57\x9d\xff\ +\x47\x2f\xf0\x14\xf0\x28\xf0\x4b\x64\xf2\x55\x73\xd5\x68\x10\x4e\ +\x18\x0a\x9c\x05\xfc\x00\x78\x0d\x19\xb4\x4e\xa0\xd7\x6a\x3a\x9f\ +\x09\x0c\x31\xef\x95\x41\x04\xa1\x04\x9c\x82\x0c\xd0\x06\xf2\x9f\ +\x2c\xa1\xb4\x01\xb8\x05\xf8\xa0\x65\x27\x0d\x42\x8f\x6e\xe0\x73\ +\xec\xfa\xbc\xf4\x47\xfa\x2d\x70\x05\x30\xd1\xa8\xcf\x06\xe1\x80\ +\xa9\xc0\x77\x81\x6d\xe4\x3f\x01\xb2\xa2\x1d\xc0\x6c\xe4\x50\x32\ +\x88\x48\x98\x81\x6c\x88\x2b\xe4\x3f\xe0\x79\x51\x05\xf8\x05\x70\ +\x42\x60\x5f\x0e\xa2\x01\xc7\x21\x13\x2b\xef\xc1\x2d\x1a\x3d\x00\ +\x1c\x1b\xd0\xaf\x03\x1e\xfb\x03\x3f\x23\xff\x81\x2c\x32\x55\x80\ +\xb9\x88\x81\x78\x10\x8e\x18\x0d\xcc\x04\xb6\x93\xff\x00\x76\x0a\ +\xed\x40\xf6\xa5\xbb\xe9\xbb\x7b\x60\xe1\x1c\x60\x0d\xf9\x0f\x58\ +\xa7\xd2\xeb\xc0\x47\xd5\xbd\x3e\x00\x30\x09\x39\x25\xe5\x3d\x40\ +\xfd\x85\xee\x07\xf6\x56\x8d\x40\x3f\xc6\x47\x80\xf5\xe4\x3f\x28\ +\xfd\x8d\xd6\x01\xe7\x29\xc6\xa1\xdf\x61\x24\xb2\x6f\xc8\x7b\x20\ +\xfa\x3b\xcd\x66\x57\x14\xc8\x80\xc1\xc1\xc0\x8b\xe4\xdf\xf9\x03\ +\x85\x9e\x07\xa6\x39\x8d\x8c\x31\xf2\x88\xa6\xb8\x00\xb8\x8d\xe2\ +\x44\x36\x24\x61\x2b\xb2\x61\xae\xc7\x7a\x6d\x67\x57\x0c\x18\xec\ +\x8a\x0d\x1b\xc9\xae\x98\xb1\xc9\x14\xbb\x4d\x6f\x02\x17\x03\xf7\ +\x66\x29\x34\xcb\x09\x56\x02\x66\x01\xff\x98\xb1\xdc\x34\xac\x05\ +\x9e\x01\x16\x03\x0b\x81\x65\xc0\x6a\xc4\xe1\xec\x83\xf1\x88\x4d\ +\x6a\x1a\x12\x2a\x74\x24\x62\x0c\x2d\x8a\x2f\xb1\x8a\x8c\xc1\xcc\ +\xda\xff\xf7\x1b\x0c\x07\x7e\x4c\xfe\x9f\x8a\xb5\xc8\x9e\xe4\x22\ +\xe0\xc0\xa8\x2d\x7e\x37\xa6\x22\xab\xc7\x1c\x64\xf3\x9d\x77\x3f\ +\xdc\x89\x8c\x49\xbf\x40\x37\xf0\x38\xf9\x75\xe6\x0a\xe0\x9b\xc0\ +\x74\x24\x44\x3a\x6f\x94\x81\xe3\x81\xeb\x91\x70\xea\xbc\xfa\x65\ +\x01\x30\x2e\x6a\x4b\x33\xc0\x44\x24\x4c\x38\xeb\xce\xdb\x0a\xfc\ +\x10\x89\x62\x2d\x32\x4a\xc0\x89\xc0\xbf\x23\x3a\x67\xdd\x4f\xcf\ +\x01\x13\xa2\xb7\x32\x12\xa6\x90\xfd\x49\x71\x39\xf0\x79\x3a\xd3\ +\x65\xb2\x3b\xf0\x05\xe0\x65\xb2\xed\xb3\x17\xe8\x40\xa3\xec\x14\ +\x64\xb0\xb3\x7c\x13\x2f\x40\x12\x3b\x3a\x1d\x5d\xc0\xc7\x91\x43\ +\x47\x96\x2f\xe6\x94\x2c\x1a\x67\x81\x89\x64\xb7\x72\xbd\x88\x0c\ +\x46\x51\x4e\xa5\x96\x28\x03\x7f\x0e\x2c\x25\xbb\x95\xac\xf0\x9f\ +\xcb\x6e\xb2\xd9\x73\x6d\x44\x3e\x27\x43\xb3\x69\x56\xae\x18\x0a\ +\x7c\x11\x78\x83\x6c\xbe\x04\x85\xdd\xf8\x0f\x07\x1e\x23\x7e\x27\ +\xdc\x8e\xd8\x9b\x06\x1a\xf6\x24\x9b\x80\x80\x47\x11\x43\x72\xa1\ +\x50\x22\xbe\x9d\x6b\x25\x70\x46\x56\x0d\x6a\xc2\xee\xc8\x46\x78\ +\x6a\x8d\xf6\xae\xfd\x5b\x1e\x38\x93\xf8\xe6\x8d\xd9\x14\x6c\xdb\ +\xf1\x35\xe2\x36\x78\x0e\x71\x07\x74\x0c\x70\x32\xf0\x59\xe0\x06\ +\x24\xdc\xe5\x25\xc4\xbd\xd2\x4e\xb7\x2d\xb5\x67\xef\xaf\xfd\xed\ +\x67\x6b\xbc\x62\x66\x8c\x8f\x03\x7e\xe2\xa0\x5b\x08\xcd\x8c\xa8\ +\xbf\x0a\x17\x10\x2f\x11\x63\x2b\xf0\xc9\x08\x3a\x8f\x04\x4e\x42\ +\x52\xc2\x7e\x05\xbc\x1d\x41\xf7\x9d\x88\x1b\xea\x3a\xe0\xf4\x9a\ +\x4c\x6b\x5c\x8c\xf8\x48\x63\xf4\x7d\x05\x38\x3f\x82\xce\x2a\x1c\ +\x84\xbc\xc1\x31\x1a\xb8\x0c\x38\xc2\x50\xd7\x32\x32\xd0\xb3\xc9\ +\xc7\xa8\xb9\x1d\x89\x9f\xff\x33\x6c\xb3\xb7\x8f\x22\x9e\x49\xe8\ +\x4d\xe0\x10\x43\x5d\x55\x18\x8d\x1c\x6d\x63\x34\xec\x11\xe4\x44\ +\x6a\x81\x69\xc0\x3f\x23\xd1\x11\x59\x4f\xaa\x56\xf4\x7a\x4d\xa7\ +\xa9\x46\x6d\xdc\x03\x71\xfd\xc4\xd0\x75\x31\x71\x56\xdf\xb6\xb8\ +\xd5\x43\x59\x17\xba\x1d\x9b\x53\xcc\x11\xc8\x6a\xb5\x33\x92\x9e\ +\x16\xd4\x87\xec\xdd\x2c\xd2\xcf\x86\x11\xef\x94\x79\x93\x81\x7e\ +\x2a\x9c\x6f\xa4\x78\x33\xdd\x40\xf8\xe9\x65\x3a\x32\x68\x9d\x94\ +\xa0\x5b\x01\xee\x23\x7c\xa2\x95\x90\x95\x31\x86\x8e\x99\x85\x5f\ +\xef\x45\x9c\x18\xfa\x6b\x02\xf5\xea\x46\x42\xb0\x8b\xbc\x62\xb9\ +\x4c\xb4\xd9\x88\xcd\x2b\x04\x5f\x8d\xa0\xdb\x5a\x32\x8a\x6b\x9b\ +\x1b\x41\xf9\x99\x01\xfa\x94\x90\xf8\xae\x22\xc4\x59\x59\xd1\x46\ +\xe0\x32\xc2\xc2\x8b\x66\x45\xd0\xeb\x47\x01\xfa\x38\xe1\x9c\x08\ +\x4a\x7f\x27\x40\x9f\xf7\x91\x8d\xf7\x20\x2f\x5a\x40\x98\x13\xfa\ +\xfa\x08\x3a\x45\xfb\x54\x8e\x05\x5e\x35\x56\xf6\x76\xfc\xf7\x5c\ +\xa7\x03\xbf\x37\xd6\xa7\x88\xb4\x1e\xf8\xb0\x67\x1f\x95\x90\xe8\ +\x55\x4b\x7d\x56\x13\x29\x4b\xe9\x3a\x63\x45\x1f\xc3\x2f\x6c\x77\ +\x08\xf2\x49\xed\x33\xd6\xa7\xc8\x54\x41\xf6\x97\x3e\xce\xfd\xa1\ +\xc0\x7f\x19\xeb\x33\xcb\x43\x8f\x54\xec\x8f\xad\xb5\x7b\x19\x7e\ +\x76\xae\xb1\x88\xe5\x3d\xef\x01\xcf\x8b\x1e\xc4\xcf\x05\xd5\x8d\ +\x6d\x20\xe3\x36\x60\x3f\x17\xc1\xae\x9f\xa7\x9f\x22\x2e\x21\x0b\ +\xbc\x85\xd4\xb7\x5a\xac\xfc\xbb\x09\xc0\x3c\xe0\x8f\x8d\xf4\x68\ +\x85\x9d\x88\x33\x79\x19\x52\x61\xf0\x65\xa4\x43\x7b\x11\xaf\x05\ +\x88\x5f\x74\x2c\x30\x0a\x49\x1e\x39\x08\x31\x9a\xf6\x10\x3f\xe8\ +\xf1\xd7\xc8\x5e\x78\xbd\xf2\xef\x8e\x02\x9e\x44\x74\xb6\xc0\x5c\ +\x24\x5e\x2d\x18\xd3\xb1\xb5\x29\xf9\xf8\x16\x7b\x90\xc1\x8e\xb1\ +\x2a\x54\x90\x41\xbb\x1e\xd9\xeb\x84\xe4\x36\xee\x06\x9c\x8b\xd8\ +\xa2\x9e\x8d\xa4\x6f\x15\x09\x42\x74\x5a\x41\x9a\x70\x89\xa1\x0e\ +\x15\xe0\x18\x0f\x1d\xde\x83\xf9\x86\x4a\xdd\xe9\x21\xbf\x07\xfb\ +\xc3\x45\x7d\x90\xae\x44\x3e\xff\xb1\x70\x20\x70\x35\x12\x6d\x61\ +\xad\xff\x2b\xf8\x4d\x32\xcb\xb0\xaa\xfb\x3d\xe4\xbf\x0b\x33\x0c\ +\x95\x59\x89\x3e\xe4\x66\x02\xf6\x2b\xd7\x83\x48\xdd\xfc\xac\x71\ +\x3a\xf6\x9b\xed\xa5\xe8\x8d\xb2\xe3\x90\x93\xa0\x95\x0e\x41\x99\ +\x5b\xf3\x8c\x94\xa8\xa0\x0f\x16\x1c\x8b\x7c\xba\x2c\xdf\x36\x93\ +\x25\x3d\x10\xd3\xb1\xeb\xd7\x2a\xf0\x34\xfa\x8d\xff\xd9\x86\xf2\ +\xbd\x57\xb1\xc3\xb1\xdb\x7b\xdd\xa6\x94\x3d\x14\xbb\xd3\xe2\x72\ +\x64\x53\x5c\x34\x9c\x87\x24\x05\x5b\xb4\x71\x3e\xfa\x10\xa0\x39\ +\x46\xb2\x2b\xc0\xa1\x4a\xd9\x80\x24\xae\x5a\x28\xb0\x11\x7d\x0c\ +\xbd\x85\x05\xba\x0f\x89\xb4\x1d\xa1\x94\x9d\x25\x46\x02\xd7\x62\ +\x63\xd3\xfb\x86\x52\xf6\x44\x60\xb3\x81\xdc\x2a\x72\x09\x86\x0a\ +\x13\xb0\xb3\x7b\x7d\x5e\x29\xfb\x6c\xc2\x57\xce\xb5\x48\xec\x7a\ +\xa7\xe0\x54\xc2\xaf\xbe\xe9\x43\xdf\xe6\x2f\x07\xca\xac\xd3\x76\ +\x94\x29\x6f\x97\x1b\x09\x7e\x01\xdd\xd2\xfd\x3e\xc2\x23\x35\x1e\ +\xa1\x38\xd5\x6c\x34\x98\x44\x78\xd0\xe0\x3a\x74\xbe\xcb\x61\xd8\ +\x9d\x70\xbf\xa2\x69\xac\x55\xa4\xea\xc7\x14\x32\xcb\x84\x3b\xae\ +\xe7\x12\xb7\x6a\x4c\x37\x76\x91\xb6\x49\x18\x0e\xdc\x4d\x58\x1f\ +\x3c\x8a\xce\xbf\xfb\x89\x40\x79\x75\x5a\xea\x2a\xf7\x14\x23\x81\ +\xcf\x29\x1b\xfa\x99\x40\x79\x37\x61\x53\x3d\x67\x14\x72\xe2\x9d\ +\x85\xd4\xe9\x5f\x42\x72\x0c\xff\x56\xa4\x72\xe0\xcf\x6a\xcf\x5a\ +\x25\x76\x94\x80\x6f\x25\xc8\xd3\xd0\x25\x0a\x79\x65\xc4\xab\x62\ +\x31\xe6\x27\xb9\x08\xfc\x81\x91\x30\x8d\x6b\x69\x0f\xc2\xe2\xb9\ +\xbe\xaf\x90\x95\x84\x91\x88\xdb\xe3\x01\xa4\xe6\xbc\xaf\x1e\x6f\ +\x23\xc7\xf6\x0b\x09\x3f\x5c\x7c\x27\x40\x8f\x0d\xe8\xec\x63\x17\ +\x06\xc8\x52\x8d\xc3\x50\x6c\xae\xc4\x5b\x81\xce\x27\x17\x32\xa9\ +\xef\x51\xca\x6a\xc4\x1e\x48\x64\xc6\xc6\x00\xf9\x69\x83\x7c\x15\ +\xfe\x9f\xd4\x32\x61\xc1\x9d\x9a\x97\xae\x0b\x9b\xcc\xa4\xf5\xb4\ +\xd9\x73\x9f\x65\x20\xa4\x8a\xee\xe4\x38\x1d\xff\x63\xfa\x23\xf8\ +\xed\xb9\x86\x22\x39\x91\x2e\x89\xb5\xa1\xb4\x05\x39\x34\xf9\x84\ +\xda\x0c\xc7\x7f\xe3\xdf\x87\xce\xb0\x7c\x99\x51\x7b\x53\x0d\xea\ +\x16\xb6\xaf\xad\xe8\xea\x73\xdd\xef\x29\xe7\xf7\x48\x7e\x80\x16\ +\xc7\x23\xfb\xaa\xd8\x13\xab\x99\x16\x23\x17\x7b\x69\x31\x11\xff\ +\x94\xbb\x7b\x14\x72\x76\xc7\x26\x89\xf7\x96\x56\x02\x4a\xd8\x38\ +\x95\x7f\xa8\x68\xd4\x51\xf8\xd9\xbc\xfa\x90\x4d\xb5\x06\x25\xe4\ +\x2d\x0d\xd9\x63\x85\xd2\x3b\xc8\x27\x59\x7b\x18\x39\x15\xbf\x64\ +\x96\x0a\xba\xe4\xe5\xdb\x0d\xda\xf8\x4a\x2b\xe6\x47\x1b\x30\xaf\ +\xa2\xbb\xcb\xf0\x3f\x3c\x65\x7c\x5d\x21\x03\xc4\xde\x13\x52\xcb\ +\x61\x13\x62\xba\x79\xa6\x46\x2f\xd4\xfe\xcd\x97\xdf\x1c\xf4\x9f\ +\x4c\xdf\x88\xe2\x9f\x28\x64\x9c\x14\xd0\xa6\x46\x3a\x3c\x89\xf9\ +\x3f\x18\x30\x5e\x81\xbb\x69\x62\x1a\x7e\x6f\xe5\x72\x74\x27\xb4\ +\xd1\x48\x04\x85\x46\xc6\x4b\xec\x8a\x0f\x4b\x33\xda\x4e\x44\xfc\ +\x9c\xd7\x23\x01\x8a\x1a\x19\xf3\xd1\xc5\xb6\x8f\xc4\xcf\x77\xb9\ +\x13\xf7\x0c\xf2\x12\x36\x95\x7b\x2e\x4f\x62\x6e\xe1\x5c\xbe\xd6\ +\xb1\x21\xe0\x9f\x20\xaa\x71\x5c\x0f\xc3\x7d\x72\xed\x04\xee\x22\ +\x2c\xfc\xe4\x04\x64\x55\x76\x3d\xb4\xcc\x47\xb7\x92\xf9\x26\x3c\ +\x5f\xaf\x90\x61\x91\xb8\x3b\xaf\x99\x69\x17\x36\x27\x2a\xd7\x4d\ +\xec\x10\xfc\x36\xae\x3f\x77\xe4\x0f\xf2\x36\xba\x7e\x16\xe7\x23\ +\x61\xcf\x56\x38\x04\x78\xc8\x51\xf6\x1c\x74\x06\x69\x9f\xdb\x7f\ +\x5f\xc3\xdd\x94\x73\xa2\x07\xff\x66\xda\x44\xd3\x3e\xf3\x8f\x0c\ +\x98\xae\x6b\x66\x9a\x02\xdf\x78\x24\x4d\x6a\xbd\x8b\x3f\xf5\x4d\ +\xe0\x53\x0a\x9e\x5a\x5c\x84\xc4\xf2\xb7\xd3\xe3\x8b\x0a\x9e\xc7\ +\x39\xf0\x4b\x22\xd7\x78\xbc\x2e\x6c\x6c\xa1\xef\x3a\x5c\xfc\xad\ +\x01\x43\x4d\x38\xb4\xcf\x86\xfb\x41\x05\xff\xe3\x91\x7b\x85\xd2\ +\xf8\x2d\xc7\x76\xd5\x6a\x85\x83\x69\x9f\xd1\xb3\x03\x9d\x09\xe3\ +\x91\x36\xfc\x92\x68\xb6\x82\xbf\x45\x71\xbb\xbf\x6e\x64\x68\xe1\ +\x1e\xba\xd8\x51\xf9\x91\x48\x96\x8e\x96\xbf\x6b\x98\xf3\x50\xda\ +\xdb\xb9\x16\xe2\x67\x43\xf3\xc5\x5e\xb4\x2f\x4b\xbe\x18\xf7\xfd\ +\xd8\x19\x6d\x78\x25\xd1\x56\xdc\x8d\xd2\xa1\x7e\xe1\x2a\x70\x73\ +\x23\xc3\xa7\x0d\x18\x1e\xe0\xa8\xfc\x87\x3c\x78\xbf\xe4\xc8\x1b\ +\xe0\xef\xdb\xf0\x7a\x99\x6c\x27\x57\x1d\x13\x68\x1f\x1a\x93\x78\ +\xfa\x6a\x01\x9f\x5c\x85\x53\x1c\x79\x1f\xec\xc1\xbb\x99\x9e\xa8\ +\x33\x2b\x13\x5e\xf1\x6f\xad\x6b\xaf\xe0\x57\xcf\xf5\x4a\x47\xde\ +\x7b\x90\x7e\x58\xe9\x25\x9b\xcf\x62\x2b\x1c\x42\x7a\x5f\x6f\xc1\ +\xdd\x77\x39\x33\x85\x4f\x2b\x9a\xe9\xc8\xbb\x44\x78\x31\x99\x37\ +\x6b\x7c\xd8\x3f\x90\x51\x15\x89\x42\x70\xc5\x93\x4a\xde\x15\xdc\ +\x53\xcb\x66\xb6\xe1\x15\x73\x43\xef\x8a\x4b\x48\xd7\xf1\x2a\x47\ +\x3e\x07\xa2\xf7\x82\x3c\xae\xd0\xd3\xe7\xb4\xda\x4c\xfb\x82\xb8\ +\x5c\x42\x19\xb9\xc6\x83\x8f\xa1\xfd\xe6\xbb\x99\x7e\xed\xc8\x7b\ +\x24\xe9\x51\x11\xf3\x1d\xf9\x64\x81\x34\x9b\xe3\x06\xdc\x0d\xc9\ +\xcf\xa5\xf0\x49\xa2\x1d\xb8\x1b\x77\x2d\xf2\x22\x4e\x29\xe3\x97\ +\xbc\xd9\x0c\xd7\x32\x00\xc7\xa0\x77\x91\x3c\xea\xf8\xdc\x79\xc8\ +\x27\x32\x09\x7d\x88\x1f\xb2\x28\xb8\x0c\xd1\x29\x09\xe3\x91\x42\ +\xc1\x2e\x70\xed\x9b\x3a\x86\x21\x26\x29\x17\x68\x4b\x3b\x24\x61\ +\xff\x32\x92\x39\x1d\x8a\xdf\x3a\x3e\xe7\xb3\xff\x71\xed\xc4\x8b\ +\x52\x7e\xfb\x29\xee\x3a\x66\x81\x17\x80\xff\x4c\xf9\xdd\xf5\x53\ +\xbe\xc0\x43\xb6\xeb\xdd\xdd\x9a\x83\x55\x2b\xf4\x94\x81\x7d\x0c\ +\x18\xad\x76\x7c\x4e\x3b\xc1\xfa\x68\x38\x8d\xa4\x60\x14\xe9\xd1\ +\x15\x21\x45\xee\x62\xe1\xdb\x29\xbf\x9d\x81\x5b\xf8\xf5\xe3\xc8\ +\x3e\x4c\x83\x83\x1d\x9f\x5b\xa9\xe4\x9b\x84\x7d\xcb\x84\xd7\x03\ +\xed\x45\xf6\x3e\x2e\xd0\x4e\xb0\x95\xc8\x69\xa4\x1d\x66\xd0\xba\ +\x32\xf5\x72\xc4\x0c\x53\x34\x3c\x85\x38\xc8\x93\x30\x02\xb7\xa8\ +\x94\xcd\xc0\x1a\xa5\x5c\xd7\x15\x6c\x3d\x12\x1f\x16\x82\xf1\x16\ +\x13\xec\x77\x8a\x67\x5d\xdf\x9e\x3a\x5c\x97\xe9\x93\x53\x7e\xbb\ +\x07\xd9\x70\x16\x11\x69\xbe\xd5\x53\x1c\x79\x68\x3f\x65\xae\x63\ +\x50\x45\x82\x3a\x43\xb0\xa7\xc5\x04\xdb\xa0\x78\x76\xb2\x92\xb7\ +\xeb\xbe\x29\x31\xfe\xa8\x86\x05\x4a\x99\x59\x62\x41\xca\x6f\x87\ +\x39\xf2\xd0\xee\x2d\x35\x63\xe0\xfa\x65\x6a\x85\xf1\x65\xc2\xea\ +\x61\x81\xdc\x63\xe8\x82\x32\xfa\xe2\x67\x16\x7b\xbb\x67\x94\x32\ +\xb3\xc4\xb3\x29\xbf\xb9\x6e\x27\xb4\x7b\xa5\x31\xb8\x47\x6f\x68\ +\x16\x8f\x24\xec\x56\x26\x3c\x51\xb5\xd7\xf1\xb9\xd1\xe8\x0b\xfe\ +\x6e\x69\xff\x08\x50\x33\xe8\x25\x60\x33\x62\x91\x2e\x2a\x7e\x47\ +\xeb\x3d\xa6\xab\xf9\xc8\x65\x8f\xda\x08\xcd\x8b\xbe\x55\xc9\xbb\ +\x19\xc3\xcb\x84\x5f\xdb\xf2\x07\xc7\xe7\x7c\x56\x4a\x97\x06\x76\ +\xd1\xba\xc3\x5e\xf7\x90\x99\x35\x5a\xed\x61\xc7\xe0\x16\xfe\xe4\ +\xfa\x82\x37\xc2\x75\x2c\x76\x78\xf0\x6e\x44\xbf\x98\x60\x69\x4b\ +\x7e\xe8\x1b\x98\x05\x5a\xad\x40\x25\xdc\xea\x7e\xf9\x4c\x30\xd7\ +\xac\x2f\x93\x09\x36\x88\xce\x46\xa1\x6e\xa6\x6d\x46\x19\xf7\x15\ +\xa8\x15\x5c\x57\x40\x9f\x37\xcd\xe5\x0d\xae\x47\x27\x24\x21\xf4\ +\x00\x93\x05\x5a\xad\x26\x55\xdc\x56\x60\x9f\x36\xba\xee\xdb\x42\ +\xf7\xe7\x3b\xfa\xc3\x04\xeb\x43\x02\x18\x93\xa0\x35\x8b\xe4\x81\ +\x56\xb1\x69\x5b\x71\xb3\xd2\xfb\x4c\x30\xd7\xb1\x30\x99\x60\xa1\ +\xdf\x59\xd7\x06\xd6\xb3\x86\x35\x70\x2d\x1a\xbc\xaa\xc5\xbf\x8f\ +\xa3\xd8\xb5\xc2\xf6\xa2\x75\x1b\x57\x39\xf2\xd0\x4e\xb0\x0a\xad\ +\x5f\xc8\x66\x84\xde\x3b\xbe\xa3\x8c\xfe\x98\xdb\x0c\xd7\xf2\x98\ +\x9a\x86\xd5\xd1\xe3\xf8\x5c\x9a\x35\x3b\xf6\xc5\x0d\x21\x48\xab\ +\x1d\xe1\x6a\xa1\xef\x51\xca\x4c\xdb\x52\x34\x23\xd4\x08\xbf\xa5\ +\x4c\xb8\x31\x4d\xa3\x84\xd6\x6c\xe0\x6a\x6c\x5c\x92\xf2\xdb\x9f\ +\x28\x65\x66\x89\x0f\xa5\xfc\x96\xd6\xa6\x46\x68\xfd\xbb\x9a\x31\ +\x08\xf6\xf2\x94\x09\x77\x07\x68\xf6\x39\x5a\xb7\x86\xab\x63\x36\ +\x2d\x52\xf3\xa3\x14\xf7\xa4\x75\x6e\xca\x6f\x0b\x1c\x79\x68\xfd\ +\xbb\xae\x63\x50\x22\x3c\x77\xe1\x0d\x8b\x15\x6c\x0c\xee\x33\x5d\ +\x3b\xc1\x7a\x70\xdb\x87\x3d\x41\xeb\xbd\xe4\x01\x04\x5e\x16\x10\ +\x09\x27\xd2\xfa\x05\x7a\x1b\x89\xb6\x68\x87\xdd\xd0\x87\x5b\xb9\ +\x7e\x7a\x27\x12\x7e\xaf\xd1\x86\x32\x52\x51\x27\x14\xae\x6e\x0d\ +\xed\x04\xeb\xc2\xad\x2c\xe3\x36\x24\x0c\xb9\x15\x34\x89\xad\x59\ +\x21\x2d\xc2\xf6\x21\x64\x92\xb5\xc3\xc9\xe8\x2b\xf5\x2c\x75\x7c\ +\xae\x47\xc9\x37\x09\xaf\x94\x71\x3f\xad\xa4\xc1\xf5\x53\xe6\xda\ +\xb8\x46\x9c\xea\xf8\x5c\x5a\xe2\xef\x05\x48\x46\x4f\x51\x70\x28\ +\xe9\x05\x92\x5d\x93\x98\x7d\xae\xc4\x71\x5d\xc1\x5c\xc7\x34\x0d\ +\xab\xc0\x26\xe9\xc3\xb5\xe8\x89\x4f\xd2\x47\x5a\xc4\x41\x23\x46\ +\x90\x9e\xf2\xfe\x90\x23\x9f\x2c\x90\x76\x67\xd1\x7a\xdc\x93\x3e\ +\x7e\x93\xc2\x27\x34\xe9\xe3\x06\x25\xef\xc4\xa4\x0f\x80\xf7\x1b\ +\x30\xd2\xa4\xad\x3d\xe1\xc1\xdf\xf5\x6d\xba\xaa\x0d\x9f\xb4\xb8\ +\xfd\xac\xf0\x69\xd2\x75\xfc\x27\x47\x3e\x07\xa0\x4f\x5b\x7b\x4c\ +\xa1\xa7\x59\xda\x5a\x89\xf0\xca\x3a\xeb\x71\x3f\xa9\xcd\xf2\xe0\ +\x7f\xb5\x23\xef\x6e\x24\xc4\xa7\x15\x9f\x5e\xf4\xa7\x2e\x4b\x1c\ +\x4a\x7a\xe2\xed\x66\xc4\x38\xec\x82\x99\x29\x7c\x5a\xd1\x4c\x47\ +\xde\x16\x89\xb7\x9b\x69\x98\x13\x4f\x05\x32\xab\x22\x89\xa0\x2e\ +\x38\xcd\x83\xf7\x32\xdc\x27\xf0\xdf\xb5\xe1\xb5\x82\x7c\x4a\x07\ +\x4c\x46\x82\x03\xd3\x74\xfb\x92\x82\x9f\x4f\xe9\x80\xb4\xd0\xf2\ +\x46\x1c\xe2\xc1\xbb\x99\xfe\xbb\x91\xe1\xad\x06\x0c\x2f\x76\x54\ +\x7e\x04\x7e\xc5\x66\x5d\x6b\xb2\x0e\xa5\xfd\xc5\x02\x59\x17\x3f\ +\x99\x0c\x2c\x6a\xa3\xd3\x22\xdc\xaf\xdd\x39\xb5\x0d\xaf\x24\xea\ +\x25\xdb\xe2\x27\xef\x2a\xa3\xfe\x37\x06\x0c\x35\xe5\x9b\x7e\xe4\ +\xc1\x3f\xcd\x0c\xd1\x8c\xe3\x68\x5f\xec\xf7\x65\xb2\x39\x59\x1e\ +\x4a\xfb\xd2\x97\x3b\xd0\xb9\xb4\x7c\x2e\x36\xbd\x43\xc1\xdf\xa2\ +\x7c\xd3\x5f\x35\x32\x3c\xca\x80\xa1\xa6\x00\x9d\x6f\x3d\x7e\x8d\ +\xc1\xf4\x4b\x0e\xfc\x7a\xd1\x5d\xbb\xa2\xc5\xa7\x71\x2b\x2c\xf3\ +\x05\x05\xcf\xe3\x1d\xf8\x25\x91\xeb\x17\xc0\xaa\x00\xdd\x61\xcd\ +\x4c\xd3\x36\xc7\xae\xe4\x5a\x44\xad\x0b\xbf\x12\x9a\x9a\xd3\x6a\ +\x09\xf7\x4b\x37\x7f\x85\xed\x6a\x76\x28\xee\xab\xcc\x1d\xc4\x2f\ +\xa1\xf9\x2a\xd9\x96\xd0\x7c\x83\x84\xc5\x46\x5b\x89\x39\x89\x34\ +\xc5\x66\x7d\xed\x2c\xae\x75\x1b\x40\xf6\x63\xae\x97\xda\xf7\x21\ +\x57\xb7\x68\xca\xb0\x37\xe3\x44\x74\x45\x80\xe7\xa1\xab\xd5\x71\ +\x9e\x23\xdf\x66\xfa\xa6\x42\xc6\xb7\x3d\x65\x34\x52\xe2\x35\xcb\ +\x57\x18\x30\x5e\x43\xfc\x32\xe6\x2b\xd0\xdd\x6a\x36\x1a\xf7\x49\ +\x56\xa7\x65\x48\xb5\xe5\x73\x49\x3f\x0c\x4c\x42\xaa\x5e\x7f\x0b\ +\x7d\x19\xf3\x79\xe8\xca\x98\x8f\xa2\xfd\x29\x34\x89\xb4\x65\xcc\ +\x2d\x2e\x8c\xff\x72\x12\xf3\x23\x0d\x18\x57\x91\xb7\xd8\x15\xbe\ +\x9b\x49\x4d\xb9\x74\x90\x55\x22\xe4\x8e\xea\x2d\x88\x9b\xab\x7e\ +\x11\xc3\x52\xc2\xae\x23\xbe\x83\xec\x2e\x62\xf8\xb1\x42\xc6\xc9\ +\x01\x6d\x6a\xa4\x96\x77\x78\xaf\x31\x60\xfe\x6f\x8a\x06\x1d\x86\ +\xdf\x45\x58\x7d\xb8\x57\x4d\x6e\xc4\xe7\xc8\xff\x2a\x99\x2b\xd0\ +\x87\x0f\x65\x75\x95\xcc\x1d\x06\x6d\x6c\x79\x95\x0c\xd8\xd8\xc3\ +\xb6\xe2\x1e\xea\x0c\x70\x9f\xa7\x9c\xb5\xf8\xc5\xdc\x1f\x87\xdd\ +\x05\x9c\x1a\x5a\x84\x5f\x74\xed\x24\xfc\x2f\xc3\x4a\x2b\x11\xd5\ +\x0c\xab\xcb\xb0\x6e\x6e\x66\xdc\x88\x3f\x35\x10\x50\x45\x77\xec\ +\x3e\x16\xff\xeb\xfc\x16\xe0\x7f\x9d\xdf\xe5\xd8\x9c\x9c\xdb\xd1\ +\x66\xc4\x64\xa2\xb9\xbb\xbc\x8e\x11\x48\x30\xa5\x8f\xdc\x9d\xb8\ +\x17\x9b\x03\xbb\xeb\xfc\x52\xcd\x21\x43\x90\x95\x21\x54\xc8\x4a\ +\x74\x1d\x7a\x73\x80\xac\x7b\xf1\xbf\x90\xb4\x1b\x71\x90\x5b\xd8\ +\x7d\x9a\x69\x3d\xe2\xb8\xd6\xac\xe6\x8d\x28\x13\x76\x7f\xf7\xbf\ +\x28\x64\x75\xd1\xbe\x96\xbf\x0b\xad\xc3\x61\xdc\x6f\x31\x10\x54\ +\x05\x3e\xae\x68\x60\x37\x61\xce\xd5\xd4\x65\xd9\x01\x23\x6a\xfa\ +\xfe\x1c\xd8\x1e\xa0\xc7\x76\xe4\x93\xff\x31\xc2\xaf\x54\xfe\x5e\ +\x80\x1e\x6b\xd1\xdd\xb4\x6b\x75\x31\xfc\x4d\x2e\xc2\x3e\x68\x24\ +\x6c\x11\xba\x68\xcb\xbf\x34\x68\x9c\x45\xa6\xfa\x48\x24\x19\xe3\ +\x1a\xa4\xf4\xe6\x22\x92\xa3\x4d\xb6\xd4\x7e\xbb\xbb\xf6\xec\x69\ +\x84\x4f\x2a\x90\xd5\xe4\x5f\x13\xe4\x69\x48\x13\x96\x54\xc6\xee\ +\x82\x56\x67\x0b\x82\x95\xc0\x0b\x15\x0d\x2d\xe1\x7f\x7d\x70\x9d\ +\xee\x26\x3c\x59\x34\x0d\xe3\x70\x0f\xa7\xf1\xc1\x08\x64\x52\x87\ +\xf4\xc1\xc3\xe8\x4e\xa9\x9f\x0c\x94\x57\xa7\x17\x35\x0d\xfd\x8a\ +\x91\xd0\xa5\xe8\xec\x3d\x53\x08\x8f\x43\x7a\x8c\x7c\xc2\x71\x42\ +\x31\x19\xff\x0d\x7d\x9d\xd6\x02\x7b\x2b\x64\x0e\x43\x6f\x20\x6e\ +\x45\x9a\x50\x23\x26\x10\xb6\x17\x69\x24\x6d\xc2\xc5\x59\xf8\x9f\ +\x2a\xeb\xb4\xae\xc6\xa7\x53\x70\x2a\xfe\xa6\x88\x3a\xf5\x21\x56\ +\x00\x0d\xda\xc5\xce\xb9\xd2\x76\x3c\x72\x28\x2d\x2e\x88\xaf\x22\ +\x8e\xcf\x09\x4a\xd9\xd7\x1a\xc8\xed\xab\xf1\xd1\xb8\x95\xb2\xc6\ +\x28\xc4\x42\x1f\xfa\x42\x55\x91\x2b\x7a\x34\x98\x84\x9d\x99\xe6\ +\x56\xa5\x6c\x40\x32\x86\x2d\x1a\x5e\x45\x77\x95\x1c\xc8\x51\xd7\ +\xc2\xf9\x5e\x45\x7c\x97\xe7\x2b\xe5\x67\x81\xf3\xf0\xf3\x2d\x26\ +\xd1\x3c\xf4\xa6\x1a\x8b\x98\xaf\x2a\xe2\x2d\xf0\x8e\x44\x79\xc0\ +\x48\x89\x2a\x70\xa6\x52\xf6\x18\xe0\x7f\x0d\xe5\xff\x12\x89\xa5\ +\xca\x1b\x1f\xc0\x26\xa1\xa2\x4e\xff\x83\xce\x69\x0e\xe2\xa0\xb7\ +\x92\x7f\x9f\x52\xf6\xbb\x70\x82\xa1\x22\xab\xd1\x9f\xc0\x26\x20\ +\x07\x05\x2b\x1d\xaa\xc8\x29\xcb\xc7\x8f\x19\x82\x12\xb2\xcf\xb2\ +\xb8\x17\xbd\x91\x5e\x44\xbf\xf7\xe9\x46\xfc\x85\x16\xf2\x2b\xc0\ +\x74\xa5\xfc\xf7\x60\x9e\x91\x32\x55\xc4\x8c\xa0\xc5\x7e\xd8\x75\ +\x48\x23\x2d\x43\xb2\x6c\x5c\x43\x59\x7c\x70\x00\x92\x11\x65\x75\ +\x52\x6b\xa4\x57\xf0\xbb\x67\xca\xea\xd3\x58\x25\x70\xf5\xaa\xe3\ +\x58\xf4\xf9\x77\x69\x74\xb1\x87\x0e\xfb\x61\xbf\x92\x35\xd2\x73\ +\xc0\x8d\x48\x30\x63\x88\x9d\x6b\x2c\x12\x43\x76\x23\x92\x14\x6b\ +\xd9\x6f\x8d\xf4\x22\x7e\x93\xcb\x22\x99\xa3\x4e\x15\xe0\xe8\x76\ +\x02\x5d\x0d\x72\x73\xd1\xb9\x7e\xd2\xb0\x0d\xb1\xf8\x2e\x54\xfe\ +\xdd\x9e\xc8\x9e\x50\x73\xb7\xb5\x0f\x2a\xc8\xe7\x7c\x19\x92\x66\ +\xff\x32\x12\x65\xb0\x99\x5d\x95\x01\xc7\x22\x13\x71\x0c\x52\xc3\ +\xe1\xa0\x1a\xed\x8b\x8d\x37\x21\x0d\x4f\x23\x7b\x28\x6d\x55\xa4\ +\x63\x90\xa4\x67\x0b\x6f\x03\xc8\x4a\xf8\x17\x46\xbc\xe8\xc1\xce\ +\x2e\x56\x45\x06\xad\xd5\xd5\x7b\x69\x18\x83\x3e\x3a\xb5\x3f\x91\ +\x36\x0a\xb6\x8e\xf1\xd8\x9d\x58\xab\xc8\x0b\xd7\xea\x6e\x02\x6f\ +\x7c\xdd\x50\xc1\x2a\x62\xb5\xf6\x71\xeb\x74\x21\x7b\x27\x2b\x13\ +\x4a\x27\x50\x05\xf8\x2e\xfa\x28\x58\x10\x6b\xfd\xc3\xc6\xfa\x5c\ +\xed\xa1\x47\x5b\x8c\xc1\x26\xe2\xb5\x91\xee\xc4\xbf\x38\xdc\x69\ +\xc8\x25\x06\x79\x0f\x7e\x6c\x0a\xf1\x4a\x94\xf0\xcb\x41\x4d\xa3\ +\x95\x84\xd7\x0d\x6b\x89\x0f\x1b\x2b\x5b\x45\xde\x4c\x5f\x4c\x41\ +\x2e\x2c\xcd\x7b\x12\xc4\xa2\x87\x09\xab\x94\x6d\x51\x21\xa7\x99\ +\x34\x59\x5d\x5e\xb8\x2b\x82\xd2\x5f\x0d\xd0\xa7\x84\x84\xa7\x58\ +\x04\x4a\x16\x85\x36\x22\xf9\x03\x21\xa5\x3f\xbf\x16\x41\x2f\x4d\ +\xf6\xbe\x37\x26\x12\x1e\xf1\x90\x44\xb3\x02\xf5\x1a\x87\xac\x86\ +\x3e\xc9\x11\x45\xa1\x3e\xc4\xad\x16\x5a\x7c\x37\xc6\xe4\x5a\x8b\ +\xde\xa7\xec\x0d\xdf\x04\xd0\x76\x74\x23\xe1\x05\x7b\x8f\x41\xc2\ +\xa8\x63\xd9\xa0\x62\x50\x05\x49\xd0\xd0\xc4\xd0\x27\xa1\x84\x5c\ +\x1f\x1d\x43\xbf\x73\x02\x75\x53\xe3\xfb\x06\x8a\x27\xd1\x5c\x6c\ +\x6c\x35\x87\x23\xab\xc1\x3b\x91\xf4\xb4\xa0\x3e\x24\x0b\x3a\xad\ +\x5e\xbe\x2b\x86\x21\x9f\xb0\x18\x7a\x7e\xcf\x40\x3f\x35\x46\x01\ +\xcf\x7b\x28\xeb\x42\x0b\xf0\xb3\x93\x25\x61\x2a\xb2\xd9\x7d\x2d\ +\x92\xae\x3e\xf4\x2a\x52\x66\xc1\xca\x4d\xb5\x07\x12\x68\x19\x43\ +\xd7\x85\xe4\x18\xf2\x34\x95\xb0\x0c\xe7\x34\x5a\x8d\x81\x23\xb5\ +\x01\x5d\x48\x40\xde\x9d\xb8\x55\xbc\xb1\xa6\x5e\x64\x45\x3d\x03\ +\xff\x2c\xa8\x24\x1c\x8d\x4d\x46\x50\x12\x6d\xc2\xbd\xb0\x60\x34\ +\x7c\x84\x78\xfb\x9d\x6d\xc4\x29\xaf\x34\x04\xf1\xb1\x5e\x81\x44\ +\x38\xbc\x1d\x41\xf7\x77\x90\x32\x03\xd7\x21\xb9\x82\x56\x2e\x9a\ +\x46\x5c\x8a\xad\x87\xa5\x91\x2a\x64\x60\x92\x70\xc5\x35\xc4\x7d\ +\xfb\xef\x22\x6e\xb2\xc5\x68\xa4\x1e\xff\xa5\xc8\xa7\xeb\x5e\xc4\ +\xb9\xbe\xc9\x41\xb7\x4d\xb5\x67\xef\x45\xaa\xd8\x5c\x0a\xcc\xc0\ +\xcf\xa5\xe3\x8a\x6e\x64\xaf\x1a\xb3\xcf\xaf\x8a\xa8\xbf\x1a\x25\ +\xe2\x6d\x30\xeb\xb4\x1a\x38\x3b\xab\x06\x35\x61\x2c\x62\xf0\x9c\ +\x5a\xa3\xc9\xe4\x77\x17\xe5\x39\xd8\x7b\x54\x9a\x49\x5b\xb3\x2c\ +\x13\x0c\x27\x3c\xed\xcc\x85\xe6\x50\xec\x2b\xfa\x62\x61\x12\xb6\ +\xb1\x5c\xad\xe8\x61\xc2\xaf\xd9\x8e\x86\x71\x48\x6c\x55\xec\x4e\ +\xd8\x84\xd4\xa0\xf2\x71\xfe\x76\x1a\x86\x21\xd9\x3f\x59\xd4\xd1\ +\x78\x16\xff\x52\x07\x99\x61\x02\xf0\x02\xf1\x3b\xa3\x8a\x94\xf2\ +\xfe\x04\xf1\x63\xb0\xf2\x40\x19\x49\x8a\x8d\x11\x0d\x9b\x44\x4b\ +\x08\xf7\x20\x64\x86\x29\xc0\x72\xb2\xe9\x98\x2a\x52\x8e\xe9\x42\ +\x6c\x8f\xff\x79\x61\x08\xf2\xd2\x58\x65\xd7\xbb\xd0\x32\x74\x09\ +\xbb\x85\xc0\xde\x64\xb7\x92\xd5\x69\x05\x52\x86\xa8\xf0\xcb\x7c\ +\x02\x76\x47\x92\x94\x57\x92\x6d\x9f\x2d\xa1\x03\x27\x57\x1d\x13\ +\xc8\x66\x4f\xd6\x4c\x6f\x01\xb7\x21\xa6\x87\xc2\x9d\x86\x1a\x50\ +\x46\xca\x56\xde\x81\xd8\xfc\xb2\xee\xa7\x67\xe9\xa0\xcf\x62\x2b\ +\x8c\x23\xdf\x98\xad\xd5\x48\x41\xdf\x13\x28\xc6\x27\xb4\x0b\xc9\ +\x49\xb8\x91\x38\xd9\x52\xae\xf4\x30\x9d\xb9\xd2\x27\x22\xa6\x23\ +\x56\x43\x1b\x90\xa3\xfe\xa5\x64\x77\x29\x56\x09\xc9\x7c\xfe\x0c\ +\x62\x30\xde\x68\xdc\x26\x1f\xba\x9d\x8c\x4c\x11\x59\x7e\x3e\x4a\ +\x48\x2c\xfd\x95\x19\xcb\x4d\xc3\x7a\xe4\x33\xb1\x08\x39\x28\x2c\ +\x43\xf6\x40\xeb\x3c\xf9\x4d\x42\x12\x64\xa6\x21\xc5\x77\x8f\x44\ +\x5c\x52\x45\xf9\x0c\x55\x91\x78\xfa\x7a\xbc\x58\x74\xe4\x31\xd0\ +\xe7\x23\x7b\x8e\x22\x2f\xcf\xdb\x91\xe8\x8b\x8d\xc8\xaa\xb7\x0d\ +\xf1\x57\x6e\xaf\xfd\x3e\x12\xf1\x2d\x8e\x46\x32\x76\xc6\x23\x27\ +\xe7\x22\x17\x5a\xd9\x0c\x7c\x0a\xf8\x45\xde\x8a\x64\x81\x69\xe4\ +\x53\xe9\x79\xa0\xd2\x42\x0a\x10\x15\x91\x35\x46\x20\x21\xce\x9d\ +\x14\x79\xda\x69\x54\x41\x6a\xee\x46\xcb\x02\xea\x04\x9c\x49\x78\ +\xf1\xb5\x41\x7a\x2f\xad\x43\xca\x18\x0c\x02\x89\xc8\xb4\xaa\x6e\ +\x3d\x48\x12\xca\x93\x59\x82\x46\x27\xe1\x6c\x60\x15\xf9\x0f\x50\ +\xa7\xd2\xab\x48\x00\xe8\x20\x52\x30\x0a\x89\x34\xed\x25\xff\x01\ +\xeb\x14\xda\x86\x44\xce\xe6\x15\xa3\xd6\x91\xd8\x0f\xb9\x7b\x71\ +\xf0\x10\xd0\x9a\x2a\xc8\x6d\x6a\xfb\x78\xf6\xf1\x20\x90\x94\xae\ +\xfb\xc9\x7f\x30\x8b\x44\x15\xa4\xf8\x5b\xdb\xfa\x5c\x83\x70\xc7\ +\xf1\xc8\x44\x1b\xc8\x2b\x5a\x1f\x32\xb1\x62\xd7\x48\x1b\xd0\x38\ +\x10\xb1\x9f\xe5\x11\x7d\x90\x17\xed\x40\x52\xde\x5a\x5e\xf4\x39\ +\x08\x7b\x8c\x43\x0a\x84\x2c\x24\xff\x09\x10\x8b\x96\x22\x07\x9e\ +\x41\x93\x43\xce\x98\x81\x94\x32\x88\x51\x94\x25\x6b\x5a\x8b\x5c\ +\xec\xa5\xb9\x9a\x7a\x10\x19\xa1\x0b\xc9\x9c\xbe\x85\xf8\xa9\x5d\ +\x96\xb4\x1a\xb9\x92\xf0\x74\x8a\x11\xb3\x66\x86\xa2\x84\xcd\xc4\ +\xc2\x61\x48\x75\xc0\xd3\x90\x15\x21\x66\xf2\xae\x06\x9b\x81\x27\ +\x81\x47\x90\x9a\xb3\x4b\xf2\x55\x27\x1e\xfa\xfb\x04\x6b\x44\x19\ +\xd9\x24\xcf\x40\xca\x24\x1d\x81\x54\xe0\xd9\x2d\xb2\xdc\x37\x91\ +\x22\x31\x8b\x91\xf0\xf1\x27\x90\x5c\x85\x4a\x64\xb9\x85\xc0\x40\ +\x9a\x60\xad\xb0\x1f\xf0\xfe\x1a\xf5\x20\xd5\x93\xc7\x37\x50\x37\ +\x92\x7f\x39\x84\x5d\x96\xf2\x5e\xa4\xd0\xdd\x3b\x48\x8e\xe6\xc6\ +\x06\x5a\x83\x04\x2d\xae\x42\x92\x50\xd6\x64\xd2\x8a\x82\xe2\xff\ +\x00\x05\x19\x21\xf8\xb8\xeb\x28\x7e\x00\x00\x00\x00\x49\x45\x4e\ +\x44\xae\x42\x60\x82\ \x00\x00\x20\x34\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ @@ -5030,9 +891,3773 @@ \x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ \x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ \x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ -\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\xd2\x50\xfd\x37\xdc\ -\xdf\x8c\x34\x19\xe3\x59\x3a\x00\x00\x00\x00\x49\x45\x4e\x44\xae\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\xd2\x50\xfd\x37\xdc\ +\xdf\x8c\x34\x19\xe3\x59\x3a\x00\x00\x00\x00\x49\x45\x4e\x44\xae\ +\x42\x60\x82\ +\x00\x00\x01\xac\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x14\x00\x00\x00\x11\x08\x06\x00\x00\x00\xdd\x44\x8c\xbe\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ +\x01\x95\x2b\x0e\x1b\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\x29\x49\x44\ +\x41\x54\x38\x8d\x95\xd4\xbd\x4a\x03\x41\x14\x86\xe1\x47\x6c\xc4\ +\xa4\x48\x10\x1b\x5b\x3b\xdb\xe8\x95\x18\x6f\xc0\x42\x50\xb4\x11\ +\x51\x10\x44\x54\xb0\xb6\xb3\xb4\xf2\x02\x0c\x69\xfc\x41\xb0\xb3\ +\xb1\x10\xc4\xd6\x2a\xfe\x83\x82\x85\x68\xa1\x16\xbb\x4b\x26\x9b\ +\xcd\x66\x3d\x70\x60\xd9\xef\x7c\x2f\x33\x67\xe6\x0c\xdd\x51\xc2\ +\x02\x4e\xd0\xc2\x37\x1e\x71\x81\x15\x54\x33\x3c\x3d\xa3\x8e\x07\ +\xfc\xe6\xe4\x3b\xe6\x8a\xc0\xd6\xf0\x93\x32\x3f\xe1\x1a\xf7\x19\ +\xe0\xbd\x3c\xd8\x4c\x0a\xd6\x40\x2d\x55\x33\x81\xc3\x14\x74\x29\ +\x0b\x56\x16\xf5\x28\x29\xda\xea\xb3\x93\xc5\xa0\xf6\x03\x63\x79\ +\x05\x8d\x3e\xb0\x24\x0e\x02\xcf\x46\x5a\x3c\x0d\xc4\xc9\x82\xc0\ +\x71\xed\x16\x5d\xa5\xc5\x56\x2c\xbc\x62\xa0\x0f\xa8\x1a\xe4\x5d\ +\xec\xfb\xc4\x48\xfc\xaf\x02\x5f\xb1\x70\x5b\x60\x65\x9b\xf2\xaf\ +\xd4\xfa\x7f\x57\x48\x74\x68\x59\xb0\xfd\xa4\x20\xec\xe1\x54\x01\ +\x20\xec\xa4\x60\x47\x18\x4c\xc4\xf0\x94\x9b\x05\x81\xb0\x1b\x7b\ +\x2e\x31\x1c\x0a\x65\x9d\xe3\xb6\xdd\x07\x34\x18\x7c\x2f\x63\x34\ +\xab\xa8\xae\x73\x52\x9a\xba\xaf\x50\x4d\xb4\xb5\x33\x0c\x15\xd8\ +\x81\x55\xdd\xb3\xfc\x82\x1b\xd1\x44\xf4\xec\x59\x5e\x4c\xcb\x7e\ +\x08\xc2\x7c\xc3\x6c\x11\x58\x12\x25\xcc\xe3\x58\xfb\x3d\x7c\xc6\ +\xb9\xa8\x67\x95\x3c\xf3\x1f\x05\x5b\x7f\x80\x39\x0e\xbb\x26\x00\ +\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x9f\x04\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x06\x40\x00\x00\x06\x40\x08\x06\x00\x00\x00\x21\x0c\x8e\xa7\ +\x00\x00\x00\x01\x73\x52\x47\x42\x00\xae\xce\x1c\xe9\x00\x00\x00\ +\x04\x67\x41\x4d\x41\x00\x00\xb1\x8f\x0b\xfc\x61\x05\x00\x00\x00\ +\x09\x70\x48\x59\x73\x00\x00\x0e\xc3\x00\x00\x0e\xc3\x01\xc7\x6f\ +\xa8\x64\x00\x00\x9e\x99\x49\x44\x41\x54\x78\x5e\xec\xdd\x79\xfc\ +\xef\xf5\x9c\xff\xff\xce\x39\x75\x52\x4a\x45\x45\x22\xa2\x21\x4b\ +\x94\x6c\x91\x7d\x5f\x6a\xec\x91\xb1\x66\x22\x61\xec\x34\x59\xb3\ +\x0f\x06\x45\xc3\xc8\x30\xc2\x8c\x9d\xec\xdb\xd8\x29\x13\x51\x1a\ +\x4b\xa4\x45\xab\x52\xb4\xd7\xe9\xfc\x7e\xf7\xe7\xd7\x98\xa2\xc7\ +\xa9\x73\x3e\x9f\xf7\xf2\x5a\xae\xb7\xcb\xe5\xfa\xc7\xcc\x65\x8c\ +\xfa\xbc\x1e\xaf\xe5\xfd\x7e\xbd\x5f\xcf\xd7\x5a\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\xa4\x51\xb6\ +\x24\x36\x89\x1b\xc5\x4d\x62\xc7\xd8\x39\xee\x1d\x0f\x8d\x47\xc6\ +\x9e\xf1\xf4\x78\x51\xbc\x22\x5e\x1f\xef\x88\x77\xc5\x47\xe2\x13\ +\xf1\x95\xf8\x76\x1c\x7e\x39\xbf\x2e\x9c\x1a\xbf\xff\x2b\xe7\xc4\ +\xff\xb7\x9a\xce\x8a\xbf\xfe\xcf\xff\x36\xfe\xfa\xbf\xe7\x17\x71\ +\xf9\x7f\x96\xaf\x47\xfb\x67\x6c\xff\xbc\x1f\x8a\xf6\xcf\xfe\xd6\ +\x68\xff\x2e\xfb\x46\xfb\x77\x6b\xff\x9e\x4f\x8e\xf6\xef\xfc\xe0\ +\x68\x7f\x83\x3b\x44\xfb\x9b\xb4\xbf\xcf\x56\xb1\x61\x48\x92\x24\ +\x49\x92\x24\x49\x92\xa4\x19\xb4\x51\xdc\x20\x6e\x1d\x77\x8b\xbf\ +\x8d\x27\xc4\x3f\xc4\xcb\xe3\x2d\xf1\xde\xf8\x64\x7c\x23\x7e\x1c\ +\xc7\xc5\xd9\x51\xdd\x64\xe0\xca\xad\x88\x33\xe2\x57\xd1\x6e\xae\ +\xb4\x1b\x2b\x1f\x8d\x77\xc7\x1b\xa3\xdd\x50\xd9\x3b\x1e\x1b\x0f\ +\x8a\x3b\xc7\x2d\x62\xcb\x58\x3f\x24\x49\x92\x24\x49\x92\x24\x49\ +\x1a\x65\xeb\x45\x7b\xda\xe0\x8e\xb1\x4b\xb4\xa7\x12\x5e\x12\x6f\ +\x8b\xf6\xf4\x42\xbb\x89\x71\x74\x9c\x1e\x2b\xa3\xfa\x92\x9e\xee\ +\xba\x28\x4e\x8e\x76\x23\xea\x0b\xf1\xfe\x78\x53\x3c\x2f\x1e\x1f\ +\xf7\x8f\x76\x33\xeb\xba\xb1\x76\x48\x92\x24\x49\x92\x24\x49\x92\ +\xd4\xe9\xae\x13\xb7\x8d\xf6\x84\x46\x7b\x42\xa0\x2d\x27\xd5\x96\ +\x92\x6a\x4f\x66\x7c\x27\xda\xb2\x4d\x6b\xb2\x1c\x14\xe3\xd0\x6e\ +\x74\xb5\x1b\x5e\x6d\x19\xaf\x76\x03\xac\xdd\x08\x6b\x4f\x99\xb4\ +\x1b\x63\xed\x09\x93\x5b\xc6\xc6\x21\x49\x92\x24\x49\x92\x24\x49\ +\xd2\xc4\x6b\x5f\x40\xb7\x2f\xa2\xdb\x17\xd2\x7b\xc5\x6b\xa2\xfd\ +\xb2\xbf\x3d\xad\xd1\x96\x4a\xba\x30\xaa\x2f\xb7\x61\x52\xda\xcd\ +\xb3\x76\xa3\xa4\x3d\x55\xf2\xaf\xf1\xb2\x68\x4b\xa1\xdd\x2b\x6e\ +\x1a\xed\xc9\x22\x49\x92\x24\x49\x92\x24\x49\x92\xfe\xaf\xa5\xd1\ +\xde\xb1\xd1\xbe\x48\x7e\x52\xb4\xf7\x6a\x1c\x14\x5f\x8c\xf6\x85\ +\xb3\xa7\x36\xe8\x8b\xdf\xc5\x11\xf1\xe9\xd8\x3f\x5e\x18\xbb\xc7\ +\x4e\xb1\x79\x48\x92\x24\x49\x92\x24\x49\x92\x06\xd6\x3a\xb1\x4d\ +\xdc\x2f\xda\xf2\x54\xed\xc5\xe1\x9f\x8d\x9f\x85\xa7\x37\x18\x8b\ +\x3f\xc4\x0f\xe3\xc3\xd1\x9e\x62\xda\x23\xda\x8b\xf5\xdb\x0b\xdc\ +\x25\x49\x92\x24\x49\x92\x24\x49\x1d\x6d\xdd\xb8\x59\xec\x1a\xcf\ +\x8e\xb7\x47\x7b\x8a\xa3\x2d\x51\x75\x49\x54\x5f\x08\x03\x7f\x72\ +\x5e\xfc\x24\xda\x3b\x6b\xde\x18\x4f\x8d\xf6\x54\x54\x7b\x3a\xaa\ +\x3d\x25\x25\x49\x92\x24\x49\x92\x24\x49\x9a\x72\x9b\xc4\xce\xb1\ +\x67\xbc\x35\xbe\x12\xc7\xc5\xa5\x51\x7d\xb1\x0b\x2c\xce\x45\xf1\ +\xf3\xf8\x44\xbc\x36\xda\xb2\x5a\x3b\x84\xf7\x8e\x48\x92\x24\x49\ +\x92\x24\x49\xd2\x02\xba\x56\xdc\x25\x9e\x16\xed\x7d\x06\xed\x46\ +\xc7\x29\x51\x7d\x41\x0b\xcc\xde\x8a\x38\x26\xda\x3b\x47\x5e\x17\ +\x7f\x17\x3b\x86\x1b\x23\x92\x24\x49\x92\x24\x49\x92\x94\xda\x8d\ +\x8e\xbb\x47\xbb\xd1\xd1\x96\xad\xfa\x5a\x9c\x1a\xd5\x17\xae\x40\ +\xf7\xb5\xa7\xb1\x7e\x1d\x87\xc4\xeb\xe3\xf1\xd1\x6e\x8c\x5c\x3d\ +\x24\x49\x92\x24\x49\x92\x24\x69\x70\xb5\xf7\x08\x6c\x1b\x8f\x89\ +\x37\xc4\x97\xe3\xf4\xa8\xbe\x40\x05\x86\x67\x65\xb4\x1b\x23\x6d\ +\x29\xad\x97\xc6\x83\xc2\x0b\xd8\x25\x49\x92\x24\x49\x92\x24\xf5\ +\xaa\xe5\x71\x9b\xd8\x23\xde\x11\xdf\x8d\x73\xa2\xfa\x52\x14\x18\ +\xb7\x76\x23\xf4\x8b\xd1\x96\xd1\x7a\x54\xdc\x24\xbc\x78\x5d\x92\ +\x24\x49\x92\x24\x49\xd2\xdc\xbb\x46\xb4\x77\x75\x3c\x33\xde\x13\ +\x3f\x8e\x8b\xa3\xfa\xa2\x13\x60\x75\xfc\x21\xbe\x15\xed\xfd\x3f\ +\x4f\x8e\x5b\xc7\x3a\x21\x49\x92\x24\x49\x92\x24\x49\x53\xa9\xad\ +\xe1\xdf\xde\xd7\xf1\xc2\xf8\x70\xfc\x22\xda\x7a\xff\xd5\x17\x98\ +\x00\x93\x74\x51\xfc\x30\xda\x8d\xd6\xbd\x62\x87\x58\x3b\x24\x49\ +\x92\x24\x49\x92\x24\x69\x8d\x6a\x4b\xd0\xdc\x2c\x9e\x14\xef\x8a\ +\xf6\x64\xc7\x8a\xa8\xbe\x98\x04\x98\x87\xf3\xa2\x3d\x29\xf2\xc6\ +\x78\x58\x78\xa7\x88\x24\x49\x92\x24\x49\x92\xa4\x2b\xb4\x69\xb4\ +\x97\x12\xef\x17\xed\x05\xe5\x67\x47\xf5\x85\x23\x40\x97\xfd\x36\ +\x3e\x16\xcf\x8b\xb6\x3c\xdf\xfa\x21\x49\x92\x24\x49\x92\x24\x69\ +\x24\xb5\xb5\xf4\x6f\x1f\xed\xbd\x1d\x07\xc7\x31\x51\x7d\x91\x08\ +\xd0\x77\x97\x44\x5b\x3a\xeb\x1d\xf1\xf8\x68\x2f\x59\x5f\x12\x92\ +\x24\x49\x92\x24\x49\x92\x06\xd0\x46\xd1\x9e\xee\x78\x43\x7c\x37\ +\x2e\x88\xea\x8b\x42\x80\x31\x38\x33\x3e\x1f\xfb\xc4\x9d\x63\x79\ +\x48\x92\x24\x49\x92\x24\x49\xea\x41\x6d\x39\xab\x87\xc4\x5b\xe2\ +\x47\xe1\xdd\x1d\x00\xab\xd6\xde\x25\xf2\xb5\x78\x79\xdc\x23\xd6\ +\x0b\x49\x92\x24\x49\x92\x24\x49\x1d\x68\x8b\xd8\x2d\xde\x1e\x3f\ +\x8d\x95\x51\x7d\xc9\x07\xc0\x55\xbb\x30\xbe\x1d\xaf\x89\xfb\xc5\ +\x06\x21\x49\x92\x24\x49\x92\x24\x69\x06\xdd\x20\x1e\x17\xef\x8e\ +\x5f\x44\xf5\x05\x1e\x00\x93\xd1\xde\x23\x72\x58\xbc\x31\x76\x89\ +\x8d\x43\x92\x24\x49\x92\x24\x49\xd2\x04\xda\x32\x9e\x18\xff\x1e\ +\xbf\x89\xea\x0b\x3a\x00\x66\xe3\xd2\x38\x22\xde\x16\xbb\xc6\x86\ +\x21\x49\x92\x24\x49\x92\x24\x69\x35\x6a\xcb\xad\x3c\x30\xde\x1a\ +\x47\x47\xf5\x05\x1c\x00\xdd\xd0\x9e\x10\x69\x4b\x66\xbd\x2c\x76\ +\x8a\x65\x21\x49\x92\x24\x49\x92\x24\x29\xb5\x2f\xcb\x6e\x1f\xfb\ +\xc6\x37\xe2\xa2\xa8\xbe\x64\x03\xa0\xfb\xce\x8e\x4f\xc4\x5e\xb1\ +\x4d\x48\x92\x24\x49\x92\x24\x49\xa3\x6a\xeb\xd8\x33\x3e\x1a\x67\ +\x46\xf5\x25\x1a\x00\xfd\xd7\x96\x2e\x7c\x57\x3c\x22\xae\x19\x92\ +\x24\x49\x92\x24\x49\xd2\xa0\xda\x28\x1e\x16\xff\x12\xc7\x44\xf5\ +\x25\x19\x00\xc3\xb6\x22\x7e\x10\xaf\x8e\xbb\xc5\xf2\x90\x24\x49\ +\x92\x24\x49\x92\x7a\xd7\x2d\xe3\xc5\xf1\x9d\x68\x5f\x7a\x55\x5f\ +\x86\x01\x30\x5e\xe7\xc4\xa7\xe2\x29\xb1\x45\x48\x92\x24\x49\x92\ +\x24\x49\x9d\xec\x6a\x71\xdf\x38\x20\xda\x92\x27\xd5\x97\x5d\x00\ +\x50\x59\x19\xff\x1d\x2f\x8f\x1d\x63\x49\x48\x92\x24\x49\x92\x24\ +\x49\x73\xeb\x3a\xb1\x47\xb4\x17\xde\xb6\x5f\xf2\x56\x5f\x6a\x01\ +\xc0\x9a\x3a\x39\xde\x1d\x7f\x1b\xeb\x87\x24\x49\x92\x24\x49\x92\ +\x34\xd5\xda\x2f\x72\x77\x88\x97\x46\x5b\xc7\xfd\xd2\xa8\xbe\xb8\ +\x02\x80\x49\xb9\x20\x3e\x1f\x7b\xc5\x0d\x42\x92\x24\x49\x92\x24\ +\x49\x9a\x48\xed\x97\xb7\xbb\xc4\xbb\xe2\xb7\x51\x7d\x39\x05\x00\ +\xb3\xf2\x93\x78\x6d\xec\x14\x4b\x43\x92\x24\x49\x92\x24\x49\x5a\ +\xed\x36\x89\x27\xc4\xa7\xe3\xfc\xa8\xbe\x80\x02\x80\x79\x3b\x3d\ +\xda\x52\x59\x0f\x88\xe5\x21\x49\x92\x24\x49\x92\x24\x5d\xa1\x4d\ +\x63\xcf\xf8\x52\x5c\x1c\xd5\x17\x4d\x00\xd0\x55\x67\xc5\xc1\xf1\ +\x90\x58\x2f\x24\x49\x92\x24\x49\x92\x34\xe2\xae\x1b\x7b\xc7\xd7\ +\x62\x45\x54\x5f\x28\x01\x40\xdf\x9c\x1b\x1f\x89\x47\xc6\xd5\x43\ +\x92\x24\x49\x92\x24\x49\x23\xe8\x86\xf1\xdc\xf8\x6e\x78\x89\x39\ +\x00\x43\xd7\x96\x72\xfc\x64\xfc\x5d\x6c\x1c\x92\x24\x49\x92\x24\ +\x49\x1a\x50\x37\x8d\x7d\xe2\xf0\xa8\xbe\x1c\x02\x80\x31\xb8\x28\ +\x3e\x1f\x4f\x89\xb6\xf4\xa3\x24\x49\x92\x24\x49\x92\x7a\xd8\xb6\ +\xf1\x8a\x38\x2a\xaa\x2f\x81\x00\x60\xcc\xda\xd2\x8f\x6d\x09\xc8\ +\xa7\xc7\x66\x21\x49\x92\x24\x49\x92\xa4\x0e\xb7\x65\x3c\x2f\x7e\ +\x14\xd5\x97\x3d\x00\xc0\x15\x5d\x1c\x9f\x8b\xb6\x4c\xd6\x06\x21\ +\x49\x92\x24\x49\x92\xa4\x0e\x74\xcd\x68\x4b\x79\x7c\x3d\xbc\xd3\ +\x03\x00\x16\xe7\xbc\xf8\x8f\xd8\x25\xd6\x09\x49\x92\x24\x49\x92\ +\x24\xcd\xb0\xf5\x62\xb7\xf8\x54\x5c\x18\xd5\x17\x38\x00\xc0\xe2\ +\x9c\x19\xef\x8c\xbb\xc5\xd2\x90\x24\x49\x92\x24\x49\xd2\x14\x5a\ +\x16\xf7\x8f\x7f\x8f\x3f\x46\xf5\x45\x0d\x00\x30\x1d\x27\xc4\x3f\ +\xc5\xf6\x21\x49\x92\x24\x49\x92\xa4\x45\xb6\x24\x76\x8a\xfd\xe3\ +\xb4\xa8\xbe\x90\x01\x00\x66\xeb\xe8\x78\x49\xdc\x28\x24\x49\x92\ +\x24\x49\x92\xb4\x06\xdd\x38\xf6\x8b\x5f\x47\xf5\xc5\x0b\x00\x30\ +\x7f\x2b\xe3\xfb\xf1\x8c\x68\xef\xe4\x92\x24\x49\x92\x24\x49\x52\ +\xd1\x06\xf1\xc4\xf8\x66\xb4\x2f\x54\xaa\x2f\x5a\x00\x80\x6e\x3a\ +\x3f\x3e\x10\xf7\x0e\xef\x0b\x91\x24\x49\x92\x24\x49\x4a\x6d\x89\ +\xab\xf7\xc4\x39\x51\x7d\xa1\x02\x00\xf4\xcb\xf1\xd1\x9e\xe4\x6c\ +\x4f\x74\x4a\x92\x24\x49\x92\x24\x8d\xaa\xeb\xc6\x8b\xe2\x67\x51\ +\x7d\x71\x02\x00\xf4\x5f\x7b\xa2\xb3\x3d\xd9\xd9\x9e\xf0\x6c\x4f\ +\x7a\x4a\x92\x24\x49\x92\x24\x0d\xb2\x75\xe3\x91\xf1\xb9\x58\x11\ +\xd5\x17\x25\x00\xc0\x30\xb5\x27\x3d\xdf\x1b\x77\x0a\x49\x92\x24\ +\x49\x92\xa4\x41\xb4\x63\x1c\x10\x67\x46\xf5\x85\x08\x00\x30\x2e\ +\xed\x09\xd0\xf6\x24\x68\x7b\x22\x54\x92\x24\x49\x92\x24\xa9\x57\ +\x6d\x1c\xcf\x88\x9f\x44\xf5\xc5\x07\x00\x40\x7b\x22\xb4\x3d\x19\ +\xfa\xf0\x58\x27\x24\x49\x92\x24\x49\x92\x3a\xdb\xed\xa2\xbd\xd0\ +\xfc\xfc\xa8\xbe\xe8\x00\x00\xa8\x9c\x1c\xed\xc5\xe9\xd7\x0f\x49\ +\x92\x24\x49\x92\xa4\x4e\x74\xf5\xd8\x23\x0e\x8f\xea\x0b\x0d\x00\ +\x80\xd5\xd5\x9e\x0a\xf9\x74\xdc\x3f\x96\x86\x24\x49\x92\x24\x49\ +\xd2\xcc\xbb\x79\xbc\x2d\xce\x8e\xea\x0b\x0c\x00\x80\xc5\xf8\x75\ +\xb4\x77\x85\x6c\x16\x92\x24\x49\x92\x24\x49\x53\x6d\x79\x3c\x3a\ +\xbe\x1e\xd5\x17\x15\x00\x00\x93\x76\x61\x7c\x28\xee\x12\x92\x24\ +\x49\x92\x24\x49\x13\xed\x86\xf1\xda\x38\x35\xaa\x2f\x26\x00\x00\ +\x66\xe1\xa7\xb1\x77\x6c\x14\x92\x24\x49\x92\x24\x49\x0b\xaa\xad\ +\xbb\xfd\xe0\xf8\x6c\x5c\x1a\xd5\x97\x10\x00\x00\xf3\x70\x4e\xbc\ +\x3b\x76\x08\x49\x92\x24\x49\x92\xa4\xd5\x6a\xe3\x78\x61\x1c\x17\ +\xd5\x17\x0e\x00\x00\x5d\x72\x68\x3c\x26\xd6\x09\x49\x92\x24\x49\ +\x92\xa4\x2b\x74\xd3\x78\x47\x9c\x1b\xd5\x97\x0b\x00\x00\x5d\xf6\ +\xdb\xd8\x27\xae\x15\x92\x24\x49\x92\x24\x69\xe4\x2d\x89\xfb\xc6\ +\xe7\x63\x65\x54\x5f\x26\x00\x00\xf4\xc9\x79\xf1\xae\xb8\x45\x48\ +\x92\x24\x49\x92\xa4\x91\xb5\x7e\xec\x19\xed\x45\xa2\xd5\x17\x07\ +\x00\x00\x7d\xd7\x7e\xdc\xf1\xe5\x78\x40\xb4\x1f\x7d\x48\x92\x24\ +\x49\x92\xa4\x01\xb7\x65\xbc\x2e\xce\x88\xea\x8b\x02\x00\x80\x21\ +\xfa\x79\x3c\x3d\xae\x1e\x92\x24\x49\x92\x24\x69\x40\xdd\x21\x3e\ +\x14\x17\x47\xf5\xa5\x00\x00\xc0\x18\xfc\x3e\xde\x10\x5b\x85\x24\ +\x49\x92\x24\x49\xea\x69\x6b\xc7\x6e\xf1\xfd\xa8\xbe\x00\x00\x00\ +\x18\xab\x4b\xe2\x23\xb1\x53\x48\x92\x24\x49\x92\xa4\x9e\xb4\x41\ +\x3c\x27\x4e\x88\xea\x03\x3f\x00\x00\x97\x39\x2c\x1e\x16\x4b\x43\ +\x92\x24\x49\x92\x24\x75\xb0\xcd\x62\xbf\x38\x33\xaa\x0f\xf7\x00\ +\x00\xac\x5a\x7b\x4f\xc8\x1e\xb1\x3c\x24\x49\x92\x24\x49\x52\x07\ +\xba\x61\x1c\x10\xe7\x45\xf5\x61\x1e\x00\x80\xd5\x77\x52\x3c\x3f\ +\x36\x0c\x49\x92\x24\x49\x92\x34\x87\x6e\x15\x1f\x88\xb6\x86\x75\ +\xf5\xe1\x1d\x00\x80\x85\x3b\x2b\x5e\x13\x9b\x87\x24\x49\x92\x24\ +\x49\x9a\x41\x77\x8d\xcf\xc5\xca\xa8\x3e\xac\x03\x00\x30\x39\x17\ +\xc4\x81\x71\xa3\x90\x24\x49\x92\x24\x49\x13\x6e\x49\xec\x1a\xdf\ +\x8b\xea\x83\x39\x00\x00\xd3\xb5\x22\xfe\x23\xb6\x0f\x49\x92\x24\ +\x49\x92\xb4\xc8\xd6\x89\x27\xc4\xd1\x51\x7d\x10\x07\x00\x60\xf6\ +\xbe\x18\x77\x0f\x49\x92\x24\x49\x92\xb4\x86\xad\x17\xff\x10\x27\ +\x44\xf5\xa1\x1b\x00\x80\xf9\x3b\x34\xfe\x36\xda\xd3\xba\x92\x24\ +\x49\x92\x24\xe9\x4a\x5a\x3f\x9e\x13\xa7\x46\xf5\x21\x1b\x00\x80\ +\xee\x39\x22\x1e\x1a\x6e\x84\x48\x92\x24\x49\x92\xf4\x57\x5d\x3d\ +\x9e\x17\x6e\x7c\x00\x00\xf4\xd7\x8f\xe3\x61\xe1\x46\x88\x24\x49\ +\x92\x24\x69\xf4\xb5\x1b\x1f\x2f\x88\xd3\xa2\xfa\x10\x0d\x00\x40\ +\xff\x1c\x19\x8f\x88\xa5\x21\x49\x92\x24\x49\xd2\xa8\xda\x20\x5e\ +\x18\xa7\x47\xf5\xa1\x19\x00\x80\xfe\x6b\x37\x42\x1e\x15\x6e\x84\ +\x48\x92\x24\x49\x92\x06\x5f\xbb\xf1\xb1\x4f\xfc\x2e\xaa\x0f\xc9\ +\x00\x00\x0c\xcf\x4f\x63\xb7\x70\x23\x44\x92\x24\x49\x92\x34\xb8\ +\x36\x8c\x7f\x8c\x33\xa2\xfa\x50\x0c\x00\xc0\xf0\x1d\x1d\x8f\x09\ +\x37\x42\x24\x49\x92\x24\x49\xbd\xef\x1a\xb1\x6f\x9c\x19\xd5\x87\ +\x60\x00\x00\xc6\xe7\x67\xb1\x7b\xb8\x11\x22\x49\x92\x24\x49\xea\ +\x5d\xed\xe5\xe6\x6d\xa9\x2b\x37\x3e\x00\x00\x58\x95\x9f\x47\x7b\ +\x47\xc8\x92\x90\x24\x49\x92\x24\xa9\xd3\x2d\x8f\xbd\xe3\xe4\xa8\ +\x3e\xe4\x02\x00\xc0\x5f\xfb\x61\xdc\x3f\x24\x49\x92\x24\x49\xea\ +\x5c\x6d\xf9\x82\xc7\xc5\xb1\x51\x7d\xa8\x05\x00\x80\xab\xf2\xcd\ +\xb8\x53\x48\x92\x24\x49\x92\xd4\x89\x76\x8d\xa3\xa2\xfa\x10\x0b\ +\x00\x00\x6b\xea\x90\xb8\x55\x48\x92\x24\x49\x92\x34\x97\xee\x11\ +\xdf\x8b\xea\x43\x2b\x00\x00\x2c\xc6\xa5\xf1\x81\xb8\x71\x48\x92\ +\x24\x49\x92\x34\x93\x76\x8c\x2f\x45\xf5\x41\x15\x00\x00\x26\xe9\ +\xa2\xf8\x97\xd8\x22\x24\x49\x92\x24\x49\x9a\x4a\xdb\xc6\x47\x62\ +\x65\x54\x1f\x4e\x01\x00\x60\x5a\xce\x8f\xd7\xc7\x26\x21\x49\x92\ +\x24\x49\xd2\x44\xda\x2a\x0e\x8a\x4b\xa2\xfa\x30\x0a\x00\x00\xb3\ +\x72\x56\xec\x13\x1b\x84\x24\x49\x92\x24\x49\x0b\x6a\xe3\x78\x53\ +\x5c\x10\xd5\x87\x4f\x00\x00\x98\x97\x53\xe2\xe9\xb1\x76\x48\x92\ +\x24\x49\x92\xb4\x5a\x2d\x8f\xe7\xc4\xef\xa2\xfa\xb0\x09\x00\x00\ +\x5d\x71\x74\xdc\x3f\x24\x49\x92\x24\x49\xba\xd2\x1e\x1a\xc7\x44\ +\xf5\xe1\x12\x00\x00\xba\xea\xab\xb1\x43\x48\x92\x24\x49\x92\xf4\ +\x17\xdd\x3e\xbe\x1e\xd5\x87\x49\x00\x00\xe8\x83\x4b\xe3\x3d\xb1\ +\x45\x48\x92\x24\x49\x92\x46\x5e\x7b\xc1\xf9\x87\x62\x65\x54\x1f\ +\x22\x01\x00\xa0\x6f\xce\x89\x97\x87\x17\xa5\x4b\x92\x24\x49\xd2\ +\x08\xdb\x30\x5e\x1d\xe7\x47\xf5\xa1\x11\x00\x00\xfa\xee\xe4\x78\ +\x72\x2c\x0d\x49\x92\x24\x49\xd2\xc0\x5b\x3b\x9e\x1e\x5e\x70\x0e\ +\x00\xc0\x58\xfc\x28\xee\x19\x92\x24\x49\x92\xa4\x81\x76\xff\x38\ +\x3a\xaa\x0f\x85\x00\x00\x30\x74\x5f\x88\x9b\x87\x24\x49\x92\x24\ +\x69\x20\xed\x10\x5f\x8d\xea\x43\x20\x00\x00\x8c\xc9\x25\xf1\x8e\ +\xd8\x34\x24\x49\x92\x24\x49\x3d\x6d\x93\x68\x1f\xee\xda\x87\xbc\ +\xea\xc3\x1f\x00\x00\x8c\xd5\x59\xf1\xcc\x68\x4b\xc4\x4a\x92\x24\ +\x49\x92\x7a\x52\x7b\xc9\xe3\x9e\xe1\x3d\x1f\x00\x00\x70\xe5\x8e\ +\x8c\xbb\x87\x24\x49\x92\x24\xa9\xe3\xdd\x31\x7e\x18\xd5\x87\x3b\ +\x00\x00\xa0\xf6\xa1\xb8\x5e\x48\x92\x24\x49\x92\x3a\xd6\x16\xf1\ +\xde\x58\x19\xd5\x07\x3a\x00\x00\xe0\xca\x9d\x13\xfb\xc4\xf2\x90\ +\x24\x49\x92\x24\xcd\xb9\xb6\x66\xf1\x73\xa2\xad\x61\x5c\x7d\x88\ +\x03\x00\x00\xd6\xcc\x31\xf1\x80\x90\x24\x49\x92\x24\xcd\xa9\x7b\ +\xc4\xd1\x51\x7d\x68\x03\x00\x00\x16\xe7\xd3\xb1\x4d\x48\x92\x24\ +\x49\x92\x66\xd4\x56\xf1\x91\xa8\x3e\xa4\x01\x00\x00\x93\x73\x7e\ +\xbc\x3a\xd6\x0b\x49\x92\x24\x49\xd2\x94\xba\x5a\xec\x1b\xe7\x45\ +\xf5\xe1\x0c\x00\x00\x98\x8e\xe3\xe3\x11\x21\x49\x92\x24\x49\x9a\ +\x70\x0f\x8e\xb6\x16\x71\xf5\x61\x0c\x00\x00\x98\x8d\xaf\xc5\xb6\ +\x21\x49\x92\x24\x49\x5a\x64\xd7\x8d\x8f\x46\xf5\xe1\x0b\x00\x00\ +\x98\xbd\x8b\x62\xbf\x68\x4f\x68\x4b\x92\x24\x49\x92\xd6\xb0\xa5\ +\xf1\x8c\xf8\x43\x54\x1f\xba\x00\x00\x80\xf9\xfa\x65\xdc\x2b\x24\ +\x49\x92\x24\x49\xab\xd9\xf6\xf1\x83\xa8\x3e\x64\x01\x00\x00\xdd\ +\xf2\xfe\xd8\x2c\x24\x49\x92\x24\x49\xab\x68\x83\x78\x73\x5c\x12\ +\xd5\x07\x2b\x00\x00\xa0\x9b\xce\x8c\x3d\x62\x49\x48\x92\x24\x49\ +\x92\x2e\xd7\x2e\x71\x5c\x54\x1f\xa6\x00\x00\x80\x7e\xf8\x56\xdc\ +\x2c\x24\x49\x92\x24\x69\xf4\x6d\x19\x1f\x8f\xea\xc3\x13\x00\x00\ +\xd0\x3f\xed\x25\xe9\xaf\x8a\xf5\x42\x92\x24\x49\x92\x46\x57\x7b\ +\xc9\xf9\xb3\xe2\x8f\x51\x7d\x68\x02\x00\x00\xfa\xad\xbd\x24\xfd\ +\xde\x21\x49\x92\x24\x49\xa3\xe9\x36\xf1\xdf\x51\x7d\x48\x02\x00\ +\x00\x86\xe5\xe0\xd8\x3c\x24\x49\x92\x24\x69\xb0\x5d\x3d\xde\x12\ +\x5e\x72\x0e\x00\x00\xe3\xd2\x5e\x92\xfe\x94\xf0\x92\x74\x49\x92\ +\x24\x49\x83\xeb\x5e\x71\x6c\x54\x1f\x86\x00\x00\x80\x71\xf8\x6a\ +\x6c\x1d\x92\x24\x49\x92\xd4\xfb\xae\x11\xef\x8c\x95\x51\x7d\x00\ +\x02\x00\x00\xc6\xe5\x9c\x78\x46\xb4\xf7\x02\x4a\x92\x24\x49\x52\ +\x2f\xbb\x7f\x9c\x10\xd5\x87\x1e\x00\x00\x60\xdc\xbe\x19\x7f\x13\ +\x92\x24\x49\x92\xd4\x9b\x36\x89\x7f\x8b\xea\x43\x0e\x00\x00\xc0\ +\x9f\x9d\x1f\xcf\x8d\x65\x21\x49\x92\x24\x49\x9d\x6e\x97\x38\x29\ +\xaa\x0f\x37\x00\x00\x00\x95\xef\xc7\xcd\x42\x92\x24\x49\x92\x3a\ +\xd7\xb5\xe2\x83\x51\x7d\x98\x01\x00\x00\xb8\x2a\x17\xc6\x3e\xb1\ +\x76\x48\x92\x24\x49\x52\x27\x7a\x44\x9c\x1a\xd5\x87\x18\x00\x00\ +\x80\x35\xf1\xc3\xb8\x55\x48\x92\x24\x49\xd2\xdc\xda\x3c\x3e\x1a\ +\xd5\x87\x16\x00\x00\x80\x85\xba\x28\x5e\x11\xcb\x43\x92\x24\x49\ +\x92\x66\xda\xee\x71\x46\x54\x1f\x56\x00\x00\x00\x26\xe1\x27\xb1\ +\x63\x48\x92\x24\x49\xd2\xd4\x6b\x4f\x7d\x7c\x32\xaa\x0f\x27\x00\ +\x00\x00\x93\x76\x49\xbc\x2a\xd6\x09\x49\x92\x24\x49\x9a\x4a\xbb\ +\xc6\x69\x51\x7d\x28\x01\x00\x00\x98\xa6\xc3\xe3\xe6\x21\x49\x92\ +\x24\x49\x13\x6b\xc3\x38\x28\xaa\x0f\x21\x00\x00\x00\xb3\x72\x7e\ +\xfc\x43\x2c\x09\x49\x92\x24\x49\x5a\x54\x3b\xc7\xb1\x51\x7d\xf8\ +\x00\x00\x00\x98\x87\xaf\xc6\xf5\x43\x92\x24\x49\x92\xd6\xb8\xe5\ +\xf1\xfa\x58\x11\xd5\x07\x0e\x00\x00\x80\x79\xfa\x7d\xec\x1e\x92\ +\x24\x49\x92\xb4\xda\xdd\x32\x7e\x1c\xd5\x87\x0c\x00\x00\x80\x2e\ +\xf9\x70\x5c\x33\x24\x49\x92\x24\x69\x95\x2d\x8d\xe7\xc7\x85\x51\ +\x7d\xb0\x00\x00\x00\xe8\xa2\x93\xe2\x7e\x21\x49\x92\x24\x49\x57\ +\xe8\x06\xf1\x8d\xa8\x3e\x4c\x00\x00\x00\x74\xdd\xca\x78\x47\xac\ +\x1f\x92\x24\x49\x92\xf4\xff\x7a\x62\xfc\x21\xaa\x0f\x11\x00\x00\ +\x00\x7d\xf2\x8b\xb8\x7d\x48\x92\x24\x49\x1a\x71\x9b\xc5\x27\xa2\ +\xfa\xd0\x00\x00\x00\xd0\x57\x97\xc4\x2b\x62\xed\x90\x24\x49\x92\ +\x34\xb2\xee\x13\xa7\x44\xf5\x61\x01\x00\x00\x60\x08\x0e\x8d\xad\ +\x43\x92\x24\x49\xd2\x08\x5a\x27\x5e\x1f\x97\x46\xf5\x01\x01\x00\ +\x00\x60\x48\xda\x72\xbf\x8f\x0e\x49\x92\x24\x49\x03\xae\xfd\xf2\ +\xa9\xfd\x02\xaa\xfa\x50\x00\x00\x00\x30\x64\x07\x85\x17\xa4\x4b\ +\x92\x24\x49\x03\xac\xfd\xe2\xc9\x8b\xce\x01\x00\x80\x31\xfb\x59\ +\xdc\x3a\x24\x49\x92\x24\x0d\xa0\xf6\x0b\xa7\xf7\x44\x75\xf1\x0f\ +\x00\x00\x30\x36\x17\xc4\x33\x63\x49\x48\x92\x24\x49\xea\x69\xed\ +\x97\x4d\xed\x17\x4e\xd5\x45\x3f\x00\x00\xc0\x98\x7d\x2a\xae\x15\ +\x92\x24\x49\x92\x7a\x54\xfb\x25\x53\xfb\x45\x53\xfb\x65\x53\x75\ +\xa1\x0f\x00\x00\xc0\x5a\x6b\x9d\x18\x77\x0b\x49\x92\x24\x49\x3d\ +\xa8\xfd\x82\xa9\xfd\x92\xa9\xba\xb8\x07\x00\x00\xe0\x2f\xad\x88\ +\x57\xc6\xda\x21\x49\x92\x24\xa9\xa3\xb5\x5f\x2e\xb5\x5f\x30\x55\ +\x17\xf5\x00\x00\x00\xac\xda\xb7\x63\xab\x90\x24\x49\x92\xd4\xa1\ +\xda\x2f\x95\xda\x2f\x96\xda\x2f\x97\xaa\x0b\x79\x00\x00\x00\xae\ +\xda\x99\xf1\xd0\x90\x24\x49\x92\xd4\x81\xae\x1b\xdf\x8a\xea\xe2\ +\x1d\x00\x00\x80\x35\x77\x40\xac\x1b\x92\x24\x49\x92\xe6\xd4\x3d\ +\xe2\x94\xa8\x2e\xd8\x01\x00\x00\x58\xb8\x43\xc3\x92\x58\x92\x24\ +\x49\xd2\x8c\x5b\x12\xfb\x84\x25\xaf\x00\x00\x00\xa6\xe7\x8c\x78\ +\x40\x48\x92\x24\x49\x9a\x41\xd7\x8c\xcf\x46\x75\x71\x0e\x00\x00\ +\xc0\x64\x5d\x1a\xfb\xc5\xb2\x90\x24\x49\x92\x34\xa5\x6e\x1b\xc7\ +\x46\x75\x51\x0e\x00\x00\xc0\xf4\x7c\x25\x36\x0b\x49\x92\x24\x49\ +\x13\xee\x69\x71\x61\x54\x17\xe2\x00\x00\x00\x4c\xdf\x6f\xe3\xce\ +\x21\x49\x92\x24\x69\x02\x6d\x10\x1f\x88\xea\xe2\x1b\x00\x00\x80\ +\xd9\xba\x38\x9e\x13\xed\xdd\x8c\x92\x24\x49\x92\x16\xd8\xb6\x71\ +\x54\x54\x17\xdd\x00\x00\x00\xcc\xcf\x47\xe3\x1a\x21\x49\x92\x24\ +\x69\x0d\xdb\x2d\xce\x89\xea\x42\x1b\x00\x00\x80\xf9\xfb\x65\xdc\ +\x2a\x24\x49\x92\x24\xad\x46\xeb\xc6\x01\x51\x5d\x5c\x03\x00\x00\ +\xd0\x2d\xe7\xc5\x13\x43\x92\x24\x49\xd2\x95\x74\xfd\x38\x34\xaa\ +\x8b\x6a\x00\x00\x00\xba\xeb\xdd\x71\xb5\x90\x24\x49\x92\xf4\x57\ +\xdd\x25\x4e\x8b\xea\x42\x1a\x00\x00\x80\xee\x3b\x2c\xb6\x0c\x49\ +\x92\x24\x49\xff\xdb\xde\x71\x71\x54\x17\xd0\x00\x00\x00\xf4\xc7\ +\xc9\x71\xe7\x90\x24\x49\x92\x46\x5d\x7b\xdf\x47\x7b\x4c\xba\xba\ +\x68\x06\x00\x00\xa0\x9f\x2e\x8a\x3d\x43\x92\x24\x49\x1a\x65\xd7\ +\x8d\xef\x47\x75\xb1\x0c\x00\x00\x40\xff\xbd\x33\x96\x87\x24\x49\ +\x92\x34\x9a\xee\x18\x27\x45\x75\x81\x0c\x00\x00\xc0\x70\x7c\x27\ +\xae\x1d\x92\x24\x49\xd2\xe0\x7b\x4a\x5c\x18\xd5\x85\x31\x00\x00\ +\x00\xc3\xf3\xdb\xb8\x7d\x48\x92\x24\x49\x83\x6c\x9d\x78\x7b\x54\ +\x17\xc3\x00\x00\x00\x0c\xdb\x05\xf1\x84\x90\x24\x49\x92\x06\xd5\ +\xe6\xf1\xcd\xa8\x2e\x82\x01\x00\x00\x18\x8f\xb7\xc5\xda\x21\x49\ +\x92\x24\xf5\xbe\xdb\xc4\x09\x51\x5d\xf8\x02\x00\x00\x30\x3e\xff\ +\x15\x9b\x86\x24\x49\x92\xd4\xdb\xfe\x2e\xda\x63\xce\xd5\x05\x2f\ +\x00\x00\x00\xe3\x75\x5c\xec\x10\x92\x24\x49\x52\xaf\x5a\x16\x6f\ +\x8a\xea\x22\x17\x00\x00\x00\x9a\xf3\x62\xb7\x90\x24\x49\x92\x7a\ +\xd1\x06\x71\x48\x54\x17\xb7\x00\x00\x00\x70\x79\x2b\xe3\xa5\xb1\ +\x24\x24\x49\x92\xa4\xce\xb6\x55\x1c\x11\xd5\x45\x2d\x00\x00\x00\ +\xac\xca\xc1\xb1\x6e\x48\x92\x24\x49\x9d\xeb\xf6\x71\x4a\x54\x17\ +\xb2\x00\x00\x00\x70\x55\xbe\x1b\x9b\x87\x24\x49\x92\xd4\x99\x1e\ +\x11\xe7\x47\x75\x01\x0b\x00\x00\x00\xab\xeb\xd8\xb8\x45\x48\x92\ +\x24\x49\x73\xad\xad\xd1\xba\x6f\xb4\x35\x5b\xab\x0b\x57\x00\x00\ +\x00\x58\x53\x67\xc7\x7d\x43\x92\x24\x49\x9a\x4b\x6d\x6d\xd6\xb6\ +\x46\x6b\x75\xb1\x0a\x00\x00\x00\x8b\x71\x49\xec\x1d\x92\x24\x49\ +\xd2\x4c\xdb\x34\xbe\x1d\xd5\x45\x2a\x00\x00\x00\x4c\xca\x01\xb1\ +\x2c\x24\x49\x92\xa4\xa9\xd7\xd6\x62\xfd\x75\x54\x17\xa6\x00\x00\ +\x00\x30\x69\x9f\x8f\x0d\x43\x92\x24\x49\x9a\x5a\x6d\x0d\xd6\xb6\ +\x16\x6b\x75\x41\x0a\x00\x00\x00\xd3\x72\x64\x6c\x1d\x92\x24\x49\ +\xd2\xc4\x7b\x5a\xb4\x35\x58\xab\x0b\x51\x00\x00\x00\x98\xb6\xd3\ +\x62\xa7\x90\x24\x49\x92\x26\x52\x5b\x6b\xf5\x6d\x51\x5d\x7c\x02\ +\x00\x00\xc0\x2c\x5d\x10\xbb\x85\x24\x49\x92\xb4\xa8\xae\x16\x1f\ +\x8f\xea\xa2\x13\x00\x00\x00\xe6\x61\x65\x3c\x2f\x24\x49\x92\xa4\ +\x05\x75\xcd\xf8\x4e\x54\x17\x9b\x00\x00\x00\x30\x6f\x6f\x8d\xa5\ +\x21\x49\x92\x24\xad\x76\x37\x8c\xff\x89\xea\x02\x13\x00\x00\x00\ +\xba\xe2\xa3\xd1\x56\x2f\x90\x24\x49\x92\xae\xb2\xed\xe3\xe4\xa8\ +\x2e\x2c\x01\x00\x00\xa0\x6b\xbe\x15\x9b\x84\x24\x49\x92\xb4\xca\ +\xee\x13\x7f\x8c\xea\x82\x12\x00\x00\x00\xba\xea\xe8\xd8\x2a\x24\ +\x49\x92\xa4\x2b\xf4\xf8\xb8\x28\xaa\x0b\x49\x00\x00\x00\xe8\xba\ +\x93\xe2\x56\x21\x49\x92\x24\xfd\x5f\xfb\xc4\xca\xa8\x2e\x20\x01\ +\x00\x00\xa0\x2f\xfe\x10\xf7\x0a\x49\x92\x24\x8d\xbc\x65\x71\x60\ +\x54\x17\x8d\x00\x00\x00\xd0\x47\x6d\x75\x83\xbf\x0b\x49\x92\x24\ +\x8d\xb4\xf5\xe2\x93\x51\x5d\x2c\x02\x00\x00\x40\x9f\xb5\x55\x0e\ +\x5e\x14\x92\x24\x49\x1a\x59\xd7\x8a\xef\x45\x75\x91\x08\x00\x00\ +\x00\x43\x71\x40\xb4\xd5\x0f\x24\x49\x92\x34\x82\xb6\x8e\x5f\x44\ +\x75\x61\x08\x00\x00\x00\x43\xf3\x89\x68\xab\x20\x48\x92\x24\x69\ +\xc0\x6d\x17\x27\x47\x75\x41\x08\x00\x00\x00\x43\xf5\xcd\xb8\x46\ +\x48\x92\x24\x69\x80\xdd\x31\xce\x8c\xea\x42\x10\x00\x00\x00\x86\ +\xee\x87\xb1\x79\x48\x92\x24\x69\x40\xdd\x3b\xce\x8d\xea\x02\x10\ +\x00\x00\x00\xc6\xe2\x67\xb1\x55\x48\x92\x24\x69\x00\x3d\x3c\x2e\ +\x8a\xea\xc2\x0f\x00\x00\x00\xc6\xe6\xf8\xb8\x69\x48\x92\x24\xa9\ +\xc7\x3d\x39\x56\x44\x75\xc1\x07\x00\x00\x00\x63\x75\x5a\xdc\x26\ +\x24\x49\x92\xd4\xc3\x9e\x17\x2b\xa3\xba\xd0\x03\x00\x00\x80\xb1\ +\x3b\x3b\xee\x1a\x92\x24\x49\xea\x51\xaf\x8e\xea\xe2\x0e\x00\x00\ +\x00\xb8\xcc\xf9\xf1\xa0\x90\x24\x49\x52\xc7\x5b\x1a\x07\x46\x75\ +\x51\x07\x00\x00\x00\x5c\xd1\xc5\xb1\x7b\x48\x92\x24\xa9\xa3\xad\ +\x13\x1f\x8c\xea\x62\x0e\x00\x00\x00\x58\xb5\x4b\x63\xaf\x90\x24\ +\x49\x52\xc7\x5a\x2f\x3e\x1b\xd5\x45\x1c\x00\x00\x00\xb0\x7a\xf6\ +\x0d\x49\x92\x24\x75\xa4\x8d\xe2\x9b\x51\x5d\xb8\x01\x00\x00\x00\ +\x6b\xe6\xcd\xb1\x24\x24\x49\x92\x34\xc7\x36\x8b\x1f\x46\x75\xc1\ +\x06\x00\x00\x00\x2c\xcc\x41\xb1\x2c\x24\x49\x92\x34\x87\xae\x1d\ +\x47\x47\x75\xa1\x06\x00\x00\x00\x2c\x4e\x7b\xcf\xa6\x9b\x20\x92\ +\x24\x49\x33\xee\xba\xf1\xb3\xa8\x2e\xd0\x00\x00\x00\x80\xc9\xf8\ +\x48\xac\x13\x92\x24\x49\x9a\x41\xd7\x8f\x5f\x44\x75\x61\x06\x00\ +\x00\x00\x4c\xd6\x27\x63\x79\x48\x92\x24\x69\x8a\xdd\x20\x8e\x8d\ +\xea\x82\x0c\x00\x00\x00\x98\x8e\xcf\xc6\xba\x21\x49\x92\xa4\x29\ +\x74\xa3\x38\x2e\xaa\x0b\x31\x00\x00\x00\x60\xba\xbe\x18\xeb\x87\ +\x24\x49\x92\x26\xd8\x4d\xe2\xc4\xa8\x2e\xc0\x00\x00\x00\x80\xd9\ +\xf8\x6a\xb8\x09\x22\x49\x92\x34\xa1\x6e\x16\x27\x47\x75\xe1\x05\ +\x00\x00\x00\xcc\xd6\xb7\x62\x83\x90\x24\x49\xd2\x22\xba\x65\x9c\ +\x1a\xd5\x05\x17\x00\x00\x00\x30\x1f\xdf\x89\x8d\x42\x92\x24\x49\ +\x0b\x68\xfb\x38\x3d\xaa\x0b\x2d\x00\x00\x00\x60\xbe\x7e\x10\x1b\ +\x87\x24\x49\x92\xd6\xa0\x1d\xe3\xcc\xa8\x2e\xb0\x00\x00\x00\x80\ +\x6e\xf8\x61\x5c\x2b\x24\x49\x92\xb4\x1a\xdd\x21\xce\x8a\xea\xc2\ +\x0a\x00\x00\x00\xe8\x96\x1f\xc7\x66\x21\x49\x92\xa4\x2b\xe9\xce\ +\xf1\x87\xa8\x2e\xa8\x00\x00\x00\x80\x6e\x3a\x3a\xae\x1d\x92\x24\ +\x49\x2a\x6a\x4f\x7e\x9c\x1d\xd5\x85\x14\x00\x00\x00\xd0\x6d\x47\ +\x85\x27\x41\x24\x49\x92\xfe\xaa\xf6\xce\x0f\x37\x3f\x00\x00\x00\ +\xa0\xdf\xda\x72\x58\xd7\x0c\x49\x92\x24\xa5\xed\xc3\x0b\xcf\x01\ +\x00\x00\x60\x18\x0e\x8f\x8d\x42\x92\x24\x69\xd4\xdd\x32\x4e\x8f\ +\xea\x82\x09\x00\x00\x00\xe8\xa7\x43\xc3\x4d\x10\x49\x92\x34\xda\ +\x6e\x16\xa7\x45\x75\xa1\x04\x00\x00\x00\xf4\xdb\x77\x62\x83\x90\ +\x24\x49\x1a\x55\x7f\x13\x27\x45\x75\x81\x04\x00\x00\x00\x0c\xc3\ +\x37\x62\xfd\x90\x24\x49\x1a\x45\x37\x8e\x13\xa3\xba\x30\x02\x00\ +\x00\x00\x86\xe5\x2b\xb1\x5e\x48\x92\x24\x0d\xba\x1b\xc4\xf1\x51\ +\x5d\x10\x01\x00\x00\x00\xc3\xf4\x85\x58\x1e\x92\x24\x49\x83\xec\ +\x7a\xf1\xeb\xa8\x2e\x84\x00\x00\x00\x80\x61\xfb\x4c\xb8\x09\x22\ +\x49\x92\x06\xd7\x75\xe3\x98\xa8\x2e\x80\x00\x00\x00\x80\x71\xf8\ +\x78\xac\x13\x92\x24\x49\x83\xe8\xda\xf1\xb3\xa8\x2e\x7c\x00\x00\ +\x00\x80\x71\xf9\x70\x2c\x0b\x49\x92\xa4\x5e\xb7\x59\xfc\x34\xaa\ +\x0b\x1e\x00\x00\x00\x60\x9c\x0e\x0e\x37\x41\x24\x49\x52\x6f\xdb\ +\x28\x7e\x14\xd5\x85\x0e\x00\x00\x00\x30\x6e\xef\x8c\x25\x21\x49\ +\x92\xd4\xab\xd6\x8f\x6f\x46\x75\x81\x03\x00\x00\x00\xd0\xbc\x2e\ +\x24\x49\x92\x7a\xd3\xf2\xf8\x4c\x54\x17\x36\x00\x00\x00\x00\x97\ +\xf7\xe2\x90\x24\x49\xea\x7c\x4b\xe3\x03\x51\x5d\xd0\x00\x00\x00\ +\x00\xfc\xb5\x95\xb1\x67\x48\x92\x24\x75\xba\x03\xa3\xba\x98\x01\ +\x00\x00\x00\x58\x95\x15\xf1\xa8\x90\x24\x49\xea\x64\xaf\x89\xea\ +\x22\x06\x00\x00\x00\xe0\xaa\x5c\x14\xf7\x0b\x49\x92\xa4\x4e\xf5\ +\xbc\xa8\x2e\x5e\x00\x00\x00\x00\x56\xd7\x79\xb1\x53\x48\x92\x24\ +\x75\xa2\x27\x47\x5b\xaf\xb3\xba\x70\x01\x00\x00\x00\x58\x13\x67\ +\xc7\x76\x21\x49\x92\x34\xd7\x1e\x16\x6d\x9d\xce\xea\x82\x05\x00\ +\x00\x00\x60\x21\x4e\x8b\x6d\x42\x92\x24\x69\x2e\xdd\x2b\xda\xfa\ +\x9c\xd5\x85\x0a\x00\x00\x00\xc0\x62\xfc\x26\xae\x17\x92\x24\x49\ +\x33\xed\x0e\xd1\xd6\xe5\xac\x2e\x50\x00\x00\x00\x00\x26\xe1\xa7\ +\xb1\x59\x48\x92\x24\xcd\xa4\xb6\x0e\xe7\xef\xa3\xba\x30\x01\x00\ +\x00\x00\x98\xa4\x43\x63\xa3\x90\x24\x49\x9a\x6a\x6d\xfd\xcd\x93\ +\xa2\xba\x20\x01\x00\x00\x00\x98\x86\xaf\xc5\xf2\x90\x24\x49\x9a\ +\x4a\xed\x91\xd3\x63\xa2\xba\x10\x01\x00\x00\x00\x98\xa6\x0f\xc4\ +\x92\x90\x24\x49\x9a\x68\xeb\x47\x7b\xe4\xb4\xba\x00\x01\x00\x00\ +\x00\x98\x85\xd7\x85\x24\x49\xd2\xc4\x5a\x16\x9f\x8e\xea\xc2\x03\ +\x00\x00\x00\x60\x96\xf6\x0a\x49\x92\xa4\x89\x74\x60\x54\x17\x1c\ +\x00\x00\x00\x00\xb3\xb6\x22\x76\x0b\x49\x92\xa4\x45\xf5\xe2\xa8\ +\x2e\x36\x00\x00\x00\x00\xe6\xe5\xa2\xb8\x67\x48\x92\x24\x2d\xa8\ +\xc7\xc6\xca\xa8\x2e\x34\x00\x00\x00\x00\xe6\xe9\xec\xd8\x2e\x24\ +\x49\x92\xd6\xa8\xf6\x2b\x8a\xf6\x6b\x8a\xea\x02\x03\x00\x00\x00\ +\xa0\x0b\x4e\x8c\xeb\x85\x24\x49\xd2\x6a\xd5\x7e\x3d\xd1\x7e\x45\ +\x51\x5d\x58\x00\x00\x00\x00\x74\xc9\x91\xb1\x51\x48\x92\x24\x5d\ +\x69\xed\x57\x13\xed\xd7\x13\xd5\x05\x05\x00\x00\x00\x40\x17\x7d\ +\x2d\x96\x87\x24\x49\x52\xd9\x66\x71\x74\x54\x17\x12\x00\x00\x00\ +\x00\x5d\xf6\x81\x58\x12\x92\x24\x49\x7f\xd1\xfa\x71\x68\x54\x17\ +\x10\x00\x00\x00\x00\x7d\xf0\xba\x90\x24\x49\xfa\xbf\x96\xc5\xa7\ +\xa3\xba\x70\x00\x00\x00\x00\xe8\x93\xbd\x42\x92\x24\xe9\xff\x75\ +\x40\x54\x17\x0c\x00\x00\x00\x00\x7d\xb3\x22\x76\x0d\x49\x92\x34\ +\xf2\xda\xaf\x22\xaa\x8b\x05\x00\x00\x00\x80\xbe\x3a\x2f\xb6\x0f\ +\x49\x92\x34\xd2\xee\x1d\xed\x57\x11\xd5\x85\x02\x00\x00\x00\x40\ +\x9f\x9d\x18\xd7\x0b\x49\x92\x34\xb2\x6e\x19\x67\x47\x75\x81\x00\ +\x00\x00\x00\x30\x04\x3f\x88\xf5\x43\x92\x24\x8d\xa4\xcd\xe2\x98\ +\xa8\x2e\x0c\x00\x00\x00\x00\x86\xe4\x93\xb1\x24\x24\x49\xd2\xc0\ +\x5b\x1e\xdf\x8d\xea\x82\x00\x00\x00\x00\x60\x88\x5e\x17\x92\x24\ +\x69\xc0\xb5\x5f\x3b\x7c\x20\xaa\x0b\x01\x00\x00\x00\x80\x21\x7b\ +\x42\x48\x92\xa4\x81\xb6\x4f\x54\x17\x00\x00\x00\x00\x00\x43\x77\ +\x51\xdc\x23\x24\x49\xd2\xc0\x7a\x54\xac\x8c\xea\x02\x00\x00\x00\ +\x00\x60\x0c\x4e\x8f\x6d\x42\x92\x24\x0d\xa4\x3b\xc4\x79\x51\x9d\ +\xf8\x01\x00\x00\x00\xc6\xe4\x97\xb1\x51\x48\x92\xa4\x9e\x77\xbd\ +\x38\x39\xaa\x13\x3e\x00\x00\x00\xc0\x18\x7d\x2d\x96\x87\x24\x49\ +\xea\x69\x1b\xc4\x91\x51\x9d\xe8\x01\x00\x00\x00\xc6\xec\x9d\x21\ +\x49\x92\x7a\xd8\xb2\xf8\x74\x54\x27\x78\x00\x00\x00\x00\xd6\x5a\ +\xeb\xf9\x21\x49\x92\x7a\xd6\x9b\xa3\x3a\xb1\x03\x00\x00\x00\xf0\ +\x27\x2b\x62\x97\x90\x24\x49\x3d\xe9\x71\x51\x9d\xd4\x01\x00\x00\ +\x00\xf8\x4b\x67\xc7\xb6\x21\x49\x92\x3a\xde\x8e\x71\x5e\x54\x27\ +\x74\x00\x00\x00\x00\xae\xe8\xe7\xb1\x51\x48\x92\xa4\x8e\xb6\x59\ +\x9c\x18\xd5\x89\x1c\x00\x00\x00\x80\x55\xfb\x6c\x2c\x0d\x49\x92\ +\xd4\xb1\x96\xc7\x37\xa3\x3a\x81\x03\x00\x00\x00\x70\xd5\x5e\x15\ +\x92\x24\xa9\x63\xbd\x3d\xaa\x13\x37\x00\x00\x00\x00\xab\x67\x65\ +\x3c\x3c\x24\x49\x52\x47\xda\x23\xaa\x93\x36\x00\x00\x00\x00\x6b\ +\xe6\xdc\xd8\x2e\x24\x49\xd2\x9c\xbb\x63\x5c\x14\xd5\x09\x1b\x00\ +\x00\x00\x80\x35\x77\x4c\x6c\x12\x92\x24\x69\x4e\x5d\x37\x4e\x8a\ +\xea\x44\x0d\x00\x00\x00\xc0\xc2\x7d\x29\x96\x85\x24\x49\x9a\x71\ +\xed\xa5\xe7\xdf\x8f\xea\x04\x0d\x00\x00\x00\xc0\xe2\xbd\x31\x24\ +\x49\xd2\x8c\x3b\x28\xaa\x13\x33\x00\x00\x00\x00\x93\xf3\xe8\x90\ +\x24\x49\x33\x6a\xef\xa8\x4e\xc8\x00\x00\x00\x00\x4c\xd6\x79\xb1\ +\x43\x48\x92\xa4\x29\x77\xd7\xf0\xd2\x73\x00\x00\x00\x80\xd9\x39\ +\x2e\x36\x0b\x49\x92\x34\xa5\xae\x17\xa7\x47\x75\x22\x06\x00\x00\ +\x00\x60\x7a\xfe\x2b\xd6\x0e\x49\x92\x34\xe1\xda\x4b\xcf\x0f\x8b\ +\xea\x04\x0c\x00\x00\x00\xc0\xf4\x79\x29\xba\x24\x49\x53\xe8\x80\ +\xa8\x4e\xbc\x00\x00\x00\x00\xcc\xc6\xca\x78\x68\x48\x92\xa4\x09\ +\xb5\x5b\x54\x27\x5d\x00\x00\x00\x00\x66\xeb\xec\xb8\x71\x48\x92\ +\xa4\x45\xb6\x6d\x9c\x13\xd5\x09\x17\x00\x00\x00\x80\xd9\xfb\x51\ +\xac\x17\x92\x24\x69\x81\xad\x1f\x47\x47\x75\xa2\x05\x00\x00\x00\ +\x60\x7e\x0e\x0a\x49\x92\xb4\xc0\x3e\x10\xd5\x09\x16\x00\x00\x00\ +\x80\xf9\x7b\x52\x48\x92\xa4\x35\xec\x69\x51\x9d\x58\x01\x00\x00\ +\x00\xe8\x86\xf3\xe2\xd6\x21\x49\x92\x56\xb3\x1d\xe3\xa2\xa8\x4e\ +\xac\x00\x00\x00\x00\x74\xc7\x2f\x63\xa3\x90\x24\x49\x57\xd1\x26\ +\xf1\x9b\xa8\x4e\xa8\x00\x00\x00\x00\x74\xcf\xc7\x62\x49\x48\x92\ +\xa4\x55\xd4\x4e\x94\x9f\x8d\xea\x44\x0a\x00\x00\x00\x40\x77\x3d\ +\x27\x24\x49\xd2\x2a\xda\x27\xaa\x13\x28\x00\x00\x00\x00\xdd\x76\ +\x71\xdc\x39\x24\x49\xd2\x5f\x75\x8f\x58\x11\xd5\x09\x14\x00\x00\ +\x00\x80\xee\xfb\x6d\x6c\x1e\x92\x24\xe9\x7f\xdb\x22\x4e\x8d\xea\ +\xc4\x09\x00\x00\x00\x40\x7f\x7c\x25\x96\x85\x24\x49\xa3\xaf\x9d\ +\x10\xbf\x15\xd5\x09\x13\x00\x00\x00\x80\xfe\x79\x55\x48\x92\x34\ +\xfa\x5e\x19\xd5\x89\x12\x00\x00\x00\x80\x7e\x6a\xcb\x9c\xdf\x3d\ +\x24\x49\x1a\x6d\x77\x0b\xef\xfd\x00\x00\xfa\xaa\x5d\xc7\x9c\x1c\ +\x3f\x8f\xff\x8e\xb6\xdc\xc3\xc7\xe3\xbd\xb1\x7f\xbc\x26\x5e\x14\ +\x4f\x8d\xc7\xc4\x83\xe3\xde\x71\xfb\xd8\xf1\x72\x6e\x74\x39\x5b\ +\xc5\x26\x97\xb3\xc1\x5f\xfd\xcf\xcd\x75\xe2\xf2\xff\x99\xe6\x56\ +\xf1\xe7\xff\x7f\x77\x89\xfb\xc4\x23\xe3\xf1\xb1\x67\xb4\x7f\x8e\ +\x97\xc5\xeb\xe3\x5f\xa2\xfd\x33\x7e\x24\xbe\x18\x87\xc6\x31\xf1\ +\xfb\xa8\xfe\x3d\x01\x00\x16\xe2\xa4\xd8\x34\x24\x49\x1a\x5d\xd7\ +\x8a\x13\xa3\x3a\x41\x02\x00\xcc\xd3\x69\x71\x54\xb4\x1b\x1a\x07\ +\xc7\x9b\xe3\x79\xf1\xb8\xb8\x6f\x6c\x17\xd7\x8e\xa5\x31\xb4\xda\ +\xf2\xa4\x9b\xc5\xb6\x71\xa7\xd8\x25\x9e\x10\xcf\x8d\x57\xc7\xbf\ +\xc6\x67\xe3\xc7\xd1\xfe\x4e\xd5\xdf\x0f\x00\xe0\xcf\x0e\x89\x25\ +\x21\x49\xd2\x68\x6a\x27\xbe\x4f\x47\x75\x62\x04\x00\x98\xb6\x3f\ +\xc6\x4f\xe2\x53\xf1\xcf\xf1\x8c\x78\x50\xdc\x3c\xae\x16\x5a\xfd\ +\xd6\x8d\x1b\xc6\x9d\x63\xb7\x78\x76\xb4\x1b\x46\x1f\x8a\xf6\x9e\ +\xb7\x13\x62\x65\x54\xdb\x01\x00\x18\x87\x67\x85\x24\x49\xa3\xa9\ +\x7d\xc9\x50\x9d\x10\x01\x00\x26\xe5\xe2\x68\x4f\x71\x7c\x38\x5e\ +\x1a\x8f\x8e\xb6\xf4\x54\x7b\xba\x41\xb3\xad\xdd\x24\xb9\x59\xb4\ +\x25\xc0\xda\x0d\x92\xb6\x3c\xd8\xe7\xa3\x2d\x1d\x76\x51\x54\xdb\ +\x0f\x00\x18\x8e\x0b\x63\x87\x90\x24\x69\xf0\xdd\x3a\x2e\x88\xea\ +\x84\x08\x00\xb0\xa6\xda\x7b\x38\x7e\x11\x1f\x8b\xfd\xe2\x51\x71\ +\x8b\x58\x27\xd4\xfd\xda\x92\x5b\x37\x88\x7b\xc5\xd3\xe2\xed\xf1\ +\x8d\x38\x23\xaa\xed\x0d\x00\xf4\x53\xfb\xe1\xc3\xd5\x43\x92\xa4\ +\xc1\xd6\x4e\x74\x3f\x8b\xea\x44\x08\x00\x70\x55\xda\x53\x1d\x3f\ +\x8a\xf6\x12\xef\x27\x45\xfb\x25\x61\x7b\xba\x40\xc3\x6c\x8b\x68\ +\x2f\x73\x7f\x4e\x1c\x14\x3f\x88\x73\xa2\x9a\x0d\x00\xa0\xfb\xde\ +\x1b\x92\x24\x0d\xb6\xf6\xc1\xb5\x3a\x01\x02\x00\x54\x7e\x15\xed\ +\x5d\x12\x6d\xd9\xa4\xf6\x42\xee\xf5\x42\xe3\xae\xbd\x4b\xee\x46\ +\xb1\x6b\xbc\x2a\xbe\x18\x9e\x16\x01\x80\xfe\x78\x4c\x48\x92\x34\ +\xb8\xda\x09\xae\x3a\xf1\x01\x00\x34\x6d\x6d\xe8\x6f\xc6\x2b\xe2\ +\x01\x71\xad\x90\x56\xb7\x6d\xa2\xbd\xe7\xa5\xbd\x80\xfd\xdb\x71\ +\x6e\x54\x73\x06\x00\xcc\xd7\x1f\xa2\xfd\x98\x41\x92\xa4\xc1\xb4\ +\x75\x9c\x1d\xd5\x89\x0f\x00\x18\xa7\xb6\x9c\xd5\x77\xa2\xbd\xb7\ +\xe3\x9e\xe1\xe9\x0e\x4d\xb2\xf6\x6e\x91\xed\x62\x8f\x78\x57\x58\ +\x86\x15\x00\xba\xe3\xb0\x58\x1e\x92\x24\xf5\xbe\xf6\x02\xd2\x43\ +\xa3\x3a\xe1\x01\x00\xe3\x71\x49\xb4\x6b\x82\xd7\xc6\x7d\xc3\x4b\ +\x30\x35\xeb\xae\x1d\xed\x25\xf9\xed\x45\xeb\x3f\x8d\x95\x51\xcd\ +\x2a\x00\x30\x7d\x6f\x08\x49\x92\x7a\xdf\xeb\xa3\x3a\xd1\x01\x00\ +\xc3\x77\x7a\xbc\x2f\x1e\x11\x1b\x85\xd4\xa5\x36\x8b\x87\xc7\xdb\ +\xe2\xc8\xb8\x34\xaa\x39\x06\x00\x26\xaf\xfd\x10\xa1\xfd\x28\x46\ +\x92\xa4\xde\x76\xef\xf0\xcb\x3a\x00\x18\x97\x9f\x44\x7b\xca\x63\ +\xa7\x58\x1a\x52\x5f\x6a\xef\x9d\x69\x37\x44\xde\x1d\x27\x46\x35\ +\xdf\x00\xc0\xe4\x9c\x12\xed\x09\x4d\x49\x92\x7a\x57\xfb\x45\x5d\ +\x3b\x91\x55\x27\x38\x00\x60\x38\x2e\x88\x2f\xc6\xde\x71\xc3\x90\ +\x86\xd2\xad\x62\x9f\x68\x2f\xe7\x6f\x4b\xb8\x55\xf3\x0f\x00\x2c\ +\xce\x17\x62\x49\x48\x92\xd4\xab\x3e\x11\xd5\x89\x0d\x00\xe8\xbf\ +\xf6\x02\xf3\xcf\xc5\xe3\xe2\x1a\x21\x0d\xbd\xb6\x84\x5b\x7b\x3a\ +\xe4\xbd\xe1\x47\x3e\x00\x30\x59\xed\x87\x34\x92\x24\xf5\xa6\x27\ +\x46\x75\x42\x03\x00\xfa\x6b\x45\x7c\x35\x9e\x12\xd7\x0c\x69\xac\ +\xb5\x5f\xa9\xee\x10\xaf\x8c\xff\x89\x6a\x7f\x01\x00\x56\xdf\x79\ +\x71\x93\x90\x24\xa9\xf3\xb5\xa5\x2f\xfe\x10\xd5\x09\x0d\x00\xe8\ +\x97\xf6\x2e\xaf\xef\xc4\x33\xe2\x3a\x21\xe9\x8a\xdd\x32\x5e\x11\ +\x47\x47\xb5\x1f\x01\x00\x57\xed\xb0\x58\x3b\x24\x49\xea\x6c\xed\ +\x45\xa7\xdf\x88\xea\x44\x06\x00\xf4\xc7\xb1\xf1\xd2\xb8\x7e\x48\ +\x5a\xfd\x6e\x1e\x2f\x8f\xa3\xa2\xda\xb7\x00\x80\x55\x6b\xe7\x50\ +\x49\x92\x3a\xdb\xf3\xa3\x3a\x81\x01\x00\xdd\x77\x61\x7c\x24\xee\ +\x1d\xed\x47\x0d\x92\x16\xd7\xcd\xe2\x65\xf1\xb3\xa8\xf6\x39\x00\ +\xe0\x2f\x5d\x12\xb7\x0b\x49\x92\x3a\xd7\x76\xd1\xbe\x38\xa9\x4e\ +\x60\x00\x40\x77\xb5\x2f\x67\x9f\x13\x9b\x85\xa4\xe9\xb4\x53\xbc\ +\x2b\xce\x8e\x6a\x3f\x04\x00\xfe\xe4\xe7\xb1\x7e\x48\x92\xd4\x99\ +\x96\xc7\x4f\xa2\x3a\x71\x01\x00\xdd\x73\x7e\xbc\x37\xee\x14\x92\ +\x66\xd7\x7a\xf1\xd8\xf8\x4a\x5c\x1a\xd5\xfe\x09\x00\x63\x77\x40\ +\x48\x92\xd4\x99\x5e\x1f\xd5\x09\x0b\x00\xe8\x96\x53\xe2\x25\xb1\ +\x69\x48\x9a\x6f\x5b\x45\x7b\xd7\xce\xaf\xa2\xda\x5f\x01\x60\xac\ +\x56\xc6\x7d\x43\x92\xa4\xb9\xb7\x73\xac\x88\xea\x84\x05\x00\x74\ +\xc3\x11\xf1\x84\x58\x37\x24\x75\xab\x25\x71\xd7\xf8\xf7\xb0\xa4\ +\x2c\x00\xfc\xc9\x6f\xe3\x9a\x21\x49\xd2\xdc\xda\x30\x7e\x1d\xd5\ +\x89\x0a\x00\x98\xaf\xb6\xbc\xce\x67\xe2\x9e\x21\xa9\x1f\x6d\x1e\ +\xed\x29\xad\x93\xa2\xda\xaf\x01\x60\x4c\xfe\x33\x24\x49\x9a\x5b\ +\x07\x45\x75\x82\x02\x00\xe6\xa7\xfd\x82\xfc\xc0\xb8\x69\x48\xea\ +\x67\xeb\xc4\xa3\xe3\xfb\x51\xed\xe7\x00\x30\x16\x8f\x09\x49\x92\ +\x66\xde\xae\x51\x9d\x98\x00\x80\xf9\xb8\x20\xf6\x8f\x2d\x43\xd2\ +\x70\xba\x6d\x1c\x1c\x96\xc7\x02\x60\x8c\x7e\x1f\xd7\x0b\x49\x92\ +\x66\x56\x7b\x34\xff\xd4\xa8\x4e\x4c\x00\xc0\x6c\x9d\x1f\x6f\x0b\ +\x37\x3e\xa4\x61\x77\x9d\x78\x59\x9c\x16\xd5\xb1\x00\x00\x86\xea\ +\x2b\xd1\xde\x99\x25\x49\xd2\x4c\xfa\x54\x54\x27\x24\x00\x60\x76\ +\xda\x8d\x8f\xb7\xc6\x16\x21\x69\x3c\xad\x1f\xcf\x8c\x13\xa3\x3a\ +\x36\x00\xc0\x10\x3d\x2b\x24\x49\x9a\x7a\x6d\xed\xc5\xea\x44\x04\ +\x00\xcc\x46\xbb\xf1\xf1\xcf\xd1\x7e\x0d\x2e\x69\xbc\x2d\x8f\x3d\ +\xe3\xd8\xa8\x8e\x15\x00\x30\x24\xe7\xc6\x8d\x43\x92\xa4\xa9\xd5\ +\x96\xbe\xfa\x5d\x54\x27\x22\x00\x60\xba\x2e\x8d\x0f\xc4\x56\x21\ +\x49\x7f\x6e\xed\x78\x42\xfc\x3c\xaa\x63\x07\x00\x0c\xc5\x37\xc2\ +\x52\x58\x92\xa4\xa9\xf5\xd1\xa8\x4e\x40\x00\xc0\x74\x7d\x3d\x76\ +\x08\x49\x5a\x55\x4b\x63\xb7\xf8\x71\x54\xc7\x11\x00\x18\x82\xa7\ +\x86\x24\x49\x13\xef\x11\x51\x9d\x78\x00\x80\xe9\x39\x3a\x1e\x1c\ +\x92\xb4\xba\xb5\x5f\xc6\x3e\x24\xda\xf1\xa3\x3a\xae\x00\x40\x9f\ +\xfd\x31\x3c\x11\x2d\x49\x9a\x68\x9b\xc6\x69\x51\x9d\x78\x00\x80\ +\xc9\x3b\x39\x9e\x1e\x6d\x69\x1b\x49\x5a\x48\xed\xf8\xf1\xf7\xd1\ +\x8e\x27\xd5\x71\x06\x00\xfa\xea\x4b\x61\x29\x2c\x49\xd2\xc4\x3a\ +\x38\xaa\x13\x0e\x00\x30\x59\x97\xc4\x1b\x63\x83\x90\xa4\x49\xd4\ +\x8e\x27\xfb\xc6\x39\x51\x1d\x77\x00\xa0\x8f\xf6\x08\x49\x92\x16\ +\xdd\x2e\x51\x9d\x68\x00\x80\xc9\xfa\x4e\xdc\x2a\x24\x69\x1a\x6d\ +\x16\xef\x88\x8b\xa3\x3a\x06\x01\x40\x9f\x9c\x15\xd7\x0d\x49\x92\ +\x16\xdc\x26\x71\x52\x54\x27\x1a\x00\x60\x32\xce\x88\xb6\x4c\x8d\ +\xc7\xf8\x25\xcd\xa2\x6d\xe2\x63\xb1\x32\xaa\x63\x12\x00\xf4\xc5\ +\x21\x21\x49\xd2\x82\x7b\x6f\x54\x27\x18\x00\x60\xf1\xda\x97\x8f\ +\xef\x8b\xf6\xae\x2d\x49\x9a\x75\x77\x8c\x1f\x46\x75\x7c\x02\x80\ +\xbe\xf8\xbb\x90\x24\x69\x8d\x7b\x40\x54\x27\x16\x00\x60\xf1\x8e\ +\x8e\xbb\x84\x24\xcd\xb3\x65\xf1\xac\x38\x3b\xaa\x63\x15\x00\x74\ +\xdd\x99\x71\x9d\x90\x24\x69\xb5\xdb\x30\x8e\x8f\xea\xc4\x02\x00\ +\x2c\xdc\x8a\x78\x7d\xac\x1b\x92\xd4\x95\xb6\x88\x0f\x45\x75\xdc\ +\x02\x80\xae\x6b\x4b\x3b\x4a\x92\xb4\xda\xbd\x33\xaa\x13\x0a\x00\ +\xb0\x70\xbf\x8c\x9d\x42\x92\xba\xda\xbd\xe2\x17\x51\x1d\xc3\x00\ +\xa0\xcb\x1e\x11\x92\x24\x5d\x65\xed\x43\x8f\x17\x22\x02\xc0\xe4\ +\xb4\xf3\xea\xfe\xb1\x7e\x48\x52\xd7\x5b\x1e\x2f\x8d\xf3\xa3\x3a\ +\xa6\x01\x40\x17\x9d\x16\xde\xad\x27\x49\xba\xd2\x36\x88\x63\xa3\ +\x3a\x91\x00\x00\x6b\xee\xb8\xb8\x67\x48\x52\xdf\xba\x51\x7c\x3e\ +\xaa\x63\x1b\x00\x74\xd1\x7f\x84\x24\x49\xab\xec\x9f\xa3\x3a\x81\ +\x00\x00\x6b\xee\xa0\xb8\x46\x48\x52\x5f\x5b\x12\x7b\xc6\x1f\xa3\ +\x3a\xce\x01\x40\xd7\x3c\x30\x24\x49\xba\x42\x3b\x44\x7b\x31\x6b\ +\x75\xf2\x00\x00\x56\xdf\x1f\xe2\x91\x21\x49\x43\x69\xeb\xf8\x56\ +\x54\xc7\x3c\x00\xe8\x92\xdf\xc4\xd5\x43\x92\xa4\xff\x6b\x59\xfc\ +\x77\x54\x27\x0e\x00\x60\xf5\x1d\x11\x7f\x13\x92\x34\xb4\x96\xc6\ +\xf3\xe3\x82\xa8\x8e\x7f\x00\xd0\x15\x6f\x08\x49\x92\xfe\xaf\x67\ +\x46\x75\xc2\x00\x00\x56\xdf\xbb\xe2\x6a\x21\x49\x43\xee\x16\xf1\ +\xa3\xa8\x8e\x83\x00\xd0\x05\x97\xc4\xad\x43\x92\xa4\xb5\xb6\x0c\ +\x6b\xfa\x02\xc0\xc2\x9d\x13\x8f\x0d\x49\x1a\x4b\xeb\xc4\x7e\xd1\ +\xbe\x60\xaa\x8e\x8b\x00\x30\x6f\xdf\x8f\xf6\xf4\xa2\x24\x69\xe4\ +\x7d\x3c\xaa\x13\x05\x00\x70\xd5\x8e\x8a\x6d\x43\x92\xc6\xd8\x1d\ +\xe2\xd8\xa8\x8e\x8f\x00\x30\x6f\x7b\x85\x24\x69\xc4\xed\x12\xd5\ +\x09\x02\x00\xb8\x6a\x1f\x0b\x2f\x58\x94\x34\xf6\x36\x8e\x4f\x47\ +\x75\x9c\x04\x80\x79\x3a\x3b\xb6\x08\x49\xd2\x08\xdb\x20\x8e\x8f\ +\xea\x04\x01\x00\xac\xda\xca\x78\x45\x2c\x09\x49\xd2\x9f\x8e\x87\ +\x2f\x0a\x4b\x62\x01\xd0\x35\x1f\x0e\x49\xd2\x08\x7b\x53\x54\x27\ +\x06\x00\x60\xd5\xce\x8b\x47\x85\x24\xe9\x8a\xdd\x3d\x4e\x89\xea\ +\xf8\x09\x00\xf3\xf2\x80\x90\x24\x8d\xa8\x1d\xc2\xaf\xb3\x00\x60\ +\xcd\x9c\x18\x3b\x86\x24\x69\xd5\x5d\x27\xbe\x19\xd5\x71\x14\x00\ +\xe6\xa1\xbd\xaf\x6a\xfd\x90\x24\x8d\xa0\x65\x71\x58\x54\x27\x04\ +\x00\xa0\xf6\xfd\xb0\x7e\xb0\x24\xad\x5e\x6b\xc7\x1b\xa2\x2d\x19\ +\x58\x1d\x53\x01\x60\xd6\xda\x79\x49\x92\x34\x82\xf6\x8e\xea\x44\ +\x00\x00\xd4\x3e\x1a\x57\x0b\x49\xd2\x9a\xf5\x90\xf8\x63\x54\xc7\ +\x56\x00\x98\xa5\x8b\xe3\x56\x21\x49\x1a\x70\x5b\xc6\x1f\xa2\x3a\ +\x11\x00\x00\x57\xf4\xce\x68\x4f\x4f\x4a\x92\x16\xd6\x76\x71\x42\ +\x54\xc7\x58\x00\x98\xa5\xef\xc5\xd2\x90\x24\x0d\xb4\xf6\x0b\xd6\ +\xea\x04\x00\x00\x5c\xd1\x7e\x21\x49\x5a\x7c\xd7\x8d\xc3\xa3\x3a\ +\xd6\x02\xc0\x2c\x3d\x2d\x24\x49\x03\xec\x81\x51\x1d\xf8\x01\x80\ +\xbf\x74\x69\x3c\x33\x24\x49\x93\x6b\x83\x38\x24\xaa\xe3\x2e\x00\ +\xcc\xca\x59\x71\x9d\x90\x24\x0d\xa8\xb6\x6e\xf9\x31\x51\x1d\xf8\ +\x01\x80\xcb\x5c\x14\xbb\x87\x24\x69\xf2\xb5\x25\x05\xf7\x8f\xea\ +\xf8\x0b\x00\xb3\xf2\xbe\x90\x24\x0d\xa8\x97\x46\x75\xc0\x07\x00\ +\x2e\x73\x5e\xdc\x2f\x24\x49\xd3\xed\x1f\x62\x45\x54\xc7\x62\x00\ +\x98\xb6\x95\x71\xc7\x90\x24\x0d\xa0\xad\xa2\x7d\xa1\x53\x1d\xf0\ +\x01\x80\x3f\x69\xe7\xca\xbb\x87\x24\x69\x36\xed\x1a\xe7\x46\x75\ +\x4c\x06\x80\x69\xfb\xef\xf0\x42\x74\x49\x1a\x40\x1f\x89\xea\x40\ +\x0f\x00\xfc\x49\xbb\xf9\x71\xaf\x90\x24\xcd\xb6\xdb\xc5\xef\xa2\ +\x3a\x36\x03\xc0\xb4\xed\x15\x92\xa4\x1e\x77\x8f\xa8\x0e\xf0\x00\ +\xc0\x9f\xb4\x9b\x1f\xf7\x09\x49\xd2\x7c\xba\x59\x9c\x14\xd5\x31\ +\x1a\x00\xa6\xe9\x8c\xb8\x56\x48\x92\x7a\xd8\xda\x71\x54\x54\x07\ +\x78\x00\x60\xad\xb5\x2e\x88\xfb\x86\x24\x69\xbe\x6d\x1d\xc7\x46\ +\x75\xac\x06\x80\x69\x3a\x30\x24\x49\x3d\xec\xb9\x51\x1d\xd8\x01\ +\x80\xb5\xd6\xba\x30\xee\x1f\x92\xa4\x6e\xb4\x45\x1c\x1d\xd5\x31\ +\x1b\x00\xa6\x65\x45\x6c\x1f\x92\xa4\x1e\x75\x9d\xf8\x43\x54\x07\ +\x76\x00\x18\xbb\x8b\xe2\x01\x21\x49\xea\x56\x9b\xc7\x4f\xa3\x3a\ +\x76\x03\xc0\xb4\x7c\x2b\x96\x84\x24\xa9\x27\xbd\x2f\xaa\x03\x3a\ +\x00\x8c\xdd\xca\x78\x6c\x48\x92\xba\xd9\x66\xe1\x26\x08\x00\xb3\ +\xb6\x7b\x48\x92\x7a\xd0\x1d\xa3\x7d\xb9\x53\x1d\xcc\x01\x60\xec\ +\x5e\x1c\x92\xa4\x6e\xe7\x26\x08\x00\xb3\xf6\xdb\xd8\x30\x24\x49\ +\x1d\x6e\x69\xfc\x77\x54\x07\x72\x00\x18\x3b\x2f\x38\x94\xa4\xfe\ +\xd4\x6e\x82\x78\x27\x08\x00\xb3\xf4\xa6\x90\x24\x75\xb8\xa7\x44\ +\x75\x00\x07\x80\xb1\xfb\x74\x2c\x0b\x69\x56\xb5\x75\xa4\x37\x89\ +\xeb\xc7\xb6\xb1\xe3\xe5\xdc\x39\xee\xfd\xbf\xee\xfa\xbf\xff\xbb\ +\x3f\xbb\x45\xdc\x28\xda\x7f\xd6\xcc\x6a\xec\x5d\x2f\x7e\x15\xd5\ +\x71\x1d\x00\x26\xed\xe2\x68\xd7\x6d\x92\xa4\x0e\x76\xad\x38\x23\ +\xaa\x03\x38\x00\x8c\xd9\x77\x63\xfd\x90\x26\x51\xfb\x55\xfa\xed\ +\xe2\x91\xf1\x82\x78\x6b\x7c\x30\xbe\x12\x47\xc6\xc9\x71\x7e\x54\ +\xb3\xb8\x10\xe7\xc5\xa9\xf1\xb3\xf8\x66\xfc\x47\xb4\xff\xce\xb6\ +\x9c\xdb\x13\xe2\x6e\xb1\x65\x48\x43\xed\xc6\x71\x62\x54\xfb\x07\ +\x00\x4c\xda\x97\x42\x92\xd4\xc1\xda\xb2\x1e\xd5\x81\x1b\x00\xc6\ +\xec\x17\xb1\x51\x48\x6b\xda\x56\xb1\x4b\xbc\x28\xde\x1f\x87\xc7\ +\x39\x51\xcd\x59\x17\xb4\x1b\x25\x3f\x89\x8f\xc7\x2b\xe3\xa1\xb1\ +\x75\x48\x43\xe8\xe6\x71\x7a\x54\xb3\x0f\x00\x93\xf6\x90\x90\x24\ +\x75\xa8\x5b\xc7\x8a\xa8\x0e\xda\x00\x30\x56\x67\xc7\xcd\x42\xba\ +\xaa\xae\x16\x77\x8f\x7d\xe2\x53\x71\x4a\x54\x33\xd5\x47\x67\xc5\ +\xd7\xe3\x55\x71\xdf\xf0\x72\x4f\xf5\xb5\x3b\x44\xbb\xd1\x57\xcd\ +\x39\x00\x4c\xd2\xb1\xd1\xae\x0f\x25\x49\x1d\xa9\x2d\xb9\x50\x1d\ +\xb0\x01\x60\xac\x56\xc6\xae\x21\x55\xb5\xf7\x73\xec\x10\x2f\x8c\ +\x2f\xc7\x24\x97\xac\xea\xba\x4b\xe2\x07\xf1\xfa\xd8\x39\xbc\x67\ +\x44\x7d\xaa\x1d\xd7\xfd\xf0\x0b\x80\x59\x68\xd7\x89\x92\xa4\x0e\ +\xf4\xa0\xa8\x0e\xd4\x00\x30\x66\x2f\x0b\xe9\xf2\x2d\x8d\x3b\xc5\ +\x9b\xe3\x37\x51\xcd\xcd\x18\xb5\x77\xc8\x1d\x1c\x8f\x8a\xf5\x42\ +\xea\x7a\x7f\x1f\xed\x26\x77\x35\xcf\x00\x30\x29\x7f\x88\xf6\xee\ +\x37\x49\xd2\x1c\x5b\x3b\x8e\x8e\xea\x40\x0d\x00\x63\xf5\x89\x68\ +\xbf\xf0\x97\x5a\xed\x05\xca\xaf\x8b\xdf\x46\x35\x2f\x5c\xe6\x8f\ +\xf1\xde\xb8\x57\xb4\x1b\x46\x52\x57\x7b\x71\x54\x33\x0c\x00\x93\ +\xf4\xf6\x90\x24\xcd\xb1\xa7\x45\x75\x80\x06\x80\xb1\xfa\x69\x78\ +\xc7\x81\xd6\x89\xdd\xe3\x9b\xe1\x97\xe2\x0b\x73\x62\xbc\x34\xae\ +\x1d\x52\xd7\x6a\x37\xb9\x3f\x10\xd5\xec\x02\xc0\xa4\xb4\xa5\x43\ +\xbd\x53\x50\x92\xe6\xd4\x35\xe2\xb4\xa8\x0e\xd0\x00\x30\x46\xed\ +\x31\xf5\xbf\x09\x8d\xb7\xab\xc7\x3f\xc4\x71\x51\xcd\x08\x6b\xee\ +\xc2\x78\x5f\xdc\x26\xa4\x2e\xb5\x3c\x0e\x8d\x6a\x6e\x01\x60\x52\ +\x3e\x13\x92\xa4\x39\xf4\xda\xa8\x0e\xcc\x00\x30\x56\x8f\x0d\x8d\ +\xb3\xf6\xee\x8a\x7d\xe2\xcc\xa8\x66\x83\xc9\xf8\x42\xdc\x2e\xa4\ +\xae\xd4\xd6\x66\x3f\x21\xaa\x79\x05\x80\x49\x69\xcb\x83\x4a\x92\ +\x66\xd8\x56\x71\x41\x54\x07\x65\x00\x18\xa3\xf6\x12\x67\x8d\xaf\ +\xf6\x3e\xb4\xa7\xc4\x49\x51\xcd\x05\xd3\x71\x48\x6c\x1f\x52\x17\ +\xda\x2e\xce\x8d\x6a\x56\x01\x60\x12\x8e\x08\xef\x47\x93\xa4\x19\ +\x66\xbd\x5b\x00\xb8\xcc\xaf\xc3\x7b\x3f\xc6\xd7\x1d\xe2\xc8\xa8\ +\x66\x82\xe9\xbb\x34\xde\x13\x9b\x86\x34\xef\x1e\x15\xd5\x9c\x02\ +\xc0\xa4\x3c\x29\x24\x49\x33\xa8\x2d\x3b\xe0\x65\x9e\x00\xf0\x27\ +\x17\x47\xfb\x22\x5c\xe3\xa9\xdd\xec\x3a\x20\xda\x17\xf0\xd5\x4c\ +\x30\x5b\x67\xc5\xde\xd1\x9e\xc6\x91\xe6\xd9\x3f\x47\x35\xa3\x00\ +\x30\x09\xed\x89\xe3\xf6\xbe\x39\x49\xd2\x94\xfb\x66\x54\x07\x62\ +\x00\x18\xa3\xf6\xde\x07\x8d\xa7\x9d\xe3\xf8\xa8\x66\x81\xf9\xfa\ +\x41\x6c\x1b\xd2\xbc\x6a\x37\xe1\x7c\x56\x02\x60\x9a\x5e\x1e\x92\ +\xa4\x29\xf6\xb0\xa8\x0e\xc0\x00\x30\x46\x5f\x8f\x65\xa1\xe1\xd7\ +\xd6\x5c\x7e\x49\x5c\x12\xd5\x2c\xd0\x0d\xe7\xc7\xb3\x62\x49\x48\ +\xf3\x68\xf3\xf0\x4e\x20\x00\xa6\xa5\xbd\x73\xea\xba\x21\x49\x9a\ +\x42\xeb\xc4\x2f\xa3\x3a\x00\x03\xc0\xd8\x9c\x17\x37\x0e\x0d\xbf\ +\x4d\xe2\x2b\x51\xcd\x01\xdd\xd4\xb6\x57\xfb\x22\x5a\x9a\x47\x77\ +\x8f\x15\x51\xcd\x26\x00\x2c\x56\x7b\x07\x9a\x24\x69\x0a\x3d\x3b\ +\xaa\x03\x2f\x00\x8c\xd1\xf3\x43\xc3\xaf\xdd\xe4\xfa\x59\x54\x33\ +\x40\xb7\x9d\x10\xed\xdd\x75\xd2\x3c\x7a\x65\x54\x73\x09\x00\x8b\ +\xd5\xde\x43\x77\xeb\x90\x24\x4d\xb0\xf6\xcb\xc7\x33\xa2\x3a\xf0\ +\x02\xc0\xd8\x1c\x1e\x96\xbe\x1a\x7e\x77\x8a\xdf\x45\x35\x03\xf4\ +\xc3\x05\xf1\xa4\x90\x66\x5d\x3b\x47\x78\x1f\x08\x00\xd3\xf2\xd5\ +\x90\x24\x4d\xb0\x37\x45\x75\xc0\x05\x80\xb1\xb9\x38\xb6\x0f\x0d\ +\xbb\xbb\x45\x5b\x63\xb9\x9a\x01\xfa\xe7\xb5\xe1\xbd\x20\x9a\x75\ +\x5b\x86\x1f\x91\x01\x30\x2d\x0f\x0c\x49\xd2\x04\xba\x7e\xb4\x5f\ +\xcf\x55\x07\x5b\x00\x18\x9b\xf6\x45\xaa\x86\xdd\x3d\xa3\xbd\xe3\ +\xa5\xda\xfe\xf4\xd7\xbb\xc3\x93\x5b\x9a\x75\x0f\x8f\x6a\x1e\x01\ +\x60\xb1\x7e\x1c\x4b\x43\x92\xb4\xc8\x0e\x8a\xea\x40\x0b\x00\x63\ +\xf3\x8b\xb8\x5a\x68\xb8\xed\x1c\x6e\x7e\x0c\xd7\x27\x62\x79\x48\ +\xb3\xec\xe0\xa8\xe6\x11\x00\x16\x6b\xf7\x90\x24\x2d\xa2\x6d\xe3\ +\x92\xa8\x0e\xb2\x00\x30\x36\xf7\x0b\x0d\xb7\x6d\xe2\xf4\xa8\xb6\ +\x3d\xc3\xf1\xe9\x58\x27\xa4\x59\xb5\x71\xb4\x97\xf2\x57\xf3\x08\ +\x00\x8b\xf1\xab\x70\x5d\x23\x49\x8b\xe8\xa3\x51\x1d\x60\x01\x60\ +\x6c\x3e\x1f\x1a\x6e\x9b\xc5\x31\x51\x6d\x7b\x86\xe7\x43\x61\x39\ +\x2c\xcd\xb2\x7b\xc5\xca\xa8\xe6\x11\x00\x16\x63\xaf\x90\x24\x2d\ +\xa0\xdb\x86\x8b\x74\x00\xf8\xd3\xd3\x90\x37\x0b\x0d\xb3\xf6\x45\ +\xf8\xb7\xa2\xda\xf6\x0c\x57\x7b\x27\x88\x17\xa3\x6b\x96\xfd\x4b\ +\x54\xb3\x08\x00\x8b\x71\x72\xac\x1f\x92\xa4\x35\xec\x4b\x51\x1d\ +\x58\x01\x60\x6c\xde\x1e\x1a\x6e\xaf\x8b\x6a\xbb\x33\x7c\x2f\x09\ +\x69\x56\x6d\x14\xbf\x8d\x6a\x16\x01\x60\x31\x5e\x14\x92\xa4\x35\ +\xe8\x6e\x51\x1d\x50\x01\x60\x6c\xce\x8a\x4d\x43\xc3\xec\x81\xe1\ +\x89\xd7\xf1\x6a\xdb\xfe\x61\x21\xcd\xaa\x5d\xa3\x9a\x45\x00\x58\ +\x8c\x33\xa3\xdd\x68\x97\x24\xad\x66\xdf\x8b\xea\x80\x0a\x00\x63\ +\xf3\xdc\xd0\x30\x6b\x37\xb6\xbc\xf4\x9c\xf3\x62\x87\x90\x66\xd5\ +\x87\xa3\x9a\x45\x00\x58\x8c\x57\x87\x24\x69\x35\xf2\xab\x24\x00\ +\xf8\x93\x63\x63\x79\x68\x98\x7d\x20\xaa\xed\xce\xf8\x1c\x17\x1b\ +\x87\x34\x8b\xae\x1d\xed\xe9\xc2\x6a\x16\x01\x60\xa1\xce\x8d\x76\ +\x8e\x91\x24\x5d\x49\x4b\xe3\xa8\xa8\x0e\xa4\x00\x30\x36\x4f\x09\ +\x0d\xb3\xb6\xf4\x55\xb5\xcd\x19\xaf\x8f\x84\x34\xab\x9e\x19\xd5\ +\x1c\x02\xc0\x62\x1c\x10\x92\xa4\x2b\xe9\x71\x51\x1d\x40\x01\x60\ +\x6c\x7e\x13\xeb\x84\x86\xd7\xd5\xe2\xf8\xa8\xb6\x3b\xe3\xe6\xa6\ +\xa7\x66\xd5\xb2\x38\x22\xaa\x39\x04\x80\x85\xba\x28\xb6\x0e\x49\ +\x52\x51\x5b\xe2\xa3\x2d\xf5\x51\x1d\x40\x01\x60\x6c\xf6\x0c\x0d\ +\xb3\x17\x45\xb5\xcd\xa1\xbd\x0f\xe4\x26\x21\xcd\xa2\x3b\x45\x7b\ +\x11\x7f\x35\x8b\x00\xb0\x50\xef\x0f\x49\x52\xd1\x33\xa2\x3a\x70\ +\x02\xc0\xd8\xb4\xf7\x01\x78\xf7\xc7\x30\x6b\x2f\x3e\x3f\x3b\xaa\ +\xed\x0e\xcd\x37\x62\x49\x48\xb3\xe8\x7d\x51\xcd\x21\x00\x2c\xd4\ +\xa5\x71\xf3\x90\x24\x5d\xae\xab\xc7\xa9\x51\x1d\x38\x01\x60\x6c\ +\x9e\x16\x1a\x66\x6f\x8d\x6a\x9b\xc3\xe5\xed\x11\xd2\x2c\xda\x22\ +\xce\x89\x6a\x0e\x01\x60\xa1\x3e\x11\x92\xa4\xcb\xf5\xe2\xa8\x0e\ +\x98\x00\x30\x36\x27\x84\xa7\x3f\x86\x59\x7b\xfa\xe3\xfc\xa8\xb6\ +\x3b\x5c\xde\xef\xe3\xda\x21\xcd\xa2\x97\x47\x35\x87\x00\xb0\x50\ +\x6d\x89\xc5\x3b\x84\x24\x29\x5d\x23\xda\x87\xbc\xea\x80\x09\x00\ +\x63\xf3\xfc\xd0\x30\xdb\x2f\xaa\x6d\x0e\x15\xeb\x67\x6b\x56\xad\ +\x1f\xbf\x8d\x6a\x0e\x01\x60\xa1\xbe\x14\x92\xa4\xb4\x6f\x54\x07\ +\x4a\x00\x18\x9b\xf6\x74\xc0\xc6\xa1\xe1\xb5\x41\x9c\x11\xd5\x76\ +\x87\x4a\x5b\x3f\xfb\x36\x21\xcd\xa2\x27\x45\x35\x87\x00\xb0\x18\ +\x3b\x85\x24\x8d\xba\x0d\xe3\xcc\xa8\x0e\x92\x00\x30\x36\xff\x1a\ +\x1a\x66\x4f\x8f\x6a\x9b\xc3\x95\xf9\x6a\x48\xb3\x68\x69\x1c\x19\ +\xd5\x1c\x02\xc0\x42\x7d\x21\x24\x69\xd4\xed\x13\xd5\x01\x12\x00\ +\xc6\xe8\x56\xa1\x61\xf6\xc3\xa8\xb6\x39\x5c\x95\x07\x86\x34\x8b\ +\x76\x8d\x6a\x06\x01\x60\x31\xbc\x0b\x44\xd2\x68\xb3\x14\x04\x00\ +\x5c\xe6\xeb\xa1\x61\xd6\x96\x31\xaa\xb6\x39\xac\x8e\x23\x62\x49\ +\x48\xd3\xae\xcd\xd9\xa1\x51\xcd\x21\x00\x2c\xd4\xe7\x43\x92\x46\ +\xd9\x8b\xa3\x3a\x30\x02\xc0\x18\x3d\x32\x34\xcc\x0e\x8c\x6a\x9b\ +\xc3\xea\x7a\x50\x48\xb3\xe8\x3e\x51\xcd\x20\x00\x2c\xc6\xed\x43\ +\x92\x46\x55\x7b\xfa\xe3\x77\x51\x1d\x14\x01\x60\x6c\x4e\x8a\xb5\ +\x43\xc3\xab\x6d\x57\x4f\xbc\xb2\x58\xdf\x0d\x69\x56\x7d\x23\xaa\ +\x39\x04\x80\x85\xfa\x6c\x48\xd2\xa8\x7a\x51\x54\x07\x44\x00\x18\ +\xa3\x7f\x0a\x0d\xb3\x7b\x45\xb5\xcd\x61\x4d\xdd\x33\xa4\x59\xd4\ +\x66\xad\x9a\x41\x00\x58\x8c\xdb\x86\x24\x8d\xa2\xab\xc7\xe9\x51\ +\x1d\x0c\x01\x60\x8c\xb6\x0f\x0d\xb3\xb7\x47\xb5\xcd\x61\x4d\x7d\ +\x31\xa4\x59\xd5\x9e\x3a\xaa\xe6\x10\x00\x16\xea\x33\x21\x49\xa3\ +\xe8\x05\x51\x1d\x08\x01\x60\x8c\x8e\x0a\x0d\xb3\xa5\xd1\x96\x37\ +\xab\xb6\x3b\xac\xa9\x4b\x63\x9b\x90\x66\x51\x7b\xef\x4c\x35\x87\ +\x00\xb0\x50\x2b\xc3\x53\x20\x92\x06\xdf\xfa\x71\x5a\x54\x07\x42\ +\x00\x18\xa3\x17\x87\x86\xd9\x0e\x51\x6d\x73\x58\xa8\x37\x86\x34\ +\x8b\x96\xc4\x8f\xa3\x9a\x43\x00\x58\xa8\x43\x42\x92\x06\xdd\xf3\ +\xa2\x3a\x00\x02\xc0\x18\xb5\x5f\x74\x6f\x15\x1a\x66\xcf\x8f\x6a\ +\xbb\xc3\x42\xb5\x17\xea\xaf\x17\xd2\x2c\xda\x2d\xaa\x39\x04\x80\ +\x85\x6a\x4f\x81\xdc\x26\x24\x69\x90\xb5\xa7\x3f\x4e\x8d\xea\x00\ +\x08\x00\x63\xf4\x8d\xd0\x70\xfb\x7c\x54\xdb\x1d\x16\xe3\x09\x21\ +\xcd\xa2\xb5\xe3\xf8\xa8\xe6\x10\x00\x16\xea\x53\x21\x49\x83\xec\ +\xb9\x51\x1d\xf8\x00\x60\xac\x9e\x1e\x1a\x66\xeb\xc4\x39\x51\x6d\ +\x77\x58\x8c\xaf\x85\x34\xab\x3c\xc9\x06\xc0\xa4\xb5\xa7\x40\xb6\ +\x0f\x49\x1a\x54\xed\x51\xfd\x53\xa2\x3a\xf0\x01\xc0\x58\x59\xfe\ +\x6a\xb8\xdd\x3e\xaa\x6d\x0e\x8b\xd5\x96\xce\xdb\x32\xa4\x59\xb4\ +\x71\xb8\x99\x0b\xc0\xa4\x7d\x32\x24\x69\x50\x3d\x3b\xaa\x03\x1e\ +\x00\x8c\xd5\x4f\x43\xc3\xad\x3d\xdd\x53\x6d\x77\x98\x84\x17\x84\ +\x34\xab\xf6\x8f\x6a\x0e\x01\x60\xa1\xda\x53\x20\xb7\x0e\x49\x1a\ +\x44\xcb\xc3\xda\xb1\x00\xf0\x97\xde\x14\x1a\x6e\xff\x16\xd5\x76\ +\x87\x49\x38\x22\xa4\x59\xb5\x4d\xb4\x27\x8f\xaa\x59\x04\x80\x85\ +\xfa\x60\x48\xd2\x20\x6a\x2f\x6a\xac\x0e\x74\x00\x30\x66\xf7\x08\ +\x0d\xb7\x9f\x44\xb5\xdd\x61\x52\xb6\x0d\x69\x56\x7d\x31\xaa\x39\ +\x04\x80\x85\xba\x24\xb6\x0e\x49\xea\x75\x4b\xe2\xe8\xa8\x0e\x74\ +\x00\x30\x56\x67\x47\x7b\x49\xb6\x86\x59\x7b\xf7\x59\xfb\x40\x57\ +\x6d\x7b\x98\x14\xcb\x60\x69\x96\x3d\x34\xaa\x39\x04\x80\xc5\x78\ +\x7b\x48\x52\xaf\xfb\xdb\xa8\x0e\x70\x00\x30\x66\x1f\x09\x0d\xb7\ +\x5b\x45\xb5\xdd\x61\x92\xbe\x1d\xd2\xac\x5a\x3b\x4e\x8a\x6a\x16\ +\x01\x60\xa1\xce\x8f\xcd\x42\x92\x7a\xdb\xf7\xa2\x3a\xc0\x01\xc0\ +\x98\xed\x1d\x1a\x6e\x8f\x8c\x6a\xbb\xc3\x24\xad\x88\xcd\x43\x9a\ +\x55\xfb\x45\x35\x8b\x00\xb0\x18\xaf\x0a\x49\xea\x65\x77\x8d\xea\ +\xc0\x06\x00\x63\x77\xeb\xd0\x70\xdb\x37\xaa\xed\x0e\x93\xf6\xc4\ +\x90\x66\xd5\x0d\xc2\xcb\xd0\x01\x98\xb4\xb3\x62\x83\x90\xa4\xde\ +\xf5\xb9\xa8\x0e\x6c\x00\x30\x66\xe7\xc4\xb2\xd0\x70\x3b\x38\xaa\ +\x6d\x0f\x93\xf6\x1f\x21\xcd\xb2\xaf\x46\x35\x8b\x00\xb0\x18\xcf\ +\x0b\x49\xea\x55\x6d\xed\xeb\x95\x51\x1d\xd4\x00\x60\xcc\xbe\x1c\ +\x1a\x76\x96\x00\x65\x56\x4e\x8f\x25\x21\xcd\xaa\xc7\x47\x35\x8b\ +\x00\xb0\x18\xbf\x8d\xe5\x21\x49\xbd\xe9\x03\x51\x1d\xd0\x00\x60\ +\xec\x5e\x19\x1a\x76\xc7\x47\xb5\xed\x61\x1a\xda\x0f\x8f\xa4\x59\ +\x75\xf5\x68\x4f\x32\x56\xb3\x08\x00\x8b\xf1\xe4\x90\xa4\x5e\x74\ +\xc3\xb8\x24\xaa\x83\x19\x00\x8c\xdd\x7d\x43\xc3\xad\xfd\x1a\xff\ +\xe2\xa8\xb6\x3d\x4c\xc3\xb3\x43\x9a\x65\xff\x1e\xd5\x2c\x02\xc0\ +\x62\xfc\x2c\x96\x86\x24\x75\xbe\x03\xa2\x3a\x90\x01\xc0\xd8\xb5\ +\xe5\x21\x37\x0a\x0d\xb7\x6b\x47\xb5\xed\x61\x5a\x0e\x09\x69\x96\ +\xdd\x2b\xaa\x59\x04\x80\xc5\x7a\x68\x48\x52\xa7\xdb\x34\xce\x8f\ +\xea\x20\x06\x00\x63\x77\x5c\x68\xd8\xdd\x26\xaa\x6d\x0f\xd3\x72\ +\x66\x78\x0f\x88\x66\xd9\xb2\x38\x35\xaa\x79\x04\x80\xc5\x38\x34\ +\x24\xa9\xd3\xbd\x2a\xaa\x03\x18\x00\xb0\xd6\x5a\x9f\x0f\x0d\xbb\ +\xfb\x47\xb5\xed\x61\x9a\x6e\x1a\xd2\x2c\xfb\x97\xa8\x66\x11\x00\ +\x16\xeb\xee\x21\x49\x9d\x6c\x83\xf8\x7d\x54\x07\x2f\x00\x60\xad\ +\xb5\xfe\x39\x34\xec\x76\x8b\x6a\xdb\xc3\x34\x3d\x31\xa4\x59\x76\ +\x8f\xa8\x66\x11\x00\x16\xeb\x8b\x21\x49\x9d\xec\xb9\x51\x1d\xb8\ +\x00\x80\x3f\x79\x4a\x68\xd8\x3d\x35\xaa\x6d\x0f\xd3\x74\x60\x48\ +\xb3\xcc\x32\x58\x00\x4c\x4b\x7b\x6f\xe2\x0e\x21\x49\x9d\x6a\xed\ +\x38\x3e\xaa\x03\x17\x00\xf0\x27\x77\x0e\x0d\xbb\x17\x45\xb5\xed\ +\x61\x9a\x0e\x0f\x69\xd6\x59\x06\x0b\x80\x69\x79\x7f\x48\x52\xa7\ +\x7a\x54\x54\x07\x2c\x00\xe0\x32\x9b\x84\x86\xdd\x6b\xa3\xda\xf6\ +\x30\x4d\x97\xc4\xba\x21\xcd\xb2\xfb\x46\x35\x8f\x00\xb0\x58\x17\ +\xc5\x16\x21\x49\x9d\xe9\xfb\x51\x1d\xb0\x00\x80\x3f\x39\x3d\x34\ +\xfc\xda\x52\x44\xd5\xf6\x87\x69\xdb\x3e\xa4\x59\xd6\x6e\xba\x9d\ +\x13\xd5\x3c\x02\xc0\x62\xbd\x2a\x24\xa9\x13\xdd\x31\xaa\x03\x15\ +\x00\x70\x99\x1f\x85\x86\x9f\x1b\x20\xcc\xcb\x13\x42\x9a\x75\x1f\ +\x8b\x6a\x1e\x01\x60\xb1\x7e\x17\xeb\x85\x24\xcd\xbd\x0f\x47\x75\ +\xa0\x02\x00\x2e\xf3\xf9\xd0\xf0\x3b\x28\xaa\xed\x0f\xd3\xf6\xe6\ +\x90\x66\x5d\xbb\xf1\x56\xcd\x23\x00\x4c\xc2\xdf\x87\x24\xcd\xb5\ +\xeb\x47\x5b\x73\xb8\x3a\x48\x01\x00\x97\x79\x4f\x68\xf8\x7d\x30\ +\xaa\xed\x0f\xd3\xf6\xe5\x90\x66\xdd\xe6\x71\x69\x54\x33\x09\x00\ +\x8b\x75\x74\x2c\x09\x49\x9a\x5b\x6d\x3d\xbe\xea\x00\x05\x00\xfc\ +\xa5\x57\x87\x86\x9f\x1b\x20\xcc\xcb\x29\x21\xcd\xa3\xc3\xa2\x9a\ +\x49\x00\x98\x84\xfb\x85\x24\xcd\xa5\xb6\x0e\x5f\x5b\x8f\xaf\x3a\ +\x38\x01\x00\x7f\xe9\x99\xa1\xe1\xe7\x06\x08\xf3\xb4\x71\x48\xb3\ +\xae\xdd\xe0\xaf\xe6\x11\x00\x26\xe1\x8b\x21\x49\x73\xa9\xad\xc3\ +\x57\x1d\x98\x00\x80\x2b\x7a\x78\x68\xf8\xb9\x01\xc2\x3c\xed\x18\ +\xd2\xac\xbb\x5b\x54\xf3\x08\x00\x93\xb0\x32\x6e\x12\x92\x34\xd3\ +\xda\xfa\x7b\x6d\x1d\xbe\xea\xc0\x04\x00\x5c\xd1\x5d\x43\xc3\xcf\ +\x0d\x10\xe6\xe9\x31\x21\xcd\xba\xe5\x71\x6e\x54\x33\x09\x00\x93\ +\xb0\x7f\x48\xd2\x4c\x6b\xeb\xef\x55\x07\x24\x00\xa0\x76\xc7\xd0\ +\xf0\x73\x03\x84\x79\x7a\x69\x48\xf3\xe8\x73\x51\xcd\x24\x00\x4c\ +\xc2\x39\x61\xa9\x4f\x49\x33\xad\xad\xbf\x57\x1d\x90\x00\x80\xda\ +\x76\xa1\xe1\x77\x50\x54\xdb\x1f\x66\xe1\xfd\x21\xcd\xa3\xe7\x46\ +\x35\x93\x00\x30\x29\xcf\x0f\x49\x9a\x49\x37\x8b\xb6\xfe\x5e\x75\ +\x30\x02\x00\x6a\x37\x0d\x0d\xbf\x03\xa3\xda\xfe\x30\x0b\xdf\x0d\ +\x69\x1e\xdd\x36\xaa\x99\x04\x80\x49\x39\x3e\xd6\x0e\x49\x9a\x7a\ +\x6d\xdd\xbd\xea\x40\x04\x00\xac\xda\x56\xa1\xe1\xe7\x3a\x89\x79\ +\x3a\x21\xa4\x79\xd4\xbe\x90\x6a\xcb\x93\x54\x73\x09\x00\x93\xf2\ +\xa8\x90\xa4\xa9\xd6\xd6\xdb\x73\x61\x0b\x00\x6b\x6e\xf3\xd0\xf0\ +\x7b\x6d\x54\xdb\x1f\x66\x61\x45\xf8\x65\xa4\xe6\xd5\x97\xa3\x9a\ +\x4b\x00\x98\x94\xef\x87\x24\x4d\xb5\xb6\xde\x5e\x75\x00\x02\x00\ +\xae\xdc\x46\xa1\xe1\xf7\xe2\xa8\xb6\x3f\xcc\xca\xf5\x43\x9a\x47\ +\xed\x25\xfc\xd5\x4c\x02\xc0\x24\xdd\x31\x24\x69\x2a\x2d\x8d\xe3\ +\xa2\x3a\xf8\x00\x00\x57\xce\x0d\x90\x71\xf4\xf4\xa8\xb6\x3f\xcc\ +\xca\x9d\x42\x9a\x47\x77\x8f\x6a\x26\x01\x60\x92\x0e\x0e\x49\x9a\ +\x4a\x0f\x8e\xea\xc0\x03\x00\x5c\x35\x37\x40\xc6\xd1\xe3\xa3\xda\ +\xfe\x30\x2b\xbb\x85\x34\x8f\xd6\x8f\xb6\x0c\x5b\x35\x97\x00\x30\ +\x29\x17\xc4\xa6\x21\x49\x13\xef\xb3\x51\x1d\x78\x00\x80\xab\xb6\ +\x59\x68\xf8\x3d\x2c\xaa\xed\x0f\xb3\xf2\xdc\x90\xe6\xd5\x91\x51\ +\xcd\x25\x00\x4c\x52\x5b\xa2\x5f\x92\x26\xda\x0d\xe3\xd2\xa8\x0e\ +\x3a\x00\xc0\x55\xdb\x2a\x34\xfc\x2c\x01\xc3\xbc\xbd\x3e\xa4\x79\ +\xf5\x9e\xa8\xe6\x12\x00\x26\xe9\x98\x58\x12\x92\x34\xb1\x5e\x1b\ +\xd5\x01\x07\x00\x58\x3d\x7f\x13\x1a\x7e\x37\x8b\x6a\xfb\xc3\xac\ +\xb4\x2f\xa0\xa5\x79\xb5\x57\x54\x73\x09\x00\x93\x76\x9f\x90\xa4\ +\x89\xb4\x3c\x4e\x8d\xea\x60\x03\x00\xac\x9e\xdb\x86\x86\xdf\xe6\ +\x51\x6d\x7f\x98\x95\x4f\x87\x34\xaf\xda\xb9\xae\x9a\x4b\x00\x98\ +\xb4\x8f\x87\x24\x4d\xa4\x47\x47\x75\xa0\x01\x00\x56\xdf\xbd\x42\ +\xc3\x6f\x59\xac\x8c\x6a\x06\x60\x16\x0e\x0d\x69\x5e\xb5\x1f\xcf\ +\x5d\x14\xd5\x6c\x02\xc0\x24\x5d\x12\x5b\x86\x24\x2d\xba\x6f\x44\ +\x75\xa0\x01\x00\x56\x5f\x7b\x39\xb6\xc6\xd1\xef\xa2\x9a\x01\x98\ +\x85\xb6\x26\xb6\x34\xcf\x8e\x88\x6a\x36\x01\x60\xd2\x5e\x1e\x92\ +\xb4\xa8\x6e\x1e\xd5\x01\x06\x00\x58\x33\x4f\x0d\x8d\xa3\x9f\x47\ +\x35\x03\x30\x0b\x67\x87\x34\xcf\xde\x1f\xd5\x6c\x02\xc0\xa4\x9d\ +\x18\x6b\x87\x24\x2d\xb8\xb7\x45\x75\x80\x01\x00\xd6\xcc\x2b\x42\ +\xe3\xe8\xab\x51\xcd\x00\xcc\xca\x92\x90\xe6\xd5\x0b\xa2\x9a\x4b\ +\x00\x98\x86\x87\x84\x24\x2d\xa8\xab\xc7\x59\x51\x1d\x5c\x00\x80\ +\x35\xf3\xaf\xa1\x71\xf4\xbe\xa8\x66\x00\x66\x65\xa3\x90\xe6\xd5\ +\xfd\xa3\x9a\x4b\x00\x98\x86\x2f\x85\x24\x2d\xa8\x3d\xa2\x3a\xb0\ +\x00\x00\x6b\xee\xb3\xa1\x71\xf4\xea\xa8\x66\x00\x66\x65\xab\x90\ +\xe6\x55\x7b\x21\x6d\x35\x97\x00\x30\x0d\x97\xc6\x8d\x43\x92\xd6\ +\xb8\xc3\xa3\x3a\xb0\x00\x00\x6b\xee\xe8\xd0\x38\x7a\x5a\x54\x33\ +\x00\xb3\xb2\x5d\x48\xf3\xec\xf7\x51\xcd\x26\x00\x4c\xc3\x1b\x42\ +\x92\xd6\xa8\xdb\x45\x75\x40\x01\x00\x16\xe6\x82\x58\x1a\x1a\x7e\ +\x0f\x8e\x6a\x06\x60\x56\x76\x0e\x69\x9e\x7d\x2f\xaa\xd9\x04\x80\ +\x69\xf8\x5d\xac\x1b\x92\xb4\xda\xbd\x27\xaa\x03\x0a\x00\xb0\x70\ +\x96\xa5\x19\x47\xdb\x47\xb5\xfd\x61\x56\x1e\x18\xd2\x3c\x7b\x7f\ +\x54\xb3\x09\x00\xd3\xf2\xd8\x90\xa4\xd5\x6a\xe3\x38\x3f\xaa\x83\ +\x09\x00\xb0\x70\xf7\x0a\x0d\xbf\xeb\x44\xb5\xfd\x61\x56\x76\x0b\ +\x69\x9e\xed\x1b\xd5\x6c\x02\xc0\xb4\x7c\x3b\x24\x69\xb5\x7a\x66\ +\x54\x07\x12\x00\x60\x71\x9e\x13\x1a\x7e\x6b\x47\xb5\xfd\x61\x56\ +\x76\x0f\x69\x9e\xb5\x9b\x70\xd5\x6c\x02\xc0\x34\xdd\x22\x24\xe9\ +\x2a\xfb\x71\x54\x07\x11\x00\x60\x71\xde\x1b\x1a\x47\x67\x44\x35\ +\x03\x30\x0b\xed\x45\xfc\xd2\x3c\xb3\x14\x20\x00\xf3\xf0\xa6\x90\ +\xa4\x2b\x6d\x87\xa8\x0e\x20\x00\xc0\xe2\x1d\x1e\x1a\x47\x3f\x8f\ +\x6a\x06\x60\x16\xf6\x0e\x69\x9e\x6d\x18\xd5\x6c\x02\xc0\x34\x9d\ +\x16\xeb\x84\x24\xad\xb2\xfd\xa3\x3a\x80\x00\x00\x8b\x77\x41\xac\ +\x1b\x1a\x7e\x47\x46\x35\x03\x30\x0b\x2f\x0e\x69\xde\x9d\x19\xd5\ +\x7c\x02\xc0\x34\xfd\x6d\x48\x52\xd9\xf2\xb0\x5c\x03\x00\x4c\xd7\ +\x9d\x42\xc3\xef\xb0\xa8\xb6\x3f\xcc\xc2\x4b\x43\x9a\x77\x3f\x8a\ +\x6a\x3e\x01\x60\x9a\x3e\x15\x92\x54\xf6\xc8\xa8\x0e\x1c\x00\xc0\ +\xe4\x3c\x37\x34\xfc\xbe\x1d\xd5\xf6\x87\x59\x78\x5d\x48\xf3\xae\ +\x7d\x01\x55\xcd\x27\x00\x4c\xd3\xc5\xb1\x79\x48\xd2\x15\xfa\x7c\ +\x54\x07\x0e\x00\x60\x72\x3e\x1e\x1a\x7e\x6e\x80\x30\x4f\x6e\x80\ +\xa8\x0b\x59\x5e\x19\x80\x79\x79\x5e\x48\xd2\x5f\xb4\x65\xac\x88\ +\xea\xa0\x01\x00\x4c\xce\xd9\xe1\xc5\x7c\xc3\xef\x88\xa8\xb6\x3f\ +\xcc\x82\x1b\x20\xea\x42\xed\xcb\xa7\x6a\x3e\x01\x60\xda\x7e\x1a\ +\x92\xf4\x17\xb5\x17\x25\x56\x07\x0c\x00\x60\xf2\xee\x12\x1a\x76\ +\xbf\x8e\x6a\xdb\xc3\x2c\xb4\x5f\xde\x4b\xf3\xce\x12\xcb\x00\xcc\ +\xd3\xed\x43\x92\xfe\xaf\x9f\x47\x75\xb0\x00\x00\x26\xcf\xaf\xb3\ +\x87\xdf\xef\xa2\xda\xf6\x30\x0b\x07\x86\x34\xef\xee\x1a\xd5\x7c\ +\x02\xc0\x2c\xb8\x1e\x92\xf4\x7f\xed\x1c\xd5\x81\x02\x00\x98\x8e\ +\x23\x43\xc3\x6d\xed\xb8\x24\xaa\x6d\x0f\xb3\xe0\x03\xbf\xba\xd0\ +\x4d\xa2\x9a\x4f\x00\x98\x85\xdf\xc7\x7a\x21\x49\x6b\x1d\x14\xd5\ +\x81\x02\x00\x98\x9e\xad\x42\xc3\xec\x86\x51\x6d\x73\x98\x15\x37\ +\x40\xd4\x85\x36\x8a\x6a\x3e\x01\x60\x56\x76\x0f\x49\x23\xef\xea\ +\xf1\xc7\xa8\x0e\x12\x00\xc0\xf4\xec\x15\x1a\x66\x77\x8f\x6a\x9b\ +\xc3\xac\xb8\x01\xa2\xae\x74\x41\x54\x33\x0a\x00\xb3\xf0\xe5\x90\ +\x34\xf2\x1e\x1f\xd5\x01\x02\x00\x98\xae\x43\x42\xc3\xec\xc9\x51\ +\x6d\x73\x98\x15\x37\x40\xd4\x95\x7e\x13\xd5\x8c\x02\xc0\x2c\x5c\ +\x1a\x9e\xbc\x97\x46\xde\xd7\xa3\x3a\x40\x00\x00\xd3\x75\x71\x5c\ +\x3b\x34\xbc\xf6\x8f\x6a\x9b\xc3\xac\xb8\x01\xa2\xae\x74\x58\x54\ +\x33\x0a\x00\xb3\xf2\x92\x90\x34\xd2\x6e\x1c\x2b\xa3\x3a\x38\x00\ +\x00\xd3\xf7\xfc\xd0\xf0\xfa\x7e\x54\xdb\x1b\x66\xc5\x0d\x10\x75\ +\xa5\x2f\x46\x35\xa3\x00\x30\x2b\xbf\x8e\x25\x21\x69\x84\xbd\x2a\ +\xaa\x03\x03\x00\x30\x1b\x47\x87\x86\xd5\xda\x71\x7e\x54\xdb\x1b\ +\x66\xe5\xed\x21\x75\xa1\xff\x88\x6a\x46\x01\x60\x96\xda\x3b\xfa\ +\x24\x8d\xac\x76\xe7\xb3\xdd\x01\xad\x0e\x0a\x00\xc0\xec\xdc\x31\ +\x34\x9c\x76\x8e\x6a\x3b\xc3\x2c\xbd\x2e\xa4\x2e\xd4\x9e\x46\xaa\ +\x66\x14\x00\x66\xe9\xa0\x90\x34\xb2\x76\x8a\xea\x80\x00\x00\xcc\ +\xd6\xbf\x86\x86\xd3\x7e\x51\x6d\x67\x98\x25\x37\x40\xd4\x95\x5e\ +\x13\xd5\x8c\x02\xc0\x2c\x9d\x15\xeb\x86\xa4\x11\x75\x40\x54\x07\ +\x04\x00\x60\xb6\xfe\x10\xeb\x87\x86\xd1\x0f\xa2\xda\xce\x30\x4b\ +\x6e\x80\xa8\x2b\xbd\x20\xaa\x19\x05\x80\x59\x7b\x68\x48\x1a\x49\ +\x6d\x6d\xea\xd3\xa2\x3a\x18\x00\x00\xb3\xb7\x57\xa8\xff\x5d\x3f\ +\x2e\x8d\x6a\x1b\xc3\x2c\xb9\x01\xa2\xae\xf4\x94\xa8\x66\x14\x00\ +\x66\xed\xa3\x21\x69\x24\xdd\x3f\xaa\x03\x01\x00\x30\x1f\xc7\xc5\ +\x3a\xa1\x7e\xb7\x4f\x54\xdb\x17\x66\xed\x55\x21\x75\xa1\xdd\xa3\ +\x9a\x51\x00\x98\xb5\xf3\x62\xc3\x90\x34\x82\xde\x1f\xd5\x81\x00\ +\x00\x98\x9f\x27\x87\xfa\xdd\xd1\x51\x6d\x5b\x98\xb5\x17\x87\xd4\ +\x85\x1e\x1c\xd5\x8c\x02\xc0\x3c\x3c\x2e\x24\x0d\xbc\xb6\xc6\xf8\ +\x1f\xa3\x3a\x08\x00\x00\xf3\xf3\xcb\x68\xcb\x54\xaa\x9f\xdd\x39\ +\xaa\xed\x0a\xf3\xf0\xbc\x90\xba\xd0\x7d\xa2\x9a\x51\x00\x98\x87\ +\x2f\x84\xa4\x81\xb7\x5b\x54\x07\x00\x00\x60\xfe\xda\x52\x21\xea\ +\x67\x9f\x8a\x6a\x9b\xc2\x3c\x78\xaf\x90\xba\xd2\xce\x51\xcd\x28\ +\x00\xcc\xc3\x25\xb1\x79\x48\x1a\x70\x9f\x8e\xea\x00\x00\x00\xcc\ +\xdf\x51\xb1\x34\xd4\xaf\xb6\x09\x2f\x3f\xa7\x4b\xf6\x08\xa9\x0b\ +\xdd\x3a\xaa\x19\x05\x80\x79\x79\x46\x48\x1a\x68\xd7\x8c\x8b\xa2\ +\xda\xf9\x01\x80\x6e\xb0\x2e\x6d\xff\x7a\x6f\x54\xdb\x12\xe6\xc5\ +\xd3\x64\xea\x4a\xdb\x46\x35\xa3\x00\x30\x2f\xdf\x0b\x49\x03\x6d\ +\xcf\xa8\x76\x7c\x00\xa0\x3b\x4e\x89\x6b\x84\xfa\xd1\x76\xe1\xe9\ +\x0f\xba\xe6\x61\x21\x75\xa1\xad\xa2\x9a\x51\x00\x98\x97\x95\x71\ +\xa3\x90\x34\xc0\xbe\x11\xd5\x8e\x0f\x00\x74\xcb\x5b\x42\xfd\xe8\ +\xf3\x51\x6d\x43\x98\xa7\x07\x85\xd4\x85\xdc\x00\x01\xa0\x8b\xf6\ +\x0d\x49\x03\xeb\xba\xe1\xd7\x89\x00\xd0\x0f\xed\xe5\x7c\xb7\x0c\ +\x75\xbb\x87\x46\xb5\xfd\x60\xde\xee\x19\x52\x17\x72\x03\x04\x80\ +\x2e\x3a\x3a\x24\x0d\xac\xe7\x46\xb5\xc3\x03\x00\xdd\xf4\xcd\x58\ +\x12\xea\x66\x1b\xc5\x49\x51\x6d\x3b\x98\xb7\x9d\x42\xea\x42\x9b\ +\x44\x35\xa3\x00\x30\x6f\xdb\x87\xa4\x01\x75\x78\x54\x3b\x3b\x00\ +\xd0\x5d\x5e\x64\xdc\xdd\xde\x1d\xd5\x36\x83\x2e\xf0\x04\x99\xba\ +\x52\xbb\x59\x5c\xcd\x28\x00\xcc\xdb\x3f\x85\xa4\x81\x74\xd3\xa8\ +\x76\x74\x00\xa0\xdb\xce\x88\x2d\x42\xdd\x6a\xb7\xa8\xb6\x17\x74\ +\x45\x5b\x76\x48\xea\x42\x6e\x80\x00\xd0\x55\x27\xc4\xd2\x90\x34\ +\x80\x5e\x11\xd5\x8e\x0e\x00\x74\x5f\x7b\xc9\xb6\xa5\xb0\xba\xd3\ +\xd6\x71\x76\x54\xdb\x0a\xba\x62\xe3\x90\xba\x90\x1b\x20\x00\x74\ +\xd9\x5d\x42\xd2\x00\x3a\x2a\xaa\x9d\x1c\x00\xe8\x87\xbd\x43\xf3\ +\xaf\x7d\x91\x77\x64\x54\xdb\x08\xba\xc4\xaf\x19\xd5\x95\xdc\x00\ +\x01\xa0\xcb\xde\x12\x92\x7a\xde\x4d\xa2\xda\xc1\x01\x80\xfe\xb8\ +\x28\x6e\x1b\x9a\x5f\xcb\xe2\x90\xa8\xb6\x0f\x74\xc9\xb9\x21\x75\ +\x25\x37\x40\x00\xe8\xb2\xb6\x0c\x96\xa7\xed\xa5\x9e\xf7\x8f\x51\ +\xed\xe0\x00\x40\xbf\xfc\x26\xae\x19\x9a\x7d\xed\x43\xd1\x81\x51\ +\x6d\x17\xe8\x9a\x53\x42\xea\x4a\x6e\x80\x00\xd0\x75\xb7\x0f\x49\ +\x3d\xee\xf0\xa8\x76\x6e\x00\xa0\x7f\xbe\x16\x6b\x87\x66\xdb\x1b\ +\xa3\xda\x1e\xd0\x45\xbf\x0c\xa9\x2b\xb9\x01\x02\x40\xd7\xbd\x21\ +\x24\xf5\xb4\x1b\x46\xb5\x63\x03\x00\xfd\xd5\x9e\x44\xd0\xec\x7a\ +\x55\x54\xdb\x01\xba\xea\x87\x21\x75\xa5\xeb\x45\x35\xa7\x00\xd0\ +\x15\xc7\x84\xa4\x9e\xf6\xdc\xa8\x76\x6c\x00\xa0\xdf\x5e\x14\x9a\ +\x6e\x6d\xd9\xab\xfd\xa3\xfa\xfb\x43\x97\x7d\x25\xa4\xae\xb4\x55\ +\x54\x73\x0a\x00\x5d\xb2\x7d\x48\xea\x61\xdf\x8b\x6a\xa7\x06\x00\ +\xfa\x6d\x65\x3c\x29\x34\x9d\xd6\x8d\x83\xa3\xfa\xdb\x43\xd7\x7d\ +\x38\xa4\xae\xe4\x06\x08\x00\x7d\xb0\x5f\x48\xea\x59\x5b\xc6\xa5\ +\x51\xed\xd4\x00\x40\xff\xad\x88\x87\x85\x26\xdb\xe6\xf1\xed\xa8\ +\xfe\xe6\xd0\x07\xef\x08\xa9\x2b\xb9\x01\x02\x40\x1f\x1c\x1d\x92\ +\x7a\xd6\x33\xa2\xda\xa1\x01\x80\xe1\xb8\x38\x1e\x15\x9a\x4c\x3b\ +\xc4\x6f\xa2\xfa\x5b\x43\x5f\xf8\x05\xa3\xba\xd4\x4d\xa3\x9a\x53\ +\x00\xe8\x9a\x9b\x85\xa4\x1e\xf5\x5f\x51\xed\xcc\x00\xc0\xb0\xb4\ +\x27\x41\x76\x0f\x2d\xae\xf6\xe3\x91\x0b\xa3\xfa\x1b\x43\x9f\x3c\ +\x3b\xa4\xae\xb4\x5d\x54\x73\x0a\x00\x5d\xf3\x92\x90\xd4\x93\x36\ +\x8b\xf6\x65\x48\xb5\x33\x03\x00\xc3\xd3\x96\xbd\x7c\x4e\x68\xcd\ +\x6b\x4b\x5e\x7d\x3c\xaa\xbf\x2b\xf4\xd1\xe3\x43\xea\x4a\x77\x8a\ +\x6a\x4e\x01\xa0\x6b\x8e\x08\x49\x3d\xe9\xef\xa3\xda\x91\x01\x80\ +\x61\x7b\x5b\x2c\x0b\xad\x5e\xbb\xc5\xe9\x51\xfd\x2d\xa1\xaf\x1e\ +\x18\x52\x57\xba\x4b\x54\x73\x0a\x00\x5d\x74\xe3\x90\xd4\x83\xbe\ +\x18\xd5\x4e\x0c\x00\x0c\xdf\x17\xe2\x9a\xa1\x55\x77\xa3\x38\x24\ +\xaa\xbf\x1f\xf4\xdd\x1d\x42\xea\x4a\x0f\x8a\x6a\x4e\x01\xa0\x8b\ +\x5e\x10\x92\x3a\xde\xc6\xd1\x5e\x88\x5a\xed\xc4\x00\xc0\x38\x1c\ +\x1b\xdb\x87\xfe\xb2\x0d\xe2\x15\x71\x7e\x54\x7f\x37\x18\x82\x76\ +\x83\x4f\xea\x4a\x7f\x1b\xd5\x9c\x02\x40\x17\x1d\x16\x92\x3a\x5e\ +\x5b\xf3\xb7\xda\x81\x01\x80\x71\x69\x2f\xf4\x7e\x6e\x2c\x89\xb1\ +\xb7\x5e\xb4\xbf\xc5\x69\x51\xfd\xad\x60\x48\xae\x16\x52\x57\xda\ +\x3d\xaa\x39\x05\x80\x2e\x5a\x19\xd7\x0f\x49\x1d\xee\xd3\x51\xed\ +\xc0\x00\xc0\x38\x7d\x25\x6e\x18\x63\x6c\xdd\x78\x56\x9c\x1c\xd5\ +\xdf\x06\x86\xe6\xf7\x21\x75\xa9\x27\x45\x35\xab\x00\xd0\x55\xcf\ +\x0e\x49\x1d\xad\xfd\xba\xd1\x92\x0e\x00\xc0\x5f\x3b\x37\x9e\x13\ +\x6b\xc7\x18\xba\x46\x3c\x23\x4e\x88\xea\xef\x01\x43\xf5\xf3\x90\ +\xba\x54\x3b\xf7\x54\xb3\x0a\x00\x5d\xf5\x5f\x21\xa9\xa3\x79\xc1\ +\x1c\x00\x70\x65\x7e\x14\xf7\x8d\xa1\xd6\xde\x7b\xf2\x2f\x71\x4e\ +\x54\xff\xfe\x30\x74\x5f\x0b\xa9\x4b\xb5\xf7\x2e\x55\xb3\x0a\x00\ +\x5d\xd5\xde\xad\xbc\x51\x48\xea\x60\xef\x8e\x6a\xc7\x05\x00\xb8\ +\xbc\x2f\xc4\x8e\x31\x84\xda\xfb\x0e\x1e\x17\xdf\x8b\xea\xdf\x15\ +\xc6\xe4\x83\x21\x75\xa9\xb7\x44\x35\xab\x00\xd0\x65\x8f\x0c\x49\ +\x1d\xab\xbd\xe0\xf4\xa4\xa8\x76\x5a\x00\x80\xca\xe7\x63\xe7\xe8\ +\x5b\x57\x8f\xf6\xa1\xe4\x3f\xe3\x8f\x51\xfd\xbb\xc1\x18\xbd\x39\ +\xa4\x2e\xf5\x6f\x51\xcd\x2a\x00\x74\xd9\xc1\x21\xa9\x63\xdd\x26\ +\xaa\x1d\x16\x00\xe0\xaa\xb4\xa5\xb1\xf6\x88\xf5\xa3\xab\x5d\x2b\ +\x76\x8f\x8f\x85\x77\x9e\x41\xed\xf9\x21\x75\xa9\x4f\x44\x35\xab\ +\x00\xd0\x65\x67\xc6\xb2\x90\xd4\xa1\x5e\x1a\xd5\x0e\x0b\x00\xb0\ +\xba\xda\xbb\x33\xda\xaf\x9d\xda\x7b\xc5\x96\xc7\x3c\xdb\x2c\x1e\ +\x1e\x6f\x8b\x23\xe3\xd2\xa8\xfe\x99\x81\xcb\x3c\x3a\xa4\x2e\xd5\ +\xde\x4b\x53\xcd\x2a\x00\x74\x5d\x1f\x9f\x94\x97\x06\xdd\xa1\x51\ +\xed\xac\x00\x00\x0b\xd1\x6e\x86\x7c\x2a\x9e\x16\xb7\x8c\xa5\x31\ +\xad\xb6\x88\xfb\x44\xfb\xf5\xfa\xfb\xe2\xa7\xb1\x32\xaa\x7f\x2e\ +\x60\xd5\xee\x14\x52\x97\x3a\x3c\xaa\x59\x05\x80\xae\x7b\x5d\x48\ +\xea\x48\xd7\x09\xbf\x8a\x04\x00\xa6\xe9\xec\xf8\x6a\xec\x1f\x7b\ +\x45\xbb\x61\x71\x8b\xd8\x34\x56\xd5\xda\xb1\x49\xb4\x1b\x1c\x3b\ +\xc4\x2e\xd1\xfe\xb3\xfb\x45\xbb\xd1\xd1\x7e\x19\xfc\xbb\xa8\xfe\ +\xfb\x80\x35\x77\xbd\x90\xba\xd4\xaf\xa2\x9a\x55\x00\xe8\xba\xf6\ +\x14\xba\xa4\x8e\xf4\x94\xa8\x76\x54\x00\x80\x59\x69\x2f\x23\xff\ +\xfd\xe5\x54\xff\x37\xc0\xf4\x5c\x1c\xd6\xaa\x56\xd7\x3a\x2f\xaa\ +\x79\x05\x80\x3e\xd8\x2a\x24\x75\xa0\x4f\x46\xb5\x93\x02\x00\x00\ +\xe3\xf0\x9b\x90\xba\xd4\xfa\x51\xcd\x2a\x00\xf4\xc5\xde\x21\x69\ +\xce\xad\x1b\x6d\x8d\xee\x6a\x27\x05\x00\x00\xc6\xe1\x9b\x21\x75\ +\xa9\xad\xa3\x9a\x55\x00\xe8\x8b\x2f\x85\xa4\x39\x77\xdf\xa8\x76\ +\x50\x00\x00\x60\x3c\x0e\x0e\xa9\x4b\xdd\x3e\xaa\x59\x05\x80\xbe\ +\xb8\x30\x36\x08\x49\x73\xec\x6d\x51\xed\xa0\x00\x00\xc0\x78\xbc\ +\x26\xa4\x2e\xb5\x4b\x54\xb3\x0a\x00\x7d\xf2\x90\x90\x34\xc7\x8e\ +\x8f\x6a\xe7\x04\x00\x00\xc6\xe3\xc9\x21\x75\xa9\x36\x93\xd5\xac\ +\x02\x40\x9f\xbc\x3b\x24\xcd\xa9\xed\xa2\xda\x31\x01\x00\x80\x71\ +\xb9\x4b\x48\x5d\x6a\x9f\xa8\x66\x15\x00\xfa\xe4\xa4\x58\x12\x92\ +\xe6\xd0\x8b\xa3\xda\x31\x01\x00\x80\x71\xd9\x32\xa4\x2e\xf5\x8e\ +\xa8\x66\x15\x00\xfa\x66\xc7\x90\x34\x87\xbe\x1d\xd5\x4e\x09\x00\ +\x00\x8c\xc7\xb9\x21\x75\xad\xcf\x44\x35\xaf\x00\xd0\x37\xfb\x85\ +\xa4\x19\xb7\x71\xac\x88\x6a\xa7\x04\x00\x00\xc6\xe3\x27\x21\x75\ +\xad\x1f\x47\x35\xaf\x00\xd0\x37\xdf\x0f\x49\x33\xee\x61\x51\xed\ +\x90\x00\x00\xc0\xb8\x7c\x3c\xa4\xae\x75\x66\x54\xf3\x0a\x00\x7d\ +\xd3\x7e\x84\xbe\x49\x48\x9a\x61\x07\x46\xb5\x43\x02\x00\x00\xe3\ +\xf2\xfa\x90\xba\xd4\x06\x51\xcd\x2a\x00\xf4\xd5\xc3\x43\xd2\x0c\ +\x3b\x26\xaa\x9d\x11\x00\x00\x18\x97\xa7\x84\xd4\xa5\x6e\x1e\xd5\ +\xac\x02\x40\x5f\xbd\x33\x24\xcd\xa8\xad\xa3\xda\x11\x01\x00\x80\ +\xf1\xb9\x53\x48\x5d\xea\x7e\x51\xcd\x2a\x00\xf4\xd5\xaf\x43\xd2\ +\x8c\x7a\x6a\x54\x3b\x22\x00\x00\x30\x3e\x1b\x87\xd4\xa5\x9e\x1e\ +\xd5\xac\x02\x40\x9f\xdd\x28\x24\xcd\xa0\x8f\x46\xb5\x13\x02\x00\ +\x00\xe3\x72\x52\x48\x5d\xeb\xcd\x51\xcd\x2b\x00\xf4\xd9\xd3\x42\ +\xd2\x94\x5b\x16\x67\x46\xb5\x13\x02\x00\x00\xe3\xf2\xd5\x90\xba\ +\xd6\x67\xa2\x9a\x57\x00\xe8\xb3\x8f\x87\xa4\x29\x77\xfb\xa8\x76\ +\x40\x00\x00\x60\x7c\xf6\x0f\xa9\x6b\xfd\x3c\xaa\x79\x05\x80\x3e\ +\x3b\x2b\xda\x8f\xd3\x25\x4d\xb1\x7d\xa3\xda\x01\x01\x00\x80\xf1\ +\xd9\x2b\xa4\x2e\xb5\x76\x5c\x1c\xd5\xbc\x02\x40\xdf\xdd\x31\x24\ +\x4d\xb1\x6f\x44\xb5\xf3\x01\x00\x00\xe3\x73\xd7\x90\xba\xd4\x36\ +\x51\xcd\x2a\x00\x0c\xc1\x4b\x42\xd2\x94\xda\x20\x2e\x8a\x6a\xe7\ +\x03\x00\x00\xc6\x67\xe3\x90\xba\xd4\xfd\xa3\x9a\x55\x00\x18\x82\ +\x6f\x85\xa4\x29\xf5\xa0\xa8\x76\x3c\x00\x00\x60\x7c\x8e\x0d\xa9\ +\x6b\x3d\x37\xaa\x79\x05\x80\x21\x68\xcb\x3c\x6e\x18\x92\xa6\xd0\ +\x5b\xa3\xda\xf1\x00\x00\x80\xf1\xf9\x44\x48\x5d\xeb\xbd\x51\xcd\ +\x2b\x00\x0c\xc5\x2e\x21\x69\x0a\xfd\x34\xaa\x9d\x0e\x00\x00\x18\ +\x9f\x97\x85\xd4\xb5\x0e\x8f\x6a\x5e\x01\x60\x28\x0e\x08\x49\x13\ +\x6e\xcb\xa8\x76\x38\x00\x00\x60\x9c\x76\x0d\xa9\x4b\x2d\x8b\xf3\ +\xa3\x9a\x57\x00\x18\x8a\xff\x09\x49\x13\xee\x89\x51\xed\x70\x00\ +\x00\xc0\x38\x5d\x3f\xa4\x2e\x75\xd3\xa8\x66\x15\x00\x86\xc6\x75\ +\x98\x34\xe1\xfe\x3d\xaa\x9d\x0d\x00\x00\x18\x9f\x33\x42\xea\x5a\ +\x8f\x88\x6a\x5e\x01\x60\x68\x1e\x1f\x92\x26\xd8\x71\x51\xed\x6c\ +\x00\x00\xc0\xf8\x7c\x39\xa4\xae\xf5\xca\xa8\xe6\x15\x00\x86\xe6\ +\x3d\x21\x69\x42\x6d\x15\xd5\x8e\x06\x00\x00\x8c\xd3\x7e\x21\x75\ +\xad\x43\xa2\x9a\x57\x00\x18\x9a\x63\x42\xd2\x84\x7a\x5c\x54\x3b\ +\x1a\x00\x00\x30\x4e\xbb\x84\xd4\xb5\x4e\x8d\x6a\x5e\x01\x60\x88\ +\xae\x1b\x92\x26\xd0\xbb\xa3\xda\xc9\x00\x00\x80\x71\xba\x76\x48\ +\x5d\xea\x06\x51\xcd\x2a\x00\x0c\xd5\x63\x42\xd2\x04\xfa\x45\x54\ +\x3b\x19\x00\x00\x30\x3e\xbf\x09\xa9\x6b\x79\x01\x3a\x00\x63\x73\ +\x60\x48\x5a\x64\x5b\x44\xb5\x83\x01\x00\x00\xe3\xf4\xd1\x90\xba\ +\xd6\x3f\x45\x35\xaf\x00\x30\x54\x47\x87\xa4\x45\xb6\x5b\x54\x3b\ +\x18\x00\x00\x30\x4e\xcf\x0b\xa9\x6b\x7d\x3d\xaa\x79\x05\x80\xa1\ +\x5a\x19\x9b\x85\xa4\x45\xf4\x8e\xa8\x76\x30\x00\x00\x60\x9c\xee\ +\x14\x52\x97\x5a\x16\xe7\x44\x35\xaf\x00\x30\x64\x0f\x0b\x49\x8b\ +\xe8\xa8\xa8\x76\x2e\x00\x00\x60\x7c\xce\x8f\xe5\x21\x75\xa9\x1d\ +\xa2\x9a\x57\x00\x18\xba\xb7\x85\xa4\x05\xb6\x69\xb4\x47\xa9\xaa\ +\x9d\x0b\x00\x00\x18\x9f\x6f\x84\xd4\xb5\x9e\x1d\xd5\xbc\x02\xc0\ +\xd0\x1d\x11\x92\x16\xd8\x43\xa2\xda\xb1\x00\x00\x80\x71\x7a\x55\ +\x48\x5d\xeb\x93\x51\xcd\x2b\x00\x0c\xdd\xa5\xb1\x71\x48\x5a\x40\ +\x6f\x89\x6a\xc7\x02\x00\x00\xc6\xe9\x7e\x21\x75\xa9\x25\x71\x46\ +\x54\xf3\x0a\x00\x63\xf0\xe0\x90\xb4\x80\x7e\x14\xd5\x4e\x05\x00\ +\x00\x8c\xcf\x8a\xd8\x30\xa4\x2e\xb5\x5d\x54\xf3\x0a\x00\x63\xf1\ +\xc6\x90\xb4\x86\x6d\x14\xed\x03\x4e\xb5\x53\x01\x00\x00\xe3\xf3\ +\xc3\x90\xba\xd6\xde\x51\xcd\x2b\x00\x8c\xc5\xa1\x21\x69\x0d\x7b\ +\x50\x54\x3b\x14\x00\x00\x30\x4e\x7e\x5d\xa8\x2e\xf6\x91\xa8\xe6\ +\x15\x00\xc6\xe2\x92\xd8\x20\x24\xad\x41\x6f\x88\x6a\x87\x02\x00\ +\x00\xc6\xe9\x01\x21\x75\xa9\x65\x71\x66\x54\xf3\x0a\x00\x63\xe2\ +\x3d\x6d\xd2\x1a\xf6\xdd\xa8\x76\x26\x00\x00\x60\x7c\x2e\x0e\xbf\ +\x2c\x54\xd7\xda\x29\xaa\x79\x05\x80\xb1\x79\x65\x48\x5a\xcd\x96\ +\xc7\x05\x51\xed\x4c\x00\x00\xc0\xf8\x7c\x3b\xa4\xae\xd5\xbe\xec\ +\xa9\xe6\x15\x00\xc6\xe6\xcb\x21\x69\x35\xbb\x7d\x54\x3b\x12\x00\ +\x00\x30\x4e\x7e\x55\xa8\x2e\xd6\x5e\xfa\x5a\xcd\x2b\x00\x8c\xcd\ +\xd9\xb1\x34\x24\xad\x46\xcf\x88\x6a\x47\x02\x00\x00\xc6\xe9\xae\ +\x21\x75\xa9\x6b\xc6\x8a\xa8\xe6\x15\x00\xc6\xe8\x16\x21\x69\x35\ +\x3a\x38\xaa\x9d\x08\x00\x00\x18\x9f\x73\xa2\x2d\x93\x2b\x75\xa9\ +\x47\x47\x35\xaf\x00\x30\x56\x7b\x84\xa4\xd5\xe8\x98\xa8\x76\x22\ +\x00\x00\x60\x7c\x3e\x15\x52\xd7\x7a\x7f\x54\xf3\x0a\x00\x63\xf5\ +\xce\x90\x74\x15\x6d\x16\xd5\x0e\x04\x00\x00\x8c\xd3\x5e\x21\x75\ +\xa9\x75\xe2\xf7\x51\xcd\x2b\x00\x8c\xd5\x8f\x43\xd2\x55\xf4\xa0\ +\xa8\x76\x20\x00\x00\x60\x9c\xb6\x0a\xa9\x4b\xdd\x27\xaa\x59\x05\ +\x80\x31\x6b\xef\xc6\xda\x20\x24\x5d\x49\xaf\x8c\x6a\x07\x02\x00\ +\x00\xc6\xe7\xa7\x21\x75\xad\x03\xa3\x9a\x57\x00\x18\xbb\x7b\x86\ +\xa4\x2b\xe9\xcb\x51\xed\x3c\x00\x00\xc0\xf8\xbc\x29\xa4\x2e\xb5\ +\x34\x4e\x8a\x6a\x5e\x01\x60\xec\xfe\x31\x24\xad\xa2\x76\x21\x79\ +\x76\x54\x3b\x0f\x00\x00\x30\x3e\xf7\x08\xa9\x4b\xed\x14\xd5\xac\ +\x02\x00\x6b\xad\xf5\xa9\x90\xb4\x8a\x6e\x11\xd5\x8e\x03\x00\x00\ +\x8c\x4f\xfb\x71\x54\x7b\xd9\xb4\xd4\xa5\xde\x18\xd5\xbc\x02\x00\ +\x6b\xad\x75\x4a\x48\x5a\x45\x4f\x8c\x6a\xc7\x01\x00\x00\xc6\xe7\ +\x83\x21\x75\xa9\xb6\x6a\xc1\x09\x51\xcd\x2b\x00\xf0\x27\x37\x0c\ +\x49\x45\xef\x8c\x6a\xa7\x01\x00\x00\xc6\xe7\x91\x21\x75\xa9\xbb\ +\x45\x35\xab\x00\xc0\x65\x1e\x1d\x92\x8a\x7e\x1c\xd5\x4e\x03\x00\ +\x00\x8c\xcb\x85\x71\x8d\x90\xba\xd4\xbb\xa2\x9a\x57\x00\xe0\x32\ +\x6f\x0d\x49\x7f\xd5\x06\xb1\x22\xaa\x9d\x06\x00\x00\x18\x97\x2f\ +\x84\xd4\xa5\x96\xc7\x99\x51\xcd\x2b\x00\x70\x99\xc3\x42\xd2\x5f\ +\x75\xf7\xa8\x76\x18\x00\x00\x60\x7c\x9e\x16\x52\x97\xda\x35\xaa\ +\x59\x05\x00\xfe\x52\x7b\x92\xb7\xfd\x70\x40\xd2\xe5\x7a\x61\x54\ +\x3b\x0c\x00\x00\x30\x2e\xed\xc9\xf0\xeb\x84\xd4\xa5\xfe\x33\xaa\ +\x79\x05\x00\xae\xe8\xf6\x21\xe9\x72\x7d\x38\xaa\x9d\x05\x00\x00\ +\x18\x97\x2f\x87\xd4\xa5\xae\x19\x17\x44\x35\xaf\x00\xc0\x15\xed\ +\x15\x92\x2e\xd7\x2f\xa3\xda\x59\x00\x00\x80\x71\xd9\x23\xa4\x2e\ +\xf5\xac\xa8\x66\x15\x00\xa8\xfd\x6b\x48\xfa\xdf\x36\x8c\x4b\xa3\ +\xda\x59\x00\x00\x80\xf1\x68\x6b\x46\x6f\x1c\x52\x97\x3a\x2a\xaa\ +\x79\x05\x00\x6a\x3f\x08\x49\xff\xdb\x5d\xa2\xda\x51\x00\x00\x80\ +\x71\xf9\x54\x48\x5d\x6a\xa7\xa8\x66\x15\x00\x58\xb5\xb6\x74\xe4\ +\xda\x21\x29\x79\x9c\x18\x00\x00\x68\x76\x0b\xa9\x4b\xfd\x5b\x54\ +\xb3\x0a\x00\x5c\xb9\xed\x42\x52\x72\x41\x09\x00\x00\x9c\x13\xeb\ +\x87\xd4\x95\xae\x11\xe7\x46\x35\xaf\x00\xc0\x95\x7b\x7c\x48\x4a\ +\x47\x44\xb5\x93\x00\x00\x00\xe3\xf1\xc1\x90\xba\xd4\x33\xa3\x9a\ +\x55\x00\xe0\xaa\xbd\x25\xa4\xd1\xb7\x6e\x5c\x1c\xd5\x4e\x02\x00\ +\x00\x8c\xc7\x83\x42\xea\x4a\x4b\xe2\x7f\xa2\x9a\x55\x00\xe0\xaa\ +\x7d\x3d\xa4\xd1\x77\x9b\xa8\x76\x10\x00\x00\x60\x3c\xce\x8c\x75\ +\x42\xea\x4a\xf7\x8b\x6a\x56\x01\x80\xd5\x73\x76\xb4\x1f\x14\x48\ +\xa3\x6e\x8f\xa8\x76\x10\x00\x00\x60\x3c\xde\x15\x52\x97\xfa\x62\ +\x54\xb3\x0a\x00\xac\xbe\x1b\x85\x34\xea\xde\x1e\xd5\xce\x01\x00\ +\x00\x8c\xc7\xdd\x43\xea\x4a\x37\x8f\x95\x51\xcd\x2a\x00\xb0\xfa\ +\x1e\x1e\xd2\xa8\xfb\x6e\x54\x3b\x07\x00\x00\x30\x0e\xc7\xc5\xd2\ +\x90\xba\xd2\xfe\x51\xcd\x2a\x00\xb0\x66\x5e\x15\xd2\x68\x6b\x1f\ +\x72\xce\x8d\x6a\xe7\x00\x00\x00\xc6\xe1\x65\x21\x75\xa5\x4d\xe2\ +\x9c\xa8\x66\x15\x00\x58\x33\x9f\x0b\x69\xb4\x6d\x1b\xd5\x8e\x01\ +\x00\x00\x8c\xc3\x25\xb1\x65\x48\x5d\xa9\xdd\x90\xab\x66\x15\x00\ +\x58\x73\x27\x87\x34\xda\x1e\x1d\xd5\x8e\x01\x00\x00\x8c\xc3\x21\ +\x21\x75\xa5\x0d\xe2\x8c\xa8\x66\x15\x00\x58\x98\x6b\x87\x34\xca\ +\xfe\x29\xaa\x9d\x02\x00\x00\x18\x87\x07\x85\xd4\x95\x9e\x1b\xd5\ +\x9c\x02\x00\x0b\x77\xff\x90\x46\xd9\x57\xa2\xda\x29\x00\x00\x80\ +\xe1\x3b\x21\x96\x85\xd4\x85\x96\xc7\x49\x51\xcd\x2a\x00\xb0\x70\ +\xfb\x84\x34\xca\x4e\x8b\x6a\xa7\x00\x00\x00\x86\xef\xe5\x21\x75\ +\xa5\x3d\xa3\x9a\x53\x00\x60\x71\xfe\x23\xa4\xd1\xb5\x69\x54\x3b\ +\x04\x00\x00\x30\x7c\x2b\xe2\x7a\x21\x75\xa1\xb5\xe3\x57\x51\xcd\ +\x2a\x00\xb0\x38\x47\x86\x34\xba\xee\x1a\xd5\x0e\x01\x00\x00\x0c\ +\xdf\x67\x42\xea\x4a\x7b\x44\x35\xa7\x00\xc0\xe2\x5d\x18\xed\xc7\ +\x06\xd2\xa8\xda\x2b\xaa\x1d\x02\x00\x00\x18\xbe\x07\x87\xd4\x85\ +\xda\xbb\x3f\x8e\x8b\x6a\x4e\x01\x80\xc9\xb8\x69\x48\xa3\xea\x80\ +\xa8\x76\x06\x00\x00\x60\xd8\x4e\x0c\xbf\x02\x54\x57\xda\x3b\xaa\ +\x39\x05\x00\x26\xe7\xa1\x21\x8d\xaa\xff\x8a\x6a\x67\x00\x00\x00\ +\x86\xed\x15\x21\x75\xa1\xf5\xe2\xa4\xa8\xe6\x14\x00\x98\x9c\x7d\ +\x43\x1a\x55\xa7\x46\xb5\x33\x00\x00\x00\xc3\x75\x51\x6c\x11\x52\ +\x17\x7a\x5e\x54\x73\x0a\x00\x4c\xd6\x87\x42\x1a\x4d\xd7\x8a\x6a\ +\x47\x00\x00\x00\x86\xed\xdf\x43\xea\x42\x1b\xc6\x69\x51\xcd\x29\ +\x00\x30\x59\x3f\x09\x69\x34\xdd\x25\xaa\x1d\x01\x00\x00\x18\xae\ +\x95\x71\x8b\x90\xba\xd0\xab\xa3\x9a\x53\x00\x60\xf2\x2e\x8c\x65\ +\x21\x8d\xa2\xa7\x45\xb5\x23\x00\x00\x00\xc3\xf5\xc5\x90\xba\xd0\ +\x56\x71\x7e\x54\x73\x0a\x00\x4c\xc7\x4d\x42\x1a\x45\xfb\x47\xb5\ +\x13\x00\x00\x00\xc3\x75\xbf\x90\xba\xd0\xc1\x51\xcd\x28\x00\x30\ +\x3d\x0f\x09\x69\x14\x7d\x35\xaa\x9d\x00\x00\x00\x18\xa6\xa3\x63\ +\x49\x48\xf3\xee\x76\xd1\x96\x63\xab\xe6\x14\x00\x98\x9e\x7f\x0c\ +\x69\x14\x9d\x1c\xd5\x4e\x00\x00\x00\x0c\xd3\xdf\x87\xd4\x85\xbe\ +\x15\xd5\x8c\x02\x00\xd3\xf5\xc1\x90\x06\xdf\x26\x51\xed\x00\x00\ +\x00\xc0\x30\xb5\x1f\x40\x2d\x0f\x69\xde\x3d\x3c\xaa\x19\x05\x00\ +\xa6\xef\x88\x90\x06\xdf\xce\x51\xed\x00\x00\x00\xc0\x30\xbd\x24\ +\xa4\x79\xb7\x7e\x1c\x1f\xd5\x8c\x02\x00\xd3\x77\x7e\x2c\x0b\x69\ +\xd0\xed\x19\xd5\x0e\x00\x00\x00\x0c\x4f\xfb\xa0\xbb\x69\x48\xf3\ +\xee\x35\x51\xcd\x28\x00\x30\x3b\xdb\x84\x34\xe8\xde\x1a\xd5\xf0\ +\x03\x00\x00\xc3\xf3\xae\x90\xe6\xdd\xdf\xc4\x85\x51\xcd\x28\x00\ +\x30\x3b\xbb\x86\x34\xe8\xbe\x1c\xd5\xf0\x03\x00\x00\xc3\x72\x49\ +\x6c\x1d\xd2\xbc\xfb\x52\x54\x33\x0a\x00\xcc\xd6\x8b\x43\x1a\x74\ +\xc7\x45\x35\xfc\x00\x00\xc0\xb0\xbc\x27\xa4\x79\xe7\xc5\xe7\x00\ +\xd0\x1d\xef\x0d\x69\xb0\xad\x1b\x97\x46\x35\xfc\x00\x00\xc0\x70\ +\xb4\xa7\x3f\x6e\x1c\xd2\x3c\xdb\x20\xbc\xf8\x1c\x00\xba\xe3\x5b\ +\x21\x0d\xb6\x9b\x47\x35\xf8\x00\x00\xc0\xb0\xbc\x2f\xa4\x79\xf7\ +\xb6\xa8\xe6\x13\x00\x98\x8f\x93\x42\x1a\x6c\x0f\x8e\x6a\xf0\x01\ +\x00\x80\xe1\x68\x4f\x7f\xb4\x97\x4e\x4b\xf3\x6c\xa7\xb0\x02\x01\ +\x00\x74\x4f\x7b\x42\x53\x1a\x64\xcf\x8e\x6a\xe8\x01\x00\x80\xe1\ +\x38\x38\xa4\x79\xd6\x96\x5f\xfe\x69\x54\xf3\x09\x00\xcc\xd7\xad\ +\x42\x1a\x64\xef\x88\x6a\xe8\x01\x00\x80\x61\x68\xbf\xb8\xbf\x69\ +\x48\xf3\xec\x15\x51\xcd\x27\x00\x30\x7f\x0f\x0b\x69\x90\x7d\x21\ +\xaa\xa1\x07\x00\x00\x86\xe1\x83\x21\xcd\xb3\x5b\xc6\x45\x51\xcd\ +\x27\x00\x30\x7f\x2f\x0c\x69\x90\xfd\x2a\xaa\xa1\x07\x00\x00\xfa\ +\xaf\x3d\xfd\x71\xb3\x90\xe6\xd5\xb2\x38\x2c\xaa\xf9\x04\x00\xba\ +\xe1\x5d\x21\x0d\xae\xb5\xa3\xbd\x0c\xb1\x1a\x7a\x00\x00\xa0\xff\ +\xfe\x33\xa4\x79\xf6\x92\xa8\x66\x13\x00\xe8\x8e\xaf\x85\x34\xb8\ +\xb6\x89\x6a\xe0\x01\x00\x80\xfe\x5b\x11\x37\x0f\x69\x5e\xed\x10\ +\x96\xbe\x02\x80\xee\x3b\x3e\xa4\xc1\x75\xff\xa8\x06\x1e\x00\x00\ +\xe8\xbf\x83\x42\x9a\x57\xeb\xc6\x51\x51\xcd\x26\x00\xd0\x2d\x6d\ +\xd9\xd4\x76\xee\x96\x06\xd5\xde\x51\x0d\x3c\x00\x00\xd0\x6f\xe7\ +\xc7\xf5\x42\x9a\x57\x6f\x8c\x6a\x36\x01\x80\x6e\xf2\xe4\xb0\x06\ +\xd7\x5b\xa3\x1a\x76\x00\x00\xa0\xdf\x5e\x1f\xd2\xbc\xba\x4b\xb4\ +\x25\xd8\xaa\xd9\x04\x00\xba\xe9\xc1\x21\x0d\xaa\xcf\x44\x35\xec\ +\x00\x00\x40\x7f\x9d\x19\x9b\x84\x34\x8f\xae\x11\xc7\x46\x35\x9b\ +\x00\x40\x77\x3d\x3b\xa4\x41\xf5\x3f\x51\x0d\x3b\x00\x00\xd0\x5f\ +\xcf\x0f\x69\x5e\x7d\x28\xaa\xb9\x04\x00\xba\xed\x1d\x21\x0d\xa6\ +\xa5\x71\x51\x54\xc3\x0e\x00\x00\xf4\xd3\x09\x71\xb5\x90\xe6\xd1\ +\x93\xa3\x9a\x4b\x00\xa0\xfb\xbe\x10\xd2\x60\xba\x41\x54\x83\x0e\ +\x00\x00\xf4\xd7\x13\x43\x9a\x47\xdb\xc6\xb9\x51\xcd\x25\x00\xd0\ +\x7d\xbf\x0a\x69\x30\xdd\x33\xaa\x41\x07\x00\x00\xfa\xe9\xa8\x58\ +\x16\xd2\xac\x5b\x37\x8e\x88\x6a\x2e\x01\x80\x7e\xb8\x24\xd6\x0e\ +\x69\x10\x3d\x29\xaa\x41\x07\x00\x00\xfa\x69\x97\x90\xe6\xd1\x01\ +\x51\xcd\x24\x00\xd0\x2f\x6d\xd5\x20\x69\x10\xbd\x3c\xaa\x21\x07\ +\x00\x00\xfa\xe7\xbf\x42\x9a\x47\x0f\x8f\x95\x51\xcd\x25\x00\xd0\ +\x2f\x3b\x87\x34\x88\xde\x1d\xd5\x90\x03\x00\x00\xfd\xb2\x22\xb6\ +\x0f\x69\xd6\xdd\x24\xce\x8e\x6a\x2e\x01\x80\xfe\x79\x4c\x48\x83\ +\xe8\x4b\x51\x0d\x39\x00\x00\xd0\x2f\x07\x86\x34\xeb\xd6\x8f\x23\ +\xa3\x9a\x49\x00\xa0\x9f\x5e\x18\xd2\x20\x3a\x3a\xaa\x21\x07\x00\ +\x00\xfa\xe3\xac\xb8\x56\x48\xb3\xee\xfd\x51\xcd\x24\x00\xd0\x5f\ +\xed\xbd\x5e\xd2\x20\x3a\x27\xaa\x21\x07\x00\x00\xfa\xe3\x59\x21\ +\xcd\xba\xa7\x46\x35\x8f\x00\x40\xbf\x7d\x3a\xa4\xde\xb7\x71\x54\ +\x03\x0e\x00\x00\xf4\xc7\x51\xb1\x76\x48\xb3\x6c\xc7\xb8\x30\xaa\ +\x99\x04\x00\xfa\xed\x47\x21\xf5\xbe\x5b\x45\x35\xe0\x00\x00\x40\ +\x7f\xdc\x37\xa4\x59\xb6\x59\x9c\x18\xd5\x3c\x02\x00\xfd\xf7\xbb\ +\x90\x7a\xdf\x83\xa2\x1a\x70\x00\x00\xa0\x1f\x3e\x19\xd2\x2c\x5b\ +\x1e\xdf\x8e\x6a\x1e\x01\x80\xe1\x58\x3f\xa4\x5e\xf7\xb4\xa8\x86\ +\x1b\x00\x00\xe8\xbe\xb6\xfc\xd0\x8d\x42\x9a\x65\xff\x1a\xd5\x3c\ +\x02\x00\xc3\x72\x93\x90\x7a\xdd\x6b\xa2\x1a\x6e\x00\x00\xa0\xfb\ +\x5e\x17\xd2\x2c\xdb\x3b\xaa\x59\x04\x00\x86\xe7\xde\x21\xf5\xba\ +\xf7\x47\x35\xdc\x00\x00\x40\xb7\x1d\x1f\x1b\x84\x34\xab\xee\x16\ +\x17\x45\x35\x8f\x00\xc0\xf0\x3c\x29\xa4\x5e\xf7\xf5\xa8\x86\x1b\ +\x00\x00\xe8\xb6\x5d\x43\x9a\x55\x5b\xc7\xe9\x51\xcd\x22\x00\x30\ +\x4c\x2f\x0f\xa9\xd7\xfd\x2a\xaa\xe1\x06\x00\x00\xba\xeb\x90\x90\ +\x66\xd5\x46\x71\x64\x54\xb3\x08\x00\x0c\xd7\x41\x21\xf5\xb6\x25\ +\xd1\x5e\x9a\x58\x0d\x37\x00\x00\xd0\x4d\xe7\xc6\x0d\x42\x9a\x45\ +\xcb\xe2\x2b\x51\xcd\x22\x00\x30\x6c\x5f\x0a\xa9\xb7\x5d\x3b\xaa\ +\xc1\x06\x00\x00\xba\xeb\x85\x21\xcd\xaa\x03\xa3\x9a\x43\x00\x60\ +\xf8\xfe\x27\xa4\xde\x76\xdb\xa8\x06\x1b\x00\x00\xe8\xa6\x9f\xc6\ +\x3a\x21\xcd\xa2\xe7\x46\x35\x87\x00\xc0\x38\x9c\x13\x52\x6f\x7b\ +\x58\x54\x83\x0d\x00\x00\x74\xcf\xca\xd8\x39\xa4\x59\xd4\x5e\xb2\ +\xbf\x22\xaa\x59\x04\x00\xc6\xe3\x9a\x21\xf5\xb2\xa7\x47\x35\xd4\ +\x00\x00\x40\xf7\xfc\x5b\x48\xb3\xe8\x0e\x71\x5e\x54\x73\x08\x00\ +\x8c\xcb\xb6\x21\xf5\xb2\x57\x44\x35\xd4\x00\x00\x40\xb7\x9c\x11\ +\x9b\x86\x34\xed\xb6\x89\xd3\xa3\x9a\x43\x00\x60\x7c\xee\x11\x52\ +\x2f\xfb\x97\xa8\x86\x1a\x00\x00\xe8\x96\x27\x86\x34\xed\x36\x8b\ +\x63\xa2\x9a\x41\x00\x60\x9c\x1e\x19\x52\x2f\xfb\x78\x54\x43\x0d\ +\x00\x00\x74\xc7\x97\x63\x49\x48\xd3\x6c\xfd\x38\x34\xaa\x19\x04\ +\x00\xc6\xeb\x59\x21\xf5\xb2\xef\x44\x35\xd4\x00\x00\x40\x37\x9c\ +\x1b\x37\x0a\x69\x9a\x2d\x8b\x4f\x47\x35\x83\x00\xc0\xb8\xed\x17\ +\x52\x2f\xfb\x65\x54\x43\x0d\x00\x00\x74\xc3\x73\x42\x9a\x66\xed\ +\xe9\xa2\x0f\x44\x35\x7f\x00\x00\x07\x85\xd4\xcb\xfe\x10\xd5\x50\ +\x03\x00\x00\xf3\xd7\x96\x23\x6a\xbf\xcc\x97\xa6\xd9\xeb\xa2\x9a\ +\x3f\x00\x80\xa6\x3d\x25\x2a\xf5\xae\xab\x45\x35\xd0\x00\x00\xc0\ +\xfc\x5d\x14\xdb\x85\x34\xcd\x5e\x14\xd5\xfc\x01\x00\xfc\xd9\x61\ +\x21\xf5\xae\x1b\x46\x35\xd0\x00\x00\xc0\xfc\x59\x6b\x59\xd3\x6e\ +\xcf\x58\x19\xd5\xfc\x01\x00\xfc\xd9\xb1\x21\xf5\xae\xdb\x47\x35\ +\xd0\x00\x00\xc0\x7c\x1d\x1d\xeb\x86\x34\xad\x1e\x15\x2b\xa2\x9a\ +\x3f\x00\x80\xcb\x3b\x3f\xa4\xde\xb5\x6b\x54\x03\x0d\x00\x00\xcc\ +\xcf\xa5\xb1\x53\x48\xd3\xea\x7e\xd1\x96\x58\xab\xe6\x0f\x00\xa0\ +\xb2\x41\x48\xbd\x6a\x8f\xa8\x86\x19\x00\x00\x98\x9f\xb7\x86\x34\ +\xad\xda\xcd\xb5\xf3\xa2\x9a\x3d\x00\x80\x55\xd9\x26\xa4\x5e\xb5\ +\x6f\x54\xc3\x0c\x00\x00\xcc\xc7\xaf\xe2\xea\x21\x4d\xa3\xdb\xc5\ +\xd9\x51\xcd\x1e\x00\xc0\x95\xf1\x84\xb2\x7a\x57\xfb\x65\x59\x35\ +\xcc\x00\x00\xc0\xec\xb5\xa5\xaf\x76\x0e\x69\x1a\xed\x18\x67\x45\ +\x35\x7b\x00\x00\x57\xe5\xa1\x21\xf5\xaa\xff\x8c\x6a\x98\x01\x00\ +\x80\xd9\xb3\xf4\x95\xa6\xd5\x0e\x71\x66\x54\x73\x07\x00\xb0\x3a\ +\xf6\x0c\xa9\x57\x7d\x2d\xaa\x61\x06\x00\x00\x66\xcb\xd2\x57\x9a\ +\x56\xb7\x8e\xdf\x45\x35\x77\x00\x00\xab\xeb\x65\x21\xf5\xaa\xa3\ +\xa3\x1a\x66\x00\x00\x60\x76\x2c\x7d\xa5\x69\xb5\x5d\x9c\x1e\xd5\ +\xdc\x01\x00\xac\x89\x03\x42\xea\x55\x2e\x84\x01\x00\x60\xfe\x2c\ +\x7d\xa5\x69\x74\x8b\xf0\x99\x0f\x00\x98\x94\x8f\x86\xd4\xab\xda\ +\x2f\xcd\xaa\x61\x06\x00\x00\x66\xc3\xd2\x57\x9a\x46\x37\x8b\x53\ +\xa3\x9a\x39\x00\x80\x85\x68\xaf\x53\x90\x7a\xd3\x35\xa2\x1a\x64\ +\x00\x00\x60\x36\x2c\x7d\xa5\x69\x74\xd3\x38\x39\xaa\x99\x03\x00\ +\x58\xa8\x1f\x86\xd4\x9b\x6e\x10\xd5\x20\x03\x00\x00\xb3\xf1\xcf\ +\x21\x4d\xb2\xbf\x89\xdf\x46\x35\x6f\x00\x00\x8b\xf1\xeb\x90\x7a\ +\xd3\xad\xa3\x1a\x64\x00\x00\x60\xfa\xfe\x27\xae\x16\xd2\xa4\xba\ +\x71\x9c\x18\xd5\xbc\x01\x00\x2c\xd6\x99\x21\xf5\xa6\xbb\x45\x35\ +\xc8\x00\x00\xc0\x74\x5d\x12\xb7\x0b\x69\x52\x6d\x1d\x27\x44\x35\ +\x6f\x00\x00\x93\xd0\x96\x6f\x95\x7a\xd3\xdf\x46\x35\xc8\x00\x00\ +\xc0\x74\xbd\x22\xa4\x49\x75\xc3\x38\x2e\xaa\x59\x03\x00\x98\xa4\ +\xf6\x5e\x69\xa9\x17\x3d\x21\xaa\x21\x06\x00\x00\xa6\xe7\xbf\x63\ +\x9d\x90\x26\xd1\xb6\x61\xd9\x2b\x00\x60\x56\xda\x7b\xa5\xa5\x5e\ +\xf4\x0f\x51\x0d\x31\x00\x00\x30\x1d\x17\xc4\xcd\x43\x9a\x44\x3b\ +\xc4\x69\x51\xcd\x1a\x00\xc0\x34\xb4\xf7\x4a\x4b\xbd\xe8\xe5\x51\ +\x0d\x31\x00\x00\x30\x1d\xcf\x09\x69\x12\xdd\x29\xce\x8a\x6a\xce\ +\x00\x00\xa6\xa5\xbd\x57\x5a\xea\x45\x6f\x89\x6a\x88\x01\x00\x80\ +\xc9\xfb\x7a\x2c\x0d\x69\xb1\xdd\x33\xce\x89\x6a\xce\x00\x00\xa6\ +\xa9\xbd\x57\x5a\xea\x45\xef\x8d\x6a\x88\x01\x00\x80\xc9\xfa\x63\ +\x6c\x1d\xd2\x62\xdb\x25\xda\x52\x6a\xd5\x9c\x01\x00\x4c\xdb\x13\ +\x43\xea\x45\x9f\x8c\x6a\x88\x01\x00\x80\xc9\x7a\x4a\x48\x8b\xed\ +\x31\x71\x71\x54\x33\x06\x00\x30\x0b\xcf\x0e\xa9\x17\xb5\x47\xf0\ +\xab\x21\x06\x00\x00\x26\xe7\xb3\x21\x2d\xb6\xbf\x8f\x15\x51\xcd\ +\x18\x00\xc0\xac\xbc\x22\xa4\x5e\x74\x44\x54\x43\x0c\x00\x00\x4c\ +\xc6\x19\x71\x9d\x90\x16\x53\xfb\xa5\xe5\xca\xa8\x66\x0c\x00\x60\ +\x96\xde\x1a\x52\x2f\x3a\x2e\xaa\x21\x06\x00\x00\x26\xe3\x91\x21\ +\x2d\xa6\x97\x45\x35\x5b\x00\x00\xf3\xf0\xbe\x90\x7a\xd1\x1f\xa2\ +\x1a\x62\x00\x00\x60\xf1\x3e\x18\xd2\x42\x5b\x12\x6f\x8a\x6a\xb6\ +\x00\x00\xe6\xe5\x53\x21\x75\xbe\xa5\x51\x0d\x30\x00\x00\xb0\x78\ +\xbf\x8d\x4d\x42\x5a\x48\xed\xf3\xda\xbb\xa2\x9a\x2d\x00\x80\x79\ +\xfa\x46\x48\x9d\xef\x9a\x51\x0d\x30\x00\x00\xb0\x38\xed\x5d\x0d\ +\xf7\x0f\x69\x21\x2d\x8f\xf6\xf4\x50\x35\x5b\x00\x00\xf3\xf6\xe3\ +\x90\x3a\xdf\x56\x51\x0d\x30\x00\x00\xb0\x38\xef\x0c\x69\x21\x6d\ +\x18\x5f\x8e\x6a\xae\x00\x00\xba\xa0\xbd\x57\x5a\xea\x7c\x37\x8f\ +\x6a\x80\x01\x00\x80\x85\xfb\x55\x6c\x10\xd2\x9a\x76\x9d\x38\x3c\ +\xaa\xb9\x02\x00\xe8\x8a\x53\x42\xea\x7c\xdb\x47\x35\xc0\x00\x00\ +\xc0\xc2\x5c\x1a\x77\x0d\x69\x4d\xfb\x9b\xf8\x75\x54\x73\x05\x00\ +\xd0\x25\x67\x87\xd4\xf9\x76\x8e\x6a\x80\x01\x00\x80\x85\x79\x4b\ +\x48\x6b\xda\xed\xe2\xf4\xa8\x66\x0a\x00\xa0\x6b\xda\x8f\x7e\xa4\ +\xce\x77\xdf\xa8\x06\x18\x00\x00\x58\x73\x3f\x8f\xf5\x42\x5a\x93\ +\x1e\x10\xe7\x46\x35\x53\x00\x00\x5d\xb5\x76\x48\x9d\x6e\x97\xa8\ +\x86\x17\x00\x00\x58\x33\x2b\xe2\x8e\x21\xad\x49\x4f\x8c\x4b\xa2\ +\x9a\x29\x00\x80\x2e\xdb\x28\xa4\x4e\xb7\x7b\x54\xc3\x0b\x00\x00\ +\xac\x99\xd7\x87\xb4\x26\xfd\x63\xac\x8c\x6a\x9e\x00\x00\xba\xee\ +\xba\x21\x75\xba\x3d\xa2\x1a\x5e\x00\x00\x60\xf5\x1d\x15\xeb\x86\ +\xb4\x3a\x2d\x8b\xb7\x47\x35\x4b\x00\x00\x7d\xb1\x75\x48\x9d\xee\ +\xe9\x51\x0d\x2f\x00\x00\xb0\x7a\x2e\x8e\x1d\x43\x5a\x9d\xae\x16\ +\x1f\x8b\x6a\x96\x00\x00\xfa\x64\xbb\x90\x3a\xdd\x8b\xa3\x1a\x5e\ +\x00\x00\x60\xf5\xbc\x32\xa4\xd5\x69\x93\xf8\x46\x54\x73\x04\x00\ +\xd0\x37\x77\x08\xa9\xd3\xbd\x22\xaa\xe1\x05\x00\x00\xae\xda\x8f\ +\x62\x9d\x90\xae\xaa\xeb\x45\x5b\x2a\xad\x9a\x23\x00\x80\x3e\xba\ +\x6b\x48\x9d\xee\x75\x51\x0d\x2f\x00\x00\x70\xe5\x2e\x0a\x8f\xfd\ +\x6b\x75\xba\x45\x9c\x10\xd5\x1c\x01\x00\xf4\xd5\x83\x42\xea\x74\ +\xef\x88\x6a\x78\x01\x00\x80\x2b\xf7\x8f\x21\x5d\x55\xf7\x8a\xb3\ +\xa3\x9a\x21\x00\x80\x3e\x7b\x44\x48\x9d\xee\xa0\xa8\x86\x17\x00\ +\x00\x58\xb5\xc3\x62\x59\x48\x57\xd6\x13\xa3\xbd\x24\xbf\x9a\x21\ +\x00\x80\xbe\xdb\x3d\xa4\x4e\xf7\xc1\xa8\x86\x17\x00\x00\xa8\x5d\ +\x10\x37\x0b\x69\x55\x2d\x89\xf6\x72\xfc\x95\x51\xcd\x10\x00\xc0\ +\x10\xec\x15\x52\xa7\x3b\x24\xaa\xe1\x05\x00\x00\x6a\xcf\x0d\x69\ +\x55\x2d\x8f\x7f\x8f\x6a\x76\x00\x00\x86\xe4\xd9\x21\x75\xba\x2f\ +\x45\x35\xbc\x00\x00\xc0\x15\x7d\x3b\x2c\x7d\xa5\x55\xb5\x49\xfc\ +\x57\x54\xb3\x03\x00\x30\x34\x2f\x0e\xa9\xd3\xb5\x0f\x70\xd5\xf0\ +\x02\x00\x00\x7f\xe9\xdc\xd8\x26\xa4\xaa\x1b\xc6\xd1\x51\xcd\x0e\ +\x00\xc0\x10\xbd\x36\xa4\x4e\x77\x44\x54\xc3\x0b\x00\x00\xfc\x25\ +\x8f\xf8\x6b\x55\xdd\x2e\x4e\x89\x6a\x6e\x00\x00\x86\xea\x75\x21\ +\x75\xba\x23\xa3\x1a\x5e\x00\x00\xe0\x32\x87\x86\xa5\xaf\x54\xb5\ +\x6b\xb4\xa7\x83\xaa\xb9\x01\x00\x18\xb2\x03\x43\xea\x74\x6e\x80\ +\x00\x00\xc0\x95\xbb\x28\x6e\x19\xd2\x5f\xf7\xcc\x58\x11\xd5\xdc\ +\x00\x00\x0c\x9d\x1b\x20\xea\x7c\x6e\x80\x00\x00\xc0\x95\x7b\x45\ +\x48\x97\x6f\x69\xbc\x25\xaa\x79\x01\x00\x18\x0b\x37\x40\xd4\xf9\ +\x7e\x1e\xd5\xf0\x02\x00\x00\x6b\xad\xf5\xd3\x58\x1e\xd2\x9f\x5b\ +\x2f\x3e\x11\xd5\xbc\x00\x00\x8c\x89\x1b\x20\xea\x7c\xc7\x47\x35\ +\xbc\x00\x00\x30\x76\x6d\x69\xa3\x9d\x42\xfa\x73\x9b\x47\x7b\x1f\ +\x4c\x35\x2f\x00\x00\x63\x73\x50\x48\x9d\xce\x0d\x10\x00\x00\xa8\ +\xbd\x35\xa4\x3f\xb7\x6d\xfc\x3a\xaa\x59\x01\x00\x18\xa3\x0f\x86\ +\xd4\xe9\xdc\x00\x01\x00\x80\x2b\x3a\x36\x36\x08\xa9\x75\xd7\x38\ +\x33\xaa\x59\x01\x00\x18\x2b\x37\x40\xd4\xf9\xdc\x00\x01\x00\x80\ +\x2b\xba\x7f\x48\xad\xdd\xe3\xc2\xa8\xe6\x04\x00\x60\xcc\xdc\x00\ +\x51\xe7\x3b\x23\xaa\xe1\x05\x00\x80\xb1\xfa\x48\x48\xad\x7d\x63\ +\x65\x54\x73\x02\x00\x30\x76\x6e\x80\xa8\xf3\x9d\x1d\xd5\xf0\x02\ +\x00\xc0\x18\xfd\x31\xb6\x0c\x8d\xbb\x75\xa2\xbd\xd4\xb3\x9a\x11\ +\x00\x00\xfe\xe4\x90\x90\x3a\x9d\x1b\x20\x00\x00\x70\x99\xe7\x84\ +\xc6\xdd\x86\xf1\xa5\xa8\xe6\x03\x00\x80\xcb\x7c\x36\xa4\x4e\xe7\ +\x06\x08\x00\x00\xfc\xc9\x11\xb1\x76\x68\xbc\x5d\x2f\x8e\x8c\x6a\ +\x3e\x00\x00\xf8\x4b\x6e\x80\xa8\xf3\xb9\x01\x02\x00\x00\x7f\x7a\ +\xcf\xc3\x4e\xa1\xf1\xb6\x7d\x9c\x14\xd5\x7c\x00\x00\x70\x45\x6e\ +\x80\xa8\xf3\x55\x83\x0b\x00\x00\x63\xf3\xae\xd0\x78\x7b\x40\xb4\ +\xf7\xbf\x54\xb3\x01\x00\x40\xed\x8b\x21\x75\xba\x6a\x70\x01\x00\ +\x60\x4c\x4e\x8f\x6b\x85\xc6\xd9\x9e\x71\x49\x54\xb3\x01\x00\xc0\ +\xaa\x7d\x3b\xa4\x4e\x57\x0d\x2e\x00\x00\x8c\xc9\x93\x42\xe3\x6b\ +\x49\xbc\x3e\xaa\x99\x00\x00\xe0\xaa\xb9\x01\xa2\xce\x57\x0d\x2e\ +\x00\x00\x8c\xc5\x0f\xa2\x7d\x11\xae\x71\x75\xb5\xf8\x70\x54\x33\ +\x01\x00\xc0\xea\x71\x03\x44\x9d\x6e\xed\xa8\x06\x17\x00\x00\xc6\ +\xa0\xbd\xf8\xfc\x4e\xa1\x71\xd5\x96\x3b\x6b\x1f\xd6\xab\x99\x00\ +\x00\x60\xf5\xb9\x01\xa2\xce\x57\x0d\x2e\x00\x00\x8c\xc1\x87\x42\ +\xe3\xea\xc6\xf1\xcb\xa8\xe6\x01\x00\x80\x35\xe3\x06\x88\x3a\x5f\ +\x35\xb8\x00\x00\x30\x74\xe7\xc5\x56\xa1\xf1\xb4\x53\xfc\x2e\xaa\ +\x79\x00\x00\x60\xcd\xb9\x01\xa2\xce\x57\x0d\x2e\x00\x00\x0c\xdd\ +\x7e\xa1\xf1\xf4\x88\xb8\x20\xaa\x59\x00\x00\x60\x61\xdc\x00\x51\ +\xe7\xab\x06\x17\x00\x00\x86\xec\xb7\x71\xf5\xd0\x38\x7a\x7e\x5c\ +\x1a\xd5\x2c\x00\x00\xb0\x70\x6e\x80\xa8\xf3\x5d\x12\xd5\xf0\x02\ +\x00\xc0\x50\x3d\x2e\x34\xfc\x96\xc5\x81\x51\xcd\x00\x00\x00\x8b\ +\xf7\xb9\x90\x3a\xdd\xd9\x51\x0d\x2f\x00\x00\x0c\xd1\x61\xb1\x24\ +\x34\xec\x36\x88\xcf\x46\x35\x03\x00\x00\x4c\x46\xbb\xde\x92\x3a\ +\x9d\x1b\x20\x00\x00\x8c\xc9\x9d\x43\xc3\x6e\x8b\xf8\x61\x54\xdb\ +\x1f\x00\x80\xc9\x71\x03\x44\x9d\xcf\x0d\x10\x00\x00\xc6\xc2\x07\ +\xb4\xe1\x77\xcb\x38\x3e\xaa\xed\x0f\x00\xc0\x64\xb9\xbe\x56\xe7\ +\x73\x03\x04\x00\x80\x31\x58\x19\xdb\x87\x86\xdb\xbd\xc3\xe7\x1b\ +\x00\x80\xd9\xf9\x44\x48\x9d\xee\xd4\xa8\x86\x17\x00\x00\x86\xe4\ +\x3f\x43\xc3\xed\x89\x71\x71\x54\xdb\x1e\x00\x80\xe9\xf8\x60\x48\ +\x9d\xce\xe3\xe1\x00\x00\x0c\xdd\x25\x71\xd3\xd0\xf0\x6a\x2f\xb4\ +\x7f\x65\x54\xdb\x1d\x00\x80\xe9\x72\x03\x44\x9d\xcf\x0d\x10\x00\ +\x00\x86\xee\xa0\xd0\xf0\x5a\x1e\xef\x8f\x6a\x9b\x03\x00\x30\x7d\ +\x6e\x80\xa8\xf3\xb9\x01\x02\x00\xc0\x90\x5d\x18\x37\x08\x0d\xab\ +\x4d\xe2\xeb\x51\x6d\x73\x00\x00\x66\xc3\x0d\x10\x75\x3e\x37\x40\ +\x00\x00\x18\xb2\xfd\x43\xc3\x6a\xeb\x38\x3a\xaa\xed\x0d\x00\xc0\ +\xec\xbc\x33\xa4\x4e\xe7\x83\x03\x00\x00\x43\x75\x6e\x5c\x3b\x34\ +\x9c\x6e\x17\xa7\x44\xb5\xbd\x01\x00\x98\xad\x03\x43\xea\x74\x47\ +\x46\x35\xbc\x00\x00\xd0\x77\x6f\x0c\x0d\xa7\xbf\x8d\x76\x53\xab\ +\xda\xd6\x00\x00\xcc\x9e\x1b\x20\xea\x7c\x6e\x80\x00\x00\x30\x44\ +\x17\xc5\x16\xa1\x61\xf4\xac\x58\x11\xd5\xb6\x06\x00\x60\x3e\xdc\ +\x00\x51\xe7\x73\x03\x04\x00\x80\x21\xfa\xd7\x50\xff\x5b\x16\x6f\ +\x89\x6a\x1b\x03\x00\x30\x5f\xde\xb7\xa7\xce\xf7\xdf\x51\x0d\x2f\ +\x00\x00\xf4\xd5\xa5\xb1\x4d\xa8\xdf\xad\x17\x9f\x88\x6a\x1b\x03\ +\x00\x30\x7f\xaf\x0b\xa9\xd3\x7d\x3b\xaa\xe1\x05\x00\x80\xbe\xfa\ +\x70\xa8\xdf\x6d\x1e\x87\x45\xb5\x7d\x01\x00\xe8\x86\xfd\x42\xea\ +\x74\x9f\x8b\x6a\x78\x01\x00\xa0\xaf\x76\x08\xf5\xb7\x6d\xe3\xd8\ +\xa8\xb6\x2d\x00\x00\xdd\xf1\xe2\x90\x3a\x9d\x47\xca\x01\x00\x18\ +\x92\x2f\x86\xfa\xdb\xdd\xe2\xcc\xa8\xb6\x2d\x00\x00\xdd\xf2\x8c\ +\x90\x3a\xdd\x07\xa3\x1a\x5e\x00\x00\xe8\xa3\xbb\x87\xfa\xd9\x63\ +\xe3\xc2\xa8\xb6\x2b\x00\x00\xdd\xb3\x67\x48\x9d\xee\x9d\x51\x0d\ +\x2f\x00\x00\xf4\xcd\xf7\x43\xfd\x6c\xdf\x58\x19\xd5\x76\x05\x00\ +\xa0\x9b\x76\x0f\xa9\xd3\xed\x1f\xd5\xf0\x02\x00\x40\xdf\x3c\x32\ +\xd4\xaf\xd6\x89\xf7\x44\xb5\x3d\x01\x00\xe8\xb6\x87\x84\xd4\xe9\ +\x5e\x17\xd5\xf0\x02\x00\x40\x9f\x9c\x1c\xed\xcb\x74\xf5\xa7\x6b\ +\xc4\x97\xa2\xda\x9e\x00\x00\x74\xdf\x03\x42\xea\x74\x2f\x89\x6a\ +\x78\x01\x00\xa0\x4f\x5e\x15\xea\x4f\xd7\x8f\x23\xa3\xda\x96\x00\ +\x00\xf4\xc3\xce\x21\x75\xba\x17\x44\x35\xbc\x00\x00\xd0\x17\x97\ +\xc4\x56\xa1\x7e\xb4\x7d\x9c\x14\xd5\xb6\x04\x00\xa0\x3f\x76\x0c\ +\xa9\xd3\xed\x15\xd5\xf0\x02\x00\x40\x5f\x7c\x2a\xd4\x8f\xda\x32\ +\x09\xe7\x44\xb5\x1d\x01\x00\xe8\x97\x5b\x86\xd4\xe9\x9e\x10\xd5\ +\xf0\x02\x00\x40\x5f\xdc\x3f\xd4\xfd\x9e\x1a\xed\x69\x9d\x6a\x1b\ +\x02\x00\xd0\x3f\x9e\xc2\x56\xe7\x7b\x74\x54\xc3\x0b\x00\x00\x7d\ +\xf0\xab\x58\x1a\xea\x6e\x4b\xe2\x0d\x51\x6d\x3f\x00\x00\xfa\x6b\ +\xf3\x90\x3a\xdd\x83\xa2\x1a\x5e\x00\x00\xe8\x83\xf6\x4e\x3b\x75\ +\xb7\xab\xc5\x87\xa3\xda\x76\x00\x00\xf4\xdb\x46\x21\x75\xba\x7b\ +\x46\x35\xbc\x00\x00\xd0\x75\x17\xc6\xa6\xa1\x6e\xb6\x49\x7c\x3b\ +\xaa\x6d\x07\x00\x40\xff\xb5\x27\x7d\xa5\x4e\xb7\x73\x54\xc3\x0b\ +\x00\x00\x5d\xf7\xa1\x50\x37\xdb\x22\x8e\x8a\x6a\xbb\x01\x00\xd0\ +\x7f\x17\x85\xd4\xf9\xb6\x8b\x6a\x80\x01\x00\xa0\xeb\xda\x72\xae\ +\xea\x5e\x37\x89\xdf\x44\xb5\xcd\x00\x00\x18\x86\xb3\x43\xea\x7c\ +\xed\xc3\x49\x35\xc0\x00\x00\xd0\x65\x67\xc6\xf2\x50\xb7\xda\x31\ +\x4e\x8b\x6a\x9b\x01\x00\x30\x1c\x27\x86\xd4\xf9\xae\x1f\xd5\x00\ +\x03\x00\x40\x97\xbd\x2b\xd4\xad\xda\xfb\x05\xff\x18\xd5\xf6\x02\ +\x00\x60\x58\x7e\x15\x52\xe7\xdb\x30\xaa\x01\x06\x00\x80\x2e\xbb\ +\x7b\xa8\x3b\x3d\x22\xda\x4b\xe9\xab\x6d\x05\x00\xc0\xf0\x1c\x1e\ +\x52\x2f\x5a\x11\xd5\x10\x03\x00\x40\x17\x9d\x14\x4b\x43\xdd\x68\ +\xcf\xf0\x99\x02\x00\x60\x5c\xbe\x1a\x52\x2f\x3a\x23\xaa\x21\x06\ +\x00\x80\x2e\x7a\x73\xa8\x1b\xbd\x34\xaa\x6d\x04\x00\xc0\xb0\x7d\ +\x2c\xa4\x5e\xd4\xd6\x6b\xab\x86\x18\x00\x00\xba\xe8\xb6\xa1\xf9\ +\xd7\x6e\x44\x55\xdb\x07\x00\x80\xe1\x3b\x28\xa4\x5e\xd4\xd6\x6b\ +\xab\x86\x18\x00\x00\xba\xe6\x98\xd0\xfc\xfb\xe7\xa8\xb6\x0f\x00\ +\x00\xe3\xf0\xa6\x90\x7a\x51\x5b\xaf\xad\x1a\x62\x00\x00\xe8\x9a\ +\x57\x86\xe6\x5b\xfb\xb0\x5b\x6d\x1b\x00\x00\xc6\xe3\x25\x21\xf5\ +\xa2\xb6\x5e\x5b\x35\xc4\x00\x00\xd0\x35\xb7\x0a\xcd\xaf\x7f\x8a\ +\x6a\xbb\x00\x00\x30\x2e\xcf\x08\xa9\x17\xb5\xf5\xda\xaa\x21\x06\ +\x00\x80\x2e\x39\x3e\x34\xbf\x5e\x1f\xd5\x76\x01\x00\x60\x7c\xfe\ +\x2e\xa4\x5e\xe4\x11\x76\x00\x00\xfa\xe0\x1d\xa1\xf9\xf4\xda\xa8\ +\xb6\x09\x00\x00\xe3\xf4\xe0\x90\x7a\xd1\xbe\x51\x0d\x31\x00\x00\ +\x74\xc9\x7d\x43\xb3\xef\xd5\x51\x6d\x0f\x00\x00\xc6\xeb\x4e\x21\ +\xf5\xa2\xbd\xa3\x1a\x62\x00\x00\xe8\x8a\x73\x62\xdd\xd0\x6c\x6b\ +\x2f\x9d\xaf\xb6\x07\x00\x00\xe3\x76\xf3\x90\x7a\xd1\x63\xa3\x1a\ +\x62\x00\x00\xe8\x8a\x43\x42\xb3\x6d\xaf\xa8\xb6\x05\x00\x00\x5c\ +\x37\xa4\x5e\xf4\xc0\xa8\x86\x18\x00\x00\xba\xe2\x99\xa1\xd9\xf5\ +\xc8\x58\x11\xd5\xb6\x00\x00\x80\xf5\x43\xea\x45\x6d\xbd\xb6\x6a\ +\x88\x01\x00\xa0\x2b\x3c\x62\x3f\xbb\xee\x19\x17\x45\xb5\x1d\x00\ +\x00\xa0\x5d\x2b\x4a\xbd\xa9\x7d\x98\xac\x06\x19\x00\x00\xba\xe0\ +\xb7\xa1\xd9\xb4\x5d\x9c\x1d\xd5\x76\x00\x00\x80\xe6\xb4\x90\x7a\ +\x53\x5b\xaf\xad\x1a\x64\x00\x00\xe8\x82\xf7\x85\xa6\xdf\xf5\xe2\ +\xc4\xa8\xb6\x01\x00\x00\xfc\xd9\x2f\x42\xea\x4d\x6d\xbd\xb6\x6a\ +\x90\x01\x00\xa0\x0b\x9e\x14\x9a\x6e\x1b\xc5\x91\x51\xfd\xfd\x01\ +\x00\xe0\xf2\x0e\x0b\xa9\x57\x59\xe3\x17\x00\x80\xae\xda\x26\x34\ +\xbd\x96\xc7\xd7\xa2\xfa\xdb\x03\x00\xc0\x5f\xfb\x52\x48\xbd\xea\ +\x94\xa8\x86\x19\x00\x00\xe6\xe9\xe4\xd0\x74\x7b\x67\x54\x7f\x7b\ +\x00\x00\xa8\x7c\x20\xa4\x5e\xf5\xc3\xa8\x86\x19\x00\x00\xe6\xe9\ +\x23\xa1\xe9\xf5\xc4\xa8\xfe\xee\x00\x00\xb0\x2a\xff\x1c\x52\xaf\ +\x6a\x8f\x2d\x55\xc3\x0c\x00\x00\xf3\xf4\xac\xd0\x74\xda\x21\xce\ +\x8b\xea\xef\x0e\x00\x00\xab\xf2\xa2\x90\x7a\xd5\xfb\xa2\x1a\x66\ +\x00\x00\x98\xa7\xdb\x85\x26\xdf\x26\xf1\xeb\xa8\xfe\xe6\x00\x00\ +\x70\x65\x9e\x14\x52\xaf\x7a\x53\x54\xc3\x0c\x00\x00\xf3\x72\x51\ +\xac\x1b\x9a\x6c\x4b\xe2\x73\x51\xfd\xcd\x01\x00\xe0\xaa\x3c\x30\ +\xa4\x5e\xf5\xbc\xa8\x86\x19\x00\x00\xe6\xe5\xf0\xd0\xe4\x7b\x79\ +\x54\x7f\x6f\x00\x00\x58\x1d\xb7\x0d\xa9\x57\x3d\x21\xaa\x61\x06\ +\x00\x80\x79\x79\x67\x68\xb2\xdd\x37\x56\x44\xf5\xf7\x06\x00\x80\ +\xd5\x71\xfd\x90\x7a\x55\xfb\x20\x54\x0d\x33\x00\x00\xcc\xcb\x1e\ +\xa1\xc9\x75\xad\x38\x39\xaa\xbf\x35\x00\x00\xac\x2e\xcb\xd4\xaa\ +\x77\xdd\x26\xaa\x61\x06\x00\x80\x79\xd9\x21\x34\xb9\x3e\x1e\xd5\ +\xdf\x19\x00\x00\x56\xd7\x59\x21\xf5\xae\x2d\xa2\x1a\x68\x00\x00\ +\x98\x87\xb6\x4c\xd3\x7a\xa1\xc9\xf4\xc4\xa8\xfe\xce\x00\x00\xb0\ +\x26\x7e\x11\x52\xef\x5a\x27\x56\x46\x35\xd4\x00\x00\x30\x6b\x3f\ +\x0f\x4d\xa6\xf6\x63\xa7\xdf\x47\xf5\x77\x06\x00\x80\x35\xf1\xad\ +\x90\x7a\xd9\xe9\x51\x0d\x35\x00\x00\xcc\xda\xc7\x42\x93\xa9\xfd\ +\x2d\xab\xbf\x31\x00\x00\xac\x29\xd7\xe9\xea\x6d\x47\x47\x35\xd4\ +\x00\x00\x30\x6b\xaf\x0c\x2d\xbe\x87\x44\xf5\xf7\x05\x00\x80\x85\ +\x78\x47\x48\xbd\xec\x6b\x51\x0d\x35\x00\x00\xcc\xda\x23\x43\x8b\ +\x6b\xdd\xf8\x4d\x54\x7f\x5f\x00\x00\x58\x88\x97\x87\xd4\xcb\xfe\ +\x33\xaa\xa1\x06\x00\x80\x59\xbb\x75\x68\x71\xbd\x20\xaa\xbf\x2d\ +\x00\x00\x2c\xd4\x53\x43\xea\x65\x6f\x8d\x6a\xa8\x01\x00\x60\xd6\ +\x36\x0c\x2d\xbc\x4d\xe3\xac\xa8\xfe\xb6\x00\x00\xb0\x50\x0f\x0d\ +\xa9\x97\xed\x1b\xd5\x50\x03\x00\xc0\x2c\x9d\x1a\x5a\x5c\xfb\x47\ +\xf5\xb7\x05\x00\x80\xc5\xd8\x29\xa4\x5e\xb6\x47\x54\x43\x0d\x00\ +\x00\xb3\xf4\xff\xb7\x77\xdf\xf1\xb2\x55\xf5\xfd\xff\xb9\x85\x8b\ +\xf4\xae\x52\xc4\x86\x22\xc4\x02\xa2\x46\x23\x11\x94\xd8\x62\x82\ +\x62\xb0\x20\x1a\x3b\x8a\x08\xd6\x58\x13\x51\x51\x21\xd8\x82\x0a\ +\x16\xd0\xd8\x88\x12\x8d\x8a\xa2\x62\xc3\x82\x05\x23\x62\xc4\x02\ +\x8a\x0a\x7c\x6d\x3f\x45\x9a\x70\x81\xcb\x2d\x8f\xdf\x7b\x05\x89\ +\x94\xcf\xbd\x77\xce\x39\x33\x73\x66\xf6\x7e\xbe\x1e\x8f\xe7\x3f\ +\xa6\x08\x73\xf6\x5a\x7b\xed\xd9\xb3\xf7\xfa\x46\x68\xf6\xed\x14\ +\xd7\x44\xf5\xd9\x02\x00\xc0\x5c\xec\x18\xd2\x54\xf6\xb7\x51\x1d\ +\xd4\x00\x00\x30\x4e\xef\x0f\xcd\xbe\x8f\x47\xf5\xb9\x02\x00\xc0\ +\x5c\x6d\x10\xd2\x54\x76\x97\xa8\x0e\x6a\x00\x00\x18\xa7\x57\x85\ +\x66\xd7\x9d\x63\x55\x54\x9f\x2b\x00\x00\xcc\xc5\x1f\x42\x9a\xda\ +\x36\x8b\xea\xc0\x06\x00\x80\x71\x7a\x5a\x68\x76\xbd\x2f\xaa\xcf\ +\x14\x00\x00\xe6\xea\x7b\x21\x4d\x75\x7f\x8c\xea\xe0\x06\x00\x80\ +\x71\x69\xaf\x66\xd5\xcc\xdb\x26\x96\x45\xf5\x99\x02\x00\xc0\x5c\ +\x9d\x14\xd2\x54\xf7\xa3\xa8\x0e\x6e\x00\x00\x18\x97\xbb\x86\x66\ +\xde\xe1\x51\x7d\x9e\x00\x00\x30\x0c\x6f\x0b\x69\xaa\xfb\x6c\x54\ +\x07\x37\x00\x00\x8c\xcb\x16\xa1\x99\xb5\x7e\x5c\x18\xd5\xe7\x09\ +\x00\x00\xc3\xf0\xe2\x90\xa6\xba\xe3\xa2\x3a\xb8\x01\x00\x60\x1c\ +\xae\x0a\xcd\xbc\x67\x46\xf5\x79\x02\x00\xc0\xb0\xec\x1f\xd2\x54\ +\xf7\x2f\x51\x1d\xdc\x00\x00\x30\x0e\xe7\x85\x66\xde\xd7\xa2\xfa\ +\x3c\x01\x00\x60\x58\xfe\x3a\xa4\xa9\xee\xc9\x51\x1d\xdc\x00\x00\ +\x30\x0e\x67\x84\x66\xd6\x76\xb1\x32\xaa\xcf\x13\x00\x00\x86\xe5\ +\xd6\x21\x4d\x75\x7b\x47\x75\x70\x03\x00\xc0\x38\x7c\x2e\x34\xb3\ +\x9e\x1b\xd5\x67\x09\x00\x00\xc3\xb2\x22\xd6\x0d\x69\xaa\xbb\x63\ +\x54\x07\x38\x00\x00\x8c\xc3\x09\xa1\x99\xf5\xad\xa8\x3e\x4b\x00\ +\x00\x18\x96\x5f\x85\x34\xf5\xad\x1f\xd5\x01\x0e\x00\x00\xe3\x70\ +\x74\x68\xf0\x6e\x13\xab\xa2\xfa\x2c\x01\x00\x60\x58\xbe\x19\x52\ +\x27\xba\x30\xaa\x83\x1c\x00\x00\x46\xed\x15\xa1\xc1\x3b\x28\xaa\ +\xcf\x11\x00\x00\x86\xe9\xc4\x90\x3a\xd1\x99\x51\x1d\xe4\x00\x00\ +\x30\x6a\xcf\x0f\x0d\xde\x87\xa2\xfa\x1c\x01\x00\x60\x98\xde\x10\ +\x52\x27\x3a\x29\xaa\x83\x1c\x00\x00\x46\xed\x19\xa1\xc1\xfb\x75\ +\x54\x9f\x23\x00\x00\x0c\xd3\x73\x42\xea\x44\x6f\x8d\xea\x20\x07\ +\x00\x80\x51\x7b\x5c\x68\xb0\x76\x8c\xea\x33\x04\x00\x80\x61\x7b\ +\x64\x48\x9d\xe8\xc5\x51\x1d\xe4\x00\x00\x30\x6a\xfb\x84\x06\xeb\ +\xa9\x51\x7d\x86\x00\x00\x30\x6c\xf7\x08\xa9\x13\xed\x1f\xd5\x41\ +\x0e\x00\x00\xa3\xb6\x77\x68\xb0\xde\x15\xd5\x67\x08\x00\x00\xc3\ +\x76\x8b\x90\x3a\xd1\x5f\x45\x75\x90\x03\x00\xc0\xa8\xed\x11\x1a\ +\xac\xaf\x45\xf5\x19\x02\x00\xc0\x30\x2d\x0d\xa9\x33\x6d\x1d\xd5\ +\x81\x0e\x00\x00\xa3\xb6\x6b\x68\xb0\x7e\x1f\xd5\x67\x08\x00\x00\ +\xc3\x74\x56\x48\x9d\xea\xb2\xa8\x0e\x76\x00\x00\x18\xa5\xbb\x84\ +\xd6\xde\xe6\x51\x7d\x7e\x00\x00\x30\x6c\x1f\x0f\xa9\x53\x9d\x19\ +\xd5\xc1\x0e\x00\x00\xa3\xe4\x06\xc8\x60\xdd\x27\xaa\xcf\x0f\x00\ +\x00\x86\xed\xa8\x90\x3a\xd5\x89\x51\x1d\xec\x00\x00\x30\x4a\x6e\ +\x80\x0c\xd6\xe3\xa3\xfa\xfc\x00\x00\x60\xd8\x9e\x19\x52\xa7\x7a\ +\x5d\x54\x07\x3b\x00\x00\x8c\xd2\xed\x43\x6b\xef\x79\x51\x7d\x7e\ +\x00\x00\x30\x6c\x7b\x87\xd4\xa9\x9e\x12\xd5\xc1\x0e\x00\x00\xa3\ +\xb4\x43\x68\xed\xbd\x36\xaa\xcf\x0f\x00\x00\x86\xed\xd6\x21\x75\ +\xaa\xfb\x45\x75\xb0\x03\x00\xc0\x28\xb9\x01\x32\x58\xc7\x45\xf5\ +\xf9\x01\x00\xc0\x30\x2d\x8b\x45\x21\x75\xaa\xed\xa2\x3a\xe0\x01\ +\x00\x60\x94\xdc\x00\x19\xac\x8f\x45\xf5\xf9\x01\x00\xc0\x30\x9d\ +\x1d\x52\xe7\x5a\x10\x4b\xa3\x3a\xe8\x01\x00\x60\x54\xdc\x00\x19\ +\xac\xaf\x46\xf5\xf9\x01\x00\xc0\x30\x9d\x1c\x52\x27\x3b\x2b\xaa\ +\x83\x1e\x00\x00\x46\xc5\x0d\x90\xc1\x3a\x2d\xaa\xcf\x0f\x00\x00\ +\x86\xe9\xdf\x42\xea\x64\x1f\x8f\xea\xa0\x07\x00\x80\x51\x71\x03\ +\x64\xb0\xfe\x3b\xaa\xcf\x0f\x00\x00\x86\xe9\xd9\x21\x75\xb2\xa3\ +\xa2\x3a\xe8\x01\x00\x60\x54\xdc\x00\x19\x2c\x4f\x6b\x03\x00\x30\ +\x0e\x0f\x0d\xa9\x93\x3d\x33\xaa\x83\x1e\x00\x00\x46\xc5\x0d\x90\ +\xc1\x72\x03\x04\x00\x80\x71\xb8\x43\x48\x9d\x6c\xef\xa8\x0e\x7a\ +\x00\x00\x18\x15\x37\x40\x06\xcb\x0d\x10\x00\x00\x46\x6d\x79\xac\ +\x1b\x52\x27\xbb\x75\x54\x07\x3e\x00\x00\x8c\x8a\x1b\x20\x83\xe5\ +\x06\x08\x00\x00\xa3\xf6\x8b\x90\x3a\xdb\xa2\x58\x16\xd5\xc1\x0f\ +\x00\x00\xa3\xe0\x06\xc8\x60\x7d\x3d\xaa\xcf\x0f\x00\x00\x86\xe5\ +\x94\x90\x3a\xdd\xd9\x51\x1d\xfc\x00\x00\x30\x0a\x6e\x80\x0c\xd6\ +\x69\x51\x7d\x7e\x00\x00\x30\x2c\xc7\x84\xd4\xe9\x3e\x11\xd5\xc1\ +\x0f\x00\x00\xa3\xe0\x06\xc8\x60\x7d\x26\xaa\xcf\x0f\x00\x00\x86\ +\xe5\xd0\x90\x3a\xdd\xeb\xa2\x3a\xf8\x01\x00\x60\x14\xdc\x00\x19\ +\xac\x93\xa3\xfa\xfc\x00\x00\x60\x58\xf6\x0e\xa9\xd3\x3d\x2e\xaa\ +\x83\x1f\x00\x00\x46\xc1\x0d\x90\xc1\xfa\x70\x54\x9f\x1f\x00\x00\ +\x0c\xcb\x36\x21\x75\xba\x5d\xa3\x3a\xf8\x01\x00\x60\x14\xdc\x00\ +\x19\xac\x13\xa2\xfa\xfc\x00\x00\x60\x18\x2e\x0e\xa9\xf3\xad\x1f\ +\x2b\xa2\x1a\x04\x00\x00\x30\x6c\x6e\x80\x0c\xd6\xbb\xa2\xfa\xfc\ +\x00\x00\x60\x18\x4e\x0b\xa9\x17\x9d\x1b\xd5\x20\x00\x00\x80\x61\ +\x73\x03\x64\xb0\x8e\x8d\xea\xf3\x03\x00\x80\x61\x78\x67\x48\xbd\ +\xe8\xa4\xa8\x06\x01\x00\x00\x0c\x9b\x1b\x20\x83\xf5\xc6\xa8\x3e\ +\x3f\x00\x00\x18\x86\xe7\x84\xd4\x8b\x8e\x88\x6a\x10\x00\x00\xc0\ +\xb0\xb9\x01\x32\x58\xd6\xe8\x00\x00\x8c\xd2\x03\x43\xea\x45\x8f\ +\x8f\x6a\x10\x00\x00\xc0\xb0\xb9\x01\x32\x58\xaf\x8c\xea\xf3\x03\ +\x00\x80\x61\xd8\x2e\xa4\x5e\x74\xf7\xa8\x06\x01\x00\x00\x0c\x9b\ +\x1b\x20\x83\xf5\x92\xa8\x3e\x3f\x00\x00\x98\xab\x4b\x43\xea\x4d\ +\x1b\xc4\xca\xa8\x06\x03\x00\x00\x0c\x93\x1b\x20\x83\xf5\x82\xa8\ +\x3e\x3f\x00\x00\x98\xab\x6f\x84\xd4\xab\x7e\x1e\xd5\x60\x00\x00\ +\x80\x61\x72\x03\x64\xb0\x0e\x8a\xea\xf3\x03\x00\x80\xb9\x3a\x2e\ +\xa4\x5e\xf5\xa9\xa8\x06\x03\x00\x00\x0c\x93\x1b\x20\x83\x75\x60\ +\x54\x9f\x1f\x00\x00\xcc\xd5\xf3\x42\xea\x55\x47\x46\x35\x18\x00\ +\x00\x60\x98\xdc\x00\x19\xac\xc7\x45\xf5\xf9\x01\x00\xc0\x5c\x3d\ +\x28\xa4\x5e\xf5\x84\xa8\x06\x03\x00\x00\x0c\x93\x1b\x20\x83\xb5\ +\x7f\x54\x9f\x1f\x00\x00\xcc\xd5\xf6\x21\xf5\xaa\xdd\xa3\x1a\x0c\ +\x00\x00\x30\x4c\x7b\xc4\xed\x58\xab\xa7\x46\xf5\xf9\x01\x00\xc0\ +\x5c\x5c\x1a\x52\xef\xda\x30\x56\x46\x35\x28\x00\x00\x00\x00\x00\ +\x98\x7e\xdf\x0c\xa9\x97\xfd\x22\xaa\x41\x01\x00\x00\x00\x00\xc0\ +\xf4\x3b\x3e\xa4\x5e\xf6\x5f\x51\x0d\x0a\x00\x00\x00\x00\x00\xa6\ +\xdf\x21\x21\xf5\xb2\x7f\x89\x6a\x50\x00\x00\x00\x00\x00\x30\xfd\ +\xee\x1b\x52\x2f\xfb\xbb\xa8\x06\x05\x00\x00\x00\x00\x00\xd3\xad\ +\xed\x01\xbd\x51\x48\xbd\x6c\xdb\xa8\x06\x06\x00\x00\x00\x00\x00\ +\xd3\xed\x27\x21\xf5\xba\xdf\x45\x35\x38\x00\x00\x00\x00\x00\x98\ +\x5e\x1f\x0e\xa9\xd7\x9d\x12\xd5\xe0\x00\x00\x00\x00\x00\x60\x7a\ +\xbd\x38\xa4\x5e\x77\x44\x54\x83\x03\x00\x00\x00\x00\x80\xe9\xf5\ +\xa0\x90\x7a\xdd\xa3\xa3\x1a\x1c\x00\x00\x00\x00\x00\x4c\xaf\x9b\ +\x87\xd4\xeb\xee\x10\xd5\xe0\x00\x00\x00\x00\x00\x60\x3a\xfd\x2a\ +\xa4\xde\xb7\x30\xfe\x18\xd5\x20\x01\x00\x00\x00\x00\x60\xfa\x7c\ +\x32\x24\xa5\xaf\x45\x35\x48\x00\x00\x00\x00\x00\x98\x3e\xaf\x0e\ +\x49\xe9\xe8\xa8\x06\x09\x00\x00\x00\x00\x00\xd3\xe7\x91\x21\x29\ +\x3d\x39\xaa\x41\x02\x00\x00\x00\x00\xc0\xf4\xb9\x6d\x48\x4a\xbb\ +\x46\x35\x48\x00\x00\x00\x00\x00\x98\x2e\x17\x87\xa4\x3f\xb5\x6e\ +\x2c\x8b\x6a\xb0\x00\x00\x00\x00\x00\x30\x3d\x4e\x0d\x49\xd7\xeb\ +\xbb\x51\x0d\x16\x00\x00\x00\x00\x00\xa6\xc7\x1b\x43\xd2\xf5\x7a\ +\x77\x54\x83\x05\x00\x00\x00\x00\x80\xe9\xf1\x84\x90\x74\xbd\x0e\ +\x8a\x6a\xb0\x00\x00\x00\x00\x00\x30\x3d\x76\x0e\x49\xd7\x6b\xf7\ +\xa8\x06\x0b\x00\x00\x00\x00\x00\xd3\xe1\xd2\x58\x18\x92\xae\xd7\ +\xe2\x58\x1a\xd5\xa0\x01\x00\x00\x00\x00\x60\xf2\x7d\x3e\x24\x15\ +\x7d\x35\xaa\x41\x03\x00\x00\x00\x00\xc0\xe4\x7b\x55\x48\x2a\xfa\ +\xd7\xa8\x06\x0d\x00\x00\x00\x00\x00\x93\xef\xa1\x21\xa9\x68\xbf\ +\xa8\x06\x0d\x00\x00\x00\x00\x00\x93\x6d\x55\x6c\x11\x92\x8a\xb6\ +\x8f\x6a\xe0\x00\x00\x00\x00\x00\x30\xd9\x7e\x1a\x92\xd6\xd0\x2f\ +\xa3\x1a\x3c\x00\x00\x00\x00\x00\x4c\xae\x0f\x84\xa4\x35\xf4\x91\ +\xa8\x06\x0f\x00\x00\x00\x00\x00\x93\xeb\xe0\x90\xb4\x86\x5e\x10\ +\xd5\xe0\x01\x00\x00\x00\x00\x60\x72\xed\x1e\x92\xd6\xd0\xfd\xa2\ +\x1a\x3c\x00\x00\x00\x00\x00\x4c\xa6\xa5\xb1\x38\x24\xad\xa1\x0d\ +\x62\x79\x54\x83\x08\x00\x00\x00\x00\x80\xc9\xf3\xd5\x90\x34\x40\ +\x67\x44\x35\x88\x00\x00\x00\x00\x00\x98\x3c\x6f\x0c\x49\x03\xf4\ +\xb6\xa8\x06\x11\x00\x00\x00\x00\x00\x93\x67\xbf\x90\x34\x40\x4f\ +\x8c\x6a\x10\x01\x00\x00\x00\x00\x30\x79\xb6\x0f\x49\x03\xb4\x53\ +\x54\x83\x08\x00\x00\x00\x00\x80\xc9\xf2\xcb\x90\x34\x60\x0b\xe2\ +\xa2\xa8\x06\x13\x00\x00\x00\x00\x00\x93\xe3\x23\x21\x69\x06\x7d\ +\x26\xaa\xc1\x04\x00\x00\x00\x00\xc0\xe4\x78\x7e\x48\x9a\x41\x2f\ +\x89\x6a\x30\x01\x00\x00\x00\x00\x30\x39\xee\x15\x92\x66\xd0\x7d\ +\xa3\x1a\x4c\x00\x00\x00\x00\x00\x4c\x86\xcb\x63\x71\x48\x9a\x41\ +\x4b\x62\x69\x54\x83\x0a\x00\x00\x00\x00\x80\xf9\x77\x4a\x48\x9a\ +\x45\x5f\x8a\x6a\x50\x01\x00\x00\x00\x00\x30\xff\x5e\x16\x92\x66\ +\xd1\x61\x51\x0d\x2a\x00\x00\x00\x00\x00\xe6\xdf\x1e\x21\x69\x16\ +\xed\x15\xd5\xa0\x02\x00\x00\x00\x00\x60\x7e\x5d\x19\xeb\x85\xa4\ +\x59\xb4\x7e\x5c\x1d\xd5\xe0\x02\x00\x00\x00\x00\x60\xfe\x7c\x39\ +\x24\xcd\xa1\xd3\xa2\x1a\x5c\x00\x00\x00\x00\x00\xcc\x9f\x57\x86\ +\xa4\x39\xf4\xda\xa8\x06\x17\x00\x00\x00\x00\x00\xf3\xe7\x01\x21\ +\x69\x0e\x3d\x38\xaa\xc1\x05\x00\x00\x00\x00\xc0\xfc\x58\x16\x1b\ +\x84\xa4\x39\xb4\x51\x2c\x8f\x6a\x90\x01\x00\x00\x00\x00\x30\x7e\ +\x5f\x0f\x49\x43\xe8\xdb\x51\x0d\x32\x00\x00\x00\x00\x00\xc6\xef\ +\x88\x90\x34\x84\x5e\x1f\xd5\x20\x03\x00\x00\x00\x00\x60\xfc\x1e\ +\x12\x92\x86\xd0\xdf\x45\x35\xc8\x00\x00\x00\x00\x00\x18\xaf\x15\ +\xb1\x71\x48\x1a\x42\x9b\xc7\xca\xa8\x06\x1b\x00\x00\x00\x00\x00\ +\xe3\xf3\x9d\x90\x34\xc4\xbe\x17\xd5\x60\x03\x00\x00\x00\x00\x60\ +\x7c\xde\x10\x92\x86\xd8\xd1\x51\x0d\x36\x00\x00\x00\x00\x00\xc6\ +\x67\x9f\x90\x34\xc4\xda\xa0\xaa\x06\x1b\x00\x00\x00\x00\x00\xe3\ +\xd1\xf6\xff\xd8\x34\x24\x0d\xb1\x4d\xe2\x9a\xa8\x06\x1d\x00\x00\ +\x00\x00\x00\xa3\xf7\x8d\x90\x34\x82\x4e\x8b\x6a\xd0\x01\x00\x00\ +\x00\x00\x30\x7a\xaf\x0c\x49\x23\xe8\x15\x51\x0d\x3a\x00\x00\x00\ +\x00\x00\x46\xef\xbe\x21\x69\x04\xdd\x27\xaa\x41\x07\x00\x00\x00\ +\x00\xc0\x68\x5d\x1a\x8b\x43\xd2\x08\x5a\x14\x6d\x90\x55\x83\x0f\ +\x00\x00\x00\x00\x80\xd1\x39\x29\x24\x8d\xb0\x8f\x45\x35\xf8\x00\ +\x00\x00\x00\x00\x18\x9d\x83\x43\xd2\x08\x3b\x28\xaa\xc1\x07\x00\ +\x00\x00\x00\xc0\xe8\xdc\x31\x24\x8d\xb0\x1d\xa3\x1a\x7c\x00\x00\ +\x00\x00\x00\x8c\xc6\xf9\x21\x69\x0c\x9d\x17\xd5\x20\x04\x00\x00\ +\x00\x00\x60\xf8\xde\x15\x92\xc6\xd0\x3b\xa3\x1a\x84\x00\x00\x00\ +\x00\x00\x0c\xdf\xa3\x43\xd2\x18\xda\x2f\xaa\x41\x08\x00\x00\x00\ +\x00\xc0\x70\xad\x8c\x2d\x43\xd2\x18\xda\x22\x56\x44\x35\x18\x01\ +\x00\x00\x00\x00\x18\x9e\xef\x84\xa4\x31\xf6\xed\xa8\x06\x23\x00\ +\x00\x00\x00\x00\xc3\xf3\xba\x90\x34\xc6\x5e\x1b\xd5\x60\x04\x00\ +\x00\x00\x00\x60\x78\xf6\x0a\x49\x63\x6c\xcf\xa8\x06\x23\x00\x00\ +\x00\x00\x00\xc3\x71\x45\xac\x17\x92\xc6\xd8\x92\xb8\x3c\xaa\x41\ +\x09\x00\x00\x00\x00\xc0\xdc\x7d\x3a\x24\xcd\x43\x1f\x8f\x6a\x50\ +\x02\x00\x00\x00\x00\x30\x77\x87\x86\xa4\x79\xe8\x69\x51\x0d\x4a\ +\x00\x00\x00\x00\x00\xe6\xee\xb6\x21\x69\x1e\xda\x36\x56\x45\x35\ +\x30\x01\x00\x00\x00\x00\x98\xbd\xb3\x42\xd2\x3c\xf6\xdd\xa8\x06\ +\x27\x00\x00\x00\x00\x00\xb3\x77\x44\x48\x9a\xc7\x5e\x11\xd5\xe0\ +\x04\x00\x00\x00\x00\x60\xf6\xf6\x08\x49\xf3\xd8\xdd\xa3\x1a\x9c\ +\x00\x00\x00\x00\x00\xcc\xce\x45\xb1\x28\x24\xcd\x63\x0b\xe2\xd7\ +\x51\x0d\x52\x00\x00\x00\x00\x00\x66\xee\x84\x90\x34\x01\x1d\x17\ +\xd5\x20\x05\x00\x00\x00\x00\x60\xe6\xf6\x0f\x49\x13\xd0\x23\xa2\ +\x1a\xa4\x00\x00\x00\x00\x00\xcc\xcc\x35\xb1\x69\x48\x9a\x80\x36\ +\x8a\xab\xa2\x1a\xac\x00\x00\x00\x00\x00\x0c\xee\xd4\x90\x34\x41\ +\x9d\x1c\xd5\x60\x05\x00\x00\x00\x00\x60\x70\x2f\x08\x49\x13\xd4\ +\x41\x51\x0d\x56\x00\x00\x00\x00\x00\x06\x77\xa7\x90\x34\x41\xed\ +\x10\xd5\x60\x05\x00\x00\x00\x00\x60\x30\x3f\x0b\x49\x13\xd8\x59\ +\x51\x0d\x5a\x00\x00\x00\x00\x00\xd6\xee\xe8\x90\x34\x81\x1d\x11\ +\xd5\xa0\x05\x00\x00\x00\x00\x60\xed\x1e\x10\x92\x26\xb0\x7b\x47\ +\x35\x68\x01\x00\x00\x00\x00\x58\xb3\x4b\x63\xdd\x90\x34\x81\x2d\ +\x8c\xdf\x45\x35\x78\x01\x00\x00\x00\x00\x58\xbd\xff\x0c\x49\x13\ +\xdc\xf1\x51\x0d\x5e\x00\x00\x00\x00\x00\x56\x6f\xff\x90\x34\xc1\ +\x3d\x24\xaa\xc1\x0b\x00\x00\x00\x00\x40\xed\xea\xd8\x24\x24\x4d\ +\x70\x4b\xe2\x92\xa8\x06\x31\x00\x00\x00\x00\x00\x37\xf5\xa9\x90\ +\x34\x05\xbd\x3f\xaa\x41\x0c\x00\x00\x00\x00\xc0\x4d\x3d\x39\x24\ +\x4d\x41\x0f\x8f\x6a\x10\x03\x00\x00\x00\x00\x70\x43\xd7\xc4\x16\ +\x21\x69\x0a\x5a\x3f\x2e\x8f\x6a\x30\x03\x00\x00\x00\x00\xf0\x67\ +\x9f\x0f\x49\x53\xd4\x89\x51\x0d\x66\x00\x00\x00\x00\x00\xfe\xec\ +\xc0\x90\x34\x45\x3d\x3a\xaa\xc1\x0c\x00\x00\x00\x00\xc0\xb5\x56\ +\xc4\x2d\x42\xd2\x14\xb5\x51\x5c\x19\xd5\xa0\x06\x00\x00\x00\x00\ +\x60\x9d\x75\xbe\x12\x92\xa6\xb0\x4f\x44\x35\xa8\x01\x00\x00\x00\ +\x00\x58\x67\x9d\x43\x42\xd2\x14\xf6\x84\xa8\x06\x35\x00\x00\x00\ +\x00\x40\xdf\xad\x8a\xed\x42\xd2\x14\xb6\x59\x2c\x8b\x6a\x70\x03\ +\x00\x00\x00\x00\xf4\xd9\x37\x43\xd2\x14\xf7\xd9\xa8\x06\x37\x00\ +\x00\x00\x00\x40\x9f\xbd\x20\x24\x4d\x71\x4f\x8d\x6a\x70\x03\x00\ +\x00\x00\x00\xf4\xd9\x6d\x43\xd2\x14\xb7\x55\xac\x88\x6a\x80\x03\ +\x00\x00\x00\x00\xf4\xd1\x19\x21\xa9\x03\x7d\x29\xaa\x41\x0e\x00\ +\x00\x00\x00\xd0\x47\x2f\x0b\x49\x1d\xe8\xa0\xa8\x06\x39\x00\x00\ +\x00\x00\x40\x1f\xdd\x31\x24\x75\xa0\xf6\x1a\xac\x6b\xa2\x1a\xe8\ +\x00\x00\x00\x00\x00\x7d\xe2\xf5\x57\x52\xc7\x3a\x39\xaa\xc1\x0e\ +\x00\x00\x00\x00\xd0\x27\xcf\x0f\x49\x1d\xea\x09\x51\x0d\x76\x00\ +\x00\x00\x00\x80\xbe\x58\x19\xdb\x86\xa4\x0e\xb5\x71\x2c\x8d\x6a\ +\xd0\x03\x00\xc0\xda\xb4\x0b\xc5\x5f\xc5\xd7\xe3\x83\xf1\x86\x78\ +\x69\x3c\x3d\x1e\x19\x7b\xc6\xee\xb1\x4b\xdc\xee\x4f\x6e\x1e\x9b\ +\x47\x7b\x25\xeb\x75\xff\xd9\x9d\xa2\xfd\xef\xdd\x2f\xf6\x8d\xa7\ +\xc6\x8b\xe3\xa8\x78\x7f\x7c\x2d\x2e\x88\x15\x51\xfd\x73\x00\x00\ +\xc0\x5c\x7c\x29\x24\x75\xb0\x0f\x47\x35\xe8\x01\x00\xe0\x3a\x57\ +\xc7\x99\xf1\xbe\xf8\xa7\x78\x70\xec\x18\x4b\x62\x9c\xad\x1b\xed\ +\x86\xc9\x03\xa3\xbd\xa2\xe0\x3d\xd1\xde\xd5\x7c\x65\x54\xff\xdc\ +\x00\x00\x30\x88\xf6\x03\x1c\x49\x1d\x6c\x9f\xa8\x06\x3d\x00\x00\ +\xfd\xf5\x93\x78\x6f\x1c\x18\x77\x8e\xc5\x31\xc9\x2d\x8a\x9d\xe3\ +\x29\xf1\xee\xf8\x71\xac\x8a\xea\xdf\x0d\x00\x00\xae\xaf\xfd\xd8\ +\x67\xb3\x90\xd4\xc1\xda\xaf\xf6\x2e\x8a\x6a\xf0\x03\x00\xd0\x0f\ +\xe7\xc5\xdb\xe3\x11\xd1\x5e\x4d\xd5\x85\xb6\x88\x87\xc7\xdb\xe2\ +\xdc\xa8\xfe\xbd\x01\x00\xe0\x63\x21\xa9\xc3\xbd\x33\xaa\xc1\x0f\ +\x00\x40\x37\xb5\xbd\x34\xbe\x18\x87\x46\xdb\x7f\xa3\x0f\xb5\x57\ +\x76\x3d\x3b\x3e\x17\xd7\x44\xf5\xb9\x00\x00\xd0\x3f\xfb\x85\xa4\ +\x0e\xd7\x36\xa7\xac\x06\x3f\x00\x00\xdd\xd1\x6e\x7a\x7c\x21\x9e\ +\x11\x5b\x47\x9f\xdb\x32\xda\x7b\x9e\x4f\x09\x37\x43\x00\x00\xfa\ +\xeb\xb2\xb8\x59\x48\xea\x70\x0b\xe3\xff\x45\x35\x09\x00\x00\x30\ +\xdd\x7e\x10\xcf\x8b\xbe\xdf\xf4\x58\x5d\xed\x66\x48\x7b\x32\xe4\ +\x7f\xa2\xfa\xfc\x00\x00\xe8\xae\xf7\x87\xa4\x1e\x74\x54\x54\x93\ +\x00\x00\x00\xd3\xe7\xf2\x38\x3e\xee\x13\x1a\xbc\xdd\xe3\x1d\x71\ +\x69\x54\x9f\x2b\x00\x00\xdd\xf2\x90\x90\xd4\x83\x76\x8d\x6a\x12\ +\x00\x00\x60\x7a\x9c\x1f\x2f\x88\x4d\x42\xb3\x6f\xc3\x38\x24\x6c\ +\x9e\x0e\x00\xd0\x5d\xbf\x8b\xc5\x21\xa9\x27\xfd\x28\xaa\xc9\x00\ +\x00\x80\xc9\x76\x7a\x3c\x2a\x5c\xc0\x0d\xb7\xf6\xaa\xd8\x7d\xe3\ +\x6b\x51\x7d\xee\x00\x00\x4c\xaf\xb7\x86\xa4\x1e\xf5\xf2\xa8\x26\ +\x03\x00\x00\x26\xd3\x69\xf1\x80\xd0\xe8\xdb\x23\xbe\x14\xd5\xdf\ +\x01\x00\x80\xe9\xe3\x75\xb1\x52\xcf\xba\x5d\xac\x8a\x6a\x42\x00\ +\x00\x60\x72\x7c\x33\x1e\x14\x1a\x7f\xf7\x8b\xaf\x44\xf5\x77\x01\ +\x00\x60\x3a\xfc\x3c\x16\x84\xa4\x9e\xd5\x2e\xa6\xab\x49\x01\x00\ +\x80\xf9\xd7\x5e\x59\xfa\xb0\xd0\xfc\xb7\x77\x9c\x19\xd5\xdf\x09\ +\x00\x80\xc9\xf6\x9a\x90\xd4\xc3\x0e\x8a\x6a\x52\x00\x00\x60\xfe\ +\x5c\x12\x07\x87\x3d\x3e\x26\xab\xb6\x47\xc8\x53\xe2\x37\x51\xfd\ +\xdd\x00\x00\x98\x4c\x3b\x85\xa4\x1e\xb6\x79\x5c\x15\xd5\xc4\x00\ +\x00\xc0\x78\xad\x88\x63\x62\xab\xd0\xe4\xb6\x69\xbc\x21\xae\x89\ +\xea\xef\x08\x00\xc0\xe4\xf8\x46\x48\xea\x71\x1f\x8a\x6a\x72\x00\ +\x00\x60\x7c\xbe\x1f\xf7\x0c\x4d\x4f\x77\x89\x6f\x45\xf5\xf7\x04\ +\x00\x60\x32\x3c\x3d\x24\xf5\xb8\xb6\xa1\x66\x35\x39\x00\x00\x30\ +\x7a\x57\xc6\x4b\xc3\xeb\xae\xa6\xb3\xf6\x5a\xac\x67\xc7\x1f\xa3\ +\xfa\xfb\x02\x00\x30\x7f\xae\x88\x8d\x43\x52\x8f\x6b\x17\x6d\x17\ +\x44\x35\x49\x00\x00\x30\x3a\xed\xe9\x81\x3b\x84\xa6\xbf\xed\xe3\ +\x0b\x51\xfd\x9d\x01\x00\x98\x1f\xef\x0b\x49\x5a\xe7\xf0\xa8\x26\ +\x09\x00\x00\x86\x6f\x79\xbc\x32\x3c\xf5\xd1\xad\x16\xc4\xf3\xc2\ +\x1e\x7b\x00\x00\x93\x61\xaf\x90\xa4\x75\x6e\x1f\xab\xa2\x9a\x28\ +\x00\x00\x18\x9e\x9f\xc5\xbd\x43\xdd\xad\xed\x0d\x72\x56\x54\x7f\ +\x7f\x00\x00\xc6\xe3\x17\xd1\x7e\xa0\x22\x49\xff\xdb\x57\xa3\x9a\ +\x2c\x00\x00\x18\x8e\x8f\x84\x77\x10\xf7\xa3\xf5\xe2\x9d\x51\x1d\ +\x07\x00\x00\x8c\xde\xbf\x84\x24\xfd\x5f\xff\x18\xd5\x64\x01\x00\ +\xc0\xdc\xb4\x57\x5e\xbd\x30\xfc\x02\xad\x7f\x3d\x39\xbc\x12\x0b\ +\x00\x60\xbc\x56\xc6\x0e\x21\x49\xff\xd7\x86\xf1\xc7\xa8\x26\x0d\ +\x00\x00\x66\xe7\xf7\x71\xff\x50\x7f\xdb\x2d\xda\x2b\x18\xaa\xe3\ +\x03\x00\x80\xe1\xfb\x7c\x48\xd2\x4d\x3a\x3e\xaa\x49\x03\x00\x80\ +\x99\x6b\xfb\x40\xf8\xe5\x99\x5a\x5b\xc6\x57\xa2\x3a\x4e\x00\x00\ +\x18\xae\xc7\x85\x24\xdd\xa4\x3d\xa2\x9a\x34\x00\x00\x98\x99\xcf\ +\xc5\x26\x21\x5d\x57\xdb\x17\xe4\x03\x51\x1d\x2f\x00\x00\x0c\xc7\ +\x25\xb1\x7e\x48\xd2\x4d\x6a\xef\xa5\x3e\x27\xaa\xc9\x03\x00\x80\ +\xc1\x1c\x17\x8b\x43\xba\x71\x6d\xbd\xfd\xaa\x58\x15\xd5\xb1\x03\ +\x00\xc0\xdc\x1c\x1b\x92\xb4\xda\x5e\x12\xd5\xe4\x01\x00\xc0\xda\ +\xfd\x73\x48\x6b\xab\x6d\x8e\xbe\x22\xaa\x63\x08\x00\x80\xd9\xbb\ +\x57\x48\xd2\x6a\xdb\x2e\x5c\x8c\x01\x00\xcc\x4c\xfb\x45\xff\x73\ +\x43\x1a\xb4\xfd\x62\x59\x54\xc7\x13\x00\x00\x33\xf7\xc3\x90\xa4\ +\xb5\xf6\x99\xa8\x26\x11\x00\x00\x6e\xaa\xfd\x78\xe4\xc0\x90\x66\ +\xda\x43\x63\x69\x54\xc7\x15\x00\x00\x33\xf3\xc2\x90\xa4\xb5\xd6\ +\x7e\x8d\x56\x4d\x22\x00\x00\xdc\x50\xbb\xf9\x71\x40\x48\xb3\xed\ +\x7e\x71\x79\x54\xc7\x17\x00\x00\x83\x69\x4f\xd6\xde\x3c\x24\x69\ +\xad\xb5\x4d\x3b\x7f\x13\xd5\x64\x02\x00\xc0\xb5\xda\x6b\xaf\x9e\ +\x14\xd2\x5c\xbb\x7f\x78\x12\x04\x00\x60\xf6\x3e\x1c\x92\x34\x70\ +\xaf\x8e\x6a\x32\x01\x00\xe0\xda\x9b\x1f\x07\x87\x34\xac\xda\xeb\ +\xb0\xec\x09\x02\x00\x30\x3b\x7b\x86\x24\x0d\xdc\x0e\xb1\x3c\xaa\ +\x09\x05\x00\xa0\xef\xbc\x5f\x58\xa3\x68\xdf\x68\xaf\x55\xab\x8e\ +\x39\x00\x00\x6a\x3f\x8e\x05\x21\x49\x33\xea\xa4\xa8\x26\x15\x00\ +\x80\x3e\x3b\x22\xa4\x51\xd5\xf6\x94\x69\x4f\x18\x55\xc7\x1e\x00\ +\x00\x37\xf5\x9c\x90\xa4\x19\xd7\x1e\xc3\xaf\x26\x15\x00\x80\xbe\ +\x3a\x21\xfc\xba\x4c\xa3\xee\x55\x51\x1d\x7f\x00\x00\xdc\xd0\x95\ +\xb1\x59\x48\xd2\x8c\x5b\x18\x3f\x8f\x6a\x72\x01\x00\xe8\x9b\xd3\ +\x63\x83\x90\x46\x5d\xbb\xc9\xf6\xc1\xa8\x8e\x43\x00\x00\xfe\xec\ +\x3d\x21\x49\xb3\xee\xc5\x51\x4d\x2e\x00\x00\x7d\x72\x6e\x6c\x1d\ +\xd2\xb8\x5a\x12\x5f\x8a\xea\x78\x04\x00\xe0\x5a\xf7\x0c\x49\x9a\ +\x75\xed\x42\x7f\x59\x54\x13\x0c\x00\x40\x1f\x5c\x11\x7f\x11\xd2\ +\xb8\xdb\x32\x7e\x11\xd5\x71\x09\x00\xd0\x77\x67\x84\x24\xcd\xb9\ +\xf6\xae\xeb\x6a\x92\x01\x00\xe8\x83\x47\x87\x34\x5f\xed\x16\x4b\ +\xa3\x3a\x36\x01\x00\xfa\xec\x69\x21\x49\x73\xee\xaf\xa3\x9a\x64\ +\x00\x00\xba\xee\x4d\x21\xcd\x77\x4f\x8c\xea\xf8\x04\x00\xe8\xab\ +\x4b\x63\xa3\x90\xa4\xa1\xf4\xc3\xa8\x26\x1b\x00\x80\xae\xfa\x6a\ +\x2c\x0e\x69\x12\x3a\x26\xaa\xe3\x14\x00\xa0\x8f\xde\x1a\x92\x34\ +\xb4\x0e\x8e\x6a\xb2\x01\x00\xe8\xa2\x8b\xe3\x56\x21\x4d\x4a\x37\ +\x8b\xef\x47\x75\xbc\x02\x00\xf4\x8d\x3d\xfa\x24\x0d\xb5\x4d\xe3\ +\xf2\xa8\x26\x1c\x00\x80\xae\x79\x4c\x48\x93\xd6\x9d\xe3\xaa\xa8\ +\x8e\x59\x00\x80\xbe\xf8\x5a\x48\xd2\xd0\x7b\x57\x54\x93\x0e\x00\ +\x40\x97\xbc\x3f\xa4\x49\xed\x90\xa8\x8e\x5b\x00\x80\xbe\x78\x5c\ +\x48\xd2\xd0\xbb\x7b\x54\x93\x0e\x00\x40\x57\x9c\x17\x9b\x84\x34\ +\xa9\x2d\x88\xcf\x46\x75\xfc\x02\x00\x74\xdd\x85\xb1\x24\x24\x69\ +\x24\x7d\x2b\xaa\xc9\x07\x00\xa0\x0b\x1e\x1c\xd2\xa4\xb7\x7d\xfc\ +\x31\xaa\x63\x18\x00\xa0\xcb\xfe\x35\x24\x69\x64\x3d\x3a\xaa\xc9\ +\x07\x00\x60\xda\x7d\x20\xa4\x69\xe9\x59\x51\x1d\xc7\x00\x00\x5d\ +\xb5\x3c\x76\x08\x49\x1a\x59\x8b\xe3\x37\x51\x4d\x42\x00\x00\xd3\ +\xaa\x3d\x4a\xbf\x55\x48\xd3\xd2\xc2\xf8\x7a\x54\xc7\x33\x00\x40\ +\x17\x9d\x18\x92\x34\xf2\xfe\x39\xaa\x49\x08\x00\x60\x5a\x3d\x3e\ +\xa4\x69\x6b\xe7\xb8\x3a\xaa\x63\x1a\x00\xa0\x6b\xee\x1d\x92\x34\ +\xf2\xda\xaf\x23\xaf\x8c\x6a\x22\x02\x00\x98\x36\xa7\x45\xdb\x58\ +\x5a\x9a\xc6\xda\x7b\xb0\xab\xe3\x1a\x00\xa0\x4b\xda\xbe\xc4\x92\ +\x34\xb6\xde\x15\xd5\x64\x04\x00\x30\x4d\x56\xc5\x3d\x42\x9a\xd6\ +\x36\x89\xdf\x46\x75\x7c\x03\x00\x74\x45\xdb\x97\x58\x92\xc6\xd6\ +\x2e\xd1\xbe\x30\xa8\x26\x24\x00\x80\x69\xf1\xde\x90\xa6\xbd\xa7\ +\x45\x75\x7c\x03\x00\x74\xc1\x05\xd1\xf6\x25\x96\xa4\xb1\x76\x4a\ +\x54\x93\x12\x00\xc0\x34\xb8\x22\xb6\x0b\x69\xda\x6b\x1b\xa2\x9f\ +\x19\xd5\x71\x0e\x00\x30\xed\xda\x7e\xc4\x92\x34\xf6\x1e\x1c\xd5\ +\xa4\x04\x00\x30\x0d\x0e\x0f\xa9\x2b\xfd\x4d\x54\xc7\x39\x00\xc0\ +\x34\x6b\xfb\x10\xb7\xfd\x88\x25\x69\xec\xb5\xcd\x42\x7f\x14\xd5\ +\xe4\x04\x00\x30\xc9\x2e\x8d\xcd\x43\xea\x52\x5f\x8d\xea\x78\x07\ +\x00\x98\x56\x6d\x1f\x62\x49\x9a\xb7\x0e\x89\x6a\x72\x02\x00\x98\ +\x64\xaf\x08\xa9\x6b\xdd\x2f\xaa\xe3\x1d\x00\x60\x1a\xb5\xfd\x87\ +\xdb\x3e\xc4\x92\x34\x6f\x6d\x14\x97\x44\x35\x49\x01\x00\x4c\xa2\ +\x8b\x63\xd3\x90\xba\xd8\x17\xa3\x3a\xee\x01\x00\xa6\x4d\xdb\x7f\ +\x58\x92\xe6\xbd\xd7\x47\x35\x49\x01\x00\x4c\x22\x4f\x7f\xa8\xcb\ +\xdd\x37\xaa\xe3\x1e\x00\x60\xda\xb4\xfd\x87\x25\x69\xde\xdb\x21\ +\x96\x47\x35\x51\x01\x00\x4c\x12\x9b\x28\xaa\x0f\x7d\x2b\xaa\xe3\ +\x1f\x00\x60\x5a\xb4\x7d\x87\xdb\xfe\xc3\x92\x34\x11\x9d\x18\xd5\ +\x64\x05\x00\x30\x49\x6c\xa2\xa8\x3e\xb4\x6f\x54\xc7\x3f\x00\xc0\ +\xb4\x78\x7a\x48\xd2\xc4\x74\xef\xa8\x26\x2b\x00\x80\x49\xb1\x32\ +\xee\x18\x52\xd7\x5b\x18\xe7\x46\x35\x0e\x00\x00\x26\xdd\x45\xb1\ +\x7e\x48\xd2\x44\xe5\x51\x7b\x00\x60\x92\x7d\x22\xa4\xbe\x74\x48\ +\x54\xe3\x00\x00\x60\xd2\x1d\x19\x92\x34\x71\x3d\x32\xaa\x49\x0b\ +\x00\x60\x12\x3c\x24\xa4\xbe\xb4\x51\xfc\x31\xaa\xb1\x00\x00\x30\ +\xa9\xae\x8a\x6d\x42\x92\x26\xae\xf6\xa8\xfd\x39\x51\x4d\x5e\x00\ +\x00\xf3\xe9\xfc\x68\x6b\x15\xa9\x4f\xbd\x33\xaa\xf1\x00\x00\x30\ +\xa9\xda\xfa\x45\x92\x26\xb6\xa7\x46\x35\x79\x01\x00\xcc\xa7\xc3\ +\x42\xea\x5b\xf7\x8a\x6a\x3c\x00\x00\x4c\xa2\xb6\x67\xdf\x8e\x21\ +\x49\x13\xdb\x92\xf8\x75\x54\x93\x18\x00\xc0\x7c\x68\x17\x52\xb7\ +\x0e\xa9\x8f\x9d\x15\xd5\xb8\x00\x00\x98\x34\x27\x86\x24\x4d\x7c\ +\x2f\x8c\x6a\x12\x03\x00\x98\x0f\x9f\x0d\xa9\xaf\x1d\x1a\xd5\xb8\ +\x00\x00\x98\x34\x77\x0f\x49\x9a\xf8\x36\x8e\x4b\xa2\x9a\xc8\x00\ +\x00\xc6\xed\x89\x21\xf5\xb5\x5b\xc6\x8a\xa8\xc6\x06\x00\xc0\xa4\ +\xf8\x7c\x48\xd2\xd4\xf4\xda\xa8\x26\x33\x00\x80\x71\x5a\x16\x9b\ +\x85\xd4\xe7\x4e\x8d\x6a\x7c\x00\x00\x4c\x8a\xbd\x43\x92\xa6\xa6\ +\x5b\xc4\x95\x51\x4d\x68\x00\x00\xe3\xf2\xe9\x90\xfa\xde\x41\x51\ +\x8d\x0f\x00\x80\x49\xf0\x9d\x90\xa4\xa9\xeb\xd8\xa8\x26\x35\x00\ +\x80\x71\xf1\xfa\x2b\xe9\xda\x1f\x27\x79\x0d\x16\x00\x30\xa9\xf6\ +\x0b\x49\x9a\xba\x6e\x1f\xcb\xa3\x9a\xd8\x00\x00\x46\xed\x9a\xf0\ +\xfa\x2b\xe9\xda\xbc\x06\x0b\x00\x98\x44\x3f\x8d\x85\x21\x49\x53\ +\xd9\x87\xa2\x9a\xdc\x00\x00\x46\xed\xb4\x90\x74\x6d\xff\x14\xd5\ +\x38\x01\x00\x98\x4f\x4f\x0f\x49\x9a\xda\x76\x8b\x55\x51\x4d\x70\ +\x00\x00\xa3\xf4\xf2\x90\x74\x6d\x77\x89\x6a\x9c\x00\x00\xcc\x97\ +\xdf\xc4\x92\x90\xa4\xa9\xee\x94\xa8\x26\x39\x00\x80\x51\xba\x47\ +\x48\xfa\x73\xbf\x8e\x6a\xac\x00\x00\xcc\x87\x17\x85\x24\x4d\x7d\ +\x7b\x45\x35\xc9\x01\x00\x8c\xca\xef\xc3\xbb\x84\xa5\x1b\x76\x7c\ +\x54\xe3\x05\x00\x60\xdc\x2e\x89\x4d\x43\x92\x3a\xd1\xe9\x51\x4d\ +\x76\x00\x00\xa3\xf0\xe1\x90\x74\xc3\x1e\x1b\xd5\x78\x01\x00\x18\ +\xb7\x23\x42\x92\x3a\xd3\xc3\xa3\x9a\xec\x00\x00\x46\xe1\xd0\x90\ +\x74\xc3\xb6\x8f\x6a\xbc\x00\x00\x8c\xd3\x95\x71\x8b\x90\xa4\xce\ +\xb4\x20\xbe\x17\xd5\xa4\x07\x00\x30\x6c\xbb\x87\xa4\x9b\x76\x7e\ +\x54\x63\x06\x00\x60\x5c\xde\x14\x92\xd4\xb9\xf6\x8d\x6a\xd2\x03\ +\x00\x18\xa6\xa5\xb1\x38\x24\xdd\xb4\x0f\x45\x35\x6e\x00\x00\xc6\ +\xa1\x3d\xfd\x71\xcb\x90\xa4\xce\xd5\x9e\x02\xf9\x7e\x54\x93\x1f\ +\x00\xc0\xb0\x7c\x35\x24\xd5\x1d\x1c\xd5\xb8\x01\x00\x18\x87\x37\ +\x87\x24\x75\xb6\x47\x46\x35\xf9\x01\x00\x0c\xcb\xeb\x43\x52\xdd\ +\x3d\xa2\x1a\x37\x00\x00\xa3\xd6\x9e\xfe\xd8\x26\x24\xa9\xb3\x79\ +\x0a\x04\x00\x18\xb5\x27\x84\xa4\xba\xf5\x63\x45\x54\x63\x07\x00\ +\x60\x94\x8e\x0e\x49\xea\x7c\xfb\x45\x35\x09\x02\x00\x0c\xc3\xae\ +\x21\x69\xf5\x9d\x13\xd5\xd8\x01\x00\x18\x95\xab\x62\xdb\x90\xa4\ +\xce\xb7\x30\xce\x8a\x6a\x32\x04\x00\x98\x8b\xe5\xb1\x5e\x48\x5a\ +\x7d\x1f\x89\x6a\xfc\x00\x00\x8c\xca\x5b\x42\x92\x7a\xd3\xa3\xa3\ +\x9a\x0c\x01\x00\xe6\xe2\x47\x21\x69\xcd\xbd\x22\xaa\xf1\x03\x00\ +\x30\x0a\xed\xe9\x8f\xed\x42\x92\x7a\x53\x7b\x0a\xe4\x87\x51\x4d\ +\x8a\x00\x00\xb3\xf5\x9f\x21\x69\xcd\x3d\x2a\xaa\xf1\x03\x00\x30\ +\x0a\x6f\x0b\x49\xea\x5d\x8f\x89\x6a\x52\x04\x00\x98\xad\x7f\x0d\ +\x49\x6b\x6e\xf7\xa8\xc6\x0f\x00\xc0\xb0\x5d\x1d\xdb\x87\x24\xf5\ +\xae\xf6\x14\x48\x7b\x4d\x45\x35\x39\x02\x00\xcc\xc6\xb3\x42\xd2\ +\x9a\xdb\x32\xaa\xf1\x03\x00\x30\x6c\xc7\x84\x24\xf5\xb6\xfd\xa3\ +\x9a\x1c\x01\x00\x66\xe3\x61\x21\x69\xed\xfd\x31\xaa\x31\x04\x00\ +\x30\x2c\xcb\xc2\xd3\x1f\x92\x7a\x5d\x7b\x0a\xe4\xec\xa8\x26\x49\ +\x00\x80\x99\xfa\x8b\x90\xb4\xf6\xce\x8a\x6a\x0c\x01\x00\x0c\xcb\ +\xb1\x21\x49\xbd\xef\x71\x51\x4d\x92\x00\x00\x33\xb5\x51\x48\x5a\ +\x7b\x9f\x8a\x6a\x0c\x01\x00\x0c\x43\x7b\xfa\x63\x87\x90\xa4\xde\ +\xb7\x28\xce\x89\x6a\xb2\x04\x00\x18\xd4\x55\x21\x69\xb0\xde\x13\ +\xd5\x38\x02\x00\x18\x86\xb7\x87\x24\xe9\x4f\x3d\x26\xaa\xc9\x12\ +\x00\x60\x50\xbf\x0e\x49\x83\xf5\x86\xa8\xc6\x11\x00\xc0\x5c\x5d\ +\x19\xdb\x85\x24\xe9\x4f\x2d\x88\x33\xa3\x9a\x34\x01\x00\x06\xf1\ +\xfd\x90\x34\x58\x2f\x8d\x6a\x1c\x01\x00\xcc\xd5\x1b\x43\x92\x74\ +\xa3\x1e\x12\xd5\xa4\x09\x00\x30\x88\x53\x43\xd2\x60\x3d\x2d\xaa\ +\x71\x04\x00\x30\x17\x97\xc5\x56\x21\x49\x2a\xfa\x4a\x54\x93\x27\ +\x00\xc0\xda\x7c\x34\x24\x0d\xd6\x23\xa3\x1a\x47\x00\x00\x73\xf1\ +\x8a\x90\x24\xad\xa6\xfb\x44\x35\x79\x02\x00\xac\xcd\x09\x21\x69\ +\xb0\x1e\x16\xd5\x38\x02\x00\x98\xad\xdf\xc5\xc6\x21\x49\x5a\x43\ +\x27\x45\x35\x89\x02\x00\xac\xc9\xbb\x42\xd2\x60\xed\x19\xd5\x38\ +\x02\x00\x98\xad\xe7\x84\x24\x69\x2d\xdd\x2d\x56\x46\x35\x91\x02\ +\x00\xac\xce\xb1\x21\x69\xb0\xf6\x88\x6a\x1c\x01\x00\xcc\xc6\x05\ +\xb1\x5e\x48\x92\x06\xa8\xbd\xc2\xa2\x9a\x4c\x01\x00\x56\xe7\x2d\ +\x21\x69\xb0\xee\x11\xd5\x38\x02\x00\x98\x8d\xa7\x86\x24\x69\xc0\ +\x6e\x1f\xd7\x44\x35\xa1\x02\x00\x54\x8e\x08\x49\x83\x75\x97\xa8\ +\xc6\x11\x00\xc0\x4c\x9d\x1d\x8b\x43\x92\x34\x83\xda\x6b\x2c\xaa\ +\x49\x15\x00\xa0\xe2\x06\x88\x34\x78\x6e\x80\x00\x00\xc3\xb2\x5f\ +\x48\x92\x66\xd8\x36\xb1\x34\xaa\x89\x15\x00\xe0\xc6\xde\x1c\x92\ +\x06\x6b\xb7\xa8\xc6\x11\x00\xc0\x4c\x7c\x27\x16\x84\x24\x69\x16\ +\xb5\x5f\x72\x56\x93\x2b\x00\xc0\x8d\xd9\x04\x5d\x1a\x3c\x9b\xa0\ +\x03\x00\xc3\xf0\xc0\x90\x24\xcd\xb2\xcd\xe3\x92\xa8\x26\x58\x00\ +\x80\xeb\x7b\x7b\x48\x1a\x2c\x37\x40\x00\x80\xb9\xfa\x72\x48\x92\ +\xe6\xd8\xcb\xa3\x9a\x64\x01\x00\xae\xef\x84\x90\x34\x58\x0f\x8b\ +\x6a\x1c\x01\x00\x0c\xea\x3e\x21\x49\x9a\x63\x1b\xc6\xff\x17\xd5\ +\x44\x0b\x00\x70\x9d\x13\x43\xd2\x60\x3d\x3c\xaa\x71\x04\x00\x30\ +\x88\x93\x42\x92\x34\xa4\x0e\x8a\x6a\xb2\x05\x00\xb8\xce\x17\x42\ +\xd2\x60\x3d\x39\xaa\x71\x04\x00\xb0\x36\xcb\x63\x97\x90\x24\x0d\ +\xa9\xc5\xf1\xa3\xa8\x26\x5d\x00\x80\xe6\xbb\x21\x69\xb0\x5e\x18\ +\xd5\x38\x02\x00\x58\x9b\x77\x84\x24\x69\xc8\x79\x4f\x31\x00\xb0\ +\x26\xe7\x87\xa4\xc1\x3a\x32\xaa\x71\x04\x00\xb0\x26\x97\xc5\xcd\ +\x43\x92\x34\x82\xda\xab\x2d\xaa\xc9\x17\x00\xe0\x8a\x90\x34\x58\ +\xc7\x45\x35\x8e\x00\x00\xd6\xe4\xa5\x21\x49\x1a\x51\x77\x8b\x95\ +\x51\x4d\xc0\x00\x00\xeb\x85\xa4\xb5\xf7\x5f\x51\x8d\x21\x00\x80\ +\xd5\xb9\x20\x6e\x16\x92\xa4\x11\xf6\xee\xa8\x26\x61\x00\x80\x1d\ +\x43\xd2\xda\x3b\x23\xaa\x31\x04\x00\xb0\x3a\x07\x84\x24\x69\xc4\ +\x6d\x1b\xed\x15\x17\xd5\x44\x0c\x00\xf4\xdb\x03\x43\xd2\xda\xfb\ +\x43\x54\x63\x08\x00\xa0\xf2\xdf\xb1\x20\x24\x49\x63\xe8\xb0\xa8\ +\x26\x63\x00\xa0\xdf\x9e\x1e\x92\xd6\xdc\xc6\x51\x8d\x1f\x00\x80\ +\xd5\xd9\x23\x24\x49\x63\x6a\xc3\xf8\x75\x54\x13\x32\x00\xd0\x5f\ +\x87\x87\xa4\x35\x77\x97\xa8\xc6\x0f\x00\x40\xa5\xed\x1d\x26\x49\ +\x1a\x73\x4f\x8e\x6a\x52\x06\x00\xfa\xeb\x03\x21\x69\xcd\xfd\x7d\ +\x54\xe3\x07\x00\xe0\xc6\x96\x85\x7d\xf6\x24\x69\x1e\x5a\x18\xff\ +\x13\xd5\xe4\x0c\x00\xf4\x53\xdb\xd8\x59\xd2\x9a\xfb\xa7\xa8\xc6\ +\x0f\x00\xc0\x8d\xbd\x29\x24\x49\xf3\xd4\xdf\x44\x35\x39\x03\x00\ +\xfd\x74\x65\x2c\x0a\x49\xab\xef\xfd\x51\x8d\x1f\x00\x80\xeb\xbb\ +\x28\xb6\x08\x49\xd2\x3c\x76\x72\x54\x93\x34\x00\xd0\x4f\x3b\x85\ +\xa4\xd5\xf7\xbd\xa8\xc6\x0e\x00\xc0\xf5\x3d\x37\x24\x49\xf3\xdc\ +\x2e\xb1\x3c\xaa\x89\x1a\x00\xe8\x9f\xfd\x42\x52\xdd\xe2\xb8\x3a\ +\xaa\xb1\x03\x00\x70\x9d\x73\x63\xdd\x90\x24\x4d\x40\xc7\x46\x35\ +\x59\x03\x00\xfd\xf3\xaa\x90\x54\xb7\x73\x54\xe3\x06\x00\xe0\xfa\ +\x1e\x19\x92\xa4\x09\x69\xeb\xb8\x24\xaa\x09\x1b\x00\xe8\x97\xcf\ +\x84\xa4\xba\x7f\x8c\x6a\xdc\x00\x00\x5c\xe7\xd4\x90\x24\x4d\x58\ +\x87\x46\x35\x69\x03\x00\xfd\xd2\x36\x6b\x5c\x10\x92\x6e\xda\x3b\ +\xa2\x1a\x37\x00\x00\x4d\x7b\xcd\xfc\x9d\x43\x92\x34\x61\xb5\xf7\ +\x19\xff\x20\xaa\xc9\x1b\x00\xe8\x97\x3b\x85\xa4\x9b\x66\xbd\x0c\ +\x00\xac\xc9\xd1\x21\x49\x9a\xd0\xf6\x8a\x55\x51\x4d\xe0\x00\x40\ +\x7f\x3c\x35\x24\xdd\xb0\x4d\x63\x65\x54\x63\x06\x00\xe0\xf7\xb1\ +\x59\x48\x92\x26\xb8\x13\xa2\x9a\xc4\x01\x80\xfe\x38\x3e\x24\xdd\ +\xb0\x87\x46\x35\x5e\x00\x00\x9a\xa7\x85\x24\x69\xc2\xdb\x2e\x2e\ +\x8f\x6a\x22\x07\x00\xfa\xe1\x17\x21\xe9\x86\xbd\x21\xaa\xf1\x02\ +\x00\xf0\x9d\x58\x18\x92\xa4\x29\xe8\x25\x51\x4d\xe6\x00\x40\x7f\ +\xec\x14\x92\xfe\xdc\x59\x51\x8d\x15\x00\xa0\xdf\xda\x2b\x32\xef\ +\x19\x92\xa4\x29\x69\xbd\xf8\x69\x54\x93\x3a\x00\xd0\x0f\x87\x86\ +\xa4\x6b\xdb\x3e\xaa\x71\x02\x00\x70\x5c\x48\x92\xa6\xac\x87\x45\ +\x35\xa9\x03\x00\xfd\x70\x72\x48\xba\xb6\xa7\x46\x35\x4e\x00\x80\ +\x7e\xbb\x24\xb6\x0e\x49\xd2\x14\xf6\xa9\xa8\x26\x77\x00\xa0\xfb\ +\x96\x46\x7b\x2a\x54\xd2\x3a\xeb\xfc\x67\x54\xe3\x04\x00\xe8\x37\ +\x4f\x4d\x4b\xd2\x14\x77\xdb\xb8\x2a\xaa\x09\x1e\x00\xe8\xbe\x47\ +\x84\xd4\xf7\xd6\x8f\xcb\xa3\x1a\x23\x00\x40\x7f\xfd\x20\x16\x87\ +\x24\x69\x8a\x7b\x75\x54\x93\x3c\x00\xd0\x7d\x1f\x0c\xa9\xef\xfd\ +\x43\x54\xe3\x03\x00\xe8\xb7\xfb\x87\x24\x69\xca\xdb\x20\x2e\x88\ +\x6a\xa2\x07\x00\xba\xed\xb2\xf0\x1a\x2c\xf5\xbd\x0f\x47\x35\x3e\ +\x00\x80\xfe\x6a\xaf\xc7\x94\x24\x75\xa4\x47\x45\x35\xd9\x03\x00\ +\xdd\xf7\xf0\x90\xfa\x5a\xfb\x31\xd0\x15\x51\x8d\x0d\x00\xa0\x9f\ +\xda\xab\x31\x6f\x15\x92\xa4\x0e\x75\x6a\x54\x93\x3e\x00\xd0\x6d\ +\xff\x11\x52\x5f\x7b\x74\x54\xe3\x02\x00\xe8\xaf\x97\x84\x24\xa9\ +\x63\xed\x1c\x57\x47\x35\xf1\x03\x00\xdd\x75\x65\x6c\x1e\x52\x1f\ +\xfb\x6c\x54\xe3\x02\x00\xe8\xa7\x73\xc2\x2b\x62\x25\xa9\xa3\x1d\ +\x1e\xd5\xe4\x0f\x00\x74\xdb\xb3\x43\xea\x5b\x3b\xc4\xca\xa8\xc6\ +\x04\x00\xd0\x3f\xab\x62\xaf\x90\x24\x75\xb4\x9b\xc5\x4f\xa3\x3a\ +\x09\x00\x00\xdd\xf5\xbd\x90\xfa\xd6\x61\x51\x8d\x07\x00\xa0\x9f\ +\xfe\x3d\x24\x49\x1d\x6f\xef\x68\x77\xbc\xab\x13\x01\x00\xd0\x5d\ +\xf7\x08\xa9\x2f\x2d\x8c\xf3\xa3\x1a\x0b\x00\x40\xff\x5c\x18\x5b\ +\x85\x24\xa9\x07\x7d\x20\xaa\x93\x01\x00\xd0\x5d\xef\x0a\xa9\x2f\ +\x3d\x3c\xaa\x71\x00\x00\xf4\xd3\x13\x43\x92\xd4\x93\xb6\x8e\x3f\ +\x44\x75\x42\x00\x00\xba\xa9\x6d\x86\xbe\x4d\x48\x7d\xe8\xcb\x51\ +\x8d\x03\x00\xa0\x7f\x4e\x8d\x05\x21\x49\xea\x51\x4f\x8d\xea\xa4\ +\x00\x00\x74\xd7\xe1\x21\x75\xbd\xdd\xa2\x3a\xfe\x01\x80\xfe\xb9\ +\x3a\x76\x0a\x49\x52\xcf\x6a\x77\xbe\xbf\x16\xd5\xc9\x01\x00\xe8\ +\xa6\xf6\xee\xe3\xf5\x43\xea\x72\xff\x11\xd5\xf1\x0f\x00\xf4\xcf\ +\x61\x21\x49\xea\x69\x3b\xc7\xb2\xa8\x4e\x10\x00\x40\x37\x1d\x18\ +\x52\x57\xbb\x75\x2c\x8f\xea\xd8\x07\x00\xfa\xe5\x9c\x58\x2f\x24\ +\x49\x3d\xae\xbd\x0a\xa3\x3a\x49\x00\x00\xdd\xf4\x8b\x58\x12\x52\ +\x17\x7b\x47\x54\xc7\x3d\x00\xd0\x2f\xab\x62\xaf\x90\x24\xf5\xbc\ +\x9b\xc5\xb9\x51\x9d\x2c\x00\x80\x6e\x7a\x46\x48\x5d\xeb\xb6\x71\ +\x4d\x54\xc7\x3c\x00\xd0\x2f\xef\x0d\x49\x92\xfe\xb7\xbf\x89\xea\ +\x64\x01\x00\x74\xd3\x05\xe1\x29\x10\x75\xad\xe3\xa3\x3a\xde\x01\ +\x80\x7e\x69\xfb\xde\x6d\x15\x92\x24\xfd\x5f\x1f\x88\xea\xa4\x01\ +\x00\x74\xd3\xb3\x42\xea\x4a\x3b\x86\xbd\x3f\x00\x80\xe6\x49\x21\ +\x49\xd2\x0d\xba\x79\x5c\x14\xd5\x89\x03\x00\xe8\x9e\xdf\xc6\x46\ +\x21\x75\xa1\x13\xa3\x3a\xce\x01\x80\x7e\xf9\x72\x2c\x08\x49\x92\ +\x6e\xd2\xd3\xa2\x3a\x79\x00\x00\xdd\xf4\xda\x90\xa6\xbd\xbf\x8e\ +\xb6\xd1\x69\x75\x8c\x03\x00\xfd\x71\x75\xec\x14\x92\x24\x95\xb5\ +\x3b\xe4\x5f\x8c\xea\x24\x02\x00\x74\xcf\x55\x71\xeb\x90\xa6\xb5\ +\x85\xf1\x9d\xa8\x8e\x6f\x00\xa0\x5f\x5e\x16\x92\x24\xad\xb1\xdb\ +\xc6\xe5\x51\x9d\x48\x00\x80\xee\x69\xaf\x0e\x92\xa6\xb5\x27\x47\ +\x75\x5c\x03\x00\xfd\x72\x46\x2c\x0e\x49\x92\xd6\xda\xc1\x51\x9d\ +\x4c\x00\x80\xee\x69\xaf\x0e\xda\x33\xa4\x69\x6b\xb3\x68\x7b\xd9\ +\x54\xc7\x35\x00\xd0\x1f\xd7\xc4\x5d\x42\x92\xa4\x81\x6a\xaf\x12\ +\x38\x2d\xaa\x93\x0a\x00\xd0\x3d\xe7\xc4\xcd\x42\x9a\xa6\xde\x15\ +\xd5\xf1\x0c\x00\xf4\xcb\xab\x42\x92\xa4\x19\x75\x87\xb8\x32\xaa\ +\x13\x0b\x00\xd0\x3d\x87\x87\x34\x2d\xd9\xf8\x1c\x00\x68\xce\x8a\ +\x25\x21\x49\xd2\x8c\x7b\x7e\x54\x27\x17\x00\xa0\x7b\xda\xab\x03\ +\xee\x1c\xd2\xa4\xb7\x5e\xb4\xa7\x96\xaa\xe3\x18\x00\xe8\x8f\xe5\ +\xb1\x7b\x48\x92\x34\xab\x16\xc5\x37\xa3\x3a\xc9\x00\x00\xdd\x73\ +\x7a\xb4\xf3\xbf\x34\xc9\xbd\x2e\xaa\xe3\x17\x00\xe8\x97\x23\x43\ +\x92\xa4\x39\xb5\x4b\x5c\x1d\xd5\x89\x06\x00\xe8\x9e\x57\x84\x34\ +\xa9\xed\x11\x2b\xa2\x3a\x76\x01\x80\xfe\x38\x3b\xec\x61\x27\x49\ +\x1a\x4a\x2f\x8b\xea\x64\x03\x00\x74\x4f\xfb\x72\xf9\x3e\x21\x4d\ +\x5a\x9b\xc5\xf9\x51\x1d\xb7\x00\x40\x7f\x58\xaf\x4a\x92\x86\xda\ +\xe2\x38\x23\xaa\x93\x0e\x00\xd0\x3d\x3f\x8f\x8d\x43\x9a\xa4\x4e\ +\x88\xea\x78\x05\x00\xfa\xe5\x8d\x21\x49\xd2\x50\xbb\x4b\x2c\x8b\ +\xea\xc4\x03\x00\x74\xcf\xfb\x43\x9a\x94\xfe\x31\xaa\xe3\x14\x00\ +\xe8\x97\x9f\xc5\x86\x21\x49\xd2\xd0\x7b\x55\x54\x27\x1f\x00\xa0\ +\x9b\x9e\x11\xd2\x7c\xb7\x6b\x2c\x8d\xea\x18\x05\x00\xfa\x63\x55\ +\xec\x19\x92\x24\x8d\xa4\x25\x71\x56\x54\x27\x21\x00\xa0\x7b\xda\ +\xd3\x9f\x7f\x19\xd2\x7c\xb5\x79\xb4\x57\xb2\x55\xc7\x27\x00\xd0\ +\x2f\x6f\x0b\x49\x92\x46\xda\xee\xb1\x3c\xaa\x13\x11\x00\xd0\x3d\ +\xbf\x8c\xad\x43\x1a\x77\x0b\xe3\x33\x51\x1d\x97\x00\x40\xbf\x9c\ +\x1f\x1b\x85\x24\x49\x23\xef\xf0\xa8\x4e\x46\x00\x40\x37\x7d\x39\ +\xda\x93\xa0\xd2\x38\x3b\x22\xaa\xe3\x11\x00\xe8\x97\xf6\xea\xab\ +\x07\x84\x24\x49\x63\x69\xdd\x38\x23\xaa\x93\x12\x00\xd0\x4d\x1f\ +\x8c\x05\x21\x8d\xa3\xa7\x47\x75\x1c\x02\x00\xfd\xf3\xe6\x90\x24\ +\x69\xac\xed\x12\x57\x46\x75\x62\x02\x00\xba\xe9\xb0\x90\x46\x5d\ +\xfb\x85\x67\xdb\x7f\xa6\x3a\x06\x01\x80\x7e\xf9\x51\xdc\x2c\x24\ +\x49\x1a\x7b\xcf\x89\xea\xe4\x04\x00\x74\x53\x7b\xfd\xc0\x01\x21\ +\x8d\xaa\xbb\xc4\xa5\x51\x1d\x7f\x00\x40\xbf\xb4\x1f\x44\xdc\x3d\ +\x24\x49\x9a\x97\xda\x6b\x30\xbe\x18\xd5\x49\x0a\x00\xe8\xa6\x76\ +\x21\xfa\xb0\x90\x86\xdd\x8e\xd1\x36\xdd\xaf\x8e\x3b\x00\xa0\x7f\ +\x5e\x1e\x92\x24\xcd\x6b\xb7\x8a\x8b\xa3\x3a\x51\x01\x00\xdd\xd4\ +\x5e\x83\x69\x23\x4a\x0d\xb3\xed\xe3\x17\x51\x1d\x6f\x00\x40\xff\ +\x7c\x33\x16\x85\x24\x49\xf3\x5e\x7b\x15\x46\x75\xb2\x02\x00\xba\ +\xeb\x8a\xb8\x77\x48\x73\xed\xe6\xf1\x93\xa8\x8e\x33\x00\xa0\x7f\ +\x2e\x8f\xf6\x64\xa8\x24\x49\x13\xd3\x89\x51\x9d\xb4\x00\x80\xee\ +\x6a\x7b\x35\xdc\x23\xa4\xd9\xd6\x6e\x7e\x9c\x15\xd5\xf1\x05\x00\ +\xf4\xd3\x81\x21\x49\xd2\x44\xb5\x45\xfc\x3a\xaa\x13\x17\x00\xd0\ +\x5d\xed\x26\xc8\x1e\x21\xcd\xb4\x6d\xe3\xc7\x51\x1d\x57\x00\x40\ +\x3f\x9d\x1c\x6d\xcf\x59\x49\x92\x26\xae\x07\xc7\xaa\xa8\x4e\x60\ +\x00\x40\x77\x2d\x8d\xbf\x09\x69\xd0\x6e\x1b\xf6\xfc\x00\x00\xae\ +\xef\xf7\x71\xcb\x90\x24\x69\x62\x7b\x5b\x54\x27\x31\x00\xa0\xdb\ +\xae\x8e\x7d\x42\x5a\x5b\xbb\x84\x27\x87\x01\x80\x1b\xdb\x37\x24\ +\x49\x9a\xe8\x36\x08\x9b\x58\x02\x40\x3f\xad\x88\x67\x86\xb4\xba\ +\xf6\x8c\x8b\xa2\x3a\x7e\x00\x80\xfe\xfa\xf7\x90\x24\x69\x2a\xba\ +\x57\x2c\x8f\xea\x84\x06\x00\x74\xdf\xeb\x63\x61\x48\xd7\xef\x09\ +\xb1\x2c\xaa\x63\x06\x00\xe8\xaf\xf3\x62\x93\x90\x24\x69\x6a\x7a\ +\x65\x54\x27\x35\x00\xa0\x1f\x3e\x12\xeb\x87\xd4\x36\x32\x3d\x2c\ +\xec\x15\x07\x00\xdc\xd8\xca\x68\x4f\x88\x4a\x92\x34\x55\x2d\x8e\ +\xd3\xa3\x3a\xb9\x01\x00\xfd\x70\x46\xec\x10\xea\x6f\x1b\xc5\x89\ +\x51\x1d\x1f\x00\x00\x47\x86\x24\x49\x53\xd9\x6d\xe3\xd2\xa8\x4e\ +\x70\x00\x40\x3f\xfc\x21\x1e\x18\xea\x5f\x77\x8a\x1f\x47\x75\x5c\ +\x00\x00\x7c\x3b\x96\x84\x24\x49\x53\xdb\x63\xa3\x3a\xc9\x01\x00\ +\xfd\xd1\x36\x47\x7f\x59\xb4\x57\x21\xa9\x1f\xed\x17\x7f\x8c\xea\ +\x78\x00\x00\xb8\x2c\xda\x0f\x67\x25\x49\x9a\xfa\x8e\x8f\xea\x64\ +\x07\x00\xf4\xcb\x67\xe3\x96\xa1\xee\xb6\x41\x1c\x1b\xf6\xfb\x00\ +\x00\xd6\x64\xff\x90\x24\xa9\x13\x6d\x18\x67\x47\x75\xc2\x03\x00\ +\xfa\xe5\xf7\xb1\x4f\xa8\x7b\xdd\x3d\xbc\xf2\x0a\x00\x58\x9b\xf7\ +\x84\x24\x49\x9d\xea\x6e\x71\x55\x54\x27\x3e\x00\xa0\x7f\xde\x11\ +\xed\x69\x01\x4d\x7f\x0b\xe3\xc5\xb1\x2c\xaa\xbf\x35\x00\xc0\x75\ +\xda\x0f\x64\xdb\x0f\x65\x25\x49\xea\x5c\xcf\x8e\xea\xe4\x07\x00\ +\xf4\xd3\x2f\xe2\xc1\xa1\xe9\xed\xae\x71\x7a\x54\x7f\x5f\x00\x80\ +\xeb\xbb\x3a\x76\x0b\x49\x92\x3a\x59\xdb\xf8\xf4\xa4\xa8\x4e\x82\ +\x00\x40\x7f\x7d\x20\xb6\x0e\x4d\x4f\xeb\xc7\xeb\x62\x79\x54\x7f\ +\x53\x00\x80\x1b\x3b\x34\x24\x49\xea\x74\x5b\xc6\x2f\xa3\x3a\x11\ +\x02\x00\xfd\x75\x61\x3c\x25\xda\xeb\x94\x34\xd9\x3d\x24\x7e\x16\ +\xd5\xdf\x11\x00\xa0\xf2\xc9\x68\x3f\x8c\x95\x24\xa9\xf3\xed\x19\ +\x2b\xa2\x3a\x21\x02\x00\xfd\x76\x66\xec\x15\x9a\xbc\x76\x89\xcf\ +\x46\xf5\x77\x03\x00\x58\x9d\x5f\x47\xfb\x41\xac\x24\x49\xbd\xe9\ +\x55\x51\x9d\x14\x01\x00\x9a\x8f\xc5\x6d\x42\xf3\xdf\x56\x71\x4c\ +\x78\xdd\x15\x00\x30\x53\xed\x07\xb0\x7e\xdc\x22\x49\xea\x5d\x8b\ +\xe2\xb4\xa8\x4e\x8e\x00\x00\xcd\xb2\x68\x5f\xbc\x6f\x1f\x1a\x7f\ +\x9b\xc5\x2b\xe3\xd2\xa8\xfe\x3e\x00\x00\x6b\xf3\x9a\x90\x24\xa9\ +\x97\xed\x10\x17\x45\x75\x82\x04\x00\xb8\xce\xd5\x71\x74\x6c\x1b\ +\x1a\x7d\x9b\xc6\x61\x71\x49\x54\x7f\x0f\x00\x80\x41\x7c\x23\xda\ +\x0f\x60\x25\x49\xea\x6d\xfb\x46\x75\x92\x04\x00\xb8\xb1\x2b\xe3\ +\xd8\xb8\x63\x68\xf8\x6d\x13\xaf\x8d\x8b\xa3\xfa\xfc\x01\x00\x06\ +\xd5\xd6\x13\xb7\x0e\x49\x92\x7a\xdf\x5b\xa3\x3a\x59\x02\x00\x54\ +\x56\xc6\x49\xe1\x7d\xd2\xc3\xe9\xae\xf1\xde\x68\xaf\x1c\xab\x3e\ +\x6f\x00\x80\x99\x58\x15\xed\x07\xaf\x92\x24\x29\x2d\x89\x6f\x47\ +\x75\xd2\x04\x00\x58\x93\x33\xe3\x99\xd1\x5e\xdb\xa4\xc1\xbb\x59\ +\x1c\x10\x5f\x8a\xea\x73\x05\x00\x98\xad\x37\x84\x24\x49\xba\x5e\ +\x6d\x3f\x90\x3f\x44\x75\xe2\x04\x00\x58\x9b\xf6\x7a\xac\xf7\xc5\ +\xfd\x62\x41\xa8\x6e\xb7\x68\x4f\xdf\xda\x87\x0d\x00\x18\x85\xd3\ +\x62\x71\x48\x92\xa4\x1b\xf5\x90\x68\xaf\xb4\xa8\x4e\xa0\x00\x00\ +\x83\x3a\x2f\x8e\x8a\x7b\x86\xd6\x59\x67\xe7\x78\x45\xfc\x20\xaa\ +\xcf\x0b\x00\x60\x18\x7e\x17\xdb\x86\x24\x49\x5a\x4d\xaf\x8e\xea\ +\x24\x0a\x00\x30\x1b\xd7\xdd\x0c\x69\x4f\x86\xf4\xe5\xd7\x88\x0b\ +\xe3\x1e\x71\x58\xb8\xe9\x01\x00\x8c\xc3\x8a\x78\x40\x48\x92\xa4\ +\x35\xb4\x28\xbe\x10\xd5\xc9\x14\x00\x60\x2e\x2e\x8d\x8f\x46\xdb\ +\x33\xe4\x36\xd1\xa5\x6e\x19\x4f\x8c\x0f\xc6\xef\xa3\xfa\xf7\x07\ +\x00\x18\x95\x97\x87\x24\x49\x1a\xa0\xad\xe3\x57\x51\x9d\x50\x01\ +\x00\x86\xe5\x82\xf8\x8f\x38\x24\x76\x8f\x69\x79\x42\xa4\x3d\xe1\ +\x71\xe7\x38\x30\xde\x1b\x3f\x89\xea\xdf\x0f\x00\x60\x1c\x3e\x1d\ +\xf6\x60\x93\x24\x69\x06\xdd\x37\x96\x45\x75\x62\x05\x00\x18\x85\ +\x2b\xe2\xdb\x71\x5c\x3c\x27\xf6\x8e\x9b\xc7\x7c\xb6\x79\xb4\xd7\ +\x77\x1d\x14\x6f\x8f\xaf\x46\x7b\x92\xa5\xfa\xe7\x07\x00\x18\xb7\ +\xf6\xba\xd1\x2d\x42\x92\x24\xcd\xb0\xe7\x45\x75\x72\x05\x00\x18\ +\xa7\x76\xc3\xe1\x7f\xe2\x93\x71\x74\xb4\x35\xca\x63\xe3\x81\xb1\ +\x5b\xec\x10\x1b\xc5\x4c\xda\x20\xb6\x8f\xbb\x45\x7b\x5f\xf6\xa3\ +\xe2\xd0\x78\x53\x7c\x2c\xce\x88\x3f\x44\xf5\xcf\x03\x00\x30\x09\ +\xda\x0f\x57\xdb\xbe\x63\x92\x24\x69\x16\xb5\xc7\x27\x3f\x12\xd5\ +\x49\x16\x00\x60\x12\x5d\x1e\x17\xc7\x45\xf1\xf3\xeb\xb9\x30\xda\ +\x7f\x7e\x59\x54\xff\x77\x00\x00\xd3\xa6\x3d\xa1\x2a\x49\x92\xe6\ +\xd0\xa6\xe1\xbd\xd6\x00\x00\x00\x00\x93\xe3\x83\x21\x49\x92\x86\ +\x50\x7b\x35\xc4\xd2\xa8\x4e\xb8\x00\x00\x00\x00\x8c\xcf\x8f\x62\ +\xc3\x90\x24\x49\x43\xea\x49\x51\x9d\x74\x01\x00\x00\x00\x18\x8f\ +\xf6\xba\xcf\x3b\x85\x24\x49\x1a\x72\xc7\x45\x75\xf2\x05\x00\x00\ +\x00\x60\xf4\x1e\x13\x92\x24\x69\x04\xad\x17\xdf\x8e\xea\x04\x0c\ +\x00\x00\x00\xc0\xe8\xbc\x31\x24\x49\xd2\x08\xdb\x3e\x7e\x1b\xd5\ +\x89\x18\x00\x00\x00\x80\xe1\xfb\x42\x2c\x0a\x49\x92\x34\xe2\xee\ +\x1b\xcb\xa2\x3a\x21\x03\x00\x00\x00\x30\x3c\x3f\x8f\x2d\x43\x92\ +\x24\x8d\xa9\xa7\x47\x75\x52\x06\x00\x00\x00\x60\x38\x96\xc6\x5d\ +\x43\x92\x24\x8d\xb9\x77\x46\x75\x72\x06\x00\x00\x00\x60\x6e\x56\ +\xc5\xa3\x42\x92\x24\xcd\x43\x4b\xe2\xeb\x51\x9d\xa4\x01\x00\x00\ +\x00\x98\xbd\xd7\x85\x24\x49\x9a\xc7\x6e\x11\xbf\x8c\xea\x44\x0d\ +\x00\x00\x00\xc0\xcc\x7d\x26\x6c\x7a\x2e\x49\xd2\x04\x74\xaf\xb8\ +\x2a\xaa\x13\x36\x00\x00\x00\x00\x83\x3b\x37\x36\x0d\x49\x92\x34\ +\x21\x3d\x29\xaa\x93\x36\x00\x00\x00\x00\x83\xb9\x2c\x76\x09\x49\ +\x92\x34\x61\xfd\x5b\x54\x27\x6f\x00\x00\x00\x00\xd6\xac\x6d\x7a\ +\xbe\x6f\x48\x92\xa4\x09\x6c\x71\x9c\x1a\xd5\x49\x1c\x00\x00\x00\ +\x80\xd5\x7b\x65\x48\x92\xa4\x09\x6e\xeb\x38\x3f\xaa\x13\x39\x00\ +\x00\x00\x00\x37\xf5\x89\x58\x10\x92\x24\x69\xc2\xdb\x35\x96\x46\ +\x75\x42\x07\x00\x00\x00\xe0\xcf\x7e\x1c\x36\x3d\x97\x24\x69\x8a\ +\x7a\x6c\xb4\x77\x57\x56\x27\x76\x00\x00\x00\x00\xd6\x59\xe7\xa2\ +\xd8\x31\x24\x49\xd2\x94\xf5\xcf\x51\x9d\xdc\x01\x00\x00\x00\xfa\ +\x6e\x59\x3c\x20\x24\x49\xd2\x14\xd6\xde\x5d\xf9\xc1\xa8\x4e\xf2\ +\x00\x00\x00\x00\x7d\xf6\xd4\x90\x24\x49\x53\xdc\x92\xf8\x56\x54\ +\x27\x7a\x00\x00\x00\x80\x3e\x3a\x22\x24\x49\x52\x07\xda\x3a\x7e\ +\x16\xd5\x09\x1f\x00\x00\x00\xa0\x4f\x4e\x8a\x45\x21\x49\x92\x3a\ +\xd2\x5d\xe2\xd2\xa8\x4e\xfc\x00\x00\x00\x00\x7d\xf0\xdd\xd8\x20\ +\x24\x49\x52\xc7\x7a\x50\xac\x88\x6a\x01\x00\x00\x00\x00\xd0\x65\ +\xbf\x8c\xed\x43\x92\x24\x75\xb4\x83\xa2\x5a\x04\x00\x00\x00\x00\ +\x74\xd5\xd2\xd8\x3d\x24\x49\x52\xc7\x7b\x5b\x54\x8b\x01\x00\x00\ +\x00\x80\xae\x59\x15\xfb\x84\x24\x49\xea\x41\x6d\xa3\xaf\x4f\x47\ +\xb5\x28\x00\x00\x00\x00\xe8\x92\x97\x84\x24\x49\xea\x51\x9b\xc6\ +\x59\x51\x2d\x0c\x00\x00\x00\x00\xba\xe0\xdd\x21\x49\x92\x7a\xd8\ +\xad\xe3\xf7\x51\x2d\x10\x00\x00\x00\x00\xa6\xd9\x97\x62\x49\x48\ +\x92\xa4\x9e\xf6\x97\x71\x65\x54\x0b\x05\x00\x00\x00\x80\x69\x74\ +\x6e\x6c\x19\x92\x24\xa9\xe7\x1d\x10\x6d\x43\xb0\x6a\xc1\x00\x00\ +\x00\x00\x30\x4d\xda\xdb\x2e\x76\x0c\x49\x92\xa4\xff\xad\x6d\x08\ +\x56\x2d\x1a\x00\x00\x00\x00\xa6\xc5\xd2\x68\x6f\xbb\x90\x24\x49\ +\xba\x41\xc7\x46\xb5\x78\x00\x00\x00\x00\x98\x74\x2b\x62\x9f\x90\ +\x24\x49\xba\x49\x8b\xe2\xa3\x51\x2d\x22\x00\x00\x00\x00\x26\xd9\ +\x41\x21\x49\x92\xb4\xda\x96\xc4\x97\xa2\x5a\x48\x00\x00\x00\x00\ +\x4c\xa2\x23\x42\x92\x24\x69\xad\x6d\x1a\x67\x45\xb5\xa0\x00\x00\ +\x00\x00\x98\x24\x1f\x8c\x05\x21\x49\x92\x34\x50\xdb\xc7\x2f\xa3\ +\x5a\x58\x00\x00\x00\x00\x4c\x82\xf6\x16\x8b\xf6\x36\x0b\x49\x92\ +\xa4\x19\x75\x97\xb8\x34\xaa\x05\x06\x00\x00\x00\xc0\x7c\x6a\x6f\ +\xaf\x68\x6f\xb1\x90\x24\x49\x9a\x55\x0f\x88\x65\x51\x2d\x34\x00\ +\x00\x00\x00\xe6\x43\x7b\x6b\x45\x7b\x7b\x85\x24\x49\xd2\x9c\x3a\ +\x20\x56\x45\xb5\xe0\x00\x00\x00\x00\x18\xa7\xf6\xb6\x8a\xf6\xd6\ +\x0a\x49\x92\xa4\xa1\xf4\x92\xa8\x16\x1d\x00\x00\x00\x00\xe3\xb2\ +\x34\xee\x1d\x92\x24\x49\x43\xed\xd8\xa8\x16\x1f\x00\x00\x00\x00\ +\xa3\xb6\x22\xf6\x09\x49\x92\xa4\xa1\xb7\x28\x4e\x8a\x6a\x11\x02\ +\x00\x00\x00\x30\x4a\x07\x85\x24\x49\xd2\xc8\xda\x20\xbe\x12\xd5\ +\x42\x04\x00\x00\x00\x60\x14\x8e\x08\x49\x92\xa4\x91\xb7\x69\x7c\ +\x37\xaa\x05\x09\x00\x00\x00\xc0\x30\xbd\x3d\x16\x84\x24\x49\xd2\ +\x58\xda\x3a\x7e\x12\xd5\xc2\x04\x00\x00\x00\x60\x18\x3e\x14\xed\ +\x95\xdc\x92\x24\x49\x63\x6d\xfb\xf8\x65\x54\x0b\x14\x00\x00\x00\ +\x80\xb9\xf8\x4c\x2c\x09\x49\x92\xa4\x79\xe9\x0e\xf1\xfb\xa8\x16\ +\x2a\x00\x00\x00\x00\xb3\xf1\xf5\x68\xfb\x90\x4a\x92\x24\xcd\x6b\ +\x77\x8f\x4b\xa3\x5a\xb0\x00\x00\x00\x00\xcc\xc4\x59\xd1\xf6\x1f\ +\x95\x24\x49\x9a\x88\xf6\x8c\xa5\x51\x2d\x5c\x00\x00\x00\x00\x06\ +\x71\x6e\xb4\x7d\x47\x25\x49\x92\x26\xaa\xbf\x8f\x65\x51\x2d\x60\ +\x00\x00\x00\x00\xd6\xa4\xed\x33\x7a\xeb\x90\x24\x49\x9a\xc8\x0e\ +\x88\x95\x51\x2d\x64\x00\x00\x00\x00\x2a\x6d\x7f\xd1\x5d\x42\x92\ +\x24\x69\xa2\x3b\x28\xaa\xc5\x0c\x00\x00\x00\xc0\x8d\xb5\x7d\x45\ +\xef\x15\x92\x24\x49\x53\xd1\xcb\xa2\x5a\xd4\x00\x00\x00\x00\x5c\ +\xe7\xca\x78\x40\x48\x92\x24\x4d\x55\x6f\x88\x6a\x71\x03\x00\x00\ +\x00\xb0\x22\xf6\x09\x49\x92\xa4\xa9\x6b\x41\xbc\x3b\xaa\x45\x0e\ +\x00\x00\x00\xd0\x5f\xab\xa2\xed\x23\x2a\x49\x92\x34\xb5\x2d\x8a\ +\x13\xa2\x5a\xec\x00\x00\x00\x00\xfd\xd3\x6e\x7e\x3c\x3d\x24\x49\ +\x92\xa6\xbe\x76\x13\xe4\x3f\xa3\x5a\xf4\x00\x00\x00\x00\xfd\xd1\ +\x6e\x7e\x1c\x12\x92\x24\x49\x9d\x69\x49\x7c\x2c\xaa\xc5\x0f\x00\ +\x00\x00\xd0\x0f\xcf\x0b\x49\x92\xa4\xce\xd5\x6e\x82\x9c\x1c\xd5\ +\x02\x08\x00\x00\x00\xe8\xb6\x97\x84\x24\x49\x52\x67\x5b\x2f\x4e\ +\x89\x6a\x21\x04\x00\x00\x00\x74\xd3\x61\x21\x49\x92\xd4\xf9\x36\ +\x88\x2f\x46\xb5\x20\x02\x00\x00\x00\xba\xe5\xf0\x90\x24\x49\xea\ +\x4d\xed\x26\xc8\x57\xa3\x5a\x18\x01\x00\x00\x00\xdd\xf0\xfa\x90\ +\x24\x49\xea\x5d\x1b\xc7\x37\xa2\x5a\x20\x01\x00\x00\x00\xd3\xed\ +\xdf\x42\x92\x24\xa9\xb7\x6d\x1a\xdf\x8e\x6a\xa1\x04\x00\x00\x00\ +\x4c\xa7\x63\x63\x41\x48\x92\x24\xf5\xba\xcd\xe2\xbb\x51\x2d\x98\ +\x00\x00\x00\x80\xe9\x72\x7c\xb8\xf9\x21\x49\x92\xf4\xa7\xb6\x8c\ +\xef\x47\xb5\x70\x02\x00\x00\x00\xa6\xc3\x7b\x63\x51\x48\x92\x24\ +\xe9\x7a\x6d\x1d\x3f\x8c\x6a\x01\x05\x00\x00\x00\x4c\xb6\x0f\x87\ +\x9b\x1f\x92\x24\x49\xab\xe9\x16\xe1\x26\x08\x00\x00\x00\x4c\x97\ +\x0f\x85\x9b\x1f\x92\x24\x49\x6b\xa9\x3d\x09\xf2\xbd\xa8\x16\x54\ +\x00\x00\x00\xc0\x64\x79\x5f\xb8\xf9\x21\x49\x92\x34\x60\x5b\xc4\ +\x19\x51\x2d\xac\x00\x00\x00\x80\xc9\xd0\x36\x3c\x5f\x18\x92\x24\ +\x49\x9a\x41\x9b\xc5\xe9\x51\x2d\xb0\x00\x00\x00\x80\xf9\x75\x6c\ +\x2c\x08\x49\x92\x24\xcd\xa2\x4d\xe2\xeb\x51\x2d\xb4\x00\x00\x00\ +\x80\xf9\x71\x74\xb8\xf9\x21\x49\x92\x34\xc7\x36\x8a\xaf\x44\xb5\ +\xe0\x02\x00\x00\x00\xc6\xeb\xa8\x90\x24\x49\xd2\x90\xda\x20\xbe\ +\x10\xd5\xc2\x0b\x00\x00\x00\x18\x8f\xd7\x84\x24\x49\x92\x86\xdc\ +\xfa\xf1\xd9\xa8\x16\x60\x00\x00\x00\xc0\x68\xbd\x22\x24\x49\x92\ +\x34\xa2\x96\xc4\xa7\xa2\x5a\x88\x01\x00\x00\x00\xa3\xf1\xe2\x90\ +\x24\x49\xd2\x88\x6b\x37\x41\xfe\x2b\xaa\x05\x19\x00\x00\x00\x30\ +\x3c\xab\xe2\x05\x21\x49\x92\xa4\x31\xb5\x6e\x9c\x18\xd5\xe2\x0c\ +\x00\x00\x00\x98\xbb\x76\xf3\xe3\xe0\x90\x24\x49\xd2\x98\x5b\x14\ +\x1f\x88\x6a\x91\x06\x00\x00\x00\xcc\x5e\xbb\xf9\x71\x60\x48\x92\ +\x24\x69\x9e\x6a\x37\x41\xde\x11\xd5\x62\x0d\x00\x00\x00\x98\xb9\ +\xe5\xf1\xf8\x90\x24\x49\xd2\x3c\xb7\x20\x8e\x8c\x6a\xd1\x06\x00\ +\x00\x00\x0c\xee\xaa\xd8\x27\x24\x49\x92\x34\x41\xbd\x28\xda\x23\ +\xba\xd5\x02\x0e\x00\x00\x00\x58\xb3\x3f\xc6\x5e\x21\x49\x92\xa4\ +\x09\xac\xbd\x9f\x74\x45\x54\x0b\x39\x00\x00\x00\xa0\x76\x61\xdc\ +\x23\x24\x49\x92\x34\xc1\x3d\x3a\x96\x45\xb5\xa0\x03\x00\x00\x00\ +\x6e\xe8\x97\xb1\x73\x48\x92\x24\x69\x0a\x7a\x48\x2c\x8d\x6a\x61\ +\x07\x00\x00\x00\x5c\xeb\xa7\x71\xeb\x90\x24\x49\xd2\x14\xf5\x57\ +\x71\x49\x54\x0b\x3c\x00\x00\x00\xe8\xbb\xef\xc5\x2d\x42\x92\x24\ +\x49\x53\xd8\xdd\xe2\xb7\x51\x2d\xf4\x00\x00\x00\xa0\xaf\xbe\x1e\ +\x9b\x85\x24\x49\x92\xa6\xb8\x3b\xc4\x79\x51\x2d\xf8\x00\x00\x00\ +\xa0\x6f\x3e\x13\x1b\x84\x24\x49\x92\x3a\xd0\x76\xf1\xe3\xa8\x16\ +\x7e\x00\x00\x00\xd0\x17\x1f\x8a\x25\x21\x49\x92\xa4\x0e\xb5\x65\ +\xfc\x77\x54\x0b\x40\x00\x00\x00\xe8\xba\x77\xc4\xa2\x90\x24\x49\ +\x52\x07\xdb\x38\x4e\x8d\x6a\x21\x08\x00\x00\x00\x5d\xf5\xba\x58\ +\x10\x92\x24\x49\xea\x70\xeb\xc5\x87\xa3\x5a\x10\x02\x00\x00\x40\ +\x97\xac\x88\x43\x43\x92\x24\x49\x3d\xa9\xfd\xea\xe5\x8d\x51\x2d\ +\x0e\x01\x00\x00\xa0\x0b\xae\x8a\x7f\x08\x49\x92\x24\xf5\xb0\xe7\ +\xc4\xca\xa8\x16\x8a\x00\x00\x00\x30\xad\x2e\x8a\x3d\x42\x92\x24\ +\x49\x3d\xee\x51\xd1\x7e\x15\x53\x2d\x18\x01\x00\x00\x60\xda\x9c\ +\x1f\x3b\x87\x24\x49\x92\xb4\xce\xfd\xe2\xe2\xa8\x16\x8e\x00\x00\ +\x00\x30\x2d\xbe\x17\xdb\x84\x24\x49\x92\xf4\x7f\xed\x12\x17\x44\ +\xb5\x80\x04\x00\x00\x80\x49\xf7\xf9\xd8\x38\x24\x49\x92\xa4\x9b\ +\xb4\x6d\x7c\x3f\xaa\x85\x24\x00\x00\x00\x4c\xaa\xf7\xc5\x92\x90\ +\x24\x49\x92\x56\xdb\x26\xf1\xc5\xa8\x16\x94\x00\x00\x00\x30\x69\ +\x5e\x17\x0b\x42\x92\x24\x49\x5a\x6b\xed\x57\x33\x1f\x88\x6a\x61\ +\x09\x00\x00\x00\x93\x60\x45\x1c\x14\x92\x24\x49\xd2\x8c\x6a\xbf\ +\x9e\xf9\xd7\xa8\x16\x99\x00\x00\x00\x30\x9f\xae\x8c\x87\x87\x24\ +\x49\x92\x34\xeb\x9e\x1d\xed\x57\x35\xd5\x82\x13\x00\x00\x00\xc6\ +\xed\x0f\x71\xef\x90\x24\x49\x92\xe6\xdc\xbe\x71\x45\x54\x0b\x4f\ +\x00\x00\x00\x18\x97\x9f\xc6\x1d\x42\x92\x24\x49\x1a\x5a\xbb\xc6\ +\x2f\xa3\x5a\x80\x02\x00\x00\xc0\xa8\x7d\x25\xb6\x08\x49\x92\x24\ +\x69\xe8\x6d\x1b\x67\x44\xb5\x10\x05\x00\x00\x80\x51\x79\x77\x2c\ +\x09\x49\x92\x24\x69\x64\x6d\x18\x1f\x8b\x6a\x41\x0a\x00\x00\x00\ +\xc3\xb4\x32\xfe\x29\x24\x49\x92\xa4\xb1\xb4\x30\x5e\x17\xd5\xe2\ +\x14\x00\x00\x00\x86\xa1\xed\x45\xd9\xf6\xa4\x94\x24\x49\x92\xc6\ +\xde\x93\x62\x59\x54\x0b\x55\x00\x00\x00\x98\xad\x5f\xc7\xee\x21\ +\x49\x92\x24\xcd\x5b\x7b\xc6\x45\x51\x2d\x58\x01\x00\x00\x60\xa6\ +\xda\xde\x93\xdb\x87\x24\x49\x92\x34\xef\xdd\x21\xce\x8e\x6a\xe1\ +\x0a\x00\x00\x00\x83\x6a\x7b\x4e\xb6\xbd\x27\x25\x49\x92\xa4\x89\ +\x69\xf3\xf8\x62\x54\x0b\x58\x00\x00\x00\x58\x9b\xa3\xa2\xed\x39\ +\x29\x49\x92\x24\x4d\x5c\xeb\xc6\x71\x51\x2d\x64\x01\x00\x00\xa0\ +\x72\x4d\x3c\x2d\x24\x49\x92\xa4\x89\xef\x85\xb1\x22\xaa\x85\x2d\ +\x00\x00\x00\x5c\xa7\xed\x29\xd9\xf6\x96\x94\x24\x49\x92\xa6\xa6\ +\xbf\x8b\xcb\xa2\x5a\xe0\x02\x00\x00\xc0\x8f\xa3\xed\x29\x29\x49\ +\x92\x24\x4d\x5d\x77\x8a\x73\xa2\x5a\xe8\x02\x00\x00\xd0\x5f\x27\ +\xc5\x26\x21\x49\x92\x24\x4d\x6d\x9b\xc6\xc9\x51\x2d\x78\x01\x00\ +\x00\xe8\x97\x55\xf1\xaa\x58\x10\x92\x24\x49\xd2\xd4\xb7\x30\x0e\ +\x8f\xb6\xd0\xad\x16\xc0\x00\x00\x00\x74\xdf\x1f\xe3\xe1\x21\x49\ +\x92\x24\x75\xae\xfd\xe2\xf2\xa8\x16\xc2\x00\x00\x00\x74\xd7\x4f\ +\x63\x97\x90\x24\x49\x92\x3a\xdb\x9d\xe3\x67\x51\x2d\x88\x01\x00\ +\x00\xe8\x9e\xcf\xc4\x66\x21\x49\x92\x24\x75\xbe\x2d\xe2\x73\x51\ +\x2d\x8c\x01\x00\x00\xe8\x86\xf6\x1a\xe4\xd7\xc5\xa2\x90\x24\x49\ +\x92\x7a\x53\x5b\x00\x1f\x15\xd5\x22\x19\x00\x00\x80\xe9\x76\x45\ +\x3c\x3a\x24\x49\x92\xa4\xde\xb6\x7f\x2c\x8d\x6a\xc1\x0c\x00\x00\ +\xc0\xf4\xf9\x79\xdc\x35\x24\x49\x92\xa4\xde\xb7\x5b\x9c\x1f\xd5\ +\xc2\x19\x00\x00\x80\xe9\xf1\xc5\xd8\x32\x24\x49\x92\x24\xfd\xa9\ +\xad\xe2\xd4\xa8\x16\xd0\x00\x00\x00\x4c\xbe\x37\x86\xfd\x3e\x24\ +\x49\x92\xa4\xa2\xc5\xf1\xfa\x68\x1b\xe5\x55\x8b\x69\x00\x00\x00\ +\x26\xcf\xe5\xf1\xd8\x90\x24\x49\x92\xb4\x96\x1e\x11\x97\x44\xb5\ +\xb0\x06\x00\x00\x60\x72\xfc\x30\xee\x14\x92\x24\x49\x92\x06\x6c\ +\xc7\xf8\x5e\x54\x0b\x6c\x00\x00\x00\xe6\xdf\x07\x63\xa3\x90\x24\ +\x49\x92\x34\xc3\x6e\x16\xc7\x47\xb5\xd0\x06\x00\x00\x60\x7e\x5c\ +\x1d\xcf\x0a\x49\x92\x24\x49\x73\xec\x49\xb1\x34\xaa\x85\x37\x00\ +\x00\x00\xe3\x73\x5e\xdc\x23\x24\x49\x92\x24\x0d\xa9\x5d\xe3\xa7\ +\x51\x2d\xc0\x01\x00\x00\x18\xbd\x93\x63\xcb\x90\x24\x49\x92\x34\ +\xe4\x36\x89\xff\x8a\x6a\x21\x0e\x00\x00\xc0\x68\xac\x88\x97\xc7\ +\x82\x90\x24\x49\x92\x34\xa2\xda\x82\xfb\x79\x71\x4d\x54\x0b\x73\ +\x00\x00\x00\x86\xe7\x77\x71\xff\x90\x24\x49\x92\x34\xa6\xf6\x88\ +\x5f\x45\xb5\x40\x07\x00\x00\x60\xee\xbe\x16\xdb\x85\x24\x49\x92\ +\xa4\x31\xb7\x75\x7c\x31\xaa\x85\x3a\x00\x00\x00\xb3\xb3\x2a\xde\ +\x18\x8b\x43\x92\x24\x49\xd2\x3c\xb5\x28\x5e\x1d\x2b\xa3\x5a\xb8\ +\x03\x00\x00\x30\xb8\x4b\xe2\x11\x21\x49\x92\x24\x69\x42\x6a\xef\ +\xa4\xf5\x4a\x2c\x00\x00\x80\xd9\xfb\x7a\xec\x10\x92\x24\x49\x92\ +\x26\xac\xad\xe2\x93\x51\x2d\xe4\x01\x00\x00\xa8\xb5\x27\xea\x0f\ +\x0f\xaf\xbc\x92\x24\x49\x92\x26\xb8\x05\x71\x68\x5c\x1d\xd5\xc2\ +\x1e\x00\x00\x80\x3f\x6b\x4f\xd2\xb7\x27\xea\x25\x49\x92\x24\x4d\ +\x49\xbb\xc6\x39\x51\x2d\xf0\x01\x00\x00\xb8\xf6\x09\xfa\xf6\x24\ +\xbd\x24\x49\x92\xa4\x29\x6b\xa3\x78\x4f\x54\x0b\x7d\x00\x00\x80\ +\xbe\x6a\x4f\xcc\xb7\x27\xe7\xdb\x13\xf4\x92\x24\x49\x92\xa6\xb8\ +\xfd\xe3\xb2\xa8\x16\xfe\x00\x00\x00\x7d\x72\x76\xb4\x27\xe6\x25\ +\x49\x92\x24\x75\xa4\xdb\xc5\xb7\xa3\xba\x00\x00\x00\x00\xe8\x83\ +\xf6\x84\xfc\x86\x21\x49\x92\x24\xa9\x63\xad\x1b\x47\xc5\xaa\xa8\ +\x2e\x06\x00\x00\x00\xba\xa8\x3d\x11\xdf\x9e\x8c\x97\x24\x49\x92\ +\xd4\xf1\x1e\x14\xbf\x8d\xea\xc2\x00\x00\x00\xa0\x4b\xda\x93\xf0\ +\xed\x89\x78\x49\x92\x24\x49\x3d\xe9\x16\xf1\xd9\xa8\x2e\x10\x00\ +\x00\x00\xa6\xdd\xca\x38\x32\xda\x93\xf0\x92\x24\x49\x92\x7a\xd6\ +\x82\x38\x38\x96\x46\x75\xc1\x00\x00\x00\x30\x8d\xce\x8f\x3d\x43\ +\x92\x24\x49\x52\xcf\xdb\x29\x6c\x90\x0e\x00\x00\x74\xc1\xbf\xc7\ +\x26\x21\x49\x92\x24\x49\xff\xdb\xe2\x38\x2c\x96\x47\x75\x11\x01\ +\x00\x00\x30\xc9\x2e\x8c\x7d\x43\x92\x24\x49\x92\xca\xee\x19\xe7\ +\x44\x75\x41\x01\x00\x00\x30\x89\x4e\x8e\xb6\xcf\xa1\x24\x49\x92\ +\x24\xad\xb1\x0d\xe2\x6d\xb1\x2a\xaa\x8b\x0b\x00\x00\x80\x49\x70\ +\x45\x1c\x18\x92\x24\x49\x92\x34\xa3\x1e\x14\xbf\x8a\xea\x42\x03\ +\x00\x00\x60\x3e\x7d\x33\x6e\x1f\x92\x24\x49\x92\x34\xab\xb6\x88\ +\x0f\x47\x75\xc1\x01\x00\x00\x30\x6e\xd7\xc4\xcb\x62\x51\x48\x92\ +\x24\x49\xd2\x9c\x7b\x5c\x5c\x1c\xd5\x05\x08\x00\x00\xc0\x38\xfc\ +\x28\xee\x1e\x92\x24\x49\x92\x34\xd4\x6e\x15\x5f\x88\xea\x42\x04\ +\x00\x00\x60\x54\xda\xfe\x84\x6f\x8e\x9b\x85\x24\x49\x92\x24\x8d\ +\xa4\x05\x71\x48\x2c\x8d\xea\xc2\x04\x00\x00\x60\x98\xce\x8b\xbd\ +\x43\x92\x24\x49\x92\xc6\xd2\xed\xe2\xcb\x51\x5d\xa0\x00\x00\x00\ +\xcc\x55\x7b\xea\xe3\x98\xd8\x38\x24\x49\x92\x24\x69\xac\xb5\xa7\ +\x41\x0e\x8a\x3f\x46\x75\xc1\x02\x00\x00\x30\x1b\xe7\xc6\x9e\x21\ +\x49\x92\x24\x49\xf3\xda\xad\xe3\x94\xa8\x2e\x5c\x00\x00\x00\x06\ +\xb5\x32\xde\x14\x1b\x84\x24\x49\x92\x24\x4d\x44\xed\x69\x90\xa7\ +\xc4\x25\x51\x5d\xc8\x00\x00\x00\xac\xc9\xd9\x71\x9f\x90\x24\x49\ +\x92\xa4\x89\x6c\xbb\xf8\x54\x54\x17\x34\x00\x00\x00\x37\xb6\x3c\ +\x8e\x88\x9b\x85\x24\x49\x92\x24\x4d\x7c\x07\xc4\x45\x51\x5d\xe0\ +\x00\x00\x00\x34\x67\xc5\xee\x21\x49\x92\x24\x49\x53\xd5\x2d\xe2\ +\xa3\x51\x5d\xe8\x00\x00\x00\xfd\x75\x4d\xbc\x32\x96\x84\x24\x49\ +\x92\x24\x4d\x6d\x8f\x8a\xdf\x45\x75\xe1\x03\x00\x00\xf4\xcb\x77\ +\xe3\xae\x21\x49\x92\x24\x49\x9d\x68\xab\x38\x21\xaa\x0b\x20\x00\ +\x00\xa0\xfb\xae\x8e\x97\xc6\xe2\x90\x24\x49\x92\xa4\xce\xf5\xb0\ +\x38\x2f\xaa\x0b\x22\x00\x00\xa0\x9b\xbe\x1c\x3b\x85\x24\x49\x92\ +\x24\x75\xba\x0d\xe2\xa8\x58\x1e\xd5\xc5\x11\x00\x00\xd0\x0d\x17\ +\xc6\x13\x63\x41\x48\x92\x24\x49\x52\x6f\x6a\xef\xfd\xfd\x56\x54\ +\x17\x4a\x00\x00\xc0\xf4\x5a\x15\xef\x8d\xf6\x2a\x5c\x49\x92\x24\ +\x49\xea\x65\x0b\xe3\x59\x71\x49\x54\x17\x4e\x00\x00\xc0\x74\x39\ +\x27\xee\x1f\x92\x24\x49\x92\xa4\xb4\x4d\x9c\x18\xd5\x05\x14\x00\ +\x00\x30\xf9\xda\x26\xe7\x87\xc5\x7a\x21\x49\x92\x24\x49\xba\x51\ +\x7f\x1b\xbf\x88\xea\x82\x0a\x00\x00\x98\x4c\xa7\x86\x4d\xce\x25\ +\x49\x92\x24\x69\x2d\xb5\x4d\xd2\x8f\x0c\x9b\xa4\x03\x00\xc0\x64\ +\xb3\xc9\xb9\x24\x49\x92\x24\xcd\xa2\xb6\x49\xfa\x37\xa3\xba\xd0\ +\x02\x00\x00\xe6\x4f\xdb\xe4\xfc\xdf\xc3\x26\xe7\x92\x24\x49\x92\ +\x34\xcb\xda\x26\xe9\xcf\x0c\x9b\xa4\x03\x00\xc0\x64\x68\x9b\x9c\ +\xef\x15\x92\x24\x49\x92\xa4\x21\xd4\x36\x49\x7f\x6f\xb4\x5f\x9a\ +\x55\x17\x61\x00\x00\xc0\x68\x5d\x1e\x2f\x8f\x25\x21\x49\x92\x24\ +\x49\x1a\x72\xf7\x8e\x33\xa3\xba\x20\x03\x00\x00\x46\xe3\x43\xb1\ +\x43\x48\x92\x24\x49\x92\x46\x58\x7b\x2d\xd6\x33\xa2\x6d\xb8\x58\ +\x5d\x9c\x01\x00\x00\xc3\xf1\x83\xf0\xba\x2b\x49\x92\x24\x49\x1a\ +\x73\x5b\xc4\x31\xb1\x22\xaa\x8b\x35\x00\x00\x60\x76\xda\x1e\x7c\ +\x87\xc6\xe2\x90\x24\x49\x92\x24\xcd\x53\xbb\xc5\x69\x51\x5d\xb8\ +\x01\x00\x00\x83\x5b\x19\xef\x8e\xad\x43\x92\x24\x49\x92\x34\x01\ +\x2d\x88\x03\xe2\x37\x51\x5d\xc8\x01\x00\x00\x6b\xf6\xed\xf8\xcb\ +\x90\x24\x49\x92\x24\x4d\x60\x1b\xc5\xeb\x63\x59\x54\x17\x75\x00\ +\x00\xc0\x0d\xb5\xbd\xf5\x9e\x12\x6d\xaf\x3d\x49\x92\x24\x49\xd2\ +\x84\x77\xa7\x38\x25\xaa\x0b\x3c\x00\x00\x60\x9d\x75\x96\xc7\xd1\ +\xb1\x59\x48\x92\x24\x49\x92\xa6\xac\x7d\xe3\x17\x51\x5d\xf0\x01\ +\x00\x40\x5f\x7d\x39\xee\x1c\x92\x24\x49\x92\xa4\x29\x6e\xfd\x78\ +\x51\x5c\x12\xd5\xc5\x1f\x00\x00\xf4\xc5\xb9\xd1\x7e\x24\x24\x49\ +\x92\x24\x49\xea\x50\x5b\xc5\x31\xd1\x1e\xf5\xaf\x2e\x06\x01\x00\ +\xa0\xab\x2e\x8a\x17\xc4\x92\x90\x24\x49\x92\x24\x75\xb4\x5d\xe2\ +\xd3\x51\x5d\x18\x02\x00\x40\x97\x2c\x8b\x37\x84\x7d\x3e\x24\x49\ +\x92\x24\xa9\x47\xed\x15\x67\x46\x75\xa1\x08\x00\x00\xd3\xee\x63\ +\xb1\x63\x48\x92\x24\x49\x92\x7a\xd8\xc2\x78\x4a\xfc\x26\xaa\x8b\ +\x46\x00\x00\x98\x36\xdf\x8a\x3d\x43\x92\x24\x49\x92\xa4\x75\x36\ +\x8a\x57\xc4\xe5\x51\x5d\x44\x02\x00\xc0\xa4\xbb\x20\xf6\x8f\x05\ +\x21\x49\x92\x24\x49\xd2\x0d\xda\x26\xde\x1d\x2b\xa3\xba\xa8\x04\ +\x00\x80\x49\xd3\x7e\xc4\xf3\xf2\x58\x3f\x24\x49\x92\x24\x49\x5a\ +\x63\xbb\xc5\x97\xa2\xba\xc0\x04\x00\x80\x49\xb0\x3c\x8e\x89\xad\ +\x43\x92\x24\x49\x92\xa4\x19\xf5\x90\xf8\x7e\x54\x17\x9c\x00\x00\ +\x30\x5f\x4e\x8a\x5d\x42\x92\x24\x49\x92\xa4\x59\xd7\x36\x4a\x3f\ +\x20\x7e\x16\xd5\xc5\x27\x00\x00\x8c\xcb\xa9\x71\x9f\x90\x24\x49\ +\x92\x24\x69\x68\xad\x1b\xcf\x8c\xdf\x44\x75\x31\x0a\x00\x00\xa3\ +\xf2\x9d\x78\x50\x48\x92\x24\x49\x92\x34\xb2\xda\xe6\x92\x2f\x8e\ +\x8b\xa2\xba\x38\x05\x00\x80\x61\x39\x3b\xf6\x8b\x05\x21\x49\x92\ +\x24\x49\xd2\x58\xda\x2c\x5e\x1b\x97\x47\x75\xb1\x0a\x00\x00\xb3\ +\x75\x41\x3c\x25\x16\x87\x24\x49\x92\x24\x49\xf3\xd2\x2d\xe3\x2d\ +\xb1\x2c\xaa\x8b\x57\x00\x00\x18\xd4\xef\xe3\xb9\xb1\x5e\x48\x92\ +\x24\x49\x92\x34\x11\xdd\x26\xde\x17\x2b\xa3\xba\x98\x05\x00\x80\ +\xd5\xb9\x2c\x5e\x11\x1b\x85\x24\x49\x92\x24\x49\x13\xd9\x5f\xc4\ +\xc7\x63\x55\x54\x17\xb7\x00\x00\x70\x9d\x2b\xe3\x0d\xb1\x55\x48\ +\x92\x24\x49\x92\x34\x15\xfd\x65\x7c\x2e\xaa\x0b\x5d\x00\x00\xfa\ +\xad\xbd\x3e\xf5\xed\xb1\x7d\x48\x92\x24\x49\x92\x34\x95\xdd\x27\ +\x3e\x1b\xd5\x85\x2f\x00\x00\xfd\xd2\x6e\x7c\x1c\x1b\x3b\x84\x24\ +\x49\x92\x24\x49\x9d\xa8\x3d\x11\xf2\x99\xa8\x2e\x84\x01\x00\xe8\ +\xb6\xab\xe3\x98\xf0\xc4\x87\x24\x49\x92\x24\xa9\xb3\xdd\x2b\x4e\ +\x8e\xea\xc2\x18\x00\x80\x6e\x69\x37\x3e\xde\x1a\x6e\x7c\x48\x92\ +\x24\x49\x92\x7a\xd3\x3d\xe3\x53\x61\xb3\x74\x00\x80\xee\xb9\x2a\ +\xde\x12\xdb\x85\x24\x49\x92\x24\x49\xbd\x6c\xf7\xf8\x64\xb8\x11\ +\x02\x00\x30\xfd\xae\x8c\xa3\x63\xdb\x90\x24\x49\x92\x24\x49\xe9\ +\xee\xf1\x89\x70\x23\x04\x00\x60\xfa\xb4\x1b\x1f\x6f\x8e\x6d\x42\ +\x92\x24\x49\x92\x24\x15\xed\x1a\x1f\x0f\x37\x42\x00\x00\x26\xdf\ +\xd2\x78\x53\xdc\x32\x24\x49\x92\x24\x49\xd2\x00\xdd\x2d\x4e\x88\ +\xe5\x51\x5d\x6c\x03\x00\x30\x7f\x2e\x8d\x23\xe2\x16\x21\x49\x92\ +\x24\x49\x92\x66\xd1\xed\xe2\x98\x68\xaf\x55\xa8\x2e\xbe\x01\x00\ +\x18\x9f\xdf\xc4\x8b\x62\x93\x90\x24\x49\x92\x24\x49\x43\xe8\xe6\ +\xf1\x9a\xb8\x38\xaa\x8b\x71\x00\x00\x46\xe7\xa7\xf1\xf4\x58\x2f\ +\x24\x49\x92\x24\x49\xd2\x08\xda\x38\x5e\x10\xbf\x8a\xea\xe2\x1c\ +\x00\x80\xe1\xf9\x4e\xec\x17\x0b\x43\x92\x24\x49\x92\x24\x8d\xa1\ +\x25\xf1\x94\x38\x3b\xaa\x8b\x75\x00\x00\x66\xef\xf3\xb1\x77\x48\ +\x92\x24\x49\x92\xa4\x79\xaa\xfd\x1a\x71\xdf\x38\x3d\xaa\x8b\x77\ +\x00\x00\x06\xb3\x22\x4e\x8c\xbb\x87\x24\x49\x92\x24\x49\x9a\xa0\ +\xf6\x8a\x53\xa2\xba\xa0\x07\x00\xa0\x76\x75\xbc\x23\x76\x0c\x49\ +\x92\x24\x49\x92\x34\xc1\xed\x1a\x27\xc4\x35\x51\x5d\xe4\x03\x00\ +\xb0\xce\x3a\x17\xc5\x91\x71\xcb\x90\x24\x49\x92\x24\x49\x53\xd4\ +\xb6\xf1\xba\xb8\x30\xaa\x8b\x7e\x00\x80\x3e\x6a\x7b\xa8\x3d\x33\ +\x36\x08\x49\x92\x24\x49\x92\x34\xc5\xad\x1f\x4f\x8f\x1f\x46\xf5\ +\x25\x00\x00\x40\xd7\xad\x8a\xcf\xc5\x43\x62\x41\x48\x92\x24\x49\ +\x92\xa4\x0e\xd5\x2e\xf6\x1f\x18\x9f\x8e\x95\x51\x7d\x39\x00\x00\ +\xd0\x25\x4b\xa3\xed\xef\xb1\x73\x48\x92\x24\x49\x92\xa4\x1e\xb4\ +\x53\x1c\x13\x57\x44\xf5\x65\x01\x00\xc0\x34\xfb\x65\xbc\x24\xb6\ +\x0c\x49\x92\x24\x49\x92\xd4\xc3\x36\x8b\x17\xc5\x05\x51\x7d\x79\ +\x00\x00\x30\x4d\x4e\x8f\xfd\x63\xdd\x90\x24\x49\x92\x24\x49\x5a\ +\x67\x71\x3c\x2a\xbe\x11\xd5\x97\x09\x00\x00\x93\x6a\x79\x9c\x18\ +\xf7\x09\x49\x92\x24\x49\x92\xa4\xd5\x76\xcf\x78\x7f\x5c\x1d\xd5\ +\x97\x0c\x00\x00\x93\xe0\xf7\x71\x64\xdc\x2a\x24\x49\x92\x24\x49\ +\x92\x06\x6e\xab\x78\x61\x9c\x1b\xd5\x97\x0e\x00\x00\xf3\xe1\x6b\ +\xd1\x5e\x73\xb5\x5e\x48\x92\x24\x49\x92\x24\xcd\xba\x05\xf1\xa0\ +\xf8\xaf\x68\xaf\x98\xa8\xbe\x88\x00\x00\x18\xa5\x4b\xe3\xad\xf1\ +\x17\x21\x49\x92\x24\x49\x92\x34\xf4\xb6\x8d\xc3\xe2\x57\x51\x7d\ +\x39\x01\x00\x30\x4c\xdf\x8d\xa7\xc5\x86\x21\x49\x92\x24\x49\x92\ +\x34\xf2\x16\xc5\xbe\x71\x4a\xac\x8c\xea\x0b\x0b\x00\x80\xd9\xb8\ +\x32\xde\x1d\xf7\x0a\x49\x92\x24\x49\x92\xa4\x79\xeb\xf6\x71\x54\ +\x5c\x18\xd5\x97\x18\x00\x00\x83\xf8\x71\x3c\x27\x36\x0b\x49\x92\ +\x24\x49\x92\xa4\x89\xa9\x6d\x44\x7a\x40\x9c\x16\xd5\x97\x1a\x00\ +\x00\x37\xb6\x2c\x3e\x1c\x7b\x45\xdb\x77\x4c\x92\x24\x49\x92\x24\ +\x69\xa2\xbb\x73\xbc\x29\x7e\x17\xd5\x97\x1d\x00\x40\xbf\x9d\x15\ +\xcf\x8b\x9b\x87\x24\x49\x92\x24\x49\xd2\xd4\xb5\x6e\x3c\x3c\x3e\ +\x11\xd7\x44\xf5\x05\x08\x00\xd0\x0f\x97\xc6\x3b\xe3\x9e\x21\x49\ +\x92\x24\x49\x92\xd4\x99\xda\x2f\x3c\xdb\x2f\x3d\xdb\x2f\x3e\xab\ +\x2f\x45\x00\x80\xee\x59\x19\x5f\x88\xf6\x9a\xcc\xf5\x43\x92\x24\ +\x49\x92\x24\xa9\xd3\xed\x1e\xed\x17\xa0\xed\x97\xa0\xd5\x97\x25\ +\x00\xc0\x74\xfb\x59\xfc\x4b\xec\x10\x92\x24\x49\x92\x24\x49\xbd\ +\xab\xfd\x12\xb4\xfd\x22\xb4\xfd\x32\xb4\xfd\x42\xb4\xfa\x02\x05\ +\x00\x98\x0e\x57\xc4\xbf\xc7\xfd\xc2\x86\xe6\x92\x24\x49\x92\x24\ +\x49\x7f\xaa\xfd\x42\xb4\xfd\x52\xb4\xfd\x62\xb4\xfa\x52\x05\x00\ +\x98\x4c\xdf\x8c\x03\x63\xd3\x90\x24\x49\x92\x24\x49\xd2\x6a\x6a\ +\xbf\x18\x6d\xbf\x1c\x3d\x3e\x2e\x8e\xea\x8b\x16\x00\x60\x7e\xfd\ +\x3c\x5e\x13\x77\x0a\x49\x92\x24\x49\x92\x24\xcd\xb0\xf5\xe2\x11\ +\x71\x62\x5c\x19\xd5\x17\x30\x00\xc0\x78\xfc\x2e\xde\x12\xf7\x0e\ +\xaf\xb8\x92\x24\x49\x92\x24\x49\x1a\x52\x9b\xc4\x3f\xc6\x29\xb1\ +\x22\xaa\x2f\x66\x00\x80\xe1\xba\x2c\xde\x17\x0f\x8e\x45\x21\x49\ +\x92\x24\x49\x92\xa4\x11\x76\xf3\x38\x24\xbe\x15\xab\xa2\xfa\xc2\ +\x06\x00\x98\x9d\xab\xe3\xe3\xf1\xa8\x58\x3f\x24\x49\x92\x24\x49\ +\x92\x34\x0f\xdd\x2e\x5e\x1e\x3f\x8a\xea\x4b\x1c\x00\x60\xed\x56\ +\xc6\xa9\xf1\xd4\xd8\x3c\x24\x49\x92\x24\x49\x92\x34\x41\xed\x1a\ +\x47\xc5\xff\x8b\xea\xcb\x1d\x00\xe0\x86\xbe\x13\xcf\x8f\x6d\x43\ +\x92\x24\x49\x92\x24\x49\x13\xde\xc2\xd8\x23\xde\x1c\x17\x44\xf5\ +\x85\x0f\x00\xf4\xd5\x19\xf1\xd2\xb8\x63\x48\x92\x24\x49\x92\x24\ +\x69\x4a\x5b\x10\xf7\x8c\x23\xe3\x67\x51\x7d\x11\x04\x00\x5d\xd6\ +\xf6\xcb\xfa\x66\xb4\x27\x3d\x6e\x13\x92\x24\x49\x92\x24\x49\xea\ +\x60\xbb\xc5\xe1\xf1\xe3\xa8\xbe\x24\x02\x80\x2e\x58\x11\x5f\x89\ +\x43\x62\xfb\x90\x24\x49\x92\x24\x49\x52\x8f\xda\x39\xfe\x39\xce\ +\x8c\xea\xcb\x23\x00\x98\x26\xd7\xc4\xe7\xe2\xc0\xb8\x79\x48\x92\ +\x24\x49\x92\x24\x49\xeb\xdc\x2e\xfe\x29\x4e\x8f\xf6\xaa\x90\xea\ +\x8b\x25\x00\x98\x34\x57\xc7\xc9\xf1\xa4\xd8\x3c\x24\x49\x92\x24\ +\x49\x92\xa4\xd5\xb6\x43\x3c\x37\xbe\x14\xcb\xa3\xfa\xc2\x09\x00\ +\xe6\xcb\xa5\xf1\x91\x78\x5c\x6c\x12\x92\x24\x49\x92\x24\x49\xd2\ +\x8c\xdb\x34\x1e\x13\x1f\x88\x3f\x44\xf5\x45\x14\x00\x8c\xda\xb9\ +\xf1\xe6\xd8\x3b\x96\x84\x24\x49\x92\x24\x49\x92\x34\xb4\x16\xc5\ +\x7d\xe3\x88\xf8\x41\x54\x5f\x50\x01\xc0\x30\xb4\x27\x10\xbf\x1c\ +\x2f\x8c\x9d\x42\x92\x24\x49\x92\x24\x49\x1a\x5b\xb7\x89\x83\xe3\ +\x94\xb8\x2a\xaa\x2f\xb0\x00\x60\x50\x17\xc5\x07\xa3\x3d\x79\xb8\ +\x59\x48\x92\x24\x49\x92\x24\x49\xf3\xde\x46\xf1\x88\x38\x2e\x7e\ +\x1b\xd5\x17\x5b\x00\x70\x63\x3f\x8c\x23\x63\x8f\x68\x4f\x1a\x4a\ +\x92\x24\x49\x92\x24\x49\x13\xdb\x82\xb8\x67\xbc\x32\x4e\x8f\x15\ +\x51\x7d\xe9\x05\x40\xff\x2c\x8d\x4f\xc7\xb3\xa3\x3d\x49\x28\x49\ +\x92\x24\x49\x92\x24\x4d\x6d\x9b\xc7\x3f\xc4\xdb\xe3\xe7\x51\x7d\ +\x21\x06\x40\x37\xad\x8c\xff\x8e\xd7\xc5\xfd\xc3\x06\xe6\x92\x24\ +\x49\x92\x24\x49\xea\x6c\xb7\x8f\x67\xc6\x47\xe3\x92\xa8\xbe\x30\ +\x03\x60\x7a\x9d\x17\xed\x95\x88\x8f\x8e\x2d\x43\x92\x24\x49\x92\ +\x24\x49\xea\x5d\xed\x7d\xef\xf7\x8e\x7f\x89\xaf\xc6\xf2\xa8\xbe\ +\x4c\x03\x60\x72\x5d\x16\x9f\x88\x83\xe3\x8e\x21\x49\x92\x24\x49\ +\x92\x24\xe9\x46\xb5\xcd\xd4\xff\x3e\xde\x12\x67\x47\xf5\x45\x1b\ +\x00\xf3\xab\xdd\xac\xfe\x66\xb4\xbd\x9e\xee\x1b\x8b\x43\x92\x24\ +\x49\x92\x24\x49\xd2\x0c\xba\x55\xfc\x63\xbc\x3b\xce\x8d\xea\x8b\ +\x38\x00\x46\x6b\x45\xb4\x7d\x3c\xde\x18\xfb\xc4\xa6\x21\x49\x92\ +\x24\x49\x92\x24\x69\x88\x6d\x1b\x8f\x8d\xb6\xa1\xfa\x8f\x62\x55\ +\x54\x5f\xd6\x01\x30\x7b\xd7\xc4\xd7\xa3\x6d\x5c\xfe\xd0\xd8\x38\ +\x24\x49\x92\x24\x49\x92\x24\x8d\xb1\xad\xe3\x91\x71\x74\x7c\x2f\ +\x56\x46\xf5\x65\x1e\x00\xab\x77\x65\x7c\x39\xda\x2b\xad\x1e\x10\ +\x1b\x84\x24\x49\x92\x24\x49\x92\xa4\x09\x6a\xb3\xf8\xbb\x78\x7d\ +\x7c\x3b\x6c\xaa\x0e\x70\x53\x97\xc7\xe7\xe2\x65\xb1\x47\xac\x17\ +\x92\x24\x49\x92\x24\x49\x92\xa6\xa8\xb6\xa9\xfa\x83\xe2\xd5\xf1\ +\xf9\xb8\x34\xaa\x2f\x03\x01\xba\xec\x57\xf1\xd1\x78\x41\xdc\x2b\ +\x6c\x5a\x2e\x49\x92\x24\x49\x92\x24\x75\xac\x85\xb1\x4b\x3c\x25\ +\xde\x19\xdf\x8f\xb6\xb9\x6f\xf5\x85\x21\xc0\x34\x6a\xaf\xb3\xfa\ +\x5a\xbc\x21\xfe\x21\xb6\x0b\x49\x92\x24\x49\x92\x24\x49\x3d\xac\ +\x6d\xee\xbb\x57\xbc\x34\x4e\x8a\xdf\x46\xf5\xa5\x22\xc0\x24\xfa\ +\x49\xbc\x3f\x9e\x15\xbb\x87\xa7\x3b\x24\x49\x92\x24\x49\x92\x24\ +\xad\xb6\xdb\xc4\xfe\xf1\xe6\xf8\x56\x5c\x1d\xd5\x17\x8f\x00\xe3\ +\xd4\x5e\xe3\x77\x4a\xbc\x2a\xfe\x36\xb6\x08\x49\x92\x24\x49\x92\ +\x24\x49\x9a\x75\x6d\x83\xe0\xf6\xde\xfc\x83\xe2\x5d\xf1\x9d\xb8\ +\x2a\xaa\x2f\x28\x01\x86\xe1\x92\x38\x35\xda\xab\xac\x1e\x1f\x3b\ +\x47\x7b\x8d\x9f\x24\x49\x92\x24\x49\x92\x24\x8d\xb4\xf6\x9a\x99\ +\x3b\xc7\x13\xa3\x3d\x29\xf2\xe5\x68\x5f\x58\x56\x5f\x64\x02\xac\ +\x49\xdb\xa4\xfc\xe4\x68\x4f\x76\xec\x1b\xb7\x0d\x49\x92\x24\x49\ +\x92\x24\x49\x9a\xa8\x6e\x1f\xfb\xc5\x6b\xa2\x7d\xa1\xf9\xeb\xa8\ +\xbe\xf0\x04\xfa\x67\x65\xb4\x3d\x3b\x4e\x8c\x17\xc7\x03\x63\xeb\ +\x90\x24\x49\x92\x24\x49\x92\xa4\xa9\xec\x96\xf1\x90\x78\x49\x7c\ +\x38\xbe\x1f\xcb\xa2\xfa\x82\x14\xe8\x86\xb6\x5f\xc7\xe9\x71\x5c\ +\x1c\x12\x7f\x15\x1b\x85\x24\x49\x92\x24\x49\x92\x24\x75\xba\xf6\ +\x0a\xad\x3b\xc6\x23\xe3\xe5\xf1\x1f\xf1\x3f\x61\xc3\x75\x98\x2e\ +\xed\xd5\x77\xdf\x88\x76\xa3\xe3\xb9\xf1\xa0\xb8\x55\x48\x92\x24\ +\x49\x92\x24\x49\x92\xae\xd7\xa2\xb8\x43\xb4\x7d\x00\x5e\x1a\xed\ +\xc6\xc8\x99\x61\xd3\x75\x98\x5f\x17\xc7\xd7\xe3\x9d\xd1\x6e\x74\ +\xfc\x4d\x6c\x17\x92\x24\x49\x92\x24\x49\x92\xa4\x39\xd4\x6e\x8c\ +\xec\x18\xfb\x44\xbb\x31\xf2\x9e\xf8\x5a\xfc\x36\xaa\x2f\x6b\x81\ +\x99\x5b\x1e\x3f\x8b\xcf\xc7\xb1\xd1\x5e\x5d\xd5\x6e\x74\x6c\x13\ +\x92\x24\x49\x92\x24\x49\x92\xa4\x31\xb7\x61\xdc\x35\xda\xeb\xb4\ +\x5e\x14\xef\x8a\x2f\xc5\xf9\xd1\x36\x5d\xae\xbe\xe8\x85\xbe\x6a\ +\xfb\xef\x9c\x13\x27\xc7\x9b\xe3\xd9\xf1\xd0\x68\x4f\x5e\xad\x1b\ +\x92\x24\x49\x92\x24\x49\x92\xa4\x29\x68\xbd\xd8\x39\xda\x93\x23\ +\xed\xb5\x3d\x6f\x8b\x53\xa2\xfd\xca\xbd\xfd\xda\xbd\xfa\x82\x18\ +\xa6\xdd\xd2\xf8\x7e\x7c\x3c\x5e\x1f\xcf\x88\xbd\xe3\xd6\xd1\x9e\ +\xa6\x92\x24\x49\x92\x24\x49\x92\x24\x75\xb8\xb6\x11\xfb\x0e\xb1\ +\x47\x3c\x2e\xda\xd3\x23\x6f\x89\x4f\xc6\xf7\xe2\xc2\xa8\xbe\x5c\ +\x86\xf9\xd4\x9e\x6a\xfa\x55\xb4\x8d\xc7\x4f\x8c\x37\xc6\x73\xe2\ +\x11\x71\x8f\xb8\x65\x48\x92\x24\x49\x92\x24\x49\x92\xb4\xc6\xd6\ +\x8f\x9d\xa2\xed\x83\xf0\xe4\x38\x2c\x8e\x8f\xf6\x14\xc9\x8f\xa2\ +\xfd\xd2\xbe\xfa\x92\x1a\x66\xab\xdd\x78\x6b\x37\xe0\xda\x8d\xb8\ +\xf6\xc4\xd2\x8b\xa3\xdd\xa0\x6b\x37\xea\xda\x13\x1c\x5e\x53\x25\ +\x49\x92\x24\x49\x92\x24\x49\x1a\x4b\x9b\xc7\x2e\xb1\x67\x3c\x26\ +\x0e\x8d\xc3\xe3\xb8\x38\x29\xbe\x15\xe7\x85\x9b\x25\xfd\x75\x69\ +\xb4\x7d\x37\xda\xc6\xfd\x1f\x8d\x76\x63\xe3\x15\xf1\xcc\x68\x4f\ +\x6e\xdc\x37\xda\x26\xff\x1b\x84\x24\x49\x92\x24\x49\x92\x24\x49\ +\x53\xd7\x46\xd1\xbe\xe8\xfe\xab\x78\x78\xb4\x2f\xc0\xdb\x17\xe1\ +\x6f\x8d\xff\x8c\x2f\xc6\x77\xe3\xe7\x71\x71\xac\x8a\xea\x0b\x75\ +\xe6\x4f\xdb\x44\xfc\x77\xf1\x93\xf8\x76\x7c\x2e\x3e\x18\x6d\x43\ +\xf1\x97\xc4\x93\xe2\x61\x71\xcf\xd8\x3e\xda\x3e\x34\x92\x24\x49\ +\x92\x24\x49\x92\x24\xe9\x46\x6d\x1a\xed\xd5\x47\x77\x8b\xf6\x94\ +\x49\xbb\x71\xf2\xc4\x68\x9b\xba\xbf\x32\xfe\x2d\xde\x1b\x9f\x88\ +\xaf\xc4\xff\x44\xbb\x81\xd2\xbe\xa4\x77\x13\xe5\x86\xae\x89\xf6\ +\x99\xb4\x3d\x34\xda\x67\x74\x46\xb4\x9b\x4e\xed\xa9\x8c\xf6\x6a\ +\xb3\xb6\x61\xf8\xcb\xe3\xe0\x38\x20\xda\x8d\x8c\xf6\x74\xc6\x5f\ +\xc4\x76\xe1\x09\x0d\x49\x92\x24\x49\x92\x24\x49\x92\x26\xa8\x45\ +\xd1\x5e\xd5\xd5\x36\xc8\xbe\x5d\xdc\x35\x76\x8f\xbd\xe3\xc1\xf1\ +\xa8\x78\x7c\x1c\x18\xcf\x8f\xb6\xef\xc4\x11\x71\x64\xbc\x29\xde\ +\x79\x23\xed\x66\x41\x7b\x62\xe5\xfa\x3e\x12\x5f\x28\xfc\x77\xb4\ +\x1b\x0d\x4d\xdb\xb8\xfb\xc6\xff\xf3\xcf\xc6\x8d\xff\x7f\xb5\xcd\ +\xbd\x6f\xfc\xdf\xd9\x1c\x15\xed\x9f\xa9\xbd\x62\xac\xfd\x33\x1e\ +\x12\xed\x9f\xf9\xb1\xb1\x5f\xb4\xbd\x5a\xda\x4d\xa2\xf6\xef\xb6\ +\x73\xb4\x7f\xd7\xad\x62\xb3\x90\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\ +\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\ +\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x92\ +\x24\x49\x92\x24\x49\x92\x24\x49\x52\x67\x5b\x67\x9d\xff\x1f\x51\ +\x25\x8b\xe2\x1d\x44\xcf\x74\x00\x00\x00\x00\x49\x45\x4e\x44\xae\ \x42\x60\x82\ +\x00\x00\x3f\xa7\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x01\x2c\x00\x00\x00\x3b\x08\x06\x00\x00\x00\xc1\xd9\xb7\xe2\ +\x00\x00\x00\x04\x67\x41\x4d\x41\x00\x00\xb1\x8f\x0b\xfc\x61\x05\ +\x00\x00\x00\x20\x63\x48\x52\x4d\x00\x00\x7a\x26\x00\x00\x80\x84\ +\x00\x00\xfa\x00\x00\x00\x80\xe8\x00\x00\x75\x30\x00\x00\xea\x60\ +\x00\x00\x3a\x98\x00\x00\x17\x70\x9c\xba\x51\x3c\x00\x00\x00\x06\ +\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\xa7\x93\x00\x00\ +\x00\x07\x74\x49\x4d\x45\x07\xe3\x08\x05\x0f\x3a\x2f\xde\x8e\xdc\ +\x62\x00\x00\x3e\xab\x49\x44\x41\x54\x78\xda\xd5\x7d\x79\x58\x54\ +\x57\xb6\xef\xef\xd4\x3c\x50\x50\xcc\x20\x28\x20\xc1\x09\x54\x14\ +\x15\x35\x38\xe2\x88\x03\x51\x34\x46\x8d\xb6\x31\x66\x34\xe9\xd7\ +\xef\xbe\x24\x7d\x7b\xbe\xf7\xa6\xfb\x76\xee\x4b\xee\x4b\x27\x5f\ +\x06\xcd\x60\x67\x68\x13\x15\x13\x13\x20\x4e\xc4\x79\xd6\x56\x82\ +\x33\x2a\xe2\xcc\x5c\x50\x45\x15\x45\x8d\xe7\xfd\x41\xce\xce\x39\ +\xa7\xce\x54\xa5\x7d\xdf\x7d\xeb\xfb\x50\x38\x67\x0f\x6b\xaf\xbd\ +\xf7\xda\x6b\xda\xeb\x50\x34\x4d\xd3\x90\x00\x9a\xa6\x41\x51\x14\ +\xfe\x5b\x02\x0d\xd0\xc1\x00\x28\xb5\xfa\x1f\x82\x2b\xd3\x1e\xfb\ +\x7f\x00\x9c\x3e\x94\xf6\xc9\x2f\x27\xf4\x37\xbb\xed\x07\x31\x16\ +\x25\x6d\xf0\xcb\x04\x02\x01\xa8\x54\xaa\x07\x3e\xe7\x91\xd2\xe9\ +\x1f\xd5\xcf\x7f\xc5\x58\xfe\x7f\xeb\xeb\xbf\x33\x30\x74\xd0\xf0\ +\x1f\x02\x08\x7b\x91\xb3\x79\x9e\xd2\x45\x19\x2e\xb0\x37\x32\x28\ +\x0a\x3d\xf5\x37\x60\xab\xdc\x09\xcf\xad\xbb\x30\x0d\x1d\x8c\xf8\ +\x79\x33\xa1\x49\x88\xbf\xaf\x3e\xa4\x70\xe5\xb7\xc7\xa6\x81\x18\ +\x63\x13\xc4\x5d\x86\x0e\x72\xcf\x84\xda\xe7\xbf\xe3\x97\x61\xcf\ +\xab\xd0\x5c\x31\x75\xbc\x5e\x2f\x3e\xfd\xf4\x53\x4c\x9c\x38\x11\ +\x03\x07\x0e\x0c\xa9\xa7\x64\x6c\x7c\xc6\x1e\xc9\x78\xc4\xd6\x93\ +\x50\x5b\x42\xb4\x55\x3a\xf7\x52\xb4\x94\x03\x31\x5c\x94\xac\x05\ +\xb1\x77\x62\x78\xc9\xb5\x11\x4e\x5b\x0f\x1a\xf8\xfb\x3d\xd2\xb9\ +\x53\x8a\xa7\x46\xaa\x41\x3e\x22\x42\xc8\x89\x21\x1c\x8e\xa4\x20\ +\x47\x70\x4e\xdb\x14\x05\x5f\x53\x0b\x6e\xfd\xf1\xff\xc0\x7e\xe0\ +\x08\x40\xd3\xa0\xaa\x76\xc3\x73\xeb\x0e\xd2\x5f\x7a\x01\x6a\xb3\ +\x29\xec\x09\x7a\x90\x93\xaa\x94\x09\x29\x6d\x4b\xc9\x01\xc0\x2e\ +\xc3\xfc\x2e\xc4\x9c\xe4\x18\x66\x20\x10\xc0\x0f\x3f\xfc\x80\xdc\ +\xdc\x5c\x45\xfd\x85\xcb\x48\xe5\xea\x8b\x8d\x5d\xaa\x1f\xa6\x9c\ +\x14\x73\x10\xeb\x93\x5d\x46\x8e\x09\x84\xbb\x46\xc4\xe6\x41\x68\ +\xac\x7c\xfc\xc4\xf0\x11\xc3\x5f\x6a\xbc\x42\xe3\xe4\xd3\x59\x8a\ +\x1e\x62\xf8\x86\xcb\x20\xe5\x0e\x32\x21\x5a\xf3\xc7\x4c\xd3\x34\ +\x54\xec\x42\xcc\x8f\x10\x72\x62\x84\xe1\xd7\xe5\xb7\x21\xc7\x81\ +\x85\x08\xcb\xfe\x09\x29\x0f\xa0\xfb\x62\x1d\xba\x8e\xff\xbd\xf7\ +\x6f\xb5\x1a\x08\xf8\xd1\x59\x7d\x00\xde\x7b\x4d\xa2\xfd\xca\x2d\ +\x12\xb1\x77\x52\x0c\x43\xec\x14\x14\xa3\xa3\x52\x90\x5a\xec\xe1\ +\xe0\x24\xa4\x82\xca\xcd\x8f\xd8\x7b\x21\x9c\xc4\xf0\x50\xc2\x90\ +\xe4\x68\xac\xe4\x99\x90\x74\xc7\x1f\x23\xfb\x77\x31\x1a\xb0\xdb\ +\x13\xda\xc0\x42\x34\xe0\xd3\x48\x6a\x4e\xe4\xde\x89\xb5\x25\xc6\ +\x9c\xd9\x7f\x2b\xa1\xa5\xd0\xf8\xc4\xe6\x90\xdd\x87\xd4\xfe\x10\ +\x7b\xaf\x54\xd2\x95\xa2\x9f\xd8\x1c\x50\x14\xf5\x13\xc3\x92\x02\ +\xb1\x81\xca\x71\xeb\x70\x20\xac\x4d\x4e\x51\xbd\x3f\xa4\x63\x80\ +\xa6\xf1\xe3\x3f\x10\xdd\x90\x9c\x89\x90\x29\xc3\x1f\x93\xd8\x02\ +\x97\xdb\x44\x21\xfd\x8a\x4c\x84\x58\x1f\x62\x78\x49\x6d\xba\x70\ +\xea\x4b\x49\x71\x4a\x9f\x4b\x9d\xea\x4c\x1f\x52\x92\x27\xf3\x5e\ +\x6e\x81\x0b\xad\xbd\x70\xd6\x8d\x12\x06\x2b\x37\x1f\xe1\x30\x2a\ +\x21\x08\xd7\x7c\x22\x86\xa7\x58\x9b\x72\xb4\xe3\xd3\x5d\x8e\x46\ +\x52\x63\x64\x4b\x83\x4a\xc6\xa4\x94\x01\x4a\x8d\x33\x84\x61\x89\ +\x89\x9c\x42\x93\xa8\x44\xd4\x15\x42\x4a\x4c\x84\x17\x22\xa8\xe0\ +\xa2\xd1\xeb\xa0\x32\x19\x41\x07\x02\xa0\xfd\x01\x40\xa3\x81\xb5\ +\x78\x02\x74\x69\xa9\xa2\xf8\x90\x0d\x41\x51\x08\x7a\x3c\x40\x20\ +\x20\x88\xb3\xdc\x09\x24\x47\x7c\xf6\xc6\x93\x12\xd7\x85\x0e\x01\ +\xd1\xf1\x46\x70\x7a\x87\xa3\xae\xdd\x2f\xc8\x49\x54\x72\xea\x8c\ +\xdc\xa6\x78\x90\xb8\x4a\xf5\xf1\x8f\x6a\x9f\x3d\x46\xa1\xf5\x26\ +\xc5\xac\xa5\x0e\x26\xb1\x3d\x29\xb5\xa6\x85\x68\x2e\x25\x75\x2a\ +\x19\x97\xd2\xb1\xf2\xeb\x08\x8d\x5b\x4c\x32\x66\x9e\xc9\xda\xb0\ +\x84\xf4\x68\x21\x64\x95\x88\x98\xfc\x67\x4a\x6c\x5b\x7c\xf0\xb6\ +\xb4\xa1\xe5\xd3\xcd\x00\x4d\x23\xbe\x74\x36\x40\x51\x08\x74\x39\ +\x91\xb8\x74\x21\xd4\x66\x93\x68\x9f\x4c\x7b\xae\x73\x97\xd0\xb2\ +\x71\x2b\x4c\xb9\x03\x91\xf4\xd8\x02\x40\xab\x05\x05\x71\x3b\x8b\ +\x92\xc9\x11\xb3\x79\x88\x95\x15\x2a\x23\xc6\xc0\xc4\xfa\x12\x9b\ +\x2b\xb1\x67\x72\xaa\xb9\x18\x48\x79\x37\xa5\x6c\x2b\x52\xeb\x45\ +\xcc\x46\x22\x64\xbb\xe0\xd3\x45\x88\x06\x72\xcf\x85\xf0\x12\x53\ +\x7d\xa4\x6c\x3d\x4a\x24\x4b\x21\xda\x48\xd1\x3c\x9c\x39\x15\xb3\ +\xed\xc8\xe1\x2a\xc5\x20\x84\xe6\x4e\x4e\x28\x91\x33\x92\x2b\x5d\ +\x5b\x72\x2a\xaf\x50\x9f\x1a\xa9\x06\xe4\x3a\x94\x1a\xa4\x12\x35\ +\x47\x8c\xc8\x62\x75\x82\x6e\x37\x9a\x3e\xfc\x0c\x5d\xa7\x6a\x90\ +\xfa\xfc\x13\x48\x5a\xba\x10\x94\x4a\x85\x8e\xef\x0f\xc2\x7d\xe9\ +\x0a\xcc\x83\x72\xb8\xaa\xa2\xc0\xd8\xec\x07\x8f\xa2\x65\x63\x39\ +\xf4\x19\x7d\x61\x7c\xa8\x3f\xa2\x46\x0c\x05\x65\xd0\x73\xfa\x95\ +\x92\x78\xe4\x18\xb7\x14\xfe\x62\xc6\x54\xa9\xc5\xcb\x17\xbb\x95\ +\x4a\xb1\x52\x73\x1a\xc9\xfc\x8a\xb5\xad\x84\x06\x52\x6a\x83\x12\ +\x89\x5d\xcc\xa6\x23\x56\x2e\xd2\xb1\x85\x5b\x8f\xad\xee\x2a\x9d\ +\x17\x25\xeb\x47\xea\x9d\xdc\xdc\x46\xa2\x92\x85\x2b\xc1\xcb\xad\ +\xc5\xfb\x19\x8f\x5c\x3d\x8e\xd1\x5d\xca\x85\xcf\xfe\x5d\x89\x18\ +\xcb\x2e\x2b\x05\x62\x7d\xf1\xfb\xa1\x03\x01\xb4\x6e\xad\x44\x7b\ +\xc5\x2e\x24\xff\xec\x31\x24\x3f\xbe\x18\x6a\xb3\x19\x2a\xa3\x11\ +\x51\x23\x86\xc2\x59\x7b\x01\x9e\x1f\x8d\xee\x62\x92\x0c\x45\x51\ +\x30\x0e\xca\x81\x65\xcc\x48\xc4\xcd\x99\x0e\xd7\xf9\x4b\xb8\xfb\ +\xd6\x7a\xb4\x7d\x55\x05\x77\xfd\x0d\x04\x3d\x5e\xc1\x09\x91\xb2\ +\xc3\xf0\xc7\x2d\x45\x47\xa1\xc9\x12\x6a\x97\xff\x4c\xa8\x9c\xdc\ +\x1c\x89\xd1\x59\xae\x1d\x25\x73\x24\x37\xb7\x4a\x4e\x4d\x31\x7a\ +\x28\x95\xba\xc3\x59\x57\xec\x75\x14\x8e\x7a\x1c\x8e\xa4\xa0\xa4\ +\x2d\x39\x49\x4a\xc9\xde\xe2\x97\x95\x1a\xb7\xd8\x3b\x39\x89\x3a\ +\x52\x50\x8a\xff\xfd\xb4\xad\x11\x7a\xa9\x84\x0b\x86\x73\xaa\x48\ +\x3d\x53\x7a\x7a\x76\x1e\x3e\x8e\xe6\x4f\xbe\x44\xc2\xc2\x39\x48\ +\x59\xb3\x1c\x2a\x83\x81\xe0\xa0\x4b\x4d\x86\x2e\x29\x01\x9d\xdf\ +\x1f\x40\xd2\xca\x25\xe2\x06\x65\x9a\x46\xb0\xa7\x07\xe9\xff\x6b\ +\x2d\x2c\x63\x0b\x40\xfb\x7c\x70\x9d\xbb\x04\x5b\xd5\x6e\xb4\x6d\ +\xad\x80\xae\x6f\x1a\xa2\xc7\x8f\x86\x65\xe4\x30\x78\x6e\xdf\x45\ +\xd7\xa9\x1f\xa0\x32\x9b\x60\x9d\x5a\x04\x43\xff\xcc\x10\xc6\x11\ +\xee\x89\x2f\x46\x1f\xf6\x62\x56\x72\xfa\x8a\xd9\x24\x94\x2c\x48\ +\xa9\x4d\x29\x55\x5e\x4c\x4a\xb2\xdb\xed\x30\x1a\x8d\xd0\xe9\x74\ +\x9c\x77\x2e\x97\x0b\x00\x60\x36\x9b\xe1\xf5\x7a\xd1\xd4\xd4\x04\ +\x9f\xcf\xc7\x69\x5b\xad\x56\x23\x39\x39\x19\x46\xa3\x11\x0e\x87\ +\x03\x7a\xbd\x1e\x7a\xbd\x1e\x3d\x3d\x3d\x68\x6e\x6e\x86\xdf\xef\ +\x87\x4a\xa5\x82\x5e\xaf\x47\x4c\x4c\x0c\xcc\x66\x33\xa7\x8f\xae\ +\xae\x2e\xb4\xb5\xb5\x21\x18\x0c\x72\xf0\x34\x18\x0c\x48\x49\x49\ +\x01\x4d\xd3\x70\x3a\x9d\x88\x89\x89\x11\x1c\x53\x4f\x4f\x0f\x9a\ +\x9a\x9a\x10\x08\x04\x40\x51\x14\xd4\x6a\x35\xa2\xa2\xa2\x10\x1b\ +\x1b\x4b\x82\x67\x3d\x1e\x0f\x9a\x9a\x9a\xe0\xf7\xfb\x39\x74\xd6\ +\x68\x34\x48\x4e\x4e\x86\xc1\x60\x40\x4b\x4b\x0b\x9c\x4e\xe7\x4f\ +\xeb\x51\xa7\x83\xd5\x6a\x45\x54\x54\x54\x48\x9f\x0e\x87\x03\x77\ +\xef\xde\x45\x77\x77\x37\x62\x62\x62\xd0\xa7\x4f\x1f\x98\x4c\x26\ +\xc1\x39\xf3\xfb\xfd\x70\x3a\x9d\x88\x8e\x8e\x06\x45\x51\x70\x38\ +\x1c\xd0\xe9\x74\x30\x1a\x8d\x9c\xb9\xf6\xfb\xfd\x70\xb9\x5c\xb0\ +\x58\x2c\x50\xa9\x7a\x65\x90\x8e\x8e\x0e\xdc\xbb\x77\x0f\xc1\x60\ +\x10\x49\x49\x49\x48\x4c\x4c\x84\x4a\xa5\x42\x77\x77\x37\x5a\x5a\ +\x5a\xc8\x98\xd9\xeb\xcf\x6a\xb5\x22\x3e\x3e\x1e\x2e\x97\x0b\x14\ +\x45\xc1\x64\x32\xa1\xb5\xb5\x15\x0e\x87\x23\xa4\x2c\x33\x7e\xb5\ +\x5a\x0d\x97\xcb\x85\x98\x98\x98\x90\xb5\xd2\xd5\xd5\x05\x8d\x46\ +\x03\x9d\x4e\x87\xc6\xc6\x46\x78\x3c\x9e\x90\x76\x8c\x46\x23\x52\ +\x52\x52\xe0\xf5\x7a\xc9\x9c\xb3\xdb\x51\xab\xd5\xe8\xd3\xa7\x0f\ +\x59\x5f\xb2\x2a\xa1\xd2\x85\x1f\x69\x19\xb1\xf2\xec\xdf\xdd\x57\ +\xea\xd1\xf8\xee\x06\xc4\x4c\x1c\x87\xd4\x67\x57\x41\x65\x36\x73\ +\x4f\x3f\xb5\x1a\xd1\x0f\x17\xa2\x71\xfd\xa7\x88\x99\x52\x04\x43\ +\xbf\x74\xc1\xf6\x7d\x6d\xed\xe8\xb9\x52\x0f\xcb\xd2\x32\x50\x2a\ +\x15\x28\xbd\x1e\x96\x51\xf9\x30\xe7\x0d\x86\xab\xf6\x3c\x5a\xbf\ +\xaa\xc2\xdd\xbf\xac\x07\xa5\x52\x21\xd0\xe5\x84\xbf\xbd\x03\x50\ +\xab\xd0\x59\xbd\x1f\x99\x7f\xfe\x1d\x8c\xd9\x99\x9c\xf6\x22\x3d\ +\x45\xe4\x98\x92\x12\xa3\xbd\x1c\x28\x51\x23\x95\x1e\x3a\x62\x6d\ +\x04\x83\x41\x7c\xf9\xe5\x97\x98\x3c\x79\x32\x06\x0d\x1a\xc4\x79\ +\xb7\x7f\xff\x7e\x50\x14\x85\x92\x92\x12\x34\x34\x34\xe0\xcd\x37\ +\xdf\x44\x46\x46\x06\xd4\xac\x5b\x09\x26\x93\x09\xa5\xa5\xa5\xe8\ +\xdb\xb7\x2f\xbe\xfe\xfa\x6b\xe4\xe7\xe7\x23\x3f\x3f\x1f\xb5\xb5\ +\xb5\xd8\xb0\x61\x03\xfa\xf7\xef\x4f\x36\xa4\x5a\xad\xc6\xa8\x51\ +\xa3\x30\x71\xe2\x44\x68\xb5\x5a\x00\xc0\xee\xdd\xbb\xb1\x67\xcf\ +\x1e\x64\x65\x65\x11\xda\x04\x83\x41\xf4\xed\xdb\x17\x8b\x16\x2d\ +\x42\x5b\x5b\x1b\xb6\x6c\xd9\x82\x17\x5f\x7c\x11\x1a\x8d\x26\x64\ +\xbe\xce\x9f\x3f\x8f\xf7\xde\x7b\x8f\xe0\x4e\xd3\x34\xbc\x5e\x2f\ +\x06\x0e\x1c\x88\xd2\xd2\x52\xe8\xf5\x7a\xd4\xd5\xd5\xe1\xdd\x77\ +\xdf\x45\x56\x56\x16\x61\x06\x34\x4d\xc3\x62\xb1\x60\xc1\x82\x05\ +\x48\x48\x48\xc0\xfb\xef\xbf\x0f\x8f\xc7\x83\xd8\xd8\x58\xd0\x34\ +\x4d\x18\xed\xb4\x69\xd3\x30\x6a\xd4\x28\x52\xe7\xc4\x89\x13\xd8\ +\xb7\x6f\x1f\x8c\x46\x23\x8c\x46\x23\x3a\x3a\x3a\x00\x00\x65\x65\ +\x65\xc8\xc9\xc9\x09\xa1\x6f\x6b\x6b\x2b\xca\xcb\xcb\xb1\x66\xcd\ +\x1a\x18\x8d\x46\x6c\xd8\xb0\x01\x81\x40\x00\x2f\xbe\xf8\x22\xf4\ +\x7a\x3d\x19\x4f\x6b\x6b\x2b\x2a\x2a\x2a\xb0\x7c\xf9\x72\x44\x45\ +\x45\xa1\xb6\xb6\x16\xdf\x7d\xf7\x1d\xcc\x3f\xee\x13\x9b\xcd\x86\ +\xe1\xc3\x87\x63\xde\xbc\x79\x68\x6e\x6e\x46\x65\x65\x25\x7a\x7a\ +\x7a\xd0\xd8\xd8\x88\xf6\xf6\x76\xe4\xe5\xe5\x81\xa6\x69\x14\x16\ +\x16\x62\xf2\xe4\xc9\xd8\xbb\x77\x2f\x74\x3a\x1d\x66\xce\x9c\x89\ +\x9a\x9a\x1a\xd4\xd4\xd4\x80\xa2\x28\xd4\xd6\xd6\xa2\x4f\x9f\x3e\ +\x48\x4c\x4c\x84\xd9\x6c\xc6\x82\x05\x0b\xe0\xf3\xf9\x50\x55\x55\ +\x85\x35\x6b\xd6\x40\xaf\xff\xc9\xb4\x42\xd3\x34\x76\xec\xd8\x81\ +\xb4\xb4\x34\x8c\x1c\x39\x12\xdf\x7f\xff\x3d\x9a\x9b\x9b\xe1\xf1\ +\x78\x70\xee\xdc\x39\x0c\x1f\x3e\x1c\x1a\x8d\x06\x19\x19\x19\x28\ +\x2b\x2b\xc3\xf9\xf3\xe7\xf1\xd1\x47\x1f\x21\x2b\x2b\x8b\xc3\xb0\ +\x4c\x26\x13\x96\x2f\x5f\x8e\xb8\xb8\x38\x00\x10\x96\xb0\xfe\x3b\ +\x81\xaf\xb5\x0d\xf7\xde\xfd\x18\x86\xec\x4c\xf4\x79\xf1\x69\x68\ +\x62\xa2\x05\x37\x9a\x69\xd0\x43\x50\x5b\xa2\xd0\xb1\x73\x0f\x52\ +\x9f\x5a\x09\x08\x48\x2b\x8e\xe3\xa7\x41\xe9\xf5\xd0\x26\x25\x70\ +\x9e\xab\x0c\x7a\x58\x0a\x0b\x60\x1e\x9e\x0b\xc7\x91\x93\xb8\xf9\ +\x2f\xff\x1b\xbe\x36\x1b\x28\x95\x0a\x08\x06\xd1\x75\xba\x16\xf6\ +\x7d\x87\x61\xec\x9f\xc1\x99\x10\x39\xe3\x27\xf3\x4e\xce\x68\x2d\ +\x64\x7c\xe6\x97\x57\xc2\x5c\xa4\x6c\x43\x4a\x9d\x08\x52\xb8\x0b\ +\xbd\xef\xe8\xe8\x80\xd7\xeb\x0d\x79\xc7\x48\x58\x40\xaf\x24\x93\ +\x99\x99\x89\x9f\xff\xfc\xe7\x1c\x49\x0c\xe8\x95\xb2\x82\xc1\x20\ +\xec\x76\x3b\x3c\x1e\x0f\x00\xa0\xbb\xbb\x1b\xc3\x86\x0d\xc3\xd3\ +\x4f\x3f\x0d\x8a\xea\x8d\xc0\x6f\x68\x68\xc0\xb6\x6d\xdb\x60\xb3\ +\xd9\x50\x56\x56\x06\x95\x4a\x05\x8f\xc7\x83\x29\x53\xa6\x60\xe1\ +\xc2\x85\x21\xea\x9b\x5a\xad\x86\xcf\xe7\x43\x7b\x7b\xbb\xe8\x78\ +\xdd\x6e\x37\xf2\xf2\xf2\xf0\xf3\x9f\xff\x9c\x8c\xa7\xad\xad\x0d\ +\xeb\xd6\xad\x43\x46\x46\x06\x0a\x0b\x0b\xd1\xdd\xdd\x8d\x01\x03\ +\x06\xe0\x85\x17\x5e\x80\x5a\xad\xe6\xd0\x44\xad\x56\xc3\xed\x76\ +\x43\xad\x56\x63\xe5\xca\x95\x78\xe8\xa1\x87\x00\xf4\x4a\x46\xe7\ +\xcf\x9f\x47\x65\x65\x25\xd2\xd2\xd2\x90\x9a\x9a\x8a\x33\x67\xce\ +\x60\xc7\x8e\x1d\x58\xb2\x64\x09\x06\x0d\x1a\x44\xf0\xaf\xad\xad\ +\x25\x4c\x9c\x0f\x7e\xbf\x1f\x36\x9b\x0d\xc1\x60\x10\x40\x6f\x60\ +\x6f\x5d\x5d\x1d\x76\xee\xdc\x89\x79\xf3\xe6\x11\x06\xea\xf7\xfb\ +\xd1\xd1\xd1\x81\x60\x30\x88\xee\xee\x6e\x54\x55\x55\x61\xe6\xcc\ +\x99\x28\x28\x28\x00\x00\x34\x35\x35\xe1\xf6\xed\xdb\xa0\x28\x0a\ +\x99\x99\x99\x78\xfe\xf9\xe7\x01\x00\x87\x0f\x1f\x46\x4d\x4d\x0d\ +\x5e\x7c\xf1\x45\x00\x20\xed\x39\x9d\x4e\xc2\x7c\x8a\x8b\x8b\x31\ +\x65\xca\x14\x50\x14\x85\x37\xde\x78\x03\x53\xa6\x4c\x21\xed\x6a\ +\x34\x1a\x5c\xbd\x7a\x15\x1d\x1d\x1d\x82\x87\xb7\xc3\xe1\x80\xd5\ +\x6a\x85\xd1\x68\xc4\x8a\x15\x2b\x40\xd3\x34\x5a\x5b\x5b\xf1\xd6\ +\x5b\x6f\x61\xed\xda\xb5\xb0\x58\x2c\x64\xae\xdc\x6e\x37\x06\x0f\ +\x1e\x8c\xb5\x6b\xd7\x86\xb4\xc3\xa6\x4f\x48\x58\x83\xd2\xd3\x3b\ +\x9c\xe7\x42\xe5\x94\xe8\xdf\x41\x77\x0f\x9a\x3f\xd9\x04\x4a\xa7\ +\x43\xfa\xff\x7c\x0e\xda\x38\xab\xb0\x6d\x02\x80\xca\x60\x80\x75\ +\x6a\x11\x3a\xbf\x3f\x88\x9e\x9b\x77\x42\x27\xbf\xd3\x0e\xfb\xc1\ +\xa3\x88\xca\xcf\x03\xa5\x52\x09\xda\x0c\x54\x06\x03\xcc\x23\x86\ +\x42\x9b\x92\x04\x50\x34\x00\x1a\x34\x05\x80\xa6\x11\xe8\x76\x83\ +\x86\xb8\xba\x27\x67\x03\x14\xc2\x5b\xa8\xbe\x58\x58\x45\x38\xd2\ +\xaf\x90\x0d\x2c\xd2\xf9\xba\x1f\xb7\x3b\x1b\xd4\x6a\x35\x74\x3a\ +\x1d\x34\x1a\x0d\xe7\x47\x8c\x19\xab\xd5\x6a\x52\xc6\x64\x32\x21\ +\x37\x37\x17\x4f\x3e\xf9\x24\x4e\x9d\x3a\x85\xfa\xfa\x7a\x52\x4e\ +\xab\xd5\x72\xca\x6a\x34\x1a\xb2\xc0\x85\x5c\xe3\x7c\x60\xd7\xd3\ +\x6a\xb5\x48\x4d\x4d\x45\x72\x72\x32\x1c\x0e\x07\x69\x83\x79\xc7\ +\xfe\x9f\xc1\x9d\x5d\x86\xf9\x31\x18\x0c\xc8\xcf\xcf\x87\xd9\x6c\ +\x46\x53\x53\x13\x3c\x1e\x0f\x76\xed\xda\x85\x99\x33\x67\x62\xc8\ +\x90\x21\x84\x31\xe8\xf5\x7a\x8c\x19\x33\x06\xfd\xfb\xf7\x17\xa5\ +\x3f\x1b\x7f\xa3\xd1\x88\xb2\xb2\x32\x5c\xbe\x7c\x19\x27\x4e\x9c\ +\x10\x9c\x07\xaf\xd7\x0b\x97\xcb\x85\xe4\xe4\x64\xf2\x2c\x35\x35\ +\x15\x63\xc6\x8c\x21\x38\xf3\x69\xc5\xfc\xce\xe0\x25\x36\x0f\xfc\ +\x1f\xb1\xb9\x16\x5a\x7b\x62\xed\xb0\x99\x91\x58\x19\x76\xbb\x21\ +\x77\x09\x23\xf5\xac\xdc\xaf\x7a\xc1\x7f\x4e\x07\x83\x68\xaf\xd8\ +\x09\x5f\x6b\x3b\xd2\x7e\xf1\x0c\x91\x8a\x44\xa5\x08\x00\x96\x51\ +\x23\xd0\xf2\x79\x39\xda\x2b\x77\xa2\xcf\xf3\xab\xc9\xa5\x68\x00\ +\xe8\xfa\xfb\x0f\x08\x38\xba\x60\x1a\x3c\x40\x92\xc8\xea\xa8\x28\ +\x44\x8f\x1d\x05\x57\xed\x05\xd0\x3f\x4a\x0e\xba\x3e\x29\xb0\x14\ +\x8e\x14\xf4\xf0\x49\x4d\x92\xd2\xb1\xca\x31\x25\x31\xfb\x96\x94\ +\x64\xa7\x44\x7a\x7a\x10\xe0\xf7\xfb\x71\xfb\xf6\x6d\x44\x45\x45\ +\x71\xf0\x69\x69\x69\x41\x62\x62\x22\x29\xd7\xd9\xd9\x89\xab\x57\ +\xaf\x12\x75\x0e\x00\x62\x62\x62\x90\x98\x98\xa8\x78\xdd\xa4\xa6\ +\xa6\x62\xc0\x80\x01\x38\x7b\xf6\x2c\x72\x72\x72\x40\xd3\x34\x1a\ +\x1b\x1b\x71\xfd\xfa\x75\x22\x85\x50\x14\x85\xe4\xe4\x64\x8e\xfd\ +\x88\x4d\x0f\x3e\xcd\xda\xdb\xdb\x51\x5f\x5f\x4f\x54\xb9\xba\xba\ +\x3a\x38\x1c\x0e\xe4\xe7\xe7\x93\xba\x36\x9b\x0d\x57\xaf\x5e\xe5\ +\x6c\x2e\xab\xd5\x8a\x84\x84\x9f\x24\xf5\x60\x30\x48\x70\xa0\x69\ +\x1a\x75\x75\x75\x70\xb9\x5c\x48\x49\x49\x41\x5b\x5b\x1b\x5c\x2e\ +\x17\x86\x0c\x19\x42\xde\x77\x77\x77\x13\x9b\x9e\x56\xab\x15\xb5\ +\x63\xf1\xe7\x2c\x31\x31\x11\x8b\x16\x2d\xc2\xc6\x8d\x1b\x91\x94\ +\x94\x84\xec\xec\x6c\xce\xfb\xe8\xe8\x68\x0c\x19\x32\x04\x1f\x7c\ +\xf0\x01\x26\x4c\x98\x80\x41\x83\x06\x21\x39\x39\x19\x7a\xbd\x3e\ +\x44\x9a\x0f\xd7\xfc\xa3\xd4\x99\x22\x07\x62\x07\xa0\xcd\x66\xc3\ +\xb5\x6b\xd7\x38\xcf\xe2\xe2\xe2\x88\x3a\xc8\x09\x6b\x90\x92\x9a\ +\x94\xaa\x24\x62\xf5\xd9\x83\xe6\x0f\x56\xac\x7d\xc7\xb1\x53\xe8\ +\xbe\x78\x19\xa9\xcf\x3d\x01\x3d\x2b\x20\x54\x6c\x93\x52\x00\xb4\ +\x09\x71\x88\x99\x38\x0e\xed\xdf\xee\x40\xdc\xec\x69\x30\x3e\x94\ +\x05\xa0\x37\x1c\xc2\x56\xb9\x0b\xe6\x61\xb9\xd0\x58\x63\x40\xf7\ +\x36\x24\xa8\xda\x51\x3a\x2d\x92\x56\x3e\x0a\xa8\x28\x74\x9d\x38\ +\x03\xb5\x25\x0a\x09\x0b\xe7\x20\x6a\xe4\x30\x41\x63\xb7\x90\xe7\ +\x49\x6a\x7c\x52\x86\x7b\x39\x97\xb5\x9c\x97\x49\x4c\xa5\x54\xf2\ +\x4c\x0c\xe4\x0c\xf8\x6e\xb7\x1b\xbb\x77\xef\xc6\xf9\xf3\xe7\x39\ +\xed\x5e\xbc\x78\x11\xb3\x66\xcd\x22\x7f\xd7\xd7\xd7\xe3\xdb\x6f\ +\xbf\xe5\xd8\xb0\xf2\xf3\xf3\x31\x7d\xfa\xf4\xb0\x98\xa7\xd5\x6a\ +\x85\xd3\xe9\x04\xd0\xcb\x2c\x4f\x9e\x3c\x09\x97\xcb\xf5\xd3\x81\ +\xa3\x56\x63\xde\xbc\x79\x84\xa1\xc9\x8d\xe9\xc2\x85\x0b\xd8\xb6\ +\x6d\x1b\x61\x58\x37\x6f\xde\x44\x66\x66\x26\x87\x01\xd6\xd5\xd5\ +\xe1\x9b\x6f\xbe\xe1\x48\x20\xa3\x47\x8f\xc6\xe4\xc9\x93\x41\x51\ +\x14\x3a\x3b\x3b\xf1\xcd\x37\xdf\x20\x35\x35\x15\x6e\xb7\x1b\x36\ +\x9b\x0d\x5a\xad\x16\x73\xe6\xcc\x41\x4a\x4a\x0a\xae\x5d\xbb\x06\ +\xb5\x5a\x4d\xd4\xac\x60\x30\x88\x1d\x3b\x76\xe0\xca\x95\x2b\x84\ +\x69\xbd\xfc\xf2\xcb\x30\x99\x4c\xb2\xe3\xa7\x69\x1a\xd9\xd9\xd9\ +\x98\x32\x65\x0a\xca\xcb\xcb\xf1\xcc\x33\xcf\x70\xd6\x9a\x4a\xa5\ +\xc2\xa2\x45\x8b\x70\xe6\xcc\x19\xd4\xd4\xd4\xe0\xd0\xa1\x43\xd0\ +\xeb\xf5\x28\x2e\x2e\x46\x61\x61\xa1\xa0\x14\x25\xb5\x26\xee\x87\ +\x31\xb1\xdb\x55\x02\x97\x2f\x5f\xc6\xb6\x6d\xdb\x38\x75\x8b\x8a\ +\x8a\x30\x6e\xdc\x38\x82\x03\x61\x58\x72\x92\x80\x12\xa9\x41\x4c\ +\xea\x90\xf2\x74\x71\xa4\x0b\xf4\x32\x1e\xf7\xb5\xeb\xe8\x3a\xf6\ +\x77\x24\x2d\x5f\x0c\x43\x56\x3f\x51\x9c\x84\xc0\x3a\x75\x02\x5a\ +\xb7\x7c\x83\xf6\x6f\x77\x20\xed\x17\xcf\x80\x52\xab\xd1\xf5\xf7\ +\x5a\xb8\xaf\x35\x20\x69\xc5\xa3\xbd\xb6\x2d\xf4\x4a\x64\x82\x6d\ +\xd1\x34\x74\x89\x09\x48\xfb\x1f\xcf\x20\xe0\x74\x41\xa5\xd5\x80\ +\x32\x1a\x41\x91\xd7\xb4\xa8\x74\x24\x37\x41\x62\x71\x5d\x42\x78\ +\x84\xeb\xf1\x8b\x24\x26\x26\x1c\x10\xc3\xdd\x62\xb1\x60\xd1\xa2\ +\x45\x18\x36\x6c\x18\xa7\x4c\x79\x79\x39\xc7\x48\x3d\x62\xc4\x08\ +\x62\xc3\x62\x33\x6f\x39\x1b\x19\x7f\x3d\xdd\xbb\x77\x0f\x03\x07\ +\x0e\x04\xd0\x2b\x99\xcc\x9d\x3b\x17\x8f\x3c\xf2\x08\xa7\x8c\x90\ +\x4d\x48\x4c\x4a\x2d\x2a\x2a\x22\x36\x1c\x00\xf0\x78\x3c\xd8\xb9\ +\x73\x27\xb6\x6c\xd9\x82\xe7\x9e\x7b\x8e\x18\xa3\xd7\xae\x5d\xcb\ +\x61\xb6\xec\xb1\xe9\xf5\x7a\x3c\xf4\xd0\x43\xe8\xd7\xaf\x1f\x3a\ +\x3b\x3b\x71\xe6\xcc\x19\xac\x5e\xbd\x1a\x63\xc6\x8c\x01\x00\x58\ +\x2c\x16\x04\x02\x01\x74\x75\x75\xc1\x68\x34\x42\xa5\x52\xa1\xa4\ +\xa4\x04\x33\x66\xcc\x80\xdd\x6e\xc7\xfb\xef\xbf\x0f\xaf\xd7\xab\ +\x88\x61\x31\x30\x7e\xfc\x78\x34\x35\x35\xa1\xbc\xbc\x1c\x53\xa7\ +\x4e\xe5\x8c\xcd\x60\x30\x60\xfc\xf8\xf1\x18\x37\x6e\x1c\xba\xbb\ +\xbb\x71\xee\xdc\x39\x6c\xdb\xb6\x0d\x71\x71\x71\x84\x76\x4a\xd7\ +\x89\xdc\x73\x8d\x46\x03\x9f\xcf\x47\x18\x3c\xf3\x8e\xa6\x69\xf8\ +\x7c\xbe\x10\x9b\xa5\x14\x8c\x1d\x3b\x36\xc4\x86\xc5\x9f\x33\x45\ +\x77\x09\x95\x80\x52\x97\x3c\xbb\x6c\xc8\x06\x70\xf7\xc0\x73\xb7\ +\x11\x8e\x23\x27\x11\x5b\x32\x0d\xc6\x01\xd9\x61\x05\xb9\x01\x80\ +\x3e\x23\x1d\xd1\xe3\x46\xc3\xf6\x5d\x35\xdc\xd7\x1a\x40\xfb\x03\ +\xb0\x55\xed\x86\x36\x3e\x0e\xa6\x21\x03\x44\xdb\xe1\xe3\x44\xa9\ +\x54\xd0\x44\x5b\xa0\x62\x31\x2b\x25\xfd\xf3\xc7\x25\xc6\xf0\x39\ +\x7d\x89\x94\xbf\x5f\x66\x23\x67\x77\x52\x1a\xd2\x20\x37\x6e\xb5\ +\x5a\x4d\xec\x0f\xcc\xef\xfc\x93\x5c\xa5\x52\x71\xec\x4d\xec\x32\ +\x62\x2a\x2d\xbf\x8d\xda\xda\x5a\x34\x37\x37\x63\xe4\xc8\x91\xa4\ +\x0c\xd3\x1f\x1b\x07\x3e\xde\x52\xf9\xbd\x54\x2a\x15\xa7\xbe\xc9\ +\x64\x42\x5e\x5e\x1e\xda\xdb\xdb\xe1\xf3\xf9\x48\x7d\x06\x77\xa6\ +\x0f\x36\x6e\x26\x93\x09\xf9\xf9\xf9\x18\x35\x6a\x14\xa6\x4d\x9b\ +\x86\xc7\x1f\x7f\x1c\x55\x55\x55\x68\x69\x69\x01\x00\xc4\xc7\xc7\ +\x23\x29\x29\x89\xd8\x9d\x98\x90\x81\xe8\xe8\x68\xc4\xc4\xc4\x88\ +\x4a\x3d\x52\xa0\x56\xab\x31\x77\xee\x5c\xf8\xfd\x7e\x6c\xdf\xbe\ +\x9d\x30\x0c\x9f\xcf\x87\xae\xae\x2e\xd2\x8f\xd9\x6c\xc6\xd8\xb1\ +\x63\x91\x91\x91\x81\x3b\x77\xee\x84\xdd\x8f\x18\x30\x6b\x27\x3e\ +\x3e\x1e\x7e\xbf\x1f\x8d\x8d\x8d\x9c\xf7\x2e\x97\x0b\xcd\xcd\xcd\ +\x48\x4f\x4f\x57\xd4\x1e\x43\x67\xfe\x7c\xf2\x69\x23\xe9\x25\xe4\ +\xab\x2d\x91\xa8\x15\x4a\xa4\x2b\x00\xe8\x69\xb8\x85\xbb\x6f\xbe\ +\x0f\x5f\x7b\x07\x92\x9f\x5c\x06\xd3\xa0\x9c\xb0\xc4\x51\x46\x3a\ +\x53\xe9\x74\x88\x9d\x39\x05\x1d\xbb\xf7\xa1\xf9\xaf\x5f\xc2\x9c\ +\x37\x08\xf6\xc3\xc7\x91\xb2\x7a\x39\x54\x26\x93\xa8\x67\x4e\x68\ +\xac\x52\x63\x16\x2a\xa3\xe4\x99\x94\xb3\x81\xff\x5e\xcc\x46\xc6\ +\x7e\x16\xae\xa7\x92\x8f\x87\x52\x29\x58\x6c\x2e\xa4\x54\x61\x36\ +\x38\x1c\x0e\xdc\xba\x75\x8b\x9c\xb8\x8c\x94\x12\x17\x17\x47\xa4\ +\x2e\x76\x9d\x8e\x8e\x0e\xdc\xbe\x7d\x1b\x40\xef\xe2\xbf\x74\xe9\ +\x12\x6a\x6b\x6b\xb1\x60\xc1\x02\x62\x1b\x0b\x04\x02\x68\x6d\x6d\ +\xc5\xdd\xbb\x77\x49\x2c\x16\x4d\xd3\xd0\xe9\x74\xc4\x36\xe6\x72\ +\xb9\x70\xeb\xd6\x2d\xa8\xd5\x6a\xf2\xde\x60\x30\x20\x3e\x3e\x9e\ +\xf4\xc3\x6c\x64\x9a\xa6\xd1\xd9\xd9\x89\x5d\xbb\x76\x61\xc0\x80\ +\x01\x30\xfc\x18\xeb\x67\xb7\xdb\x49\x1b\x6c\xd5\x33\x3e\x3e\x1e\ +\x14\x45\x21\x18\x0c\x22\xf0\xe3\xdd\x54\x00\x18\x37\x6e\x1c\x6e\ +\xde\xbc\x89\x2f\xbe\xf8\x02\x4f\x3f\xfd\x34\x4c\x26\x13\xe6\xcf\ +\x9f\x8f\x4f\x3e\xf9\x04\x00\x50\x58\x58\x08\x8b\xc5\x82\xb6\xb6\ +\x36\x1c\x39\x72\x04\x26\x93\x89\xa8\x8b\x52\xb6\x51\xbe\x53\xc6\ +\x68\x34\x62\xc9\x92\x25\xf8\xd3\x9f\xfe\x84\xae\xae\x2e\xa8\xd5\ +\x6a\xb4\xb7\xb7\x63\xe3\xc6\x8d\xc8\xcd\xcd\x45\x7e\x7e\x3e\x8c\ +\x46\x23\xae\x5d\xbb\x86\x96\x96\x16\xcc\x9e\x3d\x5b\xd1\xfc\xf1\ +\xfb\x61\xcf\x29\xbf\xbc\xc5\x62\xc1\xd8\xb1\x63\xb1\x79\xf3\x66\ +\x94\x95\x95\xa1\x4f\x9f\x3e\xb0\xdb\xed\xd8\xb5\x6b\x17\xd2\xd2\ +\xd2\x90\x91\x91\x21\xd9\x27\xfb\x99\xdd\x6e\xe7\xcc\x05\x73\xb0\ +\x26\x26\x26\xfe\x14\x87\xe5\xf5\x7a\x71\xe8\xd0\x21\xb4\xb4\xb4\ +\x40\xaf\xd7\x63\xe2\xc4\x89\xc4\x98\x28\x75\xc2\xf2\x37\x57\x4f\ +\x4f\x0f\xf6\xee\xdd\x0b\xbb\xdd\x0e\x93\xc9\x84\xa9\x53\xa7\xc2\ +\x62\xb1\x28\x76\xa9\xbb\xaf\x35\xa0\x73\xef\x21\xd0\x00\xcc\xa7\ +\xcf\xc2\xd7\xd2\x0e\x4a\xad\x02\xa5\xd5\x82\xd2\x6a\xa1\x8e\x32\ +\x43\x63\x8d\x86\xca\x64\x82\xda\xa0\x07\xa5\xd3\x41\xa5\xd7\xf5\ +\xfe\xaf\xd5\x02\x1a\x35\xb9\x96\xa3\x8d\x8f\x87\xca\x68\x44\xdb\ +\xd6\x0a\xb4\x7f\xf3\x1d\xe8\x60\x6f\xa4\x3c\x02\x01\xe0\x47\x0f\ +\xa1\x14\x84\x6b\x28\x57\x5a\x5f\x8a\x59\x4a\x49\x3c\x62\xb6\x2c\ +\xbe\x6d\x4c\x49\x5d\xa5\x52\x13\x7f\x8e\xc5\xc6\x99\x9b\x9b\x0b\ +\xab\xd5\x1a\xf2\x8e\xbd\x50\xe3\xe2\xe2\xa0\xd5\x6a\xf1\xf5\xd7\ +\x5f\x87\xa8\x52\x25\x25\x25\xc8\xca\xca\xc2\xc0\x81\x03\xc9\xba\ +\x4b\x4e\x4e\x86\xdb\xed\xc6\x96\x2d\x5b\x88\x57\x2b\x39\x39\x19\ +\x4f\x3c\xf1\x04\x32\x32\x32\xc8\x98\xfb\xf6\xed\x8b\x3d\x7b\xf6\ +\x60\xcb\x96\x2d\x9c\x38\xac\x94\x94\x14\x2c\x5c\xb8\x10\x51\x51\ +\x51\x88\x8b\x8b\xc3\xd6\xad\x5b\x39\xfd\xf6\xeb\xd7\x0f\xf3\xe7\ +\xcf\x47\x52\x52\x12\x7c\x3e\x1f\xb6\x6c\xd9\x42\x70\xd5\x6a\xb5\ +\xc8\xcd\xcd\xc5\xa4\x49\x93\x40\x51\x14\x12\x12\x12\x10\x0c\x06\ +\xb1\x75\xeb\xd6\x10\x8f\xdd\xbc\x79\xf3\x90\x92\x92\x82\xbc\xbc\ +\x3c\x58\x2c\x16\xf2\x4e\xad\x56\xe3\x91\x47\x1e\xc1\xd7\x5f\x7f\ +\x8d\xbb\x77\xef\x22\x27\x27\x07\x59\x59\x59\x58\xbd\x7a\x35\xf6\ +\xec\xd9\x43\xe2\xa9\x74\x3a\x1d\x32\x33\x33\xf1\xe4\x93\x4f\xc2\ +\x68\x34\x86\xd0\xd9\x64\x32\x61\xe8\xd0\xa1\x44\x6a\x1c\x38\x70\ +\x20\x61\xb4\x0c\xc4\xc7\xc7\xe3\x99\x67\x9e\xc1\xf1\xe3\xc7\xa1\ +\x52\xa9\x90\x9c\x9c\x8c\xb9\x73\xe7\xe2\xf0\xe1\xc3\xa8\xad\xad\ +\x45\x30\x18\x84\xd9\x6c\x46\x69\x69\x29\x32\x33\x33\x39\x75\x13\ +\x13\x13\x39\xf1\x73\x4c\xdf\x99\x99\x99\xc4\x3b\xc7\xc6\x67\xc8\ +\x90\x21\x1c\x03\x38\x33\x0f\x33\x66\xcc\x80\x5e\xaf\x47\x45\x45\ +\x05\xbc\x5e\x2f\x34\x1a\x0d\xb2\xb3\xb3\x31\x63\xc6\x0c\x8e\x93\ +\x05\xe8\xf5\x8c\x0e\x1f\x3e\x3c\xe4\x79\x62\x62\x22\xfc\x7e\x3f\ +\x36\x6f\xde\x2c\xe8\x19\x4d\x4e\x4e\xee\xed\xb7\xa3\xa3\x83\x5e\ +\xb4\x68\x11\x0e\x1d\x3a\x84\xd8\xd8\x58\x54\x54\x54\x10\xdd\x9b\ +\xbd\x39\xe4\xa0\xb5\xb5\x15\xd3\xa7\x4f\xc7\xa5\x4b\x97\x90\x9a\ +\x9a\x8a\x3d\x7b\xf6\x20\x3b\x3b\x5b\xd4\xf6\xc1\x3f\xb5\x7d\x6d\ +\xed\x68\xfd\xf2\x6b\x50\x1a\x0d\xe2\x1f\x29\x01\x54\x2a\xf8\x9a\ +\x5b\xe0\x6d\x6c\x86\xb7\xa9\xa5\xf7\xa7\xb1\x19\xbe\x8e\x4e\xd0\ +\x5e\x2f\x28\xb5\x06\x2a\x83\x1e\x2a\xa3\x01\xea\x28\x33\xd4\xd1\ +\x16\x68\xac\x31\xd0\x44\x5b\x60\x3f\x72\x12\x9d\xdf\xef\x07\x02\ +\x41\x00\x14\x68\x3a\x08\x7d\xbf\x74\x64\xbf\xfd\xef\x88\x1a\x96\ +\x2b\x1a\x52\x20\x25\xad\xb8\x5c\x2e\xd8\x6c\x36\x34\x37\x37\xa3\ +\xa3\xa3\x03\x3d\x3d\x3d\x50\xa9\x54\xb0\x58\x2c\x48\x4e\x4e\x46\ +\x62\x62\x22\x2c\x16\x4b\xc8\x44\xc8\x8d\x5b\xaa\xdc\x7f\x35\xb8\ +\xdd\x6e\xbc\xfc\xf2\xcb\x58\xbe\x7c\x39\xc6\x8d\x1b\xa7\xa8\x0e\ +\x13\x31\xcd\x17\xdd\xd9\xcf\x83\xc1\x20\x7c\x3e\x1f\x47\x0a\x61\ +\xe8\xab\xd3\xe9\xa0\x56\xab\x43\xca\x7b\xbd\x5e\xa2\xe6\xb0\x0d\ +\xd6\x6c\xda\x04\x02\x01\x78\xbd\xde\x90\xf9\x64\xa2\xe3\x01\xc0\ +\xeb\xf5\x86\xf4\xcb\x84\x58\x30\x81\xa2\x6c\x03\x3b\xf3\x8e\xe9\ +\x8b\xb1\xc5\xc8\xe1\xce\xa8\x9d\x7c\xfc\x98\xfe\x18\x08\x06\x83\ +\x70\xb9\x5c\x84\x61\x31\x76\x2b\xb1\x7d\x12\x0c\x06\x49\xdb\x6c\ +\x1a\xf1\xd7\x28\x3b\xda\x9f\x91\xfa\xba\xbb\xbb\x11\x08\x04\x60\ +\x30\x18\x08\x3d\xd8\x7d\x05\x83\x41\x41\x9b\x1f\x43\x0f\xa1\x39\ +\x65\xab\xd7\x7c\x9c\xdd\x6e\x37\x61\x58\xec\x5b\x09\xfc\x31\x05\ +\x02\x01\x22\xf1\xb2\xfb\xe4\xcf\x05\x03\x7a\xbd\x9e\xe0\xa2\x01\ +\x7a\xbd\x2d\x5e\xaf\x57\x70\xf2\xa5\x54\x0c\xfe\x26\xf7\xf9\x7c\ +\xf0\x7a\xbd\xf0\xf9\x7c\x8a\xa4\x05\x76\xdb\xda\x84\x78\xa4\x3e\ +\xbf\xba\xd7\x28\xfe\x23\x72\xba\xe4\x44\x98\x87\xf5\x66\xbf\xa4\ +\xfd\x7e\x04\xba\xdd\x08\x38\x5d\xf0\xb7\xdb\xe0\xb9\xd7\x04\xcf\ +\xcd\x3b\xf0\xdc\xba\x03\x6f\x63\x33\xba\x2f\xd4\xc1\xd7\x6e\x43\ +\xa0\xcb\x89\x60\x8f\x07\x08\xd0\x44\xe2\xa2\xa0\x82\xe7\xce\x3d\ +\x74\x9f\xbb\x84\xa8\x61\xb9\xbd\xcf\x25\xd4\x17\xe6\xb9\xd7\xeb\ +\xc5\xf9\xf3\xe7\x71\xe0\xc0\x01\x1c\x3c\x78\x10\x75\x75\x75\x24\ +\x50\x92\x59\x3c\x5a\xad\x16\x66\xb3\x19\xe9\xe9\xe9\x18\x3d\x7a\ +\x34\xa6\x4c\x99\x82\xb1\x63\xc7\x12\xb5\x45\x68\xbc\xec\xf6\xaf\ +\x5d\xbb\x46\xae\x42\xa8\x54\x2a\x64\x65\x65\x21\x36\x36\x96\xd4\ +\xbd\x7b\xf7\x2e\x1a\x1b\x1b\xef\x8b\x81\xa9\xd5\x6a\x64\x65\x65\ +\x09\x4a\x42\x42\x0b\x2f\xdc\xb6\xe5\x9e\xb3\x19\x88\x92\x76\x54\ +\x2a\x15\x0c\x06\x83\x60\x39\x36\x9e\x6a\xb5\x9a\x48\x26\x62\x20\ +\xd5\x2f\x45\x51\xa2\xfd\x30\xef\x29\x8a\x0a\x0b\x77\x8e\x81\x58\ +\x60\x73\x33\x87\x9c\xd4\xb8\xd8\xcf\xf8\x71\x4a\xec\xb6\xd8\x20\ +\x64\x33\xe4\x87\x76\xf0\xfb\xe2\xd7\x61\xe3\xc8\x7f\xc6\x1f\xa7\ +\x10\x30\x11\xfc\x52\xc0\x48\xcc\xe1\xce\x05\x03\x21\x57\x73\x94\ +\x80\x94\x3a\x24\x56\x96\xfd\xb7\xa8\x1d\x47\xa5\x22\x4c\x86\x3c\ +\x63\xea\x69\x34\xd0\x44\x5b\xa0\x89\xb6\x40\xdf\x27\x05\xe6\xa1\ +\x3f\xc5\xb4\x04\xbb\xdd\xf0\xdb\x1d\x08\x74\xda\xe1\xbe\x7e\x13\ +\xf7\xde\xfe\x00\xee\x6b\x0d\xa0\x28\x86\xf0\x34\x28\xb5\x1a\x14\ +\xe3\xb1\xe0\xe9\xe1\x7c\x3c\x83\xc1\x20\x6a\x6b\x6b\xf1\xd1\x47\ +\x1f\xe1\xbb\xef\xbe\xc3\xad\x5b\xb7\x24\xd5\xc8\xd6\xd6\x56\xdc\ +\xb8\x71\x03\x87\x0f\x1f\xc6\xc7\x1f\x7f\x8c\x82\x82\x02\xac\x5c\ +\xb9\x12\x8f\x3c\xf2\x08\x61\x12\x42\xb6\x82\x8e\x8e\x0e\xbc\xf4\ +\xd2\x4b\x38\x77\xee\x1c\xd9\x18\x7f\xf9\xcb\x5f\x30\x67\xce\x1c\ +\x82\xc7\xa7\x9f\x7e\x8a\x75\xeb\xd6\xdd\x17\xc3\x32\x9b\xcd\x78\ +\xe7\x9d\x77\x50\x5c\x5c\xac\xd8\xee\xc5\xc6\x93\xfd\xbb\x94\x1d\ +\x4f\xec\x9d\xd8\x5a\x90\x0a\x79\x51\x6a\x93\x93\x6b\x4f\x68\x2d\ +\x29\x6d\x57\xa9\x57\x57\xaa\x9c\x54\x7f\x72\x20\x1a\xc2\x23\xd3\ +\x96\xd2\xf0\x17\x3e\x84\x53\xe7\x41\x6b\x09\x4a\xcb\x3e\xd0\xab\ +\x39\xe1\x32\x3c\x25\xcf\x65\xdb\xa4\x28\xa8\xcd\xa6\xde\x5c\x58\ +\x7d\x52\x60\x1c\x94\x83\x9e\xeb\x37\xd0\xf8\xde\x06\x04\xbd\xbe\ +\x5e\x06\x18\x08\xc2\x9c\x37\x08\x96\x51\xf9\xa4\x4d\xfe\xe6\x62\ +\x08\xdc\xd5\xd5\x85\xcf\x3f\xff\x1c\x7f\xf9\xcb\x5f\x70\xf5\xea\ +\xd5\xb0\x69\xe0\x70\x38\xb0\x6f\xdf\x3e\x1c\x3f\x7e\x1c\xbb\x76\ +\xed\xc2\xaf\x7e\xf5\x2b\xe4\xe5\xe5\x71\xc4\x78\x06\x02\x81\x00\ +\x1a\x1b\x1b\x89\xa1\x51\xa7\xd3\xa1\xbb\xbb\x9b\x53\x86\x6d\x14\ +\x8e\x14\x4c\x26\x13\xdc\x6e\x77\x08\x3d\xe5\x3c\x85\xe1\xda\xec\ +\xc2\xb1\x8f\xc9\x95\x51\xfa\x8e\x1f\x7f\x26\x17\x7b\x15\x4e\x5c\ +\xa1\xd2\xf5\xf8\x20\x42\x4a\x84\xf0\x89\xf4\x90\x8a\x94\xae\xe1\ +\x94\x8f\x84\x76\x0f\x02\x22\x62\x58\x62\xa7\x87\xd2\xab\x1e\x42\ +\x03\x52\xba\x88\x64\xdb\x51\xa9\x90\xb4\x6c\x11\x68\x8f\x17\x1d\ +\xd5\xfb\x11\x70\x76\xc3\x38\x30\x1b\x29\x6b\x1e\x87\x3e\xb3\xaf\ +\x20\x8e\x4c\x1b\x1d\x1d\x1d\xf8\xf3\x9f\xff\x8c\x75\xeb\xd6\x11\ +\xd7\x30\xbf\x5c\x54\x54\x14\x12\x12\x12\x60\x36\x9b\x11\x0c\x06\ +\xd1\xd9\xd9\x09\x9b\xcd\x86\x9e\x9e\x1e\x4e\x59\xb7\xdb\x8d\x4d\ +\x9b\x36\xa1\xbe\xbe\x1e\xeb\xd7\xaf\xc7\x88\x11\x23\x04\xc7\xc1\ +\x16\xbf\x85\xdc\xdb\x0f\x2a\x22\x5d\xc8\xeb\x13\x4e\x3d\x3e\xad\ +\xc3\x89\x92\x96\x92\x88\x94\x6c\x52\x39\xaf\x6d\x38\x41\xb3\x62\ +\xe5\x22\x95\x80\xa4\x98\xe7\xfd\xb6\x17\xee\xfb\x48\xc7\x12\x4e\ +\xbc\x64\x38\xfd\x46\x22\xe9\xc9\xd5\x89\x58\xc2\x52\x7a\xd2\x84\ +\x43\x40\xa5\x8b\x97\xff\x8e\xdf\x87\x36\x21\x0e\x7d\xfe\xc7\x33\ +\x48\x5c\xf2\x08\x82\x3d\x1e\x68\x13\xe3\xa1\x8e\xb5\x12\x55\x90\ +\xef\xba\xa5\x28\x0a\x76\xbb\x1d\xaf\xbe\xfa\x2a\xde\x7b\xef\x3d\ +\x72\x09\x97\x81\xe8\xe8\x68\x14\x16\x16\x62\xd6\xac\x59\x28\x28\ +\x28\x40\x52\x52\x12\xb9\x2d\xef\x72\xb9\x70\xfb\xf6\x6d\x1c\x3d\ +\x7a\x14\xbb\x77\xef\xc6\xd9\xb3\x67\x39\x97\x81\x6d\x36\x1b\x27\ +\xde\x28\x5c\x06\x94\x9c\x9c\x2c\x18\xec\x17\x0c\x06\x71\xfb\xf6\ +\x6d\x0e\xa3\x4c\x4e\x4e\x16\xb4\x53\x99\x4c\x26\x41\xbb\x89\x92\ +\x39\x92\x7a\x4e\xd3\xbd\x97\x85\xed\x76\x7b\xc8\xb8\xd8\x57\x57\ +\x28\xaa\x37\xe3\xc2\x9d\x3b\x77\x60\xb3\xd9\x60\x30\x18\xd0\xb7\ +\x6f\xdf\x10\x9c\x5a\x5b\x5b\x61\xb7\xdb\x49\x1d\xad\x56\x8b\x84\ +\x84\x04\x62\x98\xe6\x4b\x49\x6c\xdc\x18\x97\xb8\xc7\xe3\x81\xd5\ +\x6a\x45\x7a\x7a\x3a\x31\x9e\x07\x02\x01\x34\x35\x35\x71\xa4\x4c\ +\xa6\x8d\xc4\xc4\x44\x44\x47\x47\x93\xe7\x5e\xaf\x17\xb7\x6f\xdf\ +\x26\xde\xee\x7e\xfd\xfa\xc1\xc4\x0b\x87\x61\xde\x69\xb5\x5a\x62\ +\x40\x67\x52\xc0\xb0\x69\xea\x70\x38\x48\xea\x1d\xa7\xd3\x89\x96\ +\x96\x16\x8e\x34\x4f\xd3\xbd\xd9\x08\x98\x34\x2d\x0c\x34\x35\x35\ +\xa1\xa9\xa9\x09\x14\x45\x21\x2d\x2d\x8d\x73\x05\x08\x00\xba\xba\ +\xba\x48\x5b\x40\x6f\xf0\x66\x6c\x6c\x2c\x27\xc5\x8b\xcb\xe5\x42\ +\x30\x18\x14\x9c\x77\x9a\xee\xbd\xb4\x1e\x1d\x1d\xcd\xb9\xcf\x09\ +\xf4\x1e\xb4\x5d\x5d\x5d\x9c\x2b\x53\x14\x45\x91\x54\x3c\xfc\xf4\ +\x2f\x40\xef\xfe\x48\x4a\x4a\x82\xdb\xed\x86\xdf\xef\x27\xb6\x33\ +\xa6\x5c\x67\x67\x27\xee\xdc\xb9\x03\x9f\xcf\x87\x84\x84\x04\xa4\ +\xa5\xa5\x11\x8d\x83\xa2\x7a\x53\xf8\x74\x77\x77\x23\x36\x36\x36\ +\xe4\x60\xb2\xdb\xed\xc4\x69\x40\x51\x54\x64\x0c\xeb\x7e\x74\x53\ +\xb1\x4d\x1b\x0c\x06\xd1\xd1\xd1\x81\xa6\xa6\x26\x34\x36\x36\xc2\ +\xe9\x74\x42\xad\x56\x23\x36\x36\x16\xa9\xa9\xa9\x48\x4a\x4a\x22\ +\xb7\xbb\xe5\xbc\x7c\x00\x40\x6b\xd4\x08\x24\x25\xf4\x7a\x25\xd4\ +\x6a\xa8\x25\x24\x2b\xaf\xd7\x8b\x75\xeb\xd6\x61\xdd\xba\x75\x1c\ +\x66\xa5\x56\xab\x51\x54\x54\x84\xe7\x9f\x7f\x1e\x33\x66\xcc\x10\ +\x35\x5a\x0f\x1b\x36\x0c\x73\xe6\xcc\xc1\x73\xcf\x3d\x87\x4d\x9b\ +\x36\x61\xdd\xba\x75\xa8\xaf\xaf\x87\x4e\xa7\xc3\x53\x4f\x3d\x45\ +\x3e\x9b\x15\x0e\xb3\x62\xe2\x94\x9e\x78\xe2\x09\x4e\x24\x37\x03\ +\x4e\xa7\x13\xab\x57\xaf\x46\x6d\x6d\x2d\x79\xb6\x76\xed\x5a\x3c\ +\xf6\xd8\x63\x82\x5e\xb3\xd4\xd4\x54\xd1\xbe\x22\x15\xdf\x69\x9a\ +\xc6\x17\x5f\x7c\x81\xb6\xb6\x36\xc4\xc7\xc7\x73\xfa\x1d\x39\x72\ +\x24\x26\x4c\x98\x00\x8a\xa2\xd0\xd8\xd8\x88\x6d\xdb\xb6\x91\x1c\ +\x50\xcc\xa6\x98\x3a\x75\x2a\xb9\x2e\x42\xd3\x34\x36\x6c\xd8\x80\ +\x9e\x9e\x1e\x42\x67\xbf\xdf\x0f\x9f\xcf\x87\xe2\xe2\x62\x8c\x1a\ +\x35\x4a\x10\xcf\x60\x30\x88\x63\xc7\x8e\xe1\xd0\xa1\x43\xc4\x4b\ +\xdb\xd1\xd1\x01\xbd\x5e\x8f\x25\x4b\x96\x20\x35\x35\x15\x9d\x9d\ +\x9d\x78\xe7\x9d\x77\x10\x13\x13\xc3\xc9\x25\xa5\x56\xab\x31\x65\ +\xca\x14\xe4\xe5\xe5\x01\x00\x1a\x1a\x1a\x50\x51\x51\x81\x40\x20\ +\x00\x8b\xc5\x02\xa7\xd3\x09\x8f\xc7\x83\xd9\xb3\x67\x63\xd8\xb0\ +\x61\x00\x7a\x23\xe1\xb7\x6e\xdd\x8a\x69\xd3\xa6\x21\x33\x33\x13\ +\xc7\x8e\x1d\x43\x75\x75\x35\x5e\x7a\xe9\x25\xce\xdd\x49\x9f\xcf\ +\x87\xca\xca\x4a\x8c\x1b\x37\x0e\xd9\xd9\xd9\x38\x70\xe0\x00\xf6\ +\xed\xdb\x87\xbe\x7d\xfb\x72\x24\xc3\x7e\xfd\xfa\xa1\xa4\xa4\x04\ +\x46\xa3\x11\x2e\x97\x0b\x95\x95\x95\x68\x68\x68\x40\x5c\x5c\x1c\ +\x02\x81\x00\x6c\x36\x1b\x86\x0e\x1d\x8a\x99\x33\x67\x12\xa3\x74\ +\x75\x75\x35\x8e\x1e\x3d\x8a\xbe\x7d\xfb\x12\x1a\xb8\xdd\x6e\x0c\ +\x1b\x36\x0c\x33\x67\xce\x84\x56\xab\xc5\xc1\x83\x07\x71\xec\xd8\ +\x31\xbc\xf2\xca\x2b\x21\xc6\xf7\x0b\x17\x2e\xe0\x83\x0f\x3e\xc0\ +\x6f\x7e\xf3\x9b\x9f\xc2\x05\x7e\xa4\xed\xee\xdd\xbb\xb1\x77\xef\ +\x5e\xfc\xe1\x0f\x7f\x40\x5c\x5c\x1c\x87\x71\x54\x57\x57\x13\x6f\ +\x79\x63\x63\x23\x06\x0f\x1e\x0c\x95\x4a\x85\xdc\xdc\x5c\x4c\x9f\ +\x3e\x1d\x67\xce\x9c\x41\x6b\x6b\x2b\x4a\x4b\x4b\xc9\xfc\x1d\x3c\ +\x78\x10\xc7\x8f\x1f\x47\x4c\x4c\x0c\xb4\x5a\x2d\xda\xdb\xdb\x91\ +\x98\x98\x88\x05\x0b\x16\x90\x10\x8d\xab\x57\xaf\xe2\xdd\x77\xdf\ +\xc5\x3f\xff\xf3\x3f\x23\x23\x23\x83\x33\xcf\x55\x55\x55\xc8\xcf\ +\xcf\x27\x7b\xe8\x81\xda\xb0\xc2\x51\x13\xd8\x70\xe9\xd2\x25\x6c\ +\xdb\xb6\x0d\x7b\xf6\xec\x41\x5d\x5d\x1d\xba\xba\xba\x38\x5e\xb8\ +\xf8\xf8\x78\x0c\x1f\x3e\x1c\x25\x25\x25\x98\x3d\x7b\xb6\xe4\xe6\ +\x63\xe0\x7a\x7d\x3d\xde\x7c\xf3\x4d\x74\x74\x74\xe0\xe1\x87\x1f\ +\xc6\xb3\xcf\x3e\xcb\xc9\x89\xc4\xc6\xe1\xe0\xc1\x83\x78\xfb\xed\ +\xb7\xc9\x09\x0c\xf4\xda\x93\x56\xad\x5a\x85\x5f\xfd\xea\x57\x21\ +\xf1\x2b\x62\x90\x9e\x9e\x8e\x7f\xfa\xa7\x7f\xc2\xe8\xd1\xa3\xf1\ +\xca\x2b\xaf\x40\xa7\xd3\x61\xd9\xb2\x65\x21\x31\x2d\x4a\xe8\xc4\ +\x94\x4d\x4c\x4c\xe4\x6c\x04\x06\x9c\x4e\x67\x88\x57\x25\x39\x39\ +\x59\x30\xaf\x92\x14\xed\xef\xc7\xd6\x40\xd3\xbd\x09\xf2\xe6\xcc\ +\x99\x83\xa1\x43\x87\x72\xde\x31\x27\x77\x47\x47\x07\x3e\xf9\xe4\ +\x13\x0c\x1e\x3c\x18\x53\xa7\x4e\x85\xd9\x6c\x86\xdf\xef\xc7\xa5\ +\x4b\x97\xb0\x79\xf3\x66\xa8\x54\x2a\x14\x16\x16\x22\x18\x0c\xc2\ +\xe1\x70\xe0\xb1\xc7\x1e\x23\x17\x7a\x03\x81\x00\xae\x5d\xbb\x86\ +\xad\x5b\xb7\x22\x2d\x2d\x0d\x7d\xfa\xf4\x09\xc1\xf9\xf8\xf1\xe3\ +\xa8\xae\xae\xc6\x92\x25\x4b\x90\x9d\x9d\x4d\x12\xca\xd5\xd4\xd4\ +\x10\xe9\xd3\xeb\xf5\x42\xab\xd5\x62\xf9\xf2\xe5\x21\x71\x4c\x8c\ +\x14\xd6\xd8\xd8\x88\x4f\x3e\xf9\x04\x45\x45\x45\x18\x3f\x7e\x3c\ +\x8c\x46\x23\x3c\x1e\x0f\x7e\xf8\xe1\x07\x6c\xdc\xb8\x11\x1a\x8d\ +\x06\xb9\xb9\xb9\x08\x06\x83\x24\xaf\x13\xd0\x9b\x0a\xe7\xee\xdd\ +\xbb\x28\x2f\x2f\xc7\xea\xd5\xab\xc9\x9c\x04\x83\x41\xb4\xb4\xb4\ +\x10\x1c\x3a\x3b\x3b\x51\x50\x50\x40\x36\x33\x03\x8c\x07\xd5\xeb\ +\xf5\x62\xd3\xa6\x4d\xf0\x7a\xbd\x58\xbd\x7a\x35\x39\x00\xee\xdd\ +\xbb\x87\xbf\xfd\xed\x6f\x70\xbb\xdd\x78\xf4\xd1\x47\xa1\x52\xa9\ +\x60\xb3\xd9\x30\x6e\xdc\x38\x12\x08\x4a\xd3\xbd\x69\x5b\x3e\xfd\ +\xf4\x53\x24\x26\x26\xa2\xb0\xb0\x10\x4e\xa7\x93\xa4\xb4\x59\xb4\ +\x68\x11\xa1\x59\x57\x57\x17\xb6\x6d\xdb\x86\x6b\xd7\xae\x91\xa4\ +\x84\x6c\x27\xd0\xc5\x8b\x17\x91\x98\x98\x88\xe3\xc7\x8f\xa3\xa4\ +\xa4\x84\xe0\x99\x98\x98\x88\xc7\x1f\x7f\x1c\x34\x4d\xa3\xb6\xb6\ +\x16\xfb\xf7\xef\xc7\xea\xd5\xab\x49\x06\x0e\xa6\xed\xf6\xf6\x76\ +\xd2\xd7\xfe\xfd\xfb\x71\xec\xd8\x31\x3c\xf6\xd8\x63\x24\x17\x9a\ +\xdd\x6e\xc7\x37\xdf\x7c\x83\x0d\x1b\x36\x60\xed\xda\xb5\x30\x99\ +\x4c\x70\xb9\x5c\x68\x6d\x6d\xc5\x57\x5f\x7d\x85\xd5\xab\x57\x73\ +\x04\x83\x96\x96\x16\x8e\x5d\x37\xa2\xab\x39\xec\x13\x42\x6e\xf3\ +\xf1\xa3\x66\xd9\x7f\x3b\x9d\x4e\xac\x5b\xb7\x0e\x8b\x17\x2f\xc6\ +\xef\x7e\xf7\x3b\xec\xdd\xbb\x17\x77\xef\xde\x85\xc3\xe1\x80\xcb\ +\xe5\x82\xd3\xe9\x44\x47\x47\x07\xae\x5d\xbb\x86\xaf\xbe\xfa\x0a\ +\x2f\xbc\xf0\x02\x96\x2d\x5b\x86\xaa\xaa\xaa\x90\xec\x95\x6c\xbc\ +\x00\x10\x02\x6c\xda\xb4\x09\x47\x8e\x1c\xe1\xc4\xd1\xb0\xcb\x75\ +\x76\x76\xe2\xbd\xf7\xde\xc3\xbd\x7b\xf7\xc8\x33\xb5\x5a\x8d\x9f\ +\xfd\xec\x67\xf8\xf7\x7f\xff\x77\xc2\xac\xf8\xb8\x8b\x8d\x4f\xa5\ +\x52\x61\xd2\xa4\x49\x58\xbf\x7e\x3d\x5e\x7b\xed\x35\x72\x35\x41\ +\xac\xbe\x1c\xdd\x84\x7e\x00\x84\xc4\x05\xf1\xc7\x25\xd7\x97\x50\ +\x9b\x72\xe5\x84\x40\xa5\x52\xc1\x6c\x36\xc3\x64\x32\x71\x7e\x98\ +\x38\xa7\xfd\xfb\xf7\x23\x2e\x2e\x0e\xf3\xe6\xcd\x43\x74\x74\x34\ +\x89\xa9\xca\xcf\xcf\xc7\xbc\x79\xf3\xb0\x7d\xfb\x76\x38\x9d\x4e\ +\xe2\xc2\x67\xb7\x61\xb1\x58\x30\x62\xc4\x08\x58\xad\x56\x41\xc7\ +\x83\xc3\xe1\xc0\xee\xdd\xbb\x51\x5a\x5a\x8a\xc1\x83\x07\x93\xb8\ +\xa8\xe8\xe8\x68\x4c\x9a\x34\x09\x59\x59\x59\x64\x0c\x5a\xad\x16\ +\x51\x51\x51\x21\x78\x32\x87\xd8\xee\xdd\xbb\x31\x60\xc0\x00\x4c\ +\x9b\x36\x0d\x66\xb3\x19\x2a\x95\x0a\x46\xa3\x11\xe3\xc6\x8d\x43\ +\x71\x71\x31\x2a\x2a\x2a\xc8\x9a\xe3\xdb\xc4\x66\xce\x9c\x09\x8d\ +\x46\x43\xa4\x33\xf6\x3b\xf6\xef\x46\xa3\x31\xa4\x7f\x83\xc1\x00\ +\x8a\xa2\x70\xf9\xf2\x65\xdc\xbe\x7d\x1b\xcb\x96\x2d\x43\x72\x72\ +\x32\x49\x65\x93\x91\x91\x81\x55\xab\x56\xa1\xa6\xa6\x06\x37\x6e\ +\xdc\x10\x6c\xcb\x6c\x36\x23\x33\x33\x13\x43\x86\x0c\xc1\xf5\xeb\ +\xd7\xc9\x1a\x2e\x29\x29\xc1\x85\x0b\x17\x70\xfe\xfc\x79\xb2\x66\ +\xaa\xaa\xaa\x90\x92\x92\x82\x61\xc3\x86\x71\xee\xff\x01\xc0\xb1\ +\x63\xc7\xd0\xaf\x5f\x3f\x3c\xfa\xe8\xa3\x38\x73\xe6\x0c\x51\xcf\ +\x99\x75\xcd\xf4\x69\x34\x1a\xa1\xd7\xeb\x39\x73\xcd\x1f\xb3\xcd\ +\x66\xc3\x81\x03\x07\xf0\xd8\x63\x8f\x21\x27\x27\x87\xcc\x4d\x5c\ +\x5c\x1c\x96\x2d\x5b\x06\xaf\xd7\x8b\xe3\xc7\x8f\x93\xf6\x1f\x7e\ +\xf8\x61\xa4\xa7\xa7\xe3\xab\xaf\xbe\xe2\xec\x6d\xbe\x9a\x2d\xcb\ +\xb0\xa4\x8c\xd4\x7c\x3b\x82\x98\x5d\x8b\x5f\x9e\xa2\x28\xb4\xb7\ +\xb7\xe3\x0f\x7f\xf8\x03\x5e\x7e\xf9\x65\x5c\xb8\x70\x01\x34\x4d\ +\x23\x23\x23\x03\x8b\x16\x2d\xc2\xab\xaf\xbe\x8a\xf7\xdf\x7f\x1f\ +\x6f\xbf\xfd\x36\x5e\x7e\xf9\x65\x4c\x9d\x3a\x15\x09\x09\x09\x70\ +\xbb\xdd\xd8\xbf\x7f\x3f\xd6\xac\x59\x83\x0f\x3f\xfc\x90\xa3\xbe\ +\x09\xe1\xc2\xd8\x05\xd8\xc6\x6c\xa6\x1c\x33\xae\xa3\x47\x8f\xe2\ +\xfb\xef\xbf\xe7\xe0\x3c\x71\xe2\x44\xfc\xf6\xb7\xbf\x0d\x39\x8d\ +\xc3\x91\x46\xf2\xf3\xf3\xf1\xf0\xc3\x0f\x87\x78\x24\x23\x55\xa7\ +\xd9\xb4\x53\x5a\x57\xa9\xa7\x4e\x89\xc7\x47\xac\x4c\x30\x18\x44\ +\x7b\x7b\x3b\xda\xda\xda\xd0\xd6\xd6\x86\xd6\xd6\x56\x74\x74\x74\ +\x20\x10\x08\xc0\xe7\xf3\xe1\xca\x95\x2b\x28\x28\x28\x10\x8c\xe1\ +\xc9\xcf\xcf\x47\x4f\x4f\x0f\x5a\x5a\x5a\x44\x8d\xe1\xd7\xaf\x5f\ +\x87\xc3\xe1\x10\x94\xaa\xef\xdc\xb9\x03\x8a\xa2\x30\x60\xc0\x00\ +\x82\x8b\xc3\xe1\x80\xcd\x66\x83\xcd\x66\x23\x49\x04\x29\x8a\x42\ +\x77\x77\x37\x1a\x1a\x1a\xc8\xcf\xf5\xeb\xd7\xd1\xd8\xd8\x08\x9a\ +\xa6\xe1\xf1\x78\x70\xf9\xf2\x65\x8c\x1f\x3f\x5e\x70\x9c\x23\x47\ +\x8e\x24\x76\x23\x21\xc7\x88\xc1\x60\xc0\xe2\xc5\x8b\x71\xfd\xfa\ +\x75\x1c\x39\x72\x44\x70\xfe\x80\x5e\xb5\x8a\xa1\x53\x5b\x5b\x1b\ +\xda\xdb\xdb\xc9\x1a\x3e\x7f\xfe\x3c\x06\x0e\x1c\x18\x92\xce\x19\ +\x00\xfa\xf4\xe9\x83\xf4\xf4\x74\xd4\xd5\xd5\x89\xb6\x6d\xb3\xd9\ +\x50\x5f\x5f\xcf\x39\x20\xfb\xf4\xe9\x83\xd9\xb3\x67\xa3\xa2\xa2\ +\x02\x76\xbb\x1d\xe7\xce\x9d\x43\x43\x43\x03\x4a\x4b\x4b\x39\x01\ +\xce\x8c\x0d\xf7\xdc\xb9\x73\x18\x3b\x76\x2c\xb2\xb3\xb3\x11\x1b\ +\x1b\x8b\xd3\xa7\x4f\x0b\xf6\xc5\xb4\x2f\x05\x57\xaf\x5e\x85\xc5\ +\x62\x09\xc9\xf5\xc5\x5c\x8d\x1a\x33\x66\x0c\x6a\x6a\x6a\xc8\x73\ +\x26\xcb\x86\xcb\xe5\xc2\xce\x9d\x3b\x43\x98\x29\x83\x47\x88\x4a\ +\xc8\x9f\x10\xa5\x1b\x44\x2e\xa8\x8c\x0d\x6e\xb7\x1b\x6f\xbe\xf9\ +\x26\xde\x7d\xf7\x5d\x92\x5a\xf6\xf1\xc7\x1f\xc7\xaa\x55\xab\x30\ +\x78\xf0\x60\x72\xea\x00\x20\xb7\xdc\x4f\x9e\x3c\x89\x0f\x3f\xfc\ +\x10\x55\x55\x55\x68\x6e\x6e\xc6\xef\x7f\xff\x7b\x18\x0c\x06\xac\ +\x5c\xb9\x52\x54\xd5\x93\x03\xbf\xdf\x8f\xaa\xaa\x2a\x8e\x47\xd0\ +\x6a\xb5\x62\xed\xda\xb5\xe8\xd7\xaf\x9f\xa4\x57\x8a\xe9\x4b\x32\ +\xae\x8c\x45\xc3\x70\xa4\x2b\xa1\x36\xf8\xe3\x8b\xc4\x13\x24\xe5\ +\x69\x8b\xc4\x3b\xc5\x30\x82\xca\xca\x4a\x9c\x39\x73\x06\x40\x2f\ +\xd3\x88\x8b\x8b\x43\x69\x69\x29\x8c\x46\x23\xbc\x5e\xaf\x68\xd4\ +\x33\x73\x52\x33\x8c\xc5\xe5\x72\x61\xd3\xa6\x4d\x48\x4d\x4d\xe5\ +\x5c\xe2\x9d\x36\x6d\x1a\xd2\xd3\xd3\x43\x70\x75\xbb\xdd\xd0\xe9\ +\x74\xe4\x84\xf7\x7a\xbd\xd8\xb5\x6b\x17\x6e\xdf\xbe\x0d\x8f\xc7\ +\x83\xe8\xe8\x68\xac\x59\xb3\x06\x14\x45\xa1\xa9\xa9\x09\x95\x95\ +\x95\x24\x6f\x17\x73\x40\x2e\x5c\xb8\x10\x3e\x9f\x0f\x1e\x8f\x87\ +\x30\x0b\x7e\x3f\x4c\xae\x79\xb7\xdb\x2d\x6a\x47\x8b\x8d\x8d\xc5\ +\xe2\xc5\x8b\xf1\xb7\xbf\xfd\x0d\x29\x29\x29\xc8\xcc\xcc\x0c\x99\ +\xbf\x43\x87\x0e\xc1\x66\xb3\x91\xbf\xf5\x7a\x3d\x66\xcc\x98\x81\ +\x9c\x9c\x1c\x74\x75\x75\x11\x9b\x94\x10\xed\xa3\xa3\xa3\x49\x5a\ +\x1d\x9a\xa6\xb1\x73\xe7\x4e\x34\x37\x37\x23\x10\x08\x10\xa7\x47\ +\xff\xfe\xfd\x49\x4a\x66\x06\xaf\x51\xa3\x46\xe1\xf2\xe5\xcb\xf8\ +\xfc\xf3\xcf\xd1\xd5\xd5\x85\x92\x92\x12\xc4\xc7\xc7\x87\x30\x84\ +\x1f\x7e\xf8\x01\xf1\xf1\xf1\x44\x1d\x9f\x32\x65\x0a\x2a\x2b\x2b\ +\x31\x76\xec\xd8\xb0\xb2\x48\x30\xd0\xd5\xd5\x45\x24\x55\x21\x88\ +\x8d\x8d\xe5\xa8\x7a\xcc\x35\x9c\x47\x1f\x7d\x14\x1f\x7e\xf8\x21\ +\x52\x53\x53\x39\x63\x61\xca\x70\x18\x16\x63\x5b\x10\xca\x7f\x2d\ +\x07\x1d\x1d\x1d\x1c\x1b\x90\x18\xd0\x34\x8d\x6f\xbf\xfd\x96\xe4\ +\xc1\x4e\x4e\x4e\xc6\xab\xaf\xbe\x8a\xc7\x1f\x7f\x5c\x30\x4a\x56\ +\xad\x56\xc3\x6a\xb5\x62\xc6\x8c\x19\x28\x28\x28\xc0\xfb\xef\xbf\ +\x8f\xd7\x5f\x7f\x1d\xed\xed\xed\xf8\xd3\x9f\xfe\x84\x81\x03\x07\ +\x86\x48\x32\x4a\x70\x60\xa4\x3c\x7e\xe6\xc6\x51\xa3\x46\x61\xca\ +\x94\x29\x00\xe4\x2f\x46\xf3\x41\x2e\x20\x33\x1c\x1c\xa5\x98\x4b\ +\x24\xc0\x67\x74\xf7\x1b\x33\xc7\xe0\x63\x32\x99\x30\x7d\xfa\x74\ +\x0c\x19\x32\x84\xe3\xb5\x8a\x89\x89\x41\x30\x18\x84\xc1\x60\xe0\ +\xa4\x29\x66\x43\x57\x57\x17\x7c\x3e\x1f\xb1\x59\x68\xb5\x5a\x0c\ +\x1c\x38\x10\x19\x19\x19\xe8\xec\xec\xc4\xe6\xcd\x9b\xb1\x7c\xf9\ +\x72\x4c\x9a\x34\x49\xb0\xbe\xc5\x62\x81\xc7\xe3\x41\x4f\x4f\x0f\ +\xb4\x5a\x2d\x74\x3a\x1d\x8a\x8b\x8b\xe1\xf5\x7a\xd1\xd8\xd8\x88\ +\x6f\xbe\xf9\x86\xdc\xba\xc8\xc8\xc8\xc0\x93\x4f\x3e\x49\xa4\x66\ +\xe6\x4a\x8a\x46\xa3\x21\xea\x4d\x53\x53\x13\xc7\xd0\xcc\x80\xcb\ +\xe5\x82\xdf\xef\x47\x74\x74\xb4\xe4\x1c\x30\xf7\xe7\xbe\xfa\xea\ +\x2b\xac\x5c\xb9\x32\x44\xb2\x9f\x30\x61\x02\xc7\x2e\x44\x51\x14\ +\xf1\xe2\xc5\xc5\xc5\xa1\xa9\xa9\x49\x90\xfe\x4c\xf8\x4c\xbf\x7e\ +\x3f\xa5\x5a\xca\xcc\xcc\x44\x5e\x5e\x1e\x7c\x3e\x1f\xbe\xfe\xfa\ +\x6b\x0c\x1c\x38\x10\x65\x65\x65\x21\x82\x83\x5a\xad\x46\x69\x69\ +\x29\xfe\xe3\x3f\xfe\x03\xc3\x87\x0f\x17\x54\x05\xdd\x6e\x37\x2a\ +\x2b\x2b\x91\x98\x98\x88\x6f\xbf\xfd\x96\x5c\x59\xaa\xad\xad\x45\ +\x4d\x4d\x0d\x1e\x7e\xf8\xe1\xb0\xd7\x5b\x7c\x7c\x3c\x6c\x36\x5b\ +\x48\x8a\x19\x86\xb6\xcd\xcd\xcd\x21\x1a\x0c\x00\xa4\xa4\xa4\xa0\ +\xac\xac\x0c\x5b\xb7\x6e\x45\x52\x52\x52\x08\x0d\x39\x0c\xcb\xe9\ +\x74\xe2\x95\x57\x5e\x91\xbd\x8a\x20\x04\x81\x40\x80\xa4\xd3\x60\ +\x03\x7f\xd3\xdd\xbe\x7d\x1b\x6f\xbd\xf5\x16\x6c\x36\x1b\x4c\x26\ +\x13\x7e\xf9\xcb\x5f\xe2\x89\x27\x9e\x10\x0c\xd7\xe7\xd7\x8f\x8f\ +\x8f\xc7\x4b\x2f\xbd\x84\xee\xee\x6e\xbc\xfe\xfa\xeb\xb8\x7e\xfd\ +\x3a\xde\x7e\xfb\x6d\x0c\x1d\x3a\x34\xc4\xad\x2c\x05\x4c\xb9\x86\ +\x86\x86\x90\x45\x52\x5c\x5c\x4c\xae\xc6\x30\xfd\x33\x75\x84\xec\ +\x57\x52\x7f\x0b\xf5\x19\x49\x68\x43\xb8\x7d\xf1\xf1\x56\xd2\x9e\ +\x12\xda\x89\x5d\x09\x89\x8b\x8b\x13\x74\x0c\xa8\xd5\x6a\x0c\x1f\ +\x3e\x1c\x87\x0f\x1f\x46\x41\x41\x41\xc8\x81\x74\xec\xd8\x31\x24\ +\x26\x26\x22\x29\x29\x09\x34\xdd\x9b\x65\x61\xc4\x88\x11\x44\x8d\ +\x30\x9b\xcd\xd8\xb9\x73\x27\x06\x0d\x1a\x44\xbe\x82\xc3\xc6\xb7\ +\x6f\xdf\xbe\xd0\x6a\xb5\xa8\xad\xad\x45\x51\x51\x11\xc1\x85\xc1\ +\x95\xad\xf6\x30\xf6\x31\xa1\x43\x51\xa7\xd3\x21\x3f\x3f\x1f\xd5\ +\xd5\xd5\xc8\xc9\xc9\xe1\xd4\xa3\x69\x1a\x47\x8e\x1c\x41\x5a\x5a\ +\x1a\xe2\xe3\xe3\x05\xf3\xd7\xb3\x61\xec\xd8\xb1\x68\x6e\x6e\xc6\ +\xa6\x4d\x9b\xc8\x57\x62\x18\x88\x8e\x8e\x16\xa4\x13\xd0\xab\x1e\ +\x7f\xf4\xd1\x47\xb8\x73\xe7\x4e\x48\x4a\x96\xab\x57\xaf\xa2\xad\ +\xad\x8d\x64\x2c\xa5\xa8\xde\x8b\xd0\x8c\x04\x92\x96\x96\x86\xf5\ +\xeb\xd7\xe3\xdc\xb9\x73\x9c\x4c\xa9\x0c\x58\xad\x56\xfc\xf2\x97\ +\xbf\x84\x4e\xa7\x83\x4a\xa5\x0a\xb1\x7f\x9e\x3d\x7b\x16\x06\x83\ +\x21\x24\x7d\xf3\x84\x09\x13\x70\xe4\xc8\x11\x14\x14\x14\x48\x5e\ +\x9b\x11\x5a\x17\x39\x39\x39\xf0\xf9\x7c\x38\x73\xe6\x0c\xc6\x8e\ +\x1d\xcb\x79\xd7\xd9\xd9\x89\xd3\xa7\x4f\x63\xee\xdc\xb9\x82\x6d\ +\x0d\x19\x32\x04\x13\x26\x4c\x40\x79\x79\x39\xb1\x6f\x32\xc0\xe1\ +\x12\x8c\x07\xe4\x1f\x05\x34\x4d\x73\xd4\x87\x29\x53\xa6\x60\xc5\ +\x8a\x15\x92\xcc\x8a\x0f\x06\x83\x01\xcf\x3d\xf7\x1c\xf6\xee\xdd\ +\x8b\x13\x27\x4e\xe0\xfb\xef\xbf\xc7\xa9\x53\xa7\x50\x5c\x5c\xac\ +\x18\x07\x00\xc4\xdd\xce\xe4\xee\x66\xda\xce\xcd\xcd\x0d\x89\xf7\ +\x61\x40\xe8\xca\x88\x5c\x64\x35\xbb\xdf\x07\x15\x65\x2c\xf7\x4e\ +\xe9\xfb\x48\xaf\x4f\xb0\xeb\xb1\x53\x03\x0b\x41\x51\x51\x11\x2e\ +\x5d\xba\x84\x8f\x3e\xfa\x08\x73\xe7\xce\x25\x9b\xfe\xf4\xe9\xd3\ +\x38\x7a\xf4\x28\x56\xac\x58\x01\xbd\x5e\x8f\x40\x20\x10\xd2\x56\ +\x61\x61\x21\x6e\xde\xbc\x89\x8d\x1b\x37\xe2\xd9\x67\x9f\x0d\x51\ +\x2d\x99\x8c\x09\x5b\xb6\x6c\x41\x20\x10\xc0\xb0\x61\xc3\xa0\xd1\ +\x68\xe0\x70\x38\xb0\x7f\xff\x7e\xce\xe7\xc7\xdc\x6e\x37\x9a\x9b\ +\x9b\x43\x9c\x35\x51\x51\x51\x30\x9b\xcd\x98\x36\x6d\x1a\xde\x7f\ +\xff\x7d\x7c\xf6\xd9\x67\x98\x39\x73\x26\xa2\xa3\xa3\xd1\xd3\xd3\ +\x83\xa3\x47\x8f\xe2\xe2\xc5\x8b\x58\xb3\x66\x0d\x49\x2f\xc3\x5c\ +\x1a\x66\x68\xc1\x4f\x5e\x37\x6b\xd6\x2c\x7c\xf8\xe1\x87\x38\x78\ +\xf0\x20\x09\x49\xe1\x97\xe3\x43\xff\xfe\xfd\x51\x58\x58\x88\x8f\ +\x3f\xfe\x18\x0b\x17\x2e\x24\x26\x89\xfa\xfa\x7a\x54\x56\x56\xa2\ +\xb8\xb8\x98\x84\x20\xf0\xe9\xd4\xaf\x5f\x3f\x42\x87\x84\x84\x04\ +\x8e\xfa\xcc\x00\x3f\x24\x87\x19\x83\xd7\xeb\xc5\xe1\xc3\x87\x51\ +\x5a\x5a\x8a\xd1\xa3\x47\x73\xca\xf4\xf4\xf4\xe0\xf5\xd7\x5f\xc7\ +\xc5\x8b\x17\x49\x0e\x32\x66\x2c\x42\x01\xc5\xec\x31\x46\x45\x45\ +\xa1\xb4\xb4\x14\xe5\xe5\xe5\xe8\xe9\xe9\x21\x73\xd3\xd2\xd2\x82\ +\xca\xca\x4a\x64\x65\x65\x11\xcf\x32\xbb\x1e\xd3\xd6\xc4\x89\x13\ +\xd1\xdc\xdc\x8c\xf5\xeb\xd7\x73\xa4\x52\x0e\xa7\xd0\x6a\xb5\x28\ +\x28\x28\x20\x9f\x2b\x0a\x07\xbc\x5e\x2f\x4e\x9e\x3c\x49\xf4\x6c\ +\xfe\x60\x80\x5e\xa3\xe3\xce\x9d\x3b\xe1\xf5\x7a\x11\x15\x15\x85\ +\xe5\xcb\x97\x87\x04\xc5\x89\xd5\x65\x43\xdf\xbe\x7d\x51\x56\x56\ +\x86\xd3\xa7\x4f\xc3\x66\xb3\x61\xdf\xbe\x7d\x98\x3c\x79\xb2\x22\ +\x3b\x1a\x9b\xe9\x74\x75\x75\x71\x4e\xcc\xe8\xe8\x68\x72\x42\x8b\ +\xf5\x2f\xa5\xe6\x45\x2a\xa5\x28\x29\xf7\xa0\xaf\x3a\x3c\x28\xf5\ +\x52\xcc\x50\xcc\x80\xc9\x64\xc2\xea\xd5\xab\xb1\x6b\xd7\x2e\x7c\ +\xf1\xc5\x17\x30\x1a\x8d\xf0\xfb\xfd\xb0\x58\x2c\x58\xb5\x6a\x15\ +\xf1\xe4\x51\x54\x6f\xaa\x1a\x76\xcc\x90\x4a\xa5\xc2\xfc\xf9\xf3\ +\xb1\x65\xcb\x16\xdc\xbc\x79\x93\x48\x18\x6c\x18\x3a\x74\x28\xb4\ +\x5a\x2d\xaa\xab\xab\x71\xea\xd4\x29\xe8\x74\x3a\xb8\xdd\x6e\x64\ +\x66\x66\x62\xe5\xca\x95\xe4\x3b\x7e\x16\x8b\x05\xe5\xe5\xe5\xc4\ +\x7b\xc9\xf4\x59\x5c\x5c\x8c\xd1\xa3\x47\xc3\x6a\xb5\xe2\x99\x67\ +\x9e\xc1\xf6\xed\xdb\xf1\xe9\xa7\x9f\xc2\x64\x32\xc1\xeb\xf5\x22\ +\x21\x21\x01\x6b\xd6\xac\x21\x21\x15\x6a\xb5\x1a\x83\x06\x0d\x22\ +\xaa\x5c\x6a\x6a\x6a\x48\xa0\xb1\xc1\x60\xc0\xd2\xa5\x4b\xa1\x56\ +\xab\x49\xb9\xbe\x7d\xfb\x4a\x66\xdf\x64\x8c\xce\x71\x71\x71\xa8\ +\xaa\xaa\x22\x52\x1e\xf3\x9c\x7d\x53\x82\x7d\x41\x9e\x81\x31\x63\ +\xc6\xa0\xb5\xb5\x15\x75\x75\x75\x48\x4f\x4f\x47\x5a\x5a\x9a\x68\ +\x70\xb5\x4a\xa5\x42\x5e\x5e\x1e\xcc\x66\x33\xec\x76\x3b\xd2\xd2\ +\xd2\x48\x2c\x1a\x7f\x1c\xc5\xc5\xc5\x68\x6b\x6b\xe3\x3c\xb7\x5a\ +\xad\xc8\xc9\xc9\x09\xb1\x4f\xa5\xa4\xa4\x70\x32\xca\x8e\x1c\x39\ +\x12\x7a\xbd\x1e\xd5\xd5\xd5\x38\x71\xe2\x04\xb4\x5a\x2d\x7c\x3e\ +\x1f\x86\x0f\x1f\x8e\xc9\x93\x27\x93\x31\xc6\xc5\xc5\x85\x84\xe3\ +\x30\xe3\xb6\xd9\x6c\x1c\x66\xcb\x61\x58\x51\x51\x51\xf8\xe3\x1f\ +\xff\x88\xd1\xa3\x47\x87\xbd\xa0\xdb\xda\xda\x30\x77\xee\x5c\x5c\ +\xbe\x7c\x59\xb4\x4c\x73\x73\x33\x91\xae\x62\x63\x63\x11\x1d\x1d\ +\x8d\x9a\x9a\x1a\xd1\x40\x50\x31\x60\x22\x94\x8d\x46\x23\xba\xba\ +\xba\x70\xe2\xc4\x09\xb8\xdd\x6e\xd1\xdb\xe9\x6c\x10\x32\x64\x13\ +\x62\xf0\xbe\xd2\x21\x54\x46\xaa\x5d\x8a\xa2\xb0\x77\xef\x5e\x9c\ +\x3d\x7b\x96\x2c\x0e\x83\xc1\x80\xb2\xb2\x32\x0e\x63\x0e\x87\x69\ +\x89\x8d\x5f\x2e\x14\x81\x5d\x96\xdf\xa7\x94\x31\x5f\xaa\x7f\x21\ +\x1b\xdd\xfc\xf9\xf3\x05\xb3\x08\xb0\xeb\x32\x69\x94\x9d\x4e\x27\ +\xf9\x60\x2a\xf3\xb1\x52\x76\x5b\x65\x65\x65\x84\xfe\xcc\x73\xe6\ +\xbb\x74\x62\xa7\x3a\x45\x51\x18\x3c\x78\x30\x06\x0c\x18\x40\x6c\ +\x26\x16\x8b\x85\x93\x9f\x2a\x26\x26\x06\xbf\xf8\xc5\x2f\x48\xdc\ +\x11\x1b\xd8\xe6\x8f\xb8\xb8\x38\x3c\xfe\xf8\xe3\x70\x38\x1c\x70\ +\x3a\x9d\x30\x1a\x8d\xb0\x5a\xad\x1c\x7a\xeb\x74\x3a\x94\x96\x96\ +\x92\x31\x33\x8c\x84\x4f\xab\x84\x84\x04\x4e\xbe\xf5\xf1\xe3\xc7\ +\x4b\xce\x0d\xd0\x2b\x30\x4c\x9e\x3c\x19\xe3\xc6\x8d\x23\x37\x24\ +\x98\x5c\x62\xec\x39\x99\x3c\x79\x72\xc8\x41\xa9\x52\xa9\x30\x67\ +\xce\x1c\x62\xb3\x1b\x3d\x7a\xb4\xe8\xdc\xab\x54\x2a\x2c\x5e\xbc\ +\x98\xd8\xaa\xcb\xca\xca\x42\xfa\x60\x60\xec\xd8\xb1\xf0\xfb\xfd\ +\x9c\xbe\x32\x32\x32\x90\x9e\x9e\x1e\x32\xef\x4c\x9a\x6c\xf6\xb3\ +\xbc\xbc\x3c\x0c\x1a\x34\x08\x1d\x1d\x1d\xf0\xfb\xfd\xe4\xb3\x5f\ +\xec\x7e\x72\x72\x72\xd0\xbf\x7f\xff\x90\xb5\x68\x36\x9b\x09\x0d\ +\x89\x7d\x94\xbf\x20\x2d\x16\x0b\xb9\xaa\x10\x0e\xf8\x7c\x3e\x59\ +\x09\xe7\xe6\xcd\x9b\xe8\xec\xec\x04\xd0\x1b\xa8\xf7\xb3\x9f\xfd\ +\x2c\xec\x7e\x18\x60\xf2\x0a\x01\xbd\x76\x31\x87\xc3\xa1\x88\x61\ +\xb1\x09\x62\x30\x18\xa0\xd1\x68\x88\x94\xe5\xf1\x78\xc8\x69\x29\ +\x65\xbb\x62\xb7\xc1\x27\x72\x79\x79\x39\xd6\xaf\x5f\x4f\xca\xc5\ +\xc7\xc7\xa3\xa8\xa8\x48\x52\x92\x94\xc2\x93\x6f\xe4\x57\x1a\xaa\ +\x20\x26\xa1\x85\x73\x38\x88\xa9\x8d\x9c\x6b\x50\x3c\xf7\xb8\x10\ +\x30\x6d\x44\x45\x45\x49\xa6\x3c\x11\x32\xce\xf2\xfb\x10\xba\x3f\ +\x08\xf4\x9e\xc8\x42\xf6\x21\xa6\x8c\x5c\xda\x13\x36\x44\x47\x47\ +\x87\xec\x01\x21\x7c\x68\x9a\x96\x34\x67\xb0\xf7\x83\x58\x39\xa1\ +\xf6\xf5\x7a\xbd\x68\x70\x34\x45\x51\x82\x87\x2a\xc3\xb4\x18\x06\ +\x2c\xf5\x19\x2e\x3e\xad\xd9\x99\x54\xf9\xe5\x99\xb2\x7c\x09\x8d\ +\x9d\x10\x91\xdd\x0e\x7f\x9e\x18\x5c\xf8\x73\xc3\x6e\x8f\xc1\x5d\ +\x68\x6e\xd9\x4c\x11\x10\x88\x74\x17\x32\xee\x2a\xd9\x24\x52\xfa\ +\x39\x03\xed\xed\xed\xc4\xe0\xc7\x7c\x3c\xf3\x7e\x80\x21\x9c\xcf\ +\xe7\x83\xdd\x6e\x27\x62\xbb\x1c\x30\x63\x8a\x8f\x8f\x87\xd1\x68\ +\x24\xee\xd5\xae\xae\x2e\xb4\xb6\xb6\x12\x22\x4a\x85\x22\xf0\x09\ +\xce\x7e\x2e\x26\xc5\xdd\x4f\x58\x03\xbf\x1f\x39\x90\xb3\x7f\x29\ +\xc1\x45\x89\x61\x5f\x48\xed\x10\x62\xf6\x62\x61\x15\x6c\x5c\xc3\ +\xb1\xa9\x49\xd5\x11\xea\x4b\x0c\x57\xa9\xf1\x48\xd1\x44\x49\xbb\ +\xe1\x8c\x27\x52\x7c\xd8\xb8\x84\x43\xb7\x70\xdb\x10\xc2\x4d\xac\ +\x9e\x18\xde\x72\xf1\x88\x4a\x6c\xb6\xb2\x57\x73\xc4\x10\x0d\x97\ +\x50\x00\x97\xa9\xcd\x9d\x3b\x17\x2b\x56\xac\x88\x28\x01\x3f\x1f\ +\x1f\x93\xc9\xa4\x98\x59\xb1\x71\xee\xd7\xaf\x1f\x62\x63\x63\x89\ +\xdb\xdd\xeb\xf5\xa2\xa6\xa6\x06\x8f\x3c\xf2\x08\x27\x07\x38\x53\ +\x4f\x68\x92\xc2\x5d\x50\x91\x7a\x09\xef\xf7\x0a\x8d\x94\x94\xa4\ +\xd4\xb8\x2f\xb6\xa9\x22\x6d\x4f\x69\x3d\xa9\x50\x12\x21\x5c\xee\ +\x87\x9e\x62\x0c\x49\x6e\x1d\x84\x4b\x57\x25\xb8\x3c\x48\x88\x24\ +\x4e\x91\x5d\x37\x1c\x06\x23\xf5\x3c\x52\x0f\xb9\x62\x86\xa5\x14\ +\x19\x25\x60\xb5\x5a\x89\x88\xc7\x5c\x80\x0c\x27\xe0\xf4\x41\x00\ +\x7b\xe2\xd2\xd2\xd2\x90\x93\x93\xc3\xf9\x78\x63\x75\x75\x35\x9e\ +\x7f\xfe\x79\xce\xbd\xb5\xfb\x99\x6c\x21\xda\x85\xa3\xd6\x31\x38\ +\x47\xe2\xd5\xe3\xf7\xcb\xfe\x5d\xc9\x98\xc4\x82\x66\xc5\xc6\x11\ +\xee\xa9\x19\xe9\x38\xa4\xd4\x17\xfe\xd8\xc2\x55\xa5\xc5\x9e\xdd\ +\xcf\x21\x75\xbf\xe3\x7d\x90\xb4\xfb\x7f\x89\x47\xa4\x8e\x1e\xd1\ +\xb0\x06\xb1\x4e\x1e\x84\x8b\x1e\xe8\xf5\x94\x98\x4c\x26\x74\x77\ +\x77\xe3\xca\x95\x2b\xe8\xee\xee\xe6\x18\x47\xd9\xc8\x89\xd9\x6e\ +\x84\x16\x60\x24\x52\x1f\x23\x99\x4d\x9d\x3a\x15\x3b\x77\xee\x24\ +\x6d\x9c\x3f\x7f\x1e\xdf\x7e\xfb\x2d\x9e\x7d\xf6\xd9\x90\x13\x41\ +\x28\x80\x54\x09\x3d\xee\xf7\x54\x61\xd4\xcc\x07\x15\xdd\x1e\x29\ +\xf0\xc7\xcb\x64\x33\x00\x40\x6c\x10\xcc\x3b\x26\x73\x02\xbb\x0c\ +\x1b\xf8\x31\x51\x81\x40\x00\x6d\x6d\x6d\xe8\xec\xec\x84\xd1\x68\ +\x24\x4e\x15\xa0\x57\x32\xf7\xfb\xfd\x21\x79\xc9\x69\xfa\xa7\x6f\ +\xdf\x51\x54\x6f\x9a\x12\x26\x18\x94\x8d\x33\x93\x2f\x5c\xab\xd5\ +\x72\x24\x7a\xaf\xd7\x8b\xd6\xd6\x56\x38\x9d\x4e\x12\x23\xc5\xff\ +\x34\xba\xc7\xe3\x21\xfd\x4a\xd1\xb0\xb3\xb3\x13\x6d\x6d\x6d\x50\ +\xa9\x54\x24\xbf\xbf\x10\xf8\xfd\x7e\x92\x92\xc7\x64\x32\x21\x21\ +\x21\x81\x8c\x93\x49\x51\x2e\x94\xbf\xde\xef\xf7\x13\x1a\x84\x33\ +\x97\xf7\x3b\xf7\x52\xf5\x1f\xd4\xba\x0a\xa7\xed\xb0\x55\x42\xb1\ +\x67\x4a\x20\x35\x35\x15\x43\x86\x0c\xc1\xc1\x83\x07\x71\xed\xda\ +\x35\x5c\xbc\x78\x11\x85\x85\x85\xa4\x4d\x25\x1b\x93\x79\xc7\x7c\ +\x10\x22\x27\x27\x27\xac\xc8\x7c\xfe\xa6\x9b\x3e\x7d\x3a\x32\x33\ +\x33\xd1\xd0\xd0\x00\xa0\xf7\xf6\xfd\x3b\xef\xbc\x83\xd1\xa3\x47\ +\x73\xae\x06\x48\xd9\xb2\xa4\x08\xcc\x8f\xbf\x89\x34\x1e\x2b\x12\ +\xa6\x25\x66\x5f\x62\x6c\x08\x4a\xda\x94\x1a\xf7\xde\xbd\x7b\x71\ +\xea\xd4\x29\xd0\x74\xef\x9d\xbf\xf8\xf8\x78\xc4\xc6\xc6\xc2\x6c\ +\x36\x63\xd9\xb2\x65\x48\x48\x48\xc0\xbf\xfc\xcb\xbf\x84\xe4\x68\ +\x57\xa9\x54\x98\x39\x73\x26\xf9\xd0\x45\x53\x53\x13\x2a\x2a\x2a\ +\xd0\xd2\xd2\x02\x8b\xc5\x82\xae\xae\x2e\x32\x37\xa3\x46\x8d\x42\ +\x7d\x7d\x3d\x0e\x1c\x38\x80\x27\x9f\x7c\x92\x93\x5b\xcc\x66\xb3\ +\xa1\xbc\xbc\x1c\x8f\x3e\xfa\x28\xe2\xe2\xe2\xf0\xf1\xc7\x1f\xc3\ +\xef\xf7\xe3\xd9\x67\x9f\xe5\x18\x8a\xdb\xdb\xdb\xf1\xed\xb7\xdf\ +\x62\xf1\xe2\xc5\x24\x04\xa3\xae\xae\x0e\x3b\x76\xec\x40\x77\x77\ +\x37\xcc\x66\x33\x1c\x0e\x07\xac\x56\x2b\xe6\xcf\x9f\x4f\xbe\xf8\ +\x63\xb3\xd9\xf0\xd9\x67\x9f\x61\xed\xda\xb5\xa2\x1f\x17\xe9\xee\ +\xee\xc6\xee\xdd\xbb\x71\xee\xdc\x39\x98\xcd\x66\x04\x02\x01\xb8\ +\xdd\x6e\x8c\x19\x33\x06\x53\xa7\x4e\xe5\x18\xb7\xef\xde\xbd\x8b\ +\x8a\x8a\x0a\xd8\x6c\x36\x92\xbe\x86\xa6\x69\x92\x67\xed\xea\xd5\ +\xab\xd8\xb1\x63\x07\x9e\x7a\xea\x29\x4e\x6e\xab\x40\x20\x80\xaf\ +\xbf\xfe\x1a\x26\x93\x09\x73\xe6\xcc\x51\xec\x04\x52\x62\x7f\x55\ +\x62\xef\x93\x5a\xb7\x4a\x6d\x88\x4a\x40\xca\x2e\xcc\x3c\x7b\xa0\ +\xe9\x65\xe4\x20\x2e\x2e\x0e\x33\x66\xcc\xc0\x91\x23\x47\xd0\xd2\ +\xd2\x82\xf2\xf2\x72\x8c\x18\x31\x82\x4c\xaa\x90\xd8\x2d\x34\x60\ +\x9f\xcf\x87\xb7\xde\x7a\x0b\x9b\x37\x6f\xc6\xa2\x45\x8b\xf0\xc2\ +\x0b\x2f\x20\x25\x25\x25\x6c\xa2\x00\xbd\x9f\x2e\x5a\xb4\x68\x11\ +\xfe\xf3\x3f\xff\x93\x30\x96\x8b\x17\x2f\xe2\xd7\xbf\xfe\x35\xde\ +\x7e\xfb\x6d\xf2\x19\x24\x29\xe2\x47\xaa\x9b\xff\x57\x81\xd4\x42\ +\x0b\xe7\x90\xe0\x3f\x2b\x29\x29\xc1\xac\x59\xb3\xe0\xf7\xfb\xf1\ +\xee\xbb\xef\xa2\xa8\xa8\x88\x30\x79\x8d\x46\x03\xbb\xdd\x0e\x9d\ +\x4e\x87\xb5\x6b\xd7\x92\x68\x76\x06\x18\x53\x40\x7b\x7b\x3b\x3e\ +\xfe\xf8\x63\xe4\xe6\xe6\x62\xe9\xd2\xa5\x30\x9b\xcd\xf0\xf9\x7c\ +\xf8\xe1\x87\x1f\x50\x57\x57\x87\xbc\xbc\x3c\xf4\xf4\xf4\xa0\xb9\ +\xb9\x39\x44\xba\xf6\xf9\x7c\x68\x6e\x6e\x26\xe1\x0a\x76\xbb\x1d\ +\x57\xae\x5c\xc1\xf7\xdf\x7f\x8f\xd9\xb3\x67\x73\xca\xb5\xb4\xb4\ +\x10\x87\xcf\xb5\x6b\xd7\xb0\x71\xe3\x46\x4c\x9b\x36\x0d\x63\xc6\ +\x8c\x21\xa9\xa9\xf7\xee\xdd\x8b\x0f\x3f\xfc\x10\xcf\x3d\xf7\x1c\ +\xd2\xd2\xd2\x10\x08\x04\x70\xef\xde\x3d\x51\xfa\xf8\x7c\x3e\x94\ +\x97\x97\xc3\x6e\xb7\x63\xcd\x9a\x35\x48\x4e\x4e\x06\x4d\xd3\xb8\ +\x71\xe3\x06\x36\x6e\xdc\x08\xa7\xd3\x89\x85\x0b\x17\x42\xa5\x52\ +\xa1\xb5\xb5\x15\x1b\x36\x6c\xc0\x88\x11\x23\xb0\x72\xe5\x4a\x12\ +\x8f\x76\xfe\xfc\x79\x72\xa5\x2d\x27\x27\x07\x87\x0e\x1d\xc2\xb6\ +\x6d\xdb\xb0\x62\xc5\x0a\x42\xa3\x9a\x9a\x1a\x5c\xba\x74\x09\xcf\ +\x3f\xff\x7c\x58\xc6\x71\x25\x36\x26\x39\x95\x57\x89\xfa\x1f\x8e\ +\x73\x40\x6a\xbd\x29\xc1\x57\xd2\xe2\xcd\xf6\x78\x09\xfd\x1e\xae\ +\xa7\x89\xf9\x5e\x5b\x4e\x4e\x0e\x02\x81\x00\xbe\xfc\xf2\x4b\xec\ +\xdb\xb7\x4f\xb6\x3f\x3e\x6c\xdf\xbe\x1d\xeb\xd7\xaf\x47\x5d\x5d\ +\x1d\xb6\x6c\xd9\x22\x7a\x57\x4d\x09\x4e\x5a\xad\x16\x4f\x3e\xf9\ +\x64\x48\x0a\xe3\xea\xea\x6a\xac\x5d\xbb\x16\x47\x8f\x1e\xe5\x7c\ +\xa4\x53\xcc\xeb\xa7\xc4\x3e\xc5\x1e\x9b\x52\x3c\x23\xb1\x9f\x09\ +\xe1\x29\x44\x4f\xa5\x46\x6c\xb1\x31\x33\x9f\xc4\xd2\x6a\xb5\xd0\ +\x6a\xb5\x24\x25\x8a\x56\xab\xfd\xc9\x48\xfa\xe3\x5d\x3d\xe6\xae\ +\x1f\xf3\xc3\x6c\xc6\x3d\x7b\xf6\x20\x29\x29\x09\xf3\xe7\xcf\x27\ +\x09\x1a\xf5\x7a\x3d\x0a\x0b\x0b\xb1\x74\xe9\x52\xa2\x2e\xb1\x5d\ +\xe9\x6c\x9a\xf3\xbf\xc0\x5c\x56\x56\x86\x1f\x7e\xf8\x81\xc4\xfb\ +\xf1\xe7\xc7\xe7\xf3\xa1\xaa\xaa\x0a\xe3\xc6\x8d\xc3\xc4\x89\x13\ +\x61\x30\x18\xc8\x17\x66\xe6\xcd\x9b\x87\xec\xec\x6c\xec\xda\xb5\ +\x8b\x8c\x93\x9f\x8b\x9f\x4d\xc7\xba\xba\x3a\xd4\xd7\xd7\x63\xc5\ +\x8a\x15\x48\x4d\x4d\x25\xf8\x64\x67\x67\x63\xd5\xaa\x55\x38\x79\ +\xf2\x24\xf9\x18\x6c\x75\x75\x35\xd2\xd3\xd3\x31\x67\xce\x1c\x72\ +\x29\x58\xa7\xd3\x61\xe4\xc8\x91\xe4\xae\x9e\x4e\xa7\xc3\xe2\xc5\ +\x8b\xd1\xd0\xd0\x80\x53\xa7\x4e\x01\xe8\xcd\x07\xb5\x7d\xfb\x76\ +\x94\x96\x96\x0a\x86\x6d\x28\x9d\x57\x39\x8f\xb7\xdc\x1a\x90\x7a\ +\x2e\xc6\xcc\xc4\x98\x92\x94\x07\x51\xae\x2f\x49\x86\xc5\x6e\x5c\ +\xe8\xf7\x48\x8c\x8f\x83\x06\x0d\xc2\x53\x4f\x3d\x05\xbd\x5e\x8f\ +\x7b\xf7\xee\xe1\xb7\xbf\xfd\x2d\xc9\x8b\xc3\xef\x83\x8f\x6c\x30\ +\x18\x44\x75\x75\x35\x7e\xf3\x9b\xdf\xa0\xb9\xb9\x19\x7a\xbd\x1e\ +\x4f\x3f\xfd\x34\xe7\x63\x90\xe1\x02\x4d\xd3\x18\x30\x60\x00\x7e\ +\xfd\xeb\x5f\x87\x48\x69\x7b\xf7\xee\xc5\xca\x95\x2b\xf1\xe7\x3f\ +\xff\x19\x97\x2e\x5d\xe2\xa4\x87\xe5\xd3\xa0\xbb\xbb\x1b\x47\x8f\ +\x1e\xc5\x85\x0b\x17\x24\x69\x10\x2e\xdd\x22\xf5\x3a\x09\xf5\x29\ +\xb4\xb0\xa4\xf0\x11\x7a\x2f\x34\x47\x52\xf8\x79\x3c\x1e\xdc\xbb\ +\x77\x8f\xf3\xd3\xd6\xd6\x46\xbe\x55\x78\xee\xdc\x39\x72\x0f\x90\ +\xdf\x06\xfb\xb3\xf3\x2e\x97\x0b\x8d\x8d\x8d\x24\x23\x6d\x53\x53\ +\x13\x49\xa4\xc7\x5e\x2b\x7d\xfa\xf4\xc1\x82\x05\x0b\xf0\xdd\x77\ +\xdf\xe1\xe6\xcd\x9b\x1c\x5c\x98\xe4\x77\x36\x9b\x4d\x30\xc7\x3e\ +\x45\x51\x28\x2a\x2a\xc2\xd5\xab\x57\x39\x37\x20\xc4\xc6\xcf\xa4\ +\x84\x61\xa2\xce\xd9\xef\xfa\xf6\xed\x8b\xb4\xb4\x34\xd4\xd5\xd5\ +\xc1\xeb\xf5\xe2\xfa\xf5\xeb\x9c\xac\xa9\xcc\x37\x15\xbd\x5e\x2f\ +\x27\x30\x33\x3e\x3e\x1e\x0b\x16\x2c\xc0\xf6\xed\xdb\x71\xeb\xd6\ +\x2d\x54\x54\x54\x20\x37\x37\x97\x64\x3c\x95\x5a\x2b\xe1\xac\x09\ +\xa5\xf5\x23\x0d\x83\x10\x03\xa9\x98\x3f\xb9\x32\x40\x18\x5e\x42\ +\x31\x83\x73\xb8\xa0\x56\xab\xb1\x6a\xd5\x2a\x92\xc9\xf1\xef\x7f\ +\xff\x3b\x9e\x7e\xfa\x69\xfc\xf2\x97\xbf\xc4\xec\xd9\xb3\x05\xaf\ +\xc6\x04\x83\x41\xdc\xbc\x79\x13\x5b\xb7\x6e\xc5\x7b\xef\xbd\x87\ +\x1b\x37\x6e\x40\xad\x56\x63\xe9\xd2\xa5\x78\xe2\x89\x27\x38\x81\ +\x6f\xe1\x4a\x22\x4c\x9d\x79\xf3\xe6\xa1\xa9\xa9\x09\xbf\xfb\xdd\ +\xef\x48\x0a\x10\x00\xa8\xaf\xaf\xc7\xef\x7f\xff\x7b\x7c\xf6\xd9\ +\x67\x18\x33\x66\x0c\x46\x8c\x18\x81\xac\xac\x2c\xf2\x55\x6b\xbb\ +\xdd\x8e\xba\xba\x3a\x9c\x3a\x75\x0a\xa7\x4e\x9d\xe2\x24\x02\x94\ +\x9a\x0c\xa5\xf1\x3e\xf7\x13\x8b\x25\x17\xdd\x2e\x54\x4e\x08\x07\ +\xb1\xf1\x08\xc5\x20\xb1\x41\xa5\x52\xa1\xb9\xb9\x19\x9b\x37\x6f\ +\xe6\x38\x57\x98\xab\x55\x4c\xce\x2c\xbe\xe3\x85\xdf\x97\x4a\xa5\ +\xc2\xc5\x8b\x17\xf1\xd9\x67\x9f\x71\x24\x2a\x87\xc3\x41\x72\x9f\ +\x33\x10\x0c\x06\x31\x78\xf0\x60\x14\x15\x15\x61\xf3\xe6\xcd\x78\ +\xfa\xe9\xa7\x39\x75\x18\xf5\x8b\x6d\xf0\x67\x8f\xc3\x6a\xb5\xc2\ +\xe3\xf1\x84\x24\x7c\x14\x9a\x07\xbb\xdd\x4e\x52\xc2\x08\x05\xea\ +\x5a\xad\x56\x72\xfd\x8b\x9d\xeb\x1c\xe8\xbd\xf8\x7d\xe0\xc0\x01\ +\xc2\xb8\x57\xad\x5a\x45\x2e\x7d\x0f\x1b\x36\x0c\x0d\x0d\x0d\x78\ +\xed\xb5\xd7\x30\x70\xe0\x40\x2c\x5d\xba\x54\x30\x50\x53\x6c\x3d\ +\x88\x39\xa8\xa4\xec\x55\x62\x36\x2c\x39\x29\x5c\x8e\xd1\x48\xb5\ +\x29\x65\x63\x15\x5b\x5b\x8a\x19\x56\x24\x27\xbd\x18\xc4\xc5\xc5\ +\xe1\x5f\xff\xf5\x5f\xe1\x70\x38\x50\x59\x59\x89\x73\xe7\xce\xe1\ +\xb9\xe7\x9e\xc3\x84\x09\x13\x30\x75\xea\x54\x0c\x19\x32\x04\xb1\ +\xb1\xb1\xe4\x83\x00\x35\x35\x35\xd8\xb7\x6f\x1f\xce\x9e\x3d\x0b\ +\xbf\xdf\x0f\x8d\x46\x83\x25\x4b\x96\xe0\xdf\xfe\xed\xdf\x38\x29\ +\x2a\xc2\x91\x40\xf8\x04\x61\x54\x43\x8d\x46\x83\x3f\xfe\xf1\x8f\ +\x44\x94\x07\x7a\x37\xc1\x95\x2b\x57\x70\xe5\xca\x15\x7c\xf1\xc5\ +\x17\x44\xf5\x61\xbc\x54\xec\x13\x92\x0d\x7a\xbd\x9e\x7c\xce\x5c\ +\x8c\x96\xe1\xe0\x18\x49\x1b\x4a\xca\x2b\xe9\x43\xc9\x21\xc5\x7f\ +\x1f\x0c\x06\x91\x96\x96\x86\x67\x9f\x7d\x96\xa3\xce\x50\x54\x6f\ +\xf4\xb4\xdf\xef\x87\x56\xab\x45\x5b\x5b\x1b\xc9\x50\x20\xd4\x47\ +\x30\x18\xc4\x88\x11\x23\xf0\xe2\x8b\x2f\x72\xc2\x60\x9a\x9b\x9b\ +\xf1\xd7\xbf\xfe\x55\x90\x19\x4f\x9c\x38\x91\xe4\x92\x2f\x2e\x2e\ +\x26\xed\x32\x86\x71\xa7\xd3\x49\x0c\xf0\xec\x3e\x19\x83\x38\x3f\ +\x9a\x5c\x08\x2f\xab\xd5\x4a\x32\x94\xf0\x37\x26\x3b\x25\x0c\xa3\ +\x36\xb3\xf3\xae\x8d\x18\x31\x02\x39\x39\x39\xf0\xfb\xfd\xf8\xfc\ +\xf3\xcf\xc9\x0d\x10\xa0\x97\xd1\x17\x17\x17\xe3\xc0\x81\x03\x98\ +\x38\x71\x22\xe7\xd2\x77\xa4\x4e\x17\xf6\xdf\x91\xd8\xb0\x22\xe9\ +\x4f\xae\x6f\xa9\xf7\x62\x38\x68\x80\x9f\xd2\xed\x0a\x6d\x3c\x39\ +\x8f\x01\xdf\xf5\x2a\xd6\x0e\xbf\x7e\x56\x56\x16\xde\x7a\xeb\x2d\ +\x64\x64\x64\x60\xe3\xc6\x8d\x68\x6f\x6f\xc7\xf6\xed\xdb\xb1\x6b\ +\xd7\x2e\x44\x45\x45\x41\xab\xd5\x22\x18\x0c\xa2\xa7\xa7\x87\x93\ +\xe8\x2b\x2d\x2d\x0d\xab\x57\xaf\xc6\xda\xb5\x6b\xc9\xed\x75\x31\ +\xbc\x18\x7c\x84\xd2\x09\x0b\xe1\xa4\xd7\xeb\xb1\x7a\xf5\x6a\x64\ +\x65\x65\xe1\x8d\x37\xde\xc0\xfe\xfd\xfb\x43\xd2\x89\x30\x2e\x72\ +\xb9\x34\x23\x59\x59\x59\x78\xe6\x99\x67\x38\xf9\xb9\x85\xf0\x64\ +\xe3\x16\x08\x04\x44\xe9\x2f\x74\x5a\xf2\xc7\x25\xe7\x15\x92\x3a\ +\xd9\xe4\x40\xaa\x0e\xff\xe4\x64\xf7\xc7\x7c\x9d\x59\x28\x3d\x89\ +\x56\xab\x45\x7e\x7e\x3e\xf6\xec\xd9\x83\xdc\xdc\xdc\x10\x4f\x9c\ +\xcb\xe5\x22\x92\x90\x46\xa3\x81\xc1\x60\x20\xd2\x34\x63\xeb\xe2\ +\xdb\x98\xd8\xb6\xb3\xd2\xd2\x52\x6c\xd8\xb0\x01\xbb\x77\xef\x26\ +\x52\x52\x5c\x5c\x1c\x52\x52\x52\x70\xf4\xe8\x51\x2c\x5e\xbc\x98\ +\xd3\x5f\x20\x10\xc0\xa1\x43\x87\x42\x70\x11\x0b\x6e\x1e\x3e\x7c\ +\x38\xfe\xfa\xd7\xbf\xa2\xa9\xa9\x89\x1c\x4a\x4c\xff\x0d\x0d\x0d\ +\x68\x6b\x6b\xc3\xa0\x41\x83\xa0\xd3\xe9\x90\x9d\x9d\x8d\x13\x27\ +\x4e\x90\x6f\x54\x9a\xcd\x66\xf2\xa9\x38\x76\x82\x3c\x66\x6c\x1a\ +\x8d\x06\xa9\xa9\xa9\xa2\xc9\xf3\xa4\x24\x11\xbe\x13\x48\xc9\xfc\ +\x4a\x85\x0f\x29\x95\xc0\xef\xc7\xcb\x28\xa6\x79\xf0\x9f\x6b\xd4\ +\x6a\x35\xf2\xf2\xf2\x48\xc6\x45\xfe\x5d\x2f\x39\x6b\x3e\xf3\xbb\ +\x56\xab\xc5\x88\x11\x23\x48\x3c\x8b\x92\xbb\x5b\x19\x19\x19\x78\ +\xed\xb5\xd7\x50\x52\x52\x82\xcd\x9b\x37\xe3\xe4\xc9\x93\xb8\x77\ +\xef\x1e\xba\xba\xba\x08\xb3\xd1\x68\x34\x88\x8f\x8f\x47\x5a\x5a\ +\x1a\x26\x4d\x9a\x84\x25\x4b\x96\x60\xcc\x98\x31\xa2\x97\x35\x19\ +\xb0\x58\x2c\x18\x3d\x7a\x34\x5a\x5b\x5b\x31\x60\xc0\x00\xc1\xcf\ +\x6f\x0b\x4d\xb6\x46\xa3\xc1\xf4\xe9\xd3\x31\x6c\xd8\x30\x54\x54\ +\x54\x60\xcb\x96\x2d\x38\x7b\xf6\x2c\x5a\x5b\x5b\x65\xc5\x63\x93\ +\xc9\x84\xfe\xfd\xfb\x63\xda\xb4\x69\x58\xb6\x6c\x19\x46\x8e\x1c\ +\x49\x24\x02\x21\x4f\xa2\x4e\xa7\x43\x41\x41\x01\xa2\xa2\xa2\xc8\ +\x06\x64\x7f\xe2\x5e\xea\xa4\xd3\x68\x34\xe4\x36\x3c\x63\x9f\xe0\ +\xdf\x3f\x63\x87\x30\x28\x99\x4b\x25\x20\xb4\x11\xf8\x2a\x13\xbb\ +\x3f\x8f\xc7\xc3\xf9\xbc\x15\x03\xcc\x86\x2d\x2e\x2e\xc6\xbb\xef\ +\xbe\x8b\xcf\x3f\xff\x1c\xb3\x66\xcd\x42\x5c\x5c\x1c\xdc\x6e\x37\ +\x4e\x9f\x3e\x8d\xfa\xfa\x7a\x2c\x5b\xb6\x4c\x74\x8e\xf9\xcf\xf9\ +\x7d\x44\x45\x45\xe1\xd1\x47\x1f\xc5\x6b\xaf\xbd\x46\xee\x9d\x32\ +\x09\xed\x3e\xf8\xe0\x03\x68\xb5\x5a\x14\x15\x15\xc1\x62\xb1\xa0\ +\xb3\xb3\x13\xfb\xf6\xed\x43\x5b\x5b\x1b\x16\x2c\x58\x40\xc6\xe0\ +\xf1\x78\x88\xbd\x94\x01\xad\x56\x8b\x98\x98\x18\x3c\xf4\xd0\x43\ +\x18\x39\x72\x24\x49\x09\x93\x91\x91\x01\x9a\xa6\x71\xf5\xea\x55\ +\x54\x54\x54\x60\xd2\xa4\x49\x64\x4e\x66\xcc\x98\x81\x75\xeb\xd6\ +\xa1\xbc\xbc\x1c\x53\xa6\x4c\x41\x4c\x4c\x0c\x7a\x7a\x7a\x70\xf1\ +\xe2\x45\xb4\xb5\xb5\x09\x4a\x7b\x52\xd7\xdd\xc4\x18\x89\x12\xe7\ +\x8f\x54\x9b\xfc\xf6\xa5\xda\x0a\xe7\xb9\x12\xc9\x4a\x4a\xa5\x24\ +\x7f\x07\x83\x41\xda\xe9\x74\x12\x83\x72\x54\x54\x94\xec\x45\x4d\ +\x21\x08\x06\x83\x70\x3a\x9d\x08\x04\x02\xc4\xeb\x12\x4e\x14\xbb\ +\xd7\xeb\xc5\x9d\x3b\x77\x48\xae\x6d\x26\x4d\x4d\x74\x74\x34\x52\ +\x52\x52\x90\x93\x93\x83\xb4\xb4\xb4\x90\x0b\x96\x62\x84\xf5\xfb\ +\xfd\xe4\xdb\x6c\x3a\x9d\x0e\x26\x93\x49\x54\x9f\x16\x22\x16\xf3\ +\xbe\xa3\xa3\x03\x67\xcf\x9e\xc5\x99\x33\x67\x70\xf1\xe2\x45\xdc\ +\xbc\x79\x13\xed\xed\xed\xe8\xe9\xe9\x21\x1f\x3c\xe8\xd3\xa7\x0f\ +\x06\x0c\x18\x80\xe1\xc3\x87\xa3\xa0\xa0\x80\x7c\x21\x44\x08\xd8\ +\x7d\x33\x9f\x67\x62\x98\x33\x45\xf5\x7e\x5c\x80\x51\x37\xe5\x3c\ +\x8e\xdd\xdd\xdd\x1c\x29\xcb\x60\x30\x90\x10\x11\x25\xd2\x14\x9f\ +\x71\xbb\xdd\x6e\xbc\xfc\xf2\xcb\x58\xbe\x7c\x39\x89\x91\x62\x97\ +\x15\x5b\x44\x81\x40\x80\x18\x87\x07\x0c\x18\x40\xda\xeb\xee\xee\ +\xc6\x9b\x6f\xbe\x89\x60\x30\xc8\xd9\xf0\x14\x45\xe1\xe1\x87\x1f\ +\x26\x19\x0c\xda\xdb\xdb\xb1\x63\xc7\x0e\xdc\xba\x75\x8b\xd8\xac\ +\xac\x56\x2b\x8a\x8b\x8b\x91\x9d\x9d\x8d\x1b\x37\x6e\xe0\xf8\xf1\ +\xe3\x58\xb2\x64\x09\xe7\xe0\xe9\xe8\xe8\xc0\xf6\xed\xdb\x31\x77\ +\xee\x5c\xc4\xc4\xc4\x60\xdb\xb6\x6d\x04\x07\x36\x9c\x3b\x77\x0e\ +\x07\x0e\x1c\xc0\xaa\x55\xab\xc8\x81\x7c\xeb\xd6\x2d\x7c\xf7\xdd\ +\x77\x24\x2b\x02\x45\xf5\xde\x7c\x98\x35\x6b\x16\x39\x34\x1c\x0e\ +\x07\xde\x78\xe3\x0d\x72\x49\x9e\xa1\x43\x6a\x6a\x2a\x16\x2c\x58\ +\x00\x8b\xc5\x02\x9f\xcf\x87\x7d\xfb\xf6\xe1\xf4\xe9\xd3\x1c\xc9\ +\x6f\xfc\xf8\xf1\x18\x33\x66\x0c\x07\xdf\x96\x96\x16\x7c\xf7\xdd\ +\x77\x68\x6e\x6e\x26\x34\xb4\x58\x2c\x28\x2a\x2a\x22\x92\x17\x03\ +\x1e\x8f\x07\xdf\x7c\xf3\x0d\xf9\x38\x83\xd4\x3a\xfa\x47\xc2\x83\ +\xee\xe7\x7e\xdb\xa3\xe8\x08\x02\x88\x22\x89\x2c\x7f\x90\x88\x2b\ +\xf1\x34\x28\xa9\xcf\x37\xf2\xc9\xb5\xd9\xd3\xd3\x43\x0c\xa8\x4c\ +\xa8\x83\x5a\xad\x86\x56\xab\x25\xea\x8a\xd8\xf8\x94\x9c\x1e\x91\ +\x94\x95\x1a\x1b\x1f\x17\x29\x63\xaa\x18\xc3\x12\x33\xdc\xf2\xdb\ +\x65\xb2\x75\xf0\x69\xe0\x72\xb9\x38\x49\xf3\x98\x3a\x06\x83\x81\ +\x7c\x23\x90\x69\xa3\xb3\xb3\x13\x1e\x8f\x07\x5a\xad\x16\xd1\xd1\ +\xd1\x44\x8a\x0e\x04\x02\xf0\xfb\xfd\x24\xa2\x9d\x01\xc6\x60\xcd\ +\x44\xb0\x0b\x45\xba\x33\x7d\x32\xe5\xd8\xe3\xf5\xfb\xfd\xb0\xdb\ +\xed\xf0\xf9\x7c\xd0\xeb\xf5\x88\x89\x89\x09\x91\xc4\x19\xfc\xd9\ +\xe3\x56\xab\xd5\x88\x8a\x8a\xe2\x94\x75\x3a\x9d\x70\xb9\x5c\xa0\ +\xa8\xde\x28\x7f\x31\x0d\x83\xb9\xf4\xef\xf5\x7a\xc9\x81\x27\x94\ +\x27\x8b\xa6\x69\xc1\xe8\x7c\xb1\xf5\x15\xce\xf3\x70\xd6\xa6\x98\ +\x7a\x27\x54\x8e\xf9\x5b\xc9\x61\x1b\xe9\xde\x8f\xe8\x6a\x4e\x38\ +\x9b\x47\xec\x84\x97\xd3\x55\xa5\xda\x91\x23\x8a\x98\x1e\x2f\x14\ +\x05\xac\xc4\x5b\xc7\x94\x31\x18\x0c\x61\xa5\x8a\x55\xd2\x47\x38\ +\x31\x59\x62\x8b\x4c\x6a\x21\xf2\xdd\xd9\x42\x73\xa0\x34\x9e\x4e\ +\xc8\x35\xce\xd4\x65\x27\xc6\x63\xe3\x25\x97\xf2\x87\x8d\x0b\x3f\ +\x29\x1d\xd3\x27\x9b\x11\xb2\x69\xca\x4e\xa7\x02\x80\x7c\x8d\x5b\ +\x68\x73\xf2\x25\x4f\x46\xfd\x67\x3b\x6d\xf8\x36\x38\x00\x8a\x53\ +\x16\xf1\x53\xe7\x88\xcd\xbd\x4a\xa5\x12\x1d\x27\x9f\x2e\x91\xa4\ +\x2a\x97\xa3\x73\xb8\x65\x85\xd6\x96\x94\x46\x22\x35\x26\x29\x50\ +\xba\x1f\x55\xfc\x0a\x0f\x12\xc4\x18\x5d\xa4\x7d\xb1\x03\x20\xa5\ +\x8c\x80\x4a\xb8\xbc\x52\x9d\x99\xdd\x2e\xbb\x7f\xa1\x00\x57\xa9\ +\x53\x49\xa8\x7d\x29\xa9\x4e\x2a\x6e\x86\x5f\x4e\x08\x57\x39\x7a\ +\x47\xe2\xb6\x96\xc2\x41\xca\xc6\x24\x15\x52\x21\x44\x5f\x31\x1c\ +\x1f\x94\x7a\xc2\xa6\x5b\xb8\xd2\x6c\x38\x01\xb8\xff\x48\x95\x4d\ +\xee\xf0\x12\xc2\x5b\xaa\x8c\xdc\x9a\x0b\x77\x2c\xf7\xeb\x95\x16\ +\x03\xc5\xb9\x5d\x84\x16\x9d\x94\xc1\x53\xaa\x1c\xbb\xbc\x54\x1d\ +\x3e\x63\x10\x23\xa8\x18\x13\x13\x32\x3a\x33\x9b\x4b\x2c\xce\x49\ +\x09\x33\x95\xc2\x81\xfd\x5e\x68\x53\xc8\x19\xd3\xc5\xfa\x93\x62\ +\x0a\x4a\x21\x52\x03\xbb\x18\xdd\xa5\x3c\x85\x62\xed\x09\x95\x13\ +\x92\xba\xc5\x62\x9f\x94\x8c\x43\x0a\x2f\xb9\xbf\x95\x6c\x6c\xa9\ +\x67\x72\x9a\x82\x1c\xad\x23\x81\x70\x34\x1e\x31\xba\x0a\x3d\x7f\ +\x10\xb8\x29\xc1\x87\x8d\x83\x5c\xbf\x44\x25\x54\x1a\x1f\x21\xf7\ +\x4c\x8e\xa0\x4a\xb9\x6b\x24\x27\xa0\x14\xd3\x92\x53\x6d\xc3\x51\ +\x0d\xa5\x08\x1a\x8e\xda\xa9\x64\x03\x8a\x49\x6d\xe1\xa8\xd4\x52\ +\xf5\x94\xda\xef\x94\x80\x98\xaa\x10\xa9\x04\x2a\x45\x1f\xb1\x79\ +\x55\x8a\x73\x24\xae\x7f\xb9\xb2\x42\x0c\x59\xe9\x81\x14\x2e\x44\ +\x22\x6d\x46\x2a\x55\x86\xeb\x5d\x56\x62\x02\x11\x3a\x04\x95\x98\ +\x9e\x54\x62\x0d\x86\x4b\x3c\x7e\x5d\xf6\x82\x12\x92\xc4\xc4\xa4\ +\x2b\x31\x4e\x2f\x74\xfa\x8a\x49\x34\x6c\x82\xb0\x17\xa6\x94\x7a\ +\x22\x24\x75\x49\xa9\x7f\x62\xf8\xc9\xa9\x72\x62\x4c\x4e\x0a\x17\ +\x31\x69\xf0\x7e\x40\x6a\x2c\x52\xb8\xca\x8d\x41\x4e\xd2\x92\x93\ +\xca\x95\x8e\x53\xa9\x71\x57\xca\x84\xa0\xe4\x00\x92\x1a\x43\x38\ +\xea\xa1\x50\x7f\x4a\xfb\xba\x1f\x27\x8c\x50\xf9\x07\xa1\xaa\xfe\ +\x57\x48\x84\x42\x70\x7f\xe9\x3e\x59\x08\x28\x55\x7b\xe4\x36\x36\ +\xdf\xbe\xa0\xa4\x9c\x10\x11\x94\x2e\x1c\x25\x6a\xac\x12\x42\x0b\ +\x31\x39\xf6\x38\xa4\xe8\xc3\x7e\x2e\xc7\x10\xa5\x18\x98\x12\xfb\ +\x85\xd0\x78\x23\xb5\x29\x28\xa1\x55\x24\x1b\x58\x6e\x2e\xe5\xa4\ +\x17\x25\xf6\x34\xf6\x1c\x49\xb5\x23\xc5\x90\xf8\x26\x06\xa1\x03\ +\x53\xa9\x43\x43\xec\xb9\x9c\x19\x44\x6c\x2e\xc2\x61\x28\x4a\xec\ +\x8c\x7c\x90\xb3\xf5\x86\x53\x2f\x1c\x08\x61\x58\x91\x36\xc8\xb7\ +\x15\x09\x0d\x24\x92\x36\xc3\x35\x8c\x8b\xd5\x15\xb3\x33\x48\x95\ +\x63\x4b\x69\x4a\xd4\x60\x31\x31\x57\x8c\x01\x0b\x49\x88\x7c\xc9\ +\x50\xaa\xbd\x70\x54\x72\xb1\xbe\x22\x9d\x17\x31\xbc\x85\xca\xca\ +\xd1\x4c\x29\xce\x4a\xc6\x2a\x37\xc6\x70\x24\x0d\x25\xb6\x3b\xb9\ +\x77\xf7\xa3\x12\x86\xa3\xc2\x09\xcd\x89\xd2\x7d\x27\x37\x47\x52\ +\x20\x67\x8b\x0c\x07\x94\xe0\xab\x92\x52\xc3\xc4\x1a\x51\xa2\x4e\ +\xc8\x21\x10\x8e\xf7\x28\xdc\x41\xc9\x95\x97\xf2\x12\xc9\x39\x08\ +\xe4\xa4\x15\xa6\x7d\x7e\x3d\xa1\x36\xf9\x75\xc4\xbc\x90\x62\x7d\ +\x29\xc1\x49\x8c\x1e\x42\x75\x34\x1a\x0d\x4a\x4a\x4a\x38\x17\x7a\ +\xa5\x9c\x24\x72\xb8\x09\xe1\x29\xa7\x92\x8b\xa9\xe1\x72\x6b\x4e\ +\xaa\x0f\xbe\x59\x40\x0c\x57\x39\x3a\x8b\xe1\x2d\x64\xb8\x57\x6a\ +\x60\x57\x52\x2e\x5c\x69\x26\x1c\xfb\x99\x92\xf6\xa4\xfa\x79\x90\ +\xcc\x49\x11\x73\xa7\x7f\xac\x29\xa5\xa6\x88\x19\xb2\xc5\x9e\x89\ +\xfd\x7e\x3f\x6d\x3e\x28\x42\x29\x69\x9b\x4f\x44\x29\xd5\x4b\xe9\ +\x58\xc5\xec\x3b\x72\x74\xe4\xe3\x21\xd6\xb7\xd2\xb1\x8a\xe1\x28\ +\x87\xcb\x83\xa0\xed\x3f\xaa\x5e\x24\x7d\x84\xb3\xde\x94\xd0\xea\ +\x7e\xc7\x12\x29\x3e\xff\xaf\x40\x89\xfd\xf0\x1f\xb1\x77\xff\x2f\ +\xb2\x7d\x1c\xb3\x8b\x08\xfa\x47\x00\x00\x00\x25\x74\x45\x58\x74\ +\x64\x61\x74\x65\x3a\x63\x72\x65\x61\x74\x65\x00\x32\x30\x31\x39\ +\x2d\x30\x38\x2d\x30\x35\x54\x31\x35\x3a\x35\x39\x3a\x31\x30\x2b\ +\x30\x33\x3a\x30\x30\x74\x97\xa7\x01\x00\x00\x00\x25\x74\x45\x58\ +\x74\x64\x61\x74\x65\x3a\x6d\x6f\x64\x69\x66\x79\x00\x32\x30\x31\ +\x39\x2d\x30\x38\x2d\x30\x35\x54\x31\x35\x3a\x35\x38\x3a\x34\x37\ +\x2b\x30\x33\x3a\x30\x30\x67\x4f\x44\x69\x00\x00\x00\x00\x49\x45\ +\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x08\x4d\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x64\x00\x00\x00\x64\x08\x06\x00\x00\x00\x70\xe2\x95\x54\ +\x00\x00\x08\x14\x49\x44\x41\x54\x78\x5e\xed\x9d\x5b\x8c\x53\x45\ +\x18\xc7\xbf\xef\x74\x2f\xb4\xa7\x2c\xa8\x10\x51\x54\x08\x04\x45\ +\x25\xd1\x44\x34\x6a\x34\x82\x48\xb8\xc9\xb6\xcb\x92\x72\x58\xb9\ +\x88\x11\x2f\x0f\xbc\x99\x95\x47\x5e\x8c\xf1\xf6\x62\x34\x2a\x1a\ +\x45\x05\x5a\x6a\x58\x5a\x90\x15\xe4\xb2\x0a\xe1\x85\x60\x22\x09\ +\x72\x51\x20\x62\x20\x4a\xbc\x20\xd0\x73\xba\x17\x7a\x3e\x73\xca\ +\xae\x96\x65\x97\x33\x9d\x73\xce\x74\x1a\x67\x1f\xe9\xf7\xcd\xfc\ +\xe7\xff\xeb\x9c\xcb\xcc\xd7\x01\x41\xfd\x49\xe5\x00\x4a\xa5\x46\ +\x89\x01\x05\x44\xb2\x2f\x81\x02\xa2\x80\x48\xe6\x80\x64\x72\xd4\ +\x0c\x51\x40\x24\x73\x40\x32\x39\x6a\x86\x28\x20\x92\x39\x20\x99\ +\x1c\x35\x43\x14\x10\xc9\x1c\x90\x4c\x8e\x9a\x21\x0a\x88\x64\x0e\ +\x48\x26\x47\xcd\x10\x05\x44\x32\x07\x24\x93\xa3\x66\x88\x02\x22\ +\x99\x03\x92\xc9\x51\x33\x44\x01\xf1\xd7\x81\x0d\x99\xdc\x0c\x02\ +\x78\xbb\xd8\xaa\x06\x2b\x8c\xc6\xe8\xd7\xfe\xf6\x20\xb6\xb5\xaa\ +\x9f\x21\xc9\x8c\x35\x1f\x91\xbe\x70\x6c\x43\xc4\xf9\x0b\x1a\x23\ +\x1b\xc5\x5a\xe8\x6f\x6f\x0a\x88\xbf\x7e\x7a\x6e\x4d\x01\xf1\x6c\ +\xa1\xbf\x0d\x28\x20\xfe\xfa\xe9\xb9\xb5\xaa\x04\x92\xdc\x94\x1f\ +\x6b\xc4\x87\x9c\x42\x44\x1a\xe8\x1e\x42\x44\xd8\xd6\xde\x79\x5b\ +\xf3\x9c\xf0\x29\xcf\x0e\x09\x6e\xa0\x2a\x80\x6c\xdc\x9a\x1f\xd3\ +\x7d\xc9\x9e\x05\x44\x8f\x02\xe2\x14\x04\xb8\xf9\xc6\x86\x48\xed\ +\xd4\xa9\x78\x69\x20\x20\xe9\x34\xd5\xd9\xf5\x56\x17\x11\x9c\x06\ +\xa0\x3d\x80\xb8\x37\xa4\x69\xed\x89\xb9\xe1\x5f\x04\xfb\x5b\x76\ +\x77\xd2\x02\x69\x6f\xa7\xfa\x0b\x3d\xf9\x26\x02\xfb\x19\x04\x7c\ +\xc2\x79\x88\x2a\x1d\x1d\x0b\x90\x7e\x6e\x10\x01\xed\x44\xd0\x3e\ +\xd6\xba\xc2\x6d\x89\x04\x76\x97\xed\x96\x80\x04\xe9\x80\xa4\xd3\ +\x14\xa2\x7a\xb3\x95\x08\x5a\x01\x71\xf8\x60\x1e\x70\x00\xf9\xaf\ +\x29\xa2\xbf\x11\xe1\x75\xec\xd2\x5f\x4f\x24\xb0\x20\xc0\x67\xe6\ +\x2e\xa4\x02\x92\xde\x94\xbb\xd7\x46\xf8\x1c\x10\x27\xb9\x8d\xc0\ +\x13\x90\xbe\xc6\x89\x0e\x69\x04\x8b\x13\x4d\xd1\xef\xdd\xfa\x13\ +\xf5\xb9\x14\x40\x56\x11\x69\x13\xb7\xe4\x5f\x21\x9b\x5a\x11\x41\ +\x63\x19\xbc\x2f\x40\x00\x80\x08\x6c\x44\x7c\x73\x41\x63\x78\xa5\ +\xf3\x90\xc0\xd2\x77\x90\x31\x15\x07\xf2\x49\x07\x0d\x09\x9f\xb7\ +\x32\x80\x30\xa3\x9c\x81\xfa\x05\xa4\xa4\xcf\x6c\xbe\x21\x62\x2c\ +\x9b\x8a\x9d\xe5\xe8\xf0\x3b\xb6\xa2\x40\xd6\x6f\xa1\x11\x5a\xc1\ +\xda\x06\x08\xf7\x95\x3b\xb0\x00\x80\x00\x01\x1c\x08\xd5\x46\x66\ +\x27\x66\xe3\xef\xe5\xea\xf1\x2b\xbe\x62\x40\xd6\x7d\x49\xd7\x69\ +\x05\xeb\x00\x02\x8c\xe3\x19\x4c\x10\x40\x8a\x3a\x08\x4e\x14\x6a\ +\x22\xf7\x3f\xf5\x24\x9e\xe3\xd1\xe5\x35\xa7\x22\x40\x3e\x38\x40\ +\xb5\x0d\xa7\xad\x6f\x11\xe1\x21\xde\x01\x04\x06\xe4\xb2\xa0\x7d\ +\x5a\x57\xe4\xb1\x4a\x3c\x81\x55\x04\x48\x32\x93\x5b\x87\x88\x2d\ +\xbc\x30\x9c\xbc\x80\x81\x38\x33\xe5\x23\x23\xae\x2f\xf7\xa2\x91\ +\x27\x57\x38\x90\x64\xd6\x7c\x01\x01\xde\xe3\x11\x5b\x9a\x13\x38\ +\x90\xe2\xd5\x0b\x5e\x5c\x18\xd3\xdf\xf7\xaa\xb5\x9c\x7c\xa1\x40\ +\xd2\x5b\x73\xa3\xec\x1e\xfc\x09\x10\xa2\xe5\x88\x1c\x28\x56\x04\ +\x10\x20\xc8\x69\xb5\x34\x21\x31\x27\xfa\x9b\x57\xbd\xac\xf9\x42\ +\x81\x24\x33\x66\x1b\x22\x34\xb1\x8a\xbb\x56\x9c\x10\x20\x97\x05\ +\xb4\x19\x31\xbd\xd9\x0f\xcd\x2c\x6d\x08\x03\x52\xdc\x6a\x45\xdc\ +\xc6\x22\x8a\x25\x46\x20\x10\x40\xa2\x99\x0b\xe2\xd1\xed\x2c\xba\ +\xbc\xc6\x08\x03\x92\xca\xe4\x0e\x03\xe2\x9d\x5e\x05\xf7\x3e\x9a\ +\xe6\xb4\xee\xc8\x70\xe7\x29\x68\xa0\xd5\xde\x8e\x0e\xaa\x39\x7b\ +\xde\x3a\xe7\xc7\xa5\xf1\x72\x7f\x74\xd8\x88\x47\xef\xf6\x45\xbb\ +\x4b\x23\x42\x80\x24\xb7\xe4\xa7\xa1\x6d\xef\xf4\x3c\x20\x82\x3c\ +\x01\xbd\x1b\x1a\xa2\xbf\x9a\x98\x89\x7f\x39\xed\x0d\xb6\xa7\xde\ +\xd6\x46\x37\x74\x69\xa6\xb3\x1c\xb2\x02\x00\xea\xbd\xf6\x6d\xa3\ +\x36\xad\xa5\x31\xbc\xdb\x6b\x3b\x6e\xf9\x42\x80\xa4\x32\xe6\x66\ +\x40\x98\xeb\x26\xc6\xe5\xf3\x83\x64\x6b\xf1\x85\x4d\xe1\x9f\x4b\ +\xe3\xdc\x8a\x1c\x52\x9b\x3a\xc7\x83\x56\x70\x0a\x1f\xee\xf1\xd8\ +\x7f\xd6\x88\xe9\x71\x8f\x6d\xb8\xa6\x07\x0e\x24\x99\xb1\x6e\x45\ +\x24\x67\xe7\x8e\xbf\x2f\x82\x35\xe7\x6f\x89\x3c\xf7\xfc\x64\xec\ +\xe9\x3f\x22\x37\x20\x4e\xbc\xf3\x22\x3a\xec\xb4\xb5\x1a\x10\x9e\ +\x76\x75\x64\xf0\x00\xd2\x34\x6d\x6c\xd0\x9b\x5c\xfc\x26\x31\x8e\ +\x2c\x99\x35\x97\x23\xc0\x6a\xc6\xf0\x01\xc2\xa8\x43\xeb\xd2\xa7\ +\x0f\xf6\xd6\xcc\x02\xc4\x69\xd4\xd9\x67\xb1\xeb\xcc\xed\x80\x38\ +\x8d\x5b\x0b\xc1\x72\x23\xae\x7f\xc4\x9d\xcf\x90\x18\x38\x90\x54\ +\xd6\xfc\x14\x00\x96\x30\x68\xb9\x2a\x84\x08\x7e\x2d\xd4\x45\x26\ +\x2e\x9a\x8d\x17\x06\xcb\x4f\x6f\xc9\xdf\x66\x17\x0a\x53\x9c\xcf\ +\xb5\x50\xe8\x9b\x6b\x7d\x83\xd3\x3b\x68\x58\xc1\xb4\x8e\x20\xc2\ +\x4d\x3c\x7a\x80\x60\x8d\x11\xd7\x97\x71\xe5\x32\x26\x05\x0f\x24\ +\x63\x1e\x07\x84\xf1\x8c\x7a\xfa\x85\x51\xab\x11\x8b\xbe\xc1\x97\ +\x3b\x70\xd6\x86\x6c\xae\x95\x00\x5f\xe3\x6c\xf3\xb8\x11\xd3\x27\ +\x70\xe6\x32\xa5\x05\x0a\xc4\x79\xd2\xe9\x0e\x59\x7f\x30\x29\xb9\ +\x7a\x7e\x5c\x0c\x83\x3e\x3a\x16\xc3\x8b\x7c\xf9\x03\x67\x65\xb3\ +\x34\x34\x0f\xe6\x19\x00\x1c\xca\xd3\xae\xad\x45\x46\xb6\xcc\x45\ +\xce\x31\xb9\xf7\x18\x28\x10\xf7\xee\x55\x44\x7f\x07\x14\x10\xc9\ +\xbe\x13\xbe\x01\x59\x9f\xcd\xcd\xd4\x40\xe3\xba\x0c\xb0\x7a\x52\ +\x5b\x83\xfb\xcb\x2d\x7e\x73\x6a\xba\x7a\x2e\xd1\x03\xac\x7d\xf0\ +\xc4\xd9\x60\x5f\x6c\x89\x45\x7d\x59\x16\xf2\x0d\x48\x2a\x93\x3b\ +\x06\x88\xb7\xf3\x0c\x88\x39\x87\x68\xa9\x11\x8f\x7e\xc6\x1c\x0f\ +\x00\xa9\x4c\x6e\x09\x20\x3a\x4f\x7a\xc1\xfd\x11\xfd\x68\xc4\xa3\ +\x77\xf8\xd1\x81\x02\xe2\x87\x8b\x32\x02\x59\x9f\xcd\x4d\x0f\xfa\ +\x92\xa5\x69\x78\xa0\xdc\x37\xe5\xe2\x7b\x8a\x4d\x93\xfd\xf0\x7d\ +\xb0\x36\x7a\x2f\x59\x3b\xfc\xe8\xc3\xb7\x19\xe2\x87\x18\xd5\x86\ +\x97\xf5\x25\xe5\x5e\x20\x0e\x04\x3a\x43\x8a\x75\x57\xb6\xc5\x59\ +\xe3\x44\x52\xbe\x18\xd6\x15\x22\x23\xe6\xcd\xc3\x3f\x03\xa1\xe1\ +\x69\x05\x96\x51\x51\x32\x6b\x9e\xe0\xad\xbd\x02\x90\x6b\xe9\x84\ +\x00\x4e\x2e\x8c\xe9\x9c\xcb\x40\x6c\x86\x05\x3a\x43\x1c\x09\xc9\ +\x6c\xee\x73\x04\x5c\xc4\x26\xe7\xca\x28\xbf\x17\x17\xd7\xb6\x53\ +\x43\x4d\x8f\x75\x0c\x00\x46\x71\xe9\x01\x5a\xbb\x30\x16\x5d\xcc\ +\x93\xcb\x9a\x23\x00\x88\xd7\xb2\x1f\x1f\x97\xdf\xeb\xcd\x1d\x00\ +\x38\x95\xd5\x9c\xfe\x71\x22\xca\x82\x02\x07\x52\xfc\xf5\x53\x8f\ +\x7d\x92\xb5\xaa\x7d\x20\xb3\x08\xe0\xd3\x0b\xa3\x23\xcb\xbd\x6c\ +\x50\x35\x9c\xb1\x3e\x44\x80\xa5\xdc\x30\x08\xec\xba\x5a\x6d\x5c\ +\xb9\x2b\x05\xe5\xf6\x17\x38\x10\x47\x50\x2a\x6b\x66\x00\x20\x56\ +\xae\xb8\x7e\xf1\x07\xc1\x0e\x35\x1b\x4d\x43\x4e\x94\xfe\xbb\xdb\ +\x06\x95\x6f\x5b\xb8\x04\x19\x23\xae\xfb\x52\xc2\x74\x2d\x1f\x84\ +\x00\x59\xbf\x39\xff\xb8\x46\xf6\x2e\x8f\x40\x9c\x52\x42\xe6\x22\ +\x07\xe7\x09\x0f\x0b\xe6\xcb\xaa\xc8\x61\x10\xd7\x53\x99\xdc\x0f\ +\x80\x78\x97\x67\x28\x4e\x03\x4e\x45\xa1\xd8\x32\xa0\x23\x46\x3c\ +\xea\x8f\x76\x17\x03\x84\xcc\x90\xe2\x65\x6b\xb3\x39\x0b\x08\xda\ +\x7d\x01\x22\xa2\xd8\xfa\x0a\xa1\xd8\x6c\xc4\x22\x6d\x7e\x69\xaf\ +\xf8\x25\xab\x4f\x40\x95\x96\x92\xee\x33\x62\xfa\x23\x22\x60\x38\ +\x7d\x08\x9b\x21\x4e\x67\xbd\xc5\xd6\x27\x01\x21\xec\x75\x80\x42\ +\x4a\x49\x09\x0a\x76\xa8\x66\x52\xcb\xdc\xfa\xa3\x5e\xf5\xb2\xe6\ +\x0b\x05\xe2\x88\xaa\xa6\x9f\x23\x00\xc0\x3b\x46\x4c\x77\x2a\x1f\ +\x85\xfd\x09\x07\xd2\x0b\x65\x8d\x97\x77\x02\xa7\x8d\xa0\x67\x08\ +\x01\xed\x1e\xd5\xa0\xcf\x70\x4e\x8b\x10\x46\x43\xf4\x25\xab\x6f\ +\x60\xc5\x9f\xb4\x9d\xb1\x76\x23\x00\xf7\xb5\x39\x50\x20\x44\x87\ +\xba\xc3\xfa\x83\x4b\x66\xa0\x29\x12\x86\xf0\x7b\x48\xe9\xe0\xd2\ +\xdb\xe8\x7a\xbb\xd3\xda\xcf\x5b\xb3\x15\x14\x10\x67\x01\x91\x80\ +\x1e\x6e\x89\x45\xcf\x8a\x86\x51\x51\x20\xc5\x9b\x7c\x3b\x8d\x2c\ +\xf4\x58\xed\x08\x50\xf6\x8e\x5e\x20\x40\x08\xbe\xb3\x43\x91\x99\ +\x41\xd6\x5d\xb9\x41\xae\xc8\x3d\xa4\x54\x54\xf1\xe0\x80\x0b\x96\ +\xf3\x8c\x3f\xcb\x4d\x6c\xe9\xe7\xbe\x03\x21\xd8\x9e\x1f\x16\x89\ +\xff\xaf\x0f\x0e\xe8\x33\xb8\x78\xb4\xc6\xe6\xfc\xab\x44\xf4\x12\ +\xeb\x22\xa4\x5f\x40\x7a\x8f\xd6\x78\xeb\x68\x63\x78\xe5\x2a\x44\ +\xbb\x9c\x2f\x45\x10\xb1\x15\x9f\x21\x57\xdc\x57\xd4\xe1\x33\x62\ +\x5f\x0c\x59\xbe\x51\xea\x78\x26\x16\x97\x2a\x10\xd3\x77\x80\x19\ +\x90\xfd\x2c\x20\x3e\xee\xc7\x01\x66\x40\xb4\x0b\x35\xed\x63\xec\ +\x0c\x6f\x54\x07\x98\x79\x80\x5a\x7a\xc4\x1f\x5e\x86\x33\x8a\xe5\ +\x1e\x52\x3c\xe2\x0f\x69\x2f\x00\xee\xa9\xab\xd1\xbe\x0a\x7a\x73\ +\xc9\xc3\x10\xff\x4d\x95\xea\x1e\xc2\x3a\x20\x96\x43\x30\x53\x99\ +\xce\x31\xfd\x7f\x8f\xc8\xda\x7e\x25\xe3\xaa\x12\x48\xa9\x61\x6e\ +\x3b\x86\x95\x34\x97\xa7\x6f\x05\x84\xc7\xb5\x00\x73\x14\x90\x00\ +\xcd\xe5\x69\x5a\x01\xe1\x71\x2d\xc0\x9c\xaa\x07\xa2\xfe\xbb\x8a\ +\x00\xbf\x1d\xaa\x69\xc1\x5b\xb8\xca\x70\x77\x07\xaa\xfe\x92\xe5\ +\x3e\xc4\xea\x8a\x50\x40\x24\xe3\xa5\x80\x28\x20\x92\x39\x20\x99\ +\x1c\x35\x43\x14\x10\xc9\x1c\x90\x4c\x8e\x9a\x21\x0a\x88\x64\x0e\ +\x48\x26\x47\xcd\x10\x05\x44\x32\x07\x24\x93\xa3\x66\x88\x02\x22\ +\x99\x03\x92\xc9\x51\x33\x44\x01\x91\xcc\x01\xc9\xe4\xa8\x19\xa2\ +\x80\x48\xe6\x80\x64\x72\xfe\x01\xb0\x77\x82\xa1\xba\x02\xe3\xc2\ +\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x01\xd7\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x14\x00\x00\x00\x14\x08\x06\x00\x00\x00\x8d\x89\x1d\x0d\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ +\x01\x95\x2b\x0e\x1b\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\x54\x49\x44\ +\x41\x54\x38\x8d\xad\xd4\x3f\x48\x1c\x51\x10\xc7\xf1\xcf\x45\x3c\ +\x39\x39\xd2\x5d\x10\x24\xa0\x8d\xd8\x89\x01\x3b\x09\x91\x34\xc1\ +\x2a\x75\x3a\x0b\x3b\xc1\x5a\xc1\xda\x26\x95\x16\x01\x05\x0b\x8b\ +\x44\x02\x09\x09\xd8\xa5\x90\xd8\x1d\x5a\xa4\xbb\x40\x40\xd0\xce\ +\x3f\xd8\xf9\x07\x2e\x9e\x29\x6e\xf7\x58\xde\xed\xee\x2d\x5c\x06\ +\xa6\xd8\x79\xbf\xf9\xbe\x99\x61\xf6\x91\x6f\x1b\x78\x0c\xfc\x5d\ +\x5e\xc2\x93\x1e\xc0\x99\x94\xd8\x54\x3f\xc0\x89\x94\xd8\x64\x8f\ +\x1c\xf0\x0c\xbf\xf0\x21\xaa\xe0\x39\x3e\xea\x6e\xf7\x11\xb7\x58\ +\x41\x05\xaf\xf1\x09\x87\x18\x4c\x02\xb7\x82\xa4\xfb\x0c\x58\xd2\ +\xef\x82\xef\xe5\x18\x36\x8d\xbf\x05\x00\xbd\xfc\x1a\xb5\x01\x7c\ +\xc6\x58\xce\x38\x4e\xf0\x0d\x0d\xd4\x50\xcd\xd0\x55\x30\x9c\xd6\ +\x6e\xd2\x37\x51\x4e\x24\x3d\xc5\xd7\x0c\x6d\x13\x8b\xb1\x70\x01\ +\x37\x81\xa0\x8e\x81\x94\x4a\xaa\x38\x0b\xb4\x17\x78\x15\x0a\xf7\ +\x02\xd1\x6a\x46\x6b\xb0\x1d\x68\xd7\xe3\x83\xe4\x1e\x86\xd5\x34\ +\x73\x80\xe1\x59\x57\x27\x73\xb8\x0c\x6e\x3d\x40\x29\x05\x36\x84\ +\x3f\x81\xf6\x34\x62\x80\xa5\xe8\xc6\xb4\x41\xaf\x05\xd0\xb2\xee\ +\x76\x63\x7f\xc0\xfb\x12\x7e\xe2\x65\x4e\x7b\xc7\xf8\x11\x55\x36\ +\x2f\xff\xd7\xab\xc3\x8b\x88\xde\xef\x62\xb7\x30\x1b\x93\x77\xfe\ +\x03\x70\x37\x59\xea\x08\xae\xb0\x8f\xb7\x18\xd7\x7e\x1c\x5a\x19\ +\xc9\xdf\xb5\x5f\xa2\x37\xf8\xa2\xbd\x87\xa3\x39\xa3\xe8\x58\x23\ +\x05\x76\x9e\x97\xd0\xeb\x3d\xfc\x5d\x30\x56\x18\x78\x54\x30\xd6\ +\xb1\x7f\x06\x43\xad\x36\xd9\x96\x4f\x37\x00\x00\x00\x00\x49\x45\ +\x4e\x44\xae\x42\x60\x82\ \x00\x00\x34\xa5\ \x89\ \x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ @@ -5878,6 +5503,381 @@ \x92\x26\xc8\x02\x20\x49\xd2\x04\x59\x00\x24\x49\x9a\xa0\xff\x0b\ \xc1\x0d\x23\x86\xf1\xae\xac\xea\x00\x00\x00\x00\x49\x45\x4e\x44\ \xae\x42\x60\x82\ +\x00\x00\x08\x69\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x76\x00\x00\x00\x66\x08\x06\x00\x00\x00\x1e\x71\x65\x8a\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x17\x12\x00\x00\x17\x12\ +\x01\x67\x9f\xd2\x52\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x41\x64\x6f\x62\x65\x20\x49\x6d\x61\x67\ +\x65\x52\x65\x61\x64\x79\x71\xc9\x65\x3c\x00\x00\x07\xf6\x49\x44\ +\x41\x54\x78\xda\xec\x5d\xbf\x6f\xdb\x46\x14\xa6\x88\xc0\x19\xad\ +\xd4\x59\x0a\x14\x30\xdb\xa1\x53\x01\x2b\x28\xd2\x25\x83\xe5\x4c\ +\xed\xd2\xca\xed\xd2\xcd\xca\xda\xa1\x65\xc6\x4e\xa1\xe7\x2e\xf4\ +\x5f\x50\x69\x2d\x50\x54\x1e\xb3\x34\x52\x81\x74\xe9\x10\x69\x0c\ +\x3a\x98\x82\x0d\x14\x08\x3a\x28\x83\x83\x76\x72\xef\x39\x4f\x35\ +\x45\x89\xc7\x5f\xf7\x1e\x8f\xe4\x3d\x80\x90\x61\x91\x3a\xde\xfb\ +\xde\xbb\x7b\xdf\xe3\xdd\x63\xeb\xea\xea\xca\x2a\x43\x2e\x6e\xdf\ +\xed\x8b\x0f\x57\x1c\x7b\xa1\x7f\xcf\xc5\x31\x12\x87\xf7\xde\xbf\ +\x7f\x2f\xac\x0a\x88\xe8\x47\x1b\xfb\x01\xfd\xd9\x8d\xf4\x65\x20\ +\x0e\xbf\x8c\xbe\xb4\xb8\x81\x45\x45\x8c\x23\x80\x46\xe5\xb5\x38\ +\xba\x42\x21\x53\xcd\x41\xed\xa0\x21\xee\x4a\x4e\x9b\x01\xe8\xdc\ +\x7d\x61\x05\x36\x25\xa8\x95\x00\x57\xf4\xc5\x11\x1f\x70\x6f\xdb\ +\x29\x4e\x07\xef\xed\x70\x7a\xee\x2d\x66\x7d\xb8\x29\x41\xb5\x50\ +\x61\x3e\x80\x7b\x6d\x81\xad\x16\x78\x47\x5b\x03\x4c\xa7\xc2\x19\ +\x16\x38\xcc\x6e\xa7\xbc\x66\x17\xfb\xd2\xaf\xab\xc7\x2e\x32\x28\ +\x63\x29\xf7\xc0\x6b\x05\xb0\xe0\xe9\xfb\x1a\x00\x7b\x70\xbe\xb5\ +\x13\x88\xcf\xb3\x1c\xd7\xde\xe1\xf2\x5a\x9b\x79\x3e\xda\xce\x71\ +\x69\x4f\xc3\x91\xb8\x9b\xf3\xba\x0e\xd7\x0d\xda\x8c\xca\x68\x5b\ +\xf5\x11\x87\xd9\x20\xb4\x06\xd6\x88\x65\x2d\xea\x08\x6c\xa0\xbb\ +\x32\xb2\x04\x50\xcc\xd7\xe9\x0b\xac\x08\x1a\x02\xe4\x74\x59\x65\ +\xa4\x21\xb0\x63\xa4\x63\x59\x64\x2e\x74\x30\xae\x2b\xdd\xf1\xc4\ +\xf1\x4b\x86\xf3\x4f\xd0\x20\x2c\x11\xbd\x77\x75\x42\x56\x04\x83\ +\x40\x5f\x9e\x64\xb8\xc4\xaf\x6d\x82\x02\x15\x02\xfc\xef\x28\xc5\ +\xa9\x33\x4c\x50\x68\x9b\x5a\x14\x7d\x49\x4b\xc1\x86\xa2\x1f\x7d\ +\xce\x7b\x63\x0f\x9e\xb0\x83\xc7\x09\xa7\x9d\xea\x0e\x6a\x88\x8a\ +\x9d\xa4\x18\x75\xfa\xdc\x37\xc6\xe6\xb1\x90\x39\x12\x6d\x4d\x43\ +\xd6\xee\xa0\x62\x7a\x91\xe0\x62\xa0\x7b\x8e\x78\x83\xe7\x42\x5f\ +\xdc\x08\x4f\x1d\x63\x5f\x82\x90\x0e\xda\x98\xb5\xa2\x17\x00\x96\ +\xfa\x40\xf0\xe0\x0f\x18\x86\x1d\x8e\x36\x75\x3b\x30\xbe\x00\x50\ +\x5d\x8e\xf6\x58\x3c\x56\x58\x2a\x58\xed\xf2\x09\xc8\x6b\x0c\x24\ +\x7c\x36\xeb\x2d\x51\x44\xdf\x7b\xd8\xdf\x70\xff\x1d\xf2\xbe\x33\ +\x59\xea\xd5\x86\x03\xc0\xee\xd6\xd8\x43\x3b\x38\x1c\x6f\xea\xbb\ +\x5f\x69\x8f\x85\x39\x05\x01\x8c\xcb\x11\x1f\x88\xf6\xc7\x35\xf5\ +\x54\x00\xf6\x85\xe4\x94\xf7\x45\xdf\x03\xaa\xf6\xa9\xa3\x62\x5f\ +\x02\xea\xa4\xae\xa0\xe2\x48\x08\x01\xe0\x50\x72\xca\xa0\x92\x51\ +\x71\xd9\x16\xab\x89\xd7\x96\x36\x62\xd9\xc4\xde\x1a\xcb\xed\xea\ +\x0e\x2a\x7a\xed\x22\x41\x0f\x83\x4a\x79\x2c\x46\x82\x71\xa9\x43\ +\x9e\xa8\x50\x2f\xcf\x0d\xb3\x82\xa8\x3c\x16\xba\xf0\xab\xe2\xb1\ +\xb2\x1b\xf5\x9a\x04\x2a\x8a\x2b\xd3\x07\x0e\xd9\x7a\x03\x2b\x6e\ +\xd2\x93\x58\xe7\x9c\xc2\x3a\x2b\x30\x24\xc3\x13\xaa\x49\xcc\xd7\ +\xdb\x48\x09\xf5\x1d\x8a\x9b\x4c\x6f\x74\x0b\x26\x55\x7b\x6c\x63\ +\xe9\x8d\x6e\xf4\x47\x99\xc7\x1a\x7a\xa3\xd7\x88\x66\x2b\xf6\xd6\ +\x46\xd3\x1b\x9d\xe8\x8f\x12\x8f\x35\xf4\x46\x3f\xfa\x63\x33\x78\ +\xab\x67\x40\xe5\xa7\x3f\xb6\x02\xeb\x33\xf4\x46\x43\xfa\x53\x68\ +\x28\x36\xf4\x46\xdf\x60\xb3\xa8\xc7\x1a\x7a\xa3\x29\xfd\xc9\xed\ +\xb1\x86\xde\xe8\x4d\x7f\xec\x82\xde\x6a\xe8\x8d\xa6\xf4\x27\x97\ +\xc7\x26\x78\xab\xa1\x37\xea\xe8\x0f\xe8\xb2\x93\xc7\x49\xec\x9c\ +\x96\x06\xf3\xc3\xa1\xf5\x76\xa7\xb6\xa1\x37\x34\xf4\xe7\x18\x1d\ +\x24\x20\xf5\xd8\x8b\xdb\x77\xbb\xd1\xff\xc1\x5e\x14\xa4\x3b\x2e\ +\xce\x13\x40\x6f\x1c\x83\x53\x2e\xaf\x85\xb9\x14\x76\x15\xc0\x62\ +\x79\x58\xa2\x1a\xc4\xe9\xbc\x30\xb0\x58\xd9\x05\xb2\x4a\x5f\x48\ +\x7e\x63\xf2\xea\xfe\x3b\x3f\x7d\xfc\xfc\xcf\x4f\x60\x4e\x30\x91\ +\x70\x21\xfa\xd3\x3e\xdf\xda\x71\xd2\xe8\xdc\x7a\xbb\x18\x7d\x90\ +\x09\x58\xb4\x94\x81\x25\xaf\x86\xb2\x96\x8c\x00\x4b\x13\x8d\x8d\ +\x0c\x4c\xd9\x45\xb5\xce\xd7\x80\xc5\x5d\x64\xdf\x15\xb8\xc7\x61\ +\x19\x7b\x55\x2a\x0e\xaa\x72\x9d\xaf\x00\x9b\x61\x27\x9c\x01\x57\ +\x1d\xa8\x24\x3a\xb7\x43\x0d\x78\x8a\x1a\x00\x39\xc2\x1b\x36\x22\ +\x07\x55\xb5\xce\xfd\x15\x8f\xc5\x8a\x2e\x2f\x08\xee\xfd\xd0\xcc\ +\xb9\xb1\xa0\x52\xe9\xfc\x00\x22\xe7\xa5\xc7\x52\x3d\x81\x31\x4f\ +\x76\xf8\x75\x73\x3d\x52\xb6\x44\x78\x4d\x65\x39\x4b\x79\x24\x0b\ +\xcb\x8d\xb7\x92\xc8\x21\x78\x2c\x75\x90\xd3\x33\x50\xae\x09\xb5\ +\xce\xfb\x00\x6c\x97\xb8\x91\xae\xc1\x91\x5d\x27\x5d\x00\x76\x8f\ +\xb8\x91\x6d\xdc\xca\x6f\xe4\x46\xc8\x75\xce\x55\x5c\xc4\x00\x7b\ +\x33\xbf\xb2\x94\x1e\x34\x25\xf7\xf8\xa5\x63\x80\xad\xa1\x70\x55\ +\x67\xe3\x02\x76\x6a\x20\xe5\x15\x00\x76\x42\xdc\xc6\xbc\x2a\x2f\ +\x6e\x60\x14\x72\x9d\x03\xb0\xd4\x29\x3f\x93\x52\xe4\xd7\xc9\x88\ +\x03\xd8\x81\xc1\x91\x1d\xd8\x81\x8d\x25\xe1\x4e\x88\x1a\x98\x54\ +\xad\x7c\x1e\x53\x00\x05\x3a\x1f\x12\xfd\xfc\x29\xe8\x7c\x19\x3c\ +\x79\x56\xf6\xfa\xbb\x49\x02\xbf\xd7\x37\x30\xc6\x8a\x4b\xa4\x73\ +\xf7\xff\xa8\x18\x83\x9b\xae\xea\x1b\x0f\x17\x88\x34\xb2\xe6\xb5\ +\xa4\x3a\xb7\x43\x0d\xc1\x90\xf9\x48\x51\x03\xe6\x89\x4e\x3a\x70\ +\xc9\x74\xbe\x69\xcd\x53\x9a\xd7\x7a\x49\x87\x5f\xf3\x70\x3d\x9b\ +\x50\xe8\xdc\x8e\xb1\x22\x68\xe8\x38\xcb\x1c\xf0\xc7\x57\x1f\x3d\ +\x15\x1f\x8e\x01\x35\x9f\xe7\xfe\xf0\xe5\x83\xcf\xbf\x7d\xb8\xf7\ +\xf2\xe5\x67\x1f\x5c\x66\xb8\x74\x18\xa7\xf3\xa4\x75\xc5\x90\xb0\ +\x5e\x16\x8b\xee\x44\x2c\x0a\x40\x1f\xff\xfa\xf5\xfd\x8b\x6f\x7e\ +\xfe\xad\x73\x79\xf9\xe6\x81\x65\xb6\x4d\xe6\x96\x56\xab\x05\xc3\ +\xe8\xf5\xfa\xa7\xc3\x4f\x1f\x3e\xff\xfe\x9f\xbf\xde\xbc\xfb\xfb\ +\xab\x0f\x37\xe9\xdc\xba\x29\x72\x1d\x9f\xf8\x29\x50\xb6\xd5\x41\ +\x8e\x1a\x2e\xd7\x3a\x6d\x62\x91\x69\x05\x25\x70\x1d\x6b\x73\xf9\ +\x5b\xd0\x6f\x3b\xcf\x6f\xda\x39\xad\x0b\x42\xea\x33\x6b\x7d\x85\ +\xdd\x9e\xf8\xce\x50\x1c\x75\x49\x9c\x23\x4b\x5e\xd6\x20\x56\xf2\ +\x3e\x04\x90\xd1\x18\x92\x12\x72\x35\x1e\x82\x81\xf2\xec\x4b\x02\ +\x23\x9f\x0d\xd8\x84\x1a\x0a\xbb\x79\xad\xac\xa1\xe2\xc9\xbe\xcb\ +\xbb\x73\xb1\xc8\x8e\x76\xb0\xb4\x67\x12\x4b\xeb\x98\xcd\xcf\x89\ +\x3a\x84\x69\xeb\xc7\x98\xaf\x0b\xed\x5c\xcc\xfd\x3c\x16\xa3\xdf\ +\xb8\x7c\x27\x49\xe1\xc7\xa6\x79\x6b\x21\xa3\x29\x58\x35\x06\x2c\ +\x4a\xf6\x3a\xeb\x7b\xe1\x77\xed\x18\x49\xed\xad\x93\xa2\xaf\x7c\ +\x2b\xb4\x82\x02\x87\x5a\xd9\xe4\x6e\x76\x02\x6c\x06\xb5\x9d\xa0\ +\x9b\xc2\xa3\x9d\x8a\xa5\x31\xbe\x24\x43\xb5\x8f\x73\xb1\x91\x55\ +\x71\x2d\xe2\x32\x4a\xaa\x6a\x29\x92\x05\x01\x35\xf5\xd6\x40\x02\ +\xac\x92\x32\x4a\x4a\x16\xb3\x89\x1b\x01\x82\x3d\x8f\xa3\x3f\x98\ +\xd0\x30\x72\x33\xc2\xc5\x81\x3a\x54\xc5\x24\x54\xd6\x2b\x4e\xa2\ +\x3f\x8d\x2f\x11\x84\xc1\xe6\x19\x07\x45\x54\xb6\xfc\x14\xe7\x05\ +\x59\xe1\x47\xe3\xb5\x09\x81\xa6\x4a\xde\xaf\xfa\x9d\x00\x32\x8b\ +\x54\x36\x7f\x54\xd4\x5b\x59\x47\x34\xa5\x0b\xc6\x11\xb4\x21\x65\ +\x18\x5f\xd3\x64\x84\xf2\x37\x73\x2a\x7f\xa1\x92\x29\x75\xbb\x51\ +\x27\xb2\x0a\xec\x24\xac\x41\xf9\x16\x8f\x14\x85\x1f\x9b\xe8\xb5\ +\xec\xfa\xa0\x7c\x53\xd6\x5c\x92\xb4\xe8\x37\xc8\x5b\xa1\xaf\x71\ +\x6b\x99\x66\x48\x15\xd5\xb7\x4b\xf8\x36\xca\xc6\x27\x2d\x70\x5a\ +\x9a\x4a\x80\xad\xde\xdb\x28\xd1\x12\x67\x92\xa4\x45\x13\x86\x64\ +\x57\x02\x2a\x69\x05\x76\xea\x37\x3e\x37\x36\x69\x91\x22\x88\x24\ +\x7d\xf2\x45\xba\x3f\x16\x2d\xf2\x54\x92\xb4\xa8\xb3\xd7\x7a\x96\ +\x3c\x75\x48\xfa\x38\x93\xd4\x63\x9b\x9c\xb4\x40\x8a\xe3\xc7\x0c\ +\xc5\xe4\x7d\x26\xdf\xd1\x8e\x1d\x88\xdb\xcd\x07\xc9\x8c\x5a\x0e\ +\xc5\xb0\x2e\x0c\x03\xc4\xe8\xc2\x7b\x96\xf7\x25\x90\x7b\x6c\xcc\ +\x7c\x03\x39\x65\xa8\xa2\x3d\xc5\x45\xe9\xb0\x18\x3d\xa8\xfa\x26\ +\x2e\x2c\x7b\xe4\x44\xfb\x82\xfd\x77\xf1\x60\x89\x2b\x58\x80\xc5\ +\xce\xc1\x9c\xd3\x47\x40\x47\x58\xf9\x33\xca\xf1\xc0\xb2\x61\x05\ +\xa4\x57\x15\x90\xd1\x30\x97\x7d\x09\xcf\xa9\xc0\xe3\x81\x19\xf8\ +\x65\x94\x6a\x60\x03\x36\xa2\x08\x08\xaa\x64\x45\xac\x2a\xb1\xb9\ +\x0b\x37\x53\x8d\x25\x41\xd2\x12\xe0\x1e\xf7\x06\x70\x56\x60\x53\ +\x82\xba\x42\x09\x74\xdd\x11\x8f\xc3\xee\x34\x01\xd4\x15\x6a\xc7\ +\xe9\xb9\xb7\x4a\x20\xec\x59\xca\xcd\x0d\x70\xfe\xb5\x34\x5a\x3b\ +\x35\xc5\x39\x72\x90\x12\xd4\x25\xb5\xf3\x2d\xc6\x1d\xfe\xdc\x1e\ +\xbb\xc8\xa0\x8c\x15\xaf\x15\xc0\x5e\x69\x02\xec\xc1\xf9\xd6\x4e\ +\x90\x40\xe1\xe2\xe4\x0e\x97\xd7\xda\x8c\xa0\x76\x73\x80\x0a\xa2\ +\x63\x59\xdc\xbc\xa3\x47\x87\xeb\x06\x4d\xc9\xbd\x7c\xe2\x30\x1b\ +\x84\x01\x56\x73\x59\xd4\x11\xd8\x40\x77\x65\x64\x09\xa0\x98\xaf\ +\xd3\x17\x58\x4c\x38\xcc\x72\x5c\xaa\x1d\x97\x45\x7e\x9d\xb5\x46\ +\xd3\x9c\xab\xf2\x69\x59\x74\xe7\x59\x86\xf3\x4f\x96\x19\x28\x11\ +\xbd\xb7\x34\xc3\x17\xe8\xcb\x93\x0c\xe7\x7b\x9c\x37\x67\x33\x5b\ +\x3a\x58\x6c\xda\xf2\x7e\x33\x4b\xe3\xc7\x7a\xa2\x2f\x70\x6f\x69\ +\xcb\xe6\x0d\xb9\xeb\x5e\xd9\x25\x28\x04\xbc\xf6\x71\xc2\x50\x06\ +\xe0\x77\x75\x2f\x87\x8b\xaf\x1c\x4b\x32\xd4\xe3\x32\x5e\x07\xc7\ +\x9e\x2b\x0e\xf1\x5a\x48\x2f\xf6\x91\x02\x2c\x6b\x56\x80\x47\x0f\ +\xaa\xf6\x94\x07\xd3\x8b\xbd\x50\x5f\x16\xd8\x97\x51\x59\x7d\xf9\ +\x4f\x80\x01\x00\xc9\xb4\xe1\x46\x1d\xc9\x4c\x84\x00\x00\x00\x00\ +\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x02\x9a\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x14\x00\x00\x00\x14\x08\x06\x00\x00\x00\x8d\x89\x1d\x0d\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ +\x01\x95\x2b\x0e\x1b\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x02\x17\x49\x44\ +\x41\x54\x38\x8d\x9d\x95\xc1\x6e\x12\x51\x14\x86\xbf\x7b\x85\x26\ +\x2e\x71\x41\x02\xb8\x41\x74\xa1\xe8\x46\x7d\x0f\xa8\x1a\x1f\x60\ +\x32\x69\x53\xba\xb4\xa9\xc6\xae\x27\xa6\xad\x4b\x92\xa6\x2d\xe1\ +\x01\x4c\x54\xf0\x39\x5a\x37\x65\x9a\x68\xa0\xdd\xd0\x31\x61\x21\ +\x4b\xab\xc8\x3d\x2e\x86\x19\x67\xe8\x00\x49\xff\x64\x16\x73\x4e\ +\xee\x77\xff\x73\xce\x9d\xb9\x8a\x04\xb9\xb0\x64\x60\x59\x41\x45\ +\xc1\x63\x81\xdb\x00\x0a\xfa\x02\x5f\x05\x5a\x1a\x5a\x65\xf8\x33\ +\xbd\x56\x4d\x07\x3a\xf0\x1c\xd8\x01\xee\x24\x6d\x16\x51\x4f\x60\ +\xf3\x11\x7c\x4a\x04\x7e\x80\x1b\xf7\x61\x5b\xc1\xab\x05\xa0\x69\ +\x47\xef\x1f\xc0\x6b\x05\x06\x40\x07\x89\xeb\xc0\x00\x04\x36\x5c\ +\x78\x17\xbc\x6b\xf0\xcb\x8c\xc2\xb2\x8e\x43\xc6\xb6\x67\x42\x32\ +\xb6\x4d\xd6\x71\xa2\xa1\xcd\x53\xa8\x02\xfe\x00\x3a\xd0\xed\x80\ +\x74\x40\x06\x8e\x23\x22\x22\x32\x1e\xcb\x85\x6d\x4b\x10\x0f\x9e\ +\x0b\xdb\x16\x19\x8f\x45\x44\x64\xe0\x38\x61\xdc\x85\x33\x17\x96\ +\xb4\x81\x65\xa0\x14\x6c\x35\xea\xf5\xc0\x18\xd0\x9a\xfc\xc1\x01\ +\xb7\x6a\xb5\xff\xce\x2c\x8b\xfc\xfe\x3e\x68\x0d\x22\xfc\xed\xf7\ +\xa3\xa5\x17\x81\x4a\x4a\x05\x56\x27\x1a\x36\x9b\x00\xe4\x0f\x0f\ +\x41\x6b\x72\xf5\xba\xbf\xe0\xf2\x32\x8c\x21\xc2\x8f\xf5\x75\x7e\ +\xee\xed\xc5\x5a\x61\xa0\xa2\x3a\xf0\x1d\xb8\x77\xa5\x4f\x96\x15\ +\x03\x00\xa0\xd4\x4c\x18\x80\x82\x6f\x29\x20\x97\xd4\xf8\xd0\x69\ +\xa3\xe1\x83\x60\x2e\x6c\x52\x76\x41\x27\x66\xe6\x49\x5d\xf9\x16\ +\xa2\x32\x1a\xf0\x92\x32\x61\xc9\x93\x32\x11\x01\xa5\xc8\xd5\xeb\ +\xb1\x41\x4d\xc9\xd3\xc0\xf1\x4c\x58\x64\x00\x9e\x6d\xfb\xd3\x9f\ +\x03\x55\x70\xc4\x09\xbc\x8c\x9d\x33\xcb\x0a\xcf\x99\x18\x23\xde\ +\xda\xda\xec\x5c\xad\x16\x3b\xa3\x2e\xbc\xd0\xbf\xe1\x33\xd0\x0d\ +\x76\x49\x97\x4a\xbe\x33\x63\xf0\x56\x56\x62\x03\x18\x36\x9b\x78\ +\xab\xab\xa1\xd3\x54\xa1\x10\x35\x78\x06\x7c\x51\x00\x27\xf0\x4c\ +\xc1\xc7\x20\x93\x75\x1c\x46\xe7\xe7\x0c\x1b\x8d\xc4\x46\x65\x6c\ +\x9b\x74\xb1\xc8\x60\x6b\x2b\x5a\x6e\xb5\x0c\xed\x70\x64\x2e\xec\ +\x0a\x6c\xcc\xea\xf6\x02\x6d\x3f\x84\x37\x10\xf9\xdb\x4c\x7e\x41\ +\xbb\xd7\x80\xed\x94\xe1\x6d\xc4\x69\x5c\xa7\x50\x35\x3e\xf8\xee\ +\x02\x50\x57\xc1\x46\x19\xda\xd1\x60\xe2\x29\x3d\x82\xf4\x4d\x1f\ +\x5c\x51\xf0\x84\xc9\x15\x80\x7f\x05\x1c\x6b\x68\xfd\x82\xf6\x53\ +\x18\x4d\xaf\xfd\x07\x2b\xb7\x02\x13\x9f\x0a\x17\xa6\x00\x00\x00\ +\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x03\xba\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x18\x00\x00\x00\x18\x08\x06\x00\x00\x00\xe0\x77\x3d\xf8\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ +\x01\x95\x2b\x0e\x1b\x00\x00\x03\x6c\x49\x44\x41\x54\x48\xc7\x9d\ +\x94\x47\x4e\x25\x41\x10\x44\xeb\x96\x78\xef\xbd\xfd\x78\xbf\x60\ +\x85\x38\x01\x0b\x96\x7f\x81\xf7\xde\x23\x96\x79\x0b\xe0\x04\x20\ +\x58\x64\x4e\x44\x4d\x76\x53\xff\xcf\x30\x23\xd1\x52\xa8\x1a\x28\ +\x5e\x66\x47\x45\x65\x58\x58\x58\x28\x42\xf2\x2f\xcd\xcf\xcf\x47\ +\xcd\xcd\xcd\xc9\xec\xec\x6c\xd4\xcc\xcc\x8c\x4c\x4f\x4f\xcb\xd4\ +\xd4\x54\xd4\xc4\xc4\x44\xd4\xf8\xf8\xb8\x8c\x8d\x8d\x49\xa1\x50\ +\x90\xd1\xd1\xd1\x62\x58\x5c\x5c\x14\xc8\x00\x52\xae\xd9\x3b\xc4\ +\xd5\x00\x56\xc8\x00\x8f\x02\x5c\x01\x37\xc0\x15\x60\x9b\x9c\x9c\ +\x34\x80\x15\x32\xc0\x0d\x60\x85\x0c\x70\x1b\x1e\x1e\x96\x3f\x0a\ +\x38\x58\x1d\x4e\xa8\x3a\x38\x0a\xf0\x08\x86\xd4\xe1\x04\x2b\xba\ +\x36\x07\xeb\xc8\xc8\x08\xe1\x36\x34\x34\x24\xc1\x6d\xd0\x54\xde\ +\x35\xc1\xea\x1d\x47\x79\xd7\x04\xb3\x63\x25\x98\xf2\xae\x95\x70\ +\x80\x15\x60\x1d\x1c\x1c\xd4\x81\x81\x81\xbc\x40\xde\xf5\xea\xea\ +\xaa\x1d\x1f\x1f\x2b\xc4\xd5\x8e\x8e\x8e\x14\xe2\x6a\x87\x87\x87\ +\x76\x70\x70\xa0\xfb\xfb\xfb\x06\xc5\x75\x6f\x6f\x8f\xd2\xdd\xdd\ +\x5d\x5b\x5a\x5a\x32\x87\x1b\xe0\xd6\xd7\xd7\xf7\x55\x20\xf3\xfa\ +\xf2\xf2\xd2\x14\x8f\xf9\x93\xbe\xa7\x3f\xff\x6d\x0f\x9b\x00\x58\ +\xfb\xfb\xfb\x8d\xea\xed\xed\x95\xe0\x09\xc9\xed\xb8\xba\xba\xd2\ +\x9f\x3e\xfc\x5a\x74\x1d\xd5\xd3\xd3\xa3\xdd\xdd\xdd\xbf\x0b\x64\ +\xe9\xe0\x21\xa2\x40\xec\xe8\xf3\xf3\xd3\x9e\x9e\x9e\xec\xfe\xfe\ +\x5e\x21\xbb\xbb\xbb\xb3\xdb\xdb\x5b\x4a\xb9\xde\xdc\xdc\xe8\xf5\ +\xf5\x35\xff\x6e\xd8\x9b\x7f\x01\xba\x26\xdc\x00\xb7\xae\xae\x2e\ +\x09\x9e\x6d\xf3\x83\xcc\x2d\x7a\x7d\x7d\x65\x52\xca\x13\x62\x48\ +\x88\x7a\x42\xa2\xd7\x58\xed\xe5\xe5\x25\x16\xc0\xf9\x10\xac\x00\ +\x13\x6e\x1d\x1d\x1d\x12\x78\x61\xd2\x84\x5c\x5c\x5c\xe4\x9f\xcc\ +\xce\xde\xdf\xdf\x4b\xf4\xf6\xf6\x56\xa2\x8f\x8f\x8f\x7c\x3f\x03\ +\xd0\xd9\xd9\x19\xd5\xde\xde\xae\x6d\x6d\x6d\x12\xfc\x36\xe6\xb9\ +\x3e\x3f\x3f\xcf\x2d\x7a\x7c\x7c\x8c\x96\xc0\x0e\x5a\x62\xb4\x04\ +\xe2\x39\xd1\xca\xb8\xd2\xae\xcc\x22\xa6\x0a\x5d\x13\x6e\x80\x5b\ +\x6b\x6b\xab\x04\x5e\xf3\x34\xd7\x28\xa0\x6e\x11\xad\x29\xcf\x35\ +\x13\x12\x0f\xd1\xbd\x8e\xeb\xf3\xf3\x73\xfc\x1f\xc6\x15\xe0\xa8\ +\x96\x96\x16\x6d\x6e\x6e\x96\x00\xb8\xa4\xb7\xf1\xec\xec\x2c\x8f\ +\x1d\x3e\xdf\xdc\x0a\x4b\xa4\xe9\xca\x3d\xd9\x7e\xde\x09\x74\x4d\ +\xb8\x01\x6e\x4d\x4d\x4d\x12\x7c\x40\xe5\x33\xe4\xf4\xf4\xf4\xc7\ +\xf7\x80\x97\x0d\x60\x76\x6e\x8d\x8d\x8d\xd6\xd0\xd0\x20\xc1\x27\ +\x5f\x3e\x43\x4e\x4e\x4e\x7e\x5c\x60\x67\x67\x87\x5d\xab\xc3\xad\ +\xbe\xbe\x5e\x02\xc0\x92\xce\x10\x14\xc8\x53\x81\x7b\x10\x7f\x47\ +\xaf\x11\xbb\x92\x84\x50\x3c\x8b\x87\x87\x87\x7c\xff\xf6\xf6\xb6\ +\x02\xac\x00\x47\xd5\xd5\xd5\x49\x40\xd7\xc2\x5c\xf3\x10\x99\x6b\ +\xce\x9f\xac\xa3\x2c\xd7\x5c\x7d\xfe\xc4\x19\x94\xcd\x1f\x7a\xcd\ +\xae\xb3\xfd\x28\x60\x0e\x36\xaa\xa6\xa6\x46\x02\x47\x2a\x2f\x4b\ +\x36\x43\xd6\xd7\xd7\x4b\x0a\xb0\xe3\xef\x2c\xa2\xd7\x69\x81\xad\ +\xad\x2d\x82\xb5\xb6\xb6\x96\x70\xab\xae\xae\x96\xc0\x91\x5a\x1e\ +\x3d\x24\x29\x7e\x32\xbb\x65\xae\xbf\x7b\x68\x07\x6d\xc9\x9e\xcd\ +\xcd\x4d\x05\x58\x01\x8e\xaa\xaa\xaa\x92\x00\xb8\x00\x6e\x04\x27\ +\x33\x44\xd7\xd6\xd6\x6c\x65\x65\xc5\xe8\x35\x2d\x61\x42\xd8\x2d\ +\x44\xa8\xb9\xdf\xb6\xbc\xbc\xcc\xce\x75\x63\x63\x23\x8e\x0d\x87\ +\x1b\xe0\x56\x59\x59\x29\x81\x23\xd5\xc1\x71\x86\xc0\x92\xf2\xdb\ +\x98\xe6\x9a\xe9\x50\x4f\x48\xea\xb5\xba\x25\x04\xab\xc3\xad\xa2\ +\xa2\x42\x02\x47\x6a\x96\x10\x07\xc7\x9b\xe8\x60\xfa\xac\x1e\xbd\ +\xf2\x84\xd0\xeb\xdc\x12\x07\x2b\xc0\x51\x80\x6b\x2c\xc0\x91\x5a\ +\xde\x35\xc1\x49\xd7\x69\xae\xe3\x21\xfe\xa7\x6b\x16\xf8\xfa\x02\ +\x80\x8b\x1c\xab\x9c\x7c\x1c\x4e\x00\x0b\x67\x08\x05\xb0\xf0\x36\ +\x52\xbc\x34\xcc\x35\xba\x16\xc6\x8f\x09\xa1\x78\x90\xf4\x3a\x13\ +\xa1\xc9\x7b\xf1\x17\x24\xb9\x2c\x07\x33\x1c\x4a\x74\x00\x00\x00\ +\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x02\x59\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\x15\x00\x00\x00\x15\x08\x06\x00\x00\x00\xa9\x17\xa5\x96\ +\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\ +\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0f\x3e\x00\x00\x0f\x3e\ +\x01\x68\xc4\x5c\xd0\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\ +\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\ +\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x01\xd6\x49\x44\ +\x41\x54\x38\x8d\xad\x95\xd1\x4e\x13\x41\x14\x86\xbf\x33\xbb\xcd\ +\x06\x13\x41\x13\xa4\xe5\x42\xbd\x30\x40\x84\x22\x98\xf8\x08\x35\ +\x62\x4c\x24\x46\xbc\x50\x7c\x0f\x7c\x06\x7c\x0f\x25\x11\x4b\xa2\ +\xdc\x00\x2f\xa1\xb6\x0d\x69\x9a\x98\x48\x13\xc5\x16\x13\x29\x89\ +\xba\xd2\x9d\xc3\x45\xb7\xed\x62\x77\x45\xa4\x7f\x32\x17\xe7\xcc\ +\xfc\xdf\xfc\x93\x93\xcd\x0a\x09\x4a\x95\x98\x75\xe0\x11\x4a\x4e\ +\xe1\x32\x30\x0c\xec\x09\x54\x11\xb6\x02\xe5\xd5\x61\x96\xf7\x71\ +\x5e\xf9\xb3\xe1\x6d\x33\x4e\xc0\x32\x30\x9f\x74\x61\xc4\xbd\x86\ +\xb0\xe4\x4f\x52\x49\x84\x7a\x25\xe6\x80\x15\x94\xa1\x13\x81\x5d\ +\x1d\x20\x3c\xf5\xa7\x78\xd3\x6e\x98\x0e\xb0\xc0\x3d\x60\x3d\x0e\ +\x58\x18\x2b\x53\xbb\xbe\x4f\x61\xac\x1c\x07\x3d\x0f\xe4\xbd\x12\ +\x77\x8f\x41\xbd\x6d\xc6\x11\x5e\xa0\x38\x71\xae\x41\x33\xd8\x59\ +\xb1\x6a\xf9\x5e\x7a\x05\xae\x75\x93\x06\x3c\x07\x12\x1c\xff\x28\ +\x65\x08\x61\x19\xc0\xa4\x4a\xdc\x04\xee\x9f\x09\xd8\xd5\x83\x54\ +\x91\x19\xe3\xc0\x42\x9f\x80\x00\xe2\xc0\x43\x83\x92\xeb\x23\x14\ +\xab\xdc\x16\xaf\xc8\x2e\x90\x86\xd6\x94\xe3\x86\x71\xc9\x1d\xc1\ +\x60\xb0\x58\xea\xcd\x5a\xcf\x7e\xc3\x36\x98\xae\x4c\xb4\xcb\xcf\ +\x2e\x70\xb1\x5d\xa5\xdd\x4c\xf2\x84\x01\x83\x21\xed\x66\x7a\xfa\ +\x03\xf6\x5c\xb4\x1c\x76\x81\x6f\xc0\x28\xc0\xd7\xe6\x2e\x3f\xcd\ +\x8f\xff\x4a\xda\x91\x50\x77\x05\xaa\x1a\x42\x23\x4f\x38\xa6\x4f\ +\x13\x5f\x48\xbb\x19\xea\xcd\x1a\x57\xcb\xa3\x89\x2f\x01\x50\x4b\ +\xd5\x00\x9b\x7f\x3d\x75\x4a\x19\xd8\x30\x81\xf0\xba\x8f\x4c\xb5\ +\x90\x37\x87\x53\xbc\x43\x58\xeb\x07\x51\x60\xf5\xf7\x34\x1f\x4c\ +\x58\x2d\x21\xec\x9f\x91\xf9\x1d\xcb\x33\x08\xbf\x7d\x7f\x92\x0a\ +\xc2\x13\x84\x20\xee\x74\xc3\x36\x3a\x2b\x21\x62\x80\xf0\xf8\xd7\ +\x0d\x3e\x86\x89\xbb\xf2\x8a\xdc\x01\x56\x80\x0b\xa7\x48\x78\x00\ +\x2c\xfa\x59\xde\xb6\x1b\x26\xba\xeb\x67\xd9\x40\xb9\x05\xe4\x01\ +\x3d\x01\xa6\xc0\xaa\x58\x66\xa3\xc0\x9e\xa4\x51\xa5\x8a\xcc\x38\ +\xb0\x60\x95\x9c\x08\x57\x08\xff\x51\xaa\xec\x18\x61\xcb\x6a\x6b\ +\x28\x71\xde\x23\x28\x6f\x95\x26\xdb\xe4\x32\xc2\x00\x00\x00\x00\ +\x49\x45\x4e\x44\xae\x42\x60\x82\ +\x00\x00\x05\x99\ +\x89\ +\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ +\x00\x00\xc0\x00\x00\x00\xc0\x08\x04\x00\x00\x00\xf8\xd5\xa4\x8c\ +\x00\x00\x00\x04\x67\x41\x4d\x41\x00\x00\xb1\x8f\x0b\xfc\x61\x05\ +\x00\x00\x00\x20\x63\x48\x52\x4d\x00\x00\x7a\x26\x00\x00\x80\x84\ +\x00\x00\xfa\x00\x00\x00\x80\xe8\x00\x00\x75\x30\x00\x00\xea\x60\ +\x00\x00\x3a\x98\x00\x00\x17\x70\x9c\xba\x51\x3c\x00\x00\x00\x02\ +\x62\x4b\x47\x44\x00\xff\x87\x8f\xcc\xbf\x00\x00\x00\x07\x74\x49\ +\x4d\x45\x07\xe2\x0c\x1a\x01\x21\x15\x8d\x8c\xd1\xec\x00\x00\x04\ +\xa1\x49\x44\x41\x54\x78\xda\xed\xdd\x3b\x6e\x53\x51\x14\x85\xe1\ +\x05\x02\x82\x03\x12\xa3\xa0\x41\xa4\x00\x2a\x5a\x24\xc6\x41\xc5\ +\x38\xc8\x10\x22\x14\x81\x78\x88\x39\x20\xaa\xf0\x08\xaf\x02\x24\ +\x5a\x40\x48\x50\x64\x10\xa4\x41\x84\x43\x61\x88\xf2\xb0\x7d\xaf\ +\xef\xdd\xfb\x9c\xfd\x58\xcb\x6d\x84\xb6\xff\x2f\x18\x87\x14\x06\ +\x38\x8e\xe3\x38\x8e\xe3\x38\x8e\xe3\x38\x8e\xe3\x38\x8e\xe3\x38\ +\x8e\xe3\xac\x6e\x0d\x9b\xf8\x8a\x5d\xec\xe2\x33\x36\x70\xa9\xf5\ +\x39\xb9\xb6\x82\x7b\xf8\x83\x72\xe0\xb1\x87\x0d\x9c\x6e\x7d\x56\ +\x96\xad\xe2\xe5\xa1\xf8\xff\x1f\x5b\x98\xb4\x3e\x2d\xc3\x56\xf1\ +\x6a\x66\xfe\x82\x82\xe7\x24\xd0\xde\xa2\xfc\x24\x50\x5f\x57\x7e\ +\x12\xa8\xae\x4f\x7e\x12\xa8\xad\x6f\x7e\x12\xa8\x6c\x99\xfc\x24\ +\x10\xdf\xb2\xf9\x49\x20\xba\x21\xf9\x49\x20\xb6\xa1\xf9\x49\x20\ +\xb2\x31\xf9\x49\x30\x7a\x63\xf3\x93\x60\xd4\x24\xf2\x93\x60\xf0\ +\xa4\xf2\x93\x60\xd0\x24\xf3\x93\x60\xe9\x49\xe7\x27\xc1\x52\xd3\ +\xc8\x4f\x82\xde\xd3\xca\x4f\x82\x5e\xd3\xcc\x4f\x82\xce\x69\xe7\ +\x27\xc1\xc2\xd5\xc8\x4f\x82\xb9\xab\x95\x9f\x04\x33\x57\x33\x3f\ +\x09\x8e\xad\x76\x7e\x12\x1c\x5a\x8b\xfc\x24\xd8\x5f\xab\xfc\x24\ +\x68\x9e\x9f\x04\xcd\xf3\x27\x27\xb0\x90\x3f\x31\x81\x95\xfc\x49\ +\x09\x2c\xe5\x4f\x48\x60\x2d\x7f\x32\x02\x8b\xf9\x13\x11\x58\xcd\ +\x9f\x84\xc0\x72\xfe\x04\x04\xd6\xf3\x07\x27\xf0\x90\x3f\x30\x81\ +\x97\xfc\x41\x09\x3c\xe5\x0f\x48\xe0\x2d\x7f\x30\x02\x8f\xf9\x03\ +\x11\x78\xcd\x1f\x84\xa0\x7d\xfe\xf5\xcc\x04\xed\xf3\x17\x20\x2f\ +\x81\x85\xfc\x05\xc8\x4a\x60\x23\x7f\xf9\x77\x4d\x3a\x02\x2b\xf9\ +\xcb\xfe\x45\xa9\x08\xec\xe4\x2f\x07\xae\x4a\x43\x60\x29\x7f\x39\ +\x74\x59\x0a\x02\x5b\xf9\xcb\x91\xeb\xc2\x13\x58\xcb\x5f\x8e\x5d\ +\x18\x9a\xc0\x5e\xfe\x32\xe3\xca\xb0\x04\x16\xf3\x97\x99\x97\x86\ +\x24\xb0\x99\xbf\xcc\xb9\x36\x1c\x81\xd5\xfc\x65\xee\xc5\xa1\x08\ +\xec\xe6\x2f\x0b\xae\x0e\x43\x60\x39\x7f\x59\x78\x79\x08\x02\xdb\ +\xf9\x4b\xc7\xf5\xee\x09\xac\xe7\xef\x02\x70\x4e\x60\x3f\x7f\x37\ +\x80\x63\x02\x0f\xf9\xfb\x00\x38\x25\xf0\x91\xbf\x1f\x80\x43\x02\ +\xf9\xfc\x9f\x70\x1b\x17\x71\xa6\xf6\x13\xf1\x49\x20\x9d\xff\x27\ +\x6e\x35\x0b\xef\x90\x40\x3e\xff\xf5\xd6\xed\x3d\x11\xc8\xbf\xf8\ +\x58\xf8\xee\x77\x43\xa0\xf1\xda\x6f\x6b\xa6\x09\x34\xde\xf9\xdc\ +\x6e\x5d\xdc\x0f\x81\xce\x1b\xcf\x8b\xad\x7b\x7b\x21\xd0\x7a\xdf\ +\xdf\xee\x8d\xa7\x09\x82\x93\xbd\xf3\x3f\xc3\x0d\x95\xa7\xfa\xab\ +\x46\xcf\xca\xbb\x89\xa7\xb2\x7f\x0b\x34\x7f\xea\xb5\xb8\x71\xdf\ +\xff\xe2\x2f\x44\x2b\x73\x3e\xb7\x2b\x2a\x80\x44\xfe\x82\x82\x2d\ +\xa9\x97\xd7\x4d\xc5\xfc\xf6\x00\xa4\xf2\x17\x14\xdc\x95\x38\xe8\ +\x32\xf6\x12\x01\x48\xe6\x2f\xd8\xc3\xda\xf8\x93\xee\xaa\xe6\xb7\ +\x05\x20\x9b\xbf\xa0\x60\x73\xfc\x51\x5f\xd2\x00\xc8\xe7\x2f\xf8\ +\x36\xfe\xac\xdd\x24\x00\x1a\xf9\x4b\xf7\x9b\xec\x53\xad\x9f\x77\ +\xe7\xc6\x12\x9d\xe8\xf5\x55\xeb\xb8\xd3\xe6\xe9\x75\xff\x20\xb6\ +\xd3\xe6\xb0\xaa\xd3\xcb\xbf\xd3\xf5\x05\xdd\x00\xdb\x95\x63\xd4\ +\x9f\xe6\x77\xbf\x40\xbd\xb5\x23\x9f\x5d\x5d\xfb\xdf\x00\xed\x3f\ +\x5f\xe7\xb5\x7f\xfa\xf8\x83\x2b\x12\x8a\xf7\x03\x03\x68\xe6\x2f\ +\x78\x2c\x91\x1f\x38\x8b\xb7\x41\x01\x74\xf3\x7f\xc0\xaa\x0c\x00\ +\x70\x1e\xef\x03\x02\xe8\xe6\xff\x88\x0b\x52\xf9\x75\x09\x5a\x01\ +\xb8\xca\xaf\x49\xd0\x06\xc0\x5d\x7e\x3d\x82\x16\x00\x2e\xf3\x6b\ +\x11\xd4\x07\x70\x9b\x7f\x4a\xf0\xce\x39\x80\xeb\xfc\x1a\x04\x75\ +\x01\xdc\xe7\x97\x27\xa8\x09\x10\x22\xbf\x34\x41\x3d\x80\x30\xf9\ +\x65\x09\x6a\x01\x84\xca\x2f\x49\x50\x07\x20\x5c\x7e\x39\x82\x1a\ +\x00\x21\xf3\x03\xc0\x39\x01\x02\x7d\x80\xb0\xf9\x65\x08\xb4\x01\ +\x42\xe7\x97\x20\xd0\x06\x08\x9e\x7f\x3c\x81\x5f\x00\x23\xf9\xc7\ +\x12\x78\x05\x30\x94\x7f\x4a\x30\xf4\xb7\x66\x3e\x01\x8c\xe5\x1f\ +\x47\xe0\xef\x61\x30\x7f\x26\x02\xa3\xf9\xb3\x10\x18\xce\x9f\x81\ +\xc0\x78\xfe\xe8\x04\x0e\xf2\x4f\x09\xde\x34\x4f\x95\x38\x7f\x54\ +\x02\x47\xf9\x23\x12\x38\xcb\x1f\x8d\xc0\x61\xfe\x48\x04\x4e\xf3\ +\x47\x21\x70\x9c\x3f\x02\x81\xf3\xfc\x00\xb0\xea\x98\x20\x40\x7e\ +\xcf\x04\x41\xf2\x7b\x25\x08\x94\xdf\x23\x41\xb0\xfc\xde\x08\x02\ +\xe6\x9f\x12\xbc\x6e\x9e\x36\x71\x7e\x2f\x04\x81\xf3\x7b\x20\x08\ +\x9e\xdf\x3a\x41\x82\xfc\x96\x09\x92\xe4\xb7\x4a\x90\x28\xff\x94\ +\x60\xbb\x79\xf2\xc4\xf9\xad\x11\x24\xcc\x6f\x89\x20\x69\x7e\x2b\ +\x04\x89\xf3\x5b\x20\x48\x9e\xbf\x35\x01\xf3\x03\x68\xf7\x79\x4c\ +\xcc\xbf\xbf\x16\x04\xcc\x7f\x68\xb5\x09\x98\xff\xd8\x6a\x12\x30\ +\xff\xcc\xd5\x22\x60\xfe\xb9\xab\x41\xc0\xfc\x0b\x37\x51\x26\x60\ +\xfe\xce\x69\x12\x30\x7f\xaf\x69\x11\x30\x7f\xef\x69\x10\x30\xff\ +\x52\x93\x26\x60\xfe\xa5\x27\x49\xc0\xfc\x83\x36\x11\xfa\xf8\x2c\ +\xe6\x1f\x3c\x09\x02\xe6\x1f\xb5\xb1\x04\xcc\x3f\x7a\x63\x08\x98\ +\x5f\x64\x43\x09\x98\x5f\x6c\x43\x08\x98\x5f\x74\x13\xbc\x60\xfe\ +\xb6\x5b\x86\x80\xf9\x55\xd6\x97\x80\xf9\xd5\xd6\x87\x80\xf9\x55\ +\xd7\x45\xc0\xfc\xea\x5b\x44\xc0\xfc\x55\x36\xef\xbf\xe9\x3e\x30\ +\x7f\xad\x4d\xf0\xe8\xd8\x07\x2c\x3e\x91\xfb\xd8\x34\xae\xcf\xae\ +\xe2\x01\xbe\xe3\x37\x7e\xe3\x07\x1e\xe2\x5a\xeb\x73\x38\x8e\xe3\ +\x38\x8e\xe3\x38\x8e\xe3\x38\x8e\xe3\x38\x8e\xe3\x38\x8e\xe3\xe6\ +\xed\x2f\x37\x80\x97\xe0\xf3\x26\xf1\x12\x00\x00\x00\x25\x74\x45\ +\x58\x74\x64\x61\x74\x65\x3a\x63\x72\x65\x61\x74\x65\x00\x32\x30\ +\x31\x38\x2d\x31\x32\x2d\x32\x36\x54\x30\x31\x3a\x33\x33\x3a\x33\ +\x39\x2b\x30\x33\x3a\x30\x30\xf3\xa5\x54\x02\x00\x00\x00\x25\x74\ +\x45\x58\x74\x64\x61\x74\x65\x3a\x6d\x6f\x64\x69\x66\x79\x00\x32\ +\x30\x31\x38\x2d\x31\x32\x2d\x32\x36\x54\x30\x31\x3a\x33\x33\x3a\ +\x32\x31\x2b\x30\x33\x3a\x30\x30\x7d\xbd\xa2\x47\x00\x00\x00\x00\ +\x49\x45\x4e\x44\xae\x42\x60\x82\ " qt_resource_name = b"\ @@ -5893,64 +5893,63 @@ \x00\x00\x70\x37\ \x00\x69\ \x00\x6d\x00\x67\ -\x00\x0f\ -\x04\x2d\x82\xe7\ -\x00\x69\ -\x00\x63\x00\x6f\x00\x6e\x00\x5f\x00\x6c\x00\x6f\x00\x63\x00\x61\x00\x74\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x13\ -\x0c\xb6\x1f\x27\ -\x00\x6c\ -\x00\x6f\x00\x67\x00\x6f\x00\x5f\x00\x68\x00\x65\x00\x69\x00\x67\x00\x69\x00\x74\x00\x5f\x00\x33\x00\x30\x00\x30\x00\x2e\x00\x70\ -\x00\x6e\x00\x67\ -\x00\x10\ -\x04\x51\xc5\xc7\ -\x00\x69\ -\x00\x63\x00\x6f\x00\x6e\x00\x5f\x00\x72\x00\x65\x00\x66\x00\x72\x00\x65\x00\x73\x00\x68\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x0e\ -\x0f\x4d\xf8\xe7\ -\x00\x69\ -\x00\x63\x00\x6f\x00\x6e\x00\x5f\x00\x63\x00\x6c\x00\x65\x00\x61\x00\x72\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x11\ -\x05\xbd\x50\x67\ -\x00\x73\ -\x00\x61\x00\x76\x00\x65\x00\x5f\x00\x76\x00\x65\x00\x72\x00\x74\x00\x69\x00\x63\x00\x65\x00\x73\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\ \x00\x13\ \x06\xf0\xbd\x67\ \x00\x69\ \x00\x63\x00\x6f\x00\x6e\x00\x5f\x00\x69\x00\x73\x00\x6f\x00\x63\x00\x68\x00\x72\x00\x6f\x00\x6e\x00\x65\x00\x73\x00\x2e\x00\x70\ \x00\x6e\x00\x67\ -\x00\x13\ -\x0d\xdc\x17\xe7\ +\x00\x0f\ +\x05\x86\x98\xa7\ \x00\x69\ -\x00\x63\x00\x6f\x00\x6e\x00\x5f\x00\x64\x00\x69\x00\x72\x00\x65\x00\x63\x00\x74\x00\x69\x00\x6f\x00\x6e\x00\x73\x00\x2e\x00\x70\ -\x00\x6e\x00\x67\ +\x00\x63\x00\x6f\x00\x6e\x00\x5f\x00\x6d\x00\x61\x00\x74\x00\x72\x00\x69\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x10\ +\x04\x51\xc5\xc7\ +\x00\x69\ +\x00\x63\x00\x6f\x00\x6e\x00\x5f\x00\x72\x00\x65\x00\x66\x00\x72\x00\x65\x00\x73\x00\x68\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x0d\ \x07\x7f\xdd\x27\ \x00\x69\ \x00\x63\x00\x6f\x00\x6e\x00\x5f\x00\x68\x00\x65\x00\x6c\x00\x70\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x0c\ -\x0a\x53\x9f\xe7\ -\x00\x69\ -\x00\x63\x00\x6f\x00\x6e\x00\x5f\x00\x61\x00\x64\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x11\ -\x0b\x5b\x98\x87\ +\x00\x13\ +\x0c\xb6\x1f\x27\ +\x00\x6c\ +\x00\x6f\x00\x67\x00\x6f\x00\x5f\x00\x68\x00\x65\x00\x69\x00\x67\x00\x69\x00\x74\x00\x5f\x00\x33\x00\x30\x00\x30\x00\x2e\x00\x70\ +\x00\x6e\x00\x67\ +\x00\x0f\ +\x04\x2d\x82\xe7\ \x00\x69\ -\x00\x63\x00\x6f\x00\x6e\x00\x5f\x00\x6f\x00\x72\x00\x73\x00\x74\x00\x6f\x00\x6f\x00\x6c\x00\x73\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\ +\x00\x63\x00\x6f\x00\x6e\x00\x5f\x00\x6c\x00\x6f\x00\x63\x00\x61\x00\x74\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x11\ \x08\x65\xba\x47\ \x00\x69\ \x00\x63\x00\x6f\x00\x6e\x00\x5f\x00\x73\x00\x65\x00\x74\x00\x74\x00\x69\x00\x6e\x00\x67\x00\x73\x00\x2e\x00\x70\x00\x6e\x00\x67\ \ -\x00\x0f\ -\x05\x86\x98\xa7\ -\x00\x69\ -\x00\x63\x00\x6f\x00\x6e\x00\x5f\x00\x6d\x00\x61\x00\x74\x00\x72\x00\x69\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ \x00\x0e\ \x02\x0f\xe3\x87\ \x00\x69\ \x00\x63\x00\x6f\x00\x6e\x00\x5f\x00\x61\x00\x62\x00\x6f\x00\x75\x00\x74\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x11\ +\x0b\x5b\x98\x87\ +\x00\x69\ +\x00\x63\x00\x6f\x00\x6e\x00\x5f\x00\x6f\x00\x72\x00\x73\x00\x74\x00\x6f\x00\x6f\x00\x6c\x00\x73\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\ +\x00\x0e\ +\x0f\x4d\xf8\xe7\ +\x00\x69\ +\x00\x63\x00\x6f\x00\x6e\x00\x5f\x00\x63\x00\x6c\x00\x65\x00\x61\x00\x72\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x0d\ +\x07\x8c\xdb\xc7\ +\x00\x69\ +\x00\x63\x00\x6f\x00\x6e\x00\x5f\x00\x73\x00\x61\x00\x76\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x0c\ +\x0a\x53\x9f\xe7\ +\x00\x69\ +\x00\x63\x00\x6f\x00\x6e\x00\x5f\x00\x61\x00\x64\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ +\x00\x13\ +\x0d\xdc\x17\xe7\ +\x00\x69\ +\x00\x63\x00\x6f\x00\x6e\x00\x5f\x00\x64\x00\x69\x00\x72\x00\x65\x00\x63\x00\x74\x00\x69\x00\x6f\x00\x6e\x00\x73\x00\x2e\x00\x70\ +\x00\x6e\x00\x67\ " qt_resource_struct_v1 = b"\ @@ -5958,19 +5957,19 @@ \x00\x00\x00\x00\x00\x02\x00\x00\x00\x01\x00\x00\x00\x02\ \x00\x00\x00\x14\x00\x02\x00\x00\x00\x01\x00\x00\x00\x03\ \x00\x00\x00\x2a\x00\x02\x00\x00\x00\x0d\x00\x00\x00\x04\ -\x00\x00\x02\x00\x00\x00\x00\x00\x00\x01\x00\x01\x38\x54\ +\x00\x00\x01\x44\x00\x00\x00\x00\x00\x01\x00\x01\x21\x91\ +\x00\x00\x00\xf8\x00\x00\x00\x00\x00\x01\x00\x01\x17\x65\ +\x00\x00\x00\x86\x00\x00\x00\x00\x00\x01\x00\x00\x37\x02\ +\x00\x00\x00\x62\x00\x00\x00\x00\x00\x01\x00\x00\x16\xca\ \x00\x00\x00\x36\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\ -\x00\x00\x00\x86\x00\x00\x00\x00\x00\x01\x00\x00\x47\xfc\ -\x00\x00\x01\xdc\x00\x00\x00\x00\x00\x01\x00\x01\x18\x1c\ -\x00\x00\x00\xce\x00\x00\x00\x00\x00\x01\x00\x00\x4c\x4a\ -\x00\x00\x00\xf6\x00\x00\x00\x00\x00\x01\x00\x00\x50\x08\ -\x00\x00\x01\x4e\x00\x00\x00\x00\x00\x01\x00\x00\x6c\x6f\ -\x00\x00\x01\xb4\x00\x00\x00\x00\x00\x01\x00\x01\x16\x41\ -\x00\x00\x01\x6e\x00\x00\x00\x00\x00\x01\x00\x01\x0b\x77\ -\x00\x00\x01\x8c\x00\x00\x00\x00\x00\x01\x00\x01\x0d\xd4\ -\x00\x00\x00\x5a\x00\x00\x00\x00\x00\x01\x00\x00\x08\x51\ -\x00\x00\x01\x22\x00\x00\x00\x00\x00\x01\x00\x00\x66\xd2\ -\x00\x00\x00\xac\x00\x00\x00\x00\x00\x01\x00\x00\x49\xac\ +\x00\x00\x00\xac\x00\x00\x00\x00\x00\x01\x00\x00\x38\xb2\ +\x00\x00\x01\xb0\x00\x00\x00\x00\x00\x01\x00\x01\x61\x45\ +\x00\x00\x01\x1c\x00\x00\x00\x00\x00\x01\x00\x01\x1f\xb6\ +\x00\x00\x01\xd0\x00\x00\x00\x00\x00\x01\x00\x01\x65\x03\ +\x00\x00\x01\x66\x00\x00\x00\x00\x00\x01\x00\x01\x56\x3a\ +\x00\x00\x00\xcc\x00\x00\x00\x00\x00\x01\x00\x00\xd7\xba\ +\x00\x00\x01\xee\x00\x00\x00\x00\x00\x01\x00\x01\x67\x60\ +\x00\x00\x01\x8e\x00\x00\x00\x00\x00\x01\x00\x01\x5e\xa7\ " qt_resource_struct_v2 = b"\ @@ -5982,36 +5981,36 @@ \x00\x00\x00\x00\x00\x00\x00\x00\ \x00\x00\x00\x2a\x00\x02\x00\x00\x00\x0d\x00\x00\x00\x04\ \x00\x00\x00\x00\x00\x00\x00\x00\ -\x00\x00\x02\x00\x00\x00\x00\x00\x00\x01\x00\x01\x38\x54\ -\x00\x00\x01\x8a\xf0\x91\x1f\x2d\ +\x00\x00\x01\x44\x00\x00\x00\x00\x00\x01\x00\x01\x21\x91\ +\x00\x00\x01\x8c\x8c\xc1\x46\xc3\ +\x00\x00\x00\xf8\x00\x00\x00\x00\x00\x01\x00\x01\x17\x65\ +\x00\x00\x01\x8c\x8c\xc1\x46\xc3\ +\x00\x00\x00\x86\x00\x00\x00\x00\x00\x01\x00\x00\x37\x02\ +\x00\x00\x01\x8c\x8c\xc1\x46\xc3\ +\x00\x00\x00\x62\x00\x00\x00\x00\x00\x01\x00\x00\x16\xca\ +\x00\x00\x01\x8c\x8c\xc1\x46\xc3\ \x00\x00\x00\x36\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\ -\x00\x00\x01\x8a\xf0\x91\x1f\x2f\ -\x00\x00\x00\x86\x00\x00\x00\x00\x00\x01\x00\x00\x47\xfc\ -\x00\x00\x01\x8a\xf0\x91\x1f\x30\ -\x00\x00\x01\xdc\x00\x00\x00\x00\x00\x01\x00\x01\x18\x1c\ -\x00\x00\x01\x8a\xf0\x91\x1f\x2f\ -\x00\x00\x00\xce\x00\x00\x00\x00\x00\x01\x00\x00\x4c\x4a\ -\x00\x00\x01\x8c\x10\x8b\xa2\xd1\ -\x00\x00\x00\xf6\x00\x00\x00\x00\x00\x01\x00\x00\x50\x08\ -\x00\x00\x01\x8a\xf0\x91\x1f\x2e\ -\x00\x00\x01\x4e\x00\x00\x00\x00\x00\x01\x00\x00\x6c\x6f\ -\x00\x00\x01\x8a\xf0\x91\x1f\x2e\ -\x00\x00\x01\xb4\x00\x00\x00\x00\x00\x01\x00\x01\x16\x41\ -\x00\x00\x01\x8a\xf0\x91\x1f\x30\ -\x00\x00\x01\x6e\x00\x00\x00\x00\x00\x01\x00\x01\x0b\x77\ -\x00\x00\x01\x8a\xf0\x91\x1f\x2d\ -\x00\x00\x01\x8c\x00\x00\x00\x00\x00\x01\x00\x01\x0d\xd4\ -\x00\x00\x01\x8a\xf0\x91\x1f\x2f\ -\x00\x00\x00\x5a\x00\x00\x00\x00\x00\x01\x00\x00\x08\x51\ -\x00\x00\x01\x8a\xf0\x91\x1f\x31\ -\x00\x00\x01\x22\x00\x00\x00\x00\x00\x01\x00\x00\x66\xd2\ -\x00\x00\x01\x8a\xf0\x91\x1f\x2e\ -\x00\x00\x00\xac\x00\x00\x00\x00\x00\x01\x00\x00\x49\xac\ -\x00\x00\x01\x8a\xf0\x91\x1f\x2d\ +\x00\x00\x01\x8c\x8c\xc1\x46\xc3\ +\x00\x00\x00\xac\x00\x00\x00\x00\x00\x01\x00\x00\x38\xb2\ +\x00\x00\x01\x8c\x8c\xc1\x46\xc3\ +\x00\x00\x01\xb0\x00\x00\x00\x00\x00\x01\x00\x01\x61\x45\ +\x00\x00\x01\x8c\xb0\x42\x6b\x6f\ +\x00\x00\x01\x1c\x00\x00\x00\x00\x00\x01\x00\x01\x1f\xb6\ +\x00\x00\x01\x8c\x8c\xc1\x46\xc3\ +\x00\x00\x01\xd0\x00\x00\x00\x00\x00\x01\x00\x01\x65\x03\ +\x00\x00\x01\x8c\x8c\xc1\x46\xc3\ +\x00\x00\x01\x66\x00\x00\x00\x00\x00\x01\x00\x01\x56\x3a\ +\x00\x00\x01\x8c\x8c\xc1\x46\xc3\ +\x00\x00\x00\xcc\x00\x00\x00\x00\x00\x01\x00\x00\xd7\xba\ +\x00\x00\x01\x8c\x8c\xc1\x46\xc3\ +\x00\x00\x01\xee\x00\x00\x00\x00\x00\x01\x00\x01\x67\x60\ +\x00\x00\x01\x8c\x8c\xc1\x46\xc3\ +\x00\x00\x01\x8e\x00\x00\x00\x00\x00\x01\x00\x01\x5e\xa7\ +\x00\x00\x01\x8c\x8c\xc1\x46\xc3\ " -qt_version = QtCore.qVersion().split(".") -if qt_version < ["5", "8", "0"]: +qt_version = [int(v) for v in QtCore.qVersion().split(".")] +if qt_version < [5, 8, 0]: rcc_version = 1 qt_resource_struct = qt_resource_struct_v1 else: From 0e0ad02d779fade5d95053bb51c37da36d8b0238 Mon Sep 17 00:00:00 2001 From: Till Frankenbach <81414045+merydian@users.noreply.github.com> Date: Fri, 10 May 2024 09:50:11 -0400 Subject: [PATCH 05/26] fix: annotations staying after saving (#231) Co-authored-by: koebi --- CHANGELOG.md | 5 ++--- ORStools/gui/ORStoolsDialog.py | 9 +++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5af5c775..fd4fe703 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,19 +40,18 @@ RELEASING: 14. Create new release in GitHub with tag version and release title of `vX.X.X` --> -# Unreleased -- Add option to export order of optimization route points ([#145](https://github.com/GIScience/orstools-qgis-plugin/issues/145)) - ## Unreleased ### Fixed - QGis crashes when selecting more than two vertices for deletion ([#230](https://github.com/GIScience/orstools-qgis-plugin/issues/230)) - Vertices on canvas not depicted fully with n having more than one digit in length ([#235](https://github.com/GIScience/orstools-qgis-plugin/issues/235)) - Replace qt QSettings with QgsSettings for centralized configuration management ([#239](https://github.com/GIScience/orstools-qgis-plugin/issues/239)) +- Fix: Point Annotations stay after saving project and not deleting them manually([#229](https://github.com/GIScience/orstools-qgis-plugin/issues/229)) ### Added - Add support for decimal ranges with isochrones([#237](https://github.com/GIScience/orstools-qgis-plugin/issues/237)) - Add hint for joining with `Layer ID Field` ([#143](https://github.com/GIScience/orstools-qgis-plugin/issues/143)) +- Add option to export order of optimization route points ([#145](https://github.com/GIScience/orstools-qgis-plugin/issues/145)) ### Changed - Rename `Ok` button in configuration window to `Save` for clarification([#241](https://github.com/GIScience/orstools-qgis-plugin/issues/241)) diff --git a/ORStools/gui/ORStoolsDialog.py b/ORStools/gui/ORStoolsDialog.py index 794293f9..cce7e325 100644 --- a/ORStools/gui/ORStoolsDialog.py +++ b/ORStools/gui/ORStoolsDialog.py @@ -479,6 +479,8 @@ def __init__(self, iface, parent=None): self.routing_fromline_list.model().rowsMoved.connect(self._reindex_list_items) self.routing_fromline_list.model().rowsRemoved.connect(self._reindex_list_items) + self.annotation_canvas = self._iface.mapCanvas() + def _save_vertices_to_layer(self): """Saves the vertices list to a temp layer""" items = [ @@ -550,11 +552,12 @@ def _linetool_annotate_point(self, point, idx, crs=None): annotation.setMapPosition(point) annotation.setMapPositionCrs(crs) - return QgsMapCanvasAnnotationItem(annotation, self._iface.mapCanvas()).annotation() + return QgsMapCanvasAnnotationItem(annotation, self.annotation_canvas).annotation() def _clear_annotations(self): """Clears annotations""" - for annotation in self.annotations: + for annotation_item in self.annotation_canvas.annotationItems(): + annotation = annotation_item.annotation() if annotation in self.project.annotationManager().annotations(): self.project.annotationManager().removeAnnotation(annotation) self.annotations = [] @@ -586,7 +589,6 @@ def _on_linetool_map_click(self, point, idx): self.routing_fromline_list.addItem(f"Point {idx}: {point_wgs.x():.6f}, {point_wgs.y():.6f}") annotation = self._linetool_annotate_point(point, idx) - self.annotations.append(annotation) self.project.annotationManager().addAnnotation(annotation) def _reindex_list_items(self): @@ -606,7 +608,6 @@ def _reindex_list_items(self): self.routing_fromline_list.addItem(item) annotation = self._linetool_annotate_point(point, idx, crs) - self.annotations.append(annotation) self.project.annotationManager().addAnnotation(annotation) def _on_linetool_map_doubleclick(self): From 85ebed2a2ec1f4de7274a316696e56f66004d6ff Mon Sep 17 00:00:00 2001 From: Till Frankenbach <81414045+merydian@users.noreply.github.com> Date: Wed, 15 May 2024 10:38:18 -0400 Subject: [PATCH 06/26] feat: improve type hinting (#240) --- CHANGELOG.md | 1 + ORStools/ORStoolsPlugin.py | 7 ++- ORStools/common/client.py | 16 ++++-- ORStools/common/directions_core.py | 35 +++++++----- ORStools/common/isochrones_core.py | 22 ++++++-- ORStools/common/networkaccessmanager.py | 22 ++++---- ORStools/gui/ORStoolsDialog.py | 55 ++++++++++++------- ORStools/gui/ORStoolsDialogConfig.py | 16 +++--- ORStools/proc/base_processing_algorithm.py | 12 ++-- ORStools/proc/directions_lines_proc.py | 30 ++++++---- ORStools/proc/directions_points_layer_proc.py | 29 ++++++---- .../proc/directions_points_layers_proc.py | 45 ++++++++++----- ORStools/proc/isochrones_layer_proc.py | 32 +++++++---- ORStools/proc/isochrones_point_proc.py | 30 ++++++---- ORStools/proc/matrix_proc.py | 22 +++++--- ORStools/proc/provider.py | 12 ++-- ORStools/utils/configmanager.py | 6 +- ORStools/utils/convert.py | 2 +- ORStools/utils/logger.py | 2 +- ORStools/utils/maptools.py | 13 +++-- ORStools/utils/transform.py | 2 +- 21 files changed, 251 insertions(+), 160 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd4fe703..2253c1dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,6 +47,7 @@ RELEASING: - Vertices on canvas not depicted fully with n having more than one digit in length ([#235](https://github.com/GIScience/orstools-qgis-plugin/issues/235)) - Replace qt QSettings with QgsSettings for centralized configuration management ([#239](https://github.com/GIScience/orstools-qgis-plugin/issues/239)) - Fix: Point Annotations stay after saving project and not deleting them manually([#229](https://github.com/GIScience/orstools-qgis-plugin/issues/229)) +- Improved type hints ### Added - Add support for decimal ranges with isochrones([#237](https://github.com/GIScience/orstools-qgis-plugin/issues/237)) diff --git a/ORStools/ORStoolsPlugin.py b/ORStools/ORStoolsPlugin.py index b6cc99f6..e675f834 100644 --- a/ORStools/ORStoolsPlugin.py +++ b/ORStools/ORStoolsPlugin.py @@ -27,6 +27,7 @@ ***************************************************************************/ """ +from qgis.gui import QgisInterface from qgis.core import QgsApplication, QgsSettings from PyQt5.QtCore import QTranslator, qVersion, QCoreApplication import os.path @@ -40,7 +41,7 @@ class ORStools: # noinspection PyTypeChecker,PyArgumentList,PyCallByClass - def __init__(self, iface): + def __init__(self, iface: QgisInterface) -> None: """Constructor. :param iface: An interface instance that will be passed to this class @@ -65,13 +66,13 @@ def __init__(self, iface): if qVersion() > "4.3.3": QCoreApplication.installTranslator(self.translator) - def initGui(self): + def initGui(self) -> None: """Create the menu entries and toolbar icons inside the QGIS GUI.""" QgsApplication.processingRegistry().addProvider(self.provider) self.dialog.initGui() - def unload(self): + def unload(self) -> None: """remove menu entry and toolbar icons""" QgsApplication.processingRegistry().removeProvider(self.provider) self.dialog.unload() diff --git a/ORStools/common/client.py b/ORStools/common/client.py index b3115bc6..e4ff6821 100644 --- a/ORStools/common/client.py +++ b/ORStools/common/client.py @@ -31,6 +31,7 @@ import random import time from datetime import datetime, timedelta +from typing import Union, Dict, List, Optional from urllib.parse import urlencode from PyQt5.QtCore import QObject, pyqtSignal @@ -48,7 +49,7 @@ class Client(QObject): """Performs requests to the ORS API services.""" - def __init__(self, provider=None, agent=None): + def __init__(self, provider: Optional[dict] = None, agent: Optional[str] = None) -> None: """ :param provider: A openrouteservice provider from config.yml :type provider: dict @@ -87,7 +88,14 @@ def __init__(self, provider=None, agent=None): overQueryLimit = pyqtSignal() - def request(self, url, params, first_request_time=None, retry_counter=0, post_json=None): + def request( + self, + url: str, + params: dict, + first_request_time: Optional[datetime.time] = None, + retry_counter: int = 0, + post_json: Optional[dict] = None, + ): """Performs HTTP GET/POST with credentials, returning the body as JSON. @@ -194,7 +202,7 @@ def request(self, url, params, first_request_time=None, retry_counter=0, post_js return json.loads(content.decode("utf-8")) - def _check_status(self): + def _check_status(self) -> None: """ Casts JSON response to dict @@ -231,7 +239,7 @@ def _check_status(self): elif status_code != 200: raise exceptions.GenericServerError(str(status_code), message) - def _generate_auth_url(self, path, params): + def _generate_auth_url(self, path: str, params: Union[Dict, List]) -> str: """Returns the path and query string portion of the request URL, first adding any necessary parameters. diff --git a/ORStools/common/directions_core.py b/ORStools/common/directions_core.py index e7496ac3..0f523045 100644 --- a/ORStools/common/directions_core.py +++ b/ORStools/common/directions_core.py @@ -29,14 +29,14 @@ from itertools import product from qgis.core import QgsPoint, QgsPointXY, QgsGeometry, QgsFeature, QgsFields, QgsField -from typing import List +from typing import List, Generator, Tuple, Any, Optional from PyQt5.QtCore import QVariant from ORStools.utils import convert -def get_request_point_features(route_dict, row_by_row): +def get_request_point_features(route_dict: dict, row_by_row: str) -> Generator[List, Tuple, None]: """ Processes input point features depending on the layer to layer relation in directions settings @@ -75,12 +75,12 @@ def get_request_point_features(route_dict, row_by_row): def get_fields( - from_type=QVariant.String, - to_type=QVariant.String, - from_name="FROM_ID", - to_name="TO_ID", - line=False, -): + from_type: QVariant.Type = QVariant.String, + to_type: QVariant.Type = QVariant.String, + from_name: str = "FROM_ID", + to_name: str = "TO_ID", + line: bool = False, +) -> QgsFields: """ Builds output fields for directions response layer. @@ -117,8 +117,13 @@ def get_fields( def get_output_feature_directions( - response, profile, preference, options=None, from_value=None, to_value=None -): + response: dict, + profile: str, + preference: str, + options: Optional[str] = None, + from_value: Any = None, + to_value: Any = None, +) -> QgsFeature: """ Build output feature based on response attributes for directions endpoint. @@ -165,7 +170,9 @@ def get_output_feature_directions( return feat -def get_output_features_optimization(response, profile, from_value=None): +def get_output_features_optimization( + response: dict, profile: str, from_value: Any = None +) -> QgsFeature: """ Build output feature based on response attributes for optimization endpoint. @@ -205,9 +212,9 @@ def get_output_features_optimization(response, profile, from_value=None): def build_default_parameters( preference: str, - point_list: List[QgsPointXY] = None, - coordinates: list = None, - options: dict = None, + point_list: Optional[List[QgsPointXY]] = None, + coordinates: Optional[list] = None, + options: Optional[dict] = None, ) -> dict: """ Build default parameters for directions endpoint. Either uses a list of QgsPointXY to create the coordinates diff --git a/ORStools/common/isochrones_core.py b/ORStools/common/isochrones_core.py index 39c90150..218f966c 100644 --- a/ORStools/common/isochrones_core.py +++ b/ORStools/common/isochrones_core.py @@ -27,6 +27,9 @@ ***************************************************************************/ """ +from typing import Any, Generator + +from qgis._core import QgsMapLayer from qgis.core import ( QgsPointXY, QgsFeature, @@ -49,7 +52,7 @@ class Isochrones: """convenience class to build isochrones""" - def __init__(self): + def __init__(self) -> None: # Will all be set in self.set_parameters(), bcs Processing Algo has to initialize this class before it # knows about its own parameters self.profile = None @@ -60,8 +63,13 @@ def __init__(self): self.field_dimension_name = None def set_parameters( - self, profile, dimension, factor, id_field_type=QVariant.String, id_field_name="ID" - ): + self, + profile: str, + dimension: str, + factor: int, + id_field_type: QVariant.String = QVariant.String, + id_field_name: str = "ID", + ) -> None: """ Sets all parameters defined in __init__, because processing algorithm calls this class when it doesn't know its parameters yet. @@ -89,7 +97,7 @@ def set_parameters( self.field_dimension_name = "AA_MINS" if self.dimension == "time" else "AA_METERS" - def get_fields(self): + def get_fields(self) -> QgsFields: """ Set all fields for output isochrone layer. @@ -106,7 +114,9 @@ def get_fields(self): return fields - def get_features(self, response, id_field_value): + def get_features( + self, response: dict, id_field_value: Any + ) -> Generator[QgsFeature, None, None]: """ Generator to return output isochrone features from response. @@ -158,7 +168,7 @@ def get_features(self, response, id_field_value): # # return dissolved - def stylePoly(self, layer): + def stylePoly(self, layer: QgsMapLayer) -> None: """ Style isochrone polygon layer. diff --git a/ORStools/common/networkaccessmanager.py b/ORStools/common/networkaccessmanager.py index c2dd8132..a1cbc62b 100644 --- a/ORStools/common/networkaccessmanager.py +++ b/ORStools/common/networkaccessmanager.py @@ -153,7 +153,7 @@ def __init__( exception_class=None, debug=True, timeout=60, - ): + ) -> None: self.disable_ssl_certificate_validation = disable_ssl_certificate_validation self.authid = authid self.reply = None @@ -175,17 +175,19 @@ def __init__( ) self.timeout = timeout - def msg_log(self, msg): + def msg_log(self, msg: str) -> None: if self.debug: QgsMessageLog.logMessage(msg, "NetworkAccessManager") - def httpResult(self): + def httpResult(self) -> None: return self.http_call_result - def auth_manager(self): + def auth_manager(self) -> None: return QgsApplication.authManager() - def request(self, url, method="GET", body=None, headers=None, blocking=True): + def request( + self, url: str, method: str = "GET", body=None, headers=None, blocking: bool = True + ): """ Make a network request by calling QgsNetworkAccessManager. redirections argument is ignored and is here only for httplib2 compatibility. @@ -279,19 +281,19 @@ def request(self, url, method="GET", body=None, headers=None, blocking=True): return self.http_call_result, self.http_call_result.content - def downloadProgress(self, bytesReceived, bytesTotal): + def downloadProgress(self, bytesReceived, bytesTotal) -> None: """Keep track of the download progress""" # self.msg_log("downloadProgress %s of %s ..." % (bytesReceived, bytesTotal)) pass # noinspection PyUnusedLocal - def requestTimedOut(self, reply): + def requestTimedOut(self, reply) -> None: """Trap the timeout. In Async mode requestTimedOut is called after replyFinished""" # adapt http_call_result basing on receiving qgs timer timout signal self.exception_class = RequestsExceptionTimeout self.http_call_result.exception = RequestsExceptionTimeout("Timeout error") - def replyFinished(self): + def replyFinished(self) -> None: err = self.reply.error() httpStatus = self.reply.attribute(QNetworkRequest.HttpStatusCodeAttribute) httpStatusMessage = self.reply.attribute(QNetworkRequest.HttpReasonPhraseAttribute) @@ -401,7 +403,7 @@ def replyFinished(self): else: self.msg_log("Reply was already deleted ...") - def sslErrors(self, ssl_errors): + def sslErrors(self, ssl_errors) -> None: """ Handle SSL errors, logging them if debug is on and ignoring them if disable_ssl_certificate_validation is set. @@ -412,7 +414,7 @@ def sslErrors(self, ssl_errors): if self.disable_ssl_certificate_validation: self.reply.ignoreSslErrors() - def abort(self): + def abort(self) -> None: """ Handle request to cancel HTTP call """ diff --git a/ORStools/gui/ORStoolsDialog.py b/ORStools/gui/ORStoolsDialog.py index cce7e325..34ed9a5b 100644 --- a/ORStools/gui/ORStoolsDialog.py +++ b/ORStools/gui/ORStoolsDialog.py @@ -29,10 +29,13 @@ import json import os +from typing import Optional + import processing import webbrowser -from qgis._core import Qgis +from qgis._core import Qgis, QgsAnnotation +from qgis._gui import QgisInterface from qgis.core import ( QgsProject, QgsVectorLayer, @@ -48,7 +51,15 @@ from PyQt5.QtCore import QSizeF, QPointF, QCoreApplication from PyQt5.QtGui import QIcon, QTextDocument -from PyQt5.QtWidgets import QAction, QDialog, QApplication, QMenu, QMessageBox, QDialogButtonBox +from PyQt5.QtWidgets import ( + QAction, + QDialog, + QApplication, + QMenu, + QMessageBox, + QDialogButtonBox, + QWidget, +) from ORStools import ( RESOURCE_PREFIX, @@ -83,12 +94,12 @@ def on_config_click(parent): config_dlg.exec_() -def on_help_click(): +def on_help_click() -> None: """Open help URL from button/menu entry.""" webbrowser.open(__help__) -def on_about_click(parent): +def on_about_click(parent: QWidget) -> None: """Slot for click event of About button/menu entry.""" info = QCoreApplication.translate( @@ -116,7 +127,7 @@ def on_about_click(parent): class ORStoolsDialogMain: """Defines all mandatory QGIS things about dialog.""" - def __init__(self, iface): + def __init__(self, iface: QgisInterface) -> None: """ :param iface: the current QGIS interface @@ -132,10 +143,10 @@ def __init__(self, iface): self.actions = None # noinspection PyUnresolvedReferences - def initGui(self): + def initGui(self) -> None: """Called when plugin is activated (on QGIS startup or when activated in Plugin Manager).""" - def create_icon(f): + def create_icon(f: str) -> QIcon: """ internal function to create action icons @@ -187,7 +198,7 @@ def create_icon(f): # Add keyboard shortcut self.iface.registerMainWindowAction(self.actions[0], "Ctrl+R") - def unload(self): + def unload(self) -> None: """Called when QGIS closes or plugin is deactivated in Plugin Manager""" self.iface.webMenu().removeAction(self.menu.menuAction()) @@ -214,7 +225,7 @@ def unload(self): # text.append(os.environ[var]) # return '/'.join(text) - def _init_gui_control(self): + def _init_gui_control(self) -> None: """Slot for main plugin button. Initializes the GUI and shows it.""" # Only populate GUI if it's the first start of the plugin within the QGIS session @@ -237,7 +248,7 @@ def _init_gui_control(self): self.dlg.show() - def run_gui_control(self): + def run_gui_control(self) -> None: """Slot function for OK button of main dialog.""" layer_out = QgsVectorLayer("LineString?crs=EPSG:4326", "Route_ORS", "memory") @@ -404,14 +415,14 @@ def run_gui_control(self): clnt_msg += f'{clnt.url}
Parameters:
{json.dumps(params, indent=2)}' self.dlg.debug_text.setHtml(clnt_msg) - def tr(self, string): + def tr(self, string: str) -> str: return QCoreApplication.translate(str(self.__class__.__name__), string) class ORStoolsDialog(QDialog, Ui_ORStoolsDialogBase): """Define the custom behaviour of Dialog""" - def __init__(self, iface, parent=None): + def __init__(self, iface: QgisInterface, parent=None) -> None: """ :param iface: QGIS interface :type iface: QgisInterface @@ -481,7 +492,7 @@ def __init__(self, iface, parent=None): self.annotation_canvas = self._iface.mapCanvas() - def _save_vertices_to_layer(self): + def _save_vertices_to_layer(self) -> None: """Saves the vertices list to a temp layer""" items = [ self.routing_fromline_list.item(x).text() @@ -508,7 +519,7 @@ def _save_vertices_to_layer(self): "Success", "Vertices saved to layer.", level=Qgis.Success ) - def _on_prov_refresh_click(self): + def _on_prov_refresh_click(self) -> None: """Populates provider dropdown with fresh list from config.yml""" providers = configmanager.read_config()["providers"] @@ -516,7 +527,7 @@ def _on_prov_refresh_click(self): for provider in providers: self.provider_combo.addItem(provider["name"], provider) - def _on_clear_listwidget_click(self): + def _on_clear_listwidget_click(self) -> None: """Clears the contents of the QgsListWidget and the annotations.""" items = self.routing_fromline_list.selectedItems() if items: @@ -535,7 +546,9 @@ def _on_clear_listwidget_click(self): if self.line_tool: self.line_tool.canvas.scene().removeItem(self.line_tool.rubberBand) - def _linetool_annotate_point(self, point, idx, crs=None): + def _linetool_annotate_point( + self, point: QgsPointXY, idx: int, crs: Optional[QgsCoordinateReferenceSystem] = None + ) -> QgsAnnotation: if not crs: crs = self._iface.mapCanvas().mapSettings().destinationCrs() @@ -554,7 +567,7 @@ def _linetool_annotate_point(self, point, idx, crs=None): return QgsMapCanvasAnnotationItem(annotation, self.annotation_canvas).annotation() - def _clear_annotations(self): + def _clear_annotations(self) -> None: """Clears annotations""" for annotation_item in self.annotation_canvas.annotationItems(): annotation = annotation_item.annotation() @@ -562,7 +575,7 @@ def _clear_annotations(self): self.project.annotationManager().removeAnnotation(annotation) self.annotations = [] - def _on_linetool_init(self): + def _on_linetool_init(self) -> None: """Hides GUI dialog, inits line maptool and add items to line list box.""" # Remove blue lines (rubber band) if self.line_tool: @@ -580,7 +593,7 @@ def _on_linetool_init(self): ) self.line_tool.doubleClicked.connect(self._on_linetool_map_doubleclick) - def _on_linetool_map_click(self, point, idx): + def _on_linetool_map_click(self, point: QgsPointXY, idx: int) -> None: """Adds an item to QgsListWidget and annotates the point in the map canvas""" map_crs = self._iface.mapCanvas().mapSettings().destinationCrs() @@ -591,7 +604,7 @@ def _on_linetool_map_click(self, point, idx): annotation = self._linetool_annotate_point(point, idx) self.project.annotationManager().addAnnotation(annotation) - def _reindex_list_items(self): + def _reindex_list_items(self) -> None: """Resets the index when an item in the list is moved""" items = [ self.routing_fromline_list.item(x).text() @@ -610,7 +623,7 @@ def _reindex_list_items(self): annotation = self._linetool_annotate_point(point, idx, crs) self.project.annotationManager().addAnnotation(annotation) - def _on_linetool_map_doubleclick(self): + def _on_linetool_map_doubleclick(self) -> None: """ Populate line list widget with coordinates, end line drawing and show dialog again. """ diff --git a/ORStools/gui/ORStoolsDialogConfig.py b/ORStools/gui/ORStoolsDialogConfig.py index 8983a90b..ed2b15f6 100644 --- a/ORStools/gui/ORStoolsDialogConfig.py +++ b/ORStools/gui/ORStoolsDialogConfig.py @@ -41,7 +41,7 @@ class ORStoolsDialogConfigMain(QDialog, Ui_ORStoolsDialogConfigBase): """Builds provider config dialog.""" - def __init__(self, parent=None): + def __init__(self, parent=None) -> None: """ :param parent: Parent window for modality. :type parent: QDialog @@ -62,7 +62,7 @@ def __init__(self, parent=None): # Change OK to Save in config window self.buttonBox.button(QDialogButtonBox.Ok).setText(self.tr("Save")) - def accept(self): + def accept(self) -> None: """When the OK Button is clicked, in-memory temp_config is updated and written to config.yml""" collapsible_boxes = self.providers.findChildren(QgsCollapsibleGroupBox) @@ -84,7 +84,7 @@ def accept(self): self.close() @staticmethod - def _adjust_timeout_input(input_line_edit: QLineEdit): + def _adjust_timeout_input(input_line_edit: QLineEdit) -> None: """ Corrects the value of the input to the top or bottom value of the specified range of the QIntValidator for the field. @@ -100,7 +100,7 @@ def _adjust_timeout_input(input_line_edit: QLineEdit): elif int(text) > val.top(): input_line_edit.setText(str(val.top())) - def _build_ui(self): + def _build_ui(self) -> None: """Builds the UI on dialog startup.""" for provider_entry in self.temp_config["providers"]: @@ -119,7 +119,7 @@ def _build_ui(self): self.buttonBox.accepted.connect(self.accept) self.buttonBox.rejected.connect(self.reject) - def _add_provider(self): + def _add_provider(self) -> None: """Adds an empty provider box to be filled out by the user.""" self._collapse_boxes() @@ -130,7 +130,7 @@ def _add_provider(self): if ok: self._add_box(provider_name, "http://localhost:8082/ors", "", 60, new=True) - def _remove_provider(self): + def _remove_provider(self) -> None: """Remove list of providers from list.""" providers = [provider["name"] for provider in self.temp_config["providers"]] @@ -152,13 +152,13 @@ def _remove_provider(self): provider_id = providers.index(provider) del self.temp_config["providers"][provider_id] - def _collapse_boxes(self): + def _collapse_boxes(self) -> None: """Collapse all QgsCollapsibleGroupBoxes.""" collapsible_boxes = self.providers.findChildren(QgsCollapsibleGroupBox) for box in collapsible_boxes: box.setCollapsed(True) - def _add_box(self, name, url, key, timeout, new=False): + def _add_box(self, name: str, url: str, key: str, timeout: int, new: bool = False) -> None: """ Adds a provider box to the QWidget layout and self.temp_config. diff --git a/ORStools/proc/base_processing_algorithm.py b/ORStools/proc/base_processing_algorithm.py index 47e136d3..61df4b88 100644 --- a/ORStools/proc/base_processing_algorithm.py +++ b/ORStools/proc/base_processing_algorithm.py @@ -40,7 +40,7 @@ QgsProcessingFeedback, QgsSettings, ) -from typing import Any +from typing import Any, Dict from PyQt5.QtGui import QIcon @@ -55,7 +55,7 @@ class ORSBaseProcessingAlgorithm(QgsProcessingAlgorithm): """Base algorithm class for ORS algorithms""" - def __init__(self): + def __init__(self) -> None: """ Default attributes used in all child classes """ @@ -92,7 +92,7 @@ def name(self) -> str: """ return self.ALGO_NAME - def shortHelpString(self): + def shortHelpString(self) -> str: """ Displays the sidebar help in the algorithm window """ @@ -101,7 +101,7 @@ def shortHelpString(self): return read_help_file(algorithm=self.ALGO_NAME, locale=locale) @staticmethod - def helpUrl(): + def helpUrl() -> str: """ Will be connected to the Help button in the Algorithm window """ @@ -222,7 +222,7 @@ def parseOptions(self, parameters: dict, context: QgsProcessingContext) -> dict: return options # noinspection PyUnusedLocal - def initAlgorithm(self, configuration): + def initAlgorithm(self, configuration: Dict) -> None: """ Combines default and algorithm parameters and adds them in order to the algorithm dialog window. @@ -244,6 +244,6 @@ def initAlgorithm(self, configuration): self.addParameter(param) - def tr(self, string, context=None): + def tr(self, string: str, context=None) -> str: context = context or self.__class__.__name__ return QCoreApplication.translate(context, string) diff --git a/ORStools/proc/directions_lines_proc.py b/ORStools/proc/directions_lines_proc.py index 7398d194..24ec00b4 100644 --- a/ORStools/proc/directions_lines_proc.py +++ b/ORStools/proc/directions_lines_proc.py @@ -27,6 +27,8 @@ ***************************************************************************/ """ +from typing import List, Dict, Generator + from qgis._core import ( QgsFeature, QgsVectorLayer, @@ -42,6 +44,9 @@ QgsProcessingParameterFeatureSource, QgsProcessingParameterEnum, QgsPointXY, + QgsProcessingFeatureSource, + QgsProcessingContext, + QgsProcessingFeedback, ) from ORStools.common import directions_core, PROFILES, PREFERENCES, OPTIMIZATION_MODES @@ -56,15 +61,15 @@ class ORSDirectionsLinesAlgo(ORSBaseProcessingAlgorithm): def __init__(self): super().__init__() - self.ALGO_NAME = "directions_from_polylines_layer" - self.GROUP = "Directions" - self.IN_LINES = "INPUT_LINE_LAYER" - self.IN_FIELD = "INPUT_LAYER_FIELD" - self.IN_PREFERENCE = "INPUT_PREFERENCE" - self.IN_OPTIMIZE = "INPUT_OPTIMIZE" - self.IN_MODE = "INPUT_MODE" - self.EXPORT_ORDER = "EXPORT_ORDER" - self.PARAMETERS = [ + self.ALGO_NAME: str = "directions_from_polylines_layer" + self.GROUP: str = "Directions" + self.IN_LINES: str = "INPUT_LINE_LAYER" + self.IN_FIELD: str = "INPUT_LAYER_FIELD" + self.IN_PREFERENCE: str = "INPUT_PREFERENCE" + self.IN_OPTIMIZE: str = "INPUT_OPTIMIZE" + self.IN_MODE: str = "INPUT_MODE" + self.EXPORT_ORDER: str = "EXPORT_ORDER" + self.PARAMETERS: List = [ QgsProcessingParameterFeatureSource( name=self.IN_LINES, description=self.tr("Input Line layer"), @@ -93,7 +98,9 @@ def __init__(self): QgsProcessingParameterBoolean(self.EXPORT_ORDER, self.tr("Export order of jobs")), ] - def processAlgorithm(self, parameters, context, feedback): + def processAlgorithm( + self, parameters: dict, context: QgsProcessingContext, feedback: QgsProcessingFeedback + ) -> Dict[str, str]: ors_client = self._get_ors_client_from_provider(parameters[self.IN_PROVIDER], feedback) profile = dict(enumerate(PROFILES))[parameters[self.IN_PROFILE]] @@ -199,7 +206,7 @@ def processAlgorithm(self, parameters, context, feedback): return {self.OUT: dest_id} @staticmethod - def _get_sorted_lines(layer, field_name): + def _get_sorted_lines(layer: QgsProcessingFeatureSource, field_name: str) -> Generator: """ Generator to yield geometry and ID value sorted by feature ID. Careful: feat.id() is not necessarily permanent @@ -229,7 +236,6 @@ def _get_sorted_lines(layer, field_name): line = [ x_former.transform(QgsPointXY(point)) for point in feat.geometry().asPolyline() ] - yield line, field_value def displayName(self) -> str: diff --git a/ORStools/proc/directions_points_layer_proc.py b/ORStools/proc/directions_points_layer_proc.py index 56030ceb..5d914476 100644 --- a/ORStools/proc/directions_points_layer_proc.py +++ b/ORStools/proc/directions_points_layer_proc.py @@ -27,6 +27,9 @@ ***************************************************************************/ """ +from typing import Dict, List + + from qgis._core import ( QgsVectorLayer, QgsFeature, @@ -42,6 +45,8 @@ QgsProcessingParameterFeatureSource, QgsProcessingParameterEnum, QgsPointXY, + QgsProcessingContext, + QgsProcessingFeedback, ) from ORStools.common import directions_core, PROFILES, PREFERENCES, OPTIMIZATION_MODES @@ -56,16 +61,16 @@ class ORSDirectionsPointsLayerAlgo(ORSBaseProcessingAlgorithm): def __init__(self): super().__init__() - self.ALGO_NAME = "directions_from_points_1_layer" - self.GROUP = "Directions" - self.IN_POINTS = "INPUT_POINT_LAYER" - self.IN_FIELD = "INPUT_LAYER_FIELD" - self.IN_PREFERENCE = "INPUT_PREFERENCE" - self.IN_OPTIMIZE = "INPUT_OPTIMIZE" - self.IN_MODE = "INPUT_MODE" - self.IN_SORTBY = "INPUT_SORTBY" - self.EXPORT_ORDER = "EXPORT_ORDER" - self.PARAMETERS = [ + self.ALGO_NAME: str = "directions_from_points_1_layer" + self.GROUP: str = "Directions" + self.IN_POINTS: str = "INPUT_POINT_LAYER" + self.IN_FIELD: str = "INPUT_LAYER_FIELD" + self.IN_PREFERENCE: str = "INPUT_PREFERENCE" + self.IN_OPTIMIZE: str = "INPUT_OPTIMIZE" + self.IN_MODE: str = "INPUT_MODE" + self.IN_SORTBY: str = "INPUT_SORTBY" + self.EXPORT_ORDER: str = "EXPORT_ORDER" + self.PARAMETERS: List = [ QgsProcessingParameterFeatureSource( name=self.IN_POINTS, description=self.tr("Input (Multi)Point layer"), @@ -101,7 +106,9 @@ def __init__(self): QgsProcessingParameterBoolean(self.EXPORT_ORDER, self.tr("Export order of jobs")), ] - def processAlgorithm(self, parameters, context, feedback): + def processAlgorithm( + self, parameters: dict, context: QgsProcessingContext, feedback: QgsProcessingFeedback + ) -> Dict[str, str]: ors_client = self._get_ors_client_from_provider(parameters[self.IN_PROVIDER], feedback) profile = dict(enumerate(PROFILES))[parameters[self.IN_PROFILE]] diff --git a/ORStools/proc/directions_points_layers_proc.py b/ORStools/proc/directions_points_layers_proc.py index b7e00379..10634bb0 100644 --- a/ORStools/proc/directions_points_layers_proc.py +++ b/ORStools/proc/directions_points_layers_proc.py @@ -27,6 +27,9 @@ ***************************************************************************/ """ +from typing import Dict + +from qgis._core import QgsField from qgis.core import ( QgsWkbTypes, QgsCoordinateReferenceSystem, @@ -34,6 +37,9 @@ QgsProcessingParameterField, QgsProcessingParameterFeatureSource, QgsProcessingParameterEnum, + QgsProcessingFeatureSource, + QgsProcessingContext, + QgsProcessingFeedback, ) from ORStools.common import directions_core, PROFILES, PREFERENCES @@ -45,18 +51,18 @@ class ORSDirectionsPointsLayersAlgo(ORSBaseProcessingAlgorithm): def __init__(self): super().__init__() - self.ALGO_NAME = "directions_from_points_2_layers" - self.GROUP = "Directions" + self.ALGO_NAME: str = "directions_from_points_2_layers" + self.GROUP: str = "Directions" self.MODE_SELECTION: list = ["Row-by-Row", "All-by-All"] - self.IN_START = "INPUT_START_LAYER" - self.IN_START_FIELD = "INPUT_START_FIELD" - self.IN_SORT_START_BY = "INPUT_SORT_START_BY" - self.IN_END = "INPUT_END_LAYER" - self.IN_END_FIELD = "INPUT_END_FIELD" - self.IN_SORT_END_BY = "INPUT_SORT_END_BY" - self.IN_PREFERENCE = "INPUT_PREFERENCE" - self.IN_MODE = "INPUT_MODE" - self.PARAMETERS = [ + self.IN_START: str = "INPUT_START_LAYER" + self.IN_START_FIELD: str = "INPUT_START_FIELD" + self.IN_SORT_START_BY: str = "INPUT_SORT_START_BY" + self.IN_END: str = "INPUT_END_LAYER" + self.IN_END_FIELD: str = "INPUT_END_FIELD" + self.IN_SORT_END_BY: str = "INPUT_SORT_END_BY" + self.IN_PREFERENCE: str = "INPUT_PREFERENCE" + self.IN_MODE: str = "INPUT_MODE" + self.PARAMETERS: list = [ QgsProcessingParameterFeatureSource( name=self.IN_START, description=self.tr("Input Start Point layer"), @@ -111,7 +117,9 @@ def __init__(self): # TODO: preprocess parameters to options the range cleanup below: # https://www.qgis.org/pyqgis/master/core/Processing/QgsProcessingAlgorithm.html#qgis.core.QgsProcessingAlgorithm.preprocessParameters - def processAlgorithm(self, parameters, context, feedback): + def processAlgorithm( + self, parameters: dict, context: QgsProcessingContext, feedback: QgsProcessingFeedback + ) -> Dict[str, str]: ors_client = self._get_ors_client_from_provider(parameters[self.IN_PROVIDER], feedback) profile = dict(enumerate(PROFILES))[parameters[self.IN_PROFILE]] @@ -211,18 +219,25 @@ def sort_end(f): return {self.OUT: dest_id} @staticmethod - def _get_route_dict(source, source_field, sort_start, destination, destination_field, sort_end): + def _get_route_dict( + source: QgsProcessingFeatureSource, + source_field: QgsField, + sort_start, + destination: QgsProcessingFeatureSource, + destination_field: QgsField, + sort_end, + ) -> dict: """ Compute route_dict from input layer. :param source: Input from layer - :type source: QgsProcessingParameterFeatureSource + :type source: QgsProcessingFeatureSource :param source_field: ID field from layer. :type source_field: QgsField :param destination: Input to layer. - :type destination: QgsProcessingParameterFeatureSource + :type destination: QgsProcessingFeatureSource :param destination_field: ID field to layer. :type destination_field: QgsField diff --git a/ORStools/proc/isochrones_layer_proc.py b/ORStools/proc/isochrones_layer_proc.py index 0ce3bc53..8577ee6b 100644 --- a/ORStools/proc/isochrones_layer_proc.py +++ b/ORStools/proc/isochrones_layer_proc.py @@ -27,6 +27,8 @@ ***************************************************************************/ """ +from typing import Dict + from qgis.core import ( QgsWkbTypes, QgsCoordinateReferenceSystem, @@ -38,6 +40,8 @@ QgsProcessingParameterString, QgsProcessingParameterEnum, QgsProcessingParameterNumber, + QgsProcessingContext, + QgsProcessingFeedback, ) from ORStools.common import isochrones_core, PROFILES, DIMENSIONS, LOCATION_TYPES @@ -52,16 +56,16 @@ def __init__(self): self.ALGO_NAME = "isochrones_from_layer" self.GROUP = "Isochrones" - self.IN_POINTS = "INPUT_POINT_LAYER" - self.IN_FIELD = "INPUT_FIELD" - self.IN_METRIC = "INPUT_METRIC" - self.IN_RANGES = "INPUT_RANGES" - self.IN_KEY = "INPUT_APIKEY" - self.IN_DIFFERENCE = "INPUT_DIFFERENCE" - self.USE_SMOOTHING = "USE_SMOOTHING" - self.IN_SMOOTHING = "INPUT_SMOOTHING" - self.LOCATION_TYPE = "LOCATION_TYPE" - self.PARAMETERS = [ + self.IN_POINTS: str = "INPUT_POINT_LAYER" + self.IN_FIELD: str = "INPUT_FIELD" + self.IN_METRIC: str = "INPUT_METRIC" + self.IN_RANGES: str = "INPUT_RANGES" + self.IN_KEY: str = "INPUT_APIKEY" + self.IN_DIFFERENCE: str = "INPUT_DIFFERENCE" + self.USE_SMOOTHING: str = "USE_SMOOTHING" + self.IN_SMOOTHING: str = "INPUT_SMOOTHING" + self.LOCATION_TYPE: str = "LOCATION_TYPE" + self.PARAMETERS: list = [ QgsProcessingParameterFeatureSource( name=self.IN_POINTS, description=self.tr("Input Point layer"), @@ -113,7 +117,9 @@ def __init__(self): # TODO: preprocess parameters to options the range cleanup below: # https://www.qgis.org/pyqgis/master/core/Processing/QgsProcessingAlgorithm.html#qgis.core.QgsProcessingAlgorithm.prepareAlgorithm - def processAlgorithm(self, parameters, context, feedback): + def processAlgorithm( + self, parameters: dict, context: QgsProcessingContext, feedback: QgsProcessingFeedback + ) -> Dict[str, str]: ors_client = self._get_ors_client_from_provider(parameters[self.IN_PROVIDER], feedback) profile = dict(enumerate(PROFILES))[parameters[self.IN_PROFILE]] @@ -203,7 +209,9 @@ def processAlgorithm(self, parameters, context, feedback): return {self.OUT: self.dest_id} # noinspection PyUnusedLocal - def postProcessAlgorithm(self, context, feedback): + def postProcessAlgorithm( + self, context: QgsProcessingContext, feedback: QgsProcessingFeedback + ) -> Dict[str, str]: """Style polygon layer in post-processing step.""" # processed_layer = self.isochrones.calculate_difference(self.dest_id, context) processed_layer = QgsProcessingUtils.mapLayerFromString(self.dest_id, context) diff --git a/ORStools/proc/isochrones_point_proc.py b/ORStools/proc/isochrones_point_proc.py index 63b2a3cb..d9ced450 100644 --- a/ORStools/proc/isochrones_point_proc.py +++ b/ORStools/proc/isochrones_point_proc.py @@ -27,6 +27,8 @@ ***************************************************************************/ """ +from typing import Dict + from qgis.core import ( QgsWkbTypes, QgsCoordinateReferenceSystem, @@ -35,6 +37,8 @@ QgsProcessingParameterEnum, QgsProcessingParameterPoint, QgsProcessingParameterNumber, + QgsProcessingContext, + QgsProcessingFeedback, ) from ORStools.common import isochrones_core, PROFILES, DIMENSIONS, LOCATION_TYPES @@ -46,16 +50,16 @@ class ORSIsochronesPointAlgo(ORSBaseProcessingAlgorithm): def __init__(self): super().__init__() - self.ALGO_NAME = "isochrones_from_point" - self.GROUP = "Isochrones" - self.IN_POINT = "INPUT_POINT" - self.IN_METRIC = "INPUT_METRIC" - self.IN_RANGES = "INPUT_RANGES" - self.IN_KEY = "INPUT_APIKEY" - self.IN_DIFFERENCE = "INPUT_DIFFERENCE" - self.IN_SMOOTHING = "INPUT_SMOOTHING" - self.LOCATION_TYPE = "LOCATION_TYPE" - self.PARAMETERS = [ + self.ALGO_NAME: str = "isochrones_from_point" + self.GROUP: str = "Isochrones" + self.IN_POINT: str = "INPUT_POINT" + self.IN_METRIC: str = "INPUT_METRIC" + self.IN_RANGES: str = "INPUT_RANGES" + self.IN_KEY: str = "INPUT_APIKEY" + self.IN_DIFFERENCE: str = "INPUT_DIFFERENCE" + self.IN_SMOOTHING: str = "INPUT_SMOOTHING" + self.LOCATION_TYPE: str = "LOCATION_TYPE" + self.PARAMETERS: list = [ QgsProcessingParameterPoint( name=self.IN_POINT, description=self.tr( @@ -99,7 +103,9 @@ def __init__(self): # TODO: preprocess parameters to options the range cleanup below: # https://www.qgis.org/pyqgis/master/core/Processing/QgsProcessingAlgorithm.html#qgis.core.QgsProcessingAlgorithm.preprocessParameters - def processAlgorithm(self, parameters, context, feedback): + def processAlgorithm( + self, parameters: dict, context: QgsProcessingContext, feedback: QgsProcessingFeedback + ) -> Dict[str, str]: ors_client = self._get_ors_client_from_provider(parameters[self.IN_PROVIDER], feedback) profile = dict(enumerate(PROFILES))[parameters[self.IN_PROFILE]] @@ -159,7 +165,7 @@ def processAlgorithm(self, parameters, context, feedback): return {self.OUT: self.dest_id} # noinspection PyUnusedLocal - def postProcessAlgorithm(self, context, feedback): + def postProcessAlgorithm(self, context, feedback) -> Dict[str, str]: """Style polygon layer in post-processing step.""" processed_layer = QgsProcessingUtils.mapLayerFromString(self.dest_id, context) self.isochrones.stylePoly(processed_layer) diff --git a/ORStools/proc/matrix_proc.py b/ORStools/proc/matrix_proc.py index 5a365fb2..7bb98998 100644 --- a/ORStools/proc/matrix_proc.py +++ b/ORStools/proc/matrix_proc.py @@ -27,6 +27,8 @@ ***************************************************************************/ """ +from typing import Dict + from qgis.core import ( QgsWkbTypes, QgsFeature, @@ -36,6 +38,8 @@ QgsProcessingException, QgsProcessingParameterField, QgsProcessingParameterFeatureSource, + QgsProcessingContext, + QgsProcessingFeedback, ) from PyQt5.QtCore import QVariant @@ -49,13 +53,13 @@ class ORSMatrixAlgo(ORSBaseProcessingAlgorithm): def __init__(self): super().__init__() - self.ALGO_NAME = "matrix_from_layers" - self.GROUP = "Matrix" - self.IN_START = "INPUT_START_LAYER" - self.IN_START_FIELD = "INPUT_START_FIELD" - self.IN_END = "INPUT_END_LAYER" - self.IN_END_FIELD = "INPUT_END_FIELD" - self.PARAMETERS = [ + self.ALGO_NAME: str = "matrix_from_layers" + self.GROUP: str = "Matrix" + self.IN_START: str = "INPUT_START_LAYER" + self.IN_START_FIELD: str = "INPUT_START_FIELD" + self.IN_END: str = "INPUT_END_LAYER" + self.IN_END_FIELD: str = "INPUT_END_FIELD" + self.PARAMETERS: list = [ QgsProcessingParameterFeatureSource( name=self.IN_START, description=self.tr("Input Start Point layer"), @@ -82,7 +86,9 @@ def __init__(self): ), ] - def processAlgorithm(self, parameters, context, feedback): + def processAlgorithm( + self, parameters: dict, context: QgsProcessingContext, feedback: QgsProcessingFeedback + ) -> Dict[str, str]: ors_client = self._get_ors_client_from_provider(parameters[self.IN_PROVIDER], feedback) # Get profile value diff --git a/ORStools/proc/provider.py b/ORStools/proc/provider.py index 324b2b58..0a10e029 100644 --- a/ORStools/proc/provider.py +++ b/ORStools/proc/provider.py @@ -44,7 +44,7 @@ class ORStoolsProvider(QgsProcessingProvider): def __init__(self): QgsProcessingProvider.__init__(self) - def unload(self): + def unload(self) -> None: """ Unloads the provider. Any tear-down steps required by the provider should be implemented here. @@ -52,7 +52,7 @@ def unload(self): pass # noinspection PyPep8Naming - def loadAlgorithms(self): + def loadAlgorithms(self) -> None: """ Loads all algorithms belonging to this provider. """ @@ -65,11 +65,11 @@ def loadAlgorithms(self): self.addAlgorithm(ORSMatrixAlgo()) @staticmethod - def icon(): + def icon() -> QIcon: return QIcon(RESOURCE_PREFIX + "icon_orstools.png") @staticmethod - def id(): + def id() -> str: """ Returns the unique provider id, used for identifying the provider. This string should be a unique, short, character only string, eg "qgis" or @@ -78,7 +78,7 @@ def id(): return PLUGIN_NAME.strip() @staticmethod - def name(): + def name() -> str: """ Returns the provider name, which is used to describe the provider within the GUI. @@ -89,7 +89,7 @@ def name(): # noinspection PyPep8Naming @staticmethod - def longName(): + def longName() -> str: """ Returns the a longer version of the provider name, which can include extra details such as version numbers. E.g. "Lastools LIDAR tools diff --git a/ORStools/utils/configmanager.py b/ORStools/utils/configmanager.py index 0005e0c4..e8d1c534 100644 --- a/ORStools/utils/configmanager.py +++ b/ORStools/utils/configmanager.py @@ -34,7 +34,7 @@ from ORStools import CONFIG_PATH -def read_config(): +def read_config() -> dict: """ Reads config.yml from file and returns the parsed dict. @@ -47,7 +47,7 @@ def read_config(): return doc -def write_config(new_config): +def write_config(new_config: dict) -> None: """ Dumps new config @@ -58,7 +58,7 @@ def write_config(new_config): yaml.safe_dump(new_config, f) -def write_env_var(key, value): +def write_env_var(key: str, value: str) -> None: """ Update quota env variables diff --git a/ORStools/utils/convert.py b/ORStools/utils/convert.py index 88de03db..1b6ab08f 100644 --- a/ORStools/utils/convert.py +++ b/ORStools/utils/convert.py @@ -28,7 +28,7 @@ """ -def decode_polyline(polyline, is3d=False): +def decode_polyline(polyline: str, is3d: bool = False) -> dict: """Decodes a Polyline string into a GeoJSON geometry. :param polyline: An encoded polyline, only the geometry. diff --git a/ORStools/utils/logger.py b/ORStools/utils/logger.py index cd6bf301..b8926392 100644 --- a/ORStools/utils/logger.py +++ b/ORStools/utils/logger.py @@ -32,7 +32,7 @@ from ORStools import PLUGIN_NAME -def log(message, level_in=0): +def log(message: str, level_in: int = 0): """ Writes to QGIS inbuilt logger accessible through panel. diff --git a/ORStools/utils/maptools.py b/ORStools/utils/maptools.py index ae347d0b..ad0668b5 100644 --- a/ORStools/utils/maptools.py +++ b/ORStools/utils/maptools.py @@ -27,6 +27,7 @@ ***************************************************************************/ """ +from qgis._gui import QgsMapCanvas, QgsMapMouseEvent from qgis.core import QgsWkbTypes from qgis.gui import QgsMapToolEmitPoint, QgsRubberBand @@ -39,7 +40,7 @@ class LineTool(QgsMapToolEmitPoint): """Line Map tool to capture mapped lines.""" - def __init__(self, canvas): + def __init__(self, canvas: QgsMapCanvas) -> None: """ :param canvas: current map canvas :type canvas: QgsMapCanvas @@ -58,7 +59,7 @@ def __init__(self, canvas): self.points = [] self.reset() - def reset(self): + def reset(self) -> None: """reset rubber band and captured points.""" self.points = [] @@ -66,7 +67,7 @@ def reset(self): pointDrawn = pyqtSignal(["QgsPointXY", "int"]) - def canvasReleaseEvent(self, e): + def canvasReleaseEvent(self, e: QgsMapMouseEvent) -> None: """Add marker to canvas and shows line.""" new_point = self.toMapCoordinates(e.pos()) self.points.append(new_point) @@ -75,7 +76,7 @@ def canvasReleaseEvent(self, e): self.pointDrawn.emit(new_point, self.points.index(new_point)) self.showLine() - def showLine(self): + def showLine(self) -> None: """Builds rubber band from all points and adds it to the map canvas.""" self.rubberBand.reset(geometryType=QgsWkbTypes.LineGeometry) for point in self.points: @@ -87,12 +88,12 @@ def showLine(self): doubleClicked = pyqtSignal() # noinspection PyUnusedLocal - def canvasDoubleClickEvent(self, e): + def canvasDoubleClickEvent(self, e: QgsMapMouseEvent) -> None: """Ends line drawing and deletes rubber band and markers from map canvas.""" # noinspection PyUnresolvedReferences self.doubleClicked.emit() self.canvas.scene().removeItem(self.rubberBand) - def deactivate(self): + def deactivate(self) -> None: super(LineTool, self).deactivate() self.deactivated.emit() diff --git a/ORStools/utils/transform.py b/ORStools/utils/transform.py index cd603e02..5fe5c20b 100644 --- a/ORStools/utils/transform.py +++ b/ORStools/utils/transform.py @@ -30,7 +30,7 @@ from qgis.core import QgsCoordinateReferenceSystem, QgsCoordinateTransform, QgsProject -def transformToWGS(old_crs): +def transformToWGS(old_crs: QgsCoordinateReferenceSystem) -> QgsCoordinateTransform: """ Returns a transformer to WGS84 From eeecc8c2628c3865f1ffb7c08f7401dd525136c0 Mon Sep 17 00:00:00 2001 From: Merydian Date: Fri, 17 May 2024 04:08:32 +0200 Subject: [PATCH 07/26] docs: change Zusaetzliche to Fortgeschrittene in german help --- ORStools/help/directions_from_points_1_layer_de.help | 2 +- ORStools/help/directions_from_points_2_layers_de.help | 2 +- ORStools/help/directions_from_polylines_layer_de.help | 2 +- ORStools/help/isochrones_from_layer_de.help | 2 +- ORStools/help/isochrones_from_point_de.help | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ORStools/help/directions_from_points_1_layer_de.help b/ORStools/help/directions_from_points_1_layer_de.help index 21675799..3fa430c4 100644 --- a/ORStools/help/directions_from_points_1_layer_de.help +++ b/ORStools/help/directions_from_points_1_layer_de.help @@ -17,7 +17,7 @@ Optional kann eine Dokumentation. +Fortgeschrittene Parameter: Beschreibung in der Dokumentation. Ausgabelayer: ein LineString-Layer mit mehreren Routen-Feldern. diff --git a/ORStools/help/directions_from_points_2_layers_de.help b/ORStools/help/directions_from_points_2_layers_de.help index b046f478..12fcf7ea 100644 --- a/ORStools/help/directions_from_points_2_layers_de.help +++ b/ORStools/help/directions_from_points_2_layers_de.help @@ -15,7 +15,7 @@ Ein gültiger API-Key ('Web'-Menü > 'Dienst-Einstellungen') oder Registrierung Zuordnungsverfahren: entweder 'row-by-row' bis ein Layer keine Features mehr hat, oder 'all-by-all' für alle Feature-Kombinationen -Zusätzliche Parameter: Beschreibung in der Dokumentation. +Fortgeschrittene Parameter: Beschreibung in der Dokumentation. Ausgabelayer: ein LineString-Layer mit mehreren Routen-Feldern. diff --git a/ORStools/help/directions_from_polylines_layer_de.help b/ORStools/help/directions_from_polylines_layer_de.help index 9668ae54..56ca477a 100644 --- a/ORStools/help/directions_from_polylines_layer_de.help +++ b/ORStools/help/directions_from_polylines_layer_de.help @@ -17,7 +17,7 @@ Optional kann eine Dokumentation. +Fortgeschrittene Parameter: Beschreibung in der Dokumentation. Ausgabelayer: ein LineString-Layer mit mehreren Routen-Feldern. diff --git a/ORStools/help/isochrones_from_layer_de.help b/ORStools/help/isochrones_from_layer_de.help index 15ead1fb..1c567b7b 100644 --- a/ORStools/help/isochrones_from_layer_de.help +++ b/ORStools/help/isochrones_from_layer_de.help @@ -8,7 +8,7 @@ Ein gültiger API-Key ('Web'-Menü > 'Dienst-Einstellungen') oder Registrierung Reichweiten: komma-separierte Liste von Ganzzahlen, keine Dezimalpunkte. -Zusätzliche Parameter: Beschreibung in der Dokumentation. +Fortgeschrittene Parameter: Beschreibung in der Dokumentation. Ortstyp: start behandelt den/die Ort(e) als Startpunkt, destination als Ziel. diff --git a/ORStools/help/isochrones_from_point_de.help b/ORStools/help/isochrones_from_point_de.help index 0755e632..3333a465 100644 --- a/ORStools/help/isochrones_from_point_de.help +++ b/ORStools/help/isochrones_from_point_de.help @@ -6,7 +6,7 @@ Ein gültiger API-Key ('Web'-Menü > 'Dienst-Einstellungen') oder Registrierung Reichweiten: komma-separierte Liste von Ganzzahlen, keine Dezimalpunkte. -Zusätzliche Parameter: Beschreibung in der Dokumentation. +Fortgeschrittene Parameter: Beschreibung in der Dokumentation. Ortstyp: start behandelt den/die Ort(e) als Startpunkt, destination als Ziel. From d9cbfc4d32c78f4c3bd6e1f2de97bbdf194f66de Mon Sep 17 00:00:00 2001 From: Till Frankenbach <81414045+merydian@users.noreply.github.com> Date: Fri, 17 May 2024 04:45:23 -0400 Subject: [PATCH 08/26] docs: fix broken link in sidebar, add hint for `extra_info` doc (#254) Co-authored-by: Jakob Schnell --- ORStools/help/directions_from_points_1_layer.help | 2 +- ORStools/help/directions_from_points_1_layer_de.help | 2 +- ORStools/help/directions_from_points_2_layers.help | 2 +- ORStools/help/directions_from_points_2_layers_de.help | 2 +- ORStools/help/directions_from_polylines_layer.help | 2 +- ORStools/help/directions_from_polylines_layer_de.help | 2 +- ORStools/help/isochrones_from_layer.help | 2 +- ORStools/help/isochrones_from_layer_de.help | 2 +- ORStools/help/isochrones_from_point.help | 2 +- ORStools/help/isochrones_from_point_de.help | 2 +- ORStools/help/matrix_from_layers.help | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/ORStools/help/directions_from_points_1_layer.help b/ORStools/help/directions_from_points_1_layer.help index 93c1b243..15400c89 100644 --- a/ORStools/help/directions_from_points_1_layer.help +++ b/ORStools/help/directions_from_points_1_layer.help @@ -19,6 +19,6 @@ You can optionally perform a the documentation for descriptions. +Advanced Parameters: see the documentation on Routing Options for descriptions. Also, see the documentation on Extra Infos. Output layer: a LineString layer with multiple route attributes. diff --git a/ORStools/help/directions_from_points_1_layer_de.help b/ORStools/help/directions_from_points_1_layer_de.help index 3fa430c4..3f5d6fe2 100644 --- a/ORStools/help/directions_from_points_1_layer_de.help +++ b/ORStools/help/directions_from_points_1_layer_de.help @@ -17,7 +17,7 @@ Optional kann eine Dokumentation. +Fortgeschrittene Parameter: siehe die Dokumentation zu Routing Options für Beschreibungen. Siehe auch die Dokumentation zu Extra Infos. Ausgabelayer: ein LineString-Layer mit mehreren Routen-Feldern. diff --git a/ORStools/help/directions_from_points_2_layers.help b/ORStools/help/directions_from_points_2_layers.help index f067290c..84c4e79d 100644 --- a/ORStools/help/directions_from_points_2_layers.help +++ b/ORStools/help/directions_from_points_2_layers.help @@ -16,6 +16,6 @@ Current restriction limits< Layer Mode: either 'row-by-row' until one layers has no more features or 'all-by-all' for every feature combination -Advanced Parameters: see the documentation for descriptions. +Advanced Parameters: see the documentation on Routing Options for descriptions. Also, see the documentation on Extra Infos. Output layer: a LineString layer with multiple route attributes. diff --git a/ORStools/help/directions_from_points_2_layers_de.help b/ORStools/help/directions_from_points_2_layers_de.help index 12fcf7ea..d9d08e66 100644 --- a/ORStools/help/directions_from_points_2_layers_de.help +++ b/ORStools/help/directions_from_points_2_layers_de.help @@ -15,7 +15,7 @@ Ein gültiger API-Key ('Web'-Menü > 'Dienst-Einstellungen') oder Registrierung Zuordnungsverfahren: entweder 'row-by-row' bis ein Layer keine Features mehr hat, oder 'all-by-all' für alle Feature-Kombinationen -Fortgeschrittene Parameter: Beschreibung in der Dokumentation. +Fortgeschrittene Parameter: siehe die Dokumentation zu Routing Options für Beschreibungen. Siehe auch die Dokumentation zu Extra Infos. Ausgabelayer: ein LineString-Layer mit mehreren Routen-Feldern. diff --git a/ORStools/help/directions_from_polylines_layer.help b/ORStools/help/directions_from_polylines_layer.help index 6453e8d5..c735363c 100644 --- a/ORStools/help/directions_from_polylines_layer.help +++ b/ORStools/help/directions_from_polylines_layer.help @@ -16,6 +16,6 @@ You can optionally perform a the documentation for descriptions. +Advanced Parameters: see the documentation on Routing Options for descriptions. Also, see the documentation on Extra Infos. Output layer: a LineStringZ layer with multiple route attributes and z dimension set. diff --git a/ORStools/help/directions_from_polylines_layer_de.help b/ORStools/help/directions_from_polylines_layer_de.help index 56ca477a..47b84b42 100644 --- a/ORStools/help/directions_from_polylines_layer_de.help +++ b/ORStools/help/directions_from_polylines_layer_de.help @@ -17,7 +17,7 @@ Optional kann eine Dokumentation. +Fortgeschrittene Parameter: siehe die Dokumentation zu Routing Options für Beschreibungen. Siehe auch die Dokumentation zu Extra Infos. Ausgabelayer: ein LineString-Layer mit mehreren Routen-Feldern. diff --git a/ORStools/help/isochrones_from_layer.help b/ORStools/help/isochrones_from_layer.help index 668fa225..3a8072ea 100644 --- a/ORStools/help/isochrones_from_layer.help +++ b/ORStools/help/isochrones_from_layer.help @@ -11,7 +11,7 @@ Current restriction limits< Location Type: start treats the location(s) as starting point, destination as goal. -Advanced Parameters: see the documentation for descriptions. +Advanced Parameters: see the documentation for descriptions. Output layer: a Polygon layer with ID, isochrone center latitude and longitude, range value, travel mode and total population (from GHSL). The CRS is EPSG:4326. diff --git a/ORStools/help/isochrones_from_layer_de.help b/ORStools/help/isochrones_from_layer_de.help index 1c567b7b..ab969612 100644 --- a/ORStools/help/isochrones_from_layer_de.help +++ b/ORStools/help/isochrones_from_layer_de.help @@ -8,7 +8,7 @@ Ein gültiger API-Key ('Web'-Menü > 'Dienst-Einstellungen') oder Registrierung Reichweiten: komma-separierte Liste von Ganzzahlen, keine Dezimalpunkte. -Fortgeschrittene Parameter: Beschreibung in der Dokumentation. +Fortgeschrittene Parameter: Beschreibung in der Dokumentation. Ortstyp: start behandelt den/die Ort(e) als Startpunkt, destination als Ziel. diff --git a/ORStools/help/isochrones_from_point.help b/ORStools/help/isochrones_from_point.help index 5088a78c..28316f2c 100644 --- a/ORStools/help/isochrones_from_point.help +++ b/ORStools/help/isochrones_from_point.help @@ -9,7 +9,7 @@ Current restriction limits< Location Type: start treats the location(s) as starting point, destination as goal. -Advanced Parameters: see the documentation for descriptions. +Advanced Parameters: see the documentation for descriptions. Output layer: a Polygon layer with ID, isochrone center latitude and longitude, range value, travel mode and total population (from GHSL). The CRS is EPSG:4326. diff --git a/ORStools/help/isochrones_from_point_de.help b/ORStools/help/isochrones_from_point_de.help index 3333a465..c368302e 100644 --- a/ORStools/help/isochrones_from_point_de.help +++ b/ORStools/help/isochrones_from_point_de.help @@ -6,7 +6,7 @@ Ein gültiger API-Key ('Web'-Menü > 'Dienst-Einstellungen') oder Registrierung Reichweiten: komma-separierte Liste von Ganzzahlen, keine Dezimalpunkte. -Fortgeschrittene Parameter: Beschreibung in der Dokumentation. +Fortgeschrittene Parameter: Beschreibung in der Dokumentation. Ortstyp: start behandelt den/die Ort(e) als Startpunkt, destination als Ziel. diff --git a/ORStools/help/matrix_from_layers.help b/ORStools/help/matrix_from_layers.help index f48f4acf..d9a5762d 100644 --- a/ORStools/help/matrix_from_layers.help +++ b/ORStools/help/matrix_from_layers.help @@ -8,7 +8,7 @@ You need to have a valid API key ('Web' menu > 'Configuration') or sign up at ID Field: values will transfer to the output layer and can be used to join layers or group features afterwards. -Advanced Parameters: see the documentation for descriptions. +Advanced Parameters: see the documentation for descriptions. Output layer: a geometry-less table with ID, duration and distance attributes. From 024cc5b8d2fb5c83a7299521d9c305ffcc514920 Mon Sep 17 00:00:00 2001 From: Merydian Date: Fri, 17 May 2024 04:48:46 +0200 Subject: [PATCH 09/26] docs: fix broken restrictions link --- ORStools/help/directions_from_points_1_layer_de.help | 2 +- ORStools/help/directions_from_points_2_layers_de.help | 2 +- ORStools/help/directions_from_polylines_layer_de.help | 2 +- ORStools/help/isochrones_from_layer_de.help | 2 +- ORStools/help/isochrones_from_point_de.help | 2 +- ORStools/help/matrix_from_layers_de.help | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ORStools/help/directions_from_points_1_layer_de.help b/ORStools/help/directions_from_points_1_layer_de.help index 3f5d6fe2..d2ed75f8 100644 --- a/ORStools/help/directions_from_points_1_layer_de.help +++ b/ORStools/help/directions_from_points_1_layer_de.help @@ -21,4 +21,4 @@ Die Aktivierung der Wegpunktoptimierung löscht alle anderen erweiterten Konfigu Ausgabelayer: ein LineString-Layer mit mehreren Routen-Feldern. -Es gelten die Restriktionen der openrouteservice-API. +Es gelten die Restriktionen der openrouteservice-API. diff --git a/ORStools/help/directions_from_points_2_layers_de.help b/ORStools/help/directions_from_points_2_layers_de.help index d9d08e66..81eee165 100644 --- a/ORStools/help/directions_from_points_2_layers_de.help +++ b/ORStools/help/directions_from_points_2_layers_de.help @@ -19,4 +19,4 @@ Ein gültiger API-Key ('Web'-Menü > 'Dienst-Einstellungen') oder Registrierung Ausgabelayer: ein LineString-Layer mit mehreren Routen-Feldern. -Es gelten die Restriktionen der openrouteservice-API. +Es gelten die Restriktionen der openrouteservice-API. diff --git a/ORStools/help/directions_from_polylines_layer_de.help b/ORStools/help/directions_from_polylines_layer_de.help index 47b84b42..b8f30ed7 100644 --- a/ORStools/help/directions_from_polylines_layer_de.help +++ b/ORStools/help/directions_from_polylines_layer_de.help @@ -21,4 +21,4 @@ Die Aktivierung der Wegpunktoptimierung löscht alle anderen erweiterten Konfigu Ausgabelayer: ein LineString-Layer mit mehreren Routen-Feldern. -Es gelten die Restriktionen der openrouteservice-API. +Es gelten die Restriktionen der openrouteservice-API. diff --git a/ORStools/help/isochrones_from_layer_de.help b/ORStools/help/isochrones_from_layer_de.help index ab969612..3ffda4d5 100644 --- a/ORStools/help/isochrones_from_layer_de.help +++ b/ORStools/help/isochrones_from_layer_de.help @@ -16,4 +16,4 @@ Ein gültiger API-Key ('Web'-Menü > 'Dienst-Einstellungen') oder Registrierung Der Mittelpunkt kann über das Punktlayer aus Tabelle erzeugen-Werkzeug ('Verarbeitungswerkzeuge' ► 'Vektorerzeugung') extrahiert werden. -Es gelten die Restriktionen der openrouteservice-API. +Es gelten die Restriktionen der openrouteservice-API. diff --git a/ORStools/help/isochrones_from_point_de.help b/ORStools/help/isochrones_from_point_de.help index c368302e..4bd26d80 100644 --- a/ORStools/help/isochrones_from_point_de.help +++ b/ORStools/help/isochrones_from_point_de.help @@ -14,4 +14,4 @@ Ein gültiger API-Key ('Web'-Menü > 'Dienst-Einstellungen') oder Registrierung Der Mittelpunkt kann über das Punktlayer aus Tabelle erzeugen-Werkzeug ('Verarbeitungswerkzeuge' ► 'Vektorerzeugung') extrahiert werden. -Es gelten die Restriktionen der openrouteservice-API. +Es gelten die Restriktionen der openrouteservice-API. diff --git a/ORStools/help/matrix_from_layers_de.help b/ORStools/help/matrix_from_layers_de.help index a8b22c46..2a48705d 100644 --- a/ORStools/help/matrix_from_layers_de.help +++ b/ORStools/help/matrix_from_layers_de.help @@ -10,4 +10,4 @@ Ein gültiger API-Key ('Web'-Menü > 'Dienst-Einstellungen') oder Registrierung Ausgabelayer: Tabelle ohne Geometrie, nur ID, Dauer und Entfernung -Es gelten die Restriktionen der openrouteservice-API. +Es gelten die Restriktionen der openrouteservice-API. From baa40490f617f0117ff096a9c5cde667442612ad Mon Sep 17 00:00:00 2001 From: Jakob Schnell Date: Fri, 17 May 2024 11:10:38 +0200 Subject: [PATCH 10/26] feat: add support for `extra_info` parameter (#251) Add extra_info to advanced parameters in directions processing algorithms. When requesting extra_info, a layer is created with one feature per line segment, containing the requested extra_info as attributes. Requested extra_info that is not available (such as OSMID or green atm) will result in an empty attribute column, with a log message accompanying it. The returned layer could be optimized, this is discussed in #252 . Some extra_info is decoded from the API-returned integers into human-readable strings, so different field types are needed. This needs to be updated, if the API ever changes. Currently, not all extra_info where this would be available is covered. The csv extra_info needs csv_column and csv_factor, a corresponding hint is on the latter two parameters Co-authored-by: Merydian --- ORStools/common/__init__.py | 20 +++ ORStools/common/directions_core.py | 59 +++++++- ORStools/i18n/orstools_de.ts | 137 ++++++++++++------ ORStools/proc/directions_lines_proc.py | 54 ++++++- ORStools/proc/directions_points_layer_proc.py | 60 +++++++- .../proc/directions_points_layers_proc.py | 52 ++++++- ORStools/utils/convert.py | 106 +++++++++++++- 7 files changed, 413 insertions(+), 75 deletions(-) diff --git a/ORStools/common/__init__.py b/ORStools/common/__init__.py index f684c4af..2782c156 100644 --- a/ORStools/common/__init__.py +++ b/ORStools/common/__init__.py @@ -55,6 +55,26 @@ "INPUT_AVOID_COUNTRIES", "INPUT_AVOID_POLYGONS", "INPUT_SMOOTHING", + "EXTRA_INFO", + "CSV_FACTOR", + "CSV_COLUMN", ] LOCATION_TYPES = ["start", "destination"] + +EXTRA_INFOS = [ + "steepness", + "suitability", + "surface", + "waytype", + "waycategory", + "tollways", + "traildifficulty", + "osmid", + "roadaccessrestrictions", + "countryinfo", + "green", + "noise", + "csv", + "shadow", +] diff --git a/ORStools/common/directions_core.py b/ORStools/common/directions_core.py index 0f523045..9389e49f 100644 --- a/ORStools/common/directions_core.py +++ b/ORStools/common/directions_core.py @@ -33,7 +33,7 @@ from PyQt5.QtCore import QVariant -from ORStools.utils import convert +from ORStools.utils import convert, logger def get_request_point_features(route_dict: dict, row_by_row: str) -> Generator[List, Tuple, None]: @@ -80,6 +80,7 @@ def get_fields( from_name: str = "FROM_ID", to_name: str = "TO_ID", line: bool = False, + extra_info: list = [], ) -> QgsFields: """ Builds output fields for directions response layer. @@ -104,14 +105,20 @@ def get_fields( """ fields = QgsFields() - fields.append(QgsField("DIST_KM", QVariant.Double)) - fields.append(QgsField("DURATION_H", QVariant.Double)) - fields.append(QgsField("PROFILE", QVariant.String)) - fields.append(QgsField("PREF", QVariant.String)) - fields.append(QgsField("OPTIONS", QVariant.String)) - fields.append(QgsField(from_name, from_type)) + if not extra_info: + fields.append(QgsField("DIST_KM", QVariant.Double)) + fields.append(QgsField("DURATION_H", QVariant.Double)) + fields.append(QgsField("PROFILE", QVariant.String)) + fields.append(QgsField("PREF", QVariant.String)) + fields.append(QgsField("OPTIONS", QVariant.String)) + fields.append(QgsField(from_name, from_type)) if not line: fields.append(QgsField(to_name, to_type)) + for info in extra_info: + field_type = QVariant.Int + if info in ["waytype", "surface", "waycategory", "roadaccessrestrictions", "steepness"]: + field_type = QVariant.String + fields.append(QgsField(info.upper(), field_type)) return fields @@ -215,6 +222,7 @@ def build_default_parameters( point_list: Optional[List[QgsPointXY]] = None, coordinates: Optional[list] = None, options: Optional[dict] = None, + extra_info: Optional[list] = None, ) -> dict: """ Build default parameters for directions endpoint. Either uses a list of QgsPointXY to create the coordinates @@ -246,6 +254,43 @@ def build_default_parameters( "elevation": True, "id": None, "options": options, + "extra_info": extra_info, } return params + + +def get_extra_info_features_directions(response: dict, extra_info_order: list[str]): + extra_info_order = [ + key if key != "waytype" else "waytypes" for key in extra_info_order + ] # inconsistency in API + response_mini = response["features"][0] + coordinates = response_mini["geometry"]["coordinates"] + feats = list() + extra_info = response_mini["properties"]["extras"] + logger.log(str(extra_info)) + extras_list = {i: [] for i in extra_info_order} + for key in extra_info_order: + try: + values = extra_info[key]["values"] + except KeyError: + logger.log(f"{key} is not available as extra_info.") + continue + for val in values: + for i in range(val[0], val[1]): + value = convert.decode_extrainfo(key, val[2]) + extras_list[key].append(value) + + for i in range(len(coordinates) - 1): + feat = QgsFeature() + qgis_coords = [QgsPoint(x, y, z) for x, y, z in coordinates[i : i + 2]] + feat.setGeometry(QgsGeometry.fromPolyline(qgis_coords)) + attrs = list() + for j in extras_list: + extra = extras_list[j] + attr = extra[i] + attrs.append(attr) + feat.setAttributes(attrs) + feats.append(feat) + + return feats diff --git a/ORStools/i18n/orstools_de.ts b/ORStools/i18n/orstools_de.ts index 6f672c4c..a3bd32b9 100644 --- a/ORStools/i18n/orstools_de.ts +++ b/ORStools/i18n/orstools_de.ts @@ -9,7 +9,7 @@ <b>ORS Tools</b> bietet Zugriff auf <a href="https://openrouteservice.org" style="color: {0}">openrouteservice</a> Berechnungen.<br><br><center><a href="https://heigit.org/de/willkommen"><img src=":/plugins/ORStools/img/logo_heigit_300.png"/></a><br><br></center>Author: HeiGIT gGmbH<br>Email: <a href="mailto:Openrouteservice <{1}>">{1}</a><br>Web: <a href="{2}">{2}</a><br>Repo: <a href="https://github.com/GIScience/orstools-qgis-plugin">github.com/GIScience/orstools-qgis-plugin</a><br>Version: {3} - + About {} Über {} @@ -59,35 +59,50 @@ ORSDirectionsLinesAlgo - + Input Line layer Eingabelayer (Linien) - + Layer ID Field ID-Attribut - + Travel preference Routenpräferenz - + Traveling Salesman (omits other configurations) Wegpunktoptimierung (sonstige Konfiguration wird nicht berücksichtigt) - + Directions from 1 Polyline-Layer Routenberechnung aus einem Polyline-Layer - + Export order of jobs Reihenfolge exportieren + + + Extra Info + Extra Info + + + + Csv Factor (needs Csv Column and csv in Extra Info) + Csv Faktor (benötigt Csv Spalte und csv in Extra Info) + + + + Csv Column (needs Csv Factor and csv in Extra Info) + Csv Spalte (benötigt Csv Faktor und csv in Extra Info) + ORSDirectionsLinesAlgorithm @@ -120,123 +135,153 @@ ORSDirectionsPointsLayerAlgo - + Input (Multi)Point layer Eingabelayer ((Multi)Point) - + Sort Points by Punkte sortieren nach - + Travel preference Routenpräferenz - + Traveling Salesman (omits other configurations) Wegpunktoptimierung (sonstige Konfiguration wird nicht berücksichtigt) - + Directions from 1 Point-Layer Routenberechnung aus einem Punkt-Layer - + Layer ID Field (can be used for joining) ID-Attribut (zum Beispiel für joins) - + Export order of jobs Reihenfolge exportieren + + + Extra Info + Extra Info + + + + Csv Factor (needs Csv Column and csv in Extra Info) + Csv Faktor (benötigt Csv Spalte und csv in Extra Info) + + + + Csv Column (needs Csv Factor and csv in Extra Info) + Csv Spalte (benötigt Csv Faktor und csv in Extra Info) + ORSDirectionsPointsLayersAlgo - + Input Start Point layer Startpunkt-Layer wählen - + Start ID Field (can be used for joining) ID-Attribut Startpunkte (für joins nutzbar) - + Sort Start Points by Startpunkte sortieren nach - + Input End Point layer Endpunkt-Layer wählen - + End ID Field (can be used for joining) ID-Attribut Endpunkte (für joins nutzbar) - + Sort End Points by Endpunkte sortieren nach - + Travel preference Routenpräferenz - + Layer mode Zuordnungs-Verfahren - + Directions from 2 Point-Layers Routenberechnung aus zwei Punkt-Layern + + + Extra Info + Extra Info + + + + Csv Factor (needs Csv Column and csv in Extra Info) + Csv Faktor (benötigt Csv Spalte und csv in Extra Info) + + + + Csv Column (needs Csv Factor and csv in Extra Info) + Csv Spalte (benötigt Csv Faktor und csv in Extra Info) + ORSIsochronesLayerAlgo - + Input Point layer Eingabelayer (Punkte) - + Input layer ID Field (mutually exclusive with Point option) ID-Attribut (schließt Punkt-Option aus) - + Dimension Dimension - + Comma-separated ranges [min or m] Komma-getrennte Reichweiten [min oder m] - + Isochrones from Point-Layer Isochronen aus Punkt-Layer - + Smoothing factor between 0 [detailed] and 100 [generalized] Glättungsfaktor zwischen 0 [detailliert] und 100 [verallgemeinert] - + Location Type Ortstyp @@ -244,32 +289,32 @@ ORSIsochronesPointAlgo - + Input Point from map canvas (mutually exclusive with layer option) Eingabepunkt aus Kartenansicht (schließt Ebenen-Option aus) - + Dimension Dimension - + Comma-separated ranges [min or m] Komma-getrennte Reichweiten [min oder m] - + Isochrones from Point Isochronen von einzelnem Punkt - + Smoothing factor between 0 [detailed] and 100 [generalized] Glättungsfaktor zwischen 0 [detailliert] und 100 [verallgemeinert] - + Location Type Ortstyp @@ -277,27 +322,27 @@ ORSMatrixAlgo - + Input Start Point layer Startpunkt-Layer wählen - + Start ID Field (can be used for joining) ID-Attribut Startpunkte (für joins nutzbar) - + Input End Point layer Endpunkt-Layer wählen - + End ID Field (can be used for joining) ID-Attribut Endpunkte (für joins nutzbar) - + Matrix from Layers Matrix-Berechnung aus Layer @@ -305,12 +350,12 @@ ORStoolsDialog - + Apply Anwenden - + Close Schließen @@ -670,17 +715,17 @@ p, li { white-space: pre-wrap; } ORStoolsDialogMain - + Help Hilfe - + Provider Settings Dienst-Einstellungen - + About Über diff --git a/ORStools/proc/directions_lines_proc.py b/ORStools/proc/directions_lines_proc.py index 24ec00b4..eed326de 100644 --- a/ORStools/proc/directions_lines_proc.py +++ b/ORStools/proc/directions_lines_proc.py @@ -44,12 +44,14 @@ QgsProcessingParameterFeatureSource, QgsProcessingParameterEnum, QgsPointXY, + QgsProcessingParameterNumber, + QgsProcessingParameterString, QgsProcessingFeatureSource, QgsProcessingContext, QgsProcessingFeedback, ) -from ORStools.common import directions_core, PROFILES, PREFERENCES, OPTIMIZATION_MODES +from ORStools.common import directions_core, PROFILES, PREFERENCES, OPTIMIZATION_MODES, EXTRA_INFOS from ORStools.utils import transform, exceptions, logger from .base_processing_algorithm import ORSBaseProcessingAlgorithm from ..utils.processing import get_params_optimize @@ -69,6 +71,9 @@ def __init__(self): self.IN_OPTIMIZE: str = "INPUT_OPTIMIZE" self.IN_MODE: str = "INPUT_MODE" self.EXPORT_ORDER: str = "EXPORT_ORDER" + self.EXTRA_INFO: str = "EXTRA_INFO" + self.CSV_FACTOR: str = "CSV_FACTOR" + self.CSV_COLUMN: str = "CSV_COLUMN" self.PARAMETERS: List = [ QgsProcessingParameterFeatureSource( name=self.IN_LINES, @@ -95,6 +100,27 @@ def __init__(self): defaultValue=None, optional=True, ), + QgsProcessingParameterEnum( + self.EXTRA_INFO, + self.tr("Extra Info"), + options=EXTRA_INFOS, + allowMultiple=True, + optional=True, + ), + QgsProcessingParameterNumber( + self.CSV_FACTOR, + self.tr("Csv Factor (needs Csv Column and csv in Extra Info)"), + type=QgsProcessingParameterNumber.Double, + minValue=0, + maxValue=1, + defaultValue=None, + optional=True, + ), + QgsProcessingParameterString( + self.CSV_COLUMN, + self.tr("Csv Column (needs Csv Factor and csv in Extra Info)"), + optional=True, + ), QgsProcessingParameterBoolean(self.EXPORT_ORDER, self.tr("Export order of jobs")), ] @@ -111,6 +137,13 @@ def processAlgorithm( options = self.parseOptions(parameters, context) + csv_factor = self.parameterAsDouble(parameters, self.CSV_FACTOR, context) + if csv_factor > 0: + options["profile_params"] = {"weightings": {"csv_factor": csv_factor}} + + extra_info = self.parameterAsEnums(parameters, self.EXTRA_INFO, context) + extra_info = [EXTRA_INFOS[i] for i in extra_info] + # Get parameter values source = self.parameterAsSource(parameters, self.IN_LINES, context) @@ -129,7 +162,9 @@ def processAlgorithm( from_name=source_field_name, ) - sink_fields = directions_core.get_fields(**get_fields_options, line=True) + sink_fields = directions_core.get_fields( + **get_fields_options, line=True, extra_info=extra_info + ) (sink, dest_id) = self.parameterAsSink( parameters, @@ -184,17 +219,22 @@ def processAlgorithm( else: params = directions_core.build_default_parameters( - preference, point_list=line, options=options + preference, point_list=line, options=options, extra_info=extra_info ) response = ors_client.request( "/v2/directions/" + profile + "/geojson", {}, post_json=params ) - sink.addFeature( - directions_core.get_output_feature_directions( - response, profile, preference, from_value=field_value + if extra_info: + feats = directions_core.get_extra_info_features_directions(response) + for feat in feats: + sink.addFeature(feat) + else: + sink.addFeature( + directions_core.get_output_feature_directions( + response, profile, preference, from_value=field_value + ) ) - ) except (exceptions.ApiError, exceptions.InvalidKey, exceptions.GenericServerError) as e: msg = f"Feature ID {num} caused a {e.__class__.__name__}:\n{str(e)}" feedback.reportError(msg) diff --git a/ORStools/proc/directions_points_layer_proc.py b/ORStools/proc/directions_points_layer_proc.py index 5d914476..858567d5 100644 --- a/ORStools/proc/directions_points_layer_proc.py +++ b/ORStools/proc/directions_points_layer_proc.py @@ -45,11 +45,13 @@ QgsProcessingParameterFeatureSource, QgsProcessingParameterEnum, QgsPointXY, + QgsProcessingParameterNumber, + QgsProcessingParameterString, QgsProcessingContext, QgsProcessingFeedback, ) -from ORStools.common import directions_core, PROFILES, PREFERENCES, OPTIMIZATION_MODES +from ORStools.common import directions_core, PROFILES, PREFERENCES, OPTIMIZATION_MODES, EXTRA_INFOS from ORStools.utils import transform, exceptions, logger from .base_processing_algorithm import ORSBaseProcessingAlgorithm from ..utils.processing import get_params_optimize @@ -69,6 +71,9 @@ def __init__(self): self.IN_OPTIMIZE: str = "INPUT_OPTIMIZE" self.IN_MODE: str = "INPUT_MODE" self.IN_SORTBY: str = "INPUT_SORTBY" + self.EXTRA_INFO: str = "EXTRA_INFO" + self.CSV_FACTOR: str = "CSV_FACTOR" + self.CSV_COLUMN: str = "CSV_COLUMN" self.EXPORT_ORDER: str = "EXPORT_ORDER" self.PARAMETERS: List = [ QgsProcessingParameterFeatureSource( @@ -103,6 +108,27 @@ def __init__(self): defaultValue=None, optional=True, ), + QgsProcessingParameterEnum( + self.EXTRA_INFO, + self.tr("Extra Info"), + options=EXTRA_INFOS, + allowMultiple=True, + optional=True, + ), + QgsProcessingParameterNumber( + self.CSV_FACTOR, + self.tr("Csv Factor (needs Csv Column and csv in Extra Info)"), + type=QgsProcessingParameterNumber.Double, + minValue=0, + maxValue=1, + defaultValue=None, + optional=True, + ), + QgsProcessingParameterString( + self.CSV_COLUMN, + self.tr("Csv Column (needs Csv Factor and csv in Extra Info)"), + optional=True, + ), QgsProcessingParameterBoolean(self.EXPORT_ORDER, self.tr("Export order of jobs")), ] @@ -119,6 +145,17 @@ def processAlgorithm( options = self.parseOptions(parameters, context) + csv_column = self.parameterAsString(parameters, self.CSV_COLUMN, context) + + csv_factor = self.parameterAsDouble(parameters, self.CSV_FACTOR, context) + if csv_factor > 0: + options["profile_params"] = { + "weightings": {"csv_factor": round(csv_factor, 2), "csv_column": csv_column} + } + + extra_info = self.parameterAsEnums(parameters, self.EXTRA_INFO, context) + extra_info = [EXTRA_INFOS[i] for i in extra_info] + # Get parameter values source = self.parameterAsSource(parameters, self.IN_POINTS, context) @@ -130,7 +167,9 @@ def processAlgorithm( from_name=source_field_name, ) - sink_fields = directions_core.get_fields(**get_fields_options, line=True) + sink_fields = directions_core.get_fields( + **get_fields_options, line=True, extra_info=extra_info + ) (sink, dest_id) = self.parameterAsSink( parameters, @@ -213,17 +252,24 @@ def sort(f): else: params = directions_core.build_default_parameters( - preference, point_list=points, options=options + preference, point_list=points, options=options, extra_info=extra_info ) response = ors_client.request( "/v2/directions/" + profile + "/geojson", {}, post_json=params ) - sink.addFeature( - directions_core.get_output_feature_directions( - response, profile, preference, from_value=from_value + if extra_info: + feats = directions_core.get_extra_info_features_directions( + response, extra_info + ) + for feat in feats: + sink.addFeature(feat) + else: + sink.addFeature( + directions_core.get_output_feature_directions( + response, profile, preference, from_value=from_value + ) ) - ) except (exceptions.ApiError, exceptions.InvalidKey, exceptions.GenericServerError) as e: msg = f"Feature ID {from_value} caused a {e.__class__.__name__}:\n{str(e)}" feedback.reportError(msg) diff --git a/ORStools/proc/directions_points_layers_proc.py b/ORStools/proc/directions_points_layers_proc.py index 10634bb0..c68fc5ce 100644 --- a/ORStools/proc/directions_points_layers_proc.py +++ b/ORStools/proc/directions_points_layers_proc.py @@ -37,12 +37,14 @@ QgsProcessingParameterField, QgsProcessingParameterFeatureSource, QgsProcessingParameterEnum, + QgsProcessingParameterNumber, + QgsProcessingParameterString, QgsProcessingFeatureSource, QgsProcessingContext, QgsProcessingFeedback, ) -from ORStools.common import directions_core, PROFILES, PREFERENCES +from ORStools.common import directions_core, PROFILES, PREFERENCES, EXTRA_INFOS from ORStools.utils import transform, exceptions, logger from .base_processing_algorithm import ORSBaseProcessingAlgorithm @@ -62,6 +64,9 @@ def __init__(self): self.IN_SORT_END_BY: str = "INPUT_SORT_END_BY" self.IN_PREFERENCE: str = "INPUT_PREFERENCE" self.IN_MODE: str = "INPUT_MODE" + self.EXTRA_INFO: str = "EXTRA_INFO" + self.CSV_FACTOR: str = "CSV_FACTOR" + self.CSV_COLUMN: str = "CSV_COLUMN" self.PARAMETERS: list = [ QgsProcessingParameterFeatureSource( name=self.IN_START, @@ -113,6 +118,27 @@ def __init__(self): self.MODE_SELECTION, defaultValue=self.MODE_SELECTION[0], ), + QgsProcessingParameterEnum( + self.EXTRA_INFO, + self.tr("Extra Info"), + options=EXTRA_INFOS, + allowMultiple=True, + optional=True, + ), + QgsProcessingParameterNumber( + self.CSV_FACTOR, + self.tr("Csv Factor (needs Csv Column and csv in Extra Info)"), + type=QgsProcessingParameterNumber.Double, + minValue=0, + maxValue=1, + defaultValue=None, + optional=True, + ), + QgsProcessingParameterString( + self.CSV_COLUMN, + self.tr("Csv Column (needs Csv Factor and csv in Extra Info)"), + optional=True, + ), ] # TODO: preprocess parameters to options the range cleanup below: @@ -130,6 +156,13 @@ def processAlgorithm( options = self.parseOptions(parameters, context) + csv_factor = self.parameterAsDouble(parameters, self.CSV_FACTOR, context) + if csv_factor > 0: + options["profile_params"] = {"weightings": {"csv_factor": csv_factor}} + + extra_info = self.parameterAsEnums(parameters, self.EXTRA_INFO, context) + extra_info = [EXTRA_INFOS[i] for i in extra_info] + # Get parameter values source = self.parameterAsSource(parameters, self.IN_START, context) @@ -176,7 +209,7 @@ def sort_end(f): field_types.update({"from_type": source_field.type()}) if destination_field: field_types.update({"to_type": destination_field.type()}) - sink_fields = directions_core.get_fields(**field_types) + sink_fields = directions_core.get_fields(**field_types, extra_info=extra_info) (sink, dest_id) = self.parameterAsSink( parameters, @@ -194,7 +227,7 @@ def sort_end(f): break params = directions_core.build_default_parameters( - preference, coordinates=coordinates, options=options + preference, coordinates=coordinates, options=options, extra_info=extra_info ) try: @@ -207,11 +240,16 @@ def sort_end(f): logger.log(msg) continue - sink.addFeature( - directions_core.get_output_feature_directions( - response, profile, preference, from_value=values[0], to_value=values[1] + if extra_info: + feats = directions_core.get_extra_info_features_directions(response) + for feat in feats: + sink.addFeature(feat) + else: + sink.addFeature( + directions_core.get_output_feature_directions( + response, profile, preference, from_value=values[0], to_value=values[1] + ) ) - ) counter += 1 feedback.setProgress(int(100.0 / route_count * counter)) diff --git a/ORStools/utils/convert.py b/ORStools/utils/convert.py index 1b6ab08f..eef4d8ab 100644 --- a/ORStools/utils/convert.py +++ b/ORStools/utils/convert.py @@ -28,7 +28,7 @@ """ -def decode_polyline(polyline: str, is3d: bool = False) -> dict: +def decode_polyline(polyline: str, is3d: bool = False) -> list: """Decodes a Polyline string into a GeoJSON geometry. :param polyline: An encoded polyline, only the geometry. @@ -87,3 +87,107 @@ def decode_polyline(polyline: str, is3d: bool = False) -> dict: points.append([round(lng * 1e-5, 6), round(lat * 1e-5, 6)]) return points + + +def decode_extrainfo(extra_info: str, key: int) -> str | int: + waytypes = [ + "Unknown", + "state Road", + "Road", + "Street", + "Path", + "Track", + "Cycleway", + "Footway", + "Ferry", + "Construction", + ] + surfaces = [ + "Unknown", + "Paved", + "Unpaved", + "Asphalt", + "Concrete", + "Cobblestone", + "Metal", + "Wood", + "Compacted Gravel", + "Fine Grave", + "Gravel", + "Dirt", + "Ground", + "Ice", + "Paving Stones", + "Sand", + "Woodchips", + "Grass", + "Grass Paver", + ] + waycategory = ["Ford", "Ferry", "Steps", "Tollways", "Highway"] + restrictions = ["Permissive", "Private", "Delivery", "Destination", "Customers", "No"] + steepness = [ + ">=16% decline", + "10% - <16% decline", + "7% - <10% decline", + "4% - <7% decline", + "1% - <4% decline", + "0% - <1% decline", + "1% - <4% incline", + "4% - <7% incline", + "7% - <10% incline", + "10% - <16% incline", + ">=16% incline", + ] + + match extra_info: + case "waytypes": + try: + return waytypes[key] + except IndexError: + return "Unknown" + case "surface": + try: + return surfaces[key] + except IndexError: + return "Unknown" + case "waycategory": + binary = list(bin(key))[2:] + padding = ["0"] * (len(waycategory) - len(binary)) + padded_binary = padding + binary + category = "" + + for set_bit, value in zip(padded_binary, waycategory): + if set_bit == "1": + category += value + + if category == "": + return "No category" + + return category + case "roadaccessrestrictions": + binary = list(bin(key))[2:] + padding = ["0"] * (len(restrictions) - len(binary)) + padded_binary = padding + binary + restriction = "" + + for set_bit, value in zip(padded_binary, restrictions): + if set_bit == "1": + restriction += value + restriction += " " + + if restriction == "": + return "None" + + return restriction + case "steepness": + # We get values from -5 to 5 here, but our decoded array is 11 values long. + key += 5 + try: + return steepness[key] + except IndexError: + return "No steepness available" + case "traildifficulty": + # TODO: we need to differentiate the profile here… + return key + case _: + return key From ba8cb3609ea3cd3c523e20989cc955e474e67ce0 Mon Sep 17 00:00:00 2001 From: Till Frankenbach <81414045+merydian@users.noreply.github.com> Date: Fri, 17 May 2024 05:18:27 -0400 Subject: [PATCH 11/26] refactor: run pyqt5_to_pyqt6 script (#246) This is the first step to prepare the plugin to work on Qt6-QGIS builds. While it doesn't unlock qt 6 support in itself, it's a step towards that and won't cause any breakage for qt5 builds Co-authored-by: Jakob Schnell Co-authored-by: Nyall Dawson --- CHANGELOG.md | 1 + ORStools/ORStoolsPlugin.py | 2 +- ORStools/common/client.py | 2 +- ORStools/common/directions_core.py | 2 +- ORStools/common/isochrones_core.py | 4 +- ORStools/common/networkaccessmanager.py | 20 +- ORStools/gui/ORStoolsDialog.py | 16 +- ORStools/gui/ORStoolsDialogConfig.py | 6 +- ORStools/gui/directions_gui.py | 2 +- ORStools/proc/base_processing_algorithm.py | 12 +- ORStools/proc/directions_lines_proc.py | 6 +- ORStools/proc/directions_points_layer_proc.py | 8 +- .../proc/directions_points_layers_proc.py | 6 +- ORStools/proc/isochrones_layer_proc.py | 6 +- ORStools/proc/isochrones_point_proc.py | 2 +- ORStools/proc/matrix_proc.py | 10 +- ORStools/proc/provider.py | 2 +- ORStools/utils/logger.py | 8 +- ORStools/utils/maptools.py | 197 +++++++++--------- 19 files changed, 159 insertions(+), 153 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2253c1dd..2f1452c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,7 @@ RELEASING: --> ## Unreleased +- Replace PyQt5 imports with qgis.PyQt imports to prepare for Qt6-QGis builds ### Fixed - QGis crashes when selecting more than two vertices for deletion ([#230](https://github.com/GIScience/orstools-qgis-plugin/issues/230)) diff --git a/ORStools/ORStoolsPlugin.py b/ORStools/ORStoolsPlugin.py index e675f834..30d8a9e6 100644 --- a/ORStools/ORStoolsPlugin.py +++ b/ORStools/ORStoolsPlugin.py @@ -29,7 +29,7 @@ from qgis.gui import QgisInterface from qgis.core import QgsApplication, QgsSettings -from PyQt5.QtCore import QTranslator, qVersion, QCoreApplication +from qgis.PyQt.QtCore import QTranslator, qVersion, QCoreApplication import os.path from .gui import ORStoolsDialog diff --git a/ORStools/common/client.py b/ORStools/common/client.py index e4ff6821..fa8356fa 100644 --- a/ORStools/common/client.py +++ b/ORStools/common/client.py @@ -34,7 +34,7 @@ from typing import Union, Dict, List, Optional from urllib.parse import urlencode -from PyQt5.QtCore import QObject, pyqtSignal +from qgis.PyQt.QtCore import QObject, pyqtSignal from requests.utils import unquote_unreserved from ORStools import __version__ diff --git a/ORStools/common/directions_core.py b/ORStools/common/directions_core.py index 9389e49f..0ec789c4 100644 --- a/ORStools/common/directions_core.py +++ b/ORStools/common/directions_core.py @@ -31,7 +31,7 @@ from qgis.core import QgsPoint, QgsPointXY, QgsGeometry, QgsFeature, QgsFields, QgsField from typing import List, Generator, Tuple, Any, Optional -from PyQt5.QtCore import QVariant +from qgis.PyQt.QtCore import QVariant from ORStools.utils import convert, logger diff --git a/ORStools/common/isochrones_core.py b/ORStools/common/isochrones_core.py index 218f966c..57efaea0 100644 --- a/ORStools/common/isochrones_core.py +++ b/ORStools/common/isochrones_core.py @@ -42,8 +42,8 @@ QgsCategorizedSymbolRenderer, ) -from PyQt5.QtCore import QVariant -from PyQt5.QtGui import QColor +from qgis.PyQt.QtCore import QVariant +from qgis.PyQt.QtGui import QColor # import processing diff --git a/ORStools/common/networkaccessmanager.py b/ORStools/common/networkaccessmanager.py index a1cbc62b..5641e6da 100644 --- a/ORStools/common/networkaccessmanager.py +++ b/ORStools/common/networkaccessmanager.py @@ -265,7 +265,7 @@ def request( # Catch all exceptions (and clean up requests) try: - self.el.exec_(QEventLoop.ExcludeUserInputEvents) + self.el.exec(QEventLoop.ProcessEventsFlag.ExcludeUserInputEvents) except Exception as e: raise e @@ -295,8 +295,10 @@ def requestTimedOut(self, reply) -> None: def replyFinished(self) -> None: err = self.reply.error() - httpStatus = self.reply.attribute(QNetworkRequest.HttpStatusCodeAttribute) - httpStatusMessage = self.reply.attribute(QNetworkRequest.HttpReasonPhraseAttribute) + httpStatus = self.reply.attribute(QNetworkRequest.Attribute.HttpStatusCodeAttribute) + httpStatusMessage = self.reply.attribute( + QNetworkRequest.Attribute.HttpReasonPhraseAttribute + ) self.http_call_result.status_code = httpStatus self.http_call_result.status = httpStatus self.http_call_result.status_message = httpStatusMessage @@ -308,7 +310,7 @@ def replyFinished(self) -> None: v.data(), encoding="utf-8" ) - if err != QNetworkReply.NoError: + if err != QNetworkReply.NetworkError.NoError: # handle error # check if errorString is empty, if so, then set err string as # reply dump @@ -328,13 +330,13 @@ def replyFinished(self) -> None: self.http_call_result.ok = False self.msg_log(msg) # set return exception - if err == QNetworkReply.TimeoutError: + if err == QNetworkReply.NetworkError.TimeoutError: self.http_call_result.exception = RequestsExceptionTimeout(msg) - elif err == QNetworkReply.ConnectionRefusedError: + elif err == QNetworkReply.NetworkError.ConnectionRefusedError: self.http_call_result.exception = RequestsExceptionConnectionError(msg) - elif err == QNetworkReply.OperationCanceledError: + elif err == QNetworkReply.NetworkError.OperationCanceledError: # request abort by calling NAM.abort() => cancelled by the user if self.on_abort: self.http_call_result.exception = RequestsExceptionUserAbort(msg) @@ -350,7 +352,9 @@ def replyFinished(self) -> None: else: # Handle redirections - redirectionUrl = self.reply.attribute(QNetworkRequest.RedirectionTargetAttribute) + redirectionUrl = self.reply.attribute( + QNetworkRequest.Attribute.RedirectionTargetAttribute + ) if redirectionUrl is not None and redirectionUrl != self.reply.url(): if redirectionUrl.isRelative(): redirectionUrl = self.reply.url().resolved(redirectionUrl) diff --git a/ORStools/gui/ORStoolsDialog.py b/ORStools/gui/ORStoolsDialog.py index 34ed9a5b..49f6a445 100644 --- a/ORStools/gui/ORStoolsDialog.py +++ b/ORStools/gui/ORStoolsDialog.py @@ -49,9 +49,9 @@ ) from qgis.gui import QgsMapCanvasAnnotationItem -from PyQt5.QtCore import QSizeF, QPointF, QCoreApplication -from PyQt5.QtGui import QIcon, QTextDocument -from PyQt5.QtWidgets import ( +from qgis.PyQt.QtCore import QSizeF, QPointF, QCoreApplication +from qgis.PyQt.QtGui import QIcon, QTextDocument +from qgis.PyQt.QtWidgets import ( QAction, QDialog, QApplication, @@ -91,7 +91,7 @@ def on_config_click(parent): :type parent: QDialog """ config_dlg = ORStoolsDialogConfigMain(parent=parent) - config_dlg.exec_() + config_dlg.exec() def on_help_click() -> None: @@ -238,7 +238,7 @@ def _init_gui_control(self) -> None: # Make sure plugin window stays open when OK is clicked by reconnecting the accepted() signal self.dlg.global_buttons.accepted.disconnect(self.dlg.accept) self.dlg.global_buttons.accepted.connect(self.run_gui_control) - self.dlg.avoidpolygon_dropdown.setFilters(QgsMapLayerProxyModel.PolygonLayer) + self.dlg.avoidpolygon_dropdown.setFilters(QgsMapLayerProxyModel.Filter.PolygonLayer) # Populate provider box on window startup, since can be changed from multiple menus/buttons providers = configmanager.read_config()["providers"] @@ -450,8 +450,8 @@ def __init__(self, iface: QgisInterface, parent=None) -> None: self.routing_preference_combo.addItems(PREFERENCES) # Change OK and Cancel button names - self.global_buttons.button(QDialogButtonBox.Ok).setText(self.tr("Apply")) - self.global_buttons.button(QDialogButtonBox.Cancel).setText(self.tr("Close")) + self.global_buttons.button(QDialogButtonBox.StandardButton.Ok).setText(self.tr("Apply")) + self.global_buttons.button(QDialogButtonBox.StandardButton.Cancel).setText(self.tr("Close")) # Set up signals/slots @@ -516,7 +516,7 @@ def _save_vertices_to_layer(self) -> None: self._iface.mapCanvas().refresh() self._iface.messageBar().pushMessage( - "Success", "Vertices saved to layer.", level=Qgis.Success + "Success", "Vertices saved to layer.", level=Qgis.MessageLevel.Success ) def _on_prov_refresh_click(self) -> None: diff --git a/ORStools/gui/ORStoolsDialogConfig.py b/ORStools/gui/ORStoolsDialogConfig.py index ed2b15f6..edffcd50 100644 --- a/ORStools/gui/ORStoolsDialogConfig.py +++ b/ORStools/gui/ORStoolsDialogConfig.py @@ -30,9 +30,9 @@ from qgis.gui import QgsCollapsibleGroupBox from PyQt5 import QtWidgets -from PyQt5.QtCore import QMetaObject -from PyQt5.QtWidgets import QDialog, QInputDialog, QLineEdit, QDialogButtonBox -from PyQt5.QtGui import QIntValidator +from qgis.PyQt.QtCore import QMetaObject +from qgis.PyQt.QtWidgets import QDialog, QInputDialog, QLineEdit, QDialogButtonBox +from qgis.PyQt.QtGui import QIntValidator from ORStools.utils import configmanager from .ORStoolsDialogConfigUI import Ui_ORStoolsDialogConfigBase diff --git a/ORStools/gui/directions_gui.py b/ORStools/gui/directions_gui.py index 2d2485d3..bb5b440a 100644 --- a/ORStools/gui/directions_gui.py +++ b/ORStools/gui/directions_gui.py @@ -29,7 +29,7 @@ import json -from PyQt5.QtWidgets import QCheckBox +from qgis.PyQt.QtWidgets import QCheckBox from ORStools.utils import transform diff --git a/ORStools/proc/base_processing_algorithm.py b/ORStools/proc/base_processing_algorithm.py index 61df4b88..6245b328 100644 --- a/ORStools/proc/base_processing_algorithm.py +++ b/ORStools/proc/base_processing_algorithm.py @@ -27,7 +27,7 @@ ***************************************************************************/ """ -from PyQt5.QtCore import QCoreApplication +from qgis.PyQt.QtCore import QCoreApplication from qgis.core import ( QgsProcessing, QgsProcessingAlgorithm, @@ -42,7 +42,7 @@ ) from typing import Any, Dict -from PyQt5.QtGui import QIcon +from qgis.PyQt.QtGui import QIcon from ORStools import RESOURCE_PREFIX, __help__ from ORStools.utils import configmanager @@ -174,7 +174,7 @@ def option_parameters(self) -> [QgsProcessingParameterDefinition]: QgsProcessingParameterFeatureSource( self.IN_AVOID_POLYGONS, self.tr("Polygons to avoid", "ORSBaseProcessingAlgorithm"), - types=[QgsProcessing.TypeVectorPolygon], + types=[QgsProcessing.SourceType.TypeVectorPolygon], optional=True, ), ] @@ -236,11 +236,13 @@ def initAlgorithm(self, configuration: Dict) -> None: for param in parameters: if param.name() in ADVANCED_PARAMETERS: if self.GROUP == "Matrix": - param.setFlags(param.flags() | QgsProcessingParameterDefinition.FlagHidden) + param.setFlags(param.flags() | QgsProcessingParameterDefinition.Flag.FlagHidden) else: # flags() is a wrapper around an enum of ints for type-safety. # Flags are added by or-ing values, much like the union operator would work - param.setFlags(param.flags() | QgsProcessingParameterDefinition.FlagAdvanced) + param.setFlags( + param.flags() | QgsProcessingParameterDefinition.Flag.FlagAdvanced + ) self.addParameter(param) diff --git a/ORStools/proc/directions_lines_proc.py b/ORStools/proc/directions_lines_proc.py index eed326de..ccd37f9b 100644 --- a/ORStools/proc/directions_lines_proc.py +++ b/ORStools/proc/directions_lines_proc.py @@ -78,7 +78,7 @@ def __init__(self): QgsProcessingParameterFeatureSource( name=self.IN_LINES, description=self.tr("Input Line layer"), - types=[QgsProcessing.TypeVectorLine], + types=[QgsProcessing.SourceType.TypeVectorLine], ), QgsProcessingParameterField( name=self.IN_FIELD, @@ -264,7 +264,7 @@ def _get_sorted_lines(layer: QgsProcessingFeatureSource, field_name: str) -> Gen line = None field_value = feat[field_name] if field_name else None - if QgsWkbTypes.flatType(layer.wkbType()) == QgsWkbTypes.MultiLineString: + if QgsWkbTypes.flatType(layer.wkbType()) == QgsWkbTypes.Type.MultiLineString: # TODO: only takes the first polyline geometry from the multiline geometry currently # Loop over all polyline geometries line = [ @@ -272,7 +272,7 @@ def _get_sorted_lines(layer: QgsProcessingFeatureSource, field_name: str) -> Gen for point in feat.geometry().asMultiPolyline()[0] ] - elif QgsWkbTypes.flatType(layer.wkbType()) == QgsWkbTypes.LineString: + elif QgsWkbTypes.flatType(layer.wkbType()) == QgsWkbTypes.Type.LineString: line = [ x_former.transform(QgsPointXY(point)) for point in feat.geometry().asPolyline() ] diff --git a/ORStools/proc/directions_points_layer_proc.py b/ORStools/proc/directions_points_layer_proc.py index 858567d5..68f0e598 100644 --- a/ORStools/proc/directions_points_layer_proc.py +++ b/ORStools/proc/directions_points_layer_proc.py @@ -79,7 +79,7 @@ def __init__(self): QgsProcessingParameterFeatureSource( name=self.IN_POINTS, description=self.tr("Input (Multi)Point layer"), - types=[QgsProcessing.TypeVectorPoint], + types=[QgsProcessing.SourceType.TypeVectorPoint], ), QgsProcessingParameterField( name=self.IN_FIELD, @@ -176,7 +176,7 @@ def processAlgorithm( self.OUT, context, sink_fields, - QgsWkbTypes.LineString, + QgsWkbTypes.Type.LineString, QgsCoordinateReferenceSystem.fromEpsgId(4326), ) @@ -197,13 +197,13 @@ def sort(f): from_values = list() x_former = transform.transformToWGS(source.sourceCrs()) - if QgsWkbTypes.flatType(source.wkbType()) == QgsWkbTypes.Point: + if QgsWkbTypes.flatType(source.wkbType()) == QgsWkbTypes.Type.Point: points = list() for feat in sorted(source.getFeatures(), key=sort): points.append(x_former.transform(QgsPointXY(feat.geometry().asPoint()))) input_points.append(points) from_values.append(None) - elif QgsWkbTypes.flatType(source.wkbType()) == QgsWkbTypes.MultiPoint: + elif QgsWkbTypes.flatType(source.wkbType()) == QgsWkbTypes.Type.MultiPoint: # loop through multipoint features for feat in sorted(source.getFeatures(), key=sort): for point in feat.geometry().asMultiPoint(): diff --git a/ORStools/proc/directions_points_layers_proc.py b/ORStools/proc/directions_points_layers_proc.py index c68fc5ce..b342b9f7 100644 --- a/ORStools/proc/directions_points_layers_proc.py +++ b/ORStools/proc/directions_points_layers_proc.py @@ -71,7 +71,7 @@ def __init__(self): QgsProcessingParameterFeatureSource( name=self.IN_START, description=self.tr("Input Start Point layer"), - types=[QgsProcessing.TypeVectorPoint], + types=[QgsProcessing.SourceType.TypeVectorPoint], ), QgsProcessingParameterField( name=self.IN_START_FIELD, @@ -90,7 +90,7 @@ def __init__(self): QgsProcessingParameterFeatureSource( name=self.IN_END, description=self.tr("Input End Point layer"), - types=[QgsProcessing.TypeVectorPoint], + types=[QgsProcessing.SourceType.TypeVectorPoint], ), QgsProcessingParameterField( name=self.IN_END_FIELD, @@ -216,7 +216,7 @@ def sort_end(f): self.OUT, context, sink_fields, - QgsWkbTypes.LineString, + QgsWkbTypes.Type.LineString, QgsCoordinateReferenceSystem.fromEpsgId(4326), ) diff --git a/ORStools/proc/isochrones_layer_proc.py b/ORStools/proc/isochrones_layer_proc.py index 8577ee6b..1284dc20 100644 --- a/ORStools/proc/isochrones_layer_proc.py +++ b/ORStools/proc/isochrones_layer_proc.py @@ -69,7 +69,7 @@ def __init__(self): QgsProcessingParameterFeatureSource( name=self.IN_POINTS, description=self.tr("Input Point layer"), - types=[QgsProcessing.TypeVectorPoint], + types=[QgsProcessing.SourceType.TypeVectorPoint], ), # QgsProcessingParameterBoolean( # name=self.IN_DIFFERENCE, @@ -141,7 +141,7 @@ def processAlgorithm( # Make the actual requests requests = [] - if QgsWkbTypes.flatType(source.wkbType()) == QgsWkbTypes.MultiPoint: + if QgsWkbTypes.flatType(source.wkbType()) == QgsWkbTypes.Type.MultiPoint: raise QgsProcessingException( "TypeError: Multipoint Layers are not accepted. Please convert to single geometry layer." ) @@ -181,7 +181,7 @@ def processAlgorithm( self.OUT, context, self.isochrones.get_fields(), - QgsWkbTypes.Polygon, + QgsWkbTypes.Type.Polygon, # Needs Multipolygon if difference parameter will ever be # reactivated self.crs_out, diff --git a/ORStools/proc/isochrones_point_proc.py b/ORStools/proc/isochrones_point_proc.py index d9ced450..380726a3 100644 --- a/ORStools/proc/isochrones_point_proc.py +++ b/ORStools/proc/isochrones_point_proc.py @@ -144,7 +144,7 @@ def processAlgorithm( self.OUT, context, self.isochrones.get_fields(), - QgsWkbTypes.Polygon, + QgsWkbTypes.Type.Polygon, # Needs Multipolygon if difference parameter will ever be # reactivated self.crs_out, diff --git a/ORStools/proc/matrix_proc.py b/ORStools/proc/matrix_proc.py index 7bb98998..fdc52e61 100644 --- a/ORStools/proc/matrix_proc.py +++ b/ORStools/proc/matrix_proc.py @@ -42,7 +42,7 @@ QgsProcessingFeedback, ) -from PyQt5.QtCore import QVariant +from qgis.PyQt.QtCore import QVariant from ORStools.common import PROFILES from ORStools.utils import transform, exceptions, logger @@ -63,7 +63,7 @@ def __init__(self): QgsProcessingParameterFeatureSource( name=self.IN_START, description=self.tr("Input Start Point layer"), - types=[QgsProcessing.TypeVectorPoint], + types=[QgsProcessing.SourceType.TypeVectorPoint], ), QgsProcessingParameterField( name=self.IN_START_FIELD, @@ -75,7 +75,7 @@ def __init__(self): QgsProcessingParameterFeatureSource( name=self.IN_END, description=self.tr("Input End Point layer"), - types=[QgsProcessing.TypeVectorPoint], + types=[QgsProcessing.SourceType.TypeVectorPoint], ), QgsProcessingParameterField( name=self.IN_END_FIELD, @@ -112,7 +112,7 @@ def processAlgorithm( # Abort when MultiPoint type if ( QgsWkbTypes.flatType(source.wkbType()) or QgsWkbTypes.flatType(destination.wkbType()) - ) == QgsWkbTypes.MultiPoint: + ) == QgsWkbTypes.Type.MultiPoint: raise QgsProcessingException( "TypeError: Multipoint Layers are not accepted. Please convert to single geometry layer." ) @@ -183,7 +183,7 @@ def processAlgorithm( logger.log(msg) (sink, dest_id) = self.parameterAsSink( - parameters, self.OUT, context, sink_fields, QgsWkbTypes.NoGeometry + parameters, self.OUT, context, sink_fields, QgsWkbTypes.Type.NoGeometry ) sources_attributes = [ diff --git a/ORStools/proc/provider.py b/ORStools/proc/provider.py index 0a10e029..1492b140 100644 --- a/ORStools/proc/provider.py +++ b/ORStools/proc/provider.py @@ -29,7 +29,7 @@ from qgis.core import QgsProcessingProvider -from PyQt5.QtGui import QIcon +from qgis.PyQt.QtGui import QIcon from ORStools import RESOURCE_PREFIX, PLUGIN_NAME, __version__ from .directions_lines_proc import ORSDirectionsLinesAlgo diff --git a/ORStools/utils/logger.py b/ORStools/utils/logger.py index b8926392..06d9e66c 100644 --- a/ORStools/utils/logger.py +++ b/ORStools/utils/logger.py @@ -43,12 +43,12 @@ def log(message: str, level_in: int = 0): :type level_in: int """ if level_in == 0: - level = Qgis.Info + level = Qgis.MessageLevel.Info elif level_in == 1: - level = Qgis.Warning + level = Qgis.MessageLevel.Warning elif level_in == 2: - level = Qgis.Critical + level = Qgis.MessageLevel.Critical else: - level = Qgis.Info + level = Qgis.MessageLevel.Info QgsMessageLog.logMessage(message, PLUGIN_NAME.strip(), level) diff --git a/ORStools/utils/maptools.py b/ORStools/utils/maptools.py index ad0668b5..9088dddd 100644 --- a/ORStools/utils/maptools.py +++ b/ORStools/utils/maptools.py @@ -1,99 +1,98 @@ -# -*- coding: utf-8 -*- -""" -/*************************************************************************** - ORStools - A QGIS plugin - QGIS client to query openrouteservice - ------------------- - begin : 2017-02-01 - git sha : $Format:%H$ - copyright : (C) 2021 by HeiGIT gGmbH - email : support@openrouteservice.heigit.org - ***************************************************************************/ - - This plugin provides access to openrouteservice API functionalities - (https://openrouteservice.org), developed and - maintained by the openrouteservice team of HeiGIT gGmbH, Germany. By using - this plugin you agree to the ORS terms of service - (https://openrouteservice.org/terms-of-service/). - -/*************************************************************************** - * * - * 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 2 of the License, or * - * (at your option) any later version. * - * * - ***************************************************************************/ -""" - -from qgis._gui import QgsMapCanvas, QgsMapMouseEvent -from qgis.core import QgsWkbTypes -from qgis.gui import QgsMapToolEmitPoint, QgsRubberBand - -from PyQt5.QtCore import pyqtSignal -from PyQt5.QtGui import QColor - -from ORStools import DEFAULT_COLOR - - -class LineTool(QgsMapToolEmitPoint): - """Line Map tool to capture mapped lines.""" - - def __init__(self, canvas: QgsMapCanvas) -> None: - """ - :param canvas: current map canvas - :type canvas: QgsMapCanvas - """ - self.canvas = canvas - QgsMapToolEmitPoint.__init__(self, self.canvas) - - self.rubberBand = QgsRubberBand( - mapCanvas=self.canvas, geometryType=QgsWkbTypes.LineGeometry - ) - self.rubberBand.setStrokeColor(QColor(DEFAULT_COLOR)) - self.rubberBand.setWidth(3) - - self.crsSrc = self.canvas.mapSettings().destinationCrs() - self.previous_point = None - self.points = [] - self.reset() - - def reset(self) -> None: - """reset rubber band and captured points.""" - - self.points = [] - self.rubberBand.reset(geometryType=QgsWkbTypes.LineGeometry) - - pointDrawn = pyqtSignal(["QgsPointXY", "int"]) - - def canvasReleaseEvent(self, e: QgsMapMouseEvent) -> None: - """Add marker to canvas and shows line.""" - new_point = self.toMapCoordinates(e.pos()) - self.points.append(new_point) - - # noinspection PyUnresolvedReferences - self.pointDrawn.emit(new_point, self.points.index(new_point)) - self.showLine() - - def showLine(self) -> None: - """Builds rubber band from all points and adds it to the map canvas.""" - self.rubberBand.reset(geometryType=QgsWkbTypes.LineGeometry) - for point in self.points: - if point == self.points[-1]: - self.rubberBand.addPoint(point, True) - self.rubberBand.addPoint(point, False) - self.rubberBand.show() - - doubleClicked = pyqtSignal() - - # noinspection PyUnusedLocal - def canvasDoubleClickEvent(self, e: QgsMapMouseEvent) -> None: - """Ends line drawing and deletes rubber band and markers from map canvas.""" - # noinspection PyUnresolvedReferences - self.doubleClicked.emit() - self.canvas.scene().removeItem(self.rubberBand) - - def deactivate(self) -> None: - super(LineTool, self).deactivate() - self.deactivated.emit() +# -*- coding: utf-8 -*- +""" +/*************************************************************************** + ORStools + A QGIS plugin + QGIS client to query openrouteservice + ------------------- + begin : 2017-02-01 + git sha : $Format:%H$ + copyright : (C) 2021 by HeiGIT gGmbH + email : support@openrouteservice.heigit.org + ***************************************************************************/ + + This plugin provides access to openrouteservice API functionalities + (https://openrouteservice.org), developed and + maintained by the openrouteservice team of HeiGIT gGmbH, Germany. By using + this plugin you agree to the ORS terms of service + (https://openrouteservice.org/terms-of-service/). + +/*************************************************************************** + * * + * 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 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ +""" + +from qgis.core import QgsWkbTypes +from qgis.gui import QgsMapToolEmitPoint, QgsRubberBand + +from qgis.PyQt.QtCore import pyqtSignal +from qgis.PyQt.QtGui import QColor + +from ORStools import DEFAULT_COLOR + + +class LineTool(QgsMapToolEmitPoint): + """Line Map tool to capture mapped lines.""" + + def __init__(self, canvas): + """ + :param canvas: current map canvas + :type canvas: QgsMapCanvas + """ + self.canvas = canvas + QgsMapToolEmitPoint.__init__(self, self.canvas) + + self.rubberBand = QgsRubberBand( + mapCanvas=self.canvas, geometryType=QgsWkbTypes.GeometryType.LineGeometry + ) + self.rubberBand.setStrokeColor(QColor(DEFAULT_COLOR)) + self.rubberBand.setWidth(3) + + self.crsSrc = self.canvas.mapSettings().destinationCrs() + self.previous_point = None + self.points = [] + self.reset() + + def reset(self): + """reset rubber band and captured points.""" + + self.points = [] + self.rubberBand.reset(geometryType=QgsWkbTypes.GeometryType.LineGeometry) + + pointDrawn = pyqtSignal(["QgsPointXY", "int"]) + + def canvasReleaseEvent(self, e): + """Add marker to canvas and shows line.""" + new_point = self.toMapCoordinates(e.pos()) + self.points.append(new_point) + + # noinspection PyUnresolvedReferences + self.pointDrawn.emit(new_point, self.points.index(new_point)) + self.showLine() + + def showLine(self): + """Builds rubber band from all points and adds it to the map canvas.""" + self.rubberBand.reset(geometryType=QgsWkbTypes.GeometryType.LineGeometry) + for point in self.points: + if point == self.points[-1]: + self.rubberBand.addPoint(point, True) + self.rubberBand.addPoint(point, False) + self.rubberBand.show() + + doubleClicked = pyqtSignal() + + # noinspection PyUnusedLocal + def canvasDoubleClickEvent(self, e): + """Ends line drawing and deletes rubber band and markers from map canvas.""" + # noinspection PyUnresolvedReferences + self.doubleClicked.emit() + self.canvas.scene().removeItem(self.rubberBand) + + def deactivate(self): + super(LineTool, self).deactivate() + self.deactivated.emit() From 7cb210c8fe0ec3115b7f7d8661a208976a1df55a Mon Sep 17 00:00:00 2001 From: Jakob Schnell Date: Fri, 17 May 2024 11:36:15 +0200 Subject: [PATCH 12/26] chore: release v1.8.0 --- CHANGELOG.md | 24 ++++++++++++++---------- ORStools/i18n/orstools_de.qm | Bin 21771 -> 22832 bytes ORStools/metadata.txt | 29 ++++++++++++++++++++++------- 3 files changed, 36 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f1452c8..c6dc3d46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,23 +40,26 @@ RELEASING: 14. Create new release in GitHub with tag version and release title of `vX.X.X` --> -## Unreleased +## [1.8.0] - 2024-05-17 + +### Added +- Add support for decimal ranges with isochrones([#237](https://github.com/GIScience/orstools-qgis-plugin/issues/237)) +- Add hint for joining with `Layer ID Field` ([#143](https://github.com/GIScience/orstools-qgis-plugin/issues/143)) +- Add option to export order of optimization route points ([#145](https://github.com/GIScience/orstools-qgis-plugin/issues/145)) +- Add `extra_info` parameter to directions processing algorithms ([#251](https://github.com/GIScience/orstools-qgis-plugin/pull/251)) + +### Changed +- Rename `Ok` button in configuration window to `Save` for clarification ([#241](https://github.com/GIScience/orstools-qgis-plugin/issues/241)) - Replace PyQt5 imports with qgis.PyQt imports to prepare for Qt6-QGis builds ### Fixed - QGis crashes when selecting more than two vertices for deletion ([#230](https://github.com/GIScience/orstools-qgis-plugin/issues/230)) - Vertices on canvas not depicted fully with n having more than one digit in length ([#235](https://github.com/GIScience/orstools-qgis-plugin/issues/235)) - Replace qt QSettings with QgsSettings for centralized configuration management ([#239](https://github.com/GIScience/orstools-qgis-plugin/issues/239)) -- Fix: Point Annotations stay after saving project and not deleting them manually([#229](https://github.com/GIScience/orstools-qgis-plugin/issues/229)) +- Point Annotations stay after saving project and not deleting them manually ([#229](https://github.com/GIScience/orstools-qgis-plugin/issues/229)) +- Issue with MultiPoint-layers and optimization - Improved type hints -### Added -- Add support for decimal ranges with isochrones([#237](https://github.com/GIScience/orstools-qgis-plugin/issues/237)) -- Add hint for joining with `Layer ID Field` ([#143](https://github.com/GIScience/orstools-qgis-plugin/issues/143)) -- Add option to export order of optimization route points ([#145](https://github.com/GIScience/orstools-qgis-plugin/issues/145)) - -### Changed -- Rename `Ok` button in configuration window to `Save` for clarification([#241](https://github.com/GIScience/orstools-qgis-plugin/issues/241)) ## [1.7.1] - 2024-01-15 @@ -238,7 +241,8 @@ RELEASING: - first working version of ORS Tools, after replacing OSM Tools plugin -[unreleased]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.7.1...HEAD +[unreleased]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.8.0...HEAD +[1.8.0]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.7.1...v1.8.0 [1.7.1]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.7.0...v1.7.1 [1.7.0]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.6.0...v1.7.0 [1.6.0]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.5.3...v1.6.0 diff --git a/ORStools/i18n/orstools_de.qm b/ORStools/i18n/orstools_de.qm index 23edb75c18b5293de03f92b123a2b4f9a7ca1c4e..841ff3f644771fa7041c54cb210433e96a9cb977 100644 GIT binary patch delta 3229 zcmb_e4@^~69RBWmyuUo&!w0C~zpG&aCQ?M2vZwL{L=XW%Tbg#^J>=p0*S$~h|I2DF zwM@O471^X%bC!;L%Z<4?H7#A4nY!lY-?C=QX_mQJ7X8k>fV@^jOg8w=IXmav@B4n= zIfwN-xz;`0#*}ajfWj7_Y$Pyi4lpeXG1szyN(s8xkI>j%6ux#C$g5JZauTLBJ`N0V zWBOxT2)ALu83*uSDSUMiU}icNuc-hM4`bN}67^fqvUv%Re-5ACrgc+C;`{eE0L5!L z-MTh}q2Hl2V3D|fRdyhzkSoir28w>;f^TL5r5m|@Th{{pzU2;G9|0s?&8Q~#cYv#^72H59l8cq}1wyBtMNAr5KiS~P!a4BJlrp139$lb1ebkT+| zka|`-WgIat^Qc(4Ln}UC3QU@-J@`oyP`*ujNxuqN5W+Y->-CVnqK4jLtR6q`vozU&sOY?Fj>W&_K7??3mck=KTKvt3N@}V$& zDC2j1_9bTB1$}Y(TKZt3erDz&QfyRl&@Fvat4L*fR=-`i0wm8+vG5E1h2-l%+I#vN z2R8#1cMZd@UI4}$4fCd-0s23oV)8MAFZBmtV7)>7N=v1@Z3tC<2k1);p)hM$64Zf& z)rM~h_XEySqxQ4sfcUK{4w8*o#pIN(Tt)Ll72^wyTjyUR!n2M06KlwF&SdcTfP`;U z9Ppyayuu1hzhd&bo+8I!^0w~*xOY^X-ed|lB|SpSA22m<%cgJ~H2vw9N$Du_z-NX6 zj+y2szk3xZSZ|)!b_dX|RM9wJMQfJXg=8SsWUjYX0OoaO?@3ZvveUf&avpsy)4cr= z+Hb~D^Kp%b=IxA)Z~2*oycxTG3$2?qFC6<`;%;E5J$Co(Q>Ql(L7zd^}stcKEZAMapoUX>$g=*vDut!C`0y>Dh@tktI3Fvv#V^& zIdYPlYLQ819;3r z5CXgi!A-q1R1^AfoBAFsq`!RE%mSLXh(-bsX>>8oauL>a?Bk(6k9;hl86wT(QA8uP zG&`LR52ccRvz<}{?+kbsXZiemn&0hqNjw`W5NbjJkr(_fzJ|IUKcBxOBno_yzc!F= zpoRTqA+CRzqX-bwPUg{kdSV`}v9HW?I(c?u&cu+G|6nc$Eo(SM!yH9JCMw8f59$=J znMYpon)&Z0|ALCc%zrmIN!94`FEM{fFd&Bbfar3Ie4v)E4^&HC{$wkAC;n3nx^^(% zGq!7;+&bU^IVWzk%23XZAK%fs8Sm_9mG?WLw*Fp&XlHw>L3FkHT7xVlKK~;<@|W=s zc1wFSi=OyKE9)y?B{HKa+r7;U<16RcACil0{u%c*Cv4~RUZ+Fh(Pj&C)8vcxWJem7 z(TVp_Lh~q*9y;?uC7)gzsl{F8MyRLUvRgpvcH+}Ygr#m#b|j3FPsfjlyd3`#*R2}S z9`{s@=(_c}8tk}c^gccE(+O$a=th(1iEgy8KGS9QVn*-7!{|ox>;+u!%N!9B>Jlxu zf?T?cLR4U{yz!x=fUP=GmAWye=19sHW%|Qs@043aAmdoni?XkND zLdaZ8tuu-v%GL_nI)pNQRKYZ-Oa)4Tfr4YHg7BZCqTKEZ7J6Z2?I-nx@0x|e9t3q(s-5Oo}&lFJQ5iw{urcPEJM>@e-( zt<=479?{LasQ32AVb9Xwg$Pk?8Ks8{LPnmK+Y zKs33+GUMwlM4fk9{Ace+e4nLOCwhy=vTF5fh}&k_a30p@H*HP5W#^a+cynMkA@7`J zZ{`Y7Xwcer2M90vT(^02`k7V!bste{jrG{yClmF}w4S`M2Axcpw)$@CzicXzz18}y zfDRgWl&s~B67_7hwY=(tVqe%+RkWkPqqc{;P7?imnQh_#;+pYzI+ntHb}vJ4Cmga;)yX0EHel?UZjE>Do_;s-Jeq=d8HGOAdA55+t8u z+Om13t$4-pd_LAn_;b7;Jwmjg)oFcwD z3VYr8m6v`CN4fhRZ$FXeYqxk7jC&f~+b-UPeZsxF2?@P@?lTsFsPs+GO?$r}a;@}i zdwePsc;B<ZO@m!w*8M7wp{6%w`XBk&Xu_rl>p#m*>j=u=;%vt^?RRyVA31Bh#`#m zy<>L(c;0|_Y<~pO-sc@ZggDm;)0U2SkM6;FORe{_*f+S6bEciz?rVPlS6yK^+ zl63_rl27|a7%1TA^!-QNr9g;PFQ>e;z>1LmR3@ZQY6E-4i8Il>~$N)ilt$k@Y;)Y)moODJtqKDI~hKmrD>Bu${1{9?diH% z^M|n)z({~E2y_{1j)vgnXd}ELo_pa>0sS3yt#kBR@jIhaN2tlX0O07W@8|X- zH)~X6wcT|ywH=|kb7bR6i(^tx>(Pz?Up*p4V>kp;X6><1eg3CKf4}Z>)YUTu)XrQT zm1Y{nKSum~h%8Jv5sCFLWd|flRKi>$!e(V@gD}J^Y&@Cd6@^tLHXLV%wV|LtA7B-A zlgPIQl9DLNA$Fu;G!T)pd`6aXDzEVJ1|i9Zxp;)t9YQ9>uFGYTsvu?JqM!=A5)3Eg zi18-*jLKsTXqjKv8W>j9tP+z`)g6h!e}DV^psfk;@$r&FvVCtCv{ zE-U6zLPp`hUDc^`LOR8XQc4;$0S22J8iLtOD!@f_KHrt)uGVeKsl$2)-MkR(8DLY< zbfQ}i>P*K4F=TXX(9*Z66p9%=_Fij}4UaUAMgkFhi})+}#C3@yO^^nk;%Pshm99J1 z{x*O5T3Io;*RM|rO1;@pAcF3PbBSP5N^{YkrAdL$BzaEyk8YEjR4P zs@reapLV}-!`?rsQOlQQw3objt=8SFCCUSZH+-)!g Date: Fri, 17 May 2024 18:01:24 +0200 Subject: [PATCH 13/26] fix: use if-else instead of match-case Structural Pattern Matching was only introduced in Python 3.10. To maintain compatibility with older QGIS versions, result to if-else. --- CHANGELOG.md | 5 ++ ORStools/utils/convert.py | 103 +++++++++++++++++++------------------- 2 files changed, 56 insertions(+), 52 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6dc3d46..5bfdaace 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,11 @@ RELEASING: 14. Create new release in GitHub with tag version and release title of `vX.X.X` --> +## Unreleased + +### Fixed +- use if-else instead of structural pattern matching + ## [1.8.0] - 2024-05-17 ### Added diff --git a/ORStools/utils/convert.py b/ORStools/utils/convert.py index eef4d8ab..90b8dd30 100644 --- a/ORStools/utils/convert.py +++ b/ORStools/utils/convert.py @@ -139,55 +139,54 @@ def decode_extrainfo(extra_info: str, key: int) -> str | int: ">=16% incline", ] - match extra_info: - case "waytypes": - try: - return waytypes[key] - except IndexError: - return "Unknown" - case "surface": - try: - return surfaces[key] - except IndexError: - return "Unknown" - case "waycategory": - binary = list(bin(key))[2:] - padding = ["0"] * (len(waycategory) - len(binary)) - padded_binary = padding + binary - category = "" - - for set_bit, value in zip(padded_binary, waycategory): - if set_bit == "1": - category += value - - if category == "": - return "No category" - - return category - case "roadaccessrestrictions": - binary = list(bin(key))[2:] - padding = ["0"] * (len(restrictions) - len(binary)) - padded_binary = padding + binary - restriction = "" - - for set_bit, value in zip(padded_binary, restrictions): - if set_bit == "1": - restriction += value - restriction += " " - - if restriction == "": - return "None" - - return restriction - case "steepness": - # We get values from -5 to 5 here, but our decoded array is 11 values long. - key += 5 - try: - return steepness[key] - except IndexError: - return "No steepness available" - case "traildifficulty": - # TODO: we need to differentiate the profile here… - return key - case _: - return key + if extra_info == "waytypes": + try: + return waytypes[key] + except IndexError: + return "Unknown" + elif extra_info == "surface": + try: + return surfaces[key] + except IndexError: + return "Unknown" + elif extra_info == "waycategory": + binary = list(bin(key))[2:] + padding = ["0"] * (len(waycategory) - len(binary)) + padded_binary = padding + binary + category = "" + + for set_bit, value in zip(padded_binary, waycategory): + if set_bit == "1": + category += value + + if category == "": + return "No category" + + return category + elif extra_info == "roadaccessrestrictions": + binary = list(bin(key))[2:] + padding = ["0"] * (len(restrictions) - len(binary)) + padded_binary = padding + binary + restriction = "" + + for set_bit, value in zip(padded_binary, restrictions): + if set_bit == "1": + restriction += value + restriction += " " + + if restriction == "": + return "None" + + return restriction + elif extra_info == "steepness": + # We get values from -5 to 5 here, but our decoded array is 11 values long. + key += 5 + try: + return steepness[key] + except IndexError: + return "No steepness available" + elif extra_info == "traildifficulty": + # TODO: we need to differentiate the profile here… + return key + else: + return key From f5631f48daaad56273aa5d368706353ed460851f Mon Sep 17 00:00:00 2001 From: koebi Date: Fri, 17 May 2024 18:15:03 +0200 Subject: [PATCH 14/26] chore: release v1.8.1 Bugfix release to maintain compatibility with python<3.10 --- CHANGELOG.md | 5 +++-- ORStools/metadata.txt | 48 +++++++++++++++++++++++-------------------- 2 files changed, 29 insertions(+), 24 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bfdaace..56afe6f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,7 +40,7 @@ RELEASING: 14. Create new release in GitHub with tag version and release title of `vX.X.X` --> -## Unreleased +## [1.8.1] - 2024-05-17 ### Fixed - use if-else instead of structural pattern matching @@ -246,7 +246,8 @@ RELEASING: - first working version of ORS Tools, after replacing OSM Tools plugin -[unreleased]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.8.0...HEAD +[unreleased]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.8.1...HEAD +[1.8.1]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.8.0...v1.8.1 [1.8.0]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.7.1...v1.8.0 [1.7.1]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.7.0...v1.7.1 [1.7.0]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.6.0...v1.7.0 diff --git a/ORStools/metadata.txt b/ORStools/metadata.txt index dcc916fb..70da5da8 100644 --- a/ORStools/metadata.txt +++ b/ORStools/metadata.txt @@ -3,33 +3,37 @@ name=ORS Tools qgisMinimumVersion=3.4.8 description=openrouteservice routing, isochrones and matrix calculations for QGIS -version=1.8.0 +version=1.8.1 author=HeiGIT gGmbH email=support@openrouteservice.heigit.org about=ORS Tools provides access to most of the functions of openrouteservice.org, based on OpenStreetMap. The tool set includes routing, isochrones and matrix calculations, either interactive in the map canvas or from point files within the processing framework. Extensive attributes are set for output files, incl. duration, length and start/end locations. -changelog=2024/05/17 v1.8.0 -### Added -- Add support for decimal ranges with isochrones -- Add hint for joining with `Layer ID Field` -- Add option to export order of optimization route points -- Add `extra_info` parameter to directions processing algorithms - -### Changed -- Rename `Ok` button in configuration window to `Save` for clarification -- Replace PyQt5 imports with qgis.PyQt imports to prepare for Qt6-QGis builds - -### Fixed -- QGis crashes when selecting more than two vertices for deletion -- Vertices on canvas not depicted fully with n having more than one digit in length -- Replace qt QSettings with QgsSettings for centralized configuration management -- Point Annotations stay after saving project and not deleting them manually -- Issue with MultiPoint-layers and optimization -- Improved type hints - -Complete changelog of all versions: https://github.com/GIScience/orstools-qgis-plugin/blob/main/CHANGELOG.md -Wiki: https://github.com/GIScience/orstools-qgis-plugin/wiki +changelog=2024/05/17 v1.8.1 + Fixed + - remove structural pattern matching for compatibility with python<3.10 + + 2024/05/17 v1.8.0 + Added + - Add support for decimal ranges with isochrones + - Add hint for joining with `Layer ID Field` + - Add option to export order of optimization route points + - Add `extra_info` parameter to directions processing algorithms + + Changed + - Rename `Ok` button in configuration window to `Save` for clarification + - Replace PyQt5 imports with qgis.PyQt imports to prepare for Qt6-QGis builds + + Fixed + - QGis crashes when selecting more than two vertices for deletion + - Vertices on canvas not depicted fully with n having more than one digit in length + - Replace qt QSettings with QgsSettings for centralized configuration management + - Point Annotations stay after saving project and not deleting them manually + - Issue with MultiPoint-layers and optimization + - Improved type hints + + Complete changelog of all versions: https://github.com/GIScience/orstools-qgis-plugin/blob/main/CHANGELOG.md + Wiki: https://github.com/GIScience/orstools-qgis-plugin/wiki tracker=https://github.com/GIScience/orstools-qgis-plugin/issues repository=https://github.com/GIScience/orstools-qgis-plugin.git From eece0f9ce78515c710af2a4dbd9a34962abbb66b Mon Sep 17 00:00:00 2001 From: Merydian Date: Fri, 17 May 2024 19:37:16 +0200 Subject: [PATCH 15/26] Use python 3.9 compatible type hint --- ORStools/utils/convert.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ORStools/utils/convert.py b/ORStools/utils/convert.py index 90b8dd30..7c06ea06 100644 --- a/ORStools/utils/convert.py +++ b/ORStools/utils/convert.py @@ -27,6 +27,8 @@ ***************************************************************************/ """ +from typing import Union + def decode_polyline(polyline: str, is3d: bool = False) -> list: """Decodes a Polyline string into a GeoJSON geometry. @@ -89,7 +91,7 @@ def decode_polyline(polyline: str, is3d: bool = False) -> list: return points -def decode_extrainfo(extra_info: str, key: int) -> str | int: +def decode_extrainfo(extra_info: str, key: int) -> Union[int, str]: waytypes = [ "Unknown", "state Road", From 2f925e7fab6816d544d534be879cb04edd5fb247 Mon Sep 17 00:00:00 2001 From: koebi Date: Mon, 20 May 2024 09:45:13 +0200 Subject: [PATCH 16/26] chore: release v1.8.2 --- CHANGELOG.md | 8 +++++++- ORStools/metadata.txt | 8 ++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56afe6f6..4090769d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,11 @@ RELEASING: 14. Create new release in GitHub with tag version and release title of `vX.X.X` --> +## [1.8.2] - 2024-05-20 + +### Fixed +- use python 3.9-compatible type hint + ## [1.8.1] - 2024-05-17 ### Fixed @@ -246,7 +251,8 @@ RELEASING: - first working version of ORS Tools, after replacing OSM Tools plugin -[unreleased]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.8.1...HEAD +[unreleased]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.8.2...HEAD +[1.8.2]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.8.1...v1.8.2 [1.8.1]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.8.0...v1.8.1 [1.8.0]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.7.1...v1.8.0 [1.7.1]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.7.0...v1.7.1 diff --git a/ORStools/metadata.txt b/ORStools/metadata.txt index 70da5da8..9a0e0647 100644 --- a/ORStools/metadata.txt +++ b/ORStools/metadata.txt @@ -3,13 +3,17 @@ name=ORS Tools qgisMinimumVersion=3.4.8 description=openrouteservice routing, isochrones and matrix calculations for QGIS -version=1.8.1 +version=1.8.2 author=HeiGIT gGmbH email=support@openrouteservice.heigit.org about=ORS Tools provides access to most of the functions of openrouteservice.org, based on OpenStreetMap. The tool set includes routing, isochrones and matrix calculations, either interactive in the map canvas or from point files within the processing framework. Extensive attributes are set for output files, incl. duration, length and start/end locations. -changelog=2024/05/17 v1.8.1 +changelog=2024/05/20 v1.8.2 + Fixed + - use python 3.9-compatible type hint + + 2024/05/17 v1.8.1 Fixed - remove structural pattern matching for compatibility with python<3.10 From 85d4f76b910e8dee4ec7293ebaf3cab7e452e005 Mon Sep 17 00:00:00 2001 From: Till Frankenbach <81414045+merydian@users.noreply.github.com> Date: Wed, 29 May 2024 07:45:58 -0400 Subject: [PATCH 17/26] fix: make extra_info work with request from two point/polyline layers Co-authored-by: Jakob Schnell --- CHANGELOG.md | 6 ++++++ ORStools/common/directions_core.py | 12 ++++++++++-- ORStools/proc/directions_lines_proc.py | 4 +++- ORStools/proc/directions_points_layers_proc.py | 13 ++++++++++--- 4 files changed, 29 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4090769d..d6e58d90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,12 @@ RELEASING: 14. Create new release in GitHub with tag version and release title of `vX.X.X` --> +## Unreleased + +### Fixed +- Add csv\_column parameter to request made by points\_layers\_proc([#260](https://github.com/GIScience/orstools-qgis-plugin/issues/260)) +- make extra\_info work with two points layers + ## [1.8.2] - 2024-05-20 ### Fixed diff --git a/ORStools/common/directions_core.py b/ORStools/common/directions_core.py index 0ec789c4..705abdea 100644 --- a/ORStools/common/directions_core.py +++ b/ORStools/common/directions_core.py @@ -81,6 +81,7 @@ def get_fields( to_name: str = "TO_ID", line: bool = False, extra_info: list = [], + two_layers: bool = False, ) -> QgsFields: """ Builds output fields for directions response layer. @@ -114,6 +115,8 @@ def get_fields( fields.append(QgsField(from_name, from_type)) if not line: fields.append(QgsField(to_name, to_type)) + if two_layers: + fields.append(QgsField(from_name, from_type)) for info in extra_info: field_type = QVariant.Int if info in ["waytype", "surface", "waycategory", "roadaccessrestrictions", "steepness"]: @@ -260,7 +263,9 @@ def build_default_parameters( return params -def get_extra_info_features_directions(response: dict, extra_info_order: list[str]): +def get_extra_info_features_directions( + response: dict, extra_info_order: list[str], to_from_values: Optional[list] = None +): extra_info_order = [ key if key != "waytype" else "waytypes" for key in extra_info_order ] # inconsistency in API @@ -268,7 +273,6 @@ def get_extra_info_features_directions(response: dict, extra_info_order: list[st coordinates = response_mini["geometry"]["coordinates"] feats = list() extra_info = response_mini["properties"]["extras"] - logger.log(str(extra_info)) extras_list = {i: [] for i in extra_info_order} for key in extra_info_order: try: @@ -290,7 +294,11 @@ def get_extra_info_features_directions(response: dict, extra_info_order: list[st extra = extras_list[j] attr = extra[i] attrs.append(attr) + + if to_from_values: # for directions from two point layers + attrs = [to_from_values[0], to_from_values[1]] + attrs feat.setAttributes(attrs) + feats.append(feat) return feats diff --git a/ORStools/proc/directions_lines_proc.py b/ORStools/proc/directions_lines_proc.py index ccd37f9b..b0e52e6b 100644 --- a/ORStools/proc/directions_lines_proc.py +++ b/ORStools/proc/directions_lines_proc.py @@ -226,7 +226,9 @@ def processAlgorithm( ) if extra_info: - feats = directions_core.get_extra_info_features_directions(response) + feats = directions_core.get_extra_info_features_directions( + response, extra_info + ) for feat in feats: sink.addFeature(feat) else: diff --git a/ORStools/proc/directions_points_layers_proc.py b/ORStools/proc/directions_points_layers_proc.py index b342b9f7..8b09e755 100644 --- a/ORStools/proc/directions_points_layers_proc.py +++ b/ORStools/proc/directions_points_layers_proc.py @@ -157,8 +157,11 @@ def processAlgorithm( options = self.parseOptions(parameters, context) csv_factor = self.parameterAsDouble(parameters, self.CSV_FACTOR, context) + csv_column = self.parameterAsString(parameters, self.CSV_COLUMN, context) if csv_factor > 0: - options["profile_params"] = {"weightings": {"csv_factor": csv_factor}} + options["profile_params"] = { + "weightings": {"csv_factor": csv_factor, "csv_column": csv_column} + } extra_info = self.parameterAsEnums(parameters, self.EXTRA_INFO, context) extra_info = [EXTRA_INFOS[i] for i in extra_info] @@ -209,7 +212,9 @@ def sort_end(f): field_types.update({"from_type": source_field.type()}) if destination_field: field_types.update({"to_type": destination_field.type()}) - sink_fields = directions_core.get_fields(**field_types, extra_info=extra_info) + sink_fields = directions_core.get_fields( + **field_types, extra_info=extra_info, two_layers=True + ) (sink, dest_id) = self.parameterAsSink( parameters, @@ -241,7 +246,9 @@ def sort_end(f): continue if extra_info: - feats = directions_core.get_extra_info_features_directions(response) + feats = directions_core.get_extra_info_features_directions( + response, extra_info, values + ) for feat in feats: sink.addFeature(feat) else: From 2b981c177fc67ba9f0ea7b05d53a13d1298610fc Mon Sep 17 00:00:00 2001 From: Jakob Schnell Date: Wed, 29 May 2024 13:56:43 +0200 Subject: [PATCH 18/26] chore: release v1.8.3 --- CHANGELOG.md | 5 +++-- ORStools/metadata.txt | 8 ++++++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6e58d90..d46e9da5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,7 +40,7 @@ RELEASING: 14. Create new release in GitHub with tag version and release title of `vX.X.X` --> -## Unreleased +## [1.8.3] - 2024-05-29 ### Fixed - Add csv\_column parameter to request made by points\_layers\_proc([#260](https://github.com/GIScience/orstools-qgis-plugin/issues/260)) @@ -257,7 +257,8 @@ RELEASING: - first working version of ORS Tools, after replacing OSM Tools plugin -[unreleased]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.8.2...HEAD +[unreleased]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.8.3...HEAD +[1.8.3]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.8.2...v1.8.3 [1.8.2]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.8.1...v1.8.2 [1.8.1]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.8.0...v1.8.1 [1.8.0]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.7.1...v1.8.0 diff --git a/ORStools/metadata.txt b/ORStools/metadata.txt index 9a0e0647..2aa2d214 100644 --- a/ORStools/metadata.txt +++ b/ORStools/metadata.txt @@ -3,13 +3,17 @@ name=ORS Tools qgisMinimumVersion=3.4.8 description=openrouteservice routing, isochrones and matrix calculations for QGIS -version=1.8.2 +version=1.8.3 author=HeiGIT gGmbH email=support@openrouteservice.heigit.org about=ORS Tools provides access to most of the functions of openrouteservice.org, based on OpenStreetMap. The tool set includes routing, isochrones and matrix calculations, either interactive in the map canvas or from point files within the processing framework. Extensive attributes are set for output files, incl. duration, length and start/end locations. -changelog=2024/05/20 v1.8.2 +changelog=2024/05/29 v1.8.3 + Fixed + - issues with extra_info in polylines/two point layer algorithms + + 2024/05/20 v1.8.2 Fixed - use python 3.9-compatible type hint From e9731d2101c3489872d552b42ef7fd9f28a09334 Mon Sep 17 00:00:00 2001 From: Till Frankenbach Date: Mon, 29 Jul 2024 14:48:47 +0200 Subject: [PATCH 19/26] fix: wrap locale reading in try/except statement Co-Authored-By: Amandus <23240110+TheGreatRefrigerator@users.noreply.github.com> --- ORStools/ORStoolsPlugin.py | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/ORStools/ORStoolsPlugin.py b/ORStools/ORStoolsPlugin.py index 30d8a9e6..ed0d6e08 100644 --- a/ORStools/ORStoolsPlugin.py +++ b/ORStools/ORStoolsPlugin.py @@ -29,7 +29,7 @@ from qgis.gui import QgisInterface from qgis.core import QgsApplication, QgsSettings -from qgis.PyQt.QtCore import QTranslator, qVersion, QCoreApplication +from qgis.PyQt.QtCore import QTranslator, qVersion, QCoreApplication, QLocale import os.path from .gui import ORStoolsDialog @@ -56,15 +56,22 @@ def __init__(self, iface: QgisInterface) -> None: self.plugin_dir = os.path.dirname(__file__) # initialize locale - locale = QgsSettings().value("locale/userLocale")[0:2] - locale_path = os.path.join(self.plugin_dir, "i18n", "orstools_{}.qm".format(locale)) - - if os.path.exists(locale_path): - self.translator = QTranslator() - self.translator.load(locale_path) - - if qVersion() > "4.3.3": - QCoreApplication.installTranslator(self.translator) + try: + locale = QgsSettings().value("locale/userLocale") + if not locale: + locale = QLocale().name() + locale = locale[0:2] + + locale_path = os.path.join(self.plugin_dir, "i18n", "orstools_{}.qm".format(locale)) + + if os.path.exists(locale_path): + self.translator = QTranslator() + self.translator.load(locale_path) + + if qVersion() > "4.3.3": + QCoreApplication.installTranslator(self.translator) + except TypeError: + pass def initGui(self) -> None: """Create the menu entries and toolbar icons inside the QGIS GUI.""" From 6a008c4069df6aa3e10724446214bf0ee8700e17 Mon Sep 17 00:00:00 2001 From: Amandus Butzer Date: Mon, 29 Jul 2024 15:13:52 +0200 Subject: [PATCH 20/26] chore: update email address --- ORStools/metadata.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ORStools/metadata.txt b/ORStools/metadata.txt index 2aa2d214..73d42885 100644 --- a/ORStools/metadata.txt +++ b/ORStools/metadata.txt @@ -5,7 +5,7 @@ description=openrouteservice routing, isochrones and matrix calculations for QGI version=1.8.3 author=HeiGIT gGmbH -email=support@openrouteservice.heigit.org +email=support@smartmobility.heigit.org about=ORS Tools provides access to most of the functions of openrouteservice.org, based on OpenStreetMap. The tool set includes routing, isochrones and matrix calculations, either interactive in the map canvas or from point files within the processing framework. Extensive attributes are set for output files, incl. duration, length and start/end locations. From 86a1d55c3402689c14321ce0215cd693d672a7ec Mon Sep 17 00:00:00 2001 From: Amandus Butzer Date: Mon, 29 Jul 2024 15:14:02 +0200 Subject: [PATCH 21/26] chore: release v1.8.4 --- CHANGELOG.md | 8 +++++++- ORStools/metadata.txt | 8 ++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d46e9da5..93df682d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,11 @@ RELEASING: 14. Create new release in GitHub with tag version and release title of `vX.X.X` --> +## [1.8.4] - 2024-07-29 + +### Fixed +- issue with missing locale value for non-default user([#271](https://github.com/GIScience/orstools-qgis-plugin/issues/271)) + ## [1.8.3] - 2024-05-29 ### Fixed @@ -257,7 +262,8 @@ RELEASING: - first working version of ORS Tools, after replacing OSM Tools plugin -[unreleased]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.8.3...HEAD +[unreleased]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.8.4...HEAD +[1.8.4]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.8.3...v1.8.4 [1.8.3]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.8.2...v1.8.3 [1.8.2]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.8.1...v1.8.2 [1.8.1]: https://github.com/GIScience/orstools-qgis-plugin/compare/v1.8.0...v1.8.1 diff --git a/ORStools/metadata.txt b/ORStools/metadata.txt index 73d42885..cd6ec805 100644 --- a/ORStools/metadata.txt +++ b/ORStools/metadata.txt @@ -3,13 +3,17 @@ name=ORS Tools qgisMinimumVersion=3.4.8 description=openrouteservice routing, isochrones and matrix calculations for QGIS -version=1.8.3 +version=1.8.4 author=HeiGIT gGmbH email=support@smartmobility.heigit.org about=ORS Tools provides access to most of the functions of openrouteservice.org, based on OpenStreetMap. The tool set includes routing, isochrones and matrix calculations, either interactive in the map canvas or from point files within the processing framework. Extensive attributes are set for output files, incl. duration, length and start/end locations. -changelog=2024/05/29 v1.8.3 +changelog=2024/07/29 v1.8.4 + Fixed + - issue with missing locale value + + 2024/05/29 v1.8.3 Fixed - issues with extra_info in polylines/two point layer algorithms From 2ceb0c2d0f484f00a0fa8f149a58f9d0893e50c4 Mon Sep 17 00:00:00 2001 From: Amandus Butzer Date: Mon, 29 Jul 2024 15:44:57 +0200 Subject: [PATCH 22/26] chore: fix MIT licence to name copyright from original author - fix year of copyright application refers to: https://github.com/GIScience/orstools-qgis-plugin/issues/228 --- LICENSE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/LICENSE.md b/LICENSE.md index 3da1a70c..031c95c7 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,7 @@ MIT License -Copyright (c) 2021 HeiGIT gGmbH +Copyright (c) 2017 Nils Nolde +Copyright (c) 2019 HeiGIT gGmbH Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From 6c0cc6733a8f22e0f484d76213b6b91f28060e2a Mon Sep 17 00:00:00 2001 From: Amandus Butzer Date: Tue, 30 Jul 2024 17:13:54 +0200 Subject: [PATCH 23/26] chore: ignore mac specific files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e5668ccf..9aa64ac0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.DS_Store tets/ docs/wiki/OSMtools.wiki/ .idea/ From d5ede0c25425fc9c81549ae97cd7310a03778e52 Mon Sep 17 00:00:00 2001 From: Amandus Butzer Date: Tue, 30 Jul 2024 18:10:48 +0200 Subject: [PATCH 24/26] chore: add LICENSE file to plugin folder --- ORStools/LICENSE | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 ORStools/LICENSE diff --git a/ORStools/LICENSE b/ORStools/LICENSE new file mode 100644 index 00000000..031c95c7 --- /dev/null +++ b/ORStools/LICENSE @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2017 Nils Nolde +Copyright (c) 2019 HeiGIT gGmbH + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. From 1f0e1230d24ec35122be103d3e1efe2c618bc0d6 Mon Sep 17 00:00:00 2001 From: Till Frankenbach Date: Fri, 23 Aug 2024 11:41:48 +0200 Subject: [PATCH 25/26] feat: introduce tests and CI for testing Co-authored-by: Jakob Schnell --- .github/workflows/test.yml | 34 +++ CHANGELOG.md | 4 + ORStools/common/directions_core.py | 2 +- ORStools/gui/ORStoolsDialog.py | 6 +- README.md | 62 +++++ requirements.txt | 6 + tests/__init__.py | 0 tests/conftest.py | 34 +++ tests/test_common.py | 380 +++++++++++++++++++++++++++++ tests/test_gui.py | 68 ++++++ tests/test_proc.py | 178 ++++++++++++++ tests/test_utils.py | 59 +++++ tests/utils/__init__.py | 0 tests/utils/qgis_interface.py | 237 ++++++++++++++++++ tests/utils/utilities.py | 101 ++++++++ 15 files changed, 1169 insertions(+), 2 deletions(-) create mode 100644 .github/workflows/test.yml create mode 100644 tests/__init__.py create mode 100644 tests/conftest.py create mode 100644 tests/test_common.py create mode 100644 tests/test_gui.py create mode 100644 tests/test_proc.py create mode 100644 tests/test_utils.py create mode 100644 tests/utils/__init__.py create mode 100644 tests/utils/qgis_interface.py create mode 100644 tests/utils/utilities.py diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 00000000..08ccf6d4 --- /dev/null +++ b/.github/workflows/test.yml @@ -0,0 +1,34 @@ + +name: Testing + +on: + pull_request: + +jobs: + test_3_16: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: Run test 3.16 + run: | + docker run -v ${GITHUB_WORKSPACE}:/src -w /src qgis/qgis:release-3_16 sh -c 'apt-get -y update && apt-get -y install xvfb && export ORS_API_KEY=${{ secrets.ORS_API_KEY }} && export DISPLAY=:0.0 && pip install -U pytest && xvfb-run pytest' + env: + DOCKER_IMAGE: ${{ steps.docker-build.outputs.FULL_IMAGE_NAME }} + test_3_22: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: Run test 3.22 + run: | + docker run -v ${GITHUB_WORKSPACE}:/src -w /src qgis/qgis:release-3_22 sh -c 'apt-get -y update && apt-get -y install xvfb && export DISPLAY=:0.0 && export ORS_API_KEY=${{ secrets.ORS_API_KEY }} && export DISPLAY=:0.0 && pip install -U pytest && xvfb-run pytest' + env: + DOCKER_IMAGE: ${{ steps.docker-build.outputs.FULL_IMAGE_NAME }} + test_latest: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: Run test latest + run: | + docker run -v ${GITHUB_WORKSPACE}:/src -w /src qgis/qgis:latest sh -c 'apt-get -y update && apt-get -y install xvfb && export DISPLAY=:0.0 && export ORS_API_KEY=${{ secrets.ORS_API_KEY }} && apt install python3-pytest && xvfb-run pytest' + env: + DOCKER_IMAGE: ${{ steps.docker-build.outputs.FULL_IMAGE_NAME }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 93df682d..07219bfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -82,6 +82,10 @@ RELEASING: - Improved type hints +# Unreleased +### Added +- Unit- and e2e-testing + ## [1.7.1] - 2024-01-15 ### Added diff --git a/ORStools/common/directions_core.py b/ORStools/common/directions_core.py index 705abdea..06c530a9 100644 --- a/ORStools/common/directions_core.py +++ b/ORStools/common/directions_core.py @@ -264,7 +264,7 @@ def build_default_parameters( def get_extra_info_features_directions( - response: dict, extra_info_order: list[str], to_from_values: Optional[list] = None + response: dict, extra_info_order: List[str], to_from_values: Optional[list] = None ): extra_info_order = [ key if key != "waytype" else "waytypes" for key in extra_info_order diff --git a/ORStools/gui/ORStoolsDialog.py b/ORStools/gui/ORStoolsDialog.py index 49f6a445..95cefdb5 100644 --- a/ORStools/gui/ORStoolsDialog.py +++ b/ORStools/gui/ORStoolsDialog.py @@ -31,7 +31,11 @@ import os from typing import Optional -import processing +try: + import processing +except ModuleNotFoundError: + pass + import webbrowser from qgis._core import Qgis, QgsAnnotation diff --git a/README.md b/README.md index 90f21505..9a9d2bdb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # ORS Tools QGIS plugin +![Testing](https://github.com/Merydian/orstools-qgis-plugin/actions/workflows/test.yml/badge.svg) +![Ruff](https://github.com/Merydian/orstools-qgis-plugin/actions/workflows/ruff.yml/badge.svg) + ![ORS Tools](https://user-images.githubusercontent.com/23240110/122937401-3ee72400-d372-11eb-8e3b-6c435d1dd964.png) Set of tools for QGIS to use the [openrouteservice](https://openrouteservice.org) (ORS) API. @@ -120,6 +123,65 @@ where `` is one of: - Windows: `C:\Users\USER\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\ORStools` - Mac OS: `Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/ORStools` +### CI +#### Testing +The repository tests on the QGis Versions *3.16*, *3.22* and the *latest* version. +Until now, it's only possible to test one version at a time. + +#### Linux +On linux machines you can run the tests with your local QGIS installation. + +1. Install QGIS and make sure it's available in your currently activated environment. + +You will need an ORS-API key. Either set it as an environment variable or do `export ORS_API_KEY=[Your API key here]` before you run the tests. + +To run the tests do: +```shell +cd orstools-qgis-plugin +pytest +``` + +#### Windows +Do all the following steps in a [*WSL*](https://learn.microsoft.com/en-us/windows/wsl/install). To run tests locally you can use a [conda installation](https://github.com/opengisch/qgis-conda-builder) of the QGis version you want to test. +You will also have to install *xvfb* to run the tests on involving an interface. +Lastly, we need [*Pytest*](https://docs.pytest.org/en/8.0.x/) to run tests in general. + +To do the above run use these commands: +1. Install a version of anaconda, preferrably [*miniforge*](https://github.com/conda-forge/miniforge). + +2. Create and prepare the environment. + +```shell +# create environment +conda create --name qgis_test +# activate environment +conda activate qgis_test +# install pip +conda install pip +``` + +3. Install QGis using mamba. +```shell +conda install -c conda-forge qgis=[3.16, 3.22, latest] # choose one +``` + +4. Install *xvfb* +```shell +sudo apt-get update +sudo apt install xvfb +``` + +5. Install *Pytest* using pip in testing environment. +```shell +pip install -U pytest +``` + +To run the tests you will need an ORS-API key: +```shell +cd orstools-qgis-plugin +export ORS_API_KEY=[Your API key here] && xvfb-run pytest +``` + ### Debugging In the **PyCharm community edition** you will have to use logging and printing to inspect elements. The First Aid QGIS plugin can probably also be used additionally. diff --git a/requirements.txt b/requirements.txt index af3ee576..ca4e9990 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,7 @@ +# developement ruff +pytest + +# testing +pyyaml +pytest diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/tests/conftest.py b/tests/conftest.py new file mode 100644 index 00000000..d39efd01 --- /dev/null +++ b/tests/conftest.py @@ -0,0 +1,34 @@ +import os +import yaml + +from ORStools.utils.configmanager import read_config + +with open("ORStools/config.yml", "r+") as file: + data = yaml.safe_load(file) + + +def pytest_sessionstart(session): + """ + Called after the Session object has been created and + before performing collection and entering the run test loop. + """ + if data["providers"][0]["key"] == "": + data["providers"][0]["key"] = os.environ.get("ORS_API_KEY") + with open("ORStools/config.yml", "w") as file: + yaml.dump(data, file) + else: + raise ValueError("API key is not empty.") + + +def pytest_sessionfinish(session, exitstatus): + """ + Called after whole test run finished, right before + returning the exit status to the system. + """ + with open("ORStools/config.yml", "w") as file: + if not data["providers"][0]["key"] == "": + data['providers'][0]['key'] = '' # fmt: skip + yaml.dump(data, file) + + config = read_config() + assert config["providers"][0]["key"] == '' # fmt: skip diff --git a/tests/test_common.py b/tests/test_common.py new file mode 100644 index 00000000..2061f097 --- /dev/null +++ b/tests/test_common.py @@ -0,0 +1,380 @@ +from qgis.core import QgsPointXY +from qgis.testing import unittest + +from ORStools.common import client, directions_core, isochrones_core +import os + + +class TestCommon(unittest.TestCase): + @classmethod + def setUpClass(cls) -> None: + cls.api_key = os.environ.get("ORS_API_KEY") + if cls.api_key is None: + raise ValueError("ORS_API_KEY environment variable is not set") + + def test_client_request_geometry(self): + test_response = { + "type": "FeatureCollection", + "metadata": { + "id": "1", + "attribution": "openrouteservice.org | OpenStreetMap contributors", + "service": "routing", + "timestamp": 1708505372024, + "query": { + "coordinates": [[8.684101, 50.131613], [8.68534, 50.131651]], + "profile": "driving-car", + "id": "1", + "preference": "fastest", + "format": "geojson", + "geometry": True, + "elevation": True, + }, + "engine": { + "version": "7.1.1", + "build_date": "2024-01-29T14:41:12Z", + "graph_date": "2024-02-18T14:05:28Z", + }, + "system_message": "Preference 'fastest' has been deprecated, using 'recommended'.", + }, + "bbox": [8.684088, 50.131187, 131.0, 8.686212, 50.131663, 133.8], + "features": [ + { + "bbox": [8.684088, 50.131187, 131.0, 8.686212, 50.131663, 133.8], + "type": "Feature", + "properties": { + "ascent": 2.8, + "descent": 0.0, + "transfers": 0, + "fare": 0, + "way_points": [0, 13], + "summary": {"distance": 247.2, "duration": 45.1}, + }, + "geometry": { + "coordinates": [ + [8.684088, 50.131587, 131.0], + [8.684173, 50.13157, 131.0], + [8.684413, 50.131523, 131.0], + [8.684872, 50.131432, 131.0], + [8.685652, 50.131272, 132.1], + [8.685937, 50.131187, 132.7], + [8.686097, 50.131227, 132.9], + [8.686204, 50.131325, 133.1], + [8.686212, 50.13143, 133.3], + [8.686184, 50.13148, 133.4], + [8.68599, 50.131544, 133.6], + [8.685774, 50.131612, 133.7], + [8.685559, 50.131663, 133.7], + [8.68534, 50.13166, 133.8], + ], + "type": "LineString", + }, + } + ], + } + + provider = { + "ENV_VARS": { + "ORS_QUOTA": "X-Ratelimit-Limit", + "ORS_REMAINING": "X-Ratelimit-Remaining", + }, + "base_url": "https://api.openrouteservice.org", + "key": self.api_key, + "name": "openrouteservice", + "timeout": 60, + } + + params = { + "preference": "fastest", + "geometry": "true", + "instructions": "false", + "elevation": True, + "id": 1, + "coordinates": [[8.684101, 50.131613], [8.68534, 50.131651]], + } + agent = "QGIS_ORStools_testing" + profile = "driving-car" + clnt = client.Client(provider, agent) + response = clnt.request("/v2/directions/" + profile + "/geojson", {}, post_json=params) + self.assertAlmostEqual( + response["features"][0]["geometry"]["coordinates"][0][0], + test_response["features"][0]["geometry"]["coordinates"][0][0], + ) + + def test_output_feature_directions(self): + response = { + "type": "FeatureCollection", + "metadata": { + "id": "1", + "attribution": "openrouteservice.org | OpenStreetMap contributors", + "service": "routing", + "timestamp": 1708522371289, + "query": { + "coordinates": [ + [-68.199488, -16.518187], + [-68.199201, -16.517873], + [-68.198438, -16.518486], + [-68.198067, -16.518183], + ], + "profile": "driving-car", + "id": "1", + "preference": "fastest", + "format": "geojson", + "geometry": True, + "elevation": True, + }, + "engine": { + "version": "7.1.1", + "build_date": "2024-01-29T14:41:12Z", + "graph_date": "2024-02-18T14:05:28Z", + }, + "system_message": "Preference 'fastest' has been deprecated, using 'recommended'.", + }, + "bbox": [-68.199495, -16.518504, 4025.0, -68.198061, -16.51782, 4025.07], + "features": [ + { + "bbox": [-68.199495, -16.518504, 4025.0, -68.198061, -16.51782, 4025.07], + "type": "Feature", + "properties": { + "ascent": 0.1, + "descent": 0.0, + "transfers": 0, + "fare": 0, + "way_points": [0, 2, 6, 9], + "summary": {"distance": 222.4, "duration": 53.0}, + }, + "geometry": { + "coordinates": [ + [-68.199495, -16.518181, 4025.0], + [-68.199485, -16.51817, 4025.0], + [-68.199206, -16.517869, 4025.0], + [-68.199161, -16.51782, 4025.0], + [-68.198799, -16.518142, 4025.0], + [-68.198393, -16.518478, 4025.0], + [-68.198417, -16.518504, 4025.0], + [-68.198393, -16.518478, 4025.0], + [-68.198078, -16.518162, 4025.0], + [-68.198061, -16.518177, 4025.1], + ], + "type": "LineString", + }, + } + ], + } + profile = "driving-car" + preference = "fastest" + feature = directions_core.get_output_feature_directions(response, profile, preference) + coordinates = [(vertex.x(), vertex.y()) for vertex in feature.geometry().vertices()] + test_coords = [ + (-68.199495, -16.518181), + (-68.199485, -16.51817), + (-68.199206, -16.517869), + (-68.199161, -16.51782), + (-68.198799, -16.518142), + (-68.198393, -16.518478), + (-68.198417, -16.518504), + (-68.198393, -16.518478), + (-68.198078, -16.518162), + (-68.198061, -16.518177), + ] + + self.assertAlmostEqual(coordinates, test_coords) + + def test_output_features_optimization(self): + response = { + "code": 0, + "summary": { + "cost": 36, + "routes": 1, + "unassigned": 0, + "setup": 0, + "service": 0, + "duration": 36, + "waiting_time": 0, + "priority": 0, + "distance": 152, + "violations": [], + "computing_times": {"loading": 23, "solving": 0, "routing": 12}, + }, + "unassigned": [], + "routes": [ + { + "vehicle": 0, + "cost": 36, + "setup": 0, + "service": 0, + "duration": 36, + "waiting_time": 0, + "priority": 0, + "distance": 152, + "steps": [ + { + "type": "start", + "location": [-68.193407, -16.472978], + "setup": 0, + "service": 0, + "waiting_time": 0, + "arrival": 0, + "duration": 0, + "violations": [], + "distance": 0, + }, + { + "type": "job", + "location": [-68.192889, -16.472475], + "id": 0, + "setup": 0, + "service": 0, + "waiting_time": 0, + "job": 0, + "arrival": 18, + "duration": 18, + "violations": [], + "distance": 76, + }, + { + "type": "end", + "location": [-68.193407, -16.472978], + "setup": 0, + "service": 0, + "waiting_time": 0, + "arrival": 36, + "duration": 36, + "violations": [], + "distance": 152, + }, + ], + "violations": [], + "geometry": "lkpcBd_f_LuBiAtBhA", + } + ], + } + profile = "driving-car" + preference = "fastest" + feature = directions_core.get_output_features_optimization(response, profile, preference) + coordinates = [(vertex.x(), vertex.y()) for vertex in feature.geometry().vertices()] + + test_coords = [(-68.19331, -16.47303), (-68.19294, -16.47244), (-68.19331, -16.47303)] + self.assertAlmostEqual(coordinates, test_coords) + + def test_build_default_parameters(self): + preference, point_list, coordinates, options = ( + "fastest", + [ + QgsPointXY(-68.1934067732971414, -16.47297756153070125), + QgsPointXY(-68.19288936751472363, -16.47247452813111934), + ], + None, + {}, + ) + params = directions_core.build_default_parameters( + preference, point_list, coordinates, options + ) + test_params = { + "coordinates": [[-68.193407, -16.472978], [-68.192889, -16.472475]], + "preference": "fastest", + "geometry": "true", + "instructions": "false", + "elevation": True, + "id": None, + "options": {}, + "extra_info": None, + } + + self.assertDictEqual(params, test_params) + + def test_isochrones(self): + response = { + "type": "FeatureCollection", + "metadata": { + "attribution": "openrouteservice.org | OpenStreetMap contributors", + "service": "isochrones", + "timestamp": 1710421093483, + "query": { + "profile": "driving-car", + "locations": [[-112.594673, 43.554193]], + "location_type": "start", + "range": [60.0], + "range_type": "time", + "options": {}, + "attributes": ["total_pop"], + }, + "engine": { + "version": "7.1.1", + "build_date": "2024-01-29T14:41:12Z", + "graph_date": "2024-03-10T15:19:08Z", + }, + }, + "bbox": [-112.637014, 43.548994, -112.550441, 43.554343], + "features": [ + { + "type": "Feature", + "properties": { + "group_index": 0, + "value": 60.0, + "center": [-112.5946738217447, 43.55409137088865], + "total_pop": 0.0, + }, + "geometry": { + "coordinates": [ + [ + [-112.637014, 43.549342], + [-112.63692, 43.548994], + [-112.631205, 43.550527], + [-112.625496, 43.552059], + [-112.623482, 43.552518], + [-112.617781, 43.553548], + [-112.615319, 43.553798], + [-112.612783, 43.553937], + [-112.61154, 43.553971], + [-112.609679, 43.553977], + [-112.607819, 43.553983], + [-112.603711, 43.553958], + [-112.599603, 43.553932], + [-112.598575, 43.553928], + [-112.594187, 43.553909], + [-112.593002, 43.553904], + [-112.588772, 43.553886], + [-112.587429, 43.553881], + [-112.578142, 43.553673], + [-112.568852, 43.553464], + [-112.559651, 43.553232], + [-112.55045, 43.553], + [-112.550441, 43.55336], + [-112.559642, 43.553592], + [-112.568844, 43.553824], + [-112.578134, 43.554032], + [-112.587427, 43.554241], + [-112.58877, 43.554246], + [-112.593, 43.554264], + [-112.594186, 43.554269], + [-112.598573, 43.554288], + [-112.599601, 43.554292], + [-112.603709, 43.554318], + [-112.607817, 43.554343], + [-112.60968, 43.554337], + [-112.611541, 43.554331], + [-112.612793, 43.554297], + [-112.614041, 43.554262], + [-112.615348, 43.554157], + [-112.616646, 43.554052], + [-112.617826, 43.553905], + [-112.618998, 43.553758], + [-112.620272, 43.553544], + [-112.621537, 43.553331], + [-112.623562, 43.552869], + [-112.625576, 43.55241], + [-112.631298, 43.550875], + [-112.637014, 43.549342], + ] + ], + "type": "Polygon", + }, + } + ], + } + id_field_value = None + isochrones = isochrones_core.Isochrones() + isochrones.set_parameters("driving-car", "time", 60) + + feats = isochrones.get_features(response, id_field_value) + self.assertAlmostEqual(next(feats).geometry().area(), 3.176372365487623e-05) diff --git a/tests/test_gui.py b/tests/test_gui.py new file mode 100644 index 00000000..17c97adf --- /dev/null +++ b/tests/test_gui.py @@ -0,0 +1,68 @@ +from qgis.testing import unittest + +from qgis.PyQt.QtTest import QTest +from qgis.PyQt.QtCore import Qt, QEvent, QPoint +from qgis.PyQt.QtWidgets import QPushButton +from qgis.gui import QgsMapCanvas, QgsMapMouseEvent +from qgis.core import ( + QgsCoordinateReferenceSystem, + QgsRectangle, +) +import pytest + +from tests.utils.utilities import get_qgis_app + +CANVAS: QgsMapCanvas +QGISAPP, CANVAS, IFACE, PARENT = get_qgis_app() + + +@pytest.mark.filterwarnings("ignore:.*imp module is deprecated.*") +class TestGui(unittest.TestCase): + def test_ORStoolsDialog(self): + from ORStools.gui.ORStoolsDialog import ORStoolsDialog + from ORStools.utils import maptools + + CRS = QgsCoordinateReferenceSystem.fromEpsgId(3857) + CANVAS.setExtent(QgsRectangle(258889, 7430342, 509995, 7661955)) + CANVAS.setDestinationCrs(CRS) + CANVAS.setFrameStyle(0) + CANVAS.resize(600, 400) + self.assertEqual(CANVAS.width(), 600) + self.assertEqual(CANVAS.height(), 400) + + dlg = ORStoolsDialog(IFACE) + dlg.open() + self.assertTrue(dlg.isVisible()) + + map_button: QPushButton = dlg.routing_fromline_map + # click 'routing_fromline_map' + QTest.mouseClick(map_button, Qt.LeftButton) + self.assertFalse(dlg.isVisible()) + self.assertIsInstance(CANVAS.mapTool(), maptools.LineTool) + + map_dclick = QgsMapMouseEvent( + CANVAS, + QEvent.MouseButtonDblClick, + QPoint(5, 5), # Relative to the canvas' dimensions + Qt.LeftButton, + Qt.LeftButton, + Qt.NoModifier, + ) + + map_click = QgsMapMouseEvent( + CANVAS, + QEvent.MouseButtonRelease, + QPoint(0, 0), # Relative to the canvas' dimensions + Qt.LeftButton, + Qt.LeftButton, + Qt.NoModifier, + ) + # click on canvas at [0, 0] + dlg.line_tool.canvasReleaseEvent(map_click) + # doubleclick on canvas at [5, 5] + dlg.line_tool.canvasDoubleClickEvent(map_dclick) + + self.assertTrue(dlg.isVisible()) + self.assertAlmostEqual( + dlg.routing_fromline_list.item(0).text(), "Point 0: -0.187575, 56.516620" + ) diff --git a/tests/test_proc.py b/tests/test_proc.py new file mode 100644 index 00000000..df4cd8d7 --- /dev/null +++ b/tests/test_proc.py @@ -0,0 +1,178 @@ +from qgis.core import ( + QgsPointXY, + QgsProcessingFeedback, + QgsProcessingContext, + QgsProcessingUtils, + QgsVectorLayer, + QgsFeature, + QgsGeometry, +) +from qgis.testing import unittest + +from ORStools.proc.directions_lines_proc import ORSDirectionsLinesAlgo +from ORStools.proc.directions_points_layer_proc import ORSDirectionsPointsLayerAlgo +from ORStools.proc.directions_points_layers_proc import ORSDirectionsPointsLayersAlgo +from ORStools.proc.isochrones_layer_proc import ORSIsochronesLayerAlgo +from ORStools.proc.isochrones_point_proc import ORSIsochronesPointAlgo +from ORStools.proc.matrix_proc import ORSMatrixAlgo + + +class TestProc(unittest.TestCase): + @classmethod + def setUpClass(cls) -> None: + uri = "point?crs=epsg:4326" + cls.point_layer_1 = QgsVectorLayer(uri, "Scratch point layer", "memory") + points_of_interest = [QgsPointXY(-118.2394, 34.0739), QgsPointXY(-118.3215, 34.1399)] + for point in points_of_interest: + feature = QgsFeature() + feature.setGeometry(QgsGeometry.fromPointXY(point)) + cls.point_layer_1.dataProvider().addFeatures([feature]) + + cls.point_layer_2 = QgsVectorLayer(uri, "Scratch point layer", "memory") + points_of_interest = [QgsPointXY(-118.5, 34.2), QgsPointXY(-118.5, 34.3)] + for point in points_of_interest: + feature = QgsFeature() + feature.setGeometry(QgsGeometry.fromPointXY(point)) + cls.point_layer_2.dataProvider().addFeatures([feature]) + + cls.line_layer = QgsVectorLayer(uri, "Scratch point layer", "memory") + vertices = [(-118.2394, 34.0739), (-118.3215, 34.1341), (-118.4961, 34.5)] + line_geometry = QgsGeometry.fromPolylineXY([QgsPointXY(x, y) for x, y in vertices]) + feature = QgsFeature() + feature.setGeometry(line_geometry) + cls.line_layer.dataProvider().addFeatures([feature]) + + cls.feedback = QgsProcessingFeedback() + cls.context = QgsProcessingContext() + + def test_directions_lines(self): + parameters = { + "INPUT_AVOID_BORDERS": None, + "INPUT_AVOID_COUNTRIES": "", + "INPUT_AVOID_FEATURES": [], + "INPUT_AVOID_POLYGONS": None, + "INPUT_LAYER_FIELD": None, + "INPUT_LINE_LAYER": self.line_layer, + "INPUT_OPTIMIZE": None, + "INPUT_PREFERENCE": 0, + "INPUT_PROFILE": 0, + "INPUT_PROVIDER": 0, + "INPUT_METRIC": 0, + "LOCATION_TYPE": 0, + "OUTPUT": "TEMPORARY_OUTPUT", + } + + directions = ORSDirectionsLinesAlgo().create() + dest_id = directions.processAlgorithm(parameters, self.context, self.feedback) + processed_layer = QgsProcessingUtils.mapLayerFromString(dest_id["OUTPUT"], self.context) + + self.assertEqual(type(processed_layer), QgsVectorLayer) + + def test_directions_points_layer(self): + parameters = { + "INPUT_AVOID_BORDERS": None, + "INPUT_AVOID_COUNTRIES": "", + "INPUT_AVOID_FEATURES": [], + "INPUT_AVOID_POLYGONS": None, + "INPUT_LAYER_FIELD": None, + "INPUT_OPTIMIZE": None, + "INPUT_POINT_LAYER": self.point_layer_1, + "INPUT_PREFERENCE": 0, + "INPUT_PROFILE": 0, + "INPUT_PROVIDER": 0, + "INPUT_SORTBY": None, + "OUTPUT": "TEMPORARY_OUTPUT", + } + + directions = ORSDirectionsPointsLayerAlgo().create() + dest_id = directions.processAlgorithm(parameters, self.context, self.feedback) + processed_layer = QgsProcessingUtils.mapLayerFromString(dest_id["OUTPUT"], self.context) + + self.assertEqual(type(processed_layer), QgsVectorLayer) + + def test_directions_points_layers(self): + parameters = { + "INPUT_AVOID_BORDERS": None, + "INPUT_AVOID_COUNTRIES": "", + "INPUT_AVOID_FEATURES": [], + "INPUT_AVOID_POLYGONS": None, + "INPUT_END_FIELD": None, + "INPUT_END_LAYER": self.point_layer_1, + "INPUT_MODE": 0, + "INPUT_PREFERENCE": 0, + "INPUT_PROFILE": 0, + "INPUT_PROVIDER": 0, + "INPUT_SORT_END_BY": None, + "INPUT_SORT_START_BY": None, + "INPUT_START_FIELD": None, + "INPUT_START_LAYER": self.point_layer_2, + "OUTPUT": "TEMPORARY_OUTPUT", + } + + directions = ORSDirectionsPointsLayersAlgo().create() + dest_id = directions.processAlgorithm(parameters, self.context, self.feedback) + processed_layer = QgsProcessingUtils.mapLayerFromString(dest_id["OUTPUT"], self.context) + + self.assertEqual(type(processed_layer), QgsVectorLayer) + + def test_isochrones_layer(self): + parameters = { + "INPUT_AVOID_BORDERS": None, + "INPUT_AVOID_COUNTRIES": "", + "INPUT_AVOID_FEATURES": [], + "INPUT_AVOID_POLYGONS": None, + "INPUT_FIELD": None, + "INPUT_METRIC": 0, + "INPUT_POINT_LAYER": self.point_layer_1, + "INPUT_PROFILE": 0, + "INPUT_PROVIDER": 0, + "INPUT_RANGES": "5, 10", + "INPUT_SMOOTHING": None, + "LOCATION_TYPE": 0, + "OUTPUT": "TEMPORARY_OUTPUT", + } + + iso = ORSIsochronesLayerAlgo().create() + dest_id = iso.processAlgorithm(parameters, self.context, self.feedback) + processed_layer = QgsProcessingUtils.mapLayerFromString(dest_id["OUTPUT"], self.context) + + self.assertEqual(type(processed_layer), QgsVectorLayer) + + def test_isochrones_point(self): + parameters = { + "INPUT_AVOID_BORDERS": None, + "INPUT_AVOID_COUNTRIES": "", + "INPUT_AVOID_FEATURES": [], + "INPUT_AVOID_POLYGONS": None, + "INPUT_METRIC": 0, + "INPUT_POINT": "-12476269.994314,3961968.635469 [EPSG:3857]", + "INPUT_PROFILE": 0, + "INPUT_PROVIDER": 0, + "INPUT_RANGES": "5, 10", + "INPUT_SMOOTHING": None, + "LOCATION_TYPE": 0, + "OUTPUT": "TEMPORARY_OUTPUT", + } + + iso = ORSIsochronesPointAlgo().create() + dest_id = iso.processAlgorithm(parameters, self.context, self.feedback) + processed_layer = QgsProcessingUtils.mapLayerFromString(dest_id["OUTPUT"], self.context) + + self.assertEqual(type(processed_layer), QgsVectorLayer) + + def test_matrix(self): + parameters = { + "INPUT_END_FIELD": None, + "INPUT_END_LAYER": self.point_layer_1, + "INPUT_PROFILE": 0, + "INPUT_PROVIDER": 0, + "INPUT_START_FIELD": None, + "INPUT_START_LAYER": self.point_layer_2, + "OUTPUT": "TEMPORARY_OUTPUT", + } + + matrix = ORSMatrixAlgo().create() + dest_id = matrix.processAlgorithm(parameters, self.context, self.feedback) + processed_layer = QgsProcessingUtils.mapLayerFromString(dest_id["OUTPUT"], self.context) + + self.assertEqual(type(processed_layer), QgsVectorLayer) diff --git a/tests/test_utils.py b/tests/test_utils.py new file mode 100644 index 00000000..e7fccc87 --- /dev/null +++ b/tests/test_utils.py @@ -0,0 +1,59 @@ +from qgis.testing import unittest + +from qgis.core import QgsCoordinateReferenceSystem, QgsPointXY + +from ORStools.utils.transform import transformToWGS +from ORStools.utils.convert import decode_polyline +from ORStools.utils.processing import get_params_optimize + + +class TestUtils(unittest.TestCase): + @classmethod + def setUpClass(cls) -> None: + cls.WGS = QgsCoordinateReferenceSystem.fromEpsgId(4326) + cls.PSEUDO = QgsCoordinateReferenceSystem.fromEpsgId(3857) + + def test_to_wgs_pseudo(self): + point = QgsPointXY(1493761.05913532, 6890799.81730105) + transformer = transformToWGS(self.PSEUDO) + self.assertEqual( + transformer.transform(point), QgsPointXY(13.41868390243822162, 52.49867709045137332) + ) + + def test_polyline_convert(self): + polyline = "psvcBxg}~KAGUoBMo@Ln@TnB@F" + decoded = decode_polyline(polyline) + self.assertEqual( + decoded, + [ + [-68.14861, -16.50505], + [-68.14857, -16.50504], + [-68.14801, -16.50493], + [-68.14777, -16.50486], + [-68.14801, -16.50493], + [-68.14857, -16.50504], + [-68.14861, -16.50505], + ], + ) + + def test_get_params_optimize(self): + points = [ + QgsPointXY(-68.14860459410432725, -16.5050554680791457), + QgsPointXY(-68.14776841920792094, -16.50487191749212812), + ] + profile = "driving-car" + mode = 0 + + params = { + "jobs": [{"location": [-68.147768, -16.504872], "id": 0}], + "vehicles": [ + { + "id": 0, + "profile": "driving-car", + "start": [-68.148605, -16.505055], + "end": [-68.148605, -16.505055], + } + ], + "options": {"g": True}, + } + self.assertEqual(get_params_optimize(points, profile, mode), params) diff --git a/tests/utils/__init__.py b/tests/utils/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/tests/utils/qgis_interface.py b/tests/utils/qgis_interface.py new file mode 100644 index 00000000..6b157f73 --- /dev/null +++ b/tests/utils/qgis_interface.py @@ -0,0 +1,237 @@ +"""QGIS plugin implementation. + +.. note:: 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 2 of the License, or + (at your option) any later version. + +.. note:: This source code was copied from the 'postgis viewer' application + with original authors: + Copyright (c) 2010 by Ivan Mincik, ivan.mincik@gista.sk + Copyright (c) 2011 German Carrillo, geotux_tuxman@linuxmail.org + Copyright (c) 2014 Tim Sutton, tim@linfiniti.com + +""" + +__author__ = "tim@linfiniti.com" +__revision__ = "$Format:%H$" +__date__ = "10/01/2011" +__copyright__ = ( + "Copyright (c) 2010 by Ivan Mincik, ivan.mincik@gista.sk and " + "Copyright (c) 2011 German Carrillo, geotux_tuxman@linuxmail.org" + "Copyright (c) 2014 Tim Sutton, tim@linfiniti.com" +) + +import logging +from typing import List +from PyQt5.QtCore import QObject, pyqtSlot, pyqtSignal, QSize +from qgis.PyQt.QtWidgets import QDockWidget +from qgis.core import QgsProject, QgsMapLayer +from qgis.gui import QgsMapCanvas, QgsMessageBar + +LOGGER = logging.getLogger("QGIS") + + +# noinspection PyMethodMayBeStatic,PyPep8Naming +# pylint: disable=too-many-public-methods +class QgisInterface(QObject): + """Class to expose QGIS objects and functions to plugins. + + This class is here for enabling us to run unit tests only, + so most methods are simply stubs. + """ + + currentLayerChanged = pyqtSignal(QgsMapLayer) + + def __init__(self, canvas: QgsMapCanvas): + """Constructor + :param canvas: + """ + QObject.__init__(self) + self.canvas = canvas + # Set up slots so we can mimic the behaviour of QGIS when layers + # are added. + LOGGER.debug("Initialising canvas...") + # noinspection PyArgumentList + QgsProject.instance().layersAdded.connect(self.addLayers) + # noinspection PyArgumentList + QgsProject.instance().layerWasAdded.connect(self.addLayer) + # noinspection PyArgumentList + QgsProject.instance().removeAll.connect(self.removeAllLayers) + + # For processing module + self.destCrs = None + + self.message_bar = QgsMessageBar() + + def addLayers(self, layers: List[QgsMapLayer]): + """Handle layers being added to the registry so they show up in canvas. + + :param layers: list list of map layers that were added + + .. note:: The QgsInterface api does not include this method, + it is added here as a helper to facilitate testing. + """ + # LOGGER.debug('addLayers called on qgis_interface') + # LOGGER.debug('Number of layers being added: %s' % len(layers)) + # LOGGER.debug('Layer Count Before: %s' % len(self.canvas.layers())) + current_layers = self.canvas.layers() + final_layers = [] + for layer in current_layers: + final_layers.append(layer) + for layer in layers: + final_layers.append(layer) + + self.canvas.setLayers(final_layers) + # LOGGER.debug('Layer Count After: %s' % len(self.canvas.layers())) + + def addLayer(self, layer: QgsMapLayer): + """Handle a layer being added to the registry so it shows up in canvas. + + :param layer: list list of map layers that were added + + .. note: The QgsInterface api does not include this method, it is added + here as a helper to facilitate testing. + + .. note: The addLayer method was deprecated in QGIS 1.8 so you should + not need this method much. + """ + pass # pylint: disable=unnecessary-pass + + @pyqtSlot() + def removeAllLayers(self): # pylint: disable=no-self-use + """Remove layers from the canvas before they get deleted.""" + self.canvas.setLayers([]) + + def newProject(self): # pylint: disable=no-self-use + """Create new project.""" + # noinspection PyArgumentList + QgsProject.instance().clear() + + # ---------------- API Mock for QgsInterface follows ------------------- + + def zoomFull(self): + """Zoom to the map full extent.""" + pass # pylint: disable=unnecessary-pass + + def zoomToPrevious(self): + """Zoom to previous view extent.""" + pass # pylint: disable=unnecessary-pass + + def zoomToNext(self): + """Zoom to next view extent.""" + pass # pylint: disable=unnecessary-pass + + def zoomToActiveLayer(self): + """Zoom to extent of active layer.""" + pass # pylint: disable=unnecessary-pass + + def addVectorLayer(self, path: str, base_name: str, provider_key: str): + """Add a vector layer. + + :param path: Path to layer. + :type path: str + + :param base_name: Base name for layer. + :type base_name: str + + :param provider_key: Provider key e.g. 'ogr' + :type provider_key: str + """ + pass # pylint: disable=unnecessary-pass + + def addRasterLayer(self, path: str, base_name: str): + """Add a raster layer given a raster layer file name + + :param path: Path to layer. + :type path: str + + :param base_name: Base name for layer. + :type base_name: str + """ + pass # pylint: disable=unnecessary-pass + + def activeLayer(self) -> QgsMapLayer: # pylint: disable=no-self-use + """Get pointer to the active layer (layer selected in the legend).""" + # noinspection PyArgumentList + layers = QgsProject.instance().mapLayers() + for item in layers: + return layers[item] + + def addToolBarIcon(self, action): + """Add an icon to the plugins toolbar. + + :param action: Action to add to the toolbar. + :type action: QAction + """ + pass # pylint: disable=unnecessary-pass + + def removeToolBarIcon(self, action): + """Remove an action (icon) from the plugin toolbar. + + :param action: Action to add to the toolbar. + :type action: QAction + """ + pass # pylint: disable=unnecessary-pass + + def addToolBar(self, name): + """Add toolbar with specified name. + + :param name: Name for the toolbar. + :type name: str + """ + pass # pylint: disable=unnecessary-pass + + def mapCanvas(self) -> QgsMapCanvas: + """Return a pointer to the map canvas.""" + return self.canvas + + def mainWindow(self): + """Return a pointer to the main window. + + In case of QGIS it returns an instance of QgisApp. + """ + pass # pylint: disable=unnecessary-pass + + def addDockWidget(self, area, dock_widget: QDockWidget): + """Add a dock widget to the main window. + + :param area: Where in the ui the dock should be placed. + :type area: + + :param dock_widget: A dock widget to add to the UI. + :type dock_widget: QDockWidget + """ + pass # pylint: disable=unnecessary-pass + + def removeDockWidget(self, dock_widget: QDockWidget): + """Remove a dock widget to the main window. + + :param area: Where in the ui the dock should be placed. + :type area: + + :param dock_widget: A dock widget to add to the UI. + :type dock_widget: QDockWidget + """ + pass # pylint: disable=unnecessary-pass + + def legendInterface(self): + """Get the legend.""" + return self.canvas + + def iconSize(self, dockedToolbar) -> int: # pylint: disable=no-self-use + """ + Returns the toolbar icon size. + :param dockedToolbar: If True, the icon size + for toolbars contained within docks is returned. + """ + if dockedToolbar: + return QSize(16, 16) + + return QSize(24, 24) + + def messageBar(self) -> QgsMessageBar: + """ + Return the message bar of the main app + """ + return self.message_bar diff --git a/tests/utils/utilities.py b/tests/utils/utilities.py new file mode 100644 index 00000000..54af22b5 --- /dev/null +++ b/tests/utils/utilities.py @@ -0,0 +1,101 @@ +"""Common functionality used by regression tests.""" + +import sys +import logging +import os +import atexit +from qgis.core import QgsApplication +from qgis.gui import QgsMapCanvas +from qgis.PyQt.QtCore import QSize +from qgis.PyQt.QtWidgets import QWidget +from qgis.utils import iface +from tests.utils.qgis_interface import QgisInterface + +LOGGER = logging.getLogger("QGIS") +QGIS_APP = None # Static variable used to hold hand to running QGIS app +CANVAS = None +PARENT = None +IFACE = None + + +def get_qgis_app(cleanup=True): + """Start one QGIS application to test against. + + :returns: Handle to QGIS app, canvas, iface and parent. If there are any + errors the tuple members will be returned as None. + :rtype: (QgsApplication, CANVAS, IFACE, PARENT) + + If QGIS is already running the handle to that app will be returned. + """ + + global QGIS_APP, PARENT, IFACE, CANVAS # pylint: disable=W0603 + + if iface: + QGIS_APP = QgsApplication + CANVAS = iface.mapCanvas() + PARENT = iface.mainWindow() + IFACE = iface + return QGIS_APP, CANVAS, IFACE, PARENT + + global QGISAPP # pylint: disable=global-variable-undefined + + try: + QGISAPP # pylint: disable=used-before-assignment + except NameError: + myGuiFlag = False # All test will run qgis not in gui mode + + # In python3 we need to convert to a bytes object (or should + # QgsApplication accept a QString instead of const char* ?) + try: + argvb = list(map(os.fsencode, sys.argv)) + except AttributeError: + argvb = sys.argv + + # Note: QGIS_PREFIX_PATH is evaluated in QgsApplication - + # no need to mess with it here. + QGISAPP = QgsApplication(argvb, myGuiFlag) + + QGISAPP.initQgis() + s = QGISAPP.showSettings() + LOGGER.debug(s) + + def debug_log_message(message, tag, level): + """ + Prints a debug message to a log + :param message: message to print + :param tag: log tag + :param level: log message level (severity) + :return: + """ + print(f"{tag}({level}): {message}") + + QgsApplication.instance().messageLog().messageReceived.connect(debug_log_message) + + if cleanup: + + @atexit.register + def exitQgis(): # pylint: disable=unused-variable + """ + Gracefully closes the QgsApplication instance + """ + try: + QGISAPP.exitQgis() # noqa: F823 + QGISAPP = None # noqa: F841 + except NameError: + pass + + if PARENT is None: + # noinspection PyPep8Naming + PARENT = QWidget() + + if CANVAS is None: + # noinspection PyPep8Naming + CANVAS = QgsMapCanvas(PARENT) + CANVAS.resize(QSize(400, 400)) + + if IFACE is None: + # QgisInterface is a stub implementation of the QGIS plugin interface + # noinspection PyPep8Naming + IFACE = QgisInterface(CANVAS) + + return QGISAPP, CANVAS, IFACE, PARENT From 0131012f56769c91b20e1ee2876c7bb920b537a3 Mon Sep 17 00:00:00 2001 From: Till Frankenbach Date: Tue, 27 Aug 2024 15:15:48 +0200 Subject: [PATCH 26/26] fix: alert on duplicate points traveling salesman (#275) Co-authored-by: Jakob Schnell --- ORStools/gui/ORStoolsDialog.py | 52 +++++++++++- ORStools/i18n/orstools_de.ts | 84 +++++++++---------- ORStools/proc/directions_points_layer_proc.py | 9 ++ ORStools/utils/exceptions.py | 8 ++ 4 files changed, 109 insertions(+), 44 deletions(-) diff --git a/ORStools/gui/ORStoolsDialog.py b/ORStools/gui/ORStoolsDialog.py index 95cefdb5..4d6a4c70 100644 --- a/ORStools/gui/ORStoolsDialog.py +++ b/ORStools/gui/ORStoolsDialog.py @@ -54,7 +54,7 @@ from qgis.gui import QgsMapCanvasAnnotationItem from qgis.PyQt.QtCore import QSizeF, QPointF, QCoreApplication -from qgis.PyQt.QtGui import QIcon, QTextDocument +from qgis.PyQt.QtGui import QIcon, QTextDocument, QColor from qgis.PyQt.QtWidgets import ( QAction, QDialog, @@ -106,6 +106,8 @@ def on_help_click() -> None: def on_about_click(parent: QWidget) -> None: """Slot for click event of About button/menu entry.""" + # ruff will add trailing comma to last string line which breaks pylupdate5 + # fmt: off info = QCoreApplication.translate( "@default", 'ORS Tools provides access to None: 'Web: {2}
' 'Repo: ' "github.com/GIScience/orstools-qgis-plugin
" - "Version: {3}", + "Version: {3}" ).format(DEFAULT_COLOR, __email__, __web__, __version__) + # fmt: on QMessageBox.information( parent, QCoreApplication.translate("@default", "About {}").format(PLUGIN_NAME), info @@ -324,6 +327,27 @@ def run_gui_control(self) -> None: try: params = directions.get_parameters() if self.dlg.optimization_group.isChecked(): + # check for duplicate points + points = [ + self.dlg.routing_fromline_list.item(x).text() + for x in range(self.dlg.routing_fromline_list.count()) + ] + if len(points) != len(set(points)): + QMessageBox.warning( + self.dlg, + self.tr("Duplicates"), + self.tr( + """ + There are duplicate points in the input layer. Traveling Salesman Optimization does not allow this. + Either remove the duplicates or deselect Traveling Salesman. + """ + ), + ) + msg = self.tr("The request has been aborted!") + logger.log(msg, 0) + self.dlg.debug_text.setText(msg) + return + if len(params["jobs"]) <= 1: # Start/end locations don't count as job QMessageBox.critical( self.dlg, @@ -494,6 +518,14 @@ def __init__(self, iface: QgisInterface, parent=None) -> None: self.routing_fromline_list.model().rowsMoved.connect(self._reindex_list_items) self.routing_fromline_list.model().rowsRemoved.connect(self._reindex_list_items) + # Connect signals to the color_duplicate_items function + self.routing_fromline_list.model().rowsRemoved.connect( + lambda: self.color_duplicate_items(self.routing_fromline_list) + ) + self.routing_fromline_list.model().rowsInserted.connect( + lambda: self.color_duplicate_items(self.routing_fromline_list) + ) + self.annotation_canvas = self._iface.mapCanvas() def _save_vertices_to_layer(self) -> None: @@ -637,3 +669,19 @@ def _on_linetool_map_doubleclick(self) -> None: QApplication.restoreOverrideCursor() self._iface.mapCanvas().setMapTool(self.last_maptool) self.show() + + def color_duplicate_items(self, list_widget): + item_dict = {} + for index in range(list_widget.count()): + item = list_widget.item(index) + text = item.text() + if text in item_dict: + item_dict[text].append(index) + else: + item_dict[text] = [index] + + for indices in item_dict.values(): + if len(indices) > 1: + for index in indices: + item = list_widget.item(index) + item.setBackground(QColor("lightsalmon")) diff --git a/ORStools/i18n/orstools_de.ts b/ORStools/i18n/orstools_de.ts index a3bd32b9..4325a73a 100644 --- a/ORStools/i18n/orstools_de.ts +++ b/ORStools/i18n/orstools_de.ts @@ -3,16 +3,16 @@ @default - - - <b>ORS Tools</b> provides access to <a href="https://openrouteservice.org" style="color: {0}">openrouteservice</a> routing functionalities.<br><br><center><a href="https://heigit.org/de/willkommen"><img src=":/plugins/ORStools/img/logo_heigit_300.png"/></a><br><br></center>Author: HeiGIT gGmbH<br>Email: <a href="mailto:Openrouteservice <{1}>">{1}</a><br>Web: <a href="{2}">{2}</a><br>Repo: <a href="https://github.com/GIScience/orstools-qgis-plugin">github.com/GIScience/orstools-qgis-plugin</a><br>Version: {3} - <b>ORS Tools</b> bietet Zugriff auf <a href="https://openrouteservice.org" style="color: {0}">openrouteservice</a> Berechnungen.<br><br><center><a href="https://heigit.org/de/willkommen"><img src=":/plugins/ORStools/img/logo_heigit_300.png"/></a><br><br></center>Author: HeiGIT gGmbH<br>Email: <a href="mailto:Openrouteservice <{1}>">{1}</a><br>Web: <a href="{2}">{2}</a><br>Repo: <a href="https://github.com/GIScience/orstools-qgis-plugin">github.com/GIScience/orstools-qgis-plugin</a><br>Version: {3} - About {} Über {} + + + <b>ORS Tools</b> provides access to <a href="https://openrouteservice.org" style="color: {0}">openrouteservice</a> routing functionalities.<br><br><center><a href="https://heigit.org/de/willkommen"><img src=":/plugins/ORStools/img/logo_heigit_300.png"/></a><br><br></center>Author: HeiGIT gGmbH<br>Email: <a href="mailto:Openrouteservice <{1}>">{1}</a><br>Web: <a href="{2}">{2}</a><br>Repo: <a href="https://github.com/GIScience/orstools-qgis-plugin">github.com/GIScience/orstools-qgis-plugin</a><br>Version: {3} + <b>ORS Tools</b> bietet Zugriff auf <a href="https://openrouteservice.org" style="color: {0}">openrouteservice</a> Berechnungen.<br><br><center><a href="https://heigit.org/de/willkommen"><img src=":/plugins/ORStools/img/logo_heigit_300.png"/></a><br><br></center>Author: HeiGIT gGmbH<br>Email: <a href="mailto:Openrouteservice <{1}>">{1}</a><br>Web: <a href="{2}">{2}</a><br>Repo: <a href="https://github.com/GIScience/orstools-qgis-plugin">github.com/GIScience/orstools-qgis-plugin</a><br>Version: {3} + ORSBaseProcessingAlgorithm @@ -79,7 +79,7 @@ Wegpunktoptimierung (sonstige Konfiguration wird nicht berücksichtigt) - + Directions from 1 Polyline-Layer Routenberechnung aus einem Polyline-Layer @@ -104,34 +104,6 @@ Csv Spalte (benötigt Csv Faktor und csv in Extra Info) - - ORSDirectionsLinesAlgorithm - - - Input Line layer - Eingabelayer (Linien) - - - - Layer ID Field - ID-Attribut - - - - Travel preference - Routenpräferenz - - - - Traveling Salesman (omits other configurations) - Wegpunktoptimierung (sonstige Konfiguration wird nicht berücksichtigt) - - - - Directions from 1 Polyline-Layer - Routenberechnung aus einem Polyline-Layer - - ORSDirectionsPointsLayerAlgo @@ -155,7 +127,7 @@ Wegpunktoptimierung (sonstige Konfiguration wird nicht berücksichtigt) - + Directions from 1 Point-Layer Routenberechnung aus einem Punkt-Layer @@ -165,7 +137,7 @@ ID-Attribut (zum Beispiel für joins) - + Export order of jobs Reihenfolge exportieren @@ -175,15 +147,24 @@ Extra Info - + Csv Factor (needs Csv Column and csv in Extra Info) Csv Faktor (benötigt Csv Spalte und csv in Extra Info) - + Csv Column (needs Csv Factor and csv in Extra Info) Csv Spalte (benötigt Csv Faktor und csv in Extra Info) + + + + There are duplicate points in the input layer. Traveling Salesman Optimization does not allow this. + Either remove the duplicates or deselect Traveling Salesman. + + Das Eingabelayer enthält duplizierte Punkte. Dies ist mit der Wegpunktoptimierung nicht erlaubt. +Duplikate entfernen oder Wegpunktoptimierung abwählen. + ORSDirectionsPointsLayersAlgo @@ -228,7 +209,7 @@ Zuordnungs-Verfahren - + Directions from 2 Point-Layers Routenberechnung aus zwei Punkt-Layern @@ -350,12 +331,12 @@ ORStoolsDialog - + Apply Anwenden - + Close Schließen @@ -462,7 +443,7 @@ p, li { white-space: pre-wrap; } <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> <p style=" padding: 10px; -qt-block-indent:0; text-indent:0px ; background-color:#e7f2fa; color: #999999"><img stype="margin: 10px" src=":/plugins/ORStools/img/icon_about.png" width=16 height=16 /> Sämtliche Einstellungen werden überschrieben</p></body></html> @@ -729,5 +710,24 @@ p, li { white-space: pre-wrap; } About Über + + + Duplicates + Duplikate + + + + + There are duplicate points in the input layer. Traveling Salesman Optimization does not allow this. + Either remove the duplicates or deselect Traveling Salesman. + + Das Eingabelayer enthält duplizierte Punkte. Dies ist mit der Wegpunktoptimierung nicht erlaubt. +Duplikate entfernen oder Wegpunktoptimierung abwählen. + + + + The request has been aborted! + Die Anfrage wurde abgebrochen! + diff --git a/ORStools/proc/directions_points_layer_proc.py b/ORStools/proc/directions_points_layer_proc.py index 68f0e598..f3544b08 100644 --- a/ORStools/proc/directions_points_layer_proc.py +++ b/ORStools/proc/directions_points_layer_proc.py @@ -218,6 +218,15 @@ def sort(f): try: if optimization_mode is not None: + # check for duplicate points + if len(points) != len(set(points)): + raise exceptions.DuplicateError( + self.tr(""" + There are duplicate points in the input layer. Traveling Salesman Optimization does not allow this. + Either remove the duplicates or deselect Traveling Salesman. + """) + ) + params = get_params_optimize(points, profile, optimization_mode) response = ors_client.request("/optimization", {}, post_json=params) diff --git a/ORStools/utils/exceptions.py b/ORStools/utils/exceptions.py index ac8fe7d7..177a7b46 100644 --- a/ORStools/utils/exceptions.py +++ b/ORStools/utils/exceptions.py @@ -92,3 +92,11 @@ def __str__(self): return self.status else: return f"{self.status} ({self.message})" + + +class DuplicateError(Exception): + def __init__(self, message=None): + self.message = message + + def __str__(self): + return self.message