diff --git a/.github/workflows/installers-conda.yml b/.github/workflows/installers-conda.yml index 264c71abf8e..278c2eb978c 100644 --- a/.github/workflows/installers-conda.yml +++ b/.github/workflows/installers-conda.yml @@ -37,7 +37,7 @@ jobs: if: github.event_name == 'pull_request' strategy: matrix: - pkg: ["python-lsp-server", "qdarkstyle", "qtconsole"] + pkg: ["python-lsp-server", "qtconsole"] python-version: ["3.9"] defaults: run: diff --git a/external-deps/qdarkstyle/.gitattributes b/external-deps/qdarkstyle/.gitattributes deleted file mode 100644 index 71eadb8f1d5..00000000000 --- a/external-deps/qdarkstyle/.gitattributes +++ /dev/null @@ -1,5 +0,0 @@ -docs/* linguist-documentation -qdarkstyle/style_rc.py linguist-generated -qdarkstyle/style.qrc linguist-generated -qdarkstyle/style.qss linguist-generated -qdarkstyle/rc/* linguist-generated diff --git a/external-deps/qdarkstyle/.github/ISSUE_TEMPLATE.md b/external-deps/qdarkstyle/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 1e3ccdbaea0..00000000000 --- a/external-deps/qdarkstyle/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,54 +0,0 @@ - - -### Describe Your Environment - -Please, report the output of the command (from v2.6+) or fill the information below: - -`$ qdarkstyle --all` - -Or use the helpdev if you have - -`$ helpdev` - -[Versions from your environment] - -- QDarkStyle: -- OS: -- Python: - -[If used, please inform their versions] - -- PySide: -- PyQt: -- PyQtGraph: -- QtPy: -- QT_API: -- PYQTGRAPH_QT_LIB: - -### Language - -[Python] or [C++] - -### Description / Steps to Reproduce [if necessary] - -[Description of the issue] - -1. [First Step] -2. [Second Step] -3. [and so on...] - -### Actual Result - -[A description, output ou image of the actual result] - -### Expected Results / Proposed Result - -[A description, output ou image of the expected/proposed result] - -### Relevant Code [if necessary] - -[A piece of code to reproduce and/or fix this issue] - -``` -# code here to reproduce the problem -``` diff --git a/external-deps/qdarkstyle/.gitignore b/external-deps/qdarkstyle/.gitignore deleted file mode 100644 index 35d48804e6d..00000000000 --- a/external-deps/qdarkstyle/.gitignore +++ /dev/null @@ -1,41 +0,0 @@ -*.pyc -*.orig - -dist/ -build/ - -*.egg-info/ -__pycache__ -.coverage - -*.tar -*.tar.* -*.log -*.log.* -*.sig - -pkg/ -src/ - -# stdeb files -*.tar.gz -deb_dist -/gpg_key - -# gedit temp files -*~ - -# hackedit project files -.hackedit - -# vs code project files -.vscode -.mypy_cache -.cache -.env -./.idea -/.idea/ -.tox - -# OSX files -.DS_Store diff --git a/external-deps/qdarkstyle/.gitrepo b/external-deps/qdarkstyle/.gitrepo deleted file mode 100644 index 8d9a5440f33..00000000000 --- a/external-deps/qdarkstyle/.gitrepo +++ /dev/null @@ -1,12 +0,0 @@ -; DO NOT EDIT (unless you know what you are doing) -; -; This subdirectory is a git "subrepo", and this file is maintained by the -; git-subrepo command. See https://github.com/git-commands/git-subrepo#readme -; -[subrepo] - remote = https://github.com/ColinDuquesnoy/QDarkStyleSheet.git - branch = develop - commit = 43abefb2b555e55e18628d6e70e6d4c4e643dbfa - parent = 520d09910e2358d29bc932b96bcdd4ab2c702333 - method = merge - cmdver = 0.4.3 diff --git a/external-deps/qdarkstyle/.travis.yml b/external-deps/qdarkstyle/.travis.yml deleted file mode 100644 index 13e98b01616..00000000000 --- a/external-deps/qdarkstyle/.travis.yml +++ /dev/null @@ -1,55 +0,0 @@ -dist: xenial -language: python - -services: - # to be able to display - - xvfb - -before_install: - - sudo apt-get update - -matrix: - include: - - - python: 3.6 - env: TOXENV=py36-pyqt5 - - python: 3.6 - env: TOXENV=py36-pyside2 - - python: 3.8 - env: TOXENV=py38-pyqt5 - - python: 3.8 - env: TOXENV=py38-pyside2 - - python: 3.9 - env: TOXENV=py39-pyqt5 - - python: 3.9 - env: TOXENV=py39-pyside2 - - - python: 3.8 - env: TOXENV=py38-test - # - python: 3.8 - # env: TOXENV=py38-lint - # - python: 3.8 - # env: TOXENV=py38-safety - - python: 3.8 - env: TOXENV=py38-metric - - python: 3.8 - env: TOXENV=py38-develop - - - python: 3.8 - env: TOXENV=py38-pyqt5-doc - - - python: 3.8 - env: TOXENV=py38-release - -install: - # to make sure it has everything up to date - - python -V - - python -m ensurepip - - python -m pip install -U pip - - python -m pip install -U setuptools - - python -m pip install -U wheel - - python -m pip install -U virtualenv - - python -m pip install -U tox - -script: - - tox diff --git a/external-deps/qdarkstyle/AUTHORS.rst b/external-deps/qdarkstyle/AUTHORS.rst deleted file mode 100644 index fb05f6ecf43..00000000000 --- a/external-deps/qdarkstyle/AUTHORS.rst +++ /dev/null @@ -1,36 +0,0 @@ -Authors -======= - -Maintainer(s) -------------- - -These people were/are mainteiners of this project. - -- 2013-current `Colin Duquesnoy `__ - colin.duquesnoy@gmail.com - original author. - -- 2018-current `Daniel Pizetta `__ - daniel.pizetta@usp.br - bug fixes, improvements, features. - -- 2019-current `Gonzalo Peña-Castellanos `__ - bug fixes, improvements, features. - -- 2019-current `Carlos Cordoba `__ - - -Contributor(s) --------------- - -These people contribute to bug fixes, improvements and so on. Please, -insert your information after the last one. - -- Year - Name - ```` - contribution. - -- 2018 - `mowoolli `__ - bug fixes. -- 2018 - Xingyun Wu - ``xingyun.wu@foxmail.com`` - bug fixes. -- 2018 - `KcHNST `__ - bug fixes. -- 2019 - `goanpeca `__ - bug fixes, improvements, features. -- 2020 - `tsilia `__ - bug fixes. -- 2021 - `isabela-pf `__ - new palette design. -- 2021 - `juanis2112 `__ - improvements. -- 2021 - `ccordoba12 `__ - mainteiner/improvements. -- 2021 - Julian Gilbey ``jdg@debian.org`` - bug fixes. - -And all people that reported bugs, thank you all! diff --git a/external-deps/qdarkstyle/CHANGES.rst b/external-deps/qdarkstyle/CHANGES.rst deleted file mode 100644 index da31537c15d..00000000000 --- a/external-deps/qdarkstyle/CHANGES.rst +++ /dev/null @@ -1,233 +0,0 @@ -Changelog -========= - -- 3.0.4: - - Fix global variables issue #298 - - Include data files when installing package #299 -- 3.0.3: - - Temporary fix for expanded combo box in Qt 5.15, fixes #282, #285, MR #288 - - Fix generating assets in Posix - - Fix tristate value for checkbox #275 - - Minor fixes and improvements -- 3.0.2: - - Enable the use of setTabColor and add example, fixes #212 - - Update description to inform about Python 2 and Qt4 unsupported versions - - Add missing examples #251 -- 3.0.1: - - Enhacement of state of active/non active itens in views #209 - - Update manifest to include UI files -- **3.0.0**: - - New structure to create different palettes #268, #164 - - New light palette #240, #268 - - Improved dark palette #252, #266, #264, #265, #248 - - Improved tool buttons #260 - - Improved tabs #270, #271, #267 - - Improved combo boxes #263 - - Improved close/float sizes os-dependent #267 - - Fix checkbox problems #200, #259, #239 - - Fix indicators' colors in menus and tables #242 - - Fix dock widget tab hover #243 - - Workaround for menus with indicators and icons #214 - - Update to be compatible with Qt 5.[12,13,14,15] -- 2.8.1: - - Fix rst file formats and links #229 - - Add .gitattributes for generated and documentation files - - Add more complete tox and Travis envs with many checks - - Fix removing message format argument - - Fix QGroupBox small indicator size #218 - - Fix QGroupBox incorrect indicator icon when unfocused #219 - - Fix QDateTimeEdit incorrect drop-down arrow icon #220 - - Fix documentation -- 2.8: - - Fix tooltip giant rectangle #174 - - Fix QTextEdit without borders inside frame #188 - - Fix PyQt5 issues on dropdown #191 - - Fix combo box with icons #169 - - Fix QToolbBar vertical handle #210 - - Fix pane tab label cropped on activation #199 - - Enhance vertical/horizontal lines #184 - - Enhance tool button size and spacing #181, #183, #202 - - Enhance buttons and inputs with focus, blue border #194, #211 - - Enhance QSplitter #207 - - Removed QStatusBar vertical lines #205 -- 2.7: - - Remove utils from import in qdarkstyle, #170 - - Fix border colors in tool button #176 - - Fix scroll area and stacked with 2px padding, #159 - - Fix background submenu color, #179 - - Fix extra border aside header's arrow indicator, #180 - - Fix menu right arrow indicator - - Fix slide bars colors, #150 - - Fix QLabels problems, #163, #139 - - Fix problems with example settings using PySide2 and --no\_dark #167 - - Provide SVG files for all images, standard names, and sizes, fix images, #149 - - Improve images and add high-resolution images, #140 - - Improve docs - - Add check to scripts for generating images, #137 - - Fix tox and Travis scripts #76 - - Provide docs in RTD, part of #160 - - Add helpdev dependency for reports and checks, #147 - - Update authors and maintainers -- 2.6.8: - - Fix double border in QtabWidget for pyqt5 - - Fix widgets border in QTabWidget as QLabel #141, #123, #126 - - Fix QTab scroller buttons background #136 - - Update color from images, fix #127 - - Add retina resolution @2x, fix #140 - - Intermediate version before merge PR #142 adding scripts -- 2.6.7: - - Fix combobox indicator and padding #132 - - Fix PyQtGraph plot axes covered by padding #134 - - Update authors -- 2.6.6: - - Fix tabbed borderless frames and add more examples, #123, #126 - - Add feedback to pressed buttons, #133 - - Change future warning to pending deprecation for developers, #125 in v2.x - - Fix hover in qtabwidget, #128 -- 2.6.5: - - Fix borderless widgets inside QTabWidget, #123 - - Fix palette table inside CSS file, header using the last column - - Tested on Python 27, 34, 36, 37 -- 2.6.4: - - Python 2.7 compatibility, #121 - - Fix MANIFEST -- 2.6.3: - - Palette color enhance, better contrast, contribute to #118 - - Fixes Qslider background - - Better colors and format for tab and toolbox, contribute to #118 -- 2.6.2: - - Enhance command link button - - Enhance tab colors and spacing, closes #118 - - Start using tox, helping partially #77 - - Fix example and other scripts issues -- 2.6.1: - - Fix and improve QSplitter and separators from toolbar and windows #115 - - Fix README version screenshots and update them - - Add reset function into an example to reset GUI settings, after you mess up with -- 2.6: - - Many other enhancements and fix #103, #111, #106 - - Fix tab disabled, background and color - - Enhance tab selection - - Enhance spacing (padding and margin) - - Enhance table, list, tree and combo box selection - - Fix slider disabled and enhance size - - Fix the wrong upload of style.qss - sorry - - Fix almost all widgets backgrounds and other not previously covered widgets with new style - - New palette color, almost whole new qss file, simplify configuration, partially #112, #101, #109, - - Add changes made by other people in the new style - merge does not work there #93, #92, #102 - - Update README with Qt.py and PySide 2 information #110, #107, #83 - - Update **init** info - - Improve scripts for processing ui and qrc - - Add **main** and setup entry, to access function directly - - Add function to get information about bindings and abstraction layers for debugging and/or issue tracker - - PySide 2 support - - Improve menu indicator position on QPushButton, #102 -- 2.5.4 - - Fix indicator image of checkable QGroupBox for a check/uncheck states, #93 - - Fix wrong comma position, #95 - - Added image for the missing QTreeView/QListView undetermined state, fix #92 -- 2.5.3 - - Add future warning and pending deprecation for 3.0 version preparation #89 - - Add ISSUE\_TEMPLATE to ask for default information on the issue tracker -- 2.5.2: - - Modularize files from example/ui to simplify edition (developers) - - Add scripts to process files and run example more easily (developers) - - Better documentation (developers) - - Add CONTRIBUTE, CODE\_OF\_CONDUCT, and PRODUCTION files - - Lint markdown to standardize files - - Fix and add more information in C++ example -- 2.5.1: - - Fix Travis files, needs more improvement #74 - - Improve modules description - - Update setup.py, remove the license - - Update and improve README, CHANGES and AUTHORS -- 2.5: - - Add a new complete example with new files - - Add new screenshots for new example - - Update Travis files - - Add support to the example of QtPy and PyQtGraph - - Move scripts for compiling to scrip folder - - Update README, CHANGES -- 2.4: - - Add function to get Qt information from environment variable #69, #70, #73 - - Add CC-BY license for images and transfer COPYING to LICENSE file #68 - - Fix tabs style - selected tab color and shift #59, #72 - - Restructure README creating AUTHORS, CHANGES, and LICENSE #71 -- 2.3.1: - - Improve checkbox color (use accent color used in other widgets) and - darken view hover/selected colors to play nicer with other widget colors - - Shift to the right the first tab - - Update license year - - Update README (fix snapshots links and formatting) - - Removed QLineEdit top/bottom padding which cut off a text while editing QListView items -- 2.3.0: - - Add support for QDateEdit -- 2.2.2: - - Add hover to the unselected item in QListView/QTreeView - - Fixes for vertical QToolBar, QToolBar Extend Button & QTabWidget's Pane Misalignment - - Fixed consistency of QTabBar depending on the position -- 2.2.1: - - Remove border of status bar widgets -- 2.2: - - Major update of the color scheme based on the Breeze Dark theme of KDE 5 - - Fix issues #29, #30, #31, #32 and #35 -- 2.1: - - Add style for QPushButton:checked - - Improve QCheckBox and QRadioButton style - - Add style for QMenu::right-arrow - -- **2.0**: - - Improve the stylesheet to make it look a bit more modern (see pull request #25) -- 1.16: - - Fix QGroupBox title padding (see issue #20) -- 1.15: - - Improve tristate checkbox graphics: the undetermined state is now represented by a dash -- 1.14: - - Add support for tristate checkboxes and for vertical and horizontal lines -- 1.13: - - Fix issue with horizontal scrollbar arrows, left and right were inversed. -- 1.12: - - Fix the minimum size of input widgets (see issue #14) -- 1.11: - - Fix QDockWidget title position on Mac. - - Add QStatusBar support - - Improve QToolButton especially the MenuButtonPopup and InstantPopup modes -- 1.10: - - Add PyQt5 support - - Fix bug #12 (dock widget title not dark on OSX. Note that this reopens issue #8 for MAC users) -- 1.9: - - Improve QTabBar consistency and make selected tabs more distinctive -- 1.8: - - Add support for QToolBox - - Fix issue with grid line in QTableView if there is only ONE row/column -- 1.7: - - Fix appearance of bottom tab bars (invert gradient) - - Improve QTableView: add grid line and fix section borders - - Fix bug #7: bug when resizing QTableView - - Fix bug #8: text validation no working on QDockWidget -- 1.6: - - Improve QToolButton style - - Add support for InstantPopup and MenuButtonPopup - - Improve QMenu style (better spacing with icons) - - Add \_\_version\_\_ to python package. -- 1.5: - - Improve QTabBar style: now works with all tab bar positions (North, South, West and East) - - Fix bug #6: hide QTabBar base to avoid strange lines at the base of the tab bar. -- 1.4: - - Add style.qss to qrc file, this fix issues with cx\_freeze -- 1.3: - - Remove outline on button, checkbox and radio button - - Add support for closable tabs - - Better disabled buttons - - Fix QTextEdit background color to match the color of QPlainTextEdit - and QLineEdit - - Better hover/selected states for QTreeView and QListView - - Add QHeaderView support -- 1.2: - - Improve QTableView support -- 1.1: - - Switch to MIT license - - Add python 3 support - -- **1.0**: - - First public release (LGPL v2) diff --git a/external-deps/qdarkstyle/CODE_OF_CONDUCT.rst b/external-deps/qdarkstyle/CODE_OF_CONDUCT.rst deleted file mode 100644 index 2af0b742014..00000000000 --- a/external-deps/qdarkstyle/CODE_OF_CONDUCT.rst +++ /dev/null @@ -1,82 +0,0 @@ -Contributor Covenant Code of Conduct -==================================== - -Our Pledge ----------- - -In the interest of fostering an open and welcoming environment, we as -contributors and maintainers pledge to making participation in our -project and our community a harassment-free experience for everyone, -regardless of age, body size, disability, ethnicity, gender identity and -expression, level of experience, nationality, personal appearance, race, -religion, or sexual identity and orientation. - -Our Standards -------------- - -Examples of behavior that contributes to creating a positive environment -include: - -- Using welcoming and inclusive language -- Being respectful of differing viewpoints and experiences -- Gracefully accepting constructive criticism -- Focusing on what is best for the community -- Showing empathy towards other community members - -Examples of unacceptable behavior by participants include: - -- The use of sexualized language or imagery and unwelcome sexual - attention or advances -- Trolling, insulting/derogatory comments, and personal or political - attacks -- Public or private harassment -- Publishing others' private information, such as a physical or - electronic address, without explicit permission -- Other conduct which could reasonably be considered inappropriate in a - professional setting - -Our Responsibilities --------------------- - -Project maintainers are responsible for clarifying the standards of -acceptable behavior and are expected to take appropriate and fair -corrective action in response to any instances of unacceptable behavior. - -Project maintainers have the right and responsibility to remove, edit, -or reject comments, commits, code, wiki edits, issues, and other -contributions that are not aligned to this Code of Conduct, or to ban -temporarily or permanently any contributor for other behaviors that they -deem inappropriate, threatening, offensive, or harmful. - -Scope ------ - -This Code of Conduct applies both within project spaces and in public -spaces when an individual is representing the project or its community. -Examples of representing a project or community include using an -official project e-mail address, posting via an official social media -account, or acting as an appointed representative at an online or -offline event. Representation of a project may be further defined and -clarified by project maintainers. - -Enforcement ------------ - -Instances of abusive, harassing, or otherwise unacceptable behavior may -be reported by contacting the project team at daniel.pizetta@usp.br. The -project team will review and investigate all complaints, and will -respond in a way that it deems appropriate to the circumstances. The -project team is obligated to maintain confidentiality with regard to the -reporter of an incident. Further details of specific enforcement -policies may be posted separately. - -Project maintainers who do not follow or enforce the Code of Conduct in -good faith may face temporary or permanent repercussions as determined -by other members of the project's leadership. - -Attribution ------------ - -This Code of Conduct is adapted from the `Contributor -Covenant `__, version 1.4, available at -`http://contributor-covenant.org/version/1/4 `__ diff --git a/external-deps/qdarkstyle/CONTRIBUTING.rst b/external-deps/qdarkstyle/CONTRIBUTING.rst deleted file mode 100644 index ec871afe406..00000000000 --- a/external-deps/qdarkstyle/CONTRIBUTING.rst +++ /dev/null @@ -1,376 +0,0 @@ -Contributing -============ - -This file describes a path to contribute to this project. Check out our -`CODE OF CONDUCT <./CODE_OF_CONDUCT.rst>`__. - -Bug Reports and Feature Requests --------------------------------- - -If you have encountered a problem with QDarkStyle or have an idea for a -new feature, please submit it to the `issue -tracker `__. - -Contributing to QDarkStyle --------------------------- - -The recommended way for new contributors to submit code to QDarkStyle is -to fork the repository on GitHub and then submit a pull request after -committing the changes. The pull request will then need to be approved -by one of the maintainers before it is merged into the main repository. - -- Check for open issues or open a fresh issue to start a discussion - around a feature idea or a bug. - -- Fork `the - repository `__ on - GitHub to start making your changes to the develop branch. - -- Write a test which shows that the bug was fixed or that the feature - works as expected if its a function, or create a screenshot if you - are changing the stylesheet evidencing the changes. - -- Send a pull request and bug the maintainer until it gets merged and - published. Make sure to add yourself to `AUTHORS <./AUTHORS.rst>`__ - and the change(s) to `CHANGES <./CHANGES.rst>`__. - -Getting Started ---------------- - -These are the basic steps needed to start developing on QDarkStyle. - -- Create an account on GitHub - -- Fork the main `QDarkStyle - repository `__ - using the GitHub interface. - -- Clone the forked repository to your machine - - .. code:: bash - - git clone https://github.com/USERNAME/qdarkstyle - cd qdarkstyle - -- Checkout the appropriate branch - - .. code:: bash - - git checkout develop - -- Setup a virtual environment (not essential, but highly recommended). - - - Using virtualenv: - - .. code:: bash - - virtualenv ~/.venv - . ~/.venv/bin/activate - pip install -e .[develop] - - - Using conda (conda-forge): - - .. code:: bash - - conda create -n my-dev-env -c conda-forge python=3.8 - conda activate my-dev-env - conda remove --force qdarkstyle # In case you have qdarkstyle installed - conda install -c conda-forge watchdog qtsass - pip install -e .[develop] - - -- Create a new working branch. Choose any name you like - - .. code:: bash - - git checkout -b feature-xyz - -- Hands on - - For tips on working with the code, see the Code Guide. - -- Test, test, test - - Testing is best done through ``tox``, which provides a number of - targets and allows testing against multiple different Python - environments: - -- Add you and your changes - - Please add a list item to `CHANGES <./CHANGES.rst>`__ if the fix or - feature is not trivial (small doc updates, typo fixes). Please add - you as an author to `AUTHORS <./AUTHORS.rst>`__. - -- Add files to commit - - Add files that are part of your changes, remember that each commit - must represent a small but functional change. Remember to add - CHANGES.rst and AUTHORS.rst too. To add all files changed do: - - .. code:: bash - - git add . - -- Committing changes. - - GitHub recognizes certain phrases that can be used to automatically - update the issue tracker, so you can commit like this: - - .. code:: bash - - git commit -m "Add useful new feature that does this, close #42" - - git commit -m "Fix returning problem for get_style(), fix #78" - -- Push changes in the branch to your forked repository on GitHub. - - .. code:: bash - - git push origin feature-xyz - -- Submit a pull request (PR). - - Do it from your branch to the respective branch using the `GitHub - PR `__ - interface. - -- Wait for a maintainer to review your changes. - -Logging -------- - -Inside modules we provided a logging that should be used to inform the -user. Please, follow the levels bellow. - -- debug: for debug information, high detailed one, directed to - programmers; - -- info: something important for common user to know; - -- warning: something that should not be a big problem or a decision - changed; - -- error: some error, but not capable of stop program; - -- critical: something that could stop the running program. - -Documentation -------------- - -Documentation is the key to keep all information and necessary -instructions to others. We use the reStructured text format (rst) for -all docs. - -All new functions, classes, files, must be documented with all -arguments, returns, exceptions. Without this it should not pass the -tests. - -The better example is to see the current files to get the style. We are -using the Google Format and Sphinx for generating the docs. - -Guide to QDarkStyle -------------------- - -Structure of the Example -~~~~~~~~~~~~~~~~~~~~~~~~ - -Now you can use our example to work on the stylesheet. It has all -possible widget provided by Qt - common ones. Feel free to add more to -them. - -To simplify the structure, there are separated files in -`qdarkstyle/example/ui `__ -folder. - -- ``dw_buttons.ui``: all types of buttons; -- ``dw_containers_no_tabs.ui``: all types of containers except for - tabs; -- ``dw_containers_tabs.ui``: all containers tabs; -- ``dw_displays.ui``: all types of displays; -- ``dw_inputs_fields.ui``: all types of inputs with fields; -- ``dw_inputs_no_fields.ui``: all types of inputs without fields; -- ``dw_views.ui``: all types of views; -- ``dw_widgets.ui``: all types of widgets; -- ``mw_menus.ui``: main window with all menus and toolbars. - -*Note*: ``dw`` stands for dock widget and ``mw`` for main window. - -The entire example is built at runtime, in -`qdarkstyle.example `__. -To see more information about it, see its reference. - -Feel free to modify UI files with Qt Designer. - -Modifying QSS File -~~~~~~~~~~~~~~~~~~ - -If you are changing the -`stylesheet `__, -you will need to recompile the QRC files using -`qdarkstyle.utils `__. - -This generates all resources files (images), ``style.qrc``, -``_variables.scss``, ``style.qss``, and finally ``style_rc.py`` -for each palette. - -Making It Easy -~~~~~~~~~~~~~~ - -To simplify this process for the developer, if you are changing many -things, use the script -`run\_ui\_css\_edition.py `__: - -.. code:: bash - - python scripts/run_ui_css_edition.py - -This creates a loop that restarts the application, process ui and css -files. - -For more information about those scripts, see their documentation. - -Qt, Stylesheets, Palettes and Icons -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -- `Box model `__ -- `Box model with height and - width `__ -- `Customizing - Widgets `__ -- `Window - structure `__ -- `QMainWindow `__ -- `References `__ - -Create good palettes with these tools. For example, on paletton, choose -three colors from grayish light (foreground), grayish dark (background) -and three more colorful colors (selection). Grayish colors have a little -bit of the main color, so it is nice to change it if you change the main -color. - -- `Paletton.com `__ -- `Coolors.co `__ - -As a minimal guide to create new icons (svg) images, we list two main -sources. - -- `Material `__ -- `KDE `__ - -Main characteristics of SVG images are: - -- Base size: 32px X 32px; -- Border: 2px space, except continuous lines; -- Corners and line end's: rounded; -- Line: 2px minimum thickness. Complementary thickness using multiples - of 2px; -- Spacing: 4px when needed; -- Color: #ff0000, red for all images - programmatically changed; -- Keep only structural changes in images, not colors, e.g, states hover - and disabled; -- Lines and shapes should align with the grid centralized; -- Names: from basic form to specific, so they keep grouped. Ex.: - arrow\_left, arrow\_up. - -Some example are given below for the horizontal Handle, Minimize, and -checked Checkbox. - -.. raw:: html - - - -.. raw:: html - - - -:: - - - -.. raw:: html - - - -.. raw:: html - - - -:: - - - - - -.. raw:: html - - - -.. raw:: html - -
Examples of icons
- -Unit Testing and Fix Preview ----------------------------- - -It is a good practice, if you are writing functions to QDarkStyle or -fixing something related to those functions (not style), that you -provide a test for it. - -If you are fixing something about style, please, at least, provide an -screenshot before and after the fix to comparison. This could be -inserted in the issue tracker, as a message. Better than that, use -modules provided in test folder to create a GUI test, creating a new -file for it. - -Check `test <./test>`__ files to more details. Tests will keep our -application stable. - -If You Are a Maintainer, Go Ahead to Production ----------------------------------------------- - -Of course, until you start these steps, make sure the package have -passed all tests and checkers before continue. You must have accounts to -both test and official PyPI website below along with be inserted as a -maintainer in both. - -1. Install ``twine`` - - ``pip install twine`` - -2. Generate a distribution (code package and wheel) - - ``python setup.py sdist bdist_wheel`` - -3. Check with ``twine``, which also tests README format for PyPI - - ``twine check dist/*`` - -4. Try upload in `PyPI test - page `__ platform before - the oficial - - ``twine upload --repository-url https://test.pypi.org/legacy/ dist/*`` - -5. Try to install from test - - ``pip install --no-deps --index-url https://test.pypi.org/simple/ qdarkstyle`` - -6. Then, remove it - - ``pip uninstall qdarkstyle -y`` - -7. Upload to `PyPI official - page `__ - - ``twine upload --repository-url https://upload.pypi.org/legacy/ dist/*`` - -8. Try to install from oficial - - ``pip install qdarkstyle`` - -You can also use the tox environment to produce the release and upload -the distribution. - -.. code:: bash - - tox -e release diff --git a/external-deps/qdarkstyle/LICENSE.rst b/external-deps/qdarkstyle/LICENSE.rst deleted file mode 100644 index e22b6873534..00000000000 --- a/external-deps/qdarkstyle/LICENSE.rst +++ /dev/null @@ -1,405 +0,0 @@ -License -======= - -The MIT License (MIT) - Code ----------------------------- - -Copyright (c) 2013-2019 Colin Duquesnoy - -Permission is hereby granted, free of charge, to any person obtaining a -copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be included -in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS 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. - - -Creative Commons Attribution International 4.0 - Images -------------------------------------------------------- - -QDarkStyle (c) 2013-2019 Colin Duquesnoy -QDarkStyle (c) 2019-2019 Daniel Cosmo Pizetta - -Creative Commons Corporation (“Creative Commons”) is not a law firm and -does not provide legal services or legal advice. Distribution of -Creative Commons public licenses does not create a lawyer-client or -other relationship. Creative Commons makes its licenses and related -information available on an “as-is” basis. Creative Commons gives no -warranties regarding its licenses, any material licensed under their -terms and conditions, or any related information. Creative Commons -disclaims all liability for damages resulting from their use to the -fullest extent possible. - -Using Creative Commons Public Licenses -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -Creative Commons public licenses provide a standard set of terms and -conditions that creators and other rights holders may use to share -original works of authorship and other material subject to copyright and -certain other rights specified in the public license below. The -following considerations are for informational purposes only, are not -exhaustive, and do not form part of our licenses. - -- **Considerations for licensors:** Our public licenses are intended - for use by those authorized to give the public permission to use - material in ways otherwise restricted by copyright and certain other - rights. Our licenses are irrevocable. Licensors should read and - understand the terms and conditions of the license they choose before - applying it. Licensors should also secure all rights necessary before - applying our licenses so that the public can reuse the material as - expected. Licensors should clearly mark any material not subject to - the license. This includes other CC-licensed material, or material - used under an exception or limitation to copyright. `More - considerations for - licensors `__. - -- **Considerations for the public:** By using one of our public - licenses, a licensor grants the public permission to use the licensed - material under specified terms and conditions. If the licensor’s - permission is not necessary for any reason–for example, because of - any applicable exception or limitation to copyright–then that use is - not regulated by the license. Our licenses grant only permissions - under copyright and certain other rights that a licensor has - authority to grant. Use of the licensed material may still be - restricted for other reasons, including because others have copyright - or other rights in the material. A licensor may make special - requests, such as asking that all changes be marked or described. - Although not required by our licenses, you are encouraged to respect - those requests where reasonable. `More considerations for the - public `__. - - -Creative Commons Attribution 4.0 International Public License -------------------------------------------------------------- - -By exercising the Licensed Rights (defined below), You accept and agree -to be bound by the terms and conditions of this Creative Commons -Attribution 4.0 International Public License ("Public License"). To the -extent this Public License may be interpreted as a contract, You are -granted the Licensed Rights in consideration of Your acceptance of these -terms and conditions, and the Licensor grants You such rights in -consideration of benefits the Licensor receives from making the Licensed -Material available under these terms and conditions. - -Section 1 – Definitions -~~~~~~~~~~~~~~~~~~~~~~~ - -a. **Adapted Material** means material subject to Copyright and Similar - Rights that is derived from or based upon the Licensed Material and - in which the Licensed Material is translated, altered, arranged, - transformed, or otherwise modified in a manner requiring permission - under the Copyright and Similar Rights held by the Licensor. For - purposes of this Public License, where the Licensed Material is a - musical work, performance, or sound recording, Adapted Material is - always produced where the Licensed Material is synched in timed - relation with a moving image. - -b. **Adapter's License** means the license You apply to Your Copyright - and Similar Rights in Your contributions to Adapted Material in - accordance with the terms and conditions of this Public License. - -c. **Copyright and Similar Rights** means copyright and/or similar - rights closely related to copyright including, without limitation, - performance, broadcast, sound recording, and Sui Generis Database - Rights, without regard to how the rights are labeled or categorized. - For purposes of this Public License, the rights specified in Section - 2(b)(1)-(2) are not Copyright and Similar Rights. - -d. **Effective Technological Measures** means those measures that, in - the absence of proper authority, may not be circumvented under laws - fulfilling obligations under Article 11 of the WIPO Copyright Treaty - adopted on December 20, 1996, and/or similar international - agreements. - -e. **Exceptions and Limitations** means fair use, fair dealing, and/or - any other exception or limitation to Copyright and Similar Rights - that applies to Your use of the Licensed Material. - -f. **Licensed Material** means the artistic or literary work, database, - or other material to which the Licensor applied this Public License. - -g. **Licensed Rights** means the rights granted to You subject to the - terms and conditions of this Public License, which are limited to all - Copyright and Similar Rights that apply to Your use of the Licensed - Material and that the Licensor has authority to license. - -h. **Licensor** means the individual(s) or entity(ies) granting rights - under this Public License. - -i. **Share** means to provide material to the public by any means or - process that requires permission under the Licensed Rights, such as - reproduction, public display, public performance, distribution, - dissemination, communication, or importation, and to make material - available to the public including in ways that members of the public - may access the material from a place and at a time individually - chosen by them. - -j. **Sui Generis Database Rights** means rights other than copyright - resulting from Directive 96/9/EC of the European Parliament and of - the Council of 11 March 1996 on the legal protection of databases, as - amended and/or succeeded, as well as other essentially equivalent - rights anywhere in the world. - -k. **You** means the individual or entity exercising the Licensed Rights - under this Public License. Your has a corresponding meaning. - -Section 2 – Scope -~~~~~~~~~~~~~~~~~ - -a. **License grant.** - -1. Subject to the terms and conditions of this Public License, the - Licensor hereby grants You a worldwide, royalty-free, - non-sublicensable, non-exclusive, irrevocable license to exercise the - Licensed Rights in the Licensed Material to: - - A. reproduce and Share the Licensed Material, in whole or in part; - and - - B. produce, reproduce, and Share Adapted Material. - -2. **Exceptions and Limitations.** For the avoidance of doubt, where - Exceptions and Limitations apply to Your use, this Public License - does not apply, and You do not need to comply with its terms and - conditions. - -3. **Term.** The term of this Public License is specified in Section - 6(a). - -4. **Media and formats; technical modifications allowed.** The Licensor - authorizes You to exercise the Licensed Rights in all media and - formats whether now known or hereafter created, and to make technical - modifications necessary to do so. The Licensor waives and/or agrees - not to assert any right or authority to forbid You from making - technical modifications necessary to exercise the Licensed Rights, - including technical modifications necessary to circumvent Effective - Technological Measures. For purposes of this Public License, simply - making modifications authorized by this Section 2(a)(4) never - produces Adapted Material. - -5. **Downstream recipients.** - - A. **Offer from the Licensor – Licensed Material.** Every recipient - of the Licensed Material automatically receives an offer from the - Licensor to exercise the Licensed Rights under the terms and - conditions of this Public License. - - B. **No downstream restrictions.** You may not offer or impose any - additional or different terms or conditions on, or apply any - Effective Technological Measures to, the Licensed Material if doing - so restricts exercise of the Licensed Rights by any recipient of the - Licensed Material. - -6. **No endorsement.** Nothing in this Public License constitutes or may - be construed as permission to assert or imply that You are, or that - Your use of the Licensed Material is, connected with, or sponsored, - endorsed, or granted official status by, the Licensor or others - designated to receive attribution as provided in Section - 3(a)(1)(A)(i). - -b. **Other rights.** - -1. Moral rights, such as the right of integrity, are not licensed under - this Public License, nor are publicity, privacy, and/or other similar - personality rights; however, to the extent possible, the Licensor - waives and/or agrees not to assert any such rights held by the - Licensor to the limited extent necessary to allow You to exercise the - Licensed Rights, but not otherwise. - -2. Patent and trademark rights are not licensed under this Public - License. - -3. To the extent possible, the Licensor waives any right to collect - royalties from You for the exercise of the Licensed Rights, whether - directly or through a collecting society under any voluntary or - waivable statutory or compulsory licensing scheme. In all other cases - the Licensor expressly reserves any right to collect such royalties. - -Section 3 – License Conditions -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -Your exercise of the Licensed Rights is expressly made subject to the -following conditions. - -a. **Attribution.** - -1. If You Share the Licensed Material (including in modified form), You - must: - - A. retain the following if it is supplied by the Licensor with the - Licensed Material: - - i. identification of the creator(s) of the Licensed Material and any - others designated to receive attribution, in any reasonable manner - requested by the Licensor (including by pseudonym if designated); - - ii. a copyright notice; - - iii. a notice that refers to this Public License; - - iv. a notice that refers to the disclaimer of warranties; - - v. a URI or hyperlink to the Licensed Material to the extent reasonably practicable; - - B. indicate if You modified the Licensed Material and retain an - indication of any previous modifications; and - - C. indicate the Licensed Material is licensed under this Public - License, and include the text of, or the URI or hyperlink to, this - Public License. - -2. You may satisfy the conditions in Section 3(a)(1) in any reasonable - manner based on the medium, means, and context in which You Share the - Licensed Material. For example, it may be reasonable to satisfy the - conditions by providing a URI or hyperlink to a resource that - includes the required information. - -3. If requested by the Licensor, You must remove any of the information - required by Section 3(a)(1)(A) to the extent reasonably practicable. - -4. If You Share Adapted Material You produce, the Adapter's License You - apply must not prevent recipients of the Adapted Material from - complying with this Public License. - -Section 4 – Sui Generis Database Rights -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -Where the Licensed Rights include Sui Generis Database Rights that apply -to Your use of the Licensed Material: - -a. for the avoidance of doubt, Section 2(a)(1) grants You the right to - extract, reuse, reproduce, and Share all or a substantial portion of - the contents of the database; - -b. if You include all or a substantial portion of the database contents - in a database in which You have Sui Generis Database Rights, then the - database in which You have Sui Generis Database Rights (but not its - individual contents) is Adapted Material; and - -c. You must comply with the conditions in Section 3(a) if You Share all - or a substantial portion of the contents of the database. - -For the avoidance of doubt, this Section 4 supplements and does not -replace Your obligations under this Public License where the Licensed -Rights include other Copyright and Similar Rights. - -Section 5 – Disclaimer of Warranties and Limitation of Liability -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -a. Unless otherwise separately undertaken by the Licensor, to the - extent possible, the Licensor offers the Licensed Material as-is and - as-available, and makes no representations or warranties of any kind - concerning the Licensed Material, whether express, implied, - statutory, or other. This includes, without limitation, warranties of - title, merchantability, fitness for a particular purpose, - non-infringement, absence of latent or other defects, accuracy, or - the presence or absence of errors, whether or not known or - discoverable. Where disclaimers of warranties are not allowed in full - or in part, this disclaimer may not apply to You. - -b. To the extent possible, in no event will the Licensor be liable to - You on any legal theory (including, without limitation, negligence) - or otherwise for any direct, special, indirect, incidental, - consequential, punitive, exemplary, or other losses, costs, expenses, - or damages arising out of this Public License or use of the Licensed - Material, even if the Licensor has been advised of the possibility of - such losses, costs, expenses, or damages. Where a limitation of - liability is not allowed in full or in part, this limitation may not - apply to You. - -c. The disclaimer of warranties and limitation of liability provided - above shall be interpreted in a manner that, to the extent possible, - most closely approximates an absolute disclaimer and waiver of all - liability. - -Section 6 – Term and Termination -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -a. This Public License applies for the term of the Copyright and Similar - Rights licensed here. However, if You fail to comply with this Public - License, then Your rights under this Public License terminate - automatically. - -b. Where Your right to use the Licensed Material has terminated under - Section 6(a), it reinstates: - -1. automatically as of the date the violation is cured, provided it is - cured within 30 days of Your discovery of the violation; or - -2. upon express reinstatement by the Licensor. - -For the avoidance of doubt, this Section 6(b) does not affect any right -the Licensor may have to seek remedies for Your violations of this -Public License. - -c. For the avoidance of doubt, the Licensor may also offer the Licensed - Material under separate terms or conditions or stop distributing the - Licensed Material at any time; however, doing so will not terminate - this Public License. - -d. Sections 1, 5, 6, 7, and 8 survive termination of this Public - License. - -Section 7 – Other Terms and Conditions -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -a. The Licensor shall not be bound by any additional or different terms - or conditions communicated by You unless expressly agreed. - -b. Any arrangements, understandings, or agreements regarding the - Licensed Material not stated herein are separate from and independent - of the terms and conditions of this Public License. - -Section 8 – Interpretation -~~~~~~~~~~~~~~~~~~~~~~~~~~ - -a. For the avoidance of doubt, this Public License does not, and shall - not be interpreted to, reduce, limit, restrict, or impose conditions - on any use of the Licensed Material that could lawfully be made - without permission under this Public License. - -b. To the extent possible, if any provision of this Public License is - deemed unenforceable, it shall be automatically reformed to the - minimum extent necessary to make it enforceable. If the provision - cannot be reformed, it shall be severed from this Public License - without affecting the enforceability of the remaining terms and - conditions. - -c. No term or condition of this Public License will be waived and no - failure to comply consented to unless expressly agreed to by the - Licensor. - -d. Nothing in this Public License constitutes or may be interpreted as a - limitation upon, or waiver of, any privileges and immunities that - apply to the Licensor or You, including from the legal processes of - any jurisdiction or authority. - - Creative Commons is not a party to its public licenses. - Notwithstanding, Creative Commons may elect to apply one of its - public licenses to material it publishes and in those instances will - be considered the “Licensor.” Except for the limited purpose of - indicating that material is shared under a Creative Commons public - license or as otherwise permitted by the Creative Commons policies - published at - `creativecommons.org/policies `__, - Creative Commons does not authorize the use of the trademark - “Creative Commons” or any other trademark or logo of Creative - Commons without its prior written consent including, without - limitation, in connection with any unauthorized modifications to any - of its public licenses or any other arrangements, understandings, or - agreements concerning use of licensed material. For the avoidance of - doubt, this paragraph does not form part of the public licenses. - - Creative Commons may be contacted at creativecommons.org diff --git a/external-deps/qdarkstyle/MANIFEST.in b/external-deps/qdarkstyle/MANIFEST.in deleted file mode 100644 index a0e1130c062..00000000000 --- a/external-deps/qdarkstyle/MANIFEST.in +++ /dev/null @@ -1,10 +0,0 @@ -# -# MANIFEST.in -# -# Manifest template for creating the PyLudic source distribution. - -include MANIFEST.in -include setup.py -include *.rst -include qdarkstyle/* -include qdarkstyle/example/ui/*.ui diff --git a/external-deps/qdarkstyle/PKGBUILD b/external-deps/qdarkstyle/PKGBUILD deleted file mode 100644 index 6b5b4d58178..00000000000 --- a/external-deps/qdarkstyle/PKGBUILD +++ /dev/null @@ -1,36 +0,0 @@ -# Submitter: Colin Duquesnoy -# Maintainer: Colin Duquesnoy -pkgbase=python-qdarkstyle -pkgname=('python2-qdarkstyle' 'python-qdarkstyle') -pkgver=1.16 -_pkgver=1.16 -pkgrel=1 -arch=('any') -url="https://github.com/davidhalter/qdarkstyle" -license=('MIT') -depends=('python2') -makedepends=('python2-setuptools' 'python-setuptools') -source=("https://pypi.python.org/packages/source/Q/QDarkStyle/QDarkStyle-${_pkgver}.tar.gz") -md5sums=('6d742d304406a1a6733a27542402ce82') - -build() { - cd "$srcdir/QDarkStyle-${_pkgver}" -} - -package_python-qdarkstyle() { - pkgdesc="A dark stylesheet for pyside/pyqt applications" - depends=('python') - cd "$srcdir/QDarkStyle-${_pkgver}" - python3 setup.py install --root="$pkgdir/" --optimize=1 - - install -D -m644 "$srcdir/QDarkStyle-${_pkgver}/COPYING" $pkgdir/usr/share/licenses/$pkgname/LICENSE -} - -package_python2-qdarkstyle() { - pkgdesc="A dark stylesheet for pyside/pyqt applications" - depends=('python2') - cd "$srcdir/QDarkStyle-${_pkgver}" - python2 setup.py install --root="$pkgdir/" --optimize=1 - - install -D -m644 "$srcdir/QDarkStyle-${_pkgver}/COPYING" $pkgdir/usr/share/licenses/$pkgname/LICENSE -} diff --git a/external-deps/qdarkstyle/README.rst b/external-deps/qdarkstyle/README.rst deleted file mode 100644 index a5a731da794..00000000000 --- a/external-deps/qdarkstyle/README.rst +++ /dev/null @@ -1,313 +0,0 @@ -QDarkStyleSheet -=============== - -|Build Status| |Docs Status| |Latest PyPI version| |License: MIT| -|License: CC BY 4.0| |Conduct| - -The most complete dark/light style sheet for Qt applications (Qt4*, Qt5, -PySide*, PySide2, PyQt4*, PyQt5, QtPy, PyQtGraph, Qt.Py) for Python -2*/3 and C++. - -`Check out the complete documentation. `__ - - -What is new? ------------- - - -Version 3 -~~~~~~~~~ - -In the current version 3, `qdarkstyle` is now working as a theme framework, -currently for dark/light themes, keeping styled widgets identical throughout -theme colors. - -The palette has been redefined and improved (UI/UX) to accept more colors -and to be able to implement new themes thanks to the -`Spyder team `__ collaboration. - -The current stable version is using Python 3 (preferable 3.6+) and Qt5 -(PyQt5 and PySide 2). - -We still preparing the portability to Qt6 since we need changes in -`QtPy `__ dependency project. - -[*] Python 2, as well as Qt4 (PyQt4 and PySide), will not be supported anymore. -They still there as it is, but no back-compatibility, fixes, nor features -will be implemented. - -Version 2 -~~~~~~~~~ - -We moved to QtPy to simplify your code in v2.8, thus this is a required -dependency now. We included special patches in three main categories: -operating system, Qt/binding version, application. - -Included in that, lots of widgets' styles were included/fixed. A Qt -application example (Python only) with almost all types of widgets and -combinations were included to serve as a portfolio and a checklist for -new styles. - -We have added SCSS in v2.7, so the palette can be accessed programmatically. -Also, many scripts were added to give freedom to developers who want to -change the colors of our palette. All images and icons were revised, also -creating SVG files for all of them. - -In version 2.6 and later, a restructure stylesheet is provided. The -palette has only 9 colors. Most widgets are revised and their styles -were improved. We also provide a command line (script) to get info that -could be used when opening issues. See the image below. - - -Version 1 -~~~~~~~~~ - -First stable release of QDarkStyle. - - -Installation ------------- - - -Python -~~~~~~ - -From PyPI: Get the latest stable version of ``qdarkstyle`` package using -*pip* (preferable): - - .. code:: bash - - pip install qdarkstyle - - -From code: Download/clone the project, go to ``qdarkstyle`` folder then: - -- You can use the *setup* script and pip install. - - .. code:: bash - - pip install . - - -- Or, you can use the *setup* script with Python: - - .. code:: bash - - python setup.py install - - -C++ -~~~ - -- Download/clone the project and copy the following files to your - application directory (keep the existing directory hierarchy). - Substitute the **theme** by the currently available (dark/light) - the theme you need to use. - - - **qdarkstyle/theme/style.qss** - - **qdarkstyle/theme/style.qrc** - - **qdarkstyle/theme/rc/** (the whole directory) - - -- Add **qdarkstyle/theme/style.qrc** to your **.pro file** as follows: - - .. code:: c++ - - RESOURCES += qdarkstyle/theme/style.qrc - - -- Load the stylesheet: - - .. code:: c++ - - QFile f(":qdarkstyle/theme/style.qss"); - - if (!f.exists()) { - printf("Unable to set stylesheet, file not found\n"); - } - else { - f.open(QFile::ReadOnly | QFile::Text); - QTextStream ts(&f); - qApp->setStyleSheet(ts.readAll()); - } - - -Note: The ":" in the file name is necessary to define that file as a -resource library. For more information see the discussion -`here `__. - - -Usage in applications ---------------------- - - -If your project already uses QtPy or you need to set it programmatically, -it is far more simple - -.. code:: python - - import sys - import qdarkstyle - import os - - # set the environment variable to use a specific wrapper - # it can be set to pyqt, pyqt5, pyside or pyside2 (not implemented yet) - # you do not need to use QtPy to set this variable - os.environ['QT_API'] = 'pyqt5' - - # import from QtPy instead of doing it directly - # note that QtPy always uses PyQt5 API - from qtpy import QtWidgets - - # create the application and the main window - app = QtWidgets.QApplication(sys.argv) - window = QtWidgets.QMainWindow() - - # setup stylesheet - # the default system in qdarkstyle uses qtpy environment variable - app.setStyleSheet(qdarkstyle.load_stylesheet()) - - # run - window.show() - app.exec_() - - -If you are using PyQt5 directly, see the complete example - -.. code:: python - - import sys - import qdarkstyle - from PyQt5 import QtWidgets - - # create the application and the main window - app = QtWidgets.QApplication(sys.argv) - window = QtWidgets.QMainWindow() - - # setup stylesheet - app.setStyleSheet(qdarkstyle.load_stylesheet_pyqt5()) - # or in new API - app.setStyleSheet(qdarkstyle.load_stylesheet(qt_api='pyqt5')) - - # run - window.show() - app.exec_() - - -Here is an example using PySide2 - -.. code:: python - - import sys - import qdarkstyle - from PySide2 import QtWidgets - - # create the application and the main window - app = QtWidgets.QApplication(sys.argv) - window = QtWidgets.QMainWindow() - - # setup stylesheet - app.setStyleSheet(qdarkstyle.load_stylesheet_pyside2()) - # or in new API - app.setStyleSheet(qdarkstyle.load_stylesheet(qt_api='pyside2')) - - # run - window.show() - app.exec_() - - -If you use PyQtGraph, then the code is - -.. code:: python - - import sys - import qdarkstyle - import os - - # set the environment variable to use a specific wrapper - # it can be set to PyQt, PyQt5, PySide or PySide2 (not implemented yet) - os.environ['PYQTGRAPH_QT_LIB'] = 'PyQt5' - - # import from pyqtgraph instead of doing it directly - # note that PyQtGraph always uses PyQt4 API - from pyqtgraph.Qt import QtGui - - # create the application and the main window - app = QtGui.QApplication(sys.argv) - window = QtGui.QMainWindow() - - # setup stylesheet - app.setStyleSheet(qdarkstyle.load_stylesheet(qt_api=os.environ['PYQTGRAPH_QT_LIB']) - - # run - window.show() - app.exec_() - -If you are using Qt.py, which is different from qtpy, you should install -qtpy then set both to the same binding. - - -Usage of example/portfolio --------------------------- - - -There is an example included in the package. You only need to have PySide2 or -PyQt5 installed on your system. - -.. code:: bash - - # dark theme example - $ qdarkstyle.example --palette=dark - - # light theme example - $ qdarkstyle.example --palette=light - - # no theme/style sheet applied - $ qdarkstyle.example --palette=none - - # check all options included - $ qdarkstyle.example --help - - -Changelog ---------- - -Please, see `CHANGES `__ file. - - -License -------- - -This project is licensed under the MIT license. Images contained in this -project is licensed under CC-BY license. - -For more information see `LICENSE `__ file. - - -Authors -------- - -For more information see `AUTHORS `__ file. - - -Contributing ------------- - -Most widgets have been styled. If you find a widget that has not been -style, just open an issue on the issue tracker or, better, submit a pull -request. - -If you want to contribute, see `CONTRIBUTING `__ file. - -.. |Build Status| image:: https://travis-ci.org/ColinDuquesnoy/QDarkStyleSheet.png?branch=master - :target: https://travis-ci.org/ColinDuquesnoy/QDarkStyleSheet -.. |Docs Status| image:: https://readthedocs.org/projects/qdarkstylesheet/badge/?version=latest&style=flat - :target: https://qdarkstylesheet.readthedocs.io -.. |Latest PyPI version| image:: https://img.shields.io/pypi/v/QDarkStyle.svg - :target: https://pypi.python.org/pypi/QDarkStyle -.. |License: MIT| image:: https://img.shields.io/dub/l/vibe-d.svg?color=lightgrey - :target: https://opensource.org/licenses/MIT -.. |License: CC BY 4.0| image:: https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg - :target: https://creativecommons.org/licenses/by/4.0/ -.. |Conduct| image:: https://img.shields.io/badge/code%20of%20conduct-contributor%20covenant-green.svg?style=flat&color=lightgrey - :target: http://contributor-covenant.org/version/1/4/ diff --git a/external-deps/qdarkstyle/docs/Makefile b/external-deps/qdarkstyle/docs/Makefile deleted file mode 100644 index f0c0b0d6eb9..00000000000 --- a/external-deps/qdarkstyle/docs/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Minimal makefile for Sphinx documentation -# - -# You can set these variables from the command line. -SPHINXOPTS = -SPHINXBUILD = sphinx-build -SPHINXPROJ = QDarkStyle -SOURCEDIR = . -BUILDDIR = build - -# Put it first so that "make" without argument is like "make help". -help: - @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) - -.PHONY: help Makefile - -# Catch-all target: route all unknown targets to Sphinx using the new -# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). -%: Makefile - @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) diff --git a/external-deps/qdarkstyle/docs/_static/css/badge_only.css b/external-deps/qdarkstyle/docs/_static/css/badge_only.css deleted file mode 100644 index 3c33cef5450..00000000000 --- a/external-deps/qdarkstyle/docs/_static/css/badge_only.css +++ /dev/null @@ -1 +0,0 @@ -.fa:before{-webkit-font-smoothing:antialiased}.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;content:""}.clearfix:after{clear:both}@font-face{font-family:FontAwesome;font-weight:normal;font-style:normal;src:url("../fonts/fontawesome-webfont.eot");src:url("../fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"),url("../fonts/fontawesome-webfont.woff") format("woff"),url("../fonts/fontawesome-webfont.ttf") format("truetype"),url("../fonts/fontawesome-webfont.svg#FontAwesome") format("svg")}.fa:before{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;text-decoration:inherit}a .fa{display:inline-block;text-decoration:inherit}li .fa{display:inline-block}li .fa-large:before,li .fa-large:before{width:1.875em}ul.fas{list-style-type:none;margin-left:2em;text-indent:-0.8em}ul.fas li .fa{width:.8em}ul.fas li .fa-large:before,ul.fas li .fa-large:before{vertical-align:baseline}.fa-book:before{content:""}.icon-book:before{content:""}.fa-caret-down:before{content:""}.icon-caret-down:before{content:""}.fa-caret-up:before{content:""}.icon-caret-up:before{content:""}.fa-caret-left:before{content:""}.icon-caret-left:before{content:""}.fa-caret-right:before{content:""}.icon-caret-right:before{content:""}.rst-versions{position:fixed;bottom:0;left:0;width:300px;color:#fcfcfc;background:#1f1d1d;font-family:"Lato","proxima-nova","Helvetica Neue",Arial,sans-serif;z-index:400}.rst-versions a{color:#2980B9;text-decoration:none}.rst-versions .rst-badge-small{display:none}.rst-versions .rst-current-version{padding:12px;background-color:#272525;display:block;text-align:right;font-size:90%;cursor:pointer;color:#27AE60;*zoom:1}.rst-versions .rst-current-version:before,.rst-versions .rst-current-version:after{display:table;content:""}.rst-versions .rst-current-version:after{clear:both}.rst-versions .rst-current-version .fa{color:#fcfcfc}.rst-versions .rst-current-version .fa-book{float:left}.rst-versions .rst-current-version .icon-book{float:left}.rst-versions .rst-current-version.rst-out-of-date{background-color:#E74C3C;color:#fff}.rst-versions .rst-current-version.rst-active-old-version{background-color:#F1C40F;color:#000}.rst-versions.shift-up{height:auto;max-height:100%;overflow-y:scroll}.rst-versions.shift-up .rst-other-versions{display:block}.rst-versions .rst-other-versions{font-size:90%;padding:12px;color:gray;display:none}.rst-versions .rst-other-versions hr{display:block;height:1px;border:0;margin:20px 0;padding:0;border-top:solid 1px #413d3d}.rst-versions .rst-other-versions dd{display:inline-block;margin:0}.rst-versions .rst-other-versions dd a{display:inline-block;padding:6px;color:#fcfcfc}.rst-versions.rst-badge{width:auto;bottom:20px;right:20px;left:auto;border:none;max-width:300px;max-height:90%}.rst-versions.rst-badge .icon-book{float:none}.rst-versions.rst-badge .fa-book{float:none}.rst-versions.rst-badge.shift-up .rst-current-version{text-align:right}.rst-versions.rst-badge.shift-up .rst-current-version .fa-book{float:left}.rst-versions.rst-badge.shift-up .rst-current-version .icon-book{float:left}.rst-versions.rst-badge .rst-current-version{width:auto;height:30px;line-height:30px;padding:0 6px;display:block;text-align:center}@media screen and (max-width: 768px){.rst-versions{width:85%;display:none}.rst-versions.shift{display:block}} diff --git a/external-deps/qdarkstyle/docs/_static/css/theme.css b/external-deps/qdarkstyle/docs/_static/css/theme.css deleted file mode 100644 index e73234a41e1..00000000000 --- a/external-deps/qdarkstyle/docs/_static/css/theme.css +++ /dev/null @@ -1,4766 +0,0 @@ -/* sphinx_rtd_theme version 0.4.3 | MIT license */ -/* Built 20190212 16:02 */ - *{ - -webkit-box-sizing:border-box; - -moz-box-sizing:border-box; - box-sizing:border-box -} -article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{ - display:block -} -audio,canvas,video{ - display:inline-block; - *display:inline; - *zoom:1 -} -audio:not([controls]){ - display:none -} -[hidden]{ - display:none -} -*{ - -webkit-box-sizing:border-box; - -moz-box-sizing:border-box; - box-sizing:border-box -} -html{ - font-size:100%; - -webkit-text-size-adjust:100%; - -ms-text-size-adjust:100% -} -body{ - margin:0 -} -a:hover,a:active{ - outline:0 -} -abbr[title]{ - border-bottom:1px dotted -} -b,strong{ - font-weight:bold -} -blockquote{ - margin:0 -} -dfn{ - font-style:italic -} -ins{ - background:#ff9; - color:#000; - text-decoration:none -} -mark{ - background:#ff0; - color:#000; - font-style:italic; - font-weight:bold -} -pre,code,.rst-content tt,.rst-content code,kbd,samp{ - font-family:monospace,serif; - _font-family:"courier new",monospace; - font-size:1em -} -pre{ - white-space:pre -} -q{ - quotes:none -} -q:before,q:after{ - content:""; - content:none -} -small{ - font-size:85% -} -sub,sup{ - font-size:75%; - line-height:0; - position:relative; - vertical-align:baseline -} -sup{ - top:-0.5em -} -sub{ - bottom:-0.25em -} -ul,ol,dl{ - margin:0; - padding:0; - list-style:none; - list-style-image:none -} -li{ - list-style:none -} -dd{ - margin:0 -} -img{ - border:0; - -ms-interpolation-mode:bicubic; - vertical-align:middle; - max-width:100% -} -svg:not(:root){ - overflow:hidden -} -figure{ - margin:0 -} -form{ - margin:0 -} -fieldset{ - border:0; - margin:0; - padding:0 -} -label{ - cursor:pointer -} -legend{ - border:0; - *margin-left:-7px; - padding:0; - white-space:normal -} -button,input,select,textarea{ - font-size:100%; - margin:0; - vertical-align:baseline; - *vertical-align:middle -} -button,input{ - line-height:normal -} -button,input[type="button"],input[type="reset"],input[type="submit"]{ - cursor:pointer; - -webkit-appearance:button; - *overflow:visible -} -button[disabled],input[disabled]{ - cursor:default -} -input[type="checkbox"],input[type="radio"]{ - box-sizing:border-box; - padding:0; - *width:13px; - *height:13px -} -input[type="search"]{ - -webkit-appearance:textfield; - -moz-box-sizing:content-box; - -webkit-box-sizing:content-box; - box-sizing:content-box -} -input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{ - -webkit-appearance:none -} -button::-moz-focus-inner,input::-moz-focus-inner{ - border:0; - padding:0 -} -textarea{ - overflow:auto; - vertical-align:top; - resize:vertical -} -table{ - border-collapse:collapse; - border-spacing:0 -} -td{ - vertical-align:top -} -.chromeframe{ - margin:.2em 0; - background:#ccc; - color:#000; - padding:.2em 0 -} -.ir{ - display:block; - border:0; - text-indent:-999em; - overflow:hidden; - background-color:transparent; - background-repeat:no-repeat; - text-align:left; - direction:ltr; - *line-height:0 -} -.ir br{ - display:none -} -.hidden{ - display:none !important; - visibility:hidden -} -.visuallyhidden{ - border:0; - clip:rect(0 0 0 0); - height:1px; - margin:-1px; - overflow:hidden; - padding:0; - position:absolute; - width:1px -} -.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{ - clip:auto; - height:auto; - margin:0; - overflow:visible; - position:static; - width:auto -} -.invisible{ - visibility:hidden -} -.relative{ - position:relative -} -big,small{ - font-size:100% -} -@media print{ - html,body,section{ - background:none !important - } - *{ - box-shadow:none !important; - text-shadow:none !important; - filter:none !important; - -ms-filter:none !important - } - a,a:visited{ - text-decoration:underline - } - .ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{ - content:"" - } - pre,blockquote{ - page-break-inside:avoid - } - thead{ - display:table-header-group - } - tr,img{ - page-break-inside:avoid - } - img{ - max-width:100% !important - } - @page{ - margin:.5cm - } - p,h2,.rst-content .toctree-wrapper p.caption,h3{ - orphans:3; - widows:3 - } - h2,.rst-content .toctree-wrapper p.caption,h3{ - page-break-after:avoid - } -} -.fa:before,.wy-menu-vertical li span.toctree-expand:before,.wy-menu-vertical li.on a span.toctree-expand:before,.wy-menu-vertical li.current>a span.toctree-expand:before,.rst-content .admonition-title:before,.rst-content h1 .headerlink:before,.rst-content h2 .headerlink:before,.rst-content h3 .headerlink:before,.rst-content h4 .headerlink:before,.rst-content h5 .headerlink:before,.rst-content h6 .headerlink:before,.rst-content dl dt .headerlink:before,.rst-content p.caption .headerlink:before,.rst-content table>caption .headerlink:before,.rst-content .code-block-caption .headerlink:before,.rst-content tt.download span:first-child:before,.rst-content code.download span:first-child:before,.icon:before,.wy-dropdown .caret:before,.wy-inline-validate.wy-inline-validate-success .wy-input-context:before,.wy-inline-validate.wy-inline-validate-danger .wy-input-context:before,.wy-inline-validate.wy-inline-validate-warning .wy-input-context:before,.wy-inline-validate.wy-inline-validate-info .wy-input-context:before,.wy-alert,.rst-content .note,.rst-content .attention,.rst-content .caution,.rst-content .danger,.rst-content .error,.rst-content .hint,.rst-content .important,.rst-content .tip,.rst-content .warning,.rst-content .seealso,.rst-content .admonition-todo,.rst-content .admonition,.btn,input[type="text"],input[type="password"],input[type="email"],input[type="url"],input[type="date"],input[type="month"],input[type="time"],input[type="datetime"],input[type="datetime-local"],input[type="week"],input[type="number"],input[type="search"],input[type="tel"],input[type="color"],select,textarea,.wy-menu-vertical li.on a,.wy-menu-vertical li.current>a,.wy-side-nav-search>a,.wy-side-nav-search .wy-dropdown>a,.wy-nav-top a{ - -webkit-font-smoothing:antialiased -} -.clearfix{ - *zoom:1 -} -.clearfix:before,.clearfix:after{ - display:table; - content:"" -} -.clearfix:after{ - clear:both -} -/*! * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */ -@font-face{ - font-family:'FontAwesome'; - src:url("../fonts/fontawesome-webfont.eot?v=4.7.0"); - src:url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"),url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg"); - font-weight:normal; - font-style:normal -} -.fa,.wy-menu-vertical li span.toctree-expand,.wy-menu-vertical li.on a span.toctree-expand,.wy-menu-vertical li.current>a span.toctree-expand,.rst-content .admonition-title,.rst-content h1 .headerlink,.rst-content h2 .headerlink,.rst-content h3 .headerlink,.rst-content h4 .headerlink,.rst-content h5 .headerlink,.rst-content h6 .headerlink,.rst-content dl dt .headerlink,.rst-content p.caption .headerlink,.rst-content table>caption .headerlink,.rst-content .code-block-caption .headerlink,.rst-content tt.download span:first-child,.rst-content code.download span:first-child,.icon{ - display:inline-block; - font:normal normal normal 14px/1 FontAwesome; - font-size:inherit; - text-rendering:auto; - -webkit-font-smoothing:antialiased; - -moz-osx-font-smoothing:grayscale -} -.fa-lg{ - font-size:1.3333333333em; - line-height:.75em; - vertical-align:-15% -} -.fa-2x{ - font-size:2em -} -.fa-3x{ - font-size:3em -} -.fa-4x{ - font-size:4em -} -.fa-5x{ - font-size:5em -} -.fa-fw{ - width:1.2857142857em; - text-align:center -} -.fa-ul{ - padding-left:0; - margin-left:2.1428571429em; - list-style-type:none -} -.fa-ul>li{ - position:relative -} -.fa-li{ - position:absolute; - left:-2.1428571429em; - width:2.1428571429em; - top:.1428571429em; - text-align:center -} -.fa-li.fa-lg{ - left:-1.8571428571em -} -.fa-border{ - padding:.2em .25em .15em; - border:solid 0.08em #eee; - border-radius:.1em -} -.fa-pull-left{ - float:left -} -.fa-pull-right{ - float:right -} -.fa.fa-pull-left,.wy-menu-vertical li span.fa-pull-left.toctree-expand,.wy-menu-vertical li.on a span.fa-pull-left.toctree-expand,.wy-menu-vertical li.current>a span.fa-pull-left.toctree-expand,.rst-content .fa-pull-left.admonition-title,.rst-content h1 .fa-pull-left.headerlink,.rst-content h2 .fa-pull-left.headerlink,.rst-content h3 .fa-pull-left.headerlink,.rst-content h4 .fa-pull-left.headerlink,.rst-content h5 .fa-pull-left.headerlink,.rst-content h6 .fa-pull-left.headerlink,.rst-content dl dt .fa-pull-left.headerlink,.rst-content p.caption .fa-pull-left.headerlink,.rst-content table>caption .fa-pull-left.headerlink,.rst-content .code-block-caption .fa-pull-left.headerlink,.rst-content tt.download span.fa-pull-left:first-child,.rst-content code.download span.fa-pull-left:first-child,.fa-pull-left.icon{ - margin-right:.3em -} -.fa.fa-pull-right,.wy-menu-vertical li span.fa-pull-right.toctree-expand,.wy-menu-vertical li.on a span.fa-pull-right.toctree-expand,.wy-menu-vertical li.current>a span.fa-pull-right.toctree-expand,.rst-content .fa-pull-right.admonition-title,.rst-content h1 .fa-pull-right.headerlink,.rst-content h2 .fa-pull-right.headerlink,.rst-content h3 .fa-pull-right.headerlink,.rst-content h4 .fa-pull-right.headerlink,.rst-content h5 .fa-pull-right.headerlink,.rst-content h6 .fa-pull-right.headerlink,.rst-content dl dt .fa-pull-right.headerlink,.rst-content p.caption .fa-pull-right.headerlink,.rst-content table>caption .fa-pull-right.headerlink,.rst-content .code-block-caption .fa-pull-right.headerlink,.rst-content tt.download span.fa-pull-right:first-child,.rst-content code.download span.fa-pull-right:first-child,.fa-pull-right.icon{ - margin-left:.3em -} -.pull-right{ - float:right -} -.pull-left{ - float:left -} -.fa.pull-left,.wy-menu-vertical li span.pull-left.toctree-expand,.wy-menu-vertical li.on a span.pull-left.toctree-expand,.wy-menu-vertical li.current>a span.pull-left.toctree-expand,.rst-content .pull-left.admonition-title,.rst-content h1 .pull-left.headerlink,.rst-content h2 .pull-left.headerlink,.rst-content h3 .pull-left.headerlink,.rst-content h4 .pull-left.headerlink,.rst-content h5 .pull-left.headerlink,.rst-content h6 .pull-left.headerlink,.rst-content dl dt .pull-left.headerlink,.rst-content p.caption .pull-left.headerlink,.rst-content table>caption .pull-left.headerlink,.rst-content .code-block-caption .pull-left.headerlink,.rst-content tt.download span.pull-left:first-child,.rst-content code.download span.pull-left:first-child,.pull-left.icon{ - margin-right:.3em -} -.fa.pull-right,.wy-menu-vertical li span.pull-right.toctree-expand,.wy-menu-vertical li.on a span.pull-right.toctree-expand,.wy-menu-vertical li.current>a span.pull-right.toctree-expand,.rst-content .pull-right.admonition-title,.rst-content h1 .pull-right.headerlink,.rst-content h2 .pull-right.headerlink,.rst-content h3 .pull-right.headerlink,.rst-content h4 .pull-right.headerlink,.rst-content h5 .pull-right.headerlink,.rst-content h6 .pull-right.headerlink,.rst-content dl dt .pull-right.headerlink,.rst-content p.caption .pull-right.headerlink,.rst-content table>caption .pull-right.headerlink,.rst-content .code-block-caption .pull-right.headerlink,.rst-content tt.download span.pull-right:first-child,.rst-content code.download span.pull-right:first-child,.pull-right.icon{ - margin-left:.3em -} -.fa-spin{ - -webkit-animation:fa-spin 2s infinite linear; - animation:fa-spin 2s infinite linear -} -.fa-pulse{ - -webkit-animation:fa-spin 1s infinite steps(8); - animation:fa-spin 1s infinite steps(8) -} -@-webkit-keyframes fa-spin{ - 0%{ - -webkit-transform:rotate(0deg); - transform:rotate(0deg) - } - 100%{ - -webkit-transform:rotate(359deg); - transform:rotate(359deg) - } -} -@keyframes fa-spin{ - 0%{ - -webkit-transform:rotate(0deg); - transform:rotate(0deg) - } - 100%{ - -webkit-transform:rotate(359deg); - transform:rotate(359deg) - } -} -.fa-rotate-90{ - -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; - -webkit-transform:rotate(90deg); - -ms-transform:rotate(90deg); - transform:rotate(90deg) -} -.fa-rotate-180{ - -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; - -webkit-transform:rotate(180deg); - -ms-transform:rotate(180deg); - transform:rotate(180deg) -} -.fa-rotate-270{ - -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; - -webkit-transform:rotate(270deg); - -ms-transform:rotate(270deg); - transform:rotate(270deg) -} -.fa-flip-horizontal{ - -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; - -webkit-transform:scale(-1, 1); - -ms-transform:scale(-1, 1); - transform:scale(-1, 1) -} -.fa-flip-vertical{ - -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; - -webkit-transform:scale(1, -1); - -ms-transform:scale(1, -1); - transform:scale(1, -1) -} -:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{ - filter:none -} -.fa-stack{ - position:relative; - display:inline-block; - width:2em; - height:2em; - line-height:2em; - vertical-align:middle -} -.fa-stack-1x,.fa-stack-2x{ - position:absolute; - left:0; - width:100%; - text-align:center -} -.fa-stack-1x{ - line-height:inherit -} -.fa-stack-2x{ - font-size:2em -} -.fa-inverse{ - color:#fff -} -.fa-glass:before{ - content:"" -} -.fa-music:before{ - content:"" -} -.fa-search:before,.icon-search:before{ - content:"" -} -.fa-envelope-o:before{ - content:"" -} -.fa-heart:before{ - content:"" -} -.fa-star:before{ - content:"" -} -.fa-star-o:before{ - content:"" -} -.fa-user:before{ - content:"" -} -.fa-film:before{ - content:"" -} -.fa-th-large:before{ - content:"" -} -.fa-th:before{ - content:"" -} -.fa-th-list:before{ - content:"" -} -.fa-check:before{ - content:"" -} -.fa-remove:before,.fa-close:before,.fa-times:before{ - content:"" -} -.fa-search-plus:before{ - content:"" -} -.fa-search-minus:before{ - content:"" -} -.fa-power-off:before{ - content:"" -} -.fa-signal:before{ - content:"" -} -.fa-gear:before,.fa-cog:before{ - content:"" -} -.fa-trash-o:before{ - content:"" -} -.fa-home:before,.icon-home:before{ - content:"" -} -.fa-file-o:before{ - content:"" -} -.fa-clock-o:before{ - content:"" -} -.fa-road:before{ - content:"" -} -.fa-download:before,.rst-content tt.download span:first-child:before,.rst-content code.download span:first-child:before{ - content:"" -} -.fa-arrow-circle-o-down:before{ - content:"" -} -.fa-arrow-circle-o-up:before{ - content:"" -} -.fa-inbox:before{ - content:"" -} -.fa-play-circle-o:before{ - content:"" -} -.fa-rotate-right:before,.fa-repeat:before{ - content:"" -} -.fa-refresh:before{ - content:"" -} -.fa-list-alt:before{ - content:"" -} -.fa-lock:before{ - content:"" -} -.fa-flag:before{ - content:"" -} -.fa-headphones:before{ - content:"" -} -.fa-volume-off:before{ - content:"" -} -.fa-volume-down:before{ - content:"" -} -.fa-volume-up:before{ - content:"" -} -.fa-qrcode:before{ - content:"" -} -.fa-barcode:before{ - content:"" -} -.fa-tag:before{ - content:"" -} -.fa-tags:before{ - content:"" -} -.fa-book:before,.icon-book:before{ - content:"" -} -.fa-bookmark:before{ - content:"" -} -.fa-print:before{ - content:"" -} -.fa-camera:before{ - content:"" -} -.fa-font:before{ - content:"" -} -.fa-bold:before{ - content:"" -} -.fa-italic:before{ - content:"" -} -.fa-text-height:before{ - content:"" -} -.fa-text-width:before{ - content:"" -} -.fa-align-left:before{ - content:"" -} -.fa-align-center:before{ - content:"" -} -.fa-align-right:before{ - content:"" -} -.fa-align-justify:before{ - content:"" -} -.fa-list:before{ - content:"" -} -.fa-dedent:before,.fa-outdent:before{ - content:"" -} -.fa-indent:before{ - content:"" -} -.fa-video-camera:before{ - content:"" -} -.fa-photo:before,.fa-image:before,.fa-picture-o:before{ - content:"" -} -.fa-pencil:before{ - content:"" -} -.fa-map-marker:before{ - content:"" -} -.fa-adjust:before{ - content:"" -} -.fa-tint:before{ - content:"" -} -.fa-edit:before,.fa-pencil-square-o:before{ - content:"" -} -.fa-share-square-o:before{ - content:"" -} -.fa-check-square-o:before{ - content:"" -} -.fa-arrows:before{ - content:"" -} -.fa-step-backward:before{ - content:"" -} -.fa-fast-backward:before{ - content:"" -} -.fa-backward:before{ - content:"" -} -.fa-play:before{ - content:"" -} -.fa-pause:before{ - content:"" -} -.fa-stop:before{ - content:"" -} -.fa-forward:before{ - content:"" -} -.fa-fast-forward:before{ - content:"" -} -.fa-step-forward:before{ - content:"" -} -.fa-eject:before{ - content:"" -} -.fa-chevron-left:before{ - content:"" -} -.fa-chevron-right:before{ - content:"" -} -.fa-plus-circle:before{ - content:"" -} -.fa-minus-circle:before{ - content:"" -} -.fa-times-circle:before,.wy-inline-validate.wy-inline-validate-danger .wy-input-context:before{ - content:"" -} -.fa-check-circle:before,.wy-inline-validate.wy-inline-validate-success .wy-input-context:before{ - content:"" -} -.fa-question-circle:before{ - content:"" -} -.fa-info-circle:before{ - content:"" -} -.fa-crosshairs:before{ - content:"" -} -.fa-times-circle-o:before{ - content:"" -} -.fa-check-circle-o:before{ - content:"" -} -.fa-ban:before{ - content:"" -} -.fa-arrow-left:before{ - content:"" -} -.fa-arrow-right:before{ - content:"" -} -.fa-arrow-up:before{ - content:"" -} -.fa-arrow-down:before{ - content:"" -} -.fa-mail-forward:before,.fa-share:before{ - content:"" -} -.fa-expand:before{ - content:"" -} -.fa-compress:before{ - content:"" -} -.fa-plus:before{ - content:"" -} -.fa-minus:before{ - content:"" -} -.fa-asterisk:before{ - content:"" -} -.fa-exclamation-circle:before,.wy-inline-validate.wy-inline-validate-warning .wy-input-context:before,.wy-inline-validate.wy-inline-validate-info .wy-input-context:before,.rst-content .admonition-title:before{ - content:"" -} -.fa-gift:before{ - content:"" -} -.fa-leaf:before{ - content:"" -} -.fa-fire:before,.icon-fire:before{ - content:"" -} -.fa-eye:before{ - content:"" -} -.fa-eye-slash:before{ - content:"" -} -.fa-warning:before,.fa-exclamation-triangle:before{ - content:"" -} -.fa-plane:before{ - content:"" -} -.fa-calendar:before{ - content:"" -} -.fa-random:before{ - content:"" -} -.fa-comment:before{ - content:"" -} -.fa-magnet:before{ - content:"" -} -.fa-chevron-up:before{ - content:"" -} -.fa-chevron-down:before{ - content:"" -} -.fa-retweet:before{ - content:"" -} -.fa-shopping-cart:before{ - content:"" -} -.fa-folder:before{ - content:"" -} -.fa-folder-open:before{ - content:"" -} -.fa-arrows-v:before{ - content:"" -} -.fa-arrows-h:before{ - content:"" -} -.fa-bar-chart-o:before,.fa-bar-chart:before{ - content:"" -} -.fa-twitter-square:before{ - content:"" -} -.fa-facebook-square:before{ - content:"" -} -.fa-camera-retro:before{ - content:"" -} -.fa-key:before{ - content:"" -} -.fa-gears:before,.fa-cogs:before{ - content:"" -} -.fa-comments:before{ - content:"" -} -.fa-thumbs-o-up:before{ - content:"" -} -.fa-thumbs-o-down:before{ - content:"" -} -.fa-star-half:before{ - content:"" -} -.fa-heart-o:before{ - content:"" -} -.fa-sign-out:before{ - content:"" -} -.fa-linkedin-square:before{ - content:"" -} -.fa-thumb-tack:before{ - content:"" -} -.fa-external-link:before{ - content:"" -} -.fa-sign-in:before{ - content:"" -} -.fa-trophy:before{ - content:"" -} -.fa-github-square:before{ - content:"" -} -.fa-upload:before{ - content:"" -} -.fa-lemon-o:before{ - content:"" -} -.fa-phone:before{ - content:"" -} -.fa-square-o:before{ - content:"" -} -.fa-bookmark-o:before{ - content:"" -} -.fa-phone-square:before{ - content:"" -} -.fa-twitter:before{ - content:"" -} -.fa-facebook-f:before,.fa-facebook:before{ - content:"" -} -.fa-github:before,.icon-github:before{ - content:"" -} -.fa-unlock:before{ - content:"" -} -.fa-credit-card:before{ - content:"" -} -.fa-feed:before,.fa-rss:before{ - content:"" -} -.fa-hdd-o:before{ - content:"" -} -.fa-bullhorn:before{ - content:"" -} -.fa-bell:before{ - content:"" -} -.fa-certificate:before{ - content:"" -} -.fa-hand-o-right:before{ - content:"" -} -.fa-hand-o-left:before{ - content:"" -} -.fa-hand-o-up:before{ - content:"" -} -.fa-hand-o-down:before{ - content:"" -} -.fa-arrow-circle-left:before,.icon-circle-arrow-left:before{ - content:"" -} -.fa-arrow-circle-right:before,.icon-circle-arrow-right:before{ - content:"" -} -.fa-arrow-circle-up:before{ - content:"" -} -.fa-arrow-circle-down:before{ - content:"" -} -.fa-globe:before{ - content:"" -} -.fa-wrench:before{ - content:"" -} -.fa-tasks:before{ - content:"" -} -.fa-filter:before{ - content:"" -} -.fa-briefcase:before{ - content:"" -} -.fa-arrows-alt:before{ - content:"" -} -.fa-group:before,.fa-users:before{ - content:"" -} -.fa-chain:before,.fa-link:before,.icon-link:before{ - content:"" -} -.fa-cloud:before{ - content:"" -} -.fa-flask:before{ - content:"" -} -.fa-cut:before,.fa-scissors:before{ - content:"" -} -.fa-copy:before,.fa-files-o:before{ - content:"" -} -.fa-paperclip:before{ - content:"" -} -.fa-save:before,.fa-floppy-o:before{ - content:"" -} -.fa-square:before{ - content:"" -} -.fa-navicon:before,.fa-reorder:before,.fa-bars:before{ - content:"" -} -.fa-list-ul:before{ - content:"" -} -.fa-list-ol:before{ - content:"" -} -.fa-strikethrough:before{ - content:"" -} -.fa-underline:before{ - content:"" -} -.fa-table:before{ - content:"" -} -.fa-magic:before{ - content:"" -} -.fa-truck:before{ - content:"" -} -.fa-pinterest:before{ - content:"" -} -.fa-pinterest-square:before{ - content:"" -} -.fa-google-plus-square:before{ - content:"" -} -.fa-google-plus:before{ - content:"" -} -.fa-money:before{ - content:"" -} -.fa-caret-down:before,.wy-dropdown .caret:before,.icon-caret-down:before{ - content:"" -} -.fa-caret-up:before{ - content:"" -} -.fa-caret-left:before{ - content:"" -} -.fa-caret-right:before{ - content:"" -} -.fa-columns:before{ - content:"" -} -.fa-unsorted:before,.fa-sort:before{ - content:"" -} -.fa-sort-down:before,.fa-sort-desc:before{ - content:"" -} -.fa-sort-up:before,.fa-sort-asc:before{ - content:"" -} -.fa-envelope:before{ - content:"" -} -.fa-linkedin:before{ - content:"" -} -.fa-rotate-left:before,.fa-undo:before{ - content:"" -} -.fa-legal:before,.fa-gavel:before{ - content:"" -} -.fa-dashboard:before,.fa-tachometer:before{ - content:"" -} -.fa-comment-o:before{ - content:"" -} -.fa-comments-o:before{ - content:"" -} -.fa-flash:before,.fa-bolt:before{ - content:"" -} -.fa-sitemap:before{ - content:"" -} -.fa-umbrella:before{ - content:"" -} -.fa-paste:before,.fa-clipboard:before{ - content:"" -} -.fa-lightbulb-o:before{ - content:"" -} -.fa-exchange:before{ - content:"" -} -.fa-cloud-download:before{ - content:"" -} -.fa-cloud-upload:before{ - content:"" -} -.fa-user-md:before{ - content:"" -} -.fa-stethoscope:before{ - content:"" -} -.fa-suitcase:before{ - content:"" -} -.fa-bell-o:before{ - content:"" -} -.fa-coffee:before{ - content:"" -} -.fa-cutlery:before{ - content:"" -} -.fa-file-text-o:before{ - content:"" -} -.fa-building-o:before{ - content:"" -} -.fa-hospital-o:before{ - content:"" -} -.fa-ambulance:before{ - content:"" -} -.fa-medkit:before{ - content:"" -} -.fa-fighter-jet:before{ - content:"" -} -.fa-beer:before{ - content:"" -} -.fa-h-square:before{ - content:"" -} -.fa-plus-square:before{ - content:"" -} -.fa-angle-double-left:before{ - content:"" -} -.fa-angle-double-right:before{ - content:"" -} -.fa-angle-double-up:before{ - content:"" -} -.fa-angle-double-down:before{ - content:"" -} -.fa-angle-left:before{ - content:"" -} -.fa-angle-right:before{ - content:"" -} -.fa-angle-up:before{ - content:"" -} -.fa-angle-down:before{ - content:"" -} -.fa-desktop:before{ - content:"" -} -.fa-laptop:before{ - content:"" -} -.fa-tablet:before{ - content:"" -} -.fa-mobile-phone:before,.fa-mobile:before{ - content:"" -} -.fa-circle-o:before{ - content:"" -} -.fa-quote-left:before{ - content:"" -} -.fa-quote-right:before{ - content:"" -} -.fa-spinner:before{ - content:"" -} -.fa-circle:before{ - content:"" -} -.fa-mail-reply:before,.fa-reply:before{ - content:"" -} -.fa-github-alt:before{ - content:"" -} -.fa-folder-o:before{ - content:"" -} -.fa-folder-open-o:before{ - content:"" -} -.fa-smile-o:before{ - content:"" -} -.fa-frown-o:before{ - content:"" -} -.fa-meh-o:before{ - content:"" -} -.fa-gamepad:before{ - content:"" -} -.fa-keyboard-o:before{ - content:"" -} -.fa-flag-o:before{ - content:"" -} -.fa-flag-checkered:before{ - content:"" -} -.fa-terminal:before{ - content:"" -} -.fa-code:before{ - content:"" -} -.fa-mail-reply-all:before,.fa-reply-all:before{ - content:"" -} -.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{ - content:"" -} -.fa-location-arrow:before{ - content:"" -} -.fa-crop:before{ - content:"" -} -.fa-code-fork:before{ - content:"" -} -.fa-unlink:before,.fa-chain-broken:before{ - content:"" -} -.fa-question:before{ - content:"" -} -.fa-info:before{ - content:"" -} -.fa-exclamation:before{ - content:"" -} -.fa-superscript:before{ - content:"" -} -.fa-subscript:before{ - content:"" -} -.fa-eraser:before{ - content:"" -} -.fa-puzzle-piece:before{ - content:"" -} -.fa-microphone:before{ - content:"" -} -.fa-microphone-slash:before{ - content:"" -} -.fa-shield:before{ - content:"" -} -.fa-calendar-o:before{ - content:"" -} -.fa-fire-extinguisher:before{ - content:"" -} -.fa-rocket:before{ - content:"" -} -.fa-maxcdn:before{ - content:"" -} -.fa-chevron-circle-left:before{ - content:"" -} -.fa-chevron-circle-right:before{ - content:"" -} -.fa-chevron-circle-up:before{ - content:"" -} -.fa-chevron-circle-down:before{ - content:"" -} -.fa-html5:before{ - content:"" -} -.fa-css3:before{ - content:"" -} -.fa-anchor:before{ - content:"" -} -.fa-unlock-alt:before{ - content:"" -} -.fa-bullseye:before{ - content:"" -} -.fa-ellipsis-h:before{ - content:"" -} -.fa-ellipsis-v:before{ - content:"" -} -.fa-rss-square:before{ - content:"" -} -.fa-play-circle:before{ - content:"" -} -.fa-ticket:before{ - content:"" -} -.fa-minus-square:before{ - content:"" -} -.fa-minus-square-o:before,.wy-menu-vertical li.on a span.toctree-expand:before,.wy-menu-vertical li.current>a span.toctree-expand:before{ - content:"" -} -.fa-level-up:before{ - content:"" -} -.fa-level-down:before{ - content:"" -} -.fa-check-square:before{ - content:"" -} -.fa-pencil-square:before{ - content:"" -} -.fa-external-link-square:before{ - content:"" -} -.fa-share-square:before{ - content:"" -} -.fa-compass:before{ - content:"" -} -.fa-toggle-down:before,.fa-caret-square-o-down:before{ - content:"" -} -.fa-toggle-up:before,.fa-caret-square-o-up:before{ - content:"" -} -.fa-toggle-right:before,.fa-caret-square-o-right:before{ - content:"" -} -.fa-euro:before,.fa-eur:before{ - content:"" -} -.fa-gbp:before{ - content:"" -} -.fa-dollar:before,.fa-usd:before{ - content:"" -} -.fa-rupee:before,.fa-inr:before{ - content:"" -} -.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{ - content:"" -} -.fa-ruble:before,.fa-rouble:before,.fa-rub:before{ - content:"" -} -.fa-won:before,.fa-krw:before{ - content:"" -} -.fa-bitcoin:before,.fa-btc:before{ - content:"" -} -.fa-file:before{ - content:"" -} -.fa-file-text:before{ - content:"" -} -.fa-sort-alpha-asc:before{ - content:"" -} -.fa-sort-alpha-desc:before{ - content:"" -} -.fa-sort-amount-asc:before{ - content:"" -} -.fa-sort-amount-desc:before{ - content:"" -} -.fa-sort-numeric-asc:before{ - content:"" -} -.fa-sort-numeric-desc:before{ - content:"" -} -.fa-thumbs-up:before{ - content:"" -} -.fa-thumbs-down:before{ - content:"" -} -.fa-youtube-square:before{ - content:"" -} -.fa-youtube:before{ - content:"" -} -.fa-xing:before{ - content:"" -} -.fa-xing-square:before{ - content:"" -} -.fa-youtube-play:before{ - content:"" -} -.fa-dropbox:before{ - content:"" -} -.fa-stack-overflow:before{ - content:"" -} -.fa-instagram:before{ - content:"" -} -.fa-flickr:before{ - content:"" -} -.fa-adn:before{ - content:"" -} -.fa-bitbucket:before,.icon-bitbucket:before{ - content:"" -} -.fa-bitbucket-square:before{ - content:"" -} -.fa-tumblr:before{ - content:"" -} -.fa-tumblr-square:before{ - content:"" -} -.fa-long-arrow-down:before{ - content:"" -} -.fa-long-arrow-up:before{ - content:"" -} -.fa-long-arrow-left:before{ - content:"" -} -.fa-long-arrow-right:before{ - content:"" -} -.fa-apple:before{ - content:"" -} -.fa-windows:before{ - content:"" -} -.fa-android:before{ - content:"" -} -.fa-linux:before{ - content:"" -} -.fa-dribbble:before{ - content:"" -} -.fa-skype:before{ - content:"" -} -.fa-foursquare:before{ - content:"" -} -.fa-trello:before{ - content:"" -} -.fa-female:before{ - content:"" -} -.fa-male:before{ - content:"" -} -.fa-gittip:before,.fa-gratipay:before{ - content:"" -} -.fa-sun-o:before{ - content:"" -} -.fa-moon-o:before{ - content:"" -} -.fa-archive:before{ - content:"" -} -.fa-bug:before{ - content:"" -} -.fa-vk:before{ - content:"" -} -.fa-weibo:before{ - content:"" -} -.fa-renren:before{ - content:"" -} -.fa-pagelines:before{ - content:"" -} -.fa-stack-exchange:before{ - content:"" -} -.fa-arrow-circle-o-right:before{ - content:"" -} -.fa-arrow-circle-o-left:before{ - content:"" -} -.fa-toggle-left:before,.fa-caret-square-o-left:before{ - content:"" -} -.fa-dot-circle-o:before{ - content:"" -} -.fa-wheelchair:before{ - content:"" -} -.fa-vimeo-square:before{ - content:"" -} -.fa-turkish-lira:before,.fa-try:before{ - content:"" -} -.fa-plus-square-o:before,.wy-menu-vertical li span.toctree-expand:before{ - content:"" -} -.fa-space-shuttle:before{ - content:"" -} -.fa-slack:before{ - content:"" -} -.fa-envelope-square:before{ - content:"" -} -.fa-wordpress:before{ - content:"" -} -.fa-openid:before{ - content:"" -} -.fa-institution:before,.fa-bank:before,.fa-university:before{ - content:"" -} -.fa-mortar-board:before,.fa-graduation-cap:before{ - content:"" -} -.fa-yahoo:before{ - content:"" -} -.fa-google:before{ - content:"" -} -.fa-reddit:before{ - content:"" -} -.fa-reddit-square:before{ - content:"" -} -.fa-stumbleupon-circle:before{ - content:"" -} -.fa-stumbleupon:before{ - content:"" -} -.fa-delicious:before{ - content:"" -} -.fa-digg:before{ - content:"" -} -.fa-pied-piper-pp:before{ - content:"" -} -.fa-pied-piper-alt:before{ - content:"" -} -.fa-drupal:before{ - content:"" -} -.fa-joomla:before{ - content:"" -} -.fa-language:before{ - content:"" -} -.fa-fax:before{ - content:"" -} -.fa-building:before{ - content:"" -} -.fa-child:before{ - content:"" -} -.fa-paw:before{ - content:"" -} -.fa-spoon:before{ - content:"" -} -.fa-cube:before{ - content:"" -} -.fa-cubes:before{ - content:"" -} -.fa-behance:before{ - content:"" -} -.fa-behance-square:before{ - content:"" -} -.fa-steam:before{ - content:"" -} -.fa-steam-square:before{ - content:"" -} -.fa-recycle:before{ - content:"" -} -.fa-automobile:before,.fa-car:before{ - content:"" -} -.fa-cab:before,.fa-taxi:before{ - content:"" -} -.fa-tree:before{ - content:"" -} -.fa-spotify:before{ - content:"" -} -.fa-deviantart:before{ - content:"" -} -.fa-soundcloud:before{ - content:"" -} -.fa-database:before{ - content:"" -} -.fa-file-pdf-o:before{ - content:"" -} -.fa-file-word-o:before{ - content:"" -} -.fa-file-excel-o:before{ - content:"" -} -.fa-file-powerpoint-o:before{ - content:"" -} -.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{ - content:"" -} -.fa-file-zip-o:before,.fa-file-archive-o:before{ - content:"" -} -.fa-file-sound-o:before,.fa-file-audio-o:before{ - content:"" -} -.fa-file-movie-o:before,.fa-file-video-o:before{ - content:"" -} -.fa-file-code-o:before{ - content:"" -} -.fa-vine:before{ - content:"" -} -.fa-codepen:before{ - content:"" -} -.fa-jsfiddle:before{ - content:"" -} -.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{ - content:"" -} -.fa-circle-o-notch:before{ - content:"" -} -.fa-ra:before,.fa-resistance:before,.fa-rebel:before{ - content:"" -} -.fa-ge:before,.fa-empire:before{ - content:"" -} -.fa-git-square:before{ - content:"" -} -.fa-git:before{ - content:"" -} -.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{ - content:"" -} -.fa-tencent-weibo:before{ - content:"" -} -.fa-qq:before{ - content:"" -} -.fa-wechat:before,.fa-weixin:before{ - content:"" -} -.fa-send:before,.fa-paper-plane:before{ - content:"" -} -.fa-send-o:before,.fa-paper-plane-o:before{ - content:"" -} -.fa-history:before{ - content:"" -} -.fa-circle-thin:before{ - content:"" -} -.fa-header:before{ - content:"" -} -.fa-paragraph:before{ - content:"" -} -.fa-sliders:before{ - content:"" -} -.fa-share-alt:before{ - content:"" -} -.fa-share-alt-square:before{ - content:"" -} -.fa-bomb:before{ - content:"" -} -.fa-soccer-ball-o:before,.fa-futbol-o:before{ - content:"" -} -.fa-tty:before{ - content:"" -} -.fa-binoculars:before{ - content:"" -} -.fa-plug:before{ - content:"" -} -.fa-slideshare:before{ - content:"" -} -.fa-twitch:before{ - content:"" -} -.fa-yelp:before{ - content:"" -} -.fa-newspaper-o:before{ - content:"" -} -.fa-wifi:before{ - content:"" -} -.fa-calculator:before{ - content:"" -} -.fa-paypal:before{ - content:"" -} -.fa-google-wallet:before{ - content:"" -} -.fa-cc-visa:before{ - content:"" -} -.fa-cc-mastercard:before{ - content:"" -} -.fa-cc-discover:before{ - content:"" -} -.fa-cc-amex:before{ - content:"" -} -.fa-cc-paypal:before{ - content:"" -} -.fa-cc-stripe:before{ - content:"" -} -.fa-bell-slash:before{ - content:"" -} -.fa-bell-slash-o:before{ - content:"" -} -.fa-trash:before{ - content:"" -} -.fa-copyright:before{ - content:"" -} -.fa-at:before{ - content:"" -} -.fa-eyedropper:before{ - content:"" -} -.fa-paint-brush:before{ - content:"" -} -.fa-birthday-cake:before{ - content:"" -} -.fa-area-chart:before{ - content:"" -} -.fa-pie-chart:before{ - content:"" -} -.fa-line-chart:before{ - content:"" -} -.fa-lastfm:before{ - content:"" -} -.fa-lastfm-square:before{ - content:"" -} -.fa-toggle-off:before{ - content:"" -} -.fa-toggle-on:before{ - content:"" -} -.fa-bicycle:before{ - content:"" -} -.fa-bus:before{ - content:"" -} -.fa-ioxhost:before{ - content:"" -} -.fa-angellist:before{ - content:"" -} -.fa-cc:before{ - content:"" -} -.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{ - content:"" -} -.fa-meanpath:before{ - content:"" -} -.fa-buysellads:before{ - content:"" -} -.fa-connectdevelop:before{ - content:"" -} -.fa-dashcube:before{ - content:"" -} -.fa-forumbee:before{ - content:"" -} -.fa-leanpub:before{ - content:"" -} -.fa-sellsy:before{ - content:"" -} -.fa-shirtsinbulk:before{ - content:"" -} -.fa-simplybuilt:before{ - content:"" -} -.fa-skyatlas:before{ - content:"" -} -.fa-cart-plus:before{ - content:"" -} -.fa-cart-arrow-down:before{ - content:"" -} -.fa-diamond:before{ - content:"" -} -.fa-ship:before{ - content:"" -} -.fa-user-secret:before{ - content:"" -} -.fa-motorcycle:before{ - content:"" -} -.fa-street-view:before{ - content:"" -} -.fa-heartbeat:before{ - content:"" -} -.fa-venus:before{ - content:"" -} -.fa-mars:before{ - content:"" -} -.fa-mercury:before{ - content:"" -} -.fa-intersex:before,.fa-transgender:before{ - content:"" -} -.fa-transgender-alt:before{ - content:"" -} -.fa-venus-double:before{ - content:"" -} -.fa-mars-double:before{ - content:"" -} -.fa-venus-mars:before{ - content:"" -} -.fa-mars-stroke:before{ - content:"" -} -.fa-mars-stroke-v:before{ - content:"" -} -.fa-mars-stroke-h:before{ - content:"" -} -.fa-neuter:before{ - content:"" -} -.fa-genderless:before{ - content:"" -} -.fa-facebook-official:before{ - content:"" -} -.fa-pinterest-p:before{ - content:"" -} -.fa-whatsapp:before{ - content:"" -} -.fa-server:before{ - content:"" -} -.fa-user-plus:before{ - content:"" -} -.fa-user-times:before{ - content:"" -} -.fa-hotel:before,.fa-bed:before{ - content:"" -} -.fa-viacoin:before{ - content:"" -} -.fa-train:before{ - content:"" -} -.fa-subway:before{ - content:"" -} -.fa-medium:before{ - content:"" -} -.fa-yc:before,.fa-y-combinator:before{ - content:"" -} -.fa-optin-monster:before{ - content:"" -} -.fa-opencart:before{ - content:"" -} -.fa-expeditedssl:before{ - content:"" -} -.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{ - content:"" -} -.fa-battery-3:before,.fa-battery-three-quarters:before{ - content:"" -} -.fa-battery-2:before,.fa-battery-half:before{ - content:"" -} -.fa-battery-1:before,.fa-battery-quarter:before{ - content:"" -} -.fa-battery-0:before,.fa-battery-empty:before{ - content:"" -} -.fa-mouse-pointer:before{ - content:"" -} -.fa-i-cursor:before{ - content:"" -} -.fa-object-group:before{ - content:"" -} -.fa-object-ungroup:before{ - content:"" -} -.fa-sticky-note:before{ - content:"" -} -.fa-sticky-note-o:before{ - content:"" -} -.fa-cc-jcb:before{ - content:"" -} -.fa-cc-diners-club:before{ - content:"" -} -.fa-clone:before{ - content:"" -} -.fa-balance-scale:before{ - content:"" -} -.fa-hourglass-o:before{ - content:"" -} -.fa-hourglass-1:before,.fa-hourglass-start:before{ - content:"" -} -.fa-hourglass-2:before,.fa-hourglass-half:before{ - content:"" -} -.fa-hourglass-3:before,.fa-hourglass-end:before{ - content:"" -} -.fa-hourglass:before{ - content:"" -} -.fa-hand-grab-o:before,.fa-hand-rock-o:before{ - content:"" -} -.fa-hand-stop-o:before,.fa-hand-paper-o:before{ - content:"" -} -.fa-hand-scissors-o:before{ - content:"" -} -.fa-hand-lizard-o:before{ - content:"" -} -.fa-hand-spock-o:before{ - content:"" -} -.fa-hand-pointer-o:before{ - content:"" -} -.fa-hand-peace-o:before{ - content:"" -} -.fa-trademark:before{ - content:"" -} -.fa-registered:before{ - content:"" -} -.fa-creative-commons:before{ - content:"" -} -.fa-gg:before{ - content:"" -} -.fa-gg-circle:before{ - content:"" -} -.fa-tripadvisor:before{ - content:"" -} -.fa-odnoklassniki:before{ - content:"" -} -.fa-odnoklassniki-square:before{ - content:"" -} -.fa-get-pocket:before{ - content:"" -} -.fa-wikipedia-w:before{ - content:"" -} -.fa-safari:before{ - content:"" -} -.fa-chrome:before{ - content:"" -} -.fa-firefox:before{ - content:"" -} -.fa-opera:before{ - content:"" -} -.fa-internet-explorer:before{ - content:"" -} -.fa-tv:before,.fa-television:before{ - content:"" -} -.fa-contao:before{ - content:"" -} -.fa-500px:before{ - content:"" -} -.fa-amazon:before{ - content:"" -} -.fa-calendar-plus-o:before{ - content:"" -} -.fa-calendar-minus-o:before{ - content:"" -} -.fa-calendar-times-o:before{ - content:"" -} -.fa-calendar-check-o:before{ - content:"" -} -.fa-industry:before{ - content:"" -} -.fa-map-pin:before{ - content:"" -} -.fa-map-signs:before{ - content:"" -} -.fa-map-o:before{ - content:"" -} -.fa-map:before{ - content:"" -} -.fa-commenting:before{ - content:"" -} -.fa-commenting-o:before{ - content:"" -} -.fa-houzz:before{ - content:"" -} -.fa-vimeo:before{ - content:"" -} -.fa-black-tie:before{ - content:"" -} -.fa-fonticons:before{ - content:"" -} -.fa-reddit-alien:before{ - content:"" -} -.fa-edge:before{ - content:"" -} -.fa-credit-card-alt:before{ - content:"" -} -.fa-codiepie:before{ - content:"" -} -.fa-modx:before{ - content:"" -} -.fa-fort-awesome:before{ - content:"" -} -.fa-usb:before{ - content:"" -} -.fa-product-hunt:before{ - content:"" -} -.fa-mixcloud:before{ - content:"" -} -.fa-scribd:before{ - content:"" -} -.fa-pause-circle:before{ - content:"" -} -.fa-pause-circle-o:before{ - content:"" -} -.fa-stop-circle:before{ - content:"" -} -.fa-stop-circle-o:before{ - content:"" -} -.fa-shopping-bag:before{ - content:"" -} -.fa-shopping-basket:before{ - content:"" -} -.fa-hashtag:before{ - content:"" -} -.fa-bluetooth:before{ - content:"" -} -.fa-bluetooth-b:before{ - content:"" -} -.fa-percent:before{ - content:"" -} -.fa-gitlab:before,.icon-gitlab:before{ - content:"" -} -.fa-wpbeginner:before{ - content:"" -} -.fa-wpforms:before{ - content:"" -} -.fa-envira:before{ - content:"" -} -.fa-universal-access:before{ - content:"" -} -.fa-wheelchair-alt:before{ - content:"" -} -.fa-question-circle-o:before{ - content:"" -} -.fa-blind:before{ - content:"" -} -.fa-audio-description:before{ - content:"" -} -.fa-volume-control-phone:before{ - content:"" -} -.fa-braille:before{ - content:"" -} -.fa-assistive-listening-systems:before{ - content:"" -} -.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{ - content:"" -} -.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{ - content:"" -} -.fa-glide:before{ - content:"" -} -.fa-glide-g:before{ - content:"" -} -.fa-signing:before,.fa-sign-language:before{ - content:"" -} -.fa-low-vision:before{ - content:"" -} -.fa-viadeo:before{ - content:"" -} -.fa-viadeo-square:before{ - content:"" -} -.fa-snapchat:before{ - content:"" -} -.fa-snapchat-ghost:before{ - content:"" -} -.fa-snapchat-square:before{ - content:"" -} -.fa-pied-piper:before{ - content:"" -} -.fa-first-order:before{ - content:"" -} -.fa-yoast:before{ - content:"" -} -.fa-themeisle:before{ - content:"" -} -.fa-google-plus-circle:before,.fa-google-plus-official:before{ - content:"" -} -.fa-fa:before,.fa-font-awesome:before{ - content:"" -} -.fa-handshake-o:before{ - content:"" -} -.fa-envelope-open:before{ - content:"" -} -.fa-envelope-open-o:before{ - content:"" -} -.fa-linode:before{ - content:"" -} -.fa-address-book:before{ - content:"" -} -.fa-address-book-o:before{ - content:"" -} -.fa-vcard:before,.fa-address-card:before{ - content:"" -} -.fa-vcard-o:before,.fa-address-card-o:before{ - content:"" -} -.fa-user-circle:before{ - content:"" -} -.fa-user-circle-o:before{ - content:"" -} -.fa-user-o:before{ - content:"" -} -.fa-id-badge:before{ - content:"" -} -.fa-drivers-license:before,.fa-id-card:before{ - content:"" -} -.fa-drivers-license-o:before,.fa-id-card-o:before{ - content:"" -} -.fa-quora:before{ - content:"" -} -.fa-free-code-camp:before{ - content:"" -} -.fa-telegram:before{ - content:"" -} -.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{ - content:"" -} -.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{ - content:"" -} -.fa-thermometer-2:before,.fa-thermometer-half:before{ - content:"" -} -.fa-thermometer-1:before,.fa-thermometer-quarter:before{ - content:"" -} -.fa-thermometer-0:before,.fa-thermometer-empty:before{ - content:"" -} -.fa-shower:before{ - content:"" -} -.fa-bathtub:before,.fa-s15:before,.fa-bath:before{ - content:"" -} -.fa-podcast:before{ - content:"" -} -.fa-window-maximize:before{ - content:"" -} -.fa-window-minimize:before{ - content:"" -} -.fa-window-restore:before{ - content:"" -} -.fa-times-rectangle:before,.fa-window-close:before{ - content:"" -} -.fa-times-rectangle-o:before,.fa-window-close-o:before{ - content:"" -} -.fa-bandcamp:before{ - content:"" -} -.fa-grav:before{ - content:"" -} -.fa-etsy:before{ - content:"" -} -.fa-imdb:before{ - content:"" -} -.fa-ravelry:before{ - content:"" -} -.fa-eercast:before{ - content:"" -} -.fa-microchip:before{ - content:"" -} -.fa-snowflake-o:before{ - content:"" -} -.fa-superpowers:before{ - content:"" -} -.fa-wpexplorer:before{ - content:"" -} -.fa-meetup:before{ - content:"" -} -.sr-only{ - position:absolute; - width:1px; - height:1px; - padding:0; - margin:-1px; - overflow:hidden; - clip:rect(0, 0, 0, 0); - border:0 -} -.sr-only-focusable:active,.sr-only-focusable:focus{ - position:static; - width:auto; - height:auto; - margin:0; - overflow:visible; - clip:auto -} -.fa,.wy-menu-vertical li span.toctree-expand,.wy-menu-vertical li.on a span.toctree-expand,.wy-menu-vertical li.current>a span.toctree-expand,.rst-content .admonition-title,.rst-content h1 .headerlink,.rst-content h2 .headerlink,.rst-content h3 .headerlink,.rst-content h4 .headerlink,.rst-content h5 .headerlink,.rst-content h6 .headerlink,.rst-content dl dt .headerlink,.rst-content p.caption .headerlink,.rst-content table>caption .headerlink,.rst-content .code-block-caption .headerlink,.rst-content tt.download span:first-child,.rst-content code.download span:first-child,.icon,.wy-dropdown .caret,.wy-inline-validate.wy-inline-validate-success .wy-input-context,.wy-inline-validate.wy-inline-validate-danger .wy-input-context,.wy-inline-validate.wy-inline-validate-warning .wy-input-context,.wy-inline-validate.wy-inline-validate-info .wy-input-context{ - font-family:inherit -} -.fa:before,.wy-menu-vertical li span.toctree-expand:before,.wy-menu-vertical li.on a span.toctree-expand:before,.wy-menu-vertical li.current>a span.toctree-expand:before,.rst-content .admonition-title:before,.rst-content h1 .headerlink:before,.rst-content h2 .headerlink:before,.rst-content h3 .headerlink:before,.rst-content h4 .headerlink:before,.rst-content h5 .headerlink:before,.rst-content h6 .headerlink:before,.rst-content dl dt .headerlink:before,.rst-content p.caption .headerlink:before,.rst-content table>caption .headerlink:before,.rst-content .code-block-caption .headerlink:before,.rst-content tt.download span:first-child:before,.rst-content code.download span:first-child:before,.icon:before,.wy-dropdown .caret:before,.wy-inline-validate.wy-inline-validate-success .wy-input-context:before,.wy-inline-validate.wy-inline-validate-danger .wy-input-context:before,.wy-inline-validate.wy-inline-validate-warning .wy-input-context:before,.wy-inline-validate.wy-inline-validate-info .wy-input-context:before{ - font-family:"FontAwesome"; - display:inline-block; - font-style:normal; - font-weight:normal; - line-height:1; - text-decoration:inherit -} -a .fa,a .wy-menu-vertical li span.toctree-expand,.wy-menu-vertical li a span.toctree-expand,.wy-menu-vertical li.on a span.toctree-expand,.wy-menu-vertical li.current>a span.toctree-expand,a .rst-content .admonition-title,.rst-content a .admonition-title,a .rst-content h1 .headerlink,.rst-content h1 a .headerlink,a .rst-content h2 .headerlink,.rst-content h2 a .headerlink,a .rst-content h3 .headerlink,.rst-content h3 a .headerlink,a .rst-content h4 .headerlink,.rst-content h4 a .headerlink,a .rst-content h5 .headerlink,.rst-content h5 a .headerlink,a .rst-content h6 .headerlink,.rst-content h6 a .headerlink,a .rst-content dl dt .headerlink,.rst-content dl dt a .headerlink,a .rst-content p.caption .headerlink,.rst-content p.caption a .headerlink,a .rst-content table>caption .headerlink,.rst-content table>caption a .headerlink,a .rst-content .code-block-caption .headerlink,.rst-content .code-block-caption a .headerlink,a .rst-content tt.download span:first-child,.rst-content tt.download a span:first-child,a .rst-content code.download span:first-child,.rst-content code.download a span:first-child,a .icon{ - display:inline-block; - text-decoration:inherit -} -.btn .fa,.btn .wy-menu-vertical li span.toctree-expand,.wy-menu-vertical li .btn span.toctree-expand,.btn .wy-menu-vertical li.on a span.toctree-expand,.wy-menu-vertical li.on a .btn span.toctree-expand,.btn .wy-menu-vertical li.current>a span.toctree-expand,.wy-menu-vertical li.current>a .btn span.toctree-expand,.btn .rst-content .admonition-title,.rst-content .btn .admonition-title,.btn .rst-content h1 .headerlink,.rst-content h1 .btn .headerlink,.btn .rst-content h2 .headerlink,.rst-content h2 .btn .headerlink,.btn .rst-content h3 .headerlink,.rst-content h3 .btn .headerlink,.btn .rst-content h4 .headerlink,.rst-content h4 .btn .headerlink,.btn .rst-content h5 .headerlink,.rst-content h5 .btn .headerlink,.btn .rst-content h6 .headerlink,.rst-content h6 .btn .headerlink,.btn .rst-content dl dt .headerlink,.rst-content dl dt .btn .headerlink,.btn .rst-content p.caption .headerlink,.rst-content p.caption .btn .headerlink,.btn .rst-content table>caption .headerlink,.rst-content table>caption .btn .headerlink,.btn .rst-content .code-block-caption .headerlink,.rst-content .code-block-caption .btn .headerlink,.btn .rst-content tt.download span:first-child,.rst-content tt.download .btn span:first-child,.btn .rst-content code.download span:first-child,.rst-content code.download .btn span:first-child,.btn .icon,.nav .fa,.nav .wy-menu-vertical li span.toctree-expand,.wy-menu-vertical li .nav span.toctree-expand,.nav .wy-menu-vertical li.on a span.toctree-expand,.wy-menu-vertical li.on a .nav span.toctree-expand,.nav .wy-menu-vertical li.current>a span.toctree-expand,.wy-menu-vertical li.current>a .nav span.toctree-expand,.nav .rst-content .admonition-title,.rst-content .nav .admonition-title,.nav .rst-content h1 .headerlink,.rst-content h1 .nav .headerlink,.nav .rst-content h2 .headerlink,.rst-content h2 .nav .headerlink,.nav .rst-content h3 .headerlink,.rst-content h3 .nav .headerlink,.nav .rst-content h4 .headerlink,.rst-content h4 .nav .headerlink,.nav .rst-content h5 .headerlink,.rst-content h5 .nav .headerlink,.nav .rst-content h6 .headerlink,.rst-content h6 .nav .headerlink,.nav .rst-content dl dt .headerlink,.rst-content dl dt .nav .headerlink,.nav .rst-content p.caption .headerlink,.rst-content p.caption .nav .headerlink,.nav .rst-content table>caption .headerlink,.rst-content table>caption .nav .headerlink,.nav .rst-content .code-block-caption .headerlink,.rst-content .code-block-caption .nav .headerlink,.nav .rst-content tt.download span:first-child,.rst-content tt.download .nav span:first-child,.nav .rst-content code.download span:first-child,.rst-content code.download .nav span:first-child,.nav .icon{ - display:inline -} -.btn .fa.fa-large,.btn .wy-menu-vertical li span.fa-large.toctree-expand,.wy-menu-vertical li .btn span.fa-large.toctree-expand,.btn .rst-content .fa-large.admonition-title,.rst-content .btn .fa-large.admonition-title,.btn .rst-content h1 .fa-large.headerlink,.rst-content h1 .btn .fa-large.headerlink,.btn .rst-content h2 .fa-large.headerlink,.rst-content h2 .btn .fa-large.headerlink,.btn .rst-content h3 .fa-large.headerlink,.rst-content h3 .btn .fa-large.headerlink,.btn .rst-content h4 .fa-large.headerlink,.rst-content h4 .btn .fa-large.headerlink,.btn .rst-content h5 .fa-large.headerlink,.rst-content h5 .btn .fa-large.headerlink,.btn .rst-content h6 .fa-large.headerlink,.rst-content h6 .btn .fa-large.headerlink,.btn .rst-content dl dt .fa-large.headerlink,.rst-content dl dt .btn .fa-large.headerlink,.btn .rst-content p.caption .fa-large.headerlink,.rst-content p.caption .btn .fa-large.headerlink,.btn .rst-content table>caption .fa-large.headerlink,.rst-content table>caption .btn .fa-large.headerlink,.btn .rst-content .code-block-caption .fa-large.headerlink,.rst-content .code-block-caption .btn .fa-large.headerlink,.btn .rst-content tt.download span.fa-large:first-child,.rst-content tt.download .btn span.fa-large:first-child,.btn .rst-content code.download span.fa-large:first-child,.rst-content code.download .btn span.fa-large:first-child,.btn .fa-large.icon,.nav .fa.fa-large,.nav .wy-menu-vertical li span.fa-large.toctree-expand,.wy-menu-vertical li .nav span.fa-large.toctree-expand,.nav .rst-content .fa-large.admonition-title,.rst-content .nav .fa-large.admonition-title,.nav .rst-content h1 .fa-large.headerlink,.rst-content h1 .nav .fa-large.headerlink,.nav .rst-content h2 .fa-large.headerlink,.rst-content h2 .nav .fa-large.headerlink,.nav .rst-content h3 .fa-large.headerlink,.rst-content h3 .nav .fa-large.headerlink,.nav .rst-content h4 .fa-large.headerlink,.rst-content h4 .nav .fa-large.headerlink,.nav .rst-content h5 .fa-large.headerlink,.rst-content h5 .nav .fa-large.headerlink,.nav .rst-content h6 .fa-large.headerlink,.rst-content h6 .nav .fa-large.headerlink,.nav .rst-content dl dt .fa-large.headerlink,.rst-content dl dt .nav .fa-large.headerlink,.nav .rst-content p.caption .fa-large.headerlink,.rst-content p.caption .nav .fa-large.headerlink,.nav .rst-content table>caption .fa-large.headerlink,.rst-content table>caption .nav .fa-large.headerlink,.nav .rst-content .code-block-caption .fa-large.headerlink,.rst-content .code-block-caption .nav .fa-large.headerlink,.nav .rst-content tt.download span.fa-large:first-child,.rst-content tt.download .nav span.fa-large:first-child,.nav .rst-content code.download span.fa-large:first-child,.rst-content code.download .nav span.fa-large:first-child,.nav .fa-large.icon{ - line-height:.9em -} -.btn .fa.fa-spin,.btn .wy-menu-vertical li span.fa-spin.toctree-expand,.wy-menu-vertical li .btn span.fa-spin.toctree-expand,.btn .rst-content .fa-spin.admonition-title,.rst-content .btn .fa-spin.admonition-title,.btn .rst-content h1 .fa-spin.headerlink,.rst-content h1 .btn .fa-spin.headerlink,.btn .rst-content h2 .fa-spin.headerlink,.rst-content h2 .btn .fa-spin.headerlink,.btn .rst-content h3 .fa-spin.headerlink,.rst-content h3 .btn .fa-spin.headerlink,.btn .rst-content h4 .fa-spin.headerlink,.rst-content h4 .btn .fa-spin.headerlink,.btn .rst-content h5 .fa-spin.headerlink,.rst-content h5 .btn .fa-spin.headerlink,.btn .rst-content h6 .fa-spin.headerlink,.rst-content h6 .btn .fa-spin.headerlink,.btn .rst-content dl dt .fa-spin.headerlink,.rst-content dl dt .btn .fa-spin.headerlink,.btn .rst-content p.caption .fa-spin.headerlink,.rst-content p.caption .btn .fa-spin.headerlink,.btn .rst-content table>caption .fa-spin.headerlink,.rst-content table>caption .btn .fa-spin.headerlink,.btn .rst-content .code-block-caption .fa-spin.headerlink,.rst-content .code-block-caption .btn .fa-spin.headerlink,.btn .rst-content tt.download span.fa-spin:first-child,.rst-content tt.download .btn span.fa-spin:first-child,.btn .rst-content code.download span.fa-spin:first-child,.rst-content code.download .btn span.fa-spin:first-child,.btn .fa-spin.icon,.nav .fa.fa-spin,.nav .wy-menu-vertical li span.fa-spin.toctree-expand,.wy-menu-vertical li .nav span.fa-spin.toctree-expand,.nav .rst-content .fa-spin.admonition-title,.rst-content .nav .fa-spin.admonition-title,.nav .rst-content h1 .fa-spin.headerlink,.rst-content h1 .nav .fa-spin.headerlink,.nav .rst-content h2 .fa-spin.headerlink,.rst-content h2 .nav .fa-spin.headerlink,.nav .rst-content h3 .fa-spin.headerlink,.rst-content h3 .nav .fa-spin.headerlink,.nav .rst-content h4 .fa-spin.headerlink,.rst-content h4 .nav .fa-spin.headerlink,.nav .rst-content h5 .fa-spin.headerlink,.rst-content h5 .nav .fa-spin.headerlink,.nav .rst-content h6 .fa-spin.headerlink,.rst-content h6 .nav .fa-spin.headerlink,.nav .rst-content dl dt .fa-spin.headerlink,.rst-content dl dt .nav .fa-spin.headerlink,.nav .rst-content p.caption .fa-spin.headerlink,.rst-content p.caption .nav .fa-spin.headerlink,.nav .rst-content table>caption .fa-spin.headerlink,.rst-content table>caption .nav .fa-spin.headerlink,.nav .rst-content .code-block-caption .fa-spin.headerlink,.rst-content .code-block-caption .nav .fa-spin.headerlink,.nav .rst-content tt.download span.fa-spin:first-child,.rst-content tt.download .nav span.fa-spin:first-child,.nav .rst-content code.download span.fa-spin:first-child,.rst-content code.download .nav span.fa-spin:first-child,.nav .fa-spin.icon{ - display:inline-block -} -.btn.fa:before,.wy-menu-vertical li span.btn.toctree-expand:before,.rst-content .btn.admonition-title:before,.rst-content h1 .btn.headerlink:before,.rst-content h2 .btn.headerlink:before,.rst-content h3 .btn.headerlink:before,.rst-content h4 .btn.headerlink:before,.rst-content h5 .btn.headerlink:before,.rst-content h6 .btn.headerlink:before,.rst-content dl dt .btn.headerlink:before,.rst-content p.caption .btn.headerlink:before,.rst-content table>caption .btn.headerlink:before,.rst-content .code-block-caption .btn.headerlink:before,.rst-content tt.download span.btn:first-child:before,.rst-content code.download span.btn:first-child:before,.btn.icon:before{ - opacity:.5; - -webkit-transition:opacity .05s ease-in; - -moz-transition:opacity .05s ease-in; - transition:opacity .05s ease-in -} -.btn.fa:hover:before,.wy-menu-vertical li span.btn.toctree-expand:hover:before,.rst-content .btn.admonition-title:hover:before,.rst-content h1 .btn.headerlink:hover:before,.rst-content h2 .btn.headerlink:hover:before,.rst-content h3 .btn.headerlink:hover:before,.rst-content h4 .btn.headerlink:hover:before,.rst-content h5 .btn.headerlink:hover:before,.rst-content h6 .btn.headerlink:hover:before,.rst-content dl dt .btn.headerlink:hover:before,.rst-content p.caption .btn.headerlink:hover:before,.rst-content table>caption .btn.headerlink:hover:before,.rst-content .code-block-caption .btn.headerlink:hover:before,.rst-content tt.download span.btn:first-child:hover:before,.rst-content code.download span.btn:first-child:hover:before,.btn.icon:hover:before{ - opacity:1 -} -.btn-mini .fa:before,.btn-mini .wy-menu-vertical li span.toctree-expand:before,.wy-menu-vertical li .btn-mini span.toctree-expand:before,.btn-mini .rst-content .admonition-title:before,.rst-content .btn-mini .admonition-title:before,.btn-mini .rst-content h1 .headerlink:before,.rst-content h1 .btn-mini .headerlink:before,.btn-mini .rst-content h2 .headerlink:before,.rst-content h2 .btn-mini .headerlink:before,.btn-mini .rst-content h3 .headerlink:before,.rst-content h3 .btn-mini .headerlink:before,.btn-mini .rst-content h4 .headerlink:before,.rst-content h4 .btn-mini .headerlink:before,.btn-mini .rst-content h5 .headerlink:before,.rst-content h5 .btn-mini .headerlink:before,.btn-mini .rst-content h6 .headerlink:before,.rst-content h6 .btn-mini .headerlink:before,.btn-mini .rst-content dl dt .headerlink:before,.rst-content dl dt .btn-mini .headerlink:before,.btn-mini .rst-content p.caption .headerlink:before,.rst-content p.caption .btn-mini .headerlink:before,.btn-mini .rst-content table>caption .headerlink:before,.rst-content table>caption .btn-mini .headerlink:before,.btn-mini .rst-content .code-block-caption .headerlink:before,.rst-content .code-block-caption .btn-mini .headerlink:before,.btn-mini .rst-content tt.download span:first-child:before,.rst-content tt.download .btn-mini span:first-child:before,.btn-mini .rst-content code.download span:first-child:before,.rst-content code.download .btn-mini span:first-child:before,.btn-mini .icon:before{ - font-size:14px; - vertical-align:-15% -} -.wy-alert,.rst-content .note,.rst-content .attention,.rst-content .caution,.rst-content .danger,.rst-content .error,.rst-content .hint,.rst-content .important,.rst-content .tip,.rst-content .warning,.rst-content .seealso,.rst-content .admonition-todo,.rst-content .admonition{ - padding:12px; - line-height:24px; - margin-bottom:24px; - background:#e7f2fa -} -.wy-alert-title,.rst-content .admonition-title{ - color:#fff; - font-weight:bold; - display:block; - color:#fff; - background:#6ab0de; - margin:-12px; - padding:6px 12px; - margin-bottom:12px -} -.wy-alert.wy-alert-danger,.rst-content .wy-alert-danger.note,.rst-content .wy-alert-danger.attention,.rst-content .wy-alert-danger.caution,.rst-content .danger,.rst-content .error,.rst-content .wy-alert-danger.hint,.rst-content .wy-alert-danger.important,.rst-content .wy-alert-danger.tip,.rst-content .wy-alert-danger.warning,.rst-content .wy-alert-danger.seealso,.rst-content .wy-alert-danger.admonition-todo,.rst-content .wy-alert-danger.admonition{ - background:#fdf3f2 -} -.wy-alert.wy-alert-danger .wy-alert-title,.rst-content .wy-alert-danger.note .wy-alert-title,.rst-content .wy-alert-danger.attention .wy-alert-title,.rst-content .wy-alert-danger.caution .wy-alert-title,.rst-content .danger .wy-alert-title,.rst-content .error .wy-alert-title,.rst-content .wy-alert-danger.hint .wy-alert-title,.rst-content .wy-alert-danger.important .wy-alert-title,.rst-content .wy-alert-danger.tip .wy-alert-title,.rst-content .wy-alert-danger.warning .wy-alert-title,.rst-content .wy-alert-danger.seealso .wy-alert-title,.rst-content .wy-alert-danger.admonition-todo .wy-alert-title,.rst-content .wy-alert-danger.admonition .wy-alert-title,.wy-alert.wy-alert-danger .rst-content .admonition-title,.rst-content .wy-alert.wy-alert-danger .admonition-title,.rst-content .wy-alert-danger.note .admonition-title,.rst-content .wy-alert-danger.attention .admonition-title,.rst-content .wy-alert-danger.caution .admonition-title,.rst-content .danger .admonition-title,.rst-content .error .admonition-title,.rst-content .wy-alert-danger.hint .admonition-title,.rst-content .wy-alert-danger.important .admonition-title,.rst-content .wy-alert-danger.tip .admonition-title,.rst-content .wy-alert-danger.warning .admonition-title,.rst-content .wy-alert-danger.seealso .admonition-title,.rst-content .wy-alert-danger.admonition-todo .admonition-title,.rst-content .wy-alert-danger.admonition .admonition-title{ - background:#f29f97 -} -.wy-alert.wy-alert-warning,.rst-content .wy-alert-warning.note,.rst-content .attention,.rst-content .caution,.rst-content .wy-alert-warning.danger,.rst-content .wy-alert-warning.error,.rst-content .wy-alert-warning.hint,.rst-content .wy-alert-warning.important,.rst-content .wy-alert-warning.tip,.rst-content .warning,.rst-content .wy-alert-warning.seealso,.rst-content .admonition-todo,.rst-content .wy-alert-warning.admonition{ - background:#ffedcc -} -.wy-alert.wy-alert-warning .wy-alert-title,.rst-content .wy-alert-warning.note .wy-alert-title,.rst-content .attention .wy-alert-title,.rst-content .caution .wy-alert-title,.rst-content .wy-alert-warning.danger .wy-alert-title,.rst-content .wy-alert-warning.error .wy-alert-title,.rst-content .wy-alert-warning.hint .wy-alert-title,.rst-content .wy-alert-warning.important .wy-alert-title,.rst-content .wy-alert-warning.tip .wy-alert-title,.rst-content .warning .wy-alert-title,.rst-content .wy-alert-warning.seealso .wy-alert-title,.rst-content .admonition-todo .wy-alert-title,.rst-content .wy-alert-warning.admonition .wy-alert-title,.wy-alert.wy-alert-warning .rst-content .admonition-title,.rst-content .wy-alert.wy-alert-warning .admonition-title,.rst-content .wy-alert-warning.note .admonition-title,.rst-content .attention .admonition-title,.rst-content .caution .admonition-title,.rst-content .wy-alert-warning.danger .admonition-title,.rst-content .wy-alert-warning.error .admonition-title,.rst-content .wy-alert-warning.hint .admonition-title,.rst-content .wy-alert-warning.important .admonition-title,.rst-content .wy-alert-warning.tip .admonition-title,.rst-content .warning .admonition-title,.rst-content .wy-alert-warning.seealso .admonition-title,.rst-content .admonition-todo .admonition-title,.rst-content .wy-alert-warning.admonition .admonition-title{ - background:#f0b37e -} -.wy-alert.wy-alert-info,.rst-content .note,.rst-content .wy-alert-info.attention,.rst-content .wy-alert-info.caution,.rst-content .wy-alert-info.danger,.rst-content .wy-alert-info.error,.rst-content .wy-alert-info.hint,.rst-content .wy-alert-info.important,.rst-content .wy-alert-info.tip,.rst-content .wy-alert-info.warning,.rst-content .seealso,.rst-content .wy-alert-info.admonition-todo,.rst-content .wy-alert-info.admonition{ - background:#e7f2fa -} -.wy-alert.wy-alert-info .wy-alert-title,.rst-content .note .wy-alert-title,.rst-content .wy-alert-info.attention .wy-alert-title,.rst-content .wy-alert-info.caution .wy-alert-title,.rst-content .wy-alert-info.danger .wy-alert-title,.rst-content .wy-alert-info.error .wy-alert-title,.rst-content .wy-alert-info.hint .wy-alert-title,.rst-content .wy-alert-info.important .wy-alert-title,.rst-content .wy-alert-info.tip .wy-alert-title,.rst-content .wy-alert-info.warning .wy-alert-title,.rst-content .seealso .wy-alert-title,.rst-content .wy-alert-info.admonition-todo .wy-alert-title,.rst-content .wy-alert-info.admonition .wy-alert-title,.wy-alert.wy-alert-info .rst-content .admonition-title,.rst-content .wy-alert.wy-alert-info .admonition-title,.rst-content .note .admonition-title,.rst-content .wy-alert-info.attention .admonition-title,.rst-content .wy-alert-info.caution .admonition-title,.rst-content .wy-alert-info.danger .admonition-title,.rst-content .wy-alert-info.error .admonition-title,.rst-content .wy-alert-info.hint .admonition-title,.rst-content .wy-alert-info.important .admonition-title,.rst-content .wy-alert-info.tip .admonition-title,.rst-content .wy-alert-info.warning .admonition-title,.rst-content .seealso .admonition-title,.rst-content .wy-alert-info.admonition-todo .admonition-title,.rst-content .wy-alert-info.admonition .admonition-title{ - background:#6ab0de -} -.wy-alert.wy-alert-success,.rst-content .wy-alert-success.note,.rst-content .wy-alert-success.attention,.rst-content .wy-alert-success.caution,.rst-content .wy-alert-success.danger,.rst-content .wy-alert-success.error,.rst-content .hint,.rst-content .important,.rst-content .tip,.rst-content .wy-alert-success.warning,.rst-content .wy-alert-success.seealso,.rst-content .wy-alert-success.admonition-todo,.rst-content .wy-alert-success.admonition{ - background:#dbfaf4 -} -.wy-alert.wy-alert-success .wy-alert-title,.rst-content .wy-alert-success.note .wy-alert-title,.rst-content .wy-alert-success.attention .wy-alert-title,.rst-content .wy-alert-success.caution .wy-alert-title,.rst-content .wy-alert-success.danger .wy-alert-title,.rst-content .wy-alert-success.error .wy-alert-title,.rst-content .hint .wy-alert-title,.rst-content .important .wy-alert-title,.rst-content .tip .wy-alert-title,.rst-content .wy-alert-success.warning .wy-alert-title,.rst-content .wy-alert-success.seealso .wy-alert-title,.rst-content .wy-alert-success.admonition-todo .wy-alert-title,.rst-content .wy-alert-success.admonition .wy-alert-title,.wy-alert.wy-alert-success .rst-content .admonition-title,.rst-content .wy-alert.wy-alert-success .admonition-title,.rst-content .wy-alert-success.note .admonition-title,.rst-content .wy-alert-success.attention .admonition-title,.rst-content .wy-alert-success.caution .admonition-title,.rst-content .wy-alert-success.danger .admonition-title,.rst-content .wy-alert-success.error .admonition-title,.rst-content .hint .admonition-title,.rst-content .important .admonition-title,.rst-content .tip .admonition-title,.rst-content .wy-alert-success.warning .admonition-title,.rst-content .wy-alert-success.seealso .admonition-title,.rst-content .wy-alert-success.admonition-todo .admonition-title,.rst-content .wy-alert-success.admonition .admonition-title{ - background:#1abc9c -} -.wy-alert.wy-alert-neutral,.rst-content .wy-alert-neutral.note,.rst-content .wy-alert-neutral.attention,.rst-content .wy-alert-neutral.caution,.rst-content .wy-alert-neutral.danger,.rst-content .wy-alert-neutral.error,.rst-content .wy-alert-neutral.hint,.rst-content .wy-alert-neutral.important,.rst-content .wy-alert-neutral.tip,.rst-content .wy-alert-neutral.warning,.rst-content .wy-alert-neutral.seealso,.rst-content .wy-alert-neutral.admonition-todo,.rst-content .wy-alert-neutral.admonition{ - background:#f3f6f6 -} -.wy-alert.wy-alert-neutral .wy-alert-title,.rst-content .wy-alert-neutral.note .wy-alert-title,.rst-content .wy-alert-neutral.attention .wy-alert-title,.rst-content .wy-alert-neutral.caution .wy-alert-title,.rst-content .wy-alert-neutral.danger .wy-alert-title,.rst-content .wy-alert-neutral.error .wy-alert-title,.rst-content .wy-alert-neutral.hint .wy-alert-title,.rst-content .wy-alert-neutral.important .wy-alert-title,.rst-content .wy-alert-neutral.tip .wy-alert-title,.rst-content .wy-alert-neutral.warning .wy-alert-title,.rst-content .wy-alert-neutral.seealso .wy-alert-title,.rst-content .wy-alert-neutral.admonition-todo .wy-alert-title,.rst-content .wy-alert-neutral.admonition .wy-alert-title,.wy-alert.wy-alert-neutral .rst-content .admonition-title,.rst-content .wy-alert.wy-alert-neutral .admonition-title,.rst-content .wy-alert-neutral.note .admonition-title,.rst-content .wy-alert-neutral.attention .admonition-title,.rst-content .wy-alert-neutral.caution .admonition-title,.rst-content .wy-alert-neutral.danger .admonition-title,.rst-content .wy-alert-neutral.error .admonition-title,.rst-content .wy-alert-neutral.hint .admonition-title,.rst-content .wy-alert-neutral.important .admonition-title,.rst-content .wy-alert-neutral.tip .admonition-title,.rst-content .wy-alert-neutral.warning .admonition-title,.rst-content .wy-alert-neutral.seealso .admonition-title,.rst-content .wy-alert-neutral.admonition-todo .admonition-title,.rst-content .wy-alert-neutral.admonition .admonition-title{ - color:#404040; - background:#e1e4e5 -} -.wy-alert.wy-alert-neutral a,.rst-content .wy-alert-neutral.note a,.rst-content .wy-alert-neutral.attention a,.rst-content .wy-alert-neutral.caution a,.rst-content .wy-alert-neutral.danger a,.rst-content .wy-alert-neutral.error a,.rst-content .wy-alert-neutral.hint a,.rst-content .wy-alert-neutral.important a,.rst-content .wy-alert-neutral.tip a,.rst-content .wy-alert-neutral.warning a,.rst-content .wy-alert-neutral.seealso a,.rst-content .wy-alert-neutral.admonition-todo a,.rst-content .wy-alert-neutral.admonition a{ - color:#2980B9 -} -.wy-alert p:last-child,.rst-content .note p:last-child,.rst-content .attention p:last-child,.rst-content .caution p:last-child,.rst-content .danger p:last-child,.rst-content .error p:last-child,.rst-content .hint p:last-child,.rst-content .important p:last-child,.rst-content .tip p:last-child,.rst-content .warning p:last-child,.rst-content .seealso p:last-child,.rst-content .admonition-todo p:last-child,.rst-content .admonition p:last-child{ - margin-bottom:0 -} -.wy-tray-container{ - position:fixed; - bottom:0px; - left:0; - z-index:600 -} -.wy-tray-container li{ - display:block; - width:400px; - background:transparent; - color:#fff; - text-align:center; - box-shadow:0 5px 5px 0 rgba(0,0,0,0.1); - padding:0 24px; - min-width:20%; - opacity:0; - height:0; - line-height:56px; - overflow:hidden; - -webkit-transition:all .3s ease-in; - -moz-transition:all .3s ease-in; - transition:all .3s ease-in -} -.wy-tray-container li.wy-tray-item-success{ - background:#27AE60 -} -.wy-tray-container li.wy-tray-item-info{ - background:#2980B9 -} -.wy-tray-container li.wy-tray-item-warning{ - background:#E67E22 -} -.wy-tray-container li.wy-tray-item-danger{ - background:#E74C3C -} -.wy-tray-container li.on{ - opacity:1; - height:56px -} -@media screen and (max-width: 768px){ - .wy-tray-container{ - bottom:auto; - top:0; - width:100% - } - .wy-tray-container li{ - width:100% - } -} -button{ - font-size:100%; - margin:0; - vertical-align:baseline; - *vertical-align:middle; - cursor:pointer; - line-height:normal; - -webkit-appearance:button; - *overflow:visible -} -button::-moz-focus-inner,input::-moz-focus-inner{ - border:0; - padding:0 -} -button[disabled]{ - cursor:default -} -.btn{ - display:inline-block; - border-radius:2px; - line-height:normal; - white-space:nowrap; - text-align:center; - cursor:pointer; - font-size:100%; - padding:6px 12px 8px 12px; - color:#fff; - border:1px solid rgba(0,0,0,0.1); - background-color:#27AE60; - text-decoration:none; - font-weight:normal; - font-family:"Lato","proxima-nova","Helvetica Neue",Arial,sans-serif; - box-shadow:0px 1px 2px -1px rgba(255,255,255,0.5) inset,0px -2px 0px 0px rgba(0,0,0,0.1) inset; - outline-none:false; - vertical-align:middle; - *display:inline; - zoom:1; - -webkit-user-drag:none; - -webkit-user-select:none; - -moz-user-select:none; - -ms-user-select:none; - user-select:none; - -webkit-transition:all .1s linear; - -moz-transition:all .1s linear; - transition:all .1s linear -} -.btn-hover{ - background:#2e8ece; - color:#fff -} -.btn:hover{ - background:#2cc36b; - color:#fff -} -.btn:focus{ - background:#2cc36b; - outline:0 -} -.btn:active{ - box-shadow:0px -1px 0px 0px rgba(0,0,0,0.05) inset,0px 2px 0px 0px rgba(0,0,0,0.1) inset; - padding:8px 12px 6px 12px -} -.btn:visited{ - color:#fff -} -.btn:disabled{ - background-image:none; - filter:progid:DXImageTransform.Microsoft.gradient(enabled = false); - filter:alpha(opacity=40); - opacity:.4; - cursor:not-allowed; - box-shadow:none -} -.btn-disabled{ - background-image:none; - filter:progid:DXImageTransform.Microsoft.gradient(enabled = false); - filter:alpha(opacity=40); - opacity:.4; - cursor:not-allowed; - box-shadow:none -} -.btn-disabled:hover,.btn-disabled:focus,.btn-disabled:active{ - background-image:none; - filter:progid:DXImageTransform.Microsoft.gradient(enabled = false); - filter:alpha(opacity=40); - opacity:.4; - cursor:not-allowed; - box-shadow:none -} -.btn::-moz-focus-inner{ - padding:0; - border:0 -} -.btn-small{ - font-size:80% -} -.btn-info{ - background-color:#2980B9 !important -} -.btn-info:hover{ - background-color:#2e8ece !important -} -.btn-neutral{ - background-color:#f3f6f6 !important; - color:#404040 !important -} -.btn-neutral:hover{ - background-color:#e5ebeb !important; - color:#404040 -} -.btn-neutral:visited{ - color:#404040 !important -} -.btn-success{ - background-color:#27AE60 !important -} -.btn-success:hover{ - background-color:#295 !important -} -.btn-danger{ - background-color:#E74C3C !important -} -.btn-danger:hover{ - background-color:#ea6153 !important -} -.btn-warning{ - background-color:#E67E22 !important -} -.btn-warning:hover{ - background-color:#e98b39 !important -} -.btn-invert{ - background-color:#222 -} -.btn-invert:hover{ - background-color:#2f2f2f !important -} -.btn-link{ - background-color:transparent !important; - color:#2980B9; - box-shadow:none; - border-color:transparent !important -} -.btn-link:hover{ - background-color:transparent !important; - color:#409ad5 !important; - box-shadow:none -} -.btn-link:active{ - background-color:transparent !important; - color:#409ad5 !important; - box-shadow:none -} -.btn-link:visited{ - color:#9B59B6 -} -.wy-btn-group .btn,.wy-control .btn{ - vertical-align:middle -} -.wy-btn-group{ - margin-bottom:24px; - *zoom:1 -} -.wy-btn-group:before,.wy-btn-group:after{ - display:table; - content:"" -} -.wy-btn-group:after{ - clear:both -} -.wy-dropdown{ - position:relative; - display:inline-block -} -.wy-dropdown-active .wy-dropdown-menu{ - display:block -} -.wy-dropdown-menu{ - position:absolute; - left:0; - display:none; - float:left; - top:100%; - min-width:100%; - background:#fcfcfc; - z-index:100; - border:solid 1px #cfd7dd; - box-shadow:0 2px 2px 0 rgba(0,0,0,0.1); - padding:12px -} -.wy-dropdown-menu>dd>a{ - display:block; - clear:both; - color:#404040; - white-space:nowrap; - font-size:90%; - padding:0 12px; - cursor:pointer -} -.wy-dropdown-menu>dd>a:hover{ - background:#2980B9; - color:#fff -} -.wy-dropdown-menu>dd.divider{ - border-top:solid 1px #cfd7dd; - margin:6px 0 -} -.wy-dropdown-menu>dd.search{ - padding-bottom:12px -} -.wy-dropdown-menu>dd.search input[type="search"]{ - width:100% -} -.wy-dropdown-menu>dd.call-to-action{ - background:#e3e3e3; - text-transform:uppercase; - font-weight:500; - font-size:80% -} -.wy-dropdown-menu>dd.call-to-action:hover{ - background:#e3e3e3 -} -.wy-dropdown-menu>dd.call-to-action .btn{ - color:#fff -} -.wy-dropdown.wy-dropdown-up .wy-dropdown-menu{ - bottom:100%; - top:auto; - left:auto; - right:0 -} -.wy-dropdown.wy-dropdown-bubble .wy-dropdown-menu{ - background:#fcfcfc; - margin-top:2px -} -.wy-dropdown.wy-dropdown-bubble .wy-dropdown-menu a{ - padding:6px 12px -} -.wy-dropdown.wy-dropdown-bubble .wy-dropdown-menu a:hover{ - background:#2980B9; - color:#fff -} -.wy-dropdown.wy-dropdown-left .wy-dropdown-menu{ - right:0; - left:auto; - text-align:right -} -.wy-dropdown-arrow:before{ - content:" "; - border-bottom:5px solid #f5f5f5; - border-left:5px solid transparent; - border-right:5px solid transparent; - position:absolute; - display:block; - top:-4px; - left:50%; - margin-left:-3px -} -.wy-dropdown-arrow.wy-dropdown-arrow-left:before{ - left:11px -} -.wy-form-stacked select{ - display:block -} -.wy-form-aligned input,.wy-form-aligned textarea,.wy-form-aligned select,.wy-form-aligned .wy-help-inline,.wy-form-aligned label{ - display:inline-block; - *display:inline; - *zoom:1; - vertical-align:middle -} -.wy-form-aligned .wy-control-group>label{ - display:inline-block; - vertical-align:middle; - width:10em; - margin:6px 12px 0 0; - float:left -} -.wy-form-aligned .wy-control{ - float:left -} -.wy-form-aligned .wy-control label{ - display:block -} -.wy-form-aligned .wy-control select{ - margin-top:6px -} -fieldset{ - border:0; - margin:0; - padding:0 -} -legend{ - display:block; - width:100%; - border:0; - padding:0; - white-space:normal; - margin-bottom:24px; - font-size:150%; - *margin-left:-7px -} -label{ - display:block; - margin:0 0 .3125em 0; - color:#333; - font-size:90% -} -input,select,textarea{ - font-size:100%; - margin:0; - vertical-align:baseline; - *vertical-align:middle -} -.wy-control-group{ - margin-bottom:24px; - *zoom:1; - max-width:68em; - margin-left:auto; - margin-right:auto; - *zoom:1 -} -.wy-control-group:before,.wy-control-group:after{ - display:table; - content:"" -} -.wy-control-group:after{ - clear:both -} -.wy-control-group:before,.wy-control-group:after{ - display:table; - content:"" -} -.wy-control-group:after{ - clear:both -} -.wy-control-group.wy-control-group-required>label:after{ - content:" *"; - color:#E74C3C -} -.wy-control-group .wy-form-full,.wy-control-group .wy-form-halves,.wy-control-group .wy-form-thirds{ - padding-bottom:12px -} -.wy-control-group .wy-form-full select,.wy-control-group .wy-form-halves select,.wy-control-group .wy-form-thirds select{ - width:100% -} -.wy-control-group .wy-form-full input[type="text"],.wy-control-group .wy-form-full input[type="password"],.wy-control-group .wy-form-full input[type="email"],.wy-control-group .wy-form-full input[type="url"],.wy-control-group .wy-form-full input[type="date"],.wy-control-group .wy-form-full input[type="month"],.wy-control-group .wy-form-full input[type="time"],.wy-control-group .wy-form-full input[type="datetime"],.wy-control-group .wy-form-full input[type="datetime-local"],.wy-control-group .wy-form-full input[type="week"],.wy-control-group .wy-form-full input[type="number"],.wy-control-group .wy-form-full input[type="search"],.wy-control-group .wy-form-full input[type="tel"],.wy-control-group .wy-form-full input[type="color"],.wy-control-group .wy-form-halves input[type="text"],.wy-control-group .wy-form-halves input[type="password"],.wy-control-group .wy-form-halves input[type="email"],.wy-control-group .wy-form-halves input[type="url"],.wy-control-group .wy-form-halves input[type="date"],.wy-control-group .wy-form-halves input[type="month"],.wy-control-group .wy-form-halves input[type="time"],.wy-control-group .wy-form-halves input[type="datetime"],.wy-control-group .wy-form-halves input[type="datetime-local"],.wy-control-group .wy-form-halves input[type="week"],.wy-control-group .wy-form-halves input[type="number"],.wy-control-group .wy-form-halves input[type="search"],.wy-control-group .wy-form-halves input[type="tel"],.wy-control-group .wy-form-halves input[type="color"],.wy-control-group .wy-form-thirds input[type="text"],.wy-control-group .wy-form-thirds input[type="password"],.wy-control-group .wy-form-thirds input[type="email"],.wy-control-group .wy-form-thirds input[type="url"],.wy-control-group .wy-form-thirds input[type="date"],.wy-control-group .wy-form-thirds input[type="month"],.wy-control-group .wy-form-thirds input[type="time"],.wy-control-group .wy-form-thirds input[type="datetime"],.wy-control-group .wy-form-thirds input[type="datetime-local"],.wy-control-group .wy-form-thirds input[type="week"],.wy-control-group .wy-form-thirds input[type="number"],.wy-control-group .wy-form-thirds input[type="search"],.wy-control-group .wy-form-thirds input[type="tel"],.wy-control-group .wy-form-thirds input[type="color"]{ - width:100% -} -.wy-control-group .wy-form-full{ - float:left; - display:block; - margin-right:2.3576515979%; - width:100%; - margin-right:0 -} -.wy-control-group .wy-form-full:last-child{ - margin-right:0 -} -.wy-control-group .wy-form-halves{ - float:left; - display:block; - margin-right:2.3576515979%; - width:48.821174201% -} -.wy-control-group .wy-form-halves:last-child{ - margin-right:0 -} -.wy-control-group .wy-form-halves:nth-of-type(2n){ - margin-right:0 -} -.wy-control-group .wy-form-halves:nth-of-type(2n+1){ - clear:left -} -.wy-control-group .wy-form-thirds{ - float:left; - display:block; - margin-right:2.3576515979%; - width:31.7615656014% -} -.wy-control-group .wy-form-thirds:last-child{ - margin-right:0 -} -.wy-control-group .wy-form-thirds:nth-of-type(3n){ - margin-right:0 -} -.wy-control-group .wy-form-thirds:nth-of-type(3n+1){ - clear:left -} -.wy-control-group.wy-control-group-no-input .wy-control{ - margin:6px 0 0 0; - font-size:90% -} -.wy-control-no-input{ - display:inline-block; - margin:6px 0 0 0; - font-size:90% -} -.wy-control-group.fluid-input input[type="text"],.wy-control-group.fluid-input input[type="password"],.wy-control-group.fluid-input input[type="email"],.wy-control-group.fluid-input input[type="url"],.wy-control-group.fluid-input input[type="date"],.wy-control-group.fluid-input input[type="month"],.wy-control-group.fluid-input input[type="time"],.wy-control-group.fluid-input input[type="datetime"],.wy-control-group.fluid-input input[type="datetime-local"],.wy-control-group.fluid-input input[type="week"],.wy-control-group.fluid-input input[type="number"],.wy-control-group.fluid-input input[type="search"],.wy-control-group.fluid-input input[type="tel"],.wy-control-group.fluid-input input[type="color"]{ - width:100% -} -.wy-form-message-inline{ - display:inline-block; - padding-left:.3em; - color:#666; - vertical-align:middle; - font-size:90% -} -.wy-form-message{ - display:block; - color:#999; - font-size:70%; - margin-top:.3125em; - font-style:italic -} -.wy-form-message p{ - font-size:inherit; - font-style:italic; - margin-bottom:6px -} -.wy-form-message p:last-child{ - margin-bottom:0 -} -input{ - line-height:normal -} -input[type="button"],input[type="reset"],input[type="submit"]{ - -webkit-appearance:button; - cursor:pointer; - font-family:"Lato","proxima-nova","Helvetica Neue",Arial,sans-serif; - *overflow:visible -} -input[type="text"],input[type="password"],input[type="email"],input[type="url"],input[type="date"],input[type="month"],input[type="time"],input[type="datetime"],input[type="datetime-local"],input[type="week"],input[type="number"],input[type="search"],input[type="tel"],input[type="color"]{ - -webkit-appearance:none; - padding:6px; - display:inline-block; - border:1px solid #ccc; - font-size:80%; - font-family:"Lato","proxima-nova","Helvetica Neue",Arial,sans-serif; - box-shadow:inset 0 1px 3px #ddd; - border-radius:0; - -webkit-transition:border .3s linear; - -moz-transition:border .3s linear; - transition:border .3s linear -} -input[type="datetime-local"]{ - padding:.34375em .625em -} -input[disabled]{ - cursor:default -} -input[type="checkbox"],input[type="radio"]{ - -webkit-box-sizing:border-box; - -moz-box-sizing:border-box; - box-sizing:border-box; - padding:0; - margin-right:.3125em; - *height:13px; - *width:13px -} -input[type="search"]{ - -webkit-box-sizing:border-box; - -moz-box-sizing:border-box; - box-sizing:border-box -} -input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{ - -webkit-appearance:none -} -input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus{ - outline:0; - outline:thin dotted \9; - border-color:#333 -} -input.no-focus:focus{ - border-color:#ccc !important -} -input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{ - outline:thin dotted #333; - outline:1px auto #129FEA -} -input[type="text"][disabled],input[type="password"][disabled],input[type="email"][disabled],input[type="url"][disabled],input[type="date"][disabled],input[type="month"][disabled],input[type="time"][disabled],input[type="datetime"][disabled],input[type="datetime-local"][disabled],input[type="week"][disabled],input[type="number"][disabled],input[type="search"][disabled],input[type="tel"][disabled],input[type="color"][disabled]{ - cursor:not-allowed; - background-color:#fafafa -} -input:focus:invalid,textarea:focus:invalid,select:focus:invalid{ - color:#E74C3C; - border:1px solid #E74C3C -} -input:focus:invalid:focus,textarea:focus:invalid:focus,select:focus:invalid:focus{ - border-color:#E74C3C -} -input[type="file"]:focus:invalid:focus,input[type="radio"]:focus:invalid:focus,input[type="checkbox"]:focus:invalid:focus{ - outline-color:#E74C3C -} -input.wy-input-large{ - padding:12px; - font-size:100% -} -textarea{ - overflow:auto; - vertical-align:top; - width:100%; - font-family:"Lato","proxima-nova","Helvetica Neue",Arial,sans-serif -} -select,textarea{ - padding:.5em .625em; - display:inline-block; - border:1px solid #ccc; - font-size:80%; - box-shadow:inset 0 1px 3px #ddd; - -webkit-transition:border .3s linear; - -moz-transition:border .3s linear; - transition:border .3s linear -} -select{ - border:1px solid #ccc; - background-color:#fff -} -select[multiple]{ - height:auto -} -select:focus,textarea:focus{ - outline:0 -} -select[disabled],textarea[disabled],input[readonly],select[readonly],textarea[readonly]{ - cursor:not-allowed; - background-color:#fafafa -} -input[type="radio"][disabled],input[type="checkbox"][disabled]{ - cursor:not-allowed -} -.wy-checkbox,.wy-radio{ - margin:6px 0; - color:#404040; - display:block -} -.wy-checkbox input,.wy-radio input{ - vertical-align:baseline -} -.wy-form-message-inline{ - display:inline-block; - *display:inline; - *zoom:1; - vertical-align:middle -} -.wy-input-prefix,.wy-input-suffix{ - white-space:nowrap; - padding:6px -} -.wy-input-prefix .wy-input-context,.wy-input-suffix .wy-input-context{ - line-height:27px; - padding:0 8px; - display:inline-block; - font-size:80%; - background-color:#f3f6f6; - border:solid 1px #ccc; - color:#999 -} -.wy-input-suffix .wy-input-context{ - border-left:0 -} -.wy-input-prefix .wy-input-context{ - border-right:0 -} -.wy-switch{ - position:relative; - display:block; - height:24px; - margin-top:12px; - cursor:pointer -} -.wy-switch:before{ - position:absolute; - content:""; - display:block; - left:0; - top:0; - width:36px; - height:12px; - border-radius:4px; - background:#ccc; - -webkit-transition:all .2s ease-in-out; - -moz-transition:all .2s ease-in-out; - transition:all .2s ease-in-out -} -.wy-switch:after{ - position:absolute; - content:""; - display:block; - width:18px; - height:18px; - border-radius:4px; - background:#999; - left:-3px; - top:-3px; - -webkit-transition:all .2s ease-in-out; - -moz-transition:all .2s ease-in-out; - transition:all .2s ease-in-out -} -.wy-switch span{ - position:absolute; - left:48px; - display:block; - font-size:12px; - color:#ccc; - line-height:1 -} -.wy-switch.active:before{ - background:#1e8449 -} -.wy-switch.active:after{ - left:24px; - background:#27AE60 -} -.wy-switch.disabled{ - cursor:not-allowed; - opacity:.8 -} -.wy-control-group.wy-control-group-error .wy-form-message,.wy-control-group.wy-control-group-error>label{ - color:#E74C3C -} -.wy-control-group.wy-control-group-error input[type="text"],.wy-control-group.wy-control-group-error input[type="password"],.wy-control-group.wy-control-group-error input[type="email"],.wy-control-group.wy-control-group-error input[type="url"],.wy-control-group.wy-control-group-error input[type="date"],.wy-control-group.wy-control-group-error input[type="month"],.wy-control-group.wy-control-group-error input[type="time"],.wy-control-group.wy-control-group-error input[type="datetime"],.wy-control-group.wy-control-group-error input[type="datetime-local"],.wy-control-group.wy-control-group-error input[type="week"],.wy-control-group.wy-control-group-error input[type="number"],.wy-control-group.wy-control-group-error input[type="search"],.wy-control-group.wy-control-group-error input[type="tel"],.wy-control-group.wy-control-group-error input[type="color"]{ - border:solid 1px #E74C3C -} -.wy-control-group.wy-control-group-error textarea{ - border:solid 1px #E74C3C -} -.wy-inline-validate{ - white-space:nowrap -} -.wy-inline-validate .wy-input-context{ - padding:.5em .625em; - display:inline-block; - font-size:80% -} -.wy-inline-validate.wy-inline-validate-success .wy-input-context{ - color:#27AE60 -} -.wy-inline-validate.wy-inline-validate-danger .wy-input-context{ - color:#E74C3C -} -.wy-inline-validate.wy-inline-validate-warning .wy-input-context{ - color:#E67E22 -} -.wy-inline-validate.wy-inline-validate-info .wy-input-context{ - color:#2980B9 -} -.rotate-90{ - -webkit-transform:rotate(90deg); - -moz-transform:rotate(90deg); - -ms-transform:rotate(90deg); - -o-transform:rotate(90deg); - transform:rotate(90deg) -} -.rotate-180{ - -webkit-transform:rotate(180deg); - -moz-transform:rotate(180deg); - -ms-transform:rotate(180deg); - -o-transform:rotate(180deg); - transform:rotate(180deg) -} -.rotate-270{ - -webkit-transform:rotate(270deg); - -moz-transform:rotate(270deg); - -ms-transform:rotate(270deg); - -o-transform:rotate(270deg); - transform:rotate(270deg) -} -.mirror{ - -webkit-transform:scaleX(-1); - -moz-transform:scaleX(-1); - -ms-transform:scaleX(-1); - -o-transform:scaleX(-1); - transform:scaleX(-1) -} -.mirror.rotate-90{ - -webkit-transform:scaleX(-1) rotate(90deg); - -moz-transform:scaleX(-1) rotate(90deg); - -ms-transform:scaleX(-1) rotate(90deg); - -o-transform:scaleX(-1) rotate(90deg); - transform:scaleX(-1) rotate(90deg) -} -.mirror.rotate-180{ - -webkit-transform:scaleX(-1) rotate(180deg); - -moz-transform:scaleX(-1) rotate(180deg); - -ms-transform:scaleX(-1) rotate(180deg); - -o-transform:scaleX(-1) rotate(180deg); - transform:scaleX(-1) rotate(180deg) -} -.mirror.rotate-270{ - -webkit-transform:scaleX(-1) rotate(270deg); - -moz-transform:scaleX(-1) rotate(270deg); - -ms-transform:scaleX(-1) rotate(270deg); - -o-transform:scaleX(-1) rotate(270deg); - transform:scaleX(-1) rotate(270deg) -} -@media only screen and (max-width: 480px){ - .wy-form button[type="submit"]{ - margin:.7em 0 0 - } - .wy-form input[type="text"],.wy-form input[type="password"],.wy-form input[type="email"],.wy-form input[type="url"],.wy-form input[type="date"],.wy-form input[type="month"],.wy-form input[type="time"],.wy-form input[type="datetime"],.wy-form input[type="datetime-local"],.wy-form input[type="week"],.wy-form input[type="number"],.wy-form input[type="search"],.wy-form input[type="tel"],.wy-form input[type="color"]{ - margin-bottom:.3em; - display:block - } - .wy-form label{ - margin-bottom:.3em; - display:block - } - .wy-form input[type="password"],.wy-form input[type="email"],.wy-form input[type="url"],.wy-form input[type="date"],.wy-form input[type="month"],.wy-form input[type="time"],.wy-form input[type="datetime"],.wy-form input[type="datetime-local"],.wy-form input[type="week"],.wy-form input[type="number"],.wy-form input[type="search"],.wy-form input[type="tel"],.wy-form input[type="color"]{ - margin-bottom:0 - } - .wy-form-aligned .wy-control-group label{ - margin-bottom:.3em; - text-align:left; - display:block; - width:100% - } - .wy-form-aligned .wy-control{ - margin:1.5em 0 0 0 - } - .wy-form .wy-help-inline,.wy-form-message-inline,.wy-form-message{ - display:block; - font-size:80%; - padding:6px 0 - } -} -@media screen and (max-width: 768px){ - .tablet-hide{ - display:none - } -} -@media screen and (max-width: 480px){ - .mobile-hide{ - display:none - } -} -.float-left{ - float:left -} -.float-right{ - float:right -} -.full-width{ - width:100% -} -.wy-table,.rst-content table.docutils,.rst-content table.field-list{ - border-collapse:collapse; - border-spacing:0; - empty-cells:show; - margin-bottom:24px -} -.wy-table caption,.rst-content table.docutils caption,.rst-content table.field-list caption{ - color:#000; - font:italic 85%/1 arial,sans-serif; - padding:1em 0; - text-align:center -} -.wy-table td,.rst-content table.docutils td,.rst-content table.field-list td,.wy-table th,.rst-content table.docutils th,.rst-content table.field-list th{ - font-size:90%; - margin:0; - overflow:visible; - padding:2px 12px -} -.wy-table td:first-child,.rst-content table.docutils td:first-child,.rst-content table.field-list td:first-child,.wy-table th:first-child,.rst-content table.docutils th:first-child,.rst-content table.field-list th:first-child{ - border-left-width:0 -} -.wy-table thead,.rst-content table.docutils thead,.rst-content table.field-list thead{ - color:#000; - text-align:left; - vertical-align:bottom; - white-space:nowrap -} -.wy-table thead th,.rst-content table.docutils thead th,.rst-content table.field-list thead th{ - font-weight:bold; - border-bottom:solid 2px #e1e4e5 -} -.wy-table td,.rst-content table.docutils td,.rst-content table.field-list td{ - background-color:transparent; - vertical-align:middle -} -.wy-table td p,.rst-content table.docutils td p,.rst-content table.field-list td p{ - line-height:18px -} -.wy-table td p:last-child,.rst-content table.docutils td p:last-child,.rst-content table.field-list td p:last-child{ - margin-bottom:0 -} -.wy-table .wy-table-cell-min,.rst-content table.docutils .wy-table-cell-min,.rst-content table.field-list .wy-table-cell-min{ - width:1%; - padding-right:0 -} -.wy-table .wy-table-cell-min input[type=checkbox],.rst-content table.docutils .wy-table-cell-min input[type=checkbox],.rst-content table.field-list .wy-table-cell-min input[type=checkbox],.wy-table .wy-table-cell-min input[type=checkbox],.rst-content table.docutils .wy-table-cell-min input[type=checkbox],.rst-content table.field-list .wy-table-cell-min input[type=checkbox]{ - margin:0 -} -.wy-table-secondary{ - color:gray; - font-size:90% -} -.wy-table-tertiary{ - color:gray; - font-size:80% -} -.wy-table-odd td,.wy-table-striped tr:nth-child(2n-1) td,.rst-content table.docutils:not(.field-list) tr:nth-child(2n-1) td{ - background-color:#f3f6f6 -} -.wy-table-backed{ - background-color:#f3f6f6 -} -.wy-table-bordered-all,.rst-content table.docutils{ - border:1px solid #e1e4e5 -} -.wy-table-bordered-all td,.rst-content table.docutils td{ - border-bottom:1px solid #e1e4e5; - border-left:1px solid #e1e4e5 -} -.wy-table-bordered-all tbody>tr:last-child td,.rst-content table.docutils tbody>tr:last-child td{ - border-bottom-width:0 -} -.wy-table-bordered{ - border:1px solid #e1e4e5 -} -.wy-table-bordered-rows td{ - border-bottom:1px solid #e1e4e5 -} -.wy-table-bordered-rows tbody>tr:last-child td{ - border-bottom-width:0 -} -.wy-table-horizontal tbody>tr:last-child td{ - border-bottom-width:0 -} -.wy-table-horizontal td,.wy-table-horizontal th{ - border-width:0 0 1px 0; - border-bottom:1px solid #e1e4e5 -} -.wy-table-horizontal tbody>tr:last-child td{ - border-bottom-width:0 -} -.wy-table-responsive{ - margin-bottom:24px; - max-width:100%; - overflow:auto -} -.wy-table-responsive table{ - margin-bottom:0 !important -} -.wy-table-responsive table td,.wy-table-responsive table th{ - white-space:nowrap -} -a{ - color:#2980B9; - text-decoration:none; - cursor:pointer -} -a:hover{ - color:#3091d1 -} -a:visited{ - color:#9B59B6 -} -html{ - height:100%; - overflow-x:hidden -} -body{ - font-family:"Lato","proxima-nova","Helvetica Neue",Arial,sans-serif; - font-weight:normal; - color:#404040; - min-height:100%; - overflow-x:hidden; - background:#edf0f2 -} -.wy-text-left{ - text-align:left -} -.wy-text-center{ - text-align:center -} -.wy-text-right{ - text-align:right -} -.wy-text-large{ - font-size:120% -} -.wy-text-normal{ - font-size:100% -} -.wy-text-small,small{ - font-size:80% -} -.wy-text-strike{ - text-decoration:line-through -} -.wy-text-warning{ - color:#E67E22 !important -} -a.wy-text-warning:hover{ - color:#eb9950 !important -} -.wy-text-info{ - color:#2980B9 !important -} -a.wy-text-info:hover{ - color:#409ad5 !important -} -.wy-text-success{ - color:#27AE60 !important -} -a.wy-text-success:hover{ - color:#36d278 !important -} -.wy-text-danger{ - color:#E74C3C !important -} -a.wy-text-danger:hover{ - color:#ed7669 !important -} -.wy-text-neutral{ - color:#404040 !important -} -a.wy-text-neutral:hover{ - color:#595959 !important -} -h1,h2,.rst-content .toctree-wrapper p.caption,h3,h4,h5,h6,legend{ - margin-top:0; - font-weight:700; - font-family:"Roboto Slab","ff-tisa-web-pro","Georgia",Arial,sans-serif -} -p{ - line-height:24px; - margin:0; - font-size:16px; - margin-bottom:24px -} -h1{ - font-size:175% -} -h2,.rst-content .toctree-wrapper p.caption{ - font-size:150% -} -h3{ - font-size:125% -} -h4{ - font-size:115% -} -h5{ - font-size:110% -} -h6{ - font-size:100% -} -hr{ - display:block; - height:1px; - border:0; - border-top:1px solid #e1e4e5; - margin:24px 0; - padding:0 -} -code,.rst-content tt,.rst-content code{ - white-space:nowrap; - max-width:100%; - background:#fff; - border:solid 1px #e1e4e5; - font-size:75%; - padding:0 5px; - font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",Courier,monospace; - color:#E74C3C; - overflow-x:auto -} -code.code-large,.rst-content tt.code-large{ - font-size:90% -} -.wy-plain-list-disc,.rst-content .section ul,.rst-content .toctree-wrapper ul,article ul{ - list-style:disc; - line-height:24px; - margin-bottom:24px -} -.wy-plain-list-disc li,.rst-content .section ul li,.rst-content .toctree-wrapper ul li,article ul li{ - list-style:disc; - margin-left:24px -} -.wy-plain-list-disc li p:last-child,.rst-content .section ul li p:last-child,.rst-content .toctree-wrapper ul li p:last-child,article ul li p:last-child{ - margin-bottom:0 -} -.wy-plain-list-disc li ul,.rst-content .section ul li ul,.rst-content .toctree-wrapper ul li ul,article ul li ul{ - margin-bottom:0 -} -.wy-plain-list-disc li li,.rst-content .section ul li li,.rst-content .toctree-wrapper ul li li,article ul li li{ - list-style:circle -} -.wy-plain-list-disc li li li,.rst-content .section ul li li li,.rst-content .toctree-wrapper ul li li li,article ul li li li{ - list-style:square -} -.wy-plain-list-disc li ol li,.rst-content .section ul li ol li,.rst-content .toctree-wrapper ul li ol li,article ul li ol li{ - list-style:decimal -} -.wy-plain-list-decimal,.rst-content .section ol,.rst-content ol.arabic,article ol{ - list-style:decimal; - line-height:24px; - margin-bottom:24px -} -.wy-plain-list-decimal li,.rst-content .section ol li,.rst-content ol.arabic li,article ol li{ - list-style:decimal; - margin-left:24px -} -.wy-plain-list-decimal li p:last-child,.rst-content .section ol li p:last-child,.rst-content ol.arabic li p:last-child,article ol li p:last-child{ - margin-bottom:0 -} -.wy-plain-list-decimal li ul,.rst-content .section ol li ul,.rst-content ol.arabic li ul,article ol li ul{ - margin-bottom:0 -} -.wy-plain-list-decimal li ul li,.rst-content .section ol li ul li,.rst-content ol.arabic li ul li,article ol li ul li{ - list-style:disc -} -.wy-breadcrumbs{ - *zoom:1 -} -.wy-breadcrumbs:before,.wy-breadcrumbs:after{ - display:table; - content:"" -} -.wy-breadcrumbs:after{ - clear:both -} -.wy-breadcrumbs li{ - display:inline-block -} -.wy-breadcrumbs li.wy-breadcrumbs-aside{ - float:right -} -.wy-breadcrumbs li a{ - display:inline-block; - padding:5px -} -.wy-breadcrumbs li a:first-child{ - padding-left:0 -} -.wy-breadcrumbs li code,.wy-breadcrumbs li .rst-content tt,.rst-content .wy-breadcrumbs li tt{ - padding:5px; - border:none; - background:none -} -.wy-breadcrumbs li code.literal,.wy-breadcrumbs li .rst-content tt.literal,.rst-content .wy-breadcrumbs li tt.literal{ - color:#404040 -} -.wy-breadcrumbs-extra{ - margin-bottom:0; - color:#b3b3b3; - font-size:80%; - display:inline-block -} -@media screen and (max-width: 480px){ - .wy-breadcrumbs-extra{ - display:none - } - .wy-breadcrumbs li.wy-breadcrumbs-aside{ - display:none - } -} -@media print{ - .wy-breadcrumbs li.wy-breadcrumbs-aside{ - display:none - } -} -html{ - font-size:16px -} -.wy-affix{ - position:fixed; - top:1.618em -} -.wy-menu a:hover{ - text-decoration:none -} -.wy-menu-horiz{ - *zoom:1 -} -.wy-menu-horiz:before,.wy-menu-horiz:after{ - display:table; - content:"" -} -.wy-menu-horiz:after{ - clear:both -} -.wy-menu-horiz ul,.wy-menu-horiz li{ - display:inline-block -} -.wy-menu-horiz li:hover{ - background:rgba(255,255,255,0.1) -} -.wy-menu-horiz li.divide-left{ - border-left:solid 1px #404040 -} -.wy-menu-horiz li.divide-right{ - border-right:solid 1px #404040 -} -.wy-menu-horiz a{ - height:32px; - display:inline-block; - line-height:32px; - padding:0 16px -} -.wy-menu-vertical{ - width:400px -} -.wy-menu-vertical header,.wy-menu-vertical p.caption{ - color:#3a7ca8; - height:32px; - display:inline-block; - line-height:32px; - padding:0 1.618em; - margin:12px 0 0 0; - display:block; - font-weight:bold; - text-transform:uppercase; - font-size:85%; - white-space:nowrap -} -.wy-menu-vertical ul{ - margin-bottom:0 -} -.wy-menu-vertical li.divide-top{ - border-top:solid 1px #404040 -} -.wy-menu-vertical li.divide-bottom{ - border-bottom:solid 1px #404040 -} -.wy-menu-vertical li.current{ - background:#e3e3e3 -} -.wy-menu-vertical li.current a{ - color:gray; - border-right:solid 1px #c9c9c9; - padding:.4045em 2.427em -} -.wy-menu-vertical li.current a:hover{ - background:#d6d6d6 -} -.wy-menu-vertical li code,.wy-menu-vertical li .rst-content tt,.rst-content .wy-menu-vertical li tt{ - border:none; - background:inherit; - color:inherit; - padding-left:0; - padding-right:0 -} -.wy-menu-vertical li span.toctree-expand{ - display:block; - float:left; - margin-left:-1.2em; - font-size:.8em; - line-height:1.6em; - color:#4d4d4d -} -.wy-menu-vertical li.on a,.wy-menu-vertical li.current>a{ - color:#404040; - padding:.4045em 1.618em; - font-weight:bold; - position:relative; - background:#fcfcfc; - border:none; - padding-left:1.618em -4px -} -.wy-menu-vertical li.on a:hover,.wy-menu-vertical li.current>a:hover{ - background:#fcfcfc -} -.wy-menu-vertical li.on a:hover span.toctree-expand,.wy-menu-vertical li.current>a:hover span.toctree-expand{ - color:gray -} -.wy-menu-vertical li.on a span.toctree-expand,.wy-menu-vertical li.current>a span.toctree-expand{ - display:block; - font-size:.8em; - line-height:1.6em; - color:#333 -} -.wy-menu-vertical li.toctree-l1.current>a{ - border-bottom:solid 1px #c9c9c9; - border-top:solid 1px #c9c9c9 -} -.wy-menu-vertical li.toctree-l2 a,.wy-menu-vertical li.toctree-l3 a,.wy-menu-vertical li.toctree-l4 a{ - color:#404040 -} -.wy-menu-vertical li.toctree-l1.current li.toctree-l2>ul,.wy-menu-vertical li.toctree-l2.current li.toctree-l3>ul{ - display:none -} -.wy-menu-vertical li.toctree-l1.current li.toctree-l2.current>ul,.wy-menu-vertical li.toctree-l2.current li.toctree-l3.current>ul{ - display:block -} -.wy-menu-vertical li.toctree-l2.current>a{ - background:#c9c9c9; - padding:.4045em 2.427em -} -.wy-menu-vertical li.toctree-l2.current li.toctree-l3>a{ - display:block; - background:#c9c9c9; - padding:.4045em 4.045em -} -.wy-menu-vertical li.toctree-l2 a:hover span.toctree-expand{ - color:gray -} -.wy-menu-vertical li.toctree-l2 span.toctree-expand{ - color:#a3a3a3 -} -.wy-menu-vertical li.toctree-l3{ - font-size:.9em -} -.wy-menu-vertical li.toctree-l3.current>a{ - background:#bdbdbd; - padding:.4045em 4.045em -} -.wy-menu-vertical li.toctree-l3.current li.toctree-l4>a{ - display:block; - background:#bdbdbd; - padding:.4045em 5.663em -} -.wy-menu-vertical li.toctree-l3 a:hover span.toctree-expand{ - color:gray -} -.wy-menu-vertical li.toctree-l3 span.toctree-expand{ - color:#969696 -} -.wy-menu-vertical li.toctree-l4{ - font-size:.9em -} -.wy-menu-vertical li.current ul{ - display:block -} -.wy-menu-vertical li ul{ - margin-bottom:0; - display:none -} -.wy-menu-vertical li ul li a{ - margin-bottom:0; - color:#d9d9d9; - font-weight:normal -} -.wy-menu-vertical a{ - display:inline-block; - line-height:18px; - padding:.4045em 1.618em; - display:block; - position:relative; - font-size:90%; - color:#d9d9d9 -} -.wy-menu-vertical a:hover{ - background-color:#4e4a4a; - cursor:pointer -} -.wy-menu-vertical a:hover span.toctree-expand{ - color:#d9d9d9 -} -.wy-menu-vertical a:active{ - background-color:#2980B9; - cursor:pointer; - color:#fff -} -.wy-menu-vertical a:active span.toctree-expand{ - color:#fff -} -.wy-side-nav-search{ - display:block; - width:400px; - padding:.809em; - margin-bottom:.809em; - z-index:200; - background-color:#2980B9; - text-align:center; - padding:.809em; - display:block; - color:#fcfcfc; - margin-bottom:.809em -} -.wy-side-nav-search input[type=text]{ - width:100%; - border-radius:50px; - padding:6px 12px; - border-color:#2472a4 -} -.wy-side-nav-search img{ - display:block; - margin:auto auto .809em auto; - height:45px; - width:45px; - background-color:#2980B9; - padding:5px; - border-radius:100% -} -.wy-side-nav-search>a,.wy-side-nav-search .wy-dropdown>a{ - color:#fcfcfc; - font-size:100%; - font-weight:bold; - display:inline-block; - padding:4px 6px; - margin-bottom:.809em -} -.wy-side-nav-search>a:hover,.wy-side-nav-search .wy-dropdown>a:hover{ - background:rgba(255,255,255,0.1) -} -.wy-side-nav-search>a img.logo,.wy-side-nav-search .wy-dropdown>a img.logo{ - display:block; - margin:0 auto; - height:auto; - width:auto; - border-radius:0; - max-width:100%; - background:transparent -} -.wy-side-nav-search>a.icon img.logo,.wy-side-nav-search .wy-dropdown>a.icon img.logo{ - margin-top:.85em -} -.wy-side-nav-search>div.version{ - margin-top:-.4045em; - margin-bottom:.809em; - font-weight:normal; - color:rgba(255,255,255,0.3) -} -.wy-nav .wy-menu-vertical header{ - color:#2980B9 -} -.wy-nav .wy-menu-vertical a{ - color:#b3b3b3 -} -.wy-nav .wy-menu-vertical a:hover{ - background-color:#2980B9; - color:#fff -} -[data-menu-wrap]{ - -webkit-transition:all .2s ease-in; - -moz-transition:all .2s ease-in; - transition:all .2s ease-in; - position:absolute; - opacity:1; - width:100%; - opacity:0 -} -[data-menu-wrap].move-center{ - left:0; - right:auto; - opacity:1 -} -[data-menu-wrap].move-left{ - right:auto; - left:-100%; - opacity:0 -} -[data-menu-wrap].move-right{ - right:-100%; - left:auto; - opacity:0 -} -.wy-body-for-nav{ - background:#fcfcfc -} -.wy-grid-for-nav{ - position:absolute; - width:100%; - height:100% -} -.wy-nav-side{ - position:fixed; - top:0; - bottom:0; - left:0; - padding-bottom:2em; - width:400px; - overflow-x:hidden; - overflow-y:hidden; - min-height:100%; - color:#9b9b9b; - background:#343131; - z-index:200 -} -.wy-side-scroll{ - width:420px; - position:relative; - overflow-x:hidden; - overflow-y:scroll; - height:100% -} -.wy-nav-top{ - display:none; - background:#2980B9; - color:#fff; - padding:.4045em .809em; - position:relative; - line-height:50px; - text-align:center; - font-size:100%; - *zoom:1 -} -.wy-nav-top:before,.wy-nav-top:after{ - display:table; - content:"" -} -.wy-nav-top:after{ - clear:both -} -.wy-nav-top a{ - color:#fff; - font-weight:bold -} -.wy-nav-top img{ - margin-right:12px; - height:45px; - width:45px; - background-color:#2980B9; - padding:5px; - border-radius:100% -} -.wy-nav-top i{ - font-size:30px; - float:left; - cursor:pointer; - padding-top:inherit -} -.wy-nav-content-wrap{ - margin-left:400px; - background:#fcfcfc; - min-height:100% -} -.wy-nav-content{ - padding:1.618em 3.236em; - height:100%; - max-width:1000px; - margin:auto -} -.wy-body-mask{ - position:fixed; - width:100%; - height:100%; - background:rgba(0,0,0,0.2); - display:none; - z-index:499 -} -.wy-body-mask.on{ - display:block -} -footer{ - color:gray -} -footer p{ - margin-bottom:12px -} -footer span.commit code,footer span.commit .rst-content tt,.rst-content footer span.commit tt{ - padding:0px; - font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",Courier,monospace; - font-size:1em; - background:none; - border:none; - color:gray -} -.rst-footer-buttons{ - *zoom:1 -} -.rst-footer-buttons:before,.rst-footer-buttons:after{ - width:100% -} -.rst-footer-buttons:before,.rst-footer-buttons:after{ - display:table; - content:"" -} -.rst-footer-buttons:after{ - clear:both -} -.rst-breadcrumbs-buttons{ - margin-top:12px; - *zoom:1 -} -.rst-breadcrumbs-buttons:before,.rst-breadcrumbs-buttons:after{ - display:table; - content:"" -} -.rst-breadcrumbs-buttons:after{ - clear:both -} -#search-results .search li{ - margin-bottom:24px; - border-bottom:solid 1px #e1e4e5; - padding-bottom:24px -} -#search-results .search li:first-child{ - border-top:solid 1px #e1e4e5; - padding-top:24px -} -#search-results .search li a{ - font-size:120%; - margin-bottom:12px; - display:inline-block -} -#search-results .context{ - color:gray; - font-size:90% -} -.genindextable li>ul{ - margin-left:24px -} -@media screen and (max-width: 768px){ - .wy-body-for-nav{ - background:#fcfcfc - } - .wy-nav-top{ - display:block - } - .wy-nav-side{ - left:-400px - } - .wy-nav-side.shift{ - width:85%; - left:0 - } - .wy-side-scroll{ - width:auto - } - .wy-side-nav-search{ - width:auto - } - .wy-menu.wy-menu-vertical{ - width:auto - } - .wy-nav-content-wrap{ - margin-left:0 - } - .wy-nav-content-wrap .wy-nav-content{ - padding:1.618em - } - .wy-nav-content-wrap.shift{ - position:fixed; - min-width:100%; - left:85%; - top:0; - height:100%; - overflow:hidden - } -} -@media screen and (min-width: 1100px){ - .wy-nav-content-wrap{ - background:rgba(0,0,0,0.05) - } - .wy-nav-content{ - margin:0; - background:#fcfcfc - } -} -@media print{ - .rst-versions,footer,.wy-nav-side{ - display:none - } - .wy-nav-content-wrap{ - margin-left:0 - } -} -.rst-versions{ - position:fixed; - bottom:0; - left:0; - width:400px; - color:#fcfcfc; - background:#1f1d1d; - font-family:"Lato","proxima-nova","Helvetica Neue",Arial,sans-serif; - z-index:400 -} -.rst-versions a{ - color:#2980B9; - text-decoration:none -} -.rst-versions .rst-badge-small{ - display:none -} -.rst-versions .rst-current-version{ - padding:12px; - background-color:#272525; - display:block; - text-align:right; - font-size:90%; - cursor:pointer; - color:#27AE60; - *zoom:1 -} -.rst-versions .rst-current-version:before,.rst-versions .rst-current-version:after{ - display:table; - content:"" -} -.rst-versions .rst-current-version:after{ - clear:both -} -.rst-versions .rst-current-version .fa,.rst-versions .rst-current-version .wy-menu-vertical li span.toctree-expand,.wy-menu-vertical li .rst-versions .rst-current-version span.toctree-expand,.rst-versions .rst-current-version .rst-content .admonition-title,.rst-content .rst-versions .rst-current-version .admonition-title,.rst-versions .rst-current-version .rst-content h1 .headerlink,.rst-content h1 .rst-versions .rst-current-version .headerlink,.rst-versions .rst-current-version .rst-content h2 .headerlink,.rst-content h2 .rst-versions .rst-current-version .headerlink,.rst-versions .rst-current-version .rst-content h3 .headerlink,.rst-content h3 .rst-versions .rst-current-version .headerlink,.rst-versions .rst-current-version .rst-content h4 .headerlink,.rst-content h4 .rst-versions .rst-current-version .headerlink,.rst-versions .rst-current-version .rst-content h5 .headerlink,.rst-content h5 .rst-versions .rst-current-version .headerlink,.rst-versions .rst-current-version .rst-content h6 .headerlink,.rst-content h6 .rst-versions .rst-current-version .headerlink,.rst-versions .rst-current-version .rst-content dl dt .headerlink,.rst-content dl dt .rst-versions .rst-current-version .headerlink,.rst-versions .rst-current-version .rst-content p.caption .headerlink,.rst-content p.caption .rst-versions .rst-current-version .headerlink,.rst-versions .rst-current-version .rst-content table>caption .headerlink,.rst-content table>caption .rst-versions .rst-current-version .headerlink,.rst-versions .rst-current-version .rst-content .code-block-caption .headerlink,.rst-content .code-block-caption .rst-versions .rst-current-version .headerlink,.rst-versions .rst-current-version .rst-content tt.download span:first-child,.rst-content tt.download .rst-versions .rst-current-version span:first-child,.rst-versions .rst-current-version .rst-content code.download span:first-child,.rst-content code.download .rst-versions .rst-current-version span:first-child,.rst-versions .rst-current-version .icon{ - color:#fcfcfc -} -.rst-versions .rst-current-version .fa-book,.rst-versions .rst-current-version .icon-book{ - float:left -} -.rst-versions .rst-current-version .icon-book{ - float:left -} -.rst-versions .rst-current-version.rst-out-of-date{ - background-color:#E74C3C; - color:#fff -} -.rst-versions .rst-current-version.rst-active-old-version{ - background-color:#F1C40F; - color:#000 -} -.rst-versions.shift-up{ - height:auto; - max-height:100%; - overflow-y:scroll -} -.rst-versions.shift-up .rst-other-versions{ - display:block -} -.rst-versions .rst-other-versions{ - font-size:90%; - padding:12px; - color:gray; - display:none -} -.rst-versions .rst-other-versions hr{ - display:block; - height:1px; - border:0; - margin:20px 0; - padding:0; - border-top:solid 1px #413d3d -} -.rst-versions .rst-other-versions dd{ - display:inline-block; - margin:0 -} -.rst-versions .rst-other-versions dd a{ - display:inline-block; - padding:6px; - color:#fcfcfc -} -.rst-versions.rst-badge{ - width:auto; - bottom:20px; - right:20px; - left:auto; - border:none; - max-width:400px; - max-height:90% -} -.rst-versions.rst-badge .icon-book{ - float:none -} -.rst-versions.rst-badge .fa-book,.rst-versions.rst-badge .icon-book{ - float:none -} -.rst-versions.rst-badge.shift-up .rst-current-version{ - text-align:right -} -.rst-versions.rst-badge.shift-up .rst-current-version .fa-book,.rst-versions.rst-badge.shift-up .rst-current-version .icon-book{ - float:left -} -.rst-versions.rst-badge.shift-up .rst-current-version .icon-book{ - float:left -} -.rst-versions.rst-badge .rst-current-version{ - width:auto; - height:30px; - line-height:30px; - padding:0 6px; - display:block; - text-align:center -} -@media screen and (max-width: 768px){ - .rst-versions{ - width:85%; - display:none - } - .rst-versions.shift{ - display:block - } -} -.rst-content img{ - max-width:100%; - height:auto -} -.rst-content div.figure{ - margin-bottom:24px -} -.rst-content div.figure p.caption{ - font-style:italic -} -.rst-content div.figure p:last-child.caption{ - margin-bottom:0px -} -.rst-content div.figure.align-center{ - text-align:center -} -.rst-content .section>img,.rst-content .section>a>img{ - margin-bottom:24px -} -.rst-content abbr[title]{ - text-decoration:none -} -.rst-content.style-external-links a.reference.external:after{ - font-family:FontAwesome; - content:""; - color:#b3b3b3; - vertical-align:super; - font-size:60%; - margin:0 .2em -} -.rst-content blockquote{ - margin-left:24px; - line-height:24px; - margin-bottom:24px -} -.rst-content pre.literal-block{ - white-space:pre; - margin:0; - padding:12px 12px; - font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",Courier,monospace; - display:block; - overflow:auto -} -.rst-content pre.literal-block,.rst-content div[class^='highlight']{ - border:1px solid #e1e4e5; - overflow-x:auto; - margin:1px 0 24px 0 -} -.rst-content pre.literal-block div[class^='highlight'],.rst-content div[class^='highlight'] div[class^='highlight']{ - padding:0px; - border:none; - margin:0 -} -.rst-content div[class^='highlight'] td.code{ - width:100% -} -.rst-content .linenodiv pre{ - border-right:solid 1px #e6e9ea; - margin:0; - padding:12px 12px; - font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",Courier,monospace; - user-select:none; - pointer-events:none -} -.rst-content div[class^='highlight'] pre{ - white-space:pre; - margin:0; - padding:12px 12px; - display:block; - overflow:auto -} -.rst-content div[class^='highlight'] pre .hll{ - display:block; - margin:0 -12px; - padding:0 12px -} -.rst-content pre.literal-block,.rst-content div[class^='highlight'] pre,.rst-content .linenodiv pre{ - font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",Courier,monospace; - font-size:12px; - line-height:1.4 -} -.rst-content .code-block-caption{ - font-style:italic; - font-size:85%; - line-height:1; - padding:1em 0; - text-align:center -} -@media print{ - .rst-content .codeblock,.rst-content div[class^='highlight'],.rst-content div[class^='highlight'] pre{ - white-space:pre-wrap - } -} -.rst-content .note .last,.rst-content .attention .last,.rst-content .caution .last,.rst-content .danger .last,.rst-content .error .last,.rst-content .hint .last,.rst-content .important .last,.rst-content .tip .last,.rst-content .warning .last,.rst-content .seealso .last,.rst-content .admonition-todo .last,.rst-content .admonition .last{ - margin-bottom:0 -} -.rst-content .admonition-title:before{ - margin-right:4px -} -.rst-content .admonition table{ - border-color:rgba(0,0,0,0.1) -} -.rst-content .admonition table td,.rst-content .admonition table th{ - background:transparent !important; - border-color:rgba(0,0,0,0.1) !important -} -.rst-content .section ol.loweralpha,.rst-content .section ol.loweralpha li{ - list-style:lower-alpha -} -.rst-content .section ol.upperalpha,.rst-content .section ol.upperalpha li{ - list-style:upper-alpha -} -.rst-content .section ol p,.rst-content .section ul p{ - margin-bottom:12px -} -.rst-content .section ol p:last-child,.rst-content .section ul p:last-child{ - margin-bottom:24px -} -.rst-content .line-block{ - margin-left:0px; - margin-bottom:24px; - line-height:24px -} -.rst-content .line-block .line-block{ - margin-left:24px; - margin-bottom:0px -} -.rst-content .topic-title{ - font-weight:bold; - margin-bottom:12px -} -.rst-content .toc-backref{ - color:#404040 -} -.rst-content .align-right{ - float:right; - margin:0px 0px 24px 24px -} -.rst-content .align-left{ - float:left; - margin:0px 24px 24px 0px -} -.rst-content .align-center{ - margin:auto -} -.rst-content .align-center:not(table){ - display:block -} -.rst-content h1 .headerlink,.rst-content h2 .headerlink,.rst-content .toctree-wrapper p.caption .headerlink,.rst-content h3 .headerlink,.rst-content h4 .headerlink,.rst-content h5 .headerlink,.rst-content h6 .headerlink,.rst-content dl dt .headerlink,.rst-content p.caption .headerlink,.rst-content table>caption .headerlink,.rst-content .code-block-caption .headerlink{ - visibility:hidden; - font-size:14px -} -.rst-content h1 .headerlink:after,.rst-content h2 .headerlink:after,.rst-content .toctree-wrapper p.caption .headerlink:after,.rst-content h3 .headerlink:after,.rst-content h4 .headerlink:after,.rst-content h5 .headerlink:after,.rst-content h6 .headerlink:after,.rst-content dl dt .headerlink:after,.rst-content p.caption .headerlink:after,.rst-content table>caption .headerlink:after,.rst-content .code-block-caption .headerlink:after{ - content:""; - font-family:FontAwesome -} -.rst-content h1:hover .headerlink:after,.rst-content h2:hover .headerlink:after,.rst-content .toctree-wrapper p.caption:hover .headerlink:after,.rst-content h3:hover .headerlink:after,.rst-content h4:hover .headerlink:after,.rst-content h5:hover .headerlink:after,.rst-content h6:hover .headerlink:after,.rst-content dl dt:hover .headerlink:after,.rst-content p.caption:hover .headerlink:after,.rst-content table>caption:hover .headerlink:after,.rst-content .code-block-caption:hover .headerlink:after{ - visibility:visible -} -.rst-content table>caption .headerlink:after{ - font-size:12px -} -.rst-content .centered{ - text-align:center -} -.rst-content .sidebar{ - float:right; - width:40%; - display:block; - margin:0 0 24px 24px; - padding:24px; - background:#f3f6f6; - border:solid 1px #e1e4e5 -} -.rst-content .sidebar p,.rst-content .sidebar ul,.rst-content .sidebar dl{ - font-size:90% -} -.rst-content .sidebar .last{ - margin-bottom:0 -} -.rst-content .sidebar .sidebar-title{ - display:block; - font-family:"Roboto Slab","ff-tisa-web-pro","Georgia",Arial,sans-serif; - font-weight:bold; - background:#e1e4e5; - padding:6px 12px; - margin:-24px; - margin-bottom:24px; - font-size:100% -} -.rst-content .highlighted{ - background:#F1C40F; - display:inline-block; - font-weight:bold; - padding:0 6px -} -.rst-content .footnote-reference,.rst-content .citation-reference{ - vertical-align:baseline; - position:relative; - top:-0.4em; - line-height:0; - font-size:90% -} -.rst-content table.docutils.citation,.rst-content table.docutils.footnote{ - background:none; - border:none; - color:gray -} -.rst-content table.docutils.citation td,.rst-content table.docutils.citation tr,.rst-content table.docutils.footnote td,.rst-content table.docutils.footnote tr{ - border:none; - background-color:transparent !important; - white-space:normal -} -.rst-content table.docutils.citation td.label,.rst-content table.docutils.footnote td.label{ - padding-left:0; - padding-right:0; - vertical-align:top -} -.rst-content table.docutils.citation tt,.rst-content table.docutils.citation code,.rst-content table.docutils.footnote tt,.rst-content table.docutils.footnote code{ - color:#555 -} -.rst-content .wy-table-responsive.citation,.rst-content .wy-table-responsive.footnote{ - margin-bottom:0 -} -.rst-content .wy-table-responsive.citation+:not(.citation),.rst-content .wy-table-responsive.footnote+:not(.footnote){ - margin-top:24px -} -.rst-content .wy-table-responsive.citation:last-child,.rst-content .wy-table-responsive.footnote:last-child{ - margin-bottom:24px -} -.rst-content table.docutils th{ - border-color:#e1e4e5 -} -.rst-content table.docutils td .last,.rst-content table.docutils td .last :last-child{ - margin-bottom:0 -} -.rst-content table.field-list{ - border:none -} -.rst-content table.field-list td{ - border:none -} -.rst-content table.field-list td p{ - font-size:inherit; - line-height:inherit -} -.rst-content table.field-list td>strong{ - display:inline-block -} -.rst-content table.field-list .field-name{ - padding-right:10px; - text-align:left; - white-space:nowrap -} -.rst-content table.field-list .field-body{ - text-align:left -} -.rst-content tt,.rst-content tt,.rst-content code{ - color:#000; - font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",Courier,monospace; - padding:2px 5px -} -.rst-content tt big,.rst-content tt em,.rst-content tt big,.rst-content code big,.rst-content tt em,.rst-content code em{ - font-size:100% !important; - line-height:normal -} -.rst-content tt.literal,.rst-content tt.literal,.rst-content code.literal{ - color:#E74C3C -} -.rst-content tt.xref,a .rst-content tt,.rst-content tt.xref,.rst-content code.xref,a .rst-content tt,a .rst-content code{ - font-weight:bold; - color:#404040 -} -.rst-content pre,.rst-content kbd,.rst-content samp{ - font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",Courier,monospace -} -.rst-content a tt,.rst-content a tt,.rst-content a code{ - color:#2980B9 -} -.rst-content dl{ - margin-bottom:24px -} -.rst-content dl dt{ - font-weight:bold; - margin-bottom:12px -} -.rst-content dl p,.rst-content dl table,.rst-content dl ul,.rst-content dl ol{ - margin-bottom:12px !important -} -.rst-content dl dd{ - margin:0 0 12px 24px; - line-height:24px -} -.rst-content dl:not(.docutils){ - margin-bottom:24px -} -.rst-content dl:not(.docutils) dt{ - display:table; - margin:6px 0; - font-size:90%; - line-height:normal; - background:#e7f2fa; - color:#2980B9; - border-top:solid 3px #6ab0de; - padding:6px; - position:relative -} -.rst-content dl:not(.docutils) dt:before{ - color:#6ab0de -} -.rst-content dl:not(.docutils) dt .headerlink{ - color:#404040; - font-size:100% !important -} -.rst-content dl:not(.docutils) dl dt{ - margin-bottom:6px; - border:none; - border-left:solid 3px #ccc; - background:#f0f0f0; - color:#555 -} -.rst-content dl:not(.docutils) dl dt .headerlink{ - color:#404040; - font-size:100% !important -} -.rst-content dl:not(.docutils) dt:first-child{ - margin-top:0 -} -.rst-content dl:not(.docutils) tt,.rst-content dl:not(.docutils) tt,.rst-content dl:not(.docutils) code{ - font-weight:bold -} -.rst-content dl:not(.docutils) tt.descname,.rst-content dl:not(.docutils) tt.descclassname,.rst-content dl:not(.docutils) tt.descname,.rst-content dl:not(.docutils) code.descname,.rst-content dl:not(.docutils) tt.descclassname,.rst-content dl:not(.docutils) code.descclassname{ - background-color:transparent; - border:none; - padding:0; - font-size:100% !important -} -.rst-content dl:not(.docutils) tt.descname,.rst-content dl:not(.docutils) tt.descname,.rst-content dl:not(.docutils) code.descname{ - font-weight:bold -} -.rst-content dl:not(.docutils) .optional{ - display:inline-block; - padding:0 4px; - color:#000; - font-weight:bold -} -.rst-content dl:not(.docutils) .property{ - display:inline-block; - padding-right:8px -} -.rst-content .viewcode-link,.rst-content .viewcode-back{ - display:inline-block; - color:#27AE60; - font-size:80%; - padding-left:24px -} -.rst-content .viewcode-back{ - display:block; - float:right -} -.rst-content p.rubric{ - margin-bottom:12px; - font-weight:bold -} -.rst-content tt.download,.rst-content code.download{ - background:inherit; - padding:inherit; - font-weight:normal; - font-family:inherit; - font-size:inherit; - color:inherit; - border:inherit; - white-space:inherit -} -.rst-content tt.download span:first-child,.rst-content code.download span:first-child{ - -webkit-font-smoothing:subpixel-antialiased -} -.rst-content tt.download span:first-child:before,.rst-content code.download span:first-child:before{ - margin-right:4px -} -.rst-content .guilabel{ - border:1px solid #7fbbe3; - background:#e7f2fa; - font-size:80%; - font-weight:700; - border-radius:4px; - padding:2.4px 6px; - margin:auto 2px -} -.rst-content .versionmodified{ - font-style:italic -} -@media screen and (max-width: 480px){ - .rst-content .sidebar{ - width:100% - } -} -span[id*='MathJax-Span']{ - color:#404040 -} -.math{ - text-align:center -} -@font-face{ - font-family:"Lato"; - src:url("../fonts/Lato/lato-regular.eot"); - src:url("../fonts/Lato/lato-regular.eot?#iefix") format("embedded-opentype"),url("../fonts/Lato/lato-regular.woff2") format("woff2"),url("../fonts/Lato/lato-regular.woff") format("woff"),url("../fonts/Lato/lato-regular.ttf") format("truetype"); - font-weight:400; - font-style:normal -} -@font-face{ - font-family:"Lato"; - src:url("../fonts/Lato/lato-bold.eot"); - src:url("../fonts/Lato/lato-bold.eot?#iefix") format("embedded-opentype"),url("../fonts/Lato/lato-bold.woff2") format("woff2"),url("../fonts/Lato/lato-bold.woff") format("woff"),url("../fonts/Lato/lato-bold.ttf") format("truetype"); - font-weight:700; - font-style:normal -} -@font-face{ - font-family:"Lato"; - src:url("../fonts/Lato/lato-bolditalic.eot"); - src:url("../fonts/Lato/lato-bolditalic.eot?#iefix") format("embedded-opentype"),url("../fonts/Lato/lato-bolditalic.woff2") format("woff2"),url("../fonts/Lato/lato-bolditalic.woff") format("woff"),url("../fonts/Lato/lato-bolditalic.ttf") format("truetype"); - font-weight:700; - font-style:italic -} -@font-face{ - font-family:"Lato"; - src:url("../fonts/Lato/lato-italic.eot"); - src:url("../fonts/Lato/lato-italic.eot?#iefix") format("embedded-opentype"),url("../fonts/Lato/lato-italic.woff2") format("woff2"),url("../fonts/Lato/lato-italic.woff") format("woff"),url("../fonts/Lato/lato-italic.ttf") format("truetype"); - font-weight:400; - font-style:italic -} -@font-face{ - font-family:"Roboto Slab"; - font-style:normal; - font-weight:400; - src:url("../fonts/RobotoSlab/roboto-slab.eot"); - src:url("../fonts/RobotoSlab/roboto-slab-v7-regular.eot?#iefix") format("embedded-opentype"),url("../fonts/RobotoSlab/roboto-slab-v7-regular.woff2") format("woff2"),url("../fonts/RobotoSlab/roboto-slab-v7-regular.woff") format("woff"),url("../fonts/RobotoSlab/roboto-slab-v7-regular.ttf") format("truetype") -} -@font-face{ - font-family:"Roboto Slab"; - font-style:normal; - font-weight:700; - src:url("../fonts/RobotoSlab/roboto-slab-v7-bold.eot"); - src:url("../fonts/RobotoSlab/roboto-slab-v7-bold.eot?#iefix") format("embedded-opentype"),url("../fonts/RobotoSlab/roboto-slab-v7-bold.woff2") format("woff2"),url("../fonts/RobotoSlab/roboto-slab-v7-bold.woff") format("woff"),url("../fonts/RobotoSlab/roboto-slab-v7-bold.ttf") format("truetype") -} - - -/* override table width restrictions */ -@media screen and (min-width: 800px) { - - .wy-table-responsive table td { - /* !important prevents the common CSS stylesheets from overriding - this as on RTD they are loaded after this stylesheet */ - white-space: normal !important; - line-height: 1.1em; - } - - .wy-table-responsive { - overflow: visible !important; - } - } \ No newline at end of file diff --git a/external-deps/qdarkstyle/docs/_static/fonts/Inconsolata-Bold.ttf b/external-deps/qdarkstyle/docs/_static/fonts/Inconsolata-Bold.ttf deleted file mode 100644 index 809c1f5828f..00000000000 Binary files a/external-deps/qdarkstyle/docs/_static/fonts/Inconsolata-Bold.ttf and /dev/null differ diff --git a/external-deps/qdarkstyle/docs/_static/fonts/Inconsolata-Regular.ttf b/external-deps/qdarkstyle/docs/_static/fonts/Inconsolata-Regular.ttf deleted file mode 100644 index fc981ce7ad6..00000000000 Binary files a/external-deps/qdarkstyle/docs/_static/fonts/Inconsolata-Regular.ttf and /dev/null differ diff --git a/external-deps/qdarkstyle/docs/_static/fonts/Inconsolata.ttf b/external-deps/qdarkstyle/docs/_static/fonts/Inconsolata.ttf deleted file mode 100644 index 4b8a36d249a..00000000000 Binary files a/external-deps/qdarkstyle/docs/_static/fonts/Inconsolata.ttf and /dev/null differ diff --git a/external-deps/qdarkstyle/docs/_static/fonts/Lato-Bold.ttf b/external-deps/qdarkstyle/docs/_static/fonts/Lato-Bold.ttf deleted file mode 100644 index 1d23c7066e0..00000000000 Binary files a/external-deps/qdarkstyle/docs/_static/fonts/Lato-Bold.ttf and /dev/null differ diff --git a/external-deps/qdarkstyle/docs/_static/fonts/Lato-Regular.ttf b/external-deps/qdarkstyle/docs/_static/fonts/Lato-Regular.ttf deleted file mode 100644 index 0f3d0f837d2..00000000000 Binary files a/external-deps/qdarkstyle/docs/_static/fonts/Lato-Regular.ttf and /dev/null differ diff --git a/external-deps/qdarkstyle/docs/_static/fonts/Lato/lato-bold.eot b/external-deps/qdarkstyle/docs/_static/fonts/Lato/lato-bold.eot deleted file mode 100644 index 3361183a419..00000000000 Binary files a/external-deps/qdarkstyle/docs/_static/fonts/Lato/lato-bold.eot and /dev/null differ diff --git a/external-deps/qdarkstyle/docs/_static/fonts/Lato/lato-bold.ttf b/external-deps/qdarkstyle/docs/_static/fonts/Lato/lato-bold.ttf deleted file mode 100644 index 29f691d5ed0..00000000000 Binary files a/external-deps/qdarkstyle/docs/_static/fonts/Lato/lato-bold.ttf and /dev/null differ diff --git a/external-deps/qdarkstyle/docs/_static/fonts/Lato/lato-bold.woff b/external-deps/qdarkstyle/docs/_static/fonts/Lato/lato-bold.woff deleted file mode 100644 index c6dff51f063..00000000000 Binary files a/external-deps/qdarkstyle/docs/_static/fonts/Lato/lato-bold.woff and /dev/null differ diff --git a/external-deps/qdarkstyle/docs/_static/fonts/Lato/lato-bold.woff2 b/external-deps/qdarkstyle/docs/_static/fonts/Lato/lato-bold.woff2 deleted file mode 100644 index bb195043cfc..00000000000 Binary files a/external-deps/qdarkstyle/docs/_static/fonts/Lato/lato-bold.woff2 and /dev/null differ diff --git a/external-deps/qdarkstyle/docs/_static/fonts/Lato/lato-bolditalic.eot b/external-deps/qdarkstyle/docs/_static/fonts/Lato/lato-bolditalic.eot deleted file mode 100644 index 3d4154936b4..00000000000 Binary files a/external-deps/qdarkstyle/docs/_static/fonts/Lato/lato-bolditalic.eot and /dev/null differ diff --git a/external-deps/qdarkstyle/docs/_static/fonts/Lato/lato-bolditalic.ttf b/external-deps/qdarkstyle/docs/_static/fonts/Lato/lato-bolditalic.ttf deleted file mode 100644 index f402040b3e5..00000000000 Binary files a/external-deps/qdarkstyle/docs/_static/fonts/Lato/lato-bolditalic.ttf and /dev/null differ diff --git a/external-deps/qdarkstyle/docs/_static/fonts/Lato/lato-bolditalic.woff b/external-deps/qdarkstyle/docs/_static/fonts/Lato/lato-bolditalic.woff deleted file mode 100644 index 88ad05b9ff4..00000000000 Binary files a/external-deps/qdarkstyle/docs/_static/fonts/Lato/lato-bolditalic.woff and /dev/null differ diff --git a/external-deps/qdarkstyle/docs/_static/fonts/Lato/lato-bolditalic.woff2 b/external-deps/qdarkstyle/docs/_static/fonts/Lato/lato-bolditalic.woff2 deleted file mode 100644 index c4e3d804b57..00000000000 Binary files a/external-deps/qdarkstyle/docs/_static/fonts/Lato/lato-bolditalic.woff2 and /dev/null differ diff --git a/external-deps/qdarkstyle/docs/_static/fonts/Lato/lato-italic.eot b/external-deps/qdarkstyle/docs/_static/fonts/Lato/lato-italic.eot deleted file mode 100644 index 3f826421a1d..00000000000 Binary files a/external-deps/qdarkstyle/docs/_static/fonts/Lato/lato-italic.eot and /dev/null differ diff --git a/external-deps/qdarkstyle/docs/_static/fonts/Lato/lato-italic.ttf b/external-deps/qdarkstyle/docs/_static/fonts/Lato/lato-italic.ttf deleted file mode 100644 index b4bfc9b24aa..00000000000 Binary files a/external-deps/qdarkstyle/docs/_static/fonts/Lato/lato-italic.ttf and /dev/null differ diff --git a/external-deps/qdarkstyle/docs/_static/fonts/Lato/lato-italic.woff b/external-deps/qdarkstyle/docs/_static/fonts/Lato/lato-italic.woff deleted file mode 100644 index 76114bc0336..00000000000 Binary files a/external-deps/qdarkstyle/docs/_static/fonts/Lato/lato-italic.woff and /dev/null differ diff --git a/external-deps/qdarkstyle/docs/_static/fonts/Lato/lato-italic.woff2 b/external-deps/qdarkstyle/docs/_static/fonts/Lato/lato-italic.woff2 deleted file mode 100644 index 3404f37e2e3..00000000000 Binary files a/external-deps/qdarkstyle/docs/_static/fonts/Lato/lato-italic.woff2 and /dev/null differ diff --git a/external-deps/qdarkstyle/docs/_static/fonts/Lato/lato-regular.eot b/external-deps/qdarkstyle/docs/_static/fonts/Lato/lato-regular.eot deleted file mode 100644 index 11e3f2a5f0f..00000000000 Binary files a/external-deps/qdarkstyle/docs/_static/fonts/Lato/lato-regular.eot and /dev/null differ diff --git a/external-deps/qdarkstyle/docs/_static/fonts/Lato/lato-regular.ttf b/external-deps/qdarkstyle/docs/_static/fonts/Lato/lato-regular.ttf deleted file mode 100644 index 74decd9ebb8..00000000000 Binary files a/external-deps/qdarkstyle/docs/_static/fonts/Lato/lato-regular.ttf and /dev/null differ diff --git a/external-deps/qdarkstyle/docs/_static/fonts/Lato/lato-regular.woff b/external-deps/qdarkstyle/docs/_static/fonts/Lato/lato-regular.woff deleted file mode 100644 index ae1307ff5f4..00000000000 Binary files a/external-deps/qdarkstyle/docs/_static/fonts/Lato/lato-regular.woff and /dev/null differ diff --git a/external-deps/qdarkstyle/docs/_static/fonts/Lato/lato-regular.woff2 b/external-deps/qdarkstyle/docs/_static/fonts/Lato/lato-regular.woff2 deleted file mode 100644 index 3bf9843328a..00000000000 Binary files a/external-deps/qdarkstyle/docs/_static/fonts/Lato/lato-regular.woff2 and /dev/null differ diff --git a/external-deps/qdarkstyle/docs/_static/fonts/RobotoSlab-Bold.ttf b/external-deps/qdarkstyle/docs/_static/fonts/RobotoSlab-Bold.ttf deleted file mode 100644 index df5d1df2730..00000000000 Binary files a/external-deps/qdarkstyle/docs/_static/fonts/RobotoSlab-Bold.ttf and /dev/null differ diff --git a/external-deps/qdarkstyle/docs/_static/fonts/RobotoSlab-Regular.ttf b/external-deps/qdarkstyle/docs/_static/fonts/RobotoSlab-Regular.ttf deleted file mode 100644 index eb52a790736..00000000000 Binary files a/external-deps/qdarkstyle/docs/_static/fonts/RobotoSlab-Regular.ttf and /dev/null differ diff --git a/external-deps/qdarkstyle/docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot b/external-deps/qdarkstyle/docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot deleted file mode 100644 index 79dc8efed34..00000000000 Binary files a/external-deps/qdarkstyle/docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot and /dev/null differ diff --git a/external-deps/qdarkstyle/docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf b/external-deps/qdarkstyle/docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf deleted file mode 100644 index df5d1df2730..00000000000 Binary files a/external-deps/qdarkstyle/docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf and /dev/null differ diff --git a/external-deps/qdarkstyle/docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff b/external-deps/qdarkstyle/docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff deleted file mode 100644 index 6cb60000181..00000000000 Binary files a/external-deps/qdarkstyle/docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff and /dev/null differ diff --git a/external-deps/qdarkstyle/docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2 b/external-deps/qdarkstyle/docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2 deleted file mode 100644 index 7059e23142a..00000000000 Binary files a/external-deps/qdarkstyle/docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2 and /dev/null differ diff --git a/external-deps/qdarkstyle/docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot b/external-deps/qdarkstyle/docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot deleted file mode 100644 index 2f7ca78a1eb..00000000000 Binary files a/external-deps/qdarkstyle/docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot and /dev/null differ diff --git a/external-deps/qdarkstyle/docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf b/external-deps/qdarkstyle/docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf deleted file mode 100644 index eb52a790736..00000000000 Binary files a/external-deps/qdarkstyle/docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf and /dev/null differ diff --git a/external-deps/qdarkstyle/docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff b/external-deps/qdarkstyle/docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff deleted file mode 100644 index f815f63f99d..00000000000 Binary files a/external-deps/qdarkstyle/docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff and /dev/null differ diff --git a/external-deps/qdarkstyle/docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2 b/external-deps/qdarkstyle/docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2 deleted file mode 100644 index f2c76e5bda1..00000000000 Binary files a/external-deps/qdarkstyle/docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2 and /dev/null differ diff --git a/external-deps/qdarkstyle/docs/_static/fonts/fontawesome-webfont.eot b/external-deps/qdarkstyle/docs/_static/fonts/fontawesome-webfont.eot deleted file mode 100644 index e9f60ca953f..00000000000 Binary files a/external-deps/qdarkstyle/docs/_static/fonts/fontawesome-webfont.eot and /dev/null differ diff --git a/external-deps/qdarkstyle/docs/_static/fonts/fontawesome-webfont.svg b/external-deps/qdarkstyle/docs/_static/fonts/fontawesome-webfont.svg deleted file mode 100644 index 855c845e538..00000000000 --- a/external-deps/qdarkstyle/docs/_static/fonts/fontawesome-webfont.svg +++ /dev/null @@ -1,2671 +0,0 @@ - - - - -Created by FontForge 20120731 at Mon Oct 24 17:37:40 2016 - By ,,, -Copyright Dave Gandy 2016. All rights reserved. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/external-deps/qdarkstyle/docs/_static/fonts/fontawesome-webfont.ttf b/external-deps/qdarkstyle/docs/_static/fonts/fontawesome-webfont.ttf deleted file mode 100644 index 35acda2fa11..00000000000 Binary files a/external-deps/qdarkstyle/docs/_static/fonts/fontawesome-webfont.ttf and /dev/null differ diff --git a/external-deps/qdarkstyle/docs/_static/fonts/fontawesome-webfont.woff b/external-deps/qdarkstyle/docs/_static/fonts/fontawesome-webfont.woff deleted file mode 100644 index 400014a4b06..00000000000 Binary files a/external-deps/qdarkstyle/docs/_static/fonts/fontawesome-webfont.woff and /dev/null differ diff --git a/external-deps/qdarkstyle/docs/_static/fonts/fontawesome-webfont.woff2 b/external-deps/qdarkstyle/docs/_static/fonts/fontawesome-webfont.woff2 deleted file mode 100644 index 4d13fc60404..00000000000 Binary files a/external-deps/qdarkstyle/docs/_static/fonts/fontawesome-webfont.woff2 and /dev/null differ diff --git a/external-deps/qdarkstyle/docs/_static/js/modernizr.min.js b/external-deps/qdarkstyle/docs/_static/js/modernizr.min.js deleted file mode 100644 index f65d4797478..00000000000 --- a/external-deps/qdarkstyle/docs/_static/js/modernizr.min.js +++ /dev/null @@ -1,4 +0,0 @@ -/* Modernizr 2.6.2 (Custom Build) | MIT & BSD - * Build: http://modernizr.com/download/#-fontface-backgroundsize-borderimage-borderradius-boxshadow-flexbox-hsla-multiplebgs-opacity-rgba-textshadow-cssanimations-csscolumns-generatedcontent-cssgradients-cssreflections-csstransforms-csstransforms3d-csstransitions-applicationcache-canvas-canvastext-draganddrop-hashchange-history-audio-video-indexeddb-input-inputtypes-localstorage-postmessage-sessionstorage-websockets-websqldatabase-webworkers-geolocation-inlinesvg-smil-svg-svgclippaths-touch-webgl-shiv-mq-cssclasses-addtest-prefixed-teststyles-testprop-testallprops-hasevent-prefixes-domprefixes-load - */ -;window.Modernizr=function(a,b,c){function D(a){j.cssText=a}function E(a,b){return D(n.join(a+";")+(b||""))}function F(a,b){return typeof a===b}function G(a,b){return!!~(""+a).indexOf(b)}function H(a,b){for(var d in a){var e=a[d];if(!G(e,"-")&&j[e]!==c)return b=="pfx"?e:!0}return!1}function I(a,b,d){for(var e in a){var f=b[a[e]];if(f!==c)return d===!1?a[e]:F(f,"function")?f.bind(d||b):f}return!1}function J(a,b,c){var d=a.charAt(0).toUpperCase()+a.slice(1),e=(a+" "+p.join(d+" ")+d).split(" ");return F(b,"string")||F(b,"undefined")?H(e,b):(e=(a+" "+q.join(d+" ")+d).split(" "),I(e,b,c))}function K(){e.input=function(c){for(var d=0,e=c.length;d',a,""].join(""),l.id=h,(m?l:n).innerHTML+=f,n.appendChild(l),m||(n.style.background="",n.style.overflow="hidden",k=g.style.overflow,g.style.overflow="hidden",g.appendChild(n)),i=c(l,a),m?l.parentNode.removeChild(l):(n.parentNode.removeChild(n),g.style.overflow=k),!!i},z=function(b){var c=a.matchMedia||a.msMatchMedia;if(c)return c(b).matches;var d;return y("@media "+b+" { #"+h+" { position: absolute; } }",function(b){d=(a.getComputedStyle?getComputedStyle(b,null):b.currentStyle)["position"]=="absolute"}),d},A=function(){function d(d,e){e=e||b.createElement(a[d]||"div"),d="on"+d;var f=d in e;return f||(e.setAttribute||(e=b.createElement("div")),e.setAttribute&&e.removeAttribute&&(e.setAttribute(d,""),f=F(e[d],"function"),F(e[d],"undefined")||(e[d]=c),e.removeAttribute(d))),e=null,f}var a={select:"input",change:"input",submit:"form",reset:"form",error:"img",load:"img",abort:"img"};return d}(),B={}.hasOwnProperty,C;!F(B,"undefined")&&!F(B.call,"undefined")?C=function(a,b){return B.call(a,b)}:C=function(a,b){return b in a&&F(a.constructor.prototype[b],"undefined")},Function.prototype.bind||(Function.prototype.bind=function(b){var c=this;if(typeof c!="function")throw new TypeError;var d=w.call(arguments,1),e=function(){if(this instanceof e){var a=function(){};a.prototype=c.prototype;var f=new a,g=c.apply(f,d.concat(w.call(arguments)));return Object(g)===g?g:f}return c.apply(b,d.concat(w.call(arguments)))};return e}),s.flexbox=function(){return J("flexWrap")},s.canvas=function(){var a=b.createElement("canvas");return!!a.getContext&&!!a.getContext("2d")},s.canvastext=function(){return!!e.canvas&&!!F(b.createElement("canvas").getContext("2d").fillText,"function")},s.webgl=function(){return!!a.WebGLRenderingContext},s.touch=function(){var c;return"ontouchstart"in a||a.DocumentTouch&&b instanceof DocumentTouch?c=!0:y(["@media (",n.join("touch-enabled),("),h,")","{#modernizr{top:9px;position:absolute}}"].join(""),function(a){c=a.offsetTop===9}),c},s.geolocation=function(){return"geolocation"in navigator},s.postmessage=function(){return!!a.postMessage},s.websqldatabase=function(){return!!a.openDatabase},s.indexedDB=function(){return!!J("indexedDB",a)},s.hashchange=function(){return A("hashchange",a)&&(b.documentMode===c||b.documentMode>7)},s.history=function(){return!!a.history&&!!history.pushState},s.draganddrop=function(){var a=b.createElement("div");return"draggable"in a||"ondragstart"in a&&"ondrop"in a},s.websockets=function(){return"WebSocket"in a||"MozWebSocket"in a},s.rgba=function(){return D("background-color:rgba(150,255,150,.5)"),G(j.backgroundColor,"rgba")},s.hsla=function(){return D("background-color:hsla(120,40%,100%,.5)"),G(j.backgroundColor,"rgba")||G(j.backgroundColor,"hsla")},s.multiplebgs=function(){return D("background:url(https://),url(https://),red url(https://)"),/(url\s*\(.*?){3}/.test(j.background)},s.backgroundsize=function(){return J("backgroundSize")},s.borderimage=function(){return J("borderImage")},s.borderradius=function(){return J("borderRadius")},s.boxshadow=function(){return J("boxShadow")},s.textshadow=function(){return b.createElement("div").style.textShadow===""},s.opacity=function(){return E("opacity:.55"),/^0.55$/.test(j.opacity)},s.cssanimations=function(){return J("animationName")},s.csscolumns=function(){return J("columnCount")},s.cssgradients=function(){var a="background-image:",b="gradient(linear,left top,right bottom,from(#9f9),to(white));",c="linear-gradient(left top,#9f9, white);";return D((a+"-webkit- ".split(" ").join(b+a)+n.join(c+a)).slice(0,-a.length)),G(j.backgroundImage,"gradient")},s.cssreflections=function(){return J("boxReflect")},s.csstransforms=function(){return!!J("transform")},s.csstransforms3d=function(){var a=!!J("perspective");return a&&"webkitPerspective"in g.style&&y("@media (transform-3d),(-webkit-transform-3d){#modernizr{left:9px;position:absolute;height:3px;}}",function(b,c){a=b.offsetLeft===9&&b.offsetHeight===3}),a},s.csstransitions=function(){return J("transition")},s.fontface=function(){var a;return y('@font-face {font-family:"font";src:url("https://")}',function(c,d){var e=b.getElementById("smodernizr"),f=e.sheet||e.styleSheet,g=f?f.cssRules&&f.cssRules[0]?f.cssRules[0].cssText:f.cssText||"":"";a=/src/i.test(g)&&g.indexOf(d.split(" ")[0])===0}),a},s.generatedcontent=function(){var a;return y(["#",h,"{font:0/0 a}#",h,':after{content:"',l,'";visibility:hidden;font:3px/1 a}'].join(""),function(b){a=b.offsetHeight>=3}),a},s.video=function(){var a=b.createElement("video"),c=!1;try{if(c=!!a.canPlayType)c=new Boolean(c),c.ogg=a.canPlayType('video/ogg; codecs="theora"').replace(/^no$/,""),c.h264=a.canPlayType('video/mp4; codecs="avc1.42E01E"').replace(/^no$/,""),c.webm=a.canPlayType('video/webm; codecs="vp8, vorbis"').replace(/^no$/,"")}catch(d){}return c},s.audio=function(){var a=b.createElement("audio"),c=!1;try{if(c=!!a.canPlayType)c=new Boolean(c),c.ogg=a.canPlayType('audio/ogg; codecs="vorbis"').replace(/^no$/,""),c.mp3=a.canPlayType("audio/mpeg;").replace(/^no$/,""),c.wav=a.canPlayType('audio/wav; codecs="1"').replace(/^no$/,""),c.m4a=(a.canPlayType("audio/x-m4a;")||a.canPlayType("audio/aac;")).replace(/^no$/,"")}catch(d){}return c},s.localstorage=function(){try{return localStorage.setItem(h,h),localStorage.removeItem(h),!0}catch(a){return!1}},s.sessionstorage=function(){try{return sessionStorage.setItem(h,h),sessionStorage.removeItem(h),!0}catch(a){return!1}},s.webworkers=function(){return!!a.Worker},s.applicationcache=function(){return!!a.applicationCache},s.svg=function(){return!!b.createElementNS&&!!b.createElementNS(r.svg,"svg").createSVGRect},s.inlinesvg=function(){var a=b.createElement("div");return a.innerHTML="",(a.firstChild&&a.firstChild.namespaceURI)==r.svg},s.smil=function(){return!!b.createElementNS&&/SVGAnimate/.test(m.call(b.createElementNS(r.svg,"animate")))},s.svgclippaths=function(){return!!b.createElementNS&&/SVGClipPath/.test(m.call(b.createElementNS(r.svg,"clipPath")))};for(var L in s)C(s,L)&&(x=L.toLowerCase(),e[x]=s[L](),v.push((e[x]?"":"no-")+x));return e.input||K(),e.addTest=function(a,b){if(typeof a=="object")for(var d in a)C(a,d)&&e.addTest(d,a[d]);else{a=a.toLowerCase();if(e[a]!==c)return e;b=typeof b=="function"?b():b,typeof f!="undefined"&&f&&(g.className+=" "+(b?"":"no-")+a),e[a]=b}return e},D(""),i=k=null,function(a,b){function k(a,b){var c=a.createElement("p"),d=a.getElementsByTagName("head")[0]||a.documentElement;return c.innerHTML="x",d.insertBefore(c.lastChild,d.firstChild)}function l(){var a=r.elements;return typeof a=="string"?a.split(" "):a}function m(a){var b=i[a[g]];return b||(b={},h++,a[g]=h,i[h]=b),b}function n(a,c,f){c||(c=b);if(j)return c.createElement(a);f||(f=m(c));var g;return f.cache[a]?g=f.cache[a].cloneNode():e.test(a)?g=(f.cache[a]=f.createElem(a)).cloneNode():g=f.createElem(a),g.canHaveChildren&&!d.test(a)?f.frag.appendChild(g):g}function o(a,c){a||(a=b);if(j)return a.createDocumentFragment();c=c||m(a);var d=c.frag.cloneNode(),e=0,f=l(),g=f.length;for(;e",f="hidden"in a,j=a.childNodes.length==1||function(){b.createElement("a");var a=b.createDocumentFragment();return typeof a.cloneNode=="undefined"||typeof a.createDocumentFragment=="undefined"||typeof a.createElement=="undefined"}()}catch(c){f=!0,j=!0}})();var r={elements:c.elements||"abbr article aside audio bdi canvas data datalist details figcaption figure footer header hgroup mark meter nav output progress section summary time video",shivCSS:c.shivCSS!==!1,supportsUnknownElements:j,shivMethods:c.shivMethods!==!1,type:"default",shivDocument:q,createElement:n,createDocumentFragment:o};a.html5=r,q(b)}(this,b),e._version=d,e._prefixes=n,e._domPrefixes=q,e._cssomPrefixes=p,e.mq=z,e.hasEvent=A,e.testProp=function(a){return H([a])},e.testAllProps=J,e.testStyles=y,e.prefixed=function(a,b,c){return b?J(a,b,c):J(a,"pfx")},g.className=g.className.replace(/(^|\s)no-js(\s|$)/,"$1$2")+(f?" js "+v.join(" "):""),e}(this,this.document),function(a,b,c){function d(a){return"[object Function]"==o.call(a)}function e(a){return"string"==typeof a}function f(){}function g(a){return!a||"loaded"==a||"complete"==a||"uninitialized"==a}function h(){var a=p.shift();q=1,a?a.t?m(function(){("c"==a.t?B.injectCss:B.injectJs)(a.s,0,a.a,a.x,a.e,1)},0):(a(),h()):q=0}function i(a,c,d,e,f,i,j){function k(b){if(!o&&g(l.readyState)&&(u.r=o=1,!q&&h(),l.onload=l.onreadystatechange=null,b)){"img"!=a&&m(function(){t.removeChild(l)},50);for(var d in y[c])y[c].hasOwnProperty(d)&&y[c][d].onload()}}var j=j||B.errorTimeout,l=b.createElement(a),o=0,r=0,u={t:d,s:c,e:f,a:i,x:j};1===y[c]&&(r=1,y[c]=[]),"object"==a?l.data=c:(l.src=c,l.type=a),l.width=l.height="0",l.onerror=l.onload=l.onreadystatechange=function(){k.call(this,r)},p.splice(e,0,u),"img"!=a&&(r||2===y[c]?(t.insertBefore(l,s?null:n),m(k,j)):y[c].push(l))}function j(a,b,c,d,f){return q=0,b=b||"j",e(a)?i("c"==b?v:u,a,b,this.i++,c,d,f):(p.splice(this.i++,0,a),1==p.length&&h()),this}function k(){var a=B;return a.loader={load:j,i:0},a}var l=b.documentElement,m=a.setTimeout,n=b.getElementsByTagName("script")[0],o={}.toString,p=[],q=0,r="MozAppearance"in l.style,s=r&&!!b.createRange().compareNode,t=s?l:n.parentNode,l=a.opera&&"[object Opera]"==o.call(a.opera),l=!!b.attachEvent&&!l,u=r?"object":l?"script":"img",v=l?"script":u,w=Array.isArray||function(a){return"[object Array]"==o.call(a)},x=[],y={},z={timeout:function(a,b){return b.length&&(a.timeout=b[0]),a}},A,B;B=function(a){function b(a){var a=a.split("!"),b=x.length,c=a.pop(),d=a.length,c={url:c,origUrl:c,prefixes:a},e,f,g;for(f=0;f"),i("table.docutils.footnote").wrap("
"),i("table.docutils.citation").wrap("
"),i(".wy-menu-vertical ul").not(".simple").siblings("a").each(function(){var e=i(this);expand=i(''),expand.on("click",function(n){return t.toggleCurrent(e),n.stopPropagation(),!1}),e.prepend(expand)})},reset:function(){var n=encodeURI(window.location.hash)||"#";try{var e=$(".wy-menu-vertical"),i=e.find('[href="'+n+'"]');if(0===i.length){var t=$('.document [id="'+n.substring(1)+'"]').closest("div.section");0===(i=e.find('[href="#'+t.attr("id")+'"]')).length&&(i=e.find('[href="#"]'))}0this.docHeight||(this.navBar.scrollTop(i),this.winPosition=n)},onResize:function(){this.winResize=!1,this.winHeight=this.win.height(),this.docHeight=$(document).height()},hashChange:function(){this.linkScroll=!0,this.win.one("hashchange",function(){this.linkScroll=!1})},toggleCurrent:function(n){var e=n.closest("li");e.siblings("li.current").removeClass("current"),e.siblings().find("li.current").removeClass("current"),e.find("> ul li.current").removeClass("current"),e.toggleClass("current")}},"undefined"!=typeof window&&(window.SphinxRtdTheme={Navigation:e.exports.ThemeNav,StickyNav:e.exports.ThemeNav}),function(){for(var r=0,n=["ms","moz","webkit","o"],e=0;e - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/external-deps/qdarkstyle/docs/images/dark/views_inputs_no_fields.png b/external-deps/qdarkstyle/docs/images/dark/views_inputs_no_fields.png deleted file mode 100644 index fc3cb327624..00000000000 Binary files a/external-deps/qdarkstyle/docs/images/dark/views_inputs_no_fields.png and /dev/null differ diff --git a/external-deps/qdarkstyle/docs/images/dark/widgets_inputs_fields.png b/external-deps/qdarkstyle/docs/images/dark/widgets_inputs_fields.png deleted file mode 100644 index 6cb14f387d3..00000000000 Binary files a/external-deps/qdarkstyle/docs/images/dark/widgets_inputs_fields.png and /dev/null differ diff --git a/external-deps/qdarkstyle/docs/images/icon_checkbox_indeterminated.png b/external-deps/qdarkstyle/docs/images/icon_checkbox_indeterminated.png deleted file mode 100644 index 6aa2703d3f3..00000000000 Binary files a/external-deps/qdarkstyle/docs/images/icon_checkbox_indeterminated.png and /dev/null differ diff --git a/external-deps/qdarkstyle/docs/images/icon_minimize.png b/external-deps/qdarkstyle/docs/images/icon_minimize.png deleted file mode 100644 index 13f469e97bd..00000000000 Binary files a/external-deps/qdarkstyle/docs/images/icon_minimize.png and /dev/null differ diff --git a/external-deps/qdarkstyle/docs/images/icon_move.png b/external-deps/qdarkstyle/docs/images/icon_move.png deleted file mode 100644 index 308c57ab423..00000000000 Binary files a/external-deps/qdarkstyle/docs/images/icon_move.png and /dev/null differ diff --git a/external-deps/qdarkstyle/docs/images/light/.keep b/external-deps/qdarkstyle/docs/images/light/.keep deleted file mode 100644 index 8d1c8b69c3f..00000000000 --- a/external-deps/qdarkstyle/docs/images/light/.keep +++ /dev/null @@ -1 +0,0 @@ - diff --git a/external-deps/qdarkstyle/docs/images/light/containers_no_tabs_buttons.png b/external-deps/qdarkstyle/docs/images/light/containers_no_tabs_buttons.png deleted file mode 100644 index a2237966350..00000000000 Binary files a/external-deps/qdarkstyle/docs/images/light/containers_no_tabs_buttons.png and /dev/null differ diff --git a/external-deps/qdarkstyle/docs/images/light/containers_tabs_displays.png b/external-deps/qdarkstyle/docs/images/light/containers_tabs_displays.png deleted file mode 100644 index 325d8a24f84..00000000000 Binary files a/external-deps/qdarkstyle/docs/images/light/containers_tabs_displays.png and /dev/null differ diff --git a/external-deps/qdarkstyle/docs/images/light/palette.png b/external-deps/qdarkstyle/docs/images/light/palette.png deleted file mode 100644 index 455f99de5dd..00000000000 Binary files a/external-deps/qdarkstyle/docs/images/light/palette.png and /dev/null differ diff --git a/external-deps/qdarkstyle/docs/images/light/palette.svg b/external-deps/qdarkstyle/docs/images/light/palette.svg deleted file mode 100644 index 317b2ebf538..00000000000 --- a/external-deps/qdarkstyle/docs/images/light/palette.svg +++ /dev/null @@ -1,443 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/external-deps/qdarkstyle/docs/images/light/views_inputs_no_fields.png b/external-deps/qdarkstyle/docs/images/light/views_inputs_no_fields.png deleted file mode 100644 index 2f99fc27572..00000000000 Binary files a/external-deps/qdarkstyle/docs/images/light/views_inputs_no_fields.png and /dev/null differ diff --git a/external-deps/qdarkstyle/docs/images/light/widgets_inputs_fields.png b/external-deps/qdarkstyle/docs/images/light/widgets_inputs_fields.png deleted file mode 100644 index e692292cffb..00000000000 Binary files a/external-deps/qdarkstyle/docs/images/light/widgets_inputs_fields.png and /dev/null differ diff --git a/external-deps/qdarkstyle/docs/images/none/containers_no_tabs_buttons.png b/external-deps/qdarkstyle/docs/images/none/containers_no_tabs_buttons.png deleted file mode 100644 index cb495bc736a..00000000000 Binary files a/external-deps/qdarkstyle/docs/images/none/containers_no_tabs_buttons.png and /dev/null differ diff --git a/external-deps/qdarkstyle/docs/images/none/containers_tabs_displays.png b/external-deps/qdarkstyle/docs/images/none/containers_tabs_displays.png deleted file mode 100644 index 2a15f01b8da..00000000000 Binary files a/external-deps/qdarkstyle/docs/images/none/containers_tabs_displays.png and /dev/null differ diff --git a/external-deps/qdarkstyle/docs/images/none/views_inputs_no_fields.png b/external-deps/qdarkstyle/docs/images/none/views_inputs_no_fields.png deleted file mode 100644 index d4d9ac4a75c..00000000000 Binary files a/external-deps/qdarkstyle/docs/images/none/views_inputs_no_fields.png and /dev/null differ diff --git a/external-deps/qdarkstyle/docs/images/none/widgets_inputs_fields.png b/external-deps/qdarkstyle/docs/images/none/widgets_inputs_fields.png deleted file mode 100644 index 547322e6d04..00000000000 Binary files a/external-deps/qdarkstyle/docs/images/none/widgets_inputs_fields.png and /dev/null differ diff --git a/external-deps/qdarkstyle/docs/index.rst b/external-deps/qdarkstyle/docs/index.rst deleted file mode 100644 index abb6c35b6e1..00000000000 --- a/external-deps/qdarkstyle/docs/index.rst +++ /dev/null @@ -1,29 +0,0 @@ -.. QDarkStyle documentation master file, created by - sphinx-quickstart on Tue May 8 14:23:26 2018. - You can adapt this file completely to your liking, but it should at least - contain the root `toctree` directive. - -Welcome to QDarkStyle's documentation! -====================================== - -.. toctree:: - :maxdepth: 2 - - readme.rst - screenshots.rst - known_issues.rst - contributing.rst - color_reference.rst - reference/modules.rst - scripts/modules.rst - changes.rst - authors.rst - license.rst - code_of_conduct.rst - -Indices and tables -================== - -* :ref:`genindex` -* :ref:`modindex` -* :ref:`search` diff --git a/external-deps/qdarkstyle/docs/known_issues.rst b/external-deps/qdarkstyle/docs/known_issues.rst deleted file mode 100644 index 09dc12842bd..00000000000 --- a/external-deps/qdarkstyle/docs/known_issues.rst +++ /dev/null @@ -1,18 +0,0 @@ -Known Issues -============ - -Dialog style ------------- - -Dialogs, e.g. file dialogs, could appear not styled since it inherits from OS -theme/style as described in the issue -`#172 `__. -There are some options that can be exploited there. - - -System icons ------------- - -Similar to the Dialogs, default icons are inherited from OS but we -are planning to create our own set of icons to provide a more uniform UI. See -`#192 `__. diff --git a/external-deps/qdarkstyle/docs/license.rst b/external-deps/qdarkstyle/docs/license.rst deleted file mode 100644 index 68c5792f07f..00000000000 --- a/external-deps/qdarkstyle/docs/license.rst +++ /dev/null @@ -1 +0,0 @@ -.. include:: ../LICENSE.rst diff --git a/external-deps/qdarkstyle/docs/make.bat b/external-deps/qdarkstyle/docs/make.bat deleted file mode 100644 index fe9d1e4775d..00000000000 --- a/external-deps/qdarkstyle/docs/make.bat +++ /dev/null @@ -1,36 +0,0 @@ -@ECHO OFF - -pushd %~dp0 - -REM Command file for Sphinx documentation - -if "%SPHINXBUILD%" == "" ( - set SPHINXBUILD=sphinx-build -) -set SOURCEDIR=. -set BUILDDIR=build -set SPHINXPROJ=QDarkStyle - -if "%1" == "" goto help - -%SPHINXBUILD% >NUL 2>NUL -if errorlevel 9009 ( - echo. - echo.The 'sphinx-build' command was not found. Make sure you have Sphinx - echo.installed, then set the SPHINXBUILD environment variable to point - echo.to the full path of the 'sphinx-build' executable. Alternatively you - echo.may add the Sphinx directory to PATH. - echo. - echo.If you don't have Sphinx installed, grab it from - echo.http://sphinx-doc.org/ - exit /b 1 -) - -%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% -goto end - -:help -%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% - -:end -popd diff --git a/external-deps/qdarkstyle/docs/readme.rst b/external-deps/qdarkstyle/docs/readme.rst deleted file mode 100644 index 72a33558153..00000000000 --- a/external-deps/qdarkstyle/docs/readme.rst +++ /dev/null @@ -1 +0,0 @@ -.. include:: ../README.rst diff --git a/external-deps/qdarkstyle/docs/reference/modules.rst b/external-deps/qdarkstyle/docs/reference/modules.rst deleted file mode 100644 index 711b3423ae4..00000000000 --- a/external-deps/qdarkstyle/docs/reference/modules.rst +++ /dev/null @@ -1,7 +0,0 @@ -qdarkstyle -========== - -.. toctree:: - :maxdepth: 4 - - qdarkstyle diff --git a/external-deps/qdarkstyle/docs/reference/qdarkstyle.__main__.rst b/external-deps/qdarkstyle/docs/reference/qdarkstyle.__main__.rst deleted file mode 100644 index b425dd3dca5..00000000000 --- a/external-deps/qdarkstyle/docs/reference/qdarkstyle.__main__.rst +++ /dev/null @@ -1,8 +0,0 @@ -qdarkstyle.\_\_main\_\_ module -============================== - -.. automodule:: qdarkstyle.__main__ - :members: - :undoc-members: - :show-inheritance: - :private-members: diff --git a/external-deps/qdarkstyle/docs/reference/qdarkstyle.colorsystem.rst b/external-deps/qdarkstyle/docs/reference/qdarkstyle.colorsystem.rst deleted file mode 100644 index 6d50d7ca094..00000000000 --- a/external-deps/qdarkstyle/docs/reference/qdarkstyle.colorsystem.rst +++ /dev/null @@ -1,8 +0,0 @@ -qdarkstyle.colorsystem module -============================= - -.. automodule:: qdarkstyle.colorsystem - :members: - :undoc-members: - :show-inheritance: - :private-members: diff --git a/external-deps/qdarkstyle/docs/reference/qdarkstyle.dark.palette.rst b/external-deps/qdarkstyle/docs/reference/qdarkstyle.dark.palette.rst deleted file mode 100644 index 6088c69f679..00000000000 --- a/external-deps/qdarkstyle/docs/reference/qdarkstyle.dark.palette.rst +++ /dev/null @@ -1,8 +0,0 @@ -qdarkstyle.dark.palette module -============================== - -.. automodule:: qdarkstyle.dark.palette - :members: - :undoc-members: - :show-inheritance: - :private-members: diff --git a/external-deps/qdarkstyle/docs/reference/qdarkstyle.dark.rst b/external-deps/qdarkstyle/docs/reference/qdarkstyle.dark.rst deleted file mode 100644 index 9bc1d7f27cd..00000000000 --- a/external-deps/qdarkstyle/docs/reference/qdarkstyle.dark.rst +++ /dev/null @@ -1,17 +0,0 @@ -qdarkstyle.dark package -======================= - -.. automodule:: qdarkstyle.dark - :members: - :undoc-members: - :show-inheritance: - :private-members: - -Submodules ----------- - -.. toctree:: - :maxdepth: 4 - - qdarkstyle.dark.palette - qdarkstyle.dark.style_rc diff --git a/external-deps/qdarkstyle/docs/reference/qdarkstyle.dark.style_rc.rst b/external-deps/qdarkstyle/docs/reference/qdarkstyle.dark.style_rc.rst deleted file mode 100644 index 303014d234f..00000000000 --- a/external-deps/qdarkstyle/docs/reference/qdarkstyle.dark.style_rc.rst +++ /dev/null @@ -1,8 +0,0 @@ -qdarkstyle.dark.style\_rc module -================================ - -.. automodule:: qdarkstyle.dark.style_rc - :members: - :undoc-members: - :show-inheritance: - :private-members: diff --git a/external-deps/qdarkstyle/docs/reference/qdarkstyle.example.__main__.rst b/external-deps/qdarkstyle/docs/reference/qdarkstyle.example.__main__.rst deleted file mode 100644 index 3ee981ee367..00000000000 --- a/external-deps/qdarkstyle/docs/reference/qdarkstyle.example.__main__.rst +++ /dev/null @@ -1,8 +0,0 @@ -qdarkstyle.example.\_\_main\_\_ module -====================================== - -.. automodule:: qdarkstyle.example.__main__ - :members: - :undoc-members: - :show-inheritance: - :private-members: diff --git a/external-deps/qdarkstyle/docs/reference/qdarkstyle.example.rst b/external-deps/qdarkstyle/docs/reference/qdarkstyle.example.rst deleted file mode 100644 index 9557493fb2e..00000000000 --- a/external-deps/qdarkstyle/docs/reference/qdarkstyle.example.rst +++ /dev/null @@ -1,16 +0,0 @@ -qdarkstyle.example package -========================== - -.. automodule:: qdarkstyle.example - :members: - :undoc-members: - :show-inheritance: - :private-members: - -Submodules ----------- - -.. toctree:: - :maxdepth: 4 - - qdarkstyle.example.__main__ diff --git a/external-deps/qdarkstyle/docs/reference/qdarkstyle.light.palette.rst b/external-deps/qdarkstyle/docs/reference/qdarkstyle.light.palette.rst deleted file mode 100644 index 075b4a21100..00000000000 --- a/external-deps/qdarkstyle/docs/reference/qdarkstyle.light.palette.rst +++ /dev/null @@ -1,8 +0,0 @@ -qdarkstyle.light.palette module -=============================== - -.. automodule:: qdarkstyle.light.palette - :members: - :undoc-members: - :show-inheritance: - :private-members: diff --git a/external-deps/qdarkstyle/docs/reference/qdarkstyle.light.rst b/external-deps/qdarkstyle/docs/reference/qdarkstyle.light.rst deleted file mode 100644 index 7d196023763..00000000000 --- a/external-deps/qdarkstyle/docs/reference/qdarkstyle.light.rst +++ /dev/null @@ -1,17 +0,0 @@ -qdarkstyle.light package -======================== - -.. automodule:: qdarkstyle.light - :members: - :undoc-members: - :show-inheritance: - :private-members: - -Submodules ----------- - -.. toctree:: - :maxdepth: 4 - - qdarkstyle.light.palette - qdarkstyle.light.style_rc diff --git a/external-deps/qdarkstyle/docs/reference/qdarkstyle.light.style_rc.rst b/external-deps/qdarkstyle/docs/reference/qdarkstyle.light.style_rc.rst deleted file mode 100644 index 7ba2aeabc97..00000000000 --- a/external-deps/qdarkstyle/docs/reference/qdarkstyle.light.style_rc.rst +++ /dev/null @@ -1,8 +0,0 @@ -qdarkstyle.light.style\_rc module -================================= - -.. automodule:: qdarkstyle.light.style_rc - :members: - :undoc-members: - :show-inheritance: - :private-members: diff --git a/external-deps/qdarkstyle/docs/reference/qdarkstyle.palette.rst b/external-deps/qdarkstyle/docs/reference/qdarkstyle.palette.rst deleted file mode 100644 index 7fbebc10cff..00000000000 --- a/external-deps/qdarkstyle/docs/reference/qdarkstyle.palette.rst +++ /dev/null @@ -1,8 +0,0 @@ -qdarkstyle.palette module -========================= - -.. automodule:: qdarkstyle.palette - :members: - :undoc-members: - :show-inheritance: - :private-members: diff --git a/external-deps/qdarkstyle/docs/reference/qdarkstyle.rst b/external-deps/qdarkstyle/docs/reference/qdarkstyle.rst deleted file mode 100644 index d07a7164f9f..00000000000 --- a/external-deps/qdarkstyle/docs/reference/qdarkstyle.rst +++ /dev/null @@ -1,29 +0,0 @@ -qdarkstyle package -================== - -.. automodule:: qdarkstyle - :members: - :undoc-members: - :show-inheritance: - :private-members: - -Subpackages ------------ - -.. toctree:: - :maxdepth: 4 - - qdarkstyle.dark - qdarkstyle.example - qdarkstyle.light - qdarkstyle.utils - -Submodules ----------- - -.. toctree:: - :maxdepth: 4 - - qdarkstyle.__main__ - qdarkstyle.colorsystem - qdarkstyle.palette diff --git a/external-deps/qdarkstyle/docs/reference/qdarkstyle.utils.__main__.rst b/external-deps/qdarkstyle/docs/reference/qdarkstyle.utils.__main__.rst deleted file mode 100644 index b182bae4209..00000000000 --- a/external-deps/qdarkstyle/docs/reference/qdarkstyle.utils.__main__.rst +++ /dev/null @@ -1,8 +0,0 @@ -qdarkstyle.utils.\_\_main\_\_ module -==================================== - -.. automodule:: qdarkstyle.utils.__main__ - :members: - :undoc-members: - :show-inheritance: - :private-members: diff --git a/external-deps/qdarkstyle/docs/reference/qdarkstyle.utils.images.rst b/external-deps/qdarkstyle/docs/reference/qdarkstyle.utils.images.rst deleted file mode 100644 index 982e1196cd6..00000000000 --- a/external-deps/qdarkstyle/docs/reference/qdarkstyle.utils.images.rst +++ /dev/null @@ -1,8 +0,0 @@ -qdarkstyle.utils.images module -============================== - -.. automodule:: qdarkstyle.utils.images - :members: - :undoc-members: - :show-inheritance: - :private-members: diff --git a/external-deps/qdarkstyle/docs/reference/qdarkstyle.utils.rst b/external-deps/qdarkstyle/docs/reference/qdarkstyle.utils.rst deleted file mode 100644 index fdc3a751f9d..00000000000 --- a/external-deps/qdarkstyle/docs/reference/qdarkstyle.utils.rst +++ /dev/null @@ -1,18 +0,0 @@ -qdarkstyle.utils package -======================== - -.. automodule:: qdarkstyle.utils - :members: - :undoc-members: - :show-inheritance: - :private-members: - -Submodules ----------- - -.. toctree:: - :maxdepth: 4 - - qdarkstyle.utils.__main__ - qdarkstyle.utils.images - qdarkstyle.utils.scss diff --git a/external-deps/qdarkstyle/docs/reference/qdarkstyle.utils.scss.rst b/external-deps/qdarkstyle/docs/reference/qdarkstyle.utils.scss.rst deleted file mode 100644 index 8fa911605f6..00000000000 --- a/external-deps/qdarkstyle/docs/reference/qdarkstyle.utils.scss.rst +++ /dev/null @@ -1,8 +0,0 @@ -qdarkstyle.utils.scss module -============================ - -.. automodule:: qdarkstyle.utils.scss - :members: - :undoc-members: - :show-inheritance: - :private-members: diff --git a/external-deps/qdarkstyle/docs/screenshots.rst b/external-deps/qdarkstyle/docs/screenshots.rst deleted file mode 100644 index 40e13dbd2f7..00000000000 --- a/external-deps/qdarkstyle/docs/screenshots.rst +++ /dev/null @@ -1,49 +0,0 @@ -Screenshots -=========== - - -Screenshots ------------ - -Here are a few snapshots comparing the use of QDarkStyle and the -default style. Click in the image to zoom. - - -Containers (no tabs) and Buttons --------------------------------- - -.. image:: images/dark/containers_no_tabs_buttons.png - -.. image:: images/light/containers_no_tabs_buttons.png - -.. image:: images/none/containers_no_tabs_buttons.png - - -Containers (tabs) and Displays ------------------------------- - -.. image:: images/dark/containers_tabs_displays.png - -.. image:: images/light/containers_tabs_displays.png - -.. image:: images/none/containers_tabs_displays.png - - -Widgets and Inputs (fields) ---------------------------- - -.. image:: images/dark/widgets_inputs_fields.png - -.. image:: images/light/widgets_inputs_fields.png - -.. image:: images/none/widgets_inputs_fields.png - - -Views and Inputs (no fields) ----------------------------- - -.. image:: images/dark/views_inputs_no_fields.png - -.. image:: images/light/views_inputs_no_fields.png - -.. image:: images/none/views_inputs_no_fields.png diff --git a/external-deps/qdarkstyle/docs/scripts/modules.rst b/external-deps/qdarkstyle/docs/scripts/modules.rst deleted file mode 100644 index edbdc61723a..00000000000 --- a/external-deps/qdarkstyle/docs/scripts/modules.rst +++ /dev/null @@ -1,7 +0,0 @@ -scripts -======= - -.. toctree:: - :maxdepth: 4 - - run_ui_css_edition diff --git a/external-deps/qdarkstyle/docs/scripts/run_ui_css_edition.rst b/external-deps/qdarkstyle/docs/scripts/run_ui_css_edition.rst deleted file mode 100644 index 8a96be221c5..00000000000 --- a/external-deps/qdarkstyle/docs/scripts/run_ui_css_edition.rst +++ /dev/null @@ -1,8 +0,0 @@ -run\_ui\_css\_edition module -============================ - -.. automodule:: run_ui_css_edition - :members: - :undoc-members: - :show-inheritance: - :private-members: diff --git a/external-deps/qdarkstyle/makeppa.sh b/external-deps/qdarkstyle/makeppa.sh deleted file mode 100755 index f18547cbbe5..00000000000 --- a/external-deps/qdarkstyle/makeppa.sh +++ /dev/null @@ -1,46 +0,0 @@ -#! /bin/bash -# -*- coding: utf-8 -*- - -# package info -ppa="ppa:colin-duquesnoy/stable" -name="qdarkstyle" -version="2.0" - -# read pgp key from gpg_key file -gpg_key=`cat gpg_key` - -# generate debian source package and .orig.tar.gz -python3 setup.py --command-packages=stdeb.command sdist_dsc - -date=`date -R` - -# clean pyc files -find . -name "*.pyc" -exec rm -rf {} \; - - -for suite in 'trusty' 'utopic' 'vivid' -do - # sign our package and prepare it for ppa upload - pushd deb_dist - pushd ${name}-${version} - - # update changelog to include ubuntu release - changelog="${name} (${version}-1ppa1~${suite}1) ${suite}; urgency=low - * Initial release - -- Colin Duquesnoy ${date} -" - echo "$changelog" > debian/changelog - cat debian/changelog - - debuild -S -sa -k${gpg_key} - popd - - # upload to ppa - dput ${ppa} *.changes - rm -rf *.dsc *.changes - - popd -done - -# cleanup -rm -rf *.tar.gz deb_dist/ dist/ diff --git a/external-deps/qdarkstyle/pylint.ini b/external-deps/qdarkstyle/pylint.ini deleted file mode 100644 index b9a89795257..00000000000 --- a/external-deps/qdarkstyle/pylint.ini +++ /dev/null @@ -1,489 +0,0 @@ -[MASTER] - -# A comma-separated list of package or module names from where C extensions may -# be loaded. Extensions are loading into the active Python interpreter and may -# run arbitrary code. -extension-pkg-whitelist=qtpy,PySide,PyQt4,PyQt5,PySide2,QtCore,QtGui,QtWidget,Signal,numpy,qtpy.QtCore,qtpy.QtGui,qtpy.QtWidgets - -# Add files or directories to the blacklist. They should be base names, not -# paths. -ignore=CVS,ui,docs,dist,build,tests,diagrams,icons,templates - -# Add files or directories matching the regex patterns to the blacklist. The -# regex matches against base names, not paths. -ignore-patterns= - -# Python code to execute, usually for sys.path manipulation such as -# pygtk.require(). -#init-hook= - -# Use multiple processes to speed up Pylint. Specifying 0 will auto-detect the -# number of processors available to use. -jobs=4 - -# Control the amount of potential inferred values when inferring a single -# object. This can help the performance when dealing with large functions or -# complex, nested conditions. -limit-inference-results=100 - -# List of plugins (as comma separated values of python modules names) to load, -# usually to register additional checkers. -load-plugins=pylint.extensions.mccabe,pylint.extensions.overlapping_exceptions,pylint.extensions.redefined_variable_type,pylint.extensions.docparams,pylint.extensions.bad_builtin,pylint.extensions.comparetozero,pylint.extensions.check_elif - -# Pickle collected data for later comparisons. -persistent=yes - -# Specify a configuration file. -#rcfile= - -# When enabled, pylint would attempt to guess common misconfiguration and emit -# user-friendly hints instead of false-positive error messages. -suggestion-mode=yes - -# Allow loading of arbitrary C extensions. Extensions are imported into the -# active Python interpreter and may run arbitrary code. -unsafe-load-any-extension=no - - -[MESSAGES CONTROL] - -# Only show warnings with the listed confidence levels. Leave empty to show -# all. Valid levels: HIGH, INFERENCE, INFERENCE_FAILURE, UNDEFINED. -confidence= - -# Disable the message, report, category or checker with the given id(s). You -# can either give multiple identifiers separated by comma (,) or put this -# option multiple times (only on the command line, not in the configuration -# file where it should appear only once). You can also use "--disable=all" to -# disable everything first and then reenable specific checks. For example, if -# you want to run only the similarities checker, you can use "--disable=all -# --enable=similarities". If you want to run only the classes checker, but have -# no Warning level messages displayed, use "--disable=all --enable=classes -# --disable=W". -disable= - -# Enable the message, report, category or checker with the given id(s). You can -# either give multiple identifier separated by comma (,) or put this option -# multiple time (only on the command line, not in the configuration file where -# it should appear only once). See also the "--disable" option for examples. -enable=c-extension-no-member - - -[REPORTS] - -# Python expression which should return a note less than 10 (10 is the highest -# note). You have access to the variables errors warning, statement which -# respectively contain the number of errors / warnings messages and the total -# number of statements analyzed. This is used by the global evaluation report -# (RP0004). -evaluation=10.0 - ((float(5 * error + warning + refactor + convention) / statement) * 10) - -# Template used to display messages. This is a python new-style format string -# used to format the message information. See doc for all details. -#msg-template= - -# Set the output format. Available formats are text, parseable, colorized, json -# and msvs (visual studio). You can also give a reporter class, e.g. -# mypackage.mymodule.MyReporterClass. -output-format=text - -# Tells whether to display a full report or only the messages. -reports=yes - -# Activate the evaluation score. -score=yes - - -[REFACTORING] - -# Maximum number of nested blocks for function / method body -max-nested-blocks=5 - -# Complete name of functions that never returns. When checking for -# inconsistent-return-statements if a never returning function is called then -# it will be considered as an explicit return statement and no message will be -# printed. -never-returning-functions=sys.exit - - -[TYPECHECK] - -# List of decorators that produce context managers, such as -# contextlib.contextmanager. Add to this list to register other decorators that -# produce valid context managers. -contextmanager-decorators=contextlib.contextmanager - -# List of members which are set dynamically and missed by pylint inference -# system, and so shouldn't trigger E1101 when accessed. Python regular -# expressions are accepted. -generated-members= - -# Tells whether missing members accessed in mixin class should be ignored. A -# mixin class is detected if its name ends with "mixin" (case insensitive). -ignore-mixin-members=yes - -# Tells whether to warn about missing members when the owner of the attribute -# is inferred to be None. -ignore-none=yes - -# This flag controls whether pylint should warn about no-member and similar -# checks whenever an opaque object is returned when inferring. The inference -# can return multiple potential results while evaluating a Python object, but -# some branches might not be evaluated, which results in partial inference. In -# that case, it might be useful to still emit no-member and other checks for -# the rest of the inferred objects. -ignore-on-opaque-inference=yes - -# List of class names for which member attributes should not be checked (useful -# for classes with dynamically set attributes). This supports the use of -# qualified names. -ignored-classes= - -# List of module names for which member attributes should not be checked -# (useful for modules/projects where namespaces are manipulated during runtime -# and thus existing member attributes cannot be deduced by static analysis. It -# supports qualified module names, as well as Unix pattern matching. -ignored-modules=*_rc.py,conf.py,pymr2.gui.Array - -# Show a hint with possible names when a member name was not found. The aspect -# of finding the hint is based on edit distance. -missing-member-hint=yes - -# The minimum edit distance a name should have in order to be considered a -# similar match for a missing member name. -missing-member-hint-distance=1 - -# The total number of similar names that should be taken in consideration when -# showing a hint for a missing member. -missing-member-max-choices=1 - - -[VARIABLES] - -# List of additional names supposed to be defined in builtins. Remember that -# you should avoid to define new builtins when possible. -additional-builtins= - -# Tells whether unused global variables should be treated as a violation. -allow-global-unused-variables=yes - -# List of strings which can identify a callback function by name. A callback -# name must start or end with one of those strings. -callbacks=cb_,_cb - -# A regular expression matching the name of dummy variables (i.e. expected to -# not be used). -dummy-variables-rgx=_$|dummy - -# Argument names that match this expression will be ignored. Default to name -# with leading underscore. -ignored-argument-names=_.* - -# Tells whether we should check for unused import in __init__ files. -init-import=yes - -# List of qualified module names which can have objects that can redefine -# builtins. -redefining-builtins-modules=six.moves,past.builtins,future.builtins,builtins,io - - -[MISCELLANEOUS] - -# List of note tags to take in consideration, separated by a comma. -notes=FIXME,XXX,TODO,Todo,todo,BUG - - -[LOGGING] - -# Logging modules to check that the string format arguments are in logging -# function parameter format. -logging-modules=logging - - -[SIMILARITIES] - -# Ignore comments when computing similarities. -ignore-comments=yes - -# Ignore docstrings when computing similarities. -ignore-docstrings=yes - -# Ignore imports when computing similarities. -ignore-imports=no - -# Minimum lines number of a similarity. -min-similarity-lines=4 - -[BASIC] - -# Naming style matching correct module names. -module-naming-style=any -# Regular expression matching correct module names. -module-rgx=(([a-z_])[a-z0-9_]{1,19})$ -# Valid: this_is_valid (public), _this_is_valid (not public) -# It is preferible to not use underscore - - -# Naming style matching correct constant names. -const-naming-style=any -# Regular expression matching correct constant names. -const-rgx=(([A-Za-z]|[_][A-Za-z])[A-Za-z0-9_]{1,20}|(__.*__))$ -# Valid: this_is_valid (public), _this_is_valid (protected), __this_is_valid__ (special) -# Valid: THIS_IS_VALID (constant, public), _THIS_IS_VALID (constant, not protected) - - -# Naming style matching correct class names. -class-naming-style=any -# Regular expression matching correct class names. -class-rgx=(([A-Z]|[_][A-Z]|[_][_][A-Z])[A-Za-z0-9_]{1,30})$ -# Valid: ThisIsValid - - -# Naming style matching correct class attribute names. -class-attribute-naming-style=any -# Regular expression matching correct class attribute names. -class-attribute-rgx=(([a-z]|[_][a-z]|[_][_][a-z])|([A-Z]|[_][A-Z]|[_][_][A-Z])[A-Za-z0-9_]{0,30})$ -# Valid: ThisIsValid (public), _ThisIsValid (protected), __ThisIsValid (private) -# Valid: RJ12, __this_is_valid__ (special) -# For signals, use initial naming 'Sig' - - -# Naming style matching correct attribute names. -attr-naming-style=any -# Regular expression matching correct attribute names. -attr-rgx=(([a-z]|[_][a-z]|[_][_][a-z])[A-Za-z0-9]{1,30})$ -# Valid: thisIsValid (public), _thisIsValid (protected), __thisIsValid (private) - - -# Naming style matching correct method names. -method-naming-style=any -# Regular expression matching correct method names. -method-rgx=(([a-z]|[_][a-z]|[_][_][a-z])[A-Za-z0-9]{1,30})$ -# Valid: thisIsValid (public), _thisIsValid (protected), __thisIsValid (private) - - -# Naming style matching correct function names. -function-naming-style=any -# Regular expression matching correct function names. -function-rgx=(([a-z_]|[_][a-z_]|[_][_][a-z_])[a-z0-9_]{1,30})$ - - -# Naming style matching correct argument names. -argument-naming-style=any -# Regular expression matching correct argument names. -argument-rgx=(([a-z_])[a-z0-9_]{1,20})$ - - -# Naming style matching correct variable names. -variable-naming-style=any -# Regular expression matching correct variable names. -variable-rgx=(([a-z_])[a-z0-9_]{1,20})$ - - -# Naming style matching correct inline iteration names. -inlinevar-naming-style=any -# Regular expression matching correct inline iteration names. -inlinevar-rgx=(([a-z_])[a-z0-9_]{0,20})$ - - -# Minimum line length for functions/classes that require docstrings, shorter -# ones are exempt. -docstring-min-length=1 - -# Bad variable names which should always be refused, separated by a comma. -bad-names=foo,bar,baz,toto,tutu,tata - -# Good variable names which should always be accepted, separated by a comma. -good-names=_ - -# Include a hint for the correct naming format with invalid-name. -include-naming-hint=no - -# Colon-delimited sets of names that determine each other's naming style when -# the name regexes allow several styles. -name-group= - -# Regular expression which should only match function or class names that do -# not require a docstring. -no-docstring-rgx=^_ - -# List of decorators that produce properties, such as abc.abstractproperty. Add -# to this list to register other decorators that produce valid properties. -# These decorators are taken in consideration only for invalid-name. -property-classes=abc.abstractproperty - -[FORMAT] - -# Expected format of line ending, e.g. empty (any line ending), LF or CRLF. -expected-line-ending-format= - -# Regexp for a line that is allowed to be longer than the limit. -ignore-long-lines=^\s*(# )??$ - -# Number of spaces of indent required inside a hanging or continued line. -indent-after-paren=4 - -# String used as indentation unit. This is usually " " (4 spaces) or "\t" (1 -# tab). -indent-string=' ' - -# Maximum number of characters on a single line. -max-line-length=150 - -# Maximum number of lines in a module. -max-module-lines=2500 - -# List of optional constructs for which whitespace checking is disabled. `dict- -# separator` is used to allow tabulation in dicts, etc.: {1 : 1,\n222: 2}. -# `trailing-comma` allows a space between comma and closing bracket: (a, ). -# `empty-line` allows space-only lines. -no-space-check=trailing-comma,dict-separator - -# Allow the body of a class to be on the same line as the declaration if body -# contains single statement. -single-line-class-stmt=no - -# Allow the body of an if to be on the same line as the test if there is no -# else. -single-line-if-stmt=no - - -[SPELLING] - -# Limits count of emitted suggestions for spelling mistakes. -max-spelling-suggestions=4 - -# Spelling dictionary name. Available dictionaries: none. To make it working -# install python-enchant package.. -spelling-dict= - -# List of comma separated words that should not be checked. -spelling-ignore-words= - -# A path to a file that contains private dictionary; one word per line. -spelling-private-dict-file= - -# Tells whether to store unknown words to indicated private dictionary in -# --spelling-private-dict-file option instead of raising a message. -spelling-store-unknown-words=no - - -[DESIGN] - -# Maximum number of arguments for function / method. -max-args=6 - -# Maximum number of attributes for a class (see R0902). -max-attributes=35 - -# Maximum number of boolean expressions in an if statement. -max-bool-expr=5 - -# Maximum number of branch for function / method body. -max-branches=12 - -# McCabe complexity cyclomatic threshold -max-complexity=10 - -# Maximum number of locals for function / method body. -max-locals=25 - -# Maximum number of parents for a class (see R0901). -max-parents=4 - -# Maximum number of public methods for a class (see R0904). -max-public-methods=30 - -# Maximum number of return / yield for function / method body. -max-returns=6 - -# Maximum number of statements in function / method body. -max-statements=80 - -# Minimum number of public methods for a class (see R0903). -min-public-methods=2 - - -[DEPRECATED_BUILTINS] - -# List of builtins function names that should not be used, separated by a comma. -bad-functions=map,filter,input - - -[CLASSES] - -# List of method names used to declare (i.e. assign) instance attributes. -defining-attr-methods=__init__,__new__,setUp - -# List of member names, which should be excluded from the protected access -# warning. -exclude-protected=_asdict,_fields,_replace,_source,_make - -# List of valid names for the first argument in a class method. -valid-classmethod-first-arg=cls,self - -# List of valid names for the first argument in a metaclass class method. -valid-metaclass-classmethod-first-arg=mcs - - -[IMPORTS] - -# Allow wildcard imports from modules that define __all__. -allow-wildcard-with-all=yes - -# Analyse import fallback blocks. This can be used to support both Python 2 and -# 3 compatible code, which means that the block might have code that exists -# only in one or another interpreter, leading to false positives when analysed. -analyse-fallback-blocks=no - -# Deprecated modules which should not be used, separated by a comma. -deprecated-modules=regsub,TERMIOS,Bastion,rexec - -# Create a graph of external dependencies in the given file (report RP0402 must -# not be disabled). -ext-import-graph= - -# Create a graph of every (i.e. internal and external) dependencies in the -# given file (report RP0402 must not be disabled). -import-graph= - -# Create a graph of internal dependencies in the given file (report RP0402 must -# not be disabled). -int-import-graph= - -# Force import order to recognize a module as part of the standard -# compatibility libraries. -known-standard-library= - -# Force import order to recognize a module as part of a third party library. -known-third-party=enchant - - -[PARAMETER_DOCUMENTATION] - -# Whether to accept totally missing parameter documentation in the docstring of -# a function that has parameters. -accept-no-param-doc=yes - -# Whether to accept totally missing raises documentation in the docstring of a -# function that raises an exception. -accept-no-raise-doc=yes - -# Whether to accept totally missing return documentation in the docstring of a -# function that returns a statement. -accept-no-return-doc=yes - -# Whether to accept totally missing yields documentation in the docstring of a -# generator. -accept-no-yields-doc=yes - -# If the docstring type cannot be guessed the specified docstring type will be -# used. -default-docstring-type=default - - -[EXCEPTIONS] - -# Exceptions that will emit a warning when being caught. Defaults to -# "Exception". -overgeneral-exceptions=Exception diff --git a/external-deps/qdarkstyle/qdarkstyle/__init__.py b/external-deps/qdarkstyle/qdarkstyle/__init__.py deleted file mode 100755 index 127fed7ff4f..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/__init__.py +++ /dev/null @@ -1,466 +0,0 @@ -#!/usr/bin/env python -# -*- coding: utf-8 -*- - -"""The most complete dark/light style sheet for Qt applications (Qt4, Qt5, -PySide, PySide2, PyQt4, PyQt5, QtPy, PyQtGraph, Qt.Py) for Python 2/3 and C++. - -Python 2, as well as Qt4 (PyQt4 and PySide), will not be supported anymore. -They still there as it is, but no back-compatibility, fixes, nor features -will be implemented. - -We still preparing the portability to Qt6 since we need changes in -`QtPy `__ dependency project. - -Check the `documentation `__ -to see how to set the desirable theme palette. - -This module provides a function to load the stylesheets transparently -with the right resources file. - -First, start importing our module - -.. code-block:: python - - import qdarkstyle - -Then you can get stylesheet provided by QDarkStyle for various Qt wrappers -as shown below - -.. code-block:: python - - # PySide - dark_stylesheet = qdarkstyle.load_stylesheet_pyside() - # PySide 2 - dark_stylesheet = qdarkstyle.load_stylesheet_pyside2() - # PyQt4 - dark_stylesheet = qdarkstyle.load_stylesheet_pyqt() - # PyQt5 - dark_stylesheet = qdarkstyle.load_stylesheet_pyqt5() - -Alternatively, from environment variables provided by QtPy, PyQtGraph, Qt.Py - -.. code-block:: python - - # QtPy - dark_stylesheet = qdarkstyle.load_stylesheet() - # PyQtGraph - dark_stylesheet = qdarkstyle.load_stylesheet(qt_api=os.environ('PYQTGRAPH_QT_LIB')) - # Qt.Py - dark_stylesheet = qdarkstyle.load_stylesheet(qt_api=Qt.__binding__) - -Finally, set your QApplication with it - -.. code-block:: python - - app.setStyleSheet(dark_stylesheet) - -Enjoy! - -""" - -# Standard library imports -import logging -import os -import platform -import sys -import warnings - -# Local imports -from qdarkstyle.dark.palette import DarkPalette -from qdarkstyle.light.palette import LightPalette -from qdarkstyle.palette import Palette - -__version__ = "3.0.3" - -_logger = logging.getLogger(__name__) - -# Folder's path -def _set_global_paths(palette='dark'): - global REPO_PATH - REPO_PATH = os.path.dirname(os.path.abspath(os.path.dirname(__file__))) - - global EXAMPLE_PATH, IMAGES_PATH, PACKAGE_PATH - EXAMPLE_PATH = os.path.join(REPO_PATH, 'example') - IMAGES_PATH = os.path.join(REPO_PATH, 'docs/images') - PACKAGE_PATH = os.path.join(REPO_PATH, 'qdarkstyle') - - global QSS_PATH, RC_PATH, SVG_PATH - QSS_PATH = os.path.join(PACKAGE_PATH, 'qss') - RC_PATH = os.path.join(PACKAGE_PATH, palette, 'rc') - SVG_PATH = os.path.join(PACKAGE_PATH, 'svg') - - # File names - global QSS_FILE, QRC_FILE - QSS_FILE = 'style.qss' - QRC_FILE = QSS_FILE.replace('.qss', '.qrc') - - global MAIN_SCSS_FILE, STYLES_SCSS_FILE, VARIABLES_SCSS_FILE - MAIN_SCSS_FILE = 'main.scss' - STYLES_SCSS_FILE = '_styles.scss' - VARIABLES_SCSS_FILE = '_variables.scss' - - # File paths - global QSS_FILEPATH, QRC_FILEPATH - QSS_FILEPATH = os.path.join(PACKAGE_PATH, palette, QSS_FILE) - QRC_FILEPATH = os.path.join(PACKAGE_PATH, palette, QRC_FILE) - - global MAIN_SCSS_FILEPATH, STYLES_SCSS_FILEPATH, VARIABLES_SCSS_FILEPATH - MAIN_SCSS_FILEPATH = os.path.join(QSS_PATH, palette, MAIN_SCSS_FILE) - STYLES_SCSS_FILEPATH = os.path.join(QSS_PATH, STYLES_SCSS_FILE) - VARIABLES_SCSS_FILEPATH = os.path.join(QSS_PATH, palette, VARIABLES_SCSS_FILE) - -_set_global_paths() - -# Todo: check if we are deprecate all those functions or keep them -DEPRECATION_MSG = '''This function will be deprecated in v3.0. -Please, set the wanted binding by using QtPy environment variable QT_API, -then use load_stylesheet() or use load_stylesheet() -passing the argument qt_api='wanted_binding'.''' - - -def _apply_os_patches(palette): - """ - Apply OS-only specific stylesheet pacthes. - - Returns: - str: stylesheet string (css). - """ - os_fix = "" - - if platform.system().lower() == 'darwin': - # See issue #12, #267 - os_fix = ''' - QDockWidget::title - {{ - background-color: {color}; - text-align: center; - height: 12px; - }} - QTabBar::close-button {{ - padding: 2px; - }} - '''.format(color=palette.COLOR_BACKGROUND_4) - - # Only open the QSS file if any patch is needed - if os_fix: - _logger.info("Found OS patches to be applied.") - - return os_fix - - -def _apply_binding_patches(): - """ - Apply binding-only specific stylesheet patches for the same OS. - - Returns: - str: stylesheet string (css). - """ - binding_fix = "" - - if binding_fix: - _logger.info("Found binding patches to be applied.") - - return binding_fix - - -def _apply_version_patches(qt_version): - """ - Apply version-only specific stylesheet patches for the same binding. - - Args: - qt_version (str): Qt string version. - - Returns: - str: stylesheet string (css). - """ - version_fix = "" - - major, minor, patch = qt_version.split('.') - major, minor, patch = int(major), int(minor), int(patch) - - if major == 5 and minor >= 14: - # See issue #214 - version_fix = ''' - QMenu::item { - padding: 4px 24px 4px 6px; - } - ''' - - if version_fix: - _logger.info("Found version patches to be applied.") - - return version_fix - - -def _apply_application_patches(QCoreApplication, QPalette, QColor, palette): - """ - Apply application level fixes on the QPalette. - - The import names args must be passed here because the import is done - inside the load_stylesheet() function, as QtPy is only imported in - that moment for setting reasons. - """ - # See issue #139 - color = palette.COLOR_ACCENT_3 - qcolor = QColor(color) - - # Todo: check if it is qcoreapplication indeed - app = QCoreApplication.instance() - - _logger.info("Found application patches to be applied.") - - if app: - app_palette = app.palette() - app_palette.setColor(QPalette.Normal, QPalette.Link, qcolor) - app.setPalette(app_palette) - else: - _logger.warning("No QCoreApplication instance found. " - "Application patches not applied. " - "You have to call load_stylesheet function after " - "instantiation of QApplication to take effect. ") - - -def _load_stylesheet(qt_api='', palette=None): - """ - Load the stylesheet based on QtPy abstraction layer environment variable. - - If the argument is not passed, it uses the current QT_API environment - variable to make the imports of Qt bindings. If passed, it sets this - variable then make the imports. - - Args: - qt_api (str): qt binding name to set QT_API environment variable. - Default is ''. Possible values are pyside, pyside2 - pyqt4, pyqt5. Not case sensitive. - palette (Palette): Palette class that inherits from Palette. - - Note: - - Note that the variable QT_API is read when first imported. So, - pay attention to the import order. - - If you are using another abstraction layer, i.e PyQtGraph to do - imports on Qt things you must set both to use the same Qt - binding (PyQt, PySide). - - OS, binding and binding version number, and application specific - patches are applied in this order. - - Returns: - str: stylesheet string (css). - """ - - if qt_api: - os.environ['QT_API'] = qt_api - - # Import is made after setting QT_API - from qtpy.QtCore import QCoreApplication, QFile, QTextStream - from qtpy.QtGui import QColor, QPalette - from qtpy import QT_VERSION - - # Then we import resources - binary qrc content - if palette is None: - from qdarkstyle.dark import style_rc - palette = DarkPalette - _set_global_paths('dark') - elif palette.ID == 'dark': - from qdarkstyle.dark import style_rc - palette = DarkPalette - _set_global_paths('dark') - elif palette.ID == 'light': - from qdarkstyle.light import style_rc - palette = LightPalette - _set_global_paths('light') - else: - print("Not recognized ID for palette! Exiting!") - sys.exit(1) - - # Thus, by importing the binary we can access the resources - package_dir = os.path.basename(PACKAGE_PATH) - qss_rc_path = ":" + os.path.join(package_dir, palette.ID, QSS_FILE) - - _logger.debug("Reading QSS file in: %s" % qss_rc_path) - - # It gets the qss file from compiled style_rc that was imported, - # not from the file QSS as we are using resources - qss_file = QFile(qss_rc_path) - - if qss_file.exists(): - qss_file.open(QFile.ReadOnly | QFile.Text) - text_stream = QTextStream(qss_file) - stylesheet = text_stream.readAll() - _logger.info("QSS file sucessfuly loaded.") - else: - stylesheet = "" - # Todo: check this raise type and add to docs - raise FileNotFoundError("Unable to find QSS file '{}' " - "in resources.".format(qss_rc_path)) - - _logger.debug("Checking patches for being applied.") - - # Todo: check execution order for these functions - # 1. Apply OS specific patches - stylesheet += _apply_os_patches(palette) - - # 2. Apply binding specific patches - stylesheet += _apply_binding_patches() - - # 3. Apply binding version specific patches - stylesheet += _apply_version_patches(QT_VERSION) - - # 4. Apply palette fix. See issue #139 - _apply_application_patches(QCoreApplication, QPalette, QColor, palette) - - return stylesheet - - -def load_stylesheet(*args, **kwargs): - """ - Load the stylesheet. Takes care of importing the rc module. - - Args: - pyside (bool): True to load the PySide (or PySide2) rc file, - False to load the PyQt4 (or PyQt5) rc file. - Default is False. - or - - qt_api (str): Qt binding name to set QT_API environment variable. - Default is '', i.e PyQt5 the default QtPy binding. - Possible values are pyside, pyside2 pyqt4, pyqt5. - Not case sensitive. - - or - - palette (Palette): Class (not instance) that inherits from Palette. - - Raises: - TypeError: If arguments do not match: type, keyword name nor quantity. - - Returns: - str: the stylesheet string. - """ - - stylesheet = "" - arg = None - - try: - arg = args[0] - except IndexError: - # It is already none - pass - - # Get palette - palette = kwargs.get('palette', None) - - # Number of arguments are wrong - if (kwargs and args) or len(args) > 2 or len(kwargs) > 2: - raise TypeError("load_stylesheet() takes zero, one or two arguments: " - "(new) string type qt_api='pyqt5' or " - "(old) boolean type pyside='False' or " - "(new) palette type palette=Palette.") - - # No arguments - if not kwargs and not args: - stylesheet = _load_stylesheet(qt_api='pyqt5') - - # Old API arguments - elif 'pyside' in kwargs or isinstance(arg, bool): - pyside = kwargs.get('pyside', arg) - - if pyside: - stylesheet = _load_stylesheet(qt_api='pyside2', palette=palette) - if not stylesheet: - stylesheet = _load_stylesheet(qt_api='pyside', palette=palette) - - else: - stylesheet = _load_stylesheet(qt_api='pyqt5', palette=palette) - if not stylesheet: - stylesheet = _load_stylesheet(qt_api='pyqt4', palette=palette) - - # Deprecation warning only for old API - warnings.warn(DEPRECATION_MSG, DeprecationWarning) - - # New API arguments - elif 'qt_api' in kwargs or isinstance(arg, str): - qt_api = kwargs.get('qt_api', arg) - stylesheet = _load_stylesheet(qt_api=qt_api, palette=palette) - - # Palette arg - elif 'palette' in kwargs or issubclass(arg, Palette): - palette_arg = kwargs.get('palette', arg) - stylesheet = _load_stylesheet(palette=palette_arg) - - # Wrong API arguments name or type - else: - raise TypeError("load_stylesheet() takes only zero, one or two arguments: " - "(new) string type qt_api='pyqt5' or " - "(new) palette type palette=Palette or " - "(old) boolean type pyside='False'.") - - return stylesheet - - -def load_stylesheet_pyside(): - """ - Load the stylesheet for use in a PySide application. - - Returns: - str: the stylesheet string. - """ - return _load_stylesheet(qt_api='pyside') - - -def load_stylesheet_pyside2(): - """ - Load the stylesheet for use in a PySide2 application. - - Returns: - str: the stylesheet string. - """ - return _load_stylesheet(qt_api='pyside2') - - -def load_stylesheet_pyqt(): - """ - Load the stylesheet for use in a PyQt4 application. - - Returns: - str: the stylesheet string. - """ - return _load_stylesheet(qt_api='pyqt4') - - -def load_stylesheet_pyqt5(): - """ - Load the stylesheet for use in a PyQt5 application. - - Returns: - str: the stylesheet string. - """ - return _load_stylesheet(qt_api='pyqt5') - - -# Deprecation Warning -------------------------------------------------------- - - -def load_stylesheet_from_environment(is_pyqtgraph=False): - """ - Load the stylesheet from QT_API (or PYQTGRAPH_QT_LIB) environment variable. - - Args: - is_pyqtgraph (bool): True if it is to be set using PYQTGRAPH_QT_LIB. - - Raises: - KeyError: if PYQTGRAPH_QT_LIB does not exist. - - Returns: - str: the stylesheet string. - """ - warnings.warn(DEPRECATION_MSG, DeprecationWarning) - - if is_pyqtgraph: - stylesheet = _load_stylesheet(qt_api=os.environ.get('PYQTGRAPH_QT_LIB', None)) - else: - stylesheet = _load_stylesheet() - - return stylesheet - - -# Deprecated ---------------------------------------------------------------- diff --git a/external-deps/qdarkstyle/qdarkstyle/__main__.py b/external-deps/qdarkstyle/qdarkstyle/__main__.py deleted file mode 100755 index 4c3965eb4b1..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/__main__.py +++ /dev/null @@ -1,66 +0,0 @@ -#!/usr/bin/env python -# -*- coding: utf-8 -*- - -# Standard library imports -import argparse -import sys -from os.path import abspath, dirname - -# Local imports -import qdarkstyle - -sys.path.insert(0, abspath(dirname(abspath(__file__)) + '/..')) - - -def main(): - """Execute QDarkStyle helper.""" - parser = argparse.ArgumentParser(description="QDarkStyle helper. Use the option --all to report bugs (requires 'helpdev')", - formatter_class=argparse.RawDescriptionHelpFormatter) - parser.add_argument('-i', '--information', action='store_true', - help="Show information about environment") - parser.add_argument('-b', '--bindings', action='store_true', - help="Show available bindings for Qt") - parser.add_argument('-a', '--abstractions', action='store_true', - help="Show available abstraction layers for Qt bindings") - parser.add_argument('-d', '--dependencies', action='store_true', - help="Show information about dependencies") - - parser.add_argument('--all', action='store_true', - help="Show all information options at once") - - parser.add_argument('--version', '-v', action='version', - version='v{}'.format(qdarkstyle.__version__)) - - # parsing arguments from command line - args = parser.parse_args() - no_args = not len(sys.argv) > 1 - info = {} - - if no_args: - parser.print_help() - - try: - import helpdev - - except (ModuleNotFoundError, ImportError): - print("You need to install the package helpdev to retrieve detailed information (e.g pip install helpdev)") - - else: - if args.information or args.all: - info.update(helpdev.check_os()) - info.update(helpdev.check_python()) - - if args.bindings or args.all: - info.update(helpdev.check_qt_bindings()) - - if args.abstractions or args.all: - info.update(helpdev.check_qt_abstractions()) - - if args.dependencies or args.all: - info.update(helpdev.check_python_packages(packages='helpdev,qdarkstyle')) - - helpdev.print_output(info) - - -if __name__ == "__main__": - sys.exit(main()) diff --git a/external-deps/qdarkstyle/qdarkstyle/colorsystem.py b/external-deps/qdarkstyle/qdarkstyle/colorsystem.py deleted file mode 100644 index c6629847f33..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/colorsystem.py +++ /dev/null @@ -1,38 +0,0 @@ -# colorsystem.py is the full list of colors that can be used to easily create themes. - -class Gray: - B0 = '#000000' - B10 = '#19232D' - B20 = '#293544' - B30 = '#37414F' - B40 = '#455364' - B50 = '#54687A' - B60 = '#60798B' - B70 = '#788D9C' - B80 = '#9DA9B5' - B90 = '#ACB1B6' - B100 = '#B9BDC1' - B110 = '#C9CDD0' - B120 = '#CED1D4' - B130 = '#E0E1E3' - B140 = '#FAFAFA' - B150 = '#FFFFFF' - - -class Blue: - B0 = '#000000' - B10 = '#062647' - B20 = '#26486B' - B30 = '#375A7F' - B40 = '#346792' - B50 = '#1A72BB' - B60 = '#057DCE' - B70 = '#259AE9' - B80 = '#37AEFE' - B90 = '#73C7FF' - B100 = '#9FCBFF' - B110 = '#C2DFFA' - B120 = '#CEE8FF' - B130 = '#DAEDFF' - B140 = '#F5FAFF' - B150 = '##FFFFFF' diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/__init__.py b/external-deps/qdarkstyle/qdarkstyle/dark/__init__.py deleted file mode 100644 index faaaf799c7d..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/dark/__init__.py +++ /dev/null @@ -1,3 +0,0 @@ -# -*- coding: utf-8 -*- - - diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/_variables.scss b/external-deps/qdarkstyle/qdarkstyle/dark/_variables.scss deleted file mode 100644 index d8f1bbedc80..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/dark/_variables.scss +++ /dev/null @@ -1,33 +0,0 @@ -// --------------------------------------------------------------------------- -// -// WARNING! File created programmatically. All changes made in this file will be lost! -// -// Created by the qtsass compiler v0.3.0 -// -// The definitions are in the "qdarkstyle.palette" module -// -//---------------------------------------------------------------------------- -$ID: 'dark'; -$COLOR_BACKGROUND_6: #60798B; -$COLOR_BACKGROUND_5: #54687A; -$COLOR_BACKGROUND_4: #455364; -$COLOR_BACKGROUND_2: #293544; -$COLOR_BACKGROUND_3: #37414F; -$COLOR_BACKGROUND_1: #19232D; -$COLOR_TEXT_1: #E0E1E3; -$COLOR_TEXT_2: #C9CDD0; -$COLOR_TEXT_3: #ACB1B6; -$COLOR_TEXT_4: #9DA9B5; -$COLOR_ACCENT_1: #26486B; -$COLOR_ACCENT_2: #346792; -$COLOR_ACCENT_3: #1A72BB; -$COLOR_ACCENT_4: #259AE9; -$OPACITY_TOOLTIP: 230; -$SIZE_BORDER_RADIUS: 4px; -$BORDER_1: 1px solid $COLOR_BACKGROUND_1; -$BORDER_2: 1px solid $COLOR_BACKGROUND_4; -$BORDER_3: 1px solid $COLOR_BACKGROUND_6; -$BORDER_SELECTION_3: 1px solid $COLOR_ACCENT_3; -$BORDER_SELECTION_2: 1px solid $COLOR_ACCENT_2; -$BORDER_SELECTION_1: 1px solid $COLOR_ACCENT_1; -$PATH_RESOURCES: ':/qss_icons'; diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/main.scss b/external-deps/qdarkstyle/qdarkstyle/dark/main.scss deleted file mode 100644 index dc40bc521c4..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/dark/main.scss +++ /dev/null @@ -1,4 +0,0 @@ -/* Light Style - QDarkStyleSheet ------------------------------------------ */ - -@import '_variables'; -@import '../qss/_styles'; diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/palette.py b/external-deps/qdarkstyle/qdarkstyle/dark/palette.py deleted file mode 100644 index 23a1d1f837d..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/dark/palette.py +++ /dev/null @@ -1,36 +0,0 @@ -#!/usr/bin/env python -# -*- coding: utf-8 -*- - -"""QDarkStyle default dark palette.""" - -# Local imports -from qdarkstyle.colorsystem import Blue, Gray -from qdarkstyle.palette import Palette - - -class DarkPalette(Palette): - """Dark palette variables.""" - - # Identifier - ID = 'dark' - - # Color - COLOR_BACKGROUND_1 = Gray.B10 - COLOR_BACKGROUND_2 = Gray.B20 - COLOR_BACKGROUND_3 = Gray.B30 - COLOR_BACKGROUND_4 = Gray.B40 - COLOR_BACKGROUND_5 = Gray.B50 - COLOR_BACKGROUND_6 = Gray.B60 - - COLOR_TEXT_1 = Gray.B130 - COLOR_TEXT_2 = Gray.B110 - COLOR_TEXT_3 = Gray.B90 - COLOR_TEXT_4 = Gray.B80 - - COLOR_ACCENT_1 = Blue.B20 - COLOR_ACCENT_2 = Blue.B40 - COLOR_ACCENT_3 = Blue.B50 - COLOR_ACCENT_4 = Blue.B70 - COLOR_ACCENT_5 = Blue.B80 - - OPACITY_TOOLTIP = 230 diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/.keep b/external-deps/qdarkstyle/qdarkstyle/dark/rc/.keep deleted file mode 100644 index 8d1c8b69c3f..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/dark/rc/.keep +++ /dev/null @@ -1 +0,0 @@ - diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_down.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_down.png deleted file mode 100644 index aa9938ab44d..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_down.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_down@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_down@2x.png deleted file mode 100644 index c1f33469aea..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_down@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_down_disabled.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_down_disabled.png deleted file mode 100644 index 972df9cd166..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_down_disabled.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_down_disabled@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_down_disabled@2x.png deleted file mode 100644 index b0fb4ad11d0..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_down_disabled@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_down_focus.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_down_focus.png deleted file mode 100644 index 22df2c525cb..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_down_focus.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_down_focus@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_down_focus@2x.png deleted file mode 100644 index 06b80be4bc3..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_down_focus@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_down_pressed.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_down_pressed.png deleted file mode 100644 index 50f41cc6f8c..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_down_pressed.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_down_pressed@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_down_pressed@2x.png deleted file mode 100644 index ef20f2cb07f..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_down_pressed@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_left.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_left.png deleted file mode 100644 index c8981363f49..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_left.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_left@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_left@2x.png deleted file mode 100644 index 129d2e13a8d..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_left@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_left_disabled.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_left_disabled.png deleted file mode 100644 index 79b1f05651b..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_left_disabled.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_left_disabled@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_left_disabled@2x.png deleted file mode 100644 index 144fdb5f8f3..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_left_disabled@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_left_focus.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_left_focus.png deleted file mode 100644 index ef028499477..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_left_focus.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_left_focus@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_left_focus@2x.png deleted file mode 100644 index ca821dcac52..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_left_focus@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_left_pressed.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_left_pressed.png deleted file mode 100644 index c723d3bff7b..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_left_pressed.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_left_pressed@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_left_pressed@2x.png deleted file mode 100644 index f0bcb5229b1..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_left_pressed@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_right.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_right.png deleted file mode 100644 index 86bc42aeb17..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_right.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_right@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_right@2x.png deleted file mode 100644 index 4526704b8fa..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_right@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_right_disabled.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_right_disabled.png deleted file mode 100644 index 88da1f980be..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_right_disabled.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_right_disabled@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_right_disabled@2x.png deleted file mode 100644 index 5351587e3d4..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_right_disabled@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_right_focus.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_right_focus.png deleted file mode 100644 index 92271a8ed94..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_right_focus.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_right_focus@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_right_focus@2x.png deleted file mode 100644 index d6c31bdda91..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_right_focus@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_right_pressed.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_right_pressed.png deleted file mode 100644 index 22902cf4fc4..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_right_pressed.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_right_pressed@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_right_pressed@2x.png deleted file mode 100644 index f6181eb64d1..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_right_pressed@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_up.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_up.png deleted file mode 100644 index 5ade7408051..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_up.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_up@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_up@2x.png deleted file mode 100644 index 65276abff9e..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_up@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_up_disabled.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_up_disabled.png deleted file mode 100644 index 48054a8ae9e..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_up_disabled.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_up_disabled@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_up_disabled@2x.png deleted file mode 100644 index e99960594ed..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_up_disabled@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_up_focus.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_up_focus.png deleted file mode 100644 index 567ec8bdf2d..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_up_focus.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_up_focus@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_up_focus@2x.png deleted file mode 100644 index f6998104b5d..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_up_focus@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_up_pressed.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_up_pressed.png deleted file mode 100644 index 22332010697..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_up_pressed.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_up_pressed@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_up_pressed@2x.png deleted file mode 100644 index 9954cf51944..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/arrow_up_pressed@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/base_icon.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/base_icon.png deleted file mode 100644 index bb00857a4e1..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/base_icon.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/base_icon@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/base_icon@2x.png deleted file mode 100644 index bc4ab78a28c..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/base_icon@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/base_icon_disabled.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/base_icon_disabled.png deleted file mode 100644 index bb00857a4e1..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/base_icon_disabled.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/base_icon_disabled@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/base_icon_disabled@2x.png deleted file mode 100644 index bc4ab78a28c..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/base_icon_disabled@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/base_icon_focus.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/base_icon_focus.png deleted file mode 100644 index bb00857a4e1..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/base_icon_focus.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/base_icon_focus@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/base_icon_focus@2x.png deleted file mode 100644 index bc4ab78a28c..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/base_icon_focus@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/base_icon_pressed.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/base_icon_pressed.png deleted file mode 100644 index bb00857a4e1..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/base_icon_pressed.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/base_icon_pressed@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/base_icon_pressed@2x.png deleted file mode 100644 index bc4ab78a28c..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/base_icon_pressed@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_closed.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_closed.png deleted file mode 100644 index 2ef5957f4f5..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_closed.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_closed@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_closed@2x.png deleted file mode 100644 index 564ba0e9779..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_closed@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_closed_disabled.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_closed_disabled.png deleted file mode 100644 index 165fae29baf..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_closed_disabled.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_closed_disabled@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_closed_disabled@2x.png deleted file mode 100644 index 421e8e094f7..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_closed_disabled@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_closed_focus.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_closed_focus.png deleted file mode 100644 index ccc249a59a7..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_closed_focus.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_closed_focus@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_closed_focus@2x.png deleted file mode 100644 index 88dd0a62b1d..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_closed_focus@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_closed_pressed.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_closed_pressed.png deleted file mode 100644 index 2aae68a0a13..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_closed_pressed.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_closed_pressed@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_closed_pressed@2x.png deleted file mode 100644 index 3849a7ff020..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_closed_pressed@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_end.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_end.png deleted file mode 100644 index 85de228d8f5..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_end.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_end@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_end@2x.png deleted file mode 100644 index 9f99c24a954..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_end@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_end_disabled.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_end_disabled.png deleted file mode 100644 index bb4344c7854..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_end_disabled.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_end_disabled@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_end_disabled@2x.png deleted file mode 100644 index 8feb46d464b..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_end_disabled@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_end_focus.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_end_focus.png deleted file mode 100644 index ff713cf5f0c..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_end_focus.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_end_focus@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_end_focus@2x.png deleted file mode 100644 index 0bd0e4ba33f..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_end_focus@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_end_pressed.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_end_pressed.png deleted file mode 100644 index 2020162f231..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_end_pressed.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_end_pressed@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_end_pressed@2x.png deleted file mode 100644 index 2a5c4fabf6d..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_end_pressed@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_line.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_line.png deleted file mode 100644 index 803e6a4a1a6..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_line.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_line@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_line@2x.png deleted file mode 100644 index 4236fe58d80..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_line@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_line_disabled.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_line_disabled.png deleted file mode 100644 index 9c8c47b3d01..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_line_disabled.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_line_disabled@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_line_disabled@2x.png deleted file mode 100644 index 9b868f2a5cd..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_line_disabled@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_line_focus.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_line_focus.png deleted file mode 100644 index c2ab3e19e68..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_line_focus.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_line_focus@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_line_focus@2x.png deleted file mode 100644 index 512ee13a25e..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_line_focus@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_line_pressed.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_line_pressed.png deleted file mode 100644 index 3ca15c5d0b9..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_line_pressed.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_line_pressed@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_line_pressed@2x.png deleted file mode 100644 index 3685531020c..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_line_pressed@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_more.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_more.png deleted file mode 100644 index a664c2a5433..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_more.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_more@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_more@2x.png deleted file mode 100644 index 1e7b08a5cba..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_more@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_more_disabled.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_more_disabled.png deleted file mode 100644 index 29d99a63e81..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_more_disabled.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_more_disabled@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_more_disabled@2x.png deleted file mode 100644 index aba830362c3..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_more_disabled@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_more_focus.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_more_focus.png deleted file mode 100644 index 20a6f27b83b..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_more_focus.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_more_focus@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_more_focus@2x.png deleted file mode 100644 index 6f42eea8460..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_more_focus@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_more_pressed.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_more_pressed.png deleted file mode 100644 index 4f4d9fb9179..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_more_pressed.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_more_pressed@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_more_pressed@2x.png deleted file mode 100644 index 5f18f834152..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_more_pressed@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_open.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_open.png deleted file mode 100644 index 1ff7b48d195..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_open.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_open@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_open@2x.png deleted file mode 100644 index aad66f8bad2..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_open@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_open_disabled.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_open_disabled.png deleted file mode 100644 index 8328e84d72d..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_open_disabled.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_open_disabled@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_open_disabled@2x.png deleted file mode 100644 index d8d0faecb17..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_open_disabled@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_open_focus.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_open_focus.png deleted file mode 100644 index 711ce0979fc..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_open_focus.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_open_focus@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_open_focus@2x.png deleted file mode 100644 index b38e17a33ce..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_open_focus@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_open_pressed.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_open_pressed.png deleted file mode 100644 index 441c27344e0..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_open_pressed.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_open_pressed@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_open_pressed@2x.png deleted file mode 100644 index 0e43e8b733a..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/branch_open_pressed@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_checked.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_checked.png deleted file mode 100644 index f860ca78b70..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_checked.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_checked@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_checked@2x.png deleted file mode 100644 index 48773d75fa4..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_checked@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_checked_disabled.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_checked_disabled.png deleted file mode 100644 index e3cb2f127c0..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_checked_disabled.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_checked_disabled@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_checked_disabled@2x.png deleted file mode 100644 index 0c8c28a245d..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_checked_disabled@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_checked_focus.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_checked_focus.png deleted file mode 100644 index 58982ce87b3..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_checked_focus.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_checked_focus@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_checked_focus@2x.png deleted file mode 100644 index ba33ba4fbca..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_checked_focus@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_checked_pressed.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_checked_pressed.png deleted file mode 100644 index f104bb24031..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_checked_pressed.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_checked_pressed@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_checked_pressed@2x.png deleted file mode 100644 index bb972d68f3d..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_checked_pressed@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_indeterminate.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_indeterminate.png deleted file mode 100644 index 85672bfb7fc..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_indeterminate.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_indeterminate@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_indeterminate@2x.png deleted file mode 100644 index 2bb245284e1..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_indeterminate@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_indeterminate_disabled.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_indeterminate_disabled.png deleted file mode 100644 index 181625a000a..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_indeterminate_disabled.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_indeterminate_disabled@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_indeterminate_disabled@2x.png deleted file mode 100644 index 0d32c78f36c..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_indeterminate_disabled@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_indeterminate_focus.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_indeterminate_focus.png deleted file mode 100644 index d7b19f61ad2..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_indeterminate_focus.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_indeterminate_focus@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_indeterminate_focus@2x.png deleted file mode 100644 index d6403ca424b..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_indeterminate_focus@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_indeterminate_pressed.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_indeterminate_pressed.png deleted file mode 100644 index 37f46ca3d5e..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_indeterminate_pressed.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_indeterminate_pressed@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_indeterminate_pressed@2x.png deleted file mode 100644 index aa7493edc60..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_indeterminate_pressed@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_unchecked.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_unchecked.png deleted file mode 100644 index 172b90ac00a..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_unchecked.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_unchecked@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_unchecked@2x.png deleted file mode 100644 index f54b080a73c..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_unchecked@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_unchecked_disabled.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_unchecked_disabled.png deleted file mode 100644 index 066185ee7f5..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_unchecked_disabled.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_unchecked_disabled@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_unchecked_disabled@2x.png deleted file mode 100644 index 9c80ad75a56..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_unchecked_disabled@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_unchecked_focus.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_unchecked_focus.png deleted file mode 100644 index 366b868dee6..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_unchecked_focus.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_unchecked_focus@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_unchecked_focus@2x.png deleted file mode 100644 index 4ab217356ec..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_unchecked_focus@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_unchecked_pressed.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_unchecked_pressed.png deleted file mode 100644 index d9a0bf71c74..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_unchecked_pressed.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_unchecked_pressed@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_unchecked_pressed@2x.png deleted file mode 100644 index 9e2b0515e78..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/checkbox_unchecked_pressed@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/line_horizontal.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/line_horizontal.png deleted file mode 100644 index 8774e3d0180..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/line_horizontal.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/line_horizontal@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/line_horizontal@2x.png deleted file mode 100644 index cb11d1d2b6f..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/line_horizontal@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/line_horizontal_disabled.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/line_horizontal_disabled.png deleted file mode 100644 index 941f14a3859..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/line_horizontal_disabled.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/line_horizontal_disabled@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/line_horizontal_disabled@2x.png deleted file mode 100644 index 972fa080044..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/line_horizontal_disabled@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/line_horizontal_focus.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/line_horizontal_focus.png deleted file mode 100644 index 221fd4607f5..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/line_horizontal_focus.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/line_horizontal_focus@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/line_horizontal_focus@2x.png deleted file mode 100644 index 7e6505cae37..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/line_horizontal_focus@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/line_horizontal_pressed.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/line_horizontal_pressed.png deleted file mode 100644 index 9f9113323f8..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/line_horizontal_pressed.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/line_horizontal_pressed@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/line_horizontal_pressed@2x.png deleted file mode 100644 index 465680c3b02..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/line_horizontal_pressed@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/line_vertical.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/line_vertical.png deleted file mode 100644 index 5529f413e4b..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/line_vertical.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/line_vertical@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/line_vertical@2x.png deleted file mode 100644 index 6a334e7468b..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/line_vertical@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/line_vertical_disabled.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/line_vertical_disabled.png deleted file mode 100644 index c7c4c8959fa..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/line_vertical_disabled.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/line_vertical_disabled@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/line_vertical_disabled@2x.png deleted file mode 100644 index b052de522eb..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/line_vertical_disabled@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/line_vertical_focus.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/line_vertical_focus.png deleted file mode 100644 index 36baa09362f..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/line_vertical_focus.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/line_vertical_focus@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/line_vertical_focus@2x.png deleted file mode 100644 index 24a2b771c30..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/line_vertical_focus@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/line_vertical_pressed.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/line_vertical_pressed.png deleted file mode 100644 index 60e3574460c..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/line_vertical_pressed.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/line_vertical_pressed@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/line_vertical_pressed@2x.png deleted file mode 100644 index c9494051cdf..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/line_vertical_pressed@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/radio_checked.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/radio_checked.png deleted file mode 100644 index 274afe1e292..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/radio_checked.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/radio_checked@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/radio_checked@2x.png deleted file mode 100644 index 8c16b38cc5c..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/radio_checked@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/radio_checked_disabled.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/radio_checked_disabled.png deleted file mode 100644 index 49df43922d4..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/radio_checked_disabled.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/radio_checked_disabled@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/radio_checked_disabled@2x.png deleted file mode 100644 index a9ffd40ced8..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/radio_checked_disabled@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/radio_checked_focus.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/radio_checked_focus.png deleted file mode 100644 index 4bd472e160a..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/radio_checked_focus.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/radio_checked_focus@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/radio_checked_focus@2x.png deleted file mode 100644 index aed5e0c94d5..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/radio_checked_focus@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/radio_checked_pressed.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/radio_checked_pressed.png deleted file mode 100644 index ebb323b8c5a..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/radio_checked_pressed.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/radio_checked_pressed@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/radio_checked_pressed@2x.png deleted file mode 100644 index ffe0fd85176..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/radio_checked_pressed@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/radio_unchecked.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/radio_unchecked.png deleted file mode 100644 index 93365a85e7d..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/radio_unchecked.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/radio_unchecked@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/radio_unchecked@2x.png deleted file mode 100644 index 8237e4062ad..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/radio_unchecked@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/radio_unchecked_disabled.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/radio_unchecked_disabled.png deleted file mode 100644 index 7ddff642df9..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/radio_unchecked_disabled.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/radio_unchecked_disabled@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/radio_unchecked_disabled@2x.png deleted file mode 100644 index 4de5d0d2d84..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/radio_unchecked_disabled@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/radio_unchecked_focus.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/radio_unchecked_focus.png deleted file mode 100644 index e62b996b1c3..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/radio_unchecked_focus.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/radio_unchecked_focus@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/radio_unchecked_focus@2x.png deleted file mode 100644 index eaf7bc26b9e..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/radio_unchecked_focus@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/radio_unchecked_pressed.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/radio_unchecked_pressed.png deleted file mode 100644 index 8aaa343e885..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/radio_unchecked_pressed.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/radio_unchecked_pressed@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/radio_unchecked_pressed@2x.png deleted file mode 100644 index ba4f83b91ed..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/radio_unchecked_pressed@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_move_horizontal.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_move_horizontal.png deleted file mode 100644 index 54993316db4..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_move_horizontal.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_move_horizontal@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_move_horizontal@2x.png deleted file mode 100644 index 143b62ec558..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_move_horizontal@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_move_horizontal_disabled.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_move_horizontal_disabled.png deleted file mode 100644 index 568b0fbe181..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_move_horizontal_disabled.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_move_horizontal_disabled@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_move_horizontal_disabled@2x.png deleted file mode 100644 index 4d15f1478b6..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_move_horizontal_disabled@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_move_horizontal_focus.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_move_horizontal_focus.png deleted file mode 100644 index cdb96bfb963..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_move_horizontal_focus.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_move_horizontal_focus@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_move_horizontal_focus@2x.png deleted file mode 100644 index 23e06a0152f..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_move_horizontal_focus@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_move_horizontal_pressed.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_move_horizontal_pressed.png deleted file mode 100644 index 9ce6f8d89d7..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_move_horizontal_pressed.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_move_horizontal_pressed@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_move_horizontal_pressed@2x.png deleted file mode 100644 index 4d8e53e8e72..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_move_horizontal_pressed@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_move_vertical.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_move_vertical.png deleted file mode 100644 index ade2a20b958..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_move_vertical.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_move_vertical@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_move_vertical@2x.png deleted file mode 100644 index 453d7b71f96..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_move_vertical@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_move_vertical_disabled.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_move_vertical_disabled.png deleted file mode 100644 index 37453ac258d..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_move_vertical_disabled.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_move_vertical_disabled@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_move_vertical_disabled@2x.png deleted file mode 100644 index cca8f6d961b..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_move_vertical_disabled@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_move_vertical_focus.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_move_vertical_focus.png deleted file mode 100644 index b5487718163..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_move_vertical_focus.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_move_vertical_focus@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_move_vertical_focus@2x.png deleted file mode 100644 index d4dd49dec9b..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_move_vertical_focus@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_move_vertical_pressed.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_move_vertical_pressed.png deleted file mode 100644 index 768ebaf4ca4..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_move_vertical_pressed.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_move_vertical_pressed@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_move_vertical_pressed@2x.png deleted file mode 100644 index 2f170ffd8f9..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_move_vertical_pressed@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_separator_horizontal.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_separator_horizontal.png deleted file mode 100644 index ecf2ab7d0cf..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_separator_horizontal.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_separator_horizontal@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_separator_horizontal@2x.png deleted file mode 100644 index ac2b3432646..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_separator_horizontal@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_separator_horizontal_disabled.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_separator_horizontal_disabled.png deleted file mode 100644 index f8796f9e6be..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_separator_horizontal_disabled.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_separator_horizontal_disabled@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_separator_horizontal_disabled@2x.png deleted file mode 100644 index 1d9f20421c8..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_separator_horizontal_disabled@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_separator_horizontal_focus.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_separator_horizontal_focus.png deleted file mode 100644 index b592e61c161..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_separator_horizontal_focus.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_separator_horizontal_focus@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_separator_horizontal_focus@2x.png deleted file mode 100644 index a593a7e7614..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_separator_horizontal_focus@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_separator_horizontal_pressed.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_separator_horizontal_pressed.png deleted file mode 100644 index a806257e064..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_separator_horizontal_pressed.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_separator_horizontal_pressed@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_separator_horizontal_pressed@2x.png deleted file mode 100644 index e1e8e3c148b..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_separator_horizontal_pressed@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_separator_vertical.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_separator_vertical.png deleted file mode 100644 index a894304e694..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_separator_vertical.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_separator_vertical@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_separator_vertical@2x.png deleted file mode 100644 index 2f66e93d346..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_separator_vertical@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_separator_vertical_disabled.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_separator_vertical_disabled.png deleted file mode 100644 index 48b2657f502..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_separator_vertical_disabled.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_separator_vertical_disabled@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_separator_vertical_disabled@2x.png deleted file mode 100644 index a2173c5eef0..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_separator_vertical_disabled@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_separator_vertical_focus.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_separator_vertical_focus.png deleted file mode 100644 index e31c694b05f..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_separator_vertical_focus.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_separator_vertical_focus@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_separator_vertical_focus@2x.png deleted file mode 100644 index ce743cc8628..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_separator_vertical_focus@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_separator_vertical_pressed.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_separator_vertical_pressed.png deleted file mode 100644 index 4ee7aaaabd6..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_separator_vertical_pressed.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_separator_vertical_pressed@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_separator_vertical_pressed@2x.png deleted file mode 100644 index d8bf93bf65e..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/toolbar_separator_vertical_pressed@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/transparent.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/transparent.png deleted file mode 100644 index 67753617fec..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/transparent.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/transparent@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/transparent@2x.png deleted file mode 100644 index 4012944b582..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/transparent@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/transparent_disabled.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/transparent_disabled.png deleted file mode 100644 index 67753617fec..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/transparent_disabled.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/transparent_disabled@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/transparent_disabled@2x.png deleted file mode 100644 index 4012944b582..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/transparent_disabled@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/transparent_focus.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/transparent_focus.png deleted file mode 100644 index 67753617fec..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/transparent_focus.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/transparent_focus@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/transparent_focus@2x.png deleted file mode 100644 index 4012944b582..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/transparent_focus@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/transparent_pressed.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/transparent_pressed.png deleted file mode 100644 index 67753617fec..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/transparent_pressed.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/transparent_pressed@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/transparent_pressed@2x.png deleted file mode 100644 index 4012944b582..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/transparent_pressed@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_close.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_close.png deleted file mode 100644 index 2b364793825..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_close.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_close@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_close@2x.png deleted file mode 100644 index c6bec556f1e..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_close@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_close_disabled.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_close_disabled.png deleted file mode 100644 index 46de804b882..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_close_disabled.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_close_disabled@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_close_disabled@2x.png deleted file mode 100644 index 8e4cd15d860..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_close_disabled@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_close_focus.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_close_focus.png deleted file mode 100644 index bb7d8c5110e..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_close_focus.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_close_focus@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_close_focus@2x.png deleted file mode 100644 index 692ce24f2f1..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_close_focus@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_close_pressed.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_close_pressed.png deleted file mode 100644 index 53ae7f38e01..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_close_pressed.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_close_pressed@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_close_pressed@2x.png deleted file mode 100644 index e02b12292d7..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_close_pressed@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_grip.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_grip.png deleted file mode 100644 index fc2f6dffcb4..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_grip.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_grip@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_grip@2x.png deleted file mode 100644 index 6a8e86cef21..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_grip@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_grip_disabled.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_grip_disabled.png deleted file mode 100644 index 97c0e0f90b2..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_grip_disabled.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_grip_disabled@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_grip_disabled@2x.png deleted file mode 100644 index 7a3d8de6de3..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_grip_disabled@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_grip_focus.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_grip_focus.png deleted file mode 100644 index 99b27c9cecb..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_grip_focus.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_grip_focus@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_grip_focus@2x.png deleted file mode 100644 index 833cb90a9a5..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_grip_focus@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_grip_pressed.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_grip_pressed.png deleted file mode 100644 index afea9749e86..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_grip_pressed.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_grip_pressed@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_grip_pressed@2x.png deleted file mode 100644 index c1c1a0e4b17..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_grip_pressed@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_minimize.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_minimize.png deleted file mode 100644 index 64404308d3a..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_minimize.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_minimize@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_minimize@2x.png deleted file mode 100644 index 0e255404171..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_minimize@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_minimize_disabled.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_minimize_disabled.png deleted file mode 100644 index cc51ed0eed6..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_minimize_disabled.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_minimize_disabled@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_minimize_disabled@2x.png deleted file mode 100644 index c1676469f9d..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_minimize_disabled@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_minimize_focus.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_minimize_focus.png deleted file mode 100644 index 1dcd083c004..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_minimize_focus.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_minimize_focus@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_minimize_focus@2x.png deleted file mode 100644 index 2a4c868e09d..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_minimize_focus@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_minimize_pressed.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_minimize_pressed.png deleted file mode 100644 index 0bb532126cc..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_minimize_pressed.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_minimize_pressed@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_minimize_pressed@2x.png deleted file mode 100644 index 5a515c806ba..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_minimize_pressed@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_undock.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_undock.png deleted file mode 100644 index 3bd28632744..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_undock.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_undock@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_undock@2x.png deleted file mode 100644 index 44c147feb99..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_undock@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_undock_disabled.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_undock_disabled.png deleted file mode 100644 index 6a609492b3c..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_undock_disabled.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_undock_disabled@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_undock_disabled@2x.png deleted file mode 100644 index c2e1b8fa72f..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_undock_disabled@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_undock_focus.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_undock_focus.png deleted file mode 100644 index d6eebbdc272..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_undock_focus.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_undock_focus@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_undock_focus@2x.png deleted file mode 100644 index 1aef06053da..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_undock_focus@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_undock_pressed.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_undock_pressed.png deleted file mode 100644 index 8b6beb19e99..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_undock_pressed.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_undock_pressed@2x.png b/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_undock_pressed@2x.png deleted file mode 100644 index 677ded42513..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/dark/rc/window_undock_pressed@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/style.qrc b/external-deps/qdarkstyle/qdarkstyle/dark/style.qrc deleted file mode 100644 index d74dee00ae2..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/dark/style.qrc +++ /dev/null @@ -1,217 +0,0 @@ - - - - rc/.keep - rc/arrow_down.png - rc/arrow_down@2x.png - rc/arrow_down_disabled.png - rc/arrow_down_disabled@2x.png - rc/arrow_down_focus.png - rc/arrow_down_focus@2x.png - rc/arrow_down_pressed.png - rc/arrow_down_pressed@2x.png - rc/arrow_left.png - rc/arrow_left@2x.png - rc/arrow_left_disabled.png - rc/arrow_left_disabled@2x.png - rc/arrow_left_focus.png - rc/arrow_left_focus@2x.png - rc/arrow_left_pressed.png - rc/arrow_left_pressed@2x.png - rc/arrow_right.png - rc/arrow_right@2x.png - rc/arrow_right_disabled.png - rc/arrow_right_disabled@2x.png - rc/arrow_right_focus.png - rc/arrow_right_focus@2x.png - rc/arrow_right_pressed.png - rc/arrow_right_pressed@2x.png - rc/arrow_up.png - rc/arrow_up@2x.png - rc/arrow_up_disabled.png - rc/arrow_up_disabled@2x.png - rc/arrow_up_focus.png - rc/arrow_up_focus@2x.png - rc/arrow_up_pressed.png - rc/arrow_up_pressed@2x.png - rc/base_icon.png - rc/base_icon@2x.png - rc/base_icon_disabled.png - rc/base_icon_disabled@2x.png - rc/base_icon_focus.png - rc/base_icon_focus@2x.png - rc/base_icon_pressed.png - rc/base_icon_pressed@2x.png - rc/branch_closed.png - rc/branch_closed@2x.png - rc/branch_closed_disabled.png - rc/branch_closed_disabled@2x.png - rc/branch_closed_focus.png - rc/branch_closed_focus@2x.png - rc/branch_closed_pressed.png - rc/branch_closed_pressed@2x.png - rc/branch_end.png - rc/branch_end@2x.png - rc/branch_end_disabled.png - rc/branch_end_disabled@2x.png - rc/branch_end_focus.png - rc/branch_end_focus@2x.png - rc/branch_end_pressed.png - rc/branch_end_pressed@2x.png - rc/branch_line.png - rc/branch_line@2x.png - rc/branch_line_disabled.png - rc/branch_line_disabled@2x.png - rc/branch_line_focus.png - rc/branch_line_focus@2x.png - rc/branch_line_pressed.png - rc/branch_line_pressed@2x.png - rc/branch_more.png - rc/branch_more@2x.png - rc/branch_more_disabled.png - rc/branch_more_disabled@2x.png - rc/branch_more_focus.png - rc/branch_more_focus@2x.png - rc/branch_more_pressed.png - rc/branch_more_pressed@2x.png - rc/branch_open.png - rc/branch_open@2x.png - rc/branch_open_disabled.png - rc/branch_open_disabled@2x.png - rc/branch_open_focus.png - rc/branch_open_focus@2x.png - rc/branch_open_pressed.png - rc/branch_open_pressed@2x.png - rc/checkbox_checked.png - rc/checkbox_checked@2x.png - rc/checkbox_checked_disabled.png - rc/checkbox_checked_disabled@2x.png - rc/checkbox_checked_focus.png - rc/checkbox_checked_focus@2x.png - rc/checkbox_checked_pressed.png - rc/checkbox_checked_pressed@2x.png - rc/checkbox_indeterminate.png - rc/checkbox_indeterminate@2x.png - rc/checkbox_indeterminate_disabled.png - rc/checkbox_indeterminate_disabled@2x.png - rc/checkbox_indeterminate_focus.png - rc/checkbox_indeterminate_focus@2x.png - rc/checkbox_indeterminate_pressed.png - rc/checkbox_indeterminate_pressed@2x.png - rc/checkbox_unchecked.png - rc/checkbox_unchecked@2x.png - rc/checkbox_unchecked_disabled.png - rc/checkbox_unchecked_disabled@2x.png - rc/checkbox_unchecked_focus.png - rc/checkbox_unchecked_focus@2x.png - rc/checkbox_unchecked_pressed.png - rc/checkbox_unchecked_pressed@2x.png - rc/line_horizontal.png - rc/line_horizontal@2x.png - rc/line_horizontal_disabled.png - rc/line_horizontal_disabled@2x.png - rc/line_horizontal_focus.png - rc/line_horizontal_focus@2x.png - rc/line_horizontal_pressed.png - rc/line_horizontal_pressed@2x.png - rc/line_vertical.png - rc/line_vertical@2x.png - rc/line_vertical_disabled.png - rc/line_vertical_disabled@2x.png - rc/line_vertical_focus.png - rc/line_vertical_focus@2x.png - rc/line_vertical_pressed.png - rc/line_vertical_pressed@2x.png - rc/radio_checked.png - rc/radio_checked@2x.png - rc/radio_checked_disabled.png - rc/radio_checked_disabled@2x.png - rc/radio_checked_focus.png - rc/radio_checked_focus@2x.png - rc/radio_checked_pressed.png - rc/radio_checked_pressed@2x.png - rc/radio_unchecked.png - rc/radio_unchecked@2x.png - rc/radio_unchecked_disabled.png - rc/radio_unchecked_disabled@2x.png - rc/radio_unchecked_focus.png - rc/radio_unchecked_focus@2x.png - rc/radio_unchecked_pressed.png - rc/radio_unchecked_pressed@2x.png - rc/toolbar_move_horizontal.png - rc/toolbar_move_horizontal@2x.png - rc/toolbar_move_horizontal_disabled.png - rc/toolbar_move_horizontal_disabled@2x.png - rc/toolbar_move_horizontal_focus.png - rc/toolbar_move_horizontal_focus@2x.png - rc/toolbar_move_horizontal_pressed.png - rc/toolbar_move_horizontal_pressed@2x.png - rc/toolbar_move_vertical.png - rc/toolbar_move_vertical@2x.png - rc/toolbar_move_vertical_disabled.png - rc/toolbar_move_vertical_disabled@2x.png - rc/toolbar_move_vertical_focus.png - rc/toolbar_move_vertical_focus@2x.png - rc/toolbar_move_vertical_pressed.png - rc/toolbar_move_vertical_pressed@2x.png - rc/toolbar_separator_horizontal.png - rc/toolbar_separator_horizontal@2x.png - rc/toolbar_separator_horizontal_disabled.png - rc/toolbar_separator_horizontal_disabled@2x.png - rc/toolbar_separator_horizontal_focus.png - rc/toolbar_separator_horizontal_focus@2x.png - rc/toolbar_separator_horizontal_pressed.png - rc/toolbar_separator_horizontal_pressed@2x.png - rc/toolbar_separator_vertical.png - rc/toolbar_separator_vertical@2x.png - rc/toolbar_separator_vertical_disabled.png - rc/toolbar_separator_vertical_disabled@2x.png - rc/toolbar_separator_vertical_focus.png - rc/toolbar_separator_vertical_focus@2x.png - rc/toolbar_separator_vertical_pressed.png - rc/toolbar_separator_vertical_pressed@2x.png - rc/transparent.png - rc/transparent@2x.png - rc/transparent_disabled.png - rc/transparent_disabled@2x.png - rc/transparent_focus.png - rc/transparent_focus@2x.png - rc/transparent_pressed.png - rc/transparent_pressed@2x.png - rc/window_close.png - rc/window_close@2x.png - rc/window_close_disabled.png - rc/window_close_disabled@2x.png - rc/window_close_focus.png - rc/window_close_focus@2x.png - rc/window_close_pressed.png - rc/window_close_pressed@2x.png - rc/window_grip.png - rc/window_grip@2x.png - rc/window_grip_disabled.png - rc/window_grip_disabled@2x.png - rc/window_grip_focus.png - rc/window_grip_focus@2x.png - rc/window_grip_pressed.png - rc/window_grip_pressed@2x.png - rc/window_minimize.png - rc/window_minimize@2x.png - rc/window_minimize_disabled.png - rc/window_minimize_disabled@2x.png - rc/window_minimize_focus.png - rc/window_minimize_focus@2x.png - rc/window_minimize_pressed.png - rc/window_minimize_pressed@2x.png - rc/window_undock.png - rc/window_undock@2x.png - rc/window_undock_disabled.png - rc/window_undock_disabled@2x.png - rc/window_undock_focus.png - rc/window_undock_focus@2x.png - rc/window_undock_pressed.png - rc/window_undock_pressed@2x.png - - - style.qss - - diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/style.qss b/external-deps/qdarkstyle/qdarkstyle/dark/style.qss deleted file mode 100644 index 589a41d2b52..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/dark/style.qss +++ /dev/null @@ -1,2216 +0,0 @@ -/* --------------------------------------------------------------------------- - - WARNING! File created programmatically. All changes made in this file will be lost! - - Created by the qtsass compiler v0.3.0 - - The definitions are in the "qdarkstyle.qss._styles.scss" module - ---------------------------------------------------------------------------- */ -/* Light Style - QDarkStyleSheet ------------------------------------------ */ -/* - -See Qt documentation: - - - https://doc.qt.io/qt-5/stylesheet.html - - https://doc.qt.io/qt-5/stylesheet-reference.html - - https://doc.qt.io/qt-5/stylesheet-examples.html - ---------------------------------------------------------------------------- */ -/* Reset elements ------------------------------------------------------------ - -Resetting everything helps to unify styles across different operating systems - ---------------------------------------------------------------------------- */ -* { - padding: 0px; - margin: 0px; - border: 0px; - border-style: none; - border-image: none; - outline: 0; -} - -/* specific reset for elements inside QToolBar */ -QToolBar * { - margin: 0px; - padding: 0px; -} - -/* QWidget ---------------------------------------------------------------- - ---------------------------------------------------------------------------- */ -QWidget { - background-color: #19232D; - border: 0px solid #455364; - padding: 0px; - color: #E0E1E3; - selection-background-color: #346792; - selection-color: #E0E1E3; -} - -QWidget:disabled { - background-color: #19232D; - color: #9DA9B5; - selection-background-color: #26486B; - selection-color: #9DA9B5; -} - -QWidget::item:selected { - background-color: #346792; -} - -QWidget::item:hover:!selected { - background-color: #1A72BB; -} - -/* QMainWindow ------------------------------------------------------------ - -This adjusts the splitter in the dock widget, not qsplitter -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qmainwindow - ---------------------------------------------------------------------------- */ -QMainWindow::separator { - background-color: #455364; - border: 0px solid #19232D; - spacing: 0px; - padding: 2px; -} - -QMainWindow::separator:hover { - background-color: #60798B; - border: 0px solid #1A72BB; -} - -QMainWindow::separator:horizontal { - width: 5px; - margin-top: 2px; - margin-bottom: 2px; - image: url(":/qss_icons/dark/rc/toolbar_separator_vertical.png"); -} - -QMainWindow::separator:vertical { - height: 5px; - margin-left: 2px; - margin-right: 2px; - image: url(":/qss_icons/dark/rc/toolbar_separator_horizontal.png"); -} - -/* QToolTip --------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtooltip - ---------------------------------------------------------------------------- */ -QToolTip { - background-color: #346792; - color: #E0E1E3; - /* If you remove the border property, background stops working on Windows */ - border: none; - /* Remove padding, for fix combo box tooltip */ - padding: 0px; - /* Remove opacity, fix #174 - may need to use RGBA */ -} - -/* QStatusBar ------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qstatusbar - ---------------------------------------------------------------------------- */ -QStatusBar { - border: 1px solid #455364; - /* Fixes Spyder #9120, #9121 */ - background: #455364; - /* Fixes #205, white vertical borders separating items */ -} - -QStatusBar::item { - border: none; -} - -QStatusBar QToolTip { - background-color: #1A72BB; - border: 1px solid #19232D; - color: #19232D; - /* Remove padding, for fix combo box tooltip */ - padding: 0px; - /* Reducing transparency to read better */ - opacity: 230; -} - -QStatusBar QLabel { - /* Fixes Spyder #9120, #9121 */ - background: transparent; -} - -/* QCheckBox -------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qcheckbox - ---------------------------------------------------------------------------- */ -QCheckBox { - background-color: #19232D; - color: #E0E1E3; - spacing: 4px; - outline: none; - padding-top: 4px; - padding-bottom: 4px; -} - -QCheckBox:focus { - border: none; -} - -QCheckBox QWidget:disabled { - background-color: #19232D; - color: #9DA9B5; -} - -QCheckBox::indicator { - margin-left: 2px; - height: 14px; - width: 14px; -} - -QCheckBox::indicator:unchecked { - image: url(":/qss_icons/dark/rc/checkbox_unchecked.png"); -} - -QCheckBox::indicator:unchecked:hover, QCheckBox::indicator:unchecked:focus, QCheckBox::indicator:unchecked:pressed { - border: none; - image: url(":/qss_icons/dark/rc/checkbox_unchecked_focus.png"); -} - -QCheckBox::indicator:unchecked:disabled { - image: url(":/qss_icons/dark/rc/checkbox_unchecked_disabled.png"); -} - -QCheckBox::indicator:checked { - image: url(":/qss_icons/dark/rc/checkbox_checked.png"); -} - -QCheckBox::indicator:checked:hover, QCheckBox::indicator:checked:focus, QCheckBox::indicator:checked:pressed { - border: none; - image: url(":/qss_icons/dark/rc/checkbox_checked_focus.png"); -} - -QCheckBox::indicator:checked:disabled { - image: url(":/qss_icons/dark/rc/checkbox_checked_disabled.png"); -} - -QCheckBox::indicator:indeterminate { - image: url(":/qss_icons/dark/rc/checkbox_indeterminate.png"); -} - -QCheckBox::indicator:indeterminate:disabled { - image: url(":/qss_icons/dark/rc/checkbox_indeterminate_disabled.png"); -} - -QCheckBox::indicator:indeterminate:focus, QCheckBox::indicator:indeterminate:hover, QCheckBox::indicator:indeterminate:pressed { - image: url(":/qss_icons/dark/rc/checkbox_indeterminate_focus.png"); -} - -/* QGroupBox -------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qgroupbox - ---------------------------------------------------------------------------- */ -QGroupBox { - font-weight: bold; - border: 1px solid #455364; - border-radius: 4px; - padding: 2px; - margin-top: 6px; - margin-bottom: 4px; -} - -QGroupBox::title { - subcontrol-origin: margin; - subcontrol-position: top left; - left: 4px; - padding-left: 2px; - padding-right: 4px; - padding-top: -4px; -} - -QGroupBox::indicator { - margin-left: 2px; - margin-top: 2px; - padding: 0; - height: 14px; - width: 14px; -} - -QGroupBox::indicator:unchecked { - border: none; - image: url(":/qss_icons/dark/rc/checkbox_unchecked.png"); -} - -QGroupBox::indicator:unchecked:hover, QGroupBox::indicator:unchecked:focus, QGroupBox::indicator:unchecked:pressed { - border: none; - image: url(":/qss_icons/dark/rc/checkbox_unchecked_focus.png"); -} - -QGroupBox::indicator:unchecked:disabled { - image: url(":/qss_icons/dark/rc/checkbox_unchecked_disabled.png"); -} - -QGroupBox::indicator:checked { - border: none; - image: url(":/qss_icons/dark/rc/checkbox_checked.png"); -} - -QGroupBox::indicator:checked:hover, QGroupBox::indicator:checked:focus, QGroupBox::indicator:checked:pressed { - border: none; - image: url(":/qss_icons/dark/rc/checkbox_checked_focus.png"); -} - -QGroupBox::indicator:checked:disabled { - image: url(":/qss_icons/dark/rc/checkbox_checked_disabled.png"); -} - -/* QRadioButton ----------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qradiobutton - ---------------------------------------------------------------------------- */ -QRadioButton { - background-color: #19232D; - color: #E0E1E3; - spacing: 4px; - padding-top: 4px; - padding-bottom: 4px; - border: none; - outline: none; -} - -QRadioButton:focus { - border: none; -} - -QRadioButton:disabled { - background-color: #19232D; - color: #9DA9B5; - border: none; - outline: none; -} - -QRadioButton QWidget { - background-color: #19232D; - color: #E0E1E3; - spacing: 0px; - padding: 0px; - outline: none; - border: none; -} - -QRadioButton::indicator { - border: none; - outline: none; - margin-left: 2px; - height: 14px; - width: 14px; -} - -QRadioButton::indicator:unchecked { - image: url(":/qss_icons/dark/rc/radio_unchecked.png"); -} - -QRadioButton::indicator:unchecked:hover, QRadioButton::indicator:unchecked:focus, QRadioButton::indicator:unchecked:pressed { - border: none; - outline: none; - image: url(":/qss_icons/dark/rc/radio_unchecked_focus.png"); -} - -QRadioButton::indicator:unchecked:disabled { - image: url(":/qss_icons/dark/rc/radio_unchecked_disabled.png"); -} - -QRadioButton::indicator:checked { - border: none; - outline: none; - image: url(":/qss_icons/dark/rc/radio_checked.png"); -} - -QRadioButton::indicator:checked:hover, QRadioButton::indicator:checked:focus, QRadioButton::indicator:checked:pressed { - border: none; - outline: none; - image: url(":/qss_icons/dark/rc/radio_checked_focus.png"); -} - -QRadioButton::indicator:checked:disabled { - outline: none; - image: url(":/qss_icons/dark/rc/radio_checked_disabled.png"); -} - -/* QMenuBar --------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qmenubar - ---------------------------------------------------------------------------- */ -QMenuBar { - background-color: #455364; - padding: 2px; - border: 1px solid #19232D; - color: #E0E1E3; - selection-background-color: #1A72BB; -} - -QMenuBar:focus { - border: 1px solid #346792; -} - -QMenuBar::item { - background: transparent; - padding: 4px; -} - -QMenuBar::item:selected { - padding: 4px; - background: transparent; - border: 0px solid #455364; - background-color: #1A72BB; -} - -QMenuBar::item:pressed { - padding: 4px; - border: 0px solid #455364; - background-color: #1A72BB; - color: #E0E1E3; - margin-bottom: 0px; - padding-bottom: 0px; -} - -/* QMenu ------------------------------------------------------------------ - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qmenu - ---------------------------------------------------------------------------- */ -QMenu { - border: 0px solid #455364; - color: #E0E1E3; - margin: 0px; - background-color: #37414F; - selection-background-color: #1A72BB; -} - -QMenu::separator { - height: 1px; - background-color: #60798B; - color: #E0E1E3; -} - -QMenu::item { - background-color: #37414F; - padding: 4px 24px 4px 28px; - /* Reserve space for selection border */ - border: 1px transparent #455364; -} - -QMenu::item:selected { - color: #E0E1E3; - background-color: #1A72BB; -} - -QMenu::item:pressed { - background-color: #1A72BB; -} - -QMenu::icon { - padding-left: 10px; - width: 14px; - height: 14px; -} - -QMenu::indicator { - padding-left: 8px; - width: 12px; - height: 12px; - /* non-exclusive indicator = check box style indicator (see QActionGroup::setExclusive) */ - /* exclusive indicator = radio button style indicator (see QActionGroup::setExclusive) */ -} - -QMenu::indicator:non-exclusive:unchecked { - image: url(":/qss_icons/dark/rc/checkbox_unchecked.png"); -} - -QMenu::indicator:non-exclusive:unchecked:hover, QMenu::indicator:non-exclusive:unchecked:focus, QMenu::indicator:non-exclusive:unchecked:pressed { - border: none; - image: url(":/qss_icons/dark/rc/checkbox_unchecked_focus.png"); -} - -QMenu::indicator:non-exclusive:unchecked:disabled { - image: url(":/qss_icons/dark/rc/checkbox_unchecked_disabled.png"); -} - -QMenu::indicator:non-exclusive:checked { - image: url(":/qss_icons/dark/rc/checkbox_checked.png"); -} - -QMenu::indicator:non-exclusive:checked:hover, QMenu::indicator:non-exclusive:checked:focus, QMenu::indicator:non-exclusive:checked:pressed { - border: none; - image: url(":/qss_icons/dark/rc/checkbox_checked_focus.png"); -} - -QMenu::indicator:non-exclusive:checked:disabled { - image: url(":/qss_icons/dark/rc/checkbox_checked_disabled.png"); -} - -QMenu::indicator:non-exclusive:indeterminate { - image: url(":/qss_icons/dark/rc/checkbox_indeterminate.png"); -} - -QMenu::indicator:non-exclusive:indeterminate:disabled { - image: url(":/qss_icons/dark/rc/checkbox_indeterminate_disabled.png"); -} - -QMenu::indicator:non-exclusive:indeterminate:focus, QMenu::indicator:non-exclusive:indeterminate:hover, QMenu::indicator:non-exclusive:indeterminate:pressed { - image: url(":/qss_icons/dark/rc/checkbox_indeterminate_focus.png"); -} - -QMenu::indicator:exclusive:unchecked { - image: url(":/qss_icons/dark/rc/radio_unchecked.png"); -} - -QMenu::indicator:exclusive:unchecked:hover, QMenu::indicator:exclusive:unchecked:focus, QMenu::indicator:exclusive:unchecked:pressed { - border: none; - outline: none; - image: url(":/qss_icons/dark/rc/radio_unchecked_focus.png"); -} - -QMenu::indicator:exclusive:unchecked:disabled { - image: url(":/qss_icons/dark/rc/radio_unchecked_disabled.png"); -} - -QMenu::indicator:exclusive:checked { - border: none; - outline: none; - image: url(":/qss_icons/dark/rc/radio_checked.png"); -} - -QMenu::indicator:exclusive:checked:hover, QMenu::indicator:exclusive:checked:focus, QMenu::indicator:exclusive:checked:pressed { - border: none; - outline: none; - image: url(":/qss_icons/dark/rc/radio_checked_focus.png"); -} - -QMenu::indicator:exclusive:checked:disabled { - outline: none; - image: url(":/qss_icons/dark/rc/radio_checked_disabled.png"); -} - -QMenu::right-arrow { - margin: 5px; - padding-left: 12px; - image: url(":/qss_icons/dark/rc/arrow_right.png"); - height: 12px; - width: 12px; -} - -/* QAbstractItemView ------------------------------------------------------ - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qcombobox - ---------------------------------------------------------------------------- */ -QAbstractItemView { - alternate-background-color: #19232D; - color: #E0E1E3; - border: 1px solid #455364; - border-radius: 4px; -} - -QAbstractItemView QLineEdit { - padding: 2px; -} - -/* QAbstractScrollArea ---------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qabstractscrollarea - ---------------------------------------------------------------------------- */ -QAbstractScrollArea { - background-color: #19232D; - border: 1px solid #455364; - border-radius: 4px; - /* fix #159 */ - padding: 2px; - /* remove min-height to fix #244 */ - color: #E0E1E3; -} - -QAbstractScrollArea:disabled { - color: #9DA9B5; -} - -/* QScrollArea ------------------------------------------------------------ - ---------------------------------------------------------------------------- */ -QScrollArea QWidget QWidget:disabled { - background-color: #19232D; -} - -/* QScrollBar ------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qscrollbar - ---------------------------------------------------------------------------- */ -QScrollBar:horizontal { - height: 16px; - margin: 2px 16px 2px 16px; - border: 1px solid #455364; - border-radius: 4px; - background-color: #19232D; -} - -QScrollBar:vertical { - background-color: #19232D; - width: 16px; - margin: 16px 2px 16px 2px; - border: 1px solid #455364; - border-radius: 4px; -} - -QScrollBar::handle:horizontal { - background-color: #60798B; - border: 1px solid #455364; - border-radius: 4px; - min-width: 8px; -} - -QScrollBar::handle:horizontal:hover { - background-color: #346792; - border: #346792; - border-radius: 4px; - min-width: 8px; -} - -QScrollBar::handle:horizontal:focus { - border: 1px solid #1A72BB; -} - -QScrollBar::handle:vertical { - background-color: #60798B; - border: 1px solid #455364; - min-height: 8px; - border-radius: 4px; -} - -QScrollBar::handle:vertical:hover { - background-color: #346792; - border: #346792; - border-radius: 4px; - min-height: 8px; -} - -QScrollBar::handle:vertical:focus { - border: 1px solid #1A72BB; -} - -QScrollBar::add-line:horizontal { - margin: 0px 0px 0px 0px; - border-image: url(":/qss_icons/dark/rc/arrow_right_disabled.png"); - height: 12px; - width: 12px; - subcontrol-position: right; - subcontrol-origin: margin; -} - -QScrollBar::add-line:horizontal:hover, QScrollBar::add-line:horizontal:on { - border-image: url(":/qss_icons/dark/rc/arrow_right.png"); - height: 12px; - width: 12px; - subcontrol-position: right; - subcontrol-origin: margin; -} - -QScrollBar::add-line:vertical { - margin: 3px 0px 3px 0px; - border-image: url(":/qss_icons/dark/rc/arrow_down_disabled.png"); - height: 12px; - width: 12px; - subcontrol-position: bottom; - subcontrol-origin: margin; -} - -QScrollBar::add-line:vertical:hover, QScrollBar::add-line:vertical:on { - border-image: url(":/qss_icons/dark/rc/arrow_down.png"); - height: 12px; - width: 12px; - subcontrol-position: bottom; - subcontrol-origin: margin; -} - -QScrollBar::sub-line:horizontal { - margin: 0px 3px 0px 3px; - border-image: url(":/qss_icons/dark/rc/arrow_left_disabled.png"); - height: 12px; - width: 12px; - subcontrol-position: left; - subcontrol-origin: margin; -} - -QScrollBar::sub-line:horizontal:hover, QScrollBar::sub-line:horizontal:on { - border-image: url(":/qss_icons/dark/rc/arrow_left.png"); - height: 12px; - width: 12px; - subcontrol-position: left; - subcontrol-origin: margin; -} - -QScrollBar::sub-line:vertical { - margin: 3px 0px 3px 0px; - border-image: url(":/qss_icons/dark/rc/arrow_up_disabled.png"); - height: 12px; - width: 12px; - subcontrol-position: top; - subcontrol-origin: margin; -} - -QScrollBar::sub-line:vertical:hover, QScrollBar::sub-line:vertical:on { - border-image: url(":/qss_icons/dark/rc/arrow_up.png"); - height: 12px; - width: 12px; - subcontrol-position: top; - subcontrol-origin: margin; -} - -QScrollBar::up-arrow:horizontal, QScrollBar::down-arrow:horizontal { - background: none; -} - -QScrollBar::up-arrow:vertical, QScrollBar::down-arrow:vertical { - background: none; -} - -QScrollBar::add-page:horizontal, QScrollBar::sub-page:horizontal { - background: none; -} - -QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical { - background: none; -} - -/* QTextEdit -------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-specific-widgets - ---------------------------------------------------------------------------- */ -QTextEdit { - background-color: #19232D; - color: #E0E1E3; - border-radius: 4px; - border: 1px solid #455364; -} - -QTextEdit:focus { - border: 1px solid #1A72BB; -} - -QTextEdit:selected { - background: #346792; - color: #455364; -} - -/* QPlainTextEdit --------------------------------------------------------- - ---------------------------------------------------------------------------- */ -QPlainTextEdit { - background-color: #19232D; - color: #E0E1E3; - border-radius: 4px; - border: 1px solid #455364; -} - -QPlainTextEdit:focus { - border: 1px solid #1A72BB; -} - -QPlainTextEdit:selected { - background: #346792; - color: #455364; -} - -/* QSizeGrip -------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qsizegrip - ---------------------------------------------------------------------------- */ -QSizeGrip { - background: transparent; - width: 12px; - height: 12px; - image: url(":/qss_icons/dark/rc/window_grip.png"); -} - -/* QStackedWidget --------------------------------------------------------- - ---------------------------------------------------------------------------- */ -QStackedWidget { - padding: 2px; - border: 1px solid #455364; - border: 1px solid #19232D; -} - -/* QToolBar --------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtoolbar - ---------------------------------------------------------------------------- */ -QToolBar { - background-color: #455364; - border-bottom: 1px solid #19232D; - padding: 1px; - font-weight: bold; - spacing: 2px; -} - -QToolBar:disabled { - /* Fixes #272 */ - background-color: #455364; -} - -QToolBar::handle:horizontal { - width: 16px; - image: url(":/qss_icons/dark/rc/toolbar_move_horizontal.png"); -} - -QToolBar::handle:vertical { - height: 16px; - image: url(":/qss_icons/dark/rc/toolbar_move_vertical.png"); -} - -QToolBar::separator:horizontal { - width: 16px; - image: url(":/qss_icons/dark/rc/toolbar_separator_horizontal.png"); -} - -QToolBar::separator:vertical { - height: 16px; - image: url(":/qss_icons/dark/rc/toolbar_separator_vertical.png"); -} - -QToolButton#qt_toolbar_ext_button { - background: #455364; - border: 0px; - color: #E0E1E3; - image: url(":/qss_icons/dark/rc/arrow_right.png"); -} - -/* QAbstractSpinBox ------------------------------------------------------- - ---------------------------------------------------------------------------- */ -QAbstractSpinBox { - background-color: #19232D; - border: 1px solid #455364; - color: #E0E1E3; - /* This fixes 103, 111 */ - padding-top: 2px; - /* This fixes 103, 111 */ - padding-bottom: 2px; - padding-left: 4px; - padding-right: 4px; - border-radius: 4px; - /* min-width: 5px; removed to fix 109 */ -} - -QAbstractSpinBox:up-button { - background-color: transparent #19232D; - subcontrol-origin: border; - subcontrol-position: top right; - border-left: 1px solid #455364; - border-bottom: 1px solid #455364; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - margin: 1px; - width: 12px; - margin-bottom: -1px; -} - -QAbstractSpinBox::up-arrow, QAbstractSpinBox::up-arrow:disabled, QAbstractSpinBox::up-arrow:off { - image: url(":/qss_icons/dark/rc/arrow_up_disabled.png"); - height: 8px; - width: 8px; -} - -QAbstractSpinBox::up-arrow:hover { - image: url(":/qss_icons/dark/rc/arrow_up.png"); -} - -QAbstractSpinBox:down-button { - background-color: transparent #19232D; - subcontrol-origin: border; - subcontrol-position: bottom right; - border-left: 1px solid #455364; - border-top: 1px solid #455364; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - margin: 1px; - width: 12px; - margin-top: -1px; -} - -QAbstractSpinBox::down-arrow, QAbstractSpinBox::down-arrow:disabled, QAbstractSpinBox::down-arrow:off { - image: url(":/qss_icons/dark/rc/arrow_down_disabled.png"); - height: 8px; - width: 8px; -} - -QAbstractSpinBox::down-arrow:hover { - image: url(":/qss_icons/dark/rc/arrow_down.png"); -} - -QAbstractSpinBox:hover { - border: 1px solid #346792; - color: #E0E1E3; -} - -QAbstractSpinBox:focus { - border: 1px solid #1A72BB; -} - -QAbstractSpinBox:selected { - background: #346792; - color: #455364; -} - -/* ------------------------------------------------------------------------ */ -/* DISPLAYS --------------------------------------------------------------- */ -/* ------------------------------------------------------------------------ */ -/* QLabel ----------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qframe - ---------------------------------------------------------------------------- */ -QLabel { - background-color: #19232D; - border: 0px solid #455364; - padding: 2px; - margin: 0px; - color: #E0E1E3; -} - -QLabel:disabled { - background-color: #19232D; - border: 0px solid #455364; - color: #9DA9B5; -} - -/* QTextBrowser ----------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qabstractscrollarea - ---------------------------------------------------------------------------- */ -QTextBrowser { - background-color: #19232D; - border: 1px solid #455364; - color: #E0E1E3; - border-radius: 4px; -} - -QTextBrowser:disabled { - background-color: #19232D; - border: 1px solid #455364; - color: #9DA9B5; - border-radius: 4px; -} - -QTextBrowser:hover, QTextBrowser:!hover, QTextBrowser:selected, QTextBrowser:pressed { - border: 1px solid #455364; -} - -/* QGraphicsView ---------------------------------------------------------- - ---------------------------------------------------------------------------- */ -QGraphicsView { - background-color: #19232D; - border: 1px solid #455364; - color: #E0E1E3; - border-radius: 4px; -} - -QGraphicsView:disabled { - background-color: #19232D; - border: 1px solid #455364; - color: #9DA9B5; - border-radius: 4px; -} - -QGraphicsView:hover, QGraphicsView:!hover, QGraphicsView:selected, QGraphicsView:pressed { - border: 1px solid #455364; -} - -/* QCalendarWidget -------------------------------------------------------- - ---------------------------------------------------------------------------- */ -QCalendarWidget { - border: 1px solid #455364; - border-radius: 4px; -} - -QCalendarWidget:disabled { - background-color: #19232D; - color: #9DA9B5; -} - -/* QLCDNumber ------------------------------------------------------------- - ---------------------------------------------------------------------------- */ -QLCDNumber { - background-color: #19232D; - color: #E0E1E3; -} - -QLCDNumber:disabled { - background-color: #19232D; - color: #9DA9B5; -} - -/* QProgressBar ----------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qprogressbar - ---------------------------------------------------------------------------- */ -QProgressBar { - background-color: #19232D; - border: 1px solid #455364; - color: #E0E1E3; - border-radius: 4px; - text-align: center; -} - -QProgressBar:disabled { - background-color: #19232D; - border: 1px solid #455364; - color: #9DA9B5; - border-radius: 4px; - text-align: center; -} - -QProgressBar::chunk { - background-color: #346792; - color: #19232D; - border-radius: 4px; -} - -QProgressBar::chunk:disabled { - background-color: #26486B; - color: #9DA9B5; - border-radius: 4px; -} - -/* ------------------------------------------------------------------------ */ -/* BUTTONS ---------------------------------------------------------------- */ -/* ------------------------------------------------------------------------ */ -/* QPushButton ------------------------------------------------------------ - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qpushbutton - ---------------------------------------------------------------------------- */ -QPushButton { - background-color: #455364; - color: #E0E1E3; - border-radius: 4px; - padding: 2px; - outline: none; - border: none; -} - -QPushButton:disabled { - background-color: #455364; - color: #9DA9B5; - border-radius: 4px; - padding: 2px; -} - -QPushButton:checked { - background-color: #60798B; - border-radius: 4px; - padding: 2px; - outline: none; -} - -QPushButton:checked:disabled { - background-color: #60798B; - color: #9DA9B5; - border-radius: 4px; - padding: 2px; - outline: none; -} - -QPushButton:checked:selected { - background: #60798B; -} - -QPushButton:hover { - background-color: #54687A; - color: #E0E1E3; -} - -QPushButton:pressed { - background-color: #60798B; -} - -QPushButton:selected { - background: #60798B; - color: #E0E1E3; -} - -QPushButton::menu-indicator { - subcontrol-origin: padding; - subcontrol-position: bottom right; - bottom: 4px; -} - -QDialogButtonBox QPushButton { - /* Issue #194 #248 - Special case of QPushButton inside dialogs, for better UI */ - min-width: 80px; -} - -/* QToolButton ------------------------------------------------------------ - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtoolbutton - ---------------------------------------------------------------------------- */ -QToolButton { - background-color: #455364; - color: #E0E1E3; - border-radius: 4px; - padding: 2px; - outline: none; - border: none; - /* The subcontrols below are used only in the DelayedPopup mode */ - /* The subcontrols below are used only in the MenuButtonPopup mode */ - /* The subcontrol below is used only in the InstantPopup or DelayedPopup mode */ -} - -QToolButton:disabled { - background-color: #455364; - color: #9DA9B5; - border-radius: 4px; - padding: 2px; -} - -QToolButton:checked { - background-color: #60798B; - border-radius: 4px; - padding: 2px; - outline: none; -} - -QToolButton:checked:disabled { - background-color: #60798B; - color: #9DA9B5; - border-radius: 4px; - padding: 2px; - outline: none; -} - -QToolButton:checked:hover { - background-color: #54687A; - color: #E0E1E3; -} - -QToolButton:checked:pressed { - background-color: #60798B; -} - -QToolButton:checked:selected { - background: #60798B; - color: #E0E1E3; -} - -QToolButton:hover { - background-color: #54687A; - color: #E0E1E3; -} - -QToolButton:pressed { - background-color: #60798B; -} - -QToolButton:selected { - background: #60798B; - color: #E0E1E3; -} - -QToolButton[popupMode="0"] { - /* Only for DelayedPopup */ - padding-right: 2px; -} - -QToolButton[popupMode="1"] { - /* Only for MenuButtonPopup */ - padding-right: 20px; -} - -QToolButton[popupMode="1"]::menu-button { - border: none; -} - -QToolButton[popupMode="1"]::menu-button:hover { - border: none; - border-left: 1px solid #455364; - border-radius: 0; -} - -QToolButton[popupMode="2"] { - /* Only for InstantPopup */ - padding-right: 2px; -} - -QToolButton::menu-button { - padding: 2px; - border-radius: 4px; - width: 12px; - border: none; - outline: none; -} - -QToolButton::menu-button:hover { - border: 1px solid #346792; -} - -QToolButton::menu-button:checked:hover { - border: 1px solid #346792; -} - -QToolButton::menu-indicator { - image: url(":/qss_icons/dark/rc/arrow_down.png"); - height: 8px; - width: 8px; - top: 0; - /* Exclude a shift for better image */ - left: -2px; - /* Shift it a bit */ -} - -QToolButton::menu-arrow { - image: url(":/qss_icons/dark/rc/arrow_down.png"); - height: 8px; - width: 8px; -} - -QToolButton::menu-arrow:hover { - image: url(":/qss_icons/dark/rc/arrow_down_focus.png"); -} - -/* QCommandLinkButton ----------------------------------------------------- - ---------------------------------------------------------------------------- */ -QCommandLinkButton { - background-color: transparent; - border: 1px solid #455364; - color: #E0E1E3; - border-radius: 4px; - padding: 0px; - margin: 0px; -} - -QCommandLinkButton:disabled { - background-color: transparent; - color: #9DA9B5; -} - -/* ------------------------------------------------------------------------ */ -/* INPUTS - NO FIELDS ----------------------------------------------------- */ -/* ------------------------------------------------------------------------ */ -/* QComboBox -------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qcombobox - ---------------------------------------------------------------------------- */ -QComboBox { - border: 1px solid #455364; - border-radius: 4px; - selection-background-color: #346792; - padding-left: 4px; - padding-right: 4px; - /* padding-right = 36; 4 + 16*2 See scrollbar size */ - /* changed to 4px to fix #239 */ - /* Fixes #103, #111 */ - min-height: 1.5em; - /* padding-top: 2px; removed to fix #132 */ - /* padding-bottom: 2px; removed to fix #132 */ - /* min-width: 75px; removed to fix #109 */ - /* Needed to remove indicator - fix #132 */ -} - -QComboBox QAbstractItemView { - border: 1px solid #455364; - border-radius: 0; - background-color: #19232D; - selection-background-color: #346792; -} - -QComboBox QAbstractItemView:hover { - background-color: #19232D; - color: #E0E1E3; -} - -QComboBox QAbstractItemView:selected { - background: #346792; - color: #455364; -} - -QComboBox QAbstractItemView:alternate { - background: #19232D; -} - -QComboBox:disabled { - background-color: #19232D; - color: #9DA9B5; -} - -QComboBox:hover { - border: 1px solid #346792; -} - -QComboBox:focus { - border: 1px solid #1A72BB; -} - -QComboBox:on { - selection-background-color: #346792; -} - -QComboBox::indicator { - border: none; - border-radius: 0; - background-color: transparent; - selection-background-color: transparent; - color: transparent; - selection-color: transparent; - /* Needed to remove indicator - fix #132 */ -} - -QComboBox::indicator:alternate { - background: #19232D; -} - -QComboBox::item { - /* Remove to fix #282, #285 and MR #288*/ - /*&:checked { - font-weight: bold; - } - - &:selected { - border: 0px solid transparent; - } - */ -} - -QComboBox::item:alternate { - background: #19232D; -} - -QComboBox::drop-down { - subcontrol-origin: padding; - subcontrol-position: top right; - width: 12px; - border-left: 1px solid #455364; -} - -QComboBox::down-arrow { - image: url(":/qss_icons/dark/rc/arrow_down_disabled.png"); - height: 8px; - width: 8px; -} - -QComboBox::down-arrow:on, QComboBox::down-arrow:hover, QComboBox::down-arrow:focus { - image: url(":/qss_icons/dark/rc/arrow_down.png"); -} - -/* QSlider ---------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qslider - ---------------------------------------------------------------------------- */ -QSlider:disabled { - background: #19232D; -} - -QSlider:focus { - border: none; -} - -QSlider::groove:horizontal { - background: #455364; - border: 1px solid #455364; - height: 4px; - margin: 0px; - border-radius: 4px; -} - -QSlider::groove:vertical { - background: #455364; - border: 1px solid #455364; - width: 4px; - margin: 0px; - border-radius: 4px; -} - -QSlider::add-page:vertical { - background: #346792; - border: 1px solid #455364; - width: 4px; - margin: 0px; - border-radius: 4px; -} - -QSlider::add-page:vertical :disabled { - background: #26486B; -} - -QSlider::sub-page:horizontal { - background: #346792; - border: 1px solid #455364; - height: 4px; - margin: 0px; - border-radius: 4px; -} - -QSlider::sub-page:horizontal:disabled { - background: #26486B; -} - -QSlider::handle:horizontal { - background: #9DA9B5; - border: 1px solid #455364; - width: 8px; - height: 8px; - margin: -8px 0px; - border-radius: 4px; -} - -QSlider::handle:horizontal:hover { - background: #346792; - border: 1px solid #346792; -} - -QSlider::handle:horizontal:focus { - border: 1px solid #1A72BB; -} - -QSlider::handle:vertical { - background: #9DA9B5; - border: 1px solid #455364; - width: 8px; - height: 8px; - margin: 0 -8px; - border-radius: 4px; -} - -QSlider::handle:vertical:hover { - background: #346792; - border: 1px solid #346792; -} - -QSlider::handle:vertical:focus { - border: 1px solid #1A72BB; -} - -/* QLineEdit -------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qlineedit - ---------------------------------------------------------------------------- */ -QLineEdit { - background-color: #19232D; - padding-top: 2px; - /* This QLineEdit fix 103, 111 */ - padding-bottom: 2px; - /* This QLineEdit fix 103, 111 */ - padding-left: 4px; - padding-right: 4px; - border-style: solid; - border: 1px solid #455364; - border-radius: 4px; - color: #E0E1E3; -} - -QLineEdit:disabled { - background-color: #19232D; - color: #9DA9B5; -} - -QLineEdit:hover { - border: 1px solid #346792; - color: #E0E1E3; -} - -QLineEdit:focus { - border: 1px solid #1A72BB; -} - -QLineEdit:selected { - background-color: #346792; - color: #455364; -} - -/* QTabWiget -------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtabwidget-and-qtabbar - ---------------------------------------------------------------------------- */ -QTabWidget { - padding: 2px; - selection-background-color: #455364; -} - -QTabWidget QWidget { - /* Fixes #189 */ - border-radius: 4px; -} - -QTabWidget::pane { - border: 1px solid #455364; - border-radius: 4px; - margin: 0px; - /* Fixes double border inside pane with pyqt5 */ - padding: 0px; -} - -QTabWidget::pane:selected { - background-color: #455364; - border: 1px solid #346792; -} - -/* QTabBar ---------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtabwidget-and-qtabbar - ---------------------------------------------------------------------------- */ -QTabBar, QDockWidget QTabBar { - qproperty-drawBase: 0; - border-radius: 4px; - margin: 0px; - padding: 2px; - border: 0; - /* left: 5px; move to the right by 5px - removed for fix */ -} - -QTabBar::close-button, QDockWidget QTabBar::close-button { - border: 0; - margin: 0; - padding: 4px; - image: url(":/qss_icons/dark/rc/window_close.png"); -} - -QTabBar::close-button:hover, QDockWidget QTabBar::close-button:hover { - image: url(":/qss_icons/dark/rc/window_close_focus.png"); -} - -QTabBar::close-button:pressed, QDockWidget QTabBar::close-button:pressed { - image: url(":/qss_icons/dark/rc/window_close_pressed.png"); -} - -QTabBar::tab, QDockWidget QTabBar::tab { - /* !selected and disabled ----------------------------------------- */ - /* selected ------------------------------------------------------- */ -} - -QTabBar::tab:top:selected:disabled, QDockWidget QTabBar::tab:top:selected:disabled { - border-bottom: 3px solid #26486B; - color: #9DA9B5; - background-color: #455364; -} - -QTabBar::tab:bottom:selected:disabled, QDockWidget QTabBar::tab:bottom:selected:disabled { - border-top: 3px solid #26486B; - color: #9DA9B5; - background-color: #455364; -} - -QTabBar::tab:left:selected:disabled, QDockWidget QTabBar::tab:left:selected:disabled { - border-right: 3px solid #26486B; - color: #9DA9B5; - background-color: #455364; -} - -QTabBar::tab:right:selected:disabled, QDockWidget QTabBar::tab:right:selected:disabled { - border-left: 3px solid #26486B; - color: #9DA9B5; - background-color: #455364; -} - -QTabBar::tab:top:!selected:disabled, QDockWidget QTabBar::tab:top:!selected:disabled { - border-bottom: 3px solid #19232D; - color: #9DA9B5; - background-color: #19232D; -} - -QTabBar::tab:bottom:!selected:disabled, QDockWidget QTabBar::tab:bottom:!selected:disabled { - border-top: 3px solid #19232D; - color: #9DA9B5; - background-color: #19232D; -} - -QTabBar::tab:left:!selected:disabled, QDockWidget QTabBar::tab:left:!selected:disabled { - border-right: 3px solid #19232D; - color: #9DA9B5; - background-color: #19232D; -} - -QTabBar::tab:right:!selected:disabled, QDockWidget QTabBar::tab:right:!selected:disabled { - border-left: 3px solid #19232D; - color: #9DA9B5; - background-color: #19232D; -} - -QTabBar::tab:top:!selected, QDockWidget QTabBar::tab:top:!selected { - border-bottom: 2px solid #19232D; - margin-top: 2px; -} - -QTabBar::tab:bottom:!selected, QDockWidget QTabBar::tab:bottom:!selected { - border-top: 2px solid #19232D; - margin-bottom: 2px; -} - -QTabBar::tab:left:!selected, QDockWidget QTabBar::tab:left:!selected { - border-left: 2px solid #19232D; - margin-right: 2px; -} - -QTabBar::tab:right:!selected, QDockWidget QTabBar::tab:right:!selected { - border-right: 2px solid #19232D; - margin-left: 2px; -} - -QTabBar::tab:top, QDockWidget QTabBar::tab:top { - background-color: #455364; - margin-left: 2px; - padding-left: 4px; - padding-right: 4px; - padding-top: 2px; - padding-bottom: 2px; - min-width: 5px; - border-bottom: 3px solid #455364; - border-top-left-radius: 4px; - border-top-right-radius: 4px; -} - -QTabBar::tab:top:selected, QDockWidget QTabBar::tab:top:selected { - background-color: #54687A; - border-bottom: 3px solid #259AE9; - border-top-left-radius: 4px; - border-top-right-radius: 4px; -} - -QTabBar::tab:top:!selected:hover, QDockWidget QTabBar::tab:top:!selected:hover { - border: 1px solid #1A72BB; - border-bottom: 3px solid #1A72BB; - /* Fixes spyder-ide/spyder#9766 and #243 */ - padding-left: 3px; - padding-right: 3px; -} - -QTabBar::tab:bottom, QDockWidget QTabBar::tab:bottom { - border-top: 3px solid #455364; - background-color: #455364; - margin-left: 2px; - padding-left: 4px; - padding-right: 4px; - padding-top: 2px; - padding-bottom: 2px; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; - min-width: 5px; -} - -QTabBar::tab:bottom:selected, QDockWidget QTabBar::tab:bottom:selected { - background-color: #54687A; - border-top: 3px solid #259AE9; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; -} - -QTabBar::tab:bottom:!selected:hover, QDockWidget QTabBar::tab:bottom:!selected:hover { - border: 1px solid #1A72BB; - border-top: 3px solid #1A72BB; - /* Fixes spyder-ide/spyder#9766 and #243 */ - padding-left: 3px; - padding-right: 3px; -} - -QTabBar::tab:left, QDockWidget QTabBar::tab:left { - background-color: #455364; - margin-top: 2px; - padding-left: 2px; - padding-right: 2px; - padding-top: 4px; - padding-bottom: 4px; - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; - min-height: 5px; -} - -QTabBar::tab:left:selected, QDockWidget QTabBar::tab:left:selected { - background-color: #54687A; - border-right: 3px solid #259AE9; -} - -QTabBar::tab:left:!selected:hover, QDockWidget QTabBar::tab:left:!selected:hover { - border: 1px solid #1A72BB; - border-right: 3px solid #1A72BB; - /* Fixes different behavior #271 */ - margin-right: 0px; - padding-right: -1px; -} - -QTabBar::tab:right, QDockWidget QTabBar::tab:right { - background-color: #455364; - margin-top: 2px; - padding-left: 2px; - padding-right: 2px; - padding-top: 4px; - padding-bottom: 4px; - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; - min-height: 5px; -} - -QTabBar::tab:right:selected, QDockWidget QTabBar::tab:right:selected { - background-color: #54687A; - border-left: 3px solid #259AE9; -} - -QTabBar::tab:right:!selected:hover, QDockWidget QTabBar::tab:right:!selected:hover { - border: 1px solid #1A72BB; - border-left: 3px solid #1A72BB; - /* Fixes different behavior #271 */ - margin-left: 0px; - padding-left: 0px; -} - -QTabBar QToolButton, QDockWidget QTabBar QToolButton { - /* Fixes #136 */ - background-color: #455364; - height: 12px; - width: 12px; -} - -QTabBar QToolButton:pressed, QDockWidget QTabBar QToolButton:pressed { - background-color: #455364; -} - -QTabBar QToolButton:pressed:hover, QDockWidget QTabBar QToolButton:pressed:hover { - border: 1px solid #346792; -} - -QTabBar QToolButton::left-arrow:enabled, QDockWidget QTabBar QToolButton::left-arrow:enabled { - image: url(":/qss_icons/dark/rc/arrow_left.png"); -} - -QTabBar QToolButton::left-arrow:disabled, QDockWidget QTabBar QToolButton::left-arrow:disabled { - image: url(":/qss_icons/dark/rc/arrow_left_disabled.png"); -} - -QTabBar QToolButton::right-arrow:enabled, QDockWidget QTabBar QToolButton::right-arrow:enabled { - image: url(":/qss_icons/dark/rc/arrow_right.png"); -} - -QTabBar QToolButton::right-arrow:disabled, QDockWidget QTabBar QToolButton::right-arrow:disabled { - image: url(":/qss_icons/dark/rc/arrow_right_disabled.png"); -} - -/* QDockWiget ------------------------------------------------------------- - ---------------------------------------------------------------------------- */ -QDockWidget { - outline: 1px solid #455364; - background-color: #19232D; - border: 1px solid #455364; - border-radius: 4px; - titlebar-close-icon: url(":/qss_icons/dark/rc/transparent.png"); - titlebar-normal-icon: url(":/qss_icons/dark/rc/transparent.png"); -} - -QDockWidget::title { - /* Better size for title bar */ - padding: 3px; - spacing: 4px; - border: none; - background-color: #455364; -} - -QDockWidget::close-button { - icon-size: 12px; - border: none; - background: transparent; - background-image: transparent; - border: 0; - margin: 0; - padding: 0; - image: url(":/qss_icons/dark/rc/window_close.png"); -} - -QDockWidget::close-button:hover { - image: url(":/qss_icons/dark/rc/window_close_focus.png"); -} - -QDockWidget::close-button:pressed { - image: url(":/qss_icons/dark/rc/window_close_pressed.png"); -} - -QDockWidget::float-button { - icon-size: 12px; - border: none; - background: transparent; - background-image: transparent; - border: 0; - margin: 0; - padding: 0; - image: url(":/qss_icons/dark/rc/window_undock.png"); -} - -QDockWidget::float-button:hover { - image: url(":/qss_icons/dark/rc/window_undock_focus.png"); -} - -QDockWidget::float-button:pressed { - image: url(":/qss_icons/dark/rc/window_undock_pressed.png"); -} - -/* QTreeView QListView QTableView ----------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtreeview -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qlistview -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtableview - ---------------------------------------------------------------------------- */ -QTreeView:branch:selected, QTreeView:branch:hover { - background: url(":/qss_icons/dark/rc/transparent.png"); -} - -QTreeView:branch:has-siblings:!adjoins-item { - border-image: url(":/qss_icons/dark/rc/branch_line.png") 0; -} - -QTreeView:branch:has-siblings:adjoins-item { - border-image: url(":/qss_icons/dark/rc/branch_more.png") 0; -} - -QTreeView:branch:!has-children:!has-siblings:adjoins-item { - border-image: url(":/qss_icons/dark/rc/branch_end.png") 0; -} - -QTreeView:branch:has-children:!has-siblings:closed, QTreeView:branch:closed:has-children:has-siblings { - border-image: none; - image: url(":/qss_icons/dark/rc/branch_closed.png"); -} - -QTreeView:branch:open:has-children:!has-siblings, QTreeView:branch:open:has-children:has-siblings { - border-image: none; - image: url(":/qss_icons/dark/rc/branch_open.png"); -} - -QTreeView:branch:has-children:!has-siblings:closed:hover, QTreeView:branch:closed:has-children:has-siblings:hover { - image: url(":/qss_icons/dark/rc/branch_closed_focus.png"); -} - -QTreeView:branch:open:has-children:!has-siblings:hover, QTreeView:branch:open:has-children:has-siblings:hover { - image: url(":/qss_icons/dark/rc/branch_open_focus.png"); -} - -QTreeView::indicator:checked, -QListView::indicator:checked, -QTableView::indicator:checked, -QColumnView::indicator:checked { - image: url(":/qss_icons/dark/rc/checkbox_checked.png"); -} - -QTreeView::indicator:checked:hover, QTreeView::indicator:checked:focus, QTreeView::indicator:checked:pressed, -QListView::indicator:checked:hover, -QListView::indicator:checked:focus, -QListView::indicator:checked:pressed, -QTableView::indicator:checked:hover, -QTableView::indicator:checked:focus, -QTableView::indicator:checked:pressed, -QColumnView::indicator:checked:hover, -QColumnView::indicator:checked:focus, -QColumnView::indicator:checked:pressed { - image: url(":/qss_icons/dark/rc/checkbox_checked_focus.png"); -} - -QTreeView::indicator:unchecked, -QListView::indicator:unchecked, -QTableView::indicator:unchecked, -QColumnView::indicator:unchecked { - image: url(":/qss_icons/dark/rc/checkbox_unchecked.png"); -} - -QTreeView::indicator:unchecked:hover, QTreeView::indicator:unchecked:focus, QTreeView::indicator:unchecked:pressed, -QListView::indicator:unchecked:hover, -QListView::indicator:unchecked:focus, -QListView::indicator:unchecked:pressed, -QTableView::indicator:unchecked:hover, -QTableView::indicator:unchecked:focus, -QTableView::indicator:unchecked:pressed, -QColumnView::indicator:unchecked:hover, -QColumnView::indicator:unchecked:focus, -QColumnView::indicator:unchecked:pressed { - image: url(":/qss_icons/dark/rc/checkbox_unchecked_focus.png"); -} - -QTreeView::indicator:indeterminate, -QListView::indicator:indeterminate, -QTableView::indicator:indeterminate, -QColumnView::indicator:indeterminate { - image: url(":/qss_icons/dark/rc/checkbox_indeterminate.png"); -} - -QTreeView::indicator:indeterminate:hover, QTreeView::indicator:indeterminate:focus, QTreeView::indicator:indeterminate:pressed, -QListView::indicator:indeterminate:hover, -QListView::indicator:indeterminate:focus, -QListView::indicator:indeterminate:pressed, -QTableView::indicator:indeterminate:hover, -QTableView::indicator:indeterminate:focus, -QTableView::indicator:indeterminate:pressed, -QColumnView::indicator:indeterminate:hover, -QColumnView::indicator:indeterminate:focus, -QColumnView::indicator:indeterminate:pressed { - image: url(":/qss_icons/dark/rc/checkbox_indeterminate_focus.png"); -} - -QTreeView, -QListView, -QTableView, -QColumnView { - background-color: #19232D; - border: 1px solid #455364; - color: #E0E1E3; - gridline-color: #455364; - border-radius: 4px; -} - -QTreeView:disabled, -QListView:disabled, -QTableView:disabled, -QColumnView:disabled { - background-color: #19232D; - color: #9DA9B5; -} - -QTreeView:selected, -QListView:selected, -QTableView:selected, -QColumnView:selected { - background-color: #346792; - color: #455364; -} - -QTreeView:focus, -QListView:focus, -QTableView:focus, -QColumnView:focus { - border: 1px solid #1A72BB; -} - -QTreeView::item:pressed, -QListView::item:pressed, -QTableView::item:pressed, -QColumnView::item:pressed { - background-color: #346792; -} - -QTreeView::item:selected:active, -QListView::item:selected:active, -QTableView::item:selected:active, -QColumnView::item:selected:active { - background-color: #346792; -} - -QTreeView::item:selected:!active, -QListView::item:selected:!active, -QTableView::item:selected:!active, -QColumnView::item:selected:!active { - color: #E0E1E3; - background-color: #37414F; -} - -QTreeView::item:!selected:hover, -QListView::item:!selected:hover, -QTableView::item:!selected:hover, -QColumnView::item:!selected:hover { - outline: 0; - color: #E0E1E3; - background-color: #37414F; -} - -QTableCornerButton::section { - background-color: #19232D; - border: 1px transparent #455364; - border-radius: 0px; -} - -/* QHeaderView ------------------------------------------------------------ - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qheaderview - ---------------------------------------------------------------------------- */ -QHeaderView { - background-color: #455364; - border: 0px transparent #455364; - padding: 0; - margin: 0; - border-radius: 0; -} - -QHeaderView:disabled { - background-color: #455364; - border: 1px transparent #455364; -} - -QHeaderView::section { - background-color: #455364; - color: #E0E1E3; - border-radius: 0; - text-align: left; - font-size: 13px; -} - -QHeaderView::section::horizontal { - padding-top: 0; - padding-bottom: 0; - padding-left: 4px; - padding-right: 4px; - border-left: 1px solid #19232D; -} - -QHeaderView::section::horizontal::first, QHeaderView::section::horizontal::only-one { - border-left: 1px solid #455364; -} - -QHeaderView::section::horizontal:disabled { - color: #9DA9B5; -} - -QHeaderView::section::vertical { - padding-top: 0; - padding-bottom: 0; - padding-left: 4px; - padding-right: 4px; - border-top: 1px solid #19232D; -} - -QHeaderView::section::vertical::first, QHeaderView::section::vertical::only-one { - border-top: 1px solid #455364; -} - -QHeaderView::section::vertical:disabled { - color: #9DA9B5; -} - -QHeaderView::down-arrow { - /* Those settings (border/width/height/background-color) solve bug */ - /* transparent arrow background and size */ - background-color: #455364; - border: none; - height: 12px; - width: 12px; - padding-left: 2px; - padding-right: 2px; - image: url(":/qss_icons/dark/rc/arrow_down.png"); -} - -QHeaderView::up-arrow { - background-color: #455364; - border: none; - height: 12px; - width: 12px; - padding-left: 2px; - padding-right: 2px; - image: url(":/qss_icons/dark/rc/arrow_up.png"); -} - -/* QToolBox -------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtoolbox - ---------------------------------------------------------------------------- */ -QToolBox { - padding: 0px; - border: 0px; - border: 1px solid #455364; -} - -QToolBox:selected { - padding: 0px; - border: 2px solid #346792; -} - -QToolBox::tab { - background-color: #19232D; - border: 1px solid #455364; - color: #E0E1E3; - border-top-left-radius: 4px; - border-top-right-radius: 4px; -} - -QToolBox::tab:disabled { - color: #9DA9B5; -} - -QToolBox::tab:selected { - background-color: #60798B; - border-bottom: 2px solid #346792; -} - -QToolBox::tab:selected:disabled { - background-color: #455364; - border-bottom: 2px solid #26486B; -} - -QToolBox::tab:!selected { - background-color: #455364; - border-bottom: 2px solid #455364; -} - -QToolBox::tab:!selected:disabled { - background-color: #19232D; -} - -QToolBox::tab:hover { - border-color: #1A72BB; - border-bottom: 2px solid #1A72BB; -} - -QToolBox QScrollArea QWidget QWidget { - padding: 0px; - border: 0px; - background-color: #19232D; -} - -/* QFrame ----------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qframe -https://doc.qt.io/qt-5/qframe.html#-prop -https://doc.qt.io/qt-5/qframe.html#details -https://stackoverflow.com/questions/14581498/qt-stylesheet-for-hline-vline-color - ---------------------------------------------------------------------------- */ -/* (dot) .QFrame fix #141, #126, #123 */ -.QFrame { - border-radius: 4px; - border: 1px solid #455364; - /* No frame */ - /* HLine */ - /* HLine */ -} - -.QFrame[frameShape="0"] { - border-radius: 4px; - border: 1px transparent #455364; -} - -.QFrame[frameShape="4"] { - max-height: 2px; - border: none; - background-color: #455364; -} - -.QFrame[frameShape="5"] { - max-width: 2px; - border: none; - background-color: #455364; -} - -/* QSplitter -------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qsplitter - ---------------------------------------------------------------------------- */ -QSplitter { - background-color: #455364; - spacing: 0px; - padding: 0px; - margin: 0px; -} - -QSplitter::handle { - background-color: #455364; - border: 0px solid #19232D; - spacing: 0px; - padding: 1px; - margin: 0px; -} - -QSplitter::handle:hover { - background-color: #9DA9B5; -} - -QSplitter::handle:horizontal { - width: 5px; - image: url(":/qss_icons/dark/rc/line_vertical.png"); -} - -QSplitter::handle:vertical { - height: 5px; - image: url(":/qss_icons/dark/rc/line_horizontal.png"); -} - -/* QDateEdit, QDateTimeEdit ----------------------------------------------- - ---------------------------------------------------------------------------- */ -QDateEdit, QDateTimeEdit { - selection-background-color: #346792; - border-style: solid; - border: 1px solid #455364; - border-radius: 4px; - /* This fixes 103, 111 */ - padding-top: 2px; - /* This fixes 103, 111 */ - padding-bottom: 2px; - padding-left: 4px; - padding-right: 4px; - min-width: 10px; -} - -QDateEdit:on, QDateTimeEdit:on { - selection-background-color: #346792; -} - -QDateEdit::drop-down, QDateTimeEdit::drop-down { - subcontrol-origin: padding; - subcontrol-position: top right; - width: 12px; - border-left: 1px solid #455364; -} - -QDateEdit::down-arrow, QDateTimeEdit::down-arrow { - image: url(":/qss_icons/dark/rc/arrow_down_disabled.png"); - height: 8px; - width: 8px; -} - -QDateEdit::down-arrow:on, QDateEdit::down-arrow:hover, QDateEdit::down-arrow:focus, QDateTimeEdit::down-arrow:on, QDateTimeEdit::down-arrow:hover, QDateTimeEdit::down-arrow:focus { - image: url(":/qss_icons/dark/rc/arrow_down.png"); -} - -QDateEdit QAbstractItemView, QDateTimeEdit QAbstractItemView { - background-color: #19232D; - border-radius: 4px; - border: 1px solid #455364; - selection-background-color: #346792; -} - -/* QAbstractView ---------------------------------------------------------- - ---------------------------------------------------------------------------- */ -QAbstractView:hover { - border: 1px solid #346792; - color: #E0E1E3; -} - -QAbstractView:selected { - background: #346792; - color: #455364; -} - -/* PlotWidget ------------------------------------------------------------- - ---------------------------------------------------------------------------- */ -PlotWidget { - /* Fix cut labels in plots #134 */ - padding: 0px; -} diff --git a/external-deps/qdarkstyle/qdarkstyle/dark/style_rc.py b/external-deps/qdarkstyle/qdarkstyle/dark/style_rc.py deleted file mode 100644 index bca7f720a27..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/dark/style_rc.py +++ /dev/null @@ -1,11392 +0,0 @@ -# -*- coding: utf-8 -*- - -# Resource object code -# -# Created by: The Resource Compiler for PyQt5 (Qt v5.12.10) -# -# WARNING! All changes made in this file will be lost! - -from qtpy import QtCore - -qt_resource_data = b"\ -\x00\x00\x1a\xa6\ -\x00\ -\x00\xdc\x92\x78\x9c\xd5\x3d\x6b\x6f\xdb\x46\xb6\xdf\x0b\xf4\x3f\ -\xd0\x31\xb0\x68\xbb\x96\x6d\xc9\xb2\x63\xab\xe8\x07\x3b\x8f\x6e\ -\x80\x34\x4d\x6a\x77\x8b\x8b\xc5\x85\x41\x49\x94\xc5\x0d\x45\x2a\ -\x24\x15\xc7\x2d\xee\x7f\xbf\x33\x43\xce\x70\x1e\x67\x5e\x7c\xd8\ -\xa9\x81\xa6\xb6\x34\x73\xde\x73\xce\x3c\xce\x9c\x39\xfa\x21\x18\ -\xf5\xf7\xf3\xed\x37\xdf\x7e\x13\xa0\x9f\x3f\x2e\x7f\x7b\xf7\xe6\ -\xdd\xcf\x7b\xc1\xeb\x38\x89\x82\x45\x1e\x85\x65\xb4\x0c\xb6\x79\ -\x76\x97\x87\x9b\x4d\x58\xc6\x8b\x30\x49\x1e\x0e\x83\xcb\x24\x09\ -\x16\xeb\x30\xbd\x8b\x8a\x60\x13\x2e\xa3\x20\x4e\x83\x72\x1d\x17\ -\xc1\x0a\xf7\xbb\x8f\xd1\xd7\xf3\x28\x48\xb2\xa2\xdc\xa3\xa0\x5f\ -\xd4\xc0\xe6\x0f\xa8\x65\x14\x7c\x2a\x8b\xb0\x28\x82\x45\xb6\xd9\ -\xa2\x2e\x79\xf0\xf9\xf8\xf0\xe4\xf0\x98\x36\xbe\x41\x2d\x96\xd1\ -\x2a\x4e\xe3\x32\xce\xd2\x22\x08\xf3\x1a\x45\x14\x3c\xfb\xb4\x0c\ -\xf3\x8f\x45\xf9\x90\x44\x87\x9f\x8a\xe2\xf0\x96\xfc\x5a\x1c\x16\ -\x8b\xa2\x78\x16\x6c\xb2\xe5\x2e\x89\x30\x98\x1e\xa5\x13\xfc\x70\ -\xf4\xed\x37\x47\x3f\x04\x6f\xe3\xbb\x75\x19\x5c\x63\x7c\xc1\x28\ -\xf8\xf0\x12\xd1\x41\xfe\xb8\x5e\x47\x51\xe9\xa1\x8e\x1a\x1e\xa6\ -\xf2\x3a\x8a\x82\x0f\x65\xb0\xcc\x16\xbb\x4d\x94\x96\x21\x66\x77\ -\x56\x49\x61\x14\xac\xcb\x72\x5b\xcc\x8e\x8e\xd0\xb7\x87\x9f\xca\ -\xc3\x38\x3b\xfa\x54\x8e\x4e\x8f\x2a\x86\x31\xce\xc3\x75\xb9\x49\ -\x1c\xdb\x8e\xf2\x68\x15\xe5\x51\xba\x88\xbc\x7a\x45\x5f\xc2\xcd\ -\x16\xcb\xb7\xea\x34\x88\x5c\x7f\x8b\x0a\x24\xbf\x28\x89\xb0\x08\ -\x8a\x4e\x76\x8d\x29\x24\xe0\xca\x38\xbd\x0b\xa2\xcf\x51\xfe\x80\ -\xec\x12\xfd\xba\x8e\x92\x6d\x11\x94\x59\xb0\x4b\xe3\xd5\x43\x50\ -\x71\x18\x84\x8b\x3c\x43\x56\xb8\x8c\x57\x44\x36\x65\x90\x6d\xa3\ -\x3c\x24\x7d\x8b\x87\xa2\x8c\x36\xc5\x10\x2c\xff\x10\xfc\x85\xc5\ -\xbf\x0d\x97\x4b\x84\x69\x16\x1c\x6f\xbf\xfc\x88\x3f\xd8\x84\xf9\ -\x5d\x9c\x36\x7f\xcf\xb3\x7c\x19\xe5\xf2\xdf\x23\x42\xfb\x2c\x48\ -\xb3\x34\xe2\x3f\x8e\x37\xe1\x1d\xff\x71\xb6\x2b\x93\x38\x45\x9f\ -\x1c\xa3\x3f\xff\x0f\xf3\x81\x44\x5d\x6c\xa3\x45\xbc\x8a\x17\x41\ -\x4e\x64\xbe\xca\xf2\x46\xee\x71\x5a\xc4\x68\x28\x7f\xb8\xc9\xb2\ -\xe4\x2a\xcc\x09\xa9\xcd\x1f\x15\xcd\x32\x89\x12\x0f\x14\xcd\x87\ -\x3f\xe2\xe5\x9d\xd7\x98\x80\x7f\x86\x90\x3e\xa5\x8d\xf0\x33\x0f\ -\x17\x1f\xef\xf2\x6c\x97\x2e\x47\x8b\x2c\xc9\x90\xb0\xf7\xc7\x17\ -\x93\x93\xc9\x4b\x59\x01\x41\x91\x25\xf1\x32\xd8\x9f\x9e\x9e\x9e\ -\x9c\x4d\x21\xde\x83\x80\x42\x78\x75\xfc\x6a\xfc\xea\x84\x7c\x54\ -\x20\xe9\x2e\xf0\xa0\x1e\x01\x98\x4e\xa6\x67\xcf\x2f\x26\x52\x3b\ -\x05\x08\x91\x69\x4d\xf4\x6c\x19\x17\xe1\x3c\x41\x6e\xd4\x81\x7a\ -\xfa\xd1\xc5\xcb\xcb\x8b\xab\x53\x3b\x39\x93\xb3\xe9\xf9\xd9\x95\ -\x86\x1c\x06\x44\x20\x67\x16\xa3\x31\x32\xab\x5a\x1b\x88\x62\x8c\ -\x02\x9d\xd7\x19\x1a\xa4\xb3\x3d\x2b\x8c\xf1\xe5\xf3\xc9\xd5\x15\ -\x6f\x63\xbf\x84\x71\xfa\x47\x9c\x2e\xb3\xfb\xce\x2e\xe3\x06\xc7\ -\xae\x70\xf9\xdf\x5d\x81\xc6\x01\x8e\x32\xc5\x36\x89\xcb\x12\xc5\ -\xa5\x3a\xea\x20\x07\xf9\x11\xc5\x35\x4c\xf7\x01\x1a\x62\x65\xf0\ -\x89\xb6\xf8\xf6\x1b\x4f\x27\xba\xbf\x40\x58\xb2\x4d\xfc\x27\xb2\ -\x9d\xd1\xa7\x0d\x62\xe2\x9e\x30\x31\x88\xad\x37\x32\x9a\x21\x35\ -\x6d\x43\xe4\xdc\xd0\x90\xd7\xc9\x98\x33\x6e\xc0\xf4\x39\xd3\x2a\ -\xb6\xe1\x42\x30\x7d\x36\x16\x26\x8d\x1f\x80\x91\x57\x0a\xd7\x92\ -\x70\x76\xfc\xfc\xe2\xfc\x4a\x4b\x82\x60\x04\x5a\x04\x79\xfc\x67\ -\x86\x82\x69\x52\x61\x41\x6a\x2b\xd7\xb3\xe0\x54\xf0\xb2\xa3\x32\ -\xdb\x52\x6a\xd9\x67\xf3\xac\x44\x9a\x69\x3e\xae\x5d\xea\x2e\x4f\ -\xbe\x7b\x36\x3b\x42\xb3\x8d\xdb\x78\x81\xa6\x23\x47\x78\x06\x72\ -\x94\x2f\x8e\x4a\xe4\x1c\xe7\x61\x7e\xcb\x70\xdf\x22\xd6\xc8\x24\ -\xe9\x70\x9b\xde\x3d\xfb\xde\x42\x28\x6d\x5c\x91\xb9\x8e\xf0\xf4\ -\x42\xa1\x33\x89\x56\xa5\x42\x68\x5e\x35\x6d\x4f\x67\x23\x23\x91\ -\x52\x3c\xae\xb0\xcb\xbf\x89\xb7\x5d\x9d\x37\x06\xd7\x69\x68\x60\ -\xaa\xcb\x78\x3b\xc8\xb8\xa0\x3c\x5a\x3d\x16\xe8\xd5\x91\x94\xde\ -\xac\x82\x87\x6c\x87\xc2\xe8\x06\x99\x33\x71\x11\x95\xb9\xe2\xc9\ -\x32\x9a\x43\x94\x0f\x07\x1c\x58\x34\xdd\xc8\xd0\xec\xe3\x3e\xcb\ -\x3f\xe2\xa9\x45\x96\x06\x95\x31\x14\x84\x98\xc6\xd2\x59\xec\x26\ -\x93\x22\x02\xb9\x1e\x58\x07\x24\x54\xaf\xe2\x2f\x78\xc6\x3c\xcf\ -\x50\x8f\x2f\x41\x2d\x9f\x1a\x86\x12\x8d\x1a\x18\x19\x1e\xad\x98\ -\x22\xdc\x7f\x7f\xfc\x7c\x8a\x66\x7e\x9b\xf0\x21\x48\x23\xe4\x6f\ -\xf1\x94\xa8\x88\x82\xdf\x7e\xbe\xba\x24\x90\x98\x19\x5c\xa3\xd9\ -\xe8\xae\xc0\xb1\xbf\x93\xbc\x3b\x9b\x41\x41\xe8\x40\xe6\x3b\x88\ -\x21\x34\x5c\xfe\xc5\x6b\x62\x0c\x46\x7c\x24\x96\xd7\xf1\x17\x34\ -\x6f\xbc\xde\x3e\x60\x5d\xef\x5f\x8c\x27\xc7\x07\xe4\x7f\x63\xaa\ -\x4a\xa6\xf4\x19\xdc\x75\x7f\x72\x7c\x7a\x10\xdc\xaf\x51\xf0\x0b\ -\x98\x03\xa8\xd0\x16\x41\x3d\x40\xb1\x91\xe0\xe0\x58\x34\x1a\x69\ -\x08\xad\xe2\xa6\x48\x6e\x6d\x38\x52\xcb\xc0\x6a\xe6\xcc\x9f\x82\ -\x9c\x03\x73\x09\xee\xa3\xde\x6c\x74\xb9\xc3\xb1\x24\x28\xf3\x30\ -\x45\x71\x05\x2f\x51\x1e\xb0\x55\xa2\xf5\x22\x5a\x2d\x46\x24\x0a\ -\x57\xdd\x6b\x3b\x46\x7e\xef\xe4\x18\xe2\xf6\x6d\x38\x8f\x6a\x67\ -\xea\xa9\xa9\x06\x77\xc9\x7b\xc2\x17\xeb\x68\xf1\xf1\x0a\xb1\xd1\ -\xcd\xd2\x3a\x0f\x81\x05\xa6\x03\x89\x73\x90\x11\xc0\x98\xf4\x98\ -\x52\xf2\x33\x5c\x3a\x15\x98\xd6\x3a\x65\xeb\x0e\xe6\xcd\x6a\xb5\ -\x57\x21\x77\x2a\xce\x18\x58\xcc\x9d\x72\x13\x07\x4a\xd2\x6c\x85\ -\xd6\xc5\x85\xc1\xd4\x19\xed\xbd\xcc\x8f\x25\xe4\x33\xe4\xa3\xd1\ -\xe8\x64\x13\x26\x30\x20\xd3\xa8\x3d\xa6\x7c\xd5\xb3\x8d\x31\xc8\ -\x4f\x03\x72\xb6\x4b\x89\x56\x29\xa9\xb6\x10\x4e\x4d\xe0\x96\xf5\ -\x93\xa6\x18\x46\x1c\xd5\xa4\xeb\x20\xb0\xb4\x22\xe2\xb6\xb6\xda\ -\xa2\xb5\x63\xc1\x44\x2c\x87\x2e\x7f\x46\x6e\x09\x5a\x2f\x76\x44\ -\x35\xb7\x40\x49\x01\x38\x60\x6d\xa7\x26\x77\x25\xb9\xa8\xc8\x45\ -\x41\x3d\xab\xc7\x57\x39\x1d\x55\xd3\x42\x31\xe8\xb7\x08\x05\x87\ -\x4d\x9c\x86\x28\x96\xfa\xa1\x13\xfa\xfa\xe2\x6a\xcb\xa3\x00\xa4\ -\x35\xa7\x46\x23\x10\x5b\x9a\x4c\x4a\x6c\x29\x18\x4d\x4b\x86\x00\ -\x4b\xc1\x41\xf4\x67\xe4\x80\xb7\x5f\x41\x10\xc5\x81\x60\x3b\x54\ -\x10\x65\x4c\x12\x01\xae\xd0\xca\x6a\x74\x5f\x47\x86\x79\x96\x2c\ -\x75\x33\x2c\x65\xc1\x3d\xca\xc3\x65\xbc\x2b\x94\x30\xa9\xac\x00\ -\x49\x2c\x3d\x83\x97\xaf\x7c\xe8\xa1\x84\xcd\x66\x65\x5c\x26\xf5\ -\x30\x29\x76\x73\xa4\xd0\x32\xcf\x92\x11\x5a\x07\x92\x0d\xbd\x0a\ -\xc4\x8f\xd2\xb7\xdb\xac\x20\x3b\xf0\x68\x86\x94\x6d\x03\x1c\xf9\ -\x48\x8b\x2a\x04\xca\x91\x5c\x0c\x8c\xf4\xd3\x7a\xa9\x2a\x37\x26\ -\xf4\x8f\x60\x4a\x5d\xe2\x2e\xb4\x8a\x6f\xa6\x97\xee\xa1\x19\xc0\ -\x2a\x87\xe6\x1e\x42\x9c\x34\xc6\x8d\x48\xd9\xa8\x35\xb7\xa2\x5e\ -\xc0\xdc\xea\x51\x62\xb5\x99\x84\xa1\x62\x35\x84\xb5\x27\xbd\xb9\ -\x6b\xcd\x45\x67\x2e\x1a\x7b\xc4\xe0\x6d\x42\x3f\x48\xf0\xc6\x41\ -\xe0\x37\xe4\xd6\xb2\xab\x1d\xf2\x4f\x69\x97\x38\xd0\x39\x08\x60\ -\xf7\x9a\xcd\x09\x1d\x83\xc4\x01\x9e\xcf\x9e\xd6\x53\x1e\xab\x27\ -\xc0\x64\xe4\xd5\x58\x65\x03\x1c\x99\xd6\x35\x16\xdf\xb6\xe3\xf1\ -\x83\x3f\x75\x81\xc7\x69\x8d\x49\x98\x9a\xf3\x2a\x68\xb5\x6a\x15\ -\x82\x1c\x9f\xac\x5c\x75\x59\x3a\xc2\x88\x7d\x57\x8f\xc4\xec\xb5\ -\xe1\xc8\x86\x83\x79\x37\x6b\x43\xea\xe2\xac\x0d\xcd\x7e\x4e\x15\ -\xa0\x27\x83\xa0\xe3\xb3\x12\xe5\xe7\xfd\x64\x94\x9a\x30\xa5\xc1\ -\x6a\x8e\x54\x6d\x05\xe0\xa5\x5f\x47\xed\x3a\xea\x76\x58\xcd\xb6\ -\xd0\x2b\xac\xd5\xae\x04\xe8\x43\xdc\x2f\x51\xba\xeb\xbc\x5b\xde\ -\x43\x88\xdb\x20\x3a\x86\xda\x2d\xa7\x3c\xea\xbc\x31\x74\x3a\x3e\ -\x91\x42\x93\x79\x83\xd9\xf5\xec\x5c\x3e\x09\xac\x08\x83\x82\x19\ -\x87\x4f\x3a\x87\xa6\x9d\xf8\x0d\x75\xed\xa6\x30\xc7\x11\xef\x9f\ -\x05\x18\xd2\x49\xb8\xd4\xc1\x0c\xdd\x9c\x6b\xe0\x2e\x81\x8a\x10\ -\x61\x14\xaa\x74\xb4\xc6\x05\x2a\x4a\x5a\x7e\x1e\x6b\xe6\x28\x52\ -\x8a\x08\x26\xb8\x87\x1c\xb6\x5e\xc6\xcb\x60\x83\x45\x34\x45\x58\ -\xde\x5a\x89\x72\x99\x3f\xc0\x09\xe5\xf3\xe9\x78\xfa\xba\xd5\x40\ -\x51\x52\x01\xd8\x4c\x44\x8f\x8e\x3b\x97\xd7\x64\xa8\x54\x90\xa1\ -\xa1\x04\xd1\xcc\xdb\x64\x30\xc1\xff\x90\x5f\xce\xf9\x83\xa1\x22\ -\xca\x3f\x47\x64\x0e\x17\x91\xa3\x25\xc6\x27\x3d\x6b\x15\x4f\x4f\ -\xf1\x40\xe7\x46\x15\x27\x63\x99\x40\x69\x9c\x02\x0a\x70\x15\xa4\ -\x3a\xd8\x9c\x7b\x2e\xe8\x12\x41\xdc\x3f\x19\x1f\x83\xb3\x41\x65\ -\xba\x28\xc0\x12\x27\xa4\x22\xc0\x73\x09\x9e\x32\xfd\x9c\x34\x32\ -\x47\x41\x11\x0d\x95\x45\xb2\x2b\xe2\xcf\x38\xe3\x92\x82\xfd\x29\ -\x20\xf1\x8f\x1c\xe9\x91\x51\xc5\x7d\xf7\x5d\x81\x73\x18\x2f\x89\ -\x62\xc8\xda\x12\x9b\x57\xf9\x8a\x42\xf9\xbe\xd6\x12\x82\x0e\x43\ -\x26\xf1\x35\xa8\xd6\x64\xed\x80\x83\xa2\x98\x09\xbc\xf4\x7e\xdc\ -\xe2\x88\x8d\x4d\xae\x5c\xdb\xd3\x59\x96\x6b\xfb\x47\xd9\xe0\x71\ -\x25\x66\xa8\xad\x1e\x33\xfe\x3e\x0f\x68\x9c\x30\x39\x2a\xd5\x4f\ -\xa5\x8f\xb8\x03\xe4\x46\xc8\x30\x07\x39\x66\xdc\x43\x1d\xe9\x78\ -\x60\x1d\xf4\x70\xc7\x87\x0e\x37\xb3\x81\x0f\x7c\x7c\xfa\x0c\x74\ -\xf4\xa3\xd0\xd0\xda\x17\x9b\x37\x2f\x1c\xd0\x68\xc5\xe2\xe3\x80\ -\xfd\x9d\xef\x30\xbb\x18\x2e\x74\x0d\xb2\x91\xa1\x47\xfc\x98\x7b\ -\x19\x56\x2a\x1c\x94\xed\xae\xea\xa7\xdb\xd4\xb0\xd3\xf4\x18\xfb\ -\x1a\x35\x19\xe4\x0c\x6f\x14\xe6\x79\x76\x2f\x5e\x03\x38\x05\x8f\ -\x00\xc7\xae\x79\xa9\x04\xe2\x2d\x81\xce\xf0\x02\x13\x53\x71\xe6\ -\xca\x16\x90\x97\xf3\x02\x4d\xf7\x17\xe5\x1b\x34\x07\xff\x77\x1c\ -\xb5\xcd\x02\xef\x9e\x9d\x85\xb3\xdd\x86\x3a\x58\x56\x98\x24\xf2\ -\x0f\x13\xe4\x7b\xb1\xe7\x05\x57\x7c\xc6\x5d\x95\x16\xa7\xd0\x95\ -\x29\x28\x94\x7c\x78\x8b\x0c\xee\xd5\x32\x2e\xa5\x5d\x06\x8d\x9a\ -\xae\x17\x79\x96\x24\x97\x79\x14\xb6\x52\x54\x67\x35\x85\x35\x1d\ -\x05\xa1\x03\x2d\x11\xc3\x41\x15\xc6\xb1\xab\x5d\x17\xaa\x37\x4d\ -\xbc\x72\x03\x90\x74\xab\x8c\xde\xd3\x0b\x39\xc1\x92\x5b\xd3\xd5\ -\x29\xca\x28\x52\x8f\xaa\x91\x85\x93\x2b\x49\xbf\xc9\x74\x5a\xf7\ -\xd3\x2c\xe9\x55\x5e\x24\xaf\x03\xa7\xd0\x91\xec\xe1\x6e\xda\xa6\ -\x3f\xc3\xe4\xfc\x36\xb4\xd1\xe3\x25\xff\xfc\x41\x89\xd3\xaf\x20\ -\x4f\x9a\xd0\x31\x58\x9e\x34\xe5\x52\xb9\x5e\xc1\xdc\xb5\x98\x8d\ -\x42\x6c\x90\x7c\xc8\x7e\x69\x6f\xe9\x56\x45\x70\xf4\x89\xb7\x2a\ -\xcc\xc3\x8e\x46\x16\x99\x74\x81\x6c\xd3\x0e\xb6\x9b\xeb\x6c\x88\ -\x9b\xad\xc3\x74\x99\x44\x8a\x10\xdd\x6e\xc2\x78\xc9\x0c\x0f\xf8\ -\x9a\xbf\x73\x47\x5a\x2c\x77\x73\xb8\x4b\x11\x94\x22\xf5\xb3\x5e\ -\xe8\x30\x6f\xe3\x4b\xfb\x69\x2a\x24\xab\x09\x38\xcb\xb6\xf1\x9a\ -\xcd\x46\x9a\x97\xa2\x29\x29\x83\x89\x56\xa4\xce\x4a\x46\x5b\xc9\ -\xa2\xc0\x32\x22\x13\x4c\xd9\x72\xb9\xad\x6a\xfe\x3f\x9e\x6c\x8f\ -\x69\xa0\x3a\x0f\xb5\xce\x07\x35\x09\x6b\x04\x9c\xfc\xb5\x92\xed\ -\xe6\xc2\x27\x5b\x51\x58\x9a\xb1\x94\x0f\x6f\xae\x9f\x9c\x59\x71\ -\xc0\x50\x95\x9e\xd4\xea\x3c\x69\xab\xd2\x65\x76\x9f\xf6\xa7\xd1\ -\xea\x1c\xa9\x07\x2e\x8d\x0a\x65\x8d\x5a\xa9\x13\x73\xfc\x64\x8c\ -\xa2\xc6\xf6\x31\xca\x29\xd5\x5f\xa1\x78\x7d\xd7\x9f\x42\x59\x3e\ -\x69\x57\x2e\x21\x85\x42\xcd\x5a\xa9\x14\x53\xf9\xd4\xac\x0e\x34\ -\x3e\x77\xdb\xfe\x94\x59\x66\xdb\x1e\x18\x34\x6a\xb2\xdb\xd0\xdc\ -\x6d\x9f\x86\xc7\xdd\xb6\xda\x39\xe1\x0c\x51\xe4\x0f\xfb\x0c\xa5\ -\x89\x9a\x8e\x20\xde\xf1\x03\xe0\x53\xf1\x68\xa1\xeb\xa6\x45\x7a\ -\xd8\xd8\x2b\x6e\xb1\x70\x75\xb4\x63\xdd\x48\x0d\x5a\x40\x87\x29\ -\x67\xb0\xdd\xe8\x26\x57\x97\xa3\x2f\x25\xd9\x91\xe8\xb6\xe4\xe9\ -\xba\x16\xa3\x55\x36\x46\x55\xc5\x80\x41\x8a\x88\x34\xbc\x3a\xac\ -\x73\xb4\xfb\x40\xea\x4a\xcb\x30\x1d\xae\x14\x48\xf1\xfa\x4d\x25\ -\x59\x2f\x5d\xa1\x07\xf8\xd2\xb5\x88\x1b\xab\xf8\x7d\x12\xc6\x69\ -\x77\x3d\x0f\xa2\x12\x91\xb6\x47\xd6\x8b\x80\xdc\x4f\x39\x62\xd7\ -\xae\x1a\xba\x8e\xff\x8c\x7e\xce\x3b\x17\x10\xe8\xbe\x21\x82\xe8\ -\xb8\xcb\x07\x2a\x20\xc0\x98\x54\x84\x24\x27\x76\x59\xf3\x2e\x6c\ -\xe1\xab\x2a\x0f\x72\x8b\x59\x51\xb3\x0e\xaf\xcb\x10\xef\xdf\x77\ -\xad\xb7\x33\xd4\xdd\x7a\x8e\xb6\xbf\xc0\x0d\x4a\x97\xad\x0d\x38\ -\x67\x50\xa8\x57\xf1\x35\x24\x5e\xd6\x55\x36\x06\xab\x57\xe1\x98\ -\x78\x59\x3b\x10\x9a\x75\x07\xa7\x5b\x32\x3d\xd0\x94\x2f\xf8\xca\ -\x1a\xcb\x9f\xe7\xcb\xba\xd4\xb4\x48\x7b\xa5\x5c\x81\x83\xe7\x13\ -\xe5\x8a\xbd\x4a\xa8\x08\x4b\xb7\x2f\x26\x6f\xd0\xb9\x56\x3a\xc1\ -\x5b\xde\xda\x22\x27\x0a\x56\xb8\x10\x4b\x3b\xa4\x9a\x0a\x30\x0c\ -\xa5\xb5\x4e\x8d\x37\x5a\x7b\x55\x17\x08\x7b\x4f\x3c\x5b\x4b\xdf\ -\x10\xd4\x24\xb9\x6b\xff\x53\x79\x4b\xbb\xa1\x58\x73\x3b\x07\xaf\ -\xc9\x68\xcb\x10\xe9\x02\x66\x9b\x7d\x16\xf5\x70\x6a\x1b\xa7\x1d\ -\xee\xa8\x0e\x7b\x92\x54\xd3\xe6\x30\x9f\x30\x7b\x53\xb8\x92\xcd\ -\x4d\x55\xb7\x11\x0f\xdd\xf1\xf1\xc9\x41\x30\x1e\x8f\xc5\xd3\x24\ -\xf1\x92\xa5\x53\x0f\xb9\x90\x92\x78\x3e\x2c\x5f\x62\x92\xae\x88\ -\xea\x4f\xbb\xb8\xad\x64\x7c\xf2\x5c\x1f\x6d\x2d\xe9\x81\xd6\xf8\ -\xf8\x82\xcb\x07\x94\xc4\x87\xd7\x49\xb0\xc5\x51\x41\x0a\xb9\xa3\ -\x7c\xb1\x2b\x75\xb5\x57\x91\x68\x5c\x28\x72\x7b\x72\x35\x43\xf5\ -\xe1\xb8\x69\x0f\x1f\x70\xda\x6a\x23\x04\x9c\xc0\x62\x12\x3a\x56\ -\x41\x40\x0d\xd8\xe1\x86\x66\xc9\x2b\xa5\x71\x8f\xc6\xc0\xe1\x2f\ -\x15\x26\x5b\x75\x1e\x28\x63\x88\x5b\x91\xd2\x08\x61\x6c\x94\xad\ -\x56\x6e\x79\x2a\x2e\x7b\x16\x52\xb2\xeb\xb9\x0b\x0b\xfc\xd6\xbc\ -\xf7\x56\x02\x0c\x9b\x2c\xba\x1f\xcd\xda\x2a\x8d\xb5\x32\x38\x32\ -\xb4\x9f\xd2\xda\xaa\x7b\xe0\x46\x53\x6b\x76\x30\x20\x3b\xe2\xf6\ -\x37\x4c\xe6\xc6\x35\xf3\x34\x38\xdb\x26\xb6\x8f\xc9\x09\x5b\x3d\ -\x9e\x46\x27\x6c\x2d\xc3\xf0\xf9\x33\x26\xc3\xed\x17\xfb\x79\x7f\ -\x0d\xcf\x6b\x11\x29\x77\xee\xb8\x8c\xec\x35\x96\x22\x78\x2f\xdf\ -\x5c\xbf\x7f\x7b\xf9\x3f\xd7\x5d\x01\x53\x78\xbd\x10\xc7\xc1\xab\ -\xab\x57\x75\x86\xd7\x79\x19\xb3\xca\xc3\xcd\x20\x15\x94\xf9\xfa\ -\x5c\xbd\xd4\x5d\x15\x5d\x89\x61\x92\x58\x19\x28\x41\xef\x75\x85\ -\xd9\xed\xde\x8e\x9a\xfc\x82\xb7\x52\xae\xd0\x98\x2d\xa2\x4e\xab\ -\xd2\xbf\x4b\xca\x13\xcf\xee\x10\x93\x54\xc3\x81\x3b\x87\xba\x95\ -\x66\xcd\x34\x28\x57\xd7\xad\x34\xd0\xe3\x0b\xfe\xb3\x3d\xe8\x43\ -\xea\x1d\xa5\x8f\xc1\x44\x53\xed\x9e\x5f\x55\x5e\x27\xdc\xae\xe3\ -\x45\xd1\x21\x03\x12\xff\x0c\x62\x18\x02\x6d\x8f\x6c\x19\x3c\xee\ -\x27\x33\x0d\x81\x88\xa6\x46\x08\xf7\xe1\x1e\xf8\x29\x67\x1d\xc2\ -\xe7\xfe\xe6\xf1\x22\x4c\xa2\x14\x4d\x24\x3a\x6e\x10\x0e\x62\x1e\ -\x12\x6d\x56\xa6\x8c\xa2\x16\x81\xf5\x50\x08\x90\xc4\xe4\x17\x2f\ -\xdf\xed\x36\xf3\x6e\x6e\x7c\x20\xe9\x35\xb4\x79\xb0\x28\x87\x44\ -\x0a\xa3\x27\x79\xbd\xc7\x2f\x45\x20\x13\xed\xb8\x1d\xdb\x39\xf0\ -\x6d\x6b\x3a\x86\xda\x8e\xe5\xf9\x7c\x34\xbf\x16\x04\x25\x8a\x14\ -\xa3\x30\x89\xef\xd0\x64\x67\x81\x16\x8e\x64\x51\x58\x1f\xe1\x34\ -\x14\x3d\x81\xb7\x73\x26\x6d\xb6\x58\xef\xd2\x8f\x2e\x69\x70\x5a\ -\x5a\xc1\xd1\xaf\xe2\xb0\x4b\x81\xab\x77\xef\xe5\xd5\x07\x98\xfc\ -\x5f\xfd\x7e\x73\xf3\xeb\xbb\xce\x6b\x93\xe1\x16\x27\xef\x77\xc5\ -\xba\x7b\xf9\xa6\x1e\x06\x36\xa2\x63\xc0\xf2\x4d\x1c\x9b\x3a\xab\ -\x69\x35\x70\x95\x25\x8b\x63\xd9\xa1\x86\x1e\xbb\x39\xb7\x1a\xb6\ -\x60\xdd\x7e\x0e\xab\x78\xb5\xcb\x21\x91\xd6\x9f\x75\x1d\x4e\x3b\ -\xc7\x40\x4d\x02\x6f\x8e\x3d\xe8\x31\x6c\x68\x30\x4a\x94\xce\xe6\ -\xb4\xdf\xd3\xe9\xd9\xf9\xf3\x4b\x53\x84\xe6\x40\xd9\xca\x0c\xe8\ -\x89\x70\xa1\xdc\x85\x82\x19\xae\x95\x31\x92\xaa\x0d\x00\x1b\x96\ -\xb5\x8c\xbd\x76\x2c\xd5\xd2\x95\x2f\xe3\x30\xc9\xee\x2a\xd4\xa4\ -\xc6\xb3\x3c\x3a\x71\x19\xfe\xa2\xd8\x45\x38\x48\x4c\xf1\x75\x96\ -\xf3\x60\x14\x5c\xe3\xdc\x9b\x30\x09\x16\x61\x11\x05\xd9\x4a\xe8\ -\x55\xbf\x70\xb3\x24\x80\x8b\xaa\x5e\x79\x5d\x61\xfc\xf7\x37\xf5\ -\x11\x06\x9f\xae\x2e\x55\x2c\x69\x8e\xb2\x9e\xd6\x09\x92\x43\xb4\ -\xe1\x9c\x20\xc7\xe6\x13\x3b\xc1\xfa\xb4\x29\xe2\x8c\xa8\x40\x0a\ -\x4b\xb2\x7b\xf2\x22\xd8\x0e\x8f\x86\x2c\x4d\x1e\xe8\x2b\x2d\x2f\ -\xa3\x24\x7c\x88\x96\xef\xb3\xed\x6e\x8b\x9f\x02\x8b\x9a\xda\x13\ -\x1e\x50\x48\x25\x1d\xc2\xbf\x1d\x50\x0d\x27\x2e\x54\x30\x6f\xd2\ -\xa2\x0c\xd3\xb2\x82\x81\x0c\x0d\x26\x4e\x3e\x24\x7d\x4c\x3f\xcf\ -\x61\x7d\x34\x3f\xaf\xe2\x7c\x5a\x3f\x0f\xd0\xd3\xd5\x65\x03\x20\ -\x3d\x5d\x37\x00\xa1\x93\x0b\xe7\xe0\xf5\xc8\x5c\x7b\xa6\x7a\x62\ -\xe6\x3f\x5b\x3c\x96\x7e\x41\x43\xe9\xa7\x67\xc7\xcf\xfe\x97\x05\ -\x85\x5f\xf1\x28\x5c\xc9\x43\x4e\x3c\xa1\x16\x5e\xd0\x31\x01\x1e\ -\x43\x80\x65\x17\x01\xc3\x3e\x76\x01\x5e\x07\x55\xe1\xb0\x10\x9a\ -\x0a\xba\x01\x80\x8e\x80\xe4\x87\xe2\x1c\x8e\x05\xf9\xa3\x3c\x13\ -\xfa\x09\x24\x1c\xc1\xf1\x79\x48\x1d\x90\x84\x26\x5d\x4c\x19\xec\ -\xf2\xe1\xa2\x63\xa1\x51\x0d\x6e\xd7\x73\x34\x33\x10\xc8\x9d\xf8\ -\x03\x93\x26\x5b\x9d\x6e\xa1\x80\x27\x95\x41\x40\x8e\x60\x8f\x69\ -\xb8\x25\xb5\x95\x50\x70\x0a\x83\x62\x1d\xaf\x4a\x7e\x8e\x44\x90\ -\xd7\x1a\xad\x8c\x68\xc4\x65\x85\x5c\x93\xe6\x71\x89\x7a\xce\xd1\ -\xbf\x60\x70\xab\x78\xe2\x0a\x09\xf4\xcf\x8f\x09\x67\xbb\x43\x57\ -\x5d\x61\xfb\x17\xd9\x66\x13\xa6\xcb\xb7\x71\xfa\xb1\xcb\xac\x70\ -\x98\xad\x55\x85\x36\x8d\x97\xd6\x95\x21\xec\xba\x55\x65\x79\xdc\ -\xb2\xde\xb3\x95\xa9\xb4\xce\x05\x64\x72\xb5\x5b\x91\xbd\x8a\x13\ -\x2f\x34\xde\xbd\xff\xfd\xe6\x1a\xad\x2f\xde\xfd\x1a\xbc\x7e\xf3\ -\xea\xed\xcb\x96\x9b\x35\x83\xed\xd0\xbc\xc0\x55\x28\xbe\x82\x67\ -\x16\x06\xad\x86\xc1\x98\xd4\xb9\x53\xfb\xb5\x68\xd7\x17\x39\xbd\ -\x52\xd6\x90\x02\x84\x6f\x82\x9f\x82\x93\xb3\x1f\x83\x69\xf0\xcf\ -\x60\x7c\xf6\xc3\x24\xc0\xcf\xfc\xb2\xfb\xf9\x01\x4e\x4c\x6f\x16\ -\x14\xd5\x3b\xca\x24\x89\x0d\x97\x40\x64\xc5\x19\x4e\x2e\x9a\x36\ -\x75\x66\x2d\xc9\xb6\xdb\x6f\xd2\xed\xf8\xfb\xbf\xe3\xc3\xd3\x68\ -\x23\x13\xc3\x32\xf7\xf0\xa3\xca\x72\xba\xdc\xfe\xf8\x64\xd2\xa0\ -\x80\x52\xf7\x2c\x5d\xb8\xa5\xf2\xf3\x53\x8a\x44\xed\x72\xcc\x31\ -\xf2\x2e\x8a\x96\xd5\x77\x75\x59\x8a\x26\xbe\x8d\x44\x0c\xcc\x43\ -\x54\x0a\xd7\x14\x42\xf1\x32\x81\x3a\x73\xc9\xb8\x1f\xee\x66\x1e\ -\x36\xe2\x2c\xd3\x6c\xfb\xc1\x8c\x01\x74\x97\xbc\x1a\x13\x5c\x56\ -\x53\x06\x00\x2c\x15\x5b\xa0\x50\x7a\x79\x6e\x8b\xc2\xf2\x9a\x27\ -\xb1\x5e\x5e\x29\x4a\xac\x17\x8d\x87\x6d\xb4\x6d\xaf\xff\xee\x68\ -\x76\x72\x2c\x33\x11\xa3\x89\x7b\x7a\x10\x9a\x06\x1d\x86\x20\x5f\ -\x8d\xaa\x8d\xad\x70\xa5\x61\x9b\xa7\x03\x99\xb7\x3b\x9f\x1c\xe0\ -\x7f\x4f\x03\x34\x1f\x08\x7e\xf9\x0d\xff\x7e\x4e\xbd\xc6\x3f\xc4\ -\xed\x89\xe6\x07\xbe\xb4\x50\xfd\x10\xec\xf4\x8f\x7f\x48\xa3\xa6\ -\xf9\x51\x53\x7c\x64\x91\x31\x70\xf4\x57\x50\x34\xb8\x0e\x6c\x2b\ -\xa9\x2c\xf3\x6c\x3b\xc2\xd3\xcc\xf6\xbb\xa9\x62\xb6\x31\xbc\x16\ -\x32\xac\xfa\x14\x8a\x58\x92\xe2\x23\xa5\x49\x42\xa8\xd1\x10\x3d\ -\x08\xe0\x6f\xd8\xab\x56\xd0\x97\x9c\x3f\x68\x9b\x56\x49\xae\x55\ -\x21\x11\x75\x3d\xf5\x1f\xf5\x71\x87\x8d\xd0\x31\xcc\xed\x2c\x02\ -\x5a\xeb\xc2\x81\x12\x3b\x55\x07\xdb\x7b\x21\x75\xb3\x19\x02\x83\ -\x14\x65\xbc\x18\x6c\xb9\xea\xc5\x7d\x4b\xad\x68\x0a\xae\x26\x8c\ -\x47\xc3\x12\x3d\xfa\xcb\xc4\xee\xd4\xd4\x36\xdc\x81\x18\xe5\xea\ -\xb3\x39\x9a\x3f\x3e\x39\x26\xbb\x60\x07\xe7\x22\x10\xa7\xbb\xe0\ -\xee\x5c\xf5\xa0\x72\x80\xa2\x16\x7c\x59\x4b\x36\xc1\x8f\xdc\x18\ -\x75\x45\xbd\xa1\xec\x1d\x29\x93\xa3\x73\xb5\xa6\x83\x89\x53\xc7\ -\x52\x4e\x56\xf9\x4b\x73\x1e\x3d\x78\xbf\x3a\x42\x22\x18\x83\xcd\ -\xf7\x2d\xc7\x63\x22\x49\x4f\x29\x9a\x6b\x36\x75\x94\x61\xab\x4a\ -\x4c\x24\x17\x8d\x56\x5b\xec\xe6\xfc\x3b\x87\x24\xbc\x8f\x1a\x21\ -\x3a\x86\x49\x6a\x13\x4a\x4a\x9a\x17\x14\xc6\xeb\x69\x0d\x24\x3c\ -\xbf\x74\xbd\xa7\xe6\xd7\xdb\xe7\x36\x1b\x91\xed\xac\xd2\xae\x83\ -\x79\x6b\x36\x2f\x74\x69\x7c\x35\xb5\x7d\xac\xc7\x18\xac\xae\x97\ -\x49\x18\x20\x2f\x57\xc1\x7a\xe9\x96\xb9\xa6\x5c\x31\x35\xfd\xf5\ -\x26\x9c\xff\x11\x77\xba\x19\x4f\x7e\xba\x1f\xd9\x87\xf3\xaa\x16\ -\xc8\x08\x79\x01\xf2\xe7\x60\x37\xc5\x31\xc7\x86\x0b\xf7\xc6\x25\ -\xaf\x7c\x3b\x9b\xc1\x12\x9e\x61\xe3\x36\xa4\xce\xe9\xde\x8e\x29\ -\x3f\x9e\x42\x99\xcd\xb6\x61\x1a\x69\x2d\xc1\xa1\xa4\xa1\x34\x05\ -\x60\x84\x2c\xb3\x1d\x32\xfb\xba\x1b\x4d\xf3\x20\xc8\xee\xe3\x72\ -\x1d\x6c\x1f\x3e\x95\xa7\xf0\x1b\xf4\x20\x89\x76\xe3\x33\x4f\x15\ -\xc5\x08\x50\xdb\x61\x0f\x25\x0a\xfe\x66\x76\x88\x38\x46\xcb\xb4\ -\x97\xd9\xe2\x23\xb5\xa2\x5a\x0c\x44\xaa\x38\x49\x77\x8b\x82\xe1\ -\xc3\x68\x99\x87\xf7\x57\x61\x11\x49\x77\x0b\x6d\xda\xd7\xd6\x92\ -\x60\x67\x59\x95\x83\x26\x5b\x93\x74\xb7\x01\x67\x66\x54\x5b\xb4\ -\xf3\x07\xfc\x4d\x30\x62\x1b\x96\xf8\xa4\x0b\xbb\x7b\xee\xe4\x8a\ -\x90\x3b\x9b\x2d\x92\xac\x88\xea\x73\x3d\x90\x23\xb1\x89\x68\xe1\ -\xe2\x75\xc8\x63\x91\x74\xca\x9b\x63\x0d\x10\x82\x45\xbe\x60\x0f\ -\x50\xc0\xd6\xc8\x36\x52\x7d\x4e\xc4\x78\x1a\xc0\x9a\xe5\x20\x82\ -\x3a\x4b\xc0\x85\x16\xaf\x97\x08\x04\x6a\xea\x9e\x1a\x7a\x90\x95\ -\x6b\xd0\xa3\x6f\x98\x4b\xdb\x63\x83\x1e\x6f\x41\xb1\x48\xea\x67\ -\xf6\x04\x12\x03\xd4\x65\x00\x29\x2c\xcc\xf0\x3c\x87\x82\xe6\xef\ -\xba\x6a\x18\x83\xdb\xf3\xb6\xc9\xa6\x3f\x27\x8d\xeb\xb2\x24\x45\ -\xbb\x84\x0c\x46\x40\x0d\xde\x87\x66\x5d\x17\x81\x6c\x32\xe1\x1b\ -\x88\x66\xe2\x32\x7c\x28\x86\x3b\x08\xf4\xd6\x33\xc2\x81\x28\xae\ -\xa0\xfb\x90\xac\xe9\x21\xd0\x5c\xb9\xce\x81\x48\xc6\x0a\xdc\xf3\ -\x35\x65\xb5\x83\xcd\x96\x2d\x8f\xd1\x5a\x6b\x4a\x03\x86\xe9\x45\ -\xb5\xb6\x8f\xd1\x9a\xfb\xa4\x9a\x68\xd1\x8b\x66\x4d\x0f\x8b\x3d\ -\xf7\x49\x73\x05\xdd\x8b\x68\x5d\x17\xb3\x45\xf7\x49\xb4\x60\xa0\ -\xae\x86\x0c\xda\xef\x04\x24\x50\x7d\xee\xde\x6e\xa2\x1e\x96\xa9\ -\x1a\xa4\x91\x0c\x71\xd9\x6c\x33\x3b\x67\x6b\x03\xd4\x65\x24\x03\ -\xca\x26\xd3\x5b\x85\xbb\xfd\x40\xc6\x6e\x24\x84\x7f\xd7\x19\xb4\ -\x0d\xb3\x45\xb8\xac\x32\xc0\x17\xa4\xbd\x36\x22\xc0\xed\x12\xdd\ -\x46\x88\x54\x69\xc7\xec\x67\x1d\x8a\x86\x48\xbb\x21\xf8\xfb\xea\ -\x51\x19\xcd\x82\x11\x9c\xc4\x38\xce\x75\x5c\xb2\x5b\x0d\x13\xa0\ -\xd3\x8b\xcb\x57\x17\xc3\x31\xd3\x78\x29\xd3\x1c\x5d\xd3\xda\xbe\ -\x8b\x62\x8c\x87\x4d\x23\xb6\x72\x2e\xb6\x0f\xb8\x35\x5a\x2f\x1f\ -\x55\xbf\xee\x5f\x3c\x3f\x3b\x23\x53\xe0\xfd\xc9\xf4\x04\xdc\xf1\ -\x3a\x81\x0d\xed\xc4\xe8\x97\xac\xde\xc8\x18\x14\xcd\xcf\xd3\x3e\ -\xdd\x38\x31\x94\xc1\x99\x82\x4d\x20\x43\x01\x86\x9b\x75\x32\xed\ -\x3e\x87\xf6\x18\x0e\xca\xc4\x5a\x19\x0b\xdd\x18\x75\x98\x56\xd9\ -\x06\x05\xdc\xc1\x63\x5c\x28\xd3\xad\xa7\x19\x14\xb8\x93\x25\x30\ -\x7a\x84\x05\xd0\x56\xe1\x31\x20\x04\x4d\xc9\xda\xe5\x21\x20\xde\ -\xca\x72\x76\x88\x26\x23\xe1\x53\xd6\x74\xa6\x2e\x2c\xa9\x5c\x97\ -\x5e\x1e\x66\x0e\xac\xc7\xa8\xa1\x5b\xa7\xd0\x36\xfb\x84\x9a\x7b\ -\x58\x27\x30\xb5\x06\xec\x73\x19\xaf\x56\x11\xa9\x1c\x36\x8f\xd6\ -\xe1\xe7\x38\xcb\x71\xd5\x4d\x96\x15\x28\xcc\x8e\xe4\xd7\xb8\xeb\ -\x8f\x85\x92\x5b\xca\x5c\xc8\x36\x57\xfa\xaa\x4d\x13\x76\xb1\xae\ -\x6e\xd8\x66\x9c\xe2\xe2\xd9\x79\x95\xed\x61\x9e\xea\xd2\x5b\x6f\ -\x9d\xf2\xca\xc7\x66\x9e\x60\x7b\x0f\xfb\x54\x17\x51\x6d\xcd\xb3\ -\x82\x24\x5b\x27\xff\x29\xcf\x2d\x7f\xf9\x12\xde\x53\x56\xae\x2d\ -\x72\xa7\x14\x27\x67\x0e\x05\x69\xdd\x1e\x1e\x04\xd0\x19\xb7\x38\ -\xa1\x86\xf6\xd1\x63\x43\x65\xd0\xb3\xbe\xb9\xf3\x1d\x14\x15\x0e\ -\x71\x6b\x75\x86\x55\x94\xea\x97\xe3\xb6\x4e\x3e\x89\x59\xc2\xbb\ -\x1b\x4e\x94\x19\x77\x0a\xac\xbd\x7c\x69\xd3\x3d\x99\x09\xa1\xe3\ -\x1e\xd0\xf4\x90\x1f\xd0\xcb\x87\x48\xa0\xe4\xad\x15\x8d\x87\x08\ -\xa1\x6e\xde\xe4\x69\x84\x88\x8f\xcc\x2a\xfc\x9d\xcf\x6e\x07\x39\ -\xdc\xe2\x64\x43\x38\x66\xd7\xcb\x34\xc7\x99\xfd\xbf\xfd\x58\xc6\ -\x65\x12\xcd\xc3\x7c\x54\x9d\xa0\x60\x01\x9b\xaa\x35\x37\x39\xad\ -\x5c\x6a\x26\x83\x91\x66\xf9\x26\x4c\xda\x00\xa9\x6f\xea\x33\x71\ -\xa0\x28\x83\x81\x32\x0f\x7c\x55\xdd\x1c\x23\x37\x1e\xf0\xf9\x5a\ -\xf5\x2d\xbe\x04\x21\x9d\xc6\xd2\xe9\x33\xab\x38\x2e\x3f\x7c\xd0\ -\x64\x57\x5b\xfd\x26\x4f\x8e\x7a\x2e\x87\x99\x1a\x61\x82\x4c\xf7\ -\x05\x4d\x05\xfd\x39\x02\x6a\x4b\xd7\x5d\xa2\x32\x1e\xfd\x55\x7f\ -\x76\x38\xf8\xd3\xb1\xd9\xeb\x99\x9e\x16\x49\xdf\x87\x75\x3c\xa2\ -\x55\x92\x85\xe5\xdf\x5f\x69\x08\x19\x62\xca\x91\xcf\x16\x5a\xab\ -\xe0\x5b\xd5\x26\x60\x69\xa3\xb6\x1a\x0f\xa8\x37\x92\xdc\x90\x47\ -\x11\x7d\x11\xb8\x28\xab\xdf\x6e\xb0\x57\xf7\xab\x49\xd8\x3d\xb9\ -\x01\xd1\xf1\x19\xa1\xec\x9c\xe0\x56\x94\x3d\x80\x29\xb1\x04\x2a\ -\x38\x43\xa4\x57\xd4\x32\x9f\xcd\x91\x19\x2f\xd6\x42\x3d\x49\xe9\ -\x2b\x4d\x16\x63\x0b\x3f\xaf\x40\x0e\x0b\x34\x28\xe7\x28\xf4\xdd\ -\x15\xb3\xbd\x70\xf9\xdf\x2c\x4e\x8b\x51\x73\xcf\xa3\x8e\x5d\x36\ -\x33\xab\xa0\xdd\xe2\x08\x5a\x21\xe4\xef\x9d\x9b\x50\x76\xc5\xb8\ -\xc9\x72\x3b\xc6\x3d\x8c\x72\xb1\x8e\x93\x25\x92\x48\xf5\x57\x6f\ -\x04\x44\xe9\xd2\x89\x63\x0d\x7a\xe2\x4f\x21\x95\x57\x5f\x88\x5d\ -\xf9\x9e\x10\xad\xce\x0f\xc7\xd7\xb4\x57\x38\x2c\x16\x92\x6d\x6b\ -\xcc\x30\x07\x00\xe9\x6a\x8f\xbe\x09\xc7\x18\x1c\x0c\xdb\x28\xf3\ -\xa6\xd0\xab\xa7\xe4\x7d\xdc\xbc\x20\x68\x38\xe3\xc6\x4f\xdc\x5a\ -\xaa\xcd\x42\x6f\x41\x33\x06\x68\xa6\x98\xbb\x4d\x56\xdf\xee\x3a\ -\x20\xe9\x9f\x55\x00\xd1\x7c\xcd\xa2\x8a\xe6\xfb\x17\x59\xb2\xdb\ -\xa4\x9a\x06\x6e\x0c\x90\xc6\xf3\xec\xcb\x6d\xdd\xcb\x9d\x7e\x55\ -\xba\x40\x1b\x22\x13\x4b\x1b\xba\x9f\x60\x96\x47\x8d\xce\xd2\xa8\ -\xc2\x67\x69\xc4\x21\x34\x49\xb8\xc1\x68\x6c\xc5\x50\x1a\x5b\x71\ -\x38\x8d\x5a\x6b\x90\x9a\x9b\x31\xac\xe6\x66\x5e\xf3\x1f\xd9\x16\ -\x9c\x2d\x7a\x97\x5a\x6c\x5a\x68\x00\xca\x49\x68\x01\xf3\xc4\x9a\ -\x78\x72\xc3\xfa\xf9\x70\x62\xb4\xee\xa6\x95\xc9\xbe\x9b\x56\x16\ -\x0b\x97\x91\x5a\x9b\x19\xad\x1c\x44\x6b\x96\xb9\xc5\xd2\x01\xc4\ -\x96\x76\x56\x6b\x07\x50\xdb\x1a\x5a\x2c\x5e\x41\xde\xd6\x4a\x9c\ -\xad\x1e\xfd\x16\xa1\xd5\xfe\x26\xc6\x77\x60\x75\xda\x50\x1a\x81\ -\x92\x53\x5a\xc1\x3c\x0a\xcd\x3c\xf9\x13\xfa\xfa\x72\x67\x1c\x0d\ -\x62\x4b\xd3\x88\x10\x5b\x5a\x46\x05\x44\x80\x53\x53\xe3\xe8\xd0\ -\x92\x60\xd7\x8b\x65\x94\x68\x88\x70\x68\x6b\x1d\x2d\x1a\x32\x5c\ -\x1a\x5b\x46\x0d\x48\x48\x17\xcb\x32\x8e\x1e\x5e\x29\x82\x6c\x44\ -\x02\x5d\xae\xf3\x78\x17\xee\xb9\xcb\xe3\x25\x5e\x72\x19\xde\x10\ -\x04\x4f\xef\xa9\x19\xb3\xad\x62\xde\xb0\xf8\x0f\x1b\x45\xf3\x9f\ -\x72\x62\xef\xe1\xb6\x12\xa3\x86\xad\x7f\x79\x6a\xf8\x0f\x1b\x6a\ -\xf8\x4f\x39\x6a\xba\x5f\x38\x6a\xa8\x51\x47\x1c\x60\xfe\x90\x25\ -\xfa\xbd\xa9\xdb\x78\x14\x5c\x7e\x00\x76\x1f\xd2\x37\xfc\xe8\x93\ -\xbe\x12\x06\x04\xf7\x9d\x5d\x20\x20\x39\xec\x8c\x31\x5c\x94\xf1\ -\x67\x39\x1e\x68\x5a\xc8\xe4\x01\x4d\x14\x32\xa5\x36\x5d\xc9\xdd\ -\xb3\xd3\xbb\xe7\x40\xf0\x9e\x0b\xc5\x7b\x3c\xc9\x50\x71\x2d\x80\ -\x8b\xe7\xd3\xf1\xf4\xb5\x8e\x0b\xf9\x24\x58\x65\x02\x68\x21\xf3\ -\x00\x34\x51\x58\x00\x8f\x90\xd9\x31\xc8\xb1\xce\xe9\x38\x30\x84\ -\x89\x79\x91\xe5\x69\x94\xd3\x93\xa6\xa2\xba\xb0\xe6\xeb\x05\x85\ -\x17\xd6\x0c\x55\x81\xc4\x22\xbf\xff\x8a\x42\xf4\x6d\xc7\xd7\x54\ -\x7a\xd8\xcc\x5c\x13\x3a\x06\xdb\x3f\xe4\xd8\xb4\x9e\x46\x73\x7b\ -\xe3\x06\xb1\x4a\x7b\xe4\xe2\x06\xba\xb6\xae\x64\x43\x87\x57\xe5\ -\x5b\xbb\x9e\x15\xf0\x56\x33\xf2\xaa\x73\x57\xb1\xc5\xbf\x7a\x80\ -\xcf\x84\xc9\x87\xa4\x2a\x4d\x7d\x56\xc1\xa7\x7f\x01\xb4\xcc\x94\ -\xaa\x02\x42\xd2\x8b\x70\xf8\xc0\x52\x5e\xc4\x4f\x7d\x2e\x21\x2b\ -\x35\x60\xa4\x8c\x76\x0b\x85\xb3\xd9\x2a\xce\x0b\x9c\x1c\x64\x6d\ -\x88\x0b\x21\x8f\x32\xf1\xb2\xa7\xb5\x04\x8d\x0d\xaa\x68\x20\x9a\ -\x19\x01\x08\x44\xac\x38\x30\xa8\x8c\xe5\x17\x15\x5d\x44\xcc\x6a\ -\x02\x98\x05\xdc\x34\x03\xc5\xab\x7d\xcb\xd1\x05\xb3\xb7\x6c\xe5\ -\x2a\x41\xe4\xea\x7c\x56\x44\x41\x11\x95\x25\xd9\xaa\xfd\xae\xa2\ -\xeb\x88\x64\xd1\x1c\x55\xc9\x35\x47\xf2\xb8\xfb\x1e\x53\x8b\x22\ -\xe0\x7c\x77\xd7\x5c\xa0\xe3\x47\x74\x85\xa2\xe9\x46\xb2\x30\xb9\ -\x0a\x7a\x6e\x7e\x82\xed\x11\x5b\x72\x7c\x3c\x53\xd4\x5a\xbf\xdc\ -\xc8\x4b\x92\xbe\x43\xea\xe3\xf7\x9e\x94\x1f\xf9\xf9\x53\x56\x1b\ -\xff\xe9\xab\x4f\x92\xd2\xf8\x03\x15\x9f\xa4\x2c\xf2\x3e\x44\x2e\ -\x47\xa3\xfe\xad\x1f\x90\x35\x3c\x69\xe1\xa1\x05\x3c\xd1\x27\x6c\ -\xd5\x80\x9a\xeb\xac\xc3\x3c\x47\xd4\xf1\x22\x04\x47\xa5\x9b\xbb\ -\x11\x7a\x58\x97\x67\x6a\x89\x7a\xe0\x4a\x95\x41\x72\xda\x0b\x91\ -\x0e\x03\x12\x42\x25\x55\x13\x12\x50\xc9\x57\x8d\x5a\xa2\xd0\x18\ -\x94\x88\xc2\x63\x99\x0d\x80\x51\x32\x07\x9b\x5e\xda\x2b\x27\x13\ -\xfd\x8a\xb5\x1e\x42\x1f\xae\x49\x31\xd4\xcb\x3c\x0a\x59\x69\x09\ -\xa1\xc4\x84\x7d\x78\xd9\xd8\xc0\x4e\xe9\x35\x7e\xca\xf4\xeb\x79\ -\x52\x55\x03\xa3\xfa\xba\xea\x36\xc2\x45\x11\x9c\x5a\x2e\xa3\x32\ -\x8c\x93\xa2\x69\x5b\x94\x48\x24\x58\x5b\xab\x24\xbb\x3f\x5c\x64\ -\x9b\xa3\x4f\xbb\xa8\xc0\x61\xbe\x38\x1a\x4f\x4f\xcf\xc7\xd3\x8b\ -\x73\x0c\x86\x23\x79\x95\xe5\xa3\x35\xd9\x03\xfa\xdc\xec\x04\x0d\ -\xe1\x3b\x91\x32\xbe\x5b\x66\xe5\xf7\xc1\x61\xad\x93\xba\xd0\xe4\ -\x74\x8c\xeb\xd9\x4e\xce\xc8\xbf\xd5\xbd\x0a\xda\x82\x37\x39\xd8\ -\xdf\xe8\x1c\x18\xae\x71\x99\x05\x44\x54\xcd\x94\xe2\x5f\xb8\xb0\ -\x0c\xf4\x27\x31\x96\x1a\xe9\x7f\x48\xa7\xeb\x75\xb8\xe5\x5f\x14\ -\x70\x20\xc2\xb0\x04\x81\x40\x4f\x29\xe8\x4d\xf8\x85\x25\x9c\x3b\ -\xa4\x35\x69\x12\xde\x20\x14\xa7\x3c\x8a\x7a\x4e\xd0\x1e\x03\x29\ -\x89\xb8\x4d\x62\x92\xcc\xd7\xcd\x1e\x3a\x0f\xa6\xa2\xa6\x63\x90\ -\x18\xcf\x98\x74\xf0\xcb\x2c\x55\x51\x29\x48\x62\xaa\x79\x4e\x31\ -\xd0\x82\x60\xbe\xcb\x6f\xf5\x12\xaa\x9e\x8e\xb1\x07\x1d\x96\x92\ -\xc5\x52\x68\x06\x7a\x8b\xeb\x58\xe9\xf2\xa8\x6d\x62\x89\xdd\xcf\ -\x2d\x5d\x8c\x48\x73\x65\x05\x97\xb8\x9a\x13\x2f\x6c\x38\xa2\x6a\ -\xc8\x05\x12\x8f\xc3\x92\x94\xa0\x3a\xa8\x7e\xbd\x89\x37\xad\xea\ -\xae\x0d\x93\x78\xac\xa1\x8d\x48\xc2\xb5\xb4\x79\xaf\x25\xc9\x68\ -\xc9\xb4\x15\xb9\x6b\xa1\xa9\x94\x06\x96\x68\x33\xf6\x90\x2f\x5a\ -\x7a\x2d\xc5\xb9\xeb\x94\x63\xde\xe6\xa9\xf4\xaa\xe2\xb2\xbc\x00\ -\x5b\x55\x84\x66\xe0\x9a\x22\xbe\x32\xd8\xaf\xa6\xbc\x2f\x47\x2b\ -\x5b\xb8\xab\xc4\x3e\x76\xe5\x5f\x88\xaa\x46\x39\xca\x37\xec\xd6\ -\x0b\xf4\x25\x3d\x67\xd5\xb1\x04\x28\x5d\x07\x1b\x6c\xd0\x43\x65\ -\x61\x46\xb8\x5a\x7e\x5d\x1e\xd0\xba\x7a\xf7\x0e\x0b\x3b\xcf\xe9\ -\x92\x87\xc5\x63\xef\x48\xe9\xfa\x1a\xdf\x1b\xe7\x69\xeb\x5c\xbf\ -\x50\x00\xd6\xa5\xe8\x3e\x92\xda\xfb\x24\x2b\x3b\xbe\xc0\x4d\x7e\ -\x86\x90\x1a\x47\x1b\xdd\xc8\x7b\x8d\x26\xe7\x8b\x5d\x19\x24\xe1\ -\x3c\x4a\x0a\xfc\xa0\xdd\x16\x35\x22\x37\xe9\xa6\xda\x32\x7a\xff\ -\x0f\x59\xf9\x35\x4a\ -\x00\x00\x04\xd0\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x04\x82\x49\x44\x41\x54\x58\x85\xe5\ -\x97\x5d\x88\xd4\x65\x18\xc5\x7f\xe7\x9d\xf1\x2b\xa9\x34\x24\xac\ -\x5c\xab\x25\xfb\x58\x2a\x05\x75\x56\x89\x3e\x34\x51\xd2\x74\x77\ -\x6b\xdb\x88\x22\x41\x14\xa5\x8b\x2e\x82\x4a\x4b\xda\xa2\x32\xbb\ -\x09\xac\xd0\x8a\x20\x04\xaf\xcc\x76\x56\xcd\xed\x03\x0a\xbd\x08\ -\x9d\x5d\xcd\x36\x48\x8a\xc0\xd0\x56\xb7\x0c\x04\x25\xd3\x6c\xe6\ -\x3d\x5d\xcc\xec\x38\xe3\xce\xae\x3b\xd6\x9d\xe7\x66\xf8\x3f\xff\ -\xe7\x3d\xe7\xbc\x5f\xff\xe7\x19\xb8\xd4\xa1\x6a\x92\xa7\xb7\xbb\ -\x26\x91\xa3\xd1\xf2\x1c\x8b\x1a\xcc\x04\x41\x00\x8e\x20\x7a\x8c\ -\x76\x29\x47\x3a\xd3\xac\x9f\xff\x57\x03\x33\xd3\x4e\x45\x7b\x2d\ -\x30\x6b\x88\xa4\x5d\x39\x69\x55\x57\x93\xbe\xfa\x4f\x06\xa6\x6e\ -\xf6\x95\xc9\x64\xdc\x00\x7a\xac\x10\xea\xc5\xde\xee\x10\x3e\x53\ -\x8e\x83\xc3\x23\xbd\x7f\x27\x89\x8e\x8c\x97\xb8\x41\x8a\x73\x41\ -\x0d\xc0\xf5\x05\xf6\x0e\x82\x96\x64\x1a\xf4\x7b\xd5\x06\x66\x6e\ -\xf5\x4d\x31\xe7\x6d\xc0\x6d\x40\xaf\x50\xeb\xc8\xb1\x7c\xb4\x73\ -\x96\xb2\x83\x4e\xa9\xd5\x21\x35\x85\x47\x65\xbf\x06\xd4\x4a\x1c\ -\x8e\xd6\xa2\xce\x87\xd4\x3d\x64\x03\xd3\xb6\xb8\x36\x11\x9c\x01\ -\xc6\x01\x5b\x19\xa9\x27\x33\xf3\x75\x72\x50\xe1\xf3\xf0\x40\x87\ -\x47\x1c\x3f\x13\xd7\x83\x96\x60\x4e\x05\xeb\xee\xdd\xcd\xda\x7f\ -\x41\x03\xf5\x1d\xbe\x82\x33\xde\x0d\xd4\x81\xd7\x65\xba\xc3\x33\ -\xbc\xa2\x58\x8d\x78\x11\xb6\xea\xdb\x59\x89\xbd\x06\xe8\xc9\x5a\ -\xa9\x7d\x0f\xab\xb7\x34\x25\xd9\x6f\xd0\xdf\xf1\x5d\x50\x9d\xcd\ -\xf6\xce\xef\xfb\x8b\x4f\x6f\x77\x4d\x88\x71\x29\xd2\x7c\xcc\x44\ -\x20\x62\x0e\x81\x76\x64\xe1\xc3\x32\x01\xc9\x19\x7b\x6d\x2a\xed\ -\x5a\xa1\xa5\x49\x79\x13\xf6\x1c\x24\x57\x5c\x81\xd4\x16\x4f\x53\ -\x70\x97\xe1\x8f\x5c\x56\x93\xf6\xb5\xe8\x44\xf1\x65\xab\x43\xfd\ -\x14\x9e\xc7\x7e\x09\x18\x59\x79\xc6\x9c\x92\xf4\xc2\x9e\x26\xde\ -\x29\x15\xa9\xdb\xec\xe1\x97\x27\xdd\x0d\xdc\x4a\xd4\x82\x4c\xb3\ -\x3a\xfa\xde\x85\xd2\xf1\x4a\xf8\x0d\x80\x60\xbd\xda\x4f\x7c\x72\ -\xdc\x58\x58\xca\xca\xe2\xf9\xe9\x8c\x36\x5e\x37\x23\x1d\xd7\x63\ -\x17\x27\x77\xa0\x45\x67\x85\x5e\xcc\x2b\x7a\x6d\xe9\xbb\xa2\x81\ -\xa9\x9f\xf8\x1a\xcc\xfd\xc0\xf1\x93\x39\xde\x2f\xe5\xad\x9f\xcc\ -\x6a\xd0\x13\x98\x21\xc1\x68\x45\x7d\x3b\x4f\x97\xc6\xf6\x34\x91\ -\x06\x7e\x04\xee\x48\xa5\xb9\xb3\x9f\x81\x64\x60\x21\x20\xe4\x1d\ -\x07\x5a\x74\xb6\x2f\x3e\x6d\x8b\x6b\xc1\xab\x0b\x33\x1c\x3a\xa2\ -\x5f\xbf\x6b\xab\xaf\x2d\x3e\x4b\x96\xbd\x0d\x20\x38\x36\xf5\x33\ -\x80\xe3\x7d\xf9\x9f\xf0\x79\x29\x4f\x22\x11\x9f\x02\x86\x55\x21\ -\x5d\x10\x64\xf4\x3f\x91\x65\x65\x9e\x14\xbe\x00\xb0\x34\xbb\xbf\ -\x01\x54\x53\x18\xf8\x4b\x19\x91\xb5\xa0\x6a\xf1\xa2\x07\x3f\x58\ -\xfa\x1c\xc4\xc1\x3c\x27\x13\x2a\x18\xc8\x07\x83\x38\x77\x8d\xf2\ -\x87\xa5\xf6\x62\x0d\xd8\x85\x4f\x72\x01\x63\x47\x14\xb8\xc5\x75\ -\x7d\x07\x31\x54\x18\x77\x0e\x2f\xa3\x0b\xe6\x0c\x02\x41\xe2\x02\ -\xdc\x65\xe4\x47\x00\x1c\x19\x5f\x8c\xbc\xa2\x68\x38\x74\xb1\x06\ -\x80\xc3\xa5\x0f\x27\x4e\x17\xb9\x8f\xf6\x7d\xe0\x4a\x0c\xf8\x57\ -\x00\x07\x6e\x2c\xa3\x90\x3b\xb8\x48\x88\xf2\xb1\xb9\x73\xdb\xd9\ -\xd3\x17\x2b\x1a\xb0\xc3\x4e\x80\xe0\x38\xaf\x8c\x44\xe1\x3d\xe0\ -\x62\x6a\xc1\xd9\x98\x0c\x1f\x96\x3b\x8a\x73\x0b\x6a\x5f\xf7\x33\ -\x30\x2c\xc9\x76\x00\xa3\x05\x53\xdf\x77\xf1\xda\x65\x1a\x75\x00\ -\xf9\xed\x6a\xd5\x2d\xad\xe9\x5c\xa4\x73\x37\xca\x16\x68\x11\x40\ -\x54\x48\xf7\x33\xf0\x4d\x83\x8e\x02\x5f\x03\xe3\x86\x5d\xcd\xd2\ -\x52\xb2\xec\xb1\xf0\x1c\xa2\x8a\xad\xf0\xc7\x9d\xdf\xf1\x6a\x69\ -\x64\x46\x1b\x0b\x81\x3a\xe0\x87\xae\x46\x8a\xbd\x41\xd9\x09\x8f\ -\xd6\xca\xbc\x59\xb7\xd6\x77\xf8\x8a\xbe\xf8\xbe\xe5\xfa\x27\x7b\ -\x4c\x8d\xe0\x75\x0c\xbe\x1d\x59\xe1\x35\x13\xb3\xe1\xb1\xd2\x2a\ -\x5a\xb7\xd9\xc3\xad\x7c\x9d\x51\xd0\xaa\x01\xab\x21\x40\xaa\x2d\ -\xb7\x49\xe8\x71\x60\x6b\xa6\x5b\x0f\x9d\x5f\x8e\xa7\xb5\xf9\xf6\ -\x04\x71\x05\xd6\x7c\xc4\x44\xc0\x86\x43\xc2\x9f\xe6\x12\x61\xc3\ -\xde\x06\xfd\x54\xbe\x18\x56\x7d\x3a\x6e\x00\x2d\x07\x76\x66\x9a\ -\x34\x7b\x50\x03\xf9\x3e\xd0\x7b\x80\x5b\x8d\xdf\xea\xec\x0e\xcf\ -\x0e\xd4\x90\x3c\xb2\xd9\x09\x80\x8f\x5b\x94\xab\xb8\x1e\xb6\x52\ -\xed\x3c\x2b\xfb\x4d\xe0\x68\x32\xa1\xe9\x85\xad\x2e\xa2\x62\x79\ -\x29\xf4\x83\x19\xe0\x2a\xa0\x6d\x54\x56\x8b\x77\xb6\xe8\xcf\x8a\ -\x22\x03\x20\xdf\x03\xc4\x77\x41\xcb\x80\xbf\x1c\x75\x6f\x67\xb3\ -\xf6\x9e\x9f\x37\x60\x7d\x4b\xb5\xf9\x66\xe1\x6d\xc0\x2d\xc0\x11\ -\x4b\xad\x97\x8d\x61\xe3\x50\x9a\xd2\x19\x53\x68\x76\xbe\x29\x9d\ -\x04\xf4\xc8\x6a\xd8\xf3\xb0\xbe\xad\x94\x3e\x68\x81\x9d\x92\xf6\ -\x98\x11\x8e\x1f\x80\x1e\x29\x84\x7a\x6c\x6f\x0f\x89\xf0\x59\x2e\ -\xcb\xc1\x64\xa4\xf7\xf4\x30\xe2\xa8\x1c\xe3\x73\x70\x7d\x08\x71\ -\x9e\xf3\x6d\x79\xdf\x07\xe7\xcb\x98\xd5\xe2\xae\x16\xfd\x36\x90\ -\xc6\x90\x2a\x7c\xaa\xcd\x33\x85\xd7\x02\xf7\x0c\x25\xdf\x62\xbf\ -\xd0\xca\x4c\x93\xbe\xbc\x50\x6e\x55\x7f\xcd\x66\xa4\x7d\x83\x23\ -\x8d\xc8\x73\x80\x1a\xf2\x15\x34\x01\xf4\x20\x7a\x40\xbb\x42\x8e\ -\xf4\xee\x66\xfd\x58\x0d\xef\xa5\x8d\x7f\x01\x53\xeb\xdb\x78\xb8\ -\xf8\xe0\x36\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\x89\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x3b\x49\x44\x41\x54\x58\x85\xed\ -\xcd\xb1\x11\x00\x10\x10\x05\xd1\x4f\x21\x28\x45\xa2\x6b\x33\x5a\ -\x31\x14\x72\x22\xa1\xf4\x12\xfb\xa2\xcd\x56\x02\x00\xe0\x77\xe1\ -\xc6\x5c\x7b\xc8\x54\x7d\xb6\xd6\x4b\x4e\x4d\x92\xa2\xcf\x10\x00\ -\x00\xe0\xed\x00\x5a\x36\x07\x04\x97\xc1\x22\x16\x00\x00\x00\x00\ -\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\xa6\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x58\x49\x44\x41\x54\x58\x85\x63\ -\x60\xa0\x00\xdc\x7f\xf8\xb8\xe1\xfe\xc3\xc7\x0d\x94\x98\xc1\x44\ -\x89\x66\x6a\x80\x51\x07\x8c\x3a\x60\xd4\x01\xa3\x0e\x18\x75\xc0\ -\xa8\x03\x06\xdc\x01\x2c\x14\x9b\xf0\x9f\xc1\x81\x92\x2a\x79\x18\ -\x84\x00\x23\xc3\x01\x45\x79\xd9\x06\x72\xb5\x0f\x78\x08\x8c\x3a\ -\x60\xd4\x01\xa3\x0e\x18\x75\xc0\xa8\x03\x46\x1d\x30\xe0\x0e\x00\ -\x00\xe6\xf7\x0c\x89\x70\x77\x76\x17\x00\x00\x00\x00\x49\x45\x4e\ -\x44\xae\x42\x60\x82\ -\x00\x00\x03\xa2\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x03\x54\x49\x44\x41\x54\x78\x9c\xed\ -\x9b\xbd\x4f\x53\x51\x18\x87\x9f\xb7\x85\x58\x07\x8d\x9d\x18\x24\ -\x3a\xcb\xa0\x24\x92\x36\x6e\x98\x28\x0c\x1a\x91\x26\xc8\x20\x09\ -\xff\x81\x71\x53\x18\x24\x9a\xf8\x11\x27\x3f\xfe\x02\x12\x17\x31\ -\x82\x18\x1d\x44\x13\x9c\x34\x25\x98\xa0\x03\xce\x12\x1c\x70\xb0\ -\xc4\xc5\x1a\xa4\xaf\x83\x17\x73\xef\xed\xad\xd2\x9e\x7b\x7b\x40\ -\xce\xb3\x9d\xf7\x9e\x9e\xfe\xde\xdf\x3d\x5f\x69\xcf\x01\x87\xc3\ -\xb1\x93\x91\xcd\x54\xea\x9e\xd5\x96\x72\x89\x33\x15\x2a\x83\x82\ -\x74\x29\xec\x17\xd8\x95\xb4\xb8\x7a\x50\xf8\x21\xf0\x59\xd1\xf9\ -\x14\xa9\x87\x99\x2c\x4f\x5f\x1f\x97\x9f\xff\xfa\xdc\x3f\x0d\xc8\ -\x4f\xea\x49\xd0\xbb\xc0\xa1\x58\x94\x36\x8f\x45\x90\x8b\xc5\x82\ -\xbc\xfc\x5b\xa5\x54\xcd\x27\xaa\x92\x7b\xac\xa3\xa0\x33\x6c\xbf\ -\xe4\x01\x3a\x40\x67\xf2\x53\x3a\x82\x6a\xcd\x17\x5d\xd3\x80\xdc\ -\x24\x23\x22\x7a\x3d\x19\x6d\x4d\x44\xf5\x46\xfe\x09\x97\x6b\x3d\ -\x8e\x74\xc6\xeb\xf6\x33\xa1\x70\x49\x45\xae\x90\xe6\xf9\xc1\x32\ -\x4b\x8f\xce\xc9\x7a\xac\x42\x0d\x19\x98\xd0\xf4\xa7\x0c\x07\x58\ -\xe7\x94\xa8\x5e\x03\xb2\xc1\x1a\xd2\x13\x35\x1c\xaa\x0c\xe8\x9e\ -\xd5\x96\xef\x25\xfd\x80\xbf\xdb\x0b\xaf\x48\xc9\x50\xb1\x4f\x56\ -\x62\x57\x9e\x00\xf9\x69\x6d\xa3\xa2\x0f\x50\x4e\xf8\xc2\x8b\xbb\ -\xb3\x72\x24\x3c\x31\x56\x0d\x81\x72\x89\x33\x04\xc7\xfc\xd7\xb4\ -\xca\xf9\xed\x92\x3c\x40\xb1\x4f\x56\x48\xc9\x10\x50\xf2\x85\x3b\ -\xbc\xdc\x02\x54\x19\x50\xa1\x32\xe8\x2f\xab\xc8\xd8\x9b\x82\x7c\ -\x89\x5f\x66\xb2\x14\xfb\x64\x45\x54\xc6\xfc\xb1\x70\x6e\x10\x61\ -\x80\x20\x5d\x81\x40\x9a\xe7\xb1\xab\x6b\x12\x95\x56\x9e\x05\x23\ -\x72\x34\x5c\xa7\xca\x00\x85\xfd\xfe\xf2\xc1\x32\x4b\x71\x0b\x6b\ -\x16\x11\xda\xdb\xc3\x75\x22\x7a\x40\x70\x87\xb7\xd5\x66\xfb\x7a\ -\x08\x6b\x8f\xda\xbd\xd6\xde\x08\xed\x10\x9c\x01\xb6\x05\xd8\xc6\ -\x19\x60\x5b\x80\x6d\x9c\x01\xb6\x05\xd8\xc6\x19\x60\x5b\x80\x6d\ -\x9c\x01\xb6\x05\xd8\xc6\x19\x60\x5b\x80\x6d\x5a\xe2\x68\x24\x3f\ -\xa5\x3d\xa8\xde\x06\x0e\xb3\xc9\xff\x1a\x0c\x50\xe0\x3d\x22\x97\ -\x8a\xfd\x12\xfe\xdd\xb2\x6e\x8c\x7b\x40\x6e\x52\x87\x51\x7d\x01\ -\x1c\x21\xf9\xe4\xf1\xbe\xa3\x13\xd5\x17\xb9\x49\x1d\x36\x6d\xcc\ -\xc8\x80\xce\x29\xdd\x27\xe8\x7d\x53\x11\x8d\x22\xe8\xbd\xce\x29\ -\xdd\x67\xd2\x86\x91\x01\x19\x38\x06\xec\x31\x69\xc3\x90\xbd\x9e\ -\x86\x86\xd9\xf1\x93\xa0\x91\x01\x65\x78\x0b\x7c\x8b\x49\x4b\x23\ -\x7c\xf3\x34\x34\x8c\x91\x01\x0b\xfd\xb2\xaa\xc8\x05\x93\x36\x4c\ -\x50\xe4\xc2\x42\xbf\xac\x9a\xb4\x61\x3c\x04\xe6\x0a\x32\x8e\x48\ -\x2f\xb0\xc0\xef\x25\x2a\x69\x36\x96\xc1\xde\xb9\x82\x8c\x9b\x36\ -\x16\xcb\x3e\xc0\x5b\x8f\x8d\xd7\x64\x1b\xb8\x49\xd0\xb6\x00\xdb\ -\x38\x03\x6c\x0b\xb0\x8d\x33\xc0\xb6\x00\xdb\x38\x03\x6c\x0b\xb0\ -\x8d\x33\xc0\xb6\x00\xdb\x38\x03\x6c\x0b\xb0\x8d\x33\x20\x1c\x50\ -\xf8\xe1\x2f\x0f\x4c\x68\xba\x79\x72\xe2\x25\xac\x3d\x9c\x1b\x44\ -\x1f\x92\xfa\xec\x2f\x7f\xca\x70\x20\x7e\x69\xcd\x21\x42\xfb\x72\ -\xb8\x4e\x44\x0f\xd0\xf9\x40\x60\x9d\x53\xf1\xca\x6a\x1e\xa9\x35\ -\x4e\x07\x23\xfa\xae\xaa\x4e\x75\x20\xf5\xd0\x5f\x16\xd5\x6b\xf9\ -\x69\x6d\x8b\x5b\x5c\xd2\xe4\xa7\xb5\x4d\x45\xaf\xfa\x63\xe1\xdc\ -\x7e\xc7\x42\x64\xb2\x3c\x05\x3e\xfa\x42\x59\x2a\xfa\x60\x3b\x99\ -\xf0\xe7\xb0\x74\xf0\xc4\xf8\xa2\x97\x5b\x80\xba\x8e\xcb\x8b\xca\ -\x58\xa5\x95\x67\x5b\xf9\xb8\x7c\x6a\x8d\xd3\xde\x9b\x6f\xec\xb8\ -\xfc\x06\xb9\xc7\x3a\xfa\x5f\x5c\x98\x00\x10\x19\x2d\xf6\xcb\xcd\ -\xa8\x47\x35\xf7\x01\x73\x05\x6e\x22\x32\x9a\x9c\xaa\xa6\xa0\x20\ -\x23\xc5\xb3\xdc\xaa\x55\x61\xb3\x97\xa6\xee\x00\x1d\xb1\x4a\x4b\ -\x9e\x4d\x5d\x9a\xaa\xfb\xda\x9c\x77\xe4\xbc\x7d\x2b\x5e\x9b\x03\ -\x96\x41\xdf\xd5\x73\x6d\xce\xe1\x70\xec\x6c\x7e\x01\x43\x8d\x07\ -\x87\xbb\xe6\x3f\x9a\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\ -\x82\ -\x00\x00\x05\x27\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x04\xd9\x49\x44\x41\x54\x78\x9c\xed\ -\x9b\x4f\x68\x14\x57\x1c\xc7\xbf\xbf\x99\xd1\x42\xd3\x22\x76\x85\ -\xdd\x90\xa2\x87\xc6\x43\x45\xb0\x24\x5b\xf6\xe0\x65\xa1\xb5\x17\ -\x6d\x2e\x6d\x6a\x4b\x55\x3c\x84\xac\x8d\x36\xe6\xd2\x82\x81\x66\ -\xb2\x81\x62\x6b\x2f\xd9\x60\xc4\xb5\x81\x16\x1a\x5a\x34\xf6\x12\ -\x22\x94\xb4\x87\xa0\xbd\x2c\xd9\x78\x90\xba\xbd\xd8\x83\x21\xd6\ -\xac\x10\x45\x30\x48\xc2\xce\xfc\x7a\x48\x5e\x3b\xbb\x3b\xbb\x3b\ -\x9b\xf9\x9b\x66\x3f\xb0\x87\x79\xf3\x9b\x79\xbf\xf9\xee\xf7\x37\ -\xf3\x66\x78\x0f\x68\xd0\xa0\xc1\x56\x86\xac\x04\xc5\x55\x55\x59\ -\x5e\x0c\x75\xe8\xc0\x51\x02\x45\x01\x6e\x01\xf0\x82\xcb\xb9\xd5\ -\xcb\x0a\x40\x0f\x18\x9c\x95\x80\xab\x4d\x91\xa5\xc9\x99\x64\xb2\ -\x50\xeb\xa0\x9a\x02\x44\x13\x17\x0f\x81\x39\x05\xe2\xd7\x9d\xc9\ -\xd3\x1b\x18\xc8\x11\xa4\xbe\x6c\xfa\xcc\xaf\xd5\xe2\xa4\x2a\xa7\ -\xa0\x68\xf7\x48\x3f\xa0\x4f\x6f\xb6\x8b\x07\x00\x02\xf6\x01\xfa\ -\xf4\x9b\x89\xd4\x39\x80\x2b\xfe\xd1\x72\xa5\x1d\xd1\xee\x50\x3f\ -\x08\x5f\xba\x93\x9e\x97\xd0\x5b\x2d\xd1\xcc\xca\xdf\x73\xbf\xfc\ -\x6e\xba\xd7\xac\x31\x9a\xb8\x78\x08\xd0\xa7\x4b\x9a\x9f\x80\x30\ -\x20\x15\xe8\xc6\x9e\xa7\xe1\xf9\x89\x89\x0f\x34\xc7\x73\xb5\x41\ -\x67\xe7\x35\xf9\xfe\x8e\xfc\x6e\x5d\xe1\xc3\x60\x0c\x01\xd8\x59\ -\x1c\x21\xbd\x63\x56\x0e\x65\x02\xc4\x55\x55\x79\xf6\x70\xd7\x9d\ -\x22\xdb\x13\x7e\x93\x0b\xfa\xb1\xcc\x58\x5f\xde\xf9\xd4\x9d\x27\ -\xd6\x35\x1c\xd6\x14\x69\x1c\x8c\xb7\x45\x1b\x03\xb9\x97\x23\x4b\ -\x07\x4a\x6f\x8c\x65\xf7\x80\xe5\xc5\x50\x47\x49\xcd\x3f\x5e\xc5\ -\xb6\x8f\x37\xcb\xc5\x03\x40\x66\xac\x2f\x2f\x17\xf4\x63\x00\x9e\ -\x88\x36\x02\xf6\x2d\x2f\x86\x3a\x4a\x63\xcb\x04\xd0\x81\xa3\x45\ -\x0d\x04\xf5\xce\xe5\x4f\x1e\xb9\x91\xa8\x9b\x64\xc6\xfa\xf2\x0c\ -\x56\x8d\x6d\x65\xd7\x06\x13\x01\xd6\x9e\xf3\x86\x80\x02\xdd\x70\ -\x3e\x3d\x6f\x90\x35\x69\xca\xb8\x4d\x40\x7b\x69\x8c\xc9\x63\x90\ -\x5b\x8c\x5b\x7b\x9e\x86\xe7\x9d\x4e\xcc\x2b\x4c\x72\x7f\xb5\x34\ -\xc6\x6c\x1c\x50\x34\xc2\x0b\xda\xdd\xbe\x1e\x4c\x72\x2f\x1b\xbd\ -\x56\x19\x08\x6d\x0d\x14\xbf\x13\xb0\x42\x5b\xcf\x68\xab\x54\xd0\ -\x06\x40\x78\x6f\xbd\xe9\x3a\x33\x86\xe6\xae\xf4\xfe\x65\xf7\xdc\ -\x81\x77\x40\x2c\x91\xda\x2b\x69\xda\x4d\x10\x8e\x03\x78\x71\xfd\ -\x77\x82\x08\xb7\xda\x7a\x46\x5b\xed\x9e\x3f\xd0\x02\xc4\x55\x55\ -\xd1\x98\x7e\x02\xd0\x6c\xb2\xbb\x59\xd2\xb4\x2f\xec\xf6\x11\x68\ -\x01\x9e\x3d\x0c\x7d\x0e\x2a\x7f\x74\x19\x78\xdf\x6e\x1f\x81\x15\ -\x20\x7a\x2a\xb5\x1f\x84\x41\xb7\xfb\x09\xa4\x00\x71\x55\x55\xa0\ -\xd3\xf7\x00\xb6\x55\x8b\x23\xa2\x09\xbb\x7d\x05\x52\x00\x0b\xd6\ -\x07\x80\x55\x89\xf9\x82\xdd\xbe\x02\x27\x80\x55\xeb\x13\x78\x30\ -\x93\xee\xcd\xd9\xed\x2f\x50\x02\x58\xb5\x3e\x80\x6c\x53\xe4\xf1\ -\x37\x4e\xf4\x19\x28\x01\xac\x5a\x9f\x74\xe9\xa4\x95\x0f\x9e\x56\ -\x08\x8c\x00\xf5\x58\x7f\xf6\xdb\x33\x77\x9d\xea\x37\x10\x02\xf8\ -\x61\x7d\x81\x23\xef\x02\xed\xdd\x23\xaf\x11\x61\x00\x62\x60\xc2\ -\xf8\x59\x57\xe4\xa1\xdb\x97\x4e\xdf\xb3\x72\xbc\x1f\xd6\x17\xd8\ -\x76\x40\x5b\xcf\x68\x2b\x11\x6e\x01\x38\x01\x31\x56\x27\x1c\x97\ -\x34\xed\x66\x2c\x91\xda\x5b\xeb\x78\xbf\xac\x2f\xb0\x2d\x80\x54\ -\xd0\x06\x50\x61\xac\xae\x81\x7e\x8c\xab\x6a\x45\x97\xf9\x69\x7d\ -\x81\xfd\x7b\xc0\x7f\xaf\xa8\x66\x44\x97\x17\x5f\xf9\xac\xd2\x4e\ -\x3f\xad\x2f\x70\xfd\x26\xc8\xa0\xc1\xe8\xa9\xd4\xfe\xd2\x76\xbf\ -\xad\x2f\x70\x42\x80\xeb\x35\xf6\x6f\x07\xd3\x77\xc6\x52\x08\x82\ -\xf5\x05\xb6\x05\x90\x81\xaf\x01\xac\xd6\x08\x2b\x2a\x85\x20\x58\ -\x5f\x60\x5b\x80\x4c\xba\x37\x07\x46\xb2\x56\x9c\x28\x85\xa0\x58\ -\x5f\xe0\xc8\x3d\xe0\xa5\xe6\xa5\x0b\x60\xcc\xd5\x08\xdb\x0e\x96\ -\x7e\x60\xa6\x71\x04\xc0\xfa\x02\x47\x04\x98\x49\x26\x0b\x90\xf8\ -\x24\x6a\x96\x02\xbf\x41\xc0\x81\x1a\xa7\xf3\xc4\xfa\x02\xc7\x9e\ -\x02\xd9\xcb\x67\xff\xb0\x52\x0a\xb5\xf0\xca\xfa\x02\x47\x1f\x83\ -\x16\x4b\xa1\x1a\x9e\x59\x5f\xe0\xa8\x00\xd6\x4b\xc1\x14\x4f\xad\ -\x2f\x70\x7c\x20\xb4\xd1\x52\xf0\xda\xfa\x02\x57\x46\x82\x1b\x28\ -\x05\xcf\xad\x2f\x70\x45\x80\x3a\x4b\xc1\x17\xeb\x0b\x5c\x7b\x17\ -\xb0\x5a\x0a\x7e\x59\x5f\xe0\xea\xcb\x90\x85\x52\xf0\xcd\xfa\x02\ -\x57\x05\x98\x49\x26\x0b\xba\x22\x7f\x08\xc0\x6c\x92\xc5\xbc\x2e\ -\xcb\x1f\xf9\x65\x7d\x81\xeb\xaf\xc3\xb7\x2f\x9d\xbe\x27\x6b\x38\ -\x48\xe0\x29\x00\xcf\x01\x3c\x27\xf0\x94\xac\xe1\xa0\xd5\x4f\x66\ -\x6e\xe2\xc9\xfc\x80\xcc\x58\xef\x02\x80\x77\xbd\xe8\xab\x5e\x02\ -\xf1\x55\xd8\x4f\xcc\x04\x58\x31\x6e\x74\x76\x5e\xab\x38\x9d\x36\ -\xe8\x98\xe4\xbe\x52\x1a\x63\x22\x00\x3d\x30\x6e\xdd\xdf\x91\xdf\ -\xed\x68\x56\x1e\x62\x92\xfb\x42\x69\x4c\x99\x00\x0c\xce\x1a\xb7\ -\x75\x85\x0f\x3b\x9c\x97\x67\x68\xb2\x7e\xc4\xb8\xcd\x28\x7f\x24\ -\x97\x09\x20\x01\x57\x8b\x1a\x18\x43\xb1\xae\xe1\xb0\xe3\xd9\xb9\ -\x4c\xac\x6b\x38\x4c\xa0\xa2\x81\x58\xd9\xb5\xc1\x44\x80\xa6\xc8\ -\xd2\x24\x98\xfe\x34\x34\xed\xd4\x14\x69\x7c\x33\x89\xf0\xef\x64\ -\x69\xc3\x8c\x71\x06\x72\x4d\x91\xa5\xc9\xd2\xd8\xba\xa6\xcb\x33\ -\x58\x95\x35\x69\x2a\xc8\xd3\xe5\x35\x59\x3f\xb2\xfe\xcf\x6f\x6c\ -\xba\xbc\x20\xda\x3d\xf2\x3f\x59\x30\x01\x10\xb8\x7f\x36\x7d\xf6\ -\xbc\xd9\xbe\x8a\xe3\x80\xec\x95\x4f\xcf\x13\xb8\xdf\xbd\xb4\x3c\ -\x81\x99\xe9\xdc\x6c\xba\xf7\xab\x4a\x01\x96\x16\x4d\x31\xf4\xe1\ -\xb5\x35\x38\x9b\x07\xab\x8b\xa6\x36\xb0\x6c\x0e\xed\x58\x9b\x75\ -\x1d\xc0\x65\x73\x58\x60\x60\xae\x9e\x65\x73\x0d\x1a\x34\xd8\xda\ -\xfc\x03\xf8\xad\xf2\xfb\x1a\x49\x36\xd6\x00\x00\x00\x00\x49\x45\ -\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\xf6\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\xa8\x49\x44\x41\x54\x78\x9c\xed\ -\xd0\xb1\x0d\x80\x30\x00\xc4\x40\xc2\x1e\x11\xec\x3f\x15\x88\x41\ -\x42\xcb\x06\x47\x61\x77\x5f\xbd\xe5\xb1\x21\xae\xfb\x59\xdf\x7d\ -\x1e\x73\x08\x8f\x5d\x9c\xfe\x89\x02\x68\x01\x4d\x01\xb4\x80\xa6\ -\x00\x5a\x40\x53\x00\x2d\xa0\x29\x80\x16\xd0\x14\x40\x0b\x68\x0a\ -\xa0\x05\x34\x05\xd0\x02\x9a\x02\x68\x01\x4d\x01\xb4\x80\xa6\x00\ -\x5a\x40\x53\x00\x2d\xa0\x29\x80\x16\xd0\x14\x40\x0b\x68\x0a\xa0\ -\x05\x34\x05\xd0\x02\x9a\x02\x68\x01\x4d\x01\xb4\x80\xa6\x00\x5a\ -\x40\x53\x00\x2d\xa0\x29\x80\x16\xd0\x14\x40\x0b\x68\x0a\xa0\x05\ -\x34\x05\xd0\x02\x9a\x02\x68\x01\x4d\x01\xb4\x80\xa6\x00\x5a\x40\ -\x53\x00\x2d\xa0\x29\x80\x16\xd0\x14\x40\x0b\x68\x0a\xa0\x05\x34\ -\x2f\x70\x51\x04\x80\x66\x61\x99\xa8\x00\x00\x00\x00\x49\x45\x4e\ -\x44\xae\x42\x60\x82\ -\x00\x00\x01\x98\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\x4a\x49\x44\x41\x54\x58\x85\xe5\ -\xd6\x3f\x4a\xc4\x40\x14\xc7\xf1\xef\x4b\x16\xbd\x81\x5b\x78\x02\ -\xd7\xca\x2a\x60\xb7\xf1\x00\x0b\xf1\x40\x7a\x22\x21\xd8\x08\xc2\ -\x6e\x27\xa4\x5e\xff\x9c\xc0\x42\x2b\x0f\xb0\xe1\x59\x84\x28\xc4\ -\xc4\x99\x97\x9d\x89\x85\x53\xce\x3c\xf8\xfc\x98\x79\x3c\x06\xfe\ -\xfb\x92\x29\xb1\xac\xd4\x39\x3b\x2d\x11\x5e\xab\x22\xb9\x04\x48\ -\x26\xc5\x6b\xdd\x20\x64\x28\xc7\xed\xfe\x24\x01\xbe\x70\x38\x01\ -\x5e\x98\xc9\xaa\x3d\x8b\xfe\x04\x3f\xf0\x54\x96\xd5\x4a\xde\x26\ -\x09\xe0\xc2\xa3\x06\xf0\xc1\xa3\x05\xf0\xc5\xa3\x04\xb0\xe0\xc1\ -\x03\x58\xf1\xa0\x01\xc6\xe0\xc1\x02\xf8\xe2\xe7\x37\x7a\xb4\x13\ -\xbd\x13\xe5\xa3\x2a\x92\x1c\x02\x0c\x22\x0b\x5e\xa3\x6b\x51\xce\ -\x80\x83\x76\x7f\x36\x25\x0e\x9c\x0a\x3c\x26\x48\xd1\x9e\x8d\x7e\ -\x82\x3d\xf0\x8b\x87\x42\xde\xf7\x0a\x10\x0a\x1f\x15\xc0\x88\x6f\ -\x80\x05\xf0\x94\x22\x79\x17\x37\x07\x08\x8d\x9b\x02\xc4\xc0\x01\ -\xd2\x90\x78\x56\xea\x5c\xd5\x1f\x07\x8f\x1b\xb0\xe0\xd4\xba\xb6\ -\xe0\xce\x00\x23\xf1\xe7\x14\x59\xf6\xe1\xa6\x49\x18\x03\xf7\x9e\ -\x84\x91\xf0\x0d\xb0\x70\x4e\x42\x23\xde\xd6\x0d\xe2\xae\xde\x90\ -\x9e\x62\x33\x4e\x2a\xf9\xd8\xc6\x94\x4e\x71\x68\xdc\x79\x43\x4d\ -\x13\x5e\x69\x42\xad\xf7\x2e\x1c\x55\x91\x5a\x6f\x5d\x78\xb7\x6e\ -\x08\xff\x0e\xd0\xac\x43\x60\xfb\xeb\x4f\xe6\x1a\xd1\xa6\x83\xb7\ -\x83\x78\x4f\x9d\xcf\x3c\x68\x6e\x41\xd5\x3d\x9a\x55\x25\x68\xdd\ -\x5f\xaf\x4f\xda\x1b\xa3\x91\x9e\x7b\xef\x4a\x00\x00\x00\x00\x49\ -\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\x07\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\xb9\x49\x44\x41\x54\x78\x9c\xed\ -\xd9\x51\x0d\x83\x50\x10\x05\xd1\xa5\xc1\x1a\x0a\xb0\x80\xac\x5a\ -\xa8\x02\xc4\x81\x8c\xd3\xe4\xcd\x18\xd8\xc9\xe4\xfe\xed\x0c\xe4\ -\x38\xaf\xe7\x38\xaf\x47\x3a\x7c\xe4\xf1\x7f\xa0\x00\x5a\x40\x53\ -\x00\x2d\xa0\x29\x80\x16\xd0\x14\x40\x0b\x68\x0a\xa0\x05\x34\x05\ -\xd0\x02\x9a\x02\x68\x01\x4d\x01\xb4\x80\xa6\x00\x5a\x40\x53\x00\ -\x2d\xa0\x29\x80\x16\xd0\x14\x40\x0b\x68\x0a\xa0\x05\x34\x05\xd0\ -\x02\x9a\xe5\x03\x6c\xf2\xb8\x7e\x8d\xcf\xb4\x80\xd9\xb5\xc0\xcc\ -\xcc\xfd\xfb\xb2\x25\x2e\xbf\x80\x02\x68\x01\x4d\x01\xb4\x80\xa6\ -\x00\x5a\x40\x53\x00\x2d\xa0\x29\x80\x16\xd0\x14\x40\x0b\x68\x0a\ -\xa0\x05\x34\x05\xd0\x02\x9a\x02\x68\x01\x4d\x01\xb4\x80\xa6\x00\ -\x5a\x40\x53\x00\x2d\xa0\x29\x80\x16\xd0\x14\x40\x0b\x68\x96\x0f\ -\xf0\x02\x2e\x56\x08\x76\x9d\x62\x12\xf1\x00\x00\x00\x00\x49\x45\ -\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\x98\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x4a\x49\x44\x41\x54\x58\x85\xed\ -\xce\xc1\x0d\xc0\x30\x08\x04\x41\x82\x5c\x1b\x15\x50\x02\x7d\x98\ -\x9a\x52\xa0\x9d\x22\x2e\x12\x9f\x9d\xff\x9d\xd6\x4c\x10\x59\x1d\ -\x59\xad\x7c\xb8\x32\xfe\x03\x01\x04\x10\x40\x00\x01\x04\x8c\x07\ -\x2c\xf5\xe0\x5e\xdb\x91\x35\x13\xf0\x1c\x7f\xcd\x8f\x72\x01\x00\ -\x00\xe6\x7d\x0c\xb6\x09\x4f\xb2\x71\xd6\x0c\x00\x00\x00\x00\x49\ -\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x08\xe5\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x08\x97\x49\x44\x41\x54\x78\x9c\xed\ -\x5b\x6d\x6c\x14\xc7\x19\x7e\xde\xb9\x0f\xdb\xa1\xfe\x68\x21\xa1\ -\xc8\xd0\x06\xac\x20\x28\xa6\x2a\x98\x56\x35\x45\x60\xc0\x9c\xeb\ -\xaa\x98\xf8\x60\xd5\x90\x0a\x62\xe3\x8f\x86\xa4\xad\x4a\x94\x46\ -\x02\x29\x39\xdc\x86\x7e\xa4\x0d\x09\x89\x14\x08\x9c\x8d\x21\xd0\ -\x48\x3d\x6c\x23\x93\xc6\xe1\x6c\xa7\x46\xa4\x80\x42\x20\x55\x02\ -\x36\x51\x52\x87\x50\x6a\x25\x51\xb1\x9d\x03\x81\xed\xbb\x9b\xb7\ -\x3f\xf8\xda\xdd\x5b\x9f\xef\x7c\xbb\xae\x69\xfd\xfc\x9b\x67\xde\ -\x7d\xf7\xd9\xe7\x66\x67\x66\x67\xe6\x80\x31\x8c\x61\x0c\xff\xcf\ -\xa0\x91\xb8\x49\xa1\x52\x7a\x77\x50\xda\x17\x0a\xe2\xd9\x92\x31\ -\x83\x80\x69\x00\x67\x80\x28\x0d\x12\x36\x10\x02\x00\x02\x20\xbe\ -\x00\x89\x0e\x16\xd4\x2e\x08\x47\xfd\x3e\xef\xc7\x56\x6b\xb3\xcc\ -\x80\x25\xf7\x57\x66\x09\x7b\xb8\x44\x30\x15\x31\xf0\xcd\x61\xa6\ -\xf9\x98\x99\x9b\x18\xa2\xb6\xb5\x7e\xd7\x3b\x00\xd8\x4c\x8d\x80\ -\xf9\x06\xd0\xd2\xe2\xb2\x02\x12\xe2\x09\x02\x2f\x36\x39\xf7\x19\ -\x26\x6c\xed\xf9\x8a\xd8\x77\x6a\xe7\xce\xa0\x59\x49\x4d\x33\xa0\ -\xc0\xbd\x6e\xb1\x24\xf1\x0c\x80\x79\x66\xe5\x34\x06\x9f\x27\x60\ -\xb3\xbf\xae\x7a\x2f\x4c\x68\x11\x09\x1b\xb0\xb4\xa8\x7c\x22\xd9\ -\xf1\x2c\x11\x7e\x1c\x25\x4c\x32\xf0\x37\x62\xb4\x31\xf8\x9c\x20\ -\xdb\x3f\x18\xd4\x1d\x14\xfd\x97\x53\x40\xe1\x81\x30\x52\x89\x44\ -\x3a\x88\xa6\x82\x31\x9d\x88\x73\xc1\xb4\x0c\x40\xca\x60\x09\x19\ -\x38\x6a\x03\xad\x3f\x5c\xb7\xeb\x6c\x22\xfa\x13\x32\xa0\x40\x29\ -\xfb\x8e\x94\x74\x10\xc0\x24\x7d\x1d\x03\x97\x01\xbc\x2e\x88\x0e\ -\x85\xc3\xfd\x6f\xb4\x36\xec\xbd\x14\x4f\xee\x5c\x65\x43\xca\xb8\ -\x70\x60\x09\x41\x2c\x07\x71\x91\xd1\x3d\x00\xf4\x01\x58\xd7\x5c\ -\xe7\x7d\x75\x58\x0f\x80\x04\x0c\xc8\x77\x97\x3d\x48\x44\x35\x00\ -\x92\x22\x44\x11\xbd\xe0\x74\xda\x7f\xf7\x97\x3f\x6d\xef\x19\x6e\ -\x7e\x35\x14\x45\x71\xf6\xca\xf4\x0a\x00\x4f\x01\xb8\x47\x5f\x4f\ -\xc0\x96\xdc\xec\xcc\xa7\xaa\xaa\xaa\x64\xbc\xb9\xe3\x36\xc0\xe3\ -\xf1\x88\x63\x67\xbb\x9e\x06\xf3\x46\x5d\x95\x04\xa3\xc6\x0e\x54\ -\x35\xd5\x7b\x2f\xc6\x9b\x37\x16\x14\x15\xad\x4b\xbd\x6a\x17\x8f\ -\x11\xe1\x71\x00\x5f\x52\xd7\x31\xe8\x60\x48\x38\xd6\xb4\xf9\x5e\ -\xba\x12\x4f\xce\xb8\x0c\xf0\x78\x3c\xe2\xd8\xfb\x17\xf7\x83\xe8\ -\x01\x5d\x96\x2e\x41\x5c\x7c\xd8\x57\xfd\x76\x3c\xf9\x86\x8b\x42\ -\x77\xf9\xe4\x10\xa1\x01\x91\x1d\xee\xbb\xf6\xe4\x6b\x79\x4d\xfb\ -\xf7\x07\x62\xcd\x65\x8b\xe7\xc6\xce\xf1\xf7\x55\x81\xe8\x51\x1d\ -\x7d\x42\xb0\x58\x7a\xb8\xce\xfb\x41\x3c\xb9\x12\xc1\x47\x1d\xa7\ -\x03\x13\xb3\x17\xed\x73\xc8\x81\x7b\x89\x34\x73\x8c\x49\xe1\x90\ -\x63\x76\x4e\x76\xd6\x9f\xdb\xdb\xdb\x63\x1a\x21\x62\x36\xc0\xe5\ -\x2e\xff\x11\x08\x2f\xea\xe8\x3d\xc1\xd4\x90\xd2\xfa\x6a\x75\x6f\ -\xac\x79\xcc\xc2\xc5\xf6\x13\xa1\xce\x8e\xd3\x0d\x59\x33\xe7\x5c\ -\x05\x51\x3e\x6e\xb4\x66\x02\xa6\xf7\x21\x25\xb9\xb3\xfd\x74\x4b\ -\x2c\x79\x62\x7a\x05\x96\xad\x5c\x37\x0f\x10\x47\x01\x24\xab\xe8\ -\x7d\xcd\x75\xde\xb5\xb0\x60\x76\x16\x2f\xf2\xdd\xe5\xbf\x20\xc2\ -\x73\x6a\x8e\x09\x0f\xb5\x1c\xf0\xee\x1d\xea\x5a\x31\x54\xc0\xd2\ -\xe2\xb5\xe3\x01\x71\x10\xea\x87\x67\xbc\x1d\x4c\x0d\x55\x60\x14\ -\x3c\x3c\x00\xb4\xd4\x7b\xb7\x81\xb1\x5b\xcd\x11\x63\x57\x81\xbb\ -\x72\xee\x50\xd7\x0e\x69\x00\x89\xa4\x67\x00\x64\xde\x26\xd0\x85\ -\x90\x2c\x6e\xab\xad\xed\x1b\x8e\x58\x8b\xc0\xf6\x6b\x29\xeb\x01\ -\x1c\x53\x71\xce\x30\xc9\x5d\x79\x79\x1e\x7b\xb4\x0b\xa3\x1a\x90\ -\xaf\x54\x2e\x20\xf0\x3a\xf5\x8d\x58\x62\x65\x73\x63\x4d\x57\x02\ -\x62\x2d\x41\x53\xd3\x8b\xfd\x32\x08\x37\x18\xff\xbe\xc9\x11\x30\ -\xd7\x39\xfe\x5f\x8f\x44\xbb\x2e\x9a\x01\x44\xe1\xf0\x6f\x75\xdc\ -\xfe\x96\x7a\xef\x89\x44\x84\x5a\x89\xd6\x46\xef\x67\x0c\x6c\x51\ -\x73\xcc\x78\xd2\xb5\x66\xcd\xb8\xc1\xae\x19\xd4\x80\x65\x4a\xc5\ -\x42\x10\x2d\x50\x51\x41\xc9\x61\x8f\x09\x3a\x2d\x45\x28\x2d\xb4\ -\x03\xc0\x85\x5b\x04\x61\x02\x5f\x4d\xfe\xc9\x60\xf1\x83\xb7\x00\ -\xc6\x2f\xb5\x04\xbd\xdc\x5a\xbf\xbb\x33\x61\x85\x16\xa3\xad\xb6\ -\xb6\x0f\x4c\xba\x1f\x8a\x1f\x53\x14\xc5\x70\xc8\x37\x34\x20\x4f\ -\x29\xf9\x2a\x98\xbf\xaf\xa2\x82\x32\xc8\x4f\x9b\xa6\xd2\x62\x64\ -\xd8\x7a\x5f\x01\xf8\x43\x15\x95\xd9\x23\x33\xf2\x8d\x62\x0d\x0d\ -\x70\x48\xc7\x83\xd0\x4e\x92\xde\x6c\x6d\xf4\x7e\x66\xa2\x46\x4b\ -\xe1\xf3\xf9\xc2\x60\xf2\xa9\x39\x02\x3f\x64\x14\x3b\xc8\x2b\xc0\ -\xcb\x35\x17\x13\x35\x9a\x25\x6e\xa4\x40\x24\xf4\x9a\x7f\x60\xf4\ -\x1a\x44\x18\x70\xa3\xc7\x9c\xaf\xe6\x24\xd1\x6b\xe6\xca\xb3\x1e\ -\xb9\xd9\x93\x4e\x82\xa0\x6e\xb5\xe9\x01\xa4\xe5\xe8\xe3\x22\x0c\ -\xe0\x6b\xce\xef\x02\x70\xaa\xa8\xbf\xb7\xf8\x76\x5e\xd0\xc7\x8d\ -\x76\x54\x55\x55\x49\x30\x34\x3f\x9c\x64\x11\xb1\x4e\x19\xf9\x0a\ -\xb0\xc8\x56\x17\x89\x70\xd4\x74\x75\x23\x04\x02\x6b\xb5\x33\x66\ -\xe9\x63\x0c\x0c\xc0\x4c\x75\x51\x4a\xfa\x30\x22\xe6\x4e\x01\x09\ -\x9d\x76\x9e\xa9\x0f\x89\x34\x80\xf8\x5e\x2d\x21\x47\xfd\xd8\x3f\ -\x18\x06\x28\xa8\xd7\x3e\x55\x1f\x63\x34\x0a\xa4\xaa\x0b\x04\x8c\ -\xf8\xb7\xbe\x69\x18\x17\xa1\x3d\x55\x1f\x32\xa4\x01\x82\x39\xae\ -\x35\xb6\xd1\x84\xb6\xda\xda\x7e\x00\x21\x15\xe5\x54\x14\x45\xdd\ -\xc1\x1b\x1a\xa0\x59\x24\x09\x09\x31\x2a\xbe\xf9\xad\x42\x84\x01\ -\xc4\xb8\xac\x09\x60\x8e\x68\x36\x77\x0a\xf2\x4a\x4a\x92\x00\xa8\ -\xd7\x03\x06\x7c\x3e\xdf\x80\x3a\x26\x72\x1e\x70\x7d\xa7\xf6\x76\ -\x19\xc8\xb0\x46\x9e\xf5\xb0\x75\xdb\xd3\x75\xd4\x65\x7d\x4c\xa4\ -\x01\xc0\x27\x1a\x82\x22\x7b\xce\x3b\x06\x49\x72\x9a\xa6\xcc\x38\ -\xaf\x0f\x31\x9a\x07\x74\xa8\x8b\x04\xba\xcf\x64\x59\x23\x06\x62\ -\xa1\xd1\xce\xc0\x39\x7d\x4c\x84\x01\x82\xa1\xd9\x6c\x64\x60\x81\ -\x3e\xe6\x4e\x81\x60\xd6\x6a\x27\x9c\x89\x88\xd1\x13\x03\x76\xe7\ -\x71\x00\xb7\xf6\xdf\x09\x98\x5b\xe8\x2e\x9f\x6c\x85\x40\x2b\xe1\ -\xf1\x78\x04\x83\x7e\xa8\x21\x19\x6d\xfa\xb8\x08\x03\x6e\xec\xad\ -\x1d\x57\x73\x21\xd2\x25\xba\x03\xf0\xd6\xfb\x5d\x39\xd0\xec\x28\ -\x53\x20\xd4\x9d\xf9\x8e\x3e\xce\x70\x3d\x80\x00\xdd\xe7\xaf\x2c\ -\x32\x55\xdd\x08\x80\x84\x5e\x33\xbf\xd1\xd6\x56\x15\xd2\xc7\x19\ -\x1a\xc0\x41\xb9\x1f\x80\x6a\xab\x99\x96\x14\x2a\xa5\x77\x9b\xaa\ -\xd0\x42\x78\x3c\x1e\x41\x4c\xab\x74\xf4\x1e\xa3\x58\x43\x03\x9a\ -\x1b\x6b\xba\x88\xe0\x57\x51\x49\x41\x69\xd7\x6f\x87\x8f\x5a\x1c\ -\x3f\xdb\xb5\x1a\xc0\x8c\x9b\x65\x02\x3e\x0d\x5e\xca\xf4\x1b\xc5\ -\x0e\xba\x2a\xcc\xe0\x3f\xaa\xcb\x04\x7e\x74\x89\xbb\xec\xeb\xa6\ -\xa9\xb4\x08\x8a\xa2\x38\x99\xf9\xd7\x6a\x8e\x99\x9f\x33\x6a\xfe\ -\x40\x14\x03\x9a\x0f\x54\xbf\x49\xac\xe9\x0c\x9d\x36\xc2\x66\x73\ -\x64\x5a\x87\x1e\x99\x56\x09\xed\x67\x6f\x77\x4a\x88\xb7\x0f\x16\ -\x1f\x6d\x67\x88\xa5\xc0\x26\x2d\x45\x6b\x5d\x4a\x79\xc4\xba\xda\ -\x68\x41\xde\xea\xca\x09\x04\x7a\x52\x43\x32\x7e\xd3\xd8\x58\x13\ -\x31\x05\xbe\x89\xa8\x7b\x83\x2d\x07\xbc\x6d\x00\xbd\xa2\x8e\x67\ -\x89\x86\xa5\x45\xe5\x13\x13\x52\x6a\x01\x14\x45\x71\x3a\xfa\xe5\ -\x01\xa8\xce\x10\x11\xf0\x5e\xf7\x04\xf1\x42\xb4\xeb\x86\xde\x1d\ -\x96\xb6\xc7\x75\xab\xab\x53\x84\x03\xf5\x85\x85\x3f\xd3\x1f\x8e\ -\xfa\xaf\xa2\x57\xa6\x6f\x03\x61\x91\x8a\x0a\x92\xe0\x8a\xa1\x0e\ -\x55\x0e\x69\x80\xbf\x61\xc7\xe7\x2c\x71\x3f\x80\x7e\x15\x3d\x3f\ -\x78\x57\xdf\x4b\x18\xa1\xb3\xc6\x43\xc1\xb5\xaa\xe2\x11\x00\x0f\ -\xab\x39\x62\xac\x8f\xe5\xcc\x52\x4c\x47\x64\x3a\x3b\x4e\x5f\xcc\ -\x9a\x39\xe7\x13\x10\x15\xdf\xba\x01\x30\x67\xda\x37\xe6\x4e\xca\ -\xc9\xce\xf2\xb7\xb7\xb7\x87\xe3\x56\x6d\x0e\xc8\xb5\xb2\xfc\xe7\ -\x0c\x6c\x83\xea\xc7\x20\xc2\xf3\xfe\x3a\xaf\x7e\x67\xdb\x10\x31\ -\x9f\x11\xea\xec\x78\xf7\xbd\xac\x59\x39\x77\x01\xf8\xde\xad\x1b\ -\x01\x39\x7d\x32\x79\xe1\xd7\xbe\x35\xef\xb5\xf3\x67\x4e\x5d\x8d\ -\x47\x79\xa2\x50\x14\xc5\x99\x39\x73\xfe\xcb\x00\x36\x41\xdb\x12\ -\x0f\x07\x2f\x65\x96\x9e\x3f\x7f\x24\xa6\x33\x83\x43\xbe\x02\x6a\ -\x64\x50\xef\x26\x5c\x3f\x9e\x76\x1b\x84\x45\x8e\x81\xf0\xc9\x7c\ -\xa5\x72\x76\x3c\xb9\x12\x81\xab\xf8\xe1\x7b\x7a\xc3\x69\xad\x00\ -\xca\x74\x55\x67\x83\xe1\xd0\x03\x83\x8d\xf9\x46\x88\xfb\x1d\x56\ -\x14\xc5\xd6\x23\x33\xfe\x40\xe0\x0d\xba\xaa\x20\x80\xed\x24\xed\ -\x5b\xfc\x0d\x3b\x3e\x8f\x37\x6f\x2c\xc8\x55\x36\xa4\xa4\xca\xcb\ -\x3f\x65\xc6\x46\x10\xbe\xac\xad\xe5\x26\x16\xb6\xd5\x2d\xbe\x9d\ -\x5f\xc4\x93\x73\xd8\x9d\x98\xcb\x5d\x5e\xc6\x84\xed\x00\x1c\xba\ -\xaa\x2b\x44\x78\xd6\x96\x74\x6d\x6b\x3c\x07\x16\xa3\x21\x2f\xcf\ -\x63\x77\x4c\xb8\x58\x02\xa6\xcd\x50\x9f\x57\xba\x05\xde\x9a\x21\ -\x02\x4f\xf8\x7c\xbe\xb8\xfb\xa2\x84\x7a\x71\x97\xbb\x6c\x21\x13\ -\xd5\x03\x18\x1f\xa9\x09\x3d\x04\x1c\x02\x70\xc8\x96\x72\xcd\x1f\ -\xaf\x19\x8a\xa2\x38\xbb\xc3\x19\x0b\x05\xf1\x72\x00\x2b\x00\x18\ -\x4d\xc3\x83\xc4\x58\xef\xaf\xf7\x56\x0f\x47\x3f\x60\xc2\x30\xe6\ -\x5a\x51\x3a\x85\xed\xb6\xe7\x01\xb8\xa3\x84\x05\x09\x38\xc2\x84\ -\xbf\x32\xd3\x07\x36\x19\xfe\x88\x25\x77\x3b\xc6\x25\x5f\x91\x14\ -\x08\xf7\x0f\xa4\xa6\x12\xfa\xd3\x29\x2c\xa6\x0a\xc2\x74\x66\xca\ -\x05\x51\x01\xc0\x69\x51\x72\x9e\x24\x81\xf5\x7e\x9f\xf7\x54\x22\ -\xfa\x4d\x1b\xc7\x5d\xab\x2a\x0a\x99\xf9\xf7\x00\xac\xed\x0c\x09\ -\x5d\x00\xff\x2a\x83\x02\xde\xe1\x34\xf9\xc8\x74\x26\xe2\xfa\x61\ -\xea\xae\x15\x20\xde\x08\xe0\xdb\x66\xe6\x06\xd0\x09\x60\x6b\x30\ -\x35\x54\x6d\xe6\x19\x45\xcb\x66\x72\x05\x2b\x2b\x66\x31\x50\xc2\ -\xe0\x22\x00\xd3\x87\x93\x83\x80\x4f\x25\xe8\x75\xc1\x72\x4f\xee\ -\xec\xc9\x6f\x0d\xe7\xff\x00\x31\xdc\xc3\x7a\xb8\x56\x94\x4e\x91\ -\x0e\xdb\x62\x02\xcd\x02\xe4\x0c\x30\x4d\x05\x90\x0e\x20\x0d\xd7\ -\x77\x6e\xbe\x00\x10\x00\xe8\x9f\x00\x9f\x63\xe0\x1c\x8b\xf0\x91\ -\x56\xdf\xee\x0e\x8c\x92\xe3\xb8\x63\x18\xc3\x18\xfe\x37\xf1\x1f\ -\x38\xf1\xe0\xe7\x81\x02\x5e\x62\x00\x00\x00\x00\x49\x45\x4e\x44\ -\xae\x42\x60\x82\ -\x00\x00\x00\x03\ -\x20\ -\x0d\x0a\ -\x00\x00\x00\x97\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x49\x49\x44\x41\x54\x58\x85\xed\ -\xd7\xb1\x0d\x00\x20\x0c\x03\x41\x0b\x31\x18\x83\x23\x65\x15\x94\ -\x0c\x12\x86\x30\x1d\xff\x7d\xac\x6b\x23\x91\xd1\xc9\x8a\x93\x15\ -\xce\xc6\xb4\x04\xad\x65\xdd\x4b\x1a\xee\x00\x00\x00\x00\x00\x00\ -\x00\x00\x00\x00\x00\x00\x00\x00\xb8\x79\x9f\x91\x7a\xbf\x61\xfc\ -\xdc\x05\xd1\x25\x09\xfd\x18\x55\xe2\x51\x00\x00\x00\x00\x49\x45\ -\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x04\xea\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x04\x9c\x49\x44\x41\x54\x58\x85\xe5\ -\x97\x5d\x6c\x14\x55\x14\xc7\x7f\x67\xa6\x5b\xaa\x15\x6a\x94\x34\ -\x68\x77\x66\xa7\x8b\x4d\x90\x54\x9f\x2a\x09\x0f\xf8\x81\x04\x12\ -\x91\x0f\x49\xd4\x10\x8d\x24\x08\x91\xf8\xe0\x83\x09\x0a\x4a\xe4\ -\x01\xc5\xfa\x62\x82\x12\x50\x43\x62\x4c\x78\x33\xb1\x81\x0a\x28\ -\x89\x04\x9e\x90\xd0\x84\x90\x54\x03\x59\xda\xdd\x9d\xd9\xa5\x62\ -\x8d\x09\x22\xa8\xed\xce\x3d\x3e\xec\x07\xb3\xdd\x6e\xbb\xad\xbe\ -\x71\x5e\x76\xe6\xdc\xff\x39\xff\xff\xbd\x77\xee\x3d\x67\xe1\x4e\ -\x37\x99\x09\xf8\x4a\x3e\xef\xc4\x0a\x66\xbd\x41\x56\x08\xea\xa0\ -\xc4\x11\x2c\x94\x3c\x42\x4e\xe0\x8c\x65\xd1\xe7\x38\x4e\xea\x7f\ -\x15\x30\x1c\x04\x4b\x2c\x43\x2f\xf0\x54\x23\x78\x85\xf3\x16\xb2\ -\x33\x91\x88\xff\xf0\x9f\x04\x0c\x0d\x0d\xb5\xd9\x76\xf3\x41\x84\ -\x8d\x25\xd7\x88\x42\x3f\xa2\x27\x54\x64\x38\x6c\x6a\x1a\xb9\x2b\ -\x0c\x4d\x18\x86\x0b\x54\x6d\x4f\x45\x57\x0a\xac\x03\x12\x25\xfc\ -\x71\x13\x8e\x6f\x4e\x26\x93\xd7\x66\x2c\x20\x08\x82\x87\x42\xa3\ -\x47\x41\x1e\x06\x46\x04\x76\xbb\x6e\xfc\x4b\x11\x29\x4c\x25\x5a\ -\x55\xad\x4c\x10\xbc\x28\x2a\xef\x03\x49\x04\xdf\x14\x64\x6d\x32\ -\x19\xbf\xd8\xb0\x80\x6c\x36\x9b\x54\xac\x73\xc0\x7c\x81\x23\x63\ -\x63\x7f\xbf\xd2\xd5\xd5\xf5\xc7\x54\xc4\x13\x2d\x95\x4a\xcd\x89\ -\xcd\x69\x39\x80\xb2\x19\xb8\x89\x5a\xcb\x3c\xaf\xe3\xc2\xb4\x02\ -\x52\xa9\xd4\xbc\x58\x73\xcb\x59\x60\xb1\xc2\x3e\xcf\x8d\xbf\x29\ -\x22\x66\x26\xe4\x65\x53\x55\xc9\xf8\xf9\x1d\x82\xee\x05\x72\x68\ -\xb8\xc4\xf3\xbc\x91\x28\xa6\x69\x62\x50\xac\xb9\x65\x7f\x91\x5c\ -\xfb\x3d\xd7\xa9\x21\xbf\x92\xcf\x3b\x76\xc1\x6c\x11\x78\x06\x70\ -\x01\x83\x92\x05\x3d\x06\xe6\x50\x94\x40\x44\x54\x55\x7b\xb3\x7e\ -\x2e\x09\x6c\x41\xec\xc3\xaa\xba\x42\x44\x74\xd2\x15\xf0\x7d\xbf\ -\xc7\xa8\x9c\x47\x19\x0d\xc3\xb1\xae\x85\x0b\x17\x5e\x8f\xcc\xc6\ -\xca\xf8\xf9\xb7\x05\x7d\x0f\x68\xa9\x33\xe9\x9b\x02\xef\xb8\x6e\ -\xfc\xd3\x28\xc9\xe0\xe0\x60\xf3\x3d\x73\xdb\x2e\x02\x8b\x50\x56\ -\x7b\x9e\x73\xbc\x3c\x66\x45\xa3\x8d\xf2\x61\x51\x39\x7b\x26\x92\ -\x67\xfd\xdc\x57\xa5\xa5\xac\x47\x0e\xd0\xaa\xb0\xcf\xf7\x83\x03\ -\xaa\x5a\x99\x5c\x77\x77\xf7\x18\xca\xbb\x00\x2a\xf4\x46\xc7\x2a\ -\x02\x32\x99\xcc\x03\x20\x4f\x03\xbf\xdf\xb8\x71\xfd\xf3\xea\x95\ -\xc9\xed\x02\x5e\x56\xa5\x21\x53\x64\x9b\xef\xe7\xde\x88\xfa\x12\ -\x89\x78\x1f\x70\x49\xe0\x91\x74\x3a\xff\x68\x8d\x00\x11\x7b\x0d\ -\xc5\x2d\x39\xd6\xdd\xdd\x3d\x56\xf6\x17\x4f\x04\xbb\x8a\x98\xc6\ -\x04\x14\x45\xf0\x81\xef\xfb\x0f\xde\xce\x2f\xaa\x70\x14\x40\x6c\ -\x7d\xae\x46\x80\x2a\x4f\x96\x22\xbf\xab\x4a\x24\xf6\xeb\x40\xac\ -\x71\xea\x8a\xb5\xaa\xca\xd6\xa8\x43\x54\xbe\x2f\x3d\x2e\xaf\x11\ -\x80\x88\x53\x7a\x48\x57\x4f\x45\x57\xcf\x82\xbc\x18\x0a\xcf\x56\ -\xa7\x1a\x1f\x06\x10\x88\xd7\x0a\x28\x39\x55\xc7\x47\x6e\x07\xa8\ -\x00\xc9\xd9\x0a\x40\x2b\x57\x32\x00\x85\x42\xa1\x9c\xbb\xa3\xfc\ -\x21\x5a\x35\x41\xd5\x26\x0d\x60\xa6\x8a\xb6\xa7\xc9\x1d\x4d\x6e\ -\xf2\xc5\xdf\xd8\x82\x0a\xa2\x78\x09\x65\x67\x2d\x00\xfc\xe8\x8b\ -\x6d\xb7\x96\x72\xcb\xd5\xf2\x05\x77\x5b\x80\x5a\x41\x11\x65\x3a\ -\x27\x24\x39\xce\x6c\x4d\xb5\x2a\xd6\xb2\x4c\x79\x3b\x73\x15\x5f\ -\x05\x2b\x9c\x06\xb0\x94\x55\xd1\x20\xc1\x7c\x06\xcc\xa6\x16\x8c\ -\x81\x39\x54\x95\x4b\x74\x25\x80\xa2\xa7\x6a\x04\xd8\x62\xfa\x8b\ -\x83\xb2\x7a\x60\x60\xa0\x72\xec\x12\x89\xc4\xcf\x82\x7e\xd2\x38\ -\xaf\x96\x84\xb3\xd7\xf3\xbc\xca\x89\x52\x55\x51\x58\x0b\x80\x91\ -\xbe\x1a\x01\xae\xeb\x5e\x05\x4e\x01\xf3\xef\x6f\x6f\xdf\x12\x4d\ -\x39\x3a\xfa\xeb\x5b\x34\xbc\x15\x82\xa2\x5f\xbb\x6e\x7c\x4f\xd4\ -\x1b\x04\xc1\x1a\x60\x31\xf0\x93\xe7\x75\x54\x7a\x83\xaa\x2f\xdc\ -\x12\xdd\x01\x20\x6a\xed\x4e\xa5\x52\xf3\xca\xfe\x9e\x9e\x9e\xf1\ -\xdf\x46\xaf\xad\x57\xd8\xc7\xd4\xdb\x51\x40\x75\xaf\xe7\x3a\x1b\ -\xa3\x55\x74\x70\x70\xb0\xd9\xa8\x14\xeb\x0c\xd6\xce\xba\xd5\x10\ -\x20\x93\x0d\x0e\x03\x2f\x09\x1c\x71\xdd\xf8\x86\x89\xe5\xd8\xf7\ -\xfd\x6e\x83\x6c\x43\x2b\xe5\x58\x81\xac\xc2\xb7\x1a\x5a\x07\x93\ -\xc9\x8e\xcb\x51\xbc\xaa\x8a\xef\x07\x07\x15\x79\x0d\xe1\x74\xc2\ -\x89\x2f\x9f\x52\xc0\xd0\xd0\x50\x9b\xdd\xd4\xfc\x23\xb0\x08\x95\ -\x8f\x13\x89\x8e\xed\xf5\x1a\x12\x55\xb5\x01\x44\x24\xac\x33\x2e\ -\xbe\x9f\xdb\xae\xf0\x11\x70\xd5\x12\x7d\xac\xb4\xd5\x15\x9b\xb4\ -\xbc\x14\xfb\x41\xce\x01\xf7\x21\x7c\x73\x77\xcb\x9c\x4d\xed\xed\ -\xed\x7f\x4e\x86\xad\x67\xa5\x1e\x60\x3f\xb0\x15\xb8\x65\x89\x3e\ -\xe1\xba\xee\xc0\x44\xdc\xa4\xb7\x9c\xe3\x38\x57\x42\x5b\x96\x02\ -\x97\x51\x36\xdc\xfa\xeb\x9f\x4b\x99\x4c\xf0\xaa\xaa\xd6\x74\x50\ -\x13\x4d\x55\xad\x6c\x36\xf7\x42\xeb\xdc\xb6\xc1\x12\x79\x0e\xb5\ -\x97\x4d\x46\x0e\xd3\xb4\xe5\xe9\x74\xfa\x5e\x2c\xfb\x0b\x41\x9e\ -\x2f\xb9\x72\xa8\xf4\x8b\xc8\x09\x28\x0c\x5b\x96\x35\x52\x28\x14\ -\x0c\x34\x2f\xc0\x0e\x13\x62\x58\x85\xc8\x3a\x4a\xf5\x43\xe0\xa4\ -\x31\x85\x4d\x9d\x9d\x9d\xbf\xd4\xe3\x68\xa8\xc2\x67\x32\xb9\xa5\ -\x22\xda\xab\xf0\x78\x23\x78\xe0\x82\x11\xdd\x91\x74\xdd\x93\xd3\ -\x01\x67\xf4\xd7\x2c\x9d\x4e\x7b\x58\xb1\xf5\x82\xae\x40\x71\x10\ -\xe2\x80\x0d\xe4\x04\x72\x06\x39\x83\x91\xbe\xce\xce\x8e\x4b\x33\ -\xc9\x7b\x67\xdb\xbf\x21\xb9\xe6\xce\xae\xea\xf6\xd6\x00\x00\x00\ -\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x06\x65\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x06\x17\x49\x44\x41\x54\x78\x9c\xed\ -\x9a\xc9\x73\x5c\xd5\x15\x87\xbf\x73\x5b\x31\x32\x83\x4c\x6c\x50\ -\x00\xf5\x1b\x5a\x15\x6f\xb0\x31\x93\xc1\x98\xa4\x12\x2c\x1c\x24\ -\x83\x6d\xe5\x6f\x61\x05\x8b\x64\x91\xf2\x82\x0d\xcb\xe4\xef\xa0\ -\x98\xca\xd6\x18\x46\x43\x85\xa4\x42\x80\x2a\xaa\x28\xd4\x6f\x90\ -\x29\x07\xc7\x0e\x96\x71\x2c\x19\xeb\x1e\x16\x52\x3b\xe2\x75\xab\ -\xfb\xbe\xee\xf7\x24\x51\xe8\x5b\xde\x77\xfa\xbe\xf3\xfb\xfa\xdc\ -\x1e\xa4\x86\x6d\xb6\xd9\xe6\xa7\x8c\xb4\x5a\x3c\x7f\xfe\xfc\x6d\ -\x8b\x8b\xd7\x9f\x57\x91\x13\x40\x3f\x70\x56\x74\xf9\xa5\x30\x0c\ -\xeb\x1b\xdb\x5e\x77\x44\x51\x54\x53\xa9\xbc\x00\x1c\x06\x16\x0d\ -\xbc\xb1\x73\xe7\x2d\x2f\x0f\x0e\x0e\x7e\x9b\xad\x6d\x12\xf0\xf9\ -\xe7\x17\xee\xe8\xdf\xb9\xf8\x16\xf0\x70\xe6\xd2\x65\x35\x8c\xd6\ -\x3c\xef\xc3\x72\xda\x2e\x86\x24\x49\x1e\xb3\x2a\x93\xc0\xae\x1f\ -\x5c\x10\x3e\xfe\x6e\x69\xf1\x37\x7b\xf7\xee\x5d\x58\xbb\x6c\xb2\ -\x1b\xf4\xf7\x5f\x7b\x81\xe6\xf0\x00\xbb\xc4\x32\x51\x4f\xd3\x43\ -\x45\x36\x5c\x24\xeb\x86\x07\x50\x1e\xdc\xb1\xa3\xff\xc5\xec\x72\ -\x93\x00\x44\x4e\xb6\xb9\xc7\xc0\x56\x95\xd0\x36\xfc\x2a\x8a\x8e\ -\x67\xd7\x9a\x05\xc0\xce\x0e\xf7\x1a\x10\xcb\xc4\x5c\x9a\x3e\x9e\ -\xb3\xc7\xd2\x48\x92\xe4\x60\xa7\xf0\x2b\x48\x7f\x76\xa5\x49\x80\ -\xa2\xef\x39\xdc\x73\xc0\x58\x26\xb7\x82\x84\xd5\xf0\x53\x74\x0c\ -\x0f\x40\x53\xb6\x26\x01\x7d\x46\x4e\x01\x97\x1d\x36\xdb\x74\x09\ -\x39\xc3\x2f\x54\x0c\x7f\xca\x2e\x36\x09\xf0\x3c\xef\x0b\x6b\x78\ -\x06\x77\x09\x9b\x72\x1c\xdc\xc7\x1e\x80\x05\xb5\x32\xea\x79\xde\ -\x17\xd9\x0b\x2d\x3f\x07\x00\xcc\xa5\xe9\xe3\xc6\x32\x09\x0c\x38\ -\xdc\xe0\xb2\x11\xfd\x9d\xef\xfb\x7f\x73\xa8\xed\x99\x38\x8e\x1f\ -\x55\xcc\x14\x70\xa7\x43\xf9\x15\xb5\xf2\x4c\xad\x56\xfd\xa0\xd5\ -\xc5\x75\x05\xc0\xd6\x94\x50\x64\x78\xe8\x20\x00\xb6\x96\x84\xa2\ -\xc3\x83\x83\x00\x80\x7a\x9a\x1e\x12\xcb\x04\xee\x12\x8e\xfa\xbe\ -\xff\x91\xcb\xde\xae\x44\xd1\x57\x8f\x20\xcb\x53\xc0\xcf\x1d\xca\ -\xaf\xa0\x32\x1a\x86\xd5\xb3\x9d\x0a\x9d\x04\xc0\xe6\x4a\x28\x2b\ -\x3c\xb4\xfe\x20\xd4\x92\x9a\xe7\x7d\xa8\x56\x46\x81\x85\x8e\xc5\ -\xb0\xcb\xaa\x4c\x25\x49\x72\xd0\x75\xff\xf5\xc8\x1f\xde\x8c\xb9\ -\x86\x87\x1c\x13\xd0\xa0\x5e\x9f\x7f\x42\x8c\x4e\x00\x77\x38\x94\ -\x7f\xb3\xfa\x9a\xd0\xd5\x24\xe4\x0c\xff\x2d\x6a\x46\xc3\x70\xe8\ -\xfd\x3c\xf7\xc8\x2d\x00\xf2\x4b\x10\xec\xd1\x20\x08\xfe\x9e\xe7\ -\x1e\x1b\x11\x1e\xba\x14\x00\xe5\x4a\x88\xa2\x73\x0f\x23\x76\x9a\ -\x92\xc3\x43\x0f\x02\x00\xa2\x68\xfe\x30\xa2\x67\x28\x50\x42\xde\ -\xf0\x82\x19\x0b\x82\x21\x97\xef\x2f\x2d\xe9\x49\x00\x14\x2b\x61\ -\xa3\xc3\x43\x8e\x77\x81\xf5\x08\xc3\xea\x59\xd4\x8c\x01\x57\x1c\ -\xca\xef\x54\xcc\x64\x14\x7d\xf5\x48\xf6\xc2\x6a\x78\xe7\x33\x2f\ -\xd8\x63\xbd\x86\x87\x02\x26\xa0\x41\x14\x9d\x7b\x12\xb1\x67\x80\ -\xdb\x1d\xca\xff\x8b\x56\x8e\x86\xe1\x7d\xff\x00\xa8\xd7\xe7\x1f\ -\x12\xa3\xd3\xc0\x6e\x87\xc7\x5e\x15\xec\x58\x10\x04\xef\xf6\xd2\ -\x6f\x83\xc2\x04\x40\x77\x12\x54\xad\xdd\xac\xf0\x50\xb0\x00\xc8\ -\x29\x41\x59\x50\x14\x11\x71\xf9\x74\x59\x78\x78\x28\x41\x00\x40\ -\x1c\x9f\xfb\x95\x62\x4f\xe3\x36\x09\x2e\x5c\x35\xa2\xc7\x7c\xdf\ -\x7f\xa7\xa0\xfd\x6e\x52\x8a\x00\x28\x54\x42\x69\xe1\xa1\x80\x77\ -\x81\xf5\x08\x82\xa1\xf7\x04\x7b\x0c\x68\xfa\x67\x44\x0e\xae\x5a\ -\xd1\x67\xcb\x0a\x0f\x25\x4e\x40\x83\x38\x8e\x7f\xad\x98\xd3\xc0\ -\x6d\x39\x1f\x7a\xd5\x8a\x3e\x3b\xec\xfb\x6f\x97\xd1\x57\x83\xd2\ -\x05\xc0\xaa\x04\x35\x13\x48\xc7\x3f\xb9\x37\x58\xb4\xa2\xa3\x65\ -\x87\x87\x12\x8f\xc0\x5a\x96\x8d\x59\x40\xb8\xee\x5a\xaf\x70\x5d\ -\x96\x8d\xcb\xd7\xee\x9e\x29\x5d\xc0\x5c\x9a\x1e\x30\x96\x19\xdc\ -\xfe\x7a\x0b\x80\xc0\x80\x18\x9d\xae\xd7\xe7\x1f\x2a\xb1\xb5\xc6\ -\xbd\xca\x63\x4d\xf8\x3d\x5d\x6e\x71\x49\xad\x3c\x5d\xab\x55\xff\ -\x59\x64\x5f\x6b\x29\x6d\x02\x56\xc3\x4f\xd3\x7d\x78\x80\xdd\x62\ -\x74\x7a\x6e\x6e\xfe\xc1\xa2\xfa\xca\x52\xca\x04\xa4\x69\xfa\xc0\ -\xf2\xca\x33\x7f\x57\x41\x5b\x5e\xb2\xcb\x32\x32\x3c\x5c\xfd\xb8\ -\xa0\xfd\x6e\x52\xf8\x04\xe4\x0c\xbf\xa4\xaa\x4b\x0e\x75\xbb\x4d\ -\xa5\x9c\x49\x28\x54\x40\xce\xf0\xd7\xd4\x32\xa6\x2b\xff\x86\xfb\ -\x9f\x43\xfd\x9e\x32\x24\x14\x76\x04\x92\x24\xd9\x6f\x55\x66\x71\ -\x0c\x8f\xca\x73\x61\x58\x9d\x05\xa8\xa7\xe9\x6f\xc5\xf2\x26\x70\ -\xab\xc3\x63\x2f\x5a\xc3\xc8\xb0\xe7\xfd\xab\x97\x7e\x1b\x14\x22\ -\xa0\x97\xf0\x0d\x36\x4b\x42\xcf\x47\xa0\x8b\xf0\xc7\xb3\xe1\x01\ -\x6a\x9e\xf7\x96\x5a\x9e\xc3\xf5\x38\x58\x66\xe6\xd2\xf4\x40\xde\ -\x7e\xb3\xf4\x24\x20\x49\x92\xfd\xd6\x8a\xf3\x99\x5f\x0d\x3f\xb3\ -\x5e\x41\xad\xe6\xfd\x35\xa7\x84\xe9\x5e\x25\x74\x7d\x04\x6e\x86\ -\x17\xee\x76\x28\xbf\x26\xc8\x89\x20\xa8\x4e\xbb\xec\x5d\xaf\xa7\ -\x4f\x89\xe1\x4d\x3a\xff\x5c\x07\xe0\x3f\x15\xc3\x88\xe7\x79\x9f\ -\xb8\xec\x9d\xa5\x2b\x01\x71\x1c\xef\x53\x35\xb3\x8e\xe1\x17\x05\ -\x39\xee\x1a\xbe\xc1\x46\x49\xc8\x2d\x60\x23\xc2\x37\x88\xa2\xf9\ -\x23\x88\xbe\x41\x89\x12\x72\x09\x88\xe3\x78\x9f\x62\x66\x80\x41\ -\x87\xf2\x9e\xc2\x37\xc8\x2b\xc1\x88\x1e\xf1\x7d\xff\x53\xd7\xfd\ -\x9d\x5f\x04\xf3\x87\x37\xce\x67\xbe\x1d\x61\x58\x9d\x45\xe5\x38\ -\x70\xcd\xa1\xfc\x2e\xab\x32\x9b\x24\xc9\x7e\xd7\xfd\x9d\x26\x20\ -\x8e\xe3\xfb\x15\x33\x4b\xae\xf0\x43\x53\xae\x4d\xb8\x10\x45\xf3\ -\x23\x88\xbe\x4e\xc1\x93\xd0\x71\x02\xf2\x87\xb7\x27\x8b\x0e\x0f\ -\x10\x86\xd5\x19\x41\x4e\xe0\x3a\x09\x56\x66\x5c\x26\xa1\xed\x04\ -\x74\x17\x3e\x98\x74\xa8\xed\x9a\x38\x9e\x7f\x5a\xd1\xd7\x59\xf9\ -\x15\x7b\x7b\x94\x0b\xc6\xe8\x48\xbb\x49\x58\x77\x02\x56\xc2\x57\ -\x9c\xcf\xbc\x15\x1d\x2f\x3b\x3c\x40\x10\x54\xa7\x05\x39\x0e\x2c\ -\x76\x2c\x16\xee\xb6\x56\x66\xe2\x38\xde\xb7\x7e\x49\x0b\xfe\x1f\ -\x5e\x7f\xe1\xd0\xd3\x92\x15\x3d\x39\xec\xfb\x13\x0e\xb5\x85\x91\ -\x77\x12\x44\xec\x91\x20\x08\x3e\xcb\x5e\x6a\x12\x90\xa6\xe9\xd0\ -\xb2\xe5\x23\xe0\x1e\x87\x3e\x36\x25\x7c\x83\x38\x3e\x77\x54\xb1\ -\xaf\xe1\x22\x01\xbe\xbe\xd1\x67\x0e\xfe\x72\x68\x28\x5d\xbb\xd8\ -\x74\x04\xac\xd5\x3f\xf0\x23\x08\x0f\x10\x04\x43\x53\x82\x39\x81\ -\xcb\x71\x80\xc1\xbe\x1b\xf6\x8f\xd9\xc5\x16\xbf\x16\x97\xa7\x1c\ -\x36\x5b\x52\xd1\xf1\xcd\x0c\xdf\x60\x45\x82\x3d\x89\x9b\x84\x23\ -\xd9\x85\x56\x2f\x82\xcb\x1d\x36\x59\x52\xd1\xf1\x9a\xef\x9f\x71\ -\x69\x70\x23\x08\x82\x60\xd2\x49\x82\x36\x67\x6b\x12\x20\x68\xbb\ -\x67\x75\x49\x0d\xbf\xdf\x4a\xe1\x1b\x04\x41\x30\x69\x45\xc7\x69\ -\x23\x41\x85\xd3\xd9\xb5\x26\x01\x95\x8a\x39\x05\x7c\xd9\xe2\xf1\ -\x2b\xe1\x3d\xaf\x69\x93\xad\xc2\xb0\xef\x4f\xb4\x91\x50\xbf\xb1\ -\xa3\xef\x54\x76\xb1\x49\x40\xb5\x5a\xbd\xf8\xb3\x3e\xf3\x04\xc2\ -\x9f\x81\x18\xf8\x5a\x91\x57\xd1\xca\x93\x5b\x39\x7c\x83\x61\xdf\ -\x9f\x50\x2b\x87\x51\x5e\x01\xf9\x37\x10\xa3\xf2\x97\xef\x76\xf4\ -\x1d\xda\x7b\xef\xbd\x17\x36\xbb\xbf\x6d\xb6\xd9\x66\x6b\xf1\x3d\ -\x64\x29\x23\xc7\x02\xc7\xba\xcb\x00\x00\x00\x00\x49\x45\x4e\x44\ -\xae\x42\x60\x82\ -\x00\x00\x00\xc5\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x77\x49\x44\x41\x54\x78\x9c\xed\ -\xd0\xb1\x0d\xc2\x40\x10\x04\xc0\x3d\xe8\x01\x51\x0a\x75\x20\x3a\ -\x20\x72\x45\xee\x82\x90\x1e\xe8\xc4\xa2\x07\x78\x52\xf4\x8e\x8d\ -\x25\x3c\x13\xae\x2e\xd8\xdb\x04\x00\x00\x00\x00\x00\x00\xd8\x82\ -\xea\x83\xd3\xad\x9d\x5b\xda\x98\xe4\xb0\x42\x9f\x25\x4d\x79\xd7\ -\xf5\x71\xa9\xfb\x77\xb8\xeb\xaf\xfe\xf4\xf9\x24\x39\xd6\xbe\x8d\ -\x7d\x38\x1b\x60\x6b\x66\x03\x54\x6a\x48\xf2\x5c\xa1\xcb\xd2\xa6\ -\xf6\xaa\x61\xed\x12\x00\x00\x00\x00\x00\x00\x00\xc0\xef\x7d\x00\ -\x4e\xfe\x12\x08\x2a\x3f\xe7\x81\x00\x00\x00\x00\x49\x45\x4e\x44\ -\xae\x42\x60\x82\ -\x00\x00\x00\x68\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x1a\x49\x44\x41\x54\x58\x85\xed\ -\xc1\x01\x01\x00\x00\x00\x82\x20\xff\xaf\x6e\x48\x40\x01\x00\x00\ -\x00\xef\x06\x10\x20\x00\x01\x47\x01\xa0\x88\x00\x00\x00\x00\x49\ -\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\xc8\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x7a\x49\x44\x41\x54\x78\x9c\xed\ -\xd0\xb1\x6d\xc2\x60\x14\x85\xd1\xef\x67\x88\x88\x81\x32\x01\x62\ -\x83\xd0\x78\x22\x9a\xac\x90\x36\x0d\x0b\x59\x2c\xe1\xb4\x91\x5d\ -\x83\x25\x38\xa7\xbc\x7a\xc5\x7d\xb7\x00\x00\x00\x00\x00\x00\x80\ -\x77\x30\xd6\xc1\xe7\xf9\x72\x1a\x4b\xd7\xea\x63\x87\x3e\x0f\x33\ -\x6a\x5e\xea\xeb\xf6\xf3\xfd\xfb\x3f\x3f\x6c\x0e\x5f\xf0\xf9\xaa\ -\xa5\x8e\xd5\x75\x9d\x6f\x06\x78\x37\x9b\x01\x96\xd1\x54\xdd\x77\ -\xe8\xf2\x50\xa3\xe6\x6a\xda\xbb\x07\x00\x00\x00\x00\x00\x00\x00\ -\xf0\x7c\x7f\x0b\xd1\x0f\x08\x20\x9f\x5b\xc7\x00\x00\x00\x00\x49\ -\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\x20\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\xd2\x49\x44\x41\x54\x78\x9c\xed\ -\xd0\xb1\x15\x82\x50\x10\x44\xd1\x5d\x8b\xa0\x16\xeb\xa0\x05\x22\ -\x2b\xb2\x0b\xea\xb0\x0e\x22\xab\x00\x03\x34\xd3\x94\xeb\x39\xcc\ -\x8d\x7e\xf6\x67\x5f\x55\x44\x9c\x59\xab\x8f\xaf\xf3\x36\x6e\xb5\ -\xdd\xf7\x11\x7d\x7b\x8c\x3d\x8b\x1d\x17\xf1\x69\x55\xd5\xfb\xf8\ -\xa1\xaa\x86\x4f\x08\x81\x05\xa8\xfd\xf8\x6f\xef\x43\xc9\x00\x7f\ -\x21\x01\xf4\x00\x2d\x01\xf4\x00\x2d\x01\xf4\x00\x2d\x01\xf4\x00\ -\x2d\x01\xf4\x00\x2d\x01\xf4\x00\x2d\x01\xf4\x00\x2d\x01\xf4\x00\ -\x2d\x01\xf4\x00\x2d\x01\xf4\x00\x2d\x01\xf4\x00\x2d\x01\xf4\x00\ -\x2d\x01\xf4\x00\x2d\x01\xf4\x00\x2d\x01\xf4\x00\x2d\x01\xf4\x00\ -\x2d\x01\xf4\x00\x2d\x01\xf4\x00\x2d\x01\xf4\x00\x2d\x01\xf4\x00\ -\x2d\x01\xf4\x00\x2d\x01\xf4\x00\x2d\x01\xf4\x00\x2d\x01\xf4\x00\ -\x2d\x01\xf4\x00\x4d\x06\x78\xfe\x78\x1f\xca\x05\x58\x7b\xea\xae\ -\xa5\xbb\x96\x5a\x7b\x62\x3b\x22\xe2\xd4\x5e\x68\x08\x13\x4e\x3b\ -\x46\xe4\xd2\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x03\xde\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x03\x90\x49\x44\x41\x54\x78\x9c\xed\ -\x98\xcf\x6f\x54\x55\x1c\xc5\xcf\xb9\xf3\xd2\xd4\x04\x31\x4a\xdd\ -\x89\x2e\x81\x75\xdb\x99\x31\xc6\x64\xaa\x81\x98\x2e\xb4\xd3\x1a\ -\x16\xec\x90\x10\xfd\x03\x54\xe2\x82\x18\x62\x42\xfc\xb1\x36\x21\ -\x50\x60\x45\x4c\xa0\xf3\xa6\xb8\x60\x92\x26\x32\x24\xd8\xc8\x88\ -\xac\xd5\x35\xee\x24\x1a\xe3\xa2\x55\xda\x7b\x5c\xcc\x80\xd3\x77\ -\x6f\x3b\xbf\xde\x9b\xa9\x78\x3f\xcb\xfb\xee\xfd\x7e\xcf\xf7\xbc\ -\xef\xdc\x77\xef\x00\x81\x40\x20\x10\x08\x04\x02\x81\x40\x20\x10\ -\x08\x04\x02\x81\xff\x17\x1c\x55\xe2\x7c\x45\x65\x52\x5f\x02\x30\ -\x90\x2e\x34\x16\x72\xa7\x47\xa1\x63\x24\x06\x14\x63\x9d\x14\x74\ -\x0e\x80\x79\x2c\x44\x3c\x79\x67\x81\x8b\xc3\xd6\x62\x3a\x4f\x49\ -\x97\x62\xac\x53\x82\xce\x27\x73\x8b\xba\x90\xaf\xea\xc3\x61\xeb\ -\x19\x5e\x07\x48\x2c\x54\xed\xe7\x00\xdf\xef\x30\xf1\x8b\x46\xd9\ -\x9c\x02\xa9\x61\xc8\x1a\x8a\x01\xa5\xba\xa2\xb5\xdf\xed\x79\x80\ -\xc7\xbb\x5b\xa1\x4b\x4f\x3d\x6b\xde\xbd\x35\xc3\x8d\x6c\x95\x0d\ -\xc1\x80\xd2\x65\x8d\xaf\xed\xd5\x57\x20\xe6\x92\xcf\x24\x58\x36\ -\x15\x38\x3f\x45\x02\xd5\xf1\x3f\x78\xec\xd6\x71\xae\x67\xa9\x2f\ -\x53\x03\x0a\x37\xb4\x17\xeb\x5a\x06\x30\xe3\x49\xbd\x09\x3c\xea\ -\x72\x02\x50\xce\x13\xe2\x66\x94\xe3\xdc\xea\x5b\xfc\x33\x2b\x8d\ -\x99\x19\xf0\xea\x55\x3d\xff\x77\xa4\x1a\x80\xc9\xad\x4f\x84\x66\ -\xf1\x3e\x94\x73\x24\x11\x3f\x8c\x3d\xe4\xec\xed\xa3\xfc\x35\x0b\ -\x9d\x99\x18\x30\x79\x55\x2f\x46\x91\x56\x00\x1c\x48\x64\x13\x05\ -\xbb\xe3\xee\x46\x18\xc8\xd1\xf5\xb3\x35\x3c\x7c\x77\x8e\xf7\x53\ -\x96\x9a\xbe\x01\xc5\x58\x87\x04\xad\x00\x78\x21\xf1\x48\x20\x2c\ -\x3a\xed\xed\x04\x24\x18\xba\xda\xee\x1b\xcb\x23\xdf\xbd\xcd\x9f\ -\xd2\x53\x9b\xf2\x39\x60\xba\xa2\x69\x41\xb7\xe1\x2b\x1e\x5d\x14\ -\xdf\x9a\x49\xc0\x82\xce\xec\xfd\xd6\xe8\xdb\xfc\x92\xa6\x52\x11\ -\xdb\x22\x35\x03\xa6\xab\x7a\xdd\x50\x37\x01\xec\x6b\x1f\x17\xd4\ -\x2c\xbe\x57\x04\x0b\x38\x26\xec\xa3\x51\x3d\x1f\xeb\xb5\xbe\x85\ -\x26\x48\xc5\x80\x62\xac\x79\x23\xdd\x00\xb0\xa7\x7d\x5c\x90\x08\ -\xf6\x5e\xfc\xbf\x58\x34\x0d\x6c\x67\x0f\xa1\x5a\xbe\xa2\xf2\x00\ -\x71\x1f\x33\xb0\x01\xf9\xaa\x4e\x08\xba\x06\x60\xac\x7d\x5c\xa0\ -\x1d\xb0\xf8\x16\xb4\x72\xe3\x8c\x91\x5a\x2a\xc4\x7a\x67\xd0\xe8\ -\x03\x19\x90\x8f\xf5\x01\xa5\xc5\x64\x9c\x66\xf1\xce\x9b\xeb\x1b\ -\x42\xf2\x98\x60\x00\x5d\x2c\xc4\xea\x70\xb4\xee\x14\xbb\x1f\x24\ -\x16\x63\xfb\xa9\x48\xe7\xf2\x22\xc0\xd2\xfd\xed\xa6\x05\xe1\x79\ -\x69\x82\x3e\xfb\xbe\x6c\x3e\xea\xe7\xfe\xd0\xb3\x01\xa5\xba\xa2\ -\xf5\xdf\xec\x39\x91\x27\x5c\x21\x99\x16\xdf\xcc\x21\x90\xf4\x9a\ -\xb0\xf8\xd2\x86\x79\xef\xda\xd1\xed\x0e\x59\x7e\x7a\x32\xa0\x74\ -\x59\xe3\x6b\xcf\xe8\x0a\x80\xf9\x44\xf6\x66\xf1\xee\xa7\x2b\x13\ -\x24\x90\x80\xf1\xa8\x8f\x9f\x1b\xe7\xb1\xda\x2c\xff\xea\x36\x56\ -\xd7\x06\xbc\x72\x5d\x4f\x6f\x6c\x6a\x19\x80\xf3\x09\x6a\x5d\x6a\ -\x86\x52\x7c\x5b\x4e\x6f\x27\x10\xf8\x26\x97\x63\xb9\xdb\xfb\x43\ -\x57\x06\x4c\x7e\xad\x89\x68\x53\x35\x08\x5b\x0f\x21\x12\xc0\xde\ -\x5a\x2e\x55\x48\xc0\xda\x1c\xb8\xb5\x0c\x02\x77\x1f\x46\x9c\xbd\ -\xf7\x26\x1f\x74\x0c\xd1\x69\xc2\xf4\xb2\xf6\x1b\xab\x15\x00\x07\ -\x13\x8f\xfa\x3b\xe0\x64\x81\xff\xfe\xf0\x23\xc4\x23\x8d\x05\xfe\ -\xb2\xd3\xd2\x1d\x3f\x83\x2f\x2f\xe9\xa0\xb1\x5a\xc5\x6e\x2e\x1e\ -\xd8\xee\xd4\x78\x88\x46\xab\x53\xd7\x75\xc0\xb7\xe4\x11\xdb\x76\ -\x40\x7e\x49\x53\x34\xaa\x01\x98\x70\xd2\xed\xa6\xe2\xdb\xf1\x77\ -\xc2\x03\x90\x6f\x34\xca\xbc\xe7\x5b\xe2\xed\x80\x42\x45\x33\x34\ -\xaa\x23\x51\xbc\x76\x73\xf1\x00\xd0\xbc\x6a\x27\x3b\x61\x02\x52\ -\xbd\x58\x55\xc9\xb7\xc4\xe9\x80\x42\x45\xa7\x61\x74\xc6\xe3\xe4\ -\x70\xb7\xf9\x01\x71\xc4\x13\x82\xe5\xc7\x8d\x05\x7e\xb2\xe3\xbc\ -\x62\x6c\x37\x04\xf8\xfe\x9e\xfa\xcf\x43\x60\xf3\xce\xbc\x89\xda\ -\xc7\x3c\x27\xaa\x27\x17\x5f\x6d\xee\x1e\x40\x9e\x6d\xed\xaa\x4f\ -\x16\x82\x05\x79\x76\xd4\x32\x02\x81\x40\x20\x10\x08\x04\x02\x81\ -\x40\x20\x10\x08\x04\x02\xa3\xe6\x1f\x3c\x8f\x50\x7d\x3b\xd7\xa3\ -\xf5\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\xc8\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x7a\x49\x44\x41\x54\x58\x85\xed\ -\xd2\xb1\x0d\x83\x40\x10\x44\xd1\xbf\x4b\x0f\x96\x08\x08\xdc\x09\ -\x9d\x10\x90\xb8\x24\x02\xc7\xae\x81\x6e\x08\x1c\x20\xd1\x03\xb7\ -\x8e\x0e\x59\x42\x22\xe3\x2e\x99\x97\x8d\xb4\xd2\x4c\xb0\x20\x22\ -\x22\x52\x99\xfd\x87\x88\x30\xa0\xb9\xb9\x73\x37\xb3\x38\x0d\x58\ -\x96\x6f\x6f\xce\x07\x68\x6f\x1e\xb0\x85\x33\x3c\xbb\x6e\x06\xf0\ -\x63\x89\x33\x15\x28\x07\x78\x58\xe2\x9d\x83\x5f\x5d\x96\x70\x0c\ -\x88\xc4\x0b\x58\x0b\x74\x6e\x61\x31\xe6\x50\xfd\x09\x45\x44\x44\ -\xaa\xfb\x01\x02\x66\x1a\x07\xaf\xc1\xa8\xac\x00\x00\x00\x00\x49\ -\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\xb2\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\x64\x49\x44\x41\x54\x58\x85\xe5\ -\xd6\x31\x4e\xc3\x30\x14\xc6\xf1\xff\x73\x93\x72\x03\x3a\x70\x82\ -\x96\x89\x89\xb9\x8d\xc4\x58\x04\x5c\xa1\x03\xb7\xf0\x35\x90\xe8\ -\x15\x2a\x04\x2c\x88\x42\x7b\x08\xa0\x9c\x80\x01\x26\xf6\xd2\x98\ -\x81\x86\xa2\xa6\x21\x76\xe2\x84\x01\x8f\xf6\x93\x7f\x9f\x6c\xe7\ -\x29\xf0\xdf\x87\xd4\x89\x45\xfd\x41\x4b\x85\xe6\x12\xe4\x65\x3c\ -\x1a\x9e\x00\xa8\x7a\x71\xa6\x20\xfb\x60\x76\x92\xf9\x5a\x02\xac\ -\x70\xda\xc0\x73\x3c\x97\xc3\x64\xad\xf2\x2b\x48\xe3\x74\xef\xaf\ -\x86\xaf\xb5\x04\xc8\xc3\x2b\x0d\x60\x83\x57\x16\xc0\x16\xaf\x24\ -\x80\x0b\xee\x3d\x80\x2b\xee\x35\x40\x11\xdc\x5b\x00\x5b\xfc\xe0\ -\xe8\x74\xdb\xa8\x8f\x1b\x83\xbc\xdf\x8d\xce\x7b\xe0\xa1\x11\x39\ -\xe2\x13\x60\x4f\x30\xcd\x64\xbe\x54\x80\x02\xf8\x2e\xf0\x28\x71\ -\x70\x9c\xac\x15\xbe\x82\x12\x78\x74\x7b\x71\xf6\x56\x2a\x80\x2f\ -\xbc\x50\x00\x37\x7c\x31\x05\xd3\x01\x9e\x24\x0e\x7a\xeb\xb8\x73\ -\x00\xdf\xb8\x53\x80\x2a\x70\xb0\xfc\x0a\x6c\xf1\xa8\x3f\x68\xb9\ -\xe0\x60\x71\x02\x2e\xb8\x0a\x65\xe2\x82\xe7\x06\x28\x86\xcb\x4c\ -\xe2\x46\x77\x13\xee\xd4\x09\x2b\xc2\x53\x9d\x30\xa8\x0f\x5f\x4c\ -\x81\x0e\x6b\x9d\xb0\x51\x0e\x67\xb9\x69\x36\x1e\xf5\x07\x2d\x09\ -\xcc\xcf\x87\x99\xdd\x09\x0b\xe0\x6d\x90\x59\x3c\x37\xbd\xa2\x0f\ -\x53\x36\x6f\xea\x0b\x5f\xd5\x65\x9d\x90\x02\xd0\x5a\x2b\x15\x32\ -\xce\xc3\x01\x51\x21\xd7\x79\xf8\x7a\x5d\x16\xfe\x1d\x60\x39\xb6\ -\x80\x87\xdf\xfe\x64\xb4\xd6\x02\xd2\xfc\xaa\xcb\xc4\x53\x75\x36\ -\xfd\x00\xad\xb5\xc2\xae\x35\x8b\xe7\xba\xbf\x1d\x9f\xf9\xbe\xa6\ -\x95\x85\xff\xbc\x8e\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\ -\x82\ -\x00\x00\x01\xb2\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\x64\x49\x44\x41\x54\x58\x85\xe5\ -\xd6\xb1\x4a\x03\x31\x1c\xc7\xf1\x6f\x72\x97\xfa\x06\x56\x90\x6a\ -\x29\x5d\xaa\x93\x93\x73\xeb\x03\x08\xfa\xa4\xe2\x52\x10\xda\x87\ -\x50\xeb\x52\x6e\x13\xd4\xc9\xfd\xae\xf7\x77\x90\x13\xda\x5e\xbd\ -\x24\x4d\xce\xc1\x8c\xc9\x1f\x3e\x3f\x92\x3f\x7f\x02\xff\x7d\xa9\ -\x36\xb1\x2c\xcb\xba\x5a\x9b\x3b\x34\xaf\xfd\x93\xde\x2d\x80\x6e\ -\x15\x4f\xd2\x39\x8a\x4b\x4a\x8e\xab\xfd\xb4\x55\x1c\x35\x02\x79\ -\x29\xcb\xe2\xba\x3a\x8b\xfe\x04\x5b\xf8\xaa\x18\x0f\x06\x83\xf7\ -\x56\x02\x34\xe1\x51\x03\xd8\xe0\xd1\x02\xd8\xe2\x51\x02\xb8\xe0\ -\xc1\x03\xb8\xe2\x41\x03\xf8\xe0\xc1\x02\xd8\xe2\xcb\xe5\xdb\x61\ -\x6a\xf2\x29\xf0\xd9\x3f\xed\x4d\x20\xc0\x24\x74\xc4\x67\xc0\x05\ -\x48\xa7\xda\xdf\x2b\x80\x07\x7e\x0e\x3c\x15\x79\xe7\xa6\x3a\xf3\ -\x7e\x02\x7f\xdc\x5c\x0d\x87\x47\x1f\x7b\x05\x08\x85\x7b\x05\x70\ -\xc4\xe7\xc0\x19\xf0\x5c\xe4\x66\xb2\x89\x3b\x07\x08\x8d\x3b\x05\ -\x88\x81\x03\x24\x21\xf1\x2c\xcb\xba\x49\x8a\x35\x0e\x16\x37\xe0\ -\x82\xeb\xc4\xcc\x5c\xf0\xc6\x00\x9e\xf8\xa2\xc8\xcd\xb8\x0e\x77\ -\x9a\x84\x91\xf0\xad\x49\x58\xfb\x27\x8c\x84\x57\xbd\xb1\x36\x09\ -\xb7\x9a\xd0\x0d\x4f\xe7\xa0\x7e\xc5\x6b\x1a\x73\x6d\x18\xe9\xcd\ -\x62\x47\x7c\x04\x2c\xca\x55\x5e\xdb\x70\x36\x8d\xa9\xd6\x8b\xfd\ -\x70\x9b\xba\x5d\x37\xa4\x01\x44\x44\xab\xc4\x3c\x34\xe1\x22\xa2\ -\x54\x62\xee\x9b\xf0\xcd\xba\x5d\xf8\x4f\x00\x00\x25\x1c\x08\x3c\ -\x36\xfc\x64\x94\x52\x74\xbe\xeb\xea\xf1\xba\x3a\x9b\x79\x80\x88\ -\x68\x11\x69\x1c\x4c\x22\xa2\x42\xd6\xfd\xf9\xfa\x02\x53\x42\xe8\ -\x88\x61\x1a\x4e\x81\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\ -\x82\ -\x00\x00\x03\x62\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x03\x14\x49\x44\x41\x54\x78\x9c\xed\ -\x9a\x3b\x68\x14\x51\x18\x85\xcf\x99\x5d\x30\x62\xb0\x11\x11\x31\ -\x85\xc1\x58\x08\x01\x0b\x61\x77\xed\x02\xbe\x30\x85\x8f\x0d\x31\ -\x60\x97\x80\xa8\xa4\xb3\x09\x29\xad\x8c\xa5\x90\x20\x5a\x58\x5a\ -\x24\xee\x86\x20\x24\x82\x0a\x16\x82\xd9\x80\x45\x24\x85\x85\xa2\ -\xc5\x82\x88\x58\x28\x3e\x12\xdc\x9d\x63\x13\x44\x77\x66\x77\x33\ -\x33\x7b\xf7\x26\xce\x7c\xe5\x9d\x9b\xf3\x9f\x39\x99\xc7\xbf\x77\ -\x2e\x90\x90\x90\x10\x67\x18\x55\xa0\x6f\x5a\x9d\xab\x69\x8c\x0a\ -\x1a\x14\xd0\x4b\x60\x5b\x2b\x8c\x85\x45\xc0\x1a\x81\x15\x82\x33\ -\x1d\x15\x4c\x3d\xbb\xc0\x6f\x8d\xe6\x47\x0a\x20\x5b\xd4\x09\x40\ -\xf7\x00\x74\x45\xd1\x31\x48\x19\xe0\x48\x29\xcf\xc7\xf5\x26\x38\ -\x61\x95\xb3\x45\x8d\x00\x7a\x84\xcd\x7b\xf2\x00\xd0\x05\x68\x21\ -\x5b\xd4\x70\xbd\x09\xa1\xae\x80\xec\xac\x4e\x42\x5a\x40\x84\x00\ -\xdb\x4c\x15\xe0\x69\xbf\x2b\x21\x70\x00\x7d\xd3\xea\xfc\x99\xd6\ -\x6b\x00\xfb\x5a\x62\xad\x7d\x94\xb7\x57\x78\xa8\xf6\x99\x10\xf8\ -\x3f\xb8\x9a\xc6\x28\xb6\xde\xc9\x03\x40\xd7\xba\xf7\x7f\x08\x1c\ -\x80\xa0\xc1\xd6\xf8\x69\x3f\x7e\xde\x43\x04\x80\xde\xd6\xd8\x69\ -\x3f\x7e\xde\xd3\x41\x45\x9a\xbd\xe7\x4b\x79\x27\x72\x6f\x11\x85\ -\x6c\xd1\x55\xbd\x63\x7e\xde\xb7\xca\x53\xdc\x18\x49\x00\xb6\x0d\ -\xd8\x26\x09\xc0\xb6\x01\xdb\x24\x01\xd8\x36\x60\x9b\xd8\x07\xd0\ -\xb4\x11\x3a\x52\xd0\xde\xb4\xe3\x5e\x95\xcb\x63\x20\xf6\x34\x9b\ -\x9f\x29\xba\x6f\xc2\x9a\xa1\x20\x10\x65\x81\xf3\xec\xc0\x9d\x52\ -\x3f\xbf\x86\xd5\xda\x70\xcd\x46\x07\x73\x05\x9d\x11\x75\x0f\xc0\ -\x2e\xd3\x46\x3c\x08\xef\x00\x5e\x2c\x0d\x70\x31\xc8\x9f\x35\xea\ -\x04\x01\x6f\xa7\x5a\xf7\x16\xc8\x14\xab\x13\xa2\xe6\x60\xe3\xe4\ -\x01\x80\xe8\x06\xf5\x3c\x53\xd4\x15\x93\x65\x7c\x03\xc8\x15\x34\ -\x44\x70\xcc\x64\xe1\x0d\x92\x22\x34\x99\x2d\x28\x67\xaa\x80\x27\ -\x80\xdc\xac\xf6\x8b\xba\x6b\xaa\x60\x08\x52\x80\xee\x67\xe7\xb5\ -\xd3\x84\xb8\x27\x00\xb9\xee\x38\x00\x23\xc5\x42\x43\x74\x6b\x15\ -\x97\x4d\x48\x7b\x6f\x01\xb2\xdf\x44\xa1\xa8\x10\x32\xe2\xcb\xef\ -\x19\xb0\x39\x57\x79\x65\xc6\x57\xe0\x05\x11\x27\xc5\x83\x26\x8c\ -\xa0\x8a\x1e\x17\x5a\xa8\x77\x58\x8c\xfe\x11\xc7\x8f\xc0\x01\xbc\ -\x38\xcb\xd0\x8d\x4e\x23\x8e\xce\x09\xa8\x9a\x50\x6e\x4c\xec\x5b\ -\xe1\x24\x00\xdb\x06\x6c\x93\x04\x60\xdb\x80\x6d\x92\x00\x6c\x1b\ -\xb0\x4d\x12\x80\x6d\x03\xb6\x49\x02\xb0\x6d\xc0\x36\x49\x00\xb6\ -\x0d\xd8\x26\xf0\xaf\x41\x5b\x10\x38\xd0\x6c\xc5\xb7\x19\x02\xd6\ -\x6a\xc7\x62\x75\x05\x10\x58\xa9\x1d\x8b\x59\x00\x9c\xa9\x1d\x8b\ -\x53\x00\xe5\x8e\x0a\xa6\x6a\x07\xe3\x12\x40\x15\xe0\x88\xdf\xbe\ -\xe1\x38\x04\x50\x05\x78\xa9\xde\x7e\xe1\x2d\xf3\x16\x08\x49\xd3\ -\xcd\xd2\xff\x5d\x00\x7f\x6f\x97\xff\xb1\x03\x93\xaf\x4e\xf1\x7b\ -\xa3\xf9\x9e\xa5\xe6\xa8\xef\x5a\x53\x08\x78\xbb\x94\x77\x7a\x5a\ -\xad\xeb\xfd\x34\x06\x7c\x6a\x75\x91\x96\x20\x7c\x34\x21\xeb\x09\ -\x80\xd0\x13\x13\x85\xa2\x42\x47\x4f\x4d\xe8\xfa\x5c\x01\xce\x4d\ -\x00\xbf\x4c\x14\x8b\xc0\xe7\x8a\xeb\xdc\x36\x21\xec\x09\x60\x29\ -\xcf\x65\x6d\x8e\xbd\x01\x7f\xa0\xc3\xe1\x97\x03\xfc\x60\x42\xdb\ -\xb7\x0f\x58\x5a\xc6\x2d\x00\x0f\x4c\x14\x0c\x8e\x26\x16\xcf\xf1\ -\xa1\x29\x75\xff\x46\xe8\x3a\xdd\xd2\x32\x87\x04\x5e\x83\xbd\xdb\ -\xe1\x0b\xc9\xa1\x52\x3e\x35\x6e\xb2\x48\xd3\x2f\xae\x99\xa2\x0e\ -\x13\xee\x98\xc0\xe3\x04\x76\x9b\x34\xb3\x4e\x19\xd2\x3c\x1d\xe7\ -\xc6\xe2\x79\xbe\x6f\x43\xbd\x84\x84\x84\x18\xf3\x1b\xe9\x0c\xd1\ -\x12\xec\xcb\x09\x01\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\ -\x82\ -\x00\x00\x00\xd1\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x83\x49\x44\x41\x54\x78\x9c\xed\ -\xd7\xb1\x0d\xc2\x40\x10\x04\xc0\x7d\x8a\x40\x34\x42\x23\xb4\x40\ -\x80\x1c\xd1\x0b\x89\x45\x23\x54\xe1\x42\x2c\x9a\x78\x52\x64\x7d\ -\x6a\x8c\xfc\x33\xe1\xea\x82\xbd\xcb\x2e\x01\x00\x00\x00\x00\xa0\ -\x1f\x65\x19\x9c\x6f\x8f\x4b\x92\xb1\x26\xc7\x0d\xfa\xac\x69\x4e\ -\xea\x75\x7a\xde\x5f\xdf\xe1\xa1\x31\xb8\xc7\xe5\x93\xe4\x94\x94\ -\x71\x19\xb6\x0e\xd0\x95\xd6\x01\x86\x92\xbc\x7f\xde\x64\x7d\x73\ -\x52\x87\xad\x4b\x00\x00\xff\xc3\x2f\xd0\x18\xdc\xe3\xf2\x89\x5f\ -\xa0\xcd\x2f\x00\x00\x00\x00\x00\x00\x40\x27\x3e\xec\xfd\x1c\x0f\ -\x3a\x57\x98\xc9\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\ -\x00\x00\x03\x52\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x03\x04\x49\x44\x41\x54\x78\x9c\xed\ -\x9b\xbd\x4f\x14\x51\x14\xc5\xcf\x99\xac\x05\x6c\xa9\x1b\xbe\x7a\ -\x1b\x59\x1a\xe2\x62\x21\x35\x35\x9f\x46\x12\xb1\x93\x68\x02\x5a\ -\xc2\x5f\xa0\x35\x98\x08\xa5\x9a\x48\xc2\x67\x2c\xa9\xb1\x20\x24\ -\x34\x2c\x54\xd6\x2c\x12\xb4\xdc\xa5\x60\x9d\x63\xe1\xb2\x3b\xcc\ -\x0c\x1f\x22\xbb\x77\x37\xbc\x5f\xb5\xf7\xdd\x3b\xc9\x79\x27\xef\ -\xcd\x6c\x71\x2f\xe0\x70\x38\x6e\x33\xbc\x4a\x51\xd7\xba\x92\x4d\ -\x79\x8c\x80\x1a\x22\xd0\x29\xa1\x1d\x40\xa2\xca\xda\xfe\x95\x22\ -\x89\x9c\x80\x5d\x88\xcb\xc7\x49\x2c\xee\xf4\x31\x7f\xd9\x43\x17\ -\x1b\x20\x31\xb3\x86\x31\x42\x6f\x01\xb4\xdd\x94\xd2\x1a\x71\x20\ -\x70\x6a\xab\x1f\x9f\x41\xea\xbc\xa2\x73\x0d\xe8\x9e\xd7\x9d\x44\ -\xca\x9f\x05\x38\x5e\x1d\x7d\xb5\x42\xf3\xc5\x23\x6f\x62\x7b\x9c\ -\x27\x71\xd9\xf8\x63\x2c\x31\xb1\xea\xbf\x07\xf8\x22\x94\xc9\x4a\ -\xfa\x46\x7a\x3f\x48\xf8\x37\x2d\xf5\x7f\x90\xe0\x49\x7e\x2b\xc9\ -\xc7\x00\xd2\x95\x0c\xc7\x13\x29\x1f\x90\x5e\xc6\x9d\x84\xd8\x13\ -\x90\x59\xd5\x18\xa1\x8f\x81\xa5\x5f\x12\x27\xb7\x06\xb0\x70\xd1\ -\x71\xaa\x0b\x24\x66\x56\xf1\x94\xd4\x0c\x80\xbb\xe5\x65\xf0\xf9\ -\xd6\x00\x3f\x85\xcb\x23\x06\xfc\x7d\xe1\xe9\x3b\x2a\x77\xfe\x67\ -\x51\xec\xda\x1e\xe4\x41\xd5\x44\x57\x81\xee\x15\xb5\x25\xa8\x1d\ -\x00\xf7\x4a\x4b\xb9\xe3\x24\xef\x87\x5f\x8c\x5e\xf8\xc1\xa6\x3c\ -\x46\x10\x78\xe1\x49\x7c\xdd\x68\x9b\x07\x80\xed\x41\x1e\x10\x7c\ -\x13\x58\x6a\x6f\x2e\x60\x38\x5c\x17\x31\x00\xd4\x50\x20\xca\x6e\ -\x0d\x60\xa1\x0a\xfa\x6a\xc2\x66\x3f\xbe\x00\xc8\x9e\xc6\x82\x2e\ -\x37\x80\x40\x67\x25\xd0\x46\xdd\xdf\xf9\x8b\x20\x05\x6a\xa3\x1c\ -\x0b\x0f\xc2\x25\x11\x03\x4a\x7f\x72\x4a\x81\x77\x58\x2d\x6d\x35\ -\xe3\xec\x1e\x3a\xc2\xe9\xe8\x15\x08\x7c\x1a\xeb\xed\x53\x77\x1d\ -\x42\x7b\x88\x7c\xf6\xe3\x0c\xb8\x55\x38\x03\xac\x05\x58\xe3\x0c\ -\xb0\x16\x60\x8d\x33\xc0\x5a\x80\x35\xce\x00\x6b\x01\xd6\x38\x03\ -\xac\x05\x58\xe3\x0c\xb0\x16\x60\x8d\x33\xc0\x5a\x80\x35\xce\x00\ -\x6b\x01\xd6\x38\x03\xac\x05\x58\xe3\x0c\xb0\x16\x60\x8d\x33\xc0\ -\x5a\x80\x35\xce\x00\x6b\x01\xd6\x38\x03\xac\x05\x58\xe3\x0c\xb0\ -\x16\x60\x8d\x33\xc0\x5a\x80\x35\xce\x00\x6b\x01\xd6\x38\x03\xac\ -\x05\x58\x13\x67\x40\xf1\xf4\x87\xd4\xf8\x06\x85\xf6\x50\x0c\xe7\ -\xa3\x6d\x72\x44\xae\x12\xf8\x2d\xd5\x91\x55\x43\xce\xee\x61\x3f\ -\x9c\x8e\xb6\xc9\x01\xbb\x95\x80\xbd\x90\xae\x34\x53\x50\x97\x48\ -\x84\xd8\x5b\x8e\x89\xbd\x70\x49\xf4\x88\x8b\xcb\x81\x28\xfd\x68\ -\x15\x23\x55\x11\x57\x03\x7a\xd6\xf0\x04\x81\xce\x71\x82\x4b\xe1\ -\x9a\x88\x01\xc7\x49\x2c\x02\x28\xf7\x06\xfb\xd4\x6c\xcf\x57\x35\ -\xdc\x55\x78\xb8\xa8\x56\x41\x33\x81\xa5\x5c\xa1\x19\x97\x1b\xb0\ -\xd3\xc7\xbc\xc0\xa9\xd3\x98\x40\x4a\xbf\x95\xcd\xac\x68\xb4\x21\ -\xae\x83\xc4\xcc\x8a\x46\x99\xd0\x0e\x81\x54\x79\x19\x9c\x8e\x1b\ -\xa1\x89\xdf\x90\xc4\x9e\x35\xff\x43\xcc\xb4\x48\x16\xd4\x06\xe4\ -\x1d\xd6\x5b\x17\xa9\x04\x0f\xf4\x5b\x4a\x77\x3e\x1d\xcc\x11\x9a\ -\xdb\xec\xf7\x5e\xc5\xf5\x3d\xc7\x4f\x8c\x90\x2a\xce\x6b\x22\x91\ -\xf2\x11\x32\x21\x0d\x31\x0d\x08\xaa\xc7\x16\xea\x98\x03\x4a\x68\ -\xee\xe4\xc8\x9b\x3c\xaf\xe9\xfb\x2a\x43\x53\xcf\x08\xbd\x43\xe3\ -\x0d\x4d\xe5\x04\x4e\x5f\x7b\x68\x2a\x48\xd7\xba\x92\xcd\x05\x0c\ -\x0b\x1a\x2e\xb5\x9c\x77\xa0\x0e\xc7\xe6\x00\xec\x83\xd8\x23\xb8\ -\x54\x68\xc6\xd2\x55\xc6\xe6\x1c\x0e\xc7\xed\xe6\x0f\xfd\x5b\xf6\ -\x1a\x3c\xff\xda\x47\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\ -\x82\ -\x00\x00\x02\x2d\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\xdf\x49\x44\x41\x54\x58\x85\xe5\ -\x96\xb1\x6b\x14\x51\x10\x87\xbf\xdf\xbb\x43\x82\x82\x47\x2c\x6c\ -\xac\xed\x2d\xad\x2c\x24\xb7\x01\x25\xcd\xc5\x8d\xd5\x05\x64\x15\ -\xd3\x08\xf9\x03\xc4\x42\xec\x45\x10\x54\xe2\x21\x78\x95\xae\x77\ -\x4d\xb0\xf0\x36\x58\x58\x59\x8a\xad\x20\x16\xda\xd8\xe8\x05\x0c\ -\x41\x72\x6f\x2c\x56\xc5\x4a\xf7\xed\x3e\x22\xe8\x74\x03\x3b\x33\ -\xdf\xfc\x76\xe6\x31\xf0\xbf\x9b\x62\x27\x5c\x4c\xb3\x23\xde\xeb\ -\x2d\x60\xc5\xe8\xfe\xfc\x9f\xbe\x6f\xc7\x2c\x9e\xf4\xfb\x87\xfc\ -\x8e\x9e\x02\x9d\xaa\x31\x2e\x56\xf1\x34\x4d\x0f\xd8\xce\xdc\x18\ -\x38\x19\x12\x17\x05\x20\x4d\xd3\xd6\x27\xdf\x79\x08\x96\x84\xc6\ -\xc6\x00\xd0\x67\xdf\xb9\x2d\x38\x8f\x01\xe0\xf7\x15\x60\xe1\x5c\ -\x76\x1d\x58\xc3\x00\x27\x0f\xdf\x31\x2a\x5a\xa3\x21\x5c\xe8\x5d\ -\x5c\x97\x71\x15\x00\xc9\x63\x16\x54\x1c\x1a\x28\xd0\xed\x65\x7d\ -\x89\x9b\x3f\x8b\x13\x5e\xbc\x36\x40\xb2\x9c\x2d\x21\x3d\x28\xbd\ -\x7a\x9d\xd7\x06\x48\x7a\xd9\x29\x43\x8f\x81\x96\x61\x56\xb7\xf3\ -\x5a\x00\xdd\xf4\xd2\x09\x93\xdb\x04\xe6\x30\x33\xa1\xa0\x89\x6f\ -\x04\xd0\x5d\xbe\x7c\x1c\x6f\xcf\xc0\x0e\x1b\x58\xf9\xdf\x9b\x5b\ -\x25\x80\xd3\xe9\xda\x31\x98\x15\xc0\x51\xc0\x14\xb8\xeb\xbf\xb3\ -\x4a\x6b\xd8\xf2\x7b\xef\x7f\x71\xa3\x15\x87\x8a\x0a\x08\x5e\x43\ -\xe0\x0b\x13\x13\x60\xcf\xb5\xcf\x80\xbd\x53\x40\x4c\x54\x80\xe7\ -\xf9\xdd\x0f\xd0\x4e\x80\x8f\x80\x2c\x22\x44\xe5\x44\xc5\xe8\xde\ -\x1b\x9c\x16\x41\xdb\x2a\x0f\x99\x28\x10\x41\x49\x8a\x7c\xe3\x95\ -\xcc\x2f\x01\xbb\x80\xcc\x9a\x43\x04\x27\x98\x8c\x07\x2f\x84\xad\ -\x00\x33\x09\x81\x1a\x9d\x75\xb5\x3a\x98\x8c\x06\x9b\x98\x5d\x28\ -\x3d\x73\x34\xb8\x2d\x6b\x4b\x58\x8c\x07\x43\xd0\xfa\x8f\x3c\xa5\ -\x1a\xfb\x08\x00\x50\x8c\x36\x6e\x99\xec\x06\x80\x79\x9c\x6a\x28\ -\xd1\x78\x88\xb6\x9e\x0c\xae\x09\xee\x20\x30\xc3\x11\xa8\x44\x8c\ -\x55\xb2\x8e\x9b\x5e\x31\x78\x84\x80\xc0\xcd\x88\xb2\xcb\x79\x9e\ -\xcf\xe6\xdd\x74\x15\x34\x09\x8d\x8d\xf6\xa2\xe5\x79\xfe\x55\x07\ -\x77\x7b\xc0\xcb\xbf\x02\x00\x30\x19\x0e\xbf\x38\x67\x67\x91\xb6\ -\x81\x69\xcc\xdc\xff\xae\x7d\x03\x68\x47\x95\x0a\x88\x7f\x49\xe0\ -\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\x78\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x2a\x49\x44\x41\x54\x58\x85\xed\ -\xce\x41\x01\x00\x20\x0c\xc4\xb0\x0d\x4d\x78\x9a\x1f\x0c\x83\x8c\ -\xe3\x91\x18\x68\xab\x00\x80\xb0\xde\x73\x6e\x72\x60\x25\xe3\x00\ -\xc0\x17\x1e\xbe\x17\x02\x30\xed\xb9\x5b\x96\x00\x00\x00\x00\x49\ -\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x03\xf0\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x03\xa2\x49\x44\x41\x54\x78\x9c\xed\ -\x97\xbd\x6f\x1c\x45\x18\xc6\x9f\x67\x6e\xb1\x8c\x94\xd0\xc4\x29\ -\xa2\xfb\x8e\xb0\x30\x35\xa1\x87\x20\x2c\x94\x0a\xa7\x4c\x07\x51\ -\x04\x7f\x00\x10\x51\x44\x08\x21\x21\x3e\x6a\xa4\x28\x31\xe9\x10\ -\x05\x08\x68\x88\x25\x4b\xe0\x02\x3a\xa0\xc6\x91\x89\x76\x76\xf7\ -\x4e\x29\x9c\x8e\x02\x07\xdf\xcd\x43\x71\x32\xba\xdb\xdd\xf3\x7d\ -\xf8\xf6\x9c\x8f\xf9\x95\xf3\xee\x3b\xf3\xbc\xcf\xbe\xbb\x33\x03\ -\x78\x3c\x1e\x8f\xc7\xe3\xf1\x78\x3c\x1e\x8f\xc7\xe3\xf1\x78\x9e\ -\x2c\x78\x5c\x0b\x5b\x9b\xac\x81\xf8\x02\xa0\x01\x71\xb3\x51\xab\ -\x5c\x3b\x0e\x1d\xc7\x62\x40\x14\x25\x57\x04\x5c\x07\x60\xfe\x1f\ -\x14\xae\x34\x1a\xd5\xf5\x79\x6b\x31\xa3\x1f\x99\x2d\x51\x94\x5c\ -\x15\x70\x23\xb3\x36\x71\x33\x8a\x92\xf7\xe6\xad\x67\x6e\x1d\x20\ -\x89\x51\xd2\xfa\x0c\xc2\x3b\x23\x1e\xfd\xbc\x5e\xab\x5c\x25\xa9\ -\x79\xe8\x9a\x8b\x01\x92\x82\x28\x6a\xdf\x00\xf5\xc6\x58\x09\xc4\ -\xad\x7a\xb5\xf2\x16\xc9\x4e\xc1\xd2\x8a\x37\x20\x0c\xc3\x45\x32\ -\xf8\x1a\xc4\xeb\xfd\xe3\x02\x40\xc8\xa9\x27\xc1\x64\x84\x10\xdf\ -\xab\xdb\xb9\xd4\x6c\x36\xf7\x8a\xd4\x57\xe8\x3f\x60\x67\x67\xe7\ -\x19\x9a\xe0\x76\xa6\x78\x01\x04\xba\x00\x45\x40\x04\xba\x99\x7e\ -\x17\xd6\x68\x82\x1f\xb7\xb7\x77\x4f\x16\xa9\xb1\xb0\x0e\xd8\xb9\ -\x77\xef\xf4\x53\xff\x76\x36\x00\xbc\x30\x10\x90\x00\x9a\x6e\xaf\ -\x07\x52\x52\xe4\x4a\x60\x46\xd2\xef\xfb\x0b\xc1\x85\xe5\x33\x67\ -\x76\x8b\xd0\x59\x88\x01\x77\xef\xb6\x6b\xa5\xc0\x6d\x02\x78\x2e\ -\xb5\x9a\x00\x3a\x68\xd8\xff\x8d\x00\x65\xa0\x8c\xae\x3b\x9d\xc0\ -\xbc\xfa\x6c\xb9\x9c\xcc\x5a\xeb\xcc\x0d\xb0\xd6\x3e\x0f\x96\x36\ -\x01\x54\x52\x2b\x09\x82\x1b\x53\x94\x51\x4a\x1b\x81\xc4\x39\xb3\ -\xda\x6c\x96\xb7\x67\xa7\x76\xc6\xff\x80\x38\x8e\x5f\x04\x4b\xbf\ -\x20\x5d\x3c\xc6\x2f\xbe\xf7\x30\x1c\x30\xb8\x0d\x0a\xa8\xd2\xb8\ -\x5f\xe3\x38\x3e\x37\x0b\xad\x07\xcc\xcc\x80\x28\x6a\xbd\xe2\xc4\ -\x9f\x01\x9c\x4a\x85\x44\x8e\x5f\xfc\x01\xa4\x1c\xb2\xdf\xca\x29\ -\x27\x6e\x59\xdb\x3a\x3f\xb5\xd0\x14\x33\x31\xc0\xda\xe4\xa2\xa0\ -\xdb\x00\x4e\x0c\x04\x04\x01\x70\x43\x3f\xf9\x43\xe8\xe5\xd0\x41\ -\x99\xec\x13\xa0\x36\xac\x4d\xd6\xa6\x53\x3b\xc8\x91\x0d\xb0\x36\ -\xb9\x0c\xe2\x1b\x00\x0b\x03\x01\xd2\x61\x8a\x37\x9f\x81\x74\x20\ -\xd3\xf3\x2c\x80\xf8\xd6\xda\xf8\xcd\xa3\x4e\x7f\x24\x03\xac\x4d\ -\xde\x05\xb1\x9e\x9e\x87\x40\xde\x9b\x9b\x1e\xa9\xb7\x7b\x0c\x62\ -\x40\x7e\x69\x6d\x3c\xea\x68\x7d\x28\x53\xed\x02\x92\x68\xe3\xd6\ -\x27\x04\xf2\x2e\x2f\x0e\xd9\x4d\x7e\x56\x10\x39\x2f\x4d\xc0\xa7\ -\x8d\x5a\xe5\xfd\x69\xee\x0f\x13\x1b\x20\x29\x88\x92\xd6\x75\x08\ -\x97\x73\x84\x38\x16\x57\xfc\xc1\x1a\x64\x7e\xe7\xae\xd7\x6b\x95\ -\xb7\x49\x76\x27\x99\x6f\x22\x03\xc2\x30\x5c\x64\x29\xf8\x0a\xc2\ -\xc5\x8c\x30\xc1\x91\xc5\x16\xdf\xb7\x16\xc9\x1c\x13\x88\xef\xf6\ -\x1f\xec\x5d\x5a\x5e\x5e\x7e\x30\xee\x5c\x63\x1b\xb0\xbd\xbd\x7b\ -\x72\xf1\xe9\xbd\x1f\x00\xe4\x6c\x41\xca\xec\xdb\xc5\x23\x02\xcc\ -\xeb\x84\x9f\xf6\xfe\x59\x5c\x5b\x59\x39\xfd\xf7\x38\xb3\x8c\x65\ -\x40\xbb\xdd\x5e\xda\xef\xb8\x0d\x00\x03\x87\x10\xf5\xfa\x71\xa2\ -\x96\x9b\x35\x12\x4a\xe9\xeb\x83\x80\xdf\x16\x02\x73\xa1\x5c\x2e\ -\xdf\x1f\x95\x3f\xd2\x80\xbf\xda\xed\x6a\xd0\x71\x9b\x00\x56\x06\ -\x12\x09\x69\x82\xd3\x5d\x91\x90\x30\xca\xdc\x1f\xf4\x67\x50\x32\ -\xab\x95\x4a\xa5\x75\x68\xee\x61\xc1\x30\x6c\xaf\x18\xe3\x36\x05\ -\x54\x53\x69\xea\xb5\xfd\xc3\x04\x4d\xef\xb3\xe8\x1f\x42\xec\x3a\ -\x66\xf5\xec\xd9\xf2\x9d\xa1\x59\xc3\x02\x71\x1c\x9f\x73\xe2\x06\ -\x80\xa5\x54\x48\xc0\xc3\xf1\xe6\x73\x30\xc8\xd6\x74\x9f\x70\xaf\ -\xd5\xeb\xf5\x3f\x86\x25\x64\xb0\xb6\xf5\xb2\x13\xb7\xf0\x68\x15\ -\x0f\xe4\x9f\x41\x96\x04\xb3\x15\x86\xc9\x4b\x79\x09\x99\x0e\xb0\ -\x71\x7c\x0d\xe2\x87\x79\xb1\x47\x1c\x81\xfa\xa0\x51\xab\x7d\xd4\ -\x3f\x98\x29\x32\x8a\x92\x8e\x80\xd2\xfc\x74\xcd\x0f\x02\xdd\x7a\ -\xbd\x1a\xf4\x8f\xe5\x1d\x2b\x1f\x5b\xf2\x6a\xcb\x18\x60\xc8\x8f\ -\x73\x2e\x1e\x8f\x01\x74\xbd\xda\x3c\x1e\x8f\xc7\xe3\xf1\x78\x3c\ -\x1e\x8f\xc7\xe3\xf1\x78\x3c\x4f\x36\xff\x01\x8b\x04\x4e\x83\xb0\ -\x2f\x88\xa2\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x04\xe8\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x04\x9a\x49\x44\x41\x54\x58\x85\xc5\ -\x97\xd9\x76\xe2\x46\x10\x86\xbf\x66\x11\x12\x60\x50\x9c\xc4\x9e\ -\xf1\x24\x39\x59\xde\xff\x9d\x72\x31\x9e\x49\x1c\xcf\x18\x6c\x23\ -\x19\x24\xa8\x5c\xd4\xdf\xa8\x91\x71\x72\x97\xd4\x39\x1c\x89\x56\ -\xd7\xf6\xd7\xd6\x0d\x58\x09\x16\xf8\xcf\xc9\x02\x58\x19\xa4\x7c\ -\x09\xac\x21\x58\xf7\x91\x4b\x20\x1a\x96\x25\xef\x93\x44\x4a\x5c\ -\xb3\x64\x6d\x9b\xac\xed\xf4\x7e\x00\x1e\x7a\xf2\x97\xc0\x3a\xf4\ -\x16\x0e\xc0\x05\x30\x00\xaa\x44\x59\x90\x11\x13\xd8\x0d\x21\x8c\ -\x81\x71\xcf\xa5\x16\xac\x81\xac\x95\x11\x51\xb9\x01\x0d\x90\x4b\ -\xfe\x23\x30\x3c\x75\xd8\xf7\x2d\xc0\x7e\x11\x34\x63\xb0\x99\xd6\ -\x33\xb0\xf7\xf0\x50\x82\xe5\x60\x13\xb0\x82\x57\x64\x85\xbe\x4d\ -\xb5\xf7\xca\x79\xc1\xd7\x2c\x93\xec\x5f\xc1\x2e\xfa\x10\x02\xf6\ -\x01\xf8\x24\x24\x0c\x78\x01\x0a\xd8\xbd\x87\xec\xa3\xbc\x00\x58\ -\xc8\x8b\x73\x94\x7e\x9b\xc0\xee\x06\xb2\x5b\x21\x92\x4b\xdf\x1a\ -\xb8\x81\x70\x0b\x30\x92\xf2\x80\xc3\x3e\x96\xf2\x1b\xe0\xde\x19\ -\xb2\xfb\x44\xf9\x04\x0f\x91\x71\x1a\xf7\xe8\xcc\x4c\xca\xf4\xcb\ -\xbe\xc2\xa6\x80\xd9\x18\x78\x07\x7c\x94\x8e\x41\x0f\x01\xfb\x4e\ -\xff\x2b\x08\x15\xd8\xb5\xbe\xfd\x09\xcc\x1d\x8d\xd5\x0c\x4a\x5c\ -\x70\xa8\xcf\x03\x60\x73\xa0\xc5\xf3\xa5\xd2\xf3\x80\x27\xf4\x0e\ -\x78\xc2\xe3\xff\x0d\xb0\x82\xb0\x19\x25\xdc\x63\x29\xcf\xe5\xdd\ -\x1a\xb8\x92\xc5\x39\x94\x4f\x82\x71\x02\x66\x1d\x0f\x24\x08\xe5\ -\xc0\xb3\x94\x95\x42\x38\x03\xee\xf0\xf0\x64\x10\x9e\x12\x07\x3b\ -\x28\xdc\x52\x9b\xc0\xcb\xb5\x18\x83\xa0\x5c\x48\x68\xa4\x39\x1e\ -\x86\xb9\xf8\x07\xfa\x1f\xd7\x22\x6d\xc4\xbb\x93\xac\x00\xdb\xf7\ -\x4a\xcc\x63\xee\xc5\x10\xbc\x73\x41\x15\x30\xfd\x8c\xc7\xb2\x96\ -\xf5\x23\xc1\x56\x43\x75\x09\xd3\xb5\x23\x75\x8e\x6c\x21\x99\x35\ -\x30\x95\x03\x53\xba\xd2\x1b\x49\xf6\x1c\x0f\xc1\x97\x14\x81\x09\ -\xb4\x2f\x49\x6d\x16\x8a\xb5\xe1\x96\x5d\xc3\x74\xe5\x48\xbd\x49\ -\xb1\xce\xbf\x17\x8f\x09\x89\x58\xb6\x2d\x3c\x36\x78\xe8\xfa\x21\ -\x68\x4a\x58\x3c\x74\xc6\x30\x54\x3e\xe4\x78\xd2\xfc\x25\xc1\x85\ -\xfa\x41\xee\x49\x67\xb3\xee\x3f\x05\x9e\x37\x5f\x61\x73\x29\xde\ -\x3c\x91\x09\x2c\x9e\x49\x42\x15\x0d\xc8\xbc\x8b\x91\x0b\xc6\x52\ -\x1e\xb4\x62\x5c\xe1\x89\xf6\x20\x48\x73\x3d\x83\xa0\x9d\xba\x0c\ -\xa6\xae\x9c\x06\x66\x0f\xda\xd7\xe2\x3d\xe5\x12\xef\x31\x43\x68\ -\x4c\xfb\x63\x1f\x20\x40\x50\xd7\x0a\x8f\xde\xb9\x82\x32\xdb\x0c\ -\x82\xfa\xbb\x35\x12\x36\x06\xee\x7b\xbd\xfd\xca\x8d\x8e\x7c\xb4\ -\x60\x7b\x7f\x86\x1d\xd8\x33\x5e\x86\x03\xba\x24\x3f\xa9\x82\x61\ -\x52\xdf\x49\x93\xa9\xd3\x3d\xda\xc7\xbd\x7b\x63\xe9\x30\xbb\x4b\ -\x1c\x8a\x94\x4e\x59\xc9\x0c\x55\xe7\x6c\xc7\x30\x82\xf1\x21\xf1\ -\x86\xe4\xbd\x4d\x84\x8c\x80\xc6\x3d\xb7\x35\xea\x4c\x78\x46\x5b\ -\xd2\x1f\x52\x4a\x1d\x78\x35\x3d\x07\xc9\x73\x7f\x86\xb9\x4f\x87\ -\x9e\xc0\x3e\x9d\x6b\xcf\x96\xbc\xbf\xda\x17\x85\xed\xa0\x51\x57\ -\x0b\xd6\x6d\x0e\x06\xf5\xb0\x67\xc0\x30\x81\x7d\xa5\xdf\x32\x99\ -\x27\x7d\x83\x4f\x46\x6e\xdf\x98\x94\xa1\x55\x29\xf5\xac\x2d\xfa\ -\x75\xdf\xe2\x09\xa7\x79\x1e\x62\xdb\xbe\xa6\x3b\x03\x44\x0a\xaf\ -\xdf\xad\x00\x3b\xee\x8b\x39\x60\xca\x70\x53\x19\xce\x34\x58\xc0\ -\x4b\xb3\x94\xe2\x02\x6f\xb9\x6a\x36\x96\x42\xdc\x00\xdf\x4a\xb8\ -\x49\xb6\x0e\x21\x16\x3b\x20\x32\x76\x1f\xf9\xa2\x01\x3b\x08\x43\ -\x95\xdb\xd6\x0f\x24\x34\xfe\xdf\xc0\x33\x7f\x23\x21\x9f\xff\x61\ -\x1a\xee\x38\x9e\x76\xd6\x25\x2c\xef\x3a\x07\x79\xc0\x4b\x38\xee\ -\xd9\xc1\x49\x08\xc6\x75\xe2\xf5\x16\x35\x0a\x51\x05\x2f\x3f\xc9\ -\xf3\x73\x99\x7e\xb4\x40\x1e\x7e\x80\xe5\x53\xb7\xbc\x2a\xa4\x1c\ -\x37\x6c\xbc\x89\x5f\x06\x09\xe3\x06\xea\xb2\x63\xa2\xf6\x86\x14\ -\x0f\x1a\xf9\x2d\x3e\xdd\xfa\x67\xc1\x94\x22\xd4\x7f\xe0\xed\x36\ -\xf8\xb3\x4c\x86\x57\x36\x93\x31\x27\x21\xd8\xfb\xe6\xe2\x19\xec\ -\x86\x6e\xe0\x14\xf8\x49\xe6\x77\x3c\x9e\x7b\xa0\x74\xa4\xea\x41\ -\x97\xa0\xf5\x50\x02\xd5\x21\x8f\x7b\x7f\xc6\xbb\x9f\x8e\x77\x2c\ -\xa1\xb8\x95\xcc\x6d\x6a\x00\x6e\x40\x78\x06\x1b\xd0\xc5\x7c\x24\ -\x6f\x0e\x10\x36\x60\x2d\xf0\x0c\xe1\xe5\x3c\x00\x36\x77\x19\xa0\ -\x83\xeb\x67\x7c\x96\x6c\x24\x73\xe5\xf9\xd3\x45\x31\x0d\x41\xe3\ -\x93\x2d\x3c\x42\x7d\xe1\x9e\xb2\x96\xf5\x5b\xe5\xc7\x71\x8c\xbe\ -\x4d\x36\x56\xe8\x1a\x3c\xd1\xd6\xc0\x25\x54\x33\x47\xc3\x66\x5a\ -\x3f\x09\xc1\x57\xe0\x07\xdf\x6c\x4b\x60\x06\x2f\x41\x93\x74\x42\ -\x67\xb2\x0e\x97\x55\x05\x85\xd1\x75\xcf\xd8\xac\x0a\x3c\xdb\x77\ -\x38\xf3\xc2\x8d\xaf\xa7\x30\x9d\xe3\x13\x76\xe3\x8e\x87\x4d\x62\ -\x40\x30\xb0\x03\x5e\xeb\x01\xf8\x04\x45\x34\x86\x0e\x56\xf0\x30\ -\x4c\x75\xf4\x36\x21\x18\xe2\x1c\x59\x38\x82\xc7\xbd\x17\x6e\xcc\ -\xf4\x8b\x64\xc5\xd9\x72\xee\x50\x63\x17\xba\x34\xf4\x2f\x26\x0b\ -\xa8\x7e\xec\x2e\x23\xff\x76\x31\x01\xe7\xad\x3e\x74\x65\x7d\x72\ -\x31\xf9\xed\xcc\xc5\xe4\xd8\xdb\xf7\x82\x6d\x20\x2b\x33\x1c\xfe\ -\x81\x7f\x6f\x32\x79\x30\x84\x71\x7a\xf7\xcb\x75\x30\x6e\x7d\xd4\ -\x8e\x6a\xbc\x67\xec\xc5\xdb\xd0\x0d\xa6\x35\xc9\xd5\xec\x8d\xcb\ -\x69\xf4\xe2\x98\x70\xc3\xe4\x7d\xa2\xf7\x09\x6c\x35\x3b\x26\x95\ -\x94\x18\xdd\xe5\x54\x06\xb9\xb0\x18\xf3\x9e\xc3\x6b\xf8\x9f\xaf\ -\xe7\x7f\x03\x88\x7c\xd3\x3b\xed\x32\x4f\xdf\x00\x00\x00\x00\x49\ -\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\x75\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x27\x49\x44\x41\x54\x78\x9c\xed\ -\xc1\x01\x0d\x00\x00\x00\xc2\xa0\xf7\x4f\x6d\x0e\x37\xa0\x00\x00\ -\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x77\x03\ -\x40\x40\x00\x01\x8f\xf2\xc9\x51\x00\x00\x00\x00\x49\x45\x4e\x44\ -\xae\x42\x60\x82\ -\x00\x00\x00\xd2\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x84\x49\x44\x41\x54\x58\x85\xed\ -\xd2\xb1\x0d\x82\x50\x18\xc4\xf1\xff\xf7\xdc\x81\xc4\x3d\x18\x80\ -\x4d\x2c\x6c\xe8\x1c\x41\x98\x81\x06\x13\x6b\x67\xb0\xb4\x77\x10\ -\x13\x76\xd0\xb3\x52\x21\x24\x76\x0f\x9a\xfb\x75\x97\xf7\x25\x77\ -\xc5\x03\x33\x33\xb3\x95\xc5\x34\x2a\xaa\x63\xb3\xc9\x59\x78\x6b\ -\x9b\x27\x84\x66\x03\xca\xba\xab\x90\x2e\xc0\x36\xe7\x80\x80\x01\ -\xb4\xbb\x9f\x0e\x57\x80\xf4\x7d\x91\xfa\xdc\xe5\x00\x82\xe2\x45\ -\x3a\x7f\x72\xfa\x77\xbc\x84\xdf\x80\x88\x1a\x78\xe4\x2e\x0c\x18\ -\x14\xec\x47\x79\x6c\xf9\x4f\x68\x66\x66\xb6\xba\x37\x95\x79\x1e\ -\x09\xc0\xb2\x67\x2f\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\ -\x82\ -\x00\x00\x04\xe7\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x04\x99\x49\x44\x41\x54\x78\x9c\xed\ -\x9b\xbd\x6f\x1c\x45\x18\xc6\x9f\x77\xf7\x1c\xa4\x74\xa9\x4c\x74\ -\x1f\x63\x1f\x4e\x91\x28\x52\x90\x92\x2e\x6d\xa0\x09\x50\x60\xa4\ -\x80\x44\xa2\xfc\x03\x11\x69\x40\xd8\x12\x4e\xb0\x14\x02\xa1\x81\ -\xbf\x00\x24\x2c\x50\x44\x42\x11\x39\x8d\xa1\x4a\x5a\xa7\x41\x60\ -\x37\xe1\xd8\x8f\xbb\x22\x14\x50\x22\x87\xdb\x7d\x28\xce\x23\xf6\ -\x6e\xf7\xbc\x7b\xde\x4f\xe3\xfb\x49\x2e\x76\xe6\xbd\x9b\x77\x1f\ -\x3f\xef\xec\xec\x69\x06\x98\x32\x65\xca\x61\x46\x92\x04\x91\xac\ -\xd9\x76\xf7\x0d\x0a\x2f\x09\xe4\x1c\x80\x3a\x80\x17\xf2\x4d\x6d\ -\x62\x76\x00\xf4\x08\x6e\x0a\xe5\xae\x52\x8d\x07\x22\xd2\x8f\xfb\ -\x50\xac\x00\xb6\x6d\xbf\x42\xc8\x97\x80\x9c\xcc\x24\xcd\xe2\xd8\ -\x12\xf8\xd7\x95\x52\x3f\xee\x15\x64\x8c\xeb\x20\x29\x96\xd3\x5d\ -\x26\x8c\x8d\x03\x78\xf3\x00\x70\x8a\x30\x36\x7e\xb7\xbb\x4b\x24\ -\xc7\xfe\xa3\xc7\x0a\x60\xbb\xbd\x25\x90\xb7\xf2\xc9\xad\x38\x04\ -\xfc\xc4\x72\x7a\x1f\x8e\xef\x8f\x60\x60\x7b\x63\x63\xa4\xf9\x2f\ -\x10\x2b\x80\xf7\x50\x29\xe5\x88\x88\x97\x69\xa6\x29\x21\x69\xda\ -\xb6\xdd\x02\xcc\x8b\x10\xac\x02\x38\x16\xec\x17\xf8\xaf\x46\x95\ -\x43\x48\x00\x92\x35\xdb\x71\x7f\x1e\xb6\x3d\x7f\xf2\xbd\xfe\xbb\ -\xed\x76\xfb\x59\x0e\xb9\x67\x4e\xa7\xd3\x99\x35\xcc\xda\x1a\x20\ -\x17\x02\xcd\x5b\xaa\xd5\x38\x33\x3a\x31\x86\x04\xb0\x2c\xf7\x4d\ -\x08\xee\x07\x9a\xfe\xec\xff\x33\x73\x72\x61\xe1\xc5\x3f\xf2\x4a\ -\x38\x0f\x06\x22\xcc\x6c\x23\xe8\x04\x62\x71\x6e\xae\xf9\x43\x30\ -\x2e\x34\x07\x50\x78\x69\xb8\x01\x37\x0e\xda\xcd\x03\x40\xbb\xdd\ -\x7e\x26\xc0\x8d\x60\x5b\xe8\xde\x10\x21\xc0\xee\x73\x3e\x80\xf7\ -\x30\xeb\xe4\x8a\x82\xf4\xd6\x83\xd7\x02\x39\x3b\x1a\x13\xf5\x14\ -\xa8\x07\x2f\x94\x52\x4e\xc6\x79\x15\x46\x44\xee\x8d\xd1\x98\x28\ -\x01\x86\x56\x78\x55\x9b\xed\x27\x21\x22\xf7\xd0\xea\x75\xec\x3a\ -\xe0\xb0\x50\x2b\x3b\x81\x24\xb8\xae\xbb\xe0\xf9\x58\x01\xb0\x08\ -\x00\x04\xef\x99\x82\xd5\x56\xab\xf5\x5b\xda\xef\xae\xbc\x03\x5c\ -\xd7\x3d\xe1\xf9\x78\x04\xe0\x32\x80\xa3\x00\x8e\x0a\xe4\x8a\x4f\ -\x79\xec\xba\xee\x42\xda\xef\xaf\xb4\x00\x24\x6b\x9e\x8f\xef\x00\ -\x1c\x8f\xe8\x3e\xde\xf7\xf9\x51\xda\x31\x2a\x2d\x80\xed\xf6\x3e\ -\x00\x10\x7a\x74\x69\x04\xf2\x56\xda\x31\x2a\x2b\x80\xe3\x38\xa7\ -\x41\xde\xcc\x7b\x9c\x4a\x0a\x40\xb2\xe6\x53\xbe\x06\x30\xb3\x57\ -\x9c\x80\xdf\xa7\x1d\xab\x92\x02\xc4\x59\x7f\x97\xe7\x00\xef\xa4\ -\x1d\xab\x72\x02\x24\xb5\x3e\x21\x37\x95\x52\x5b\x69\xc7\xab\x94\ -\x00\x49\xad\x0f\x60\x73\xae\x55\xff\x3c\x8b\x31\x2b\x25\x40\x52\ -\xeb\x0b\xfc\xab\x49\x7e\xf0\x4c\x42\x65\x04\x98\xd0\xfa\xbf\x66\ -\x35\x6e\x25\x04\x28\xc3\xfa\x9a\x4c\xde\x05\x1c\xc7\x79\xc9\x23\ -\x56\x02\x0b\x93\xfb\xa6\x81\xd5\x66\xb3\xf9\x34\xc9\xe7\xcb\xb0\ -\xbe\x26\xb5\x03\x5c\xd7\x5d\xf0\x29\x8f\x05\x72\x05\xbb\x6b\x75\ -\x00\x97\x3d\x1f\x8f\x5c\xd7\x3d\x11\xf7\xf9\xb2\xac\xaf\x49\x2d\ -\xc0\xee\x5b\x5a\xe4\x5a\xdd\xf3\xf1\x2d\xc9\xb1\x2e\x2b\xd3\xfa\ -\x9a\x2c\xe6\x80\xc5\x3d\xfa\xce\x59\x4e\xef\xfd\x71\x9d\x65\x5a\ -\x5f\x93\xfb\x24\x28\xe0\x4d\xc7\x71\x4e\x8f\xb6\x97\x6d\x7d\x4d\ -\x6a\x01\x08\xde\x8b\x09\x39\xe2\x53\xbe\x0a\x96\x42\x15\xac\xaf\ -\x49\x2d\x80\x01\x7e\x06\xe0\x79\x4c\xd8\x50\x29\x54\xc1\xfa\x9a\ -\xd4\x02\x28\xa5\xb6\x20\xf2\x71\x5c\x9c\x2e\x85\xaa\x58\x5f\x93\ -\xc9\x1c\xa0\x9a\xf5\x3b\x00\x9e\xc4\x84\x1d\xf1\x29\xdf\xf8\x90\ -\x35\x54\xc0\xfa\x9a\x4c\x04\x10\x91\xbe\x21\xbc\x8a\xf8\x52\x78\ -\x19\xc4\x99\x98\x98\x42\xac\xaf\xc9\xec\x29\xd0\x6a\xb5\x7e\x49\ -\x52\x0a\x71\x14\x65\x7d\x4d\xa6\x8f\xc1\x84\xa5\xb0\x17\x85\x59\ -\x5f\x93\xa9\x00\x13\x94\x42\x14\x85\x5a\x5f\x93\xf9\x42\x68\xbf\ -\xa5\x50\xb4\xf5\x35\xb9\xac\x04\xf7\x51\x0a\x85\x5b\x5f\x93\x8b\ -\x00\x13\x96\x42\x29\xd6\xd7\xe4\xf6\x2e\x90\xb4\x14\xca\xb2\xbe\ -\x26\xd7\x97\xa1\x04\xa5\x50\x9a\xf5\x35\xb9\x0a\x20\x22\x7d\xd3\ -\xc0\xdb\x10\x84\x37\x59\x08\x1c\xd3\xc0\x3b\x65\x59\x5f\x93\xfb\ -\xeb\x70\xb3\xd9\x7c\x5a\x33\xe4\x3c\x80\x75\x00\x7f\xef\xfe\xad\ -\xd7\x0c\x39\x9f\xf4\x27\xb3\x3c\x29\x64\x7f\x40\xa3\xd1\xe8\x02\ -\x78\xbd\x88\xb1\x26\xa5\x12\xbf\x0a\x97\x49\x94\x00\x3b\xc1\x0b\ -\x92\x66\x41\xb9\x64\x4e\x44\xee\x3b\xa3\x31\x51\x02\xf4\x82\x17\ -\x83\xed\xa7\x07\x93\x88\xdc\xbb\xa3\x31\xe1\x8d\x92\xe0\xe6\x70\ -\x8b\x79\x31\xd3\xac\x0a\x44\xc4\x7c\x2d\x78\x4d\x30\xf4\x48\x0e\ -\x6f\x94\xa4\xdc\x1d\x6e\xc0\x6a\xa7\xd3\x99\xcd\x3c\xbb\x9c\xe9\ -\x74\x3a\xb3\x04\x86\x16\x62\xa1\x7b\x43\x84\x00\x4a\x35\x1e\x00\ -\xdc\x0e\x34\x1d\x33\xcc\xda\xda\x41\x12\xe1\xbf\xcd\xd2\x43\x3b\ -\xc6\xb7\x06\xf7\x36\x4c\xd8\x01\x22\x7d\x01\xdf\x1b\x69\xbd\x60\ -\x98\x33\xdb\xb6\xed\x5e\xb3\x2c\x6b\xbe\x8a\x13\x23\x49\xd3\xb2\ -\xac\x79\xdb\x76\xaf\x0d\x36\x49\x0f\xed\x14\x87\xc0\xbf\x1e\xb5\ -\xe8\x1a\x7b\x92\xc2\x72\xba\xcb\xff\x87\x03\x13\x00\x40\xc8\xf2\ -\xbc\x6a\xdc\x8e\xea\x1b\xbb\x0e\x50\xcd\xfa\x6d\x42\x96\xf3\x4b\ -\xab\x10\x48\x60\x69\xae\x55\xff\x74\x5c\x40\xc2\x43\x53\xc6\x17\ -\x00\x4e\x65\x9a\x5a\xfe\x24\x3a\x34\xb5\x9f\x63\x73\x67\x31\xd8\ -\x75\x5d\xc5\x63\x73\x5d\x82\x4f\x26\x39\x36\x37\x65\xca\x94\xc3\ -\xcd\xbf\x5b\x3f\xf6\x3c\xa0\xff\x9c\x5c\x00\x00\x00\x00\x49\x45\ -\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\xda\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x02\x8c\x49\x44\x41\x54\x78\x9c\xed\ -\x9a\x3b\x6f\x13\x41\x14\x46\xcf\xb5\x13\x42\x13\xba\xfc\x92\x48\ -\xb6\x25\x1a\x5a\xba\x3c\x44\xe4\x90\x80\x44\x05\x05\x2d\x1d\x2d\ -\xff\x00\x24\x5c\x21\x1e\x79\x08\x84\x57\x34\xd4\x74\x80\x5b\x7e\ -\x07\x12\x12\x0d\x42\x72\x3e\x0a\x84\x64\x36\xeb\x38\xde\x9d\x99\ -\x9d\x59\xfb\x96\xb3\x77\x3f\xcd\x39\xda\x5d\x5b\x57\x03\xcb\x5a\ -\xd6\xb2\x16\xb9\xac\xee\x0d\xf8\xae\x4e\xa6\x2d\x93\x9e\x48\xfc\ -\x68\xb7\xed\xc1\xe7\x2d\xfb\x36\x79\x7d\xa5\xae\x8d\x85\xa8\xee\ -\x50\x7d\xa4\x23\xa0\x65\x06\xe3\xb1\x9e\x03\xd7\x27\x7b\x5a\xf5\ -\x6c\xcd\x7f\x75\x87\xea\xc3\x5f\xf8\x7f\x6b\x2d\xe3\x5a\xbe\xaf\ -\x91\x02\x8a\xe0\x81\xb1\xb0\xc7\xf9\xde\xc6\xbd\x02\x17\xc0\xef\ -\x8f\x76\xec\x43\xbe\xbf\x51\x1f\xc1\x19\xf0\xef\x8a\xee\x69\x8c\ -\x80\x32\xf0\xd0\x10\x01\x65\xe1\xa1\x01\x02\xaa\xc0\x43\xe2\x02\ -\xaa\xc2\x43\xc2\x02\x5c\xc0\x43\xa2\x02\x5c\xc1\x43\x82\x02\x5c\ -\xc2\x43\x62\x02\x5c\xc3\x43\x42\x02\x7c\xc0\x43\x22\x02\x7c\xc1\ -\x43\x02\x02\x7c\xc2\x43\xe4\x02\x7c\xc3\x43\xc4\x02\x42\xc0\x43\ -\xa4\x02\x42\xc1\x43\x84\x02\x5c\xc3\x77\x86\xba\x05\x7a\x06\x80\ -\xec\xfe\x68\xd7\xb2\xc9\xeb\x51\x4d\x84\x5c\xc3\x77\x87\xea\x1b\ -\x3a\x35\xd8\x30\xd8\xc0\x34\xc8\xf7\x44\x23\xc0\x07\x7c\x41\xde\ -\xb9\x8a\x42\x40\x20\xf8\xb3\x96\xd9\xc3\x7c\x6f\xed\x02\x42\xc1\ -\x1b\x76\xf7\xcb\xb6\xbd\xcd\xf7\xd7\xfa\x11\x0c\x0a\xbf\x63\x47\ -\x45\xf7\xd4\x26\x20\x06\x78\xa8\x49\x40\x2c\xf0\x50\x83\x80\x98\ -\xe0\x21\xb0\x80\xd8\xe0\x21\xa0\x80\x18\xe1\x21\x90\x80\x50\xf0\ -\x92\xdd\x19\xed\xda\xf1\x3c\x59\xde\x05\xc4\x0c\x0f\x9e\x05\xc4\ -\x0e\x0f\x1e\x05\xa4\x00\x0f\x9e\x04\xa4\x02\x0f\x1e\x04\xa4\x04\ -\x0f\x8e\x05\xa4\x06\x0f\x0e\x05\xa4\x08\x0f\x8e\x04\xa4\x0a\x0f\ -\x0e\x04\x04\x83\x37\x3b\x1c\x6d\xdb\xc9\xbc\x79\xbd\x4c\x7b\x67\ -\xd2\x53\xc0\xfd\x4c\x30\x76\xf8\x6e\xa6\x43\x49\x27\x5e\x66\x82\ -\x29\xc0\x23\xbd\x64\x06\x63\x29\x01\xb1\xc3\xf7\x86\x3a\x28\x80\ -\x77\x33\x13\x4c\x01\x5e\xe8\x55\x3e\xcf\xc9\x4c\x30\x69\xf8\xaa\ -\x33\xc1\xd8\xe1\x3b\xef\x75\xdb\x4c\xaf\xcf\xe5\xcd\xf8\xe9\xbc\ -\x94\x80\xa6\xc2\xc3\x25\xce\x0a\x87\x82\x07\x3b\x18\x6d\xdb\xe9\ -\xbc\x79\x55\xe0\x61\xc6\x13\x10\x12\xfe\xeb\x4e\x78\x78\xb8\x40\ -\x40\xf4\xf0\x99\xf6\x4d\x7a\x93\xcf\x9b\xf7\x35\x2a\x14\xb0\x28\ -\xf0\x00\xed\xfc\x42\x2f\xd3\x1e\xe8\x18\x47\xf0\x53\xf2\x4a\xc3\ -\xf7\x32\xed\xa1\xf3\x79\x65\x3f\xa0\xff\x3d\x01\x9b\x03\xad\xae\ -\x6c\xe8\x3b\xb0\x3e\xb1\x5c\x1a\x7e\x4a\x5e\x69\x78\xd7\x79\x90\ -\xfb\x27\xb8\x7e\x85\x36\xb0\x36\xb1\x54\xe9\x58\x4a\x41\x5e\xa5\ -\xcd\xba\xce\x83\x9c\x80\x4f\xf7\xec\x97\x61\x8f\x80\xdf\xc0\x4f\ -\x64\xfd\x2a\x67\x72\xf2\x79\x66\xb6\x5f\x65\xb3\xae\xf3\xa6\xd6\ -\xcd\x8f\x5a\xdb\x1c\x68\x35\xd6\xbc\x1b\x2f\x74\xd5\x65\xde\xb2\ -\x96\xb5\xc0\xf5\x07\xd6\x41\x4c\x2b\x6c\xde\x0f\x7f\x00\x00\x00\ -\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\x87\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\x39\x49\x44\x41\x54\x58\x85\xed\ -\xd7\xbf\x4e\xc2\x50\x14\xc7\xf1\xef\xb9\x21\x30\x5a\x17\x7c\x86\ -\xbe\x40\x5f\x80\x8a\x4c\x26\xa8\x1b\x23\x98\xb0\xd6\x59\x1d\x64\ -\x87\x95\x44\x57\x46\x65\x34\x22\x4f\xd0\x17\xe8\x3b\xb0\x50\x47\ -\x08\xe1\x38\x94\x2a\x7f\x5d\x6c\xe3\xe0\xfd\x8d\x37\x37\xfd\x7d\ -\xd2\xbb\x9c\x03\xff\x3d\xb2\x7d\xe0\x5f\x5e\x9f\x09\xdc\x80\x7a\ -\x80\x93\x51\x4f\x0c\x12\x2a\x74\xc7\xcf\x8f\x6f\x07\x01\xfe\x55\ -\xb3\x23\x2a\xb7\xc0\x0c\x88\x50\x3e\x32\xa9\x17\x8e\x00\x17\x28\ -\xa1\x74\xde\x5f\x9e\xee\x77\x00\x95\x7a\xb3\x66\x8c\xbc\x0a\x8c\ -\x59\x16\x1a\xa3\x61\x7f\x92\x49\xf9\x2a\xd5\x7a\xbb\x8c\x59\x0c\ -\x14\x7c\x45\x6a\xe9\x9f\x30\xe9\x05\x63\x4c\x00\xcc\xf2\x28\x07\ -\x18\x0d\xfb\x13\x96\x85\x06\x30\x17\x34\xf8\xea\xfd\xbe\xa2\x1e\ -\x10\xe5\x51\xbe\x81\x40\x22\x14\x6f\x0f\x00\x27\xb3\x37\xff\x29\ -\xaa\x31\xc2\xf1\x3e\xc0\x9f\xc4\x02\x2c\xc0\x02\x2c\xc0\x02\x2c\ -\xc0\x02\x2c\x60\x1d\x10\xaf\xa6\xd7\x7c\x23\xe2\xa0\x4c\xf7\x00\ -\x24\x04\xdc\x6a\xbd\x5d\xce\xab\x3b\xf9\xb6\xba\x08\xe1\x0e\x40\ -\xa1\x0b\x94\x30\x8b\x41\x1e\x88\xca\x79\xeb\x04\xb3\x18\x00\x45\ -\x45\x7a\xe9\xf9\xc6\x62\x72\x7a\xd1\x7a\x40\xb8\x03\xe6\xc9\xf4\ -\xaa\x71\x26\xed\x22\x0e\xa8\x0b\x14\x0f\x2e\x26\x69\x92\xd5\x4c\ -\x03\x14\x6f\x7d\x7a\xfd\x55\x94\x29\x42\xa8\x48\x6f\x7b\x35\xb3\ -\xf9\x04\xc3\x25\x66\x2f\xe5\x8f\x2b\x3d\x00\x00\x00\x00\x49\x45\ -\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\x27\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\xd9\x49\x44\x41\x54\x58\x85\xe5\ -\x96\x31\x6b\x54\x41\x14\x85\xbf\x33\x59\x45\x09\x2a\x5a\xd8\x58\ -\x58\xd9\x58\x88\x4d\xd8\xa4\xb1\x4c\x40\x09\xb8\x89\xae\x95\x01\ -\x3b\x1b\x21\x3f\x40\x2c\x42\x7a\x11\x04\x4b\x21\xa9\x7c\xba\x89\ -\x10\x2c\xa2\x9d\x8d\x59\xd3\x48\x0a\x1b\x41\x04\x4d\x63\x67\x64\ -\x51\x92\xec\x1c\x8b\x65\xc1\x4a\xdf\xbc\x37\x28\xe8\xa9\xe7\x9e\ -\xfb\xdd\x3b\xf7\xce\x7b\xf0\xbf\x4b\xb9\x0d\x27\x0a\x9f\x88\x0d\ -\xbf\xb7\xf0\xeb\x56\x38\xfe\xbb\xf3\x8d\x9c\xc9\xcf\xad\x7b\x34\ -\xf6\xfc\x0c\x38\x26\x97\x8b\x09\xb9\x92\x9f\x2d\x7c\xf0\x70\xcf\ -\x2b\xc0\x78\x4a\x5c\x16\x80\xab\x85\x47\x8e\x1c\x88\x4b\xc0\x64\ -\xc9\xc2\x33\x02\xd8\xfa\xd8\x88\xf7\xb1\xae\x61\x23\x13\xff\x28\ -\x40\x73\x25\x2e\x18\xdd\x04\x83\x14\x11\x49\x4d\xa8\x05\xd0\xec\ -\x78\x1e\xe9\x36\x80\xad\x08\x69\xc9\x6b\x01\x34\x3b\xbe\x8e\x7c\ -\x97\x41\xd6\xa8\xc4\xca\x6b\x01\x8c\x3f\xf5\x34\xf2\x43\x18\x54\ -\xae\x0a\x95\x0f\x95\xfc\x0e\x8c\x75\x7c\xc1\xd1\x05\x30\x62\xec\ -\xaa\x95\x0f\x95\xd4\x81\xb1\x55\x9f\x0f\xf2\x1a\x70\x08\x6c\xa1\ -\xa4\x89\xaf\x05\xd0\x7c\xe2\x33\xc1\x5e\x07\x8e\x5a\x98\x0c\xc9\ -\x4b\x03\x4c\x14\x3e\x45\xf0\x0b\xe0\x24\xc2\xa9\xbb\xfe\x2b\x95\ -\x9a\x81\xd8\xf0\x27\x00\x63\x72\xb4\xfd\x67\x95\xbd\x82\x2d\x80\ -\xb2\x1f\x98\xec\x00\x61\x5f\x17\x81\x0f\x48\xa5\x63\xb2\x02\xbc\ -\x6a\x6b\x9b\xa8\x49\xe0\x33\x46\x56\x3e\x88\xd2\x46\xdd\x2b\x7a\ -\x17\xa5\x29\x60\x47\x46\xc6\x59\x20\x92\x4c\x36\x5b\x7a\x13\xad\ -\x69\xe0\xbb\x50\x16\x88\x64\x83\xcd\x59\xbd\x54\x50\x1b\xe8\x0f\ -\x20\x54\xeb\xb7\xae\x52\x05\x1b\x97\xb5\x86\x75\x03\x40\x83\x2e\ -\x54\x86\xa8\xdc\xc2\xee\xac\x96\x91\xe6\x87\x3e\xae\x08\x51\xeb\ -\x0e\xbb\x2d\xdd\xc3\x5e\x04\x50\x45\x88\xda\x43\xd4\x9d\x09\x77\ -\x6c\x3f\x00\x90\x9d\x0c\x51\x7f\x95\x24\x9f\xee\x87\x5b\xc8\x8f\ -\x90\x90\xd3\x36\x23\xcb\x2e\x3f\x6e\xab\xff\x75\x2f\xcc\x01\xcf\ -\x53\x97\x22\xdb\x8b\xf6\xb6\xad\xdd\x6f\xa3\x9a\x01\x36\xfe\x0a\ -\x00\xc0\xd6\x94\x7a\x61\x5f\x97\x90\x77\x6c\xbe\xe4\xf4\xfe\x77\ -\xf5\x03\x8b\xca\xad\x03\x49\x73\x42\xef\x00\x00\x00\x00\x49\x45\ -\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x03\x61\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x03\x13\x49\x44\x41\x54\x78\x9c\xed\ -\x9a\xbf\x6b\x14\x41\x14\xc7\xbf\x6f\x93\x70\x9e\x04\x1b\x31\x46\ -\x72\x9b\xdd\x8d\xb9\x42\x08\xd8\xda\xfb\x03\xb4\xb0\x93\x80\x5d\ -\x0e\x44\x25\x9d\x4d\xc8\x5f\x60\x2c\x85\x04\xd1\x22\xa5\x4d\x6c\ -\x44\x48\x04\xb5\xb3\xb0\x15\x52\x08\xd1\xec\xde\xde\x82\x78\x62\ -\xa1\xa8\xe7\x91\xdc\x8c\x4d\x08\x78\xbb\x77\x97\xdd\xb9\x97\xc9\ -\xb9\xf3\x29\xe7\xe6\xbe\xef\xbb\xdf\xdb\x9d\x7d\xcc\x0d\x60\x30\ -\x18\xf2\x0c\xa9\x0a\xd4\xeb\xf5\xd1\x46\xa3\x39\x2f\x81\x1b\x00\ -\x66\x00\x14\xd4\x6d\x29\xd1\x04\xb0\x49\xc0\x5a\xb1\x58\x58\x19\ -\x1b\x1b\xfb\xd9\x6d\xb2\x52\x00\xd5\x6a\xf5\xb2\x84\xb5\x0a\xa0\ -\xa4\xa2\xc3\x48\x44\x10\x15\xc7\x71\x5e\x75\x9a\x60\x65\x55\x0e\ -\x82\xb0\x22\x61\xbd\xc4\xd1\xbd\x78\x00\x28\x49\x58\x1b\x7e\x18\ -\xce\x75\x9a\x90\xe9\x0e\xd8\x0e\xc3\x2b\x96\xa4\x0d\x28\x04\x78\ -\xc8\xb4\x08\xe2\x6a\xd2\x9d\x90\x3a\x80\x7a\xbd\x3e\xfa\xbb\xd1\ -\xfc\x00\x60\xa2\x2f\xd6\x0e\x8f\xe8\x78\xb1\x70\xae\x7d\x4d\x48\ -\xfd\x0b\x36\x1a\xcd\x79\x0c\xde\xc5\x03\x40\x69\xcf\xfb\x3f\xa4\ -\x0e\x60\x6f\xb5\x1f\x48\x92\xbc\x67\x79\x86\x67\xfa\xe0\x45\x17\ -\x31\xef\xc3\x19\x44\xba\xbe\xe7\x5d\xc7\x56\xee\x2d\x54\x08\xaa\ -\x35\xd9\xe5\xe3\x98\xf7\x41\x59\xc5\xd9\x30\x01\xe8\x36\xa0\x1b\ -\x13\x80\x6e\x03\xba\x31\x01\xe8\x36\xa0\x9b\xdc\x07\xd0\xb3\x11\ -\x0a\x82\xe0\x0c\xac\xe1\xbb\x90\xf2\x22\x80\xd3\x3d\xe7\x57\x6b\ -\x1f\x15\xfc\x48\x10\x22\x08\xac\xef\xec\xfc\x79\x5c\x2e\x97\x7f\ -\x28\x68\x1d\x88\xae\x5d\x5b\x18\x86\xd7\x85\xa4\x55\x00\x27\xb9\ -\x8d\x24\xe0\x4b\x41\x37\x3d\xaf\xf4\x2e\xcd\x97\x7a\x74\x82\xb1\ -\x4e\xb5\xe3\x23\xe0\x57\x6b\x4b\x42\xd2\x73\xe8\xb9\x78\x00\xf0\ -\xc8\x92\x6f\xfd\x30\xba\xc3\x59\x24\x31\x00\x3f\x0c\x67\x09\x58\ -\xe0\x2c\x7c\x40\x86\x48\xca\x65\xdf\x8f\x2e\x70\x15\x88\x05\xe0\ -\xfb\xbe\x4b\x92\x9e\x70\x15\xcc\xc0\x10\x59\xf2\xe9\xd6\xd6\xd6\ -\x09\x0e\xf1\xf8\x1d\x60\x0d\x2f\x02\x60\x29\xa6\x80\x37\x32\x72\ -\xec\x36\x87\x70\x2c\x00\x02\xae\x71\x14\x52\xc6\xe2\xf1\x95\xb4\ -\x06\x1c\xcd\x5d\x5e\xc9\xe3\x2b\xf5\x86\xc8\x90\x85\x32\x87\x91\ -\x5d\x60\x9a\x04\x36\xba\x4c\x61\xd9\x68\x49\x1d\x80\x6d\xdb\x2a\ -\x8d\x4e\x47\x6a\xb5\x1a\x5a\x1c\xc2\x3d\xc8\x7d\x2b\x6c\x02\xd0\ -\x6d\x40\x37\x26\x00\xdd\x06\x74\x63\x02\xd0\x6d\x40\x37\x26\x00\ -\xdd\x06\x74\x63\x02\xd0\x6d\x40\x37\x26\x00\xdd\x06\x74\x93\xe5\ -\x7c\x80\x2e\xce\xf6\xda\xf1\x3d\x00\xcd\xf6\x81\xbc\xdd\x01\x9b\ -\xed\x03\xb9\x0a\x80\x80\xb5\xf6\xb1\x3c\x05\x10\x15\x8b\x85\x95\ -\xf6\xc1\xbc\x04\xd0\x22\x88\x4a\xd2\xb9\xe1\x3c\x04\xd0\x92\x24\ -\x6f\x75\x3a\x2f\x3c\x48\x6f\x81\x2c\x44\x04\x51\x71\x27\x3b\x1f\ -\x96\xfe\x1f\x03\xd8\x3f\x2e\x5f\x28\x8c\x2c\x8f\x8f\x8f\xff\xea\ -\x36\x39\xb6\xd5\xdc\x87\x77\x2d\x17\x9f\x5c\xc7\x9e\xee\xb7\x68\ -\x7c\x0d\x90\xf8\xda\xef\x22\x7d\xe2\x0b\x87\x68\xd2\x22\xf8\x9a\ -\xa3\x90\x32\x44\x6f\x38\x64\x63\x01\x08\x41\x0f\x00\xec\x70\x14\ -\x53\xe0\x1b\xc4\xee\x23\x0e\xe1\x58\x00\x53\x53\xa5\xf7\x92\xe8\ -\x28\x9c\x0d\xd8\x87\x60\xcd\xb9\xae\xfb\x99\x43\x3b\xb1\x0f\x70\ -\xed\x89\x87\x00\x9e\x71\x14\x4c\x0b\x01\x4b\x8e\x33\xf1\x82\x4b\ -\x3f\x31\x00\x22\x12\xce\x64\x69\x56\x12\xdd\x83\xbe\xc7\xe1\x3b\ -\x81\x66\x1d\xc7\x5e\xe4\x2c\xd2\xf3\x1f\xd7\xed\xed\xe8\xbc\x65\ -\xc9\x05\x00\x97\x40\x38\xc5\x69\x66\x8f\x48\x02\xeb\x10\xbb\xf7\ -\x3d\xcf\x0b\x0e\xa1\x9e\xc1\x60\xc8\x31\x7f\x01\x50\x46\xc4\x66\ -\xcc\x07\x14\xea\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\ -\x00\x00\x01\x83\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\x35\x49\x44\x41\x54\x58\x85\xed\ -\x97\x31\x4e\x02\x51\x14\x45\xcf\x65\x12\x28\x91\x06\xd7\x30\x1b\ -\x18\x22\xb5\x09\xb4\x1a\x3b\x56\x81\xb5\x5a\x48\x2f\xab\xa0\x53\ -\x8c\x95\x31\xb1\x36\x71\x36\xc0\x1e\x68\xc0\x52\x93\x99\x6b\x01\ -\x93\x20\x82\x85\x99\x89\x85\xff\x96\xef\xbf\xfc\x7b\xf2\xfe\x2f\ -\xde\x85\xff\x2e\x6d\x17\x92\x5b\xf7\x54\xf3\x39\x90\x00\x07\x25\ -\xf9\x2c\x81\xd4\xb9\x6e\xd2\x33\x3d\xed\x05\xe8\xdc\x65\x23\xa4\ -\x0b\xc3\xbb\x60\x66\x78\x2b\xc3\x5d\xd0\x34\xc4\x82\x06\xf2\xe8\ -\xf5\x24\xba\xfa\x06\x70\x34\x75\x3f\xc7\x8f\x88\xe7\xc8\x1a\xbc\ -\x9c\x6a\x5e\x86\x79\xa1\xee\xd4\xed\x4c\x9e\x60\x8e\x9d\xab\x5f\ -\x4c\xa2\x56\x34\xe4\x78\x68\x78\xaf\xc2\x1c\xe0\xe5\x54\xf3\xc8\ -\x1a\x00\x1f\x8a\x3c\x2c\xea\xb5\x8d\x9e\x44\x30\xab\xc2\x7c\x13\ -\x02\x98\x61\x92\x5d\x00\x07\x65\xbd\xf9\x4f\xf2\xea\x43\xb6\x76\ -\x01\xfc\x89\x02\x40\x00\x08\x00\x01\x20\x00\x04\x80\x00\x10\x00\ -\x36\x01\x96\x82\x66\xd5\x86\x5a\xad\xfa\x8b\x5d\x00\xa9\x21\xee\ -\x4e\xdd\xae\xca\x7c\x7d\x77\x8c\x48\xbf\x01\x38\xd7\x8d\xa0\x91\ -\xc9\x93\x2a\x20\x3a\x0f\x3e\xcc\xe4\x09\x50\x77\xa6\x71\x51\xff\ -\x1a\x4c\xee\xb3\x6b\xac\x4b\xe0\x83\x55\x30\x59\x96\x61\xbe\x1e\ -\x7b\x0c\xd4\xf7\x06\x93\x42\xc9\xad\x7b\x8a\x3c\x5c\xaf\xce\xad\ -\xed\xf3\x5f\x6a\x81\x48\x9d\x69\xbc\x1d\xcd\x82\x3e\x01\x68\xb1\ -\x6f\x2f\x7c\x41\x27\x3e\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\ -\x60\x82\ -\x00\x00\x00\xc4\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x76\x49\x44\x41\x54\x78\x9c\xed\ -\xd0\xc1\x0d\x82\x40\x14\x04\xd0\x59\x8b\x30\x36\x62\x23\xb6\xc0\ -\xc1\x70\xb2\x17\x2f\x84\x46\xa8\x82\x42\x88\x4d\xac\x57\x43\xf6\ -\x0a\x24\xf2\xde\x71\xf2\x0f\xf3\x27\x01\x00\x00\x00\x00\x00\x00\ -\xce\xa0\xac\x83\xfb\xf3\xfd\x48\x32\xd4\xe4\x7a\x40\x9f\x2d\x2d\ -\x49\xed\xe6\xf1\x35\xfd\x86\x97\xc6\xe1\x3f\x3e\x9f\x24\xb7\xa4\ -\x0c\xeb\xb0\x35\xc0\xa9\xb4\x06\xe8\x4b\xf2\xd9\xbd\xc9\xf6\x96\ -\xa4\xf6\x47\x97\x00\x00\x00\x00\x00\x00\x00\x00\xf6\xf7\x05\x16\ -\xa6\x0e\x08\x70\x11\x84\x99\x00\x00\x00\x00\x49\x45\x4e\x44\xae\ -\x42\x60\x82\ -\x00\x00\x02\x0a\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\xbc\x49\x44\x41\x54\x58\x85\xed\ -\x94\x3d\x6b\x14\x61\x14\x85\x9f\xf3\x6e\x84\x85\x80\x68\x23\x83\ -\x9b\x9d\x37\x0b\xfe\x00\x7f\x81\x9d\x28\x12\xb4\xd1\x52\x48\x2b\ -\x41\xf2\x1f\xf4\x0f\x88\x16\x96\x36\x16\x8a\x58\x69\xa1\x58\x5a\ -\x68\xa9\xbd\x98\xcc\xec\x46\xd6\x4a\x63\x12\x30\xc8\xce\xb1\xd8\ -\x0f\x96\x7c\xed\xce\xfa\x91\x66\x1e\x18\xb8\x33\x5c\xce\x39\xdc\ -\x79\xef\x0b\x15\x15\x15\x15\xc7\x8c\x86\xc5\x7a\x96\x7f\x03\x9d\ -\xfa\x3f\xb6\xfe\xbe\x18\xd3\xd3\x00\x61\xf4\x69\xac\xfe\xe7\xf6\ -\x63\x5e\xa3\x62\x2e\xa8\x85\x78\xdf\xef\x30\x98\x02\xe8\xfd\x95\ -\xc7\x14\xd8\x43\xab\x77\x73\x41\xad\xe1\xcb\xe8\x17\x00\x74\xbb\ -\xdd\xf9\xdd\xdd\x5f\xcf\x0d\x97\x06\x49\x0b\x81\xf9\x03\x0c\x12\ -\x0e\x20\x30\xaf\xea\xf5\x13\xd7\x93\x24\xd9\xd9\x37\x01\x80\x24\ -\x49\x76\xb6\xb6\x36\xaf\x0a\x3d\x1d\xa4\x0b\x7b\x43\x96\xb4\x57\ -\x5f\x43\x60\x3d\xd9\xde\xde\xbc\x36\x6e\xce\x61\xe2\xb6\x6b\x59\ -\xb6\xf1\x00\xf9\x96\x6d\x24\x15\x94\x9c\x84\x40\x85\x1d\x24\x81\ -\xf5\x30\xc6\xc6\x6d\x49\xbd\xbd\x7d\x07\x1e\x3c\x49\xbd\x18\x1b\ -\x2b\x48\x77\x25\x01\x04\x95\x98\x84\x40\x86\x20\x09\xc3\x9d\x18\ -\x1b\x2b\x07\x99\x0f\x7a\x8f\x26\xcb\xda\xab\x86\x7b\x00\x06\x0b\ -\x8a\xa3\xfa\x3d\x16\x56\xb0\x1a\x63\xf3\xfe\x84\xb0\x93\xc9\xb2\ -\xce\x4d\xe3\x47\x40\xad\xef\x71\x48\x08\x13\x10\x02\x7a\x82\xe5\ -\x18\x9b\x8f\x27\x69\x4f\x3d\xd6\x2c\xeb\x2c\x19\x3f\x03\xea\x18\ -\xa3\x7d\x21\x86\x07\xf6\xa7\xd0\x8d\x18\x17\x5e\x4e\xa3\x5b\xea\ -\x84\x7f\xce\xf3\x0b\xc1\x7a\x01\x9c\x44\x78\x70\x57\x80\x08\x18\ -\x01\x3f\x82\xbc\x94\xa6\xe9\xdb\x69\x35\x4b\xaf\xd8\xda\x5a\xe7\ -\xbc\x82\x5f\x03\x67\x40\x76\x7f\xd5\x00\x7d\x75\xc1\xe5\x56\x6b\ -\xe1\x43\x19\xbd\x99\x76\xbc\xdd\x6e\x9f\xeb\x15\x7a\x03\x5e\x1c\ -\xc8\xac\xd7\x82\x2f\x36\x9b\xcd\x4f\x65\xb5\x66\xbe\x64\xf2\x3c\ -\x3f\x5b\x58\x1b\x88\x8f\x01\x5f\x49\xd3\xf4\xcb\xac\x5a\x15\x15\ -\x15\x15\xc7\xca\x6f\xbc\xd7\xa4\x72\xc7\xdc\xd0\xf5\x00\x00\x00\ -\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\xf6\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\xa8\x49\x44\x41\x54\x78\x9c\xed\ -\xd0\x31\x15\x80\x30\x00\xc4\x50\x5a\x53\xf5\x81\x50\x7c\x60\x0a\ -\xba\xe2\xe0\x33\x24\xdb\x4d\x97\x97\x71\x20\xd6\xf5\xbc\xdf\x7d\ -\x9f\x73\x08\x8f\x29\x4e\xff\x44\x01\xb4\x80\xa6\x00\x5a\x40\x53\ -\x00\x2d\xa0\x29\x80\x16\xd0\x14\x40\x0b\x68\x0a\xa0\x05\x34\x05\ -\xd0\x02\x9a\x02\x68\x01\x4d\x01\xb4\x80\xa6\x00\x5a\x40\x53\x00\ -\x2d\xa0\x29\x80\x16\xd0\x14\x40\x0b\x68\x0a\xa0\x05\x34\x05\xd0\ -\x02\x9a\x02\x68\x01\x4d\x01\xb4\x80\xa6\x00\x5a\x40\x53\x00\x2d\ -\xa0\x29\x80\x16\xd0\x14\x40\x0b\x68\x0a\xa0\x05\x34\x05\xd0\x02\ -\x9a\x02\x68\x01\x4d\x01\xb4\x80\xa6\x00\x5a\x40\x53\x00\x2d\xa0\ -\x29\x80\x16\xd0\x14\x40\x0b\x68\x0a\xa0\x05\x34\x05\xd0\x02\x9a\ -\x0d\x64\x41\x04\x80\xc9\xe4\x92\xad\x00\x00\x00\x00\x49\x45\x4e\ -\x44\xae\x42\x60\x82\ -\x00\x00\x01\x50\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\x02\x49\x44\x41\x54\x78\x9c\xed\ -\xd6\x2d\x4e\x03\x51\x14\xc5\xf1\x73\x29\xe1\x4b\xa0\xc0\xb3\x01\ -\x92\x0a\x7c\xc7\x15\x3c\x86\xd4\x23\x31\x2c\xa0\x99\x05\x74\x07\ -\x4d\x05\x49\x25\xa6\x09\x81\x86\xb0\x08\x76\x80\x22\x21\x75\x08\ -\x98\x66\xca\xbb\x58\xf2\x1e\x04\x35\x8f\x84\xf9\xff\xe4\xb9\x23\ -\xce\x1c\x33\x23\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\xad\x60\ -\xbf\xdd\x8b\x62\xd8\xc9\xd2\xa4\x21\xbd\x9e\x42\x59\x96\xe1\xa7\ -\xfb\xb7\x03\x14\x67\xe7\x7b\x1b\xcb\x30\x72\xd3\xa9\xa4\x9d\xc6\ -\xda\xe5\x51\x99\xfc\xc6\x6b\xbf\xb8\x9f\x4d\x9e\xe3\x63\x32\xc0\ -\xc9\x60\xb0\xbb\xaa\xb6\x1e\x25\x3b\xc8\x50\x2e\xa7\x45\xa8\x75\ -\xf8\x30\x1b\xbf\x7c\x0d\xd7\xe2\xa7\x3e\x96\xdb\xe5\x3f\x7c\x79\ -\x49\xda\xb7\x75\x8d\xe2\x30\x19\xc0\x5d\xfd\x3c\x7d\xf2\x33\xd3\ -\x71\x9c\x25\x03\xb4\x4d\x32\x80\x99\xe6\x7f\x51\x24\x07\x77\xdd\ -\xc5\x59\x32\x40\x67\xf3\x7d\x28\xf9\x53\x96\x46\x79\x2d\x7c\xa5\ -\xcb\x38\x4c\x06\xb8\x9d\x4e\x5f\x43\xa8\x8f\xcc\x75\x25\xe9\x2d\ -\x4b\xb5\x66\x55\x26\xbf\x56\x1d\xba\xf1\x17\x40\xe2\x47\x08\x00\ -\x00\x00\x00\x00\x00\x00\x00\x00\x68\x8b\x4f\xc6\xe5\x42\x89\xb1\ -\xed\x97\x86\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x04\x32\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x03\xe4\x49\x44\x41\x54\x78\x9c\xed\ -\x99\xcb\x6f\x5b\x55\x10\xc6\xbf\x39\xb6\x4b\x02\xa1\x42\x24\x6c\ -\x10\xa9\xa0\x41\x6a\xd3\x76\xe3\xb4\xac\x90\x90\x4b\xec\x8b\xda\ -\x45\x5a\x3f\xb2\x80\x2c\xc8\xc3\x0e\xfc\x03\x88\x55\x1b\xd8\x54\ -\x42\xac\x10\x42\x42\xa1\x24\x15\x2c\xb2\x30\x8f\xb6\x0b\x8c\xac\ -\xb6\x89\x68\x61\x01\x28\xde\xd5\x54\x2a\x46\xa2\xcd\x0a\x58\x54\ -\x55\xd5\xa8\xb1\xcf\xb0\x48\x08\xd7\xf7\x1e\x3b\x7e\xdc\x6b\x17\ -\x31\x3f\xc9\x9b\x99\xf3\x98\xf9\x3c\x67\xee\xb9\x36\x20\x08\x82\ -\x20\x08\x82\x20\x08\x82\x20\x08\x82\x20\xfc\xbf\xa0\x6e\x6d\x1c\ -\x4b\x64\xe2\x20\xfe\x08\x04\xc5\xe0\x4f\x2e\x7d\xf1\xe9\xa9\x6e\ -\xc4\x11\xe8\xc6\xa6\xd1\x64\x26\x43\xc4\x9f\x01\xd8\x0d\xa0\x8f\ -\x40\x2f\x0d\x1d\x0c\xaf\x95\xae\x17\x56\x3b\x1d\x4b\xc7\x05\x88\ -\xa5\x32\x6f\x13\xf8\x03\xb8\xaa\x8f\xc6\x86\x86\xc3\xf7\x4b\xc5\ -\xc2\xf7\x9d\x8c\xa7\x93\x02\x90\x95\xcc\xbc\x0f\xf0\xe9\xda\x23\ -\x28\xb6\xf7\xc0\xc8\x63\xa5\xe2\xea\xa5\x8e\x05\xd5\x89\x4d\x22\ -\x91\xb9\x60\xe8\xc9\xb5\x79\x10\xa6\x1a\x19\xcf\xa0\x85\xf2\x5f\ -\x4f\xbf\xb1\xb2\xf2\x6e\xd9\xef\xd8\x7c\x17\x20\x32\x39\xd9\x13\ -\xbc\x1b\x5a\x22\xf0\x49\x83\x5b\x13\x01\xcc\x50\x86\xc8\xbe\xde\ -\xe8\x2b\xbf\xb6\x72\xee\xdc\xba\x9f\xf1\xf9\x2a\xc0\xb1\x89\x89\ -\xdd\x1b\xeb\x8f\x9e\x27\xf0\x51\xbb\x9d\x37\x37\xae\x54\x8f\xe6\ -\x80\xbb\x2d\xe0\x4a\xef\x03\x7d\xf2\xe2\xc5\x85\xbb\x7e\xc5\xe8\ -\x9b\x00\xc7\xc6\xa7\x9e\x2a\x57\x02\x39\x10\x0e\x1b\xdc\x15\x83\ -\x0d\x30\xf7\xa4\x9f\x83\xaa\x72\x3c\x97\x5d\xfc\xc3\xc3\xf0\xb6\ -\xf1\x45\x80\xe8\xf8\xec\x1e\x68\x9d\x27\x60\x9f\xdd\xce\x60\x26\ -\x90\xae\x37\x97\xc1\x8a\x40\x54\x6d\xc3\x0d\x55\xae\xc4\xf2\x17\ -\x16\x6f\x79\x1d\xab\xe7\x02\x44\xe3\xe9\x61\x52\xc8\x03\x78\xc6\ -\xe1\x62\x00\x75\x93\xff\x77\x24\x2b\x10\x39\x63\xbb\x45\x50\x56\ -\xfe\xcb\xf9\x5f\x3c\x08\x73\x1b\x77\xf3\x69\x83\xd1\x44\xe6\x05\ -\x52\xb8\x0a\x67\xf2\xdc\x44\xf2\x00\x40\xa4\x01\x66\x87\x75\x90\ -\xa1\xaf\xc5\x92\xd3\x47\xda\x0e\xd4\x86\x67\x02\xc4\x52\x33\xa3\ -\x8a\xf8\x0a\x80\xfe\x6a\x0f\x33\xa8\x89\xe4\xb7\x21\xcd\x9b\x55\ -\x63\xa7\x1f\x50\xcb\x56\x3c\xfd\x72\xab\x71\x3a\xf1\x44\x80\x68\ -\x2a\x9d\x00\xd3\x37\x00\xfa\xec\x76\x06\x33\x76\x38\xf3\xf5\x20\ -\x40\x33\xbb\x44\xe8\x63\x85\x5c\x2c\x91\x89\xb7\xba\xae\x9d\xb6\ -\x6f\x82\x56\x22\x3d\x03\xe0\x73\x00\x41\xbb\x9d\x00\x0d\x90\x33\ -\xf8\xa6\x21\x02\x6f\xf5\x44\x7b\x4f\x08\x80\x30\xfe\xfc\x81\xf0\ -\xed\x5f\x8b\x85\x42\x3b\xeb\xb7\x25\x80\x95\x4c\xbf\xc5\x84\x0f\ -\x1d\xc1\x6d\x7e\x73\xee\xf2\x6d\x8b\xad\x96\x68\xdf\x87\x00\x3a\ -\xb1\xf7\x60\xf8\x5e\xe9\x7a\xe1\x87\x56\xd7\x6d\x55\x00\x8a\xa5\ -\x32\xef\x01\x78\xc7\xed\x81\x86\xc7\xc9\xdb\x17\x87\x4b\x6c\xb2\ -\x86\x86\xc3\xbd\xa5\x62\xe1\x72\xcb\x2b\x36\x43\x24\x32\x17\x0c\ -\xf5\xaf\x7d\x0c\x60\xc6\xe0\xf6\x31\xf9\x6d\x08\xa6\xde\xc5\x38\ -\xfb\x44\xe0\xce\x9b\xd9\x6c\xb6\xd6\x25\xcb\x48\x53\x15\x10\x99\ -\x9c\xec\x09\x05\xee\x2d\x01\x98\x70\x6c\xee\xf3\x37\x6f\x80\x41\ -\x8e\x03\x31\xb2\xce\x3d\x87\xf6\x3d\xfb\xe2\x85\x9b\x37\x7f\x6c\ -\x58\x84\x86\x2b\x60\x6c\x6c\xfa\xf1\xfb\xbb\xd4\x79\x30\x5c\x8f\ -\x20\x3f\xce\x7c\x03\x98\x2b\x01\xb8\xdc\xbb\xa1\xe3\x8d\xbe\x3f\ -\x34\x24\x40\xe4\xd5\xd9\x81\xd0\x03\x9d\x03\x60\xb8\x84\x50\xa5\ -\xf3\xb9\x57\x61\xaa\xe2\x9f\x36\x76\xa9\xe3\x2b\x4b\xf3\x7f\xee\ -\x34\x79\x47\x01\xac\x13\x53\x83\x1c\x0c\xe4\x01\xec\xaf\x72\x30\ -\x5a\xbc\xe0\xf8\x82\x82\x3b\x97\x62\x90\x61\xe5\xbe\x3a\x7b\xbb\ -\xde\xc4\xba\x02\x58\xc9\xd9\xfd\x0c\x9d\x07\x30\x68\xb7\x33\xc0\ -\xd4\xcc\xd5\xb6\x13\x98\xdf\x1f\x7e\x0f\x28\x6d\x7d\x9b\x5d\xb8\ -\x51\x6b\x5a\xcd\x9b\x60\x2c\x39\x7d\x84\x59\x5f\x85\x33\x79\xc6\ -\x8e\x6f\x74\x5d\x81\xc8\xd4\x84\xf7\x54\x2a\xea\x9a\x35\x9e\x36\ -\xbd\x92\x03\xa8\x21\xc0\x2b\x89\xe9\xa3\x80\x5a\x06\x61\xc0\xe1\ -\x62\x22\xe8\x2e\x9f\xf9\x7a\xb8\x45\x20\x0c\x68\x8d\xe5\x68\x2a\ -\x1d\x31\x4d\x70\x35\x90\xd1\x44\xfa\x14\x13\x2d\x12\xf0\x88\x61\ -\xfc\x3f\x9d\xf7\x61\xfe\xb8\x8e\xf5\x56\x2e\xaf\x3f\x37\x3c\xa2\ -\x7f\x2b\xae\x7e\x67\xf7\xb9\x2a\x40\x11\xe6\xa8\x8b\x7f\x98\xf8\ -\x05\x01\xa4\x08\x73\x4e\xbb\xa7\xbf\x07\xfc\x17\x31\x55\xc0\x19\ -\x7a\x78\x1e\x6f\x9e\x41\x04\xad\x08\x67\xba\x1d\x87\x20\x08\x82\ -\x20\x08\x82\x20\x08\x82\x20\x08\x82\xd0\x6d\xfe\x06\xf7\x21\x1d\ -\x03\xf2\x02\xba\x61\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\ -\x82\ -\x00\x00\x00\xa4\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x56\x49\x44\x41\x54\x58\x85\x63\ -\x60\xa0\x00\x58\xac\xfd\xdb\x60\xb1\xf6\x6f\x03\x25\x66\x30\x51\ -\xa2\x99\x1a\x60\xd4\x01\xa3\x0e\x18\x75\xc0\xa8\x03\x46\x1d\x30\ -\xea\x80\x01\x77\x00\x0b\xe5\x46\xfc\x77\xa0\xa4\x4a\x1e\x0e\x21\ -\xc0\x78\xe0\x44\x30\x73\x03\xb9\xba\x07\x3c\x04\x46\x1d\x30\xea\ -\x80\x51\x07\x8c\x3a\x60\xd4\x01\xa3\x0e\x18\x70\x07\x00\x00\x30\ -\xcb\x0b\x07\x89\x28\x47\x47\x00\x00\x00\x00\x49\x45\x4e\x44\xae\ -\x42\x60\x82\ -\x00\x00\x03\x68\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x03\x1a\x49\x44\x41\x54\x78\x9c\xed\ -\xd6\x4f\x6c\x14\x65\x18\xc7\xf1\xef\x33\xdb\xad\x44\xc4\x34\x01\ -\xa3\x04\x82\x4a\x0f\xc4\x02\x51\xeb\x09\x88\x64\x85\xdd\x25\xa4\ -\xa9\xc8\x6e\x97\x10\x62\xb1\xa6\xdb\x46\x4c\x3c\x18\x13\x6f\xa6\ -\xf1\x46\x82\x91\x70\x69\x42\xff\x24\x04\x4d\x54\xa6\x7f\x38\x28\ -\xe8\x96\x26\x94\xa4\x88\x46\xca\xad\x1e\x80\x9a\x08\x21\x46\x10\ -\xc1\x90\xd0\x52\xf6\x7d\xbc\x70\xd8\x0e\x45\xb0\x33\xbb\x84\xf0\ -\x7c\x8e\xf3\xcc\xfc\xf6\xf7\xbe\xb3\xb3\xb3\x60\x8c\x31\xc6\x18\ -\x63\x8c\x31\xc6\x18\x63\x8c\x31\xc6\x98\xc7\x85\x84\x0d\xd8\x98\ -\x7b\xb7\xce\x2b\xc6\x0e\x8a\xb0\x04\xf8\xbc\xd0\xdf\xf3\x19\xa0\ -\xe1\xab\xcd\x2e\x95\x69\xdb\x2a\xa2\x7b\x00\x10\xf9\xa0\xd0\xd7\ -\x7d\x34\x4c\x5e\xe8\x0d\x48\x65\xf3\x23\xc0\xfa\x92\xc8\x2f\x6a\ -\xbc\x6b\x79\xdf\xf7\x6f\x85\xcd\x0e\x90\x54\x53\xdb\xc7\xa8\xee\ -\x2e\x39\x76\xfd\xea\x42\xef\x99\xd3\x5d\x5d\xd3\x73\x0d\xf5\x42\ -\xd7\x52\x0d\x64\x68\xf3\xdf\xae\xe6\xfb\xc4\x5b\x2d\x35\xa1\xb3\ -\xef\x48\x24\x3a\xaa\x52\xd9\x7c\x67\x60\xf1\x80\x84\xbe\x81\xa1\ -\x37\x40\x94\x5d\xc0\x9f\x33\x8e\xa1\x6f\xc4\x63\xf1\xd1\x0d\x99\ -\xd6\xe7\xc3\xe6\x27\x72\xef\x3f\x15\x5f\x74\xe9\x30\xf0\x5e\x60\ -\x34\x25\xb8\xb7\xc3\xdc\x7d\x88\xe0\x11\x00\x48\xe7\xf2\x2f\x3a\ -\xc7\x51\x81\x15\x81\xf0\x3f\x44\xbd\x86\x1f\x06\xba\xc6\xe6\x92\ -\xbb\x29\xd3\xbe\xb8\x28\xee\x5b\x81\xfa\xc0\xe8\x2a\xaa\x6f\x0e\ -\x0d\xf4\x8e\xce\xb9\xf4\x1d\xe1\x1f\x01\xa0\xe0\xf7\xfc\x16\xf3\ -\x74\x2d\x70\xa2\xf4\xb8\xc2\x73\x4e\xdc\x89\x64\xa6\xb5\xe1\xff\ -\x66\x6e\xca\xb6\xad\x74\xe2\x4e\xcd\xb2\xf8\x09\xe7\x64\x4d\x14\ -\x8b\x07\x88\x45\x11\x02\x70\x7e\xfc\xcc\xcd\x15\x2f\xac\xfb\xca\ -\xc5\x6f\xd7\x02\xab\x4b\x46\xd5\x22\xb2\x7d\x79\x5d\xfd\xe5\x89\ -\x5f\xc7\x7e\x79\x90\xac\xf4\xd6\xfc\x06\x15\x0a\xc0\xb3\x33\x27\ -\xfa\x53\x95\xe7\x36\x16\xfa\x7b\x2f\x44\xd5\x3b\xb2\x0d\x00\x38\ -\x77\xee\xe7\x62\xf3\xb6\xc6\xc1\x0b\x97\x6f\x54\x03\xaf\x97\x8c\ -\x44\xa0\x61\x79\x5d\xfd\xfc\xe6\x6d\x8d\xc3\x23\x23\x23\xf7\x7c\ -\x4d\x26\x9b\xf2\x3b\x11\x0e\x01\x4f\xce\x18\x08\x83\x4f\x4c\xc5\ -\xb6\x1c\x39\xdc\x7b\x3d\xca\xce\x91\xfc\x06\xcc\x26\x9d\xc9\xb7\ -\xab\xd0\xc9\xdd\x9b\x7c\x68\x7a\xc1\xed\x77\x8e\x1f\x38\x30\x19\ -\xec\x92\xca\xb6\x7e\x02\xf2\xe9\xdd\x69\xba\xaf\xc6\xfb\xe7\x23\ -\xdf\xf7\x8b\x51\xf7\x2c\xdb\x06\x00\xa4\x9b\xda\x36\xab\xaa\x0f\ -\xcc\x0f\x8c\x46\x9d\xbb\xb5\x65\x78\xf0\xe0\x5f\x00\xb9\x5c\xae\ -\xfa\x9a\x7b\x7a\x3f\x48\x4b\xe0\x3c\x05\xf9\x70\xa8\xbf\x7b\x5f\ -\xb9\x3a\x96\x75\x03\x00\x92\xd9\xd6\x57\x05\xf9\x0e\x58\x3c\x73\ -\xa2\x67\x8b\xc5\xd8\x66\x2f\xce\x15\xcf\xb9\x3e\x85\x64\xe0\xd2\ -\x49\x54\x76\x0c\x0d\x74\x0f\x96\xb3\x5f\xd9\x37\x00\x20\x99\x6b\ -\x5f\x26\xce\x1d\x01\x56\x3e\xd0\x05\xca\x15\x85\xc6\x63\x03\x3d\ -\xa7\xca\xdb\x2c\xa2\xd7\xe0\xfd\x1c\xf3\xbb\x7e\x57\xcf\x5b\x07\ -\x0c\xdf\xff\x6c\x3d\xeb\xc5\x74\x4d\x25\x16\x0f\x11\xbf\x05\xfe\ -\xcb\xc4\xf8\xe9\xa9\xd7\x56\xd5\x7e\x3d\xa9\xf3\x96\x01\xaf\xdc\ -\xe3\xb4\x93\xd3\xd5\xb1\xd4\xf0\x37\x3d\x17\x2b\xd5\xab\x22\x8f\ -\x40\xf0\x33\xd3\x4d\xf9\x0e\x55\x3a\x02\x4d\xfa\x6e\xc8\x82\x9d\ -\x3f\xfa\x7b\x6f\x56\xb2\x4c\xc5\xbe\x01\xa5\xce\x8f\x8f\x1d\xaf\ -\x7d\xa9\x7e\x29\xc2\xcb\x80\x43\x75\xcf\xda\x55\x4b\x77\x7d\xd9\ -\xb9\x3b\xd4\xff\xfa\x47\x4e\x22\xd1\x51\x95\x68\x69\x99\xf7\xb0\ -\x7b\x18\x63\x8c\x31\xc6\x18\x63\x8c\x31\xc6\x18\x63\x8c\x31\x8f\ -\x89\x7f\x01\x76\x43\xf4\x3d\x50\xc3\x70\x12\x00\x00\x00\x00\x49\ -\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x03\x38\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x02\xea\x49\x44\x41\x54\x78\x9c\xed\ -\x98\xc1\x6b\x13\x41\x18\xc5\xdf\xb7\x69\xda\xb4\x45\x2a\xa2\xf5\ -\x90\x4c\x36\x09\x04\x4f\xde\x8a\x15\xaa\x17\x11\x04\x2f\x2a\x82\ -\x22\x1e\xec\x41\x10\x04\xe9\xc5\x9b\xa0\x07\xbd\x89\x7f\x81\xa0\ -\x1e\xa4\x78\x11\x44\xa1\x08\xa2\xf5\x20\x1e\xbc\x29\x82\x2d\xb1\ -\xcd\x4e\x36\x11\xb4\x05\x4d\x15\x1b\x9a\x64\x3f\x4f\x62\x93\x6c\ -\x4d\x0b\x99\xd9\x1e\xbe\xdf\xf1\x7d\xb0\xef\xcd\xdb\x59\x66\x58\ -\x40\x10\x04\x41\x10\x04\x41\x10\x04\x41\x10\x04\xa1\xc7\x78\x9e\ -\x3f\xed\x69\x9f\x3d\xed\x73\xb1\x54\x9a\x8c\x3a\x4f\x3b\x64\xf2\ -\xe1\xc5\x62\x31\x41\x4e\xdf\x6a\x8b\xc8\x74\x24\x93\x49\xcd\x9a\ -\xf4\xdd\x0a\x8e\xc9\x87\x0f\x0f\x0f\xf7\x75\x88\xc4\xaf\xb4\xd6\ -\x39\x93\xbe\x5b\xc1\x68\x01\xa3\xa3\xa3\xbf\xc2\x74\x86\xb3\x30\ -\x37\xb7\xb4\xc3\xa4\xf7\x66\x31\x5a\x00\x00\xb8\xe9\x54\xe7\x2e\ -\x00\x90\x18\xac\xad\x30\xb3\x71\xff\x6e\x18\x0f\x40\x44\xcd\xfa\ -\x5a\x6d\x24\x6c\xa6\x4b\xe5\xa6\x69\xff\x6e\x58\x79\x03\xf9\x7c\ -\x7e\x25\xe6\x20\x1f\x36\xf3\x74\xe9\x8d\x8d\x0c\x1b\x61\x6d\x0b\ -\x2a\xa5\x3e\x13\xe8\x68\xe7\x84\x26\xbc\x92\x7f\xdb\x56\x8e\x76\ -\xac\x7e\x83\xae\x9b\x7a\x09\xc6\x95\x8e\x01\xe3\xaa\xe7\xf9\xe7\ -\x6d\x66\xf9\x8b\xd1\x7b\xc0\x46\x68\x5d\x7a\xc0\xa0\x0b\xed\x7a\ -\xe0\x60\x3c\xa7\xd4\x3b\x9b\x59\x22\x29\x00\x00\x3c\xed\x2f\x00\ -\xe8\xb8\x0f\x38\xc4\xc9\x74\x3a\xfd\xc5\x56\x8e\xc8\x0a\x00\x00\ -\x4f\xfb\x1c\xa6\xc7\x1c\x0c\x29\xa5\x56\xc3\x66\xbd\x26\xd2\x73\ -\x78\x79\xe9\x6b\x7f\x98\xde\x0c\xf0\x9b\x99\xad\xbc\x9c\x48\x77\ -\x00\x00\x54\x2a\x95\xdd\xf5\x46\xb0\x14\x32\xaa\x66\x5c\xb5\xd3\ -\xb4\x7f\xe4\x37\xb1\x64\x32\xb9\xec\x10\xef\x0f\x19\x8d\x68\x5d\ -\x7e\x64\xda\x3f\xf2\x02\x00\x20\x9d\x4e\x7f\x64\xe2\x93\xed\x3a\ -\x83\xcf\x9a\xf6\xde\x16\x05\x00\x00\x9a\xb1\xf9\x28\x6c\xb7\x45\ -\x01\x8b\x8b\x8b\x7b\xc9\x09\x66\x42\x46\x6f\x4d\x7b\x47\x5e\x40\ -\xa5\x52\x19\x8a\xc5\xe2\x4f\x01\x64\x5b\x06\x44\x37\x33\xae\x9a\ -\x30\xed\x1f\x69\x01\xcc\x1c\x6b\x34\x82\x69\x06\x0e\xb4\x8d\xee\ -\xba\x2a\x79\xc3\x46\x86\x48\x0b\xf0\x4a\xe5\x3b\x0c\x9c\x68\x11\ -\x19\xcf\xdd\x74\xea\x32\x11\x85\x5e\x92\x7a\x4d\x64\x05\x68\xed\ -\x4f\x11\x30\xd5\x22\x12\xde\xd7\x6a\x89\x33\x44\xd4\xb0\x95\x23\ -\x92\x8b\x90\xe7\xf9\xa7\x40\x78\xdc\xe6\x5f\x8e\x39\x38\xa8\x94\ -\xaa\xd8\xcc\x62\xbd\x80\xa2\xef\x8f\x53\x80\x59\x00\x83\xeb\xe4\ -\x9f\x81\x83\x43\x39\xa5\x3e\xd8\xce\x63\xf5\x13\xd0\x5a\xe7\xa8\ -\x89\x67\x68\x5d\x7c\x83\x10\x9c\x8e\x62\xf1\x80\xc5\x02\x7c\xdf\ -\xdf\xc5\x70\x66\x40\xd8\xd3\x32\x60\xbe\xe4\xba\xee\x0b\x5b\x39\ -\xda\x09\xfd\x63\xdb\x6b\x0a\x85\xc2\x40\x23\xc0\x13\x02\xf6\xb5\ -\x0c\x88\x6e\x65\x5c\x75\xcf\x46\x86\x8d\x30\xbe\x03\x98\xd9\x89\ -\xc7\x13\xf7\x09\x38\xdc\x36\x7a\xe8\xaa\xe4\x75\xd3\xfe\xdd\x30\ -\x5e\x80\xd6\xfe\x35\x10\xce\xb5\x88\x84\xd7\xf5\xb5\xda\x45\x5b\ -\x67\xfd\xff\x30\x7a\x0a\x14\x0a\x85\x81\x78\x7f\xe2\x07\x80\xc4\ -\x3f\x95\x3f\x11\x78\xc2\x75\xdd\xef\x26\xbd\x37\x8b\xd1\x1d\x50\ -\xad\x56\x03\x00\xf5\x75\xd2\x37\x0e\x9a\xc7\xb7\xcb\xe2\x01\xc3\ -\x05\x8c\x8d\x8d\xd5\xc1\x98\x04\xb0\x0c\x60\x9e\x03\x3a\x96\xcd\ -\x66\x3d\x93\x9e\x82\x20\x08\x82\x20\x08\x82\x20\x08\x82\x20\x08\ -\xdd\xf8\x03\x6a\x65\xdc\x45\x31\x50\xc4\x7d\x00\x00\x00\x00\x49\ -\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\x97\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x49\x49\x44\x41\x54\x58\x85\xed\ -\xd7\xb1\x0d\x00\x20\x0c\x03\x41\x83\x18\x8c\x26\x13\x64\x85\x8c\ -\x89\x94\xd5\x18\xc2\x74\xfc\xf7\xb1\xae\x8d\x44\x46\x91\xd5\x91\ -\xd5\xce\xc6\x32\x0d\xdb\xbc\xd7\x74\x07\x00\x00\x00\x00\x00\x00\ -\x00\x00\x00\x00\x00\x00\x00\xc0\xcd\xfa\x8c\x86\x74\x5e\x41\xfe\ -\xed\x02\xdd\xeb\x04\xae\xa2\x49\x76\xdf\x00\x00\x00\x00\x49\x45\ -\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x03\x64\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x03\x16\x49\x44\x41\x54\x78\x9c\xed\ -\x9b\xbf\x4f\x53\x51\x14\xc7\xbf\xdf\x17\x08\x90\x4e\xf2\x23\x02\ -\xee\x2e\x58\x17\x57\x4d\x4c\xac\x75\x73\xa8\x05\x23\x49\xd1\xa4\ -\xa5\x44\x13\xd0\x11\xfe\x02\x9d\xc1\x44\xac\x38\x68\x13\x4d\xa0\ -\xb2\x83\x6c\xb8\xba\x50\x98\x9c\x29\x92\x14\xb6\x0a\x44\xf2\x8e\ -\x03\x7d\x4d\x73\xfb\x6a\x11\x69\x4f\x1b\xee\x67\xba\x3d\xf7\xbe\ -\xf6\x7b\xbe\xbd\xf7\xdd\xe5\x1c\xc0\x62\xb1\x5c\x64\x78\x9a\x45\ -\xe1\x58\x2c\xe0\x1e\x74\x8c\x50\x10\x05\x70\x0d\xc0\x20\x80\xb6\ -\xba\x2a\xfb\x77\x8e\x01\xe4\x00\x6c\x0a\x91\x71\xba\x8e\x16\x57\ -\xd3\xe9\x42\xad\x87\x6a\x19\xc0\xf0\x83\xf8\x98\x80\x2f\x01\x0c\ -\x9c\x87\xca\x06\xb2\x23\xc4\xf4\x5a\x66\x21\x0d\x40\xaa\x2d\xaa\ -\x6a\xc0\x8d\x64\xb2\xbd\x3b\x2f\x73\xa0\x4c\xd4\x45\x5e\xa3\x10\ -\xbe\xdd\xef\xe5\xe4\xf7\x54\xea\xb7\xdf\x74\xb5\x6d\xcc\x4b\x7b\ -\xee\x6b\x10\x49\x23\x9e\x25\xf0\x4d\x20\x3f\x29\x8e\x7b\xbe\x4a\ -\xff\x0f\xa1\xeb\x10\xec\x17\xe0\x26\x80\x60\x69\x82\x32\xd1\x9d\ -\x07\x00\x3c\x85\xcf\x4e\xf0\xdd\x01\xa1\x68\x62\x8c\x82\x0f\x65\ -\xa1\x3d\x11\x99\x5a\x5b\x7e\xff\xd9\xef\x4b\x9a\x0c\x86\x22\xf1\ -\x47\x24\x67\x01\xf4\x78\x41\x21\x1e\xaf\x65\x16\x3e\x56\x2c\x36\ -\x03\xe1\x58\x2c\x20\xbf\x3a\x7e\xc0\x3b\xf3\x82\xbc\x03\xe7\xfa\ -\xca\x72\x6a\xa7\x8e\xa2\xcf\x9d\x7b\x91\xe4\x80\x0b\x77\x03\x44\ -\x2f\x00\x80\xc8\xb1\xeb\xe8\xaa\xf9\x62\x74\xcc\x07\xdd\x83\x8e\ -\x11\x94\xbd\xf0\x04\xf2\xbc\xd5\x92\x07\x80\x95\xe5\xd4\x0e\x1d\ -\xbe\x28\x05\x04\x83\x52\xe8\x1c\x36\xd7\x55\x18\x50\xbc\xea\x3c\ -\xb2\xc5\x6d\xdf\x92\xac\x66\xde\x7d\x02\x90\x2d\x05\x28\xb5\x0d\ -\xc0\xc9\x3d\x0f\x00\x10\x91\x75\x34\xff\x99\xff\x1b\x52\xcc\xc1\ -\x63\xc8\x5c\xe0\x67\xc0\xa0\x37\x20\xb1\x5b\x0f\x55\x8d\xc4\xc8\ -\xe1\x8a\x39\xef\x67\x40\xe9\x6a\x6c\xb6\xab\xee\x2c\x18\x39\x54\ -\x5c\xfb\x7e\x06\x5c\x28\xac\x01\xda\x02\xb4\xb1\x06\x68\x0b\xd0\ -\xc6\x1a\xa0\x2d\x40\x1b\x6b\x80\xb6\x00\x6d\xac\x01\xda\x02\xb4\ -\xb1\x06\x68\x0b\xd0\xc6\x1a\xa0\x2d\x40\x1b\x6b\x80\xb6\x00\x6d\ -\xac\x01\xda\x02\xb4\xb1\x06\x68\x0b\xd0\xc6\x1a\xa0\x2d\x40\x1b\ -\x6b\x80\xb6\x00\x6d\xac\x01\xda\x02\xb4\xb1\x06\x68\x0b\xd0\xc6\ -\x1a\xa0\x2d\x40\x1b\x6b\x80\xb6\x00\x6d\xac\x01\xda\x02\xb4\xf1\ -\x33\xe0\xd8\x1b\x08\xdd\x96\x37\xc8\xc8\xe1\xd8\x9c\xf7\x4b\x30\ -\x57\x7a\x58\x70\xb9\x1e\xa2\x1a\x89\x91\xc3\xb6\x39\xef\x67\xc0\ -\xa6\x37\x20\x79\x0b\xa7\xec\x29\x68\x52\x58\xcc\xc1\x63\xcb\x5c\ -\x50\x61\x80\x10\x99\xb2\x8f\xc1\x70\x24\x31\x52\x0f\x65\x8d\x20\ -\x1c\x1d\x7f\x88\xf2\xca\x71\xe1\x92\xb9\xa6\xc2\x00\xa7\xeb\x68\ -\x11\x40\xa9\x36\x58\x88\xb9\x3b\xf7\x13\x2d\x77\x14\x6e\x0f\x3f\ -\xe9\x17\x91\xd9\x52\x80\xc8\x31\x70\x58\xdb\x80\xd5\x74\xba\x20\ -\xc4\x74\x59\xa8\xcf\x69\x47\x36\x14\x89\x8f\xa2\x35\x8e\x03\x43\ -\x91\xf8\x68\xbb\xdb\xb6\x01\xa0\xcf\x0b\x0a\x30\xe3\xd7\x42\x53\ -\x2d\x21\xde\x8d\x8c\xbf\xf1\xe9\x16\xc9\x8a\xc8\x3a\x89\xdd\x66\ -\xab\x22\x15\xba\x8e\x08\x2e\x17\xcf\x7c\xd0\x98\x9e\xff\xfa\x65\ -\xe1\x19\x7c\xea\x9e\xab\x75\x8c\xc8\x7e\x2f\x27\xbb\xf3\x80\x61\ -\x42\x90\x64\xf0\xe4\x07\x9b\xad\x86\x9a\xa0\xff\xdf\x39\xbf\xdf\ -\xe3\x4c\xa1\x4a\xd1\x77\xcd\xa6\xa9\x50\x34\x11\xa3\xe0\x15\x5a\ -\xad\x69\x8a\xc8\x09\x30\x73\xe6\xa6\xa9\x72\xc2\xb1\x58\x40\x0a\ -\x9d\xc3\xc5\x7a\xfb\x21\x9c\x54\x5d\x37\x63\xdb\xdc\x36\x80\x2d\ -\x08\x97\x18\x38\x5c\x3a\x4d\xdb\x9c\xc5\x62\xb9\xd8\xfc\x01\xdf\ -\x73\xe1\xb5\xcf\x33\xa6\xd1\x00\x00\x00\x00\x49\x45\x4e\x44\xae\ -\x42\x60\x82\ -\x00\x00\x00\x97\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x49\x49\x44\x41\x54\x58\x85\xed\ -\xd7\x41\x0d\x00\x20\x0c\x04\xc1\x83\x20\xa9\x02\x70\x53\x3f\xd5\ -\x43\x52\x6b\x88\x38\x7e\xec\xfe\x7b\x99\x6f\x25\x32\x8a\xac\x8e\ -\xac\x76\x36\x96\x69\xd8\xe6\xbd\xa6\x3b\x00\x00\x00\x00\x00\x00\ -\x00\x00\x00\x00\x00\x00\x00\x00\x6e\xde\x67\x34\x74\x1e\x39\x3e\ -\xee\x02\x8e\xc2\x05\x10\x61\x1a\xbe\x91\x00\x00\x00\x00\x49\x45\ -\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\xca\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x02\x7c\x49\x44\x41\x54\x58\x85\xed\ -\x97\x4b\x72\xd3\x40\x14\x45\xcf\x73\x32\x00\xb6\x10\x59\x2d\xcd\ -\x60\x0b\x6c\x81\x01\x90\x00\x81\x90\x8a\xf3\x71\x15\x2c\x20\x55\ -\xac\x81\x61\x66\x0c\x20\xc4\xf9\x3b\x21\x14\x55\xac\x81\x35\xc0\ -\x08\xb7\x24\x03\x3b\x00\x06\xc4\x8f\x41\xe4\x20\xeb\x63\x49\x2e\ -\x33\x82\x1e\x59\xaf\xba\xef\x39\x7e\x6a\x5b\x2d\xf8\xd7\x87\x0c\ -\x3f\x58\xfb\xe5\xa6\xca\xe0\x85\xc0\x55\x94\x67\x9e\xd7\x7c\x3b\ -\x4d\x90\xb5\xd1\x3c\xc2\x73\xe0\xa7\xd0\x78\x6a\xcc\xdc\x87\x51\ -\x81\x20\xfa\x08\x5c\x8f\x2f\x07\x2a\xba\xe4\xbb\x6e\x77\x1a\xf0\ -\x5e\x18\x3e\x14\x95\x03\xa0\x11\x97\x3e\x79\xa6\x79\x83\x44\x01\ -\x90\x2b\x89\x35\x0d\x51\x39\xec\x85\xe1\xe2\x5f\x80\x83\x70\xed\ -\x12\x74\x59\x54\xdd\x04\x06\xd3\x94\xe8\x85\xe1\x62\x06\x0e\x03\ -\x51\xd9\xcc\x08\x78\x5e\xf3\x4c\x45\x97\x73\x24\x0e\x26\x91\x88\ -\xe1\x87\x19\x38\xb4\x8c\x71\x4e\x33\x02\x00\xbe\xeb\x1e\xe5\x48\ -\xcc\xd4\x95\x28\xfc\xe6\xd0\x32\xa6\xb9\x9f\x9c\x2b\xe4\x0c\x6b\ -\xa3\x25\x84\xbd\x54\xc0\xb9\x20\x4b\xc6\x38\x27\xe3\xe0\x41\xd0\ -\x7f\xa0\xe8\x21\x30\x53\x06\x2f\x14\x98\x54\xa2\x00\xae\x02\x2b\ -\x79\xf0\xb1\x02\xb1\xc4\x63\x84\xdd\x2a\x12\x41\xd0\xbf\xaf\xe8\ -\x51\x1d\x78\xa9\x40\x89\xc4\xa3\xe1\x66\x9a\x14\x5e\x49\xe0\x02\ -\x10\x2d\x2b\x74\xf2\x24\x00\xf2\xe1\xd2\x32\xc6\xd9\x2b\xcb\xae\ -\x24\x30\x46\x62\xf8\x6b\x49\xd6\x2a\xc3\x6b\x09\x24\x24\x76\xc7\ -\xac\xab\x05\x87\xd4\xff\x40\xd9\x30\xa6\xb9\x2f\xb0\x02\x68\x01\ -\x7c\xb5\x0e\xbc\xb6\x00\x80\x2a\x3f\xf2\x04\xe4\xa2\xf6\xbd\x6e\ -\x5e\x2d\x01\x6b\xa3\x05\x84\xe3\xbc\x75\x0a\x0d\x45\x8f\x83\xa0\ -\x7f\xaf\x4e\x66\xe5\x3d\x10\x3f\xcf\xbb\xc0\xec\x08\x57\x04\x54\ -\x93\x39\xe7\x28\x8b\x9e\xd7\x3c\xab\x92\x5b\xa9\x03\x45\x70\x45\ -\xd6\x44\x59\x65\xf4\x96\xcc\x20\x74\xad\x8d\x16\xa6\x22\x60\x6d\ -\x74\xb7\x08\xee\x1b\xa7\x63\x8c\xb3\xab\xc8\xda\xa4\x12\x63\x05\ -\x62\xf8\x49\x06\x2e\xba\xee\x1b\xa7\x33\x2c\xf8\xc6\xe9\x14\x48\ -\x1c\x97\x49\x14\x0a\x8c\x85\xbb\xee\x4e\x7a\xbe\x6f\x9c\x8e\x8a\ -\xae\xa7\x24\x66\xcb\x24\x72\x37\x61\x2f\x0c\xef\x88\xca\x69\x55\ -\x78\x6a\xed\xaa\xa8\x6c\xa7\xb2\x7f\xc5\x1b\x33\x73\xd0\xcd\x74\ -\x60\x0c\x7c\xa3\x0c\x0e\xe0\xbb\xee\x8e\x8a\x6e\x90\xed\x44\xd7\ -\xda\x68\x3e\x3d\x7f\xa4\x03\xbd\x30\xbc\x2d\x2a\x6f\x0a\xe0\xaf\ -\xcb\xe0\xa9\xac\x35\x51\x79\x45\x49\x27\x12\xef\x05\xfd\x5b\x88\ -\xbe\x9b\x06\xfc\x4f\x66\xb8\x8e\xc8\xcb\xb4\x84\xd0\x98\x37\x66\ -\xee\x3d\x8c\x1c\x95\x75\x2b\x0d\x47\xb5\x3d\x29\x1c\xc0\xf3\xdc\ -\x6d\x54\xdb\xa4\x6e\x87\x32\xd8\x1a\x5e\x5c\x0a\xe8\xe8\x41\x54\ -\x51\x6d\x7b\x9e\xbb\x3d\x29\xbc\x44\xe2\x3c\x23\x20\x2a\x4f\x80\ -\xcf\xc0\x37\x41\x5a\xd3\x80\x27\x25\xe2\xa7\xe8\x57\xa0\xc7\x05\ -\xeb\xff\x00\xe0\x37\x93\x02\x62\x58\xa2\x39\x4a\x39\x00\x00\x00\ -\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\xfc\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x02\xae\x49\x44\x41\x54\x78\x9c\xed\ -\x9a\x3f\x6e\x13\x41\x14\x87\xbf\xd9\x10\x85\x26\x48\x14\xb9\x01\ -\x15\x25\x29\x69\x90\x88\x2d\xa5\x43\xd8\xa0\x84\x24\x10\xc9\xb1\ -\xa1\x80\x1b\xd0\x72\x03\x90\x00\xc7\x05\x7f\x82\x03\xb1\x8d\x68\ -\xb3\x3e\x44\x24\x2e\xc0\x05\x22\x21\x0a\x8a\x08\xfc\x68\x90\x70\ -\xc6\xde\x18\xef\xce\xcc\xce\x6c\xfc\xca\xf5\xdb\x9f\xe6\xfb\xb4\ -\x9e\x1d\x3d\x2d\xcc\x6a\x56\xb3\x3a\xcf\xa5\xf2\x5e\x80\xed\x2a\ -\x57\x6a\xb7\x84\xe8\x19\xc8\x77\x89\xa2\x47\xfd\x83\xd7\x5f\x87\ -\x7f\xbf\x90\xd7\xc2\x5c\x54\xb9\x5a\x5f\x13\x91\x3d\x90\x08\x40\ -\x0d\x06\x2f\x81\xeb\xc3\x3d\x51\x2e\x2b\x73\x50\xff\xe0\x4f\x31\ -\x5e\xd2\xfb\x0a\x29\x20\x01\xfe\xb7\x28\x9e\xea\xbd\x85\xfb\x0b\ -\x24\xc1\xa3\x64\xbd\xdf\x69\x7d\xd1\xfb\x0b\xb5\x09\x9e\x05\x1f\ -\x77\x5a\x07\xe3\xee\x29\x8c\x80\x34\xf0\x50\x10\x01\x69\xe1\xa1\ -\x00\x02\xb2\xc0\x43\xe0\x02\xb2\xc2\x43\xc0\x02\x4c\xc0\x43\xa0\ -\x02\x4c\xc1\x43\x80\x02\x4c\xc2\x43\x60\x02\x4c\xc3\x43\x40\x02\ -\x6c\xc0\x43\x20\x02\x6c\xc1\x43\x00\x02\x6c\xc2\x83\xe7\x02\x6c\ -\xc3\x83\xc7\x02\x5c\xc0\x83\xa7\x02\x5c\xc1\x83\x87\x02\x4c\xc3\ -\x97\xaa\xb5\x3b\x88\x7a\x01\x80\xa8\x87\x71\xaf\xf9\x79\xf8\x77\ -\xaf\x26\x42\xa6\xe1\xcb\xd5\xfa\x1a\xa2\xf6\x81\x25\x60\x09\x25\ -\xaf\xf4\x1e\x6f\x04\xd8\x80\x1f\x93\x37\x52\x5e\x08\x70\x04\x3f\ -\x10\xd4\x63\xbd\x37\x77\x01\xae\xe0\x95\x52\xf7\xfb\xdd\xe6\x27\ -\xbd\x3f\xd7\x4d\xd0\x25\xfc\x61\xa7\xb9\x37\xee\x9e\xdc\x04\xf8\ -\x00\x0f\x39\x09\xf0\x05\x1e\x72\x10\xe0\x13\x3c\x38\x16\xe0\x1b\ -\x3c\x38\x14\xe0\x23\x3c\x38\x12\xe0\xec\x3d\x2f\xb2\xd5\xef\xb5\ -\x3e\x4c\x93\x65\x5d\x80\xcf\xf0\x60\x59\x80\xef\xf0\x60\x51\x40\ -\x08\xf0\x60\x49\x40\x28\xf0\x60\x41\x40\x48\xf0\x60\x58\x40\x68\ -\xf0\x60\x50\x40\x88\xf0\x60\x48\x40\xa8\xf0\x60\xe0\x1b\x21\x57\ -\xf0\xc0\x66\xbf\xd7\x6a\x4f\x9b\xb7\x52\xa9\xdf\x55\xc8\x73\xc0\ -\xfc\x4c\xd0\x25\x7c\xdc\xdd\x9d\x1a\xbe\x54\xd9\xd9\x54\x48\x1b\ -\x1b\x33\xc1\x10\xe0\x81\x37\x4c\x60\x4c\x25\xc0\x77\xf8\x72\xb5\ -\xbe\xc1\x28\xbc\x99\x99\x60\x08\xf0\x22\xf2\x56\xcf\x33\x32\x13\ -\x0c\x19\x3e\xf3\x4c\xd0\x77\xf8\x95\xdb\xb5\x7b\x4a\xa9\x77\x7a\ -\xde\xa4\x57\xe7\x7f\x09\x28\x2a\x3c\xc0\x5c\xca\xc5\xda\x98\xe4\ -\x6c\xc4\xdd\xdd\xfd\x69\xf3\xb2\xc0\xc3\x84\x27\xc0\x25\xfc\x61\ -\xa7\xe9\x1c\x1e\xce\x38\x09\xfa\x0e\x5f\xaa\xec\xac\x03\x23\xf0\ -\x4c\x79\x62\x1c\xfb\x04\x04\x02\xff\x5e\xcf\x23\xc5\x1e\x32\x22\ -\xe0\xef\xd9\xb9\x8d\x21\xf8\x84\xbc\xf4\x8f\x7d\x42\x1e\x29\x37\ -\xd0\x53\x02\x96\x1b\x8d\xf9\xcb\xc7\x83\x63\x05\x8b\x43\x97\x53\ -\xc3\x27\xe4\xa5\x86\x37\x9d\x07\xda\x49\x70\xf1\xe4\x64\x4e\xc1\ -\xc2\xd0\xa5\x4c\x9f\xa5\x8c\xc9\xcb\xb4\x58\xd3\x79\xa0\xbd\x06\ -\xbf\x1d\x1d\xfd\xba\x72\xf5\xda\x0f\xe0\xa6\xc0\xcf\x48\xd8\x8a\ -\xbb\xad\x4e\xda\x70\x3d\x0f\xd4\x83\xb8\xdb\xfc\xe8\x4b\x5e\x62\ -\xad\xae\x3e\x59\x58\x6e\x34\xe6\x7d\xcd\xbb\xb1\xbd\x7d\xd1\x64\ -\xde\xac\x66\x75\x8e\xeb\x0f\x00\x7d\xea\x19\xbf\xa0\x8f\x59\x00\ -\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\x25\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\xd7\x49\x44\x41\x54\x58\x85\xed\ -\x95\x3d\x68\x13\x51\x1c\xc0\x7f\xff\x77\xfd\xc2\xc1\x28\x2d\x3a\ -\x74\x29\xda\x0e\xea\x10\xb1\x9b\xa5\x50\xc4\x24\x94\xc6\xc1\xe6\ -\x4e\xf0\x0b\xc1\x26\xd6\x2e\xdd\x9c\x83\x9b\x7b\xb7\x0c\xd2\xcd\ -\xc5\xa1\x4a\x44\xac\x8b\x07\xe9\x22\xd8\x51\x27\x3f\x26\xc7\xd2\ -\x49\x38\xcf\x7b\x7f\x87\x5c\x6c\x42\xaa\x4d\x0f\xab\x14\xee\xb7\ -\x1c\x77\xf7\xff\xf8\xbd\x7b\xef\xde\x83\x94\x94\x94\x94\xff\x8c\ -\x24\x4d\xbc\xe4\xdd\x1f\x75\x6c\xf4\x02\x34\x4b\x68\x47\x5f\x3f\ -\x7f\xfc\x35\x49\x1d\x93\x24\x29\x57\x5a\x9c\x70\x6c\xd8\x00\xcd\ -\x02\xd0\x2f\x1b\x05\x6f\x61\xfc\x9f\x08\xe4\xbc\xca\x79\x88\x1a\ -\x20\x63\x0a\x28\x00\x32\x66\x55\x1a\x85\xab\x77\xb3\x07\x2a\x50\ -\x70\xcb\xd3\x58\x7c\xe0\x04\xa0\x02\x91\x40\x04\x28\xca\x49\x6b\ -\x8c\x5f\x70\xcb\xd3\x07\x22\x90\x77\x2b\x45\xab\xac\x83\x1e\xd5\ -\xe6\xc0\x6d\xdb\x6b\x0b\xaa\x40\xc6\x2a\xeb\x97\xe7\x17\xe6\xfe\ -\xaa\x40\xae\x54\xbe\xa5\xaa\x6b\xc0\x10\xaa\x2a\x9d\xcd\x63\xc4\ -\xaa\xa2\xc0\x90\x88\x3c\xcb\xbb\x95\x9b\xbd\xd4\x76\xf6\x0a\xc8\ -\x97\xca\xcb\x40\x0d\x30\x8a\xaa\x88\xec\xd2\x3c\x56\x10\x94\xe6\ -\x9f\x65\x80\xf9\x53\x67\x26\xb7\x3e\x7d\xd8\x7c\x9b\x54\x40\x72\ -\xa5\xca\x43\xe0\x51\x7c\x6b\xa5\xb5\xe6\xfe\x8c\x8a\xc4\x3e\xc2\ -\xec\xf8\xb9\x0b\xf2\xf1\xfd\xa6\xbf\x2f\x81\x6a\xb5\x6a\x06\x46\ -\x26\x56\x80\x07\x71\xa9\xd6\x1c\xf7\x8c\xec\x5c\x66\x4e\x9f\x9d\ -\x1c\xbe\x7d\xed\xca\x2b\xdf\xf7\xbb\x6a\x74\x6d\x44\x9e\xe7\x0d\ -\x6c\xdb\xcc\x2a\x70\x3d\x0e\xd9\x77\xf3\xb6\xf2\x02\xda\x5a\x67\ -\x4f\xb6\x86\xcd\x9d\x77\xb5\x5a\xf8\x5b\x81\x62\xf1\xde\x91\x60\ -\x30\x7a\x0a\x32\x8b\x02\x46\x2c\x9a\xb4\xf9\x2f\x07\x51\x55\xd3\ -\x6c\xa4\x2f\x07\x03\xc7\xad\xd7\x6b\xdf\xba\x04\xe6\x6e\x2c\x1d\ -\xff\x1e\x84\x75\xe0\x62\xfc\xc8\xd2\xdb\x9c\xef\xed\x80\x88\xee\ -\x7c\x89\x8d\x30\xfa\x51\x7c\xb3\xb6\xba\x0d\xd0\xd7\x0a\x0a\x82\ -\xf0\xb3\x40\xa6\x2d\x2f\xd1\x36\xbd\x1b\xda\x39\x8e\xa9\x7e\xa7\ -\xef\x0b\x70\xac\xa3\x49\xe2\x53\x29\x25\x25\x25\xe5\xb0\xf3\x13\ -\x19\xff\x9a\x58\xf0\x37\x9f\x0a\x00\x00\x00\x00\x49\x45\x4e\x44\ -\xae\x42\x60\x82\ -\x00\x00\x00\x97\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x49\x49\x44\x41\x54\x58\x85\xed\ -\xce\xc1\x09\xc0\x30\x0c\x04\x41\xc9\x49\xdf\x71\x4d\x6e\x48\x08\ -\xd5\x11\xec\x22\xce\xa0\xcf\xce\xff\x8e\x35\x13\x44\xd6\x8c\xac\ -\xa9\x7c\x0c\x65\x7c\x03\x01\x04\x10\x40\x00\x01\x04\xb4\x07\xbc\ -\xea\x81\x9b\x7d\x91\xd5\x13\xe0\xfb\x59\xdb\x7f\xe5\x02\x00\x00\ -\xf4\x3b\x2b\x9a\x0d\x40\x4d\xe0\x05\x89\x00\x00\x00\x00\x49\x45\ -\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x08\xd7\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x08\x89\x49\x44\x41\x54\x78\x9c\xed\ -\x5b\x6d\x70\x54\xd5\x19\x7e\xde\x73\x77\x37\xb0\x24\x7c\x64\x11\ -\x13\xd4\xd1\xa0\x65\x30\x54\x66\x60\xb3\x50\xd4\x46\xb0\x76\xa4\ -\x1d\xc1\x62\xbb\x56\xed\xa8\x80\x24\x21\x40\x56\x60\xac\x1d\x9c\ -\xd1\x4b\x5a\xa9\xf5\x2b\x26\xbb\x60\x08\x04\x0a\x2a\xd3\x19\xd3\ -\x11\xa6\x38\x80\x4c\x6b\xc3\x50\x0b\x21\x1b\xed\x50\x05\x3a\x7e\ -\x80\x94\x49\x88\x95\xcf\x60\x24\xd9\xdd\xf3\xf6\x47\x10\xee\xc7\ -\xee\x66\x6f\x72\x37\x86\x36\xcf\xbf\xfb\x9c\xe7\xbc\xfb\xdc\x77\ -\xcf\x3d\x7b\xee\x39\xef\x02\x03\x18\xc0\x00\xfe\x9f\x41\x7d\xf1\ -\x21\x13\xe7\x06\xaf\x52\x32\xa8\x10\x90\xb7\x80\x69\x1c\x08\x63\ -\x98\x31\x9c\x80\xa1\x00\x14\x80\xce\x01\x38\x07\xe6\x63\x20\x1c\ -\x02\x70\x50\xc4\x68\xcf\xfe\xda\xb2\x23\xe9\xf6\x96\xb6\x04\x78\ -\x8b\x83\x37\x0a\xc2\x1c\x66\xcc\x02\x61\x42\x0f\xc3\x1c\x61\xf0\ -\x0e\x21\x79\x63\xe3\xba\xc7\xc3\x00\xb1\xad\x26\x61\x7b\x02\x98\ -\x7c\x25\xc1\xbb\x19\xf4\x24\x80\xe9\xf6\xc6\xc6\x87\x04\xaa\x90\ -\xec\x7a\xa3\x69\x6d\x49\xc4\xae\xa0\xb6\x25\xc0\x5b\x5c\x35\x9d\ -\x88\x5e\x00\x50\x60\x57\xcc\x78\x60\xe0\x28\x98\x57\x34\xad\x0d\ -\xbc\x66\xc7\x88\xe8\x75\x02\xa6\xcc\xaf\xbc\x3a\xaa\x88\x97\x09\ -\xf8\x45\x12\x99\x24\xe0\x3d\x10\xd7\x4b\x29\x0e\x03\xb1\x4f\x1d\ -\x44\xa7\xa4\xe2\x68\x8b\x7e\x1d\x8b\x29\x83\xa2\x59\x60\xc7\x30\ -\x62\xe4\x49\xa6\xb1\x04\x9e\x0a\xc2\x0f\x01\x0c\x4e\x62\x7c\x0f\ -\xa4\x28\x6d\x5c\xb7\xf8\xa3\xde\xf8\xef\x55\x02\x0a\x16\x04\x27\ -\x83\xb1\x15\x40\x6e\x9c\xe6\x36\x00\xdb\x89\xb0\x8d\x14\xb1\x73\ -\xff\xea\xc5\x27\xad\xc4\x9e\xba\xb4\x62\x70\xe7\x57\x8e\x3b\x09\ -\x98\x09\xc2\xac\x04\x9f\x71\x01\xc0\xbc\x70\x4d\xe0\x0f\xd6\xdd\ -\x77\xa1\xc7\x09\xf0\x16\x87\x1e\x22\xe2\x0d\x00\x32\x4c\xa6\x98\ -\x83\x1d\x8a\xf3\x77\xff\xac\x5e\x78\xba\xa7\xf1\xb5\xc8\xf7\xab\ -\x2e\xf7\x88\xec\x22\x22\x7a\x86\x81\x51\x26\x01\xd3\xca\x70\xee\ -\x97\xcf\xa0\xbc\x5c\x5a\x8d\x6d\x3d\x01\xaa\x2a\xbc\x27\x46\x3e\ -\x4b\xe0\xe5\x86\x16\x49\x84\x0d\x22\x8a\xf2\x86\xda\xc0\x71\xcb\ -\x71\x53\xc0\x6d\xf3\x9e\xcf\xea\x70\xb8\x97\x81\xf8\x09\x00\x99\ -\x86\xe6\xad\xed\x8a\xf2\xf0\xc1\x57\x17\x9d\xb7\x12\xd3\x5a\x02\ -\x54\x55\x14\xb4\x8c\xdc\x0c\xe2\x07\x74\x3c\xa3\x19\x02\xb3\xc3\ -\x6b\x02\xfb\x2d\xc5\xeb\x21\xa6\xcc\x0f\x5e\x1b\x53\xb0\x05\xe6\ -\x09\xf7\x03\xc5\x85\x69\x0d\xa1\xc0\xb9\x54\x63\x09\x2b\x1f\xec\ -\x6b\xcd\x5e\x61\xbc\x79\x02\xf6\x31\x62\x05\x7d\x75\xf3\x00\xd0\ -\x50\x1b\x38\xee\x74\x47\x0b\x19\xd8\x6c\x68\x9a\x28\x3b\x79\xb3\ -\xdf\xff\xa6\x92\x6a\xac\x94\x85\xbe\x92\xd0\xcf\x19\x08\x69\x39\ -\x22\xda\x34\xa4\x23\xcb\xbf\x77\x7d\xe9\x99\x54\xe3\xd8\x85\xe3\ -\xfb\xde\x89\xb6\x34\x6d\xdf\x32\xda\xd7\xd8\x0e\xe0\x2e\x5c\x1a\ -\xcd\x34\xf6\xcc\xa0\xb6\x41\xcd\x4d\x3b\xff\x9c\x4a\x9c\x94\x1e\ -\x81\xc9\x25\xa1\x02\x09\xde\x03\x60\xd0\x65\x96\xdf\x08\xd7\x04\ -\x1e\x49\xc7\xea\xcc\x2a\x0a\x8a\x83\x4b\x40\x78\xc5\x40\x3f\x1a\ -\xae\x09\xbc\xd6\x5d\xdf\x6e\x1f\x81\xc9\x8b\x56\x79\x62\xc0\x56\ -\xe8\x6e\x1e\xfb\x33\x3b\x86\x16\xf5\x87\x9b\x07\x80\xf0\xda\xb2\ -\x2a\x80\x7f\x6f\xa0\xd7\x79\x8b\x57\x4d\xea\xae\x6f\xb7\x09\x90\ -\x11\xf9\x02\x81\xaf\xb9\x44\x30\x9a\x63\x4e\x9a\x5d\xbf\x71\xee\ -\x05\xeb\x56\xd3\x05\xe2\x33\x2e\x2a\x05\xe1\xef\x1a\xd2\x45\x24\ -\xd7\x4d\x53\x55\x47\xb2\x9e\x49\x13\xe0\x2d\xae\xbc\x1d\x84\x79\ -\x1a\x8a\xa5\x82\x9f\x7e\xb0\xaa\xac\xb9\x37\x76\xd3\x81\x4f\x42\ -\x81\x0e\x25\x2a\xef\x03\xf0\xa5\x86\x9e\xd4\xd6\xe2\x59\x98\xac\ -\x5f\x92\x04\x30\x11\x89\xe7\x0c\xdc\xe6\xf7\xab\x03\xfb\x7a\x6e\ -\x33\xbd\x68\xa8\x5d\xd2\x0a\xc6\x4a\x2d\x47\x84\xa7\x27\x3c\xfc\ -\xe2\x90\x44\x7d\x12\x26\xc0\x57\x14\x2a\x04\x70\xbb\x86\x8a\x40\ -\xc4\xd4\xde\xdb\x4c\x2f\x32\x3b\xb3\xd6\x00\x38\xa6\xa1\x46\x3a\ -\xdd\xae\x92\x44\xfa\x84\x09\x60\x81\x5f\xea\x09\xd4\x84\xab\x97\ -\x7d\xd6\x6b\x87\x69\x46\xfd\xc6\xb9\x17\x88\x60\xf8\xa2\xc4\xb2\ -\x44\x6b\x83\xb8\x09\xf0\x2d\x5c\x9d\x03\x60\x86\x86\x8a\x28\x52\ -\x3e\x6b\x97\xc9\x74\xe3\x86\x93\x39\xaf\x33\xf0\xf1\x37\xd7\x04\ -\xbe\xe6\x53\x4f\xeb\x5d\xf1\xb4\x71\x13\x20\x63\xd1\x87\xa0\x59\ -\x24\x11\xf0\x6e\x43\xed\x92\x56\xdb\x9d\xa6\x09\x75\x75\xf7\xc7\ -\x88\x50\xa7\xe5\x04\xf3\xa3\xf1\xb4\x71\x13\x40\xa0\x99\x06\xe6\ -\x4f\x76\x99\xeb\x2b\xb0\x94\x46\xcf\x3f\x8e\xf7\x18\x98\x12\x70\ -\x71\xc6\xbc\x55\xcb\x49\x8e\xbd\x6d\xaf\xbd\xf4\xa3\x29\xf7\x74\ -\x23\x00\xed\xa8\x1d\x76\xc4\x73\xc2\x6b\xd4\x99\x12\x90\xe1\x76\ -\x7d\x0f\x80\xeb\x32\x43\xff\x68\x5a\xbb\xe4\x98\x51\xd7\xef\x51\ -\x5e\x2e\x01\xd6\x7d\x71\xcc\xe6\x7d\xca\x38\x8f\x80\xf8\xae\x81\ -\xd8\x63\xab\xb1\x3e\x04\xb3\xde\x3b\x31\xc6\x1b\x35\xa6\x04\x30\ -\xf3\xcd\xba\x6b\xc8\x8f\x8d\x9a\x2b\x05\x82\xa1\xf7\x4e\xb8\xd9\ -\xa4\x31\x12\x44\xb8\x41\x47\x30\xf5\xfb\xdf\xfe\x84\x70\x3a\x8c\ -\xde\xf3\x8c\x12\xf3\x08\x20\x64\x69\xaf\x49\x50\x9f\xbf\xeb\xdb\ -\x85\x21\xed\x6e\xa3\xf7\x2c\xa3\xc6\x3c\x07\xb0\x5e\x24\x98\x2d\ -\xed\xb1\xf5\x27\xd4\x6f\x9c\xd3\x01\x20\xaa\xa1\x5c\xf9\x7e\xd5\ -\xa5\xd5\xc4\x5b\x07\xe8\x36\x49\xa2\x42\xf6\x8b\x77\xfe\x74\x21\ -\x5e\x02\xda\x74\x02\x56\x4c\xc3\xe6\x4a\xc1\xb4\x39\x1b\x33\x00\ -\x68\xf7\x03\x3a\x0f\xd6\x95\x77\x6a\x35\xe6\x49\x10\xd0\xed\xa8\ -\xb2\xe4\xe1\xe9\xb1\x97\x7e\x7c\xed\x38\x3b\xcc\x40\xb5\x19\x35\ -\xe6\x49\x10\xf4\xb9\xf6\x9a\x84\x79\xe6\xbc\x52\xc0\x8a\x63\x8c\ -\x9e\xc0\x51\xa3\x26\xce\x24\xc8\x87\xb4\x97\x04\x7c\xc7\x66\x5f\ -\x7d\x06\x09\xa9\xf3\xce\x84\xc3\x46\x8d\x39\x01\x24\x74\x87\x8d\ -\xcc\xba\x4d\x91\x2b\x0a\x0c\x83\x77\xa6\x0f\x8d\x1a\x53\x02\xda\ -\x15\xda\x0b\x40\x7b\xfe\x3e\x69\xca\xfc\xe0\xb5\xb6\xbb\x4b\x37\ -\x54\x55\x10\x70\x8f\x96\x62\x85\xeb\x8d\x32\x53\x02\xba\xce\xd6\ -\x68\xaf\x96\x8b\x2a\x74\x8f\x51\xd7\xdf\xe1\x6b\x1e\xe1\x85\xfe\ -\x44\xf9\xdc\xd0\x51\x27\xc3\x46\x5d\xfc\x2d\x31\xd6\xbf\x45\x11\ -\xf1\x2c\x5b\xdd\xf5\x05\x84\xd0\x79\x66\x60\x67\x7d\x79\x79\xd4\ -\x24\x8b\xd7\x37\xe6\xa2\xcd\x00\x2e\x1f\x35\x33\xee\x9c\x38\x37\ -\x78\x95\xdd\x1e\xd3\x06\x55\x15\x0c\xfc\x4c\x4b\x11\x78\x53\x3c\ -\x69\xdc\x04\x5c\xdc\xf7\xdf\xa5\xa1\x32\x14\xa7\xe9\x38\xbc\xdf\ -\xc2\xd7\xea\x79\x10\xc0\x38\x0d\x75\x22\x33\xe7\xd4\xae\x78\xda\ -\x84\xbb\xc2\x04\x7e\x49\x4f\xd0\xa2\x89\x8b\x56\x5d\x6f\x8b\xc3\ -\x34\x22\xdf\xaf\xba\x98\xf1\x1b\x1d\x49\xf4\x4a\xbc\xe1\x0f\x24\ -\x49\x40\x63\x4d\xe0\x5d\x00\xda\xc9\xd0\x25\xa2\x72\x85\x1d\x26\ -\xd3\x09\xb7\xc7\x53\x0c\xfd\x6b\xef\xa9\x8c\xce\xf6\xea\x44\xfa\ -\x24\x27\x43\xc4\x20\x7a\x4a\xc7\x00\x8f\x4c\x2a\xad\x32\xed\xab\ -\xf5\x17\x78\x8b\x5f\x1a\x49\x8c\xa7\xb5\x1c\x33\x7e\xfb\xde\x86\ -\x5f\x99\x96\xc0\xdf\x20\xe9\xd9\x60\x78\x4d\x59\x3d\x18\xaf\x6b\ -\xf5\x42\xd2\x96\x29\xf3\x2b\xaf\xee\xa5\x57\xdb\x91\xef\x57\x5d\ -\x24\x5c\x7f\xd4\xd5\x10\x31\x0e\x00\x19\xc1\x64\xfd\xba\x3d\x1d\ -\xee\x14\xce\x27\xa0\xdf\x5d\xbd\x2e\xe6\x10\x6f\xdd\x54\x16\x34\ -\x16\x47\x7d\xab\x70\x67\x67\x57\x81\x71\x87\x86\x8a\x40\xa0\xa8\ -\xbb\xa2\xca\x6e\x13\x70\x60\x4d\xe9\x17\x52\xe0\x27\x00\x3a\x2e\ -\x91\x8c\x5b\x87\x77\xe0\x55\x80\xfb\xa4\xd6\xb8\x3b\xf8\x4a\x42\ -\x0b\x01\x5a\xa0\x67\xa9\x34\x95\xb2\x9d\x94\x4a\x64\x5a\xc2\x3b\ -\x8e\x8f\xf6\xcd\xf8\x1c\xa0\xd9\x97\xe3\x63\xe2\xe8\x82\xc6\xdc\ -\xe1\x63\x26\xef\xfa\xcf\xc1\xdd\x31\x8b\x9e\x6d\x02\x93\xb7\xd8\ -\x13\x00\xa1\x0a\xfa\x8d\x9c\xca\x70\x4d\xe0\xb9\x44\xbd\xb4\x48\ -\xb9\x46\xa8\x39\xbc\xf3\xc0\x68\xef\x0c\x37\x88\x6e\xd3\xd0\x5e\ -\xa7\xdb\x5d\x98\x3b\xe9\x07\x6f\xb7\x34\xed\x6a\x4f\x35\x96\x1d\ -\xc8\xf7\xab\xae\xeb\xbf\x7f\xa0\x86\xba\x26\xea\x4b\x37\x4f\xc0\ -\x3b\x99\x39\x27\xe7\x1e\xdd\xbd\x3b\xa5\x9a\x41\x4b\x55\x62\x79\ -\xa7\x73\x9f\x62\xd0\x16\x1d\xc9\xb8\x03\xe4\x6a\xf4\x16\x87\x6e\ -\xb1\x12\xab\x37\x98\xb0\xa0\x7a\x94\x3b\xdb\xf3\x17\x80\x1e\x33\ -\x34\x7d\x14\xe9\x88\x3d\x90\xe8\x37\x3f\x1e\x2c\x3f\xc3\x7e\xff\ -\x9b\xca\x91\x11\x2d\x2f\x82\x68\xa9\xa1\x29\x42\x84\xea\x0e\x38\ -\x57\x1e\x58\x53\xfa\x85\xd5\xb8\xa9\x60\xea\xd2\x8a\xc1\x91\xaf\ -\x1c\x8b\x41\x58\x0e\x60\x84\xae\x91\xb0\x83\x65\xc6\x83\x4d\x6b\ -\x4b\xce\x5a\x89\xd9\xe3\x49\xac\xa0\x24\xf4\x18\xc0\xd5\x00\x9c\ -\x86\xa6\xf3\x20\x7e\x59\x71\x52\x85\x95\x82\xc5\x64\x98\xa6\xaa\ -\x8e\xb6\x96\xec\x39\x20\xb1\x42\x57\xaf\x74\x19\x15\x79\xa7\x72\ -\x9e\xac\xab\xbb\xdf\xf2\x5c\xd4\xab\x59\xdc\x57\x52\x59\xc8\x10\ -\x6f\x01\xf0\xc4\x69\x3e\x0d\x60\x1b\x80\x6d\x8a\x0b\xbb\xac\x26\ -\x23\xdf\xaf\xba\xdc\xc3\x3d\x85\xa4\x60\x26\x4b\xdc\x0b\x42\xbc\ -\x65\x78\x04\xa0\xd2\x70\x4d\xd9\xfa\x1e\xd8\x07\x60\x43\xb9\xbc\ -\x6f\xe1\xea\xeb\x38\x16\xab\x04\x70\x5f\x12\x59\x04\x84\xdd\x90\ -\xf8\x2b\x04\xfd\x4b\x30\x7f\xc2\x8a\x72\xea\x02\xd3\x79\xb7\x23\ -\x1a\x13\x91\x68\x96\x64\xc7\xb0\x28\x23\x8f\x04\x8d\x05\xcb\xa9\ -\x00\xdd\x8d\xae\xbf\xd4\x24\x72\xde\x28\x89\x4b\xdf\xaf\x7e\xbc\ -\xa9\x37\xfe\x6d\xfb\x1d\x2f\x28\x0a\xfd\x08\x82\x9f\x07\x90\xde\ -\xc9\xb0\xab\x2e\xf9\xd7\x79\x27\x73\x6a\x7b\x32\xe4\x8d\xb0\x77\ -\x21\xa3\xaa\x62\x72\x6b\xf6\xbd\x12\xb4\x1c\x0c\x9f\xad\xb1\x41\ -\x9f\x81\x65\x45\x66\xe7\xd0\xf5\x76\xd6\x28\xa6\x6d\x25\xe7\x2b\ -\x5a\x35\x5e\x0a\x9e\x43\xe0\x59\x00\xc6\xf6\x30\xcc\x09\x30\xb6\ -\x13\xc9\x4d\x8d\x39\xa7\xff\xd6\x93\xff\x03\x74\x87\x3e\x59\xca\ -\x5e\x9c\x27\xa6\x83\x79\x3c\x40\xe3\x40\xc8\x03\x30\x0c\x5d\xcf\ -\xb8\x83\x41\x67\x89\x71\x0e\xc4\xff\x26\xc2\x61\x29\x71\xd8\x41\ -\xd8\xdd\x50\x53\x76\xa8\xbf\x94\xe3\x0e\x60\x00\x03\xf8\xdf\xc4\ -\x7f\x01\x33\x41\xc7\xce\x61\x76\x81\xea\x00\x00\x00\x00\x49\x45\ -\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x05\x38\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x04\xea\x49\x44\x41\x54\x58\x85\xe5\ -\x97\x5b\x6c\x54\x55\x14\x86\xbf\xb5\x67\x3a\x20\x24\xe5\x22\x46\ -\x04\x2a\xd0\x80\x29\x04\x4c\x04\x25\x01\x82\xa2\xd0\xd6\x8a\x40\ -\x29\x39\x1a\x52\x22\xf6\x02\x21\x26\xfa\x60\x82\x82\x10\x27\x0d\ -\x0a\xf5\xc5\x04\x45\x94\xda\x16\x8d\xf2\xc2\xf4\xa2\x6d\x28\xd0\ -\x01\xd2\xbe\x80\x04\x6b\x43\xc0\x42\x62\x2c\x17\x4b\xab\x31\x10\ -\x30\x8a\xb4\x9d\xd9\xcb\x87\x99\x29\x67\x7a\x6f\xf1\x8d\xf5\x74\ -\xf6\xda\xeb\xfc\xff\xbf\xd7\xd9\x6b\xaf\x7d\xe0\x41\x37\x19\x4a\ -\x70\xda\xea\x9c\x24\xeb\xf1\x66\x8a\xb1\xcb\x51\x49\x02\xa6\x00\ -\x46\xe0\xba\x42\x0b\xaa\xf5\x88\xb7\x32\x58\xbe\xff\x97\xff\x55\ -\x40\xba\x93\xb7\x20\x6c\x4d\xa1\xa0\xcf\x0f\x12\xf7\x2c\xa2\xdb\ -\x82\x65\x25\x27\xee\x4b\xc0\x72\x67\xd3\x18\xb1\xf6\x73\x60\x5d\ -\xd4\xd5\xa6\x50\x6d\xd0\x23\x61\xa4\xd9\x67\xc2\x6d\x1d\xa1\xb0\ -\xf5\x9a\x11\x13\xc3\x6a\xa7\x89\x48\x1a\xb0\x1a\x98\x1a\x8d\xaf\ -\xb1\x9d\xe4\x9e\xa8\x2a\xfe\x63\xc8\x02\xd2\x9d\xbc\x19\xd6\x4a\ -\x15\x30\x2b\x42\x2c\xfe\xd0\x8d\x49\x07\xea\xea\x0a\x42\xfd\x89\ -\xf6\xfb\xfd\xe6\xd4\x85\xeb\xaf\x02\x1f\x00\xc9\xc0\x35\x63\xed\ -\xaa\x63\x95\xa5\xe7\x06\x2d\x60\x59\x56\x4e\xb2\xc1\x73\x06\x61\ -\x82\xc0\xf7\x9e\x91\xff\xbe\x76\xe4\xe0\xc1\xbf\xfa\x23\xee\x6e\ -\x19\x19\x6f\x8e\xe8\x1c\x75\x77\x9f\xa0\xb9\xc0\x3f\x8a\x2e\x39\ -\x5e\x5e\xd2\x38\xa0\x80\x8c\xec\xec\xc4\xd0\xdd\x51\xa7\x41\x67\ -\x83\xee\x59\x34\x67\xca\xdb\x05\x05\x05\x76\x28\xe4\x6e\xfc\xb4\ -\xac\xbc\xad\x2a\xb2\x0b\x68\x31\x6a\x16\x1c\xab\x28\x6a\x73\x07\ -\x78\xbb\xbf\x11\xba\x3b\x6a\x6f\x84\x9c\xea\xde\xc8\xd3\x56\xe7\ -\x24\xa9\xd7\x9b\x0f\xfa\x12\xf0\xb8\x80\x55\xf4\x2a\x22\x87\x8d\ -\x35\xc5\xdd\x08\xb4\xb6\xa2\xa4\x30\x35\x2b\x3f\x19\x21\xdf\x1a\ -\xfb\x2d\xb0\x1c\xd0\x5e\x33\x90\xba\x36\xf7\x69\x30\x67\x81\x3f\ -\xd5\x98\x99\xc7\x03\x45\xb7\x63\x73\x7e\xbf\xdf\x9c\x3e\xdf\xf2\ -\xae\x8a\xbc\x0f\x8c\xec\x63\xc5\xff\x08\xbc\x57\x5b\x5e\xfc\xa9\ -\x9b\xc4\x71\x1c\xdf\x2d\x3b\xe6\x1c\x90\x02\xac\x08\x96\x17\xd7\ -\xc4\xe6\x4c\x5c\xbe\x30\xbb\x01\x54\x65\x67\x77\xf2\x53\x17\xae\ -\x7f\x1d\x4d\x65\x5f\xe4\x00\xa3\x15\xf6\xa4\xae\xcd\xdf\xe7\x5e\ -\x5c\x20\x10\xe8\x50\x61\x7b\x74\x58\xe8\x9e\xeb\x12\x90\x9e\xb5\ -\xe9\x31\x85\x65\xc0\xcd\x71\x9e\x5b\xfb\xdd\xa8\xa7\x2e\xb4\xec\ -\x00\xd6\xdf\x5b\x53\x3f\x16\x89\xd9\x9c\xba\x76\xe3\x5b\x6e\xf7\ -\xf1\xb2\xe2\x4a\xe0\x12\x30\x37\x7d\x4d\xee\x93\x3d\x04\x28\x76\ -\x65\x44\x99\x1c\x0e\x04\x02\x1d\x31\xff\xb2\xac\x9c\x64\x90\x1d\ -\xc0\xe0\x8e\xad\xae\x18\xfd\x30\x75\x55\xee\xa4\x38\x69\x22\x55\ -\x00\xea\x31\x6b\x7a\x0a\x10\x96\x02\xa8\xda\xa3\x6e\x3c\x63\x3c\ -\x6f\x00\x09\x83\xa0\xee\x6e\xa3\xd5\x6b\x36\xc6\x69\x0b\xeb\x31\ -\x00\xab\xbc\xd0\x43\x00\xaa\x49\x11\x75\x7a\x39\x0e\x46\x59\x31\ -\x0c\xf2\x08\xa1\xf0\xb2\x7b\x6c\xd4\xdb\x0c\x20\x91\x1e\xd2\x4d\ -\x80\x44\x9c\x09\x9d\x3e\x77\x19\x09\x91\xd3\x6c\xb8\x36\xd5\x3d\ -\x90\xf6\x84\x18\xf6\xe4\x28\x76\x7c\x15\x74\x37\xbf\xdf\x2f\x03\ -\xc5\x0c\x60\x9e\x01\xb0\xdd\xe0\x72\x1d\x20\x64\x42\x13\x63\x9e\ -\x82\x82\x02\x2b\x70\xf5\x3e\x04\x5c\x73\x0f\xda\x1f\xba\x13\xc5\ -\xd6\xd6\xd8\x01\xe7\xde\x03\xbf\x01\x88\x30\x3d\x0e\x42\xa8\x61\ -\xb8\xa6\xf1\xef\x26\xa0\xc9\x51\x7f\x4b\xcc\x77\x4f\x80\xa1\x2e\ -\xfa\x94\xee\x7e\x29\x2c\xe1\x2f\x80\xe1\xf4\x82\x0e\xf1\x50\x1c\ -\xa7\x47\x4c\x1a\x00\x62\x4e\xf6\x14\xd0\xa1\xd5\x51\x75\x2b\xe6\ -\x6f\xda\xd4\x55\x76\x27\x02\x07\x9a\x44\xf8\x24\x3a\x37\xa0\xc5\ -\x42\x54\xd9\x55\x1b\x28\x76\x57\x94\x28\xb2\x2a\xca\x5a\xd9\x43\ -\x40\xb0\xaa\xb4\x15\xe1\x24\xc2\x84\x71\x37\x6c\xbe\x1b\xf4\xc6\ -\x78\xf3\x0e\x50\x33\x98\x83\x48\x22\x2a\x02\x8b\xe7\x4e\xde\xe9\ -\xf6\xa7\x66\x6d\x5c\x19\x6d\x72\x3f\x07\x03\x5f\x76\xdd\x0d\xe2\ -\x76\xb8\xb5\xb2\x15\x40\x04\x7f\x46\x76\x76\x62\xcc\xdf\x50\x54\ -\xd4\x79\xf3\x61\x93\x09\xba\x87\xfe\x3f\x47\x08\x65\xd7\x58\xcf\ -\xed\x75\xee\x2e\xea\x38\x8e\x0f\x61\x77\x44\xa0\x6e\xc3\x95\xcb\ -\xb8\x32\xb9\x7c\xf1\xa7\xd6\xe4\x59\xf3\x66\x0a\x2c\xd4\x50\xc2\ -\xec\xf5\xaf\xac\x3c\x54\x5f\x5f\xaf\x00\x6d\x0d\x0d\xb6\xf9\x62\ -\xe3\xd1\x19\x29\x4f\x55\x20\xa2\xc0\x23\x40\x22\x60\x05\x2e\x83\ -\x7e\xe3\x31\x9a\x5b\x5b\x5e\x72\xa8\xa9\xa9\xc9\xfd\xb1\x64\x72\ -\xca\xe2\xcf\x10\xcd\x00\xea\x82\xe5\x25\xdb\xdd\x9c\x3d\x92\x1a\ -\xbd\x07\xfe\x00\xa4\x80\x7e\xbc\x68\xce\x94\x2d\x7d\x5d\x48\x1c\ -\xc7\xf1\x00\x04\x02\x81\x70\x1f\x19\x91\xd4\xac\xbc\x2d\x88\x7c\ -\x84\xd0\x4a\x87\x7d\x26\x58\x55\xda\xda\xaf\x00\xe8\xba\x0f\x9e\ -\x01\xc6\x03\x15\x9d\xc6\xb7\xa1\x2e\xb0\xef\xef\x3e\x48\x7a\x35\ -\xc7\x71\x7c\xb7\x6d\xe2\x5e\x45\x36\x02\x77\xc0\x3e\x17\x2c\x2f\ -\xfd\xb1\x7b\x5c\xaf\x27\xd5\xaf\x4d\x8d\x37\xa7\xa7\xcc\xff\x0e\ -\x21\x4d\x60\x89\x47\xc3\x1b\x66\xcc\x9a\x77\x3b\xe9\xd1\x95\xe7\ -\xaf\x5c\xa9\xef\xb7\x24\xfd\x7e\xbf\x49\x98\xf0\x84\xd3\xae\xbe\ -\x32\x90\x54\x22\x57\xb1\xb4\xda\x8a\xe2\x86\xde\xe2\xfb\xdd\xd7\ -\x4b\x33\x5f\x1f\x9b\x60\xbc\x45\x08\x4e\xd4\xd5\x22\x50\x0d\x7a\ -\x44\x30\xcd\x18\xdb\xd6\xde\x19\xb6\x3e\x8f\x6f\xa2\x45\xa7\x02\ -\xe9\x82\xae\xa6\xab\x7f\x48\x6d\xa7\xe9\xdc\x50\x17\xf8\xea\xf7\ -\xbe\x38\x06\xf5\x63\xb2\xcc\xc9\x5d\x68\xac\x29\x04\x9e\x1d\x4c\ -\x3c\xd0\x88\xd8\xad\xc1\xb2\xd2\xda\x81\x02\x87\xf4\x6b\xf6\x62\ -\xe6\xe6\x69\x21\x13\xca\x14\x23\xcb\x45\x35\x49\x23\x6d\xd5\x03\ -\xb4\x00\x2d\xa2\x5a\x8f\x78\x2a\x6b\xcb\x8b\x2e\x0d\x05\xf7\xc1\ -\xb6\xff\x00\xf7\x80\xda\xb0\x80\x19\xdd\x42\x00\x00\x00\x00\x49\ -\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\x79\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x2b\x49\x44\x41\x54\x58\x85\xed\ -\xce\x41\x01\x00\x20\x0c\xc4\xb0\x0d\x6f\x28\x98\x05\xfc\x5b\x00\ -\x19\xc7\x23\x31\xd0\x56\x01\x00\x61\xbd\xe7\xdc\xe4\xc0\x4a\xc6\ -\x01\x80\x2f\x3c\x1a\xe8\x01\xff\xf7\xcd\x6b\x25\x00\x00\x00\x00\ -\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x0c\xd6\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x0c\x88\x49\x44\x41\x54\x78\x9c\xe5\ -\x9b\x5b\x6f\x5b\xc7\x11\x80\xbf\x25\x45\x8a\x94\x28\x89\x92\xad\ -\xbb\x64\xc9\x4e\x9a\xc2\x41\xe0\x26\x45\xd1\xa0\x48\x0a\xf4\xa9\ -\x7d\xe9\x7b\x81\x16\xfd\xa3\x7d\x2a\x50\xb4\x0f\x41\x90\x36\x4e\ -\x52\x20\x69\x92\xc6\x96\x6c\xc9\x37\x5d\x48\x49\xa4\x2e\xe4\xf4\ -\x61\xf6\x1c\xee\xd9\x33\x87\xa4\xe4\xf4\xc9\x03\x10\x24\x77\xf7\ -\xcc\xce\xcc\xee\xce\x6d\xe7\x00\xb2\x05\xe2\x78\xe3\x40\x9c\xf2\ -\x9e\xfe\x78\x93\x84\x90\xe3\xf9\x4d\x12\x42\x96\x57\x97\xed\xe0\ -\x0e\xf0\x18\x9c\x14\x3c\xdc\x00\x6e\x19\x1d\x25\x60\x32\x8b\x2f\ -\x6d\xaf\x0d\xa1\x66\x12\x10\xe0\x62\xc8\x98\x73\xa0\x67\xb4\x77\ -\x81\xbe\xd1\xfe\x12\xdc\xa9\x8d\x2a\xcf\xa3\x1b\x35\x00\x64\x1b\ -\xb8\xed\x09\x3d\x01\x5e\xf8\x89\xa7\x80\x39\xdf\x2e\xc0\x59\xd0\ -\x3e\xeb\xdb\xfa\xbe\x1d\x8f\xa3\x0a\x34\x81\x8a\xef\x3f\xf7\x34\ -\x54\xfd\xf7\x25\x70\x04\x97\xa7\x50\x39\xf2\x6d\x53\xa8\x20\x9d\ -\x9f\xff\xc4\xff\x9f\xf2\x6d\x0e\x68\x01\xa7\xbe\x7d\x29\xe8\x7b\ -\x01\xee\x71\x31\x6f\x85\x52\x92\x2d\x90\x09\x90\x8f\x40\x56\x8d\ -\x31\x6b\x20\x0b\x46\xfb\x06\xc8\xbc\xff\x3d\x05\x72\x0f\xe4\xae\ -\xff\xcc\x80\xdc\x01\x19\xb2\x23\xa4\xee\xc7\x2c\xa8\xe0\xe5\xae\ -\xc7\x31\xe1\xfb\xe7\x40\x36\xf3\x47\x55\x9a\x05\xed\x1b\x20\xbf\ -\x06\x29\x5f\xf3\x88\xcb\x04\xc8\x9f\xf5\xc1\x5c\xdf\x36\x48\xc5\ -\x68\x7f\xdb\x3f\xb7\xe2\x27\x5b\x8e\xf0\xdd\x1b\x73\x72\x3c\xe3\ -\x25\xff\xdb\x79\x46\xb6\xa0\x75\x4b\xdb\xe5\x2d\x83\xd9\x32\xc8\ -\x4f\x8c\xf6\x09\x90\x3f\xda\xbc\x14\x13\xf0\x91\x7f\x30\x92\x9a\ -\xac\x17\x30\x7f\xc7\x7f\xb6\xed\x15\x96\xed\x6b\x4c\x4e\x60\xa2\ -\xe2\xf6\x59\x15\x4e\x7b\x49\xe7\xcb\xf5\x97\xb3\xcf\xa5\xbb\xb9\ -\x02\xf2\xab\x71\x27\xdf\x1e\x6c\xfb\x50\x63\xca\x14\xc8\x6d\x63\ -\xfc\x2a\xc8\x07\xba\x7d\x4d\x7c\xf3\x5e\x79\x5e\x13\x64\x56\xb7\ -\xbc\xd9\x37\x07\xf2\x00\x64\xd1\xe8\x6b\xfa\x67\x23\xcb\x26\x9b\ -\xfa\xc9\x82\x71\x26\xe4\x17\xe0\x3e\x0d\xfe\x27\xca\xa3\x07\xec\ -\x01\x21\xa3\xab\x70\x79\x0b\x2a\x5f\x0e\xe1\x64\x0d\x78\x5a\xd0\ -\x97\xda\xe1\x1b\x3c\x0b\xf0\x00\xba\x4f\xa0\xf6\x2a\x68\xeb\x28\ -\x5d\x94\xc9\x29\xbc\x98\x37\x98\x30\x90\xc6\xc4\x34\x50\xe6\x1f\ -\xa0\x5a\xbd\xed\xc7\x6c\x01\x2f\x54\xa1\x0f\x05\xf1\xc4\x2c\xf9\ -\xff\x89\xe9\x4a\x34\x78\xd8\x46\xd0\xf6\xc2\xa0\x25\x86\x17\x20\ -\x82\x32\xbc\xe7\x9f\x5d\x02\x7e\x06\x7c\x0e\xcc\xa0\x16\x22\x81\ -\x9c\xd9\x8c\x04\x20\x0d\xd4\xcc\x24\xff\x37\x80\x36\xb8\x5d\x3f\ -\x51\x05\x35\x5d\x9b\xc0\xd7\xe0\xae\xf4\x7c\xb9\x13\x72\x20\xce\ -\x8f\x9b\x42\x7d\x81\x6f\x47\x98\x9f\xf8\xd9\x45\x60\x1a\x35\xa9\ -\x7b\xf6\xb3\xd2\x86\xfa\x0b\xd4\x9f\x58\x01\x7e\x00\x16\x80\xcf\ -\x80\xe7\x80\xb7\x3c\xec\xf8\xe7\x7b\xaa\xdb\xdc\x55\xd1\xc4\x5b\ -\x03\xf3\x26\x5b\x59\xcd\x29\x1b\x5e\x0f\x7c\x1c\x29\x46\xcb\x4c\ -\x2e\xa1\xa6\x72\x46\x3f\x37\x05\x59\xf5\xca\x78\x3d\x6b\x55\xd2\ -\xfe\x99\x81\x7e\x91\x09\x90\xdf\x78\x2b\x11\xb6\x07\x8a\x51\xee\ -\xaa\x8e\x18\x40\xc9\x98\xb5\xaf\x13\xb2\x0b\xae\x17\x8d\x5d\x03\ -\xfe\x0e\xdc\x09\x84\x10\xac\xcc\x61\x53\x19\xe7\x10\xdc\x53\xdf\ -\x37\xe6\xaa\x9b\xe0\x9f\x75\x4f\x80\x03\xc5\x7d\xd8\xcc\xf7\x8b\ -\x03\xd6\x81\xbf\x01\xf7\xb2\x73\xba\x9e\xf2\x22\xeb\x18\x47\xc0\ -\x12\xc0\x14\x70\x16\x31\x0f\x7a\xe6\xbf\xf3\x5b\xe9\x31\x59\x21\ -\xa0\x1a\xb9\xd9\x57\xc6\xdd\xe5\xf8\x3c\x8e\x0b\xee\x52\x71\x37\ -\xfb\xd1\x6e\x08\x3d\xbc\x1e\xf0\x04\x3d\x7a\xe1\x90\x1e\xea\x29\ -\x4e\xc7\x58\x2d\x25\x38\xe7\x57\x2f\x00\xd9\x46\x95\x4c\x29\x30\ -\x77\x07\xc0\x7d\xe0\xd2\x9b\xab\x57\xe8\xee\x09\x4d\x9e\x9f\xd0\ -\xdc\x04\x25\xe8\xfa\xe3\x56\x3b\xc4\xf6\xf7\xa7\x81\x2e\x48\x78\ -\x66\xfb\x3a\x56\xee\x03\x47\xe8\xca\x7f\xad\x63\x05\xa0\x03\x9d\ -\x13\xa8\x2f\x92\xd1\x67\xee\x08\xe4\xa7\xf1\x04\x63\x58\x01\x79\ -\x0b\x2e\x2a\x50\x9d\x46\x15\xd3\x29\x83\xad\xbd\x0b\xfc\x0e\xf8\ -\x4b\x01\x03\x01\x74\xe6\xa1\x9e\x04\x3f\x3e\x4e\xa8\x1d\xf9\xce\ -\x79\xd4\x52\xf8\x1d\xd5\x39\x87\xfa\xe1\x10\x64\x5d\xd4\x3c\xfe\ -\x06\xf8\x24\xa0\xd9\x2b\xcf\x7a\x0d\xb8\x0d\x72\x1e\x2d\x66\x6e\ -\x25\x62\x01\xc4\xd1\xe1\x5d\x60\x1a\x26\x1f\xaa\x12\x74\xfb\xd9\ -\xe1\xb2\x0e\xfc\x03\x0d\x70\x8c\x20\x43\x80\xee\x6d\xa8\x4d\x40\ -\xfd\x25\xb8\x4e\x01\x43\x47\xd9\xbf\x52\x07\x16\xe0\xa2\x06\xd5\ -\x93\xbc\xd6\x4e\x7d\x93\xbf\x02\x6b\xe0\xf6\x82\xce\x36\xc8\x09\ -\xba\x63\xdf\xf6\x9e\x6b\x42\x5b\x9f\xe8\xd8\xc7\x3a\xa0\x0a\x9c\ -\xfb\x09\xee\xa1\xab\xf2\x85\x4d\xb3\x2c\xa1\xdb\xbe\x87\xad\x13\ -\xa6\x81\x55\xa8\xb5\x55\x89\x15\x32\x6f\x80\xeb\xe8\x33\xd5\xb6\ -\x32\x18\x1e\xab\x30\xaa\xa3\x87\xfa\x02\x2b\x05\x88\xbe\xf1\x63\ -\xee\xf9\xe7\x3a\x64\x1d\xb9\x22\x2b\xc0\x06\xf0\x0c\xf5\x01\x8c\ -\x03\x7c\xd8\x04\xba\xe0\xba\x9e\xe0\x48\x31\x1e\xcd\x43\xbb\x86\ -\xae\xc2\xf9\x58\x3c\xdb\x70\x01\x3c\x85\xf6\x24\x1c\x2f\x60\x87\ -\xb4\x5d\xe0\x4c\xe7\x8c\xc1\x9d\xa1\x8b\xfa\x83\xe7\x29\xc7\x8b\ -\x25\x80\x06\xea\x3d\x2d\xe6\xb7\x7c\x02\xcd\x29\x70\xad\x6c\x5b\ -\x22\x84\xcb\xf7\x61\xae\x07\xb3\xaf\xcc\x47\x6f\x04\xb3\xaf\x60\ -\xf6\x52\x71\x5b\x47\xcd\xb5\x60\xae\x20\x16\x61\x07\x35\xdf\x2d\ -\xd4\xc2\x65\xc0\x12\xc0\x34\xaa\x3d\x0b\x94\x9a\x2c\xa3\x6e\xaa\ -\x01\xc7\x4d\xa8\x7c\x0f\xcc\x33\x7e\xec\x3d\x06\x88\x03\x16\xa0\ -\xf2\x9d\xce\x61\xc2\x73\xdb\x59\x72\x97\x40\x19\xdc\x31\xba\xb8\ -\x19\xb0\x04\x20\xa8\x69\xd9\x29\x20\x64\xc2\xb6\xf3\x32\x05\xa5\ -\x64\x22\x7f\x1c\xac\x60\xeb\xda\x10\x6e\xfb\x16\x94\x4a\x5e\xbf\ -\xc4\xc3\xae\x94\x36\xb1\x78\x3a\xd4\x23\x34\xda\x0a\x94\x07\x83\ -\x4c\xbf\x7d\x13\xd5\xb2\xe1\x2a\xcc\x82\x74\x81\x15\x98\xd9\x0f\ -\xfa\x5a\xc0\xbb\xc0\x13\xd2\x8c\x4e\x06\x92\xd4\x19\xa8\x4f\x61\ -\xe5\x05\xe7\xd0\x40\xe7\x07\xfd\x2d\xa0\x3b\x73\x03\xe4\x19\x03\ -\x3f\x23\xc1\x7f\xa6\x7d\x1c\x64\xd1\xb8\x63\xef\x0e\x27\x81\x59\ -\x0a\x31\x61\x35\x72\x49\x48\x99\x47\x83\x8d\x65\x4f\x64\x84\x9c\ -\x1e\x74\x66\xa1\x7e\x00\xc4\x41\xc6\x23\x4f\xd0\xd7\xc1\xe4\x2b\ -\x40\x1f\x3a\x67\x50\xdf\x05\x1c\x74\x6f\x41\x2d\xc9\x2f\x3e\xf3\ -\xdf\xce\xcf\xf9\x05\x9a\x2b\x0c\xe1\x15\x74\x66\xa0\x9e\x08\x2d\ -\x9c\xb7\x89\x2a\xbe\xbe\xee\x86\x54\x57\x25\x79\xcb\x4c\xc2\xc6\ -\x5a\x99\x45\xe0\x4b\x90\xaa\x27\xe0\x25\xb8\x43\x34\xd3\x73\x96\ -\x8f\xfc\xa4\x01\xf5\x32\xb8\xe7\x79\x54\x82\x67\x7e\x01\x38\x46\ -\x57\xec\x1b\x63\x77\xb5\xfd\xf8\x32\xba\xe2\x07\x9e\x8e\xff\x68\ -\x5f\x2e\x7a\x3b\xf1\xa6\xcf\x67\x7f\x43\x9a\x64\x1f\x15\x98\x17\ -\x9a\x6c\x02\x4f\xe0\xa4\x03\x8d\x29\xb2\xe1\xb1\xa9\x03\x4a\xa8\ -\x04\x6f\x83\xdb\x09\xec\xf7\x2d\x6c\xe5\x37\x0d\x47\x05\x69\x68\ -\xa5\x00\xcd\xf4\x6e\x01\x4f\x87\x87\xc4\xa9\x2f\x7f\x1f\x0d\x67\ -\x87\x05\x52\x27\x18\xbe\xbd\x5f\x08\x9f\xb9\x72\x27\xa8\xb7\xba\ -\x01\x8d\x03\xf4\x48\x65\xa0\x48\x09\x2e\xe5\xe3\x01\x28\x20\xbe\ -\x01\xf3\x47\x46\x7b\x02\x65\x25\xb4\xf2\x90\x9c\xb3\x94\x9b\x3a\ -\x51\x78\x9f\x61\xdf\x3f\x84\xb4\x14\x08\x20\x37\x4e\x7c\x6a\x7c\ -\xcd\xea\xb5\x04\xb0\x00\x58\xf6\xdf\xba\x84\x18\x07\x56\x18\x24\ -\x34\x0c\x8f\x31\x81\x9c\x93\xf3\x12\x2e\x8c\xd4\x7b\x06\x8a\x84\ -\x69\xd1\xfa\x0a\x43\x60\x05\x47\xe0\x5a\xe1\xec\x28\xc1\xf4\x07\ -\x3b\xa7\x30\x94\x36\x3c\x3c\xd7\x85\xea\xa8\x7c\xdb\x35\x72\x0d\ -\xee\x0c\x55\xe6\x19\x88\x05\x30\x41\x71\x54\x77\x13\x9b\x5e\x83\ -\x6e\x64\xde\x62\x21\x0c\xbd\xb1\xb9\xa9\x1f\x51\xf4\x5c\xae\x3d\ -\xb6\x02\xcb\x70\x65\x69\xf3\xc0\x3f\xc8\xb4\x97\xec\xf6\x14\x9a\ -\x50\x7b\x66\xd0\x21\x20\x8f\xd1\x24\x0b\xc0\xa3\x02\xfd\x32\x62\ -\x85\xbb\x7d\x8d\x34\x73\xd0\xc3\xce\xd6\x8e\x8a\x05\x7a\x15\x98\ -\xb8\xce\xf6\x4f\xec\x75\x11\xf4\x47\xf4\xbf\x26\xd4\x1c\xc5\x47\ -\x70\xac\x79\x23\x01\x94\x9f\xa1\xf6\x37\xc6\xd5\xb3\x11\x8e\xcc\ -\xf2\x1e\x90\x9a\xa4\x10\xd2\x6d\xff\xc8\x7f\x46\x58\x87\x42\x28\ -\x12\x40\x19\xdb\xb3\xcc\xcd\x11\xeb\x80\x2e\x51\xbc\x1c\x40\x11\ -\xb3\xc3\x08\xbf\xca\xcf\x11\x9f\xf9\x51\xd6\x61\x28\x14\x8d\x1f\ -\x5b\x39\xc6\x02\x48\x72\xe7\x39\x6d\x79\x03\x22\x12\xe8\x93\xde\ -\x27\x16\x29\x3c\x4b\x08\x32\x43\xea\xe9\xdd\x78\xee\x00\xc4\xe7\ -\x17\xb3\x60\x99\xc1\x23\x06\xb7\x38\x3f\x06\x3c\x07\x56\x46\x68\ -\x7b\x22\x21\x94\x50\xaf\xcd\xb8\x70\xc9\xc0\x98\xbe\x49\x12\x4e\ -\xe7\x05\x6a\x09\xc0\x01\xfb\xe4\x2f\x12\x8b\xa4\x7d\x00\x6d\x43\ -\x6f\x64\xe0\x25\xf0\x21\x23\x8b\x13\x9c\xa0\x61\xf8\x47\x0c\xbf\ -\x13\xc4\x67\x80\x8e\x8b\x10\x0d\x7e\x8a\x43\xad\xcd\x2e\x63\xe8\ -\x00\x00\xf1\x8e\xd0\x53\x15\x42\x7a\xb3\x73\x80\x79\x1b\xcb\x25\ -\x34\xaa\x43\x28\x4d\xee\xeb\xfe\x05\x6c\x6a\xde\xa0\x08\x64\x8e\ -\xc1\xe5\xcb\xa6\x45\xf0\x00\xe6\x26\x31\xd3\x6d\xed\x45\xd2\x88\ -\x55\x9a\x68\x6e\xe3\x91\xc7\x35\x32\x1f\x00\x9a\xe7\x9f\x04\x77\ -\x0e\xec\x28\x12\xd9\x40\xad\xc3\xbc\x8f\xbd\x43\x44\x4b\xc0\x19\ -\xc8\x3b\x44\x91\x16\x9a\x81\x59\x43\xa3\xba\x26\x70\x01\x17\x5b\ -\x5e\xc7\x58\x4e\xcf\x29\x1a\x19\x2e\xe9\x58\x1e\x00\xff\x06\x89\ -\x4d\x73\x92\xd9\x49\xf2\x01\xc9\xff\x24\x84\xee\x78\xfc\x7b\x7a\ -\xaf\x09\x3e\x83\x9d\xf3\x49\x62\x01\x74\x7c\xdb\x32\x7a\x1e\xd1\ -\x0b\x05\x8e\x3c\xbd\x02\xec\x67\xb7\xb1\xa0\xb9\x43\x59\xcf\xe6\ -\x10\xd3\x73\xf7\x4f\x70\xed\x60\x8e\x82\x3c\xa3\x05\x02\x9a\x38\ -\xd9\x8d\xe6\x5c\xd3\x60\x2d\x61\x3c\x09\x87\xc5\xa1\xbb\xfa\x38\ -\xdb\x0e\x0c\x0a\xb6\x32\xd9\xe9\xf8\x08\x84\x57\xd7\x16\xec\xa1\ -\xc1\x8d\x05\xcf\xc8\x14\x56\xe0\x6f\x65\x5f\xfb\x6e\x30\xb6\x0e\ -\x2b\x14\xe6\x24\x93\xc0\xcb\x84\xe4\x3a\x3e\xa3\x38\x8b\x94\xe0\ -\x85\x6d\x0a\x5d\x5f\x89\xb2\xea\x6d\xdc\x15\xd0\xf2\x67\x30\xc9\ -\xdb\xbf\x0e\xf3\x09\x04\x42\x68\xdd\x46\x13\x24\x56\x4e\xb2\x1c\ -\xd0\x18\xf7\x2d\xa3\xd6\x68\x2c\x25\xd8\x46\xed\xa5\x19\x3f\xfb\ -\x6d\x6e\x64\x5f\x01\x38\x83\xc6\x32\x9c\x9c\x8d\xe1\x25\x5e\x03\ -\x9c\x28\xce\x99\x15\x06\x65\x77\x31\x2c\x53\x7c\xbc\x92\x1a\x85\ -\x9c\x59\xb5\x04\x70\x86\x2a\x97\x72\x41\x86\x15\x38\xee\x90\xbb\ -\xf7\x4f\xb7\xfd\x57\xd0\x38\xd3\x73\xfa\x63\x81\xac\x2a\x4e\xbe\ -\xc2\xf4\x18\xa5\x01\xad\xae\x2d\x74\x99\x83\xb3\x2e\xca\x53\x4e\ -\x78\x45\xf9\x80\xc4\x66\xbe\x6d\x13\xd4\x3c\x54\x84\xc9\x31\xc9\ -\xb9\xb7\xa7\xe8\x96\x5b\x85\x4e\x41\xa1\xd3\x38\x70\x3e\xab\x38\ -\x92\xea\x4f\xd3\x6d\x9e\x04\x66\x61\x2e\x4e\xd6\x26\xb0\x02\x53\ -\xd3\x01\x4f\x19\x88\x05\x70\x41\x9a\x34\x70\xde\x74\xc9\xba\x8d\ -\xd7\xed\x2b\x72\x4a\xd8\xee\xed\x15\xb0\x07\xf5\x4b\x55\x5c\xb2\ -\x38\x9e\xaf\x2f\xce\x8f\x5d\x81\x49\x8f\x23\x3c\xf3\xa1\x10\x28\ -\x01\xab\x76\xfa\x0e\xd4\x34\x5f\x54\xc0\x7d\xeb\x1b\xea\x44\x56\ -\x20\x36\x83\xf1\x95\xd3\x27\x68\x39\x1a\xc0\x32\x5a\x27\xd4\x0f\ -\xc6\x5d\x02\xbf\x45\xaf\xc7\x97\x0d\x9d\x97\xa4\xa0\x4e\xd1\xf8\ -\xfc\x3d\x2f\x84\x61\x89\x0f\x21\xad\x35\xa0\x81\xba\xd1\x56\x4d\ -\xcf\x25\xf0\x7b\xe0\x53\x06\x97\xa3\x89\x19\x4c\xca\x6b\x27\xf5\ -\x66\x3b\x85\x12\xc3\xdd\x67\xd9\x42\x0b\x0f\xc2\xb6\x86\xf7\x08\ -\x37\xa2\xf6\xa4\x0e\x6f\xcd\x7f\x1b\x56\x43\x1a\xdc\xa8\x46\x30\ -\x7d\x7e\x05\xf3\x52\x45\xaa\x68\x09\xed\x1c\xc8\xbb\xb6\x4e\x90\ -\xf7\xf3\xd6\x4a\x3e\x64\x8c\x1a\xa1\x43\x90\x20\x23\xeb\x4e\xe0\ -\xa4\xab\xf5\x80\x29\xa2\xf0\x8a\xba\x0f\xee\x11\xea\x25\xbe\x06\ -\xb3\xe3\x82\xcc\xa0\x29\xfb\xef\xd1\xcc\xcf\x0e\x79\xc5\xb8\x81\ -\xa6\xe0\xc3\x0b\x9e\xe4\x6e\x22\x03\x96\x00\xba\x40\x95\x4c\x49\ -\xec\xcc\x0b\xa8\x4c\x7a\xc9\x16\x85\xb4\xfb\xd0\xaa\xaa\xce\xb8\ -\x56\x5d\xee\x98\x20\x65\xc5\xdd\xaa\x90\xaf\xfa\x08\x14\x63\x7b\ -\x11\xba\x1d\x32\x1a\x5f\x2a\xa8\x6e\xcb\xd5\x28\x58\xb1\x40\x09\ -\xdc\x9e\x6e\x79\x79\x16\x28\xa0\xa7\xa8\x46\xee\x01\xff\x0d\x98\ -\x0f\x24\x3f\x77\xe0\x05\x94\x84\xbf\xa1\x0b\x7c\x13\x48\xbc\xbf\ -\x55\x94\xd1\xa7\x30\x27\x51\xbf\x04\x39\xc6\xfb\xd0\x68\x91\xb9\ -\xbe\x93\x8a\xd2\xe3\x76\x40\xee\x1a\xcc\x66\xe0\x25\x69\x2e\xc0\ -\xed\xa2\x75\x36\xc9\xd6\x17\x54\xf1\x54\xc8\x66\x8d\x22\x1c\x4e\ -\x54\x80\xec\xa3\xb5\x3f\xf7\xc6\x08\x97\x0d\x68\xdd\x46\x9d\x9b\ -\x25\xe0\xb9\xee\xb0\x9c\x9d\x9f\x26\x5d\xd5\xe3\x26\xba\xea\x65\ -\x54\x79\x76\xd0\xda\xe6\x25\x65\x1e\xd0\xcb\xd8\x8c\x33\x14\xed\ -\x00\x77\x9a\x0d\x57\xdd\x1e\x5a\xc3\xbf\x81\x46\x66\x9f\xa3\x42\ -\x78\x00\xe7\x27\x50\x3d\x52\x22\x0b\xcd\x5b\x5f\xe7\x68\x24\x15\ -\x9b\x49\x1b\x80\x83\x0b\xbf\xbb\xaa\xc9\x0b\x14\x21\x1c\x7b\x66\ -\xbc\xa9\x33\x1d\xcb\x65\xc5\x2f\x4b\x1e\x6f\x12\x23\x7c\x00\x3c\ -\x04\x0e\xc0\xbd\x0c\xc6\x97\xe3\x7b\x46\xeb\x08\xc4\xcc\x74\x3d\ -\x21\x0f\xd1\x82\x45\xd0\x2b\xef\x65\xdf\xbe\x1f\xb4\x1b\x20\x62\ -\xf7\x8b\x83\xea\xa4\x67\xb0\x53\xe0\xc5\xad\x8f\xc0\x7d\x05\x4c\ -\xc1\xd1\xf7\xd9\xeb\x39\x71\x9e\xb6\xf8\xcc\x8f\x93\x42\x93\x3b\ -\x03\xe7\x27\x53\x2e\x5f\xcf\x5a\x07\xf0\x66\xe8\x7d\xec\x44\x49\ -\x32\xe6\xff\x50\x2e\x0f\xba\x00\xf2\xf3\xbc\xf9\x95\xa6\x5a\x8a\ -\x5c\xb9\xfc\x1d\xcc\xb2\x5e\x1b\xf9\xc7\xd8\x2f\x4c\xac\x92\x7b\ -\x61\x42\x1c\xfa\x82\x85\xf1\x02\x43\x3a\x66\x7b\xcc\x89\x43\x9c\ -\x05\xcf\x88\x43\xdf\x18\xf9\xa5\xd1\x57\xce\xfa\x2b\xa9\x10\xaa\ -\x8c\xff\xc2\x44\x8a\xe8\x4f\x05\x4e\xc8\x46\x5e\x08\x00\xf2\x1e\ -\xfa\xca\x4a\xee\xa5\x04\x5e\xeb\x95\x99\xb4\xad\xe4\x9d\x9f\xb7\ -\x40\xde\x31\x9c\x9f\xb2\xa5\xe5\x3d\xf3\x7f\xc8\xe3\x2b\x9e\x3c\ -\x91\x5a\x59\xa5\x16\x7b\x80\xe0\x77\x82\x71\x7d\x2d\x1b\x7e\x6b\ -\xde\xd3\x4f\x2b\x74\x9e\x2a\x8c\x7e\x69\x6a\xca\x8f\x09\x04\x2f\ -\x2b\x0c\x5e\xbe\x2a\x7a\x39\x6a\x1e\x33\x66\x91\x2d\xcf\x43\x29\ -\xbf\x9b\x15\x62\x44\x86\x93\x23\x9b\xa8\xb6\xf5\x35\xba\xb4\xfc\ -\xef\x1a\x6a\xe6\x1c\x7a\x01\x72\xc1\xe0\xb5\xb9\x19\x40\xa0\x37\ -\x0d\xe5\xc4\x29\x4a\x4a\x64\x7b\xc1\xff\xe4\xf6\x26\x79\x6d\x2e\ -\x28\x97\x4d\xe9\xeb\xfa\x71\x0e\x35\x61\xa7\xfe\xf7\x24\xaa\xc4\ -\x7d\x01\x06\x1d\x54\xa1\xce\x06\x78\xf6\x06\x4e\x93\xed\xc0\x8d\ -\xb8\xa2\x8e\x41\x26\x30\x4a\xcd\x3c\x9e\x3a\x79\x2d\x1b\xbf\x38\ -\x59\x42\xaf\xca\x92\x23\x54\x65\xe0\x5f\xe0\x99\x38\x24\x6b\xf3\ -\xac\x17\x27\x85\x41\xe2\x33\x06\xa3\xb4\x36\x7d\xac\x88\xc7\x37\ -\xf7\xd5\x59\xab\xe1\x0d\x80\x0c\xcf\x6f\x1a\xf3\x09\xa8\x10\xfe\ -\x07\xb4\x0a\xfd\x7e\xcf\x22\x5b\xc2\x00\x00\x00\x00\x49\x45\x4e\ -\x44\xae\x42\x60\x82\ -\x00\x00\x04\x1d\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x03\xcf\x49\x44\x41\x54\x78\x9c\xed\ -\x98\x4f\x6c\x54\x55\x18\xc5\xcf\x79\x4f\x06\x89\x85\x05\xd4\x44\ -\xaa\x25\xee\xc0\xa5\x7d\x6f\xea\xc2\xc4\x14\x0d\x0d\x74\xa1\x94\ -\x85\x0b\x56\x16\xc2\xcc\x88\xb1\xba\xc0\xb0\xc2\xb1\x31\x21\x21\ -\x90\xc8\xcc\x0b\x8a\x48\xc0\x98\x18\x17\x35\xca\xaa\x25\x8d\x50\ -\x12\xa8\x89\x69\x47\x97\x86\xc4\x95\x7f\xaa\x89\x92\x98\x00\xa9\ -\x14\xdf\xfd\x5c\x30\x95\x79\x7f\x3a\x9d\x7f\x6f\xa6\xe2\xf7\x5b\ -\xbe\x6f\xee\xbd\xe7\x9c\xb9\xf7\xce\xf7\x06\x50\x14\x45\x51\x14\ -\x45\x51\x14\x45\x51\x14\x45\x51\xfe\x5f\xb0\x53\x0b\xf7\xe7\x0a\ -\xc3\x46\x78\x0a\x80\x45\xe0\xa3\xd9\x0f\x47\x8f\x74\x42\x87\xdd\ -\x89\x45\xd3\xb9\xe2\x01\x11\x7e\x02\x60\x03\x80\x2e\x00\xcf\x6d\ -\x76\x76\xfe\xf2\x6b\xe9\xe2\xb7\xed\xd6\xd2\xf6\x00\x9c\x6c\xf1\ -\x30\x80\x02\x42\xbb\x8f\xe4\x8b\x3d\xe9\xa1\x85\xf9\xb9\xc9\x99\ -\x76\xea\x69\x63\x00\x42\x27\xdb\x7d\x9c\xc0\xdb\x55\x3e\xb4\xa3\ -\xc7\xdd\xf5\xc8\x7c\x69\xe2\x2b\x60\xac\x2d\xaa\xda\x72\x07\x0c\ -\xe4\xf3\x0f\xdd\xfa\x6d\xe3\x19\x80\x23\x35\x0d\x10\x9c\xeb\xda\ -\x7c\x23\x7b\x65\x6c\xec\xef\x84\xa5\x25\x1f\xc0\xc0\x2b\xe7\x1f\ -\xbe\xb5\xf6\xe6\x67\x00\x76\x87\x6b\x02\x31\x00\x41\xc0\x8a\xd6\ -\xf8\xe5\xfa\x3b\x5d\x7b\xaf\x7c\x3c\xf2\x57\x92\xfa\x12\x0d\xe0\ -\x99\xd7\x8b\x1b\xfc\x45\x5c\x00\xb0\x3d\x66\x65\x1f\x72\x5f\x85\ -\x08\xec\xb0\x18\x02\x97\x53\x77\x17\x76\xcf\x9c\x3b\x7c\x33\x29\ -\x8d\x89\x05\xf0\xf4\x48\xf1\x51\x7b\x0d\x26\x41\x38\xc1\x8a\x00\ -\xa0\x1f\xab\x44\xc4\x8e\x91\x34\xe7\x2f\x62\xe8\xbb\xf3\xa3\xbf\ -\x27\xa1\x33\x91\x00\x9c\xcc\xc9\x2d\xa4\x35\x05\x60\x6b\xa8\x24\ -\x00\x4c\x75\x39\x62\xc5\xe8\xba\x4e\xdb\xde\x31\xfb\xfe\x6b\x3f\ -\xb5\x52\x27\x10\x73\xf6\x9a\xa5\xef\xe0\x7b\x4f\x91\xd6\x0c\xea\ -\x36\xbf\xf4\x11\x18\x80\x12\x2a\x6c\x15\xdf\x9f\x71\x32\xde\xb6\ -\x56\xe9\x5c\xa2\xa5\x01\xa4\x0f\x9c\x4c\x5b\xbe\x7d\x15\xc0\x13\ -\xc1\x0a\x6b\x30\x5f\x89\x18\x08\xc2\x21\xf4\x92\x72\xad\x3f\xeb\ -\xb9\x4d\xca\x0c\xd0\xb2\x00\xd2\xd9\xc2\x0b\x62\x59\x97\x01\x6c\ -\xaa\x7c\x2e\x02\x01\xa4\x0e\xf3\x65\x18\xbb\x13\x36\x19\xc8\x74\ -\x5f\xce\x7b\xbe\x09\xa9\x01\x5a\x12\x40\x3a\x5b\xdc\x23\xe0\x04\ -\xee\xb5\xb5\x95\x08\x59\xcf\x37\x1f\x26\x76\x27\x74\x59\x22\x93\ -\xfd\xb9\xc2\x70\xe3\xf3\xde\xa7\xe9\x00\xdc\xac\xb7\x5f\x80\x71\ -\x00\xa9\x40\xe1\x9e\xf1\x26\xcc\x57\x9d\x27\x65\x84\x9f\xbb\xb9\ -\xe2\xbe\x66\xa7\x6f\xaa\x15\x76\x33\xc5\xb7\x40\x78\x88\xdc\xda\ -\x12\xb7\x7d\x9b\x42\x08\x30\xb8\x0e\x01\xbc\xf4\xb8\xbb\xf3\xf6\ -\x7c\xe9\xe2\xd7\x8d\xce\xdb\x60\x00\x42\x37\xb3\xf1\x18\xc8\x77\ -\x22\x15\xc0\xb0\xc5\xe6\x81\xb2\x73\x0a\x00\x86\xc2\xe6\x60\x8f\ -\xbb\x6b\xdd\x7c\x69\xe2\x52\x23\xef\x0f\x75\xf7\x01\xe5\xbe\xfe\ -\x34\xc0\xfd\xe1\x9a\x40\x12\x31\x1f\x58\x83\x20\x25\x7a\x74\x49\ -\x9c\x7d\xf2\xc6\x63\xb9\xf1\xf1\x97\xa3\x4d\x56\x15\xea\x0a\xa0\ -\xdc\xd7\x7f\x0a\x60\x4f\x54\x98\x18\x4a\xb2\xe6\x2b\xd6\x22\x85\ -\x71\xf7\xd7\x17\x7f\xa6\xb0\xf7\x07\x6f\xf4\x4e\xad\x73\xd5\x1c\ -\xc0\xb3\xfb\x8e\xad\x5f\x5c\xb3\xee\x82\x00\xc1\x9f\x20\x01\x84\ -\x30\x44\xe4\xb6\x4e\x14\x81\x90\x88\x0d\xe1\xd2\xda\xbb\x0b\xc3\ -\xb5\xbe\x3f\xd4\x14\x80\x93\x39\xd1\x4d\xa6\x26\x01\x04\x9b\x10\ -\x11\x90\xf4\xdb\xea\x3c\x8c\x88\x1d\xbd\x16\x30\x2b\x66\x71\xa8\ -\x74\xe6\xd0\x1f\x2b\x0d\x5f\x31\x80\xf4\xc1\x53\xbd\xe2\xfb\x53\ -\x00\x42\x6d\x28\x1b\x6b\x70\x12\x40\x40\x8b\x90\xa0\x17\xe1\xf7\ -\xb6\x91\xc1\x6f\xce\x8e\xfe\x5c\x6d\x6c\xd5\x00\x9c\x8c\xb7\x8d\ -\x94\x29\x00\xbd\xa1\x15\x05\xa4\x69\xf3\xae\x5f\x01\x5a\x08\x87\ -\x00\xfc\x08\xcb\x0c\xce\x7d\xf0\xe6\xf5\xe5\x46\x2d\xdb\x08\xf5\ -\x67\x3d\x97\x94\xab\x88\x35\x8f\x55\x66\x1e\x28\xef\xc6\xb0\xa8\ -\x2d\x30\xd6\xb5\xbe\x57\x0b\x4e\xdc\x08\x60\x99\x00\x9c\x4c\x61\ -\xbb\x81\x4c\x03\xe8\x0e\x2c\x81\x25\xf3\xab\x16\x23\xd1\x10\xba\ -\x2d\xc3\x69\x37\xe7\x0d\xc4\x0d\x88\x1c\x81\x74\xae\x70\x44\xc4\ -\x1a\x8b\xd9\x4e\xff\x71\x28\xa4\xc9\xcf\x9e\x7e\xe3\xdd\xca\xa7\ -\xd1\xff\xe2\x0c\xf3\x0f\x9e\x79\xa0\xdc\xa9\xe4\xc3\x4f\xa3\x47\ -\xe0\x01\xb4\xfe\x2f\x31\xde\xa2\x3b\x80\x3c\x2a\xad\x78\x8b\x5b\ -\x65\x08\x60\x84\x3c\xda\x69\x1d\x8a\xa2\x28\x8a\xa2\x28\x8a\xa2\ -\x28\x8a\xa2\x28\x4a\xa7\xf9\x07\xee\x73\x3f\xf5\xa2\x1e\x57\x1f\ -\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\xc7\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\x79\x49\x44\x41\x54\x58\x85\xe5\ -\xd6\x31\x4e\xc3\x30\x14\xc6\xf1\xff\xb3\x9b\x72\x03\x3a\x70\x82\ -\x82\x84\xc4\xd4\xb9\xe5\x00\x48\x70\x85\x0e\xb0\x54\xdc\x20\x1c\ -\xa1\x1b\x54\xe2\x12\x88\x05\x09\xa9\x99\x91\x3a\x51\x28\x27\x60\ -\x80\x89\xb9\x21\x35\x43\x15\xa1\xb6\x69\x63\xa7\x4e\x18\xf0\x68\ -\x3f\xf9\xf7\xc9\xb6\x9e\x0c\xff\x7d\x48\x95\x58\xab\xdb\x6f\x24\ -\x5a\xdf\x81\x79\x1f\x0d\x7a\x67\x00\xaa\x52\x5c\xe9\x08\x4c\x0b\ -\x64\x2f\x9d\xaf\x55\x8a\x8b\x69\x62\xe4\x4d\xcf\x92\x93\x74\xad\ -\xf4\x2b\xc8\xc0\xdb\x4f\xb7\x97\x1f\x95\x04\xc8\xc3\x4b\x0d\x60\ -\x83\x97\x16\xc0\x16\x2f\x25\x80\x0b\xee\x3d\x80\x2b\xee\x35\x40\ -\x11\xdc\x5b\x00\x5b\xfc\xf0\xfc\x7a\xb7\x6e\xe2\x07\xe0\x6b\x34\ -\xe8\x75\xc0\x43\x27\x74\xc4\x87\xc0\x11\x50\x4f\xe7\xb7\x0a\x50\ -\x00\x3f\x00\x5e\xa6\x12\x9c\xa6\x6b\x85\xaf\x60\x0b\xfc\xf8\xf9\ -\xe6\xe2\x73\xab\x00\xbe\xf0\x42\x01\x5c\xf0\xc0\xc4\x91\xc0\x3e\ -\xf0\x3a\x95\xa0\xb3\x8c\x3b\x07\xf0\x8d\x3b\x05\x28\x03\x07\xd0\ -\x3e\xf1\x56\xb7\xdf\x10\x31\xd6\x38\x58\x9c\x80\x0b\xfe\xad\xd5\ -\xd0\x05\xcf\x0d\x50\x04\x37\x30\x89\x25\x68\x67\xe1\x4e\x9d\xb0\ -\x24\x7c\xa5\x13\x66\xfe\x09\xcb\xc0\x03\x13\x47\xcc\xaf\x67\xa1\ -\x13\xae\x3c\x42\x17\x3c\x51\x3a\x12\xd9\x8c\x67\x3c\xcc\x85\x66\ -\xa4\xb2\x36\xb5\xc5\x11\xd3\x34\x30\xa9\x25\xb3\xcc\x07\x67\xf3\ -\x30\x25\x6b\x53\x57\xdc\xa6\x6e\xdd\x09\xcd\x4f\x20\x0c\x55\xa2\ -\xd5\x63\xfe\x67\xc2\x48\x52\x53\xf7\x79\xf8\x72\xdd\x3a\xfc\x37\ -\xc0\x7c\xec\x00\xe3\x8d\x3f\x99\xf0\x4a\x8c\xa1\x0e\x8c\xd7\xe3\ -\xab\x75\x36\xfd\x00\xc2\x50\x81\xb1\x68\xcd\x46\xfc\xd6\xfd\xf1\ -\xf8\x01\x9a\x8b\x01\xab\xe8\x4a\xa0\x68\x00\x00\x00\x00\x49\x45\ -\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\x8a\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x02\x3c\x49\x44\x41\x54\x58\x85\xed\ -\x97\x3d\x6b\x14\x51\x14\x86\x9f\x73\xc7\x2e\x60\x61\x30\xa0\x66\ -\xdc\xd9\x5f\x61\x40\x91\x58\x6f\xca\xb4\xda\x04\xd4\xca\xca\xc4\ -\x1f\x90\x6a\x03\x16\x06\x0c\x2a\x68\x9d\x3a\xb8\x60\x17\x10\x84\ -\xe4\x57\xec\xbd\x99\xb1\x49\x50\xb0\x48\xb9\xf3\x5a\xec\x4e\x4c\ -\x26\xfb\xbd\x13\x1b\x7d\xab\xcb\x39\x77\xe6\x3c\xf3\x9e\x0b\x73\ -\x0f\xfc\xeb\xb2\x72\x20\x84\xef\xf7\x73\x3a\xaf\x4c\xb6\x84\x71\ -\xb3\x92\x2a\xe2\x44\xa6\x03\x47\xd4\xac\xd5\xee\x7c\x1b\x08\xe0\ -\xfd\xd1\x4b\xcc\xb6\xfa\x81\x55\xa4\x1c\x69\x23\x49\xee\xbe\xbe\ -\x04\x10\x42\x78\x20\xdc\x57\xe0\x97\x61\x2f\x9c\x53\x2b\x8e\xe3\ -\x9f\x55\x54\x4d\xd3\xf4\x46\x9e\x5b\x43\x68\x1b\xb8\x6e\xb8\x87\ -\x65\x27\x68\x87\xa3\x3d\x1f\x52\x85\x90\x3d\xae\xa2\x68\x3f\x85\ -\x90\x3d\xf1\x21\x55\x3b\x1c\xed\x15\x31\x57\x2c\x4c\xb6\x04\xe0\ -\x9c\x5a\x57\x05\x10\x45\xb4\x00\x0c\xbb\x77\x09\xa0\x38\x70\x55\ -\xd9\xde\x4f\x8b\x8b\x8b\x3f\x7a\xcb\x85\x22\x76\xad\xea\x22\x21\ -\x64\x2b\x42\x1f\x00\x0c\x7b\x5a\xab\x2d\x7e\x1e\xb6\xbf\x52\x00\ -\xef\x7d\x5d\x68\x17\x98\x03\xe8\x81\xdc\x1e\xf6\x8c\x1b\x96\x9c\ -\x44\x92\x1c\x2e\xfa\x54\x14\x1f\x57\x95\x01\x84\x34\x7d\x8e\x58\ -\xbe\x00\x65\xda\xfc\x2b\x00\xde\xfb\x3a\xb2\xad\x52\x78\x3f\x89\ -\xe3\xf7\x57\x0e\x30\xc0\xfa\x53\xd4\x59\x33\xb3\x7c\xd4\xf3\x23\ -\x0f\xe1\xa8\x53\xdd\xb5\xde\x96\x2f\x40\x99\xd6\xeb\xb5\xa4\x3d\ -\xce\x07\x8c\x74\xa0\x57\xfc\x16\x70\x4b\x68\xd7\x7b\x5f\x2f\x72\ -\xb3\x58\x3f\x36\x40\x49\x73\x58\xf4\x51\x92\x9b\xd5\xfa\x42\x23\ -\x5b\x20\xd3\xa6\xc9\x76\xce\x85\x1e\xf9\x34\x7d\x66\x60\xb3\x58\ -\x5f\x68\xa4\x03\x3d\x3b\xf7\xcf\xc7\x4c\xb6\x83\xec\x6d\x69\xeb\ -\x44\xd6\x8f\x0d\x60\x66\x39\xea\xac\x01\xa7\x43\xb6\x4d\x6c\xfd\ -\xd8\x00\x00\x49\x92\xb4\x31\x6d\x0c\xca\xcb\xb4\x9e\x24\x93\x59\ -\x3f\x11\x00\x40\x2d\x8e\xdf\x51\x6a\x45\x4f\x53\x59\x3f\x31\xc0\ -\x80\x56\x4c\x6d\xfd\xc4\x00\xd0\x6d\x85\x1c\xab\x60\x1e\xcc\xcb\ -\xb1\x3a\xad\xf5\x85\x26\xfe\x1d\xd7\xe3\xf8\x0b\x50\x1f\xb9\x71\ -\x4c\xfd\x71\x40\x9c\x40\xf7\x02\x59\xd5\xcb\xcb\xca\xb2\x6c\xbe\ -\xb7\x3c\xbe\x04\x20\xd3\x01\x40\x9e\x5b\xe3\xaa\x00\x3a\x1d\x1a\ -\x00\x42\x87\x45\xec\xac\x05\x8e\xa8\x29\xf2\x15\xa1\xed\x10\x32\ -\x8b\x22\x5a\xe7\xee\x70\x33\x29\xcb\xb2\xf9\x4e\x87\x86\xd0\x1b\ -\x20\x77\x44\xcd\x22\xd7\x6f\x30\x69\x52\xe1\x45\xa5\xa4\xc1\x83\ -\x49\xa1\xb3\xd1\xac\x7b\x75\x5e\x28\xe7\xa7\xd4\xb1\xd0\x61\xbf\ -\xd1\xec\xbf\x7e\x03\x1f\xb0\x01\x10\x54\x88\x8f\x55\x00\x00\x00\ -\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x04\x03\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x03\xb5\x49\x44\x41\x54\x58\x85\xe5\ -\x97\x5d\x68\x9b\x55\x18\xc7\x7f\xcf\x79\xfb\x81\x53\xe7\x6c\x07\ -\x8b\xd8\xb2\x59\xaa\x62\x41\x91\x35\xcd\xf4\xc2\xaf\x39\x36\x44\ -\xb6\x4e\xb0\x88\xc8\x9c\x0c\xd7\x74\xad\xe9\xaa\x20\x74\x78\x11\ -\x83\x43\x0b\x82\xc5\x34\xad\x26\x1b\x88\xa2\x57\x03\x8b\xed\x74\ -\x3a\x50\xba\x2b\xe9\xb2\x58\xbc\xb0\x14\x84\x0a\x9a\x36\x1d\xae\ -\x05\xc5\x6d\x36\xcb\x7b\x1e\x2f\x92\x7e\x66\xed\x5a\x9a\x7a\xb3\ -\xff\xe5\xf3\x3e\xe7\xfc\x7f\xcf\xe1\x3d\xe7\x3c\x07\x6e\x76\xc9\ -\x6a\x92\xeb\x9a\xbb\x2b\xad\x9b\xd9\x2f\x2a\xbb\x10\x2a\x11\x2a\ -\x50\x0c\xca\x18\x22\x49\x84\x73\x8e\xda\xde\xc1\xe8\xd1\x5f\x0b\ -\x0a\xe0\x6d\x0a\xfb\x50\x3a\x80\xa7\x56\x38\x6b\x5c\x54\x8f\xc5\ -\xa3\x47\xbf\x5f\x13\x40\x6d\x63\xf4\x0e\x91\xe9\x8f\x80\x17\x73\ -\xa1\x14\x48\xbf\x2a\x67\xd4\x71\x47\xf5\x5f\x93\x2a\xde\x60\xac\ -\xa6\xf1\x58\xb1\xdb\x8c\x61\xb7\x5a\xea\x11\xb6\xe6\xa6\xff\xc6\ -\x71\xdd\x43\x83\x27\xdb\x2e\xae\x1a\x60\x7b\x73\x77\xb5\xc9\xd8\ -\x3e\x44\x1f\x00\x52\x22\x04\x6f\xdd\x32\xf9\xc9\x40\x28\x94\x59\ -\xb6\xa4\x60\xd0\x78\x27\xca\x5f\x00\x39\x0e\x5a\x05\xfc\x6e\x60\ -\xdf\xf9\x68\xeb\xcf\x2b\x06\xf0\x1e\xf9\xa0\x0a\x5b\x34\x08\x6c\ -\x06\xbe\x72\x4a\x78\x79\xb0\xab\xf5\xef\x65\x8d\x17\xa9\x3a\x10\ -\x2e\xdd\x34\x4d\x0f\xc2\x21\xe0\x32\xc2\x63\x17\x3e\x6e\x1d\xba\ -\x21\xc0\x8e\x40\x78\x63\x26\xcd\x8f\x02\x35\x8a\x7e\x98\xf0\x4c\ -\xbd\x41\x28\x64\x57\x63\x3e\x27\x95\x3a\x7f\xb8\x5d\x91\x77\x81\ -\xa4\xaa\xeb\x4b\xc4\x5e\x4f\xcd\xcf\x30\x8b\x87\xb8\xd3\x44\x04\ -\x6a\x80\xfe\xb5\x99\x03\x88\xc6\xa3\xad\x1d\x22\x9c\x04\x2a\x8c\ -\x38\x9f\x83\x2e\x28\x7a\x01\x80\xcf\xdf\xe5\x45\x38\x80\xf0\xa7\ -\x6a\xe9\x81\xb5\x99\xcf\x41\x5c\x9e\x9c\x6c\x01\x46\x14\x76\x7a\ -\xfd\xe1\x67\x96\x04\xb0\xa2\xef\x01\xa8\xea\x3b\x89\x98\xff\xaf\ -\xb5\x9b\x67\x35\x7c\x2a\x94\x16\x78\x2b\x07\xd4\x31\x7f\x15\x66\ -\x01\x6a\x1b\x3b\xef\x42\x79\x1a\x98\xba\x3a\x35\x15\x2d\x94\xf9\ -\x8c\xe2\xd1\x40\x2f\x30\x02\x3c\xe8\xf3\x77\x3d\x94\x07\x20\x98\ -\xbd\x80\xa0\x7c\x3d\x7c\x2a\x94\x2e\x34\x00\x88\xa2\xda\x07\x60\ -\x45\x9f\xcb\x03\x40\xe4\x49\x00\x45\xbe\x2d\xbc\x79\x56\xd6\x98\ -\xef\xb2\x28\xb2\x33\x1f\x00\x2a\x01\x1c\x91\xdf\xd6\x0b\xa0\x84\ -\xcc\x28\x80\x42\x45\x1e\xc0\x4c\xd0\xc8\xb5\x54\xfe\xd0\xc2\xe8\ -\x52\xb1\x33\x33\xf7\xdd\x33\x3f\x62\xde\x39\xf0\xbf\x29\xf8\xf6\ -\x42\x00\x81\x31\x80\xb4\x38\x9e\xf5\xf2\xbc\xdd\x1a\x0f\x80\xc2\ -\xf8\xcc\x19\x33\xb7\x02\x2a\x7f\x00\x18\xcb\x3d\xeb\x05\x60\xae\ -\xb9\x55\x00\x02\xc9\xd9\xd8\xdc\x57\x1d\x00\x10\x91\x3d\xeb\x06\ -\x60\xd8\x0d\xa0\xf0\x43\x1e\x80\x5b\x24\xfd\x00\xaa\xfa\x6c\x6d\ -\x63\xb4\xb8\xf0\xf6\x2a\x56\x65\x1f\x80\xb1\x6e\x6f\x1e\xc0\x50\ -\x24\x30\x2e\x59\xb2\xcd\x30\xfd\x6a\xa1\xed\xbd\x47\x22\x7b\x73\ -\x97\xdc\x2f\xf1\x13\x6d\xb3\xbd\xc1\xc2\x5d\x60\x6d\x3b\x80\x08\ -\xc1\x1d\x81\xf0\xc6\x42\x99\xd7\x34\x04\x4b\xd4\x66\xef\x19\x81\ -\x63\x20\x7a\x5d\x80\xf8\x89\xb6\xb8\xc2\x17\xc0\x16\x37\xcd\x67\ -\x04\x83\x05\xd8\xa6\x2a\x1b\xee\x2c\x0f\xe7\xaa\x1f\x88\x47\x03\ -\xa7\xe7\x7f\xcd\x37\xd0\xd2\x16\xb2\x97\x46\xbd\x77\xa2\xfc\xfd\ -\xb5\x41\xa8\x78\x9b\x22\x6f\x22\xf8\x51\xc6\xdd\x62\x79\x69\x7e\ -\xf5\xb0\x44\x4b\xb6\xbd\xb9\xbb\xda\xb8\xee\x20\x50\x06\x7c\x79\ -\xc5\x71\x0e\x0e\xf7\xb4\xfc\xb3\x1a\xeb\x9a\x86\x60\xc9\x2d\x65\ -\xe5\x11\x81\xc3\xc0\x15\x83\x3c\x71\x3e\x1a\xb8\xb0\x38\x6f\xc9\ -\xa6\xd4\x77\x38\x72\x9f\x35\xb6\x0f\xb8\x5f\x91\x31\x81\xe0\x6d\ -\x9e\x4b\x9f\xae\xa4\x29\xad\xbb\x58\xf6\xbc\x55\x39\x2e\x70\x2f\ -\x90\x54\x35\xf5\x89\xd8\x6b\x3f\x5d\x2f\x7d\xd9\xb6\xfc\xe1\x57\ -\x3a\x37\x15\x95\x9a\x18\x48\x43\x2e\x94\x14\xa1\x1f\xe5\x0c\xd6\ -\x8c\x16\xd9\x74\xea\xaa\x2b\xd6\x29\x29\xf2\xa8\x61\xab\xb1\x76\ -\x0f\x62\xea\x73\xdd\x30\xc0\x59\x71\x9c\x83\xf1\x9e\x96\x89\xa5\ -\x3c\x56\xf4\x30\xf1\xf9\x23\x8f\x5a\xb4\x03\xf4\xf1\x95\xe4\x03\ -\x43\xaa\xb4\x27\x62\xad\x67\x6f\x94\xb8\xaa\xa7\xd9\x23\x4d\x9d\ -\xdb\x32\xd6\xd9\x8f\xb0\x0b\xcd\x3d\xcd\xc0\x01\x92\xd9\xe3\x55\ -\xcf\x59\x35\xbd\x89\x58\x60\x64\x35\xf3\xde\xdc\xfa\x0f\x80\xbd\ -\x5b\x45\x41\xb4\xc0\xa5\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\ -\x60\x82\ -\x00\x00\x00\xcd\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x7f\x49\x44\x41\x54\x78\x9c\xed\ -\xd9\x51\x0d\x80\x30\x10\x05\xc1\x03\x6f\x55\x80\x05\xd4\x62\xaa\ -\xc8\x58\x12\x66\x0c\xdc\xcb\xa6\x7f\x9d\x09\xad\xeb\xde\xeb\xba\ -\x77\xb9\xe1\x2c\x8f\x7f\x81\x00\xf5\x80\x9a\x00\xf5\x80\x9a\x00\ -\xf5\x80\x9a\x00\xf5\x80\x9a\x00\xf5\x80\x9a\x00\xf5\x80\x9a\x00\ -\xf5\x80\x9a\x00\xf5\x80\x9a\x00\xf5\x80\x9a\x00\xf5\x80\x9a\x00\ -\xf5\x80\x9a\x00\xf5\x80\x9a\x00\xf5\x80\x9a\x00\xf5\x80\xda\xef\ -\x03\x1c\xe5\xf1\xfa\x6b\x7c\xa6\x7e\x01\x7b\x9e\xf4\x3e\x00\x00\ -\x00\x00\x00\x00\x00\xfc\xc3\x0b\xb7\x26\x07\xfa\x17\x1e\x2a\x64\ -\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\x78\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x2a\x49\x44\x41\x54\x58\x85\xed\ -\xce\x41\x11\x00\x20\x0c\x04\xb1\x16\xff\x22\xe9\x20\x04\x64\x1c\ -\x8f\xc4\xc0\x6e\x15\x00\x10\xd6\x7b\xce\x4d\x0e\xac\x64\x1c\x00\ -\xf8\xc2\x03\x48\xae\x03\xa7\xd4\xed\xa0\x47\x00\x00\x00\x00\x49\ -\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x0b\x37\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x0a\xe9\x49\x44\x41\x54\x78\x9c\xed\ -\x5b\x7d\x70\x54\xd5\x15\xff\x9d\xbb\x9b\x4d\x22\xe6\x43\xc1\xaf\ -\x06\x3f\x30\xc8\x40\x43\xac\x12\xb4\xc6\xd2\xc8\x47\xb2\x18\x85\ -\x60\x36\xbc\x56\xb1\x68\x20\x9b\x08\x5a\xdb\xe2\xb4\x4e\x65\xa6\ -\xae\xb1\xda\xb1\x1f\x02\x23\xa3\x68\xd8\x40\x44\xa3\x6d\x97\x04\ -\x06\xac\x31\x5f\x76\x53\x14\x1c\x85\xd0\x22\x04\x18\x35\x44\xc5\ -\xd4\x56\x49\x42\x40\x20\xfb\x76\xdf\xe9\x1f\x21\xf0\xf6\xed\xdb\ -\xb7\x6f\x93\x5d\xa6\xd3\xf2\x9b\xd9\x3f\xde\xb9\xbf\x7b\xce\x79\ -\xe7\xdd\x77\xdf\xbd\xe7\x9e\x05\xce\xe3\x3c\xce\xe3\xff\x19\x74\ -\x2e\x8c\x14\x4a\x8b\x2e\x91\x15\x6b\x9e\x20\xce\x56\x18\x13\x09\ -\xb8\x16\xe0\x74\x10\xa5\x42\x81\x05\x84\x7e\x00\xfd\x20\xfe\x0c\ -\x0a\xf6\xb3\xa0\x0e\x41\xd8\xd6\xe4\x71\x1f\x8a\xb7\x6f\x71\x0b\ -\xc0\xcc\xbb\x2a\x32\x85\x35\x50\x2a\x98\x8a\x18\xb8\x7e\x98\x6a\ -\x0e\x31\x73\x03\x43\xd4\xb4\xd6\xaf\xdd\x09\x80\x63\xe9\x23\x10\ -\xfb\x00\xd0\xac\xe2\xb2\xd9\x24\xc4\xa3\x04\x9e\x11\x63\xdd\x7b\ -\x99\xb0\xa2\xf7\x62\xf1\xea\xae\xaa\x2a\x39\x56\x4a\x63\x16\x80\ -\xd9\x8e\xc5\x33\x14\x12\xbf\x03\x30\x35\x56\x3a\xf5\xc1\x5d\x04\ -\x3c\xd1\x54\x57\xbd\x01\x31\x18\x11\x23\x0e\xc0\xac\x22\xe7\x65\ -\x64\xc5\xb3\x44\xb8\xd7\x80\xa6\x30\xf0\x2e\x31\xbc\x0c\x3e\x20\ -\xc8\xf2\x09\x83\x7a\x64\x31\x70\x2c\x19\x14\xf0\x05\x90\x42\x24\ -\xd2\x40\x34\x0e\x8c\x09\x44\x9c\x0b\xa6\x02\x00\xc9\xe1\x14\x32\ -\xb0\xcd\x02\x5a\xda\x58\xb7\x76\xdf\x48\xfc\x1f\x51\x00\x66\x4b\ -\x65\x37\x2b\x0a\x6d\x06\x70\x85\xb6\x8d\x81\x63\x00\xde\x14\x44\ -\x5b\x03\x81\x81\xb7\x5a\x37\x6d\x38\x12\x8d\xee\x5c\x69\x59\xf2\ -\xa8\x40\xff\x4c\x82\x98\x0b\xe2\x22\x3d\x1b\x00\x4e\x01\x58\xdc\ -\x5c\xe7\x7e\x7d\x58\x37\x80\x11\x04\x20\xdf\x51\xb6\x80\x88\xd6\ -\x01\x48\x0c\x71\x8a\xe8\x39\x9b\xcd\xfa\xcc\x5f\x5e\x5b\xd3\x3b\ -\x5c\xfd\x6a\x48\x92\x64\xeb\x53\xd2\xca\x01\x3c\x0e\xe0\x52\x6d\ -\x3b\x01\x4f\xe7\x4e\xce\x78\xbc\xb2\xb2\x52\x89\x56\x77\xd4\x01\ -\x70\xb9\x5c\x62\xfb\xbe\xee\xa7\xc0\xfc\x98\xa6\x49\x01\x63\x9d\ -\x15\xa8\x6c\xa8\x77\x1f\x8e\x56\xaf\x19\x14\x15\x2d\x4e\x39\x61\ -\x15\x8f\x10\xe1\xe7\x00\x2e\x54\xb7\x31\x68\xb3\x5f\x24\x2c\xf4\ -\x7a\x5e\x38\x1e\x8d\xce\xa8\x02\xe0\x72\xb9\xc4\xf6\x0f\x0f\xd7\ -\x82\xe8\x6e\x8d\x96\x6e\x41\x5c\xdc\xe8\xa9\x7e\x3f\x1a\x7d\xc3\ -\x45\xa1\xc3\x39\xd6\x4f\xd8\x84\xd0\x09\x77\xb7\x35\xe9\xe4\xf4\ -\x86\xda\xda\x7e\xb3\xba\x2c\xd1\x18\xb6\x8d\xbe\xae\x12\x44\x0f\ -\x69\xc4\xef\x09\x16\xb3\x1a\xeb\xdc\x07\xa3\xd1\x35\x12\x7c\xbc\ -\xbf\xbd\xff\xb2\xc9\xb7\xbd\x9a\xa0\xf8\xae\x21\x0a\x5a\x63\x5c\ -\x11\xf0\x27\x64\xe7\x4c\xce\xfc\x73\x47\x47\x87\xa9\x2f\x84\xe9\ -\x00\xd8\x1d\xce\x1f\x82\xb0\x5a\x23\x7e\x59\x4e\xf1\x4b\xad\xaf\ -\x57\xf7\x99\xd5\x13\x2b\x1c\xee\x78\xcf\xdf\xb9\xbf\x7d\x53\xe6\ -\xa4\x1b\x4f\x80\x28\x1f\xa7\x47\x33\x01\x13\x4e\x21\x39\xa9\xb3\ -\xa3\xbd\xc5\x8c\x1e\x53\xaf\x40\x41\xc9\xe2\xa9\x80\xd8\x06\x20\ -\x49\x25\x7e\xb5\xb9\xce\x7d\x1f\xe2\xb0\x3a\x8b\x16\xf9\x0e\xe7\ -\xcf\x88\xb0\x52\x2d\x63\xc2\xfd\x2d\x1b\xdd\x1b\x22\xf5\x8d\x18\ -\x80\x59\xc5\xf7\x8d\x16\xc2\xf6\x0f\x00\x19\x67\xb5\xe3\x7d\x39\ -\xd5\x7f\x9b\xb7\xa6\xe6\x54\x54\x8e\x16\x3b\x27\x91\x05\xc5\xcc\ -\xb8\x9e\x80\xb1\x18\xfc\x05\x00\x1c\x26\xe0\x30\x33\xda\xc9\x82\ -\xfa\x61\xec\x01\xa8\xc0\xe1\xac\x06\x61\x91\x4a\xe6\x13\x2c\x72\ -\x1b\xeb\xab\xda\x0d\x3b\x46\x74\xba\xa4\xbc\x9a\xc0\x8b\x55\x3d\ -\xba\xe1\x53\x6e\x6a\xde\xb2\xae\xdb\x8c\x67\x83\x9f\xb0\xf4\xa5\ -\x00\x2f\x01\x30\xd1\x4c\x1f\x00\xbb\xc1\xf4\x5c\xba\xa5\xef\x15\ -\x8f\xc7\x13\x30\xd3\xa1\xb0\xf0\xe1\x44\xff\x05\x27\xdf\x06\x70\ -\xeb\x90\x8c\x81\x76\xff\x91\x8c\xef\x7a\xbd\x95\xfe\x70\xfd\x84\ -\x91\xd2\x7c\xa9\x62\x5a\xd0\xcd\x03\xcc\x0a\x4a\xcc\xde\xbc\xbd\ -\xa4\xec\xae\x3e\x25\x6d\x1f\xc0\xab\x60\xfe\xe6\x01\xe0\x46\x10\ -\xaf\xef\x53\xd2\x76\xda\x8b\x9d\x33\xcd\x74\x68\x68\x58\x3d\xa0\ -\xc8\x70\x80\xf1\xf5\x90\x8c\x80\x29\xb6\xd1\x5f\x3c\x68\xd4\xcf\ -\x68\x12\xa4\xcc\x89\x37\xd4\x82\xe8\x2a\x95\xac\xb6\xa5\xde\xad\ -\x9d\x08\x43\x90\x53\x51\x91\x90\x75\xf5\x0d\xab\x41\xf4\x2c\x80\ -\x8b\x23\x7a\x1f\x1e\x97\x83\x70\xff\xf8\xac\x29\xf4\x23\x69\xee\ -\xdf\xda\xda\xda\x0c\xe7\x9b\x43\x07\xdb\xbf\xb9\x76\xd2\x14\x99\ -\x08\xb7\x9f\x11\x32\x6e\x1a\x3f\x35\xeb\x85\x4f\xf6\xec\xd1\xdd\ -\x40\x85\x1d\x01\x05\x52\x79\x1e\x88\xa6\xa9\x44\xb2\xc2\x01\x57\ -\x24\x8f\xef\x5c\xb0\xf4\xa2\x8b\x8f\x28\x0d\x44\x64\x18\xf9\x68\ -\xc0\x0c\xd7\xf6\x7d\x5f\xfc\x69\xce\x9c\x8a\x0b\x22\x71\xfd\xa9\ -\xfe\x17\x01\x7c\x76\x46\x40\x18\xc3\x27\x92\x1e\x08\xc7\x0f\xff\ -\x0a\x30\x7e\x11\x2c\xa0\x97\x5a\xeb\xd7\x77\x1a\x19\x97\x24\xc9\ -\xe6\x1b\x90\x37\x03\x98\x15\xc9\xd1\xa8\xc1\x98\xef\x4b\x0c\x6c\ -\x70\xb9\x5c\x86\xaf\xad\xb7\xa6\xe6\x14\x98\x34\x0f\x8a\x1f\x91\ -\x24\x49\x77\xb4\xeb\x2a\x9b\x2e\x95\x5e\x0e\xe6\xdb\x55\x22\x59\ -\x91\xf9\xa9\x08\x2e\x52\x5f\x20\xed\x79\x00\x79\x11\x78\xc3\x06\ -\x83\x4a\xb6\xef\xed\x8e\x38\x0a\xd3\x2d\x7d\xaf\x00\xfc\x91\x4a\ -\x94\xd1\xab\xa4\xe7\xeb\x71\x75\x03\x90\xa0\x24\x2c\x40\xf0\xfc\ -\xf0\x76\xeb\x16\xf7\xbf\x8c\x8c\x16\x94\x38\xef\x05\xc1\x19\xc9\ -\xb9\x91\x83\x1f\x9f\xe5\x28\xd7\xbd\x99\x21\x78\x3c\x9e\x00\x98\ -\x3c\x6a\x19\x81\xef\xd7\xe3\x86\x19\x4e\x3c\x37\xa8\x33\xd1\x16\ -\x23\x83\xa7\xdf\xcd\x67\x8c\x38\xb1\x84\x20\x5e\x11\x6e\x48\x0f\ -\x81\x48\x68\x7d\xbe\x43\xaf\x4f\x48\x00\xec\x0b\x17\x8e\x82\xea\ -\x5b\x0a\x00\x0a\xd1\x1b\x46\xc6\x7c\x36\x7e\x04\xea\x85\x52\xfc\ -\x91\x7d\x34\x90\x56\x6a\x44\xc8\x9d\x7c\xc5\x07\x20\xa8\x47\x6d\ -\x5a\x3f\x52\x73\xb4\xbc\x90\x00\xf0\x49\xdb\x2d\x00\x6c\x2a\xd1\ -\xdf\x5b\x3c\x55\x9f\x69\x79\x43\x90\x24\xc9\xc2\xc4\x3f\x89\xec\ -\x73\x6c\xc1\x84\x9f\x1a\xb5\x57\x56\x56\x2a\x60\x04\x3d\x38\x85\ -\x45\x48\x9e\x32\xf4\x15\x60\x31\x59\x7d\x49\x84\x6d\x46\x86\x7a\ -\x39\xed\xfb\x00\x2e\x31\xe2\xc4\x09\xd9\x05\x25\x0f\x5c\x67\x44\ -\x20\x70\xb0\xef\x8c\x2c\x2d\x47\x27\x00\x98\xa4\xbe\x54\x14\xfa\ -\x28\x84\xa3\x36\xc2\x98\x6f\xd4\x1e\x4f\x30\x02\x25\x86\x04\x12\ -\x1a\xdf\x79\x92\x96\x12\x1a\x00\xe2\x6b\x82\x05\x8a\xe1\xb7\x1f\ -\xe0\x38\x67\x81\xc3\x83\x08\x21\xef\xb4\x1a\x3e\x92\xb5\xbe\x8f\ -\xd3\x72\xf4\xbe\x02\x29\x41\x46\x80\x08\x7b\x7d\x3a\x97\x93\x5f\ -\x30\x18\x63\x0d\xdb\x47\x85\xf8\x9e\xa2\xa5\x44\x0c\x80\x60\x0e\ -\x9b\x63\x3b\xbd\x2a\xd3\xcb\xd6\x9e\x2b\x18\x06\xc0\x5b\x53\x33\ -\x00\x40\xbd\x13\xb4\x49\x92\xa4\x9e\xe0\x75\x03\x10\xb4\x45\xf6\ -\x0b\x11\x76\x03\xd2\xd6\x06\x11\x46\xc7\xb9\x01\x21\x61\xa4\x2a\ -\x42\x9c\x27\xc6\xb1\x20\x02\x73\xc8\xb0\x19\x82\xd7\x5b\xe9\x27\ -\xc0\x70\x85\x18\x57\x28\x30\xcc\x3e\x4f\x2f\x2d\x4d\x04\x60\x55\ -\x89\x7c\x1e\x8f\xc7\xa7\xe6\x84\xae\x03\x06\x4f\x6a\xcf\x5e\x03\ -\xe9\x46\x46\x98\xf1\x45\x64\x4f\xe3\x03\x22\xe3\x00\x58\x7a\xac\ -\x69\x1a\xd1\x31\x2d\x27\x34\x00\xc0\xa7\xc1\x56\x42\x67\x4e\x4d\ -\xfb\x5e\xc3\xf6\xf8\xc2\xd8\x76\xa2\x72\x6d\xd0\x35\xa3\x4b\x4b\ -\xd1\x5b\x07\xec\x57\x5f\x12\xc8\x70\xb1\x01\xa6\x7a\xc3\xf6\x38\ -\x82\x58\x18\xda\x26\x16\x41\xbe\x33\x70\x40\xcb\x09\x09\x80\x60\ -\x04\x1d\x36\x32\x30\x4d\xcb\x51\x43\x4e\x95\x9b\x00\x44\x75\x1a\ -\x13\x23\x7c\xda\x58\x5f\xb5\xdb\x88\x20\x98\x83\x7d\xd7\x19\xad\ -\x21\x01\xf0\x59\x6d\x3b\x00\x9c\x49\x1f\x11\x30\xa5\xd0\xe1\x0c\ -\xfb\xb9\x19\xcc\x0c\x53\x8d\x09\x87\x63\x0b\x42\x15\x0c\x52\xf2\ -\x2e\x97\x4b\x30\x68\x4e\x90\x90\xe1\xd5\xf2\x42\x02\x70\xfa\x6c\ -\x6d\x87\x5a\xe6\x27\x8d\x22\x0d\xac\xc2\xff\x24\x80\xa3\x86\x0e\ -\xc7\x16\x9f\x1f\xa7\x94\x95\x46\x84\x77\x3e\xec\xce\x41\xd0\x1a\ -\x85\xfa\xfd\x3d\x19\x3b\xb5\x3c\xdd\x6f\x38\x01\x9a\xed\xaf\x52\ -\x64\x64\xac\xc1\xb3\xfe\x2b\xa6\x88\x19\xa3\x58\x62\xf9\x0e\xcf\ -\xca\x93\x46\x04\x12\x5a\x9f\xf9\x2d\xbd\xf4\xb8\x6e\x00\x58\x56\ -\x6a\x01\xa8\x8e\x9a\x69\x66\xa1\xb4\xc8\x70\xc7\xe7\xff\x7a\xec\ -\x2a\x00\x8d\x46\x9c\xd8\x80\x5e\x69\xae\x73\xd7\x1a\x31\x5c\x2e\ -\x97\x20\x26\xed\x26\xed\x65\x3d\xae\x6e\x00\x9a\xb7\xac\xeb\x26\ -\x42\x93\x4a\x94\x28\x2b\x56\xed\x71\x78\x10\xbc\xde\x4a\xbf\x1c\ -\xf0\xdf\xcd\x40\x3c\x0f\x49\xdf\x93\x53\xe4\x0a\x44\x38\x8e\xdb\ -\xb1\xaf\xfb\x1e\xa8\xce\x21\x08\xf8\x52\x3e\x92\xd1\xa4\xc7\x0d\ -\xbb\x8c\x65\xf0\x1f\xd4\xd7\x04\x7e\x68\xa6\xa3\xec\x6a\x23\xc3\ -\xde\xcd\x35\x7d\xcc\x81\x3b\xe2\x14\x84\x9d\x8a\x8c\xbb\x22\x1d\ -\xc7\x49\x92\x64\x63\xe6\x5f\xab\x65\xcc\xbc\x32\xdc\xe9\x50\xd8\ -\x00\x34\x6f\xac\x7e\x9b\x38\x68\x32\xb4\x59\x08\x4f\x44\xf2\xb2\ -\xb5\x7e\x7d\xa7\x3f\xe0\xbf\x05\x20\xdd\x88\x0f\x0b\xcc\x7f\x3c\ -\x2e\x52\xf2\x22\x25\x66\x01\xa0\x57\x49\xad\x40\xf0\xb6\xb7\x27\ -\xd9\xcf\x6b\xc2\xf1\x8d\x36\x32\xac\x08\x2c\x0f\x16\xd1\x7d\x76\ -\xc9\x69\xb8\x07\x07\x06\x47\x82\x7c\xe4\x5b\x77\x82\xe8\x97\xac\ -\xb3\xfc\x34\x0d\xc6\xd7\x00\x2d\x6d\xae\xaf\x5e\x10\x69\xd2\x03\ -\x80\xe9\xf7\x54\x8c\x21\xd0\xaf\x34\x3a\x7e\xb3\x65\xcb\xba\xb0\ -\x3e\x18\x66\x56\x3b\x3b\xda\xbb\x32\xbf\x9d\x93\x09\xe0\x3b\xa7\ -\x45\x04\x46\xe1\xb8\xeb\xa6\xbc\x76\xe8\x60\xfb\x37\x46\x7d\xbb\ -\xba\xda\x94\xce\x8e\xf6\x77\xc7\x4f\xbc\xb9\x9a\x48\xb9\x10\x40\ -\x16\x60\x7a\xf7\x76\x94\x80\x55\x6c\x11\x3f\x68\xd9\xb8\xf6\x5d\ -\x33\x1d\x24\x49\xb2\xc9\x72\xe2\x56\xd0\xd9\xb4\x17\x01\x7b\x7a\ -\xc6\x88\xb2\x7f\xee\xda\x15\xb6\x76\x28\xe2\xe9\xb0\xbd\x78\xc9\ -\xa5\x6c\xf1\xef\x01\xe3\x32\x95\x78\xbb\xf5\x44\xf2\xcc\x86\x86\ -\xd5\x03\x66\x9c\x03\x06\x53\xe7\xa7\x92\x94\xdb\x05\xa3\x84\x81\ -\x6c\x0c\x66\x91\x87\xce\x0d\xbf\x02\xa8\x1b\xcc\xed\x24\xc8\x93\ -\x46\x7d\xad\xda\x5d\x5b\x24\x14\x94\x38\xd7\x00\x58\xa2\x12\xc9\ -\x42\xf0\xb4\x48\x65\x3b\xa6\x0a\x24\xf2\x1d\xce\x5b\x88\xe0\x85\ -\xaa\x22\x8c\x41\xeb\x5a\xea\xd6\x3a\x31\x82\x02\x89\x5c\x69\x59\ -\x72\xfa\x71\xbf\x12\x4d\x20\xf5\x60\x9f\x5f\xfe\x20\x33\x3f\xaf\ -\x96\x11\xc3\xd9\x54\xef\xae\x8e\xd4\xd7\x74\x91\x54\x81\xa3\x6c\ -\x21\x88\x82\x2a\x2e\x18\xa8\xba\x48\x1c\x7d\x38\xda\xa7\x15\x43\ -\x90\xbd\xc4\xf9\x30\x03\x2b\xa1\x9a\xcf\x88\xb0\xaa\x69\xa3\x7b\ -\x99\x19\x05\xa6\x6b\x84\x3a\xf7\xef\xde\x93\x99\x95\x73\x01\x80\ -\xef\x9d\x31\x04\xe4\x9c\x52\x92\xf2\xae\xba\x61\xea\x1b\x5d\x7b\ -\x77\x9d\x88\xc6\xf3\x91\x42\x92\x24\x5b\xc6\xa4\x5b\x5f\x02\xb0\ -\x1c\xc1\x0f\xb2\x51\x3e\x92\xb1\xa8\xab\xab\xcd\x54\xcd\x60\x54\ -\xe9\xac\x74\xea\x5b\x8e\xc1\xf2\xb4\xb3\x20\xdc\x96\xe0\x0b\x7c\ -\x90\x2f\x55\x64\x47\xa3\x6b\x24\xb0\x17\x2f\xb9\xb4\x2f\x90\xda\ -\x0a\xa0\x4c\xd3\xb4\x4f\x0e\xf8\xef\x36\xaa\x08\xd1\x22\xea\x42\ -\x49\x49\x92\x2c\xbd\x4a\xfa\xef\x09\xac\x1d\x62\x32\x80\x35\xa4\ -\x58\x9f\x6e\xda\xf4\xe2\xbf\xa3\xd5\x6b\x06\xb9\xd2\xb2\xe4\x14\ -\xe5\xd8\x8f\x99\xf1\x18\x08\x17\x05\xb7\x72\x03\x0b\xcb\x3d\x2d\ -\x9e\xaa\xa8\x36\x65\xc3\x2e\x95\xb5\x3b\x9c\x65\x4c\x58\x83\xd0\ -\x4f\xdb\x71\x22\x3c\x6b\x49\x3c\xb9\x22\x9a\x82\x45\x23\x4c\x9f\ -\xee\xb2\x26\x8c\x39\x5c\x0a\xa6\x27\xa0\x7b\x06\xc9\x2b\xd2\x45\ -\xff\xa3\x66\xeb\x89\xd4\x18\x51\xb1\xb4\xdd\x51\x96\xc7\x44\xf5\ -\x00\x46\x87\xfa\x84\x5e\x02\xb6\x02\xd8\x6a\x49\x3e\xd9\x14\x6d\ -\x30\x24\x49\xb2\xf5\x04\xd2\xf3\x04\xf1\x5c\x00\xf3\x00\xe8\x2d\ -\xc3\x65\x62\x2c\x35\x33\xdb\x87\xc3\x88\xcb\xe5\xed\xf3\x16\x5d\ -\xc9\x56\xcb\x2a\x00\x0e\x03\x9a\x4c\x40\x1b\x13\xfe\xca\x4c\x07\ -\x2d\x4a\xe0\x63\x56\xb8\x27\x61\x54\xd2\x71\x85\xfa\x03\x03\xbe\ -\x94\x14\xc2\x40\x1a\x05\xc4\x38\x41\x98\xc0\x4c\xb9\x20\x9a\x0d\ -\x70\xaa\x81\xce\x0f\x48\x60\x69\x93\xc7\xbd\x6b\x24\xfe\xc7\xec\ -\x0f\x13\xf6\xf9\xe5\x85\xcc\xfc\x5b\x0c\x2e\x72\xe2\x07\x42\x37\ -\xc0\x4f\xa6\x53\xbf\x7b\x38\x43\x3e\x54\x5d\x0c\x31\x58\x4c\xdd\ -\x3d\x0f\xc4\x8f\x01\xb8\x29\x96\xba\x01\x74\x02\x58\x21\xa7\xf8\ -\xab\xa3\x2d\xd0\x34\x42\xdc\xfe\x34\x35\xbb\xa4\x3c\x8b\x81\x52\ -\x06\x17\x01\x98\x30\x1c\x1d\x04\x7c\xa9\x80\xde\x14\xac\xbc\x9c\ -\x9b\x3d\xf6\x9d\xe1\xfc\x1f\xc0\x84\x8d\xf8\xc3\x3e\x6f\xd1\x95\ -\x4a\x82\x65\x06\x81\xb2\x00\x65\x22\x98\xc6\x01\x48\x03\x90\x8a\ -\xc1\x93\x9b\xa3\x00\xfa\x01\xfa\x1c\xe0\x03\x0c\x1c\x60\x11\x68\ -\x6b\xf5\xac\xdf\x8f\xff\x82\x5a\xe4\xf3\x38\x8f\xf3\xf8\xdf\xc5\ -\x7f\x00\x80\x02\xea\x80\xb2\xb7\x05\xfa\x00\x00\x00\x00\x49\x45\ -\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x04\x75\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x04\x27\x49\x44\x41\x54\x78\x9c\xed\ -\x9b\x4f\x68\x5c\x55\x14\xc6\x7f\xe7\xcd\xb4\x5a\x8c\x08\xb6\xba\ -\x30\xa8\x2b\x51\xd4\x8d\x50\x84\x22\x48\x6c\x27\x89\x41\x0c\x76\ -\xc6\xd1\x95\xd8\xfc\x99\x50\x17\xa2\x05\x45\xf0\x0f\xe3\xd0\x8a\ -\x15\x04\x17\x22\xb6\x49\xa6\xc6\x45\x8a\x9a\x26\x0d\xa1\x1a\x3b\ -\x49\x64\x0a\x8a\x20\x28\x08\xc5\x85\x20\xe2\xa2\x41\x04\xad\x14\ -\x6d\x0b\x93\xb9\xc7\x45\x1c\x79\xf3\x66\xc0\x14\xdf\xbd\xef\x62\ -\xe6\x5b\x7e\x1f\xdc\x73\xee\x77\xce\xfd\xf7\x98\x81\x0e\x3a\xe8\ -\x60\x33\x43\x92\x4e\x60\xa3\xc8\x64\x47\x8b\x22\xf2\x32\x18\x51\ -\xd5\x43\xcb\x73\xc7\x5e\x8d\x63\xdc\x20\x8e\x41\x6c\xa3\x3f\x3b\ -\xfc\x00\x42\x11\x34\x0d\x92\x12\x09\x5e\x89\x6b\xec\x74\x5c\x03\ -\xd9\x42\x6f\x6e\x78\xa7\x21\x58\x90\xe6\x6e\x8d\xad\x70\x5e\x77\ -\x40\x5f\x6e\xec\x0e\x34\x58\x04\xba\x22\x92\x89\x2b\x86\xb7\x06\ -\x64\xf2\x63\xb7\x28\xa6\x82\xb0\xa3\x8d\xac\x71\xc5\xf1\xd2\x80\ -\x81\xfc\xd0\x0d\x18\x53\x01\x6e\xb6\x1d\xcb\x3b\x03\x06\x07\x87\ -\xaf\x5d\x33\xa9\x4f\x04\x6e\x77\x11\xcf\x2b\x03\x7a\xf6\xed\xbb\ -\xfa\xd2\xd6\x60\x1e\xd8\x19\x91\x62\x6b\xf9\x28\xbc\x31\xa0\xa7\ -\xa7\x98\xde\xf2\x47\xfa\x38\xca\xee\x88\xa4\xc4\xb8\xe9\x45\xe1\ -\x8b\x01\x92\xde\xbe\x7a\x14\x65\x6f\x13\xab\x6a\x75\xf2\xe0\x89\ -\x01\x99\xdc\xe8\x1b\x82\x0e\x47\x68\x45\xc4\xea\xe4\xc1\x03\x03\ -\x7a\x1f\x2d\xbc\x20\xf0\x7c\x1b\xc9\xfa\xe4\x21\x61\x03\x32\xb9\ -\x42\x01\xd5\xc3\x6d\xa4\xba\xab\x1c\x12\x33\x20\x93\x2b\xe4\x04\ -\x3d\xd2\x44\xae\xef\xf5\x4e\x2a\xdf\x40\x22\x06\xec\xc9\x16\x32\ -\x82\x1e\x6f\x89\x1f\x60\xb0\x78\xe4\xb5\x83\x73\x03\xfa\xf3\x23\ -\xf7\x06\xa2\xf3\xc0\xd6\x88\x64\x50\xb7\x93\x07\xc7\x06\xec\xc9\ -\x0f\xdd\x69\x8c\x2c\x02\xd7\x84\x79\xc1\x7d\xe5\x1b\x70\xf6\x1c\ -\xde\x9d\x1d\xb9\x35\x30\x52\x01\xae\x8f\x48\x46\x13\x9a\x3c\x38\ -\xea\x80\xbe\xbd\xfb\x6f\x4c\x09\x4b\x40\x77\x98\x17\x24\xb1\xca\ -\x37\x60\xbd\x03\x32\xf9\xb1\xeb\xd4\xac\x7d\x0a\x72\x5b\xb3\xa2\ -\x9a\x64\xe5\x1b\xb0\xda\x01\xbb\xf2\x07\xb6\x89\x31\x0b\xc0\x3d\ -\x11\x49\xc1\xfe\x2d\x6f\x23\xb0\x66\x40\x4f\x4f\x31\xdd\xa5\x17\ -\x3e\x00\xee\x8f\x48\xd6\xef\xf7\x57\x02\x2b\x06\x14\x8b\xc5\x60\ -\xcb\xf6\x73\x93\xa8\x0c\x46\x24\x6f\x2a\xdf\x80\x0d\x03\xe4\x8b\ -\xb3\xab\x6f\x02\x4f\x36\xb1\xda\xa8\x7c\xe2\xcb\xbe\x09\xb1\x1b\ -\x90\xc9\x8d\xbe\x28\xe8\x81\x16\x41\xfc\x69\xfb\x30\x62\x35\xa0\ -\x37\x57\xd8\x2f\x70\xa8\x55\x11\x67\x8f\x9b\x2b\x45\x6c\x06\xf4\ -\x66\x47\x0e\x83\xbe\x1b\xe5\xc5\xc3\xb6\x0f\x23\xbe\x0e\x10\x89\ -\x7e\xd0\x00\x24\xd1\x5b\xde\x46\x10\x9b\x01\xd2\xf6\x0d\xef\xf5\ -\xdc\x81\x18\x0d\x30\xc8\x33\xb4\xce\x38\xf1\x2f\x4e\xff\x86\xd8\ -\x12\x5c\x9e\x9d\xf8\x08\x78\xba\x55\xd1\x54\x5c\x31\x6c\x20\xd6\ -\x0a\x2d\xcd\x4e\xbe\x03\x5a\x6c\x66\x05\xc0\x5b\x13\x62\x6f\xd1\ -\xa5\xd9\xf2\x41\x11\xde\x8e\xf2\x8a\x7a\xb9\x1c\x6c\x24\xa5\xbb\ -\xee\xea\x7e\x56\x95\xe9\x30\x29\x88\x58\x8a\xf7\x9f\x60\x25\xa1\ -\x52\xa9\x64\xce\xef\x08\x86\x10\xf9\x38\x22\x09\x9e\x75\x82\xb5\ -\x64\xbe\x1e\x1f\xaf\x5d\x75\x59\x1e\x43\xf5\xf3\x66\x45\x44\x3d\ -\xea\x04\xab\x89\x9c\x3a\x35\x7e\xb1\x66\xea\x0f\x83\x7c\x1b\xe6\ -\x05\xc4\x97\x3d\xc1\x7a\x12\xd5\xf9\xa9\xdf\x6b\x41\xed\x41\x81\ -\x1f\xc2\xbc\x20\x22\x1e\xfc\x48\xcb\x49\x15\xaa\x33\x53\x3f\x13\ -\xd0\x8b\xb0\x1a\xe6\x15\x02\x91\x64\x4d\x70\xd6\x86\x95\x99\xc9\ -\x1f\xa5\xae\xfd\x28\xe7\xc3\xbc\x2a\x01\xeb\x27\x44\x22\x70\xba\ -\x0e\x2b\x27\xcb\x67\x4d\xca\x3c\x04\x5c\x6c\x56\x34\x20\xa1\xe5\ -\xe0\x7c\x23\x5a\x99\x39\xf6\xa5\x22\x59\xa0\xd6\x26\x17\xe7\x26\ -\x24\xb2\x13\x2f\xcf\x4e\x9c\x16\xe5\x09\xa2\x8f\x27\x25\x70\xbd\ -\x31\x26\x76\x14\x55\xe6\x26\x3f\x44\xf4\xa9\x26\x52\xd6\x37\x46\ -\x97\x1e\x24\x7a\x16\x2f\x9d\x28\x1f\x45\x78\xa9\x55\x71\xf7\x82\ -\x4c\xfc\x32\xb2\x74\x62\xf2\x75\x45\xde\x6a\x23\x39\xc9\x2d\x71\ -\x03\x00\xbd\xef\xee\x9b\x9e\x03\xde\x8f\xf0\x4e\xae\xcc\x3e\x18\ -\x40\xa9\x54\x32\xb5\x5f\xbb\x47\x11\x5d\x08\xf3\x7f\x6f\x88\x56\ -\x73\xf4\xc2\x00\x80\x6a\xb5\xb4\x56\xeb\xaa\x3f\x8e\x72\x26\x22\ -\x59\x35\xc1\x1b\x03\x00\xaa\x53\x53\x97\xd3\xdb\x2e\x0d\x2a\x7c\ -\x13\x91\xac\x1d\x0b\x5e\x19\x00\xb0\x38\x3d\x7d\x21\x30\xe9\x01\ -\xe0\x7b\x17\xf1\xbc\x33\x00\xa0\x72\xf2\xc8\x2f\x75\xd5\x3e\xe0\ -\x9c\xed\x58\x5e\x1a\x00\xf0\xd9\x5c\xf9\x27\x13\xd4\xfb\x80\xdf\ -\xda\xc8\xb1\x2d\x09\x6f\x0d\x00\x58\x99\x79\xef\xbb\x20\xd0\x01\ -\xe0\xcf\x88\xb4\x39\xfe\x32\x03\x70\x7a\xa6\xfc\x95\x51\x79\x04\ -\xf4\x9f\x77\x83\x6c\x86\xbf\xcc\x84\xb1\x32\x37\xb1\x0c\x1c\x04\ -\xad\x23\xd4\x45\x78\x2d\xe9\x9c\x3a\xe8\xa0\x83\xff\x07\xfe\x02\ -\xec\x35\x2d\x8c\x9b\x14\xe3\x6d\x00\x00\x00\x00\x49\x45\x4e\x44\ -\xae\x42\x60\x82\ -\x00\x00\x03\x34\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x02\xe6\x49\x44\x41\x54\x58\x85\xe5\ -\x96\xcb\x6e\xd3\x40\x14\x40\xcf\x0d\x2c\x80\xcf\x48\xb3\x69\x0a\ -\x8b\x24\x3b\xd6\x69\x36\x48\xb4\xb5\xc3\x4b\x42\x2d\x10\x5b\xf0\ -\x01\x48\x7c\x03\x4b\x76\x48\x24\x40\x05\xe5\xd5\x26\x1f\xd0\x76\ -\xcb\x36\x29\x8f\xda\xbc\x62\x5e\x12\xfc\x01\xb0\x69\x2e\x8b\xd4\ -\xc1\x8e\xed\xc4\x29\xd9\x20\xee\x6a\x6c\xcf\xdc\x73\xe6\xce\xe8\ -\xca\xf0\xbf\x87\xf8\x83\x4a\xd5\x3e\xa9\xaa\xb7\x81\xa3\x2a\xdc\ -\xd8\xde\xa8\xb7\xa6\x09\x2a\x57\x2d\x43\x94\x9b\xc0\x2f\x54\xaf\ -\x6d\xb5\x1a\xcf\x01\x32\xfe\x04\x55\x6d\x00\x27\x80\x9c\x28\xeb\ -\x15\xc3\x3a\x37\x2d\x78\xa5\x6a\x9f\x17\x65\x1d\xc8\x01\xc7\x11\ -\xa9\xfb\xdf\x32\x7f\xa6\xe9\x91\xc0\x9a\x8c\x0a\x8f\xa6\x21\x51\ -\xa9\xda\xe7\x55\x75\x2d\xcc\xe2\x58\x44\x40\xc9\x5c\x07\x7a\xd3\ -\x94\xa8\x18\xd6\xb9\x18\x78\x0f\xd1\xeb\xfe\xc3\x21\x7f\xe0\xb9\ -\x6d\x77\x26\x5f\x7c\x0f\x2c\xf1\xe7\x6e\x08\xc2\x52\x6e\xb6\xf8\ -\xb6\xeb\xb6\x77\x27\x86\x0b\x8f\x22\x70\x58\xd9\x6a\x36\x9e\x44\ -\x04\xf6\x25\x5e\xc7\x48\x64\x26\x95\xd8\x87\xaf\x0d\xe5\xdf\x87\ -\xd7\x1f\x06\xe7\x86\x04\x7c\x89\xec\x6c\xe1\x83\x88\x44\x24\xb2\ -\xf9\xd2\x1b\x6f\x8c\x44\xd9\xb4\xcf\xd2\xdf\xf9\x58\x78\xac\x40\ -\x5f\xa2\xf3\x2a\x4e\x42\xc0\x18\x25\x51\x36\xed\xb3\x82\x0e\xc3\ -\x35\x09\x9e\x28\xe0\x4b\xe4\xe6\x4a\x5d\x60\x31\x8d\xc4\x7c\xb5\ -\x76\x46\xe0\x71\x0c\x7c\x39\x09\x3e\x52\x00\xa0\xeb\xb4\x13\x25\ -\x66\xe6\x0a\xae\xe7\x74\x1c\x1f\x8e\xca\xc4\x70\x02\x49\x47\xc6\ -\xbc\x69\x5d\x04\x56\x09\xdf\xe8\x3d\x44\x2f\xf4\x51\x31\x70\xd5\ -\x95\xad\x56\xe3\xc1\xb8\xdc\xa9\x04\x92\x24\x04\x7a\xda\x1f\x06\ -\xc5\x52\xc3\x61\xcc\x11\x04\xc3\x73\xdb\x2f\x67\xf2\x45\x8f\xe1\ -\x3e\x11\xde\xc4\x44\xf0\x89\x04\x02\x12\xdd\x21\x89\x01\x5c\x85\ -\x4b\xdb\xcd\xf4\x70\x08\x97\x2e\x55\x28\xf2\x93\xfe\x05\x0b\x87\ -\x88\x66\x7a\xfc\x98\x34\xdf\x44\x15\x28\x9b\xb6\x29\xe8\x93\x84\ -\x75\x82\x60\xe6\x66\x8b\x4e\xd7\x6d\x3b\x53\x17\x28\x57\x2d\x43\ -\xe0\x29\x70\x38\xf0\xda\xaf\x44\xb0\x63\x9a\xd9\x7c\x69\xd7\x73\ -\xdb\x6e\x9a\xbc\xa9\x8e\x60\xff\x67\x22\x02\x17\xf4\xb2\x0a\x97\ -\x08\x1f\xc9\x21\x41\x9f\x96\x4d\xdb\x4c\x93\x7b\x6c\x05\xe6\x0d\ -\x7b\x49\xe0\x59\x1c\x7c\xb3\xd9\x58\xf5\x9c\xf6\x8b\x5c\xbe\xf0\ -\x09\x64\x81\x70\xb3\x4a\x55\x89\x91\x02\xf3\x86\xbd\x84\x68\x04\ -\x8e\xca\x95\xad\x56\x7d\xd5\x7f\xd1\x75\x3b\x49\x12\x46\x36\x5f\ -\x72\x46\x49\x24\x0a\x8c\x86\xdf\xb9\x3f\x3c\xbf\xeb\x76\x5e\xcc\ -\xcc\x96\x3e\x23\x4c\x24\x11\x2b\x50\x31\x6b\x8b\x08\xeb\x69\xe1\ -\x7e\x78\x6e\x7b\x27\x51\x62\xae\xb8\xeb\x39\x51\x89\x88\x40\xc5\ -\xac\x2d\x2a\x12\x81\xab\x50\xdb\x6e\xd6\x13\xe1\x41\x89\xec\x5c\ -\xf1\x8b\xc0\x69\x86\xef\x44\x8c\x44\x48\xa0\x5c\xb5\x16\x40\x36\ -\x62\xe1\x1b\xf5\x7b\xe3\xe0\x03\x09\x27\xbd\xc4\x40\xa0\x6c\xd4\ -\x4e\x09\xd2\xfa\x5b\x78\x50\x22\x97\x2f\x7c\x05\x89\x48\xe4\xf2\ -\x85\x9d\xae\xdb\x79\x07\x81\x3e\x90\x11\xb9\x35\x0c\x17\xd4\x3a\ -\x08\xdc\x8f\xcd\x66\xe3\xae\xa0\x16\xe1\x3e\x71\x58\x91\x5b\x03\ -\xee\x80\x86\x06\x7f\xc9\x55\x50\x6b\xb3\xd9\xb8\x7b\x50\xf8\x18\ -\x89\xbd\x88\x40\x46\xf5\x2a\xe0\x01\xdf\x51\x5d\x99\x06\x3c\x28\ -\x01\x2c\x23\x7c\x03\x3e\x4a\x8f\xab\xd3\xca\xfd\xef\xc7\x6f\xcf\ -\x0b\x86\xc1\xfd\xdf\x90\xb9\x00\x00\x00\x00\x49\x45\x4e\x44\xae\ -\x42\x60\x82\ -\x00\x00\x01\x31\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\xe3\x49\x44\x41\x54\x78\x9c\xed\ -\xd0\xb1\x11\x82\x40\x18\x05\xe1\xf7\x5b\x04\xb5\x58\x07\x2d\x18\ -\x59\x91\x5d\x50\x87\x75\x10\x59\x05\x18\xa0\x99\x46\x77\xb0\xce\ -\xb8\x5f\x74\xc1\x0d\xbc\xdb\x44\xd2\x3f\xab\xbd\x7f\x70\x9e\xd6\ -\x71\xcd\x7a\xdb\x7e\x56\xd7\xfb\x58\x53\xcf\xfb\xad\x4e\x7b\x7e\ -\x3c\x49\x5e\x8f\x19\x92\x0c\xef\x87\xf5\xbc\xdf\x6a\xf7\x00\xd9\ -\x1e\xf3\xe9\xdc\xeb\x7e\x93\x23\x02\xfc\x34\x03\xd0\x03\x68\x06\ -\xa0\x07\xd0\x0c\x40\x0f\xa0\x19\x80\x1e\x40\x33\x00\x3d\x80\x66\ -\x00\x7a\x00\xcd\x00\xf4\x00\x9a\x01\xe8\x01\x34\x03\xd0\x03\x68\ -\x06\xa0\x07\xd0\x0c\x40\x0f\xa0\x19\x80\x1e\x40\x33\x00\x3d\x80\ -\x66\x00\x7a\x00\xcd\x00\xf4\x00\x9a\x01\xe8\x01\x34\x03\xd0\x03\ -\x68\x06\xa0\x07\xd0\x0c\x40\x0f\xa0\x19\x80\x1e\x40\x33\x00\x3d\ -\x80\x66\x00\x7a\x00\xcd\x00\xf4\x00\x9a\x01\xe8\x01\x34\x03\xd0\ -\x03\x68\x47\x04\x78\x7c\x39\xf7\xba\xdf\x64\xff\x00\x4b\x5d\xaa\ -\x32\x57\x65\xce\x52\x97\xee\xf7\x25\xa9\xc1\x13\x85\x02\x26\x2c\ -\x67\x7d\xc5\x41\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\ -\x00\x00\x02\xeb\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x02\x9d\x49\x44\x41\x54\x78\x9c\xed\ -\x9a\xbd\x6e\x13\x41\x14\x46\xcf\x75\x08\xa1\x09\x5d\xde\x80\x37\ -\xb0\x5d\xd1\xf0\x08\x34\x58\x36\x09\x08\x1a\x7b\x0b\x6c\x57\x74\ -\xb4\x3c\x80\x6d\x90\x6c\x37\xfc\xe6\x47\x50\x20\xde\x80\x1a\x70\ -\xc5\x73\x20\x21\xd1\x40\x24\x7c\x29\x22\x24\x33\x5e\xc7\xb1\x77\ -\x66\x76\x66\xe3\x5b\xee\xde\xfd\x34\xe7\x68\x76\x76\x35\x1a\xd8\ -\xd4\xa6\x36\x75\x99\x4b\xf2\x1e\x80\xeb\x2a\x37\x07\xb7\x11\x7d\ -\x2a\xc2\x0f\x9d\x4a\x32\x19\xb7\xbf\xcd\xde\xbf\x92\xd7\xc0\x7c\ -\x54\x25\xe9\xd5\x51\x3d\x04\x4a\x28\x48\x49\x87\xc0\xcd\xd9\x9e\ -\x52\x3e\x43\x73\x5f\x67\xf0\x72\x06\xff\xaf\x94\xeb\x66\x5f\x21\ -\x05\xa4\xc2\xc3\x1f\xd0\x27\x66\x6f\xe1\x5e\x81\x45\xf0\xaa\xd2\ -\x98\x8c\x3b\x1f\xcd\xfe\x42\x2d\x82\xe7\xc3\xb7\xdf\xa7\x3d\x53\ -\x18\x01\xeb\xc0\x43\x41\x04\xac\x0b\x0f\x05\x10\x90\x05\x1e\x22\ -\x17\x90\x15\x1e\x22\x16\x60\x03\x1e\x22\x15\x60\x0b\x1e\x22\x14\ -\x60\x13\x1e\x22\x13\x60\x1b\x1e\x22\x12\xe0\x02\x1e\x22\x11\xe0\ -\x0a\x1e\x22\x10\xe0\x12\x1e\x02\x17\xe0\x1a\x1e\x02\x16\xe0\x03\ -\x1e\x02\x15\xe0\x0b\x1e\x02\x14\x60\x1b\xbe\xdc\x1c\xdc\x91\x92\ -\x3e\x07\x28\xa1\xad\xcf\xc3\xee\x87\xd9\xfb\x41\xed\x08\xd9\x86\ -\xaf\x24\xbd\xba\x88\x9e\xa0\xec\xa1\xec\x4d\x91\x91\xd9\x13\x8c\ -\x00\x17\xf0\x29\x79\x73\x15\x84\x00\x4f\xf0\x53\x41\x1f\x99\xbd\ -\xb9\x0b\xf0\x06\x2f\xdc\xff\x32\xec\xbe\x33\xfb\x73\x5d\x04\xfd\ -\xc2\x77\x0e\xd3\x9e\xc9\x4d\x40\x08\xf0\x90\x93\x80\x50\xe0\x21\ -\x07\x01\x21\xc1\x83\x67\x01\xa1\xc1\x83\x47\x01\x21\xc2\x83\x27\ -\x01\xbe\xe0\x55\xe5\xde\x64\xdc\x3e\x5a\x25\xcb\xb9\x80\x90\xe1\ -\xc1\xb1\x80\xd0\xe1\xc1\xa1\x80\x18\xe0\xc1\x91\x80\x58\xe0\xc1\ -\x81\x80\x98\xe0\xc1\xb2\x80\xd8\xe0\xc1\xa2\x80\x18\xe1\xc1\x92\ -\x80\x58\xe1\xc1\xc2\x19\x21\x5f\xf0\xc0\xc1\x64\xdc\x3e\x5e\x35\ -\xaf\x9a\xf4\x6a\x8a\x3c\x03\x07\x7b\x82\x3e\xe1\xbf\x8e\x3a\xab\ -\xc3\xb7\x06\x07\xaa\x72\xec\x64\x4f\x30\x0a\x78\xf4\x15\x4b\x18\ -\xd7\x12\x10\x3c\x7c\xd2\xdf\x4f\x81\xb7\xb3\x27\x18\x05\xbc\xf2\ -\xda\xcc\xb3\xb2\x27\x18\x37\x7c\xc6\x3d\xc1\xd0\xe1\xcb\xcd\xc1\ -\x5d\x11\x7d\x63\xe6\x2d\xfb\x74\x5e\x48\x40\x51\xe1\xe1\x02\x6b\ -\x80\x37\x78\xd1\x7d\xdf\xf0\xb0\x64\x06\x78\x85\x1f\x76\x4f\x56\ -\xcd\xcb\x0a\x0f\xe7\xfc\x09\x86\x0e\x5f\x69\xf5\x1b\x30\x0f\xcf\ -\x8a\x7f\x8c\xa9\x33\x20\x0e\x78\xde\xce\xe5\xad\xb1\x86\x6c\x99\ -\x17\xaa\x49\xaf\x86\xca\x11\x96\xe0\x17\xe4\xad\x0d\x5f\x4d\x7a\ -\x35\x48\xc9\x5b\x73\x01\xfd\x6f\x06\x94\x9b\xa3\x6d\x91\xdf\xdf\ -\x81\xdd\x99\xcb\x19\x0e\x27\xa4\xe6\x65\x78\xe7\xed\xe6\x81\xf1\ -\x15\xd8\x3d\xbd\xba\x05\xec\xcc\x5c\xca\x74\x2c\x25\x25\x2f\xd3\ -\x60\x6d\xe7\x81\x21\xe0\xd3\xcb\x87\xbf\x54\x79\x0c\x9c\x02\x3f\ -\x81\x7a\x96\x33\x39\x66\x9e\x88\x36\xb2\x0c\xd6\x76\xde\xc2\xba\ -\xd1\xee\xef\x94\x9b\xa3\xed\x50\xf3\x6e\x3d\x78\x71\xcd\x66\xde\ -\xa6\x36\x75\x89\xeb\x2f\x57\x3e\x7f\x9e\x34\x61\xbc\xb4\x00\x00\ -\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x04\x5f\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x04\x11\x49\x44\x41\x54\x78\x9c\xed\ -\x9b\x4d\x68\x1d\x55\x1c\xc5\x7f\x67\xf2\x90\x14\x95\xa2\xa8\x1b\ -\x51\x57\xa2\xb8\x11\x69\xc9\x47\x45\x49\x45\xab\x55\x0c\xcd\x7b\ -\xa5\xae\x44\x2a\x8a\x76\x21\x2a\x28\x82\x0a\xb1\xb4\x62\x05\xc1\ -\x85\x88\x16\x04\x71\x61\xd1\x90\x2f\x03\x5a\x8d\x4a\x2b\x48\x9b\ -\x3c\x6d\x69\x41\x5c\x14\x44\x5c\x28\xa2\x60\x54\xb0\x46\x9b\x37\ -\xc7\xc5\x6b\x64\x66\x5e\xc1\x44\xe6\xe3\x5a\xdf\x59\x9e\x03\x73\ -\xff\xf7\x77\xef\xdc\xb9\x77\xe6\x3d\xe8\xaa\xab\xae\xfe\xcf\x52\ -\xd5\x05\xac\x54\x7d\x13\x1e\x55\xe4\xa7\x65\x2b\x76\xb4\xbb\xd9\ -\xd0\x33\x79\x5c\xf7\x3f\x01\xa0\x7f\xc2\x1b\x89\xfc\x31\x3e\x5d\ -\xaf\x1d\xcf\x37\x7a\x7a\xf2\xb8\x76\x94\xc7\x45\x8a\x54\xdf\xb8\ -\xd7\x23\xcf\xfc\xdd\x79\x00\x29\xb7\xba\x83\x06\x30\x38\xee\xab\ -\x15\x79\x3f\x70\x5e\xd2\x37\xc4\x79\xb5\x11\x2c\x80\x75\x63\xbe\ -\x3c\x8e\x3c\x0b\x5c\x94\xcd\x04\xce\xab\x9d\x20\x01\xdc\x30\xe6\ -\x8b\x6b\x35\xcf\x02\x97\x15\xdd\x56\xad\xe8\x06\x56\xab\xeb\xdf\ -\xf1\xf9\x7f\xc6\x7e\x0f\x73\x55\x19\xed\x05\x35\x03\x86\x5e\x77\ -\xef\x52\xcb\xd3\x98\xf5\x49\xdf\x39\x4e\xf9\xac\x82\x01\x30\x74\ -\xc0\xb5\xc5\xb5\xde\x07\xdc\x94\x0a\x84\x95\xe3\xa2\x97\x55\x18\ -\x00\x6c\xfd\xbe\x10\xef\x35\x8c\x64\x13\x5c\x5c\xe7\x21\x10\x00\ -\xfd\x53\xf1\xf3\xa0\x7b\x53\xa6\x30\x05\x8e\xfc\xb2\x2a\x07\x30\ -\x30\xe9\x27\x40\x8f\x27\x3d\xb7\xef\xfa\xc2\x3b\x0f\x15\x03\x18\ -\x98\xf4\xfd\xc6\x7b\xb2\xbe\x14\xb5\xca\xaa\xa1\x32\x00\xfd\x53\ -\x6e\x18\xbf\x9a\x32\x0d\x36\x31\x2e\x6c\xd1\xef\x50\x25\x00\x06\ -\xc6\x7d\x33\xf6\xbe\x6c\xfb\x16\xb1\x54\xdc\x23\xef\x4c\x2a\x1d\ -\xc0\xe0\x94\xfb\x2c\x4f\x03\xe7\x24\x7d\x9b\x38\xcf\x2d\xee\x4a\ -\x55\x2a\x80\xfe\x69\x5f\x13\xdb\xfb\x11\xe7\xa6\x02\x97\x3f\xf2\ -\xcb\x2a\x0d\xc0\x86\x09\x5f\x41\xec\x59\xe0\xc2\x74\xa2\x98\x8a\ -\x3a\x0f\x25\x9d\x05\x36\x4c\xfa\x92\x16\xfe\x10\xb8\x34\x9d\x28\ -\xa6\xcc\x15\xef\x0c\x2a\x7c\x06\xac\x1b\xf3\xda\x25\xf9\x7d\xe0\ -\xca\x54\x20\xbb\xea\xce\x43\xc1\x33\x60\x70\xcc\x6b\xe2\x9a\x67\ -\x30\xd7\xa5\x02\x61\xac\x52\x36\x3a\xff\xa4\xc2\x66\xc0\xd0\x01\ -\xd7\xe2\x9a\xdf\x02\x6e\x4c\xfa\x2e\x61\x7f\xbf\x1a\x15\x03\x60\ -\xd4\xd1\xe2\x42\xfc\x1a\x30\x9c\xf2\x0b\x3e\xd9\xfd\x1b\xe5\x0f\ -\xc0\xd6\xc0\xb5\xf1\x0b\x46\xf7\x64\x93\x90\x46\x7e\x59\xb9\x03\ -\x18\x98\xe2\x49\xa3\x47\x53\x66\x7b\xad\x0b\xae\xf3\x90\x33\x80\ -\xbe\x49\x3f\x68\xbc\xbb\x23\x90\x4a\x3b\xdc\xac\x56\xb9\x01\xe8\ -\x9b\x6c\xed\x11\x7e\x25\xeb\x3b\xc0\x69\x9f\x54\x8e\x33\x20\xf3\ -\x42\x83\xf6\xfb\xfb\xaa\xb6\xb8\x2b\x55\x6e\x00\x04\x9d\xd3\x3c\ -\xe8\xae\xb7\x95\x1f\x00\xe9\x61\x32\x5d\x96\x88\x42\xff\xfc\x98\ -\x1b\x80\xb9\x11\x8d\x81\x1e\xea\x4c\x9c\xcb\x47\xcc\xa2\x94\xeb\ -\x53\x60\xbe\xae\x97\x41\xa3\x9d\x49\xb8\x10\x72\xdf\x07\xcc\x8f\ -\xb0\xcb\xf2\x4b\x69\x57\x20\xa2\x10\xef\x86\xfc\x77\x82\x92\x9b\ -\xc7\xa2\x47\x8c\xdf\x4c\xf9\x46\xb8\xfa\xb7\xd0\x59\x15\x53\xd0\ -\x4e\xc5\xad\x1f\xa3\xed\xc0\xbb\x99\x44\x28\x2c\x08\x85\x15\x73\ -\xe4\x01\x9d\x5a\xaa\x69\x1b\xf0\x69\x2a\x68\xff\xd0\x21\x18\x08\ -\x85\x16\x72\x64\x58\x27\xff\x90\xee\x04\x8e\x67\x22\x19\x07\x01\ -\xa1\xf0\x22\x8e\x8d\xe8\xe7\x78\x49\xb7\x19\xbe\x4a\xfa\x42\x32\ -\xaa\x7c\x59\x2c\x65\x14\x3e\xdb\xa6\xef\xa9\xe9\x16\xe0\xbb\xa4\ -\x2f\x1c\x55\x0d\xa1\xb4\x69\xd8\x1c\xd6\xd7\x2d\x74\x2b\xb0\x90\ -\xf4\xd5\xbe\x15\x2a\x83\x50\xea\x7d\xf8\x79\x5d\x5f\x18\xdd\x01\ -\x9c\xcc\xd6\xe1\x8a\x20\x94\xbe\x10\x35\xeb\x3a\xec\x58\x75\xe0\ -\x54\xd2\x17\x44\x76\xf9\x10\x2a\x59\x89\x9b\x5b\xf5\x81\xac\xbb\ -\xc9\x1e\x9e\x2a\x80\x50\xd9\xa3\x68\xae\xa1\xb7\x6d\xed\x48\x99\ -\x5a\x3e\x41\x96\xa7\x4a\x9f\xc5\xcd\x86\xf6\xda\x7a\xaa\x23\x70\ -\x79\x87\xa7\xca\x37\x23\xcd\x3a\xcf\x09\xbf\x98\x32\x75\xfa\xf0\ -\x54\x82\x2a\x07\x80\xe4\xb9\xe3\xd1\x63\xc2\x6f\xa4\xfc\x92\xb6\ -\xcc\xd5\x03\x00\xd8\xa9\xb8\xf7\x82\xe8\x3e\x60\x26\x93\x14\x7e\ -\x78\x0a\x03\x00\x70\x70\xa3\x96\xd6\xfc\xa2\xbb\x0c\x9f\xa4\x02\ -\x23\x17\x58\x67\x30\x00\x00\x0e\x6e\xd7\xa2\x7a\x35\x0c\x1c\x4d\ -\xfa\x2a\x70\x93\x14\x14\x00\x80\xf9\xdb\xf5\x6b\x0f\xda\x0c\x9c\ -\x28\xa3\xbd\xe0\x00\x00\x1c\xaa\xeb\x87\x1e\x6b\x13\xf0\x6d\xd1\ -\x6d\x05\x09\x00\xe0\x50\x43\xdf\x10\x69\x13\xf0\x53\x36\xcb\xf3\ -\xdc\x10\x2c\x00\x80\xf9\x2d\xfa\x32\x92\x36\x63\x7e\x4b\xfa\xca\ -\xb1\xee\xa0\x01\x00\x1c\x1e\x51\x53\xd6\x96\xcc\x0f\xa9\xce\xfe\ -\xbf\xcc\x24\x35\xb7\x55\x1f\x61\xed\xa2\xfd\xf9\xad\x85\xf4\x6c\ -\xd5\x35\x75\xd5\x55\x57\x67\x87\xfe\x02\x8f\xb0\x51\x56\xec\xcd\ -\x17\x8d\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\x22\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\xd4\x49\x44\x41\x54\x58\x85\xed\ -\x94\xb1\x6b\x13\x51\x1c\xc7\x3f\xdf\x17\x84\xa0\x20\x71\xd0\xc1\ -\x49\x89\x08\x4a\x06\x25\xb8\x3a\x79\xb5\x48\xe9\x50\x0d\x8e\x82\ -\x6d\x66\xff\x02\x41\xdd\xfc\x0b\x1c\x92\xb8\x56\xbc\x06\xa1\x75\ -\xf0\x7a\x43\x07\x07\x75\x11\xed\x10\x17\x2d\x2e\x0a\x2e\xb5\x64\ -\xb1\xa1\xe6\x7e\x0e\x97\x33\xa7\x6d\x63\x92\x16\xbb\xdc\x17\x0e\ -\xde\xdd\xfb\xbe\xef\xf7\xfb\x7e\xef\xf7\x0e\x32\x64\xc8\x90\xe1\ -\x80\xa1\x64\xe0\x5d\x9f\xfb\x0e\x14\xfe\x93\xef\x46\xd8\xac\x1f\ -\x03\x70\xfd\x28\x72\xbb\xd2\xf7\x1b\x29\xaf\xfe\x40\xd1\x69\xe0\ -\x75\x8a\x16\x01\xdd\xfd\x78\x84\xa2\xdf\xde\xc6\xab\x9e\xd7\x9f\ -\x01\x02\xbf\xb1\xae\xc3\x9d\x2b\x40\x00\x80\xe1\x48\x1d\xd1\x1e\ -\x76\xab\x08\x73\xf1\x90\x17\x1c\xe9\x78\x81\xdf\x58\x4f\xa6\x73\ -\x69\xee\xa7\xd5\xd5\xad\x72\xa9\xf8\xf4\x87\xe5\xcf\x4a\x94\x30\ -\xb4\xb7\x08\x12\x98\x13\x80\xd9\x93\x82\x6b\xdf\x5c\x9a\x9f\xdf\ -\x4c\x33\x72\x7f\x2f\x69\xb5\x5a\xdd\x72\xa9\xf8\xac\x63\xf9\xe3\ -\x88\x4b\x8c\x5b\x05\xc5\xe6\xc4\x02\x8f\x0a\xb9\x76\xd5\xf7\xfd\ -\x9f\xdb\x68\x83\x24\xbc\x99\xb9\xfb\x88\xbb\xbd\xd7\x08\xcc\x86\ -\x75\x4f\xcc\x41\x0f\xc2\x66\xed\x1e\xb0\xe3\xda\x6d\x15\x48\x63\ -\xed\xc3\xdb\x95\xe2\xf9\xf2\x06\x30\xd9\x0b\xab\xdd\x84\x12\x98\ -\xe1\x24\x92\x9d\xdf\x09\x9b\xf5\x87\x83\xf8\x03\x03\xf4\x42\xbc\ -\x29\x9e\xbb\xb8\x86\x34\x0d\xb8\x5e\x5f\xec\x18\xc2\xcc\x9c\x24\ -\x11\x77\xff\xad\xb0\x59\xaf\xfd\x4b\x7f\xe8\xf3\x9d\xb8\x51\x9d\ -\x32\x33\x1f\xc8\x13\x57\x21\x4a\xcf\xa7\xcc\x37\x25\x55\x96\x17\ -\x6a\xcf\x87\xd1\x1d\xa9\xc1\x26\x66\x66\x2f\x9b\xdc\x12\xd8\x51\ -\x33\x33\x29\xbe\xdf\x7d\x73\xb5\x9d\x6c\x2a\x58\xa8\xbf\x1c\x56\ -\x73\xe4\x0e\xf7\x2a\xd5\x0b\x44\x16\x00\x27\x0c\x4c\x89\x86\xf8\ -\x86\x34\x19\xfa\xb5\x77\xa3\xe8\x8d\x75\xc5\xae\x56\x66\xcf\x44\ -\x11\x21\xe8\x54\xfc\xc5\x3e\x3b\x87\x17\xf8\x8d\x8f\xa3\x6a\x8d\ -\xfd\x9b\xf1\xa6\x6f\x9f\xe4\x90\xfb\x02\x7a\xcf\x56\xf7\x5a\xb8\ -\xf8\xf8\xeb\xb8\x5a\x19\x32\x64\xc8\x70\xa0\xf8\x05\xa4\xf1\xa4\ -\x8e\x44\xc6\x51\x5e\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\ -\x82\ -\x00\x00\x00\xd0\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x82\x49\x44\x41\x54\x78\x9c\xed\ -\xd7\x31\x0e\x82\x50\x10\x04\xd0\x81\x43\x10\x1b\x13\xce\xe4\x15\ -\xa8\x38\x11\x37\xf1\x3c\x24\x36\xc4\x43\x88\xad\xe1\xdb\x22\x86\ -\xff\x5e\x39\xd9\x62\x76\xbb\x4d\x00\x00\x00\x00\x00\xa8\x47\xb3\ -\x0d\xe6\xf9\x71\x4b\x93\x29\x49\x77\x40\x9f\x3d\x2d\x59\x33\xf4\ -\xfd\xf5\xfe\x19\xb6\xc5\xd8\x39\x97\x4f\x92\x4b\xda\x4c\xdb\xb0\ -\x3c\x40\x65\xca\x03\xac\x19\x93\x3c\x7f\x5f\x65\x77\x4b\x5e\x19\ -\x8f\x2e\x01\x00\xfc\x0f\xbf\x40\x31\x76\xce\xe5\x13\xbf\xc0\x77\ -\x7e\x01\x00\x00\x00\x00\x00\x00\x2a\xf1\x06\x74\xea\x1a\x0f\x1a\ -\xcd\x17\x42\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\x51\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\x03\x49\x44\x41\x54\x78\x9c\xed\ -\xd6\x21\x4e\xc4\x50\x14\x85\xe1\x73\xfb\x9a\x0a\x04\x0a\x3c\x1b\ -\x20\x21\x81\x04\x8b\x83\x05\xb0\x06\xdc\x4c\x48\x58\xc0\x50\xcf\ -\x18\x40\xa2\xf0\x48\x12\x70\xd8\x51\x84\x1d\xa0\x48\xc8\x38\x04\ -\x99\x4c\xda\x5e\x2c\x79\x0f\x70\x7d\x93\xd0\xff\x93\xe7\x56\x9c\ -\x1e\xd3\x4a\x00\x00\x00\x00\x00\x00\x00\x00\x00\xc0\x20\xd8\xdf\ -\x67\xb7\x83\xc9\x79\xc8\x53\xa5\x1f\x4f\x52\xa7\xba\xee\x7e\xbb\ -\xff\x38\xc0\xee\xc9\xc5\x86\x59\x35\x95\x74\x2c\x69\xad\xa7\x6e\ -\xb9\x2c\xe4\x7e\xdf\x56\xc5\xf8\xf9\x7a\xf4\x16\x1f\x93\x01\xf6\ -\x47\x97\xeb\xcd\x52\x2f\x26\x6d\x65\xa9\x97\x8b\x69\x1e\x9a\x6e\ -\x7b\x76\x73\xfa\xfe\x3d\x2e\xe2\xe7\xda\xa5\xea\x7f\xf7\xf2\x92\ -\xe4\xda\x6c\x42\x31\x8d\xe3\x64\x00\xb9\x1d\x66\x29\xb4\x02\x26\ -\x1d\xc5\x59\x3a\xc0\xc0\xa4\x03\x98\x3f\xae\xa0\x47\x16\x2e\x3d\ -\xc4\x59\x32\x40\xa8\x34\x71\xe9\x35\x4b\xa3\x9c\x4c\xf3\xb2\xed\ -\xce\xe2\x38\x19\x60\x76\x35\xfe\x08\x65\xb1\x27\xe9\x56\xd2\x67\ -\x8e\x6e\x3d\x5b\xc8\xfd\xae\x2d\x6d\x27\xfe\x02\x48\xfc\x08\x01\ -\x00\x00\x00\x00\x00\x00\x00\x00\x00\x43\xf1\x05\xad\xf1\x3c\x35\ -\x36\x50\x8e\x69\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\ -\x00\x00\x01\x04\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\xb6\x49\x44\x41\x54\x78\x9c\xed\ -\xd9\x41\x0d\xc3\x40\x10\xc5\xd0\x69\x14\x4e\xe1\x51\xa0\xe1\x11\ -\x52\x9b\xc2\x78\x95\xd6\x26\x30\x96\xf5\x6f\x33\x03\xb9\xee\xf5\ -\x5e\xf7\x7a\xa5\xc3\x21\x8f\xff\x03\x05\xd0\x02\x9a\x02\x68\x01\ -\x4d\x01\xb4\x80\xa6\x00\x5a\x40\x53\x00\x2d\xa0\x29\x80\x16\xd0\ -\x14\x40\x0b\x68\x0a\xa0\x05\x34\x05\xd0\x02\x9a\x02\x68\x01\x4d\ -\x01\xb4\x80\xa6\x00\x5a\x40\x53\x00\x2d\xa0\x29\x80\x16\xd0\x6c\ -\x1f\xe0\x23\x8f\xeb\xd7\xf8\x4c\x0b\x98\x53\x0b\xcc\xcc\x3c\xdf\ -\x83\x2d\x71\xfb\x05\x14\x40\x0b\x68\x0a\xa0\x05\x34\x05\xd0\x02\ -\x9a\x02\x68\x01\x4d\x01\xb4\x80\xa6\x00\x5a\x40\x53\x00\x2d\xa0\ -\x29\x80\x16\xd0\x14\x40\x0b\x68\x0a\xa0\x05\x34\x05\xd0\x02\x9a\ -\x02\x68\x01\x4d\x01\xb4\x80\xa6\x00\x5a\x40\xb3\x7d\x80\x1f\x17\ -\x67\x0a\x44\xf8\xee\xeb\x4c\x00\x00\x00\x00\x49\x45\x4e\x44\xae\ -\x42\x60\x82\ -\x00\x00\x00\x87\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x39\x49\x44\x41\x54\x58\x85\xed\ -\xce\x31\x11\x00\x30\x08\x04\x41\x26\x9a\x10\x85\x0c\x2c\xe0\x38\ -\x22\xa0\xdc\xeb\xff\x67\x23\x16\x65\x4d\x67\x4d\x6f\x3e\xde\x66\ -\x7c\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ -\xc0\x07\x39\x3f\x03\x99\x39\x3b\x26\x1f\x00\x00\x00\x00\x49\x45\ -\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\x8f\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x02\x41\x49\x44\x41\x54\x58\x85\xed\ -\x97\x31\x6b\x14\x51\x14\x85\xbf\x33\x59\xab\x80\x85\x62\x20\x76\ -\xf9\x03\x62\xb5\xbb\xa2\x88\x82\x5d\x42\x8a\x24\xf8\x07\x02\x6a\ -\x95\xca\x24\x65\x08\xa9\x56\xb0\x30\x60\x50\x41\x41\xd2\x04\xc1\ -\x2d\x82\x0b\x76\x01\x41\xb2\xbb\x95\xf8\x07\x92\x3a\x41\xc1\x22\ -\x95\xc9\x1c\x8b\x9d\xb7\xac\x9b\xd9\xec\x4e\x76\xb4\xd1\xaf\x7a\ -\xdc\x77\x67\xee\x99\x73\xdf\xcc\xbc\x07\xff\x3a\xea\x0e\x94\xdf\ -\xfb\x66\x8c\x97\x11\x65\xc1\x95\x3c\x8a\x18\x0e\x31\xf5\x08\x55\ -\xea\xb3\xfa\xdc\x53\x40\xa9\xea\xc7\xe0\x27\x69\xc2\x72\x22\xc6\ -\x5a\x6a\xcc\xea\xe9\x29\x01\xa5\xaa\x6f\x81\x3f\x01\x3f\xb0\x16\ -\xa2\x13\x6a\xbb\xf7\xf5\x3d\x8f\xaa\x37\xde\xf9\x52\x3c\xc2\x24\ -\xf2\x3a\x70\x51\xd6\xed\xe0\x44\x21\x24\xd9\x5e\x92\x10\xd6\x42\ -\x63\x56\x9b\x79\x14\x0e\x24\x0f\xb2\x59\xac\x5a\xc2\x6f\x63\xbc\ -\x0c\x4c\x03\x44\xed\x2c\x51\x06\x88\x4e\xa8\xe5\x59\xbc\x8b\x1a\ -\x80\x44\x29\x04\xda\x02\xc2\x82\xcb\xcb\xf6\x34\x9a\x33\xfa\x96\ -\x0c\xc7\x42\xac\xd0\x23\xf7\xdc\x14\xab\x9e\x12\x7e\x05\x60\xf4\ -\xa0\x39\xa3\x0f\x67\xe5\xe7\x2a\xa0\xb8\xed\x09\xfd\xf4\x16\x62\ -\x14\x20\x11\x72\xf5\xac\x6b\xa2\xb3\x26\x33\xb1\xe2\x48\xc7\x7e\ -\x13\x8a\x0f\x4a\x6e\x02\x4a\xd7\x78\x04\xdc\xe9\x8c\x49\x5a\xfb\ -\x2b\x02\x8a\xdb\x9e\x48\x3e\x60\x9d\xec\xd4\xbf\xf0\xf2\xcf\x0b\ -\x48\xb3\xde\x1c\xb9\xa0\x79\x56\x15\xf7\xbb\xbc\xef\x22\xec\xb7\ -\xaa\x53\xad\x8f\xb4\xd8\x98\xd6\xde\x20\xfa\xfb\x3a\x90\x14\x1f\ -\x07\xc6\x65\x6f\xb5\xec\x4e\xc4\x0d\x61\x7d\x20\xdb\x6b\x28\x46\ -\x75\xec\xd7\xac\xf8\x1e\x40\xaa\xf5\x17\x06\xb3\x7e\x60\x01\x92\ -\xd6\x6c\x6f\x74\x84\xee\x96\xaf\xf3\xd0\x31\x62\x08\xeb\x03\x7d\ -\x5b\x90\xd8\xb9\xd3\x19\xb3\xbd\x81\xfc\xbc\x2b\x35\x93\xf5\x03\ -\x0b\x60\x55\xb1\x0b\x9a\xc7\x1c\xf5\xcc\xc9\xb0\xea\xb3\x0b\x00\ -\x9a\xd3\xda\x03\x2d\xf5\x9a\x57\xa4\xc5\x66\x46\xeb\x33\x09\x00\ -\x68\x7c\xe5\x05\x5d\xad\x48\x38\x97\xf5\x99\x05\xa4\xb6\x62\x08\ -\xeb\xb3\x0b\xa0\xd5\x8a\x48\x9a\x03\xf6\x81\xfd\x48\x9a\x3b\xaf\ -\xf5\x81\xcc\xbf\xe3\xdd\x19\x7d\x04\x26\xfa\x26\x0e\x48\xdb\x01\ -\xc3\x21\xb4\x36\x90\x79\xdd\xbc\x9b\x62\xd5\x97\x93\xe1\xc1\x29\ -\x01\x98\x3a\x40\x3c\xc2\xe4\x9f\x12\x00\xad\x7b\xdb\x34\x42\xa0\ -\xdd\x82\x08\x55\x8c\xa7\x90\xd7\x8b\x55\x0b\xa8\x75\xec\xe1\x86\ -\x22\x79\xf2\x49\xe1\x67\x40\x1c\xa1\x4a\x98\x4b\x3b\x98\x54\xc8\ -\x73\xa7\xf4\x3b\xbd\x0f\x26\x81\x70\x34\x4b\xb6\xce\x63\xdd\xf3\ -\xe7\xe4\xc0\xa6\x91\x76\x34\xfb\xcf\x2f\xa6\x4e\xeb\xad\xb9\x6d\ -\xcb\x1e\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x03\x5e\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x03\x10\x49\x44\x41\x54\x78\x9c\xed\ -\x99\xd1\x4b\x53\x51\x1c\xc7\xbf\xe7\x6c\x3a\x37\xca\xa2\x88\x1e\ -\xaa\x87\x46\x11\x24\x3d\x54\x90\x91\x09\xd1\x9c\x31\x91\x32\x2f\ -\x23\x7a\x4a\xe9\x6a\x10\x48\x7f\x40\xd0\x1e\xea\x2d\xa2\xde\x8a\ -\xb9\x2d\x1f\xd2\x82\xb5\x19\x8b\x2c\xb7\x52\x1f\xc2\x20\xb0\xa8\ -\xcc\x12\xb4\x1e\xca\x82\xc8\x32\x57\x8e\x9c\x3b\xa7\x27\x69\x5e\ -\xaf\x0d\xc1\x73\xae\xd0\xf9\x3c\x7e\x7f\xb0\xef\xf7\x7e\xef\xd9\ -\xce\xb9\x77\x80\x42\xa1\x50\x28\x14\x0a\x85\x42\xa1\x50\x28\x14\ -\x8a\xff\x0d\x22\xda\xc0\xab\xe9\x1d\x00\x8e\x03\x00\x38\x69\x4c\ -\xc5\x5b\xdb\x44\x7b\x2e\x06\xa1\x05\x1c\x68\x68\x28\x29\x4a\xdb\ -\x33\xf9\x1a\xe5\xec\x60\x77\x3c\xd2\x2b\xd2\x77\x31\x50\xa1\x9f\ -\xfe\xcb\x65\x37\x4a\x8c\xd0\x1e\x4f\x7d\xa3\x5b\xa8\xef\x22\x90\ -\xf1\x15\xe0\x66\xba\x33\xcb\x4a\x13\x89\x48\x5a\xb4\x7f\x21\xc4\ -\xae\x00\x00\xab\xe9\x8f\x79\xab\x00\x00\x32\x45\x74\x32\x10\x08\ -\x08\xf7\x2f\x84\xf0\x00\xd1\x68\x34\x67\x2f\xc9\xac\x32\x9b\xf5\ -\x0f\x8e\xe5\x44\xfb\x17\x42\xca\x1d\xb8\xdf\xde\x3e\x49\x29\xdf\ -\x6a\x36\xf3\x6a\xfa\x63\x19\x19\x16\x42\xda\x12\xec\x8e\x86\x47\ -\x40\x78\x95\xc9\xa8\xa2\x5a\x6b\xba\x28\x2b\x87\x11\x9b\x4c\xb3\ -\x77\x43\xcf\xdf\xbb\xb7\xef\x1c\x27\x20\x35\x86\xd1\xbe\x2d\x65\ -\xbb\x47\x46\x87\x9e\xbd\x92\x99\x07\x90\xb0\x0b\x98\xe1\xd5\xf4\ -\x36\x00\x27\x8c\x3a\xa5\xbc\xbc\x3b\x1a\x7e\x2a\x33\x8b\x25\x05\ -\x00\x80\x57\xd3\x47\x01\xcc\x3f\x0f\x64\xd9\x86\x54\x22\xf2\x49\ -\x56\x0e\xcb\x0a\x00\x16\x3e\x23\xfc\xa4\x2b\x5d\x4f\xa2\x97\x33\ -\x66\xb3\xa5\xc6\xd2\x7d\xf8\xdb\x5a\x5a\x6c\xa6\xaf\x60\xe9\x29\ -\x48\xba\x39\x96\x16\x30\x10\x0c\x66\xb3\xc5\x74\x9d\xd9\xcc\xab\ -\xe9\xdf\x65\x64\xb0\xfc\x24\xd6\x77\x33\xf8\x95\x30\xbe\xc3\x64\ -\xb4\xaa\x4a\xd3\x6f\x89\xf6\xb7\xbc\x00\x00\x48\x76\x86\x07\x39\ -\x41\x9d\x51\x27\xc0\x31\xd1\xde\xcb\xa2\x00\x00\xa0\x9c\x0e\x5b\ -\xe2\x6b\x85\xa9\x11\xcf\x61\x7d\x3d\x07\xeb\x32\x19\xf5\x8b\xf6\ -\xb6\xbc\x80\xda\xda\x66\x17\xb5\x23\x01\x60\xf3\x9c\x01\xc7\xf9\ -\x54\x2c\x54\x21\xda\xdf\xd2\x02\xfc\x7e\xbf\x6d\xda\xc1\x3a\x40\ -\xb0\x27\x5f\x27\xe0\xad\xa9\x78\x28\x20\x23\x83\xa5\x05\x4c\xb0\ -\xd2\x4b\x1c\x38\x92\xaf\x11\x82\x07\xd3\xe3\x1b\x4f\x03\x30\x3d\ -\x24\x2d\x35\x16\x1e\x85\x9b\xce\x00\xfc\xca\x5c\x95\xbc\x70\x66\ -\x73\x95\x32\xdf\x14\x59\xf3\x30\x54\xdf\x74\x14\x84\xc7\x0c\xfe\ -\x1f\x73\xd4\xbe\xb7\x27\x7a\x6d\x4c\x66\x16\xe9\x05\x54\x6b\xcd\ -\xe5\x1c\xac\x17\x80\x73\x56\xe3\x40\x9a\x03\xfb\x1f\xc5\x42\x2f\ -\x65\xe7\x91\xfa\x1b\xe0\xa9\x6f\x74\x73\xb0\xbb\xc8\xbb\x78\x00\ -\x33\x94\x41\xb3\xe2\xe2\x01\x89\x05\x1c\xf2\x9f\x5c\x43\x88\xad\ -\x0b\xc0\x9c\xb3\x3f\x01\x3f\x95\xec\x0c\xa5\x64\xe5\x30\x22\xa5\ -\x00\x9f\xaf\xc5\x91\x63\xe4\x0e\x01\xb6\xe5\xeb\x9c\xf0\x0b\xc9\ -\x58\x38\x22\x23\xc3\x42\x08\x2f\x20\x10\x08\xd0\x19\x57\xe6\x3a\ -\x01\x2a\x0d\xa3\x1b\x0f\x6f\x87\xcf\x89\xf6\x2f\x84\xf0\x02\xfa\ -\x5f\x8f\x9d\xc5\xec\x7f\x83\x7f\xe9\xb3\x4f\x39\x75\x48\xda\xeb\ -\xff\x85\xd0\x5d\xc0\xe7\x6b\x71\xcc\xb8\x32\x13\x00\x4a\xf2\xe4\ -\x37\xc5\x8e\xa2\x8a\x7b\x1d\x57\xa5\x3c\xef\x17\x42\xe8\x0a\xf8\ -\xb2\xe9\x37\xe3\x40\x36\x5f\xb2\xe5\xec\x35\xcb\xe5\xe2\x01\xc1\ -\xaf\xc5\x3f\x0f\x0c\x30\x77\xd9\xae\x61\xc2\xe1\xe1\x04\x1f\x08\ -\x25\x75\xc9\x78\xf0\xad\x48\x4f\x85\x42\xa1\x50\x28\x14\x0a\x85\ -\x42\xa1\x50\x28\x14\x8a\x42\xfc\x01\xea\x12\xdd\x53\xe7\x12\x49\ -\xf2\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\x35\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\xe7\x49\x44\x41\x54\x78\x9c\xed\ -\x9b\xb1\x11\xc2\x30\x14\xc5\x9e\x19\x22\x13\x31\x01\xc7\x06\xd0\ -\x30\x11\x0d\x23\x70\x4c\xc0\x34\xa9\xb2\x85\x29\x08\x5d\x3a\xdb\ -\x88\x3b\xa4\xea\x17\xff\x12\x7d\xf5\x4e\x44\xe4\x9f\x29\xa3\x7f\ -\xb0\x3f\x9e\x0f\xa5\xe6\x9a\x24\xb5\xe4\xf2\xbc\xdf\x1e\x3d\xf7\ -\x5b\xd9\x8d\xfc\x78\x92\xac\xc7\x4c\x49\xa6\xcf\x61\x3d\xf7\x5b\ -\x19\x1e\x20\xef\x63\xb6\xe6\x5e\xfb\x4d\x7c\x23\xc0\x4f\x63\x00\ -\x5a\x80\xc6\x00\xb4\x00\x8d\x01\x68\x01\x1a\x03\xd0\x02\x34\x06\ -\xa0\x05\x68\x0c\x40\x0b\xd0\x18\x80\x16\xa0\x31\x00\x2d\x40\x63\ -\x00\x5a\x80\xc6\x00\xb4\x00\x8d\x01\x68\x01\x1a\x03\xd0\x02\x34\ -\x06\xa0\x05\x68\x0c\x40\x0b\xd0\x18\x80\x16\xa0\x31\x00\x2d\x40\ -\x63\x00\x5a\x80\xc6\x00\xb4\x00\x8d\x01\x68\x01\x1a\x03\xd0\x02\ -\x34\x06\xa0\x05\x68\x0c\x40\x0b\xd0\x18\x80\x16\xa0\x31\x00\x2d\ -\x40\x63\x00\x5a\x80\x66\xfc\xa3\xa9\x64\xd9\x9a\x7b\xed\xb7\x32\ -\x3c\x40\x4d\x4e\x49\xe6\x24\xf3\x3a\x77\xdd\x17\x11\x69\xe1\x05\ -\x2c\x27\x22\x30\x10\x9e\x42\xf3\x00\x00\x00\x00\x49\x45\x4e\x44\ -\xae\x42\x60\x82\ -\x00\x00\x01\xaa\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\x5c\x49\x44\x41\x54\x58\x85\xed\ -\x94\x3f\x4b\x42\x51\x18\x87\x9f\x57\xad\x4d\xac\x21\x8a\x5a\x0c\ -\xb7\x6c\x72\x74\x70\x09\x6d\x68\x08\xba\xda\x16\x05\x1a\x41\xdf\ -\xa0\x49\xce\xd0\xd2\x27\xa8\x54\x70\x0a\x32\x8d\x86\x5a\x14\xa4\ -\xbe\x80\xd0\xe4\x94\xd4\x14\xd1\x90\x53\x43\xea\x3d\x4d\x5a\x8d\ -\xf7\x5c\xb8\x4b\xf7\xd9\x5e\x38\xe7\xf7\x3e\xbc\xe7\x0f\xf8\xf8\ -\xf8\xfc\x77\xc4\xe9\xfa\xb4\x55\xb0\x01\x06\xa3\xe1\xec\xfd\x4d\ -\xb5\xef\x56\x20\xe0\x64\x71\xb1\x58\x9c\x08\x4f\x05\x43\x1f\xb9\ -\x5c\x2e\xe8\xa9\x80\x52\xca\x46\xf4\xf6\xb8\xee\xdb\x91\xa1\xa7\ -\x02\x00\xad\x7a\xe5\x4a\xe0\x78\x5c\x67\xac\xc2\xa3\x1b\x01\xa3\ -\x11\x3e\x75\x3b\xed\x58\x3c\x91\x02\x96\x81\xf9\xd8\x4a\x62\xa1\ -\xd7\xed\xdc\x99\x64\x39\xbd\x84\x7f\x48\x5b\x05\x3d\x09\xd2\x1c\ -\x34\xaf\xcb\xe7\x4e\x33\x1c\x1f\xc1\x6f\x92\xab\x4b\x93\x09\x6a\ -\xe1\x2c\xb3\x95\x4f\x79\x2a\xa0\x94\xb2\x07\x81\xe9\xf0\x8f\x84\ -\x3c\x78\x2a\x00\x30\xc7\xfb\x17\xe8\x67\xd3\xfd\x6e\x05\xa4\x6f\ -\xcf\x94\x41\xa2\x08\x6f\x23\xad\xa3\x9e\x0a\x64\xb2\x85\x22\xe8\ -\x1d\xe0\x53\x84\x8d\xf6\x75\xe5\xc5\x69\x86\xf1\x2b\xc8\x58\xf9\ -\x5d\x8d\x54\x01\x5b\x44\x36\x9b\xf5\xd2\xad\x49\x8e\xd1\x3f\x90\ -\xce\xe6\xd7\x40\x6a\x40\x00\xe4\xb0\xd5\x28\x5d\x98\xe4\x80\xc1\ -\x11\xac\x5b\xfb\x71\xb4\x34\x80\x10\x22\x27\xad\x46\xe9\xd4\xb4\ -\xb9\x89\x80\xd8\x50\x03\x22\x1a\x2e\x93\xf1\xc5\x23\x37\xcd\x01\ -\x42\xce\xb7\xe8\x57\x0d\xbd\x61\x78\xb8\xa7\x94\xb2\xdd\x0a\xf8\ -\xf8\xf8\xf8\x7c\x03\xa5\xd7\x5e\xc1\x97\x2b\x14\xb6\x00\x00\x00\ -\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x03\x5e\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x03\x10\x49\x44\x41\x54\x78\x9c\xed\ -\x9b\x4d\x4f\x13\x51\x14\x86\xdf\x53\xd1\x21\x74\xa9\x84\x0f\xf7\ -\x6e\xb0\xdd\xb4\xc4\x8d\xfe\x0b\xc1\x48\x52\xdc\x98\x56\x89\xad\ -\xb2\x30\x81\x5f\xa0\x09\x0b\x4d\x5b\x23\xed\x4e\x49\x34\x01\xfe\ -\x05\xee\xa4\x1b\x0a\x2b\xd7\x14\x49\x74\x09\x32\x0a\x7d\x5d\xb4\ -\x94\x61\x66\x4a\x2b\x32\x3d\x6d\xb8\xcf\x6a\x3a\xe7\x4e\xf2\xde\ -\x27\xf7\xf6\x6e\xee\x01\x0c\x06\xc3\x65\x46\xda\x19\x14\x4d\x2c\ -\x84\xad\x81\xfe\x49\x02\xf7\x01\xde\x06\x30\x0a\xa0\x2f\xd8\x68\ -\xff\xcc\x21\x80\x0a\x20\x9b\x02\xac\xda\xfb\x07\xcb\x1b\x4b\x2f\ -\xf7\x5a\x7d\xd4\x42\x00\x25\x96\xcc\x4e\x8b\xc8\x2b\x00\x23\x17\ -\x93\xb3\x63\xec\x00\x98\x5b\x2f\xa4\x97\x00\x61\xb3\x41\x4d\x05\ -\xc4\x92\x85\xab\x02\x3b\x07\x41\x2a\x90\x78\x9d\x82\x28\x10\x56\ -\xba\x54\x4c\xfd\xf1\x2b\x37\x59\xc6\x14\x91\x7c\x1e\x40\xd2\x55\ -\x28\x8b\xe0\x0b\x88\xef\x55\xa0\x7a\xb1\x49\xff\x8f\x10\x10\x82\ -\x60\x98\xc4\x5d\x00\x91\x46\x41\x90\x12\xda\x00\xf8\xd4\x6f\x25\ -\xf8\xae\x80\x78\x2a\x3b\x0d\xe0\x83\xe3\xd5\x4f\x52\x32\xa5\xe2\ -\xb3\xcf\x67\x2d\xa7\xee\x80\x12\x4b\xe6\x1f\x8a\x30\x0b\xe0\xba\ -\xa3\xf0\x68\xbd\x90\xf9\xe8\x1e\xed\x11\x10\x4d\x2c\x84\xaf\x0d\ -\x58\xdf\x70\xb2\xe7\x7f\x90\x47\xd1\x52\x71\x76\x27\x98\xc0\xc1\ -\x10\x4b\xbe\x19\x11\xb9\xb2\x01\xe0\x06\x00\x80\xa8\xfc\xfe\x65\ -\xdf\x72\xff\x31\x86\xdc\x1f\x5a\x03\xfd\x93\x70\xfc\xe1\x91\xf2\ -\xbc\xd7\x26\x0f\x00\xa5\xe2\xec\x8e\x08\x5e\x34\x5e\x08\x46\xad\ -\xb0\x35\xe1\x1e\xe7\x11\x50\x3b\xea\x1a\x94\x6b\xcb\xbe\x37\xf9\ -\xba\x98\xfe\x04\xa0\x7c\xfc\x9b\x94\xd6\x02\xea\xe7\x7c\xed\x09\ -\x5c\xeb\xfe\x3d\x7f\x16\xc2\xda\x1c\xea\x90\x63\xee\x11\x3e\x02\ -\x30\x7a\x52\x94\xdd\x60\x82\x75\x8e\x53\x73\x10\xdc\xf4\xd6\xbd\ -\x34\x8e\xc6\x6e\x3b\xea\xce\x83\x6b\x0e\x9e\x63\xdf\x4f\xc0\xa5\ -\xc2\x08\xd0\x0e\xa0\x8d\x11\xa0\x1d\x40\x1b\x23\x40\x3b\x80\x36\ -\x46\x80\x76\x00\x6d\x8c\x00\xed\x00\xda\x18\x01\xda\x01\xb4\x31\ -\x02\xb4\x03\x68\x63\x04\x68\x07\xd0\xc6\x08\xd0\x0e\xa0\x8d\x11\ -\xa0\x1d\x40\x1b\x23\x40\x3b\x80\x36\x46\x80\x76\x00\x6d\x8c\x00\ -\xed\x00\xda\x18\x01\xda\x01\xb4\x31\x02\xb4\x03\x68\x63\x04\x68\ -\x07\xd0\xc6\x08\xd0\x0e\xa0\x8d\x9f\x80\x43\x47\xb1\xe7\x05\xb9\ -\xe6\x70\xe8\x53\xf7\x50\x39\x7e\xa8\x82\x43\x41\x84\xea\x24\xa7\ -\xe6\x40\x6c\xbb\xeb\x3e\x02\x64\xb3\xf1\x04\xb9\x07\xb0\xad\x9e\ -\x82\xee\x84\x52\x9b\x43\x1d\x91\x2d\xf7\x08\x8f\x00\x01\x56\x1d\ -\x3f\x23\xe3\xa9\xfc\x64\x30\xe1\x82\x27\xfe\x24\xfb\x00\x8e\x9b\ -\xe3\x22\x5c\x71\x8f\xf1\x08\xb0\xf7\x0f\x96\x51\x6b\x36\x00\x00\ -\x50\x98\xbb\xf3\xf8\x6d\xcf\x6d\x85\xf1\x99\x77\xc3\x80\x64\x1b\ -\x2f\x88\x8a\xbd\x67\xb7\x16\x50\xbf\x4d\x3d\xe7\xf8\x70\xf0\xa8\ -\x2f\x54\x8e\x25\x73\x53\xbd\xb1\x1d\x28\xb1\x64\x6e\x8a\xd5\xa3\ -\x0d\x10\x83\x8d\xd7\x82\x79\xbf\x16\x9a\x26\x13\xa2\xc4\x93\xb9\ -\xf7\x3e\xdd\x22\x65\x82\x6b\x21\xc8\x6e\xb7\xdd\x22\x0d\x01\xa1\ -\x2a\x38\x54\xdf\xf3\x91\xd3\x55\x2e\xae\x17\x32\x33\x7e\xf7\x9e\ -\x9b\x74\x8c\x08\x89\x42\x5a\x68\xc3\x25\x21\x22\x90\x08\xd1\x66\ -\xb7\x55\x07\xa9\x65\xf2\x4b\xc5\x45\xb2\x3f\xd3\xec\xd2\x77\xcb\ -\xa6\xa9\x78\x2a\x97\x00\xf0\x1a\xbd\xd6\x34\x45\x54\x20\x98\x3f\ -\x77\xd3\x94\x93\x68\x62\x21\x6c\x85\xad\x09\x52\x26\x40\x8e\xd5\ -\x6f\x5d\x77\x5f\xdb\x1c\xb1\x0d\x91\x2d\x11\xae\xd8\x7b\xf6\x4a\ -\x3b\x6d\x73\x06\x83\xe1\x72\xf3\x17\xf4\xb0\xe5\x26\x61\x1e\x11\ -\x45\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x04\x58\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x04\x0a\x49\x44\x41\x54\x78\x9c\xed\ -\x9b\x4b\x88\x5c\x45\x18\x85\xcf\xa9\x19\x34\x41\xa2\xa0\x21\x1b\ -\x09\xee\x7c\xac\x04\x13\x7b\xda\xb8\x30\x06\x13\x99\x80\x26\xdd\ -\x1d\x06\x17\x82\xe0\x83\x08\xae\x14\x09\x24\x88\x1a\x4c\x40\x11\ -\x5c\x28\xf8\x42\xd1\x85\x28\x8a\xdd\xf3\x40\x26\x32\x41\x1c\x10\ -\x64\x7a\x9a\x11\xb2\x10\x41\x5c\x04\x11\x41\x83\x09\x11\x25\x0d\ -\xe9\x5b\xc7\x45\xcf\xa8\xdc\x2a\x35\x9d\x54\x55\x17\xd8\xdf\xf2\ -\x2e\xea\xfc\xff\xb9\x55\x7f\xd5\x7f\x1f\xc0\x88\x11\x23\xfe\xcf\ -\x30\xd4\x40\x95\xa6\x9e\x35\xb4\x4f\x89\x94\x2c\x8f\x2c\x37\x78\ -\x38\xd4\xd8\x31\x09\x66\xc0\x44\xb3\x28\x40\x9a\xd5\x51\x45\x70\ -\xc7\x52\x8d\x8b\xa1\xc6\x8f\x85\x09\x36\xd2\x5a\xf2\x00\x20\x50\ -\xd2\xdc\xc4\xb4\xb6\x04\x1b\x3f\x12\xc1\x0c\x10\x60\x4b\x97\x36\ -\x40\xfa\x74\xeb\xac\x6e\x08\xa5\x11\x83\x60\x06\x10\x90\xe7\xf2\ -\xc6\xb1\x42\xc7\x6f\x9d\xd1\xe6\x50\x3a\xa1\x09\xb7\x04\xfe\x99\ -\xcd\xc6\x6a\x61\xcb\x9c\x36\x26\xd0\x1a\x98\x14\x06\x00\xc0\x8d\ -\xe3\x85\x8e\xdd\x3e\xab\x0d\x89\xf4\x2e\x98\x68\x06\xa8\xbc\x24\ -\x84\xad\xbd\x42\x33\x93\xf3\xba\x3c\x96\xe6\xc5\x10\xcd\x00\x02\ -\x16\x74\xea\xc2\x8e\xd3\x5d\xbd\xbf\xfd\x73\x8d\xc7\xd2\x1d\x94\ -\xb8\x4b\x40\xb0\x70\x8b\x63\xbd\x7b\xda\xbe\x0e\x29\xd8\x19\xe4\ -\x52\x48\x51\x03\x9c\x99\x20\xf2\xa1\x6a\xcb\x3e\x9f\x40\xfb\x3f\ -\x49\x53\x04\x05\xab\x72\x49\x20\x0f\x54\xa6\x75\x20\x89\xfe\xbf\ -\x90\x6a\x17\x00\x69\x0a\xe7\x9a\xf4\x42\xb5\xa9\x87\x53\xc5\xe0\ -\x23\x99\x01\x90\x7c\xa7\x45\x88\x7a\xa3\xda\x52\x3d\x59\x1c\x25\ -\xd2\x19\x80\xfe\x69\xd1\x63\x82\x11\xf4\x41\xf5\x63\xdd\x95\x32\ -\x96\x3f\xc5\x53\x0b\x12\xd0\xea\xee\xf0\x77\x2e\x13\x35\x73\xdb\ -\xb4\x2a\xa9\xe3\x49\x6e\x00\x00\x80\x9e\x99\x40\x5c\x61\xa5\xf9\ -\x6a\x4b\x37\xa5\x0c\x65\x38\x06\x60\xad\x79\x62\x79\x26\x5c\x23\ -\xe8\xf8\xb6\xa6\xae\x4b\x15\xc7\xd0\x0c\xe8\x23\x9f\x09\xd7\x16\ -\xd4\xc2\xb6\x96\x36\xa5\x88\x60\xc8\x06\x00\x7d\x13\x54\x3e\x2d\ -\x5e\x5f\x40\xc7\x26\xe6\x75\x65\x6c\xf5\x0c\x0c\x00\x00\x5a\xa7\ -\x79\x02\x6e\x51\x57\x73\xdb\xdf\xd1\xba\x98\xca\x99\x18\xb0\xda\ -\x3c\x95\x4c\x20\x70\xc7\xb9\xab\xf4\x61\xcc\xe6\x29\x1b\x03\x56\ -\xf1\x35\x4f\xf7\x76\xcf\xd8\xb7\xf0\x8c\xa2\xc4\x9a\x9b\x01\x80\ -\xaf\x79\x02\x1f\xa8\xdc\x6c\x5f\x8c\xd1\x41\xe6\x68\x40\xbf\x8d\ -\x2e\xd5\x45\x82\x4f\x54\x5a\x38\x18\x5a\x2a\x4f\x03\x00\x80\x74\ -\x9b\x27\xea\x68\xa5\xa9\xfd\x21\x65\xf2\x35\x00\x80\x04\x5b\xae\ -\x08\xa4\x5e\x9b\x68\x6a\x5f\x28\x8d\xac\x0d\xa0\xef\xc8\x0c\x10\ -\xd4\x2b\xa1\x34\xb2\x36\x00\x00\xe8\x2f\x7b\xc1\xb6\xc5\xbc\x0d\ -\xe8\x67\xef\xc4\x28\xe8\xed\x50\x12\xd9\x3c\x9d\xf5\x22\x8d\xb9\ -\xd7\xf8\xd8\x72\xc3\xbc\x1a\x4a\x22\xe3\x19\xe0\x4d\xfe\xe9\x76\ -\x83\xc1\x92\x07\x72\x34\x80\x80\x08\xe3\xbe\xb9\xd7\xcb\xed\x3a\ -\x8e\x84\x96\xcb\xce\x00\x09\x86\x2a\x67\xaf\xf7\xda\x27\xcc\xe3\ -\x20\x7d\x2f\x60\x2f\x89\xbc\x0c\x20\x0c\x4b\xb7\x9e\xc0\x27\xbd\ -\x53\xe6\x41\x1c\x76\x9e\x1b\x04\x21\x27\x03\x0c\x9c\x3b\x8f\x2f\ -\xd8\xe3\xd4\xca\x7e\x9e\x8f\x25\x9a\xc9\x2e\x20\xe3\xd9\xf1\x4f\ -\xf4\x7a\xbc\x67\x65\x8a\xe7\x62\x2a\x0f\xdd\x00\x81\x2c\x4f\x7b\ -\x08\xdf\x61\x9c\x77\xaf\xd4\x79\x36\xb6\xfe\x50\x97\x40\x3f\x79\ -\xa7\xcf\xff\x91\x86\x3b\xdb\x7b\xf8\x53\x8a\x18\x86\x67\x80\xe0\ -\x4b\xfe\x8c\xb5\xdc\xb5\x54\xe3\xc9\x54\x61\x0c\xc5\x00\x09\x04\ -\x4b\xda\xc2\xef\x10\x77\x77\xf6\xf1\xeb\x94\xb1\x24\xaf\x01\x02\ -\xc8\x72\xf2\xc0\x79\x18\xd6\xdb\x35\x2e\xa5\x8e\x27\xe9\x0c\x90\ -\x40\xca\xd1\x14\xc9\xfb\xdb\x35\x2e\xa4\x8c\x65\x8d\x74\x33\x80\ -\x84\x67\xcd\x03\xe4\xa3\x4b\x35\x7e\x94\x2c\x8e\x12\xc9\x66\x80\ -\x64\xdd\xe6\x86\x3c\xd4\xae\xf1\xcd\x54\x31\xf8\x48\x63\x00\x61\ -\xe8\x6c\xf5\x7a\xa9\xbd\x17\x43\xff\x4c\x26\x85\x01\xee\x11\x57\ -\x7a\x77\xb9\x66\x9e\x8c\xd1\xdc\x0c\x4a\x5c\x03\xfa\xd5\xbe\x7c\ -\xc4\x9d\x5d\x7f\xb5\x79\x24\x87\xe4\x81\xb8\x1f\x4a\xfa\x9a\x9b\ -\xc5\xf5\x67\x79\xdf\xe2\x9d\xec\xc5\xd2\x1d\x94\x68\xbb\x80\x73\ -\xbe\x07\xbe\xc2\x3a\xee\x59\xac\xb3\x1b\x4b\xf3\x62\x48\xb5\x0b\ -\x7c\x3b\x06\x4e\xb6\x77\xf3\xd7\x44\x7a\x17\x4c\x0a\x03\x7e\xe8\ -\xf5\xb8\xf3\xcb\x3a\x7f\x4e\xa0\x35\x30\x21\x7f\x98\xf0\x3d\xc1\ -\xff\x85\xe0\xae\x95\x29\x7e\x1f\x4a\x27\x34\xc1\x6a\x00\x5d\x33\ -\x7f\xb3\xe2\x64\xa7\xc1\x6f\x42\x69\xc4\x20\xe4\x12\xf8\xeb\x99\ -\x1d\x21\x4b\xee\xed\x34\xd8\x09\x38\x7e\x14\x42\xfe\x34\x75\x14\ -\x40\x01\xa0\x80\xf8\x5c\xa7\xc6\xcf\x82\x8d\x3d\x62\xc4\x88\x11\ -\x91\xf8\x03\x6e\xfe\x4e\x7e\xe0\xc6\x25\x53\x00\x00\x00\x00\x49\ -\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x04\x01\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x03\xb3\x49\x44\x41\x54\x78\x9c\xed\ -\x99\x4f\x68\x5c\x45\x1c\xc7\xbf\xdf\xd9\x4d\x08\x88\x27\x5b\xb1\ -\xbc\xbc\x9d\x8d\x8d\xb2\x67\x15\x4f\xed\x21\xfe\xa3\x5a\x28\x82\ -\x17\x3d\x09\xc6\x58\xc1\xa3\xa2\xa0\x88\x94\x7a\x69\x05\xbd\x56\ -\xb1\xe0\x49\x10\xa4\xda\x8b\x95\x42\xa5\x5e\x2d\xf5\x2c\x12\x92\ -\x7d\x79\x59\x11\x8d\xa7\x08\x4d\x36\xfb\xe6\xeb\x61\x37\x74\xf7\ -\xbd\xb7\x64\x93\x7d\xbb\x1b\xe9\x7c\x4e\xcb\xfc\x66\xe6\xf7\xfd\ -\xce\x9b\x79\x6f\x66\x16\xf0\x78\x3c\x1e\x8f\xc7\xe3\xf1\x78\x3c\ -\x1e\x8f\xc7\xe3\xf1\xdc\x5b\x30\x5d\x10\x45\x8d\x8f\x44\x7d\x28\ -\xe7\x4a\x24\x1d\x00\x4d\x40\x57\x91\x50\x92\xa1\x31\x09\xc5\xf3\ -\xd6\x06\xe7\x7a\x82\xe9\xda\xf5\x28\x6e\x01\x28\x8d\x4d\xde\x78\ -\x49\xaa\x36\x2c\x77\x17\x98\x49\x29\x39\x2c\x64\x06\x80\xc0\xc7\ -\xf8\xff\x4f\xfb\x3c\xd4\xf1\xd6\x43\x66\x09\x00\x40\xbd\xbe\xbe\ -\x00\xea\x2a\x80\xfb\x53\x7d\x88\xa4\xd3\x21\x1e\x1e\x01\x86\x59\ -\x5f\x9b\x72\x38\x33\x37\x17\xde\x4c\xd7\xcf\x1d\x00\x00\x88\xa2\ -\xe8\x71\xc1\xfc\x08\xe0\x48\xaa\x89\x00\xb9\x02\xb4\x8e\x02\x83\ -\xac\xa7\x0d\xc2\x9d\xb2\xd6\xde\xee\xd7\x20\x17\x6b\xed\x6d\x97\ -\x98\x13\x04\xe2\xde\x88\xc8\x43\xf8\xee\x60\x9e\x79\x62\xcd\x25\ -\xe6\x44\x3f\xf3\xc8\x34\xc8\x61\xb9\xd1\x08\xcb\x2d\x77\x1d\x40\ -\x2d\xd5\x52\x10\xdd\xe4\x5f\x17\x04\x28\x03\x65\xbc\xfc\xd6\x2a\ -\x9b\xe7\xe6\x83\x20\xce\x6d\x76\xb7\xf5\xde\x34\x1a\x8d\x23\x3b\ -\x2d\x77\x0d\xc0\x13\xdd\xe5\x12\x40\x32\x99\xe4\x20\x48\x28\x31\ -\xe5\x42\xc0\xad\xe9\xb2\x79\x21\x08\x82\x8d\xbd\xda\x0f\x34\x95\ -\x83\x20\xd8\xd8\xba\x33\xf3\x14\x80\x9f\xba\xcb\x49\x40\x50\x69\ -\xa0\x51\x2c\x1c\x51\xc8\x9a\x07\x70\x63\xfb\xce\xcc\xd3\x83\x98\ -\x07\xf6\xb1\x96\x6b\xb5\xa3\x9b\x72\xad\xd3\x20\xbe\xeb\x2e\x27\ -\x00\x01\x25\x0d\x38\x9b\x8a\xa0\x9d\x8b\x26\x93\x90\xb8\xb2\xd3\ -\xdc\x3a\x5d\xab\x1d\xdd\x1c\xb4\xaf\x7d\x8b\x96\x54\x8e\xe2\xf5\ -\x4b\x10\x16\x73\xa2\xae\xfd\x95\x18\x25\x22\xc0\xec\x83\x23\x2e\ -\xdb\x70\xf6\x6c\x7b\x49\x0e\xce\xbe\xdf\xe6\x24\x5b\x36\x9c\x5d\ -\x02\xf0\x49\x4e\x34\xef\x33\x54\x24\xb9\xe6\x05\x5c\xb4\xe1\xec\ -\xd2\x7e\xcd\x77\x3a\x3c\x38\x51\x14\xbf\x2b\xe0\x42\x4e\xa8\xf0\ -\x43\x14\xdb\x53\x2b\x6f\xe7\xfa\x9e\xb5\xe1\xc5\x21\xfa\x1d\x8e\ -\x7a\x3d\x7e\x1d\xc4\xe7\x48\x8b\x23\x1d\x54\xd0\x9e\x91\x24\xa4\ -\xb4\x79\x07\xe1\x8d\x6a\x35\xbc\x3c\x54\xd7\xc3\x34\xde\xa5\x5e\ -\x8f\x5f\x02\xf1\x35\x80\xe9\x54\x48\x68\xcf\x86\x83\x23\x18\x30\ -\xa3\xb3\x09\xe1\x95\x6a\x35\xbc\x32\x54\xdf\x28\x70\xbd\x46\x51\ -\xe3\x19\xc1\x7d\x0f\xe0\xbe\x54\x48\x24\xf6\x7d\x7e\x20\x01\x49\ -\xa6\xfd\xab\x87\x7f\x09\xbe\x68\xed\xec\x8d\x21\xe4\xde\xcd\x53\ -\x44\x27\xbb\xac\xc4\xf1\x93\xc6\xe1\x07\x00\x0f\xa4\x42\x07\x99\ -\x09\x79\x2f\xd4\x7f\x0c\xf5\x7c\xa5\x52\xb9\x75\x50\x8d\x79\x49\ -\x0a\xe3\xe1\x30\xfc\x05\x4a\x4e\x02\x68\xa4\x42\x04\x07\xcf\x95\ -\xbb\xaf\x07\xd6\xa1\xe4\x64\x91\xe6\x91\x93\xa4\x10\x56\x56\xfe\ -\xb0\xc6\x24\xd7\x41\x3c\x9a\x4a\x27\x10\x0e\x7d\xd7\x43\x9f\x7d\ -\xbd\xf0\x7b\x92\x98\x67\x8f\x1f\x0f\xd6\x8a\xd6\x3a\xb2\x6f\xf6\ -\xf2\xf2\x9f\x0f\x96\xa7\x9a\xd7\x00\x3e\xd6\x13\x90\x00\x9a\x9c\ -\xf3\x03\x01\xb9\x52\x76\xc9\xeb\xd7\x9d\xe9\xa9\x53\x8f\x1c\x3b\ -\xf6\xf7\x28\x74\x8e\xec\x58\x3b\x3f\xff\xd0\x5f\x3b\xcd\xed\x05\ -\x08\x3f\xf7\x04\x48\x48\xea\xb9\x73\x6c\x6f\xa7\x95\x35\x4f\xdc\ -\xdc\x69\x6e\x2f\x8c\xca\xfc\x6e\xee\x91\xb2\xba\xba\x3a\x03\x33\ -\xf5\x0d\xa1\x33\xdd\xe5\x9d\xe7\xef\x3a\x22\xf2\x36\x38\x57\x9d\ -\x6b\xbd\x3c\x37\x37\xb7\x35\x4a\x7d\x63\x39\xc0\x48\x2a\xaf\xad\ -\xc5\x5f\x0a\x7c\x75\x90\xfa\x04\xbf\xaa\x54\x82\x25\x92\xad\x51\ -\x6b\x1b\xcb\xcd\x0e\xc9\x56\xa5\x12\xbe\x06\xe9\xb3\x3d\x2b\x8b\ -\x9f\x56\x2a\xc1\xe2\x38\xcc\x03\x63\xbc\xda\x22\xe9\xac\x0d\xdf\ -\x06\xf9\x41\xbf\x3a\x02\xdf\xb7\x36\x78\xa7\xf3\x87\xcc\x78\x74\ -\x8d\x2b\x51\x37\xab\xd1\xfa\x59\x42\x97\xba\x8a\x44\xe0\x4d\x6b\ -\xc3\x2f\xc6\xad\x65\x32\x97\x39\x00\x56\xa3\xf8\x02\x81\x45\x00\ -\x09\xc1\xb7\xac\x9d\xfd\x76\x52\x5a\x3c\x1e\x8f\xc7\xe3\xf1\x78\ -\x3c\x1e\x8f\xc7\xe3\xf1\x78\x3c\xf7\x12\xff\x01\x83\xc1\x2a\x8b\ -\xb6\x49\x04\xca\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\ -\x00\x00\x00\x98\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x4a\x49\x44\x41\x54\x58\x85\xed\ -\xce\x49\x0d\x00\x31\x0c\x04\xc1\x5c\x90\x0c\xca\x2c\x36\x14\x4c\ -\x25\xfc\x72\x80\x98\x95\xfc\xe9\xfa\xcf\xa8\x4b\x11\x98\xc7\x34\ -\x8f\xa9\x7c\x34\x65\xfc\x07\x02\x08\x20\x80\x00\x02\x08\x48\x0f\ -\x18\xf2\xc3\xad\x9f\x79\xe4\x04\xdc\xd3\x57\x6d\x5b\xb9\x00\x00\ -\x00\xf9\x1e\xf2\x23\x09\xdd\x64\x85\x0e\x0a\x00\x00\x00\x00\x49\ -\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\xdc\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\x8e\x49\x44\x41\x54\x58\x85\xed\ -\x97\x41\x4a\xc3\x50\x10\x86\xbf\x79\x71\xab\x0b\x45\x5d\xd8\xd6\ -\x92\x4b\x28\x28\x5e\xa0\x5e\x41\x0f\x20\xe8\x4a\xd4\x23\x58\xc1\ -\x85\x15\x3c\x88\xd0\x0b\x08\x82\x5e\x22\xe6\x25\xcf\x85\x8a\x82\ -\x74\x9d\x8c\x0b\x1b\x91\x36\x46\xac\xa9\x0a\xe6\x5f\x0d\xf3\x86\ -\x37\x1f\x33\xc3\xe3\x0d\xfc\x77\xc9\xa0\xc3\xda\xdb\x95\x94\x64\ -\x5f\x54\x96\x11\x66\x4b\xc9\xa2\x3c\xa8\xe8\x95\xc1\x6b\x2f\x2e\ -\x2e\x5c\x7e\x08\x10\x86\xd1\x2e\x22\x47\x79\x60\x25\x29\x45\x75\ -\xaf\xd9\x6c\x1c\x0f\x01\x58\x6b\x57\x15\x73\x01\x3c\x0b\xb2\x63\ -\x8c\x76\xeb\xf5\xfa\x53\x19\x59\xe3\x38\x9e\x4e\x53\x69\x29\xda\ -\x01\xa6\x04\xb3\x36\x58\x09\x6e\x6c\x74\x1e\xda\x58\xad\x75\x1b\ -\x65\x24\xcd\x93\xb5\x6e\x33\xb4\xb1\xde\xd8\xe8\x3c\xf3\x99\xcc\ -\x10\x95\x65\x00\x63\xb4\x3b\x2e\x00\xcf\xa3\x0b\x20\xc8\xd2\x10\ -\x40\x36\x70\x65\x95\x3d\x4f\xb5\x5a\xed\xb1\x6f\xce\x0d\x03\xfc\ -\x92\x2a\x80\x0a\xe0\xd7\x01\x26\x3e\x0b\x08\xa3\x68\x0b\x95\x43\ -\x60\xf2\x8b\x77\xf7\x10\x3d\x68\x36\x1a\x67\x45\x41\x85\x15\x08\ -\x82\x60\x1e\x95\xd3\x11\x92\x03\x4c\xa2\xd2\x09\x82\x60\x7e\x64\ -\x80\x9f\x50\x21\x80\xef\xfb\x77\x88\x6e\x03\xbd\x11\xee\xee\x21\ -\xba\xe3\xfb\xfe\x5d\x51\xd0\xa7\x33\xd0\xef\x61\x61\x1f\xbf\xa3\ -\xbf\xdd\x82\x0a\xa0\x02\xf8\x59\x00\xe5\x01\x5e\x3f\x90\xe3\x4a\ -\xe6\x9c\x9b\xe9\x9b\xf7\x43\x00\x2a\x7a\x05\x90\xa6\xd2\x1a\x17\ -\x40\x92\xd0\x02\x50\xf4\x3a\xf3\xbd\x3d\x44\x06\xaf\xad\xa4\xeb\ -\x8a\x76\xac\x75\xe2\x79\x74\xdf\xfd\xe1\xbe\x25\xe7\xdc\x4c\x92\ -\xd0\x52\xf4\x04\x48\x0d\x5e\x3b\x3b\xcb\x5b\x4c\xda\x8c\x6f\x36\ -\x3e\x5e\x4c\x32\xbd\xad\x66\xaf\x5f\xe7\xb9\xc1\xf3\x11\x75\xaf\ -\xe8\x75\xde\x6a\x56\xe9\x05\x72\xdf\x93\xde\xaf\x9f\x93\x4c\x00\ -\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x04\xe8\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x04\x9a\x49\x44\x41\x54\x58\x85\xc5\ -\x97\xd9\x76\xe2\x46\x10\x86\xbf\x66\x11\x12\x60\x50\x9c\xc4\x9e\ -\xf1\x24\x39\x59\xde\xff\x9d\x72\x31\x9e\x49\x1c\xcf\x18\x6c\x23\ -\x19\x24\xa8\x5c\xd4\xdf\xa8\x91\x71\x72\x97\xd4\x39\x1c\x89\x56\ -\xd7\xf6\xd7\xd6\x0d\x58\x09\x16\xf8\xcf\xc9\x02\x58\x19\xa4\x7c\ -\x09\xac\x21\x58\xf7\x91\x4b\x20\x1a\x96\x25\xef\x93\x44\x4a\x5c\ -\xb3\x64\x6d\x9b\xac\xed\xf4\x7e\x00\x1e\x7a\xf2\x97\xc0\x3a\xf4\ -\x16\x0e\xc0\x05\x30\x00\xaa\x44\x59\x90\x11\x13\xd8\x0d\x21\x8c\ -\x81\x71\xcf\xa5\x16\xac\x81\xac\x95\x11\x51\xb9\x01\x0d\x90\x4b\ -\xfe\x23\x30\x3c\x75\xd8\xf7\x2d\xc0\x7e\x11\x34\x63\xb0\x99\xd6\ -\x33\xb0\xf7\xf0\x50\x82\xe5\x60\x13\xb0\x82\x57\x64\x85\xbe\x4d\ -\xb5\xf7\xca\x79\xc1\xd7\x2c\x93\xec\x5f\xc1\x2e\xfa\x10\x02\xf6\ -\x01\xf8\x24\x24\x0c\x78\x01\x0a\xd8\xbd\x87\xec\xa3\xbc\x00\x58\ -\xc8\x8b\x73\x94\x7e\x9b\xc0\xee\x06\xb2\x5b\x21\x92\x4b\xdf\x1a\ -\xb8\x81\x70\x0b\x30\x92\xf2\x80\xc3\x3e\x96\xf2\x1b\xe0\xde\x19\ -\xb2\xfb\x44\xf9\x04\x0f\x91\x71\x1a\xf7\xe8\xcc\x4c\xca\xf4\xcb\ -\xbe\xc2\xa6\x80\xd9\x18\x78\x07\x7c\x94\x8e\x41\x0f\x01\xfb\x4e\ -\xff\x2b\x08\x15\xd8\xb5\xbe\xfd\x09\xcc\x1d\x8d\xd5\x0c\x4a\x5c\ -\x70\xa8\xcf\x03\x60\x73\xa0\xc5\xf3\xa5\xd2\xf3\x80\x27\xf4\x0e\ -\x78\xc2\xe3\xff\x0d\xb0\x82\xb0\x19\x25\xdc\x63\x29\xcf\xe5\xdd\ -\x1a\xb8\x92\xc5\x39\x94\x4f\x82\x71\x02\x66\x1d\x0f\x24\x08\xe5\ -\xc0\xb3\x94\x95\x42\x38\x03\xee\xf0\xf0\x64\x10\x9e\x12\x07\x3b\ -\x28\xdc\x52\x9b\xc0\xcb\xb5\x18\x83\xa0\x5c\x48\x68\xa4\x39\x1e\ -\x86\xb9\xf8\x07\xfa\x1f\xd7\x22\x6d\xc4\xbb\x93\xac\x00\xdb\xf7\ -\x4a\xcc\x63\xee\xc5\x10\xbc\x73\x41\x15\x30\xfd\x8c\xc7\xb2\x96\ -\xf5\x23\xc1\x56\x43\x75\x09\xd3\xb5\x23\x75\x8e\x6c\x21\x99\x35\ -\x30\x95\x03\x53\xba\xd2\x1b\x49\xf6\x1c\x0f\xc1\x97\x14\x81\x09\ -\xb4\x2f\x49\x6d\x16\x8a\xb5\xe1\x96\x5d\xc3\x74\xe5\x48\xbd\x49\ -\xb1\xce\xbf\x17\x8f\x09\x89\x58\xb6\x2d\x3c\x36\x78\xe8\xfa\x21\ -\x68\x4a\x58\x3c\x74\xc6\x30\x54\x3e\xe4\x78\xd2\xfc\x25\xc1\x85\ -\xfa\x41\xee\x49\x67\xb3\xee\x3f\x05\x9e\x37\x5f\x61\x73\x29\xde\ -\x3c\x91\x09\x2c\x9e\x49\x42\x15\x0d\xc8\xbc\x8b\x91\x0b\xc6\x52\ -\x1e\xb4\x62\x5c\xe1\x89\xf6\x20\x48\x73\x3d\x83\xa0\x9d\xba\x0c\ -\xa6\xae\x9c\x06\x66\x0f\xda\xd7\xe2\x3d\xe5\x12\xef\x31\x43\x68\ -\x4c\xfb\x63\x1f\x20\x40\x50\xd7\x0a\x8f\xde\xb9\x82\x32\xdb\x0c\ -\x82\xfa\xbb\x35\x12\x36\x06\xee\x7b\xbd\xfd\xca\x8d\x8e\x7c\xb4\ -\x60\x7b\x7f\x86\x1d\xd8\x33\x5e\x86\x03\xba\x24\x3f\xa9\x82\x61\ -\x52\xdf\x49\x93\xa9\xd3\x3d\xda\xc7\xbd\x7b\x63\xe9\x30\xbb\x4b\ -\x1c\x8a\x94\x4e\x59\xc9\x0c\x55\xe7\x6c\xc7\x30\x82\xf1\x21\xf1\ -\x86\xe4\xbd\x4d\x84\x8c\x80\xc6\x3d\xb7\x35\xea\x4c\x78\x46\x5b\ -\xd2\x1f\x52\x4a\x1d\x78\x35\x3d\x07\xc9\x73\x7f\x86\xb9\x4f\x87\ -\x9e\xc0\x3e\x9d\x6b\xcf\x96\xbc\xbf\xda\x17\x85\xed\xa0\x51\x57\ -\x0b\xd6\x6d\x0e\x06\xf5\xb0\x67\xc0\x30\x81\x7d\xa5\xdf\x32\x99\ -\x27\x7d\x83\x4f\x46\x6e\xdf\x98\x94\xa1\x55\x29\xf5\xac\x2d\xfa\ -\x75\xdf\xe2\x09\xa7\x79\x1e\x62\xdb\xbe\xa6\x3b\x03\x44\x0a\xaf\ -\xdf\xad\x00\x3b\xee\x8b\x39\x60\xca\x70\x53\x19\xce\x34\x58\xc0\ -\x4b\xb3\x94\xe2\x02\x6f\xb9\x6a\x36\x96\x42\xdc\x00\xdf\x4a\xb8\ -\x49\xb6\x0e\x21\x16\x3b\x20\x32\x76\x1f\xf9\xa2\x01\x3b\x08\x43\ -\x95\xdb\xd6\x0f\x24\x34\xfe\xdf\xc0\x33\x7f\x23\x21\x9f\xff\x61\ -\x1a\xee\x38\x9e\x76\xd6\x25\x2c\xef\x3a\x07\x79\xc0\x4b\x38\xee\ -\xd9\xc1\x49\x08\xc6\x75\xe2\xf5\x16\x35\x0a\x51\x05\x2f\x3f\xc9\ -\xf3\x73\x99\x7e\xb4\x40\x1e\x7e\x80\xe5\x53\xb7\xbc\x2a\xa4\x1c\ -\x37\x6c\xbc\x89\x5f\x06\x09\xe3\x06\xea\xb2\x63\xa2\xf6\x86\x14\ -\x0f\x1a\xf9\x2d\x3e\xdd\xfa\x67\xc1\x94\x22\xd4\x7f\xe0\xed\x36\ -\xf8\xb3\x4c\x86\x57\x36\x93\x31\x27\x21\xd8\xfb\xe6\xe2\x19\xec\ -\x86\x6e\xe0\x14\xf8\x49\xe6\x77\x3c\x9e\x7b\xa0\x74\xa4\xea\x41\ -\x97\xa0\xf5\x50\x02\xd5\x21\x8f\x7b\x7f\xc6\xbb\x9f\x8e\x77\x2c\ -\xa1\xb8\x95\xcc\x6d\x6a\x00\x6e\x40\x78\x06\x1b\xd0\xc5\x7c\x24\ -\x6f\x0e\x10\x36\x60\x2d\xf0\x0c\xe1\xe5\x3c\x00\x36\x77\x19\xa0\ -\x83\xeb\x67\x7c\x96\x6c\x24\x73\xe5\xf9\xd3\x45\x31\x0d\x41\xe3\ -\x93\x2d\x3c\x42\x7d\xe1\x9e\xb2\x96\xf5\x5b\xe5\xc7\x71\x8c\xbe\ -\x4d\x36\x56\xe8\x1a\x3c\xd1\xd6\xc0\x25\x54\x33\x47\xc3\x66\x5a\ -\x3f\x09\xc1\x57\xe0\x07\xdf\x6c\x4b\x60\x06\x2f\x41\x93\x74\x42\ -\x67\xb2\x0e\x97\x55\x05\x85\xd1\x75\xcf\xd8\xac\x0a\x3c\xdb\x77\ -\x38\xf3\xc2\x8d\xaf\xa7\x30\x9d\xe3\x13\x76\xe3\x8e\x87\x4d\x62\ -\x40\x30\xb0\x03\x5e\xeb\x01\xf8\x04\x45\x34\x86\x0e\x56\xf0\x30\ -\x4c\x75\xf4\x36\x21\x18\xe2\x1c\x59\x38\x82\xc7\xbd\x17\x6e\xcc\ -\xf4\x8b\x64\xc5\xd9\x72\xee\x50\x63\x17\xba\x34\xf4\x2f\x26\x0b\ -\xa8\x7e\xec\x2e\x23\xff\x76\x31\x01\xe7\xad\x3e\x74\x65\x7d\x72\ -\x31\xf9\xed\xcc\xc5\xe4\xd8\xdb\xf7\x82\x6d\x20\x2b\x33\x1c\xfe\ -\x81\x7f\x6f\x32\x79\x30\x84\x71\x7a\xf7\xcb\x75\x30\x6e\x7d\xd4\ -\x8e\x6a\xbc\x67\xec\xc5\xdb\xd0\x0d\xa6\x35\xc9\xd5\xec\x8d\xcb\ -\x69\xf4\xe2\x98\x70\xc3\xe4\x7d\xa2\xf7\x09\x6c\x35\x3b\x26\x95\ -\x94\x18\xdd\xe5\x54\x06\xb9\xb0\x18\xf3\x9e\xc3\x6b\xf8\x9f\xaf\ -\xe7\x7f\x03\x88\x7c\xd3\x3b\xed\x32\x4f\xdf\x00\x00\x00\x00\x49\ -\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x08\x6c\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x08\x1e\x49\x44\x41\x54\x78\x9c\xed\ -\x5b\x7d\x8c\x1c\x65\x1d\x7e\x7e\x33\xb7\x7b\x77\x70\x1f\x10\xe8\ -\x51\xb3\x1f\xb3\x7b\xd7\x6b\x4a\x5a\x4c\x2c\xa7\x11\xd2\x54\x4b\ -\x34\xa8\xa1\x87\x45\x12\x05\x03\x34\x90\x2a\x45\x49\x94\x40\x4d\ -\x4d\xc0\xaa\x54\xa1\x4a\x0b\xfc\x41\x55\x04\x2d\xd0\x48\x02\x42\ -\x63\x0d\x60\xff\xc0\x36\x55\x21\x80\xd1\xe8\x62\xcf\x5c\xdd\xdb\ -\xd9\x9d\xbb\x1e\xb5\x14\xfb\x61\x7a\xb7\xb3\xfb\x3e\xfe\xd1\x22\ -\xf3\xb5\x77\xbb\xb7\x33\xc7\x55\xef\xf9\x6f\x9e\xf7\xf7\xfe\xe6\ -\x99\x67\xde\x99\x7d\xe7\x7d\x7f\x0b\xcc\x63\x1e\xf3\xf8\x7f\x86\ -\xcc\xc6\x49\x86\x0f\x1d\x5a\x10\x9b\xac\xac\xa4\xe0\x12\x0d\xb2\ -\x44\x81\xbd\x00\xce\x13\x48\x17\x40\x1d\xc0\x71\x00\xc7\x09\x29\ -\x02\x3c\xa0\x41\xfe\x46\x56\xf6\x67\x32\x99\x91\xa8\xb5\x45\x66\ -\x40\xb1\x58\xec\x53\xd0\xd6\x42\x71\x10\x82\x0f\xce\x30\xcd\x08\ -\x28\x2f\x6a\x9a\xfa\x79\x2a\x95\x7a\x43\x44\x18\xaa\x48\x84\x6c\ -\x00\x49\x29\x58\xd6\x95\xa2\xb0\x01\xc0\xaa\x30\x73\x03\xc8\x51\ -\xb8\xf5\xed\xc3\x87\x9f\x1a\x18\x18\xb0\xc3\x4a\x1a\x9a\x01\x85\ -\x82\xb5\x0a\xc2\x2d\x00\x06\xc2\xca\x19\x0c\x29\x10\xd8\x94\x49\ -\x27\x9e\x08\x63\x44\x34\x6d\x40\x3e\x9f\xbf\x48\xd3\x63\x0f\x00\ -\xf8\xe2\x14\x61\x8a\xc0\xef\x45\x64\x2f\x14\x87\xa8\xe3\x1f\x2d\ -\xc0\xd1\x4a\xa5\x72\xa2\xd2\xd6\x56\x8d\x97\xcb\x9d\x64\x4b\x37\ -\xa0\xb2\x14\x2c\x06\xe4\x32\x01\x3f\x09\xa0\xbd\x56\x42\x02\xfb\ -\x35\xa8\xf5\x86\x61\xbc\xd9\x8c\xfe\xa6\x0c\xc8\x97\x4a\x1f\xd1\ -\x14\x76\x01\xf8\x40\x40\xf3\x09\x81\xbc\x40\x72\x77\x4b\x8b\xbc\ -\x94\x4c\x26\xdf\x6e\x24\x77\xa9\x54\x6a\xaf\x56\xe5\x0a\x11\xb5\ -\x9a\x90\xc1\x1a\xe7\x98\xa0\xf0\xe6\x6c\x3a\xfd\x8b\x99\xe8\x07\ -\x9a\x30\xa0\x50\x28\x5d\x0f\xc1\xe3\x00\x5a\x7d\xa2\x80\x87\x35\ -\xa8\xfb\x0c\xc3\x78\x67\xa6\xf9\x9d\xc8\xe5\x72\xf1\x8e\x8e\xae\ -\x75\x10\xb9\x07\x40\x8f\x2f\x80\xb2\xd9\x30\x12\xf7\x88\x88\x6a\ -\x34\x77\xc3\x06\x90\xd4\x8a\xc5\xd2\xbd\x84\x6c\xf4\x34\x29\x00\ -\x8f\xb7\xe8\xf2\xed\x64\x32\x69\x35\x9a\xb7\x1e\x0c\x0d\xfd\xb3\ -\xb3\xbd\x7d\xe2\x0e\x02\x77\x02\xe8\x70\x0b\xc3\xae\x73\xce\x69\ -\xbd\xa1\xa7\xa7\xe7\x64\x23\x39\x1b\x32\x80\xa4\x66\x9a\xa3\x3b\ -\x21\xfc\x82\xa7\x69\x4c\x69\x58\xd3\x9b\x4a\xbd\xd6\x48\xbe\x99\ -\xc2\xb2\xac\x64\xa5\xca\xe7\xe1\x7f\xe1\xfe\xc9\x2e\x4f\x7c\xbc\ -\xbf\xbf\xff\x78\xbd\xb9\xb4\x46\x4e\x6c\x96\x46\x37\xf9\x2e\x5e\ -\xf0\x2a\x58\x1d\x98\xad\x8b\x07\x80\x64\x32\x69\xe9\x1a\x56\x02\ -\xd8\xe9\x69\xfa\x50\x2c\xde\xb6\x93\xa4\x5e\x6f\xae\xba\x47\xc0\ -\x48\xb1\xf8\x79\xa1\x3c\xed\xee\xcc\x1d\x4a\x55\x6f\xcd\x66\xb3\ -\x13\xf5\xe6\x09\x13\x24\xa5\x58\xb4\xee\x22\x70\x1f\x1c\xd7\x42\ -\x60\x4b\xd6\x48\x7d\xa3\x9e\x1c\x75\x19\x50\x2c\x16\x07\x14\x65\ -\x3f\x80\x36\x07\xfd\x94\x91\x4e\xde\x18\xc5\xec\xac\x51\x8c\x98\ -\xd6\xd7\x04\xdc\xe6\xe4\x04\x72\x93\x61\x24\x9f\x98\xae\xef\xb4\ -\x8f\x80\x65\x59\x17\x28\xca\x2e\x38\x2e\x5e\x80\xd7\xa8\x2a\xeb\ -\xe6\xc2\xc5\x03\x40\x26\x9d\x78\x08\x94\x9f\x39\x39\x82\x8f\x16\ -\x0a\x63\xcb\xa7\xeb\x3b\xad\x01\x15\xc5\x2d\x00\x12\x0e\x6a\x4c\ -\x84\x6b\xde\xaf\x61\x1f\x04\x11\xa1\x6d\x9f\x5a\x0f\xe0\x0f\x0e\ -\x3a\x0e\xa9\x3c\x4a\xb2\x65\xaa\xbe\x53\x1a\x60\x9a\xe6\x0a\x10\ -\x37\x3b\x28\x52\xc9\xe7\xd2\xe9\xf4\x58\x13\x7a\x23\x41\x7f\x7f\ -\xff\xa4\xaa\xda\xd7\x00\x38\xf2\x1e\x2b\xcb\x8b\x45\xeb\xb6\xa9\ -\xfa\xd5\x34\x80\xa4\x10\xfa\xf7\x3d\xf4\xce\x6c\x36\xf9\x6a\x33\ -\x42\xa3\x44\x6f\x6f\xef\x5b\x84\x6c\x76\x72\x04\xee\x1e\x1f\x1f\ -\x3f\xb7\x56\x9f\x9a\x06\x14\x2c\x6b\x25\xc0\x15\x0e\xca\x16\xa8\ -\x6f\x85\xa0\x33\x5a\x28\xfb\x47\x10\x14\x1d\xcc\x85\x13\xe5\xf2\ -\x97\x6b\x85\xd7\x34\x40\x14\xee\x72\x13\xf8\xb1\x61\x18\xf9\xe6\ -\x15\x46\x8b\x6c\x36\x3b\x41\xd0\x7d\xa3\x28\x77\xd4\x9a\x1b\x04\ -\x1a\x30\x32\x32\xb2\x10\xc0\xa7\x1c\x94\xad\x2a\xf6\xbd\xa1\xa9\ -\x8c\x18\x99\x54\xea\x49\x02\xc3\x0e\x2a\x51\x28\x95\x3e\x11\x14\ -\x1b\x68\x80\xe8\xfa\xf5\x00\xfe\xeb\x98\x00\x2f\xf7\xf6\xf6\xbe\ -\x15\xae\xcc\xe8\x20\x22\x55\x21\x9f\x71\x71\x4a\x6e\x0a\x8a\xad\ -\xf1\x08\xc8\x6a\xe7\x11\x85\xbf\x0a\x4b\xdc\x6c\x81\xba\xb8\x35\ -\x0b\x3e\x13\xf4\x18\xf8\x0c\x18\x1f\x1f\x3f\x17\xc4\xe5\x4e\xae\ -\x6a\xeb\xbf\x0e\x5d\x61\xc4\xc8\x24\x93\xaf\x03\xe2\x1c\xb5\xdd\ -\x23\x96\x75\xa9\x37\xce\x67\xc0\xe4\x64\xe5\xa3\x00\xe2\x0e\xea\ -\xcf\x7d\x7d\x89\xa2\x37\x6e\xae\x43\x44\x14\x84\xae\x1b\xa7\x2b\ -\xff\x3a\x65\xc0\x23\xc0\x65\x1e\x62\x7f\xa8\xca\x66\x11\x3c\xfd\ -\xfd\xf2\xde\x31\xb0\xd4\x1b\x13\x64\xc0\xc5\xce\x23\x71\xbf\x4d\ -\xcf\x2a\x08\xc5\xab\xfd\x62\x6f\x4c\x80\x01\x92\x71\x1e\x91\x32\ -\xe7\x7f\xfb\x6b\x81\x2c\x7b\xb5\x67\xbd\x31\x3e\x03\x08\x74\x3a\ -\x8f\x45\xe4\x5f\x21\xeb\x9a\x4d\x78\xb5\x77\x7a\x03\xa6\x35\xa0\ -\x5a\x65\x43\x6b\x6c\x73\x09\x99\x4c\x66\x12\x40\xc5\x41\xc5\x73\ -\xb9\x9c\xf3\x05\xef\x37\x40\xbc\x8b\x24\x31\xce\x89\x6f\xfe\xa8\ -\x10\x34\x11\x3a\xe1\x3c\xd0\x95\xe6\x1b\x36\x67\x0b\x0a\x85\x42\ -\x2b\x00\xe7\x7a\x40\x79\xd9\xb2\x65\x65\x67\x4c\xd0\x08\x70\xad\ -\xa8\x92\x3c\x2f\x1a\x79\xd1\x83\x64\xb7\x87\x3a\xe1\x8d\xf1\x19\ -\xa0\x00\xd3\x93\xc6\xf7\xe6\x3c\x5b\xa0\x69\xf1\x5e\x0f\x55\xf0\ -\xc5\xf8\xbb\xc9\x01\xe7\x11\x05\xfd\x61\x8a\x9a\x4d\x88\x5f\xfb\ -\x90\x37\xc6\x67\x80\x86\xaa\x6b\xb3\x51\xdc\x8b\x22\x67\x15\xe8\ -\xd1\x4e\x20\xe7\x8d\xf1\x19\xd0\xde\xde\xfe\x0a\x00\xc7\xfe\xbb\ -\x2c\xb7\x2c\x2b\x19\x81\xbe\x48\x41\x52\x03\x70\x95\x8b\x54\xb2\ -\xd7\x1b\xe7\x33\xa0\xa7\xa7\xe7\xa4\x00\xaf\x38\x39\x5b\x79\x12\ -\x9d\x05\x28\x95\x4a\x97\xc2\xbd\xa3\x7c\x3c\x93\x49\xbc\xe1\x8d\ -\x0b\x5c\x0f\x20\xe1\xfa\x8a\x12\x70\x30\x5c\x79\xd1\x43\x41\x73\ -\x69\x26\xf8\x92\x88\x54\xbc\x71\x81\x06\x68\x1a\x77\xe2\xf4\x6e\ -\xef\xbb\xbd\xaf\x18\x3e\x74\x68\x41\xd8\x22\xa3\x02\x49\x0d\xe4\ -\xb5\x4e\x4e\x28\x3b\x82\x62\x03\x0d\x48\xa7\xd3\x63\x20\xf6\x38\ -\xa8\xd6\xd8\xa4\xed\xdd\x0e\x9f\xb3\x30\x4d\xeb\x3a\x00\x4b\x1c\ -\xd4\xb8\x61\x24\xf7\x04\xc5\xd6\x5e\x15\x16\xf9\xa1\x87\xf8\x4a\ -\x3e\x3f\x66\x84\xa2\x30\x42\xe4\x72\xb9\x38\x04\xdf\x75\x72\x02\ -\x6c\x0b\x1a\xfe\xc0\x14\x06\xa4\xd3\x89\x97\xe1\x7e\x19\xc6\x75\ -\x5d\x6d\x0a\x45\x65\x84\xe8\xe8\xe8\xfe\x12\xdc\x9f\xbd\x47\x4f\ -\x9d\x6a\xdb\x5e\x2b\x7e\xaa\x11\x40\x2a\x7c\xd3\xc9\x11\xbc\xd1\ -\x34\x4d\xdf\xba\xda\x5c\xc1\xe8\xe8\xe8\x85\x10\xdc\xed\x22\xc9\ -\xef\x2d\x59\xb2\xc0\x37\x05\x7e\x17\x53\xee\x0d\x66\xb3\xa9\xbd\ -\x00\x9e\x74\xc7\x6b\xcf\xe7\xf3\xf9\x8b\x9a\x11\x1a\x05\x72\xb9\ -\x5c\xdc\xb6\xd5\xb3\x70\xd6\x10\x11\x7f\x39\x72\xe4\xf0\xc3\x53\ -\xf5\x9b\x7e\x77\xd8\x8e\xdd\xe9\x5c\x5d\x25\x90\xd2\xf4\xd8\x73\ -\xc3\xc3\xc3\xde\xe2\xa8\xf7\x15\x9d\x9d\x5d\x0f\x41\xf0\x31\x07\ -\x65\x2b\x1d\xeb\xa6\x2b\xaa\x9c\xd6\x80\x45\x8b\x16\x1e\xa6\xc2\ -\x67\x01\x4c\x3a\xe8\xcb\x63\xad\x6d\x8f\x90\x9c\x95\x5a\xe3\xe9\ -\x50\x28\x16\x6f\x23\xe4\x56\x17\x49\xac\xaf\xa7\x6c\xa7\xee\x0b\ -\x30\x4d\xeb\x06\x82\xae\x8a\x0b\x02\x3f\xf9\xf7\x89\x63\xb7\x7b\ -\xbf\xb1\x67\x0b\x67\x4a\x64\x6e\x27\xb0\x0d\x8e\x9b\x29\xe0\x83\ -\x86\x91\xfe\x7a\x3d\x39\x1a\xba\x83\x23\x66\xe9\x7e\x01\x36\xb8\ -\x55\x60\x5f\x2c\xa6\x5d\x9b\x48\x24\x8e\xd4\xe8\x16\x09\x72\xb9\ -\x5c\xbc\xa3\xab\xfb\x11\x10\xb7\x38\x79\x01\x7e\x93\x4e\x27\xaf\ -\xaa\xf5\xb3\xe7\x45\xa3\x65\x72\xba\x59\xb2\x9e\x01\xb1\xc6\x93\ -\xa6\xa0\x6b\x1c\x4c\xa5\x52\x7f\x6d\x24\xdf\x4c\x71\xf0\xe0\x78\ -\x4f\x4b\xac\xf2\x4b\xf8\xbf\x54\xdf\xa4\xaa\xac\xc8\x66\xb3\x75\ -\x2f\xe4\xce\xa4\x50\x52\x37\xcd\xd2\x0f\x20\xe2\x1d\x62\x36\x81\ -\xed\x55\x3b\xb6\x79\xd1\xa2\x85\x87\x1b\xcd\x5b\x0f\x4e\x97\xcf\ -\xe2\xab\x10\x6c\x04\x70\xbe\xab\x51\xf0\x62\xd5\x2e\x5f\xd7\xd7\ -\xd7\x77\xac\x91\x9c\xcd\x94\xca\xde\x02\xc1\x76\x00\x31\x4f\xd3\ -\x49\x02\x0f\x54\xca\x13\x5b\x1b\x29\x58\x9c\x0a\x24\x5b\x4c\xd3\ -\x5a\x0b\xc1\x26\xb8\xeb\x95\xce\x04\xc8\x56\xc3\x48\x6c\x10\x91\ -\x6a\xa3\xb9\x9b\x2b\x96\x2e\x16\x57\x6a\x94\xe7\x00\x5c\x10\xd0\ -\xfc\x0e\xc1\xdd\x1a\xb4\xdd\xe5\xf2\xa9\x3d\x8d\x9a\x91\xcb\xe5\ -\xe2\x9d\x9d\xe7\xaf\x54\x50\xab\x05\xb8\x1a\x40\xd0\x34\xdc\x06\ -\xb1\x3e\x93\x49\x3d\x36\x13\xfd\x40\x08\xe5\xf2\x07\x47\x47\x53\ -\x2d\x55\xf5\x20\x88\x6b\xa6\x08\xb3\x01\xee\x83\x68\xbf\x85\xe2\ -\xdf\x95\x92\x83\xaa\x55\x8e\xc6\x2a\x95\x93\xe5\x72\xb9\xda\xd6\ -\xd6\xd6\xa9\x94\xea\x26\xf5\x2c\x35\x2c\x06\xd5\x65\x02\xb9\x12\ -\x40\x57\xad\x84\x04\x5e\x3f\x53\x2e\xff\xc7\x66\xf4\x87\xf8\x87\ -\x89\xd2\xa7\x29\xb8\x5f\x80\x4b\xc2\xca\x59\x03\x63\x84\x7c\x27\ -\x93\x4e\xfc\x74\x26\x43\xde\x8b\xb0\xff\x32\xa3\x99\xa6\x75\x35\ -\x05\x1b\x05\xf8\x70\x98\xb9\x01\xe4\x41\x6e\x25\xab\x8f\x85\x59\ -\xa3\x18\xd9\x4c\xce\x34\xcd\xa5\x14\x6d\x2d\x14\x06\x21\x58\x3c\ -\xc3\x34\xe3\x10\xbc\xa0\xc0\x1d\xd9\x54\xea\x77\x33\xf9\x3f\xc0\ -\x74\x98\x95\xa9\xec\xc1\xd1\xd1\x54\xac\xc2\x55\x0a\x5c\x0a\xc8\ -\x12\x80\x59\x11\x74\x83\xe8\xc2\xe9\x9d\x9b\x63\x00\x8f\x0b\xa4\ -\xa4\x80\x21\x08\x87\x34\x72\x5f\x3a\x9d\x3e\x30\x57\xca\x71\xe7\ -\x31\x8f\x79\xfc\x6f\xe2\x3f\x21\x7b\x09\x29\x0d\x19\xbe\x1d\x00\ -\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\x95\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x47\x49\x44\x41\x54\x58\x85\xed\ -\xce\xb1\x0d\x00\x20\x0c\x03\x41\x82\x18\x2a\xdb\xc1\x42\x69\xd8\ -\x2f\xc0\x10\x46\x4a\xf3\xd7\xdb\xfa\xd6\x04\x1e\xb9\x3c\x72\x29\ -\x1f\x5d\x19\xff\x40\x00\x01\x04\x10\x40\x00\x01\xe5\x01\x43\x3d\ -\xb8\x66\xd3\x23\xab\x02\xfa\xb6\x7b\xb4\x0b\x00\x00\x50\xed\x01\ -\x74\x44\x0a\xfd\x41\x7d\x20\x9d\x00\x00\x00\x00\x49\x45\x4e\x44\ -\xae\x42\x60\x82\ -\x00\x00\x01\x34\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\xe6\x49\x44\x41\x54\x78\x9c\xed\ -\xd2\xb1\x09\xc2\x40\x00\x46\xe1\x5f\x87\xc8\x26\x2e\xe2\x0a\x29\ -\xc4\xc6\x61\x6c\x82\x4b\xb8\x88\x5b\xa4\x72\x8b\xb3\x30\x60\x21\ -\x36\xde\x5d\x9e\xe0\xfb\x20\x90\xc0\xa1\x7f\x1e\x49\x24\xfd\xb3\ -\x4d\xef\x3f\xd8\x1d\xce\xfb\x24\xd3\xf2\x78\xbc\x5d\x4e\xd7\x96\ -\xe7\x6b\x6d\x7b\xfe\xf8\x62\x2a\xc9\x50\x92\x21\xaf\x17\x6b\x79\ -\xbe\x4a\xf7\x00\xcb\x8b\xbc\xdd\xb7\x3a\x5f\x6b\x8d\x2f\xe0\xa7\ -\x19\x80\x1e\x40\x33\x00\x3d\x80\x66\x00\x7a\x00\xcd\x00\xf4\x00\ -\x9a\x01\xe8\x01\x34\x03\xd0\x03\x68\x06\xa0\x07\xd0\x0c\x40\x0f\ -\xa0\x19\x80\x1e\x40\x33\x00\x3d\x80\x66\x00\x7a\x00\xcd\x00\xf4\ -\x00\x9a\x01\xe8\x01\x34\x03\xd0\x03\x68\x06\xa0\x07\xd0\x0c\x40\ -\x0f\xa0\x19\x80\x1e\x40\x33\x00\x3d\x80\x66\x00\x7a\x00\xcd\x00\ -\xf4\x00\x9a\x01\xe8\x01\x34\x03\xd0\x03\x68\x06\xa0\x07\xd0\x0c\ -\x40\x0f\xa0\x19\x80\x1e\x40\x5b\x23\xc0\xfd\xc3\x7d\xab\xf3\x55\ -\x56\x08\x50\xc6\x24\xf3\xf3\x2a\x63\xfb\xf3\x92\xf4\xbd\x07\x47\ -\xdd\x22\x24\x17\x57\x09\xda\x00\x00\x00\x00\x49\x45\x4e\x44\xae\ -\x42\x60\x82\ -\x00\x00\x01\x20\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\xd2\x49\x44\x41\x54\x78\x9c\xed\ -\xd0\xb1\x0d\xc2\x40\x14\x44\xc1\x35\x45\x38\x43\x72\x4d\xb4\xe0\ -\x88\x8a\xe8\x82\x9a\x2c\x93\xd0\x85\x09\x40\x44\x90\x7a\x90\xd8\ -\x89\x2e\xbb\xfd\x2f\xa9\xaa\x7f\x36\xa8\x8f\x97\xe5\x76\xca\x90\ -\x4b\x92\x64\xcb\x79\x9a\x8e\x57\xb1\xe3\x20\x3e\x4d\x92\xd7\xf1\ -\x63\x92\xf1\x1d\x02\x70\x01\x9e\xc7\x7f\x7a\xef\x4a\x06\xf8\x09\ -\x0d\xa0\x07\x68\x0d\xa0\x07\x68\x0d\xa0\x07\x68\x0d\xa0\x07\x68\ -\x0d\xa0\x07\x68\x0d\xa0\x07\x68\x0d\xa0\x07\x68\x0d\xa0\x07\x68\ -\x0d\xa0\x07\x68\x0d\xa0\x07\x68\x0d\xa0\x07\x68\x0d\xa0\x07\x68\ -\x0d\xa0\x07\x68\x0d\xa0\x07\x68\x0d\xa0\x07\x68\x0d\xa0\x07\x68\ -\x0d\xa0\x07\x68\x0d\xa0\x07\x68\x0d\xa0\x07\x68\x0d\xa0\x07\x68\ -\x0d\xa0\x07\x68\x0d\xa0\x07\x68\x0d\xa0\x07\x68\x0d\xa0\x07\x68\ -\x0d\xa0\x07\x68\x32\xc0\xfd\xcb\x7b\x57\x2e\xc0\x96\x39\x43\xd6\ -\x0c\x59\xb3\x65\x66\x3b\xaa\xea\xaf\x3d\x00\x08\x2d\x0e\x52\x29\ -\x6c\xf3\x60\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\xf7\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\xa9\x49\x44\x41\x54\x58\x85\xed\ -\x96\xb1\x4a\xc3\x50\x14\x86\xff\x93\x64\xb1\x05\x5f\x40\xd4\x37\ -\xa8\x60\xa1\x11\x41\x7c\x03\x29\x0d\x2a\x5d\x7c\x01\x5d\x04\x11\ -\x97\x4e\x1d\x1c\x44\x97\xe2\x13\x38\x59\x49\x3a\x17\x17\x41\x0a\ -\x86\x52\xb0\x8f\x50\x3b\xb8\xb8\x28\xd4\xa9\xb9\xc7\xa1\x26\x36\ -\xb5\xb7\x4d\x4c\x6b\x86\xf6\x9f\x6e\x92\x73\xcf\xff\xe5\xdc\x7b\ -\x0f\x17\x98\x75\xd1\xa8\x8f\xa9\x2a\x27\x13\x1d\x51\x64\x50\x0e\ -\xc0\x6a\x44\xaf\x16\x83\x4d\x47\x53\x0a\x8d\x1d\xfa\x1c\x0b\x90\ -\xaa\x72\x72\xa1\xc3\x35\x00\x6b\x11\x8d\x07\xd5\xec\x6a\xb4\xe9\ -\x42\x28\xb2\xa8\x44\x47\x14\xa7\x60\x0e\x00\x6b\x6a\x57\x14\xdd\ -\x07\x29\xc0\x77\xd9\xa7\x22\x02\x19\xee\x58\x1b\x11\xe7\x5b\x73\ -\x3b\xa7\x8c\xdc\x2f\xe3\xa4\x5b\x82\x87\xe5\x96\x56\xe0\xbf\x34\ -\x07\xf8\xb5\x07\xd2\x65\x5e\xd1\x54\x6c\x03\xec\x7b\x9f\xa9\xf0\ -\x91\x2c\x09\x09\x08\x02\x9a\xcb\x0e\x9e\xee\xf6\xc8\xf9\x33\x80\ -\x6e\xf1\x09\xc0\xe7\xc3\xc0\x88\xb9\x24\xcd\x42\x3d\xdc\x17\x0d\ -\x8f\x69\x93\xf7\x1b\x06\xbd\x06\x05\xf0\x96\x20\x53\xe1\x3c\xc0\ -\x17\xc3\xcc\x43\x68\x4b\x23\xbe\xdd\x2d\xb3\x1a\x1a\x80\x98\x4f\ -\x23\x18\xfb\x20\xda\x2a\x36\x82\x06\xf7\xff\xed\x40\xd7\xe3\xeb\ -\xe0\x9e\x94\x05\xb0\xe4\xcd\xec\xe5\xaa\x85\x05\xf0\x35\x1a\x3b\ -\xa7\x4a\x37\xdd\xa0\x74\xcb\x01\x40\x87\x1e\x80\x12\xfc\x74\xc5\ -\x7e\x0c\xe7\x00\x73\x80\xd8\x01\xa2\x74\x3d\xa9\x88\xb9\xa4\x5b\ -\x42\xde\xba\x81\x96\x3b\x88\xa5\x02\x0c\x36\xe3\x04\x68\x3a\x9a\ -\x52\x88\x03\xa0\xc5\xe0\xab\xfe\x1b\x31\xd0\xd7\x7e\x75\x4b\xbc\ -\x03\x58\x9c\x88\x15\xd3\x81\x6d\xd0\x4d\x90\xd0\x9f\x0a\x30\xee\ -\x27\x62\x0e\x74\x85\x8a\x87\xa0\xc1\x1e\x80\x50\xe9\x18\xc0\x5b\ -\x64\x7b\xa6\xb3\x7a\x96\xda\xa1\x01\xea\x59\x6a\x0b\x85\xd6\xc1\ -\x30\x01\x7c\x84\xb5\x05\xf0\x0c\x50\xde\x36\xe8\x32\xe4\xdc\x19\ -\xd7\x17\x91\x1d\x7b\x32\x62\xe5\x6b\x14\x00\x00\x00\x00\x49\x45\ -\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\x68\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x1a\x49\x44\x41\x54\x58\x85\xed\ -\xc1\x01\x01\x00\x00\x00\x82\x20\xff\xaf\x6e\x48\x40\x01\x00\x00\ -\x00\xef\x06\x10\x20\x00\x01\x47\x01\xa0\x88\x00\x00\x00\x00\x49\ -\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\xd3\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x85\x49\x44\x41\x54\x78\x9c\xed\ -\xd7\xb1\x0d\xc2\x40\x10\x04\xc0\x7d\xe8\x01\x51\x0a\x75\x20\x3a\ -\x20\x72\x45\xee\x82\x90\x1e\xe8\xc4\xa2\x07\x78\x52\xf4\x26\xb5\ -\x1e\xd9\x33\xe1\xea\x82\xbd\xcb\x2e\x01\x00\x00\x00\x00\x60\x3b\ -\x4a\x1b\x9c\x6e\xf5\x5c\x53\xc7\x24\x87\x0e\x7d\x96\x34\xe5\x5d\ -\xae\x8f\x4b\xb9\x7f\x87\xbb\x76\x6a\xa5\xcb\x27\xc9\xb1\xec\xeb\ -\xd8\x86\xb3\x03\x6c\xcd\xec\x00\x25\x65\x48\xf2\xec\xd0\x65\x69\ -\x53\x7d\x95\xa1\x77\x09\x00\xe0\x7f\xf8\x05\xda\xa9\x95\x2e\x9f\ -\xf8\x05\x7e\xf3\x0b\x00\x00\x00\x00\x00\x00\xb0\x11\x1f\x5d\xbc\ -\x24\x0f\x6c\x9f\x83\x41\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\ -\x60\x82\ -\x00\x00\x00\xd6\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x88\x49\x44\x41\x54\x78\x9c\xed\ -\xd7\xb1\x0d\xc2\x40\x10\x04\xc0\x7d\x8a\x40\x14\x44\x05\x88\x0e\ -\x20\x71\x45\x4e\x68\x81\x94\xc4\x0d\x59\x34\xf1\xa4\xc8\x2f\x42\ -\xeb\x91\x3d\x13\xae\x2e\xd8\xbb\xec\x12\x00\x00\x00\x00\x00\xf6\ -\xa3\x2c\x83\xf3\xf5\x7e\x29\x35\x63\x92\x63\x87\x3e\xab\x29\xc9\ -\x5c\x93\xdb\xf4\x7c\xbc\xbe\xf3\x43\x33\xb8\xc1\xe5\x93\xa4\x26\ -\xa7\x24\xe3\x32\x6f\x0e\xb0\x37\xcd\x01\x6a\xc9\x90\xe4\xdd\xa1\ -\xcb\xaa\x4a\x32\x27\x19\x7a\xf7\x00\x00\xfe\x87\x5f\xa0\x19\xdc\ -\xe0\xf2\x89\x5f\xe0\x27\xbf\x00\x00\x00\x00\x00\x00\x00\x3b\xf1\ -\x01\xd7\x53\x1e\x0f\x14\xfc\xaf\x10\x00\x00\x00\x00\x49\x45\x4e\ -\x44\xae\x42\x60\x82\ -\x00\x00\x02\x06\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\xb8\x49\x44\x41\x54\x58\x85\xed\ -\x97\xcf\x4a\x1b\x51\x14\x87\xbf\x33\x49\x56\x25\x42\x2b\xa9\xe0\ -\x6b\x34\xff\x8a\xc5\x07\x68\x4a\x5f\xa2\xc1\x94\x6a\x46\x29\x25\ -\xf6\x11\x1a\xa1\x25\x99\xd8\xa2\x45\x17\x92\x95\x0f\x10\x70\xd3\ -\x2e\x04\xab\x69\x93\xd7\x10\x34\x28\x94\x2c\x63\x72\x5c\xcc\x64\ -\x0c\xc6\x8e\x98\x4c\x62\x69\xf3\x5b\xde\x7b\xb8\xdf\x37\xf7\x5c\ -\x86\x7b\xe1\x7f\x8f\x5c\x1f\x88\xbe\x2e\xcd\xa1\xba\x8a\x90\x44\ -\x89\xf8\x44\x69\xa0\x1c\x21\x92\xaf\x6d\x64\x0f\xfe\x28\x10\xcb\ -\x14\xdf\x29\xb2\x76\x93\x98\x4f\xe9\xa8\x92\xab\x7f\x35\x3f\xf6\ -\x09\x3c\x59\x28\x3c\x13\x31\xf6\x81\xdf\x88\x9a\xa1\x56\xbb\x72\ -\xb8\xfd\xf6\xdc\x0f\xea\xd3\x57\x9f\x1e\xb5\x42\x81\x14\x2a\x16\ -\x30\x85\xc8\x7c\x77\x27\x82\xae\x89\x18\x39\x40\x10\x35\x6b\x1b\ -\xcb\x65\x3f\xc0\xdd\x38\x1f\x52\x8e\x66\x2c\x01\x76\x50\x5d\x05\ -\x5e\x02\x18\x6e\x95\x90\x04\x08\xb5\xda\x15\x3f\xe1\xbd\x31\x82\ -\x46\xc5\x46\x91\x70\xc7\xdc\x59\xe7\xc0\xf9\xb5\xed\x37\xe5\xe7\ -\xe7\xa5\x33\x1b\xc5\xe3\x7e\x81\x7b\xca\x44\x60\x22\x70\xef\x02\ -\xc1\xdb\x0a\x62\x99\xd2\x1b\x45\x3f\x00\xe1\x3b\xae\xdd\x14\xe4\ -\xfd\xaf\xcd\xec\x17\xaf\x22\xcf\x1d\x48\xa4\x0b\x33\x8a\x96\x06\ -\x80\x03\x84\x15\xb5\x12\xe9\xc2\xcc\xc0\x02\xe3\x88\xa7\x40\x75\ -\x6b\xe5\x44\x90\x2c\xd0\x1c\x60\xed\xa6\x20\x66\x75\x6b\xe5\xc4\ -\xab\xe8\xd6\x33\xe0\xf4\xd0\xb3\x8f\xc3\xe4\xef\x6e\xc1\x44\x60\ -\x22\x30\x5e\x01\xa1\x01\xf6\x05\x72\x54\xb0\xf8\xe2\xfa\xb4\x8d\ -\xe2\xb4\x5f\x40\x39\x02\x68\x85\x02\xa9\x51\x09\x74\x2e\x3a\x29\ -\x1b\x45\xb5\x3b\x76\xf5\x23\x12\xc9\xa3\xfa\x02\x15\x2b\x9a\xb1\ -\xc4\x08\x1a\x95\xee\x1d\x6e\xd8\xc4\x17\xd7\xa7\x1d\x78\x11\xe8\ -\x20\x92\x77\xb1\xbd\x85\xce\xc3\x24\xcf\xe8\xce\x46\xdf\xc3\x24\ -\xd0\x3b\x7b\x5c\xdf\xfb\x31\x1b\x7b\xfe\x0d\x88\x08\x3c\x04\x1e\ -\xf8\x41\x75\x7a\xfe\x1d\x91\x74\x7d\xd3\xdc\xf5\x63\xcd\x7f\x27\ -\x97\x00\x43\x86\x87\x3f\x9c\xa0\xff\x00\x00\x00\x00\x49\x45\x4e\ -\x44\xae\x42\x60\x82\ -\x00\x00\x00\x8b\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x3d\x49\x44\x41\x54\x58\x85\xed\ -\xd3\x21\x12\x00\x10\x00\x05\xd1\xe5\x52\xaa\xe2\x00\x2e\xea\x04\ -\x66\x64\x97\x32\x92\x2a\x52\xf6\xa5\xdf\x36\x7d\x90\x24\x7d\x16\ -\xce\x48\x6d\x0d\x20\x3f\xaa\xf6\x59\x63\x01\x88\x4f\x82\xd2\x85\ -\x2f\x90\x24\xe9\xbb\x0d\xbb\x58\x0a\x07\x83\x32\x65\x0f\x00\x00\ -\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\xc0\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x02\x72\x49\x44\x41\x54\x58\x85\xe5\ -\x97\xcf\x4e\x13\x61\x14\xc5\x7f\xf7\x6b\xbb\x22\x31\x51\xc0\x08\ -\xbb\xbe\x82\xd0\x8a\xd1\x18\x4c\x5c\x09\x71\xc5\x1b\xd0\xd0\x26\ -\x40\x49\x8c\xc2\xb2\x69\x58\x95\x44\x23\x2d\x90\x42\xc0\xc4\xb0\ -\xc1\xbd\x4d\xd8\x28\x89\x89\x8a\x40\x7d\x05\x58\x29\x11\x31\x71\ -\xc1\xaa\x76\xae\x8b\xce\xd4\xb1\xd0\x3f\x53\x06\x17\x7a\x96\xe7\ -\xde\x99\x73\xe6\xdc\x6f\x32\x77\xe0\x7f\x87\xd4\x12\xfd\x89\xdc\ -\x2d\x54\x67\x10\x06\x50\xba\x7d\x52\x39\x42\xd9\x46\x24\xb3\x97\ -\x9f\x7c\x57\xd7\x40\x24\x3e\xff\x48\x91\xb9\xb3\x8c\xf9\x04\x4b\ -\x95\xe9\xe2\x4a\xf2\xc9\x29\x03\x7d\x63\xcf\x6e\x8b\x98\xb7\xc0\ -\x0f\x44\x93\xa1\x52\xb9\xf0\x61\xed\xe1\x77\x3f\x54\x6f\x8e\x3e\ -\xbd\x52\x0a\x05\x86\x50\xc9\x02\x97\x10\xb9\xe3\x24\x11\xac\x3a\ -\x11\x33\x0d\x08\xa2\xc9\xbd\xfc\xd4\xba\x1f\xc2\x0e\xec\x07\x59\ -\xef\x8f\x67\x05\x78\x81\xea\x0c\xf0\x00\xc0\x54\xbb\x84\x01\x80\ -\x50\xa9\x5c\xf0\x53\xdc\x0d\x13\x34\x85\x8a\x14\x37\xaa\x5c\xb5\ -\x6a\x1f\x38\xbf\x62\x3f\x0b\x3b\x8b\x13\xc7\x15\x29\xae\x3a\x5c\ -\xb0\x7e\x7b\x7b\xb8\x9e\x58\x18\x36\x6a\xad\x00\x58\x62\xc6\x3e\ -\xe5\x27\x5e\x35\xea\xf7\xd5\x40\x34\x96\x0b\x5b\x6a\x6d\x00\x1d\ -\x00\xb6\x91\xde\x46\xd7\x98\x46\x45\x4f\x48\xa5\x8c\x15\xd0\xe7\ -\x8e\x78\xab\xf0\xcd\x40\xe4\xb0\x2b\x01\x0c\xba\x39\x55\x66\xff\ -\x8a\x81\x68\x2c\x17\x56\x74\xae\x86\xde\x2a\xf6\x1c\x2f\x5f\xbc\ -\x81\xb3\xa3\x3f\x31\x65\x19\x25\x9d\xb6\x9a\x5d\xde\xf4\x10\x36\ -\x3b\xd5\x91\xc3\xae\x84\xa2\x83\x6e\x4e\x95\xc7\x3b\xab\x93\xfb\ -\xad\xf8\x6f\x9a\x80\x2d\xde\x03\xf4\x18\xb5\x36\xa2\xb1\x5c\xd8\ -\xa9\x9d\x27\x7a\x07\x5e\x5f\xc3\x0e\x2b\xa0\x6b\xa4\x52\xf7\x00\ -\xac\xc3\xf6\xa3\x6f\xd9\x80\x2a\xb3\x22\x2c\xb9\xa8\xbb\x7d\x5f\ -\x3a\xe3\x46\x44\xce\x13\xbd\x83\xa6\x23\xb0\xe3\xdc\x72\x73\x22\ -\x2c\x29\xba\x58\xd3\xea\x29\xfa\x96\x0d\x90\x4e\x5b\xa6\x2c\xa3\ -\xc0\x49\x83\x2e\xcf\xd1\xb7\x6e\x00\xd8\x59\x9d\xdc\x17\x64\xba\ -\x5e\xbd\x9d\xe8\x3d\x19\x00\xd8\xbd\xf6\x2d\x4f\xcd\x28\x6c\xb4\ -\x15\xbd\x67\x03\x75\x46\xd1\x76\xf4\xde\x0d\xe0\x8c\x42\x47\x14\ -\x0e\x14\x0e\x04\x1d\x69\x37\x7a\x07\x9e\x3f\xc7\xbb\xcb\x53\x9b\ -\x40\xb8\x69\x63\x8b\x70\xaf\x64\x47\x50\x59\x20\xfd\xba\x79\x2d\ -\xa2\xe3\x0b\x9d\x15\x29\xbe\x9e\x36\xa0\x6c\x03\x94\x42\x81\xa1\ -\x8b\x32\x60\xfd\xb4\x86\x2a\x52\x7c\x74\xb8\xdf\x23\x10\xc9\xa0\ -\x3a\x8c\x4a\xb6\x3f\x9e\x15\x13\x34\x05\x67\x87\x3b\x2f\xa2\xe3\ -\x0b\x9d\xb6\xf8\x3c\x60\x21\x92\xa9\xca\xba\x1b\xed\x1f\x93\x0c\ -\x7e\x6e\x4a\x7f\xe2\xd4\x8f\x49\xc0\x5d\xfd\x5c\xdc\x7c\xdf\x1b\ -\xb9\xff\x1a\xe8\x16\xb8\x8c\xc7\xf5\xaa\x1e\xec\x99\xbf\x41\x24\ -\x56\x5c\x4e\xbe\xf4\xe3\x9e\xff\x0e\x7e\x01\x29\x72\x01\x2f\x4e\ -\xc0\xa2\xca\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\xd8\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x02\x8a\x49\x44\x41\x54\x58\x85\xe5\ -\x96\x3d\x72\xd3\x40\x18\x86\xdf\xd7\x49\x01\x9c\x83\x12\x5a\x4b\ -\x70\x05\x0a\xa2\x35\xc4\x21\x24\x71\xfe\x66\xc2\x01\x32\xc3\x19\ -\x28\xd3\x51\x24\x01\x3b\xe4\xd7\x48\xce\x0c\x67\x60\xc6\xd6\x21\ -\xa0\x83\x1b\x00\x05\xd6\x4b\xe1\x28\xc8\x2b\xc9\x92\x3c\x6a\x18\ -\xbe\x4a\x5a\x7d\xfb\x3e\x8f\x77\x25\xcf\x02\xff\x7b\x31\xbe\x78\ -\x74\xad\xc7\x51\xa4\xb7\x10\xee\x92\x7c\x3d\x34\x0c\xea\x04\xb9\ -\x81\x8c\xa4\x37\x24\x7e\x41\x7c\x35\x6c\xf1\x33\x00\x34\xe2\x86\ -\x28\xd2\x11\x80\x87\x20\xee\x0b\xea\xbb\xbe\xda\x75\xc1\x9d\x40\ -\x2b\x82\xfa\x93\x6c\x3c\x10\x75\x18\x3f\x6b\x24\xfa\xee\x24\xae\ -\x1b\xa2\xce\xea\x90\x70\x02\xad\x00\x3a\x4d\xb2\x48\xdc\x4b\x0b\ -\x90\xfb\x00\xa2\x3a\x25\x26\x73\xa7\xe1\x00\xa2\x48\xdc\x4f\x09\ -\x8c\x3c\xfa\x22\xd7\x32\x24\x4e\xe7\x91\x70\x7d\xb5\x45\x9d\xd9\ -\x70\x90\x9d\xd0\xb0\x9f\x12\x00\x80\xd0\xe3\x79\x86\xc4\x42\x55\ -\x89\x1b\x78\xea\x97\x83\xec\x8c\x3c\x7e\x48\xf6\x36\x60\x55\xe8\ -\xf1\x5c\xe2\x7a\xa6\xc4\x40\xcb\x85\xf0\x81\x96\x6f\xe0\x0b\x45\ -\x70\x20\xf1\x19\xda\xd5\xf4\xb5\x4a\xea\xc4\x92\x1c\x93\x5c\x1d\ -\x7a\xbc\xca\x85\x4b\x67\x16\x5c\x20\x37\xb2\xe0\x33\x05\x00\xc0\ -\x0d\xf4\x52\x50\xaf\x8c\x44\x33\xd0\x73\x42\xe7\x55\xe0\x85\x02\ -\xb3\x24\x04\xbe\x88\x5f\xa6\x79\xe1\xa5\x04\x00\xc0\x19\x68\x0d\ -\x52\x37\x4b\x62\x12\x92\x01\x17\x3b\xa3\x16\x4f\x8a\xb2\x4b\x09\ -\xe4\x49\x48\x88\x40\x80\xd3\x62\xa5\xe1\x95\x04\x12\x12\xbd\x19\ -\xf3\x2a\xc1\x2b\x0b\xdc\x4a\x00\x3d\x48\xf6\x5c\x09\xdc\x0c\x0d\ -\x7b\x55\xf2\x52\xff\x03\x25\xea\xa7\x24\xd9\x83\x02\x44\xe1\x47\ -\xd5\xb0\x4a\x02\xce\x40\x2d\x48\x17\xcc\x98\x47\xa0\x01\xea\xc2\ -\xf1\xf5\xac\x4a\x66\xe9\x2d\x70\x03\x19\x41\x97\x00\x16\x13\xc3\ -\x02\x09\x6b\x3b\xc6\x20\xdb\x23\x8f\x7e\x99\xdc\x52\x2b\x90\x07\ -\x17\xb8\x25\x61\x13\x40\x72\x4b\x16\x20\x5d\x3a\x03\xb5\x6a\x11\ -\x68\xfa\xf2\xf2\xe0\xa1\x61\x37\x34\xec\x09\xdc\x9a\x57\x62\xa6\ -\x40\xd3\x97\x47\xea\xca\x86\x93\xdc\x0e\x0d\xbb\xf1\x40\x68\xd8\ -\xcd\x91\xb8\x28\x92\xc8\x15\x98\x05\x1f\x7a\x7c\x6f\xf7\x87\x86\ -\x5d\x92\xdb\x96\xc4\x62\x91\x44\xe6\x4b\xd8\x1c\x68\x89\x52\xbf\ -\x2c\x3c\x59\xee\x40\x9b\x92\x8e\xad\xec\xdf\x04\xdb\x59\x07\xdd\ -\xd4\x0a\xe4\xc1\x01\xee\x14\xc1\x01\x60\xd2\xc3\x1d\x58\x2b\x21\ -\xe8\xd2\x0d\x64\xec\xfe\xa9\x15\x70\x02\x3d\x05\xf4\x31\x0b\x3e\ -\x32\x7c\x57\x04\xb7\xb2\xb6\x00\x1d\xa1\x60\x25\x6e\x1f\x36\x7d\ -\x3d\x21\x75\x5d\x07\x3c\x21\xb1\x0d\xe8\x30\x25\xd1\xa0\x19\x2e\ -\xf1\x13\x30\x75\x2a\xd6\x41\x06\x7c\x77\x5e\x38\x00\x8c\x0c\x8f\ -\x01\xee\xc2\xde\x8e\xb1\x0e\xe2\x9b\xbf\x67\xf5\xe9\x33\x60\x0c\ -\x3f\x9e\x17\x5e\x20\x31\x4e\x09\x40\xdc\x03\xf0\x05\xc0\x77\x88\ -\x9d\x3a\xe0\x53\x12\xe4\x06\x80\x6f\x10\xbe\x8a\xdc\xab\x2b\xfb\ -\xdf\xaf\x3f\xf0\x88\x83\xb8\x80\x8e\x5a\x2b\x00\x00\x00\x00\x49\ -\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x05\x08\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x04\xba\x49\x44\x41\x54\x58\x85\xe5\ -\x97\x5b\x6c\x94\x45\x14\xc7\x7f\x67\xbe\xd2\x2a\x78\x21\x2d\x89\ -\x8b\x72\x6d\x40\xb1\x51\xa3\x74\xb7\xe8\x83\x37\x24\x90\x80\x5c\ -\x34\x56\x43\x34\x62\x08\x74\x4b\x61\x0b\x9a\xa0\xa0\xc4\xb5\x01\ -\xb1\xbe\x40\xba\x5d\x5a\x76\x6d\x62\x48\x78\xb2\x89\x0d\x54\x40\ -\x49\x34\xf0\xa4\xa5\xbb\x36\x3c\xd8\x60\x4c\x20\x60\x69\x4b\x84\ -\x26\x1a\x01\xbb\xec\xce\xf1\x61\xbb\xcb\xd7\xfb\x45\xdf\xf8\xbf\ -\x7d\x67\xce\x39\xff\xff\xcc\x37\x33\xe7\x0c\xdc\xe9\x90\xf1\x38\ -\xfb\x2a\x0e\xcc\xb4\xa9\xe4\x1a\x51\x59\x82\x30\x13\x61\x06\x8a\ -\x41\xb9\x8c\x48\x07\xc2\x69\x47\x6d\x53\x4b\x64\xeb\x6f\xff\xab\ -\x00\x6f\x79\xa8\x04\xa5\x1a\x78\x71\x8c\x59\x5b\x45\x75\x67\x6b\ -\x64\xeb\xf7\xff\x49\x40\x71\x59\xe4\x7e\x91\xde\x7a\x60\x6d\x9f\ -\xa9\x0b\xa4\x59\x95\x13\xea\xa4\xce\xeb\x3f\xa6\x6b\xd2\x64\x63\ -\x35\x81\xc7\x8a\x9d\x63\x0c\x4b\xd5\xb2\x1a\x61\x76\x5f\xfa\xe3\ -\x4e\x2a\xb5\xbe\xa5\x61\xdb\x95\x71\x0b\x58\x58\x71\x60\x9e\x49\ -\xda\xa3\x88\x3e\x0a\x74\x89\x10\x9c\xf2\xc0\xb5\x2f\x4f\x55\x55\ -\x25\x47\x9c\x52\x30\x68\xbc\xdd\x05\x6f\x80\xec\x01\x2d\x04\x2e\ -\x19\x58\x75\x26\x52\x79\x76\xcc\x02\xbc\x9b\xf6\x15\x62\x73\x5a\ -\x80\x69\xc0\x11\x27\x97\xb7\x5b\x6a\x2b\xff\x1a\x91\x78\x00\xe6\ -\x05\x42\x79\x53\x7b\xa9\x43\x58\x0f\x5c\x47\x78\x36\x76\xb0\xb2\ -\x6d\x54\x01\x8b\x02\xa1\xfb\x92\x09\x7e\x14\x28\x52\xb4\x26\xee\ -\xe9\x79\x8f\xaa\x2a\x3b\x1e\xf2\xdb\x50\xf1\xf9\x43\x3b\x14\xd9\ -\x0b\x74\xa8\xa6\x4a\xe2\xd1\x77\xbb\xdc\x1e\x39\x03\x43\x52\xbd\ -\x84\x45\x28\x02\x9a\x87\x22\x4f\x9f\x84\xd4\x06\x81\xe5\x02\xb3\ -\x14\x2c\xc8\x45\x55\x8e\x41\xb2\xa1\x3f\x81\x68\x6b\x44\xab\x7d\ -\xe5\xb5\x85\xaa\x6c\x30\xe2\x1c\x06\x5d\x02\xa2\x43\xae\x40\x89\ -\xbf\xd6\x6b\xd1\x56\x84\x3f\xd4\xe6\xcd\x8f\x47\xfd\x7f\x66\x07\ -\x83\x41\xe3\xeb\xce\xff\x40\x91\x8f\x81\xbb\x86\x99\xf2\x75\x55\ -\x3e\x8c\x47\x03\xb5\x6e\x92\xa2\xd2\x60\xee\xe4\xfc\x82\xb3\xc0\ -\x02\xd0\x15\xb1\xc8\xd6\xe3\x99\x31\xe3\x8e\xb6\xa2\x9f\x01\xa8\ -\xea\xee\x81\xe4\xde\xee\xfc\x43\x7d\x4b\x39\x1c\x39\xc0\x14\x11\ -\x6a\xbc\xfe\x50\x1d\x68\x76\x72\xed\x8d\x55\x09\x81\x8f\xfa\xe6\ -\x5c\xed\x1e\xcb\x0a\x28\x2e\xdb\x3f\x1d\xe5\x25\xa0\xe7\x66\x4f\ -\x4f\xc4\x9d\xd5\xd7\x5d\xb0\x0b\xe4\xad\x11\x88\x5d\x50\x40\xca\ -\x7d\xfe\x70\xa5\xdb\xda\x1a\x09\x34\x01\xe7\x80\xc7\x4b\xfc\xb5\ -\x4f\x0c\x12\x20\x98\x95\x80\xa0\x1c\x6b\x6f\xac\x4a\x64\xec\xde\ -\x4d\xfb\x0a\x15\x76\x8d\x8d\x3c\x9d\x29\x2d\x43\x3f\x7d\x6a\x4b\ -\xed\x83\x2e\xbb\xa2\x7a\x14\xc0\x8a\xbe\x32\x48\x00\x22\x2f\xa4\ -\x03\xe5\xdb\x7e\xe9\x34\xa7\x02\x98\x34\x76\x01\x59\x4c\x71\x12\ -\x6c\x74\x1b\xac\x31\xdf\xa5\x73\xca\xe2\xc1\x02\x60\x26\x80\x23\ -\x72\xc1\x1d\xa4\xca\x8a\x09\x90\xa7\x21\xfa\xb2\xfb\x33\x97\xe4\ -\x79\x00\x85\x19\x83\x04\x64\x8c\x46\x6e\xb9\x8e\x91\x0a\x50\x38\ -\x71\x01\x99\x2b\x39\x8d\xab\x93\x9c\x4c\xee\x87\x32\x1b\xd1\x0c\ -\x0a\x72\x23\xf8\x89\x8c\xea\x33\x12\x14\x67\x94\xdc\xee\x4d\xc8\ -\x65\x80\x84\x38\x9e\xac\x53\xfa\x12\xba\x38\x61\x01\xc8\x25\xf7\ -\xd7\xbd\xd6\x78\xd2\xba\xe8\xcc\x5c\x70\xb7\x67\xa7\xf2\x3b\x80\ -\xb1\xcc\x1d\x90\xe4\x38\x13\x85\x68\xbf\x58\x73\x2b\x55\x08\x20\ -\xd0\x91\xb5\xdd\x1e\xd5\x53\x00\x22\xb2\xcc\x1d\xe4\xa0\x07\x81\ -\x89\xd4\x82\x84\x49\x4a\x43\x3f\x01\x86\xa5\x00\x0a\x3f\x0c\x12\ -\x90\xca\x91\x66\x00\x55\x5d\x51\x5c\x16\xc9\x1e\xbb\x96\x48\x65\ -\x3b\x10\x1a\x37\xbd\xca\xde\x33\x0d\x81\x0b\x6e\x83\x55\x59\x05\ -\x60\x6c\xaa\x69\x90\x80\xb6\x70\xa0\x53\xd2\xca\xa6\x41\xef\x86\ -\x7e\xb9\x34\xef\xfd\xf1\xfd\x0a\x6d\x8c\x4d\xbf\xba\xdb\x6d\xf1\ -\x6e\x0a\xaf\x14\x28\x02\x7e\x69\xfd\x62\x5b\xb6\x37\xe8\xbf\xc3\ -\xad\xdd\x01\x20\x42\x70\x51\x20\x74\x5f\xc6\x1c\x8f\xfa\x6f\xa9\ -\xe6\xae\x51\xb4\x86\x91\x7f\x47\x12\x61\xef\xdc\x9e\xe9\x6b\xdd\ -\x55\xb4\xa8\x34\x98\xab\x36\x5d\x67\x04\x76\x0e\x5b\x0d\x01\x8a\ -\xfd\xa1\xc3\x02\x6f\x02\x47\x62\x9e\x6b\xaf\x0e\x2c\xc7\xde\xf2\ -\x9a\xc7\x50\x29\x07\x96\x03\xb3\x48\x5f\xfe\x17\x15\xfd\x46\x8c\ -\xd6\xc7\xea\xb7\xfd\x3a\x60\x35\xc4\x5b\x56\x5b\x8f\xe0\x07\x4e\ -\xc5\x22\x81\xc5\x23\x0b\x48\xf7\x81\x3f\x01\x0b\x80\x7d\x31\xcf\ -\xb5\xed\xc3\x35\x24\xa5\xa5\x5f\x39\x00\x8d\x8d\xaf\xa7\x86\x5e\ -\x10\x15\x6f\x79\x78\x3b\xaa\x9f\xa3\x74\xa6\x72\xc5\xd7\x16\x0e\ -\x74\xba\x3d\x86\x6c\xc9\x16\x56\x1c\x98\x67\x52\xa9\x16\x20\x1f\ -\xf8\xfa\x86\xe3\xac\x6b\xaf\xdb\xfc\xf7\xd0\x24\x43\xa3\xa8\x34\ -\x98\x7b\x77\x7e\x41\x58\x60\x23\x70\xc3\x20\xcf\x9f\x89\x04\x62\ -\x03\xfd\x86\x6d\x4a\x4b\x36\x86\x1f\xb6\xc6\x1e\x05\x1e\x51\xe4\ -\xb2\x40\xf0\x1e\xcf\xd5\x43\x63\x69\x4a\x7d\x57\xf2\x5f\xb3\x2a\ -\x7b\x04\xe6\x03\x1d\xaa\x66\x75\x3c\xba\xe5\xe7\xa1\xdc\x47\x6c\ -\xcb\x9f\x7c\x67\xff\xd4\x9c\x3c\x13\x05\x29\xed\x33\x75\x88\xd0\ -\x8c\x72\x02\x6b\xce\xe7\xd8\x44\xd7\xcd\x94\x58\x27\x37\xc7\xa3\ -\x86\xd9\xc6\xda\x65\x88\x59\xdd\xd7\x0d\x03\x9c\x14\xc7\x59\xd7\ -\x5a\xb7\xb9\x7b\x38\x8e\x31\x3d\x4c\x4a\xfc\xe1\x67\x2c\x5a\x0d\ -\xfa\xdc\x58\xfc\x81\x36\x55\x76\xc4\xa3\x95\x27\x47\x73\x1c\xd7\ -\xd3\xec\xe9\xf2\xfd\x73\x92\xd6\x59\x83\xb0\x04\xed\x7b\x9a\x81\ -\x03\x74\xa4\xaf\x57\x3d\x6d\xd5\x34\xc5\xa3\x81\x73\xe3\xc9\x7b\ -\x67\xe3\x5f\x5e\xef\xd7\x3d\x0b\xb2\x5f\x42\x00\x00\x00\x00\x49\ -\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\x23\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\xd5\x49\x44\x41\x54\x78\x9c\xed\ -\xdb\x31\x11\xc2\x40\x00\x05\xd1\x0d\x22\xa2\x08\x05\x0c\x0e\xa0\ -\x41\x11\x0d\x12\x18\x14\xa0\x26\x15\x2e\x42\x41\xe8\x52\x67\x99\ -\x61\x5f\x75\xdd\xfd\xdb\xfe\x20\xc9\x3f\x1b\xac\x8b\xf7\xc7\xf3\ -\x61\x98\xb9\x02\xcc\x03\x97\xe7\xfd\xf6\x30\x76\xec\x8c\x4b\x01\ -\x96\xc7\x8f\xc0\xf8\x0d\x61\xd0\x02\xf0\x79\xfc\xda\x79\x53\x66\ -\x80\x9f\x50\x00\x7b\x80\xad\x00\xf6\x00\x5b\x01\xec\x01\xb6\x02\ -\xd8\x03\x6c\x05\xb0\x07\xd8\x0a\x60\x0f\xb0\x15\xc0\x1e\x60\x2b\ -\x80\x3d\xc0\x56\x00\x7b\x80\xad\x00\xf6\x00\x5b\x01\xec\x01\xb6\ -\x02\xd8\x03\x6c\x05\xb0\x07\xd8\x0a\x60\x0f\xb0\x15\xc0\x1e\x60\ -\x2b\x80\x3d\xc0\x56\x00\x7b\x80\xad\x00\xf6\x00\x5b\x01\xec\x01\ -\xb6\x02\xd8\x03\x6c\x05\xb0\x07\xd8\x0a\x60\x0f\xb0\x15\xc0\x1e\ -\x60\x2b\x80\x3d\xc0\x56\x00\x7b\x80\xcd\xfb\x34\x05\xaf\xb5\xf3\ -\xd6\xb4\x00\x33\x9c\x80\x09\x98\x96\x73\x92\x6c\xee\x0d\xbb\x93\ -\x11\x50\xe7\xe7\xb7\x79\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\ -\x60\x82\ -\x00\x00\x06\xb5\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x06\x67\x49\x44\x41\x54\x78\x9c\xed\ -\x9b\x4d\x70\x5b\x57\x15\xc7\x7f\xe7\x2a\x85\x94\xd0\xa4\x4d\x3f\ -\x67\x18\x16\x0c\xbb\x34\x49\x93\x36\xb4\x14\x18\x68\xac\x2f\xa7\ -\x8d\xed\xda\x8a\x76\x6d\x67\x62\xd9\x1e\xd6\xac\xca\x02\x16\x4c\ -\x16\x6c\xd8\x32\x53\x5b\x76\x57\xed\x46\xb6\x34\x0c\x4d\x1b\x3f\ -\xe9\xc9\xe5\xa3\x84\x0e\xe5\xa3\x2d\x30\xcc\x74\x4a\x17\xdd\x51\ -\x0a\xc4\x69\x6a\x3b\x13\xdd\xc3\xc2\x92\x31\xfa\xbc\x4f\x7a\xcf\ -\x36\x83\xff\xcb\x7b\xcf\x3b\xe7\xfc\x7f\xbe\xf7\x3e\x3d\xe9\x19\ -\xf6\xb5\xaf\x7d\xfd\x3f\x4b\xda\x0d\xa6\x9e\x7d\xf6\x90\xae\x7d\ -\xf6\x3b\x28\x23\xc0\x41\x85\xab\xc6\xf0\x43\xaf\x90\xff\x60\x87\ -\xfb\xeb\x4b\xa9\xec\xd4\x97\xac\xe5\x79\x81\xc7\x81\x75\x55\x2e\ -\xdf\x8a\x7d\xe6\x47\xaf\x17\x7e\xfc\x49\x73\x6c\x0b\x80\xd1\xd1\ -\xc9\x3b\xd6\x6e\x33\x3f\x03\x4e\x37\x4d\x5d\x13\x4c\xda\x5b\x9a\ -\x7d\x33\xa2\xbe\x43\x51\x7c\x62\xfa\x2b\x46\xb4\x0c\x1c\xf9\xef\ -\x19\x79\xfb\xc0\xc1\x4f\xbf\xf9\xda\x4b\x2f\xad\x6e\x1f\x35\xcd\ -\x09\xd6\x0e\x98\xe7\x69\x35\x0f\x70\x44\x51\x2f\x95\x99\x79\x2c\ -\xc4\x7e\x43\x55\x67\xf3\x00\xfa\x50\x6d\xfd\xf6\xef\x36\x8f\xb6\ -\x00\x40\x18\xed\x5c\x42\x0f\xef\x55\x08\xdd\xcd\x6f\x4a\x61\xac\ -\x79\xac\x05\x80\xc0\xed\xdd\x4b\x6d\x42\x48\x67\x73\x8f\xf6\xd1\ -\x67\x24\x4a\x66\x26\xcf\xf4\x32\x5f\xd7\xc1\xe6\x81\xd6\x15\xa0\ -\xbc\xd1\xbb\xa4\x1e\xb6\xd6\x94\xf7\x02\x84\x64\x66\xf2\x0c\x98\ -\x0a\xbd\xcd\x03\xad\xde\x5a\x00\xa8\xc4\x2e\x01\xd7\x7a\xe7\xda\ -\x7d\x08\xc1\xcc\xcb\x2a\xc4\x7e\xd0\x3c\xda\x02\xa0\xbc\xf4\xc2\ -\x7b\xc6\x68\x0a\x67\x08\xb2\x2b\xdb\xa1\x6e\xde\x65\xd9\x03\xb2\ -\xaa\xaa\xe9\xf2\xd2\x0b\xef\xb5\xcc\x74\xba\x24\x9d\xcd\x3d\x6a\ -\xad\x29\x83\x1e\x76\xe8\xe7\x9a\x55\x49\xfa\xc5\xb9\xdf\x38\xc4\ -\x0e\xac\x54\x76\xea\x11\xb5\x54\x80\x3b\x7b\xc5\x2a\x5c\x47\x49\ -\x55\x8a\xf9\x5f\xb7\x9b\xef\x08\x00\xf6\x26\x84\x30\xcd\x43\x0f\ -\x00\xb0\xb7\x20\x84\x6d\x1e\x1c\x00\x00\xa4\x32\x33\x8f\x29\xea\ -\xb9\x42\x00\x9b\x28\x2f\x2d\xbc\xe5\x92\xdb\x55\xe9\x89\x99\x87\ -\x2d\xb6\x82\x70\x57\xaf\x58\x85\xeb\x6a\x6c\xda\x2f\x2c\x5c\xed\ -\x15\xeb\x04\x00\x76\x17\x42\x54\xe6\xa1\xdd\xe7\x80\x0e\xf2\x96\ -\x66\xdf\x54\xd5\xf4\xe6\xed\xa4\xa7\x8e\x80\xa9\x6c\x9e\xd4\x83\ -\x29\xa8\x79\x23\x32\xec\x6a\x1e\x02\xac\x80\x86\x12\x13\x53\x5f\ -\x45\xf0\x04\xee\x70\x08\xff\x17\xd8\x64\xbf\x2b\x21\x88\x79\xe0\ -\x13\x11\x49\x7b\x8b\x73\xbf\x0a\x52\x23\x30\x00\x08\x0e\x41\x0c\ -\x09\xaf\x90\xff\x6d\x90\x1a\x3b\x61\x1e\xfa\x04\x00\xd1\x42\x48\ -\x64\x72\xa7\x45\xc5\x8f\xda\x3c\x0c\x00\x00\x20\x9e\x9d\x7c\x5c\ -\xac\x59\x0e\x13\x42\x50\xf3\xa8\x0e\x97\x8b\xf3\x0e\xcf\x2f\xed\ -\x35\x10\x00\x08\x17\xc2\x4e\x9b\x87\x00\x77\x81\x4e\xf2\x0b\x0b\ -\x57\x8d\xc8\xb0\xc2\x75\x87\xf0\x3b\xb5\x46\x39\x3d\x31\xf3\x70\ -\xf3\x44\x22\x93\x3b\x2d\x88\xf3\x9e\x57\x63\xce\x0d\x6a\x1e\x42\ -\x58\x01\x0d\xa5\x2e\x4c\x7f\x4d\x55\x97\x81\xcf\xf7\x0c\x56\xfe\ -\x69\x30\x89\xe5\xe2\xec\xef\x00\x92\xd9\xe9\x53\x58\xf5\x81\xa3\ -\x0e\xa5\x6e\xa8\x31\xc3\x95\xc2\xec\x2f\x07\xeb\x78\x53\xa1\x01\ -\x80\xfe\x20\xd8\x98\xda\xdd\x32\x0f\x21\x03\x80\x80\x10\x44\x57\ -\x51\x00\x71\xf9\x74\x19\xba\x79\x88\x00\x00\x40\x72\x22\xf7\x75\ -\x44\xae\xe0\x02\xc1\x4d\x37\x8c\x70\x6e\x79\x31\xff\x8b\x90\xf2\ -\x6d\x29\x12\x00\x10\x2a\x84\xc8\xcc\x43\x08\x77\x81\x4e\x2a\x17\ -\xe7\xdf\x50\x63\xce\x01\x2d\x3f\x46\x04\xd0\x0d\x51\x7d\x32\x2a\ -\xf3\x10\xe1\x0a\x68\x28\x91\x9d\xf9\x86\x58\x7b\x05\x38\x14\xf0\ -\xd2\x1b\xa2\xfa\xa4\x57\x9c\xff\x79\x14\x7d\x35\x14\x39\x00\xa8\ -\x43\xa8\x59\x0f\xe9\xf5\x95\x7b\x5d\xc2\xba\x58\x4d\x47\x6d\x1e\ -\x22\xdc\x02\xdb\xa5\xd6\xae\x22\x72\xd3\xfd\x02\xbd\xa9\x31\xe3\ -\xf2\xd8\x3d\xb0\x22\x07\x10\xcf\x4c\x9d\x34\x50\x05\x75\xf9\xde\ -\xbe\x2e\x39\x8c\x55\x3f\x99\x9d\x3e\x15\x5d\x67\xf5\x4a\x51\x26\ -\xff\x8f\x79\xee\xee\x33\xc5\x3f\x30\x12\x2f\x17\xe6\xfe\x10\x66\ -\x5f\xdb\x15\xd9\x0a\x88\x67\xa6\x4e\x1a\xc5\xa7\x7f\xf3\x00\x47\ -\xb1\xea\xa7\xc7\x27\x1f\x0a\xab\xaf\x66\x45\x02\x20\x91\x9d\x39\ -\x61\x14\x1f\xe1\x9e\x10\xd2\x1d\xb5\xc6\x54\xa3\x82\x10\x3a\x80\ -\x44\x76\xe6\x84\xd4\x6c\xd5\xc5\xbc\xc0\x86\xc2\x86\x43\xda\xa3\ -\xd6\x98\x48\x56\x42\xa8\x00\x82\x98\x07\xd6\xac\x30\x6c\x54\x53\ -\xc0\xa7\x0e\xf1\x77\x47\x01\x21\xbc\xc7\xe1\xf1\xdc\x71\x15\x59\ -\x71\x35\x6f\xd4\x3e\xb5\x5c\x5c\x58\x01\x48\x66\xa7\xbf\x85\xd5\ -\x57\x81\xcf\x39\x5c\xfb\xb1\x85\x21\x7f\x29\xff\xce\x40\x0d\xd7\ -\x15\x0a\x80\x41\xcc\x37\xb4\x5b\x10\x06\x06\x10\xd4\xbc\x58\xce\ -\x7b\xa5\x7c\xb5\xdd\x64\xe2\xc2\xd4\x13\xa2\x5c\x66\x07\x21\x0c\ -\x74\x06\xa4\xc6\x73\xc7\xd5\x88\xf3\x9e\xef\x66\x1e\xa0\xb2\x98\ -\x7f\x5d\x85\xa7\x70\x3c\x13\x8c\xe2\xc7\x33\x53\x27\x9d\x1b\x6e\ -\xa3\xbe\x01\x6c\x99\x87\x7b\x1d\xc2\xd7\x10\x1d\xe9\x66\xbe\xa1\ -\x6d\x10\xd6\x7a\x66\x15\xee\x31\x8a\x9f\xc8\xce\x9c\x70\xe8\xa1\ -\x43\x8a\x3e\x94\xce\x4c\x3f\x68\xd1\x15\xdc\xcc\xaf\x23\x7a\xbe\ -\xbc\x38\xef\x07\xa9\x51\xdf\x0e\xaf\xd2\xf3\x9d\x25\x40\xf9\xbb\ -\xc6\xcc\x50\xa5\x30\xfb\x6e\x90\x1a\xd0\x07\x80\x9d\x30\xbf\x55\ -\x6b\x62\xf2\xac\x15\x73\x99\x08\x21\x04\x02\x50\x37\x5f\x05\xee\ -\x73\x08\x1f\xc8\xfc\x56\xcd\x80\x10\x44\xf5\xac\x57\x9a\xff\xa3\ -\x6b\x7e\x67\x00\x41\xcd\x5b\x95\x11\xbf\x38\x57\x71\xcd\xdf\x4d\ -\xa9\xf1\xa9\x21\x35\xbc\x42\x04\x10\x9c\x0e\xc1\x78\xf6\xe2\xb1\ -\xdd\x32\x0f\xe0\x95\xf2\x55\xb1\x9c\xc7\xf1\x60\x54\x91\x95\xd4\ -\x78\xee\xb8\x4b\xee\x9e\x00\xe2\xd9\x8b\xc7\x8c\x8d\xad\xe0\x68\ -\x5e\x2c\xa3\x61\x9a\x6f\xc8\x2b\xe5\xab\x88\x8e\xe0\x0a\xc1\x48\ -\xd5\x05\x42\xd7\x2d\xd0\x8f\x79\xaf\x94\x2f\x3b\xc4\xf6\xad\xe4\ -\x85\x5c\x1c\x95\x57\x68\xf3\xd6\x67\x1b\x7d\x24\x56\x87\xba\x6d\ -\x87\x8e\x2b\x20\x9e\xbd\x78\xcc\x68\x2c\xc0\x81\x67\xc7\xa2\x36\ -\x0f\x50\x5e\x9c\xf7\x11\x3d\x0f\xac\x3b\x84\xdf\xab\x46\xaa\xe9\ -\xcc\xf4\x83\x9d\x02\xda\xae\x80\x2d\xf3\xca\xfd\x0e\x45\x36\x10\ -\x3b\x5a\x5e\x5c\xf0\x1c\x62\x43\x53\xd0\x95\x60\x90\xb3\xcb\x4b\ -\x73\x7f\x6a\x9e\x68\x01\x30\x94\xfd\xf6\x17\x0e\xd8\x5b\x6f\x29\ -\x3c\xe0\x90\x78\x57\xcc\x37\x14\x9f\x98\x4e\x18\xd1\x9f\xe2\x06\ -\xe1\x6f\x72\xab\x76\xc6\xfb\xc9\x8b\x1f\x6e\x1f\x6c\xd9\x02\xb1\ -\x5a\xed\x7b\xff\x0b\xe6\x01\xfc\xe2\x5c\xc5\xaa\x8c\xe0\xb6\x1d\ -\xee\xd3\x58\xec\xfb\xcd\x83\x6d\x5e\x96\xd6\x27\x1c\x92\x6d\x28\ -\x32\xb6\x9b\xe6\x1b\xf2\x8b\x73\x15\xb1\x8c\xe2\x00\x41\x84\xb3\ -\xcd\x63\x6d\xfe\x5f\x40\x6a\x3d\xf2\x6c\x28\x32\x56\x59\x9a\x5b\ -\x76\x6f\x33\x5a\x79\xa5\x7c\xd9\x05\x82\x42\x8b\xb7\x56\x00\xa2\ -\xdd\xfe\xaa\x1b\xd6\xea\xd3\x7b\xc9\x7c\x43\x5e\x29\x5f\x46\xec\ -\x18\xdd\x21\x5c\x69\x1e\x68\x01\x50\xab\xdd\xbc\x24\xf0\x7e\x9b\ -\x8b\x37\xac\xd5\xa7\xfd\xd2\x7c\x4b\x92\xbd\xa2\xf2\xe2\x82\xd7\ -\x05\xc2\x07\x07\x4c\xed\x52\xf3\x60\xac\x25\xea\x2f\x6f\xaf\x7d\ -\xf1\xd4\x99\x97\x63\x35\x3d\x04\xdc\x0f\xdc\x44\xd4\x37\x1a\x7b\ -\xae\x5c\x8a\xee\x57\xda\xb0\xf4\xd7\x3f\xff\xfe\xfd\x2f\x1f\x7f\ -\xe4\xb2\xaa\x3c\x20\x9b\xef\x1b\x7d\xac\xaa\x2f\xdf\x16\xb3\xcf\ -\xbc\x56\x78\xf1\xa3\xdd\xee\x6f\x5f\xfb\xda\xd7\xde\xd2\xbf\x01\ -\xee\x83\x44\x52\xf4\x9c\x9a\x3b\x00\x00\x00\x00\x49\x45\x4e\x44\ -\xae\x42\x60\x82\ -\x00\x00\x00\x8c\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x3e\x49\x44\x41\x54\x58\x85\xed\ -\xd3\xb1\x11\x00\x10\x00\x04\xc1\xa3\x32\x89\x0a\xb4\xa0\x2c\x2d\ -\x68\xc0\x98\xd1\x9a\x48\x2a\x24\xb9\x8d\x3e\xbb\xe8\x41\x92\xf4\ -\x59\x38\x23\x97\xba\x80\xf4\x28\x3a\x47\x6f\x19\x20\xbe\x08\x4a\ -\x37\xbe\x40\x92\xa4\xef\x36\xf1\x29\x0a\x07\x7b\xbe\x69\xcc\x00\ -\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\x94\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\x46\x49\x44\x41\x54\x58\x85\xed\ -\xd1\x21\x4b\x43\x51\x18\xc6\xf1\xff\x7b\xc7\x8a\x41\x04\x41\xcb\ -\x76\xdd\xf6\x09\x04\x6d\x36\x93\xa8\x6b\x82\x49\xab\x82\xdf\xc1\ -\x62\x31\xf8\x11\x64\x20\x18\x0c\x26\x41\x10\x8b\xa0\x08\x86\x15\ -\xc1\xec\x7d\xcf\x3d\xd7\xee\x98\x60\x71\x7b\x2d\x1a\x14\xb6\xbb\ -\xbb\x24\x78\x7e\xf1\xf0\xf0\xf0\x1c\x5e\x08\x82\x20\x08\xfe\x3b\ -\xc9\x0b\x68\xea\x8f\x31\x16\x22\xb1\xad\x38\x8e\x9f\x46\x29\x4d\ -\x92\xa4\x26\x51\xe9\x14\xa4\x33\x17\x57\xd6\x45\xc4\x06\x65\xa3\ -\xdc\x36\x63\x0a\x98\xef\x9b\xdc\xab\x66\xcb\x79\x71\xe7\xdc\x82\ -\x44\xe5\x07\x90\x25\x8c\xe9\xbc\x7c\xee\x80\x52\xc4\x16\x70\x0e\ -\x4c\x22\x76\xe5\x5c\xb6\x3d\x28\xab\x9a\xad\x19\xd1\x2d\xd8\x2c\ -\x70\x63\xf6\xb1\x32\xec\xf7\x23\x0d\xa8\x56\xab\xef\x73\x71\x65\ -\x13\xe1\x08\x28\x1b\x76\xe2\x9c\xdf\x37\xb3\x1f\xe7\x4b\xd2\x6c\ -\x17\xb1\x0b\x60\x02\x38\x7d\xeb\x76\x56\xea\xf5\xfa\x6b\x5e\x7f\ -\x21\xaa\xe9\x9e\x3a\xdf\x53\xe7\x4d\x35\x6b\xb5\xdb\xed\xb2\x99\ -\x45\x89\xf3\x87\xea\xbc\xa9\xf3\xa6\x69\x76\xf0\x7b\xdc\x30\x23\ -\x07\xbf\x39\xf7\xd2\x34\xfa\x67\xc0\x84\xc1\x9d\x40\x17\x58\x05\ -\x3e\x30\xdb\xa9\xd5\xe2\x56\x91\xbe\xc2\x03\x00\xd2\x34\x5d\xec\ -\x9b\x5c\x02\x33\x5f\x4f\xdd\xbe\xd8\x46\x23\x8e\xaf\x8b\x76\x8d\ -\x35\x00\x40\x55\xeb\x48\xe9\x59\xc0\xf7\x7a\xd2\x6c\x34\x2a\x8f\ -\xe3\x76\x8d\xcd\xcc\xa4\xc8\xbd\x83\x20\x08\x82\x3f\xe9\x13\xfa\ -\xca\x87\x49\xdf\x83\x3a\x35\x00\x00\x00\x00\x49\x45\x4e\x44\xae\ -\x42\x60\x82\ -\x00\x00\x03\x4e\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x03\x00\x49\x44\x41\x54\x78\x9c\xed\ -\x9b\x4f\x4f\x13\x51\x14\xc5\xcf\x41\x40\x09\x4b\xad\x94\x3f\xb6\ -\x0d\x0b\x37\x80\x2b\x96\xf2\x2d\x00\x23\x89\xb8\x93\x68\x22\xba\ -\x84\x4f\xa0\x6b\x35\x11\x97\x6a\x22\x89\xf0\x2d\x70\xc9\x8a\xc2\ -\xca\x05\x43\x0b\xa5\x50\x5d\x12\xb4\x20\xc7\x05\x2d\x0e\xd3\x81\ -\x56\xe2\xf4\xb6\xf2\x7e\xab\xd7\xfb\xde\x34\xe7\x9e\xbe\x37\xaf\ -\x8b\x7b\x01\x87\xc3\x71\x99\x61\x2d\x8b\xf2\xf9\x7c\xe7\x7e\xb1\ -\x38\x4e\x71\x14\xc4\x20\x84\x1e\x00\xad\x11\x6b\xfb\x5b\x0e\x41\ -\xe4\x20\xac\x8a\x5a\xec\x68\x6f\xff\x1c\x8f\xc7\xf7\xaa\x3d\x74\ -\xae\x01\x92\xe8\x65\xb6\x26\x09\xbd\x00\xd0\xfd\xcf\xa4\xd6\x87\ -\x6d\x82\x33\x89\x44\xef\x47\x92\x3a\x6b\xd1\x99\x06\x2c\x2f\x2f\ -\xb7\xc5\x62\x37\x5f\x0b\x9c\x8a\x46\x5f\x7d\x20\xf4\xae\x50\xd8\ -\x7d\x3a\x3c\x3c\x7c\x10\x36\x1f\xba\x8d\x8f\x7f\xf9\xcd\x37\x02\ -\x1e\x9d\x8a\x03\x69\x8a\x5f\x48\xe5\x25\x1d\x45\x21\xf8\xa2\x90\ -\x6c\x91\x18\x17\x75\x97\xc0\x50\x39\x2e\x70\x2a\x16\xbb\x09\x49\ -\x8f\xc3\x76\x42\xe8\x0e\xd8\xd8\xd8\x9c\x14\xf4\xde\x17\xfa\x0e\ -\x61\x3a\x99\xec\x9b\x3f\x6f\x3b\x35\x02\x92\xb8\xb1\xb1\x79\x1f\ -\xc4\x2b\x00\xd7\xcb\x71\x82\x0f\x93\xc9\xbe\x0f\xc1\xf5\x15\x06\ -\xe4\xf3\xf9\xce\x1f\x3f\x0f\xbe\xe2\xcf\x99\xff\x06\xfd\xba\x93\ -\x4a\xa5\xb6\x23\x53\x1d\x01\x9e\xe7\x75\x83\x57\x56\x00\xdc\x28\ -\x85\x72\xd7\xae\xb6\xdd\x0e\xbe\x18\x5b\x82\x0f\xee\x17\x8b\xe3\ -\xf0\xbf\xf0\x84\x67\xcd\x96\x3c\x00\xa4\x52\xa9\x6d\x08\xcf\x7d\ -\xa1\x9e\xfd\x62\x71\x2c\xb8\xae\xc2\x00\x8a\xa3\xe5\xb1\x80\x74\ -\x32\xd9\x37\x1f\x91\xc6\xc8\x49\x26\xfb\x3e\x09\x48\x97\x3f\x53\ -\xac\x6e\x00\x88\x41\xdf\x03\x4b\x8d\x7e\xe6\xcf\x83\xa4\x28\x2e\ -\xf9\x42\x03\xc1\x35\x95\x06\x1c\xff\xc9\x29\x7d\x81\x76\xa2\x91\ -\x56\x3f\x02\x39\xf4\x06\xe7\x2b\x0d\xf0\x5d\x8d\x8d\x76\xd5\x5d\ -\x84\x40\x0e\x15\xd7\x7e\x98\x01\x97\x0a\x67\x80\xb5\x00\x6b\x9c\ -\x01\xd6\x02\xac\x71\x06\x58\x0b\xb0\xc6\x19\x60\x2d\xc0\x1a\x67\ -\x80\xb5\x00\x6b\x9c\x01\xd6\x02\xac\x71\x06\x58\x0b\xb0\xc6\x19\ -\x60\x2d\xc0\x1a\x67\x80\xb5\x00\x6b\x9c\x01\xd6\x02\xac\x71\x06\ -\x58\x0b\xb0\xc6\x19\x60\x2d\xc0\x1a\x67\x80\xb5\x00\x6b\x9c\x01\ -\xd6\x02\xac\x71\x06\x58\x0b\xb0\xc6\x19\x60\x2d\xc0\x1a\x67\x80\ -\xb5\x00\x6b\xc2\x0c\x38\x2c\x0f\x48\x36\xbd\x41\x81\x1c\x0e\x83\ -\xf3\x61\x65\x72\xb9\xf2\x50\x62\x57\x34\xb2\xea\x47\x20\x87\xad\ -\xe0\x7c\x58\x99\xdc\xea\xc9\x90\x1a\x91\x54\x53\x4f\x41\x23\x22\ -\x89\xa2\x46\x7c\xa1\xb5\xe0\x9a\x0a\x03\x44\x2d\x96\xc7\x04\x86\ -\xbc\x6c\x76\x3c\x22\x7d\x91\xe3\x65\xb3\xf7\x4e\x55\x8e\x53\x0b\ -\xc1\x35\xd5\x8b\xa5\x85\xc2\xd1\xd1\xc1\x50\x7f\x7f\x7f\x53\x15\ -\x4d\xae\xaf\xaf\xc7\xc9\xd6\x15\x10\xb1\x52\xa8\xb6\x62\xe9\x78\ -\x3c\xbe\x47\x70\xe6\x24\x40\xc4\x5a\x5a\xda\xd2\x9e\x97\x9d\x68\ -\x86\xe3\x20\x89\x9e\x97\x9d\x08\x24\x0f\x82\xb3\x61\x2d\x34\xa1\ -\x09\x49\x62\x26\x93\x7d\x1b\xec\x16\x29\x35\x4c\x2c\x91\xda\x69\ -\xb4\x2a\xd2\x52\xc3\x44\x97\xa8\x11\xff\xb6\x07\x00\x42\x73\x89\ -\xc4\xad\x27\x35\x37\x4c\x00\xff\x55\xcb\xcc\x5c\xa1\xb0\x3b\x7d\ -\x56\xcb\x4c\xd5\xa6\xa9\x4c\x66\xeb\x81\xa0\x97\x68\xbe\xa6\xa9\ -\x1c\xc1\xd9\x0b\x37\x4d\xf9\x29\xb5\xcd\x8d\x95\xea\xed\x07\x70\ -\x5c\x75\xdd\x78\x6d\x73\xc7\xf7\xfc\x9a\xa8\x85\x8e\xf6\xf6\x85\ -\x5a\xda\xe6\x1c\x0e\xc7\xe5\xe6\x37\x49\x9a\x11\x82\x28\x6e\xc8\ -\x6e\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x06\xf1\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x06\xa3\x49\x44\x41\x54\x78\x9c\xed\ -\x9a\xcd\x73\x5b\x67\x15\x87\x9f\xf3\xca\xed\x24\x84\x3a\x4d\xbf\ -\x99\xae\xd8\x36\x6d\xda\xea\xc3\x21\x94\x81\xc6\x49\x6d\x27\x8d\ -\xe3\xfe\x01\x85\x45\x07\xf9\x63\x6a\x4b\x86\x55\x59\xc0\x82\xc9\ -\x02\x86\x81\xda\x96\xa7\xb6\x6c\x66\xd8\xf5\x1f\xa0\x09\x89\xbf\ -\x42\x81\x36\xb1\x25\xab\x1f\x40\x37\x9d\x4e\x17\x1d\x86\x19\x4a\ -\x0b\x71\x9a\x26\x4a\xf0\x7b\x58\xc8\x37\x88\x2b\xd9\x7a\xaf\x74\ -\x6f\x6d\x06\x3f\xcb\xf7\x9e\x7b\xde\xf3\xfb\xe9\x9c\x57\xd2\x95\ -\x60\x97\x5d\x76\xf9\x7f\x46\xea\x2d\x1e\xfa\xf6\xcf\xf6\xdd\xb1\ -\x77\xcf\xf7\xc5\x68\x2f\xca\x1e\x90\x4b\x66\x9d\x9f\xac\xfc\x72\ -\xe4\xc3\x2f\xba\xc0\x66\xe8\xf8\x6e\xee\xab\x36\xc6\x4b\xa0\x47\ -\x10\x6e\x60\xe5\xec\xe7\x6d\xe6\xe7\xef\xbd\xf2\xe2\x67\xfe\xd8\ -\x1a\x03\x9e\x7a\xe1\xa7\x77\x95\xef\xd8\xfb\x3a\xf0\xa4\xef\xd2\ -\x15\x55\xdb\xbd\x3a\x33\xba\x1c\x55\xe1\x61\x90\x4a\x8f\xa5\xd4\ -\x98\x79\x60\x7f\xf5\xba\xc2\x3b\x6d\x77\xf2\xcd\xe5\x5c\x66\xad\ -\x7a\xdd\xf8\x13\x94\xef\xdc\xfb\x12\xb5\xe2\x01\xf6\x8b\x98\xb9\ -\x44\xff\xd8\xe1\x50\x2b\x0e\x91\xcd\xc4\x03\x08\x3c\x6e\x6f\xe9\ -\x0f\xfc\xeb\x35\x06\xa0\x9c\xde\x62\x8f\xf6\x9d\x6a\xc2\x56\xe2\ -\x3d\xd4\x9a\x3e\xff\x5a\xad\x01\xb0\xb7\xc1\x5e\xed\x22\x66\x2e\ -\x39\x38\xd1\x11\xb0\xc6\xc8\xe8\x18\xc8\x25\x1b\x89\x07\x40\x74\ -\x8f\x7f\xa9\x9e\x01\x6f\x38\xec\xd9\x8e\x32\xbf\x13\x4c\xe8\x18\ -\xc8\x25\x2d\xba\x40\x23\xf1\x00\x68\x8d\xb6\x1a\x03\x62\xe8\x19\ -\xe0\x8a\xc3\xde\xdb\x6e\x42\x30\xf1\xac\xc5\xe0\xc7\xfe\xc5\x1a\ -\x03\x96\xf3\xd9\xf7\x11\xba\x70\x37\x61\x5b\xc6\x61\x43\x7c\xe3\ -\xb6\xaf\xb0\x66\x0d\xdd\xcb\xf9\xec\xfb\xfe\x0b\xf5\x46\x80\xe2\ -\x74\x66\x65\xc3\x84\xb5\x7a\xd7\x7d\xec\x47\x99\x4b\xa5\xc7\x52\ -\x0e\xb1\xa1\x10\x1f\x1a\x4f\x6c\x88\xbf\xdb\x21\xfc\xaa\x35\x74\ -\x97\xa6\x32\x97\xeb\x5d\xac\xfb\x41\xc8\x23\x39\x38\xd1\x81\x32\ -\x0f\xb4\x3b\x6c\x74\x45\xac\x7d\xa6\x30\x3b\x5a\x70\x88\x6d\x9a\ -\xf8\xd0\x78\xc2\x58\x59\xc0\x5d\x7c\xd7\x66\xe2\xa1\x81\x01\xb0\ -\xb3\x4c\x08\x5b\x3c\x38\x18\x00\x90\xe8\x1f\x3b\x2c\x62\xe6\x70\ -\x34\xc1\x20\xc7\x57\xf2\x23\x45\x97\xdc\xae\x24\xfa\x27\xe3\x22\ -\x76\x01\x38\xe0\x10\x7e\xd5\x60\xba\x57\xf2\xc3\x97\x1a\x05\x3a\ -\x19\x50\x29\x60\xfb\x4c\x88\x4a\x3c\x6c\x72\x08\xd6\x63\x75\x66\ -\x74\xd9\x1a\xba\x71\x3c\x18\x2d\xba\xd0\x31\x90\x4b\xba\xe6\xdf\ -\x8c\xa0\xe2\xc5\x6a\x8f\xab\x78\x08\xd0\x01\x1e\xf1\xa1\x89\xaf\ -\x19\xcb\x1c\x70\x97\x43\xf8\x3f\x0d\xf2\x4c\xb3\x9d\x10\x50\xfc\ -\x67\x62\xb5\xbb\x30\x9b\x7d\x33\xc8\x1e\xce\x1d\xe0\x51\x9a\xca\ -\x5c\xb6\x86\x2e\xe0\xaa\x43\xf8\xdd\x16\x9d\x8f\x0f\x8d\x27\x82\ -\xee\xf3\x45\x88\x87\x26\x3a\xc0\x23\x68\x27\x58\xa3\xc7\x4b\x53\ -\xd9\x55\x97\xdc\xc9\xc1\x89\x27\x51\x16\x89\x58\x3c\x34\xd1\x01\ -\x1e\xa5\xa9\xcc\x65\x83\xe9\xc6\xb1\x13\x8c\x95\x05\x97\x4e\x08\ -\x2a\x1e\x91\x9e\x66\xc5\x43\x0b\x1d\xe0\xd1\x31\x30\x79\xc4\x62\ -\x2f\x10\x42\x27\x34\x23\xbe\x38\x3d\xe2\xf2\xe5\x6d\x53\x9a\xee\ -\x00\x8f\x95\xfc\xf0\x25\xb1\xda\x83\x7b\x27\xcc\x27\xfa\x27\xe3\ -\xfe\x0b\x1b\xe2\x9d\x67\x5e\xd5\x9e\x68\x55\x3c\x84\x60\x00\x40\ -\x61\x36\xfb\xe6\x86\x09\x35\xcf\xdc\xea\x70\x40\xc4\x2e\x54\x9b\ -\x90\x4a\xbf\xfc\xc4\x86\xf8\x7b\x1c\xee\xbf\xa6\x6a\x4f\xac\xce\ -\x8c\xfe\xa1\xd9\x7a\xab\x69\x79\x04\xaa\x49\xa5\xc7\xbf\xae\x46\ -\x2e\x00\x5f\x76\x08\xff\x87\xaa\x39\x6e\xf4\x96\x55\x13\x5b\xc4\ -\x5d\x7c\x4f\x58\xe2\x21\x64\x03\x20\x98\x09\x82\xae\x69\xa5\x04\ -\x97\x4f\x97\xa1\x8b\xaf\xd4\x10\x01\xc9\xc1\xdc\x53\xa8\x9e\xc7\ -\xad\x13\x5c\xb8\x66\x0d\x27\x4a\x53\x99\xdf\x87\x94\xef\x36\x91\ -\x18\x00\xa1\x9a\x10\x99\x78\x08\xe9\x10\xac\x47\x71\x7a\xe4\x0d\ -\x55\x7b\x02\xb7\x83\x71\x33\xae\x09\xf6\x64\x54\xe2\x21\xc2\x0e\ -\xf0\x48\xf4\x8f\x7d\x43\xc4\x9c\x07\xf6\x05\xbc\xf5\x9a\x60\x4f\ -\x16\xf2\xa3\xbf\x8b\xa2\x2e\x8f\xc8\x0d\x80\x8a\x09\xc6\x98\x39\ -\xd5\x86\x8f\xdc\x3d\x6e\x08\xb6\x3b\x6a\xf1\x10\xe1\x08\x54\xa3\ -\x31\xd6\x54\xe5\xa6\xf3\x0d\xc2\x4d\xac\xba\x7c\xed\x6e\x99\xc8\ -\x0d\x88\x0f\x8d\x1d\x32\xd6\x2c\x81\xba\x3c\xbd\xad\xa0\xb4\xab\ -\x89\x2d\xa6\xd2\x2f\x3f\x11\x61\x69\x40\xc4\x23\xf0\x1f\xf1\xdc\ -\xdb\x64\x8a\x4f\xc5\xae\x1f\x2b\xcc\x7e\xef\xed\x30\xeb\xaa\x26\ -\x32\x03\x36\xc4\x2f\x02\xf7\xb5\x98\xea\x53\x03\x9d\x2b\xf9\xcc\ -\x3b\x61\xd4\xe5\x27\x12\x03\x12\xfd\xb9\xc7\x44\x74\x89\xd6\xc5\ -\x7b\x44\x66\x42\xe8\x67\x40\x10\xf1\x0a\x65\x85\xb2\x43\xda\x7b\ -\x2c\x2c\x76\x0c\x4c\x3c\xde\x7a\x85\xff\x4d\xa8\x06\x04\x7c\xe5\ -\xaf\x8b\x48\x8f\xc1\x76\x01\x9f\x3b\xc4\xdf\x1b\x85\x09\xa1\x8d\ -\x40\x72\x70\xfc\x51\x54\x2e\xe2\x28\x5e\x55\x9f\x5d\x9d\xc9\x5e\ -\x04\x48\xa5\x27\xbe\xa5\x86\x73\xc0\x97\x1c\xee\xfd\xc4\x1a\xdb\ -\x59\x9a\x1a\x7d\xb7\x95\x7a\x3d\x42\x31\xa0\x15\xf1\x1e\xdb\x65\ -\x42\xcb\x23\x10\x54\xbc\x15\x39\xe5\x17\x0f\x50\x98\xcd\xbc\x8e\ -\xc8\xb3\x38\x8e\x83\xb1\x66\x29\x3e\x34\x76\x28\x68\xbd\x7e\x5a\ -\x32\x20\x39\x38\xfe\x28\x88\xf3\xcc\x5b\x91\x53\xa5\xe9\x91\xa5\ -\xcd\x02\x8a\xd3\x23\xbf\x0d\x68\xc2\x62\xab\x26\x34\x3d\x02\xb7\ -\xc5\x2b\xf7\x3b\x84\x5f\x17\xb4\xb7\x90\xcf\x2e\xba\xe5\xce\x3d\ -\x8d\xea\x39\x1a\xff\x5d\x07\xe0\xef\xaa\xd2\xb9\x3a\x33\xf2\x47\ -\x97\xdc\x7e\x9a\xea\x80\x54\x7a\xf2\x60\x00\xf1\x37\x82\x88\x87\ -\xdb\x9d\x70\x12\xb8\xee\x10\x7e\x9f\x88\x2e\x25\xfa\x73\x8f\xb9\ -\xe6\xaf\x26\x70\x07\xa4\xd2\x93\x07\x35\x66\x2f\x06\x10\x7f\x2a\ -\x88\xf8\x6a\x12\xfd\xe3\x47\x45\xe4\x2c\x11\x76\x42\x20\x03\x52\ -\xe9\xc9\x83\x18\xbb\xa4\xf0\x80\x43\x78\x4b\xe2\x3d\x82\x9a\x80\ -\xe8\xd1\xe2\x74\xf6\x4f\xae\xf9\x9d\x0d\x08\x2a\x1e\x4b\x6f\x71\ -\x36\xb3\xe0\x9a\x7f\x2b\xe2\x83\xb9\x4e\xa3\xfa\x1a\x11\x98\xe0\ -\x64\xc0\xe1\x81\x89\x47\x2c\x5c\xdc\x0e\xf1\x1e\x51\x99\xd0\xf0\ -\x10\x0c\x2c\x1e\x73\x3a\x6c\xf1\x00\xa5\xe9\x91\x25\x41\x7b\x71\ -\x3c\x18\x41\x96\x2a\xef\x54\x5b\xb3\x65\x07\x34\x25\x3e\x3f\x3c\ -\xef\x10\xdb\x34\xa9\x81\xf1\x63\x8a\xbc\x06\xd4\xfc\xeb\xb3\x06\ -\xe1\x63\xd0\xce\xad\x3a\x61\xd3\x0e\x38\x3c\x30\xf1\xc8\x3a\x38\ -\xcf\xbc\x2a\x7d\x51\x8b\x07\x28\xe4\xb3\x8b\x82\x9e\x02\x6e\x34\ -\x0c\x56\xee\x07\x59\xaa\xbc\x6d\xd7\xa7\x6e\x07\x78\xe2\x81\x07\ -\x1d\x6a\x2a\xab\x72\x7a\x75\x26\x33\xe7\x10\x1b\x1a\x41\x3b\x41\ -\xd6\xcd\xd1\xc2\xec\xf0\x9f\x6b\x2f\xf9\x38\x32\xf8\x8b\x87\x6f\ -\x69\x5b\x11\x78\xc8\xa1\x8e\x6d\x11\xef\x91\x4c\x4f\x1c\xc7\xf0\ -\x6b\x1c\x4c\x10\xf8\x1b\xb1\x58\xb2\xf0\xca\x8b\x1f\x55\xaf\xd7\ -\x8c\xc0\x2d\xdb\xf6\x43\xfe\x07\xc4\x03\x14\x67\x33\x0b\x58\x7a\ -\x71\x18\x07\x85\x07\xb0\xeb\x3f\xf2\xaf\xd7\x9e\x01\xc2\xd3\x0e\ -\x7b\x97\xad\x48\xdf\x76\x8a\xf7\xa8\xbc\xe3\x98\xd3\xb8\x98\xa0\ -\x1c\xf5\xaf\xd5\x18\xa0\xb0\xde\x20\x4f\xd9\x8a\xf4\x95\xa6\x47\ -\x2e\xb8\x97\x19\x2d\x95\xc3\xd7\xc9\x84\x1a\x6d\x35\x06\x08\x6c\ -\xf5\xaa\x96\x05\x7d\x6e\x27\x89\xf7\x28\xe6\x87\xe7\x55\xe9\x63\ -\x0b\x13\x44\x38\xef\x5f\xab\x31\xc0\xb4\x99\x33\xc0\x07\x75\xee\ -\x2f\x0b\xfa\x5c\x21\x9f\xad\x49\xb2\x53\x58\x9d\xc9\xcc\x6d\x61\ -\xc2\x87\xff\x2a\x73\xc6\xbf\x18\xf3\x2f\xfc\xa5\x70\xee\xfa\x57\ -\x12\xc7\x5e\x15\x89\xed\x43\x79\x50\x84\x9b\x28\x8b\x8a\xf9\x4e\ -\x71\x26\xba\x5f\x69\xc3\xe2\xaf\xab\xbf\xf9\xe0\xe1\x78\xd7\x59\ -\xc4\x3c\x04\x1c\x40\xf9\x44\x45\x5f\xb5\x37\xe5\xf9\xb7\x7e\x95\ -\xf9\x78\xbb\xeb\xdb\x65\x97\x5d\x76\x16\xff\x06\x5e\xec\x1f\xa0\ -\xf6\x5e\x26\xad\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\ -\x00\x00\x04\x83\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x04\x35\x49\x44\x41\x54\x78\x9c\xed\ -\x9b\x4b\x88\x1c\x55\x14\x86\xbf\x53\xdd\x93\x31\x24\x41\x88\xf1\ -\x85\xa8\x2b\x51\x5c\x08\x43\xb7\x11\x11\x64\x14\x8d\x06\x31\xf8\ -\x00\x5d\x89\x4e\x30\xd3\x1d\x92\x9e\x76\x40\x11\x7c\xd0\x36\x89\ -\x98\x80\xf8\xe8\x36\xa6\x7b\x0c\x18\x17\x06\x75\x15\x06\x34\x3a\ -\xba\x48\x40\x90\xcc\x74\xe2\x03\x71\x21\x88\xb8\xd0\xa8\x84\x28\ -\x9a\x09\x66\x66\xba\x7e\x17\x6d\xa0\xaa\x18\x83\xd1\x7a\x5c\x4c\ -\xff\xcb\xff\x40\xdd\x73\xbf\x3a\x7d\xef\x3d\x55\xd5\xd0\x57\x5f\ -\x7d\x9d\xcd\xb2\xac\x13\xf8\xa7\x2a\x8e\x36\x6b\x66\x7a\x4a\x60\ -\x48\x5b\x3b\x13\xd5\x67\xe2\xb8\xae\x17\xc7\x45\x92\x56\x61\xf4\ -\xe5\x9b\x30\x6a\x82\x3c\x90\xc3\xec\xe9\xb8\xae\xed\x3c\x80\xd5\ -\xa5\x66\xd1\xcc\x26\x41\xc1\x6a\x8d\x2d\x6f\xa7\x01\x14\x46\x9b\ -\x57\xf9\x68\x1f\xb0\x3c\xe8\x0b\xfc\xb8\xc6\x70\x16\x40\x61\xf4\ -\xa5\xcb\xcc\x34\x05\xac\x8a\xc6\x0c\x14\xd7\x38\xf9\xb8\x2e\x14\ -\xa7\x86\x46\x1a\xe7\x9b\x31\x05\x5c\x9a\xf4\x58\xce\x55\xc0\x0d\ -\xeb\xb7\xaf\xc8\x2d\xe1\x3d\xe0\xca\x34\xc6\x73\x0a\xc0\xf0\x43\ -\xaf\x9f\x33\x37\xb0\x74\x2f\x50\x0c\xfa\x8a\xb1\xe4\xa3\x72\x06\ -\xc0\x70\xad\x96\xff\x7d\xf0\xf8\x1e\xc1\xcd\x91\x90\x2c\xc6\x45\ -\x2f\x2a\x47\x00\xc8\x8e\x1f\x39\xaf\x6d\xe8\xee\xb0\x6f\x22\xc1\ -\xc9\x83\x23\x00\x8a\xa5\xe6\x76\x8c\xf5\x41\x4f\x98\x40\x89\x4e\ -\x1e\x1c\x00\x50\x28\x35\x1e\x07\x1e\x8b\xfa\x96\xc2\xe4\x21\x63\ -\x00\xd7\x96\x1b\x1b\x0c\xb6\x2d\x12\xea\xa6\x95\x43\x66\x00\x8a\ -\xe5\xe6\xbd\x12\xad\xa8\xaf\x94\xee\xfc\x29\x65\x02\xa0\xb8\xa1\ -\x71\x0b\xd2\x9e\x45\xc6\xf7\xad\xb7\xf0\xa5\xa6\xd4\x01\x14\xcb\ -\x8d\xd5\x78\xec\x05\x96\x04\x7d\x19\x3e\x09\xee\xf7\x7f\xa7\x54\ -\x01\x5c\x57\x6a\x5c\x8d\xd8\x07\x2c\x8b\x84\x7c\x53\xfa\x93\x87\ -\x14\x01\x0c\x6d\x7a\xe5\xf2\x05\x6c\x0a\x58\x19\xf4\xff\xea\xec\ -\x32\x99\x3c\xa4\x04\xe0\x9a\xf2\xce\x0b\xbc\x05\xff\x43\x43\x97\ -\x04\x7d\x81\x1f\x67\x67\xf7\x6f\x94\x78\x37\x58\x18\x6d\x9f\x6b\ -\x3a\xf9\x3e\x70\x45\xd0\x57\xef\x88\x9b\xe9\xe4\x21\xe1\x0a\xb8\ -\x7e\xfc\x85\xa5\x66\x73\x93\xc0\x50\x28\x20\x4b\xf4\x7c\x7f\x26\ -\x4a\x0c\xc0\x70\xad\x96\x9f\x9f\xcd\xbf\x05\xba\x31\xe8\xab\x77\ -\xca\x75\x62\xf2\x90\x14\x80\x5a\xcd\x9b\xfd\x69\xd5\x2e\x8c\x75\ -\x41\x5b\xb8\x73\xe7\x4f\x29\x01\x00\xb2\xe2\x91\x95\xcf\x4b\x7a\ -\x30\xec\xbb\x37\x79\x48\x60\x11\x2c\x96\x1b\x4f\x20\x1b\x0f\x99\ -\x12\x98\x7b\x93\x87\x98\x2b\xa0\x50\x6a\x96\x91\x6d\x0d\x99\x02\ -\x33\x4b\xad\xb9\x39\x53\xc5\x06\xa0\x58\x6a\x6c\x33\xb4\x33\xea\ -\xcb\xf0\x33\xdf\xeb\x4e\xa3\xf8\x2a\x20\xf2\x40\x03\x7a\x9d\x9d\ -\x0b\x7b\xfd\xe9\x14\x1f\x00\xa5\xd7\xc3\xc7\xa9\xd8\x00\x98\xa9\ -\x4a\xe4\x6e\x1b\xe6\xb9\xfe\xfa\x35\x36\x00\x33\xad\xea\x3b\x48\ -\x95\xa8\x2f\x91\x73\x19\x42\xac\xbb\x40\x67\xa2\xba\xc3\xa0\x16\ -\xf4\x0c\x40\xca\xb9\xfa\x26\x3e\xf6\x83\xd0\x4c\xbb\xb2\x05\xac\ -\x19\x76\x0d\x50\xe6\x0f\x60\x17\x53\x02\x49\x99\x3a\x17\x1d\x7d\ -\x44\xf0\x66\x34\x90\xcc\x78\xff\x4d\xc9\x24\x54\xaf\xfb\x68\x70\ -\x04\x78\x37\x12\x31\xe4\x16\x84\xc4\x92\x39\x34\x51\x9a\x97\x06\ -\xef\x03\x3e\x0e\x05\x0c\x03\x73\x06\x42\xa2\x89\x1c\x9a\x28\x9d\ -\x58\x38\xd9\xbd\x53\xf0\x79\x38\x22\x67\x7e\x0e\x89\x27\xf1\xd9\ -\xee\xf1\x5f\xbd\x5c\xee\x76\xe0\x9b\x48\xc8\x7a\xd5\x90\xad\x52\ -\xb9\x0b\x33\xaf\x6e\xfa\xd1\xeb\xda\xad\x88\x1f\x42\x01\xe1\x29\ -\x63\x08\xa9\x95\xe1\xf4\xae\xca\xb7\x78\xba\x0d\xf8\x25\xe8\x9b\ -\xf0\x7a\x8f\x0a\xb2\x51\xaa\xbf\xc3\x4e\xab\xfa\xa5\x87\x77\x07\ -\x70\x22\x14\x90\x79\x22\x1b\x08\xa9\x2f\x44\xd3\xed\xcd\x9f\xf8\ -\x66\xf7\x00\xf3\x41\xdf\x30\x4f\x19\x54\x42\x26\x2b\xf1\xe1\x56\ -\xe5\x03\xc3\x1e\x20\xda\x3c\xc9\x3c\xa5\x7c\x66\xce\x6c\x2b\x9a\ -\x69\x57\xde\xc6\xd8\x18\xf5\x4d\x78\x69\x12\xc8\x74\x2f\xee\xb4\ -\xc6\xda\x88\x27\x43\xa6\x81\xa4\x5c\x5a\x39\x64\x7e\x18\xe9\x4c\ -\x54\x9e\x43\x7a\x31\x64\x9a\xa1\x94\x4e\x8b\x99\x03\x00\x53\xe7\ -\xe2\x63\x8f\x9a\xd9\x1b\x21\x17\xa5\xd2\x37\x38\x00\x00\xa8\xd7\ -\xfd\x65\x17\x1e\x7d\x18\x31\x19\xf2\x2d\xf9\x0e\xd2\x0d\x00\xc0\ -\xfe\x7a\x7d\x61\xf9\xdc\x8a\xfb\x31\x0e\x44\x42\xa6\x04\xf3\x74\ -\x06\x00\xc0\xfe\xdd\x23\x7f\xe4\x06\x58\x07\x1c\x0e\xfa\x96\xe0\ -\xd6\xe8\x14\x00\x80\x83\xcd\xb1\xdf\xe6\x6c\x60\x2d\xf0\x75\x1a\ -\xe3\x39\x07\x00\xe0\x8b\xd6\xc6\x9f\xbb\x79\x6f\x8d\xb0\xef\x93\ -\x1e\xcb\x49\x00\x00\x9f\xee\xd8\xfc\x5d\x1e\xad\x01\x8e\x45\x63\ -\x71\x9e\x16\x9d\x05\x00\x70\xb0\x3d\xf6\x15\xc6\x5a\x60\x36\xe8\ -\xdb\xd9\xf2\x97\x19\x80\x4e\x6b\x6c\x1a\x9f\xbb\x14\xf8\x7e\x30\ -\xce\x8f\x29\x9d\x07\x00\xd0\x79\x6d\xec\x23\xd0\x16\xb0\xae\x89\ -\x2e\xe6\x3d\x9b\x75\x4e\x7d\xf5\xd5\xd7\xff\x43\x7f\x02\x97\x76\ -\x3e\x83\x62\x89\x8e\x83\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\ -\x60\x82\ -\x00\x00\x01\x8b\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\x3d\x49\x44\x41\x54\x58\x85\xed\ -\x93\x3f\x2f\x43\x61\x14\x87\x9f\x73\x5b\xc1\xd0\x88\x6f\xd0\x5d\ -\x62\xbb\xda\xc9\x62\x34\x48\x2b\x6c\xc2\x66\xf0\x09\x24\x12\x3a\ -\x58\x7c\x01\x7f\xd2\xc1\xaa\xf4\x76\x31\x4b\x2c\xa2\x9d\xd4\x07\ -\x10\x2c\xc2\xa2\x93\x84\xd4\xfb\x33\x50\x4d\x6c\xf7\xbd\xc9\x5d\ -\xdc\x67\x3b\xc9\x7b\x7e\xe7\xc9\xc9\x79\x21\x23\x23\xe3\xbf\x63\ -\xb1\x5e\x4b\x56\x6a\xc9\x01\xbc\x9b\x4d\xde\x54\xac\x97\x54\x20\ -\x88\xf5\x7a\x67\x28\x3c\x2a\xbd\x2e\x35\x94\x4b\x57\xa0\x66\x4e\ -\xd8\xf2\xa0\x7c\xcc\xab\x9f\xae\x00\xd0\xa9\xda\xa9\xd0\xee\xa0\ -\x2e\x45\xae\x9b\xaa\xc0\xb7\x44\x6e\x0b\xb8\xf8\x29\xa7\xcb\xd1\ -\xe7\xbe\xaf\x40\xbc\x23\xfc\x43\x29\x72\x1a\x26\xd9\x7a\xbb\x62\ -\x47\x71\x33\xbc\x36\x30\xa0\xdd\xb5\xe1\x11\x4a\x87\x61\x53\xb3\ -\xa9\x0a\x50\x33\x37\xde\xb7\xc2\x6f\x98\xe9\x32\x5d\x01\xe0\x05\ -\x3e\x80\x7b\xdf\xfe\x64\x02\x92\x15\x46\x5c\x1d\x28\x02\xcf\x39\ -\x59\x31\x55\x81\x72\xe4\xb6\x91\xad\x00\x6f\x98\xcd\x5f\x2d\xda\ -\x43\xdc\x0c\xef\x5f\x30\x13\x69\xd5\xd0\x31\xe0\x84\x2d\x74\xaa\ -\x76\xee\x93\xe3\xb5\x81\xb0\xa5\x39\x43\x75\x00\x61\x1b\xbe\xc3\ -\xbd\x04\xc2\x33\x4d\x05\x52\x13\xc8\x9b\xb4\xd7\xa9\xda\x81\xef\ -\xf0\xf8\x02\x92\x05\x81\x1a\xc0\x04\xa6\x93\xeb\xdb\x60\x33\xc9\ -\x70\x80\x7c\xdc\x06\x83\x27\xe0\x6e\xac\x17\xac\x51\x33\x97\x54\ -\x20\x23\x23\x23\xe3\x0b\x46\x70\x62\xa1\x9b\x7f\x53\x6a\x00\x00\ -\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\x89\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\x3b\x49\x44\x41\x54\x58\x85\xed\ -\x97\x31\x4e\x02\x41\x14\x86\xbf\xb7\x81\xa5\x74\x69\x56\x0a\x43\ -\x34\xd9\x66\x2f\xe0\x09\x4c\xe4\x0e\x9c\x02\x6b\xb5\x90\x1e\x4e\ -\xc1\x19\x8c\x89\x27\xe0\x02\xdb\x6c\xc0\x80\xc5\x86\x06\x2c\x59\ -\xc8\x3e\x0b\x67\x0d\x2c\x62\xa1\xbb\xb1\x70\xfe\x6a\x32\x33\xc9\ -\xf7\x65\xa6\x79\x3f\xfc\xf7\x48\x71\x63\x3a\x9b\x5d\x3b\x2a\x37\ -\x0a\x97\x80\x57\x12\x67\x25\x30\xce\x44\x07\x17\xed\xf6\xd3\x51\ -\x81\x97\xd9\x6b\x1f\xd5\x5b\x60\x0d\x44\x28\x6f\xa5\xe0\x85\x13\ -\x20\x04\x1a\x88\xf4\xcf\xdb\x67\xf7\x07\x02\xd3\xf9\xbc\x23\x19\ -\x8f\xa0\xcf\xdb\x8d\xdb\x0d\x82\xd6\xa2\x14\xb8\x49\x1c\x27\x7e\ -\xad\x9e\x8e\x40\xae\x54\xb4\x93\xbf\x84\x93\x5f\x70\x32\x7a\xc0\ -\xba\x0a\x38\x40\x10\xb4\x16\xdb\x8d\xdb\x05\x52\x47\xa5\xf7\xc9\ -\xcd\x17\xe6\xcf\xa3\x2a\xe0\xbb\x12\x08\x91\x61\xed\x0b\x00\x5e\ -\x69\x7f\xfe\x5d\x32\x56\x40\xf3\x2b\x81\x3f\x89\x15\xb0\x02\x56\ -\xc0\x0a\x58\x01\x2b\x60\x05\xac\xc0\xae\xc0\xca\x4c\xaf\x55\x13\ -\x3d\x60\x79\x20\x20\x30\x06\xc2\x38\x4e\xfc\xaa\xd8\x71\x9c\xf8\ -\x28\xa1\x61\xed\x0b\x64\xa2\x03\xa0\x51\xab\xa7\xa3\x2a\x24\x26\ -\x93\xc9\xe9\xc7\x58\x8e\x9b\x89\x0e\xf3\xfd\x62\x31\x79\x40\xf5\ -\x0e\x48\x11\x22\x33\x40\xfe\x3e\x0e\x1e\x4a\x08\xb8\x47\x8b\x49\ -\x1e\x53\xcd\x7a\x66\x74\x6e\x16\xcf\x7f\x98\xa5\xa9\x66\xc3\x62\ -\x35\xb3\x79\x07\x25\xbf\x6e\x2c\x3a\x0b\x42\xe7\x00\x00\x00\x00\ -\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\x3e\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\xf0\x49\x44\x41\x54\x58\x85\xed\ -\xd6\x3f\x68\x13\x61\x18\xc7\xf1\xef\xf3\x5e\x62\xa5\x82\x8a\x1d\ -\x14\x5d\x44\x9c\x1c\xfc\x13\xcc\xe0\xe0\x28\x5d\xea\x24\xc1\x45\ -\xd1\x45\xd2\xda\x34\x05\xc1\x51\x4a\x70\x74\x50\x92\x5a\x6b\x40\ -\x10\x75\x10\x8b\x5b\x10\xc5\xd1\xa1\xa0\x6d\xc4\xc5\xc9\xa1\x93\ -\x28\x48\x4b\x87\x8a\x35\xc9\xfd\x1c\xee\xb2\x38\xdd\x5d\x8e\xcb\ -\xa0\x0f\xdc\x76\xcf\xfb\xfb\xf0\xdc\xfb\xde\x1d\xfc\xeb\x65\x51\ -\x6e\x3a\x5d\xae\x6f\x80\x59\xbe\xdb\x39\xb2\xfc\xe8\xc6\x7a\x9a\ -\x00\x17\xf1\xbe\xbd\xa0\x3d\x9d\x5c\xae\x75\xfc\xf2\x9d\x5d\xc3\ -\x00\xf4\xeb\xcc\xc8\xe8\xc8\xcb\x63\xa5\xb9\x1d\xc3\x02\x20\x18\ -\x1f\xdd\x37\xf6\xa4\x54\x7a\xe1\x65\x0e\x10\xf8\x60\x02\x2e\xae\ -\x8d\x7d\x6b\x80\x22\xed\xa1\xd4\x00\x06\x12\xbe\x00\x24\xa6\x8a\ -\x93\xf5\x5a\xa6\x80\x00\x61\x92\xe1\x07\x08\xbb\x55\x2c\x37\x66\ -\x33\x05\x00\x98\x90\x50\x80\x40\xf7\x8a\xe5\xc6\xa5\x4c\x01\xf0\ -\xd7\x24\xd0\xe3\xc2\xe4\xfc\x44\xa6\x00\x08\x26\x81\x10\xe0\x39\ -\xf9\x4b\x85\xa9\xfa\xd9\x4c\x01\x81\x02\x3f\x44\xec\x74\x3e\xad\ -\xe2\xb5\xbb\x27\xb3\x05\x84\x08\xc9\x04\xec\x96\xf3\x5e\x17\xae\ -\xdf\x3f\x9a\x2d\x00\x30\x53\xff\x1d\xb1\xdf\x7a\xbd\xb7\xa7\x2a\ -\x8d\x83\x99\x02\x82\x0a\x4e\x86\xc1\x61\xd7\xd1\xab\x21\x00\x00\ -\x44\x88\x38\x31\x04\x80\x39\x30\x04\x6b\xbd\xbc\x1d\x8a\xd2\x91\ -\x4b\x2b\x5a\xe0\x2c\xf8\x36\x7c\x97\xe7\x9d\xfb\x38\x3f\xfd\x35\ -\x4a\x5f\x5a\x13\x70\x16\xfc\xdc\x6c\x3a\x18\x6f\x2f\x4c\x7f\x89\ -\xdc\x98\x46\x38\x41\xf8\x2f\xdf\x71\xfe\xfd\xc3\xea\xa7\x38\xcd\ -\x83\x3e\x02\x0b\xaf\x9e\x6f\xae\xd4\x7e\x50\x79\x17\x77\x81\xc4\ -\x13\x90\xc9\xfa\xfd\x86\x5d\x6d\x2f\x56\x5a\x49\xd6\x49\x3a\x01\ -\x33\x99\x03\x90\x98\x5d\x69\xce\x3c\x4b\xb8\x4e\x92\x09\xc8\x40\ -\x2e\x54\xdc\x5e\x6d\x56\xeb\x49\xc3\x63\x03\x84\x0c\xf5\xcf\xba\ -\x16\x3e\x2c\x56\xe7\x06\x09\x8f\x0d\x30\x70\x18\x20\x7b\xbe\x7a\ -\x60\x7d\x26\x7c\xf7\x0f\x54\x31\xf7\x80\x61\xf0\x66\x6b\xe3\xc7\ -\x15\x9a\x35\x7f\xd0\x70\x88\xbf\x07\x96\xb7\x7f\x6e\x5f\xf8\xbc\ -\x54\xfb\x9d\x46\x38\x44\x9c\x80\x60\xd3\xc0\xf2\xdd\xee\xc4\xca\ -\xd3\x9b\x5b\x69\x85\xff\x2f\x80\x3f\x94\x18\xa2\x63\x8f\xc5\xfb\ -\x89\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\x30\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\xe2\x49\x44\x41\x54\x78\x9c\xed\ -\xd0\xb1\x0d\xc2\x30\x18\x05\xe1\x67\x86\x48\x87\x94\x99\x58\x21\ -\x15\x13\xb1\x05\x33\x45\xa1\x61\x0b\x53\x80\xa8\xa0\xb2\x9d\x43\ -\xe2\xbe\x2a\xc5\x2f\x78\xbe\x44\xd2\x3f\x2b\xa3\xff\x60\x5d\x6f\ -\xa7\x94\x5c\x92\x24\x35\xe7\x79\x3e\x5e\x7b\xde\xb7\x3a\x8c\xfc\ -\xf1\x24\x79\x3d\x66\x4a\x32\xbd\x1f\xd6\xf3\xbe\xd1\xf8\x00\xcf\ -\xc7\x7c\xfa\xee\x75\xdf\x64\x8f\x00\x3f\xcd\x00\xf4\x00\x9a\x01\ -\xe8\x01\x34\x03\xd0\x03\x68\x06\xa0\x07\xd0\x0c\x40\x0f\xa0\x19\ -\x80\x1e\x40\x33\x00\x3d\x80\x66\x00\x7a\x00\xcd\x00\xf4\x00\x9a\ -\x01\xe8\x01\x34\x03\xd0\x03\x68\x06\xa0\x07\xd0\x0c\x40\x0f\xa0\ -\x19\x80\x1e\x40\x33\x00\x3d\x80\x66\x00\x7a\x00\xcd\x00\xf4\x00\ -\x9a\x01\xe8\x01\x34\x03\xd0\x03\x68\x06\xa0\x07\xd0\x0c\x40\x0f\ -\xa0\x19\x80\x1e\x40\x33\x00\x3d\x80\x66\x00\x7a\x00\xcd\x00\xf4\ -\x00\xda\x1e\x01\xee\x5f\xbe\x7b\xdd\x37\x19\x1f\xa0\x66\x49\xc9\ -\x96\x92\x2d\x35\x4b\xf7\x7b\x49\x6a\xf0\x00\xc5\x3d\x1c\x34\xe1\ -\xa3\xf7\x6f\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\xc4\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x02\x76\x49\x44\x41\x54\x78\x9c\xed\ -\x9a\x3d\x6f\xd3\x40\x1c\x87\x9f\x4b\xa8\xca\x02\x4b\x78\x59\x6a\ -\xe7\xfc\x39\xf8\x12\x2c\x54\x0d\x2d\xac\x74\x60\x65\x63\xe5\x1b\ -\x80\xc4\xca\x4b\x0b\x82\x01\xf1\x3d\xbc\x31\x66\x70\xed\x66\x43\ -\x48\x48\x2c\xa8\x52\x7b\x2c\x11\x32\x87\x9d\x36\xf6\xdd\xf9\xce\ -\xf1\x6f\xb3\xfd\xcf\x4f\xf7\x3c\x8a\x9d\xe8\x64\x18\x32\x64\xc8\ -\x26\x47\x74\xbd\x00\xdb\xc9\x8a\xe2\xbe\x50\xe2\x05\xf0\x73\x3c\ -\xe2\x30\x8a\xa2\x6f\xe5\xeb\xd7\x3a\x5a\x97\x93\x64\x45\xb1\x27\ -\x94\x38\x02\x46\x00\xe7\x17\xbc\x06\xee\x95\x67\x46\x5d\x2c\xcc\ -\x45\x74\xf8\x65\x6e\xea\x73\xbd\x14\x50\x03\x7f\xae\x84\x7a\xae\ -\xcf\xf6\xee\x16\xa8\x83\x17\x88\x99\x8c\xa3\xaf\xfa\x7c\xaf\x1e\ -\x82\xab\xe0\xa7\xd3\x9d\xcf\x55\x9f\xe9\x8d\x80\x26\xf0\xd0\x13\ -\x01\x4d\xe1\xa1\x07\x02\xda\xc0\x43\xe0\x02\xda\xc2\x43\xc0\x02\ -\x4c\xc0\x43\xa0\x02\x4c\xc1\x43\x80\x02\x4c\xc2\x43\x60\x02\x4c\ -\xc3\x43\x40\x02\x6c\xc0\x43\x20\x02\x6c\xc1\x43\x00\x02\x6c\xc2\ -\x83\xe7\x02\x6c\xc3\x83\xc7\x02\x5c\xc0\x83\xa7\x02\x5c\xc1\x83\ -\x87\x02\x4c\xc3\xe7\xf9\xe2\x81\x52\xea\xd5\xf2\xf0\x89\x94\xd1\ -\x97\xf2\x75\xaf\x04\x98\x86\xff\xaf\x4f\xf1\x5d\xca\xe8\x4e\x79\ -\xc6\x9b\x2d\x31\xeb\xf0\x35\xf1\x42\x80\x23\xf8\x0b\x21\xc4\x53\ -\x7d\xb6\x73\x01\xae\xe0\x51\x3c\x9e\x4e\x77\x3e\xe9\xf3\x9d\x3e\ -\x03\x5c\xc2\x4b\x19\x1d\x55\x7d\xa6\x33\x01\x3e\xc0\x43\x47\x02\ -\x7c\x81\x87\x0e\x04\xf8\x04\x0f\x8e\x05\xf8\x06\x0f\x0e\x05\xf8\ -\x08\x0f\x8e\x04\x38\x84\x7f\x24\x65\x74\xbc\x4e\x97\x75\x01\x3e\ -\xc3\x83\x65\x01\xbe\xc3\x83\x45\x01\x21\xc0\x83\x25\x01\xa1\xc0\ -\x83\x05\x01\x21\xc1\x83\x61\x01\xa1\xc1\x83\x41\x01\x21\xc2\x83\ -\x21\x01\xa1\xc2\x83\x01\x01\xae\xe0\x95\x50\x07\x49\x1c\x7f\x58\ -\xb7\x2f\xcf\x17\xbb\x4a\xa9\x97\xcb\x43\xb3\x7b\x82\xfe\xc3\x9f\ -\x1e\x28\x78\xf3\xb7\xcf\xe4\x9e\x60\x70\xf0\x35\x69\x24\xc0\x77\ -\xf8\x93\x93\xd3\xfd\x0a\x78\x33\x7b\x82\x21\xc0\x23\x78\xab\xf7\ -\x19\xd9\x13\x0c\x19\xbe\xf5\x9e\x60\x00\xf0\x0f\x11\xbc\xd3\xfb\ -\x2e\xfb\xe9\xbc\x92\x80\xbe\xc2\xc3\x15\x04\x38\x84\xdf\x4f\xe2\ -\xf8\xe3\xba\x7d\x6d\xe0\xe1\x12\x01\x7d\x87\x87\x15\x02\x7c\x87\ -\xcf\x8a\x62\x26\x94\x78\x5f\xd1\xb7\xd6\x6d\x54\x29\x60\x53\xe0\ -\x01\xc6\xfa\x89\x3c\x5f\xec\x02\xc7\x18\x82\xaf\xe9\x6b\x0c\xbf\ -\xa2\xaf\xd1\x03\xf4\x9f\x6f\x40\x9a\xa6\x5b\xb7\x6e\xdf\xfd\x01\ -\xdc\x28\x9d\x6e\x0c\x5f\xd3\xd7\x18\xde\x74\x1f\x68\xff\x04\x27\ -\x93\xc9\x18\xd8\x2e\x9d\x6a\xf5\x5a\x4a\x45\x5f\xab\xc5\x9a\xee\ -\x03\x4d\x40\x92\x24\xbf\x05\x3c\x03\xce\x80\x5f\x02\xb1\xd7\xe6\ -\x9d\x9c\x8a\xbe\x59\x9b\xc5\x9a\xee\xab\xcd\x7c\x3e\xdf\x4e\xd3\ -\x74\xcb\xd7\xbe\x2c\xcb\xae\x9b\xec\x1b\x32\x64\x83\xf3\x07\x17\ -\xa8\x1d\x6f\x59\x60\x0c\x9b\x00\x00\x00\x00\x49\x45\x4e\x44\xae\ -\x42\x60\x82\ -\x00\x00\x00\x8d\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x3f\x49\x44\x41\x54\x58\x85\xed\ -\xd3\xb1\x11\x00\x10\x10\x44\xd1\xa5\x10\x94\x22\xd1\xb5\x19\xad\ -\x18\x0a\x39\x91\x50\xea\x92\xff\xa2\xcd\x7e\xb4\x12\x00\xc0\x59\ -\xb8\x63\xae\x3d\x64\xaa\x7f\xb2\xd6\x4b\x4e\x4d\x92\xe2\x9f\x20\ -\xf0\xc6\x0b\x00\x00\x70\x77\x00\xa4\x4c\x0e\x07\xff\x04\x59\xb9\ -\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\x1d\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\xcf\x49\x44\x41\x54\x58\x85\xed\ -\xd6\x3d\x8b\x53\x41\x18\xc5\xf1\xff\x99\x44\xf1\x05\x5f\x3a\x41\ -\x1b\x11\x2b\x0b\xb5\x31\x61\x11\x4b\x49\xb3\xb2\x59\x65\xd7\x46\ -\xd0\xd6\x42\xf6\x13\x88\x2c\x7e\x01\x51\xb0\x16\xb1\x90\x15\xcd\ -\x2e\x04\x71\xb1\x14\x89\x49\xa5\x16\x56\x16\x6b\x23\xd8\x28\x8b\ -\xf8\x82\x26\x73\x2c\xe6\x46\x2c\x73\x93\x30\x16\xfa\x14\x97\x5b\ -\xcc\xcc\xf9\xcd\xdc\x67\xe0\xc2\xbf\x5e\x1a\x65\x50\xad\x15\x3f\ -\xc9\x28\xf4\x75\xa8\xb3\xa8\x8f\xd3\x04\x84\x51\x06\xc9\xec\x05\ -\xf6\xc4\xaa\xdb\x47\xd7\xbd\x33\x3b\xe0\x8f\x9a\xd9\xfe\xd5\x0f\ -\x8f\xac\x78\xeb\x5f\x01\x38\x3d\x1a\xbb\xb6\xc4\xbb\x0b\x2b\xae\ -\x64\x07\x60\x22\xc2\x58\xe7\xdf\x55\xe2\x2d\xec\x91\x7a\x68\x6a\ -\x00\x09\x63\x6c\x83\xa4\xcb\xf5\xd5\xb8\x9c\x15\x50\x94\x81\x98\ -\xde\x74\xb5\xde\xf2\x52\x6e\x00\x12\xf6\x6f\x84\x6f\xd4\x5b\xbe\ -\x90\x15\x00\x20\xb0\xd1\x10\x71\xa7\xf6\xc8\xb3\x59\x01\x09\x61\ -\x1b\x1b\xa8\x08\x3f\xa8\xad\xfa\x54\x56\x40\x42\x28\x92\x10\xdb\ -\x14\xdd\x3e\xd1\xf2\xf1\xac\x80\x82\x11\x9d\x9a\x73\x77\xb0\x9f\ -\xcc\xac\xf9\x70\x66\x00\x28\x35\xa5\x81\x7d\x71\xe0\xa7\x27\xd7\ -\xbc\x3f\x2b\xa0\x50\xc4\xf4\x35\x38\xd8\x1f\xf8\x71\x7e\x40\x42\ -\x0c\xeb\x58\x7e\x80\x09\x85\x60\xa3\x5a\xd1\x81\xac\x00\x8b\x40\ -\x4a\xff\x10\x2a\x3a\xfd\x7c\x4e\xef\x33\x02\x1c\x64\x04\x6c\x1a\ -\x35\x3a\x73\x7a\x3b\xea\xcc\xea\xc4\xd1\x38\x08\x09\xf8\xee\xa0\ -\x33\xbd\xa6\x5e\x95\x99\x3f\xd1\x09\xd8\x52\x11\x3e\x30\x5a\xe8\ -\x35\xf5\xac\xec\x1a\x63\x9f\x80\x8d\x24\xa7\x0d\x48\x97\x7a\xf3\ -\x6a\x8f\xb3\xce\xb8\x27\x20\xa5\xa6\x43\x68\xa9\x3b\xaf\x7b\x63\ -\xae\x53\x1e\x60\x23\x18\xee\xdc\xd7\x5f\x9c\xd5\xcd\x71\xc3\x4b\ -\x03\x9c\x7e\x05\xd2\x5d\x97\x6f\x77\x9b\xe1\xda\x24\xe1\xa5\x01\ -\xc2\x21\xf5\x9c\xef\x77\x5f\x86\x2b\x48\xce\x0a\x48\x3b\x67\xfd\ -\x73\x3f\x5c\x64\xb9\xf8\x19\x99\xb0\xca\xde\x82\xce\xb7\x1d\x3a\ -\xf7\xa6\xa1\x1f\xd3\x08\x2f\x03\xd8\x44\x56\xf8\x19\x66\x5f\x37\ -\xf4\x65\x5a\xe1\xff\x0b\xe0\x17\x0f\x9e\xa4\x40\x97\xf1\x9c\xea\ -\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x03\xeb\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x03\x9d\x49\x44\x41\x54\x78\x9c\xed\ -\x9b\x3f\x6c\x52\x51\x14\xc6\xbf\xf3\x78\xe8\xa4\xd8\xa8\x69\x22\ -\xc6\xa9\x83\x75\x50\x6b\x5d\xdc\x48\x10\x1c\x34\xa4\xa6\x25\x0e\ -\xd6\xd8\x28\xb3\x71\x33\x61\x90\xd4\xc4\x18\xdd\xd4\xc5\x01\x4c\ -\x35\x2e\xa6\xf6\x4f\x88\x0e\x52\x9b\x30\x54\x5d\xaa\x55\x07\x98\ -\xea\x60\x64\xa8\xf1\x1f\x6e\xd8\xf2\x8e\x43\xd1\x3e\x1e\x0f\x5a\ -\x7a\xdf\xe3\xb6\x72\x7f\xdb\x3d\xef\xdc\xc3\x77\xbf\xbc\x77\xef\ -\x4d\xb8\x17\x50\x28\x14\xed\x0c\xad\x25\x29\x10\x48\xe8\xfa\xae\ -\x42\x84\x18\x67\x00\x1c\x05\xe0\x07\xb0\xd5\x55\x65\xcd\x53\x02\ -\x50\x00\x30\xcb\x84\xc7\x4b\x5f\xfd\xe9\x6c\x76\x78\x69\xb5\x4e\ -\xab\x1a\x10\x3e\x1d\x0b\xb1\x86\xdb\x00\xba\x1d\x10\xd9\x42\x28\ -\x47\x06\x5f\xce\x4c\x24\xa7\x1a\x65\x79\x1a\x55\x08\x0d\xc4\xe2\ -\x20\x8c\x00\xd8\xed\xa8\xb6\xd6\xb0\x1b\x84\x73\x5d\xdd\x3d\xbf\ -\xe7\xf3\x73\x2f\xeb\x25\xd5\x35\x20\x34\x10\x8b\x83\x71\xdd\x1d\ -\x6d\x2d\x84\x28\xd8\xd5\xdd\x53\x9a\xcf\xcf\xcd\xd8\x3e\xb6\x0b\ -\x56\x5e\xfb\x4c\x55\x90\xf1\x83\x89\xaf\x6a\x1a\x3d\xf3\xa1\xf8\ -\x69\x74\x74\xb4\xec\x82\xdc\x75\x13\x8d\x46\x3d\x45\xf8\xf6\x19\ -\x06\x9f\x24\xa6\x6b\x20\x74\x98\x9f\x93\x81\xb0\xdd\xe7\x50\x63\ -\x40\x20\x90\xd0\xbd\x3b\x0b\x1f\x60\xfa\xe6\x09\x78\x51\x5e\xc4\ -\xe0\x74\x3a\xb9\xe0\x8a\x7a\x87\x09\x46\x62\x9d\x1e\x2f\x1e\x31\ -\x70\x7c\x25\x4a\xb9\xc5\x6f\x7b\x0e\x59\x27\x46\xcd\xda\x59\xdf\ -\x55\x88\xa0\x7a\xc2\xfb\x0e\x43\x3f\xbb\x59\x06\x0f\x00\xd3\xe9\ -\xe4\x42\x79\x11\x83\x60\xfc\x58\x89\xf2\x81\xca\xd8\xaa\xa8\x31\ -\xa0\xb2\xd4\xad\x74\x03\x27\x32\x13\xf7\xbe\xb8\x21\xd4\x4d\xa6\ -\xd3\xc9\x05\x06\x25\xcc\x31\xeb\xd8\x00\x1b\x03\xb0\xbc\xce\xaf\ -\x24\x68\xf4\xcc\x61\x6d\x2d\x43\xf3\xf0\x53\x73\x9b\x80\xde\x9a\ -\x1c\x9b\x7e\x7e\x73\xc3\x87\xe2\x27\x87\x75\xb5\x0c\xab\x76\x06\ -\xf6\x5a\x73\xec\x0c\xa8\xda\xe1\x6d\xb4\xd9\xbe\x19\x6c\xb4\xd7\ -\xec\x5e\xed\x0c\x68\x2b\x94\x01\xb2\x05\xc8\x46\x19\x20\x5b\x80\ -\x6c\x94\x01\xb2\x05\xc8\x46\x19\x20\x5b\x80\x6c\x94\x01\xb2\x05\ -\xc8\x46\x19\x20\x5b\x80\x6c\x74\x27\x8a\x84\x06\x2e\x84\xc1\x9e\ -\x5b\x00\x1f\xc4\x1a\xff\x6b\x10\x80\x01\xbc\x07\x19\x57\xa6\x9e\ -\xdc\xcf\xac\x9a\xbd\x0a\xc2\x6f\x40\xb8\xff\xe2\x79\xb0\xf6\x1c\ -\xe0\x43\x70\x7f\xf0\xa8\xfc\xc6\x61\xb0\xf6\x3c\xdc\x7f\xf1\xbc\ -\x68\x31\x21\x03\x02\x7d\x43\x3b\x0c\xd0\x5d\x51\x11\xeb\x85\xa1\ -\xdd\x09\xf4\x0d\xed\x10\xa9\x21\x64\xc0\x16\xdd\x7b\x8c\x80\x6d\ -\x22\x35\xc4\xe0\xed\x5b\x74\xef\x31\x91\x0a\x6d\x3f\x09\x0a\x19\ -\xf0\x7b\x69\xf1\x35\x40\xbf\x9c\x12\xd3\x3c\xf4\x6b\x59\xc3\xfa\ -\x11\x32\x20\x3b\x39\xf2\x93\x60\x5c\x12\xa9\x21\x02\xc1\xb8\x94\ -\x9d\x1c\xf9\x29\x52\x43\xf8\x13\xc8\x8c\xa5\x1e\x80\x8c\x13\x00\ -\xde\x61\x79\x89\x72\x1b\x06\xe8\x3d\xc8\x38\x91\x19\x4b\x3d\x10\ -\x2d\xe6\xc8\x3e\xa0\xb2\x1e\x0b\xaf\xc9\x32\x50\x93\xa0\x6c\x01\ -\xb2\x51\x06\xc8\x16\x20\x1b\x65\x80\x6c\x01\xb2\x51\x06\xc8\x16\ -\x20\x1b\x65\x80\x6c\x01\xb2\x51\x06\xc8\x16\x20\x1b\x65\x80\x4d\ -\xac\x64\x6e\x44\xa3\xd1\x46\xe7\x89\x37\x34\x36\xda\x4b\xd6\x1c\ -\x3b\x03\x0a\xe6\x46\x11\xbe\x7d\x4e\x8a\x6a\x25\x56\xed\x04\x7c\ -\xb6\xe6\xd8\x19\x30\x6b\x6e\x18\x06\x9f\x74\x58\x57\xcb\x30\xca\ -\x74\xca\xdc\x66\xe0\x8d\x35\xa7\xc6\x00\x26\x3c\x36\xb7\x89\xe9\ -\x5a\x30\x12\xeb\x74\x5e\x9e\xbb\x04\x23\xb1\x4e\x02\x0f\x9b\x63\ -\xd6\xb1\x01\x36\x06\x2c\x7d\xf5\xa7\x01\xe4\xff\x05\x08\x1d\x1e\ -\x2f\x1e\x6d\x26\x13\xfe\x1e\x96\xae\x3e\x31\x4e\xb9\xca\xd8\xaa\ -\x68\xee\xb8\x3c\x28\xa1\x79\xf8\xe9\x86\x3e\x2e\x5f\xa6\x53\x04\ -\x1e\x5e\xf7\x71\xf9\xbf\xfc\x37\x17\x26\x00\x10\x73\x3c\x33\x9e\ -\xba\x61\xf7\xac\xee\x12\xf7\x31\xf7\x76\xa6\xab\xbb\xa7\x04\xa2\ -\xa0\x7b\xd2\x5c\x87\x19\x88\x4f\x8d\xa7\x6e\xd6\x4b\x68\xb8\xc6\ -\xcf\xe7\xe7\x66\xba\xf6\x1f\x79\x05\xa2\x5e\x6c\xba\x7b\x43\x94\ -\x23\x03\x83\x53\xe3\xc9\x87\x0d\xb3\xd6\x52\xca\x7c\x6d\x8e\x80\ -\xde\xca\xa9\xeb\x0d\x77\x6d\x8e\x80\xcf\x0c\xbc\x69\xe6\xda\x9c\ -\x42\xa1\x68\x6f\xfe\x00\x06\x14\x1b\x10\x41\x9d\x58\x08\x00\x00\ -\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\x05\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\xb7\x49\x44\x41\x54\x58\x85\xed\ -\x96\xbd\x4a\xc3\x50\x14\xc7\xff\x27\x1f\x53\xc1\x07\xf0\xda\x34\ -\x43\xf7\x82\x93\x08\xe2\x2b\x88\x0e\xd2\xc5\x17\xd0\x45\x10\x71\ -\xe9\xd4\xc1\x41\x74\x29\x3e\x81\x93\x43\x9f\xc0\x45\x90\x82\xa3\ -\x7d\x80\x62\x3e\x50\x33\xb8\xe8\x20\xa1\x69\x7b\x1c\x6c\x42\x13\ -\x9b\x34\xe9\xe7\xd0\xfe\xa7\xfb\x71\xee\xfd\xff\x72\xee\xb9\x97\ -\x00\xcb\x2e\x4a\x9a\x74\x1c\x27\xe7\xba\xed\x2a\x88\xf6\x01\x14\ -\x26\xf4\x32\xc1\x54\x57\x55\xaa\x08\x21\x7e\x46\x02\x38\x8e\x93\ -\x73\xdb\x5e\x03\x8c\xd2\x84\xc6\x61\x11\x9a\xaa\x2c\x6d\xfb\x10\ -\x52\x5c\x9c\xeb\xb6\xab\x53\x37\x07\x00\x46\xc9\xf3\xb8\xea\x77\ -\x63\x01\xfa\x69\x9f\x8d\x88\x0f\xfc\xa6\x92\x10\x16\x3a\x73\xbd\ -\x90\x4f\xac\x97\x51\x32\x4c\x9b\x87\xed\x1d\x9f\x81\x39\x69\x05\ -\xf0\xaf\x06\x5a\xad\x37\x4d\x51\x78\x97\xc1\xa1\x71\xc3\xb0\x4f\ -\x62\x77\x91\xb8\x47\x2c\x37\x35\x6d\xfd\x99\x88\xba\x59\x00\x42\ -\x85\x65\x18\xd6\x19\x88\x2e\x87\x81\xa5\x11\x03\x4f\xc4\xdd\x43\ -\x5d\xd7\x3f\xa2\x73\x91\x22\x0c\x8a\x3a\x38\x82\x57\xcb\x2a\x83\ -\xe8\x6a\x5c\x73\x00\x20\x60\x87\x49\xbe\x67\x66\x39\xed\x9a\x00\ -\x80\x98\xce\xc7\x35\x8e\x42\x58\xd6\xfb\x56\xda\xf8\xc1\xaf\x0d\ -\xbf\x7a\x84\xdb\xd4\xae\x8c\x3d\x00\x22\xe8\x52\xb7\x04\xa0\x91\ -\x15\x20\x54\x0f\xba\x96\x8f\x2f\xba\x88\x0c\xcb\x06\x18\xc7\xc1\ -\x40\x8f\x52\xdf\xae\x85\x5f\xc3\x15\xc0\x0a\x60\xe1\x00\x63\xbf\ -\x7a\x89\x22\xd4\x0c\xd3\xae\x25\x44\x98\x7e\x63\x31\x19\x60\xaa\ -\xfb\xcd\xd9\x64\x20\x49\x84\xa6\xaa\x50\xc5\xef\xce\x33\x03\x26\ -\x98\x6e\x06\xff\x88\xff\x78\xfa\x32\x4c\xfb\x0b\xc0\xda\x34\x9c\ -\x08\x74\x54\x28\x6c\xdc\xa5\x89\x1d\xcc\xc0\xc3\x34\xcc\x01\x74\ -\x3c\x85\x1e\xd3\x06\x07\x00\x1d\x45\x3a\x05\xf0\x39\xb1\x3d\xf3\ -\x45\x51\x08\x3b\x33\x40\x51\x08\xbb\xa3\x48\x9b\x00\xea\x00\xbe\ -\xb3\xda\x02\x78\x61\xe2\xb2\xae\x6b\xd7\x19\xd7\x2e\xb9\x7e\x01\ -\xf9\xaa\x7b\xc5\x23\x95\x73\x7f\x00\x00\x00\x00\x49\x45\x4e\x44\ -\xae\x42\x60\x82\ -\x00\x00\x02\x0d\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\xbf\x49\x44\x41\x54\x58\x85\xed\ -\x94\xb1\x6a\x54\x41\x14\x86\xbf\x7f\x36\x4a\x90\xe0\x6a\x13\x8b\ -\x8d\x91\x04\xad\x63\x91\x4a\x49\x2d\x62\x4a\x1b\x51\xf0\x01\x44\ -\x7d\x05\x7d\x04\x83\x0f\x20\x28\xd8\x58\x28\x28\x62\xba\x80\x79\ -\x00\x61\xfb\xdd\xd9\xd9\x15\x02\x29\xac\x6c\xc2\x9d\xdf\xe2\xee\ -\x26\x31\xbb\x01\xf7\xba\x62\x73\xbf\xe2\x32\x70\xee\x9c\xff\x9b\ -\x73\x87\x0b\x35\x35\x35\x35\xff\x19\x55\xdd\x98\x52\x6a\x15\xe6\ -\x13\x66\x2d\xc8\xad\xe5\xe5\xe5\xef\x55\xfa\x84\x8a\xe1\xd7\x8a\ -\xac\xaf\x98\x35\x80\xec\xb0\x9b\x52\xba\x5a\xa5\xd7\xd4\x13\xe8\ -\x74\xfa\xd7\x15\xfc\x05\x58\x04\x1f\x6b\xa3\xbd\x5c\x70\x6b\x75\ -\x75\xe9\xdb\x34\xfd\xa6\x9a\x40\xaf\xd7\xdb\x50\xf0\x0e\xb0\x28\ -\x30\xa8\x00\x15\xe5\xda\x97\x42\xc3\x3b\xbd\x5e\x6f\xe3\x9f\x08\ -\xc4\xd8\xdf\xcc\xd6\x36\x70\x1e\xb0\x21\x8f\x6a\xc3\xb5\x81\x66\ -\xb6\xb6\xbb\xdd\xfe\x9d\x99\x0a\xc4\x98\x1e\x18\xbf\x07\xe6\xcb\ -\xec\xa3\xf0\x63\xe4\x61\x6d\x1e\xf9\x43\xb7\x9b\xee\xcf\x44\x20\ -\xc6\xf4\xc4\xf0\x1a\x68\xb8\x1c\xfb\xa4\xf0\x21\xca\x18\x03\x0d\ -\xc4\x9b\x18\xd3\xe3\xca\x02\xb6\xd5\x89\xe9\xb9\xe1\xc5\xa8\xb9\ -\x26\x9f\xfc\x84\x03\x19\x95\x92\x86\xad\x4e\x4c\xcf\x6c\x9f\x7a\ -\xd9\x27\x16\x6c\x87\x98\xfa\x5b\x98\x47\xb6\x09\x52\xf6\xd1\x95\ -\xff\x43\x24\x3b\x07\x49\x20\x5e\x5e\xb9\xbc\xf4\x54\x1a\x9f\xde\ -\x98\x40\xbb\xdd\x3e\xbb\xb0\xd0\x7c\x85\xb8\x37\xd4\xc9\xa0\x29\ -\xc3\x0f\x8f\x22\x50\x39\x65\xf3\x76\x7f\x7f\xef\xe1\xfa\xfa\xfa\ -\xc1\xa9\x02\x83\xc1\xe0\xdc\x41\x91\xdf\x61\x6e\x97\x7b\xc8\x9a\ -\xfa\xe4\x27\x14\x40\xc2\x01\x04\xe2\xf3\x99\x46\xb8\xdb\x6a\xb5\ -\x7e\x8e\x09\xc4\x18\x2f\x9a\xf0\x11\xb8\x51\x5e\x66\x65\xf4\x77\ -\xe1\xc7\x2c\x04\x0e\x48\x80\x77\x9d\x8b\xcd\x95\x95\x95\x1f\x00\ -\x73\xa3\x77\xb2\x43\x47\xa2\x59\x6a\x09\x2a\xfe\xa6\x27\xa2\xc3\ -\x07\xa0\x9b\x0a\x73\x5d\xe0\xc2\xef\x21\x55\x3f\x73\x05\x3c\xa3\ -\xc1\xd6\xd4\xd4\xd4\xcc\x84\x5f\x30\x7d\xb9\x9b\x4b\x8f\xb2\x18\ -\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\x9a\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x4c\x49\x44\x41\x54\x58\x85\xed\ -\xd7\xc1\x09\x00\x20\x08\x46\x61\x8b\x76\xf2\xda\xc4\x4d\x10\xb8\ -\x99\xb4\x41\xa6\x74\x7c\xef\xf8\x83\xf0\x5d\x15\xa1\x64\xba\xdc\ -\x74\xb9\xbd\xee\x51\xa3\x60\x98\xc9\xfd\x5a\xaf\x1c\xfd\x0c\x00\ -\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xf2\x9f\x51\x93\ -\x9d\xda\x29\xe8\x00\x81\xd7\x0c\xbd\xf7\x79\x8f\x39\x00\x00\x00\ -\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x05\x36\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x04\xe8\x49\x44\x41\x54\x78\x9c\xed\ -\x9b\x4f\x4c\x1c\x55\x1c\xc7\xbf\xbf\x99\x59\x4c\x7a\x21\x55\x1a\ -\x52\x69\x7a\x71\x9b\x88\x21\xa9\x48\x6f\xbd\x6c\x5c\x81\x43\x2b\ -\x91\xc0\x46\x8d\xd0\x34\xd9\x8d\xbd\x7a\xb1\x07\x12\x59\x20\x31\ -\xa6\xf5\xe4\xcd\xe8\x12\x1a\x25\x9a\x66\x5b\x30\x84\xc6\x00\x62\ -\x36\x2d\x7a\xa2\x92\x18\x5d\x2e\xc5\x03\x61\x0f\x18\x6c\xc3\xa9\ -\x59\xd8\x99\x9f\x07\xf6\xc9\xec\xec\xec\xce\x2c\xf3\x67\x07\xd9\ -\xcf\xed\xcd\xfc\x66\xde\x6f\xbe\xf9\xfe\xde\x7b\x33\x79\x03\x34\ -\x68\xd0\xe0\x24\x43\x76\x82\x22\x91\xa4\xa2\xb4\xe4\xfa\x88\xf1\ -\x2e\x80\x4b\x00\xda\x00\xbc\xe0\x69\x66\xb5\x93\x07\x90\x03\xb0\ -\xca\x84\xbb\x85\x9d\xb6\xb9\x4c\x66\xbc\x60\x75\x91\xa5\x00\x3d\ -\xfd\x89\x6e\x96\xf0\x05\x80\x76\x17\x92\xf4\x11\xca\x92\xc6\x1f\ -\x2d\xce\xa6\x96\xaa\x45\xc9\xd5\xee\xd0\x3d\x98\x18\x01\xe1\x0e\ -\x80\x33\xae\xe6\xe6\x0f\x67\x40\x18\x0e\xb7\x77\xee\x6d\xac\xaf\ -\xfd\x52\x29\xa8\xa2\x00\xdd\x83\x89\x11\x30\x3e\xf5\x26\x37\x1f\ -\x21\x8a\x86\xdb\x3b\xf3\x1b\xeb\x6b\x2b\xa6\xa7\xcd\x0e\x16\x6d\ -\xbf\x58\x72\x90\xf1\x8c\x89\x47\x25\x89\x1e\x34\x63\x77\x33\x9d\ -\x4e\xab\x1e\xa4\x7b\x64\x62\xb1\x98\xbc\x8b\xe6\xf3\x9a\xc6\x57\ -\x88\x69\x02\x84\xd3\xfa\xf3\xa4\xa1\xc7\xac\x1c\xca\x04\x88\x44\ -\x92\x4a\xe8\xa5\xdc\xef\xd0\xd5\x3c\x01\x3f\xa9\xfb\x18\x5a\x9e\ -\x4b\x6d\x7b\x92\xbd\xcb\x44\xfb\x12\xad\x72\x08\xd3\x0c\xbc\x75\ -\x78\x94\xb2\xfb\xff\xbc\x7c\xd1\x38\x30\x4a\xc6\x8b\x95\x96\x5c\ -\x1f\x4a\x07\xbc\xa7\xd0\x94\x0f\x8e\xcb\xc3\x03\xc0\xf2\x5c\x6a\ -\x5b\xdd\xc7\x10\x18\xcf\x0e\x8f\xf2\x6b\xc5\x67\x2b\xa1\x4c\x80\ -\xe2\x54\x77\x78\x19\x38\xb9\x38\xfb\xe5\xdf\x5e\x24\xea\x25\xcb\ -\x73\xa9\x6d\x06\x25\xf5\xc7\x8c\xcf\x06\x98\x08\x80\x83\x79\xfe\ -\x30\x40\xa2\x07\x2e\xe7\xe6\x1b\x92\xcc\xf3\xfa\x36\x01\x5d\x65\ -\x31\x26\xd7\xb5\xe9\x1b\xcd\xd8\xdd\x74\x39\x2f\xdf\x30\xe6\xce\ -\xc0\x39\x63\x8c\x99\x00\x25\x2b\xbc\xa0\x8d\xf6\xb5\x60\x92\x7b\ -\xd9\xea\xd5\x4c\x80\x13\x85\x52\xef\x04\xec\xd0\x1b\x8b\x87\x35\ -\x4d\x1a\x05\x78\x00\x00\x88\x71\xaf\xa0\x49\x13\x3f\xff\xf0\xd5\ -\x86\xd3\x7b\x07\xde\x01\xdd\x03\x37\x2e\x68\x1a\x3d\x04\x78\x18\ -\xc0\x29\x00\xa7\x98\x70\x4d\x96\xb5\x47\xbd\xb1\x78\xd8\xe9\xfd\ -\x03\x2d\x40\x24\x92\x54\xc0\xea\xf7\x00\xce\x9a\x9c\x3e\xcb\x2a\ -\x7d\xe2\xb4\x8f\x40\x0b\x10\x6a\xc9\xdd\x04\x95\x4f\x5d\x02\x26\ -\x0c\x3a\xed\x23\xb0\x02\xf4\xf4\xc7\x3b\xc0\x18\xf3\xba\x9f\x40\ -\x0a\x10\x89\x24\x15\x26\xba\x03\x20\x64\x11\x9a\x76\xda\x57\x20\ -\x05\xb0\xb2\x7e\x91\x3d\x4d\x52\x6f\x3b\xed\x2b\x70\x02\xd8\xb5\ -\x3e\x31\x8f\x2d\xa7\xa7\xb2\x4e\xfb\x0b\x94\x00\x35\x58\x7f\x75\ -\xef\xe9\xb9\xcf\xdd\xe8\x33\x50\x02\xd8\xb5\xbe\x04\xba\x6e\xe7\ -\x83\xa7\x1d\x02\xb3\x12\xec\xe9\x8f\x77\xb0\x4d\xeb\x2f\xcc\xa4\ -\xfe\x74\xab\xdf\x40\x38\xa0\x1e\xd6\x17\xb8\xe2\x80\x37\xdf\xf9\ -\xf0\x15\x45\xd2\x46\x0f\x17\x26\x74\x5f\x92\xb4\x89\x85\xf4\xe4\ -\x13\x3b\xd7\x87\x5a\x72\x37\xc1\xfe\x5a\x5f\xe0\xd8\x01\xbd\xb1\ -\x78\x58\x96\xb5\x47\x4c\xb8\x86\xe2\x5a\x1d\xe0\x61\x4d\xa3\x87\ -\xdd\x03\x37\x2e\x58\x5d\x5f\xcb\xa8\xbf\x70\xff\x6b\xd7\xac\x2f\ -\x70\x2c\xc0\xc1\x5b\x9a\xf9\x5a\x1d\x50\xbf\x8b\x44\x92\x15\x5d\ -\x56\x4f\xeb\x0b\x5c\x18\x03\x0e\x5e\x51\x2b\x70\xa9\xe9\xc5\xad\ -\x8f\x2b\x9d\xac\xc7\xa8\x6f\xc4\xf3\x41\x90\x89\xc6\x7a\xfa\xe3\ -\x1d\xc6\xe3\xf5\xb6\xbe\xc0\xb1\x00\xc4\xb8\x67\x11\xd2\xc4\x12\ -\x4d\xe9\x4b\x21\x08\xd6\x17\x38\x16\x40\x95\xd5\x5b\x00\xf6\x2c\ -\xc2\x4a\x4a\x21\x08\xd6\x17\x38\x16\x60\x39\x3d\x95\x05\x61\xdc\ -\x2a\x4e\x94\x42\x50\xac\x2f\x70\x65\x0c\xd8\xdf\x69\xbb\x0d\xc6\ -\x63\x8b\xb0\x26\x96\xe8\x5b\x96\xa4\x69\x04\xc0\xfa\x02\x57\x04\ -\xc8\x64\xc6\x0b\xc4\x7c\x1d\xd6\xa5\xf0\x3a\xc0\x17\x2d\x62\x7c\ -\xb1\xbe\xc0\xb5\x59\x60\x71\x76\xf2\x0f\x3b\xa5\x60\x85\x5f\xd6\ -\x17\xb8\x3a\x0d\xda\x2c\x85\x6a\xf8\x66\x7d\x81\xab\x02\xd4\x50\ -\x0a\x66\xf8\x6a\x7d\x81\xeb\x0b\xa1\xa3\x96\x82\xdf\xd6\x17\x78\ -\xb2\x12\x3c\x42\x29\xf8\x6e\x7d\x81\x27\x02\xd4\x58\x0a\x75\xb1\ -\xbe\xc0\xb3\x77\x01\xbb\xa5\x50\x2f\xeb\x0b\x3c\x7d\x19\xb2\x51\ -\x0a\x75\xb3\xbe\xc0\x53\x01\x32\x99\xf1\x82\x24\xf3\x7b\x00\xcc\ -\x36\x59\x6c\x4a\x12\xbf\x5f\x2f\xeb\x0b\x3c\x7f\x1d\x5e\x48\x4f\ -\x3e\x51\x18\x97\x19\x98\x07\xf0\x1c\xc0\x73\x06\xe6\x15\xc6\x65\ -\xbb\x9f\xcc\xbc\xc4\x97\xaf\xc2\x3f\xce\xa4\xb6\x00\xbc\xed\x47\ -\x5f\xb5\x12\x88\xaf\xc2\xf5\xc4\x4c\x80\xbc\xbe\x11\x8b\xc5\xaa\ -\xed\x27\x0e\x34\x26\xb9\xe7\x8d\x31\x66\x02\xe4\xf4\x8d\x5d\x34\ -\x9f\x77\x33\x29\x3f\x31\xe6\x4e\xc0\x96\x31\xc6\x4c\x80\x55\x7d\ -\x43\xd3\xf8\x8a\xcb\x79\xf9\x86\xa6\xd2\x55\x7d\x9b\x51\x3e\x25\ -\x97\x09\xc0\x84\xbb\xfa\x36\x31\x4d\x44\xfb\x12\xad\xee\xa7\xe7\ -\x2d\xd1\xbe\x44\x2b\x81\x4b\x16\x62\xc6\x67\x03\x4c\x04\x28\xec\ -\xb4\xcd\x01\x58\xff\xef\x00\xe1\xb4\x1c\xc2\xf4\x71\x12\x41\x6c\ -\x96\x2e\xdd\x31\x4e\xd9\xe2\xb3\x95\x50\xdb\x76\x79\x50\x52\x92\ -\x79\x3e\xd0\xdb\xe5\x55\xba\x4a\xe0\xf1\x23\x6f\x97\x17\xfc\x6f\ -\x7e\x98\x00\x40\xcc\x23\x8b\x33\x93\x9f\x99\x9d\xab\x38\xc5\xfd\ -\x95\xfd\x6d\x25\xdc\xde\x99\x07\x51\xd4\xbb\xd4\x3c\x87\x19\x18\ -\x59\x9a\x99\xbc\x55\x29\xa0\xea\x1c\xbf\xb1\xbe\xb6\x12\x7e\xf5\ -\x8d\x5f\x41\xd4\x85\x63\xf7\xdf\x10\x65\x49\xc3\xd0\xd2\x4c\xea\ -\x9b\xaa\x51\x76\x6e\xa5\xff\x6d\x8e\x80\xae\xe2\xae\xeb\xc0\xfd\ -\x36\x47\xc0\x16\x03\x8f\x6b\xf9\x6d\xae\x41\x83\x06\x27\x9b\x7f\ -\x01\x0f\x15\x0b\x99\x9e\x82\xdf\x92\x00\x00\x00\x00\x49\x45\x4e\ -\x44\xae\x42\x60\x82\ -\x00\x00\x00\xf9\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\xab\x49\x44\x41\x54\x78\x9c\xed\ -\xd0\x31\x15\x80\x30\x00\xc4\x50\x8a\xb7\x2a\xc0\x02\xb2\xb0\x80\ -\x02\xc4\x95\x15\x07\x9f\x21\xd9\x6e\xba\xbc\x8c\x0d\x31\x8f\x73\ -\x7d\xf7\x73\x5f\x43\x78\xec\xe2\xf4\x4f\x14\x40\x0b\x68\x0a\xa0\ -\x05\x34\x05\xd0\x02\x9a\x02\x68\x01\x4d\x01\xb4\x80\xa6\x00\x5a\ -\x40\x53\x00\x2d\xa0\x29\x80\x16\xd0\x14\x40\x0b\x68\x0a\xa0\x05\ -\x34\x05\xd0\x02\x9a\x02\x68\x01\x4d\x01\xb4\x80\xa6\x00\x5a\x40\ -\x53\x00\x2d\xa0\x29\x80\x16\xd0\x14\x40\x0b\x68\x0a\xa0\x05\x34\ -\x05\xd0\x02\x9a\x02\x68\x01\x4d\x01\xb4\x80\xa6\x00\x5a\x40\x53\ -\x00\x2d\xa0\x29\x80\x16\xd0\x14\x40\x0b\x68\x0a\xa0\x05\x34\x05\ -\xd0\x02\x9a\x02\x68\x01\x4d\x01\xb4\x80\xa6\x00\x5a\x40\x53\x00\ -\x2d\xa0\x79\x01\x55\xd1\x04\x80\x1e\x3b\xba\xea\x00\x00\x00\x00\ -\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\xe8\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x02\x9a\x49\x44\x41\x54\x58\x85\xe5\ -\x96\xbb\x72\xd3\x40\x14\x86\xbf\xe3\xa4\x00\x9e\x23\x25\x54\xb1\ -\x52\xf0\x0a\x14\x90\x84\xc4\x21\x64\x72\x23\x44\x6a\x2c\x37\x99\ -\xe1\x19\x28\x65\x35\x92\x27\x09\xd8\x21\xce\xc5\xc0\x30\xc3\x33\ -\x50\x59\x7e\x05\xe8\xe0\x0d\x80\x02\xfb\x50\xc4\x4a\x64\x5d\x6c\ -\xcb\x71\xc3\x70\x2a\x69\xb5\xfb\x7f\x9f\x56\xab\xd9\x85\xff\xbd\ -\x24\xbc\x30\x5e\x3a\x0f\xb5\x20\x1e\xca\x5d\x11\x5e\xb5\x7d\xfb\ -\xe3\x34\x41\x86\x59\x5d\x52\xe5\x35\xc2\x6f\x44\xac\xc0\x2b\x7f\ -\x01\x28\x84\x1d\xb4\x20\x47\xc0\x03\x84\x39\x85\x96\x61\xba\xa5\ -\x69\xc1\x8b\x96\xb3\xa6\xd0\x42\x98\x03\xee\xa3\x7a\x18\x3e\xbb\ -\x11\x80\x3b\x91\x31\x05\x45\x9b\xd3\x90\x28\x5a\xce\x1a\x2a\xa7\ -\x51\x16\x70\x2f\x21\x20\x22\x07\x40\x6f\x9a\x12\x86\xe9\x96\x52\ -\xe0\x3d\x55\x39\x48\x08\x04\x5e\xf9\x03\xb0\x91\x22\x71\x3a\x89\ -\x84\x61\xba\x25\x45\x9b\x71\xb8\x20\x5b\x9d\x5a\xb9\x95\x10\x00\ -\x08\x7c\xfb\x2c\x45\x62\x26\xaf\x44\x1f\x9e\x78\x73\x41\xb6\xda\ -\x7e\xf9\x5d\xb4\xaf\x90\x52\xf3\xfb\xee\xba\x88\x9e\xc4\x02\xba\ -\x22\xba\xde\xf6\x2a\x97\x43\xe1\x96\xb3\xaa\x2a\x4d\x60\x66\x14\ -\x3c\x53\x60\x52\x89\x0c\xb8\x0a\xb2\x99\x06\x27\x16\x3e\x50\x9d\ -\x5a\xb9\x29\xc2\x26\xf1\xcf\xa1\xd2\x34\x2c\x67\x35\x45\x78\x25\ -\x2f\x1c\x86\xcc\x40\x58\x86\x55\x7d\xae\x4a\x23\x26\xdb\x55\x95\ -\x67\xe1\x62\x9a\xdf\x77\x57\x44\xf4\x2c\x2f\x7c\x2c\x01\x00\xc3\ -\x74\x37\x14\xad\xa7\x49\x00\xa4\xc1\x11\xdd\x0a\xbc\xca\xc9\xa8\ -\xec\xb1\x04\xb2\x24\xb4\xff\x79\x64\x50\x6c\x6c\x78\x2e\x81\x88\ -\x44\x63\xc8\xb8\x5c\xf0\xdc\x02\x37\x12\x34\x40\xe3\x63\x15\xd8\ -\x0e\x7c\xbb\x91\x27\x2f\xf3\x2f\xc8\x2a\x15\x7e\x29\xaa\x89\xf6\ -\x2b\x81\x9f\x79\xf3\x72\x09\x14\x2d\x77\x19\xd5\x73\x49\x19\xd7\ -\x6f\x3b\x2f\x9a\xd5\xa7\x79\x32\x73\x2c\xc2\xea\x92\xc2\x05\x30\ -\x1b\x69\x0e\x67\x22\x9a\xd3\x45\xa4\xd4\xdf\x5b\x46\xd6\x58\x33\ -\x90\x05\x57\xd5\x1d\x60\x3b\x22\x02\x30\x83\xea\x45\xd1\x72\x97\ -\xa7\x22\xb0\x60\x39\x8b\x59\xf0\x4e\xad\x52\x0f\x7c\xbb\xd1\x17\ -\x99\x48\x62\xa8\xc0\x82\xe5\x2c\xf6\x54\x2e\xe3\x70\x11\x76\x3b\ -\xb5\x4a\x3d\x6c\xe8\xd4\x2a\xf5\x0c\x89\xf3\x51\x12\x99\x02\xc3\ -\xe0\x6d\xcf\x7e\x1b\xef\xdf\xa9\x55\xea\x22\xec\xc6\x24\x66\x47\ -\x49\x64\x6d\xc7\x4f\x44\xb4\x35\x2e\x3c\x5a\x86\x55\xdd\x56\xe5\ -\x38\x96\xfd\x47\xa0\x94\x76\xd0\x4d\x08\x64\xc2\x91\x17\x6d\xbf\ -\xfc\x66\x18\xfc\x5a\xc2\x74\x77\x14\x3d\x1a\x47\x62\x40\xa0\x68\ -\x3a\x8f\x41\xde\xdf\x06\x9e\x57\xe2\xfa\xe1\xfc\x7e\xf5\x91\x08\ -\x9f\xa6\x01\x0f\xab\x68\x55\x77\x51\x0e\x53\x24\x96\xda\xbe\xfd\ -\x19\x06\x4e\xc5\x38\x71\x38\xc2\xde\xa4\x70\x80\xc0\xb3\x8f\x11\ -\xf6\x88\x2d\x4c\x05\x27\xbc\x49\x6c\xad\x51\x78\xe0\xd9\xc7\x93\ -\xc2\x87\x4a\x28\xdd\x84\x00\xaa\x26\xc8\x57\xe0\xc7\xd5\x96\x7a\ -\x7b\x78\x54\x42\x90\x4d\x94\xef\xc0\xb7\x5e\x41\xcc\x69\x65\xff\ -\xfb\xf5\x17\x4b\x00\x72\xf1\x7d\xf9\x90\x28\x00\x00\x00\x00\x49\ -\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\x89\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x3b\x49\x44\x41\x54\x78\x9c\xed\ -\xd0\x01\x09\x00\x20\x10\x04\xc1\xd7\xfe\x21\x15\x83\xf8\x29\xe4\ -\x40\x66\x12\x2c\x5b\x05\x00\x00\x00\x00\x00\x00\xc0\xff\xc6\xda\ -\xe7\xa6\x23\x92\x66\x3a\x20\xcd\x80\x74\x00\x00\x00\x00\x00\x00\ -\x00\x00\xbc\xd7\x42\xd4\x03\xab\xc4\x79\xcd\x85\x00\x00\x00\x00\ -\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\xf0\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\xa2\x49\x44\x41\x54\x78\x9c\xed\ -\xd0\x41\x11\x00\x20\x00\xc3\x30\x0e\x6f\x28\xc0\x02\xfe\x2d\x80\ -\x8c\xf0\x68\x0c\xac\xb7\x31\xa0\xb5\xcf\x5d\xfb\x5c\xd9\x30\xe5\ -\xf8\x0f\x3a\x40\x07\x68\x1d\xa0\x03\xb4\x0e\xd0\x01\x5a\x07\xe8\ -\x00\xad\x03\x74\x80\xd6\x01\x3a\x40\xeb\x00\x1d\xa0\x75\x80\x0e\ -\xd0\x3a\x40\x07\x68\x1d\xa0\x03\xb4\x0e\xd0\x01\x5a\x07\xe8\x00\ -\xad\x03\x74\x80\xd6\x01\x3a\x40\xeb\x00\x1d\xa0\x75\x80\x0e\xd0\ -\x3a\x40\x07\x68\x1d\xa0\x03\xb4\x0e\xd0\x01\x5a\x07\xe8\x00\xad\ -\x03\x74\x80\xd6\x01\x3a\x40\xeb\x00\x1d\xa0\x75\x80\x0e\xd0\x3a\ -\x40\x07\x68\x1d\xa0\x03\xb4\x0e\xd0\x01\x5a\x07\xe8\x00\xad\x03\ -\x74\x80\xd6\x01\x3a\x40\xeb\x00\x1d\xa0\x3d\x9d\xfa\x04\x75\x0c\ -\x2b\x93\xd0\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x03\x2d\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x02\xdf\x49\x44\x41\x54\x78\x9c\xed\ -\xd5\x3f\x88\x14\x67\x18\xc7\xf1\xef\x33\xb3\x77\x08\x7a\x68\x93\ -\x10\xdd\x99\x9b\x59\xb7\x10\xe2\x35\x91\x2b\xa2\x42\x8a\x20\x01\ -\x95\x24\x58\xd8\x48\x34\x29\x44\xb0\xb0\x08\x81\x60\x0a\x91\x40\ -\x0a\xc1\x10\xb0\x11\x42\x6c\xa2\x45\x24\x11\x84\xc4\xc4\x34\x16\ -\x11\x2e\x68\x63\x75\x58\x68\x74\xde\x99\x59\x41\xcf\x53\x38\x14\ -\x3d\x6f\xdd\x7d\x52\x48\xc2\xde\x70\xfe\xe1\x66\x76\x15\x7c\x3e\ -\xe5\xfb\xcc\xfb\xdb\xe7\x7d\x66\x5f\x06\x8c\x31\xc6\x18\x63\x8c\ -\x31\xc6\x18\x63\x8c\x31\xc6\x18\xf3\xba\x90\xb2\x01\x69\x9a\xbe\ -\xad\x78\xc7\x81\x3a\xca\x77\x51\x14\x7c\x2b\x22\x5a\x41\x6f\x0b\ -\x72\x2e\xdf\x86\x70\x18\x00\x65\x5f\x1c\x87\x67\xcb\xe4\x55\x30\ -\x80\xfc\x2f\x85\xf7\x7a\x96\x4e\xdc\xbf\x37\xb3\x7b\x6c\x6c\x6c\ -\xae\x6c\x76\x2f\x55\x95\x2c\x6b\x7d\xa9\x70\xa8\x67\x79\x66\xfa\ -\xf6\xad\x37\xc6\xc7\xc7\xdb\x8b\xcd\xf5\x4a\x37\x86\x14\x33\x76\ -\x2e\x1b\x59\xfe\x67\x92\x24\x2b\xca\x66\xff\xff\x1b\xaa\xb5\x2c\ -\xcb\x8f\x16\x0e\x0f\x15\xbc\xc0\xd2\x01\x59\x96\x8d\x75\x55\xce\ -\x01\x6f\x16\x4a\x97\xbb\x1d\x7f\xcb\xea\xd5\xab\xd2\x32\xf9\x53\ -\x53\x53\xcb\x1e\x3c\x7c\x74\x12\xd8\x5a\x28\x3d\x12\xbc\xed\x51\ -\x54\xff\xad\x4c\x7e\xe9\x01\x00\x38\xe7\x1a\x88\x7f\x16\x58\x53\ -\x28\xdd\x44\xfd\xad\x71\xbc\xea\xd2\x22\x73\x57\x22\xde\x19\x90\ -\x75\x85\xd2\x5d\xc1\xfb\x28\x8a\xea\x13\x8b\x6a\xb8\x47\xe9\x2b\ -\x00\x10\xc7\x71\xe2\x7b\x6c\x10\x38\x5f\x28\xbd\x85\x74\xce\x3b\ -\xd7\x2a\xbe\xbd\xe7\x4a\xd3\x74\x2d\x9e\x7f\x61\x81\xc3\x5f\xef\ -\xf8\xb2\xbe\x8a\xc3\x43\x45\x03\x00\x08\xc3\xf0\xee\xdc\xdc\xec\ -\x07\x28\x3f\x15\x4a\x4b\x11\xfd\x35\xc9\xb2\xbd\x2f\x9a\xe5\x5c\ -\xeb\x7d\xc5\x9b\x40\x19\x9d\x57\x50\x2e\xb6\x87\x6b\xef\x36\x83\ -\xe0\x4a\x15\x3d\x43\x45\x57\xa0\x97\xaa\x7a\x59\x96\x7f\xa3\xc8\ -\x57\x0b\x94\x0f\x47\xa3\xc1\x7e\x11\xe9\x3e\x6d\x7f\x9a\xb6\x76\ -\x29\x7a\x0c\x18\x9a\x57\x10\x4e\x0f\xf9\xde\x27\xf5\x7a\xfd\x41\ -\x95\xfd\x56\x3e\x80\xff\xa4\x69\xbe\x47\xe1\x28\xe0\xf7\xae\x2b\ -\xfa\x33\xdd\xce\xa7\x8d\x46\x63\x76\xde\xfa\x93\xcf\xdc\x01\x85\ -\xaf\x8b\x59\x0a\x47\xe2\xd1\xe0\x0b\x11\xe9\x54\xdd\x67\xdf\x06\ -\x00\xe0\x5c\xbe\x19\xe1\x17\x60\xe9\xfc\x8a\x4e\xd4\x7c\xef\xe3\ -\x20\x08\xee\x00\x4c\x4e\x4e\x0e\x8f\x8c\xac\xf8\x5e\xd1\xcf\x0a\ -\x11\x2a\xf0\x79\x14\x85\x47\xfa\xd5\x63\x5f\x07\x00\xe0\xdc\x8d\ -\x77\x90\xee\xef\xc0\xca\xde\x75\x85\xab\xbe\xe8\xe6\x76\xbb\x3d\ -\xed\xd7\x86\x4e\x81\x6c\x2a\x6c\x9d\x45\xd9\x11\xc7\xe1\xe9\x7e\ -\xf6\xd7\xf7\x01\x00\x5c\xbb\x76\x63\xd4\xaf\x75\xff\x00\xd6\xbe\ -\xe0\x96\x69\xed\xca\x87\x8d\x46\x70\xa1\x9f\x7d\x41\x85\x5f\x81\ -\x67\x69\x36\xeb\x59\xe7\xf1\xdc\x46\xe0\xdc\xf3\x9e\x55\xb8\xea\ -\x7b\xac\x1f\xc4\xe1\x61\x40\x03\x00\x68\x36\x9b\x33\xf7\xef\xcd\ -\x6c\x11\xf4\xc7\x67\x3c\xf6\xf7\x70\xcd\xdb\x10\x86\xe1\x3f\x83\ -\xea\x6b\x20\x57\xa0\x97\xaa\x8a\xcb\x5a\x07\x05\x0e\x16\x4a\xa7\ -\x7c\x8f\x5d\x61\x18\x3e\x1c\x74\x4f\x2f\x85\x4b\xf3\x1f\x5c\x9a\ -\x3f\x76\x69\xde\x4e\xd2\xfc\x90\xaa\x0e\xec\xdf\xf8\xca\x50\xd5\ -\x5a\x92\x24\x4b\x5e\x76\x1f\xc6\x18\x63\x8c\x31\xc6\x18\x63\x8c\ -\x31\xc6\x18\x63\xcc\x6b\xe2\x5f\xd1\x80\xf4\xd2\x90\x91\xe7\x38\ -\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\x95\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x47\x49\x44\x41\x54\x58\x85\xed\ -\xd7\xb1\x0d\x00\x20\x0c\x03\x41\x83\xd8\x29\x2d\x13\x67\x02\xa4\ -\x6c\x16\x31\x84\xe9\xf8\xef\x63\x5d\x1b\x89\x8c\x22\xbb\x22\xbb\ -\x9c\x8d\x65\x1a\xb6\x79\xaf\xe9\x0e\x00\x00\x00\x00\x00\x00\x00\ -\x00\x00\x00\x00\x00\x00\x80\x9b\xf7\x19\x0d\x9d\x47\x8e\x8f\xbb\ -\xb2\xd3\x06\x7c\x18\x63\x85\x7e\x00\x00\x00\x00\x49\x45\x4e\x44\ -\xae\x42\x60\x82\ -\x00\x00\x03\x89\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x03\x3b\x49\x44\x41\x54\x78\x9c\xed\ -\x9a\xbd\x6b\x14\x41\x18\xc6\x9f\xd9\x0d\x84\xa0\xd8\x88\x04\x63\ -\x0a\x43\x62\xa1\x08\x42\x72\xd1\x94\xe2\x27\x06\xb1\x0b\x8a\x8d\ -\x78\x60\x36\x97\xd3\x53\x0b\x09\xfe\x05\xc6\x2a\xb8\x97\x4b\x72\ -\x29\xd2\x08\x36\xd1\x42\x84\x9c\xa0\x16\x01\x8b\x48\x2e\x29\x24\ -\x88\x85\x82\xc5\x29\x04\xb5\x88\xe4\x83\x33\x99\x7d\x2d\x22\x16\ -\xb7\x7b\x7b\xb7\x1f\x73\x93\x73\xe7\x57\xce\x0d\xcf\xfb\xec\x73\ -\xf3\xc5\xee\x00\x0a\x85\x22\xca\xb0\xa0\x02\x47\x06\x33\xbb\x9b\ -\x38\x4f\x32\x42\x1f\x18\x8e\x02\x68\x0c\xc1\x57\x10\x8a\x20\x2c\ -\x11\xc3\xf4\x86\xae\x67\x3e\x8c\x25\x57\xdd\x3a\x07\x0a\x20\x66\ -\x8c\x9e\x05\xac\x29\x00\xad\x41\x74\x04\x52\x00\xb4\x78\x3e\x7b\ -\xf3\x55\xb9\x0e\x9a\x5f\xe5\xd8\x80\x19\x07\xac\x97\xd8\xb9\x0f\ -\x0f\x00\xad\x80\x95\xeb\x36\xd2\xd7\xcb\x75\xf0\x35\x02\xba\xfa\ -\xcd\x73\x8c\x21\x87\x00\x01\xd6\x18\x0e\x68\x17\x9c\x46\x82\xe7\ -\x00\xb6\xe7\xbc\xf5\x91\x81\x0e\x84\xe3\xad\x66\x14\xd6\x75\xfd\ -\x70\xe9\x9a\xe0\xf9\x1f\x6c\xe2\x3c\x59\x87\x0f\x0f\x00\xad\x4d\ -\x9c\x27\x4b\x1b\x3d\x07\xc0\x08\x7d\xe1\xf8\xa9\x3d\x4e\xde\xbd\ -\xcf\xe1\xed\xad\xae\x3e\x71\xf0\xde\xe0\x43\xc6\x75\x9f\xcf\x67\ -\x53\x81\xcf\x16\x41\x88\x19\x26\xb9\xfc\x6c\xf3\x5e\x2f\xab\xb8\ -\x30\x54\x00\xb2\x0d\xc8\x46\x05\x20\xdb\x80\x6c\x54\x00\xb2\x0d\ -\xc8\x26\xf2\x01\x54\x3c\x08\x75\xf5\x8f\xec\xd7\x34\x2d\x41\x60\ -\xa7\x41\x68\xae\xd4\x3f\x66\x98\x9f\x7c\xbb\x21\x10\x18\x0a\x20\ -\xcc\xe8\x8d\xc8\xbe\x4b\xa7\x7e\xf9\xd6\xaa\x12\xd7\x00\x62\x89\ -\xf4\x25\x58\x34\x45\x84\xbd\x1e\x34\xdb\x7d\xbb\xd9\x3e\x43\x76\ -\x80\xe1\x24\xff\x8d\x44\x67\xc2\xbc\xba\x38\x9e\x9a\xf3\xad\x57\ -\x05\x65\xa7\x40\xcc\x30\x87\x61\xd1\x73\xc0\xd3\xc3\x87\x49\x9b\ -\x66\xe1\x6d\x97\x91\x1e\x10\x59\xc4\x31\x80\x6e\x23\x7d\x19\xc0\ -\x90\xc8\xc2\x55\xa2\x33\xd0\x68\x67\xc2\xec\x11\x55\xc0\x16\x40\ -\xcf\xc0\xc8\x41\x02\x4d\x8a\x2a\xe8\x03\x5d\xb3\xf0\xe4\xc4\x2d\ -\x73\x8f\x08\x71\x5b\x00\x5b\xd4\x70\x1f\x80\x90\x62\x01\x68\xe3\ -\x45\x18\x22\x84\x1d\xa6\x00\xf5\x8a\x28\x14\x18\x06\x21\xbe\x9c\ -\xd6\x80\x9d\xf9\x96\x97\xc4\xf8\xf2\xfc\x42\xc4\xd2\xf5\x43\x22\ -\x8c\xe8\x7c\xab\x83\xc0\x72\x65\x3b\xb0\xe0\x1f\x71\x9c\xf0\x1c\ -\xc0\xe2\x58\xd2\xff\x41\xc7\x85\xce\xc1\x0c\x34\xce\x45\x48\xbb\ -\x12\xf9\xa3\xb0\x0a\x40\xb6\x01\xd9\xa8\x00\x64\x1b\x90\x8d\x0a\ -\x40\xb6\x01\xd9\xa8\x00\x64\x1b\x90\x8d\x0a\x40\xb6\x01\xd9\xa8\ -\x00\x64\x1b\x90\x8d\x9f\xfb\x01\xb2\x68\xaf\xf0\xed\xbf\x1a\x8a\ -\xa5\x0d\xd1\x1a\x01\x84\xa5\xd2\xa6\x48\x05\x40\x0c\xd3\xa5\x6d\ -\x51\x0a\xa0\xb0\xa1\xeb\x99\xd2\xc6\xa8\x04\xc0\x01\x2d\xee\x74\ -\x6f\x38\x0a\x01\x70\x06\x76\xa3\xdc\x7d\xe1\x7a\xda\x05\xfc\x50\ -\x00\xb4\xf8\xbc\xcb\x65\xe9\xff\x31\x80\x7f\xd7\xe5\x37\xd7\x8b\ -\xa3\xef\x1f\xdf\x5b\x73\xeb\x6c\x7b\xd5\x1c\xc2\x5e\x2b\x8a\xcf\ -\xf9\x6c\xaa\x23\x6c\x51\xfb\x1a\xc0\xf0\x3d\xec\x22\xa1\xc0\xb0\ -\x2c\x42\xd6\x1e\x00\xe1\xb5\x88\x42\x41\x61\xa0\x37\x22\x74\x6d\ -\x01\x68\xc0\x43\x00\x9b\x22\x8a\x05\xe0\xa7\x65\x59\xe3\x22\x84\ -\xf5\xd2\x86\xaf\x0b\xb9\xe5\x96\xee\xde\x55\x00\xe7\x45\x14\xf4\ -\x03\x03\xae\xe4\x27\xef\x2c\x88\xd0\x76\x3c\x07\xe4\x9b\x7f\x3c\ -\x02\xf0\x54\x44\x41\xaf\x30\x46\xc3\xf3\xd9\xd4\x0b\x51\xfa\xb6\ -\x11\x00\x00\x98\x9d\xa5\x6f\x17\x8f\x3f\x6b\x59\xdb\xb5\x02\xe0\ -\x54\xd9\x7e\x62\x59\x61\x8c\xae\xcd\x4f\xdc\x36\x45\x16\xa9\xf8\ -\xc5\xf5\xb8\x61\x1e\xb3\x80\x21\x30\x9c\x01\x61\x9f\x48\x33\x7f\ -\x29\x00\x6c\xa6\x81\x6d\x3d\x98\x9b\xb8\xfb\xa5\x06\xf5\x14\x0a\ -\x45\x84\xf9\x03\x3a\xde\xd0\x31\x4b\x14\x34\x6a\x00\x00\x00\x00\ -\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x04\x15\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x03\xc7\x49\x44\x41\x54\x58\x85\xe5\ -\x97\x51\x48\x5d\x65\x1c\xc0\x7f\xff\xef\xea\x5d\xf3\xc1\x6d\x21\ -\xcc\x4a\xd9\x26\x2b\xb6\xa8\x1e\x5a\x0c\x0a\x56\x2b\xf5\x9a\x0c\ -\xa7\x33\x0e\x11\x42\x36\x6d\x16\x44\x2f\x41\xe0\xe8\xe1\x20\x45\ -\x13\x7a\x2a\xc6\x62\x4e\x2d\x22\x9f\xae\x57\x4b\x6b\xb6\x7b\x75\ -\x5c\x5f\x16\xc3\x42\x46\x2b\x84\xc8\x46\x5d\xb5\x88\x0d\x8d\x5a\ -\xea\xbd\xf7\xfb\xf7\x70\xaf\x76\xbd\xd7\x39\x2f\x5e\x7b\xd9\xff\ -\xe9\x9c\xef\xfc\xbf\xff\xef\xf7\x1d\xce\x39\xdf\xff\xc0\x9d\x1e\ -\x92\x4d\xb2\xaf\xf6\x78\xa9\xf5\xe4\xd5\x89\xb1\x15\xa8\x94\x02\ -\x25\x80\x11\x98\x52\x88\xa0\x3a\x8a\xe4\xf5\x87\x02\x67\x7f\xcc\ -\xa9\x40\x95\xd3\x7c\x30\x6e\x4d\xbb\xa0\x4f\xaf\xb3\xee\x18\xa2\ -\x27\x43\xbd\x5d\x23\x1b\x12\xa8\x70\x5a\xb6\x89\xb5\x1f\x02\x2f\ -\x24\x87\x66\x14\x06\x0d\x3a\x14\x47\x26\xbd\x26\x3e\xb3\x18\x8b\ -\xdb\x3c\xb3\xa5\x38\xae\x76\xb7\x88\xf8\x80\x5a\x60\x57\x32\xff\ -\xbc\x8d\xd2\x34\x32\xd0\xf9\x7b\xd6\x02\x55\x4e\xf3\x5e\x6b\x65\ -\x00\xd8\x9f\x00\x8b\x1b\xbb\x7e\xef\x47\xe1\x70\x5b\x6c\x2d\x69\ -\xd7\x75\xcd\xa5\xab\x53\xcf\x03\xef\x00\x65\xc0\x2f\xc6\xda\xa3\ -\x17\xfa\xbb\xaf\xac\x5b\xa0\xbc\xfe\x78\x99\xc1\x73\x19\xa1\x48\ -\xe0\x73\xcf\x5d\xff\xbc\x38\xd4\xd3\xf3\xe7\x5a\xe0\xf4\xa8\xae\ -\x7e\x7d\x4b\xb4\x60\xfe\x8c\xa0\x4d\xc0\xdf\x8a\x1e\x1a\x0e\x74\ -\x8d\xdf\x56\xa0\xba\xa1\xa1\x30\x36\x5f\xf0\x35\xe8\x83\xa0\xef\ -\x3f\xf1\x50\xc9\x1b\x6d\x6d\x6d\x36\x1b\x78\x6a\x7d\x5f\x7d\x73\ -\xab\x8a\xbc\x0b\x44\x8c\x9a\x83\x17\xfa\x3a\x66\x52\x13\x4c\xfa\ -\x8c\xd8\x7c\xc1\xe9\x04\x9c\xc1\x0d\xc2\x01\x34\xd8\xd7\xd5\x8e\ -\xd2\x09\x94\x58\x63\x3f\x25\x6d\xd1\x2b\x4e\x2a\x9f\x6b\x7a\x0c\ -\xcc\x18\xf0\x87\x1a\x73\xff\xb0\xbf\x63\x6e\x03\xf0\xe5\x70\x1c\ -\xc7\x3b\x6b\xb7\x5d\x01\xf6\x01\x47\x42\x81\xce\xf3\x4b\xd7\x56\ -\xdc\x01\xc1\x9c\x02\x50\x95\xb7\x73\x05\x07\xf0\xfb\xfd\x8b\x2a\ -\xbc\x95\x3c\x6d\x27\x65\xe1\xcb\x02\x55\xf5\x2d\xf7\x28\x94\x03\ -\x37\x76\x78\x66\xcf\xe6\x0a\xbe\x14\xc3\xbd\x9d\xfd\xc0\x04\xf0\ -\x70\xd5\xb1\xa6\x47\x32\x04\x14\x5b\x93\x30\x93\x2f\xfd\x7e\xff\ -\x62\xae\x05\x00\x45\x64\x00\x40\x3d\xe6\x58\xa6\x80\x70\x18\x40\ -\xd5\x7e\xb5\x09\x70\x00\x24\xae\x17\x00\xac\xf2\x4c\x86\x00\xaa\ -\xa5\x09\x3b\xfd\x79\xb3\x04\x8c\xe6\x4d\x02\x48\x62\x0f\x49\x13\ -\x90\xc4\x60\x7e\xd4\x3b\x93\x31\x33\x47\x21\x0b\xf9\x4b\xb5\xef\ -\x23\xf9\x20\x66\x7c\x07\xfe\xaf\x70\x5d\x37\x5d\x40\xa6\x00\x62\ -\x26\x56\xbc\x59\xd0\x85\xad\x37\x93\xb5\x75\x7a\xe9\x03\x97\xfa\ -\x0c\xfc\x0a\x20\xc2\x9e\xcd\x12\xc8\x47\xcb\x12\x2c\x22\x4b\x63\ -\xff\x09\x18\xc2\xc9\xa3\xaa\xcd\x12\x50\x31\x3e\x00\xc4\x5c\xcc\ -\x14\x58\xd4\xc1\xa4\xdd\x91\x03\x2d\x2d\xf9\x9b\xc0\x17\x45\x8e\ -\x26\xa9\xfd\x19\x02\xa1\x81\xee\x69\x84\x8b\x08\x45\x3b\xae\xdb\ -\x97\x73\x4d\xaf\xac\x3f\x51\x93\xdc\xe4\xbe\x0f\xf9\xcf\x2d\xf7\ -\x06\x2b\xde\x02\x6b\xa5\x15\x40\x04\xb7\xba\xa1\xa1\x30\x57\x70\ -\xc7\x71\xbc\x08\xa7\x00\x04\x3d\x09\xe8\xaa\x02\x23\x7d\xe7\xc6\ -\x54\xe9\x41\xd9\x19\x9f\xdf\xfa\x89\xeb\xba\xb9\x78\x4d\x65\x36\ -\xbe\xfd\x83\xe4\xea\xc3\xc1\x40\xd7\x17\xa9\x17\x33\x01\x1e\xf3\ -\x1a\x30\xa1\x50\x7b\xe9\x6a\xe4\xbd\x0d\x4a\x48\x65\x7d\xf3\x9b\ -\x88\xbe\x82\x30\x4d\xd4\x36\x90\xb2\x7a\xb8\x45\x4b\x96\xec\x07\ -\x2f\x03\x77\x03\x7d\x51\xe3\x6d\x0c\xfb\xcf\xfc\x95\x0d\xd9\x71\ -\x1c\xef\x9c\x2d\x3c\xad\xc8\x09\xe0\x26\xd8\xa7\x42\x81\xee\x6f\ -\xd2\xf3\x3c\xab\x4d\xfe\xe9\x87\xf1\x1b\x7b\xf6\x1d\xf8\x0c\xc1\ -\x27\x70\xc8\xa3\xf1\xc6\xbd\xfb\x1f\x9d\x2b\xdd\x59\xf3\xdd\xb5\ -\x6b\xa3\x6b\x76\x48\xae\xeb\x9a\xfc\xa2\x07\x9c\x05\xf5\xf6\x82\ -\x54\x92\x68\xc5\x7c\xc1\xbe\xce\x6f\x57\xcb\x5f\xb3\x2d\x3f\x5c\ -\xf7\xd2\xf6\x7c\x93\xd7\x81\xe0\x24\x87\x22\x02\x83\xa0\x43\x82\ -\x99\xc4\xd8\x99\x85\x68\xdc\x7a\x3d\xde\x62\x8b\xee\x02\xaa\x04\ -\xad\x25\xd1\x0d\x03\x12\x8c\x9a\x68\x63\xd8\xff\xf1\x6f\xb7\x62\ -\xac\xeb\xc7\xa4\xdc\x69\x7a\xdc\x58\xd3\x0e\x3c\xb9\x9e\x7c\x60\ -\x1c\xb1\xad\xa1\xde\xee\xe0\xed\x12\xb3\xfa\x35\x7b\xb6\xee\xd5\ -\xdd\x31\x13\xab\x13\x23\x15\xa2\x5a\xaa\x89\x6d\xd5\x03\x44\x80\ -\x88\xa8\x8e\x22\x9e\xfe\x60\xa0\x63\x22\x9b\xba\x77\x76\xfc\x0b\ -\xeb\x32\x64\xd4\x54\xc2\x43\x07\x00\x00\x00\x00\x49\x45\x4e\x44\ -\xae\x42\x60\x82\ -\x00\x00\x00\xa7\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x59\x49\x44\x41\x54\x58\x85\x63\ -\x60\xa0\x00\xb8\x85\xa4\x34\xb8\x85\xa4\x34\x50\x62\x06\x13\x25\ -\x9a\xa9\x01\x46\x1d\x30\xea\x80\x51\x07\x8c\x3a\x60\xd4\x01\xa3\ -\x0e\x18\x70\x07\xb0\x50\x6a\xc0\x7f\x06\x06\x07\x4a\xaa\xe4\xa1\ -\x1f\x02\x8c\x0c\x0c\x07\x76\xad\x99\xd3\x40\xae\xfe\x01\x0f\x81\ -\x51\x07\x8c\x3a\x60\xd4\x01\xa3\x0e\x18\x75\xc0\xa8\x03\x06\xdc\ -\x01\x00\x05\x9e\x09\x3f\xb6\x6d\xc4\xbd\x00\x00\x00\x00\x49\x45\ -\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\x3e\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\xf0\x49\x44\x41\x54\x58\x85\xe5\ -\x96\x31\x68\x53\x51\x14\x86\xbf\x3f\x7d\xad\x52\x41\x31\x82\x08\ -\x2e\x2e\x2e\x0e\xe2\xd0\xa0\x5d\x1c\x2b\x54\xba\x08\xa9\x53\x05\ -\x11\x4d\x96\xb4\xa9\xe0\x26\x8a\xe2\x26\xb4\x4d\x2b\xd8\x87\x83\ -\x60\x27\x1b\x70\x29\x0e\xea\xe6\xa2\xf2\x3a\x48\x07\x17\x41\x1d\ -\x14\x41\xa8\x60\xa1\x45\xdb\xe4\x1d\x87\xa4\x4e\x82\xef\xde\x5c\ -\x22\xe8\xd9\x1e\xdc\xf3\xff\xdf\x3d\xef\xdc\x73\x2f\xfc\xef\xa1\ -\xd0\x82\x83\x17\xa6\xf2\x5b\x51\xef\x3b\x30\x5b\x8e\xc7\xf7\xfe\ -\x69\x7d\x14\xd2\xfc\xe8\xd8\xed\x5d\x8d\x28\x7a\x0c\xb6\x27\x6b\ -\x4e\x2e\x94\xf9\x91\xe2\xf5\xbe\xbe\xfe\x1d\x8f\x0c\x4e\xb8\xe4\ -\x05\x01\x28\x16\x17\x7b\xfa\xf3\xfb\x1e\x00\x43\xae\xb9\x01\x00\ -\x4c\xef\xf3\x9f\xef\x00\x67\x31\x30\x2c\xed\x2a\x40\xa1\x34\x77\ -\x13\x54\x06\xc3\x64\xa9\x90\x75\x0d\x60\xe0\xd2\x6c\xd5\xe0\x2a\ -\x80\x49\xce\xe6\x1d\x01\x0c\x94\x6b\x63\x88\x69\x00\x83\x54\x86\ -\xb3\xb9\x37\x40\xa1\x34\x3b\x82\xe9\x7e\xfb\x33\x15\x7e\xe6\x5e\ -\x00\x85\xd2\xcc\x49\x83\x45\xa0\x87\x96\xb1\xb7\xb9\x33\x40\xe1\ -\xe2\xf4\x31\x23\xb7\x04\xec\x6c\x1b\x3b\x75\xfc\xef\x22\xf3\x24\ -\x3c\x5e\xaa\x1d\x4e\xd1\x13\x60\xb7\x81\x29\x80\x39\x64\xac\xc0\ -\x60\x79\xea\x60\xd3\xf4\xcc\x60\x3f\x16\xce\x1c\x32\x56\x60\xcb\ -\xa2\x8f\xbf\xae\x2d\x85\x33\x87\xac\x3d\x60\xac\x84\x34\x75\x06\ -\xe8\xcd\x35\x86\x0d\x3e\xb4\x61\x82\x5d\x60\x99\x01\x5e\xcc\x5f\ -\xfe\x14\x61\x43\x82\x2f\xb4\xc6\x5d\x30\x88\xcc\x42\xaf\xe2\x89\ -\xb7\xa4\xcd\x53\xc0\x9a\x5a\x0f\x99\x20\x10\x4e\x22\xc9\xbd\xc9\ -\xd7\x22\x1d\x01\xbe\x13\x08\xc2\x59\x20\x89\xab\xcf\x05\xa3\x40\ -\x13\x10\xea\xec\x59\xe7\xb5\x83\x24\x1e\x5f\x42\x76\x1e\xd8\x6e\ -\x4a\x6f\x08\xef\x12\x2e\xcf\x4f\x2c\x08\x55\xb7\x75\xcc\xb3\x12\ -\x1d\xfd\xc3\x24\xae\xd4\x04\xb7\x00\x64\xe6\x05\xd1\x71\x13\x25\ -\x71\xe5\x9a\xc4\x5d\x10\x4a\xc9\xb5\x26\x75\x17\x01\x40\x76\x68\ -\xf5\x40\x05\x78\x88\x40\xc8\x49\x33\xc8\x59\xae\xd7\x47\x9b\x1b\ -\x5f\x57\xcf\x01\x4f\x5d\x73\x83\x4d\xb4\x37\xf5\x1b\x9b\x9b\x1b\ -\x3f\xce\x08\x5e\xfe\x15\x00\x80\x95\x85\x2b\xeb\x51\xa3\x71\x1a\ -\x58\x03\x7d\x0b\xa9\xfd\xef\xc6\x4f\x11\x32\x94\x0c\x6f\x6b\x20\ -\xde\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x04\x2e\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x03\xe0\x49\x44\x41\x54\x78\x9c\xed\ -\x98\x4d\x68\x5c\x55\x14\xc7\x7f\xe7\xbd\x32\xa9\x9a\xb8\xb1\x94\ -\xb4\x52\xc4\x8d\xd6\x8d\x60\x32\x16\xba\x28\x34\x7e\x84\x88\x52\ -\x94\x4a\x51\x57\xcd\xa2\xe9\xa4\x69\x26\x11\xea\x27\x04\x09\x56\ -\xb0\x5d\xa8\xcd\xd4\x7c\x8c\x94\x44\x84\x82\x9b\x62\x5d\x18\x69\ -\xa9\x4c\x16\xae\xe6\x4d\x0a\x6e\xfc\xc0\x45\x69\x35\x0b\x9b\x48\ -\x21\x81\xa6\x53\xe7\x1d\x17\xc9\x68\xe6\xbd\x97\x4e\x66\xe6\xbd\ -\x49\x4a\xef\x6f\x79\xcf\xbb\xe7\xfe\xcf\xb9\xef\xde\x7b\xee\x05\ -\x83\xc1\x60\x30\x18\x0c\x06\x83\xc1\x60\x30\x18\x0c\x06\xc3\xbd\ -\x85\x78\x1b\xe2\x5d\xa9\x0f\x04\x1d\x50\xc1\x56\x70\x05\x74\x3d\ -\x84\x85\x85\x82\x08\x58\xa2\x14\x14\xf9\xd0\x49\xf7\x0e\xae\xb4\ -\x6f\xf2\xf5\x10\x1d\x50\xb0\x01\x04\xac\x3a\xe9\x8c\x8c\xe2\x0c\ -\xab\x60\x83\x0e\x00\x25\x09\xb8\xeb\x03\xac\x15\x7f\x02\x54\x8f\ -\x2b\x72\x57\xff\xf6\x41\x28\xa2\xa8\x1e\xf7\xb6\xfb\xf6\x00\x80\ -\xd6\xae\x53\x6d\x22\x72\x1e\x68\xf2\x7c\xae\xa0\x6e\x24\x0a\xc3\ -\xc3\xc2\x1f\xd7\x3c\x22\xfb\x9c\xd1\xde\x8c\xf7\xe3\xc0\x04\x00\ -\xb4\x74\x9f\x6a\xb5\x5c\xf9\x1e\xd8\x52\x62\x50\x14\x61\x43\x26\ -\x41\xc1\x12\x7f\x4c\xb3\xae\xa5\x1d\xd3\x23\x7d\xb9\xa0\x3e\xab\ -\x26\x00\x20\xde\xfd\xd9\xe3\xb8\xd6\x45\x60\x87\xa7\x9b\x02\xee\ -\xc6\x39\x20\x64\x39\x78\xf5\xc6\x73\x15\xcb\x6d\x77\x46\xfa\x7f\ -\x5d\xbd\x67\x19\x9e\x3e\xf2\xf9\x0e\x2d\x14\x2e\x00\x3b\x3d\x5d\ -\x37\x48\x12\x04\xc0\xc2\x1f\xfc\x2f\x62\xdb\xed\xd9\xe1\x9e\x6b\ -\x77\xea\x5d\xf6\x14\xc8\x0e\xf7\x5c\x53\xcd\xef\x01\x9c\x52\x8b\ -\x8a\xa2\x76\xf9\x14\x46\x87\x00\x8a\xda\xbe\xe0\x85\xac\x6a\x7e\ -\x4f\xb9\xe0\x61\x8d\xc7\x60\x2e\x7d\x6c\xb6\xe1\xf6\xcd\x67\x04\ -\x7e\xf0\x09\x50\xec\xf5\xc8\x81\x82\xb8\x04\x8e\x7d\xa9\x21\x7f\ -\xf3\xd9\x5c\xfa\xd8\xec\x5a\xfc\x54\xa4\x7d\xef\xc1\xf1\xcd\xf3\ -\x0d\x0b\x67\x05\x7d\xc5\x2f\x48\x5d\xa9\xd3\xf1\xa9\xa8\x08\x12\ -\x34\x79\xe7\x6e\xc4\x78\xe3\xf7\x54\xf2\xd6\x5a\x7d\x55\x54\x08\ -\x65\x26\x3a\x17\x9b\x9a\x67\x0f\x80\x9e\xf1\xda\x04\xb1\xb4\xc2\ -\x84\x56\xc3\x52\x69\x1b\x14\xbc\x9e\x79\xf4\xef\xe6\x03\x95\x04\ -\x0f\x55\x0b\x56\x89\x1f\x4e\x9d\x00\xde\x0a\x10\x18\xd9\xfd\xa1\ -\x58\xd7\xfb\x0d\x7a\xd2\x49\x27\xdf\xa5\x8a\x3f\xb0\xa6\x19\x8b\ -\x27\x52\x6f\xa3\x7a\x22\xc0\xab\x8b\x86\x9d\x04\x15\x82\x66\x5e\ -\xe4\x1d\x67\xb4\xf7\x64\xb5\x5e\xed\x5a\x24\xcd\x38\x93\x3f\x6e\ -\x6b\xed\xf8\x53\x44\x5e\xa2\x34\x99\xa2\x84\xb8\x1e\x84\xa0\xe0\ -\x5d\x90\x43\xce\x58\xef\xe9\xda\x5c\x87\x40\x3c\x91\xda\x8f\xea\ -\x59\x20\xe6\x31\x2d\xd7\x0a\x35\x11\x54\xda\xe6\x05\x5e\xcf\x8e\ -\x25\xcf\xd5\xe8\x3b\xbc\x49\x8a\x1f\x1a\x7a\x0e\x8b\x6f\x80\x07\ -\x56\xb6\xeb\xd2\x96\x5d\x65\x12\x24\xa8\xc0\x59\x10\xf4\xe5\xec\ -\x58\xdf\xa5\xea\x7c\x7a\x46\x08\xc3\x49\x91\x78\x62\x68\x17\xca\ -\x77\xc0\x43\x9e\x61\xaa\xb8\x44\x05\x06\x3f\x27\xae\xfb\x42\xf6\ -\x8b\xfe\x6c\x2d\x3a\x4b\x46\x09\xcb\x51\x91\x96\x23\x9f\x3e\x21\ -\x85\x4d\x17\x05\x7d\xd8\x63\xaa\x60\x39\x04\x06\xff\x87\x6b\x17\ -\xda\xa7\x87\xdf\xfc\x39\x04\x99\xff\x8f\x14\xa6\xb3\x22\x4f\xf5\ -\x9c\x7e\xc4\xfe\xc7\xbd\x00\x3c\x56\x62\x50\x51\xe4\x4e\x7f\x82\ -\x00\x1a\xb4\xe6\x7f\x53\x75\x9f\xcf\xa5\xfb\xaf\x86\x2c\x35\xba\ -\xc2\xe5\xc9\xc4\xc8\xd6\x98\xde\x9e\x04\x5a\x4a\x2d\x0a\x48\x21\ -\x50\x89\xaa\x1d\x20\x69\xba\x90\xa7\xe3\xf2\x78\xf2\x7a\x14\x3a\ -\x23\x7b\x12\xfb\x69\xb4\xfb\x2f\x3b\x46\x1b\xc2\x54\xa9\x45\x00\ -\x4a\x2e\x51\xc5\x3b\x45\x40\xf0\x19\x3b\x46\x5b\x54\xc1\xff\xa7\ -\x26\x4a\xf6\x1e\x1c\xdf\xbc\x10\x9b\xff\x1a\x61\x9f\xd7\xa6\xcb\ -\x7b\xc2\x2a\x8f\xaf\xe7\x1b\x6f\x35\xbd\x96\x99\xe8\x5c\x8c\x52\ -\x5f\xe4\x8f\xa2\x99\x89\xce\xc5\xc6\x6d\x73\xfb\x45\xe4\x4b\xaf\ -\x4d\x96\x5e\x70\x7c\x1a\x14\x26\x1a\x9b\xe7\x5e\x8d\x3a\x78\xa8\ -\xb1\x12\x5c\x2b\x57\xa6\xa6\xdc\x99\x17\x77\x7d\xbb\x7d\xfe\xbe\ -\x07\x11\xd9\x5d\xe6\xf3\x4f\x72\xcd\x73\x47\xaf\x0c\x0e\xfa\xf7\ -\x89\x08\xa8\xf3\x55\x5e\x25\xde\x95\x7a\x0f\xe1\xa3\x60\x31\xfa\ -\x7e\x76\x2c\xf9\x71\x35\x97\x9a\x6a\x59\x97\xf7\x9c\x78\x62\xe8\ -\x30\xca\xe8\x8a\x26\x45\x35\xe1\xa4\xfb\xd2\xf5\xd6\x52\x97\x25\ -\xe0\x65\xc6\x99\xcc\x6d\x6f\xed\xb8\x1f\x91\x9d\x02\x0b\x40\xa7\ -\x93\xee\xfb\x6a\x3d\xb4\x18\x0c\x06\x83\xc1\x60\x30\x18\x0c\x06\ -\x83\xc1\x60\x30\x18\xee\x35\xfe\x05\x2f\xee\x41\x9b\x3f\x6f\x48\ -\xfe\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x08\x4f\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x08\x01\x49\x44\x41\x54\x78\x9c\xed\ -\x5b\x7d\x70\x54\xd5\x1d\x3d\xe7\xee\x26\x61\xab\x01\x0b\x7e\xb4\ -\xa3\x19\x8a\x4e\x19\x0c\x15\x5b\x20\x6c\x42\x11\xc1\x69\xc7\xca\ -\x00\x71\x13\x4c\xd5\x0e\x4a\x75\xa8\xc5\xd6\x99\xd6\xb1\x74\x70\ -\x46\x03\xad\xd8\x6a\x2b\xa8\x7f\x48\x5b\x3f\x2a\x2a\xd3\x99\x85\ -\xcd\x06\xe9\x80\x3a\x53\x09\x83\x7c\x6c\x42\xc6\xd6\x51\xa1\x63\ -\xeb\x07\x30\xa9\x5a\x0a\xe5\xc3\x12\xd8\xdd\x7b\xfa\x47\x50\xdf\ -\x7b\xbb\x9b\xec\x66\xdf\xc6\xa4\xcd\x99\xd9\x3f\xde\xef\x9e\xfb\ -\x7b\xe7\x9e\xf7\xf6\xbe\xfb\xee\xbd\x0f\x18\xc6\x30\x86\xf1\xff\ -\x0c\x0e\xc4\x49\xae\x88\xea\xbc\xd3\x65\x98\x49\x6b\x2f\x93\xc1\ -\x04\x8a\x17\x0b\x38\x07\xc0\x48\x00\x01\x00\xc7\xce\xfc\xf6\x0b\ -\xda\x0b\x98\x37\x11\xc4\xf6\xf6\xf9\x7c\xa7\xd4\xda\x4a\x66\xc0\ -\xf4\xb8\x2e\x49\x5b\xbb\x08\xe4\x7c\x00\x93\xfa\x95\x44\x78\x07\ -\x46\x5b\xac\x35\x4f\x77\x34\x60\x0f\x48\xf9\xab\xd2\x6f\x03\x24\ -\xd6\xc5\x71\xb5\x85\x96\x02\x98\xed\x67\x6a\x02\xaf\x0b\x5c\x95\ -\xfa\x27\x9e\xeb\xbc\x8d\x49\x1f\xf3\xfa\x83\x70\x4c\xb3\x61\xf4\ -\x20\x84\xa9\x7e\xe5\xcc\x81\x77\x05\x2e\x6f\x8f\xe0\x19\x3f\xee\ -\x88\xa2\x0d\x08\x6f\xd4\x05\x4a\xdb\x87\x08\x7e\xa7\x17\x9a\x05\ -\xb0\x03\x54\x9b\xac\xd9\x67\x02\xf8\xbb\x52\x38\x6c\x2d\x8e\x8f\ -\x00\xd2\x27\x0d\x2a\xcb\x80\x51\x32\x18\x27\x60\x3c\xa0\x3a\x00\ -\xdf\x04\x10\xea\x25\xe7\x76\x6b\xb9\xa4\x63\x01\xdf\x28\x46\x7f\ -\x51\x06\xd4\xc5\x35\xcd\x4a\xad\x00\xbe\x98\xa5\xf8\x38\xa8\xcd\ -\x94\xd9\x64\x81\x17\xda\x1b\xf8\xaf\x82\x72\x47\x15\x4a\x07\x70\ -\x15\x69\xe7\x01\x9c\x9f\xe3\x1c\xdd\x22\x6f\x69\x8f\xf0\x0f\xfd\ -\xd1\x0f\x14\x61\xc0\xb4\x98\x6e\x04\xf5\x14\x81\x0a\xaf\x28\x4a\ -\x8f\x06\x2b\xcc\x2f\x5f\x99\xcb\x23\xfd\xcd\xef\x44\x75\x54\xe5\ -\x95\x41\x2c\x06\x74\x2f\x80\xf3\xbd\xe5\x82\x56\xb6\xff\xc5\xdc\ -\x8b\x15\xb4\x85\xe6\x2e\xdc\x80\x66\x99\xf0\x24\x7b\x1f\xc8\x65\ -\x9e\x12\x2b\xe8\x29\xca\xac\x48\x34\xf2\x60\xc1\x79\xf3\xc0\xd7\ -\x37\xaa\x32\x69\x71\x27\xa5\xbb\x00\x9c\xed\x2a\x14\x5a\x43\x69\ -\x2e\x6c\x6b\xe2\x89\x42\x72\x16\x66\x40\xb3\x4c\xf8\x72\xbb\x0e\ -\xe0\xf5\x9e\x92\x2e\x43\x46\x76\x45\xd8\x5e\x50\xbe\x7e\x22\x1c\ -\xd3\x45\x30\x8a\x7b\x3b\x5c\x11\xaf\xb2\x82\xb3\x12\x73\x78\x2c\ -\xdf\x5c\xa6\xa0\x13\x7f\xd5\x2e\xcf\xd2\xf8\xdd\x29\x71\xea\x40\ -\x35\x1e\x00\x12\x8d\x3c\x68\x92\x9c\x29\x68\x9d\x33\x4e\xe1\x6b\ -\xec\xd6\xba\xeb\xa2\x0a\xe4\x9b\x2b\x6f\x03\x6a\x63\xfa\x36\xc4\ -\x7b\x5c\x27\x84\xd6\x86\x8e\x72\x76\x67\x23\xff\x91\x6f\x1e\xbf\ -\xb0\xab\x89\x27\xdb\x23\x66\xa1\xc8\x9f\x02\xf8\xe4\x71\x28\x60\ -\xee\x81\x80\xbd\x3f\xdf\x3c\x79\xfd\x05\xa6\x6d\xd0\x54\x1a\x6d\ -\x07\x30\xe2\xd3\xa8\x9e\x4b\x44\xcc\x4d\xa5\x18\x9d\x15\x8a\x70\ -\x4c\x3f\x02\xb5\xda\x19\x13\x78\x73\x7b\x03\x9f\xe9\xab\x6e\x9f\ -\x77\xc0\xb4\x16\x8d\xa1\x51\x2b\x5c\x8d\x47\x7b\xe8\xa8\x59\x3c\ -\x18\x1a\x0f\x00\x89\x06\x3c\x02\xe8\xf7\xce\x18\xa1\xc7\x6b\x63\ -\x9a\xdc\x57\xdd\x3e\x0d\x20\xec\x83\x00\x2e\x74\x84\xba\x82\x01\ -\x46\xda\xbe\xcb\xee\xc2\xa5\x96\x08\xa4\x46\x8f\x30\x4b\x24\xec\ -\x74\x44\xcb\x45\x3d\x3e\x6b\xab\x82\xbd\x55\xed\xd5\x80\x70\x8b\ -\x66\x00\xbc\xc5\x11\x12\xc4\xc6\x1d\xf5\xec\x2a\x46\x6f\x29\xb0\ -\x65\x0e\x4f\x31\xc8\x06\x00\x87\x1c\xe1\xc9\xdd\x47\x70\x7b\x6f\ -\xf5\x72\x1b\x20\x11\xd0\x2f\x3c\xc1\x75\x89\x46\xee\x2e\x42\x67\ -\x49\x91\xa8\xe7\x07\x10\x57\x3a\x63\x82\xee\x99\xf4\xa2\xce\xca\ -\x55\x27\xa7\x01\x75\x71\xcc\x04\x30\xc3\x11\x4a\xa6\xad\x69\x2e\ -\x5e\x66\x69\x11\x3a\x86\xdf\x90\xd8\xef\x08\x9d\xfb\xb9\x8f\x70\ -\x5b\x2e\x7e\x4e\x03\x2c\xf4\x13\xe7\x31\xa5\xdf\xee\x59\xc0\xb7\ -\x7d\xd0\x58\x52\xf4\xf4\x4d\x74\x5d\x28\x41\x77\xe6\x1a\x1b\x64\ -\x35\xa0\x26\xaa\x2f\x00\xf8\x96\x23\x94\x54\xd0\xdc\xe7\x9f\xcc\ -\xd2\xa2\x2a\x89\x67\x01\xbc\xe5\x08\x5d\xf8\x9e\xc1\x37\xb2\x71\ -\xb3\x1a\x10\x08\xe2\x46\xf4\x4c\x55\xf5\x80\x78\x39\x51\xcf\x0f\ -\xfc\x14\x59\x4a\xac\x6f\x62\x9a\xd0\x7a\x67\x8c\xc6\xde\x9c\x8d\ -\x9b\xd5\x00\x41\xf3\x5c\x01\xcb\xe7\x7d\x53\x37\x50\x30\xc6\xa3\ -\x99\x73\xb2\xfd\x0d\x32\x0c\x38\xd3\x63\x4e\x77\xc6\x52\x69\xfc\ -\xd1\x67\x79\x25\xc7\xee\x57\xd1\x01\xc0\x79\xd7\x8e\x3a\x58\x86\ -\x29\x5e\x5e\x86\x01\x15\xff\x41\x2d\x80\x72\x47\xe8\xcf\x9d\x4d\ -\xdc\xef\xe5\x0d\x7a\xac\xa0\xa5\xe4\xba\x70\x52\xe6\x3c\x65\x86\ -\x01\x06\xf8\x8a\xab\x12\xb5\xdd\x7f\x75\x03\x03\x4b\xe3\xd2\x2e\ -\xda\x89\x5e\x4e\x66\x1f\x20\x7b\xa9\x8b\x60\xcd\x5b\x19\x9c\x21\ -\x82\x80\x81\x47\x3b\x2f\xf5\x72\x32\x0d\x20\xbf\xe4\x3c\xb4\xc0\ -\xa0\x7f\xf6\xe7\x42\xea\xb4\x47\xbb\x30\xce\xcb\xc9\x30\x40\x16\ -\x95\x1e\xc2\xbf\x7d\x57\x36\x40\x38\xeb\xa3\x0c\xed\x95\x5e\x4e\ -\x86\x01\xa4\x9b\x64\x89\x82\xe6\xd8\x06\x13\xda\x16\xe1\x14\x80\ -\x94\x23\x54\x5e\x1d\x95\xb3\x83\xcf\x62\x80\x67\x92\x84\x16\x83\ -\xe2\x9d\xbf\x54\xc8\xfc\x0b\x00\xc7\x9d\xc7\xde\x3b\x62\x28\x61\ -\xd6\xd3\xa8\x00\xe0\x9c\x0f\x38\xfd\x66\x13\x4f\x3b\x39\x59\x3a\ -\x41\xb8\x66\x54\x6d\xcf\x2a\xee\x90\xc4\xc9\xd1\x18\xe5\x09\x1d\ -\xf7\x72\x32\x0d\xb0\x7a\xcf\xc3\xc8\xe8\x39\x87\x0a\x94\xc6\xc5\ -\x9e\xd0\xbb\x5e\x4e\x96\x77\x01\xb3\xd7\x79\x44\xd9\x2f\xfb\x29\ -\x6a\x80\xe1\xd2\x2e\x68\x9f\x97\x90\xed\x2f\xe0\x59\x6c\xe4\x8c\ -\x0c\xce\x10\x01\x61\x67\xb8\x8f\xcd\xeb\x5e\x4e\x86\x01\xa1\x14\ -\x76\x01\x70\xae\xbf\x4f\x0e\xc7\x74\x91\xff\xf2\x4a\x8c\x66\x19\ -\x80\x73\x5d\x31\xa1\xcd\x4b\xcb\x30\xe0\xcc\xda\xda\x2e\x57\x3d\ -\x62\xae\x97\x37\xd8\x51\x33\x09\x53\xe0\x5e\x51\x3e\x16\x1a\x8d\ -\x3d\x5e\x5e\x8e\xf9\x00\xba\xde\xa2\x08\xcd\xf7\x57\x5e\xe9\x61\ -\x60\x5d\x9a\x05\xbd\xd0\x36\x9b\xa9\x4c\x5e\x16\x94\x05\xb0\x0e\ -\x3d\x9b\x1a\xce\x54\xc6\x55\x57\x44\x75\x9e\xef\x2a\x4b\x85\x66\ -\x19\x90\x0b\x9c\x21\x5a\xb3\x36\x1b\x35\xab\x01\x3b\xea\xd9\x25\ -\xe0\xa5\x4f\x2a\x03\x15\xc9\xa0\xf5\x2e\x87\x0f\x5a\xd4\x5e\x8e\ -\x1b\x00\x4c\x70\x84\xde\x0f\x8d\xf9\xb4\x3d\x4e\xe4\x9c\x15\x16\ -\xf9\x6b\xd7\x31\xf8\x83\xe9\x31\x8d\xf5\x47\x62\xe9\x50\x1d\x55\ -\xb9\xa4\x9f\x3b\x63\x22\x57\x67\xbb\xfd\x81\x5e\x0c\xe8\xb8\x16\ -\x2f\xc3\xdd\x19\x96\xa7\x61\x97\xfb\xa2\xb2\x84\x38\xbb\x0c\xdf\ -\x03\x5d\x83\xb7\xc3\x65\x06\x6b\x72\xf1\x73\xaf\x0c\x91\x22\x79\ -\xb7\x27\x76\x53\x38\xae\x8c\x79\xb5\xc1\x82\x29\xcf\xeb\x5c\x4a\ -\xae\x25\x7c\x88\xf7\xef\xa8\x67\xc6\x10\xf8\x63\xf4\xba\x36\xb8\ -\x3b\xc2\x36\x50\xcf\xba\xf8\x52\x3c\xbc\x51\x17\x14\x27\xd5\x7f\ -\x54\x47\x55\x1e\x48\x69\x03\xdc\x7b\x88\x5e\x4b\x1d\xc2\xa3\xbd\ -\xd5\xeb\x73\x75\x38\x20\x73\x17\xdc\xb3\xab\x55\x4a\xa9\xe5\x9a\ -\xcd\xf2\x6e\x8e\xfa\x4c\x31\x32\x68\x1f\x21\x70\xa5\x23\x94\x34\ -\xe4\xe2\xbe\x36\x55\xf6\x69\xc0\xce\x06\x7e\x08\xf1\x5a\x01\xa7\ -\x3e\x8e\x91\x98\x7e\xb8\xdb\x3e\xd6\xb3\x80\xfa\xd9\x23\x1c\xd3\ -\xed\x02\xbf\xef\x8c\x89\x5c\x92\xcf\xb6\x9d\xbc\x1b\x10\x8e\x69\ -\x21\x28\xf7\x8e\x0b\xe9\x77\xc7\xd3\xe6\x0e\xef\x3b\xf6\x80\x41\ -\x62\x6d\x1c\x77\x08\x5a\x0d\xe7\xc5\xa4\x1e\x4e\x44\x02\x3f\xce\ -\x27\x45\x41\x57\xb0\x36\x96\x7e\x40\xe4\x52\x97\x06\x60\x5b\x3a\ -\xc8\x05\x9d\xf3\x79\x28\x57\xbd\x52\xa0\x3a\xaa\xf2\x91\x01\xfb\ -\x98\xc8\x5b\x5d\x05\xc4\x8b\xa1\x73\x38\x37\xd7\x63\xcf\x8b\x82\ -\x76\x89\x55\xa5\xcd\xdd\x04\xe2\xee\xf3\xe1\xca\x60\x4a\x1d\x75\ -\xad\xba\xac\x90\x5c\xc5\x60\x7a\x8b\xce\xaf\x0c\xea\x4f\x19\x8d\ -\x07\xde\x38\x05\x5e\x9f\x6f\xe3\x81\x7e\x6c\x94\xbc\x2e\xaa\xc0\ -\x81\xa0\xfd\x95\x40\xef\x2d\x96\x04\xb4\x26\x00\xb3\x72\x67\x03\ -\x3f\x2c\x34\x6f\x3e\xa8\x8b\x2a\x94\x0e\xe2\x87\x84\x96\x01\xf8\ -\xbc\xa7\x78\x4b\x2a\xc5\x1b\x3a\x9b\x78\xb4\x90\x9c\xfd\xdf\x2a\ -\x1b\xd7\xad\x94\xd6\x00\x28\xf3\x14\x9d\xa0\xf4\x90\x42\x66\x55\ -\x21\x1b\x16\x7b\xc3\xac\xad\x0a\x76\x1f\xc6\x22\x51\xcb\xe1\xde\ -\xaf\x04\x00\x10\xb4\x6a\x6c\xca\x2c\x5d\xdf\xc4\x74\xa1\xb9\x8b\ -\xea\xc5\x6b\x62\x9a\x69\xa8\x16\x00\x63\xb2\x14\x1f\x01\xb4\x09\ -\x32\x9b\x10\xc2\x4b\x85\x9a\x51\x1d\x55\xf9\x48\x83\x99\x32\x76\ -\x1e\xc0\x7a\x00\xd9\x86\xe1\x49\x91\x4b\xda\x23\x7c\xb2\x3f\xfa\ -\x01\x1f\xb6\xcb\xd7\xb4\xaa\xca\x58\x3d\x0c\xa0\xa1\x17\x5a\x12\ -\xc4\x36\x59\x6e\xa5\xc1\x5f\x25\xfc\x4d\x06\x87\x2b\x82\x38\x91\ -\x34\x48\x9b\x13\xa8\xb4\xe5\x18\xa5\x34\xc6\x81\x18\x4f\xd8\x3a\ -\x80\x57\xa3\xe7\x93\x9a\x5c\xc2\x3b\x44\x2e\x49\x44\xd8\x59\x8c\ -\x7e\xdf\x9e\xe3\xb5\x71\x5d\x23\xe9\x01\x00\xa5\xee\x0c\xbb\x24\ -\xfe\x6c\x6c\x1a\x4f\xf4\xe7\x96\xf7\xc2\xdf\x81\x4c\xb3\xcc\xb4\ -\x49\xa8\x37\xd4\x32\x01\x35\xbe\xe6\x06\xde\x06\xb8\x2a\x74\x14\ -\x4f\xfa\xb9\x47\xb1\x64\x23\xb9\x9a\x0d\x9a\x68\x8c\x5d\x74\xe6\ -\x63\x87\xf1\xfd\x4c\xf3\x3e\xa0\xcd\x56\x66\x6d\xc7\x6b\x78\xa5\ -\x3f\xdf\x03\xf4\x85\x01\x19\xca\xd6\xb4\xaa\x8a\x16\xb3\x8d\xec\ -\x44\x91\x13\x00\x8c\x23\x31\x4a\xc2\x48\xf4\xac\xdc\x1c\x45\xcf\ -\x67\x73\x07\x00\xed\x23\xcd\x3e\x11\xdb\x12\xf5\xd8\x3b\x58\xb6\ -\xe3\x0e\x63\x18\xc3\xf8\xdf\xc4\x7f\x01\x16\x1d\xd4\x53\x92\x2f\ -\x1f\x88\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\x8f\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x41\x49\x44\x41\x54\x58\x85\xed\ -\xd3\xa1\x11\xc0\x20\x14\x04\xd1\x85\x9a\x28\x00\x93\x5a\x70\x14\ -\x83\x4a\x31\x99\xa1\x81\x14\x85\xc2\x22\xf9\x66\x9f\x3a\xb7\xea\ -\x40\x92\x14\x2c\xed\x51\xda\x98\x40\xbd\x54\xfd\xfe\xb7\x3f\x00\ -\xf9\x4a\x50\x3a\xf0\x05\x92\x24\x85\x5b\x1c\x18\x0a\x07\xd4\x09\ -\xe9\x09\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\x8c\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\x3e\x49\x44\x41\x54\x58\x85\xed\ -\xd2\xbf\x2b\x85\x51\x00\xc6\xf1\xef\xf3\xca\x62\x90\x52\xac\xfc\ -\x05\x14\xbd\xf7\x96\xcd\x24\x3f\x8a\x9b\x98\x58\x29\x7f\x80\xcd\ -\x24\x93\xc9\x2c\x52\x06\x03\x2f\x29\x25\x8b\x22\xf1\x8a\xa2\xcc\ -\x16\x65\xb1\xd0\x1d\xa4\xee\xbd\x8f\x81\x01\xc5\xeb\xde\x4d\xce\ -\x67\x3c\x3d\x3d\x3d\xa7\x73\x20\x08\x82\x20\xf8\xef\x94\x15\xc8\ -\x6f\x95\x97\x2d\x75\x95\xd1\xc4\x45\x41\x37\xbf\x29\xcd\x6f\xbb\ -\xcd\xf6\x3a\xe2\x29\x1d\xd6\x20\x92\xbf\xcb\x46\x59\x65\x46\x4d\ -\x40\x67\x1d\x3e\x89\x13\xf7\x66\xe5\x73\xdb\xee\xb2\x7d\x06\xf4\ -\x50\xa1\x39\x2b\x9f\x39\x20\x2a\x6b\x02\xd8\x04\x1a\x85\xf7\xe3\ -\xc4\x93\xdf\x65\xe3\x2d\x0f\x60\x1f\x01\xad\xc0\xe1\x4b\xa4\xbe\ -\x9f\x6e\xff\xab\x01\xa7\x63\x7a\x4e\xaf\x35\x0e\x5e\x04\xea\x85\ -\xd7\x72\x89\xe7\xb0\x3f\x3d\x5f\x9c\x78\x5a\xf2\x2e\xd0\x00\x5e\ -\x2f\x96\xd4\x77\x35\xa2\xc7\xac\xfe\xcc\x3f\xf0\x51\x2e\xf1\x0c\ -\x78\xe9\x6d\xb8\x57\x4b\x0f\xd1\xd4\xe5\x3d\xe5\xb8\xa3\xb2\x20\ -\x34\x0b\x80\x3d\x9f\x16\xa2\xb9\xac\x9b\xd7\x34\x00\x20\xbf\xe3\ -\x21\x57\xbc\x01\x34\x00\xc7\x88\x22\xa6\x1f\x28\x81\xa6\xd2\x82\ -\x56\xaa\xe9\xab\x7a\x00\x40\xbc\xe9\x6e\x45\xde\x03\x5a\xde\x8f\ -\x8a\x48\xa3\xe9\x88\x0e\xaa\xed\xaa\x69\x00\x40\xbc\xeb\x76\x95\ -\x7c\x0b\xdc\x19\x0d\x9d\x17\x74\x5d\x6b\x57\xed\x6c\x7d\xfd\x8c\ -\x41\x10\x04\xc1\x9f\xf3\x0a\x0d\x2b\x72\x05\x90\xf4\xef\x82\x00\ -\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\x75\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x27\x49\x44\x41\x54\x78\x9c\xed\ -\xc1\x01\x0d\x00\x00\x00\xc2\xa0\xf7\x4f\x6d\x0e\x37\xa0\x00\x00\ -\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x77\x03\ -\x40\x40\x00\x01\x8f\xf2\xc9\x51\x00\x00\x00\x00\x49\x45\x4e\x44\ -\xae\x42\x60\x82\ -\x00\x00\x00\xee\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\xa0\x49\x44\x41\x54\x78\x9c\xed\ -\xd0\x41\x11\x00\x20\x00\xc3\x30\x0e\x53\xb8\x46\x22\x20\x23\x3c\ -\x1a\x03\xeb\x6d\x0c\x68\xed\x73\xd7\x3e\x57\x36\x4c\x39\xfe\x83\ -\x0e\xd0\x01\x5a\x07\xe8\x00\xad\x03\x74\x80\xd6\x01\x3a\x40\xeb\ -\x00\x1d\xa0\x75\x80\x0e\xd0\x3a\x40\x07\x68\x1d\xa0\x03\xb4\x0e\ -\xd0\x01\x5a\x07\xe8\x00\xad\x03\x74\x80\xd6\x01\x3a\x40\xeb\x00\ -\x1d\xa0\x75\x80\x0e\xd0\x3a\x40\x07\x68\x1d\xa0\x03\xb4\x0e\xd0\ -\x01\x5a\x07\xe8\x00\xad\x03\x74\x80\xd6\x01\x3a\x40\xeb\x00\x1d\ -\xa0\x75\x80\x0e\xd0\x3a\x40\x07\x68\x1d\xa0\x03\xb4\x0e\xd0\x01\ -\x5a\x07\xe8\x00\xad\x03\x74\x80\xd6\x01\x3a\x40\xeb\x00\x1d\xa0\ -\x75\x80\x0e\xd0\x3a\x40\x07\x68\x0f\xaf\xe7\x06\x43\x97\x92\x59\ -\xbc\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\x21\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\xd3\x49\x44\x41\x54\x58\x85\xed\ -\xd5\x3b\x8b\x13\x51\x18\xc6\xf1\xff\x33\xf1\x86\x82\xd9\x4e\x50\ -\x0b\x11\x5b\xd1\x56\xc4\x72\x36\xcd\x6a\x61\x76\xb0\x71\x51\x34\ -\x29\x2c\x64\x3f\x81\x48\xf0\x0b\x88\x82\x8d\xd9\x20\xee\x16\x42\ -\x36\x2e\xc8\x22\xce\xc6\xce\xc2\xda\xde\xc2\x4a\xb0\x71\x89\xa0\ -\x78\x21\xe7\xb1\x98\x09\xd8\x99\xcb\x30\x29\xf4\xad\x4e\xf1\x5e\ -\x7e\x9c\x73\xe6\x0c\xfc\xeb\xa1\x71\x92\xe2\x7a\x63\x17\x50\x14\ -\xf9\x64\xda\x5d\xfb\x5c\x24\x20\x1a\x33\x6f\x01\xa8\x7a\xa8\xed\ -\xc5\x95\x95\x43\xf3\x00\x00\x60\x71\xce\xdf\xf6\xf7\x92\x24\xd9\ -\x37\x17\x40\x1e\xb5\xdd\x50\x7d\x9a\x24\x49\xa5\x74\x80\x50\x30\ -\x58\x70\x65\x10\xaa\x0f\x19\xf3\x0e\x15\x06\x30\xb6\x24\x67\x6b\ -\x6e\xc5\x97\x1b\xad\x52\x01\x99\xc2\x06\x05\x00\xc4\x9d\xb8\xde\ -\x5c\x2d\x17\x90\x2b\x04\x21\x5f\xdf\x8f\xeb\x8d\xab\x25\x03\xc0\ -\x60\x69\x84\xe0\xc9\xe2\x72\x73\xa9\x54\x00\x80\x8d\x33\x0b\x15\ -\xdb\xdd\xda\x72\xe3\x42\xa9\x80\x3c\x42\x0e\x39\x10\xac\xed\x38\ -\x69\x9e\x2d\x1b\x40\x76\x14\x36\xf8\x30\xf6\xab\x5a\x72\xf3\x54\ -\xa9\x80\x9c\x11\x00\x63\x8e\x84\x40\x3f\xbe\x74\xe3\x68\xc9\x00\ -\x00\x82\x33\xcc\x09\xf6\x56\x5e\xce\x03\xf0\xc7\xd3\xe8\x33\xf3\ -\x00\xe4\xfd\xfc\x81\x5f\xe1\x58\xa9\x00\x67\xbd\x84\xf8\x14\x45\ -\xc4\xfd\x17\x9d\x8f\xe3\xd4\xed\x29\x66\xba\x23\x49\x02\x06\xd1\ -\x30\xd4\xd2\xad\xce\xfb\x71\x4b\x67\xde\x01\xe3\x88\x6c\xf8\xf7\ -\x48\x5c\x4c\xb7\x3a\xef\x26\xa9\x9f\x11\x20\x09\x09\x18\x4a\x4a\ -\xd2\xcd\xf6\x9b\x49\x3b\xcc\x02\x10\x78\x54\x7f\x7d\x67\xf3\xf1\ -\xf6\x34\x4d\xa6\x05\x68\x54\x2b\x58\xed\xf7\xda\x1b\x53\xf6\x99\ -\x0a\x20\x9c\xd7\x99\x7b\x3b\xbd\xf6\x83\x69\x87\xc3\xa4\x5f\x81\ -\x10\x81\x08\x81\xed\x47\xaf\x9f\xaf\xdd\x9d\x65\x38\x4c\xba\x03\ -\x76\x84\x00\xfb\xd9\xf9\xd3\xc7\x6f\x93\xfd\x8a\x4b\x04\x64\x0f\ -\x6d\xba\x50\xf9\x72\xad\xd5\x6a\x85\xbf\x65\x17\x0e\x90\x79\xab\ -\x83\x3f\xea\xdd\x6e\xf7\x67\x11\xc3\x61\xec\x3b\xa0\x01\x42\x8a\ -\xc2\x52\xba\xbe\xfe\xb5\xa8\xe1\xff\x03\xe0\x37\xff\xea\x99\x56\ -\xb6\x04\x03\xd2\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\ -\x00\x00\x02\x14\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\xc6\x49\x44\x41\x54\x58\x85\xed\ -\x94\xb1\x6a\x14\x51\x14\x86\xbf\xff\xee\xa0\x41\xd0\x68\x13\x8b\ -\xb4\xda\xd8\xac\x20\xee\x6e\xd4\xd4\x22\x06\x45\xb1\x11\x05\x4b\ -\x0b\x51\x1f\x41\xf3\x08\x06\x1f\x40\x50\x10\x42\x76\xb3\x91\x88\ -\x98\x2e\xe0\x82\x08\x01\xf5\x05\xb4\x12\xc4\xc6\x4a\x58\xb3\x73\ -\x7f\x8b\x99\x84\x24\xbb\xd1\xec\xb0\x6a\x33\x5f\x75\x87\x7b\xee\ -\xf9\xff\x73\xce\xbd\x03\x25\x25\x25\x25\xff\x19\x15\x3d\x38\x35\ -\xef\xc9\x98\xf8\x25\x50\x4d\x2a\x9a\xec\x5c\xd6\x97\x22\x79\x42\ -\x91\x43\xf5\x05\x1f\x8f\x89\xdf\x00\x55\x80\x5e\xea\xce\xd4\x92\ -\x8f\x15\xc9\x35\x74\x07\x4e\x2f\xfa\x64\xb0\x5f\x03\x13\xd8\x79\ -\x16\x01\x7c\x35\x3a\xff\xee\xaa\x3e\x0c\x93\x6f\xa8\x0e\xd4\xda\ -\x9e\x0e\xf6\x2a\x30\x81\x30\x41\x29\x41\x29\x60\xe0\xa8\xf0\x6a\ -\xad\xed\xe9\xbf\x62\xa0\xd6\xf2\x8c\xa2\x57\x80\x43\x16\xc6\x44\ -\x9c\x4b\x43\x74\xb6\x1a\x57\xf4\x4a\xad\xe9\x8b\x23\x35\x50\x5f\ -\xf4\x4d\xe1\x36\x30\x06\xb6\x4c\xdc\x19\x23\x88\x64\x33\x19\x93\ -\xbc\xd4\x68\xf9\xc6\x48\x0c\x34\x5a\xbe\x87\xfd\x14\xa8\x18\x1b\ -\xd4\x27\xbe\xc5\x46\xcc\x62\xa8\x18\x3f\x6b\x34\x7d\xb7\xb8\x01\ -\x5b\xf5\x56\x3a\x6b\xfc\x28\xff\x8c\xfa\xad\x78\x6e\x01\x45\xe7\ -\x71\x96\xe7\x1a\xcd\xf4\x21\xf6\xae\x97\x7d\xf0\xc6\x03\x87\x7a\ -\x35\xce\x81\xee\x00\x18\xa2\x36\xa6\xbd\x47\x9c\xbd\x8d\x00\x20\ -\xfb\xf1\xdb\x8f\xe1\x3e\xb3\xfd\x05\xf4\x19\x38\x31\xef\x7d\x07\ -\x93\xf8\x04\x74\xdd\x59\xa6\x28\x0d\x27\xbe\x69\xc2\x08\x11\x32\ -\x11\x3f\xef\x7d\x0b\xb7\xd6\x6e\x6b\x7d\x57\x03\xa7\x5e\xf8\x40\ -\xd2\xf3\x02\x70\x21\x1b\xb7\x22\x43\x56\x3e\x00\x81\x43\x2e\xf5\ -\xaa\x97\xe8\xda\xda\x25\xfd\xe8\x33\x70\x6e\xd9\x47\x7e\x76\xbd\ -\x2c\x71\xc6\x80\x4c\xa4\x60\xe5\x3b\xd9\xde\x09\x3a\x5d\x69\xe6\ -\xfd\x15\x7d\x07\x48\x36\x82\xd6\xbb\xfe\x24\x31\xbe\xe9\x4a\xc5\ -\x7e\xd3\x83\xd0\xf6\x41\x9f\xdd\x6f\x7f\x06\x0e\xc3\x96\x57\xe0\ -\xd1\x14\xbb\x27\xec\x7f\xa7\x55\x52\x52\x52\xf2\x47\x7e\x01\x51\ -\xe3\xba\x72\x94\x2f\x72\xc5\x00\x00\x00\x00\x49\x45\x4e\x44\xae\ -\x42\x60\x82\ -\x00\x00\x03\xd3\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x03\x85\x49\x44\x41\x54\x58\x85\xe5\ -\x97\x4d\x68\x9c\x55\x14\x86\x9f\xf7\x66\xd2\x1f\xa1\xb5\x95\xa2\ -\x29\x36\xb4\x06\xad\x9a\x8d\x81\xd4\x49\xb2\xf0\xa7\xa5\xb4\x54\ -\x69\x93\x9a\x18\x11\xa9\x85\xa2\xb8\x70\x27\x08\x29\x2e\xa2\x28\ -\x1a\x70\xa5\x14\x45\x11\x44\xd1\x4d\x68\x33\x69\xa2\xa9\x16\x2c\ -\xe9\x42\xda\x69\xac\xa5\x0b\x43\x41\x88\xa0\x93\x46\x11\x94\x6a\ -\xb5\x3f\xcc\x77\x5f\x17\x33\x49\x93\x4e\x92\x26\x64\xe2\xa6\x67\ -\x73\x3f\xce\x77\xbe\xf3\x3e\xf7\x7e\xf7\xe7\x5c\xb8\xd9\x4d\xf3\ -\x09\x7e\xb0\xd7\xd5\x15\x09\x2d\x96\xb7\x5a\x54\x63\xd6\x09\x02\ -\x30\x8a\xc8\x19\x1d\x57\x42\x26\xdb\xa6\x1f\xcb\x0a\xd0\x94\x71\ -\x3a\xda\x5d\xc0\xe6\x39\x26\x1d\x4a\xa4\xfd\x43\xbb\xf5\xcd\x82\ -\x00\xea\xbb\x7d\x6b\x2a\x15\xdf\x07\x3d\x5d\x74\x8d\x61\xf7\x3b\ -\x84\x23\x4a\x18\x59\x12\x19\xbb\x92\x22\x3a\x52\x25\xb1\x41\x8a\ -\xdb\x40\xcd\xc0\xfa\x62\xf6\x01\x82\xf6\x65\x9b\xf5\xdb\xbc\x01\ -\x9a\x0e\xfb\xee\x98\xb8\x0f\xb8\x1f\x18\x13\xea\x5c\xb6\x9a\x8f\ -\x07\x37\x2b\x3f\x6b\x97\x3a\x1d\xd2\x75\x3c\x25\xfb\x0d\xa0\x46\ -\xe2\xe7\x68\xed\x3a\xf5\x84\xce\xce\x19\x60\xd3\x41\xd7\x54\x04\ -\x67\x81\x35\xc0\x61\x96\xe9\xd9\xec\x63\xfa\x6b\x56\xe1\xeb\x6c\ -\xc7\x80\x97\xfe\x71\x39\xbe\x07\xda\x87\xf9\x27\x58\x0f\x9d\x68\ -\xd3\x99\x1b\x02\x34\x0c\x78\x25\x97\x7d\x02\xa8\x05\xbf\x93\x3d\ -\x1b\x5e\xe2\x35\xc5\xf9\x88\x4f\x98\xad\x86\x5e\x3a\xb0\xdf\x04\ -\x72\x79\x2b\x7d\xba\x55\x63\x93\x43\x42\xc9\x47\x57\xe2\x01\xa0\ -\xd6\xa6\x7f\x41\xe2\x00\x92\xb3\x2d\x74\x19\x7f\x04\xac\x4b\xc9\ -\x9f\x61\x4f\xe9\xf4\x14\x80\xf4\x41\x6f\xc2\xda\x63\xf8\x3d\x49\ -\xb4\x67\x41\xe2\x93\x20\x2e\xe6\xc3\x8b\xc0\x39\x60\x4b\xc3\x21\ -\x76\xcc\x08\xa0\x0a\xbf\x05\x10\xac\xd7\x4f\xb7\xeb\xc2\x82\xc5\ -\x8b\x36\xdc\xae\xab\x42\xaf\x14\x14\xdd\x35\x79\x14\x26\x1e\xea\ -\x0f\x79\x6d\x4a\x1e\x05\xfe\xfc\x3b\xaf\xb5\xc3\xed\xba\x5a\x2e\ -\x00\xa0\x30\x1f\x32\x1e\x06\xee\x33\xaa\x1b\x5f\x15\x13\x23\x90\ -\x0a\xec\x04\x84\xfc\x65\xd9\xc5\x01\x24\xcb\xee\x03\x08\x8e\xbb\ -\xc7\xdd\xd7\x7e\x81\xe3\xa3\x85\x26\x7c\x55\x76\xf1\xa2\x45\x85\ -\xaf\x01\x2c\x6d\x29\x05\x40\xd5\x85\x86\x9f\x16\x0b\x20\x88\x11\ -\x00\xcc\xba\x69\x00\x0a\xce\x20\xc6\x58\x24\x5b\xbd\xb4\x98\x5b\ -\xdc\x39\x3e\x11\x4b\xf7\x81\xff\xcb\x5e\xa5\x04\x60\x14\xc0\x91\ -\xaa\xc5\xd2\xbc\x70\x69\x22\xf7\xf9\xf1\x3d\x66\x12\x80\x7f\x01\ -\x70\xe0\xae\xc5\x02\x48\xa0\xa6\xf8\x98\x1b\xf7\x4d\x00\xd8\x61\ -\x10\x20\x38\x6e\x5f\x2c\x00\x14\xb7\x15\xd5\x8e\x95\x00\x54\xa6\ -\xe8\x07\x30\x7a\xbc\xfe\x03\x57\x96\x5d\xdc\x16\x68\x17\x40\x54\ -\xc8\x94\x00\x7c\xdb\xac\xf3\xc0\x31\x60\x4d\xe5\xed\x3c\x57\x6e\ -\xfd\xc6\x1e\x76\x02\xb5\xc0\x0f\x43\x2d\x4c\xd4\x06\x53\x56\x41\ -\xb4\x3a\x0a\xb0\xee\x6c\x18\xf0\xca\x72\x89\xd7\x76\x7b\x89\x55\ -\x38\x67\x14\xb4\x1f\xc9\xd3\x02\x0c\xb5\x6a\xc8\xf8\x73\xe0\x0e\ -\x2e\xfb\x53\x3a\xbd\xf0\x65\x6a\x6b\x45\x2a\xbe\x4b\xa1\xf7\x83\ -\x27\x9b\xf9\x62\xf2\xeb\x12\x81\xe4\xda\xd1\xd9\x9c\x7e\x20\xbe\ -\xbd\x20\x08\x5b\xe9\x5e\x5e\x06\xbd\x00\x9c\x4f\x55\xe8\x99\xc9\ -\xbd\x87\x19\x4a\xb2\x62\x3d\x98\x05\x6e\x03\x7a\x96\xe7\xb5\x77\ -\xb0\x5d\x17\xe7\xa3\x5d\xdb\xed\x25\x2b\x52\xf1\x00\xe8\x79\xe0\ -\x5f\x47\x3d\x72\xaa\x4d\xdf\x5d\x1f\x37\x63\x51\x9a\xee\xf1\x46\ -\xe1\x3e\xe0\x5e\x60\xd4\x52\xe7\x2d\xab\xf8\x64\x2e\x45\x69\x63\ -\x1d\x6d\x2e\x14\xa5\xf7\x00\x39\x59\xcd\x27\x5b\xf5\xfd\x74\xe1\ -\xb3\x96\xe5\x75\x19\xaf\x5a\xea\xf8\x21\xe8\xc9\xa2\x2b\x67\xbb\ -\x3f\x54\x84\x23\x49\x9e\x91\x54\x64\xec\x52\x25\x71\x79\x42\x55\ -\x02\xeb\x43\x88\xdb\x5d\x28\xcb\xc7\x37\x9c\xa3\x31\xaf\xbd\x43\ -\xed\xfa\x75\x26\x8d\x39\x5d\x4c\xd2\x3d\x6e\x12\xee\x02\x1e\x9e\ -\x4b\xbc\xc5\x19\xa1\x8e\xec\x6e\x1d\xbd\x51\xec\xbc\xae\x66\x8d\ -\x19\x6f\x70\xa4\x05\x79\x2b\x50\x4d\xe1\x04\xad\x00\x72\x88\x1c\ -\xe8\x78\x48\xc8\x9c\x68\xd3\xb9\xf9\xe4\xbd\xb9\xed\x3f\x89\x47\ -\x63\xa6\x91\x26\x12\xd0\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\ -\x60\x82\ -\x00\x00\x02\xdb\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x02\x8d\x49\x44\x41\x54\x58\x85\xe5\ -\x97\x4f\x48\x54\x51\x14\xc6\x7f\xe7\x8d\xb8\x11\x82\x12\x03\x75\ -\x35\xb8\x10\xc9\x4d\x6d\x32\x8c\x28\x9c\xa6\x85\x12\x18\x6f\xb6\ -\x12\xcc\x64\xad\x5c\xa9\x2d\x87\xc1\xd5\x04\x2d\x12\x92\x2c\x27\ -\x28\x17\x19\xc6\xb8\x49\x28\x07\x13\x02\xff\xb4\xa9\x8d\xd5\x4e\ -\xdd\xd8\x42\x29\x68\xe1\x46\x98\x7b\x5a\xf8\xde\xf4\x1c\x9a\x3f\ -\x6f\x7c\xb6\xa8\x6f\xf5\xde\xb9\xe7\x9e\xef\x7b\xdf\xb9\x97\x77\ -\x2f\xfc\xef\x90\xe2\xc0\xd5\x1b\xf1\x6e\x44\xee\x02\x5d\x40\x53\ -\x40\x3c\xbb\xc0\x1a\xaa\xe9\x5c\x36\xb3\xec\x1d\x08\x79\x5f\x22\ -\x76\x7c\x58\x90\x17\x40\x3b\xd0\x10\x10\x39\x4e\xad\x76\x44\x6e\ -\xb6\x75\x9c\xdb\xdb\xf8\xfa\x71\xd5\x1d\x28\x38\x10\x89\x0d\x5e\ -\x14\x63\xde\x03\x3f\x51\x1d\xb2\x42\xcc\xbf\x9d\xcd\xfc\x08\x82\ -\xfd\x5a\x2c\x7e\xca\xe4\xe9\x45\x64\x1c\x38\x81\xea\x25\xd7\x89\ -\xba\x82\x12\x63\x46\x01\x41\x75\x28\x97\xcd\x4c\x07\x41\xec\xc2\ -\xf9\x90\xe9\x88\x9d\x10\x51\x9e\x39\x2d\xbe\x0e\x60\x79\xf2\xba\ -\x00\xac\x10\xf3\x41\x92\x7b\xa1\xf9\x7d\xb7\xf6\x79\x37\xe6\x15\ -\xd0\xe4\x51\x7b\x2c\x58\x9c\x7b\xfe\xdd\x79\x3c\xed\xc6\xea\x4a\ -\xe4\xd6\x8c\xa8\x7d\xab\x4f\x55\x1f\x03\x88\xc8\xe0\xc2\xab\x27\ -\xaf\xcb\xe5\x07\x2a\x20\x1a\x4b\x84\xd5\xe8\x0c\xce\x0e\x72\x84\ -\xb4\x94\x9b\x63\x95\x1b\xf4\x83\x64\x32\x69\xa9\xe1\x29\x3e\xb7\ -\x6f\x60\x02\x56\x3f\x7f\xbb\x03\x5c\xf6\xc6\x14\xc6\xfe\x8a\x80\ -\x68\x2c\x11\x56\xd5\x7b\x87\xc9\x65\xa9\xbb\xb3\x75\xf2\xd8\x05\ -\x94\xb0\x7e\xcf\xb2\x34\x9e\x4a\xa5\x4c\xa5\xf9\x15\x17\x61\xa5\ -\x55\x5d\xc2\xfa\x91\xdc\xec\xd4\x66\x35\x1f\x50\xd1\x01\x87\xbc\ -\x19\x68\x56\xd5\x99\x68\x2c\x11\x2e\x88\x3b\x82\xf5\x2e\xfc\x6e\ -\xc3\x06\x63\x24\x93\x4c\x26\x23\x00\x2b\xeb\xdb\x35\x5b\x5f\xb5\ -\x00\x85\x31\x81\x09\xf7\x5d\xd0\x2b\xcb\xeb\xdb\xb7\x2d\x11\xe1\ -\x08\xd6\xbb\xa8\xd8\x82\xee\xce\xd6\x49\x45\x96\xbc\x31\x81\x09\ -\x55\x7d\x78\x98\xdc\x9f\xf5\x55\x0b\x48\xa5\x52\xc6\xb2\x34\x0e\ -\xec\x95\x49\xf3\x6d\x7d\xd5\x02\x00\x16\x66\xa7\x36\x45\x64\xb4\ -\xd4\xb8\xc2\xc8\x82\x4f\xeb\x7d\x09\x00\xb8\x70\xa6\xe5\x51\x71\ -\x2b\x0e\xc8\x6b\xb3\xde\xb7\x80\x12\xad\xa8\xd9\x7a\xdf\x02\xe0\ -\xa0\x15\xc6\xa8\x0d\xba\x05\xba\x65\x8c\xda\xb5\x5a\xef\xc2\xf7\ -\xef\x78\x71\x2e\xf3\x06\x08\x57\x4c\xac\x12\x5e\x07\x76\xe1\xe0\ -\x00\x19\x54\xf1\x62\xf4\xf4\x0f\x34\x3a\x8f\x3b\x7f\x12\xb0\x06\ -\x60\xf2\xf4\x1e\x97\x00\x09\xd5\xbb\xb5\x3f\xb8\xb1\xdf\x2d\x50\ -\x4d\x23\xd2\x87\xc8\x78\xc4\x4e\x88\xe6\xf7\xe7\x3d\x67\xb8\x23\ -\xa1\xa7\x7f\xa0\x51\x42\xf5\xbd\xa2\x3c\x00\x0c\xaa\xe9\x82\x28\ -\x6f\x62\xc4\x8e\x0f\x8b\x4a\x9a\x00\x0f\x2a\x45\x30\x28\xa3\xb9\ -\xec\xd4\x7d\x37\x70\xe8\x66\xb4\xf1\xe5\xd3\x4a\x5b\xc7\xd9\x45\ -\x44\x9a\x80\x93\x04\x77\x3b\xda\x01\xde\xa1\x9a\xc8\x65\x33\x2f\ -\x03\xaa\xf9\x8f\xe0\x17\xaf\x0f\x09\xa8\xe3\xe3\x70\xe1\x00\x00\ -\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x0a\x60\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x0a\x12\x49\x44\x41\x54\x78\x9c\xed\ -\x5b\x6b\x90\x14\xd5\x19\x3d\xe7\xce\xcc\xae\x83\x2c\x88\xf8\x48\ -\x4a\x28\x83\x31\x96\xae\x01\x4c\x70\x99\x5d\x82\x2b\x98\xa4\x54\ -\x82\x2c\xbb\x8b\x1b\x1f\xa5\xe2\x23\x2a\x26\xc6\xc4\x24\x26\x5a\ -\xa5\x8b\x46\x8d\xc6\x08\x96\x55\x06\xb5\x82\xa5\x22\x95\x64\x60\ -\x77\x00\x2d\x51\xab\xc4\xb5\x10\xd9\x5d\x5e\x6a\xf9\xc0\x32\x51\ -\x11\x42\x34\x2a\xca\x43\x79\xcc\xf4\x3d\xf9\xb1\xa0\xdd\x3d\x33\ -\xdd\x33\x3b\x33\x94\x95\x70\xaa\xe6\x47\x7f\xf7\xdc\xef\x9e\xfb\ -\x4d\xf7\xed\xfb\xf8\x1a\x38\x80\x03\x38\x80\xff\x67\x70\x7f\x34\ -\x72\x4a\x52\x87\xef\x89\xa1\x91\xd6\x8e\x94\xc1\xf1\x14\x8f\x11\ -\x70\x08\x80\x41\x00\x22\x00\xb6\xed\xfd\xbd\x27\xe8\x0d\xc0\xbc\ -\x8e\x28\x96\xf7\x4e\xe1\x3b\x95\xd6\x56\xb1\x00\x8c\x4b\xe9\x9b\ -\x8e\xb5\xd3\x41\x4e\x01\x30\xaa\x5f\x4e\x84\x77\x60\xb4\xd4\x5a\ -\xf3\xf0\xaa\x16\xac\x06\xa9\xf2\xaa\x2c\x77\x00\x24\x36\xa4\x70\ -\xba\x85\xae\x03\x30\xb1\x9c\xae\x09\xbc\x2a\x70\x56\xe6\x43\x3c\ -\xb6\xe6\x0a\xa6\xcb\xe8\xb7\x3c\x48\x74\x68\x22\x8c\xfe\x08\xe1\ -\xe4\x72\xf9\xcc\x83\x77\x05\xce\xec\x6d\xc6\xa3\xe5\xb8\x23\x4a\ -\x0e\x40\x62\xb1\x8e\x94\x63\xef\x26\x78\x7e\x00\xcd\x02\x58\x01\ -\xaa\x4b\xd6\xac\x37\x11\xfc\x53\x19\x6c\xb1\x16\xdb\x0f\x02\x9c\ -\x9d\x06\x35\x31\x60\xb0\x0c\x46\x08\x38\x0e\x50\x03\x80\x1f\x02\ -\x88\x07\xf8\x5c\x6e\x2d\x67\xac\x9a\xc6\xd7\x4a\xd1\x5f\x52\x00\ -\x1a\x52\x1a\x6b\xa5\x45\x00\xbe\x9e\xa3\x78\x3b\xa8\x27\x29\xf3\ -\xb8\x05\x9e\xea\x6d\xe1\xc7\x45\xf9\x4e\x2a\xee\x44\x70\x1a\x69\ -\xcf\x02\x38\x25\x4f\x1b\xbb\x44\x5e\xd2\xdb\xcc\xbf\xf6\x47\x3f\ -\x50\x42\x00\xc6\x76\xe8\x3c\x50\x0f\x11\xa8\xf6\x8b\xa2\x74\x6f\ -\xb4\xda\xdc\xf1\xc2\x64\x7e\xd2\x5f\xff\x6e\xd4\x26\x55\x55\x13\ -\xc5\x4f\x00\xdd\x04\xe0\x08\x7f\xb9\xa0\xdb\x7a\x5f\x36\x37\xe1\ -\x66\xda\x62\x7d\x17\x1f\x80\x76\x99\xc4\x28\x7b\x2b\xc8\xeb\x7d\ -\x25\x56\xd0\x43\x94\xb9\xb9\xa7\x95\x9b\x8a\xf6\x5b\x00\xbe\xb7\ -\x58\x35\x69\x8b\x6b\x29\xfd\x1a\xc0\x40\x4f\xa1\xb0\x28\xee\xf0\ -\x82\xae\x36\xee\x28\xc6\x67\x71\x01\x68\x97\x49\x8c\xb6\xf3\x01\ -\x9e\xe3\x2b\xd9\x6c\xc8\xe6\x95\xcd\xec\x2d\xca\x5f\x3f\x91\xe8\ -\xd0\x30\x18\xa5\xfc\x03\xae\x88\x75\xac\xe6\x84\x9e\x49\xdc\x56\ -\xa8\x2f\x53\x54\xc3\x27\xd9\x99\x39\x3a\xdf\x9d\x11\x4f\xde\x5f\ -\x9d\x07\x80\x9e\x56\x6e\x32\x69\x36\x0a\x9a\xef\xb6\x53\xf8\x0e\ -\x77\x69\xfe\xd9\x49\x45\x0a\xf5\x55\x70\x00\xea\x3b\xf4\x63\x88\ -\x37\x7a\x1a\x84\x1e\x89\x6f\xe5\xc4\x35\xad\xfc\x77\xa1\x7e\xca\ -\x85\x95\x6d\xdc\xd9\xdb\x6c\x2e\x10\xf9\x5b\x00\x5f\xbc\x0e\x05\ -\x4c\xde\x18\xb1\xb7\x17\xea\xa7\xa0\x47\x60\xec\x42\x9d\x4c\xa3\ -\xe5\x00\x0e\xfa\xd2\xaa\xc7\x7a\x9a\xcd\x85\x95\x98\x9d\x15\x8b\ -\x44\x87\x7e\x01\x6a\xb6\xdb\x26\xf0\xa2\xde\x16\x3e\x1a\x56\x37\ -\x34\x00\x63\x3b\x35\x94\xd0\xcb\x00\x8e\x72\x99\x7b\xe3\x5b\x79\ -\x6a\xd7\xc5\xdc\x55\x8c\xd0\xfa\x4e\x9d\x60\x85\x66\x1a\x3b\x0a\ -\xe2\x30\x00\xc3\x00\x38\x00\x36\x91\xda\x24\x6b\xd6\x2a\x86\xce\ -\xa2\xd7\x00\x12\x13\x29\x3b\x17\xe0\xc5\x2e\xeb\x1e\x8a\x0d\xdd\ -\xad\x5c\x1b\x54\x35\x34\x00\x89\x4e\x67\x2e\xc0\x4b\x5c\xa6\xcd\ -\xd1\x08\xeb\x56\x34\x71\x73\x21\xda\x6a\x93\xaa\xaa\x89\x61\x06\ -\xa4\x2b\x01\x1c\x5f\x48\x1d\x11\xeb\x0c\x78\xef\xf0\x34\xe6\x2d\ -\x68\xa3\x53\x48\x9d\x33\x9f\x54\xf5\xc7\x3b\xb5\x8c\xc4\x38\x97\ -\x79\x6d\x7c\x08\x13\x5d\x13\x99\xc9\x57\x2f\x30\x00\x89\x4e\x8d\ -\x07\xb4\xdc\xad\x0d\xe2\xb8\x9e\x56\x76\x17\x22\x6a\x6c\x4a\x53\ -\x69\x75\x17\x88\x63\x0b\xe1\xe7\xc0\x4b\x02\x7f\xd5\xdb\xc2\x65\ -\x85\x90\x13\x8b\x75\x24\x1c\xbd\x0a\xe0\xb0\x7d\x36\x82\xd7\x74\ -\xb7\xf0\xde\x7c\x75\xf2\x0f\x82\x12\x01\xfd\xc1\x67\x9c\x5f\x48\ -\xe7\xc7\x3c\xa0\x58\x22\xe5\xdc\x47\x29\x55\x42\xe7\x01\xe0\x24\ -\x42\xcf\xd6\x77\x38\x33\xd1\xae\xd0\x01\xbb\xa7\x89\x1f\x40\xbc\ -\xcd\xa3\x18\xba\x71\xd4\xd3\x3a\x38\x5f\x9d\xbc\x4e\x1b\x52\x68\ -\x04\x30\xde\x65\x4a\x3b\xd6\xb4\x87\x89\x18\xff\x84\x86\xc4\x0e\ -\xd7\x52\x88\x57\x85\x71\x0b\x85\xc8\xf6\xc4\x68\xfd\x7d\xcc\x12\ -\x0d\x08\xe3\xc6\xb7\xe1\x7e\x12\xef\xb9\x4c\x87\x0d\xf8\x0c\x57\ -\xe4\xe3\xe7\x0d\x80\x85\x7e\xe3\xbe\xa6\xf4\xc0\xea\x69\x7c\x3b\ -\xa8\xf1\xda\xa4\xaa\xd2\x7b\xb4\x48\xc0\xf7\xc3\x84\xf6\x03\xd3\ -\xa2\x69\x3d\x1a\x76\x27\xf4\x0d\xcc\xf4\xfc\x51\x82\xae\xcd\x37\ -\x37\xc8\xe9\xac\x2e\xa9\xaf\x01\x38\xc3\x65\x4a\x2b\x6a\x6e\x0d\ -\x94\x27\x71\x60\xd4\xde\x07\xa0\x31\x90\x57\x0a\x88\xd6\xc4\x68\ -\x1b\x7a\x17\x0e\x4f\x63\x1e\x80\xb7\x5c\xa6\xa3\x36\x18\xfc\x20\ -\x17\x37\x67\x00\x22\x51\x9c\x87\xbe\xad\xaa\x7d\x0d\x2f\xeb\x69\ -\xe2\x07\x41\x8d\x26\x16\xe1\x7c\x82\x97\x85\x89\x2b\x1d\xbc\xa9\ -\x7e\xa1\x72\x76\x66\x1f\x16\xb4\xd1\x21\xb4\xc0\x53\xcb\xd8\x8b\ -\x72\x71\x73\x06\x40\xd0\x59\x1e\x83\xe5\x92\xa0\x06\xc7\x2c\xd1\ -\x00\x48\x77\x04\x71\xca\x09\x19\xcd\x0a\x9d\xee\x1a\xe3\xd3\xcc\ -\x49\xb9\xea\x64\x05\x60\xef\x88\xe9\x7e\x97\x22\xe3\xe0\x89\xa0\ -\xb6\x62\x0e\xae\x85\x77\xa2\x54\x69\x8c\xdc\x10\xc3\xf4\x20\x42\ -\xf7\x3a\xac\x02\xe0\xbe\x6b\x07\x6f\x8a\x61\x8c\x9f\x97\x15\x80\ -\xea\xcf\x51\x0f\xa0\xca\x65\x7a\x69\x4d\x1b\xdf\xf3\xf3\xf6\xe1\ -\xec\xa4\x22\x56\xfa\x79\xa8\xe4\x32\x83\xd2\x35\x81\x84\x9b\x69\ -\x29\x79\xfe\x38\x29\x7b\x9f\x32\x2b\x00\x06\xf8\xb6\xa7\x12\x3d\ -\x13\xa1\x2c\x6c\x8c\xe1\x14\x02\x87\x07\x8a\xa9\x0c\x46\x26\x16\ -\xea\x5b\x41\x04\x4b\xe3\xd1\x2e\xda\x13\xfd\x9c\xec\x31\x40\xf6\ -\x04\x0f\xc1\x9a\xb7\xb2\x38\x6e\xba\xec\xb4\x40\x99\x95\x84\x41\ -\x6b\x50\x71\xc4\xc0\xa7\x9d\x27\xf8\x39\xd9\x01\x20\xbf\xe1\xbe\ -\xb4\x40\xe0\xbb\x1f\x62\xa5\x77\x81\x83\x1a\xcf\x7a\xa6\xdd\xc8\ -\xec\xf1\x69\x17\x46\xf8\x39\x59\x01\x90\x45\x8d\x8f\xf0\x69\xa0\ -\x06\xee\xd7\xc1\xcf\x8f\x61\x41\x85\x07\x7f\x96\xa5\xbd\xc6\xcf\ -\xc9\x0a\x00\xe9\x25\x59\x22\xff\x1e\x5b\xdf\xac\x2c\xd7\x6e\xed\ -\xfe\x42\x60\x00\xba\xa6\x63\x37\x00\xf7\x4a\xb0\xaa\x36\x29\xf7\ -\x00\x9f\x23\x00\xbe\x15\x22\x2d\xf2\x6e\x78\x4c\x98\x00\x93\xcb\ -\xc7\x7e\x44\xac\x54\x07\xd9\x8f\x00\xb0\xdd\x7d\xed\xbf\x23\xdc\ -\xd8\xbb\xce\x0e\x9c\x21\x56\x18\x81\xbb\xcf\x13\x1e\x46\x35\x80\ -\xa8\xcb\xb4\xe7\xf5\x36\xee\x71\x73\x72\x0c\x82\xf0\xec\xa8\xda\ -\xbe\x53\xdc\x20\xfc\x2b\xa4\xbc\x92\x08\x0c\xc0\xce\x43\x31\xd8\ -\x67\xda\xee\xe7\x64\x07\xc0\x6a\x83\x8f\x91\x35\x72\xba\x41\xe8\ -\xd5\xa0\xf2\x4a\x42\x21\x6d\xcb\xc1\x31\x3e\xd3\xbb\x7e\x4e\x8e\ -\xe7\xd7\xbc\xe1\xbe\xa2\x6c\xe0\x64\x03\x32\x9d\x81\xe5\x15\x84\ -\x09\x6f\xdb\xa3\x5d\xd0\xfa\x2c\x1f\x59\x55\x08\xdf\x61\x23\xc7\ -\x67\x71\x5c\x38\x68\x1b\x9e\x01\x02\xde\x14\x95\xc3\x86\xee\x16\ -\xac\x0b\x22\x10\x76\xbc\xf7\xda\x64\xdd\x31\x59\x01\x88\x67\xb0\ -\x12\x80\xfb\xfc\xfd\xbb\x89\x0e\xe5\x7d\xdd\x74\x5d\xcc\x5d\x94\ -\x1e\x0e\x95\x5b\x66\x48\x7c\x30\x70\x4b\xbe\x5d\x06\xe0\x64\x6f\ -\x25\x74\xf9\x69\x59\x01\xd8\x7b\xb6\xb6\xd2\x53\x8f\x98\xec\xe7\ -\xb9\x11\x73\xcc\x2d\x00\xb6\x06\x2a\x2e\x2f\x36\x46\x1c\xcc\x0e\ -\x22\xd4\x8d\xc2\x18\x78\xe7\x28\xdb\xe2\x87\x62\xb5\x9f\x97\x67\ -\x3f\x80\x9e\x55\x14\xa1\x29\x41\x8d\x2d\x6f\xe3\x87\x00\x83\x77\ -\x8c\xca\x09\xf2\x86\x95\x6d\xdc\x19\x44\x31\xb0\x1e\xcd\x82\x9e\ -\xca\xb5\x3d\x9e\x33\x00\xb1\x08\xe6\xa3\x2f\xa9\x61\x6f\x65\x9c\ -\x76\x4a\x52\x81\x2b\xbe\xf8\x10\xdc\x03\xe2\xe9\x40\xe1\xe5\x00\ -\x35\xaf\x67\x2a\xe6\x07\x72\xda\x65\x40\x7a\x16\x69\xb4\xe6\x91\ -\x5c\xd4\x9c\x01\x58\xd1\xc4\xcd\x02\x9e\xf9\xa2\x32\x50\x9d\x8e\ -\x5a\xff\x71\xb8\x07\x5d\x13\x99\xd9\xdd\x77\x70\xfa\x66\xa0\xb8\ -\xd2\xd0\x1d\xff\xd4\x5c\x1e\x76\x1c\x57\x3f\x1a\xe7\xc2\x7b\x08\ -\xf3\x7e\x7c\xe8\x97\xfd\x71\x23\xef\x34\x56\xe4\x9f\x3c\xd7\xe0\ -\x4f\xc7\x75\xe8\xe8\xa0\x86\x5f\x6a\xe6\xa7\x8e\xe5\x24\x54\x22\ -\x08\xc4\x6a\x44\x38\x35\xec\x38\xae\x36\xa9\x2a\x49\xbf\x77\xdb\ -\x44\xce\xce\x77\x3a\x94\x37\x00\xab\xa6\x62\x19\xbc\x83\x61\x95\ -\x03\x3b\x33\x4c\xe7\xea\x69\x7c\x7b\x37\x59\x0f\xe4\x8e\x78\xff\ -\xa0\xbf\x99\x34\x1b\xc3\x36\x66\x01\x60\x60\x0c\x97\x83\x9e\xc9\ -\xdb\x96\x98\xc1\x9c\x7c\xfc\xfc\x0b\x19\x52\x24\x6f\xf0\xd9\x2e\ -\x4c\xa4\x82\xd7\xe0\x40\xdf\x9d\x10\x1f\xc2\x1f\x11\xfc\x1d\x72\ -\x4c\x3f\x8b\xc0\x47\x02\x67\xf4\x34\x9b\xf3\xc2\x06\x3d\x00\x18\ -\xb3\x44\x87\x51\xf2\x1c\xe1\x43\xbc\x7d\x45\x13\xf3\x6a\x08\x5c\ -\xc9\x75\x37\xb3\x0b\xd4\x3c\x0f\x5f\x4a\x25\x16\xeb\xc8\x30\x31\ -\x5d\x13\x99\xe9\x6e\xe1\x9d\x11\xf0\x58\x49\x73\x00\x7c\x1e\x56\ -\xc7\x85\xad\x80\xee\xc8\x64\x78\x6c\x6f\x0b\xef\x2f\xe4\x08\xbe\ -\x36\xa9\xaa\x48\x46\x0b\xe1\xcd\x21\x7a\x25\xf3\x11\xf2\x9e\x0b\ -\x02\x05\x9c\x0e\x8f\xeb\xd4\x11\x0e\xf4\x0a\x80\x2f\x3a\x2d\xe1\ -\xc5\xa1\x71\x9e\xb6\x74\x12\x77\x87\xd5\xdf\x87\x31\x4b\x34\x20\ -\x96\xc1\x19\xa0\x6d\x95\x38\x12\x7d\xbb\xc8\x87\x02\x80\x80\x0f\ -\x09\x6c\x06\xb4\x96\x34\x0b\xb6\xa5\xf1\xac\x7f\xd5\x16\x86\xfa\ -\x4e\x67\x8e\xc0\x2b\x5d\xa6\xb4\x21\xc7\x87\x65\xae\x14\x94\x20\ -\x91\xe8\x50\xbd\xa8\x2e\x6f\x46\x98\x1e\xea\x69\x36\x97\x95\x92\ -\x20\xd1\x90\x54\xfc\x90\x81\xb0\xc5\x04\x32\x8f\xbe\xab\x40\xdd\ -\xe7\xb6\x89\xbc\xac\xb7\x99\x73\xc3\xea\x16\x9c\x24\x95\xe8\xd0\ -\x05\xa0\xbc\x19\x17\xd2\x83\xdb\x1d\x73\x75\xb1\xff\x56\xd9\x20\ -\xb1\x3e\x85\xab\x05\xcd\x86\xfb\x71\xa6\xee\xe9\x69\x8e\xfc\xb2\ -\x10\x17\x45\x65\x89\xd5\x77\x38\x77\x8a\xbc\xce\xa3\x01\x78\xde\ -\x89\x72\xda\x9a\x29\xfc\xa8\x18\x5f\xa5\xa2\x36\xa9\xaa\x41\x11\ -\xfb\x67\x91\x97\x7a\x0a\x88\xa7\xe3\x87\x70\x72\x50\x52\x84\x1b\ -\x45\x6d\x67\x0d\x77\xcc\x0d\x04\x52\xde\xf6\x70\x6a\x34\xa3\x55\ -\x0d\x8b\x34\xb2\x18\x5f\xa5\x60\x5c\xa7\x8e\xa8\x89\xea\xd9\xac\ -\xce\x03\xaf\xed\x06\xcf\x29\xb4\xf3\x40\x3f\x12\x25\xcf\x4e\x2a\ -\xb2\x31\x6a\xef\x12\xe8\xbf\xc5\xd2\x80\xe6\x44\x60\x6e\x7b\xb1\ -\x85\xff\x29\xd6\x6f\x21\x68\x48\x2a\xee\x44\xf1\x33\x42\xd7\x03\ -\x18\xe2\x2b\x5e\x9a\xc9\xf0\xdc\x35\x6d\x2c\x6a\x51\xd6\xff\x54\ -\xd9\x94\x2e\x65\xdf\xeb\xcd\xbf\x31\xb9\x83\xd2\xdd\x8a\x9b\x59\ -\xc5\x24\x2c\x06\x61\xc2\x73\x8a\xee\xda\x82\xe9\xa2\x66\x22\xc7\ -\x19\xa4\xa0\x59\x47\x67\xcc\x75\x85\xe6\x13\xb9\x51\x52\xb2\x74\ -\x5d\x87\x1a\x0d\xd5\x09\x60\x68\x8e\xe2\x4f\x00\x3d\x0e\x99\xc7\ -\x11\xc7\x33\xc5\x06\xa3\x36\xa9\xaa\x41\x06\x8d\x32\xf6\x2c\x80\ -\x4d\x00\x72\x4d\xc3\xd3\x22\x67\x14\x32\xda\xe7\x43\xc9\xe9\xf2\ -\x75\x8b\x34\xdc\x58\xdd\x03\xa0\x25\x80\x96\x06\xf1\xbc\x2c\x9f\ -\xa3\xc1\x9b\x12\xfe\x21\x83\x2d\xd5\x51\xec\x48\x1b\x38\x66\x07\ -\x6a\x6c\x15\x06\xcb\xc1\x08\x10\xc7\x11\xb6\x01\xe0\xe9\xe8\xfb\ -\xa4\x26\x9f\xf0\x55\x22\x67\xf4\x34\x73\x4d\x29\xfa\xcb\xf6\xc1\ -\x44\x7d\x4a\x67\x4a\xba\x13\x40\xa5\x07\xc3\xcd\x12\x6f\x39\xda\ -\xc1\x5f\xfa\x73\xcb\xfb\x51\xde\x4f\x66\xda\x65\xc6\x8e\x42\x93\ -\xa1\xae\x17\x50\x57\x56\xdf\xc0\xdb\x00\x67\xc5\xb7\x62\x6e\xb1\ -\x09\x9a\x41\xa8\xd8\x47\x53\x75\x0b\x75\xa2\x31\x76\xfa\xde\x8f\ -\x1d\x8e\xeb\xa7\x9b\xf7\x01\x3d\x69\x65\x1e\x59\xf5\x0a\x5e\xe8\ -\xcf\xf7\x00\x61\xd8\x2f\x9f\xcd\xd5\x2d\xd2\x70\x5a\x4c\x34\xb2\ -\x27\x8a\x3c\x1e\xc0\x08\x12\x83\x25\x0c\x42\xdf\xc9\xcd\x56\xf4\ -\x7d\x36\xb7\x11\xd0\x7a\xd2\xac\x17\xf1\x7c\x4f\x13\xde\xf8\x2a\ -\xe4\x22\x1f\xc0\x01\x1c\xc0\xff\x2e\xfe\x0b\x91\x5a\xc0\x8b\x79\ -\xe5\x16\x6d\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x03\x17\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x02\xc9\x49\x44\x41\x54\x78\x9c\xed\ -\xd6\x4d\x48\x54\x51\x18\x06\xe0\xf7\xbd\x5e\x4b\xb2\x20\x82\xa0\ -\x08\x8c\x56\x41\x41\x54\xd2\x38\x1a\x84\x45\x04\x26\x29\x26\xcc\ -\x22\xca\x12\xa2\x9f\x45\x8b\x08\xa2\x82\x90\xa0\x45\x60\x05\x6e\ -\x82\x28\x88\x6a\x11\xf8\x33\x57\xa4\xbf\x4d\xf4\x03\xe6\x38\x30\ -\x81\x9b\x16\x19\x05\xad\xa2\xac\xb0\x20\x35\xaf\xf7\x6d\x23\xe4\ -\x5c\x2b\xcc\xb9\x33\x41\x7d\xcf\xf2\x7c\xe7\xbc\x7c\xe7\xbb\x1c\ -\x66\x00\x63\x8c\x31\xc6\x18\x63\x8c\x31\xc6\x18\x63\x8c\x31\xc6\ -\xfc\x2f\x98\x6b\x40\x45\xb7\x56\x21\xd0\x0d\x00\xcb\x04\x5e\x4c\ -\x37\xe0\x3c\x48\x45\xd0\xdb\x4f\xc5\xba\xd4\x00\xaa\x15\x00\x1c\ -\xf2\x48\xaa\x81\xf7\x72\xc9\xcb\x7d\x00\xc9\xe0\x31\x80\x4d\x3f\ -\x12\x75\xf3\xcb\xb8\xb3\xff\x79\x82\xdf\x72\xcd\xce\x22\x31\xee\ -\xe1\xb8\xa0\x73\x53\x56\x87\xfd\xf7\x5c\x9c\x39\xc8\xf1\xd9\xc6\ -\x3a\x11\xb4\x96\x9d\x21\xee\x59\xe0\xea\xfe\x5a\x4f\x0b\x23\xc8\ -\x06\x00\x54\x3f\x94\x1b\xf7\x82\x4b\xa1\xcb\x03\x11\x7c\xc0\x9c\ -\x07\x30\x01\x1e\x06\xf0\x2e\xb4\xbc\x79\xae\xd4\x5b\xd5\xa5\xe5\ -\xb9\xe6\x57\xb7\x6b\xfe\xc8\x27\x75\x0b\x3c\x34\x75\x5d\xc0\x18\ -\x1d\xee\xce\xe5\xeb\x03\x11\x4c\x10\x00\x62\x3d\x5a\x41\x5f\xf7\ -\x00\xac\x0c\x95\xde\x52\xac\x4d\x35\xf2\xd9\x6c\x72\xcb\xbb\xb4\ -\xd4\xa5\x6e\x03\x58\x1f\x2a\x7d\xa4\x58\x97\x6a\x64\xef\x6c\x72\ -\xa7\x8a\xe2\x09\x20\x5d\xc7\xd7\x8e\xcf\x2a\x00\x4f\x42\xa5\x25\ -\x82\x9e\xc4\xba\x54\xfb\xa7\x99\x1b\x3a\xb5\xba\xd8\x51\x0a\xd3\ -\x2f\xff\x4a\x60\x65\x14\x97\x07\x22\x1a\x00\x00\xf4\x25\xf8\x71\ -\x51\x09\xb7\x01\xba\x95\x55\x20\x4a\x49\xf5\xc4\x3d\x1d\x9e\x69\ -\x56\x2c\xa9\x2d\x8e\xa3\x5e\x09\x65\x59\x05\xa1\x7f\x8e\xcf\x78\ -\x7a\x27\x5f\x44\xd3\x75\x44\x4f\x20\x4b\x8b\x9c\x8a\x35\xc1\x59\ -\x90\x27\xa7\x17\xd5\xda\x3f\xe0\x9c\xc0\x19\x06\xbf\x3a\x1e\x4b\ -\xaa\x89\xd0\x55\x00\xc5\xa1\x46\xbd\x71\x97\xbb\x33\x75\xfc\x1a\ -\x65\xbb\xd1\x0f\x60\x52\x85\xa7\x03\x90\x2e\x01\x28\x9a\xba\x2e\ -\xa8\x7d\xde\xb0\xb3\xf7\x51\x33\x47\xb3\x0e\x48\xac\xf0\x70\x1a\ -\xd0\x99\xe9\x69\x6a\x2b\xf3\x9d\x63\x1d\x09\x4e\x44\xdd\x67\xde\ -\x06\x00\x00\x71\x4f\x35\x0a\xd4\x01\xa2\x34\x54\xea\x15\x58\x9f\ -\xde\xc9\x0f\x00\xb0\xaa\x5d\x73\x16\x14\x05\x97\x41\xee\x0b\xed\ -\x13\xc8\xa3\xfd\x0d\x6c\xcb\x57\x8f\x79\x1d\x00\x00\x54\x76\x6a\ -\x5d\xe0\xe8\x0e\x80\xa5\xa1\xd2\x60\x11\x59\x33\x36\x8e\x21\xb7\ -\x58\x9d\x10\xb6\x86\xea\xa3\x12\x77\xa5\x1b\xe9\xe5\xb3\xbf\xbc\ -\x0f\x00\x00\xca\xdb\x55\xe6\xba\xba\x0b\x60\xf5\x0c\x8f\x0c\x41\ -\xdc\xd1\xdf\xc8\x54\x3e\xfb\x02\x22\xfc\x15\xf8\x9d\x4c\x82\x6f\ -\x7c\x9f\x1b\x09\x3c\x98\xc1\xf6\x41\xa7\x88\x95\x85\xb8\x3c\x50\ -\xa0\x01\x00\x40\x26\xc1\xe1\xcf\x3e\xb7\x13\xba\xfe\xab\x3d\x12\ -\x9e\xfa\x2e\xab\xfa\xea\xf9\xb2\x50\x7d\x15\xe4\x09\x64\x91\x18\ -\x4f\x06\x2d\x22\x5b\x42\x95\x4e\xc7\x67\x53\x5f\x82\x23\x85\x6c\ -\xa7\xf0\x03\x98\x14\x4b\x4e\x5c\x21\xd8\x0c\x40\x82\x2e\xa4\x07\ -\x9c\x53\xbf\xfb\x7f\xf0\x4f\xaa\x7e\x28\xb7\xfa\x9a\x4a\xfe\x76\ -\x1f\xc6\x18\x63\x8c\x31\xc6\x18\x63\x8c\x31\xc6\x18\x63\xcc\x7f\ -\xe2\x3b\x5f\x7a\xf2\xea\xb1\x6e\xd0\x9c\x00\x00\x00\x00\x49\x45\ -\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\x06\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\xb8\x49\x44\x41\x54\x78\x9c\xed\ -\xd9\xc1\x0d\x83\x50\x10\xc4\xd0\x0d\xa2\x24\x7a\xe2\x46\x31\xdc\ -\xe8\x29\x3d\x91\x32\x5e\xa4\x6f\x37\xb0\x96\x35\xb7\x9d\x81\x1c\ -\xe7\xfd\x1e\xe7\xfd\x4a\x87\x4d\x1e\xff\x07\x0a\xa0\x05\x34\x05\ -\xd0\x02\x9a\x02\x68\x01\x4d\x01\xb4\x80\xa6\x00\x5a\x40\x53\x00\ -\x2d\xa0\x29\x80\x16\xd0\x14\x40\x0b\x68\x0a\xa0\x05\x34\x05\xd0\ -\x02\x9a\x02\x68\x01\x4d\x01\xb4\x80\xa6\x00\x5a\x40\x53\x00\x2d\ -\xa0\x59\x3e\xc0\x47\x1e\xd7\xaf\xf1\x99\x16\x30\xbb\x16\x98\x99\ -\xf9\x3e\x17\x5b\xe2\xf2\x0b\x28\x80\x16\xd0\x14\x40\x0b\x68\x0a\ -\xa0\x05\x34\x05\xd0\x02\x9a\x02\x68\x01\x4d\x01\xb4\x80\xa6\x00\ -\x5a\x40\x53\x00\x2d\xa0\x29\x80\x16\xd0\x14\x40\x0b\x68\x0a\xa0\ -\x05\x34\x05\xd0\x02\x9a\x02\x68\x01\x4d\x01\xb4\x80\x66\xf9\x00\ -\x3f\xfa\xaa\x08\xd8\xe7\x6a\x2c\xe4\x00\x00\x00\x00\x49\x45\x4e\ -\x44\xae\x42\x60\x82\ -\x00\x00\x03\xf4\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x03\xa6\x49\x44\x41\x54\x58\x85\xe5\ -\x97\x4f\x68\x1c\x55\x18\xc0\x7f\xdf\x9b\xec\x26\x5a\x93\x88\x96\ -\x98\x9a\xdd\xc9\xee\xc6\x80\x86\x3d\x78\x90\x42\x0f\xf5\x4f\x29\ -\x2d\x22\x6d\xaa\xa0\x22\x52\x0b\x55\xf1\xd0\x9b\x20\xa4\x78\xe8\ -\x41\xd1\x80\x27\xa5\x28\x88\x20\x88\x5e\x0d\x36\x6a\xb5\x60\x69\ -\x4f\x52\x1a\x28\xc2\x2a\x91\x6d\xb2\x7f\x66\xb6\xab\x78\x90\xd8\ -\x58\x35\x99\x79\x9f\x87\x9d\x5d\x93\x6c\xd2\x64\xd9\x8d\x97\x7e\ -\x97\xf9\xf8\xe6\x9b\xf7\xfb\xbd\x61\xde\xcc\x1b\xb8\xd5\x43\x5a\ -\x69\xbe\x5a\xa9\x24\x63\x81\x3d\x62\x91\xfd\x82\x26\x51\x12\x08\ -\x06\xa5\x82\xe0\x0b\x5c\x34\x86\xa9\x64\x32\x99\xef\xa8\xc0\xbc\ -\xe7\xed\x36\x96\x49\xe0\xb1\xad\xf4\x2b\x5c\x36\xc8\xc9\xe1\xe1\ -\xc4\x77\x6d\x09\xcc\xcd\xcd\xf5\x3b\x4e\xfc\x03\x84\xe7\xa2\x52\ -\x55\x61\x1a\xd1\xb3\x2a\x32\x1f\x76\x75\x55\x6f\x0b\x43\x1b\x86\ -\xe1\xa0\xaa\x93\x52\xd1\x03\x02\xe3\xc0\x70\xd4\xff\xb5\x0d\x97\ -\x8f\x67\x32\x99\x5f\x5b\x16\xf0\x3c\xef\xbe\xd0\xea\x19\x90\x07\ -\x80\xaa\xc0\x29\xd7\x4d\x7c\x2c\x22\xc1\xcd\xa4\x55\xd5\x14\x3d\ -\xef\x59\x51\x79\x13\xc8\x20\x94\x6d\x20\x87\x33\x99\xc4\x0f\x5b\ -\x16\x28\x95\x4a\x19\xc5\x5c\x02\x76\x0a\x7c\xb1\xb4\xf4\xf7\x0b\ -\xa3\xa3\xa3\x7f\xdc\x0c\xbc\x36\xf2\xf9\x7c\x77\xac\xbb\xe7\x7d\ -\x94\xe3\xc0\x9f\xa8\xd9\x9b\x4a\x0d\x5d\xd9\x54\x20\x9f\xcf\xf7\ -\xc5\xe2\x3d\xdf\x03\x63\x0a\xef\xa6\xdc\xc4\xab\x22\x62\x5b\x81\ -\xd7\x43\x55\xa5\x58\xae\x4c\x08\xfa\x16\xe0\xa3\xe1\xee\x54\x2a\ -\x55\x5d\xd9\x63\xd6\x5e\x14\x8b\xf7\x9c\xae\xc1\x75\xba\x1d\x38\ -\x80\x88\x68\xca\x1d\x9a\x04\x3e\x02\x12\x88\xf3\xa9\xaa\xae\x9a\ -\xf4\x2a\x81\x72\xb9\xfc\x10\x70\x14\xe5\x37\x1b\x2c\x1f\x6d\x07\ -\xbe\x52\x62\xf1\xfa\xc2\x09\x60\x16\xd8\x57\x2a\xf9\x8f\x6f\x28\ -\x60\x95\xb7\x6b\x17\xf1\xc6\xc8\xc8\xc8\x42\xbb\xf0\x7a\x64\xb3\ -\xd9\x25\x94\xd7\x01\x54\x98\x5c\x79\x17\x1a\x49\xb1\x58\xdc\x85\ -\x38\x15\xe0\xf7\xc5\xeb\x0b\xbb\xb2\xd9\xec\x52\xa7\x04\xa0\xf6\ -\x3c\x94\xca\xfe\x4f\xc0\xfd\x36\x94\x07\xeb\xab\xa2\x71\x07\x44\ -\x9c\x43\x91\xd0\x57\x9d\x86\xd7\xc6\x17\x55\x38\x03\x20\x8e\x3e\ -\x59\xaf\x37\x04\x54\x79\xb4\x96\xf0\x4d\xa7\xe1\x0d\x09\x95\x6f\ -\xa3\x74\x5f\x93\x00\x22\xc9\x28\x29\x6c\x97\x80\xea\xf2\x3c\x80\ -\x40\xa2\x59\x20\x2a\xaa\x2e\x57\xd9\xa6\x08\x82\xa0\x3e\xf6\x50\ -\xfd\x41\x6c\x7a\x0f\xfc\x8f\xb1\x56\xc0\x56\x6a\xc7\xd8\xe0\x76\ -\x11\x1d\x67\x47\x34\xb6\x5c\xab\xbf\x63\xfe\x13\x50\xe3\xd5\xba\ -\x6c\x7a\xbb\x04\x8c\xb1\x99\x28\xf5\x1b\xb5\x06\x5f\xb8\x00\x60\ -\x94\x83\xdb\x25\x20\xa2\x07\x00\x14\x3d\xdf\x24\xe0\x88\x9d\xae\ -\x9d\x94\x27\x66\x66\x66\x62\x9d\x86\xab\xaa\x28\x1c\x06\xc0\xca\ -\x54\x93\x80\xeb\xba\xd7\x80\xf3\xc0\xce\xbb\x07\x06\x5e\xea\xb4\ -\x80\xe7\x79\x87\x80\x31\xe0\xc7\x54\x6a\xa8\xb1\x37\x58\xb5\x0a\ -\x8c\xe8\x04\x80\xa8\x39\x95\xcf\xe7\xfb\x3a\x05\xcf\xe5\x72\x71\ -\xab\x52\xfb\xce\x60\x4e\x8a\x88\xae\x2b\xe0\xba\xee\x65\xe0\x33\ -\xd0\x7b\xe2\xf1\x9e\x4f\x54\xb5\xed\x65\xaa\xaa\xd2\xdb\xdb\xf7\ -\x1e\x30\x86\x70\xc1\x75\xef\xfd\x72\xe5\xf9\x26\x40\x18\x2c\x9d\ -\x00\x66\x15\xc6\x4b\xa5\xca\x3b\xed\x48\xa8\xaa\x94\xcb\xfe\x6b\ -\x8a\xbc\x02\x5c\x33\xe8\xf3\x2b\x67\x0f\x1b\x6c\xc9\x6a\xfb\x41\ -\x2e\x01\x77\x21\x7c\x7e\x7b\x4f\xf7\xb1\x81\x81\x81\xc5\x56\xe0\ -\xb9\x5c\x2e\x7e\x47\x6f\xff\x69\xe0\x65\xe0\x86\x11\x7d\xc4\x75\ -\xdd\x99\xb5\x7d\xeb\xce\x2e\x99\x4c\x5e\x0d\x1d\xd9\x03\xfc\x8c\ -\xf2\xd4\x8d\xbf\xfe\x99\x2d\x16\xbd\x17\x55\xb5\x6b\x33\xb0\xaa\ -\x9a\x52\xc9\x7f\x66\x47\x6f\x7f\x2e\x82\xfb\xa8\xb3\x77\x3d\x38\ -\x6c\xb2\x2d\x2f\x14\x0a\x77\x62\x9c\x0f\x05\x79\x3a\x2a\xf9\xa8\ -\x4c\x8b\xc8\x59\x08\xe6\x8d\x31\xd5\x20\x08\x2c\xc4\x07\x71\xc2\ -\x61\xb1\x1c\x44\x64\x1c\xc8\x44\x83\x9f\xb3\x36\x38\x96\x4e\xa7\ -\x7f\xd9\x88\xb1\xa5\x1f\x93\x62\xd1\xdf\x23\xa2\x93\x0a\x0f\x6f\ -\xa5\x1f\xb8\x62\x45\x27\x32\xae\x7b\x6e\xb3\xc6\x96\x7e\xcd\x0a\ -\x85\x42\x0a\x13\x3b\x22\xe8\x7e\x94\x24\x42\x02\x70\x00\x5f\xc0\ -\xb7\xc8\x45\xac\x4c\xa5\xd3\x43\xb3\xad\x8c\x7b\x6b\xc7\xbf\xc1\ -\x7f\x6c\x10\x0e\xdc\xa9\xdc\x00\x00\x00\x00\x49\x45\x4e\x44\xae\ -\x42\x60\x82\ -\x00\x00\x04\xf5\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x04\xa7\x49\x44\x41\x54\x78\x9c\xed\ -\x9b\xcf\x6f\x15\x55\x14\xc7\xbf\x67\xa6\x85\xc2\xca\xe7\xa6\x21\ -\x10\x58\x58\x16\x36\x4d\x30\xf1\xa5\x2f\x95\x4d\x9b\xa8\x1b\x90\ -\x96\x02\xa2\x11\x08\x7f\x82\x1b\x89\x6d\x62\x5b\x9b\x28\x8a\x1b\ -\xfd\x0b\x34\xb1\xd1\x00\x6d\xf1\x91\xb2\xa9\x26\x6d\x20\x81\x3c\ -\x2d\x1b\xa3\x75\x83\x0b\x9a\xb2\xa8\x8b\xd6\x15\x2d\xd0\xb9\x5f\ -\x17\x7d\x53\x66\xe6\xcd\x74\xe6\x31\x77\x7e\xd4\xbe\x4f\xf2\x16\ -\x73\xee\x79\xef\x9e\x7b\xde\xf7\xdc\xb9\x33\xb9\x17\x68\xd0\xa0\ -\xc1\x4e\x46\xa2\x38\x75\xcf\xb0\x69\x6d\x05\x27\x14\xd4\x59\x81\ -\x14\x09\xec\x17\x60\x77\xd2\xc1\xd5\x03\x81\x27\x02\x3c\x22\x38\ -\x67\xc0\xb8\xda\x52\xc0\xcd\xd9\x1e\x59\x0f\xfb\x5e\x68\x02\x4a\ -\x93\x7c\x0b\xe0\x37\x00\x5e\xd5\x12\x69\x7a\xcc\x03\xf2\x61\xa5\ -\x5f\x7e\xde\xca\xc9\x08\x6c\x21\xa5\x73\x82\x83\x00\xa7\xb1\xfd\ -\x06\x0f\x00\xed\x00\xa7\x4b\x37\x38\x00\x32\xf0\x8f\x0e\x4c\x40\ -\xe7\x24\x06\x44\xf8\x59\x32\xb1\xa5\x08\xf9\x79\xe9\x27\x7c\x1c\ -\xd4\xec\x9b\x99\xaa\xec\xa7\x3d\xe6\x15\x8a\x0c\xc1\xc4\xad\x43\ -\x6b\x58\xb8\xfe\xae\x58\x5a\x03\x8d\xc9\x99\x6b\x34\x1f\xb6\xe0\ -\x20\x2c\x1c\x13\x72\x14\x40\xc1\xed\x21\x6f\xfb\x95\x43\x4d\x02\ -\xba\x67\xd8\xb4\xba\xc2\xdf\xe1\x94\xbd\xe0\x17\x18\x72\xae\xd2\ -\x2b\x4b\xda\x23\x4f\x80\x52\x99\xad\x50\x1c\x03\xf1\xa6\xc3\x3c\ -\xbf\xa7\x20\x47\xbc\x13\x63\x4d\x09\xac\xad\xe0\x04\xdc\x35\xbf\ -\x6c\x52\x3e\xd8\x2e\x83\x07\x80\x4a\xaf\x2c\xc1\x90\x73\x00\x56\ -\x1c\xe6\xf6\xea\xd8\x5c\xd4\x24\x40\x41\x9d\x75\x5e\x53\x64\xf8\ -\x6e\xbf\xfc\xa3\x3f\xcc\x64\xa9\xf4\xca\x92\x50\x86\x9d\x36\xef\ -\xd8\x00\x9f\x04\x08\xa4\xe8\x32\x98\xb8\xa5\x3d\xba\x94\x50\xcd\ -\x98\x72\x5b\xe4\x75\xaf\x4f\x4d\x02\x08\xec\x77\x5e\x1f\x5a\xc3\ -\x82\xee\xc0\xd2\xc2\x27\xf6\x03\x5e\x1f\x1f\x05\xb8\x57\x78\x79\ -\x9b\xed\xeb\xc1\x1b\xbb\xdf\xea\x35\x78\x21\xb4\x43\x68\xca\x3a\ -\x80\x28\x74\x95\xd9\xa6\x94\x1a\x02\xe5\xd4\x86\x85\xe3\xa6\x18\ -\xa3\x77\x4f\xca\xdf\x71\x7f\x3b\xf7\x0a\x28\x8d\xf3\xb0\xb2\x78\ -\x1b\x94\xf3\x00\xf6\x6e\x7c\xe4\x82\x45\xde\xe9\x2a\xb3\x2d\xee\ -\xef\xe7\x3a\x01\xdd\x33\x6c\x82\xc1\x1f\x01\xec\xf3\x69\xde\xa7\ -\x2c\xf5\x49\xdc\x3e\x72\x9d\x80\xc7\xcb\xb8\x04\xa0\xe6\xd6\xf5\ -\x1c\x39\x1d\xb7\x8f\xdc\xce\x01\xc5\x49\x76\x08\x38\x92\x74\x3f\ -\xb9\x54\x40\xf7\x0c\x9b\x4c\xf0\x3b\x00\xcd\x5b\xf9\x09\x78\x3d\ -\x6e\x5f\xb9\x4c\x40\xb8\xf4\x01\x00\x4f\x69\x18\x57\xe2\xf6\x95\ -\xbb\x12\x88\x2c\x7d\x91\x91\x4a\x9f\xcc\xc7\xed\x2f\x57\x0a\x88\ -\x2a\x7d\x08\xe6\xf6\xbc\x84\xaf\x74\xf4\x99\xab\x04\x44\x95\xbe\ -\xb2\xe4\x62\x94\x17\x9e\x51\xc8\x4d\x09\xd4\x23\xfd\xdf\x4e\xcb\ -\x9f\xba\xfa\xcd\x85\x02\xb2\x90\xbe\x8d\x16\x05\xbc\x71\x83\xaf\ -\x58\x54\x43\x9b\x0b\x13\xe1\x84\x61\x18\xa3\xf7\x7a\xe5\x41\x94\ -\xef\x3f\x5e\xc6\x25\x91\x74\xa5\x6f\x13\x5b\x01\x5d\x65\xb6\x59\ -\xe4\x1d\x40\x2e\xc0\x5e\xab\x53\xce\x2b\x8b\xb7\x4b\xe3\x3c\x1c\ -\xf6\xfd\xe2\x24\x3b\x44\xd2\x97\xbe\x4d\xec\x04\x28\xa5\x86\x10\ -\xb0\x56\x87\xc9\x1f\xba\x67\x18\xa8\xb2\x2c\xa5\x6f\x13\x7f\x0e\ -\xd8\x7c\x44\xf5\x6b\x43\x71\xf5\x5f\x7c\x14\xd4\x9c\xc5\xac\xef\ -\x25\xf9\x49\x90\x1c\x29\x4e\xb2\xc3\x6b\xce\x5a\xfa\x36\x1a\x12\ -\xc0\xf1\x10\x87\x5d\xa6\xf0\x5b\x67\x29\xe4\x41\xfa\x36\xf1\x13\ -\x60\x18\x5f\x02\x78\xba\xa5\x8f\xa7\x14\xf2\x20\x7d\x9b\xd8\x09\ -\xa8\xf4\xc9\x3c\x29\x9f\x86\x3a\x56\x4b\x21\x2f\xd2\xb7\xd1\x32\ -\x07\xec\x7d\x19\x57\x00\xdc\x0f\x71\xdb\x65\x82\xdf\x9b\xe0\x18\ -\x72\x20\x7d\x1b\x2d\x09\x98\xed\x91\x75\x0b\x72\x11\x61\xa5\x00\ -\xbc\x06\xe0\x48\x88\x4f\x2a\xd2\xb7\xd1\x76\x17\x98\xeb\x97\x3f\ -\x22\x95\x42\x18\x29\x49\xdf\x46\xeb\x6d\x30\x62\x29\x04\x93\xa2\ -\xf4\x6d\xb4\x26\xa0\x8e\x52\xf0\x23\x55\xe9\xdb\x68\x5f\x08\xbd\ -\x70\x29\xa4\x2c\x7d\x9b\x44\x56\x82\x75\x97\x42\x06\xd2\xb7\x49\ -\x24\x01\x75\x96\x42\x26\xd2\xb7\x49\xec\x59\x20\x72\x29\x64\x24\ -\x7d\x9b\x44\x1f\x86\x42\x4b\x21\x43\xe9\xdb\x24\x9a\x80\xd9\x1e\ -\x59\x37\x4c\x79\x4f\xa4\x76\x93\x85\x08\x16\x0c\x43\xde\xcf\x4a\ -\xfa\x36\x89\x3f\x0e\xdf\xeb\x95\x07\x54\x72\x54\x80\x29\x00\xab\ -\x00\x56\x05\x98\xa2\x92\xa3\x51\x5f\x99\x25\x49\x2a\x6f\x85\x2b\ -\xa7\x64\x11\xc0\x3b\x69\xf4\x55\x2f\xb9\x78\x2b\x9c\x25\x7e\x9b\ -\xa4\x9e\x38\xaf\xcf\x5c\xa3\x99\x5e\x38\x7a\xf1\xc6\xee\x1d\x1b\ -\xe0\xbf\x49\xea\x91\xf3\xfa\x61\x0b\x0e\xea\x0f\x2d\x1d\x7c\x62\ -\x5f\xf4\xfa\xf8\x28\x80\x73\x2e\x83\x85\x63\x7a\xc3\x4a\x0f\xe3\ -\x19\x8e\xbb\x2d\xac\xb9\x25\xd7\x24\xc0\x80\x71\xd5\x79\x2d\xe4\ -\x68\xa9\xcc\x56\xdd\xc1\x25\x4d\xa9\xcc\x56\x0a\x5d\x0b\x31\xef\ -\xd8\x36\x6c\x1e\x5a\x0a\xb8\x09\xe0\x2f\x87\xa9\x00\xc5\xb1\xed\ -\x94\x84\xcd\xcd\xd2\xee\x1d\xe3\xf3\xd5\xb1\xb9\xa8\x6b\xbb\xbc\ -\x50\x86\x55\x33\xa6\xf2\xbc\x5d\xde\x78\x86\xe3\xd5\x7f\xfe\xc5\ -\xb6\xcb\xdb\x74\x4e\x70\xf0\x7f\x71\x60\x02\x00\x44\x06\x2b\x27\ -\xe5\xb2\x5f\x53\xe0\x3a\xe0\xd7\x7e\x5c\x86\xc8\x60\x72\x51\xa5\ -\x02\x01\x19\xa8\xf4\xe1\x8b\x20\x87\xa8\x87\xa6\xbe\x06\xd0\xae\ -\x35\xb4\xe4\x89\x74\x68\xaa\xee\x63\x73\xd5\x2d\xe7\x07\xf2\x78\ -\x6c\x0e\xc0\x22\xc0\xfb\xf5\x1c\x9b\x6b\xd0\xa0\xc1\xce\xe6\x3f\ -\xb7\x37\xe9\x8b\xf9\x5d\x56\x0e\x00\x00\x00\x00\x49\x45\x4e\x44\ -\xae\x42\x60\x82\ -\x00\x00\x00\x75\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x27\x49\x44\x41\x54\x78\x9c\xed\ -\xc1\x01\x0d\x00\x00\x00\xc2\xa0\xf7\x4f\x6d\x0e\x37\xa0\x00\x00\ -\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x77\x03\ -\x40\x40\x00\x01\x8f\xf2\xc9\x51\x00\x00\x00\x00\x49\x45\x4e\x44\ -\xae\x42\x60\x82\ -\x00\x00\x06\x7b\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x06\x2d\x49\x44\x41\x54\x78\x9c\xed\ -\x9b\xc9\x73\x5c\x57\x15\xc6\x7f\xdf\xb5\x49\x39\x09\x91\x83\x33\ -\x40\x15\x2b\xb6\x78\x48\x9c\x48\x3d\x24\x14\xc4\x8a\x63\xc9\x93\ -\x2c\x75\xab\xf2\x87\xb0\x0a\x0b\x58\x50\x5e\xb0\xc9\x12\xfe\x88\ -\x54\xab\x25\x92\x38\x65\x6b\x34\x09\xa0\x1e\x0c\x45\x18\x56\x29\ -\x2a\x95\x62\x45\x26\xb0\x6c\x63\x29\x46\xf7\xb0\xe8\x6e\xe8\x74\ -\xb7\xf4\xee\xeb\x7e\x4f\xea\x14\xfa\x96\xf7\x9e\x3e\xf7\x7c\xbf\ -\x3a\xe7\xf5\xeb\xa7\x27\x38\xd0\x81\x0e\xf4\xff\x2c\xf5\x5a\x3c\ -\x75\xc3\x1e\x7d\xf8\x2e\x3f\x94\xec\xb2\xc1\x11\xcc\xd6\xed\x6b\ -\xee\x67\xb5\x29\x7d\xb8\xd7\x05\xf6\xa3\xcc\x9b\xf6\x1d\x3d\xf0\ -\xaf\x21\xe5\x05\x9b\x5e\xba\xf6\xc8\x03\x5e\xbf\xf9\xaa\xee\x76\ -\xc6\x76\x01\x78\xf1\x97\xf6\xd8\x03\x6f\xbf\x92\x71\xba\x63\xeb\ -\xb6\x9c\x26\x2a\xd3\xaa\xa6\x56\x79\x02\x1a\x9b\xb3\x31\x27\x5b\ -\x02\x8e\x76\x6c\xbd\xcf\x11\x7d\xbf\x7a\x41\x1b\xed\x8b\xae\x33\ -\xc1\xf6\xb6\x7f\xad\x87\x79\x80\xa3\xe6\x6d\x31\xb7\x60\xd9\x04\ -\xeb\x4d\x54\xbb\x98\x07\x78\x86\x4d\xff\xa3\xce\xc5\x2e\x00\xa0\ -\xa9\x5d\xce\x18\x19\x56\x08\x11\xe6\x9b\xd2\x95\xce\x95\x2e\x00\ -\x1e\x1e\x8e\x38\x6b\xc4\xbc\x2d\xe6\xe7\x2d\x13\xb7\xc8\xb4\x94\ -\x29\xd9\x68\xb4\x79\xc0\x38\xd2\xb9\xd4\x05\x40\xd8\x6f\x02\xce\ -\x1c\xf1\x66\x4b\xc3\x00\x21\x53\xb2\x51\x39\x5b\x26\xca\x3c\x80\ -\xba\xbd\x75\x8f\x80\x77\x57\x81\xdb\x01\x67\xef\x3b\x84\x58\xe6\ -\x61\x03\xef\x7e\xda\xb9\xd8\x05\xa0\x3a\xab\x0f\x9c\x74\x8e\x70\ -\x08\xfb\x32\x0e\x4d\xf3\xd1\x6d\xdf\xd0\x06\xa6\x89\xea\xac\x3e\ -\xe8\xdc\xe8\x79\x1f\x00\x90\x9f\xb7\x8c\x37\x5b\x02\x46\x02\x0e\ -\xb8\xed\x4d\xaf\xd4\x8b\xaa\x07\xc4\x0e\xac\xec\xbc\x3d\x8f\xd9\ -\x32\xf0\x78\x40\xf8\x1d\x4c\xe7\xaa\x45\x55\x7a\x6d\xee\x08\x00\ -\x86\x13\x42\x92\xe6\x21\x02\x00\x0c\x17\x84\xa4\xcd\x43\x00\x00\ -\x80\xdc\x82\x65\xcd\xdb\x22\x81\x10\xcc\xeb\x6c\x6d\x56\xb7\x42\ -\x72\x87\x2a\x37\x67\xcf\x99\x6c\x19\xf8\x46\x40\xf8\x1d\x43\x13\ -\xb5\x82\xd6\xa3\x02\x83\x00\xc0\xfe\x42\x48\xcb\x3c\xf4\xbc\x13\ -\xec\xad\xca\xb4\xaa\x98\x26\x80\x8d\xc8\x60\x38\x2a\x67\xcb\x99\ -\x92\x8d\x86\xe6\xdf\x49\x71\xcd\x3b\xa7\xc9\x50\xf3\x10\xa3\x03\ -\x5a\xca\xce\x59\x0e\xd9\x22\xf0\x58\x40\xf8\x3f\xcd\xeb\x95\x7e\ -\x3b\x21\xa6\xf9\xbb\xce\x69\x62\x7d\x5a\xbf\x8d\x73\x46\x6c\x00\ -\x10\x1f\x02\xd2\xd9\xea\x8c\x7e\x17\xe7\x8c\xbd\x30\x0f\x31\x46\ -\xa0\x5d\xd5\xa2\x2a\x98\xce\x01\x77\x02\xc2\x1f\xc7\x6c\x39\x3b\ -\x6f\xcf\x87\xe6\xcf\x97\xec\xf4\x5e\x98\x87\x3e\x01\x40\x03\x82\ -\xa1\x09\x12\x86\x90\x2f\xd9\x69\xef\x6c\x85\x40\xf3\x32\x4d\xf6\ -\x6b\x1e\xfa\x1c\x81\x76\x65\xca\x96\x17\x76\x83\x04\xc6\xa1\x1f\ -\xf3\x95\xa2\x42\x7e\xbc\xed\xa8\xbe\x3b\xa0\xa5\x5a\x41\xeb\xce\ -\x69\x92\xf0\x4e\x58\xca\xcd\xd9\x73\x9d\x1b\x4d\xf3\xc1\x6d\x0f\ -\x3a\x3f\xa8\x79\x48\xa0\x03\x5a\xca\x2f\xd8\x0b\xde\xdb\x0d\xe0\ -\xeb\x01\xe1\xff\x90\xe9\x6c\xa5\xa8\xdf\x03\x8c\xcd\xdb\xb3\xce\ -\x6c\x05\x38\x16\xf9\x49\xe3\x1e\xd2\x64\xb5\xa0\x5f\x0f\x56\x71\ -\x43\x89\x01\x80\xfe\x20\x6c\x3b\xfc\x7e\x99\x87\x84\x01\x40\x3c\ -\x08\x26\x36\x64\x40\xc8\xdd\x65\x0a\xe6\x21\x05\x00\x00\xb9\x39\ -\x7b\xd1\x64\xd7\x09\xeb\x84\x68\x19\xf7\xec\x90\xce\xd7\xa6\xf5\ -\x5e\x22\xf9\xda\x94\x0a\x00\x48\x10\x42\x8a\xe6\x21\x81\x6f\x81\ -\x9d\xd4\xb8\x42\xeb\x3c\xd0\xf5\xc7\x88\x60\x19\xf7\x3c\xba\x90\ -\x96\x79\x48\xb1\x03\x5a\xca\x96\xed\x7b\x98\x5d\x47\x3c\x1a\xeb\ -\x83\x4d\xf3\xf5\xa2\xde\x4d\xa9\x34\x60\x0f\x00\xc0\x7f\x21\x2c\ -\xa2\xc8\x47\xee\x0d\x19\x9b\x1e\x4d\xa4\x6d\x1e\x52\x1c\x81\x2f\ -\xc9\xb3\x81\xf8\x22\x38\xde\xe9\x0b\x5c\xd0\xcf\xee\x81\x95\x3a\ -\x80\x6c\xc9\x4e\xe1\x6c\x95\xb0\xa7\xb7\x0d\x99\x8d\x38\xb3\x95\ -\xb1\x79\x7b\x36\xbd\xca\x1a\x4a\x75\x04\xda\xcc\x3f\xd1\x67\x8a\ -\xcf\xbd\xf4\x72\x7d\x46\x7f\x48\xb2\xae\x76\xa5\x06\xa0\x69\x7e\ -\x05\x78\x72\xc0\x54\x9f\x1b\x1a\xaf\x15\xf4\x7e\x12\x75\x75\x2a\ -\x95\x11\xc8\x2f\xd8\xc9\x84\xcc\x03\x1c\x13\xb6\x9a\x29\xdb\x33\ -\x09\xe4\xea\x52\xe2\x00\xf2\x0b\x76\xd2\x7b\x5b\x25\xc0\xbc\xc1\ -\x96\x60\x2b\x20\xed\x31\x61\x2b\x69\x40\x48\x14\x40\x1c\xf3\xc0\ -\x7d\x27\x4d\x6e\x37\x9e\x2c\xfd\x2b\x20\xfe\x89\x34\x20\x24\x06\ -\x60\xb4\x6c\x27\xe2\x98\xc7\x74\xb1\x32\xa3\x9b\xf5\xa2\xde\x75\ -\xe8\x02\x31\x20\x64\x4b\x76\x6a\xb0\x6a\xff\xa7\x44\x2e\x82\xa3\ -\x65\x3b\x71\x08\x5b\x23\x86\xf9\x6a\x51\x6b\xed\x8b\xf9\xb2\xfd\ -\xc0\x63\xef\x00\x8f\x04\xe4\xf8\x0c\xaf\xf1\xea\xac\xfe\xd8\x4f\ -\xbd\xed\x1a\x18\x40\x5c\xf3\x86\x2e\xd5\x0a\x5a\xed\xb5\x99\x9b\ -\xb7\x97\xcc\xec\x1a\x7b\x08\x61\xa0\x11\x18\x2d\xdb\x09\x47\x78\ -\xdb\xef\x66\x1e\xa0\x32\xa3\x9b\x92\x2e\x12\x38\x0e\xb8\xc1\xc7\ -\xa1\xef\x0e\x68\x99\x17\x3c\x15\x10\x7e\xdf\x4b\x97\xeb\x33\x5a\ -\x09\xc9\xdd\xec\x84\x77\x88\x7e\x5d\x07\xe0\x53\xe7\x34\xbe\x3e\ -\xad\x3f\x85\xe4\xee\x54\x5f\x00\xc6\x4a\x76\x5c\xce\xd6\x02\xcd\ -\x6f\x7a\xe9\x52\xa8\xf9\x96\xf6\x0a\x42\xec\x11\xd8\x0b\xf3\xd0\ -\x18\x07\x4c\x17\x81\xfb\x01\xe1\x4f\x7a\x6f\xab\xf9\x05\x3b\x19\ -\xf7\x9c\x58\x1d\x30\x56\xb2\xe3\xae\x71\x6f\xff\x74\x40\x78\xdf\ -\xe6\xdb\x95\x9d\xb3\x33\xc8\xae\x11\xd8\x09\xdb\xe8\xcc\xad\x82\ -\xfe\x1c\x9a\x3f\xb8\x03\xe2\x9a\x97\x0f\x9f\xf9\xdd\x54\x2d\x6a\ -\xcd\xd0\x25\x02\x3b\xe1\x10\xb6\x36\x5a\xb6\x13\xa1\xf9\x83\x3a\ -\x20\xbb\x60\xdf\xc5\xdb\x1a\x31\xcc\x57\x66\xb5\x1c\x5a\x44\x88\ -\x32\x65\x1b\x17\xf6\x36\x09\x77\x42\x24\x80\xb8\xe6\x41\x53\xd5\ -\x82\x96\x02\x62\x63\x6b\x6c\xde\x5e\x76\x66\x6f\x11\x00\xc1\xe0\ -\x13\x8f\xc6\xa3\x20\xec\x0a\x60\x98\xcc\xb7\xd4\x84\xf0\x36\x74\ -\xbf\xf5\xd9\xa9\x10\x08\x3b\x5e\x03\x9a\xe6\x83\x67\x1e\xe9\x4a\ -\xda\xe6\x01\xea\x33\x5a\xf1\xd2\x25\x60\x33\x2a\x56\xf0\x94\xc3\ -\x56\xc7\x4a\x76\x7c\x97\x98\x6e\xb5\x99\xff\x66\xd4\x21\x06\x5b\ -\x92\xa6\xaa\x33\x5a\x8c\x8a\x4d\x52\x71\x3b\xc1\xbc\xce\xd4\x67\ -\xf5\x97\xce\xbd\x2e\x00\xf9\x37\xec\xdb\xfe\xb0\xdd\x02\xbe\x15\ -\x90\x78\x5f\xcc\xb7\x94\x2b\xd9\x59\x73\xf6\x16\x01\x10\x80\x8f\ -\xbd\xd3\x68\x7d\x5a\x7f\x6b\x5f\xec\x7e\x5b\xfc\xb0\xff\x31\x5f\ -\x01\xf3\x00\x95\x59\x2d\xcb\xeb\x32\x01\xe3\x00\x3c\x2d\xef\x7f\ -\xd2\xb9\xd8\xeb\xff\x05\x5e\x8a\xca\x64\xb0\x85\xd7\x95\xfd\x34\ -\xdf\x52\xe3\xeb\x56\x53\x04\x41\xd0\x99\xce\x95\x5e\x17\xc1\xed\ -\xdd\x52\xb4\xcc\xd7\x66\x75\x23\xb4\xc8\xb4\xd5\xb8\xf8\x46\x43\ -\x50\x0f\x6f\xdd\x00\x1a\x6f\x7f\xf5\x94\xc1\xd6\x21\x34\x3d\x4c\ -\xe6\x5b\xaa\x16\xb4\x84\x74\x85\x5d\x21\xd8\xf5\xce\x95\x2e\x00\ -\x66\xee\xaa\xc1\x5f\xbb\xd6\x9b\xe6\xd7\x0b\xea\x4a\x32\x2c\xaa\ -\xce\x68\x71\x47\x08\xc6\x87\x0f\xfd\xdb\x5d\xed\x5c\xee\x02\x50\ -\x2b\xe8\xb3\xed\xc3\xca\x81\xfd\x1c\xf8\x08\xf8\x18\x78\xd3\x99\ -\x5e\x18\x66\xf3\x2d\x55\x67\xb4\xe8\xa5\x3c\xc6\x02\xf0\x77\xe0\ -\x23\x64\xbf\x78\x68\x5b\xd9\xf7\x5e\xd5\x27\xfb\x5d\xdf\x81\x0e\ -\x74\xa0\xe1\xd2\x7f\x00\x72\xd2\x49\x30\x2e\xe9\xad\x3a\x00\x00\ -\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\x37\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\xe9\x49\x44\x41\x54\x58\x85\xed\ -\x94\x31\x68\x13\x61\x14\xc7\x7f\xef\x8e\x50\x8d\x20\x75\x50\x8a\ -\x93\x29\xe2\x24\xa2\xa5\x71\x11\xdc\x44\x91\x8e\x8a\x53\x41\x87\ -\xda\xa0\x49\x8a\x83\x93\x08\xea\xea\x60\x4d\x5b\x6b\xeb\xe0\xa0\ -\xa0\x58\xc4\x41\x07\xa5\x53\x71\x50\xa8\x8d\x5a\xc4\xc9\xc1\x45\ -\xa1\x88\x56\x45\x4b\xb5\xb9\xfb\x3b\x24\x67\xcf\x60\x9b\xbb\x58\ -\xec\x72\x3f\x38\xf8\x8e\x7b\xef\xff\xfe\xef\xde\xf7\x7d\x90\x90\ -\x90\x90\xb0\xca\x58\xb0\xe8\x3c\x5e\x9a\xc5\x68\xfd\x2f\x55\xc5\ -\xe7\x67\xa3\xc5\x0d\x00\x4e\xc8\x8a\xb3\x64\xc2\x4a\x13\xaa\xf5\ -\x7b\x91\xaa\x54\x32\x06\x4f\x83\x77\x21\x1f\xf0\x56\xe2\x11\xf8\ -\xa1\xf2\x4f\x52\x95\x4a\x66\xd1\x4b\x88\x1d\xdd\x17\xd7\xb5\xa4\ -\x5b\xee\x0a\xf6\x23\xc0\xe4\x83\xe9\x5f\x9a\x15\x32\xc3\x82\x46\ -\x1f\xfe\x9c\xfb\x71\x68\xfa\xc6\xe9\xef\xc1\x77\x37\x1c\x3c\x33\ -\x3d\xbe\xd0\xda\xbe\xfb\x4e\x6a\x6d\x7a\x1b\xc6\xf6\xaa\xc1\x3f\ -\x3c\xc6\x2b\x6e\x2c\x16\x97\xdd\x9e\x9b\xfd\x78\xe4\xd5\xad\x33\ -\xf3\xe1\x18\xb7\x3e\xe9\xc3\xeb\x09\x6f\x4f\xfb\xb1\x7b\x5f\xd2\ -\xdf\x36\x82\x65\x01\x93\x09\x8b\x69\x44\x60\x56\x1b\xb1\x19\xc3\ -\x99\x4f\x6d\x3d\x13\x63\xf9\x4a\x7d\xdc\x32\xaa\xb2\x6c\xae\x74\ -\x5e\xb2\xb3\xb5\x48\x1f\x11\x6d\x1c\x86\xa1\x6a\x71\xc1\x85\xa9\ -\x91\xc2\xb9\xa5\x46\xd9\xb0\xad\x6c\xef\x40\x9f\x50\x3f\x80\xaa\ -\x03\xf5\x1b\xa4\x38\x81\xae\x44\xdf\xd4\x68\xb1\xb4\xbc\xd7\x08\ -\x74\xe6\x2e\x77\x23\xbb\x0e\xb8\x02\x19\x7f\x37\x21\xe1\x58\x75\ -\x56\x9e\x61\x47\x27\x47\x0a\x37\x1b\x69\x47\x1e\x6c\x47\x6e\xb0\ -\xcb\x91\x3f\x06\xac\x01\x44\xbd\x09\x99\x83\xc9\x80\x79\xdf\x9c\ -\xc3\xe5\xab\xf9\x07\x51\x74\x63\xed\xac\x6c\x6f\xff\x5e\xe1\xdc\ -\x07\xd6\xd7\x99\x08\x7e\xfb\x57\xdf\xa1\xab\x3c\x5c\x7c\x1c\x55\ -\x33\xf6\x19\xcb\xf6\x5c\xda\x89\xe3\x3e\x12\x6c\x02\x54\xdb\xed\ -\x00\x33\xe6\x7b\x07\x26\xaf\x9d\x7a\x11\x47\xaf\xa9\x43\xde\x71\ -\x62\x68\xab\x79\xde\xb8\xc1\x16\x00\xc1\x5b\xb9\xee\xbe\xf2\x95\ -\x93\x6f\xe2\x6a\x35\x7d\xcb\xec\xca\x0f\x6c\x76\x17\xf4\x4e\xf0\ -\xd2\x4f\xd9\xc1\xe7\x83\x85\xf7\xcd\x6a\x25\x24\x24\x24\xac\x2a\ -\xbf\x00\xaf\x38\xac\x82\xe2\x51\x10\x13\x00\x00\x00\x00\x49\x45\ -\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x04\x2c\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x03\xde\x49\x44\x41\x54\x78\x9c\xed\ -\x98\xcf\x6b\x5c\x55\x14\xc7\x3f\xe7\xbe\x34\x34\x91\x8a\x60\x71\ -\x93\xb6\x2e\xb2\xd0\x90\x22\xc6\x42\x17\xad\x59\xc4\xa6\x69\x0a\ -\x5a\x35\x31\x0b\x17\x22\x4d\x13\xf0\x1f\x10\x7f\x40\x91\xa0\x82\ -\xba\x50\x0a\x2e\x34\x9d\x69\x04\x89\x05\x33\x9d\x74\x84\x9a\x32\ -\x33\x29\x23\xe2\xaa\x36\xe9\xaa\x31\x5d\x04\x6d\x2b\x88\xa6\x0b\ -\x9b\xd2\x40\x66\xe6\x1d\x17\x49\x63\xdf\x9b\x37\xc9\x64\x66\xde\ -\x34\xda\xfb\x59\xbe\xf3\xee\x79\xdf\x73\xef\xb9\xe7\xbe\x7b\xc0\ -\x62\xb1\x58\x2c\x16\x8b\xc5\x62\xb1\x58\x2c\x16\x8b\xc5\xf2\x60\ -\x21\xfe\x07\x9d\x3d\xfd\xef\x89\x31\xc7\x51\x1c\xc0\x05\xb4\xf6\ -\xb2\xaa\x8a\x00\x06\x21\xaf\xae\xfb\x7e\x3a\x7e\x6a\xe8\x5e\x63\ -\x5d\xc1\xdb\xb2\x1a\x3c\x80\xa9\x85\xc2\x9a\xa0\x38\x22\xe6\x38\ -\xe0\x99\x80\xff\x4f\x80\x65\x52\x30\x01\xaa\xee\x07\xa0\xff\xf5\ -\xb4\x0f\x40\x75\x39\x36\x2f\x05\x35\x00\xe0\x50\x4f\x7f\x47\x5e\ -\x4c\x42\x60\x9b\xc7\x05\xa8\x2c\xd7\x85\xcd\x8b\xaa\x41\xc4\x13\ -\x97\xc2\x02\xc2\x91\x74\x2c\x92\xf1\xbf\x1e\x38\x01\x00\x5d\x7d\ -\x03\x7b\x34\xcf\x79\x84\xed\xfe\x2f\x80\x71\x37\x5f\x6d\x14\x40\ -\x0d\xfe\x98\x94\x79\x71\xe8\x4e\x8e\x45\x2e\x15\x1b\x55\x94\xee\ -\xbe\xfe\x27\xf2\xae\x49\x01\x3b\xbd\x4e\x55\x11\xd9\x6c\x99\x50\ -\x18\x3c\x5c\x73\x8c\xdb\x75\x7e\xec\xd4\x6c\xb1\x41\x6b\x4e\x00\ -\x40\xd7\x8b\x47\x77\x6a\x9d\x93\x04\x9e\xf4\x99\x94\xcd\xb3\x1d\ -\x82\x82\xff\x45\x72\xf9\xae\x64\x62\xe4\xfa\x7a\x03\xd7\x24\x99\ -\x18\xb9\x9e\xad\x37\xed\xc0\xcf\x3e\x93\x80\x3a\x41\x63\x6a\x87\ -\xb0\xa2\xc1\x1f\xfc\xc5\x6c\xbd\x69\x5f\x2f\x78\x28\xf1\x18\xcc\ -\x9c\x1e\x9e\x6f\xc8\xba\xcf\x21\x5c\x28\x22\xa0\xe6\x08\x08\xb8\ -\x4e\x40\x12\x4f\x36\x64\xdd\x03\x99\xd3\xc3\xf3\xa5\xf8\x29\x59\ -\xfc\xec\xec\xf4\xd2\xae\xbd\x4f\x7d\xeb\x64\x4d\x2b\xd0\xe2\x91\ -\x02\xa6\x84\xdd\x54\x45\x44\x8a\x7c\x33\x5e\x77\xa7\xa1\xf7\xdc\ -\xb9\x2f\xef\x94\xea\x69\x43\xab\xf7\xeb\xe5\xcb\xb9\x5d\x8f\xbd\ -\x70\xc6\x69\x5c\x68\x02\x9e\x09\x52\x15\x36\x72\xf7\xd7\xb6\x90\ -\xe8\x23\xe6\xef\xd7\x13\x89\x91\xec\x06\xfd\x95\xa7\xa3\xb3\x77\ -\xe0\x63\x81\x37\x03\x1c\xba\x1a\xd6\x19\x29\x08\x1a\x10\xbc\xc8\ -\x27\xa9\xd8\xc9\xb7\x29\xe3\xbb\x65\xef\xdf\xb9\x99\xa9\x54\x73\ -\x4b\xdb\x22\x22\x07\xfd\x72\xc2\xc8\x85\xa2\x2b\xaf\xfa\x56\xea\ -\x4c\x64\xa8\x70\x44\x69\x54\x54\xc0\xe6\x66\xa6\x7f\x6a\x6e\x6d\ -\xfb\x1d\xe4\x79\xbc\xd9\x54\xd5\x19\x10\x10\x2d\x0c\xde\x15\x65\ -\x30\x15\x8f\x7e\x5e\xa1\xef\xca\xe9\xec\x1d\xec\x15\xf4\x1b\xa0\ -\xde\x67\xaa\xf8\x5f\x41\x51\x13\x90\x52\x4b\x2a\xbc\x9a\x8e\x45\ -\xe2\x95\xf8\x86\x2a\xae\xd4\x81\x9e\xc1\x4e\x23\x7a\x16\x78\xc8\ -\x6b\x51\x85\xf2\xfe\x1a\x15\x8c\x14\x6a\xbc\x8d\xe8\x4b\xa9\x58\ -\x74\xb2\x3c\xa5\x5e\xaa\x9a\xaa\x87\xfa\x8e\xed\x75\x5d\xf9\x1e\ -\x78\xd4\x63\x50\x14\xd9\x60\x26\x28\x06\x29\xd0\x77\xd3\x55\x39\ -\x3c\x19\x3f\x79\xb1\x32\xa5\xff\x52\xf5\x6a\xd5\xf9\xf2\x40\x8b\ -\x18\x52\x40\x93\xcf\x54\xfa\x76\x08\xb8\xd1\x01\x37\xd4\xa5\x2b\ -\x3d\x1e\x99\xa9\x82\xcc\x55\xaa\xde\x10\x49\x8f\x47\x66\xf2\xaa\ -\xfb\x81\xab\x3e\x53\xf0\x11\xe6\x43\x09\x0c\xfe\xaa\x1a\xb3\xbf\ -\xda\xc1\x43\x48\x1d\xa1\x0b\xf1\xe8\x6f\xe2\xd6\xb5\x2b\x4c\x79\ -\x0c\xcb\x29\xbd\xd6\xc9\xe3\xf8\x0b\x9e\xc2\x54\x9d\xc9\x3f\x9b\ -\x1e\x1b\xbe\x16\x82\xd4\xf0\x5a\x62\xc9\xf1\x2f\xfe\xdc\xb2\x75\ -\xb1\x03\xe5\x07\xbf\x4d\x03\x27\x21\xf0\x4e\x91\xd9\xb2\x75\xb1\ -\x63\x62\x6c\xe4\xaf\x10\x24\x02\x21\xf7\x04\x27\x46\x47\x6f\x65\ -\x1f\xce\x75\x23\xfa\xdd\xbd\xcf\x57\x96\xd8\x11\x41\x64\x35\x2b\ -\xbc\x59\x2f\x90\xc8\x6e\xcb\x1d\x9e\x18\x1d\xbd\x15\xa6\xc6\xd0\ -\x6f\x72\xcb\xf7\x87\x23\x31\xa7\x71\xe1\x71\xe0\x69\x9f\x59\x08\ -\x2c\xc4\xfa\x55\xf6\xe6\x8e\xd7\x32\x67\x4f\x2c\x85\xad\xaf\x26\ -\x5d\xe1\x4c\x66\x28\xb7\x6f\x77\x53\xbf\x22\x9f\xad\xff\xb6\x7e\ -\xba\x6f\xf7\x8e\x63\x99\xcc\x50\x2e\x7c\x65\xb5\xbd\xc3\x02\xc8\ -\xc1\x57\x06\xde\x41\xf9\x30\xd0\xa8\xfa\x6e\x32\x1e\xfd\x88\x1a\ -\x36\x1c\x6b\xde\xcc\x98\xbb\x32\xf5\x63\x73\x6b\xdb\x1f\x2b\xf7\ -\x87\xbb\xa8\x28\x6f\x24\xe3\xd1\x13\xb5\xd6\x73\x5f\xba\x39\x73\ -\x57\xa6\x2f\x35\xb7\xee\x69\x64\xb9\xcf\x78\x5b\x94\xa3\xc9\x78\ -\xe4\xeb\xfb\xa1\xc5\x62\xb1\x58\x2c\x16\x8b\xc5\x62\xb1\x58\x2c\ -\x16\x8b\xc5\xf2\xa0\xf1\x0f\x64\x76\x37\x12\x6f\xd4\x61\x03\x00\ -\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\x2a\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\xdc\x49\x44\x41\x54\x58\x85\xed\ -\x95\xbf\x6b\x53\x51\x14\xc7\x3f\xdf\x9b\x68\x4a\x07\xab\x06\x2a\ -\xb5\xab\x2e\x82\x54\x92\x06\x51\xe9\x6c\x8b\x9d\x44\x07\x51\x70\ -\x32\x3f\x14\x2b\xfe\x05\x21\x9b\x93\xc5\x18\x85\x66\xea\xe6\xe2\ -\xa0\xa0\x54\xbb\x05\xec\x52\x1a\xd4\xbf\x40\xa7\xaa\x83\xe2\x24\ -\xb4\x4d\xee\x71\xc8\xb3\xa9\x69\xaa\xcd\x6b\xc4\xe5\x7d\xe0\x0d\ -\xef\xde\x7b\xce\xf9\x70\xee\xbb\xef\x42\x44\x44\x44\xc4\x7f\x46\ -\x61\x03\xcf\xe4\xef\x8f\xae\x5b\xfc\xa5\x60\xac\xb9\x4f\xa3\x6f\ -\x2b\xb7\x57\xc3\xe4\x71\x61\x82\x4e\xe7\x1e\x1c\x5f\xb7\xf8\x1b\ -\xc1\x18\x80\xdb\xb0\xa5\xd4\xcd\x47\xc7\xc2\xe4\xea\xb9\x03\x99\ -\x1b\xb3\xa7\x70\xb1\xd7\x06\xc3\x1d\x53\x5f\x1c\x9c\x5f\x9e\x9b\ -\x79\xdf\x4b\xbe\x9e\x3a\x90\x2a\x94\x27\xcc\xc5\x6a\x06\xc3\x18\ -\x06\x34\x5b\x8f\x0c\x38\xe2\xa1\x96\x2a\x94\x27\xfe\x89\x40\x2a\ -\x5f\x99\x76\x9e\x45\xe0\x80\x81\x21\x7c\x7b\xd6\xbc\x99\x0c\x18\ -\x72\x9e\xc5\x74\xb6\x7c\xa1\xaf\x02\x99\xdc\xc3\x6b\xce\xfc\x33\ -\x60\x00\x30\xb1\xb5\x78\x0b\xc9\x7c\xd0\x95\x01\x89\xe7\x99\x7c\ -\xf9\xea\x6e\x72\xc7\xfe\xb6\x20\x9d\x2d\xcf\x20\xaa\x81\xac\xd1\ -\xa5\x78\xdb\x02\xc3\x10\xc2\x01\x17\x47\xc6\x27\xbf\x7d\xaa\xbf\ -\x5a\x0e\x29\x60\x4a\xe7\x92\x25\x89\x7b\xc1\x80\x0f\x04\xfe\x8c\ -\x30\x13\x08\x24\x34\x75\x34\x33\xa9\xd5\x95\x85\x1a\x94\x76\x58\ -\xde\x8d\x62\xd1\x8d\x7f\x4e\x96\x81\x5b\xb4\xaa\x7a\xed\xa6\xf8\ -\x56\x7d\x4c\x42\x2e\x78\xa9\xac\x8c\x7c\xbd\x43\xa9\xb4\x7d\xeb\ -\x3a\x07\x4e\x5c\x2e\xee\x1f\x3c\x9c\x9c\x07\xae\x00\x98\xf0\xb2\ -\xde\x8a\x6f\x4a\x08\xc9\x36\xbf\xb3\x27\x66\x89\xeb\xf5\x6a\x6e\ -\x63\x47\x81\x74\x76\x6e\x50\x6e\xed\x29\xc6\x14\x06\x26\xf3\x6a\ -\x1d\xb1\xd0\xfc\xd6\x09\xb1\x60\x3e\x71\xa9\x5e\xcd\xfd\xd8\x26\ -\x70\xb2\xf0\xf8\x50\xc2\x1a\x2f\x30\xce\x06\x81\x7b\x2e\xde\x96\ -\x40\x6a\x9f\xb8\xa5\xc6\x5a\x73\xfa\xdd\xfc\xdd\xef\x00\xf1\x5f\ -\x8b\x12\xbe\xf1\x01\x18\x6a\x9b\x29\xd4\x6f\xba\x1b\x1d\xfb\x7c\ -\x2e\x9e\x88\x7f\x04\x0e\x42\xc8\xbb\x60\xef\xf4\xa5\xb1\x11\x11\ -\x11\x11\xfd\xe1\x27\x68\xea\x98\xa0\x5e\x6e\x43\xde\x00\x00\x00\ -\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\x18\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\xca\x49\x44\x41\x54\x58\x85\xed\ -\x96\x3f\x48\xc3\x40\x14\xc6\xbf\x97\x0a\x29\x08\xd5\x5d\xa9\x8b\ -\xb8\x76\x15\x41\x5c\x8c\xae\xd2\x58\xc4\x21\x2e\xad\x2e\xba\x14\ -\x44\x5c\x9c\x3a\x38\x08\x2e\xc5\xa5\x56\x1c\x5c\x94\x92\x82\xd0\ -\x45\xb3\x08\x22\x38\xda\xd1\xc1\xa1\x38\xb8\x08\xfe\x19\x0a\x85\ -\xe6\x9e\x8b\xa9\x35\x35\x69\xd2\xbf\x83\xfd\xa6\x77\xc9\xcb\x7d\ -\xbf\xbc\xbb\x7b\x1c\xf0\xdf\x45\x6e\x2f\x17\x34\x6d\x58\x94\x83\ -\x29\x02\x47\x01\x4c\xb4\xe9\x55\x02\x58\x97\x2b\x81\xbd\x42\x21\ -\x53\x6e\x0a\xb0\xa0\x69\xc3\x5c\x0e\xde\x01\x1c\x69\xd3\xd8\x26\ -\x2a\xca\x15\x9a\xb1\x20\x24\xa7\x34\x51\x0e\xa6\x3a\x6f\x0e\x00\ -\x1c\xa9\xc8\x66\xca\x1a\x39\x02\x7c\x97\xbd\x4b\x22\xd5\x8a\x86\ -\x5c\xb2\x7e\xad\xb9\xa1\x67\x5d\xf7\x4b\x33\x29\x6a\x82\xff\x9a\ -\xdb\xb1\x02\xbd\xd2\x00\xa0\x61\x0f\xcc\xc7\x36\xc2\x64\x9a\x73\ -\x0d\xcf\xd5\xf8\x96\xd3\x24\x12\x49\x82\x85\x28\x8e\x06\x3e\xef\ -\x73\xb9\x9c\xd9\x32\xc0\xfc\x72\x7c\x9b\x84\xd8\x07\x51\x03\x18\ -\x81\xd2\x4e\x93\x30\x33\x40\x84\x37\x31\x72\xbb\x18\xdd\x58\xb9\ -\xca\x67\x5e\xbc\x02\xd4\x96\x40\x51\x13\xab\xc4\x74\x60\x87\xf2\ -\x23\x02\x66\x4d\x12\x17\xb1\x58\x2c\xe0\x1b\x00\xc0\x4e\xab\xc6\ -\x76\x88\x77\x33\x34\xed\x35\xbf\xfe\x6f\xed\x5d\xef\xc8\x87\xef\ -\x12\x80\xb1\x1a\x84\x24\x45\x00\xdc\xf9\x05\xf8\xd5\x68\x0c\x3d\ -\xeb\xb8\xe9\xec\x52\xd4\x04\x00\x6c\x5a\x63\xc1\xc2\xf3\xe9\xea\ -\xfb\x31\x1c\x00\x0c\x00\xfa\x0e\xd0\x72\xd7\x73\x13\x81\xd2\x8a\ -\x9a\x70\x6c\xdd\x00\x4a\x56\xd0\xa7\x0a\xb0\x6e\x45\x5d\xa9\x80\ -\xbb\xa8\x28\x57\xa4\x3d\x6b\xd4\xcb\x0a\x94\x00\x3e\xac\xbf\x11\ -\x03\x75\xed\x57\x51\xd7\x3f\x00\x0e\x75\xc4\x8a\x79\xcd\xc8\x9f\ -\x9c\x79\x49\xad\x55\x80\x20\x8c\x8e\x98\x03\x55\x32\xc5\x8d\xd7\ -\xe4\x9f\x25\xa8\x8a\x24\x18\xaf\x6d\xdb\x33\x76\xaf\x2f\x4f\x9f\ -\xbd\xa6\xd7\x2e\x0e\x4f\x8f\x0f\x9f\x93\x53\x91\x73\x92\x28\x0c\ -\x48\xe3\x00\x64\x5f\xb6\x40\x91\x88\x92\x86\x9e\x3d\xf6\xf1\xdd\ -\x40\xf8\x02\x67\xdb\x80\xa5\xc9\x72\x5a\xc9\x00\x00\x00\x00\x49\ -\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\x9b\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x4d\x49\x44\x41\x54\x58\x85\xed\ -\xd7\xc1\x09\x00\x20\x08\x46\x61\x8b\x46\x72\x80\xb6\x71\x9f\xe6\ -\x09\x5c\xad\x0d\x32\xa5\xe3\x7b\xc7\x1f\x84\xef\xaa\x08\x25\x53\ -\x5b\xae\xb6\xfc\x75\x8f\x1a\x05\xc3\x4c\xee\xd7\x7a\xe5\xe8\x67\ -\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x90\xff\x8c\ -\x9a\xec\xd4\x4e\x41\x07\x39\xb5\x09\xe5\x39\xad\x0d\x4e\x00\x00\ -\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\xcd\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x7f\x49\x44\x41\x54\x78\x9c\xed\ -\xd9\x51\x0d\x80\x30\x10\x05\xc1\x03\xff\xca\x50\x41\x83\x10\x90\ -\xb1\x24\x9d\x31\x70\x2f\x9b\xfe\x75\x26\x74\xaf\xe7\xbd\xd7\xf3\ -\x96\x1b\xce\xf2\xf8\x1f\x08\x50\x0f\xa8\x09\x50\x0f\xa8\x09\x50\ -\x0f\xa8\x09\x50\x0f\xa8\x09\x50\x0f\xa8\x09\x50\x0f\xa8\x09\x50\ -\x0f\xa8\x09\x50\x0f\xa8\x09\x50\x0f\xa8\x09\x50\x0f\xa8\x09\x50\ -\x0f\xa8\x09\x50\x0f\xa8\x09\x50\x0f\xa8\x09\x50\x0f\xa8\x6d\x1f\ -\xe0\x28\x8f\xd7\x5f\xe3\x33\xf1\x0b\x38\x66\xae\xf2\x3e\x00\x00\ -\x00\x00\x00\x00\x00\x6c\xe2\x03\x9c\x6d\x0b\xf4\x94\x3b\x8d\x4b\ -\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\xcb\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x7d\x49\x44\x41\x54\x78\x9c\xed\ -\xd9\xc1\x0d\x80\x20\x14\x05\x41\xb4\x29\xba\xa6\x10\x8b\x12\xcb\ -\x58\x13\x66\x1a\xf8\x2f\x1b\x6e\x8c\x11\x9a\xeb\xdd\x73\xbd\xbb\ -\xdc\x70\x97\xc7\xff\x40\x80\x7a\x40\x4d\x80\x7a\x40\x4d\x80\x7a\ -\x40\x4d\x80\x7a\x40\x4d\x80\x7a\x40\x4d\x80\x7a\x40\x4d\x80\x7a\ -\x40\x4d\x80\x7a\x40\x4d\x80\x7a\x40\x4d\x80\x7a\x40\x4d\x80\x7a\ -\x40\x4d\x80\x7a\x40\x4d\x80\x7a\x40\x4d\x80\x7a\x40\xed\xf8\x00\ -\x57\x79\xbc\xfe\x1a\x1f\xa3\x7f\x01\x4f\x7c\x1f\x00\x00\x00\x00\ -\x00\x00\x00\x4e\xf0\x01\xb9\x04\x09\xb0\x92\x01\xea\x01\x00\x00\ -\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x03\xbb\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x03\x6d\x49\x44\x41\x54\x78\x9c\xed\ -\x9b\xbd\x6f\x13\x31\x18\xc6\x9f\xf7\x2e\x15\x13\x08\xa6\x22\x35\ -\xc4\xbd\x88\x05\x06\x40\x82\x85\x1d\xca\x00\x62\x80\xa1\x0b\x12\ -\x7f\x01\x1f\x1b\xb4\x03\x08\x24\x3e\xc4\xc4\xc7\x5f\x80\xc4\xd2\ -\x01\x06\x04\x03\x85\x9d\x05\x24\xca\xd0\x6e\x77\xe7\x24\x1d\x60\ -\x00\xc4\x56\x91\xe4\x61\x48\x24\x2e\x77\x17\x68\xe3\xbb\xb8\xa5\ -\xfe\x6d\x7e\xfd\xc6\x79\xfc\xc4\x67\x5b\x39\x1b\x70\x38\x1c\xdb\ -\x19\x59\x4f\x12\xc9\x8a\xd6\xad\xb3\x14\xce\x0a\xe4\x18\x80\x29\ -\x00\x3b\xca\x95\xb6\x61\xd6\x00\xac\x12\xfc\x20\x94\x05\xa5\xaa\ -\x2f\x45\xa4\xfd\xaf\x0f\xfd\xd3\x00\xad\xf5\x49\x42\x1e\x01\x72\ -\xa0\x10\x99\xe3\x63\x59\xd0\xbd\xaa\x94\x7a\xfb\xb7\x24\x6f\x58\ -\x05\x49\x89\x1b\xad\x79\xc2\x5b\xdc\x82\x9d\x07\x80\x83\x84\xb7\ -\x18\xe9\xd6\x1c\xc9\xa1\x3f\xf4\x50\x03\x74\x73\x75\x0e\xe4\x9d\ -\x72\xb4\x8d\x0f\x01\xef\xc6\x8d\xd5\xeb\xc3\xeb\x73\xe8\x0d\x7b\ -\x6f\x31\x15\xfe\x0e\xe2\x06\xd0\x79\xad\x94\x6a\x88\x48\xa7\x50\ -\xa5\x86\x90\xf4\xb5\xd6\x35\xc0\x3f\x0d\xc1\x6d\x00\x7b\x92\xf5\ -\x82\xee\x4c\xde\xe3\x90\x31\x80\x64\x45\x37\x9a\x9f\x07\x87\x3d\ -\xdf\x75\x3b\xed\x0b\xf5\x7a\xfd\x4b\x09\xda\x0b\x27\x0c\xc3\x49\ -\xcf\xaf\x3c\x03\xe4\x44\x22\xbc\xac\x6a\xd5\xc3\xe9\x89\x31\x63\ -\x40\x1c\x37\xcf\x41\xf0\x3c\x11\xfa\xd6\xfe\x35\x71\x60\xff\xfe\ -\xbd\x5f\xcb\x12\x5c\x06\x3d\x13\x26\x56\x90\x1c\x09\xc4\xf9\xe9\ -\xe9\x7d\x2f\x92\x79\x99\x39\x80\xc2\xd9\xc1\x00\x6e\x6e\xb5\xce\ -\x03\x40\xbd\x5e\xff\x22\xc0\xcd\x64\x2c\xd3\x37\xe4\x18\xd0\x5f\ -\xe7\x13\x74\x5e\x17\x2d\x6e\x5c\x90\x9d\x57\xc9\xb2\x40\x8e\xa6\ -\x73\xf2\x56\x81\xa9\x64\x41\x29\xd5\x28\x58\xd7\xd8\xc8\xd1\x5e\ -\x4d\xe7\xe4\x19\x30\xb0\xc3\xdb\x6c\xb3\xfd\x46\xc8\xd1\x9e\xd9\ -\xbd\x0e\xdd\x07\x6c\x17\x9c\x01\xb6\x05\xd8\xc6\x19\x60\x5b\x80\ -\x6d\x9c\x01\xb6\x05\xd8\xc6\x19\x60\x5b\x80\x6d\x9c\x01\xb6\x05\ -\xd8\xc6\x19\x60\x5b\x80\x6d\x2a\x45\x34\x12\x36\x1a\x33\x1e\xe4\ -\x01\x88\x43\x58\xe7\xbb\x06\x03\x08\x60\xa9\x2b\xbc\x56\xaf\xd5\ -\xd2\xff\x5b\x6e\x18\xe3\x11\x10\xe9\xd6\x45\x8f\xf2\x06\xc4\x61\ -\x94\xdf\x79\xf4\xbf\xe3\x88\x47\x79\x13\xe9\xd6\x45\xd3\xc6\x8c\ -\x0c\x88\xa2\x68\xb7\x80\x4f\x4c\x45\x8c\x8a\x80\x8f\xa3\x28\xda\ -\x6d\xd2\x86\x91\x01\x22\x95\xe3\x00\x76\x9a\xb4\x61\xc8\xae\xbe\ -\x86\x91\xd9\xf6\x93\xa0\x91\x01\x64\xfb\x3d\x80\x9f\x05\x69\x19\ -\x85\x9f\x7d\x0d\x23\x63\x64\x40\x10\x04\x3f\x08\xb9\x6c\xd2\x86\ -\x09\x84\x5c\x0e\x82\xe0\x87\x49\x1b\xc6\x8f\x40\xa0\xaa\x4f\xbb\ -\xc2\x53\x00\x3e\xa1\xb7\x44\x95\x0d\x21\x58\xea\x0a\x4f\x05\xaa\ -\xfa\xd4\xb4\xb1\x42\xf6\x01\xfd\xf5\xd8\x78\x4d\xb6\x81\x9b\x04\ -\x6d\x0b\xb0\x8d\x33\xc0\xb6\x00\xdb\x38\x03\x6c\x0b\xb0\x8d\x33\ -\xc0\xb6\x00\xdb\x38\x03\x6c\x0b\xb0\x8d\x33\xc0\xb6\x00\xdb\x38\ -\x03\x72\x62\x6b\xc9\x02\x49\x7f\x4c\x5a\x0a\x27\x47\xfb\x5a\x3a\ -\x27\xcf\x80\xd5\x64\xa1\x77\xfc\x74\x6b\x92\xa3\xbd\x95\xce\xc9\ -\x1e\x94\x04\x3f\x0c\x46\xfc\xd3\x85\xaa\x1a\x23\x22\xfe\x99\x64\ -\x99\xe0\xc7\x74\x4e\xf6\xa0\x24\x65\x61\x30\x80\xdb\x61\x18\x4e\ -\x16\xae\xae\x64\xc2\x30\x9c\x24\x70\x2b\x19\xcb\xf4\x0d\x39\x06\ -\x28\x55\x7d\x09\x70\x25\x11\xda\xe3\xf9\x95\x67\x5b\xc9\x84\x3f\ -\x87\xa5\x07\x4e\x8c\x2f\xf7\xfa\x36\x48\x76\x04\x88\xb4\x05\xbc\ -\x92\x8a\x9e\xf0\xfc\x89\x15\xad\x9b\x97\xe2\x38\x0e\x36\xe3\xc4\ -\x48\xd2\x8f\xe3\x38\xd0\xba\x79\xa9\x77\x48\x7a\xe0\xa4\x38\x04\ -\xdd\xab\x79\x57\x68\x86\xbe\xca\x8a\x1b\xad\xf9\xff\xe1\xc2\x04\ -\x00\x10\x32\x1f\xa8\xea\xbd\xbc\xba\xa1\xfb\x00\xb5\x6f\xea\x1e\ -\x21\xf3\xe5\xc9\x1a\x0b\x24\x30\x37\x5d\x9b\xba\x3f\x2c\x61\x9d\ -\x97\xa6\xbc\x87\x00\x0e\x16\x2a\xad\x7c\xd6\x75\x69\x6a\x94\x6b\ -\x73\x47\xd1\x3b\x75\xbd\x19\xaf\xcd\xb5\x08\x7e\xdc\xc8\xb5\x39\ -\x87\xc3\xb1\xbd\xf9\x0d\x9c\xbe\x20\xb7\xf5\xf6\x9b\x02\x00\x00\ -\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x04\x8a\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x04\x3c\x49\x44\x41\x54\x78\x9c\xed\ -\x9b\x4f\x88\x1c\x45\x14\xc6\xbf\xd7\x33\x99\xc4\x3f\x2b\x62\x16\ -\x15\x24\x78\x11\xff\x5c\x04\x77\x3b\x7a\xf0\xe0\x22\x26\x12\xc1\ -\x3f\x2c\x22\x1e\x04\x35\x9a\x99\xd9\x24\x33\xbb\x11\x09\x28\xea\ -\xb8\x98\x80\x41\x31\x6e\x8f\xba\x99\x4e\xc4\x1c\x44\xd1\x53\x0c\ -\x62\x64\x83\xb0\x90\x83\x91\xd9\x59\x30\x20\x82\x78\x10\x11\x49\ -\x84\x28\xea\x06\x75\x37\x5d\x9f\x87\x5d\x35\xe9\xea\x68\x26\xa9\ -\xaa\x2e\x70\x7e\xc7\x3a\xd4\xf7\xea\xab\x57\xaf\x5f\x75\xcf\x00\ -\x3d\x7a\xf4\xf8\x3f\x23\xa6\x26\x0a\xcb\x13\xcf\x43\xe4\x19\x01\ -\x48\xca\xb6\x99\xb8\x36\x6e\x6a\x6e\x9b\x04\xc6\x66\x12\x79\x16\ -\x40\x81\x40\x11\x82\x46\x58\x6d\x0e\x19\x9b\xdb\x22\xe6\x0c\x38\ -\x6d\x2e\x0a\xc8\xfd\x03\x23\x13\x83\x06\xe7\xb7\x82\x31\x03\x08\ -\xa8\xd4\x50\x5f\xa0\xe4\xe3\x70\xe4\xd5\xeb\x4c\x69\xd8\xc0\x98\ -\x01\x02\x30\x63\xb8\x1f\x2a\x38\xb8\x7a\xe3\xeb\xab\x4c\xe9\x98\ -\xc6\xe4\x11\x38\x13\xab\x98\x24\x53\x83\xe5\x97\xfb\x1d\x68\x75\ -\x8d\x0b\x03\x00\xe0\x7a\x91\xd2\x81\x5b\xd7\xef\xe8\x73\xa4\x77\ -\xd6\x58\x33\x80\xd4\x8e\x44\x38\xbf\xec\x82\x7d\xd7\xd4\xa2\xe5\ -\xb6\x34\xcf\x05\x6b\x06\x88\x40\x21\x55\x17\x08\xdc\x7e\xe9\x3c\ -\xde\x19\x6a\x34\x8a\xb6\x74\xbb\xc5\xf6\x11\x50\x80\xa4\x33\x61\ -\x78\xee\xe8\x65\xbb\x00\x1a\x6b\xc2\xce\x07\x07\x35\x80\x0a\x4c\ -\x9b\x20\x8f\x85\xe5\xe8\x45\xfb\xda\xff\x8d\x9b\x22\x28\x4c\xf7\ -\x08\x80\xc8\xd6\xb0\xda\xdc\xea\x44\xff\x5f\x70\xf5\x14\x00\x80\ -\x44\x1b\x21\x77\x0c\x96\x27\x1e\x77\x18\x83\x86\x4b\x03\xb2\xba\ -\x45\x88\x48\x6b\x75\x25\x1a\x76\x19\xc7\xa9\x38\x35\x60\xa9\x5b\ -\x4c\x9b\x10\x10\x78\x37\xdc\x10\xdd\xe1\x32\x96\xbf\xc5\x73\xd0\ -\x24\xa0\xd5\x84\x12\x02\xec\x0b\xab\xd1\xcd\xae\x83\xc9\xc3\x00\ -\x00\x42\xea\x85\xf1\x22\x10\x1f\x0d\x6c\xdc\x79\x83\xcb\x48\x72\ -\x32\x00\x10\x0a\x33\x6a\xc2\x4a\x49\x8a\x07\x6f\xda\xf4\xda\xd5\ -\xae\xe2\xc8\xcd\x00\x60\xb1\x26\xa4\x4d\x10\xf0\xaa\xc2\x49\x35\ -\x75\x63\x75\xf2\x72\x17\x31\xe4\x6a\x00\xb0\x64\x82\x7e\x6f\xb8\ -\xb6\xc4\x85\x03\xb7\xd4\xa2\x4b\x6c\xeb\xe7\x6e\x00\xb0\x78\x6f\ -\xa0\xfe\x3e\x61\x20\x59\xc0\xfe\xa1\x47\xde\x5a\x61\x53\xdb\x0b\ -\x03\x00\x40\x00\x85\x74\x26\x10\xb7\xcd\x95\x7e\x7d\xcf\xe6\xe5\ -\xc9\x1b\x03\x00\x00\x92\x61\x82\xe0\x9e\x13\xc7\xfa\xf7\xa0\xd1\ -\xb0\x12\xab\x5f\x06\x00\x80\x88\x62\xea\x06\x49\xf2\xe1\xf0\xe8\ -\xca\x97\x6c\xdc\x20\xfd\x33\x00\x84\x80\x0a\xd4\x5e\x31\x3e\x11\ -\x96\x9b\x4f\x99\x56\xf3\xd0\x80\x45\x44\x24\xd1\xca\xa2\x60\x7b\ -\x58\x8d\x2a\x26\x75\xbc\x35\x80\x00\x32\xba\x45\x80\x98\x0c\x2b\ -\xd1\xfd\xa6\x74\xbc\x35\x00\x00\x24\xbb\x65\x16\x00\x4d\x53\x1a\ -\x5e\x1b\x00\xe0\x4c\x75\xcf\xd8\x63\xd1\x9b\x97\x93\x59\x2c\x2d\ -\x3d\x6b\x93\xde\x34\xa5\xe1\xaf\x01\x02\x28\xa2\x90\xde\x7f\x81\ -\x6c\x6a\xb7\x6a\x6f\x98\x92\xf1\xd4\x00\x01\x49\x6d\xf1\xa4\x3c\ -\x37\x13\x9b\x5b\x3c\xe0\x6f\x0d\x08\xb4\x9d\x17\x44\x9d\x78\xf3\ -\x36\xd3\x42\x1e\x66\x80\x04\x7a\xe5\xe3\xdb\xed\x2b\x7e\xdc\x92\ -\xf1\x8d\xe1\xbc\xf1\x2b\x03\x08\x6d\xf1\x02\x7e\x48\xae\x58\x8f\ -\xf1\x71\xbd\x27\x30\x80\x47\x06\x48\x00\x41\x6a\xf1\x38\x54\xbc\ -\x30\x79\xa0\x13\x57\x16\x6c\xa9\xfa\x71\x04\x88\x00\x72\xfa\xce\ -\x13\xf8\x9c\x5c\x7e\xf7\xa7\x3b\xeb\xbf\xd9\x94\xf6\x21\x03\x24\ -\xbd\xf3\x20\xbe\x2e\x26\xea\xce\x4e\x5c\xf9\xd9\xb6\x78\xae\x06\ -\x70\xb1\xd7\x09\x52\x83\xdf\x17\x83\x64\xcd\x67\x7b\xc6\x8e\xb9\ -\x88\x21\xcf\x23\x20\xa2\x6f\xc0\x4f\xc2\x60\xed\xe1\x5d\xf5\x6f\ -\x5c\x05\x91\x4b\x06\x50\x32\x76\x1e\x38\xa1\x02\xdc\xd5\xde\xbd\ -\xf9\x0b\x97\xb1\xe4\x61\x80\x08\x35\xdd\x05\x12\xc3\xb3\x93\xf5\ -\xc3\xae\x83\x71\xfc\x71\x94\x59\x3b\x4f\x11\x3e\xd4\x89\xeb\x53\ -\x2e\x63\xf9\x0b\xa7\x35\x40\x20\xba\xe1\x64\xb5\xdd\x1a\x7d\xdf\ -\x65\x1c\xa7\xe2\x32\x03\x0a\xe9\x01\x01\x9f\x9e\x89\x47\x63\x87\ -\x31\x68\x38\x31\x80\x59\x3b\x0f\xbc\xd2\x6e\xd5\x73\xff\x99\x8c\ -\x83\x23\x20\x81\x40\xeb\xf2\xf6\x76\x5a\xb5\x27\x6d\x5c\x6e\xba\ -\xc5\x76\x06\x64\xdc\xec\xf0\x41\xdf\x95\xc7\x37\xf8\xb0\x78\xc0\ -\x62\x06\x90\x08\x24\xdd\xe2\x02\xd3\x17\xff\xd1\xf7\xe0\xf4\x78\ -\xfd\xa4\x2d\xdd\x6e\xb1\xf9\x43\xc9\xf4\xe2\x67\x0b\x25\xdc\x3b\ -\xbd\xf7\xd1\xdf\x6d\x69\x9e\x0b\xae\x1e\x83\x5f\xcd\xcb\xb2\x75\ -\x47\x9a\x23\xbf\x38\xd2\x3b\x6b\x5c\x18\xf0\x1d\xa9\xd6\x1c\x69\ -\x8d\xfc\xe0\x40\xab\x6b\x4c\xfe\x61\x22\xeb\x05\xfe\x71\x55\x48\ -\xd6\x76\xe2\xb1\x6f\x4d\xe9\x98\xc6\x58\x06\x64\xdc\xec\xe6\x44\ -\xa9\x75\xb3\xad\x2d\x5f\x9a\xd2\xb0\x81\xc1\x0c\xf8\xe7\x13\x16\ -\x21\x14\xf0\xbe\xf6\xee\xb1\xb6\xa9\xf9\x6d\x61\xf0\x5f\x63\xc1\ -\x76\x21\x12\x40\x12\x80\x2f\xb4\x5b\xa3\x9f\x18\x9b\xbb\x47\x8f\ -\x1e\x3d\x2c\xf1\x27\x17\xaf\x43\xaf\x5e\x06\xce\xc3\x00\x00\x00\ -\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\xd2\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\x84\x49\x44\x41\x54\x58\x85\xed\ -\x97\xcd\x4a\x23\x41\x14\x85\xbf\xd3\xba\xd5\x85\x32\xfa\x26\xe9\ -\x0c\x8a\x2f\x90\x61\x04\x03\x3e\x84\x60\x56\x62\xe6\x11\x26\x82\ -\x0b\x23\xb8\x1f\xdc\x0d\xd8\xe0\x22\x2f\x30\x20\xa6\x7d\x13\x15\ -\x07\x24\x6b\xfb\xcc\xc2\xae\x20\x49\x6c\x31\x76\x74\xc0\x3e\xab\ -\xe2\xd6\xa5\xce\x57\x3f\x14\xf7\xc2\x67\x97\x46\x03\xf5\x33\xaf\ -\x65\xb8\x8d\xa8\x0b\xbe\x94\x61\x62\xb8\xc5\xf4\x23\xd4\xe9\x37\ -\x75\xf1\x2c\x40\x9c\x78\x0f\x7c\x30\x09\xac\x24\x65\x58\xfb\x69\ -\x53\x87\x63\x00\x71\xe2\x75\xf0\x1f\xe0\x1e\xab\x15\x3d\xd0\xbb\ -\xdc\xd6\xdf\x32\x5c\xbf\xfe\xf6\x52\x36\x47\x03\xb9\x0b\x2c\xca\ -\xda\x08\x27\x31\x1f\x92\x6c\xef\x4b\x08\xab\x95\x36\x75\x5a\x86\ -\x71\x50\xbe\x91\xd3\x5a\x62\x09\xff\xca\x70\x1b\xf8\x0e\x10\x0d\ -\xb3\x44\x1d\x20\x7a\xa0\x57\xa6\xf9\x88\x7a\x00\x12\x71\x08\x0c\ -\x01\xc2\x83\x2b\xeb\xd8\x27\xe9\x6a\x4b\x77\xf9\x70\x65\x0c\xe0\ -\xa3\x54\x01\x54\x00\x1f\x0e\x30\xff\x52\x42\x7c\xe6\x1d\xe4\x9f\ -\xc0\xc2\x2b\xd7\x1e\x60\xfd\x48\x9b\x3a\x29\x4a\x2a\x3c\x81\xf8\ -\xdc\xab\xc8\xc7\x53\x98\x03\x2c\x20\x77\xe3\x73\xaf\x4e\x0d\xf0\ -\x1e\x2a\x04\x48\x37\x75\x8d\xb5\x0b\x0c\xa6\x58\x7b\x80\xd5\x4a\ -\x37\x75\x5d\x94\xf4\xe2\x1b\xc8\xef\xb0\xf0\x1e\xdf\xa2\xff\xfb\ -\x0a\x2a\x80\x0a\xe0\x5d\x01\x0c\xb7\xf0\x58\x40\xce\xca\xac\x96\ -\x78\x39\x1f\xde\x8c\x01\x60\xfa\x00\xd9\x1c\x8d\x59\x01\xc0\xe3\ -\xda\x36\x69\x08\x0c\x3f\xa2\x08\x75\x8c\xbf\x21\x77\x6b\x89\x05\ -\xf4\x9e\xd4\x70\x6f\x52\xbe\xf3\x86\xf0\x11\x90\x45\xa8\x13\xe6\ -\x26\x35\x26\x1d\x66\xf7\x36\x9e\x6f\x4c\x82\x42\x6b\x96\x97\xce\ -\x2b\xa3\xf3\x53\xea\xc6\x26\x9d\xd4\x9a\x55\xfa\x07\xf1\xe4\x84\ -\x86\xea\x09\x57\xf9\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\ -\x82\ -\x00\x00\x02\x22\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\xd4\x49\x44\x41\x54\x58\x85\xed\ -\xd6\x31\x6b\x14\x41\x18\xc6\xf1\xff\x33\x17\x8d\x20\xd1\x74\x1e\ -\xde\xed\xad\x1c\x96\x82\xb6\x16\x96\x92\x26\x56\x22\x36\x82\xb6\ -\x16\x92\x4f\x20\x22\x7e\x01\x51\xb0\x16\xb1\x10\xc4\xee\x10\xc5\ -\xd2\xc2\x5a\xb8\x52\x48\x76\x37\x91\xb3\x51\x03\x11\x8c\x72\xf3\ -\x58\xec\x5d\x5a\x6f\xef\x96\x4d\xa1\xd3\xec\x2e\xcc\x3b\xcf\x6f\ -\xdf\x9d\x81\x85\x7f\x7d\x68\x96\x49\x5b\x59\xfe\x0d\xa4\x56\xa0\ -\x9f\x24\xc9\xd7\x3a\x01\x61\xb6\x69\x5a\x05\x4e\x8e\x23\x83\xd1\ -\x68\x74\xfc\x10\x00\x07\xe3\xe2\xfe\xfe\xef\x57\xc3\xe1\xf0\xe8\ -\xe1\x00\x6c\x0c\x6b\x2b\x2b\xab\xcf\x6c\xb7\x9a\x07\xa0\x28\x61\ -\xe3\xeb\x59\xb6\xf3\xd8\xf6\x4c\x7b\xa8\x3e\x80\x70\x34\x2e\xef\ -\x7d\x3b\x2b\x76\xee\x37\x0b\x00\x04\x06\x47\xdb\x60\xdf\xcd\xb2\ -\x62\xa3\x51\xc0\x84\x61\x29\x44\x00\xc3\xc3\x2c\x2b\x6e\x34\x0c\ -\x00\xb0\x91\xa6\x88\xa7\x59\xb6\xbd\xde\x30\x00\xb0\x4d\xb9\x27\ -\x5a\xc6\x2f\xf3\x3c\xbf\xd4\x2c\x00\x40\x44\xb0\x81\x63\xd1\x1a\ -\x6c\x6e\x6e\x5f\x68\x16\x50\x2a\x22\x60\xe0\x84\x02\x6f\x8a\xa2\ -\x38\xdb\x30\x00\x80\x38\x39\x21\xa7\xc6\x51\xef\xf2\x3c\x3f\xdd\ -\x34\x00\x43\x2c\x1b\xe1\x33\x11\xbd\x6e\x1c\x30\x55\x4c\xae\xe7\ -\x1b\x07\x08\x02\x12\xa0\xad\x20\x77\x66\xa9\x59\xaa\x31\x3f\x18\ -\x04\xfa\xd2\x0a\xbe\x9c\x24\xbd\xcf\x33\x15\xd5\x93\xed\x40\xf9\ -\x73\xb3\x1b\xc7\xac\x25\x49\xf2\x69\xd6\xca\x85\x01\x86\x40\xd9\ -\xf7\x9f\x41\xbe\xd2\xef\x77\x3f\x56\xa9\x5f\x10\x20\xa9\x7c\xf3\ -\xb1\xd0\xb5\x5e\xaf\xf7\xbe\xea\x0a\x8b\x00\x34\x69\x3d\x82\x5b\ -\x69\xda\x1d\xcc\xb3\xc8\xbc\x00\xd9\x07\xe1\x1b\x69\x9a\x3c\x9f\ -\x73\x9d\xea\xa7\xc0\xe5\x07\x0f\x65\xf3\xf5\x20\xed\x75\x1f\xcd\ -\x1b\x0e\x15\x3b\x60\x97\xe1\xe5\x83\x9e\xa4\x49\xe7\xde\x22\xe1\ -\x95\x01\x92\xa7\xe1\x2f\xd2\xb4\x73\x47\x92\xff\x52\x52\x2f\x00\ -\x84\xe0\xed\xde\xde\xf7\x9b\x9a\xfc\x8c\x2c\x3a\xaa\xee\x81\x0f\ -\xcb\xcb\x47\xae\xa6\xe9\xb9\x5f\x75\x84\x57\x00\x78\xd7\x46\x4b\ -\x2d\xad\xb7\xdb\xed\x1f\x75\x85\xff\x1f\x00\x7f\x00\x61\x3f\xa0\ -\x35\x7d\x81\xed\xd8\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\ -\x82\ -\x00\x00\x03\x9c\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x03\x4e\x49\x44\x41\x54\x78\x9c\xed\ -\x9b\xcd\x6b\x13\x41\x18\xc6\x9f\x77\xd3\xa8\x85\x52\x0f\x22\x22\ -\xf6\x60\x6d\x3c\xa8\x05\xd1\x93\xde\x8a\x36\x89\x15\x14\x9b\x18\ -\x94\x16\x11\xd2\x54\xfb\xf1\x07\x14\xff\x02\xeb\x51\x69\xfd\x22\ -\xed\xa5\xd4\x83\x31\x55\x11\x5a\x4d\x2a\xb4\xe0\xc1\x8b\x1f\x87\ -\x22\x3d\x58\x11\xcc\xa5\x8a\x87\x96\x8a\xa9\x49\x66\x3c\x18\x04\ -\xb3\x9b\x4d\xb3\xbb\x93\x31\xcd\xfc\x8e\xb3\xc3\xf3\x3e\xfb\x64\ -\x32\x33\xec\xce\x02\x0a\x85\xa2\x96\x21\xbb\x02\x6d\xa1\x81\x06\ -\x37\xcf\x0c\x82\xf1\x10\x08\xad\x00\xb6\x3a\xe0\xcb\x0e\xeb\xe0\ -\x58\x80\x46\xb1\x0c\xb9\x47\xe7\x62\xb7\xd7\xcc\x3a\xdb\x0a\xc0\ -\xd7\x19\xf1\x72\x0d\xe3\x00\x9a\xec\xe8\x08\x24\x45\x0c\xe1\xc4\ -\xe3\x68\xb2\x58\x07\x97\x55\x65\x5f\xb0\x27\xcc\x89\x1e\x02\xd8\ -\x6e\x55\xa3\x02\x34\x82\xd0\xb5\xef\xd0\xd1\x2f\x9f\x3e\xbc\x7d\ -\x6f\xd4\xc1\xd2\x08\xf0\x9e\x0f\xfb\xc0\xb5\x19\x00\x9a\x2d\x7b\ -\x95\x23\x47\x0c\x1d\x46\x23\xa1\xec\x00\xda\x42\x03\x0d\x6e\xf6\ -\x6b\x11\xc0\x1e\x47\xac\x55\x8e\x54\x46\xdb\x72\xa0\x70\x4e\x28\ -\xfb\x17\x74\xf3\xcc\x20\xaa\xef\xe6\x01\xa0\x29\xef\xfd\x1f\xca\ -\x1f\xc2\x8c\x87\x1c\xb1\x23\x03\x03\xef\xe5\x07\xf0\x67\xa9\xab\ -\x4e\x0c\xbc\xd7\x59\x90\x31\x5d\xe7\x93\xf1\xa8\xed\xbd\x85\x1d\ -\xbc\xc1\x08\x37\xb9\xac\xf3\x5e\x2d\xb3\xb8\x30\x54\x00\xb2\x0d\ -\xc8\x46\x05\x20\xdb\x80\x6c\x54\x00\xb2\x0d\xc8\xa6\xe6\x03\x28\ -\xb9\x11\xf2\x07\xae\xec\x66\x60\xfd\x20\x9c\x24\x60\x97\xd9\x2e\ -\x03\x00\x7c\xc1\xc8\x47\xab\x66\x38\xc0\x01\xa4\x08\x98\x76\x6d\ -\xfb\x79\x6f\x66\x72\x72\xd5\xaa\xd6\x46\x31\x0d\xc0\x1b\xe8\x3d\ -\xcb\x88\x8d\x03\xd8\x91\x37\x58\x12\x0e\xb4\xd8\xf4\xe4\xe1\x40\ -\x5b\x36\x5d\xdf\xdf\x1e\x88\x74\xcd\x4e\x45\x5f\xdb\xd4\x33\xa5\ -\xe8\x5f\xc0\x1b\xe8\x19\x06\xf1\xa7\xc8\xdf\xbc\x04\x9a\x89\xf0\ -\xca\x1b\xec\xed\x13\x59\xc4\x30\x00\x5f\x20\x72\x01\x44\x43\x22\ -\x0b\x6f\x10\x17\xc0\x47\xda\x03\x91\x63\xa2\x0a\xe8\x02\x38\x75\ -\xae\x6f\x2f\x27\xba\x2f\xaa\xa0\x05\x5c\x44\x78\xd0\xd1\xdd\xdd\ -\x28\x42\x5c\x17\x40\xd6\x95\xbd\x06\x70\x21\xc5\x6c\xd0\x9c\x4b\ -\xd7\x5f\x15\x21\xac\x0b\x80\x80\xd3\x22\x0a\xd9\x85\x0b\xf2\x65\ -\x34\x07\xfc\xaf\x8f\xb8\x85\xf8\x2a\xfb\x81\x88\xa6\xf1\xfd\x22\ -\x8c\x64\xb3\xf0\x68\x1a\xcd\x14\xbb\x4e\x0e\xbc\xc4\x31\xa2\xec\ -\x00\x5e\xc4\xc6\x2c\x6f\x74\xcc\xf0\x87\x7a\xc0\x98\x08\x65\x73\ -\x6a\x7e\x2b\xac\x02\x90\x6d\x40\x36\x2a\x00\xd9\x06\x64\xa3\x02\ -\x90\x6d\x40\x36\x2a\x00\xd9\x06\x64\xa3\x02\x90\x6d\x40\x36\x2a\ -\x00\xd9\x06\x64\x63\xe5\x7c\x80\x14\x38\xd0\x52\xe2\xdd\xff\x46\ -\x58\x2f\x6c\xa8\xad\x11\xc0\xb1\x50\xd8\x54\x5b\x01\x68\x14\xd3\ -\x35\xc9\xf0\x21\x89\x54\x86\xdc\xa3\x85\x8d\x55\x33\x07\xd8\x24\ -\x47\x0c\xe1\xb9\xb8\xfe\xdc\x70\x2d\x04\x90\xe3\x84\xde\x64\x91\ -\xf3\xc2\x9b\x3d\x80\x14\x31\x84\x8b\xdd\x3c\xb0\x39\x03\xf8\x7b\ -\x5c\x9e\xea\xd3\x23\x89\x89\x89\x1f\x66\x9d\x75\x8f\x9a\x1d\x58\ -\x6b\x85\x40\xc0\x52\x22\x1e\xf5\x38\xad\x6b\xb4\x0a\x7c\x73\xba\ -\x88\x13\x70\x60\x59\x84\xae\x51\x00\xb3\x22\x0a\xd9\x86\xe3\xa5\ -\x08\x59\x5d\x00\x1a\x63\x37\x00\x64\x44\x14\xb3\xc1\x77\x0d\xda\ -\x1d\x11\xc2\xba\x2f\x46\x96\x16\xdf\x2d\x7b\x0e\x1e\x59\x03\xc8\ -\x2f\xa2\xa0\x15\x08\xfc\x62\x62\x2a\xfa\x46\x84\xb6\xe1\x4e\xf0\ -\x78\x6b\xd3\x4d\x10\x1e\x89\x28\x58\x2e\x04\x0c\x27\xe2\x63\xcf\ -\x44\xe9\x1b\x7e\x33\x34\x3f\x3f\xcf\x2f\x85\xce\xc4\x53\x5f\x57\ -\x57\x00\x3a\x51\xac\x9f\x60\x56\x38\xe8\x72\x32\x1e\xbd\x25\xb2\ -\x48\xc9\x37\xae\xfe\xce\xf0\x61\xa6\x69\x43\x00\xda\x01\xec\x14\ -\x69\x26\x4f\x8a\x03\xd3\x75\xb9\xba\xeb\xcf\x9f\xdc\xfd\x5c\x81\ -\x7a\x0a\x85\xa2\x86\xf9\x0d\x29\x0e\xd0\xf4\xc6\x6c\xeb\x8f\x00\ -\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x0a\xf4\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x0a\xa6\x49\x44\x41\x54\x78\x9c\xed\ -\x5b\x7b\x70\x54\xd5\x19\xff\x7d\xf7\xee\x6e\x60\x93\x08\x64\x11\ -\x83\xd2\x91\xd8\x96\xd1\x58\x98\x21\xbb\x0b\x52\x35\x22\xda\xd1\ -\x5a\xc5\x07\xae\xf5\x31\x28\x51\xd8\x4d\x80\x2c\xc2\x54\x5b\x9d\ -\xa9\x4b\xac\x76\xb4\x6a\x08\xbb\x60\xdc\x08\x18\x41\xa6\xad\x99\ -\x51\xa7\x3a\x8a\x4c\xb5\xa1\xd4\x22\x64\x03\x96\xfa\xc0\xf1\x11\ -\x1f\x34\x90\x4a\xc2\x23\x12\xb2\xd9\xdd\xf3\xf5\x8f\x20\xdc\x7b\ -\xf7\xee\xbd\x77\x93\x5d\xa6\xd3\xf2\xfb\x6f\xbf\xf3\x3b\xdf\xf9\ -\x9d\xef\x9e\x3d\xf7\x3c\xbe\x0b\x9c\xc6\x69\x9c\xc6\xff\x33\xe8\ -\x54\x34\x32\xb5\x2a\x7c\xa6\x5c\x40\x95\x80\x98\x0c\xa6\xf3\x41\ -\x38\x8f\x19\xa3\x09\x38\x03\x80\x0c\xd0\x11\x00\x47\xc0\xfc\x15\ -\x08\x1f\x01\xf8\x50\x4a\xd1\xd6\x1d\x6b\x6a\x3b\xf2\xad\x2d\x6f\ -\x01\x70\xfb\xc3\xdf\x97\x08\xf3\x98\x31\x1b\x84\x29\x43\x74\xd3\ -\xc1\xe0\x37\x24\xc1\xcd\x6d\xcf\x2e\x89\x01\xc4\x39\x15\x89\x9c\ -\x07\x80\xc9\x1b\x08\x5f\xc5\xa0\xfb\x01\x5c\x9e\x5b\xdf\x78\x9f\ -\x40\xf5\x82\x1d\x2f\xb4\x37\x05\x12\xb9\x72\x9a\xb3\x00\xb8\xfd\ -\x2b\x2f\x27\xa2\xdf\x01\xf0\xe4\xca\xa7\x1e\x18\xf8\x02\xcc\xcb\ -\xdb\x9b\x82\xeb\x73\x31\x22\x86\x1d\x80\xe9\xf3\x1b\xce\x4a\xca\ -\xd2\x53\x04\xdc\x61\x40\x13\x04\xbc\x03\xe2\x56\x21\xa4\x3d\x40\ -\xea\x33\x1b\x51\x8f\x90\x6d\xbd\xc9\x63\xa9\x94\x3c\x22\x59\x0c\ -\xb6\x8d\x22\x46\x99\x60\x9a\x44\xe0\x19\x20\xfc\x04\xc0\x48\x03\ -\xe1\x5b\x21\xa4\x9a\xb6\x67\x17\x7f\x30\x1c\xfd\xc3\x0a\x80\xa7\ -\x3a\x3c\x0d\x8c\x57\x00\x8c\xd7\x29\xee\x05\xf0\x3a\x11\x5e\x25\ -\x59\xda\xb4\x63\xf5\xe2\xee\x6c\x7c\xcf\x58\x5a\x3f\x72\xe0\xa8\ -\x6d\x16\x01\xd7\x81\x30\x3b\x43\x1b\xfd\x00\xee\x8e\x45\x83\xbf\ -\xcf\x5e\xfd\x20\x86\x1c\x00\xb7\x3f\x72\x3b\x11\xaf\x03\x50\x90\ -\x26\x8a\x39\x1c\x97\xed\x8f\xfd\xb3\x71\xe1\xc1\xa1\xfa\x57\xa2\ -\xdc\x17\x72\x38\xc7\x94\x2c\x20\xa2\x87\x18\x18\x97\x46\x60\x7a\ -\x34\x36\xfe\xc0\x43\xa8\xab\x13\xd9\xfa\xce\x3e\x00\xa1\x90\xe4\ -\xde\x3f\xf6\x11\x02\x3f\xa0\x29\x11\x44\x58\x27\x25\x51\xb7\x7d\ -\x4d\x70\x6f\xd6\x7e\x2d\xe0\xe2\xbb\x1f\x2f\x8e\xdb\x9c\xcb\x40\ -\xfc\x0b\x00\x45\x9a\xe2\x57\xfa\x64\x79\xee\x87\x4f\x2f\xfa\x36\ -\x1b\x9f\xd9\x05\x20\x14\x92\x3c\xfb\xc6\x6e\x04\xf1\xad\x2a\x3b\ -\xa3\x13\x12\x6e\x8c\x3d\x13\xdc\x91\x95\xbf\x21\x62\xfa\xfc\xf0\ -\x84\x94\x8c\x97\x91\x3e\xe1\xee\x92\x1d\x98\xb9\x3d\x12\x3c\x62\ -\xd5\x97\x94\x4d\xc3\xde\xae\x92\xe5\xda\xce\x13\xf0\x2e\x23\xe5\ -\x39\x55\x9d\x07\x80\xed\x6b\x82\x7b\xed\xce\x64\x25\x03\x1b\x35\ -\x45\x53\xc5\x00\x6f\xf4\xf9\x5e\x94\xad\xfa\xb2\x4c\xf4\x06\x22\ -\x3f\x67\x20\xa2\xb4\x11\xd1\xf3\x85\xf1\x62\xdf\xb6\xb5\x35\x87\ -\xac\xfa\xc9\x15\xf6\xbe\xfb\x66\x72\x5f\xfb\xeb\x2f\x9f\xed\x6d\ -\xeb\x03\x70\x25\x4e\x8c\x66\x9a\x74\x68\x44\xef\x88\xce\xf6\x4d\ -\x7f\xb6\xe2\xc7\xd2\x5f\x60\x5a\x20\xe2\x11\xe0\xad\x00\x46\x9c\ -\xb4\xf2\x0b\xb1\x68\xf0\xce\x7c\xac\xce\xb2\x85\xc7\x1f\xbe\x17\ -\x84\x15\x1a\xf3\x5d\xb1\x68\x70\xbd\x59\x5d\xd3\x00\x4c\x5b\xb4\ -\xca\x95\x4a\xf2\x3f\x08\x7c\x8e\xc2\xbc\xa3\x28\x5e\x7c\x59\x6b\ -\x73\x55\x7f\x36\x42\x2b\x16\xae\xb8\x40\x4a\xca\x37\x1e\x5f\x1a\ -\x4f\x00\x63\x02\x88\x52\x00\xf6\x12\x89\xbd\x42\xd0\x4e\x59\xd0\ -\x4b\xd9\xef\x01\x98\x3c\x81\xf0\x5a\x80\xaa\x14\xc6\x01\x66\x69\ -\x46\x7b\xd3\xe2\x9d\x46\x35\x4d\x03\xe0\xf1\x87\xd7\x82\x70\xf7\ -\xc9\xb6\xd0\x99\x72\x90\x77\xd7\xaa\xda\x4e\x2b\xd2\xca\x7d\x21\ -\x47\x61\xc9\xd8\x1a\x06\x57\x03\x38\xdf\x4a\x1d\x00\xbb\x88\x10\ -\x9e\xd8\x5d\xba\xa1\xa5\xe5\x96\x94\x95\x0a\x3f\xa8\x0d\x17\x8c\ -\x4e\xe0\x6d\x30\x7e\xac\x30\xef\x2c\x2a\xed\x9e\xde\x5a\x57\x97\ -\xcc\x54\xcf\x70\x12\x74\xfb\x1b\x2e\x51\x75\x1e\x60\x21\x63\x8e\ -\xd5\xce\xbb\xfd\x91\x1b\x9c\x63\x5c\x1f\x30\xb8\x01\xd6\x3b\x0f\ -\x00\x53\x99\xf1\x5c\x47\x49\x57\xac\xa2\x3a\x32\xcb\x4a\x85\x4f\ -\x23\xc1\xb8\x9c\x14\x37\x01\x38\xa0\x30\x57\xf4\xee\x73\x2d\x34\ -\xaa\x67\x30\x02\x98\x3c\x81\xc8\x5f\x01\x5c\xa2\xb0\xbd\x10\x8b\ -\x2e\x99\x6b\x26\xc6\xed\x8f\xda\x41\xfd\x0d\x04\x32\x6c\xdc\x32\ -\x88\xeb\x62\x67\xf5\x3c\x6c\x65\xa1\xa3\x33\x1f\x1c\x18\xe8\x8b\ -\x4f\xdc\xbd\xe1\xbe\xa3\x7a\xfc\x8c\x23\xc0\xbb\x20\x52\x09\x55\ -\xe7\x91\x80\x94\x0a\x99\x09\x98\x5c\xf3\xf4\x18\xa2\xf8\x1b\x39\ -\xeb\x3c\x00\x30\x85\x3c\xfb\x5d\x7f\x74\xfb\xa3\x4e\x33\x6a\xd1\ -\x40\xf1\x33\x00\xbe\x52\x98\xc6\xda\x9d\x8e\x40\x26\x7e\xc6\x00\ -\xb0\x84\xfb\xd4\x06\x44\x63\x8d\xcb\x3e\x37\x6a\xbc\xdc\x17\x72\ -\x14\x88\xd4\x2b\x00\xae\x30\x13\x3a\x04\xdc\x4c\xe8\x5f\x8f\x50\ -\xc8\xf0\x6f\xdb\xda\x5c\xd5\x4f\x04\xcd\x83\x92\x96\x65\x5a\x1b\ -\xe8\x3a\xf3\x2e\x5c\x5d\x0a\xe0\x6a\x85\x29\x21\x0b\xf1\x88\xb1\ -\x3e\xa6\x42\x97\x6b\x35\xc0\x95\xc6\xbc\x61\x80\x68\x8e\x7b\xbf\ -\xcb\x74\x14\x4e\xec\x2e\xdd\xc0\xc0\x27\x27\xaa\x81\xcf\xf9\xcc\ -\xd5\x75\xa5\x1e\x57\x37\x00\x22\x95\xbc\x1d\x8a\x45\x12\x01\x6f\ -\x6f\x5f\x73\x6f\x97\x51\xa3\xde\xc0\xaa\x3b\x98\x31\xdf\x4c\xdc\ -\x70\x41\xc0\x43\x9e\x05\x61\xdd\xce\x7c\x87\x96\x96\x5b\x52\x44\ -\x68\x51\xda\x24\xe6\xbb\xf4\xb8\xba\x01\x20\xd0\x75\x1a\xcb\x9f\ -\x8c\x1a\x74\xfb\xa3\x4e\x01\x3c\x66\xc4\xc9\x29\x24\xd4\x9b\x2d\ -\x77\x59\x08\xad\xe6\x6b\xf4\xea\xa4\x05\x60\xca\xdc\x27\x0a\x01\ -\xd5\xbb\x14\x82\x53\xaf\x19\x0a\xa2\xf8\x32\xcd\x42\x29\xdf\x98\ -\xdc\x51\xd2\x35\xcf\x88\xd0\x3e\xfe\x60\x1b\x00\xe5\xa8\x1d\xd5\ -\xe1\xda\xef\xd6\xf2\xd2\x02\x50\xe0\x74\x5c\x04\xc0\x71\xd2\x42\ -\xef\xb5\x37\xdd\xfb\x95\x96\xf7\x1d\x7c\xbe\x17\x65\x22\x04\xcd\ -\x35\xe7\x1a\xbc\xc4\xb0\xb8\xae\x4e\x00\xac\x7a\x70\xcc\xe9\xe7\ -\x94\x3a\x7f\x01\xe9\x47\x1a\xc3\x56\xa3\x76\x3a\x5c\x5d\x97\x82\ -\x71\xa6\xa1\x98\xfc\x60\xf2\xf4\xc0\xca\x1f\x1a\x11\x98\xd5\xda\ -\x89\x71\xa1\x96\x93\x16\x00\x66\xbe\x40\xf5\x1b\xe2\x13\x2d\x47\ -\x53\xe1\x66\xc3\xf2\x3c\x22\xc9\xd2\x1c\xa3\x72\x89\xa1\xd6\x4e\ -\xb8\x20\x8d\xa3\x35\x10\x61\xa2\xca\xc0\x64\xf8\xee\x07\x28\xaf\ -\xa7\xc0\x86\x2d\x13\xa7\xfd\xa7\x55\xb0\xdb\xb4\xda\xcb\xb4\x94\ -\xf4\x11\x40\x28\x56\x35\x22\x91\xc9\x5e\xff\x94\x4e\x7e\x2a\x10\ -\x30\xc1\xa8\xbc\xb0\xcf\xa9\xd5\x5e\xac\xe5\xa4\xcf\x01\xac\x26\ -\x49\xcc\x99\xcf\xd8\x06\x57\x65\x7a\xa7\xb5\xa7\x04\x6c\x12\x80\ -\xd6\xe6\x79\x71\x00\xca\x9d\xa0\xa3\xdc\x17\x72\x28\x39\x7a\xeb\ -\x00\xd5\x06\x29\x29\x89\x8c\x07\x1e\x33\x07\xeb\x67\x75\xac\x96\ -\x63\xd8\x87\xeb\x40\x4f\x7c\xaf\x8a\xc0\x72\xda\xb0\xf9\x0e\xc7\ -\xf7\xd9\x86\x2b\xc4\xbc\x82\x61\x78\xfa\x3c\x73\x5e\x73\x01\x00\ -\x9b\xc2\x34\xf0\x61\x4b\xdd\x80\x92\x93\x3e\x09\x02\xaa\x13\x55\ -\x16\x3c\xda\x44\xc4\xbf\x4c\x85\xe6\x0b\x64\x1c\x80\x63\xb6\xc3\ -\xa3\x34\xa6\x5e\x2d\x27\x7d\x12\x04\x7d\xa9\x6a\x43\x4a\x9f\x39\ -\xd5\xe5\xf4\xbe\x51\x79\x5e\xc1\xc6\x6d\xb3\x6c\x3b\x4f\x6d\xc0\ -\x17\x5a\x8e\xce\x24\xc8\x1f\x29\x7f\x12\x60\xbc\xd8\x20\xbc\x64\ -\x54\x9e\x4f\x30\xc8\xb0\x6d\x01\xa1\xd2\xce\x84\x3d\x5a\x4e\x7a\ -\x00\x48\x52\x5d\x36\x32\xab\x0e\x45\xd2\x50\x74\xac\x68\x33\x80\ -\xac\x6e\x63\x72\x02\xc6\x97\xed\x4d\x8b\x76\x19\x53\x34\xda\x75\ -\x46\x4c\x5a\x00\xfa\x64\xda\x06\x40\x79\xff\x5e\x31\x7d\x7e\x38\ -\xe3\xeb\xa6\xb5\xb9\xaa\x1f\x8c\x66\x33\xbd\x79\x40\x93\xe1\x91\ -\x7c\x28\x24\x11\x70\xad\xd2\xc4\x32\xb7\x6a\x69\x69\x01\x18\xbc\ -\x5b\xa3\x6d\x4a\x5b\x52\xa6\x6b\xb5\x3c\x25\x52\x09\x3c\x0c\xe0\ -\xb0\x89\xe0\x5c\xe2\x6b\x7b\x61\x52\x7b\x0f\xa0\x82\xb7\x73\x8c\ -\x1b\xea\x35\xca\x91\x33\xc6\x75\xc7\xb4\x3c\xfd\x77\x38\xab\x77\ -\x51\x44\x3c\xdb\xa8\xb1\x5d\xcf\x05\xbf\x21\xb0\xc9\x89\x51\xee\ -\x40\xa0\x07\xb7\xad\x58\x76\xcc\x90\x24\x49\x2a\xcd\x0c\x6c\xd2\ -\x3b\x1e\xd7\x0d\x40\xca\x41\x1b\x01\x9c\x3c\x81\x65\xcc\x9a\x5a\ -\x15\x36\xdc\xf1\x15\x96\xf6\x34\x10\xf0\xa6\xa1\xa8\x5c\x80\xb1\ -\xa1\x2d\xba\x58\x7b\x27\xa8\x46\x28\x24\x31\xa0\xda\xa4\x11\xf8\ -\x79\x3d\xaa\x6e\x00\x8e\x9f\xfb\x6f\x56\x98\x0a\x64\x7b\xda\x75\ -\xb8\x0a\xad\x75\x75\xc9\x44\x3c\x75\x2b\x80\x8f\x0d\xc5\x0d\x03\ -\x04\xbc\x5b\x34\x50\xec\x37\xbb\x8e\xf3\x76\xb9\x6e\x83\xfa\x1e\ -\x62\x7f\x51\x69\xcf\x66\x3d\x6e\xc6\x65\x2c\x81\x9f\x54\x1b\x68\ -\xd1\xd4\x45\xab\xce\x35\x6a\xf8\xbd\xe6\xa5\x87\x20\x25\xaf\x41\ -\x7e\x82\x10\x93\x52\xe2\x06\xb3\xeb\xb8\x72\x5f\xc8\xc1\x8c\xdf\ -\xa8\x8c\x44\x2b\x32\xdd\x0e\x65\x0c\x40\x5b\x34\xf8\x36\x00\xe5\ -\x64\xe8\x90\x92\x62\xb9\xa9\xca\xc6\x65\x9f\x27\xe3\xa9\x8b\xa0\ -\x1e\x41\xc3\x03\xd3\x1f\xec\xce\x64\xa5\xd9\xc1\x2c\x00\x38\x5d\ -\x2e\x3f\xd4\xdb\xde\x9e\x82\x81\xbe\xc6\x4c\x7c\x83\x8d\x0c\x31\ -\x88\x1e\x54\x59\x80\x3b\x2b\x6a\x56\x1a\xef\xc1\x31\x38\x12\x8a\ -\x4a\xbb\x7f\xc6\xc0\xaf\xa0\xb3\xfc\xcc\x02\x07\x18\x54\x13\x6b\ -\x5a\x7c\xbb\xe9\xa4\x07\xc0\xed\x7f\x72\x2c\x31\x7e\xad\xb4\x31\ -\xe3\xb7\xef\xac\xfb\x65\x46\x0d\x56\x2e\x47\xd7\x83\xa0\xbc\x0e\ -\xfb\x5a\x4e\x09\xaf\x95\xa7\x01\x00\x53\xaa\x1b\xc7\x15\x20\xb1\ -\x9c\x19\x77\x01\x30\xbd\xd9\x39\x8e\xc3\x44\xdc\x28\xc4\x88\xc7\ -\xda\x9b\x02\x96\x5e\xaf\xe5\xbe\x90\xc3\xe9\x72\x6d\x06\xe3\xb2\ -\x13\x46\xc6\x6e\x46\x81\xc7\x28\xaf\xd0\x34\x00\x53\xaa\x1b\xc7\ -\x39\x38\xb1\x1b\xc0\x59\x8a\x5a\x7f\x3f\x64\xc7\xac\x4f\x23\xc1\ -\xb8\x15\x71\xc0\xe0\xd1\xb9\x44\xf1\xab\x41\x3c\x87\x99\x26\x03\ -\x38\x07\x40\xc9\x71\x7f\xdf\x30\xa3\x93\xc0\x3b\x21\xa4\x96\xbe\ -\x43\x07\xde\xd2\xee\xda\xcc\xe0\x09\xac\x6c\x04\xa8\x5a\x61\x4a\ -\x80\x70\x89\x59\xe6\x8a\xa5\x04\x89\x8a\x9a\xf0\x45\x92\x40\x2b\ -\x94\x19\x61\x8c\x75\xb1\xa6\xda\xf9\xc3\x49\x90\x98\xb1\xb4\x7e\ -\xe4\x37\x49\x9b\xc8\x26\x90\x7a\xf0\x06\x22\x0b\x19\xbc\x5a\x6d\ -\xa5\xf9\xb1\x68\xed\x5a\xb3\xba\x96\x93\xa4\x3c\xd5\x2b\xe7\x82\ -\x49\x93\x71\x41\x4d\x7d\x3d\x07\x6a\xb3\x7d\x5a\xb9\x03\x93\xdb\ -\x1f\xa9\xa5\xc1\xdb\x60\xe5\x7c\xd6\x10\x8b\x06\x97\x5a\xf1\x60\ -\x39\x47\xa8\x33\xb6\x69\xf7\xd9\xee\xab\x9d\x20\xba\x58\x61\x76\ -\xdb\x9d\xce\xca\xf1\x15\x57\xbc\xb6\xaf\x7d\x73\x9f\x55\x5f\xb9\ -\x40\xb9\x2f\xe4\x38\xf7\xd2\xdd\x51\x1a\x9c\xa8\x4f\x3c\x48\x02\ -\xde\x2c\x2a\xed\xae\xfa\x62\xcb\x16\x4b\x39\x83\x59\x1d\x67\x95\ -\x1d\x1c\xff\x20\x83\x5e\x56\x19\x19\x97\x81\x1c\x6d\x6e\x7f\x64\ -\x72\x36\xbe\x86\x83\x29\xd5\x8d\xe3\x9c\x25\xae\xb7\x00\xba\x47\ -\x53\xf4\x41\x22\x9e\xba\xd5\x28\x23\x44\x8b\xac\x13\x25\x7d\xbe\ -\x17\xe5\x8e\x31\xfb\x9e\x00\x91\x76\x88\x25\x88\xd0\x18\x87\xfd\ -\xd1\xdd\xcf\xd4\xfc\x3b\x5b\xbf\x56\x30\x63\x69\xfd\xc8\xc4\x51\ -\xdb\x62\x10\x1e\x00\x30\x46\x55\x48\x78\x83\x45\xc1\x6d\x56\xdf\ -\x1a\x27\xab\x0d\x11\x9e\x40\xe4\x1e\x80\x1b\x91\x7e\x30\xf9\x2d\ -\x88\x9f\x92\xed\x54\x9f\x4d\xc2\xa2\x11\x66\x86\x42\xb6\xde\x7d\ -\x25\xf3\x40\xd2\xf2\x0c\x77\x90\xf5\x65\x3d\xa5\xf7\x5b\xcd\x27\ -\x52\x62\x58\xc9\xd2\xde\x40\x43\x25\x43\x7a\x09\x80\x4b\xa7\xf8\ -\x20\x80\x57\x01\xbc\x2a\x3b\xb0\x39\xdb\x60\x94\xfb\x42\x0e\xe7\ -\x68\x57\x25\xc9\xb8\x8e\x05\xae\x07\x41\x6f\x19\x9e\x00\xa8\xc6\ -\xca\x6c\x9f\x09\xc3\x4e\x97\xf7\x2e\x5c\xfd\x3d\x4e\xa5\x1a\x00\ -\xdc\x64\x40\x4b\x80\xb0\x05\x02\x7f\x81\x44\x1f\x4b\xcc\x9f\xb2\ -\x2c\xf7\xf4\x33\x7d\xeb\xb4\x25\x53\x52\x22\x59\x2c\xd8\x36\x2a\ -\xc9\x28\x23\x89\x26\x81\xc5\x0c\x80\xae\xc2\xe0\x27\x35\x99\x94\ -\xb7\x09\xe2\x9a\x9d\x8d\x4b\xda\x87\xa3\x3f\x67\x1f\x4c\x78\x16\ -\x44\x7e\x0a\x89\x1f\x07\x90\xdf\xc9\x70\x30\x2f\xf9\xe1\xb2\xee\ -\xd2\x35\x43\x19\xf2\x5a\xe4\xf6\x93\x99\x50\x48\x9a\xd6\x55\x72\ -\xbd\x00\x3d\x00\x86\x37\xa7\xbe\x41\x9f\x83\x45\x7d\xd1\xc0\x19\ -\x6b\xb3\x4d\xd0\x34\xf4\x9a\x2b\x47\x5a\x78\x17\xac\xba\x50\x48\ -\x3c\x8f\xc0\xb3\x01\x4c\x1a\xa2\x9b\xfd\x60\xbc\x4e\x24\x9e\x6f\ -\x2b\x3d\xf8\xb7\xa1\x7c\x0f\x60\x86\x53\xf2\xd9\xdc\xf1\x79\xe2\ -\x72\x30\x5f\x08\xd0\xf9\x20\x94\x01\x18\x85\xc1\xff\xb8\x8d\x41\ -\x87\x89\x71\x04\xc4\x5f\x13\x61\x8f\x10\xd8\x63\x23\x6c\xd9\x1e\ -\xad\xfd\xe8\xbf\x21\x17\xf9\x34\x4e\xe3\x34\xfe\x77\xf1\x1f\x1c\ -\x6b\xc6\x54\xc2\x9c\x88\xf8\x00\x00\x00\x00\x49\x45\x4e\x44\xae\ -\x42\x60\x82\ -\x00\x00\x04\x77\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x04\x29\x49\x44\x41\x54\x78\x9c\xed\ -\x9b\x4f\x88\xdb\x45\x14\xc7\xbf\x6f\x92\xad\x55\xd9\x5e\xb6\x78\ -\xa9\xc5\x9b\x7f\xc0\x93\x95\x1e\xbc\x18\x6a\x92\x1a\xa1\x5b\x1b\ -\xb2\xa2\x54\xb0\xdd\x64\xb5\x20\x1e\x14\x29\x28\x6a\x0c\xb6\xa0\ -\x08\x16\x2a\xe8\xba\x49\x64\x0f\x56\x51\x37\xe9\xba\x88\x5b\x93\ -\x2c\x2c\x08\x2a\x88\x82\xd0\x22\x88\x07\x91\x56\x50\x28\x45\x69\ -\x89\x74\x93\x79\x1e\xb2\x5b\xd2\xdf\xfc\x0a\x9b\xee\xcc\xfb\x0d\ -\x34\x9f\xdb\xce\xe1\x7d\xdf\x7c\x99\x79\x33\x6f\x33\x3f\x60\xc8\ -\x90\x21\x37\x32\x64\x2b\x50\x32\x3b\xf9\x3a\x11\xbd\x02\x28\x66\ -\xe6\x23\xad\x7a\xa5\x64\x2b\xb6\x4b\x94\xad\x40\x44\xea\x55\x80\ -\x62\x00\xc7\x41\x28\x26\x73\x85\x84\xad\xd8\x2e\xb1\x66\x40\x7f\ -\x2c\x02\x08\x8c\x85\xf4\x44\x61\x87\xc5\xf8\x4e\xb0\x69\x80\xee\ -\xff\x83\x80\x51\xee\xe2\xd4\xc3\x13\x93\x77\x59\xd4\xb0\x8e\x4d\ -\x03\xd8\x18\x21\x6c\xed\x6a\xd5\x4c\xef\x3d\xb8\xdd\xa2\x8e\x55\ -\x6c\x1a\x70\x2d\xb6\x73\x3c\xd6\x48\x3c\xf1\xf4\x56\x01\xad\x81\ -\x91\x30\x00\x00\xee\x1e\xb9\xac\x17\xc7\xc7\x27\x47\x85\xf4\xd6\ -\x8d\x33\x03\x98\x39\xb8\x25\xee\x6f\x6f\x52\xf3\x99\xcc\x73\x37\ -\xb9\xd2\xbc\x1e\x9c\x19\x40\x44\x1a\xc1\xba\xc0\xd8\xd5\xb9\xa5\ -\xfd\x71\x22\x51\x8c\xbb\xd2\x1d\x14\xd7\x5b\x40\xc3\x5c\x09\xd9\ -\x91\xb1\x73\xd3\xb0\x78\x09\xdb\x08\xee\x6b\x40\xd8\x4a\x00\xf2\ -\xa9\xdc\xd4\x9b\xce\xb5\xd7\x81\x54\x11\xd4\xc6\x08\xf3\xe1\x54\ -\x36\x7f\x58\x48\xff\x9a\x48\x19\x00\x00\x5d\x63\x84\xe8\xad\x54\ -\x2e\x5f\x10\xcc\xc1\x40\xd2\x80\xb5\xed\x70\x35\x4c\x1f\x24\x73\ -\x85\xac\x68\x1e\x7d\xc8\x1a\xc0\xcc\x20\x63\x3b\x28\x62\x7c\xf2\ -\x50\x76\x2a\x29\x9a\xcb\x9a\xb8\xb8\x22\x83\x61\xd6\x84\x4d\x8a\ -\x78\x7e\xf7\x44\x7e\xa7\x74\x3a\xf2\x06\xf4\x60\x32\xb7\xc3\xad\ -\x5a\xd3\x57\xc9\x7d\x85\x7b\x24\x13\x89\xca\x80\xb5\x9b\x62\xd0\ -\x84\x31\x52\x68\xee\xca\xe6\xef\x90\xca\x23\x32\x03\x56\x61\x32\ -\x6b\xc2\xb6\x18\x51\x23\xbd\xef\xd0\x6d\x12\x09\x44\x6d\x00\x98\ -\xc1\x80\x71\x5b\xbc\x53\xab\xce\x62\x66\xff\xfe\x2d\xae\xf5\x23\ -\x37\xa0\x87\x79\x5b\x24\xe0\xbe\x4e\xfb\xe6\x85\xc4\x81\x03\x9b\ -\x5d\x2a\x7b\x62\x00\x00\x40\xf7\x56\x43\x1f\x84\x07\x47\x2e\xc6\ -\x3e\x75\xd9\x3c\xf9\x64\x00\x88\x48\xb3\xd1\x41\xd2\xf8\xc8\xd8\ -\xb9\x4a\xb1\x58\x74\x92\xab\x57\x06\x00\x0c\xea\x9d\x0c\xc1\x9a\ -\xf0\xd4\xb7\xa7\xcf\xbe\x0d\x07\x1d\xa4\x67\x06\x5c\xc1\xbc\x32\ -\x83\x5e\x48\xe5\x0a\x2f\xd9\x16\xf2\xd5\x00\x00\x64\x36\x4f\x8c\ -\xa3\xa9\x5c\xfe\x19\x9b\x2a\x1e\x1b\xc0\x00\xa0\x8d\xcd\xc0\xf4\ -\x7e\x3a\x5b\xc8\xd9\x52\xf1\xd8\x00\x00\xbd\xa2\x10\xdc\x0e\x04\ -\xc2\xbb\xb6\x04\x7c\x37\x00\x14\x52\xf6\x98\x61\xed\x58\xf4\xde\ -\x00\xe6\xb0\x1c\xb9\x6a\x2b\xbe\x37\xff\x9d\x0d\x87\x63\xc1\x93\ -\x8f\x88\x9e\x6d\xd4\x2a\xef\xd9\x52\xf0\x78\x05\x98\x93\x07\xe1\ -\xb5\xc6\x5c\xd9\xda\xe4\x01\x7f\x0d\x50\x21\x77\x9e\xe3\xcd\xb9\ -\xca\x11\x07\x42\x3e\x41\x00\xb3\x82\x39\xfb\x8f\x1e\xb8\x77\xdb\ -\xf3\x08\xfb\x01\x76\x83\x78\x56\x03\xb4\x02\x5d\x5d\xf7\x19\xf8\ -\xf2\xc2\x98\x9a\x2c\x95\x4a\x21\xb7\xc3\x8d\xe3\xcd\x0a\xe0\xde\ -\xb2\x0f\x4e\xfe\x9b\x4b\x6a\xf4\xb1\x1f\x67\x66\x56\x5c\xe9\x7a\ -\x61\x00\x33\x14\x99\x15\xef\x67\x28\xb5\xe7\xbb\xcf\x8f\xb5\x5d\ -\x6a\x47\xbf\x05\x88\x88\xc0\xc1\x3d\xff\x9b\x5e\xe1\xdd\x4b\x0b\ -\xe5\x7f\x5c\xcb\x47\xbb\x02\x88\x68\xb5\xe8\xf5\x8d\xe1\xcf\x58\ -\x37\x9e\x5a\x5a\xa8\xfc\x25\x91\x42\x64\x06\xf4\x1e\x52\x05\x26\ -\xcf\xb8\xa0\x98\xd2\xa7\xe6\xa7\x7f\x97\xca\x23\x2a\x03\x88\x4d\ -\xed\x4b\x0c\x3c\xf2\x75\xad\x7c\x46\x32\x11\x79\x03\x08\x14\xa2\ -\xbb\x02\xd2\xd9\x56\xbd\xf2\xbd\x74\x3a\xd2\x06\x10\xb4\xa1\xc9\ -\x0c\x7a\xb2\x39\xf7\x61\x43\x38\x17\x00\xf2\x06\x28\xe3\xb0\x63\ -\x1c\x6a\xd5\xca\x9f\x09\xe7\x71\x05\xc9\x63\x30\x16\x1c\x20\xe6\ -\x97\x1b\xf5\xea\x8c\x60\x0e\x06\x52\x2b\x20\xac\xa7\x7f\xa7\x51\ -\xaf\x46\xfe\x4c\xc6\xbd\x01\xa1\xcd\x0d\xcf\x36\x6b\xd5\x17\xe1\ -\xa0\xb9\x19\x14\xd7\x06\x18\xcd\x0d\x01\x5f\xac\x9c\xbf\x7d\x0a\ -\x1e\x4c\x1e\x70\xfb\x50\x32\xac\xad\x5d\xbe\x3c\xda\x79\x7c\x79\ -\xb9\xd4\x71\xa5\x3b\x28\x2e\x1f\x4a\x06\x3b\xbb\x9f\xe2\x9b\xdb\ -\x7b\x97\x67\x67\xff\x73\xa5\x79\x3d\x48\x15\xc1\x5f\x95\x8e\x67\ -\x16\x4f\x9c\xf8\x57\x48\x6f\xdd\x48\x18\x70\x96\x95\x4a\x35\x4e\ -\x4e\xff\x2d\xa0\x35\x30\x36\xef\x01\x61\x3f\x5c\x9e\x67\x8d\x74\ -\xab\x36\xf3\x87\x45\x1d\xab\x38\xf9\x64\x66\x95\x8b\x9a\x29\xd3\ -\x3a\x59\xf9\xc5\xa2\x86\x75\xec\x7d\x34\x85\xfe\x57\x5f\xcc\x20\ -\x7e\x74\xa9\x5e\xfe\xc1\x56\x7c\x57\x58\xfc\x6a\x8c\x8f\x82\xd0\ -\x05\xb8\x0b\xe0\x8d\xe6\x5c\x75\xc9\x56\xec\x21\x43\x86\x0c\x71\ -\xc5\xff\x03\xa1\x32\xbd\x29\x9d\x1e\xd2\x00\x00\x00\x00\x49\x45\ -\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\xa5\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\x57\x49\x44\x41\x54\x58\x85\xed\ -\xd2\xcd\x2b\x44\x51\x1c\xc6\xf1\xef\xb9\x93\xd2\x28\x29\xe5\x65\ -\xc7\x7f\x20\xf7\x92\xb2\xb3\x9a\x30\x3b\x65\x35\x56\x9a\x3b\xc2\ -\x88\x8d\xdd\xac\x64\xa5\xa6\xb9\x77\x33\x23\x79\xa9\x59\x58\x58\ -\x29\x25\x1b\x45\x22\xae\xa2\xac\x6d\x94\x6c\x88\x14\xa9\x3b\xf3\ -\xb3\x30\x0b\xd4\xb8\x33\x63\x25\xe7\xb3\x3c\x3d\x3d\x3d\xa7\x73\ -\x40\xd3\x34\x4d\xfb\xef\x54\x50\xc0\xb2\x33\x2b\x60\x98\xa8\x62\ -\xcc\xcb\xce\x5c\x55\x52\xda\x97\x48\x77\xf8\x12\xca\x83\x7a\xf2\ -\x72\x53\xc3\xa0\xa4\x5c\xd6\x08\x6c\x13\x9a\x40\xba\x10\x75\xd4\ -\x9d\x70\x07\x82\xe2\xdd\x13\x19\xd3\x97\xd0\x09\xd0\x0f\x34\x07\ -\xe5\x03\x07\xd4\x35\x14\x62\xc0\x16\xd0\x68\x88\xec\x5a\xb6\x33\ -\x56\x2e\x6b\xc6\x9d\x21\xa3\xa8\x0e\x80\x56\x60\xdf\x7f\xf3\x23\ -\x3f\xdd\xbe\xa2\x01\xc7\xe9\xb9\x57\xaf\xed\x7e\x54\x50\x4b\x40\ -\x1d\xb0\xd1\x63\x3b\x29\x90\x2f\xcf\x67\xda\x6e\x42\x29\xb6\x81\ -\x30\x48\xfe\xe5\xe1\x3e\x72\xb1\x3e\xfb\x18\xd4\x1f\xf8\x07\x3e\ -\xb3\xe2\x99\x49\x94\x72\x3e\x86\xcb\x9a\x48\xbd\x7d\xde\x7e\x5b\ -\xb0\xee\x9a\x17\x81\xf9\x52\xe1\xc2\x59\x6e\x3a\x15\x74\xf3\x9a\ -\x06\x00\xf4\xd8\x4e\x54\x60\x13\x08\x2b\x38\x14\xd4\x33\xc8\x20\ -\xe0\xa3\xb0\xbd\x6c\x72\xb5\x9a\xbe\xaa\x07\x00\xf4\xda\xae\x25\ -\xc8\x8e\x40\x4b\xe9\xe8\x59\x84\x91\xf3\xe5\xe4\x5e\xb5\x5d\x35\ -\x0d\x00\xe8\x1d\x77\x3b\x8b\x21\xb9\x06\x6e\x0c\x88\x9e\xe6\x92\ -\x97\xb5\x76\xfd\x82\xa8\xef\x9f\x51\xd3\x34\x4d\xfb\x73\xde\x01\ -\x57\x2b\x69\x45\xc4\x74\x4c\x85\x00\x00\x00\x00\x49\x45\x4e\x44\ -\xae\x42\x60\x82\ -\x00\x00\x04\x67\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x04\x19\x49\x44\x41\x54\x78\x9c\xed\ -\x9b\x4d\x88\x1c\x45\x18\x86\xdf\xb7\x67\x27\x59\x91\x78\x31\x88\ -\x30\x3b\xdd\xd3\x3b\x89\x3f\x57\x5d\xbc\x0a\xc1\x44\x22\xf8\xc3\ -\x22\xe2\x41\x10\xfc\x41\xc1\x93\x22\x01\x3d\xa8\xa0\x01\x45\xf0\ -\xa0\xe0\x1f\x0a\x1e\x44\xd1\x53\x0c\x62\x64\x83\x10\xf0\x22\x08\ -\x82\x07\x31\x38\xcb\x6c\xd7\xf4\x74\x30\x46\x11\x45\x71\xcd\xf4\ -\xd4\xe7\x61\x26\xc6\xed\x6a\xcd\x8e\xa9\xaa\xee\xc3\x3c\xb7\x6d\ -\x96\x7a\xbf\x7a\xa6\xba\xbb\xbe\xee\x19\x60\xce\x9c\x39\x73\x2c\ -\xa0\x54\xfa\x4c\xa2\xd2\x5c\x0d\xd2\x91\x52\xd9\xd3\x55\xd7\xb3\ -\x5d\x68\x6b\xa0\x44\xa5\x63\x00\xc1\xf4\x4f\x11\x8d\x7d\x71\xdc\ -\x3e\x61\x6b\x7c\x57\x04\x17\xfe\x97\xed\x21\x22\xff\x1c\x8b\x0c\ -\x70\x54\x29\x75\xbd\xad\xf1\x5d\x61\x4d\x00\x49\x5d\x38\xb4\x4b\ -\x10\x7c\xda\xef\x67\x57\xdb\xca\x70\x81\x35\x01\x00\xa4\xe4\xd8\ -\xee\x46\x43\x1f\x5f\xcf\xb2\xb6\xc5\x1c\xab\xd8\x14\x50\x8a\x00\ -\xed\x85\x5c\xaf\x65\x59\xb6\xdb\x75\xd6\xff\xc1\xb9\x80\x29\xd7\ -\x8c\x72\x7d\xec\xe4\xc9\x33\xbb\x3c\xe5\x6d\x1b\x97\x02\x8a\xa7\ -\xc4\xca\xe2\x25\x9b\x47\x7a\xbd\xde\x4e\x87\x99\x33\xe3\x52\x80\ -\x86\x29\x61\x5f\x73\xe7\xe2\x7b\x22\xb2\xe0\x30\x77\x26\x5c\x9f\ -\x02\x1a\xe0\x56\x09\x82\x55\x95\x0e\x5f\x17\x11\x6b\x7b\x90\x8b\ -\xc1\xc3\x35\x40\x34\x8b\x2b\x41\x70\x7f\x32\x18\x3e\xef\x3e\xfb\ -\xc2\x78\xb9\x08\x0a\xa0\xa5\x70\x32\x10\x38\xa4\x54\x7a\xc8\x47\ -\xfe\x7f\xe1\xeb\x2e\x00\x12\xe3\xe2\x31\x01\x5e\x48\x92\xf4\x01\ -\x5f\x35\x94\xe1\x4d\xc0\x04\x29\xee\x16\x01\xe2\x8d\x24\x49\x57\ -\xfd\xd6\x71\x1e\xcf\x02\x28\x10\x14\x25\x04\x20\xde\x57\x2a\xbb\ -\xc9\x6f\x2d\xe7\xc2\x7d\x43\x08\x60\x48\xd8\x21\xd0\x47\xfa\x69\ -\x7a\x83\xef\x72\xfc\x0b\x98\x50\x26\xe1\xd2\x40\xe3\x93\x24\x49\ -\xae\xf5\x59\x48\x55\x02\x00\x40\x40\x43\xc2\xe5\x60\xe3\x78\xbf\ -\x7f\x2a\xf2\x55\x44\x95\x02\x00\x81\xd0\x5c\x09\xad\x20\x18\xaf\ -\xad\xaf\x7f\x7f\x85\x8f\x12\xaa\x15\x00\x40\x00\x91\xe2\x46\x89\ -\xb8\x6a\xa1\x79\xf6\x58\xaf\xd7\xbb\xcc\x75\x7e\xe5\x02\x00\x80\ -\xa5\x7d\x03\xaf\x6b\x36\x17\x8f\x6e\x6c\x6c\x2c\xba\xcc\xae\x85\ -\x80\x29\xa6\x04\xe2\x46\x04\xcd\x0f\x5c\x36\x4f\x75\x12\x00\x94\ -\x34\x4f\x84\xdc\x36\x18\xa4\x6f\x15\x9e\x39\x5a\xa3\x6e\x02\x00\ -\x88\x26\xb7\xae\x04\x01\xef\x55\x2a\x7b\xd1\x45\x07\x59\x43\x01\ -\x80\x88\xd9\x3c\x81\xf2\x98\x4a\xb3\x27\x6c\x67\xd5\x52\x00\x50\ -\xde\x3c\x41\xe4\xf0\x86\x1a\x3e\x64\x33\xa7\xb6\x02\x26\x98\xcd\ -\x13\x21\xaf\x29\x35\xbc\xd3\x56\x42\xcd\x05\x50\xc4\x6c\x9e\x28\ -\x90\x57\x6c\x25\xd4\x5c\x00\xfe\xed\xe5\x9d\xb5\xdb\x62\x6d\x1e\ -\x4e\x96\x31\x9d\xbb\xf1\x21\x09\xf0\xb6\xad\x8c\x1a\x0b\x20\x34\ -\xa4\x61\x2c\x00\xca\x23\x71\x18\xbe\x6a\x2b\xa5\xa6\xa7\x00\x21\ -\x52\x32\x79\x91\xa7\x3a\x16\x27\x0f\xd4\x55\x00\x25\x60\x61\xf6\ -\x02\xbc\x1c\x45\xed\xe7\x6c\x47\xd5\x4e\x00\x81\x00\x62\x5c\xfa\ -\xde\xed\x84\x4b\x8f\x92\x2c\x7b\x01\x7b\x51\xd4\x46\xc0\xe4\x13\ -\x67\x20\xe6\x75\xff\xe3\x1f\xcf\x9c\xbe\xaf\xe4\xf5\xbb\x15\x6a\ -\x23\x60\xd2\xec\x6c\xdd\xeb\x0b\xf0\x79\x23\xc0\x5d\x2b\x2b\x2b\ -\x23\x57\xb9\xf5\x10\x20\x12\x9c\x5b\x03\x7f\x43\x7c\xad\xf3\xb3\ -\xb7\xb6\xdb\xed\x3f\x5c\x46\x57\x7f\x1b\x24\x09\x73\xd9\xaf\xeb\ -\x7c\x74\x73\xb7\xdb\xfd\xc5\x75\x7c\xc5\x2b\x80\x84\xd9\xe7\x9f\ -\x12\x9d\xef\x5f\x5e\x5e\x3e\xed\xa3\x82\x2a\x57\x00\x01\x63\xf2\ -\x3f\x13\xfa\x40\x27\x8e\x13\x5f\x45\x54\xb2\x02\xa6\x57\xfa\x62\ -\xf6\xef\xa2\x79\x4b\x14\x45\xdf\xf8\xac\xc5\xbf\x00\x01\x69\xe6\ -\x8e\x34\x65\x35\x8e\x97\xbe\xf0\x5d\x8e\xef\x97\xa3\x04\x8d\x4c\ -\x21\x78\xcf\x72\x18\xae\xf9\xad\x65\x82\xef\x97\xa3\x46\x1e\x81\ -\x87\xa3\x68\xe9\x43\xbf\x75\x9c\xc7\x9b\x00\x11\x34\x8c\x63\xe0\ -\x93\x51\xd4\x7e\xd3\x57\x0d\x65\x78\xb9\x0b\xd0\x5c\xf6\x80\xf0\ -\xa5\x4e\xd4\xaa\xfc\x6b\x32\x1e\x56\x00\x03\x29\x34\x37\x04\xdf\ -\x89\xa2\xd6\xe3\x2e\x9a\x9b\x59\x71\x2d\xc0\xd8\xdf\x13\xf8\x28\ -\x0c\x5b\x0f\xd6\x61\xf2\x80\x5b\x01\x01\x8a\x5b\x5c\xe2\x84\xd6\ -\xf9\xdd\x24\x73\x87\xb9\x33\xe1\x52\x40\xf1\x91\xc6\x57\xa3\x3f\ -\x37\x6f\x8f\xe3\x78\xd3\x61\xe6\xcc\xf8\xd9\x0a\x0b\xbe\xcb\xf3\ -\x1d\x07\xf7\xee\x0d\x7f\xf5\x92\x37\x03\x3e\x6e\x83\xc3\xf1\x38\ -\xd8\xbf\x67\xcf\x95\x3f\x78\xc8\x9a\x19\x9b\x02\xca\x9e\xe0\xff\ -\x04\x19\x1f\xe8\x76\x5b\x03\x8b\x39\x56\x71\xf5\x93\x19\x00\xf8\ -\x2d\xa0\x1c\xec\x74\x3a\xdf\xda\xca\x70\x81\xa3\x9f\xcc\x50\x08\ -\xde\x11\x86\xe1\x97\xb6\xc6\x77\x85\x35\x01\x01\x79\x18\xe0\x18\ -\xc0\x98\xe0\xb3\x51\xb4\xf4\x99\xad\xb1\xe7\xcc\x99\x33\xc7\x15\ -\x7f\x01\x49\x16\x4b\x51\x69\x18\xd5\x52\x00\x00\x00\x00\x49\x45\ -\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\x87\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x39\x49\x44\x41\x54\x58\x85\xed\ -\xcd\xa1\x15\x00\x10\x00\x00\xd1\x63\x29\x55\x31\x80\x45\x4d\xe0\ -\x3d\xd9\x52\x9e\xa4\x8a\x8a\xfb\xe9\xda\x81\x24\x49\xbf\x0b\x27\ -\x52\x5b\x03\xc8\x8f\xae\x7d\xd6\x58\x00\xe2\x93\xa1\x24\x49\xd2\ -\xc5\x06\x65\xbc\x05\x04\xc9\x39\x8e\xf8\x00\x00\x00\x00\x49\x45\ -\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x0c\xd6\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x0c\x88\x49\x44\x41\x54\x78\x9c\xe5\ -\x9b\x5b\x6f\x5b\xc7\x11\x80\xbf\x25\x45\x8a\x94\x28\x89\x92\xad\ -\xbb\x64\xc9\x4e\x9a\xc2\x41\xe0\x26\x45\xd1\xa0\x48\x0a\xf4\xa9\ -\x7d\xe9\x7b\x81\x16\xfd\xa3\x7d\x2a\x50\xb4\x0f\x41\x90\x36\x4e\ -\x52\x20\x69\x92\xc6\x96\x6c\xc9\x37\x5d\x48\x49\xa4\x2e\xe4\xf4\ -\x61\xf6\x1c\xee\xd9\x33\x87\xa4\xe4\xf4\xc9\x03\x10\x24\x77\xf7\ -\xcc\xce\xcc\xee\xce\x6d\xe7\x00\xb2\x05\xe2\x78\xe3\x40\x9c\xf2\ -\x9e\xfe\x78\x93\x84\x90\xe3\xf9\x4d\x12\x42\x96\x57\x97\xed\xe0\ -\x0e\xf0\x18\x9c\x14\x3c\xdc\x00\x6e\x19\x1d\x25\x60\x32\x8b\x2f\ -\x6d\xaf\x0d\xa1\x66\x12\x10\xe0\x62\xc8\x98\x73\xa0\x67\xb4\x77\ -\x81\xbe\xd1\xfe\x12\xdc\xa9\x8d\x2a\xcf\xa3\x1b\x35\x00\x64\x1b\ -\xb8\xed\x09\x3d\x01\x5e\xf8\x89\xa7\x80\x39\xdf\x2e\xc0\x59\xd0\ -\x3e\xeb\xdb\xfa\xbe\x1d\x8f\xa3\x0a\x34\x81\x8a\xef\x3f\xf7\x34\ -\x54\xfd\xf7\x25\x70\x04\x97\xa7\x50\x39\xf2\x6d\x53\xa8\x20\x9d\ -\x9f\xff\xc4\xff\x9f\xf2\x6d\x0e\x68\x01\xa7\xbe\x7d\x29\xe8\x7b\ -\x01\xee\x71\x31\x6f\x85\x52\x92\x2d\x90\x09\x90\x8f\x40\x56\x8d\ -\x31\x6b\x20\x0b\x46\xfb\x06\xc8\xbc\xff\x3d\x05\x72\x0f\xe4\xae\ -\xff\xcc\x80\xdc\x01\x19\xb2\x23\xa4\xee\xc7\x2c\xa8\xe0\xe5\xae\ -\xc7\x31\xe1\xfb\xe7\x40\x36\xf3\x47\x55\x9a\x05\xed\x1b\x20\xbf\ -\x06\x29\x5f\xf3\x88\xcb\x04\xc8\x9f\xf5\xc1\x5c\xdf\x36\x48\xc5\ -\x68\x7f\xdb\x3f\xb7\xe2\x27\x5b\x8e\xf0\xdd\x1b\x73\x72\x3c\xe3\ -\x25\xff\xdb\x79\x46\xb6\xa0\x75\x4b\xdb\xe5\x2d\x83\xd9\x32\xc8\ -\x4f\x8c\xf6\x09\x90\x3f\xda\xbc\x14\x13\xf0\x91\x7f\x30\x92\x9a\ -\xac\x17\x30\x7f\xc7\x7f\xb6\xed\x15\x96\xed\x6b\x4c\x4e\x60\xa2\ -\xe2\xf6\x59\x15\x4e\x7b\x49\xe7\xcb\xf5\x97\xb3\xcf\xa5\xbb\xb9\ -\x02\xf2\xab\x71\x27\xdf\x1e\x6c\xfb\x50\x63\xca\x14\xc8\x6d\x63\ -\xfc\x2a\xc8\x07\xba\x7d\x4d\x7c\xf3\x5e\x79\x5e\x13\x64\x56\xb7\ -\xbc\xd9\x37\x07\xf2\x00\x64\xd1\xe8\x6b\xfa\x67\x23\xcb\x26\x9b\ -\xfa\xc9\x82\x71\x26\xe4\x17\xe0\x3e\x0d\xfe\x27\xca\xa3\x07\xec\ -\x01\x21\xa3\xab\x70\x79\x0b\x2a\x5f\x0e\xe1\x64\x0d\x78\x5a\xd0\ -\x97\xda\xe1\x1b\x3c\x0b\xf0\x00\xba\x4f\xa0\xf6\x2a\x68\xeb\x28\ -\x5d\x94\xc9\x29\xbc\x98\x37\x98\x30\x90\xc6\xc4\x34\x50\xe6\x1f\ -\xa0\x5a\xbd\xed\xc7\x6c\x01\x2f\x54\xa1\x0f\x05\xf1\xc4\x2c\xf9\ -\xff\x89\xe9\x4a\x34\x78\xd8\x46\xd0\xf6\xc2\xa0\x25\x86\x17\x20\ -\x82\x32\xbc\xe7\x9f\x5d\x02\x7e\x06\x7c\x0e\xcc\xa0\x16\x22\x81\ -\x9c\xd9\x8c\x04\x20\x0d\xd4\xcc\x24\xff\x37\x80\x36\xb8\x5d\x3f\ -\x51\x05\x35\x5d\x9b\xc0\xd7\xe0\xae\xf4\x7c\xb9\x13\x72\x20\xce\ -\x8f\x9b\x42\x7d\x81\x6f\x47\x98\x9f\xf8\xd9\x45\x60\x1a\x35\xa9\ -\x7b\xf6\xb3\xd2\x86\xfa\x0b\xd4\x9f\x58\x01\x7e\x00\x16\x80\xcf\ -\x80\xe7\x80\xb7\x3c\xec\xf8\xe7\x7b\xaa\xdb\xdc\x55\xd1\xc4\x5b\ -\x03\xf3\x26\x5b\x59\xcd\x29\x1b\x5e\x0f\x7c\x1c\x29\x46\xcb\x4c\ -\x2e\xa1\xa6\x72\x46\x3f\x37\x05\x59\xf5\xca\x78\x3d\x6b\x55\xd2\ -\xfe\x99\x81\x7e\x91\x09\x90\xdf\x78\x2b\x11\xb6\x07\x8a\x51\xee\ -\xaa\x8e\x18\x40\xc9\x98\xb5\xaf\x13\xb2\x0b\xae\x17\x8d\x5d\x03\ -\xfe\x0e\xdc\x09\x84\x10\xac\xcc\x61\x53\x19\xe7\x10\xdc\x53\xdf\ -\x37\xe6\xaa\x9b\xe0\x9f\x75\x4f\x80\x03\xc5\x7d\xd8\xcc\xf7\x8b\ -\x03\xd6\x81\xbf\x01\xf7\xb2\x73\xba\x9e\xf2\x22\xeb\x18\x47\xc0\ -\x12\xc0\x14\x70\x16\x31\x0f\x7a\xe6\xbf\xf3\x5b\xe9\x31\x59\x21\ -\xa0\x1a\xb9\xd9\x57\xc6\xdd\xe5\xf8\x3c\x8e\x0b\xee\x52\x71\x37\ -\xfb\xd1\x6e\x08\x3d\xbc\x1e\xf0\x04\x3d\x7a\xe1\x90\x1e\xea\x29\ -\x4e\xc7\x58\x2d\x25\x38\xe7\x57\x2f\x00\xd9\x46\x95\x4c\x29\x30\ -\x77\x07\xc0\x7d\xe0\xd2\x9b\xab\x57\xe8\xee\x09\x4d\x9e\x9f\xd0\ -\xdc\x04\x25\xe8\xfa\xe3\x56\x3b\xc4\xf6\xf7\xa7\x81\x2e\x48\x78\ -\x66\xfb\x3a\x56\xee\x03\x47\xe8\xca\x7f\xad\x63\x05\xa0\x03\x9d\ -\x13\xa8\x2f\x92\xd1\x67\xee\x08\xe4\xa7\xf1\x04\x63\x58\x01\x79\ -\x0b\x2e\x2a\x50\x9d\x46\x15\xd3\x29\x83\xad\xbd\x0b\xfc\x0e\xf8\ -\x4b\x01\x03\x01\x74\xe6\xa1\x9e\x04\x3f\x3e\x4e\xa8\x1d\xf9\xce\ -\x79\xd4\x52\xf8\x1d\xd5\x39\x87\xfa\xe1\x10\x64\x5d\xd4\x3c\xfe\ -\x06\xf8\x24\xa0\xd9\x2b\xcf\x7a\x0d\xb8\x0d\x72\x1e\x2d\x66\x6e\ -\x25\x62\x01\xc4\xd1\xe1\x5d\x60\x1a\x26\x1f\xaa\x12\x74\xfb\xd9\ -\xe1\xb2\x0e\xfc\x03\x0d\x70\x8c\x20\x43\x80\xee\x6d\xa8\x4d\x40\ -\xfd\x25\xb8\x4e\x01\x43\x47\xd9\xbf\x52\x07\x16\xe0\xa2\x06\xd5\ -\x93\xbc\xd6\x4e\x7d\x93\xbf\x02\x6b\xe0\xf6\x82\xce\x36\xc8\x09\ -\xba\x63\xdf\xf6\x9e\x6b\x42\x5b\x9f\xe8\xd8\xc7\x3a\xa0\x0a\x9c\ -\xfb\x09\xee\xa1\xab\xf2\x85\x4d\xb3\x2c\xa1\xdb\xbe\x87\xad\x13\ -\xa6\x81\x55\xa8\xb5\x55\x89\x15\x32\x6f\x80\xeb\xe8\x33\xd5\xb6\ -\x32\x18\x1e\xab\x30\xaa\xa3\x87\xfa\x02\x2b\x05\x88\xbe\xf1\x63\ -\xee\xf9\xe7\x3a\x64\x1d\xb9\x22\x2b\xc0\x06\xf0\x0c\xf5\x01\x8c\ -\x03\x7c\xd8\x04\xba\xe0\xba\x9e\xe0\x48\x31\x1e\xcd\x43\xbb\x86\ -\xae\xc2\xf9\x58\x3c\xdb\x70\x01\x3c\x85\xf6\x24\x1c\x2f\x60\x87\ -\xb4\x5d\xe0\x4c\xe7\x8c\xc1\x9d\xa1\x8b\xfa\x83\xe7\x29\xc7\x8b\ -\x25\x80\x06\xea\x3d\x2d\xe6\xb7\x7c\x02\xcd\x29\x70\xad\x6c\x5b\ -\x22\x84\xcb\xf7\x61\xae\x07\xb3\xaf\xcc\x47\x6f\x04\xb3\xaf\x60\ -\xf6\x52\x71\x5b\x47\xcd\xb5\x60\xae\x20\x16\x61\x07\x35\xdf\x2d\ -\xd4\xc2\x65\xc0\x12\xc0\x34\xaa\x3d\x0b\x94\x9a\x2c\xa3\x6e\xaa\ -\x01\xc7\x4d\xa8\x7c\x0f\xcc\x33\x7e\xec\x3d\x06\x88\x03\x16\xa0\ -\xf2\x9d\xce\x61\xc2\x73\xdb\x59\x72\x97\x40\x19\xdc\x31\xba\xb8\ -\x19\xb0\x04\x20\xa8\x69\xd9\x29\x20\x64\xc2\xb6\xf3\x32\x05\xa5\ -\x64\x22\x7f\x1c\xac\x60\xeb\xda\x10\x6e\xfb\x16\x94\x4a\x5e\xbf\ -\xc4\xc3\xae\x94\x36\xb1\x78\x3a\xd4\x23\x34\xda\x0a\x94\x07\x83\ -\x4c\xbf\x7d\x13\xd5\xb2\xe1\x2a\xcc\x82\x74\x81\x15\x98\xd9\x0f\ -\xfa\x5a\xc0\xbb\xc0\x13\xd2\x8c\x4e\x06\x92\xd4\x19\xa8\x4f\x61\ -\xe5\x05\xe7\xd0\x40\xe7\x07\xfd\x2d\xa0\x3b\x73\x03\xe4\x19\x03\ -\x3f\x23\xc1\x7f\xa6\x7d\x1c\x64\xd1\xb8\x63\xef\x0e\x27\x81\x59\ -\x0a\x31\x61\x35\x72\x49\x48\x99\x47\x83\x8d\x65\x4f\x64\x84\x9c\ -\x1e\x74\x66\xa1\x7e\x00\xc4\x41\xc6\x23\x4f\xd0\xd7\xc1\xe4\x2b\ -\x40\x1f\x3a\x67\x50\xdf\x05\x1c\x74\x6f\x41\x2d\xc9\x2f\x3e\xf3\ -\xdf\xce\xcf\xf9\x05\x9a\x2b\x0c\xe1\x15\x74\x66\xa0\x9e\x08\x2d\ -\x9c\xb7\x89\x2a\xbe\xbe\xee\x86\x54\x57\x25\x79\xcb\x4c\xc2\xc6\ -\x5a\x99\x45\xe0\x4b\x90\xaa\x27\xe0\x25\xb8\x43\x34\xd3\x73\x96\ -\x8f\xfc\xa4\x01\xf5\x32\xb8\xe7\x79\x54\x82\x67\x7e\x01\x38\x46\ -\x57\xec\x1b\x63\x77\xb5\xfd\xf8\x32\xba\xe2\x07\x9e\x8e\xff\x68\ -\x5f\x2e\x7a\x3b\xf1\xa6\xcf\x67\x7f\x43\x9a\x64\x1f\x15\x98\x17\ -\x9a\x6c\x02\x4f\xe0\xa4\x03\x8d\x29\xb2\xe1\xb1\xa9\x03\x4a\xa8\ -\x04\x6f\x83\xdb\x09\xec\xf7\x2d\x6c\xe5\x37\x0d\x47\x05\x69\x68\ -\xa5\x00\xcd\xf4\x6e\x01\x4f\x87\x87\xc4\xa9\x2f\x7f\x1f\x0d\x67\ -\x87\x05\x52\x27\x18\xbe\xbd\x5f\x08\x9f\xb9\x72\x27\xa8\xb7\xba\ -\x01\x8d\x03\xf4\x48\x65\xa0\x48\x09\x2e\xe5\xe3\x01\x28\x20\xbe\ -\x01\xf3\x47\x46\x7b\x02\x65\x25\xb4\xf2\x90\x9c\xb3\x94\x9b\x3a\ -\x51\x78\x9f\x61\xdf\x3f\x84\xb4\x14\x08\x20\x37\x4e\x7c\x6a\x7c\ -\xcd\xea\xb5\x04\xb0\x00\x58\xf6\xdf\xba\x84\x18\x07\x56\x18\x24\ -\x34\x0c\x8f\x31\x81\x9c\x93\xf3\x12\x2e\x8c\xd4\x7b\x06\x8a\x84\ -\x69\xd1\xfa\x0a\x43\x60\x05\x47\xe0\x5a\xe1\xec\x28\xc1\xf4\x07\ -\x3b\xa7\x30\x94\x36\x3c\x3c\xd7\x85\xea\xa8\x7c\xdb\x35\x72\x0d\ -\xee\x0c\x55\xe6\x19\x88\x05\x30\x41\x71\x54\x77\x13\x9b\x5e\x83\ -\x6e\x64\xde\x62\x21\x0c\xbd\xb1\xb9\xa9\x1f\x51\xf4\x5c\xae\x3d\ -\xb6\x02\xcb\x70\x65\x69\xf3\xc0\x3f\xc8\xb4\x97\xec\xf6\x14\x9a\ -\x50\x7b\x66\xd0\x21\x20\x8f\xd1\x24\x0b\xc0\xa3\x02\xfd\x32\x62\ -\x85\xbb\x7d\x8d\x34\x73\xd0\xc3\xce\xd6\x8e\x8a\x05\x7a\x15\x98\ -\xb8\xce\xf6\x4f\xec\x75\x11\xf4\x47\xf4\xbf\x26\xd4\x1c\xc5\x47\ -\x70\xac\x79\x23\x01\x94\x9f\xa1\xf6\x37\xc6\xd5\xb3\x11\x8e\xcc\ -\xf2\x1e\x90\x9a\xa4\x10\xd2\x6d\xff\xc8\x7f\x46\x58\x87\x42\x28\ -\x12\x40\x19\xdb\xb3\xcc\xcd\x11\xeb\x80\x2e\x51\xbc\x1c\x40\x11\ -\xb3\xc3\x08\xbf\xca\xcf\x11\x9f\xf9\x51\xd6\x61\x28\x14\x8d\x1f\ -\x5b\x39\xc6\x02\x48\x72\xe7\x39\x6d\x79\x03\x22\x12\xe8\x93\xde\ -\x27\x16\x29\x3c\x4b\x08\x32\x43\xea\xe9\xdd\x78\xee\x00\xc4\xe7\ -\x17\xb3\x60\x99\xc1\x23\x06\xb7\x38\x3f\x06\x3c\x07\x56\x46\x68\ -\x7b\x22\x21\x94\x50\xaf\xcd\xb8\x70\xc9\xc0\x98\xbe\x49\x12\x4e\ -\xe7\x05\x6a\x09\xc0\x01\xfb\xe4\x2f\x12\x8b\xa4\x7d\x00\x6d\x43\ -\x6f\x64\xe0\x25\xf0\x21\x23\x8b\x13\x9c\xa0\x61\xf8\x47\x0c\xbf\ -\x13\xc4\x67\x80\x8e\x8b\x10\x0d\x7e\x8a\x43\xad\xcd\x2e\x63\xe8\ -\x00\x00\xf1\x8e\xd0\x53\x15\x42\x7a\xb3\x73\x80\x79\x1b\xcb\x25\ -\x34\xaa\x43\x28\x4d\xee\xeb\xfe\x05\x6c\x6a\xde\xa0\x08\x64\x8e\ -\xc1\xe5\xcb\xa6\x45\xf0\x00\xe6\x26\x31\xd3\x6d\xed\x45\xd2\x88\ -\x55\x9a\x68\x6e\xe3\x91\xc7\x35\x32\x1f\x00\x9a\xe7\x9f\x04\x77\ -\x0e\xec\x28\x12\xd9\x40\xad\xc3\xbc\x8f\xbd\x43\x44\x4b\xc0\x19\ -\xc8\x3b\x44\x91\x16\x9a\x81\x59\x43\xa3\xba\x26\x70\x01\x17\x5b\ -\x5e\xc7\x58\x4e\xcf\x29\x1a\x19\x2e\xe9\x58\x1e\x00\xff\x06\x89\ -\x4d\x73\x92\xd9\x49\xf2\x01\xc9\xff\x24\x84\xee\x78\xfc\x7b\x7a\ -\xaf\x09\x3e\x83\x9d\xf3\x49\x62\x01\x74\x7c\xdb\x32\x7a\x1e\xd1\ -\x0b\x05\x8e\x3c\xbd\x02\xec\x67\xb7\xb1\xa0\xb9\x43\x59\xcf\xe6\ -\x10\xd3\x73\xf7\x4f\x70\xed\x60\x8e\x82\x3c\xa3\x05\x02\x9a\x38\ -\xd9\x8d\xe6\x5c\xd3\x60\x2d\x61\x3c\x09\x87\xc5\xa1\xbb\xfa\x38\ -\xdb\x0e\x0c\x0a\xb6\x32\xd9\xe9\xf8\x08\x84\x57\xd7\x16\xec\xa1\ -\xc1\x8d\x05\xcf\xc8\x14\x56\xe0\x6f\x65\x5f\xfb\x6e\x30\xb6\x0e\ -\x2b\x14\xe6\x24\x93\xc0\xcb\x84\xe4\x3a\x3e\xa3\x38\x8b\x94\xe0\ -\x85\x6d\x0a\x5d\x5f\x89\xb2\xea\x6d\xdc\x15\xd0\xf2\x67\x30\xc9\ -\xdb\xbf\x0e\xf3\x09\x04\x42\x68\xdd\x46\x13\x24\x56\x4e\xb2\x1c\ -\xd0\x18\xf7\x2d\xa3\xd6\x68\x2c\x25\xd8\x46\xed\xa5\x19\x3f\xfb\ -\x6d\x6e\x64\x5f\x01\x38\x83\xc6\x32\x9c\x9c\x8d\xe1\x25\x5e\x03\ -\x9c\x28\xce\x99\x15\x06\x65\x77\x31\x2c\x53\x7c\xbc\x92\x1a\x85\ -\x9c\x59\xb5\x04\x70\x86\x2a\x97\x72\x41\x86\x15\x38\xee\x90\xbb\ -\xf7\x4f\xb7\xfd\x57\xd0\x38\xd3\x73\xfa\x63\x81\xac\x2a\x4e\xbe\ -\xc2\xf4\x18\xa5\x01\xad\xae\x2d\x74\x99\x83\xb3\x2e\xca\x53\x4e\ -\x78\x45\xf9\x80\xc4\x66\xbe\x6d\x13\xd4\x3c\x54\x84\xc9\x31\xc9\ -\xb9\xb7\xa7\xe8\x96\x5b\x85\x4e\x41\xa1\xd3\x38\x70\x3e\xab\x38\ -\x92\xea\x4f\xd3\x6d\x9e\x04\x66\x61\x2e\x4e\xd6\x26\xb0\x02\x53\ -\xd3\x01\x4f\x19\x88\x05\x70\x41\x9a\x34\x70\xde\x74\xc9\xba\x8d\ -\xd7\xed\x2b\x72\x4a\xd8\xee\xed\x15\xb0\x07\xf5\x4b\x55\x5c\xb2\ -\x38\x9e\xaf\x2f\xce\x8f\x5d\x81\x49\x8f\x23\x3c\xf3\xa1\x10\x28\ -\x01\xab\x76\xfa\x0e\xd4\x34\x5f\x54\xc0\x7d\xeb\x1b\xea\x44\x56\ -\x20\x36\x83\xf1\x95\xd3\x27\x68\x39\x1a\xc0\x32\x5a\x27\xd4\x0f\ -\xc6\x5d\x02\xbf\x45\xaf\xc7\x97\x0d\x9d\x97\xa4\xa0\x4e\xd1\xf8\ -\xfc\x3d\x2f\x84\x61\x89\x0f\x21\xad\x35\xa0\x81\xba\xd1\x56\x4d\ -\xcf\x25\xf0\x7b\xe0\x53\x06\x97\xa3\x89\x19\x4c\xca\x6b\x27\xf5\ -\x66\x3b\x85\x12\xc3\xdd\x67\xd9\x42\x0b\x0f\xc2\xb6\x86\xf7\x08\ -\x37\xa2\xf6\xa4\x0e\x6f\xcd\x7f\x1b\x56\x43\x1a\xdc\xa8\x46\x30\ -\x7d\x7e\x05\xf3\x52\x45\xaa\x68\x09\xed\x1c\xc8\xbb\xb6\x4e\x90\ -\xf7\xf3\xd6\x4a\x3e\x64\x8c\x1a\xa1\x43\x90\x20\x23\xeb\x4e\xe0\ -\xa4\xab\xf5\x80\x29\xa2\xf0\x8a\xba\x0f\xee\x11\xea\x25\xbe\x06\ -\xb3\xe3\x82\xcc\xa0\x29\xfb\xef\xd1\xcc\xcf\x0e\x79\xc5\xb8\x81\ -\xa6\xe0\xc3\x0b\x9e\xe4\x6e\x22\x03\x96\x00\xba\x40\x95\x4c\x49\ -\xec\xcc\x0b\xa8\x4c\x7a\xc9\x16\x85\xb4\xfb\xd0\xaa\xaa\xce\xb8\ -\x56\x5d\xee\x98\x20\x65\xc5\xdd\xaa\x90\xaf\xfa\x08\x14\x63\x7b\ -\x11\xba\x1d\x32\x1a\x5f\x2a\xa8\x6e\xcb\xd5\x28\x58\xb1\x40\x09\ -\xdc\x9e\x6e\x79\x79\x16\x28\xa0\xa7\xa8\x46\xee\x01\xff\x0d\x98\ -\x0f\x24\x3f\x77\xe0\x05\x94\x84\xbf\xa1\x0b\x7c\x13\x48\xbc\xbf\ -\x55\x94\xd1\xa7\x30\x27\x51\xbf\x04\x39\xc6\xfb\xd0\x68\x91\xb9\ -\xbe\x93\x8a\xd2\xe3\x76\x40\xee\x1a\xcc\x66\xe0\x25\x69\x2e\xc0\ -\xed\xa2\x75\x36\xc9\xd6\x17\x54\xf1\x54\xc8\x66\x8d\x22\x1c\x4e\ -\x54\x80\xec\xa3\xb5\x3f\xf7\xc6\x08\x97\x0d\x68\xdd\x46\x9d\x9b\ -\x25\xe0\xb9\xee\xb0\x9c\x9d\x9f\x26\x5d\xd5\xe3\x26\xba\xea\x65\ -\x54\x79\x76\xd0\xda\xe6\x25\x65\x1e\xd0\xcb\xd8\x8c\x33\x14\xed\ -\x00\x77\x9a\x0d\x57\xdd\x1e\x5a\xc3\xbf\x81\x46\x66\x9f\xa3\x42\ -\x78\x00\xe7\x27\x50\x3d\x52\x22\x0b\xcd\x5b\x5f\xe7\x68\x24\x15\ -\x9b\x49\x1b\x80\x83\x0b\xbf\xbb\xaa\xc9\x0b\x14\x21\x1c\x7b\x66\ -\xbc\xa9\x33\x1d\xcb\x65\xc5\x2f\x4b\x1e\x6f\x12\x23\x7c\x00\x3c\ -\x04\x0e\xc0\xbd\x0c\xc6\x97\xe3\x7b\x46\xeb\x08\xc4\xcc\x74\x3d\ -\x21\x0f\xd1\x82\x45\xd0\x2b\xef\x65\xdf\xbe\x1f\xb4\x1b\x20\x62\ -\xf7\x8b\x83\xea\xa4\x67\xb0\x53\xe0\xc5\xad\x8f\xc0\x7d\x05\x4c\ -\xc1\xd1\xf7\xd9\xeb\x39\x71\x9e\xb6\xf8\xcc\x8f\x93\x42\x93\x3b\ -\x03\xe7\x27\x53\x2e\x5f\xcf\x5a\x07\xf0\x66\xe8\x7d\xec\x44\x49\ -\x32\xe6\xff\x50\x2e\x0f\xba\x00\xf2\xf3\xbc\xf9\x95\xa6\x5a\x8a\ -\x5c\xb9\xfc\x1d\xcc\xb2\x5e\x1b\xf9\xc7\xd8\x2f\x4c\xac\x92\x7b\ -\x61\x42\x1c\xfa\x82\x85\xf1\x02\x43\x3a\x66\x7b\xcc\x89\x43\x9c\ -\x05\xcf\x88\x43\xdf\x18\xf9\xa5\xd1\x57\xce\xfa\x2b\xa9\x10\xaa\ -\x8c\xff\xc2\x44\x8a\xe8\x4f\x05\x4e\xc8\x46\x5e\x08\x00\xf2\x1e\ -\xfa\xca\x4a\xee\xa5\x04\x5e\xeb\x95\x99\xb4\xad\xe4\x9d\x9f\xb7\ -\x40\xde\x31\x9c\x9f\xb2\xa5\xe5\x3d\xf3\x7f\xc8\xe3\x2b\x9e\x3c\ -\x91\x5a\x59\xa5\x16\x7b\x80\xe0\x77\x82\x71\x7d\x2d\x1b\x7e\x6b\ -\xde\xd3\x4f\x2b\x74\x9e\x2a\x8c\x7e\x69\x6a\xca\x8f\x09\x04\x2f\ -\x2b\x0c\x5e\xbe\x2a\x7a\x39\x6a\x1e\x33\x66\x91\x2d\xcf\x43\x29\ -\xbf\x9b\x15\x62\x44\x86\x93\x23\x9b\xa8\xb6\xf5\x35\xba\xb4\xfc\ -\xef\x1a\x6a\xe6\x1c\x7a\x01\x72\xc1\xe0\xb5\xb9\x19\x40\xa0\x37\ -\x0d\xe5\xc4\x29\x4a\x4a\x64\x7b\xc1\xff\xe4\xf6\x26\x79\x6d\x2e\ -\x28\x97\x4d\xe9\xeb\xfa\x71\x0e\x35\x61\xa7\xfe\xf7\x24\xaa\xc4\ -\x7d\x01\x06\x1d\x54\xa1\xce\x06\x78\xf6\x06\x4e\x93\xed\xc0\x8d\ -\xb8\xa2\x8e\x41\x26\x30\x4a\xcd\x3c\x9e\x3a\x79\x2d\x1b\xbf\x38\ -\x59\x42\xaf\xca\x92\x23\x54\x65\xe0\x5f\xe0\x99\x38\x24\x6b\xf3\ -\xac\x17\x27\x85\x41\xe2\x33\x06\xa3\xb4\x36\x7d\xac\x88\xc7\x37\ -\xf7\xd5\x59\xab\xe1\x0d\x80\x0c\xcf\x6f\x1a\xf3\x09\xa8\x10\xfe\ -\x07\xb4\x0a\xfd\x7e\xcf\x22\x5b\xc2\x00\x00\x00\x00\x49\x45\x4e\ -\x44\xae\x42\x60\x82\ -\x00\x00\x01\x47\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\xf9\x49\x44\x41\x54\x78\x9c\xed\ -\xd6\x21\x4e\xc4\x50\x14\x85\xe1\x73\x5b\xa6\x04\x04\x0a\x6c\x43\ -\x9a\x54\x92\x20\xd8\x03\x2c\x80\x75\x60\x58\x00\x61\x01\xb3\x09\ -\x3c\x92\x64\x58\x06\xba\x06\x53\x12\x32\x0e\x41\x86\x0e\xf3\x2e\ -\x96\xbc\x07\xb8\xbe\x49\xe8\xff\xc9\x73\x2b\x4e\x8f\x69\x25\x00\ -\x00\x00\x00\x00\x00\x00\x00\x00\x60\x12\xec\xaf\xa3\xbb\x9b\xa4\ -\x32\x53\x97\xb1\x04\x33\x0b\xbf\x1d\x7f\x1c\xa0\xef\xfb\xc3\xe1\ -\x73\x33\x37\xd9\xa5\xa4\xfd\xd1\xaa\xe5\xb1\x92\xf4\x50\x98\x5f\ -\xd5\x75\xfd\x12\x1f\x93\x01\xba\xae\x3b\x98\x55\x7b\x4f\x92\x1f\ -\xe7\x68\x97\x8d\x6b\x19\xc2\xfa\xa4\x69\x9a\xd7\xef\x71\x11\x3f\ -\x57\x55\xbb\xb7\xff\xee\xe5\x25\xc9\x74\x54\x94\xb3\x79\x1c\x27\ -\x03\xb8\x74\x9e\xa7\xd1\x56\x5c\xc4\x41\x32\xc0\xd4\x24\x03\x98\ -\xf4\xb8\x8d\x22\x99\x2c\xe2\x20\x19\x60\x18\x3e\x6e\x24\x7b\xce\ -\x52\x27\x27\xd7\x32\x6c\xd6\xd7\x71\x9c\x0c\xd0\xb6\xed\xdb\x4e\ -\xa9\x33\x97\xdf\x49\x7a\xcf\x52\x6e\x5c\x2b\x49\xf7\x45\xe1\xa7\ -\xf1\x17\x40\xe2\x47\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x98\ -\x8a\x2f\xe6\x4f\x38\x6a\x74\xad\x97\x2f\x00\x00\x00\x00\x49\x45\ -\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x03\xe0\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x03\x92\x49\x44\x41\x54\x78\x9c\xed\ -\x98\x4d\x68\x5c\x55\x18\x86\x9f\xf7\xde\x50\x12\x45\xa1\xda\x9d\ -\xe8\x56\x5c\xb7\x64\x22\xa9\x68\x54\x4a\x9b\x42\xd2\x49\x20\xe0\ -\x4a\xb4\xfe\x81\x6b\x7f\x41\x44\xac\x60\xba\xd0\xad\x8a\x05\x57\ -\xae\x9a\x8c\xc9\xa2\x15\x4a\x35\x9b\xca\x4c\xd2\x14\x74\xd3\x9f\ -\x9d\xc5\x65\x44\xd2\xb8\x88\x3a\x73\x5f\x17\xa1\x32\xb9\xf7\x26\ -\x99\x99\xdc\x99\x44\x7a\x9e\xe5\xf9\xee\x39\xe7\x7d\xbf\xf3\x73\ -\xcf\x39\x10\x08\x04\x02\x81\x40\x20\x10\x08\x04\x02\x81\x40\x20\ -\x10\xb8\xb7\x50\xba\x60\x70\xc6\x1f\x4a\xfe\x00\x88\x0d\x89\xc0\ -\x7b\xa0\xab\x30\x0c\x12\x44\x40\xc3\xd6\xc7\x8b\x93\xfa\xa8\x39\ -\x9e\x49\x40\x69\x36\xa9\x03\x71\xaf\x04\xf6\x98\x46\x6d\x22\xea\ -\x6b\x2e\x88\xf6\x4a\xc9\x7e\x21\x93\x00\x5b\x67\xd0\xff\x7b\xda\ -\xe7\x22\x6c\xeb\x4c\xb6\x38\x87\xd2\x8c\x47\x90\xe7\x80\x07\x52\ -\x21\x03\x49\x17\xe4\x15\x49\x44\xd6\xd7\x9a\xa4\xb1\x6a\x59\x0b\ -\xe9\x8f\x73\x13\x00\x50\xaa\xf8\x30\xf6\xf7\xc0\xa1\x54\x0d\xe3\ -\xfd\x99\x04\x43\xa4\xac\xa7\x15\xa4\xe3\xb5\xb2\x96\xf3\xea\x6c\ -\x99\x00\x80\x23\x73\x7e\x3c\x6e\xf8\x12\xf0\x68\xaa\x23\x6b\xbf\ -\xcd\x04\x11\xe1\xcd\x7e\x24\x6e\xd7\x23\x1d\xbb\x3a\xae\x9b\x5b\ -\x55\xdb\x76\x13\xbc\x3a\xae\x9b\x49\xa4\x61\xe0\xc6\xe6\xbe\x90\ -\xb5\x7f\x36\x50\xe7\x98\x07\x6e\x34\xa4\xa3\xdb\x99\x87\x1d\x66\ -\xc0\x5d\x0e\xcf\xfb\x50\x5f\xc3\x17\x31\x47\x52\x5d\x03\x6a\xb4\ -\x23\xb6\x78\x1c\xa7\x6d\x08\x96\xfe\xe9\xd3\xe8\xf2\x98\x56\x76\ -\xaa\xdd\xd2\x28\x2e\x8f\x69\xa5\x2f\xd2\xb3\xc0\x0f\x9b\x23\x02\ -\x88\x51\x4b\x79\x2c\x14\x6f\x8c\x78\x9e\xf9\xcb\x71\xac\xe7\x5a\ -\x31\x0f\x6d\x9c\x03\xae\x8c\x6b\x6d\x60\x55\x27\x05\x95\x1c\x35\ -\xb1\x5b\x9c\x4d\x45\x60\x90\xf2\x97\xe0\xec\xc1\x7e\x9d\xbc\x32\ -\xae\xb5\x56\xdb\x6a\x6b\x1d\x2f\xbc\xa4\xf5\xfe\x83\x9a\x92\x7d\ -\x2e\x1d\x93\x89\x9c\x5d\x87\x85\x63\x23\x39\xab\x5b\xf6\xb9\xc7\ -\xea\x9a\xba\x38\xaa\xbf\xda\x69\xaf\x33\xc1\xb6\x4a\x95\x64\x1a\ -\xf4\x56\x8e\xc0\x44\x5d\x3a\x48\x35\x9d\xeb\x37\x21\xfb\x6c\x75\ -\x22\x7a\x17\xa9\xed\x7e\x77\x35\x62\x83\x15\xbf\x2d\x7b\x3a\xa7\ -\xd9\x04\x5c\x68\x12\x8c\x24\x9c\x3d\xb9\x4a\xef\x2c\x96\x75\xb6\ -\xd3\x76\x77\x3d\x65\x87\x66\xfc\x8a\xe5\x2f\xc9\x8c\x4c\x71\x49\ -\xd8\xc2\x7c\x62\xe9\xb5\xc5\xb2\x32\xcb\xb1\x1d\x0a\x59\xb3\xa5\ -\x8a\x27\xb1\xbf\x05\x0e\x34\x97\x5b\xb6\xac\x5d\x1d\x98\x8c\x23\ -\x65\x7f\x33\x7f\x0b\xbd\x50\x9d\xd0\xec\x6e\xda\x86\x02\x77\xee\ -\xa1\xf3\x7e\xde\xf2\x77\x88\xfb\x9b\xcb\x8d\x2d\x3a\x4e\x42\xde\ -\xb9\xfe\xcf\x44\x3a\xb5\x54\xd6\xe5\x0e\xdb\xdc\x44\xa1\xbb\xf6\ -\x93\x15\x0f\x26\xf6\x05\xe0\xe1\x54\xa8\x93\x4b\x54\x9e\xf9\xdf\ -\x13\xeb\xc4\xd2\xa4\x96\x3a\xd5\x98\xa6\xf0\xdf\xd6\xd0\xac\x9f\ -\x30\xbe\x04\x3c\x92\x0a\x19\x91\xec\xf8\x7f\x10\xd8\xb9\x97\x9a\ -\xdf\x84\x8e\x55\x27\x74\xbd\x38\xb5\x5d\x78\x10\xa9\x4e\xe8\x7a\ -\x6c\x0d\x03\xb7\x52\x21\xb1\x61\x6c\x47\x4d\x39\xe6\x6f\xd5\xeb\ -\x1a\x2e\xda\x3c\x74\xe9\x45\xe8\xa7\x49\xfd\x1a\xa3\xa7\x80\x6b\ -\xa9\x90\x8c\xb7\x79\x6e\x73\x9c\x73\xa9\xb9\x76\xa0\xae\xa3\xcb\ -\x53\xba\x5d\xb0\xcc\x0d\x41\xdd\x68\xf4\x2e\xa5\x0b\x7e\xd0\xeb\ -\x9e\x17\x3c\x9d\xd3\x75\xe3\xbf\xf7\x56\x09\x9c\x9b\x98\x05\xfa\ -\x35\x5e\x1b\xd5\x9d\x6e\x69\xec\xea\x95\xb6\x36\xaa\x3b\xf7\xad\ -\xea\x38\x30\x9f\x8d\x3a\x66\x63\x00\xb4\x85\xf9\xb9\x81\x55\x9d\ -\xe8\xa6\x79\xe8\xd1\x05\xe6\x99\x1f\xdd\xb7\xfe\x47\xf2\xb5\xd1\ -\x8b\x2d\x55\xb0\xbf\x19\x78\x28\x7a\x75\x61\x44\xf5\x2e\x4b\xeb\ -\xcd\xa3\xc6\xc2\x88\xea\xd5\x9f\xa3\x97\x85\x3f\xdf\xe9\x5b\xe3\ -\xcf\x6a\xbf\x44\xa7\x7b\x61\x1e\x7a\x78\x85\x05\xc0\xd6\xe0\x2c\ -\xef\x49\xfe\x24\x5f\x8d\xde\xaf\x9d\xe2\xd3\x4e\x2e\x35\x9d\xd2\ -\xfb\x97\x0c\x60\x70\xc6\xaf\x4b\xfe\xa2\xa9\xc8\x48\x6f\xd4\xca\ -\xfa\xaa\xd7\x5a\xf6\x24\x01\x00\x43\x33\x8d\x69\x4b\xa7\x81\x06\ -\xd6\x9b\xb5\x49\x9d\xdf\x2b\x2d\x81\x40\x20\x10\x08\x04\x02\x81\ -\x40\x20\x10\x08\x04\x02\x81\x7b\x89\x7f\x01\x9b\xd6\x34\x0b\xef\ -\xec\xcc\xa6\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\x85\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x37\x49\x44\x41\x54\x58\x85\xed\ -\xce\xc1\x0d\x00\x30\x08\x03\x31\xd4\xc9\xd9\x14\x21\x16\xe9\x10\ -\xf0\xf4\xfd\x13\x39\x62\x51\xf5\x64\xf5\xe4\xe6\xe3\x6d\xc6\x17\ -\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7c\ -\x9f\x23\x06\x85\x22\x0f\x12\xcb\x00\x00\x00\x00\x49\x45\x4e\x44\ -\xae\x42\x60\x82\ -\x00\x00\x02\x2e\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\xe0\x49\x44\x41\x54\x58\x85\xe5\ -\x96\xbd\x6b\x14\x51\x14\xc5\x7f\x67\x46\x8d\x20\xf1\xab\x90\x85\ -\xcd\xec\x18\xc1\x2e\x85\xa5\x95\x65\x04\x25\x8d\x85\x56\x0a\x76\ -\x36\x42\xfe\x00\xb1\x10\x7b\x11\x04\x4b\x41\x2b\x2d\x6c\x82\x85\ -\xa6\xb3\xb2\x14\xd9\x4e\xc8\x3a\x3b\xbb\xb0\x58\x69\x82\x90\x0f\ -\x76\x8e\xc5\xac\xb5\xfb\x66\x1e\x0a\x7a\xab\x79\xc3\xbc\x73\x7e\ -\xf7\xbe\xfb\xde\x1b\xf8\xdf\x43\xb1\x05\xcb\xb2\x3c\x3d\xad\xd8\ -\x02\xfb\x6c\xde\x3b\xf5\xbb\xef\x0f\xc5\x34\x9f\x4c\x26\xc7\x76\ -\xf7\x0f\xde\x00\x27\xe6\xcd\x2d\x1a\x40\xbf\xdf\x3f\xb2\xb7\x77\ -\xf0\x1a\xb8\x18\x32\x2f\x89\x61\x6e\x3b\x5d\x5c\x3c\xf9\xdc\xb0\ -\x8a\x1d\x34\xb7\x35\x80\x6d\x0d\x87\xe5\x13\xe3\x1b\xf5\x1b\x55\ -\x7f\x14\xa0\x28\xc7\x0f\x8c\xee\x00\x18\x2a\x44\x50\x09\x5a\x01\ -\x0c\x8a\xd1\x3a\xf6\x3d\xdb\x80\x2b\x11\x66\xde\x0a\xa0\x28\x46\ -\x37\x85\x1f\x01\x24\x52\x05\x0a\x36\x6f\x0c\x50\x14\xe3\x35\xe3\ -\x67\xf5\x48\x95\x1b\x64\xde\x18\x60\x6b\x38\xbc\x64\xaa\x57\x40\ -\x5a\x1b\x07\xb6\x7d\x1b\x80\xc1\x60\x74\x21\xb1\x36\x80\xa3\x60\ -\x0b\x82\x3a\xbe\x15\x40\x59\x96\xe7\x95\xf8\x2d\x70\x1c\x70\xe8\ -\x76\x6b\x05\x50\x96\x65\x77\x5a\xb1\x09\x9c\x99\x75\x7a\x14\x73\ -\x98\xf3\x28\x9e\x56\x8c\xea\x27\xe3\x48\x99\xff\x8a\xf9\x96\xc0\ -\x7c\x8a\x69\x1a\x0c\x90\xa6\x5c\x01\x7d\x01\xa1\x48\xf7\x47\x10\ -\x40\x96\x65\xe3\x34\xf1\x2a\xf0\xd5\xf5\x3d\x1b\x0d\x62\x6e\xa1\ -\x2c\xcb\x3e\xbb\xd2\x65\x60\x1b\x10\x8e\x03\x11\x24\xb2\xbc\xbc\ -\xf4\xb1\x92\xd7\x80\x5d\x84\x1c\xa1\x12\xc1\x02\xe7\x7a\xbd\xf7\ -\x22\xb9\x0e\x4c\x05\x52\xcb\xdf\xba\x46\x19\xe4\x79\x77\x43\xe8\ -\x36\xc0\xac\x0a\x8d\x21\x1a\x97\x30\xcf\x97\x5e\x08\xd6\x01\x6c\ -\x37\x86\x68\xb5\x86\x79\x9e\x3d\x46\x7a\x28\x69\xa6\xe5\x60\x88\ -\xd6\x4d\x94\x67\xdd\xfb\x58\x4f\xeb\x91\x12\x3b\xac\x12\xad\x01\ -\x24\x39\xcf\xbb\x77\x85\x5e\xd6\xe3\x30\xcd\x28\x7b\x59\xd2\x74\ -\x67\xe7\xdb\x2d\xc1\xbb\xd0\xb9\xd1\x4e\xb4\x95\x95\x95\xfd\x85\ -\x85\xc3\xd7\x10\x1f\xfe\x0a\x00\x40\xa7\xd3\xf9\x91\x8a\xab\xb6\ -\xb7\xc1\xdf\x63\x6a\xff\xbb\xf1\x13\xb6\x0b\xa1\x01\x61\x9e\xcd\ -\x4b\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\x86\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x38\x49\x44\x41\x54\x58\x85\xed\ -\xce\x41\x0d\x00\x40\x08\x03\x41\x72\xaa\x90\x87\x21\x24\x92\x9c\ -\x08\x78\xce\xfe\xdb\x4c\xc4\xa2\xec\xa9\xec\xa9\xcd\xc7\xdb\x8c\ -\x2f\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ -\xf8\xac\x79\x05\x03\xdf\x56\x31\xc9\x00\x00\x00\x00\x49\x45\x4e\ -\x44\xae\x42\x60\x82\ -\x00\x00\x01\x26\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\xd8\x49\x44\x41\x54\x78\x9c\xed\ -\xd2\xb1\x4d\xc3\x50\x18\x46\xd1\x1f\x86\xf0\x26\x2c\x92\x15\x52\ -\x20\x1a\x86\xa1\x89\xb2\x44\x16\x61\x8b\x54\x6c\x61\x0a\x2c\xa5\ -\x88\x68\x7d\x22\xe5\x1e\xc9\xd2\x73\xf5\x3e\x5f\x79\x26\xc9\x33\ -\x7b\x51\x17\xbf\xbd\x7f\x1d\x66\xe6\xb4\xbd\x7e\x7c\x9f\x3f\x2f\ -\x62\xc7\xab\xb8\x74\x73\x5a\x67\x96\x75\x66\x99\x5b\x88\xdd\xb1\ -\x00\xdb\x87\xdf\x9d\xf7\x26\xff\x80\x87\x50\x00\x3d\x40\x2b\x80\ -\x1e\xa0\x15\x40\x0f\xd0\x0a\xa0\x07\x68\x05\xd0\x03\xb4\x02\xe8\ -\x01\x5a\x01\xf4\x00\xad\x00\x7a\x80\x56\x00\x3d\x40\x2b\x80\x1e\ -\xa0\x15\x40\x0f\xd0\x0a\xa0\x07\x68\x05\xd0\x03\xb4\x02\xe8\x01\ -\x5a\x01\xf4\x00\xad\x00\x7a\x80\x56\x00\x3d\x40\x2b\x80\x1e\xa0\ -\x15\x40\x0f\xd0\x0a\xa0\x07\x68\x05\xd0\x03\xb4\x02\xe8\x01\x5a\ -\x01\xf4\x00\xad\x00\x7a\x80\x56\x00\x3d\x40\x93\x01\x7e\xfe\x39\ -\xef\x0a\x06\x58\x8f\x33\x73\xfd\x7b\xd6\xa3\xdb\x91\xe4\x99\xfd\ -\x02\xc9\x6e\x11\x4a\x9d\x22\x1c\x0a\x00\x00\x00\x00\x49\x45\x4e\ -\x44\xae\x42\x60\x82\ -\x00\x00\x00\x87\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x39\x49\x44\x41\x54\x58\x85\xed\ -\xce\x31\x11\x00\x30\x08\x04\x41\x26\xe2\x50\x80\x04\x84\x20\x3d\ -\x22\xa0\xdc\xeb\xff\x67\x23\x16\x65\xf5\x64\xf5\x6c\x3e\xde\x66\ -\x7c\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ -\xc0\x07\x65\x23\x03\x3b\x58\x7b\xaf\x09\x00\x00\x00\x00\x49\x45\ -\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\xcf\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x81\x49\x44\x41\x54\x58\x85\xed\ -\xd2\x31\x0e\x82\x50\x10\x84\xe1\x7f\x9f\x77\x20\xe1\x36\xaf\xe0\ -\x08\xf6\x16\x5a\x70\x0b\xc2\x2d\x28\xb0\xb5\xb5\xb5\x31\xe1\x36\ -\x26\xdc\x01\x96\x0a\x88\x98\xd8\xf1\x68\xe6\xeb\x76\xb3\xc9\x4c\ -\xb1\x20\x22\x22\x72\x30\xdb\xce\x31\x56\xa7\x3d\x03\xbb\xae\x1e\ -\x00\xff\x29\x50\x9c\x6f\xd1\x9c\x07\x90\xef\x59\x00\xe8\xc7\xd1\ -\x2f\xef\xe7\xfd\x05\x10\x96\xb5\xd3\x24\x08\x07\xc8\x42\xb0\x76\ -\x1e\xc2\xbf\xcb\x14\xd6\x02\x46\x09\x7c\x12\x64\xf6\x8e\x5d\xd7\ -\xd8\x6f\xc9\x9f\x50\x44\x44\xe4\x70\x13\x6a\x59\x1a\x0e\xce\xfb\ -\x3e\xfc\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x04\xe8\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x04\x9a\x49\x44\x41\x54\x58\x85\xc5\ -\x97\xd9\x76\xe2\x46\x10\x86\xbf\x66\x11\x12\x60\x50\x9c\xc4\x9e\ -\xf1\x24\x39\x59\xde\xff\x9d\x72\x31\x9e\x49\x1c\xcf\x18\x6c\x23\ -\x19\x24\xa8\x5c\xd4\xdf\xa8\x91\x71\x72\x97\xd4\x39\x1c\x89\x56\ -\xd7\xf6\xd7\xd6\x0d\x58\x09\x16\xf8\xcf\xc9\x02\x58\x19\xa4\x7c\ -\x09\xac\x21\x58\xf7\x91\x4b\x20\x1a\x96\x25\xef\x93\x44\x4a\x5c\ -\xb3\x64\x6d\x9b\xac\xed\xf4\x7e\x00\x1e\x7a\xf2\x97\xc0\x3a\xf4\ -\x16\x0e\xc0\x05\x30\x00\xaa\x44\x59\x90\x11\x13\xd8\x0d\x21\x8c\ -\x81\x71\xcf\xa5\x16\xac\x81\xac\x95\x11\x51\xb9\x01\x0d\x90\x4b\ -\xfe\x23\x30\x3c\x75\xd8\xf7\x2d\xc0\x7e\x11\x34\x63\xb0\x99\xd6\ -\x33\xb0\xf7\xf0\x50\x82\xe5\x60\x13\xb0\x82\x57\x64\x85\xbe\x4d\ -\xb5\xf7\xca\x79\xc1\xd7\x2c\x93\xec\x5f\xc1\x2e\xfa\x10\x02\xf6\ -\x01\xf8\x24\x24\x0c\x78\x01\x0a\xd8\xbd\x87\xec\xa3\xbc\x00\x58\ -\xc8\x8b\x73\x94\x7e\x9b\xc0\xee\x06\xb2\x5b\x21\x92\x4b\xdf\x1a\ -\xb8\x81\x70\x0b\x30\x92\xf2\x80\xc3\x3e\x96\xf2\x1b\xe0\xde\x19\ -\xb2\xfb\x44\xf9\x04\x0f\x91\x71\x1a\xf7\xe8\xcc\x4c\xca\xf4\xcb\ -\xbe\xc2\xa6\x80\xd9\x18\x78\x07\x7c\x94\x8e\x41\x0f\x01\xfb\x4e\ -\xff\x2b\x08\x15\xd8\xb5\xbe\xfd\x09\xcc\x1d\x8d\xd5\x0c\x4a\x5c\ -\x70\xa8\xcf\x03\x60\x73\xa0\xc5\xf3\xa5\xd2\xf3\x80\x27\xf4\x0e\ -\x78\xc2\xe3\xff\x0d\xb0\x82\xb0\x19\x25\xdc\x63\x29\xcf\xe5\xdd\ -\x1a\xb8\x92\xc5\x39\x94\x4f\x82\x71\x02\x66\x1d\x0f\x24\x08\xe5\ -\xc0\xb3\x94\x95\x42\x38\x03\xee\xf0\xf0\x64\x10\x9e\x12\x07\x3b\ -\x28\xdc\x52\x9b\xc0\xcb\xb5\x18\x83\xa0\x5c\x48\x68\xa4\x39\x1e\ -\x86\xb9\xf8\x07\xfa\x1f\xd7\x22\x6d\xc4\xbb\x93\xac\x00\xdb\xf7\ -\x4a\xcc\x63\xee\xc5\x10\xbc\x73\x41\x15\x30\xfd\x8c\xc7\xb2\x96\ -\xf5\x23\xc1\x56\x43\x75\x09\xd3\xb5\x23\x75\x8e\x6c\x21\x99\x35\ -\x30\x95\x03\x53\xba\xd2\x1b\x49\xf6\x1c\x0f\xc1\x97\x14\x81\x09\ -\xb4\x2f\x49\x6d\x16\x8a\xb5\xe1\x96\x5d\xc3\x74\xe5\x48\xbd\x49\ -\xb1\xce\xbf\x17\x8f\x09\x89\x58\xb6\x2d\x3c\x36\x78\xe8\xfa\x21\ -\x68\x4a\x58\x3c\x74\xc6\x30\x54\x3e\xe4\x78\xd2\xfc\x25\xc1\x85\ -\xfa\x41\xee\x49\x67\xb3\xee\x3f\x05\x9e\x37\x5f\x61\x73\x29\xde\ -\x3c\x91\x09\x2c\x9e\x49\x42\x15\x0d\xc8\xbc\x8b\x91\x0b\xc6\x52\ -\x1e\xb4\x62\x5c\xe1\x89\xf6\x20\x48\x73\x3d\x83\xa0\x9d\xba\x0c\ -\xa6\xae\x9c\x06\x66\x0f\xda\xd7\xe2\x3d\xe5\x12\xef\x31\x43\x68\ -\x4c\xfb\x63\x1f\x20\x40\x50\xd7\x0a\x8f\xde\xb9\x82\x32\xdb\x0c\ -\x82\xfa\xbb\x35\x12\x36\x06\xee\x7b\xbd\xfd\xca\x8d\x8e\x7c\xb4\ -\x60\x7b\x7f\x86\x1d\xd8\x33\x5e\x86\x03\xba\x24\x3f\xa9\x82\x61\ -\x52\xdf\x49\x93\xa9\xd3\x3d\xda\xc7\xbd\x7b\x63\xe9\x30\xbb\x4b\ -\x1c\x8a\x94\x4e\x59\xc9\x0c\x55\xe7\x6c\xc7\x30\x82\xf1\x21\xf1\ -\x86\xe4\xbd\x4d\x84\x8c\x80\xc6\x3d\xb7\x35\xea\x4c\x78\x46\x5b\ -\xd2\x1f\x52\x4a\x1d\x78\x35\x3d\x07\xc9\x73\x7f\x86\xb9\x4f\x87\ -\x9e\xc0\x3e\x9d\x6b\xcf\x96\xbc\xbf\xda\x17\x85\xed\xa0\x51\x57\ -\x0b\xd6\x6d\x0e\x06\xf5\xb0\x67\xc0\x30\x81\x7d\xa5\xdf\x32\x99\ -\x27\x7d\x83\x4f\x46\x6e\xdf\x98\x94\xa1\x55\x29\xf5\xac\x2d\xfa\ -\x75\xdf\xe2\x09\xa7\x79\x1e\x62\xdb\xbe\xa6\x3b\x03\x44\x0a\xaf\ -\xdf\xad\x00\x3b\xee\x8b\x39\x60\xca\x70\x53\x19\xce\x34\x58\xc0\ -\x4b\xb3\x94\xe2\x02\x6f\xb9\x6a\x36\x96\x42\xdc\x00\xdf\x4a\xb8\ -\x49\xb6\x0e\x21\x16\x3b\x20\x32\x76\x1f\xf9\xa2\x01\x3b\x08\x43\ -\x95\xdb\xd6\x0f\x24\x34\xfe\xdf\xc0\x33\x7f\x23\x21\x9f\xff\x61\ -\x1a\xee\x38\x9e\x76\xd6\x25\x2c\xef\x3a\x07\x79\xc0\x4b\x38\xee\ -\xd9\xc1\x49\x08\xc6\x75\xe2\xf5\x16\x35\x0a\x51\x05\x2f\x3f\xc9\ -\xf3\x73\x99\x7e\xb4\x40\x1e\x7e\x80\xe5\x53\xb7\xbc\x2a\xa4\x1c\ -\x37\x6c\xbc\x89\x5f\x06\x09\xe3\x06\xea\xb2\x63\xa2\xf6\x86\x14\ -\x0f\x1a\xf9\x2d\x3e\xdd\xfa\x67\xc1\x94\x22\xd4\x7f\xe0\xed\x36\ -\xf8\xb3\x4c\x86\x57\x36\x93\x31\x27\x21\xd8\xfb\xe6\xe2\x19\xec\ -\x86\x6e\xe0\x14\xf8\x49\xe6\x77\x3c\x9e\x7b\xa0\x74\xa4\xea\x41\ -\x97\xa0\xf5\x50\x02\xd5\x21\x8f\x7b\x7f\xc6\xbb\x9f\x8e\x77\x2c\ -\xa1\xb8\x95\xcc\x6d\x6a\x00\x6e\x40\x78\x06\x1b\xd0\xc5\x7c\x24\ -\x6f\x0e\x10\x36\x60\x2d\xf0\x0c\xe1\xe5\x3c\x00\x36\x77\x19\xa0\ -\x83\xeb\x67\x7c\x96\x6c\x24\x73\xe5\xf9\xd3\x45\x31\x0d\x41\xe3\ -\x93\x2d\x3c\x42\x7d\xe1\x9e\xb2\x96\xf5\x5b\xe5\xc7\x71\x8c\xbe\ -\x4d\x36\x56\xe8\x1a\x3c\xd1\xd6\xc0\x25\x54\x33\x47\xc3\x66\x5a\ -\x3f\x09\xc1\x57\xe0\x07\xdf\x6c\x4b\x60\x06\x2f\x41\x93\x74\x42\ -\x67\xb2\x0e\x97\x55\x05\x85\xd1\x75\xcf\xd8\xac\x0a\x3c\xdb\x77\ -\x38\xf3\xc2\x8d\xaf\xa7\x30\x9d\xe3\x13\x76\xe3\x8e\x87\x4d\x62\ -\x40\x30\xb0\x03\x5e\xeb\x01\xf8\x04\x45\x34\x86\x0e\x56\xf0\x30\ -\x4c\x75\xf4\x36\x21\x18\xe2\x1c\x59\x38\x82\xc7\xbd\x17\x6e\xcc\ -\xf4\x8b\x64\xc5\xd9\x72\xee\x50\x63\x17\xba\x34\xf4\x2f\x26\x0b\ -\xa8\x7e\xec\x2e\x23\xff\x76\x31\x01\xe7\xad\x3e\x74\x65\x7d\x72\ -\x31\xf9\xed\xcc\xc5\xe4\xd8\xdb\xf7\x82\x6d\x20\x2b\x33\x1c\xfe\ -\x81\x7f\x6f\x32\x79\x30\x84\x71\x7a\xf7\xcb\x75\x30\x6e\x7d\xd4\ -\x8e\x6a\xbc\x67\xec\xc5\xdb\xd0\x0d\xa6\x35\xc9\xd5\xec\x8d\xcb\ -\x69\xf4\xe2\x98\x70\xc3\xe4\x7d\xa2\xf7\x09\x6c\x35\x3b\x26\x95\ -\x94\x18\xdd\xe5\x54\x06\xb9\xb0\x18\xf3\x9e\xc3\x6b\xf8\x9f\xaf\ -\xe7\x7f\x03\x88\x7c\xd3\x3b\xed\x32\x4f\xdf\x00\x00\x00\x00\x49\ -\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\x93\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\x45\x49\x44\x41\x54\x58\x85\xed\ -\xd7\xb1\x4e\xc2\x50\x14\xc6\xf1\xff\x29\xa1\x8c\x96\x05\x9f\xa1\ -\x0b\x03\x09\xf8\x02\x26\xf0\x0e\xac\x26\x94\xc1\x18\x9c\xd5\x41\ -\x76\x10\x19\xe8\x0b\xf0\x0c\xc6\xc4\x27\xa8\x89\x03\x4b\xdf\x81\ -\x05\x1c\x29\x81\xe3\x00\x35\x58\xc0\x41\xdb\x38\x78\xbf\xf1\xb4\ -\xc9\xf7\x4b\x6f\x87\x7b\xe0\xbf\x47\x92\x83\x8a\x37\xac\x5b\xaa\ -\xd7\x40\x0d\x70\x52\xea\x99\x03\xc1\x5a\xa4\xf7\xe6\x5f\x3e\x1f\ -\x05\x54\x5b\x8f\x5d\x85\x1b\x60\x01\x12\x22\xfa\x9e\x4a\xbd\xca\ -\x09\xa8\x0b\x14\x44\xb4\xfb\xea\x5f\xdd\xed\x01\xaa\xad\x41\x43\ -\x91\x27\x84\x97\x88\x7c\x73\xe2\xb7\xa7\xa9\x94\x6f\x53\xf6\x46\ -\x25\x9b\xe5\x18\xe5\x7c\x2d\xd2\x88\xbf\x84\xf5\x89\x44\x3a\xc0\ -\x22\x8b\x72\x80\x89\xdf\x9e\x46\xe4\x9b\x40\x94\x53\xed\xc4\x73\ -\x6b\xe7\x9d\x1a\x48\x98\x45\xf9\x2e\x42\x21\xd4\xcd\xff\xb5\x07\ -\x70\x52\x3b\xf3\x6f\x22\xc2\x1c\x28\x1e\x02\xfc\x49\x0c\xc0\x00\ -\x0c\xc0\x00\x0c\xc0\x00\x0c\xc0\x00\x76\x01\xf3\xcd\xed\x35\xdb\ -\xa8\xe2\x00\xb3\x43\x80\x00\xd4\x2d\x7b\xa3\x52\x56\xe5\x65\x6f\ -\x54\x12\x70\x05\x82\x3d\xc0\x5a\xa4\x07\x14\x6c\x96\xe3\x2c\x10\ -\x67\x17\x0f\xa7\x36\xcb\x31\x60\xaf\x44\xfa\xf1\xfc\xeb\x62\xe2\ -\x0d\xee\x55\xe5\x16\x88\x14\xc2\xed\x05\xf2\xd7\x51\xc5\x11\x70\ -\x01\xfb\xe8\x62\x12\xa7\xe2\x0d\xeb\x39\xd5\xce\xf6\xea\x5c\x4c\ -\x3e\xff\x61\x66\x02\xc1\x4a\xa4\x9f\x5c\xcd\x4c\x3e\x00\xa7\x7c\ -\x6e\x32\xdb\xbd\x64\x45\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\ -\x60\x82\ -\x00\x00\x02\x1b\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\xcd\x49\x44\x41\x54\x58\x85\xed\ -\x96\xb1\x4a\x23\x51\x14\x86\xbf\x93\x64\x13\x54\xb0\x70\x8b\x2d\ -\x04\xc5\x17\x30\xa0\x23\x2c\x82\xec\x2b\x2c\x8a\x8a\x85\x96\x8e\ -\x10\x89\x08\x22\x36\x56\x29\xb6\x08\xbb\xab\x23\x2b\x9b\xb4\x56\ -\x2a\x79\x02\x1b\x41\x04\xc1\x04\xf4\x09\x54\x2c\x54\xd0\x42\x0b\ -\x41\x50\x8f\x85\x4e\x4c\xa2\x33\xce\x24\xd1\x14\xe6\xaf\xee\x9d\ -\x39\x73\xff\x6f\xce\x3d\x73\xe6\xc2\x67\x97\xb8\xdd\xec\x1c\x4d\ -\x36\x85\x1b\xc2\x09\x90\x7e\x84\xf6\x8a\x9c\x94\x23\x84\x8c\x6a\ -\x64\x3e\x97\x36\xaf\xdf\x04\xe8\x1c\x4d\x36\x7d\x69\x8c\x6c\x0b\ -\x44\x2b\x32\x7e\xc1\xc1\x3e\x1a\xe9\xb5\x21\x02\x4e\x81\xe1\x86\ -\x70\xa2\xda\xe6\x00\x02\x51\x91\x9b\x84\x3d\x77\x04\x00\xe9\xaf\ -\xb6\x79\x5e\xca\x80\x3d\x0c\x39\xfb\x17\xef\x79\x36\x15\x77\xad\ -\x97\xb7\x64\x98\x96\xbe\xb6\xb6\x4b\x06\x3e\x46\x75\x80\x17\x35\ -\xd0\x3d\xbe\xd0\x26\x01\xf9\x81\x16\x5f\x37\x26\xac\x49\xa7\x45\ -\x44\xe5\x5e\x85\xfd\x8e\x8b\x6f\x3b\xeb\xeb\x43\x77\x65\x03\xf4\ -\x98\x8b\x33\x8a\xfc\x42\x5f\x29\x4e\x65\xc9\x69\x11\x45\x41\xe1\ -\xb0\xe5\x74\xab\x7b\xfc\xef\x70\x2e\x3d\x7d\xe2\x15\x20\xbf\x05\ -\x86\x69\x8d\x28\x92\x2c\x85\xf2\x23\x85\xbe\x80\x04\x57\x07\x07\ -\xd7\x82\xbe\x01\x40\x66\xcb\x35\x2e\x85\x38\xf8\x7a\xf6\xdd\x6b\ -\x7c\xc1\xdb\x6a\x69\xd7\xfb\xe7\xdd\x54\x7e\x0a\xda\x6a\xcf\x45\ -\x89\x02\xdb\x3e\x01\x8a\xff\x0b\xd9\x54\xdc\xb1\xe8\x4a\x65\x98\ -\x16\x40\x2c\x0f\x24\xea\xf9\xeb\xaa\xf9\x67\x58\x07\xa8\x03\xd4\ -\x1c\xa0\xec\xae\xe7\x2a\x65\xc9\x30\x2d\xc7\xd6\x8d\x72\x64\x0f\ -\x6b\x93\x01\x21\x63\x0f\xdf\x27\x03\x2e\x7a\x3a\x94\xce\xdb\xf3\ -\x8f\xcb\xc0\x63\xda\xff\x14\x9e\x88\xa1\xa0\xfd\x1a\xa6\x75\x09\ -\x34\x57\xc5\x4c\x74\x2c\xfb\x7f\x6a\xc5\x4b\xe8\x73\x06\x54\x37\ -\xaa\x62\x0e\xb7\x12\x08\x6d\x7a\x0d\xce\x03\x48\x28\x34\x0d\x9c\ -\x57\xea\xae\xca\xdc\xee\x72\xec\xd8\x37\xc0\xee\x72\xec\x58\x82\ -\xc1\x2e\x54\x33\xc0\x95\x5f\x5f\x90\x3d\x44\x47\x72\xe9\xf8\x6f\ -\x9f\xcf\x7e\x72\x3d\x00\x27\x99\x79\x91\xf6\x77\x59\xd9\x00\x00\ -\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x04\x72\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x04\x24\x49\x44\x41\x54\x78\x9c\xed\ -\x9b\x4d\x88\x1c\x55\x14\x85\xbf\x5b\xdd\x09\x8a\x8a\x20\x2a\x62\ -\x4f\x57\x75\x0d\x19\x14\x77\xc2\xe0\x52\x50\x34\x1a\xc4\xe0\x0f\ -\xe8\x4a\x44\x51\xd0\x85\x18\x41\x11\x74\x11\x21\x8a\x11\x04\x17\ -\x22\x1a\x70\xe3\xc2\xa0\xae\xc2\x80\x46\x47\x5d\x08\x82\xe0\x42\ -\x10\x44\x82\x66\xa6\xe7\x75\xcd\x24\xd1\x88\x8a\x60\x18\xec\xee\ -\x77\x5d\xcc\x88\x55\x35\x43\x98\x21\xef\xbd\x7a\x9a\x3e\xcb\x73\ -\xa0\xee\x7d\xa7\xee\x7d\x3f\xf5\x03\x13\x4c\x30\xc1\x04\xff\x01\ -\x18\xb3\xb2\xdf\x0c\x8a\xe1\x92\x29\x46\xc6\x14\x2f\xb8\xba\xae\ -\xb8\xba\x90\x4f\x2c\x2d\x2d\xdf\x84\xe8\xe7\xfc\x9b\xaf\xed\x65\ -\xdd\x96\x8b\x6b\x27\x2e\x2e\xe2\x13\x83\xc1\x60\x16\xd1\x39\x4a\ -\x37\x4b\x55\x9d\xe5\x1d\xb5\x01\xfd\xfe\xca\xb5\x56\xe5\x28\x70\ -\x71\x99\x17\x11\xeb\x2a\x46\xb4\x06\x2c\x2c\xac\xa4\x49\x62\xe7\ -\x81\xcb\x37\x91\xd5\x55\x9c\x28\x0d\xf8\xf1\xe4\xc9\x2b\x5a\x6d\ -\x3b\xaf\xd0\xf5\x1d\x2b\x3a\x03\x8e\x1d\x3b\x7d\xc9\x8e\xbf\x46\ -\x1f\x01\xd7\x84\x88\xd7\x0e\x11\x64\xab\xe8\xf7\xfb\x17\x48\xb2\ -\x7a\x04\x98\xad\x49\x8a\xa7\x15\x2b\x9a\x0a\x50\xd5\xb6\xb4\xda\ -\x87\x81\x9b\xeb\x12\xe0\x6c\xd2\xab\x23\x0a\x03\x54\x55\x4c\xb1\ -\x7c\x08\xe5\xee\xaa\x22\x5e\x07\x0f\x91\x18\x60\x06\xcb\xaf\xa0\ -\x3c\x5c\xe6\x44\x50\x50\xaf\x83\x87\x08\xe6\x00\x63\x8a\x67\x15\ -\x9e\x29\x73\xba\xb6\xc8\x79\x1f\x3c\x34\x5c\x01\xc6\x14\x8f\x2a\ -\x1c\xac\xf3\x22\x8c\x43\xe5\xd0\x98\x01\x4b\x4b\xc5\xbd\x0a\x6f\ -\x6d\x54\xfc\x97\x7d\x19\x8d\x18\x60\xcc\xca\x2d\x08\x87\x37\xc4\ -\x57\xec\xfa\xc4\x17\x0c\xc1\x0d\x58\x2c\x8a\x1b\x14\x7b\x04\xd8\ -\x59\xe6\x15\x2c\xe2\x6e\x8b\xbb\x55\x04\x9d\x04\x8d\x31\xd7\xa9\ -\xe5\x28\x70\x51\x4d\xb2\xe2\x70\x7f\xbf\x1d\x04\xab\x80\xc5\xc5\ -\x13\x99\x92\xcc\x03\x97\x55\x04\xc1\xd2\xd0\xe0\x21\x90\x01\xc7\ -\x8f\x9f\xba\x52\x5a\xe3\x4f\x81\x4e\x99\x17\xb0\x68\x73\x83\x87\ -\x00\x2d\xb0\xb0\xb0\x70\x69\xab\x3d\xfc\x18\x98\xa9\x2a\xaa\x1a\ -\x78\xc2\xdb\x0c\x5e\x0d\x28\x8a\xe2\x42\x6b\x99\x53\xb8\xbe\x26\ -\x29\xb8\x7b\xa8\x71\x2e\xf0\xd6\x02\xaa\xda\x1e\x59\x79\x4f\xe1\ -\xc6\xba\x44\xa0\x5d\xde\x56\xe0\xc5\x00\x55\x4d\x06\x83\xe2\x6d\ -\x41\xf7\x96\x79\x89\x6c\xf0\xe0\xc1\x00\x55\x15\x63\x8a\x57\x15\ -\x79\xb0\xcc\x8b\xa0\x1a\xd9\xe0\xc1\xc3\x1c\x60\x8a\xe2\x39\x44\ -\x9e\x2a\x73\x21\x0f\x37\xdb\x85\xd3\x0a\xe8\x0f\x96\x1f\x43\xe5\ -\xc5\x3a\x1f\xf2\x70\xb3\x5d\x38\x33\xa0\x6f\x8a\x83\xa2\xfa\xe6\ -\x46\x25\xec\xe1\x66\xbb\x70\x66\x80\xd4\x1e\x68\xc0\xfa\xfe\x3e\ -\x82\xb5\xfe\x6c\x70\xd7\x02\x9b\x94\x79\x03\x67\x9b\x6d\xc3\x5d\ -\x05\x20\x4f\x52\xdb\xd3\x2b\x12\xc5\x23\xb7\xb3\xc1\x59\x82\x59\ -\x36\xf5\x01\xaa\x4f\x94\x39\x01\x14\x5a\x31\xbf\x83\x75\x7a\x87\ -\x7a\xbd\xf4\x0d\x81\xfd\x65\x4e\x00\xd4\x46\x6b\x82\xf3\x12\x4d\ -\xd3\xa9\x03\xc0\xeb\x15\x52\x04\xc4\xdd\x1b\x5d\x97\x70\x9e\x94\ -\x88\x68\x96\x4e\xed\x03\xde\xad\x08\x8a\x20\x71\x3c\x86\x2f\xc3\ -\x4b\x42\x22\x62\x7f\x39\xfd\xd3\x43\xc0\x87\x15\x41\x11\x90\x44\ -\x22\xea\x06\x6f\x77\x64\x76\x76\x76\xb8\xa3\x9d\xdc\x07\xf2\x65\ -\x55\x51\x71\xf9\x81\xc3\xb9\xc2\x6b\x22\x9d\x4e\xe7\x8c\xda\xe1\ -\x9d\x08\xdf\x56\x15\x11\x34\x8e\x76\xf0\x9e\x44\x9e\xe7\xbf\xeb\ -\x78\x74\x3b\xb0\x50\x11\x04\x41\x9a\x6f\x86\x20\x77\x21\xcf\xf3\ -\x53\xe8\xf8\x56\xe0\x44\x45\x50\x4d\xd6\x96\x88\xe6\x10\xac\x0c\ -\x7b\xbd\x5e\x3f\x11\xbd\x0d\xf8\xad\xaa\x68\x42\x83\x9b\x84\xa0\ -\x7d\x98\xa6\xe9\x77\xa8\xdc\x01\x9c\xa9\xe7\xa1\x0d\x99\x10\x7c\ -\x22\xea\xf5\xa6\xbe\x52\xd1\x7b\x80\x61\x99\x17\x48\x54\xc3\x9b\ -\xd0\xc8\x4c\x9c\xa7\xe9\x27\x2a\xfa\x00\xb5\xc3\x93\x08\x09\x68\ -\x50\x13\x1a\x5b\x8a\xf2\x34\x7d\x5f\x91\xc7\x37\x2a\x61\x4f\x90\ -\x8d\xae\xc5\x79\x36\x75\x08\x91\xe7\xeb\xbc\x2a\x4e\x3e\x83\xdd\ -\x0a\x1a\xdf\x8c\x64\xdd\xce\xcb\xa8\xbe\x56\xe6\x44\xfe\x69\x07\ -\xff\x68\xdc\x00\x11\xd1\x2c\xeb\x3e\x2d\xe8\x3b\x65\x5e\xd7\xcf\ -\x0d\xbe\xe3\x37\x6e\x00\xac\x1d\x9e\xd2\xb4\xfb\x88\x22\x73\x55\ -\x45\x05\xcf\x39\x46\x61\x00\x80\x88\x8c\xb0\xc3\xfb\x51\xbe\xa8\ -\x4b\x78\xcc\x33\x1a\x03\x00\xf2\x3c\x5f\x1d\x0e\x57\xf7\x82\x7e\ -\x53\x93\xbc\x2d\x8d\x51\x19\x00\x30\x33\x33\xf3\xc7\x68\xb8\x73\ -\x0f\xca\x0f\x21\xe2\x45\x67\x00\xc0\xae\x5d\x57\xfd\x6c\x6d\x6b\ -\x37\xb0\xe2\x3b\x56\x94\x06\x00\x4c\x4f\x5f\x6d\x04\xbb\x1b\xf8\ -\x75\x13\xd9\x59\x4b\x44\x6b\x00\x40\x96\x65\xdf\xdb\x84\x3d\xc0\ -\x9f\x65\xfe\xbc\xf9\x65\x06\x60\xba\xdb\xfd\x5a\x48\xee\x2a\xbf\ -\x62\x3b\x2f\x7e\x99\x29\x23\xcb\x3a\x9f\x09\x72\x00\x18\x83\x8c\ -\x13\x91\x97\x9a\xce\x69\x82\x09\x26\xf8\x7f\xe0\x6f\x3e\x50\x4e\ -\x18\x86\xf9\x70\xa3\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\ -\x82\ -\x00\x00\x00\x8a\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x3c\x49\x44\x41\x54\x78\x9c\xed\ -\xd0\x01\x09\x00\x20\x10\x04\xc1\xd7\x4c\x76\xb2\x8f\x85\xfd\x14\ -\x72\x20\x33\x09\x96\xad\x02\x00\x00\x00\x00\x00\x00\xe0\x7f\x63\ -\xed\x73\xd3\x11\x49\x33\x1d\x90\x66\x40\x3a\x00\x00\x00\x00\x00\ -\x00\x00\x00\xde\x6b\x42\xab\x02\x34\xd3\x03\x1d\x60\x00\x00\x00\ -\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x0c\xd6\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x0c\x88\x49\x44\x41\x54\x78\x9c\xe5\ -\x9b\x5b\x6f\x5b\xc7\x11\x80\xbf\x25\x45\x8a\x94\x28\x89\x92\xad\ -\xbb\x64\xc9\x4e\x9a\xc2\x41\xe0\x26\x45\xd1\xa0\x48\x0a\xf4\xa9\ -\x7d\xe9\x7b\x81\x16\xfd\xa3\x7d\x2a\x50\xb4\x0f\x41\x90\x36\x4e\ -\x52\x20\x69\x92\xc6\x96\x6c\xc9\x37\x5d\x48\x49\xa4\x2e\xe4\xf4\ -\x61\xf6\x1c\xee\xd9\x33\x87\xa4\xe4\xf4\xc9\x03\x10\x24\x77\xf7\ -\xcc\xce\xcc\xee\xce\x6d\xe7\x00\xb2\x05\xe2\x78\xe3\x40\x9c\xf2\ -\x9e\xfe\x78\x93\x84\x90\xe3\xf9\x4d\x12\x42\x96\x57\x97\xed\xe0\ -\x0e\xf0\x18\x9c\x14\x3c\xdc\x00\x6e\x19\x1d\x25\x60\x32\x8b\x2f\ -\x6d\xaf\x0d\xa1\x66\x12\x10\xe0\x62\xc8\x98\x73\xa0\x67\xb4\x77\ -\x81\xbe\xd1\xfe\x12\xdc\xa9\x8d\x2a\xcf\xa3\x1b\x35\x00\x64\x1b\ -\xb8\xed\x09\x3d\x01\x5e\xf8\x89\xa7\x80\x39\xdf\x2e\xc0\x59\xd0\ -\x3e\xeb\xdb\xfa\xbe\x1d\x8f\xa3\x0a\x34\x81\x8a\xef\x3f\xf7\x34\ -\x54\xfd\xf7\x25\x70\x04\x97\xa7\x50\x39\xf2\x6d\x53\xa8\x20\x9d\ -\x9f\xff\xc4\xff\x9f\xf2\x6d\x0e\x68\x01\xa7\xbe\x7d\x29\xe8\x7b\ -\x01\xee\x71\x31\x6f\x85\x52\x92\x2d\x90\x09\x90\x8f\x40\x56\x8d\ -\x31\x6b\x20\x0b\x46\xfb\x06\xc8\xbc\xff\x3d\x05\x72\x0f\xe4\xae\ -\xff\xcc\x80\xdc\x01\x19\xb2\x23\xa4\xee\xc7\x2c\xa8\xe0\xe5\xae\ -\xc7\x31\xe1\xfb\xe7\x40\x36\xf3\x47\x55\x9a\x05\xed\x1b\x20\xbf\ -\x06\x29\x5f\xf3\x88\xcb\x04\xc8\x9f\xf5\xc1\x5c\xdf\x36\x48\xc5\ -\x68\x7f\xdb\x3f\xb7\xe2\x27\x5b\x8e\xf0\xdd\x1b\x73\x72\x3c\xe3\ -\x25\xff\xdb\x79\x46\xb6\xa0\x75\x4b\xdb\xe5\x2d\x83\xd9\x32\xc8\ -\x4f\x8c\xf6\x09\x90\x3f\xda\xbc\x14\x13\xf0\x91\x7f\x30\x92\x9a\ -\xac\x17\x30\x7f\xc7\x7f\xb6\xed\x15\x96\xed\x6b\x4c\x4e\x60\xa2\ -\xe2\xf6\x59\x15\x4e\x7b\x49\xe7\xcb\xf5\x97\xb3\xcf\xa5\xbb\xb9\ -\x02\xf2\xab\x71\x27\xdf\x1e\x6c\xfb\x50\x63\xca\x14\xc8\x6d\x63\ -\xfc\x2a\xc8\x07\xba\x7d\x4d\x7c\xf3\x5e\x79\x5e\x13\x64\x56\xb7\ -\xbc\xd9\x37\x07\xf2\x00\x64\xd1\xe8\x6b\xfa\x67\x23\xcb\x26\x9b\ -\xfa\xc9\x82\x71\x26\xe4\x17\xe0\x3e\x0d\xfe\x27\xca\xa3\x07\xec\ -\x01\x21\xa3\xab\x70\x79\x0b\x2a\x5f\x0e\xe1\x64\x0d\x78\x5a\xd0\ -\x97\xda\xe1\x1b\x3c\x0b\xf0\x00\xba\x4f\xa0\xf6\x2a\x68\xeb\x28\ -\x5d\x94\xc9\x29\xbc\x98\x37\x98\x30\x90\xc6\xc4\x34\x50\xe6\x1f\ -\xa0\x5a\xbd\xed\xc7\x6c\x01\x2f\x54\xa1\x0f\x05\xf1\xc4\x2c\xf9\ -\xff\x89\xe9\x4a\x34\x78\xd8\x46\xd0\xf6\xc2\xa0\x25\x86\x17\x20\ -\x82\x32\xbc\xe7\x9f\x5d\x02\x7e\x06\x7c\x0e\xcc\xa0\x16\x22\x81\ -\x9c\xd9\x8c\x04\x20\x0d\xd4\xcc\x24\xff\x37\x80\x36\xb8\x5d\x3f\ -\x51\x05\x35\x5d\x9b\xc0\xd7\xe0\xae\xf4\x7c\xb9\x13\x72\x20\xce\ -\x8f\x9b\x42\x7d\x81\x6f\x47\x98\x9f\xf8\xd9\x45\x60\x1a\x35\xa9\ -\x7b\xf6\xb3\xd2\x86\xfa\x0b\xd4\x9f\x58\x01\x7e\x00\x16\x80\xcf\ -\x80\xe7\x80\xb7\x3c\xec\xf8\xe7\x7b\xaa\xdb\xdc\x55\xd1\xc4\x5b\ -\x03\xf3\x26\x5b\x59\xcd\x29\x1b\x5e\x0f\x7c\x1c\x29\x46\xcb\x4c\ -\x2e\xa1\xa6\x72\x46\x3f\x37\x05\x59\xf5\xca\x78\x3d\x6b\x55\xd2\ -\xfe\x99\x81\x7e\x91\x09\x90\xdf\x78\x2b\x11\xb6\x07\x8a\x51\xee\ -\xaa\x8e\x18\x40\xc9\x98\xb5\xaf\x13\xb2\x0b\xae\x17\x8d\x5d\x03\ -\xfe\x0e\xdc\x09\x84\x10\xac\xcc\x61\x53\x19\xe7\x10\xdc\x53\xdf\ -\x37\xe6\xaa\x9b\xe0\x9f\x75\x4f\x80\x03\xc5\x7d\xd8\xcc\xf7\x8b\ -\x03\xd6\x81\xbf\x01\xf7\xb2\x73\xba\x9e\xf2\x22\xeb\x18\x47\xc0\ -\x12\xc0\x14\x70\x16\x31\x0f\x7a\xe6\xbf\xf3\x5b\xe9\x31\x59\x21\ -\xa0\x1a\xb9\xd9\x57\xc6\xdd\xe5\xf8\x3c\x8e\x0b\xee\x52\x71\x37\ -\xfb\xd1\x6e\x08\x3d\xbc\x1e\xf0\x04\x3d\x7a\xe1\x90\x1e\xea\x29\ -\x4e\xc7\x58\x2d\x25\x38\xe7\x57\x2f\x00\xd9\x46\x95\x4c\x29\x30\ -\x77\x07\xc0\x7d\xe0\xd2\x9b\xab\x57\xe8\xee\x09\x4d\x9e\x9f\xd0\ -\xdc\x04\x25\xe8\xfa\xe3\x56\x3b\xc4\xf6\xf7\xa7\x81\x2e\x48\x78\ -\x66\xfb\x3a\x56\xee\x03\x47\xe8\xca\x7f\xad\x63\x05\xa0\x03\x9d\ -\x13\xa8\x2f\x92\xd1\x67\xee\x08\xe4\xa7\xf1\x04\x63\x58\x01\x79\ -\x0b\x2e\x2a\x50\x9d\x46\x15\xd3\x29\x83\xad\xbd\x0b\xfc\x0e\xf8\ -\x4b\x01\x03\x01\x74\xe6\xa1\x9e\x04\x3f\x3e\x4e\xa8\x1d\xf9\xce\ -\x79\xd4\x52\xf8\x1d\xd5\x39\x87\xfa\xe1\x10\x64\x5d\xd4\x3c\xfe\ -\x06\xf8\x24\xa0\xd9\x2b\xcf\x7a\x0d\xb8\x0d\x72\x1e\x2d\x66\x6e\ -\x25\x62\x01\xc4\xd1\xe1\x5d\x60\x1a\x26\x1f\xaa\x12\x74\xfb\xd9\ -\xe1\xb2\x0e\xfc\x03\x0d\x70\x8c\x20\x43\x80\xee\x6d\xa8\x4d\x40\ -\xfd\x25\xb8\x4e\x01\x43\x47\xd9\xbf\x52\x07\x16\xe0\xa2\x06\xd5\ -\x93\xbc\xd6\x4e\x7d\x93\xbf\x02\x6b\xe0\xf6\x82\xce\x36\xc8\x09\ -\xba\x63\xdf\xf6\x9e\x6b\x42\x5b\x9f\xe8\xd8\xc7\x3a\xa0\x0a\x9c\ -\xfb\x09\xee\xa1\xab\xf2\x85\x4d\xb3\x2c\xa1\xdb\xbe\x87\xad\x13\ -\xa6\x81\x55\xa8\xb5\x55\x89\x15\x32\x6f\x80\xeb\xe8\x33\xd5\xb6\ -\x32\x18\x1e\xab\x30\xaa\xa3\x87\xfa\x02\x2b\x05\x88\xbe\xf1\x63\ -\xee\xf9\xe7\x3a\x64\x1d\xb9\x22\x2b\xc0\x06\xf0\x0c\xf5\x01\x8c\ -\x03\x7c\xd8\x04\xba\xe0\xba\x9e\xe0\x48\x31\x1e\xcd\x43\xbb\x86\ -\xae\xc2\xf9\x58\x3c\xdb\x70\x01\x3c\x85\xf6\x24\x1c\x2f\x60\x87\ -\xb4\x5d\xe0\x4c\xe7\x8c\xc1\x9d\xa1\x8b\xfa\x83\xe7\x29\xc7\x8b\ -\x25\x80\x06\xea\x3d\x2d\xe6\xb7\x7c\x02\xcd\x29\x70\xad\x6c\x5b\ -\x22\x84\xcb\xf7\x61\xae\x07\xb3\xaf\xcc\x47\x6f\x04\xb3\xaf\x60\ -\xf6\x52\x71\x5b\x47\xcd\xb5\x60\xae\x20\x16\x61\x07\x35\xdf\x2d\ -\xd4\xc2\x65\xc0\x12\xc0\x34\xaa\x3d\x0b\x94\x9a\x2c\xa3\x6e\xaa\ -\x01\xc7\x4d\xa8\x7c\x0f\xcc\x33\x7e\xec\x3d\x06\x88\x03\x16\xa0\ -\xf2\x9d\xce\x61\xc2\x73\xdb\x59\x72\x97\x40\x19\xdc\x31\xba\xb8\ -\x19\xb0\x04\x20\xa8\x69\xd9\x29\x20\x64\xc2\xb6\xf3\x32\x05\xa5\ -\x64\x22\x7f\x1c\xac\x60\xeb\xda\x10\x6e\xfb\x16\x94\x4a\x5e\xbf\ -\xc4\xc3\xae\x94\x36\xb1\x78\x3a\xd4\x23\x34\xda\x0a\x94\x07\x83\ -\x4c\xbf\x7d\x13\xd5\xb2\xe1\x2a\xcc\x82\x74\x81\x15\x98\xd9\x0f\ -\xfa\x5a\xc0\xbb\xc0\x13\xd2\x8c\x4e\x06\x92\xd4\x19\xa8\x4f\x61\ -\xe5\x05\xe7\xd0\x40\xe7\x07\xfd\x2d\xa0\x3b\x73\x03\xe4\x19\x03\ -\x3f\x23\xc1\x7f\xa6\x7d\x1c\x64\xd1\xb8\x63\xef\x0e\x27\x81\x59\ -\x0a\x31\x61\x35\x72\x49\x48\x99\x47\x83\x8d\x65\x4f\x64\x84\x9c\ -\x1e\x74\x66\xa1\x7e\x00\xc4\x41\xc6\x23\x4f\xd0\xd7\xc1\xe4\x2b\ -\x40\x1f\x3a\x67\x50\xdf\x05\x1c\x74\x6f\x41\x2d\xc9\x2f\x3e\xf3\ -\xdf\xce\xcf\xf9\x05\x9a\x2b\x0c\xe1\x15\x74\x66\xa0\x9e\x08\x2d\ -\x9c\xb7\x89\x2a\xbe\xbe\xee\x86\x54\x57\x25\x79\xcb\x4c\xc2\xc6\ -\x5a\x99\x45\xe0\x4b\x90\xaa\x27\xe0\x25\xb8\x43\x34\xd3\x73\x96\ -\x8f\xfc\xa4\x01\xf5\x32\xb8\xe7\x79\x54\x82\x67\x7e\x01\x38\x46\ -\x57\xec\x1b\x63\x77\xb5\xfd\xf8\x32\xba\xe2\x07\x9e\x8e\xff\x68\ -\x5f\x2e\x7a\x3b\xf1\xa6\xcf\x67\x7f\x43\x9a\x64\x1f\x15\x98\x17\ -\x9a\x6c\x02\x4f\xe0\xa4\x03\x8d\x29\xb2\xe1\xb1\xa9\x03\x4a\xa8\ -\x04\x6f\x83\xdb\x09\xec\xf7\x2d\x6c\xe5\x37\x0d\x47\x05\x69\x68\ -\xa5\x00\xcd\xf4\x6e\x01\x4f\x87\x87\xc4\xa9\x2f\x7f\x1f\x0d\x67\ -\x87\x05\x52\x27\x18\xbe\xbd\x5f\x08\x9f\xb9\x72\x27\xa8\xb7\xba\ -\x01\x8d\x03\xf4\x48\x65\xa0\x48\x09\x2e\xe5\xe3\x01\x28\x20\xbe\ -\x01\xf3\x47\x46\x7b\x02\x65\x25\xb4\xf2\x90\x9c\xb3\x94\x9b\x3a\ -\x51\x78\x9f\x61\xdf\x3f\x84\xb4\x14\x08\x20\x37\x4e\x7c\x6a\x7c\ -\xcd\xea\xb5\x04\xb0\x00\x58\xf6\xdf\xba\x84\x18\x07\x56\x18\x24\ -\x34\x0c\x8f\x31\x81\x9c\x93\xf3\x12\x2e\x8c\xd4\x7b\x06\x8a\x84\ -\x69\xd1\xfa\x0a\x43\x60\x05\x47\xe0\x5a\xe1\xec\x28\xc1\xf4\x07\ -\x3b\xa7\x30\x94\x36\x3c\x3c\xd7\x85\xea\xa8\x7c\xdb\x35\x72\x0d\ -\xee\x0c\x55\xe6\x19\x88\x05\x30\x41\x71\x54\x77\x13\x9b\x5e\x83\ -\x6e\x64\xde\x62\x21\x0c\xbd\xb1\xb9\xa9\x1f\x51\xf4\x5c\xae\x3d\ -\xb6\x02\xcb\x70\x65\x69\xf3\xc0\x3f\xc8\xb4\x97\xec\xf6\x14\x9a\ -\x50\x7b\x66\xd0\x21\x20\x8f\xd1\x24\x0b\xc0\xa3\x02\xfd\x32\x62\ -\x85\xbb\x7d\x8d\x34\x73\xd0\xc3\xce\xd6\x8e\x8a\x05\x7a\x15\x98\ -\xb8\xce\xf6\x4f\xec\x75\x11\xf4\x47\xf4\xbf\x26\xd4\x1c\xc5\x47\ -\x70\xac\x79\x23\x01\x94\x9f\xa1\xf6\x37\xc6\xd5\xb3\x11\x8e\xcc\ -\xf2\x1e\x90\x9a\xa4\x10\xd2\x6d\xff\xc8\x7f\x46\x58\x87\x42\x28\ -\x12\x40\x19\xdb\xb3\xcc\xcd\x11\xeb\x80\x2e\x51\xbc\x1c\x40\x11\ -\xb3\xc3\x08\xbf\xca\xcf\x11\x9f\xf9\x51\xd6\x61\x28\x14\x8d\x1f\ -\x5b\x39\xc6\x02\x48\x72\xe7\x39\x6d\x79\x03\x22\x12\xe8\x93\xde\ -\x27\x16\x29\x3c\x4b\x08\x32\x43\xea\xe9\xdd\x78\xee\x00\xc4\xe7\ -\x17\xb3\x60\x99\xc1\x23\x06\xb7\x38\x3f\x06\x3c\x07\x56\x46\x68\ -\x7b\x22\x21\x94\x50\xaf\xcd\xb8\x70\xc9\xc0\x98\xbe\x49\x12\x4e\ -\xe7\x05\x6a\x09\xc0\x01\xfb\xe4\x2f\x12\x8b\xa4\x7d\x00\x6d\x43\ -\x6f\x64\xe0\x25\xf0\x21\x23\x8b\x13\x9c\xa0\x61\xf8\x47\x0c\xbf\ -\x13\xc4\x67\x80\x8e\x8b\x10\x0d\x7e\x8a\x43\xad\xcd\x2e\x63\xe8\ -\x00\x00\xf1\x8e\xd0\x53\x15\x42\x7a\xb3\x73\x80\x79\x1b\xcb\x25\ -\x34\xaa\x43\x28\x4d\xee\xeb\xfe\x05\x6c\x6a\xde\xa0\x08\x64\x8e\ -\xc1\xe5\xcb\xa6\x45\xf0\x00\xe6\x26\x31\xd3\x6d\xed\x45\xd2\x88\ -\x55\x9a\x68\x6e\xe3\x91\xc7\x35\x32\x1f\x00\x9a\xe7\x9f\x04\x77\ -\x0e\xec\x28\x12\xd9\x40\xad\xc3\xbc\x8f\xbd\x43\x44\x4b\xc0\x19\ -\xc8\x3b\x44\x91\x16\x9a\x81\x59\x43\xa3\xba\x26\x70\x01\x17\x5b\ -\x5e\xc7\x58\x4e\xcf\x29\x1a\x19\x2e\xe9\x58\x1e\x00\xff\x06\x89\ -\x4d\x73\x92\xd9\x49\xf2\x01\xc9\xff\x24\x84\xee\x78\xfc\x7b\x7a\ -\xaf\x09\x3e\x83\x9d\xf3\x49\x62\x01\x74\x7c\xdb\x32\x7a\x1e\xd1\ -\x0b\x05\x8e\x3c\xbd\x02\xec\x67\xb7\xb1\xa0\xb9\x43\x59\xcf\xe6\ -\x10\xd3\x73\xf7\x4f\x70\xed\x60\x8e\x82\x3c\xa3\x05\x02\x9a\x38\ -\xd9\x8d\xe6\x5c\xd3\x60\x2d\x61\x3c\x09\x87\xc5\xa1\xbb\xfa\x38\ -\xdb\x0e\x0c\x0a\xb6\x32\xd9\xe9\xf8\x08\x84\x57\xd7\x16\xec\xa1\ -\xc1\x8d\x05\xcf\xc8\x14\x56\xe0\x6f\x65\x5f\xfb\x6e\x30\xb6\x0e\ -\x2b\x14\xe6\x24\x93\xc0\xcb\x84\xe4\x3a\x3e\xa3\x38\x8b\x94\xe0\ -\x85\x6d\x0a\x5d\x5f\x89\xb2\xea\x6d\xdc\x15\xd0\xf2\x67\x30\xc9\ -\xdb\xbf\x0e\xf3\x09\x04\x42\x68\xdd\x46\x13\x24\x56\x4e\xb2\x1c\ -\xd0\x18\xf7\x2d\xa3\xd6\x68\x2c\x25\xd8\x46\xed\xa5\x19\x3f\xfb\ -\x6d\x6e\x64\x5f\x01\x38\x83\xc6\x32\x9c\x9c\x8d\xe1\x25\x5e\x03\ -\x9c\x28\xce\x99\x15\x06\x65\x77\x31\x2c\x53\x7c\xbc\x92\x1a\x85\ -\x9c\x59\xb5\x04\x70\x86\x2a\x97\x72\x41\x86\x15\x38\xee\x90\xbb\ -\xf7\x4f\xb7\xfd\x57\xd0\x38\xd3\x73\xfa\x63\x81\xac\x2a\x4e\xbe\ -\xc2\xf4\x18\xa5\x01\xad\xae\x2d\x74\x99\x83\xb3\x2e\xca\x53\x4e\ -\x78\x45\xf9\x80\xc4\x66\xbe\x6d\x13\xd4\x3c\x54\x84\xc9\x31\xc9\ -\xb9\xb7\xa7\xe8\x96\x5b\x85\x4e\x41\xa1\xd3\x38\x70\x3e\xab\x38\ -\x92\xea\x4f\xd3\x6d\x9e\x04\x66\x61\x2e\x4e\xd6\x26\xb0\x02\x53\ -\xd3\x01\x4f\x19\x88\x05\x70\x41\x9a\x34\x70\xde\x74\xc9\xba\x8d\ -\xd7\xed\x2b\x72\x4a\xd8\xee\xed\x15\xb0\x07\xf5\x4b\x55\x5c\xb2\ -\x38\x9e\xaf\x2f\xce\x8f\x5d\x81\x49\x8f\x23\x3c\xf3\xa1\x10\x28\ -\x01\xab\x76\xfa\x0e\xd4\x34\x5f\x54\xc0\x7d\xeb\x1b\xea\x44\x56\ -\x20\x36\x83\xf1\x95\xd3\x27\x68\x39\x1a\xc0\x32\x5a\x27\xd4\x0f\ -\xc6\x5d\x02\xbf\x45\xaf\xc7\x97\x0d\x9d\x97\xa4\xa0\x4e\xd1\xf8\ -\xfc\x3d\x2f\x84\x61\x89\x0f\x21\xad\x35\xa0\x81\xba\xd1\x56\x4d\ -\xcf\x25\xf0\x7b\xe0\x53\x06\x97\xa3\x89\x19\x4c\xca\x6b\x27\xf5\ -\x66\x3b\x85\x12\xc3\xdd\x67\xd9\x42\x0b\x0f\xc2\xb6\x86\xf7\x08\ -\x37\xa2\xf6\xa4\x0e\x6f\xcd\x7f\x1b\x56\x43\x1a\xdc\xa8\x46\x30\ -\x7d\x7e\x05\xf3\x52\x45\xaa\x68\x09\xed\x1c\xc8\xbb\xb6\x4e\x90\ -\xf7\xf3\xd6\x4a\x3e\x64\x8c\x1a\xa1\x43\x90\x20\x23\xeb\x4e\xe0\ -\xa4\xab\xf5\x80\x29\xa2\xf0\x8a\xba\x0f\xee\x11\xea\x25\xbe\x06\ -\xb3\xe3\x82\xcc\xa0\x29\xfb\xef\xd1\xcc\xcf\x0e\x79\xc5\xb8\x81\ -\xa6\xe0\xc3\x0b\x9e\xe4\x6e\x22\x03\x96\x00\xba\x40\x95\x4c\x49\ -\xec\xcc\x0b\xa8\x4c\x7a\xc9\x16\x85\xb4\xfb\xd0\xaa\xaa\xce\xb8\ -\x56\x5d\xee\x98\x20\x65\xc5\xdd\xaa\x90\xaf\xfa\x08\x14\x63\x7b\ -\x11\xba\x1d\x32\x1a\x5f\x2a\xa8\x6e\xcb\xd5\x28\x58\xb1\x40\x09\ -\xdc\x9e\x6e\x79\x79\x16\x28\xa0\xa7\xa8\x46\xee\x01\xff\x0d\x98\ -\x0f\x24\x3f\x77\xe0\x05\x94\x84\xbf\xa1\x0b\x7c\x13\x48\xbc\xbf\ -\x55\x94\xd1\xa7\x30\x27\x51\xbf\x04\x39\xc6\xfb\xd0\x68\x91\xb9\ -\xbe\x93\x8a\xd2\xe3\x76\x40\xee\x1a\xcc\x66\xe0\x25\x69\x2e\xc0\ -\xed\xa2\x75\x36\xc9\xd6\x17\x54\xf1\x54\xc8\x66\x8d\x22\x1c\x4e\ -\x54\x80\xec\xa3\xb5\x3f\xf7\xc6\x08\x97\x0d\x68\xdd\x46\x9d\x9b\ -\x25\xe0\xb9\xee\xb0\x9c\x9d\x9f\x26\x5d\xd5\xe3\x26\xba\xea\x65\ -\x54\x79\x76\xd0\xda\xe6\x25\x65\x1e\xd0\xcb\xd8\x8c\x33\x14\xed\ -\x00\x77\x9a\x0d\x57\xdd\x1e\x5a\xc3\xbf\x81\x46\x66\x9f\xa3\x42\ -\x78\x00\xe7\x27\x50\x3d\x52\x22\x0b\xcd\x5b\x5f\xe7\x68\x24\x15\ -\x9b\x49\x1b\x80\x83\x0b\xbf\xbb\xaa\xc9\x0b\x14\x21\x1c\x7b\x66\ -\xbc\xa9\x33\x1d\xcb\x65\xc5\x2f\x4b\x1e\x6f\x12\x23\x7c\x00\x3c\ -\x04\x0e\xc0\xbd\x0c\xc6\x97\xe3\x7b\x46\xeb\x08\xc4\xcc\x74\x3d\ -\x21\x0f\xd1\x82\x45\xd0\x2b\xef\x65\xdf\xbe\x1f\xb4\x1b\x20\x62\ -\xf7\x8b\x83\xea\xa4\x67\xb0\x53\xe0\xc5\xad\x8f\xc0\x7d\x05\x4c\ -\xc1\xd1\xf7\xd9\xeb\x39\x71\x9e\xb6\xf8\xcc\x8f\x93\x42\x93\x3b\ -\x03\xe7\x27\x53\x2e\x5f\xcf\x5a\x07\xf0\x66\xe8\x7d\xec\x44\x49\ -\x32\xe6\xff\x50\x2e\x0f\xba\x00\xf2\xf3\xbc\xf9\x95\xa6\x5a\x8a\ -\x5c\xb9\xfc\x1d\xcc\xb2\x5e\x1b\xf9\xc7\xd8\x2f\x4c\xac\x92\x7b\ -\x61\x42\x1c\xfa\x82\x85\xf1\x02\x43\x3a\x66\x7b\xcc\x89\x43\x9c\ -\x05\xcf\x88\x43\xdf\x18\xf9\xa5\xd1\x57\xce\xfa\x2b\xa9\x10\xaa\ -\x8c\xff\xc2\x44\x8a\xe8\x4f\x05\x4e\xc8\x46\x5e\x08\x00\xf2\x1e\ -\xfa\xca\x4a\xee\xa5\x04\x5e\xeb\x95\x99\xb4\xad\xe4\x9d\x9f\xb7\ -\x40\xde\x31\x9c\x9f\xb2\xa5\xe5\x3d\xf3\x7f\xc8\xe3\x2b\x9e\x3c\ -\x91\x5a\x59\xa5\x16\x7b\x80\xe0\x77\x82\x71\x7d\x2d\x1b\x7e\x6b\ -\xde\xd3\x4f\x2b\x74\x9e\x2a\x8c\x7e\x69\x6a\xca\x8f\x09\x04\x2f\ -\x2b\x0c\x5e\xbe\x2a\x7a\x39\x6a\x1e\x33\x66\x91\x2d\xcf\x43\x29\ -\xbf\x9b\x15\x62\x44\x86\x93\x23\x9b\xa8\xb6\xf5\x35\xba\xb4\xfc\ -\xef\x1a\x6a\xe6\x1c\x7a\x01\x72\xc1\xe0\xb5\xb9\x19\x40\xa0\x37\ -\x0d\xe5\xc4\x29\x4a\x4a\x64\x7b\xc1\xff\xe4\xf6\x26\x79\x6d\x2e\ -\x28\x97\x4d\xe9\xeb\xfa\x71\x0e\x35\x61\xa7\xfe\xf7\x24\xaa\xc4\ -\x7d\x01\x06\x1d\x54\xa1\xce\x06\x78\xf6\x06\x4e\x93\xed\xc0\x8d\ -\xb8\xa2\x8e\x41\x26\x30\x4a\xcd\x3c\x9e\x3a\x79\x2d\x1b\xbf\x38\ -\x59\x42\xaf\xca\x92\x23\x54\x65\xe0\x5f\xe0\x99\x38\x24\x6b\xf3\ -\xac\x17\x27\x85\x41\xe2\x33\x06\xa3\xb4\x36\x7d\xac\x88\xc7\x37\ -\xf7\xd5\x59\xab\xe1\x0d\x80\x0c\xcf\x6f\x1a\xf3\x09\xa8\x10\xfe\ -\x07\xb4\x0a\xfd\x7e\xcf\x22\x5b\xc2\x00\x00\x00\x00\x49\x45\x4e\ -\x44\xae\x42\x60\x82\ -\x00\x00\x01\x9f\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\x51\x49\x44\x41\x54\x58\x85\xed\ -\x94\x2d\x48\x43\x51\x14\x80\xbf\xf3\x36\x10\x14\x15\x67\xd1\x66\ -\x17\x2c\xbe\x55\x8b\x98\x4d\xb3\x6a\x71\x4f\xd0\x4d\x8c\x82\xe0\ -\x5e\xb0\x98\xdc\x14\xdd\xc6\xc2\xaa\x13\x9b\x59\xb0\xcf\xbf\x64\ -\x53\x9b\x7f\xf8\x93\x06\x8a\xbb\xc7\xb4\x89\xf1\xdd\x07\xaf\xf8\ -\xbe\x76\xe0\xfc\x7c\xdc\x7b\xee\x85\x98\x98\x98\xff\x8e\x04\x4b\ -\x57\x71\xbd\x5d\x03\xf0\xfd\xd9\x1e\xba\xaa\xaf\x7d\x84\x15\x70\ -\x02\x65\x6f\x16\xba\xc2\xc9\x9e\xc4\x7b\x26\xd3\x48\x44\x2b\xe0\ -\xfb\x46\x55\xe6\x3a\xe1\x5d\xea\xf1\x3b\x5a\x01\xe0\xbc\x9a\x3b\ -\x42\x65\xab\x13\xbb\xd9\xd2\x75\xa4\x02\x00\xcd\x6a\x6e\x43\xe0\ -\x14\x00\x61\xc2\xf5\x8a\x07\xb6\x02\x01\x97\xf0\x2f\xae\x57\xd2\ -\x6e\xa0\xea\x35\xab\xab\xd5\xa0\x3d\xac\x4e\xa0\x43\x73\xe4\xf5\ -\x77\x09\x45\x2a\x69\x6f\x67\x2a\x52\x01\x7c\xdf\xb4\x12\x89\xfe\ -\x4e\xa8\x38\x67\xd1\x0a\x00\xbc\x3c\x7f\x29\xdc\xdb\x96\x87\x14\ -\x50\xe9\x1d\x1a\xae\x09\x8c\x01\x4f\xed\xa4\x33\x16\xb4\x43\xa8\ -\x8f\xc4\x5d\x4a\x15\x40\xf2\x40\xcb\x38\x3a\x73\xb9\x9f\xbf\x09\ -\xda\xc3\xfa\x15\x4c\x66\x8b\xf3\x22\x52\x07\x8c\x11\x67\xf6\xa2\ -\xbc\x72\x62\xd3\x27\x69\x53\x94\xf6\x8a\xd3\x8a\xd4\x00\x14\x59\ -\xb6\x1d\x0e\x16\x3b\x90\x5e\xdc\x1b\x57\xe4\x18\x48\xa2\xba\x7d\ -\x5e\xc9\x95\x6d\x87\x5b\x08\xa8\x18\xc7\x34\x80\x41\xe0\xb0\x39\ -\xfa\xb6\x1e\x66\x38\x58\x5c\x81\xc0\x83\xa0\xb7\x7d\x9f\x03\x0b\ -\xf8\x79\x13\x56\x20\x26\x26\x26\xe6\x07\x9e\x35\x61\x37\x0a\x6d\ -\x65\xe5\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\x68\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x1a\x49\x44\x41\x54\x58\x85\xed\ -\xc1\x01\x01\x00\x00\x00\x82\x20\xff\xaf\x6e\x48\x40\x01\x00\x00\ -\x00\xef\x06\x10\x20\x00\x01\x47\x01\xa0\x88\x00\x00\x00\x00\x49\ -\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\x68\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x1a\x49\x44\x41\x54\x58\x85\xed\ -\xc1\x01\x01\x00\x00\x00\x82\x20\xff\xaf\x6e\x48\x40\x01\x00\x00\ -\x00\xef\x06\x10\x20\x00\x01\x47\x01\xa0\x88\x00\x00\x00\x00\x49\ -\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\x77\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x29\x49\x44\x41\x54\x58\x85\xed\ -\xce\x41\x01\x00\x20\x0c\xc4\xb0\x0d\x53\xb8\x9e\x44\x40\xc6\xf1\ -\x48\x0c\xb4\x55\x00\x40\x58\xef\x39\x37\x39\xb0\x92\x71\x00\xe0\ -\x0b\x0f\xd3\xb2\x02\xe6\x6a\x84\x46\x98\x00\x00\x00\x00\x49\x45\ -\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x03\xe3\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x03\x95\x49\x44\x41\x54\x78\x9c\xed\ -\x9b\x3d\x48\x5b\x51\x14\xc7\xff\xe7\xe5\x49\x07\xb1\x2a\x16\x22\ -\x58\x74\xae\x43\x15\x92\x22\xdd\x84\x56\x1d\x14\x37\xeb\x50\x41\ -\x07\x89\x14\x5a\x3f\xa6\x52\x87\x06\x85\x62\xe9\xe2\x47\x1d\xaa\ -\x38\x28\xb8\xa8\x9b\x28\x54\xdb\xa1\x43\xa1\x88\x06\xd4\xc1\xce\ -\x8a\xb6\xa6\x90\xfa\x41\x1d\x6c\x93\x77\x3a\xa8\xe5\xe5\xe5\x45\ -\x93\xdc\x97\x5c\xad\xf7\xb7\xdd\xf3\x4e\x4e\xfe\xf7\xff\xde\xbb\ -\xf7\x92\xdc\x0b\x28\x14\x8a\xeb\x0c\x25\x92\x54\xe9\xf7\xeb\x47\ -\xbb\x05\xf5\x06\xd0\x48\x20\x2f\xc0\x45\x00\x6e\xa4\x59\x5b\xb2\ -\x1c\x03\xb4\xc3\xe0\x15\x0d\x98\xca\x2e\x0c\xcd\x7e\xea\xe9\x09\ -\x5f\xf4\xa1\x0b\x0d\xf0\xb6\x0d\x57\x81\x79\x10\xc4\x77\x9c\xd1\ -\x99\x19\x18\xd8\x20\x68\x9d\x2b\x23\x4f\x3f\x9c\x97\xa7\x9d\x53\ -\x82\xbc\xbe\xa1\x6e\xc0\x58\xbc\x6a\x9d\x07\x00\x02\x4a\x01\x63\ -\xf1\x5e\xdb\xe0\x0b\x80\xe3\xde\x68\x57\xbc\x0b\x5e\x5f\x41\x37\ -\x08\xaf\xd2\x23\x2f\x93\xd0\x83\x22\xef\xd2\xf1\xb7\xc0\xfb\xcf\ -\xb6\x57\xed\x82\xde\xb6\xe1\x2a\xc0\x58\xb4\x84\xf7\x40\x78\xa9\ -\x85\x69\xbe\xe4\xc0\xbd\x35\x33\xf3\x28\xe2\xb8\x56\x01\x1a\x1a\ -\xa6\x5d\x9b\xb9\xc1\x62\x43\xe7\x5a\x30\x7a\x01\xe4\x47\x67\x68\ -\xd5\x76\xaf\x43\x8c\x01\x95\x7e\xbf\xfe\xeb\xfb\xad\xf5\xa8\xc7\ -\x9e\xf0\xd1\x15\x36\x9a\x96\xc6\x3a\x83\xce\x4b\x77\x9e\x8a\xd6\ -\x01\x77\x44\xd7\x26\xc1\x78\x78\x16\x63\x60\x23\xa7\x30\x54\x66\ -\x1d\x18\x63\xc6\x80\xa3\xdd\x82\x7a\xcb\x3b\xff\xf3\x37\xb2\x1e\ -\x5f\x95\xce\x03\xc0\xd2\x58\x67\xd0\x15\x36\x9a\x00\xec\x9d\xc5\ -\x08\x28\x3d\xda\x2d\xa8\xb7\xe6\xc6\x18\x60\x00\x8d\x51\x01\x82\ -\x7f\xfd\xdd\x93\x1f\xe9\x10\x9a\x4e\x96\xc6\x3a\x83\x0c\xf6\x9b\ -\x63\x31\x7d\x83\x8d\x01\x27\xf3\xbc\x29\x21\x4c\xf3\xce\xcb\xcb\ -\x0c\xae\x88\x36\x67\x6e\x13\xe0\xb1\xe6\xd8\x4c\x83\x5c\x64\x6e\ -\x95\x1c\xb8\xb7\x9c\x16\x96\x29\x6c\xb4\xdf\xb6\xe6\xd8\xad\x03\ -\xa2\x56\x78\x97\x6d\xb4\x4f\x06\x1b\xed\x31\xab\xd7\x73\x16\x42\ -\xd7\x03\x65\x80\x6c\x01\xb2\x51\x06\xc8\x16\x20\x1b\x65\x80\x6c\ -\x01\xb2\x51\x06\xc8\x16\x20\x1b\x65\x80\x6c\x01\xb2\x51\x06\xc8\ -\x16\x20\x1b\xdd\x89\x22\x1e\xdf\x50\x35\x08\x6f\x08\xb8\x8b\x04\ -\xff\x6b\x10\x80\x01\x5a\x63\xe6\xe7\x81\xd1\x76\xeb\xef\x96\x49\ -\x23\xfc\x04\x78\x7c\x83\xcd\x44\x58\x20\xa0\x0c\xe9\xef\x3c\x4e\ -\xbe\x83\xcb\x89\xb0\xe0\xf1\x0d\x36\x8b\x16\x13\x32\xa0\xbc\xa5\ -\x3f\x8f\x88\xde\x8a\x8a\x48\x15\x22\x1a\x2a\x6f\xe9\xcf\x13\xa9\ -\x21\x64\x80\x9e\xa5\xdf\x07\x90\x23\x52\x43\x90\x9b\xa7\x1a\x52\ -\xe6\xda\x0f\x82\x42\x06\x84\xff\x84\xbf\x00\x38\x74\x48\x4b\x2a\ -\x1c\x9e\x6a\x48\x19\x21\x03\x56\xc7\xbb\xf6\x99\xb9\x5d\xa4\x86\ -\x08\xcc\xdc\xbe\x3a\xde\xb5\x2f\x52\x43\xf8\x15\x08\x8c\x76\x4c\ -\x30\xa3\x06\xa0\x55\x00\x2c\x5a\x2f\x01\x98\x81\x35\x66\xd4\x04\ -\x46\x3b\x26\x44\x8b\x39\xb2\x0e\x38\x9d\x8f\x85\xe7\x64\x19\xa8\ -\x41\x50\xb6\x00\xd9\x28\x03\x64\x0b\x90\x8d\x32\x40\xb6\x00\xd9\ -\x28\x03\x64\x0b\x90\x8d\x32\x40\xb6\x00\xd9\x28\x03\x64\x0b\x90\ -\x8d\x32\xc0\x26\x76\x6c\x6e\x34\x34\x4c\xc7\xdd\x4e\x7b\xd9\xb1\ -\xd1\x7e\x6c\xcd\xb1\x31\x80\x76\xcc\xad\xcd\xdc\x60\xb1\xa3\xaa\ -\x32\x88\x8d\xf6\x6d\x6b\x4e\x8c\x01\x0c\x5e\x31\xb7\x0d\x9d\x6b\ -\x1d\xd6\x95\x31\x22\x2e\xa3\xce\xdc\x66\x20\x60\xcd\x89\x31\x40\ -\x03\xa6\xa2\x02\x8c\xde\x8a\xd6\x01\xb7\xe3\xea\xd2\x4c\x45\xeb\ -\x80\x9b\x40\x3d\xe6\x58\x4c\xdf\x60\x63\x40\x76\x61\x68\x16\x4c\ -\x5f\x4d\xa1\xfc\x88\xae\x4d\x5e\x25\x13\xfe\x6d\x96\x36\xed\x18\ -\x67\x60\x23\xbb\x30\x34\x6b\xcd\x4d\x6a\xbb\x3c\x83\xfd\xae\x88\ -\x36\x77\x99\xb7\xcb\x47\x5c\x46\xdd\xe9\x9d\x4f\x6d\xbb\xfc\x19\ -\x5e\xdf\xd0\x7f\x72\x60\x02\x20\x70\xf7\xf2\x48\x47\x9f\xdd\xb5\ -\xb8\xeb\x80\x95\xd1\x67\x7d\x04\xee\x4e\x9f\xac\x8c\xc0\xcc\xf4\ -\x62\x79\xa4\xfd\x75\xbc\x84\x84\x0e\x4d\x31\x8c\x81\x93\x33\x38\ -\x57\x87\x44\x0f\x4d\xa5\x70\x6c\x0e\x1e\x9c\xec\xba\xbe\x84\xc7\ -\xe6\xb0\xcd\x40\x20\x99\x63\x73\x0a\x85\xe2\x7a\xf3\x17\x37\xaf\ -\x1e\xac\x94\x31\x9b\x08\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\ -\x60\x82\ -\x00\x00\x00\x75\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x27\x49\x44\x41\x54\x78\x9c\xed\ -\xc1\x01\x0d\x00\x00\x00\xc2\xa0\xf7\x4f\x6d\x0e\x37\xa0\x00\x00\ -\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x77\x03\ -\x40\x40\x00\x01\x8f\xf2\xc9\x51\x00\x00\x00\x00\x49\x45\x4e\x44\ -\xae\x42\x60\x82\ -\x00\x00\x00\x88\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x3a\x49\x44\x41\x54\x58\x85\xed\ -\xcd\xb1\x11\x00\x10\x00\xc0\xc0\x30\x99\xc6\x04\x56\x30\x96\x15\ -\x2c\xe0\xdc\x59\x4d\xa5\x55\x6a\xe4\xab\x74\x01\x49\x92\x7e\x17\ -\x4e\xe4\x52\x17\x90\x1e\x4d\xe7\xe8\x2d\x03\xc4\x17\x43\x49\x92\ -\xa4\x9b\x0d\x00\xac\x05\x04\x1d\x7e\x88\x63\x00\x00\x00\x00\x49\ -\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\x89\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x3b\x49\x44\x41\x54\x78\x9c\xed\ -\xd0\x01\x09\x00\x20\x10\x04\xc1\xd7\x52\xb6\x36\xa2\x7e\x0a\x39\ -\x90\x99\x04\xcb\x56\x01\x00\x00\x00\x00\x00\x00\xf0\xbf\xb1\xf6\ -\xb9\xe9\x88\xa4\x99\x0e\x48\x33\x20\x1d\x00\x00\x00\x00\x00\x00\ -\x00\x00\xef\x35\x86\x6a\x02\xea\xd1\x43\x33\x62\x00\x00\x00\x00\ -\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x0c\xd6\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x0c\x88\x49\x44\x41\x54\x78\x9c\xe5\ -\x9b\x5b\x6f\x5b\xc7\x11\x80\xbf\x25\x45\x8a\x94\x28\x89\x92\xad\ -\xbb\x64\xc9\x4e\x9a\xc2\x41\xe0\x26\x45\xd1\xa0\x48\x0a\xf4\xa9\ -\x7d\xe9\x7b\x81\x16\xfd\xa3\x7d\x2a\x50\xb4\x0f\x41\x90\x36\x4e\ -\x52\x20\x69\x92\xc6\x96\x6c\xc9\x37\x5d\x48\x49\xa4\x2e\xe4\xf4\ -\x61\xf6\x1c\xee\xd9\x33\x87\xa4\xe4\xf4\xc9\x03\x10\x24\x77\xf7\ -\xcc\xce\xcc\xee\xce\x6d\xe7\x00\xb2\x05\xe2\x78\xe3\x40\x9c\xf2\ -\x9e\xfe\x78\x93\x84\x90\xe3\xf9\x4d\x12\x42\x96\x57\x97\xed\xe0\ -\x0e\xf0\x18\x9c\x14\x3c\xdc\x00\x6e\x19\x1d\x25\x60\x32\x8b\x2f\ -\x6d\xaf\x0d\xa1\x66\x12\x10\xe0\x62\xc8\x98\x73\xa0\x67\xb4\x77\ -\x81\xbe\xd1\xfe\x12\xdc\xa9\x8d\x2a\xcf\xa3\x1b\x35\x00\x64\x1b\ -\xb8\xed\x09\x3d\x01\x5e\xf8\x89\xa7\x80\x39\xdf\x2e\xc0\x59\xd0\ -\x3e\xeb\xdb\xfa\xbe\x1d\x8f\xa3\x0a\x34\x81\x8a\xef\x3f\xf7\x34\ -\x54\xfd\xf7\x25\x70\x04\x97\xa7\x50\x39\xf2\x6d\x53\xa8\x20\x9d\ -\x9f\xff\xc4\xff\x9f\xf2\x6d\x0e\x68\x01\xa7\xbe\x7d\x29\xe8\x7b\ -\x01\xee\x71\x31\x6f\x85\x52\x92\x2d\x90\x09\x90\x8f\x40\x56\x8d\ -\x31\x6b\x20\x0b\x46\xfb\x06\xc8\xbc\xff\x3d\x05\x72\x0f\xe4\xae\ -\xff\xcc\x80\xdc\x01\x19\xb2\x23\xa4\xee\xc7\x2c\xa8\xe0\xe5\xae\ -\xc7\x31\xe1\xfb\xe7\x40\x36\xf3\x47\x55\x9a\x05\xed\x1b\x20\xbf\ -\x06\x29\x5f\xf3\x88\xcb\x04\xc8\x9f\xf5\xc1\x5c\xdf\x36\x48\xc5\ -\x68\x7f\xdb\x3f\xb7\xe2\x27\x5b\x8e\xf0\xdd\x1b\x73\x72\x3c\xe3\ -\x25\xff\xdb\x79\x46\xb6\xa0\x75\x4b\xdb\xe5\x2d\x83\xd9\x32\xc8\ -\x4f\x8c\xf6\x09\x90\x3f\xda\xbc\x14\x13\xf0\x91\x7f\x30\x92\x9a\ -\xac\x17\x30\x7f\xc7\x7f\xb6\xed\x15\x96\xed\x6b\x4c\x4e\x60\xa2\ -\xe2\xf6\x59\x15\x4e\x7b\x49\xe7\xcb\xf5\x97\xb3\xcf\xa5\xbb\xb9\ -\x02\xf2\xab\x71\x27\xdf\x1e\x6c\xfb\x50\x63\xca\x14\xc8\x6d\x63\ -\xfc\x2a\xc8\x07\xba\x7d\x4d\x7c\xf3\x5e\x79\x5e\x13\x64\x56\xb7\ -\xbc\xd9\x37\x07\xf2\x00\x64\xd1\xe8\x6b\xfa\x67\x23\xcb\x26\x9b\ -\xfa\xc9\x82\x71\x26\xe4\x17\xe0\x3e\x0d\xfe\x27\xca\xa3\x07\xec\ -\x01\x21\xa3\xab\x70\x79\x0b\x2a\x5f\x0e\xe1\x64\x0d\x78\x5a\xd0\ -\x97\xda\xe1\x1b\x3c\x0b\xf0\x00\xba\x4f\xa0\xf6\x2a\x68\xeb\x28\ -\x5d\x94\xc9\x29\xbc\x98\x37\x98\x30\x90\xc6\xc4\x34\x50\xe6\x1f\ -\xa0\x5a\xbd\xed\xc7\x6c\x01\x2f\x54\xa1\x0f\x05\xf1\xc4\x2c\xf9\ -\xff\x89\xe9\x4a\x34\x78\xd8\x46\xd0\xf6\xc2\xa0\x25\x86\x17\x20\ -\x82\x32\xbc\xe7\x9f\x5d\x02\x7e\x06\x7c\x0e\xcc\xa0\x16\x22\x81\ -\x9c\xd9\x8c\x04\x20\x0d\xd4\xcc\x24\xff\x37\x80\x36\xb8\x5d\x3f\ -\x51\x05\x35\x5d\x9b\xc0\xd7\xe0\xae\xf4\x7c\xb9\x13\x72\x20\xce\ -\x8f\x9b\x42\x7d\x81\x6f\x47\x98\x9f\xf8\xd9\x45\x60\x1a\x35\xa9\ -\x7b\xf6\xb3\xd2\x86\xfa\x0b\xd4\x9f\x58\x01\x7e\x00\x16\x80\xcf\ -\x80\xe7\x80\xb7\x3c\xec\xf8\xe7\x7b\xaa\xdb\xdc\x55\xd1\xc4\x5b\ -\x03\xf3\x26\x5b\x59\xcd\x29\x1b\x5e\x0f\x7c\x1c\x29\x46\xcb\x4c\ -\x2e\xa1\xa6\x72\x46\x3f\x37\x05\x59\xf5\xca\x78\x3d\x6b\x55\xd2\ -\xfe\x99\x81\x7e\x91\x09\x90\xdf\x78\x2b\x11\xb6\x07\x8a\x51\xee\ -\xaa\x8e\x18\x40\xc9\x98\xb5\xaf\x13\xb2\x0b\xae\x17\x8d\x5d\x03\ -\xfe\x0e\xdc\x09\x84\x10\xac\xcc\x61\x53\x19\xe7\x10\xdc\x53\xdf\ -\x37\xe6\xaa\x9b\xe0\x9f\x75\x4f\x80\x03\xc5\x7d\xd8\xcc\xf7\x8b\ -\x03\xd6\x81\xbf\x01\xf7\xb2\x73\xba\x9e\xf2\x22\xeb\x18\x47\xc0\ -\x12\xc0\x14\x70\x16\x31\x0f\x7a\xe6\xbf\xf3\x5b\xe9\x31\x59\x21\ -\xa0\x1a\xb9\xd9\x57\xc6\xdd\xe5\xf8\x3c\x8e\x0b\xee\x52\x71\x37\ -\xfb\xd1\x6e\x08\x3d\xbc\x1e\xf0\x04\x3d\x7a\xe1\x90\x1e\xea\x29\ -\x4e\xc7\x58\x2d\x25\x38\xe7\x57\x2f\x00\xd9\x46\x95\x4c\x29\x30\ -\x77\x07\xc0\x7d\xe0\xd2\x9b\xab\x57\xe8\xee\x09\x4d\x9e\x9f\xd0\ -\xdc\x04\x25\xe8\xfa\xe3\x56\x3b\xc4\xf6\xf7\xa7\x81\x2e\x48\x78\ -\x66\xfb\x3a\x56\xee\x03\x47\xe8\xca\x7f\xad\x63\x05\xa0\x03\x9d\ -\x13\xa8\x2f\x92\xd1\x67\xee\x08\xe4\xa7\xf1\x04\x63\x58\x01\x79\ -\x0b\x2e\x2a\x50\x9d\x46\x15\xd3\x29\x83\xad\xbd\x0b\xfc\x0e\xf8\ -\x4b\x01\x03\x01\x74\xe6\xa1\x9e\x04\x3f\x3e\x4e\xa8\x1d\xf9\xce\ -\x79\xd4\x52\xf8\x1d\xd5\x39\x87\xfa\xe1\x10\x64\x5d\xd4\x3c\xfe\ -\x06\xf8\x24\xa0\xd9\x2b\xcf\x7a\x0d\xb8\x0d\x72\x1e\x2d\x66\x6e\ -\x25\x62\x01\xc4\xd1\xe1\x5d\x60\x1a\x26\x1f\xaa\x12\x74\xfb\xd9\ -\xe1\xb2\x0e\xfc\x03\x0d\x70\x8c\x20\x43\x80\xee\x6d\xa8\x4d\x40\ -\xfd\x25\xb8\x4e\x01\x43\x47\xd9\xbf\x52\x07\x16\xe0\xa2\x06\xd5\ -\x93\xbc\xd6\x4e\x7d\x93\xbf\x02\x6b\xe0\xf6\x82\xce\x36\xc8\x09\ -\xba\x63\xdf\xf6\x9e\x6b\x42\x5b\x9f\xe8\xd8\xc7\x3a\xa0\x0a\x9c\ -\xfb\x09\xee\xa1\xab\xf2\x85\x4d\xb3\x2c\xa1\xdb\xbe\x87\xad\x13\ -\xa6\x81\x55\xa8\xb5\x55\x89\x15\x32\x6f\x80\xeb\xe8\x33\xd5\xb6\ -\x32\x18\x1e\xab\x30\xaa\xa3\x87\xfa\x02\x2b\x05\x88\xbe\xf1\x63\ -\xee\xf9\xe7\x3a\x64\x1d\xb9\x22\x2b\xc0\x06\xf0\x0c\xf5\x01\x8c\ -\x03\x7c\xd8\x04\xba\xe0\xba\x9e\xe0\x48\x31\x1e\xcd\x43\xbb\x86\ -\xae\xc2\xf9\x58\x3c\xdb\x70\x01\x3c\x85\xf6\x24\x1c\x2f\x60\x87\ -\xb4\x5d\xe0\x4c\xe7\x8c\xc1\x9d\xa1\x8b\xfa\x83\xe7\x29\xc7\x8b\ -\x25\x80\x06\xea\x3d\x2d\xe6\xb7\x7c\x02\xcd\x29\x70\xad\x6c\x5b\ -\x22\x84\xcb\xf7\x61\xae\x07\xb3\xaf\xcc\x47\x6f\x04\xb3\xaf\x60\ -\xf6\x52\x71\x5b\x47\xcd\xb5\x60\xae\x20\x16\x61\x07\x35\xdf\x2d\ -\xd4\xc2\x65\xc0\x12\xc0\x34\xaa\x3d\x0b\x94\x9a\x2c\xa3\x6e\xaa\ -\x01\xc7\x4d\xa8\x7c\x0f\xcc\x33\x7e\xec\x3d\x06\x88\x03\x16\xa0\ -\xf2\x9d\xce\x61\xc2\x73\xdb\x59\x72\x97\x40\x19\xdc\x31\xba\xb8\ -\x19\xb0\x04\x20\xa8\x69\xd9\x29\x20\x64\xc2\xb6\xf3\x32\x05\xa5\ -\x64\x22\x7f\x1c\xac\x60\xeb\xda\x10\x6e\xfb\x16\x94\x4a\x5e\xbf\ -\xc4\xc3\xae\x94\x36\xb1\x78\x3a\xd4\x23\x34\xda\x0a\x94\x07\x83\ -\x4c\xbf\x7d\x13\xd5\xb2\xe1\x2a\xcc\x82\x74\x81\x15\x98\xd9\x0f\ -\xfa\x5a\xc0\xbb\xc0\x13\xd2\x8c\x4e\x06\x92\xd4\x19\xa8\x4f\x61\ -\xe5\x05\xe7\xd0\x40\xe7\x07\xfd\x2d\xa0\x3b\x73\x03\xe4\x19\x03\ -\x3f\x23\xc1\x7f\xa6\x7d\x1c\x64\xd1\xb8\x63\xef\x0e\x27\x81\x59\ -\x0a\x31\x61\x35\x72\x49\x48\x99\x47\x83\x8d\x65\x4f\x64\x84\x9c\ -\x1e\x74\x66\xa1\x7e\x00\xc4\x41\xc6\x23\x4f\xd0\xd7\xc1\xe4\x2b\ -\x40\x1f\x3a\x67\x50\xdf\x05\x1c\x74\x6f\x41\x2d\xc9\x2f\x3e\xf3\ -\xdf\xce\xcf\xf9\x05\x9a\x2b\x0c\xe1\x15\x74\x66\xa0\x9e\x08\x2d\ -\x9c\xb7\x89\x2a\xbe\xbe\xee\x86\x54\x57\x25\x79\xcb\x4c\xc2\xc6\ -\x5a\x99\x45\xe0\x4b\x90\xaa\x27\xe0\x25\xb8\x43\x34\xd3\x73\x96\ -\x8f\xfc\xa4\x01\xf5\x32\xb8\xe7\x79\x54\x82\x67\x7e\x01\x38\x46\ -\x57\xec\x1b\x63\x77\xb5\xfd\xf8\x32\xba\xe2\x07\x9e\x8e\xff\x68\ -\x5f\x2e\x7a\x3b\xf1\xa6\xcf\x67\x7f\x43\x9a\x64\x1f\x15\x98\x17\ -\x9a\x6c\x02\x4f\xe0\xa4\x03\x8d\x29\xb2\xe1\xb1\xa9\x03\x4a\xa8\ -\x04\x6f\x83\xdb\x09\xec\xf7\x2d\x6c\xe5\x37\x0d\x47\x05\x69\x68\ -\xa5\x00\xcd\xf4\x6e\x01\x4f\x87\x87\xc4\xa9\x2f\x7f\x1f\x0d\x67\ -\x87\x05\x52\x27\x18\xbe\xbd\x5f\x08\x9f\xb9\x72\x27\xa8\xb7\xba\ -\x01\x8d\x03\xf4\x48\x65\xa0\x48\x09\x2e\xe5\xe3\x01\x28\x20\xbe\ -\x01\xf3\x47\x46\x7b\x02\x65\x25\xb4\xf2\x90\x9c\xb3\x94\x9b\x3a\ -\x51\x78\x9f\x61\xdf\x3f\x84\xb4\x14\x08\x20\x37\x4e\x7c\x6a\x7c\ -\xcd\xea\xb5\x04\xb0\x00\x58\xf6\xdf\xba\x84\x18\x07\x56\x18\x24\ -\x34\x0c\x8f\x31\x81\x9c\x93\xf3\x12\x2e\x8c\xd4\x7b\x06\x8a\x84\ -\x69\xd1\xfa\x0a\x43\x60\x05\x47\xe0\x5a\xe1\xec\x28\xc1\xf4\x07\ -\x3b\xa7\x30\x94\x36\x3c\x3c\xd7\x85\xea\xa8\x7c\xdb\x35\x72\x0d\ -\xee\x0c\x55\xe6\x19\x88\x05\x30\x41\x71\x54\x77\x13\x9b\x5e\x83\ -\x6e\x64\xde\x62\x21\x0c\xbd\xb1\xb9\xa9\x1f\x51\xf4\x5c\xae\x3d\ -\xb6\x02\xcb\x70\x65\x69\xf3\xc0\x3f\xc8\xb4\x97\xec\xf6\x14\x9a\ -\x50\x7b\x66\xd0\x21\x20\x8f\xd1\x24\x0b\xc0\xa3\x02\xfd\x32\x62\ -\x85\xbb\x7d\x8d\x34\x73\xd0\xc3\xce\xd6\x8e\x8a\x05\x7a\x15\x98\ -\xb8\xce\xf6\x4f\xec\x75\x11\xf4\x47\xf4\xbf\x26\xd4\x1c\xc5\x47\ -\x70\xac\x79\x23\x01\x94\x9f\xa1\xf6\x37\xc6\xd5\xb3\x11\x8e\xcc\ -\xf2\x1e\x90\x9a\xa4\x10\xd2\x6d\xff\xc8\x7f\x46\x58\x87\x42\x28\ -\x12\x40\x19\xdb\xb3\xcc\xcd\x11\xeb\x80\x2e\x51\xbc\x1c\x40\x11\ -\xb3\xc3\x08\xbf\xca\xcf\x11\x9f\xf9\x51\xd6\x61\x28\x14\x8d\x1f\ -\x5b\x39\xc6\x02\x48\x72\xe7\x39\x6d\x79\x03\x22\x12\xe8\x93\xde\ -\x27\x16\x29\x3c\x4b\x08\x32\x43\xea\xe9\xdd\x78\xee\x00\xc4\xe7\ -\x17\xb3\x60\x99\xc1\x23\x06\xb7\x38\x3f\x06\x3c\x07\x56\x46\x68\ -\x7b\x22\x21\x94\x50\xaf\xcd\xb8\x70\xc9\xc0\x98\xbe\x49\x12\x4e\ -\xe7\x05\x6a\x09\xc0\x01\xfb\xe4\x2f\x12\x8b\xa4\x7d\x00\x6d\x43\ -\x6f\x64\xe0\x25\xf0\x21\x23\x8b\x13\x9c\xa0\x61\xf8\x47\x0c\xbf\ -\x13\xc4\x67\x80\x8e\x8b\x10\x0d\x7e\x8a\x43\xad\xcd\x2e\x63\xe8\ -\x00\x00\xf1\x8e\xd0\x53\x15\x42\x7a\xb3\x73\x80\x79\x1b\xcb\x25\ -\x34\xaa\x43\x28\x4d\xee\xeb\xfe\x05\x6c\x6a\xde\xa0\x08\x64\x8e\ -\xc1\xe5\xcb\xa6\x45\xf0\x00\xe6\x26\x31\xd3\x6d\xed\x45\xd2\x88\ -\x55\x9a\x68\x6e\xe3\x91\xc7\x35\x32\x1f\x00\x9a\xe7\x9f\x04\x77\ -\x0e\xec\x28\x12\xd9\x40\xad\xc3\xbc\x8f\xbd\x43\x44\x4b\xc0\x19\ -\xc8\x3b\x44\x91\x16\x9a\x81\x59\x43\xa3\xba\x26\x70\x01\x17\x5b\ -\x5e\xc7\x58\x4e\xcf\x29\x1a\x19\x2e\xe9\x58\x1e\x00\xff\x06\x89\ -\x4d\x73\x92\xd9\x49\xf2\x01\xc9\xff\x24\x84\xee\x78\xfc\x7b\x7a\ -\xaf\x09\x3e\x83\x9d\xf3\x49\x62\x01\x74\x7c\xdb\x32\x7a\x1e\xd1\ -\x0b\x05\x8e\x3c\xbd\x02\xec\x67\xb7\xb1\xa0\xb9\x43\x59\xcf\xe6\ -\x10\xd3\x73\xf7\x4f\x70\xed\x60\x8e\x82\x3c\xa3\x05\x02\x9a\x38\ -\xd9\x8d\xe6\x5c\xd3\x60\x2d\x61\x3c\x09\x87\xc5\xa1\xbb\xfa\x38\ -\xdb\x0e\x0c\x0a\xb6\x32\xd9\xe9\xf8\x08\x84\x57\xd7\x16\xec\xa1\ -\xc1\x8d\x05\xcf\xc8\x14\x56\xe0\x6f\x65\x5f\xfb\x6e\x30\xb6\x0e\ -\x2b\x14\xe6\x24\x93\xc0\xcb\x84\xe4\x3a\x3e\xa3\x38\x8b\x94\xe0\ -\x85\x6d\x0a\x5d\x5f\x89\xb2\xea\x6d\xdc\x15\xd0\xf2\x67\x30\xc9\ -\xdb\xbf\x0e\xf3\x09\x04\x42\x68\xdd\x46\x13\x24\x56\x4e\xb2\x1c\ -\xd0\x18\xf7\x2d\xa3\xd6\x68\x2c\x25\xd8\x46\xed\xa5\x19\x3f\xfb\ -\x6d\x6e\x64\x5f\x01\x38\x83\xc6\x32\x9c\x9c\x8d\xe1\x25\x5e\x03\ -\x9c\x28\xce\x99\x15\x06\x65\x77\x31\x2c\x53\x7c\xbc\x92\x1a\x85\ -\x9c\x59\xb5\x04\x70\x86\x2a\x97\x72\x41\x86\x15\x38\xee\x90\xbb\ -\xf7\x4f\xb7\xfd\x57\xd0\x38\xd3\x73\xfa\x63\x81\xac\x2a\x4e\xbe\ -\xc2\xf4\x18\xa5\x01\xad\xae\x2d\x74\x99\x83\xb3\x2e\xca\x53\x4e\ -\x78\x45\xf9\x80\xc4\x66\xbe\x6d\x13\xd4\x3c\x54\x84\xc9\x31\xc9\ -\xb9\xb7\xa7\xe8\x96\x5b\x85\x4e\x41\xa1\xd3\x38\x70\x3e\xab\x38\ -\x92\xea\x4f\xd3\x6d\x9e\x04\x66\x61\x2e\x4e\xd6\x26\xb0\x02\x53\ -\xd3\x01\x4f\x19\x88\x05\x70\x41\x9a\x34\x70\xde\x74\xc9\xba\x8d\ -\xd7\xed\x2b\x72\x4a\xd8\xee\xed\x15\xb0\x07\xf5\x4b\x55\x5c\xb2\ -\x38\x9e\xaf\x2f\xce\x8f\x5d\x81\x49\x8f\x23\x3c\xf3\xa1\x10\x28\ -\x01\xab\x76\xfa\x0e\xd4\x34\x5f\x54\xc0\x7d\xeb\x1b\xea\x44\x56\ -\x20\x36\x83\xf1\x95\xd3\x27\x68\x39\x1a\xc0\x32\x5a\x27\xd4\x0f\ -\xc6\x5d\x02\xbf\x45\xaf\xc7\x97\x0d\x9d\x97\xa4\xa0\x4e\xd1\xf8\ -\xfc\x3d\x2f\x84\x61\x89\x0f\x21\xad\x35\xa0\x81\xba\xd1\x56\x4d\ -\xcf\x25\xf0\x7b\xe0\x53\x06\x97\xa3\x89\x19\x4c\xca\x6b\x27\xf5\ -\x66\x3b\x85\x12\xc3\xdd\x67\xd9\x42\x0b\x0f\xc2\xb6\x86\xf7\x08\ -\x37\xa2\xf6\xa4\x0e\x6f\xcd\x7f\x1b\x56\x43\x1a\xdc\xa8\x46\x30\ -\x7d\x7e\x05\xf3\x52\x45\xaa\x68\x09\xed\x1c\xc8\xbb\xb6\x4e\x90\ -\xf7\xf3\xd6\x4a\x3e\x64\x8c\x1a\xa1\x43\x90\x20\x23\xeb\x4e\xe0\ -\xa4\xab\xf5\x80\x29\xa2\xf0\x8a\xba\x0f\xee\x11\xea\x25\xbe\x06\ -\xb3\xe3\x82\xcc\xa0\x29\xfb\xef\xd1\xcc\xcf\x0e\x79\xc5\xb8\x81\ -\xa6\xe0\xc3\x0b\x9e\xe4\x6e\x22\x03\x96\x00\xba\x40\x95\x4c\x49\ -\xec\xcc\x0b\xa8\x4c\x7a\xc9\x16\x85\xb4\xfb\xd0\xaa\xaa\xce\xb8\ -\x56\x5d\xee\x98\x20\x65\xc5\xdd\xaa\x90\xaf\xfa\x08\x14\x63\x7b\ -\x11\xba\x1d\x32\x1a\x5f\x2a\xa8\x6e\xcb\xd5\x28\x58\xb1\x40\x09\ -\xdc\x9e\x6e\x79\x79\x16\x28\xa0\xa7\xa8\x46\xee\x01\xff\x0d\x98\ -\x0f\x24\x3f\x77\xe0\x05\x94\x84\xbf\xa1\x0b\x7c\x13\x48\xbc\xbf\ -\x55\x94\xd1\xa7\x30\x27\x51\xbf\x04\x39\xc6\xfb\xd0\x68\x91\xb9\ -\xbe\x93\x8a\xd2\xe3\x76\x40\xee\x1a\xcc\x66\xe0\x25\x69\x2e\xc0\ -\xed\xa2\x75\x36\xc9\xd6\x17\x54\xf1\x54\xc8\x66\x8d\x22\x1c\x4e\ -\x54\x80\xec\xa3\xb5\x3f\xf7\xc6\x08\x97\x0d\x68\xdd\x46\x9d\x9b\ -\x25\xe0\xb9\xee\xb0\x9c\x9d\x9f\x26\x5d\xd5\xe3\x26\xba\xea\x65\ -\x54\x79\x76\xd0\xda\xe6\x25\x65\x1e\xd0\xcb\xd8\x8c\x33\x14\xed\ -\x00\x77\x9a\x0d\x57\xdd\x1e\x5a\xc3\xbf\x81\x46\x66\x9f\xa3\x42\ -\x78\x00\xe7\x27\x50\x3d\x52\x22\x0b\xcd\x5b\x5f\xe7\x68\x24\x15\ -\x9b\x49\x1b\x80\x83\x0b\xbf\xbb\xaa\xc9\x0b\x14\x21\x1c\x7b\x66\ -\xbc\xa9\x33\x1d\xcb\x65\xc5\x2f\x4b\x1e\x6f\x12\x23\x7c\x00\x3c\ -\x04\x0e\xc0\xbd\x0c\xc6\x97\xe3\x7b\x46\xeb\x08\xc4\xcc\x74\x3d\ -\x21\x0f\xd1\x82\x45\xd0\x2b\xef\x65\xdf\xbe\x1f\xb4\x1b\x20\x62\ -\xf7\x8b\x83\xea\xa4\x67\xb0\x53\xe0\xc5\xad\x8f\xc0\x7d\x05\x4c\ -\xc1\xd1\xf7\xd9\xeb\x39\x71\x9e\xb6\xf8\xcc\x8f\x93\x42\x93\x3b\ -\x03\xe7\x27\x53\x2e\x5f\xcf\x5a\x07\xf0\x66\xe8\x7d\xec\x44\x49\ -\x32\xe6\xff\x50\x2e\x0f\xba\x00\xf2\xf3\xbc\xf9\x95\xa6\x5a\x8a\ -\x5c\xb9\xfc\x1d\xcc\xb2\x5e\x1b\xf9\xc7\xd8\x2f\x4c\xac\x92\x7b\ -\x61\x42\x1c\xfa\x82\x85\xf1\x02\x43\x3a\x66\x7b\xcc\x89\x43\x9c\ -\x05\xcf\x88\x43\xdf\x18\xf9\xa5\xd1\x57\xce\xfa\x2b\xa9\x10\xaa\ -\x8c\xff\xc2\x44\x8a\xe8\x4f\x05\x4e\xc8\x46\x5e\x08\x00\xf2\x1e\ -\xfa\xca\x4a\xee\xa5\x04\x5e\xeb\x95\x99\xb4\xad\xe4\x9d\x9f\xb7\ -\x40\xde\x31\x9c\x9f\xb2\xa5\xe5\x3d\xf3\x7f\xc8\xe3\x2b\x9e\x3c\ -\x91\x5a\x59\xa5\x16\x7b\x80\xe0\x77\x82\x71\x7d\x2d\x1b\x7e\x6b\ -\xde\xd3\x4f\x2b\x74\x9e\x2a\x8c\x7e\x69\x6a\xca\x8f\x09\x04\x2f\ -\x2b\x0c\x5e\xbe\x2a\x7a\x39\x6a\x1e\x33\x66\x91\x2d\xcf\x43\x29\ -\xbf\x9b\x15\x62\x44\x86\x93\x23\x9b\xa8\xb6\xf5\x35\xba\xb4\xfc\ -\xef\x1a\x6a\xe6\x1c\x7a\x01\x72\xc1\xe0\xb5\xb9\x19\x40\xa0\x37\ -\x0d\xe5\xc4\x29\x4a\x4a\x64\x7b\xc1\xff\xe4\xf6\x26\x79\x6d\x2e\ -\x28\x97\x4d\xe9\xeb\xfa\x71\x0e\x35\x61\xa7\xfe\xf7\x24\xaa\xc4\ -\x7d\x01\x06\x1d\x54\xa1\xce\x06\x78\xf6\x06\x4e\x93\xed\xc0\x8d\ -\xb8\xa2\x8e\x41\x26\x30\x4a\xcd\x3c\x9e\x3a\x79\x2d\x1b\xbf\x38\ -\x59\x42\xaf\xca\x92\x23\x54\x65\xe0\x5f\xe0\x99\x38\x24\x6b\xf3\ -\xac\x17\x27\x85\x41\xe2\x33\x06\xa3\xb4\x36\x7d\xac\x88\xc7\x37\ -\xf7\xd5\x59\xab\xe1\x0d\x80\x0c\xcf\x6f\x1a\xf3\x09\xa8\x10\xfe\ -\x07\xb4\x0a\xfd\x7e\xcf\x22\x5b\xc2\x00\x00\x00\x00\x49\x45\x4e\ -\x44\xae\x42\x60\x82\ -\x00\x00\x00\x8b\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x3d\x49\x44\x41\x54\x78\x9c\xed\ -\xd0\x01\x09\x00\x20\x10\x04\xc1\xd7\x6e\x26\xb0\x82\xfd\x2b\xf8\ -\x29\xe4\x40\x66\x12\x2c\x5b\x05\x00\x00\x00\x00\x00\x00\xc0\xff\ -\xc6\xda\xe7\xa6\x23\x92\x66\x3a\x20\xcd\x80\x74\x00\x00\x00\x00\ -\x00\x00\x00\x00\xbc\xd7\xba\x61\x02\x03\x59\xaf\x8c\x6f\x00\x00\ -\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\x0b\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\xbd\x49\x44\x41\x54\x58\x85\xed\ -\x94\x3d\x6b\x14\x51\x18\x85\x9f\x73\xd7\x42\x09\x88\x36\x16\x16\ -\x41\xc1\x5a\x6c\x92\x45\x04\x3b\x59\x91\xe0\xba\x8b\xa6\x51\xc1\ -\x7f\x90\x5f\x20\xa8\xbf\x40\x6c\x52\xda\x58\x28\xb2\x89\x41\x0b\ -\x43\x4a\x91\x24\x6b\xa3\x29\x52\x59\xd8\x28\x58\x25\xa8\x91\x90\ -\xdd\xbd\xc7\x62\x66\xdd\x65\xa3\x9b\x99\xf5\x23\xcd\x3c\x30\xf0\ -\x32\xdc\x39\xe7\xdc\xfb\xbe\x77\xa0\xa0\xa0\xa0\x60\x9f\x51\xb7\ -\x98\x9c\x8b\x1b\x82\x23\xff\xc3\xd4\xb0\xd9\xac\x87\xa3\x00\xe1\ -\x67\x12\xf5\xea\x7f\x4d\xbf\x57\xaf\x68\xe9\x24\xb0\x92\x26\x04\ -\x13\x81\xce\xdf\x78\x6c\xa2\x7b\xfe\xcb\xa9\x57\x12\xa6\x3f\xd9\ -\xe9\x45\x8f\x1d\xfa\xee\x06\xa6\x82\x8d\x51\x94\x30\x7f\x86\xc0\ -\x01\x84\xe1\xe5\xf6\x98\xae\xae\x55\xb4\xb5\xeb\x04\x00\xd6\x2a\ -\xda\xfa\xda\xd2\x65\xe4\x27\x48\x48\x0e\x83\x21\xf3\x60\x23\x43\ -\x48\x24\xfc\xf8\x5b\x5b\xd5\x7e\xf3\x5d\x01\x00\xd6\xa7\xb5\x33\ -\xde\x0a\xd7\x6d\xcf\xa6\xde\xc1\xce\x1f\xc2\x20\x89\x20\xc0\xf6\ -\xec\x78\x3b\xdc\x58\x9f\xd6\xce\xe0\xba\xdf\x0b\xdb\x2a\x3f\x8b\ -\x77\xb1\x6e\x27\x82\x8a\xc2\x99\xda\x61\x24\xe1\x74\x73\xbe\xb7\ -\x5a\x0b\x77\x90\x7e\xf9\xed\x9e\x3b\x2b\xcf\x7b\x06\xfb\x7e\x37\ -\x15\x28\x0e\x37\x77\x10\x52\x22\xae\x99\x95\xba\x1e\x0c\x5b\x9f\ -\xe9\x68\xcb\x0d\xdf\x44\x7e\x08\x94\x86\x85\xe8\x33\xef\x20\xdd\ -\x5a\xad\xe9\xd1\x5e\xda\x99\x7b\x3b\x39\xe7\x29\xe1\xa7\xc0\x41\ -\x92\x9b\x3a\x18\xa2\x3b\xb0\xdb\x46\xd7\x9a\x75\xbd\xc8\xa2\x9b\ -\x6b\xb8\x26\x1a\x3e\x1f\xe4\xe7\xc0\x61\x83\x95\x86\x30\x04\x25\ -\x5a\x5f\x1c\x34\xd5\xbc\xa2\x57\x59\x35\x73\x4f\xf7\xc4\xbc\xcf\ -\x04\x7b\x11\x38\x86\x30\xd1\xdd\x96\x7f\x8e\xd2\xc5\x37\x35\xbd\ -\xcd\xa3\x37\xd2\x1d\x3f\xbb\xe0\x53\xb1\xe3\x25\xe0\x44\xfa\xea\ -\x43\x28\xe9\xc2\x72\x55\xef\xf3\x6a\x8d\xfc\x93\x39\xb7\xe0\xe3\ -\xed\x8e\x3f\x02\xef\x0e\x94\x74\xe9\x75\x55\x9f\x46\xd5\x2a\x28\ -\x28\x28\xd8\x57\x7e\x00\xa4\xf8\xb1\x06\x78\x8b\xc7\xb8\x00\x00\ -\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\x4d\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\xff\x49\x44\x41\x54\x78\x9c\xed\ -\xd6\xa1\x4a\x04\x51\x14\xc6\xf1\xef\xcc\x8c\x08\x06\xd3\xda\x7d\ -\x01\x41\x50\xb0\xda\x5c\xb6\x6c\xf1\x39\x2c\x3e\x80\xec\x03\xec\ -\x4b\xd8\x2d\xc2\x8a\xb6\x29\x86\x8d\xbe\x81\x69\x41\x6c\x06\x19\ -\x41\xef\x31\x58\xe4\x5e\xb5\xcd\x59\x70\xfe\xbf\x78\xce\x84\xef\ -\x7e\xe1\xce\x95\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x41\xb0\ -\x3f\xb7\xee\x76\xdc\xaa\x0e\xca\xd2\x8b\xb6\x55\xd2\xcc\xd2\x6f\ -\xfb\x1f\x0b\x38\xb8\xf6\x51\xf3\x9e\xe6\x92\x9d\x4a\xda\xea\x2d\ -\x5d\x8c\x4e\xae\x45\xd3\xd8\xd9\xfd\xd4\x56\xf9\xb2\x28\xe0\xe8\ -\xc6\xb7\xd5\xf9\x83\xa4\xdd\x88\x74\x51\x5c\x7a\xb6\xda\xf6\x96\ -\x53\x7b\xfa\x3e\xaf\x8a\x2f\xdf\xd2\x4c\xff\xec\xf0\x92\x64\xd2\ -\x8e\x7f\xa4\x79\x3e\x2f\x0b\x70\x3b\x09\x49\xb4\x06\x26\x1b\xe7\ -\xb3\xb2\x80\x81\x29\x0b\x30\xbf\x5b\x43\x8e\x10\x2e\xbf\xcd\x67\ -\x65\x01\x9b\xd5\x85\xa4\xc7\x80\x3c\xa1\xbe\x2e\xc1\xea\x3c\x9f\ -\x17\x05\x2c\x27\xf6\xe2\xb2\x43\xc9\x2f\x25\xbd\x86\xa4\xeb\x57\ -\x27\xd7\xd5\x46\x6d\xfb\xf9\x1f\x40\xe2\x21\x04\x00\x00\x00\x00\ -\x00\x00\x00\x00\x00\x0c\xc5\x27\x17\xb6\x3b\xc1\x0d\x7c\x50\x9f\ -\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\x04\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\xb6\x49\x44\x41\x54\x78\x9c\xed\ -\xd9\xd1\x0d\x83\x50\x0c\xc5\xd0\x14\x75\x8d\x0a\xf6\x9f\x0a\xc4\ -\x20\x74\x8c\x83\xf4\xec\x05\x62\x59\xf7\x2f\x33\x90\xf3\xba\x9f\ -\xf3\xba\x1f\xe9\xb0\xc9\xe3\x6f\xa0\x00\x5a\x40\x53\x00\x2d\xa0\ -\x29\x80\x16\xd0\x14\x40\x0b\x68\x0a\xa0\x05\x34\x05\xd0\x02\x9a\ -\x02\x68\x01\x4d\x01\xb4\x80\xa6\x00\x5a\x40\x53\x00\x2d\xa0\x29\ -\x80\x16\xd0\x14\x40\x0b\x68\x0a\xa0\x05\x34\x05\xd0\x02\x9a\xe5\ -\x03\x7c\xe4\x71\xfd\x1a\x9f\x69\x01\xf3\xd5\x02\x33\x33\xc7\xfe\ -\x63\x4b\x5c\x7e\x01\x05\xd0\x02\x9a\x02\x68\x01\x4d\x01\xb4\x80\ -\xa6\x00\x5a\x40\x53\x00\x2d\xa0\x29\x80\x16\xd0\x14\x40\x0b\x68\ -\x0a\xa0\x05\x34\x05\xd0\x02\x9a\x02\x68\x01\x4d\x01\xb4\x80\xa6\ -\x00\x5a\x40\x53\x00\x2d\xa0\x29\x80\x16\xd0\x2c\x1f\xe0\x0f\xc7\ -\xa8\x0b\xc6\x03\x24\x5a\xc7\x00\x00\x00\x00\x49\x45\x4e\x44\xae\ -\x42\x60\x82\ -\x00\x00\x00\xee\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\xa0\x49\x44\x41\x54\x78\x9c\xed\ -\xd0\x41\x0d\x00\x20\x00\x03\x31\x82\x7f\x91\x10\x84\x80\x8c\xf2\ -\xb8\x1a\xd8\x65\x63\x40\x6b\x9f\xbb\xf6\xb9\xb2\x61\xca\xf1\x1f\ -\x74\x80\x0e\xd0\x3a\x40\x07\x68\x1d\xa0\x03\xb4\x0e\xd0\x01\x5a\ -\x07\xe8\x00\xad\x03\x74\x80\xd6\x01\x3a\x40\xeb\x00\x1d\xa0\x75\ -\x80\x0e\xd0\x3a\x40\x07\x68\x1d\xa0\x03\xb4\x0e\xd0\x01\x5a\x07\ -\xe8\x00\xad\x03\x74\x80\xd6\x01\x3a\x40\xeb\x00\x1d\xa0\x75\x80\ -\x0e\xd0\x3a\x40\x07\x68\x1d\xa0\x03\xb4\x0e\xd0\x01\x5a\x07\xe8\ -\x00\xad\x03\x74\x80\xd6\x01\x3a\x40\xeb\x00\x1d\xa0\x75\x80\x0e\ -\xd0\x3a\x40\x07\x68\x1d\xa0\x03\xb4\x0e\xd0\x01\x5a\x07\xe8\x00\ -\xad\x03\x74\x80\xd6\x01\x3a\x40\x7b\xd6\x8f\x07\xc5\x02\xeb\xa3\ -\x1e\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\x87\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x39\x49\x44\x41\x54\x58\x85\xed\ -\xce\x31\x11\x00\x30\x08\x04\x41\x26\xde\x50\x80\x05\xfc\x5b\x20\ -\x22\xa0\xdc\xeb\xff\x67\x23\x16\x65\xf5\x64\xf5\x6c\x3e\xde\x66\ -\x7c\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ -\xc0\x07\xe4\xc6\x04\x35\x1a\x89\x95\x2e\x00\x00\x00\x00\x49\x45\ -\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\xf8\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\xaa\x49\x44\x41\x54\x78\x9c\xed\ -\xd0\x31\x15\x80\x30\x00\xc4\x50\x8a\xa6\x7a\x62\x43\x0c\x1b\x9e\ -\xf0\x54\x56\x1c\x7c\x86\x64\xbb\xe9\xf2\x32\x36\xc4\x3c\xae\xf5\ -\xdd\xcf\x7d\x0e\xe1\xb1\x8b\xd3\x3f\x51\x00\x2d\xa0\x29\x80\x16\ -\xd0\x14\x40\x0b\x68\x0a\xa0\x05\x34\x05\xd0\x02\x9a\x02\x68\x01\ -\x4d\x01\xb4\x80\xa6\x00\x5a\x40\x53\x00\x2d\xa0\x29\x80\x16\xd0\ -\x14\x40\x0b\x68\x0a\xa0\x05\x34\x05\xd0\x02\x9a\x02\x68\x01\x4d\ -\x01\xb4\x80\xa6\x00\x5a\x40\x53\x00\x2d\xa0\x29\x80\x16\xd0\x14\ -\x40\x0b\x68\x0a\xa0\x05\x34\x05\xd0\x02\x9a\x02\x68\x01\x4d\x01\ -\xb4\x80\xa6\x00\x5a\x40\x53\x00\x2d\xa0\x29\x80\x16\xd0\x14\x40\ -\x0b\x68\x0a\xa0\x05\x34\x05\xd0\x02\x9a\x02\x68\x01\x4d\x01\xb4\ -\x80\xe6\x05\x58\xe1\x04\x80\x5c\x86\x43\xbc\x00\x00\x00\x00\x49\ -\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x03\x63\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x03\x15\x49\x44\x41\x54\x78\x9c\xed\ -\x99\x5f\x48\x53\x61\x18\xc6\x9f\xef\x9c\xcd\xe9\xa0\x14\x2b\x92\ -\xbc\x52\x8c\xae\xba\xda\x99\x56\x26\x44\x04\xa1\x37\x15\x61\xd1\ -\x55\x46\xe2\x51\x6b\xb3\x24\xe8\x22\x68\x17\x75\x17\x99\x6d\x91\ -\x73\x81\x7a\x11\x12\x49\x10\x05\x26\x04\xd9\x45\x65\xe5\x66\x94\ -\x41\x08\xf6\xe7\xa2\x34\x44\x4b\x34\x1c\xfb\xfb\x76\x63\x31\xb7\ -\x63\x43\xf0\xfb\x8e\xd0\xf7\xbb\xdb\xfb\xc2\x9e\xe7\x7b\xce\xbb\ -\x9d\x77\x67\x80\x44\x22\x91\x48\x24\x12\x89\x44\x22\x91\x48\x24\ -\x92\xff\x0d\xc6\x5b\x40\xd3\xbd\xbd\x00\x8e\x01\x00\x63\x38\x31\ -\xec\x77\xf7\xf0\xd6\x5c\x09\x5c\x03\xd8\x53\xd7\x9d\xfb\xcb\x36\ -\x1f\x4e\xad\x11\xd1\xde\x50\xa0\x65\x90\xa7\xee\x4a\x50\x78\xbe\ -\xf9\x94\x7d\xc1\x92\x5e\x63\x8c\x3d\xd1\x9a\xda\x4a\x79\xea\xae\ -\x04\x11\x1f\x01\x32\xaa\xdb\x62\xe1\xf5\xcf\xbb\xce\xcf\xf3\xd6\ -\xcf\x06\xd7\x09\x00\x80\x92\x1f\x45\x19\x53\x00\x00\x11\x6b\xde\ -\x1c\x3c\x1e\xee\xfa\xd9\xe0\x6e\xa0\xaf\xef\x48\x42\xcd\x41\xbe\ -\x51\x4f\xfb\xbe\x21\xc1\x5b\x3f\x1b\x42\xae\xc0\x2b\x9f\x7b\x2e\ -\xa9\xaa\x5b\x8d\x7a\x9a\xee\x7d\x26\xc2\xc3\x72\x08\x1b\xc1\x91\ -\x9b\xa7\xc6\x19\x68\x9f\x41\xab\xd2\xa1\xfb\xae\x88\xf2\x91\x8e\ -\x2a\x52\x6c\x22\x34\xf0\x79\x8b\xb3\x7a\x06\x40\x4d\x6a\x9d\x01\ -\xbb\x8a\x9d\xd5\xe3\x13\xc1\x47\xa3\x22\xfd\x2c\x6a\x8b\xc7\xd9\ -\xe8\xeb\x21\xa2\xe3\x19\x0d\x86\x8a\xa0\xdf\xfd\x5a\xa4\x17\x53\ -\x02\x00\x00\x4d\xf7\x7d\x04\x28\x63\x1f\x48\x58\x59\xf1\x9b\x1b\ -\xae\x09\x51\x3e\x4c\x0b\x00\x58\x7e\x47\xb0\xda\xe3\xf6\xa1\x6b\ -\xad\x61\xa3\xde\x6a\x63\xea\x7d\x98\xc8\x96\x63\x54\x8f\x2d\x58\ -\x16\x00\x12\x72\x71\x4c\x0d\x20\x14\xd0\x63\x44\xd1\x4d\x46\x3d\ -\x4d\xf7\xfd\x14\xe1\xc1\xf4\x4d\x2c\x14\x38\x37\x0d\x46\xdb\x0d\ -\x5a\xf9\x9a\xee\xbd\xc3\x5b\xdf\xf4\x00\x00\x20\xe8\x6f\x79\x0f\ -\xd0\x41\x83\xd6\x51\xde\xda\x6b\x22\x00\x00\x20\x52\xc6\xcc\xd0\ -\x5d\x13\x01\x54\xd4\xb7\x6f\x66\x8c\xfa\x33\x1a\x0c\x2f\x78\x6b\ -\x9b\x1e\x80\xa3\xa1\xd3\x9e\x50\x95\x07\x00\x4a\x52\xeb\x8c\xd1\ -\xa5\xa0\xdf\x5d\xc9\x5b\xdf\xd4\x00\x6a\x6b\xef\xaa\x8c\x45\x7a\ -\x01\x94\xa7\xd6\x09\xb8\x35\xec\x77\x7b\x44\x78\x30\x35\x80\x4f\ -\x85\x93\x57\x01\x1c\x48\x2b\x0f\xac\x2b\x9a\x69\x06\x98\xe1\x92\ -\xb4\xda\x98\xb6\x09\x3a\x75\x5f\x0b\x81\xda\x53\x6b\x04\xbc\xcd\ -\x8d\x85\xab\x44\x3e\x29\x32\x25\x80\xf2\xc6\xeb\x87\x92\xc4\xee\ -\xa5\xe9\x7f\xb5\xb2\xf8\x8e\x21\x7f\xeb\x37\x91\x5e\x84\x07\xe0\ -\x68\x68\xaf\x60\x4c\x19\x04\x90\x97\x52\x9e\x4f\x2a\xc9\xdd\x23\ -\x1d\x67\xde\x89\xf6\x63\xf8\xbc\x8e\x17\x5a\x53\x5b\x29\x48\x79\ -\x08\x5a\x72\xf8\x38\xa0\x1c\x1e\xe9\x70\x0b\x3f\x3c\x20\xf0\x4b\ -\x70\xe7\xc9\xb6\x42\x24\x2d\xfd\x20\x2c\xdd\xfd\x19\xf4\x60\xe7\ -\xe9\xc7\xa2\x7c\xa4\x23\x64\x02\xca\x5c\x5e\x5b\x3c\x8a\xfb\x00\ -\xb6\xa5\xd6\x19\x70\x79\xd8\xef\xee\x12\xe1\x61\x39\xf8\x4f\x80\ -\xc7\xa3\x14\x44\xd1\x4d\x40\xd5\xd2\x06\xdd\x1e\xee\x74\x5d\xe4\ -\xae\x9f\x05\xee\x01\x38\x26\x37\x5e\xc0\xe2\x7f\x83\x29\x3c\x9d\ -\xcd\x61\xf5\xa2\xee\xf5\xff\x82\xeb\x5d\xa0\xcc\xe5\xb5\x15\x44\ -\x31\x0b\x20\xf7\x6f\x91\xd8\x87\x88\xaa\x56\x8e\x76\x34\x0b\xf9\ -\xbd\x9f\x0d\xae\x13\x90\x1f\xb1\x25\x01\xc4\xfe\xbc\x66\xc0\x94\ -\x45\x89\xd7\xac\x95\xc3\x03\x9c\x03\x08\x05\xf4\x18\x03\xea\x00\ -\x4c\x03\x18\x43\x32\xb1\xff\xa5\xff\xec\x17\x9e\x9a\x12\x89\x44\ -\x22\x91\x48\x24\x12\x89\x44\x22\x91\x48\x24\xd9\xf8\x0d\x59\x9b\ -\xda\x0c\x1f\xf1\x22\x4f\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\ -\x60\x82\ -\x00\x00\x00\x85\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x37\x49\x44\x41\x54\x58\x85\xed\ -\xce\xb1\x11\x00\x30\x08\x03\x31\x2e\x4b\xb1\x35\x23\x42\x86\x80\ -\x52\xdf\xdb\xa7\x88\x45\x59\x3d\x59\x3d\x9b\x8f\xb7\x19\x5f\x04\ -\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xf0\x01\ -\x8b\x69\x06\x03\x87\x7c\xe1\xcd\x00\x00\x00\x00\x49\x45\x4e\x44\ -\xae\x42\x60\x82\ -\x00\x00\x00\xc0\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x72\x49\x44\x41\x54\x78\x9c\xed\ -\xd0\xb1\x09\x83\x60\x14\x04\xe0\xd3\x21\xc4\x26\xe0\x4c\x59\xc1\ -\xca\x89\xdc\x24\xf3\x08\x69\xc4\x21\x34\xad\xf8\xd7\x2a\xc4\xef\ -\x2b\x8f\x57\xdc\xbb\x04\x00\x00\x00\x00\x00\x00\x78\x82\xea\x18\ -\x4c\xd3\xf7\x9d\x2a\x63\x92\xe6\x86\x3e\x67\x9a\xb3\xa5\xef\xba\ -\xd7\x67\x1f\xd6\xc5\xd9\x7f\x3e\x9f\x24\x6d\xea\x8c\xc7\xb0\x1c\ -\xe0\x61\xca\x01\xb6\x0c\x49\x96\xeb\xab\x9c\x6e\xce\x9a\xe1\xee\ -\x12\x00\x00\x00\x00\x00\x00\x00\xc0\xf5\x7e\x5a\x95\x0d\x08\xf2\ -\x12\x5b\xad\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\x8a\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x3c\x49\x44\x41\x54\x58\x85\xed\ -\xcd\x21\x15\x00\x21\x00\xc0\xd0\x41\x26\x02\x60\xc8\x82\xbb\x30\ -\xa7\x08\xc3\x7b\x14\x20\x14\x0a\x8b\xc4\xb0\xaf\xe6\x06\x92\x24\ -\xbd\x2e\xec\x48\xf5\x1f\x40\xbe\x74\xed\xb3\x7d\x05\x20\x5e\x19\ -\x4a\x92\x24\x1d\x2c\x16\x1c\x05\x04\xcb\x08\x93\xc5\x00\x00\x00\ -\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\x21\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\xd3\x49\x44\x41\x54\x58\x85\xed\ -\x97\xb1\x6b\x53\x51\x14\xc6\x7f\x5f\x5e\xe9\x22\x15\xb4\xc4\xfe\ -\x01\x1d\x4a\x47\x5d\x2c\x28\x2e\x79\xea\x10\x09\x54\x5e\xd7\x22\ -\xe4\xe9\x20\x98\xa9\x54\xff\x04\x33\x38\x18\xc1\xc5\x64\xd0\x0e\ -\x45\x94\x08\x85\x0c\x1a\xe2\x20\xa8\x75\xd1\x4d\xb7\xee\x6d\x51\ -\x90\xe0\x52\xc8\x3d\x0e\xbe\x17\x9f\x52\x5e\x89\x7d\x69\x45\xf3\ -\x4d\xf7\x9d\x7b\x38\xdf\xef\xde\x73\x79\xdc\x0b\xff\xbb\xf4\x7b\ -\xe0\xfc\xe5\xf2\x19\xa4\x9b\xc0\x1c\x90\xcf\xc8\x67\x1b\x58\xc7\ -\xac\xda\x6e\x36\x5e\x27\x27\xbc\xe4\x87\x1f\x94\x97\x84\x56\x81\ -\x19\xe0\x48\x46\xe6\x44\xb5\x66\x90\xae\x4c\xcf\x9e\xfa\xb6\xf1\ -\xe9\xfd\xdb\x78\xa2\xbf\x03\xfe\xc2\xb5\xb3\x72\xee\x15\xf0\x15\ -\xb3\x4a\xce\xa3\xf5\xfc\x49\xe3\x4b\x16\xee\x17\x17\xca\xc7\x5d\ -\x8f\x22\x52\x0d\x38\x8a\xd9\xb9\x78\x27\xc6\xfa\x24\xce\x2d\x03\ -\xc2\xac\xd2\x6e\x36\x56\xb2\x30\x8e\x15\x2d\x64\xc5\x0f\x42\xc9\ -\x78\x18\xb5\xb8\x04\x90\x4b\xe4\xcd\x01\xe4\x3c\x5a\x59\x9a\x27\ -\x65\xbd\x9d\xb8\xf6\xe9\x38\x96\x04\xc8\x27\x68\x87\xa2\xce\xb3\ -\x47\x9f\xa3\xe1\x89\xdd\x00\x0e\x45\x23\x80\x11\xc0\xa1\x03\x8c\ -\xed\x95\x70\x21\xb8\x7a\xdd\x99\xdd\x16\x4c\x0c\x52\xd8\xa0\x9b\ -\x93\x6e\xbd\x78\xfa\xe0\x7e\x5a\x5e\xea\x0e\x14\x4a\xe1\x94\x99\ -\xdd\x1b\xd4\x1c\x40\x30\x61\x66\xb5\x42\x29\x9c\xfa\x63\x80\x83\ -\x50\x2a\x40\x67\xad\xbe\x29\xe9\x86\x41\x77\xd0\xc2\x06\x5d\x49\ -\x95\xce\x5a\x7d\x33\x2d\x6f\xcf\x33\x10\xf5\x30\xb5\x8f\xfb\xd1\ -\xdf\xdd\x82\x11\xc0\x08\xe0\xa0\x01\xb6\xe1\xc7\x05\x72\x58\x66\ -\x85\xf9\xc5\xc9\x68\xb8\xb5\x1b\xc0\x3a\x80\xeb\x51\x1c\x16\x80\ -\xbc\xf1\xb8\xf6\xbb\x38\xf6\xf3\x47\x64\x56\x45\xba\x84\x54\xf3\ -\x83\x50\xd6\xdb\x69\x25\xee\x70\xfb\x52\x61\x7e\x71\x52\xde\x78\ -\x51\xc6\x5d\xc0\x61\x56\xed\x43\x25\x13\xfd\xa0\xbc\x24\x53\x95\ -\xe1\x9d\x0d\x87\xb1\xdc\x6e\xd6\xef\xc4\x81\x5f\x5e\x46\x1b\x1f\ -\x3f\xbc\x99\x9e\x3d\xd9\x41\xca\x03\xc7\xc8\xee\x75\xb4\x05\xbc\ -\xc4\x2c\x6c\x37\x1b\x8f\x33\xaa\xf9\x8f\xe8\x3b\xaa\x2b\x8c\x73\ -\x1f\xb4\x18\x18\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\ -\x00\x00\x01\x8d\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\x3f\x49\x44\x41\x54\x58\x85\xed\ -\x92\xb1\x4a\x03\x51\x10\x45\xcf\x4d\x02\xa2\x18\x82\xad\xac\xd9\ -\x4d\x5a\xc1\x5f\xb0\xb0\xb4\xb0\xb3\x13\xed\x2c\xfc\x02\x41\xb0\ -\xb2\xf1\x07\x14\x49\x61\xab\x62\x67\x2d\xe8\x1f\xf8\x03\xba\x6f\ -\xb3\x20\xa6\xd1\xca\x42\x93\x37\x56\x09\x62\xb7\x6f\x61\x1b\xf7\ -\x74\x03\x33\x77\x0e\xef\x0d\xd4\xd4\xd4\xfc\x77\x54\xa4\xd9\xcc\ -\xe4\xb2\xdc\x03\x98\x1f\x2f\xf5\x7a\xbd\x8f\xb2\x02\x8d\x82\xfd\ -\x33\x61\x35\x5a\xef\x66\xd6\xac\x54\x40\x92\x17\xda\x9e\xd6\x2e\ -\xcb\xc7\x95\x0a\x00\xc4\x71\x74\x83\xe9\x64\x5a\xa7\xe9\xf0\xa9\ -\x52\x01\x80\x24\x89\x8e\x80\x7b\x00\xc4\x9a\x73\xd9\x59\xa8\x40\ -\xa1\x23\xfc\x4b\xea\x86\xf6\x2b\x68\x3f\x8e\x57\x2e\x2a\x15\x30\ -\xb3\x86\xcb\xf2\xc9\xb4\xf6\xb2\xf5\x7e\xb7\xfb\x58\x24\x23\xe8\ -\x0b\xa6\x48\xf2\x0b\xf3\x73\xed\x59\x98\xe9\xa1\x68\x46\x29\x01\ -\x80\xd1\x68\xf4\x05\x4a\x43\xe7\x4b\x09\x98\x99\x16\xdb\x9d\x01\ -\x58\x02\x7a\xf3\x93\x66\x52\xa9\x40\x9a\xe5\xc7\xc0\x0e\xf0\x29\ -\x26\x9b\xfd\xfe\xb2\x2b\x9a\x11\x7c\x84\x2f\x2e\xdf\x15\x76\x09\ -\x78\xa1\xad\x38\x8e\xee\x42\x72\x82\x5e\xc0\xb9\x7c\x43\xd8\x00\ -\xc0\xa4\x83\xd0\xe5\x41\x02\xce\xb9\x55\xc3\x6e\x81\x96\xc1\x69\ -\xaf\x1b\x9d\x87\x2e\x2f\x2c\x60\x66\x32\x1a\xd7\x40\x47\xe8\x2a\ -\xe9\x46\x87\x65\x96\x03\xb4\x02\x66\x5e\x81\x67\xef\xbf\xf7\x24\ -\xf9\xb2\x02\x35\x35\x35\x35\x3f\x6e\x39\x66\xc8\x1a\xa6\xbc\x56\ -\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\xef\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\xa1\x49\x44\x41\x54\x78\x9c\xed\ -\xd0\x41\x11\x00\x20\x00\xc3\x30\x0e\x4d\x78\xc2\x0f\x86\x41\x46\ -\x78\x34\x06\xd6\xdb\x18\xd0\xda\xe7\xae\x7d\xae\x6c\x98\x72\xfc\ -\x07\x1d\xa0\x03\xb4\x0e\xd0\x01\x5a\x07\xe8\x00\xad\x03\x74\x80\ -\xd6\x01\x3a\x40\xeb\x00\x1d\xa0\x75\x80\x0e\xd0\x3a\x40\x07\x68\ -\x1d\xa0\x03\xb4\x0e\xd0\x01\x5a\x07\xe8\x00\xad\x03\x74\x80\xd6\ -\x01\x3a\x40\xeb\x00\x1d\xa0\x75\x80\x0e\xd0\x3a\x40\x07\x68\x1d\ -\xa0\x03\xb4\x0e\xd0\x01\x5a\x07\xe8\x00\xad\x03\x74\x80\xd6\x01\ -\x3a\x40\xeb\x00\x1d\xa0\x75\x80\x0e\xd0\x3a\x40\x07\x68\x1d\xa0\ -\x03\xb4\x0e\xd0\x01\x5a\x07\xe8\x00\xad\x03\x74\x80\xd6\x01\x3a\ -\x40\xeb\x00\x1d\xa0\x75\x80\x0e\xd0\x1e\x06\x73\x04\xd7\x28\x98\ -\xcd\x67\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\xce\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x80\x49\x44\x41\x54\x58\x85\xed\ -\xd2\x21\x0e\xc2\x40\x14\x84\xe1\x7f\x96\x3b\x90\x70\x13\xe4\x9e\ -\x81\x0b\x20\x30\x1c\x09\x81\xc6\xd6\x22\xeb\x38\x0a\x49\xef\x40\ -\x07\xd5\x26\x0d\x09\xae\x5b\x33\x9f\x7b\x6f\x37\x99\x11\x0f\x22\ -\x22\x22\x36\xa6\xc5\x64\xab\xf6\xec\xd6\x0c\xec\x2b\x1f\x24\xff\ -\x14\x38\x76\xae\xb6\x1f\xc0\x61\xcd\x02\xc0\x50\xd0\xf9\x75\xd2\ -\x13\xa0\x4c\x5b\xdb\xb7\x06\xe1\x00\xfb\x11\xdf\xa7\xa1\xfc\xfb\ -\xd9\xc2\x5c\x40\xd2\x15\x78\x37\xc8\x1c\x3c\xea\x32\xe7\x2e\x9e\ -\x36\x38\xc2\x88\x88\x88\xcd\x7d\x01\x5e\x93\x20\x04\x37\xe4\x99\ -\xec\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\xa1\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x53\x49\x44\x41\x54\x58\x85\x63\ -\x60\xa0\x00\x98\x64\x4c\x6c\x30\xc9\x98\xd8\x40\x89\x19\x4c\x94\ -\x68\xa6\x06\x18\x75\xc0\xa8\x03\x46\x1d\x30\xea\x80\x51\x07\x8c\ -\x3a\x60\xc0\x1d\xc0\x42\x05\x33\x1c\x28\xa9\x92\x87\x45\x08\x1c\ -\x38\x33\x23\xbf\x81\x5c\xcd\x03\x1e\x02\xa3\x0e\x18\x75\xc0\xa8\ -\x03\x46\x1d\x30\xea\x80\x51\x07\x0c\xb8\x03\x00\xb9\x93\x08\x9d\ -\x47\x2d\xcd\xca\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\ -\x00\x00\x00\x9b\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x4d\x49\x44\x41\x54\x58\x85\xed\ -\xd7\xb1\x0d\x00\x20\x08\x05\x51\x34\x0e\x66\xc3\x04\xae\xc0\x98\ -\x26\xac\xe6\x06\x22\xc4\xf2\xae\xfc\x09\xc9\x6b\x11\xa1\x64\xba\ -\xcc\x75\x99\xbf\xee\x51\xa3\x60\x98\xc9\xfd\x5a\xaf\x1c\xfd\x0c\ -\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xd2\x9f\x51\ -\x13\xd9\x99\x9d\xa2\x0e\xd8\x07\x09\x21\x90\x7b\x88\xd1\x00\x00\ -\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x03\x5c\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x03\x0e\x49\x44\x41\x54\x78\x9c\xed\ -\xd5\x4b\x6c\x54\x75\x14\xc7\xf1\xef\xb9\x53\xa6\xda\x81\xd0\xd0\ -\x98\x50\x4d\x4a\x64\x63\x52\x36\xc0\x4c\xc7\x47\xa2\xa9\xcf\xa4\ -\x16\x24\x2c\x70\x41\x04\x4b\x02\x33\x03\xed\x80\x62\xe2\xc2\xc4\ -\x4c\xba\x33\xf1\x51\x3b\x03\xa5\x0f\x89\x04\x16\x18\x0a\x29\x31\ -\x60\xdd\x98\x58\x92\x52\x18\xda\x59\xb2\x00\xa2\x1b\x83\x84\xd0\ -\x0a\x49\x83\x9d\xda\xce\x71\x51\xa3\xd3\x6b\x25\xd8\x7b\x67\xba\ -\xe0\x7c\x96\xff\x73\xef\x6f\x7e\xf7\xcc\x0b\x8c\x31\xc6\x18\x63\ -\x8c\x31\xc6\x18\x63\x8c\x31\xc6\x18\xf3\xa8\x10\xaf\x01\xcf\xc6\ -\xd3\xf5\xb3\xca\x71\x84\xa7\x50\xbe\x18\xed\x4d\x7e\x06\xa2\x7e\ -\x94\x5b\x48\x34\xd1\xb9\xb5\xa0\xf2\x29\x00\x05\x49\x8e\xf6\x25\ -\x07\xbd\xe4\x79\x5e\x40\x24\x9e\x19\x02\x7d\xe9\xef\x03\xe5\xc4\ -\xfd\xdf\xc6\x77\x5f\xed\x6f\x9f\xf6\x9a\x3d\x9f\x4a\x38\x9e\xf9\ -\x50\xe0\x93\xa2\xc3\x7b\xaa\x95\x4f\x8c\xf5\xc6\xff\x58\x6c\xaa\ -\xe3\x43\xb1\xf9\x19\xc2\x8e\xaa\x55\x35\xdf\xaf\x6f\xe9\xa8\xf6\ -\x9e\x3d\xa7\x31\x95\xaa\x88\xc4\xd3\x5d\xae\x87\x9f\x7b\x35\x8f\ -\xbc\x2f\x40\x74\xaf\xc0\x6d\xd7\xe9\xcb\x81\xca\xc0\xf0\x86\xd6\ -\x43\x6b\xbc\xc6\xd7\xef\x3b\xbc\x7c\xf2\x56\xcd\x59\x90\x84\x6b\ -\x94\x17\x78\xc7\xcb\xbb\x0f\x3e\x6c\x10\x20\xba\x3b\xf3\x74\x21\ -\xa0\x83\xc0\x33\xae\xd1\x2d\x55\xa7\x79\xac\xb7\x2d\xb7\x98\xdc\ -\x70\xac\xa3\x56\x24\x70\x0e\xd8\xe8\x1a\x4d\x20\xf2\xd6\x68\x77\ -\x72\x78\x31\xb9\xc5\x7c\xf8\x0a\x40\xf6\xab\xe4\xcf\xcb\x66\x66\ -\x5e\x00\xb9\xe0\x1a\xad\x16\x29\x5c\x08\xc7\xd2\xcd\xff\x37\xb3\ -\x61\xcf\xa1\x75\x22\x81\x4b\xfc\xeb\xe1\xe5\x27\xa7\xe0\x3c\xef\ -\xc7\xc3\x83\x4f\x0b\x00\x18\x39\x7a\x70\xe2\x6e\x50\xdf\x00\x4e\ -\xba\x46\x21\x11\xbe\x0d\xc7\xd2\x7b\x1f\x36\x6b\x63\x22\xf3\x8a\ -\x3a\x85\x61\xa0\x6e\xfe\x44\x2e\xcf\x4e\xeb\x73\xd9\xbe\xb6\x6b\ -\x9e\x0b\xff\x25\xe0\x57\x10\xc0\x44\x76\x70\xf6\xe6\xa6\xe8\x40\ -\xed\x64\x28\x28\xf0\x62\xd1\x48\x44\x68\x7e\x32\xd2\x14\xba\xb9\ -\x29\xfa\x03\x43\x43\xff\xf9\x37\x19\x89\xa7\x77\x0a\x9c\x02\xaa\ -\x8a\xcf\x15\x19\x40\x83\x5b\x72\x47\x5b\xef\xf9\xd9\xd9\x97\xdf\ -\x80\x85\x44\x62\x9d\x31\x44\xba\x70\x2d\x59\xe1\xd4\x8a\xfc\x8a\ -\x77\x7f\x3c\xb6\x6b\x6a\xfe\x1d\x2a\x0d\xf1\xcc\xc7\x0a\xed\xee\ -\x2c\x45\x3b\xd7\x4e\xd4\x7e\xd0\xdf\xff\xf6\xac\xdf\x3d\x4b\xb6\ -\x00\x80\xc8\x9e\x4c\x13\x8e\xf6\x03\x21\xd7\x68\xd8\xa9\x70\xb6\ -\x64\x0f\xb7\x8d\x03\xd4\x6f\x4b\x05\x1f\x5f\x55\xd3\x23\xd0\xe2\ -\xba\x4e\x05\x79\xff\x4a\x4f\xb2\xb3\x54\x1d\x4b\xba\x00\x80\x48\ -\x22\xbd\x01\xe5\x3c\x50\x5b\x7c\xae\x70\x1d\xa5\x09\x2a\xef\x88\ -\x93\x3f\x8d\xf2\x9a\xeb\xd6\x29\x47\x74\x7b\xb6\xfb\xc0\x40\x29\ -\xfb\x95\x7c\x01\x00\xe1\xd8\x97\x75\x22\xce\x77\xc0\xba\x87\xbc\ -\xe5\x4e\xc1\x61\x73\xee\xc8\xfe\x4b\xa5\xec\x05\x65\x5a\x00\x40\ -\x38\xd6\xb3\x52\x24\x7f\x06\x78\xf5\x41\xd7\x29\x5c\xd7\x40\xe0\ -\xcd\x5c\x57\xeb\x8d\x72\xf4\xf2\xf5\x5f\xe0\x41\x7e\x1d\x3b\x97\ -\xaf\x5e\x1b\xfd\x26\x58\x15\xaa\x03\xd6\x2f\x78\x91\x70\x11\x9d\ -\x7e\x3d\xd7\xfd\xde\x2f\xe5\xea\x55\xb6\x4f\xc0\x3f\x54\x22\x89\ -\x74\x0a\x95\x94\x6b\x70\x7a\x59\xd5\xcc\xce\x91\x8e\x83\xbf\x97\ -\xb3\xcd\x12\x2c\x60\x4e\x43\x22\xdd\xa7\xca\x2e\x40\x81\xcf\x47\ -\x57\x8f\x7f\x44\x7b\x7b\x61\xa9\xfa\x2c\x89\xc6\x54\xaa\xa2\xb1\ -\xe5\xeb\xc7\x96\xba\x87\x31\xc6\x18\x63\x8c\x31\xc6\x18\x63\x8c\ -\x31\xc6\x18\xf3\x88\xf8\x13\xba\x50\xdf\xc1\x6b\x55\xb9\xde\x00\ -\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\xcc\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x7e\x49\x44\x41\x54\x78\x9c\xed\ -\xd9\x41\x0d\xc0\x20\x14\x05\x41\x5a\x4d\x78\xc2\x4f\x65\xd5\x14\ -\x95\xb1\x4d\x98\x31\xf0\x5f\x36\xdc\x18\x23\x34\xd7\xb3\xe7\x7a\ -\x76\xb9\xe1\x2e\x8f\xff\x81\x00\xf5\x80\x9a\x00\xf5\x80\x9a\x00\ -\xf5\x80\x9a\x00\xf5\x80\x9a\x00\xf5\x80\x9a\x00\xf5\x80\x9a\x00\ -\xf5\x80\x9a\x00\xf5\x80\x9a\x00\xf5\x80\x9a\x00\xf5\x80\x9a\x00\ -\xf5\x80\x9a\x00\xf5\x80\x9a\x00\xf5\x80\x9a\x00\xf5\x80\xda\xf1\ -\x01\xae\xf2\x78\xfd\x35\x3e\x46\xff\x02\xde\xf8\x3e\x00\x00\x00\ -\x00\x00\x00\x00\x9c\xe0\x03\xda\xaf\x07\x8e\xa0\xaf\x15\x04\x00\ -\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x04\xe8\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x04\x9a\x49\x44\x41\x54\x58\x85\xc5\ -\x97\xd9\x76\xe2\x46\x10\x86\xbf\x66\x11\x12\x60\x50\x9c\xc4\x9e\ -\xf1\x24\x39\x59\xde\xff\x9d\x72\x31\x9e\x49\x1c\xcf\x18\x6c\x23\ -\x19\x24\xa8\x5c\xd4\xdf\xa8\x91\x71\x72\x97\xd4\x39\x1c\x89\x56\ -\xd7\xf6\xd7\xd6\x0d\x58\x09\x16\xf8\xcf\xc9\x02\x58\x19\xa4\x7c\ -\x09\xac\x21\x58\xf7\x91\x4b\x20\x1a\x96\x25\xef\x93\x44\x4a\x5c\ -\xb3\x64\x6d\x9b\xac\xed\xf4\x7e\x00\x1e\x7a\xf2\x97\xc0\x3a\xf4\ -\x16\x0e\xc0\x05\x30\x00\xaa\x44\x59\x90\x11\x13\xd8\x0d\x21\x8c\ -\x81\x71\xcf\xa5\x16\xac\x81\xac\x95\x11\x51\xb9\x01\x0d\x90\x4b\ -\xfe\x23\x30\x3c\x75\xd8\xf7\x2d\xc0\x7e\x11\x34\x63\xb0\x99\xd6\ -\x33\xb0\xf7\xf0\x50\x82\xe5\x60\x13\xb0\x82\x57\x64\x85\xbe\x4d\ -\xb5\xf7\xca\x79\xc1\xd7\x2c\x93\xec\x5f\xc1\x2e\xfa\x10\x02\xf6\ -\x01\xf8\x24\x24\x0c\x78\x01\x0a\xd8\xbd\x87\xec\xa3\xbc\x00\x58\ -\xc8\x8b\x73\x94\x7e\x9b\xc0\xee\x06\xb2\x5b\x21\x92\x4b\xdf\x1a\ -\xb8\x81\x70\x0b\x30\x92\xf2\x80\xc3\x3e\x96\xf2\x1b\xe0\xde\x19\ -\xb2\xfb\x44\xf9\x04\x0f\x91\x71\x1a\xf7\xe8\xcc\x4c\xca\xf4\xcb\ -\xbe\xc2\xa6\x80\xd9\x18\x78\x07\x7c\x94\x8e\x41\x0f\x01\xfb\x4e\ -\xff\x2b\x08\x15\xd8\xb5\xbe\xfd\x09\xcc\x1d\x8d\xd5\x0c\x4a\x5c\ -\x70\xa8\xcf\x03\x60\x73\xa0\xc5\xf3\xa5\xd2\xf3\x80\x27\xf4\x0e\ -\x78\xc2\xe3\xff\x0d\xb0\x82\xb0\x19\x25\xdc\x63\x29\xcf\xe5\xdd\ -\x1a\xb8\x92\xc5\x39\x94\x4f\x82\x71\x02\x66\x1d\x0f\x24\x08\xe5\ -\xc0\xb3\x94\x95\x42\x38\x03\xee\xf0\xf0\x64\x10\x9e\x12\x07\x3b\ -\x28\xdc\x52\x9b\xc0\xcb\xb5\x18\x83\xa0\x5c\x48\x68\xa4\x39\x1e\ -\x86\xb9\xf8\x07\xfa\x1f\xd7\x22\x6d\xc4\xbb\x93\xac\x00\xdb\xf7\ -\x4a\xcc\x63\xee\xc5\x10\xbc\x73\x41\x15\x30\xfd\x8c\xc7\xb2\x96\ -\xf5\x23\xc1\x56\x43\x75\x09\xd3\xb5\x23\x75\x8e\x6c\x21\x99\x35\ -\x30\x95\x03\x53\xba\xd2\x1b\x49\xf6\x1c\x0f\xc1\x97\x14\x81\x09\ -\xb4\x2f\x49\x6d\x16\x8a\xb5\xe1\x96\x5d\xc3\x74\xe5\x48\xbd\x49\ -\xb1\xce\xbf\x17\x8f\x09\x89\x58\xb6\x2d\x3c\x36\x78\xe8\xfa\x21\ -\x68\x4a\x58\x3c\x74\xc6\x30\x54\x3e\xe4\x78\xd2\xfc\x25\xc1\x85\ -\xfa\x41\xee\x49\x67\xb3\xee\x3f\x05\x9e\x37\x5f\x61\x73\x29\xde\ -\x3c\x91\x09\x2c\x9e\x49\x42\x15\x0d\xc8\xbc\x8b\x91\x0b\xc6\x52\ -\x1e\xb4\x62\x5c\xe1\x89\xf6\x20\x48\x73\x3d\x83\xa0\x9d\xba\x0c\ -\xa6\xae\x9c\x06\x66\x0f\xda\xd7\xe2\x3d\xe5\x12\xef\x31\x43\x68\ -\x4c\xfb\x63\x1f\x20\x40\x50\xd7\x0a\x8f\xde\xb9\x82\x32\xdb\x0c\ -\x82\xfa\xbb\x35\x12\x36\x06\xee\x7b\xbd\xfd\xca\x8d\x8e\x7c\xb4\ -\x60\x7b\x7f\x86\x1d\xd8\x33\x5e\x86\x03\xba\x24\x3f\xa9\x82\x61\ -\x52\xdf\x49\x93\xa9\xd3\x3d\xda\xc7\xbd\x7b\x63\xe9\x30\xbb\x4b\ -\x1c\x8a\x94\x4e\x59\xc9\x0c\x55\xe7\x6c\xc7\x30\x82\xf1\x21\xf1\ -\x86\xe4\xbd\x4d\x84\x8c\x80\xc6\x3d\xb7\x35\xea\x4c\x78\x46\x5b\ -\xd2\x1f\x52\x4a\x1d\x78\x35\x3d\x07\xc9\x73\x7f\x86\xb9\x4f\x87\ -\x9e\xc0\x3e\x9d\x6b\xcf\x96\xbc\xbf\xda\x17\x85\xed\xa0\x51\x57\ -\x0b\xd6\x6d\x0e\x06\xf5\xb0\x67\xc0\x30\x81\x7d\xa5\xdf\x32\x99\ -\x27\x7d\x83\x4f\x46\x6e\xdf\x98\x94\xa1\x55\x29\xf5\xac\x2d\xfa\ -\x75\xdf\xe2\x09\xa7\x79\x1e\x62\xdb\xbe\xa6\x3b\x03\x44\x0a\xaf\ -\xdf\xad\x00\x3b\xee\x8b\x39\x60\xca\x70\x53\x19\xce\x34\x58\xc0\ -\x4b\xb3\x94\xe2\x02\x6f\xb9\x6a\x36\x96\x42\xdc\x00\xdf\x4a\xb8\ -\x49\xb6\x0e\x21\x16\x3b\x20\x32\x76\x1f\xf9\xa2\x01\x3b\x08\x43\ -\x95\xdb\xd6\x0f\x24\x34\xfe\xdf\xc0\x33\x7f\x23\x21\x9f\xff\x61\ -\x1a\xee\x38\x9e\x76\xd6\x25\x2c\xef\x3a\x07\x79\xc0\x4b\x38\xee\ -\xd9\xc1\x49\x08\xc6\x75\xe2\xf5\x16\x35\x0a\x51\x05\x2f\x3f\xc9\ -\xf3\x73\x99\x7e\xb4\x40\x1e\x7e\x80\xe5\x53\xb7\xbc\x2a\xa4\x1c\ -\x37\x6c\xbc\x89\x5f\x06\x09\xe3\x06\xea\xb2\x63\xa2\xf6\x86\x14\ -\x0f\x1a\xf9\x2d\x3e\xdd\xfa\x67\xc1\x94\x22\xd4\x7f\xe0\xed\x36\ -\xf8\xb3\x4c\x86\x57\x36\x93\x31\x27\x21\xd8\xfb\xe6\xe2\x19\xec\ -\x86\x6e\xe0\x14\xf8\x49\xe6\x77\x3c\x9e\x7b\xa0\x74\xa4\xea\x41\ -\x97\xa0\xf5\x50\x02\xd5\x21\x8f\x7b\x7f\xc6\xbb\x9f\x8e\x77\x2c\ -\xa1\xb8\x95\xcc\x6d\x6a\x00\x6e\x40\x78\x06\x1b\xd0\xc5\x7c\x24\ -\x6f\x0e\x10\x36\x60\x2d\xf0\x0c\xe1\xe5\x3c\x00\x36\x77\x19\xa0\ -\x83\xeb\x67\x7c\x96\x6c\x24\x73\xe5\xf9\xd3\x45\x31\x0d\x41\xe3\ -\x93\x2d\x3c\x42\x7d\xe1\x9e\xb2\x96\xf5\x5b\xe5\xc7\x71\x8c\xbe\ -\x4d\x36\x56\xe8\x1a\x3c\xd1\xd6\xc0\x25\x54\x33\x47\xc3\x66\x5a\ -\x3f\x09\xc1\x57\xe0\x07\xdf\x6c\x4b\x60\x06\x2f\x41\x93\x74\x42\ -\x67\xb2\x0e\x97\x55\x05\x85\xd1\x75\xcf\xd8\xac\x0a\x3c\xdb\x77\ -\x38\xf3\xc2\x8d\xaf\xa7\x30\x9d\xe3\x13\x76\xe3\x8e\x87\x4d\x62\ -\x40\x30\xb0\x03\x5e\xeb\x01\xf8\x04\x45\x34\x86\x0e\x56\xf0\x30\ -\x4c\x75\xf4\x36\x21\x18\xe2\x1c\x59\x38\x82\xc7\xbd\x17\x6e\xcc\ -\xf4\x8b\x64\xc5\xd9\x72\xee\x50\x63\x17\xba\x34\xf4\x2f\x26\x0b\ -\xa8\x7e\xec\x2e\x23\xff\x76\x31\x01\xe7\xad\x3e\x74\x65\x7d\x72\ -\x31\xf9\xed\xcc\xc5\xe4\xd8\xdb\xf7\x82\x6d\x20\x2b\x33\x1c\xfe\ -\x81\x7f\x6f\x32\x79\x30\x84\x71\x7a\xf7\xcb\x75\x30\x6e\x7d\xd4\ -\x8e\x6a\xbc\x67\xec\xc5\xdb\xd0\x0d\xa6\x35\xc9\xd5\xec\x8d\xcb\ -\x69\xf4\xe2\x98\x70\xc3\xe4\x7d\xa2\xf7\x09\x6c\x35\x3b\x26\x95\ -\x94\x18\xdd\xe5\x54\x06\xb9\xb0\x18\xf3\x9e\xc3\x6b\xf8\x9f\xaf\ -\xe7\x7f\x03\x88\x7c\xd3\x3b\xed\x32\x4f\xdf\x00\x00\x00\x00\x49\ -\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\xa6\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\x58\x49\x44\x41\x54\x58\x85\xed\ -\xd2\x31\x2f\x43\x51\x18\xc6\xf1\xff\x39\x15\x03\x89\x10\x42\xba\ -\x11\x9b\x89\xb0\x89\x45\xb4\x69\xd0\x44\xb5\xb5\xd5\xc0\x15\x12\ -\x1f\xc0\x66\x12\x1f\xc0\xac\xb5\x34\x62\x68\x99\x08\xad\x44\x42\ -\x48\x37\x11\xc2\xd6\x45\x27\x83\x44\xca\xe4\xde\xfb\x5a\x19\x38\ -\xda\x2e\x12\xe7\x37\x3f\x79\xce\xf3\x26\x07\x2c\xcb\xb2\xac\xff\ -\x4e\x99\x02\xa1\xb8\xb3\x0d\x0c\x2b\x5f\x52\x85\x83\xf4\xdd\x6f\ -\x4a\x23\x33\x2b\xbd\x5e\xc0\xcd\x02\x2f\xc5\xfc\xf6\x34\x20\xdf\ -\x65\xb5\x79\xa1\xb4\x03\x83\xa2\xf5\x65\x38\xe6\x8c\x9b\xf2\xe1\ -\xa4\x33\xec\x35\xb9\x25\x60\x14\xa4\xd3\x94\x37\x0e\xa8\xea\xb6\ -\x14\x8a\x1c\x48\x9b\x68\x8e\x27\x12\xce\xfc\x77\xd9\x89\xd9\xc5\ -\x29\xf1\x39\x47\xe8\x11\xd4\xd9\xbb\xe7\x45\xf8\xe1\x7a\x80\x80\ -\x69\x40\xe5\xbe\xe4\xa6\x92\xd1\x7c\xe5\xe9\xb5\x15\x18\x53\x10\ -\xeb\x1f\x18\x92\xf2\xc3\xf5\xf9\xe7\x5c\x28\xbe\xb4\xa2\x14\x59\ -\xa0\x19\xc8\x76\xe8\x97\xb9\xa3\xfd\xdd\x37\x53\xbf\xf1\x0f\x7c\ -\x7d\xc4\x59\x05\xb6\x00\x8d\xb0\xf3\xdc\xa5\x97\xa7\x83\x41\xef\ -\xea\xb6\xb2\x89\x52\x6b\x00\xa2\x64\xe3\x34\x97\x5e\xc7\x70\x79\ -\x5d\x03\x00\xc2\xf1\xc5\xa8\xa0\xf6\x80\x16\x81\x0b\x05\x55\x60\ -\x12\x70\x15\xb2\x5c\xc8\xa7\x33\xb5\xf4\xd5\x3c\x00\x20\x14\x5f\ -\x18\x01\x7d\x08\x74\x03\x08\x54\x95\xf2\x13\xc5\x5c\xa6\x50\x6b\ -\x57\x5d\x03\x00\xc2\x49\xa7\x4f\x7c\xca\xc0\xa3\xf6\xfd\xe8\xc9\ -\x41\xe6\xa6\xde\xae\x46\x28\x1a\x38\xc2\xb2\x2c\xcb\xfa\x13\x3e\ -\x00\x77\x85\x6b\x30\xd4\xa0\xe5\x67\x00\x00\x00\x00\x49\x45\x4e\ -\x44\xae\x42\x60\x82\ -\x00\x00\x00\x86\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x38\x49\x44\x41\x54\x58\x85\xed\ -\xce\x31\x11\x00\x30\x08\x04\x41\x26\x9a\xf0\x84\x1f\x0c\x13\x11\ -\x50\xee\xf5\xff\xb3\x11\x8b\xb2\x7a\xb2\x7a\x36\x1f\x6f\x33\xbe\ -\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xe0\ -\x03\xf8\x62\x04\x97\x5f\x3b\xc3\x6b\x00\x00\x00\x00\x49\x45\x4e\ -\x44\xae\x42\x60\x82\ -\x00\x00\x0a\x8e\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x0a\x40\x49\x44\x41\x54\x78\x9c\xed\ -\x5b\x7d\x8c\x1c\x65\x19\xff\x3d\xb3\xb7\xd7\xbb\x72\xd7\x03\x29\ -\x07\xf5\x76\x76\x76\xaf\x3d\x02\xa1\x25\x2a\x05\x81\xd4\x13\x50\ -\x03\x12\x28\x20\x24\xf2\x11\xa4\x02\x22\xa0\x88\xf2\x65\xd0\x00\ -\x15\x21\xf2\x21\x85\x90\xd4\x02\xb1\x0d\x50\x1a\x31\x28\x10\x31\ -\x7c\x34\xa1\x94\x54\x85\x40\x2d\x88\x8b\x94\x5c\xbd\xdd\xf9\xd8\ -\xeb\x51\xca\x47\x3f\xb4\xd7\xdd\xd9\xf7\xe7\x1f\x77\x6d\x67\x66\ -\x67\x67\x76\xef\xf6\x2e\x46\xfb\xfb\x6f\x9e\xf7\xf7\x7c\xcc\x33\ -\xef\xce\xbc\xef\xf3\xbc\x0b\xec\xc7\x7e\xec\xc7\xff\x33\x64\x2a\ -\x9c\x0c\x6c\xde\x7c\x48\x72\xb7\xdb\x4f\xc1\x3c\x0d\x72\x84\x02\ -\x7b\x01\x1c\x28\x90\x19\x00\x13\x00\xb6\x03\xd8\x4e\x88\x05\xf0\ -\x3d\x0d\xf2\x0f\xd2\x5d\x97\xc9\x64\xf2\x93\x1d\xdb\xa4\x25\xc0\ -\xb2\xac\xd9\x0a\xda\x22\x28\x2e\x84\xe0\xe8\x71\x9a\xc9\x83\xf2\ -\x82\xa6\xa9\x47\x75\x5d\x5f\x2f\x22\x6c\x6a\x90\x68\x72\x02\x48\ -\x4a\xc1\x71\x4e\x15\x85\x9b\x00\x9c\xdc\x4c\xdb\x00\x72\x14\x2e\ -\xf9\x68\xcb\x96\x27\xe6\xcf\x9f\x5f\x6e\x96\xd1\xa6\x25\xa0\x50\ -\x70\x4e\x86\xf0\x1e\x00\xf3\x9b\x65\x33\x1c\x52\x20\xb0\x38\x93\ -\xee\x79\xbc\x19\x33\x62\xc2\x09\x18\x1c\x1c\x3c\x54\x4b\x24\xef\ -\x03\x70\x51\x04\x4d\x11\xf8\xb3\x88\xac\x85\xe2\x46\x26\xf0\xcf\ -\x16\xe0\x63\xd7\x75\x77\xb8\x6d\x6d\x95\xd6\x52\xa9\x93\x6c\xe9\ -\x02\x54\x96\x82\xc3\x01\x39\x41\xc0\xaf\x01\x68\xaf\x65\x90\xc0\ -\x3a\x0d\xea\x2a\xc3\x30\xde\x9d\x48\xfc\x13\x4a\xc0\xa0\x6d\x1f\ -\xa7\x29\x3c\x0b\x60\x56\xc8\xf0\x0e\x81\x3c\x4f\xf2\xb9\x96\x16\ -\x79\x31\x95\x4a\x7d\xd4\x88\x6d\xdb\xb6\xdb\x2b\x15\x39\x45\x44\ -\x9d\x49\xc8\xc2\x1a\x3e\x46\x28\xbc\x34\x9b\x4e\xff\x66\x3c\xf1\ -\x03\x13\x48\x40\xa1\x60\x5f\x08\xc1\x0a\x00\xd3\xaa\x82\x02\x1e\ -\xd4\xa0\xee\x32\x0c\xe3\x93\xf1\xda\xf7\x22\x97\xcb\xb5\x76\x74\ -\xcc\xf8\x0e\x44\x6e\x05\xd0\x5d\x45\xa0\xdc\x69\x18\x3d\xb7\x8a\ -\x88\x6a\xd4\x76\xc3\x09\x20\xa9\x59\x96\x7d\x07\x21\x37\x07\x86\ -\x14\x80\x15\x2d\x09\xf9\x59\x2a\x95\x72\x1a\xb5\x5b\x0f\x36\x6e\ -\xfc\xb0\xb3\xbd\x7d\xe4\x3a\x02\x37\x00\xe8\xf0\x07\x86\x67\xa7\ -\x4f\x9f\x76\x71\x77\x77\xf7\xce\x46\x6c\x36\x94\x00\x92\x9a\x69\ -\x16\x57\x41\x78\x7e\x60\x68\x48\x69\x38\xa7\x57\xd7\xdf\x68\xc4\ -\xde\x78\xe1\x38\x4e\xca\xad\xf0\x19\x54\xbf\x70\xdf\x2a\x97\x46\ -\x4e\xea\xeb\xeb\xdb\x5e\xaf\x2d\xad\x11\xc7\xa6\x5d\x5c\x5c\x75\ -\xf3\x82\xd7\xc1\xca\xfc\xa9\xba\x79\x00\x48\xa5\x52\x4e\x42\x43\ -\x3f\x80\x55\x81\xa1\xcf\x27\x5b\xdb\x56\x91\x4c\xd4\x6b\xab\xee\ -\x19\x90\xb7\xac\x6f\x0a\xe5\x49\xbf\x32\x1f\x53\xaa\x72\x65\x36\ -\x9b\x1d\xa9\xd7\x4e\x33\x41\x52\x2c\xcb\xb9\x91\xc0\x5d\xf0\xdc\ -\x0b\x81\x7b\xb2\x86\xfe\xe3\x7a\x6c\xd4\x95\x00\xcb\xb2\xe6\x2b\ -\xca\x3a\x00\x6d\x1e\xf1\x13\x46\x3a\xf5\xad\xc9\x58\x9d\x35\x8a\ -\xbc\xe9\xfc\x50\xc0\xfb\xbd\x32\x81\x5c\x62\x18\xa9\xc7\xe3\x74\ -\x63\x13\xe0\x38\xce\xc1\x6e\x85\x7f\x03\xd0\xe3\x51\x7a\x43\x29\ -\xf7\xcb\x8d\x3e\xf9\x42\xa1\x70\x24\xb4\x96\x73\x84\x38\x9a\x50\ -\x29\x40\x52\x00\x2a\x02\x38\x14\x38\x50\xdc\x00\xa8\xa7\x1b\xdd\ -\x03\x90\x14\xd3\x2c\x2e\x87\xf0\xdb\x1e\x71\x09\x4c\x9c\x90\xc9\ -\x7c\x76\x43\x94\x6e\x6c\x02\x0a\x96\xbd\x1c\xc4\xa5\x1e\xd1\x90\ -\x26\x3c\x36\x9d\x4e\x0f\xd5\x13\x5c\x2e\x97\x6b\xed\xec\xec\xba\ -\x8a\xc0\x95\x00\x8e\xa8\x47\x07\xc0\x5b\x14\x3e\x98\xd1\xf5\x95\ -\x22\x52\xa9\x47\x61\x60\x60\x60\x5a\xb2\xb5\x6d\x0d\x80\x13\xf7\ -\x49\xb9\xc1\x48\xeb\x5f\x14\x11\xb7\x96\x5e\x64\x02\x4c\xd3\x5c\ -\x40\x68\xeb\x3c\x22\x52\xc9\x89\xd9\x6c\xea\xf5\x7a\x82\xca\x5b\ -\xd6\xd9\x42\xb9\x17\xc0\x9c\x7a\xf8\x21\x78\x1b\x94\xeb\x33\x99\ -\xd4\x9a\x7a\xc8\x63\xab\xd2\x1c\x80\x99\x7b\x64\x02\x5c\x6b\x18\ -\xfa\x83\xb5\x74\x6a\x7e\x05\x48\x0a\x91\xf8\x45\x40\xbc\xaa\x9e\ -\x9b\x5f\xbf\x7e\x7d\xb2\x50\x70\x96\x0a\xe5\x19\x8c\xff\xe6\x01\ -\xe0\x73\x10\xbe\x9c\x37\xed\xc5\x24\x63\xbf\x58\xbd\xbd\xbd\x1f\ -\x10\x72\xa7\x57\x46\xe0\x96\xe1\xe1\xe1\x03\x6a\xe9\xd4\x34\x5a\ -\x70\x9c\x7e\x80\x0b\x3c\xa2\xb2\x40\xdd\x16\x17\x84\x69\x9a\x07\ -\xcd\x3c\xe4\xd0\x17\x20\xbc\x3a\x8e\x5b\x2f\x04\xb8\xcd\xb4\x9c\ -\xdf\x16\x8b\xc5\xe9\xb1\x64\x55\x7e\x08\x02\xcb\x23\x99\x39\x52\ -\x2a\x7d\xb7\x16\xbd\x66\x02\x44\xe1\xc6\x40\x14\x0f\x1b\x86\x31\ -\x18\xe5\x3b\x97\xcb\xb5\x02\xda\xb3\x00\xbe\x12\x1b\x68\xe3\x38\ -\xaf\xec\xaa\xc7\xe3\x66\x42\x36\x9b\x1d\x21\xe8\x7f\x50\x94\xeb\ -\x6a\xad\x0d\x42\x8d\xe5\xf3\xf9\xc3\x00\x9c\xe6\x11\x95\x95\x5b\ -\xbe\x23\xca\x31\x49\xe9\xe8\xec\x5a\x4a\xa0\x3f\x8a\x37\x41\x9c\ -\x5b\xb0\x9c\xd8\x59\x98\xd1\xf5\x95\x04\x06\x3c\xa2\x9e\x82\x6d\ -\x7f\x35\x8c\x1b\x9a\x00\x49\x24\x2e\x04\xb0\x37\x63\x02\xac\xe9\ -\xed\xed\xfd\x20\xca\xa9\x65\x39\x17\x01\xb8\x3c\x2e\xb8\x89\x42\ -\x80\x5b\x4d\xb3\x18\x7a\x33\x7b\x39\x22\x15\x21\x9f\xf2\xc9\x94\ -\x5c\x12\xc6\xad\x31\x9d\xe4\x4c\xef\x15\x85\x7f\x88\x72\x58\x2c\ -\x16\xa7\x8f\xad\xc6\xa6\x04\x0a\x6a\x49\xdc\x72\x97\x09\xf1\xc7\ -\x2c\x38\x3d\x4c\xa7\x2a\x01\xc3\xc3\xc3\x07\x80\xde\x6f\x29\x50\ -\x29\x27\xfe\x18\xe5\xac\x5c\xae\x5c\x07\xcf\x42\x69\xb2\x21\xc0\ -\x3c\xd3\x74\x16\x45\x71\x32\xa9\xd4\x9b\x80\x78\x67\x6d\x57\xde\ -\x71\x8e\x09\xf2\xaa\x12\xb0\x7b\xb7\x7b\x3c\x80\x56\x8f\xe8\xed\ -\xd9\xb3\x7b\xac\x20\x6f\x0f\x46\xb3\x2a\x3f\x88\x0f\xbb\xb9\xa0\ -\xe0\xda\xa8\x71\x11\x51\x10\xfa\x1e\x5c\x42\x55\xd7\x29\x43\x7e\ -\x02\x9c\x1b\x10\xac\xab\xe6\xec\x43\xa1\xe0\x7c\x09\x82\x43\xa2\ -\x38\x93\x01\x01\xe6\xd9\xb6\xdd\x17\xc5\xe1\xe8\xfe\x65\xdf\x35\ -\x70\x54\x90\x13\x96\x80\x23\x03\x8e\x06\xaa\x39\x9e\xf1\x04\xce\ -\x0b\xe8\x47\xd1\x9b\x0a\x57\xe1\xdc\xa8\x71\xa1\x04\x63\x3f\x32\ -\xc8\x09\x49\x80\x64\xbc\x57\xa4\x44\x7e\xfb\xa1\x82\x45\x89\x29\ -\xe9\xb5\xec\xf1\x54\xf5\x9b\xf6\x82\x2c\x05\x63\xcf\x06\x39\x55\ -\x09\x20\xd0\xe9\x73\x22\xf2\x69\x4c\x14\x53\xf6\xf2\x0b\xf1\x9d\ -\x8a\x61\x04\x63\xef\x0c\x12\x62\x13\x50\xa9\xb0\x66\x8d\x6d\x6c\ -\x55\x16\x56\xad\x9d\x1a\x30\x3a\x01\x99\x4c\x66\x37\x00\xef\x4e\ -\xb0\x75\x74\xb5\xba\x0f\x55\x09\x90\xe0\x1c\x4e\x32\xea\x47\xad\ -\x85\xd9\x98\x3a\x48\x72\xa2\x16\xc2\x82\xdf\xe1\xbd\x48\x28\xad\ -\x6a\xda\xec\x75\x3f\xba\xcf\x8e\x5c\x21\x4e\x2e\x18\x59\x7d\x2e\ -\x14\x0a\xd3\x00\xb4\x78\x44\xa5\xb9\x73\xe7\x96\xbc\x9c\xb0\x19\ -\xe0\xab\xa8\x92\x3c\x30\x26\x8a\x62\xcc\xf8\xa4\x41\x80\xc8\x04\ -\x90\xec\x0a\x88\x76\x04\x39\x55\x09\x50\x80\x19\x30\x53\xf5\xe6\ -\xf4\x07\xc1\x5c\xd4\xf8\x64\x82\x94\x48\xdf\x9a\xd6\xda\x1b\x10\ -\x15\xaa\x38\xd5\x6a\xf2\x9e\xcf\x89\x20\x72\xb1\x21\x82\xa7\xa3\ -\xc6\x27\x17\x5a\xa4\x6f\xa9\x8e\x7d\x63\x95\x85\x6a\x41\xc5\xd7\ -\x6c\x14\x7f\x51\xa4\x0a\x95\x4a\x65\x35\x80\x86\xba\x31\x4d\x82\ -\x69\x18\xb3\xde\x8a\x22\x30\x10\x3b\x81\xaa\x19\x53\x95\x80\xf6\ -\xf6\xf6\xd7\x00\x78\xfa\xef\xf2\x05\xc7\x71\x6a\x7e\x6e\xb2\xd9\ -\xec\x08\x04\x8f\xc6\xc7\xdb\x64\x88\x3c\x12\x55\x92\x1f\xfb\x44\ -\x9f\xe1\x13\x2a\x59\x1b\xe4\x55\x25\xa0\xbb\xbb\x7b\xa7\x00\xaf\ -\x79\x65\x65\x15\x30\x14\x40\x39\xd9\x72\x3b\x80\x6d\xd1\x11\x37\ -\x0f\x02\xd8\x09\xf1\xf7\x01\x82\xb0\x6d\xfb\x18\xf8\xd7\x28\xdb\ -\x33\x99\x9e\xf5\x41\x5e\xe8\x37\x9c\x84\x6f\x17\x25\xe0\xc2\x28\ -\x67\x7d\xb3\x66\x7d\x08\x32\xb2\x62\xd4\x64\xfc\x44\xd7\xf5\x5d\ -\x51\x04\x05\xcd\x17\x33\xc1\x17\xc3\xca\xe3\xa1\x09\xd0\x34\xae\ -\xc2\x68\xb7\x77\x8f\xf6\x29\x03\x9b\x37\x47\xee\xf8\x0c\x43\x7f\ -\x40\x80\x97\xa2\x38\x8d\x23\x74\x86\xaf\x4c\xa7\x53\xc1\x9e\xa0\ -\x5f\x8b\xd4\x40\xfa\x36\x69\x42\x79\x2c\x8c\x1b\x9a\x80\x74\x3a\ -\x3d\x04\x62\xb5\x47\x34\x2d\xb9\xbb\x1c\x6c\x87\xfb\x20\x22\xae\ -\x52\xee\xf9\x00\xde\x8f\xe2\x35\x06\x09\x5e\xbe\x4e\xe5\x5e\x11\ -\xd7\x8e\x33\x4d\xe7\x02\xf8\x9b\x30\xc3\x86\x91\x5a\x1d\xc6\xad\ -\x5d\x15\x16\xf9\x65\x40\xf0\xbd\xc1\xc1\x21\x23\xca\x71\x36\x9b\ -\xfd\x54\xa0\x4e\x47\x53\x93\xb0\x17\xeb\x95\x5b\x3e\x3b\xae\x1d\ -\x97\xcb\xe5\x5a\x21\xf8\xb9\x57\x26\xc0\xfd\xb5\xba\x43\x35\x13\ -\x90\x4e\xf7\xac\x81\xff\x65\xd8\x9a\x48\xa8\xc5\x71\x51\x1a\x86\ -\x31\x48\xe5\x1e\x2f\x40\x68\xc6\xc7\x05\xca\x93\x09\x0d\xfd\x71\ -\x85\x59\x00\xe8\xe8\xe8\xba\x02\xfe\x6d\xef\xc7\xbb\x76\xb5\x2d\ -\xab\xc5\x8f\xdc\xbc\xe7\xf3\xf6\x49\xa2\xe1\x15\x8f\x48\x09\xd4\ -\x71\x86\x61\xfc\x35\x36\x66\xb2\xc5\xb2\x9c\xeb\x09\xfc\x14\x21\ -\xdb\xd0\x3a\xb1\x95\x22\xb7\x64\xf4\x9e\x87\xeb\xe9\x42\x17\x8b\ -\xc5\x99\x65\x57\xbd\x0b\xef\x31\x1a\xf2\x86\x4c\x26\x7d\x5f\x2d\ -\x9d\x98\x26\x83\xbe\x16\xc0\x4a\x3f\x5f\x7b\x66\x70\x70\xf0\xd0\ -\xb8\x60\x44\xc4\x35\x0c\xfd\x6e\xb7\x9c\x9c\x03\xca\x32\x00\xff\ -\x8e\xd3\xf1\x60\x9b\x00\x77\x55\xdc\xd2\x9c\x6c\x3a\xf5\x50\x3d\ -\x37\x9f\xcb\xe5\x5a\xcb\x65\xf5\x3b\xf8\x6e\x1e\xef\x6c\xdd\xba\ -\xa5\x66\x5f\x10\xa8\xa3\x7c\xb3\x69\xd3\x70\x77\x4b\xd2\x7d\x07\ -\xa0\xf7\xa6\xff\x52\x2e\x8d\x9c\xd2\xd7\xd7\xb7\x3b\x4e\x7f\x0f\ -\x8a\xc5\xe2\xf4\x72\x59\x9d\x06\x0d\xe7\x92\x98\x27\xa3\x55\xe4\ -\xcf\x8c\x05\xfa\x21\x34\x0c\x41\xc9\x06\x80\x4f\xed\xdc\xb9\xed\ -\xe5\xe0\xae\x2d\x0e\xa6\x69\x2d\x23\xe4\x4a\x8f\xa8\xac\x34\x2c\ -\x88\x3b\xb9\x52\x57\xfd\x2a\x9f\x77\x8e\x17\x8d\x6b\xe1\x3d\x11\ -\x26\x58\x61\xe8\xa9\xcb\x27\x72\x40\xc2\xb6\xed\xf6\x91\x91\x11\ -\xd5\x48\x22\xc3\x50\xb0\xac\xab\x41\x59\xea\x13\x12\x97\x67\x32\ -\xfa\xf2\x38\xdd\xba\x0b\x78\xa6\xe9\x5c\x4c\xd0\x77\xe2\x82\xc0\ -\x23\xff\xda\xb1\xed\x9a\x46\x9f\x56\xb3\x30\x76\x44\xe6\x1a\x02\ -\xf7\xc3\xf3\x73\x16\xf0\x01\xc3\x48\xff\xa8\x1e\x1b\x0d\x55\x30\ -\xf3\xa6\x7d\xb7\x00\x37\xf9\xa3\xc0\xab\xc9\xa4\x76\x5e\x4f\x4f\ -\xcf\xd6\x46\x6c\x4d\x14\xb9\x5c\xae\xb5\x63\x46\xd7\xaf\x40\x5c\ -\xe6\x95\x0b\xf0\x52\x3a\x9d\x3a\x23\xea\x50\x44\x80\x5f\x3f\x48\ -\x26\x4c\xdb\x79\x0a\xc4\x39\x01\x33\x85\x84\xc6\x85\xba\xae\xff\ -\xbd\x11\x7b\xe3\xc5\xd8\x7b\xe9\xf7\xa8\xde\xa9\xbe\x4b\xe5\x2e\ -\xc8\x66\xb3\xd1\x85\x5c\x0f\xc6\x73\x50\x32\x61\x9a\xf6\xbd\x10\ -\x09\x4e\xb1\x32\x81\x65\x95\x72\xf2\xce\x39\x73\x0e\xdb\xd2\xa8\ -\xdd\x7a\x30\x7a\x7c\x16\xdf\x87\xe0\x66\x00\x07\xf9\x06\x05\x2f\ -\x54\xca\xa5\x0b\x66\xcf\x9e\xdd\xd0\xa6\x6c\x22\x47\x65\x2f\x83\ -\x60\x19\x80\x60\x61\x72\x27\x81\xfb\xdc\xd2\xc8\x92\x46\x0e\x2c\ -\x46\x81\x64\x8b\x69\x3a\x8b\x20\x58\x8c\xb0\x1e\x24\x65\x89\x61\ -\xf4\xdc\x54\xef\x79\x22\x2f\x26\x76\x58\xda\xb2\xfa\x35\xca\xd3\ -\x00\x0e\x0e\x19\xfe\x84\xe0\x73\x1a\xb4\xe7\x4a\xa5\x5d\xab\x1b\ -\x4d\xc6\xe8\xe1\xaa\x83\xfa\x15\xd4\x99\x02\x9c\x05\x20\x6c\x19\ -\x5e\x06\x71\x55\x3d\x6f\xfb\x5a\x98\x70\x1b\x67\x53\xb1\xa8\xb7\ -\x54\xd4\x03\x20\xbe\x11\x41\x2b\x03\x7c\x15\xa2\xbd\x02\xc5\xf7\ -\x95\x92\x4d\x6a\x9a\x7c\x9c\x74\xdd\x9d\xa5\x52\xa9\xd2\xd6\xd6\ -\xd6\xa9\x94\xea\x22\x13\x59\x6a\x38\x1c\x54\x27\x08\xe4\x54\x00\ -\x33\x6a\x19\x24\xf0\xe6\xd8\x71\xf9\xd8\x55\x69\x14\x9a\xf8\x87\ -\x09\xfb\xeb\x14\xdc\x2d\xc0\xbc\x66\xd9\xac\x81\x21\x42\x6e\xcf\ -\xa4\x7b\x7e\x3d\x9e\x29\x1f\x44\xb3\xff\x32\xa3\x99\xa6\x73\x16\ -\x05\x37\x0b\x70\x6c\x33\x6d\x03\x18\x04\xb9\x84\xac\x2c\x6f\xe6\ -\xd1\xdc\x49\xeb\x64\x9a\xa6\x79\x14\x45\x5b\x04\x85\x85\x10\x1c\ -\x3e\x4e\x33\xc3\x10\x3c\xaf\xc0\xc7\xb2\xba\xfe\xa7\xf1\xfc\x1f\ -\x20\x0e\x53\xd2\xca\xdd\x54\x2c\xea\x49\x97\x27\x2b\xf0\x28\x40\ -\x8e\x00\x98\x15\x41\x17\x88\x19\x18\xed\xdc\x6c\x03\xb8\x5d\x20\ -\xb6\x02\x36\x42\xb8\x51\x23\x5f\x4d\xa7\xd3\xef\xfd\x37\x9c\x45\ -\xde\x8f\xfd\xd8\x8f\xff\x5d\xfc\x07\xbb\x1b\xfe\xd4\xc4\x32\xd9\ -\x11\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x03\x2a\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x02\xdc\x49\x44\x41\x54\x78\x9c\xed\ -\x99\x4f\x48\x54\x51\x18\xc5\xcf\x79\xf3\xd2\xd1\x20\x49\x88\x16\ -\x41\x50\x10\xad\xaa\x45\xe1\x9b\x30\x21\x22\x08\x25\x1a\x67\x2c\ -\x23\x5a\x54\x10\x08\x41\xb4\x69\x17\xe4\xa2\x76\x11\xb4\x0f\xd2\ -\x45\x48\x58\x8e\xe6\x62\x08\x22\x6d\xa1\x8d\xcf\x72\x51\x04\x21\ -\x14\x44\xff\x16\x25\x16\x0a\x29\xf8\xde\xfd\x5a\x84\x31\x7f\x9e\ -\x0d\x82\xf7\xbe\xa0\xfb\x5b\x7e\x07\xe6\x9c\x39\xef\x3e\xee\x9d\ -\x3b\x80\xc5\x62\xb1\x58\x2c\x16\x8b\xc5\x62\xb1\x58\x2c\x96\xff\ -\x0d\xea\x36\xf0\x72\x61\x1f\xc0\x53\x00\x40\xf2\xdc\x44\x86\xbd\ -\xba\x3d\x57\x83\xd6\x02\x0e\xf6\x48\x72\xa1\x41\x16\x4a\x86\xc2\ -\x43\x7e\x07\x47\x75\xfa\xae\x06\x47\xeb\xa7\xaf\x87\x5b\x31\xa3\ -\x8c\xec\x7b\x20\xdb\xb5\xfa\xae\x02\x03\xaf\x80\x92\xa8\xb9\x9b\ -\xe0\x86\xf1\x34\xe7\x75\xfb\x57\x43\xef\x0a\x00\xb0\x35\x60\xe5\ -\x2a\x00\x10\x84\x32\x87\x6e\xd1\xee\x5f\x0d\xed\x01\xee\x77\x32\ -\x44\x92\x0d\x51\x9a\xb7\x47\x42\xdd\xfe\xd5\x30\xf2\x04\xfc\x36\ -\xce\x39\x09\xee\x88\xd2\xbc\x9c\x1a\x33\x91\x61\x25\x8c\x2d\xc1\ -\x42\x9a\x6f\x15\x79\x38\x42\x6a\xf6\x72\xe1\x0d\x53\x39\xca\x31\ -\xfa\x0e\x3e\xcf\xf0\x89\x90\x17\x2b\x15\x5e\x4e\xe5\xe4\xb4\xc9\ -\x2c\x7f\x9c\xe3\x30\x4d\xe5\xc2\x5e\x01\xcf\x94\xcf\x1d\xd2\x2b\ -\x64\x38\x69\x32\x4b\x2c\x05\x00\x80\x97\x53\xef\x00\x54\x9c\x07\ -\xdc\x04\xb7\x8c\xa7\xf9\xc5\x54\x8e\xd8\x0a\x00\x56\x3e\x23\x38\ -\x01\xeb\x0b\x9d\x5c\x88\xd2\xd6\x9a\x58\xf7\xe1\xe0\x1b\x6b\xa2\ -\xe6\xca\x95\x9f\x10\x31\xf2\x70\x62\x2d\x60\xaa\x8b\x4b\x81\xcb\ -\x4d\x51\x9a\x37\x28\xdf\x4d\x64\x88\xfd\x24\x36\x75\x8c\x33\x21\ -\xb8\x2b\x42\x6a\xf0\x06\xc3\x7b\xba\xfd\x63\x2f\x00\x00\x5e\x64\ -\xf9\x1a\x60\x7b\x85\x20\x3c\xa9\xdb\xfb\x9f\x28\x00\x00\x1c\x85\ -\xe9\x58\x7c\xe3\x30\x2d\xc7\x7b\x28\x9b\x15\x25\x5f\x3e\x17\xc1\ -\x33\xdd\xde\xb1\x17\xb0\x77\x58\xea\x11\xca\x30\x88\x6d\x25\x02\ -\xe5\xda\x64\x87\xd3\xac\xdb\x3f\xd6\x02\x4e\xf4\x4b\xc2\x0d\xa4\ -\x0f\x40\x53\xa9\x22\xb7\xfd\x76\xa7\xdb\x44\x86\x58\x0b\xf8\xe0\ -\xaa\x9b\x00\xd2\xc5\x33\x01\x1e\xd5\x6d\x74\x2e\x80\x8c\x3c\x24\ -\xad\x35\xf1\x1d\x85\x07\xe5\x12\x44\x6e\x95\x8d\x5f\xba\x09\xb6\ -\x98\xbc\x29\x8a\xa5\x80\xa6\x01\xc9\x90\x32\x50\xe6\xff\xc9\x09\ -\x98\x2a\x74\xf2\xb3\xc9\x2c\xc6\x0b\x48\x0d\x89\x27\x4a\x46\x01\ -\xd4\x15\x8d\xe7\xa1\x78\xc0\x3f\xce\x57\xa6\xf3\x24\x4c\x9a\xfd\ -\xbe\x0d\x96\x11\x02\xc5\x57\x64\x01\xc0\xb4\xdf\xc1\x82\xc9\x2c\ -\xcb\x44\x5e\x58\xea\x60\x7f\xbf\x34\x2a\x47\xf2\x00\xca\xce\xfe\ -\xec\xf2\xb3\x7c\x6c\x2a\x47\x39\x46\x76\x81\xd6\xbc\xd4\x2a\x57\ -\x86\x00\xec\x2c\x11\x44\xae\xfb\x59\xde\x31\x91\x61\x25\xf4\x17\ -\xd0\x2d\xce\xec\xa2\xea\x01\xd0\x52\x2a\xc8\x5d\x3f\xeb\x5c\xd5\ -\xee\x5f\x05\xed\x05\x78\xbb\x71\x65\xf9\xbf\xc1\x22\x9e\x36\x26\ -\x9d\xf3\xa6\xf6\xfa\xbf\xa1\x75\x17\x68\xcd\x4b\xed\xec\xa2\xfc\ -\x00\x90\x2c\x1a\xbf\x59\x57\xc3\xe6\xb1\xa3\x34\xf2\x7b\xbf\x1a\ -\x5a\x57\xc0\xd7\x8f\x50\x00\x96\x8a\x47\x24\xdb\xfe\x95\x2f\x0f\ -\x68\x2e\x60\xaa\x8b\x4b\x04\xcf\x02\x98\x01\x30\xad\xc8\x23\x13\ -\x19\xbe\xd7\xe9\x69\xb1\x58\x2c\x16\x8b\xc5\x62\xb1\x58\x2c\x16\ -\x8b\xc5\x52\x8d\x5f\x44\x94\xcc\xbe\xc4\xf9\xa0\xab\x00\x00\x00\ -\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\x85\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x37\x49\x44\x41\x54\x58\x85\xed\ -\xce\xc1\x0d\x00\x30\x08\x03\x31\xd4\xfd\x87\x04\x31\x08\x1d\x02\ -\x9e\xbe\x7f\x22\x47\x2c\xca\xea\xc9\xea\xd9\x7c\xbc\xcd\xf8\x22\ -\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x0f\ -\x7e\x19\x07\x85\xa1\xbf\xac\xe9\x00\x00\x00\x00\x49\x45\x4e\x44\ -\xae\x42\x60\x82\ -\x00\x00\x00\x9a\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x4c\x49\x44\x41\x54\x58\x85\xed\ -\xd7\xc1\x09\x00\x20\x0c\x04\xc1\x20\x16\x66\xe1\x82\xad\x48\x52\ -\x48\xec\x40\x3d\xf1\xb9\xfb\x3c\x08\xcc\x37\x66\x24\x36\x3d\xc6\ -\xf4\x18\xb7\xfb\xa9\x2a\x0b\xd2\x9a\xb4\x1f\x2a\x2f\x47\x3f\x03\ -\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xfd\x33\xb2\ -\xec\xda\x4e\xfb\x16\xbe\x7b\x13\xbf\x30\xe2\x93\xe7\x00\x00\x00\ -\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -" - -qt_resource_name = b"\ -\x00\x09\ -\x09\x5f\x97\x13\ -\x00\x71\ -\x00\x73\x00\x73\x00\x5f\x00\x69\x00\x63\x00\x6f\x00\x6e\x00\x73\ -\x00\x0a\ -\x09\x24\x4d\x25\ -\x00\x71\ -\x00\x64\x00\x61\x00\x72\x00\x6b\x00\x73\x00\x74\x00\x79\x00\x6c\x00\x65\ -\x00\x04\ -\x00\x06\xa8\x8b\ -\x00\x64\ -\x00\x61\x00\x72\x00\x6b\ -\x00\x09\ -\x00\x28\xad\x23\ -\x00\x73\ -\x00\x74\x00\x79\x00\x6c\x00\x65\x00\x2e\x00\x71\x00\x73\x00\x73\ -\x00\x02\ -\x00\x00\x07\x83\ -\x00\x72\ -\x00\x63\ -\x00\x17\ -\x0f\x1e\x9b\x47\ -\x00\x72\ -\x00\x61\x00\x64\x00\x69\x00\x6f\x00\x5f\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\x00\x64\x00\x5f\x00\x66\x00\x6f\x00\x63\ -\x00\x75\x00\x73\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1e\ -\x0f\x96\x71\x87\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x73\x00\x65\x00\x70\x00\x61\x00\x72\x00\x61\x00\x74\x00\x6f\x00\x72\ -\x00\x5f\x00\x76\x00\x65\x00\x72\x00\x74\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x0f\ -\x06\x16\x25\xe7\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x6d\x00\x6f\x00\x72\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x23\ -\x07\x14\x6d\x87\ -\x00\x63\ -\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x62\x00\x6f\x00\x78\x00\x5f\x00\x69\x00\x6e\x00\x64\x00\x65\x00\x74\x00\x65\x00\x72\x00\x6d\ -\x00\x69\x00\x6e\x00\x61\x00\x74\x00\x65\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\ -\x00\x6e\x00\x67\ -\x00\x1f\ -\x03\xf7\x18\x07\ -\x00\x63\ -\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x62\x00\x6f\x00\x78\x00\x5f\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\x00\x64\x00\x5f\ -\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x14\ -\x01\xe9\xfd\xe7\ -\x00\x6c\ -\x00\x69\x00\x6e\x00\x65\x00\x5f\x00\x76\x00\x65\x00\x72\x00\x74\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x40\x00\x32\x00\x78\x00\x2e\ -\x00\x70\x00\x6e\x00\x67\ -\x00\x15\ -\x0a\x12\x4a\x67\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x67\x00\x72\x00\x69\x00\x70\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\ -\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1b\ -\x09\x0d\xa6\xc7\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x6d\x00\x6f\x00\x72\x00\x65\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\ -\x00\x6c\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x17\ -\x0d\x0d\x28\xa7\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x65\x00\x6e\x00\x64\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\x00\x6c\ -\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1f\ -\x02\x4f\x6a\xa7\ -\x00\x72\ -\x00\x61\x00\x64\x00\x69\x00\x6f\x00\x5f\x00\x75\x00\x6e\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\x00\x64\x00\x5f\x00\x64\ -\x00\x69\x00\x73\x00\x61\x00\x62\x00\x6c\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x05\ -\x00\x35\x1b\xc0\ -\x00\x2e\ -\x00\x6b\x00\x65\x00\x65\x00\x70\ -\x00\x20\ -\x07\x4e\x5a\xc7\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x73\x00\x65\x00\x70\x00\x61\x00\x72\x00\x61\x00\x74\x00\x6f\x00\x72\ -\x00\x5f\x00\x68\x00\x6f\x00\x72\x00\x69\x00\x7a\x00\x6f\x00\x6e\x00\x74\x00\x61\x00\x6c\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x11\ -\x0a\xe5\x6c\x07\ -\x00\x72\ -\x00\x61\x00\x64\x00\x69\x00\x6f\x00\x5f\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\ -\x00\x13\ -\x00\xcf\x5c\xc7\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x63\x00\x6c\x00\x6f\x00\x73\x00\x65\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\ -\x00\x6e\x00\x67\ -\x00\x27\ -\x0c\xeb\xe5\x67\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x73\x00\x65\x00\x70\x00\x61\x00\x72\x00\x61\x00\x74\x00\x6f\x00\x72\ -\x00\x5f\x00\x76\x00\x65\x00\x72\x00\x74\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\x00\x40\ -\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x17\ -\x07\x06\x3d\xa7\ -\x00\x74\ -\x00\x72\x00\x61\x00\x6e\x00\x73\x00\x70\x00\x61\x00\x72\x00\x65\x00\x6e\x00\x74\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\ -\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x2a\ -\x0f\xc4\xf7\x07\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x73\x00\x65\x00\x70\x00\x61\x00\x72\x00\x61\x00\x74\x00\x6f\x00\x72\ -\x00\x5f\x00\x76\x00\x65\x00\x72\x00\x74\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\x00\x6c\ -\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x29\ -\x09\x81\xd3\x67\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x73\x00\x65\x00\x70\x00\x61\x00\x72\x00\x61\x00\x74\x00\x6f\x00\x72\ -\x00\x5f\x00\x68\x00\x6f\x00\x72\x00\x69\x00\x7a\x00\x6f\x00\x6e\x00\x74\x00\x61\x00\x6c\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\ -\x00\x73\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x15\ -\x0d\x86\xf9\xe7\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x75\x00\x70\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\x00\x40\x00\x32\x00\x78\ -\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x13\ -\x05\x76\x1e\x67\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x6d\x00\x69\x00\x6e\x00\x69\x00\x6d\x00\x69\x00\x7a\x00\x65\x00\x2e\x00\x70\ -\x00\x6e\x00\x67\ -\x00\x18\ -\x03\xae\x62\xe7\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x67\x00\x72\x00\x69\x00\x70\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\ -\x00\x6c\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x0f\ -\x00\x6f\x04\x87\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x67\x00\x72\x00\x69\x00\x70\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1a\ -\x0b\x46\x72\x87\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x75\x00\x6e\x00\x64\x00\x6f\x00\x63\x00\x6b\x00\x5f\x00\x66\x00\x6f\x00\x63\ -\x00\x75\x00\x73\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x24\ -\x05\x98\x88\x87\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x6d\x00\x6f\x00\x76\x00\x65\x00\x5f\x00\x76\x00\x65\x00\x72\x00\x74\ -\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\ -\x00\x70\x00\x6e\x00\x67\ -\x00\x1f\ -\x0b\x48\x50\x87\ -\x00\x63\ -\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x62\x00\x6f\x00\x78\x00\x5f\x00\x75\x00\x6e\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\ -\x00\x64\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x17\ -\x0f\x18\x45\x87\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x6c\x00\x65\x00\x66\x00\x74\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\x00\x6c\ -\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1b\ -\x0f\x79\xa3\xc7\ -\x00\x6c\ -\x00\x69\x00\x6e\x00\x65\x00\x5f\x00\x68\x00\x6f\x00\x72\x00\x69\x00\x7a\x00\x6f\x00\x6e\x00\x74\x00\x61\x00\x6c\x00\x5f\x00\x70\ -\x00\x72\x00\x65\x00\x73\x00\x73\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x0f\ -\x01\x40\x2d\xa7\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x75\x00\x70\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x0d\ -\x0b\x72\x3d\x07\ -\x00\x62\ -\x00\x61\x00\x73\x00\x65\x00\x5f\x00\x69\x00\x63\x00\x6f\x00\x6e\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1a\ -\x05\x35\xb6\x67\ -\x00\x74\ -\x00\x72\x00\x61\x00\x6e\x00\x73\x00\x70\x00\x61\x00\x72\x00\x65\x00\x6e\x00\x74\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\ -\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1b\ -\x0b\xea\x1b\xe7\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x6d\x00\x69\x00\x6e\x00\x69\x00\x6d\x00\x69\x00\x7a\x00\x65\x00\x5f\x00\x70\ -\x00\x72\x00\x65\x00\x73\x00\x73\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x17\ -\x0b\xf3\xab\x27\ -\x00\x63\ -\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x62\x00\x6f\x00\x78\x00\x5f\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\x00\x64\x00\x40\ -\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x18\ -\x02\x48\x15\x27\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x67\x00\x72\x00\x69\x00\x70\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\ -\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1f\ -\x0a\xae\x27\x47\ -\x00\x63\ -\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x62\x00\x6f\x00\x78\x00\x5f\x00\x75\x00\x6e\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\ -\x00\x64\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\x00\x6c\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x14\ -\x0b\x2d\x81\x07\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x6c\x00\x65\x00\x66\x00\x74\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\x00\x2e\ -\x00\x70\x00\x6e\x00\x67\ -\x00\x14\ -\x0a\x20\x6e\x07\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x75\x00\x6e\x00\x64\x00\x6f\x00\x63\x00\x6b\x00\x40\x00\x32\x00\x78\x00\x2e\ -\x00\x70\x00\x6e\x00\x67\ -\x00\x1c\ -\x08\x3f\xda\x67\ -\x00\x63\ -\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x62\x00\x6f\x00\x78\x00\x5f\x00\x75\x00\x6e\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\ -\x00\x64\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x29\ -\x09\xe4\xb0\x07\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x73\x00\x65\x00\x70\x00\x61\x00\x72\x00\x61\x00\x74\x00\x6f\x00\x72\ -\x00\x5f\x00\x76\x00\x65\x00\x72\x00\x74\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\x00\x65\ -\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x0e\ -\x06\x0c\xe6\x07\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x64\x00\x6f\x00\x77\x00\x6e\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1a\ -\x0c\xd5\x5a\x67\ -\x00\x6c\ -\x00\x69\x00\x6e\x00\x65\x00\x5f\x00\x76\x00\x65\x00\x72\x00\x74\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x5f\x00\x66\x00\x6f\x00\x63\ -\x00\x75\x00\x73\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1f\ -\x04\x8d\x48\xc7\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x6d\x00\x69\x00\x6e\x00\x69\x00\x6d\x00\x69\x00\x7a\x00\x65\x00\x5f\x00\x64\ -\x00\x69\x00\x73\x00\x61\x00\x62\x00\x6c\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x18\ -\x0e\x0c\xda\xa7\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x75\x00\x70\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\x00\x6c\x00\x65\x00\x64\ -\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x15\ -\x06\xf8\x08\xa7\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x6d\x00\x6f\x00\x72\x00\x65\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\ -\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1b\ -\x08\x21\xa7\xc7\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x6f\x00\x70\x00\x65\x00\x6e\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\ -\x00\x6c\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x14\ -\x05\xe4\x2d\xe7\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x63\x00\x6c\x00\x6f\x00\x73\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\ -\x00\x70\x00\x6e\x00\x67\ -\x00\x29\ -\x08\x67\xa4\xa7\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x73\x00\x65\x00\x70\x00\x61\x00\x72\x00\x61\x00\x74\x00\x6f\x00\x72\ -\x00\x5f\x00\x68\x00\x6f\x00\x72\x00\x69\x00\x7a\x00\x6f\x00\x6e\x00\x74\x00\x61\x00\x6c\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\ -\x00\x62\x00\x6c\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x22\ -\x04\x9a\x03\x67\ -\x00\x63\ -\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x62\x00\x6f\x00\x78\x00\x5f\x00\x75\x00\x6e\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\ -\x00\x64\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\x00\x6c\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\ -\x00\x67\ -\x00\x28\ -\x0f\x63\x53\xc7\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x73\x00\x65\x00\x70\x00\x61\x00\x72\x00\x61\x00\x74\x00\x6f\x00\x72\ -\x00\x5f\x00\x68\x00\x6f\x00\x72\x00\x69\x00\x7a\x00\x6f\x00\x6e\x00\x74\x00\x61\x00\x6c\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\ -\x00\x73\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x10\ -\x00\x55\x62\x07\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x63\x00\x6c\x00\x6f\x00\x73\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1b\ -\x00\xc1\x23\x67\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x67\x00\x72\x00\x69\x00\x70\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\ -\x00\x6c\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x15\ -\x0c\x60\x8e\x27\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x75\x00\x70\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\x00\x6c\x00\x65\x00\x64\ -\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x0e\ -\x0d\x4e\x71\x87\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x65\x00\x6e\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1e\ -\x04\x3c\x09\xc7\ -\x00\x72\ -\x00\x61\x00\x64\x00\x69\x00\x6f\x00\x5f\x00\x75\x00\x6e\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\x00\x64\x00\x5f\x00\x70\ -\x00\x72\x00\x65\x00\x73\x00\x73\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1a\ -\x0e\xbc\xc3\x67\ -\x00\x72\ -\x00\x61\x00\x64\x00\x69\x00\x6f\x00\x5f\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\x00\x64\x00\x5f\x00\x64\x00\x69\x00\x73\ -\x00\x61\x00\x62\x00\x6c\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1c\ -\x09\xc8\xa4\xa7\ -\x00\x6c\ -\x00\x69\x00\x6e\x00\x65\x00\x5f\x00\x68\x00\x6f\x00\x72\x00\x69\x00\x7a\x00\x6f\x00\x6e\x00\x74\x00\x61\x00\x6c\x00\x5f\x00\x64\ -\x00\x69\x00\x73\x00\x61\x00\x62\x00\x6c\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x18\ -\x08\xd2\xa3\x27\ -\x00\x62\ -\x00\x61\x00\x73\x00\x65\x00\x5f\x00\x69\x00\x63\x00\x6f\x00\x6e\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\x00\x65\x00\x64\ -\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x17\ -\x04\xf8\x32\xc7\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x75\x00\x70\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\x00\x65\x00\x64\x00\x40\ -\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x17\ -\x0d\xdf\xcf\xa7\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x67\x00\x72\x00\x69\x00\x70\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\ -\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x14\ -\x07\xec\xd1\xc7\ -\x00\x63\ -\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x62\x00\x6f\x00\x78\x00\x5f\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\x00\x64\x00\x2e\ -\x00\x70\x00\x6e\x00\x67\ -\x00\x1b\ -\x0a\xfb\x2d\x27\ -\x00\x72\ -\x00\x61\x00\x64\x00\x69\x00\x6f\x00\x5f\x00\x75\x00\x6e\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\x00\x64\x00\x5f\x00\x70\ -\x00\x72\x00\x65\x00\x73\x00\x73\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1a\ -\x04\x64\xf7\x07\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x65\x00\x6e\x00\x64\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\x00\x6c\ -\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x13\ -\x0b\x4e\x57\xa7\ -\x00\x6c\ -\x00\x69\x00\x6e\x00\x65\x00\x5f\x00\x68\x00\x6f\x00\x72\x00\x69\x00\x7a\x00\x6f\x00\x6e\x00\x74\x00\x61\x00\x6c\x00\x2e\x00\x70\ -\x00\x6e\x00\x67\ -\x00\x1d\ -\x0a\xd8\x81\x27\ -\x00\x72\ -\x00\x61\x00\x64\x00\x69\x00\x6f\x00\x5f\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\x00\x64\x00\x5f\x00\x64\x00\x69\x00\x73\ -\x00\x61\x00\x62\x00\x6c\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1a\ -\x02\xb6\xb5\xa7\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x6c\x00\x65\x00\x66\x00\x74\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\x00\x6c\ -\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x19\ -\x0f\x7e\x6f\xe7\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x63\x00\x6c\x00\x6f\x00\x73\x00\x65\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\ -\x00\x62\x00\x6c\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x24\ -\x05\xed\xfa\xe7\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x6d\x00\x6f\x00\x76\x00\x65\x00\x5f\x00\x68\x00\x6f\x00\x72\x00\x69\ -\x00\x7a\x00\x6f\x00\x6e\x00\x74\x00\x61\x00\x6c\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\x00\x40\x00\x32\x00\x78\x00\x2e\ -\x00\x70\x00\x6e\x00\x67\ -\x00\x1a\ -\x0a\x14\xed\x47\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x67\x00\x72\x00\x69\x00\x70\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\ -\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x17\ -\x0e\xfe\x32\x47\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x6c\x00\x65\x00\x66\x00\x74\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\x00\x40\ -\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x17\ -\x0f\xff\xfc\x07\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x64\x00\x6f\x00\x77\x00\x6e\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\x00\x6c\ -\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1c\ -\x0f\xd0\x9c\x67\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x6d\x00\x6f\x00\x76\x00\x65\x00\x5f\x00\x76\x00\x65\x00\x72\x00\x74\ -\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1e\ -\x07\x50\x2b\xe7\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x6d\x00\x69\x00\x6e\x00\x69\x00\x6d\x00\x69\x00\x7a\x00\x65\x00\x5f\x00\x70\ -\x00\x72\x00\x65\x00\x73\x00\x73\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x18\ -\x06\x65\x89\xe7\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x6d\x00\x6f\x00\x72\x00\x65\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\ -\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x17\ -\x0b\x9d\x4d\x67\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x6c\x00\x69\x00\x6e\x00\x65\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\ -\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1a\ -\x05\x11\xe0\xe7\ -\x00\x63\ -\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x62\x00\x6f\x00\x78\x00\x5f\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\x00\x64\x00\x5f\ -\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1d\ -\x0e\x35\xf3\xa7\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x63\x00\x6c\x00\x6f\x00\x73\x00\x65\x00\x64\x00\x5f\x00\x64\x00\x69\x00\x73\ -\x00\x61\x00\x62\x00\x6c\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x27\ -\x0e\x3d\xd7\xc7\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x6d\x00\x6f\x00\x76\x00\x65\x00\x5f\x00\x68\x00\x6f\x00\x72\x00\x69\ -\x00\x7a\x00\x6f\x00\x6e\x00\x74\x00\x61\x00\x6c\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\x00\x6c\x00\x65\x00\x64\x00\x40\ -\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1a\ -\x05\x28\x8d\xa7\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x63\x00\x6c\x00\x6f\x00\x73\x00\x65\x00\x64\x00\x5f\x00\x64\x00\x69\x00\x73\ -\x00\x61\x00\x62\x00\x6c\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x21\ -\x0a\x51\x5f\x47\ -\x00\x63\ -\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x62\x00\x6f\x00\x78\x00\x5f\x00\x75\x00\x6e\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\ -\x00\x64\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\ -\x00\x18\ -\x06\x43\xc6\xe7\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x72\x00\x69\x00\x67\x00\x68\x00\x74\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\ -\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x11\ -\x08\x8f\x96\xa7\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x64\x00\x6f\x00\x77\x00\x6e\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\ -\x00\x16\ -\x0f\x35\xfb\x07\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x65\x00\x6e\x00\x64\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\x00\x65\ -\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1a\ -\x01\x87\xae\x67\ -\x00\x63\ -\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x62\x00\x6f\x00\x78\x00\x5f\x00\x69\x00\x6e\x00\x64\x00\x65\x00\x74\x00\x65\x00\x72\x00\x6d\ -\x00\x69\x00\x6e\x00\x61\x00\x74\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x13\ -\x0c\x24\x39\x47\ -\x00\x62\ -\x00\x61\x00\x73\x00\x65\x00\x5f\x00\x69\x00\x63\x00\x6f\x00\x6e\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\x00\x2e\x00\x70\ -\x00\x6e\x00\x67\ -\x00\x16\ -\x0f\x80\x4f\xa7\ -\x00\x72\ -\x00\x61\x00\x64\x00\x69\x00\x6f\x00\x5f\x00\x75\x00\x6e\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\x00\x64\x00\x40\x00\x32\ -\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x14\ -\x00\x44\xa0\x47\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x65\x00\x6e\x00\x64\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\x00\x2e\ -\x00\x70\x00\x6e\x00\x67\ -\x00\x26\ -\x0f\xfb\x22\x07\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x6d\x00\x6f\x00\x76\x00\x65\x00\x5f\x00\x68\x00\x6f\x00\x72\x00\x69\ -\x00\x7a\x00\x6f\x00\x6e\x00\x74\x00\x61\x00\x6c\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\x00\x65\x00\x64\x00\x40\x00\x32\ -\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x23\ -\x03\x43\xb9\x67\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x73\x00\x65\x00\x70\x00\x61\x00\x72\x00\x61\x00\x74\x00\x6f\x00\x72\ -\x00\x5f\x00\x68\x00\x6f\x00\x72\x00\x69\x00\x7a\x00\x6f\x00\x6e\x00\x74\x00\x61\x00\x6c\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\ -\x00\x6e\x00\x67\ -\x00\x17\ -\x09\x2f\xda\x87\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x75\x00\x6e\x00\x64\x00\x6f\x00\x63\x00\x6b\x00\x5f\x00\x66\x00\x6f\x00\x63\ -\x00\x75\x00\x73\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x18\ -\x0e\x31\x43\xa7\ -\x00\x74\ -\x00\x72\x00\x61\x00\x6e\x00\x73\x00\x70\x00\x61\x00\x72\x00\x65\x00\x6e\x00\x74\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\ -\x00\x6c\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x22\ -\x00\xa7\x99\x47\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x6d\x00\x6f\x00\x76\x00\x65\x00\x5f\x00\x76\x00\x65\x00\x72\x00\x74\ -\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\ -\x00\x67\ -\x00\x25\ -\x08\x07\x7e\x87\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x6d\x00\x6f\x00\x76\x00\x65\x00\x5f\x00\x76\x00\x65\x00\x72\x00\x74\ -\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\x00\x6c\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\ -\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x22\ -\x08\x8a\x08\x27\ -\x00\x63\ -\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x62\x00\x6f\x00\x78\x00\x5f\x00\x69\x00\x6e\x00\x64\x00\x65\x00\x74\x00\x65\x00\x72\x00\x6d\ -\x00\x69\x00\x6e\x00\x61\x00\x74\x00\x65\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\ -\x00\x67\ -\x00\x1f\ -\x06\x75\x64\x87\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x6d\x00\x6f\x00\x76\x00\x65\x00\x5f\x00\x76\x00\x65\x00\x72\x00\x74\ -\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1c\ -\x02\x75\x51\x87\ -\x00\x63\ -\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x62\x00\x6f\x00\x78\x00\x5f\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\x00\x64\x00\x5f\ -\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x16\ -\x0a\x7a\x87\x67\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x63\x00\x6c\x00\x6f\x00\x73\x00\x65\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\ -\x00\x73\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x19\ -\x01\x0e\xe5\xa7\ -\x00\x72\ -\x00\x61\x00\x64\x00\x69\x00\x6f\x00\x5f\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\x00\x64\x00\x5f\x00\x70\x00\x72\x00\x65\ -\x00\x73\x00\x73\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x2c\ -\x0c\xa4\x5a\x47\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x73\x00\x65\x00\x70\x00\x61\x00\x72\x00\x61\x00\x74\x00\x6f\x00\x72\ -\x00\x5f\x00\x68\x00\x6f\x00\x72\x00\x69\x00\x7a\x00\x6f\x00\x6e\x00\x74\x00\x61\x00\x6c\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\ -\x00\x62\x00\x6c\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1c\ -\x00\x10\xb9\x67\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x63\x00\x6c\x00\x6f\x00\x73\x00\x65\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\ -\x00\x62\x00\x6c\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x22\ -\x01\x41\xee\x87\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x6d\x00\x6f\x00\x76\x00\x65\x00\x5f\x00\x76\x00\x65\x00\x72\x00\x74\ -\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\x00\x6c\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\ -\x00\x67\ -\x00\x0f\ -\x06\x53\x25\xa7\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x6f\x00\x70\x00\x65\x00\x6e\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x19\ -\x0a\x27\x78\x07\ -\x00\x63\ -\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x62\x00\x6f\x00\x78\x00\x5f\x00\x75\x00\x6e\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\ -\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1b\ -\x0a\x19\xf4\xe7\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x63\x00\x6c\x00\x6f\x00\x73\x00\x65\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\ -\x00\x73\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x19\ -\x0c\x33\x94\x27\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x6c\x00\x65\x00\x66\x00\x74\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\x00\x65\ -\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x17\ -\x0d\x6c\x22\x07\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x63\x00\x6c\x00\x6f\x00\x73\x00\x65\x00\x64\x00\x5f\x00\x66\x00\x6f\x00\x63\ -\x00\x75\x00\x73\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x16\ -\x01\x75\xcc\x87\ -\x00\x63\ -\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x62\x00\x6f\x00\x78\x00\x5f\x00\x75\x00\x6e\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\ -\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x17\ -\x03\x9f\x72\x87\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x72\x00\x69\x00\x67\x00\x68\x00\x74\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\ -\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1e\ -\x05\x75\xad\x27\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x6d\x00\x6f\x00\x76\x00\x65\x00\x5f\x00\x68\x00\x6f\x00\x72\x00\x69\ -\x00\x7a\x00\x6f\x00\x6e\x00\x74\x00\x61\x00\x6c\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x12\ -\x06\xa7\x5a\x47\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x67\x00\x72\x00\x69\x00\x70\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\ -\x00\x67\ -\x00\x19\ -\x0e\x26\x93\xe7\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x6d\x00\x6f\x00\x76\x00\x65\x00\x5f\x00\x76\x00\x65\x00\x72\x00\x74\ -\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x15\ -\x04\x90\x0a\xc7\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x72\x00\x69\x00\x67\x00\x68\x00\x74\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\ -\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x26\ -\x07\x4b\x88\xe7\ -\x00\x63\ -\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x62\x00\x6f\x00\x78\x00\x5f\x00\x69\x00\x6e\x00\x64\x00\x65\x00\x74\x00\x65\x00\x72\x00\x6d\ -\x00\x69\x00\x6e\x00\x61\x00\x74\x00\x65\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\x00\x6c\x00\x65\x00\x64\x00\x40\x00\x32\ -\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x11\ -\x09\xcb\xcc\xe7\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x75\x00\x6e\x00\x64\x00\x6f\x00\x63\x00\x6b\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\ -\x00\x0c\ -\x0b\xd0\x7a\xe7\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x75\x00\x70\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x21\ -\x05\x70\x30\x27\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x6d\x00\x6f\x00\x76\x00\x65\x00\x5f\x00\x68\x00\x6f\x00\x72\x00\x69\ -\x00\x7a\x00\x6f\x00\x6e\x00\x74\x00\x61\x00\x6c\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\ -\x00\x20\ -\x0e\xfe\x76\x47\ -\x00\x63\ -\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x62\x00\x6f\x00\x78\x00\x5f\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\x00\x64\x00\x5f\ -\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\x00\x6c\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1d\ -\x04\x34\xf0\xc7\ -\x00\x6c\ -\x00\x69\x00\x6e\x00\x65\x00\x5f\x00\x76\x00\x65\x00\x72\x00\x74\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x5f\x00\x64\x00\x69\x00\x73\ -\x00\x61\x00\x62\x00\x6c\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x18\ -\x05\x12\xcf\x67\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x63\x00\x6c\x00\x6f\x00\x73\x00\x65\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\ -\x00\x73\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x16\ -\x03\x94\x39\x67\ -\x00\x6c\ -\x00\x69\x00\x6e\x00\x65\x00\x5f\x00\x68\x00\x6f\x00\x72\x00\x69\x00\x7a\x00\x6f\x00\x6e\x00\x74\x00\x61\x00\x6c\x00\x40\x00\x32\ -\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1b\ -\x02\x0d\xa6\x67\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x6c\x00\x69\x00\x6e\x00\x65\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\ -\x00\x6c\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x12\ -\x04\xb5\x9d\x47\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x6f\x00\x70\x00\x65\x00\x6e\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\ -\x00\x67\ -\x00\x26\ -\x04\x24\xf6\xe7\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x73\x00\x65\x00\x70\x00\x61\x00\x72\x00\x61\x00\x74\x00\x6f\x00\x72\ -\x00\x5f\x00\x68\x00\x6f\x00\x72\x00\x69\x00\x7a\x00\x6f\x00\x6e\x00\x74\x00\x61\x00\x6c\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\ -\x00\x73\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1c\ -\x04\x73\x5f\x47\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x75\x00\x6e\x00\x64\x00\x6f\x00\x63\x00\x6b\x00\x5f\x00\x70\x00\x72\x00\x65\ -\x00\x73\x00\x73\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1c\ -\x01\xe0\x4a\x07\ -\x00\x72\ -\x00\x61\x00\x64\x00\x69\x00\x6f\x00\x5f\x00\x75\x00\x6e\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\x00\x64\x00\x5f\x00\x64\ -\x00\x69\x00\x73\x00\x61\x00\x62\x00\x6c\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x18\ -\x07\x83\xfe\x27\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x6d\x00\x6f\x00\x72\x00\x65\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\ -\x00\x6c\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x16\ -\x06\x14\xad\xc7\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x6c\x00\x65\x00\x66\x00\x74\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\x00\x65\ -\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x19\ -\x0b\x8a\x15\xe7\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x64\x00\x6f\x00\x77\x00\x6e\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\x00\x65\ -\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1c\ -\x00\x06\x3d\xc7\ -\x00\x72\ -\x00\x61\x00\x64\x00\x69\x00\x6f\x00\x5f\x00\x75\x00\x6e\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\x00\x64\x00\x5f\x00\x66\ -\x00\x6f\x00\x63\x00\x75\x00\x73\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x21\ -\x0e\xf1\x37\x67\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x6d\x00\x6f\x00\x76\x00\x65\x00\x5f\x00\x76\x00\x65\x00\x72\x00\x74\ -\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\ -\x00\x15\ -\x06\x62\x08\x27\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x6f\x00\x70\x00\x65\x00\x6e\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\ -\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x12\ -\x00\x68\xca\xe7\ -\x00\x74\ -\x00\x72\x00\x61\x00\x6e\x00\x73\x00\x70\x00\x61\x00\x72\x00\x65\x00\x6e\x00\x74\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\ -\x00\x67\ -\x00\x18\ -\x06\x60\x39\xe7\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x6c\x00\x69\x00\x6e\x00\x65\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\ -\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x18\ -\x07\xa5\xb1\x27\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x72\x00\x69\x00\x67\x00\x68\x00\x74\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\ -\x00\x6c\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x12\ -\x0d\x78\xb6\x87\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x75\x00\x70\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\x00\x2e\x00\x70\x00\x6e\ -\x00\x67\ -\x00\x19\ -\x0b\x59\x6e\x87\ -\x00\x72\ -\x00\x61\x00\x64\x00\x69\x00\x6f\x00\x5f\x00\x75\x00\x6e\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\x00\x64\x00\x5f\x00\x66\ -\x00\x6f\x00\x63\x00\x75\x00\x73\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1d\ -\x09\x07\x81\x07\ -\x00\x63\ -\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x62\x00\x6f\x00\x78\x00\x5f\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\x00\x64\x00\x5f\ -\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\x00\x6c\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1a\ -\x0f\x5a\xb4\xa7\ -\x00\x72\ -\x00\x61\x00\x64\x00\x69\x00\x6f\x00\x5f\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\x00\x64\x00\x5f\x00\x66\x00\x6f\x00\x63\ -\x00\x75\x00\x73\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x18\ -\x06\x6d\x9b\x27\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x6f\x00\x70\x00\x65\x00\x6e\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\ -\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1a\ -\x07\x88\x25\x07\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x6d\x00\x6f\x00\x72\x00\x65\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\ -\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x13\ -\x08\xc8\x96\xe7\ -\x00\x72\ -\x00\x61\x00\x64\x00\x69\x00\x6f\x00\x5f\x00\x75\x00\x6e\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\x00\x64\x00\x2e\x00\x70\ -\x00\x6e\x00\x67\ -\x00\x1d\ -\x08\xe1\xf6\xc7\ -\x00\x63\ -\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x62\x00\x6f\x00\x78\x00\x5f\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\x00\x64\x00\x5f\ -\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1b\ -\x02\xd4\x90\x87\ -\x00\x74\ -\x00\x72\x00\x61\x00\x6e\x00\x73\x00\x70\x00\x61\x00\x72\x00\x65\x00\x6e\x00\x74\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\ -\x00\x6c\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x19\ -\x0e\x98\x18\x27\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x63\x00\x6c\x00\x6f\x00\x73\x00\x65\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\ -\x00\x73\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x16\ -\x0a\x1a\xd6\x47\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x64\x00\x6f\x00\x77\x00\x6e\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\x00\x65\ -\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1a\ -\x09\x2e\xa9\x47\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x64\x00\x6f\x00\x77\x00\x6e\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\x00\x6c\ -\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x14\ -\x0b\x23\x21\x67\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x75\x00\x70\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\x00\x65\x00\x64\x00\x2e\ -\x00\x70\x00\x6e\x00\x67\ -\x00\x1a\ -\x0a\xa0\x05\x47\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x75\x00\x6e\x00\x64\x00\x6f\x00\x63\x00\x6b\x00\x5f\x00\x64\x00\x69\x00\x73\ -\x00\x61\x00\x62\x00\x6c\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x23\ -\x03\xa5\x91\x47\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x6d\x00\x6f\x00\x76\x00\x65\x00\x5f\x00\x68\x00\x6f\x00\x72\x00\x69\ -\x00\x7a\x00\x6f\x00\x6e\x00\x74\x00\x61\x00\x6c\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\x00\x65\x00\x64\x00\x2e\x00\x70\ -\x00\x6e\x00\x67\ -\x00\x11\ -\x01\xf6\xff\x67\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x65\x00\x6e\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\ -\x00\x17\ -\x0c\xeb\x5f\x67\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x65\x00\x6e\x00\x64\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\x00\x40\ -\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1d\ -\x0c\x09\x66\x07\ -\x00\x63\ -\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x62\x00\x6f\x00\x78\x00\x5f\x00\x69\x00\x6e\x00\x64\x00\x65\x00\x74\x00\x65\x00\x72\x00\x6d\ -\x00\x69\x00\x6e\x00\x61\x00\x74\x00\x65\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1a\ -\x01\xc7\x25\x47\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x72\x00\x69\x00\x67\x00\x68\x00\x74\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\ -\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x20\ -\x09\xd7\x1f\xa7\ -\x00\x63\ -\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x62\x00\x6f\x00\x78\x00\x5f\x00\x69\x00\x6e\x00\x64\x00\x65\x00\x74\x00\x65\x00\x72\x00\x6d\ -\x00\x69\x00\x6e\x00\x61\x00\x74\x00\x65\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x0f\ -\x0f\x2c\x24\xc7\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x72\x00\x69\x00\x67\x00\x68\x00\x74\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1d\ -\x06\xba\x02\xa7\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x75\x00\x6e\x00\x64\x00\x6f\x00\x63\x00\x6b\x00\x5f\x00\x64\x00\x69\x00\x73\ -\x00\x61\x00\x62\x00\x6c\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1c\ -\x08\xb5\x77\x67\ -\x00\x72\ -\x00\x61\x00\x64\x00\x69\x00\x6f\x00\x5f\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\x00\x64\x00\x5f\x00\x70\x00\x72\x00\x65\ -\x00\x73\x00\x73\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1b\ -\x0d\xfd\xa2\x07\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x72\x00\x69\x00\x67\x00\x68\x00\x74\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\ -\x00\x6c\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x17\ -\x0d\x9d\x97\x47\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x6f\x00\x70\x00\x65\x00\x6e\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\ -\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x12\ -\x04\xa2\xb3\x27\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x72\x00\x69\x00\x67\x00\x68\x00\x74\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\ -\x00\x67\ -\x00\x24\ -\x05\x94\xa0\x47\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x73\x00\x65\x00\x70\x00\x61\x00\x72\x00\x61\x00\x74\x00\x6f\x00\x72\ -\x00\x5f\x00\x76\x00\x65\x00\x72\x00\x74\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\x00\x2e\ -\x00\x70\x00\x6e\x00\x67\ -\x00\x16\ -\x05\x7a\xd3\x67\ -\x00\x62\ -\x00\x61\x00\x73\x00\x65\x00\x5f\x00\x69\x00\x63\x00\x6f\x00\x6e\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\x00\x40\x00\x32\ -\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x16\ -\x07\x09\xf8\x27\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x6d\x00\x69\x00\x6e\x00\x69\x00\x6d\x00\x69\x00\x7a\x00\x65\x00\x40\x00\x32\ -\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x17\ -\x0e\x19\x8b\xc7\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x64\x00\x6f\x00\x77\x00\x6e\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\x00\x40\ -\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x0f\ -\x00\xd6\x25\xc7\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x6c\x00\x69\x00\x6e\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x0e\ -\x08\xfa\xe1\x27\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x6c\x00\x65\x00\x66\x00\x74\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x15\ -\x0b\x78\x08\xe7\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x6c\x00\x69\x00\x6e\x00\x65\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\ -\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x2b\ -\x03\xd2\xba\xc7\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x73\x00\x65\x00\x70\x00\x61\x00\x72\x00\x61\x00\x74\x00\x6f\x00\x72\ -\x00\x5f\x00\x68\x00\x6f\x00\x72\x00\x69\x00\x7a\x00\x6f\x00\x6e\x00\x74\x00\x61\x00\x6c\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\ -\x00\x73\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x18\ -\x07\x86\x4e\x27\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x6c\x00\x69\x00\x6e\x00\x65\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\ -\x00\x6c\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1c\ -\x00\xf3\x26\x27\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x6d\x00\x69\x00\x6e\x00\x69\x00\x6d\x00\x69\x00\x7a\x00\x65\x00\x5f\x00\x64\ -\x00\x69\x00\x73\x00\x61\x00\x62\x00\x6c\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x15\ -\x0f\xac\xe3\xc7\ -\x00\x62\ -\x00\x61\x00\x73\x00\x65\x00\x5f\x00\x69\x00\x63\x00\x6f\x00\x6e\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\x00\x65\x00\x64\ -\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1e\ -\x00\x4f\xcb\xe7\ -\x00\x63\ -\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x62\x00\x6f\x00\x78\x00\x5f\x00\x75\x00\x6e\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\ -\x00\x64\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x19\ -\x00\x4f\x29\xc7\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x75\x00\x6e\x00\x64\x00\x6f\x00\x63\x00\x6b\x00\x5f\x00\x70\x00\x72\x00\x65\ -\x00\x73\x00\x73\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x11\ -\x08\xfc\x49\xe7\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x6c\x00\x65\x00\x66\x00\x74\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\ -\x00\x1e\ -\x0c\xd2\xb9\x87\ -\x00\x6c\ -\x00\x69\x00\x6e\x00\x65\x00\x5f\x00\x68\x00\x6f\x00\x72\x00\x69\x00\x7a\x00\x6f\x00\x6e\x00\x74\x00\x61\x00\x6c\x00\x5f\x00\x70\ -\x00\x72\x00\x65\x00\x73\x00\x73\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x19\ -\x0c\xa5\xc5\x27\ -\x00\x62\ -\x00\x61\x00\x73\x00\x65\x00\x5f\x00\x69\x00\x63\x00\x6f\x00\x6e\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\x00\x6c\x00\x65\ -\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x19\ -\x07\xb7\xa1\x47\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x63\x00\x6c\x00\x6f\x00\x73\x00\x65\x00\x64\x00\x5f\x00\x70\x00\x72\x00\x65\ -\x00\x73\x00\x73\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x0f\ -\x0c\xe2\x68\x67\ -\x00\x74\ -\x00\x72\x00\x61\x00\x6e\x00\x73\x00\x70\x00\x61\x00\x72\x00\x65\x00\x6e\x00\x74\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x15\ -\x03\x1c\x93\x87\ -\x00\x74\ -\x00\x72\x00\x61\x00\x6e\x00\x73\x00\x70\x00\x61\x00\x72\x00\x65\x00\x6e\x00\x74\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\ -\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x19\ -\x0c\x24\xec\x07\ -\x00\x6c\ -\x00\x69\x00\x6e\x00\x65\x00\x5f\x00\x68\x00\x6f\x00\x72\x00\x69\x00\x7a\x00\x6f\x00\x6e\x00\x74\x00\x61\x00\x6c\x00\x5f\x00\x66\ -\x00\x6f\x00\x63\x00\x75\x00\x73\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x25\ -\x06\x6c\x47\xe7\ -\x00\x63\ -\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x62\x00\x6f\x00\x78\x00\x5f\x00\x69\x00\x6e\x00\x64\x00\x65\x00\x74\x00\x65\x00\x72\x00\x6d\ -\x00\x69\x00\x6e\x00\x61\x00\x74\x00\x65\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\ -\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x18\ -\x0f\xd7\x34\x67\ -\x00\x74\ -\x00\x72\x00\x61\x00\x6e\x00\x73\x00\x70\x00\x61\x00\x72\x00\x65\x00\x6e\x00\x74\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\ -\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x27\ -\x0d\x0d\x92\xa7\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x73\x00\x65\x00\x70\x00\x61\x00\x72\x00\x61\x00\x74\x00\x6f\x00\x72\ -\x00\x5f\x00\x76\x00\x65\x00\x72\x00\x74\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\x00\x6c\ -\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1c\ -\x08\x2e\xd3\x67\ -\x00\x6c\ -\x00\x69\x00\x6e\x00\x65\x00\x5f\x00\x68\x00\x6f\x00\x72\x00\x69\x00\x7a\x00\x6f\x00\x6e\x00\x74\x00\x61\x00\x6c\x00\x5f\x00\x66\ -\x00\x6f\x00\x63\x00\x75\x00\x73\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x10\ -\x05\x3e\x39\x67\ -\x00\x62\ -\x00\x61\x00\x73\x00\x65\x00\x5f\x00\x69\x00\x63\x00\x6f\x00\x6e\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1f\ -\x0c\xa4\x6f\xa7\ -\x00\x6c\ -\x00\x69\x00\x6e\x00\x65\x00\x5f\x00\x68\x00\x6f\x00\x72\x00\x69\x00\x7a\x00\x6f\x00\x6e\x00\x74\x00\x61\x00\x6c\x00\x5f\x00\x64\ -\x00\x69\x00\x73\x00\x61\x00\x62\x00\x6c\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x14\ -\x06\xe9\x8f\x67\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x64\x00\x6f\x00\x77\x00\x6e\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\x00\x2e\ -\x00\x70\x00\x6e\x00\x67\ -\x00\x1c\ -\x01\x15\x51\xe7\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x6d\x00\x69\x00\x6e\x00\x69\x00\x6d\x00\x69\x00\x7a\x00\x65\x00\x5f\x00\x66\ -\x00\x6f\x00\x63\x00\x75\x00\x73\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x12\ -\x04\xb1\x94\x27\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x6d\x00\x6f\x00\x72\x00\x65\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\ -\x00\x67\ -\x00\x12\ -\x04\xb3\x4c\x27\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x6c\x00\x69\x00\x6e\x00\x65\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\ -\x00\x67\ -\x00\x1a\ -\x0d\x33\x2d\xa7\ -\x00\x6c\ -\x00\x69\x00\x6e\x00\x65\x00\x5f\x00\x76\x00\x65\x00\x72\x00\x74\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x5f\x00\x64\x00\x69\x00\x73\ -\x00\x61\x00\x62\x00\x6c\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1c\ -\x07\x5b\xb0\x67\ -\x00\x6c\ -\x00\x69\x00\x6e\x00\x65\x00\x5f\x00\x76\x00\x65\x00\x72\x00\x74\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x5f\x00\x70\x00\x72\x00\x65\ -\x00\x73\x00\x73\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1c\ -\x0c\xfb\xa0\x47\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x63\x00\x6c\x00\x6f\x00\x73\x00\x65\x00\x64\x00\x5f\x00\x70\x00\x72\x00\x65\ -\x00\x73\x00\x73\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x17\ -\x00\x6c\xa3\xa7\ -\x00\x6c\ -\x00\x69\x00\x6e\x00\x65\x00\x5f\x00\x76\x00\x65\x00\x72\x00\x74\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x5f\x00\x66\x00\x6f\x00\x63\ -\x00\x75\x00\x73\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x21\ -\x01\xf6\xa2\x67\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x73\x00\x65\x00\x70\x00\x61\x00\x72\x00\x61\x00\x74\x00\x6f\x00\x72\ -\x00\x5f\x00\x76\x00\x65\x00\x72\x00\x74\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\ -\x00\x26\ -\x0f\x35\xf0\xa7\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x73\x00\x65\x00\x70\x00\x61\x00\x72\x00\x61\x00\x74\x00\x6f\x00\x72\ -\x00\x5f\x00\x76\x00\x65\x00\x72\x00\x74\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\x00\x65\ -\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x23\ -\x06\xf2\x1a\x47\ -\x00\x63\ -\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x62\x00\x6f\x00\x78\x00\x5f\x00\x69\x00\x6e\x00\x64\x00\x65\x00\x74\x00\x65\x00\x72\x00\x6d\ -\x00\x69\x00\x6e\x00\x61\x00\x74\x00\x65\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\x00\x6c\x00\x65\x00\x64\x00\x2e\x00\x70\ -\x00\x6e\x00\x67\ -\x00\x11\ -\x0b\xda\x30\xa7\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x63\x00\x6c\x00\x6f\x00\x73\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\ -\x00\x1a\ -\x02\x38\x25\x07\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x6c\x00\x69\x00\x6e\x00\x65\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\ -\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x19\ -\x00\x38\x7f\xa7\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x6d\x00\x69\x00\x6e\x00\x69\x00\x6d\x00\x69\x00\x7a\x00\x65\x00\x5f\x00\x66\ -\x00\x6f\x00\x63\x00\x75\x00\x73\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x17\ -\x0b\x9d\x16\x67\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x6d\x00\x6f\x00\x72\x00\x65\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\ -\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x24\ -\x04\x0b\x8d\x27\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x6d\x00\x6f\x00\x76\x00\x65\x00\x5f\x00\x68\x00\x6f\x00\x72\x00\x69\ -\x00\x7a\x00\x6f\x00\x6e\x00\x74\x00\x61\x00\x6c\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\x00\x6c\x00\x65\x00\x64\x00\x2e\ -\x00\x70\x00\x6e\x00\x67\ -\x00\x1a\ -\x0f\x9a\xe5\x07\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x6f\x00\x70\x00\x65\x00\x6e\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\ -\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x19\ -\x09\x5e\xb0\x07\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x65\x00\x6e\x00\x64\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\x00\x65\ -\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x16\ -\x04\x9c\xa4\xa7\ -\x00\x62\ -\x00\x61\x00\x73\x00\x65\x00\x5f\x00\x69\x00\x63\x00\x6f\x00\x6e\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\x00\x6c\x00\x65\ -\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x18\ -\x07\x8b\xec\xe7\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x6f\x00\x70\x00\x65\x00\x6e\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\ -\x00\x6c\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x19\ -\x07\x36\x1b\x47\ -\x00\x6c\ -\x00\x69\x00\x6e\x00\x65\x00\x5f\x00\x76\x00\x65\x00\x72\x00\x74\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x5f\x00\x70\x00\x72\x00\x65\ -\x00\x73\x00\x73\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x14\ -\x00\x2e\x0a\x07\ -\x00\x72\ -\x00\x61\x00\x64\x00\x69\x00\x6f\x00\x5f\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\ -\x00\x70\x00\x6e\x00\x67\ -\x00\x1a\ -\x04\xce\xfa\x67\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x63\x00\x6c\x00\x6f\x00\x73\x00\x65\x00\x64\x00\x5f\x00\x66\x00\x6f\x00\x63\ -\x00\x75\x00\x73\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x11\ -\x05\x2a\x70\x67\ -\x00\x6c\ -\x00\x69\x00\x6e\x00\x65\x00\x5f\x00\x76\x00\x65\x00\x72\x00\x74\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\ -\x00\x1b\ -\x07\xac\x39\xa7\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x6d\x00\x6f\x00\x76\x00\x65\x00\x5f\x00\x68\x00\x6f\x00\x72\x00\x69\ -\x00\x7a\x00\x6f\x00\x6e\x00\x74\x00\x61\x00\x6c\x00\x2e\x00\x70\x00\x6e\x00\x67\ -" - -qt_resource_struct_v1 = b"\ -\x00\x00\x00\x00\x00\x02\x00\x00\x00\x02\x00\x00\x00\x01\ -\x00\x00\x00\x18\x00\x02\x00\x00\x00\x01\x00\x00\x00\xd6\ -\x00\x00\x00\x00\x00\x02\x00\x00\x00\x01\x00\x00\x00\x03\ -\x00\x00\x00\x32\x00\x02\x00\x00\x00\x01\x00\x00\x00\x04\ -\x00\x00\x00\x58\x00\x02\x00\x00\x00\xd1\x00\x00\x00\x05\ -\x00\x00\x1c\xe2\x00\x00\x00\x00\x00\x01\x00\x01\x5e\xac\ -\x00\x00\x16\x7a\x00\x00\x00\x00\x00\x01\x00\x01\x15\x17\ -\x00\x00\x2e\x4e\x00\x00\x00\x00\x00\x01\x00\x02\x2d\x41\ -\x00\x00\x02\x9e\x00\x00\x00\x00\x00\x01\x00\x00\x36\xac\ -\x00\x00\x2c\x82\x00\x00\x00\x00\x00\x01\x00\x02\x1f\xdb\ -\x00\x00\x13\x16\x00\x00\x00\x00\x00\x01\x00\x00\xff\x9e\ -\x00\x00\x26\x70\x00\x00\x00\x00\x00\x01\x00\x01\xe5\x3a\ -\x00\x00\x26\x2e\x00\x00\x00\x00\x00\x01\x00\x01\xe3\xa3\ -\x00\x00\x0b\x36\x00\x00\x00\x00\x00\x01\x00\x00\x88\x04\ -\x00\x00\x1d\x98\x00\x00\x00\x00\x00\x01\x00\x01\x69\x22\ -\x00\x00\x2b\x06\x00\x00\x00\x00\x00\x01\x00\x02\x19\x57\ -\x00\x00\x05\x14\x00\x00\x00\x00\x00\x01\x00\x00\x4c\x2e\ -\x00\x00\x14\x4c\x00\x00\x00\x00\x00\x01\x00\x01\x04\xfa\ -\x00\x00\x0b\x5c\x00\x00\x00\x00\x00\x01\x00\x00\x8a\xd2\ -\x00\x00\x03\x1c\x00\x00\x00\x00\x00\x01\x00\x00\x3c\x3c\ -\x00\x00\x24\xb8\x00\x00\x00\x00\x00\x01\x00\x01\xd8\xea\ -\x00\x00\x25\xc0\x00\x00\x00\x00\x00\x01\x00\x01\xdd\xe4\ -\x00\x00\x15\xe4\x00\x00\x00\x00\x00\x01\x00\x01\x0e\xe4\ -\x00\x00\x29\xbe\x00\x00\x00\x00\x00\x01\x00\x02\x11\x1e\ -\x00\x00\x06\x74\x00\x00\x00\x00\x00\x01\x00\x00\x58\x22\ -\x00\x00\x16\xb8\x00\x00\x00\x00\x00\x01\x00\x01\x1b\xd0\ -\x00\x00\x18\x06\x00\x00\x00\x00\x00\x01\x00\x01\x2e\x55\ -\x00\x00\x12\x7e\x00\x00\x00\x00\x00\x01\x00\x00\xf0\x62\ -\x00\x00\x22\x16\x00\x00\x00\x00\x00\x01\x00\x01\xa4\xa5\ -\x00\x00\x1c\x04\x00\x00\x00\x00\x00\x01\x00\x01\x53\x74\ -\x00\x00\x01\x8c\x00\x00\x00\x00\x00\x01\x00\x00\x29\x86\ -\x00\x00\x2b\x3a\x00\x00\x00\x00\x00\x01\x00\x02\x19\xe0\ -\x00\x00\x21\x7a\x00\x00\x00\x00\x00\x01\x00\x01\x9f\x46\ -\x00\x00\x1b\x0e\x00\x00\x00\x00\x00\x01\x00\x01\x4b\x29\ -\x00\x00\x2c\x48\x00\x00\x00\x00\x00\x01\x00\x02\x1e\xe8\ -\x00\x00\x07\x62\x00\x00\x00\x00\x00\x01\x00\x00\x67\x3c\ -\x00\x00\x02\x5a\x00\x00\x00\x00\x00\x01\x00\x00\x2d\xc3\ -\x00\x00\x15\x74\x00\x00\x00\x00\x00\x01\x00\x01\x09\x44\ -\x00\x00\x0e\x52\x00\x00\x00\x00\x00\x01\x00\x00\xc5\x0d\ -\x00\x00\x1f\xe6\x00\x00\x00\x00\x00\x01\x00\x01\x8c\xfa\ -\x00\x00\x27\xa6\x00\x00\x00\x00\x00\x01\x00\x01\xfb\x46\ -\x00\x00\x13\x96\x00\x00\x00\x00\x00\x01\x00\x01\x01\x6f\ -\x00\x00\x1a\xdc\x00\x00\x00\x00\x00\x01\x00\x01\x4a\x9c\ -\x00\x00\x18\x38\x00\x00\x00\x00\x00\x01\x00\x01\x2f\xe2\ -\x00\x00\x21\x2e\x00\x00\x00\x00\x00\x01\x00\x01\x9e\xa7\ -\x00\x00\x04\xde\x00\x00\x00\x00\x00\x01\x00\x00\x4a\x78\ -\x00\x00\x25\x2e\x00\x00\x00\x00\x00\x01\x00\x01\xdc\x2f\ -\x00\x00\x01\x48\x00\x00\x00\x00\x00\x01\x00\x00\x24\x5b\ -\x00\x00\x2c\xee\x00\x00\x00\x00\x00\x01\x00\x02\x21\x52\ -\x00\x00\x1b\x74\x00\x00\x00\x00\x00\x01\x00\x01\x4f\x4e\ -\x00\x00\x1a\x66\x00\x00\x00\x00\x00\x01\x00\x01\x46\xb3\ -\x00\x00\x0b\xea\x00\x00\x00\x00\x00\x01\x00\x00\x90\x96\ -\x00\x00\x0d\xac\x00\x00\x00\x00\x00\x01\x00\x00\xb8\x85\ -\x00\x00\x1b\xc6\x00\x00\x00\x00\x00\x01\x00\x01\x4f\xe7\ -\x00\x00\x09\x2a\x00\x00\x00\x00\x00\x01\x00\x00\x76\x8c\ -\x00\x00\x19\x10\x00\x00\x00\x00\x00\x01\x00\x01\x36\xb1\ -\x00\x00\x0a\x96\x00\x00\x00\x00\x00\x01\x00\x00\x84\x01\ -\x00\x00\x2d\xae\x00\x00\x00\x00\x00\x01\x00\x02\x26\x21\ -\x00\x00\x23\xa8\x00\x00\x00\x00\x00\x01\x00\x01\xc1\xeb\ -\x00\x00\x29\xfc\x00\x00\x00\x00\x00\x01\x00\x02\x12\x6f\ -\x00\x00\x2a\x26\x00\x00\x00\x00\x00\x01\x00\x02\x13\x77\ -\x00\x00\x1b\x4a\x00\x00\x00\x00\x00\x01\x00\x01\x4c\x1d\ -\x00\x00\x2e\x7c\x00\x00\x00\x00\x00\x01\x00\x02\x37\xd3\ -\x00\x00\x0c\xda\x00\x00\x00\x00\x00\x01\x00\x00\xac\x04\ -\x00\x00\x10\x9e\x00\x00\x00\x00\x00\x01\x00\x00\xdb\x27\ -\x00\x00\x1a\xa6\x00\x00\x00\x00\x00\x01\x00\x01\x47\xb0\ -\x00\x00\x11\x6c\x00\x00\x00\x00\x00\x01\x00\x00\xe2\x55\ -\x00\x00\x2e\xb6\x00\x00\x00\x00\x00\x01\x00\x02\x3b\x01\ -\x00\x00\x06\xb8\x00\x00\x00\x00\x00\x01\x00\x00\x61\x02\ -\x00\x00\x29\x26\x00\x00\x00\x00\x00\x01\x00\x02\x01\xa6\ -\x00\x00\x19\xd8\x00\x00\x00\x00\x00\x01\x00\x01\x40\xdb\ -\x00\x00\x18\x6c\x00\x00\x00\x00\x00\x01\x00\x01\x32\x24\ -\x00\x00\x04\xb2\x00\x00\x00\x00\x00\x01\x00\x00\x49\xac\ -\x00\x00\x24\x20\x00\x00\x00\x00\x00\x01\x00\x01\xc6\xe1\ -\x00\x00\x23\xd2\x00\x00\x00\x00\x00\x01\x00\x01\xc6\x56\ -\x00\x00\x05\x72\x00\x00\x00\x00\x00\x01\x00\x00\x51\x4a\ -\x00\x00\x0a\x10\x00\x00\x00\x00\x00\x01\x00\x00\x80\x2a\ -\x00\x00\x0e\xc4\x00\x00\x00\x00\x00\x01\x00\x00\xcc\xbe\ -\x00\x00\x08\xce\x00\x00\x00\x00\x00\x01\x00\x00\x73\x84\ -\x00\x00\x1c\x78\x00\x00\x00\x00\x00\x01\x00\x01\x58\x38\ -\x00\x00\x00\xd8\x00\x00\x00\x00\x00\x01\x00\x00\x20\x0b\ -\x00\x00\x11\xee\x00\x00\x00\x00\x00\x01\x00\x00\xe7\x65\ -\x00\x00\x17\x02\x00\x00\x00\x00\x00\x01\x00\x01\x1c\x60\ -\x00\x00\x1d\xc2\x00\x00\x00\x00\x00\x01\x00\x01\x69\x9b\ -\x00\x00\x1d\x68\x00\x00\x00\x00\x00\x01\x00\x01\x67\x92\ -\x00\x00\x10\x34\x00\x00\x00\x00\x00\x01\x00\x00\xd9\x94\ -\x00\x00\x28\x0e\x00\x00\x00\x00\x00\x01\x00\x01\xfc\x2d\ -\x00\x00\x1f\x0a\x00\x00\x00\x00\x00\x01\x00\x01\x7f\xe4\ -\x00\x00\x15\x30\x00\x00\x00\x00\x00\x01\x00\x01\x08\xb5\ -\x00\x00\x18\xae\x00\x00\x00\x00\x00\x01\x00\x01\x33\x58\ -\x00\x00\x22\xba\x00\x00\x00\x00\x00\x01\x00\x01\xad\x2f\ -\x00\x00\x29\x90\x00\x00\x00\x00\x00\x01\x00\x02\x0f\x0f\ -\x00\x00\x2b\xd4\x00\x00\x00\x00\x00\x01\x00\x02\x1b\x32\ -\x00\x00\x09\xa4\x00\x00\x00\x00\x00\x01\x00\x00\x7c\x16\ -\x00\x00\x03\x9c\x00\x00\x00\x00\x00\x01\x00\x00\x43\x6e\ -\x00\x00\x24\x52\x00\x00\x00\x00\x00\x01\x00\x01\xd3\xbb\ -\x00\x00\x00\xfc\x00\x00\x00\x00\x00\x01\x00\x00\x20\xb5\ -\x00\x00\x2e\x16\x00\x00\x00\x00\x00\x01\x00\x02\x2c\xb7\ -\x00\x00\x19\x40\x00\x00\x00\x00\x00\x01\x00\x01\x38\xd2\ -\x00\x00\x02\xae\x00\x00\x00\x00\x00\x01\x00\x00\x36\xb3\ -\x00\x00\x0f\xf2\x00\x00\x00\x00\x00\x01\x00\x00\xd8\x3f\ -\x00\x00\x2a\x8a\x00\x00\x00\x00\x00\x01\x00\x02\x14\xf4\ -\x00\x00\x1c\x42\x00\x00\x00\x00\x00\x01\x00\x01\x57\x8d\ -\x00\x00\x25\x8a\x00\x00\x00\x00\x00\x01\x00\x01\xdd\x59\ -\x00\x00\x1f\x40\x00\x00\x00\x00\x00\x01\x00\x01\x82\xff\ -\x00\x00\x2d\xe0\x00\x00\x00\x00\x00\x01\x00\x02\x2b\x0d\ -\x00\x00\x1d\xf8\x00\x00\x00\x00\x00\x01\x00\x01\x6a\x8d\ -\x00\x00\x2e\xde\x00\x00\x00\x00\x00\x01\x00\x02\x3b\x8a\ -\x00\x00\x27\x4a\x00\x00\x00\x00\x00\x01\x00\x01\xf9\x37\ -\x00\x00\x0d\x42\x00\x00\x00\x00\x00\x01\x00\x00\xb1\xf0\ -\x00\x00\x14\x96\x00\x00\x00\x00\x00\x01\x00\x01\x05\xd1\ -\x00\x00\x09\xd4\x00\x00\x00\x00\x00\x01\x00\x00\x7c\xbe\ -\x00\x00\x28\xe8\x00\x00\x00\x00\x00\x01\x00\x02\x01\x19\ -\x00\x00\x08\x38\x00\x00\x00\x00\x00\x01\x00\x00\x71\x35\ -\x00\x00\x0a\x3e\x00\x00\x00\x00\x00\x01\x00\x00\x83\x66\ -\x00\x00\x14\xe6\x00\x00\x00\x00\x00\x01\x00\x01\x06\xab\ -\x00\x00\x12\x24\x00\x00\x00\x00\x00\x01\x00\x00\xeb\xc1\ -\x00\x00\x22\xfa\x00\x00\x00\x00\x00\x01\x00\x01\xb0\xcf\ -\x00\x00\x1f\x7a\x00\x00\x00\x00\x00\x01\x00\x01\x84\x09\ -\x00\x00\x0c\xa4\x00\x00\x00\x00\x00\x01\x00\x00\x9f\x2a\ -\x00\x00\x1f\xa6\x00\x00\x00\x00\x00\x01\x00\x01\x88\x01\ -\x00\x00\x24\xdc\x00\x00\x00\x00\x00\x01\x00\x01\xd9\x73\ -\x00\x00\x26\xa8\x00\x00\x00\x00\x00\x01\x00\x01\xe7\x59\ -\x00\x00\x1e\x90\x00\x00\x00\x00\x00\x01\x00\x01\x72\xa1\ -\x00\x00\x01\xea\x00\x00\x00\x00\x00\x01\x00\x00\x2c\x1c\ -\x00\x00\x20\x8c\x00\x00\x00\x00\x00\x01\x00\x01\x96\x2d\ -\x00\x00\x13\xe2\x00\x00\x00\x00\x00\x01\x00\x01\x02\x93\ -\x00\x00\x2d\x76\x00\x00\x00\x00\x00\x01\x00\x02\x25\x51\ -\x00\x00\x04\x2a\x00\x00\x00\x00\x00\x01\x00\x00\x44\xa6\ -\x00\x00\x0c\x66\x00\x00\x00\x00\x00\x01\x00\x00\x9e\xad\ -\x00\x00\x19\x92\x00\x00\x00\x00\x00\x01\x00\x01\x3c\xc1\ -\x00\x00\x22\x50\x00\x00\x00\x00\x00\x01\x00\x01\xa9\x33\ -\x00\x00\x08\x76\x00\x00\x00\x00\x00\x01\x00\x00\x72\xbc\ -\x00\x00\x01\xba\x00\x00\x00\x00\x00\x01\x00\x00\x2a\x80\ -\x00\x00\x0f\x12\x00\x00\x00\x00\x00\x01\x00\x00\xcd\xf3\ -\x00\x00\x17\x5e\x00\x00\x00\x00\x00\x01\x00\x01\x21\x4a\ -\x00\x00\x20\x5a\x00\x00\x00\x00\x00\x01\x00\x01\x93\xf2\ -\x00\x00\x08\x0a\x00\x00\x00\x00\x00\x01\x00\x00\x6d\xd0\ -\x00\x00\x17\x26\x00\x00\x00\x00\x00\x01\x00\x01\x1d\xf8\ -\x00\x00\x11\xa6\x00\x00\x00\x00\x00\x01\x00\x00\xe4\x03\ -\x00\x00\x15\xb2\x00\x00\x00\x00\x00\x01\x00\x01\x0c\x08\ -\x00\x00\x20\xf4\x00\x00\x00\x00\x00\x01\x00\x01\x9c\x8b\ -\x00\x00\x07\x98\x00\x00\x00\x00\x00\x01\x00\x00\x6a\x1a\ -\x00\x00\x0e\x12\x00\x00\x00\x00\x00\x01\x00\x00\xb9\xd2\ -\x00\x00\x02\xf4\x00\x00\x00\x00\x00\x01\x00\x00\x37\x4e\ -\x00\x00\x0d\x70\x00\x00\x00\x00\x00\x01\x00\x00\xb4\x7e\ -\x00\x00\x20\xc6\x00\x00\x00\x00\x00\x01\x00\x01\x9a\x5d\ -\x00\x00\x07\xdc\x00\x00\x00\x00\x00\x01\x00\x00\x6b\xa5\ -\x00\x00\x05\x38\x00\x00\x00\x00\x00\x01\x00\x00\x4d\xe4\ -\x00\x00\x05\xc0\x00\x00\x00\x00\x00\x01\x00\x00\x52\x1f\ -\x00\x00\x0d\xe6\x00\x00\x00\x00\x00\x01\x00\x00\xb9\x56\ -\x00\x00\x1e\x58\x00\x00\x00\x00\x00\x01\x00\x01\x6e\xca\ -\x00\x00\x06\x98\x00\x00\x00\x00\x00\x01\x00\x00\x5c\x16\ -\x00\x00\x24\xfe\x00\x00\x00\x00\x00\x01\x00\x01\xdb\xa5\ -\x00\x00\x1c\xaa\x00\x00\x00\x00\x00\x01\x00\x01\x5a\x7a\ -\x00\x00\x2c\xba\x00\x00\x00\x00\x00\x01\x00\x02\x20\xad\ -\x00\x00\x10\x6a\x00\x00\x00\x00\x00\x01\x00\x00\xda\x9c\ -\x00\x00\x19\xba\x00\x00\x00\x00\x00\x01\x00\x01\x3e\xca\ -\x00\x00\x2c\x20\x00\x00\x00\x00\x00\x01\x00\x02\x1d\x57\ -\x00\x00\x06\xf2\x00\x00\x00\x00\x00\x01\x00\x00\x61\x7b\ -\x00\x00\x07\x2e\x00\x00\x00\x00\x00\x01\x00\x00\x62\x51\ -\x00\x00\x21\xd6\x00\x00\x00\x00\x00\x01\x00\x01\xa0\xe6\ -\x00\x00\x12\xb8\x00\x00\x00\x00\x00\x01\x00\x00\xf2\x42\ -\x00\x00\x27\xd6\x00\x00\x00\x00\x00\x01\x00\x01\xfb\xb2\ -\x00\x00\x17\x9a\x00\x00\x00\x00\x00\x01\x00\x01\x28\x3f\ -\x00\x00\x0b\x98\x00\x00\x00\x00\x00\x01\x00\x00\x8d\xd2\ -\x00\x00\x16\x1c\x00\x00\x00\x00\x00\x01\x00\x01\x13\xf0\ -\x00\x00\x29\x4c\x00\x00\x00\x00\x00\x01\x00\x02\x0e\x80\ -\x00\x00\x27\x12\x00\x00\x00\x00\x00\x01\x00\x01\xec\x5d\ -\x00\x00\x26\xd0\x00\x00\x00\x00\x00\x01\x00\x01\xeb\xcf\ -\x00\x00\x08\xf0\x00\x00\x00\x00\x00\x01\x00\x00\x75\x92\ -\x00\x00\x27\x82\x00\x00\x00\x00\x00\x01\x00\x01\xfa\xda\ -\x00\x00\x21\xa2\x00\x00\x00\x00\x00\x01\x00\x01\xa0\x17\ -\x00\x00\x03\x48\x00\x00\x00\x00\x00\x01\x00\x00\x42\xa5\ -\x00\x00\x2a\xc8\x00\x00\x00\x00\x00\x01\x00\x02\x15\xf0\ -\x00\x00\x02\x26\x00\x00\x00\x00\x00\x01\x00\x00\x2d\x27\ -\x00\x00\x28\x94\x00\x00\x00\x00\x00\x01\x00\x02\x00\x8d\ -\x00\x00\x2a\x50\x00\x00\x00\x00\x00\x01\x00\x02\x14\x69\ -\x00\x00\x0b\xc8\x00\x00\x00\x00\x00\x01\x00\x00\x8f\xfb\ -\x00\x00\x17\xd2\x00\x00\x00\x00\x00\x01\x00\x01\x2c\xc6\ -\x00\x00\x1e\x2e\x00\x00\x00\x00\x00\x01\x00\x01\x6c\xb2\ -\x00\x00\x04\x82\x00\x00\x00\x00\x00\x01\x00\x00\x45\xca\ -\x00\x00\x23\x74\x00\x00\x00\x00\x00\x01\x00\x01\xc0\x42\ -\x00\x00\x0d\x0e\x00\x00\x00\x00\x00\x01\x00\x00\xb0\x25\ -\x00\x00\x23\x38\x00\x00\x00\x00\x00\x01\x00\x01\xbb\xc7\ -\x00\x00\x09\x6e\x00\x00\x00\x00\x00\x01\x00\x00\x77\xe0\ -\x00\x00\x24\x84\x00\x00\x00\x00\x00\x01\x00\x01\xd5\x06\ -\x00\x00\x18\xd8\x00\x00\x00\x00\x00\x01\x00\x01\x36\x20\ -\x00\x00\x14\x16\x00\x00\x00\x00\x00\x01\x00\x01\x04\x8e\ -\x00\x00\x10\xd8\x00\x00\x00\x00\x00\x01\x00\x00\xdd\xba\ -\x00\x00\x11\x18\x00\x00\x00\x00\x00\x01\x00\x00\xe1\x1c\ -\x00\x00\x20\x22\x00\x00\x00\x00\x00\x01\x00\x01\x8d\x73\ -\x00\x00\x0c\x2c\x00\x00\x00\x00\x00\x01\x00\x00\x99\x71\ -\x00\x00\x1d\x20\x00\x00\x00\x00\x00\x01\x00\x01\x66\xff\ -\x00\x00\x0f\x4c\x00\x00\x00\x00\x00\x01\x00\x00\xd0\xe2\ -\x00\x00\x1a\x20\x00\x00\x00\x00\x00\x01\x00\x01\x41\x79\ -\x00\x00\x06\x04\x00\x00\x00\x00\x00\x01\x00\x00\x55\x75\ -\x00\x00\x00\x62\x00\x00\x00\x00\x00\x01\x00\x00\x1a\xaa\ -\x00\x00\x22\x96\x00\x00\x00\x00\x00\x01\x00\x01\xab\x09\ -\x00\x00\x2b\x82\x00\x00\x00\x00\x00\x01\x00\x02\x1a\xa4\ -\x00\x00\x12\x4c\x00\x00\x00\x00\x00\x01\x00\x00\xef\xc6\ -\x00\x00\x1e\xd0\x00\x00\x00\x00\x00\x01\x00\x01\x75\x80\ -\x00\x00\x0a\xe0\x00\x00\x00\x00\x00\x01\x00\x00\x87\x69\ -\x00\x00\x06\x38\x00\x00\x00\x00\x00\x01\x00\x00\x57\xa6\ -\x00\x00\x0e\x8c\x00\x00\x00\x00\x00\x01\x00\x00\xc9\x86\ -\x00\x00\x12\xe4\x00\x00\x00\x00\x00\x01\x00\x00\xf7\x2e\ -\x00\x00\x00\x96\x00\x00\x00\x00\x00\x01\x00\x00\x1f\x7e\ -\x00\x00\x2d\x3c\x00\x00\x00\x00\x00\x01\x00\x02\x21\xf1\ -\x00\x00\x25\xfe\x00\x00\x00\x00\x00\x01\x00\x01\xde\xb7\ -\x00\x00\x03\xd0\x00\x00\x00\x00\x00\x01\x00\x00\x43\xda\ -\x00\x00\x0f\xb4\x00\x00\x00\x00\x00\x01\x00\x00\xd7\x6b\ -\x00\x00\x28\x5e\x00\x00\x00\x00\x00\x01\x00\x02\x00\x14\ -\x00\x00\x13\x44\x00\x00\x00\x00\x00\x01\x00\x01\x00\x37\ -\x00\x00\x0f\x80\x00\x00\x00\x00\x00\x01\x00\x00\xd5\x45\ -\x00\x00\x00\x32\x00\x02\x00\x00\x00\x01\x00\x00\x00\xd7\ -\x00\x00\x00\x40\x00\x01\x00\x00\x00\x01\x00\x00\x00\x00\ -" - -qt_resource_struct_v2 = b"\ -\x00\x00\x00\x00\x00\x02\x00\x00\x00\x02\x00\x00\x00\x01\ -\x00\x00\x00\x00\x00\x00\x00\x00\ -\x00\x00\x00\x18\x00\x02\x00\x00\x00\x01\x00\x00\x00\xd6\ -\x00\x00\x00\x00\x00\x00\x00\x00\ -\x00\x00\x00\x00\x00\x02\x00\x00\x00\x01\x00\x00\x00\x03\ -\x00\x00\x00\x00\x00\x00\x00\x00\ -\x00\x00\x00\x32\x00\x02\x00\x00\x00\x01\x00\x00\x00\x04\ -\x00\x00\x00\x00\x00\x00\x00\x00\ -\x00\x00\x00\x58\x00\x02\x00\x00\x00\xd1\x00\x00\x00\x05\ -\x00\x00\x00\x00\x00\x00\x00\x00\ -\x00\x00\x1c\xe2\x00\x00\x00\x00\x00\x01\x00\x01\x5e\xac\ -\x00\x00\x01\x7d\x6b\xea\xaf\x82\ -\x00\x00\x16\x7a\x00\x00\x00\x00\x00\x01\x00\x01\x15\x17\ -\x00\x00\x01\x7d\x6b\xea\xaf\xd2\ -\x00\x00\x2e\x4e\x00\x00\x00\x00\x00\x01\x00\x02\x2d\x41\ -\x00\x00\x01\x7d\x6b\xea\xaf\x63\ -\x00\x00\x02\x9e\x00\x00\x00\x00\x00\x01\x00\x00\x36\xac\ -\x00\x00\x01\x78\x7c\x85\x2e\x2d\ -\x00\x00\x2c\x82\x00\x00\x00\x00\x00\x01\x00\x02\x1f\xdb\ -\x00\x00\x01\x7d\x6b\xea\xae\x2b\ -\x00\x00\x13\x16\x00\x00\x00\x00\x00\x01\x00\x00\xff\x9e\ -\x00\x00\x01\x7d\x6b\xea\xac\x61\ -\x00\x00\x26\x70\x00\x00\x00\x00\x00\x01\x00\x01\xe5\x3a\ -\x00\x00\x01\x7d\x6b\xea\xae\x69\ -\x00\x00\x26\x2e\x00\x00\x00\x00\x00\x01\x00\x01\xe3\xa3\ -\x00\x00\x01\x7d\x6b\xea\xad\x0d\ -\x00\x00\x0b\x36\x00\x00\x00\x00\x00\x01\x00\x00\x88\x04\ -\x00\x00\x01\x7d\x6b\xea\xad\xec\ -\x00\x00\x1d\x98\x00\x00\x00\x00\x00\x01\x00\x01\x69\x22\ -\x00\x00\x01\x7d\x6b\xea\xaf\xc2\ -\x00\x00\x2b\x06\x00\x00\x00\x00\x00\x01\x00\x02\x19\x57\ -\x00\x00\x01\x7d\x6b\xea\xad\x2f\ -\x00\x00\x05\x14\x00\x00\x00\x00\x00\x01\x00\x00\x4c\x2e\ -\x00\x00\x01\x7d\x6b\xea\xae\x0b\ -\x00\x00\x14\x4c\x00\x00\x00\x00\x00\x01\x00\x01\x04\xfa\ -\x00\x00\x01\x7d\x6b\xea\xaf\xae\ -\x00\x00\x0b\x5c\x00\x00\x00\x00\x00\x01\x00\x00\x8a\xd2\ -\x00\x00\x01\x7d\x6b\xea\xaf\xf1\ -\x00\x00\x03\x1c\x00\x00\x00\x00\x00\x01\x00\x00\x3c\x3c\ -\x00\x00\x01\x7d\x6b\xea\xaf\xd2\ -\x00\x00\x24\xb8\x00\x00\x00\x00\x00\x01\x00\x01\xd8\xea\ -\x00\x00\x01\x7d\x6b\xea\xac\x61\ -\x00\x00\x25\xc0\x00\x00\x00\x00\x00\x01\x00\x01\xdd\xe4\ -\x00\x00\x01\x7d\x6b\xea\xae\x2b\ -\x00\x00\x15\xe4\x00\x00\x00\x00\x00\x01\x00\x01\x0e\xe4\ -\x00\x00\x01\x7d\x6b\xea\xad\x5e\ -\x00\x00\x29\xbe\x00\x00\x00\x00\x00\x01\x00\x02\x11\x1e\ -\x00\x00\x01\x7d\x6b\xea\xb0\x01\ -\x00\x00\x06\x74\x00\x00\x00\x00\x00\x01\x00\x00\x58\x22\ -\x00\x00\x01\x7d\x6b\xea\xae\xa8\ -\x00\x00\x16\xb8\x00\x00\x00\x00\x00\x01\x00\x01\x1b\xd0\ -\x00\x00\x01\x7d\x6b\xea\xad\xaa\ -\x00\x00\x18\x06\x00\x00\x00\x00\x00\x01\x00\x01\x2e\x55\ -\x00\x00\x01\x7d\x6b\xea\xac\xee\ -\x00\x00\x12\x7e\x00\x00\x00\x00\x00\x01\x00\x00\xf0\x62\ -\x00\x00\x01\x7d\x6b\xea\xac\xde\ -\x00\x00\x22\x16\x00\x00\x00\x00\x00\x01\x00\x01\xa4\xa5\ -\x00\x00\x01\x7d\x6b\xea\xae\x98\ -\x00\x00\x1c\x04\x00\x00\x00\x00\x00\x01\x00\x01\x53\x74\ -\x00\x00\x01\x7d\x6b\xea\xad\x79\ -\x00\x00\x01\x8c\x00\x00\x00\x00\x00\x01\x00\x00\x29\x86\ -\x00\x00\x01\x7d\x6b\xea\xaf\x63\ -\x00\x00\x2b\x3a\x00\x00\x00\x00\x00\x01\x00\x02\x19\xe0\ -\x00\x00\x01\x7d\x6b\xea\xaf\xc2\ -\x00\x00\x21\x7a\x00\x00\x00\x00\x00\x01\x00\x01\x9f\x46\ -\x00\x00\x01\x7d\x6b\xea\xae\xd6\ -\x00\x00\x1b\x0e\x00\x00\x00\x00\x00\x01\x00\x01\x4b\x29\ -\x00\x00\x01\x7d\x6b\xea\xae\xe6\ -\x00\x00\x2c\x48\x00\x00\x00\x00\x00\x01\x00\x02\x1e\xe8\ -\x00\x00\x01\x7d\x6b\xea\xae\xf6\ -\x00\x00\x07\x62\x00\x00\x00\x00\x00\x01\x00\x00\x67\x3c\ -\x00\x00\x01\x7d\x6b\xea\xaf\xf1\ -\x00\x00\x02\x5a\x00\x00\x00\x00\x00\x01\x00\x00\x2d\xc3\ -\x00\x00\x01\x7d\x6b\xea\xaf\x82\ -\x00\x00\x15\x74\x00\x00\x00\x00\x00\x01\x00\x01\x09\x44\ -\x00\x00\x01\x7d\x6b\xea\xac\xce\ -\x00\x00\x0e\x52\x00\x00\x00\x00\x00\x01\x00\x00\xc5\x0d\ -\x00\x00\x01\x7d\x6b\xea\xae\x79\ -\x00\x00\x1f\xe6\x00\x00\x00\x00\x00\x01\x00\x01\x8c\xfa\ -\x00\x00\x01\x7d\x6b\xea\xaf\xd2\ -\x00\x00\x27\xa6\x00\x00\x00\x00\x00\x01\x00\x01\xfb\x46\ -\x00\x00\x01\x7d\x6b\xea\xad\xdc\ -\x00\x00\x13\x96\x00\x00\x00\x00\x00\x01\x00\x01\x01\x6f\ -\x00\x00\x01\x7d\x6b\xea\xaf\xb7\ -\x00\x00\x1a\xdc\x00\x00\x00\x00\x00\x01\x00\x01\x4a\x9c\ -\x00\x00\x01\x7d\x6b\xea\xaf\x53\ -\x00\x00\x18\x38\x00\x00\x00\x00\x00\x01\x00\x01\x2f\xe2\ -\x00\x00\x01\x7d\x6b\xea\xac\x09\ -\x00\x00\x21\x2e\x00\x00\x00\x00\x00\x01\x00\x01\x9e\xa7\ -\x00\x00\x01\x7d\x6b\xea\xad\x9d\ -\x00\x00\x04\xde\x00\x00\x00\x00\x00\x01\x00\x00\x4a\x78\ -\x00\x00\x01\x7d\x6b\xea\xae\x1b\ -\x00\x00\x25\x2e\x00\x00\x00\x00\x00\x01\x00\x01\xdc\x2f\ -\x00\x00\x01\x7d\x6b\xea\xaf\xc0\ -\x00\x00\x01\x48\x00\x00\x00\x00\x00\x01\x00\x00\x24\x5b\ -\x00\x00\x01\x7d\x6b\xea\xaf\x25\ -\x00\x00\x2c\xee\x00\x00\x00\x00\x00\x01\x00\x02\x21\x52\ -\x00\x00\x01\x7d\x6b\xea\xad\x96\ -\x00\x00\x1b\x74\x00\x00\x00\x00\x00\x01\x00\x01\x4f\x4e\ -\x00\x00\x01\x7d\x6b\xea\xad\xbd\ -\x00\x00\x1a\x66\x00\x00\x00\x00\x00\x01\x00\x01\x46\xb3\ -\x00\x00\x01\x7d\x6b\xea\xaf\x63\ -\x00\x00\x0b\xea\x00\x00\x00\x00\x00\x01\x00\x00\x90\x96\ -\x00\x00\x01\x7d\x6b\xea\xaf\x82\ -\x00\x00\x0d\xac\x00\x00\x00\x00\x00\x01\x00\x00\xb8\x85\ -\x00\x00\x01\x7d\x6b\xea\xae\xe6\ -\x00\x00\x1b\xc6\x00\x00\x00\x00\x00\x01\x00\x01\x4f\xe7\ -\x00\x00\x01\x7d\x6b\xea\xb0\x11\ -\x00\x00\x09\x2a\x00\x00\x00\x00\x00\x01\x00\x00\x76\x8c\ -\x00\x00\x01\x7d\x6b\xea\xb0\x01\ -\x00\x00\x19\x10\x00\x00\x00\x00\x00\x01\x00\x01\x36\xb1\ -\x00\x00\x01\x7d\x6b\xea\xab\xf9\ -\x00\x00\x0a\x96\x00\x00\x00\x00\x00\x01\x00\x00\x84\x01\ -\x00\x00\x01\x7d\x6b\xea\xaf\x44\ -\x00\x00\x2d\xae\x00\x00\x00\x00\x00\x01\x00\x02\x26\x21\ -\x00\x00\x01\x7d\x6b\xea\xac\x36\ -\x00\x00\x23\xa8\x00\x00\x00\x00\x00\x01\x00\x01\xc1\xeb\ -\x00\x00\x01\x7d\x6b\xea\xae\x88\ -\x00\x00\x29\xfc\x00\x00\x00\x00\x00\x01\x00\x02\x12\x6f\ -\x00\x00\x01\x7d\x6b\xea\xae\xf6\ -\x00\x00\x2a\x26\x00\x00\x00\x00\x00\x01\x00\x02\x13\x77\ -\x00\x00\x01\x7d\x6b\xea\xae\xe6\ -\x00\x00\x1b\x4a\x00\x00\x00\x00\x00\x01\x00\x01\x4c\x1d\ -\x00\x00\x01\x7d\x6b\xea\xaf\x05\ -\x00\x00\x2e\x7c\x00\x00\x00\x00\x00\x01\x00\x02\x37\xd3\ -\x00\x00\x01\x7d\x6b\xea\xae\xd6\ -\x00\x00\x0c\xda\x00\x00\x00\x00\x00\x01\x00\x00\xac\x04\ -\x00\x00\x01\x7d\x6b\xea\xae\xb7\ -\x00\x00\x10\x9e\x00\x00\x00\x00\x00\x01\x00\x00\xdb\x27\ -\x00\x00\x01\x7d\x6b\xea\xac\xce\ -\x00\x00\x1a\xa6\x00\x00\x00\x00\x00\x01\x00\x01\x47\xb0\ -\x00\x00\x01\x7d\x6b\xea\xad\xfc\ -\x00\x00\x11\x6c\x00\x00\x00\x00\x00\x01\x00\x00\xe2\x55\ -\x00\x00\x01\x7d\x6b\xea\xac\x4a\ -\x00\x00\x2e\xb6\x00\x00\x00\x00\x00\x01\x00\x02\x3b\x01\ -\x00\x00\x01\x7d\x6b\xea\xad\x2f\ -\x00\x00\x06\xb8\x00\x00\x00\x00\x00\x01\x00\x00\x61\x02\ -\x00\x00\x01\x7d\x6b\xea\xaf\xd2\ -\x00\x00\x29\x26\x00\x00\x00\x00\x00\x01\x00\x02\x01\xa6\ -\x00\x00\x01\x7d\x6b\xea\xae\xb7\ -\x00\x00\x19\xd8\x00\x00\x00\x00\x00\x01\x00\x01\x40\xdb\ -\x00\x00\x01\x7d\x6b\xea\xad\x9a\ -\x00\x00\x18\x6c\x00\x00\x00\x00\x00\x01\x00\x01\x32\x24\ -\x00\x00\x01\x7d\x6b\xea\xaf\x82\ -\x00\x00\x04\xb2\x00\x00\x00\x00\x00\x01\x00\x00\x49\xac\ -\x00\x00\x01\x7d\x6b\xea\xae\x2b\ -\x00\x00\x24\x20\x00\x00\x00\x00\x00\x01\x00\x01\xc6\xe1\ -\x00\x00\x01\x7d\x6b\xea\xae\xc7\ -\x00\x00\x23\xd2\x00\x00\x00\x00\x00\x01\x00\x01\xc6\x56\ -\x00\x00\x01\x7d\x6b\xea\xad\xcd\ -\x00\x00\x05\x72\x00\x00\x00\x00\x00\x01\x00\x00\x51\x4a\ -\x00\x00\x01\x7d\x6b\xea\xaf\xb2\ -\x00\x00\x0a\x10\x00\x00\x00\x00\x00\x01\x00\x00\x80\x2a\ -\x00\x00\x01\x7d\x6b\xea\xae\xc7\ -\x00\x00\x0e\xc4\x00\x00\x00\x00\x00\x01\x00\x00\xcc\xbe\ -\x00\x00\x01\x7d\x6b\xea\xaf\x92\ -\x00\x00\x08\xce\x00\x00\x00\x00\x00\x01\x00\x00\x73\x84\ -\x00\x00\x01\x7d\x6b\xea\xab\x94\ -\x00\x00\x1c\x78\x00\x00\x00\x00\x00\x01\x00\x01\x58\x38\ -\x00\x00\x01\x7d\x6b\xea\xab\xe9\ -\x00\x00\x00\xd8\x00\x00\x00\x00\x00\x01\x00\x00\x20\x0b\ -\x00\x00\x01\x7d\x6b\xea\xac\x90\ -\x00\x00\x11\xee\x00\x00\x00\x00\x00\x01\x00\x00\xe7\x65\ -\x00\x00\x01\x7d\x6b\xea\xae\x98\ -\x00\x00\x17\x02\x00\x00\x00\x00\x00\x01\x00\x01\x1c\x60\ -\x00\x00\x01\x7d\x6b\xea\xac\x9f\ -\x00\x00\x1d\xc2\x00\x00\x00\x00\x00\x01\x00\x01\x69\x9b\ -\x00\x00\x01\x7d\x6b\xea\xae\xf6\ -\x00\x00\x1d\x68\x00\x00\x00\x00\x00\x01\x00\x01\x67\x92\ -\x00\x00\x01\x7d\x6b\xea\xac\xaf\ -\x00\x00\x10\x34\x00\x00\x00\x00\x00\x01\x00\x00\xd9\x94\ -\x00\x00\x01\x7d\x6b\xea\xae\xf6\ -\x00\x00\x28\x0e\x00\x00\x00\x00\x00\x01\x00\x01\xfc\x2d\ -\x00\x00\x01\x7d\x6b\xea\xaf\x34\ -\x00\x00\x1f\x0a\x00\x00\x00\x00\x00\x01\x00\x01\x7f\xe4\ -\x00\x00\x01\x7d\x6b\xea\xaf\x15\ -\x00\x00\x15\x30\x00\x00\x00\x00\x00\x01\x00\x01\x08\xb5\ -\x00\x00\x01\x7d\x6b\xea\xad\xae\ -\x00\x00\x18\xae\x00\x00\x00\x00\x00\x01\x00\x01\x33\x58\ -\x00\x00\x01\x7d\x6b\xea\xaf\xf1\ -\x00\x00\x22\xba\x00\x00\x00\x00\x00\x01\x00\x01\xad\x2f\ -\x00\x00\x01\x7d\x6b\xea\xb0\x01\ -\x00\x00\x29\x90\x00\x00\x00\x00\x00\x01\x00\x02\x0f\x0f\ -\x00\x00\x01\x7d\x6b\xea\xab\x9b\ -\x00\x00\x2b\xd4\x00\x00\x00\x00\x00\x01\x00\x02\x1b\x32\ -\x00\x00\x01\x7d\x6b\xea\xac\xde\ -\x00\x00\x09\xa4\x00\x00\x00\x00\x00\x01\x00\x00\x7c\x16\ -\x00\x00\x01\x7d\x6b\xea\xac\x9f\ -\x00\x00\x03\x9c\x00\x00\x00\x00\x00\x01\x00\x00\x43\x6e\ -\x00\x00\x01\x7d\x6b\xea\xad\xdc\ -\x00\x00\x24\x52\x00\x00\x00\x00\x00\x01\x00\x01\xd3\xbb\ -\x00\x00\x01\x7d\x6b\xea\xaf\xf1\ -\x00\x00\x00\xfc\x00\x00\x00\x00\x00\x01\x00\x00\x20\xb5\ -\x00\x00\x01\x7d\x6b\xea\xaf\x34\ -\x00\x00\x2e\x16\x00\x00\x00\x00\x00\x01\x00\x02\x2c\xb7\ -\x00\x00\x01\x7d\x6b\xea\xad\x3e\ -\x00\x00\x19\x40\x00\x00\x00\x00\x00\x01\x00\x01\x38\xd2\ -\x00\x00\x01\x7d\x6b\xea\xaf\x34\ -\x00\x00\x02\xae\x00\x00\x00\x00\x00\x01\x00\x00\x36\xb3\ -\x00\x00\x01\x7d\x6b\xea\xad\xae\ -\x00\x00\x0f\xf2\x00\x00\x00\x00\x00\x01\x00\x00\xd8\x3f\ -\x00\x00\x01\x7d\x6b\xea\xb0\x01\ -\x00\x00\x2a\x8a\x00\x00\x00\x00\x00\x01\x00\x02\x14\xf4\ -\x00\x00\x01\x7d\x6b\xea\xaf\x63\ -\x00\x00\x1c\x42\x00\x00\x00\x00\x00\x01\x00\x01\x57\x8d\ -\x00\x00\x01\x7d\x6b\xea\xac\x9f\ -\x00\x00\x25\x8a\x00\x00\x00\x00\x00\x01\x00\x01\xdd\x59\ -\x00\x00\x01\x7d\x6b\xea\xac\x71\ -\x00\x00\x1f\x40\x00\x00\x00\x00\x00\x01\x00\x01\x82\xff\ -\x00\x00\x01\x7d\x6b\xea\xaf\x05\ -\x00\x00\x2d\xe0\x00\x00\x00\x00\x00\x01\x00\x02\x2b\x0d\ -\x00\x00\x01\x7d\x6b\xea\xac\xaf\ -\x00\x00\x1d\xf8\x00\x00\x00\x00\x00\x01\x00\x01\x6a\x8d\ -\x00\x00\x01\x7d\x6b\xea\xab\xf9\ -\x00\x00\x2e\xde\x00\x00\x00\x00\x00\x01\x00\x02\x3b\x8a\ -\x00\x00\x01\x7d\x6b\xea\xad\x93\ -\x00\x00\x27\x4a\x00\x00\x00\x00\x00\x01\x00\x01\xf9\x37\ -\x00\x00\x01\x7d\x6b\xea\xac\x51\ -\x00\x00\x0d\x42\x00\x00\x00\x00\x00\x01\x00\x00\xb1\xf0\ -\x00\x00\x01\x7d\x6b\xea\xac\xbf\ -\x00\x00\x14\x96\x00\x00\x00\x00\x00\x01\x00\x01\x05\xd1\ -\x00\x00\x01\x7d\x6b\xea\xaf\xaa\ -\x00\x00\x09\xd4\x00\x00\x00\x00\x00\x01\x00\x00\x7c\xbe\ -\x00\x00\x01\x7d\x6b\xea\xaf\x15\ -\x00\x00\x28\xe8\x00\x00\x00\x00\x00\x01\x00\x02\x01\x19\ -\x00\x00\x01\x7d\x6b\xea\xaf\x53\ -\x00\x00\x08\x38\x00\x00\x00\x00\x00\x01\x00\x00\x71\x35\ -\x00\x00\x01\x7d\x6b\xea\xac\xfd\ -\x00\x00\x0a\x3e\x00\x00\x00\x00\x00\x01\x00\x00\x83\x66\ -\x00\x00\x01\x7d\x6b\xea\xad\xbd\ -\x00\x00\x14\xe6\x00\x00\x00\x00\x00\x01\x00\x01\x06\xab\ -\x00\x00\x01\x7d\x6b\xea\xac\xee\ -\x00\x00\x12\x24\x00\x00\x00\x00\x00\x01\x00\x00\xeb\xc1\ -\x00\x00\x01\x7d\x6b\xea\xae\x69\ -\x00\x00\x22\xfa\x00\x00\x00\x00\x00\x01\x00\x01\xb0\xcf\ -\x00\x00\x01\x7d\x6b\xea\xaf\x73\ -\x00\x00\x1f\x7a\x00\x00\x00\x00\x00\x01\x00\x01\x84\x09\ -\x00\x00\x01\x7d\x6b\xea\xad\x6d\ -\x00\x00\x0c\xa4\x00\x00\x00\x00\x00\x01\x00\x00\x9f\x2a\ -\x00\x00\x01\x7d\x6b\xea\xae\xc7\ -\x00\x00\x1f\xa6\x00\x00\x00\x00\x00\x01\x00\x01\x88\x01\ -\x00\x00\x01\x7d\x6b\xea\xaf\x25\ -\x00\x00\x24\xdc\x00\x00\x00\x00\x00\x01\x00\x01\xd9\x73\ -\x00\x00\x01\x7d\x6b\xea\xab\xbb\ -\x00\x00\x26\xa8\x00\x00\x00\x00\x00\x01\x00\x01\xe7\x59\ -\x00\x00\x01\x7d\x6b\xea\xae\x79\ -\x00\x00\x1e\x90\x00\x00\x00\x00\x00\x01\x00\x01\x72\xa1\ -\x00\x00\x01\x7d\x6b\xea\xac\xce\ -\x00\x00\x01\xea\x00\x00\x00\x00\x00\x01\x00\x00\x2c\x1c\ -\x00\x00\x01\x7d\x6b\xea\xae\xf6\ -\x00\x00\x20\x8c\x00\x00\x00\x00\x00\x01\x00\x01\x96\x2d\ -\x00\x00\x01\x7d\x6b\xea\xae\x69\ -\x00\x00\x13\xe2\x00\x00\x00\x00\x00\x01\x00\x01\x02\x93\ -\x00\x00\x01\x7d\x6b\xea\xae\x59\ -\x00\x00\x2d\x76\x00\x00\x00\x00\x00\x01\x00\x02\x25\x51\ -\x00\x00\x01\x7d\x6b\xea\xae\xe6\ -\x00\x00\x04\x2a\x00\x00\x00\x00\x00\x01\x00\x00\x44\xa6\ -\x00\x00\x01\x7d\x6b\xea\xaf\xbd\ -\x00\x00\x0c\x66\x00\x00\x00\x00\x00\x01\x00\x00\x9e\xad\ -\x00\x00\x01\x7d\x6b\xea\xad\x1c\ -\x00\x00\x19\x92\x00\x00\x00\x00\x00\x01\x00\x01\x3c\xc1\ -\x00\x00\x01\x7d\x6b\xea\xae\x4a\ -\x00\x00\x22\x50\x00\x00\x00\x00\x00\x01\x00\x01\xa9\x33\ -\x00\x00\x01\x7d\x6b\xea\xac\xee\ -\x00\x00\x08\x76\x00\x00\x00\x00\x00\x01\x00\x00\x72\xbc\ -\x00\x00\x01\x7d\x6b\xea\xaf\xc2\ -\x00\x00\x01\xba\x00\x00\x00\x00\x00\x01\x00\x00\x2a\x80\ -\x00\x00\x01\x7d\x6b\xea\xae\x1b\ -\x00\x00\x0f\x12\x00\x00\x00\x00\x00\x01\x00\x00\xcd\xf3\ -\x00\x00\x01\x7d\x6b\xea\xaf\xf1\ -\x00\x00\x17\x5e\x00\x00\x00\x00\x00\x01\x00\x01\x21\x4a\ -\x00\x00\x01\x7d\x6b\xea\xaf\xe2\ -\x00\x00\x20\x5a\x00\x00\x00\x00\x00\x01\x00\x01\x93\xf2\ -\x00\x00\x01\x7d\x6b\xea\xab\xab\ -\x00\x00\x08\x0a\x00\x00\x00\x00\x00\x01\x00\x00\x6d\xd0\ -\x00\x00\x01\x7d\x6b\xea\xb0\x01\ -\x00\x00\x17\x26\x00\x00\x00\x00\x00\x01\x00\x01\x1d\xf8\ -\x00\x00\x01\x7d\x6b\xea\xaf\x34\ -\x00\x00\x11\xa6\x00\x00\x00\x00\x00\x01\x00\x00\xe4\x03\ -\x00\x00\x01\x7d\x6b\xea\xaf\x44\ -\x00\x00\x15\xb2\x00\x00\x00\x00\x00\x01\x00\x01\x0c\x08\ -\x00\x00\x01\x7d\x6b\xea\xad\xfc\ -\x00\x00\x20\xf4\x00\x00\x00\x00\x00\x01\x00\x01\x9c\x8b\ -\x00\x00\x01\x7d\x6b\xea\xae\x4a\ -\x00\x00\x07\x98\x00\x00\x00\x00\x00\x01\x00\x00\x6a\x1a\ -\x00\x00\x01\x7d\x6b\xea\xac\xfd\ -\x00\x00\x0e\x12\x00\x00\x00\x00\x00\x01\x00\x00\xb9\xd2\ -\x00\x00\x01\x7d\x6b\xea\xaf\x73\ -\x00\x00\x02\xf4\x00\x00\x00\x00\x00\x01\x00\x00\x37\x4e\ -\x00\x00\x01\x7d\x6b\xea\xad\x4e\ -\x00\x00\x0d\x70\x00\x00\x00\x00\x00\x01\x00\x00\xb4\x7e\ -\x00\x00\x01\x7d\x6b\xea\xad\x90\ -\x00\x00\x20\xc6\x00\x00\x00\x00\x00\x01\x00\x01\x9a\x5d\ -\x00\x00\x01\x7d\x6b\xea\xac\x26\ -\x00\x00\x07\xdc\x00\x00\x00\x00\x00\x01\x00\x00\x6b\xa5\ -\x00\x00\x01\x7d\x6b\xea\xab\xda\ -\x00\x00\x05\x38\x00\x00\x00\x00\x00\x01\x00\x00\x4d\xe4\ -\x00\x00\x01\x7d\x6b\xea\xb0\x11\ -\x00\x00\x05\xc0\x00\x00\x00\x00\x00\x01\x00\x00\x52\x1f\ -\x00\x00\x01\x7d\x6b\xea\xaf\x44\ -\x00\x00\x0d\xe6\x00\x00\x00\x00\x00\x01\x00\x00\xb9\x56\ -\x00\x00\x01\x7d\x6b\xea\xad\x1c\ -\x00\x00\x1e\x58\x00\x00\x00\x00\x00\x01\x00\x01\x6e\xca\ -\x00\x00\x01\x7d\x6b\xea\xad\x7a\ -\x00\x00\x06\x98\x00\x00\x00\x00\x00\x01\x00\x00\x5c\x16\ -\x00\x00\x01\x7d\x6b\xea\xac\x2d\ -\x00\x00\x24\xfe\x00\x00\x00\x00\x00\x01\x00\x01\xdb\xa5\ -\x00\x00\x01\x7d\x6b\xea\xac\x80\ -\x00\x00\x1c\xaa\x00\x00\x00\x00\x00\x01\x00\x01\x5a\x7a\ -\x00\x00\x01\x7d\x6b\xea\xae\x79\ -\x00\x00\x2c\xba\x00\x00\x00\x00\x00\x01\x00\x02\x20\xad\ -\x00\x00\x01\x7d\x6b\xea\xac\x9f\ -\x00\x00\x10\x6a\x00\x00\x00\x00\x00\x01\x00\x00\xda\x9c\ -\x00\x00\x01\x7d\x6b\xea\xac\x80\ -\x00\x00\x19\xba\x00\x00\x00\x00\x00\x01\x00\x01\x3e\xca\ -\x00\x00\x01\x7d\x6b\xea\xac\x18\ -\x00\x00\x2c\x20\x00\x00\x00\x00\x00\x01\x00\x02\x1d\x57\ -\x00\x00\x01\x7d\x6b\xea\xac\x47\ -\x00\x00\x06\xf2\x00\x00\x00\x00\x00\x01\x00\x00\x61\x7b\ -\x00\x00\x01\x7d\x6b\xea\xae\x3a\ -\x00\x00\x07\x2e\x00\x00\x00\x00\x00\x01\x00\x00\x62\x51\ -\x00\x00\x01\x7d\x6b\xea\xaf\x25\ -\x00\x00\x21\xd6\x00\x00\x00\x00\x00\x01\x00\x01\xa0\xe6\ -\x00\x00\x01\x7d\x6b\xea\xaf\x34\ -\x00\x00\x12\xb8\x00\x00\x00\x00\x00\x01\x00\x00\xf2\x42\ -\x00\x00\x01\x7d\x6b\xea\xac\x3b\ -\x00\x00\x27\xd6\x00\x00\x00\x00\x00\x01\x00\x01\xfb\xb2\ -\x00\x00\x01\x7d\x6b\xea\xad\x29\ -\x00\x00\x17\x9a\x00\x00\x00\x00\x00\x01\x00\x01\x28\x3f\ -\x00\x00\x01\x7d\x6b\xea\xae\x88\ -\x00\x00\x0b\x98\x00\x00\x00\x00\x00\x01\x00\x00\x8d\xd2\ -\x00\x00\x01\x7d\x6b\xea\xac\x1f\ -\x00\x00\x16\x1c\x00\x00\x00\x00\x00\x01\x00\x01\x13\xf0\ -\x00\x00\x01\x7d\x6b\xea\xaf\xba\ -\x00\x00\x29\x4c\x00\x00\x00\x00\x00\x01\x00\x02\x0e\x80\ -\x00\x00\x01\x7d\x6b\xea\xaf\x53\ -\x00\x00\x27\x12\x00\x00\x00\x00\x00\x01\x00\x01\xec\x5d\ -\x00\x00\x01\x7d\x6b\xea\xae\xc7\ -\x00\x00\x26\xd0\x00\x00\x00\x00\x00\x01\x00\x01\xeb\xcf\ -\x00\x00\x01\x7d\x6b\xea\xaf\x53\ -\x00\x00\x08\xf0\x00\x00\x00\x00\x00\x01\x00\x00\x75\x92\ -\x00\x00\x01\x7d\x6b\xea\xaf\x63\ -\x00\x00\x27\x82\x00\x00\x00\x00\x00\x01\x00\x01\xfa\xda\ -\x00\x00\x01\x7d\x6b\xea\xad\xcd\ -\x00\x00\x21\xa2\x00\x00\x00\x00\x00\x01\x00\x01\xa0\x17\ -\x00\x00\x01\x7d\x6b\xea\xae\xe6\ -\x00\x00\x03\x48\x00\x00\x00\x00\x00\x01\x00\x00\x42\xa5\ -\x00\x00\x01\x7d\x6b\xea\xaf\xc2\ -\x00\x00\x2a\xc8\x00\x00\x00\x00\x00\x01\x00\x02\x15\xf0\ -\x00\x00\x01\x7d\x6b\xea\xae\xd6\ -\x00\x00\x02\x26\x00\x00\x00\x00\x00\x01\x00\x00\x2d\x27\ -\x00\x00\x01\x7d\x6b\xea\xac\x58\ -\x00\x00\x28\x94\x00\x00\x00\x00\x00\x01\x00\x02\x00\x8d\ -\x00\x00\x01\x7d\x6b\xea\xad\xcd\ -\x00\x00\x2a\x50\x00\x00\x00\x00\x00\x01\x00\x02\x14\x69\ -\x00\x00\x01\x7d\x6b\xea\xad\x2f\ -\x00\x00\x0b\xc8\x00\x00\x00\x00\x00\x01\x00\x00\x8f\xfb\ -\x00\x00\x01\x7d\x6b\xea\xac\x54\ -\x00\x00\x17\xd2\x00\x00\x00\x00\x00\x01\x00\x01\x2c\xc6\ -\x00\x00\x01\x7d\x6b\xea\xac\x4d\ -\x00\x00\x1e\x2e\x00\x00\x00\x00\x00\x01\x00\x01\x6c\xb2\ -\x00\x00\x01\x7d\x6b\xea\xac\x23\ -\x00\x00\x04\x82\x00\x00\x00\x00\x00\x01\x00\x00\x45\xca\ -\x00\x00\x01\x7d\x6b\xea\xae\xb7\ -\x00\x00\x23\x74\x00\x00\x00\x00\x00\x01\x00\x01\xc0\x42\ -\x00\x00\x01\x7d\x6b\xea\xac\xbf\ -\x00\x00\x0d\x0e\x00\x00\x00\x00\x00\x01\x00\x00\xb0\x25\ -\x00\x00\x01\x7d\x6b\xea\xae\x1b\ -\x00\x00\x23\x38\x00\x00\x00\x00\x00\x01\x00\x01\xbb\xc7\ -\x00\x00\x01\x7d\x6b\xea\xae\x88\ -\x00\x00\x09\x6e\x00\x00\x00\x00\x00\x01\x00\x00\x77\xe0\ -\x00\x00\x01\x7d\x6b\xea\xae\xa8\ -\x00\x00\x24\x84\x00\x00\x00\x00\x00\x01\x00\x01\xd5\x06\ -\x00\x00\x01\x7d\x6b\xea\xae\x79\ -\x00\x00\x18\xd8\x00\x00\x00\x00\x00\x01\x00\x01\x36\x20\ -\x00\x00\x01\x7d\x6b\xea\xad\xa6\ -\x00\x00\x14\x16\x00\x00\x00\x00\x00\x01\x00\x01\x04\x8e\ -\x00\x00\x01\x7d\x6b\xea\xad\xdc\ -\x00\x00\x10\xd8\x00\x00\x00\x00\x00\x01\x00\x00\xdd\xba\ -\x00\x00\x01\x7d\x6b\xea\xae\xd6\ -\x00\x00\x11\x18\x00\x00\x00\x00\x00\x01\x00\x00\xe1\x1c\ -\x00\x00\x01\x7d\x6b\xea\xaf\x82\ -\x00\x00\x20\x22\x00\x00\x00\x00\x00\x01\x00\x01\x8d\x73\ -\x00\x00\x01\x7d\x6b\xea\xaf\xe2\ -\x00\x00\x0c\x2c\x00\x00\x00\x00\x00\x01\x00\x00\x99\x71\ -\x00\x00\x01\x7d\x6b\xea\xad\x4e\ -\x00\x00\x1d\x20\x00\x00\x00\x00\x00\x01\x00\x01\x66\xff\ -\x00\x00\x01\x7d\x6b\xea\xad\xae\ -\x00\x00\x0f\x4c\x00\x00\x00\x00\x00\x01\x00\x00\xd0\xe2\ -\x00\x00\x01\x7d\x6b\xea\xae\x79\ -\x00\x00\x1a\x20\x00\x00\x00\x00\x00\x01\x00\x01\x41\x79\ -\x00\x00\x01\x7d\x6b\xea\xaf\x25\ -\x00\x00\x06\x04\x00\x00\x00\x00\x00\x01\x00\x00\x55\x75\ -\x00\x00\x01\x7d\x6b\xea\xab\xca\ -\x00\x00\x00\x62\x00\x00\x00\x00\x00\x01\x00\x00\x1a\xaa\ -\x00\x00\x01\x7d\x6b\xea\xad\x5e\ -\x00\x00\x22\x96\x00\x00\x00\x00\x00\x01\x00\x01\xab\x09\ -\x00\x00\x01\x7d\x6b\xea\xab\xe9\ -\x00\x00\x2b\x82\x00\x00\x00\x00\x00\x01\x00\x02\x1a\xa4\ -\x00\x00\x01\x7d\x6b\xea\xad\xcd\ -\x00\x00\x12\x4c\x00\x00\x00\x00\x00\x01\x00\x00\xef\xc6\ -\x00\x00\x01\x7d\x6b\xea\xac\x61\ -\x00\x00\x1e\xd0\x00\x00\x00\x00\x00\x01\x00\x01\x75\x80\ -\x00\x00\x01\x7d\x6b\xea\xaf\x73\ -\x00\x00\x0a\xe0\x00\x00\x00\x00\x00\x01\x00\x00\x87\x69\ -\x00\x00\x01\x7d\x6b\xea\xad\xbd\ -\x00\x00\x06\x38\x00\x00\x00\x00\x00\x01\x00\x00\x57\xa6\ -\x00\x00\x01\x7d\x6b\xea\xad\x2d\ -\x00\x00\x0e\x8c\x00\x00\x00\x00\x00\x01\x00\x00\xc9\x86\ -\x00\x00\x01\x7d\x6b\xea\xad\xec\ -\x00\x00\x12\xe4\x00\x00\x00\x00\x00\x01\x00\x00\xf7\x2e\ -\x00\x00\x01\x7d\x6b\xea\xaf\x73\ -\x00\x00\x00\x96\x00\x00\x00\x00\x00\x01\x00\x00\x1f\x7e\ -\x00\x00\x01\x7d\x6b\xea\xad\xcd\ -\x00\x00\x2d\x3c\x00\x00\x00\x00\x00\x01\x00\x02\x21\xf1\ -\x00\x00\x01\x7d\x6b\xea\xaf\x15\ -\x00\x00\x25\xfe\x00\x00\x00\x00\x00\x01\x00\x01\xde\xb7\ -\x00\x00\x01\x7d\x6b\xea\xac\x44\ -\x00\x00\x03\xd0\x00\x00\x00\x00\x00\x01\x00\x00\x43\xda\ -\x00\x00\x01\x7d\x6b\xea\xaf\xc2\ -\x00\x00\x0f\xb4\x00\x00\x00\x00\x00\x01\x00\x00\xd7\x6b\ -\x00\x00\x01\x7d\x6b\xea\xaf\xa7\ -\x00\x00\x28\x5e\x00\x00\x00\x00\x00\x01\x00\x02\x00\x14\ -\x00\x00\x01\x7d\x6b\xea\xaf\xd2\ -\x00\x00\x13\x44\x00\x00\x00\x00\x00\x01\x00\x01\x00\x37\ -\x00\x00\x01\x7d\x6b\xea\xaf\x92\ -\x00\x00\x0f\x80\x00\x00\x00\x00\x00\x01\x00\x00\xd5\x45\ -\x00\x00\x01\x7d\x6b\xea\xab\x9b\ -\x00\x00\x00\x32\x00\x02\x00\x00\x00\x01\x00\x00\x00\xd7\ -\x00\x00\x00\x00\x00\x00\x00\x00\ -\x00\x00\x00\x40\x00\x01\x00\x00\x00\x01\x00\x00\x00\x00\ -\x00\x00\x01\x7d\x6b\xea\xb0\x6e\ -" - -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: - rcc_version = 2 - qt_resource_struct = qt_resource_struct_v2 - -def qInitResources(): - QtCore.qRegisterResourceData(rcc_version, qt_resource_struct, qt_resource_name, qt_resource_data) - -def qCleanupResources(): - QtCore.qUnregisterResourceData(rcc_version, qt_resource_struct, qt_resource_name, qt_resource_data) - -qInitResources() diff --git a/external-deps/qdarkstyle/qdarkstyle/example/__init__.py b/external-deps/qdarkstyle/qdarkstyle/example/__init__.py deleted file mode 100644 index ed0230d1fa5..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/example/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -# -*- coding: utf-8 -*- -""" -This package contains the application example with all Qt elements. -""" diff --git a/external-deps/qdarkstyle/qdarkstyle/example/__main__.py b/external-deps/qdarkstyle/qdarkstyle/example/__main__.py deleted file mode 100644 index b3d84e497d4..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/example/__main__.py +++ /dev/null @@ -1,383 +0,0 @@ -#!python -# -*- coding: utf-8 -*- - -"""Example of qdarkstyle use for Python and Qt applications. - -This module a main window with every item that could be created with -Qt Design (common ones) in the basic states (enabled/disabled), and -(checked/unchecked) for those who has this attribute. - -Requirements: - - - Python 3 - - QtPy - - PyQt5 or PyQt4 or PySide2 or PySide - - PyQtGraph or Qt.Py (if choosen) - -To run this example using PyQt5, simple do - -.. code-block:: python - - python example.py - -or - -.. code-block:: python - - python example.py --qt_from=pyqt5 - -Other options for qt_from are: pyqt5, pyside2, pyqt, pyside, qtpy, pyqtgraph, and qt.py. -Also, you can run the example without any theme (none), to check for problems. - -.. code-block:: python - - python example.py --qt_from=pyqt5 --palette=none - -Note: - qdarkstyle does not have to be installed to run the example. - -""" - -# Standard library imports - -import argparse -import logging -import os -import sys -import platform -import time - -# Make the example runnable without the need to install and include ui -sys.path.insert(0, os.path.abspath(os.path.dirname(os.path.abspath(__file__)) + '/../..')) -sys.path.insert(0, os.path.abspath(os.path.dirname(os.path.abspath(__file__)) + '/../ui')) - -# Must be in this place, after setting path, to not need to install -import qdarkstyle # noqa: E402 -from qdarkstyle.dark.palette import DarkPalette # noqa: E402 -from qdarkstyle.light.palette import LightPalette # noqa: E402 - -# Set log for debug -logging.basicConfig(level=logging.INFO) -_logger = logging.getLogger(__name__) - -here = os.path.abspath(os.path.dirname(__file__)) - -# Constants -SCREENSHOTS_PATH = qdarkstyle.IMAGES_PATH - - -def main(): - """Execute QDarkStyle example.""" - parser = argparse.ArgumentParser(description=__doc__, - formatter_class=argparse.RawDescriptionHelpFormatter) - parser.add_argument('--palette', default='dark', type=str, - choices=['dark', 'light', 'none'], - help="Palette to display. Using 'none' there is no style sheet applied, OS like.") - parser.add_argument('--qt_from', default='qtpy', type=str, - choices=['pyqt5', 'pyqt', 'pyside2', 'pyside', 'qtpy', 'pyqtgraph', 'qt.py'], - help="Choose which binding and/or abstraction is to be used to run the example. Default is 'qtpy'") - parser.add_argument('--test', action='store_true', - help="Auto close window after 2s.") - parser.add_argument('--screenshots', action='store_true', - help="Generate screenshots on images folder.") - parser.add_argument('--offscreen', action='store_true', - help="Do not try to show the screen (running on server).") - parser.add_argument('--reset', action='store_true', - help="Reset GUI settings (position, size) then opens.") - - # Parsing arguments from command line - args = parser.parse_args() - - # To avoid problems when testing without screen - if args.test or args.offscreen: - os.environ['QT_QPA_PLATFORM'] = 'offscreen' - - # Set QT_API variable before importing QtPy - if args.qt_from in ['pyqt', 'pyqt5', 'pyside', 'pyside2']: - os.environ['QT_API'] = args.qt_from - elif args.qt_from == 'pyqtgraph': - os.environ['QT_API'] = os.environ['PYQTGRAPH_QT_LIB'] - elif args.qt_from in ['qt.py', 'qt']: - try: - import Qt - except ImportError: - print('Could not import Qt (Qt.Py)') - else: - os.environ['QT_API'] = Qt.__binding__ - - # QtPy imports - from qtpy import API_NAME, QT_VERSION, PYQT_VERSION, PYSIDE_VERSION, uic - from qtpy import __version__ as QTPY_VERSION - from qtpy import QtCore, QtGui, QtWidgets - - # Set API_VERSION variable - API_VERSION = '' - - if PYQT_VERSION: - API_VERSION = PYQT_VERSION - elif PYSIDE_VERSION: - API_VERSION = PYSIDE_VERSION - else: - API_VERSION = 'Not found' - - # create the application - app = QtWidgets.QApplication(sys.argv) - app.setOrganizationName('QDarkStyle') - app.setApplicationName('QDarkStyle Example') - - style = '' - - if args.palette == 'dark': - style = qdarkstyle.load_stylesheet(palette=DarkPalette) - elif args.palette == 'light': - style = qdarkstyle.load_stylesheet(palette=LightPalette) - - app.setStyleSheet(style) - - # create main window - window = QtWidgets.QMainWindow() - window.setObjectName('mainwindow') - uic.loadUi(os.path.join(here, 'ui/mw_menus.ui'), window) - - title = ("QDarkStyle Example - (" - + f"QDarkStyle=v{qdarkstyle.__version__}, " - + f"QtPy=v{QTPY_VERSION}, " - + f"{API_NAME}=v{API_VERSION}, " - + f"Qt=v{QT_VERSION}, " - + f"Python=v{platform.python_version()}, " - # Operating system info are maybe too much, - # but different OS add info in different places - + f"System={platform.system()}, " - + f"Release={platform.release()}, " - + f"Version={platform.version()}, " - + f"Platform={platform.platform()}" - + ")") - - _logger.info(title) - window.setWindowTitle(title) - - # Create docks for buttons - dw_buttons = QtWidgets.QDockWidget() - dw_buttons.setObjectName('buttons') - uic.loadUi(os.path.join(here, 'ui/dw_buttons.ui'), dw_buttons) - window.addDockWidget(QtCore.Qt.RightDockWidgetArea, dw_buttons) - - # Set state indeterminate #275 - dw_buttons.checkBoxTristate.stateChanged.connect(dw_buttons.checkBoxTristateDis.setCheckState) - dw_buttons.checkBoxTristate.setCheckState(QtCore.Qt.PartiallyChecked) - - # Add actions on popup toolbuttons - menu = QtWidgets.QMenu() - - for action in ['Action A', 'Action B', 'Action C']: - menu.addAction(action) - - # Add menu in special tool buttons - dw_buttons.toolButtonDelayedPopup.setMenu(menu) - dw_buttons.toolButtonInstantPopup.setMenu(menu) - dw_buttons.toolButtonMenuButtonPopup.setMenu(menu) - - # Add menu in toolbar #251 - action_menu = QtWidgets.QAction(u'Menu action', window.toolBarMenus) - action_menu.setMenu(menu) - window.toolBarMenus.addAction(action_menu) - - # Add color to tab title text #212 - window.tabWidget.tabBar().setTabTextColor(3, QtGui.QColor('red')) - - # Connect dialogs to buttons - window.toolButtonColorDialog.clicked.connect(lambda: QtWidgets.QColorDialog().exec()) - window.toolButtonFileDialog.clicked.connect(lambda: QtWidgets.QFileDialog().exec()) - window.toolButtonFileDialogStatic.clicked.connect(lambda: QtWidgets.QFileDialog.getOpenFileNames()) - window.toolButtonFontDialog.clicked.connect(lambda: QtWidgets.QFontDialog().exec()) - window.toolButtonInputDialog.clicked.connect(lambda: QtWidgets.QInputDialog().exec()) - window.toolButtonMessageBox.clicked.connect(lambda: QtWidgets.QMessageBox().exec()) - window.toolButtonMessageBoxStatic.clicked.connect(lambda: QtWidgets.QMessageBox.critical(window, "Critical title", "Critical message")) - window.toolButtonProgressDialog.clicked.connect(lambda: QtWidgets.QProgressDialog().exec()) - - # Create docks for buttons - dw_displays = QtWidgets.QDockWidget() - dw_displays.setObjectName('displays') - uic.loadUi(os.path.join(here, 'ui/dw_displays.ui'), dw_displays) - window.addDockWidget(QtCore.Qt.RightDockWidgetArea, dw_displays) - - # Create docks for inputs - no fields - dw_inputs_no_fields = QtWidgets.QDockWidget() - dw_inputs_no_fields.setObjectName('inputs_no_fields') - uic.loadUi(os.path.join(here, 'ui/dw_inputs_no_fields.ui'), dw_inputs_no_fields) - window.addDockWidget(QtCore.Qt.RightDockWidgetArea, dw_inputs_no_fields) - - # Create docks for inputs - fields - dw_inputs_fields = QtWidgets.QDockWidget() - dw_inputs_fields.setObjectName('inputs_fields') - uic.loadUi(os.path.join(here, 'ui/dw_inputs_fields.ui'), dw_inputs_fields) - window.addDockWidget(QtCore.Qt.RightDockWidgetArea, dw_inputs_fields) - - # Create docks for widgets - dw_widgets = QtWidgets.QDockWidget() - dw_widgets.setObjectName('widgets') - uic.loadUi(os.path.join(here, 'ui/dw_widgets.ui'), dw_widgets) - window.addDockWidget(QtCore.Qt.LeftDockWidgetArea, dw_widgets) - - # Create docks for views - dw_views = QtWidgets.QDockWidget() - dw_views.setObjectName('views') - uic.loadUi(os.path.join(here, 'ui/dw_views.ui'), dw_views) - window.addDockWidget(QtCore.Qt.LeftDockWidgetArea, dw_views) - - # Create docks for containers - no tabs - dw_containers_no_tabs = QtWidgets.QDockWidget() - dw_containers_no_tabs.setObjectName('containers_no_tabs') - uic.loadUi(os.path.join(here, 'ui/dw_containers_no_tabs.ui'), dw_containers_no_tabs) - window.addDockWidget(QtCore.Qt.LeftDockWidgetArea, dw_containers_no_tabs) - - # Create docks for containters - tabs - dw_containers_tabs = QtWidgets.QDockWidget() - dw_containers_tabs.setObjectName('containers_tabs') - uic.loadUi(os.path.join(here, 'ui/dw_containers_tabs.ui'), dw_containers_tabs) - window.addDockWidget(QtCore.Qt.LeftDockWidgetArea, dw_containers_tabs) - - # Tabify right docks - window.tabifyDockWidget(dw_buttons, dw_displays) - window.tabifyDockWidget(dw_displays, dw_inputs_fields) - window.tabifyDockWidget(dw_inputs_fields, dw_inputs_no_fields) - - # Tabify left docks - window.tabifyDockWidget(dw_containers_no_tabs, dw_containers_tabs) - window.tabifyDockWidget(dw_containers_tabs, dw_widgets) - window.tabifyDockWidget(dw_widgets, dw_views) - - # Issues #9120, #9121 on Spyder - qstatusbar = QtWidgets.QStatusBar() - qstatusbar.addWidget(QtWidgets.QLabel('Issue Spyder #9120, #9121 - background not matching.')) - qstatusbar.addWidget(QtWidgets.QPushButton('OK')) - - # Add info also in status bar for screenshots get it - qstatusbar.addWidget(QtWidgets.QLabel('INFO: ' + title)) - window.setStatusBar(qstatusbar) - - # Todo: add report info and other info in HELP graphical - - # Auto quit after 2s when in test mode - if args.test: - QtCore.QTimer.singleShot(2000, app.exit) - - # Save screenshots for different displays and quit - if args.screenshots: - window.showFullScreen() - create_screenshots(app, window, args) - # Do not read settings when taking screenshots - like reset - else: - _read_settings(window, args.reset, QtCore.QSettings) - window.showMaximized() - - app.exec_() - _write_settings(window, QtCore.QSettings) - - -def _write_settings(window, QSettingsClass): - """Get window settings and write it into a file.""" - settings = QSettingsClass('QDarkStyle', 'QDarkStyle Example') - settings.setValue('pos', window.pos()) - settings.setValue('size', window.size()) - settings.setValue('state', window.saveState()) - - -def _read_settings(window, reset, QSettingsClass): - """Read and set window settings from a file.""" - settings = QSettingsClass('QDarkStyle', 'QDarkStyle Example') - - try: - pos = settings.value('pos', window.pos()) - size = settings.value('size', window.size()) - state = settings.value('state', window.saveState()) - except Exception: - pos = settings.value('pos', window.pos(), type='QPoint') - size = settings.value('size', window.size(), type='QSize') - state = settings.value('state', window.saveState(), type='QByteArray') - - if not reset: - window.restoreState(state) - window.resize(size) - window.move(pos) - - -def create_screenshots(app, window, args): - """Save screenshots for different application views and quit.""" - - theme = args.palette - - print('\nCreating {} screenshots'.format(theme)) - - docks = window.findChildren(QtWidgets.QDockWidget) - tabs = window.findChildren(QtWidgets.QTabWidget) - - widget_data = { - 'containers_no_tabs_buttons.png': [ - 'Containers - No Tabs', - 'Buttons', - ], - 'containers_tabs_displays.png': [ - 'Containers - Tabs', - 'Displays', - ], - 'widgets_inputs_fields.png': [ - 'Widgets', - 'Inputs - Fields', - ], - 'views_inputs_no_fields.png': [ - 'Views', - 'Inputs - No Fields', - ] - } - - # Central widget tabs of with examples, reset positions - tab = [tab for tab in tabs if tab.count() >= 12][0] - tab.setCurrentIndex(0) - - QtCore.QCoreApplication.processEvents() - - for fname_suffix, dw_titles in widget_data.items(): - png_path = os.path.join(SCREENSHOTS_PATH, theme, fname_suffix) - print('\t' + png_path) - - for dw in docks: - if dw.windowTitle() in dw_titles: - print('Evidencing : ', dw.windowTitle()) - dw.raise_() - dw.show() - QtCore.QCoreApplication.processEvents() - - # Attention: any change in update, processEvent and sleep calls - # make those screenshots not working, specially the first one. - # It seems that processEvents are not working properly - - window.update() - window.showFullScreen() - QtCore.QCoreApplication.processEvents() - - time.sleep(0.5) - QtCore.QCoreApplication.processEvents() - - screen = QtGui.QGuiApplication.primaryScreen() - QtCore.QCoreApplication.processEvents() - pixmap = screen.grabWindow(window.winId()) - - # Yeah, this is duplicated to avoid screenshot problems - screen = QtGui.QGuiApplication.primaryScreen() - QtCore.QCoreApplication.processEvents() - pixmap = screen.grabWindow(window.winId()) - - img = pixmap.toImage() - img.save(png_path) - - QtCore.QCoreApplication.processEvents() - - QtCore.QCoreApplication.processEvents() - window.close() - print('\n') - app.exit(sys.exit()) - - -if __name__ == "__main__": - sys.exit(main()) diff --git a/external-deps/qdarkstyle/qdarkstyle/example/ui/__init__.py b/external-deps/qdarkstyle/qdarkstyle/example/ui/__init__.py deleted file mode 100644 index 78f9b196cd3..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/example/ui/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -# -*- coding: utf-8 -*- -""" -This package contains the qt designer files and ui scripts. -""" diff --git a/external-deps/qdarkstyle/qdarkstyle/example/ui/dw_buttons.ui b/external-deps/qdarkstyle/qdarkstyle/example/ui/dw_buttons.ui deleted file mode 100644 index 9b31d2e45da..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/example/ui/dw_buttons.ui +++ /dev/null @@ -1,1476 +0,0 @@ - - - DockWidget - - - - 0 - 0 - 580 - 522 - - - - Buttons - - - - - - - - 75 - true - - - - Enabled - - - - - - - - 75 - true - - - - Disabled - - - - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - - 75 - true - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - PushButton - - - - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - OK - - - - - - - false - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - OK - - - false - - - - - - - - 75 - true - - - - PushButton - - - - - - - - 16777215 - 16777215 - - - - Checked - - - true - - - true - - - - - - - false - - - Checked - - - true - - - true - - - - - - - - 75 - true - - - - PushButton - - - - - - - Unchecked - - - true - - - - - - - false - - - Unchecked - - - true - - - - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - - 75 - true - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - ToolButton (Both/Text/Icon) - - - - - - - Tool - - - - :/qss_icons/rc/window_undock_focus.png:/qss_icons/rc/window_undock_focus.png - - - Qt::ToolButtonTextBesideIcon - - - - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - Tool - - - - :/qss_icons/rc/window_undock_focus.png:/qss_icons/rc/window_undock_focus.png - - - Qt::ToolButtonTextOnly - - - - - - - Icon - - - - :/qss_icons/dark/rc/window_undock_focus.png:/qss_icons/dark/rc/window_undock_focus.png - - - - - - - false - - - Tool - - - - :/qss_icons/rc/window_undock_focus.png:/qss_icons/rc/window_undock_focus.png - - - Qt::ToolButtonTextBesideIcon - - - - - - - false - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - Tool - - - - :/qss_icons/rc/window_undock_focus.png:/qss_icons/rc/window_undock_focus.png - - - Qt::ToolButtonTextOnly - - - - - - - false - - - Icon - - - - :/qss_icons/${ID}/rc/window_undock_focus.png:/qss_icons/${ID}/rc/window_undock_focus.png - - - - - - - <html><head/><body><p><span style=" font-weight:600;">ToolButton (Both/Text/Icon)</span></p></body></html> - - - - - - - Checked - - - - :/qss_icons/rc/window_undock_focus.png:/qss_icons/rc/window_undock_focus.png - - - true - - - true - - - Qt::ToolButtonTextBesideIcon - - - - - - - Checked - - - - :/qss_icons/rc/window_undock_focus.png:/qss_icons/rc/window_undock_focus.png - - - true - - - true - - - QToolButton::DelayedPopup - - - Qt::ToolButtonTextOnly - - - - - - - Icon Checked - - - - :/qss_icons/dark/rc/window_undock_focus.png:/qss_icons/dark/rc/window_undock_focus.png - - - true - - - true - - - - - - - false - - - Checked - - - - :/qss_icons/rc/window_undock_focus.png:/qss_icons/rc/window_undock_focus.png - - - true - - - true - - - Qt::ToolButtonTextBesideIcon - - - - - - - false - - - Checked - - - - :/qss_icons/rc/window_undock_focus.png:/qss_icons/rc/window_undock_focus.png - - - true - - - true - - - QToolButton::DelayedPopup - - - Qt::ToolButtonTextOnly - - - - - - - false - - - Icon Checked - - - - :/qss_icons/${ID}/rc/window_undock_focus.png:/qss_icons/${ID}/rc/window_undock_focus.png - - - true - - - true - - - - - - - <html><head/><body><p><span style=" font-weight:600;">ToolButton (FollowStyle)</span></p></body></html> - - - - - - - Tool - - - - :/qss_icons/rc/window_undock_focus.png:/qss_icons/rc/window_undock_focus.png - - - Qt::ToolButtonFollowStyle - - - - - - - Tool - - - - :/qss_icons/rc/window_undock_focus.png:/qss_icons/rc/window_undock_focus.png - - - Qt::ToolButtonFollowStyle - - - - - - - ... - - - - :/qss_icons/dark/rc/window_undock_focus.png:/qss_icons/dark/rc/window_undock_focus.png - - - Qt::ToolButtonFollowStyle - - - - - - - false - - - Tool - - - - :/qss_icons/rc/window_undock_focus.png:/qss_icons/rc/window_undock_focus.png - - - Qt::ToolButtonFollowStyle - - - - - - - false - - - Tool - - - - :/qss_icons/rc/window_undock_focus.png:/qss_icons/rc/window_undock_focus.png - - - Qt::ToolButtonFollowStyle - - - - - - - false - - - ... - - - - :/qss_icons/rc/window_undock_focus.png:/qss_icons/rc/window_undock_focus.png - - - Qt::ToolButtonFollowStyle - - - - - - - <html><head/><body><p><span style=" font-weight:600;">ToolButton (Arrows)</span></p></body></html> - - - - - - - - - ... - - - Qt::UpArrow - - - - - - - ... - - - Qt::LeftArrow - - - - - - - ... - - - Qt::RightArrow - - - - - - - ... - - - Qt::DownArrow - - - - - - - ... - - - - - - - - - - - false - - - ... - - - Qt::UpArrow - - - - - - - false - - - ... - - - Qt::DownArrow - - - - - - - false - - - ... - - - Qt::RightArrow - - - - - - - false - - - ... - - - Qt::LeftArrow - - - - - - - false - - - ... - - - - - - - - - <html><head/><body><p><span style=" font-weight:600;">ToolButton (Menus)</span></p></body></html> - - - - - - - - - Delayed - - - Qt::NoArrow - - - - - - - Menu - - - QToolButton::MenuButtonPopup - - - - - - - Instant - - - QToolButton::InstantPopup - - - - - - - - - - - false - - - Delayed - - - Qt::NoArrow - - - - - - - false - - - Menu - - - QToolButton::MenuButtonPopup - - - - - - - false - - - Instant - - - QToolButton::InstantPopup - - - - - - - - - - 75 - true - - - - RadioButton - - - - - - - Checked - - - true - - - false - - - - - - - false - - - Checked - - - true - - - false - - - - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - - 75 - true - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - RadioButton - - - - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - Unchecked - - - false - - - - - - - false - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - Unchecked - - - false - - - false - - - - - - - - 75 - true - - - - CheckBox - - - - - - - Checked - - - true - - - - - - - false - - - Checked - - - true - - - - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - - 75 - true - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - CheckBox - - - - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - Unchecked - - - false - - - - - - - false - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - Unchecked - - - false - - - - - - - CheckBox - - - - - - - Tristate - - - true - - - false - - - true - - - - - - - false - - - Tristate - - - false - - - true - - - - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - - 75 - true - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - CommandLinkButton - - - - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - Command - - - - - - - false - - - - 16777215 - 16777215 - - - - Command - - - - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - - 75 - true - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - ButtonBox - - - - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - QDialogButtonBox::Cancel|QDialogButtonBox::Ok - - - - - - - false - - - QDialogButtonBox::Cancel|QDialogButtonBox::Ok - - - - - - - Vertical Spacer 'verticalSpacer', 20 x 4 - - - This is a status tip - - - This is "what is this" - - - Qt::Vertical - - - - 20 - 4 - - - - - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - Inside DockWidget - - - Qt::AlignCenter - - - - - - - - - - - - radioButtonChecked - clicked(bool) - radioButtonCheckedDis - setChecked(bool) - - - 396 - 279 - - - 546 - 279 - - - - - radioButtonUnchecked - clicked(bool) - radioButtonUncheckedDis - setChecked(bool) - - - 396 - 303 - - - 546 - 303 - - - - - checkBoxChecked - clicked(bool) - checkBoxCheckedDis - setChecked(bool) - - - 396 - 327 - - - 546 - 327 - - - - - checkBoxEnabled - clicked(bool) - checkBoxUncheckedDis - setChecked(bool) - - - 396 - 351 - - - 546 - 351 - - - - - commandLinkButton - clicked(bool) - commandLinkButtonDIs - setChecked(bool) - - - 450 - 426 - - - 642 - 426 - - - - - pushButtonChecked - clicked(bool) - pushButtonCheckedDis - setChecked(bool) - - - 396 - 107 - - - 546 - 107 - - - - - pushButtonUnchecked - clicked(bool) - pushButtonUncheckedDis - setChecked(bool) - - - 396 - 138 - - - 546 - 138 - - - - - pushButton - clicked(bool) - pushButtonDis - click() - - - 396 - 76 - - - 546 - 76 - - - - - diff --git a/external-deps/qdarkstyle/qdarkstyle/example/ui/dw_containers_no_tabs.ui b/external-deps/qdarkstyle/qdarkstyle/example/ui/dw_containers_no_tabs.ui deleted file mode 100644 index 9da4c536b03..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/example/ui/dw_containers_no_tabs.ui +++ /dev/null @@ -1,1059 +0,0 @@ - - - DockWidget - - - - 0 - 0 - 416 - 583 - - - - Containers - No Tabs - - - - - - - false - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - QFrame::StyledPanel - - - QFrame::Raised - - - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - Inside Frame - - - - - - - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - Inside Widget - - - - - - - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - GroupBox - - - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - Inside GroupBox - - - - - - - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - QFrame::StyledPanel - - - QFrame::Raised - - - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - Inside Frame - - - - - - - - - - false - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - Inside Widget - - - - - - - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - GroupBox Checkable - - - true - - - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - Inside GroupBox - - - - - - - - - - - 75 - true - - - - Enabled - - - - - - - - 75 - true - - - - Disabled - - - - - - - - 75 - true - - - - GroupBox - - - - - - - - 75 - true - - - - ScroolArea - - - - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - true - - - - - 0 - 0 - 139 - 192 - - - - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - Inside ScroolArea - - - - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - ScroolArea - - - - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - Inside ScroolArea - - - - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - ScroolArea - - - - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - Inside ScroolArea - - - - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - ScroolArea - - - - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - Inside ScroolArea - - - - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - ScroolArea - - - - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - Inside ScroolArea - - - - - - - - - - - false - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - true - - - - - 0 - 0 - 139 - 192 - - - - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - Inside ScroolArea - - - - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - ScroolArea - - - - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - Inside ScroolArea - - - - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - ScroolArea - - - - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - Inside ScroolArea - - - - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - ScroolArea - - - - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - Inside ScroolArea - - - - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - ScroolArea - - - - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - Inside ScroolArea - - - - - - - - - - - - 75 - true - - - - GroupBox - - - - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - 1 - - - - - - - Inside Stacked Page 1 - - - - - - - - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - Inside Stacked Page 2 - - - - - - - - - - - false - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - 0 - - - - - 0 - 0 - 160 - 76 - - - - Page 1 - - - - - - Inside ToolBox Page 1 - - - - - - - - - 0 - 0 - 140 - 32 - - - - Page 2 - - - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - Inside ToolBox Page 2 - - - - - - - - - - - - 75 - true - - - - MDI Area - - - - - - - false - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - 1 - - - - - - - Inside Stacked Page 1 - - - - - - - - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - Inside Stacked Page 2 - - - - - - - - - - - - 75 - true - - - - Frame - - - - - - - - 75 - true - - - - Stacked - - - - - - - - 75 - true - - - - ToolBox - - - - - - - - Subwindow - - - - - - Inside MDI Area 1 - - - - - - - - Subwindow - - - - - - Inside MDI Area 2 - - - - - - - - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - 0 - - - - - 0 - 0 - 160 - 76 - - - - Page 1 - - - - - - Inside ToolBox Page 1 - - - - - - - - - 0 - 0 - 140 - 32 - - - - Page 2 - - - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - Inside ToolBox Page 2 - - - - - - - - - - - - 75 - true - - - - Widget - - - - - - - false - - - - Subwindow - - - - - - Inside MDI Area 1 - - - - - - - - Subwindow - - - - - - Inside MDI Area 2 - - - - - - - - - - - false - - - GroupBox Checkeable - - - true - - - - - - Inside GroupBox - - - - - - - - - - false - - - GroupBox - - - - - - Inside GroupBox - - - - - - - - - - - - diff --git a/external-deps/qdarkstyle/qdarkstyle/example/ui/dw_containers_tabs.ui b/external-deps/qdarkstyle/qdarkstyle/example/ui/dw_containers_tabs.ui deleted file mode 100644 index 17021b1a05e..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/example/ui/dw_containers_tabs.ui +++ /dev/null @@ -1,377 +0,0 @@ - - - DockWidget - - - - 0 - 0 - 578 - 515 - - - - Containers - Tabs - - - - - - - - 75 - true - - - - Enabled - - - - - - - - 75 - true - - - - Disabled - - - - - - - 0 - - - false - - - true - - - - Tab 1 - - - - - - Inside TabWidget North Closable Tab 1 - - - - - - - - Tab 2 - - - - - - Inside TabWidget North Closable Tab 2 - - - - - - - - - - - false - - - 1 - - - false - - - true - - - - Tab 1 - - - - - - Inside TabWidget North Closable Tab 1 - - - - - - - - Tab 2 - - - - - - Inside TabWidget North Closable Tab 2 - - - - - - - - - - - QTabWidget::West - - - 0 - - - - Tab 1 - - - - - - Inside TabWidget West Tab 1 - - - - - - - - Tab 2 - - - - - - Inside TabWidget West Tab 2 - - - - - - - - - - - false - - - QTabWidget::West - - - 0 - - - - Tab 1 - - - - - - Inside TabWidget West Tab 1 - - - - - - - - Tab 2 - - - - - - Inside TabWidget West Tab 2 - - - - - - - - - - - QTabWidget::East - - - 0 - - - - Tab 1 - - - - - - Inside TabWidget East Tab 1 - - - - - - - - Tab 2 - - - - - - Inside TabWidget East Tab 2 - - - - - - - - - - - false - - - QTabWidget::East - - - 0 - - - - Tab 1 - - - - - - Inside TabWidget East Tab 1 - - - - - - - - Tab 2 - - - - - - Inside TabWidget East Tab 2 - - - - - - - - - - - QTabWidget::South - - - 0 - - - true - - - - Tab 1 - - - - - - Inside TabWidget South Closable Tab 1 - - - - - - - - Tab 2 - - - - - - Inside TabWidget South Closable Tab 2 - - - - - - - - - - - false - - - QTabWidget::South - - - 0 - - - true - - - - Tab 1 - - - - - - Inside TabWidget South Closable Tab 1 - - - - - - - - Tab 2 - - - - - - Inside TabWidget South Closable Tab 2 - - - - - - - - - - - - - diff --git a/external-deps/qdarkstyle/qdarkstyle/example/ui/dw_displays.ui b/external-deps/qdarkstyle/qdarkstyle/example/ui/dw_displays.ui deleted file mode 100644 index 4a82e3198f9..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/example/ui/dw_displays.ui +++ /dev/null @@ -1,900 +0,0 @@ - - - DockWidget - - - - 0 - 0 - 592 - 557 - - - - Displays - - - - - - - - 0 - 0 - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - <!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;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Cantarell';">Testing</span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Cantarell';"><br /></p></body></html> - - - - - - - - 0 - 0 - - - - - 75 - true - - - - Enabled - - - - - - - - 0 - 0 - - - - - 75 - true - - - - Disabled - - - - - - - - 0 - 0 - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - - 75 - true - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - Label - - - - - - - false - - - - 0 - 0 - - - - Testing - - - - - - - - 0 - 0 - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - - 75 - true - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - TextBrowser - - - - - - - false - - - - 0 - 0 - - - - <!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;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Cantarell';">Testing</span></p></body></html> - - - - - - - - 0 - 0 - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - - 75 - true - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - GraphicsView - - - - - - - - 0 - 0 - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - - - - - false - - - - 0 - 0 - - - - - - - - - 0 - 0 - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - - 75 - true - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - CalendarWidget - - - - - - - - 0 - 0 - - - - - 0 - 0 - - - - - 350 - 16777215 - - - - - Lato - 8 - false - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - - - - - false - - - - 0 - 0 - - - - - - - - - 0 - 0 - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - - 75 - true - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - LCDNumber - - - - - - - - 0 - 0 - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - - - - - - 0 - 0 - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - - 75 - true - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - ProgressBar - - - - - - - - 0 - 0 - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - 24 - - - - - - - false - - - - 0 - 0 - - - - 24 - - - - - - - - 0 - 0 - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - - 75 - true - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - Line - H - - - - - - - - 0 - 0 - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - Qt::Horizontal - - - - - - - false - - - - 0 - 0 - - - - Qt::Horizontal - - - - - - - - 0 - 0 - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - - 75 - true - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - Line - V - - - - - - - - 0 - 0 - - - - - 0 - 50 - - - - - 16777215 - 16777215 - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - Qt::Vertical - - - - - - - false - - - - 0 - 0 - - - - - 0 - 50 - - - - Qt::Vertical - - - - - - - - 0 - 0 - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - Qt::Vertical - - - - 20 - 40 - - - - - - - - - 0 - 0 - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - Inside DockWidget - - - Qt::AlignCenter - - - - - - - - 0 - 0 - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - Testing - - - - - - - false - - - - 0 - 0 - - - - - 350 - 16777215 - - - - - Lato - 8 - false - - - - - - - - - - - progressBar - valueChanged(int) - progressBarDis - setValue(int) - - - 300 - 496 - - - 469 - 497 - - - - - calendarWidget - currentPageChanged(int,int) - calendarWidgetDis - setCurrentPage(int,int) - - - 254 - 321 - - - 485 - 313 - - - - - calendarWidget - clicked(QDate) - calendarWidgetDis - setSelectedDate(QDate) - - - 275 - 354 - - - 465 - 359 - - - - - diff --git a/external-deps/qdarkstyle/qdarkstyle/example/ui/dw_inputs_fields.ui b/external-deps/qdarkstyle/qdarkstyle/example/ui/dw_inputs_fields.ui deleted file mode 100644 index 32a1aa0a49d..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/example/ui/dw_inputs_fields.ui +++ /dev/null @@ -1,1098 +0,0 @@ - - - DockWidget - - - - 0 - 0 - 703 - 557 - - - - Inputs - Fields - - - - - - - - 75 - true - - - - Enabled - - - - - - - - 75 - true - - - - Disabled - - - - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - - 75 - true - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - FontComboBox - - - - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - - - - - false - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - - - - - <html><head/><body><p><span style=" font-weight:600;">ComboBox</span></p></body></html> - - - - - - - true - - - - ComboBoxEditable - - - - - Option 1 No Icon - - - - - Option 2 No Icon - - - - - Option 1 With Icon - - - - :/qss_icons/dark/rc/window_undock_focus.png:/qss_icons/dark/rc/window_undock_focus.png - - - - - Option 2 With Icon - - - - :/qss_icons/dark/rc/window_close_focus.png:/qss_icons/dark/rc/window_close_focus.png - - - - - - - - false - - - true - - - - ComboBoxEditable - - - - - Second option - - - - - - - - - - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - - 75 - true - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - LineEdit - - - - - - - - 0 - 0 - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - LineEdit - - - - - - - false - - - - 0 - 0 - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - LineEdit - - - - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - - 75 - true - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - TextEdit - - - - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - <!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:'MS Shell Dlg 2'; font-size:8.15094pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Cantarell'; font-size:11pt;">TextEdit</span></p></body></html> - - - - - - - false - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - <!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:'MS Shell Dlg 2'; font-size:8.15094pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Cantarell'; font-size:11pt;">TextEdit</span></p></body></html> - - - - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - - 75 - true - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - PlainTextEdit - - - - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - PlainTextEdit - - - - - - - false - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - PlainTextEdit - - - - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - - 75 - true - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - SpinBox - - - - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - - - - - false - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - - 75 - true - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - DoubleSpinBox - - - - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - - - - - false - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - - 75 - true - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - TimeEdit - - - - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - - - - - false - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - - 75 - true - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - DateEdit - - - - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - - - - - false - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - - 75 - true - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - TimeDateEdit - - - - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - - - - - false - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - Qt::Vertical - - - - 20 - 40 - - - - - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - Inside DockWidget - - - Qt::AlignCenter - - - - - - - - - - - - fontComboBox - editTextChanged(QString) - fontComboBoxDis - setEditText(QString) - - - 255 - 75 - - - 493 - 72 - - - - - lineEdit - textEdited(QString) - lineEditDis - setText(QString) - - - 344 - 111 - - - 440 - 113 - - - - - spinBox - valueChanged(int) - spinBoxDis - setValue(int) - - - 262 - 320 - - - 464 - 320 - - - - - doubleSpinBox - valueChanged(double) - doubleSpinBoxDis - setValue(double) - - - 252 - 358 - - - 459 - 358 - - - - - timeEdit - timeChanged(QTime) - timeEditDis - setTime(QTime) - - - 235 - 396 - - - 475 - 396 - - - - - dateEdit - dateTimeChanged(QDateTime) - dateEditDis - setDateTime(QDateTime) - - - 292 - 434 - - - 477 - 434 - - - - - dateTimeEdit - dateTimeChanged(QDateTime) - dateTimeEditDis - setDateTime(QDateTime) - - - 299 - 472 - - - 491 - 472 - - - - - diff --git a/external-deps/qdarkstyle/qdarkstyle/example/ui/dw_inputs_no_fields.ui b/external-deps/qdarkstyle/qdarkstyle/example/ui/dw_inputs_no_fields.ui deleted file mode 100644 index c11c1a5c4cb..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/example/ui/dw_inputs_no_fields.ui +++ /dev/null @@ -1,813 +0,0 @@ - - - DockWidget - - - - 0 - 0 - 455 - 377 - - - - Inputs - No Fields - - - - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - 50 - - - - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - - 75 - true - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - VerticalSlider - - - - - - - false - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - 50 - - - Qt::Horizontal - - - - - - - - 0 - 70 - - - - - 16777215 - 70 - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - 50 - - - Qt::Vertical - - - - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - - 75 - true - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - HorizontalSlider - - - - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - 50 - - - Qt::Horizontal - - - - - - - false - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - 50 - - - Qt::Horizontal - - - - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - - 75 - true - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - VerticalScroolBar - - - - - - - - 75 - true - - - - Disabled - - - - - - - false - - - - 0 - 70 - - - - - 16777215 - 70 - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - 50 - - - Qt::Vertical - - - - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - - 75 - true - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - Dial - - - - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - Qt::Vertical - - - - 20 - 0 - - - - - - - - - 0 - 70 - - - - - 16777215 - 70 - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - 50 - - - Qt::Vertical - - - - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - 50 - - - Qt::Horizontal - - - - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - - ComboBoxNotEditable - - - - - Option 1 No Icon - - - - - Option 2 No Icon - - - - - Option 1 With Icon - - - - :/qss_icons/dark/rc/window_undock_focus.png:/qss_icons/dark/rc/window_undock_focus.png - - - - - Option 2 With Icon - - - - :/qss_icons/dark/rc/window_close_focus.png:/qss_icons/dark/rc/window_close_focus.png - - - - - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - - 75 - true - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - HorizontalScroolBar - - - - - - - - 75 - true - - - - Enabled - - - - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - Inside DockWidget - - - Qt::AlignCenter - - - - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - - 75 - true - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - ComboBox - - - - - - - false - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - 50 - - - - - - - false - - - - 0 - 70 - - - - - 16777215 - 70 - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - 50 - - - Qt::Vertical - - - - - - - false - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - - ComboBoxNotEditable - - - - - ComboBox B - - - - - ComboBox C - - - - - - - - - - - - - dial - sliderMoved(int) - dialDis - setValue(int) - - - 222 - 122 - - - 299 - 121 - - - - - horizontalScrollBar - sliderMoved(int) - horizontalScrollBarDis - setValue(int) - - - 196 - 158 - - - 314 - 163 - - - - - horizontalSlider - sliderMoved(int) - horizontalSliderDis - setValue(int) - - - 192 - 192 - - - 305 - 190 - - - - - verticalScrollBar - sliderMoved(int) - verticalScrollBarDis - setValue(int) - - - 163 - 236 - - - 284 - 245 - - - - - verticalSlider - sliderMoved(int) - verticalSliderDis - setValue(int) - - - 172 - 328 - - - 289 - 329 - - - - - comboBox - currentIndexChanged(int) - comboBoxDis - setCurrentIndex(int) - - - 230 - 76 - - - 322 - 77 - - - - - diff --git a/external-deps/qdarkstyle/qdarkstyle/example/ui/dw_views.ui b/external-deps/qdarkstyle/qdarkstyle/example/ui/dw_views.ui deleted file mode 100644 index 3115a2caaf8..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/example/ui/dw_views.ui +++ /dev/null @@ -1,141 +0,0 @@ - - - DockWidget - - - - 0 - 0 - 266 - 387 - - - - Views - - - - - - - - 75 - true - - - - Enabled - - - - - - - - 75 - true - - - - Disabled - - - - - - - - 75 - true - - - - ListView - - - - - - - - - - false - - - - - - - - 75 - true - - - - TreeView - - - - - - - - - - false - - - - - - - - 75 - true - - - - TableView - - - - - - - - - - false - - - - - - - - 75 - true - - - - ColunmView - - - - - - - - - - false - - - - - - - - - diff --git a/external-deps/qdarkstyle/qdarkstyle/example/ui/dw_widgets.ui b/external-deps/qdarkstyle/qdarkstyle/example/ui/dw_widgets.ui deleted file mode 100644 index bda7e612403..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/example/ui/dw_widgets.ui +++ /dev/null @@ -1,574 +0,0 @@ - - - DockWidget - - - - 0 - 0 - 879 - 548 - - - - Widgets - - - - - - - - 75 - true - - - - Enabled - - - - - - - - 75 - true - - - - Disabled - - - - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - - 75 - true - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - ListWidget - - - - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - - New Item - - - - - New Item - - - - - New Item - - - - - New Item - - - - - - - - false - - - - New Item - - - - - New Item - - - - - New Item - - - - - New Item - - - - - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - - 75 - true - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - TreeWidget - - - - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - true - - - - New Column - - - - - New Column - - - - - New Column - - - - - New Item - - - - - - - New Subitem - - - Test - - - - New Subitem - - - - - - - - New Item - - - - - New Item - - - - - New Item - - - - - New Item - - - - - - - New Item - - - - - New Item - - - - New Subitem - - - - New Subitem - - - - New Subitem - - - - New Subitem - - - - - - - - New Item - - - - - New Item - - - - - New Item - - - - - - New Item - - - - - New Item - - - - - New Item - - - - - - - New Subitem - - - - - - - - - false - - - true - - - - New Column - - - - - New Column - - - - - New Item - - - - - - - New Subitem - - - Test - - - - New Subitem - - - - - - - - - - New Item - - - - New Subitem - - - - - - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - - 75 - true - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - TableWidget - - - - - - - - 0 - 0 - - - - - 16777215 - 16777215 - - - - This is a tool tip - - - This is a status tip - - - This is "what is this" - - - - New Row - - - - - New Row - - - - - New Row - - - - - New Column - - - - - New Column - - - - - 1.23 - - - - - Hello - - - - - 1,45 - - - - - Olá - - - - - 12/12/2012 - - - - - Oui - - - - - - - - false - - - - New Row - - - - - New Row - - - - - New Row - - - - - New Column - - - - - New Column - - - - - 1.23 - - - - - Hello - - - - - 1,45 - - - - - Olá - - - - - 12/12/2012 - - - - - Oui - - - - - - - - - - diff --git a/external-deps/qdarkstyle/qdarkstyle/example/ui/mw_menus.ui b/external-deps/qdarkstyle/qdarkstyle/example/ui/mw_menus.ui deleted file mode 100644 index 38a85184f7d..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/example/ui/mw_menus.ui +++ /dev/null @@ -1,715 +0,0 @@ - - - MainWindow - - - - 0 - 0 - 1226 - 719 - - - - MainWindow - - - - - - - Inside Central Widget - - - Qt::AlignCenter - - - - - - - Issue #115 - Tabs scroller buttons - - - - - - 0 - - - - Tab 1 - - - - - - Issue #123 - Missing borders - - - - - - TextLabel - - - - - - - Inside tab, outside frame - - - - - - - QFrame::StyledPanel - - - QFrame::Raised - - - - QFormLayout::AllNonFixedFieldsGrow - - - - - TextLabel - - - - - - - Inside tab and frame - - - - - - - - ListWidget - - - - - - - - - - - - ListWidget - - - - - - - - - - - - Tab 2 - - - - - - TextLabel - - - - - - - - Tab 3 - - - - - Colored tab text - - - - - Page - - - - - Page - - - - - Page - - - - - Page - - - - - Page - - - - - Page - - - - - Page - - - - - Page - - - - - - - - - - - - Issue #112 - Hyperlinks color - - - - - - 0 - - - <html><head/><body><p align="center"><a href="https://github.com/ColinDuquesnoy/QDarkStyleSheet/issues/112"><span style=" font-size:10pt; text-decoration: underline; color:#0000ff;">Hyperlink Example</span></a></p><p align="center"><span style=" font-size:10pt; color:#7d7d7d;">CSS for the documents (RichText) is not the same as the application. We cannot change the internal content CSS, e.g., hyperlinks. We suggest you use the middle tons (0-255, use 125), so this works for both white and dark theme (this color). The original color is the blue link on top.</span></p><p align="center"><br/></p></body></html> - - - Qt::RichText - - - Qt::AlignCenter - - - true - - - true - - - Qt::TextBrowserInteraction - - - - - - - - - - Dialogs - - - - - - FileDialog - - - - - - - FileDialogStatic - - - - - - - MessageBox - - - - - - - MessageBoxStatic - - - - - - - FontDialog - - - - - - - ColorDialog - - - - - - - InputDialog - - - - - - - ProgressDialog - - - - - - - Click to open the dialogs. - - - Qt::AlignCenter - - - - - - - - - - - - 0 - 0 - 1226 - 23 - - - - - Menu - - - - Menu Sub - - - - - - - - - - - - - Menu Delayed - - - - Menu Sub Delayed - - - - - - - - - - Menu Checkable - - - - New - - - - - - - - - - - - - - - - - - About QDarkStyle - - - - - Help - - - - - true - - - Menu Action Disabled - - - - - - - - - - - false - - - Menu Disabled - - - - - Menu Transp. Icon - - - - - - - - - - - - - - - - - true - - - Tool bar actions - - - Tool bar actions - - - - 16 - 16 - - - - TopToolBarArea - - - false - - - - - - - - - - - - - Tool bar actions delayed - - - Tool bar actions delayed - - - TopToolBarArea - - - false - - - - - - - - Tool bar action checkable - - - Toolbar actions checkable - - - TopToolBarArea - - - true - - - - - - - - - Toolbar with actions disabled - - - Toolbar with actions disabled - - - TopToolBarArea - - - false - - - - - - - - Toolbar with menu - - - Toolbar with menu - - - TopToolBarArea - - - false - - - - - false - - - Toolbar disabled - - - Toolbar disabled - - - TopToolBarArea - - - false - - - - - - - - Action A - - - - - Action A Sub - - - Action A Sub - - - - - Action B Sub - - - - - Action Delayed A - - - Action Delayed A - - - - - Action Delayed Sub A - - - Action Delayed Sub A - - - - - true - - - true - - - Action Checkable A - - - Action Checkable A - - - - - true - - - true - - - Action Checkable Sub A Checked - - - Action Checkable Sub A Checked - - - - - true - - - Action Checkable Sub A Unchecked - - - Action Checkable Sub A Unchecked - - - - - New B - - - - - New C - - - - - New D - - - - - New E - - - - - false - - - - :/qss_icons/dark/rc/window_undock_focus.png:/qss_icons/dark/rc/window_undock_focus.png - - - Action Icon A - - - - - true - - - - :/qss_icons/dark/rc/window_close_focus.png:/qss_icons/dark/rc/window_close_focus.png - - - Action Icon B - - - Action Icon B - - - - - - :/qss_icons/dark/rc/window_grip_focus.png:/qss_icons/dark/rc/window_grip_focus.png - - - Action Icon C - - - - - false - - - Action Disabled - - - Action Disabled - - - - - true - - - true - - - false - - - Action Checkable Checked Disabled - - - Action Checkable Checked Disabled - - - - - true - - - false - - - Action Checkable Unchecked Disabled - - - Action Checkable Unchecked Disabled - - - - - - :/qss_icons/dark/rc/transparent.png:/qss_icons/dark/rc/transparent.png - - - Action Transp. Icon - - - - - lineEdit - tabWidget - lineEdit_2 - - - - - - diff --git a/external-deps/qdarkstyle/qdarkstyle/light/__init__.py b/external-deps/qdarkstyle/qdarkstyle/light/__init__.py deleted file mode 100644 index faaaf799c7d..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/light/__init__.py +++ /dev/null @@ -1,3 +0,0 @@ -# -*- coding: utf-8 -*- - - diff --git a/external-deps/qdarkstyle/qdarkstyle/light/_variables.scss b/external-deps/qdarkstyle/qdarkstyle/light/_variables.scss deleted file mode 100644 index a341ec5e32a..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/light/_variables.scss +++ /dev/null @@ -1,33 +0,0 @@ -// --------------------------------------------------------------------------- -// -// WARNING! File created programmatically. All changes made in this file will be lost! -// -// Created by the qtsass compiler v0.3.0 -// -// The definitions are in the "qdarkstyle.palette" module -// -//---------------------------------------------------------------------------- -$ID: 'light'; -$COLOR_BACKGROUND_6: #ACB1B6; -$COLOR_BACKGROUND_5: #B9BDC1; -$COLOR_BACKGROUND_4: #C9CDD0; -$COLOR_BACKGROUND_2: #E0E1E3; -$COLOR_BACKGROUND_3: #CED1D4; -$COLOR_BACKGROUND_1: #FAFAFA; -$COLOR_TEXT_1: #19232D; -$COLOR_TEXT_2: #293544; -$COLOR_TEXT_3: #54687A; -$COLOR_TEXT_4: #788D9C; -$COLOR_ACCENT_1: #DAEDFF; -$COLOR_ACCENT_2: #9FCBFF; -$COLOR_ACCENT_3: #73C7FF; -$COLOR_ACCENT_4: #37AEFE; -$OPACITY_TOOLTIP: 230; -$SIZE_BORDER_RADIUS: 4px; -$BORDER_1: 1px solid $COLOR_BACKGROUND_1; -$BORDER_2: 1px solid $COLOR_BACKGROUND_4; -$BORDER_3: 1px solid $COLOR_BACKGROUND_6; -$BORDER_SELECTION_3: 1px solid $COLOR_ACCENT_3; -$BORDER_SELECTION_2: 1px solid $COLOR_ACCENT_2; -$BORDER_SELECTION_1: 1px solid $COLOR_ACCENT_1; -$PATH_RESOURCES: ':/qss_icons'; diff --git a/external-deps/qdarkstyle/qdarkstyle/light/main.scss b/external-deps/qdarkstyle/qdarkstyle/light/main.scss deleted file mode 100644 index 5082a46ec19..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/light/main.scss +++ /dev/null @@ -1,4 +0,0 @@ -/* Dark Style - QDarkStyleSheet ------------------------------------------ */ - -@import '_variables'; -@import '../qss/_styles'; diff --git a/external-deps/qdarkstyle/qdarkstyle/light/palette.py b/external-deps/qdarkstyle/qdarkstyle/light/palette.py deleted file mode 100644 index 2abfeed8412..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/light/palette.py +++ /dev/null @@ -1,35 +0,0 @@ -#!/usr/bin/env python -# -*- coding: utf-8 -*- - -"""QDarkStyle default light palette.""" - -# Local imports -from qdarkstyle.colorsystem import Blue, Gray -from qdarkstyle.palette import Palette - - -class LightPalette(Palette): - """Theme variables.""" - - ID = 'light' - - # Color - COLOR_BACKGROUND_1 = Gray.B140 - COLOR_BACKGROUND_2 = Gray.B130 - COLOR_BACKGROUND_3 = Gray.B120 - COLOR_BACKGROUND_4 = Gray.B110 - COLOR_BACKGROUND_5 = Gray.B100 - COLOR_BACKGROUND_6 = Gray.B90 - - COLOR_TEXT_1 = Gray.B10 - COLOR_TEXT_2 = Gray.B20 - COLOR_TEXT_3 = Gray.B50 - COLOR_TEXT_4 = Gray.B70 - - COLOR_ACCENT_1 = Blue.B130 - COLOR_ACCENT_2 = Blue.B100 - COLOR_ACCENT_3 = Blue.B90 - COLOR_ACCENT_4 = Blue.B80 - COLOR_ACCENT_5 = Blue.B70 - - OPACITY_TOOLTIP = 230 diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/.keep b/external-deps/qdarkstyle/qdarkstyle/light/rc/.keep deleted file mode 100644 index 8d1c8b69c3f..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/light/rc/.keep +++ /dev/null @@ -1 +0,0 @@ - diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_down.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_down.png deleted file mode 100644 index 8b8f1f25584..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_down.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_down@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_down@2x.png deleted file mode 100644 index 5e364fc78d2..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_down@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_down_disabled.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_down_disabled.png deleted file mode 100644 index 939d18762fc..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_down_disabled.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_down_disabled@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_down_disabled@2x.png deleted file mode 100644 index 1503e199498..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_down_disabled@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_down_focus.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_down_focus.png deleted file mode 100644 index 1747e0167d1..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_down_focus.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_down_focus@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_down_focus@2x.png deleted file mode 100644 index 98672c91b50..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_down_focus@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_down_pressed.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_down_pressed.png deleted file mode 100644 index 38490439945..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_down_pressed.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_down_pressed@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_down_pressed@2x.png deleted file mode 100644 index d17a9b5e63f..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_down_pressed@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_left.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_left.png deleted file mode 100644 index 7d64295e334..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_left.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_left@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_left@2x.png deleted file mode 100644 index 5582f64c600..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_left@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_left_disabled.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_left_disabled.png deleted file mode 100644 index 9b48ebba93f..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_left_disabled.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_left_disabled@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_left_disabled@2x.png deleted file mode 100644 index a44e6ab5d8e..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_left_disabled@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_left_focus.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_left_focus.png deleted file mode 100644 index aca7f7066b2..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_left_focus.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_left_focus@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_left_focus@2x.png deleted file mode 100644 index 7da0ddf69a2..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_left_focus@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_left_pressed.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_left_pressed.png deleted file mode 100644 index 1850c744875..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_left_pressed.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_left_pressed@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_left_pressed@2x.png deleted file mode 100644 index b718d7a0187..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_left_pressed@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_right.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_right.png deleted file mode 100644 index b802620bebf..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_right.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_right@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_right@2x.png deleted file mode 100644 index 78212102cdf..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_right@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_right_disabled.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_right_disabled.png deleted file mode 100644 index d9e021ecb4e..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_right_disabled.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_right_disabled@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_right_disabled@2x.png deleted file mode 100644 index 9cbcf2d7994..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_right_disabled@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_right_focus.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_right_focus.png deleted file mode 100644 index cf10a6c784f..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_right_focus.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_right_focus@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_right_focus@2x.png deleted file mode 100644 index 7b294ee7949..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_right_focus@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_right_pressed.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_right_pressed.png deleted file mode 100644 index a97f9dd82af..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_right_pressed.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_right_pressed@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_right_pressed@2x.png deleted file mode 100644 index 8d92cf25c01..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_right_pressed@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_up.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_up.png deleted file mode 100644 index cddf4edc627..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_up.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_up@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_up@2x.png deleted file mode 100644 index aacbe6583c3..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_up@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_up_disabled.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_up_disabled.png deleted file mode 100644 index 4fdf93e2277..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_up_disabled.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_up_disabled@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_up_disabled@2x.png deleted file mode 100644 index 067ce1f9455..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_up_disabled@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_up_focus.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_up_focus.png deleted file mode 100644 index f00dd871fea..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_up_focus.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_up_focus@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_up_focus@2x.png deleted file mode 100644 index ae9383e5f60..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_up_focus@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_up_pressed.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_up_pressed.png deleted file mode 100644 index 3d25e335cf4..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_up_pressed.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_up_pressed@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_up_pressed@2x.png deleted file mode 100644 index 62230b8f001..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/arrow_up_pressed@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/base_icon.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/base_icon.png deleted file mode 100644 index bb00857a4e1..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/base_icon.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/base_icon@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/base_icon@2x.png deleted file mode 100644 index bc4ab78a28c..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/base_icon@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/base_icon_disabled.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/base_icon_disabled.png deleted file mode 100644 index bb00857a4e1..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/base_icon_disabled.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/base_icon_disabled@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/base_icon_disabled@2x.png deleted file mode 100644 index bc4ab78a28c..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/base_icon_disabled@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/base_icon_focus.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/base_icon_focus.png deleted file mode 100644 index bb00857a4e1..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/base_icon_focus.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/base_icon_focus@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/base_icon_focus@2x.png deleted file mode 100644 index bc4ab78a28c..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/base_icon_focus@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/base_icon_pressed.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/base_icon_pressed.png deleted file mode 100644 index bb00857a4e1..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/base_icon_pressed.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/base_icon_pressed@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/base_icon_pressed@2x.png deleted file mode 100644 index bc4ab78a28c..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/base_icon_pressed@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_closed.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_closed.png deleted file mode 100644 index 756c161fbb4..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_closed.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_closed@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_closed@2x.png deleted file mode 100644 index 16617f5c9da..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_closed@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_closed_disabled.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_closed_disabled.png deleted file mode 100644 index 342ececab39..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_closed_disabled.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_closed_disabled@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_closed_disabled@2x.png deleted file mode 100644 index 25d6313aae9..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_closed_disabled@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_closed_focus.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_closed_focus.png deleted file mode 100644 index d3e1453de91..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_closed_focus.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_closed_focus@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_closed_focus@2x.png deleted file mode 100644 index c8a5ce1190f..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_closed_focus@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_closed_pressed.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_closed_pressed.png deleted file mode 100644 index 88756c8a62a..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_closed_pressed.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_closed_pressed@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_closed_pressed@2x.png deleted file mode 100644 index 9c80d487c63..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_closed_pressed@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_end.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_end.png deleted file mode 100644 index 5b3ef0d2458..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_end.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_end@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_end@2x.png deleted file mode 100644 index b0c3ad8a2a2..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_end@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_end_disabled.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_end_disabled.png deleted file mode 100644 index 4760f8578de..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_end_disabled.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_end_disabled@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_end_disabled@2x.png deleted file mode 100644 index 8c34e65041c..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_end_disabled@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_end_focus.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_end_focus.png deleted file mode 100644 index 4c6ecc9d552..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_end_focus.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_end_focus@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_end_focus@2x.png deleted file mode 100644 index 32491c6ae13..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_end_focus@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_end_pressed.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_end_pressed.png deleted file mode 100644 index 33a1adf62d1..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_end_pressed.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_end_pressed@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_end_pressed@2x.png deleted file mode 100644 index 4f8d2c8e0e0..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_end_pressed@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_line.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_line.png deleted file mode 100644 index f94928a4800..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_line.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_line@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_line@2x.png deleted file mode 100644 index b956af18907..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_line@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_line_disabled.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_line_disabled.png deleted file mode 100644 index 658a9e11372..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_line_disabled.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_line_disabled@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_line_disabled@2x.png deleted file mode 100644 index d7e03eeef44..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_line_disabled@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_line_focus.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_line_focus.png deleted file mode 100644 index 8a1a8a722a6..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_line_focus.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_line_focus@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_line_focus@2x.png deleted file mode 100644 index 4b1e3e267dc..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_line_focus@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_line_pressed.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_line_pressed.png deleted file mode 100644 index f73928880b8..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_line_pressed.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_line_pressed@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_line_pressed@2x.png deleted file mode 100644 index 6861baf556c..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_line_pressed@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_more.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_more.png deleted file mode 100644 index 150b7d069e1..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_more.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_more@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_more@2x.png deleted file mode 100644 index 0135f10a662..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_more@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_more_disabled.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_more_disabled.png deleted file mode 100644 index be891672479..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_more_disabled.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_more_disabled@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_more_disabled@2x.png deleted file mode 100644 index ce9a18065be..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_more_disabled@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_more_focus.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_more_focus.png deleted file mode 100644 index 20e3d236fe5..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_more_focus.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_more_focus@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_more_focus@2x.png deleted file mode 100644 index af6c5db82c3..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_more_focus@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_more_pressed.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_more_pressed.png deleted file mode 100644 index 26aaca5a1ba..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_more_pressed.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_more_pressed@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_more_pressed@2x.png deleted file mode 100644 index e2c6627bd7d..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_more_pressed@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_open.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_open.png deleted file mode 100644 index 1c35b8c6fc6..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_open.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_open@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_open@2x.png deleted file mode 100644 index 3854f1cbd9b..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_open@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_open_disabled.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_open_disabled.png deleted file mode 100644 index 9acc3600979..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_open_disabled.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_open_disabled@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_open_disabled@2x.png deleted file mode 100644 index c58390f67af..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_open_disabled@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_open_focus.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_open_focus.png deleted file mode 100644 index 6d604b5f4cc..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_open_focus.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_open_focus@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_open_focus@2x.png deleted file mode 100644 index 96337aa6e28..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_open_focus@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_open_pressed.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_open_pressed.png deleted file mode 100644 index 178f1bcbe3a..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_open_pressed.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_open_pressed@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_open_pressed@2x.png deleted file mode 100644 index 7ff7b8aba50..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/branch_open_pressed@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_checked.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_checked.png deleted file mode 100644 index fd1d4a4a783..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_checked.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_checked@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_checked@2x.png deleted file mode 100644 index bbcc43507bf..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_checked@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_checked_disabled.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_checked_disabled.png deleted file mode 100644 index d9dfc08f1f4..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_checked_disabled.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_checked_disabled@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_checked_disabled@2x.png deleted file mode 100644 index 40a34a3b1fb..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_checked_disabled@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_checked_focus.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_checked_focus.png deleted file mode 100644 index 31e2111b965..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_checked_focus.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_checked_focus@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_checked_focus@2x.png deleted file mode 100644 index a651ca56310..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_checked_focus@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_checked_pressed.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_checked_pressed.png deleted file mode 100644 index 0863079ae1c..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_checked_pressed.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_checked_pressed@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_checked_pressed@2x.png deleted file mode 100644 index 38874b2b6a4..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_checked_pressed@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_indeterminate.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_indeterminate.png deleted file mode 100644 index 37d03be03a5..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_indeterminate.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_indeterminate@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_indeterminate@2x.png deleted file mode 100644 index df49db52663..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_indeterminate@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_indeterminate_disabled.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_indeterminate_disabled.png deleted file mode 100644 index 0ae357c57d8..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_indeterminate_disabled.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_indeterminate_disabled@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_indeterminate_disabled@2x.png deleted file mode 100644 index 1486c5fea1b..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_indeterminate_disabled@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_indeterminate_focus.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_indeterminate_focus.png deleted file mode 100644 index 25afd03ba1c..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_indeterminate_focus.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_indeterminate_focus@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_indeterminate_focus@2x.png deleted file mode 100644 index fe368582466..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_indeterminate_focus@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_indeterminate_pressed.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_indeterminate_pressed.png deleted file mode 100644 index e290fb82f23..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_indeterminate_pressed.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_indeterminate_pressed@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_indeterminate_pressed@2x.png deleted file mode 100644 index 97efff28da2..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_indeterminate_pressed@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_unchecked.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_unchecked.png deleted file mode 100644 index 8e845d32752..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_unchecked.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_unchecked@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_unchecked@2x.png deleted file mode 100644 index d4b9b6ff9af..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_unchecked@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_unchecked_disabled.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_unchecked_disabled.png deleted file mode 100644 index 1cd64af3dd8..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_unchecked_disabled.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_unchecked_disabled@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_unchecked_disabled@2x.png deleted file mode 100644 index 4a534b84cb6..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_unchecked_disabled@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_unchecked_focus.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_unchecked_focus.png deleted file mode 100644 index 257f6dd4f1a..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_unchecked_focus.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_unchecked_focus@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_unchecked_focus@2x.png deleted file mode 100644 index 275d3b93450..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_unchecked_focus@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_unchecked_pressed.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_unchecked_pressed.png deleted file mode 100644 index 2d2a134e9fc..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_unchecked_pressed.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_unchecked_pressed@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_unchecked_pressed@2x.png deleted file mode 100644 index 46750f484ae..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/checkbox_unchecked_pressed@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/line_horizontal.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/line_horizontal.png deleted file mode 100644 index f633b116348..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/line_horizontal.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/line_horizontal@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/line_horizontal@2x.png deleted file mode 100644 index b20b0863eaf..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/line_horizontal@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/line_horizontal_disabled.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/line_horizontal_disabled.png deleted file mode 100644 index 7918aa2087f..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/line_horizontal_disabled.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/line_horizontal_disabled@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/line_horizontal_disabled@2x.png deleted file mode 100644 index 44de721d4d2..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/line_horizontal_disabled@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/line_horizontal_focus.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/line_horizontal_focus.png deleted file mode 100644 index bd87c6842e8..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/line_horizontal_focus.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/line_horizontal_focus@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/line_horizontal_focus@2x.png deleted file mode 100644 index f3fc5321c20..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/line_horizontal_focus@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/line_horizontal_pressed.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/line_horizontal_pressed.png deleted file mode 100644 index 5dd8eb284c6..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/line_horizontal_pressed.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/line_horizontal_pressed@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/line_horizontal_pressed@2x.png deleted file mode 100644 index a79bb70b5b9..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/line_horizontal_pressed@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/line_vertical.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/line_vertical.png deleted file mode 100644 index a1ce509059b..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/line_vertical.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/line_vertical@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/line_vertical@2x.png deleted file mode 100644 index 4763755b516..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/line_vertical@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/line_vertical_disabled.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/line_vertical_disabled.png deleted file mode 100644 index c7616e7e629..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/line_vertical_disabled.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/line_vertical_disabled@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/line_vertical_disabled@2x.png deleted file mode 100644 index 53862da0d8a..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/line_vertical_disabled@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/line_vertical_focus.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/line_vertical_focus.png deleted file mode 100644 index 43fcb1f3d38..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/line_vertical_focus.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/line_vertical_focus@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/line_vertical_focus@2x.png deleted file mode 100644 index 2b55586fbd5..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/line_vertical_focus@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/line_vertical_pressed.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/line_vertical_pressed.png deleted file mode 100644 index b5bcd9e0820..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/line_vertical_pressed.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/line_vertical_pressed@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/line_vertical_pressed@2x.png deleted file mode 100644 index 69c9857dce4..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/line_vertical_pressed@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/radio_checked.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/radio_checked.png deleted file mode 100644 index f72a6e84f6e..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/radio_checked.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/radio_checked@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/radio_checked@2x.png deleted file mode 100644 index dcb4e444df8..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/radio_checked@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/radio_checked_disabled.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/radio_checked_disabled.png deleted file mode 100644 index 647b9d37c92..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/radio_checked_disabled.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/radio_checked_disabled@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/radio_checked_disabled@2x.png deleted file mode 100644 index 4d83905bbda..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/radio_checked_disabled@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/radio_checked_focus.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/radio_checked_focus.png deleted file mode 100644 index 4e0da9b1438..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/radio_checked_focus.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/radio_checked_focus@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/radio_checked_focus@2x.png deleted file mode 100644 index 2d659f13c9a..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/radio_checked_focus@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/radio_checked_pressed.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/radio_checked_pressed.png deleted file mode 100644 index 91f45ba32b9..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/radio_checked_pressed.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/radio_checked_pressed@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/radio_checked_pressed@2x.png deleted file mode 100644 index cb24b03b34d..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/radio_checked_pressed@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/radio_unchecked.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/radio_unchecked.png deleted file mode 100644 index 8fac5d4f8d3..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/radio_unchecked.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/radio_unchecked@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/radio_unchecked@2x.png deleted file mode 100644 index 87831756bff..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/radio_unchecked@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/radio_unchecked_disabled.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/radio_unchecked_disabled.png deleted file mode 100644 index 7e4b3b5a11e..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/radio_unchecked_disabled.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/radio_unchecked_disabled@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/radio_unchecked_disabled@2x.png deleted file mode 100644 index 72da4639f0d..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/radio_unchecked_disabled@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/radio_unchecked_focus.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/radio_unchecked_focus.png deleted file mode 100644 index 6ae76c481ae..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/radio_unchecked_focus.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/radio_unchecked_focus@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/radio_unchecked_focus@2x.png deleted file mode 100644 index 8888b52742b..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/radio_unchecked_focus@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/radio_unchecked_pressed.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/radio_unchecked_pressed.png deleted file mode 100644 index e660846f592..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/radio_unchecked_pressed.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/radio_unchecked_pressed@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/radio_unchecked_pressed@2x.png deleted file mode 100644 index c133f6b1270..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/radio_unchecked_pressed@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_move_horizontal.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_move_horizontal.png deleted file mode 100644 index 2edb676840b..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_move_horizontal.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_move_horizontal@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_move_horizontal@2x.png deleted file mode 100644 index f8390608d7e..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_move_horizontal@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_move_horizontal_disabled.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_move_horizontal_disabled.png deleted file mode 100644 index f8f3ee01277..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_move_horizontal_disabled.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_move_horizontal_disabled@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_move_horizontal_disabled@2x.png deleted file mode 100644 index a12803d48b7..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_move_horizontal_disabled@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_move_horizontal_focus.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_move_horizontal_focus.png deleted file mode 100644 index a2b9a7b810a..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_move_horizontal_focus.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_move_horizontal_focus@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_move_horizontal_focus@2x.png deleted file mode 100644 index 73bd2d9943b..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_move_horizontal_focus@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_move_horizontal_pressed.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_move_horizontal_pressed.png deleted file mode 100644 index c18f66d56f6..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_move_horizontal_pressed.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_move_horizontal_pressed@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_move_horizontal_pressed@2x.png deleted file mode 100644 index fcbad73f5da..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_move_horizontal_pressed@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_move_vertical.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_move_vertical.png deleted file mode 100644 index 2e881ef48f7..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_move_vertical.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_move_vertical@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_move_vertical@2x.png deleted file mode 100644 index 3e37185a48d..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_move_vertical@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_move_vertical_disabled.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_move_vertical_disabled.png deleted file mode 100644 index 0f6cd5f9361..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_move_vertical_disabled.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_move_vertical_disabled@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_move_vertical_disabled@2x.png deleted file mode 100644 index d5c34dffac3..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_move_vertical_disabled@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_move_vertical_focus.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_move_vertical_focus.png deleted file mode 100644 index c2787488900..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_move_vertical_focus.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_move_vertical_focus@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_move_vertical_focus@2x.png deleted file mode 100644 index 9978da3b3d9..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_move_vertical_focus@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_move_vertical_pressed.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_move_vertical_pressed.png deleted file mode 100644 index 9c39964925d..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_move_vertical_pressed.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_move_vertical_pressed@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_move_vertical_pressed@2x.png deleted file mode 100644 index 763751dca1a..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_move_vertical_pressed@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_separator_horizontal.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_separator_horizontal.png deleted file mode 100644 index 0d599e5ca02..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_separator_horizontal.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_separator_horizontal@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_separator_horizontal@2x.png deleted file mode 100644 index 3e4666ad787..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_separator_horizontal@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_separator_horizontal_disabled.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_separator_horizontal_disabled.png deleted file mode 100644 index e85ff2be2be..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_separator_horizontal_disabled.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_separator_horizontal_disabled@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_separator_horizontal_disabled@2x.png deleted file mode 100644 index 3bd5323ecca..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_separator_horizontal_disabled@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_separator_horizontal_focus.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_separator_horizontal_focus.png deleted file mode 100644 index 4674965ffea..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_separator_horizontal_focus.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_separator_horizontal_focus@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_separator_horizontal_focus@2x.png deleted file mode 100644 index 89a87602632..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_separator_horizontal_focus@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_separator_horizontal_pressed.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_separator_horizontal_pressed.png deleted file mode 100644 index 8f1f9891140..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_separator_horizontal_pressed.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_separator_horizontal_pressed@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_separator_horizontal_pressed@2x.png deleted file mode 100644 index 7ef52e27b92..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_separator_horizontal_pressed@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_separator_vertical.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_separator_vertical.png deleted file mode 100644 index 06acdaab6d2..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_separator_vertical.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_separator_vertical@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_separator_vertical@2x.png deleted file mode 100644 index 28925a0a407..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_separator_vertical@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_separator_vertical_disabled.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_separator_vertical_disabled.png deleted file mode 100644 index 2f5025b60be..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_separator_vertical_disabled.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_separator_vertical_disabled@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_separator_vertical_disabled@2x.png deleted file mode 100644 index e892a2fcd67..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_separator_vertical_disabled@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_separator_vertical_focus.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_separator_vertical_focus.png deleted file mode 100644 index c0d940e0f60..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_separator_vertical_focus.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_separator_vertical_focus@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_separator_vertical_focus@2x.png deleted file mode 100644 index a4ca0499609..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_separator_vertical_focus@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_separator_vertical_pressed.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_separator_vertical_pressed.png deleted file mode 100644 index cf16a05d19b..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_separator_vertical_pressed.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_separator_vertical_pressed@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_separator_vertical_pressed@2x.png deleted file mode 100644 index 184855710fc..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/toolbar_separator_vertical_pressed@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/transparent.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/transparent.png deleted file mode 100644 index 67753617fec..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/transparent.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/transparent@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/transparent@2x.png deleted file mode 100644 index 4012944b582..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/transparent@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/transparent_disabled.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/transparent_disabled.png deleted file mode 100644 index 67753617fec..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/transparent_disabled.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/transparent_disabled@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/transparent_disabled@2x.png deleted file mode 100644 index 4012944b582..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/transparent_disabled@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/transparent_focus.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/transparent_focus.png deleted file mode 100644 index 67753617fec..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/transparent_focus.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/transparent_focus@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/transparent_focus@2x.png deleted file mode 100644 index 4012944b582..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/transparent_focus@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/transparent_pressed.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/transparent_pressed.png deleted file mode 100644 index 67753617fec..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/transparent_pressed.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/transparent_pressed@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/transparent_pressed@2x.png deleted file mode 100644 index 4012944b582..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/transparent_pressed@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_close.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/window_close.png deleted file mode 100644 index 79f16fe47e7..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_close.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_close@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/window_close@2x.png deleted file mode 100644 index 7152832aa32..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_close@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_close_disabled.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/window_close_disabled.png deleted file mode 100644 index fd62e5eba3f..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_close_disabled.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_close_disabled@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/window_close_disabled@2x.png deleted file mode 100644 index 4d0a0d21724..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_close_disabled@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_close_focus.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/window_close_focus.png deleted file mode 100644 index 5745d2a510d..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_close_focus.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_close_focus@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/window_close_focus@2x.png deleted file mode 100644 index f5bc1682659..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_close_focus@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_close_pressed.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/window_close_pressed.png deleted file mode 100644 index c8dca67b6fe..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_close_pressed.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_close_pressed@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/window_close_pressed@2x.png deleted file mode 100644 index d0ec9a57344..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_close_pressed@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_grip.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/window_grip.png deleted file mode 100644 index dbde6c0a172..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_grip.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_grip@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/window_grip@2x.png deleted file mode 100644 index 35072484a01..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_grip@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_grip_disabled.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/window_grip_disabled.png deleted file mode 100644 index 087272d830c..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_grip_disabled.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_grip_disabled@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/window_grip_disabled@2x.png deleted file mode 100644 index d79420e4e32..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_grip_disabled@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_grip_focus.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/window_grip_focus.png deleted file mode 100644 index 083b6653fdf..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_grip_focus.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_grip_focus@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/window_grip_focus@2x.png deleted file mode 100644 index 0e6bf640005..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_grip_focus@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_grip_pressed.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/window_grip_pressed.png deleted file mode 100644 index 3f35d2a5547..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_grip_pressed.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_grip_pressed@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/window_grip_pressed@2x.png deleted file mode 100644 index 5cc52ee4d94..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_grip_pressed@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_minimize.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/window_minimize.png deleted file mode 100644 index 8441cab89ae..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_minimize.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_minimize@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/window_minimize@2x.png deleted file mode 100644 index 407007fb990..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_minimize@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_minimize_disabled.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/window_minimize_disabled.png deleted file mode 100644 index e85df667d78..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_minimize_disabled.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_minimize_disabled@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/window_minimize_disabled@2x.png deleted file mode 100644 index 96211adba97..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_minimize_disabled@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_minimize_focus.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/window_minimize_focus.png deleted file mode 100644 index 2db1960e491..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_minimize_focus.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_minimize_focus@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/window_minimize_focus@2x.png deleted file mode 100644 index b05fd312dbf..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_minimize_focus@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_minimize_pressed.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/window_minimize_pressed.png deleted file mode 100644 index baeecc09348..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_minimize_pressed.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_minimize_pressed@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/window_minimize_pressed@2x.png deleted file mode 100644 index de3c819fd44..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_minimize_pressed@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_undock.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/window_undock.png deleted file mode 100644 index 2f937bee6ea..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_undock.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_undock@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/window_undock@2x.png deleted file mode 100644 index 62fb1c1c5ec..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_undock@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_undock_disabled.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/window_undock_disabled.png deleted file mode 100644 index 141e9983f43..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_undock_disabled.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_undock_disabled@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/window_undock_disabled@2x.png deleted file mode 100644 index 8d0044424fb..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_undock_disabled@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_undock_focus.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/window_undock_focus.png deleted file mode 100644 index 9ce07ab342b..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_undock_focus.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_undock_focus@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/window_undock_focus@2x.png deleted file mode 100644 index b91963e8a41..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_undock_focus@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_undock_pressed.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/window_undock_pressed.png deleted file mode 100644 index 4302b637bb2..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_undock_pressed.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_undock_pressed@2x.png b/external-deps/qdarkstyle/qdarkstyle/light/rc/window_undock_pressed@2x.png deleted file mode 100644 index e4740129276..00000000000 Binary files a/external-deps/qdarkstyle/qdarkstyle/light/rc/window_undock_pressed@2x.png and /dev/null differ diff --git a/external-deps/qdarkstyle/qdarkstyle/light/style.qrc b/external-deps/qdarkstyle/qdarkstyle/light/style.qrc deleted file mode 100644 index f537c236a4c..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/light/style.qrc +++ /dev/null @@ -1,217 +0,0 @@ - - - - rc/.keep - rc/arrow_down.png - rc/arrow_down@2x.png - rc/arrow_down_disabled.png - rc/arrow_down_disabled@2x.png - rc/arrow_down_focus.png - rc/arrow_down_focus@2x.png - rc/arrow_down_pressed.png - rc/arrow_down_pressed@2x.png - rc/arrow_left.png - rc/arrow_left@2x.png - rc/arrow_left_disabled.png - rc/arrow_left_disabled@2x.png - rc/arrow_left_focus.png - rc/arrow_left_focus@2x.png - rc/arrow_left_pressed.png - rc/arrow_left_pressed@2x.png - rc/arrow_right.png - rc/arrow_right@2x.png - rc/arrow_right_disabled.png - rc/arrow_right_disabled@2x.png - rc/arrow_right_focus.png - rc/arrow_right_focus@2x.png - rc/arrow_right_pressed.png - rc/arrow_right_pressed@2x.png - rc/arrow_up.png - rc/arrow_up@2x.png - rc/arrow_up_disabled.png - rc/arrow_up_disabled@2x.png - rc/arrow_up_focus.png - rc/arrow_up_focus@2x.png - rc/arrow_up_pressed.png - rc/arrow_up_pressed@2x.png - rc/base_icon.png - rc/base_icon@2x.png - rc/base_icon_disabled.png - rc/base_icon_disabled@2x.png - rc/base_icon_focus.png - rc/base_icon_focus@2x.png - rc/base_icon_pressed.png - rc/base_icon_pressed@2x.png - rc/branch_closed.png - rc/branch_closed@2x.png - rc/branch_closed_disabled.png - rc/branch_closed_disabled@2x.png - rc/branch_closed_focus.png - rc/branch_closed_focus@2x.png - rc/branch_closed_pressed.png - rc/branch_closed_pressed@2x.png - rc/branch_end.png - rc/branch_end@2x.png - rc/branch_end_disabled.png - rc/branch_end_disabled@2x.png - rc/branch_end_focus.png - rc/branch_end_focus@2x.png - rc/branch_end_pressed.png - rc/branch_end_pressed@2x.png - rc/branch_line.png - rc/branch_line@2x.png - rc/branch_line_disabled.png - rc/branch_line_disabled@2x.png - rc/branch_line_focus.png - rc/branch_line_focus@2x.png - rc/branch_line_pressed.png - rc/branch_line_pressed@2x.png - rc/branch_more.png - rc/branch_more@2x.png - rc/branch_more_disabled.png - rc/branch_more_disabled@2x.png - rc/branch_more_focus.png - rc/branch_more_focus@2x.png - rc/branch_more_pressed.png - rc/branch_more_pressed@2x.png - rc/branch_open.png - rc/branch_open@2x.png - rc/branch_open_disabled.png - rc/branch_open_disabled@2x.png - rc/branch_open_focus.png - rc/branch_open_focus@2x.png - rc/branch_open_pressed.png - rc/branch_open_pressed@2x.png - rc/checkbox_checked.png - rc/checkbox_checked@2x.png - rc/checkbox_checked_disabled.png - rc/checkbox_checked_disabled@2x.png - rc/checkbox_checked_focus.png - rc/checkbox_checked_focus@2x.png - rc/checkbox_checked_pressed.png - rc/checkbox_checked_pressed@2x.png - rc/checkbox_indeterminate.png - rc/checkbox_indeterminate@2x.png - rc/checkbox_indeterminate_disabled.png - rc/checkbox_indeterminate_disabled@2x.png - rc/checkbox_indeterminate_focus.png - rc/checkbox_indeterminate_focus@2x.png - rc/checkbox_indeterminate_pressed.png - rc/checkbox_indeterminate_pressed@2x.png - rc/checkbox_unchecked.png - rc/checkbox_unchecked@2x.png - rc/checkbox_unchecked_disabled.png - rc/checkbox_unchecked_disabled@2x.png - rc/checkbox_unchecked_focus.png - rc/checkbox_unchecked_focus@2x.png - rc/checkbox_unchecked_pressed.png - rc/checkbox_unchecked_pressed@2x.png - rc/line_horizontal.png - rc/line_horizontal@2x.png - rc/line_horizontal_disabled.png - rc/line_horizontal_disabled@2x.png - rc/line_horizontal_focus.png - rc/line_horizontal_focus@2x.png - rc/line_horizontal_pressed.png - rc/line_horizontal_pressed@2x.png - rc/line_vertical.png - rc/line_vertical@2x.png - rc/line_vertical_disabled.png - rc/line_vertical_disabled@2x.png - rc/line_vertical_focus.png - rc/line_vertical_focus@2x.png - rc/line_vertical_pressed.png - rc/line_vertical_pressed@2x.png - rc/radio_checked.png - rc/radio_checked@2x.png - rc/radio_checked_disabled.png - rc/radio_checked_disabled@2x.png - rc/radio_checked_focus.png - rc/radio_checked_focus@2x.png - rc/radio_checked_pressed.png - rc/radio_checked_pressed@2x.png - rc/radio_unchecked.png - rc/radio_unchecked@2x.png - rc/radio_unchecked_disabled.png - rc/radio_unchecked_disabled@2x.png - rc/radio_unchecked_focus.png - rc/radio_unchecked_focus@2x.png - rc/radio_unchecked_pressed.png - rc/radio_unchecked_pressed@2x.png - rc/toolbar_move_horizontal.png - rc/toolbar_move_horizontal@2x.png - rc/toolbar_move_horizontal_disabled.png - rc/toolbar_move_horizontal_disabled@2x.png - rc/toolbar_move_horizontal_focus.png - rc/toolbar_move_horizontal_focus@2x.png - rc/toolbar_move_horizontal_pressed.png - rc/toolbar_move_horizontal_pressed@2x.png - rc/toolbar_move_vertical.png - rc/toolbar_move_vertical@2x.png - rc/toolbar_move_vertical_disabled.png - rc/toolbar_move_vertical_disabled@2x.png - rc/toolbar_move_vertical_focus.png - rc/toolbar_move_vertical_focus@2x.png - rc/toolbar_move_vertical_pressed.png - rc/toolbar_move_vertical_pressed@2x.png - rc/toolbar_separator_horizontal.png - rc/toolbar_separator_horizontal@2x.png - rc/toolbar_separator_horizontal_disabled.png - rc/toolbar_separator_horizontal_disabled@2x.png - rc/toolbar_separator_horizontal_focus.png - rc/toolbar_separator_horizontal_focus@2x.png - rc/toolbar_separator_horizontal_pressed.png - rc/toolbar_separator_horizontal_pressed@2x.png - rc/toolbar_separator_vertical.png - rc/toolbar_separator_vertical@2x.png - rc/toolbar_separator_vertical_disabled.png - rc/toolbar_separator_vertical_disabled@2x.png - rc/toolbar_separator_vertical_focus.png - rc/toolbar_separator_vertical_focus@2x.png - rc/toolbar_separator_vertical_pressed.png - rc/toolbar_separator_vertical_pressed@2x.png - rc/transparent.png - rc/transparent@2x.png - rc/transparent_disabled.png - rc/transparent_disabled@2x.png - rc/transparent_focus.png - rc/transparent_focus@2x.png - rc/transparent_pressed.png - rc/transparent_pressed@2x.png - rc/window_close.png - rc/window_close@2x.png - rc/window_close_disabled.png - rc/window_close_disabled@2x.png - rc/window_close_focus.png - rc/window_close_focus@2x.png - rc/window_close_pressed.png - rc/window_close_pressed@2x.png - rc/window_grip.png - rc/window_grip@2x.png - rc/window_grip_disabled.png - rc/window_grip_disabled@2x.png - rc/window_grip_focus.png - rc/window_grip_focus@2x.png - rc/window_grip_pressed.png - rc/window_grip_pressed@2x.png - rc/window_minimize.png - rc/window_minimize@2x.png - rc/window_minimize_disabled.png - rc/window_minimize_disabled@2x.png - rc/window_minimize_focus.png - rc/window_minimize_focus@2x.png - rc/window_minimize_pressed.png - rc/window_minimize_pressed@2x.png - rc/window_undock.png - rc/window_undock@2x.png - rc/window_undock_disabled.png - rc/window_undock_disabled@2x.png - rc/window_undock_focus.png - rc/window_undock_focus@2x.png - rc/window_undock_pressed.png - rc/window_undock_pressed@2x.png - - - style.qss - - diff --git a/external-deps/qdarkstyle/qdarkstyle/light/style.qss b/external-deps/qdarkstyle/qdarkstyle/light/style.qss deleted file mode 100644 index f3deea18fb1..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/light/style.qss +++ /dev/null @@ -1,2216 +0,0 @@ -/* --------------------------------------------------------------------------- - - WARNING! File created programmatically. All changes made in this file will be lost! - - Created by the qtsass compiler v0.3.0 - - The definitions are in the "qdarkstyle.qss._styles.scss" module - ---------------------------------------------------------------------------- */ -/* Dark Style - QDarkStyleSheet ------------------------------------------ */ -/* - -See Qt documentation: - - - https://doc.qt.io/qt-5/stylesheet.html - - https://doc.qt.io/qt-5/stylesheet-reference.html - - https://doc.qt.io/qt-5/stylesheet-examples.html - ---------------------------------------------------------------------------- */ -/* Reset elements ------------------------------------------------------------ - -Resetting everything helps to unify styles across different operating systems - ---------------------------------------------------------------------------- */ -* { - padding: 0px; - margin: 0px; - border: 0px; - border-style: none; - border-image: none; - outline: 0; -} - -/* specific reset for elements inside QToolBar */ -QToolBar * { - margin: 0px; - padding: 0px; -} - -/* QWidget ---------------------------------------------------------------- - ---------------------------------------------------------------------------- */ -QWidget { - background-color: #FAFAFA; - border: 0px solid #C9CDD0; - padding: 0px; - color: #19232D; - selection-background-color: #9FCBFF; - selection-color: #19232D; -} - -QWidget:disabled { - background-color: #FAFAFA; - color: #788D9C; - selection-background-color: #DAEDFF; - selection-color: #788D9C; -} - -QWidget::item:selected { - background-color: #9FCBFF; -} - -QWidget::item:hover:!selected { - background-color: #73C7FF; -} - -/* QMainWindow ------------------------------------------------------------ - -This adjusts the splitter in the dock widget, not qsplitter -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qmainwindow - ---------------------------------------------------------------------------- */ -QMainWindow::separator { - background-color: #C9CDD0; - border: 0px solid #FAFAFA; - spacing: 0px; - padding: 2px; -} - -QMainWindow::separator:hover { - background-color: #ACB1B6; - border: 0px solid #73C7FF; -} - -QMainWindow::separator:horizontal { - width: 5px; - margin-top: 2px; - margin-bottom: 2px; - image: url(":/qss_icons/light/rc/toolbar_separator_vertical.png"); -} - -QMainWindow::separator:vertical { - height: 5px; - margin-left: 2px; - margin-right: 2px; - image: url(":/qss_icons/light/rc/toolbar_separator_horizontal.png"); -} - -/* QToolTip --------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtooltip - ---------------------------------------------------------------------------- */ -QToolTip { - background-color: #9FCBFF; - color: #19232D; - /* If you remove the border property, background stops working on Windows */ - border: none; - /* Remove padding, for fix combo box tooltip */ - padding: 0px; - /* Remove opacity, fix #174 - may need to use RGBA */ -} - -/* QStatusBar ------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qstatusbar - ---------------------------------------------------------------------------- */ -QStatusBar { - border: 1px solid #C9CDD0; - /* Fixes Spyder #9120, #9121 */ - background: #C9CDD0; - /* Fixes #205, white vertical borders separating items */ -} - -QStatusBar::item { - border: none; -} - -QStatusBar QToolTip { - background-color: #73C7FF; - border: 1px solid #FAFAFA; - color: #FAFAFA; - /* Remove padding, for fix combo box tooltip */ - padding: 0px; - /* Reducing transparency to read better */ - opacity: 230; -} - -QStatusBar QLabel { - /* Fixes Spyder #9120, #9121 */ - background: transparent; -} - -/* QCheckBox -------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qcheckbox - ---------------------------------------------------------------------------- */ -QCheckBox { - background-color: #FAFAFA; - color: #19232D; - spacing: 4px; - outline: none; - padding-top: 4px; - padding-bottom: 4px; -} - -QCheckBox:focus { - border: none; -} - -QCheckBox QWidget:disabled { - background-color: #FAFAFA; - color: #788D9C; -} - -QCheckBox::indicator { - margin-left: 2px; - height: 14px; - width: 14px; -} - -QCheckBox::indicator:unchecked { - image: url(":/qss_icons/light/rc/checkbox_unchecked.png"); -} - -QCheckBox::indicator:unchecked:hover, QCheckBox::indicator:unchecked:focus, QCheckBox::indicator:unchecked:pressed { - border: none; - image: url(":/qss_icons/light/rc/checkbox_unchecked_focus.png"); -} - -QCheckBox::indicator:unchecked:disabled { - image: url(":/qss_icons/light/rc/checkbox_unchecked_disabled.png"); -} - -QCheckBox::indicator:checked { - image: url(":/qss_icons/light/rc/checkbox_checked.png"); -} - -QCheckBox::indicator:checked:hover, QCheckBox::indicator:checked:focus, QCheckBox::indicator:checked:pressed { - border: none; - image: url(":/qss_icons/light/rc/checkbox_checked_focus.png"); -} - -QCheckBox::indicator:checked:disabled { - image: url(":/qss_icons/light/rc/checkbox_checked_disabled.png"); -} - -QCheckBox::indicator:indeterminate { - image: url(":/qss_icons/light/rc/checkbox_indeterminate.png"); -} - -QCheckBox::indicator:indeterminate:disabled { - image: url(":/qss_icons/light/rc/checkbox_indeterminate_disabled.png"); -} - -QCheckBox::indicator:indeterminate:focus, QCheckBox::indicator:indeterminate:hover, QCheckBox::indicator:indeterminate:pressed { - image: url(":/qss_icons/light/rc/checkbox_indeterminate_focus.png"); -} - -/* QGroupBox -------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qgroupbox - ---------------------------------------------------------------------------- */ -QGroupBox { - font-weight: bold; - border: 1px solid #C9CDD0; - border-radius: 4px; - padding: 2px; - margin-top: 6px; - margin-bottom: 4px; -} - -QGroupBox::title { - subcontrol-origin: margin; - subcontrol-position: top left; - left: 4px; - padding-left: 2px; - padding-right: 4px; - padding-top: -4px; -} - -QGroupBox::indicator { - margin-left: 2px; - margin-top: 2px; - padding: 0; - height: 14px; - width: 14px; -} - -QGroupBox::indicator:unchecked { - border: none; - image: url(":/qss_icons/light/rc/checkbox_unchecked.png"); -} - -QGroupBox::indicator:unchecked:hover, QGroupBox::indicator:unchecked:focus, QGroupBox::indicator:unchecked:pressed { - border: none; - image: url(":/qss_icons/light/rc/checkbox_unchecked_focus.png"); -} - -QGroupBox::indicator:unchecked:disabled { - image: url(":/qss_icons/light/rc/checkbox_unchecked_disabled.png"); -} - -QGroupBox::indicator:checked { - border: none; - image: url(":/qss_icons/light/rc/checkbox_checked.png"); -} - -QGroupBox::indicator:checked:hover, QGroupBox::indicator:checked:focus, QGroupBox::indicator:checked:pressed { - border: none; - image: url(":/qss_icons/light/rc/checkbox_checked_focus.png"); -} - -QGroupBox::indicator:checked:disabled { - image: url(":/qss_icons/light/rc/checkbox_checked_disabled.png"); -} - -/* QRadioButton ----------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qradiobutton - ---------------------------------------------------------------------------- */ -QRadioButton { - background-color: #FAFAFA; - color: #19232D; - spacing: 4px; - padding-top: 4px; - padding-bottom: 4px; - border: none; - outline: none; -} - -QRadioButton:focus { - border: none; -} - -QRadioButton:disabled { - background-color: #FAFAFA; - color: #788D9C; - border: none; - outline: none; -} - -QRadioButton QWidget { - background-color: #FAFAFA; - color: #19232D; - spacing: 0px; - padding: 0px; - outline: none; - border: none; -} - -QRadioButton::indicator { - border: none; - outline: none; - margin-left: 2px; - height: 14px; - width: 14px; -} - -QRadioButton::indicator:unchecked { - image: url(":/qss_icons/light/rc/radio_unchecked.png"); -} - -QRadioButton::indicator:unchecked:hover, QRadioButton::indicator:unchecked:focus, QRadioButton::indicator:unchecked:pressed { - border: none; - outline: none; - image: url(":/qss_icons/light/rc/radio_unchecked_focus.png"); -} - -QRadioButton::indicator:unchecked:disabled { - image: url(":/qss_icons/light/rc/radio_unchecked_disabled.png"); -} - -QRadioButton::indicator:checked { - border: none; - outline: none; - image: url(":/qss_icons/light/rc/radio_checked.png"); -} - -QRadioButton::indicator:checked:hover, QRadioButton::indicator:checked:focus, QRadioButton::indicator:checked:pressed { - border: none; - outline: none; - image: url(":/qss_icons/light/rc/radio_checked_focus.png"); -} - -QRadioButton::indicator:checked:disabled { - outline: none; - image: url(":/qss_icons/light/rc/radio_checked_disabled.png"); -} - -/* QMenuBar --------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qmenubar - ---------------------------------------------------------------------------- */ -QMenuBar { - background-color: #C9CDD0; - padding: 2px; - border: 1px solid #FAFAFA; - color: #19232D; - selection-background-color: #73C7FF; -} - -QMenuBar:focus { - border: 1px solid #9FCBFF; -} - -QMenuBar::item { - background: transparent; - padding: 4px; -} - -QMenuBar::item:selected { - padding: 4px; - background: transparent; - border: 0px solid #C9CDD0; - background-color: #73C7FF; -} - -QMenuBar::item:pressed { - padding: 4px; - border: 0px solid #C9CDD0; - background-color: #73C7FF; - color: #19232D; - margin-bottom: 0px; - padding-bottom: 0px; -} - -/* QMenu ------------------------------------------------------------------ - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qmenu - ---------------------------------------------------------------------------- */ -QMenu { - border: 0px solid #C9CDD0; - color: #19232D; - margin: 0px; - background-color: #CED1D4; - selection-background-color: #73C7FF; -} - -QMenu::separator { - height: 1px; - background-color: #ACB1B6; - color: #19232D; -} - -QMenu::item { - background-color: #CED1D4; - padding: 4px 24px 4px 28px; - /* Reserve space for selection border */ - border: 1px transparent #C9CDD0; -} - -QMenu::item:selected { - color: #19232D; - background-color: #73C7FF; -} - -QMenu::item:pressed { - background-color: #73C7FF; -} - -QMenu::icon { - padding-left: 10px; - width: 14px; - height: 14px; -} - -QMenu::indicator { - padding-left: 8px; - width: 12px; - height: 12px; - /* non-exclusive indicator = check box style indicator (see QActionGroup::setExclusive) */ - /* exclusive indicator = radio button style indicator (see QActionGroup::setExclusive) */ -} - -QMenu::indicator:non-exclusive:unchecked { - image: url(":/qss_icons/light/rc/checkbox_unchecked.png"); -} - -QMenu::indicator:non-exclusive:unchecked:hover, QMenu::indicator:non-exclusive:unchecked:focus, QMenu::indicator:non-exclusive:unchecked:pressed { - border: none; - image: url(":/qss_icons/light/rc/checkbox_unchecked_focus.png"); -} - -QMenu::indicator:non-exclusive:unchecked:disabled { - image: url(":/qss_icons/light/rc/checkbox_unchecked_disabled.png"); -} - -QMenu::indicator:non-exclusive:checked { - image: url(":/qss_icons/light/rc/checkbox_checked.png"); -} - -QMenu::indicator:non-exclusive:checked:hover, QMenu::indicator:non-exclusive:checked:focus, QMenu::indicator:non-exclusive:checked:pressed { - border: none; - image: url(":/qss_icons/light/rc/checkbox_checked_focus.png"); -} - -QMenu::indicator:non-exclusive:checked:disabled { - image: url(":/qss_icons/light/rc/checkbox_checked_disabled.png"); -} - -QMenu::indicator:non-exclusive:indeterminate { - image: url(":/qss_icons/light/rc/checkbox_indeterminate.png"); -} - -QMenu::indicator:non-exclusive:indeterminate:disabled { - image: url(":/qss_icons/light/rc/checkbox_indeterminate_disabled.png"); -} - -QMenu::indicator:non-exclusive:indeterminate:focus, QMenu::indicator:non-exclusive:indeterminate:hover, QMenu::indicator:non-exclusive:indeterminate:pressed { - image: url(":/qss_icons/light/rc/checkbox_indeterminate_focus.png"); -} - -QMenu::indicator:exclusive:unchecked { - image: url(":/qss_icons/light/rc/radio_unchecked.png"); -} - -QMenu::indicator:exclusive:unchecked:hover, QMenu::indicator:exclusive:unchecked:focus, QMenu::indicator:exclusive:unchecked:pressed { - border: none; - outline: none; - image: url(":/qss_icons/light/rc/radio_unchecked_focus.png"); -} - -QMenu::indicator:exclusive:unchecked:disabled { - image: url(":/qss_icons/light/rc/radio_unchecked_disabled.png"); -} - -QMenu::indicator:exclusive:checked { - border: none; - outline: none; - image: url(":/qss_icons/light/rc/radio_checked.png"); -} - -QMenu::indicator:exclusive:checked:hover, QMenu::indicator:exclusive:checked:focus, QMenu::indicator:exclusive:checked:pressed { - border: none; - outline: none; - image: url(":/qss_icons/light/rc/radio_checked_focus.png"); -} - -QMenu::indicator:exclusive:checked:disabled { - outline: none; - image: url(":/qss_icons/light/rc/radio_checked_disabled.png"); -} - -QMenu::right-arrow { - margin: 5px; - padding-left: 12px; - image: url(":/qss_icons/light/rc/arrow_right.png"); - height: 12px; - width: 12px; -} - -/* QAbstractItemView ------------------------------------------------------ - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qcombobox - ---------------------------------------------------------------------------- */ -QAbstractItemView { - alternate-background-color: #FAFAFA; - color: #19232D; - border: 1px solid #C9CDD0; - border-radius: 4px; -} - -QAbstractItemView QLineEdit { - padding: 2px; -} - -/* QAbstractScrollArea ---------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qabstractscrollarea - ---------------------------------------------------------------------------- */ -QAbstractScrollArea { - background-color: #FAFAFA; - border: 1px solid #C9CDD0; - border-radius: 4px; - /* fix #159 */ - padding: 2px; - /* remove min-height to fix #244 */ - color: #19232D; -} - -QAbstractScrollArea:disabled { - color: #788D9C; -} - -/* QScrollArea ------------------------------------------------------------ - ---------------------------------------------------------------------------- */ -QScrollArea QWidget QWidget:disabled { - background-color: #FAFAFA; -} - -/* QScrollBar ------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qscrollbar - ---------------------------------------------------------------------------- */ -QScrollBar:horizontal { - height: 16px; - margin: 2px 16px 2px 16px; - border: 1px solid #C9CDD0; - border-radius: 4px; - background-color: #FAFAFA; -} - -QScrollBar:vertical { - background-color: #FAFAFA; - width: 16px; - margin: 16px 2px 16px 2px; - border: 1px solid #C9CDD0; - border-radius: 4px; -} - -QScrollBar::handle:horizontal { - background-color: #ACB1B6; - border: 1px solid #C9CDD0; - border-radius: 4px; - min-width: 8px; -} - -QScrollBar::handle:horizontal:hover { - background-color: #9FCBFF; - border: #9FCBFF; - border-radius: 4px; - min-width: 8px; -} - -QScrollBar::handle:horizontal:focus { - border: 1px solid #73C7FF; -} - -QScrollBar::handle:vertical { - background-color: #ACB1B6; - border: 1px solid #C9CDD0; - min-height: 8px; - border-radius: 4px; -} - -QScrollBar::handle:vertical:hover { - background-color: #9FCBFF; - border: #9FCBFF; - border-radius: 4px; - min-height: 8px; -} - -QScrollBar::handle:vertical:focus { - border: 1px solid #73C7FF; -} - -QScrollBar::add-line:horizontal { - margin: 0px 0px 0px 0px; - border-image: url(":/qss_icons/light/rc/arrow_right_disabled.png"); - height: 12px; - width: 12px; - subcontrol-position: right; - subcontrol-origin: margin; -} - -QScrollBar::add-line:horizontal:hover, QScrollBar::add-line:horizontal:on { - border-image: url(":/qss_icons/light/rc/arrow_right.png"); - height: 12px; - width: 12px; - subcontrol-position: right; - subcontrol-origin: margin; -} - -QScrollBar::add-line:vertical { - margin: 3px 0px 3px 0px; - border-image: url(":/qss_icons/light/rc/arrow_down_disabled.png"); - height: 12px; - width: 12px; - subcontrol-position: bottom; - subcontrol-origin: margin; -} - -QScrollBar::add-line:vertical:hover, QScrollBar::add-line:vertical:on { - border-image: url(":/qss_icons/light/rc/arrow_down.png"); - height: 12px; - width: 12px; - subcontrol-position: bottom; - subcontrol-origin: margin; -} - -QScrollBar::sub-line:horizontal { - margin: 0px 3px 0px 3px; - border-image: url(":/qss_icons/light/rc/arrow_left_disabled.png"); - height: 12px; - width: 12px; - subcontrol-position: left; - subcontrol-origin: margin; -} - -QScrollBar::sub-line:horizontal:hover, QScrollBar::sub-line:horizontal:on { - border-image: url(":/qss_icons/light/rc/arrow_left.png"); - height: 12px; - width: 12px; - subcontrol-position: left; - subcontrol-origin: margin; -} - -QScrollBar::sub-line:vertical { - margin: 3px 0px 3px 0px; - border-image: url(":/qss_icons/light/rc/arrow_up_disabled.png"); - height: 12px; - width: 12px; - subcontrol-position: top; - subcontrol-origin: margin; -} - -QScrollBar::sub-line:vertical:hover, QScrollBar::sub-line:vertical:on { - border-image: url(":/qss_icons/light/rc/arrow_up.png"); - height: 12px; - width: 12px; - subcontrol-position: top; - subcontrol-origin: margin; -} - -QScrollBar::up-arrow:horizontal, QScrollBar::down-arrow:horizontal { - background: none; -} - -QScrollBar::up-arrow:vertical, QScrollBar::down-arrow:vertical { - background: none; -} - -QScrollBar::add-page:horizontal, QScrollBar::sub-page:horizontal { - background: none; -} - -QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical { - background: none; -} - -/* QTextEdit -------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-specific-widgets - ---------------------------------------------------------------------------- */ -QTextEdit { - background-color: #FAFAFA; - color: #19232D; - border-radius: 4px; - border: 1px solid #C9CDD0; -} - -QTextEdit:focus { - border: 1px solid #73C7FF; -} - -QTextEdit:selected { - background: #9FCBFF; - color: #C9CDD0; -} - -/* QPlainTextEdit --------------------------------------------------------- - ---------------------------------------------------------------------------- */ -QPlainTextEdit { - background-color: #FAFAFA; - color: #19232D; - border-radius: 4px; - border: 1px solid #C9CDD0; -} - -QPlainTextEdit:focus { - border: 1px solid #73C7FF; -} - -QPlainTextEdit:selected { - background: #9FCBFF; - color: #C9CDD0; -} - -/* QSizeGrip -------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qsizegrip - ---------------------------------------------------------------------------- */ -QSizeGrip { - background: transparent; - width: 12px; - height: 12px; - image: url(":/qss_icons/light/rc/window_grip.png"); -} - -/* QStackedWidget --------------------------------------------------------- - ---------------------------------------------------------------------------- */ -QStackedWidget { - padding: 2px; - border: 1px solid #C9CDD0; - border: 1px solid #FAFAFA; -} - -/* QToolBar --------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtoolbar - ---------------------------------------------------------------------------- */ -QToolBar { - background-color: #C9CDD0; - border-bottom: 1px solid #FAFAFA; - padding: 1px; - font-weight: bold; - spacing: 2px; -} - -QToolBar:disabled { - /* Fixes #272 */ - background-color: #C9CDD0; -} - -QToolBar::handle:horizontal { - width: 16px; - image: url(":/qss_icons/light/rc/toolbar_move_horizontal.png"); -} - -QToolBar::handle:vertical { - height: 16px; - image: url(":/qss_icons/light/rc/toolbar_move_vertical.png"); -} - -QToolBar::separator:horizontal { - width: 16px; - image: url(":/qss_icons/light/rc/toolbar_separator_horizontal.png"); -} - -QToolBar::separator:vertical { - height: 16px; - image: url(":/qss_icons/light/rc/toolbar_separator_vertical.png"); -} - -QToolButton#qt_toolbar_ext_button { - background: #C9CDD0; - border: 0px; - color: #19232D; - image: url(":/qss_icons/light/rc/arrow_right.png"); -} - -/* QAbstractSpinBox ------------------------------------------------------- - ---------------------------------------------------------------------------- */ -QAbstractSpinBox { - background-color: #FAFAFA; - border: 1px solid #C9CDD0; - color: #19232D; - /* This fixes 103, 111 */ - padding-top: 2px; - /* This fixes 103, 111 */ - padding-bottom: 2px; - padding-left: 4px; - padding-right: 4px; - border-radius: 4px; - /* min-width: 5px; removed to fix 109 */ -} - -QAbstractSpinBox:up-button { - background-color: transparent #FAFAFA; - subcontrol-origin: border; - subcontrol-position: top right; - border-left: 1px solid #C9CDD0; - border-bottom: 1px solid #C9CDD0; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - margin: 1px; - width: 12px; - margin-bottom: -1px; -} - -QAbstractSpinBox::up-arrow, QAbstractSpinBox::up-arrow:disabled, QAbstractSpinBox::up-arrow:off { - image: url(":/qss_icons/light/rc/arrow_up_disabled.png"); - height: 8px; - width: 8px; -} - -QAbstractSpinBox::up-arrow:hover { - image: url(":/qss_icons/light/rc/arrow_up.png"); -} - -QAbstractSpinBox:down-button { - background-color: transparent #FAFAFA; - subcontrol-origin: border; - subcontrol-position: bottom right; - border-left: 1px solid #C9CDD0; - border-top: 1px solid #C9CDD0; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - margin: 1px; - width: 12px; - margin-top: -1px; -} - -QAbstractSpinBox::down-arrow, QAbstractSpinBox::down-arrow:disabled, QAbstractSpinBox::down-arrow:off { - image: url(":/qss_icons/light/rc/arrow_down_disabled.png"); - height: 8px; - width: 8px; -} - -QAbstractSpinBox::down-arrow:hover { - image: url(":/qss_icons/light/rc/arrow_down.png"); -} - -QAbstractSpinBox:hover { - border: 1px solid #9FCBFF; - color: #19232D; -} - -QAbstractSpinBox:focus { - border: 1px solid #73C7FF; -} - -QAbstractSpinBox:selected { - background: #9FCBFF; - color: #C9CDD0; -} - -/* ------------------------------------------------------------------------ */ -/* DISPLAYS --------------------------------------------------------------- */ -/* ------------------------------------------------------------------------ */ -/* QLabel ----------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qframe - ---------------------------------------------------------------------------- */ -QLabel { - background-color: #FAFAFA; - border: 0px solid #C9CDD0; - padding: 2px; - margin: 0px; - color: #19232D; -} - -QLabel:disabled { - background-color: #FAFAFA; - border: 0px solid #C9CDD0; - color: #788D9C; -} - -/* QTextBrowser ----------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qabstractscrollarea - ---------------------------------------------------------------------------- */ -QTextBrowser { - background-color: #FAFAFA; - border: 1px solid #C9CDD0; - color: #19232D; - border-radius: 4px; -} - -QTextBrowser:disabled { - background-color: #FAFAFA; - border: 1px solid #C9CDD0; - color: #788D9C; - border-radius: 4px; -} - -QTextBrowser:hover, QTextBrowser:!hover, QTextBrowser:selected, QTextBrowser:pressed { - border: 1px solid #C9CDD0; -} - -/* QGraphicsView ---------------------------------------------------------- - ---------------------------------------------------------------------------- */ -QGraphicsView { - background-color: #FAFAFA; - border: 1px solid #C9CDD0; - color: #19232D; - border-radius: 4px; -} - -QGraphicsView:disabled { - background-color: #FAFAFA; - border: 1px solid #C9CDD0; - color: #788D9C; - border-radius: 4px; -} - -QGraphicsView:hover, QGraphicsView:!hover, QGraphicsView:selected, QGraphicsView:pressed { - border: 1px solid #C9CDD0; -} - -/* QCalendarWidget -------------------------------------------------------- - ---------------------------------------------------------------------------- */ -QCalendarWidget { - border: 1px solid #C9CDD0; - border-radius: 4px; -} - -QCalendarWidget:disabled { - background-color: #FAFAFA; - color: #788D9C; -} - -/* QLCDNumber ------------------------------------------------------------- - ---------------------------------------------------------------------------- */ -QLCDNumber { - background-color: #FAFAFA; - color: #19232D; -} - -QLCDNumber:disabled { - background-color: #FAFAFA; - color: #788D9C; -} - -/* QProgressBar ----------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qprogressbar - ---------------------------------------------------------------------------- */ -QProgressBar { - background-color: #FAFAFA; - border: 1px solid #C9CDD0; - color: #19232D; - border-radius: 4px; - text-align: center; -} - -QProgressBar:disabled { - background-color: #FAFAFA; - border: 1px solid #C9CDD0; - color: #788D9C; - border-radius: 4px; - text-align: center; -} - -QProgressBar::chunk { - background-color: #9FCBFF; - color: #FAFAFA; - border-radius: 4px; -} - -QProgressBar::chunk:disabled { - background-color: #DAEDFF; - color: #788D9C; - border-radius: 4px; -} - -/* ------------------------------------------------------------------------ */ -/* BUTTONS ---------------------------------------------------------------- */ -/* ------------------------------------------------------------------------ */ -/* QPushButton ------------------------------------------------------------ - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qpushbutton - ---------------------------------------------------------------------------- */ -QPushButton { - background-color: #C9CDD0; - color: #19232D; - border-radius: 4px; - padding: 2px; - outline: none; - border: none; -} - -QPushButton:disabled { - background-color: #C9CDD0; - color: #788D9C; - border-radius: 4px; - padding: 2px; -} - -QPushButton:checked { - background-color: #ACB1B6; - border-radius: 4px; - padding: 2px; - outline: none; -} - -QPushButton:checked:disabled { - background-color: #ACB1B6; - color: #788D9C; - border-radius: 4px; - padding: 2px; - outline: none; -} - -QPushButton:checked:selected { - background: #ACB1B6; -} - -QPushButton:hover { - background-color: #B9BDC1; - color: #19232D; -} - -QPushButton:pressed { - background-color: #ACB1B6; -} - -QPushButton:selected { - background: #ACB1B6; - color: #19232D; -} - -QPushButton::menu-indicator { - subcontrol-origin: padding; - subcontrol-position: bottom right; - bottom: 4px; -} - -QDialogButtonBox QPushButton { - /* Issue #194 #248 - Special case of QPushButton inside dialogs, for better UI */ - min-width: 80px; -} - -/* QToolButton ------------------------------------------------------------ - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtoolbutton - ---------------------------------------------------------------------------- */ -QToolButton { - background-color: #C9CDD0; - color: #19232D; - border-radius: 4px; - padding: 2px; - outline: none; - border: none; - /* The subcontrols below are used only in the DelayedPopup mode */ - /* The subcontrols below are used only in the MenuButtonPopup mode */ - /* The subcontrol below is used only in the InstantPopup or DelayedPopup mode */ -} - -QToolButton:disabled { - background-color: #C9CDD0; - color: #788D9C; - border-radius: 4px; - padding: 2px; -} - -QToolButton:checked { - background-color: #ACB1B6; - border-radius: 4px; - padding: 2px; - outline: none; -} - -QToolButton:checked:disabled { - background-color: #ACB1B6; - color: #788D9C; - border-radius: 4px; - padding: 2px; - outline: none; -} - -QToolButton:checked:hover { - background-color: #B9BDC1; - color: #19232D; -} - -QToolButton:checked:pressed { - background-color: #ACB1B6; -} - -QToolButton:checked:selected { - background: #ACB1B6; - color: #19232D; -} - -QToolButton:hover { - background-color: #B9BDC1; - color: #19232D; -} - -QToolButton:pressed { - background-color: #ACB1B6; -} - -QToolButton:selected { - background: #ACB1B6; - color: #19232D; -} - -QToolButton[popupMode="0"] { - /* Only for DelayedPopup */ - padding-right: 2px; -} - -QToolButton[popupMode="1"] { - /* Only for MenuButtonPopup */ - padding-right: 20px; -} - -QToolButton[popupMode="1"]::menu-button { - border: none; -} - -QToolButton[popupMode="1"]::menu-button:hover { - border: none; - border-left: 1px solid #C9CDD0; - border-radius: 0; -} - -QToolButton[popupMode="2"] { - /* Only for InstantPopup */ - padding-right: 2px; -} - -QToolButton::menu-button { - padding: 2px; - border-radius: 4px; - width: 12px; - border: none; - outline: none; -} - -QToolButton::menu-button:hover { - border: 1px solid #9FCBFF; -} - -QToolButton::menu-button:checked:hover { - border: 1px solid #9FCBFF; -} - -QToolButton::menu-indicator { - image: url(":/qss_icons/light/rc/arrow_down.png"); - height: 8px; - width: 8px; - top: 0; - /* Exclude a shift for better image */ - left: -2px; - /* Shift it a bit */ -} - -QToolButton::menu-arrow { - image: url(":/qss_icons/light/rc/arrow_down.png"); - height: 8px; - width: 8px; -} - -QToolButton::menu-arrow:hover { - image: url(":/qss_icons/light/rc/arrow_down_focus.png"); -} - -/* QCommandLinkButton ----------------------------------------------------- - ---------------------------------------------------------------------------- */ -QCommandLinkButton { - background-color: transparent; - border: 1px solid #C9CDD0; - color: #19232D; - border-radius: 4px; - padding: 0px; - margin: 0px; -} - -QCommandLinkButton:disabled { - background-color: transparent; - color: #788D9C; -} - -/* ------------------------------------------------------------------------ */ -/* INPUTS - NO FIELDS ----------------------------------------------------- */ -/* ------------------------------------------------------------------------ */ -/* QComboBox -------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qcombobox - ---------------------------------------------------------------------------- */ -QComboBox { - border: 1px solid #C9CDD0; - border-radius: 4px; - selection-background-color: #9FCBFF; - padding-left: 4px; - padding-right: 4px; - /* padding-right = 36; 4 + 16*2 See scrollbar size */ - /* changed to 4px to fix #239 */ - /* Fixes #103, #111 */ - min-height: 1.5em; - /* padding-top: 2px; removed to fix #132 */ - /* padding-bottom: 2px; removed to fix #132 */ - /* min-width: 75px; removed to fix #109 */ - /* Needed to remove indicator - fix #132 */ -} - -QComboBox QAbstractItemView { - border: 1px solid #C9CDD0; - border-radius: 0; - background-color: #FAFAFA; - selection-background-color: #9FCBFF; -} - -QComboBox QAbstractItemView:hover { - background-color: #FAFAFA; - color: #19232D; -} - -QComboBox QAbstractItemView:selected { - background: #9FCBFF; - color: #C9CDD0; -} - -QComboBox QAbstractItemView:alternate { - background: #FAFAFA; -} - -QComboBox:disabled { - background-color: #FAFAFA; - color: #788D9C; -} - -QComboBox:hover { - border: 1px solid #9FCBFF; -} - -QComboBox:focus { - border: 1px solid #73C7FF; -} - -QComboBox:on { - selection-background-color: #9FCBFF; -} - -QComboBox::indicator { - border: none; - border-radius: 0; - background-color: transparent; - selection-background-color: transparent; - color: transparent; - selection-color: transparent; - /* Needed to remove indicator - fix #132 */ -} - -QComboBox::indicator:alternate { - background: #FAFAFA; -} - -QComboBox::item { - /* Remove to fix #282, #285 and MR #288*/ - /*&:checked { - font-weight: bold; - } - - &:selected { - border: 0px solid transparent; - } - */ -} - -QComboBox::item:alternate { - background: #FAFAFA; -} - -QComboBox::drop-down { - subcontrol-origin: padding; - subcontrol-position: top right; - width: 12px; - border-left: 1px solid #C9CDD0; -} - -QComboBox::down-arrow { - image: url(":/qss_icons/light/rc/arrow_down_disabled.png"); - height: 8px; - width: 8px; -} - -QComboBox::down-arrow:on, QComboBox::down-arrow:hover, QComboBox::down-arrow:focus { - image: url(":/qss_icons/light/rc/arrow_down.png"); -} - -/* QSlider ---------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qslider - ---------------------------------------------------------------------------- */ -QSlider:disabled { - background: #FAFAFA; -} - -QSlider:focus { - border: none; -} - -QSlider::groove:horizontal { - background: #C9CDD0; - border: 1px solid #C9CDD0; - height: 4px; - margin: 0px; - border-radius: 4px; -} - -QSlider::groove:vertical { - background: #C9CDD0; - border: 1px solid #C9CDD0; - width: 4px; - margin: 0px; - border-radius: 4px; -} - -QSlider::add-page:vertical { - background: #9FCBFF; - border: 1px solid #C9CDD0; - width: 4px; - margin: 0px; - border-radius: 4px; -} - -QSlider::add-page:vertical :disabled { - background: #DAEDFF; -} - -QSlider::sub-page:horizontal { - background: #9FCBFF; - border: 1px solid #C9CDD0; - height: 4px; - margin: 0px; - border-radius: 4px; -} - -QSlider::sub-page:horizontal:disabled { - background: #DAEDFF; -} - -QSlider::handle:horizontal { - background: #788D9C; - border: 1px solid #C9CDD0; - width: 8px; - height: 8px; - margin: -8px 0px; - border-radius: 4px; -} - -QSlider::handle:horizontal:hover { - background: #9FCBFF; - border: 1px solid #9FCBFF; -} - -QSlider::handle:horizontal:focus { - border: 1px solid #73C7FF; -} - -QSlider::handle:vertical { - background: #788D9C; - border: 1px solid #C9CDD0; - width: 8px; - height: 8px; - margin: 0 -8px; - border-radius: 4px; -} - -QSlider::handle:vertical:hover { - background: #9FCBFF; - border: 1px solid #9FCBFF; -} - -QSlider::handle:vertical:focus { - border: 1px solid #73C7FF; -} - -/* QLineEdit -------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qlineedit - ---------------------------------------------------------------------------- */ -QLineEdit { - background-color: #FAFAFA; - padding-top: 2px; - /* This QLineEdit fix 103, 111 */ - padding-bottom: 2px; - /* This QLineEdit fix 103, 111 */ - padding-left: 4px; - padding-right: 4px; - border-style: solid; - border: 1px solid #C9CDD0; - border-radius: 4px; - color: #19232D; -} - -QLineEdit:disabled { - background-color: #FAFAFA; - color: #788D9C; -} - -QLineEdit:hover { - border: 1px solid #9FCBFF; - color: #19232D; -} - -QLineEdit:focus { - border: 1px solid #73C7FF; -} - -QLineEdit:selected { - background-color: #9FCBFF; - color: #C9CDD0; -} - -/* QTabWiget -------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtabwidget-and-qtabbar - ---------------------------------------------------------------------------- */ -QTabWidget { - padding: 2px; - selection-background-color: #C9CDD0; -} - -QTabWidget QWidget { - /* Fixes #189 */ - border-radius: 4px; -} - -QTabWidget::pane { - border: 1px solid #C9CDD0; - border-radius: 4px; - margin: 0px; - /* Fixes double border inside pane with pyqt5 */ - padding: 0px; -} - -QTabWidget::pane:selected { - background-color: #C9CDD0; - border: 1px solid #9FCBFF; -} - -/* QTabBar ---------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtabwidget-and-qtabbar - ---------------------------------------------------------------------------- */ -QTabBar, QDockWidget QTabBar { - qproperty-drawBase: 0; - border-radius: 4px; - margin: 0px; - padding: 2px; - border: 0; - /* left: 5px; move to the right by 5px - removed for fix */ -} - -QTabBar::close-button, QDockWidget QTabBar::close-button { - border: 0; - margin: 0; - padding: 4px; - image: url(":/qss_icons/light/rc/window_close.png"); -} - -QTabBar::close-button:hover, QDockWidget QTabBar::close-button:hover { - image: url(":/qss_icons/light/rc/window_close_focus.png"); -} - -QTabBar::close-button:pressed, QDockWidget QTabBar::close-button:pressed { - image: url(":/qss_icons/light/rc/window_close_pressed.png"); -} - -QTabBar::tab, QDockWidget QTabBar::tab { - /* !selected and disabled ----------------------------------------- */ - /* selected ------------------------------------------------------- */ -} - -QTabBar::tab:top:selected:disabled, QDockWidget QTabBar::tab:top:selected:disabled { - border-bottom: 3px solid #DAEDFF; - color: #788D9C; - background-color: #C9CDD0; -} - -QTabBar::tab:bottom:selected:disabled, QDockWidget QTabBar::tab:bottom:selected:disabled { - border-top: 3px solid #DAEDFF; - color: #788D9C; - background-color: #C9CDD0; -} - -QTabBar::tab:left:selected:disabled, QDockWidget QTabBar::tab:left:selected:disabled { - border-right: 3px solid #DAEDFF; - color: #788D9C; - background-color: #C9CDD0; -} - -QTabBar::tab:right:selected:disabled, QDockWidget QTabBar::tab:right:selected:disabled { - border-left: 3px solid #DAEDFF; - color: #788D9C; - background-color: #C9CDD0; -} - -QTabBar::tab:top:!selected:disabled, QDockWidget QTabBar::tab:top:!selected:disabled { - border-bottom: 3px solid #FAFAFA; - color: #788D9C; - background-color: #FAFAFA; -} - -QTabBar::tab:bottom:!selected:disabled, QDockWidget QTabBar::tab:bottom:!selected:disabled { - border-top: 3px solid #FAFAFA; - color: #788D9C; - background-color: #FAFAFA; -} - -QTabBar::tab:left:!selected:disabled, QDockWidget QTabBar::tab:left:!selected:disabled { - border-right: 3px solid #FAFAFA; - color: #788D9C; - background-color: #FAFAFA; -} - -QTabBar::tab:right:!selected:disabled, QDockWidget QTabBar::tab:right:!selected:disabled { - border-left: 3px solid #FAFAFA; - color: #788D9C; - background-color: #FAFAFA; -} - -QTabBar::tab:top:!selected, QDockWidget QTabBar::tab:top:!selected { - border-bottom: 2px solid #FAFAFA; - margin-top: 2px; -} - -QTabBar::tab:bottom:!selected, QDockWidget QTabBar::tab:bottom:!selected { - border-top: 2px solid #FAFAFA; - margin-bottom: 2px; -} - -QTabBar::tab:left:!selected, QDockWidget QTabBar::tab:left:!selected { - border-left: 2px solid #FAFAFA; - margin-right: 2px; -} - -QTabBar::tab:right:!selected, QDockWidget QTabBar::tab:right:!selected { - border-right: 2px solid #FAFAFA; - margin-left: 2px; -} - -QTabBar::tab:top, QDockWidget QTabBar::tab:top { - background-color: #C9CDD0; - margin-left: 2px; - padding-left: 4px; - padding-right: 4px; - padding-top: 2px; - padding-bottom: 2px; - min-width: 5px; - border-bottom: 3px solid #C9CDD0; - border-top-left-radius: 4px; - border-top-right-radius: 4px; -} - -QTabBar::tab:top:selected, QDockWidget QTabBar::tab:top:selected { - background-color: #B9BDC1; - border-bottom: 3px solid #37AEFE; - border-top-left-radius: 4px; - border-top-right-radius: 4px; -} - -QTabBar::tab:top:!selected:hover, QDockWidget QTabBar::tab:top:!selected:hover { - border: 1px solid #73C7FF; - border-bottom: 3px solid #73C7FF; - /* Fixes spyder-ide/spyder#9766 and #243 */ - padding-left: 3px; - padding-right: 3px; -} - -QTabBar::tab:bottom, QDockWidget QTabBar::tab:bottom { - border-top: 3px solid #C9CDD0; - background-color: #C9CDD0; - margin-left: 2px; - padding-left: 4px; - padding-right: 4px; - padding-top: 2px; - padding-bottom: 2px; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; - min-width: 5px; -} - -QTabBar::tab:bottom:selected, QDockWidget QTabBar::tab:bottom:selected { - background-color: #B9BDC1; - border-top: 3px solid #37AEFE; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; -} - -QTabBar::tab:bottom:!selected:hover, QDockWidget QTabBar::tab:bottom:!selected:hover { - border: 1px solid #73C7FF; - border-top: 3px solid #73C7FF; - /* Fixes spyder-ide/spyder#9766 and #243 */ - padding-left: 3px; - padding-right: 3px; -} - -QTabBar::tab:left, QDockWidget QTabBar::tab:left { - background-color: #C9CDD0; - margin-top: 2px; - padding-left: 2px; - padding-right: 2px; - padding-top: 4px; - padding-bottom: 4px; - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; - min-height: 5px; -} - -QTabBar::tab:left:selected, QDockWidget QTabBar::tab:left:selected { - background-color: #B9BDC1; - border-right: 3px solid #37AEFE; -} - -QTabBar::tab:left:!selected:hover, QDockWidget QTabBar::tab:left:!selected:hover { - border: 1px solid #73C7FF; - border-right: 3px solid #73C7FF; - /* Fixes different behavior #271 */ - margin-right: 0px; - padding-right: -1px; -} - -QTabBar::tab:right, QDockWidget QTabBar::tab:right { - background-color: #C9CDD0; - margin-top: 2px; - padding-left: 2px; - padding-right: 2px; - padding-top: 4px; - padding-bottom: 4px; - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; - min-height: 5px; -} - -QTabBar::tab:right:selected, QDockWidget QTabBar::tab:right:selected { - background-color: #B9BDC1; - border-left: 3px solid #37AEFE; -} - -QTabBar::tab:right:!selected:hover, QDockWidget QTabBar::tab:right:!selected:hover { - border: 1px solid #73C7FF; - border-left: 3px solid #73C7FF; - /* Fixes different behavior #271 */ - margin-left: 0px; - padding-left: 0px; -} - -QTabBar QToolButton, QDockWidget QTabBar QToolButton { - /* Fixes #136 */ - background-color: #C9CDD0; - height: 12px; - width: 12px; -} - -QTabBar QToolButton:pressed, QDockWidget QTabBar QToolButton:pressed { - background-color: #C9CDD0; -} - -QTabBar QToolButton:pressed:hover, QDockWidget QTabBar QToolButton:pressed:hover { - border: 1px solid #9FCBFF; -} - -QTabBar QToolButton::left-arrow:enabled, QDockWidget QTabBar QToolButton::left-arrow:enabled { - image: url(":/qss_icons/light/rc/arrow_left.png"); -} - -QTabBar QToolButton::left-arrow:disabled, QDockWidget QTabBar QToolButton::left-arrow:disabled { - image: url(":/qss_icons/light/rc/arrow_left_disabled.png"); -} - -QTabBar QToolButton::right-arrow:enabled, QDockWidget QTabBar QToolButton::right-arrow:enabled { - image: url(":/qss_icons/light/rc/arrow_right.png"); -} - -QTabBar QToolButton::right-arrow:disabled, QDockWidget QTabBar QToolButton::right-arrow:disabled { - image: url(":/qss_icons/light/rc/arrow_right_disabled.png"); -} - -/* QDockWiget ------------------------------------------------------------- - ---------------------------------------------------------------------------- */ -QDockWidget { - outline: 1px solid #C9CDD0; - background-color: #FAFAFA; - border: 1px solid #C9CDD0; - border-radius: 4px; - titlebar-close-icon: url(":/qss_icons/light/rc/transparent.png"); - titlebar-normal-icon: url(":/qss_icons/light/rc/transparent.png"); -} - -QDockWidget::title { - /* Better size for title bar */ - padding: 3px; - spacing: 4px; - border: none; - background-color: #C9CDD0; -} - -QDockWidget::close-button { - icon-size: 12px; - border: none; - background: transparent; - background-image: transparent; - border: 0; - margin: 0; - padding: 0; - image: url(":/qss_icons/light/rc/window_close.png"); -} - -QDockWidget::close-button:hover { - image: url(":/qss_icons/light/rc/window_close_focus.png"); -} - -QDockWidget::close-button:pressed { - image: url(":/qss_icons/light/rc/window_close_pressed.png"); -} - -QDockWidget::float-button { - icon-size: 12px; - border: none; - background: transparent; - background-image: transparent; - border: 0; - margin: 0; - padding: 0; - image: url(":/qss_icons/light/rc/window_undock.png"); -} - -QDockWidget::float-button:hover { - image: url(":/qss_icons/light/rc/window_undock_focus.png"); -} - -QDockWidget::float-button:pressed { - image: url(":/qss_icons/light/rc/window_undock_pressed.png"); -} - -/* QTreeView QListView QTableView ----------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtreeview -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qlistview -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtableview - ---------------------------------------------------------------------------- */ -QTreeView:branch:selected, QTreeView:branch:hover { - background: url(":/qss_icons/light/rc/transparent.png"); -} - -QTreeView:branch:has-siblings:!adjoins-item { - border-image: url(":/qss_icons/light/rc/branch_line.png") 0; -} - -QTreeView:branch:has-siblings:adjoins-item { - border-image: url(":/qss_icons/light/rc/branch_more.png") 0; -} - -QTreeView:branch:!has-children:!has-siblings:adjoins-item { - border-image: url(":/qss_icons/light/rc/branch_end.png") 0; -} - -QTreeView:branch:has-children:!has-siblings:closed, QTreeView:branch:closed:has-children:has-siblings { - border-image: none; - image: url(":/qss_icons/light/rc/branch_closed.png"); -} - -QTreeView:branch:open:has-children:!has-siblings, QTreeView:branch:open:has-children:has-siblings { - border-image: none; - image: url(":/qss_icons/light/rc/branch_open.png"); -} - -QTreeView:branch:has-children:!has-siblings:closed:hover, QTreeView:branch:closed:has-children:has-siblings:hover { - image: url(":/qss_icons/light/rc/branch_closed_focus.png"); -} - -QTreeView:branch:open:has-children:!has-siblings:hover, QTreeView:branch:open:has-children:has-siblings:hover { - image: url(":/qss_icons/light/rc/branch_open_focus.png"); -} - -QTreeView::indicator:checked, -QListView::indicator:checked, -QTableView::indicator:checked, -QColumnView::indicator:checked { - image: url(":/qss_icons/light/rc/checkbox_checked.png"); -} - -QTreeView::indicator:checked:hover, QTreeView::indicator:checked:focus, QTreeView::indicator:checked:pressed, -QListView::indicator:checked:hover, -QListView::indicator:checked:focus, -QListView::indicator:checked:pressed, -QTableView::indicator:checked:hover, -QTableView::indicator:checked:focus, -QTableView::indicator:checked:pressed, -QColumnView::indicator:checked:hover, -QColumnView::indicator:checked:focus, -QColumnView::indicator:checked:pressed { - image: url(":/qss_icons/light/rc/checkbox_checked_focus.png"); -} - -QTreeView::indicator:unchecked, -QListView::indicator:unchecked, -QTableView::indicator:unchecked, -QColumnView::indicator:unchecked { - image: url(":/qss_icons/light/rc/checkbox_unchecked.png"); -} - -QTreeView::indicator:unchecked:hover, QTreeView::indicator:unchecked:focus, QTreeView::indicator:unchecked:pressed, -QListView::indicator:unchecked:hover, -QListView::indicator:unchecked:focus, -QListView::indicator:unchecked:pressed, -QTableView::indicator:unchecked:hover, -QTableView::indicator:unchecked:focus, -QTableView::indicator:unchecked:pressed, -QColumnView::indicator:unchecked:hover, -QColumnView::indicator:unchecked:focus, -QColumnView::indicator:unchecked:pressed { - image: url(":/qss_icons/light/rc/checkbox_unchecked_focus.png"); -} - -QTreeView::indicator:indeterminate, -QListView::indicator:indeterminate, -QTableView::indicator:indeterminate, -QColumnView::indicator:indeterminate { - image: url(":/qss_icons/light/rc/checkbox_indeterminate.png"); -} - -QTreeView::indicator:indeterminate:hover, QTreeView::indicator:indeterminate:focus, QTreeView::indicator:indeterminate:pressed, -QListView::indicator:indeterminate:hover, -QListView::indicator:indeterminate:focus, -QListView::indicator:indeterminate:pressed, -QTableView::indicator:indeterminate:hover, -QTableView::indicator:indeterminate:focus, -QTableView::indicator:indeterminate:pressed, -QColumnView::indicator:indeterminate:hover, -QColumnView::indicator:indeterminate:focus, -QColumnView::indicator:indeterminate:pressed { - image: url(":/qss_icons/light/rc/checkbox_indeterminate_focus.png"); -} - -QTreeView, -QListView, -QTableView, -QColumnView { - background-color: #FAFAFA; - border: 1px solid #C9CDD0; - color: #19232D; - gridline-color: #C9CDD0; - border-radius: 4px; -} - -QTreeView:disabled, -QListView:disabled, -QTableView:disabled, -QColumnView:disabled { - background-color: #FAFAFA; - color: #788D9C; -} - -QTreeView:selected, -QListView:selected, -QTableView:selected, -QColumnView:selected { - background-color: #9FCBFF; - color: #C9CDD0; -} - -QTreeView:focus, -QListView:focus, -QTableView:focus, -QColumnView:focus { - border: 1px solid #73C7FF; -} - -QTreeView::item:pressed, -QListView::item:pressed, -QTableView::item:pressed, -QColumnView::item:pressed { - background-color: #9FCBFF; -} - -QTreeView::item:selected:active, -QListView::item:selected:active, -QTableView::item:selected:active, -QColumnView::item:selected:active { - background-color: #9FCBFF; -} - -QTreeView::item:selected:!active, -QListView::item:selected:!active, -QTableView::item:selected:!active, -QColumnView::item:selected:!active { - color: #19232D; - background-color: #CED1D4; -} - -QTreeView::item:!selected:hover, -QListView::item:!selected:hover, -QTableView::item:!selected:hover, -QColumnView::item:!selected:hover { - outline: 0; - color: #19232D; - background-color: #CED1D4; -} - -QTableCornerButton::section { - background-color: #FAFAFA; - border: 1px transparent #C9CDD0; - border-radius: 0px; -} - -/* QHeaderView ------------------------------------------------------------ - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qheaderview - ---------------------------------------------------------------------------- */ -QHeaderView { - background-color: #C9CDD0; - border: 0px transparent #C9CDD0; - padding: 0; - margin: 0; - border-radius: 0; -} - -QHeaderView:disabled { - background-color: #C9CDD0; - border: 1px transparent #C9CDD0; -} - -QHeaderView::section { - background-color: #C9CDD0; - color: #19232D; - border-radius: 0; - text-align: left; - font-size: 13px; -} - -QHeaderView::section::horizontal { - padding-top: 0; - padding-bottom: 0; - padding-left: 4px; - padding-right: 4px; - border-left: 1px solid #FAFAFA; -} - -QHeaderView::section::horizontal::first, QHeaderView::section::horizontal::only-one { - border-left: 1px solid #C9CDD0; -} - -QHeaderView::section::horizontal:disabled { - color: #788D9C; -} - -QHeaderView::section::vertical { - padding-top: 0; - padding-bottom: 0; - padding-left: 4px; - padding-right: 4px; - border-top: 1px solid #FAFAFA; -} - -QHeaderView::section::vertical::first, QHeaderView::section::vertical::only-one { - border-top: 1px solid #C9CDD0; -} - -QHeaderView::section::vertical:disabled { - color: #788D9C; -} - -QHeaderView::down-arrow { - /* Those settings (border/width/height/background-color) solve bug */ - /* transparent arrow background and size */ - background-color: #C9CDD0; - border: none; - height: 12px; - width: 12px; - padding-left: 2px; - padding-right: 2px; - image: url(":/qss_icons/light/rc/arrow_down.png"); -} - -QHeaderView::up-arrow { - background-color: #C9CDD0; - border: none; - height: 12px; - width: 12px; - padding-left: 2px; - padding-right: 2px; - image: url(":/qss_icons/light/rc/arrow_up.png"); -} - -/* QToolBox -------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtoolbox - ---------------------------------------------------------------------------- */ -QToolBox { - padding: 0px; - border: 0px; - border: 1px solid #C9CDD0; -} - -QToolBox:selected { - padding: 0px; - border: 2px solid #9FCBFF; -} - -QToolBox::tab { - background-color: #FAFAFA; - border: 1px solid #C9CDD0; - color: #19232D; - border-top-left-radius: 4px; - border-top-right-radius: 4px; -} - -QToolBox::tab:disabled { - color: #788D9C; -} - -QToolBox::tab:selected { - background-color: #ACB1B6; - border-bottom: 2px solid #9FCBFF; -} - -QToolBox::tab:selected:disabled { - background-color: #C9CDD0; - border-bottom: 2px solid #DAEDFF; -} - -QToolBox::tab:!selected { - background-color: #C9CDD0; - border-bottom: 2px solid #C9CDD0; -} - -QToolBox::tab:!selected:disabled { - background-color: #FAFAFA; -} - -QToolBox::tab:hover { - border-color: #73C7FF; - border-bottom: 2px solid #73C7FF; -} - -QToolBox QScrollArea QWidget QWidget { - padding: 0px; - border: 0px; - background-color: #FAFAFA; -} - -/* QFrame ----------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qframe -https://doc.qt.io/qt-5/qframe.html#-prop -https://doc.qt.io/qt-5/qframe.html#details -https://stackoverflow.com/questions/14581498/qt-stylesheet-for-hline-vline-color - ---------------------------------------------------------------------------- */ -/* (dot) .QFrame fix #141, #126, #123 */ -.QFrame { - border-radius: 4px; - border: 1px solid #C9CDD0; - /* No frame */ - /* HLine */ - /* HLine */ -} - -.QFrame[frameShape="0"] { - border-radius: 4px; - border: 1px transparent #C9CDD0; -} - -.QFrame[frameShape="4"] { - max-height: 2px; - border: none; - background-color: #C9CDD0; -} - -.QFrame[frameShape="5"] { - max-width: 2px; - border: none; - background-color: #C9CDD0; -} - -/* QSplitter -------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qsplitter - ---------------------------------------------------------------------------- */ -QSplitter { - background-color: #C9CDD0; - spacing: 0px; - padding: 0px; - margin: 0px; -} - -QSplitter::handle { - background-color: #C9CDD0; - border: 0px solid #FAFAFA; - spacing: 0px; - padding: 1px; - margin: 0px; -} - -QSplitter::handle:hover { - background-color: #788D9C; -} - -QSplitter::handle:horizontal { - width: 5px; - image: url(":/qss_icons/light/rc/line_vertical.png"); -} - -QSplitter::handle:vertical { - height: 5px; - image: url(":/qss_icons/light/rc/line_horizontal.png"); -} - -/* QDateEdit, QDateTimeEdit ----------------------------------------------- - ---------------------------------------------------------------------------- */ -QDateEdit, QDateTimeEdit { - selection-background-color: #9FCBFF; - border-style: solid; - border: 1px solid #C9CDD0; - border-radius: 4px; - /* This fixes 103, 111 */ - padding-top: 2px; - /* This fixes 103, 111 */ - padding-bottom: 2px; - padding-left: 4px; - padding-right: 4px; - min-width: 10px; -} - -QDateEdit:on, QDateTimeEdit:on { - selection-background-color: #9FCBFF; -} - -QDateEdit::drop-down, QDateTimeEdit::drop-down { - subcontrol-origin: padding; - subcontrol-position: top right; - width: 12px; - border-left: 1px solid #C9CDD0; -} - -QDateEdit::down-arrow, QDateTimeEdit::down-arrow { - image: url(":/qss_icons/light/rc/arrow_down_disabled.png"); - height: 8px; - width: 8px; -} - -QDateEdit::down-arrow:on, QDateEdit::down-arrow:hover, QDateEdit::down-arrow:focus, QDateTimeEdit::down-arrow:on, QDateTimeEdit::down-arrow:hover, QDateTimeEdit::down-arrow:focus { - image: url(":/qss_icons/light/rc/arrow_down.png"); -} - -QDateEdit QAbstractItemView, QDateTimeEdit QAbstractItemView { - background-color: #FAFAFA; - border-radius: 4px; - border: 1px solid #C9CDD0; - selection-background-color: #9FCBFF; -} - -/* QAbstractView ---------------------------------------------------------- - ---------------------------------------------------------------------------- */ -QAbstractView:hover { - border: 1px solid #9FCBFF; - color: #19232D; -} - -QAbstractView:selected { - background: #9FCBFF; - color: #C9CDD0; -} - -/* PlotWidget ------------------------------------------------------------- - ---------------------------------------------------------------------------- */ -PlotWidget { - /* Fix cut labels in plots #134 */ - padding: 0px; -} diff --git a/external-deps/qdarkstyle/qdarkstyle/light/style_rc.py b/external-deps/qdarkstyle/qdarkstyle/light/style_rc.py deleted file mode 100644 index 7cfd787c986..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/light/style_rc.py +++ /dev/null @@ -1,11319 +0,0 @@ -# -*- coding: utf-8 -*- - -# Resource object code -# -# Created by: The Resource Compiler for PyQt5 (Qt v5.12.10) -# -# WARNING! All changes made in this file will be lost! - -from qtpy import QtCore - -qt_resource_data = b"\ -\x00\x00\x00\x8a\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x3c\x49\x44\x41\x54\x58\x85\xed\ -\xcd\x21\x12\x00\x10\x14\x06\xe1\xff\xb9\x90\xa0\x88\x8a\x5b\x9b\ -\xd1\x05\xe3\x46\x4f\x52\x45\xc5\x7e\x69\xdb\x4a\x00\x00\xfc\xce\ -\x4e\x8c\xb9\xba\xbb\xca\x8b\xa9\xcb\x5a\x4e\xb1\x4a\x52\x78\x31\ -\x04\x00\x00\xb8\xd9\x46\xa5\x08\x04\xe0\x44\x5e\x33\x00\x00\x00\ -\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\x81\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\x33\x49\x44\x41\x54\x58\x85\xed\ -\xd7\xb1\x4e\xc2\x50\x14\xc6\xf1\xff\xb9\x24\x30\x52\x97\x36\x8c\ -\xa6\x2c\x4d\xb4\x6c\x7d\x02\x13\x78\x07\x9e\x02\x67\x75\x90\x1d\ -\x9e\x82\x67\x30\x26\x3e\x41\x37\x71\xe8\x62\x67\x02\x0b\x38\x42\ -\x62\x8f\x03\x20\xa4\x15\x17\xda\x38\x78\xbf\xf1\x2c\xdf\xef\xb6\ -\xcb\x39\xf0\xdf\x23\xf9\x41\xab\xdd\xe9\x92\x65\xb7\x08\x11\xe0\ -\x94\xd4\xb3\x42\x89\x31\x66\x34\x7b\x7f\x7d\x3e\x09\x68\xf9\xd7\ -\x43\xe0\x0e\x58\xa3\x92\x20\xfa\x51\x4a\xbd\x4a\x13\xd1\x00\x68\ -\x00\xc3\x59\xfa\xf6\x50\x00\xb4\xfc\xb0\x07\xfa\x04\xbc\x64\x48\ -\x7f\x9e\x4e\x17\xa5\x94\xef\xe2\xf9\xa1\x6b\xd0\x09\x70\x83\x98\ -\xde\xfe\x4b\x98\x83\x52\x07\xc0\xba\x8a\x72\x80\x79\x3a\x5d\x64\ -\x48\x1f\xd8\xa0\x9f\x83\xfd\xfc\x00\x10\x22\x54\x92\x2a\xca\x8f\ -\x11\x08\x09\x48\x54\x04\x80\x53\xda\x3f\xff\x2d\xca\x0a\xb8\xf8\ -\x09\xf0\x27\xb1\x00\x0b\xb0\x00\x0b\xb0\x00\x0b\xb0\x00\x0b\x38\ -\x06\xac\x50\x69\x56\xde\x28\x38\xc0\xb2\x08\x50\x62\x44\x03\xcf\ -\x0f\xdd\xaa\xba\x3d\x3f\x74\x51\x02\xd0\xb8\x08\x30\x66\x04\x34\ -\x0c\x3a\xa9\x02\xe1\x5e\x5e\x79\xbb\xb5\xbc\x8e\xd4\xc6\xfb\x79\ -\xfe\x30\x79\x04\xee\x81\x0d\x42\xb2\x5b\x20\xcf\x8f\xe0\x6c\x5f\ -\x4e\x9d\x53\x87\xc9\x37\xa2\xdd\xe9\x6e\xf7\x76\x89\x38\xda\x5e\ -\xcf\xcc\x12\x34\x46\x6a\xe3\xfc\x69\x66\xf3\x05\x7f\x82\x66\x31\ -\xa7\x12\xa0\xd7\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\ -\x00\x00\x02\x25\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\xd7\x49\x44\x41\x54\x58\x85\xe5\ -\x96\xb1\x6b\x14\x41\x14\x87\xbf\xb7\x7b\x18\x21\xa2\x98\xc2\xb0\ -\xc9\x55\x77\x39\xc1\xc5\x9c\x29\xad\x2c\x23\x18\xd2\x04\xa2\x95\ -\x82\x9d\x8d\x90\x3f\x40\x2c\xc4\x5e\x04\xc1\x52\xd0\x4a\x05\x9b\ -\x60\x61\xec\xac\x2c\xe3\x26\x1c\x24\x77\x39\x2c\x2e\x2e\x5a\x08\ -\x06\x0f\x3c\xc9\xce\xb3\xd8\x85\xb3\x73\x67\x67\x88\xa0\xaf\x7b\ -\xb0\xef\xfd\xbe\xf9\xbd\x99\x9d\x81\xff\x3d\xc4\x77\xc3\x7a\x3d\ -\x9e\x3a\x9c\x08\xfb\x82\x68\xba\x97\x9c\xfe\xd3\xf7\x35\x9f\xe2\ -\xd3\xed\xf6\xa4\x19\xea\x6b\x81\x53\xa0\xa5\x6a\x02\x5f\xe2\x71\ -\x1c\x1f\x0b\xbe\xeb\x2b\x85\x8b\x36\x75\x9e\x00\x56\xc3\xaf\xa3\ -\xda\x53\x84\x45\xdb\x4a\x1f\x00\x12\x35\x77\x1e\x09\x7a\xad\xc8\ -\xcd\x91\x02\x44\xcd\xf9\x7b\xa0\xb7\xf2\x4c\x0d\x65\x87\xef\x03\ -\x20\x6a\xb4\xd7\x80\x3b\x85\xa6\x01\xb1\x12\x77\x02\x88\xe6\xce\ -\x5f\x47\xf4\x41\x9e\x89\xf5\xca\x9d\x00\x66\xe6\xda\xcb\xa8\x3c\ -\x29\xd2\xca\xe2\x95\x00\xa2\xd6\xfc\x25\x55\x7d\x01\x84\xa0\xea\ -\x22\x6e\x0d\x30\xdb\x8a\x17\x30\xac\x03\xc7\x73\x61\xb1\xda\xf1\ -\x4e\x00\xf5\xc6\x42\xcb\x98\xf0\x0d\x70\x32\x17\xb7\x3b\x6e\x4e\ -\x00\xf5\xb3\x17\x66\x33\x31\x6f\x81\x33\x85\xed\x5e\xc4\xa1\xe4\ -\x5d\x90\x65\x66\x30\xce\xdc\x6d\xff\x3d\x4a\x39\xa0\x90\xf8\x14\ -\xb5\x06\xa8\x85\xc1\x15\xe0\x63\x81\xe3\xed\x02\x2b\x0d\x30\xd8\ -\xfd\xb0\x1f\x6a\xb8\x08\x7c\x01\x91\xb2\x75\xde\x00\x00\x06\xfd\ -\xcd\x6e\x10\x64\x97\x81\x03\x40\x7c\x39\x61\xd5\x64\xbf\xdb\xd9\ -\x24\x60\x19\xf8\xe1\xcb\x09\xeb\x06\x69\x77\xeb\x9d\x88\x5c\x05\ -\x32\xf2\x27\x9d\xd3\xb3\xae\xd2\x0a\x3e\xf5\x92\x75\x44\x6f\x8e\ -\x7b\x68\x65\x88\xca\x16\xa6\xbd\xed\x67\xa8\xac\xb9\x42\x38\xcd\ -\x30\xed\x27\x0f\x81\xfb\xc5\x24\x2a\x41\x38\x6f\xa2\x74\x6f\xeb\ -\x2e\xa2\x8f\xf3\xcc\x1e\xc2\xc7\x51\xd2\xb4\x77\xee\xb6\x22\xcf\ -\xc7\x10\x47\x0b\x00\xbc\xcc\xa6\x26\x0e\x6f\xa0\x6c\xd8\x56\x7a\ -\xfb\xa3\x75\x3a\x9d\x9f\xe6\x84\xac\x08\xbc\xff\x2b\x00\x00\x9f\ -\x93\x64\x18\x8c\xb2\x25\x85\x03\x45\xbe\xf9\xec\xfd\xef\xc6\x2f\ -\x73\x82\x8d\xf9\xfc\x09\x53\xfc\x00\x00\x00\x00\x49\x45\x4e\x44\ -\xae\x42\x60\x82\ -\x00\x00\x00\x97\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x49\x49\x44\x41\x54\x58\x85\xed\ -\xd7\x41\x0d\x00\x20\x0c\x04\xc1\x0b\xc1\x4a\x7d\xa0\xb3\x5a\x48\ -\xea\xa7\x26\x40\xc4\xf1\x63\xf7\xdf\xcb\x7c\x2b\x91\x51\x64\x57\ -\x64\x97\xb3\x31\x3d\xc2\x59\xde\xbd\x34\xdc\x01\x00\x00\x00\x00\ -\x00\x00\x00\x00\x00\x00\x00\x00\x00\x70\x33\x3f\x23\xed\x27\x8a\ -\xaf\xbb\x45\x14\x07\x06\x63\x9d\xc5\xe6\x00\x00\x00\x00\x49\x45\ -\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\xb8\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x02\x6a\x49\x44\x41\x54\x58\x85\xed\ -\x97\xcf\x4a\x1b\x51\x14\x87\xbf\x73\xd5\xb8\x10\xba\xa8\x18\xad\ -\x6d\x17\x01\x35\xd2\x17\xb0\xd0\x52\x5a\xe8\x2e\xd2\x95\x6f\xa0\ -\x46\x17\xc5\x55\xd5\xa5\x88\xab\x14\xba\xa8\x58\xa9\x89\x15\x8a\ -\x1b\x1f\xa0\x81\xee\x84\x42\x41\x5f\xa0\x34\x6d\x8a\x42\xad\x24\ -\x91\x16\xba\x70\x61\xc4\x7b\xba\x98\x4c\x3a\x6a\xfe\x4d\x32\xae\ -\xda\x0f\x06\x66\xce\x3d\x77\xce\x6f\x7e\x67\x98\xb9\x17\xfe\x75\ -\xe4\x62\x20\xba\x9e\xbf\x67\xcf\x64\x1e\xd1\xbb\x40\x4f\x40\x75\ -\x8e\x50\xd9\x31\x6d\x9a\xc8\x4c\xf4\x7e\xac\x2a\x60\x30\x99\x7f\ -\x06\x3c\xaf\x24\x2c\x20\xac\x28\x73\x5f\xa6\x7a\x5f\x5c\x12\x30\ -\xb4\x56\xb8\xaf\xa2\x1f\x80\xdf\x0a\x33\x21\x53\x4c\x7f\x9a\xb8\ -\xfd\x2b\x88\xaa\x77\xd6\xbf\x5f\x2f\xda\x50\x4c\x60\x19\xb8\x66\ -\x0c\x0f\x5c\x27\xda\xdd\x24\x85\x39\x40\x14\x66\xb2\xf1\xde\xcd\ -\x20\x0a\xbb\x94\x1e\x64\x73\x28\x95\x17\x55\xde\xda\x33\x99\x07\ -\x9e\x00\x98\x72\x96\xd3\x73\x42\xa6\x98\x0e\xb2\xb8\x17\x73\x72\ -\x9a\x2e\xd5\x1a\x29\xc7\x3c\xe3\x3d\x1e\xb5\x57\xc2\xe7\xa7\xb7\ -\x7e\x96\x4e\xc3\x6e\xac\xbd\x4a\x6e\xd3\x0c\x26\x73\xa3\x20\x49\ -\xe7\x4a\xe3\x5f\xe3\x7d\xef\x6a\xe5\x07\x2a\x20\x9a\xca\x45\xac\ -\xca\x16\xd0\xe5\x44\x24\x09\xf4\xd7\x9a\x63\x6a\x0d\xfa\x62\x41\ -\x8d\x55\xb3\xf1\xb7\x78\x63\x04\xe6\xc0\xc0\xcd\xc2\x34\xf0\xd0\ -\x1b\x53\x65\xa9\xde\xbc\x40\x1c\x88\xa6\x72\x11\x71\x3e\x60\x65\ -\x04\xd9\xce\x1e\x86\xd7\xae\x5e\x40\x65\xeb\x8f\x45\xec\x38\x8b\ -\x62\xeb\x4d\xaf\xdb\x82\x7a\x6f\x75\x15\xeb\x67\x33\xf1\xbe\xbd\ -\xfa\xea\x1b\x72\x40\x92\xc0\x0d\xe7\x90\xad\x68\x2a\x17\x71\x47\ -\x5a\xb1\xde\xc5\xef\x4b\xd8\xa5\x6a\xde\xb0\xa0\x8f\x01\xac\x1e\ -\x6d\x80\x36\x65\x7d\xc3\x02\x54\x59\x12\x61\xb5\x7c\x8d\x3e\x1a\ -\xe8\x2f\x4c\x21\x08\x2d\x58\xef\x52\xb7\x05\xd9\xc3\xf0\x9a\x20\ -\xdb\xde\x98\x08\xab\x02\xaf\xce\xc5\x7c\x5a\xdf\xb0\x00\x16\xc5\ -\x8a\xd8\x71\xe0\xb8\x46\x96\x6f\xeb\x1b\x17\x00\x64\x26\xfb\xf6\ -\x4a\xbf\xeb\x8a\xa8\x32\x9b\x99\xf4\x67\xbd\x2f\x01\x00\xd9\x1f\ -\xe1\xd7\x17\x5b\x01\xcd\x5b\xef\x5b\x40\x95\x56\x34\x6d\xbd\x7f\ -\x01\x38\xad\xb0\x56\xc6\x80\x7d\x60\xdf\x5a\x19\x6b\xd6\x7a\x17\ -\xdf\x3f\xa3\x6f\xd3\xe1\xf7\x40\xa4\x6e\x62\x83\x78\x1d\x38\x02\ -\x67\x01\x19\xd4\xcd\x2f\x32\xbc\x72\xd0\x5d\x3a\x2d\x5c\x16\xa0\ -\xb2\x03\x50\xb4\xa1\xd8\x55\x09\xb0\x9d\x1d\xb1\x52\xad\x5d\x37\ -\x56\x6e\x81\x69\xd3\x84\xb5\x8c\x0a\x2c\x0f\xa5\xf2\x62\x4e\x4e\ -\xd3\x9e\x35\x5c\x4b\x0c\xaf\x1c\x74\xdb\xce\x8e\x98\x2a\x2f\x01\ -\x6b\xda\x34\xe1\x8e\x55\xda\x98\x24\x08\x72\xa5\x74\x9e\xea\x1b\ -\x13\x17\xcf\xd6\x6c\x04\xcf\xea\xb5\x45\x0a\xa8\xec\x56\xda\x9a\ -\xfd\xe7\x0f\xb2\xa7\xf4\x05\xfb\x74\x12\x38\x00\x00\x00\x00\x49\ -\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\x86\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x38\x49\x44\x41\x54\x58\x85\xed\ -\xce\xb1\x0d\x00\x40\x08\x03\x31\xf4\x93\xb3\x1e\x05\x62\xa5\x1f\ -\x02\x4a\x5f\x9f\xc8\x11\x8b\xaa\x27\xab\x27\x37\x1f\x6f\x33\xbe\ -\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xe0\ -\x03\xee\x27\x06\x09\x05\x6a\x04\xd7\x00\x00\x00\x00\x49\x45\x4e\ -\x44\xae\x42\x60\x82\ -\x00\x00\x01\x22\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\xd4\x49\x44\x41\x54\x78\x9c\xed\ -\xd2\xb1\x0d\xc2\x30\x00\x44\xd1\x33\x43\xc0\x04\x2c\xc4\x0a\x88\ -\x82\x89\x28\xd8\x81\x85\xe8\xa8\x60\x0a\x28\x12\x51\xa5\xce\x43\ -\xe2\x9e\x14\xc9\x9d\xcf\x5f\x49\xaa\xea\x9f\x0d\x75\xf1\xfe\xfa\ -\x3a\xe4\x9d\xcb\xbc\xe2\x7c\x3f\xed\x6e\x62\xc7\x46\x5c\x9a\x24\ -\xf3\xe3\xb7\x49\xb6\xdf\x10\x80\x0b\x30\x3d\x7e\xe9\xbc\x2a\x19\ -\xe0\x27\x34\x80\x1e\xa0\x35\x80\x1e\xa0\x35\x80\x1e\xa0\x35\x80\ -\x1e\xa0\x35\x80\x1e\xa0\x35\x80\x1e\xa0\x35\x80\x1e\xa0\x35\x80\ -\x1e\xa0\x35\x80\x1e\xa0\x35\x80\x1e\xa0\x35\x80\x1e\xa0\x35\x80\ -\x1e\xa0\x35\x80\x1e\xa0\x35\x80\x1e\xa0\x35\x80\x1e\xa0\x35\x80\ -\x1e\xa0\x35\x80\x1e\xa0\x35\x80\x1e\xa0\x35\x80\x1e\xa0\x35\x80\ -\x1e\xa0\x35\x80\x1e\xa0\x35\x80\x1e\xa0\x35\x80\x1e\xa0\x35\x80\ -\x1e\xa0\x35\x80\x1e\xa0\xb1\x00\x63\xe4\xb9\x74\x5e\x1b\xfc\x03\ -\xc6\x31\xc9\x63\xfa\xc6\xd1\xed\xa8\xaa\x7f\xf6\x01\xa6\xf8\x0e\ -\x54\xc2\x1a\xba\x01\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\ -\x82\ -\x00\x00\x01\x07\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\xb9\x49\x44\x41\x54\x78\x9c\xed\ -\xd9\x51\x0d\x83\x50\x10\x05\xd1\x2d\xc1\x43\x15\x60\x0d\x51\x58\ -\x43\x01\x2a\xa8\x8c\xd3\xe4\xcd\x18\xd8\xc9\xe4\xfe\xed\x0c\xe4\ -\xb8\x9e\xf7\xb8\x9e\x57\x3a\x6c\xf2\xf8\x3f\x50\x00\x2d\xa0\x29\ -\x80\x16\xd0\x14\x40\x0b\x68\x0a\xa0\x05\x34\x05\xd0\x02\x9a\x02\ -\x68\x01\x4d\x01\xb4\x80\xa6\x00\x5a\x40\x53\x00\x2d\xa0\x29\x80\ -\x16\xd0\x14\x40\x0b\x68\x0a\xa0\x05\x34\x05\xd0\x02\x9a\x02\x68\ -\x01\xcd\xf2\x01\x3e\xf2\xb8\x7e\x8d\xcf\xb4\x80\xd9\xb5\xc0\xcc\ -\xcc\x7d\x7e\xd9\x12\x97\x5f\x40\x01\xb4\x80\xa6\x00\x5a\x40\x53\ -\x00\x2d\xa0\x29\x80\x16\xd0\x14\x40\x0b\x68\x0a\xa0\x05\x34\x05\ -\xd0\x02\x9a\x02\x68\x01\x4d\x01\xb4\x80\xa6\x00\x5a\x40\x53\x00\ -\x2d\xa0\x29\x80\x16\xd0\x14\x40\x0b\x68\x0a\xa0\x05\x34\xcb\x07\ -\xf8\x01\x3a\xdd\x09\xce\x75\x90\x05\xf1\x00\x00\x00\x00\x49\x45\ -\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\x75\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x27\x49\x44\x41\x54\x78\x9c\xed\ -\xc1\x01\x0d\x00\x00\x00\xc2\xa0\xf7\x4f\x6d\x0e\x37\xa0\x00\x00\ -\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x77\x03\ -\x40\x40\x00\x01\x8f\xf2\xc9\x51\x00\x00\x00\x00\x49\x45\x4e\x44\ -\xae\x42\x60\x82\ -\x00\x00\x02\xe9\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x02\x9b\x49\x44\x41\x54\x58\x85\xe5\ -\x96\x4b\x6e\xd3\x50\x14\x40\xcf\x4d\x3b\x00\xd6\xd1\x21\x28\x8e\ -\xdd\x26\x11\x5b\x60\x00\x6d\x05\x29\xa5\x34\xfd\x49\x65\x01\x95\ -\x58\x03\xc3\xce\x18\x94\xfe\x3f\xb4\xa1\x08\x89\x35\x20\x25\x51\ -\x1c\x3b\x1b\x80\x19\xec\x00\x18\x10\x5f\x06\x89\x2b\xc7\xbf\xc4\ -\x69\x26\x88\x3b\xb2\xe5\xfb\xee\x39\x7e\xf7\x3d\xbd\x07\xff\x7b\ -\x88\xff\xd0\x74\x9c\x87\x78\xf2\x56\xe1\xae\xc0\xeb\xa2\x65\x7c\ -\x9c\x24\xa8\x69\xbb\x0b\x0a\x6f\x80\xdf\x39\x4f\x5f\xcd\xcd\x15\ -\xbe\x00\xe4\xfc\x04\xcf\x93\x77\x0a\x0f\x80\x19\x85\x5a\xd3\x76\ -\x2b\x93\x82\xd7\xdb\x9d\x25\x85\x1a\x30\x03\xdc\xef\xe6\x64\xcf\ -\xff\x76\x23\x20\x70\x27\x30\x26\xa7\x70\x3e\x09\x89\x7a\xbb\xb3\ -\x24\xaa\x67\x83\x2c\xb9\x17\x11\x50\x91\x1d\xc0\x9b\xa4\x44\xd3\ -\x76\x2b\x61\x38\xe0\xa1\xde\x4e\x44\xa0\x6c\xe6\xaf\x11\x59\x89\ -\x91\x38\x1b\x47\xa2\x69\xbb\x15\x85\xf3\x30\x5c\xa0\x5a\x9a\x2d\ -\xd4\x22\x02\x00\x25\x33\x7f\x11\x23\x31\x95\x55\xa2\x0f\x8f\xfc\ -\xb9\x40\xb5\x68\x19\xa7\xc1\xdc\x1c\xa1\x28\x99\xf9\x0b\x54\x5f\ -\x26\x48\x3c\x1b\x01\xfe\xac\x0f\x9f\x1a\x06\x87\xc0\x36\x0c\x47\ -\xa3\xe5\x2c\x23\x72\x12\x92\xec\x0a\x2c\x17\x2d\xe3\x2a\x05\x7e\ -\x1e\x82\xab\xc0\x6a\x1c\x3c\x55\xa0\x57\xd0\x79\xa1\xc8\xf1\x28\ -\x12\x8d\x96\xf3\x14\x91\x8b\x2c\xf0\xa1\x02\x69\x12\xa8\x3e\xf7\ -\x17\xd3\xb8\xf0\x91\x04\x7a\x12\xee\x8a\xc2\x51\x9c\x44\xaf\x4a\ -\x14\xae\x42\xb5\x6c\x1a\x27\xc3\x6a\x8f\x24\x90\x28\x21\xe2\x09\ -\xa0\xaa\x41\xb1\x91\xe1\x99\x04\x02\x12\xc7\x29\xe3\x32\xc1\x21\ -\x66\x1b\xa6\x45\xd1\x32\x4e\x05\x56\x11\xd1\x38\x38\x22\x6b\x59\ -\xe0\x99\x05\x00\x3c\x91\x5f\x02\x11\x01\x11\x51\x85\x9f\x59\xeb\ -\x65\x6a\x41\xbd\xdd\x59\x14\xd5\xf7\xc0\x74\x42\x4a\x57\x45\x96\ -\xca\x66\xfe\xc3\xc4\x05\xfa\xe7\xf9\x65\x08\xee\xcf\x44\xb0\x4e\ -\x57\x45\x2a\x65\x33\x7f\x3d\x4a\xdd\x91\x5a\x90\x08\x57\x5d\x47\ -\x64\x8d\xc1\x96\x4c\x89\xea\x65\xbd\xdd\x59\x9c\x88\x40\xc3\x76\ -\xe7\x93\xe0\xa5\xd9\xc2\x51\xc9\xcc\x1f\xa3\xba\x3e\xae\x44\x6a\ -\x0b\x1a\xb6\x3b\x0f\x5c\x85\xe1\x82\x6e\x14\xad\xc2\xe1\x40\x6e\ -\xcb\xa9\x22\x72\x10\xaa\xf9\xa7\xbf\x26\x12\xdb\x91\x7c\x18\x65\ -\x80\xfb\xd1\xb4\x9d\x35\x45\xf6\xb3\x48\xc4\x0a\x34\x5a\xce\x13\ -\x44\x6a\x59\xe0\xc3\x24\x04\x2a\x71\x17\xdd\xc8\x1a\x48\x82\x2b\ -\x6c\x0e\x83\x03\x14\xad\xc2\xa1\xc2\x26\x83\x6b\x62\x5a\xe1\xb2\ -\x69\xbb\x0b\xa9\x02\x75\xc7\x79\x9c\x04\x2f\x5b\xc6\xc1\x30\xb8\ -\x1f\x65\xcb\x38\x18\x55\xe2\x66\x9a\x1a\x2d\xe7\x11\x22\x9f\x6e\ -\x0b\x0f\x46\xbd\xed\x6e\x88\xb2\x47\xa4\x1d\xb2\x50\xb4\xf2\x9f\ -\x61\xe0\x64\x63\x37\x02\x17\xb6\xc6\x85\x03\x94\x4d\x63\x5f\x85\ -\x2d\xc2\x33\xa1\xba\xeb\xbf\x04\x5a\x20\xc1\x3b\x60\x0f\x6e\x1a\ -\xfb\xe3\xc2\x53\x25\x84\x6e\x44\x40\x95\x6d\xe0\x2b\xf0\xa3\x7f\ -\xa4\xde\x1a\x1e\x94\x10\x58\x15\xf8\x8e\xf2\x0d\x64\x7b\x52\xb5\ -\xff\xfd\xf8\x0b\x2d\xc2\x63\x3c\x82\x26\x69\x7d\x00\x00\x00\x00\ -\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\x25\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\xd7\x49\x44\x41\x54\x58\x85\xed\ -\xd6\x3f\x8b\x13\x41\x1c\xc6\xf1\xef\xb3\x89\xde\xa1\xa0\x76\x82\ -\x16\x8a\x9c\x5d\xb8\xc4\x44\x12\x0c\x5a\xca\x35\x67\x25\x62\x23\ -\x68\x6b\x21\xf7\x0a\x44\xc4\x37\x20\x0a\xd6\x22\x16\x12\xb9\x2e\ -\x88\x62\xa9\xa8\x39\xcc\x9f\x85\x94\x16\x56\x82\x8d\x72\xa0\x70\ -\xd1\x64\x1f\x8b\x6c\xf4\xca\x6c\x12\xc6\x42\x7f\xcd\x6e\x31\x33\ -\xcf\x87\x99\xd9\xd9\x81\x7f\xbd\x34\x4d\xa3\x56\xa7\xf7\x55\x46\ -\xc3\x41\xfe\x44\xbd\x5e\xf8\xb2\x48\x40\x34\x55\x2b\x73\xc8\x70\ -\x30\xb7\x34\x6a\xc6\x71\xbc\x3f\x3c\xe0\x8f\xe4\xcc\xce\xd0\x9b\ -\xfd\x7e\x7f\xef\x5f\x01\x78\xfc\x58\xfb\x36\x18\x3e\x6a\x34\x1a\ -\xb9\xe0\x00\xa1\x44\xc2\x82\xcb\xc7\x56\x4e\xde\xb7\x3d\xd5\x1e\ -\x5a\x18\x00\x6c\xc0\xb6\xc1\xba\xde\xea\xc6\xb7\x03\x03\xc0\xc6\ -\x8a\xa2\x04\x40\xe6\xe6\xbb\xf7\xf1\x46\x50\x40\xaa\xb0\x60\x8c\ -\x90\xef\x6e\xb5\x7b\x57\xc2\x02\x00\x83\x25\x25\xe9\xfb\xc3\x56\ -\xbb\xb7\x1e\x14\x00\x93\xcd\x80\x81\x1c\xf0\xb4\xd5\x8e\xcf\x05\ -\x05\xa4\x95\xa4\x88\x65\x70\x73\xab\xdb\x2d\x85\x06\xec\x46\x1c\ -\xb0\xf5\xfc\x4d\xbb\xbd\x12\x1a\x00\x90\x48\x32\xe6\x70\x8e\xdc\ -\xcb\xd7\x9d\xce\x91\xd0\x00\x6c\x27\xe9\x69\x79\x7c\x8f\xa3\x67\ -\xc1\x01\x00\xf2\xef\xd7\x62\x70\x80\xa4\x28\xfd\xc1\x7f\xfc\xa9\ -\xe4\x68\x68\x40\x64\x5b\x88\xcf\x23\x46\xe7\xcf\x96\xcb\x9f\x42\ -\x02\x22\xc6\x97\x9b\x6d\x48\xd6\xea\x95\xca\x87\x2c\x1d\x17\x15\ -\xbe\x03\xba\x50\x2b\x97\xe3\xac\x9d\x67\x2e\x49\x4a\xc3\x47\xc0\ -\xa5\x5a\xa5\xf8\x2a\xeb\x18\xf9\x79\xd2\x6d\x47\x8c\x05\xd7\xaa\ -\x95\x52\x73\x96\x61\x66\x9a\x01\x49\x62\x12\x6e\x6d\x54\x2b\xa5\ -\xc7\xb3\x8c\x33\x13\x40\x92\xec\x24\x02\xb0\xb8\x53\x3d\x5d\xbc\ -\x37\x6b\x38\x64\x5c\x02\x89\x74\xda\x85\xd1\x83\xda\xa9\xd5\x5b\ -\xf3\x84\x43\xd6\x4b\x69\xc2\x64\xcd\x9f\xd4\xca\xab\x37\xa4\x5d\ -\xe7\x5e\x08\x40\x7a\xca\xbd\xd8\xb7\x94\xbf\x3a\xb9\x8c\xcc\x5b\ -\x19\xbf\x02\xbd\x5d\xce\x73\xb1\x50\x28\xfc\x58\x44\x78\x16\xc0\ -\xb6\xb1\x92\x41\x7e\xbd\x58\x29\x7c\x5f\x54\xf8\xff\x02\xf8\x05\ -\x1b\x16\xa2\x4d\x0e\x91\xf5\x69\x00\x00\x00\x00\x49\x45\x4e\x44\ -\xae\x42\x60\x82\ -\x00\x00\x01\x81\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\x33\x49\x44\x41\x54\x58\x85\xed\ -\x97\x31\x4e\xc3\x40\x10\x45\xdf\xc6\x51\x52\xc6\x69\xc2\x19\x5c\ -\x39\x02\x29\x20\xa5\x45\x22\x77\xc8\x29\x4c\x0d\x14\xa4\x4f\x4e\ -\x91\x33\x20\x24\xda\x48\xc6\x22\xc8\x16\x85\xef\x90\x26\xa6\x0c\ -\x72\x34\x14\x6b\x23\x63\x27\x14\xc8\x16\x05\xfb\xcb\xd9\xd5\xfe\ -\xb7\xb3\x5b\xcc\x87\xff\x2e\x55\x2e\x3c\xaf\xc3\x2b\xe0\x1a\x18\ -\x01\x76\x4d\x3e\x09\x10\x00\xf3\xf3\xb3\xe1\xe3\x51\x00\xff\x25\ -\x9c\x29\xc5\x0d\xb0\x43\x88\x51\xea\xbd\x16\x7b\x91\x1e\x0a\x07\ -\xe8\x8a\x62\x76\x71\x3a\xbc\xab\x00\x04\xeb\x68\x22\xc8\x83\xa0\ -\x9e\xf6\x6d\xa6\x63\xd7\xdd\xd4\x62\x9e\x69\x15\x45\x03\x2b\x65\ -\xa9\x90\x4b\x60\x92\x77\xa2\xf5\x05\x89\x78\xc0\xae\x09\x73\x80\ -\xb1\xeb\x6e\xf6\x6d\xa6\xc0\x07\xe0\xe5\xf5\x56\x61\xcf\x08\x21\ -\x6e\xc2\xbc\x08\x01\xc4\xe8\xff\x55\x01\xb0\x6b\x7b\xf3\x1f\xa5\ -\x12\xa0\x7f\x08\xe0\x4f\x64\x00\x0c\x80\x01\x30\x00\x06\xc0\x00\ -\x18\x00\x03\x50\x04\x48\x10\xe9\x35\x6f\x29\x36\xb0\x3d\x04\x10\ -\xa0\x70\x56\x51\x34\x68\xca\x3a\x3b\xdb\x41\x67\x84\x0a\xc0\x1c\ -\xe8\x5a\x29\xcb\x26\x20\x7c\xff\xed\xc4\x4a\x59\x02\x1d\x60\x91\ -\xd7\xbf\x07\x93\xd7\xf0\x5e\x09\xb7\xe8\xd1\x39\xce\x06\xc8\x1a\ -\x24\x36\xfa\xe6\x9d\xa3\xc1\x24\x57\x16\xcd\x3c\xf4\xe8\xdc\x2f\ -\xaf\xff\x52\x5b\x74\xdb\x17\xe5\x68\x66\xf4\x09\x84\xac\x5e\x2e\ -\x43\xe6\x25\x58\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\ -\x00\x00\x00\x93\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x45\x49\x44\x41\x54\x58\x85\xed\ -\xce\x41\x11\x00\x20\x08\x05\x51\x70\xec\x2d\x4d\xe8\x60\x0d\x42\ -\x61\x07\x61\x46\x0f\xfb\xee\x7c\x56\xa4\xc0\x23\xcd\x23\xad\xb2\ -\x31\x2a\xc7\x1d\x08\x20\x80\x00\x02\x08\x20\xe0\x79\xc0\x6c\xd8\ -\x58\x1e\xf9\x26\x20\x55\xb6\xde\xff\x06\x00\x00\x7f\x38\x41\xad\ -\x0b\x91\x75\x7f\xcb\x77\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\ -\x60\x82\ -\x00\x00\x03\xf6\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x03\xa8\x49\x44\x41\x54\x78\x9c\xed\ -\x98\x4d\x68\x5c\x55\x14\xc7\x7f\xe7\x25\x4c\xb0\x76\x22\x64\x0a\ -\x99\x49\x09\x92\xa4\x1a\x63\x93\x16\x14\xdc\xd8\x20\x7e\xb4\xb4\ -\x20\x7e\x10\x37\xae\xc4\x85\xe0\xd6\x45\xa9\x08\x2a\xa5\xdd\x54\ -\x44\x10\xdc\x0a\x8a\xe0\x42\xb0\xb4\x5d\x88\x34\x14\x0a\xea\xaa\ -\xb6\x8b\xcc\x68\x1b\x33\x33\x19\xfb\x31\x6f\x0c\xcd\x24\xed\x0c\ -\x4d\x8c\x99\x39\x2e\xd2\xc0\xe4\xcd\xcd\x38\x99\x79\x6f\x32\xd2\ -\xfb\x5b\xbe\xff\xbb\xe7\x9e\xff\xb9\xf7\xbe\x77\xef\x05\x8b\xc5\ -\x62\xb1\x58\x2c\x16\x8b\xc5\x62\xb1\x58\x2c\x16\xcb\x83\x85\x78\ -\x1f\x44\x07\x47\x3f\x06\xf9\x50\x44\x3b\x80\x32\x88\x6e\x43\x5e\ -\x3e\xa2\x02\x38\xaa\x52\x02\x3d\x91\x4b\x27\x8e\x57\xaa\x86\x02\ -\x8c\xad\x8a\xd0\xd1\xb2\xfc\x5a\x88\x2a\xa5\x5c\x3a\xde\x59\xf9\ -\xcc\xd9\xae\x64\xda\x05\x43\x01\xf4\x24\xf0\x3f\x9f\xf6\x46\xf4\ -\xbe\xb7\x0d\x54\x2d\x01\x80\xe8\xd0\xde\xe7\x05\xe7\x2c\x10\xf6\ -\xc4\x50\x90\x72\x20\xe9\xf9\x86\x3a\x20\x5e\x5f\x05\x15\x7d\x25\ -\x97\x4c\x5c\xf4\xbe\x6d\x2c\x00\x40\x6c\x68\xec\x69\xd0\x1f\x41\ -\x76\x79\x3a\x68\xe3\x22\x98\xcc\xeb\x6d\x90\xc3\x6e\x2a\x7e\xd9\ -\xd4\x62\xd3\x02\x00\xf4\x0d\xec\x1b\x56\x47\x27\x81\x7e\x6f\x4f\ -\x40\xbb\x15\xc1\xa1\xda\xcf\x75\x29\xcb\xa1\xec\xec\xd4\x74\xad\ -\x46\x9b\x92\x9d\x9d\x9a\x16\xf4\x59\x84\x6b\x1e\x49\xd6\xaa\xdd\ -\x2e\x68\xb5\x79\xe1\x9a\xa0\x07\x6a\x99\x87\x3a\xfe\x02\xd9\x54\ -\xe2\x06\x4e\x68\x1c\xf8\x75\xa3\x22\x02\xda\x06\xbf\x4b\xed\x30\ -\xac\xf9\x4b\x38\xa1\xf1\x6c\x2a\x71\xe3\xbf\x5a\xd7\x5c\x02\x95\ -\xec\x1a\x1e\x0e\x87\x56\x43\x67\x14\x5e\x30\xc8\xa5\x7a\xe3\xf8\ -\x88\x60\x18\x40\x85\x0b\xab\x9d\x2b\xaf\xdf\x9e\x9e\x2e\xd4\x13\ -\xa4\xee\x11\xbc\x37\x3f\xbf\x12\x79\x64\xc7\x77\x25\xa7\x6b\x2f\ -\x30\xe2\x91\x5b\xbd\x1c\x8c\xe6\x41\x4e\xef\x94\xa5\x89\x9b\x33\ -\x33\xf7\xea\x0d\xb4\xa5\x29\xbc\xb8\xb8\xb8\x5a\xdc\xff\xe4\xf7\ -\xe1\x3b\xcb\xbb\x11\x9e\xaa\x4e\x4a\xd9\xc2\xa4\x6a\x10\x15\x90\ -\x6a\xf3\x2a\x5f\xba\xe9\xe1\xb7\xf2\xf9\x9f\xff\xd9\x4a\xb4\x46\ -\xb3\x95\xbe\xa1\xd1\x53\x8a\x1c\x35\x68\x65\x02\xdb\x48\x99\xcd\ -\x2b\x7c\x92\x4b\xc5\xdf\x6f\xa4\xdf\x86\x3f\x62\x85\x85\xb9\xc9\ -\xee\x9e\xde\x25\xe0\xa0\x47\x0a\x68\x0a\x98\xcd\x0b\x1c\x73\x53\ -\xf1\xe3\xa6\x16\xf5\xd0\xd4\x57\xbc\xb0\x30\xf7\x4b\x77\x24\x7a\ -\x0b\x78\x99\x8d\xc6\x7d\x5e\x0e\x46\xf3\x65\x11\x7d\x27\x9b\x4a\ -\x7c\xd1\x4c\x64\x5f\x32\x8c\x0d\xee\x9b\x40\xf4\x5b\x20\xe4\x91\ -\xfc\xd8\x30\x99\x36\x38\x2b\xa8\xbe\xe9\xa6\x13\xa7\x9b\x8c\xed\ -\xdf\x74\xed\x1b\x1c\x7b\x49\xe1\x0c\xc2\xc3\x1e\xa9\x89\x22\x18\ -\xf7\xf5\x45\x47\xe5\xb5\x5b\xe9\xa9\x0b\x8d\xc5\xdc\x88\xaf\xeb\ -\x35\x3a\xb0\xff\x19\x71\xca\x3f\x00\x11\x8f\xd4\x48\x11\x4c\x23\ -\x3f\xaf\x5a\x3e\x92\x4b\xff\x76\xa9\xd1\x1c\xbd\xf8\xfe\xc1\x8a\ -\x3d\x36\x3a\x42\x59\x26\x81\xdd\x1e\x69\x2b\x45\x30\x99\xbf\x89\ -\xa3\x87\xdc\x99\xc4\xd5\x66\x73\xac\x24\x90\x2f\x76\x6c\x60\xe4\ -\x51\x9c\xce\xf3\xc0\xe3\x1e\xa9\x9e\x22\x98\xcc\xff\x81\x96\x0e\ -\xba\xe9\xdf\xaf\xfb\x95\x63\x65\x67\xbe\xe3\xce\x5e\xfd\xb3\x8c\ -\x8c\x03\x57\x3c\x92\x50\xfb\xcf\xd3\x41\xb5\xf9\x2b\x2a\x9d\x07\ -\x82\x30\xbf\x9e\x50\x60\xf4\xec\xd9\xd3\xdd\xa5\x0f\x9d\x03\x9e\ -\x33\xc8\xde\xf3\x83\xa9\x30\x17\xff\x96\xa5\x57\xf3\xc9\xe4\x5d\ -\xff\xb3\x5b\x23\xd0\x3d\x7c\x3e\x99\xbc\xdb\x55\x2a\x1c\x56\x38\ -\x67\x90\xd7\x47\x7b\xb3\x59\x71\xb6\xab\x54\x38\x12\xa4\x79\x68\ -\xc1\x21\x26\x93\xc9\x2c\xe7\xfa\x23\x13\xc0\xd7\x9b\xf4\x6f\xda\ -\xdd\x7d\xe5\xf6\x47\xde\xc8\x64\x32\xcb\x41\xe7\x17\xf4\xc9\xa5\ -\x12\x27\x36\x38\xf6\x29\xc2\x7b\x35\xdf\x52\x3e\x73\xd3\xf1\xa3\ -\xb4\xe8\xc6\xa9\x95\x17\x1a\x5a\x5c\x98\x3b\x1f\x8e\x44\x57\x80\ -\x17\x8d\x6f\x88\x7e\xe0\xa6\x12\x1f\xd1\xc2\x5b\xe9\x96\xdf\xe8\ -\x14\xf3\x7f\xfd\x14\xee\xe9\xcd\xb1\x76\x7e\x58\x47\x81\x77\xdd\ -\x54\xe2\xf3\x56\xe7\xb3\x2d\x57\x5a\xc5\x85\xb9\xcb\x3b\x7b\x7a\ -\x77\x08\x3c\x01\x14\x55\xe4\xed\x5c\x2a\xfe\xcd\x76\xe4\x62\xb1\ -\x58\x2c\x16\x8b\xc5\x62\xb1\x58\x2c\x16\x8b\xc5\x62\x79\xd0\xf8\ -\x17\x87\x68\x28\xd7\xae\xb2\x83\xd1\x00\x00\x00\x00\x49\x45\x4e\ -\x44\xae\x42\x60\x82\ -\x00\x00\x00\xc2\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x74\x49\x44\x41\x54\x78\x9c\xed\ -\xd0\xb1\x0d\xc2\x40\x10\x04\xc0\x7d\x8a\x40\x90\x12\x53\x0d\x2d\ -\x10\xb9\x22\x77\x42\x23\xe4\xc4\x96\x9b\x38\x52\xe4\x8f\x6d\x4b\ -\x78\x26\x5c\x5d\xb0\xb7\x09\x00\x00\x00\x00\x00\x00\x70\x04\x6d\ -\x19\x5c\x6f\xf7\x47\x5a\x1b\x93\x9c\x77\xe8\xb3\xa6\xa9\x2a\xcf\ -\xe9\xf3\x7e\xfd\x86\xa7\xee\xec\x3f\x9f\x4f\x92\x4b\x6b\x19\x97\ -\x61\x3f\xc0\xc1\xf4\x03\x54\x0d\x49\xe6\xed\xab\xac\x6e\xaa\xca\ -\xb0\x77\x09\x00\x00\x00\x00\x00\x00\x00\x60\x7b\x5f\xe7\xad\x10\ -\x08\xfa\x62\xec\xf2\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\ -\x82\ -\x00\x00\x03\xb4\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x03\x66\x49\x44\x41\x54\x78\x9c\xed\ -\x9b\x4d\x4b\x5b\x41\x14\x86\xdf\x93\x44\x0a\x95\x8a\xe9\xc6\x85\ -\x45\x97\x52\x41\xe3\xad\x69\xbd\xa5\x2b\xa1\xd5\x45\xc5\xa5\x5d\ -\x54\xf0\x1f\x48\x77\xad\x2e\x2a\x15\x5a\x4b\x57\xfd\xf8\x05\x82\ -\x1b\xb3\x14\x5d\x68\x0b\x59\xf6\xa6\x4d\x7a\x8d\x82\x25\x4b\x45\ -\x17\x76\xd1\x48\xc0\x82\x68\x3c\x5d\x24\xc2\xfd\x4a\x4d\x32\x37\ -\x19\xd3\xcc\xb3\x9b\x33\x27\x87\x77\xde\xcc\x9d\x3b\x24\x33\x80\ -\x42\xa1\x68\x66\xa8\x9c\xa4\x78\x3c\x1e\x6a\x6d\x0b\x8f\x33\xf0\ -\x04\x40\x14\x40\x27\x80\x6b\x35\x55\x56\x39\x27\x00\x0e\x00\x24\ -\x09\x58\x3e\xce\x65\x57\x86\x87\x87\xcf\x2e\xfb\xd0\xa5\x06\x18\ -\xdf\xcd\x47\x14\x08\x7c\x00\xf8\xb6\x1f\x2a\xeb\xc8\x0e\x9f\xf3\ -\x33\xfd\xae\xf6\xf9\x5f\x49\x81\x52\x1d\xcc\x4c\x89\x54\x7a\x96\ -\x02\xb4\xd1\x80\x83\x07\x80\x5e\x0a\xd0\x86\x91\x4c\xcf\x30\x73\ -\xc9\x2f\xba\xa4\x01\xdf\x7e\x6c\xcd\x00\xfc\xba\x36\xda\xea\x07\ -\x11\xbf\x49\xa4\xb6\x5e\x94\xec\xf7\x0a\x16\xa6\x3d\x6d\x38\xc2\ -\x59\x00\x2f\x11\xa2\xb5\xdd\x4c\x66\x6f\x62\x62\x22\xef\xa7\x50\ -\x51\x62\xb1\x58\xb0\xbb\xa7\xa7\x0b\x67\xfc\x18\xc0\x3c\x80\xb0\ -\xb5\x9f\xcf\x79\xc4\xeb\x71\x70\x19\x10\x8f\xc7\x43\xd7\xdb\x6e\ -\x6e\x59\xa7\x3d\x83\xbe\xe0\x34\x30\xa9\xeb\x7d\x87\xb5\x10\xef\ -\x37\x86\xb1\xdd\x81\x96\xf3\x25\x02\x3f\xb4\x84\x77\xfe\xe4\xb2\ -\x11\xe7\xc2\xe8\x7a\x04\x5a\xdb\xc2\xe3\xb6\x67\x9e\xf0\x3b\x1f\ -\xc2\xd3\x46\x19\x3c\x00\xe8\x7a\xdf\x21\x4e\x03\x93\x28\xcc\xda\ -\x0b\x7a\x0b\x63\xb3\xe3\x32\xa0\xf8\xaa\xb3\x06\xe6\x1e\x44\x22\ -\xbf\x7c\x57\x59\x63\x74\xbd\xef\x10\x84\x39\x6b\xcc\x35\x36\x78\ -\x2f\x82\x51\x5b\x2b\x44\x6b\xfe\x4a\xab\x23\x41\x5a\xb5\x07\x78\ -\xd0\x99\xe2\x65\x40\xa7\xb5\xb1\x9b\xc9\xec\xf9\x2a\xaa\x8e\xb8\ -\xb5\xd3\x2d\x67\x8e\x97\x01\xb6\x1d\xde\x55\x5b\xed\x2b\xc1\x43\ -\xbb\x6b\xf7\x5a\x72\x1f\xd0\x2c\x28\x03\x64\x0b\x90\x8d\x32\x40\ -\xb6\x00\xd9\x28\x03\x64\x0b\x90\x8d\x32\x40\xb6\x00\xd9\x28\x03\ -\x64\x0b\x90\x8d\x32\x40\xb6\x00\xd9\x84\xfc\x28\x62\x24\x37\x47\ -\x88\xf0\x0e\x40\x3f\xca\xfc\xaf\x41\x00\x06\x23\xcd\xc0\x73\x3d\ -\x3a\xe0\xfc\xdd\xb2\x62\x84\x67\x40\x22\x69\x4e\x11\x61\x1d\x40\ -\x04\xb5\x1f\x3c\x00\x10\x08\x03\x44\x58\x4f\x24\xcd\x29\xd1\x62\ -\x42\x06\x98\xa6\xd9\x0e\xa2\x4f\xa2\x22\xaa\x86\xe8\xa3\x69\x9a\ -\xed\x22\x25\x84\x0c\x38\xe3\xe0\x7d\x00\x37\x44\x6a\x08\xd2\x56\ -\xd4\x50\x35\x4d\xbf\x08\x0a\x19\x10\xa2\xfc\x57\x00\x39\x9f\xb4\ -\x54\x43\xae\xa8\xa1\x6a\x84\x0c\xd0\x34\xed\x08\xcc\xd3\x22\x35\ -\x84\x60\x9e\xd6\x34\xed\x48\xa4\x84\xf0\x23\x30\x14\xd5\x16\x99\ -\x31\x0a\xc6\x26\x00\x16\xad\x57\x06\x0c\x20\xcd\x8c\xd1\xa1\xa8\ -\xb6\x28\x5a\xcc\x97\x7d\x40\xf1\x7d\x2c\xfc\x4e\x96\x81\x5a\x04\ -\x65\x0b\x90\x8d\x32\x40\xb6\x00\xd9\x28\x03\x64\x0b\x90\x8d\x32\ -\x40\xb6\x00\xd9\x28\x03\x64\x0b\x90\x8d\x32\x40\xb6\x00\xd9\x28\ -\x03\x3c\x62\x27\xd6\x46\x2c\x16\x0b\xd6\x49\x8b\xef\x78\x68\x3f\ -\x71\xe6\x78\x19\x70\x60\x6d\x74\xf7\xf4\x74\xf9\x29\xaa\x9e\xb8\ -\xb5\xf3\xbe\x33\xc7\xcb\x80\xa4\xad\x55\x38\x7b\xdb\x98\xe4\x79\ -\xcc\x1e\xa0\x94\x33\xc5\x65\x00\x01\xcb\x8e\xd0\xbc\x61\x6c\x77\ -\xf8\x2a\xac\x0e\x18\xc6\x76\x07\x18\xaf\xac\x31\x8f\xb1\xb9\x0d\ -\x38\xce\x65\x57\x00\xfa\x69\x09\x85\xd1\x72\xbe\xd4\x48\x26\x5c\ -\x1c\x96\x86\xfd\xc4\xf8\x4e\x61\x6c\x76\x2a\x3b\x2e\x4f\x98\x43\ -\x90\x56\xaf\xf4\x71\xf9\x3c\x8f\x15\xbf\xf9\xea\x8e\xcb\x5f\x90\ -\x48\xa5\x67\xff\x87\x0b\x13\x00\xc0\x4c\xb3\x7a\x34\xb2\xe0\xd5\ -\x57\x72\x1f\x70\xef\x4e\xff\x02\x33\xcd\xd6\x4e\x56\x5d\x60\x62\ -\xcc\x0c\x0d\xf6\xbf\x2d\x95\x50\xe6\xa5\x29\x7a\x0f\xa0\xd7\x57\ -\x69\xb5\xa7\xac\x4b\x53\x55\x5c\x9b\xe3\xc1\xe2\xa9\xeb\x2b\x78\ -\x6d\x8e\xf7\x01\x4a\x55\x72\x6d\x4e\xa1\x50\x34\x37\x7f\x01\x18\ -\x93\x14\x11\x90\x0d\x1d\xdd\x00\x00\x00\x00\x49\x45\x4e\x44\xae\ -\x42\x60\x82\ -\x00\x00\x00\x94\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x46\x49\x44\x41\x54\x58\x85\xed\ -\xd7\xb1\x0d\x00\x20\x08\x05\x51\x62\x5c\x82\x9a\xda\x1d\x1c\xdc\ -\x84\xd5\x1c\xe2\xec\xbc\xeb\xf9\x79\x2d\x11\x06\xca\x5a\x9d\xb5\ -\x9a\x6c\x4c\x68\xd8\xf0\x3e\x06\x1d\x10\x20\x40\x80\x00\x01\x02\ -\x04\x08\x10\x20\x40\x80\x00\x1a\xfd\x8c\xce\x13\xc5\xd7\x5d\xc8\ -\xc8\x03\x87\xcc\x9c\x10\xda\x00\x00\x00\x00\x49\x45\x4e\x44\xae\ -\x42\x60\x82\ -\x00\x00\x00\x9b\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x4d\x49\x44\x41\x54\x58\x85\xed\ -\xd7\xb1\x09\x00\x20\x0c\x44\xd1\x28\x0e\xe6\xe0\x42\x7a\x0b\x71\ -\xa3\x38\x42\x3c\xb1\xfc\xbf\x3c\x08\xbc\x36\x66\x24\x36\xd7\xf6\ -\xb9\xb6\xdf\xee\x59\x4d\x3d\x88\xb0\xae\xec\x59\xf5\xe5\xe8\x67\ -\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa0\x7f\x46\ -\x56\x86\xb2\x53\xd6\x01\x3d\x7c\x14\xcb\x3e\x83\x9e\x8e\x00\x00\ -\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x0c\xd6\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x0c\x88\x49\x44\x41\x54\x78\x9c\xe5\ -\x9b\x5b\x6f\x5b\xc7\x11\x80\xbf\x25\x45\x8a\x94\x28\x89\x92\xad\ -\xbb\x64\xc9\x4e\x9a\xc2\x41\xe0\x26\x45\xd1\xa0\x48\x0a\xf4\xa9\ -\x7d\xe9\x7b\x81\x16\xfd\xa3\x7d\x2a\x50\xb4\x0f\x41\x90\x36\x4e\ -\x52\x20\x69\x92\xc6\x96\x6c\xc9\x37\x5d\x48\x49\xa4\x2e\xe4\xf4\ -\x61\xf6\x1c\xee\xd9\x33\x87\xa4\xe4\xf4\xc9\x03\x10\x24\x77\xf7\ -\xcc\xce\xcc\xee\xce\x6d\xe7\x00\xb2\x05\xe2\x78\xe3\x40\x9c\xf2\ -\x9e\xfe\x78\x93\x84\x90\xe3\xf9\x4d\x12\x42\x96\x57\x97\xed\xe0\ -\x0e\xf0\x18\x9c\x14\x3c\xdc\x00\x6e\x19\x1d\x25\x60\x32\x8b\x2f\ -\x6d\xaf\x0d\xa1\x66\x12\x10\xe0\x62\xc8\x98\x73\xa0\x67\xb4\x77\ -\x81\xbe\xd1\xfe\x12\xdc\xa9\x8d\x2a\xcf\xa3\x1b\x35\x00\x64\x1b\ -\xb8\xed\x09\x3d\x01\x5e\xf8\x89\xa7\x80\x39\xdf\x2e\xc0\x59\xd0\ -\x3e\xeb\xdb\xfa\xbe\x1d\x8f\xa3\x0a\x34\x81\x8a\xef\x3f\xf7\x34\ -\x54\xfd\xf7\x25\x70\x04\x97\xa7\x50\x39\xf2\x6d\x53\xa8\x20\x9d\ -\x9f\xff\xc4\xff\x9f\xf2\x6d\x0e\x68\x01\xa7\xbe\x7d\x29\xe8\x7b\ -\x01\xee\x71\x31\x6f\x85\x52\x92\x2d\x90\x09\x90\x8f\x40\x56\x8d\ -\x31\x6b\x20\x0b\x46\xfb\x06\xc8\xbc\xff\x3d\x05\x72\x0f\xe4\xae\ -\xff\xcc\x80\xdc\x01\x19\xb2\x23\xa4\xee\xc7\x2c\xa8\xe0\xe5\xae\ -\xc7\x31\xe1\xfb\xe7\x40\x36\xf3\x47\x55\x9a\x05\xed\x1b\x20\xbf\ -\x06\x29\x5f\xf3\x88\xcb\x04\xc8\x9f\xf5\xc1\x5c\xdf\x36\x48\xc5\ -\x68\x7f\xdb\x3f\xb7\xe2\x27\x5b\x8e\xf0\xdd\x1b\x73\x72\x3c\xe3\ -\x25\xff\xdb\x79\x46\xb6\xa0\x75\x4b\xdb\xe5\x2d\x83\xd9\x32\xc8\ -\x4f\x8c\xf6\x09\x90\x3f\xda\xbc\x14\x13\xf0\x91\x7f\x30\x92\x9a\ -\xac\x17\x30\x7f\xc7\x7f\xb6\xed\x15\x96\xed\x6b\x4c\x4e\x60\xa2\ -\xe2\xf6\x59\x15\x4e\x7b\x49\xe7\xcb\xf5\x97\xb3\xcf\xa5\xbb\xb9\ -\x02\xf2\xab\x71\x27\xdf\x1e\x6c\xfb\x50\x63\xca\x14\xc8\x6d\x63\ -\xfc\x2a\xc8\x07\xba\x7d\x4d\x7c\xf3\x5e\x79\x5e\x13\x64\x56\xb7\ -\xbc\xd9\x37\x07\xf2\x00\x64\xd1\xe8\x6b\xfa\x67\x23\xcb\x26\x9b\ -\xfa\xc9\x82\x71\x26\xe4\x17\xe0\x3e\x0d\xfe\x27\xca\xa3\x07\xec\ -\x01\x21\xa3\xab\x70\x79\x0b\x2a\x5f\x0e\xe1\x64\x0d\x78\x5a\xd0\ -\x97\xda\xe1\x1b\x3c\x0b\xf0\x00\xba\x4f\xa0\xf6\x2a\x68\xeb\x28\ -\x5d\x94\xc9\x29\xbc\x98\x37\x98\x30\x90\xc6\xc4\x34\x50\xe6\x1f\ -\xa0\x5a\xbd\xed\xc7\x6c\x01\x2f\x54\xa1\x0f\x05\xf1\xc4\x2c\xf9\ -\xff\x89\xe9\x4a\x34\x78\xd8\x46\xd0\xf6\xc2\xa0\x25\x86\x17\x20\ -\x82\x32\xbc\xe7\x9f\x5d\x02\x7e\x06\x7c\x0e\xcc\xa0\x16\x22\x81\ -\x9c\xd9\x8c\x04\x20\x0d\xd4\xcc\x24\xff\x37\x80\x36\xb8\x5d\x3f\ -\x51\x05\x35\x5d\x9b\xc0\xd7\xe0\xae\xf4\x7c\xb9\x13\x72\x20\xce\ -\x8f\x9b\x42\x7d\x81\x6f\x47\x98\x9f\xf8\xd9\x45\x60\x1a\x35\xa9\ -\x7b\xf6\xb3\xd2\x86\xfa\x0b\xd4\x9f\x58\x01\x7e\x00\x16\x80\xcf\ -\x80\xe7\x80\xb7\x3c\xec\xf8\xe7\x7b\xaa\xdb\xdc\x55\xd1\xc4\x5b\ -\x03\xf3\x26\x5b\x59\xcd\x29\x1b\x5e\x0f\x7c\x1c\x29\x46\xcb\x4c\ -\x2e\xa1\xa6\x72\x46\x3f\x37\x05\x59\xf5\xca\x78\x3d\x6b\x55\xd2\ -\xfe\x99\x81\x7e\x91\x09\x90\xdf\x78\x2b\x11\xb6\x07\x8a\x51\xee\ -\xaa\x8e\x18\x40\xc9\x98\xb5\xaf\x13\xb2\x0b\xae\x17\x8d\x5d\x03\ -\xfe\x0e\xdc\x09\x84\x10\xac\xcc\x61\x53\x19\xe7\x10\xdc\x53\xdf\ -\x37\xe6\xaa\x9b\xe0\x9f\x75\x4f\x80\x03\xc5\x7d\xd8\xcc\xf7\x8b\ -\x03\xd6\x81\xbf\x01\xf7\xb2\x73\xba\x9e\xf2\x22\xeb\x18\x47\xc0\ -\x12\xc0\x14\x70\x16\x31\x0f\x7a\xe6\xbf\xf3\x5b\xe9\x31\x59\x21\ -\xa0\x1a\xb9\xd9\x57\xc6\xdd\xe5\xf8\x3c\x8e\x0b\xee\x52\x71\x37\ -\xfb\xd1\x6e\x08\x3d\xbc\x1e\xf0\x04\x3d\x7a\xe1\x90\x1e\xea\x29\ -\x4e\xc7\x58\x2d\x25\x38\xe7\x57\x2f\x00\xd9\x46\x95\x4c\x29\x30\ -\x77\x07\xc0\x7d\xe0\xd2\x9b\xab\x57\xe8\xee\x09\x4d\x9e\x9f\xd0\ -\xdc\x04\x25\xe8\xfa\xe3\x56\x3b\xc4\xf6\xf7\xa7\x81\x2e\x48\x78\ -\x66\xfb\x3a\x56\xee\x03\x47\xe8\xca\x7f\xad\x63\x05\xa0\x03\x9d\ -\x13\xa8\x2f\x92\xd1\x67\xee\x08\xe4\xa7\xf1\x04\x63\x58\x01\x79\ -\x0b\x2e\x2a\x50\x9d\x46\x15\xd3\x29\x83\xad\xbd\x0b\xfc\x0e\xf8\ -\x4b\x01\x03\x01\x74\xe6\xa1\x9e\x04\x3f\x3e\x4e\xa8\x1d\xf9\xce\ -\x79\xd4\x52\xf8\x1d\xd5\x39\x87\xfa\xe1\x10\x64\x5d\xd4\x3c\xfe\ -\x06\xf8\x24\xa0\xd9\x2b\xcf\x7a\x0d\xb8\x0d\x72\x1e\x2d\x66\x6e\ -\x25\x62\x01\xc4\xd1\xe1\x5d\x60\x1a\x26\x1f\xaa\x12\x74\xfb\xd9\ -\xe1\xb2\x0e\xfc\x03\x0d\x70\x8c\x20\x43\x80\xee\x6d\xa8\x4d\x40\ -\xfd\x25\xb8\x4e\x01\x43\x47\xd9\xbf\x52\x07\x16\xe0\xa2\x06\xd5\ -\x93\xbc\xd6\x4e\x7d\x93\xbf\x02\x6b\xe0\xf6\x82\xce\x36\xc8\x09\ -\xba\x63\xdf\xf6\x9e\x6b\x42\x5b\x9f\xe8\xd8\xc7\x3a\xa0\x0a\x9c\ -\xfb\x09\xee\xa1\xab\xf2\x85\x4d\xb3\x2c\xa1\xdb\xbe\x87\xad\x13\ -\xa6\x81\x55\xa8\xb5\x55\x89\x15\x32\x6f\x80\xeb\xe8\x33\xd5\xb6\ -\x32\x18\x1e\xab\x30\xaa\xa3\x87\xfa\x02\x2b\x05\x88\xbe\xf1\x63\ -\xee\xf9\xe7\x3a\x64\x1d\xb9\x22\x2b\xc0\x06\xf0\x0c\xf5\x01\x8c\ -\x03\x7c\xd8\x04\xba\xe0\xba\x9e\xe0\x48\x31\x1e\xcd\x43\xbb\x86\ -\xae\xc2\xf9\x58\x3c\xdb\x70\x01\x3c\x85\xf6\x24\x1c\x2f\x60\x87\ -\xb4\x5d\xe0\x4c\xe7\x8c\xc1\x9d\xa1\x8b\xfa\x83\xe7\x29\xc7\x8b\ -\x25\x80\x06\xea\x3d\x2d\xe6\xb7\x7c\x02\xcd\x29\x70\xad\x6c\x5b\ -\x22\x84\xcb\xf7\x61\xae\x07\xb3\xaf\xcc\x47\x6f\x04\xb3\xaf\x60\ -\xf6\x52\x71\x5b\x47\xcd\xb5\x60\xae\x20\x16\x61\x07\x35\xdf\x2d\ -\xd4\xc2\x65\xc0\x12\xc0\x34\xaa\x3d\x0b\x94\x9a\x2c\xa3\x6e\xaa\ -\x01\xc7\x4d\xa8\x7c\x0f\xcc\x33\x7e\xec\x3d\x06\x88\x03\x16\xa0\ -\xf2\x9d\xce\x61\xc2\x73\xdb\x59\x72\x97\x40\x19\xdc\x31\xba\xb8\ -\x19\xb0\x04\x20\xa8\x69\xd9\x29\x20\x64\xc2\xb6\xf3\x32\x05\xa5\ -\x64\x22\x7f\x1c\xac\x60\xeb\xda\x10\x6e\xfb\x16\x94\x4a\x5e\xbf\ -\xc4\xc3\xae\x94\x36\xb1\x78\x3a\xd4\x23\x34\xda\x0a\x94\x07\x83\ -\x4c\xbf\x7d\x13\xd5\xb2\xe1\x2a\xcc\x82\x74\x81\x15\x98\xd9\x0f\ -\xfa\x5a\xc0\xbb\xc0\x13\xd2\x8c\x4e\x06\x92\xd4\x19\xa8\x4f\x61\ -\xe5\x05\xe7\xd0\x40\xe7\x07\xfd\x2d\xa0\x3b\x73\x03\xe4\x19\x03\ -\x3f\x23\xc1\x7f\xa6\x7d\x1c\x64\xd1\xb8\x63\xef\x0e\x27\x81\x59\ -\x0a\x31\x61\x35\x72\x49\x48\x99\x47\x83\x8d\x65\x4f\x64\x84\x9c\ -\x1e\x74\x66\xa1\x7e\x00\xc4\x41\xc6\x23\x4f\xd0\xd7\xc1\xe4\x2b\ -\x40\x1f\x3a\x67\x50\xdf\x05\x1c\x74\x6f\x41\x2d\xc9\x2f\x3e\xf3\ -\xdf\xce\xcf\xf9\x05\x9a\x2b\x0c\xe1\x15\x74\x66\xa0\x9e\x08\x2d\ -\x9c\xb7\x89\x2a\xbe\xbe\xee\x86\x54\x57\x25\x79\xcb\x4c\xc2\xc6\ -\x5a\x99\x45\xe0\x4b\x90\xaa\x27\xe0\x25\xb8\x43\x34\xd3\x73\x96\ -\x8f\xfc\xa4\x01\xf5\x32\xb8\xe7\x79\x54\x82\x67\x7e\x01\x38\x46\ -\x57\xec\x1b\x63\x77\xb5\xfd\xf8\x32\xba\xe2\x07\x9e\x8e\xff\x68\ -\x5f\x2e\x7a\x3b\xf1\xa6\xcf\x67\x7f\x43\x9a\x64\x1f\x15\x98\x17\ -\x9a\x6c\x02\x4f\xe0\xa4\x03\x8d\x29\xb2\xe1\xb1\xa9\x03\x4a\xa8\ -\x04\x6f\x83\xdb\x09\xec\xf7\x2d\x6c\xe5\x37\x0d\x47\x05\x69\x68\ -\xa5\x00\xcd\xf4\x6e\x01\x4f\x87\x87\xc4\xa9\x2f\x7f\x1f\x0d\x67\ -\x87\x05\x52\x27\x18\xbe\xbd\x5f\x08\x9f\xb9\x72\x27\xa8\xb7\xba\ -\x01\x8d\x03\xf4\x48\x65\xa0\x48\x09\x2e\xe5\xe3\x01\x28\x20\xbe\ -\x01\xf3\x47\x46\x7b\x02\x65\x25\xb4\xf2\x90\x9c\xb3\x94\x9b\x3a\ -\x51\x78\x9f\x61\xdf\x3f\x84\xb4\x14\x08\x20\x37\x4e\x7c\x6a\x7c\ -\xcd\xea\xb5\x04\xb0\x00\x58\xf6\xdf\xba\x84\x18\x07\x56\x18\x24\ -\x34\x0c\x8f\x31\x81\x9c\x93\xf3\x12\x2e\x8c\xd4\x7b\x06\x8a\x84\ -\x69\xd1\xfa\x0a\x43\x60\x05\x47\xe0\x5a\xe1\xec\x28\xc1\xf4\x07\ -\x3b\xa7\x30\x94\x36\x3c\x3c\xd7\x85\xea\xa8\x7c\xdb\x35\x72\x0d\ -\xee\x0c\x55\xe6\x19\x88\x05\x30\x41\x71\x54\x77\x13\x9b\x5e\x83\ -\x6e\x64\xde\x62\x21\x0c\xbd\xb1\xb9\xa9\x1f\x51\xf4\x5c\xae\x3d\ -\xb6\x02\xcb\x70\x65\x69\xf3\xc0\x3f\xc8\xb4\x97\xec\xf6\x14\x9a\ -\x50\x7b\x66\xd0\x21\x20\x8f\xd1\x24\x0b\xc0\xa3\x02\xfd\x32\x62\ -\x85\xbb\x7d\x8d\x34\x73\xd0\xc3\xce\xd6\x8e\x8a\x05\x7a\x15\x98\ -\xb8\xce\xf6\x4f\xec\x75\x11\xf4\x47\xf4\xbf\x26\xd4\x1c\xc5\x47\ -\x70\xac\x79\x23\x01\x94\x9f\xa1\xf6\x37\xc6\xd5\xb3\x11\x8e\xcc\ -\xf2\x1e\x90\x9a\xa4\x10\xd2\x6d\xff\xc8\x7f\x46\x58\x87\x42\x28\ -\x12\x40\x19\xdb\xb3\xcc\xcd\x11\xeb\x80\x2e\x51\xbc\x1c\x40\x11\ -\xb3\xc3\x08\xbf\xca\xcf\x11\x9f\xf9\x51\xd6\x61\x28\x14\x8d\x1f\ -\x5b\x39\xc6\x02\x48\x72\xe7\x39\x6d\x79\x03\x22\x12\xe8\x93\xde\ -\x27\x16\x29\x3c\x4b\x08\x32\x43\xea\xe9\xdd\x78\xee\x00\xc4\xe7\ -\x17\xb3\x60\x99\xc1\x23\x06\xb7\x38\x3f\x06\x3c\x07\x56\x46\x68\ -\x7b\x22\x21\x94\x50\xaf\xcd\xb8\x70\xc9\xc0\x98\xbe\x49\x12\x4e\ -\xe7\x05\x6a\x09\xc0\x01\xfb\xe4\x2f\x12\x8b\xa4\x7d\x00\x6d\x43\ -\x6f\x64\xe0\x25\xf0\x21\x23\x8b\x13\x9c\xa0\x61\xf8\x47\x0c\xbf\ -\x13\xc4\x67\x80\x8e\x8b\x10\x0d\x7e\x8a\x43\xad\xcd\x2e\x63\xe8\ -\x00\x00\xf1\x8e\xd0\x53\x15\x42\x7a\xb3\x73\x80\x79\x1b\xcb\x25\ -\x34\xaa\x43\x28\x4d\xee\xeb\xfe\x05\x6c\x6a\xde\xa0\x08\x64\x8e\ -\xc1\xe5\xcb\xa6\x45\xf0\x00\xe6\x26\x31\xd3\x6d\xed\x45\xd2\x88\ -\x55\x9a\x68\x6e\xe3\x91\xc7\x35\x32\x1f\x00\x9a\xe7\x9f\x04\x77\ -\x0e\xec\x28\x12\xd9\x40\xad\xc3\xbc\x8f\xbd\x43\x44\x4b\xc0\x19\ -\xc8\x3b\x44\x91\x16\x9a\x81\x59\x43\xa3\xba\x26\x70\x01\x17\x5b\ -\x5e\xc7\x58\x4e\xcf\x29\x1a\x19\x2e\xe9\x58\x1e\x00\xff\x06\x89\ -\x4d\x73\x92\xd9\x49\xf2\x01\xc9\xff\x24\x84\xee\x78\xfc\x7b\x7a\ -\xaf\x09\x3e\x83\x9d\xf3\x49\x62\x01\x74\x7c\xdb\x32\x7a\x1e\xd1\ -\x0b\x05\x8e\x3c\xbd\x02\xec\x67\xb7\xb1\xa0\xb9\x43\x59\xcf\xe6\ -\x10\xd3\x73\xf7\x4f\x70\xed\x60\x8e\x82\x3c\xa3\x05\x02\x9a\x38\ -\xd9\x8d\xe6\x5c\xd3\x60\x2d\x61\x3c\x09\x87\xc5\xa1\xbb\xfa\x38\ -\xdb\x0e\x0c\x0a\xb6\x32\xd9\xe9\xf8\x08\x84\x57\xd7\x16\xec\xa1\ -\xc1\x8d\x05\xcf\xc8\x14\x56\xe0\x6f\x65\x5f\xfb\x6e\x30\xb6\x0e\ -\x2b\x14\xe6\x24\x93\xc0\xcb\x84\xe4\x3a\x3e\xa3\x38\x8b\x94\xe0\ -\x85\x6d\x0a\x5d\x5f\x89\xb2\xea\x6d\xdc\x15\xd0\xf2\x67\x30\xc9\ -\xdb\xbf\x0e\xf3\x09\x04\x42\x68\xdd\x46\x13\x24\x56\x4e\xb2\x1c\ -\xd0\x18\xf7\x2d\xa3\xd6\x68\x2c\x25\xd8\x46\xed\xa5\x19\x3f\xfb\ -\x6d\x6e\x64\x5f\x01\x38\x83\xc6\x32\x9c\x9c\x8d\xe1\x25\x5e\x03\ -\x9c\x28\xce\x99\x15\x06\x65\x77\x31\x2c\x53\x7c\xbc\x92\x1a\x85\ -\x9c\x59\xb5\x04\x70\x86\x2a\x97\x72\x41\x86\x15\x38\xee\x90\xbb\ -\xf7\x4f\xb7\xfd\x57\xd0\x38\xd3\x73\xfa\x63\x81\xac\x2a\x4e\xbe\ -\xc2\xf4\x18\xa5\x01\xad\xae\x2d\x74\x99\x83\xb3\x2e\xca\x53\x4e\ -\x78\x45\xf9\x80\xc4\x66\xbe\x6d\x13\xd4\x3c\x54\x84\xc9\x31\xc9\ -\xb9\xb7\xa7\xe8\x96\x5b\x85\x4e\x41\xa1\xd3\x38\x70\x3e\xab\x38\ -\x92\xea\x4f\xd3\x6d\x9e\x04\x66\x61\x2e\x4e\xd6\x26\xb0\x02\x53\ -\xd3\x01\x4f\x19\x88\x05\x70\x41\x9a\x34\x70\xde\x74\xc9\xba\x8d\ -\xd7\xed\x2b\x72\x4a\xd8\xee\xed\x15\xb0\x07\xf5\x4b\x55\x5c\xb2\ -\x38\x9e\xaf\x2f\xce\x8f\x5d\x81\x49\x8f\x23\x3c\xf3\xa1\x10\x28\ -\x01\xab\x76\xfa\x0e\xd4\x34\x5f\x54\xc0\x7d\xeb\x1b\xea\x44\x56\ -\x20\x36\x83\xf1\x95\xd3\x27\x68\x39\x1a\xc0\x32\x5a\x27\xd4\x0f\ -\xc6\x5d\x02\xbf\x45\xaf\xc7\x97\x0d\x9d\x97\xa4\xa0\x4e\xd1\xf8\ -\xfc\x3d\x2f\x84\x61\x89\x0f\x21\xad\x35\xa0\x81\xba\xd1\x56\x4d\ -\xcf\x25\xf0\x7b\xe0\x53\x06\x97\xa3\x89\x19\x4c\xca\x6b\x27\xf5\ -\x66\x3b\x85\x12\xc3\xdd\x67\xd9\x42\x0b\x0f\xc2\xb6\x86\xf7\x08\ -\x37\xa2\xf6\xa4\x0e\x6f\xcd\x7f\x1b\x56\x43\x1a\xdc\xa8\x46\x30\ -\x7d\x7e\x05\xf3\x52\x45\xaa\x68\x09\xed\x1c\xc8\xbb\xb6\x4e\x90\ -\xf7\xf3\xd6\x4a\x3e\x64\x8c\x1a\xa1\x43\x90\x20\x23\xeb\x4e\xe0\ -\xa4\xab\xf5\x80\x29\xa2\xf0\x8a\xba\x0f\xee\x11\xea\x25\xbe\x06\ -\xb3\xe3\x82\xcc\xa0\x29\xfb\xef\xd1\xcc\xcf\x0e\x79\xc5\xb8\x81\ -\xa6\xe0\xc3\x0b\x9e\xe4\x6e\x22\x03\x96\x00\xba\x40\x95\x4c\x49\ -\xec\xcc\x0b\xa8\x4c\x7a\xc9\x16\x85\xb4\xfb\xd0\xaa\xaa\xce\xb8\ -\x56\x5d\xee\x98\x20\x65\xc5\xdd\xaa\x90\xaf\xfa\x08\x14\x63\x7b\ -\x11\xba\x1d\x32\x1a\x5f\x2a\xa8\x6e\xcb\xd5\x28\x58\xb1\x40\x09\ -\xdc\x9e\x6e\x79\x79\x16\x28\xa0\xa7\xa8\x46\xee\x01\xff\x0d\x98\ -\x0f\x24\x3f\x77\xe0\x05\x94\x84\xbf\xa1\x0b\x7c\x13\x48\xbc\xbf\ -\x55\x94\xd1\xa7\x30\x27\x51\xbf\x04\x39\xc6\xfb\xd0\x68\x91\xb9\ -\xbe\x93\x8a\xd2\xe3\x76\x40\xee\x1a\xcc\x66\xe0\x25\x69\x2e\xc0\ -\xed\xa2\x75\x36\xc9\xd6\x17\x54\xf1\x54\xc8\x66\x8d\x22\x1c\x4e\ -\x54\x80\xec\xa3\xb5\x3f\xf7\xc6\x08\x97\x0d\x68\xdd\x46\x9d\x9b\ -\x25\xe0\xb9\xee\xb0\x9c\x9d\x9f\x26\x5d\xd5\xe3\x26\xba\xea\x65\ -\x54\x79\x76\xd0\xda\xe6\x25\x65\x1e\xd0\xcb\xd8\x8c\x33\x14\xed\ -\x00\x77\x9a\x0d\x57\xdd\x1e\x5a\xc3\xbf\x81\x46\x66\x9f\xa3\x42\ -\x78\x00\xe7\x27\x50\x3d\x52\x22\x0b\xcd\x5b\x5f\xe7\x68\x24\x15\ -\x9b\x49\x1b\x80\x83\x0b\xbf\xbb\xaa\xc9\x0b\x14\x21\x1c\x7b\x66\ -\xbc\xa9\x33\x1d\xcb\x65\xc5\x2f\x4b\x1e\x6f\x12\x23\x7c\x00\x3c\ -\x04\x0e\xc0\xbd\x0c\xc6\x97\xe3\x7b\x46\xeb\x08\xc4\xcc\x74\x3d\ -\x21\x0f\xd1\x82\x45\xd0\x2b\xef\x65\xdf\xbe\x1f\xb4\x1b\x20\x62\ -\xf7\x8b\x83\xea\xa4\x67\xb0\x53\xe0\xc5\xad\x8f\xc0\x7d\x05\x4c\ -\xc1\xd1\xf7\xd9\xeb\x39\x71\x9e\xb6\xf8\xcc\x8f\x93\x42\x93\x3b\ -\x03\xe7\x27\x53\x2e\x5f\xcf\x5a\x07\xf0\x66\xe8\x7d\xec\x44\x49\ -\x32\xe6\xff\x50\x2e\x0f\xba\x00\xf2\xf3\xbc\xf9\x95\xa6\x5a\x8a\ -\x5c\xb9\xfc\x1d\xcc\xb2\x5e\x1b\xf9\xc7\xd8\x2f\x4c\xac\x92\x7b\ -\x61\x42\x1c\xfa\x82\x85\xf1\x02\x43\x3a\x66\x7b\xcc\x89\x43\x9c\ -\x05\xcf\x88\x43\xdf\x18\xf9\xa5\xd1\x57\xce\xfa\x2b\xa9\x10\xaa\ -\x8c\xff\xc2\x44\x8a\xe8\x4f\x05\x4e\xc8\x46\x5e\x08\x00\xf2\x1e\ -\xfa\xca\x4a\xee\xa5\x04\x5e\xeb\x95\x99\xb4\xad\xe4\x9d\x9f\xb7\ -\x40\xde\x31\x9c\x9f\xb2\xa5\xe5\x3d\xf3\x7f\xc8\xe3\x2b\x9e\x3c\ -\x91\x5a\x59\xa5\x16\x7b\x80\xe0\x77\x82\x71\x7d\x2d\x1b\x7e\x6b\ -\xde\xd3\x4f\x2b\x74\x9e\x2a\x8c\x7e\x69\x6a\xca\x8f\x09\x04\x2f\ -\x2b\x0c\x5e\xbe\x2a\x7a\x39\x6a\x1e\x33\x66\x91\x2d\xcf\x43\x29\ -\xbf\x9b\x15\x62\x44\x86\x93\x23\x9b\xa8\xb6\xf5\x35\xba\xb4\xfc\ -\xef\x1a\x6a\xe6\x1c\x7a\x01\x72\xc1\xe0\xb5\xb9\x19\x40\xa0\x37\ -\x0d\xe5\xc4\x29\x4a\x4a\x64\x7b\xc1\xff\xe4\xf6\x26\x79\x6d\x2e\ -\x28\x97\x4d\xe9\xeb\xfa\x71\x0e\x35\x61\xa7\xfe\xf7\x24\xaa\xc4\ -\x7d\x01\x06\x1d\x54\xa1\xce\x06\x78\xf6\x06\x4e\x93\xed\xc0\x8d\ -\xb8\xa2\x8e\x41\x26\x30\x4a\xcd\x3c\x9e\x3a\x79\x2d\x1b\xbf\x38\ -\x59\x42\xaf\xca\x92\x23\x54\x65\xe0\x5f\xe0\x99\x38\x24\x6b\xf3\ -\xac\x17\x27\x85\x41\xe2\x33\x06\xa3\xb4\x36\x7d\xac\x88\xc7\x37\ -\xf7\xd5\x59\xab\xe1\x0d\x80\x0c\xcf\x6f\x1a\xf3\x09\xa8\x10\xfe\ -\x07\xb4\x0a\xfd\x7e\xcf\x22\x5b\xc2\x00\x00\x00\x00\x49\x45\x4e\ -\x44\xae\x42\x60\x82\ -\x00\x00\x01\x20\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\xd2\x49\x44\x41\x54\x78\x9c\xed\ -\xd0\xa1\x11\xc2\x50\x14\x44\xd1\x0d\x45\x64\x06\x8b\xa6\x1a\x5a\ -\x40\x51\x11\x5d\x50\x0d\x1a\x11\x03\x5d\x04\x41\x06\x05\x36\x87\ -\x19\xf6\xa8\xe7\xfe\xfe\x9b\x54\xd5\x3f\x1b\xd4\xc3\xdb\xdd\xfe\ -\x90\x61\x38\x27\x49\xe6\xf9\x74\xbf\x5d\x2f\x62\xc7\x46\x3c\x9a\ -\x24\xcb\xe7\xc7\x24\xe3\x3b\x04\xe0\x02\xbc\x3e\xff\xe9\x5e\x95\ -\x0c\xf0\x13\x1a\x40\x0f\xd0\x1a\x40\x0f\xd0\x1a\x40\x0f\xd0\x1a\ -\x40\x0f\xd0\x1a\x40\x0f\xd0\x1a\x40\x0f\xd0\x1a\x40\x0f\xd0\x1a\ -\x40\x0f\xd0\x1a\x40\x0f\xd0\x1a\x40\x0f\xd0\x1a\x40\x0f\xd0\x1a\ -\x40\x0f\xd0\x1a\x40\x0f\xd0\x1a\x40\x0f\xd0\x1a\x40\x0f\xd0\x1a\ -\x40\x0f\xd0\x1a\x40\x0f\xd0\x1a\x40\x0f\xd0\x1a\x40\x0f\xd0\x1a\ -\x40\x0f\xd0\x1a\x40\x0f\xd0\x1a\x40\x0f\xd0\x1a\x40\x0f\xd0\x1a\ -\x40\x0f\xd0\x1a\x40\x0f\xd0\x64\x80\xc7\x97\x7b\x55\x2c\xc0\x3c\ -\xe7\x98\x64\x4a\x32\x2d\x77\x55\xd5\xea\x9e\x0c\xde\x11\x50\x7b\ -\x33\x87\xd6\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\x03\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\xb5\x49\x44\x41\x54\x78\x9c\xed\ -\xd9\x41\x0d\xc3\x40\x10\xc5\xd0\x49\x15\x4a\x05\x54\x64\x01\xb4\ -\xa0\x36\x30\x5e\xa5\xb5\x09\x8c\x65\xfd\xdb\xcc\x40\x9e\xb5\xf7\ -\xb3\xf6\x96\x0e\x1f\x79\xfc\x1f\x28\x80\x16\xd0\x14\x40\x0b\x68\ -\x0a\xa0\x05\x34\x05\xd0\x02\x9a\x02\x68\x01\x4d\x01\xb4\x80\xa6\ -\x00\x5a\x40\x53\x00\x2d\xa0\x29\x80\x16\xd0\x14\x40\x0b\x68\x0a\ -\xa0\x05\x34\x05\xd0\x02\x9a\x02\x68\x01\x4d\x01\xb4\x80\xe6\xf8\ -\x00\x97\x3c\xae\x5f\xe3\x33\x2d\x60\x6e\x2d\x30\x33\xf3\xfb\x5e\ -\x6c\x89\xc7\x2f\xa0\x00\x5a\x40\x53\x00\x2d\xa0\x29\x80\x16\xd0\ -\x14\x40\x0b\x68\x0a\xa0\x05\x34\x05\xd0\x02\x9a\x02\x68\x01\x4d\ -\x01\xb4\x80\xa6\x00\x5a\x40\x53\x00\x2d\xa0\x29\x80\x16\xd0\x14\ -\x40\x0b\x68\x0a\xa0\x05\x34\x05\xd0\x02\x9a\xe3\x03\xbc\xea\x5e\ -\x0b\x50\x5c\x07\xfb\x95\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\ -\x60\x82\ -\x00\x00\x02\x9b\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x02\x4d\x49\x44\x41\x54\x58\x85\xed\ -\x97\xc1\x6a\x13\x51\x14\x86\xbf\x33\xa4\x10\x28\xb8\xb0\x54\xd0\ -\x5d\xf6\x62\xa2\x31\x99\x52\x45\xea\xba\xc5\x55\xdf\xa0\xa0\x5d\ -\x75\x65\xeb\x03\x74\x95\x82\x0b\x0b\x16\x2d\x28\x48\x37\x7d\x00\ -\x03\xdd\x15\x04\x4b\x2e\x69\x6a\x46\xdc\xb7\xeb\x16\x05\x17\x85\ -\x40\xe3\x3d\x2e\x9c\x09\xd7\x98\x64\x32\xc9\xd4\x8d\xfe\x10\x98\ -\xfc\x73\xe6\x9e\x2f\xff\x19\xc8\xbd\xf0\xaf\x4b\xba\x8d\x7a\xfd\ -\xd3\x3d\xeb\xc9\x33\x60\x06\x98\x4e\xa9\xcf\x19\x50\xf3\xac\x56\ -\x4a\xa5\xdb\x1f\xfb\x02\xd4\x0e\x83\xa7\x22\xba\xd1\x0b\x2c\x25\ -\x59\x51\xd6\xca\x77\x0b\xcf\xff\x00\xa8\x1d\x36\xef\x8b\xf0\x01\ -\xf8\xae\xc2\x8a\x6d\x65\xaa\xb3\xb3\x37\xbf\xa5\xd1\xf5\xe0\xe0\ -\xcb\x55\x2f\xdb\x9e\x17\x65\x13\xb8\xe2\x59\x7d\x10\x25\x91\xe9\ -\x90\x08\x6b\x80\xa8\xb0\x32\x73\xa7\xb0\x93\x46\xe3\x48\xe1\x0f\ -\xd9\x31\x47\x81\xa0\xfa\x2e\x1c\xf1\x23\x00\xcf\xa9\x9b\x01\xb0\ -\xad\x4c\x35\xcd\xe6\xbf\xe9\xa2\x15\xad\xed\x47\x96\x0b\x30\xed\ -\xd0\x5e\x8a\x7c\xdf\xff\x1a\x5e\x5e\x8b\xbc\x4c\x9f\xda\x91\x65\ -\x1a\xcd\x05\x60\x3b\xfc\xfa\xd8\x2f\x16\xde\x0f\xaa\x4f\x15\xc0\ -\x04\x41\x8e\xb6\xee\x02\x93\xa1\xb5\x0d\xdc\x18\xf4\x8c\x37\xe8\ -\x66\x12\xa9\xaa\x27\x3f\xf4\xad\xd3\x7c\x28\xa5\x06\x50\x6f\x34\ -\x97\x55\x99\x73\x3d\x51\x59\xff\x2b\x00\x26\x08\x72\x2a\xb2\xd1\ -\x65\xef\x97\x8a\xb7\x5e\x5f\x3a\x40\x9f\xe8\xcf\xc9\xc8\x92\x88\ -\xd8\xb8\xe7\x63\x5f\xc2\xb8\xb7\xba\xde\x68\x2e\xab\xc8\x9c\xeb\ -\x89\xca\x6a\x39\x9f\x3f\x8e\xa5\x67\xb8\x04\xb6\x81\xeb\xe1\x67\ -\xd7\x04\x41\xae\x03\x37\x46\xf4\x49\x00\x5c\x4d\xd2\xd6\x37\xaa\ -\xea\x8d\x1b\x7d\xa4\xd8\x11\x88\xca\xba\x8a\x6e\x39\xd6\xc3\x7a\ -\xe3\xf3\x13\xb0\x32\x4e\xf4\x91\x62\x13\x08\xe3\xdc\x77\x3d\x15\ -\xdd\x52\x91\x97\x5d\xa5\x89\xa2\x1f\x1a\x40\x44\x2c\x19\x59\x02\ -\xce\x07\x94\x25\x8e\x7e\x68\x00\x00\x3f\x9f\x3f\x16\xd5\xb5\xbe\ -\x90\x2a\xab\x7e\xc2\xe8\x13\x01\x00\x94\x8a\x85\x57\x74\x8d\x22\ -\xd4\x48\xd1\x27\x06\xe8\x33\x8a\x91\xa3\x4f\x0c\x00\xe1\x28\x90\ -\x45\xe0\x04\x38\x11\x64\x71\xd4\xe8\x23\x25\xfe\x3b\x2e\x17\xf3\ -\x7b\x40\x2e\xb6\x70\x48\xb9\x09\x9c\xc1\xaf\x0d\x64\x5a\x8b\x77\ -\xcb\x18\x33\x15\x5e\x9e\xf6\x02\xa8\x01\x78\xd9\xf6\xfc\x65\x01\ -\x30\x91\x8d\xd6\x36\x91\xd5\x19\x81\x67\xb5\x62\x3d\x59\x10\x65\ -\xd3\x1c\x05\xc2\x45\xab\xea\xec\xe1\xc6\x92\x31\x66\x8a\x89\xec\ -\x3c\xaa\x2f\x00\xeb\x59\xad\x44\xf7\x7a\x1d\x4c\x2a\xa4\xb8\x51\ -\xe9\x52\xff\x83\x49\x24\xe7\x68\xe6\xe3\xec\x5e\xc7\xd4\x29\x60\ -\x7a\x1d\xcd\xfe\xeb\x27\x8d\x4f\xe3\x63\xac\x10\xa0\xfb\x00\x00\ -\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\x31\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\xe3\x49\x44\x41\x54\x78\x9c\xed\ -\xd2\xc1\x09\xc2\x40\x00\x05\xd1\xbf\x16\x91\x52\x2c\xc4\x0e\x24\ -\x27\x2b\xca\xd1\x0e\x2c\xc4\x32\x3c\xd9\x45\x3c\xb8\xe0\x41\xbc\ -\xb8\xbb\x19\xc1\x79\x10\x48\x60\xd1\x9f\x21\x89\xa4\x7f\x56\x46\ -\xff\xc1\xf9\xba\x1e\x92\x2c\xf5\xf1\x74\xdc\x97\x4b\xcf\xf3\xad\ -\x76\x23\x7f\xbc\x5a\x52\x32\xa5\x64\xca\xeb\xc5\x7a\x9e\x6f\x32\ -\x3e\xc0\xf3\x45\xde\xef\x7b\x9d\x6f\xb4\xc5\x17\xf0\xd3\x0c\x40\ -\x0f\xa0\x19\x80\x1e\x40\x33\x00\x3d\x80\x66\x00\x7a\x00\xcd\x00\ -\xf4\x00\x9a\x01\xe8\x01\x34\x03\xd0\x03\x68\x06\xa0\x07\xd0\x0c\ -\x40\x0f\xa0\x19\x80\x1e\x40\x33\x00\x3d\x80\x66\x00\x7a\x00\xcd\ -\x00\xf4\x00\x9a\x01\xe8\x01\x34\x03\xd0\x03\x68\x06\xa0\x07\xd0\ -\x0c\x40\x0f\xa0\x19\x80\x1e\x40\x33\x00\x3d\x80\x66\x00\x7a\x00\ -\xcd\x00\xf4\x00\x9a\x01\xe8\x01\x34\x03\xd0\x03\x68\x06\xa0\x07\ -\xd0\x0c\x40\x0f\xa0\x6d\x11\xe0\xfe\xe1\xbe\xd7\xf9\x26\x5b\x04\ -\x98\x93\xdc\xea\x35\x0f\x38\x2f\x49\x5f\x7b\x00\x1c\xbd\x16\x38\ -\xac\xde\x7f\xdc\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\ -\x00\x00\x00\xf0\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\xa2\x49\x44\x41\x54\x78\x9c\xed\ -\xd0\x31\x0d\x00\x20\x00\xc4\x40\x82\x7f\x63\x0c\x24\x38\x02\x19\ -\xc7\xd0\x33\xf0\xcd\x8f\x01\xad\x7d\xee\xda\xe7\xca\x86\x29\xc7\ -\x7f\xd0\x01\x3a\x40\xeb\x00\x1d\xa0\x75\x80\x0e\xd0\x3a\x40\x07\ -\x68\x1d\xa0\x03\xb4\x0e\xd0\x01\x5a\x07\xe8\x00\xad\x03\x74\x80\ -\xd6\x01\x3a\x40\xeb\x00\x1d\xa0\x75\x80\x0e\xd0\x3a\x40\x07\x68\ -\x1d\xa0\x03\xb4\x0e\xd0\x01\x5a\x07\xe8\x00\xad\x03\x74\x80\xd6\ -\x01\x3a\x40\xeb\x00\x1d\xa0\x75\x80\x0e\xd0\x3a\x40\x07\x68\x1d\ -\xa0\x03\xb4\x0e\xd0\x01\x5a\x07\xe8\x00\xad\x03\x74\x80\xd6\x01\ -\x3a\x40\xeb\x00\x1d\xa0\x75\x80\x0e\xd0\x3a\x40\x07\x68\x1d\xa0\ -\x03\xb4\x0e\xd0\x01\x5a\x07\xe8\x00\xed\x01\xf3\xb6\x07\x49\xf0\ -\x3c\xee\xaa\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x03\xc4\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x03\x76\x49\x44\x41\x54\x78\x9c\xed\ -\x98\x4d\x88\x1c\x45\x18\x86\x9f\xb7\xc7\x78\x09\x82\xa0\x78\x11\ -\x0f\x1e\x04\x3d\x09\x99\x9d\x21\x90\xcd\x61\x54\xc2\x86\x80\x08\ -\x91\x80\x10\x96\x99\x5d\x71\x05\x41\xf0\x10\xff\x40\x42\x30\x82\ -\x1b\xc4\xb3\x0a\xbb\xce\xe6\xe0\x49\xa2\xf1\xa0\xa2\x44\xe2\x35\ -\x33\x23\x78\x8a\xe4\x62\x62\x3c\xe9\x7a\xc9\x8c\xb0\xbb\xd8\xfd\ -\xe5\x30\x2b\xcc\x54\xd7\x38\x3f\xdb\x3d\xa3\xa6\x9e\x63\x7d\x5d\ -\x55\xef\xfb\x75\x57\x75\x7d\x05\x81\x40\x20\x10\x08\x04\x02\x81\ -\x40\x20\x10\x08\x04\x02\x81\x3b\x0b\xb9\x0d\x1f\xb7\xec\xb4\x12\ -\xde\x32\x28\x20\x12\x0c\x9b\x85\xb0\xcc\x10\xc2\x88\x04\xb1\x45\ -\xbc\x5d\x2b\xea\x4c\x7f\xd8\xa1\xde\xb0\xbf\x0c\x0a\xd3\x53\x38\ -\x3d\x04\x71\xb5\xa4\xbb\x7a\xdb\x22\xf7\xa1\xff\xf6\xeb\xfe\x67\ -\x7c\xde\x52\x09\x00\xce\xa2\xff\x61\x1e\xba\x9e\xce\xa6\x9b\x3d\ -\x6c\x34\xad\x92\x18\x17\x81\x7b\x9c\x90\x01\x49\xf6\xea\x32\x25\ -\x22\xed\xab\x0d\x3c\x5d\x2b\xe9\xb2\xfb\xb0\x37\x01\x00\xf5\x96\ -\x15\x49\xf8\xda\xe0\x7e\x27\xf4\xef\x4d\x82\x88\xb0\x7e\x4f\x82\ -\x4d\x22\x16\xaa\x45\xb5\x7c\x5d\x7c\x4b\x00\x80\x6a\x51\xad\x18\ -\xe6\x81\x9b\xee\x34\xd2\xe0\x7e\x33\xc3\x63\x1e\xf8\x25\x86\xf9\ -\x41\xe6\xbb\xdd\x86\xb0\x7e\xc5\x1e\x92\xf8\x06\x78\xd4\xe9\xd9\ -\xfd\x12\x66\xbd\x5b\x74\x1d\xf8\xcc\xff\x64\xc6\x91\xa5\xb2\xdc\ -\x17\xd8\xc7\xd0\x37\xb9\x54\xd6\xcd\x1d\x71\x58\xd0\xec\x0b\x18\ -\xc2\x28\x0c\x4f\x61\xce\x18\x05\x8f\xf9\xc6\x8e\x38\x3c\xcc\x3c\ -\x8c\x90\x00\x80\x95\x39\x6d\xc6\xdb\x3c\x81\xf1\x9d\x57\xc0\x6c\ -\x10\xfe\xf3\xca\xa5\x64\x9b\x27\x57\xe6\xb4\x39\xca\x20\x23\xaf\ -\xe5\xe5\x79\xb5\xf9\x93\x63\x26\x3e\xf3\x84\x0b\xa6\xe9\x7d\x0b\ -\xbb\x73\xf9\xb4\x5f\x68\xdf\xcb\xb1\xe5\x79\xb5\x47\x1d\x6b\xac\ -\xcd\xac\x56\xd1\xd6\x8d\x36\x27\x80\x35\x37\x26\x23\x62\x1a\x49\ -\x10\x92\x79\x75\xaf\xed\xff\x99\x13\x2f\x3f\xa2\xed\xf1\x86\x9b\ -\x00\x33\x53\xbd\xc9\x2a\x70\x2a\x15\x13\x89\xf2\xaa\x1f\x76\xcf\ -\xf5\xa9\x39\xe1\x5c\x6d\x8e\xd7\x25\x8d\x3d\xef\x9e\xde\x58\xbd\ -\x61\xaf\x1a\xac\x7a\x42\x09\x59\x9f\xaa\x07\x98\x17\xbc\x56\x2d\ -\xe9\xdc\xe4\xc3\xee\x91\xf5\xa6\x3d\x2f\xe3\x43\xdc\xe5\x94\x65\ -\x25\xe9\x37\x9f\x08\x5e\xa8\x96\x94\x5a\x8e\xe3\x0d\x9d\x01\xf5\ -\x86\x1d\x37\xf8\x04\xb8\xdb\x09\x65\x71\x6a\xf4\x1d\x6d\x77\x30\ -\x9e\xab\x95\x75\x61\x8f\x63\x67\xb7\x69\xad\x5d\xb1\xa7\x22\xf1\ -\x39\xb0\xdf\x99\xc1\xb0\x89\x93\x90\x32\x2f\xe8\x60\x3c\x53\x2d\ -\xeb\xd2\x84\x63\xf6\x91\xe9\xae\xbd\xd1\xb0\x72\x02\x5f\x02\xf7\ -\x39\x93\x98\x8d\xf9\x25\x08\x22\x4b\xeb\xfb\x03\xe3\x68\xad\xac\ -\xc6\x5e\xb5\xf6\xcc\x93\x2d\xe7\x5b\xf6\x58\x6c\x7c\x8b\xf1\xa0\ -\x13\x1a\x79\x39\x48\x44\x96\x2e\x6a\x7e\x8d\x22\x8e\x2c\x16\x75\ -\x35\x2b\xad\x30\xe6\x39\x60\x14\x16\x8b\xba\x1a\x47\x1c\x02\xae\ -\x39\xa1\x41\x87\x97\xbe\x27\x44\xda\x3c\x70\x4d\xe2\x50\xd6\xe6\ -\xff\x16\x95\x0b\xe7\x7f\xb4\x07\xe2\x1d\xbe\x02\x0e\xf4\xb6\x1b\ -\x10\x41\x9c\xfa\x3d\x74\xd7\x49\xc1\x23\xe8\x07\x2b\xb0\xb0\x74\ -\x40\xbf\xe7\xa1\x33\xb7\xb2\x76\xf1\x71\xfd\xb6\x2f\xa6\x02\x7c\ -\xdf\xdb\x2e\xc0\xa0\x20\xd7\xa9\xdf\xfc\xe5\x7d\x31\x95\xbc\xcc\ -\x43\x8e\x09\x00\x38\x79\x50\xb7\xe8\xb0\x60\xf0\x85\x1b\xb3\x6e\ -\x11\x25\x06\x17\x35\x17\xe9\x70\xf4\xe4\x41\xdd\xca\x53\x63\xee\ -\x17\x1b\xb5\x8a\xb6\x6e\x74\x38\x8e\xb1\x31\x60\xfe\xb4\x06\x51\ -\xbf\xde\xe1\xd9\x5a\x45\x5b\x79\xeb\x9b\x5a\x05\x77\xda\x2c\x7a\ -\xb8\xc9\x7b\x06\xaf\x0c\x79\xf4\xfd\xeb\x73\x9c\x3a\x23\x4d\xe5\ -\xda\x6d\xaa\xd7\x19\xbb\x45\xd4\x1b\xc0\x3b\xfe\x38\x6f\xd6\x4a\ -\xbc\x3b\x49\x51\x33\x29\x33\xb9\xcf\x59\x6f\xd8\x8a\xe0\x83\x9e\ -\x26\x93\xf1\x62\xb5\xac\x8f\xa6\xad\x65\x66\x17\x5a\xeb\x0d\x5b\ -\x15\x2c\x63\xc4\x26\x5e\x5a\x2a\xe9\xd3\x59\x69\x09\x04\x02\x81\ -\x40\x20\x10\x08\x04\x02\x81\x40\x20\x10\x08\xdc\x49\xdc\x06\x57\ -\xab\x0e\xf5\x55\xb9\x6c\xbc\x00\x00\x00\x00\x49\x45\x4e\x44\xae\ -\x42\x60\x82\ -\x00\x00\x02\xe8\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x02\x9a\x49\x44\x41\x54\x78\x9c\xed\ -\x9a\xbd\x6e\x13\x41\x14\x46\xcf\x75\x08\xa1\x81\x2e\x89\x4b\x90\ -\x8c\x5f\x20\x25\x2f\x41\x43\x64\x93\x80\x44\x11\x9b\x82\x96\x8e\ -\x96\x17\x40\x20\xb1\x4e\x81\xf8\x71\x12\x41\x81\x78\x16\x1a\x14\ -\x47\x22\xa5\x6d\x29\x12\x82\x06\x21\x91\x4b\x91\x66\x59\xaf\x63\ -\xef\xee\xcc\xec\xcc\xda\xb7\x9c\xbd\xfb\x69\xce\xd1\xec\xdf\x68\ -\x61\x59\xcb\x5a\xd6\x22\x97\x94\x3d\x01\xdb\xd5\x8c\x46\x77\x55\ -\x78\x2e\xf0\xa3\xa6\xfa\xf8\x5b\xb7\xfe\x35\x7e\xfc\x4a\x59\x13\ -\x73\x51\xcd\xde\xb0\xa5\xd0\x07\x6a\x0a\x9c\x8b\xbc\x06\xee\xc4\ -\x7b\x6a\xa5\xcc\xcc\x41\x5d\xc0\x4b\x9f\x18\xa3\x2a\x37\x92\x7d\ -\x95\x14\x90\x06\x0f\xfc\xd5\x9a\x3e\x4b\xf6\x56\x4e\xc0\x54\x78\ -\x95\xf6\xc9\x5e\xfd\x4b\xb2\xbf\x52\x37\xc1\x4b\xe1\xbb\x1b\x9f\ -\xd2\xce\xa9\x8c\x80\x3c\xf0\x50\x11\x01\x79\xe1\xa1\x02\x02\x8a\ -\xc0\x43\xe0\x02\x8a\xc2\x43\xc0\x02\x4c\xc0\x43\xa0\x02\x4c\xc1\ -\x43\x80\x02\x4c\xc2\x43\x60\x02\x4c\xc3\x43\x40\x02\x6c\xc0\x43\ -\x20\x02\x6c\xc1\x43\x00\x02\x6c\xc2\x83\xe7\x02\x6c\xc3\x83\xc7\ -\x02\x5c\xc0\x83\xa7\x02\x5c\xc1\x83\x87\x02\x4c\xc3\x37\xa2\xf1\ -\x3d\x11\x7d\x05\x20\xd0\x3d\xee\x6c\x7e\x8e\x1f\xf7\x6a\x43\xc4\ -\x34\x7c\xb3\x37\x6c\x89\xe8\x11\xb0\x0e\xac\x2b\x44\xc9\x1e\x6f\ -\x04\xd8\x80\x4f\xc9\x9b\x28\x2f\x04\x38\x82\x3f\x57\xe4\x49\xb2\ -\xb7\x74\x01\xee\xe0\x79\x78\xd2\xd9\xf8\x98\xec\x2f\xf5\x26\xe8\ -\x16\x7e\xb3\x9f\x76\x4e\x69\x02\x7c\x80\x87\x92\x04\xf8\x02\x0f\ -\x25\x08\xf0\x09\x1e\x1c\x0b\xf0\x0d\x1e\x1c\x0a\xf0\x11\x1e\x1c\ -\x3d\x06\x5d\xc1\xa3\xfa\x20\x0b\x3c\x38\x58\x01\x2e\xe1\x07\xdd\ -\xfa\x41\xd6\x3c\xab\x02\x7c\x87\x07\x8b\x02\x42\x80\x07\x4b\x02\ -\x42\x81\x07\x0b\x02\x42\x82\x07\xc3\x02\x42\x83\x07\x83\x02\x42\ -\x84\x07\x43\x02\x42\x85\x07\x03\x02\x9c\xc1\x8b\xee\x0e\xf6\xea\ -\x87\x59\xf3\x1a\xbd\xf1\xb6\xa0\x2f\xc1\xc2\x9e\xa0\xf7\xf0\xfb\ -\xa3\x5d\x41\x0f\xb1\xb1\x27\x18\x04\xbc\xf2\x96\x19\x8c\xb9\x04\ -\x78\x0f\xdf\x1b\xed\xa4\xc0\x9b\xd9\x13\x0c\x02\x1e\xde\x25\xf3\ -\x8c\xec\x09\x86\x0d\x9f\xfe\x95\x38\xf7\x0a\xf0\x1d\xfe\x76\x34\ -\xbc\x9f\x06\x3f\xeb\x13\x79\xae\x15\x10\x02\x3c\x22\xef\x27\xf2\ -\xe6\x78\x6f\x98\xb9\x02\x5c\xc1\x0b\xba\xe3\x1a\x1e\x66\xac\x00\ -\x97\xf0\xc7\x9d\xfa\x51\xd6\xbc\xa2\xf0\x70\x89\x00\xef\xe1\xf7\ -\x87\x6d\x54\x3e\x24\xf3\xb2\x5e\x46\xa9\x02\x16\x05\x1e\x60\x25\ -\x39\xd0\xe8\x8d\xb7\x81\x03\x0c\xc1\x4f\xc9\xcb\x0d\x7f\xf1\x6e\ -\x3f\x99\x97\xf7\x06\xfa\xdf\x0a\xd8\x8a\x74\xf5\xa7\x8c\xcf\x80\ -\xeb\xb1\xe1\xdc\xf0\x53\xf2\x72\xc3\x9b\xce\x83\xc4\x53\xe0\xec\ -\xea\xe9\x0a\xb0\x16\x1b\x2a\xf4\x5b\x4a\x4a\x5e\xa1\xc9\x9a\xce\ -\x83\x84\x80\xd3\x47\xb7\x7e\xa3\xf2\x14\xf8\x03\xfc\x52\x91\x56\ -\x91\x7f\x72\x26\xf2\x90\x76\x91\xc9\x9a\xce\x9b\x5a\x8d\x17\x83\ -\xb5\xad\x48\x57\x7d\xcd\xbb\xf9\xe6\xfb\x35\x93\x79\xcb\x5a\xd6\ -\x02\xd7\x3f\xf8\xa2\x89\x3c\x24\xe3\x85\x85\x00\x00\x00\x00\x49\ -\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\xce\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x80\x49\x44\x41\x54\x78\x9c\xed\ -\xd7\xb1\x0d\xc2\x50\x0c\x04\xd0\xfb\x0c\x81\x58\x84\x45\xd8\x00\ -\x51\x65\xa2\x94\x6c\xc1\x10\x4c\x12\x65\x89\xd0\xa2\xc8\x6d\x08\ -\xca\x7f\xaf\x3c\xb9\x38\xbb\x73\x02\x00\x00\x00\x00\x40\x3f\xda\ -\x3a\x78\xbe\x97\x5b\x92\x31\x2d\xe7\x1d\xfa\x6c\x69\x4a\xf2\xb8\ -\x5f\xdb\xeb\x3b\x3c\x15\x83\x47\x5c\x3e\x49\x2e\x49\xc6\x75\x58\ -\x1d\xa0\x2b\xd5\x01\x86\x2c\x99\x7f\xde\x64\x7b\x53\x92\x61\xef\ -\x12\x00\xc0\xff\xf0\x0b\x14\x83\x47\x5c\x3e\xf1\x0b\xd4\xfc\x02\ -\x00\x00\x00\x00\x00\x00\x74\xe2\x03\x23\xb9\x16\x0f\x36\x2b\x18\ -\xd0\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\xcc\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\x7e\x49\x44\x41\x54\x58\x85\xed\ -\x97\xcd\x4a\x02\x51\x14\x80\xbf\x33\xd9\xd2\x16\x89\xf9\x22\x99\ -\x52\xd1\x0b\x18\xbd\x42\x0a\xb9\x09\x72\x15\xd6\x23\x64\xd0\x22\ -\x83\x36\xf6\xa3\xf8\x0c\xbe\x40\x50\xf8\xd3\x8b\xa8\x14\x84\x4b\ -\x71\x4e\x0b\x67\x6c\x28\x1d\x49\x67\x34\x68\xbe\xe5\xe5\x70\xce\ -\x37\xf7\x5c\x86\x73\xe0\xbf\x23\xdf\x0f\xca\x2d\xdd\x51\x38\x03\ -\x92\x40\xd4\xa3\x3a\x5d\xa0\x2e\x50\x48\xc7\xe5\x79\xa2\xc0\x43\ -\x53\x4f\x45\xb8\x1c\x27\xe6\x11\xa6\x08\xf9\xf4\xa6\x5c\xfd\x10\ -\xb8\x7f\xd5\x5d\x43\x79\x02\x3e\x80\xdc\xa0\x4f\xed\x68\x5b\xde\ -\xbd\xa8\x7a\xf7\xa2\xeb\x2b\xab\xa4\x80\x22\xb0\x26\xb0\x67\xdf\ -\x44\xc8\x0e\x32\x94\xbc\x25\x94\xcb\xc4\xa5\xea\x45\x61\x1b\xeb\ -\x43\xaa\xe5\x96\x8a\x42\xc5\x6a\xf1\x01\x80\xe1\x88\x4b\x02\x0c\ -\xfa\xd4\xbc\x2c\xee\x44\x4c\x2b\xb7\x92\xb0\xcf\x9c\x02\x51\x87\ -\xad\x2f\x1c\x26\xe4\x6d\x68\xc2\xc6\x38\x81\xa5\x10\x08\x04\x02\ -\x4b\x17\x08\x4d\x0b\x78\x6c\xea\x31\xc2\x05\x10\xfe\x65\xee\x1e\ -\xca\x79\x66\x4b\x6e\xdd\x82\x5c\x6f\xa0\x54\xd7\x18\xc2\xcd\x0c\ -\xc5\x01\xc2\x08\xc5\x52\x5d\x63\x33\x0b\x2c\x02\x57\x81\x6c\x52\ -\xda\x28\x27\x40\x6f\x86\xdc\x3d\x94\x5c\x36\x29\x6d\xb7\xa0\xa9\ -\x6f\xc0\xea\xa1\x6b\x1f\xe7\xe1\x6f\xb7\x20\x10\x08\x04\x16\x2d\ -\xd0\x85\xe1\x00\xe9\x57\xb1\x4a\x43\x23\x00\x28\x9d\x71\x02\x75\ -\x00\x6b\x7a\xf5\x05\x35\xac\xdc\x42\xc3\x3e\x1b\xfd\x88\x04\x0a\ -\x0a\xfb\x40\xb1\xdc\x52\x11\x93\xda\x68\x86\x9b\x93\x4a\x43\x23\ -\x6a\x90\x52\xb8\x06\x4c\x81\x82\xa3\xee\x17\xd6\x62\x52\xc0\xbf\ -\xb7\x31\x79\x31\xb1\x19\xad\x66\x4a\xc2\x39\xbd\xce\x85\xd2\x41\ -\x68\x8c\x5b\xcd\x02\x3e\x01\x1a\x44\x72\x09\xb4\x50\xe9\x1e\x00\ -\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\x86\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x38\x49\x44\x41\x54\x58\x85\xed\ -\xce\x31\x11\x00\x30\x08\x04\x41\x26\x5e\x30\x8d\x43\x54\x10\x11\ -\x50\xee\xf5\xff\xb3\x11\x8b\xb2\x7a\xb2\x7a\x36\x1f\x6f\x33\xbe\ -\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xe0\ -\x03\x39\xc6\x05\x8d\x93\xca\xd0\xd2\x00\x00\x00\x00\x49\x45\x4e\ -\x44\xae\x42\x60\x82\ -\x00\x00\x00\xa8\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x5a\x49\x44\x41\x54\x58\x85\x63\ -\x60\xa0\x00\xa8\xcd\x7c\xd9\xa0\x36\xf3\x65\x03\x25\x66\x30\x51\ -\xa2\x99\x1a\x60\xd4\x01\xa3\x0e\x18\x75\xc0\xa8\x03\x46\x1d\x30\ -\xea\x80\x01\x77\x00\x0b\xa5\x06\xfc\x67\xf8\xef\x40\x49\x95\x3c\ -\xf4\x43\x80\x91\x81\xf1\xc0\xad\x74\xf1\x06\x72\xf5\x0f\x78\x08\ -\x8c\x3a\x60\xd4\x01\xa3\x0e\x18\x75\xc0\xa8\x03\x46\x1d\x30\xe0\ -\x0e\x00\x00\x13\xe8\x0b\x93\x09\x8b\x70\xf8\x00\x00\x00\x00\x49\ -\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\x11\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\xc3\x49\x44\x41\x54\x58\x85\xed\ -\x95\xcf\x6b\x13\x41\x14\x80\xbf\x37\x9b\x44\x28\x9a\xfe\x82\xa6\ -\x9b\x94\xd2\xa4\xa9\x87\x6d\xd2\x14\xbc\x59\x0a\x5e\x8b\x3d\x89\ -\x20\x82\xe0\x7f\xe0\xcd\x3f\xc0\x9b\x77\x6f\x9e\x7a\xab\x07\x8f\ -\x8a\xb4\xb7\x40\x7a\x11\x82\x82\x27\x0f\xa5\x01\xc1\xd0\x1c\x1a\ -\xa1\xa5\xa8\xc9\xcc\x78\xc8\x44\x56\x1a\x6b\xba\xa1\xf6\xb2\x1f\ -\xec\x61\x67\xdf\xbc\xf7\xcd\xdb\x61\x06\x62\x62\x62\x62\xae\x18\ -\x89\x3a\x71\xee\x66\x25\xa7\x8d\x79\x8b\xa5\x92\x48\x24\x72\x5f\ -\x3e\x7f\xf8\x1a\x25\x8f\x8a\x54\xbc\xb0\xba\xa4\xb5\xa9\x61\xa9\ -\x00\x74\xbb\xdd\xbd\xb9\xc5\xa0\xf8\x5f\x04\x72\x4b\xc1\xaa\x16\ -\x5d\x03\x16\x42\xc3\x0b\x1a\xaf\x96\xcb\x2f\x57\x2e\x55\xc0\xcf\ -\xaf\xac\x1b\xe3\x55\x81\x19\xb0\x16\xd0\xee\xb1\x40\xc6\x28\x55\ -\xf5\xf3\x2b\xeb\x97\x22\x90\x29\x94\x36\x51\x76\x17\x48\xf7\x0a\ -\x8a\x09\x7d\x36\x4e\x62\x1c\x65\x77\x67\x0b\xa5\xbb\xc3\xe6\xf5\ -\x86\x09\xf2\x8b\xa5\x47\x82\xbc\x02\x52\xae\x90\x19\x10\x66\xe9\ -\x6d\xea\xa4\x88\x3c\xb8\x31\x99\xd9\x3f\x69\xb7\x3e\x8d\x2c\x90\ -\x5d\x2c\x3d\x01\x79\x09\xa8\x5e\xdb\x65\x50\xf1\x90\x84\x15\x10\ -\x85\x70\x2f\x3d\x35\x73\x74\xdc\x6e\xbd\x8f\x2a\x20\xd9\x62\xf9\ -\x99\x45\x9e\xbb\x77\x03\x62\xff\x25\x1c\x8a\x11\x90\x8d\xf4\xf4\ -\xac\x1c\x1f\x1d\x56\x2f\x2a\xa0\xb2\x85\xf2\x0b\x0b\x4f\x5d\x67\ -\xfb\xff\xf8\x82\x58\x01\xee\x5c\x9f\xca\x4c\x9f\xb4\x5b\x3b\x83\ -\x72\x9c\x39\x88\x82\x20\x48\xb5\x7f\x78\x5b\xc0\x43\x37\x14\xb1\ -\xf8\xef\xfc\xfd\x8d\xbe\xdd\x9c\x48\x3d\xa6\x5e\xef\xfc\x55\xc0\ -\xf7\x6f\x8d\x31\xf6\xf3\x35\xb0\xe1\x56\x30\x64\xdb\xcf\xc3\xed\ -\x89\x1e\xef\x38\x4d\xdd\x6f\x36\xeb\xa7\x67\x04\xe6\xe7\xcb\x93\ -\x9d\x24\x6f\x80\xdb\x6e\x68\x94\x95\x9f\x23\x21\x7b\xd7\xb4\xda\ -\x6c\x34\x3e\x7e\x03\x48\xf4\x43\x3a\x49\x0e\x80\xf1\xd0\xac\x48\ -\xc7\xf4\x60\xc2\x8d\xb6\x6b\xdf\x3d\xdd\x00\x26\xfe\x28\x62\xa3\ -\xdf\x4b\x23\x0a\xc5\xc4\xc4\xc4\x5c\x31\xbf\x00\x76\x52\x7e\xcc\ -\x2a\x5b\xdc\x36\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\ -\x00\x00\x00\x8a\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x3c\x49\x44\x41\x54\x78\x9c\xed\ -\xd0\x01\x09\x00\x20\x10\x04\xc1\xd7\x2e\x96\xb6\xa1\x29\xfc\x14\ -\x72\x20\x33\x09\x96\xad\x02\x00\x00\x00\x00\x00\x00\xe0\x7f\x63\ -\xed\x73\xd3\x11\x49\x33\x1d\x90\x66\x40\x3a\x00\x00\x00\x00\x00\ -\x00\x00\x00\xde\x6b\xa8\x95\x02\xaf\x21\x2c\xe9\x6c\x00\x00\x00\ -\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\x98\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x4a\x49\x44\x41\x54\x58\x85\xed\ -\xd7\xb1\x0d\x00\x20\x0c\x03\x41\x83\x18\x8c\xc1\x91\xd2\xa7\x40\ -\x6c\x14\x86\x30\x1d\xff\xbd\xa3\x6b\x23\x91\x51\xee\x13\xb9\x4f\ -\x38\x37\x86\x33\xae\xd2\x74\xf6\x92\xd4\xdd\x03\x00\x00\x00\x00\ -\x00\x00\x00\x00\x00\x00\x00\x00\x00\xe0\xe6\x7d\x46\x6a\xeb\x15\ -\xe4\xdf\x2e\x10\xad\x0a\x83\x99\x2d\x28\xec\x00\x00\x00\x00\x49\ -\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x0c\xd6\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x0c\x88\x49\x44\x41\x54\x78\x9c\xe5\ -\x9b\x5b\x6f\x5b\xc7\x11\x80\xbf\x25\x45\x8a\x94\x28\x89\x92\xad\ -\xbb\x64\xc9\x4e\x9a\xc2\x41\xe0\x26\x45\xd1\xa0\x48\x0a\xf4\xa9\ -\x7d\xe9\x7b\x81\x16\xfd\xa3\x7d\x2a\x50\xb4\x0f\x41\x90\x36\x4e\ -\x52\x20\x69\x92\xc6\x96\x6c\xc9\x37\x5d\x48\x49\xa4\x2e\xe4\xf4\ -\x61\xf6\x1c\xee\xd9\x33\x87\xa4\xe4\xf4\xc9\x03\x10\x24\x77\xf7\ -\xcc\xce\xcc\xee\xce\x6d\xe7\x00\xb2\x05\xe2\x78\xe3\x40\x9c\xf2\ -\x9e\xfe\x78\x93\x84\x90\xe3\xf9\x4d\x12\x42\x96\x57\x97\xed\xe0\ -\x0e\xf0\x18\x9c\x14\x3c\xdc\x00\x6e\x19\x1d\x25\x60\x32\x8b\x2f\ -\x6d\xaf\x0d\xa1\x66\x12\x10\xe0\x62\xc8\x98\x73\xa0\x67\xb4\x77\ -\x81\xbe\xd1\xfe\x12\xdc\xa9\x8d\x2a\xcf\xa3\x1b\x35\x00\x64\x1b\ -\xb8\xed\x09\x3d\x01\x5e\xf8\x89\xa7\x80\x39\xdf\x2e\xc0\x59\xd0\ -\x3e\xeb\xdb\xfa\xbe\x1d\x8f\xa3\x0a\x34\x81\x8a\xef\x3f\xf7\x34\ -\x54\xfd\xf7\x25\x70\x04\x97\xa7\x50\x39\xf2\x6d\x53\xa8\x20\x9d\ -\x9f\xff\xc4\xff\x9f\xf2\x6d\x0e\x68\x01\xa7\xbe\x7d\x29\xe8\x7b\ -\x01\xee\x71\x31\x6f\x85\x52\x92\x2d\x90\x09\x90\x8f\x40\x56\x8d\ -\x31\x6b\x20\x0b\x46\xfb\x06\xc8\xbc\xff\x3d\x05\x72\x0f\xe4\xae\ -\xff\xcc\x80\xdc\x01\x19\xb2\x23\xa4\xee\xc7\x2c\xa8\xe0\xe5\xae\ -\xc7\x31\xe1\xfb\xe7\x40\x36\xf3\x47\x55\x9a\x05\xed\x1b\x20\xbf\ -\x06\x29\x5f\xf3\x88\xcb\x04\xc8\x9f\xf5\xc1\x5c\xdf\x36\x48\xc5\ -\x68\x7f\xdb\x3f\xb7\xe2\x27\x5b\x8e\xf0\xdd\x1b\x73\x72\x3c\xe3\ -\x25\xff\xdb\x79\x46\xb6\xa0\x75\x4b\xdb\xe5\x2d\x83\xd9\x32\xc8\ -\x4f\x8c\xf6\x09\x90\x3f\xda\xbc\x14\x13\xf0\x91\x7f\x30\x92\x9a\ -\xac\x17\x30\x7f\xc7\x7f\xb6\xed\x15\x96\xed\x6b\x4c\x4e\x60\xa2\ -\xe2\xf6\x59\x15\x4e\x7b\x49\xe7\xcb\xf5\x97\xb3\xcf\xa5\xbb\xb9\ -\x02\xf2\xab\x71\x27\xdf\x1e\x6c\xfb\x50\x63\xca\x14\xc8\x6d\x63\ -\xfc\x2a\xc8\x07\xba\x7d\x4d\x7c\xf3\x5e\x79\x5e\x13\x64\x56\xb7\ -\xbc\xd9\x37\x07\xf2\x00\x64\xd1\xe8\x6b\xfa\x67\x23\xcb\x26\x9b\ -\xfa\xc9\x82\x71\x26\xe4\x17\xe0\x3e\x0d\xfe\x27\xca\xa3\x07\xec\ -\x01\x21\xa3\xab\x70\x79\x0b\x2a\x5f\x0e\xe1\x64\x0d\x78\x5a\xd0\ -\x97\xda\xe1\x1b\x3c\x0b\xf0\x00\xba\x4f\xa0\xf6\x2a\x68\xeb\x28\ -\x5d\x94\xc9\x29\xbc\x98\x37\x98\x30\x90\xc6\xc4\x34\x50\xe6\x1f\ -\xa0\x5a\xbd\xed\xc7\x6c\x01\x2f\x54\xa1\x0f\x05\xf1\xc4\x2c\xf9\ -\xff\x89\xe9\x4a\x34\x78\xd8\x46\xd0\xf6\xc2\xa0\x25\x86\x17\x20\ -\x82\x32\xbc\xe7\x9f\x5d\x02\x7e\x06\x7c\x0e\xcc\xa0\x16\x22\x81\ -\x9c\xd9\x8c\x04\x20\x0d\xd4\xcc\x24\xff\x37\x80\x36\xb8\x5d\x3f\ -\x51\x05\x35\x5d\x9b\xc0\xd7\xe0\xae\xf4\x7c\xb9\x13\x72\x20\xce\ -\x8f\x9b\x42\x7d\x81\x6f\x47\x98\x9f\xf8\xd9\x45\x60\x1a\x35\xa9\ -\x7b\xf6\xb3\xd2\x86\xfa\x0b\xd4\x9f\x58\x01\x7e\x00\x16\x80\xcf\ -\x80\xe7\x80\xb7\x3c\xec\xf8\xe7\x7b\xaa\xdb\xdc\x55\xd1\xc4\x5b\ -\x03\xf3\x26\x5b\x59\xcd\x29\x1b\x5e\x0f\x7c\x1c\x29\x46\xcb\x4c\ -\x2e\xa1\xa6\x72\x46\x3f\x37\x05\x59\xf5\xca\x78\x3d\x6b\x55\xd2\ -\xfe\x99\x81\x7e\x91\x09\x90\xdf\x78\x2b\x11\xb6\x07\x8a\x51\xee\ -\xaa\x8e\x18\x40\xc9\x98\xb5\xaf\x13\xb2\x0b\xae\x17\x8d\x5d\x03\ -\xfe\x0e\xdc\x09\x84\x10\xac\xcc\x61\x53\x19\xe7\x10\xdc\x53\xdf\ -\x37\xe6\xaa\x9b\xe0\x9f\x75\x4f\x80\x03\xc5\x7d\xd8\xcc\xf7\x8b\ -\x03\xd6\x81\xbf\x01\xf7\xb2\x73\xba\x9e\xf2\x22\xeb\x18\x47\xc0\ -\x12\xc0\x14\x70\x16\x31\x0f\x7a\xe6\xbf\xf3\x5b\xe9\x31\x59\x21\ -\xa0\x1a\xb9\xd9\x57\xc6\xdd\xe5\xf8\x3c\x8e\x0b\xee\x52\x71\x37\ -\xfb\xd1\x6e\x08\x3d\xbc\x1e\xf0\x04\x3d\x7a\xe1\x90\x1e\xea\x29\ -\x4e\xc7\x58\x2d\x25\x38\xe7\x57\x2f\x00\xd9\x46\x95\x4c\x29\x30\ -\x77\x07\xc0\x7d\xe0\xd2\x9b\xab\x57\xe8\xee\x09\x4d\x9e\x9f\xd0\ -\xdc\x04\x25\xe8\xfa\xe3\x56\x3b\xc4\xf6\xf7\xa7\x81\x2e\x48\x78\ -\x66\xfb\x3a\x56\xee\x03\x47\xe8\xca\x7f\xad\x63\x05\xa0\x03\x9d\ -\x13\xa8\x2f\x92\xd1\x67\xee\x08\xe4\xa7\xf1\x04\x63\x58\x01\x79\ -\x0b\x2e\x2a\x50\x9d\x46\x15\xd3\x29\x83\xad\xbd\x0b\xfc\x0e\xf8\ -\x4b\x01\x03\x01\x74\xe6\xa1\x9e\x04\x3f\x3e\x4e\xa8\x1d\xf9\xce\ -\x79\xd4\x52\xf8\x1d\xd5\x39\x87\xfa\xe1\x10\x64\x5d\xd4\x3c\xfe\ -\x06\xf8\x24\xa0\xd9\x2b\xcf\x7a\x0d\xb8\x0d\x72\x1e\x2d\x66\x6e\ -\x25\x62\x01\xc4\xd1\xe1\x5d\x60\x1a\x26\x1f\xaa\x12\x74\xfb\xd9\ -\xe1\xb2\x0e\xfc\x03\x0d\x70\x8c\x20\x43\x80\xee\x6d\xa8\x4d\x40\ -\xfd\x25\xb8\x4e\x01\x43\x47\xd9\xbf\x52\x07\x16\xe0\xa2\x06\xd5\ -\x93\xbc\xd6\x4e\x7d\x93\xbf\x02\x6b\xe0\xf6\x82\xce\x36\xc8\x09\ -\xba\x63\xdf\xf6\x9e\x6b\x42\x5b\x9f\xe8\xd8\xc7\x3a\xa0\x0a\x9c\ -\xfb\x09\xee\xa1\xab\xf2\x85\x4d\xb3\x2c\xa1\xdb\xbe\x87\xad\x13\ -\xa6\x81\x55\xa8\xb5\x55\x89\x15\x32\x6f\x80\xeb\xe8\x33\xd5\xb6\ -\x32\x18\x1e\xab\x30\xaa\xa3\x87\xfa\x02\x2b\x05\x88\xbe\xf1\x63\ -\xee\xf9\xe7\x3a\x64\x1d\xb9\x22\x2b\xc0\x06\xf0\x0c\xf5\x01\x8c\ -\x03\x7c\xd8\x04\xba\xe0\xba\x9e\xe0\x48\x31\x1e\xcd\x43\xbb\x86\ -\xae\xc2\xf9\x58\x3c\xdb\x70\x01\x3c\x85\xf6\x24\x1c\x2f\x60\x87\ -\xb4\x5d\xe0\x4c\xe7\x8c\xc1\x9d\xa1\x8b\xfa\x83\xe7\x29\xc7\x8b\ -\x25\x80\x06\xea\x3d\x2d\xe6\xb7\x7c\x02\xcd\x29\x70\xad\x6c\x5b\ -\x22\x84\xcb\xf7\x61\xae\x07\xb3\xaf\xcc\x47\x6f\x04\xb3\xaf\x60\ -\xf6\x52\x71\x5b\x47\xcd\xb5\x60\xae\x20\x16\x61\x07\x35\xdf\x2d\ -\xd4\xc2\x65\xc0\x12\xc0\x34\xaa\x3d\x0b\x94\x9a\x2c\xa3\x6e\xaa\ -\x01\xc7\x4d\xa8\x7c\x0f\xcc\x33\x7e\xec\x3d\x06\x88\x03\x16\xa0\ -\xf2\x9d\xce\x61\xc2\x73\xdb\x59\x72\x97\x40\x19\xdc\x31\xba\xb8\ -\x19\xb0\x04\x20\xa8\x69\xd9\x29\x20\x64\xc2\xb6\xf3\x32\x05\xa5\ -\x64\x22\x7f\x1c\xac\x60\xeb\xda\x10\x6e\xfb\x16\x94\x4a\x5e\xbf\ -\xc4\xc3\xae\x94\x36\xb1\x78\x3a\xd4\x23\x34\xda\x0a\x94\x07\x83\ -\x4c\xbf\x7d\x13\xd5\xb2\xe1\x2a\xcc\x82\x74\x81\x15\x98\xd9\x0f\ -\xfa\x5a\xc0\xbb\xc0\x13\xd2\x8c\x4e\x06\x92\xd4\x19\xa8\x4f\x61\ -\xe5\x05\xe7\xd0\x40\xe7\x07\xfd\x2d\xa0\x3b\x73\x03\xe4\x19\x03\ -\x3f\x23\xc1\x7f\xa6\x7d\x1c\x64\xd1\xb8\x63\xef\x0e\x27\x81\x59\ -\x0a\x31\x61\x35\x72\x49\x48\x99\x47\x83\x8d\x65\x4f\x64\x84\x9c\ -\x1e\x74\x66\xa1\x7e\x00\xc4\x41\xc6\x23\x4f\xd0\xd7\xc1\xe4\x2b\ -\x40\x1f\x3a\x67\x50\xdf\x05\x1c\x74\x6f\x41\x2d\xc9\x2f\x3e\xf3\ -\xdf\xce\xcf\xf9\x05\x9a\x2b\x0c\xe1\x15\x74\x66\xa0\x9e\x08\x2d\ -\x9c\xb7\x89\x2a\xbe\xbe\xee\x86\x54\x57\x25\x79\xcb\x4c\xc2\xc6\ -\x5a\x99\x45\xe0\x4b\x90\xaa\x27\xe0\x25\xb8\x43\x34\xd3\x73\x96\ -\x8f\xfc\xa4\x01\xf5\x32\xb8\xe7\x79\x54\x82\x67\x7e\x01\x38\x46\ -\x57\xec\x1b\x63\x77\xb5\xfd\xf8\x32\xba\xe2\x07\x9e\x8e\xff\x68\ -\x5f\x2e\x7a\x3b\xf1\xa6\xcf\x67\x7f\x43\x9a\x64\x1f\x15\x98\x17\ -\x9a\x6c\x02\x4f\xe0\xa4\x03\x8d\x29\xb2\xe1\xb1\xa9\x03\x4a\xa8\ -\x04\x6f\x83\xdb\x09\xec\xf7\x2d\x6c\xe5\x37\x0d\x47\x05\x69\x68\ -\xa5\x00\xcd\xf4\x6e\x01\x4f\x87\x87\xc4\xa9\x2f\x7f\x1f\x0d\x67\ -\x87\x05\x52\x27\x18\xbe\xbd\x5f\x08\x9f\xb9\x72\x27\xa8\xb7\xba\ -\x01\x8d\x03\xf4\x48\x65\xa0\x48\x09\x2e\xe5\xe3\x01\x28\x20\xbe\ -\x01\xf3\x47\x46\x7b\x02\x65\x25\xb4\xf2\x90\x9c\xb3\x94\x9b\x3a\ -\x51\x78\x9f\x61\xdf\x3f\x84\xb4\x14\x08\x20\x37\x4e\x7c\x6a\x7c\ -\xcd\xea\xb5\x04\xb0\x00\x58\xf6\xdf\xba\x84\x18\x07\x56\x18\x24\ -\x34\x0c\x8f\x31\x81\x9c\x93\xf3\x12\x2e\x8c\xd4\x7b\x06\x8a\x84\ -\x69\xd1\xfa\x0a\x43\x60\x05\x47\xe0\x5a\xe1\xec\x28\xc1\xf4\x07\ -\x3b\xa7\x30\x94\x36\x3c\x3c\xd7\x85\xea\xa8\x7c\xdb\x35\x72\x0d\ -\xee\x0c\x55\xe6\x19\x88\x05\x30\x41\x71\x54\x77\x13\x9b\x5e\x83\ -\x6e\x64\xde\x62\x21\x0c\xbd\xb1\xb9\xa9\x1f\x51\xf4\x5c\xae\x3d\ -\xb6\x02\xcb\x70\x65\x69\xf3\xc0\x3f\xc8\xb4\x97\xec\xf6\x14\x9a\ -\x50\x7b\x66\xd0\x21\x20\x8f\xd1\x24\x0b\xc0\xa3\x02\xfd\x32\x62\ -\x85\xbb\x7d\x8d\x34\x73\xd0\xc3\xce\xd6\x8e\x8a\x05\x7a\x15\x98\ -\xb8\xce\xf6\x4f\xec\x75\x11\xf4\x47\xf4\xbf\x26\xd4\x1c\xc5\x47\ -\x70\xac\x79\x23\x01\x94\x9f\xa1\xf6\x37\xc6\xd5\xb3\x11\x8e\xcc\ -\xf2\x1e\x90\x9a\xa4\x10\xd2\x6d\xff\xc8\x7f\x46\x58\x87\x42\x28\ -\x12\x40\x19\xdb\xb3\xcc\xcd\x11\xeb\x80\x2e\x51\xbc\x1c\x40\x11\ -\xb3\xc3\x08\xbf\xca\xcf\x11\x9f\xf9\x51\xd6\x61\x28\x14\x8d\x1f\ -\x5b\x39\xc6\x02\x48\x72\xe7\x39\x6d\x79\x03\x22\x12\xe8\x93\xde\ -\x27\x16\x29\x3c\x4b\x08\x32\x43\xea\xe9\xdd\x78\xee\x00\xc4\xe7\ -\x17\xb3\x60\x99\xc1\x23\x06\xb7\x38\x3f\x06\x3c\x07\x56\x46\x68\ -\x7b\x22\x21\x94\x50\xaf\xcd\xb8\x70\xc9\xc0\x98\xbe\x49\x12\x4e\ -\xe7\x05\x6a\x09\xc0\x01\xfb\xe4\x2f\x12\x8b\xa4\x7d\x00\x6d\x43\ -\x6f\x64\xe0\x25\xf0\x21\x23\x8b\x13\x9c\xa0\x61\xf8\x47\x0c\xbf\ -\x13\xc4\x67\x80\x8e\x8b\x10\x0d\x7e\x8a\x43\xad\xcd\x2e\x63\xe8\ -\x00\x00\xf1\x8e\xd0\x53\x15\x42\x7a\xb3\x73\x80\x79\x1b\xcb\x25\ -\x34\xaa\x43\x28\x4d\xee\xeb\xfe\x05\x6c\x6a\xde\xa0\x08\x64\x8e\ -\xc1\xe5\xcb\xa6\x45\xf0\x00\xe6\x26\x31\xd3\x6d\xed\x45\xd2\x88\ -\x55\x9a\x68\x6e\xe3\x91\xc7\x35\x32\x1f\x00\x9a\xe7\x9f\x04\x77\ -\x0e\xec\x28\x12\xd9\x40\xad\xc3\xbc\x8f\xbd\x43\x44\x4b\xc0\x19\ -\xc8\x3b\x44\x91\x16\x9a\x81\x59\x43\xa3\xba\x26\x70\x01\x17\x5b\ -\x5e\xc7\x58\x4e\xcf\x29\x1a\x19\x2e\xe9\x58\x1e\x00\xff\x06\x89\ -\x4d\x73\x92\xd9\x49\xf2\x01\xc9\xff\x24\x84\xee\x78\xfc\x7b\x7a\ -\xaf\x09\x3e\x83\x9d\xf3\x49\x62\x01\x74\x7c\xdb\x32\x7a\x1e\xd1\ -\x0b\x05\x8e\x3c\xbd\x02\xec\x67\xb7\xb1\xa0\xb9\x43\x59\xcf\xe6\ -\x10\xd3\x73\xf7\x4f\x70\xed\x60\x8e\x82\x3c\xa3\x05\x02\x9a\x38\ -\xd9\x8d\xe6\x5c\xd3\x60\x2d\x61\x3c\x09\x87\xc5\xa1\xbb\xfa\x38\ -\xdb\x0e\x0c\x0a\xb6\x32\xd9\xe9\xf8\x08\x84\x57\xd7\x16\xec\xa1\ -\xc1\x8d\x05\xcf\xc8\x14\x56\xe0\x6f\x65\x5f\xfb\x6e\x30\xb6\x0e\ -\x2b\x14\xe6\x24\x93\xc0\xcb\x84\xe4\x3a\x3e\xa3\x38\x8b\x94\xe0\ -\x85\x6d\x0a\x5d\x5f\x89\xb2\xea\x6d\xdc\x15\xd0\xf2\x67\x30\xc9\ -\xdb\xbf\x0e\xf3\x09\x04\x42\x68\xdd\x46\x13\x24\x56\x4e\xb2\x1c\ -\xd0\x18\xf7\x2d\xa3\xd6\x68\x2c\x25\xd8\x46\xed\xa5\x19\x3f\xfb\ -\x6d\x6e\x64\x5f\x01\x38\x83\xc6\x32\x9c\x9c\x8d\xe1\x25\x5e\x03\ -\x9c\x28\xce\x99\x15\x06\x65\x77\x31\x2c\x53\x7c\xbc\x92\x1a\x85\ -\x9c\x59\xb5\x04\x70\x86\x2a\x97\x72\x41\x86\x15\x38\xee\x90\xbb\ -\xf7\x4f\xb7\xfd\x57\xd0\x38\xd3\x73\xfa\x63\x81\xac\x2a\x4e\xbe\ -\xc2\xf4\x18\xa5\x01\xad\xae\x2d\x74\x99\x83\xb3\x2e\xca\x53\x4e\ -\x78\x45\xf9\x80\xc4\x66\xbe\x6d\x13\xd4\x3c\x54\x84\xc9\x31\xc9\ -\xb9\xb7\xa7\xe8\x96\x5b\x85\x4e\x41\xa1\xd3\x38\x70\x3e\xab\x38\ -\x92\xea\x4f\xd3\x6d\x9e\x04\x66\x61\x2e\x4e\xd6\x26\xb0\x02\x53\ -\xd3\x01\x4f\x19\x88\x05\x70\x41\x9a\x34\x70\xde\x74\xc9\xba\x8d\ -\xd7\xed\x2b\x72\x4a\xd8\xee\xed\x15\xb0\x07\xf5\x4b\x55\x5c\xb2\ -\x38\x9e\xaf\x2f\xce\x8f\x5d\x81\x49\x8f\x23\x3c\xf3\xa1\x10\x28\ -\x01\xab\x76\xfa\x0e\xd4\x34\x5f\x54\xc0\x7d\xeb\x1b\xea\x44\x56\ -\x20\x36\x83\xf1\x95\xd3\x27\x68\x39\x1a\xc0\x32\x5a\x27\xd4\x0f\ -\xc6\x5d\x02\xbf\x45\xaf\xc7\x97\x0d\x9d\x97\xa4\xa0\x4e\xd1\xf8\ -\xfc\x3d\x2f\x84\x61\x89\x0f\x21\xad\x35\xa0\x81\xba\xd1\x56\x4d\ -\xcf\x25\xf0\x7b\xe0\x53\x06\x97\xa3\x89\x19\x4c\xca\x6b\x27\xf5\ -\x66\x3b\x85\x12\xc3\xdd\x67\xd9\x42\x0b\x0f\xc2\xb6\x86\xf7\x08\ -\x37\xa2\xf6\xa4\x0e\x6f\xcd\x7f\x1b\x56\x43\x1a\xdc\xa8\x46\x30\ -\x7d\x7e\x05\xf3\x52\x45\xaa\x68\x09\xed\x1c\xc8\xbb\xb6\x4e\x90\ -\xf7\xf3\xd6\x4a\x3e\x64\x8c\x1a\xa1\x43\x90\x20\x23\xeb\x4e\xe0\ -\xa4\xab\xf5\x80\x29\xa2\xf0\x8a\xba\x0f\xee\x11\xea\x25\xbe\x06\ -\xb3\xe3\x82\xcc\xa0\x29\xfb\xef\xd1\xcc\xcf\x0e\x79\xc5\xb8\x81\ -\xa6\xe0\xc3\x0b\x9e\xe4\x6e\x22\x03\x96\x00\xba\x40\x95\x4c\x49\ -\xec\xcc\x0b\xa8\x4c\x7a\xc9\x16\x85\xb4\xfb\xd0\xaa\xaa\xce\xb8\ -\x56\x5d\xee\x98\x20\x65\xc5\xdd\xaa\x90\xaf\xfa\x08\x14\x63\x7b\ -\x11\xba\x1d\x32\x1a\x5f\x2a\xa8\x6e\xcb\xd5\x28\x58\xb1\x40\x09\ -\xdc\x9e\x6e\x79\x79\x16\x28\xa0\xa7\xa8\x46\xee\x01\xff\x0d\x98\ -\x0f\x24\x3f\x77\xe0\x05\x94\x84\xbf\xa1\x0b\x7c\x13\x48\xbc\xbf\ -\x55\x94\xd1\xa7\x30\x27\x51\xbf\x04\x39\xc6\xfb\xd0\x68\x91\xb9\ -\xbe\x93\x8a\xd2\xe3\x76\x40\xee\x1a\xcc\x66\xe0\x25\x69\x2e\xc0\ -\xed\xa2\x75\x36\xc9\xd6\x17\x54\xf1\x54\xc8\x66\x8d\x22\x1c\x4e\ -\x54\x80\xec\xa3\xb5\x3f\xf7\xc6\x08\x97\x0d\x68\xdd\x46\x9d\x9b\ -\x25\xe0\xb9\xee\xb0\x9c\x9d\x9f\x26\x5d\xd5\xe3\x26\xba\xea\x65\ -\x54\x79\x76\xd0\xda\xe6\x25\x65\x1e\xd0\xcb\xd8\x8c\x33\x14\xed\ -\x00\x77\x9a\x0d\x57\xdd\x1e\x5a\xc3\xbf\x81\x46\x66\x9f\xa3\x42\ -\x78\x00\xe7\x27\x50\x3d\x52\x22\x0b\xcd\x5b\x5f\xe7\x68\x24\x15\ -\x9b\x49\x1b\x80\x83\x0b\xbf\xbb\xaa\xc9\x0b\x14\x21\x1c\x7b\x66\ -\xbc\xa9\x33\x1d\xcb\x65\xc5\x2f\x4b\x1e\x6f\x12\x23\x7c\x00\x3c\ -\x04\x0e\xc0\xbd\x0c\xc6\x97\xe3\x7b\x46\xeb\x08\xc4\xcc\x74\x3d\ -\x21\x0f\xd1\x82\x45\xd0\x2b\xef\x65\xdf\xbe\x1f\xb4\x1b\x20\x62\ -\xf7\x8b\x83\xea\xa4\x67\xb0\x53\xe0\xc5\xad\x8f\xc0\x7d\x05\x4c\ -\xc1\xd1\xf7\xd9\xeb\x39\x71\x9e\xb6\xf8\xcc\x8f\x93\x42\x93\x3b\ -\x03\xe7\x27\x53\x2e\x5f\xcf\x5a\x07\xf0\x66\xe8\x7d\xec\x44\x49\ -\x32\xe6\xff\x50\x2e\x0f\xba\x00\xf2\xf3\xbc\xf9\x95\xa6\x5a\x8a\ -\x5c\xb9\xfc\x1d\xcc\xb2\x5e\x1b\xf9\xc7\xd8\x2f\x4c\xac\x92\x7b\ -\x61\x42\x1c\xfa\x82\x85\xf1\x02\x43\x3a\x66\x7b\xcc\x89\x43\x9c\ -\x05\xcf\x88\x43\xdf\x18\xf9\xa5\xd1\x57\xce\xfa\x2b\xa9\x10\xaa\ -\x8c\xff\xc2\x44\x8a\xe8\x4f\x05\x4e\xc8\x46\x5e\x08\x00\xf2\x1e\ -\xfa\xca\x4a\xee\xa5\x04\x5e\xeb\x95\x99\xb4\xad\xe4\x9d\x9f\xb7\ -\x40\xde\x31\x9c\x9f\xb2\xa5\xe5\x3d\xf3\x7f\xc8\xe3\x2b\x9e\x3c\ -\x91\x5a\x59\xa5\x16\x7b\x80\xe0\x77\x82\x71\x7d\x2d\x1b\x7e\x6b\ -\xde\xd3\x4f\x2b\x74\x9e\x2a\x8c\x7e\x69\x6a\xca\x8f\x09\x04\x2f\ -\x2b\x0c\x5e\xbe\x2a\x7a\x39\x6a\x1e\x33\x66\x91\x2d\xcf\x43\x29\ -\xbf\x9b\x15\x62\x44\x86\x93\x23\x9b\xa8\xb6\xf5\x35\xba\xb4\xfc\ -\xef\x1a\x6a\xe6\x1c\x7a\x01\x72\xc1\xe0\xb5\xb9\x19\x40\xa0\x37\ -\x0d\xe5\xc4\x29\x4a\x4a\x64\x7b\xc1\xff\xe4\xf6\x26\x79\x6d\x2e\ -\x28\x97\x4d\xe9\xeb\xfa\x71\x0e\x35\x61\xa7\xfe\xf7\x24\xaa\xc4\ -\x7d\x01\x06\x1d\x54\xa1\xce\x06\x78\xf6\x06\x4e\x93\xed\xc0\x8d\ -\xb8\xa2\x8e\x41\x26\x30\x4a\xcd\x3c\x9e\x3a\x79\x2d\x1b\xbf\x38\ -\x59\x42\xaf\xca\x92\x23\x54\x65\xe0\x5f\xe0\x99\x38\x24\x6b\xf3\ -\xac\x17\x27\x85\x41\xe2\x33\x06\xa3\xb4\x36\x7d\xac\x88\xc7\x37\ -\xf7\xd5\x59\xab\xe1\x0d\x80\x0c\xcf\x6f\x1a\xf3\x09\xa8\x10\xfe\ -\x07\xb4\x0a\xfd\x7e\xcf\x22\x5b\xc2\x00\x00\x00\x00\x49\x45\x4e\ -\x44\xae\x42\x60\x82\ -\x00\x00\x02\x11\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\xc3\x49\x44\x41\x54\x58\x85\xed\ -\xd6\xbd\x6b\x14\x41\x1c\xc6\xf1\xef\x33\xeb\x2b\x01\xb5\x13\x62\ -\x13\xc4\x52\x50\x3c\xaf\x50\xb0\x94\x34\xb1\x12\xb5\x11\xbd\x98\ -\x34\x16\x92\xbf\x40\x24\xf8\x0f\x88\x82\x95\xe6\x42\x48\x21\x27\ -\xe9\x0e\x51\x2c\x2d\x84\x0b\x27\x04\x2c\x2d\x52\x09\x36\x4a\x8a\ -\xf8\x16\x6e\x1e\x8b\x5d\xcf\x4e\x6e\x37\xcb\x5c\xa1\xbf\x6a\x17\ -\xe6\x37\xcf\x67\x67\x67\x96\x85\x7f\xbd\x34\xca\xa0\xf6\xba\xbf\ -\x00\x1a\xec\x70\x7c\xfe\xbc\x3e\xd7\x09\x08\x23\x8e\x3b\x02\x1c\ -\x0e\x7b\xe9\xae\x6c\x78\x62\x1c\x00\x00\x04\xe7\x06\x3f\x58\xeb\ -\xbc\xf7\xbe\xb1\x00\x30\x20\xa6\xb7\xbf\xb1\xd2\xe9\x38\x4b\x0e\ -\x70\x20\x4a\x18\xb8\xf6\x75\x8a\x47\xb6\x47\xda\x43\xb5\x01\x64\ -\x1c\x8d\x31\x58\xdc\x5e\x5e\x67\x31\x29\x00\x40\x60\x02\xb1\xb8\ -\xb9\xdb\xee\x79\x21\x29\x00\x00\x63\x34\x44\x3c\x58\xea\xf9\x7a\ -\x5a\x40\x81\x70\x81\x90\x58\x5e\xea\x7b\x26\x2d\x80\x7c\x4f\x90\ -\x9f\x8d\x4c\x91\xe7\xed\xbe\x2f\x24\x05\x14\x15\x0b\xc4\x01\x22\ -\xdd\x76\xcf\xa7\x53\x03\x72\x44\x7e\x3c\x0f\x21\x5e\x3e\xe9\xfb\ -\x44\x6a\x00\x78\xb8\x12\x47\x33\xf3\xfa\xe9\x3b\x4f\xa6\x05\xe4\ -\x15\x0b\xcc\x54\x88\xbc\x18\x07\x00\xff\xb9\x38\x35\x0e\x40\x10\ -\x80\xd8\x8c\x19\xc7\x92\x02\x24\x02\xf9\xff\xc5\xa7\x81\xb8\x38\ -\x77\x46\x1f\x53\x02\x82\x8d\x80\xad\x18\x99\x9e\x6f\xe8\xc3\xa8\ -\x8d\x7b\xea\x08\x27\x7f\xf2\xef\x04\x2e\xcd\x35\xb5\x51\xb6\xb9\ -\x7a\x09\x15\xe1\x03\x07\xae\xcc\x36\xf4\xa6\xec\x14\xd5\x01\x42\ -\x38\xef\xb7\x69\xdd\x6a\xa8\x5b\x65\x9a\xaa\xaf\x60\x18\x2e\xb1\ -\x30\xdb\xd4\x6a\xc5\x79\x2a\xad\x80\x86\x7d\xe6\x7e\xeb\xac\x1e\ -\x56\x0d\x2f\x0d\x30\xc8\xbf\x7b\xc4\xe3\x56\x93\x7b\xbb\x09\x2f\ -\x0d\xc0\xc5\x87\x06\x9e\x6d\x36\xb8\x23\xc9\x7f\x6f\xa8\x19\x20\ -\x01\xe6\xd5\xc4\x41\x6e\x2e\x4a\x71\xb7\xe1\xa5\x01\x86\xb7\xd9\ -\x7e\x2e\x5f\x3d\xa9\x9f\x75\x84\xc3\x88\xa7\xc0\x62\x4b\x46\x71\ -\x87\x99\x1b\x4d\x6d\xd7\x15\xfe\xbf\x00\x7e\x01\xc1\x51\x8d\x51\ -\x3d\x86\xc8\x66\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\ -\x00\x00\x01\x22\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\xd4\x49\x44\x41\x54\x78\x9c\xed\ -\xd2\xb1\x6d\xc2\x50\x18\x46\xd1\xdf\x0c\xc1\x28\x19\x84\x0d\x90\ -\x2b\x26\xa2\xcc\x06\x19\x84\x31\xa8\xd8\x82\x14\xb1\x44\x11\xa5\ -\xf5\x89\xc4\x3d\x92\xa5\xe7\xea\x7d\xbe\xf2\x4c\x92\x77\xb6\xa8\ -\x8b\x3f\x6f\xcf\xd3\xcc\x5c\xb7\xd7\xcb\xf9\x63\xf9\x12\x3b\x0e\ -\xe2\xd2\xcd\x75\x96\x39\xce\x32\xc7\x79\x85\xd8\x9d\x0b\xf0\xf3\ -\xe1\xbf\xcf\x3b\x93\x7f\xc0\xbf\x50\x00\x3d\x40\x2b\x80\x1e\xa0\ -\x15\x40\x0f\xd0\x0a\xa0\x07\x68\x05\xd0\x03\xb4\x02\xe8\x01\x5a\ -\x01\xf4\x00\xad\x00\x7a\x80\x56\x00\x3d\x40\x2b\x80\x1e\xa0\x15\ -\x40\x0f\xd0\x0a\xa0\x07\x68\x05\xd0\x03\xb4\x02\xe8\x01\x5a\x01\ -\xf4\x00\xad\x00\x7a\x80\x56\x00\x3d\x40\x2b\x80\x1e\xa0\x15\x40\ -\x0f\xd0\x0a\xa0\x07\x68\x05\xd0\x03\xb4\x02\xe8\x01\x5a\x01\xf4\ -\x00\xad\x00\x7a\x80\x56\x00\x3d\x40\x93\x01\x1e\x7f\x9c\x77\x25\ -\x03\xac\x33\x73\xdf\x9e\x15\xee\x48\xf2\xc6\xbe\x01\xb3\xde\x0b\ -\x54\x08\x20\x1c\x7b\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\ -\x82\ -\x00\x00\x04\x12\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x03\xc4\x49\x44\x41\x54\x78\x9c\xed\ -\x98\x4d\x68\x5c\x55\x14\xc7\x7f\xff\x37\x51\x8b\xc5\xb8\xa8\xb8\ -\x13\xc9\x22\xba\xaa\xaf\xf3\xf5\x32\x52\xb3\x18\xbf\x48\x37\xa2\ -\x54\x0a\xba\x55\x54\x70\x25\x5a\x15\x45\x44\xec\x26\x45\x5c\xab\ -\x50\xd0\x4d\x57\x52\xac\x0b\x15\xa5\xb6\x2e\x0a\x99\x4c\x66\x92\ -\xe9\xaa\x2d\x88\x90\xea\x46\xa3\xb5\xa9\x4d\xa3\xc9\xdc\xe3\x22\ -\x29\xcc\xbc\x79\x89\x99\x64\xde\x24\xd2\xfb\x5b\xde\x73\xef\xb9\ -\xe7\xdc\x8f\x73\xcf\xb9\xe0\xf1\x78\x3c\x1e\x8f\xc7\xe3\xf1\x78\ -\x3c\x1e\x8f\xc7\xe3\xb9\xb9\x50\xbc\xa1\x52\x9b\x7e\x17\xf4\x0e\ -\x90\x91\xe4\xcc\xcc\xb6\xc1\xae\x9e\x21\x49\x66\x16\x00\x4d\xb0\ -\xf7\x47\xf2\xd9\xf7\xda\xe4\xf1\x01\x95\xa9\xe9\x65\xa4\x4c\xdf\ -\x2c\xec\x27\x66\xcd\x91\x42\x76\xa0\xb5\x29\xd8\x2e\x5b\x76\x0a\ -\x9d\x0b\x60\x1c\x11\xfc\xaf\x8f\x7d\x12\x02\xc3\x38\x92\xd0\xde\ -\xc9\xc4\xd4\x4c\x59\xe2\x24\x70\x47\x7b\x6f\x19\x66\x2e\x1d\x13\ -\x7b\x46\x40\xa7\x5f\x57\x9d\xb3\x27\x1e\x2c\x66\xcf\xc4\x3b\x27\ -\x2e\x00\xc0\x44\xed\x5c\x5e\xb8\x6f\x80\xbb\x62\x03\xcc\x60\xa7\ -\x2e\x42\x92\xf3\x73\x46\x30\x56\xca\x3f\x50\x4b\x1a\xb0\xe6\x02\ -\x00\x54\xab\x8d\xfb\x5d\x60\xdf\x01\xf7\xc4\x86\x19\xec\xb8\x93\ -\x90\xe0\xbc\x66\x03\xc7\xe3\xc5\x62\x78\x61\xbd\x41\x6b\x52\x2c\ -\x86\x17\xd4\xcc\xec\x37\x38\xdf\x2e\x31\x21\xed\x9c\x00\xba\x62\ -\x4b\x9b\xf3\x06\xe7\xd5\x0c\x1e\x5a\xcf\x79\xd8\xc0\x2b\x10\x45\ -\x7b\x2f\x0d\xd8\xf2\x28\x68\xaa\x4d\x60\x26\x8c\xed\x7d\x2e\x05\ -\x18\x19\xcc\xe2\x27\xb9\x3a\x60\xcb\xa3\x51\xb4\xf7\xd2\x7f\xa9\ -\xd8\xd0\x2e\x16\x0a\x85\xb9\xa5\xeb\xb7\x3d\x0c\x7c\x9f\x68\xc0\ -\xba\x17\x29\x25\x84\x70\x89\x73\x9f\x5a\xba\xbe\xeb\x91\x42\xa1\ -\x30\xb7\x31\x35\x5d\x70\xfa\xf4\x4f\xbb\x6e\x1f\xbc\x72\x1c\x78\ -\x2a\x41\x95\x5b\x89\x8f\xfd\x40\x02\xeb\xd8\x3c\x83\x13\x7b\x06\ -\x77\x3f\x3b\x3c\x3c\xfc\xf7\x46\x35\x75\x75\x8f\xcb\xe5\xa1\xc5\ -\x85\xf9\xcb\x87\x30\x8e\x75\x4a\x2d\x29\x02\xa7\x41\xa2\xf3\x18\ -\xc7\x66\x7f\xbc\x78\xa8\x1b\xe7\x57\x95\x75\x8f\x99\x69\xb2\x7e\ -\x6e\x1c\xec\x70\xa7\x46\x39\x52\xaa\x1f\xb4\xf2\xfc\x24\x6d\xda\ -\xd1\x28\x17\xbe\x29\xa9\xeb\x79\xb7\xb4\x63\x95\xda\xf4\xeb\xa0\ -\xf1\x0e\xa5\xc2\x99\xf5\x38\x9b\x94\x84\x25\xec\x3c\xf6\xc6\x48\ -\x3e\x7b\x74\xd3\x6a\xb7\x62\x13\x40\x65\xaa\xf1\x3c\xb2\x8f\x89\ -\xed\x8c\x90\xb3\x1e\xc5\x84\x96\x8a\xae\x15\x87\xf4\xc2\x48\x2e\ -\x4c\xb8\x8e\x5d\xe8\xde\xca\xe0\x1b\x4c\xd4\x1b\x07\x65\x76\x1c\ -\xb8\x35\xa6\xdd\xb0\x2d\x67\x8d\x49\xb1\xe5\x1f\xc1\x33\x51\x7e\ -\xdf\x89\x2d\xea\xee\x5d\xd0\x9a\xac\xd7\x1f\x35\x0b\xbe\x00\x76\ -\xc7\xa6\xd8\x7c\xd6\x28\x05\x09\x6f\xfc\x5f\x92\x9e\x8c\x72\xe1\ -\xa9\x4d\xe9\x8c\x4f\xd1\x0b\x25\x37\xa8\x56\x67\x22\x17\xd8\x57\ -\xa0\x3d\xed\x93\x68\xb5\x7e\xd8\xe8\x8d\x10\x82\xc0\x88\x3b\x6f\ -\xbf\x2b\xe0\x40\x94\xcd\x56\x7b\x64\x72\x6f\xff\x03\x8a\xc5\x7d\ -\x93\x0e\x37\x0a\xfc\xd2\xda\x6e\x98\xa4\xae\xe6\xea\x74\xde\xf8\ -\xd9\xe1\x46\x7b\xe9\x3c\xa4\xf4\x6e\x9f\xad\xd7\xef\x1d\x70\xc1\ -\xb7\x88\xfb\xda\x26\x5b\x8d\x09\xeb\x9d\x03\x89\xc0\x8c\xb8\xf3\ -\x17\x33\x2c\x3f\x56\x28\x14\x66\x7b\x6d\x6b\x6a\x89\xcb\xd9\x46\ -\xe3\xee\x5b\x96\xed\x6b\x83\x5c\x9b\xc0\x40\xa2\x99\xb8\x08\x09\ -\x69\xb5\xa0\x3e\x20\x37\x96\xcb\xe5\x7e\x4b\xc3\xce\xd4\x2a\xba\ -\xfd\x61\xf8\xab\x5b\x5a\x2c\x83\x7e\x68\x13\xac\x7c\x28\x64\xe2\ -\x6d\x89\xce\x8b\x33\x6e\x69\xb1\x9c\x96\xf3\x90\xf2\x9f\x60\xa9\ -\x54\x9a\x5f\x98\x1f\x1c\x13\xf6\x65\x9b\x40\x00\x96\xd1\x4a\x52\ -\xaf\xc4\x82\xca\x74\xf2\xda\x95\x3b\x0f\x94\x4a\xa5\xf9\x34\x6d\ -\x4c\xbd\xa6\x2f\x97\x87\x16\xaf\xcd\xff\x79\x10\xe9\xb3\x76\x89\ -\x30\x08\x92\x52\x5b\x83\x4f\x17\xae\xfe\xf1\x74\xb9\x3c\xb4\x98\ -\xb6\x7d\x7d\x2b\x64\xcd\x2c\x98\xac\x37\x3e\x00\x5e\x59\xbf\x23\ -\x1f\x46\xf9\xf0\xb0\xa4\xbe\xfc\x38\xf5\xed\x57\x47\x92\x8b\x72\ -\xe1\xab\xa0\xb7\xd7\xea\x63\xa6\xb7\xa2\x7c\xf8\x5a\xbf\x9c\x87\ -\x3e\x9e\x80\x56\x2a\xb5\x99\x17\x81\x8f\x5a\x9a\xcc\xb0\x97\x4a\ -\xf9\xec\x27\xfd\xb6\x65\x5b\x16\x00\xa0\x52\x9b\x19\x07\x7b\x0e\ -\xd4\x34\xe9\xe5\x52\x2e\xfc\x7c\xbb\x6c\xf1\x78\x3c\x1e\x8f\xc7\ -\xe3\xf1\x78\x3c\x1e\x8f\xc7\xe3\xf1\xdc\x4c\xfc\x0b\x33\x78\x42\ -\xb2\x33\xe8\x3f\x39\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\ -\x82\ -\x00\x00\x00\xd5\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x87\x49\x44\x41\x54\x78\x9c\xed\ -\xd7\xb1\x0d\xc2\x50\x0c\x04\xd0\x33\x43\x44\x2c\xc0\x42\xac\x80\ -\x28\x32\x51\x0a\xf6\x60\x18\x26\x08\x2c\xf1\x69\x51\x22\xca\x10\ -\x94\xbc\x57\x9e\x5c\x9c\xdd\x39\x01\x00\x00\x00\x00\x60\x3f\x6a\ -\x1a\x9c\x6e\xcf\x73\x5a\x86\x24\xdd\x0a\x7d\x16\x53\x95\x31\xa9\ -\xcb\xe3\xda\xdd\x3f\xf3\xc3\x6c\x72\x83\xcb\x27\x49\x6b\x39\xb6\ -\xd6\x86\x69\x3e\x3f\xc0\xce\xcc\x0f\x50\xe9\x93\xbc\x7e\x5f\x65\ -\x59\x55\x19\xab\xaa\x5f\xbb\x07\x00\xf0\x3f\xfc\x02\xb3\xc9\x0d\ -\x2e\x9f\xf8\x05\xbe\xf2\x0b\x00\x00\x00\x00\x00\x00\xb0\x13\x6f\ -\x1a\x8c\x22\x0f\x9c\x9b\xd1\x2d\x00\x00\x00\x00\x49\x45\x4e\x44\ -\xae\x42\x60\x82\ -\x00\x00\x00\xcc\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x7e\x49\x44\x41\x54\x58\x85\xed\ -\xd2\xb1\x09\x84\x50\x10\x84\xe1\x7f\xd7\x1e\x04\xf3\x2b\xc4\x4e\ -\x2e\x30\xb1\x0c\xcb\x10\xbc\xd8\x1a\x0c\x6d\xe4\x62\xc1\x1e\xee\ -\xed\x45\x0a\xc7\x81\x99\xef\x25\xf3\x65\x03\x0b\x33\xc1\x82\x88\ -\x88\x48\x61\xf6\x93\x22\xac\x1d\xa8\xee\x2c\x5c\x07\x3e\x98\xc5\ -\xdf\x80\xc7\xb4\xb5\x16\x3e\x03\xcd\x9d\x03\x80\x3d\x25\x7b\xbe\ -\xfb\x7a\x01\xf0\x73\x49\xf2\x31\x43\x39\x40\xed\x1e\xaf\x23\xf8\ -\xd5\x65\x0e\xe7\x80\xf0\xd4\x03\x5b\x86\xce\x3d\xa0\x3b\x42\xf1\ -\x27\x14\x11\x11\x29\xee\x0b\x47\x51\x1e\x0b\x55\xf8\x44\x7c\x00\ -\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x03\x69\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x03\x1b\x49\x44\x41\x54\x78\x9c\xed\ -\x9b\x4f\x4f\x13\x41\x18\x87\x9f\x77\x03\x81\x86\x84\x8b\xd2\x22\ -\x5e\xf4\xd0\x26\x06\xe1\xe2\x55\xbe\x85\x60\x24\x11\x2f\x42\xa3\ -\x89\xe8\x11\x3e\x81\x9e\x41\x23\x05\x2f\x62\xa2\x89\xf0\x2d\xf0\ -\xea\x85\x62\x48\xa8\x57\x4a\x5b\xf4\x42\x62\x80\x48\xf6\xf5\x00\ -\x2d\xcb\x76\xf9\x23\x61\x79\xdb\x30\xcf\x69\x76\x66\x36\xf9\xcd\ -\x93\xd9\x9d\xcb\xbc\xe0\x70\x38\xae\x32\x72\x96\x49\xfd\xf3\xa5\ -\x8e\xed\x5d\x6f\x08\xf5\x1f\x80\xdc\x05\x7a\x80\x96\x78\xa3\xfd\ -\x37\x7b\x40\x11\x74\x05\xf1\x16\x13\x6d\xfe\xd7\xe5\x91\xee\x3f\ -\xa7\xbd\x74\xb2\x00\x55\xc9\xcc\x6e\x8e\xa8\xe8\x6b\xe0\xc6\x05\ -\x05\xbd\x2c\x36\x44\x98\x58\x7b\x9a\xfc\x84\x88\x1e\x37\xe9\x58\ -\x01\xf7\x72\xda\xba\x25\x95\x69\x20\x1b\x4b\xbc\xcb\x23\xd7\xa9\ -\xc9\x17\xdf\xb3\xf2\x37\x6a\x30\x7a\x1b\xab\xca\xd6\x6c\xe5\x2d\ -\x30\x76\xa4\x1b\xf2\x22\x7c\x53\xa5\x24\xa8\x7f\xf1\x59\xcf\x8f\ -\x22\x9e\x08\xdd\xaa\xdc\x17\xe8\x0b\x0c\x65\xb7\xa4\x02\xaa\xcf\ -\xa2\x76\x42\xe4\x0e\xc8\xcc\x95\x47\x54\xf9\x18\x98\xf5\x1b\x5f\ -\xc7\x0b\x63\xa9\x2f\x27\x6d\xa7\x86\x40\x55\xd2\xb3\xe5\x47\x78\ -\x32\x85\x72\xad\xda\x2d\xc2\x93\xb5\xd1\xd4\x7c\x78\x7a\x9d\x80\ -\xfe\xf9\x52\xc7\xf6\x8e\x14\x38\xfc\xe6\x7f\xb5\xa8\xd7\xbf\x9a\ -\xed\xda\x88\x2f\xf5\xc5\x73\x27\xb7\x79\x63\x4f\xfc\x65\xe0\xfa\ -\x41\x57\x31\xd1\xae\x99\xf0\x8f\xd1\x0b\xbf\xb8\xbd\xeb\x0d\x11\ -\xfc\xe1\xa9\xbe\x6c\xb6\xc5\x03\xac\x66\xbb\x36\x14\x5e\x05\xba\ -\x7a\xb6\x77\xbc\xc1\xf0\xbc\x3a\x01\xfb\x47\xdd\x41\x13\xf2\x85\ -\xb1\xd4\x97\x78\x22\xc6\xcf\xcf\xd1\xe4\x67\x85\xfc\x61\x8f\x7f\ -\x06\x01\xfb\xe7\x7c\x75\x70\xa9\xe1\xbf\xf9\x93\x10\x51\x0f\x96\ -\x6a\x8f\x48\x6f\x78\x4a\x84\x00\x7a\xaa\x0d\x1f\xca\x31\x45\xbb\ -\x34\x82\x6b\x50\xb8\x19\x1e\x8f\x12\x50\x3b\x1a\x1b\xed\xa8\x3b\ -\x0f\xa1\x35\xd4\x1d\xfb\x51\x02\xae\x14\x4e\x80\x75\x00\x6b\x9c\ -\x00\xeb\x00\xd6\x38\x01\xd6\x01\xac\x71\x02\xac\x03\x58\xe3\x04\ -\x58\x07\xb0\xc6\x09\xb0\x0e\x60\x8d\x13\x60\x1d\xc0\x1a\x27\xc0\ -\x3a\x80\x35\x4e\x80\x75\x00\x6b\x9c\x00\xeb\x00\xd6\x38\x01\xd6\ -\x01\xac\x71\x02\xac\x03\x58\xe3\x04\x58\x07\xb0\xc6\x09\xb0\x0e\ -\x60\x8d\x13\x60\x1d\xc0\x1a\x27\xc0\x3a\x80\x35\x4e\x80\x75\x00\ -\x6b\xa2\x04\xec\x55\x1b\x8a\x34\xbd\xa0\xd0\x1a\xf6\xc2\xe3\x51\ -\x0b\x2c\x06\x06\x53\x71\x84\xba\x4c\x82\x6b\x10\x58\x8f\x18\x0f\ -\xa3\x2b\xd5\x96\x0f\x03\xa8\x9e\xa9\xa6\xa0\x21\x51\x15\x1f\x06\ -\x6a\x8f\xe8\x8f\xf0\x94\x7a\x01\xe2\x2d\xd6\x9a\xd0\x97\xf9\x50\ -\x1e\x8a\x2d\x60\xcc\x64\xe6\xca\x0f\x8f\xde\x1c\xf7\x16\xc2\x73\ -\xea\x04\x24\xda\xfc\xaf\x40\xed\x6e\xb0\xaa\x4c\xdf\x9e\x2b\x37\ -\xdd\xa7\x70\xeb\x5d\xa5\x5b\x91\xa9\x40\x57\x31\xd1\xee\x9f\x2e\ -\x60\x79\xa4\xfb\x8f\x08\x13\x81\xae\xae\x16\x25\x9f\xce\x95\x86\ -\x9b\xe2\x73\x50\x95\x74\xae\x34\xdc\xda\xaa\xcb\x40\x57\xb5\x5b\ -\x84\xc9\xa8\x12\x9a\xe8\x05\xa9\x4a\x7a\xae\xf2\x9e\x50\xb5\x88\ -\x42\xde\x83\x25\x1f\xca\x8d\x76\x8b\x54\x11\xcf\x83\x94\x0f\x03\ -\xa1\x82\x09\x80\x99\xc2\x68\xf2\x79\xd4\xbd\xe7\xe8\x8a\x11\x11\ -\xed\xcc\xe9\x8b\x2d\xa9\x40\x40\x82\x40\x9f\x42\x9f\x54\x9f\x1a\ -\x08\x01\x94\xc8\x54\x33\x9d\x9a\x1c\x3f\xee\xd2\xf7\xe9\x45\x53\ -\x1f\x2a\x8f\x55\x79\x43\xf3\x15\x4d\x15\x45\x98\x3c\x77\xd1\x54\ -\x90\xfd\x2a\x12\x6f\x10\xfc\x41\x41\x7a\x0f\x6e\x5d\x37\x5c\xd9\ -\x9c\xc0\xfa\xfe\x51\xe7\x2d\x24\xda\xfd\x85\xb3\x94\xcd\x39\x1c\ -\x8e\xab\xcd\x3f\x17\x17\xef\x94\xd1\x7e\xf3\x6d\x00\x00\x00\x00\ -\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\x30\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\xe2\x49\x44\x41\x54\x58\x85\xe5\ -\x96\xb1\x6b\x14\x41\x14\x87\xbf\xb7\xa7\x47\x44\x30\x9c\xe8\xe6\ -\xc0\x4e\x6e\x2d\x82\x88\xa5\x95\x65\x04\x43\x1a\x8b\xb3\xca\x81\ -\xa0\xc7\x59\x08\xf7\x07\x88\x85\xd8\x8b\x20\x24\x24\x01\x21\x56\ -\x5e\x61\x13\x2c\x92\x74\x56\x96\x12\x82\x45\xf6\x08\x82\x0a\xe7\ -\x2a\xa8\x07\x72\xc7\xc9\xee\xb3\xd8\x55\xaf\x10\x9c\x99\x1b\x22\ -\xe8\xaf\xda\x07\xfb\xde\xef\x9b\x37\x6f\x86\x81\xff\x5d\xe2\xbb\ -\xe0\xec\xda\x9b\xe3\xdf\xb4\xbc\xaf\x2a\xda\x6d\x86\x95\x3f\xfd\ -\x7f\xc8\xa7\xf9\xb9\xf5\xde\xd1\xc1\x50\x9e\x01\xd3\x82\x1a\xe5\ -\x04\xbe\xcc\x67\x3b\xbb\xe5\xc1\x50\x9e\x02\x17\x6c\xf2\xfc\x00\ -\x74\xb4\x34\xfa\x14\xae\x03\x73\x86\x0b\xf7\x08\xa0\x2a\xd1\xe7\ -\xe4\xa1\x88\x5e\x05\x05\x21\x3b\x50\x80\x68\xf5\xc3\x5d\xa0\x95\ -\xc3\x48\x06\x76\x3d\x98\x08\xa0\xb6\xda\x6b\x83\xde\x2e\x3c\x33\ -\x4c\x27\x6f\x4c\xce\xa7\xa0\xb6\xf2\x7e\x51\x94\xfb\x79\x64\xbf\ -\xf2\x1f\x72\xea\x40\x6d\xad\xb7\x20\xf0\xa8\x08\x9d\xcd\xc1\xa1\ -\x03\xd1\x72\x72\x91\x4c\x3b\x40\xa9\x30\x76\x36\xb7\x06\x88\x56\ -\x92\xf3\xa0\x1b\xc0\x54\x61\x6c\x35\xf1\xbf\x93\xf1\x16\x9c\x5e\ -\x4e\x22\xd0\x4d\xe0\x98\x2f\x73\x30\xec\xc0\x99\xa5\x8f\xa7\x08\ -\xd2\x6d\x85\xd0\xa7\xb9\x31\x80\x96\xd2\xb7\xc5\x17\xc5\xc4\x7b\ -\x93\xe9\x16\xec\xfc\xf4\xf7\x2c\x23\x00\x49\x4b\x97\x81\xd7\x88\ -\x18\xe7\x78\x05\xd8\xbb\x79\xe2\x5d\x9a\xc9\x1c\x90\x90\xbf\x21\ -\xbc\x41\x18\x17\xda\x6f\x85\x31\xc8\x25\xa0\x0f\x08\xe2\x07\xc2\ -\xaa\x48\xdc\x0c\x5f\x92\xc9\x02\x30\x44\xfd\x40\x58\x17\x88\x5b\ -\xe1\x73\x0d\xb4\x0e\xa4\x28\xc2\x84\xcf\x3a\xa7\x15\x74\xaf\x57\ -\x37\x14\xae\x8d\xd5\x70\x86\x70\x6e\x61\xb7\x39\xf3\x18\xb4\xfd\ -\xab\x8e\x3a\x41\x4c\xb4\x87\x71\xb3\xfa\x00\xe4\x5e\x1e\x89\x53\ -\x27\x26\x1e\xa2\xf8\xc6\xc9\x3b\x08\x4b\x79\xa4\x41\x31\x17\x07\ -\x07\x80\x88\xc6\xd3\xe1\x2d\x55\x79\x02\x82\xed\xc9\xf0\x73\xa1\ -\xd4\x25\x2d\x57\x92\x06\xb0\x65\x9b\xea\xed\x46\x7b\x55\x3f\x3b\ -\x3a\x32\xa5\x57\x80\x17\x7f\x05\x00\x60\xa7\x51\xfd\x7a\x38\x18\ -\xcd\xab\xd2\x07\xbe\xf8\xac\xfd\xef\xea\x3b\x6a\xb7\x8f\xfb\x32\ -\x39\x4b\x1d\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\xca\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x7c\x49\x44\x41\x54\x78\x9c\xed\ -\xd9\x51\x0d\x80\x30\x10\x05\xc1\x03\xff\x1e\xea\x07\x44\x15\x19\ -\x4b\xd2\x19\x03\xf7\xb2\xe9\x5f\x67\x42\xeb\xdd\x7b\xbd\x7b\x97\ -\x1b\xee\xf2\xf8\x1f\x08\x50\x0f\xa8\x09\x50\x0f\xa8\x09\x50\x0f\ -\xa8\x09\x50\x0f\xa8\x09\x50\x0f\xa8\x09\x50\x0f\xa8\x09\x50\x0f\ -\xa8\x09\x50\x0f\xa8\x09\x50\x0f\xa8\x09\x50\x0f\xa8\x09\x50\x0f\ -\xa8\x09\x50\x0f\xa8\x09\x50\x0f\xa8\x09\x50\x0f\xa8\x1d\x1f\xe0\ -\x2a\x8f\xd7\x5f\xe3\x33\xfd\x0b\x78\xe2\xfb\x00\x00\x00\x00\x00\ -\x00\x00\x70\x82\x0f\x91\x77\x0b\x42\x64\xe2\xe6\x73\x00\x00\x00\ -\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\x80\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\x32\x49\x44\x41\x54\x58\x85\xed\ -\x97\xb1\x4e\xc2\x50\x14\x86\xbf\x73\x49\x60\xb4\x2e\x94\xd5\xa0\ -\x43\x5f\xa0\x4f\x60\x22\xef\xc0\xac\x09\x23\xce\xea\x20\x3b\x8c\ -\x18\x98\x79\x06\x63\xe2\x13\xf4\x05\x3a\x28\x3b\xed\x42\x1d\x21\ -\x81\xe3\x40\x6b\x2a\x14\x17\xdb\x38\x78\xff\xf1\xe6\xe6\x7c\x5f\ -\xee\x5d\xce\x0f\xff\x3d\xb2\x7f\x70\x3e\x89\xae\x04\x6e\x01\x1f\ -\x70\x4a\xe2\x24\x40\xa0\x30\x7c\xbf\x71\x5f\x8e\x0a\x5c\x4c\xe2\ -\x01\xe8\x1d\xb0\x02\x42\xd0\x8f\x72\xf8\x72\x02\x78\x40\x03\x61\ -\xf0\x76\xed\x3e\x1c\x08\xb4\x9f\xe2\x8e\x31\xfa\x0c\xbc\x6e\x37\ -\xda\x9d\xf7\x5a\x71\x39\xf0\x74\xfe\x78\xd1\x34\x35\x99\x01\x97\ -\x0a\x9d\xec\x25\x4c\x76\xc1\x18\xed\x03\xab\x2a\xe0\x00\xf3\x5e\ -\x2b\xde\x6e\xb4\x0b\xac\x05\xfa\x5f\xdc\xdc\x1d\x1f\x08\xab\x80\ -\xe7\x25\x80\x50\x50\xbf\x48\xc0\x29\xef\xcf\x7f\x8a\x26\x8a\x9c\ -\x16\x09\xfc\x49\xac\x80\x15\xb0\x02\x56\xc0\x0a\x58\x01\x2b\x60\ -\x05\xf2\x02\x49\xba\xbd\x56\x1c\x71\x04\x5d\x16\x09\x04\x80\xd7\ -\x1e\x2f\x9a\x55\xa1\xd3\xd9\x9e\x22\xc1\x81\x80\xc2\x10\x68\x98\ -\x9a\xcc\xaa\x90\x38\x9b\x46\x6e\xba\x96\xd7\x15\x46\xd9\xf9\xf7\ -\x62\x32\x8d\x1e\x51\xee\x81\x35\xbb\x62\x92\x94\x83\x17\x87\x5d\ -\x31\xa9\x1f\x2d\x26\x59\xd2\x6a\xd6\x17\xd4\xcf\x6f\xaf\xbf\xc2\ -\xa3\x4b\x45\x02\x85\xd1\x7e\x35\xb3\xf9\x04\x04\xc0\x65\x39\x19\ -\x78\xea\xa5\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\x96\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\x48\x49\x44\x41\x54\x58\x85\xed\ -\x93\xa1\x4e\xc3\x50\x14\x86\xbf\x53\xd8\x1c\x21\x13\xeb\x26\x27\ -\xe8\x0c\x09\x8f\x80\x41\x22\x70\x38\x02\x24\x6c\x13\x3c\x01\x09\ -\x09\x4c\x60\x78\x01\xb6\x32\x81\x65\x04\x87\x26\xe1\x11\xd0\x25\ -\x30\xc4\xb2\xb5\x86\x19\x10\x5b\xe9\xc1\x6c\x34\xc1\xf5\x36\xa9\ -\xa1\x9f\x3b\xc9\xbd\xff\xf9\x72\xee\xb9\x90\x93\x93\xf3\xdf\x91\ -\x44\xa7\x55\xc5\xb9\x0e\x22\x80\x59\xa1\x58\x1a\x1c\x96\x26\x69\ -\x05\xac\x44\xa7\xcf\x63\xe1\xc2\x6c\xfa\x41\x5f\x97\xb2\x15\x68\ -\x4b\xa4\x2a\xbb\x8b\xd2\x99\x04\x61\xb6\x02\xc0\x4b\xcb\xbe\x43\ -\xe4\xe2\x57\xc2\xf5\x9f\x33\x15\x00\xf0\x1a\xf6\xa9\xc2\xe3\xbc\ -\xdc\x70\x5c\xff\xca\x54\x20\xd9\x12\xfe\xc1\x71\x7d\x8d\x93\xb4\ -\xe5\x35\xaa\x6e\xd2\x0c\xa3\x09\x2c\xf0\x86\x76\xbc\x84\x2a\x5d\ -\xa7\x13\x6c\x66\x2a\x40\x5b\xa2\xc2\x4c\x56\xe2\x34\x7d\xca\x56\ -\x00\xa0\x1c\x4c\x81\x81\xe9\xf5\x74\x02\xaa\x12\x4e\xca\x3d\xa0\ -\x06\xf8\xa1\xf5\x5d\x4b\x1a\xb1\x9c\xa6\x7f\xdd\x0d\xce\x54\xd8\ -\x03\xbe\x22\xb1\xb6\xdf\x8e\x2a\xef\x49\x33\x8c\x7f\x41\xbd\x1b\ -\xec\xab\xe8\x0d\x10\x81\xee\x78\xcd\xea\x83\x49\x8e\xd1\x13\xd4\ -\x3b\xe3\x2d\x15\xed\xcd\xcb\x63\xd3\xe6\x60\xf0\x04\x6b\xee\x68\ -\x5d\x91\xfb\xf9\xdd\x4b\xaf\x59\xe9\x98\x36\x87\xa4\x13\x50\x15\ -\xc1\xea\x03\xab\xaa\x72\xeb\x0d\xed\x93\x34\xcd\xc1\x64\x09\x85\ -\x11\x2a\xaf\x61\xf1\xf3\x80\xb6\x1d\xa5\x15\xc8\xc9\xc9\xc9\xf9\ -\x01\x61\x8f\x65\xa8\xda\x8a\x03\x7c\x00\x00\x00\x00\x49\x45\x4e\ -\x44\xae\x42\x60\x82\ -\x00\x00\x03\x6c\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x03\x1e\x49\x44\x41\x54\x78\x9c\xed\ -\x9a\x3d\x4c\x14\x41\x14\xc7\xff\x6f\xe1\xfc\x0a\xb1\x21\xdc\x1d\ -\x91\x42\xc2\x2e\x11\x42\x62\x6b\xef\x47\xa2\x85\x9d\x21\xb1\x30\ -\x81\x70\x7c\x84\xc4\xc2\x86\x50\x5a\x89\xa5\x86\x0b\xb2\x67\x28\ -\x6d\xb0\x31\x26\x60\xa2\x76\x16\xb6\x1a\xa2\x84\x3b\xa2\xc5\x29\ -\xb7\x47\x28\x34\x1a\x03\xc7\xed\xb3\x90\x90\x78\xbb\xb7\xc7\x7e\ -\x0c\xc3\xb1\xf3\x2b\xe7\xde\xbd\xf7\x9f\xff\xed\xcc\xbe\xcc\x0d\ -\xa0\x50\x28\xe2\x0c\x85\x4d\xd0\x9f\x2d\xb7\xed\x24\x30\x49\xb0\ -\x6f\x01\x34\x00\xe0\x64\x04\xba\xc2\xb0\x0d\xf0\x0a\x43\x5b\x3c\ -\x51\x41\xf6\xd3\x64\xf2\x97\x57\x70\x28\x03\x8c\x9c\x75\x15\x8c\ -\x05\x00\x5d\x61\xf2\x08\xa4\x08\xc2\x70\x3e\x93\x7a\x5d\x2f\x40\ -\x0b\x9a\x59\x37\xcb\xc3\x60\xbc\xc2\xd1\x9d\x3c\x00\x74\x81\xb1\ -\x6c\xe4\xca\x43\xf5\x02\x02\x3d\x01\xfa\xbc\x75\x8d\x08\xcb\x08\ -\x61\xe0\x21\x53\x05\xe1\xba\xdb\x93\xe0\xdb\x80\xfe\x6c\xb9\xad\ -\x92\xe0\x55\x00\xe7\x22\x91\x76\x78\x14\x13\x15\xea\xab\xdd\x13\ -\x7c\xff\x82\x3b\x09\x4c\xa2\xf9\x26\x0f\x00\x5d\x7b\xda\xff\xc3\ -\xb7\x01\xff\x76\xfb\xe6\xc4\x4d\x7b\x80\x35\x4c\x03\x51\x88\x91\ -\x83\x53\x7b\x6b\x80\x2c\x9e\xef\xf9\xfc\x68\x2a\x74\x6f\x11\x06\ -\xc3\xb4\xd8\xe3\x63\x87\xf6\x66\xd9\xc5\x85\xa1\x0c\x90\x2d\x40\ -\x36\xca\x00\xd9\x02\x64\xa3\x0c\x90\x2d\x40\x36\xb1\x37\xa0\x61\ -\x23\xd4\x37\xbf\xd9\xb9\xab\xd9\x13\xc4\xb8\xcc\x40\xaa\x51\xbc\ -\x61\x5a\x85\x10\x7a\x18\xa0\x22\x88\x97\xf8\x4f\xeb\x7c\xe1\x6e\ -\xfb\xcf\x10\xb9\x0e\x84\x67\xd7\xa6\x9b\xa5\x9b\x44\xb4\x00\x46\ -\xbb\x68\x21\x2e\x7c\x61\xe2\xdb\x85\x4c\xfa\xbd\x9f\x2f\x35\xe8\ -\x04\x1d\x9d\x6a\xdd\x25\x60\x98\xa5\x19\x02\xbd\x90\x34\x79\x00\ -\xe8\x26\xa6\x77\x86\x69\x8d\x8b\x2c\xe2\x6a\x40\x6f\xae\x34\x08\ -\xd0\x94\xc8\xc2\x07\xa4\x05\xc0\xac\x9e\x2b\x5d\x12\x55\xc0\x61\ -\xc0\x85\xb9\x8d\xf3\xcc\x64\x8a\x2a\x18\x80\x16\x62\x7a\xa6\x3f\ -\xde\x3a\x2b\x22\xb9\xc3\x80\xaa\xa6\x4d\x03\x10\x52\x2c\x04\xdd\ -\x74\x7a\x77\x4c\x44\x62\xe7\x12\x20\xdc\x10\x51\x28\x34\x4c\x42\ -\x74\xb9\xed\x01\x47\xf4\x94\x97\x85\xe8\xf2\x7d\x20\x62\x6b\x64\ -\x88\x10\x82\x5d\xe8\x9a\xc6\xcb\x1e\x11\x42\x0e\x5a\x7c\x1b\xb0\ -\x3e\x92\x0c\xd3\xe8\xd4\xa5\xe7\x69\x19\xb0\x45\x64\xf6\x26\xf6\ -\xad\xb0\x32\x40\xb6\x00\xd9\x28\x03\x64\x0b\x90\x8d\x32\x40\xb6\ -\x00\xd9\x28\x03\x64\x0b\x90\x8d\x32\x40\xb6\x00\xd9\x28\x03\x64\ -\x0b\x90\x4d\x90\xfb\x01\xb2\xe8\x69\x74\xe2\x7b\x00\xb6\x6b\x07\ -\x62\xf6\x04\xf0\x4a\xed\x48\xac\x0c\x60\x68\x8b\xb5\x63\x71\x32\ -\xa0\x78\xa2\x82\x6c\xed\x60\x5c\x0c\xa8\x82\x30\xec\x76\x6f\xb8\ -\x99\x36\xc1\xa0\x54\x41\x94\xc9\x67\x92\xae\xf7\x85\x8f\xbb\x01\ -\x7b\x97\xa5\xdd\x27\x0f\x1c\x4f\x03\xf6\xaf\xcb\x9f\x39\x65\xcf\ -\x7e\xbc\x93\xfe\xed\x15\xec\x38\x6a\x8e\xe0\x5d\x2b\x8a\xf5\xfc\ -\x68\x4a\x8f\x3a\xa9\xdb\x26\xb8\x19\x75\x91\x28\x20\xc0\x12\x91\ -\xd7\xcd\x80\x37\x22\x0a\x85\x85\x09\x6f\x45\xe4\x75\x18\x40\x36\ -\x1e\x02\xa8\x88\x28\x16\x18\xc2\x56\xab\xad\xcd\x89\x48\xed\x30\ -\x60\x6d\x3c\xf5\x81\x99\x8f\xc2\xdd\x80\x7d\x98\x78\xe8\xf3\x58\ -\xc7\x86\x88\xdc\xae\x8d\x50\xe1\x7b\xea\x11\x80\xe7\x22\x0a\xfa\ -\x85\x88\x67\x0a\x23\xe9\x97\xa2\xf2\xbb\x77\x82\xf7\xc9\xce\x7f\ -\x4b\x0e\x32\xf3\x3d\xc8\x5b\x0e\x3f\x18\x34\xb8\x96\x49\x4f\x8b\ -\x2c\xd2\xf0\x1f\xd7\xde\x27\xd6\x45\xd6\x30\x05\xe0\x0a\x80\x0e\ -\x91\x62\xf6\x28\x82\xb1\xd4\x62\xdb\x0f\x56\x27\x3a\xbf\x1e\x42\ -\x3d\x85\x42\x11\x63\xfe\x02\x8c\xd1\xca\x1a\xca\xcb\x0d\x68\x00\ -\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\x8b\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x3d\x49\x44\x41\x54\x78\x9c\xed\ -\xd0\x41\x0d\x00\x20\x10\x04\xb1\x03\x17\xbc\x79\xe3\x5f\x1e\xa7\ -\x82\x6c\x42\x5a\x05\x93\xa9\x02\x00\x00\x00\x00\x00\x00\xe0\x7f\ -\x63\xed\x73\xd3\x11\x49\x33\x1d\x90\x66\x40\x3a\x00\x00\x00\x00\ -\x00\x00\x00\x00\xde\x6b\x20\xef\x01\x70\x4b\x44\x51\x73\x00\x00\ -\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\x06\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\xb8\x49\x44\x41\x54\x78\x9c\xed\ -\xd9\xb1\x09\xc3\x60\x10\xc5\xe0\x8b\xc9\x40\x01\x17\xde\xbf\x74\ -\x61\xf0\x46\xce\x18\x9f\xe1\x97\x16\x38\x21\x5e\x77\x33\x90\xf3\ -\xba\x9f\xf3\xba\x1f\xe9\xb0\xc9\xe3\x6f\xa0\x00\x5a\x40\x53\x00\ -\x2d\xa0\x29\x80\x16\xd0\x14\x40\x0b\x68\x0a\xa0\x05\x34\x05\xd0\ -\x02\x9a\x02\x68\x01\x4d\x01\xb4\x80\xa6\x00\x5a\x40\x53\x00\x2d\ -\xa0\x29\x80\x16\xd0\x14\x40\x0b\x68\x0a\xa0\x05\x34\x05\xd0\x02\ -\x9a\xe5\x03\x7c\xe4\x71\xfd\x1a\x9f\x69\x01\xf3\xd5\x02\x33\x33\ -\xc7\xfe\x63\x4b\x5c\x7e\x01\x05\xd0\x02\x9a\x02\x68\x01\x4d\x01\ -\xb4\x80\xa6\x00\x5a\x40\x53\x00\x2d\xa0\x29\x80\x16\xd0\x14\x40\ -\x0b\x68\x0a\xa0\x05\x34\x05\xd0\x02\x9a\x02\x68\x01\x4d\x01\xb4\ -\x80\xa6\x00\x5a\x40\x53\x00\x2d\xa0\x29\x80\x16\xd0\x2c\x1f\xe0\ -\x0f\x66\x63\x0b\x4a\x3a\x07\xea\xbc\x00\x00\x00\x00\x49\x45\x4e\ -\x44\xae\x42\x60\x82\ -\x00\x00\x00\x8d\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x3f\x49\x44\x41\x54\x58\x85\x63\ -\x60\x18\x05\xa3\x60\x14\x8c\x82\x51\x30\x0a\x46\x3a\x60\x84\x31\ -\x54\x67\xbd\xda\xcf\xc0\xf0\xdf\x81\x4e\xf6\xee\xb9\x9d\x26\xee\ -\xca\xc0\xc0\xc0\xc0\x44\x27\x0b\x47\xc1\x28\x18\x05\xa3\x60\x14\ -\x8c\x82\x51\x30\x0a\x70\x02\x00\x4f\x73\x06\x04\xd0\xc3\xef\xc9\ -\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\x0a\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\xbc\x49\x44\x41\x54\x58\x85\xed\ -\x96\x31\x4b\xc3\x40\x14\xc7\xff\x2f\xad\x05\x29\xb8\xd6\x54\x50\ -\x68\xb6\x62\x52\x70\x12\x41\xfc\x0a\x52\x11\xe9\xe2\x17\xd0\x45\ -\x10\x71\xe9\xd4\xc1\x41\x74\x29\x7e\x02\x27\x91\x7e\x02\x17\x41\ -\x0a\x2e\x82\xa5\x45\x17\x23\x84\x42\xe3\xd0\x45\xa9\x2d\x68\xdb\ -\xe7\xa0\x69\x4d\x6c\xda\x84\x04\x33\xb4\xff\xe9\x2e\xf7\xee\xfd\ -\x7f\xb9\x7b\x77\x1c\x30\xee\xa2\x61\x83\x31\x45\x89\x0a\x0d\xce\ -\x81\x28\x0d\xf0\x82\x47\x2b\x0d\xcc\x05\xb4\x22\x59\x5d\xbf\x6b\ -\x8e\x04\x88\x29\x4a\x54\x68\x72\x11\x8c\x94\x37\x63\x2b\x07\x4a\ -\x78\x8f\xac\x18\x10\x82\x5d\x9c\xd0\xe0\x9c\xef\xe6\x00\xc0\x48\ -\x61\xfa\x23\xd7\xf3\xb1\x0d\x24\x4a\xfb\x6e\xde\xcf\xbd\x61\x34\ -\xc3\xf6\x51\xe6\x3d\xd7\xd5\xf2\xd0\x7a\x19\x25\x51\x92\x79\x50\ -\x6e\xfb\x15\xf8\x27\x4d\x00\xfe\xd4\x80\x98\x48\xce\x43\x10\xd6\ -\xc0\xe6\xef\x71\x49\xde\xb5\x4b\xd2\x25\xea\x0a\xdc\x29\xd5\xd4\ -\xe4\x2d\x70\xd9\x71\x03\x60\x2a\xac\x59\x69\x71\x9f\x40\x47\x83\ -\xc0\x1c\xea\xe6\xb3\xdd\xde\xaa\x6b\x8f\xba\x75\xc0\x5c\x84\xfd\ -\xa2\xee\x6d\x41\x3c\xa1\x64\x08\x74\xec\xc1\x1c\x00\x56\xa7\xc2\ -\xe1\x0b\x60\x33\xe4\x74\x42\x0f\x80\x81\x03\x0f\xc6\x26\x88\xb8\ -\xf4\xb0\xec\x34\xb8\xff\xb7\xc4\xa6\x5b\x8f\x18\x67\x4e\x93\x30\ -\x61\x1d\xc0\x9c\xd1\xef\x52\x28\x05\xa0\xe8\x0e\xc0\x52\x0f\xb5\ -\xe7\xb2\x6d\xd1\x59\x15\x4f\xc8\x60\xc2\x8e\xd1\x17\x98\x1d\x9f\ -\xae\xc0\x8f\xe1\x04\x60\x02\x10\x38\x80\x97\x5b\xcf\x56\x0c\xe4\ -\x45\x49\xce\xdb\x47\x90\x66\xb4\x82\x59\x01\xe6\x42\x70\x00\x84\ -\x12\x5a\x91\x6c\x00\x00\xa4\x81\x71\xfa\xfb\x45\xfc\xcd\xf3\x23\ -\x51\x92\x5f\x01\xcc\xf8\xe3\xc5\xdb\xfa\x53\xe5\xdc\x49\x68\x7f\ -\x05\x88\xaf\x7c\x31\x07\xda\xc4\xb8\x76\x1a\xdc\x03\x20\xc6\x1e\ -\xc0\x75\xaf\xee\x0c\x3e\xac\xa9\x95\xaa\x6b\x80\x9a\x5a\xa9\x12\ -\xb0\x04\xe2\x02\x80\x37\xf7\xbe\x74\x4f\xa0\xcc\x8b\x5a\x39\x71\ -\x39\x77\xcc\xf5\x05\xac\x44\x7f\xd9\xd3\x5f\xc4\x3a\x00\x00\x00\ -\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\x98\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x4a\x49\x44\x41\x54\x58\x85\xed\ -\xce\x41\x0d\x00\x21\x0c\x44\xd1\xd2\xa0\xa5\x36\x17\x1b\xb5\x81\ -\xab\x9a\x00\x44\xcc\x26\xbd\xfc\x77\x9f\xc9\x37\x13\x44\xd6\x8a\ -\xac\xa5\x7c\xb8\x32\xfe\x03\x01\x04\x10\x40\x00\x01\x04\xb4\x07\ -\x4c\xf5\xe0\x0e\xfb\x22\xab\x27\xe0\x98\x6f\xbf\x47\xb9\x00\x00\ -\x00\xfd\x1e\x24\x98\x0b\x4d\xf2\x6f\x3b\xaf\x00\x00\x00\x00\x49\ -\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x04\x71\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x04\x23\x49\x44\x41\x54\x78\x9c\xed\ -\x9b\x5f\x68\x1c\x55\x14\xc6\xbf\x33\x63\xda\xa2\xa4\x0f\xb6\xd9\ -\xdd\xb8\x16\x2d\xd9\xdd\xd4\x57\x15\x5f\x95\x62\x2b\x15\xfc\x43\ -\x10\xf1\x41\x10\xb5\xb3\x6d\x11\x0a\x06\x29\x28\x62\x0d\xb6\xa0\ -\x08\x3e\x44\xb0\x6e\x36\x51\x1f\x44\xd1\xa7\x5a\xc4\x4a\x8a\x10\ -\xf0\x45\x10\x04\x1f\xa4\xb2\x3b\x35\x45\x92\x98\xdd\xa5\x88\x52\ -\x6d\x35\x3b\xf7\xf3\x61\x53\x6d\x66\x46\xcd\xda\x7b\xef\xde\xe2\ -\xfe\xde\x76\x58\xee\x77\xce\xb7\xf7\xcf\x39\x33\xb3\x40\x9f\x3e\ -\x7d\xfe\xcf\x88\xae\x81\x4a\x95\xd6\x8b\x14\xf5\xbc\x40\x08\x91\ -\x23\xb5\x60\x68\x42\xd7\xd8\x26\xd1\x66\x40\x61\xaa\x11\x09\xe0\ -\xad\x7e\x24\x45\xed\x0c\x83\xe1\x39\x5d\xe3\x9b\xc2\xfb\xf7\xaf\ -\xac\x0f\x01\x2f\x1f\x4b\x84\xde\x89\x91\x6a\xeb\x36\x5d\xe3\x9b\ -\x42\x9b\x01\x80\xa8\xd8\x85\x41\x8f\xea\xd3\xd1\x99\xd6\xa8\x3e\ -\x0d\xfd\x68\x34\x00\x4c\xb9\xb6\x55\xb5\xa3\x53\x23\x6f\x2d\x6e\ -\xd3\xa8\xa3\x15\x9d\x06\xa4\x23\xb2\xcd\x6b\xfb\xb3\xa5\xca\xe2\ -\x56\xe3\x5a\xff\x01\xf3\x06\x00\x00\x64\x87\xf2\xfc\x93\xa3\x33\ -\xad\x41\x3b\x7a\xeb\xc7\xa4\x01\x6b\x96\x84\x50\x6e\x8f\x22\x75\ -\xbc\x30\x59\xdf\x68\x50\xb3\x6b\x4c\x1a\xa0\x20\x31\x13\x80\x9d\ -\xb2\x71\xf3\x7b\x77\x1d\xe6\x35\x06\x75\xbb\xc2\xec\x12\x60\xd2\ -\x04\x08\xc6\x96\xf2\xad\x37\x41\x6a\xab\x41\xae\x04\xf3\x7b\x00\ -\x45\x21\xb6\x1c\x08\x3e\x59\xac\x36\x5f\x36\xae\xbd\x0e\x2c\x6c\ -\x82\x04\x80\x78\x8d\x00\x00\x87\x8a\x95\xc6\x21\xf3\xfa\xff\x8c\ -\xa5\x53\x00\x00\x10\x25\xae\x08\x5e\x29\x55\x96\xf7\x5a\x8c\x21\ -\x81\x4d\x03\x00\x52\xc5\xeb\x25\x8a\x54\x8a\xd5\xc6\x98\xd5\x38\ -\x2e\xc3\xae\x01\x22\x5c\xdd\x13\xd6\xc6\x40\xbc\x5f\x9c\x5a\xbe\ -\xdb\x6a\x2c\x7f\x8a\xdb\x46\x40\x30\xb1\x27\x6c\x00\xe4\x78\x69\ -\xfa\x87\x3b\x6c\x87\x63\xdf\x00\x00\xab\x47\x63\xdc\x84\xeb\x48\ -\xef\x93\x62\x75\xe9\x16\x9b\xa1\xf4\xc6\x80\x0e\xc9\x99\x40\x6c\ -\x01\xfd\x53\xdb\xa7\x97\x6e\xb2\x15\x44\x2f\x0d\xf8\xbb\xe5\x90\ -\xf7\x95\x3f\x3b\x72\x6c\x39\x63\x23\x84\xde\x1a\x00\x5c\x5a\x0e\ -\xf1\x92\xb9\xe4\xf9\x72\xb2\x30\x79\x6e\xb3\x69\xf9\xde\x1b\xd0\ -\x21\x51\x2d\x02\xb8\x55\x36\xad\x9c\xb8\xf9\xed\xf9\x4d\x26\x85\ -\x5d\x31\x00\x00\x14\x20\x31\x13\xe4\xce\x81\x95\x6b\x3f\x30\xd9\ -\x3c\xb9\x64\x00\x00\xa6\xcd\x84\xfb\x17\x6f\x6c\x4e\xe3\x30\x8d\ -\xc4\xea\x98\x01\x00\x52\xda\x68\x10\x8f\x15\xf2\xcd\x57\x4d\x74\ -\x90\x2e\x1a\xd0\x69\xa3\x19\xef\xa2\x31\x5e\x9a\x6e\x3c\xab\x5b\ -\xca\x4d\x03\x00\x40\x24\x8a\x9b\x40\xca\xd1\x62\xa5\xb1\x4f\xa7\ -\x8c\xbb\x06\x00\x80\x20\xd1\x3c\x41\x70\xac\x50\x6d\x3e\xa4\x4b\ -\xc2\x6d\x03\x3a\xa7\x42\xbc\x50\x12\x0f\x7c\x5d\x97\x82\xe3\x06\ -\xa4\x43\x42\xdb\xb1\x78\x15\x18\x20\x29\x31\x72\x46\xd7\xe8\xce\ -\xdc\x9d\x4d\x20\x00\x48\x3f\xfe\xfc\x96\xc0\x53\x61\x39\xf7\x86\ -\x2e\x19\x77\x67\x40\x4a\xf2\x20\x5e\x08\xcb\x59\x6d\xc9\x03\xee\ -\x1a\xe0\x25\x92\x17\x4e\xd6\xcb\x99\x23\x06\x84\x1c\x43\xe0\x21\ -\x96\xbd\x10\xef\xd6\x17\xb2\x4f\x43\xe2\xbd\xc2\x95\xe3\xda\x1e\ -\xe0\x81\x89\x9f\xfe\xe3\x41\x0c\x3d\x81\x89\xc4\xbd\x44\x2d\xb8\ -\x63\x80\xa4\x25\x8f\xcf\x2f\x9c\xff\xed\xe1\xfa\xb8\xac\x98\x92\ -\x75\xc5\x80\xb4\xe4\xbf\x8e\x38\x70\xdf\xc2\x78\xf6\x82\x49\x61\ -\x17\x0c\x10\x24\xdf\x55\x0a\xdb\x82\x7b\xe6\xcb\xd7\xff\x64\x5a\ -\xbc\xd7\x9b\xa0\xa4\xc4\xb0\xe4\x47\x6a\xd7\x7c\x90\x6d\xd8\x08\ -\xa0\x97\x06\x24\x92\x17\xf0\x47\x42\xed\xfe\xf6\xc0\xf0\x59\x5b\ -\x41\xf4\x6a\x09\xa4\xfd\xf2\xbf\x28\xc1\xbd\x61\x30\xfc\x8d\xcd\ -\x40\xec\xcf\x00\xa6\x26\xbf\x42\x62\x2c\x0c\x72\x5f\xd8\x0e\xc7\ -\xf2\x0c\xa0\x74\x0a\x9d\x35\x7b\x1e\x09\x79\x34\xdc\x97\x99\xb5\ -\x1b\x4b\x07\xcb\x06\xa4\x74\x76\xc2\xfd\x61\x90\xfd\xd0\x6e\x1c\ -\x7f\x61\x73\x09\xf8\xf1\x0b\x02\x79\xae\x1e\xe4\xa6\x2c\xc6\x90\ -\xc0\x82\x01\x72\xa9\xbe\x5f\x03\x81\xd7\x6a\xc1\x50\xcf\x5f\x93\ -\xb1\xf0\xa2\x24\xd3\xaa\xbc\x77\xc2\x20\xf3\x8c\x89\xe6\xa6\x5b\ -\xcc\x1a\x90\x52\xdf\x0b\xf0\x51\x7e\x31\x13\xb8\x90\x3c\x60\xd6\ -\x80\xb4\xce\x6e\xee\xf7\x81\x5f\x1f\x99\x9b\x90\xb6\x41\xdd\xae\ -\x30\x69\x40\x7c\xda\x7f\xc5\x8b\xfe\x03\x67\x1f\xdf\x7e\xd1\xa0\ -\x66\xd7\x58\x39\x06\x09\xd4\x18\x71\xcf\x99\x83\x5b\x7e\xb6\xa1\ -\xd7\x0d\x36\x8e\xc1\x05\xc5\xf6\xae\x33\x07\x72\x4d\x0b\x5a\x5d\ -\xa3\x73\x06\x24\x1f\x5c\x0a\xce\x01\xd1\xee\xef\xca\xf9\xef\x35\ -\xea\x68\x45\xe3\x0c\x48\x3c\xbe\x3e\x2f\x54\x7b\xea\xc1\x0d\xa7\ -\xf5\x69\xe8\xc7\xcc\x5f\x66\x04\x14\xc5\x07\x6b\xe5\xe1\x2f\xf5\ -\x8d\x6f\x06\x7d\x06\x88\x3a\x4a\x20\xa2\x20\x12\xe2\xa5\xda\xfe\ -\xdc\x67\xda\xc6\xee\xd3\xa7\x4f\x1f\x43\xfc\x01\x9b\xb0\x38\xdd\ -\xea\x82\x6f\x56\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\ -\x00\x00\x00\x75\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x27\x49\x44\x41\x54\x78\x9c\xed\ -\xc1\x01\x0d\x00\x00\x00\xc2\xa0\xf7\x4f\x6d\x0e\x37\xa0\x00\x00\ -\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x77\x03\ -\x40\x40\x00\x01\x8f\xf2\xc9\x51\x00\x00\x00\x00\x49\x45\x4e\x44\ -\xae\x42\x60\x82\ -\x00\x00\x02\x09\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\xbb\x49\x44\x41\x54\x58\x85\xed\ -\x94\xb1\x6a\x14\x51\x18\x46\xcf\x7f\x27\xae\xc1\xc2\x68\x13\x8b\ -\xb4\x5a\xaf\x3b\x0c\x0a\x6a\x6a\x09\xa6\xb4\x11\x05\x1f\x40\xd4\ -\x57\xd0\x47\x30\xf8\x00\x82\x82\x8d\x85\x82\x22\xa6\x0b\x9a\xe0\ -\x8c\x33\x3b\x33\x61\x7b\xad\x04\x3b\x1b\x45\x18\xe7\x7e\x16\x66\ -\x37\x8b\x6e\x36\xec\x18\xb5\x99\xd3\xde\xff\x7e\xdf\xb9\xf7\x0e\ -\x03\x2d\x2d\x2d\x2d\xff\x19\x6b\xba\x71\xab\x28\x96\x82\x9a\x17\ -\x40\xb7\x32\xbf\x74\x21\x0c\x3f\x36\xc9\x71\x4d\x36\xbd\xcd\xf3\ -\x53\x41\xcd\x1b\xa0\x0b\x70\x48\x6e\x73\x2b\xcb\x4e\x36\xc9\x9a\ -\xf9\x06\x92\x3c\x3f\x2d\x6f\xaf\x80\x45\x8d\x87\x18\x9f\xc0\x5f\ -\x3c\x1b\x86\xe5\x2c\x79\x33\xdd\x40\x9c\x95\xcb\xf2\xb6\x01\x2c\ -\x62\xc8\xa0\x36\xa8\xcd\x4c\x88\x13\xc8\x6d\xc4\x59\xb9\xfc\x57\ -\x04\xe2\xac\x58\x05\xad\x03\x47\x01\x21\xfc\x70\x4d\x92\x07\x04\ -\x2c\x80\xd6\xe3\x34\xbf\x74\xa0\x02\x49\x56\x5c\x03\x9e\x02\xf3\ -\x3b\x45\x7e\xc2\xd8\x50\x62\x1e\xb3\x67\x49\x96\x5f\x3d\x10\x81\ -\x24\x2d\x6f\x09\x1e\x02\xc1\x94\xf2\x5f\x25\x02\x61\x8f\xe2\x7e\ -\x71\xb3\xb1\x80\x24\x4b\xfa\xc5\x5d\x99\xee\x01\x98\x99\xdf\xa7\ -\x7c\x24\xb1\x33\x0b\x62\x2d\xce\xf2\x3b\x92\xf6\xfc\xd8\x27\x2e\ -\x48\x72\xef\xfa\xe5\x9a\xe0\xc6\xb0\x5c\x92\x26\xcd\x4e\x09\x36\ -\xed\x1e\xf0\xfe\x99\xb0\x7b\x7b\x24\x36\x4d\x60\x30\x18\x74\xbe\ -\x7c\xab\x1e\x60\x76\x45\x12\xe6\x9c\x67\xc6\xf2\xdd\x74\x33\x79\ -\xef\xcc\x0c\xa4\xc7\x01\xf5\xf5\x28\x8a\xaa\x3d\x05\xd2\x34\x3d\ -\xf2\xdd\x82\x27\x86\xad\xfc\xdc\x8f\x97\x68\x56\x3e\x72\xc0\x24\ -\x39\x30\x84\x5e\xce\xa9\xbe\x1c\x45\xd1\xd7\xdf\x04\x5e\x6f\x6f\ -\x1f\xef\x54\xfe\x39\x70\x4e\x80\x03\x2f\xfe\xac\x7c\x5c\x43\xc8\ -\x19\x20\x63\xf3\xb0\x69\xb5\xd7\xeb\x7d\x06\x98\x1b\x8e\x74\x2a\ -\xff\x1e\x58\x18\x5a\xa9\xe1\x6f\x7a\x32\x1a\x9d\xd4\xc4\xf9\x4a\ -\xf6\x01\x38\x06\x63\x25\x0d\x5f\xb9\x11\xfe\x1f\x76\xb5\xb4\xb4\ -\xb4\xec\xcb\x0f\x81\xad\xbb\x98\x5b\xa7\xab\xc5\x00\x00\x00\x00\ -\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x03\x0a\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x02\xbc\x49\x44\x41\x54\x78\x9c\xed\ -\xd6\x4b\x48\x54\x71\x14\xc7\xf1\xef\xb9\xd9\x73\x5a\xb8\x09\x8a\ -\xa0\x72\x15\x54\x9b\x6a\x6c\x72\x82\xc0\x88\xa0\xa2\xa2\x8d\x8b\ -\x28\x47\x43\xb2\x16\x2d\x22\x88\x0a\x62\x10\x5a\x04\x3d\xc0\x45\ -\x42\x14\x7a\xc7\x16\x81\x05\x45\xf4\xda\x84\x14\x18\xea\x8c\xb6\ -\x69\x95\x61\xd1\x2a\xc2\x84\xe8\x65\xf3\x3a\x6d\x12\x6e\x37\xb3\ -\xf2\xde\x99\x20\xcf\x67\xf9\x3f\xff\x7b\xee\xef\x7f\xee\xbd\xcc\ -\x80\x31\xc6\x18\x63\x8c\x31\xc6\x18\x63\x8c\x31\xc6\x18\x63\xa6\ -\x0b\x09\xda\xa0\xbd\x57\x57\x88\x43\x27\xc2\x62\xe0\x42\x43\x94\ -\x73\x22\xa2\x21\x64\x9b\x50\xaa\x4f\x77\x17\x1d\xce\x02\x38\x70\ -\x38\x51\x2d\xf7\x83\xf4\x0b\x3c\x80\x8e\xb4\x3e\x02\x36\x7a\x96\ -\xae\x46\xe6\xd2\x54\xb7\x4a\xb2\x41\x7b\x7b\xa9\xaa\xb8\x03\x1c\ -\x43\x39\xe3\x59\x7e\x9f\x15\x16\x34\x47\x25\x37\xd5\xbe\x4e\xd0\ -\x60\xf2\x73\x8f\x7d\x1f\xbf\xf0\xa0\xe3\xa9\x56\x06\xed\x3d\x2e\ -\xd9\xad\x15\x6e\x86\x36\xdf\xe1\xbf\xdf\x3e\x98\xc0\x03\xc8\xc3\ -\x21\x94\xb7\xde\x35\x81\x5a\x0a\xf4\x5c\x19\xd4\xa5\x41\xfb\x5f\ -\x7c\xa6\xf3\x97\xcd\xe7\x16\x70\xd0\x57\xfa\x8a\xb2\x37\xc8\xd3\ -\x87\x10\x26\x08\xd0\xd9\xa7\x55\x05\x87\xfb\xc0\x72\x5f\xe9\x8d\ -\x0a\xdb\xf7\x47\x65\x70\x2a\x7d\xaf\x66\x74\x51\x5e\xb9\x03\xac\ -\xf1\x95\x46\x05\x76\x36\x54\x4b\xcf\x54\xfa\x7a\x05\x7e\x03\x00\ -\xea\x63\xf2\xb2\x90\x23\x0e\x3c\xf6\x95\x16\x8a\xf2\xd8\xcd\xe8\ -\xf6\xbf\xed\xe9\xf6\xeb\xca\xbc\xd2\xcb\xcf\x87\x1f\x76\x8a\xd4\ -\x84\x71\x78\x08\x69\x00\x00\x4d\x71\x19\xfd\x50\xc9\x16\x81\x6b\ -\xbe\x52\x44\x95\xdb\xed\x19\x3d\xf4\xa7\xbd\xda\x07\x74\x93\x0a\ -\x3d\xc0\x12\x5f\xa9\x4f\x67\xb0\x3e\x11\x93\xe7\x81\x03\x7f\x17\ -\xca\x27\xe0\x95\x54\x75\xaa\x06\x38\xad\xca\x89\x09\xca\x67\x5f\ -\x45\x39\xde\x22\x52\xfc\xd5\xf5\x6e\x5a\xeb\x15\xae\x00\x33\xbd\ -\xeb\x2a\xdc\xcc\xc1\xde\xe6\xa8\x7c\x0e\x33\x6f\xe8\x03\x18\xe7\ -\xf6\xeb\x01\x15\xda\x80\x19\xde\x75\x15\xba\xe4\x03\x89\xc6\x5a\ -\x19\xfb\x61\x5d\x55\x52\x69\x4e\xa9\xd0\x32\x41\xca\xd6\xc8\x30\ -\x47\xeb\xea\xa4\x10\x76\xce\x92\x0d\x00\x20\x95\xd6\xad\x45\xb8\ -\x0e\x44\x7c\xa5\x1e\xa7\xc8\xae\x44\x4c\xde\x01\x74\x3d\xd3\x59\ -\x9f\xc6\xb8\x84\xd2\xe0\xdb\xa7\x28\x47\x1a\xd7\x49\x6b\xa9\x32\ -\x96\x74\x00\x00\xa9\xb4\xae\x2e\xc2\x5d\x60\x91\xef\xce\x43\x02\ -\x5b\xbf\xc2\xc8\x6c\xe5\x86\xc2\x66\xdf\xa5\x63\x4e\x91\x3d\x89\ -\x98\xdc\x2c\x65\xbe\x92\x0f\x00\x20\x95\xd1\x25\x45\xe5\x1e\xb0\ -\xf2\x4f\xf6\x0b\x8c\xa8\xc3\x8e\xc6\xb5\xd2\x5b\xe2\x68\xe1\xfd\ -\x0a\x4c\x26\x11\x95\xd7\x59\x61\x03\xf0\xf0\xb7\x9b\x85\xa1\xbc\ -\x43\x4d\x39\x0e\x0f\x65\x1a\x00\x40\x73\x54\xde\x47\xe6\xb2\x0d\ -\x25\x35\xc9\xb6\x27\x59\x88\x37\xad\x95\x17\xe5\xca\x55\x96\x4f\ -\xc0\x4b\x55\xc5\xcd\x90\x04\x92\xbe\x20\x37\xe6\xe5\xa8\xaf\x8b\ -\xcb\x97\x72\xe6\x29\xfb\x00\xc6\xb9\xfd\x7a\x59\x85\x46\x01\x55\ -\xe5\xfc\xab\x6a\x4e\x4e\xf6\xff\xe0\xbf\x94\xec\xd6\x8a\x8e\x6e\ -\x9d\xf3\xaf\x73\x18\x63\x8c\x31\xc6\x18\x63\x8c\x31\xc6\x18\x63\ -\x8c\x31\xd3\xc4\x37\x91\x9f\xdf\x59\x79\xb7\xd8\xc7\x00\x00\x00\ -\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\x47\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\xf9\x49\x44\x41\x54\x78\x9c\xed\ -\xd6\x21\x4e\xc4\x40\x1c\x85\xf1\x6f\xb6\x5d\x83\x40\x81\xe7\x02\ -\x24\x84\x20\x56\xe2\xe0\x00\x48\x1c\xc1\x62\x38\x00\xec\x01\xf6\ -\x00\x58\x82\x45\x92\x80\x43\x22\x30\xdc\x00\x45\x42\xd6\x21\xc8\ -\x26\xdb\x76\xb0\x64\x06\x70\x9d\x4d\xe8\xf7\x93\xef\x5f\xf1\xfa\ -\x4c\x0b\x92\x24\x49\x92\x24\x49\x92\x24\x49\xd2\x20\x84\xbf\x8e\ -\x31\xc6\x70\xf9\x48\x55\xaa\x4c\x2f\xf6\xe9\xa6\x21\x74\xbf\x9d\ -\x7f\x1c\xe0\xea\x39\x6e\x8c\x23\xb3\x00\x47\xc0\x5a\x6f\xe5\xca\ -\x58\x00\x77\x5d\xc5\xd9\xc9\x6e\x78\x4b\x8f\xd9\x00\x37\x4f\x71\ -\x7d\x59\xf3\x42\x64\xab\x44\xbb\x82\xe6\x4d\xcb\xf6\xe9\x24\xbc\ -\x7f\x0f\x47\xe9\x53\xcb\x8a\xe9\x3f\x7c\x79\x80\xcd\xba\x66\x96\ -\x86\xd9\x00\x11\x0e\xca\xf4\x59\x81\xc8\x61\x1a\x65\x03\x0c\x4d\ -\x36\x40\x80\x87\x55\x14\x29\x22\x70\x9f\x46\xd9\x00\xe3\x96\x0b\ -\x02\xaf\x45\x0a\x95\x35\x6f\x1a\xce\xd3\x30\x1b\xe0\x78\x12\x3e\ -\x46\x2d\x7b\x11\xae\x81\xcf\x22\xd5\xfa\xb5\x00\x6e\xbb\x8a\x9d\ -\xf4\x0b\x00\xfe\x08\x49\x92\x24\x49\x92\x24\x49\x92\x24\x49\x43\ -\xf1\x05\xcd\x83\x37\xbf\x0d\x59\x11\x51\x00\x00\x00\x00\x49\x45\ -\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\xa1\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x53\x49\x44\x41\x54\x58\x85\xed\ -\xd5\xb1\x09\x00\x20\x0c\x44\x51\x11\x17\x12\x0b\x5b\x47\xcb\x68\ -\xb6\x29\x82\x2b\xb9\x83\x09\x04\xe4\x5f\x7f\xe1\x71\x4d\x4a\x71\ -\x44\xed\x88\xda\x11\xcf\x8d\xea\x29\x47\x04\x00\x00\x00\x00\x00\ -\x00\x48\x07\xb4\x80\x1b\xcb\xf3\x92\xbf\x58\x60\xcf\xd1\xe5\xb5\ -\x9c\xbe\x00\x00\x00\x00\x00\x00\x00\x90\x0e\xb8\xa9\x09\x0b\x0d\ -\xb2\x0b\x4b\xdb\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\ -\x00\x00\x00\x90\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x42\x49\x44\x41\x54\x58\x85\x63\ -\x60\x18\x05\xa3\x60\x14\x8c\x82\x51\x30\xc0\x80\x11\xc6\x50\x9d\ -\xf5\x6a\x3f\x03\xc3\x7f\x07\x3a\xd9\xbb\xe7\x76\x9a\xb8\x2b\x03\ -\x03\x03\x03\x13\x9d\x2c\x1c\x05\xa3\x00\x27\x18\xcd\x05\xa3\x60\ -\x14\x8c\x82\x51\x30\x0a\x46\xc1\x80\x03\x00\x8e\xc6\x0c\x07\xba\ -\x16\xb5\x17\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\xd8\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x02\x8a\x49\x44\x41\x54\x78\x9c\xed\ -\x9a\xbf\x6e\xd3\x50\x14\x87\xbf\x93\xb6\x2a\x0b\x2c\x88\x07\xe0\ -\x05\x68\xdd\x46\xa4\x82\xa9\x6f\xc0\x02\x4a\x68\x61\x85\x81\x95\ -\x8d\x95\x37\x00\x09\x46\xfe\x94\x54\x30\x20\x9e\xa0\x6b\x82\x4c\ -\x42\xc4\x98\x81\x27\x40\x42\xca\x82\x90\xd2\xcb\x92\xc1\xdc\xda\ -\x4d\x6d\xdf\x7b\x7d\xaf\xe3\x23\x79\xb0\x7d\xfc\xd3\xfd\x3e\x25\ -\xb6\x75\x64\x68\xaa\xa9\xa6\x56\xb9\xa4\xea\x05\xd8\xae\x61\x3c\ -\xbe\x83\xc8\x73\xe0\xf7\x5c\xb5\x1e\xdf\x6a\xdf\xf8\x91\x3c\xbf\ -\x5e\xd1\xba\x9c\xd4\x60\x34\xe9\xa2\xd4\x11\xd0\x02\x58\x93\xd3\ -\x57\xc0\xed\x64\x4f\xab\x8a\x85\xb9\xa8\xc1\x68\xd2\x95\x04\xfc\ -\xa2\xae\xe8\x7d\xb5\x14\x90\x01\x3f\x57\x2d\xf5\x4c\xef\xad\x9d\ -\x80\x2c\x78\x94\xea\xed\x45\xd1\x17\xbd\xbf\x56\x37\xc1\xf3\xe0\ -\x3b\xed\xe8\x53\xda\x35\xb5\x11\x50\x04\x1e\x6a\x22\xa0\x28\x3c\ -\xd4\x40\x40\x19\x78\x08\x5c\x40\x59\x78\x08\x58\x80\x09\x78\x08\ -\x54\x80\x29\x78\x08\x50\x80\x49\x78\x08\x4c\x80\x69\x78\x08\x48\ -\x80\x0d\x78\x08\x44\x80\x2d\x78\x08\x40\x80\x4d\x78\xf0\x5c\x80\ -\x6d\x78\xf0\x58\x80\x0b\x78\xf0\x54\x80\x2b\x78\xf0\x50\x80\x69\ -\xf8\x61\x3c\xbe\x8b\xc8\xcb\xc5\xee\xa3\xce\xee\xf6\xe7\xe4\x79\ -\xaf\x06\x22\xa6\xe1\x07\xa3\x49\x17\x91\x63\xe0\xda\x62\x7b\xad\ -\xf7\x78\x23\xc0\x06\x7c\x4a\xde\x99\xf2\x42\x80\x23\xf8\x53\x81\ -\x27\x7a\x6f\xe5\x02\xdc\xc1\xab\x87\x37\x77\xb7\x3f\xea\xfd\x95\ -\xde\x04\xdd\xc2\x47\x47\x69\xd7\x54\x26\xc0\x07\x78\xa8\x48\x80\ -\x2f\xf0\x50\x81\x00\x9f\xe0\xc1\xb1\x00\xdf\xe0\xc1\xa1\x00\x1f\ -\xe1\xc1\xd1\x63\xd0\x15\x3c\x4a\x3d\xc8\x03\x0f\x0e\x7e\x01\x2e\ -\xe1\x3b\xed\xe8\x43\xde\x3c\xab\x02\x7c\x87\x07\x8b\x02\x42\x80\ -\x07\x4b\x02\x42\x81\x07\x0b\x02\x42\x82\x07\xc3\x02\x42\x83\x07\ -\x83\x02\x42\x84\x07\x43\x02\x42\x85\x07\x03\x02\x9c\xc1\x8b\x1c\ -\x76\x76\xb6\xfa\x79\xf3\xbe\x7e\xfb\x7e\x4f\xc1\x8b\xc5\xae\xd9\ -\x99\x60\x00\xf0\x87\x0a\xfa\xd8\x98\x09\x06\x02\xff\x86\x25\x8c\ -\x85\x04\xf8\x0f\x3f\x3e\x48\x81\x37\x33\x13\x0c\x03\x5e\xde\xea\ -\x79\x46\x66\x82\x61\xc3\x97\x9c\x09\xfa\x0e\x3f\x8c\xc7\xf7\x11\ -\x79\x77\x26\x6f\xc9\xa3\xf3\x42\x02\xea\x0a\x0f\x17\x10\xe0\x0a\ -\x5e\x89\x1c\xec\xed\x6c\x1d\xe7\xcd\x2b\x03\x0f\x4b\x04\xd4\x1d\ -\x1e\xce\x11\xe0\x3d\xfc\x68\xd2\x43\xa9\xf7\x7a\x5e\xde\xbf\x51\ -\xaa\x80\x55\x81\x87\x14\x01\x8b\x77\xe7\x3e\x86\xe0\x33\xf2\x0a\ -\xc3\x67\xe5\x15\xbd\x81\xfe\x27\x20\x8e\xe3\x8d\xb9\xac\xff\x02\ -\x2e\x27\x0e\x17\x86\xcf\xc8\x2b\x0c\x6f\x3a\x0f\xb4\x37\xc1\xd9\ -\xec\xea\x1a\xb0\x99\x38\x54\xea\xb3\x94\x94\xbc\x52\x8b\x35\x9d\ -\x07\x9a\x80\xfd\xfd\xeb\x7f\x44\xc9\x53\xe0\x2f\x30\x53\x22\xdd\ -\x32\xdf\xe4\xe8\x79\x02\xbd\x32\x8b\x35\x9d\x97\x59\xd3\xe9\x74\ -\x33\x8e\xe3\x0d\x5f\xf3\x4e\x4e\x7e\x5e\x32\x99\xd7\x54\x53\x2b\ -\x5c\xff\x00\x2d\xfb\xcc\x44\x24\x35\x91\xfa\x00\x00\x00\x00\x49\ -\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\x0c\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\xbe\x49\x44\x41\x54\x58\x85\xed\ -\x97\xbf\x4b\x02\x71\x18\xc6\x9f\xf7\xae\x22\xb0\x8c\x14\xf5\xcc\ -\x96\xbc\x06\xa9\xb3\xc6\x82\xa2\xa1\xd5\xb9\xb1\x20\x70\x0a\x6a\ -\x8a\xea\x4f\xa8\xa0\x21\x83\xfe\x87\x56\xc1\xb1\x86\xa0\xa8\x35\ -\x2c\x1c\x12\xa1\x2c\xf5\xec\x07\x71\x41\x51\x78\x6f\x43\x27\x44\ -\x5e\x17\xd9\x69\x51\x3e\xd3\xcb\x7b\x2f\xef\xf3\xe1\x7d\xdf\xe1\ -\xbe\xc0\x7f\x17\xbd\x4f\x74\xc9\xfd\x23\x3a\xd3\x22\x11\x0d\x03\ -\xf0\xd8\xe4\x53\x64\xe6\x03\x81\x78\xe5\x32\x7d\xbc\xf7\x21\x80\ -\x24\x2b\xf3\x04\x5a\x35\x03\xb3\x49\x3a\x83\x17\xf2\xe9\xe4\x5a\ -\x05\x80\x3f\x38\x38\x0a\xd2\x77\x01\xdc\x81\x78\x4e\x7c\xd4\x13\ -\xd9\xec\xc9\x8d\x1d\xae\xdd\xdd\x7d\xae\x52\xab\x10\x01\x53\x0c\ -\x80\x93\xa0\x8f\xbd\x9f\x04\xa4\xa0\x12\xf7\xcb\x61\xf6\xf7\x2a\ -\x93\x76\x98\x9a\x49\x92\x07\xa6\xfc\x72\x98\xa5\xa0\x12\x2f\xe7\ -\x84\x72\x60\xec\x1c\xe2\xa3\x9e\xa8\x15\x80\xd8\xfc\x94\x30\xbc\ -\x86\x2a\x00\x60\x1c\x9c\x5d\x63\x37\xd3\x45\x2a\x75\x6d\x84\x5e\ -\x33\x80\x1f\x51\x03\xa0\x01\xf0\xe3\x00\x4d\x9f\x15\x48\xbd\x03\ -\x33\xc4\xbc\x0c\xa0\xfd\x8b\xbd\x35\x26\x5a\xca\x9f\x1e\x6d\x5a\ -\x15\x59\x4e\xc0\xdb\xa3\xf8\x88\x79\xa3\x0a\x73\x00\x68\x27\xe6\ -\x98\xb7\x47\xf1\x55\x0d\x50\x0f\x59\x02\xa8\x99\x64\x81\x89\x66\ -\x01\x68\x55\xf4\xd6\x98\x68\x4e\xcd\x24\x0b\x56\x45\x9f\xde\x80\ -\xb1\x43\xcb\x3d\x7e\x47\xbf\x7b\x05\x0d\x80\x06\x40\xbd\x01\x8a\ -\xc0\xeb\x0f\x64\xad\xcc\x02\xa1\x90\xdb\x08\xd5\x0a\x00\x66\x3e\ -\x00\x80\x52\xab\x10\xa9\x15\x40\xe9\xb9\x25\x62\x78\x1d\x96\x73\ -\x62\x39\x70\xba\x3c\x67\x00\x4d\x03\x34\xde\xe6\x92\x72\x1d\xbe\ -\xce\xac\x76\x75\xf5\x60\x87\x71\x20\x14\x72\x3b\x3a\xba\x26\x08\ -\xbc\x0e\xa0\x45\x20\x8e\x6a\xb7\xc5\x73\xc0\xfc\x61\xb2\x82\xda\ -\xdd\x46\xc5\xc3\x44\x7c\xfb\xf5\xfe\x56\xdd\x77\xba\x3c\xdb\xcc\ -\xf0\x10\x51\x27\x00\x87\x4d\xc6\x2a\x33\xef\x08\xc4\xd1\x5c\xfa\ -\x78\xcb\xa6\x9e\x7f\x44\x2f\x6f\x79\x8e\xf6\x9a\x05\x87\x52\x00\ -\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x03\xfe\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x03\xb0\x49\x44\x41\x54\x58\x85\xe5\ -\x97\x5d\x68\x5b\x65\x18\xc7\x7f\xcf\x39\x69\xbb\xb2\x31\x45\x0a\ -\x56\x6c\xd9\x2c\x53\xb1\x64\xfd\x88\x49\x9a\x81\x5f\x9d\x63\x22\ -\xb2\x75\x82\x22\x22\x73\x30\x14\x2f\xbc\x13\x84\x0e\x2f\x7a\xe1\ -\x70\x05\xaf\x94\xa1\x28\x82\x28\x7a\x6b\xb1\x55\xa7\x03\xc7\x76\ -\xb3\x25\x69\x9a\xb4\x35\x42\xa1\x50\x41\xd3\xd6\x0f\x18\xae\x5b\ -\x3b\xd6\x24\xe7\xef\x45\x9a\x92\x2e\x6b\xd7\x90\xd4\x9b\xfd\x6f\ -\xce\xcb\xfb\x3e\xe7\xf9\xff\xde\xc3\x39\xcf\x79\x5e\xb8\xd3\x65\ -\x95\x04\xc7\xe3\xbf\xb4\xca\x97\x3f\x62\xd2\x01\x61\xad\x40\x0b\ -\xc8\x01\x66\x31\x27\x83\xbc\x0b\x72\x18\x8a\x74\x77\x4f\xd7\x14\ -\x60\x74\x74\x3c\xec\x39\x0c\x02\xbd\x9b\xcc\x3b\x6a\x66\x27\xc2\ -\x81\xce\x9f\xab\x02\x48\x24\x12\x77\xe5\x71\x3f\xc6\xec\xe5\x95\ -\xa9\x79\x83\x11\x49\x67\x64\xbe\x99\x7a\xcb\xce\x67\xb3\x59\xcf\ -\x1a\x1a\x9a\x95\xd3\x6e\x39\x76\xd0\x44\x1f\xb0\xab\x90\xdd\x7e\ -\xd0\xb2\x73\x3c\x12\xd9\xfb\x57\xc5\x00\x17\xc7\xc6\xf6\xb8\xf8\ -\x86\x41\x8f\x14\x8c\x35\xb0\xb8\xf0\xef\xe7\xbd\xbd\xbd\xb9\x8d\ -\xa0\x25\x39\xf1\xd4\xe4\x4b\x48\x27\x81\x36\xb0\xdf\xb1\xfc\xe1\ -\x9e\x40\x60\x62\xd3\x00\xf1\xf8\x64\x9b\x5c\x2f\x06\x34\x21\xfb\ -\x56\xb9\xeb\xaf\x46\x22\x91\x85\x8d\x8c\x6f\xd6\xf4\xf4\x74\xc3\ -\xe5\x85\xc5\x8f\x80\xe3\xc0\xa2\xe3\xf1\x78\x28\xd4\x95\xba\x2d\ -\x40\x34\x1a\xdd\x69\x75\xdb\x2e\x01\xed\x86\x3e\x08\x05\xba\xde\ -\x32\x33\xaf\x12\xf3\xa2\x24\x59\x6c\x6c\xb2\xdf\x4c\xef\x21\x32\ -\x2e\xb9\x70\x30\x18\x9c\x2f\x8d\x71\xca\x88\xea\xb6\x9d\x06\xda\ -\x81\x91\x6a\xcc\x01\xcc\x4c\x3d\x8f\x76\x0c\x62\xfa\x0c\xa3\x25\ -\x6f\xbe\xaf\x24\xad\xd9\xf4\x1a\x80\x58\x32\x19\x04\x8e\x02\xff\ -\xb8\xca\x1d\xad\xc6\xbc\x14\x62\x7b\x7d\xdd\x9b\x82\x29\x60\x7f\ -\x2c\x31\xfe\xec\xba\x00\x92\x7b\xaa\x70\x17\xef\x06\x83\xc1\x2b\ -\xd5\x9a\x17\xe5\xf7\xfb\x97\x1d\x78\x07\xc0\x71\x6c\xb0\xf4\x29\ -\xac\x02\x24\x12\x89\xfb\x0c\x3d\x8d\x71\x79\x7b\xbd\xef\x93\x5a\ -\x99\x17\x15\x0a\x74\x0e\x09\xa6\x04\x7b\xe3\xa9\x54\x47\x19\x40\ -\xce\xdc\x43\x80\x21\xbe\xf7\xfb\xfd\xcb\xb5\x06\x30\x33\x19\x0c\ -\x03\x20\x7b\xbe\x0c\xc0\xc4\x53\x85\x45\xfd\x58\x6b\xf3\x12\x8c\ -\x9f\x56\xae\xfb\xcb\x00\x30\x6b\x2d\xcc\xe8\xb7\xad\xb2\xf7\x1c\ -\x6f\x06\x00\xd1\x52\x0e\x40\x61\xd2\x33\x9b\x67\x8b\xd4\xb4\x63\ -\x47\x21\xb7\x71\x7f\xf1\x45\x2c\xab\x03\xff\xa3\xd6\x02\xc8\x98\ -\x05\x30\xcf\x69\xde\x2a\xc7\xbf\xaf\x5e\x2d\xe6\x9e\x2b\xd6\x98\ -\x55\x00\x47\xfc\x01\x60\xc6\x03\x5b\x05\xe0\x7a\x4e\xdb\xca\x30\ -\xb3\xea\x5b\x1c\x08\xce\xaf\x0c\x9f\xd9\x2a\x00\x1c\x0e\x02\x98\ -\x71\xae\x0c\x20\x6b\xde\x48\x81\x44\xcf\x25\x12\x89\xba\x5a\x7b\ -\x4b\x32\x13\x87\x01\x30\x0d\x95\x01\x3c\x16\x08\xcc\x01\xe7\x80\ -\x26\x8f\xba\xd7\x6a\x0d\x10\x4d\x4d\x1e\x02\xda\x11\xbf\x86\xba\ -\xba\x56\x7b\x83\x35\x5f\x81\x39\xea\x07\x90\xa3\x81\x68\x34\xba\ -\xb3\x56\xe6\xe9\x74\xba\xde\x91\x4e\x01\x98\xd9\x09\x33\xd3\x2d\ -\x01\xc2\xdd\xdd\xa3\xc0\xd7\x88\x7b\xcd\xd7\xf8\xa5\xa4\xaa\x3f\ -\x53\x49\xb6\x78\x23\xf7\x21\xd0\x6e\xc6\xf9\x50\xa0\xe3\xbb\xd2\ -\xf5\x32\x03\x57\xb9\xc2\xaf\xd3\xd4\x17\x1f\x9b\x78\xbf\x1a\x08\ -\x49\x16\x4f\x8e\xbf\x0d\xbc\x61\x30\xb7\x8c\xf7\x4a\xe9\xee\x61\ -\x9d\x96\xec\xe2\xd8\xd8\x1e\xd7\xdc\x18\xe2\x1e\xc1\x37\xd7\x1b\ -\x7c\xc7\x7a\xfd\xfe\x6b\x95\x98\xa7\xd3\xe9\xfa\x6b\x37\xf2\xa7\ -\x0d\xbd\x0e\x2c\x61\xde\x93\x3d\x81\x40\xe2\xe6\xb8\x75\x9b\xd2\ -\xd8\xf8\xf8\x43\xe4\x19\x06\x1e\x06\x66\x31\x1b\x58\xba\x72\xf9\ -\x8b\xcd\x34\xa5\xa3\xc9\x89\x17\x04\x27\x81\x07\x11\x19\x0f\xeb\ -\xdb\x17\xec\x4c\xde\x2a\x7e\xc3\xb6\x3c\x95\x4a\xdd\xbd\xec\xd9\ -\xa7\xc0\x8b\x85\xec\x64\x70\x34\x62\x72\xce\xe0\x6a\x26\xb7\xe4\ -\x9b\x6f\x6c\xcc\x7a\xf9\xbc\xdb\x9c\x37\x6f\x17\x85\x1a\xd2\x07\ -\x14\x0b\xce\x59\xcb\xfb\x8e\x85\xc3\xfe\x3f\xd7\xf3\xd8\xd4\xc1\ -\x24\x96\x4c\xee\x43\x36\x08\xf6\xc4\x66\xe2\x81\x94\x44\x7f\x24\ -\xd8\x75\xf6\x76\x81\x15\x1d\xcd\x2e\xa5\x52\xbb\xcd\xe3\x88\x61\ -\x07\x40\xad\x98\xb5\x20\x5c\x44\x06\x23\x23\xd9\x05\x1f\x36\x14\ -\x0c\x76\x4c\x55\x92\xf7\xce\xd6\x7f\x63\x08\x72\x45\x1d\xff\x4f\ -\x18\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\x75\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x27\x49\x44\x41\x54\x78\x9c\xed\ -\xc1\x01\x0d\x00\x00\x00\xc2\xa0\xf7\x4f\x6d\x0e\x37\xa0\x00\x00\ -\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x77\x03\ -\x40\x40\x00\x01\x8f\xf2\xc9\x51\x00\x00\x00\x00\x49\x45\x4e\x44\ -\xae\x42\x60\x82\ -\x00\x00\x03\x57\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x03\x09\x49\x44\x41\x54\x78\x9c\xed\ -\x9b\xb1\x4e\xdb\x50\x14\x86\xff\x63\x03\x4b\x18\x22\x15\x9a\xd8\ -\x1d\xda\x12\xa9\x52\x0b\xf6\xc2\xda\xbe\x45\xa1\x2a\x52\xe9\x56\ -\xd4\x4a\xd0\x8e\xf0\x04\xed\x0c\x95\x4a\xc7\x16\xa9\x95\x80\xb7\ -\xa0\x2b\x8b\x0d\x62\xa8\x40\x62\x20\x26\x52\x2a\x65\x20\x4b\x08\ -\x39\x1d\xb0\xc1\xb1\x1d\x92\x52\x92\xe3\x88\xfb\x4d\xbe\xf7\x5c\ -\x5b\xff\xf9\x73\x6f\xee\x72\x0e\xa0\x50\x28\x6e\x33\xd4\xc9\xa2\ -\x9c\x6d\x67\xf4\x13\x9e\x66\xc2\x73\x00\x13\x00\x4c\x00\x03\x5d\ -\x55\xf6\xef\xd4\x01\x14\x01\xec\x10\x63\xf3\x6c\x98\xd6\x4b\x8e\ -\x53\x6d\xf7\x52\x3b\x03\x28\x5f\xb0\x67\x35\xf0\x47\x06\x8c\x1b\ -\x91\xd9\x23\x08\xf0\x1a\xa0\xc5\xe3\x7d\x67\x0d\x00\x5f\xb1\xae\ -\x05\x93\x93\x83\x46\xa5\xb6\x02\x60\xae\x0b\xfa\x7a\xc9\x57\x2f\ -\x3b\x34\x8f\xed\xed\xd3\xa4\x60\xab\x6d\x4c\x46\xa5\xf6\x19\xc0\ -\x9b\xc8\xbc\x0b\xe2\x5f\xdc\xa0\x63\x22\x34\x6e\x54\xe6\x7f\xc2\ -\x0c\x8d\x34\xce\x83\xe9\x29\x00\x2b\x14\x9a\x33\x2a\x35\x78\xc0\ -\x5b\x24\xec\x84\xc4\x1d\x90\x2f\xd8\xb3\x04\xfe\x16\x9a\xfa\x43\ -\x8c\x85\xe2\x81\xfb\x33\xe9\x23\x29\x83\xcc\x31\xeb\x25\x13\x96\ -\x01\xdc\x09\x26\x19\xf4\xfa\x78\xdf\xf9\x1e\x5b\x1c\x9d\xc8\xd9\ -\x76\x46\xaf\xf2\xef\xcb\x33\xcf\xe5\xd3\xfa\x99\x5d\x3e\xdc\xf3\ -\xba\x28\xfa\xc6\x19\xb9\xff\xd8\x18\x1c\xd0\x1d\x80\x46\x00\x80\ -\x81\x22\x67\xe8\x51\xf4\x8f\x51\x8b\xbe\xa8\x9f\xf0\x74\xf8\x0f\ -\x8f\x98\xde\xf7\x5b\xf2\x00\x50\x3e\xdc\xf3\xc0\xf4\x21\x18\x13\ -\x60\x52\x95\xa7\xa2\xeb\x62\x06\xf8\x57\x5d\x80\xeb\x6f\xfb\xbe\ -\xc4\x3b\x70\x7f\x00\x70\x83\x31\x01\xed\x0d\xc0\xf9\x3d\x7f\xfe\ -\x02\xf3\x16\xd2\x7f\xe6\xaf\x82\xfd\x1c\x7c\x68\x3c\xba\x20\xc9\ -\x00\x33\x78\x68\x80\x4a\x5d\x91\xd5\x43\x9a\x73\xe0\x7b\xd1\x78\ -\x92\x01\x17\x57\x63\xda\xae\xba\xeb\x10\xc9\x21\x76\xed\x27\x19\ -\x70\xab\x50\x06\x48\x0b\x90\x46\x19\x20\x2d\x40\x1a\x65\x80\xb4\ -\x00\x69\x94\x01\xd2\x02\xa4\x51\x06\x48\x0b\x90\x46\x19\x20\x2d\ -\x40\x1a\x65\x80\xb4\x00\x69\x94\x01\xd2\x02\xa4\x51\x06\x48\x0b\ -\x90\x46\x19\x20\x2d\x40\x1a\x65\x80\xb4\x00\x69\x94\x01\xd2\x02\ -\xa4\x51\x06\x48\x0b\x90\x46\x19\x20\x2d\x40\x1a\x65\x80\xb4\x00\ -\x69\x94\x01\xd2\x02\xa4\x51\x06\x48\x0b\x90\x26\xc9\x80\x7a\xf0\ -\xc0\xdc\xff\x06\x45\x72\xa8\x47\xe3\x49\x09\x16\x2f\x83\x9c\xeb\ -\x86\xa8\x5e\xd2\x9c\x03\x1d\xc5\xe3\x71\x76\x82\x07\x26\x7a\x86\ -\x0e\x7b\x0a\x52\x0a\xf9\x39\xf8\xf0\x6e\x74\x41\xcc\x00\x62\x6c\ -\x86\x86\x96\x59\x98\x98\xee\x8a\xb4\x1e\x60\x16\xec\x17\x08\x55\ -\x8e\x33\xb0\x11\x5d\x13\x33\xe0\x6c\x98\xd6\x09\xb8\xa8\x0d\x66\ -\xd0\xca\xdd\x87\x13\x7d\x77\x14\x46\x1f\x3c\xc9\x33\x78\x39\x18\ -\xfb\xc5\xd2\xed\x0d\x28\x39\x4e\xb5\x01\x5a\x0c\x7f\x4b\xd7\xc8\ -\x35\xc7\xac\x19\xf4\xc7\x71\x20\x73\xcc\x9a\x19\xd0\x75\x07\xc0\ -\x68\x68\x7a\x29\xa9\x85\xa6\x55\x42\x64\x14\xac\x2f\x88\x77\x8b\ -\xb8\xc4\xbc\xd5\x00\x95\xd2\x56\x45\xca\x0c\x4d\x03\xe7\xfc\x33\ -\x6f\x35\x47\x69\xd5\xdb\x77\xde\x21\xa1\xee\xb9\x55\xc7\x08\x7b\ -\xd9\xa1\x79\xa3\x52\x03\x9a\x4d\xb0\x98\xc8\x4a\xe3\x36\x20\x02\ -\x38\xf1\xf7\xa4\x55\x2f\x3b\xb8\x80\x16\x45\xdf\x9d\x34\x4d\xbd\ -\xd2\xc0\x9f\xfa\xad\x69\x8a\x81\x22\x40\x4b\xd7\x6f\x9a\x0a\x91\ -\xb3\xed\x0c\x55\x79\xea\xbc\xde\x9e\xc6\xfd\xaa\xeb\x14\xb6\xcd\ -\xd1\x11\xc0\xbb\x0c\x6c\x70\x86\x36\x3a\x69\x9b\x53\x28\x14\xb7\ -\x9b\xbf\xc4\xc5\xe0\xba\x43\x96\x38\x65\x00\x00\x00\x00\x49\x45\ -\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x03\x46\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x02\xf8\x49\x44\x41\x54\x78\x9c\xed\ -\x99\xcf\x4b\x14\x61\x18\xc7\xbf\xef\xbc\xeb\xae\x6e\xe9\xa6\xd1\ -\xae\x53\x06\xea\xec\x52\x84\xb3\x97\x20\x23\xf3\x52\x9d\xbc\x64\ -\x44\x44\xa7\x08\x02\xa1\x4b\x7f\x40\x50\x87\xba\x45\xd0\x3d\x28\ -\x0f\x21\x41\x04\x51\x20\x41\x90\x1d\xa2\x20\x90\xd0\xdd\xb2\x95\ -\x1d\x17\x74\x73\x54\x2c\xc3\x1f\x2d\xba\xee\xbc\x5d\x3a\xec\x8e\ -\xa3\x8b\xe0\xfb\x8e\xd0\xf3\x39\x7e\x1f\xd8\xef\xf7\x7d\xe6\xdd\ -\x7d\x9f\x77\x16\x20\x08\x82\x20\x08\x82\x20\x08\x82\x20\x08\xe2\ -\x7f\x83\xc9\x36\xd0\x0d\x73\x00\xc0\x15\x00\x10\xc0\xb5\x19\x2b\ -\xd5\x2f\xdb\x73\x3b\x48\x6d\x40\x6b\x6b\x6b\xed\x2a\xaf\x2f\x94\ -\x6b\x02\xce\x99\x19\xeb\xeb\x90\x4c\xdf\xed\xa0\xc9\xfc\xf0\x95\ -\x70\x38\xe0\xd6\x18\xb4\x77\xd1\x84\xd9\x2e\xd3\x77\x3b\xa8\xf8\ -\x0a\x08\x2f\xbd\x18\x58\x6b\x98\xcf\x64\x96\x64\xfb\x57\x43\xea\ -\x0e\x00\x00\xdb\x3a\xba\x61\x17\x00\x40\xcd\x7a\x70\x51\x85\x7f\ -\x35\x14\x04\x78\x5e\x5a\x65\x85\x88\x57\x45\x37\xcc\x92\x7c\xff\ -\xad\x51\xf2\x04\x7e\x65\xb3\x8b\x1c\xa5\x84\x57\x4d\x37\x92\x1f\ -\x54\x64\xd8\x0c\x65\x5b\x30\x6f\x7d\xcb\x6a\x82\x9d\xdb\x58\x11\ -\x5d\x07\x8d\xe4\x7d\x55\x39\xdc\x70\x95\x66\x4b\x0b\xb3\xb9\x86\ -\xa6\xd8\x4f\x00\x3d\xae\xd2\xa9\xfa\xc6\x58\x76\x79\x61\x2e\xa5\ -\x32\x0f\xa0\xe0\x14\xf0\x42\x37\xcc\x7e\x00\x57\xdd\xba\x70\xb4\ -\xce\x99\xdc\xc8\x67\x95\x59\x7c\x69\x00\x00\xe8\x86\x69\x01\xd8\ -\x30\x0f\x04\x02\x81\x43\x53\x99\x2f\xd3\xaa\x72\xf8\xd6\x00\x60\ -\xf3\x19\x81\xaf\xee\x0d\xe7\xf3\x9f\x0a\x5e\xb5\x9d\xc6\xd7\x73\ -\xd8\xde\x17\x0c\x7a\xe9\xa5\xd0\xf2\x1f\x28\x7a\x38\xfe\x0e\x22\ -\xc3\xc3\x45\xf0\xe0\x01\xaf\x92\x6e\x98\x0b\x2a\x22\xf8\x3e\x89\ -\xd9\xe3\xc3\xf3\x0e\x98\xe9\x51\x8a\x34\x1b\xc9\x67\xb2\xfd\x7d\ -\x6f\x00\x00\xcc\x5a\xa3\x69\xc6\xd0\xeb\xd6\x19\xc4\x65\xd9\xde\ -\xbb\xa2\x01\x00\x20\xd6\x91\xf1\xc3\xd7\xf3\xa2\xa2\x9a\x68\x5b\ -\x47\x0c\x0c\x83\x1e\xa5\x8f\xb2\xbd\x7d\xdf\x01\xba\x7e\x3c\xcc\ -\x39\x5e\x81\xa1\xcd\x55\xba\x6b\x5b\xa9\x2e\xd9\xfe\x3e\x37\xe0\ -\x12\x47\x78\x6d\x00\x82\x9d\x70\x15\x1e\xd9\x56\xea\x8e\x8a\x04\ -\xbe\x36\x40\x37\xc6\x1e\x00\x38\xef\x92\xdf\xd8\x87\xf7\xdf\x00\ -\xe0\x39\x24\xed\x34\xfe\x8d\xc2\xed\xc9\x9b\x60\xe2\x61\x85\xc8\ -\x30\x52\xe4\x6b\xdd\x2a\xdf\x14\xf9\x74\x19\xea\xb8\x00\xb0\x17\ -\x2e\xff\x3c\xe7\xda\xc9\xfc\xf8\xc8\x0f\x95\x59\x94\x37\x20\x96\ -\x48\x76\x6a\x8e\x18\x02\x50\x57\x26\x2f\x71\x47\x9c\xce\xe7\xd2\ -\xa3\xaa\xf3\x28\xfd\x0d\x88\x26\xcc\x76\xcd\x11\xaf\x51\xb9\xf8\ -\x75\xe6\x88\x8b\x7e\x2c\x1e\x50\xd8\x80\x96\x96\x63\x4d\xdc\xc1\ -\x20\x80\x8a\xd9\x9f\x09\xd1\x37\x9d\x4b\xbf\x55\x95\xc3\x8d\x92\ -\x06\xc4\xe3\xf1\x50\x29\xc4\x5f\x02\x38\xe2\x2a\xdd\x9b\x9e\x48\ -\x3f\x56\x91\x61\x33\x54\x4c\x82\xda\x8a\xa8\x7b\x02\xa0\xbb\x42\ -\x15\x78\x6a\x4f\xa4\x6e\x2b\xf0\xdf\x12\xe9\x3b\xa0\xd9\x30\x6f\ -\xe1\xdf\x7f\x83\x65\xbc\xdf\xa3\x15\xae\x43\xd1\x59\xbf\x15\x52\ -\x4f\x81\x78\x3c\x1e\x5a\x11\x75\xbf\x01\xd4\x96\xc9\x63\x35\x45\ -\x74\x4d\x4e\xa6\x94\xdc\xf7\xab\x21\x75\x07\x64\x23\x11\x07\x40\ -\xb1\x4c\x9a\x13\x25\xde\xb3\x5b\x16\x0f\xc8\x7e\x2d\x6e\xdb\x4e\ -\x7d\x63\x34\x03\x86\xb3\x00\x9b\xd2\xb4\x52\xaf\x3d\x91\xfa\x2e\ -\xd5\x93\x20\x08\x82\x20\x08\x82\x20\x08\x82\x20\x08\xa2\x0a\x7f\ -\x01\x9b\x27\xcb\x1b\xd0\x14\x77\x9c\x00\x00\x00\x00\x49\x45\x4e\ -\x44\xae\x42\x60\x82\ -\x00\x00\x02\x32\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\xe4\x49\x44\x41\x54\x58\x85\xe5\ -\x95\xbf\x8b\x13\x51\x14\x46\xcf\x37\x09\xee\x82\xa2\x68\x61\x63\ -\x21\x08\x5a\x05\x27\xc9\x4a\x36\x58\x58\xae\xa0\x6c\x63\x11\x2b\ -\x05\x3b\x1b\x61\xff\x00\xb1\x10\x7b\x11\x04\x4b\x41\x2b\x53\xd8\ -\x2c\x16\x6a\x67\x11\x62\x20\x9b\x64\x49\xb7\x22\x0a\xda\xd8\xb9\ -\x28\x64\x25\x99\xcf\x62\xb4\x76\x7e\x3c\x56\xd0\xd7\x4c\x33\xf7\ -\x9e\xf3\xde\xbd\xdc\x0b\xff\xfb\x51\xe8\x84\xbd\xde\xf4\x58\x75\ -\x69\xfe\xde\xc2\xab\xcd\xfa\xd1\x3f\xfd\x5f\x0d\x09\x9f\x4c\x26\ -\x07\x67\xf3\xf9\x0b\xc3\x11\x9c\x2d\x26\x0a\x05\x9f\x4e\xa7\x07\ -\x66\x73\x3f\x07\xda\x79\xe2\x82\x08\x74\xbb\xdd\xca\xb7\xbd\xf9\ -\x13\x60\x2d\xe3\xc5\xc3\x09\xd8\xd6\xc9\x53\x67\x1e\x0a\xae\xfe\ -\x4a\x98\xec\xab\xc0\xdb\xe1\xe4\x2e\xe2\x26\x18\x89\xc4\x64\xad\ -\x7e\x00\x81\xfe\x70\xb4\x21\x71\x1b\x00\x45\x89\x9d\x0f\x5e\x4a\ -\xa0\xbf\x35\xbe\x26\x74\x1f\x40\x52\x82\x9d\x1b\x5e\x58\x60\x30\ -\x9c\xac\xcb\x3c\xfe\x0d\x77\x41\x78\x21\x81\xc1\xd6\xf6\x05\xe3\ -\x2e\x50\x01\x5c\x06\x9e\x5b\x60\x30\x1a\xd5\xed\x64\x13\x58\x26\ -\x6d\xb6\x5c\x1d\x5f\x4a\xa0\x3f\x1a\x9d\x76\xa2\x97\xc0\xe1\x50\ -\xf0\xcc\x02\xbd\xf1\xf8\x84\x12\xbd\x06\x8e\xa3\x70\x70\xc8\xb8\ -\x0b\x2a\x0b\x3e\x01\x18\x23\x2b\x18\x1c\x32\x97\xc0\xdb\xe9\x37\ -\xf8\xf2\xcc\x26\xb0\xa8\xe8\x12\xf0\x41\xa9\x43\xb0\x05\x96\x59\ -\xe0\x7c\xbd\xfe\xd9\x91\xd7\x80\x2f\x18\x65\x8d\x0b\x26\x00\xd0\ -\x6e\x34\x76\x14\xf9\x22\xb0\x0b\x28\xd4\x4b\xe4\x4a\xd2\x6a\x34\ -\xc6\x52\xb4\x0e\xcc\x70\x18\x89\xdc\x09\x5a\xcd\xb3\x6f\x84\x3a\ -\xc0\x22\x95\x50\xa9\xce\x2c\x74\x83\xd6\x4a\xbc\x69\x71\x03\x00\ -\x3b\x52\x09\x89\xc2\x4f\xd8\x6e\xd6\x9f\xda\xda\x48\x1d\x1c\x89\ -\x62\x12\xa5\x6a\xd8\x3e\x17\x3f\xb0\xb9\x07\x60\x92\x88\x02\x12\ -\xa5\x9b\x68\x75\x25\xbe\x83\xfc\x28\x1d\x52\x8e\xa4\x7c\xd3\xaa\ -\xb4\x80\x24\x7f\x7c\xb7\x73\xcb\xf0\x0c\xd2\x72\xec\xab\x00\x40\ -\xa7\xd3\x59\x1c\x5a\xaa\x5e\x07\x5e\xe5\x1d\xd7\xc1\x26\x5a\xad\ -\x56\xfb\xb1\x5c\xd5\x15\xa0\xff\x57\x04\x00\xe2\x38\xfe\xbe\xd8\ -\xab\x5e\x36\xde\xc5\x7c\x0d\x99\xfb\xdf\x3d\x3f\x01\xf4\xe0\xa7\ -\xf6\x3d\x44\x27\xc1\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\ -\x82\ -\x00\x00\x03\x24\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x02\xd6\x49\x44\x41\x54\x78\x9c\xed\ -\x99\x4d\x48\x54\x51\x18\x86\x9f\xef\xfa\x33\xa6\xa5\x11\x48\x8b\ -\x36\x26\x44\xab\x5a\xa4\xa3\xe6\xcf\x26\x82\xa0\x4d\x45\x60\x84\ -\xc1\x38\x28\x08\x41\xb4\x69\x17\xe4\xa2\x76\x11\x84\xbb\x30\x9d\ -\x09\x42\x42\x08\xa2\x40\x82\x28\x5b\x84\xd4\xcc\xb4\x28\x82\x10\ -\x8b\x5c\x54\x8b\x10\x32\x45\x2d\xc7\x99\xaf\x95\x36\x33\x5e\x1b\ -\x84\xce\xb9\x42\xe7\x59\xbe\x1f\xcc\xfb\xde\xf7\x9e\x3b\xe7\xcc\ -\x1d\x70\x38\x1c\x0e\x87\xc3\xe1\x70\x38\x1c\x0e\x87\xc3\xf1\xbf\ -\x21\xa6\x0d\xe2\x49\x1d\x51\x38\x0b\x80\x12\x8d\x36\x49\xdc\xb4\ -\xe7\x66\x30\x5a\x40\x6c\x5c\x2b\xd8\xce\x52\xae\xe6\x09\x47\x22\ -\x8d\x32\x6e\xd2\x77\x33\x78\x26\x3f\x7c\xb1\x96\xd2\x42\x2d\xab\ -\x3c\x1b\x4a\x68\xbd\x49\xdf\xcd\x60\xfc\x11\x88\x25\x55\xfd\xf4\ -\xec\x2f\xaa\x7b\xda\x65\xde\xb4\x7f\x31\x8c\xae\x00\x80\xaa\x4f\ -\xeb\x57\x01\x80\x17\x62\xae\x5f\xd5\xb8\x7f\x31\x8c\x07\xe8\xec\ -\x94\x4c\x59\x86\x1a\xbf\x59\x5d\x8a\x8c\x69\xff\x62\x58\xb9\x03\ -\xe7\x5a\x64\x2e\xe3\xb1\xcf\x6f\x16\x4b\xea\x0b\x1b\x19\x36\xc2\ -\xda\x12\xec\x6d\x90\x0f\xa2\x1c\xf5\x19\xb5\xc5\x53\x7a\xdd\x56\ -\x8e\x42\xac\x3e\x83\xdd\x4d\xf2\x54\xe1\x42\xa1\xae\xca\xa5\x78\ -\x42\xbb\x6c\x66\x59\xc5\xf8\x2e\xe0\x47\x2c\xa1\x71\x84\x48\xa1\ -\xee\x41\x73\x24\x2c\x09\x9b\x59\x02\x29\x00\x20\x96\xd4\x8f\xc0\ -\xba\xf3\x40\xb6\x84\x3d\x3d\x87\xe4\xab\xad\x1c\x81\x15\x00\x1b\ -\x9f\x11\xaa\xd2\x54\x76\xb6\xca\x92\xdf\xec\x5f\x13\xe8\x3e\xbc\ -\x2c\x94\xfb\xe9\x0b\x65\x2c\xaa\xaa\x95\x9b\x13\x68\x01\x7d\x8d\ -\x92\x5e\x16\x6a\xfd\x66\xf1\x14\xdf\x6d\x64\x08\xfc\x24\xd6\xd7\ -\x28\x33\x19\x38\xe0\x33\xaa\x89\x25\xf5\x9e\x69\xff\xc0\x0b\x00\ -\xe8\x0d\xcb\x3b\x85\x93\x3e\xa3\x33\xa6\xbd\xb7\x44\x01\x00\x22\ -\x4c\x06\xe1\xbb\x25\x0a\x18\x7c\xa9\xbb\x51\xc6\x7c\x46\x13\xa6\ -\xbd\x03\x2f\xe0\x56\x4a\x2b\x4b\x4b\x78\x08\xec\xcd\x1b\x28\x57\ -\xa3\x61\x69\x33\xed\x1f\x68\x01\xa3\xa3\x5a\x52\xae\x8c\x00\x4d\ -\x79\x03\x61\xb0\x3b\x4c\xbf\x8d\x0c\x81\x16\xb0\x50\xcf\x0d\xe0\ -\x44\x81\xfc\x78\x7a\x9e\xf3\x22\xe2\x7b\x48\xfa\xd7\x04\x77\x14\ -\x4e\xe8\x45\x84\x9b\x79\xa2\xf0\x26\xfb\x93\x0e\x9b\x6f\x8a\x02\ -\x29\xe0\xce\x2b\x3d\x95\xf5\xb8\x9f\xeb\x2f\xf0\x59\xd2\xb4\x44\ -\x5a\xe5\x8b\xcd\x2c\xd6\x0b\x18\x4e\x69\xb3\x28\xe3\xc0\xb6\x1c\ -\x79\xde\xf3\x68\x8f\x34\xc8\x5b\xdb\x79\xac\x7e\x07\x0c\x25\xb4\ -\x5e\x94\x47\xe4\x5c\xbc\xc0\x0a\x70\x3a\x88\x8b\x07\x8b\x05\xdc\ -\x9e\xd0\x5d\x9e\x30\x06\xf9\x67\x7f\x85\xbe\x68\x58\x9e\xd8\xca\ -\x51\x88\x95\x02\x06\xa6\x34\x54\x52\xca\x03\x60\x7f\xae\x2e\xca\ -\xb5\x68\x58\x86\x6d\x64\xd8\x08\xe3\x05\xf4\xab\x7a\xd5\xb3\xc4\ -\x10\x3a\x72\x75\x81\xbb\x91\x30\x57\x4c\xfb\x17\xc3\x78\x01\x75\ -\xaf\xb9\xbc\xf6\xdf\xe0\x1f\x9e\xcf\xed\xa4\xd7\xd6\x5e\xff\x37\ -\x8c\xee\x02\x03\x53\x1a\xda\x31\xcb\x2c\x50\xb1\xaa\x29\xbc\x0f\ -\x85\x68\xeb\x3a\x28\x56\x7e\xef\x17\xc3\xe8\x0a\x08\xfd\x20\x0b\ -\xa4\xd7\x04\xe5\x9b\xac\x70\x7c\xab\x5c\x3c\x18\x2e\xa0\xaf\x51\ -\xd2\x28\xdd\x02\x33\xc0\x24\x70\x2c\x7a\x58\xa6\x4d\x7a\x3a\x1c\ -\x0e\x87\xc3\xe1\x70\x38\x1c\x0e\x87\xc3\xe1\x70\x14\xe3\x37\x2f\ -\x9c\xbe\x6c\x1f\x1a\x31\x60\x00\x00\x00\x00\x49\x45\x4e\x44\xae\ -\x42\x60\x82\ -\x00\x00\x00\xf8\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\xaa\x49\x44\x41\x54\x78\x9c\xed\ -\xd0\xa1\x15\x80\x30\x00\xc4\x50\xca\x16\xd5\x68\xf6\x1f\x04\x8d\ -\x66\x8c\x62\xd9\xe0\x23\x12\x77\xea\xf2\x32\x36\xc4\x3c\xce\xf5\ -\xdd\xcf\x7d\x0d\xe1\xb1\x8b\xd3\x3f\x51\x00\x2d\xa0\x29\x80\x16\ -\xd0\x14\x40\x0b\x68\x0a\xa0\x05\x34\x05\xd0\x02\x9a\x02\x68\x01\ -\x4d\x01\xb4\x80\xa6\x00\x5a\x40\x53\x00\x2d\xa0\x29\x80\x16\xd0\ -\x14\x40\x0b\x68\x0a\xa0\x05\x34\x05\xd0\x02\x9a\x02\x68\x01\x4d\ -\x01\xb4\x80\xa6\x00\x5a\x40\x53\x00\x2d\xa0\x29\x80\x16\xd0\x14\ -\x40\x0b\x68\x0a\xa0\x05\x34\x05\xd0\x02\x9a\x02\x68\x01\x4d\x01\ -\xb4\x80\xa6\x00\x5a\x40\x53\x00\x2d\xa0\x29\x80\x16\xd0\x14\x40\ -\x0b\x68\x0a\xa0\x05\x34\x05\xd0\x02\x9a\x02\x68\x01\x4d\x01\xb4\ -\x80\xe6\x05\x4c\xa1\x04\x80\x80\xa2\xc9\x1b\x00\x00\x00\x00\x49\ -\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\x1e\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\xd0\x49\x44\x41\x54\x58\x85\xed\ -\x96\xbf\x6b\x14\x51\x14\x85\xbf\x3b\x6b\x96\x88\xa0\x69\x32\x11\ -\x25\x20\xba\xa3\x20\xa2\xb6\x16\x29\x25\x4d\xac\x44\x6d\x44\x05\ -\x77\xfd\x51\x48\xfe\x02\x11\xf1\x1f\x10\x05\x8b\x4d\x04\x09\x29\ -\x24\x62\xb7\x88\x62\x69\x61\xad\x48\x8a\xdd\x15\x6c\x94\xcd\x08\ -\x86\x2d\xc4\xb0\x92\x77\x2c\x66\xb2\x6c\x39\x33\x3b\x3c\x0b\x3d\ -\xf0\xba\x77\xef\xf9\xde\xe1\xf2\xde\x83\x7f\x5d\x96\x65\x53\xad\ -\x19\x6f\x9a\xc9\x26\x6c\x70\x78\xbd\x3e\xfb\xa3\x4c\x80\x20\xcb\ -\x26\x43\x53\x88\x7d\xbf\x55\x6d\x9d\x5c\xe9\xed\xf1\x0e\x30\x94\ -\x38\xf3\x6b\xcb\x5e\x1e\x5f\xfb\x54\xfd\x5b\x00\x00\xf3\x83\xcd\ -\x70\x85\x35\x55\xfc\x03\x80\xc3\x90\x99\x2e\x45\xfd\xf8\x31\x52\ -\xa6\x19\x2a\x0f\xc0\x10\x2e\xcd\x41\xdc\x8e\x96\xe3\xfb\x7e\x01\ -\x76\x20\xc0\x81\x40\xdc\x8d\x9a\xbd\x45\xbf\x00\x89\x84\xcc\xa5\ -\x44\x0f\x6b\x4b\x1b\x97\x7d\x03\x8c\x24\x01\x26\x9e\x45\xcd\xde\ -\x82\x5f\x80\x44\x4a\x57\x05\xec\xc5\xd1\xa5\x78\xce\x37\x00\x24\ -\x29\x08\x98\x94\xd4\x8a\x9a\xf1\x69\xdf\x00\xa3\x10\x7b\x41\xaf\ -\x8f\x2c\xc7\x35\xdf\x00\x09\x44\x32\x17\x33\x81\xd3\xdb\x63\x4f\ -\xbf\x1f\xf0\x0d\x40\x72\x4b\x08\xe0\x90\xdb\x76\xaf\xfc\x03\xc0\ -\xe8\xfb\x7a\xca\x3f\x80\x11\xa4\x04\x5f\x82\x4a\x70\x30\x4b\xc9\ -\xae\x12\xed\x03\x84\x01\x1b\x2e\xb0\xb3\x9d\xeb\xd3\xdf\xb2\x15\ -\x95\x65\x9e\x1c\xbd\x6f\x8e\xf9\xcf\xf5\xb0\x9b\xb5\xb0\x8c\x04\ -\x76\xcc\xb7\xcc\xec\x5c\xfb\x56\xf8\x21\x6f\xf1\x38\xb2\x74\x6d\ -\x83\x2e\xb4\x1b\xe1\xbb\xbc\x0d\xc6\x49\xc0\x48\x0f\x20\xe3\x5a\ -\xb7\xb1\xbf\x55\xa4\x49\xd1\x04\x86\xe6\xc8\x16\xbb\x8d\x99\xd5\ -\x82\x7d\x0a\x00\x68\xc4\xdc\x78\xd0\xb9\x19\x3e\x2a\x6a\x9e\x1f\ -\x40\x18\xa6\x20\xf1\xe6\x49\xa7\x1e\xde\x1b\xc7\x1c\xf2\xce\xc0\ -\xf0\xa2\xb1\xe7\xed\xaf\xd3\x77\x30\x93\x5f\x80\x44\x6f\x26\xa6\ -\xe2\xab\xdc\x08\xdd\xb8\xe6\x90\xff\x53\xfa\x7e\xf7\xa4\xce\xaf\ -\x5f\x3c\x31\x28\xc3\x1c\xb2\x27\xd0\x97\xb0\x6a\x30\x58\xf8\x78\ -\x65\xf6\x67\x59\xe6\xff\x05\xf0\x07\x2b\x30\x8d\x53\xc0\xe3\x19\ -\xa7\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\x8e\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x40\x49\x44\x41\x54\x58\x85\xed\ -\xd3\xa1\x11\xc0\x20\x14\x04\xd1\x85\x2e\xd0\xe8\xf4\x80\xa1\x6b\ -\x66\x52\x44\x34\x3a\x6d\xa0\x90\x58\xbe\xd9\xa7\xce\xad\x3a\x90\ -\x24\x05\x4b\x7b\x94\xfa\xbc\x40\xbb\xd4\x1d\xff\xfc\x3a\x40\xbe\ -\x14\x94\x8e\x7c\x81\x24\x49\xe1\x16\x70\x81\x0a\x07\xa0\x96\xc7\ -\x16\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x05\x0c\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x04\xbe\x49\x44\x41\x54\x58\x85\xe5\ -\x96\x5b\x6c\x93\x65\x18\xc7\x7f\xcf\xdb\x6e\x2e\xa2\x93\xe0\xda\ -\x0d\xb6\x01\x8e\x76\x8c\x05\xbd\x51\x49\xbc\xf0\x84\x04\x12\x90\ -\x83\x46\x31\x44\x23\x09\x6c\x6e\x91\x84\x0b\x13\x14\x94\x38\x09\ -\x88\xf3\xc6\x84\x49\x18\x3b\x00\x21\xe1\x6a\x26\x2e\x30\x01\x25\ -\xd1\xc0\x95\x12\x54\x42\x82\x93\xad\xcb\x10\x6c\x77\x68\x03\x82\ -\x01\xa2\x6b\xbf\xef\xf1\xe2\xeb\xba\xaf\x74\x87\x6e\x78\xc7\x73\ -\xd3\xbe\xcf\xf7\x7f\xff\xff\xff\x7b\x7e\xe0\x7e\x0f\x99\x0c\x78\ -\xde\xc1\x48\xa9\x49\xe4\xac\x01\x5d\x82\x52\x8a\x50\x82\x60\x50\ -\x22\xa0\x61\x54\xce\x58\x2a\xed\xbd\xb5\xfe\xd0\xff\x6a\xa0\xbc\ -\xb5\x7f\x11\xb6\xa7\x5e\xd1\x17\xb3\xa4\x3d\x27\xb6\xbd\xad\xbb\ -\xb6\xe8\xfb\x7b\x32\x50\xd6\x74\xfd\x11\x8f\xc4\x1b\x81\x75\xc9\ -\x54\x3f\x4a\x87\xc0\x49\x31\xf4\x5a\x1e\xbb\xdf\x7b\xc7\xb2\x13\ -\xb9\x9e\x22\x51\xef\x5c\x8c\xb5\x54\x54\x56\x2b\xcc\x71\xe0\x7a\ -\x22\x21\xb2\xe1\x72\x75\xe1\xe0\xa4\x0d\xcc\x6b\x8d\x06\x8c\xcd\ -\x31\xd0\x05\x40\xbf\xa0\x75\xb3\x22\x85\x87\x4e\xef\x90\xc4\xb8\ -\x43\xaa\x53\x13\x2c\x19\x7c\x03\x5b\x76\x21\x94\x01\x57\xc5\x66\ -\x55\x77\x6d\xe1\x85\xac\x0d\x04\x0f\x0c\x94\x61\xc9\x59\xa0\x40\ -\xe0\xa8\xfd\x8f\xf7\xed\x9e\xcd\x8f\xfe\x3d\xae\xf0\x5d\x11\x68\ -\x08\x3d\x20\x79\x0f\xef\x03\xd9\x00\xdc\x56\x23\xcf\xf6\x54\xf9\ -\xcf\x4f\x68\x20\xd0\x70\x2d\x5f\xf2\x12\x3f\x02\x95\x20\x7b\x42\ -\x11\xdf\x7b\xec\x10\x7b\x32\xe2\xa9\x50\x95\xf2\x96\xd8\x56\x45\ -\x77\x03\x61\xaf\x9a\x45\xbf\xd7\xf8\xfa\xdd\x10\xef\xdd\x7d\x4c\ -\x5e\x62\xaf\x42\x25\x2a\x1d\xa1\xbe\x4c\xf1\x79\x07\x23\xa5\x9e\ -\x84\xb7\xca\x16\x5d\x2e\x2a\xb3\x45\xb0\x55\xb9\x82\x72\xdc\x8b\ -\x69\x4d\x13\x10\xd1\x6e\xd5\xfa\x40\x6b\xac\x4c\x54\xab\xe2\x62\ -\x1f\x41\x75\x09\x22\x3a\xea\x0c\xcc\xdf\x1f\x7b\xca\x36\xf6\x39\ -\x20\x66\x69\x4e\xb0\xb7\x66\xc6\xcd\xd4\xc7\x3a\x35\xe5\xc5\xb1\ -\x0f\x14\xfd\x18\xc8\x1b\x63\xcc\xb7\x51\xf9\x30\xf4\x8e\xef\x4b\ -\xb7\x48\x65\xdb\xc5\xdc\xf8\x8d\x82\x0b\x20\x15\x22\xb2\xa2\xbb\ -\xda\x7f\x22\x35\x60\x77\x6f\xdb\xd8\x9f\x25\x7d\xed\xcc\x10\x9f\ -\x15\x3d\x9c\x9c\xca\xb1\xc4\x01\xa6\x21\xba\x27\xd8\x12\xdd\x87\ -\x6a\x6a\x70\x9d\x6b\x17\x0e\x21\xf2\x11\x80\xad\x5a\xef\xfe\x96\ -\x32\xb0\xa0\x29\x36\x13\x78\x09\xb8\x9e\x33\x3d\xda\xe4\x66\x0d\ -\x14\x47\xb7\xab\xf0\x16\x4a\xb6\x51\x1b\x6c\x19\xdc\xec\x4e\x84\ -\xaa\xfc\xed\xa0\x97\x04\x1e\x2f\x6f\x8a\x3e\x91\x61\x20\x61\xac\ -\x95\x80\x08\x1c\xef\x5c\xbb\x70\x68\x38\x1f\x3c\x30\x50\x26\xb0\ -\x1d\x98\xe4\xbd\x29\x9f\xce\x3f\x10\x9b\x35\xd2\x14\x05\x39\x96\ -\xe4\x79\x25\xc3\x00\x2a\x2f\x00\xa8\xea\xb7\x6e\x1a\xb5\xe5\x5d\ -\x20\x67\x32\xd2\xc9\x98\x66\xd9\x76\xb5\x3b\x61\x44\xbf\x73\xa4\ -\x58\x9c\x69\x00\x4a\x1d\x03\x72\x39\x6d\x1c\xaa\x2b\xa6\x20\x9e\ -\x0c\x7d\x39\x8d\x2b\xa1\xbd\xc9\xbf\x25\xa3\x19\x28\x01\xf0\xaa\ -\x3d\x72\x8c\x54\x05\xa4\x6c\xaa\xf2\xa2\x32\xc7\xdd\x4e\xc4\x6f\ -\x0d\x73\x17\x0f\x6f\x44\x93\xd1\xcb\x1d\x9f\x20\x13\x62\xc6\x0f\ -\xcf\x04\xdc\x23\xe4\x0a\x11\x80\x84\x57\x8a\x52\x20\xe7\x12\xba\ -\x72\x0f\x06\xae\xba\x1b\xd6\x83\xd3\x86\xb9\xfb\x86\x2f\xb8\x94\ -\x01\x41\xfe\x74\x7e\x79\x2c\x9d\x43\x4f\x30\xc5\x50\x95\xb4\xbe\ -\xc6\x4a\x2d\x67\x38\x95\x73\xa1\x4f\x27\xad\x2c\x4b\x23\xb1\x75\ -\x3f\x30\x95\xb7\x60\xc8\x63\xec\x56\x77\xc2\x63\x64\x29\x80\xc0\ -\x0f\x19\x06\x8c\xd7\x74\x38\x8a\xac\x78\xb2\x49\x53\xc7\xae\xa7\ -\x76\x66\x27\x2a\x0d\x49\x3b\x59\xab\xab\xb0\xbb\xab\xba\x68\xe4\ -\x44\xa9\x8a\xaa\xac\x72\x58\xa4\x3d\xc3\x40\xd7\x46\x5f\x9f\x3a\ -\xce\x0a\x6e\x12\xad\x72\x93\xe5\xe3\x7b\xdf\x59\x8a\x6c\x6f\x22\ -\xfd\xaa\x27\xec\xdf\xe9\xce\x04\x5a\x06\x57\x02\x95\xc0\x6f\xa1\ -\x6a\x5f\xaa\x36\x48\xdb\xe1\x06\x7b\x2b\x80\x08\x75\x81\x86\x6b\ -\xf9\xc3\xf9\x5f\x6a\x24\x9e\xaf\x85\x6b\x40\xf6\x30\xfe\x72\x24\ -\x54\x65\x77\x68\x7a\xe1\x3a\xf7\x2b\x5a\xd9\x76\x31\x57\x90\xcf\ -\x00\xd4\xe8\xb6\x31\x5f\x43\x80\x60\xf3\xe0\x11\xe0\x4d\x81\xa3\ -\xdd\x11\xff\xab\x19\xcf\x71\xeb\xc0\x42\xb1\xa4\x56\x84\xe5\xc0\ -\x6c\x9c\x75\xb9\x02\xf2\x8d\xf1\x48\x63\xd7\x46\x5f\x57\xfa\x64\ -\xa8\x04\x5b\xa2\x8d\x40\x0d\xc8\xe9\x50\xb5\x6f\xf1\xb8\x06\x9c\ -\x3a\x70\xe8\x27\x90\x0a\x85\x2f\x7a\x22\xfe\x2d\x63\x16\x24\x6d\ -\xea\x9c\xf3\xb5\x62\x8d\xfa\x5d\x55\x82\xcd\xd1\x2d\x08\x9f\x03\ -\x7d\xc6\x63\x9e\xee\xda\xe8\xeb\x73\x43\x46\x5d\x54\xa7\x1e\xd4\ -\xb3\xc0\x0c\x94\xaf\x73\x12\xb2\xbe\x73\x93\xff\xd6\xa8\x22\x63\ -\x44\x65\xdb\xc5\xdc\xa1\x1b\xbe\xbd\x02\xd5\xc0\x1d\x63\x9b\xe7\ -\xbb\x6a\x7d\x3f\xdf\x8d\x1b\x73\x57\x55\x34\xc7\xca\x2d\xb5\x8f\ -\x21\xcc\x07\x22\x2a\x5a\x57\x12\x2e\x3c\x9c\x4d\x51\x1a\x28\x8e\ -\xbd\x26\xe8\x2e\x20\x08\x84\x55\xcd\xea\x9e\x1a\xdf\xaf\xa3\xc1\ -\xc7\xdd\xd6\x73\x0f\xfd\x35\x3d\x27\xfe\x6f\x33\xc8\xeb\xc9\x54\ -\x18\xa1\x43\x45\x4f\x62\x6b\x6f\xae\x49\xf4\xdf\xf1\x3c\x64\xe7\ -\x0e\x59\x45\xb6\x58\x73\x0c\x2c\x53\x65\x75\xb2\x1a\x06\x38\x15\ -\x8f\xcb\xfa\x3f\x36\xf9\x07\xc6\xd2\xc8\xea\x5c\x05\xf6\x0f\x3e\ -\x23\x1e\xea\x51\x9e\xcb\x06\x8f\x72\x5e\x61\x6b\x4f\x4d\xe1\xa9\ -\x89\xa0\x93\x2a\x31\x2a\x1a\xfb\xe7\x26\xbc\xb2\x46\x94\x25\x20\ -\xa5\x38\x2f\xa8\x07\xe7\x6a\x0d\x0b\x72\x06\x35\xed\xdd\x35\x05\ -\x97\x26\xc3\x7b\x7f\xc7\x7f\xd0\x30\xe3\x16\x1e\xd7\xb5\xe6\x00\ -\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x04\x08\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x03\xba\x49\x44\x41\x54\x58\x85\xe5\ -\x97\x4d\x68\x5c\x55\x14\x80\xbf\x73\xe7\xc7\xe0\x4f\x5b\x6a\x26\ -\x93\x9a\x09\x8d\xe9\x24\x6d\x43\x75\xa3\x14\x5c\xf8\x57\x4b\x8b\ -\x48\x9b\x0a\x5a\x11\xa9\x85\x36\x71\x02\x01\x17\x82\x90\xe2\x22\ -\x16\x8b\x0d\xb8\x32\x14\xdb\xa4\xd1\xa2\xe8\xa6\x0b\x83\x89\x5a\ -\x2d\x28\xe9\x4a\x4a\xc5\x22\xd4\x98\x26\x21\x15\x9d\xc9\x34\x33\ -\xb4\xb6\x52\x83\x66\xde\xbb\xc7\xc5\x9b\x19\x92\x4c\x92\x66\x98\ -\x89\x9b\x9e\xcd\xbb\xdc\x77\xde\xfd\xbe\xfb\x78\xf7\xbe\x73\xe1\ -\x4e\x0f\x29\x26\x79\xc3\x47\x89\x5a\xe3\x04\xf6\x80\x6e\x47\xa9\ -\x45\x88\x20\x18\x94\x04\x68\x1c\x95\x73\xae\x4a\xff\x44\x5b\xd5\ -\x58\x59\x05\x1a\xfb\x92\x5b\xb1\xbe\x2e\x45\x9f\x5e\xe6\xb0\x17\ -\xc4\xda\x43\xa3\x6d\xd5\xdf\x95\x24\x50\xdf\x73\x7d\xb5\x4f\x32\ -\xc7\x81\x97\xb3\x5d\x49\x94\x41\x81\x33\x62\x98\x70\x7d\x36\xe9\ -\x9f\x76\xad\x13\xf4\x55\x8b\xfa\xeb\x30\xee\x0e\x51\x69\x56\x58\ -\xef\xa5\xeb\xd7\x8e\xc8\x81\x2b\xad\xe1\xa9\xa2\x05\x36\xf4\xa5\ -\xa2\xc6\x32\x00\xba\x19\x48\x0a\xda\xf9\x40\x22\x7c\x6a\xe8\xb0\ -\x38\x4b\x4e\xa9\x53\x4d\x43\x64\xea\x25\xac\x1c\x41\xa8\x07\x7e\ -\x17\xcb\xee\xd1\xb6\xf0\xcf\xcb\x16\x68\xf8\xf0\x6a\x3d\xae\x9c\ -\x07\x2a\x05\xbe\xb0\xff\xf8\x5f\x1d\x7f\xfd\xfe\xbf\x96\x04\xcf\ -\x8b\x68\xf7\xd8\x5d\x52\x71\xdf\x07\x20\x07\x80\xbf\xd5\xc8\xe3\ -\xe3\x2d\x55\x17\x6f\x2b\x10\xed\xbe\xb6\x4a\x2a\x9c\x1f\x80\x26\ -\x90\xf7\xc7\x12\xa1\x37\x38\x2c\xb6\x18\x78\x3e\x54\xa5\xf1\x64\ -\xba\x43\xd1\x77\x81\xb8\x5f\xcd\xd6\x5f\x63\xa1\xe4\xec\x14\x33\ -\xff\x19\x53\xe1\x1c\x03\x9a\x50\x19\x2c\x09\x0e\x20\xa2\xa3\xad\ -\xa1\x2e\x15\xe9\x03\x22\x19\xb1\x9f\xa2\x3a\x67\xd2\x73\x04\x36\ -\x9e\x48\x3f\xaa\xb0\x0f\x48\xbb\xf8\xf7\x95\x04\x9f\x25\x11\x5c\ -\x9d\x6a\x07\x1d\x11\xd8\xd6\xd8\x97\x7e\x76\x51\x01\x6b\xec\xd1\ -\xec\x53\xef\x4c\xc4\xd6\xde\x2c\x19\x9e\x8d\xe1\xbd\x5b\x66\x10\ -\x79\x0b\xc0\xaa\x76\xcd\x7e\x0b\x79\x81\xcd\x3d\xe9\x75\xc0\x33\ -\xc0\xf5\xc0\x9a\x54\x4f\xb9\xe0\xb9\x18\x6b\xa9\xea\xcf\xbe\x85\ -\x87\x1a\x7b\x52\x0f\x17\x08\x38\xc6\xdd\x05\x88\xc0\x57\xc3\x7b\ -\xb7\xcc\x94\x5b\x00\x11\x05\x19\xf0\xda\x3c\x5f\x20\x80\xca\x53\ -\x00\xaa\xfa\x4d\xd9\xe1\x39\x98\xe8\xb7\x1e\x8a\x6d\x85\x02\x50\ -\xeb\x09\xc8\x95\x95\x12\x10\x47\x27\xb2\xcd\xc8\x42\x02\x11\x00\ -\xbf\xda\x39\xeb\xb4\x9c\xe1\x64\x6e\xe5\xc6\xae\xc9\x7d\x88\x05\ -\xfb\xc0\xff\x16\x6f\x33\x57\x40\x21\x01\xe0\xf8\xa5\x7a\xa5\x98\ -\xee\xdd\xf7\xe4\xc6\x9e\xcc\xed\x31\x79\x01\x41\xfe\xf0\xae\x3c\ -\xb8\x52\x02\xc6\x95\xfa\x6c\x33\x9e\xef\xcb\xdf\x55\x1d\xca\xaa\ -\xec\x5c\x29\x01\x9f\x91\x1d\x00\x02\xdf\x17\x08\x18\xbf\x19\xf4\ -\x44\x78\xee\x91\x1e\x0d\x94\x9d\xae\x2a\xaa\xb2\xdb\x43\x48\x7f\ -\x81\xc0\xe5\x83\xa1\x49\xf5\xcc\x2a\x6f\x92\x6a\x29\x37\x3f\x7a\ -\x72\x6a\x17\xd0\x04\xfc\x32\xd6\x1a\xca\xd7\x06\x73\x56\x81\xc1\ -\x76\x00\x88\xd0\x19\xed\xbe\xb6\xaa\x5c\xf0\xa6\xd3\x97\x82\x82\ -\x1c\x05\x50\xa3\x87\xbc\x5d\x71\x01\x81\xd1\xd7\xd6\x5d\x00\x3e\ -\x03\xc2\xa6\xc2\xf9\x84\x4e\x2d\x7d\x99\xaa\x4a\xe6\x46\xa8\x1b\ -\xaf\xbe\x18\x1a\x3f\x18\xfe\x72\xf6\xed\x02\x80\xab\x81\x76\xd0\ -\x11\x85\xe6\x68\x4d\xea\xbd\x92\x24\x54\xa5\xa1\x37\xf5\x26\x10\ -\x03\x26\x8d\x4f\x5e\x99\x3d\x7b\x58\xa4\x24\xf3\xea\x41\x3d\x0f\ -\xac\x45\xf9\x3c\xe0\xc8\xfe\xe1\xf6\xaa\x5b\xc5\xb0\x9b\x4e\x5f\ -\x0a\xce\xdc\x08\x1d\x13\x68\x05\xa6\x8d\x35\x4f\x5e\x6e\x0b\xfd\ -\x38\x3f\x6f\xd1\xa2\x74\x53\x6f\xba\xd1\x55\x3b\x80\xb0\x11\x48\ -\xa8\x68\x67\x24\x1e\xfe\x78\x39\x45\x69\xb4\x26\xfd\x82\xa0\x47\ -\x80\x06\x20\xae\x6a\x9a\xc7\x63\xa1\x9f\x16\x4a\x5f\xb2\x2c\xaf\ -\x3b\xf5\xe7\x9a\x40\xe6\xdf\x5e\x90\x17\xb3\x5d\x71\x84\x41\x15\ -\x3d\x83\xd5\x89\xa0\x71\x92\xd3\xbe\x7b\x6d\x70\xc6\xad\xb6\xe2\ -\xae\x37\xb0\x53\x95\xe6\x6c\x35\x0c\x70\x36\x93\x91\xfd\xbf\xb5\ -\x57\x5d\x5d\x8c\xb1\xac\x83\x49\xf4\xc4\xd4\x63\xe2\xa3\x0b\xe5\ -\x89\xe5\xe4\xa3\x5c\x54\xe8\x18\x8f\x85\xcf\xde\x2e\xb5\xa8\xa3\ -\xd9\xa6\xe3\xc9\x3a\xc7\x2f\x7b\x44\xd9\x0e\x52\x8b\xf7\x07\xf5\ -\xe1\x6d\xad\x71\x41\xce\xa1\xa6\x7f\x34\x56\x39\x52\xcc\xb8\x77\ -\x76\xfc\x07\x77\xa6\x63\x3f\xea\x7a\x2c\x33\x00\x00\x00\x00\x49\ -\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x06\xad\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x06\x5f\x49\x44\x41\x54\x78\x9c\xed\ -\x9b\xcb\x73\x5b\x45\x16\x87\xbf\xd3\xce\x50\x3c\x1d\x26\x89\x25\ -\xb9\x98\xcd\x94\x15\x2b\xc5\xe4\x41\x20\x10\x02\xd4\x0c\x09\x21\ -\x4e\x20\x4e\xf2\x37\xa4\x22\xdb\x55\x50\x2c\x58\xc1\x02\x16\x54\ -\x16\x6c\x58\xce\x60\x59\x9e\xcd\xfc\x05\x14\xaf\x4a\x6c\x4b\x1e\ -\xde\x6f\x8a\xe7\x14\xb6\x64\xa8\xd4\x2c\x2c\x5b\xbc\x62\x12\x6c\ -\x07\xab\x0f\x0b\x59\xa0\x48\xb2\xd4\x57\xba\xd7\xf6\xd4\xf8\x5b\ -\xf6\x3d\x3a\xdd\xbf\xcf\xdd\xd2\xd5\xc3\xb0\xc1\x06\x1b\xfc\x3f\ -\x23\xb5\x06\x77\xff\x2b\x77\xc3\xfc\xbc\x3c\x8e\x48\xaf\xa2\xd7\ -\x8a\xf2\x8e\x31\xfa\xec\x44\x3c\xf2\xcd\x6a\x2f\xb0\x19\x62\xc9\ -\xdc\x9f\xad\x95\x27\x54\x38\x20\xc8\x82\x8a\xbe\x72\xcd\x15\x79\ -\xee\x3f\x8f\x84\x2e\x55\xd6\x56\x09\x88\xfd\x33\x7f\x93\x5d\xb2\ -\xaf\x21\xec\xad\xb8\x74\x11\xd5\x9e\x4c\x7f\xe4\xbd\xc0\x56\xee\ -\x03\xdd\x43\xd3\x77\x2a\x66\x14\xd8\x5c\x71\xe9\x53\x5d\xd8\xf4\ -\xd7\xec\x63\x5b\xe7\xca\x07\x4d\x65\x83\xc2\x92\x3e\x51\x23\x3c\ -\xc0\x66\x44\x46\xb6\x27\x72\xfb\x7d\x5c\xaf\xaf\xd4\x09\x0f\xb0\ -\xc7\x5c\xf7\xcb\x93\x95\x83\x55\x02\x04\x3d\x51\x67\x8e\xf6\xf5\ -\x2a\xa1\x41\x78\x00\x54\xcd\xc9\xca\xb1\x2a\x01\x08\xd7\x35\x98\ -\xab\x1d\x91\x91\xee\xe1\xe9\xbb\x3c\xaf\x32\x20\x62\x83\xf9\x7d\ -\x8d\xc2\x17\xd1\x6b\x2b\x47\xaa\x04\x28\xbc\xe5\x30\x67\xbb\x5a\ -\x33\xba\x1e\x24\xc4\x06\xf3\xfb\xac\xb1\x63\x34\x0c\x0f\xa2\xd5\ -\xd9\xaa\x04\x58\x2b\x67\x81\x8b\x0e\x73\xaf\xb9\x04\x2f\xe1\x81\ -\xb9\x25\x95\x67\x2a\x07\xab\x04\x7c\x3d\x10\xca\x88\xb1\x47\x70\ -\x97\xb0\x26\xc7\x61\x39\xbc\xc3\xb6\x07\x60\x4e\x45\x7b\xbe\x1e\ -\x08\x65\x2a\x2f\xd4\xbc\x0f\x00\xe8\x1e\x9e\xbe\x4b\xad\x19\x05\ -\xda\x1d\x26\xb8\x28\xd8\x07\x27\xfb\x3a\x3f\x70\xa8\x6d\x99\xae\ -\x64\xfe\x0e\xa3\x76\x0c\xb8\xd9\xa1\xfc\x27\x15\x3d\x92\x8d\x47\ -\xde\xad\x75\x71\x45\x01\xb0\x3e\x25\xf8\x19\x1e\x1a\x08\x80\xf5\ -\x25\xc1\xef\xf0\x50\xeb\x65\xb0\x82\xc9\x33\x9d\xef\xa3\x7a\x04\ -\x98\x6b\x54\x0b\x6c\x56\xcc\x68\x6c\x30\xbf\xcf\xa1\xd6\x13\xd1\ -\x44\xfe\xf6\x36\x2d\x8c\xe2\x1a\xde\xd2\xd3\x28\x3c\x38\xec\x80\ -\x12\xdb\x13\xb9\xfd\x88\x8c\xe0\xb8\x13\x8c\x35\x87\x27\x06\x3a\ -\x3e\x74\xed\x5f\x8f\x68\x22\x7f\xbb\x91\xc2\x98\x22\x7f\x74\x28\ -\x2f\x86\x1f\x08\xbf\xe3\xd2\xdb\x59\x00\x40\x34\x99\xbb\x5b\x54\ -\xce\xb3\x8a\x12\xbc\x86\xb7\x70\x74\xaa\x2f\xfc\xb6\x6b\x7f\x4f\ -\x02\xe0\x37\x09\x23\xc0\x4d\x0e\xe5\x3f\x1a\x6b\x1e\x6c\x56\x82\ -\xc7\xf0\x97\x2c\xf4\x78\x09\x0f\x4d\x08\x00\xef\x12\xac\x98\xc3\ -\x53\xf1\x8e\x8f\x3c\xcd\xb1\x0a\xe1\xa1\x49\x01\x10\xac\x84\xe8\ -\xf0\xec\x5e\x63\x6d\x2a\xe8\xf0\xe0\xf0\x2a\xb0\x12\xd9\x78\xe4\ -\x5d\xb5\xf4\x00\x3f\x39\x94\xdf\x6c\xd4\x8e\x75\x25\xf3\x77\x34\ -\x2a\xf4\x1a\xde\x18\x6f\x67\xbe\x92\xa6\x77\x40\x89\xe8\xe0\xcc\ -\x01\x31\x9c\xc7\x87\x9d\xd0\x4c\xf8\x89\x33\x61\x97\x37\x6f\x2b\ -\xd2\xb2\x00\x80\xae\xa1\x99\x7b\x0c\x9c\xc3\x41\x82\xa0\x3f\x58\ -\x6d\x3b\x9c\xed\xef\xf8\xb8\x7c\x3c\x3a\x3c\xbb\x57\xac\x8e\x01\ -\x5b\x1c\xa6\xbc\x24\x2a\xc7\x26\xfb\x43\x6f\x36\xb9\xe4\xb2\xf5\ -\xf8\xc4\xb2\x84\xf3\xc0\x8d\x8d\x27\xbd\x5a\xc2\xf6\xa1\xd9\xdb\ -\x40\x53\xb8\x85\xbf\x2c\x2a\x47\xfd\x08\x5f\x5c\x8b\x8f\x34\x23\ -\x41\x44\xed\x5a\x85\x2f\xae\xc3\x67\xbc\x48\x00\xe6\x54\x41\xc4\ -\xe9\xc6\xca\xf7\xf0\x10\x80\x00\x80\xd8\xf0\xcc\xbd\xd6\x72\x0e\ -\x37\x09\x2e\x5c\x16\x91\x63\x93\xf1\xd0\x1b\x3e\xf5\xfb\x8d\x40\ -\x04\x80\xaf\x12\x02\x0b\x0f\x2d\xdc\x07\x34\x62\xe2\x4c\xf8\x2d\ -\x51\x39\x06\x54\x7d\x19\xe1\x81\xcb\x58\x79\x28\xa8\xf0\x10\xe0\ -\x0e\x28\xd1\x9d\x98\xbd\x4f\x45\xcf\x01\x37\x78\x7c\xe8\x65\xac\ -\x3c\x94\x19\x08\xbd\x1e\xc4\xba\x4a\x04\x2e\x00\x96\x25\xa0\x23\ -\x0e\x1f\xb9\x97\x58\xc0\x4a\x4f\xd0\xe1\x21\xc0\x23\x50\x8e\x18\ -\x9d\xc3\xc8\x15\xe7\x07\xa8\x5c\xc1\x38\x7d\x00\xd3\x32\x81\x0b\ -\x88\x25\x67\x76\x5b\x48\xa3\xea\xf2\xe9\x6d\x11\xd1\x76\xd0\x54\ -\xf1\x06\x29\x58\x02\x3d\x02\xbf\x87\x67\x6b\x93\x2d\xbe\x07\x79\ -\x20\xd3\x17\xfa\xc4\xd7\x85\x95\x11\xd8\x0e\x88\x25\x67\x76\x5b\ -\x25\xd5\x42\x78\x80\x2d\xa0\xa9\xee\xc1\x99\x3d\xbe\x2d\xac\x82\ -\x40\x04\xec\x48\xe4\x76\x59\x25\x05\x6c\xf3\xa1\xdd\x16\x35\xa4\ -\x83\x92\xe0\xbb\x80\x1d\x89\xdc\xae\x82\x48\x1a\xb7\xf0\x8b\xa0\ -\x8b\x0e\x75\x5b\xb4\x8d\x40\x76\x82\xaf\x02\x3c\x86\x9f\x57\xb1\ -\x47\xb1\xe6\x08\xf0\x73\xc3\x6a\x65\x6b\x10\x12\xfc\x7b\x3b\x3c\ -\x9c\xdb\x69\xac\x8c\xe3\x18\xde\xaa\x7d\x78\xaa\xbf\x73\x1c\x20\ -\x3a\x94\xff\x9b\x60\x5f\x05\xae\x6f\xf8\x48\xe1\x3b\x03\x87\x26\ -\xe2\xe1\xcf\x5a\x5b\x71\xa9\x9d\x0f\xb4\x12\xbe\xc4\x5a\x49\x68\ -\xf9\x08\x78\x0d\x6f\x44\x8f\x57\x86\x07\xc8\xf6\x75\xbc\xa6\x62\ -\x1f\xc6\xf1\x38\x58\x48\xc7\x92\x33\xbb\xbd\xaf\xf8\x6a\x5a\x12\ -\xb0\x1c\xde\xf9\xcc\x1b\xd1\xe3\x13\xf1\x48\x7a\xa5\x82\x6c\xbc\ -\xf3\xdf\x9e\x24\x28\xa9\x56\x25\x34\x2d\xa0\x2c\x7c\x87\x43\xf9\ -\xbc\x58\xed\xad\x17\xbe\x44\x99\x84\x79\x87\xbe\xdb\xac\x92\xda\ -\x91\xc8\xed\x72\xa8\xad\x49\x73\x5f\x8c\x0c\x4d\xff\x45\x30\xe3\ -\xb8\x85\x5f\x10\xab\xc7\x27\x07\x22\x29\x4f\x73\x24\xa7\xef\x17\ -\x35\xaf\x82\xd3\x1b\xa8\x6f\xdb\x54\x0f\x7d\xd5\x1f\xf9\xdc\xcb\ -\x1c\xd0\xc4\x0e\x58\x8d\xf0\x50\xdc\x09\x56\xdd\x77\x42\x41\x24\ -\xdd\xcc\x4e\xf0\xf6\xe5\x68\x31\x7c\x1a\x08\x39\x94\x37\x1d\xbe\ -\x9c\xae\xc4\xf4\x41\x23\xe6\x15\x1c\x77\x82\x35\x7a\x70\xea\x4c\ -\xe4\x0b\xd7\xfe\xce\x02\xbc\x86\x07\xed\xcd\xf4\x45\xc6\x5c\xfb\ -\xd7\x23\x96\xcc\x1d\xb2\x2a\x2f\x13\x80\x04\xa7\x23\x10\x1d\x9c\ -\xbe\x75\xad\xc2\x03\x4c\xc4\x23\x69\x23\x7a\x1c\xc7\xe3\x60\xac\ -\x8c\x77\x0d\xe7\x76\xba\xf4\x6e\x28\x20\x3a\x38\x7d\xab\x18\x33\ -\x8e\x6b\x78\xe1\x84\x9f\xe1\x4b\x4c\xc4\x23\x69\xb1\xda\x8b\xbb\ -\x84\xb4\x8b\x84\xba\x47\xa0\xa9\xf0\xf1\xf0\xa8\x43\x6d\xd3\x74\ -\x0f\xe6\x1e\x50\x23\x2f\x03\x55\xbf\xfa\xac\x41\xde\x1a\x3d\x54\ -\xef\x38\xac\x28\x60\x39\x7c\x1a\x08\x3b\x4c\xb4\xa0\xca\xc9\x6c\ -\x7f\x78\xc4\xa1\xb6\x65\xbc\x4a\x50\xec\xc1\x6c\x5f\xe7\x97\xb5\ -\x2e\xd6\x14\xe0\x31\xfc\xa2\x2a\x27\x56\x2b\x7c\x09\xbf\x24\x54\ -\x09\xe8\x7e\xfe\xdb\x5b\xd8\x54\xf8\x50\x95\x88\x43\xe3\x35\x09\ -\x5f\x62\xfb\x50\xee\x30\xc8\x4b\xb8\x49\x98\xb5\x9b\x96\xf6\x4d\ -\x9d\xbe\xe5\xbf\xe5\x83\xd5\x3f\x96\x6e\x2b\x3c\xf5\xbf\x10\x1e\ -\xa0\xf8\x64\xab\xbd\xc0\x82\x43\x79\x48\x0a\x7f\x78\xba\x72\xb0\ -\xfa\x55\x40\xb9\xdf\xa1\xd9\xa2\xb2\x7a\x67\xbe\x1e\x99\xbe\xc8\ -\x18\xc2\x09\x1c\x24\x88\xea\xc1\xca\xb1\x5a\xff\x2f\x50\x68\xd0\ -\xa7\x18\xbe\x2f\x7c\xde\x79\x95\x01\x93\x89\x87\x47\x5d\x24\x28\ -\xd5\xd9\x6a\xec\x00\xa9\xf7\x57\x5d\xb4\x56\x4e\xad\xa7\xf0\x25\ -\x32\xf1\xf0\xa8\x2a\x27\xa9\x23\x41\x8a\x5f\xd1\x5d\x45\x95\x80\ -\xb6\x5f\xae\x9c\x05\xa6\x6a\x3c\x7e\xd1\x5a\x39\x35\x35\x10\xaa\ -\x6a\xb2\x5e\xc8\xf6\x87\x47\xea\x48\xf8\x46\xdb\xf4\x6c\xe5\x60\ -\x95\x80\xaf\x1e\xfd\xd3\x77\xa2\x4b\x77\xab\xf2\x77\x81\x0b\xc0\ -\x2c\xf0\xa2\xaa\xb9\x67\x3d\x87\x2f\x51\x7c\x5e\x92\x03\x0a\x2f\ -\x00\x33\x02\x17\x04\xfe\xa1\x9b\xec\xfe\xec\xe9\xce\xfc\x5a\xaf\ -\x6f\x83\x0d\x36\x58\x5f\xfc\x0a\x4c\x1c\x46\x0a\xeb\x19\xd3\xdd\ -\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\xc7\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x02\x79\x49\x44\x41\x54\x78\x9c\xed\ -\x9a\xbd\x6e\xd4\x40\x14\x46\xcf\x5d\x48\x42\x03\x5d\xde\xc4\x81\ -\x82\x8a\x37\xa0\x01\xed\x92\xf0\xe3\x34\x50\xd0\xd2\xd1\xf2\x02\ -\x08\x24\xb6\x89\xc3\x4f\xd8\x08\x0a\xc4\x13\xd0\xef\xba\xa3\xe4\ -\x19\x90\x90\xd2\x20\x24\xf6\x52\x40\x61\x26\x76\x36\xb6\x67\xc6\ -\x33\x5e\xdf\xd2\xbe\xfe\x34\xe7\x48\x1e\x8f\xae\x0c\x43\x0d\x35\ -\xd4\x3a\x97\x74\xbd\x00\xd7\x95\xe5\x7a\x13\x78\x86\xf2\x03\xe1\ -\x51\x9a\xc8\xd7\xe2\xfd\x8b\x1d\xad\xcb\x4b\x65\x0b\x1d\xa3\x1c\ -\x01\x23\x00\x94\x57\xc0\xf5\x62\xcf\xa8\x83\x75\x79\xa9\x6c\xa1\ -\x63\x28\xc0\x03\x02\x57\xcc\xbe\x5e\x0a\x28\x83\x07\x7e\x2f\xe1\ -\xa9\xd9\xdb\xbb\x57\xa0\x0a\x1e\x61\xb2\x9f\xc8\x67\xb3\xbf\x57\ -\x9b\xe0\x59\xf0\x69\x22\x1f\xcb\x9e\xe9\x8d\x80\x26\xf0\xd0\x13\ -\x01\x4d\xe1\xa1\x07\x02\xda\xc0\x43\xe4\x02\xda\xc2\x43\xc4\x02\ -\x6c\xc0\x43\xa4\x02\x6c\xc1\x43\x84\x02\x6c\xc2\x43\x64\x02\x6c\ -\xc3\x43\x44\x02\x5c\xc0\x43\x24\x02\x5c\xc1\x43\x04\x02\x5c\xc2\ -\x43\xe0\x02\x5c\xc3\x43\xc0\x02\x7c\xc0\x43\xa0\x02\x7c\xc1\x43\ -\x80\x02\x6c\xc3\x67\xb9\xde\x42\x79\x09\x30\x5a\xf2\xf0\xfe\x35\ -\xf9\x54\xbc\x1f\xd4\x44\xc8\x3a\xfc\xdf\x99\xe0\x31\xb0\x0d\x6c\ -\x2f\x47\x4c\xcd\x9e\x60\x04\x38\x81\x3f\x9d\x77\xaa\x82\x10\xe0\ -\x09\x7e\x29\xca\x63\xb3\xb7\x73\x01\x1e\xe1\xef\x3d\xb8\x2a\x1f\ -\xcc\xfe\x4e\x37\x41\xcf\xf0\x47\x65\xcf\x74\x26\x20\x04\x78\xe8\ -\x48\x40\x28\xf0\xd0\x81\x80\x90\xe0\xc1\xb3\x80\xd0\xe0\xc1\xa3\ -\x80\x10\xe1\xc1\x93\x00\x5f\xf0\x08\x77\xd3\x44\xde\xd7\xc9\x72\ -\x2e\x20\x64\x78\x70\x2c\x20\x74\x78\x70\x28\x20\x06\x78\x70\x24\ -\x20\x16\x78\x70\x20\x20\x26\x78\xb0\x2c\x20\x36\x78\xb0\x28\x20\ -\x46\x78\xb0\x24\x20\x56\x78\xb0\xf0\x8f\x90\x2f\x78\x85\xbd\xfd\ -\x44\x66\x75\xf3\x0e\xe7\x7a\x5b\x85\x17\xe0\x60\x26\xe8\x15\x7e\ -\xa7\x3e\xfc\xc1\x5c\xf7\x54\x98\xe1\x62\x26\x18\x03\xbc\x08\xaf\ -\x59\xc1\xd8\x48\x40\xe8\xf0\x87\x73\xdd\x2d\x81\xb7\x33\x13\x8c\ -\x01\x5e\x85\x37\x66\x9e\x95\x99\x60\xe4\xf0\xed\x66\x82\xa1\xc3\ -\x67\xb9\xde\x41\x79\x6b\xe6\xad\xfa\x74\x9e\x4b\x40\x5f\xe1\xe1\ -\x1c\x02\xbc\x1d\x72\x60\x37\xdd\x91\xe3\xda\x79\x2d\xe0\x61\x85\ -\x80\xbe\xc3\xc3\x19\x02\x42\x87\x3f\x58\xe8\x44\xe0\x9d\x99\x57\ -\xf7\x35\x2a\x15\xb0\x2e\xf0\x50\x22\xe0\xdf\xd9\x79\x86\x25\xf8\ -\x8a\xbc\xc6\xf0\x55\x79\x4d\x37\xd0\xff\x04\x4c\x73\xdd\xd8\x54\ -\xbe\x03\x97\x0b\x97\x1b\xc3\x57\xe4\x35\x86\xb7\x9d\x07\xc6\x49\ -\x70\xf3\x84\x0b\xc0\x56\xe1\x52\xab\xdf\x52\x4a\xf2\x5a\x2d\xd6\ -\x76\x1e\x18\x02\xd2\x1b\xf2\x53\x84\x27\xc0\x2f\xe0\x44\x61\xdc\ -\xe6\x9f\x1c\x33\x4f\x94\x49\x9b\xc5\xda\xce\xab\xac\xe7\xdf\x74\ -\x6b\x9a\xeb\x46\xa8\x79\xd9\x17\xbd\x64\x33\x6f\xa8\xa1\xd6\xb8\ -\xfe\x00\xff\x30\xac\xf4\x77\x56\x6a\xf7\x00\x00\x00\x00\x49\x45\ -\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x03\xd2\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x03\x84\x49\x44\x41\x54\x58\x85\xe5\ -\x97\x4d\x68\x5c\x55\x14\xc7\x7f\xe7\xbd\x26\x25\x11\xab\x48\xc0\ -\x14\x13\x92\x86\xfa\x55\xb2\x10\x9d\x4c\xe3\xc2\x8f\x16\x69\x11\ -\x69\x53\x41\x5b\x44\x63\xbe\x2c\x5d\x74\x27\x08\x29\x2e\xc6\x62\ -\xd1\x80\x2b\x4b\x51\x2a\xa9\xe9\x68\xdc\x74\x61\x30\x51\xab\x05\ -\x4b\xbb\x6a\xd3\x99\x1a\x84\x2a\x85\x42\x5a\x74\x92\x51\x5c\xf8\ -\xd1\xa6\xca\x7c\xdc\xbf\x8b\x79\x33\x99\x66\x9a\x34\xc3\x4c\xdc\ -\xf4\x6c\xde\x7b\xf7\x9e\x7b\xff\xbf\x7b\xdf\x3d\xf7\x9e\x0b\xb7\ -\xbb\x59\x39\xce\x1f\x9f\x53\xb3\x79\xec\x90\x78\x06\x68\x36\x68\ -\x02\x3c\x60\x06\x48\x18\x9c\x56\x96\xb1\xbe\x4e\xbb\x54\x55\x80\ -\x68\x4c\xe1\x2c\x0c\x19\x6c\x5a\x66\xbf\x31\x13\xfb\x7a\xc3\xf6\ -\x5d\x45\x00\x87\xe3\xba\x6b\xb5\xf8\x50\xf0\x52\x50\x94\x14\x4c\ -\x98\x71\xdc\x33\xa6\xb3\x46\xd2\x4f\xe3\x64\x34\xe2\xd1\xea\x1c\ -\x5b\xcc\xe8\x02\x5a\x02\xff\xaf\x33\x59\xfa\x77\x77\xda\x6f\x65\ -\x03\x0c\x9f\xd7\x7a\xcf\x31\x6e\xf0\x30\x90\x44\x44\xae\xcc\x31\ -\xb2\x7f\x93\x65\x96\x82\x8e\x48\x5e\x4b\x9c\x5d\x06\x07\x80\x36\ -\xe0\x67\xe7\xd8\x3e\xb0\xd1\x7e\x58\x36\xc0\x91\x73\x6a\xf3\x8d\ -\x49\x41\x03\xf0\x45\x4d\x96\x57\x5f\xe9\xb4\xbf\x97\x12\x5e\x68\ -\x07\x2f\x69\xf5\x9d\x7f\xf2\x01\xd0\x0f\xcc\x79\xf0\x44\x4f\x87\ -\x4d\xdd\x12\x60\xf4\xac\xd6\xa4\x57\x71\x06\xb1\x01\xe3\xfd\x2b\ -\x8f\xf1\xfa\x7e\x33\x57\x8e\x78\xde\x24\xd9\x48\x8c\x41\x33\xde\ -\x31\x48\xf8\x46\xb8\x3b\x64\xc9\x62\x1f\x6f\x61\xa3\xb4\xcf\x21\ -\xc4\x06\x60\xa2\x12\x71\x00\x33\x53\x5f\x07\x43\x26\x86\x05\x4d\ -\x19\xc7\xa8\xa4\x1b\x06\x7d\x03\xc0\x91\x49\x85\x80\x6e\xe0\xf7\ -\x94\xd1\x5d\x89\x78\x31\x44\x7d\x3d\x7b\x81\x8b\x18\x9b\x8f\xc6\ -\x79\x76\x51\x00\xdf\xe3\xdd\x5c\x2b\xde\xde\x13\xb2\xbf\x2a\x15\ -\xcf\xdb\xce\x76\x4b\x21\xde\x0c\x3e\x87\x8a\x67\xa1\xf0\xf2\x69\ -\x5c\x6b\x33\x62\x06\xf8\xe3\x8e\x3a\xd6\xee\x6c\xb7\x54\xb5\x00\ -\x20\xb7\x1e\x8e\xc6\xf9\x09\x78\xc8\x39\x1e\xc9\x47\x45\x61\x06\ -\xb2\x8e\x6d\x01\xd0\x57\xd5\x16\x87\xdc\xaf\x10\x8c\x03\x78\x1e\ -\xcf\xe7\xcb\xe7\x7f\x81\xf1\x74\xf0\xfc\xa6\xda\xe2\x05\xf3\xf8\ -\x16\x00\xb1\xb9\x14\x00\x9a\x01\xbc\x2c\x97\x57\x4a\xdf\x52\x4c\ -\xe7\x5e\x68\x2a\x01\x50\x50\xe8\x1c\xc9\x92\x96\x55\xb2\xab\x0d\ -\x85\xbe\xef\xcb\x2f\xc4\x92\x7d\xe0\xff\xb2\xb7\x82\x00\x98\x07\ -\xc8\x45\x00\xd4\xd2\xb8\x52\xa2\xf5\x57\x83\xbe\x8d\xd9\xfc\x1e\ -\x53\x3c\x03\xbf\x00\xc8\xb1\x6e\xa5\x00\x6a\x1c\x6d\x00\x26\x12\ -\xf9\xb2\xf9\x35\x00\xa7\x82\xca\xad\x2b\x05\xe0\x1c\x5b\x00\x9c\ -\x71\xb2\x14\xc0\x67\x02\xc0\x8c\xe7\x0e\xc7\x55\x53\x6d\x71\x49\ -\x86\xc7\x76\x00\x73\x8c\x95\x00\x0c\x3c\x6a\xb3\x88\x93\x82\x86\ -\x1a\x78\xad\xda\x00\xd1\x38\xdb\x82\x43\xee\xc7\xde\x0e\x0a\xb9\ -\xc1\xc2\x28\x18\x04\x30\x11\x19\x3d\xab\x35\xd5\x12\x3f\x76\x41\ -\xb5\xb2\xe0\x9c\x11\xfb\xcc\x4c\x37\x05\xe8\x0b\x5b\x0c\xe3\x33\ -\xe0\xde\xb4\xcf\x27\x11\xa9\xe2\x30\x95\x64\x73\xff\x70\x30\x18\ -\xfd\xa9\xde\x0e\xbe\x2c\xae\x2f\x11\x48\x11\x1c\x9d\xd0\xd5\x1a\ -\xe7\xbd\x4a\x20\x24\x59\x34\xce\x1b\xc0\x1e\x60\xd6\xf9\xbc\x5c\ -\x3c\x7a\x58\x24\x25\x1b\x3e\xaf\xf5\xbe\x63\x12\xb8\x07\xf8\xfc\ -\x7a\x1d\x3d\x7b\xdb\xed\x5a\x39\xe2\xc7\x2e\xa8\x76\xee\x5f\x0e\ -\x21\x76\x03\xd7\x9d\xe3\xa9\x81\x8d\x16\x5f\xe8\xb7\x68\x52\x1a\ -\x9d\xd4\x03\xce\x63\x1c\x78\x10\x63\xc6\x44\xe4\xf2\x35\xa2\xcb\ -\x49\x4a\xd7\xc5\x78\x41\x1e\x07\x10\xf7\x1b\x24\x9c\xd1\xd5\x1f\ -\xb2\xef\x6f\xe6\xbf\x64\x5a\x3e\x32\xa5\xbb\x49\xf3\x11\xc6\x8b\ -\x81\x73\x02\x31\x21\x38\x6e\x30\x9d\xc9\x90\xf4\xeb\x70\x64\x69\ -\x94\xd1\xe2\x39\xb6\x0a\xba\xc8\x65\xc3\x00\x27\x10\x3d\x7d\x61\ -\xfb\x75\x31\x8d\xe5\x5d\x4c\x26\xf5\xb8\xf3\x18\x02\x9e\x5c\x8e\ -\xbf\x60\xca\x33\x06\x7b\x43\x76\xe2\x56\xbe\x65\x5d\xcd\x46\xce\ -\xa8\x95\x55\xec\x80\xdc\xd5\x8c\xdc\xd5\xcc\x27\x37\x33\x09\xc1\ -\x69\xf3\x18\xeb\x0b\xd9\xc5\x72\xfa\xbd\xbd\xed\x3f\x21\xcd\x4a\ -\xef\xf5\xd4\x83\xbc\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\ -\x82\ -\x00\x00\x00\xcd\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x7f\x49\x44\x41\x54\x78\x9c\xed\ -\xd9\xd1\x09\x80\x30\x10\x05\xc1\xd3\xfe\x1b\x8b\x20\xd8\x51\x2c\ -\x63\x05\x67\x1a\xb8\xc7\x92\xbf\xcc\x84\xd6\xfd\xec\x75\x3f\xbb\ -\xdc\x70\x96\xc7\xbf\x40\x80\x7a\x40\x4d\x80\x7a\x40\x4d\x80\x7a\ -\x40\x4d\x80\x7a\x40\x4d\x80\x7a\x40\x4d\x80\x7a\x40\x4d\x80\x7a\ -\x40\x4d\x80\x7a\x40\x4d\x80\x7a\x40\x4d\x80\x7a\x40\x4d\x80\x7a\ -\x40\x4d\x80\x7a\x40\x4d\x80\x7a\x40\x4d\x80\x7a\x40\xed\xf7\x01\ -\x8e\xf2\x78\xfd\x35\x3e\x13\xbf\x80\x7d\xcc\x55\xde\x07\x00\x00\ -\x00\x00\x00\x00\x80\x9f\x78\x01\x56\xda\x0c\x39\x0e\xae\xca\x99\ -\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\x96\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x48\x49\x44\x41\x54\x58\x85\xed\ -\xd7\xb1\x0d\x00\x20\x0c\x03\x41\x83\x18\x8c\x4d\xb3\x08\x52\x06\ -\xc8\x50\x61\x08\xd3\xf1\xdf\xc7\xba\x36\x12\x19\x45\x75\x46\x75\ -\x3a\x1b\xcb\x34\x6c\xf3\x5e\xd3\x1d\x00\x00\x00\x00\x00\x00\x00\ -\x00\x00\x00\x00\x00\x00\x00\x37\xeb\x33\x1a\xd2\x79\x05\xf9\xb7\ -\x0b\x44\xfa\x07\x88\x81\xff\xfd\xe1\x00\x00\x00\x00\x49\x45\x4e\ -\x44\xae\x42\x60\x82\ -\x00\x00\x01\x32\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\xe4\x49\x44\x41\x54\x78\x9c\xed\ -\xd0\xb1\x0d\xc2\x30\x00\x05\xd1\x6f\x86\x88\x44\x4b\xcd\x34\xac\ -\x40\xc5\x44\x6c\xc1\x34\xd4\x14\x69\x60\x0b\x53\x10\x51\x41\x65\ -\x3b\x87\xc4\xbd\xca\x85\x95\x7c\x5f\x22\xe9\x9f\x95\xd1\x3f\xd8\ -\xee\xf6\x87\x94\x72\x4e\x92\xd4\x7a\xba\xdf\xae\x97\x9e\xf7\x5b\ -\x6d\x46\x7e\x3c\x49\x96\xc7\x4c\x49\xa6\xf7\xc3\x7a\xde\x6f\x34\ -\x3e\xc0\xeb\x31\x9f\xce\xbd\xee\x37\x59\x23\xc0\x4f\x33\x00\x3d\ -\x80\x66\x00\x7a\x00\xcd\x00\xf4\x00\x9a\x01\xe8\x01\x34\x03\xd0\ -\x03\x68\x06\xa0\x07\xd0\x0c\x40\x0f\xa0\x19\x80\x1e\x40\x33\x00\ -\x3d\x80\x66\x00\x7a\x00\xcd\x00\xf4\x00\x9a\x01\xe8\x01\x34\x03\ -\xd0\x03\x68\x06\xa0\x07\xd0\x0c\x40\x0f\xa0\x19\x80\x1e\x40\x33\ -\x00\x3d\x80\x66\x00\x7a\x00\xcd\x00\xf4\x00\x9a\x01\xe8\x01\x34\ -\x03\xd0\x03\x68\x06\xa0\x07\xd0\x0c\x40\x0f\xa0\x19\x80\x1e\x40\ -\x33\x00\x3d\x80\xb6\x46\x80\xc7\x97\x73\xaf\xfb\x4d\x86\x07\xa8\ -\x35\xc7\x24\x73\x92\x79\x39\x77\xbd\x2f\x49\x2d\x9e\xce\x9f\x22\ -\x30\x8d\xed\x18\xaa\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\ -\x82\ -\x00\x00\x04\x39\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x03\xeb\x49\x44\x41\x54\x78\x9c\xed\ -\x9b\x4d\x68\x5c\x55\x14\xc7\x7f\x67\x32\xa4\x11\x2d\x45\x5b\x75\ -\x5e\x6c\x35\x9d\x89\x44\xe3\xcc\x48\xb1\x08\x6e\x24\x8a\x56\x8b\ -\x58\xb4\x82\xae\x8a\x28\x0a\xba\x10\x15\x14\x41\x17\x15\xaa\x58\ -\x41\x70\x21\xa2\x05\x37\x2e\x2c\xea\xaa\x04\xb4\x1a\x15\x2a\x08\ -\x82\x10\x31\x99\x10\x51\x66\x92\x11\x6d\xde\x44\x69\x15\x3f\xa2\ -\x35\x33\xef\xb8\x0a\xf2\xee\x0c\x9a\xe2\xbd\xf7\x5d\x75\xfe\xcb\ -\xf3\x87\x7b\xce\xfd\xdd\x8f\x77\xde\xbc\x04\xfa\xea\xab\xaf\xbe\ -\xfe\x05\x2a\x14\xcb\xfb\xa3\xd1\xea\x6a\x54\xaa\xb6\x0b\xc5\xf2\ -\x93\xb6\xc6\x15\x5b\x03\xb9\x54\xa1\x74\xd9\x35\x42\xee\x03\xfe\ -\xac\x37\x89\x1b\xb5\x01\x1b\x63\xe7\x6d\x0c\xe2\x52\x51\xb1\xbc\ -\x13\x64\x92\xd4\x62\x69\xce\xd6\xf8\xd6\x06\x72\xa1\x68\xa4\x72\ -\x09\xc2\x51\xe0\x2c\xc3\x4a\x6c\xe5\x08\x76\x07\x44\xc5\xf1\x0b\ -\x11\xa6\x40\xb6\x74\xbb\xa2\xb6\xf2\x04\xb9\x03\x0a\xa3\x3b\xce\ -\x45\x06\xa6\x80\x6d\xae\x73\x05\x07\x60\xcb\xd8\xd8\x46\xd1\xf6\ -\xdb\xc0\x98\x8f\x7c\x41\x01\x18\x19\x19\x19\x1a\x6c\x0f\x1e\x01\ -\x76\x1a\x96\xb5\x2d\x6f\x2a\x1c\x00\x13\x13\xf9\x53\x03\x1b\x0f\ -\x2b\x5c\x6b\x38\x8a\xc5\x4b\xcf\x54\x28\x00\xa4\xf0\xcd\x89\x43\ -\xc0\xad\xe9\xb0\x3a\x9d\x3c\x04\x02\x60\xb8\x54\x7e\x56\x94\xbb\ -\x8d\xb0\x82\x38\x9d\x3c\x04\xf0\x18\x1c\x2e\x56\x1e\x53\x78\xb4\ -\x87\xe5\x7c\xf2\x90\x31\x80\xa8\x54\xb9\x57\xe1\x60\x0f\xab\xe3\ -\xab\x86\xcc\x8e\x40\x54\xac\xde\x06\xbc\xdc\xed\xa8\x97\x95\x5f\ -\x53\x26\x00\x86\x8b\x95\xeb\x10\x3d\xdc\x9d\x5f\x13\x9b\x5d\xde\ -\x7a\xe4\x1d\x40\x61\xfb\xe5\x57\x2a\x1c\x01\x06\x0d\xcb\xfb\xe4\ -\xc1\xf3\x1d\x50\x18\x1d\x1f\x17\x92\xa3\x28\x67\xa6\x1d\xff\x2b\ -\xbf\x26\x6f\x00\xa2\xed\x97\x5e\x84\x0e\x4c\x01\xe7\x18\x56\x66\ -\x93\x07\x4f\x00\xce\x2f\x55\xcf\x83\xe4\x3d\xe0\x02\xc3\x4a\x70\ -\xd8\xe6\xae\x47\xce\xef\x80\xb3\x8b\x57\x6c\xca\xa1\xef\x80\x5c\ -\x9c\x76\x54\xc9\x78\xf2\xe0\x18\xc0\xd6\xad\x57\x9d\x31\xc4\xef\ -\x93\xc0\x0e\xc3\xf2\xd2\xe5\xad\x47\xee\x00\x4c\x4c\xe4\xdb\x1b\ -\x7e\x7e\x1d\xe1\xea\xb4\xe1\xbe\xbf\x3f\x1d\xb9\xba\x03\x72\xd1\ -\xd7\x27\x5e\x01\xf6\x18\xf1\x60\x56\x7e\x4d\x2e\x76\x80\x44\xc5\ -\xca\x73\xc0\x9d\x46\x3c\xa8\x95\x5f\x93\x75\x00\x51\xa9\xfa\x38\ -\xc2\xc3\x3d\xac\xe0\x26\x0f\x96\x01\x44\xc5\xf2\x7d\xa0\x4f\xa5\ -\xa3\x0a\x1e\x5f\x6e\x4e\x57\xd6\x00\x14\x46\x2b\x07\x11\x79\xa9\ -\xdb\x09\xeb\xcc\x9b\xb2\x06\xa0\xc7\x0f\x1a\x10\x40\xa3\xf3\x77\ -\xb2\x79\x04\x7a\x6c\xf3\xa0\xe7\x0e\x58\x04\xa0\xa2\x0f\xd2\x35\ -\x63\x09\xe2\x27\xb7\xbf\x92\xb5\x02\x5b\xf5\xb9\x37\x55\x78\xa0\ -\x87\x65\xe5\x23\xa6\x2b\x59\x5d\xa1\x56\xbd\xf6\xa2\x2a\xfb\x7b\ -\x58\xc1\x42\xb0\xbe\x45\x5b\x0b\xb5\x03\x0a\x2f\xf8\xc8\x65\x43\ -\x2e\x8a\xd2\x56\xa3\xf6\x10\xc2\x6b\x46\x5c\x1c\xe5\xfb\x47\x72\ -\x55\x50\x12\x6f\x1a\xbc\x4b\xe0\x2d\x23\x2e\x36\xbf\xed\xdb\x90\ -\xbb\x62\xa6\xa7\x57\x75\x65\xf0\x76\xd0\x8f\xd2\x86\x04\x05\xc1\ -\x69\x21\x71\x3c\xbd\xb2\xa1\x93\xbf\x19\x61\x26\xed\x48\x30\xc7\ -\xc1\x79\x11\xcd\xe6\x67\x3f\xb4\xdb\x9d\x1b\x05\x1a\x86\x25\xa0\ -\x99\xff\x8d\x92\x97\x55\xf8\xae\x39\xdf\xea\xe4\xe5\x7a\x85\xa5\ -\xb4\x23\xb9\xac\x21\x78\xdb\x86\xcb\x5f\xcc\x2e\x2a\x72\x03\xf0\ -\x7d\xda\xc9\x16\x82\xd7\x73\xb8\xdc\x98\x9d\xcb\x09\x37\x01\x2b\ -\x69\x27\x3b\x08\xde\x2f\xa2\xe3\xf5\xda\xc7\x48\x6e\xaf\xc0\x6a\ -\xda\xc9\x06\x42\x26\x37\x71\x5c\x9f\x79\x17\x74\x1f\xbd\x5f\x9e\ -\xbc\x42\xc8\xec\x51\xb4\xd4\x98\x7b\x03\xb8\xbf\xdb\xf1\xdb\x23\ -\x64\xfa\x2c\x8e\x1b\xb5\x43\x88\x3c\x91\x8e\x0a\x78\x7c\x79\xca\ -\xbc\x19\x89\xeb\xb3\xcf\xa0\x3c\xdf\xc3\xf2\x52\x5b\xe6\x00\x00\ -\x8d\x17\x6a\x8f\x00\xaf\x1a\x71\x2f\xdd\x62\x08\x00\x00\x92\x78\ -\xdb\xe6\x7b\x14\x26\x8d\xb8\x73\x08\xa1\x00\x80\x63\xc7\xda\x43\ -\x9d\x9f\xee\x00\x3e\x34\x1c\xa7\x10\xc2\x01\x00\x34\x9b\xcd\xdf\ -\x4e\xc9\xaf\x7b\x80\x4f\x0d\xcb\xd9\xa3\x31\x28\x00\x00\x27\xeb\ -\xf5\x1f\x13\x64\x37\xf0\xa5\x8f\x7c\xc1\x01\x00\x58\x6e\xcc\x7e\ -\x4b\xd2\xde\x05\x1c\x77\x9d\x2b\x48\x00\x00\xf1\xe2\xe7\x5f\xa9\ -\x74\x76\x21\x9c\xec\x76\xed\xb5\xcc\xc1\x02\x00\x68\xd5\xe7\xe7\ -\xb5\x93\xdb\x8d\xf2\x8b\x61\xfd\x3f\xfe\x65\x06\xa0\xb5\x38\xf3\ -\x89\xc0\x2d\xa4\xde\x1b\xec\x7d\x6f\x0c\x1e\x00\xc0\xd2\x42\xed\ -\x7d\x11\x0e\xa8\xd2\x51\xa5\x03\x3c\x9d\x75\x4d\x7d\xf5\xd5\xd7\ -\x7f\x43\x7f\x00\x3e\xf2\x10\x6b\x0a\xaf\xb1\x0d\x00\x00\x00\x00\ -\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x03\xed\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x03\x9f\x49\x44\x41\x54\x78\x9c\xed\ -\x98\x4f\x68\x54\x57\x14\xc6\xbf\x73\xdf\xa4\x9b\x22\x14\xd2\x99\ -\xfc\x19\x4a\x09\x61\xa6\xed\xba\xd0\x55\x02\x4d\xb1\xa2\x08\xa5\ -\x45\x11\x5c\x9a\xf8\x12\x4b\x41\xe8\xc2\xfe\x03\x09\x52\x0b\x46\ -\x8a\x6b\x67\x92\x88\xdd\x74\x55\xac\x76\x21\xa2\x08\x76\x6d\x75\ -\xdb\x3a\x7f\x5a\xab\x4d\x74\x32\xed\x26\x69\x6b\xd0\xbc\xf7\x75\ -\xa1\x16\x73\xdf\x8d\x99\xcc\xbc\x37\x13\xf1\xfc\xe0\x6d\xee\xf7\ -\xee\xb9\xdf\x39\xf7\xce\xbc\x7b\x2f\xa0\x28\x8a\xa2\x28\x8a\xa2\ -\x28\x8a\xa2\x28\x8a\xa2\x3c\x5f\x88\xdd\x90\x9f\xae\x4f\x86\x0c\ -\x0f\x0b\xe8\x01\x12\x02\x60\x07\x7c\xc5\x89\x00\x34\x84\x04\x46\ -\xcc\x97\x25\x3f\x7d\xc4\x12\x57\x93\x2b\xd6\x56\x00\x78\x6d\xb3\ -\xd7\x5e\x82\xf2\x78\x4f\xea\xc9\x06\xd3\x29\x27\x9b\x85\x48\x01\ -\x84\xe6\x28\xe4\x99\x5f\xf6\x51\x04\x14\x9a\xa3\xd1\x66\x07\x83\ -\x85\x3b\x23\x46\xcc\x39\x00\x5b\xec\x20\x20\xc2\x64\x1c\xc6\x86\ -\x41\x34\xaf\x25\x4a\xf8\x5e\xc5\xef\xbb\x62\xbf\xec\x2c\x00\x00\ -\x0c\x4e\xd7\xdf\x34\x0c\x2f\x00\x78\xd9\x92\x08\x6c\xda\x22\xb8\ -\x92\xff\x33\x14\xb3\xbd\xea\xa7\xaf\xad\xd5\xc1\x49\xd5\x4f\x5f\ -\x33\x9e\x19\x02\x79\xdb\x92\x04\xb2\x09\xff\x3b\xc4\x99\xfc\x2d\ -\xe3\x99\xa1\xb5\x92\x87\xa3\x43\x84\xc1\x53\x73\xaf\x98\x15\xef\ -\x22\x20\xaf\x5b\xd2\x66\x5a\x09\x8e\xe4\xf9\x4b\x98\x0a\xb6\x55\ -\x47\xb3\xf6\x04\x46\x3a\x3e\x95\xea\x68\xf6\xb6\x30\x18\xa6\xf0\ -\x27\x4b\x12\x80\xde\xfa\x25\x4c\x1a\x7a\x88\x24\x2f\x57\x85\xc1\ -\xf0\x7a\xc9\x23\xda\x71\x6d\x5e\x9b\xad\x6f\x09\x82\xf0\xac\x00\ -\xef\x58\x06\x00\x48\xd0\x68\x9c\xd8\x20\x1f\xfd\x14\xed\xdc\x71\ -\xd9\x18\xf3\xc1\x8d\xb1\xf4\x52\x23\x61\x1a\xfe\x2d\xdf\x18\x4b\ -\x2f\xad\x74\xfd\xbb\x13\xc0\xf7\xf6\x88\x00\x3c\x90\xed\x5b\x0b\ -\xa4\x40\x24\x9a\x3c\x71\x86\xf7\x16\x77\x36\x9a\x3c\xb0\x81\x15\ -\xf0\x98\xb7\x27\x99\x9a\xcf\xd6\x4f\x12\x1c\x73\xc8\xed\xd8\x3a\ -\x0b\x5c\xfb\x17\xc8\x6c\xe9\xa5\xf4\x04\xf6\x6c\x6c\x35\x36\x37\ -\x6b\xa4\xe4\x8a\x0b\x53\x10\x1c\x72\xa8\xc9\x15\x81\x6b\x7e\x81\ -\x8e\x97\xfd\xcc\x67\x10\xd9\xf0\xb8\x2d\x2d\xdb\x5c\xa1\xf6\x09\ -\x04\x53\x0e\x29\x89\x22\x38\x67\x1e\xc4\xa7\xe5\x89\x9e\xe3\xad\ -\x04\x6d\x89\x7c\xe1\xee\x7e\x8a\x14\x60\x9b\xa3\x84\x10\xc6\x54\ -\x04\x11\x80\x76\xf2\x21\x85\xe3\x15\xbf\x77\xb6\xa5\xc8\xad\x74\ -\x7e\x4c\xae\x58\xdb\x05\xe0\x5b\x00\x2f\x58\xd1\xe3\xd8\x3a\xbb\ -\x36\x38\xf7\x21\xd8\x5b\xf6\x7b\xce\xb4\x18\x3b\xbe\xaf\x78\xae\ -\x78\x77\x2b\x20\x67\x01\xbc\x68\x49\xcd\x6f\x98\x04\x06\x8c\x78\ -\xfc\x5b\x42\xbe\x5f\x3a\xd0\x7b\xb9\xa9\x98\x91\x21\x62\x24\x3f\ -\x73\xe7\x2d\xd2\x9c\x07\xd1\x6d\x49\xcd\x14\x21\x3a\xf3\x82\xbf\ -\x84\xe1\x8e\xd2\x78\xdf\xd5\x16\x6c\x5a\x21\x63\x26\x37\x3d\xff\ -\x06\xe8\x5d\x02\x90\xb5\x86\x22\xc0\xc6\x8a\xe0\x9e\xf9\x3f\x20\ -\xc1\xb6\xb2\xdf\xff\x73\x2c\x46\xff\x1f\x2a\x01\x06\x66\xe6\x5f\ -\xf5\x42\xef\xa2\x00\x79\x4b\x5a\x7f\x25\x38\x92\x27\x50\x0a\xb9\ -\xf2\xee\xaf\x13\xd9\x5b\x31\x5b\x4d\xe6\x54\xf7\xdb\xfe\xfe\xdf\ -\x19\x70\x18\xc0\x75\x4b\x92\x47\x7b\xf7\x28\x02\x00\xf4\x1c\x33\ -\x7f\x1d\xa9\x70\x28\x89\xe4\x81\x04\xaf\xc4\xaa\x1f\xf6\x2e\x70\ -\x39\x35\x02\xf0\xc7\xd5\x8a\xc0\x79\x88\x22\xbd\xe8\x82\x94\x2b\ -\x5c\x4e\x8d\x54\x46\xfb\xea\x49\xf9\x4c\xf4\x5c\x5f\x39\xd8\xbd\ -\xf8\xa0\xeb\xde\x76\x00\x3f\xac\x56\x04\x20\x3c\x80\xf2\xf0\x41\ -\x24\x79\x01\xce\x3d\xe8\xfa\x67\x47\xe5\x60\xf7\x62\x92\x1e\x13\ -\xbf\xd8\xb8\xb9\x6f\x60\x39\x3b\x97\xd9\x05\xc1\x37\x51\x55\xcc\ -\xc3\x27\xc2\xe9\xfe\xb9\xcc\xee\x9b\xfb\x06\x96\x93\xf6\xd7\xbe\ -\x13\xdc\x24\x4d\x3e\xbb\xf0\x35\x81\x8f\x9f\xf6\x1a\x81\x13\x95\ -\xb9\xcc\x21\x1c\x91\xb6\x5c\xb6\xb4\xf7\x3a\x83\x94\xfc\x4c\xed\ -\x73\x52\xbe\x72\x9b\x91\x2f\x4a\x7e\xfa\x58\x33\x87\x9a\x66\xe9\ -\xc8\x7d\x4e\xae\x50\x9b\x80\xe0\xe4\x13\x4d\x84\xf0\x40\xd9\xef\ -\x2d\xb6\xdb\x4b\xc7\x2e\xb4\x72\xc5\xda\x14\x04\x63\x20\x02\x8a\ -\x7c\x54\xf1\x33\xdf\x75\xca\x8b\xa2\x28\x8a\xa2\x28\x8a\xa2\x28\ -\x8a\xa2\x28\x8a\xf2\x3c\xf1\x1f\xb2\x23\x2c\x3b\x6c\x8e\x67\xec\ -\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x03\x57\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x03\x09\x49\x44\x41\x54\x78\x9c\xed\ -\x9a\x3d\x68\x14\x41\x14\xc7\x7f\x6f\x2f\xc1\x18\xc4\x46\x44\x44\ -\x0b\x83\xb1\x10\x02\x29\xf2\x61\xac\xfd\x00\x2d\xec\x42\x40\x54\ -\xd8\xa8\xa8\xa4\xb3\x09\x29\xad\x8c\xa5\x90\x20\x8a\xde\x05\x14\ -\x9b\xd8\x88\x90\x08\x6a\x27\x18\x73\x49\x21\xa4\xb0\x50\xa2\x70\ -\x20\x22\x16\x8a\x09\x09\xc9\xed\xb3\x48\x54\xb8\xdd\xbb\xcb\xde\ -\xee\x64\x72\xee\xfe\xca\xd9\xb9\xf7\xfe\xf3\xbf\x99\x9d\x61\xf6\ -\x41\x4a\x4a\x4a\x92\x91\xa8\x01\x46\xe7\x74\x47\xf3\x12\x03\x78\ -\xf4\x22\xb4\x01\xdb\x62\xd0\x15\x85\x65\x94\x39\x1c\xc6\x17\x9b\ -\x18\x1d\x68\x93\x5f\x95\x3a\x47\x32\x20\x97\xd7\x13\x02\x59\x85\ -\xfd\x51\xe2\x98\x42\xa0\xa0\xd0\xef\x76\xc9\x8b\x72\x7d\x9c\x5a\ -\x83\xe7\xf2\xda\x0f\x3c\xdf\xaa\x83\x07\x58\xd7\x36\x99\x9d\x56\ -\xb7\x5c\x9f\x9a\x66\xc0\xd8\x8c\x9e\x54\x65\x92\x08\x06\x6e\x32\ -\x45\xe0\x54\xd0\x4c\x08\x6d\xc0\xfa\x9a\x7f\x8f\xb2\x2f\x16\x69\ -\x9b\x84\x40\x61\x61\x3b\x87\x4b\xdf\x09\xa1\xff\xc1\xe6\x25\x06\ -\xea\x6d\xf0\xb0\xb6\x1c\x9a\x97\x18\x28\x6d\x0f\x3f\x85\x3d\x7a\ -\x63\x51\x64\x83\x00\xed\xe1\x0d\x58\xdb\xea\xea\x93\x00\xed\x0d\ -\x35\x84\xa9\xb8\xcf\xbb\x5d\x12\xf9\x6c\x11\x85\x5c\x5e\xb5\xc2\ -\x63\x9f\xf6\x7a\x79\x8b\x1b\x23\x35\xc0\xb6\x00\xdb\xa4\x06\xd8\ -\x16\x60\x9b\xd4\x00\xdb\x02\x6c\x93\x78\x03\xaa\x1e\x84\x1e\xce\ -\xe8\xde\x55\x8f\x6b\x08\xc7\x80\x3d\xd5\xfa\xe7\xf2\xfa\xa1\x56\ -\x31\x02\xaa\x50\x00\x26\x1a\x8b\xdc\x3d\xd7\x23\x3f\x6b\x8d\x15\ -\x22\x67\x79\xc6\xf2\x7a\x46\x21\x0b\xec\x32\x2d\x24\x80\x79\x1c\ -\xce\xba\x1d\x32\x15\xe6\x47\x55\x4e\x82\xbe\x93\x6a\xd9\x25\x90\ -\x9b\xd6\x61\x85\xa7\xd8\x19\x3c\x40\x0b\x1e\xaf\x73\x33\x7a\xd5\ -\x64\x92\x40\x03\xb2\xd3\xda\x87\x30\x68\x32\xf1\x06\xc9\xa0\x8c\ -\xe4\x66\xb5\xc7\x54\x02\x9f\x01\xb9\x37\x7a\x40\x84\x7b\xa6\x12\ -\xd6\x40\x06\x8f\xc7\x8f\xa6\x74\xa7\x89\xe0\x3e\x03\xb4\x81\x21\ -\xc0\x48\xb2\x08\xb4\xac\x64\xb8\x62\x22\xb0\xcf\x00\x07\x4e\x9b\ -\x48\x14\x03\x46\x74\xf9\x67\xc0\x16\xbd\xe5\x15\x43\xba\x42\x5f\ -\x88\x14\x1d\x0e\x99\x10\x92\x29\xd2\x8a\x30\x59\xee\xb9\xc6\xf0\ -\x11\x27\x88\xd0\x06\x5c\xea\x90\x9a\x0f\x3a\x95\xb8\x3f\xab\x64\ -\x3c\x13\x91\x2b\x93\xf8\xa3\x70\x6a\x80\x6d\x01\xb6\x49\x0d\xb0\ -\x2d\xc0\x36\xa9\x01\xb6\x05\xd8\x26\x35\xc0\xb6\x00\xdb\xa4\x06\ -\xd8\x16\x60\x9b\xd4\x00\xdb\x02\x6c\x53\x4b\x7d\x80\x2d\x0e\x56\ -\xbb\xf1\xdd\x00\xcb\xa5\x0d\xc9\x9a\x01\xca\x5c\x69\x53\xb2\x0c\ -\x70\x18\xf7\x37\x25\x04\x81\xc2\x62\x13\xa3\xa5\xed\x49\x31\xa0\ -\xa8\xd0\x1f\x54\x37\x9c\x04\x03\x8a\xaa\x5c\x2e\x57\x2f\x5c\x4f\ -\xbb\x40\x68\xfe\x14\x4b\xf7\x77\x97\x2f\x96\xfe\x1f\x0d\xf8\x5b\ -\x2e\xef\x34\x32\x72\xa1\x5d\x16\x2a\x75\xf6\x5d\x35\xc7\xb0\xd7\ -\x9a\xe2\xa3\xdb\x25\xad\x71\x07\x0d\x7a\x07\x7c\x8b\x3b\x49\x4c\ -\x7c\x35\x11\xd4\x67\x80\xc0\x4b\x13\x89\x22\xa3\xbc\x32\x11\xd6\ -\x67\x40\xd1\xe3\x16\xb0\x62\x22\x59\x04\xbe\x37\x38\xdc\x31\x11\ -\xd8\x67\xc0\xc5\x23\xf2\x4e\xd9\x12\xb5\x01\xff\x50\xdc\xf3\x9d\ -\xf2\xc5\x44\xe8\xc0\x73\xc0\xe7\x4e\x6e\x0b\x3c\x31\x91\x30\x34\ -\xca\xb0\xdb\x2d\xcf\x4c\x85\x0f\x34\xe0\x86\x88\x37\xdf\x49\x9f\ -\xc2\x75\xec\x2d\x87\x1f\xa2\xf4\xb9\xdd\x32\x64\x32\x49\xd5\x2f\ -\xae\x0f\xde\x6a\x7b\xc6\x61\x50\xe1\x38\xb0\xdb\xa4\x98\x75\x41\ -\x05\x0f\x26\x64\x95\x9b\xee\x51\xf9\x64\x3a\x5f\x4a\x4a\x4a\xb2\ -\xf9\x0d\x8d\x4e\xc2\x14\xb6\x6c\x61\x58\x00\x00\x00\x00\x49\x45\ -\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\xe2\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\x94\x49\x44\x41\x54\x58\x85\xed\ -\x97\xc1\x4a\x02\x51\x14\x86\xff\x73\x19\xc1\x8d\x2d\x12\xf3\x25\ -\x12\x34\xd4\x19\x2c\x7a\x01\xa3\x07\x09\x72\x15\xd6\x23\x64\xd0\ -\x22\x83\xf6\xe1\x33\xf8\x02\x41\x32\x37\x45\x13\x7b\x09\x95\x82\ -\x70\x23\x28\xf7\xb4\x68\x46\xa6\x1a\x47\xd2\x19\x0d\x9a\x7f\x75\ -\x39\x73\x38\xff\x77\xef\xb9\x0c\xf7\x00\xff\x5d\xf4\x3d\xd0\x6c\ -\x76\xf6\x95\xa0\x73\x00\x06\x80\x84\x4f\x3e\x43\x00\xa6\x50\x5c\ -\xc9\xe5\x32\x8f\x73\x01\xcc\x56\xf7\x8c\x88\xaf\xdc\xc0\x7c\x92\ -\x22\x46\x39\x9f\x4d\x5f\xff\x00\x30\x5b\xcf\x07\x44\x78\x00\xf0\ -\xce\x84\x92\x1a\x6b\xf5\x42\x61\xf7\xcd\x0f\xd7\x46\xe3\x65\x5b\ -\x44\xa7\x45\x62\x54\x01\x6c\x09\xc5\x87\xf6\x49\x68\x33\x12\x42\ -\x19\x00\x31\xa1\x64\xec\xa5\x6b\x7e\x18\xdb\xb2\x36\x52\x93\xed\ -\x2e\x81\xf9\xde\x6a\xf1\x31\x00\x08\x47\x9e\x01\x00\x6a\xac\xd5\ -\xfd\x34\xff\xa2\xc9\xd8\xae\xad\xdb\x21\x27\x40\xc2\x41\x1b\x88\ -\x74\x5d\x7f\xb5\x96\x3b\x6e\x00\x1b\x51\x08\x10\x02\x6c\x1c\x40\ -\x5b\x94\xf0\xd4\xea\x9c\x30\xd1\x25\x80\xd8\x2f\x6b\x8f\x88\xf9\ -\x22\x9f\xcd\xdc\x79\x25\x79\x9e\x80\x69\xf6\x92\x4c\x74\xbb\x84\ -\x39\x00\xc4\x98\xa8\x6a\x9a\xbd\xe4\xd2\x00\xeb\x90\x27\x80\x61\ -\xa4\xfa\xc4\x7c\x0a\x60\xb4\x44\xed\x11\x31\x97\x0c\x23\xd5\xf7\ -\x4a\x5a\x78\x07\xac\x1e\x7a\xf6\x71\x15\xfd\xed\x16\x84\x00\x21\ -\xc0\xba\x01\x86\xc0\xe7\x03\x32\x28\x33\x29\x65\xdc\x5a\x0e\xdc\ -\x00\x4c\x00\x10\xd1\x69\x31\x28\x00\x44\xa2\x76\x6d\x69\x87\x66\ -\x3f\x22\xa1\xb8\xa2\x04\x1d\x11\xa3\x2a\xdb\x5d\xc2\x64\x5c\x77\ -\xbc\xe1\x56\x92\x94\x32\x8e\x48\xb4\x08\xe6\x1b\x00\x4a\x28\xae\ -\xd8\xdf\xdc\x06\x93\x0a\x82\xbb\x1b\xf3\x07\x13\x5b\x8e\xd1\x4c\ -\x87\xe3\xf5\xba\xa2\x06\x00\xa4\xdb\x68\x16\xea\x03\x9a\x3d\x88\ -\x0b\x0a\x0d\x0e\x7c\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\ -\x82\ -\x00\x00\x00\x87\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x39\x49\x44\x41\x54\x58\x85\xed\ -\xce\x31\x11\x00\x30\x08\x04\x41\x26\x62\xd0\x89\x0d\x24\xe2\x22\ -\x22\xa0\xdc\xeb\xff\x67\x23\x16\x65\x4f\x65\x4f\x6d\x3e\xde\x66\ -\x7c\x11\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ -\xc0\x07\x7a\x94\x04\x8f\x1f\xe4\xa2\x3f\x00\x00\x00\x00\x49\x45\ -\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\xf9\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\xab\x49\x44\x41\x54\x78\x9c\xed\ -\xd0\x31\x15\x80\x30\x00\xc4\x50\x8a\x89\x2a\xc0\x1a\xa2\xb0\x86\ -\x02\x54\x94\x15\x07\x9f\x21\xd9\x6e\xba\xbc\x8c\x0d\x71\x5c\xcf\ -\xfa\xee\xfb\x9c\x43\x78\xec\xe2\xf4\x4f\x14\x40\x0b\x68\x0a\xa0\ -\x05\x34\x05\xd0\x02\x9a\x02\x68\x01\x4d\x01\xb4\x80\xa6\x00\x5a\ -\x40\x53\x00\x2d\xa0\x29\x80\x16\xd0\x14\x40\x0b\x68\x0a\xa0\x05\ -\x34\x05\xd0\x02\x9a\x02\x68\x01\x4d\x01\xb4\x80\xa6\x00\x5a\x40\ -\x53\x00\x2d\xa0\x29\x80\x16\xd0\x14\x40\x0b\x68\x0a\xa0\x05\x34\ -\x05\xd0\x02\x9a\x02\x68\x01\x4d\x01\xb4\x80\xa6\x00\x5a\x40\x53\ -\x00\x2d\xa0\x29\x80\x16\xd0\x14\x40\x0b\x68\x0a\xa0\x05\x34\x05\ -\xd0\x02\x9a\x02\x68\x01\x4d\x01\xb4\x80\xa6\x00\x5a\x40\x53\x00\ -\x2d\xa0\x79\x01\x60\x91\x04\x80\xa2\x66\x41\x24\x00\x00\x00\x00\ -\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\xfc\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\xae\x49\x44\x41\x54\x58\x85\xed\ -\x93\x31\x6b\x14\x51\x14\x85\xbf\xf3\x16\x82\xb2\x20\xda\x58\x58\ -\x19\xb0\x0c\x28\xd9\x98\xd2\x4e\x14\x49\xa9\xb1\x88\xc6\x6c\xb4\ -\xcf\x2f\x10\x8c\xbf\x40\x6c\xd2\xa8\x13\x82\x85\x28\x56\x5a\x28\ -\x29\x53\x18\x76\x89\x24\x90\x32\x10\x1b\x85\x54\x8a\x10\x34\x09\ -\x33\x27\xc5\xce\x6c\x82\x9b\x6c\x66\x16\x35\xcd\x7c\x30\xf0\x78\ -\xef\xce\x39\xe7\xce\x7d\x03\x25\x25\x25\x25\xc7\x8c\xb2\x45\xd4\ -\xf4\x77\xe0\xf4\x7f\xf2\xfd\x51\xbf\xac\x33\x00\x61\xdf\x66\x38\ -\xa4\xf8\x5f\x10\x3a\x16\xf1\x0e\xfd\x98\x45\x00\x0c\x40\x02\xc4\ -\x7f\xe3\xb1\x48\x52\x4d\x0c\x9f\xe2\x1d\xfa\x33\xdf\xf6\x08\x00\ -\xe6\x56\x5c\x8d\xb7\x78\x8b\xb8\xe6\xd6\x61\xd2\x8e\xd3\x23\x06\ -\x69\xaf\xd1\x0f\x95\x3e\x6e\x8e\x5f\xd4\xe6\x81\x01\x00\x5e\xaf\ -\xba\x6f\xf3\x17\x73\xc0\xed\x74\xab\xf7\x10\x42\x24\x84\xd4\xe5\ -\x55\xf5\x24\xf7\x46\x07\xb4\xbd\xbf\xa4\x63\xee\xa3\x03\xda\xae\ -\xae\x33\x26\x33\xd3\xae\x51\x67\xd0\x5c\xe6\x6e\x99\xcb\xcc\x54\ -\xd7\xb9\xf3\xa7\x79\xab\xec\x10\x6c\x6b\xb6\xc9\x34\xe2\x61\x5a\ -\x99\xe0\x9c\x5f\x22\x33\x07\x2c\x1e\xd7\x6b\x3c\x92\x74\xe0\xbb\ -\x47\x76\x16\x35\x3c\x85\x78\x92\xe5\xa2\x35\x92\x6e\x84\x4c\x57\ -\x62\x6a\x62\x48\x4f\xbb\x67\xcd\x41\xd4\xf4\x5d\x20\x02\x2a\x5d\ -\x43\x88\x80\x11\x10\xdb\x4c\x4c\x0e\xeb\xe5\x51\xda\xb9\x67\xfb\ -\x62\xc9\x23\x4a\x78\x03\x9c\x10\xd8\x9d\x21\xb2\xce\x7f\x3b\x70\ -\x6b\xb2\xa6\xf7\x79\x74\x0b\x5d\xae\xd9\x86\xaf\x58\xbc\x03\x4e\ -\x21\x8c\xd3\x10\x7b\x9d\xff\x24\x30\x52\xaf\x69\x21\xaf\x66\xe1\ -\xdb\x1d\x35\x7c\x09\xf8\x88\x38\x9b\x86\xc8\x34\x36\x30\xd7\xeb\ -\xc3\x5a\x2e\xa2\x57\xfc\xf7\x02\x9e\x2d\xf9\x42\xc5\xcc\x63\xce\ -\xa7\x2a\x5f\x62\x71\xf5\x41\x4d\x6b\x45\xb5\x7a\x0a\x00\xf0\xfc\ -\xb3\xcf\x85\x98\xaf\x88\x95\x24\x70\xe3\xfe\xa0\xbe\xf5\xaa\x55\ -\x52\x52\x52\x72\xac\xec\x02\x6f\xc9\x93\x54\x6e\x69\x46\xc3\x00\ -\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\xc8\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x7a\x49\x44\x41\x54\x58\x85\xed\ -\xd2\x21\x0e\x02\x31\x14\x84\xe1\xff\x75\xef\x40\x16\x8f\xdc\x43\ -\xf4\x26\x08\xcc\x1e\x09\x81\xe6\x0c\xc8\x3d\x03\x1e\xdd\xa4\x77\ -\x20\x0f\xd5\x9a\x26\xb8\xb6\x66\x3e\x37\xc9\x4b\x66\xc4\x03\x11\ -\x11\x91\xc9\xac\xc9\x31\x2e\x5d\x1b\x8f\xe3\x0b\x78\x33\x60\xbd\ -\x6c\x31\xb8\x3d\x1d\xce\x5d\x07\x40\x06\xbb\xa6\xcf\xfb\x05\x10\ -\xea\x12\xb7\xfb\x80\x72\x80\x13\xf8\xa3\x84\xf0\xef\x72\x84\x3a\ -\xc0\xcd\x77\x83\x34\xa0\x33\x63\xe1\x56\xc2\xf4\x27\x14\x11\x11\ -\x99\xee\x07\xac\x05\x19\x0b\x9a\x81\x37\x5e\x00\x00\x00\x00\x49\ -\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x06\x6c\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x06\x1e\x49\x44\x41\x54\x78\x9c\xed\ -\x9b\xcb\x73\x53\x75\x14\xc7\x3f\xe7\x47\x19\x40\xa4\x20\x20\x3a\ -\xe3\xca\x2d\x54\x5e\x79\x15\x74\x94\x77\x0b\x94\xc2\x1f\xe0\xd8\ -\x24\x75\xe7\xce\x15\x2e\x74\xe1\xb0\x70\xe3\x52\x57\xf4\x11\xfe\ -\x02\x47\x85\x81\x3e\x01\x79\xb4\x49\xeb\x88\x8f\x95\xe3\x30\x8c\ -\x2b\x45\x50\xca\xab\x05\xf2\x3b\x2e\x9a\x74\x4a\x92\xf6\xfe\x6e\ -\x72\x6f\x1b\xc7\x7e\x97\xbf\x7b\xee\x39\xe7\xfb\xe9\xf9\xfd\x6e\ -\x92\x26\xb0\xa4\x25\x2d\xe9\xff\x2c\xa9\xb4\x78\xe6\x86\xae\xce\ -\x3f\xe5\x43\x94\x63\xc0\x4a\x85\xeb\x0d\x96\xcf\xde\x4b\xc8\xcd\ -\x05\xee\xaf\x2a\x9d\x19\xd5\xd7\x9f\x19\x4e\x0a\xec\x02\x26\x81\ -\xb3\x8f\x56\xf1\xf9\x07\x4d\xf2\xa0\x34\xb6\x0c\x40\xd7\x15\x5d\ -\x23\x2b\xb8\x24\xb0\xa3\xe4\xd2\x3d\x15\x5a\xd2\x51\x19\x0d\xa9\ -\xef\x40\xd4\x93\xd5\x18\x42\x3f\xb0\xf6\xb9\x0b\xc2\x8d\xe5\xcf\ -\x78\xfb\xdd\x66\x99\x98\xbd\x6c\x4a\x13\x98\x15\x9c\xac\x60\x1e\ -\x60\xad\x28\x7d\xdd\x63\x9a\x08\xb4\xe3\x00\x35\xa7\x79\x00\x65\ -\xdb\x53\xc3\x47\xa5\xcb\x65\x00\x04\xda\xe7\xa9\xd1\x58\xaf\x10\ -\xe6\x35\x5f\x90\x0a\xc7\x4b\xd7\xca\x00\x28\xac\xf2\xa8\xd5\x28\ -\x4a\x5f\x26\xa7\x71\xff\x6d\x86\xa3\xae\x51\x8d\x7a\x99\x07\x10\ -\x58\x59\xba\x56\x09\xc0\x55\x87\x9a\x8d\x16\xfa\xeb\x01\x42\xd7\ -\xa8\x46\x8d\x61\x00\x0f\xf3\x00\x52\xc1\x5b\xf9\x16\xc8\x73\x0a\ -\xb8\xe7\x50\x7b\xd1\x21\xf8\x31\x0f\x4c\x68\x9e\x4f\x4b\x17\xcb\ -\x00\xa4\x9a\xe5\x57\x03\x87\x70\x87\xb0\x28\xdb\xa1\x60\xde\x73\ -\xec\x0b\x9a\xc0\xd0\x92\x6a\x96\x5f\x4b\x2f\x54\x7c\x1d\x00\x90\ -\xc9\x69\xdc\x42\x3f\xd0\xe8\x50\xe0\x1e\xca\xc1\x54\x5c\x72\x0e\ -\xb1\x35\xab\x77\x5c\x23\x6a\x19\x00\xd6\x39\x84\xdf\xc7\x70\x28\ -\x15\x91\x91\x4a\x17\xe7\x04\x00\xf5\x09\x21\x48\xf3\xe0\x01\x00\ -\xea\x0b\x42\xd0\xe6\xa1\xc2\x19\x50\xaa\x8e\x98\x64\x55\x38\x04\ -\x4c\x78\xc5\x02\x6b\x11\xfa\xbb\x46\x35\xea\x10\xeb\x4b\xdd\x63\ -\xba\x53\xf3\xf4\xe3\x68\xde\x58\x5a\xbc\xcc\x83\xc3\x04\xcc\x6a\ -\x20\x21\x4a\x1f\x8e\x93\x60\x2d\x07\x3a\x13\x32\xe6\x9a\xdf\xa3\ -\xf6\x4e\xb1\x0c\x20\xbc\xe4\x10\x7e\xdf\x58\x5a\x3a\x12\x72\xdd\ -\x25\xb7\xe7\x04\x14\x95\x8e\xca\x28\x86\x16\x1c\x27\xc1\x18\x06\ -\x82\x98\x04\xbf\xe6\x55\x69\x75\x35\x0f\x3e\x26\xa0\xa8\x9e\x71\ -\x6d\xc6\xd2\x07\xac\x71\x08\xff\xc7\x5a\x0e\x56\x3b\x09\x7e\xcc\ -\x0b\x3c\xb0\x4a\x4b\x3a\x2e\xd7\xfc\xd4\xf0\x0d\x00\xfc\x43\x10\ -\xc3\x81\x64\x44\xc6\xfd\xd4\x58\x08\xf3\x85\x7b\xab\x53\x98\x10\ -\x32\x39\xdd\x61\x95\xc1\xb0\xcd\x83\x8f\x33\xa0\x54\xa9\x88\x8c\ -\x18\x4b\x0b\x70\xdf\x21\x7c\x9d\x5a\x06\x7a\xc7\x35\xe2\x15\xe8\ -\xd7\x3c\xd0\x5a\xad\xf9\x42\x8e\xda\x94\x19\xd5\x5d\xd6\x70\x81\ -\x00\x26\xa1\x1a\xf3\xc9\x98\xb8\xbc\x79\x9b\x53\x55\x4f\x40\x51\ -\x1d\x09\xb9\xae\x4a\x2b\xae\x93\x90\xa7\xbf\x7b\x4c\x77\x96\x5e\ -\xc8\xe4\x74\x87\xc5\x7d\xcf\xe7\x85\xc3\xb5\x9a\x2f\xe4\x0a\x46\ -\xdd\x59\xdd\x6d\x84\x0b\x0a\x2f\x7a\x06\x2b\x7f\xab\xe1\x40\x3a\ -\x2a\xdf\x03\xf4\x64\x75\x3b\xc2\x20\xb0\xde\xa1\xd4\x43\x2b\xb4\ -\x76\x46\xe5\x4a\x8d\x2d\x03\x01\x02\x80\xea\x20\x88\xc5\x2e\x96\ -\x79\x08\x18\x00\xf8\x86\x30\x51\xe8\xc0\xe5\xd5\x65\xe0\xe6\x21\ -\x04\x00\x00\xbd\x39\x7d\x13\x38\xef\x04\xc1\x4d\x0f\x31\x1c\x4e\ -\x45\xe4\xbb\x80\xf2\xcd\x28\x14\x00\x10\x28\x84\xd0\xcc\x43\x00\ -\x4f\x81\xb9\x94\x8c\xc9\xd5\xbc\x70\xb8\xf0\xb8\xaa\x56\x0f\x45\ -\x39\x12\x96\x79\x08\x71\x02\x8a\xea\x1a\xd3\xb7\x8c\x72\x1e\x58\ -\xed\xf3\xd6\x87\xa2\x1c\x49\xc6\xe5\x72\x18\x7d\x15\x15\x3a\x00\ -\x28\x40\xb0\xf4\x21\x9e\x1f\xb9\x4f\x4b\x99\x14\x68\x09\xdb\x3c\ -\x84\xb8\x05\x66\xab\x41\x98\xc0\xf0\xc4\x35\x5e\x84\x27\xea\xf6\ -\xb6\xbb\x66\x85\x0e\x20\x33\xae\x5b\xad\x65\x08\x75\xfa\xf4\x16\ -\x00\x85\x46\x84\xc1\x9e\xac\x6e\x0f\xb3\x37\x08\x79\x0b\xcc\x98\ -\x87\x0d\x55\xa6\xb8\x8b\xb2\x3f\x15\x97\x1f\x82\xec\x6b\xb6\x42\ -\x9b\x80\xcc\xb8\x6e\x55\xcb\x20\xd5\x9b\x07\x58\x8f\x30\xd8\x35\ -\xaa\xdb\x82\xea\xab\x54\xa1\x4c\x40\xcf\x98\xbe\x21\xca\x90\xc2\ -\xc6\x80\x52\xde\xb5\x96\x7d\x9d\x09\xb9\x11\x50\xbe\x19\x05\x3e\ -\x01\x7e\xcc\xab\x30\x05\x4c\x39\xa4\x5d\x6f\x4c\x38\x93\x10\x28\ -\x00\x9f\x7f\xf9\xc7\xa2\xb4\x8a\x72\x08\x78\xe4\x10\xbf\x21\x0c\ -\x08\x81\x01\x38\x9d\xd3\x26\x3f\xe6\x8d\x70\x34\x15\x93\x8b\xc9\ -\xb8\x5c\x56\xe5\x08\x3e\x20\x64\xc6\x75\x6b\x8d\xed\xce\x28\x90\ -\x33\xe0\x74\x4e\x9b\x1a\x60\xd8\x8f\xf9\x8e\xa8\x0c\xcf\x5e\xec\ -\xce\xea\x3b\x22\x9c\x03\x5e\x70\xc8\x71\xc7\x18\xf6\x75\x44\xe4\ -\xc7\xaa\x1a\x9e\xa5\x9a\x27\xc0\xaf\x79\x35\xb4\x95\x9a\x07\x48\ -\xc7\xe5\x12\x70\x14\xc7\x49\xb0\x96\xa1\x20\x26\xa1\x26\x00\xa7\ -\x73\xda\xb4\x0c\xf7\xb1\x57\x43\x5b\x3a\x22\x43\x73\x05\xa4\x62\ -\x72\x11\x1f\x10\xd4\xd6\xbe\x1d\xaa\xde\x02\x45\xf3\xc0\xcb\x0e\ -\xe1\x8f\x45\x39\x96\x8c\xcb\xa0\x4b\xee\x9e\x9c\xee\x01\xce\xe1\ -\xfd\x75\x1d\x04\xfe\x52\x61\x5f\x2a\x2a\x3f\xb9\xe4\xae\x70\xbf\ -\x7f\xf5\x66\x75\x8b\x0a\xc3\xb8\x99\x9f\x14\xa5\xcd\xd5\x7c\x51\ -\x0b\x05\xc1\x37\x80\x85\x30\x5f\x54\x66\x4c\xf7\x5a\xe5\x2c\x21\ -\x42\xf0\x75\x06\xf4\x66\x75\x8b\xba\x8f\x7d\x4d\xe6\x01\x3a\xa2\ -\x32\x6c\x84\xa3\xc0\x63\xaf\x58\x85\x8d\xa2\x0c\x9d\xce\x69\x93\ -\x9f\x1a\xce\x00\x66\xcc\x0b\x9b\x1c\xc2\x27\xad\x8f\x3d\x3f\x9f\ -\x3a\xa2\x32\xac\x86\x36\x1c\x21\x34\xc0\xb0\x1f\x08\x4e\x00\xba\ -\x47\x74\xb3\x5f\xf3\x9d\x71\x19\x70\x6d\xc2\x4b\xe9\x88\x0c\x85\ -\x05\xc1\xf3\x0c\xe8\x1e\xd1\xcd\x62\x18\x76\x35\x0f\xb4\xa7\x62\ -\xd2\xef\x52\xdc\xaf\x7a\xb3\xba\x5f\x85\x6f\x70\x38\x13\x80\xdb\ -\x79\xd8\xf7\x7e\x4c\x7e\x9e\x2f\x68\x5e\x00\xf5\x64\xbe\xa8\x02\ -\x84\x6f\xa9\xf0\xad\xcf\x0a\xf2\x84\x30\x27\x80\xee\x11\xdd\x2c\ -\xcb\x18\x02\x5e\x71\x28\x34\x29\xc2\xf1\x64\x54\xfa\x1c\x62\x6b\ -\x96\x5f\x08\xa2\xec\x4d\xc6\xe5\x97\x4a\x17\x2b\x02\xf0\x69\x7e\ -\x4a\x84\xf6\x85\x32\x5f\x54\x50\x10\xca\x00\x64\xae\xe9\x6b\x76\ -\x39\x63\xc0\xab\x0e\x89\x17\xc5\x7c\x51\x5d\x59\x3d\x60\xa6\xcf\ -\x04\x6f\x08\xca\x9f\x0a\xd1\x74\x5c\x7e\x9f\xbd\x5c\xf6\x14\xb0\ -\xcb\xf9\x98\xff\x80\x79\x80\xce\xb8\x0c\xd8\xe9\x5f\xb5\x4c\x7a\ -\x06\x0b\x9b\x0c\x7c\x52\xba\x5c\xe9\x31\xb8\xc7\xa1\xf6\x94\x9a\ -\x85\xdb\xf3\xf3\xa9\xf0\xb8\x6d\xc7\x01\x82\x0a\x7b\x4b\xd7\xca\ -\x01\x08\x79\x8f\x3c\x53\x6a\x38\x9e\x8e\xc8\x05\xd7\x26\xc3\x56\ -\xe1\xc9\xe3\x02\xa1\xcc\x5b\x39\x80\xe9\x2f\x43\xce\xa5\x29\x94\ -\x13\xf5\x64\xbe\xa8\x54\x4c\xfa\x65\xfa\x17\x21\x73\x42\xd0\xe9\ -\x7f\xd1\x3d\xa7\xf2\xdf\x0c\x59\x4e\x01\xbf\x55\xb8\x7f\x0a\xe5\ -\x44\x2a\x2e\x65\x49\xea\x45\xc9\xa8\xf4\xcd\x03\xe1\x26\x0d\x9c\ -\x2a\x5d\x2c\x03\xd0\x91\x90\x3b\x4f\x84\x66\xe0\x0b\xe0\x56\xe1\ -\xf4\xfc\x5a\x85\xdd\xf5\x6c\xbe\xa8\x64\x54\xfa\x50\x76\x01\x5f\ -\x01\x7f\x00\xb7\x10\xbe\xd4\x65\x24\xd2\x3b\xe5\xf6\x22\xb7\xb7\ -\xa4\x25\x2d\xa9\xce\xf4\x2f\xa1\x75\xe0\x2d\xef\xd8\x39\xeb\x00\ -\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\xfe\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x02\xb0\x49\x44\x41\x54\x78\x9c\xed\ -\x9a\xbb\x8e\xd3\x40\x14\x86\xbf\x93\x65\xb5\x34\x6c\x81\x04\xca\ -\xa6\x8a\x36\x2e\x93\x34\x29\x29\x79\x01\x1a\x56\x7b\xc9\x42\x09\ -\x05\x8f\x40\xcb\x1b\x80\x04\x25\x97\xbd\x70\x91\x10\xaf\xb2\xde\ -\x32\x71\x99\x84\x22\x52\x44\x41\x81\x60\x87\x22\x14\xc1\xb1\x93\ -\xd8\x99\x19\xcf\x64\x73\xa4\x14\xb6\xc7\x7f\xe6\xfb\x74\x6c\xd9\ -\x23\xc3\xba\xd6\xb5\xae\xeb\x5c\x52\xf4\x04\x4c\xd7\x4e\xad\xf1\ -\x00\x78\x01\x8c\xae\x14\x4f\xbf\x47\x61\x38\x79\xfc\x46\x31\xd3\ -\xb2\x53\x95\x5a\x73\x5f\xa1\x4e\x80\x12\x40\x49\x78\x0d\xdc\x9b\ -\x1c\x53\x2a\x62\x62\x36\x2a\x0e\xff\xaf\xb6\xe3\xe3\x56\x52\x40\ -\x0a\xfc\x1f\x11\x9e\xc7\xc7\xae\xdc\x25\x90\x06\xaf\x84\x83\x7e\ -\x27\xfc\x16\x1f\xbf\x52\x37\xc1\x59\xf0\x83\x4e\xf8\x39\xe9\x9c\ -\x95\x11\x90\x07\x1e\x56\x44\x40\x5e\x78\x58\x01\x01\xcb\xc0\x83\ -\xe7\x02\x96\x85\x07\x8f\x05\xe8\x80\x07\x4f\x05\xe8\x82\x07\x0f\ -\x05\xe8\x84\x07\xcf\x04\xe8\x86\x07\x8f\x04\x98\x80\x07\x4f\x04\ -\x98\x82\x07\x0f\x04\x98\x84\x07\xc7\x05\x98\x86\x07\x87\x05\xd8\ -\x80\x07\x47\x05\xd8\x82\x07\x07\x05\xe8\x86\x2f\x07\x8d\x87\xa2\ -\x78\x35\xde\x52\x4f\xfa\xdd\xcb\xaf\x93\xc7\x9d\x5a\x11\xd2\x0d\ -\x5f\xa9\x35\xf7\x45\x71\x0e\xdc\x19\xff\xe4\x4d\x7c\x8c\x33\x02\ -\x4c\xc0\x27\xe4\x4d\x95\x13\x02\x2c\xc1\x5f\x29\x51\xcf\xe2\x63\ -\x0b\x5f\x13\xb4\x05\x8f\xe2\xd1\xa0\x7b\xf9\x29\x3e\xbe\xd0\x9b\ -\xa0\x4d\xf8\x7e\x14\x9e\x24\x9d\x53\x98\x00\x17\xe0\xa1\x20\x01\ -\xae\xc0\x43\x01\x02\x5c\x82\x07\xcb\x02\x5c\x83\x07\x8b\x02\x5c\ -\x84\x07\xd8\xc8\xfa\xc7\x79\xca\x16\xbc\x28\x8e\xfb\x51\x78\x9a\ -\x25\xcb\x78\x07\xd8\x84\xef\x65\x84\x07\xc3\x02\x5c\x87\x07\x83\ -\x02\x7c\x80\x07\x43\x02\x7c\x81\x07\x03\x02\x7c\x82\x07\xcd\x02\ -\x7c\x83\x07\x8d\x02\x7c\x84\x07\x4d\x02\x7c\x85\x07\x0d\x02\xec\ -\xc1\x4b\xbb\x17\x5d\x9c\x65\xcd\x2b\x07\xf5\x3d\x51\xf2\x72\xbc\ -\xa5\x79\x4d\xd0\x75\xf8\x9d\xa0\xde\x16\x25\x67\x98\x58\x13\xf4\ -\x01\x1e\x25\x6f\x99\xc3\x98\x6b\x49\xcc\x79\xf8\xdd\xc6\x11\x8a\ -\x38\xbc\x9e\x35\x41\x2f\xe0\x85\x77\xf1\x3c\x2d\x6b\x82\x3e\xc3\ -\xa7\xbd\x22\x2f\xfc\x3a\xec\x3a\x7c\x65\xb7\x71\x88\xf0\x7e\x3a\ -\x6f\xf6\x2b\xf2\x42\x1d\xe0\x03\xbc\x4a\x81\x9f\xf7\xdc\x30\xb7\ -\x03\xac\xc1\x23\x47\xbd\xe8\xe2\x3c\x73\xde\x12\xf0\x30\xa7\x03\ -\xac\xc2\x77\xed\xc3\xc3\x8c\x0e\x70\x1f\xbe\x79\xa0\x84\x0f\x53\ -\x79\x4a\xda\xbd\x28\x5c\xf8\x32\x4a\xec\x00\x3f\xe0\x55\x0a\x7c\ -\xb6\x7b\xc8\x54\x07\x94\x83\xfa\x1e\x70\x8a\x26\xf8\x94\xbc\xdc\ -\xf0\xa9\x79\x39\x6f\xa0\xff\x77\x40\xab\xb5\xb9\x33\xfa\x35\x04\ -\x6e\x4d\xec\xcd\xff\x65\x46\x72\x5e\x6e\x78\xed\x79\xc4\x9e\x93\ -\xab\xc3\xe1\x06\xb0\x35\xb1\x6b\xa9\xcf\x52\x12\xf2\x96\x9a\xac\ -\xee\x3c\x88\x5d\x02\xa3\xd1\xe8\xf7\xf6\xed\xbb\x3f\x40\xee\x03\ -\x3f\x95\xc8\xf1\xa0\x13\x7e\xc9\x1b\x3e\x9d\xa7\x1e\xf7\xbb\xe1\ -\x47\x57\xf2\x52\x2b\x08\x82\x2d\x5a\xad\x4d\x57\xf3\xaa\xd5\xea\ -\x4d\x9d\x79\xeb\x5a\xd7\x35\xae\xbf\x70\x07\x88\xca\x6e\x32\x00\ -\xc4\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\xa7\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x59\x49\x44\x41\x54\x58\x85\x63\ -\x60\xa0\x00\x48\xa9\xe8\x35\x48\xa9\xe8\x35\x50\x62\x06\x13\x25\ -\x9a\xa9\x01\x46\x1d\x30\xea\x80\x51\x07\x8c\x3a\x60\xd4\x01\xa3\ -\x0e\x18\x70\x07\xb0\x50\x6a\xc0\x7f\x86\xff\x0e\x94\x54\xc9\x43\ -\x3f\x04\x18\x19\x18\x0f\x3c\xbb\x73\xa9\x81\x5c\xfd\x03\x1e\x02\ -\xa3\x0e\x18\x75\xc0\xa8\x03\x46\x1d\x30\xea\x80\x51\x07\x0c\xb8\ -\x03\x00\xa3\x67\x09\x1b\xe8\xa5\xf1\x5c\x00\x00\x00\x00\x49\x45\ -\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\x86\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x38\x49\x44\x41\x54\x58\x85\xed\ -\xce\xb1\x11\x00\x30\x08\x03\x31\x2e\x5b\x50\x53\xb3\xff\x78\x64\ -\x08\x28\xf5\xbd\x7d\x8a\x58\x94\xd5\x93\xd5\xb3\xf9\x78\x9b\xf1\ -\x45\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ -\x1f\xa8\x8e\x03\x0f\x45\xdc\xe9\x1c\x00\x00\x00\x00\x49\x45\x4e\ -\x44\xae\x42\x60\x82\ -\x00\x00\x01\xa0\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\x52\x49\x44\x41\x54\x58\x85\xed\ -\xd1\xb1\x4b\x1b\x61\x1c\xc6\xf1\xef\xef\x45\x2a\x88\x48\xa1\x60\ -\x57\xdd\x83\x49\x73\x89\x09\x74\x73\x92\x6a\xb6\xae\xe9\xe2\xa0\ -\xd0\xb5\xd0\x4d\x87\x96\x82\xab\xd0\x4d\xec\x92\xc1\xa1\x6b\xa1\ -\xb8\x08\x8a\x98\x4b\x73\x77\xb9\xe2\xec\xe2\x5f\x20\x82\xa0\xa4\ -\x79\x3a\x98\x42\x97\xf4\x92\x9b\x84\xbe\x9f\xed\x8e\x87\x87\xe7\ -\xc7\x0b\x9e\xe7\x79\xde\xff\xce\xb2\x02\x61\xb7\xb7\x0f\x04\x4e\ -\xd6\xac\x56\x8b\x17\xe3\x94\x9e\x27\xc9\x82\xc9\x5a\x86\x5d\x2f\ -\xbf\x58\x5a\x37\x33\x8d\xca\xba\xcc\x85\xc6\x53\x8c\xd2\xc0\xe9\ -\x2c\x8c\xd2\x95\xac\x7c\x3b\xfa\x19\x38\x59\xdb\xc4\x4b\xa4\x67\ -\x59\xf9\xcc\x01\xfd\xbb\xdb\x26\xd2\x57\x60\x0e\xf4\x3d\x8c\xd3\ -\x37\xa3\xb2\x61\x37\x59\x33\x06\x27\x88\xe7\xc0\xf1\x13\xa7\xd5\ -\x7f\x5d\x0f\x63\x3c\x01\x80\x24\xf7\x23\xee\xed\x0a\x7b\xf7\xf0\ -\xcd\x4e\x2d\x28\x7e\xf8\xbb\x3c\x8c\x7b\x5b\x88\xcf\x80\x13\xb4\ -\x66\xa7\xa7\x36\x0a\x85\xc2\x7d\x56\xf7\x58\x03\xfe\x68\x47\xc9\ -\x5b\xc3\xf6\x00\x67\xf0\xc5\xa9\xbf\x19\x04\xc1\xaf\x4e\x94\x7e\ -\xc2\x78\x3f\x1c\xf7\xb1\x16\x14\xb7\xb3\x2e\xcf\x35\x00\xa0\x13\ -\xa5\x0d\xa1\x43\x60\x06\x38\xc5\xec\x06\xe9\x15\xd0\x97\xb1\x59\ -\x2f\x97\x0e\x26\xe9\x9b\x78\x00\x40\x18\xc7\x15\xe4\xbe\x01\xf3\ -\xc3\x5f\x37\x12\xaf\xeb\x95\xd2\xd1\xa4\x5d\xb9\x06\x00\x84\x69\ -\xba\x48\x5f\x97\xc0\x15\x36\x68\xd4\xca\xe5\x34\x6f\x57\x6e\x92\ -\x4c\x52\xee\x23\x3c\xcf\xf3\xbc\x47\xe1\x37\xc4\x45\x76\x7a\x7d\ -\x03\x4c\x4b\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\x4d\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\xff\x49\x44\x41\x54\x78\x9c\xed\ -\xd6\xb1\x2e\x04\x51\x1c\x85\xf1\xef\xce\x6c\x42\x14\x1a\x36\x5a\ -\x85\xe8\x24\x0a\x0f\xa0\xe3\x01\xbc\x81\x68\xb7\xf1\x00\xec\x03\ -\x6c\xb3\x9d\x56\xaf\x94\xd0\x79\x05\xa5\x44\x42\x43\x22\x1b\x8d\ -\x42\x16\x63\xae\x56\xee\xa0\x9b\xbb\x89\xf9\x7e\xe5\xf9\x4f\x71\ -\xe6\x34\x33\x20\x49\x92\x24\x49\x92\x24\x49\x92\x24\x75\x42\xf8\ -\xf3\x1a\x63\xd8\x3e\xa6\xcc\xd4\xa5\x15\x57\x50\x33\x0c\xf5\x6f\ -\xf7\x1f\x07\x58\x3f\x79\x58\xae\x43\x6f\x14\x60\x0f\x58\x68\xab\ -\x5c\x26\x53\xe0\xbc\x28\x8b\xc1\xcd\x7e\xff\x31\x3d\x36\x06\x58\ -\x1b\x3f\x2f\x86\xf9\xea\x1a\x58\xcd\x50\x2e\xa7\x49\x15\xd8\xb8\ -\x3b\x58\x79\xfa\x1e\x16\xe9\x53\x61\xee\x73\xc8\xff\x7b\x79\x80\ -\x7e\x2f\x32\x4a\xc3\xc6\x00\x04\x76\xb2\xd4\x99\x85\xc0\x6e\x1a\ -\x35\x07\xe8\x98\xe6\x00\x91\xcb\x19\xf4\xc8\x23\x72\x91\x46\x8d\ -\x01\xe2\x5b\x79\x04\xdc\xe7\xe8\x93\xd9\xa4\x0a\x1c\xa6\x61\x63\ -\x80\xdb\xc1\xd2\x4b\xf9\xfe\xb1\x15\xe1\x14\x78\xcd\x52\xad\x5d\ -\x53\xe0\xac\x28\x8b\xcd\xf4\x0b\x00\xfe\x08\x49\x92\x24\x49\x92\ -\x24\x49\x92\x24\x49\x5d\xf1\x05\x7c\xf4\x34\x43\xe5\xea\xbf\xa4\ -\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\x07\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\xb9\x49\x44\x41\x54\x58\x85\xed\ -\x94\xc1\x4b\x14\x61\x18\x87\x9f\x77\x66\xb5\x45\x41\xf3\xb0\xbb\ -\xd4\x82\x87\xda\xd9\x43\x17\x3b\x1b\x9e\x23\xf2\xd8\x25\x0a\x42\ -\x3a\x28\x84\xf5\x27\x94\x7f\x42\x12\xd5\x8e\x1e\x84\x82\x40\x3a\ -\x14\x14\x91\x37\x21\x8f\x1d\x02\x2f\x46\x90\x17\xab\x99\x3a\xec\ -\x45\xc1\xd6\x9d\x5f\x87\xdd\xcd\xb5\x51\x69\xa7\x0d\x11\xe6\x81\ -\x81\x61\xbe\xf7\xfb\xbd\xcf\xf7\x32\x33\x90\x92\x92\x92\x72\xc4\ -\x58\xd2\x8d\xe5\x47\x3f\x8a\x72\xeb\xaf\x81\x11\xc7\x75\x8a\x6b\ -\x37\x73\x5f\x92\xe4\x38\x49\x36\x9d\x79\x1c\x7a\x72\xeb\xef\x80\ -\x11\x80\xa8\x1e\xad\x9c\x9d\x0f\x4b\x49\xb2\x3a\x9e\x80\xe7\x87\ -\xe7\x41\x6f\x81\x3c\x52\x33\xc5\x00\x02\x8b\xb8\xf8\x71\xaa\xf0\ -\xa1\x93\xbc\x8e\x26\x50\x9e\x0b\xc7\x40\xcb\x40\x1e\x10\x66\xf5\ -\xc6\x85\x80\x82\x1c\x96\x1b\x35\xff\x41\xc0\xf3\xbf\x8d\x4b\x5a\ -\x02\x06\x00\x01\xd1\xef\x45\x11\x35\x9f\x0d\x4a\x5a\xf2\x2a\xdf\ -\x2f\x77\x55\xa0\x34\x17\x5c\x07\x7b\x01\x64\x63\xcd\x77\x69\x49\ -\x64\xb1\xe8\x65\xc9\x0f\xae\x75\x45\xc0\xab\x84\xb7\x4d\x3c\x01\ -\xdc\x43\x9a\xff\x29\xe1\x1a\x3c\xf5\xfc\x70\x3a\xb9\x80\x64\x65\ -\x3f\x98\xc1\x74\xbf\x2d\xfc\xb0\xe6\xed\x12\xcd\x3a\xcd\x96\x2b\ -\xc1\x3d\xa4\x03\x5f\xf6\xfd\x17\xee\xca\x29\x9d\x0e\x67\xcd\xb8\ -\xd5\x16\xaa\xbf\x68\xbe\x8b\x30\xac\x71\x40\xa1\x07\x9f\x36\x0a\ -\x77\x98\xb1\xd8\x01\x62\x02\xe7\x16\x57\x7b\x6b\xd5\xdc\x02\x70\ -\x35\x71\xf3\xbd\xf9\xad\x29\x3f\x1b\x50\xfe\xc6\xfb\x49\xab\x1d\ -\x28\x70\xaa\xb2\xd1\xd7\x6f\x99\xe7\x06\x97\x40\x20\x8b\x9a\x9f\ -\x58\x72\x84\x61\x72\x68\x04\xbd\xd9\xd4\xce\x95\xaf\x93\xc5\xad\ -\x98\xc0\xf0\xc3\xea\x50\x36\xb3\xfd\x4a\x30\x8a\x00\xfb\xa7\x93\ -\xc7\x25\xc0\xc1\x40\xb0\xb2\xd3\xd3\x3b\xbe\x3e\x31\x54\x05\xc8\ -\xb4\x6a\x4e\x64\xb6\x3f\x0b\x06\xdb\xb4\x12\xfd\xa6\xf7\xc5\xf6\ -\xdc\x5e\xe8\xa9\xfd\x5c\x07\x4e\x76\xb7\x49\x4a\x4a\x4a\xca\x71\ -\xe5\x17\x26\xd1\x97\xb0\x34\xd1\x1b\x0c\x00\x00\x00\x00\x49\x45\ -\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\xc0\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x72\x49\x44\x41\x54\x78\x9c\xed\ -\xd0\xb1\x0d\x83\x40\x10\x04\xc0\x7d\x8a\xb0\xdc\x08\x8d\xd0\x81\ -\xe5\x88\x8a\x08\xe9\x82\x22\xa8\x04\xb9\x09\x48\x11\xfa\x14\x90\ -\xcc\x4c\xb8\xba\x60\x6f\x13\x00\x00\x00\x00\x00\x00\xe0\x09\xca\ -\x31\x18\xe7\xb5\x4b\x32\xa4\xe4\x75\x43\x9f\x33\x2d\x49\xbe\x9f\ -\xb6\x4c\xfb\xb0\xa9\x1c\xfe\xe3\xf3\x49\xf2\x4e\x32\x1c\xc3\xda\ -\x00\x8f\x52\x1b\xa0\xcf\x9a\xdf\xe5\x4d\xce\xb7\x24\xe9\xef\x2e\ -\x01\x00\x00\x00\x00\x00\x00\x00\x5c\x6f\x03\xb1\xf5\x0b\x08\x44\ -\x2d\xda\x51\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\xef\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\xa1\x49\x44\x41\x54\x78\x9c\xed\ -\xd0\x41\x0d\x00\x20\x10\xc4\x40\x82\x7f\x0f\x08\x42\xd4\x21\x63\ -\x78\x74\x0c\x6c\xb3\x6b\x41\xe7\xce\x9c\x3b\x23\x1b\xb6\x1c\xff\ -\x41\x07\xe8\x00\xad\x03\x74\x80\xd6\x01\x3a\x40\xeb\x00\x1d\xa0\ -\x75\x80\x0e\xd0\x3a\x40\x07\x68\x1d\xa0\x03\xb4\x0e\xd0\x01\x5a\ -\x07\xe8\x00\xad\x03\x74\x80\xd6\x01\x3a\x40\xeb\x00\x1d\xa0\x75\ -\x80\x0e\xd0\x3a\x40\x07\x68\x1d\xa0\x03\xb4\x0e\xd0\x01\x5a\x07\ -\xe8\x00\xad\x03\x74\x80\xd6\x01\x3a\x40\xeb\x00\x1d\xa0\x75\x80\ -\x0e\xd0\x3a\x40\x07\x68\x1d\xa0\x03\xb4\x0e\xd0\x01\x5a\x07\xe8\ -\x00\xad\x03\x74\x80\xd6\x01\x3a\x40\xeb\x00\x1d\xa0\x75\x80\x0e\ -\xd0\x3a\x40\x07\x68\x1d\xa0\x03\xb4\x07\x71\xa2\x07\x4f\x7a\x32\ -\x54\x87\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\x0c\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\xbe\x49\x44\x41\x54\x58\x85\xed\ -\x94\x3d\x8b\x13\x51\x18\x85\x9f\x33\x46\x76\x21\x20\xda\x58\xd8\ -\xd9\x0f\x4c\xb2\xd1\xa4\x70\xb1\x55\x64\xd1\x46\x2b\x15\xfc\x07\ -\xfb\x0b\x04\xf5\x17\x88\xcd\x96\x36\x16\x8a\x58\x69\xa1\xb5\x82\ -\xc9\xe2\x26\x19\xcb\x85\x85\x20\x28\x58\x29\xc2\xc2\xba\x3a\xf7\ -\x58\xcc\x64\x09\x66\x3f\x92\xf8\xb1\xcd\x3c\x30\xf0\xce\xf0\xce\ -\x39\x67\xde\x7b\xe7\x42\x49\x49\x49\xc9\x21\xa3\x61\xd1\x59\xeb\ -\x7f\x01\x8e\xff\x27\xdf\xaf\xad\x46\xed\x04\x40\x34\x7c\xe2\x91\ -\xfa\x5f\x33\xea\xb5\x53\x84\xef\x95\xd3\x40\xbb\x68\x40\x10\x80\ -\xec\xef\x5c\x0a\xde\xb1\xd7\xdb\xc2\x2b\xbf\x1b\x4d\x96\xa6\x69\ -\x75\xeb\xa7\x9f\x01\x17\x00\x24\x05\xdb\xe6\x0f\x90\x90\xed\xa8\ -\xb0\x7a\x39\x5f\xd1\xd5\x24\x49\x36\xc7\x26\x00\x90\x24\xc9\x66\ -\x75\xae\x72\xd9\xf0\x04\xc0\x0e\x91\x24\x31\x2b\x92\x42\xc8\xcd\ -\x05\x8f\xab\x73\x95\x2b\xa3\xe6\x63\x01\x00\xe2\x38\xde\xfe\xb0\ -\xb1\x7e\x1d\x79\x05\x84\xed\x88\x19\x42\x48\x12\x76\x24\x09\xe4\ -\x95\xc1\xc6\xfa\x8d\x38\x8e\xb7\xc7\xfa\xf6\x12\xb0\xad\x4e\x2f\ -\xbd\x2b\x73\xbb\x50\x0c\x4c\xba\x1c\x85\x79\x5e\x72\xef\x6c\x3d\ -\xb9\x23\x69\xd7\x77\x0f\xfc\xb2\xf6\xbb\x74\x59\xf2\xfd\x61\x2e\ -\xf2\xcd\xb9\x8f\x39\x11\xce\x75\x65\x2d\x37\xcf\x24\x0f\xf6\x6f\ -\x9f\x80\x76\xb7\x7f\x53\xe6\x21\x70\x44\x60\xef\x19\x42\x11\x58\ -\x40\x26\xb8\xd5\x6c\xd4\x1e\x1d\xa4\x3d\xf1\xda\x76\xd6\xfa\x4b\ -\xc0\x53\x60\x9e\x5d\x26\x21\x88\x9c\xeb\x6d\x01\xd7\x5a\x8d\xda\ -\x8b\x49\x74\xa7\xda\x5c\xab\xdd\xf7\xe7\xed\xf0\x1c\x38\xf6\x5b\ -\x88\xa8\xd0\xfa\x06\x5a\x6a\x35\x92\xd7\x93\x6a\x4e\xbd\xbb\x57\ -\x7b\xbd\x9a\x83\x5e\x01\x27\xf3\x5f\xdc\x42\x80\xf8\x2c\xf9\x62\ -\xb3\x5e\xef\x4f\xa3\x37\xf5\xf1\xdb\xac\xd7\xfb\x19\xd9\x39\x60\ -\x60\x0a\x73\x18\x64\xce\x16\xa7\x35\x87\x19\x26\x30\xe4\x4d\xb7\ -\x7b\xea\xa8\xa3\x8f\x40\xfa\x43\xe1\xd2\xe2\xc2\xc2\xa7\x59\xb5\ -\x4a\x4a\x4a\x4a\x0e\x95\x5f\x7b\xea\xab\xda\x1b\xc9\xe0\x4c\x00\ -\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\x68\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x1a\x49\x44\x41\x54\x58\x85\xed\ -\xc1\x01\x01\x00\x00\x00\x82\x20\xff\xaf\x6e\x48\x40\x01\x00\x00\ -\x00\xef\x06\x10\x20\x00\x01\x47\x01\xa0\x88\x00\x00\x00\x00\x49\ -\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x03\x4f\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x03\x01\x49\x44\x41\x54\x78\x9c\xed\ -\x99\x4d\x68\x13\x51\x14\x85\xcf\x9d\x34\x26\x8d\x58\xa1\x50\x5c\ -\xb8\xd1\x4a\xd1\x4d\x9b\xbf\x49\x13\xd3\x74\x23\x82\xe0\x46\xc5\ -\x85\x88\x0b\x15\x04\x41\x10\x37\xee\x04\x5d\xe8\x4e\x04\xf7\x82\ -\x76\x21\x45\x0a\x82\x28\x14\x41\x34\x2e\xa4\x4e\xc7\xa4\x4d\x6a\ -\x41\x6a\x2c\x2a\xa8\x0b\x29\xd5\xb4\xb6\x51\x93\x99\xeb\x42\x0a\ -\xc9\x74\x62\x28\xf4\xbd\x29\xf8\xbe\xe5\x79\x90\x73\xdf\x99\xf7\ -\x73\x67\x02\x28\x14\x0a\x85\x42\xa1\x50\x28\x14\x0a\x85\x42\xa1\ -\xf8\xdf\x20\xd1\x06\xe3\xb9\xc9\x61\x10\x1d\xff\x6b\xc6\xa7\xfb\ -\xe3\xd1\x21\xd1\x9e\x6b\x41\x68\x00\xd9\xec\xfb\x60\xa8\xa3\x5c\ -\xa9\xd7\x98\xb1\x2f\xa5\x47\xb2\x22\x7d\xd7\x82\x26\xf4\xd7\xbb\ -\x96\xda\x9c\x12\x11\x9e\x99\xe6\x54\xb7\x50\xdf\x35\x20\x7e\x0b\ -\xe4\x0b\xec\xa6\x57\x2b\xc1\x8e\x4c\x66\xcf\xa2\x68\xff\x56\x88\ -\x5d\x01\x00\x3e\xce\xbe\x5d\xb5\x0a\x00\xc0\xdf\xfe\x73\x81\x99\ -\x85\xfb\xb7\x42\xf8\x0a\x00\x00\xc3\x30\x3a\xc8\x1f\x2c\xbb\x8d\ -\x25\xe3\x11\x29\x35\x34\x43\xca\x13\x48\xa5\x52\x0b\x16\xac\x1e\ -\xb7\x31\x63\xa2\xf0\x42\x46\x0d\xcd\x90\xb6\x04\xd3\xf1\xf8\x3b\ -\x22\xda\xef\xd4\x89\x31\x60\xe6\x27\xaf\xcb\xaa\xc3\x89\xd4\x3d\ -\xd8\x1f\x0b\x3f\x05\x70\xde\xa9\x33\xe8\xa2\x99\x9f\x3c\x21\xb3\ -\x96\x15\x3c\xd9\x7f\xe3\x13\xc5\x21\x30\x9f\x74\xea\x9a\x8d\x64\ -\x22\x11\x31\x65\xd6\xe2\xd9\x01\x34\x9e\x2f\xcc\x02\x58\xd5\x0f\ -\x54\xc9\xde\x9e\x89\xc5\xbe\xc8\xaa\xc3\xd3\x13\xb8\x59\x8f\x60\ -\xfd\x5a\x0e\xa5\xd3\xe9\x8a\xdb\xd8\x7a\xe3\xe9\x3d\xec\xe3\xda\ -\x26\x57\x3d\x10\x5a\x66\x66\x29\x0f\xc7\xd3\x00\x74\x5d\xaf\xfa\ -\xb8\xd6\xe5\x36\x66\x4e\x14\xbf\xc9\xa8\xc1\xf3\x4e\x4c\xd7\xf5\ -\x39\xcd\xa6\x5e\x97\xa1\xad\x46\xbe\x70\x4f\xb4\xbf\xe7\x01\x00\ -\x40\x22\x11\x9e\x66\x8d\x0f\x3b\x75\x02\x8e\x89\xf6\xde\x10\x01\ -\x00\x40\x9b\xe5\x9b\xf1\xc2\x77\x43\x04\x60\x18\xaf\xb7\x59\xb0\ -\x47\x5d\x86\xc6\x44\x7b\x7b\x1e\x40\x2e\x97\x0b\x61\x93\xf5\x10\ -\x84\x9d\xf5\x3a\x13\xae\x26\xe3\x91\x01\xd1\xfe\x9e\x06\x30\x32\ -\x32\xe2\xb3\xe0\x1f\x26\x46\x7f\xbd\xce\xa0\x5b\xc9\x68\xf8\x8a\ -\x8c\x1a\x3c\x0d\x60\xc7\xae\x9e\x1b\x20\x3e\xe4\x90\x1f\x57\x16\ -\xe6\xcf\x11\x91\x6b\x93\xb4\xde\x78\xd6\x09\x1a\xb9\xe2\x05\x22\ -\xbe\xe9\x90\x8b\xd5\x4a\x70\x50\xe6\x97\x22\x6f\x5e\x86\xf2\x85\ -\x23\x00\xee\x37\xf8\x33\x3e\x59\x6d\x48\xa5\x23\x91\xcf\x32\x6b\ -\x91\x1e\xc0\xcb\x5c\x31\xa9\x11\x67\x01\xb4\xd7\xc9\x8b\x0c\x5f\ -\x26\x15\xef\x9d\x92\x5d\x8f\xd4\x33\xc0\x34\xa7\xba\x35\xe2\x47\ -\x68\x9c\x7c\x8d\x6d\x3e\xea\xc5\xe4\x01\x89\x01\x8c\x8d\x4d\x77\ -\xb2\xcf\x1e\x05\xd0\xd0\xfb\x33\xe1\x6c\x2a\x11\x7d\x22\xab\x0e\ -\x27\x52\x02\x28\x95\x4a\x01\x5f\xa0\xf6\x00\xc0\xee\x7a\x9d\x19\ -\xd7\x52\xb1\xc8\x6d\x19\x35\x34\x43\x78\x00\xcc\xac\xcd\x97\x7f\ -\xdc\x01\x30\xd8\xa0\x03\x77\x93\xf1\xf0\x65\xd1\xfe\xad\x70\xfd\ -\x66\xbf\x9e\xbc\xca\x17\x2f\xad\xfc\x37\xb8\x02\x11\x9e\x77\x6e\ -\xd9\x7c\x46\xd6\x5d\xff\x2f\x84\xde\x02\xa5\x52\x29\x30\xbf\xb0\ -\xf4\x1d\x40\xb0\xce\xf2\xcd\x6f\x3f\x0d\x0c\xf6\xf5\x49\x79\xdf\ -\x6f\x85\xd0\x2d\x50\x2e\x97\x6d\x00\xd5\x3a\xe9\xab\xad\xd9\x07\ -\x37\xca\xe4\x01\xc1\x01\xe8\xba\x5e\x25\xe0\x14\x80\x39\x00\x33\ -\xa4\xf1\x81\xbd\xd1\xe8\x07\x91\x9e\x0a\x85\x42\xa1\x50\x28\x14\ -\x0a\x85\x42\xa1\x50\x28\x14\xad\xf8\x03\xd6\xaa\xdf\x3f\x13\xdd\ -\x28\xe3\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x04\x90\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x04\x42\x49\x44\x41\x54\x78\x9c\xed\ -\x9b\x4b\x88\x5b\x55\x1c\xc6\xbf\xef\x64\xa2\xb6\x65\x46\xd4\xe2\ -\x46\x8a\xb8\xf1\xb1\xd0\x24\xbd\xb7\x49\xa6\x5d\xc8\x14\x5b\xa9\ -\xe0\x83\x41\xc4\x85\x20\xf8\x40\xa1\x2b\x45\x0a\x8a\x88\x62\x0b\ -\x8a\xe0\x42\xc1\x17\x0a\x2e\x44\xd1\x55\x2d\x62\x65\x8a\xa4\x60\ -\x8b\x99\x64\x92\x4e\x2a\xa2\x38\x82\x22\x52\x50\x28\xb5\x43\xc7\ -\x8e\x4e\x72\x3f\x17\x93\x82\xbd\xf7\x96\x9a\xf6\x9c\x93\x0b\xe6\ -\xb7\xcb\x65\x38\xdf\xff\xfc\x72\x4e\xce\x39\xf7\xde\x01\x46\x8c\ -\x18\xf1\x7f\x86\xb6\x1a\x9a\x6d\x1e\x79\x5e\xe4\xb3\x86\x90\xa0\ -\xdd\x95\xa0\xf4\x82\xad\xb6\x5d\x62\x4f\x40\x6b\xbe\x07\xc0\xf4\ -\x3f\x2a\x8a\xb4\x75\x72\x53\xe9\xa0\xad\xf6\x5d\x61\xce\xff\x27\ -\x17\xd4\x16\x8d\xe1\xbe\x7a\xeb\x68\x60\xb1\x7d\x27\x58\x13\x40\ -\x32\x8a\x5d\x1a\x27\xa2\x2f\x9a\xcd\xce\x0d\xb6\x32\x5c\x60\x4d\ -\x80\x24\xa5\x5c\x5e\x1f\x19\x1d\x68\x34\xbe\xd9\x60\x2b\xc7\x36\ -\x36\xa7\xc0\xb9\xd8\x10\xe5\x7a\x33\x73\x73\x73\xeb\x3d\x64\x0d\ -\x8c\x0f\x01\x20\x70\x63\x8f\xf9\xfd\x87\x0e\x7d\x3f\xee\x23\x6f\ -\x10\x1c\x0a\x60\x6c\x4a\x28\xcc\xaf\x59\xde\xbb\xb0\xb0\x70\xa9\ -\xbb\xcc\xc1\x71\x28\x40\x11\x19\x97\x80\xad\xc7\x17\x97\x3e\xac\ -\xd5\x6a\x63\xee\x72\x07\xc3\xe9\x14\x90\x14\x91\x38\x4b\x02\x81\ -\xe9\xb5\xe3\x57\xbc\x25\xc9\xda\x1e\xe4\x62\x70\xff\x1b\x20\x24\ -\x24\x80\x78\xb8\xd1\xee\xbc\xe4\x3c\xfb\x3f\xe0\x5c\x80\x00\x48\ -\x8c\x84\xc4\x2a\xb9\x6b\xb6\x75\x64\x97\xeb\xfc\xf3\xe1\x65\x15\ -\x00\x04\x92\xbd\xe4\x75\xbe\x3c\x3b\xd7\x79\xc4\x4f\x0d\xe9\x78\ -\x12\x80\xd5\xa1\x00\x46\x89\x71\x40\xbd\xdd\x68\xcd\x4f\x7b\xab\ -\x23\x86\x3f\x01\x00\x00\xc9\x10\xf1\x2d\xb3\x11\xf0\x51\xa3\xdd\ -\xbe\xcd\x6f\x2d\xfd\x70\xdf\x81\x12\x94\x72\x6e\xb8\x44\x32\x7b\ -\x9b\xcd\xf9\xb2\xef\x7a\xbc\x0b\x00\xfa\xe7\x86\xa4\x84\x75\x91\ -\xd1\xe7\x5f\xb7\x5a\x37\xf9\xac\x65\x28\x02\x00\x00\x92\x88\xb8\ -\x04\x5e\x65\x90\x3b\x70\xb8\xdd\xbe\xd6\x57\x19\xc3\x13\x00\x40\ -\x48\x93\x80\x6b\xc6\x22\x33\x73\xb8\xd3\xb9\xda\x47\x0d\x43\x15\ -\x00\x9c\x91\x90\xd8\x28\x5d\x9f\xef\x6a\x7f\xbd\x5e\x9f\x70\x9d\ -\x3f\x74\x01\x00\x20\x20\x42\x4c\x82\x80\x8d\xcc\xaf\xd9\x57\xab\ -\xfd\x74\x99\xcb\xec\x4c\x08\xe8\x13\x21\xbe\x65\x86\x6e\x5d\x37\ -\xf1\xc7\xc7\x2e\x0f\x4f\x59\x12\x90\x7a\x6e\x10\x78\xd7\xda\xcb\ -\xaf\x7c\x57\x92\x93\x5a\xb3\x25\x00\x80\x84\x88\xf1\x7b\x09\xd2\ -\x83\x8d\x56\xe7\x15\x17\x27\xc8\xcc\x09\x00\x00\x41\xf1\x95\x01\ -\x20\x9e\x6c\xb4\x8f\x3e\x6d\x3b\x2b\x93\x02\x00\x00\x44\xca\xe1\ -\x49\x7b\x66\x5b\xf3\x8f\xd9\x8c\xc9\xae\x00\x01\x44\xe2\xdc\x00\ -\x00\x6f\xd6\xdb\x9d\x7b\x6d\xc5\x64\x57\x00\x00\xad\x6a\x88\x4b\ -\x20\xa5\xd7\x6d\x65\x64\x5a\x00\x80\xe4\xca\xb8\x8a\xb5\x65\x31\ -\xdb\x02\x56\xb7\x88\xc9\x1a\x85\xf7\x6c\x45\x64\xe6\xee\x6c\x2a\ -\x11\x72\xf1\xc7\xb7\x94\x76\x96\xc3\xd2\x1b\xb6\x22\xb2\x3b\x02\ -\x94\xd6\x79\x3c\x67\xb3\xf3\x40\x56\x05\x90\x26\xde\x79\x11\xaf\ -\x6d\x0a\x0a\xbb\x6d\x47\x65\x50\x00\x0d\x62\x3b\x3e\x01\x1f\x54\ -\x4a\x85\x27\x52\x1e\xb4\x5c\x34\x99\x12\x40\xc0\x00\x89\xed\xee\ -\x67\x63\xea\x3e\x94\x72\x1b\xcd\x0a\xd9\x11\x40\x1a\x25\xdf\x58\ -\xf9\xaa\xf7\xd7\x9f\xf7\x85\x61\xb8\xe2\x2a\x36\x2b\xab\x40\x62\ -\xd8\x03\xe8\xe4\xd4\xbd\xb3\xb2\x79\xf3\x69\xb7\xc1\x43\x86\x24\ -\x91\xfc\xe6\x7f\xd4\x4a\xee\xf6\x30\x0c\x4f\xba\xce\x1f\xaa\x00\ -\x92\x8c\x9f\xf3\x09\x1c\x8b\x8c\xb6\x55\xab\x37\xff\xe6\xa3\x86\ -\xa1\x4d\x81\xb4\xce\x03\x38\x81\x1c\xb6\x4f\x16\x4b\x3f\xfb\xaa\ -\x63\x28\x23\x80\x48\xed\xfc\x92\xc0\x3b\xca\xc5\xe2\xb7\x3e\x6b\ -\xf1\x2e\x80\x04\x85\x44\xe7\x57\x24\x4c\x57\x83\x42\xdd\x77\x3d\ -\x5e\xa7\x00\x01\x4a\x09\xe9\x22\xf0\x40\x25\x2c\xce\xf8\xac\xe5\ -\x0c\xfe\x46\xc0\x39\x4e\x76\x82\x1e\x2f\x07\xc5\x4f\xbc\xd5\x11\ -\xc3\x93\x00\x42\x52\x2e\x7e\x55\xe2\x33\xd5\xa0\xf4\x8e\x9f\x1a\ -\xd2\x71\x3e\x05\xfa\x0b\xbc\x49\x2c\xf5\xc2\xab\x95\xe0\x96\xa1\ -\xbf\x26\xe3\x7e\x04\x10\x46\x48\x1c\x6e\xde\x2f\x07\x85\xa7\x5c\ -\x1c\x6e\x06\xc5\xa9\x00\x92\x46\x8a\x7d\xf5\xe2\xa7\xa7\x17\x4f\ -\x3c\x9a\x85\xce\x03\x4e\xa7\x00\x4d\xfc\x41\x06\x89\x83\x4b\x8b\ -\x13\xf7\x4f\x4d\x15\xba\xee\x72\x07\xc3\xe5\x8b\x92\x67\x77\x1e\ -\x68\x47\x7f\x2f\xdf\x3d\x35\x75\xdd\xb2\xbb\xcc\xc1\xf1\xb3\x0f\ -\x10\x7e\x58\xc9\x73\xc7\x96\xa0\xba\xe8\x25\x6f\x00\x7c\xbc\x28\ -\xf9\x6b\x0e\xdd\x6d\x5b\x0a\x85\xdf\x9d\x67\x5d\x00\x36\xff\x61\ -\x22\xe5\xc1\xa5\x8e\x47\xec\x6d\x0f\xc3\xf0\x17\x5b\x39\xb6\xb1\ -\x36\x05\x52\x0e\x37\xa7\x68\xb0\x63\xb2\x14\x7c\x67\x2b\xc3\x05\ -\xf6\xa6\xc0\xbf\xde\xff\x23\x20\x92\xf7\x94\x4b\xa5\xa6\xb5\xf6\ -\x1d\x61\x6f\x0a\x00\x7b\x00\xf4\x20\xf4\x40\xbc\x58\xde\x58\xf8\ -\xd2\x56\xdb\x23\x46\x8c\x18\xe1\x8a\x7f\x00\xc3\x21\x62\xf3\x24\ -\x23\x02\xe4\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\x8d\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x02\x3f\x49\x44\x41\x54\x58\x85\xed\ -\x97\x4d\x4f\x13\x51\x14\x86\x9f\x33\xd6\x15\x89\x0b\x09\x26\xb8\ -\x91\xfe\x86\x5a\x4b\xd4\x18\x4d\xdc\x41\x58\xb1\x46\x10\xa3\xac\ -\x58\x29\x2e\x09\x61\x55\x13\x17\x92\x48\xc4\x48\xd3\x96\x0d\x3f\ -\xc0\x26\xee\x48\x48\x30\x8c\x03\xbf\x81\xb2\x85\x68\xe2\x82\x15\ -\xf6\x1e\x17\x9d\x5b\xc6\xd2\x76\x3e\x3a\x75\xa3\xcf\x6e\xce\x9c\ -\xb9\xe7\x9d\xf7\xcc\xc7\xb9\xf0\xaf\x23\xed\x81\xb2\xa7\xf7\x14\ -\x5e\x03\xe3\xc0\x48\x4a\x75\x4e\x81\x7d\x81\xe2\x6c\x5e\xf6\xba\ -\x0a\x28\x7d\xd3\x97\x22\xbc\xe9\x24\x2c\x25\x8c\x08\x4b\xb3\xb7\ -\xe5\xed\x25\x01\x9b\x07\x7a\xdf\x51\x76\x81\x9f\xc0\x62\xe3\x9c\ -\xda\xb3\xbb\xf2\x23\x8d\xaa\x9f\xbe\xea\xf5\x2b\x57\x99\x00\xd6\ -\x80\x6b\x02\x0f\xac\x13\x19\x9b\xe4\x28\x4b\xbe\xa0\xc5\xb9\xbc\ -\x6c\xa5\x51\xd8\xe2\xdf\xc8\x56\xd9\x53\x51\xa8\xf8\x2d\x9e\x02\ -\x70\x02\x79\xe3\x00\x8d\x73\x6a\x69\x16\x0f\x22\xc6\x5f\x5b\x29\ -\xd8\x58\x50\xc0\x48\x40\xed\x40\x78\x52\x90\xef\x4d\x25\xdc\xb0\ -\xb1\x4c\xd7\xec\x84\x94\x0e\x75\x52\x0c\x1f\x01\xd4\xe1\xf9\xd3\ -\x9c\x7c\xee\x95\x9f\xaa\x80\xaa\xab\xd9\x86\x61\x1b\x18\x02\xf0\ -\x85\xdc\xec\x75\x8d\xd3\xeb\x64\x1c\x96\x55\x9d\x86\x43\xc9\x16\ -\x8f\x4a\x6a\x02\xc6\x3c\x16\x80\x87\xc1\x98\x0a\xab\x7f\x45\x40\ -\xd5\xd5\x2c\xcd\x0f\xd8\x45\x71\xd8\x39\xce\xb1\x31\x70\x01\x5d\ -\xac\x3f\xcb\x18\xe6\x57\x44\x4c\xd8\xf5\xa1\x0f\x61\xd8\x53\x3d\ -\xe6\xb1\x80\x5c\xb2\xfe\xd5\x4c\x41\x8e\xa2\xdc\x40\xa8\x03\x7e\ -\xf1\x51\x60\x54\x0c\xdb\x55\x57\xb3\xf6\x5c\x3f\xd6\x5b\xe2\xbe\ -\x86\x43\xbf\x1c\x36\x97\x55\x1f\x03\x34\x0e\x92\x5b\x1f\x59\x80\ -\x0a\xab\xa2\xac\xdb\x63\x81\x47\xb7\x0e\x79\x21\x06\xe9\xc7\x7a\ -\x4b\x68\x0b\x8e\x73\x6c\x28\xec\x04\x63\xa2\xac\x23\xbc\xff\xa3\ -\x78\x4c\xeb\x23\x0b\x58\x11\x31\x19\xc3\x3c\x70\xd6\x23\x2d\xb6\ -\xf5\x91\x05\x00\xcc\x14\xe4\x88\xe6\xef\xba\x23\x49\xac\x8f\x25\ -\x00\xa0\x9e\xe7\x43\x7b\x2b\x20\xb9\xf5\xb1\x05\x74\x69\x45\x62\ -\xeb\x63\x0b\x80\x56\x2b\xa6\x11\xea\x08\x75\x94\xe9\xa4\xd6\x5b\ -\x62\xff\x8e\xe7\xee\xc8\x17\x20\x1b\x9a\x18\x91\xa0\x03\xa7\xd0\ -\x1c\x20\xd3\x5a\xbc\x9d\x8a\xab\xc3\x00\x28\x27\x9d\x04\xec\x03\ -\xf8\xd3\xeb\x40\x50\xc7\x5f\x5b\x70\x6d\xac\xd5\x02\x81\xa2\xc2\ -\x24\xb0\x56\xf6\x54\xc4\x50\x6b\xcd\x70\x7d\x52\x71\x75\x58\x1d\ -\x26\x14\xde\x01\x46\xa0\x18\xa8\x7b\x81\xbf\x31\x29\x92\xe2\xa0\ -\xd2\x46\xf7\x8d\x89\xa5\xb5\x35\x53\x0a\xc1\xe9\xb5\x2f\x94\x13\ -\x04\xb7\xd3\xd6\xec\x3f\xbf\x01\x91\xae\xd8\x5d\x03\xf7\x30\x87\ -\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\x8f\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\x41\x49\x44\x41\x54\x58\x85\xed\ -\xd2\x31\x2f\x43\x51\x18\xc6\xf1\xff\x7b\xd5\xa0\x44\x24\x12\xd6\ -\xfa\x06\xa4\xb7\x91\xb0\x99\x1a\x74\x13\xa6\xd2\x86\xa4\x12\x1f\ -\xc0\xd6\x49\x4c\x26\x33\xbd\x97\x74\x30\x98\x24\x12\xb1\x48\x88\ -\xd0\xde\x76\x90\x98\x19\x24\x66\xd2\x41\x84\xde\xd7\x62\x40\x52\ -\xa7\xbd\x9b\x38\xbf\xf1\xe4\xcd\x73\x9e\x93\xf3\x82\x65\x59\x96\ -\xf5\xdf\x89\x69\xc0\x0b\x74\x07\x48\x36\x21\xbb\x92\x92\xdb\x76\ -\x42\xbd\x2b\x4d\x10\xa3\x0c\x3c\xe7\x5c\x66\x45\x44\x5b\xcd\x3a\ -\x6d\xe4\x0d\x00\xa3\x5d\x70\x59\xaa\xeb\x94\x69\xd8\xaf\x6b\x92\ -\x18\xd7\xc0\x24\x30\x68\x9a\x37\x16\xe8\x7d\x23\x2b\x70\x08\xf4\ -\x4b\xc8\x89\x1f\xe8\x62\xcb\xcb\x6b\x3a\xa3\x21\xe7\xc0\xb0\xc2\ -\x19\x31\xd2\xbf\xbd\xbe\xad\x02\xf3\x13\xf2\x72\xef\xb2\x20\xc2\ -\x16\xd0\xad\xb0\xe7\x57\xb5\xa8\xaa\xdf\xbe\xcf\xab\xe9\xaa\x2a\ -\x47\x40\x5c\xa0\xdc\xd7\x43\x3a\x3f\x26\x4f\xa6\x7c\xe3\x0e\x7c\ -\xe5\x07\xba\xa6\xb0\x0d\x38\x02\xde\xab\x50\x78\x4c\xd2\x4c\x04\ -\x6c\x22\xac\x03\x88\xb2\xb1\x94\xa2\x68\x7a\x79\xa4\x02\x00\x5e\ -\x55\x33\x08\x07\x40\x1c\xe5\x02\xa1\x01\x4c\x0b\xbc\x2b\x14\xf2\ -\x29\x29\x75\x92\xd7\x71\x01\x80\xdd\x8a\xba\x8e\x70\x8c\x30\xf4\ -\x79\xd4\x10\x61\x2e\xe7\xca\x69\xa7\x59\x91\x0a\x00\xec\x57\x74\ -\xa4\xe9\x70\x07\x3c\x84\x21\x99\xe5\x71\xb9\x89\x9a\x15\x99\xaa\ -\xca\xcf\x65\xb4\x2c\xcb\xb2\xfe\x9c\x0f\xff\x4f\x62\xc5\x58\xd3\ -\xfa\xd5\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x03\x49\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x02\xfb\x49\x44\x41\x54\x78\x9c\xed\ -\x99\x51\x48\x53\x51\x1c\xc6\xbf\xff\xdd\x9a\x73\xd5\x94\x6a\x9b\ -\xcb\x82\x94\xdd\x82\xa0\xd7\x0c\xcc\x97\x08\x82\x5e\x2a\x82\x22\ -\x7a\xa8\x70\xba\x14\x2a\x88\xde\x82\x7c\xa8\xb7\x08\xc2\xb7\x6d\ -\x99\x3e\x84\x44\x10\x44\x81\x04\x51\xf6\x10\x3d\x04\x3e\x14\x41\ -\x6d\x73\x14\xa5\xb1\x3b\x85\x44\x43\xb3\x6d\xf7\xf4\x92\xb1\xdd\ -\x5d\x1b\x82\xe7\x5c\xa1\xff\xef\xf1\xfb\xc3\xbe\xef\x7e\xf7\xdc\ -\x9d\xb3\x3b\x80\x61\x18\x86\x61\x18\x86\x61\x18\x86\x61\x98\xff\ -\x0d\x92\x6d\xa0\x27\x8c\x61\x00\xa7\xfe\xd8\x9d\xcb\x74\x07\x87\ -\x64\x7b\xae\x04\xa9\x05\xec\x18\xfc\xe4\x5d\x57\xf0\x2d\x94\x6b\ -\xa6\x30\x0f\x64\x63\xe1\x51\x99\xbe\x2b\x41\x93\xf9\xe1\xbe\xf9\ -\xf5\xee\x2a\x43\xd2\x5e\xe8\x03\xb9\x56\x99\xbe\x2b\x41\xc5\x23\ -\x20\xec\x74\xcd\xa5\xf9\x53\x9d\x81\x39\xd9\xfe\xb5\x90\xba\x02\ -\x00\x20\xd3\x18\xac\x5a\x05\x00\x60\x96\xcc\x59\xf4\x09\xe9\xfe\ -\xb5\x90\x1f\xe0\x04\x95\xc4\x4f\x77\x83\xdd\x48\x6f\xce\x97\xa4\ -\xfb\xd7\x40\xc9\x1d\x18\xbf\xb8\x79\xd6\xd4\x48\xb7\x9b\x45\x12\ -\xc6\x2b\x15\x19\x96\x43\xd9\x12\xcc\x46\x83\xe3\x64\x8a\x83\x56\ -\x9d\x80\x76\x3d\x61\xdc\x54\x95\xc3\x8a\xd2\x67\x30\x7d\xbe\xe9\ -\x39\x09\xba\x60\x33\xba\x12\x49\x18\xa7\x55\x66\x59\x42\xfa\x2e\ -\x60\x87\x9e\x34\x86\x20\x70\xa6\x2a\x8c\x66\xb6\xa5\xa3\xe1\x37\ -\x2a\xb3\x38\x52\x00\x00\xe8\x71\x23\x0b\x42\xd5\x79\x40\x73\x69\ -\xcd\xa9\xce\xc0\x37\x55\x39\x1c\x2b\x00\x58\xfe\x8c\xb0\xf0\xe3\ -\x97\x6f\xe2\xf2\xf6\x05\xbb\xd9\x6a\xe3\xe8\x3e\xec\x17\x41\x8f\ -\x9d\x5e\xbf\xc1\x33\x0f\x21\x94\xdc\x1c\x47\x0b\x18\x8b\x51\x81\ -\x44\x31\x60\x37\xd3\x93\xf9\xef\x2a\x32\x38\x7e\x12\x4b\xc7\x9a\ -\xa7\x4d\x4d\xec\xb1\x19\x35\x44\xe2\xf9\xfb\xb2\xfd\x1d\x2f\x00\ -\x00\xb2\xd1\xa6\xf7\x82\xc4\x51\xab\x4e\x24\x4e\xca\xf6\x5e\x13\ -\x05\x00\x80\x66\xba\x53\x8e\xf8\x3a\x61\x6a\xa5\x25\x69\x84\x04\ -\x95\x46\xac\x3a\x01\xaf\x65\x7b\x3b\x5e\x40\x38\x3e\xe9\x73\x0b\ -\x3c\x06\xd0\x52\x31\x20\x5c\x4f\x77\x87\xda\x65\xfb\x3b\x5b\xc0\ -\x03\xe1\xda\x48\xee\x61\x00\x7b\xcb\x65\x01\x24\x33\xd1\x60\x9f\ -\x8a\x08\x8e\x16\xa0\xcf\x4c\xdd\x12\xc0\x91\x72\x8d\x08\x4f\xb7\ -\x4d\x06\x7b\x41\x64\x7b\x48\x5a\x6d\x9c\x3b\x0a\x27\x72\x97\x00\ -\xba\x6d\x91\xdf\x6a\x2e\xad\x43\xe5\x9b\x22\x47\x0a\xd8\x99\x30\ -\x8e\x09\xe0\xa1\xc5\x7f\x82\x4a\xae\x7d\xe9\x9e\x2d\x93\x2a\xb3\ -\x28\x2f\x40\x8f\xe7\xda\x40\x34\x0a\xa0\xbe\x4c\x9e\xd3\x08\xfb\ -\x53\x5d\xa1\x77\xaa\xf3\x28\xfd\x0e\xd0\x07\x72\xad\x20\x7a\x82\ -\xca\x8b\x2f\x82\x70\xdc\x89\x8b\x07\x14\x16\xb0\xfb\xce\xd7\x4d\ -\x28\xd2\x08\x80\x8a\xb3\xbf\x00\xc5\x32\x5d\xa1\x67\xaa\x72\x58\ -\x51\x52\x40\xa4\x3f\x53\x57\x30\x3d\x8f\x40\xd8\x55\x39\xa1\x1b\ -\xe3\xdd\xc1\xbb\x2a\x32\x2c\x87\xfc\x02\xfa\x84\x46\x5e\xff\x20\ -\x80\x8e\x72\x99\x04\xee\x65\xba\x02\xd7\xa4\xfb\xd7\x40\x7a\x01\ -\xfa\xd6\xfc\x55\xfc\xfd\x6f\x70\x09\x7a\x69\x2e\xce\x46\x55\xed\ -\xf5\xff\x42\xea\x2e\x10\xe9\xcf\xd4\x91\xd7\x3f\x03\xc0\x5b\x66\ -\xf9\x61\xb1\xe8\x69\xff\xd2\xdb\xa8\xe4\xf7\x7e\x2d\xa4\xae\x80\ -\x86\xba\x88\x09\xa0\x50\x26\xe5\x5d\xa5\xd2\xe1\xb5\x72\xf1\x80\ -\xe4\x02\xc6\x62\x54\x00\xe1\x2c\x80\x69\x08\xa4\x00\x3a\xf4\xb1\ -\x27\xfc\x59\xa6\x27\xc3\x30\x0c\xc3\x30\x0c\xc3\x30\x0c\xc3\x30\ -\x4c\x2d\x7e\x03\x0f\x1d\xc7\x64\xaf\x11\x62\x7f\x00\x00\x00\x00\ -\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x0a\xe8\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x0a\x9a\x49\x44\x41\x54\x78\x9c\xed\ -\x5b\x6b\x70\x1b\xd5\x15\xfe\xce\x95\x2c\xc5\xaf\x3c\x6c\x27\x96\ -\x1c\x3b\x8d\x2d\x11\x8c\x22\x89\x52\x27\x2d\x86\xd4\x04\x4a\x07\ -\x4a\x21\x40\x21\x53\x0a\x43\x09\x34\xa5\x84\x0e\x65\xa0\x2d\x53\ -\x98\x29\xa4\x94\x76\xd2\x07\x81\x81\xa1\x29\x4c\x61\x20\x90\x69\ -\x99\xb4\xc0\x00\xc3\x23\xd3\xa6\xa6\x29\x85\x01\xf2\x92\x8d\xe3\ -\x10\xd9\x11\x89\x63\xcb\x4e\xb0\x8d\xad\x38\xb6\x25\xdd\xd3\x1f\ -\x76\xe2\xdd\xd5\x6a\x77\x25\x4b\xf9\x83\xbf\x7f\x7b\xee\x77\xcf\ -\xfd\xf6\xe8\xea\x3e\xce\xbd\x0b\xcc\x60\x06\x33\xf8\x22\x83\x4e\ -\x47\x23\x2e\xef\x39\xf3\x49\x26\x9b\x48\x20\x20\x19\xf5\x04\xae\ -\x03\x78\x2e\x40\xb3\x01\xb6\x01\x34\x04\xa6\x21\x26\x3e\x04\xc2\ -\x3e\x30\xb5\xb1\x1d\x3b\x7a\xf7\x87\x0e\xe6\x5b\x5b\xde\x02\xb0\ -\xc0\xeb\xf7\xd8\x98\xd6\x30\xb0\x8a\x80\x60\x56\x4e\x18\x07\x09\ -\xfc\xa6\x04\x3f\x1b\xed\xfc\xf8\x23\x00\x9c\x5b\x95\xb9\x0f\x00\ -\xb9\x3d\xc1\x4b\x00\xdc\x03\xf0\x85\x39\xf6\xdd\x4a\x8c\x8d\xdd\ -\xf3\x1c\x2f\x60\xe7\xce\x78\xae\x9c\xe6\x2c\x00\x2e\xcf\xd2\x0b\ -\x09\xe2\xf7\x00\x96\xe5\xca\x67\x1a\x44\x18\xb4\x3e\xda\x11\xda\ -\x8c\x1c\xf4\x88\x69\x07\x60\x41\xad\xbf\xd2\x66\xa3\x87\xc1\xb8\ -\xc1\x80\x26\x01\xbc\x0b\xa0\x99\x18\xed\x49\x1b\x75\x14\x24\x45\ -\xff\x98\x1c\x1f\xb6\xd9\x9d\x49\x49\x89\x52\x3b\x8b\x39\x2c\x93\ -\xb5\x00\x2d\x61\x42\x23\x01\xdf\x04\x50\x68\xe0\x73\x07\x93\x58\ -\x17\x0d\xef\xfd\x78\x3a\xfa\xa7\x15\x00\x57\xed\xd9\x5f\x15\x42\ -\xbe\xc2\x80\x5b\xa7\x78\x98\x41\x6f\x10\xf3\x6b\xc2\x11\x7f\xeb\ -\x48\x7b\xfb\x67\x99\xf8\xae\xae\x6e\x2c\x4c\x38\x86\x2f\x22\xa2\ -\x2b\x08\x58\x95\xa6\x8d\x51\x62\xba\xa5\xbb\x33\xf4\xd7\xec\xde\ -\x60\x1a\x01\xa8\xaa\x0b\x5c\xcf\x84\x67\x00\x38\xb5\xa2\x18\x78\ -\xcc\x11\xc7\x86\x43\x87\x5a\x06\xb2\xf5\xaf\x84\xcf\xe7\x73\xf4\ -\x8f\xdb\x7e\x48\x8c\xfb\x01\x2c\x48\x65\xf0\x6f\x7a\x3a\x5a\xef\ -\xc7\x44\x4f\xcb\x08\xd9\x04\x40\xb8\xeb\x82\x0f\x81\xf8\x5e\x8d\ -\x5d\x02\xfc\x8c\x20\xf1\xab\x23\xe1\x50\x57\x16\x7e\x4d\x51\x71\ -\xe6\x99\xa5\xf6\x78\xc1\xdd\x44\xf4\x33\x00\x25\x9a\xe2\x57\x12\ -\xce\xe4\x8d\x47\xdb\xda\x62\x99\xf8\xcc\x34\x00\xc2\xe5\xf1\x6f\ -\x21\xd0\x75\x4a\x23\x03\xdd\x90\xe2\xea\xe8\xc1\xbd\x1f\x64\xe8\ -\x2f\x2b\x2c\xf4\x06\xab\x25\xf3\xcb\x48\x1d\x70\x77\x8f\xd1\x89\ -\x95\xfd\xe1\xf0\x90\x55\x5f\x22\x93\x86\xdd\x9e\xc0\x7a\xed\xcb\ -\x13\xf0\x7e\x22\x91\x58\x76\xba\x5e\x1e\x00\x8e\x84\x43\x5d\xb6\ -\xb1\x92\x26\x10\xb6\x68\x8a\xce\x99\x85\xa2\x2d\xc0\x6a\x9b\x55\ -\x5f\x96\x89\x55\x1e\xff\x77\x01\x7a\x5c\x63\x7e\xce\x99\x1c\x5e\ -\xdd\xfd\x69\x78\xd0\xaa\x9f\x5c\x61\x68\xa8\x2b\x11\xeb\xef\x7b\ -\x79\x76\x59\xe5\x08\x80\x8b\x31\xd5\x9b\x97\x94\x94\x1d\x9b\x15\ -\x1b\xe8\xfb\xa7\x15\x3f\x96\x02\xe0\xae\xf3\x2f\x03\xd1\xab\x00\ -\xec\xa7\x8c\x8c\x17\x7a\x3a\x5b\xd6\x0c\x0e\x0e\x26\x32\xd4\x9e\ -\x53\x0c\x0f\xf4\xbd\x5b\x3a\xcf\xf5\x39\x08\x97\x9e\xb4\x11\x70\ -\x7e\x49\x99\xeb\x60\x6c\xa0\x77\xaf\x59\x7d\xd3\x31\x60\x61\x7d\ -\x7d\xb9\x8c\x17\xec\x05\xb0\x70\xaa\x16\x7f\xe0\x4c\xc4\x2e\x88\ -\x44\x22\xa3\x99\x88\x75\x9f\xe1\x3f\x0b\x2c\xae\x66\x46\x90\x80\ -\x6a\x00\xd5\x00\x27\xc1\xe8\x82\x40\x17\x33\xef\x62\xbb\x78\x29\ -\x8b\x3d\x00\xb9\xbc\x81\xa7\x89\x71\xb3\xc2\x36\x4e\x44\x8d\xdd\ -\xe1\xd0\x2e\xc3\x8a\x66\x9e\x27\x1d\xdf\x72\xf2\x99\x81\xee\x02\ -\xbb\x7d\xf9\xe1\xfd\xbb\xbb\xad\x28\xf3\xf9\x7c\x8e\x81\x51\xfb\ -\x3a\x08\xbe\x0d\x8c\x7a\x2b\x75\x00\xec\x66\xe0\xb1\x68\x47\xfd\ -\xf3\xc0\xd6\xa4\x95\x0a\x5e\xaf\xd7\x79\x9c\x0b\xb7\x03\x38\x4f\ -\x61\xde\xd5\x53\x53\xfe\x35\x34\x37\xa7\xed\xa5\x86\x01\x70\xd7\ -\x9d\xbd\x02\x24\x77\x28\x4c\x2c\x89\xce\xeb\x0d\x87\xde\xb7\x22\ -\xca\xed\x09\x5c\xc5\xc0\x1f\x08\xf0\x5a\xe1\xa7\x80\x69\x8f\x24\ -\xfc\xb4\xb7\x23\xb4\xdd\x0a\x7d\x41\xad\xbf\xd2\x26\xd0\x0a\x50\ -\xc5\x49\x1b\x81\xef\xec\xee\x68\x7d\x2c\x5d\x1d\xa3\x31\x80\x4a\ -\xcb\xe6\x6f\x01\x68\xd1\x94\x20\x6c\x89\x76\xb4\x68\x07\xc2\x54\ -\x34\x34\x14\x54\x15\x96\x3f\x0e\xa2\x87\x09\x28\xb3\x22\x5e\x5f\ -\x01\x5c\x04\xdc\x34\xbb\xdc\x45\xc3\xfd\xbd\xff\x81\xc9\xda\xff\ -\xf8\x60\xdf\xf1\xd2\x79\xae\xb8\x72\x3c\x00\xb0\xbc\xb8\xc6\xf5\ -\xa7\xe3\xbd\xbd\xba\x1b\xa8\xb4\xd3\xa0\xcb\x1b\x68\x02\x68\xc5\ -\x94\x16\xc4\x93\x36\x3c\x60\xa6\x79\xd1\xa2\xc0\x3c\xd7\xe0\xf8\ -\x9b\x4c\x74\xbb\x19\xd7\x2a\x98\xf9\x01\x77\x5d\xe0\x45\xb7\xbb\ -\xa1\xc8\x8c\xeb\x94\x43\x7f\x06\x70\x68\xca\x42\x15\x62\x84\x7f\ -\x94\x8e\x9f\x36\x00\x82\xf1\x73\xe5\xb3\x04\x9e\xec\x3b\xd0\xd2\ -\x69\xd4\xb8\xcf\xe7\x73\xc4\xed\x78\x85\x80\x6f\x98\x09\xcd\x18\ -\x84\x6b\x51\x3c\xb6\x19\x26\x6b\x97\x48\x24\x32\xca\xd0\xfc\x50\ -\x8c\xbb\xd3\xad\x0d\x74\x9d\xcd\x5f\xec\x73\x31\x54\xd3\x4a\x5c\ -\x4a\x7e\xc8\x4c\xe2\xc0\x98\x78\x02\x84\x26\x13\x5e\xf6\x60\xba\ -\xa6\xca\x1b\x30\xed\x85\x13\x83\x27\x1f\x50\x98\x16\xba\xbd\x9f\ -\x5c\xac\xc7\xd5\x0d\x80\xdd\x6e\xbb\x1e\x8a\xf1\x81\xc1\xdb\xfb\ -\x0e\xb6\xf6\x1a\x35\xea\xf6\xfa\x6f\x00\x68\xad\x99\xb8\xe9\x82\ -\x19\xf7\x57\xd5\x05\x74\x5f\x66\x0a\x5b\x93\x00\xb6\xaa\x2b\xca\ -\x9b\xf4\x98\xfa\xdd\x89\x71\x85\xea\x91\xc4\xab\x46\xcd\xb9\xdd\ -\x0d\x45\x60\xda\x60\x2c\x2a\x77\x60\xc2\x46\xb3\xe5\xae\x14\x29\ -\x9a\x2f\xd3\xab\x93\x12\x80\xca\x60\xb0\x18\xea\xb9\x14\x24\x13\ -\xaf\x1b\x2a\x2a\x1a\xbf\x1b\xca\x85\x52\xfe\x11\xa8\xf2\xee\x5b\ -\x63\x44\xe8\x3d\x10\xfa\x10\x80\xb2\xd7\xce\x71\xd5\x7e\xd2\xa0\ -\xe5\xa5\x04\xc0\x1e\xc3\xb9\x00\x1c\xa7\x0c\x4c\x7b\x7a\x3a\xdb\ -\x0e\x69\x79\x53\x58\x6d\x03\xf0\x13\x33\xc5\xb9\x06\x33\xdd\x69\ -\x42\x91\x60\x52\xfd\x70\x82\x64\x4a\x9e\x32\x25\x00\x12\xf0\xab\ -\x1a\x22\xde\xa1\xe5\x28\xe1\xf2\xee\xfb\x3a\x80\xf9\x26\x62\xf2\ -\x81\x40\x75\xdd\x97\xcf\x30\x22\x30\x61\x87\xfa\x99\x96\x6a\x39\ -\xa9\x63\x00\xf1\x59\x6a\x82\x6a\x34\x4d\x81\x90\x74\xad\xa1\xcc\ -\x3c\x22\x89\xe4\x35\x46\xe5\x02\x52\xa3\x5d\xfd\x6e\x13\x9c\x14\ -\xf0\x62\xe5\x93\x64\x18\xce\xfd\xc8\x7f\x16\xd8\x08\x29\xff\x69\ -\x25\xe2\x49\xa9\xd5\x5e\xab\xe5\xe8\x04\x80\x4a\x55\x04\x62\xc3\ -\xbd\x3e\xd3\x69\x1d\xfc\x54\x20\x42\xb5\x51\x79\x31\x46\xb4\xda\ -\x4b\xb5\x1c\xbd\x69\x50\x45\x22\x09\xa3\x1c\x9b\x80\x7e\xb6\xf6\ -\xb4\x80\x61\x1c\x80\x48\x24\x32\x06\x40\xb9\x13\x74\xf8\x7c\x3e\ -\x87\x92\xa3\x17\x00\x52\x3f\x50\xfa\x0d\xc8\xca\x95\x22\x8d\x8f\ -\xd3\x85\x82\xe9\x3a\x48\x11\xcf\xc0\xb0\xf2\x59\x0a\x4e\xe9\x36\ -\xa7\x30\xb1\xcf\x36\x5c\x21\xe6\x19\x86\xd9\xe7\xc5\x8b\x17\x3b\ -\xa1\xcc\x62\x01\xe3\x6d\x6d\x6d\xe3\x4a\x4e\x4a\x00\x08\xac\xca\ -\xa8\x4a\xa6\xb9\x26\x22\x8e\x98\x94\xe7\x13\x86\x01\x18\xa1\x92\ -\x39\x1a\xd3\xb0\x96\xa3\x37\x08\x7e\xaa\x22\x10\xa5\x8c\x9c\x1a\ -\xb4\x9a\x94\xe7\x11\x6c\xd8\x76\x81\x8d\xea\x34\xa6\x88\x96\x93\ -\x1a\x00\xa6\x7d\xaa\x47\x90\xe1\x62\x83\x88\x5e\x32\x2a\xcf\x27\ -\x88\x84\x61\xdb\x49\xd6\x68\x27\xb4\x6b\x39\xa9\x7f\x01\x96\x9a\ -\xc3\x46\x5e\xa1\xe5\x28\xe1\x48\x0c\x6d\x03\x0c\x67\x8a\x3c\x81\ -\x3e\xed\x0e\x87\x76\x1b\x32\xb4\xda\x65\x6a\x6f\x4d\x09\x40\xbc\ -\x50\xbe\x47\x80\x32\x7d\xf4\x95\x85\xde\x60\xda\xe9\x66\x32\x01\ -\xf1\xac\xa9\xde\x5c\x83\xf0\x14\x8c\x53\x64\x82\x80\xcb\x95\x06\ -\x29\xa8\x39\x85\xa4\x35\x1c\x6d\x6b\x8b\x31\xe3\x3d\x55\x45\x29\ -\x2f\xd7\xf2\xd4\x62\xec\x0f\x02\xf8\xdc\x90\x93\x5b\x1c\xb6\x8d\ -\x16\x3f\x62\x44\x70\xd5\x2d\x6d\xd0\x9c\x28\x0f\xf5\x56\x97\x7d\ -\xa4\xe5\xe9\xce\xe1\x4c\xea\x5d\x14\x88\x56\x19\x35\x16\x0d\xef\ -\x3e\xca\x30\xcd\x18\xe5\x0e\xc4\xf7\x75\x75\xbd\x77\xc2\x90\x42\ -\x42\xa5\x99\x80\xb7\xf4\xd2\xe3\xba\x01\x28\xb0\xdb\xb6\x40\x7d\ -\xd4\x7c\x91\xcb\x7b\x8e\xe1\x8e\x2f\x5a\x53\xf1\x28\xc0\x6f\x1b\ -\x71\x72\x03\x7a\xbe\x27\xdc\xaa\x3d\x13\xd4\x42\x80\xa0\xda\xa4\ -\x49\xc6\x73\xfa\x44\x1d\x4c\x1e\x7a\x6c\x53\x98\x9c\x24\x13\xda\ -\xe3\x70\x35\x9a\x9b\x13\xce\xa4\xfd\x3a\x00\xfb\x4d\xc4\x65\x0d\ -\x02\xde\x77\x26\x87\x6e\x85\x49\x7a\xdc\x5d\x17\xf8\x9e\xe6\x10\ -\x26\x1a\x5d\x54\xbe\x4d\x8f\x6b\x90\x15\xa6\x3f\x6a\x5a\xff\xb1\ -\xbb\xf6\xac\x2f\x19\x35\x1c\x89\xec\x19\x4c\x0a\x5c\x86\xfc\x04\ -\xe1\xa3\x84\xe4\xab\xcc\x8e\xe3\x26\xd7\xfa\xbf\x56\xda\x08\x78\ -\x24\xdd\xe9\x50\xda\x00\x1c\xe9\x0c\x6d\x67\xa8\x06\x43\x07\x09\ -\xfb\x7a\x33\x95\x7d\x07\x5a\x3a\x9d\x49\xdb\xb9\x60\xe8\x46\x3c\ -\x1b\x30\xf8\x6f\xb6\xb1\x92\x26\xb3\xc4\x2c\x00\x0c\x8e\xd9\x6e\ -\x05\x29\xb6\xbd\x84\xfe\x71\xfb\xf8\xa6\x74\x7c\xa3\x8d\x0c\x83\ -\xf8\x3e\xb5\x01\xdf\x77\x7b\x02\x86\x7b\x70\x60\xa2\x27\xf4\x2c\ -\x2a\xff\x36\x31\x7e\x01\x9d\xe5\xa7\x75\xf0\x31\x30\xaf\x8b\x76\ -\xb4\x5e\x6f\x36\xe8\x01\x80\x7b\x49\x43\x05\x03\xbf\x54\x79\x60\ -\xfe\xed\xb1\xfd\xfb\xd3\x6a\x30\x3d\x1c\x75\x7b\x82\x9b\x01\xbe\ -\x51\x61\x3a\x9c\x94\xbc\xdc\xca\xaf\x01\x00\x95\x9e\xe0\x02\x41\ -\x72\x3d\x98\x6e\x02\x60\x7a\xb2\x33\x89\xcf\x41\xd8\x34\x2a\x1d\ -\x1b\x06\x3a\x77\x5a\x9a\x5e\x7d\x3e\x9f\x63\x60\xcc\xb6\x0d\xc0\ -\x05\x27\x6d\x0c\x84\xa2\x73\x1d\xcb\x8c\xee\x15\x9a\x06\xa0\xd2\ -\x13\x5c\x20\xc0\x21\x00\x95\x0a\xf3\xff\x8a\xe9\xc4\x45\xe1\x70\ -\x78\xcc\x8a\x38\x60\x32\x75\x5e\x38\x76\x29\x04\x5d\x03\x46\x00\ -\x84\x85\xe0\x53\xe7\x86\x47\x41\xe8\x66\x60\x17\x18\x5b\xcb\x9c\ -\xc9\x7f\x69\x77\x6d\xa6\xfe\x3d\xc1\x4d\x00\xdf\x76\xf2\x79\xe2\ -\x30\x47\xac\x30\xbb\xb9\x62\xe9\x8e\x50\xa5\x37\x78\xae\x60\x6e\ -\x86\xe2\x46\x18\x13\x9e\x89\x86\x5b\xd6\x62\x1a\x97\x15\xab\xab\ -\x1b\x0b\x67\xcd\x3a\x2a\x33\x09\xa4\x1e\x5c\xde\xe0\xed\xc4\xfc\ -\x84\xd2\x46\xc4\x6b\xbb\xc3\xad\x4f\x9b\xd5\xb5\x7c\x49\xca\xed\ -\xf5\xdf\x08\xa6\xcd\x1a\xf3\x53\xf3\x9c\xc9\x3b\x32\xfd\xb5\x72\ -\x08\xaa\xf2\xf8\xef\x60\xd0\x23\x50\x8e\x67\x84\x47\x7b\xc2\x2d\ -\x77\x59\x71\x60\xf9\x8e\x50\xac\xbf\x2f\x54\x52\x56\x59\x44\xc0\ -\xf9\x0a\x73\xc3\x68\x52\x34\x95\xce\xaf\x79\x3d\xf6\x59\xcf\x88\ -\x65\xd9\x39\x80\xcf\xe7\x73\xd8\x4b\xdd\x4f\x82\x70\x1f\x54\x3f\ -\x24\xbf\xdd\x53\x53\x71\x33\x22\x11\x4b\x77\x06\x33\xbc\x26\xb7\ -\xda\xe6\xf6\xb4\x6f\x05\x70\xb5\xa6\x20\x22\x19\xab\x7a\x3b\x5b\ -\x5a\x32\xf3\x97\x1d\x26\xc6\x25\xf9\x0f\xe5\xf1\xfd\x24\x3e\x76\ -\x26\x6d\x2b\x22\x91\x3d\x96\x2f\x6d\x59\xee\x01\x13\x68\xe3\xd8\ -\xc0\x05\x7f\x2f\x9d\x77\xac\x14\x84\x46\x45\xc1\x5c\x41\x58\x5b\ -\x52\xe6\xaa\x28\x2e\xab\xdc\x75\x7c\xa0\xf7\x78\x66\x7e\xad\xa1\ -\xba\xba\xb1\xb0\x68\x7e\xd9\x5d\x02\xfc\x22\x40\x67\x6a\x8a\xdf\ -\x1c\x65\xc7\x65\xd1\x83\xbb\x33\xda\x94\x65\x7f\x55\xd6\xeb\xff\ -\x01\x98\x36\x71\x6a\x62\x32\x46\x44\x0f\x8f\x62\x64\x63\x26\x17\ -\x16\x0d\xb1\x72\xa5\xbd\xaa\xab\x7f\x0d\x33\xaf\x87\xde\x19\x24\ -\x63\x63\x4f\x67\xfd\x3d\x56\xef\x13\x29\x31\xad\xcb\xd2\xee\x33\ -\x02\x4d\x90\x78\x09\x40\xb9\x4e\xf1\x00\xc0\xaf\x31\x89\xd7\xc6\ -\x31\xb2\x2d\xd3\x60\xf8\x7c\x3e\xc7\xe0\xa8\xad\x89\x89\xae\x00\ -\x70\x25\xc0\x29\xcb\x70\x02\xe2\x20\x5e\x67\x65\xb4\x4f\x87\x69\ -\x5f\x97\xaf\xf2\xf8\x6b\x18\xe2\x51\x80\xbf\x63\xd0\x48\x9c\x81\ -\x77\x40\xf4\x6f\x48\xec\x17\x9c\x0c\xb3\xa0\x7e\x7b\x9c\x62\x31\ -\xc7\x89\x64\x91\x28\x2e\x4d\xc8\xf8\x1c\x48\x51\x4b\x82\x96\x40\ -\xa2\x11\x84\x4b\x00\xcc\x36\x68\xfa\x43\x00\xeb\x7a\x3a\x5a\x76\ -\x4e\x47\x7f\x0e\x3f\x98\x08\x7c\x8b\x80\xdf\x01\x08\xe4\xca\xa7\ -\x1e\x18\xe8\x26\xe0\xc1\x9e\x8e\xfa\xbf\x64\xd3\xe5\xb5\xc8\xf5\ -\x27\x33\xc2\xed\xf1\x5f\x09\xd0\xbd\x00\x96\xe7\xd8\x77\x27\x13\ -\x36\xce\x4a\x0c\x3f\x9d\xe9\x05\x4d\x23\xe4\xed\xa3\x29\x97\xf7\ -\xec\xa5\x82\x79\x0d\x83\x57\x01\x58\x92\xa5\x9b\x28\x13\xde\x20\ -\xc2\x73\x3d\x07\x5a\xfe\x8b\x2c\xbe\x07\x30\xc3\x69\xf9\x6c\xae\ -\xca\xe3\xaf\x91\x10\x17\x02\xbc\x14\x40\x3d\x4d\x9c\xd2\xce\xc1\ -\xc4\x7f\xdc\x8e\x89\x7c\xe2\x10\x18\x87\x41\xd4\xce\x8c\x76\x88\ -\xc4\x3b\xd1\x70\xdb\x3e\xe4\xe1\x4b\xb1\x19\xcc\x60\x06\x33\x38\ -\x89\xff\x03\xd0\xf0\xc1\xd1\xeb\x08\x70\x6b\x00\x00\x00\x00\x49\ -\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x05\x31\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x04\xe3\x49\x44\x41\x54\x78\x9c\xed\ -\x9b\x4d\x6f\x1b\x55\x14\x86\xdf\x33\x33\x14\xa9\x52\x42\xda\x24\ -\x36\x06\x13\x91\xd8\x55\x44\xb0\xd2\x48\xe9\xae\x12\xb2\x54\x60\ -\x53\xe8\x06\xa2\x82\x9a\x54\x95\xf8\x03\x6c\x60\x11\x89\x34\x44\ -\x42\xa8\x65\xc5\x2f\xa0\x82\x08\x54\x35\x6c\xaa\x74\x03\x2c\xac\ -\x36\xb0\x40\xa9\x04\x91\x31\x0a\xb2\x95\x2a\x38\xb8\x36\xa9\xbb\ -\x68\xda\x2a\x91\x67\x0e\x8b\x78\xd2\xf1\xcc\xd8\x33\xee\x7c\x86\ -\xf8\x91\xbc\x98\x7b\xcf\xcc\x3d\xf7\xe8\x3d\xf7\xc3\xba\x17\xe8\ -\xd0\xa1\xc3\x41\x86\x6c\x59\xa5\xd3\x52\x6c\x7d\xf3\x0c\x11\x9d\ -\x65\xe0\x04\x80\x17\x01\x3c\xeb\xa9\x67\xed\xb3\x0d\x60\x83\x80\ -\x65\x66\xbe\x5a\x1a\xe8\xbb\x8e\x4c\xa6\x66\xf5\x92\x65\x00\x5e\ -\x18\x4c\xbd\xc1\x02\x7d\x09\xe0\x15\x37\xbc\xf4\x91\x1c\x29\xfc\ -\xe1\x3f\x6b\xd9\x1f\x5b\x19\x89\x2d\xea\x28\x96\x1c\x9d\x06\xe1\ -\x0a\x80\x7e\x57\x5d\xf3\x87\x7e\x10\x4d\x75\xf5\x46\x76\xb6\xaa\ -\x95\x9f\x9b\x19\x35\x0d\x40\x2c\x39\x3a\x0d\xe6\xcf\xbc\xf1\xcd\ -\x4f\xe8\x54\x57\x6f\x64\x7b\xab\x5a\x59\x32\xad\x35\x2b\xac\xcb\ -\xfe\x07\x5d\xf1\x7d\x02\x66\x64\x89\x6e\x94\x57\x87\xd7\x81\x6b\ -\xb2\xeb\xbe\x3a\x62\x42\x8c\x0e\xaf\x0e\x88\x35\x3e\xcd\xc0\x1c\ -\x80\x23\xda\x5a\x52\xf8\x4d\xb3\x74\x30\x06\x20\x9d\x96\x62\x7f\ -\xdf\x5b\x41\x63\xce\xff\x24\x2b\x3c\x59\x59\xcb\x96\xdd\x76\xdb\ -\x0b\x22\x83\xa9\xa8\x28\xd0\x3c\x80\xd7\x35\xc5\xb9\xd2\x4b\xbd\ -\xc7\xf5\x03\xa3\xa0\x7f\x39\xb6\xbe\x79\x06\xda\xce\x13\xaa\x0a\ -\xe8\xdc\x7e\xe9\x3c\x00\x54\xd6\xb2\x65\x59\xe1\x49\x00\xf7\x35\ -\xc5\x23\xf5\xbe\x35\x60\x08\x00\x11\x9d\x6d\x78\x66\x5c\x2c\x17\ -\x56\x2a\xee\xbb\xe9\x2d\x95\xb5\x6c\x99\xc0\x17\xb5\x65\xfa\xbe\ -\x01\x26\x01\xa8\xcf\xf3\x7b\xc8\x12\xdd\x70\xdf\x3d\x7f\x90\x25\ -\x61\x51\x57\x34\xae\xb7\x31\x04\x00\xbb\x8b\x9c\x3d\x76\x07\xbc\ -\xfd\x89\xde\x77\x06\xe2\x7a\x1b\xb3\x00\xe8\x56\x78\x61\x1b\xed\ -\xdb\xc1\xe0\xbb\x61\xf5\x6a\x16\x80\x03\x85\x14\xb4\x03\x76\x88\ -\x27\x46\x92\x32\xa4\x19\x80\xdf\xd9\x2d\xe1\x05\x99\x30\x57\xc9\ -\x67\x0b\x4e\xbf\x1d\x7a\x05\xc4\x87\xc6\x8e\x29\x10\x6f\x02\x3c\ -\x05\xe0\xf0\xee\x8f\xce\x4b\x4c\xb7\xe2\x89\x91\xa4\xd3\xef\x87\ -\x3b\x00\xe9\xb4\x24\x93\xfc\x1d\x03\x31\x7d\x15\x03\x31\x19\xc2\ -\x27\x4e\x9b\x08\x75\x00\x62\xc5\xea\xc7\x30\x99\xba\x9e\x40\xef\ -\x3a\x6d\x23\xb4\x01\x88\x26\x46\x53\xc4\x3c\xeb\x75\x3b\xe1\x0c\ -\x40\x3a\x2d\x09\xe0\x2b\x0c\x3c\x63\x61\x79\xcd\x69\x53\xa1\x0c\ -\x80\xb5\xf4\x01\x00\x3b\x4c\xf2\x65\xa7\x6d\x85\x2e\x00\xb6\xa5\ -\x4f\x3c\x7b\x37\x9f\xcb\x39\x6d\x2f\x5c\x01\xb0\x2f\xfd\xe5\x52\ -\xbc\xef\x0b\x37\x9a\x0c\x55\x00\xec\x4b\x5f\xb8\x60\xe7\x0f\x4f\ -\x3b\x84\x26\x00\xed\x49\xff\xf7\x3f\xdc\x6a\x37\x1c\x01\x08\x40\ -\xfa\x2a\xae\xec\x05\x22\xc9\x54\x42\x64\xcc\x3c\x59\x98\xd0\xf7\ -\x22\x6a\x73\xc5\x42\x2e\x6f\xe7\xfd\x20\xa4\xaf\xe2\x58\x01\xf1\ -\xc4\x48\x52\x62\xba\x05\xd0\x79\xec\xad\xd5\x79\x4a\x81\x78\x33\ -\x3e\x34\x76\xcc\xea\xfd\xa0\xa4\xaf\xe2\x38\x00\x32\xa4\x99\xa6\ -\x6b\x75\x92\xbf\x45\x3a\xdd\x5c\x65\x01\x4a\x5f\xc5\x85\x31\x40\ -\xdd\xa2\x9a\x72\x22\x56\xdc\xfc\xa8\x59\x65\x90\xd2\x57\xf1\x7e\ -\x10\x64\x9a\x8d\x26\x46\x53\xfa\xe2\xa0\xa5\xaf\xe2\x86\x02\x16\ -\x2c\x0c\x0e\x09\xe0\xaf\x1a\x52\x21\x04\xd2\x57\x71\x1c\x00\x26\ -\xe5\x12\x80\x1d\x0b\xb3\x86\x54\x08\x83\xf4\x55\x1c\x07\xe0\x6e\ -\x3e\x97\x03\xd1\xa7\x96\x86\xf5\x54\x08\x8b\xf4\x55\x5c\x19\x03\ -\x4a\xf1\xa3\x97\x01\xdc\xb6\x30\x3b\x24\x30\xbe\x11\x88\xe7\xc3\ -\x20\x7d\x15\x77\x06\xc1\x4c\xa6\xa6\x80\x2e\xc0\x2a\x15\x88\xc7\ -\xc0\x38\x6e\xf1\x35\x5f\xa4\xaf\xe2\xda\x2c\x50\x2e\xac\x64\x6d\ -\xa5\x82\x15\x3e\x49\x5f\xc5\xd5\x69\xd0\x66\x2a\xb4\xc2\x37\xe9\ -\xab\xb8\xbb\x0e\xb0\x9b\x0a\xe6\xf8\x2a\x7d\x15\xd7\x17\x42\x4f\ -\x9d\x0a\x3e\x4b\x5f\xc5\x93\x95\xe0\x53\xa4\x82\xef\xd2\x57\xf1\ -\x66\x29\xdc\x5e\x2a\x04\x22\x7d\x15\xcf\xf6\x02\xb6\x53\x21\x20\ -\xe9\xab\x78\xba\x19\xb2\x91\x0a\x81\x49\x5f\xc5\xdb\xdd\x60\x26\ -\x53\x13\x21\xbf\x07\xc0\xec\x90\xc5\xba\x08\xf9\xfd\xa0\xa4\xaf\ -\xe2\xf9\x76\xb8\x58\xc8\xe5\x05\xa2\x93\x44\xb4\x08\xe0\x31\x80\ -\xc7\x44\xb4\x28\x10\x9d\xb4\xfb\x97\x99\x97\xf8\x72\x3e\x60\x23\ -\xbf\x52\x04\xf0\xb6\x1f\x6d\xb5\x4b\x38\xfe\x15\x0e\x10\xb3\x00\ -\x6c\x37\x3e\x4e\xb4\x3a\x4f\x1c\x72\x0c\xbe\x6f\xeb\x2d\xcc\x02\ -\xb0\xa1\x7d\x88\x0e\xaf\x0e\xb8\xe9\x92\x9f\xe8\x7d\x27\xa0\xa8\ -\xb7\x31\x1e\x94\x04\x96\xb5\xcf\x62\x8d\x4f\xbb\xef\x9a\x3f\x88\ -\x35\xe5\x2d\x5d\x91\x61\x4a\x36\x1e\x94\x64\xbe\xda\xf0\x0c\xcc\ -\x45\x06\x53\x51\x97\x7d\xf3\x9c\xc8\x60\x2a\xca\x68\x5c\x88\xe9\ -\xfb\x06\x98\x04\xa0\x34\xd0\x77\x1d\xc0\x9f\x9a\xa2\x23\xa2\x40\ -\xf3\xfb\x29\x08\x9a\xc3\xd2\xda\x13\xe3\xb9\x7a\xdf\x1a\x30\x0e\ -\x70\x77\xee\x28\xdd\x3d\x91\xbf\x40\x34\xa5\x29\x1d\x12\x88\x3e\ -\xe8\x3e\x1a\x79\x74\x38\xf2\xfc\xbf\x0f\xef\xbd\xf6\x00\xc8\xb1\ -\xfb\xae\x3b\x61\x42\x8c\x0e\x4b\x2f\x3f\xd7\xd3\x3f\x45\x44\x0b\ -\x00\x5e\xd5\xd6\x92\xc2\xe7\x1e\xfc\xf6\xab\x61\xdd\xd1\xf4\xca\ -\xcc\xff\xe7\xc2\x04\x00\xe2\xe9\x52\x3e\xfb\xb9\x59\x55\xd3\x29\ -\x6e\xab\x5a\x5e\xea\xea\x8d\x6c\x03\x74\xca\x3b\xcf\x3c\x87\xc1\ -\x98\x2e\x15\xb2\x97\x9a\x19\xb4\x9c\xe3\xb7\xaa\x95\xa5\xee\x9e\ -\xc8\x2f\x20\x1a\xc7\xfe\xbb\x37\x94\x23\x85\x27\x4b\x6b\xd9\xaf\ -\x5b\x19\xb5\x7d\x6d\x0e\xc0\x78\xfd\xd4\x75\xe8\xae\xcd\xd5\xe7\ -\xf9\xdb\xed\x5c\x9b\xeb\xd0\xa1\xc3\xc1\xe6\x3f\x30\x0a\xf2\x72\ -\x2e\xca\x99\xd1\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\ -\x00\x00\x02\xca\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x02\x7c\x49\x44\x41\x54\x58\x85\xe5\ -\x97\x3b\x72\xd3\x50\x14\x86\xbf\x23\x53\x00\xeb\x48\x09\x9d\xad\ -\x82\x2d\x50\x40\xc2\x23\x21\x64\x62\x49\xc9\x4c\x58\x40\x66\x58\ -\x03\x65\x3a\x0a\x90\xed\x3c\x9d\x18\x18\x66\x58\x03\x45\xe4\xac\ -\x01\x3a\xd8\x01\x50\x10\xff\x14\x96\x33\x7a\x59\xb2\x1c\x53\x30\ -\x9c\xca\xb2\xee\x3d\xdf\xa7\x73\xaf\x7c\x8f\xe1\x7f\x0f\x9b\x7c\ -\x08\x23\xdd\x33\xe3\xb5\xc1\x2d\x89\x97\xbe\x6b\x1f\x16\x09\xea\ -\x44\x5a\x31\xe3\x15\xf0\x0b\x78\xe1\xb5\xec\x33\x80\x73\x65\x62\ -\xbc\x05\xee\x0a\x96\x30\x06\x61\xa4\xd5\x85\xc1\x87\x5a\xc3\x18\ -\x08\x96\x04\x77\x04\x6f\x26\xf7\xae\x04\x30\x6e\x26\xe6\x38\x66\ -\x1c\x2f\x42\xa2\x33\xd4\x1a\x70\x94\x62\xc1\xed\x9c\x80\x89\x5d\ -\x60\xb4\x48\x89\x78\x6e\x16\x3e\xc2\xd8\xcd\x09\x78\x2d\x7b\x2f\ -\xd8\x28\x90\x38\x9a\x47\x22\x8c\xb4\x6a\xc6\x71\x16\x2e\xd1\xf6\ -\x9b\x36\xc8\x09\x00\x04\x2d\x3b\x29\x90\x68\xd4\x95\x88\xe1\xb9\ -\x27\x97\x68\x07\xae\x1d\x26\xc7\x1a\x05\xd1\xb9\xd0\x3a\xe2\x20\ -\x93\xe0\xd2\xc4\xba\xe7\xda\x59\x19\xbc\x1b\xe9\xa9\xc6\x4f\xde\ -\xa8\x82\x4f\x15\x98\x57\x62\x0a\x5c\x12\x9b\x45\xf0\x52\x81\x38\ -\xe1\x73\x19\xfb\xb3\x48\x74\x2e\xf4\x04\x71\x52\x07\x5e\x29\x50\ -\x26\x81\xf1\x6c\xb2\x99\xe6\x85\xcf\x24\x00\x10\x46\xda\x30\xa3\ -\x57\x24\x31\x46\xe5\xe1\x40\xdb\x6f\xd9\x41\x55\xee\x99\x04\xa6\ -\x49\xc8\x18\xd9\x18\x97\x14\x9b\x19\x5e\x4b\x20\x21\xb1\x5f\x32\ -\xaf\x16\x1c\x32\xbf\x03\x55\x11\xb8\x76\x28\xb1\x69\x63\x50\x0e\ -\x6e\xe0\xd5\x81\xd7\x16\x00\x70\x8c\x9f\xb2\x02\x01\x43\x23\xf8\ -\x51\x3b\x5f\x9d\xc1\xdd\xa1\x1e\x01\xfd\xcc\x9a\x8f\x43\x38\x06\ -\xfd\x70\xa8\xc7\x7f\x45\xa0\x13\x69\x05\xe8\x0b\x6e\xa4\xb0\xe9\ -\x6a\x34\x0c\xfa\xb1\xe8\xe2\x04\xe2\x66\xe2\x34\x0b\x97\xe1\x9b\ -\xf0\x48\xef\x89\x86\xe0\x74\x56\x89\x4a\x81\xde\xb9\x96\xa7\xc1\ -\x83\xa6\xf5\xbc\x96\xed\xcb\xf0\xe7\x95\x28\x15\xe8\x9d\x6b\x59\ -\x0e\x67\xb9\xb2\x8b\x20\x68\x5a\x6f\xf2\x45\xd0\xb4\x5e\x91\x04\ -\x33\x2c\xc7\x54\x81\x32\xb8\xef\x5a\x37\x3b\x3e\x68\x5a\x0f\x11\ -\x24\x25\xe2\xb9\xa5\x12\xd3\x8e\xe3\x87\x26\x06\xb3\xc2\x53\x73\ -\x23\x79\x18\x61\x32\xb7\xc1\x6f\x89\xd5\xa2\x46\x37\x57\x81\x69\ -\x70\x89\xad\x2a\x38\x80\xef\x5a\x57\x62\x8b\x4c\x25\xcc\x38\x8d\ -\xdf\xa4\x54\xa4\x2a\x10\x0e\xf5\xc0\x81\x77\x45\xf0\xc0\xb5\x4e\ -\x15\x3c\x95\x2b\x92\x1f\x77\xda\xa5\x95\xb8\xba\xd9\xbd\xd0\x7d\ -\xc4\xc7\x45\xc0\x27\xd1\x19\x2a\x60\xdc\x82\x67\x25\x56\x7c\xd7\ -\x3e\x41\xf2\x64\x13\x7b\xb9\x35\x87\xed\x79\xe1\x00\x7e\xcb\x42\ -\x60\x9b\xec\xc6\x34\xf6\x26\xd7\xc9\xff\x05\xc9\x46\x54\xc0\x76\ -\x9c\xe0\x5a\x51\x24\x61\x70\x99\x13\x70\x60\x07\xf8\x02\x7c\x67\ -\x7c\xa4\x5e\x1b\x9e\x94\x90\xd8\x04\xbe\x01\x5f\x47\x0e\x3b\x8b\ -\xca\xfd\xef\xc7\x1f\x69\xe0\x65\xd5\x08\x00\xe6\xf7\x00\x00\x00\ -\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x04\x53\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x04\x05\x49\x44\x41\x54\x78\x9c\xed\ -\x9b\x4d\x68\x5c\x55\x18\x86\x9f\x77\x26\x0d\x4a\x5b\x04\x51\x37\ -\xa2\xd6\x85\x28\x6e\xa4\x3a\x93\x76\x25\x44\xb4\x5a\xc4\xe2\x0f\ -\xe8\x46\x9b\x64\x6c\xa9\x2e\x44\x05\x45\x50\x21\x96\x56\xac\x20\ -\xb8\x10\xd1\x40\xd3\x69\x04\x8b\x76\x55\x02\x5a\x8d\x4a\x10\x8a\ -\x3f\xe9\x18\x28\x88\x0b\x41\x5a\x17\x8a\xb8\x50\x91\xb6\x48\x9a\ -\xb9\xaf\x8b\x31\x70\xef\x4d\x85\x44\xce\xbd\xf7\xa8\xf3\x2e\xdf\ -\x0f\xee\xf9\xce\x73\xce\x3d\xe7\x3b\xf7\xcc\x40\x5f\x7d\xf5\xf5\ -\x7f\x96\xaa\x4e\x60\xa5\x6a\x7f\xe5\x71\x25\x3c\x6f\x23\xc4\xde\ -\xb1\xa6\x5e\x08\xf1\xdc\x7f\x05\x80\xa9\x8e\x87\x0d\x9f\xd8\xbd\ -\x7c\x0d\x49\xab\xa9\x7a\x88\x67\x0f\x84\x78\x48\x91\x9a\xfc\xd2\ -\x0d\x9b\x69\xa7\x06\x4b\x50\x0b\xf5\xfc\xa8\x01\xb4\x3b\xbe\x4e\ -\xe6\xa8\x61\x5d\x26\x20\x92\x50\x6d\x04\x23\x19\x5a\x53\x1d\x5f\ -\x89\x99\x31\x5c\xb2\x2c\x68\x1c\xaa\x9d\x28\x01\x1c\x98\xf7\xa5\ -\x89\x99\x01\xae\x28\xba\xad\xe8\x00\x4c\x1e\xf3\xfa\x5a\x97\xf7\ -\x81\x6b\xcb\x68\x2f\x2a\x00\xed\x59\x5f\x50\x1b\xe4\x88\xa1\x91\ -\xf6\xa5\x70\x53\x3e\xaf\x68\x00\x8c\xcf\x7a\xc0\xeb\x39\x84\xb8\ -\x25\x17\xb2\x1d\x6e\xd1\xcb\x2b\x0a\x00\xb6\xb5\x61\x1d\x13\x32\ -\xf7\xa4\x7d\x81\xa1\xb8\xce\x43\x24\x00\x0e\x76\x78\x19\x68\xa5\ -\x3d\x09\xbb\xe0\xce\x43\x04\x00\xda\x1d\x3f\x03\x3c\x9d\xf7\x8b\ -\x9c\xf6\x69\x55\x0a\xa0\x3d\xe7\x9d\x98\x7d\x69\xcf\x80\xa0\x5b\ -\x56\x0e\x95\x01\x38\x78\xdc\xf7\x21\xde\x4c\x7b\xee\xad\xf5\x49\ -\x61\x4b\xfe\x79\x54\x49\x29\x3c\x39\xe7\x5b\x0d\x87\xc8\x0d\x80\ -\x7a\x25\x6e\x99\xfd\x2f\x7f\x06\x4c\x1d\xf7\x50\x4d\x1c\x01\x06\ -\xd3\xbe\x2b\xe8\x3c\x94\x0c\xe0\xc0\x17\xbe\x3e\x81\xa3\xc0\xda\ -\xb4\x6f\x48\x14\xb0\xbe\x5f\x8d\x4a\x03\xb0\x7f\xde\x57\x69\x80\ -\x19\xe0\xe2\xb4\x6f\x91\xa8\x82\x91\x5f\x52\x29\x00\xde\x3a\xe1\ -\xcb\xea\x09\x1f\x61\x2e\xcf\x04\x54\xdd\xc8\x2f\xa9\x70\x00\x13\ -\x1d\x5f\xb4\xb8\xc0\x07\x98\x6b\x72\x21\x87\x3c\xd6\xfe\x53\x15\ -\x0a\xe0\xf0\x67\xbe\x70\xd0\x4c\x0b\x36\xe6\x42\x85\x97\xb8\x2b\ -\x55\x61\x00\xc6\x67\x3d\x70\x7a\x0d\xef\x00\x37\x67\x02\x8a\xa7\ -\xf3\x50\x10\x80\x71\xbb\xb6\x61\x2d\xfb\x05\xdb\x32\x01\x61\x4a\ -\x2a\x71\x57\xaa\xe0\x00\x6c\xeb\xea\x0e\xaf\x20\x46\xd2\xbe\x22\ -\xec\x3c\x14\x50\x09\x4e\x75\x78\xd6\xf0\x64\xc6\x74\x6f\xaf\x0f\ -\xdd\x56\x08\x05\x9d\x01\xed\x8e\x1f\x31\xec\xcd\x98\xbd\xd3\x4d\ -\x69\x87\x9b\xd5\x2a\x18\x80\xf6\x9c\xf7\x61\xde\x58\x16\x08\xf8\ -\x09\xbb\x08\x85\x9b\x01\xca\x7e\xd0\x80\xea\xea\xfb\xd5\x28\xe4\ -\x2b\xb0\x7c\x9a\x47\xdd\xf5\x9e\x82\x01\x90\x79\x9c\x5c\x97\x05\ -\x35\x45\x7e\xfb\x18\x0c\xc0\xe8\x90\x0e\x0b\x1e\xcb\xfb\x36\xf5\ -\x98\xaf\x60\x83\xee\x02\xa3\x4d\xbd\x2e\x33\x9e\xf7\x63\x86\x10\ -\xbc\x10\x1a\x69\xb2\x07\x78\x2d\xed\x09\x90\xab\xff\x00\x7b\x3e\ -\x05\x4f\x4a\x92\x4f\x35\x78\x02\xf1\x76\xda\xff\xeb\x7a\x3b\x3a\ -\x08\x85\x24\xb4\x5b\x4a\x16\x60\x0c\x78\x2f\x17\x8a\x0e\x42\x61\ -\xc9\xec\x6a\xe8\xdc\x82\xb8\x5f\x70\x2c\x17\x8a\x0a\x42\xa1\x89\ -\xec\x6a\xe8\xac\x07\xb8\x0b\x71\x22\x17\x8a\x06\x42\xe1\x49\x8c\ -\x6d\xd4\x6f\x24\xdc\x01\x7c\x97\x0b\x09\x55\xbf\x37\x94\x32\x0a\ -\x63\x43\xfa\xa9\x9e\x70\x1b\xf0\x63\x26\x60\x6a\x55\x43\x28\x6d\ -\x1a\x6e\xdf\xa4\x93\x5d\xb8\x1d\xf3\x6b\x26\xd0\xdb\x1e\x2b\x83\ -\x50\xea\x7b\xb8\xa3\xa9\xaf\x6b\xe6\x4e\xe0\xec\xb2\x3c\x2a\x9a\ -\x09\xa5\x2f\x44\x23\x9b\xf4\xb9\x6b\xdc\x0b\x9c\xcb\x04\x2a\x7a\ -\x1d\x2a\x59\x89\x5b\x37\xe9\x43\x9b\x87\xc8\x1d\x9e\x9c\x94\xff\ -\x3a\x54\xb6\x15\xb5\x86\xf4\xae\xe1\xd1\xb4\x27\xb1\xb4\x26\x94\ -\xa6\x4a\xf7\xe2\x56\x53\x13\xc0\x73\x19\xb3\x07\x21\xc8\xcf\x60\ -\x57\xa2\xca\x8b\x91\xd1\x06\x2f\x09\x5e\xcd\x98\x02\xa9\x9c\xdc\ -\x2a\x07\x20\xc9\x27\x1b\x3c\x85\x99\x4a\xfb\x36\x0a\xf9\x9b\xe0\ -\xbf\x53\xe5\x00\xa0\x77\x78\x3a\x75\x86\x1d\x86\xe9\xb4\x5f\xc6\ -\x09\x32\x0a\x00\x00\xbb\x87\xb5\xa8\xd3\x3c\x00\x7c\x9a\x0b\xa9\ -\xc8\xd7\x21\x1a\x00\x00\x63\xc3\xfa\x63\x4d\x97\x6d\xc0\x7c\xda\ -\x5f\xfa\x9f\x40\x11\x8a\x0a\x00\xc0\x83\x9b\xf5\x7b\x7d\x90\xad\ -\xc0\xb7\x65\xb4\x17\x1d\x00\x80\xed\x37\xe8\xe7\x6e\x9d\x2d\x88\ -\x1f\x8a\x6e\x2b\x4a\x00\x00\x3b\x6e\xd4\xf7\x5e\x64\x0b\xf0\xcb\ -\xb2\x60\xc0\x92\x39\x5a\x00\x00\xad\xcd\xfa\xa6\x06\x5b\x81\x33\ -\x99\x40\xc0\x6a\x31\x6a\x00\x00\x23\x4d\xcd\x25\xe6\x6e\x52\x3f\ -\x99\x0f\x79\xd3\x1c\x3d\x00\x80\x87\x87\xf4\xb1\x60\x0f\xbd\xeb\ -\xb7\xae\xc4\x8b\x55\xe7\xd4\x57\x5f\x7d\xfd\x37\xf4\x27\x81\x10\ -\x2d\xd9\x52\xbe\x4f\x54\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\ -\x60\x82\ -\x00\x00\x04\xe6\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x04\x98\x49\x44\x41\x54\x78\x9c\xed\ -\x9b\x4d\x4c\x1d\x55\x14\xc7\x7f\x67\xe6\x81\x4d\x61\xd3\x15\x69\ -\x6a\x0a\x89\x74\x61\x63\x82\x09\xd0\x90\x74\x45\x62\xdd\xb4\xb2\ -\xa9\x69\x35\xb6\x84\x36\xb0\x77\x63\x23\x24\xe5\x01\x89\x56\xeb\ -\x46\xd7\x10\x1f\x89\x44\x53\xac\x1b\x42\x37\x68\x42\xd2\x6e\x88\ -\xc0\xc6\x28\x6e\x6a\x02\x84\x2e\x70\x61\x17\x4a\x5a\xda\x37\x73\ -\x5c\xf8\x06\xdf\xc7\x0c\x6f\x1e\xf3\x49\x78\xbf\xdd\xbd\xf7\xcc\ -\xbb\x67\xce\xfb\x9f\xb9\x67\x26\xf7\x42\x9d\x3a\x75\x8e\x32\xe2\ -\xc7\x28\xbb\xa8\x99\xb6\x26\xfa\xd4\xe0\xaa\x28\x5d\xc0\x29\xe0\ -\x95\x68\x5d\xab\x99\x5d\xe0\x89\x0a\x2b\x62\x73\x6f\x7d\x87\xb9\ -\xf1\x5e\xc9\x57\xbb\xa8\x6a\x00\x72\xcb\x7a\x41\xe1\x2b\x81\xd7\ -\x43\x71\x33\x2e\x84\x35\x94\x0f\x6f\x74\xcb\x8f\xfb\x99\x19\x5e\ -\x03\xaa\x2a\xb9\x65\x1d\x01\x16\x0e\xdd\xcd\x03\x28\x67\x81\x85\ -\xaf\x7f\xd6\x61\x55\xf5\xfc\xa3\x3d\x03\x30\xbd\xc2\x30\xf0\x49\ -\x14\xbe\xc5\x89\x08\x9f\xe6\x96\xf9\xd8\x73\xdc\xad\x33\xb7\xac\ -\x17\x80\x85\x92\x4e\xe5\xa9\x0a\xa3\x19\x9b\x07\xc7\x36\xd8\xbc\ -\x72\x45\xac\x70\x5d\x0d\xc6\xec\xac\x9a\xcf\x5b\x39\x9d\x37\xb8\ -\x28\xca\x04\xc2\x89\x32\x93\xb7\xdd\xd2\xa1\x22\x00\xd9\x45\xcd\ -\xb4\x36\xf3\x4b\xb1\xec\x05\x7e\x7a\x69\x71\x6d\xa8\x47\xb6\x23\ -\xf0\x3d\x74\x26\x97\xb4\xa5\xc1\x64\x46\xe1\xad\xbd\x4e\x61\x6d\ -\xfd\x6f\x3a\xca\x1f\x8c\x15\x29\xd0\xd6\x44\x5f\x59\xce\xff\x65\ -\x34\xf2\xc1\x61\xb9\x79\x80\xa1\x1e\xd9\x7e\x69\x71\x0d\xe5\xe9\ -\x5e\xa7\x72\xb6\xad\x89\xbe\x72\xdb\x8a\x00\xa8\xc1\xd5\x92\x36\ -\x64\xfb\x3b\xe4\xcf\x48\x3c\x8d\x90\xa1\x1e\xd9\xc6\x20\x5b\xdc\ -\x57\x7e\x6f\xe0\x12\x80\xc2\x3a\xbf\x47\xc6\xe6\x41\xf8\xee\xc5\ -\x83\x69\x31\x5f\xdc\x16\xa5\xb3\xdc\xc6\x6d\x15\x38\x55\xdc\x38\ -\xb6\xc1\x66\xc8\x7e\xc5\x86\x8b\xef\xaf\x96\xdb\xb8\x05\xa0\xa4\ -\xc2\x4b\xdb\xd3\xbe\x16\x5c\x7c\xaf\xa8\x5e\x3d\xeb\x80\xa3\x42\ -\x26\x69\x07\xfc\x30\xb5\xaa\xed\xa6\xcd\x28\x70\x19\x40\xe1\xbe\ -\x21\x4c\x0c\x74\xc9\x1f\x41\x7f\x3b\xf5\x0a\xc8\x2d\xe9\x19\xd3\ -\xe6\x21\x70\x1d\x38\x0e\x1c\x17\xe8\x57\xe5\xd1\xd4\xaa\xb6\x07\ -\xfd\xfd\x54\x07\x20\xbb\xa8\x19\x0c\xbe\x03\x4e\xba\x0c\x9f\x34\ -\x6c\x6e\x07\x9d\x23\xd5\x01\x68\x6b\xe6\x16\x52\xb9\x74\x39\x08\ -\xbc\x1b\x74\x8e\xd4\x06\x60\x6a\x59\xdf\x00\xc6\xa2\x9e\x27\x95\ -\x01\xc8\x2e\x6a\xc6\x54\xa6\x81\x86\x7d\x0d\x95\xef\x83\xce\x95\ -\xca\x55\xa0\xad\x99\x5b\xe0\x2d\xfd\x02\x2f\xd4\xe6\x6e\xd0\xb9\ -\x52\xa7\x00\xbf\xd2\x57\x65\xec\x66\x8f\xac\x05\x9d\x2f\x55\x01\ -\xf0\x2b\x7d\x81\x95\x8d\x1d\xbe\x08\x63\xce\x54\xa5\x80\x5f\xe9\ -\xa3\x0c\xf8\xf9\xe0\xe9\x87\xd4\x28\xa0\x16\xe9\x0f\x9c\x93\xdf\ -\xc2\x9a\x37\x15\x01\x48\x42\xfa\x0e\xa1\xa4\xc0\xf4\x8a\xbe\x66\ -\x2b\xa3\x45\x85\xc9\x0f\x96\xc1\xc4\x60\xa7\x3c\xf6\x73\x7d\x12\ -\xd2\x77\x08\xac\x80\xa9\x55\x6d\x57\xe5\x91\x40\x3f\x85\x5a\x1d\ -\xb8\x6e\xda\x3c\xcc\x2d\xe9\x99\xaa\xd7\x27\x24\x7d\x87\xc0\x01\ -\x28\xbc\xa5\xb9\xd6\xea\x62\xf2\x6d\x76\x51\x3d\x55\x96\xa4\xf4\ -\x1d\xc2\x78\x06\x5c\xf6\x1a\x50\xe8\x6a\x6d\xe2\x23\xaf\xf1\x6a\ -\xb5\x7e\x81\x48\xa4\xef\x10\xf9\x43\x50\x84\xb1\x82\xcc\x4b\x48\ -\x5a\xfa\x0e\x81\x03\xa0\x70\xbf\x8a\x49\x63\x06\x72\xc5\xa9\x90\ -\x06\xe9\x3b\x04\x57\x80\xc5\xe7\xc0\x8b\xfd\x4c\xca\x53\x21\x0d\ -\xd2\x77\x08\x1c\x80\x42\x3d\x3e\x5e\xcd\xce\x49\x85\xb4\x48\xdf\ -\x21\x94\x67\xc0\xfa\x3f\xdc\x45\x59\xad\x62\xd6\x68\xc2\x37\xa6\ -\x30\x43\x0a\xa4\xef\x10\x4a\x00\xc6\x7b\x25\x6f\x09\x03\x54\x49\ -\x05\xe0\x4d\x94\x8e\x2a\x36\xb1\x48\xdf\x21\xb4\x55\x60\xb0\x5b\ -\x7e\xc5\x47\x2a\x54\x23\x2e\xe9\x3b\x84\xba\x0c\xfa\x4c\x05\x4f\ -\xe2\x94\xbe\x43\xa8\x01\xa8\x21\x15\xdc\x88\x55\xfa\x0e\xa1\x17\ -\x42\x07\x4d\x85\xb8\xa5\xef\x10\x49\x25\x58\x6b\x2a\x24\x21\x7d\ -\x87\x48\x02\x50\x63\x2a\x24\x22\x7d\x87\xc8\xde\x05\xfc\xa6\x42\ -\x52\xd2\x77\x88\xf4\x65\xa8\x5a\x2a\x24\x29\x7d\x87\x48\x03\x30\ -\xde\x2b\x79\xcb\xe4\x3d\x70\xdd\x64\xb1\x99\x37\x78\x3f\x29\xe9\ -\x3b\x44\xfe\x3a\x3c\xd8\x29\x8f\xf3\x16\xe7\x45\x99\x07\x9e\x01\ -\xcf\x44\x99\xcf\x5b\x9c\xf7\xfb\xc9\x2c\x4a\x62\xf9\x2c\x3e\xd4\ -\x23\x5b\xc0\x3b\x71\xcc\x55\x2b\xa9\xf8\x2a\x9c\x24\x6e\x01\xd8\ -\x2d\x6e\xcc\xce\xaa\x19\x93\x2f\xa1\xe3\xe2\xfb\x6e\xb9\x8d\x5b\ -\x00\x9e\x14\x37\x9e\xb7\x72\x3a\x4c\xa7\xe2\xc4\xc5\xf7\xad\x72\ -\x9b\xca\x8d\x92\xc2\x4a\x71\x3b\x6f\x70\x31\x64\xbf\x62\xc3\x32\ -\xb9\x54\xdc\x56\xa9\x5c\x92\x2b\x37\x4a\xda\xdc\x2b\x69\x2b\x13\ -\x93\x4b\xda\x12\xbe\x7b\xd1\x32\xb9\xa4\x2d\xd8\xa5\x85\x58\xf9\ -\xbd\x81\x4b\x00\xd6\x77\x98\x53\xf8\xfd\xff\xab\x38\xd1\x60\x32\ -\x73\x98\x82\xe0\x6c\x96\x2e\xd9\x31\x2e\xac\xad\xef\x30\x57\x6e\ -\x5b\xd3\x76\x79\x0c\xb2\xa6\xc5\x7c\x9a\xb7\xcb\x5b\x26\x97\xb0\ -\x19\x3f\xf0\x76\x79\x87\xc2\x69\x91\x43\x7f\x60\x02\x40\x95\x91\ -\x9b\xe7\xe4\x8e\xdb\x98\x67\x1d\x30\xd0\xc5\x1d\x55\x46\xa2\x73\ -\x2b\x16\x14\x61\xf8\x46\x37\x9f\x79\x19\xf8\x3a\x34\x85\xf0\x65\ -\xe1\x0c\xce\xe1\xc1\xe7\xa1\xa9\x83\x1c\x9b\xeb\xe4\xbf\x5d\xd7\ -\x69\x3c\x36\xb7\xa5\xc2\x6a\x2d\xc7\xe6\xea\xd4\xa9\x73\xb4\xf9\ -\x17\x57\xc4\xd4\xf0\xff\x12\x8f\x50\x00\x00\x00\x00\x49\x45\x4e\ -\x44\xae\x42\x60\x82\ -\x00\x00\x01\xf9\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\xab\x49\x44\x41\x54\x58\x85\xed\ -\x56\xb1\x4a\xc3\x50\x14\x3d\xb7\xc9\x26\xf8\x03\x82\xd2\xc1\xb1\ -\x34\xb4\x21\x16\x41\xfc\x05\x51\xa8\x74\xf1\x07\x74\x11\x44\x5c\ -\x3a\x75\x70\x10\x5d\x8a\x5f\xe0\x64\xa1\x5f\xe0\x22\x48\xa1\x91\ -\x44\x92\xd9\x41\x4a\x07\x17\x17\x1d\xc4\x21\xe9\x75\x68\x93\x34\ -\x69\x93\x26\xa4\x9a\xa1\x3d\xd3\x7b\x79\xf7\xdd\x73\xde\x7d\xe7\ -\x5d\x02\x2c\x3a\x28\x6a\xd1\x34\xcd\x95\x1f\x8b\x1b\x00\xf6\x01\ -\x6c\xa4\xe4\xea\x81\xd1\x16\x60\xd5\x65\x59\xfe\x9e\x29\x60\x44\ -\xde\x01\x50\x4c\x49\x3c\x91\x5a\x60\x6b\xdb\x11\x91\x0b\x8b\x1a\ -\x9d\x7c\xde\xe4\x00\x50\xb4\x21\x36\x9c\x49\xa8\x00\x0c\xcb\xfe\ -\x37\x20\x1c\x38\x43\x31\x22\xcc\x77\xe7\x5b\x65\x29\xd2\x2f\xb3\ -\xa0\xea\x06\x4f\xcb\x1d\x55\x81\x7f\xc1\x52\xc0\x84\x07\x34\x4d\ -\x5b\xb7\x72\xe2\x2e\xd8\xff\x5d\xd5\x8d\x93\xb0\x24\xc4\x3c\x20\ -\x86\xf9\xf6\xf6\xda\xad\x56\xab\x76\x12\x01\x3e\x63\x75\x35\xf3\ -\x8c\x88\x2f\xa7\x09\x8b\x89\x27\x81\xad\x43\x59\x96\xdf\x83\x0b\ -\x01\x13\xba\xa6\x76\xaf\x40\x7d\x31\x6b\x44\x7c\x95\x82\x1c\x00\ -\x76\x6c\x12\xef\x5b\xad\x96\x10\x77\x83\xe7\x81\x01\x9f\xa7\x20\ -\xf6\x89\xc8\xe7\x37\x2b\x71\x83\xbd\xd3\x92\xbf\xeb\x11\x70\x1b\ -\x37\x09\x03\x7b\x00\xd6\xdc\xf9\x30\x57\x27\x99\x80\x80\x1f\x94\ -\xb2\x14\x6a\xba\x20\x9e\x75\x03\x0c\x1c\x7b\x02\x28\xf6\xeb\xca\ -\xfc\x19\x2e\x05\x2c\x05\x64\x2e\x20\x4d\xd7\x8b\x42\x53\xd5\x8d\ -\x66\xc4\x7a\xcf\x19\x64\x53\x01\x46\x3b\x4b\x01\xa6\x00\xab\x9e\ -\x85\x80\x1e\x18\x37\xe3\x7f\xc4\xc0\x58\xfb\x55\x75\xe3\x13\xc0\ -\xea\x3c\x98\x98\x70\x54\x29\x49\x77\x71\x62\xdd\x0a\x10\xf0\x30\ -\x0f\x72\x00\x56\xce\x12\x1e\xe3\x06\x7b\x57\x60\x0b\xa7\x00\x3e\ -\xd2\xb2\x13\xe3\x42\x51\x0a\xfd\xc4\x02\x14\xa5\xd0\x27\x5b\x28\ -\x11\xd0\x06\xf0\x95\x90\x97\xc1\x30\x98\xa8\xa6\xc8\xd2\x75\xc2\ -\xbd\x0b\x8e\x5f\xf8\xf7\x7c\xca\x20\xf5\xf3\x8a\x00\x00\x00\x00\ -\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\x89\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x3b\x49\x44\x41\x54\x58\x85\xed\ -\xcd\x21\x16\x00\x11\x00\x00\xd1\xe1\x16\xb2\xec\x0e\xca\xde\x7a\ -\xdf\x73\x08\x59\x76\x0d\x49\x54\x15\xf3\xd3\xb4\x01\x49\x92\x5e\ -\x17\x76\xa4\x5c\x1a\x50\x2f\x7d\xff\x39\xfa\x07\x10\x2f\x0d\x25\ -\x49\x92\x8e\x16\xc0\x49\x05\x04\xaa\x76\x20\x9e\x00\x00\x00\x00\ -\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\x86\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x38\x49\x44\x41\x54\x58\x85\xed\ -\xce\x31\x11\x00\x30\x08\x04\x41\x26\xca\x71\x82\x20\x44\x11\x11\ -\x50\xee\xf5\xff\xb3\x11\x8b\xaa\x27\xab\x27\x37\x1f\x6f\x33\xbe\ -\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xe0\ -\x03\x6c\x82\x06\x11\x86\x49\x23\x85\x00\x00\x00\x00\x49\x45\x4e\ -\x44\xae\x42\x60\x82\ -\x00\x00\x00\xf8\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\xaa\x49\x44\x41\x54\x78\x9c\xed\ -\xd0\xa1\x0d\x80\x40\x00\xc5\x50\x8e\x89\x2e\x41\xb0\xbf\x44\x90\ -\xb0\xd1\x61\xd9\xe0\x21\x5a\xf7\xd5\x6f\x3a\x36\xc4\x75\x3f\xeb\ -\xbb\xcf\x63\x0e\xe1\xb1\x8b\xd3\x3f\x51\x00\x2d\xa0\x29\x80\x16\ -\xd0\x14\x40\x0b\x68\x0a\xa0\x05\x34\x05\xd0\x02\x9a\x02\x68\x01\ -\x4d\x01\xb4\x80\xa6\x00\x5a\x40\x53\x00\x2d\xa0\x29\x80\x16\xd0\ -\x14\x40\x0b\x68\x0a\xa0\x05\x34\x05\xd0\x02\x9a\x02\x68\x01\x4d\ -\x01\xb4\x80\xa6\x00\x5a\x40\x53\x00\x2d\xa0\x29\x80\x16\xd0\x14\ -\x40\x0b\x68\x0a\xa0\x05\x34\x05\xd0\x02\x9a\x02\x68\x01\x4d\x01\ -\xb4\x80\xa6\x00\x5a\x40\x53\x00\x2d\xa0\x29\x80\x16\xd0\x14\x40\ -\x0b\x68\x0a\xa0\x05\x34\x05\xd0\x02\x9a\x02\x68\x01\x4d\x01\xb4\ -\x80\xe6\x05\x6c\x71\x04\x80\x90\xf8\x60\x7e\x00\x00\x00\x00\x49\ -\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\xca\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x7c\x49\x44\x41\x54\x58\x85\xed\ -\xd2\xb1\x09\xc3\x30\x14\x84\xe1\xff\x29\x3b\x04\xbc\x88\x6b\x6f\ -\x62\x42\x1a\x8f\xe1\x31\x52\x18\xdc\x65\x86\x94\xee\x33\x48\x40\ -\x3b\x84\x4b\x25\x10\x04\xd2\x29\x6a\xee\xeb\x0e\x3d\xb8\x2b\x04\ -\x66\x66\x66\x9d\x45\x1d\x24\xc5\x7a\x70\x6a\x59\xb8\x4e\xbc\x23\ -\x42\x5f\x03\xf6\xa7\x26\xe0\x0e\x0c\x2d\x07\x20\x32\x30\x5f\xc6\ -\x78\x00\xa4\xea\xe9\xd6\xbc\x1c\x20\x38\x93\xd8\x4a\x4c\xbf\x6e\ -\xff\xa1\x1e\xb0\x00\xaf\xe6\x8d\x22\x2b\xb8\x96\xd8\xfd\x13\x9a\ -\x99\x99\x75\xf7\x01\x54\x81\x1b\x0b\xb9\x84\xb5\xb2\x00\x00\x00\ -\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\x79\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x2b\x49\x44\x41\x54\x58\x85\xed\ -\xce\x31\x01\x00\x20\x0c\xc4\xc0\x16\x17\xcc\x9d\xf1\x2f\x0f\x64\ -\x3c\xc3\x9d\x81\xa4\x0a\x00\x08\xeb\x3d\xe7\x26\x07\x56\x32\x0e\ -\x00\x7c\xe1\x01\x30\x8b\x01\x6c\xeb\x48\x11\xb6\x00\x00\x00\x00\ -\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\xb8\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\x6a\x49\x44\x41\x54\x58\x85\xed\ -\xd2\x31\x4b\x5b\x51\x18\xc6\xf1\xff\x7b\x2f\x88\xb4\xa9\xa8\x81\ -\xde\x9b\x82\x62\x6e\x84\x2e\xf1\x12\xd0\x4d\x5c\x32\x89\xd6\x41\ -\x28\xdd\xe2\xda\x4e\x7e\x0a\x21\x5f\x42\x9c\x32\x74\x68\x47\x45\ -\xda\x41\x48\x29\x74\xd5\xa4\x93\x26\x1d\xaa\xbd\x68\x0a\xa1\x26\ -\x82\x43\x72\xdf\x0e\xcd\x20\x42\x3c\x89\x2e\x42\xcf\x6f\x3c\x3c\ -\x3c\x3c\x2f\x1c\xb0\x2c\xcb\xb2\xfe\x77\x62\x0a\xa4\x82\x70\x1b\ -\x98\x8f\x85\xc2\x79\xed\xa8\x3a\x48\xa9\x3f\x93\x9b\x11\x37\x2e\ -\x81\xfe\x89\x6a\x95\x57\x80\xf6\xcb\x3a\xc6\x36\x27\x1e\x47\x34\ -\xe7\xa0\x5f\xbd\x4c\x98\x37\x0e\xce\xcc\xcd\x8b\xdb\xfd\x06\xba\ -\x28\x4a\xd2\x58\x6f\x0a\xb8\xd7\xcf\x0a\x28\x1f\x80\x31\x17\xdd\ -\xf7\x33\xe1\x46\xbf\xac\x1f\x64\x57\x81\x32\xe0\x81\x1c\x8c\xc4\ -\xee\x32\x77\x5c\x0f\xe0\x9a\x06\x5c\x5e\x9e\x76\xda\xcd\x8b\x8f\ -\x63\x93\xfe\x53\x85\x25\x81\xf5\xc4\x84\xa7\xed\xe6\x45\xf9\x66\ -\x2e\x15\x64\xdf\x89\x48\x09\x18\x41\x29\x4d\x8c\x76\xdf\x1c\x1f\ -\x57\xae\x8c\x07\x9a\x02\x3d\xda\x6a\x9e\x7f\x4e\x24\xbd\xdf\x02\ -\xcb\x22\xe4\x13\x49\x6f\xba\x9d\x9e\xda\x23\x8a\xf0\x67\xe7\x8a\ -\x82\x14\xf9\xf7\xa7\xb6\xa2\x7a\x65\xb3\xd1\x68\x74\x07\x29\x36\ -\x7e\xc2\xdb\x5e\xcc\x86\x6b\xaa\xfa\x1e\x78\x02\x7c\x01\x5a\xc0\ -\x0a\xd0\x11\xd5\xb7\xbf\xea\xd5\x9d\x61\xfa\x86\x1e\x00\x90\x0a\ -\xb2\x0b\x88\xec\x02\xcf\x7b\x4f\x2d\x44\x5f\x47\x27\xd5\x4f\xc3\ -\x76\xdd\x6b\x00\x80\xf7\x32\x4c\x3b\x1d\xad\x03\x3f\x9d\x38\x5e\ -\x3b\xfb\xf1\xfd\xf0\xbe\x5d\x0f\x21\x3c\xe0\x08\xcb\xb2\x2c\xeb\ -\x51\xf8\x0b\x7a\x39\x68\x84\x9c\xc0\x2b\x08\x00\x00\x00\x00\x49\ -\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x03\xc2\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x03\x74\x49\x44\x41\x54\x78\x9c\xed\ -\x9b\x3d\x4c\x14\x41\x14\xc7\xff\x6f\x39\xb4\x52\xb8\xc2\x5b\x93\ -\x23\x04\x12\x3d\x22\x85\x98\x48\x63\x47\xa1\x50\x40\x28\xa5\x90\ -\x84\x90\x78\x12\x1b\x62\xa7\x5c\xe1\x05\x12\xc5\x58\xf9\x51\xe1\ -\x99\x10\x12\x1a\x28\x09\x14\x9c\x16\x76\x36\x90\xa8\x05\x86\x53\ -\x03\x21\x5c\xc2\x1e\x89\x7c\x74\x08\xec\xb3\xb8\x83\xdc\x7e\x9c\ -\x70\x37\xbb\x37\x20\xf3\xeb\x66\xe6\xcd\xdc\xff\xfd\xd9\xdd\x99\ -\x84\x37\x80\x42\xa1\x38\xcb\xd0\x71\x82\x5a\xe2\x1c\x48\xd7\x64\ -\x3a\x89\xb9\x8b\x99\x9a\x41\x08\x03\x38\xef\xb3\xb6\x62\xd9\x01\ -\x23\x4d\xc4\x73\x4c\x34\x11\x5e\x0d\x4d\x7d\x1a\xa4\xbd\xa3\x26\ -\x1d\x69\xc0\xd5\x84\x71\x07\x4c\xaf\x01\xbe\xe6\x8d\xce\xb2\xb1\ -\x00\xc2\xa3\x1f\x51\xfd\xc3\xbf\x82\xb4\x82\x23\xcc\x14\x49\xac\ -\xc5\xc0\x48\x9e\xc2\xe4\x01\xa0\x11\x8c\x64\xe4\x5d\x66\x00\xcc\ -\x05\xff\xd0\x05\x0d\x88\xbc\x37\x06\x98\xe9\x99\x3f\xda\xca\x07\ -\x83\x9f\x47\x12\xeb\x4f\x0a\x8d\xbb\x3a\x93\x7d\xec\x91\xb4\x06\ -\xf2\x06\x58\x7b\x4a\x9a\x39\xb3\x58\xa5\xaf\xe0\x2e\xed\x7b\x2d\ -\x56\x88\x49\xae\x68\xd8\x32\x6a\xd9\xd4\xda\x41\xe6\x10\x83\x82\ -\x96\x71\x42\xab\xdb\xeb\xe0\x30\xa0\x25\xce\x81\x74\x78\xfd\x9b\ -\xed\xb1\xff\xb8\x47\xe8\x5e\x8a\xea\x86\xf7\xca\xbd\xa7\x3e\x61\ -\xe8\x01\xc6\x38\x80\xdb\x79\xdd\x0b\xe1\x74\xa8\xc9\xfe\x61\x74\ -\xbc\x02\xe9\x9a\x4c\xa7\x2d\xf9\xdf\xe6\x3e\xdf\x3b\x2d\xc9\x03\ -\xc0\x52\x54\x37\xf6\x08\xdd\x04\xde\xc8\xeb\x6e\xcc\xe6\x66\xc5\ -\x61\x00\x31\x77\x59\xdb\x14\xff\xf5\xf0\x72\xc6\x07\x9d\xbe\xb2\ -\x14\xd5\x0d\x86\x16\xcf\xef\xb3\xe7\x06\xb8\x18\xc0\x4c\xcd\x96\ -\x49\x9a\x39\xe3\xbd\xbc\xf2\xa0\x91\x39\x9d\xdf\x66\xd0\x4d\x47\ -\x8c\x63\x56\xf6\x90\x73\xc8\x62\x95\xbe\xe2\xb9\xb2\x32\xe1\xa2\ -\xbd\xc6\x1e\xe3\xb6\x0d\x5a\x4f\x78\x27\xed\x6b\x5f\x0c\x4e\xed\ -\x8e\xd3\x6b\xe1\x83\xd0\x19\x41\x19\x20\x5b\x80\x6c\x94\x01\xb2\ -\x05\xc8\x46\x19\x20\x5b\x80\x6c\x94\x01\xb2\x05\xc8\x46\x19\x20\ -\x5b\x80\x6c\x94\x01\xb2\x05\xc8\x26\xe0\xc5\x22\x57\x46\x8c\x56\ -\x22\xbc\x04\x70\x1d\xc7\xfc\x5f\x83\x00\x0c\xe0\x2b\x33\x1e\xff\ -\xec\xd3\x93\x47\x46\x1f\x81\xf0\x13\x10\x19\xc9\xf4\x10\x61\x16\ -\x40\x13\xfc\x4f\x1e\xb9\xdf\xb8\x41\x84\xd9\xc8\x48\xa6\x47\x74\ -\x31\x21\x03\xea\x46\x37\xaa\x99\xf8\xad\xa8\x88\x52\x61\xe2\x37\ -\x75\xa3\x1b\xd5\x22\x6b\x08\x19\x70\x6e\x77\xf7\x16\x80\x0b\x22\ -\x6b\x08\x72\x31\xa7\xa1\x64\xce\xfc\x47\x50\xc8\x80\x3f\x95\x95\ -\x9f\x01\x6c\x7b\xa4\xa5\x14\xb6\x73\x1a\x4a\x46\xc8\x80\xe5\xde\ -\xe0\x26\x31\xf5\x8b\xac\x21\x02\x31\xf5\x2f\xf7\x06\x37\x45\xd6\ -\x10\x7e\x05\x52\x7d\xa1\x31\x66\xb4\x01\xf8\x82\xec\x16\xe5\x37\ -\x07\xdb\x60\x5b\xaa\x2f\x34\x26\xba\x98\x27\xe7\x80\xdc\x7e\x2c\ -\xbc\x27\xcb\x40\x7d\x04\x65\x0b\x90\x8d\x32\x40\xb6\x00\xd9\x28\ -\x03\x64\x0b\x90\x8d\x32\x40\xb6\x00\xd9\x28\x03\x64\x0b\x90\x8d\ -\x32\x40\xb6\x00\xd9\x28\x03\x5c\xfa\x76\x2c\xad\x49\xae\x28\x8f\ -\x14\x1f\x70\x6a\xdf\xb1\x87\x38\x0d\x60\xa4\xf3\x9b\x0d\x5b\x46\ -\xad\xb7\xaa\xca\x87\x8b\xf6\x55\x7b\x8c\xb3\x50\x92\x78\x2e\xbf\ -\xcd\xa6\xd6\xee\xb1\xae\xb2\x61\xb2\xd6\x91\xdf\x26\xf0\xbc\x3d\ -\xc6\x59\x28\x49\x34\x61\xe9\x20\x73\xa8\x3e\x61\xe8\x9e\xab\xf3\ -\x99\xfa\x84\xa1\x13\xcc\xc1\xfc\x3e\x47\x6e\x70\x31\x20\xbc\x1a\ -\x9a\x02\xe8\xfb\xe1\x24\x50\x30\xc0\x18\x3f\x4d\x26\x1c\x14\x4b\ -\xdb\x2a\xc6\x17\xb2\xb9\x59\x29\xaa\x5c\x9e\xa1\xc5\x35\x32\xa7\ -\x4f\x72\xb9\xbc\xc9\x5a\x07\xc1\x1c\x2c\xb9\x5c\xfe\x80\x48\x62\ -\x2d\xf6\x3f\x5c\x98\x00\x00\x02\xc5\x52\x0f\x42\xc3\x6e\x63\x05\ -\xcf\x01\xa9\xfb\xfa\x30\x81\x62\xfe\xc9\x2a\x0b\xcc\x4c\x03\xa9\ -\xe8\xa5\x17\x85\x02\x8e\x79\x69\x0a\xaf\x00\x34\x7a\x2a\xcd\x7f\ -\x8e\x75\x69\xaa\xf8\x6b\x73\xd9\x92\xf3\x1a\x9c\xc4\x6b\x73\xc0\ -\x2a\x81\xe7\x8b\xb9\x36\xa7\x50\x28\xce\x36\x7f\x01\xd0\x7e\x28\ -\x4d\x53\x8b\x05\x25\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\ -\x82\ -\x00\x00\x00\x8a\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x3c\x49\x44\x41\x54\x78\x9c\xed\ -\xd0\x01\x0d\x00\x20\x0c\x04\xb1\x81\x7f\x0f\x08\x42\xd4\x50\xb1\ -\x7c\x42\x5a\x05\x97\xab\x02\x00\x00\x00\x00\x00\x00\xe0\x7f\xeb\ -\xdc\xee\x74\x44\xd2\x4e\x07\xa4\x19\x90\x0e\x00\x00\x00\x00\x00\ -\x00\x00\x80\x79\x0f\x64\x9f\x03\x70\xb6\x49\xe8\x91\x00\x00\x00\ -\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\x11\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\xc3\x49\x44\x41\x54\x58\x85\xe5\ -\x96\xbf\x6b\x54\x41\x14\x85\xbf\xb3\xcf\x04\x35\xa0\x68\x91\xc6\ -\x2a\x85\x9d\xa0\xcd\x2e\xc1\xc2\x32\x82\x92\x26\xc5\xa6\x4a\xe2\ -\xeb\x6c\x02\xf9\x03\xc4\x42\xd2\x8b\x20\xd8\x08\xcf\xc4\xca\x2d\ -\x6c\x82\x85\xb1\xb3\x08\x61\xb7\x49\x42\xba\x80\xa4\xd0\xc6\xce\ -\xc0\xa2\x89\x79\x7b\x2c\x36\x5b\xfb\xe6\xcd\xa0\xa0\xb7\x9a\x81\ -\xb9\xf7\x7c\x73\xef\xfc\xb8\xf0\xbf\x9b\x52\x07\x7c\xb9\xe5\xab\ -\xd9\x18\x9f\x00\xe7\x4d\x5d\xf9\xdd\xfa\x73\x29\xc5\xd7\x77\x3d\ -\x51\x1e\xf3\x0e\xb8\x5c\xd5\xa7\x91\x4a\xbc\xb3\xef\xf1\xf2\x84\ -\xb7\x88\xe9\x10\xbf\x24\x00\x9d\x8e\xb3\xfe\x77\xd6\x81\x19\x1c\ -\xe6\x1b\x0d\x60\x5b\xfd\x29\x9e\x03\xf3\x06\x10\x83\x3f\x0a\xb0\ -\xd6\xe3\x09\xf0\xf0\x6c\x3a\x80\xb0\x1c\x44\x01\x14\x3d\xaf\x58\ -\x3c\x02\x40\x0c\x14\x28\x1e\x05\x50\xf4\xbc\x00\x3c\x1d\x89\xe3\ -\x70\xf1\xda\x00\x45\xd7\xb3\x40\x11\x2b\x5e\x0b\xe0\x55\xd7\x77\ -\x10\x1d\x20\x03\x1c\x23\x1e\x0c\x50\x74\x7d\xcb\x62\x03\x38\xcf\ -\xb0\xde\x41\x27\x3e\x0a\xa0\xd8\xf6\x75\xe0\x3d\x70\x49\x4a\x23\ -\x5e\x19\x60\x6d\xcb\xd7\xc8\xf8\x80\x98\x14\xd8\x4e\x23\x0e\x15\ -\xff\x82\xc1\x18\x9f\x47\x63\x27\xda\xf9\xc8\xaa\x96\x60\x2f\xa5\ -\x68\x30\x40\xe3\x27\xf7\x10\x87\x00\x4a\xf8\x81\x55\x06\x58\xba\ -\xad\x2f\x9c\x32\x83\xf9\x6a\x90\x94\x0e\xa2\x72\xa0\x7c\x5a\x07\ -\xc0\x5d\xe0\xc8\x46\xa9\x32\x11\x14\x24\x6f\x69\x47\x66\x16\xf8\ -\xe1\x61\x37\x15\x0d\x11\x1c\xe0\x41\x4b\x1f\x31\x6d\xa0\x04\x84\ -\xe2\xda\xba\x5a\x3b\xc8\x5b\xda\x00\x72\x00\x4c\xc3\x11\xbd\x65\ -\xed\x14\xe6\x4d\xbd\xc6\xac\xc0\xf0\x66\xb8\x66\x26\xa2\x6a\x98\ -\xb7\xf4\x4c\x66\x15\x40\xae\x07\x11\x7d\x88\x96\x9a\x3c\x96\x79\ -\x01\xd4\x2a\x47\x34\x80\x24\x5f\x3c\x64\x19\x78\x23\xc2\x1f\xaa\ -\x24\x77\xb9\xdd\x56\x39\x71\x81\x45\x60\x33\xd4\x37\xd9\x8b\xd6\ -\xbe\xa1\x93\x6c\x9c\x39\xcc\xf6\x5f\x01\x00\x58\xbc\xa9\x7e\x79\ -\xca\x7d\xe0\x08\xf8\x96\x32\xf6\xbf\x6b\xbf\x00\x2f\xa2\x86\xfe\ -\x31\xdd\x61\xe7\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\ -\x00\x00\x0c\xd6\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x0c\x88\x49\x44\x41\x54\x78\x9c\xe5\ -\x9b\x5b\x6f\x5b\xc7\x11\x80\xbf\x25\x45\x8a\x94\x28\x89\x92\xad\ -\xbb\x64\xc9\x4e\x9a\xc2\x41\xe0\x26\x45\xd1\xa0\x48\x0a\xf4\xa9\ -\x7d\xe9\x7b\x81\x16\xfd\xa3\x7d\x2a\x50\xb4\x0f\x41\x90\x36\x4e\ -\x52\x20\x69\x92\xc6\x96\x6c\xc9\x37\x5d\x48\x49\xa4\x2e\xe4\xf4\ -\x61\xf6\x1c\xee\xd9\x33\x87\xa4\xe4\xf4\xc9\x03\x10\x24\x77\xf7\ -\xcc\xce\xcc\xee\xce\x6d\xe7\x00\xb2\x05\xe2\x78\xe3\x40\x9c\xf2\ -\x9e\xfe\x78\x93\x84\x90\xe3\xf9\x4d\x12\x42\x96\x57\x97\xed\xe0\ -\x0e\xf0\x18\x9c\x14\x3c\xdc\x00\x6e\x19\x1d\x25\x60\x32\x8b\x2f\ -\x6d\xaf\x0d\xa1\x66\x12\x10\xe0\x62\xc8\x98\x73\xa0\x67\xb4\x77\ -\x81\xbe\xd1\xfe\x12\xdc\xa9\x8d\x2a\xcf\xa3\x1b\x35\x00\x64\x1b\ -\xb8\xed\x09\x3d\x01\x5e\xf8\x89\xa7\x80\x39\xdf\x2e\xc0\x59\xd0\ -\x3e\xeb\xdb\xfa\xbe\x1d\x8f\xa3\x0a\x34\x81\x8a\xef\x3f\xf7\x34\ -\x54\xfd\xf7\x25\x70\x04\x97\xa7\x50\x39\xf2\x6d\x53\xa8\x20\x9d\ -\x9f\xff\xc4\xff\x9f\xf2\x6d\x0e\x68\x01\xa7\xbe\x7d\x29\xe8\x7b\ -\x01\xee\x71\x31\x6f\x85\x52\x92\x2d\x90\x09\x90\x8f\x40\x56\x8d\ -\x31\x6b\x20\x0b\x46\xfb\x06\xc8\xbc\xff\x3d\x05\x72\x0f\xe4\xae\ -\xff\xcc\x80\xdc\x01\x19\xb2\x23\xa4\xee\xc7\x2c\xa8\xe0\xe5\xae\ -\xc7\x31\xe1\xfb\xe7\x40\x36\xf3\x47\x55\x9a\x05\xed\x1b\x20\xbf\ -\x06\x29\x5f\xf3\x88\xcb\x04\xc8\x9f\xf5\xc1\x5c\xdf\x36\x48\xc5\ -\x68\x7f\xdb\x3f\xb7\xe2\x27\x5b\x8e\xf0\xdd\x1b\x73\x72\x3c\xe3\ -\x25\xff\xdb\x79\x46\xb6\xa0\x75\x4b\xdb\xe5\x2d\x83\xd9\x32\xc8\ -\x4f\x8c\xf6\x09\x90\x3f\xda\xbc\x14\x13\xf0\x91\x7f\x30\x92\x9a\ -\xac\x17\x30\x7f\xc7\x7f\xb6\xed\x15\x96\xed\x6b\x4c\x4e\x60\xa2\ -\xe2\xf6\x59\x15\x4e\x7b\x49\xe7\xcb\xf5\x97\xb3\xcf\xa5\xbb\xb9\ -\x02\xf2\xab\x71\x27\xdf\x1e\x6c\xfb\x50\x63\xca\x14\xc8\x6d\x63\ -\xfc\x2a\xc8\x07\xba\x7d\x4d\x7c\xf3\x5e\x79\x5e\x13\x64\x56\xb7\ -\xbc\xd9\x37\x07\xf2\x00\x64\xd1\xe8\x6b\xfa\x67\x23\xcb\x26\x9b\ -\xfa\xc9\x82\x71\x26\xe4\x17\xe0\x3e\x0d\xfe\x27\xca\xa3\x07\xec\ -\x01\x21\xa3\xab\x70\x79\x0b\x2a\x5f\x0e\xe1\x64\x0d\x78\x5a\xd0\ -\x97\xda\xe1\x1b\x3c\x0b\xf0\x00\xba\x4f\xa0\xf6\x2a\x68\xeb\x28\ -\x5d\x94\xc9\x29\xbc\x98\x37\x98\x30\x90\xc6\xc4\x34\x50\xe6\x1f\ -\xa0\x5a\xbd\xed\xc7\x6c\x01\x2f\x54\xa1\x0f\x05\xf1\xc4\x2c\xf9\ -\xff\x89\xe9\x4a\x34\x78\xd8\x46\xd0\xf6\xc2\xa0\x25\x86\x17\x20\ -\x82\x32\xbc\xe7\x9f\x5d\x02\x7e\x06\x7c\x0e\xcc\xa0\x16\x22\x81\ -\x9c\xd9\x8c\x04\x20\x0d\xd4\xcc\x24\xff\x37\x80\x36\xb8\x5d\x3f\ -\x51\x05\x35\x5d\x9b\xc0\xd7\xe0\xae\xf4\x7c\xb9\x13\x72\x20\xce\ -\x8f\x9b\x42\x7d\x81\x6f\x47\x98\x9f\xf8\xd9\x45\x60\x1a\x35\xa9\ -\x7b\xf6\xb3\xd2\x86\xfa\x0b\xd4\x9f\x58\x01\x7e\x00\x16\x80\xcf\ -\x80\xe7\x80\xb7\x3c\xec\xf8\xe7\x7b\xaa\xdb\xdc\x55\xd1\xc4\x5b\ -\x03\xf3\x26\x5b\x59\xcd\x29\x1b\x5e\x0f\x7c\x1c\x29\x46\xcb\x4c\ -\x2e\xa1\xa6\x72\x46\x3f\x37\x05\x59\xf5\xca\x78\x3d\x6b\x55\xd2\ -\xfe\x99\x81\x7e\x91\x09\x90\xdf\x78\x2b\x11\xb6\x07\x8a\x51\xee\ -\xaa\x8e\x18\x40\xc9\x98\xb5\xaf\x13\xb2\x0b\xae\x17\x8d\x5d\x03\ -\xfe\x0e\xdc\x09\x84\x10\xac\xcc\x61\x53\x19\xe7\x10\xdc\x53\xdf\ -\x37\xe6\xaa\x9b\xe0\x9f\x75\x4f\x80\x03\xc5\x7d\xd8\xcc\xf7\x8b\ -\x03\xd6\x81\xbf\x01\xf7\xb2\x73\xba\x9e\xf2\x22\xeb\x18\x47\xc0\ -\x12\xc0\x14\x70\x16\x31\x0f\x7a\xe6\xbf\xf3\x5b\xe9\x31\x59\x21\ -\xa0\x1a\xb9\xd9\x57\xc6\xdd\xe5\xf8\x3c\x8e\x0b\xee\x52\x71\x37\ -\xfb\xd1\x6e\x08\x3d\xbc\x1e\xf0\x04\x3d\x7a\xe1\x90\x1e\xea\x29\ -\x4e\xc7\x58\x2d\x25\x38\xe7\x57\x2f\x00\xd9\x46\x95\x4c\x29\x30\ -\x77\x07\xc0\x7d\xe0\xd2\x9b\xab\x57\xe8\xee\x09\x4d\x9e\x9f\xd0\ -\xdc\x04\x25\xe8\xfa\xe3\x56\x3b\xc4\xf6\xf7\xa7\x81\x2e\x48\x78\ -\x66\xfb\x3a\x56\xee\x03\x47\xe8\xca\x7f\xad\x63\x05\xa0\x03\x9d\ -\x13\xa8\x2f\x92\xd1\x67\xee\x08\xe4\xa7\xf1\x04\x63\x58\x01\x79\ -\x0b\x2e\x2a\x50\x9d\x46\x15\xd3\x29\x83\xad\xbd\x0b\xfc\x0e\xf8\ -\x4b\x01\x03\x01\x74\xe6\xa1\x9e\x04\x3f\x3e\x4e\xa8\x1d\xf9\xce\ -\x79\xd4\x52\xf8\x1d\xd5\x39\x87\xfa\xe1\x10\x64\x5d\xd4\x3c\xfe\ -\x06\xf8\x24\xa0\xd9\x2b\xcf\x7a\x0d\xb8\x0d\x72\x1e\x2d\x66\x6e\ -\x25\x62\x01\xc4\xd1\xe1\x5d\x60\x1a\x26\x1f\xaa\x12\x74\xfb\xd9\ -\xe1\xb2\x0e\xfc\x03\x0d\x70\x8c\x20\x43\x80\xee\x6d\xa8\x4d\x40\ -\xfd\x25\xb8\x4e\x01\x43\x47\xd9\xbf\x52\x07\x16\xe0\xa2\x06\xd5\ -\x93\xbc\xd6\x4e\x7d\x93\xbf\x02\x6b\xe0\xf6\x82\xce\x36\xc8\x09\ -\xba\x63\xdf\xf6\x9e\x6b\x42\x5b\x9f\xe8\xd8\xc7\x3a\xa0\x0a\x9c\ -\xfb\x09\xee\xa1\xab\xf2\x85\x4d\xb3\x2c\xa1\xdb\xbe\x87\xad\x13\ -\xa6\x81\x55\xa8\xb5\x55\x89\x15\x32\x6f\x80\xeb\xe8\x33\xd5\xb6\ -\x32\x18\x1e\xab\x30\xaa\xa3\x87\xfa\x02\x2b\x05\x88\xbe\xf1\x63\ -\xee\xf9\xe7\x3a\x64\x1d\xb9\x22\x2b\xc0\x06\xf0\x0c\xf5\x01\x8c\ -\x03\x7c\xd8\x04\xba\xe0\xba\x9e\xe0\x48\x31\x1e\xcd\x43\xbb\x86\ -\xae\xc2\xf9\x58\x3c\xdb\x70\x01\x3c\x85\xf6\x24\x1c\x2f\x60\x87\ -\xb4\x5d\xe0\x4c\xe7\x8c\xc1\x9d\xa1\x8b\xfa\x83\xe7\x29\xc7\x8b\ -\x25\x80\x06\xea\x3d\x2d\xe6\xb7\x7c\x02\xcd\x29\x70\xad\x6c\x5b\ -\x22\x84\xcb\xf7\x61\xae\x07\xb3\xaf\xcc\x47\x6f\x04\xb3\xaf\x60\ -\xf6\x52\x71\x5b\x47\xcd\xb5\x60\xae\x20\x16\x61\x07\x35\xdf\x2d\ -\xd4\xc2\x65\xc0\x12\xc0\x34\xaa\x3d\x0b\x94\x9a\x2c\xa3\x6e\xaa\ -\x01\xc7\x4d\xa8\x7c\x0f\xcc\x33\x7e\xec\x3d\x06\x88\x03\x16\xa0\ -\xf2\x9d\xce\x61\xc2\x73\xdb\x59\x72\x97\x40\x19\xdc\x31\xba\xb8\ -\x19\xb0\x04\x20\xa8\x69\xd9\x29\x20\x64\xc2\xb6\xf3\x32\x05\xa5\ -\x64\x22\x7f\x1c\xac\x60\xeb\xda\x10\x6e\xfb\x16\x94\x4a\x5e\xbf\ -\xc4\xc3\xae\x94\x36\xb1\x78\x3a\xd4\x23\x34\xda\x0a\x94\x07\x83\ -\x4c\xbf\x7d\x13\xd5\xb2\xe1\x2a\xcc\x82\x74\x81\x15\x98\xd9\x0f\ -\xfa\x5a\xc0\xbb\xc0\x13\xd2\x8c\x4e\x06\x92\xd4\x19\xa8\x4f\x61\ -\xe5\x05\xe7\xd0\x40\xe7\x07\xfd\x2d\xa0\x3b\x73\x03\xe4\x19\x03\ -\x3f\x23\xc1\x7f\xa6\x7d\x1c\x64\xd1\xb8\x63\xef\x0e\x27\x81\x59\ -\x0a\x31\x61\x35\x72\x49\x48\x99\x47\x83\x8d\x65\x4f\x64\x84\x9c\ -\x1e\x74\x66\xa1\x7e\x00\xc4\x41\xc6\x23\x4f\xd0\xd7\xc1\xe4\x2b\ -\x40\x1f\x3a\x67\x50\xdf\x05\x1c\x74\x6f\x41\x2d\xc9\x2f\x3e\xf3\ -\xdf\xce\xcf\xf9\x05\x9a\x2b\x0c\xe1\x15\x74\x66\xa0\x9e\x08\x2d\ -\x9c\xb7\x89\x2a\xbe\xbe\xee\x86\x54\x57\x25\x79\xcb\x4c\xc2\xc6\ -\x5a\x99\x45\xe0\x4b\x90\xaa\x27\xe0\x25\xb8\x43\x34\xd3\x73\x96\ -\x8f\xfc\xa4\x01\xf5\x32\xb8\xe7\x79\x54\x82\x67\x7e\x01\x38\x46\ -\x57\xec\x1b\x63\x77\xb5\xfd\xf8\x32\xba\xe2\x07\x9e\x8e\xff\x68\ -\x5f\x2e\x7a\x3b\xf1\xa6\xcf\x67\x7f\x43\x9a\x64\x1f\x15\x98\x17\ -\x9a\x6c\x02\x4f\xe0\xa4\x03\x8d\x29\xb2\xe1\xb1\xa9\x03\x4a\xa8\ -\x04\x6f\x83\xdb\x09\xec\xf7\x2d\x6c\xe5\x37\x0d\x47\x05\x69\x68\ -\xa5\x00\xcd\xf4\x6e\x01\x4f\x87\x87\xc4\xa9\x2f\x7f\x1f\x0d\x67\ -\x87\x05\x52\x27\x18\xbe\xbd\x5f\x08\x9f\xb9\x72\x27\xa8\xb7\xba\ -\x01\x8d\x03\xf4\x48\x65\xa0\x48\x09\x2e\xe5\xe3\x01\x28\x20\xbe\ -\x01\xf3\x47\x46\x7b\x02\x65\x25\xb4\xf2\x90\x9c\xb3\x94\x9b\x3a\ -\x51\x78\x9f\x61\xdf\x3f\x84\xb4\x14\x08\x20\x37\x4e\x7c\x6a\x7c\ -\xcd\xea\xb5\x04\xb0\x00\x58\xf6\xdf\xba\x84\x18\x07\x56\x18\x24\ -\x34\x0c\x8f\x31\x81\x9c\x93\xf3\x12\x2e\x8c\xd4\x7b\x06\x8a\x84\ -\x69\xd1\xfa\x0a\x43\x60\x05\x47\xe0\x5a\xe1\xec\x28\xc1\xf4\x07\ -\x3b\xa7\x30\x94\x36\x3c\x3c\xd7\x85\xea\xa8\x7c\xdb\x35\x72\x0d\ -\xee\x0c\x55\xe6\x19\x88\x05\x30\x41\x71\x54\x77\x13\x9b\x5e\x83\ -\x6e\x64\xde\x62\x21\x0c\xbd\xb1\xb9\xa9\x1f\x51\xf4\x5c\xae\x3d\ -\xb6\x02\xcb\x70\x65\x69\xf3\xc0\x3f\xc8\xb4\x97\xec\xf6\x14\x9a\ -\x50\x7b\x66\xd0\x21\x20\x8f\xd1\x24\x0b\xc0\xa3\x02\xfd\x32\x62\ -\x85\xbb\x7d\x8d\x34\x73\xd0\xc3\xce\xd6\x8e\x8a\x05\x7a\x15\x98\ -\xb8\xce\xf6\x4f\xec\x75\x11\xf4\x47\xf4\xbf\x26\xd4\x1c\xc5\x47\ -\x70\xac\x79\x23\x01\x94\x9f\xa1\xf6\x37\xc6\xd5\xb3\x11\x8e\xcc\ -\xf2\x1e\x90\x9a\xa4\x10\xd2\x6d\xff\xc8\x7f\x46\x58\x87\x42\x28\ -\x12\x40\x19\xdb\xb3\xcc\xcd\x11\xeb\x80\x2e\x51\xbc\x1c\x40\x11\ -\xb3\xc3\x08\xbf\xca\xcf\x11\x9f\xf9\x51\xd6\x61\x28\x14\x8d\x1f\ -\x5b\x39\xc6\x02\x48\x72\xe7\x39\x6d\x79\x03\x22\x12\xe8\x93\xde\ -\x27\x16\x29\x3c\x4b\x08\x32\x43\xea\xe9\xdd\x78\xee\x00\xc4\xe7\ -\x17\xb3\x60\x99\xc1\x23\x06\xb7\x38\x3f\x06\x3c\x07\x56\x46\x68\ -\x7b\x22\x21\x94\x50\xaf\xcd\xb8\x70\xc9\xc0\x98\xbe\x49\x12\x4e\ -\xe7\x05\x6a\x09\xc0\x01\xfb\xe4\x2f\x12\x8b\xa4\x7d\x00\x6d\x43\ -\x6f\x64\xe0\x25\xf0\x21\x23\x8b\x13\x9c\xa0\x61\xf8\x47\x0c\xbf\ -\x13\xc4\x67\x80\x8e\x8b\x10\x0d\x7e\x8a\x43\xad\xcd\x2e\x63\xe8\ -\x00\x00\xf1\x8e\xd0\x53\x15\x42\x7a\xb3\x73\x80\x79\x1b\xcb\x25\ -\x34\xaa\x43\x28\x4d\xee\xeb\xfe\x05\x6c\x6a\xde\xa0\x08\x64\x8e\ -\xc1\xe5\xcb\xa6\x45\xf0\x00\xe6\x26\x31\xd3\x6d\xed\x45\xd2\x88\ -\x55\x9a\x68\x6e\xe3\x91\xc7\x35\x32\x1f\x00\x9a\xe7\x9f\x04\x77\ -\x0e\xec\x28\x12\xd9\x40\xad\xc3\xbc\x8f\xbd\x43\x44\x4b\xc0\x19\ -\xc8\x3b\x44\x91\x16\x9a\x81\x59\x43\xa3\xba\x26\x70\x01\x17\x5b\ -\x5e\xc7\x58\x4e\xcf\x29\x1a\x19\x2e\xe9\x58\x1e\x00\xff\x06\x89\ -\x4d\x73\x92\xd9\x49\xf2\x01\xc9\xff\x24\x84\xee\x78\xfc\x7b\x7a\ -\xaf\x09\x3e\x83\x9d\xf3\x49\x62\x01\x74\x7c\xdb\x32\x7a\x1e\xd1\ -\x0b\x05\x8e\x3c\xbd\x02\xec\x67\xb7\xb1\xa0\xb9\x43\x59\xcf\xe6\ -\x10\xd3\x73\xf7\x4f\x70\xed\x60\x8e\x82\x3c\xa3\x05\x02\x9a\x38\ -\xd9\x8d\xe6\x5c\xd3\x60\x2d\x61\x3c\x09\x87\xc5\xa1\xbb\xfa\x38\ -\xdb\x0e\x0c\x0a\xb6\x32\xd9\xe9\xf8\x08\x84\x57\xd7\x16\xec\xa1\ -\xc1\x8d\x05\xcf\xc8\x14\x56\xe0\x6f\x65\x5f\xfb\x6e\x30\xb6\x0e\ -\x2b\x14\xe6\x24\x93\xc0\xcb\x84\xe4\x3a\x3e\xa3\x38\x8b\x94\xe0\ -\x85\x6d\x0a\x5d\x5f\x89\xb2\xea\x6d\xdc\x15\xd0\xf2\x67\x30\xc9\ -\xdb\xbf\x0e\xf3\x09\x04\x42\x68\xdd\x46\x13\x24\x56\x4e\xb2\x1c\ -\xd0\x18\xf7\x2d\xa3\xd6\x68\x2c\x25\xd8\x46\xed\xa5\x19\x3f\xfb\ -\x6d\x6e\x64\x5f\x01\x38\x83\xc6\x32\x9c\x9c\x8d\xe1\x25\x5e\x03\ -\x9c\x28\xce\x99\x15\x06\x65\x77\x31\x2c\x53\x7c\xbc\x92\x1a\x85\ -\x9c\x59\xb5\x04\x70\x86\x2a\x97\x72\x41\x86\x15\x38\xee\x90\xbb\ -\xf7\x4f\xb7\xfd\x57\xd0\x38\xd3\x73\xfa\x63\x81\xac\x2a\x4e\xbe\ -\xc2\xf4\x18\xa5\x01\xad\xae\x2d\x74\x99\x83\xb3\x2e\xca\x53\x4e\ -\x78\x45\xf9\x80\xc4\x66\xbe\x6d\x13\xd4\x3c\x54\x84\xc9\x31\xc9\ -\xb9\xb7\xa7\xe8\x96\x5b\x85\x4e\x41\xa1\xd3\x38\x70\x3e\xab\x38\ -\x92\xea\x4f\xd3\x6d\x9e\x04\x66\x61\x2e\x4e\xd6\x26\xb0\x02\x53\ -\xd3\x01\x4f\x19\x88\x05\x70\x41\x9a\x34\x70\xde\x74\xc9\xba\x8d\ -\xd7\xed\x2b\x72\x4a\xd8\xee\xed\x15\xb0\x07\xf5\x4b\x55\x5c\xb2\ -\x38\x9e\xaf\x2f\xce\x8f\x5d\x81\x49\x8f\x23\x3c\xf3\xa1\x10\x28\ -\x01\xab\x76\xfa\x0e\xd4\x34\x5f\x54\xc0\x7d\xeb\x1b\xea\x44\x56\ -\x20\x36\x83\xf1\x95\xd3\x27\x68\x39\x1a\xc0\x32\x5a\x27\xd4\x0f\ -\xc6\x5d\x02\xbf\x45\xaf\xc7\x97\x0d\x9d\x97\xa4\xa0\x4e\xd1\xf8\ -\xfc\x3d\x2f\x84\x61\x89\x0f\x21\xad\x35\xa0\x81\xba\xd1\x56\x4d\ -\xcf\x25\xf0\x7b\xe0\x53\x06\x97\xa3\x89\x19\x4c\xca\x6b\x27\xf5\ -\x66\x3b\x85\x12\xc3\xdd\x67\xd9\x42\x0b\x0f\xc2\xb6\x86\xf7\x08\ -\x37\xa2\xf6\xa4\x0e\x6f\xcd\x7f\x1b\x56\x43\x1a\xdc\xa8\x46\x30\ -\x7d\x7e\x05\xf3\x52\x45\xaa\x68\x09\xed\x1c\xc8\xbb\xb6\x4e\x90\ -\xf7\xf3\xd6\x4a\x3e\x64\x8c\x1a\xa1\x43\x90\x20\x23\xeb\x4e\xe0\ -\xa4\xab\xf5\x80\x29\xa2\xf0\x8a\xba\x0f\xee\x11\xea\x25\xbe\x06\ -\xb3\xe3\x82\xcc\xa0\x29\xfb\xef\xd1\xcc\xcf\x0e\x79\xc5\xb8\x81\ -\xa6\xe0\xc3\x0b\x9e\xe4\x6e\x22\x03\x96\x00\xba\x40\x95\x4c\x49\ -\xec\xcc\x0b\xa8\x4c\x7a\xc9\x16\x85\xb4\xfb\xd0\xaa\xaa\xce\xb8\ -\x56\x5d\xee\x98\x20\x65\xc5\xdd\xaa\x90\xaf\xfa\x08\x14\x63\x7b\ -\x11\xba\x1d\x32\x1a\x5f\x2a\xa8\x6e\xcb\xd5\x28\x58\xb1\x40\x09\ -\xdc\x9e\x6e\x79\x79\x16\x28\xa0\xa7\xa8\x46\xee\x01\xff\x0d\x98\ -\x0f\x24\x3f\x77\xe0\x05\x94\x84\xbf\xa1\x0b\x7c\x13\x48\xbc\xbf\ -\x55\x94\xd1\xa7\x30\x27\x51\xbf\x04\x39\xc6\xfb\xd0\x68\x91\xb9\ -\xbe\x93\x8a\xd2\xe3\x76\x40\xee\x1a\xcc\x66\xe0\x25\x69\x2e\xc0\ -\xed\xa2\x75\x36\xc9\xd6\x17\x54\xf1\x54\xc8\x66\x8d\x22\x1c\x4e\ -\x54\x80\xec\xa3\xb5\x3f\xf7\xc6\x08\x97\x0d\x68\xdd\x46\x9d\x9b\ -\x25\xe0\xb9\xee\xb0\x9c\x9d\x9f\x26\x5d\xd5\xe3\x26\xba\xea\x65\ -\x54\x79\x76\xd0\xda\xe6\x25\x65\x1e\xd0\xcb\xd8\x8c\x33\x14\xed\ -\x00\x77\x9a\x0d\x57\xdd\x1e\x5a\xc3\xbf\x81\x46\x66\x9f\xa3\x42\ -\x78\x00\xe7\x27\x50\x3d\x52\x22\x0b\xcd\x5b\x5f\xe7\x68\x24\x15\ -\x9b\x49\x1b\x80\x83\x0b\xbf\xbb\xaa\xc9\x0b\x14\x21\x1c\x7b\x66\ -\xbc\xa9\x33\x1d\xcb\x65\xc5\x2f\x4b\x1e\x6f\x12\x23\x7c\x00\x3c\ -\x04\x0e\xc0\xbd\x0c\xc6\x97\xe3\x7b\x46\xeb\x08\xc4\xcc\x74\x3d\ -\x21\x0f\xd1\x82\x45\xd0\x2b\xef\x65\xdf\xbe\x1f\xb4\x1b\x20\x62\ -\xf7\x8b\x83\xea\xa4\x67\xb0\x53\xe0\xc5\xad\x8f\xc0\x7d\x05\x4c\ -\xc1\xd1\xf7\xd9\xeb\x39\x71\x9e\xb6\xf8\xcc\x8f\x93\x42\x93\x3b\ -\x03\xe7\x27\x53\x2e\x5f\xcf\x5a\x07\xf0\x66\xe8\x7d\xec\x44\x49\ -\x32\xe6\xff\x50\x2e\x0f\xba\x00\xf2\xf3\xbc\xf9\x95\xa6\x5a\x8a\ -\x5c\xb9\xfc\x1d\xcc\xb2\x5e\x1b\xf9\xc7\xd8\x2f\x4c\xac\x92\x7b\ -\x61\x42\x1c\xfa\x82\x85\xf1\x02\x43\x3a\x66\x7b\xcc\x89\x43\x9c\ -\x05\xcf\x88\x43\xdf\x18\xf9\xa5\xd1\x57\xce\xfa\x2b\xa9\x10\xaa\ -\x8c\xff\xc2\x44\x8a\xe8\x4f\x05\x4e\xc8\x46\x5e\x08\x00\xf2\x1e\ -\xfa\xca\x4a\xee\xa5\x04\x5e\xeb\x95\x99\xb4\xad\xe4\x9d\x9f\xb7\ -\x40\xde\x31\x9c\x9f\xb2\xa5\xe5\x3d\xf3\x7f\xc8\xe3\x2b\x9e\x3c\ -\x91\x5a\x59\xa5\x16\x7b\x80\xe0\x77\x82\x71\x7d\x2d\x1b\x7e\x6b\ -\xde\xd3\x4f\x2b\x74\x9e\x2a\x8c\x7e\x69\x6a\xca\x8f\x09\x04\x2f\ -\x2b\x0c\x5e\xbe\x2a\x7a\x39\x6a\x1e\x33\x66\x91\x2d\xcf\x43\x29\ -\xbf\x9b\x15\x62\x44\x86\x93\x23\x9b\xa8\xb6\xf5\x35\xba\xb4\xfc\ -\xef\x1a\x6a\xe6\x1c\x7a\x01\x72\xc1\xe0\xb5\xb9\x19\x40\xa0\x37\ -\x0d\xe5\xc4\x29\x4a\x4a\x64\x7b\xc1\xff\xe4\xf6\x26\x79\x6d\x2e\ -\x28\x97\x4d\xe9\xeb\xfa\x71\x0e\x35\x61\xa7\xfe\xf7\x24\xaa\xc4\ -\x7d\x01\x06\x1d\x54\xa1\xce\x06\x78\xf6\x06\x4e\x93\xed\xc0\x8d\ -\xb8\xa2\x8e\x41\x26\x30\x4a\xcd\x3c\x9e\x3a\x79\x2d\x1b\xbf\x38\ -\x59\x42\xaf\xca\x92\x23\x54\x65\xe0\x5f\xe0\x99\x38\x24\x6b\xf3\ -\xac\x17\x27\x85\x41\xe2\x33\x06\xa3\xb4\x36\x7d\xac\x88\xc7\x37\ -\xf7\xd5\x59\xab\xe1\x0d\x80\x0c\xcf\x6f\x1a\xf3\x09\xa8\x10\xfe\ -\x07\xb4\x0a\xfd\x7e\xcf\x22\x5b\xc2\x00\x00\x00\x00\x49\x45\x4e\ -\x44\xae\x42\x60\x82\ -\x00\x00\x00\x9b\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x4d\x49\x44\x41\x54\x58\x85\xed\ -\xd7\xc1\x09\x00\x20\x08\x46\x61\x89\x56\x71\x8f\xe6\x74\x96\xa0\ -\x7d\x5c\xa2\x36\xb0\x94\x8e\xef\x1d\x7f\x10\xbe\xab\x22\x94\x4c\ -\xcd\x97\x9a\xaf\xd7\xfd\x56\xcf\x13\xf6\xc8\xed\x71\xad\x72\xf4\ -\x33\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x28\x7c\ -\x46\x32\x93\x3b\x85\x1d\xa6\x4a\x0d\xd1\x4c\x06\x5a\xb4\x00\x00\ -\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x05\x00\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x04\xb2\x49\x44\x41\x54\x78\x9c\xed\ -\x9b\xcf\x6b\x1c\x65\x18\xc7\xbf\xcf\xcc\xa4\xc5\x14\x03\xc9\x25\ -\x94\x4a\x7b\x30\x25\x18\x4c\x37\x66\x37\x75\x69\x4e\x0b\xea\xc5\ -\xda\x4b\x25\x2a\xb6\xa5\x7f\x82\x17\xc5\x04\x4c\xd2\x80\x56\xeb\ -\x45\xff\x02\x05\x83\xd2\xb5\x5e\x4a\x7a\x89\xc2\x40\x0b\x61\x63\ -\x76\x0c\x49\x34\x12\xa8\x87\x86\xf4\x10\x0f\x09\x44\xda\x92\x76\ -\x67\x1e\x0f\xbb\xaf\xcc\xec\xcc\x66\x66\x33\xef\xfc\x88\xd9\x0f\ -\xec\x61\xde\xf7\x9d\x79\x9f\xf9\xee\xf7\x79\xe7\x7d\x87\x77\x80\ -\x16\x2d\x5a\x1c\x66\x28\x48\x23\x5d\xd7\xb5\x63\x1d\x9d\x17\x18\ -\x78\x07\x40\x0e\xc0\x09\x00\x47\x23\x8d\xac\x79\x76\x01\x3c\x04\ -\x50\x26\xe0\xe6\xa3\x9d\xed\xdb\x85\x42\xa1\xe2\x77\x92\xaf\x00\ -\xa5\x85\xc5\xd7\x49\x51\xbe\x06\xf8\x25\x19\x51\xc6\xc8\x2a\x5b\ -\xfc\x41\x7e\xe8\x95\x9f\xf7\x6a\xa4\x34\xaa\x60\x66\x9a\x37\x96\ -\xc6\x48\xa1\xd9\x03\x78\xf3\x00\xd0\x47\x0a\xcd\x96\xca\x4b\xa3\ -\xcc\xdc\xf0\x8f\x6e\x28\xc0\xaf\xbf\x2d\x8f\x02\xfc\x69\x34\xb1\ -\xc5\x07\x11\x7f\x36\x6f\x2c\x7f\xdc\xb0\xde\xab\xb0\x6a\x7b\x9a\ -\xad\x2b\xde\x06\x30\x0e\x8d\xee\x3c\x58\x5b\x5b\x1f\x19\x19\x31\ -\x65\x06\x1a\x96\x62\xb1\xa8\x9e\xea\xed\x3d\x89\x0a\xbf\x09\x60\ -\x0a\x40\xa7\xbd\x9e\x2d\x7e\xc3\x2b\x1d\x5c\x02\xe8\xba\xae\xb5\ -\x77\x74\x2d\xdb\x6d\xcf\xa0\x5f\xf0\x4c\xb9\x94\xcf\xf7\x6f\x46\ -\x11\xbc\x6c\x4a\xa5\x95\x6e\xb4\x59\xd3\x04\x7e\xcd\x56\xbc\xfa\ -\x78\x67\x3b\x53\x3f\x30\xba\x52\xe0\x58\x47\xe7\x05\x47\xce\x13\ -\xb6\x4c\x0d\xef\x1f\x94\x9b\x07\x80\x7c\xbe\x7f\x13\xcf\x94\x4b\ -\xa8\xba\x56\xd0\x57\xbd\x37\x27\x2e\x01\x6a\x8f\x3a\x7b\xc1\xc4\ -\x70\x26\xf3\xb7\xf4\x28\x23\x26\x9f\xef\xdf\x04\x61\xc2\x5e\xe6\ -\xba\x37\x78\x0f\x82\x39\xc7\x91\x46\x77\xe4\x86\x16\x23\x2a\xcd\ -\x38\x0b\x38\x5b\xdf\xc4\x4b\x80\x13\xf6\x83\x07\x6b\x6b\xeb\x52\ -\x83\x8a\x11\x77\xec\xf4\x42\x7d\x1b\x2f\x01\x1c\x33\xbc\xb4\x8d\ -\xf6\xcd\xe0\x11\xbb\x6b\xf6\xda\x70\x1e\x70\x58\xd0\x92\x0e\x20\ -\x08\x73\x86\xd1\xa3\x42\x1d\x07\x70\x11\x00\xc0\x7c\x4b\x85\x36\ -\x95\xcb\xf5\xff\x15\xf6\xda\xa9\x77\x40\x69\x71\xf1\xb4\x0a\xf5\ -\x2e\x80\xcb\x00\xda\x01\xb4\x83\xe8\x8a\x49\xe6\xbd\x39\xc3\xe8\ -\x09\x7b\xfd\x54\x0b\xa0\xeb\xba\x46\x16\x7e\x00\x70\xdc\xa3\xfa\ -\xb8\xca\xca\x27\x61\xfb\x48\xb5\x00\xed\x1d\x5d\x1f\x01\xe4\x7a\ -\x74\xfd\x07\xd1\xdb\x61\xfb\x48\xad\x00\x0b\x0b\x4b\x2f\x03\x3c\ -\x19\x75\x3f\xa9\x14\x40\xd7\x75\xcd\x52\xac\x6f\x01\xb4\xed\xd9\ -\x90\xe8\xc7\xb0\x7d\xa5\x52\x00\x5f\xeb\x57\x79\xca\x30\x6f\x84\ -\xed\x2b\x75\x02\x04\xb5\x3e\x33\x4d\xe6\x07\x07\x57\xc3\xf6\x97\ -\x2a\x01\x02\x5b\x1f\x54\x7e\xf2\xcf\xd6\x97\x32\xfa\x4c\x95\x00\ -\x41\xad\x4f\x2a\x5f\x0d\xf2\xc2\x33\x08\xa9\x11\xa0\x19\xeb\x9f\ -\x1d\x18\xf8\x43\x56\xbf\xa9\x10\x20\x09\xeb\x0b\xa4\xac\x05\xca\ -\xe5\x95\x17\x4d\x54\xc6\x6d\x13\x93\x9f\x4c\x98\x53\xe7\xb2\xd9\ -\xfb\x41\xce\xaf\x5a\xdf\xbd\x56\xaf\x43\xaa\xf5\x05\xa1\x1d\x30\ -\x67\x18\x3d\x26\x99\xf7\x40\x74\x05\x62\xae\x0e\x5c\x56\xa1\xde\ -\x2d\x2d\x2e\x9e\xf6\x3b\x3f\x29\xeb\x0b\x42\x0b\x50\x5b\xa5\x79\ -\xce\xd5\xc9\x52\xbe\xd7\x75\xbd\xa1\xcb\x92\xb4\xbe\x40\xc6\x18\ -\x70\xb1\x71\x15\xe7\x9e\x7b\xbe\xeb\xc3\x46\xb5\x49\x8c\xfa\xf5\ -\x44\x3e\x08\x12\xf1\x64\xd5\xe6\x4e\x92\xb6\xbe\x20\xbc\x00\xcc\ -\xb7\x7c\x5a\x1c\xb1\x14\x7c\x63\x4f\x85\x34\x58\x5f\x10\x5a\x00\ -\x56\xf8\x0b\x00\x4f\x7d\x5a\x39\x52\x21\x0d\xd6\x17\x84\x16\xa0\ -\x3a\x1f\xa7\x6b\x7e\xed\x44\x2a\xa4\xc5\xfa\x02\x29\x63\xc0\xe3\ -\x9d\xad\x1b\x00\x1b\x3e\xcd\x8e\x58\xc4\xdf\x59\x0a\x4f\x23\x05\ -\xd6\x17\x48\x11\xa0\x50\x28\x54\x14\x4b\xb9\x0a\xbf\x54\x20\x0c\ -\x00\xc8\xf8\x5c\x2e\x16\xeb\x0b\xa4\x3d\x05\x86\x86\x32\xbf\x07\ -\x49\x05\x3f\xe2\xb2\xbe\x40\xea\x63\x30\x60\x2a\xec\x41\x7c\xd6\ -\x17\x48\x15\x20\x70\x2a\x78\x13\xab\xf5\x05\xd2\x27\x42\xfb\x4d\ -\x85\xb8\xad\x2f\x88\x64\x26\xd8\x7c\x2a\xc4\x6f\x7d\x41\x24\x02\ -\x34\x99\x0a\x89\x58\x5f\x10\xd9\x5a\x20\x68\x2a\x24\x65\x7d\x41\ -\xa4\x8b\x21\xff\x54\x48\xce\xfa\x82\x48\x05\x28\x14\x0a\x15\x13\ -\xd6\xbb\x00\x79\x6c\xb2\xa0\x75\x13\x95\xf7\x92\xb2\xbe\x20\xf2\ -\xe5\xf0\xb9\x6c\xf6\x3e\x6b\x18\x06\x30\x03\xe0\x49\xed\x37\xc3\ -\x1a\x86\x83\xbe\x32\x8b\x92\x58\xf6\x07\xe4\x33\x99\x0d\x00\x6f\ -\xc5\xd1\x57\xb3\xa4\xe2\xad\x70\x92\x78\x09\xb0\x6b\x3f\x28\x16\ -\x8b\x6a\x4c\xb1\x48\xc7\x23\xf6\xdd\xfa\x36\x5e\x02\x3c\xb4\x1f\ -\x9c\xea\xed\x3d\x29\x33\xa8\x38\x71\xc7\xce\x1b\xf5\x6d\xbc\x04\ -\x28\x3b\x8e\xaa\x7b\x6f\x0f\x26\x26\x9f\x77\x16\x90\xeb\x91\xec\ -\x12\x80\x80\x9b\x75\x45\x53\xa5\xd2\x4a\xb7\xd4\xc0\x62\xa0\x54\ -\x5a\xe9\x06\xc3\x31\x11\xf3\xb8\x37\xb7\x00\x8f\x76\xb6\x6f\x03\ -\xf4\xa7\xad\xa8\x13\x6d\xd6\xf4\x41\x12\x41\x6c\x96\x86\x73\xc7\ -\xf8\x6a\xf5\xde\x9c\x34\xb7\x5d\x9e\x30\x01\x95\x66\x52\xbd\x5d\ -\xde\xe4\xf3\xb5\x7f\x7e\x7f\xdb\xe5\x05\xf3\xc6\xd2\xd8\xff\xe1\ -\x83\x09\x00\x60\xa6\xb1\x7c\x2e\x73\xdd\xab\xae\xe1\x3c\xe0\xec\ -\xe0\x99\xeb\xcc\x34\x16\x5d\x58\xb1\xc0\xc4\x18\x7d\x35\x7b\xe6\ -\xf3\x46\x0d\x02\x7e\x34\x45\x5f\x01\xe8\x93\x1a\x5a\xf4\x04\xfa\ -\x68\x6a\x1f\x9f\xcd\x71\xb6\xb6\xeb\x3a\x85\x9f\xcd\xf1\x06\x40\ -\x46\x33\x9f\xcd\xb5\x68\xd1\xe2\x70\xf3\x2f\x75\xaa\xff\x14\x07\ -\x2a\x43\x9c\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x04\xfe\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x04\xb0\x49\x44\x41\x54\x78\x9c\xed\ -\x9b\x4f\x6c\x1b\x45\x14\xc6\xbf\x37\x36\x45\xea\xa5\xaa\x50\xbd\ -\x75\x6d\x55\x4a\x9d\xb8\x22\xaa\x54\x24\x72\xeb\xc5\x07\xe0\xd2\ -\xd2\x0b\x88\x82\x68\xab\x1e\xe2\x52\x6e\x5c\xa8\x48\x24\xe2\x24\ -\x12\x14\xca\x05\x6e\x05\x5b\x02\x89\x08\xd4\x52\x2e\x55\x7a\x09\ -\x1c\xaa\xf6\x9a\x5e\x10\x18\x35\xd8\x8a\x14\xd9\x51\xd6\x91\x5a\ -\xf5\x84\x52\x25\xf3\x38\xb8\x53\x79\xff\x65\xd7\xdd\xbf\x21\xfe\ -\x49\x39\xec\xce\x5b\xcf\x9b\x2f\xdf\xdb\x9d\xb5\x67\x80\x01\x03\ -\x06\xec\x66\xc8\x4b\x50\xa9\xc2\xe9\x76\xbe\x73\x9a\x98\xcf\x30\ -\xd3\x18\x08\x39\x00\x2f\x86\x9c\x5b\xbf\x6c\x80\xd1\x26\xe2\x45\ -\x26\xba\x9e\x6b\x65\x6e\xdd\x99\xa1\x4d\xb7\x8b\x5c\x05\x18\xa9\ -\xea\xaf\x83\xe9\x1b\x80\x5f\x0e\x26\xcf\xc8\xa8\x83\xf0\xd1\x3f\ -\x65\xed\xb7\xed\x82\x84\x63\x0b\x33\x15\xab\x6b\x93\x60\x2c\xec\ -\xc0\xc1\x03\xc0\x28\x18\x0b\xc5\xef\x3a\x13\x60\x76\xfc\x47\x3b\ -\x0a\x50\xac\xe9\x13\xcc\xf4\x59\x38\xb9\x45\x07\x83\x3f\x2f\x56\ -\xd7\x3f\x71\x6a\xb7\x55\xa6\x6b\x7b\x2c\x18\x03\xf9\x11\x58\x4c\ -\x91\x90\xb7\x1f\xec\xd3\x56\xf0\x0e\x6d\x05\x9d\xac\x2f\x6e\x70\ -\xea\xe8\x63\xfd\x30\x4b\x71\x12\x24\x67\x19\xb4\xdf\xd0\x4e\x78\ -\xc3\xae\x1c\x2c\x02\x94\x2a\x9c\x6e\xe7\xd6\xff\x30\xd9\xfe\xf7\ -\x4d\xc2\xd9\xe5\xb2\xa6\x07\x9f\x79\xf0\x0c\x55\x75\x2d\xcd\x98\ -\x03\xf0\x5a\xcf\xe9\x7a\xae\x9d\x39\x6e\xbe\x31\x5a\x4a\xa0\x9d\ -\xef\x9c\x36\x0d\xfe\xa1\xdc\xe2\xf7\x77\xca\xe0\x01\x60\xb9\xac\ -\xe9\x9b\x84\xb3\x04\x7e\xd4\x73\x7a\xb4\x3b\x36\x23\x16\x01\x88\ -\xf9\x8c\xf1\x98\x2a\xcd\x0f\x0f\x76\x42\xc8\x33\x54\x96\xcb\x9a\ -\xce\x10\x95\xde\x73\xe6\xb1\x01\x36\x02\x30\xd3\x98\xe1\x22\x21\ -\x6f\x07\x9f\x5e\x34\x08\x92\xf3\xbd\xc7\x0c\x7a\xd5\x12\x63\xb9\ -\xaa\x3b\xc9\x79\xc6\x83\x7d\xda\x4a\xe0\x99\x45\x84\x4d\xee\x79\ -\x73\x8c\xdd\x63\xd0\x38\xc3\x4b\xda\xdd\xbe\x1f\xac\xb9\x5b\x66\ -\xaf\xce\x13\xa1\x5d\x42\x3a\xee\x04\xbc\x50\xa8\x75\x86\x53\x92\ -\xa7\x18\x78\x0b\x00\x18\xb8\x09\xc6\x6c\xe3\x03\xad\xe9\xf7\xb3\ -\x13\xef\x80\x23\xd7\x3a\x23\x42\xf2\x5d\x06\xce\x01\xd8\x0b\x60\ -\x2f\x01\xe7\x89\x70\xaf\x50\xeb\x0c\xfb\xfd\xfc\x44\x0b\x50\xaa\ -\x70\x3a\x25\xe4\xcf\x00\xb2\x36\xcd\x59\x92\xfc\xa9\xdf\x3e\x12\ -\x2d\xc0\x6a\x5e\xbf\x0c\x9b\x47\x97\x82\x80\xb7\xfd\xf6\x91\x58\ -\x01\x0a\xb5\xb5\x63\xcc\x34\x1d\x76\x3f\x89\x14\xa0\x54\xe1\xb4\ -\x90\xf8\x01\xc0\x0b\xdb\x06\x12\x7e\xf1\xdb\x57\x22\x05\x70\xb3\ -\xfe\x53\x9e\xf0\x96\xbc\xea\xb7\xaf\xc4\x09\xe0\xd5\xfa\x04\x9a\ -\x6e\x5c\xca\xd6\xfd\xf6\x97\x28\x01\xbc\x5a\x9f\x89\x17\x0f\xb5\ -\x0f\x7c\x15\x44\x9f\x89\x12\xc0\xab\xf5\xc1\x7c\xc1\xcb\x17\x9e\ -\x5e\x48\x8c\x00\x7d\x59\xff\x62\xf6\xaf\xa0\xfa\x4d\x84\x00\x71\ -\x58\x5f\x11\xc8\xbb\xc0\xf0\xb7\x7a\x01\x84\x29\x35\x31\x21\xe0\ -\xd7\x2d\x41\xb3\xcd\xf1\x4c\xc3\xcb\xf5\xab\x79\xfd\x32\x38\x5a\ -\xeb\x2b\x7c\x3b\xa0\x50\xeb\x0c\x13\xe1\x1e\x01\xe7\xf1\x74\xae\ -\xce\xc0\x39\x21\xf9\xee\x91\x6b\x9d\x11\xf7\xeb\xe3\xb1\xbe\xc2\ -\xb7\x00\x29\xc9\x53\x70\x98\xab\x8b\x94\xfc\xa9\x54\x61\x47\x97\ -\xc5\x69\x7d\x85\x6f\x01\xd4\x2b\xaa\x1d\xc4\x34\xb6\x9a\x5b\xff\ -\xd8\xa9\x3d\x8e\xbb\xbe\x99\xd0\x6f\x82\x0c\x9e\x2e\xd4\xd6\x8e\ -\x99\xcf\xc7\x6d\x7d\x45\x10\x0e\xb8\xe9\x12\xb2\x87\x18\xdf\xf7\ -\x96\x42\x12\xac\xaf\xf0\xef\x00\x29\xbf\x04\xf0\x64\xbb\x10\x73\ -\x29\x24\xc1\xfa\x0a\xdf\x02\x34\x2e\x65\xeb\x44\x3c\xe3\x16\xa7\ -\x4a\x21\x29\xd6\x57\x04\x72\x0f\x38\xd4\xd2\xae\x02\x7c\xdf\x25\ -\x6c\x8f\x90\xf4\xa3\x90\x34\x87\x04\x58\x5f\x11\x88\x00\x77\x66\ -\x68\x53\x0a\x5c\x80\x4b\x29\x00\x78\x05\xc0\x71\x97\x98\x48\xac\ -\xaf\x08\xec\x29\xd0\x1c\x3f\xf8\xa7\x97\x52\x70\x23\x2a\xeb\x2b\ -\x02\x7d\x0c\x7a\x2c\x05\x47\xa2\xb4\xbe\x22\x50\x01\xfa\x28\x05\ -\x3b\x22\xb5\xbe\x22\xf0\x89\xd0\xf3\x96\x42\xd4\xd6\x57\x84\x32\ -\x13\xec\xb7\x14\xe2\xb0\xbe\x22\x14\x01\xfa\x2c\x85\x58\xac\xaf\ -\x08\xed\x5d\xc0\x6b\x29\xc4\x65\x7d\x45\xa8\x2f\x43\x6e\xa5\x10\ -\xa7\xf5\x15\xa1\x0a\xd0\x2d\x05\xf1\x2e\x00\xbb\x45\x16\x2b\x4c\ -\xe2\xbd\xb8\xac\xaf\x08\xfd\x75\xb8\x39\x9e\x69\x30\xa5\x4f\x00\ -\x34\x0f\xe0\xdf\xee\x1f\xcd\x33\xa5\x4f\x78\xfd\xca\x2c\x4c\x22\ -\x59\x1f\xd0\x28\xbf\xd4\x02\xf0\x66\x14\x7d\xf5\x4b\x22\xbe\x15\ -\x8e\x13\x3b\x01\x36\x0c\x47\x37\x38\x15\x4d\x2a\x21\x60\xcd\x7d\ -\xc3\x1c\x62\x15\x80\xd1\xee\x3d\x3c\xfa\x58\x3f\x1c\x6c\x56\xd1\ -\x61\x93\x7b\xcb\x1c\x63\x5d\x28\x49\xbc\xd8\x7b\xcc\x52\x9c\x0c\ -\x38\xaf\xc8\x90\x2c\x4e\xf5\x1e\x93\xcd\x23\xd9\xba\x50\x92\xe8\ -\xba\xe1\x04\xc9\xd9\xa1\xaa\xae\x05\x9e\x5d\xc8\x0c\x55\x75\x8d\ -\x20\x0d\x13\x31\xcb\xd8\x60\x23\x40\xae\x95\xb9\x05\xd0\xdf\xcf\ -\x2e\x02\xed\x4f\x33\xe6\x76\x92\x08\x6a\xb1\xb4\x69\xc5\x78\xbd\ -\x3b\x36\x23\x7d\x2d\x97\x67\x88\x8a\x20\x39\x9f\xe4\xe5\xf2\x92\ -\xc5\x29\x82\x9c\x79\xee\xe5\xf2\x8a\x62\x75\x6d\xf2\xff\xb0\x61\ -\x02\x00\x08\x34\xb9\x74\x31\x73\xc5\xae\xcd\x71\x1e\xb0\x34\xae\ -\x5d\x21\xd0\x64\x78\x69\x45\x02\x33\xd3\xc4\x52\xf9\xc0\x17\x4e\ -\x01\x1e\x37\x4d\xe1\x6b\x00\xa3\x81\xa6\x16\x3e\x9e\x36\x4d\xf5\ -\xbf\x6d\xae\xfb\x83\x46\x1e\x49\xdc\x36\x07\xb4\x08\x7c\xbf\x9f\ -\x6d\x73\x03\x06\x0c\xd8\xdd\xfc\x07\xd7\x06\x1e\xd2\xf3\x79\x28\ -\x9d\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\x13\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\xc5\x49\x44\x41\x54\x58\x85\xed\ -\x96\xb1\x4b\x1b\x51\x1c\xc7\x3f\xbf\xe4\xb6\x40\x36\x9b\x21\x50\ -\xa1\xf4\xec\x96\x40\x27\x11\x4a\xff\x85\xa2\x60\x71\x71\x70\x30\ -\x83\x2e\x85\x22\x2e\x4e\x0e\x1d\x8a\x2e\xe2\x90\x74\x4b\x27\x85\ -\xfc\x05\x2e\x42\x09\x74\x6c\x26\x69\xd5\x21\x88\x98\x4b\x3b\xb4\ -\xa2\x36\xc3\xf9\x7e\x0e\x7a\x92\xa4\xb9\x78\xd7\x8b\xc9\x90\x7c\ -\xa7\xf7\xde\xfd\xee\xf7\xfd\xbc\xf7\x7e\xf7\xe3\x60\xd8\x25\xdd\ -\x1e\x66\x8a\xb5\x44\xa3\x21\xeb\xc0\xb4\xc2\x78\x44\xa3\xaa\x81\ -\xd2\xa5\xba\x6b\x67\xb9\xf4\xd5\x83\x00\x99\x62\x2d\xf1\xb7\x21\ -\x65\x20\x1b\xc5\xb8\x83\x2a\x17\xea\x4e\x79\x10\x31\xbf\xa8\xbb\ -\x9d\xf7\xda\x1c\x20\x9b\x10\x6b\xdd\x9b\xf8\x02\x00\xd3\x8f\x60\ -\xee\x99\xce\x78\x63\xcb\x2f\xa8\xfd\xce\x0f\x17\x53\x5d\xeb\xe5\ -\x21\xd9\x05\x47\x3b\xe5\xee\x76\x02\x7d\xd1\x08\xe0\x9f\x1a\x78\ -\x96\x3f\x7d\x1a\x13\xeb\x75\xfb\xfa\x44\xbe\xbe\xec\x97\xc4\x88\ -\x9a\x78\x8c\xca\xf7\xe4\x93\xaf\xcc\xca\xf5\x7f\x03\xd8\x05\xe7\ -\x3d\xf0\xa1\x13\x98\x8a\x6e\xf9\x25\x11\xc0\x18\xb0\x7f\xd7\xbf\ -\x58\xf9\x9f\x6f\x0f\x72\x63\x67\x41\x01\xee\xaf\xc0\xfe\x54\x9b\ -\x03\x3e\x76\x32\x0f\xa1\x57\xae\x98\x1d\x76\x35\x1e\x1a\x00\x95\ -\x95\x08\xc6\x2d\x10\x2f\xce\xeb\x93\x41\x83\x9b\x77\xdb\xd2\xf5\ -\x54\xd9\x0e\x9a\x44\x84\x37\x40\xda\x9b\x5f\x1b\xb2\x40\x39\x2c\ -\x40\x4b\xa3\x39\xca\xa5\x7c\x8b\xae\x5d\xcf\xf3\x0e\x22\x2c\x79\ -\xf3\x98\x4a\xe0\xaf\x6b\xe0\x9f\xe1\x08\x60\x04\x30\x70\x80\x28\ -\x5d\xcf\x57\x2a\xba\x65\x17\x9c\x6e\xad\xbb\xea\x8d\x07\x72\x02\ -\x06\x4a\x83\x04\xa8\x5c\xaa\xbb\xd6\x77\x00\x81\xaa\xc2\x66\xf3\ -\x1f\xf1\xdd\xfa\xad\xec\x82\xf3\x07\x48\xf6\xc2\x4c\x61\xfe\x68\ -\x31\xf5\x39\x48\x6c\xf3\x09\xec\xf5\xc2\x1c\x70\xd5\x72\xf7\x83\ -\x06\xdf\x03\x18\xcb\x7d\x07\xfc\x8a\xea\x2e\xca\xea\xf1\x42\xfa\ -\x24\x34\xc0\xf1\x42\xfa\xc4\x58\xee\x4b\x6e\x2b\xf4\x3c\xa4\xaf\ -\x02\xdf\x04\x9d\xfb\x91\x4b\x6d\x84\x7c\x77\xc8\x75\x03\xb4\xd4\ -\x82\xd4\xb9\xd3\x08\xcb\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\ -\x60\x82\ -\x00\x00\x0c\xd6\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x0c\x88\x49\x44\x41\x54\x78\x9c\xe5\ -\x9b\x5b\x6f\x5b\xc7\x11\x80\xbf\x25\x45\x8a\x94\x28\x89\x92\xad\ -\xbb\x64\xc9\x4e\x9a\xc2\x41\xe0\x26\x45\xd1\xa0\x48\x0a\xf4\xa9\ -\x7d\xe9\x7b\x81\x16\xfd\xa3\x7d\x2a\x50\xb4\x0f\x41\x90\x36\x4e\ -\x52\x20\x69\x92\xc6\x96\x6c\xc9\x37\x5d\x48\x49\xa4\x2e\xe4\xf4\ -\x61\xf6\x1c\xee\xd9\x33\x87\xa4\xe4\xf4\xc9\x03\x10\x24\x77\xf7\ -\xcc\xce\xcc\xee\xce\x6d\xe7\x00\xb2\x05\xe2\x78\xe3\x40\x9c\xf2\ -\x9e\xfe\x78\x93\x84\x90\xe3\xf9\x4d\x12\x42\x96\x57\x97\xed\xe0\ -\x0e\xf0\x18\x9c\x14\x3c\xdc\x00\x6e\x19\x1d\x25\x60\x32\x8b\x2f\ -\x6d\xaf\x0d\xa1\x66\x12\x10\xe0\x62\xc8\x98\x73\xa0\x67\xb4\x77\ -\x81\xbe\xd1\xfe\x12\xdc\xa9\x8d\x2a\xcf\xa3\x1b\x35\x00\x64\x1b\ -\xb8\xed\x09\x3d\x01\x5e\xf8\x89\xa7\x80\x39\xdf\x2e\xc0\x59\xd0\ -\x3e\xeb\xdb\xfa\xbe\x1d\x8f\xa3\x0a\x34\x81\x8a\xef\x3f\xf7\x34\ -\x54\xfd\xf7\x25\x70\x04\x97\xa7\x50\x39\xf2\x6d\x53\xa8\x20\x9d\ -\x9f\xff\xc4\xff\x9f\xf2\x6d\x0e\x68\x01\xa7\xbe\x7d\x29\xe8\x7b\ -\x01\xee\x71\x31\x6f\x85\x52\x92\x2d\x90\x09\x90\x8f\x40\x56\x8d\ -\x31\x6b\x20\x0b\x46\xfb\x06\xc8\xbc\xff\x3d\x05\x72\x0f\xe4\xae\ -\xff\xcc\x80\xdc\x01\x19\xb2\x23\xa4\xee\xc7\x2c\xa8\xe0\xe5\xae\ -\xc7\x31\xe1\xfb\xe7\x40\x36\xf3\x47\x55\x9a\x05\xed\x1b\x20\xbf\ -\x06\x29\x5f\xf3\x88\xcb\x04\xc8\x9f\xf5\xc1\x5c\xdf\x36\x48\xc5\ -\x68\x7f\xdb\x3f\xb7\xe2\x27\x5b\x8e\xf0\xdd\x1b\x73\x72\x3c\xe3\ -\x25\xff\xdb\x79\x46\xb6\xa0\x75\x4b\xdb\xe5\x2d\x83\xd9\x32\xc8\ -\x4f\x8c\xf6\x09\x90\x3f\xda\xbc\x14\x13\xf0\x91\x7f\x30\x92\x9a\ -\xac\x17\x30\x7f\xc7\x7f\xb6\xed\x15\x96\xed\x6b\x4c\x4e\x60\xa2\ -\xe2\xf6\x59\x15\x4e\x7b\x49\xe7\xcb\xf5\x97\xb3\xcf\xa5\xbb\xb9\ -\x02\xf2\xab\x71\x27\xdf\x1e\x6c\xfb\x50\x63\xca\x14\xc8\x6d\x63\ -\xfc\x2a\xc8\x07\xba\x7d\x4d\x7c\xf3\x5e\x79\x5e\x13\x64\x56\xb7\ -\xbc\xd9\x37\x07\xf2\x00\x64\xd1\xe8\x6b\xfa\x67\x23\xcb\x26\x9b\ -\xfa\xc9\x82\x71\x26\xe4\x17\xe0\x3e\x0d\xfe\x27\xca\xa3\x07\xec\ -\x01\x21\xa3\xab\x70\x79\x0b\x2a\x5f\x0e\xe1\x64\x0d\x78\x5a\xd0\ -\x97\xda\xe1\x1b\x3c\x0b\xf0\x00\xba\x4f\xa0\xf6\x2a\x68\xeb\x28\ -\x5d\x94\xc9\x29\xbc\x98\x37\x98\x30\x90\xc6\xc4\x34\x50\xe6\x1f\ -\xa0\x5a\xbd\xed\xc7\x6c\x01\x2f\x54\xa1\x0f\x05\xf1\xc4\x2c\xf9\ -\xff\x89\xe9\x4a\x34\x78\xd8\x46\xd0\xf6\xc2\xa0\x25\x86\x17\x20\ -\x82\x32\xbc\xe7\x9f\x5d\x02\x7e\x06\x7c\x0e\xcc\xa0\x16\x22\x81\ -\x9c\xd9\x8c\x04\x20\x0d\xd4\xcc\x24\xff\x37\x80\x36\xb8\x5d\x3f\ -\x51\x05\x35\x5d\x9b\xc0\xd7\xe0\xae\xf4\x7c\xb9\x13\x72\x20\xce\ -\x8f\x9b\x42\x7d\x81\x6f\x47\x98\x9f\xf8\xd9\x45\x60\x1a\x35\xa9\ -\x7b\xf6\xb3\xd2\x86\xfa\x0b\xd4\x9f\x58\x01\x7e\x00\x16\x80\xcf\ -\x80\xe7\x80\xb7\x3c\xec\xf8\xe7\x7b\xaa\xdb\xdc\x55\xd1\xc4\x5b\ -\x03\xf3\x26\x5b\x59\xcd\x29\x1b\x5e\x0f\x7c\x1c\x29\x46\xcb\x4c\ -\x2e\xa1\xa6\x72\x46\x3f\x37\x05\x59\xf5\xca\x78\x3d\x6b\x55\xd2\ -\xfe\x99\x81\x7e\x91\x09\x90\xdf\x78\x2b\x11\xb6\x07\x8a\x51\xee\ -\xaa\x8e\x18\x40\xc9\x98\xb5\xaf\x13\xb2\x0b\xae\x17\x8d\x5d\x03\ -\xfe\x0e\xdc\x09\x84\x10\xac\xcc\x61\x53\x19\xe7\x10\xdc\x53\xdf\ -\x37\xe6\xaa\x9b\xe0\x9f\x75\x4f\x80\x03\xc5\x7d\xd8\xcc\xf7\x8b\ -\x03\xd6\x81\xbf\x01\xf7\xb2\x73\xba\x9e\xf2\x22\xeb\x18\x47\xc0\ -\x12\xc0\x14\x70\x16\x31\x0f\x7a\xe6\xbf\xf3\x5b\xe9\x31\x59\x21\ -\xa0\x1a\xb9\xd9\x57\xc6\xdd\xe5\xf8\x3c\x8e\x0b\xee\x52\x71\x37\ -\xfb\xd1\x6e\x08\x3d\xbc\x1e\xf0\x04\x3d\x7a\xe1\x90\x1e\xea\x29\ -\x4e\xc7\x58\x2d\x25\x38\xe7\x57\x2f\x00\xd9\x46\x95\x4c\x29\x30\ -\x77\x07\xc0\x7d\xe0\xd2\x9b\xab\x57\xe8\xee\x09\x4d\x9e\x9f\xd0\ -\xdc\x04\x25\xe8\xfa\xe3\x56\x3b\xc4\xf6\xf7\xa7\x81\x2e\x48\x78\ -\x66\xfb\x3a\x56\xee\x03\x47\xe8\xca\x7f\xad\x63\x05\xa0\x03\x9d\ -\x13\xa8\x2f\x92\xd1\x67\xee\x08\xe4\xa7\xf1\x04\x63\x58\x01\x79\ -\x0b\x2e\x2a\x50\x9d\x46\x15\xd3\x29\x83\xad\xbd\x0b\xfc\x0e\xf8\ -\x4b\x01\x03\x01\x74\xe6\xa1\x9e\x04\x3f\x3e\x4e\xa8\x1d\xf9\xce\ -\x79\xd4\x52\xf8\x1d\xd5\x39\x87\xfa\xe1\x10\x64\x5d\xd4\x3c\xfe\ -\x06\xf8\x24\xa0\xd9\x2b\xcf\x7a\x0d\xb8\x0d\x72\x1e\x2d\x66\x6e\ -\x25\x62\x01\xc4\xd1\xe1\x5d\x60\x1a\x26\x1f\xaa\x12\x74\xfb\xd9\ -\xe1\xb2\x0e\xfc\x03\x0d\x70\x8c\x20\x43\x80\xee\x6d\xa8\x4d\x40\ -\xfd\x25\xb8\x4e\x01\x43\x47\xd9\xbf\x52\x07\x16\xe0\xa2\x06\xd5\ -\x93\xbc\xd6\x4e\x7d\x93\xbf\x02\x6b\xe0\xf6\x82\xce\x36\xc8\x09\ -\xba\x63\xdf\xf6\x9e\x6b\x42\x5b\x9f\xe8\xd8\xc7\x3a\xa0\x0a\x9c\ -\xfb\x09\xee\xa1\xab\xf2\x85\x4d\xb3\x2c\xa1\xdb\xbe\x87\xad\x13\ -\xa6\x81\x55\xa8\xb5\x55\x89\x15\x32\x6f\x80\xeb\xe8\x33\xd5\xb6\ -\x32\x18\x1e\xab\x30\xaa\xa3\x87\xfa\x02\x2b\x05\x88\xbe\xf1\x63\ -\xee\xf9\xe7\x3a\x64\x1d\xb9\x22\x2b\xc0\x06\xf0\x0c\xf5\x01\x8c\ -\x03\x7c\xd8\x04\xba\xe0\xba\x9e\xe0\x48\x31\x1e\xcd\x43\xbb\x86\ -\xae\xc2\xf9\x58\x3c\xdb\x70\x01\x3c\x85\xf6\x24\x1c\x2f\x60\x87\ -\xb4\x5d\xe0\x4c\xe7\x8c\xc1\x9d\xa1\x8b\xfa\x83\xe7\x29\xc7\x8b\ -\x25\x80\x06\xea\x3d\x2d\xe6\xb7\x7c\x02\xcd\x29\x70\xad\x6c\x5b\ -\x22\x84\xcb\xf7\x61\xae\x07\xb3\xaf\xcc\x47\x6f\x04\xb3\xaf\x60\ -\xf6\x52\x71\x5b\x47\xcd\xb5\x60\xae\x20\x16\x61\x07\x35\xdf\x2d\ -\xd4\xc2\x65\xc0\x12\xc0\x34\xaa\x3d\x0b\x94\x9a\x2c\xa3\x6e\xaa\ -\x01\xc7\x4d\xa8\x7c\x0f\xcc\x33\x7e\xec\x3d\x06\x88\x03\x16\xa0\ -\xf2\x9d\xce\x61\xc2\x73\xdb\x59\x72\x97\x40\x19\xdc\x31\xba\xb8\ -\x19\xb0\x04\x20\xa8\x69\xd9\x29\x20\x64\xc2\xb6\xf3\x32\x05\xa5\ -\x64\x22\x7f\x1c\xac\x60\xeb\xda\x10\x6e\xfb\x16\x94\x4a\x5e\xbf\ -\xc4\xc3\xae\x94\x36\xb1\x78\x3a\xd4\x23\x34\xda\x0a\x94\x07\x83\ -\x4c\xbf\x7d\x13\xd5\xb2\xe1\x2a\xcc\x82\x74\x81\x15\x98\xd9\x0f\ -\xfa\x5a\xc0\xbb\xc0\x13\xd2\x8c\x4e\x06\x92\xd4\x19\xa8\x4f\x61\ -\xe5\x05\xe7\xd0\x40\xe7\x07\xfd\x2d\xa0\x3b\x73\x03\xe4\x19\x03\ -\x3f\x23\xc1\x7f\xa6\x7d\x1c\x64\xd1\xb8\x63\xef\x0e\x27\x81\x59\ -\x0a\x31\x61\x35\x72\x49\x48\x99\x47\x83\x8d\x65\x4f\x64\x84\x9c\ -\x1e\x74\x66\xa1\x7e\x00\xc4\x41\xc6\x23\x4f\xd0\xd7\xc1\xe4\x2b\ -\x40\x1f\x3a\x67\x50\xdf\x05\x1c\x74\x6f\x41\x2d\xc9\x2f\x3e\xf3\ -\xdf\xce\xcf\xf9\x05\x9a\x2b\x0c\xe1\x15\x74\x66\xa0\x9e\x08\x2d\ -\x9c\xb7\x89\x2a\xbe\xbe\xee\x86\x54\x57\x25\x79\xcb\x4c\xc2\xc6\ -\x5a\x99\x45\xe0\x4b\x90\xaa\x27\xe0\x25\xb8\x43\x34\xd3\x73\x96\ -\x8f\xfc\xa4\x01\xf5\x32\xb8\xe7\x79\x54\x82\x67\x7e\x01\x38\x46\ -\x57\xec\x1b\x63\x77\xb5\xfd\xf8\x32\xba\xe2\x07\x9e\x8e\xff\x68\ -\x5f\x2e\x7a\x3b\xf1\xa6\xcf\x67\x7f\x43\x9a\x64\x1f\x15\x98\x17\ -\x9a\x6c\x02\x4f\xe0\xa4\x03\x8d\x29\xb2\xe1\xb1\xa9\x03\x4a\xa8\ -\x04\x6f\x83\xdb\x09\xec\xf7\x2d\x6c\xe5\x37\x0d\x47\x05\x69\x68\ -\xa5\x00\xcd\xf4\x6e\x01\x4f\x87\x87\xc4\xa9\x2f\x7f\x1f\x0d\x67\ -\x87\x05\x52\x27\x18\xbe\xbd\x5f\x08\x9f\xb9\x72\x27\xa8\xb7\xba\ -\x01\x8d\x03\xf4\x48\x65\xa0\x48\x09\x2e\xe5\xe3\x01\x28\x20\xbe\ -\x01\xf3\x47\x46\x7b\x02\x65\x25\xb4\xf2\x90\x9c\xb3\x94\x9b\x3a\ -\x51\x78\x9f\x61\xdf\x3f\x84\xb4\x14\x08\x20\x37\x4e\x7c\x6a\x7c\ -\xcd\xea\xb5\x04\xb0\x00\x58\xf6\xdf\xba\x84\x18\x07\x56\x18\x24\ -\x34\x0c\x8f\x31\x81\x9c\x93\xf3\x12\x2e\x8c\xd4\x7b\x06\x8a\x84\ -\x69\xd1\xfa\x0a\x43\x60\x05\x47\xe0\x5a\xe1\xec\x28\xc1\xf4\x07\ -\x3b\xa7\x30\x94\x36\x3c\x3c\xd7\x85\xea\xa8\x7c\xdb\x35\x72\x0d\ -\xee\x0c\x55\xe6\x19\x88\x05\x30\x41\x71\x54\x77\x13\x9b\x5e\x83\ -\x6e\x64\xde\x62\x21\x0c\xbd\xb1\xb9\xa9\x1f\x51\xf4\x5c\xae\x3d\ -\xb6\x02\xcb\x70\x65\x69\xf3\xc0\x3f\xc8\xb4\x97\xec\xf6\x14\x9a\ -\x50\x7b\x66\xd0\x21\x20\x8f\xd1\x24\x0b\xc0\xa3\x02\xfd\x32\x62\ -\x85\xbb\x7d\x8d\x34\x73\xd0\xc3\xce\xd6\x8e\x8a\x05\x7a\x15\x98\ -\xb8\xce\xf6\x4f\xec\x75\x11\xf4\x47\xf4\xbf\x26\xd4\x1c\xc5\x47\ -\x70\xac\x79\x23\x01\x94\x9f\xa1\xf6\x37\xc6\xd5\xb3\x11\x8e\xcc\ -\xf2\x1e\x90\x9a\xa4\x10\xd2\x6d\xff\xc8\x7f\x46\x58\x87\x42\x28\ -\x12\x40\x19\xdb\xb3\xcc\xcd\x11\xeb\x80\x2e\x51\xbc\x1c\x40\x11\ -\xb3\xc3\x08\xbf\xca\xcf\x11\x9f\xf9\x51\xd6\x61\x28\x14\x8d\x1f\ -\x5b\x39\xc6\x02\x48\x72\xe7\x39\x6d\x79\x03\x22\x12\xe8\x93\xde\ -\x27\x16\x29\x3c\x4b\x08\x32\x43\xea\xe9\xdd\x78\xee\x00\xc4\xe7\ -\x17\xb3\x60\x99\xc1\x23\x06\xb7\x38\x3f\x06\x3c\x07\x56\x46\x68\ -\x7b\x22\x21\x94\x50\xaf\xcd\xb8\x70\xc9\xc0\x98\xbe\x49\x12\x4e\ -\xe7\x05\x6a\x09\xc0\x01\xfb\xe4\x2f\x12\x8b\xa4\x7d\x00\x6d\x43\ -\x6f\x64\xe0\x25\xf0\x21\x23\x8b\x13\x9c\xa0\x61\xf8\x47\x0c\xbf\ -\x13\xc4\x67\x80\x8e\x8b\x10\x0d\x7e\x8a\x43\xad\xcd\x2e\x63\xe8\ -\x00\x00\xf1\x8e\xd0\x53\x15\x42\x7a\xb3\x73\x80\x79\x1b\xcb\x25\ -\x34\xaa\x43\x28\x4d\xee\xeb\xfe\x05\x6c\x6a\xde\xa0\x08\x64\x8e\ -\xc1\xe5\xcb\xa6\x45\xf0\x00\xe6\x26\x31\xd3\x6d\xed\x45\xd2\x88\ -\x55\x9a\x68\x6e\xe3\x91\xc7\x35\x32\x1f\x00\x9a\xe7\x9f\x04\x77\ -\x0e\xec\x28\x12\xd9\x40\xad\xc3\xbc\x8f\xbd\x43\x44\x4b\xc0\x19\ -\xc8\x3b\x44\x91\x16\x9a\x81\x59\x43\xa3\xba\x26\x70\x01\x17\x5b\ -\x5e\xc7\x58\x4e\xcf\x29\x1a\x19\x2e\xe9\x58\x1e\x00\xff\x06\x89\ -\x4d\x73\x92\xd9\x49\xf2\x01\xc9\xff\x24\x84\xee\x78\xfc\x7b\x7a\ -\xaf\x09\x3e\x83\x9d\xf3\x49\x62\x01\x74\x7c\xdb\x32\x7a\x1e\xd1\ -\x0b\x05\x8e\x3c\xbd\x02\xec\x67\xb7\xb1\xa0\xb9\x43\x59\xcf\xe6\ -\x10\xd3\x73\xf7\x4f\x70\xed\x60\x8e\x82\x3c\xa3\x05\x02\x9a\x38\ -\xd9\x8d\xe6\x5c\xd3\x60\x2d\x61\x3c\x09\x87\xc5\xa1\xbb\xfa\x38\ -\xdb\x0e\x0c\x0a\xb6\x32\xd9\xe9\xf8\x08\x84\x57\xd7\x16\xec\xa1\ -\xc1\x8d\x05\xcf\xc8\x14\x56\xe0\x6f\x65\x5f\xfb\x6e\x30\xb6\x0e\ -\x2b\x14\xe6\x24\x93\xc0\xcb\x84\xe4\x3a\x3e\xa3\x38\x8b\x94\xe0\ -\x85\x6d\x0a\x5d\x5f\x89\xb2\xea\x6d\xdc\x15\xd0\xf2\x67\x30\xc9\ -\xdb\xbf\x0e\xf3\x09\x04\x42\x68\xdd\x46\x13\x24\x56\x4e\xb2\x1c\ -\xd0\x18\xf7\x2d\xa3\xd6\x68\x2c\x25\xd8\x46\xed\xa5\x19\x3f\xfb\ -\x6d\x6e\x64\x5f\x01\x38\x83\xc6\x32\x9c\x9c\x8d\xe1\x25\x5e\x03\ -\x9c\x28\xce\x99\x15\x06\x65\x77\x31\x2c\x53\x7c\xbc\x92\x1a\x85\ -\x9c\x59\xb5\x04\x70\x86\x2a\x97\x72\x41\x86\x15\x38\xee\x90\xbb\ -\xf7\x4f\xb7\xfd\x57\xd0\x38\xd3\x73\xfa\x63\x81\xac\x2a\x4e\xbe\ -\xc2\xf4\x18\xa5\x01\xad\xae\x2d\x74\x99\x83\xb3\x2e\xca\x53\x4e\ -\x78\x45\xf9\x80\xc4\x66\xbe\x6d\x13\xd4\x3c\x54\x84\xc9\x31\xc9\ -\xb9\xb7\xa7\xe8\x96\x5b\x85\x4e\x41\xa1\xd3\x38\x70\x3e\xab\x38\ -\x92\xea\x4f\xd3\x6d\x9e\x04\x66\x61\x2e\x4e\xd6\x26\xb0\x02\x53\ -\xd3\x01\x4f\x19\x88\x05\x70\x41\x9a\x34\x70\xde\x74\xc9\xba\x8d\ -\xd7\xed\x2b\x72\x4a\xd8\xee\xed\x15\xb0\x07\xf5\x4b\x55\x5c\xb2\ -\x38\x9e\xaf\x2f\xce\x8f\x5d\x81\x49\x8f\x23\x3c\xf3\xa1\x10\x28\ -\x01\xab\x76\xfa\x0e\xd4\x34\x5f\x54\xc0\x7d\xeb\x1b\xea\x44\x56\ -\x20\x36\x83\xf1\x95\xd3\x27\x68\x39\x1a\xc0\x32\x5a\x27\xd4\x0f\ -\xc6\x5d\x02\xbf\x45\xaf\xc7\x97\x0d\x9d\x97\xa4\xa0\x4e\xd1\xf8\ -\xfc\x3d\x2f\x84\x61\x89\x0f\x21\xad\x35\xa0\x81\xba\xd1\x56\x4d\ -\xcf\x25\xf0\x7b\xe0\x53\x06\x97\xa3\x89\x19\x4c\xca\x6b\x27\xf5\ -\x66\x3b\x85\x12\xc3\xdd\x67\xd9\x42\x0b\x0f\xc2\xb6\x86\xf7\x08\ -\x37\xa2\xf6\xa4\x0e\x6f\xcd\x7f\x1b\x56\x43\x1a\xdc\xa8\x46\x30\ -\x7d\x7e\x05\xf3\x52\x45\xaa\x68\x09\xed\x1c\xc8\xbb\xb6\x4e\x90\ -\xf7\xf3\xd6\x4a\x3e\x64\x8c\x1a\xa1\x43\x90\x20\x23\xeb\x4e\xe0\ -\xa4\xab\xf5\x80\x29\xa2\xf0\x8a\xba\x0f\xee\x11\xea\x25\xbe\x06\ -\xb3\xe3\x82\xcc\xa0\x29\xfb\xef\xd1\xcc\xcf\x0e\x79\xc5\xb8\x81\ -\xa6\xe0\xc3\x0b\x9e\xe4\x6e\x22\x03\x96\x00\xba\x40\x95\x4c\x49\ -\xec\xcc\x0b\xa8\x4c\x7a\xc9\x16\x85\xb4\xfb\xd0\xaa\xaa\xce\xb8\ -\x56\x5d\xee\x98\x20\x65\xc5\xdd\xaa\x90\xaf\xfa\x08\x14\x63\x7b\ -\x11\xba\x1d\x32\x1a\x5f\x2a\xa8\x6e\xcb\xd5\x28\x58\xb1\x40\x09\ -\xdc\x9e\x6e\x79\x79\x16\x28\xa0\xa7\xa8\x46\xee\x01\xff\x0d\x98\ -\x0f\x24\x3f\x77\xe0\x05\x94\x84\xbf\xa1\x0b\x7c\x13\x48\xbc\xbf\ -\x55\x94\xd1\xa7\x30\x27\x51\xbf\x04\x39\xc6\xfb\xd0\x68\x91\xb9\ -\xbe\x93\x8a\xd2\xe3\x76\x40\xee\x1a\xcc\x66\xe0\x25\x69\x2e\xc0\ -\xed\xa2\x75\x36\xc9\xd6\x17\x54\xf1\x54\xc8\x66\x8d\x22\x1c\x4e\ -\x54\x80\xec\xa3\xb5\x3f\xf7\xc6\x08\x97\x0d\x68\xdd\x46\x9d\x9b\ -\x25\xe0\xb9\xee\xb0\x9c\x9d\x9f\x26\x5d\xd5\xe3\x26\xba\xea\x65\ -\x54\x79\x76\xd0\xda\xe6\x25\x65\x1e\xd0\xcb\xd8\x8c\x33\x14\xed\ -\x00\x77\x9a\x0d\x57\xdd\x1e\x5a\xc3\xbf\x81\x46\x66\x9f\xa3\x42\ -\x78\x00\xe7\x27\x50\x3d\x52\x22\x0b\xcd\x5b\x5f\xe7\x68\x24\x15\ -\x9b\x49\x1b\x80\x83\x0b\xbf\xbb\xaa\xc9\x0b\x14\x21\x1c\x7b\x66\ -\xbc\xa9\x33\x1d\xcb\x65\xc5\x2f\x4b\x1e\x6f\x12\x23\x7c\x00\x3c\ -\x04\x0e\xc0\xbd\x0c\xc6\x97\xe3\x7b\x46\xeb\x08\xc4\xcc\x74\x3d\ -\x21\x0f\xd1\x82\x45\xd0\x2b\xef\x65\xdf\xbe\x1f\xb4\x1b\x20\x62\ -\xf7\x8b\x83\xea\xa4\x67\xb0\x53\xe0\xc5\xad\x8f\xc0\x7d\x05\x4c\ -\xc1\xd1\xf7\xd9\xeb\x39\x71\x9e\xb6\xf8\xcc\x8f\x93\x42\x93\x3b\ -\x03\xe7\x27\x53\x2e\x5f\xcf\x5a\x07\xf0\x66\xe8\x7d\xec\x44\x49\ -\x32\xe6\xff\x50\x2e\x0f\xba\x00\xf2\xf3\xbc\xf9\x95\xa6\x5a\x8a\ -\x5c\xb9\xfc\x1d\xcc\xb2\x5e\x1b\xf9\xc7\xd8\x2f\x4c\xac\x92\x7b\ -\x61\x42\x1c\xfa\x82\x85\xf1\x02\x43\x3a\x66\x7b\xcc\x89\x43\x9c\ -\x05\xcf\x88\x43\xdf\x18\xf9\xa5\xd1\x57\xce\xfa\x2b\xa9\x10\xaa\ -\x8c\xff\xc2\x44\x8a\xe8\x4f\x05\x4e\xc8\x46\x5e\x08\x00\xf2\x1e\ -\xfa\xca\x4a\xee\xa5\x04\x5e\xeb\x95\x99\xb4\xad\xe4\x9d\x9f\xb7\ -\x40\xde\x31\x9c\x9f\xb2\xa5\xe5\x3d\xf3\x7f\xc8\xe3\x2b\x9e\x3c\ -\x91\x5a\x59\xa5\x16\x7b\x80\xe0\x77\x82\x71\x7d\x2d\x1b\x7e\x6b\ -\xde\xd3\x4f\x2b\x74\x9e\x2a\x8c\x7e\x69\x6a\xca\x8f\x09\x04\x2f\ -\x2b\x0c\x5e\xbe\x2a\x7a\x39\x6a\x1e\x33\x66\x91\x2d\xcf\x43\x29\ -\xbf\x9b\x15\x62\x44\x86\x93\x23\x9b\xa8\xb6\xf5\x35\xba\xb4\xfc\ -\xef\x1a\x6a\xe6\x1c\x7a\x01\x72\xc1\xe0\xb5\xb9\x19\x40\xa0\x37\ -\x0d\xe5\xc4\x29\x4a\x4a\x64\x7b\xc1\xff\xe4\xf6\x26\x79\x6d\x2e\ -\x28\x97\x4d\xe9\xeb\xfa\x71\x0e\x35\x61\xa7\xfe\xf7\x24\xaa\xc4\ -\x7d\x01\x06\x1d\x54\xa1\xce\x06\x78\xf6\x06\x4e\x93\xed\xc0\x8d\ -\xb8\xa2\x8e\x41\x26\x30\x4a\xcd\x3c\x9e\x3a\x79\x2d\x1b\xbf\x38\ -\x59\x42\xaf\xca\x92\x23\x54\x65\xe0\x5f\xe0\x99\x38\x24\x6b\xf3\ -\xac\x17\x27\x85\x41\xe2\x33\x06\xa3\xb4\x36\x7d\xac\x88\xc7\x37\ -\xf7\xd5\x59\xab\xe1\x0d\x80\x0c\xcf\x6f\x1a\xf3\x09\xa8\x10\xfe\ -\x07\xb4\x0a\xfd\x7e\xcf\x22\x5b\xc2\x00\x00\x00\x00\x49\x45\x4e\ -\x44\xae\x42\x60\x82\ -\x00\x00\x04\xe8\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x04\x9a\x49\x44\x41\x54\x58\x85\xc5\ -\x97\xd9\x76\xe2\x46\x10\x86\xbf\x66\x11\x12\x60\x50\x9c\xc4\x9e\ -\xf1\x24\x39\x59\xde\xff\x9d\x72\x31\x9e\x49\x1c\xcf\x18\x6c\x23\ -\x19\x24\xa8\x5c\xd4\xdf\xa8\x91\x71\x72\x97\xd4\x39\x1c\x89\x56\ -\xd7\xf6\xd7\xd6\x0d\x58\x09\x16\xf8\xcf\xc9\x02\x58\x19\xa4\x7c\ -\x09\xac\x21\x58\xf7\x91\x4b\x20\x1a\x96\x25\xef\x93\x44\x4a\x5c\ -\xb3\x64\x6d\x9b\xac\xed\xf4\x7e\x00\x1e\x7a\xf2\x97\xc0\x3a\xf4\ -\x16\x0e\xc0\x05\x30\x00\xaa\x44\x59\x90\x11\x13\xd8\x0d\x21\x8c\ -\x81\x71\xcf\xa5\x16\xac\x81\xac\x95\x11\x51\xb9\x01\x0d\x90\x4b\ -\xfe\x23\x30\x3c\x75\xd8\xf7\x2d\xc0\x7e\x11\x34\x63\xb0\x99\xd6\ -\x33\xb0\xf7\xf0\x50\x82\xe5\x60\x13\xb0\x82\x57\x64\x85\xbe\x4d\ -\xb5\xf7\xca\x79\xc1\xd7\x2c\x93\xec\x5f\xc1\x2e\xfa\x10\x02\xf6\ -\x01\xf8\x24\x24\x0c\x78\x01\x0a\xd8\xbd\x87\xec\xa3\xbc\x00\x58\ -\xc8\x8b\x73\x94\x7e\x9b\xc0\xee\x06\xb2\x5b\x21\x92\x4b\xdf\x1a\ -\xb8\x81\x70\x0b\x30\x92\xf2\x80\xc3\x3e\x96\xf2\x1b\xe0\xde\x19\ -\xb2\xfb\x44\xf9\x04\x0f\x91\x71\x1a\xf7\xe8\xcc\x4c\xca\xf4\xcb\ -\xbe\xc2\xa6\x80\xd9\x18\x78\x07\x7c\x94\x8e\x41\x0f\x01\xfb\x4e\ -\xff\x2b\x08\x15\xd8\xb5\xbe\xfd\x09\xcc\x1d\x8d\xd5\x0c\x4a\x5c\ -\x70\xa8\xcf\x03\x60\x73\xa0\xc5\xf3\xa5\xd2\xf3\x80\x27\xf4\x0e\ -\x78\xc2\xe3\xff\x0d\xb0\x82\xb0\x19\x25\xdc\x63\x29\xcf\xe5\xdd\ -\x1a\xb8\x92\xc5\x39\x94\x4f\x82\x71\x02\x66\x1d\x0f\x24\x08\xe5\ -\xc0\xb3\x94\x95\x42\x38\x03\xee\xf0\xf0\x64\x10\x9e\x12\x07\x3b\ -\x28\xdc\x52\x9b\xc0\xcb\xb5\x18\x83\xa0\x5c\x48\x68\xa4\x39\x1e\ -\x86\xb9\xf8\x07\xfa\x1f\xd7\x22\x6d\xc4\xbb\x93\xac\x00\xdb\xf7\ -\x4a\xcc\x63\xee\xc5\x10\xbc\x73\x41\x15\x30\xfd\x8c\xc7\xb2\x96\ -\xf5\x23\xc1\x56\x43\x75\x09\xd3\xb5\x23\x75\x8e\x6c\x21\x99\x35\ -\x30\x95\x03\x53\xba\xd2\x1b\x49\xf6\x1c\x0f\xc1\x97\x14\x81\x09\ -\xb4\x2f\x49\x6d\x16\x8a\xb5\xe1\x96\x5d\xc3\x74\xe5\x48\xbd\x49\ -\xb1\xce\xbf\x17\x8f\x09\x89\x58\xb6\x2d\x3c\x36\x78\xe8\xfa\x21\ -\x68\x4a\x58\x3c\x74\xc6\x30\x54\x3e\xe4\x78\xd2\xfc\x25\xc1\x85\ -\xfa\x41\xee\x49\x67\xb3\xee\x3f\x05\x9e\x37\x5f\x61\x73\x29\xde\ -\x3c\x91\x09\x2c\x9e\x49\x42\x15\x0d\xc8\xbc\x8b\x91\x0b\xc6\x52\ -\x1e\xb4\x62\x5c\xe1\x89\xf6\x20\x48\x73\x3d\x83\xa0\x9d\xba\x0c\ -\xa6\xae\x9c\x06\x66\x0f\xda\xd7\xe2\x3d\xe5\x12\xef\x31\x43\x68\ -\x4c\xfb\x63\x1f\x20\x40\x50\xd7\x0a\x8f\xde\xb9\x82\x32\xdb\x0c\ -\x82\xfa\xbb\x35\x12\x36\x06\xee\x7b\xbd\xfd\xca\x8d\x8e\x7c\xb4\ -\x60\x7b\x7f\x86\x1d\xd8\x33\x5e\x86\x03\xba\x24\x3f\xa9\x82\x61\ -\x52\xdf\x49\x93\xa9\xd3\x3d\xda\xc7\xbd\x7b\x63\xe9\x30\xbb\x4b\ -\x1c\x8a\x94\x4e\x59\xc9\x0c\x55\xe7\x6c\xc7\x30\x82\xf1\x21\xf1\ -\x86\xe4\xbd\x4d\x84\x8c\x80\xc6\x3d\xb7\x35\xea\x4c\x78\x46\x5b\ -\xd2\x1f\x52\x4a\x1d\x78\x35\x3d\x07\xc9\x73\x7f\x86\xb9\x4f\x87\ -\x9e\xc0\x3e\x9d\x6b\xcf\x96\xbc\xbf\xda\x17\x85\xed\xa0\x51\x57\ -\x0b\xd6\x6d\x0e\x06\xf5\xb0\x67\xc0\x30\x81\x7d\xa5\xdf\x32\x99\ -\x27\x7d\x83\x4f\x46\x6e\xdf\x98\x94\xa1\x55\x29\xf5\xac\x2d\xfa\ -\x75\xdf\xe2\x09\xa7\x79\x1e\x62\xdb\xbe\xa6\x3b\x03\x44\x0a\xaf\ -\xdf\xad\x00\x3b\xee\x8b\x39\x60\xca\x70\x53\x19\xce\x34\x58\xc0\ -\x4b\xb3\x94\xe2\x02\x6f\xb9\x6a\x36\x96\x42\xdc\x00\xdf\x4a\xb8\ -\x49\xb6\x0e\x21\x16\x3b\x20\x32\x76\x1f\xf9\xa2\x01\x3b\x08\x43\ -\x95\xdb\xd6\x0f\x24\x34\xfe\xdf\xc0\x33\x7f\x23\x21\x9f\xff\x61\ -\x1a\xee\x38\x9e\x76\xd6\x25\x2c\xef\x3a\x07\x79\xc0\x4b\x38\xee\ -\xd9\xc1\x49\x08\xc6\x75\xe2\xf5\x16\x35\x0a\x51\x05\x2f\x3f\xc9\ -\xf3\x73\x99\x7e\xb4\x40\x1e\x7e\x80\xe5\x53\xb7\xbc\x2a\xa4\x1c\ -\x37\x6c\xbc\x89\x5f\x06\x09\xe3\x06\xea\xb2\x63\xa2\xf6\x86\x14\ -\x0f\x1a\xf9\x2d\x3e\xdd\xfa\x67\xc1\x94\x22\xd4\x7f\xe0\xed\x36\ -\xf8\xb3\x4c\x86\x57\x36\x93\x31\x27\x21\xd8\xfb\xe6\xe2\x19\xec\ -\x86\x6e\xe0\x14\xf8\x49\xe6\x77\x3c\x9e\x7b\xa0\x74\xa4\xea\x41\ -\x97\xa0\xf5\x50\x02\xd5\x21\x8f\x7b\x7f\xc6\xbb\x9f\x8e\x77\x2c\ -\xa1\xb8\x95\xcc\x6d\x6a\x00\x6e\x40\x78\x06\x1b\xd0\xc5\x7c\x24\ -\x6f\x0e\x10\x36\x60\x2d\xf0\x0c\xe1\xe5\x3c\x00\x36\x77\x19\xa0\ -\x83\xeb\x67\x7c\x96\x6c\x24\x73\xe5\xf9\xd3\x45\x31\x0d\x41\xe3\ -\x93\x2d\x3c\x42\x7d\xe1\x9e\xb2\x96\xf5\x5b\xe5\xc7\x71\x8c\xbe\ -\x4d\x36\x56\xe8\x1a\x3c\xd1\xd6\xc0\x25\x54\x33\x47\xc3\x66\x5a\ -\x3f\x09\xc1\x57\xe0\x07\xdf\x6c\x4b\x60\x06\x2f\x41\x93\x74\x42\ -\x67\xb2\x0e\x97\x55\x05\x85\xd1\x75\xcf\xd8\xac\x0a\x3c\xdb\x77\ -\x38\xf3\xc2\x8d\xaf\xa7\x30\x9d\xe3\x13\x76\xe3\x8e\x87\x4d\x62\ -\x40\x30\xb0\x03\x5e\xeb\x01\xf8\x04\x45\x34\x86\x0e\x56\xf0\x30\ -\x4c\x75\xf4\x36\x21\x18\xe2\x1c\x59\x38\x82\xc7\xbd\x17\x6e\xcc\ -\xf4\x8b\x64\xc5\xd9\x72\xee\x50\x63\x17\xba\x34\xf4\x2f\x26\x0b\ -\xa8\x7e\xec\x2e\x23\xff\x76\x31\x01\xe7\xad\x3e\x74\x65\x7d\x72\ -\x31\xf9\xed\xcc\xc5\xe4\xd8\xdb\xf7\x82\x6d\x20\x2b\x33\x1c\xfe\ -\x81\x7f\x6f\x32\x79\x30\x84\x71\x7a\xf7\xcb\x75\x30\x6e\x7d\xd4\ -\x8e\x6a\xbc\x67\xec\xc5\xdb\xd0\x0d\xa6\x35\xc9\xd5\xec\x8d\xcb\ -\x69\xf4\xe2\x98\x70\xc3\xe4\x7d\xa2\xf7\x09\x6c\x35\x3b\x26\x95\ -\x94\x18\xdd\xe5\x54\x06\xb9\xb0\x18\xf3\x9e\xc3\x6b\xf8\x9f\xaf\ -\xe7\x7f\x03\x88\x7c\xd3\x3b\xed\x32\x4f\xdf\x00\x00\x00\x00\x49\ -\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x06\x92\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x06\x44\x49\x44\x41\x54\x78\x9c\xed\ -\x9b\x4d\x73\x1c\x57\x15\x86\x9f\x73\xc7\x0e\x36\x21\x72\x48\x42\ -\xa0\x8a\x15\xdb\x20\x6b\xa6\x7b\xbe\x5a\x86\x82\x48\x71\x2c\x27\ -\xf1\x47\x7e\x0b\xab\xb0\x48\x16\x94\x17\x6c\x58\xc2\xef\xa0\xf2\ -\x85\xad\x91\x46\x49\x30\xd6\x48\x3d\x6a\xcd\xc8\x50\x45\x55\x8a\ -\x4a\xa5\x58\x91\x90\x80\xe5\x38\x96\x12\xcd\x3d\x2c\x46\x63\x94\ -\x99\x91\xfa\xf6\x4c\xb7\x24\x0a\xbd\x2b\xd5\xb9\xa7\xcf\x3d\xef\ -\xa3\x73\xbb\x5b\x53\x23\x38\xd1\x89\x4e\xf4\xff\x2c\x19\x16\x6c\ -\xb7\xdb\x8f\x6f\x7f\xad\xbf\x50\xe1\xaa\xc0\x19\x60\x59\x4f\xc9\ -\xaf\xab\xf9\xfc\x47\x87\xdc\xdf\x48\x5a\x69\xb7\x7f\x24\x3b\xfa\ -\x1a\x30\xad\xb0\x05\xf2\xce\x97\xdf\xca\xfd\x66\x66\x72\xf2\x8b\ -\xfe\xdc\x01\x00\xb7\x6f\xff\xf5\x89\xd3\x67\xb7\xde\x07\xbc\xbe\ -\xa5\x7b\x56\x65\x6e\xba\x94\x5f\xc9\xa8\xef\x54\xb4\xba\xbe\x5e\ -\x56\x2b\x35\xe0\x5c\xdf\x52\x5b\xbf\xde\xfa\x59\x10\x04\x9b\x7b\ -\x83\xa6\xbf\xc0\xe9\xb3\x0f\x5f\x63\xd0\x3c\xc0\x39\x23\x3a\xbf\ -\xdc\x6c\x57\xd3\x6b\x37\x5d\x1d\x60\x1e\x20\xcf\x63\x67\x7e\xd9\ -\x1f\x1c\x00\x00\x72\xed\x80\x3d\x26\x8e\x2b\x84\x18\xf3\x00\x88\ -\xca\xf5\xfe\xd8\x10\x00\x7a\x36\x66\xaf\x09\x23\x3a\x1f\x86\xad\ -\x4a\xd2\x26\xb3\xd2\x4a\x14\x95\xe2\xcc\x03\xa0\x7a\xa6\x3f\x34\ -\x08\x40\xf9\x93\xc3\x9e\x13\xd6\x50\x3b\x0e\x10\x56\xa2\xa8\x84\ -\x9a\x05\xe2\xcc\x03\x2a\x83\xde\x06\x00\x68\x8e\x1b\xc0\x3d\x87\ -\xbd\x8f\x1c\x42\x12\xf3\xc0\x26\x46\x7f\xd5\x1f\x1c\x00\x10\x78\ -\xde\x87\xc6\x72\x09\x77\x08\x47\x72\x1c\x76\xcd\xc7\x8f\x7d\x57\ -\x9b\x8a\xcc\x05\x9e\xf7\x61\xff\xc2\xd0\xf7\x00\x80\x30\x6c\x55\ -\xac\xa1\x06\x4c\x38\x6c\x70\x4f\x8c\xbe\x58\xf1\xbc\xd0\x21\x77\ -\x6c\x35\xd6\x36\x8a\x82\x5d\x00\x9e\x74\x48\xbf\xaf\xc8\xa5\xa0\ -\x98\x6f\x0c\x5b\xdc\x17\x00\x1c\x4f\x08\x69\x9a\x87\x18\x00\x70\ -\xbc\x20\xa4\x6d\x1e\x86\x3e\x06\xbf\xa9\x72\xb9\xb0\x6a\x55\x2e\ -\x01\x9b\x71\xb9\xc0\x39\xb5\x52\x5b\x89\xa2\x92\x43\x6e\x22\x2d\ -\x37\xdb\xbe\x60\x6b\x38\x9a\x47\xec\x5c\x9c\x79\x70\x98\x80\x3d\ -\x0d\x54\x8d\xe8\x3c\x8e\x93\x80\xd8\x8b\x55\xdf\x6f\xba\xd6\x8f\ -\xd9\xdb\x37\xa2\x0b\xc0\x77\x1d\xd2\xef\x23\x76\xae\xea\xfb\xcb\ -\x2e\xb5\x9d\x01\x00\x34\xd6\xda\x81\xa0\xb7\x38\x44\x08\x49\xcd\ -\x8b\xd1\xcb\x15\xcf\xbb\xe3\x5a\x3f\x11\x00\x78\x04\x61\x1e\x78\ -\xc2\x21\xfd\xdf\x88\x7d\x71\x54\x08\x09\xcd\x7f\x21\x46\xe7\x92\ -\x98\x87\x11\x00\x40\x72\x08\x8a\xb9\x18\x14\xa7\xd6\x92\xec\x71\ -\x18\xe6\x61\x44\x00\x90\x2d\x84\x30\x6c\x79\xd6\xb0\x48\xc6\xe6\ -\xc1\xe1\x29\xb0\x9f\x82\x62\xbe\x81\xd8\x39\xe0\xbe\x43\xfa\x93\ -\x82\x5d\x68\xac\x6d\x14\xe3\x12\x93\x9a\x37\x36\xd9\x99\xef\xd7\ -\xc8\x13\xd0\xd3\x4a\x14\x4d\xa3\xe6\x16\x29\x4c\xc2\x28\xe6\xcb\ -\x65\xcf\xe5\x8f\xb7\x7d\x35\xf2\x04\xf4\x54\xf5\xfd\x65\x31\x7a\ -\x19\xf7\x49\xa8\x2d\x37\xdb\x7e\xff\x42\x18\xb6\x3c\x9b\xc3\xf9\ -\xcc\xab\xf2\xd2\xb8\xe6\x21\x85\x09\xe8\x69\x75\x7d\xfd\x82\x5a\ -\xb9\x05\x7c\xc7\x21\xfd\x5f\x56\xe5\xe2\x74\x29\x1f\xed\x5e\x5b\ -\x50\x95\x45\x94\xa7\x1c\xae\x7d\xa0\xca\xe5\xa0\x54\xb8\x3d\x56\ -\xc3\xbb\x4a\x0d\x00\x8c\x06\x21\x97\xb3\xf6\xa8\xcc\x43\xca\x00\ -\x20\x19\x04\x41\x37\xb5\xfb\x93\xcb\x8b\x55\xea\xe6\xbb\x3d\x64\ -\xa0\x30\x5c\xff\x89\x35\x72\x13\xb7\x49\x70\xd1\x03\x90\x97\xaa\ -\xc5\xfc\x1f\x53\xaa\xf7\x48\x99\x00\x80\x54\x21\x64\x66\x1e\x32\ -\x04\x00\xd0\x68\xb6\x7e\x2a\xc2\x1f\x18\x1d\xc2\x03\x11\xf3\x72\ -\xc5\x9f\xfa\x20\xcd\xbe\xf6\x2a\x53\x00\xf0\x08\xc2\x4d\xe0\xf1\ -\x6e\x44\x5d\xb7\xcd\xdc\x3c\xae\x9d\x8c\xab\x2e\x04\x9d\x07\xce\ -\xba\x6c\xa9\xc8\x96\x11\x99\xcb\xda\x3c\xa4\xf0\x22\xe4\x24\xc9\ -\x6d\x8a\xc8\x57\xae\xbc\x8d\xe8\x57\x48\xc7\xe5\x03\x98\xb1\x95\ -\x39\x80\xc6\xda\xdd\x29\x61\xa7\xae\xea\xf4\xe9\x2d\x00\xaa\x4c\ -\xa8\xca\xe2\xea\xfa\x7a\x21\xcb\xde\x20\xeb\x9b\xe0\xae\x79\x90\ -\xa7\x47\x2a\x20\x7c\x2e\xa2\x2f\x54\x3c\xaf\x95\x72\x6b\x7b\xb6\ -\xc8\x48\x5d\xf3\x9d\x45\xe0\x99\xb1\x0a\x09\x9f\x83\x9d\xad\xfa\ -\x7e\x3b\x9d\xce\xbe\xa9\x4c\x8e\xc0\x9d\xe6\xc6\xf9\x54\xcc\x03\ -\xdd\x57\x64\x53\x5f\x89\xa2\xfc\xf8\x9d\x0d\x2a\x75\x00\x77\x9a\ -\x1b\xe7\x73\x62\xeb\x38\x98\x17\x91\x6d\x60\x3b\xb6\xa8\xf2\x14\ -\x2a\x8b\x59\x40\x48\x15\x40\x12\xf3\xc0\xc3\x4e\xc7\x5e\x16\x31\ -\x97\x80\x2f\xe3\xd3\xe5\xe9\x2c\x20\xa4\x06\x20\x0c\xdb\x93\x49\ -\xcc\xab\xf2\xca\x74\xd9\x7b\xaf\xe2\x4f\x7d\x20\x62\x5f\x26\x01\ -\x84\xc6\xda\xdd\xa9\x31\xdb\xfd\x6f\xc5\x34\x8a\x84\x61\x7b\xd2\ -\x1a\x5d\x22\x81\xf9\xa0\x54\x58\xda\x1b\x5c\x8d\xa2\x9f\xab\x9a\ -\x77\x81\x6f\xc7\x97\xd0\xcf\x94\x53\xb3\x41\xf1\xfc\xc6\x48\x0d\ -\xef\xd1\xd8\x13\x90\xd4\x3c\xc8\x95\x7e\xf3\x00\x15\xdf\x7f\xdf\ -\x5a\x7d\x05\xc7\x49\x10\x76\xea\x69\x4c\xc2\x58\x00\x76\xcd\x3b\ -\x8f\x3d\xc8\x95\x6a\x31\x5f\xdf\x2f\x61\xba\xec\xbd\x97\x0c\x42\ -\x67\xec\xe3\x30\xf2\x11\xd8\x63\xfe\x7b\x0e\xe9\x0f\x45\xe4\x6a\ -\xc5\xcf\x2f\xba\xd4\x5e\x0e\xd7\x9f\x37\x46\xde\x05\xe2\xbe\xae\ -\x03\xf0\xcf\x8e\x9a\xd9\x0b\xa5\xa9\xbb\x2e\xb5\xfb\x35\x12\x80\ -\xd5\x56\xeb\xc7\xda\x61\x09\x37\xf3\x5b\x22\x72\xc5\xd5\x7c\x4f\ -\x87\x05\x21\x31\x80\xc3\x30\xdf\x53\xa3\xd9\x9a\x11\xe1\x1d\x32\ -\x84\x90\x08\xc0\xae\xf9\x3a\xf0\xac\x43\xfa\x58\xe6\x7b\x4a\x0a\ -\xc1\x58\x99\x29\x97\xf3\x7f\x76\xad\xef\x7c\x13\x4c\x6e\xde\x3a\ -\x9f\xf9\x83\xd4\x7d\x62\xc8\x15\xe0\xa1\x43\xfa\x33\xd6\xe8\x52\ -\x18\xb6\x27\x5d\xeb\x3b\x4d\x40\x23\x8a\x9e\x13\x35\x4b\x24\x32\ -\xef\x2f\xb8\x36\xe1\xa2\x95\xb5\xf6\x2c\xe8\xdb\xa4\x3c\x09\xb1\ -\x13\x90\xd4\xbc\x5a\xbd\x96\xb6\x79\x80\x6a\x31\x5f\x17\x91\xab\ -\xb8\x4f\x42\xdd\x65\x12\x0e\x9c\x80\x51\xcc\x07\x65\xaf\xe6\x90\ -\x3b\xb2\x56\xa3\xf6\x0b\xaa\xfa\x36\xdd\x6f\xb1\xc7\xe9\x53\x63\ -\x65\xf6\xa0\x49\xd8\x17\x40\x23\x8a\x9e\x13\x4c\x1d\xe5\xfb\x0e\ -\x1b\x6d\xa9\x72\x3d\x28\x15\xe6\x1d\x72\xc7\x56\x52\x08\x92\x63\ -\xa6\x52\x28\xfc\x65\xd8\xe2\x50\x00\x09\xcd\x6f\xab\x72\xed\xb0\ -\xcc\xf7\x94\x16\x84\x01\x00\x77\x5a\xad\x1f\xe6\x3a\x34\x81\x1f\ -\x38\x14\x3e\x12\xf3\x3d\xad\x46\xd1\x45\x55\xf3\x16\x6e\x10\x3e\ -\x91\x4e\xae\x54\xa9\x9c\xff\xfb\xde\xe0\xc0\x4d\x30\xd7\xe1\x75\ -\xfe\x07\xcc\x03\x54\x7c\x7f\x41\xc4\x5e\x05\xb6\x1c\xd2\x9f\xd5\ -\x53\x3b\x6f\xf4\x07\x87\x3d\x05\x9e\x77\x28\xb6\x0d\x87\x77\xe6\ -\x0f\x52\xc5\xf7\x17\xd4\xea\x35\x5c\x20\x28\x33\xfd\xa1\x61\x00\ -\x3a\x31\x65\xb6\x81\xeb\xd5\x62\xe1\x96\x53\x87\x87\xa0\xa0\xec\ -\xd5\x9c\x20\xa8\x0c\x78\x1b\x00\x20\xc8\x41\xbf\xd5\x6d\x41\x5e\ -\x3d\x4e\xe6\x7b\x0a\xca\x5e\x4d\x95\xeb\x1c\x00\x41\x0d\x37\xfb\ -\x63\x83\xff\x2f\xb0\xb3\x75\x03\xf4\x6f\x43\xae\xdf\x16\xe4\xd5\ -\x4a\x31\x3f\x50\xe4\xb8\x28\x28\x15\xe6\xf7\x85\xa0\x7c\xf4\x18\ -\xf6\x46\x7f\x78\x00\x40\xb5\x5a\xfd\x2c\xa7\x9d\x40\xe0\xb7\xc0\ -\xc7\xc0\x27\x82\xbe\x69\x55\x2e\x1c\x67\xf3\x3d\x05\xa5\xc2\xbc\ -\x18\x9d\x06\x7e\x8f\xf0\x0f\xe0\x63\x45\x7e\x77\xda\xd8\xaa\xef\ -\xfb\x9f\x1e\x75\x7f\x27\x3a\xd1\x89\x8e\x97\xfe\x03\x30\xd2\x31\ -\x16\x64\xba\x6f\x51\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\ -\x82\ -\x00\x00\x03\x4b\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x02\xfd\x49\x44\x41\x54\x78\x9c\xed\ -\x9b\x3f\x4f\x53\x61\x14\x87\x9f\x73\x8b\x74\x60\x54\x02\xc2\xee\ -\x02\x95\x81\xb2\xc9\xb7\x10\x8c\x24\xfc\x99\x24\x9a\x80\x8e\xf0\ -\x09\x74\x06\x13\x21\x0e\x2d\x25\x91\x04\xf8\x16\x38\x18\x29\x03\ -\x14\x26\x67\x8a\x24\x3a\x32\x14\x4b\x8f\x03\xa5\xbe\xb9\xbd\xc5\ -\x8a\xb4\xa7\x0d\xef\x33\xdd\x9e\x73\x6e\xf2\x7b\x7f\x7d\xdf\x7b\ -\xef\x70\x0e\x78\x3c\x9e\xbb\x8c\xd4\x53\x94\xd9\xd7\xae\x62\x81\ -\x71\x11\x9e\x02\x83\x02\x7d\x0a\x1d\x0d\xd6\xf6\x4f\x08\x14\x15\ -\xf2\xc0\xa1\x2a\xdb\x1d\x71\x36\xa7\x86\xe4\xac\x8e\xfb\x6a\xa3\ -\xaa\x92\xda\x63\x4a\x94\xb7\xc0\xc3\xdb\x12\xdb\x24\x4e\x04\x16\ -\xa6\x93\xac\x8b\x88\xd6\x2a\xaa\x69\xc0\x6a\x56\xef\x75\x2a\xcb\ -\xc0\x6c\x43\xe4\x35\x8f\xd5\x73\x61\x6e\x36\x29\xbf\xa2\x92\x91\ -\xdb\x58\x55\x25\x95\xe5\x3d\xf0\x22\x94\xca\x89\xf2\x19\xf8\x5e\ -\x0a\x28\xdd\xb2\xd0\xff\x22\x28\x11\x00\xbd\x2a\x3c\x01\x12\x4e\ -\x6a\xb6\x53\x41\x55\x5f\x46\xed\x84\xc8\x1d\x90\xde\xd5\x29\x85\ -\x35\x27\xf4\x13\x61\x7e\x66\x98\x8d\xeb\xb6\x53\x2b\xa0\xaa\x92\ -\xde\xe3\x39\xca\x12\x70\xff\x2a\x2e\x30\x3d\x33\x22\x99\x70\x7d\ -\x95\x01\x99\x7d\xed\xba\x38\xe7\x1b\xe5\x33\x2f\xf0\x23\x26\x3c\ -\x9e\x4c\xca\x49\x23\x85\xdf\x36\xeb\x59\x7d\x78\xa1\x1c\x28\x3c\ -\x28\x87\xf2\xb1\x4e\x1e\x85\x1f\x8c\x41\xf8\xc6\x62\x81\x71\x9c\ -\x07\x9e\x0a\xaf\xdb\x6d\xf1\x00\x93\x49\x39\x41\x79\xe3\x84\xfa\ -\x2e\x0a\x8c\x85\xeb\xaa\x0c\x28\xbf\xea\xae\xc8\xcd\x0c\xb3\xd1\ -\x08\x81\xcd\x60\x7a\x84\x4f\x40\xae\x12\x90\x3a\x0c\x00\x06\x9d\ -\x1b\x76\x5a\xfd\xcc\x5f\x87\x88\x28\xc2\x8e\x13\x1a\x08\xd7\x54\ -\xef\x00\xe8\xab\x5c\x97\x38\x6d\x90\xb6\xa6\xe1\xae\x41\xa0\x3f\ -\x9c\xaf\x32\xc0\xfd\xc2\x6b\xb5\x57\xdd\x4d\x70\xd7\x10\xf5\xf5\ -\x1a\x75\x04\xee\x14\xde\x00\x6b\x01\xd6\x78\x03\xac\x05\x58\xe3\ -\x0d\xb0\x16\x60\x8d\x37\xc0\x5a\x80\x35\xde\x00\x6b\x01\xd6\x78\ -\x03\xac\x05\x58\xe3\x0d\xb0\x16\x60\x8d\x37\xc0\x5a\x80\x35\xde\ -\x00\x6b\x01\xd6\x78\x03\xac\x05\x58\xe3\x0d\xb0\x16\x60\x8d\x37\ -\xc0\x5a\x80\x35\xde\x00\x6b\x01\xd6\x78\x03\xac\x05\x58\xe3\x0d\ -\xb0\x16\x60\x8d\x37\xc0\x5a\x80\x35\xde\x00\x6b\x01\xd6\x44\x35\ -\x49\x15\x2b\xc9\x52\xfb\x1b\xe4\xae\xc1\x5d\x5b\x25\x1f\x0e\x94\ -\x5b\xce\x2f\xaf\x03\x7a\x1a\x27\xad\x39\xb8\x6b\x50\x38\x0e\xe7\ -\xa3\xfe\xe1\xc3\x3f\x77\x33\xaa\xaa\x75\xcd\x14\xb4\x22\xaa\x2a\ -\x28\xa3\x4e\xe8\x28\x5c\x53\xbd\x03\x94\x6d\xe7\x67\x22\xb5\xcb\ -\x78\x23\xc4\x35\x83\x74\x96\x67\xb8\x9d\xe3\xca\x56\xb8\xa6\xca\ -\x80\x8e\x38\x9b\x40\xa5\x37\x58\x84\xe5\x8f\x5f\xb4\xed\x8e\x42\ -\xea\xab\xf6\x02\x4b\x4e\x28\x1f\x8b\xd7\x61\xc0\xd4\x90\x9c\x09\ -\x2c\x38\xa1\xee\x8e\x18\xb9\x54\x56\x27\xda\xe1\x38\x5c\xce\x3a\ -\xe8\x04\xc2\x01\xd0\x7d\x15\x17\x58\x8c\x1a\xa1\x89\x5c\x90\xaa\ -\x4a\x3a\xcb\x07\xaa\xa7\x45\x72\x08\x3b\x52\xe2\xb4\xd5\xba\x48\ -\x83\x12\x81\x06\xf4\x94\xcf\x7c\x22\x94\x5e\x99\x49\xf2\x2a\xaa\ -\xef\x39\x72\x62\x44\x44\x74\x35\xab\x73\x9d\x97\xe5\xae\x09\x09\ -\x94\x84\x0a\xb4\x5a\x0b\xb5\x0a\x10\xad\x69\xe5\x5c\x98\xaf\xd5\ -\xf4\xfd\xd7\xa1\xa9\xb5\x2c\x93\x0a\xef\x68\xbf\xa1\xa9\xbc\xc0\ -\xe2\x8d\x87\xa6\x5c\x32\xfb\xda\x75\x51\x60\xac\xdc\x6f\x3f\x20\ -\xd0\xdf\xa2\x63\x73\xc7\xc0\x11\xca\x56\x2c\xce\x56\x3d\x63\x73\ -\x1e\x8f\xe7\x6e\xf3\x1b\xb9\xd2\xe0\x79\x9c\x9b\x06\x51\x00\x00\ -\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x03\xaf\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x03\x61\x49\x44\x41\x54\x78\x9c\xed\ -\x9b\x3d\x4c\x53\x51\x14\xc7\x7f\xe7\xb5\x7e\x24\xa8\xd1\x89\x01\ -\x03\xac\x3a\x88\xc6\x6a\x70\x34\x11\x1d\x24\x8c\x38\x68\x14\x48\ -\x58\x8d\x9b\xc2\x60\x03\x89\x62\x9c\xfc\x18\x49\x28\x24\x2e\x32\ -\x12\x18\x40\x13\x47\x89\xd4\xf8\x31\xe0\x0a\x46\x07\x1c\xd4\x68\ -\x48\x24\xd2\x1e\x07\x0b\xbe\xbe\xbe\x0a\xf4\xbe\xd7\x4b\xc3\xfd\ -\x6d\xf7\xbe\xf3\x6e\xff\xf7\xdf\xde\x8f\xa4\xe7\x80\xc3\xe1\xd8\ -\xc9\xc8\x66\x82\xd2\x2f\x34\xd9\x5c\x47\x87\x7a\x5c\x12\x25\x05\ -\x34\x00\x7b\xe2\x95\xb6\x65\x56\x80\xcf\x2a\x64\x25\xcf\xd3\x85\ -\x65\x26\x06\xce\xca\xea\x46\x2f\x6d\x68\x40\x66\x4e\xdb\x14\x1e\ -\x0a\x1c\x89\x44\x66\xb5\x10\xe6\x51\x6e\x74\x9f\x92\x67\xff\x0b\ -\xf3\xca\x3d\x50\x55\xc9\xcc\x69\x3f\x30\x53\x73\x93\x07\x50\x8e\ -\x02\x33\x23\xaf\xb4\x4f\x55\xcb\x7e\xd1\x65\x0d\x18\xcd\xd2\x07\ -\xdc\x89\x43\x5b\x35\x11\xe1\x6e\x66\x8e\x5b\x65\x9f\x87\x75\x66\ -\xe6\xb4\x0d\x98\x29\xea\x54\xbe\xa9\x70\x3b\x99\x67\x6a\xef\x22\ -\x1f\x3b\x3b\x25\x17\xad\x54\x33\xc6\xc7\x35\xf1\xab\x89\xc6\x55\ -\x8f\x8b\xa2\x0c\x22\x1c\x0a\x84\x9c\x0f\x5b\x0e\x25\x06\xa4\x5f\ -\x68\xb2\x69\x1f\xef\xfd\x3f\x7b\x81\xe7\xbf\x73\x5c\xe9\x6d\x95\ -\xa5\x18\xb4\x47\xce\xf0\xac\xd6\xef\x4a\xf0\x44\xe1\xdc\x7a\xa7\ -\x30\xbf\xf0\x93\x96\xe0\xc6\x58\xb2\x04\x9a\xeb\xe8\x08\xac\xf9\ -\xaf\xde\x6e\x2e\xd7\xca\xe4\x01\x7a\x5b\x65\xe9\x77\x8e\x2b\x28\ -\xdf\xd6\x3b\x95\xa3\xcd\x75\x74\x04\x63\x4b\x0c\x50\x8f\x4b\x45\ -\x6d\x48\x5f\x6d\x91\x2f\xb1\x28\x8d\x91\xde\x56\x59\xc2\x23\xed\ -\xef\x0b\xce\x0d\x42\x0c\x28\x9c\xf3\xeb\x24\xf3\x4c\x45\x2f\xaf\ -\x3a\x24\x72\x4c\xfa\xdb\xa2\x9c\x0c\xc6\x84\x9d\x02\x0d\xfe\xc6\ -\xde\x45\x3e\x46\xac\xab\x6a\x84\x68\x3f\x1c\x8c\x09\x33\xa0\xe8\ -\x86\xb7\xdd\x76\xfb\xad\x10\xa2\xbd\xe4\xf6\x5a\xf6\x1e\xb0\x53\ -\x70\x06\xd8\x16\x60\x1b\x67\x80\x6d\x01\xb6\x71\x06\xd8\x16\x60\ -\x1b\x67\x80\x6d\x01\xb6\x71\x06\xd8\x16\x60\x1b\x67\x80\x6d\x01\ -\xb6\x49\x46\x31\xc8\x68\x56\xcf\x2b\xdc\x47\x39\xc6\x26\xff\x6b\ -\x30\x40\x81\x77\x22\xdc\xec\x4a\xc9\xcc\x86\xd1\x1b\x60\xfc\x0b\ -\x18\xc9\xea\x35\x55\xa6\x51\x5a\x88\x7f\xf2\x14\x3e\xe3\xb8\x2a\ -\xd3\x23\x59\xbd\x66\x3a\x98\x91\x01\x99\x37\x7a\x50\x94\xc7\xa6\ -\x22\x2a\x45\x94\x47\x99\x37\x7a\xd0\x64\x0c\x23\x03\xbc\x55\xce\ -\x00\xfb\x4d\xc6\x30\xe4\x40\x41\x43\xc5\xec\xf8\x4d\xd0\xc8\x80\ -\x7c\x92\x97\xc0\x8f\x88\xb4\x54\xc2\x8f\x82\x86\x8a\x31\x32\xa0\ -\xfb\x84\x7c\x57\xe1\xba\xc9\x18\x26\xa8\x70\xbd\xfb\x84\x7c\x37\ -\x19\xc3\x78\x09\xf4\xa4\x64\x4c\x84\x0b\xc0\x5b\xfe\x1e\x51\x71\ -\xa3\x08\xef\x44\xb8\xd0\x93\x92\x31\xd3\xc1\x22\xb9\x07\x14\xce\ -\x63\xe3\x33\xd9\x06\x6e\x13\xb4\x2d\xc0\x36\xce\x00\xdb\x02\x6c\ -\xe3\x0c\xb0\x2d\xc0\x36\xce\x00\xdb\x02\x6c\xe3\x0c\xb0\x2d\xc0\ -\x36\xce\x00\xdb\x02\x6c\xe3\x0c\x08\xe9\x5b\xf1\x37\xc6\xc7\x35\ -\x51\x25\x2d\x91\x13\xa2\x7d\x25\x18\x13\x66\xc0\x67\x7f\xe3\x57\ -\x13\x8d\x51\x8a\xaa\x26\x21\xda\x3f\x05\x63\x4a\x13\x25\x85\xac\ -\xbf\xbd\xea\x71\x31\x62\x5d\x55\x23\x97\xa0\xdd\xdf\x56\xe1\x75\ -\x30\xa6\x34\x51\x32\xcf\xd3\xa2\xb6\x32\x38\x3c\xab\xf5\xd1\xcb\ -\x8b\x97\xe1\x59\xad\x27\xcf\x80\xbf\x2f\x38\x37\x08\x31\x60\x61\ -\x99\x09\x85\x0f\xff\xde\xe2\xd0\xae\x04\x4f\x6a\xc9\x84\xb5\x64\ -\xe9\xa2\x8c\x71\x61\x7e\x61\x99\x89\x60\xec\x96\xd2\xe5\xf1\x48\ -\x27\x72\x4c\x6e\xe7\x74\xf9\x5c\x82\x76\xf2\x0c\x54\x9c\x2e\xbf\ -\x46\xa1\x5a\xa4\xe6\x0b\x26\x00\x54\xe9\xef\x39\x2d\x43\x61\xcf\ -\xca\xde\x03\xba\x52\x0c\xa9\xd2\x1f\x9f\xac\xaa\xa0\x08\x7d\xdd\ -\xa7\xb8\x57\x2e\x60\x53\x45\x53\x08\x0f\x0a\x35\x38\xb5\xc3\x26\ -\x8b\xa6\x2a\x29\x9b\x3b\xc9\xdf\xac\xeb\xed\x58\x36\xf7\x49\x85\ -\xd7\x5b\x29\x9b\x73\x38\x1c\x3b\x9b\x3f\xc0\x57\x05\x09\xc0\x54\ -\x89\x1f\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\x87\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x39\x49\x44\x41\x54\x58\x85\xed\ -\xcd\xa1\x15\x00\x10\x00\x00\xd1\x63\x27\x5d\xb1\x87\xcd\x2c\xe2\ -\x3d\x03\x18\x8a\xa4\x8a\x8a\xfb\xe9\xda\x81\x24\x49\xbf\x0b\x27\ -\xda\x5c\x03\xc8\x8f\xa6\xbd\xa6\x50\x00\xe2\x8b\xa1\x24\x49\xd2\ -\xcd\x06\xa0\x5c\x05\x04\x98\xaa\xb6\x51\x00\x00\x00\x00\x49\x45\ -\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\x78\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x2a\x49\x44\x41\x54\x58\x85\xed\ -\xce\x41\x01\x00\x30\x08\xc4\x30\x98\x7f\x0f\x13\x34\x51\x4c\xc6\ -\xf1\x48\x0c\xb4\x55\x00\x40\x58\xdf\x37\x93\x1c\x38\xc9\x38\x00\ -\xb0\xc2\x07\x4f\x3e\x03\x6c\x7e\xe5\xa5\xbc\x00\x00\x00\x00\x49\ -\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x03\xf0\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x03\xa2\x49\x44\x41\x54\x58\x85\xe5\ -\x97\x4f\x68\x1c\x65\x14\xc0\x7f\x6f\x66\x92\x35\x22\xb5\x8d\x41\ -\x37\xc9\x86\x24\x9b\xf1\xd0\x31\x1b\x0b\x91\x42\x0f\xd5\x58\x8b\ -\x45\xa4\x4d\x15\x54\x44\x6a\xa1\x2a\x1e\x7a\x13\x84\x14\x0f\x3d\ -\x28\x1a\xf0\xa4\x14\x45\x11\x04\xd1\xab\xc1\x46\xad\x16\x2c\xe9\ -\x49\x4a\x95\xd8\xba\x19\x53\xba\xdd\x54\xbb\xc9\x54\x23\x5d\x94\ -\xd4\x76\x93\x9d\xef\x79\xd8\x49\x48\xb2\x09\xc9\x9a\x5d\x2f\x7d\ -\xa7\x61\xbe\x37\xef\xf7\x7b\xc3\xcc\xf7\x07\x6e\xf5\x90\x4a\x92\ -\x5b\xba\xba\xdb\x80\xfd\x06\xd9\x2d\xd0\x06\x24\x00\x4b\x61\x52\ -\x20\x27\x70\xda\x52\x7b\x28\x97\xfd\xe9\x62\x55\x05\xe2\x9d\xf7\ -\x6f\x17\x4b\x07\x41\x1f\x5e\x67\xdd\xb3\x96\xca\x91\xc9\xec\xf9\ -\xef\x36\x24\xb0\x25\xd9\x7b\xe7\x6d\x32\xfb\x3e\xf0\x6c\x94\x1c\ -\x28\x0c\x03\x27\x6c\xa3\xd9\xa2\x5d\x17\xd8\xce\x0d\x13\x16\x63\ -\x71\x4c\xd8\x21\x62\x3d\x0a\xf4\x83\xb6\x47\x25\xbe\x0e\x8d\x1e\ -\xfa\x63\x22\xfd\x7b\xc5\x02\x89\x2e\xcf\x0d\xb1\x8f\x03\x5b\x23\ -\xf0\xd1\xa0\xed\xae\x8f\x19\x19\x29\xae\xd1\x94\xd5\x92\xec\x79\ -\x46\x45\xdf\x00\x92\xc0\x6f\x96\x31\xfb\x26\x27\xc6\xce\xad\x5b\ -\xe0\xee\x7b\x53\x49\xdb\xe8\x19\x90\x26\xe0\x8b\x82\xdc\x78\xfe\ -\x5a\x26\xf3\xf7\x1a\xe0\x25\xe1\xba\x6e\x6c\x86\x86\xf7\x44\x39\ -\x84\x72\x5d\x2c\x6b\xe7\x54\xe6\xdc\xe8\x9a\x02\x8d\xae\xbb\x29\ -\xa6\x0d\xdf\x03\x1e\xe8\x3b\xc1\xa5\xf4\x2b\x80\xa9\x04\xbe\xb8\ -\x7e\xb3\xdb\x3d\x80\xca\x9b\x40\x6e\xae\x58\xdc\xfe\xe7\xaf\xbf\ -\x04\x8b\x13\xac\xe5\x4f\xc4\xf4\xf6\x63\x80\xa7\xaa\xc3\x1b\x84\ -\x03\x68\x90\x49\x0f\x82\x7e\x04\x24\xea\x1d\xe7\x53\x96\x35\xbd\ -\x44\xa0\x39\xd9\xfd\x00\xe8\x01\x60\xba\x40\xec\xc0\x06\xe1\x0b\ -\x12\x5b\x62\xe6\x30\xc2\xb8\xc2\xae\x78\x32\xf5\xd8\xaa\x02\x88\ -\xbc\x05\x20\xe8\xeb\xf9\xec\x8f\x7f\x55\x01\x0e\x80\xef\xfb\xb3\ -\x18\x7d\xad\x84\x60\x90\x45\x6f\x61\x41\xa0\xa9\x7d\x6b\x33\xf0\ -\x08\xc2\xb5\xcd\x31\xf3\x41\xb5\xe0\xf3\x11\x64\xd3\x43\x08\xe3\ -\x40\xaa\xb5\xf3\xbe\x9e\x32\x81\x3a\xc7\xd9\x0b\x08\x2a\x5f\xf9\ -\xbe\x3f\x5b\x6d\x01\x40\x55\x39\x0e\xa0\xb6\xfd\x44\x99\x00\xd0\ -\x07\x20\xaa\xdf\xd4\x00\x5e\x32\x40\xbe\x8d\x4c\x76\xad\x20\xa0\ -\x6d\x00\x62\x31\x51\x2b\x01\x09\xad\x6c\x64\x92\x58\x41\x40\x12\ -\x00\x61\xd1\x0e\xa8\x51\xdc\xe1\xcc\x94\x6a\x0b\xad\x44\x1f\x62\ -\xd9\x3c\xf0\x3f\xc6\x72\x01\x99\x04\x50\xc7\xc4\x6b\x45\xbc\x1e\ -\xd6\xcd\xd7\x9e\x22\x9a\x63\x16\x04\x14\x73\x05\xc0\x36\x74\xd6\ -\x4a\x40\x2d\x2b\x19\x5d\xe5\xe6\xef\x2d\x08\x08\x32\x02\xa0\xa2\ -\x7b\x6a\x25\x10\x2d\xd7\x88\xc8\xa9\x32\x01\xc7\x71\x86\x23\xbb\ -\xc7\xe9\xed\xad\xab\x05\x1f\x65\x5f\x49\x20\x1c\x2a\x13\xb8\x72\ -\x61\x74\x4a\xe0\x14\x48\x53\x3c\x3f\xf7\x62\xb5\xe9\x2d\x6e\xcf\ -\x5e\xc0\x03\xc6\x26\x2f\xfa\x0b\x7b\x83\x25\x7f\x81\x51\x33\x50\ -\x32\xd4\xa3\x8d\xae\xbb\xa9\x5a\x70\xcf\xf3\xea\x55\xb5\xb4\xce\ -\x88\x1c\x01\x74\x45\x81\xab\xd9\xb1\xb3\x08\x9f\x01\xf7\xc4\xb4\ -\xe1\x93\xe5\xe3\xff\x31\x24\x5f\xb0\xdf\xa5\xd4\xfd\xc8\x54\xe6\ -\xfc\x97\x8b\x07\xcb\x00\x37\x4d\xfd\xe1\x68\xd1\xe8\x6f\x4e\xa6\ -\xde\xde\xa0\x84\xb4\x74\xa5\x5e\x05\x5e\x56\x98\x72\x1c\xe7\x39\ -\x16\x75\x0f\xab\x6c\xc9\x12\x5d\x9e\x1b\x8a\x7d\x06\xa5\x11\xe4\ -\xf3\x62\xac\x78\x70\xda\xf7\x67\x2a\x21\x7b\x9e\x57\x9f\x2f\xd8\ -\xc7\x80\x97\x80\x7f\x50\x7d\x28\xc8\xa6\x7f\x58\x9e\xb7\x62\x77\ -\xb9\x4b\x7e\xc6\x32\xd6\x0e\xe0\x02\xe8\x93\x4e\xc1\x1e\x6f\x71\ -\xbb\x5f\xa0\xaf\xcf\x59\x07\xdb\x8a\xbb\xdd\x4f\xe7\x0b\x56\x3a\ -\x82\xe7\x44\x64\xe7\x4a\x70\x58\x63\x5b\xde\xd1\xb1\x6d\x73\xc1\ -\x0a\x3f\x44\x78\x6a\xde\x0d\xd1\x61\xc1\x3a\x61\x90\xac\x73\x73\ -\x2e\x70\x9c\x7a\x53\x20\x8c\xe3\x58\xed\x18\xb3\x07\xa1\x9f\xd2\ -\x6e\x18\x94\x93\x45\x13\x1e\x9c\xbe\xec\x5f\x5d\x8d\xb1\xae\x83\ -\x49\xab\x9b\xda\x61\x0c\x83\x08\x0f\xae\x27\x1f\x18\x45\x74\x20\ -\xc8\xa4\x4f\xae\x95\x58\xd1\xd1\x2c\xde\xb1\xad\x43\x2c\xb3\x5f\ -\x44\x77\x1b\x68\x13\x21\x81\x62\x03\x39\xd0\x1c\xc2\x69\x8a\x32\ -\x14\x5c\xfe\x79\xbc\x92\xba\xb7\x76\xfc\x0b\x50\xaa\x4c\xd1\x59\ -\x37\x30\xcd\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\x94\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x46\x49\x44\x41\x54\x58\x85\xed\ -\xce\xb1\x0d\x00\x20\x0c\x03\x41\x82\x98\x22\x75\xea\xac\x08\x33\ -\xb1\x60\x18\xc2\x48\x69\xfe\x7a\x5b\x3f\x86\xc0\x23\x8f\x47\x1e\ -\xe5\x63\x2a\xe3\x1f\x08\x20\x80\x00\x02\x08\x20\xa0\x3d\x60\xa9\ -\x07\x55\xb5\x3d\xb2\x2d\xe0\x9a\x99\x78\x01\x00\x00\x9a\x3d\xeb\ -\x06\x06\x9a\x71\x71\x4f\x34\x00\x00\x00\x00\x49\x45\x4e\x44\xae\ -\x42\x60\x82\ -\x00\x00\x03\x45\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x02\xf7\x49\x44\x41\x54\x78\x9c\xed\ -\xd6\x4d\x88\x13\x77\x18\xc7\xf1\xef\x33\x49\x8a\xa0\xe8\x52\x48\ -\x76\x65\xd5\xba\x92\xdd\xc5\xd5\x8b\x9e\xd4\x83\xf8\x86\xa0\x62\ -\x4b\x2f\x1e\x8a\xf5\x05\x62\x56\xc1\x1e\x54\x10\x15\x24\x08\x1e\ -\x0a\x5a\xc1\x83\x62\x76\x16\xc4\x7a\x10\xac\x62\x29\x6d\xed\xb5\ -\xc2\x16\x7b\xd0\x93\x88\x6e\xb6\xea\xc1\x75\x37\x89\x5d\x5f\x10\ -\x57\x93\x38\x8f\x07\x57\x48\xa6\x5a\xed\xce\x24\x05\x7d\x3e\xc7\ -\xff\x33\xff\x67\x7e\xff\x67\x98\x49\xc0\x18\x63\x8c\x31\xc6\x18\ -\x63\x8c\x31\xc6\x18\x63\x8c\x31\x1f\x0b\x09\xda\x20\x79\x62\xa8\ -\x4b\x1c\xf9\x5e\x44\x5a\x15\x8e\xe4\x52\x89\xc3\x88\x68\x18\xe1\ -\xde\xa4\xa3\x27\xff\xa5\xc2\x21\x00\x41\xbe\xe9\x4f\x27\x2e\x06\ -\xe9\x17\x78\x00\xed\x6e\xfe\x77\x94\xc5\x55\x0d\x4f\x47\x9b\x8a\ -\xa9\xeb\xeb\xe6\x96\x82\xf6\xae\xa1\x2a\x49\xb7\xb8\x5b\xd0\x6f\ -\xab\x56\x1f\x4d\xd6\x44\xfc\x4a\xb7\x94\xc7\xdb\xd6\x09\x1e\xac\ -\xb6\x87\xc2\xd7\x95\x87\x89\xdf\x66\x9e\x7c\xd0\x14\xb8\xf7\x98\ -\x25\x19\x8d\xb6\xbb\x85\xe3\xbe\xc3\x43\x08\x0f\x30\xf0\x00\x3c\ -\x47\xb7\x01\x85\xea\x35\x45\x97\xc6\xca\xa5\xbe\xb6\xde\x7b\x9f\ -\x05\xed\xdf\x75\xac\x30\x69\xb0\x35\xff\x23\xb0\xd5\x57\x7a\xae\ -\x8e\xae\x0f\xf2\xf4\x21\x84\x09\x02\x74\xba\xc3\x6d\x9e\x27\x17\ -\x11\x3a\x6b\x9a\x0b\xc3\x9e\xe7\xac\x19\xe8\x8e\x5f\x1d\x4f\xdf\ -\xd9\xd9\xe2\xd4\x8a\x78\x3f\x03\xf3\x7d\xa5\x11\xc7\xe1\xf3\x9b\ -\xa9\xe6\xbe\xf1\x66\x7e\x2d\xf8\x2b\x00\xdc\xdc\xd2\x72\x3b\x16\ -\x29\x2d\x42\xb8\x54\xbd\xae\x4a\x8b\x88\x77\xa9\x3d\x5b\x5c\xf3\ -\x5f\x7b\x26\x7b\x86\xe6\x54\xc4\xbb\x8c\xff\xf0\xca\xad\x08\xce\ -\xc2\x30\x0e\x0f\x21\x0d\x00\xe0\x7a\x6a\xfa\x88\x8e\x3e\x5e\x09\ -\x9c\xf1\x95\x26\x22\xde\x4f\xc9\x6c\x7e\xdb\xfb\xf6\xea\x74\x87\ -\x97\x09\x4e\x1f\x30\xc3\x57\xfa\x53\x63\xde\x82\x1b\xe9\x78\x7f\ -\xd0\xbc\xaf\x85\xf2\x0a\xd4\xc8\xa8\x93\x6c\xcd\x1f\x14\x64\xef\ -\x3f\x6a\xca\xa1\xdc\xbd\xc4\x1e\x0e\x88\xf7\xb6\xed\x1d\x6e\x7e\ -\x83\x2a\xbd\x40\xcc\x57\xba\xf0\x44\x2b\xeb\x87\xba\x5b\x9f\x86\ -\x19\x37\xfc\x01\x8c\x69\x77\x87\xd3\xa8\x1c\x07\x22\xb5\x37\xd4\ -\xb3\xa5\xd8\xe8\xc6\x3b\x9b\xdb\x9e\xd5\x6c\x50\x95\xa4\x5b\xd8\ -\x2f\x70\xe0\x0d\x31\x8f\xe6\x9a\xe2\xbb\x58\x27\x2f\xc2\xce\x59\ -\xb7\x01\x00\x74\xf4\x14\x56\x29\xfa\x03\x30\xb1\x7a\x5d\xa1\x2f\ -\x5a\x2a\x7f\x71\x63\xfb\xb4\xbf\x01\xba\xce\x5e\xfb\xa4\xfc\x30\ -\x9e\x05\x36\xf9\x5a\x28\xe8\x8e\x5c\xba\xe5\x68\xbd\x32\xd6\x75\ -\x00\x00\xc9\xde\xc2\x3c\xf1\xf4\x17\x60\xaa\xaf\x94\x53\x65\x95\ -\x47\xec\x7e\x44\xca\xe7\x80\x15\xbe\xfa\x33\x81\xaf\xfa\xd3\xcd\ -\x17\xea\x99\xaf\xee\x03\x00\x98\x95\x1d\x9c\x11\x91\xe8\xaf\xc0\ -\x9c\xf7\xdc\x72\x5f\x45\xd7\x0e\x6c\x69\xb9\x5c\xcf\x5c\xd0\xa0\ -\x01\x00\xcc\xca\x8e\x4c\x89\x38\xe5\xf3\x28\xcb\xdf\x71\x69\xce\ -\x73\x64\xf5\x5f\xa9\xc4\x40\x23\x72\x85\xf6\x33\xf8\x2e\xb7\xba\ -\x3f\x7d\x14\x9b\x52\x5c\x8d\x70\xea\x6d\xd7\x08\xfc\x21\x5a\x59\ -\xd4\xa8\xc3\x8f\xdd\xb3\xc1\x54\xa5\xa3\xa7\x90\x51\x21\xe3\xab\ -\x9c\x1b\x7d\x52\xda\x70\x77\xe7\xf4\xd1\x46\xc6\x69\xfc\x00\xc6\ -\x24\xdd\x82\x2b\xaa\x9b\x79\xf5\xa5\xff\x2e\x37\xd8\xbc\xef\xdf\ -\xfe\x1f\x7c\x90\x96\x64\x34\x3a\xf3\xe4\xed\x09\xff\x77\x0e\x63\ -\x8c\x31\xc6\x18\x63\x8c\x31\xc6\x18\x63\x8c\x31\xe6\x23\xf1\x12\ -\xa8\xb3\xf4\x6e\xf6\x1f\xa9\xac\x00\x00\x00\x00\x49\x45\x4e\x44\ -\xae\x42\x60\x82\ -\x00\x00\x01\xb6\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\x68\x49\x44\x41\x54\x58\x85\xe5\ -\xd6\x31\x4e\xc3\x40\x10\x85\xe1\x7f\xd6\x36\xdc\x80\x14\x9c\x20\ -\x41\x28\x41\x29\x12\x89\x2a\xe1\x00\x48\x70\x52\x44\x83\x84\x94\ -\x54\x48\x6e\xa3\x40\x38\x01\x05\x54\xf4\xb1\x33\x14\xc1\x48\x98\ -\x0d\xde\x75\xd6\xa6\xc0\xe5\x7a\xec\xef\x79\x77\x34\x32\xfc\xf7\ -\x4b\xda\xc4\xd2\x74\xd9\x91\x24\xbf\x51\x78\x19\x0f\x07\xd7\x00\ -\xa6\x5d\x7c\x33\x07\x46\x02\xc7\xc5\x7a\xdc\x2e\xae\x5d\x90\x67\ -\x5d\x9b\xcb\xe2\x5e\xe3\x47\x60\xc1\x27\xe3\xf1\xe9\x6b\x2b\x01\ -\xaa\xf0\x46\x03\xb8\xe0\x8d\x05\x70\xc5\x1b\x09\xe0\x83\x07\x0f\ -\xe0\x8b\x07\x0d\x50\x07\x0f\x16\xc0\x15\x7f\x58\x2c\x8e\xe2\x4c\ -\xef\x80\xf7\xd1\x70\x30\x85\x00\x93\xd0\x0b\x5f\xeb\x0c\x38\x53\ -\xe1\xa0\x58\xdf\x2b\x80\x37\x2e\x9c\x00\x8f\x79\x24\x57\xc5\xbd\ -\xda\x47\x50\x17\xcf\x62\xb9\x38\xef\xf7\xdf\xf6\x0a\x10\x0a\xaf\ -\x15\xc0\xb3\xe1\xe6\x40\x0f\xe5\x29\x4b\x64\x5a\xc6\xbd\x03\x84\ -\xc6\xbd\x02\x34\x81\x03\x44\x21\xf1\x34\x5d\x76\x22\xd9\x38\xe3\ -\xe0\xb0\x03\x3e\xb8\x24\xf9\xcc\x07\xaf\x0c\x50\x0b\x87\x55\x16\ -\xcb\xc4\x86\x7b\x4d\xc2\x46\x70\xcb\x24\xb4\xfe\x13\x36\xf4\xe5\ -\x73\x84\x1e\xa5\x49\xf8\xa3\x09\xfd\xf0\xcf\x86\xfb\x05\xb7\x34\ -\xe6\xb7\x61\x64\xca\xc5\x7e\xb8\x76\x81\x95\xae\x23\x6b\xc3\xb9\ -\x34\xa6\xd8\x5f\xea\x87\xbb\xd4\xed\xda\x21\x03\xa0\xaa\xc6\x24\ -\xf9\x7d\x15\xae\xaa\x22\x49\x7e\x5b\x85\x97\xeb\x76\xe1\x5f\x01\ -\xb6\x0f\x71\x28\xb0\xac\xf8\x93\x11\xe0\x60\x5b\x67\xc7\x6d\x75\ -\x2e\xf3\x00\x55\x35\xaa\x5a\x39\x98\x54\x55\x42\xd6\xfd\xf9\xf5\ -\x01\xd6\xea\xf5\x8b\x36\xe5\x59\xef\x00\x00\x00\x00\x49\x45\x4e\ -\x44\xae\x42\x60\x82\ -\x00\x00\x03\xec\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x03\x9e\x49\x44\x41\x54\x78\x9c\xed\ -\x97\x3f\x6c\x53\x57\x14\xc6\xbf\x73\x9f\x83\x22\x04\xed\x90\x18\ -\x4a\x43\x10\x6d\xfc\x6c\x98\xa1\x7b\xa0\x22\x03\x13\x61\xe8\xc0\ -\x46\xa2\xe0\x4e\x9d\xda\x32\xa1\x08\x55\x42\x2d\x6c\x48\x95\xec\ -\xf7\x42\x98\xaa\x0e\xad\x0a\x53\x23\x45\x2a\xa9\x04\x1b\xec\x6d\ -\xfe\x54\x54\xa5\x26\x76\x4c\x97\x56\xaa\x4a\xe3\x77\xbf\x0e\x36\ -\x60\x3f\xdf\xd8\xae\xfd\xfc\x12\xe0\xfe\x46\x9f\x77\xee\xfd\xce\ -\xe7\xf3\xde\x3d\x17\xb0\x58\x2c\x16\x8b\xc5\x62\xb1\x58\x2c\x16\ -\x8b\xc5\x62\xb1\xbc\x5e\xc8\x76\x6d\x9c\xf6\x4a\x93\x04\xbe\x04\ -\xa0\x00\xf1\x57\x2f\xec\xbb\xb4\x1d\x3a\xb6\xc5\x80\xb4\x57\x9c\ -\x21\x24\x07\x40\x3d\x17\x42\xce\xac\x64\xdf\x9a\x8b\x5b\x8b\x6a\ -\xff\x48\xb4\xa4\xbc\x8d\x8b\x84\x78\xe1\xbd\x29\xe2\xbb\xf9\xd2\ -\xa7\x71\xeb\x89\xaf\x03\x48\x71\xfd\x8d\xab\x00\x3e\x6e\xfd\x1c\ -\xae\xad\x5e\xd8\x77\x11\x22\x8c\x43\x56\x2c\x06\x8c\xcf\x32\x51\ -\x78\xbb\xe4\x41\xe4\x7c\x67\x19\x9c\x1f\x29\xec\xcf\xfe\x78\x59\ -\x2a\xfd\x55\x16\x83\x01\x87\x6f\x3e\x1c\x4c\x6c\xee\xfe\x5a\x80\ -\x33\x4d\x41\x52\x57\x15\x88\xe9\x55\xbc\xb5\x39\xf0\xf7\xb9\x5f\ -\xcf\xbf\xf3\x4f\x3f\xf5\xf5\xd5\x80\xd4\xf5\x3f\xde\x50\x83\xc1\ -\x6d\x82\x27\x1a\x23\x04\x44\x02\x3c\x6b\x72\x01\x40\x3a\x61\x39\ -\x04\xee\x38\x8e\x3a\xb3\x3c\x9d\xfc\xab\x5f\x1a\xfb\x66\x40\x6a\ -\x7e\x3d\x29\x15\x59\x00\xe4\x58\x63\x84\x00\x24\x30\x2a\x31\x99\ -\x20\x7c\x00\x87\xa7\xd7\xa6\x0e\x94\xfb\xa1\xb3\x2f\x06\xbc\x9b\ -\x2f\x1c\x72\x90\x58\x84\x20\x13\xda\x8d\x20\x74\x1b\x45\x0a\x6c\ -\x6a\x85\x65\x3d\x50\x39\xf5\xcb\xd4\xc8\xa3\xa8\xb5\x46\x6e\x80\ -\xeb\x3f\x3e\x0a\x3a\x8b\x00\x0e\x86\xb6\x22\xc0\xd6\xc5\xbf\x50\ -\x65\x30\x81\x8f\x04\x89\x89\x95\xec\xf0\xcf\x11\x49\x05\x10\xf1\ -\x1c\x90\xf6\xd6\xdf\x03\x9c\xbb\x68\x2a\x1e\x9d\x17\x5f\x7d\x5a\ -\x57\x73\xea\x10\x19\xa5\x0a\xee\x65\x72\xe5\xe3\x3d\x0b\xad\x23\ -\x32\x03\xd2\xb9\xe2\xfb\x84\xba\x03\x62\x28\x14\x22\xd0\xa6\xed\ -\xcd\x68\x48\xc8\x04\x62\x48\x2b\xbd\x94\xf1\x8b\x27\xbb\xd5\x19\ -\x26\x12\x03\x5c\xbf\x74\x96\x4a\xbe\x07\xb0\x27\x14\xea\xb6\xf8\ -\x67\xd9\xcd\x9d\x00\xec\xd1\x94\x85\xb4\x57\x9a\xec\x7a\xdd\x3a\ -\x7a\x36\x20\xe5\x17\xa7\x41\x7c\x03\x60\x57\x63\x44\x34\x7a\x29\ -\xfe\x05\xa6\x75\x76\x11\xf8\x36\xe5\x6d\x4c\xf5\xba\x78\x4f\x06\ -\xb8\x7e\xe9\x13\xa1\xcc\x19\xd6\xd1\x00\xa3\x1c\x65\x4d\x9d\xa4\ -\x04\xbc\xe1\x7a\xa5\xd6\xa3\x75\x1b\xba\x33\x80\x14\xd7\x2b\x7d\ -\x01\xe2\x6a\x73\xcc\xd8\xb6\x51\xb0\xd5\xeb\x74\xcd\xf5\x8a\x9f\ -\x83\xec\xea\x44\xfb\xdf\x49\xe3\xb3\x4c\x3c\x1e\x29\xe7\x08\x4e\ -\x37\x05\x69\xf8\x70\x45\x8f\xc0\xf0\xc7\x51\x64\x6e\xed\xcd\xe4\ -\x87\xf8\xc0\x30\x64\xb5\x59\xac\x63\x0e\xdf\x7c\x38\x38\xf0\xef\ -\xee\xaf\x20\x38\x1b\xda\x1e\x00\x74\xf5\xac\x8f\x03\xd6\x4c\x08\ -\xc9\x27\xbe\xe3\xd3\x3f\xcf\xad\x7d\xe4\x3e\xed\x74\xa5\x8e\x0d\ -\xc8\xdc\x28\xef\x0d\x02\x7d\x5b\x80\xc6\x23\x88\xb5\xe2\x63\xba\ -\xbe\xd6\x6d\x2c\xc6\x4b\x94\xe0\x07\xa5\xd4\x64\xa7\xf7\x87\x8e\ -\x0c\x48\xe7\x0b\xc3\x5a\x39\x0b\x42\x69\x1c\x42\x58\xbb\xd4\x6c\ -\x27\xa4\x03\x09\x97\x21\xf7\x85\x9b\xa7\x57\xb2\x23\x4f\xda\xa5\ -\xb7\x35\x60\x6c\xbe\x30\xaa\x2a\xce\x22\x20\x47\x42\x99\xed\xe7\ -\xfa\xb8\x30\x8d\xce\x90\x9f\x28\xce\xc4\xda\xcc\xd0\xef\xad\x53\ -\x5b\x90\xce\x3f\x39\x42\x54\x16\x21\x32\x1a\x0a\xf5\x36\xe0\x44\ -\x8e\x00\x42\x83\x09\xf8\x4d\x39\x6a\x62\x79\x3a\xb9\xbc\x55\xe6\ -\x96\xc7\x60\x26\x57\x3e\x4e\x09\xee\x36\x17\x2f\x3b\xac\x78\xa0\ -\x7a\xd5\x30\x9e\x40\x87\x74\xa0\xef\x8d\xf9\xe5\x63\xc6\x34\x6c\ -\x61\xc0\x58\x7e\xfd\x84\x56\x7a\x09\xc0\xb0\x61\xa7\x1d\x56\x7c\ -\x1d\xe6\x19\x64\x58\x51\x2f\xa5\xfc\xf5\x71\x53\x4a\xd3\x2b\xe0\ -\xe6\xcb\x97\x20\xfa\xb2\x29\xf6\x92\x43\x50\xcd\xae\x66\x93\x9f\ -\xd5\xff\x68\xe8\x80\x60\x16\xaf\x5e\xf1\x00\x20\xb5\xda\x1a\x30\ -\x9c\xa3\xaf\x62\xed\x35\x0c\xb5\x19\x0c\xd0\x57\xb0\xe3\x3e\x72\ -\x91\xa0\x6b\xb5\x59\x2c\x16\x8b\xc5\x62\xb1\x58\x2c\x16\x8b\xc5\ -\x62\xb1\x58\x5e\x6b\xfe\x03\x30\x2b\x3e\x25\x02\x86\xf3\x00\x00\ -\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\x0b\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\xbd\x49\x44\x41\x54\x58\x85\xed\ -\x94\xcd\x4b\x54\x51\x18\xc6\x7f\xcf\x99\x3e\x74\x93\xb6\xe8\x3a\ -\x04\x42\xd1\x5c\xda\xf6\x17\xb8\x4a\x88\x90\x5a\xd9\x2e\x09\x9a\ -\x99\x68\x11\xfe\x05\x42\xfa\x17\x84\x2e\x92\x8b\xd2\xa6\x45\x1f\ -\x4b\x5d\x24\x2d\x5b\xd8\xb2\x5c\x08\x39\x13\xb4\x29\x9c\x3b\x60\ -\x1f\x20\x84\x30\xf7\x6d\xe1\xbd\x33\x8a\x63\x77\x66\x14\xdd\xdc\ -\x1f\x5c\x38\xbc\x9c\xf3\x3c\xcf\x39\xe7\x3d\x17\x32\x32\x32\x32\ -\x4e\x19\x25\x83\x42\x50\xfb\x29\x18\x3c\x09\x53\x83\x5f\xd5\xf2\ -\xd0\x45\x00\xb7\xa7\xea\x0e\x5d\x71\xfc\x09\x9a\x5e\xcd\xc1\xb9\ -\xdc\xce\x55\xe0\x63\x12\x11\x88\x80\xc6\xb1\x7c\x46\x14\x6b\x82\ -\x58\x8d\xbd\xf6\x07\x58\x2f\x0e\x6f\xf5\xf7\xd9\x4d\x60\x65\xf7\ -\x62\xcc\x61\xad\x2b\x3a\xc2\x6e\x85\xcc\x21\x90\x78\xd7\x7f\xde\ -\x46\xd7\x8b\xc3\x5b\x07\x02\x00\xac\x4d\xe4\xb7\xcf\x0e\xd6\xef\ -\x98\xe9\x35\x08\x84\x83\x23\x85\xd0\xae\x86\x00\xbd\x3a\x33\x50\ -\xbf\xbb\x36\x91\xdf\xde\x3f\xa1\x1d\x6f\x2c\xe7\xff\x0e\xe7\x30\ -\x1e\xc7\x95\x08\x9a\x87\xd8\xb9\x79\xb2\x41\xf1\xbc\x32\xe0\x3d\ -\xe1\x9e\x1a\xed\x26\xb5\xc7\x4c\xfe\x42\x38\x8d\x31\xd5\x43\x88\ -\xa6\xb9\x60\x66\xa3\xe4\x3d\x45\x6a\xbb\x36\xf5\x78\xfd\x60\x73\ -\x12\xf4\x2c\x89\x15\x07\xf9\x9f\x75\xab\x77\x4c\x93\x95\x47\xde\ -\x6c\x5a\xd2\x54\x0a\x41\xed\xbe\xe0\x05\x90\x4b\x09\x91\xf4\x4c\ -\xc3\xc4\x83\x6a\x69\xe8\x65\x9a\x76\xc7\x0d\xe6\x07\x9b\x63\xa0\ -\xb7\x40\xdf\x21\x21\x12\xf3\xbf\x60\xe3\x95\x72\x7e\xb9\x13\xdd\ -\xae\x3a\xdc\x9f\x0f\x47\x70\xb6\x04\x5c\x40\x18\x16\x87\x68\x1d\ -\xfb\x1f\x49\x63\x1b\x25\xef\x43\xa7\x9a\x5d\x3f\x31\x3f\x08\x6f\ -\x80\xad\x00\x1e\x92\x61\x96\x68\xd4\x40\xb7\x2a\x65\xef\x53\x37\ -\x7a\x3d\xbd\xf1\x6b\x0b\x61\xc1\x45\xf6\x1e\xb8\x12\x97\xbe\x45\ -\x4e\xa3\x5f\x8b\x5e\xb5\x5b\xad\x9e\x7f\x32\xd7\x17\xeb\x97\xa3\ -\x46\xf4\x1d\xf8\xec\x72\xee\xf6\x97\x87\x97\x7e\xf4\xaa\x95\x91\ -\x91\x91\x71\xaa\xfc\x03\x21\x04\x91\xca\x8b\x6b\x90\x2a\x00\x00\ -\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x03\xd2\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x03\x84\x49\x44\x41\x54\x78\x9c\xed\ -\x98\x3f\x6c\x53\x57\x14\xc6\x7f\xe7\x19\xa5\x55\x65\xaa\x4a\xa4\ -\x1b\x41\x65\xa8\xa0\x6b\x71\xa2\x0e\x0c\x84\xaa\x0c\x4c\x84\x81\ -\x81\x29\x7f\x14\xd1\xa9\x53\x5b\xd4\x01\x59\xa8\x12\x6a\xcb\x8c\ -\x44\x21\xf1\x8b\xab\x56\x0c\x54\x2d\x13\x91\x90\x8a\x07\x82\x44\ -\x6c\xa7\x6b\xc5\x86\xda\x6e\xed\x96\x0e\x25\xc2\xf7\xeb\x10\x27\ -\xd8\xef\xbd\x38\x8e\xfd\x9e\xad\xd0\xfb\x9b\xac\x7b\xdf\x3d\xf7\ -\x3b\xdf\xbb\xf7\xdd\x73\x0d\x1e\x8f\xc7\xe3\xf1\x78\x3c\x1e\x8f\ -\xc7\xe3\xf1\x78\x3c\x9e\xff\x17\x36\xac\x89\xcb\xab\x9a\x72\x01\ -\x37\x80\xc0\xc4\xed\xe9\x09\xbb\x32\x0c\x1d\x43\x31\x20\xac\x6a\ -\x1e\xe3\x26\x10\x6c\xb5\xc9\x98\x9f\x2d\xd8\xc2\xa0\xb5\x04\xbb\ -\x3f\x92\x2e\x61\x5d\x97\x31\x6e\x45\xe7\x36\x71\x7b\xa9\xa6\xcf\ -\x07\xad\x67\x60\x2b\x40\x92\x95\xd7\xf8\x46\xe2\xd3\x5d\x1e\xbd\ -\x3e\x5d\xe0\xb2\x99\x69\x10\xba\x06\x62\x40\xb1\xa2\x03\x47\xf3\ -\xdc\x12\xcc\x74\x39\xa4\xf4\xec\x1f\x2e\x5d\x9d\xb4\x17\x99\x0a\ -\x63\x00\x06\x84\x15\xbd\x4e\x9e\x3b\xc0\xb9\x68\x9f\xc0\x35\x05\ -\xc4\xb6\xa2\x8c\x9f\x6d\x9d\x8b\x33\x93\xf6\x6f\x96\xfa\x32\x35\ -\xe0\xfb\x27\x7a\x73\x23\xc7\x3d\x83\xc9\xd8\xc4\x46\x43\xda\xfe\ -\x8d\x44\x2e\x16\x40\x3c\x74\x1b\x9c\x9b\x3b\x69\xeb\x59\x69\xcc\ -\xcc\x80\xd2\xaf\x7a\xdb\x5e\xb0\x8c\x71\xa2\xb5\x5d\x40\x00\x8d\ -\xd8\x06\x6f\x9a\x10\x15\x64\x50\x77\x39\xce\xce\xbe\x6f\x7f\x65\ -\xa1\x33\x13\x03\xca\x75\x1d\x71\xe2\x01\x70\x2c\x32\x99\x04\xae\ -\x93\x1a\x13\x81\xe2\xba\x9e\x4a\x7c\x34\x3b\x61\x7f\xa4\xad\x35\ -\xf5\x63\xf0\xbb\x35\xbd\x27\xf1\x98\x48\xf2\xec\x96\x3c\x80\x9a\ -\xdf\x05\x23\xba\x40\x8e\x99\xf1\x38\xac\xeb\x78\x9a\x5a\x21\x65\ -\x03\xc2\xaa\xc6\x1b\x8e\x47\x82\xc3\xad\xed\xb6\xb9\xf2\x3b\x27\ -\xdf\x82\x84\x83\x98\x09\x63\x88\x95\xc5\x55\x15\x52\x90\xba\x4d\ -\x6a\x06\x2c\x55\xf5\xa1\x19\x0f\x81\x43\x6d\x1d\xd6\xc5\x9b\x4f\ -\x26\xc9\x84\x43\xb9\x80\x4a\x69\x4d\xa7\x7b\x94\x19\x23\x15\x03\ -\xc2\xaa\xce\xcb\xb8\x2f\xc8\x47\xba\x84\x7a\x4a\x7e\x0b\x67\x11\ -\x13\x04\x79\x73\x2c\x97\x57\x35\xd5\x47\xdc\x6d\xfa\x36\x60\xa9\ -\xa6\x39\x8c\xbb\xc0\x48\x5b\x87\xe1\xe8\xed\xcd\xb7\x21\x70\xcd\ -\x58\xad\x8c\xb8\x80\x1f\xc3\x9a\x66\xfb\x8d\xdf\x97\x01\x61\x4d\ -\x9f\x09\x16\x62\x71\x0c\x87\x62\xcb\xb7\x77\x84\x12\x4c\x08\x80\ -\xc5\x52\x55\xbb\x95\xd6\x1d\xe9\xe9\x18\x94\x64\x61\x9d\xaf\x0c\ -\xe2\x97\x97\xb4\x93\x8f\x46\x4f\x7a\x69\xe2\xeb\xe9\x71\xbe\xe8\ -\xe5\xfe\xb0\x67\x03\x8a\x15\x1d\x78\x27\xcf\x4d\x60\x2e\x21\x5a\ -\x96\xc9\x03\x20\xc3\x4c\x71\x13\x4c\x2c\xbc\xf1\x8c\x8f\x2f\x5c\ -\xb0\xc6\x5e\xe2\xed\xc9\x80\x66\x5d\xff\x03\x70\xbe\x4d\x94\xc0\ -\x82\xec\x93\xdf\xc6\x30\x39\x02\x8b\xab\xff\x69\xfd\x2d\x2e\x7e\ -\xf2\xae\x3d\xef\x3e\x54\x97\x2c\xae\xe8\x60\x30\xc2\x3d\x8c\xf6\ -\x23\x48\x6c\x7d\xf0\x06\x93\xfc\xcb\x69\x0d\x08\x12\x12\xf8\xc5\ -\x3d\x67\xaa\xdb\xfb\x43\x57\x06\x7c\x5b\xd7\xe8\x6b\x62\x59\xd0\ -\x5e\x84\x6c\x26\xbf\xa7\x25\x97\x26\x46\xf3\x12\x15\xcf\xa2\xb6\ -\x61\x9c\xbd\x54\xb0\xbf\xbb\x89\xd1\x91\x52\x55\x63\x66\x3c\x00\ -\xda\xca\x50\x33\xa4\xfe\xce\xf8\xd4\x30\x23\x90\xda\x73\x11\xfc\ -\xd6\x68\x70\x66\xfe\x03\xfb\xb3\xe3\xd8\x4e\x9d\x61\x5d\xc7\xd9\ -\xbc\xd4\x8c\x45\x06\xf5\x5a\xdd\x65\x86\x91\x78\x89\xfa\xdd\xc1\ -\x99\xb9\x71\x7b\xba\xd3\xb8\x1d\xeb\x80\xc5\x55\x15\x4c\x3c\x62\ -\x1f\x24\x0f\xcd\x82\x29\xfe\x1d\x3a\x92\x83\x95\xa5\x35\x9d\x48\ -\x1a\x03\x3b\x18\x50\xae\x6b\x32\x17\x50\x11\x8c\xb6\xb6\x5b\xef\ -\x75\xfd\xa0\x88\xdd\x24\x05\xa3\x72\x54\xc2\x9a\x4e\x25\x0d\x88\ -\x6d\x81\xb0\xaa\x2b\x16\x70\x35\xba\xa7\xf6\x3b\x66\x48\x8e\xe2\ -\xcc\x84\x7d\xd9\xda\x9e\xb4\x02\x8a\xaf\x5a\xf2\x00\xcd\x9c\x8a\ -\xd1\xf6\x78\x45\xf5\xca\xa5\xfe\x92\xa4\xdc\x92\xfe\x8d\xbd\x96\ -\x70\xf1\xd8\xff\x18\x4e\xc6\xb5\x61\xcb\xf0\x78\x3c\x1e\x8f\xc7\ -\xe3\xf1\x78\x3c\x1e\x8f\xc7\xe3\xf1\x0c\x9b\xff\x00\xb1\x5b\x41\ -\xdc\x96\x40\x4b\x38\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\ -\x82\ -\x00\x00\x05\x0d\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x04\xbf\x49\x44\x41\x54\x58\x85\xe5\ -\x96\x4d\x6c\x54\x55\x14\xc7\x7f\xe7\xbd\xd7\x29\x88\xf2\x51\x10\ -\xa7\xa5\xb5\x65\x3a\x8d\x30\x4e\x2b\xa6\x4a\xc2\x02\x45\x25\x12\ -\x45\x3e\x34\x41\x43\x62\x24\x41\x48\x8c\x0b\x17\x26\x28\x08\x91\ -\x05\x8a\x75\x63\x82\x22\x7e\x84\xc4\x18\x5d\x41\x42\x23\x0d\x1f\ -\x92\x48\xca\x4a\x09\x92\x0a\x1d\x46\x1a\xda\x29\x1f\x6d\x5f\xa1\ -\x86\x46\x53\x84\xb6\x33\xf7\xb8\x98\xd7\xf1\x0d\x33\xa5\x9d\xea\ -\x8e\xb3\x7b\xf7\x9d\xfb\xff\xff\xce\xbd\xef\xbe\x73\xe1\x6e\x0f\ -\x29\x24\xb9\xac\x3a\x5a\x01\xac\x36\xc8\x52\x81\x0a\xa0\x1c\xb0\ -\x14\xba\x05\xba\x04\x4e\x58\x6a\x37\x76\x25\x7e\xbb\xf0\xbf\x02\ -\x04\xe7\x3e\xb2\x50\x2c\x6d\x00\x7d\x6a\x9c\xba\xa7\x2c\x95\x2d\ -\xdd\x89\xb3\x3f\xfd\x27\x80\x19\xa1\xfa\x69\x93\x64\xe8\x0b\x60\ -\xad\x97\xec\x2a\x34\x01\x47\x6c\xa3\x89\xa4\x5d\xe4\xda\xce\x4d\ -\x93\x4a\x16\x07\x31\xa9\x2a\x11\xeb\x59\x60\x15\x68\xa5\x27\x71\ -\x38\x65\x74\xfd\xb5\xce\xd8\xd5\x82\x01\xca\xab\x23\xe1\x14\xf6\ -\x41\x60\xbe\x67\xbc\xdd\xad\x98\xf9\x0d\xcd\xcd\xc9\x31\x8a\xb2\ -\xca\x42\x75\xaf\xa8\xe8\x07\x40\x08\xb8\x6c\x19\xb3\xb2\xbb\xf3\ -\xdc\x99\x71\x03\xcc\xae\xa9\x0d\xd9\x46\x4f\x82\xcc\x02\x7e\x18\ -\x94\x9b\xaf\x5d\x6f\x6f\xff\x6b\x0c\xe3\xac\x08\x87\xc3\xc5\x03\ -\x4c\xde\x23\xca\x7a\x94\x1b\x62\x59\x8b\x7b\xda\xcf\xb4\x8c\x09\ -\x50\x12\x0e\x4f\x2d\xd6\xc9\x3f\x03\x11\xd0\x5d\x6e\x47\xec\x6d\ -\xc0\x14\x62\xee\xd7\x2f\x0d\x47\x37\xa3\xb2\x13\xe8\x1a\x4e\x26\ -\x17\xfe\x71\xe9\x77\xd7\x9f\xe0\xdc\x3e\xa3\x58\xef\xd9\x0d\x1a\ -\x51\xd5\xa6\xde\x44\xae\x79\x59\x75\xb4\x02\x91\x0d\xaa\x3c\x0f\ -\x3c\x08\x18\x51\x2e\x19\xe1\x50\x32\x99\xdc\x7b\x9b\x81\xba\xed\ -\xb1\x86\xd2\xea\x68\x08\x64\x43\xc0\x71\xbe\x07\x96\x02\x9a\x77\ -\x05\x4a\x43\xd1\xc7\x10\x39\x05\xf4\xdd\xd2\x40\x4d\x7f\xe2\xf4\ -\x9f\xbe\xd7\x56\x69\x38\xfa\x2e\x2a\xef\x03\x93\xf2\xd6\xab\xdc\ -\x10\xd1\xf7\x7a\x3a\x62\x9f\xf9\x4d\x22\x91\x48\xa0\x7f\xc8\x3e\ -\x83\x32\x4f\x95\xe5\xbd\x89\xd6\xc3\x19\xd1\xec\x05\x93\x8f\xd2\ -\x54\xba\x23\xc7\x3c\x54\xfb\xad\xb7\x94\xf9\xcd\xd3\x13\xa7\x28\ -\xb2\xab\xb4\xba\x6e\x8f\xbf\xb8\x78\x3c\x3e\x84\xd1\xad\x69\x0b\ -\x1a\xfc\xef\x32\x00\xb3\x2a\xe7\x97\x02\xcf\x20\x5c\x9f\x5e\x6c\ -\xbe\xf2\xeb\x06\x43\xb5\xdb\x10\x5e\xfd\xb7\xa6\xb1\x42\xdf\x28\ -\x0d\xd5\xbd\xe5\x1f\x71\x13\xb1\x46\x84\xf3\x40\xed\x9c\xb9\x0f\ -\xd7\xe5\x00\x14\x39\xce\x8a\x74\xf1\x72\x28\x1e\x8f\x0f\x8d\x8c\ -\xcf\xae\xa9\x0d\x59\xc2\x36\xaf\xc2\x02\x42\x3f\xac\x78\xe8\xd1\ -\x32\xff\x80\x2a\x07\x01\xd4\xb6\x5f\xcc\x01\x00\x96\x00\x88\xea\ -\x51\xbf\x8c\x6d\xe4\x4d\x85\xa2\x42\xac\x3d\xd8\x29\xc3\xc3\xc3\ -\x1b\xb3\x90\x90\x1f\x3d\x92\xa7\xf3\x00\x68\x05\x80\x58\x74\x66\ -\x0b\xe9\xf2\x82\xcd\x47\xa6\x8a\xbc\x90\xf5\x9c\xb2\x12\x1e\x49\ -\x79\x1e\x00\x29\x07\x48\x25\x6d\xff\x31\x12\x94\xd0\x44\x01\x80\ -\x4a\xff\xc3\xbd\xce\x80\xeb\xa9\xce\xc1\xdb\x50\x2b\x77\x4e\x56\ -\xc8\x38\x72\xee\x34\xdb\x1e\x43\x3b\x6b\x05\xba\x01\xd4\x31\x41\ -\x5f\x92\x11\xb8\x34\x61\x00\x23\x97\xfd\x8f\x37\x52\x45\x23\xda\ -\x3d\x78\x3f\xb8\x0c\x80\x62\xae\x00\xd8\x86\xb9\x59\x1a\x70\x98\ -\x89\x86\x98\xac\xb9\x6a\x59\xde\x76\x6a\xd7\xc8\x58\x06\x40\x90\ -\x66\x00\x15\x5d\x96\x2d\x92\xfa\x92\x89\xf5\x82\x21\xe3\x58\x7b\ -\xb3\xa4\xd2\xed\x1a\x11\x39\x9e\x03\xe0\x38\x4e\x93\x47\xb7\x9c\ -\xfa\xfa\xcc\xb1\xeb\x6d\x8f\xc7\x11\x3e\x2d\xd4\x5d\x55\x77\x5e\ -\x6d\x3b\xeb\x3f\x51\x82\xb2\x32\x0d\x90\x6a\xcc\x01\xb8\xd2\xd6\ -\xd2\x23\x70\x1c\x64\x56\xb0\x7f\x78\x83\x5f\xcc\x9d\x16\x78\x87\ -\x42\xb6\x42\xd9\xdf\x9b\x88\xed\xf0\x0f\x95\x85\xeb\x56\x00\x11\ -\xe0\x5c\xf7\x85\x78\xe6\x6e\x90\xf5\x85\x1b\x35\x9b\xd3\x84\xba\ -\xbd\x24\x1c\x9e\x9a\x79\x71\xfa\xf4\xb0\x3b\x3d\xb0\x1a\x74\x17\ -\x77\xde\x8e\x24\xe8\x4e\x37\x31\x6f\xad\x3f\x2f\x12\x89\x04\x54\ -\x35\xdd\x67\x44\xb6\xe0\x6b\x54\x59\xc7\x64\xa0\xbf\xaf\xe7\xbe\ -\x99\x0f\xd4\x00\x8b\x1c\x8a\x22\x03\xfd\xd7\xf6\x65\x92\x5d\xd7\ -\x0c\xf4\x5f\x3b\x3a\xa5\x24\x78\xc0\x52\x14\xb8\x1f\x61\x2a\xe9\ -\x93\xd2\x09\xfa\x9d\x18\x6b\xbd\x9b\x68\xdd\x07\x71\x7f\xd7\x10\ -\x67\x6a\xf0\x73\xe0\x39\xa0\xd9\xed\x68\xdd\xea\xf7\xcc\xf9\xbb\ -\xcf\x08\xd5\x4f\x9b\x64\x0d\xfd\x82\x32\x0f\xe5\x13\x37\xd1\xba\ -\x69\xf4\xaa\xd7\x78\x05\xec\x4f\x8d\xb2\x22\x52\x56\x5d\xbb\x49\ -\xe1\x63\x85\x9e\x22\xc7\x79\xfc\x4a\x5b\x4b\xcf\x1d\x01\xc0\xbb\ -\x0f\x8a\x7d\x12\xa5\x04\xe4\x40\xb2\x38\xb9\xae\x2f\x1e\x1f\x18\ -\xc5\x24\x6f\x44\x22\x91\x40\xff\xa0\xbd\x1b\xd8\x08\xfc\x8d\xea\ -\x93\x6e\x22\xf6\xeb\xed\x79\x79\xff\x72\x5d\x1d\xf1\x76\xcb\x58\ -\x8b\x80\x36\xd0\x97\x9c\x41\xfb\x7c\x59\x38\xfa\x3a\x4b\x96\xe4\ -\xdc\xa0\xf2\x84\x15\x0c\x47\x5f\xee\x1f\xb4\x62\x9e\x79\x97\x88\ -\x2c\xce\x67\x0e\x63\x34\xd8\xaa\xaa\x05\xd3\x07\xad\xd4\xd7\x08\ -\x6b\x46\xd8\x10\x6d\x12\xac\x23\x06\x49\x38\xb7\x86\x5d\xc7\x09\ -\x98\x41\x52\x41\x1c\xab\x12\x63\x96\x21\xac\x02\xaf\x7f\x28\xc7\ -\x92\x26\xb5\xae\xef\x62\xbc\x77\x34\x8f\x71\x75\xf8\x39\xe1\xda\ -\x45\xc6\xd0\x80\xf0\xc4\x78\xf2\x81\x16\x44\x37\xbb\xed\xb1\x63\ -\x63\x25\x16\x74\xc5\x08\x56\x2d\xa8\x12\xcb\xac\x16\xd1\xa5\x06\ -\x2a\x44\x28\x47\xb1\x81\x2e\xd0\x2e\x84\x13\x24\xa5\xd1\xbd\xd8\ -\x7a\xbe\x10\xdd\xbb\x3b\xfe\x01\x5f\x65\xcd\x43\x10\xfd\x63\xf2\ -\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\x8b\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x3d\x49\x44\x41\x54\x78\x9c\xed\ -\xd0\x51\x09\x00\x20\x10\x05\xc1\xd3\xfe\xc5\xfc\x10\x6c\xe4\xa5\ -\x90\x07\x32\x93\x60\xd9\x2a\x00\x00\x00\x00\x00\x00\x00\xfe\x37\ -\xd6\x3e\x37\x1d\x91\x34\xd3\x01\x69\x06\xa4\x03\x00\x00\x00\x00\ -\x00\x00\x00\xe0\xbd\x06\xfe\x89\x03\x6d\xaf\x54\x79\xaa\x00\x00\ -\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\x68\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x1a\x49\x44\x41\x54\x58\x85\xed\ -\xc1\x01\x01\x00\x00\x00\x82\x20\xff\xaf\x6e\x48\x40\x01\x00\x00\ -\x00\xef\x06\x10\x20\x00\x01\x47\x01\xa0\x88\x00\x00\x00\x00\x49\ -\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\xfb\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\xad\x49\x44\x41\x54\x58\x85\xed\ -\x94\xbf\x6b\x14\x41\x18\x86\x9f\x77\x2f\x1e\xc1\xc2\x68\x13\x8b\ -\x34\x16\xa6\x8e\xca\x81\xa0\xa4\x0e\x62\x4a\x9b\xa0\x20\x92\x22\ -\x85\xa8\x7f\x82\xe6\x4f\x30\xd8\x08\x72\x7b\x21\x4a\x40\x2c\x12\ -\x50\x24\xe9\x02\x46\xe4\xdc\x2b\x22\xf6\xb1\x12\xec\xac\x22\x97\ -\x1f\xf3\x5a\xdc\xde\xb9\x7a\x09\x7a\x9b\x93\x10\xd8\x07\xa6\xd9\ -\x99\xf9\xde\x67\xbe\xd9\x5d\x28\x28\x28\x28\x38\x62\x94\x77\xe3\ -\xfc\x7b\x8f\x84\x32\x6f\x30\x63\xa1\xc4\xc8\xf4\x25\x7d\xcd\x53\ -\x27\xca\xb3\x29\xfe\xe0\xd1\x50\xe6\x1d\x66\x0c\x20\x0a\xac\x3f\ -\x6b\xf8\x7c\x9e\x5a\x3d\x77\x20\xae\xfb\x02\xb0\x82\x18\xfe\x63\ -\xea\x5b\x08\x4c\x4c\x5f\xd6\x46\x2f\xf5\x7a\xea\x40\xdc\xf0\x38\ -\x62\x0d\x31\x2c\x30\xb0\x97\x0e\x03\x67\xa3\x88\xb5\xb8\xe1\xf1\ -\xff\x22\x50\x6d\x78\x92\xc0\x2a\x70\x4a\xc2\x86\x90\x99\x0e\x08\ -\x03\x43\x04\x56\x6b\x89\xaf\xf7\x55\xa0\x5a\xf7\x2d\x05\x96\x80\ -\x41\xc0\xf6\x6f\xe1\x2d\x5a\xcf\x0c\x0c\xda\x2c\xd7\xea\xbe\xd9\ -\x17\x81\x5a\xe2\xfb\x12\x0b\x40\x29\x0d\xe8\x0e\xff\x45\x5b\xa2\ -\x64\xf1\x3c\x4e\x7c\x2f\xb7\x80\x6d\x55\x13\xcf\xda\x3c\x06\x40\ -\x84\xbf\x84\x77\x24\xac\x74\x9d\x99\x8b\x3f\xfa\x91\xed\x03\x5f\ -\xf6\x7d\x27\x1e\xda\xd1\xb9\x84\x39\xe0\x6e\x27\xdc\xf8\x1f\xc2\ -\xb3\x95\x85\x5b\x07\x14\x3c\xd9\xac\xf0\x60\x56\xea\x3a\x40\x97\ -\xc0\xcb\xcf\x2e\x6f\xfd\xa0\x66\x98\xc2\x40\x94\x23\x3c\x2b\x11\ -\x88\x10\x08\x16\x9b\xe2\xf6\x4c\x45\x3b\x07\x0a\x3c\x4d\x7c\xf2\ -\x84\x79\x25\xb8\x96\x26\x86\xf4\x73\xcb\x8d\x41\x4a\xaf\xda\xf0\ -\x76\x47\xdc\x98\xa9\x68\xab\x4b\xe0\xc5\x27\x9f\xd9\x6e\xf2\x1a\ -\xb8\x82\x69\xdf\xf9\xa1\xc2\x3b\x12\x42\x4a\x3b\x01\xac\x33\xc0\ -\xe4\x9d\x8b\xfa\x0e\x30\xd0\x5e\xb4\xdd\x64\x13\x18\xca\x68\xe5\ -\xfa\x4d\xef\x87\x4c\xb6\xd7\x57\xd9\xe5\x0b\x70\xba\xaf\x21\x05\ -\x05\x05\x05\xc7\x96\x9f\x84\x21\x9f\xb7\x8f\xdd\x15\x1d\x00\x00\ -\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x04\x4a\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x03\xfc\x49\x44\x41\x54\x78\x9c\xed\ -\x9b\x4f\x68\x5c\x45\x1c\xc7\x3f\xdf\xb7\x9a\x8a\x6d\xbc\x58\xbc\ -\x48\x31\xa7\xaa\xa7\x82\x9b\x2c\xda\x8b\xb4\xd8\x4a\x05\xad\x04\ -\x29\x1e\x42\x7c\xab\x96\x0a\x9e\x14\x29\x28\x62\x0d\xb6\xa0\x08\ -\x1e\x2a\xa8\x95\x66\x13\x4b\x69\xd1\x53\x2d\x62\x25\x45\x5a\xd0\ -\x43\xc9\x6e\x0b\x3d\x88\xa0\x1e\xaa\x88\xa0\x20\xfe\xab\xa8\xcd\ -\xbe\xfd\x79\x48\x4b\xcd\xbc\x17\x48\xd2\x99\x79\x0f\xdc\xcf\xf1\ -\x1d\xe6\xfb\x9b\x0f\x6f\xe6\xcd\xcc\xce\x42\x9f\x3e\x7d\xfe\xcf\ -\xc8\x57\x43\x53\x6d\x7b\x19\xe3\x45\x09\xb3\x84\xbd\xcd\xba\x26\ -\x7c\xb5\x1d\x12\x6f\x02\x5a\x6d\xcb\x04\x09\x80\x84\x99\xb1\xb9\ -\x39\xa2\xd3\xbe\xda\x0f\x45\xe2\xab\x21\xfd\xa7\x2d\x33\x04\x1c\ -\x9f\x3e\x6b\x75\x5f\xed\x87\xc2\x9b\x00\x44\xcf\x79\x32\x48\x8f\ -\x4f\x26\xdb\x76\xbb\xb7\x8c\x00\xf8\x13\x60\x58\xfe\x11\x6b\x13\ -\x38\xd9\x9a\xb5\x75\xde\x72\x3c\xe3\x4f\xc0\xe2\xac\x93\x98\x39\ -\xd0\xb1\xb5\x11\xb2\x96\x4d\x0c\x01\x00\x77\xac\x32\x4e\x4c\x7e\ -\x6e\x83\x91\xf2\x96\x4c\x38\x01\x5a\x38\x24\x0c\x86\x93\x01\x8e\ -\xed\xff\xda\x56\x05\xcb\x5c\x01\xe1\x04\x18\x3d\x70\xe6\x05\xb1\ -\x79\xf0\x57\x8e\xec\x39\x65\xd7\x05\xcb\x5d\x26\xa1\x87\x40\x4f\ -\xae\x04\x18\x1d\x5a\xc3\x3b\x66\xe6\x6d\x0d\x72\x2d\x04\x9f\x03\ -\x8c\x82\x37\x01\x9e\x98\xea\xf0\x6a\xe8\xec\xa5\x10\x6b\x12\x74\ -\xd7\x08\x08\x76\x4f\xb7\x6d\x77\xa4\xfc\x45\x89\x25\x00\x41\xe6\ -\xbe\x06\x06\xaf\xb5\x3a\xf6\x64\xac\x1a\x8a\x88\x26\xc0\xa0\x68\ -\xb5\x88\x8c\x03\x53\xb3\x36\x1a\xab\x0e\x97\x68\x02\x00\x34\xbf\ -\x5a\x74\x25\x24\x88\xa3\x93\xb3\x76\x5f\xcc\x5a\xae\x86\xc7\xa7\ -\x48\xc2\x40\x22\x8e\xbd\xd7\xb6\x46\xec\x62\xca\x10\x00\x60\x05\ -\xc3\x61\x75\x0f\x3e\x3e\x74\xd6\xee\x8c\x59\x48\x59\x02\xc0\x30\ -\xcb\x4b\xb8\x39\x33\x4e\x1e\x3c\x67\xb7\xc5\x2a\xa3\x3c\x01\x5c\ -\x9e\x13\x5c\x09\xc6\xad\xb5\x8c\x99\x43\xe7\xed\x96\x18\x35\x94\ -\x2a\x00\xb8\xb2\x8d\x76\xbf\x90\xeb\xb3\x4b\x9c\x38\x7c\xc6\x6e\ -\x0a\x1d\x5f\xbe\x80\x79\x7a\x52\x4e\xc2\x5d\x73\x35\x8e\x4f\x9d\ -\xb2\x1b\x42\x06\x57\x45\x00\x66\x85\xfb\x86\x7b\x6d\x0d\xef\x87\ -\xdc\x3c\x55\x46\x00\xcc\xef\x1b\x5c\x09\x82\x87\x86\x56\x73\x70\ -\x8f\x59\x90\x5a\x2b\x25\x00\x2e\x4b\x70\x87\x83\x78\x6c\xa8\xc3\ -\xeb\x21\x76\x90\x95\x13\x00\xf3\xc3\x21\x7f\xc2\xc8\xb3\xd3\x1d\ -\x9e\xf7\x9d\x55\x49\x01\x00\x88\xac\x40\xc2\xbe\x56\xdb\x76\xf9\ -\x8c\xa9\xae\x00\xc0\x44\xcf\x1c\x09\x82\xb7\x5b\x6d\x7b\xc4\x57\ -\x46\xa5\x05\x08\x4c\x49\x6e\xb5\x28\xc1\x9b\xbe\x32\x2a\x2d\x00\ -\xc8\x7f\x18\x01\x81\xb7\xcf\x62\xf5\x05\x14\xd4\x68\xc6\xa4\xaf\ -\xc6\x2b\x73\x3a\x9b\x43\x80\x51\xcb\x3d\x37\x9e\x6e\x36\xf4\x96\ -\xaf\x98\x6a\x0a\x58\xac\xf3\xe2\xa5\xe6\x88\xbf\xce\x43\x75\x87\ -\x40\xd1\x6b\xbf\x3f\xad\xb3\x37\x78\x50\xd9\x48\x24\xd8\xc2\x7b\ -\x0b\x82\xc3\xdf\x8e\xf0\x8c\xa4\x82\x29\xf1\xda\xa8\x9a\x80\xc4\ -\xdc\xce\x1b\x1f\xfd\x23\x1e\x9f\x90\x72\x07\xaa\x3e\xa8\xd2\x1c\ -\x90\xe0\xde\x58\x31\x3e\xbb\xb1\xcb\x8e\x74\xa3\xe6\x42\x86\x96\ -\x8e\x8a\x3a\x2f\xce\x5f\x4a\x78\x70\xc7\x46\xfd\x15\x32\xbb\x7c\ -\x01\x42\x46\x6e\xcc\x7f\xd3\xed\x72\xff\xae\x61\xfd\x16\x3a\xbe\ -\x5c\x01\x42\x58\xae\x86\x1f\xac\xcb\x96\x9d\x77\xeb\xc7\x18\x25\ -\x94\x36\x07\x18\x48\x6e\xe7\x8d\x5f\x04\x5b\xd3\x7b\x74\x21\x56\ -\x1d\xa5\x08\x30\x15\x74\x1e\xfe\xa4\xc6\x03\x69\x5d\x5f\xc4\xac\ -\xa5\x0c\x01\x45\x9d\x9f\x93\x18\x4d\xeb\x3a\x13\xbb\x98\xa8\x73\ -\x80\x81\x2c\xdf\x79\x93\x31\x96\x0e\x6b\x26\x66\x2d\x57\x88\xf9\ -\xf3\x38\x40\x22\xe7\x54\x4f\xc6\x53\x69\x43\x1f\xc4\xaa\xc3\x25\ -\xe6\xcf\xe3\x35\xf7\x44\xd3\x8c\x17\xd2\x86\xde\x8d\x55\x43\x11\ -\x51\x04\x48\x85\x39\x6f\x34\x47\xca\xbf\x26\x13\x7c\x12\x54\xc1\ -\xfa\x1e\x31\x9d\xd6\x79\x2e\xc4\xe6\x66\xb9\x84\x7e\x03\x12\x77\ -\x95\x07\x7c\x78\xe1\x0f\x76\x56\xa1\xf3\x10\xf6\xa2\x64\x7e\x7d\ -\x0f\xa7\xb9\xc8\xa3\x13\x9b\xd4\x0d\x96\xbb\x4c\xc2\x0d\x01\xf7\ -\xb5\x87\x73\xd7\x67\x6c\x1f\xdb\xa4\xbf\x83\x65\xae\x80\x58\x0b\ -\xa1\xaf\x6a\x03\x6c\x1b\xdb\xa0\xdf\x23\xe5\x2d\x99\x18\x93\xe0\ -\xf7\x12\x5b\xc6\x37\xe8\xa7\xd0\x59\x2b\xc1\x9f\x00\xb9\xd7\xa3\ -\x01\xf8\x39\x49\xd8\x3a\x5e\xd7\x77\xde\x72\x3c\xe3\xf3\x0f\x13\ -\x0b\xda\x12\x5c\xc4\xd8\x36\x5e\xd7\x97\xde\x32\x02\xe0\xf3\x2b\ -\x70\xf5\xcc\x4e\x18\xc6\xc3\xcd\x86\xda\x1e\xdb\x0f\x82\xcf\xff\ -\x0c\xed\x03\x32\x20\x13\xbc\x92\x36\xf4\xa9\xb7\xb6\xfb\xf4\xe9\ -\xd3\x27\x10\xff\x02\x0d\x1e\x22\xf3\x76\x7e\xab\x51\x00\x00\x00\ -\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\xcc\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x02\x7e\x49\x44\x41\x54\x58\x85\xe5\ -\x96\x49\x72\xd3\x40\x14\x86\xbf\x67\x67\x01\x1c\xc0\xca\x1e\x59\ -\x2b\xb8\x00\x57\x60\x01\x09\x83\x03\xa4\xe2\x24\x78\xe0\x00\xa9\ -\xe2\x0c\x2c\xb3\xc3\x52\x06\x32\x0f\x26\x14\x55\x9c\x81\x43\x10\ -\xab\x60\x07\x92\xd8\x03\x0b\xa2\xc7\xc2\x91\xf1\x20\xc9\x92\xe3\ -\x0d\xc5\x5b\x49\xad\xee\xff\xfb\xa4\x56\xab\x05\xff\x7b\x49\x74\ -\x70\xd3\xf6\xef\x08\xbc\x16\xb8\x8e\xf0\xb2\x53\x37\xde\x4d\x13\ -\x54\x76\xfc\x79\x94\x57\x28\xbf\x0a\x45\x5e\x7c\xaa\x19\x1f\x01\ -\x0a\x51\x87\x02\xba\x29\x70\x1b\x30\x51\xda\x96\xe3\x55\xa6\x05\ -\xb7\x6c\x6f\x01\xa5\x0d\x98\x08\xb7\xc2\x50\x37\xfe\x72\x7b\x25\ -\xd7\xfa\xc6\x14\x54\xe5\x70\x1a\x12\x96\xed\x2d\x28\x72\x30\xc4\ -\xba\x11\x23\xc0\x1a\x10\x4e\x53\xc2\x72\xbc\xca\x28\x9c\x50\x55\ -\xd6\x46\x04\x3a\x0d\xe3\x0c\xd1\xc5\x18\x89\x83\x49\x24\x2c\xc7\ -\xab\xa8\xca\xe1\x08\x5c\xa8\xba\xcd\x52\x7b\x44\x00\xa0\x53\x9f\ -\x3d\x8a\x91\x28\xe6\x95\xb8\x84\x8f\xde\xb9\x50\x75\xeb\xc6\x7e\ -\x7f\x5f\x21\xa6\xca\x2d\xef\x29\x22\x7b\x43\x01\x17\x8a\x3c\x75\ -\x1b\xa5\xd3\x34\xb8\x69\x07\x8f\x05\x3d\x04\x8a\xe3\xe0\x89\x02\ -\x93\x4a\x24\xc0\x55\x85\xa5\x38\x78\xaa\x40\x37\xd0\x7f\x26\xb0\ -\x9b\x45\xc2\x6c\x05\x8f\x44\xf4\x28\x0f\x7c\xac\x40\xaa\x84\xca\ -\x93\xe8\x65\x9a\x14\x9e\x49\x00\xc0\x74\xfc\x45\x51\x76\xe2\x24\ -\x00\x62\xe1\x50\x75\x1b\xc6\xde\xb8\xec\x4c\x02\x29\x12\xd1\x6a\ -\xe9\x6f\xcb\x0c\xcf\x25\xd0\x27\xb1\x9b\x32\x2e\x17\x1c\x86\xbe\ -\x03\xe3\xca\xad\x1b\xfb\x2a\x2c\x01\x1a\x07\x17\x61\x39\x0f\x3c\ -\xb7\x00\x80\x28\x3f\x93\x04\x42\xe4\x47\xde\xbc\x5c\x02\x65\xdb\ -\x7f\x00\x1c\x27\x8c\x2b\x88\xea\xb1\xe9\x04\x0f\xf3\x64\x66\x7e\ -\x07\x2e\xf7\xf3\x13\x60\xa6\xaf\x59\xbb\x11\xda\x9f\x73\x01\x54\ -\x3a\x0d\xe3\x2c\x4b\x6e\xa6\x27\x90\x04\x17\x95\x15\x11\x5d\x66\ -\x70\x4a\x8a\xc0\xc9\xe5\xd3\xba\xba\x80\x65\xfb\x73\x49\xf0\xf3\ -\x66\x69\xe7\xbc\x6e\xec\x8a\xca\xca\xa4\x12\xa9\x53\x60\xd9\xfe\ -\x9c\xc2\xe9\x30\x1c\x64\xb5\xd3\x28\xbd\x19\xe8\xdb\x0a\xaa\x2a\ -\xba\x3d\x94\xf9\x1b\x58\x48\x9b\x8e\x44\x81\x3c\xf0\xa8\xca\x76\ -\xb0\x0c\xba\x95\x47\x22\x56\xc0\x6a\xf9\xf7\x55\x68\xe7\x81\x8f\ -\x95\x10\x2a\x71\x3f\xba\x23\x02\x89\x70\x91\xe7\x9d\x7a\x69\x3b\ -\x0d\xde\x93\x70\x82\x15\x54\x37\xb3\x48\x0c\x08\x98\x8e\x77\x4f\ -\x54\xde\x5e\x05\x9e\x57\xa2\x77\xb1\xdc\xfa\x7e\x17\x09\xdf\x4f\ -\x03\x1e\x95\x69\x07\xab\x82\x6e\x0c\x4b\x68\x41\xe7\xdd\xda\xec\ -\x07\xe8\x5f\x86\x12\xae\x0f\xc3\x15\xa9\x4d\x0a\x07\x70\x1b\xa5\ -\x2d\x45\x6a\x0c\x2e\xd1\x19\x09\x65\x3d\x3a\x89\xdb\x5a\x7b\x70\ -\xb7\x51\xda\x9a\x14\x3e\x46\xe2\x62\x44\x20\xd4\xb0\x89\xf2\x19\ -\xf8\xd6\xdd\x52\xaf\x0e\x1f\x90\xe8\xee\xa2\x5f\x81\x2f\x05\xd1\ -\xe6\xb4\xb2\xff\xfd\xfa\x03\x13\x44\x66\x80\x72\xac\x07\x2e\x00\ -\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x05\x09\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x04\xbb\x49\x44\x41\x54\x58\x85\xe5\ -\x97\x5d\x6c\x93\x55\x18\xc7\x7f\xcf\x79\xbb\x0d\x02\x01\x63\xb8\ -\x40\x65\x80\x0b\x28\x92\xb2\x6e\xa5\x2d\x25\xf1\x6b\x48\x30\x01\ -\xf9\xd0\x28\x86\x68\x24\x21\x10\x89\x17\x5e\x98\xa0\xa0\x44\x2e\ -\xc0\x31\x6f\x4c\x50\x02\x6a\x48\x0c\x09\x57\x98\xb8\xc0\x04\x94\ -\x44\x02\x89\x81\xb6\xeb\xc7\x3a\xa6\x41\x17\x31\xc3\xc1\xfc\x48\ -\x88\x7c\x0c\xe2\xda\x9e\xc7\x8b\x77\x2d\xed\xba\x8d\x6e\x7a\xc7\ -\xff\xa6\x3d\xcf\xf9\x9f\xe7\xff\x7f\xcf\x79\xcf\x79\xce\x0b\xf7\ -\x3a\x64\x2c\xe4\x58\xec\x7c\xad\x7a\x72\x6b\x44\x75\xa9\x22\xb5\ -\xc0\x0c\x50\x03\x5c\x46\x4c\x2f\x6a\xcf\xa8\xa1\x35\xdc\xd8\xd8\ -\xfd\xbf\x1a\x68\x6f\xef\x08\x59\x43\x0b\xd0\x54\x61\xde\x76\x11\ -\xd9\x16\xf2\xfb\xbe\xfb\x4f\x06\xe2\xf1\xf8\xd4\x1c\xce\x7e\x44\ -\xd6\x0d\x86\xfa\x04\xda\x54\xf5\x84\x8a\xe7\x62\xb5\x64\xfa\x32\ -\x99\x8c\x95\x9a\x9a\xe9\x9a\xd5\xd9\x6a\x64\x99\x28\xab\x81\x59\ -\x6e\x76\x39\xae\x03\x66\x43\x38\xbc\xe0\x8f\x31\x1b\x38\x9b\x48\ -\xcc\x71\xf0\x1c\x05\x7d\xcc\x15\xd6\x1d\xfd\xd7\xff\xfe\xa2\xa9\ -\xa9\x29\x3b\x9a\x69\x55\x35\xb1\x54\xe7\xcb\xa8\xee\x02\xea\x40\ -\x2e\x21\xb9\x55\x8b\xfc\xfe\x74\xc5\x06\x62\xb1\xce\x3a\x75\x6c\ -\x14\x98\x86\xca\x11\xcd\xde\x7e\x2d\x1c\x0e\x5f\x1f\x4d\x78\x28\ -\xba\xbb\xbb\x6b\xae\x5e\xef\xdf\x07\x6c\x00\xfa\x8d\xe5\x89\x60\ -\xb0\x21\x75\x57\x03\x91\x48\x64\x8a\x54\x4d\x38\x07\xcc\x17\x74\ -\x4f\xd0\xdf\xf0\x96\x88\xd8\xb1\x88\xe7\xa1\xaa\x12\x4d\x74\x6e\ -\x15\xd1\x66\x94\x5e\x87\x6c\x28\x10\x08\xf4\x15\x73\x3c\x65\x8e\ -\xaa\x26\xec\x05\xe6\x03\x6d\xc3\x89\xc7\x62\xe7\x6b\xf1\xe4\x36\ -\xaa\xca\x72\xd0\x99\x80\x05\x7a\x44\x39\x66\xc8\x1e\x28\x16\x10\ -\x11\x55\xd5\x96\x58\xaa\xa3\x0e\x64\x63\x0e\xcf\x21\x55\x5d\x2a\ -\x22\x3a\xec\x0c\x44\x93\xc9\x00\x6a\xda\x81\xbf\x1c\xcd\xce\x0d\ -\x04\x02\xd7\x8a\x9e\xc6\x44\x13\x9d\xef\x88\xe8\xfb\xc0\x84\x11\ -\x1e\xba\x5f\x54\xde\x0d\x2e\xac\xff\xa4\x58\xa4\xab\xab\xab\xfa\ -\xe6\x3f\xd9\xb4\xc0\x3c\xb5\xba\x22\x1c\x6c\x3c\x9e\xef\x33\xa5\ -\x53\xe6\xec\x1e\xb4\xb5\xb3\x4c\x3c\x99\x3e\x28\xa2\xcd\xa3\x88\ -\x03\x4c\x52\xd1\x3d\xb1\x44\x7a\x9f\xaa\x16\x1e\xce\xeb\xf5\x0e\ -\x18\x78\x0f\xc0\x18\x69\x29\xee\x2b\x18\x88\xc7\xe3\x0f\x08\xfa\ -\x0c\xc2\xd5\x49\xd5\x9e\xcf\x4a\x66\x26\x91\xde\x2e\xf0\xaa\x52\ -\x09\x14\x84\xcd\xd1\x44\xe7\x9b\xc5\xd1\xa0\xdf\xd7\xaa\x70\x41\ -\x61\x41\x2c\x95\xaa\x2f\x33\x90\x15\x67\x25\x20\x28\xc7\xbc\x5e\ -\xef\x40\x3e\x1e\x8b\x75\xd6\x89\xb0\xdd\x9d\x98\x4a\xe0\xb2\x44\ -\xf4\x83\xef\x93\xc9\x07\x0b\x51\x11\x15\x38\xea\x7a\x94\xe7\xcb\ -\x0c\x88\xf2\xb4\xdb\xa9\xdf\x14\xa7\xb3\x1e\xfb\x06\x50\x55\x91\ -\x76\x29\x26\x55\xa9\xb3\x69\x88\xb9\x6f\x07\x7f\x97\x94\x19\x40\ -\xa4\xd6\x8d\xe8\xaf\x25\x63\x94\x15\xe3\x10\xcf\xe3\xb9\xe2\x86\ -\x35\xf6\xe2\x60\xce\x19\xe5\x06\x70\x83\x56\xa4\xb0\x8d\x54\x55\ -\x04\xea\xc6\xaf\xaf\xb3\x8a\x5b\xd3\x26\x4f\x76\x73\x0b\x0f\xe5\ -\x5f\x44\x33\xcc\xa8\x62\x48\x05\x9c\xd1\x46\x3b\x77\xc9\x7d\x27\ -\xb9\x0a\x97\x01\xc4\x9a\xe9\x05\x86\x88\x05\xed\x19\xb7\x01\xcb\ -\xa5\xe2\xe6\x9f\x37\x6e\xe4\x73\x5f\xc9\x1f\x70\x05\x03\x46\xf9\ -\xcd\x15\xe5\xe1\x92\x24\x2a\xc7\x19\x2f\x44\x4b\xc6\x3a\xd6\xe4\ -\x97\xb3\xb7\xa0\x5b\xd0\x81\xd3\x83\x7f\x9f\x2d\xd1\x37\xf6\x53\ -\xdc\xe3\x76\xac\x18\xc0\x63\x0e\x94\x44\x0c\xcb\x00\x44\x38\x55\ -\x66\x20\x23\xb6\xcd\x55\xd4\x15\xf1\x78\xbc\xb0\xed\xc2\x7e\xff\ -\x8f\x82\x7c\x5c\xb9\x6e\xfe\xb8\x92\xe6\x45\x3e\x5f\x61\x47\xa9\ -\xaa\x88\xb2\xca\xed\xd2\xd6\x32\x03\x8f\xfb\xfd\x57\x80\x53\xc0\ -\x34\x4b\xd5\xc6\x12\xe3\x9a\x79\x1b\xa9\x74\x29\x04\xe0\xcb\x90\ -\xbf\x7e\x67\x71\x34\x92\xea\x5c\x09\xcc\x47\xf9\x21\xd8\xd0\x50\ -\xb8\x1b\x94\xbc\xe1\x62\x74\x2b\x80\x1a\xdd\x11\x89\x44\xa6\xe4\ -\xe3\x81\x40\x20\xe3\xd8\xcc\x1a\x41\xf7\x30\xfa\x72\x64\x41\x9b\ -\x7b\x7e\xf9\x79\x5d\x71\x15\xed\xea\xea\xaa\x36\xaa\xbb\x01\x44\ -\x64\xdb\x88\xd5\x10\x20\x9a\xe8\x38\x04\xbc\x82\xca\x91\xd0\xc2\ -\xfa\x17\x86\x96\xe3\xf6\xf6\xb4\x57\x8d\x6e\x56\x65\x39\xc2\x4c\ -\x40\x41\x7b\x04\xbe\x16\x6b\xf6\x07\x83\xbe\x9f\x8a\xf9\xaa\x2a\ -\xb1\x64\x7a\x3f\xf0\xba\x08\xa7\x83\x8d\xbe\x25\xa3\x1a\x88\xc7\ -\xe3\x53\xb3\xe2\x89\x08\xcc\x43\xf9\x28\xb4\xd0\xb7\x65\xa4\x0b\ -\xc9\xe1\xc3\x87\x1d\x80\xb5\x6b\xd7\xe6\x86\xeb\x77\xc5\x3b\xb6\ -\x80\x7c\x28\x70\x65\x40\x6c\x70\x70\xa9\x0b\x18\xb6\xbe\x9c\x4d\ -\x24\xe6\x38\xe2\x44\x51\xee\x57\xf8\xea\x76\x8d\x67\x7d\x93\xd7\ -\x7b\x73\x38\xee\x48\x70\xef\x00\xb9\xbd\x82\x6e\x02\x6e\x21\xf6\ -\xa9\x45\x7e\x7f\x7c\x28\x6f\xc4\x02\x17\xed\xe8\x78\x84\x1c\x47\ -\x81\x47\x81\xcb\x88\xec\xb8\x75\xed\xea\xc1\x4a\x2e\xa5\xed\xc9\ -\xf4\x8b\x0a\xbb\x80\xb9\x28\xbd\x16\x59\xbd\x38\xe0\x4b\x0e\xc7\ -\x1f\xb5\xc2\xa6\x52\xa9\xfb\x06\xac\x7c\x0e\xbc\xe4\x66\xa7\x17\ -\xa3\x6d\xa2\xe6\x04\x8e\x5e\xcc\xde\xf2\xf4\x4d\x9c\x98\xb1\xb9\ -\x9c\x33\x3d\x27\x76\x16\xee\x19\xb2\x9a\x3b\xf5\xe3\xa4\xe4\x3c\ -\xeb\x43\x21\xef\xef\x23\x69\x54\x54\xe2\xa3\xc9\xe4\x62\x54\x5a\ -\x40\x9e\xac\x84\x0f\xa4\x54\xd9\x1a\x0e\x34\x9c\xbc\x1b\x71\x4c\ -\x9f\x66\xe7\x52\xa9\xd9\x62\x59\x23\xc8\x52\xd0\x5a\x44\x66\xa0\ -\x38\x28\xbd\x08\xbd\xaa\x72\xc6\x83\xb4\x06\x02\xf5\x17\xc6\x92\ -\xf7\xde\xc6\xbf\xdb\x0a\xf4\xc9\x4e\xbf\x83\xe8\x00\x00\x00\x00\ -\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x04\xe8\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x04\x9a\x49\x44\x41\x54\x58\x85\xc5\ -\x97\xd9\x76\xe2\x46\x10\x86\xbf\x66\x11\x12\x60\x50\x9c\xc4\x9e\ -\xf1\x24\x39\x59\xde\xff\x9d\x72\x31\x9e\x49\x1c\xcf\x18\x6c\x23\ -\x19\x24\xa8\x5c\xd4\xdf\xa8\x91\x71\x72\x97\xd4\x39\x1c\x89\x56\ -\xd7\xf6\xd7\xd6\x0d\x58\x09\x16\xf8\xcf\xc9\x02\x58\x19\xa4\x7c\ -\x09\xac\x21\x58\xf7\x91\x4b\x20\x1a\x96\x25\xef\x93\x44\x4a\x5c\ -\xb3\x64\x6d\x9b\xac\xed\xf4\x7e\x00\x1e\x7a\xf2\x97\xc0\x3a\xf4\ -\x16\x0e\xc0\x05\x30\x00\xaa\x44\x59\x90\x11\x13\xd8\x0d\x21\x8c\ -\x81\x71\xcf\xa5\x16\xac\x81\xac\x95\x11\x51\xb9\x01\x0d\x90\x4b\ -\xfe\x23\x30\x3c\x75\xd8\xf7\x2d\xc0\x7e\x11\x34\x63\xb0\x99\xd6\ -\x33\xb0\xf7\xf0\x50\x82\xe5\x60\x13\xb0\x82\x57\x64\x85\xbe\x4d\ -\xb5\xf7\xca\x79\xc1\xd7\x2c\x93\xec\x5f\xc1\x2e\xfa\x10\x02\xf6\ -\x01\xf8\x24\x24\x0c\x78\x01\x0a\xd8\xbd\x87\xec\xa3\xbc\x00\x58\ -\xc8\x8b\x73\x94\x7e\x9b\xc0\xee\x06\xb2\x5b\x21\x92\x4b\xdf\x1a\ -\xb8\x81\x70\x0b\x30\x92\xf2\x80\xc3\x3e\x96\xf2\x1b\xe0\xde\x19\ -\xb2\xfb\x44\xf9\x04\x0f\x91\x71\x1a\xf7\xe8\xcc\x4c\xca\xf4\xcb\ -\xbe\xc2\xa6\x80\xd9\x18\x78\x07\x7c\x94\x8e\x41\x0f\x01\xfb\x4e\ -\xff\x2b\x08\x15\xd8\xb5\xbe\xfd\x09\xcc\x1d\x8d\xd5\x0c\x4a\x5c\ -\x70\xa8\xcf\x03\x60\x73\xa0\xc5\xf3\xa5\xd2\xf3\x80\x27\xf4\x0e\ -\x78\xc2\xe3\xff\x0d\xb0\x82\xb0\x19\x25\xdc\x63\x29\xcf\xe5\xdd\ -\x1a\xb8\x92\xc5\x39\x94\x4f\x82\x71\x02\x66\x1d\x0f\x24\x08\xe5\ -\xc0\xb3\x94\x95\x42\x38\x03\xee\xf0\xf0\x64\x10\x9e\x12\x07\x3b\ -\x28\xdc\x52\x9b\xc0\xcb\xb5\x18\x83\xa0\x5c\x48\x68\xa4\x39\x1e\ -\x86\xb9\xf8\x07\xfa\x1f\xd7\x22\x6d\xc4\xbb\x93\xac\x00\xdb\xf7\ -\x4a\xcc\x63\xee\xc5\x10\xbc\x73\x41\x15\x30\xfd\x8c\xc7\xb2\x96\ -\xf5\x23\xc1\x56\x43\x75\x09\xd3\xb5\x23\x75\x8e\x6c\x21\x99\x35\ -\x30\x95\x03\x53\xba\xd2\x1b\x49\xf6\x1c\x0f\xc1\x97\x14\x81\x09\ -\xb4\x2f\x49\x6d\x16\x8a\xb5\xe1\x96\x5d\xc3\x74\xe5\x48\xbd\x49\ -\xb1\xce\xbf\x17\x8f\x09\x89\x58\xb6\x2d\x3c\x36\x78\xe8\xfa\x21\ -\x68\x4a\x58\x3c\x74\xc6\x30\x54\x3e\xe4\x78\xd2\xfc\x25\xc1\x85\ -\xfa\x41\xee\x49\x67\xb3\xee\x3f\x05\x9e\x37\x5f\x61\x73\x29\xde\ -\x3c\x91\x09\x2c\x9e\x49\x42\x15\x0d\xc8\xbc\x8b\x91\x0b\xc6\x52\ -\x1e\xb4\x62\x5c\xe1\x89\xf6\x20\x48\x73\x3d\x83\xa0\x9d\xba\x0c\ -\xa6\xae\x9c\x06\x66\x0f\xda\xd7\xe2\x3d\xe5\x12\xef\x31\x43\x68\ -\x4c\xfb\x63\x1f\x20\x40\x50\xd7\x0a\x8f\xde\xb9\x82\x32\xdb\x0c\ -\x82\xfa\xbb\x35\x12\x36\x06\xee\x7b\xbd\xfd\xca\x8d\x8e\x7c\xb4\ -\x60\x7b\x7f\x86\x1d\xd8\x33\x5e\x86\x03\xba\x24\x3f\xa9\x82\x61\ -\x52\xdf\x49\x93\xa9\xd3\x3d\xda\xc7\xbd\x7b\x63\xe9\x30\xbb\x4b\ -\x1c\x8a\x94\x4e\x59\xc9\x0c\x55\xe7\x6c\xc7\x30\x82\xf1\x21\xf1\ -\x86\xe4\xbd\x4d\x84\x8c\x80\xc6\x3d\xb7\x35\xea\x4c\x78\x46\x5b\ -\xd2\x1f\x52\x4a\x1d\x78\x35\x3d\x07\xc9\x73\x7f\x86\xb9\x4f\x87\ -\x9e\xc0\x3e\x9d\x6b\xcf\x96\xbc\xbf\xda\x17\x85\xed\xa0\x51\x57\ -\x0b\xd6\x6d\x0e\x06\xf5\xb0\x67\xc0\x30\x81\x7d\xa5\xdf\x32\x99\ -\x27\x7d\x83\x4f\x46\x6e\xdf\x98\x94\xa1\x55\x29\xf5\xac\x2d\xfa\ -\x75\xdf\xe2\x09\xa7\x79\x1e\x62\xdb\xbe\xa6\x3b\x03\x44\x0a\xaf\ -\xdf\xad\x00\x3b\xee\x8b\x39\x60\xca\x70\x53\x19\xce\x34\x58\xc0\ -\x4b\xb3\x94\xe2\x02\x6f\xb9\x6a\x36\x96\x42\xdc\x00\xdf\x4a\xb8\ -\x49\xb6\x0e\x21\x16\x3b\x20\x32\x76\x1f\xf9\xa2\x01\x3b\x08\x43\ -\x95\xdb\xd6\x0f\x24\x34\xfe\xdf\xc0\x33\x7f\x23\x21\x9f\xff\x61\ -\x1a\xee\x38\x9e\x76\xd6\x25\x2c\xef\x3a\x07\x79\xc0\x4b\x38\xee\ -\xd9\xc1\x49\x08\xc6\x75\xe2\xf5\x16\x35\x0a\x51\x05\x2f\x3f\xc9\ -\xf3\x73\x99\x7e\xb4\x40\x1e\x7e\x80\xe5\x53\xb7\xbc\x2a\xa4\x1c\ -\x37\x6c\xbc\x89\x5f\x06\x09\xe3\x06\xea\xb2\x63\xa2\xf6\x86\x14\ -\x0f\x1a\xf9\x2d\x3e\xdd\xfa\x67\xc1\x94\x22\xd4\x7f\xe0\xed\x36\ -\xf8\xb3\x4c\x86\x57\x36\x93\x31\x27\x21\xd8\xfb\xe6\xe2\x19\xec\ -\x86\x6e\xe0\x14\xf8\x49\xe6\x77\x3c\x9e\x7b\xa0\x74\xa4\xea\x41\ -\x97\xa0\xf5\x50\x02\xd5\x21\x8f\x7b\x7f\xc6\xbb\x9f\x8e\x77\x2c\ -\xa1\xb8\x95\xcc\x6d\x6a\x00\x6e\x40\x78\x06\x1b\xd0\xc5\x7c\x24\ -\x6f\x0e\x10\x36\x60\x2d\xf0\x0c\xe1\xe5\x3c\x00\x36\x77\x19\xa0\ -\x83\xeb\x67\x7c\x96\x6c\x24\x73\xe5\xf9\xd3\x45\x31\x0d\x41\xe3\ -\x93\x2d\x3c\x42\x7d\xe1\x9e\xb2\x96\xf5\x5b\xe5\xc7\x71\x8c\xbe\ -\x4d\x36\x56\xe8\x1a\x3c\xd1\xd6\xc0\x25\x54\x33\x47\xc3\x66\x5a\ -\x3f\x09\xc1\x57\xe0\x07\xdf\x6c\x4b\x60\x06\x2f\x41\x93\x74\x42\ -\x67\xb2\x0e\x97\x55\x05\x85\xd1\x75\xcf\xd8\xac\x0a\x3c\xdb\x77\ -\x38\xf3\xc2\x8d\xaf\xa7\x30\x9d\xe3\x13\x76\xe3\x8e\x87\x4d\x62\ -\x40\x30\xb0\x03\x5e\xeb\x01\xf8\x04\x45\x34\x86\x0e\x56\xf0\x30\ -\x4c\x75\xf4\x36\x21\x18\xe2\x1c\x59\x38\x82\xc7\xbd\x17\x6e\xcc\ -\xf4\x8b\x64\xc5\xd9\x72\xee\x50\x63\x17\xba\x34\xf4\x2f\x26\x0b\ -\xa8\x7e\xec\x2e\x23\xff\x76\x31\x01\xe7\xad\x3e\x74\x65\x7d\x72\ -\x31\xf9\xed\xcc\xc5\xe4\xd8\xdb\xf7\x82\x6d\x20\x2b\x33\x1c\xfe\ -\x81\x7f\x6f\x32\x79\x30\x84\x71\x7a\xf7\xcb\x75\x30\x6e\x7d\xd4\ -\x8e\x6a\xbc\x67\xec\xc5\xdb\xd0\x0d\xa6\x35\xc9\xd5\xec\x8d\xcb\ -\x69\xf4\xe2\x98\x70\xc3\xe4\x7d\xa2\xf7\x09\x6c\x35\x3b\x26\x95\ -\x94\x18\xdd\xe5\x54\x06\xb9\xb0\x18\xf3\x9e\xc3\x6b\xf8\x9f\xaf\ -\xe7\x7f\x03\x88\x7c\xd3\x3b\xed\x32\x4f\xdf\x00\x00\x00\x00\x49\ -\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\x99\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x4b\x49\x44\x41\x54\x58\x85\xed\ -\xd7\xb1\x09\x00\x30\x08\x05\x51\x09\x59\xc2\xda\xda\x1d\x32\x78\ -\xc0\xd5\xb2\x81\x89\x92\xf2\xae\xfc\x20\xbc\x56\x11\x2a\xa6\xe6\ -\xa1\xe6\xf1\xba\xdf\x9a\x0d\xc3\x2a\xee\x69\xa3\x73\xf4\x33\x00\ -\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xe8\x7c\x46\xbb\ -\xb8\x53\xda\x01\xad\xc1\x06\xd3\x73\x83\x6f\x80\x00\x00\x00\x00\ -\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\xab\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\x5d\x49\x44\x41\x54\x58\x85\xe5\ -\xd6\x4f\x4a\xc3\x40\x14\x06\xf0\xef\x4d\x43\xbd\x41\x23\xb8\x2a\ -\xae\xd4\x55\x57\xae\x1b\x0f\x20\xe8\x19\x54\x3c\x45\xbd\x85\x8b\ -\x9e\xa2\xb8\x11\x0a\xed\x21\xfc\x07\x8a\xb8\x12\x8c\x2b\x0f\xd0\ -\xce\xe7\x22\x84\x62\xd2\x74\xfe\x38\x13\x17\xce\x72\xf2\xe0\xf7\ -\x31\xf3\xf2\x18\xe0\xbf\x2f\x69\x13\xeb\x8f\xf3\x34\x21\x26\x20\ -\xde\x5f\x2e\xd2\x53\x00\x50\xed\xe2\x32\x07\x70\x08\xc1\x4e\xb9\ -\xdf\x4a\x80\x15\xce\x3d\x40\x9e\x16\x82\xe3\xf2\x5b\xf4\x2b\xa8\ -\xe3\x1c\xbe\x9d\xa5\x79\x2b\x01\x4c\x78\xd4\x00\x36\x78\xb4\x00\ -\xb6\x78\x94\x00\x2e\x78\xf0\x00\xae\x78\xd0\x00\x3e\x78\xb0\x00\ -\xb6\xf8\xee\xf5\x47\x4f\x29\xb9\x15\x91\xaf\xe7\xf3\x5e\x06\x04\ -\x18\x44\x4e\x78\x47\x66\x10\x0c\x34\xd8\x2d\xf7\x93\x56\x71\xe0\ -\x00\xc4\x3d\x35\x4f\xca\x6f\xde\x57\xe0\x8b\x6b\xcd\xa3\xd7\xcb\ -\xed\xcf\x5f\x05\x08\x85\x7b\x05\x70\xc4\xe7\x00\xf6\x01\x3c\xe8\ -\x25\xb3\x2a\xee\x1c\x20\x34\xee\x14\x20\x06\x0e\x58\xfe\x05\xb6\ -\x78\x7f\x9c\xa7\x8a\x98\xd9\xe2\x80\xc5\x09\xb8\xe0\x89\x23\x6e\ -\x0c\xe0\x89\x3f\xea\x25\x87\xeb\x70\xa7\x49\x18\x05\xb7\x9d\x84\ -\x91\xf0\xa2\x31\x2b\x93\xb0\x16\xc0\x0d\x2f\xeb\x9a\xf1\x5a\x63\ -\x6e\x9a\x84\xbe\xf8\x42\x90\xf9\x36\xa6\xfc\x2c\x0e\x8d\x9b\x4f\ -\xa8\x68\xc2\x11\x55\x87\x98\x1a\x1f\x13\xa4\x24\x94\x1b\x13\x5e\ -\xad\x6b\xc2\x57\x01\x8a\xb5\x45\xe0\x6e\xe3\x4b\xe6\x0a\x02\xb0\ -\x5b\xd4\x35\xe0\x6b\xea\x6c\xe6\x01\x30\xa2\x02\x69\x1e\xcd\xa4\ -\x04\xad\xfb\xeb\xf5\x0d\xb3\x3a\xf5\x86\xa1\xf9\x14\x44\x00\x00\ -\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x08\xa7\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x08\x59\x49\x44\x41\x54\x78\x9c\xed\ -\x5b\x6f\x70\x54\xd5\x1d\x3d\xe7\xed\x66\x21\xd2\x18\x28\xec\x66\ -\x21\x61\x4a\xcc\x66\xc5\xa0\xce\x14\x69\xa7\x3a\x0c\x05\xa7\x1d\ -\x6d\x07\x50\x5a\x87\x56\x3b\x2a\x1a\x97\x18\x50\xa7\x75\x94\x0e\ -\x9d\xd1\x40\x2b\xad\xd2\x1a\x94\x69\x85\x24\x10\x05\x65\xda\x89\ -\xad\x32\xa5\xa3\x96\x0f\x16\x86\xb6\x3a\xfe\x99\x76\xda\x08\x49\ -\x76\x81\x14\x42\xfe\x6c\x10\x42\x82\x98\x64\xf7\xdd\x5f\x3f\xa4\ -\x74\xde\x7b\xfb\x36\xd9\xcd\xbe\x8d\x49\x9b\xf3\xed\x9d\xfb\xbb\ -\xbf\x77\xee\x79\xf7\xdd\x77\xf7\xde\xbb\xc0\x24\x26\x31\x89\xff\ -\x67\x70\x2c\x6e\x12\xa8\xef\xf0\x32\xae\x2d\xa1\xe0\x3a\x05\xce\ -\x27\x71\x15\x20\xd3\x01\x5c\x09\xc0\x05\x41\x2f\x88\x5e\x00\xa7\ -\x00\x39\x46\xf2\x28\x21\x47\x9a\x43\xfe\x93\xd9\xd6\x96\x35\x03\ -\x02\x35\x5d\x25\x24\xd7\x00\xb2\x12\xc0\xf5\xa3\x4c\x73\x92\xc0\ -\x9b\x80\x7a\xa9\x25\xe4\xff\x00\xa4\x38\x28\x11\x80\xd3\x06\x88\ -\xb0\xa4\xa6\xfb\x16\x97\x86\x0d\x02\x59\xe6\x6c\x6e\x34\x42\x63\ -\xf5\x95\xca\xfb\xca\x87\x15\x8c\x39\x95\xd6\x31\x03\x4a\x6a\x3a\ -\x96\x51\xe3\x56\x0a\x17\x39\x95\x33\x09\x5a\x29\xdc\xd4\xb2\xd6\ -\xbb\xd7\x89\x1e\x91\xb1\x01\xc5\x75\x5d\x05\x6e\xc1\xb3\x00\xbe\ -\x37\x4c\x98\x02\xf0\x17\x10\x87\xa0\xa4\x09\xc0\x71\x5d\xb4\x73\ -\x4a\x47\x9f\x3b\x57\xd7\x29\xcc\x13\xd1\xf2\x29\x52\x2c\x8a\x41\ -\x52\x6e\x04\xf0\x75\x00\xb9\xc3\xe4\x3c\x22\x50\x95\x91\xb5\xb3\ -\x3f\xca\x44\x7f\x46\x06\x04\x77\x75\x7c\x59\x94\xb6\x1f\xc0\x6c\ -\x9b\xe2\x3e\x11\xbe\x01\xca\x01\xf7\x60\xec\xad\xa6\x87\x8a\x3e\ -\x4e\x27\x77\x51\xf5\xe9\xdc\xdc\x69\x53\x6f\x06\xd5\x0a\x00\x2b\ -\x93\xdc\xa3\x1f\x94\xfb\xc3\x21\xff\xaf\x47\x21\x1f\x40\x06\x06\ -\x94\xd6\x74\xde\x05\xb2\x1e\xc0\x94\x04\x51\xc0\xf6\x81\xf8\x94\ -\xa7\x4f\xad\x9b\x7e\x7e\xb4\xf9\x8d\x28\x6b\x68\xf4\xc4\x2f\xf8\ -\x42\x22\xf2\x24\x00\x5f\x42\x00\xb9\x25\xdc\xe6\x7d\x12\x9b\xa9\ -\xd2\xcd\x9d\xbe\x01\x55\xa2\x05\x0a\xbb\x9e\x22\xb8\xd1\x52\xa2\ -\x84\xac\x07\x5c\x9b\x23\xa1\x99\x6d\x69\xe7\x4d\x01\x57\xef\xee\ -\xce\xd3\x95\x7a\x94\x82\xc7\x00\x7c\xce\x58\x26\xc0\x7e\x4f\x8c\ -\x77\x1f\x5d\xef\xbb\x98\x4e\xce\xf4\x0c\xa8\x12\xad\xb4\xb0\x7b\ -\x1f\x20\xdf\xb5\x94\xb4\x53\x53\xab\x5a\x1e\x98\xfd\x5e\x5a\xf9\ -\x46\x89\x40\xdd\xc7\x45\x40\xec\xf5\x84\x01\x57\xf0\x37\x19\x70\ -\x2f\x8d\x3c\x32\xb3\x37\xd5\x5c\x5a\x3a\x37\x2e\x2d\x8a\x6e\xb2\ -\x69\xfc\xbb\x6e\xd1\x16\x8d\x55\xe3\x01\x20\x12\x9a\xd9\xd6\xdf\ -\x17\x5b\x02\x60\x9f\xa9\x80\xf8\x22\xa7\xea\xfb\xd0\x20\xae\x54\ -\x73\xa5\xdc\x03\x82\x75\x9d\xdf\x11\xe1\x6f\x2c\xb5\xf7\xc4\xdc\ -\x97\x1e\x6c\xbd\xaf\xb8\x3f\xd5\x3c\x8e\x42\x84\xa5\xb5\xd1\xc7\ -\x41\x3c\x0d\x73\x5b\xb6\x86\xd7\x16\xfc\x30\x95\x14\x29\x19\x70\ -\xf5\xce\xee\x45\x4a\x53\x47\x00\x4c\xfd\x6f\x45\xc1\x2b\x2d\x6b\ -\x7d\xf7\x64\x63\x76\x96\x2e\x02\x75\x9d\xdf\xa7\x70\x9b\x91\x23\ -\x71\x6f\x4b\xa8\x60\xef\x48\x75\x47\x7c\x05\xe6\xff\xb2\x6d\xa6\ -\xd2\xd4\x7e\x18\x1a\x0f\xe0\xbd\x41\xcf\xa5\xd0\x78\x68\x3c\x00\ -\x44\x1e\x28\x78\x1e\x22\x2f\x1a\x39\x11\xd4\x05\x6a\xba\x17\x8e\ -\x54\x77\x44\x03\x74\x8f\x7b\x2b\x80\x42\x03\xd5\xae\xb9\xb4\x55\ -\x9f\x59\xb7\xb7\x03\x29\x32\xd0\x57\x49\xe0\xaf\x06\xd6\x43\xaa\ -\xba\xa5\x55\xe2\x1e\xae\xea\xb0\x06\x04\x6b\xa2\x8b\x01\xde\x6f\ -\xa0\x44\x28\xdf\x6e\x2e\xf7\xb6\x67\xa2\x37\x1b\x88\x3c\x52\x3a\ -\x10\x23\xbe\x05\xe0\xac\x81\x5e\x78\x66\x4e\xf7\xba\xe1\xea\x25\ -\x37\x40\x84\x42\xf9\x99\x91\xa2\x60\x5f\x24\xe4\x7f\x37\x23\xa5\ -\x59\xc4\xc9\x50\x41\x97\x50\xb6\x98\x48\xca\x13\xd7\xef\xed\x9c\ -\x96\xac\x4e\x52\x03\x02\x75\x67\x97\x00\x58\x6c\xa0\x62\xe2\x96\ -\xaa\x8c\x55\x66\x19\x71\xf7\xa7\x3b\x01\x9c\x32\x50\xb3\xfa\xfb\ -\x59\x91\x2c\x3e\xa9\x01\x84\xfe\xb8\xf1\x5a\x20\x35\xe1\x72\xff\ -\x89\xcc\x25\x66\x17\x43\x63\x13\x4d\x0f\x4a\x80\x47\x93\xcd\x0d\ -\x6c\x0d\x98\xf7\xab\xa8\x1f\xe0\xad\x06\x2a\xa6\x93\x4f\x39\xa8\ -\x33\xab\x08\x4f\xf7\xbe\x0c\x20\x6c\xa0\x0a\x03\x3d\xd1\xaf\xd9\ -\xc5\xda\x1a\xe0\xc9\x91\xbb\x00\x18\x1d\x7b\xfb\x64\xa8\xa0\xcb\ -\x39\x89\x59\xc6\x6a\xea\x22\x7c\xd5\x48\x11\xb8\xd7\x2e\xd4\xd6\ -\x00\x01\x57\x98\xaf\xf1\x7b\xe7\xd4\x8d\x0d\x08\x65\xd5\xfc\x4d\ -\xbb\xd7\x20\xc1\x80\xa1\x11\x53\x6e\x32\x72\x4a\xe2\x7f\x70\x58\ -\x5f\xd6\x11\x6e\x2f\x78\x1f\x80\xb1\xd7\xe6\x07\x7b\x3b\x6f\xb0\ -\xc6\x25\x18\xd0\x7f\x09\x5f\x01\xe0\x31\x50\x7f\x3f\x51\x51\x78\ -\xca\x1a\x37\xee\xb1\x99\x8a\xa0\xe9\xc1\x29\xe5\x4a\x58\xa7\x4c\ -\x30\x40\x34\x5c\x6b\x61\x8e\x38\xad\x6d\xcc\x20\x30\x69\xd7\x20\ -\x0b\xac\x21\x36\x63\x00\xaf\xb1\x84\x84\x13\x63\x26\x06\x74\x8a\ -\x49\xbb\xa2\x5c\x63\x8d\xb1\x1b\x04\xe7\x99\xae\x84\xe3\xfe\xdb\ -\x9f\x0c\x7a\xcc\xac\x9d\x60\xb1\x35\x26\xc1\x00\x02\x79\xa6\x00\ -\x97\xea\x71\x5e\xda\x18\xe1\x8a\x4f\xcc\xda\xc5\xdc\x36\xc0\xc6\ -\x00\x65\x31\x40\xe2\x48\x6b\x8d\x6d\x3c\xa1\x75\xcd\xbc\x01\x00\ -\x71\x03\xe5\x29\x6b\x68\x34\x0e\xf0\x36\x3d\x40\xcc\x8b\x24\x74\ -\x61\x5c\xfc\xe6\xcf\x16\x12\xc7\x00\x0d\x7d\xa6\x6b\x26\x76\x9b\ -\x89\x82\x79\x2f\xb5\x4e\x01\x60\x5c\x0f\x18\x3c\xba\xfa\xda\x41\ -\x63\x4c\xa2\x01\x02\xd3\x8a\xaa\xd2\xb5\xe9\x59\x51\x37\x06\x60\ -\xfc\x8a\x7c\x33\x61\x79\xb8\xb0\x37\xe0\x5f\xe6\x3a\x92\x30\x72\ -\x4e\x14\xb8\x74\x5c\x65\x22\x44\x5a\xad\x31\x36\x13\x21\x39\x66\ -\xbe\x56\xa5\x4e\x0b\x1b\x2b\x68\x2e\x58\xb4\xb3\x29\x21\xc6\x4a\ -\x10\x34\x6f\x36\x0a\x17\x5b\x63\x26\x0a\x94\x98\x16\x74\x20\xc2\ -\x46\x6b\x4c\x82\x01\x39\x83\x7c\x07\x80\x71\xff\x7d\xe1\xd0\x4e\ -\xcc\x04\x43\x95\x68\x04\x96\x9b\x38\x4d\x1d\xb2\x86\x25\x18\x70\ -\x74\xbd\xef\x22\x88\x77\x8c\x1c\x25\xbe\xdc\x1a\x37\xde\x11\x2c\ -\xec\xbc\x01\xe6\x1d\xe5\xde\xa2\xb6\x82\x0f\xac\x71\xc9\x96\xc4\ -\x4c\xbf\xa2\x64\x68\x7b\x7a\x42\x41\xe0\x32\x69\x26\xe4\xad\x43\ -\x9b\x19\xb7\xc6\xd9\x1a\xa0\x69\xda\x3e\x0c\x1d\x6a\xf8\x4f\x65\ -\xdc\x1c\xa8\xef\xf0\x3a\xae\x32\x5b\xa8\x12\x0d\x50\x77\x98\x38\ -\x6a\x7b\xec\x42\x6d\x0d\x68\x2e\xf7\xb6\x93\x38\x68\xa0\xa6\x68\ -\x71\xcd\xba\x1d\x3e\x6e\x11\x28\x8c\xde\x09\x70\xfe\xe5\x6b\x12\ -\x9d\x73\xda\xbc\x07\xed\x62\x93\xef\x0b\xe8\xf2\x0b\xe3\xa5\x00\ -\xeb\x8b\x77\xb5\x7f\xc1\x31\x95\x59\x42\x59\x43\xa3\x87\xc0\x4f\ -\x8c\x9c\x28\x6c\xb3\xeb\xfe\xc0\x30\x06\xb4\x54\x14\xbc\x6d\x19\ -\x0c\x3d\x6e\xe5\xda\xe4\x8c\xcc\xec\x21\x7e\xde\xb7\x16\x80\x71\ -\xf2\x76\x4e\x73\x6b\x3b\x92\xc5\x27\xef\x01\xa4\x08\xd4\x8f\x2c\ -\xec\x3d\x25\x75\xdd\x09\xeb\x6a\xe3\x05\xc1\x9a\x33\xb3\x84\xf2\ -\x84\x91\xa3\xe0\xa7\xcd\xe5\xde\x84\x29\xf0\x65\x0c\xbb\x37\x18\ -\x09\xcd\x3e\x44\xe0\x65\x63\xbc\xa6\xf4\xd7\x8b\xeb\xba\x0a\x32\ -\xd4\xea\x38\xca\x1a\x1a\x3d\x42\xd7\x6f\x61\x3e\x43\xf4\x8f\x3c\ -\xf8\xb6\x0f\x57\x6f\xe4\xdd\x61\x5d\x1e\x83\x71\x75\x95\x9c\x9b\ -\x23\x78\x2d\xb0\x3d\x6c\x3d\x1c\xf5\x99\x22\xd6\xe3\x7d\x1e\xe0\ -\x57\x8d\x14\x35\x15\x1a\xe9\x50\xe5\x88\x06\x1c\xaf\xf4\x47\x85\ -\x72\x3b\x80\x81\xcb\x9c\x00\x37\x71\x6a\xde\x0b\x10\x19\x93\xb3\ -\xc6\x23\x21\x50\xdb\xb5\x0e\xc0\x83\x46\x4e\x28\x95\xa9\x1c\xdb\ -\x49\xb9\x01\x81\xda\xae\xbb\x09\x98\x4f\x5c\x08\x6a\x73\x66\x74\ -\x3f\x6c\xfd\x8d\x3d\x66\x10\x61\x69\x6d\xf7\xc3\xa0\x6c\x83\xf1\ -\x61\x0a\x9f\x0b\x57\xf8\x7e\x90\x4a\x8a\xb4\x9e\x60\x69\x6d\xd7\ -\x33\x00\x36\x58\x54\x1c\xa6\xe8\x77\xb4\x54\x14\x9e\xb5\xad\x94\ -\x25\x94\x35\x34\x7a\xe2\x3d\xbe\x17\x04\x52\x6e\x29\xfa\x63\xe1\ -\x19\xdf\xf2\x64\x9f\x3d\x2b\xd2\xeb\xc2\x0d\xe2\x2a\xed\x89\xbe\ -\x0a\x60\x95\xa5\xa4\xd5\x25\xb2\xb2\xa9\xc2\xff\xcf\xb4\xf2\x8d\ -\x12\x25\x3b\x3a\x7d\x9a\x8b\xbf\x83\x79\xfb\x1e\x00\x3e\x8a\xe5\ -\x78\x16\xb7\xde\x37\x23\xe5\x85\xdc\xf4\xdf\xe1\x06\x71\x05\x7b\ -\xa2\x3f\x17\xc0\xda\xc5\x62\xa0\xec\x50\x71\x6c\x39\x5e\xe9\x8f\ -\xa6\x9d\x37\x05\x14\x55\x9f\xce\xcd\xcd\xf3\x3c\x44\x91\x8d\x02\ -\xce\x30\x96\x09\xf0\xa6\x92\x9c\x3b\x4f\x54\x7c\xfe\x42\x3a\x39\ -\x47\x3d\x88\x05\xea\x3a\xcb\x29\xdc\x01\x20\xc7\x52\x74\x91\x82\ -\x67\xd5\x80\xbb\x3a\x9d\x03\x8b\xc3\x61\x69\x95\xb8\xdb\xe7\x74\ -\xad\x11\x72\x13\xcc\xe7\x95\x00\x00\x02\x54\x47\xa6\xfb\x36\x60\ -\x35\xf5\x74\x73\x67\x34\x8a\x97\xee\x8c\x2e\x81\x4b\x5e\x83\x60\ -\x66\x62\x62\x39\xaf\xc0\x03\x20\x0f\xe0\x53\xd7\xc1\x74\xcd\x28\ -\x6b\x68\xf4\xc4\x7a\x66\x2d\x01\xb1\x82\xc2\xdb\x04\xb0\x9b\x86\ -\xc7\x84\x52\x19\x09\xf9\x77\x8f\xb6\x0d\x19\x7f\xc6\x4a\xea\xcf\ -\xcc\xd5\x62\xee\xe7\x30\x74\x40\x29\x19\x62\x00\x0e\x93\xf2\x27\ -\x11\x36\x53\x21\xa2\x7b\xe2\xe7\x62\xfd\xd3\x2e\x7a\xe2\xba\xae\ -\xe5\x48\x9e\x62\x2c\x9f\x74\x17\x0b\xf4\x20\x89\x1b\x01\xde\x82\ -\xa1\xbf\xd4\x24\x93\xfe\xbe\x22\x2b\x8f\x87\xbc\x1f\x66\xa2\xdf\ -\xb1\xef\x78\xb0\x36\xfa\x0d\x05\x79\x86\xc0\x75\x4e\xe5\x4c\x82\ -\x76\x08\x7e\x1c\x9e\xe1\xdb\x35\x9a\x2e\x6f\x85\xb3\x13\x99\x2a\ -\xd1\x82\x85\xd1\xdb\x04\xdc\x08\xc8\x97\x1c\xcd\x2d\x38\x41\x8d\ -\xd5\x83\xee\x4f\x76\x3b\x79\x46\x31\x7b\x7f\x9a\xaa\xed\x58\x40\ -\x68\x6b\x04\x58\x49\x20\x38\x9a\x1c\x24\x3a\x45\xe4\x0d\x28\x6d\ -\x4f\xb8\xc3\xfb\xe7\xd1\xfc\x1f\x60\xc4\x7b\x38\x9d\xd0\x0e\x25\ -\xf5\x67\xe6\xba\x74\xf7\x32\x11\x2c\x00\x30\x5f\x80\x62\x02\xf9\ -\x18\x7a\xc7\xdd\x00\x2e\x00\xec\x05\xe4\x34\x28\x4d\xa2\xd8\x04\ -\x51\x87\x23\x15\xfe\x63\xe3\xe5\x38\xee\x24\x26\x31\x89\xff\x4d\ -\xfc\x1b\xee\xf8\xeb\x1e\xe5\x8b\xff\xe2\x00\x00\x00\x00\x49\x45\ -\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x04\x86\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x04\x38\x49\x44\x41\x54\x78\x9c\xed\ -\x9b\x4f\x88\x1c\x55\x10\xc6\x7f\x5f\xef\x18\xdd\x55\x13\x0d\xea\ -\x45\x54\x3c\x88\x22\xe2\xfc\xdd\x99\x81\x80\x30\xa2\xd1\x20\x06\ -\xff\x80\x9e\x44\x0c\x0a\x7a\x10\x15\x14\x41\x85\x08\x89\x18\x41\ -\xf0\x20\xa2\x01\x2f\x1e\x0c\xea\x29\x2c\x68\x74\x55\x06\x61\xb3\ -\xee\x4e\x26\x9d\xd9\x20\x22\x01\x09\x1e\x14\xf1\x10\x4d\x20\x6b\ -\x60\x77\xba\x3c\xec\x86\xf4\xf4\x08\xee\xca\x7b\xdd\x6d\x9c\xef\ -\xf8\x15\xbc\xaa\xf7\x55\x75\xf5\xab\xd7\x33\x30\xc2\x08\x23\xfc\ -\x9f\xa1\xac\x03\x58\x2b\xe6\x0f\x1f\xd9\x29\xf4\x4a\x64\x48\x66\ -\xbb\x1b\x93\xe5\x57\x5d\xac\xfb\x9f\x10\x60\xae\xdb\x6b\x05\xe2\ -\x6b\x3b\x17\x6f\xd4\xa8\x96\xc6\x5c\xac\x5d\x70\xb1\x88\x4f\xcc\ -\x87\x61\x0d\x63\xca\x06\x93\x15\xb8\x5a\xdf\xd9\x42\x3e\xd0\xed\ -\x1e\xbd\x09\x0b\x0e\x00\x97\xc4\x79\x49\x91\x2b\x1f\xb9\x15\xa0\ -\xdb\xed\x5e\xdb\x57\x34\x0d\x5c\x91\xb4\x99\x99\xb9\xf2\x93\x4b\ -\x01\xc2\x30\xbc\xb2\xaf\xc2\x34\x70\x8d\x6f\x5f\xb9\x13\x60\x66\ -\xe6\x87\x4b\x97\x6c\xec\x33\xe0\xc6\x34\xfc\xe5\x4a\x80\x76\xfb\ -\xf8\x45\x17\x8c\x9f\xd9\x0f\x56\x4b\x98\x9c\x95\x7c\x12\xb9\x11\ -\xa0\xdd\x6e\x17\x26\x36\x9e\xdc\x07\xdc\x1e\xe7\x25\x19\xe0\xac\ -\xe9\x25\x91\x0b\x01\xcc\x4c\x13\x1b\x2f\xdf\x0b\xdc\x1f\xe7\x25\ -\xcc\xcc\xbc\x6d\x1e\x72\x22\x40\x27\x3c\xfa\x06\xb0\x23\xce\x09\ -\x19\xe6\x2f\xf3\x67\x91\xb9\x00\xf3\x61\xef\x45\xb0\x17\xe2\x9c\ -\x61\x18\x44\xde\x1e\xfc\x18\x32\x15\xa0\x73\xf8\xc8\x13\x18\x7b\ -\x92\xbc\xa4\xbe\xc7\xbe\x37\x80\xcc\x04\x98\x0b\x17\x1e\x34\xf4\ -\x5e\x92\x17\x44\x29\xed\x1d\xc8\x48\x80\x4e\x18\xde\x21\xb3\x7d\ -\x49\xff\x12\x91\xa5\x95\xfa\x55\xa4\x2e\xc0\xa1\x43\xbd\xba\x59\ -\xb0\x1f\xd8\x10\xe7\x85\x22\xb3\x74\x37\x0f\x29\x4f\x83\x73\x61\ -\x78\x73\x04\x07\x30\x2e\x8e\xf3\x92\x22\x97\xe7\xfb\xf5\x20\x35\ -\x01\x0e\x86\xe1\x75\xb2\x60\x1a\xd8\x1c\xe7\x57\x32\x9f\xcd\xe6\ -\x21\xa5\x47\xe0\xe0\xc2\xc2\x55\x05\x0b\xbe\x04\xae\x8e\xf3\x92\ -\x22\x23\xbb\xcd\x43\x0a\x15\xd0\xed\x76\x37\xf5\x97\xed\x73\xe0\ -\x86\x84\xc9\xb2\xcc\xfc\x59\x78\xad\x80\xd9\xd9\xd9\xf1\xbe\xc6\ -\xa6\x80\x72\x9c\xd7\x4a\xa7\xf7\x7e\xca\x5b\x0b\xbc\x09\xd0\x6e\ -\xb7\x0b\x85\x0b\xc7\x3f\x02\xdd\x96\x30\x99\xe5\x64\xf3\xe0\x49\ -\x00\x33\x0b\x26\x36\x6d\x7e\xdf\xd0\xf6\xa4\x89\x1c\x6d\x1e\x3c\ -\xf4\x00\x33\x53\x27\x5c\x78\x13\x78\x74\xd0\x22\x03\xbf\x93\xdd\ -\xbf\x81\xf3\x0a\xe8\x84\xbd\x97\x80\xe7\x86\x2d\xf9\xdb\x3c\x38\ -\x16\x60\x3e\xec\x3d\x09\xda\x3d\x64\x10\x7d\x97\x7e\x5c\xc2\x99\ -\x00\xf3\xdd\xde\x1e\x8c\x77\x87\x0c\x4a\x77\xb8\x59\x2f\xdc\x55\ -\x80\x06\x2f\x34\x56\xc9\x88\x0c\xce\xf7\xeb\x81\xcb\x47\x60\xa8\ -\xcc\x57\xae\xf3\xf2\x0d\x67\x02\x08\x9e\x21\x31\xca\x9a\x59\xe6\ -\x37\x4e\xff\x04\x67\x01\xd6\xab\xa5\x4f\x0c\x7b\x7a\x90\x15\x18\ -\x4e\x3e\x62\xfa\x82\xd3\x0c\x35\xab\xe5\x77\xcc\xd8\x39\x40\x8a\ -\x5c\x8b\xe0\xbc\x44\x1b\xd5\xe2\x2e\x8c\xb7\x07\x48\x81\x94\xfd\ -\x05\xec\xdf\xc1\x79\x50\x92\xac\x5e\x2d\x3e\x0b\x7c\x18\xe7\xcd\ -\x90\xa4\x20\x6f\x3f\x49\xf0\x92\x15\x49\xd1\x98\x2d\x3f\x06\x7c\ -\x1a\xe7\xcd\x4c\x22\x5f\x8d\xd1\x5b\x30\xb5\x5a\x6d\x69\xcc\x96\ -\x1f\x02\x66\xe2\xbc\x81\x90\x72\x23\x82\xd7\x40\x6a\xb5\xda\xe2\ -\x86\xc0\xee\x05\x16\x06\x0c\x66\xf2\xed\x7b\xad\xf0\x1e\x44\xb9\ -\x5c\xfe\x43\xfd\xc2\xdd\x60\x3f\x26\x4c\x92\x94\x79\x43\x48\x25\ -\x0b\xf5\xfa\x2d\xbf\x52\x08\xee\x14\xfc\x12\xe7\xcd\x2c\xc8\x5a\ -\x84\xd4\xca\xb0\x51\x2c\x1e\x57\xa4\xbb\x80\xdf\xe3\x7c\xd6\x22\ -\xa4\xfa\x1c\x4e\x4e\x16\xbf\x43\xd1\x3d\xc0\x62\x9c\x5f\x3d\x32\ -\x67\x22\x42\xea\x8d\xa8\x51\xa9\x7c\x0b\x3c\x00\x2c\x0d\xc7\x92\ -\x7e\x25\x64\xd2\x89\x1b\xd5\xd2\x17\x82\x47\x18\xfa\x0e\x68\x01\ -\x4a\xb7\x12\x32\x7b\x15\xd5\xab\xa5\x8f\x81\xa7\x86\x0c\x46\x90\ -\xa6\x04\x99\xbe\x8b\x1b\xd5\xd2\x5e\xd0\xcb\x43\x86\x14\x87\xa7\ -\xcc\x0f\x23\xf5\xca\xad\xaf\x03\x6f\x25\x79\xa1\x20\x8d\x42\xc8\ -\x5c\x00\x49\x56\xaf\x14\x9f\x47\xfa\x20\xce\x1b\x26\x52\x98\x20\ -\x33\x17\x00\x56\x86\xa7\xc5\x93\x27\x1e\x17\x36\x15\xe7\xcf\x4d\ -\x90\xfe\x90\x0b\x01\x00\x5a\xad\xd6\xf2\xe9\x53\x97\x3d\x0c\xfa\ -\x26\xce\x9b\xe7\xb9\x21\x37\x02\x00\xb4\x5a\xd7\x9f\xb1\xa5\x3f\ -\xb7\x0b\xc2\x84\xc9\x5b\x3b\xc8\x95\x00\x00\xcd\x66\xf3\xd4\x52\ -\x41\xdb\x30\x8e\xa5\xe1\x2f\x77\x02\x00\x6c\x29\x16\x7f\x5b\x0e\ -\xa2\xad\xc0\xcf\xbe\x7d\xe5\x52\x00\x80\x2d\x95\xca\x4f\xa6\x68\ -\x2b\xe2\x44\xd2\xe6\x72\x78\xca\xad\x00\x00\xcd\x4a\xe5\xfb\xa0\ -\xcf\x36\xe0\x74\x9c\x77\xf9\xbd\x21\xd7\x02\x00\x4c\x4e\x96\x3a\ -\x52\x74\x9f\x06\xe7\x86\xf3\xff\x2f\x33\x71\xd4\x2b\x95\xaf\x10\ -\xbb\x30\xfa\x40\x5f\xe2\xb5\xac\x63\x1a\x61\x84\x11\xce\x0f\xfc\ -\x05\xee\x02\x50\xda\x39\x1b\x2b\x91\x00\x00\x00\x00\x49\x45\x4e\ -\x44\xae\x42\x60\x82\ -\x00\x00\x00\xf6\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\xa8\x49\x44\x41\x54\x78\x9c\xed\ -\xd0\x31\x15\x80\x40\x10\xc4\x50\x16\x4f\x08\x42\x19\x82\x10\x75\ -\xd7\xe2\xe0\x53\x24\xdd\x54\x93\x97\x39\x10\xcf\xbb\xd6\x77\xdf\ -\xd7\x8c\xf0\x38\xc5\xe9\x9f\x28\x80\x16\xd0\x14\x40\x0b\x68\x0a\ -\xa0\x05\x34\x05\xd0\x02\x9a\x02\x68\x01\x4d\x01\xb4\x80\xa6\x00\ -\x5a\x40\x53\x00\x2d\xa0\x29\x80\x16\xd0\x14\x40\x0b\x68\x0a\xa0\ -\x05\x34\x05\xd0\x02\x9a\x02\x68\x01\x4d\x01\xb4\x80\xa6\x00\x5a\ -\x40\x53\x00\x2d\xa0\x29\x80\x16\xd0\x14\x40\x0b\x68\x0a\xa0\x05\ -\x34\x05\xd0\x02\x9a\x02\x68\x01\x4d\x01\xb4\x80\xa6\x00\x5a\x40\ -\x53\x00\x2d\xa0\x29\x80\x16\xd0\x14\x40\x0b\x68\x0a\xa0\x05\x34\ -\x05\xd0\x02\x9a\x02\x68\x01\x4d\x01\xb4\x80\xa6\x00\x5a\x40\xb3\ -\x01\x6c\xa1\x04\x80\x91\xde\x6b\x3a\x00\x00\x00\x00\x49\x45\x4e\ -\x44\xae\x42\x60\x82\ -\x00\x00\x00\xd1\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x83\x49\x44\x41\x54\x78\x9c\xed\ -\xd7\xb1\x0d\xc2\x40\x10\x04\xc0\x7d\x8a\x40\x90\x12\x53\x0d\x2d\ -\x10\xb9\x22\x77\x42\x23\xe4\xc4\x2f\x37\xf1\xa4\xc8\x4f\x6a\x8c\ -\xec\x99\x70\x75\xc1\xde\x65\x97\x00\x00\x00\x00\x00\xb0\x1f\x65\ -\x1e\x9c\x2f\xd7\x5b\x4a\x19\x93\x1c\x57\xe8\xb3\xa4\xda\x5a\xee\ -\xf5\xf5\x7c\x7c\x86\x87\x6e\x6c\x9b\xcb\x27\xc9\xa9\x94\x8c\xf3\ -\xb0\x3f\xc0\xce\xf4\x07\x68\x6d\x48\x32\xfd\xbe\xca\xe2\x6a\x6b\ -\x19\xd6\x2e\x01\x00\xfc\x0f\xbf\x40\x37\xb6\xcd\xe5\x13\xbf\xc0\ -\x77\x7e\x01\x00\x00\x00\x00\x00\x00\x76\xe2\x0d\x8f\x29\x20\x0f\ -\x66\x9a\x8c\xa5\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\ -\x00\x00\x00\xa2\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x54\x49\x44\x41\x54\x58\x85\x63\ -\x60\xa0\x00\xcc\x3f\xfd\xbf\x61\xfe\xe9\xff\x0d\x94\x98\xc1\x44\ -\x89\x66\x6a\x80\x51\x07\x8c\x3a\x60\xd4\x01\xa3\x0e\x18\x75\xc0\ -\xa8\x03\x06\xdc\x01\x2c\x54\x30\xc3\x81\x92\x2a\x79\x58\x84\xc0\ -\x81\x44\x53\xc6\x06\x72\x35\x0f\x78\x08\x8c\x3a\x60\xd4\x01\xa3\ -\x0e\x18\x75\xc0\xa8\x03\x46\x1d\x30\xe0\x0e\x00\x00\x2b\x6c\x0b\ -\x15\xab\xad\x1f\xfe\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\ -\x82\ -\x00\x00\x04\x14\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x03\xc6\x49\x44\x41\x54\x78\x9c\xed\ -\x98\xcf\x6f\x1b\x45\x1c\xc5\xdf\x5b\x27\x95\xfb\xcb\xa8\x4a\xb8\ -\x11\x24\x0e\x11\xe1\x40\x52\x25\x1b\x93\x43\x0f\x18\x44\x84\x7a\ -\x6a\x7b\xc8\xa1\x37\xa8\x2a\xf8\x03\x80\x8a\x43\x55\x21\xa4\x0a\ -\xca\x19\xa9\x6a\x03\x37\xc4\x01\x04\x3d\x11\x29\x12\xdd\x03\x91\ -\x6a\x3b\xeb\xb5\x0d\x07\x5a\x81\x54\x41\xb9\x51\x09\xb5\x48\x6d\ -\x51\xba\xfb\x38\x38\x02\xdb\x3b\xdd\xae\xe3\xb5\x1d\xc4\x7c\x24\ -\xfb\x30\xb3\xdf\x99\xf7\x7d\x9e\xd9\xf9\x8e\x01\x8b\xc5\x62\xb1\ -\x58\x2c\x16\x8b\xc5\x62\xb1\x58\x2c\x16\xcb\xff\x0b\x8e\x6a\xe2\ -\x4a\xad\x71\x1c\xc0\xc7\x20\x1c\x45\xb8\xbc\xe4\x1e\x3e\x3b\x0a\ -\x1d\x23\x31\xa0\x5a\xab\x9f\x16\x78\x11\x80\xf3\x4f\xa3\x78\xfa\ -\x05\x77\x6e\x75\xd8\x5a\x9c\xc7\x3f\x92\x2d\x95\xa0\x71\x46\xe0\ -\xa5\xd8\xdc\xd4\xe5\x4a\xad\xfe\xce\xb0\xf5\x0c\x6d\x05\x48\xe2\ -\x66\xd0\xb8\x20\xf0\xad\xe4\x27\xf9\x51\x71\x7e\xf6\x0c\x49\x0d\ -\x43\xd7\x50\x0c\xf0\x3c\x6f\x6c\x7f\xe1\xd0\x25\x01\xaf\xa5\x0c\ -\xf9\xf4\xde\xdd\x3f\xde\x28\x95\x4a\x0f\x07\x2a\x0c\x43\x30\xc0\ -\xf3\x6e\xe6\xf7\x15\xee\x7c\x0e\xe0\x58\x67\x8f\x40\x32\x82\x00\ -\x41\x8e\x41\xca\xd7\xf7\xee\x3e\x71\xb2\x54\x7a\xe6\xc1\x20\xf5\ -\x0d\xd4\x80\x72\xb9\x5c\xe0\x78\xfe\x0a\x80\x52\x47\x87\x00\x10\ -\x61\x57\x5b\xce\xa0\xe6\xea\xd6\xfd\xfc\xb1\x23\x47\x66\xfe\x1c\ -\x94\xc6\x81\x19\x10\x04\xc1\x93\x5b\xe2\x1a\xc0\x85\x8e\x0e\x01\ -\x24\x42\xe3\x06\x37\x9a\x40\x7f\x9c\xe1\xd1\xf9\xf9\xf9\xdf\x07\ -\xa1\x73\x20\x06\xf8\xbe\xff\x74\xc8\xb1\x75\x00\xcf\x76\x4c\x46\ -\x08\x42\x94\xf4\x76\x23\xe1\x48\x31\x5d\x37\x18\xe6\x5e\x29\x16\ -\x9f\xbf\x95\xb5\xd6\xcc\x0d\xb8\x56\xab\x3d\xe7\x28\xb7\x0e\xe2\ -\xa9\x8e\x89\x48\x49\x8a\x52\xca\x72\x00\x75\x6b\xbb\x95\x93\xb3\ -\xec\xba\xb3\xd7\x33\x92\x0a\x20\xe3\x3a\xa0\x5a\xaf\x2f\x3a\x70\ -\xbe\x8b\x25\x0f\x4a\x42\xca\xe4\x01\x00\x11\x5b\x6f\x8a\x76\xa6\ -\x42\x86\x1b\x95\x20\x70\xfb\x57\xfa\x2f\x99\x19\x50\x0d\x9a\x2f\ -\x2b\xe2\x55\x80\x13\x9d\x3d\x94\xa0\x28\x9e\x4f\x12\x82\x80\x08\ -\xb1\x5a\x80\x13\x90\xe3\x55\x6a\xcd\x97\xfa\x16\xbc\x4d\x26\x06\ -\x54\x6b\x8d\x13\x92\xbe\x01\x70\xa0\xab\x4b\x40\xda\x65\x6f\xa0\ -\xb5\x65\xba\x9d\x3b\x00\x68\x6d\xfb\x2e\xd1\x37\x7d\x1b\x50\x09\ -\x9a\xa7\x04\x7c\x01\x60\x4f\x7b\x3b\xc9\x08\xe8\x69\xd9\x3f\x8a\ -\x68\x7b\xac\x76\xf6\x00\xf8\xb2\x1c\x34\x5e\xef\x77\xf0\xbe\x0c\ -\xa8\xd4\xea\x6f\x43\x5a\x8d\x8d\x43\x46\x92\x32\x2b\x65\x25\xc9\ -\x60\x82\x43\xe1\x93\xb2\xdf\x7c\x4c\x69\x9d\xcc\x8e\x4e\x01\x49\ -\xac\x06\xcd\x0f\x00\xc4\x2e\x2f\x04\x22\xf5\xb6\xe1\x53\xc3\xd6\ -\x51\x12\xff\xd1\x84\x0f\x8b\x0b\x73\xef\xee\xe4\xfe\xd0\xb3\x01\ -\x9e\xe7\x8d\xed\x3b\x78\xe8\x22\x88\x53\x86\x6e\xd3\x9e\xcd\x14\ -\x82\x6c\x95\xce\xdd\x1d\x5a\xfd\xe5\xe7\x9f\xde\x5c\x59\x59\x09\ -\x0d\x61\x09\xe3\xf5\x80\xe7\xdd\xcc\xef\x2d\xdc\xf9\x8c\xc0\x09\ -\xc3\x50\x11\x90\xdd\xb2\x4f\x86\x84\xc1\x04\x01\x5f\x4d\x14\xf6\ -\x9f\x9c\x9e\x9e\xfe\x2b\xf5\x48\x69\x1f\xdc\xd8\xb8\x7e\x70\x7c\ -\xef\x83\x2b\x00\xe2\x47\x10\x11\xb5\x4e\xae\xe1\x41\x80\x32\xbf\ -\xc3\xbe\xdd\xba\x9f\x3f\x9e\xf6\xfe\x90\xca\x00\xdf\xf7\x27\x43\ -\x8e\xaf\x01\x8a\x17\x21\x44\x38\xdc\xd4\x3b\xe6\x6e\xdd\x1f\xe2\ -\x6c\xe6\xf4\xf0\xa8\xeb\xba\xb7\xd3\x0c\x91\x48\xb5\xfa\xc3\x54\ -\x94\x0b\xd7\x09\xcc\x74\x85\xf6\x77\xc6\x67\x08\x41\x47\xb1\xd2\ -\x99\x3f\x6a\x0c\xcb\x4b\x73\x73\xbf\x25\xc7\x26\xe0\xfb\xdf\xcf\ -\x84\x8c\xd6\x01\x4c\x75\x04\x11\xbd\x96\xb6\x03\x85\xad\x2f\xc3\ -\x25\x8a\xbf\x3a\x11\x96\x17\x17\xe7\x6e\x24\xc6\x9a\xa8\x04\x81\ -\x0b\x39\x6b\x00\x26\xbb\x22\x84\x5d\x94\x7c\x3b\x24\x1d\x29\x76\ -\x89\xba\x2d\x38\xaf\x2e\x2d\xcc\xd6\x4c\x31\xc6\x42\xa8\xec\x37\ -\x4a\x90\xe3\xa1\x3b\x79\xec\xde\xe4\x01\x40\xe6\xd2\x79\x92\x88\ -\xbc\x6b\x9b\xf5\x17\x4d\x31\xb1\x15\x50\xf5\x1b\x67\x45\xbc\x67\ -\xea\x1b\xd5\xbb\x6e\x27\x18\x96\xb6\x28\x9c\x2b\xba\x87\xdf\x6f\ -\x6f\x8c\xad\x80\x88\x3a\x67\x8e\x6f\x35\xfe\x57\x3e\x26\xf9\xdb\ -\xb9\x75\x10\x33\x60\x38\x7f\x46\x8f\x06\x53\x6e\x71\x03\x1c\x9e\ -\x27\x77\xef\x3e\xdf\x29\x24\x22\x3a\x3c\x3f\x6a\x1d\x16\x8b\xc5\ -\x62\xb1\x58\x2c\x16\x8b\xc5\x62\xb1\x58\x2c\x96\x51\xf3\x37\xea\ -\x50\x53\xe7\x53\xe9\x9d\x68\x00\x00\x00\x00\x49\x45\x4e\x44\xae\ -\x42\x60\x82\ -\x00\x00\x00\x75\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x27\x49\x44\x41\x54\x78\x9c\xed\ -\xc1\x01\x0d\x00\x00\x00\xc2\xa0\xf7\x4f\x6d\x0e\x37\xa0\x00\x00\ -\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x77\x03\ -\x40\x40\x00\x01\x8f\xf2\xc9\x51\x00\x00\x00\x00\x49\x45\x4e\x44\ -\xae\x42\x60\x82\ -\x00\x00\x01\x91\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\x43\x49\x44\x41\x54\x58\x85\xed\ -\x92\xb1\x4a\x03\x41\x14\x45\xcf\x24\x81\x54\x2a\x06\x24\xbb\xda\ -\x44\x37\x9d\x6c\xfc\x03\x2d\x2c\x2d\xac\xb4\x13\xed\x2c\xfc\x02\ -\x2b\x2b\x1b\xbf\x40\x24\x85\xad\x8a\x9d\xb6\x82\x7e\x81\xb2\x01\ -\x05\x4d\x8c\xd5\x26\x36\x2b\x12\x84\xc8\xee\x3c\xab\x10\x2d\x77\ -\x06\xb6\x71\x4f\x35\x17\x66\xee\x3b\x3c\x06\x72\x72\x72\xfe\x3b\ -\x2a\xed\x7d\xd7\xf3\x35\x40\x39\x29\x4e\x77\xbb\xf7\x1f\xb6\x02\ -\x85\xb4\x02\xa3\xc3\xb0\x98\x44\xb0\x51\xcc\x5a\x40\x8b\x62\x73\ -\x14\x5c\xef\x29\xce\x5a\x80\xde\x4b\x70\x01\x72\x38\xca\x8e\xe7\ -\x3f\xd8\x08\x18\xad\x70\x10\xbd\xdf\x4c\x56\xaa\xcb\xc0\xbc\x82\ -\xea\x44\xc5\x71\x06\x51\xff\xda\xa4\x2b\xed\x27\xfc\x83\xeb\xf9\ -\xf2\x2b\xee\x86\xed\xe0\x24\x53\x01\xa0\xe0\x7a\x7e\x32\x4e\xac\ -\x84\xcf\xc1\x5d\xaa\x02\x4b\x01\x1d\x97\x93\x89\x71\xe2\x36\x6d\ -\x81\xad\x00\x33\xf0\x0d\x74\x4d\xdf\xdb\x0a\xa8\x68\x58\x6a\x02\ -\x35\xa0\x8f\x8e\x6b\x99\x0a\xcc\xd6\x1b\x07\x20\x5b\xc0\x17\xb0\ -\x16\xbe\x3e\xbe\xa5\xed\x30\xfe\x84\x8e\xd7\xd8\x56\xc8\x29\xa0\ -\xb5\xc8\x7a\xbf\xd3\xba\x32\xe9\x31\xda\xc0\xdc\x42\x63\x55\x21\ -\x4d\x00\x44\xf6\x4c\x87\x1b\x09\x38\xf5\xa5\x45\xad\xe4\x12\x28\ -\x09\x1c\x85\x9d\xd6\xb1\xe9\x70\x13\x01\xa5\x44\x9f\x03\x53\x82\ -\x3a\xeb\xb5\x83\x7d\x9b\xe1\x00\xa5\xb4\x0f\x04\xc2\x82\x52\x9d\ -\x72\xfc\xb9\x03\x68\x5b\x81\x9c\x9c\x9c\x9c\x1f\xcb\xd7\x60\xc6\ -\xb5\x1d\xc4\x7c\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\ -\x00\x00\x08\x1f\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x07\xd1\x49\x44\x41\x54\x78\x9c\xed\ -\x9b\x7f\x6c\x55\xe5\x19\xc7\x3f\xcf\xe9\xe5\xd6\x0e\x0a\x2c\xa2\ -\x6e\x51\x22\xc5\x48\x5c\x40\xcd\x68\x0b\x95\x10\xb4\x66\x8b\xdb\ -\xa2\x38\xdd\xd2\xf9\x63\xd0\x16\x52\x19\x3a\x97\xcd\x38\x17\x4c\ -\xb4\xb0\x89\xdb\xd8\x04\xe1\x8f\x31\x56\xe9\x0f\x90\x2c\xe9\x16\ -\x21\x63\x99\x8e\x64\x82\xc1\x61\xed\x2d\x6c\x2e\x75\xb0\xb0\xd9\ -\xc2\x0c\x53\xb3\xa1\x96\xd2\x52\x6f\xef\xf9\xee\x8f\x02\x3b\xe7\ -\xdc\x1f\xbd\xb7\x3d\xb7\x2b\x1b\x9f\xff\xce\xf3\x3e\xef\x73\xbe\ -\xef\x73\xde\xf3\x9e\x73\xde\xf7\x3d\x70\x91\x8b\x5c\xe4\xff\x19\ -\x1b\x8b\x93\x34\x1e\xd2\x65\x4e\x82\x45\x82\xeb\x81\xeb\x80\x99\ -\x18\x53\x11\x93\x0d\x0a\x04\x3d\x40\x8f\xe0\xb8\x89\xc3\x66\xfc\ -\xd9\x71\xd9\xbf\x74\xbe\x75\xe5\x5b\x5b\xde\x12\xd0\xdc\xa1\x6b\ -\x70\xa9\x91\xb1\x18\xb8\x61\x84\x61\xba\x30\x5e\xc4\xa5\xb9\xa6\ -\x9c\x0e\x33\x53\x98\x1a\x21\xe4\x04\x48\xb2\xe6\x18\xb7\xc9\x78\ -\xcc\xa0\x32\xcc\xd8\x06\x9d\xae\x58\x1f\x77\x78\x7e\x45\x99\xc5\ -\x43\x8c\x1b\x0e\x2d\x1d\xaa\x94\x58\x27\x28\x0b\x2b\x66\x4a\x8c\ -\x6e\xc1\xea\xda\x52\xb6\x85\xd1\x23\x46\x9d\x80\x86\x36\x5d\x11\ -\x89\xf0\x0c\xe2\xfe\x0c\x6e\x2e\xe2\xf7\xc0\x3e\x1c\x8e\x08\xfe\ -\x66\x83\x9c\xc4\xe1\x94\x22\x24\x34\x48\x71\xc4\x98\xe2\x8a\x12\ -\x1c\x66\x49\xdc\x64\xf0\x59\xa0\x28\x6d\x44\xb1\xdf\x60\x65\xcd\ -\x3c\x7b\x73\x34\xfa\x47\x95\x80\x96\x98\xe6\xb9\xb0\x0b\xf8\x64\ -\x8a\xe2\x53\xc0\x6f\x4c\xec\x36\xf1\x52\xf5\x7c\xfb\x57\x2e\xb1\ -\x5b\x0f\xa8\xa8\x2f\xca\xad\x12\x77\x00\x8b\xd3\x9c\xe3\x8c\x60\ -\xd9\xb2\x72\xfb\x79\xee\xea\x87\x18\x71\x02\x9a\x3a\x74\x1f\xa2\ -\x11\x28\x4c\x21\x6a\x53\x61\x21\x3f\xb8\xff\x06\x7b\x7f\xa4\xf1\ -\xbd\xb4\x76\x2a\xda\xd7\x4f\x9d\xc4\x93\x18\x97\x07\xcb\x05\x6b\ -\x8f\x95\xf1\xe4\x1a\x33\x37\xd7\xd8\x39\x27\xa0\x5e\x72\x4a\x0e\ -\xf2\x94\xc4\xaa\x40\x91\x6b\xa2\x31\xee\xb2\xa6\xae\xc2\xde\xce\ -\x35\x6e\x36\x6c\x7d\x55\xc5\x4e\x21\x8f\x18\x3c\x2a\x98\x14\x28\ -\xde\xd5\x57\xc4\x92\x87\xe6\x58\x6f\x2e\x31\x73\x4a\x40\xbd\xe4\ -\xcc\xe8\x60\x07\x70\x4f\xa0\xe8\x84\x03\x77\x55\x97\x5b\x7b\x2e\ -\xf1\x46\x4a\x43\x9b\xae\x9a\x50\xc0\xce\xe0\x80\x2b\xf8\x43\x34\ -\xc1\x2d\x5f\xad\xb0\x9e\x6c\x63\x39\xb9\x9c\x78\x46\x8c\xd5\x04\ -\x1b\x2f\xda\x22\x46\xd9\x58\x35\x1e\xa0\xae\xc2\xde\xfe\x58\x9c\ -\x45\x18\x3b\xbc\x76\x83\x4f\x0f\x3a\xec\x68\x6d\x55\x41\xb6\xb1\ -\xb2\x4e\x40\x63\xbb\xbe\x82\xf1\x84\xcf\x28\x5a\x38\x4d\xe5\x92\ -\x32\xfb\x47\xb6\x71\xc2\xa2\x6a\x81\xf5\xd7\x94\xb2\xc4\xe0\x3b\ -\xc0\xf9\xc7\xa1\x8c\xdb\x7b\x4b\x78\x3a\xdb\x38\x59\xdd\x02\x5b\ -\x5f\x57\x99\xe3\xb0\x1f\xb8\xc4\x53\xf1\xf9\xea\x32\x96\xe6\xe3\ -\xed\x2c\x57\x9a\x62\xfa\x26\xb0\xc1\x6b\x33\xa8\xae\x29\xb7\x6d\ -\xc3\xd5\x1d\xb6\x07\xb4\xbc\xae\x4b\x9d\x02\x76\xe1\x69\x3c\xd0\ -\xae\x5e\xea\xc6\x43\xe3\x01\x6a\xca\xd8\x68\xd0\xe4\xb5\x09\x1a\ -\x1a\x3b\x34\x77\xb8\xba\xc3\x26\xc0\x75\x58\x87\xb8\xd2\x63\x3a\ -\xe1\x16\x70\x57\x6d\xa5\x9d\x19\x81\xd6\xbc\x60\x66\xea\x99\xca\ -\x4a\xe0\x80\xc7\x1c\x35\xd1\x50\xbf\x57\x91\x4c\x75\x33\x26\x60\ -\x6b\x87\x16\x02\xcb\x3c\x26\xe1\xf0\xa5\xe5\x73\xed\xc4\xc8\xe5\ -\xe6\x87\x6f\x5c\x6b\x03\x83\x09\xee\x36\xf8\xa7\xc7\x3c\xb7\xa4\ -\x98\x07\x33\xd5\x4b\x9b\x00\x49\x56\x20\xbe\xef\xb5\x19\xec\xa8\ -\x2d\xb5\xb6\x51\x6a\xcd\x1b\x75\x15\xf6\xae\x60\xad\xcf\x28\x9e\ -\xd8\xf6\x86\x26\xa6\xab\x93\x36\x01\x4d\x31\x16\x09\x16\x7a\x4c\ -\xf1\x84\xa8\x1f\xbd\xcc\x3c\xd3\xcb\x4f\x81\xe3\xe7\x0e\x05\xd3\ -\x12\x71\x56\xa4\x73\x4f\x9b\x00\x33\xbe\xed\x3b\x86\x2d\xcb\xe7\ -\xd9\x5b\xa1\x88\xcc\x23\xb5\x95\x76\x86\xe4\x0b\xf5\x48\xba\x77\ -\x83\x94\x09\x68\x6a\xd7\x27\x80\xcf\x79\x4c\xf1\x78\x82\xa7\x42\ -\xd2\x98\x77\x26\x76\xb3\x1d\xe3\xe8\x79\x83\xb8\xb2\xf7\x1a\x3e\ -\x93\xca\x37\x75\x0f\x70\xb8\x0f\xf8\x4f\xc6\xc4\xcb\x75\x15\xf6\ -\x6e\xb8\x32\xf3\x47\x55\x95\x25\x10\xbf\xf0\xda\x1c\x97\xea\x54\ -\xbe\xa9\x13\x30\xf4\x09\xea\xe5\x57\xe1\x48\x1b\x3b\x64\x7e\xcd\ -\x82\x2f\xa4\xba\x0d\x92\x12\x70\x76\xc4\x5c\xe0\x73\x72\xf8\x75\ -\xe8\x0a\xf3\xcc\xb1\x52\x62\x80\xb7\xd7\x4e\xe9\x2f\xa1\x34\xe8\ -\x97\x94\x00\x77\x80\x0a\x20\xea\x31\xfd\xb1\xba\xcc\x8e\x07\xfd\ -\xc6\x3b\x67\xe7\x06\x7c\x17\xce\xb5\xe4\x79\xca\xa4\x04\x08\xe6\ -\x04\x4c\xfb\xc3\x95\x36\x76\xc8\x02\xda\xc5\xec\xa0\x4f\xf2\x18\ -\x60\x7c\x2a\x70\x7c\x34\xc9\xe7\x42\xc1\xf5\x6b\x37\x02\x6d\x23\ -\x55\x02\xc4\x8c\x40\xa5\x71\xff\xec\x4f\x47\x50\xbb\xa0\x24\xe8\ -\x93\xaa\x07\x14\xfb\x8e\xc5\x07\x61\x0b\x1b\x33\x4e\x27\x69\x2f\ -\x0e\xba\xa4\x7a\x0c\xfa\x9c\x12\x2e\x39\xcd\xb1\x8d\x27\x6a\x6e\ -\x61\xc0\x60\xd0\x63\x8a\xb6\x76\xca\x3b\xc0\x27\x27\xc0\x02\x93\ -\x24\x91\x08\xe3\xe2\x9b\x3f\x5f\x24\x3f\x06\x87\xe6\xf3\xcf\x23\ -\x37\xb9\xdb\x5c\x28\x34\xef\xa3\x50\xe0\x9d\x0f\xf8\xa8\x6a\x8e\ -\x7d\xe4\xf5\x49\xee\x01\xc2\x3f\xa3\x6a\x4c\xcd\x8f\xbc\xfc\x33\ -\x58\xc4\x94\x80\xe9\x54\xd0\x27\xf9\x3d\xc0\x38\xe6\x3d\x76\x95\ -\x3c\x72\x5e\x28\x44\x8d\x99\x3e\x83\xe8\x0e\xfa\xa4\x1a\x03\x0e\ -\x07\x2a\x5d\x1b\xb2\xae\x31\x43\x4e\x40\xbb\xc3\x91\xa0\x4f\xaa\ -\xa7\x80\x6f\xb1\xd1\xcc\x37\x29\x72\x41\xa1\x64\xed\x9d\x41\x9f\ -\xa4\x04\xf4\x15\xf1\x1a\xe0\x5d\x7f\x9f\xdb\xd0\xa6\xab\x42\xd6\ -\x96\x77\xea\x25\x07\x71\xbb\xcf\x68\xec\x0b\xfa\x25\x25\xe0\xec\ -\xda\xda\x6b\x5e\x5b\x24\x12\x08\x74\x01\x30\x23\x46\x29\xfe\x15\ -\xe5\x9e\xee\x1e\x3a\x82\x7e\xe9\xa6\xc4\x7c\x5f\x51\x12\x8b\x43\ -\xd4\x36\x26\x18\x7e\xcd\x32\x5e\x5a\x53\x69\x83\x41\xbf\x94\x09\ -\x70\x0b\xd8\x01\x9c\x5f\x6a\x36\xb8\xb5\xf1\x90\x2e\x0b\x5d\x65\ -\x9e\xa8\x97\x1c\x19\x5f\xf6\xda\x4c\xb4\xa4\xf2\x4d\x99\x80\xb3\ -\xf3\xfe\x7b\x3c\xa6\x42\x27\x91\xb4\x1c\x3e\x6e\x29\x89\x71\x2f\ -\x43\xbb\xd1\xce\xf1\x4e\x77\xaf\xaf\x3d\xe7\x49\x3f\x2b\x2c\x7e\ -\xec\x3d\x16\x3c\xf4\xdc\x21\x5d\x1d\x8e\xc4\xfc\xd1\xda\xa9\xa8\ -\x8c\xef\x79\x6d\x06\x1b\x52\x75\x7f\xc8\x90\x80\xea\x72\x5e\x96\ -\x7f\x30\x8c\x16\xb8\xac\x0e\x47\x66\xfe\xe8\xed\xe7\x01\xfc\x9f\ -\xbd\x27\x13\x03\x6c\x4e\xe7\x9f\x61\x5d\xc0\x64\xf0\xb8\xcf\x28\ -\x96\x36\x1f\x54\xd2\xbc\xda\x78\x61\x4b\x87\xa6\x99\xfc\x4b\xf8\ -\x66\x3c\xbd\x7c\xa1\x25\xbd\x02\x9f\x23\xe3\xda\x60\x6d\xb9\xed\ -\x03\xb6\x7b\xfd\xe5\xb2\xb3\xa1\x4d\x57\x8c\x4a\x69\x1e\x68\xed\ -\x54\x34\x2a\x7e\x19\xd8\x43\xf4\xa7\x01\xd8\x94\xa9\xde\xb0\xab\ -\xc3\x05\x51\x1e\xc5\x3f\xbb\x3a\x3d\x52\xc0\x0b\x9b\x8e\x2a\xb8\ -\x39\xea\xbf\xca\xe9\x7e\x36\x02\x37\x7b\x4c\x71\x07\xea\x86\xdb\ -\x54\x39\x6c\x02\x96\xde\x68\xef\xe1\xf0\x45\x60\xc0\x63\x5e\x50\ -\xfc\x01\x3f\x91\x34\x26\x7b\x8d\x87\xa3\xa9\x5d\x0f\x02\x5f\xf3\ -\xda\x0c\x56\x66\xb3\x6d\x27\xeb\x06\x34\xc5\xb4\x04\xf0\xed\xb8\ -\x10\xfc\x6c\x52\x11\x0f\x07\xbf\xb1\xc7\x0a\x49\xd6\x72\x90\x87\ -\x25\x36\xe0\xbf\x98\xcf\xd6\x96\xdb\xb7\xb2\x89\x91\xf5\x1e\xa1\ -\xda\x72\xdb\x2e\x58\xe7\xb5\x19\x3c\x70\xba\x9f\x3d\x5b\x3a\x34\ -\x2d\xdb\x38\x61\xd1\xda\xa9\x68\x73\x07\x0d\x12\x1b\xf1\xb6\x43\ -\xfc\xb6\xbb\xd7\xbf\xb0\x9b\x89\x9c\x76\x89\x4d\xea\xe2\x71\x19\ -\x3b\x03\xe6\x9b\xa3\x10\x6b\xea\xd0\xf5\xb9\xc4\x1a\x0d\xdb\xde\ -\xd0\xe5\x7d\xfd\xfc\x0e\x58\x1e\x28\x7a\x93\x09\xdc\x93\xee\x99\ -\x9f\x8a\x9c\xef\xe1\xd6\x56\x15\xf4\x95\xf0\x23\x41\xb0\x8b\xc5\ -\x25\x36\x47\x0a\x59\xbb\xf4\x46\x7b\x2f\xd7\xb8\x59\x9d\xfb\x80\ -\x8a\x4e\x4f\xe0\xeb\x88\x55\x18\x1f\xf7\x96\x09\x5e\x8c\x1b\xf7\ -\xae\x28\xb3\x0f\x73\x89\x39\xe2\x41\xac\x39\xa6\xe5\x82\xcd\xc0\ -\x84\x40\xc0\x5e\xc1\x33\x13\x12\xac\xcf\x65\xc3\x62\x26\xea\xf7\ -\x2a\x72\x75\x31\x35\x06\xab\x03\xfb\x95\xce\xb1\x7e\x62\x17\x8f\ -\x55\x55\x59\x22\xd7\xd8\xa3\x1a\xc5\x9b\xdb\xb5\x48\xc6\x0b\xc0\ -\xa5\x49\x85\xe2\x7d\x19\xbb\x81\xdd\xd1\x04\x7b\x72\x4d\x46\x6b\ -\xa7\xa2\xa7\xfa\x58\x64\x70\x87\x19\x77\x02\xa9\x5e\xc3\xe3\x06\ -\x2b\x6b\xca\x6d\xeb\x88\x1a\x40\x08\xdb\xe5\x1b\xdb\x35\xdd\x8c\ -\x67\x81\xbb\x33\xb8\xc5\x0d\x5e\x11\xec\x35\xf8\x4b\xc2\xe5\xaf\ -\x66\x9c\x2c\xbc\x84\x5e\xf5\x91\x48\xb8\x14\x27\x1c\xa6\x38\x11\ -\x4a\x5c\x31\xcb\xc4\x4d\x18\xb7\x01\x93\x33\xc4\x8c\x99\xc3\xca\ -\x9a\x52\x3b\x38\x1a\xfd\xe1\xfd\x30\x11\xd3\xe7\x5d\xf8\x21\x43\ -\xff\x05\xe5\x93\x13\x82\xef\x4e\xea\xe2\xb9\x91\x74\xf9\x20\xa1\ -\xbe\xc8\xd4\x4b\xce\xcc\x76\xee\x74\x1d\x56\x01\xe5\x61\xc6\x06\ -\xde\x32\x58\xaf\x5e\xb6\x86\xb9\x47\x31\x7f\x3f\x4d\xb5\x6b\x36\ -\x0e\x35\x67\x67\x93\x66\x8d\x30\xcc\x3b\x0c\xfd\x74\xd1\xd2\x55\ -\xce\xab\x23\xf9\x1f\x60\x38\xc6\xe6\xb7\xb9\x76\x4d\x77\x8c\x4a\ -\x17\x66\x03\xd7\xd9\xd0\xe7\xea\x14\x60\xb2\x41\x44\xc6\x87\x12\ -\x3d\x06\x7f\x97\x38\x82\xc3\x11\x06\x79\xa5\x76\x3e\x87\xc7\xcb\ -\x76\xdc\x8b\x5c\xe4\x22\xff\x9b\xfc\x1b\x05\x99\x95\x3c\x13\x0c\ -\xb6\x37\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\xc7\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x79\x49\x44\x41\x54\x78\x9c\xed\ -\xd0\xc1\x09\xc2\x40\x14\x04\xd0\x49\x8a\x10\xdb\xf0\x20\x58\x87\ -\x2d\x78\x4a\x45\xe9\xc4\x22\x04\xc1\x32\x82\x45\xec\x7a\x95\xcd\ -\x39\x2e\x98\xf7\x8e\xc3\x3f\xcc\x9f\x04\x00\x00\x00\x00\x00\x00\ -\xd8\x83\xa1\x0d\x1e\xcf\xd7\xb5\x26\x73\x92\x43\x87\x3e\x5b\x5a\ -\x6a\xa9\xb7\xcb\xf9\x74\xff\x0e\xc7\xf6\xea\x4f\x9f\x4f\x92\xe3\ -\x30\x8e\x73\x1b\xae\x06\xd8\x9b\xd5\x00\x43\x32\x25\x79\x77\xe8\ -\xb2\xb5\xa5\x96\x32\xf5\x2e\x01\x00\x00\x00\x00\x00\x00\x00\xfc\ -\xde\x07\x14\x76\x12\x08\x9a\xf1\x83\x66\x00\x00\x00\x00\x49\x45\ -\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\x68\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x1a\x49\x44\x41\x54\x58\x85\xed\ -\xc1\x01\x01\x00\x00\x00\x82\x20\xff\xaf\x6e\x48\x40\x01\x00\x00\ -\x00\xef\x06\x10\x20\x00\x01\x47\x01\xa0\x88\x00\x00\x00\x00\x49\ -\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\x85\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\x37\x49\x44\x41\x54\x58\x85\xed\ -\x93\xbd\x4a\x03\x51\x10\x46\xcf\x6c\xb6\xb1\x10\xb1\xb0\x8f\xb5\ -\x20\xa8\xab\xa5\x8d\xa5\x85\x9d\x9d\x98\x04\x21\x85\x4f\x20\x08\ -\x9a\xc2\xc6\x17\xf0\x87\xe0\x6e\x6b\xc4\xce\x5a\xb0\x4d\xd2\xf8\ -\x02\x92\x54\x62\xa5\x4d\x22\x48\xdc\xcf\xc6\x84\x60\xb7\x77\x61\ -\x1b\xef\xe9\x06\xe6\xe7\x70\x67\x2e\x78\x3c\x9e\xff\x8e\x65\x49\ -\x96\x64\x49\x97\x14\x80\x90\xf9\xea\x8a\x7d\xe4\x15\x08\xb2\x24\ -\x9f\x4e\x0b\x8f\x78\x6f\xb5\x54\x2a\x54\xa0\x61\x96\x62\xec\x8e\ -\xe3\xc1\x22\xa3\x42\x05\x00\xaa\x91\xdd\x09\xce\xc6\x71\xdc\xd1\ -\x73\xa1\x02\x00\xb5\x75\x3b\x46\x3c\xfe\x86\xcb\x71\x47\x17\xae\ -\x02\x99\x8e\xf0\x2f\x71\x47\x9a\x34\x12\xf5\xca\x86\x5d\x67\xed\ -\xe1\xf4\x02\x63\x7a\x11\x93\x23\x94\x71\x95\xb4\xb5\x59\xa8\x40\ -\xc3\x2c\x1d\xce\x30\x3b\x25\xf1\x54\xa8\x00\xc0\x02\x7c\x61\xf4\ -\x5c\xeb\x73\x09\x48\xb2\xc1\x27\x4d\x44\x19\x78\xfb\x2e\x51\x2e\ -\x54\x20\xe9\x72\x02\xec\x01\x43\x0b\xd8\x3e\x58\xb5\x7e\xd6\x1e\ -\xce\xbf\xe0\xa6\xab\x7d\x13\x09\x90\x2a\x60\xa7\xb6\x66\x0f\x2e\ -\x7d\x42\x97\xa2\xa4\xad\x2d\x44\x53\x00\xc6\xa1\xeb\x70\x70\x58\ -\x41\xd2\xd6\x92\x8c\x7b\x41\x28\x38\xaf\x46\x76\xe9\x3a\x3c\xb3\ -\x80\x24\x53\x40\x0b\x98\x03\x6e\xfb\x11\x47\x79\x86\x83\xcb\x0a\ -\xc4\xab\x89\x17\x0d\xa8\x34\xcc\xd2\xbc\x02\x1e\x8f\xc7\xf3\x03\ -\xa6\x7c\x60\x92\x08\x52\x17\x3f\x00\x00\x00\x00\x49\x45\x4e\x44\ -\xae\x42\x60\x82\ -\x00\x00\x01\x9f\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\x51\x49\x44\x41\x54\x58\x85\xe5\ -\xd6\x3f\x4e\xc3\x30\x14\xc7\xf1\xef\x73\xaa\x72\x83\x64\x60\xaa\ -\x98\x0a\x55\x25\x26\xe6\x86\x03\x20\xc1\x49\x11\x0b\x12\x52\x7b\ -\x87\x50\xda\x29\x62\x42\x55\x3b\x71\x00\x1a\xb3\x60\x04\x49\xa3\ -\xd8\xae\x1d\x06\x3c\xda\x4f\xf9\xfc\xe4\x3f\x4f\x81\xff\x3e\xa4\ -\x4f\x2c\x1d\x4d\xb2\x81\xc8\xbd\x16\x79\xdb\x94\xc5\x1d\x80\xea\ -\x13\x4f\x94\x2c\xb4\x70\x25\x5a\x9f\x9a\xf9\x5e\x02\x18\x1c\x18\ -\x03\xeb\x0f\xad\x6f\xcc\x5a\xf4\x23\xa8\xe3\xfb\x4a\xcf\x76\xaf\ -\xcb\x6d\x2f\x01\xba\xf0\xa8\x01\x6c\xf0\x68\x01\x6c\xf1\x28\x01\ -\x5c\xf0\xe0\x01\x5c\xf1\xa0\x01\x7c\xf0\x60\x01\x6c\xf1\xec\x6c\ -\x9a\x2a\xf4\x23\xc8\xfb\xa6\x2c\x72\x08\xd0\x88\x1c\xf1\x39\x70\ -\x09\x0c\xcd\xfc\x51\x01\x3c\xf0\x0b\x60\x59\xc1\xad\x59\xf3\x3e\ -\x02\x7f\x5c\xae\xb7\x65\xb1\x3b\x2a\x40\x28\xdc\x2b\x80\x23\xbe\ -\x00\xce\x81\x97\x0a\xc9\xeb\xb8\x73\x80\xd0\xb8\x53\x80\x18\x38\ -\x58\xbe\x02\x5b\x3c\x1d\x4d\x32\x17\x1c\x2c\x76\xc0\x05\x4f\x94\ -\xcc\x5d\xf0\xce\x00\x9e\xf8\xaa\x42\x66\x87\x70\xa7\x4e\x18\x09\ -\x6f\x74\xc2\x41\x8f\xb8\xb9\x1b\xbf\x3a\x61\x63\x07\x1c\x71\xf3\ -\xd1\x56\xfc\xc0\xc5\x6c\xef\x84\x1e\xf8\x18\x58\xed\x2b\x9d\xfb\ -\x5e\x4c\xa9\x15\x87\xc6\xbf\xeb\xda\x76\xc8\x1c\x81\x4a\x94\x3c\ -\x75\xe1\x80\x24\x4a\x1e\xba\xf0\x7a\x5d\x1b\xfe\x33\x00\xc0\x09\ -\xf0\xdc\xf1\x27\x23\x08\xc3\xaf\xba\x36\xbc\x51\x67\xd3\x0f\x4c\ -\x18\x9b\xd6\x2c\x81\xeb\xfe\x76\x7c\x02\x72\x89\xa2\x9c\xa9\x07\ -\x90\x5e\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x04\xba\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x04\x6c\x49\x44\x41\x54\x58\x85\xe5\ -\x97\x4b\x6c\x94\x55\x18\x86\x9f\xef\x9f\xb6\x80\x8d\x60\x0c\x0b\ -\x54\x4a\x69\x03\x5e\x48\x75\x01\xd3\x52\x17\x5e\x40\x02\x09\x08\ -\x54\xa3\x35\x44\xa4\x37\x08\x44\x13\x17\x26\x28\x28\xb1\x12\xb0\ -\xd6\x8d\x09\x48\xc0\x9a\x96\x32\xb1\xab\x9a\xd8\x40\xa5\x28\x89\ -\x04\x56\xd0\xce\x00\x21\x41\x83\x21\x81\x82\xa5\xd5\x98\x18\x15\ -\x8a\xa6\xed\x9c\xd7\xc5\x5c\x98\x4b\x2f\x33\xc5\x1d\xef\xe6\xcf\ -\xf9\xae\xef\x39\xe7\xfb\xcf\x77\x0e\xdc\xeb\xb0\x6c\x8c\x0f\xf6\ -\xa8\xc0\x3c\x2a\x24\x96\x01\x05\x06\xb3\x01\x0f\xb8\x01\xf4\x19\ -\x9c\x52\x98\x8e\x9a\x72\xbb\xfc\xbf\x12\x08\x04\x55\x16\x86\x46\ -\x83\x25\x19\xc6\x0d\x9a\xd8\x5e\x5d\x66\x3f\xdc\x15\x81\xa6\x90\ -\x66\x4c\x11\x07\x04\xeb\xa2\xa2\x01\x41\xa7\x19\xc7\x3c\xe3\x4a\ -\xd8\x18\xf0\x0d\xe3\x64\xcc\xc2\x63\xae\x73\x2c\x37\x63\x2d\x50\ -\x18\xb5\xef\x1a\x09\x53\xbb\xa9\xdc\x7e\xcb\x9a\x40\xf3\x59\xcd\ -\xf3\x1c\x47\x0c\x9e\x00\x06\x10\xf5\xbd\x83\xb4\xee\x5c\x62\x23\ -\xe3\x91\xae\x97\xbc\xc2\x10\xaf\x19\xec\x06\x8a\x81\xeb\xce\xb1\ -\xa6\x6e\xb1\x5d\xc8\x98\x40\x4b\x8f\x8a\x7d\x46\xb7\x60\x26\x70\ -\x38\x37\xcc\x86\xf5\xe5\xf6\xf7\x78\x89\x53\xb1\xf7\xb2\xa6\xdc\ -\xff\x27\xfb\x81\x5a\x60\xd0\x83\x67\xaa\x4a\xed\xfc\x84\x04\xda\ -\xce\x68\xfa\x70\x0e\xa7\x11\x0b\x30\xf6\xf4\x2e\xe2\x9d\x9d\x66\ -\x2e\x9b\xe4\x31\x48\xb2\xd6\x20\xdb\xcc\x68\x30\xe8\xf3\x19\x65\ -\x6f\xf8\x6d\x20\xd1\x26\x27\xd5\x69\xd8\xc7\x3e\xc4\x02\xa0\x73\ -\xb4\xe4\x07\x7b\x54\x80\xc7\x46\x4f\xac\x94\x98\x83\xe1\x80\x6b\ -\x18\x47\x73\xa0\x39\x31\x81\x99\x49\x52\x63\x20\x48\xb1\x8c\x8d\ -\x23\x8e\x36\x49\xcb\xcc\x4c\xa3\xae\x40\x4b\xb7\xfc\x9e\x47\x10\ -\xf8\x7d\xc8\x98\xbf\xd9\x6f\x7f\xc5\x74\xf5\x92\x57\x18\xe4\x3d\ -\x33\x3e\x04\xa6\x8e\x31\xe9\x41\x33\xde\xaf\x5a\xc4\xe7\x89\x49\ -\xda\x2f\x2a\x6f\xf0\x1f\x2e\x00\x8f\x03\xab\x6a\x4a\xad\x2b\xa6\ -\xf3\x12\xbd\x7d\x1e\x9f\x44\x69\xed\x4a\x4d\x5e\x14\x22\x60\x46\ -\xc3\x38\xc9\x01\xf2\x25\xf6\x1c\x0a\xb1\x5f\x52\x7c\x72\x95\x25\ -\x36\x84\xf8\x20\x3a\x6c\x4c\xd4\xc5\x09\x7c\x15\xd2\x43\x82\x17\ -\x80\x3f\xf2\xa7\xd2\x94\x18\xb5\x28\xc8\x0e\xc1\x7a\x44\xa6\xd8\ -\x72\x28\xc8\xdb\x89\x82\xea\x52\x3a\x80\x4b\xc0\x93\x07\x7b\x78\ -\x2a\x8d\x40\xd8\xb1\x9a\xc8\x96\x1c\xad\x2c\xb1\xa1\x98\xbc\xa5\ -\x47\xc5\x32\x76\x00\xd9\x9d\x9b\xc6\xc7\x2d\xe7\xf4\x70\x7c\x68\ -\x26\xc1\x11\x00\xcf\xe3\xa5\x34\x02\x18\xcf\x47\xbf\xdf\x25\xc7\ -\xe1\x4d\x20\x37\x8b\xd4\x31\xe4\x7b\x61\x36\x25\x49\x3c\xbe\x07\ -\x40\x2c\x4d\x27\x00\x05\x00\x5e\x98\xab\x49\x04\x8c\x55\x93\x48\ -\x1e\xf1\x85\x17\x93\xc6\x43\x5c\x89\x2a\x66\xa7\x11\x50\x54\xe8\ -\x1c\xf1\xdf\x28\x5a\x2c\xc5\x93\x25\xa0\x3b\x47\x32\x00\x37\x67\ -\xc6\x63\x3f\x12\x2b\x44\x2f\xcd\x2b\x01\x1f\x81\xd9\x04\x36\x13\ -\xc0\x37\x5e\xec\x64\x02\xe2\x06\x00\x79\xcc\x8a\x89\x76\x9a\x39\ -\xc1\xb5\xbb\x20\x70\x3d\x71\x70\xdf\xcd\x68\x6c\xa3\x3f\x76\xc0\ -\x25\xce\xee\x17\x00\x39\x8a\x52\x82\x74\x31\x79\x24\xf9\xe6\xba\ -\xc8\x76\x9a\xe8\x8b\xc9\xee\xd4\x00\x9c\x8c\x2a\x57\x24\x3a\x29\ -\xcc\x17\xc0\x64\x7a\xc1\x90\xcf\xd1\x9c\x28\x70\x8e\xe5\x00\xce\ -\x38\x91\x4e\xc0\x47\x27\x44\xaa\xbe\x29\xa4\xf8\x6f\x57\x5b\x6e\ -\x3f\x01\x7b\x63\x2c\xb3\x40\xc3\x86\xc5\x16\xff\xa3\x24\x19\x1e\ -\x6b\x00\xcc\xd1\x91\x46\xa0\x6e\xa1\xf5\x23\x4e\x08\x66\xe6\xc2\ -\xc6\xa4\xa9\x18\xef\x02\x5d\x19\x1f\x44\xe2\xeb\x5e\x3f\xbb\x12\ -\x45\x81\x10\xab\xa3\x4d\xee\xc7\xea\x52\xe2\x77\x83\xd4\x0a\xdf\ -\x06\x60\xa2\xbe\xed\x8c\xa6\xc7\x84\x9b\xfd\x36\x3c\x64\x54\x60\ -\xec\x61\x9c\xed\x30\x18\x01\x1a\xf2\x7b\x59\x97\xd8\x45\xdb\x2f\ -\x2a\x4f\x16\xed\x33\x62\xfb\x98\xdd\x10\xa0\x35\xa4\x36\xc4\xeb\ -\xc0\xe1\x5e\x3f\x2f\xa7\xb6\xe3\xe6\xa0\x4a\x7c\xb0\x05\x58\x09\ -\xcc\x31\x90\x22\xed\xf8\x5b\x27\x0e\xd4\x95\xda\xcf\x49\x8b\x21\ -\xd9\xa1\x10\x07\x80\xcd\xc0\xc9\x6a\x3f\x4b\xc7\x25\xd0\x14\xd2\ -\x8c\x3c\x71\x86\x48\xeb\xfc\xac\xd7\xcf\xd6\xb1\x2e\x24\xed\xed\ -\xf2\x01\x54\x56\x5a\x78\x34\xbd\x24\x0b\x84\xd8\x2a\xf8\x14\xe8\ -\x77\x3e\x4a\xeb\x16\x5a\x7f\xca\xaa\xa5\xa3\xf9\xac\xe6\xf9\x1c\ -\xdd\xc0\x83\xc0\x37\xb7\xa7\x51\xf5\x56\x89\xdd\x1a\xcd\x76\x2c\ -\xb4\x5f\x54\xde\xe0\xbf\xec\x43\x6c\x02\x6e\x3b\xc7\x73\x75\x8b\ -\x2d\x94\x6a\x37\x66\x59\x05\xba\xf5\xa8\xf3\x38\x02\x3c\x86\x71\ -\xc3\x44\xfd\xd5\x5b\x04\x32\xb9\x94\x16\x05\x79\x45\x1e\xbb\x11\ -\xf3\x0d\xfa\x9c\xb1\xb6\xd6\x6f\xe7\x46\xb3\x1f\xb7\xae\x5b\xcf\ -\xeb\x01\x86\xf9\x12\xe3\xd5\xa8\x71\x1f\xa2\x53\x70\xcc\xe0\xca\ -\xc8\x08\x03\xbe\x69\x38\xc2\xcc\x92\x51\xe8\x39\x56\x08\xd6\x72\ -\xa7\x7f\x1c\x47\x54\xd5\x94\xd9\xaf\x63\xe5\xc8\xec\x61\xd2\xad\ -\xa7\x9d\x47\x23\xf0\x6c\x26\xf6\x82\xf3\x9e\xb1\xad\xda\x6f\xc7\ -\x27\xb2\xcd\xea\x69\xd6\x7a\x5a\x73\xc9\xa1\x02\x22\x4f\x33\x22\ -\x4f\x33\x1f\x91\x95\xe9\x13\x9c\x32\x8f\x8e\x1a\xbf\x5d\xca\x26\ -\xee\xbd\x8d\xff\x00\x35\x85\xaf\x92\x51\x2a\x4a\x71\x00\x00\x00\ -\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x04\x4b\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x03\xfd\x49\x44\x41\x54\x78\x9c\xed\ -\x9b\x5f\x68\x14\x57\x14\xc6\xbf\x33\x91\x4d\x5b\x49\x41\x0d\xed\ -\xce\x4a\x68\xb2\x3b\x9a\x0a\xbb\x2b\x68\xe9\x6b\x45\xaa\x45\xc1\ -\x56\x42\x11\x1f\x04\x41\x2d\x15\x7c\x6a\x29\x82\x7d\x50\x41\x05\ -\x4b\xa1\x0f\x2d\xf4\x1f\x2d\xf4\x41\x5a\xf4\xc9\x4a\x51\x89\x14\ -\x02\x3e\x28\x48\x4b\x4d\x36\x0a\x3a\x59\x83\xb5\xee\x44\xd0\x60\ -\x55\x4c\x9b\xcc\x1c\x1f\x54\xd4\xb9\x37\x98\xc5\x7b\xcf\x5c\x61\ -\x7f\x6f\x3b\x84\xfb\x7d\xf7\x9b\x73\xcf\xdc\x3b\x9b\x05\x5a\xb4\ -\x68\xd1\xc2\x00\xf9\x62\x79\xb7\x5f\xaa\x4e\xf9\x41\x75\x32\x5f\ -\x2c\xef\xca\xda\xcf\x4c\x21\x53\x03\xf9\xa5\x4a\x0c\xc0\x7b\xf0\ -\x91\x99\x78\x79\x14\xd6\x06\x4c\x8d\x6f\x0b\xef\xe9\x7f\x32\x53\ -\xf8\xf1\xb1\x88\x98\x8e\xf8\xa5\xca\x52\x73\xe3\xdb\xc1\x60\x00\ -\x48\x52\x9f\x3b\x00\x3e\x5e\xe8\xa9\xf6\x1a\xd4\x30\x8e\xc1\x00\ -\x88\x35\xd7\x3a\xd9\xe3\x13\x85\x52\xb9\xcb\x9c\x8e\x59\x4c\x56\ -\xc0\x74\x74\x31\x51\xbf\xbf\x70\x69\xa7\x80\x56\xd3\x48\x04\x00\ -\x30\x5e\x47\xfc\xff\xb1\xce\xde\xde\x0e\x11\xbd\x26\xb0\x19\x40\ -\x7a\x49\xbc\x91\x9b\xca\x1d\x0e\x82\xa0\xdd\xa2\x66\xd3\xd8\x0c\ -\x20\x41\x2a\x04\x06\x96\xdf\xe1\x97\x7e\xc6\xb2\x65\xb3\x2c\xea\ -\x36\x85\xed\x25\x90\x00\x9c\xaa\x04\xee\xf3\x2f\xdf\xf8\x16\x06\ -\xf7\x20\xcf\x82\x40\x0f\x20\xa5\x12\x40\xbc\x39\x5f\xaa\xec\xb7\ -\xaf\xfd\x74\x64\x9a\xa0\xba\x47\x00\x01\xdb\x0b\xa5\xca\x76\x21\ -\xfd\x69\x91\x0a\x00\x00\xe2\xf4\x05\x06\x3e\x2b\x04\xd5\x2d\x82\ -\x1e\x14\x24\x03\x00\xc0\x4a\x25\x30\xf3\x77\x7e\xb1\xdc\x27\xeb\ -\xe3\x11\xc2\x01\x10\x6b\x42\xf0\x40\xf4\x4b\xa1\x58\x79\x5b\xd6\ -\xcb\x43\x71\x71\x88\xa1\xf6\x84\x1c\x03\x87\xf3\x3d\x8b\xdf\x94\ -\x76\x93\x41\x00\x00\xee\x3f\x15\x9e\x0c\x81\x30\x9b\xbc\xe4\xa8\ -\xbf\xa0\xbc\x48\xd2\x48\x56\x01\x00\xba\x10\x80\x79\x48\xe8\x84\ -\xdf\xb3\xe8\x35\x29\x13\x59\x06\x00\x00\xba\x9e\x30\x1f\xde\xac\ -\xfe\x57\x4b\xd5\x57\x24\x0c\x64\x1d\x00\x1e\x34\xc6\xf4\xb9\x61\ -\xa1\x07\x3e\x36\x37\x08\x5e\xb6\xad\xee\x40\x00\x80\x76\xb7\x08\ -\x2c\x69\xe7\x17\x8f\x74\x77\x77\xbf\x60\x53\xd9\x91\x00\x00\x68\ -\x0e\x4f\x00\xde\x9a\x68\xeb\x38\x68\xf3\xf0\xe4\x52\x00\x80\x26\ -\x04\x02\xde\xf5\xff\xbe\xfe\x03\x2c\x79\x75\x2d\x00\x40\x5f\x09\ -\x1b\xfd\x62\xe5\x73\x58\x38\x41\xba\x18\x00\xa0\x39\x3c\x81\xf0\ -\xb1\x1f\x54\x77\x98\x16\x72\x35\x00\x00\x88\x95\x42\x60\xde\xe7\ -\x97\x2a\x1f\x9a\x14\x71\x39\x00\x40\x57\x09\xc0\x37\xf9\xa0\xfa\ -\xbe\x29\x01\xc7\x03\xd0\x1e\x9e\x88\x98\xbf\x32\xa5\xe0\x78\x00\ -\x80\xbe\xef\xb1\xb1\xc7\xe2\x73\x10\x80\xea\x91\x89\x7e\x34\x35\ -\xb8\x33\x6f\x67\xa7\xa1\x2d\x7d\x81\x89\xb6\x45\xe1\xe0\xd7\xa6\ -\x04\x1c\xae\x00\x56\x27\x0f\xec\x34\x39\x79\xc0\xd9\x00\xd8\x53\ -\xd7\x3e\x7d\x19\x8d\x0c\xed\x35\xad\xe4\xe2\x12\xf0\x00\x7a\x72\ -\xf6\x8c\x03\x8d\xfa\xe0\x47\x50\x77\x88\x26\xc4\x5c\x82\x3d\xa4\ -\x6e\x3d\x11\xfd\xd6\x98\x93\xdb\x04\xfd\x9e\xe0\x99\x71\xa8\x02\ -\x58\xbd\xf3\xc0\x49\x6f\x62\xf6\x3a\x84\xa7\x26\x6d\xa9\x3a\x12\ -\x80\x66\xf2\x84\xb3\x13\x49\x6e\xcd\xf8\x95\x53\x77\x6d\x2a\xbb\ -\x10\x00\xa5\x27\xcf\x40\x98\xc4\xfc\xce\xf8\xa5\x3f\x6e\xda\x16\ -\xcf\xb8\x07\x30\xa5\x3d\x30\x70\x15\x71\xdb\x8a\x6b\x97\x6a\x63\ -\x12\x0e\x32\x0c\x80\x09\xa0\xb4\xfe\x38\xc8\x5b\x19\x8d\xfe\x35\ -\x2a\xe5\x22\xab\x00\xd4\xc9\x33\xee\x24\x44\xab\xa3\xf0\xec\xb0\ -\xa4\x91\x0c\x02\x50\xcb\x9e\x80\x49\x78\xdc\x37\x16\x0e\x9e\x96\ -\x76\x23\xdc\x04\xb5\x65\xcf\x09\xf1\x86\x28\xac\xf5\xcb\x7a\xb9\ -\x8f\xf4\x97\xa3\x3a\xbd\xad\x51\x58\x3b\x24\xeb\xe3\x11\x92\x01\ -\x28\x87\x1b\x10\x7f\xda\x18\x19\xfa\x5e\xd0\x83\x82\xd4\x12\x50\ -\x83\x66\x7c\xd1\x18\xa9\x65\xfe\x6f\x32\x02\x15\xa0\xd9\xdf\x03\ -\x3f\x35\xea\x43\x9f\xc0\xc2\xe1\xa6\x59\x6c\x07\xa0\xdb\xdf\xff\ -\x7a\xb5\x6b\xde\x07\x70\x60\xf2\x80\xdd\x25\xa0\xdc\x79\x00\x03\ -\xed\xf1\xad\xf5\x18\x18\x9a\xb2\xa8\xdb\x14\x36\x03\x48\x4f\xfe\ -\xcf\xff\xe8\xee\x7b\x8d\xd1\xd1\x09\x8b\x9a\x4d\x23\xf5\x14\xb8\ -\x90\x80\x56\xdd\x08\xc3\x7f\x85\xf4\x66\x8c\xc4\x53\xe0\x0a\x38\ -\x5e\x31\x56\x3f\x77\x4d\x40\xab\x69\x4c\xfe\x62\x44\xf7\x02\xff\ -\x3a\x3c\x5e\xd9\xa8\x9f\xbb\x6c\x4e\xc7\x2c\x26\x2b\x20\x1d\xe6\ -\x6d\xe6\x64\x55\x74\x71\xf8\xbc\x41\x0d\xe3\x98\xfc\xc5\xc8\xe3\ -\xef\xec\xd8\x63\x5a\x1b\xd5\x87\xcf\x98\x1b\xdf\x0e\x26\x9b\xe0\ -\x3e\x66\xc4\xcc\x88\x89\xb0\xe7\x9f\xfa\xe0\xef\x06\xc7\x6e\xd1\ -\xa2\x45\x0b\x2b\xdc\x03\x12\xe9\x1c\xd8\x11\xe4\x6c\x03\x00\x00\ -\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\xc7\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x79\x49\x44\x41\x54\x78\x9c\xed\ -\xd0\xb1\x0d\xc2\x40\x10\x04\xc0\x3d\x8a\xb0\x68\x80\x86\x68\x01\ -\x11\xb8\x22\x07\xf4\x41\x31\x54\x60\x68\xe2\x49\x91\x3f\xb6\x2d\ -\xe1\x99\x70\x75\xc1\xde\x26\x00\x00\x00\x00\x00\x00\xc0\x11\xd4\ -\x32\xb8\x3c\xde\xd7\xb4\x4c\x49\x86\x1d\xfa\xac\xa6\x2a\x73\x52\ -\xb7\xd7\x7d\x78\xfe\xe6\xa7\xee\xf2\x0f\x9f\x4f\x92\xd6\x72\x6e\ -\xad\x4d\xcb\xbc\x1f\xe0\x60\xfa\x01\x2a\x63\x92\xcf\xf6\x55\xd6\ -\x55\x95\xb9\xaa\xc6\xbd\x7b\x00\x00\x00\x00\x00\x00\x00\x00\xdb\ -\xfb\x02\x2d\x66\x11\x08\xcf\x35\xd4\x0f\x00\x00\x00\x00\x49\x45\ -\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\x95\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x47\x49\x44\x41\x54\x58\x85\xed\ -\xce\xb1\x0d\x00\x20\x0c\x03\x41\x88\xd8\x1b\x66\x62\x8b\x14\x51\ -\x36\x02\x86\x30\x52\x9a\xbf\xde\xd6\xb7\x26\xf0\xc8\xe5\x91\x4b\ -\xf9\x30\x65\xfc\x03\x01\x04\x10\x40\x00\x01\x04\x94\x07\x0c\xfd\ -\xa2\x4f\x8f\xac\x09\x38\xd7\xb6\xf5\xa3\x5c\x00\x00\x80\x7a\x0f\ -\x7c\x42\x0c\x86\x9f\xe0\x4d\xb6\x00\x00\x00\x00\x49\x45\x4e\x44\ -\xae\x42\x60\x82\ -\x00\x00\x00\x78\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x2a\x49\x44\x41\x54\x58\x85\xed\ -\xce\x41\x01\x00\x20\x0c\xc4\xb0\x0d\x2f\x98\x9e\x43\x54\x80\x8c\ -\xe3\x91\x18\x68\xab\x00\x80\xb0\xde\x73\x6e\x72\x60\x25\xe3\x00\ -\xc0\x17\x1e\xda\xa2\x02\xab\x66\xd1\xb4\xd5\x00\x00\x00\x00\x49\ -\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\x4c\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\xfe\x49\x44\x41\x54\x78\x9c\xed\ -\xd6\x21\x4e\x03\x41\x18\xc5\xf1\xf7\x75\xb3\x09\x54\xa0\xc0\x73\ -\x81\x26\xa4\x41\x8c\xa8\x58\x07\x07\xe0\x1c\x18\x0e\x40\x38\x40\ -\x2f\x81\x47\x92\x80\x5b\xb9\x62\x4d\x6f\x50\xd5\xa4\xa9\x43\x40\ -\x61\xe9\x0c\x96\xcc\x00\x6e\xa7\x09\xfb\xff\xc9\xf7\xad\x78\xfb\ -\xcc\xae\x04\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0c\x82\xfd\x75\ -\x0c\x21\x58\x5d\xd7\x45\xae\x32\x7d\xa8\xaa\xca\x9b\x99\xff\xed\ -\xfe\xe3\x00\x6d\xdb\x1e\xef\x54\xcc\x65\x76\x25\x69\xdc\x5b\xbb\ -\x3c\xb6\x26\x3d\x7e\x98\xbf\x9e\x4d\xa7\xab\xf8\x98\x0c\xd0\x34\ -\xcd\x91\x95\x07\x0b\x49\xa7\x39\xda\x65\xb4\x09\x5d\x31\x71\x6e\ -\xb2\xfe\x1e\x8e\xe2\xa7\x46\xe5\xe1\x9d\xfe\xdf\xcb\x4b\xd2\x89\ -\x95\xbb\x79\x1c\x26\x03\x04\xe9\x22\x4f\x9f\x7d\x08\x97\x71\x92\ -\x0c\x30\x34\xc9\x00\x26\x3d\xef\xa3\x48\x1e\xf6\x14\x27\xc9\x00\ -\xbe\x7b\xbb\x95\xb4\xcc\x51\x27\xb3\x4d\xe8\x8a\x9b\x38\x4c\x06\ -\x70\xce\xbd\xe8\xf3\xfd\x5c\x21\xdc\x4b\x7a\xcd\x52\xad\x5f\x5b\ -\x93\x1e\x3a\xf3\x67\xf1\x17\x40\xe2\x47\x08\x00\x00\x00\x00\x00\ -\x00\x00\x00\x00\x18\x8a\x2f\xb3\x1f\x3c\xc0\x6d\x5c\x7a\x58\x00\ -\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x03\x8b\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x03\x3d\x49\x44\x41\x54\x78\x9c\xed\ -\x9a\xc1\x4f\x13\x41\x14\xc6\xbf\xb7\x5b\x84\x68\x29\x22\x92\xd2\ -\x4a\x22\xd0\xf5\x40\x2d\xc4\xa3\x67\x8d\x1a\x3d\x78\x33\x1a\x62\ -\x62\x42\x62\xd4\xf0\x07\x18\xfe\x03\xbc\x1a\xd0\xe8\x81\xa3\x31\ -\x12\x0f\x7a\x90\x83\x7a\xd3\x84\x98\x98\x18\x5a\x89\x87\x56\x0e\ -\x36\x40\x4b\x04\x91\x6a\xc0\xb2\xfb\xbc\x10\x13\xbb\xdb\x2d\xdd\ -\xdd\xe9\x58\x77\x7f\xc7\xd9\xe9\x7b\xdf\x7c\x9d\x9d\x7d\x99\x19\ -\x20\x20\x20\xc0\xcf\x90\xdb\x00\xdd\xc9\x64\xb8\x65\x4b\x1d\x63\ -\xc2\x25\x00\x29\x00\xad\xee\x65\xb9\x62\x1b\x40\x86\x18\x33\xe5\ -\x36\x7d\x6a\x75\x61\xa1\x64\xd7\xd9\x95\x01\xf1\xfe\xd4\x19\x56\ -\x68\x1a\x40\xaf\x9b\x38\x02\xc9\x93\xc1\xa3\x4b\x8b\x99\x97\xd5\ -\x3a\xa8\x4e\x23\xc7\x07\x52\xa3\xac\xd0\x13\x00\x1d\x4e\x63\x34\ -\x80\x08\x88\x46\x22\x9d\xd1\x2f\x9b\xeb\xc5\x0f\x56\x1d\x1c\xcd\ -\x80\x98\x96\x3a\x0b\xa6\x59\x00\x8a\x2b\x79\x8d\x43\x27\x83\xcf\ -\x5b\xcd\x84\xba\x0d\xe8\x4e\x26\xc3\xa1\x6d\xf5\x13\x80\x23\x9e\ -\x48\x6b\x1c\xf9\x9d\x56\x7d\xb0\x72\x4d\xa8\xfb\x1f\x6c\xd9\x52\ -\xc7\xd0\x7c\x83\x07\x80\xde\x5d\xed\x7f\x51\xb7\x01\xbb\xab\x7d\ -\x53\x62\xa5\xdd\xc9\x3b\x9c\xf2\x40\x8b\x2c\x4c\xda\x43\x0e\x82\ -\xd8\x7e\xe7\x97\x73\x69\xd7\xb5\x85\x1b\x62\x89\x21\xb6\x79\x6c\ -\xd2\xde\x2c\xab\xb8\x30\x02\x03\x64\x0b\x90\x4d\x60\x80\x6c\x01\ -\xb2\x09\x0c\x90\x2d\x40\x36\xbe\x37\xa0\x66\x21\x74\xf8\xe8\x60\ -\xac\x25\x14\xba\x05\xe0\x34\x01\x51\xbb\x2a\x03\x00\xe2\x89\xa1\ -\xac\x53\x31\x06\xc0\x04\xe4\x19\xf4\xe2\x17\xfd\x7c\xb0\x96\xcd\ -\x7e\x77\x1a\x6b\xaf\xd8\x56\x6d\x71\x6d\xf8\x22\x33\x4f\x03\xe8\ -\x12\x2d\xc4\x04\x63\xd1\x50\x68\xa4\x90\x9d\x9f\xab\xe7\x67\x35\ -\x2a\x41\x53\xa5\x5a\xf5\x15\xe8\xd1\x86\x26\x98\xf9\x19\x64\x0c\ -\x1e\x00\x08\xfd\x0a\xf3\x9b\xd8\x40\xea\xa6\xc8\x34\x96\x06\xc4\ -\x13\xa9\xcb\xc4\xb8\x2d\x32\xf1\x1e\x51\x41\x34\x19\xd5\x86\x4f\ -\x8a\x4a\x60\x32\xa0\xa7\xef\x44\x1f\x83\x1e\x8a\x4a\xe8\x00\x55\ -\x31\xf8\xd1\x21\x4d\x8b\x88\x08\x6e\x32\x80\x54\x7d\x1c\x80\x90\ -\x64\x8e\x21\xf4\xef\xe3\xfd\x37\x44\x84\xb6\x7a\x05\x2e\x88\x48\ -\xe4\x16\x02\x0b\xd1\x65\x65\xc0\x3f\xb9\xc5\xcd\x82\x74\xd5\xbd\ -\x21\xa2\x42\x3f\x26\x42\x88\x8e\x90\x06\xf0\x6c\xb5\xe7\x8a\x07\ -\x87\x38\x56\xd4\x6d\x40\x3e\xb7\xe0\xb8\xd0\xb1\xa3\x37\x91\x84\ -\xee\xfc\x98\xc2\x31\xbe\x2f\x85\x03\x03\x64\x0b\x90\x4d\x60\x80\ -\x6c\x01\xb2\x09\x0c\x90\x2d\x40\x36\x81\x01\xb2\x05\xc8\x26\x30\ -\x40\xb6\x00\xd9\x04\x06\xc8\x16\x20\x1b\x27\xf7\x03\xa4\xc0\x40\ -\xa2\xd6\x8e\xef\x1e\xd8\xae\x6c\xf0\xdb\x0c\xc8\x54\x36\xf8\xca\ -\x00\x62\xcc\x54\xb6\xf9\xc9\x80\x7c\xb9\x4d\x9f\xaa\x6c\xf4\x8b\ -\x01\x3a\x19\x3c\x6a\x75\x6f\xd8\x0f\x06\xe8\xc4\xb8\x5e\xed\xbe\ -\x70\xd3\x7c\x05\x1c\x52\xf3\xb2\xf4\xff\x68\xc0\x9f\xeb\xf2\x7a\ -\x98\x26\x0b\xf3\xe9\x1f\x76\x9d\x4d\x5b\xcd\x1e\x7c\x6b\x85\x40\ -\x40\x6e\x29\x97\xd6\xbc\x8e\x6b\xb5\x06\xac\x7a\x9d\xc4\x0b\x18\ -\x28\x88\x88\x6b\x65\xc0\x2b\x11\x89\x3c\xe0\xb5\x88\xa0\x26\x03\ -\x14\xc3\xb8\x43\x40\x59\x44\x32\x17\x7c\x2d\xef\xec\xdc\x17\x11\ -\xd8\x74\x14\xb3\xf9\x6d\xb5\x10\xee\x8a\x96\x00\x9c\x13\x91\xd0\ -\x09\x44\x74\xa5\xb0\xf8\xf1\xbd\x88\xd8\x96\x67\x51\xa5\xb5\xe2\ -\xbb\xf6\xce\xe8\x71\x10\x92\x22\x92\xd6\x05\x61\x62\x39\x9b\xbe\ -\x27\x2a\x7c\xb5\xc3\x38\x2e\xad\x17\x9f\xb6\x77\x45\x37\x08\x38\ -\x65\xd3\x4f\x24\x1b\x4c\x7c\x6d\x25\x9b\xb9\x2b\x32\x89\xdd\xc0\ -\xb8\xb4\x56\x9c\x8b\x1c\xec\x7e\xce\x44\x1d\x00\x7a\x00\x1c\x10\ -\x29\x66\x97\x3c\x80\xc7\xac\xab\x57\x57\x3e\xcf\xbf\x6d\x40\xbe\ -\x80\x80\x00\x1f\xf3\x1b\x78\xf5\xd8\xfa\x07\xe1\x60\xa9\x00\x00\ -\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x04\xe8\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x04\x9a\x49\x44\x41\x54\x58\x85\xc5\ -\x97\xd9\x76\xe2\x46\x10\x86\xbf\x66\x11\x12\x60\x50\x9c\xc4\x9e\ -\xf1\x24\x39\x59\xde\xff\x9d\x72\x31\x9e\x49\x1c\xcf\x18\x6c\x23\ -\x19\x24\xa8\x5c\xd4\xdf\xa8\x91\x71\x72\x97\xd4\x39\x1c\x89\x56\ -\xd7\xf6\xd7\xd6\x0d\x58\x09\x16\xf8\xcf\xc9\x02\x58\x19\xa4\x7c\ -\x09\xac\x21\x58\xf7\x91\x4b\x20\x1a\x96\x25\xef\x93\x44\x4a\x5c\ -\xb3\x64\x6d\x9b\xac\xed\xf4\x7e\x00\x1e\x7a\xf2\x97\xc0\x3a\xf4\ -\x16\x0e\xc0\x05\x30\x00\xaa\x44\x59\x90\x11\x13\xd8\x0d\x21\x8c\ -\x81\x71\xcf\xa5\x16\xac\x81\xac\x95\x11\x51\xb9\x01\x0d\x90\x4b\ -\xfe\x23\x30\x3c\x75\xd8\xf7\x2d\xc0\x7e\x11\x34\x63\xb0\x99\xd6\ -\x33\xb0\xf7\xf0\x50\x82\xe5\x60\x13\xb0\x82\x57\x64\x85\xbe\x4d\ -\xb5\xf7\xca\x79\xc1\xd7\x2c\x93\xec\x5f\xc1\x2e\xfa\x10\x02\xf6\ -\x01\xf8\x24\x24\x0c\x78\x01\x0a\xd8\xbd\x87\xec\xa3\xbc\x00\x58\ -\xc8\x8b\x73\x94\x7e\x9b\xc0\xee\x06\xb2\x5b\x21\x92\x4b\xdf\x1a\ -\xb8\x81\x70\x0b\x30\x92\xf2\x80\xc3\x3e\x96\xf2\x1b\xe0\xde\x19\ -\xb2\xfb\x44\xf9\x04\x0f\x91\x71\x1a\xf7\xe8\xcc\x4c\xca\xf4\xcb\ -\xbe\xc2\xa6\x80\xd9\x18\x78\x07\x7c\x94\x8e\x41\x0f\x01\xfb\x4e\ -\xff\x2b\x08\x15\xd8\xb5\xbe\xfd\x09\xcc\x1d\x8d\xd5\x0c\x4a\x5c\ -\x70\xa8\xcf\x03\x60\x73\xa0\xc5\xf3\xa5\xd2\xf3\x80\x27\xf4\x0e\ -\x78\xc2\xe3\xff\x0d\xb0\x82\xb0\x19\x25\xdc\x63\x29\xcf\xe5\xdd\ -\x1a\xb8\x92\xc5\x39\x94\x4f\x82\x71\x02\x66\x1d\x0f\x24\x08\xe5\ -\xc0\xb3\x94\x95\x42\x38\x03\xee\xf0\xf0\x64\x10\x9e\x12\x07\x3b\ -\x28\xdc\x52\x9b\xc0\xcb\xb5\x18\x83\xa0\x5c\x48\x68\xa4\x39\x1e\ -\x86\xb9\xf8\x07\xfa\x1f\xd7\x22\x6d\xc4\xbb\x93\xac\x00\xdb\xf7\ -\x4a\xcc\x63\xee\xc5\x10\xbc\x73\x41\x15\x30\xfd\x8c\xc7\xb2\x96\ -\xf5\x23\xc1\x56\x43\x75\x09\xd3\xb5\x23\x75\x8e\x6c\x21\x99\x35\ -\x30\x95\x03\x53\xba\xd2\x1b\x49\xf6\x1c\x0f\xc1\x97\x14\x81\x09\ -\xb4\x2f\x49\x6d\x16\x8a\xb5\xe1\x96\x5d\xc3\x74\xe5\x48\xbd\x49\ -\xb1\xce\xbf\x17\x8f\x09\x89\x58\xb6\x2d\x3c\x36\x78\xe8\xfa\x21\ -\x68\x4a\x58\x3c\x74\xc6\x30\x54\x3e\xe4\x78\xd2\xfc\x25\xc1\x85\ -\xfa\x41\xee\x49\x67\xb3\xee\x3f\x05\x9e\x37\x5f\x61\x73\x29\xde\ -\x3c\x91\x09\x2c\x9e\x49\x42\x15\x0d\xc8\xbc\x8b\x91\x0b\xc6\x52\ -\x1e\xb4\x62\x5c\xe1\x89\xf6\x20\x48\x73\x3d\x83\xa0\x9d\xba\x0c\ -\xa6\xae\x9c\x06\x66\x0f\xda\xd7\xe2\x3d\xe5\x12\xef\x31\x43\x68\ -\x4c\xfb\x63\x1f\x20\x40\x50\xd7\x0a\x8f\xde\xb9\x82\x32\xdb\x0c\ -\x82\xfa\xbb\x35\x12\x36\x06\xee\x7b\xbd\xfd\xca\x8d\x8e\x7c\xb4\ -\x60\x7b\x7f\x86\x1d\xd8\x33\x5e\x86\x03\xba\x24\x3f\xa9\x82\x61\ -\x52\xdf\x49\x93\xa9\xd3\x3d\xda\xc7\xbd\x7b\x63\xe9\x30\xbb\x4b\ -\x1c\x8a\x94\x4e\x59\xc9\x0c\x55\xe7\x6c\xc7\x30\x82\xf1\x21\xf1\ -\x86\xe4\xbd\x4d\x84\x8c\x80\xc6\x3d\xb7\x35\xea\x4c\x78\x46\x5b\ -\xd2\x1f\x52\x4a\x1d\x78\x35\x3d\x07\xc9\x73\x7f\x86\xb9\x4f\x87\ -\x9e\xc0\x3e\x9d\x6b\xcf\x96\xbc\xbf\xda\x17\x85\xed\xa0\x51\x57\ -\x0b\xd6\x6d\x0e\x06\xf5\xb0\x67\xc0\x30\x81\x7d\xa5\xdf\x32\x99\ -\x27\x7d\x83\x4f\x46\x6e\xdf\x98\x94\xa1\x55\x29\xf5\xac\x2d\xfa\ -\x75\xdf\xe2\x09\xa7\x79\x1e\x62\xdb\xbe\xa6\x3b\x03\x44\x0a\xaf\ -\xdf\xad\x00\x3b\xee\x8b\x39\x60\xca\x70\x53\x19\xce\x34\x58\xc0\ -\x4b\xb3\x94\xe2\x02\x6f\xb9\x6a\x36\x96\x42\xdc\x00\xdf\x4a\xb8\ -\x49\xb6\x0e\x21\x16\x3b\x20\x32\x76\x1f\xf9\xa2\x01\x3b\x08\x43\ -\x95\xdb\xd6\x0f\x24\x34\xfe\xdf\xc0\x33\x7f\x23\x21\x9f\xff\x61\ -\x1a\xee\x38\x9e\x76\xd6\x25\x2c\xef\x3a\x07\x79\xc0\x4b\x38\xee\ -\xd9\xc1\x49\x08\xc6\x75\xe2\xf5\x16\x35\x0a\x51\x05\x2f\x3f\xc9\ -\xf3\x73\x99\x7e\xb4\x40\x1e\x7e\x80\xe5\x53\xb7\xbc\x2a\xa4\x1c\ -\x37\x6c\xbc\x89\x5f\x06\x09\xe3\x06\xea\xb2\x63\xa2\xf6\x86\x14\ -\x0f\x1a\xf9\x2d\x3e\xdd\xfa\x67\xc1\x94\x22\xd4\x7f\xe0\xed\x36\ -\xf8\xb3\x4c\x86\x57\x36\x93\x31\x27\x21\xd8\xfb\xe6\xe2\x19\xec\ -\x86\x6e\xe0\x14\xf8\x49\xe6\x77\x3c\x9e\x7b\xa0\x74\xa4\xea\x41\ -\x97\xa0\xf5\x50\x02\xd5\x21\x8f\x7b\x7f\xc6\xbb\x9f\x8e\x77\x2c\ -\xa1\xb8\x95\xcc\x6d\x6a\x00\x6e\x40\x78\x06\x1b\xd0\xc5\x7c\x24\ -\x6f\x0e\x10\x36\x60\x2d\xf0\x0c\xe1\xe5\x3c\x00\x36\x77\x19\xa0\ -\x83\xeb\x67\x7c\x96\x6c\x24\x73\xe5\xf9\xd3\x45\x31\x0d\x41\xe3\ -\x93\x2d\x3c\x42\x7d\xe1\x9e\xb2\x96\xf5\x5b\xe5\xc7\x71\x8c\xbe\ -\x4d\x36\x56\xe8\x1a\x3c\xd1\xd6\xc0\x25\x54\x33\x47\xc3\x66\x5a\ -\x3f\x09\xc1\x57\xe0\x07\xdf\x6c\x4b\x60\x06\x2f\x41\x93\x74\x42\ -\x67\xb2\x0e\x97\x55\x05\x85\xd1\x75\xcf\xd8\xac\x0a\x3c\xdb\x77\ -\x38\xf3\xc2\x8d\xaf\xa7\x30\x9d\xe3\x13\x76\xe3\x8e\x87\x4d\x62\ -\x40\x30\xb0\x03\x5e\xeb\x01\xf8\x04\x45\x34\x86\x0e\x56\xf0\x30\ -\x4c\x75\xf4\x36\x21\x18\xe2\x1c\x59\x38\x82\xc7\xbd\x17\x6e\xcc\ -\xf4\x8b\x64\xc5\xd9\x72\xee\x50\x63\x17\xba\x34\xf4\x2f\x26\x0b\ -\xa8\x7e\xec\x2e\x23\xff\x76\x31\x01\xe7\xad\x3e\x74\x65\x7d\x72\ -\x31\xf9\xed\xcc\xc5\xe4\xd8\xdb\xf7\x82\x6d\x20\x2b\x33\x1c\xfe\ -\x81\x7f\x6f\x32\x79\x30\x84\x71\x7a\xf7\xcb\x75\x30\x6e\x7d\xd4\ -\x8e\x6a\xbc\x67\xec\xc5\xdb\xd0\x0d\xa6\x35\xc9\xd5\xec\x8d\xcb\ -\x69\xf4\xe2\x98\x70\xc3\xe4\x7d\xa2\xf7\x09\x6c\x35\x3b\x26\x95\ -\x94\x18\xdd\xe5\x54\x06\xb9\xb0\x18\xf3\x9e\xc3\x6b\xf8\x9f\xaf\ -\xe7\x7f\x03\x88\x7c\xd3\x3b\xed\x32\x4f\xdf\x00\x00\x00\x00\x49\ -\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\x36\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\xe8\x49\x44\x41\x54\x78\x9c\xed\ -\x9b\xb1\x0d\xc2\x40\x14\xc5\xde\x31\x44\xe6\x40\x42\x62\x10\x56\ -\xa0\x62\x22\xb6\x60\x10\x24\x24\x66\x48\xc5\x14\x84\x22\xa1\x83\ -\xea\xee\x62\x24\xec\xea\x17\x5f\x39\x7f\xf7\x49\x44\xe4\x9f\x29\ -\xbd\x1f\xb8\xde\xee\x87\x29\x39\x2f\x8f\x9d\xf6\xbb\xed\xa5\xe5\ -\x7e\x2d\x9b\x9e\x1f\x4f\x92\xe5\x98\x21\xc9\xf0\x3e\xac\xe5\x7e\ -\x2d\xdd\x03\x64\x3e\xe6\xd3\xdc\x6a\xbf\x8a\x35\x02\xfc\x34\x06\ -\xa0\x05\x68\x0c\x40\x0b\xd0\x18\x80\x16\xa0\x31\x00\x2d\x40\x63\ -\x00\x5a\x80\xc6\x00\xb4\x00\x8d\x01\x68\x01\x1a\x03\xd0\x02\x34\ -\x06\xa0\x05\x68\x0c\x40\x0b\xd0\x18\x80\x16\xa0\x31\x00\x2d\x40\ -\x63\x00\x5a\x80\xc6\x00\xb4\x00\x8d\x01\x68\x01\x1a\x03\xd0\x02\ -\x34\x06\xa0\x05\x68\x0c\x40\x0b\xd0\x18\x80\x16\xa0\x31\x00\x2d\ -\x40\x63\x00\x5a\x80\xc6\x00\xb4\x00\x8d\x01\x68\x01\x1a\x03\xd0\ -\x02\x34\x06\xa0\x05\x68\xd6\x08\xf0\xf8\x32\xb7\xda\xaf\xa2\xff\ -\x5f\x63\xcf\xe9\x98\x94\x31\x29\xe3\x3c\xb7\xdd\x17\x11\xa9\xe1\ -\x05\xeb\x44\x28\x20\xda\x47\xe8\xb9\x00\x00\x00\x00\x49\x45\x4e\ -\x44\xae\x42\x60\x82\ -\x00\x00\x04\x00\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x03\xb2\x49\x44\x41\x54\x78\x9c\xed\ -\x9b\xcd\x6b\x13\x41\x18\xc6\x9f\x37\x1b\x50\x84\xd6\x68\xed\xa6\ -\xf1\xa3\xa4\x5a\x28\x6a\x88\x85\x7a\xf1\x22\x05\xbf\x0e\x4a\x6f\ -\xa5\x07\x5b\x3c\x78\x17\x6f\x42\x0f\x16\x05\x11\xbd\xa9\xff\x80\ -\x15\x2f\x45\x4f\x45\x0f\x7e\x1c\x3c\x54\x05\x51\xa8\x25\x44\x2a\ -\x2d\x09\xf5\x23\x26\x6a\x14\xad\x62\xa4\xd9\xd7\x83\x8b\x6c\x66\ -\x37\x69\x93\xd9\x64\x5a\x3b\xbf\xdb\xbc\xf3\xee\xcb\x33\x0f\xbb\ -\x33\xcb\xee\x0c\xa0\xd1\x68\x56\x33\xb4\xa4\xac\xde\xde\x60\x64\ -\xee\x53\x1f\x11\x0d\x30\xb0\x17\xc0\x16\x00\x6b\xea\xaa\xac\x7a\ -\x0a\x00\xde\x11\xf0\x9c\x99\xc7\x32\xed\x9b\xc6\xf1\xe8\xd1\xc2\ -\x62\x17\x2d\x6a\xc0\xe6\x8e\xd8\x21\x0e\xd0\x15\x00\x3b\xfd\x50\ -\xd9\x40\x92\x64\xf1\xe9\xf7\xa9\xc4\x83\x4a\x49\x46\x85\x3e\x8a\ -\x74\xc6\x87\x41\xb8\x0e\xa0\xd5\x57\x69\x8d\xa1\x15\x44\x43\x4d\ -\x2d\xe6\xef\xf9\x7c\xee\x71\xb9\xa4\xb2\x06\x44\x3a\xe3\xc3\x60\ -\xbe\x50\x1f\x6d\x8d\x84\x0e\x34\xb5\x98\x85\xf9\x7c\x6e\xc2\xb3\ -\xd7\x2b\x68\xdf\xf6\xf7\x85\xf0\x17\x02\xce\x16\x83\x74\x37\x3b\ -\xdd\x35\x07\xdc\x2a\xfa\xae\x55\x8a\x7e\x23\xdc\x35\xdd\x6e\x2c\ -\xf0\x51\x06\xce\x03\xd8\xe0\xec\x25\x8b\x0f\x7b\x3d\x0e\x6e\x03\ -\x7a\x7b\x83\x91\x37\x9f\xa7\x50\xfa\xcc\x3f\x2c\x5a\x3c\x98\x4b\ -\x25\xb2\x7e\xcb\xae\x07\x66\x47\x2c\x6c\x04\xe8\x26\x80\x83\x8e\ -\x70\x32\xb3\xad\x65\x8f\x38\x31\x06\xc4\x8b\x23\x73\x9f\xfa\xe0\ -\x1c\x3c\x21\x6f\x81\x8e\xaf\x94\xc1\x03\x40\x2e\x95\xc8\x16\x2d\ -\x1e\x04\xf0\xc5\x11\xde\x65\x8f\xad\x04\x97\x01\x44\x34\x50\xd2\ -\x66\x8c\x64\x67\xa7\x72\xfe\xcb\xac\x2f\xb9\x54\x22\x4b\xe0\x11\ -\x67\x4c\x1c\x1b\xe0\x61\x80\xbd\xce\xff\xa3\x18\xa4\xbb\xfe\xcb\ -\x6b\x0c\xc5\x60\xe0\x8e\x10\xea\x11\x73\x5c\x06\xe0\xef\x4b\xce\ -\x3f\xfe\x4e\x78\x2b\x13\x51\x3b\x03\x5b\xc5\x1c\x2f\x03\x84\x37\ -\xbc\xe5\x36\xdb\x57\x83\x4b\xbb\xeb\xed\xd5\xcb\x80\x55\x85\x36\ -\x40\xb5\x00\xd5\x68\x03\x54\x0b\x50\x8d\x36\x40\xb5\x00\xd5\x68\ -\x03\x54\x0b\x50\x8d\x36\x40\xb5\x00\xd5\x68\x03\x54\x0b\x50\x4d\ -\xd0\x8f\x22\x91\xce\xd8\x61\x80\x2e\x83\x11\xc7\x52\xff\x35\xd4\ -\x0e\x83\xe9\x25\x02\xd6\x99\xcc\x4c\x42\xfc\x6e\x59\x35\xd2\x77\ -\x40\xdb\x8e\xf8\x09\x30\xdd\x03\x63\x0f\xea\x3f\x78\x00\x20\x10\ -\x77\x83\xe9\x5e\xdb\x8e\xf8\x09\xd9\x62\x52\x06\x44\xa3\xdd\x21\ -\x02\x5f\x93\x15\x51\x2b\x04\xbe\x1a\x8d\x76\x87\x64\x6a\x48\x19\ -\xf0\xcb\x28\xee\x03\xd0\x24\x53\x43\x92\x66\x5b\x43\xcd\xac\xfa\ -\x49\x50\xca\x80\xb5\x45\xe3\x29\x80\x6f\x3e\x69\xa9\x85\x6f\xb6\ -\x86\x9a\x91\x32\x20\x9d\x9e\xfc\xca\xa0\x53\x32\x35\x64\x60\xd0\ -\xa9\x74\x7a\xf2\xab\x4c\x0d\xe9\x47\xe0\xc3\xec\xd4\x28\x88\x8f\ -\x80\x69\x12\x00\xcb\xd6\x5b\x02\x0c\xc2\x4b\x10\x1f\xf9\x30\x3b\ -\x35\x2a\x5b\xcc\x97\xf7\x00\x7b\x3d\x96\x5e\x93\x55\xa0\x27\x41\ -\xd5\x02\x54\xa3\x0d\x50\x2d\x40\x35\xda\x00\xd5\x02\x54\xa3\x0d\ -\x50\x2d\x40\x35\xda\x00\xd5\x02\x54\xa3\x0d\x50\x2d\x40\x35\xda\ -\x00\x8f\x58\xa1\xb4\xd9\x5f\x69\x3f\xf1\x32\xc7\xa5\xbd\x20\x66\ -\x78\x19\xf0\xce\xd9\x08\x77\x4d\xb7\xfb\x29\xa9\x91\x88\xda\x09\ -\x78\x2b\xe6\xb8\x37\x4a\x02\xcf\x9d\x6d\x63\x81\x8f\xfa\x2f\xad\ -\x31\x18\x0b\xd6\x31\x21\xf4\x42\xcc\x71\x6f\x94\x64\x1e\x2b\x69\ -\x03\xe7\xcd\x8e\x58\xd8\x67\x6d\x75\xc7\xec\x88\x85\x19\x74\xce\ -\x19\x13\xc7\x06\x78\x18\x90\x69\xdf\x34\x0e\xe0\x95\x23\xb4\xc1\ -\x08\xd0\xcd\x95\x64\x82\x63\xb3\xb4\x73\xc7\x78\xd2\x1e\x5b\x09\ -\xee\x09\x2e\x9d\xb6\x9a\x43\xe6\x6b\x10\x0d\x39\xa2\xdb\x03\x44\ -\x27\x9b\x37\x9a\x3f\xd7\x99\x6d\x1f\x7f\x7c\xde\xff\x1d\x48\x36\ -\xe2\xfb\x5f\x15\xf4\x1b\xe1\xae\x60\x74\x7d\xa8\x75\x88\x88\x6e\ -\x03\xd8\xed\xec\x25\x8b\x8f\x7f\x9f\x7c\x36\x23\x5e\x55\xf6\x57\ -\xd6\xff\x73\x60\x02\x00\xf1\x70\x66\x26\x71\xd1\xab\xab\xec\x12\ -\x37\x9f\xcf\x4e\x34\xb5\x98\x05\x80\x0e\xd4\x4f\x59\xdd\x61\x30\ -\x86\x33\xb3\x89\x4b\xe5\x12\x2a\xae\xf1\xf3\xf9\xdc\x44\x73\xc8\ -\x7c\x02\xa2\x1e\xac\xbc\x73\x43\x49\xb2\x78\x30\x93\x4a\xdc\xa8\ -\x94\x54\xf5\xb1\x39\x00\x3d\xf6\xae\xeb\x65\x77\x6c\xce\x5e\xe7\ -\x5f\x54\x73\x6c\x4e\xa3\xd1\xac\x6e\xfe\x00\x0e\x68\x15\x77\x7a\ -\x46\x11\x16\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\xce\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x80\x49\x44\x41\x54\x78\x9c\xed\ -\xd9\xc1\x0d\x80\x20\x14\x05\x41\xb0\x0b\xce\x9c\xed\xbf\x07\x9b\ -\xc2\x32\xd6\xc4\x99\x06\xfe\xcb\x86\x1b\x63\x84\xd6\xbe\xcf\xda\ -\xf7\x29\x37\x5c\xe5\xf1\x2f\x10\xa0\x1e\x50\x13\xa0\x1e\x50\x13\ -\xa0\x1e\x50\x13\xa0\x1e\x50\x13\xa0\x1e\x50\x13\xa0\x1e\x50\x13\ -\xa0\x1e\x50\x13\xa0\x1e\x50\x13\xa0\x1e\x50\x13\xa0\x1e\x50\x13\ -\xa0\x1e\x50\x13\xa0\x1e\x50\x13\xa0\x1e\x50\x13\xa0\x1e\x50\xfb\ -\x7d\x80\x59\x1e\xaf\xbf\xc6\xc7\xa8\x5f\xc0\x3c\x4f\x7a\x1f\x00\ -\x00\x00\x00\x00\x00\x00\xfe\xe1\x05\xdc\x6d\x06\x42\xdf\x28\x3b\ -\x83\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\x85\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x37\x49\x44\x41\x54\x58\x85\xed\ -\xce\x41\x11\x00\x40\x08\x03\x31\xe6\xfc\x7b\x40\x10\xa2\x7a\x22\ -\xe0\x99\xfd\xb7\x93\xaa\x45\x3d\x49\x4f\xb2\xf9\x78\x9b\xf1\x45\ -\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x1f\ -\x2b\xb6\x07\x0f\xdc\x75\x71\xcd\x00\x00\x00\x00\x49\x45\x4e\x44\ -\xae\x42\x60\x82\ -\x00\x00\x02\x14\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\xc6\x49\x44\x41\x54\x58\x85\xed\ -\xd6\xb1\x6b\xd4\x60\x18\xc7\xf1\xef\x93\x04\x2b\x14\x54\x5c\x8e\ -\x58\x05\xbd\x3b\x11\x42\x8d\x75\x74\x70\x94\x2e\x75\x2a\xc5\x45\ -\xd0\xd5\x41\xfa\x17\x88\x88\xff\x80\x28\x38\x8b\x38\x08\xe2\x76\ -\x88\xc5\xd1\xc1\x59\x1a\x23\x42\x7b\x57\xf0\xbc\x72\x4b\xa5\x43\ -\xc1\x93\xcb\xfb\x38\x24\x69\x1d\x73\x49\x78\x33\xe8\x33\xbf\xef\ -\xf3\xfb\xbc\xef\xf3\x12\x02\xff\x7a\x49\x91\x45\x7e\x27\xfc\xa9\ -\xa8\x78\x93\xa4\x3d\x1c\xc6\x7b\x75\x02\x9c\x62\xcb\xf4\x94\xc0\ -\xc9\xe9\x9c\xdb\x6b\x85\xe1\x7c\x03\x80\xb4\x04\xae\x39\x07\xe6\ -\x6d\x10\x04\xc7\x1a\x01\x64\x8c\xe5\xbd\x89\xf7\x12\xd6\xdc\x06\ -\x00\x6a\x00\x15\xf4\x96\xdf\xfd\xfa\x8c\x82\x6f\xa8\x46\x80\x28\ -\xa8\xa6\x16\xb9\xe7\x77\x2e\x3f\xb2\x0c\xc8\x11\x18\x50\x80\x07\ -\x7e\x3b\x5c\xb7\x0c\x00\x40\x41\x4c\xe6\x79\xe2\x77\x17\x6f\xdb\ -\x06\x64\x08\x52\x84\xca\x8b\x56\x7b\x71\xc5\x36\x20\x43\xa8\x02\ -\xae\x23\xf2\xc6\xbf\x10\x5e\xb7\x0d\x20\x1b\x85\x02\xc7\x71\xb4\ -\xb7\x70\x31\x58\xb2\x0c\x00\xd2\x51\x28\x70\xc2\x18\xf7\xfd\xd9\ -\x4e\xd0\xb5\x0d\xf8\x1b\xd1\x4a\x70\x3f\x9c\xbb\x74\xf5\x8c\x6d\ -\x40\x8e\x00\x38\x3f\x4d\xa6\xef\x9a\x00\x1c\x95\x72\xa5\x09\x40\ -\xde\x6f\xc7\xf3\xbc\x85\x22\x1b\xbc\x9a\xc3\x05\x18\xbb\x24\x37\ -\xbe\x7f\xdb\x1c\xd9\x04\xe4\xe1\xfb\x8e\x31\xcb\xc3\x41\xbc\x35\ -\xcb\xc6\x8a\xa5\x79\xf8\x2f\x8c\xdc\xfc\x31\xf8\xf2\x79\x96\xdd\ -\x55\x6f\x40\x40\x04\x48\x8c\xea\xda\x78\xb0\xf9\x71\xd6\x06\x15\ -\x6e\x40\xe5\x70\xbf\xe8\xdd\x71\x3f\xea\x95\xe9\x52\x16\x70\x18\ -\x2e\xe8\xfa\xee\x56\xf4\xaa\x64\x9f\x32\x80\xfc\xe4\x02\xf0\x78\ -\xb4\x1d\x3d\x2d\x1b\x0e\x33\xbf\x01\x15\x90\xf4\xe4\xaa\xcf\x47\ -\xfd\xe8\x61\x95\xf0\x12\x80\x34\x5c\xd1\xd7\xbb\xfd\xe8\x3e\xd9\ -\x6f\x51\x95\x2a\x33\x82\x8d\xd3\x73\xe6\x0e\x47\xdf\x7d\x7b\x00\ -\x85\x4f\x66\xde\x59\x8d\xe3\xf8\x77\x1d\xe1\x50\x70\x04\x0a\xfb\ -\x80\x78\x93\x64\x65\xb8\x1d\x1f\xd4\x15\xfe\xbf\x00\xfe\x00\x2b\ -\x83\x8e\x69\x89\x5a\x50\x0c\x00\x00\x00\x00\x49\x45\x4e\x44\xae\ -\x42\x60\x82\ -\x00\x00\x00\x86\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x38\x49\x44\x41\x54\x58\x85\xed\ -\xce\xb1\x11\x00\x30\x08\x03\x31\x2e\x63\x50\x53\x33\x23\xa3\x67\ -\x08\x28\xf5\xbd\x7d\x8a\x58\x94\xd5\x93\xd5\xb3\xf9\x78\x9b\xf1\ -\x45\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ -\x1f\x48\xa9\x02\x17\xd3\x2b\x2f\x98\x00\x00\x00\x00\x49\x45\x4e\ -\x44\xae\x42\x60\x82\ -\x00\x00\x01\x33\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\xe5\x49\x44\x41\x54\x78\x9c\xed\ -\x92\xb1\x0d\xc2\x30\x14\x05\x9f\x19\x22\x4c\xc0\x42\xac\x10\x51\ -\x30\x11\x05\x3b\xb0\x10\x1d\x55\x98\x02\x8a\x44\x54\xa9\xb0\x9d\ -\x43\xe2\x4e\x8a\xe4\xe2\x2b\xbe\x7f\x72\x22\x22\xff\x4c\xe9\x7d\ -\xc1\xe1\xfa\x3c\xe6\x95\xcb\x72\xdb\xf9\x7e\xda\xdf\x5a\xce\xd7\ -\xb2\xeb\xf9\xf3\x24\x59\x96\x19\x92\x0c\x9f\xc5\x5a\xce\x57\xd2\ -\x3f\xc0\xbc\xcc\xda\xb9\xd5\x7c\x15\x5b\x04\xf8\x69\x0c\x40\x0b\ -\xd0\x18\x80\x16\xa0\x31\x00\x2d\x40\x63\x00\x5a\x80\xc6\x00\xb4\ -\x00\x8d\x01\x68\x01\x1a\x03\xd0\x02\x34\x06\xa0\x05\x68\x0c\x40\ -\x0b\xd0\x18\x80\x16\xa0\x31\x00\x2d\x40\x63\x00\x5a\x80\xc6\x00\ -\xb4\x00\x8d\x01\x68\x01\x1a\x03\xd0\x02\x34\x06\xa0\x05\x68\x0c\ -\x40\x0b\xd0\x18\x80\x16\xa0\x31\x00\x2d\x40\x63\x00\x5a\x80\xc6\ -\x00\xb4\x00\x8d\x01\x68\x01\x1a\x03\xd0\x02\x34\x06\xa0\x05\x68\ -\x0c\x40\x0b\xd0\x74\x0f\x50\x4a\xa6\xb5\x73\xab\xf9\x5a\x36\x78\ -\x01\x65\x4c\xf2\x98\xbf\x32\xb6\x9f\x17\x11\xf9\x9e\x37\x02\xf1\ -\x1c\x38\x3e\x05\x87\xb1\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\ -\x60\x82\ -\x00\x00\x01\x81\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\x33\x49\x44\x41\x54\x58\x85\xed\ -\xd7\xbf\x4a\xc3\x50\x14\xc7\xf1\xef\xb9\x85\x74\x34\x2e\xf1\x19\ -\x32\x75\x10\xf2\x04\x42\xfb\x0e\x85\x82\xbe\x41\x9d\xd5\xc1\xee\ -\xed\x03\x08\xad\x04\xf2\x0c\x22\xf8\x00\x12\xe8\x90\x29\xef\xd0\ -\xc5\x38\x36\x60\x8e\x43\x1a\x49\xff\x64\x32\xc1\xc1\xfb\x1b\x0f\ -\x17\x7e\x1f\xee\x5d\xee\x81\xff\x1e\x39\x1c\x2c\xd7\x3a\x94\x82\ -\x5b\x20\x00\xdc\x96\x7a\x32\x20\x56\xc3\xfc\xe6\x52\x5e\x1b\x01\ -\xcf\xb1\xce\x54\xb8\x03\xb6\x40\x0a\x7c\xb6\x04\x38\x03\x7c\xa0\ -\x8f\x32\xbb\x0e\xe4\xe1\x08\xb0\x8a\x75\x84\xf0\x22\xf0\x66\x1c\ -\xc6\x93\x81\x6c\x5a\x2a\x07\x20\x4c\xd4\x2b\x72\x22\x85\x2b\x35\ -\x8c\xaa\x9b\x30\x3f\x27\x84\x29\xb0\xed\xa2\x1c\x60\x32\x90\x8d\ -\x71\x18\x03\xb9\x7c\x31\xad\xe6\xa6\x76\x26\x00\xd2\x2e\xca\xeb\ -\x08\x84\x74\xd7\x75\x04\x70\x69\xef\xcd\x9b\xa3\x64\x08\xe7\xa7\ -\x00\x7f\x12\x0b\xb0\x00\x0b\xb0\x00\x0b\xb0\x00\x0b\xb0\x80\x3a\ -\x20\xa3\xfc\xbd\x76\x1b\xc1\x45\xf9\x38\x05\x88\x01\x3f\x4c\xd4\ -\xeb\xaa\x3b\x4c\xd4\x43\xf1\x77\x5d\xfb\x00\x35\xcc\x81\x7e\x91\ -\x13\x75\x81\x78\x7a\xd7\x8b\x22\x27\x02\x1c\xed\xb1\xa8\xe6\x7b\ -\x8b\xc9\x2a\xd6\x47\x84\x7b\x20\x47\x48\x51\xb2\x56\xda\xcb\x6b\ -\xf7\x01\xa7\x71\x31\xa9\xb2\x5c\xeb\x70\xf7\x6f\x0f\xea\xbf\xd7\ -\x5f\xa5\x7c\xf3\x58\x7b\x2c\x0e\x57\x33\x9b\x6f\x70\x15\x5f\x26\ -\x9a\x45\x5d\x65\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\ -\x00\x00\x01\x9f\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\x51\x49\x44\x41\x54\x58\x85\xed\ -\x94\xb1\x4a\xc3\x50\x14\x86\xbf\x13\x8b\x4e\x52\x1c\x9c\x2d\x08\ -\x2e\x42\xdb\x24\xd2\x08\x0e\x0e\x8e\x0e\x6e\x6e\xa2\x9b\xe0\x1b\ -\x08\x82\x93\x8b\x2f\xa0\x88\x83\x93\x60\xc4\xcd\x59\xd0\x2d\xa1\ -\xad\xc9\x0b\x88\x4e\xe2\xa4\x08\x56\x2c\x6d\x8e\x43\x69\x0b\x6e\ -\xb9\x81\x2c\xe6\x9b\xee\x81\x73\xff\xf3\x5d\xee\xe5\x42\x41\x41\ -\xc1\x7f\x47\xd2\x34\xab\xaa\x84\xed\x38\x01\x98\xb4\x74\xc6\xb6\ -\xed\x8f\xac\x02\x56\xca\xfe\x91\x70\x37\x91\x77\xdf\xf7\x27\x72\ -\x15\x10\x91\x04\xd5\xcd\x61\x3d\x37\xbf\xd0\xcb\x55\x00\xc0\x5b\ -\xb2\xaf\x41\x8e\x86\x75\xd0\x7a\x8c\x73\x15\x00\xf0\xdc\xda\x01\ -\x70\x37\xa8\xa4\x1a\x34\xa3\x13\x53\x81\x54\x8f\xf0\x2f\x41\x2b\ -\xd2\xe1\x5a\xd1\xdd\x65\xd7\x3e\xcb\x55\x40\x55\xad\xb0\x1d\xf7\ -\x47\x61\x62\xad\x36\x9c\xea\x43\x9a\x0c\xa3\x2b\x18\x0f\x94\xa4\ -\x33\x55\x9a\x1e\x0b\x25\xf7\x69\x33\x32\x09\x00\xcc\x42\x17\x78\ -\x36\xdd\x9f\x49\x40\x55\xe5\xeb\xa7\x77\x0e\x54\x10\xde\x7a\x92\ -\x54\x72\x15\x08\xdb\xd1\x21\xb0\x05\x74\x54\xad\xf5\x15\xc7\x79\ -\x49\x9b\x61\xfc\x08\x83\xe6\xe3\x36\x22\x17\x40\x02\x6c\x78\x6e\ -\xfd\xd6\x24\xc7\xe8\x2b\x0d\xdb\xf1\x1a\xe0\x03\x16\xc2\x9e\xe7\ -\xd6\x2f\x4d\x72\xc0\xe0\x0a\xc2\x28\x5a\x54\xd5\x1b\xa0\x04\x1c\ -\x7b\x4e\xfd\xd4\x74\x78\x6a\x01\x55\x15\xed\xe3\x03\x65\x85\xab\ -\x86\x53\xdb\xcf\x32\x1c\x06\xa7\x48\xcb\x2b\xf0\xf4\xfd\x59\xde\ -\x11\x91\x24\xab\x40\x41\x41\x41\xc1\x2f\xe7\x4a\x65\xb7\x0d\xca\ -\x84\x21\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\xf5\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\xa7\x49\x44\x41\x54\x58\x85\xed\ -\x97\xcf\x4a\x23\x41\x10\x87\xbf\xea\xc4\x78\xd2\x83\xe2\xce\x45\ -\x0f\x82\x1b\xc5\x17\x50\x50\xf6\x05\xb2\xec\x53\xf8\x07\x64\xcd\ -\x69\x31\x3e\x82\x11\xf6\x60\x14\x41\xe3\x45\x7c\x86\xbc\x80\xb0\ -\xa0\x2f\xb0\xa8\x08\x1e\xf4\xd2\x91\x5d\x58\x72\x32\x62\x97\x87\ -\xcc\x84\xc1\xc4\x91\x4d\x26\x2a\x38\xbf\x53\x53\x5d\xf4\xef\x9b\ -\xae\x66\xa8\x82\x8f\x2e\x79\x1a\x98\x3c\xb0\x73\xee\x41\x0a\x88\ -\xce\x02\x23\x31\xf9\xdc\xa2\x72\x62\x52\x5a\x3c\x5f\xf0\x7e\x3d\ -\x0b\xf0\x79\xdf\xfe\x00\x36\xdb\x81\xc5\x24\x27\xca\xda\xc5\xb2\ -\xf7\xb3\x05\x20\xbb\x57\x9d\x57\xd1\x63\xe0\x9f\x42\x3e\x63\xea\ -\x95\xdf\x0b\x63\x7f\xe3\x70\x9d\x3e\xb8\x1e\xaa\xbb\x4c\x4e\xa0\ -\x04\x0c\x1a\xc3\x97\xe0\x26\xd2\x41\x92\xc2\x1a\x20\x0a\xf9\xcb\ -\x25\xef\x28\x0e\xe3\x40\xfe\x87\x1c\x65\xcb\x56\x54\x39\x74\x0f\ -\x52\x00\xbe\x01\x98\x66\x56\xa3\xe6\x64\x4c\xbd\x12\xa7\x79\x58\ -\xe6\xee\xbe\xe2\x7b\xcd\x34\x63\xa1\xfd\x91\x10\x6d\x4f\x74\xf6\ -\x7d\xf4\x8f\xbf\xfc\xd4\x0e\xe0\x4d\x94\x00\x24\x00\x6f\x0e\x90\ -\x7e\x29\x61\x62\xdf\xae\x08\x6c\x00\x03\xff\x79\x76\x4d\x61\xfd\ -\x72\xc9\xdb\x8d\x4a\x8a\xbc\x81\xf1\xb2\xf5\x04\xb6\x3b\x30\x07\ -\x18\x10\x28\x8d\x97\xad\xd7\x31\xc0\x6b\x28\x12\xe0\x6a\xd1\xb3\ -\x0a\xab\x40\xad\x83\xb3\x6b\x0a\xf9\xab\x45\xcf\x46\x25\xbd\xf8\ -\x06\xfc\x1a\x46\xd6\xb1\x1b\xbd\xef\x12\x24\x00\x09\xc0\x6b\x03\ -\xdc\x42\xa3\x81\xec\x95\xd9\xd4\xce\xcd\xb0\xbf\xac\xb6\x02\xa8\ -\x9c\x00\xd4\x5d\x26\xd7\x2b\x00\xd7\xdf\x97\xf3\xbd\x4e\x83\x58\ -\xf3\x47\x64\x52\x5a\x74\x8e\xaf\x02\xa5\x6c\xd9\x8a\xb9\xbb\xaf\ -\x84\x7a\xb8\xae\x34\xb5\x73\x33\xec\xfa\xfb\x72\xaa\x6c\x01\xce\ -\xa4\xb4\x18\xec\xb5\x1b\x4c\x8a\xf4\xee\x6d\x3c\x3f\x98\x04\x0a\ -\x8d\x66\x33\x84\xba\xd7\x2e\x55\x45\xe5\xb4\xdd\x68\x96\xe8\x11\ -\x88\xd3\x89\xc0\x2a\x8d\xb2\x54\x00\x00\x00\x00\x49\x45\x4e\x44\ -\xae\x42\x60\x82\ -\x00\x00\x0a\x14\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x09\xc6\x49\x44\x41\x54\x78\x9c\xed\ -\x9b\x7d\x70\x54\xd5\x19\xc6\x7f\xef\xcd\x66\x63\x80\x88\x56\xc4\ -\x76\xd4\x91\x68\x65\x74\x14\x1d\xcd\x2e\x44\x86\x46\x63\xdb\xd1\ -\x5a\x3f\x8b\x93\x2a\x16\xb2\x01\x51\xd1\xaa\xad\x6d\x6d\x75\xa6\ -\x06\xac\x3a\x56\x2b\x52\x66\x1c\x8a\x98\x4f\x60\xda\xae\x33\xca\ -\xd4\x4e\x51\x66\x44\x2c\x16\x63\x76\x13\xc5\x89\x15\xc7\x56\x82\ -\x52\x6a\xab\xf5\x03\x36\x89\x64\xb3\xf7\xed\x1f\x1b\xf0\xde\xbb\ -\x77\xef\xbd\x9b\xec\x32\x9d\xca\x33\x93\x3f\xee\x7b\x9e\xf3\x9e\ -\xe7\xbe\x7b\x72\x3e\xde\x73\x2e\x1c\xc6\x61\x1c\xc6\x17\x19\x72\ -\x28\x1a\x69\xed\xd5\x63\x8d\x0c\x75\x0a\x33\x80\xd3\x80\x93\x11\ -\x8e\x42\x39\x52\xa0\x4c\x61\x2f\xb0\x57\xe1\x5d\x51\xde\x14\xe1\ -\xaf\x86\xc9\xd6\x05\xb3\x64\x67\xa9\xb5\x95\x2c\x00\xed\x49\x3d\ -\x05\x93\x98\x0a\x97\x03\x67\x8d\xd1\xcd\x4e\x84\x8d\x98\xb4\xc7\ -\xa2\x24\x45\x44\x8b\xa9\x11\x8a\x1c\x00\x55\x95\xf6\x04\x17\xa9\ -\x70\xa7\x40\x7d\x31\x7d\x0b\xf4\x99\xca\xf2\xb4\xc1\xba\x1b\x23\ -\x92\x2e\xa2\xdf\xe2\xa0\x23\xa9\xf5\xaa\x3c\xa4\x10\x29\x96\x4f\ -\x57\x08\xfd\x0a\x4b\x9b\x6a\xe8\x2c\x46\x8f\x18\x77\x00\xd6\x74\ -\xe9\x71\xa1\x10\x8f\xa0\x5c\xe7\x41\x33\x51\xfe\x02\x6c\xc1\x60\ -\x87\xc2\xdf\x65\x84\x8f\x30\xd8\xa7\x21\x32\x3a\x42\x55\x48\x98\ -\x6c\x2a\xd5\x18\x4c\x57\xe5\x3c\x81\x6f\x02\x95\x79\x3d\x2a\x5b\ -\x05\x96\xc4\x66\xca\x1b\xe3\xd1\x3f\xae\x00\x74\x24\x74\xa6\x09\ -\x1b\x80\xaf\xb8\x14\xef\x03\xfe\x24\xca\x33\xa2\x3c\xdb\x38\x4b\ -\xfe\x53\x88\xef\xf8\x36\xad\x1c\x0c\x73\xa1\x2a\x97\x01\x97\xe7\ -\x69\xe3\x33\x85\x85\x0b\xa3\xf2\xdb\xc2\xd5\x67\x31\xe6\x00\xb4\ -\x25\x75\x1e\x4a\x2b\x50\xe1\x22\x6a\x65\x45\x05\x0f\x5e\x77\x96\ -\x7c\x3c\x56\xff\x56\xc4\xfb\x34\x3c\x38\xc4\x62\x55\xee\x41\x98\ -\xea\x2c\x57\xb8\x7f\x57\x84\x7b\x96\x89\x98\x85\xfa\x2e\x38\x00\ -\xcd\xaa\x46\x75\x0f\xf7\xa9\x72\x97\xa3\xc8\x14\xa5\x35\x6d\xb2\ -\x6c\x71\xad\xec\x2e\xd4\x6f\x10\xb4\xbc\xa4\x55\x46\x05\x77\x08\ -\xfc\x58\x61\x92\xa3\x78\xc3\x60\x25\xf3\x6f\x39\x53\x52\x85\xf8\ -\x2c\x28\x00\xcd\xaa\xc6\xb4\x24\xeb\x81\x6b\x1c\x45\x7b\x0c\xb8\ -\xaa\x31\x2a\xdd\x85\xf8\x1b\x2b\xd6\x74\xe9\x09\xe5\x65\x3c\xed\ -\x1c\x70\x15\x5e\x0d\x67\xb8\xe0\x7b\xb5\xb2\x37\xa8\x2f\xa3\x90\ -\x86\xa7\x25\x58\x8a\xf3\xe5\x95\xae\x90\x10\x39\x54\x2f\x0f\xb0\ -\xb8\x56\x76\x4f\x48\x53\x87\xb0\xde\x6a\x17\x38\x67\xc4\x60\x7d\ -\x3c\xae\x65\x41\x7d\x05\x0e\x40\x6b\xb7\x7e\x17\xe1\xe7\x36\xa3\ -\xd2\xc1\x00\xf5\xf3\x23\xf2\xcf\xa0\x7e\x8a\x85\x86\xd9\x32\x14\ -\xab\x61\xbe\xc0\x4f\x81\x83\xd3\xa1\x0a\x97\xa6\xaa\x79\x20\xa8\ -\x9f\x40\xff\x02\x2d\xaf\x68\xc4\x30\xd8\x0a\x1c\x61\xa9\xb8\xae\ -\x31\xc2\x82\x52\xac\xce\x0a\x45\x5b\x42\x7f\x00\x3c\x6a\xb5\x09\ -\x34\xc6\xa2\xd2\xe9\x57\xd7\x37\x00\x1d\xaf\xe8\x31\x66\x19\xdb\ -\x51\x8e\xb7\x98\xbb\x49\x71\x7e\x53\xbd\x7c\x56\x88\xd0\xce\x1e\ -\x3d\x3d\x63\x72\x15\xd9\xa5\xf1\x09\xa3\x7f\x19\x60\x37\xca\x6e\ -\x31\xe8\x35\x32\x3c\x55\xe8\x1e\x40\x55\xa5\x23\x49\x8b\x42\x93\ -\xc5\x3c\xac\xc2\x79\x0b\x23\xd2\xeb\x55\xd7\x37\x00\x6d\x09\x6d\ -\x01\x16\x5a\x4c\x7b\xcc\x32\xa2\x8b\xce\x95\x3d\x41\xc4\xc5\xfb\ -\x34\x3c\x30\xc8\x12\x84\x9b\xc8\x6e\x84\x7c\xa1\xf0\xaa\x28\x2b\ -\x27\xf6\xb3\xb6\xa1\x41\x32\x41\xea\xac\x7c\x5b\x2b\xaa\x3e\x61\ -\x33\x30\xdb\x62\xee\xed\x4f\x31\x6b\x59\xbd\x8c\xe4\xab\xe7\x19\ -\x80\x96\xa4\xce\x31\x94\xad\x36\x6d\x06\xb3\x9b\x6a\xa4\x2b\x88\ -\xa8\xb6\xa4\x5e\x29\xca\xc3\x0a\x5f\x0d\xc2\x77\xc1\x6b\x6a\xf0\ -\xa3\x85\x35\xb2\x39\x08\x79\x4d\x97\x1e\x57\x5e\x46\x9f\xc2\x94\ -\x03\x36\x11\x6e\x8f\x45\x64\x65\xbe\x3a\x79\x03\x30\xda\xad\xfe\ -\xac\x30\xc7\x42\x5e\x17\x8b\xca\x7c\x3f\x21\xab\x93\x5a\x1e\x86\ -\x15\x28\x37\x07\x11\x1e\x00\xcb\xfa\x23\xdc\x1b\x64\xa1\xe3\x1c\ -\x0f\x04\x3e\x34\xc2\x4c\x5b\x70\xb6\x0c\xb8\xf1\xf3\xce\x02\x6d\ -\x09\xea\xac\x2f\x0f\xa4\x33\x4a\xb3\x9f\x80\xf5\xaf\xeb\xd1\x61\ -\x65\x63\x11\x5f\x1e\xa0\xb9\x3a\xc9\xef\x57\x27\x75\x82\x2f\x33\ -\xc5\x6f\x80\x77\x0f\x3c\x2a\x4c\xc9\xa4\xb9\x31\x1f\x3d\x6f\x00\ -\x44\xf8\x89\xed\x19\x56\x2f\x9a\x29\xef\x78\xb5\x1d\xef\xd3\xf0\ -\xf0\x7e\x36\x00\x5f\xf7\x15\x5a\x20\x14\xae\x0e\x2b\x9d\xcd\xaa\ -\x9e\x53\x77\x53\xbd\x7c\x46\xee\x0f\x75\x47\xbe\xb5\x81\xab\xb3\ -\xb6\x6e\xfd\x32\x70\xb1\xc5\x94\x4e\x67\xb8\xcf\x53\xa0\xaa\x0c\ -\x0e\xf2\x18\x50\xe7\xc5\x1b\x27\xe6\x9e\xd4\xe3\xdf\x0b\x27\xf6\ -\xb3\x16\xe1\xed\xcf\xc5\x71\x7c\xea\x14\xbe\xe1\xc6\x75\x8f\xa6\ -\xc1\x3c\xe0\xf3\x88\x29\x9b\x17\xd7\xca\xbf\xbc\x1a\x6d\x4b\x70\ -\x9d\x0a\xd7\xfb\x89\x1b\x2f\x44\xb9\xa7\xa5\x5b\x5d\x5f\xe6\x00\ -\x1a\x1a\x24\x83\xf2\xa4\xd5\x66\x98\x34\xba\x71\xdd\x03\x90\xdd\ -\x82\x5a\xf1\x07\xaf\x06\x57\x27\x75\x82\x18\x3c\xe8\xc5\x29\x26\ -\x0c\x61\xb9\xdf\x72\x57\xc5\xae\x59\xe1\x12\xb7\x3a\x39\x01\xe8\ -\xdc\xae\x13\xb1\xcf\xa5\x18\x06\x7f\xf4\x6a\xac\x1c\xee\x70\x2c\ -\x94\x4a\x8d\x19\x83\xd5\xc4\xbc\x08\xbb\x6a\x48\x00\xd6\x5e\x3b\ -\x79\xa8\x9a\x1a\x27\x2f\x27\x00\xe6\x7e\x6a\x81\xb0\xc5\xf4\x5a\ -\x63\x44\xde\x75\xf2\x0e\x20\x1e\xd7\x32\x51\x6e\xf3\x95\x5c\x64\ -\x28\xdc\xee\x55\x3e\x3a\x65\xda\x7e\x38\x53\x72\xf3\x94\x39\x01\ -\x50\x38\xd3\x61\xda\xea\xe4\x58\x31\x50\xcd\xd7\x80\x63\xbd\x38\ -\x25\xc2\x8c\xb6\x2e\x3d\xd5\x8b\xa0\xe2\xd0\xae\x9c\xe1\xe4\xe4\ -\x8e\x01\xc2\xe9\x8e\xe7\xb7\x73\x38\x76\x5c\xed\x53\x5e\x3a\x84\ -\x98\xeb\x59\x6e\xda\xb5\x0b\x8e\x77\xc3\x2d\x00\xca\x34\x47\x25\ -\xcf\xb9\x9f\x52\x67\x81\x3d\x20\x9a\xfb\x3f\x6d\x2b\x77\x68\x57\ -\xa8\x76\x72\xdc\x7a\x40\x95\xed\x59\xf9\xc4\xa7\x91\x43\x39\xf8\ -\xd9\xa0\xca\x09\x9e\x84\x81\x1c\xed\x55\x4e\x8a\xdb\x34\x68\x23\ -\x65\x4c\xf2\xe6\xd8\x9a\x55\x0d\x75\xcf\xd6\x1e\x12\x88\x78\x07\ -\x20\x76\x01\xfb\x05\xac\x3b\xc1\x70\xbc\x4f\xad\x03\x7c\x6e\x00\ -\xc4\xb1\x41\x0a\x85\xc8\x9f\xf0\xd8\x82\xe1\xe6\xe3\x50\x41\xa1\ -\x7c\xbc\x3e\x72\xa7\xc1\x6c\x3e\xff\xf3\x46\xcc\xdc\x6e\x73\x00\ -\xa3\xfb\x6c\xcf\x15\x62\x49\xa1\x78\x66\x9f\xdb\xb7\x50\xa1\x10\ -\xb2\x98\x86\x1b\xce\x94\x61\x2b\x27\xb7\x07\x28\xf6\x8c\xaa\x70\ -\x94\x8f\x88\x7f\xf8\x0a\x2d\x15\xc4\x3b\x00\x23\x95\x4c\x76\x98\ -\xf6\x39\x39\xb9\xeb\x00\x61\x97\xf5\xd9\xd4\xdc\x91\xd3\x81\x3e\ -\x9f\xf2\x92\x41\x7d\xda\x0e\x0b\x27\x3b\x2a\xf4\x3b\x39\x6e\x63\ -\xc0\x9b\x8e\x4a\x9e\x8b\x0d\x11\x9e\xf2\x2a\x2f\x29\x7c\xda\x56\ -\xc3\xa1\xdd\x60\x87\x93\xe3\x36\x80\xd9\x0e\x1b\x45\x6c\x49\x91\ -\xdc\x46\x52\x6c\x12\xf2\xcf\x14\x25\xc4\xae\xa6\x1a\x5e\xf5\x22\ -\x68\xae\xf6\x9c\x1e\x93\x13\x80\xc1\x4a\x5e\x06\xac\xe7\xef\xe7\ -\xae\xe9\xd2\xbc\xd3\xcd\x68\x66\xb8\xdd\x53\x6a\x69\xf0\xb8\x57\ -\x4a\xbe\x59\xd5\x40\xb9\xd4\x66\x14\xb6\x38\x79\x39\x01\x18\x3d\ -\x5b\x7b\xd9\x6a\x0b\x85\x1c\x8e\x1c\x30\xcb\xb8\x17\xf8\xd4\x5b\ -\x6f\x51\xf1\xde\xc4\xb4\xfd\x1c\xc0\x89\x69\x09\x6a\xb0\xaf\x51\ -\xf6\xf6\xef\x25\xe9\xe4\xe5\x9b\xc3\x6d\xbb\x28\x55\x2e\xf7\x6a\ -\x6c\xe1\xb9\xf2\x81\xaa\x77\xc6\xa8\x98\x50\xe5\xee\x86\xd9\x32\ -\xe4\xc5\x11\xec\x9a\x55\x78\xd6\x2d\x3d\xee\x1a\x00\xb3\x8c\xf5\ -\xc0\xc1\x0c\xac\xc0\x85\xad\xbd\xea\xb9\xe3\xdb\x35\xc0\x0a\x94\ -\xe7\x3c\x95\x17\x07\x6b\x9b\xa2\xf6\x33\x41\x27\x9a\x55\x0d\x15\ -\xfb\x26\x4d\x94\x0e\x37\xae\x6b\x00\x46\x0f\x3d\x36\x59\x4c\x15\ -\x46\x26\xe7\x38\xdc\x86\x65\xf5\x32\x42\x39\xd7\x00\x6f\x79\xf1\ -\xc6\x05\xa5\x8b\x14\x37\xf8\x1d\xc7\x55\x27\xb8\x16\xfb\x21\xcc\ -\xfb\xfd\x29\xdb\xfb\x1c\x44\xfe\xac\xb0\xf2\x2b\x7b\xdb\xdc\xf2\ -\x44\xaf\x9e\xe4\xd5\x70\xd3\x39\xf2\x89\xa9\x5c\x42\x09\x82\x20\ -\x90\x1c\x31\xb9\xd2\xef\x38\x2e\xde\xa7\x61\x15\x7e\xe1\xa8\xfb\ -\x68\xbe\xd3\xa1\xbc\x01\x68\x8c\xb2\x59\xed\x83\x61\xb8\xcc\x64\ -\xa9\x9f\xd0\x45\x33\xe5\x1d\x42\xd4\x82\x7b\xc4\xc7\x88\xdf\x4d\ -\x48\x53\xe7\x97\x98\x05\x48\x0d\x71\x03\xf6\x6d\xef\x47\x99\xfd\ -\xac\xca\xc7\xf7\x38\x17\x10\x15\xb8\xdb\x66\x54\x16\xb4\xf7\xa8\ -\xe7\x1e\x1c\xb2\x3d\xa1\x3f\xc5\xb7\x11\x7e\x86\xcb\xf2\x33\x28\ -\x04\x3e\x44\x58\x12\x8b\x30\xcf\x6f\xd0\x03\x58\x9d\xd4\x29\xa2\ -\xf6\x23\x7c\x11\x1e\x58\x34\x47\xf2\x6a\x08\x72\x38\xda\x09\x58\ -\x8f\xc3\xde\x1b\xc9\x10\x0d\xf2\x6b\x00\x74\x6e\xd7\xa9\xe6\x7e\ -\x96\xaa\xd0\x08\xf8\x9f\xec\x64\xf1\x29\xca\xaa\x61\x83\x07\x6f\ -\x8c\x48\xa0\xe9\x35\xde\xa7\xe1\x81\x21\x36\x01\xe7\x5b\xcc\xaf\ -\x0f\x0b\x11\xaf\x7b\x85\xbe\x01\xe8\xdc\xae\x53\x33\xc3\xbc\x0e\ -\x1c\x67\x31\x6f\xdb\x77\x14\x17\xde\x76\xaa\xec\x0f\x22\x0e\xb2\ -\xa9\xf3\xb0\xc9\xc5\xc0\x5c\x84\x19\x64\x13\x29\x5f\x1a\x2d\xfe\ -\x00\x61\x8f\x28\xbd\x02\x4f\x56\x56\xf2\xbc\x73\xd7\xe6\x87\xb6\ -\x84\xae\x02\x6e\xb2\x98\xd2\x06\xcc\xf1\xbb\xb9\x12\xe8\x82\x44\ -\x5b\x8f\xd6\x62\xb2\x05\xfb\x8d\xb0\xd6\x58\x84\xeb\xc7\x73\x41\ -\x22\xbe\x4d\x2b\xdf\x3f\x16\xb3\x90\x40\xba\xea\xeb\xd6\x9b\x11\ -\x1e\xb3\xda\x04\xae\x8f\x45\xa5\xc5\xaf\x6e\xe0\x4b\x52\x6d\x09\ -\x9d\x0f\xd8\x6e\x5c\x28\x3c\x3e\xa9\x92\x5b\x0b\xfd\xb5\x8a\x05\ -\x55\x95\x8e\x1e\x6e\x55\xe5\x51\xec\xe3\xd9\x8a\xa6\xa8\xfc\x30\ -\x88\x8f\xc0\xd9\x9c\xa6\xa8\xac\x55\x78\xc8\x6a\x13\xb8\x61\x60\ -\x88\x4d\xab\x93\x3a\x25\x5f\xbd\x52\x21\xde\xa7\xe1\xf6\x24\x6b\ -\x54\xf9\x35\xd6\xf7\x50\x9e\xeb\x4f\xd9\x0f\x76\xbd\x50\x50\x3a\ -\x6b\xd2\x4e\xee\x56\xe1\x69\x87\xf9\xfc\x30\x24\xda\x92\x3a\xa3\ -\x10\x5f\xe3\x41\xe7\x76\x9d\x3a\x38\xc4\xf3\xc0\x22\x47\xd1\x1b\ -\x94\x73\x8d\xd7\x8d\x10\x27\x0a\xbe\x28\x19\x8f\x6b\xd9\x60\x35\ -\x0f\x2b\x38\xbb\x58\x5a\x95\x55\xa1\x0a\xee\x5f\x70\xb6\xfc\xbb\ -\x50\xbf\x81\xda\xde\xa6\x95\x03\xe5\x7c\x1f\xe5\x2e\x84\xa3\xad\ -\x65\x0a\x1b\xd3\xc2\xb5\x41\x67\x8d\x03\x18\xf3\x55\xd9\xf6\x84\ -\x2e\x52\x58\x85\x23\x31\x29\x90\x52\x78\xa4\x3c\xc3\xf2\x42\x2e\ -\x2c\x7a\xa1\xf9\x05\x0d\x9d\x54\x45\x4c\x60\x69\x9e\x33\xc8\xe5\ -\x13\x77\x72\x67\xd0\xfb\x44\x56\x8c\xeb\xb2\x74\x7b\xb7\xd6\x69\ -\x36\x2b\x73\x4c\x4e\xa1\xf2\xb1\x0a\xcf\x00\xcf\x84\x33\x6c\x2a\ -\x34\x18\xf1\x3e\x0d\xef\x1b\xa4\x4e\xe0\x32\x11\xae\x00\xdc\x96\ -\xe1\x69\x81\x25\x41\x46\xfb\x7c\x18\xf7\x75\xf9\xd6\x6e\x3d\x51\ -\x84\x15\xc0\x77\x3c\x68\x69\x81\x17\x15\x5e\x10\x78\x2b\x63\xf2\ -\x37\x11\x3e\xaa\x38\x82\x94\x0e\x92\xc9\x98\x54\x65\x0c\x26\x1b\ -\x21\xaa\x4d\x65\xba\x28\xe7\x21\x5c\x04\x1c\xe9\xe1\x33\x21\x06\ -\x4b\x62\x35\xd2\x33\x1e\xfd\xc5\xfb\x60\x22\xa1\xdf\x32\xe1\x97\ -\x64\xbf\x0b\x2a\x25\xf6\x28\xdc\x3b\x69\x27\x4f\x8c\xa5\xcb\x3b\ -\x51\xd4\x4f\x66\x9a\x55\x8d\x93\xbb\xb9\xc2\x34\xb8\x0b\x88\x16\ -\xd3\x37\xf0\x8e\xc0\x72\x4d\xd1\x52\xe8\x05\x4d\x2f\x94\xee\xa3\ -\xa9\x6e\x3d\x03\x83\xd8\x68\x36\x69\xfa\x18\xdd\xbc\x4f\xf6\xa3\ -\x8b\x8e\x9d\x51\x5e\x1a\xcb\xf7\x00\x7e\x38\x34\x9f\xcd\x75\xeb\ -\x89\x86\x50\x6f\xc2\x19\xc0\x69\x92\xdd\xae\x4e\x06\x8e\x14\x08\ -\xa9\xf0\xa9\x2a\x7b\x05\xde\x53\x65\x07\x06\x3b\x18\xe1\xc5\xa6\ -\x59\xbc\xf9\xbf\x70\x17\xf9\x30\x0e\xe3\x30\xfe\x7f\xf1\x5f\xb3\ -\x1a\x74\xe6\x39\xca\x3d\xf7\x00\x00\x00\x00\x49\x45\x4e\x44\xae\ -\x42\x60\x82\ -\x00\x00\x08\x9d\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x08\x4f\x49\x44\x41\x54\x78\x9c\xed\ -\x5b\x7f\x70\x54\xd5\x19\x3d\xdf\xdb\x1f\x21\xd2\x10\xfc\xdd\x8e\ -\x32\x18\x19\x32\x38\x84\x6c\xb2\xd9\x24\x8b\x52\x24\x4e\x1d\x6b\ -\xa7\x60\xb5\x1d\xaa\x76\x54\x46\x07\x2b\xb6\xce\xb4\x8e\xda\xc1\ -\x19\x2d\x6d\xa5\xb5\xb4\x82\xf8\x47\x69\xa5\xda\x22\x32\xed\xa4\ -\x1d\x61\x4a\x47\x2d\x33\x35\x38\x40\xd8\xec\x6e\x36\xbb\x61\x2d\ -\x94\x14\x04\xea\x30\xea\xb4\x51\x42\x42\xb2\xd9\x7d\xf7\xf4\x0f\ -\x84\xbe\xf7\xf6\xed\x66\x37\x79\xbb\x86\x36\xe7\xbf\x77\xee\xf7\ -\xbe\x77\xee\xd9\xfb\xee\xde\xbd\xf7\x5b\x60\x0a\x53\x98\xc2\xff\ -\x33\xa4\x1c\x0f\x89\xc5\x62\x97\x8f\xc2\xb5\x58\xa8\x16\x10\x32\ -\x4f\x80\x6b\x01\xcc\x84\x60\x06\x08\x17\x80\x01\x10\x03\x22\x3c\ -\x41\xca\x41\x68\xf2\x37\xb8\xb0\xa7\xd5\xe7\x7b\xb7\xd4\xda\x4a\ -\x66\x40\x34\x7a\x60\x4e\x06\xfa\x0a\x11\x2e\x03\xa4\x7e\x5c\x49\ -\x88\x77\x29\xf2\x86\xa6\xa9\xdf\x36\x37\x34\x44\x45\x84\x0e\xcb\ -\x74\xd6\x00\x92\x12\x89\xf5\xde\x42\xf0\x09\x00\x6d\x4e\xe6\x06\ -\x90\x24\xb0\xde\xcd\xcc\xab\x81\x40\x20\xed\x54\x52\xc7\x0c\x08\ -\x45\xe3\x6d\x22\xb2\x0e\x60\xc0\xa9\x9c\x39\x70\x0c\xe4\x9a\x96\ -\xa6\x86\x57\x9c\x18\x11\x13\x36\x20\x14\x3a\x70\xa5\x78\xf4\xe7\ -\x00\x7c\x23\x4f\x98\x02\xb0\x8f\x82\xdd\xa2\x78\x48\x41\x3b\x22\ -\x2e\xd5\xaf\xa5\x3d\xa7\xdd\xee\x51\x3d\x93\x71\x57\x89\xa8\x6a\ -\x6a\xa8\x01\x51\x0b\xe1\x42\x42\x6e\x06\x50\x99\x27\xe7\x1e\x71\ -\x61\x55\x4b\x43\xc3\x3b\x13\xd1\x3f\x21\x03\x22\x91\x78\x8b\xd2\ -\xb0\x03\xc0\xe7\x6c\x9a\x4f\x13\x78\x5d\x03\x77\x32\x33\xfa\x66\ -\x6b\x6b\xeb\xbf\x8b\xc9\xdd\xd9\xd9\x59\xe9\xf2\x56\xde\x04\x91\ -\xa5\x00\x96\xe5\x78\xc6\x08\x44\xee\x6f\xf5\xfb\x7e\x37\x0e\xf9\ -\x00\x26\x60\x40\x57\xb4\xe7\x6e\x88\xbc\x0c\xa0\x22\x4b\x14\xf0\ -\xc2\xa8\x47\x7b\xf6\xf3\xf5\xf5\x1f\x8d\x37\xbf\x11\xc9\x64\xd2\ -\x3b\x98\x4a\xaf\x14\xc8\xd3\x00\xae\xc8\x8e\x90\xb5\x2d\xfe\xfa\ -\xa7\x45\x44\x15\x9b\xbb\x68\x03\x48\x6a\x91\x9e\xf8\x33\xa4\xac\ -\xb6\x34\x29\x08\x5f\xa6\x4b\xfb\x41\xd0\xe7\x7b\xaf\xd8\xbc\x85\ -\x60\xef\xde\x43\x55\x9e\xca\xd4\xa3\x00\x1f\x03\xf0\x19\x4b\xf3\ -\x8e\x33\x15\xee\x7b\xda\xea\xea\x06\x8b\xc9\x59\x94\x01\x24\xb5\ -\x48\x2c\xb1\x8d\xc0\x9d\x96\x24\x27\x45\xe1\xf6\xe6\xe6\x86\x70\ -\x31\xf9\xc6\x8b\x50\x22\x71\xb5\x64\xb0\xdd\x66\xc2\xed\x61\x7a\ -\x64\x49\x30\x18\x1c\x28\x34\x97\x56\xcc\x83\xbb\x7a\x12\x6b\xac\ -\x9d\x07\x10\xd2\x98\x09\x94\xab\xf3\x00\x10\xf4\xf9\xde\xd3\x53\ -\x43\x8b\x01\x6c\xb3\x34\x35\x8a\x67\xda\xb6\xf6\xf6\x76\x57\xa1\ -\xb9\x0a\x1e\x01\xe1\xee\xf8\xd7\x09\xfc\xde\x7c\xb7\x6c\x39\x73\ -\x6a\xc6\x43\x6d\x6d\x35\x23\x85\xe6\x71\x12\x24\x25\x1c\x8b\x3f\ -\x0e\xc8\xb3\x30\xf7\x65\x5d\x6b\x53\xc3\xf7\x0a\xc9\x51\x90\x01\ -\x5d\xb1\x58\x00\xd4\xf6\x00\x98\x76\xfe\xe1\xc0\xab\xad\x7e\xdf\ -\xbd\xa5\x58\x9d\x15\x8b\x50\x77\xcf\x77\x04\xb2\xc1\x44\x8a\xdc\ -\xd7\xea\xf7\xbd\x32\xd6\xbd\x63\xbe\x02\x5d\x5d\x5d\x97\x82\xda\ -\x0e\x18\x3b\x2f\x08\x0f\x0f\x54\xaf\x9c\x0c\x9d\x07\x80\x56\x7f\ -\xc3\x46\x01\x7e\x63\x22\xc9\xcd\xfb\xa3\x09\xff\x58\xf7\x8e\x3d\ -\x07\xb8\x2b\xd6\x01\xb8\xea\xdc\xa5\x00\x27\x33\x50\xb7\x7f\x5a\ -\xc3\xde\x0e\x22\xc2\x8b\x67\x4c\x5f\x05\xa0\xd3\x40\x7b\x5d\xc2\ -\xcd\x1d\x1d\x1d\xee\x7c\xf7\xe6\x35\x20\x14\x8d\x2f\x02\x70\xbf\ -\x81\xa2\x82\x7c\x75\x91\xdf\x7f\x72\xfc\x72\x4b\x83\xb9\x73\xe7\ -\xa6\x98\x76\xdd\x01\xe0\x5f\xe7\x38\x02\xfe\xe9\x55\x97\x3c\x9c\ -\xef\xbe\x9c\x06\x90\x14\x11\xfc\xc4\xc4\x01\xdb\x82\x4d\xbe\xd0\ -\x84\xd5\x96\x08\xc1\xe0\x82\x0f\x08\xae\x35\x72\x14\x3e\x95\x48\ -\x24\xa6\xe7\xba\x27\xa7\x01\x91\x9e\x9e\xc5\x00\x16\x19\xa8\xb4\ -\xa6\x6b\xdf\x9f\xb8\xcc\xd2\x62\x78\x60\xe6\x2f\x01\x39\x61\xa0\ -\x2e\x1b\xd1\xf9\xcd\x5c\xf1\x79\x46\x80\xf6\xb8\x85\xfa\x55\x4b\ -\x4b\xfd\xd1\x89\x0a\x2c\x35\xda\xda\x6a\x46\x04\xca\xfc\x41\x11\ -\x8f\xe6\x5a\x1b\xd8\x1a\x10\x0e\x27\x3f\x0b\xe0\x8b\x06\x2a\xcd\ -\xb4\xeb\x19\xc7\x54\x96\x18\xc7\x8e\xf4\x6d\x05\xd0\x67\xa0\xae\ -\x9a\x3d\xa7\xf6\x0b\x76\xb1\xb6\x06\xd0\x9d\xb9\x1b\x80\xd1\xb1\ -\xb7\x82\xc1\x05\x1f\x38\x27\xb1\xb4\x58\xbe\x7c\xb9\x0e\xf0\x0f\ -\x26\x92\xbc\xcf\x2e\xd6\xd6\x00\x01\x96\x9a\xae\xc9\x3f\x39\xa6\ -\xae\x4c\x50\xd4\xcc\x9a\x45\xbe\x64\xf7\x1a\x64\x19\x90\x48\x24\ -\xa6\x93\xb8\xde\x1c\xa4\xff\xd9\x71\x85\x25\x46\xb0\xa9\x3e\x02\ -\x81\x71\xd4\x56\xd7\xd4\xd4\x36\x59\xe3\xb2\x0c\x48\xe9\x08\x02\ -\xf0\x9e\x27\x88\x78\x20\x10\x38\x61\x8d\x9b\xec\x10\x11\x05\x05\ -\xd3\x07\xa7\x5c\xd9\xfb\x94\x59\x06\x28\x85\x3a\x0b\xb5\xc7\x61\ -\x6d\x65\x04\xcd\xda\x89\xf9\xd6\x88\x2c\x03\x44\x78\x9d\x25\xa2\ -\xcf\x1a\x73\xa1\x40\x5c\x56\xed\x72\x9d\x35\xc6\x6e\x12\xbc\xc6\ -\x74\xa5\x38\xe9\xbf\xfb\x73\x22\xed\xb1\x68\x57\x35\xd6\x10\x3b\ -\x03\xaa\x4c\x01\xc4\xc7\x8e\x8a\x2a\x23\x86\x86\xa6\x5b\xb4\x4b\ -\x95\x35\x26\xfb\x15\xb0\x18\xa0\x5c\x2c\x6a\x8f\x6d\x32\x61\xc9\ -\x92\x6b\x52\x00\x32\x06\xca\x9b\x4c\x26\xbd\xc6\x98\x2c\x03\x68\ -\xd9\x24\x21\x3d\x93\xe2\x37\x7f\xa9\x60\xf3\x0a\xc8\x69\xe3\x95\ -\x4b\x65\xb2\x86\xcd\x85\x82\xdd\xbb\x8f\x55\x00\x30\xee\x07\x8c\ -\xd6\xd5\xd5\x8d\x1a\x63\x6c\x0c\xa0\x69\x47\x55\x09\x66\x96\x42\ -\x5c\x39\x50\x59\x39\x58\x6d\x66\x78\xda\x1a\x63\x37\x07\x1c\x37\ -\x13\x92\x35\x73\x5e\x28\x10\x6f\xfa\x5a\x0b\x75\xcc\x1a\x93\xbd\ -\x10\x02\x0f\x1a\xaf\x29\x98\xeb\xac\xac\x72\xc2\x65\xd1\x2e\x87\ -\xac\x11\xd9\xaf\x80\x82\xe9\xb0\x51\xa3\x69\x53\xe4\x82\x02\x2d\ -\xda\x85\x48\x5a\x63\xb2\x0c\x18\xae\xf4\xec\x07\x70\xfe\xfc\x9d\ -\x80\x3f\x94\x48\x5c\x5d\x12\x85\x25\x04\x49\x4d\xc0\x2f\x1b\x39\ -\x25\xb2\xdb\x1a\x97\x65\xc0\xd9\xb3\x35\xee\x37\x72\xa2\x9b\x13\ -\x5d\x08\x88\xc4\xe3\x4d\x30\x9f\x28\x0f\x0c\x0f\xf4\x47\xad\x71\ -\xb9\xb6\xc4\x4c\xbf\xa2\x48\x2e\x73\x50\x5b\x59\xa0\x74\xb1\x6a\ -\x7e\xb3\xad\xad\x2d\x63\x8d\xb3\x35\x20\x2d\xdc\x86\xb3\x45\x0d\ -\x00\x00\x81\xdc\x14\x8b\xc5\x2e\x77\x56\x62\xe9\x40\x52\x83\xe0\ -\x6b\x26\x4e\x71\x8b\x5d\xac\xad\x01\x9f\xec\xfb\xef\x32\x50\x15\ -\x69\x6a\xd6\xe3\xf0\x49\x8b\x48\x2c\x7e\x97\x00\xf3\x0c\xd4\xfb\ -\xc3\x83\x1f\xef\xb2\x8b\xcd\xb9\x2b\x2c\x22\x3f\xb7\x50\xdf\xda\ -\x17\x8b\xcd\x76\x42\x60\x29\x91\x4c\x26\xbd\xa4\xfc\xc8\xcc\x72\ -\x83\xdd\xf0\x07\xf2\x18\xd0\xdc\x58\xff\x16\x20\xc6\xc9\xd0\xeb\ -\xa2\xb6\xc6\x09\x91\xa5\xc4\x50\x2a\xf3\x20\x04\xff\x5d\xbc\x09\ -\xfa\xd3\xc3\x95\x9b\x72\xc5\xe7\x1b\x01\x54\x4a\x3d\x69\xe2\x80\ -\x7b\x43\xdd\xbd\x59\xfb\x6a\x93\x05\xd1\x68\xf4\x32\x00\x4f\x19\ -\x39\x51\xf8\xf1\xa2\x45\xf3\xb2\x96\xc0\xe7\x90\xf7\x6c\x70\x61\ -\x73\xe3\x6e\x00\x5b\x8d\xf1\x02\xb5\x3d\x14\x3a\x70\xe5\x44\x84\ -\x96\x02\xc9\x64\xd2\xab\x8b\xe7\x8f\x30\xd5\x10\xb1\x57\x43\xe6\ -\x85\x7c\xf7\x8d\x79\x3a\x9c\x71\xcb\x63\x96\xdd\xd5\x59\xe2\xd1\ -\x5f\xeb\xeb\xeb\xb3\x16\x47\x7d\xaa\x18\x1a\xc9\x6c\x04\x78\xa3\ -\x81\x4a\x6b\x4a\x56\x8e\x55\x54\x39\xa6\x01\x37\xf8\x7c\x1f\x92\ -\xf2\x15\x00\x29\x03\x7d\x7d\xff\xc0\xd0\x2f\x48\x96\xa5\xd6\x78\ -\x2c\x84\xa3\x3d\x0f\x43\xf0\x90\x89\x14\x59\x55\x48\xd9\x4e\xc1\ -\x1d\x08\xc5\xe2\xf7\x08\x61\xaa\xb8\x10\xe0\xc5\x8b\x2a\xdc\x8f\ -\x58\x7f\x63\x97\x0b\x24\x25\xd2\xdd\xfb\x08\x85\x1b\x60\xf8\x30\ -\x05\xf2\x7c\x4b\x93\xef\xbb\x85\xe4\x28\xb8\x48\x2a\xe8\x6f\xd8\ -\x0a\x60\x9d\x49\x00\xf0\xe0\x50\x4a\xdf\xf5\xc9\xe4\x53\x56\x24\ -\x93\x49\x6f\xb8\x3b\xb1\x99\xc2\x8d\x30\xf7\xe3\x2f\x43\x03\xfd\ -\xd6\x83\xdd\x9c\x28\xaa\x4a\xec\xf8\x91\xc3\x4f\x02\xd8\x6e\x66\ -\x79\xa3\x2e\xee\x48\x67\xb4\x77\x41\x31\xb9\x26\x82\x7d\x89\xc4\ -\x15\x43\xa9\xcc\x5f\x21\x78\xc0\x2c\x05\xef\x78\x35\xde\x99\xeb\ -\x3b\xdf\x0e\x45\xbf\xc3\xed\xed\xed\xae\xd9\x73\x6a\x7f\x06\xc0\ -\x3a\xc4\xd2\x14\x6c\xd2\x5d\xb2\xf6\x06\x9f\xef\xc3\x62\xf3\x16\ -\x82\xce\xce\xce\x4a\x57\x45\xe5\xb7\x01\x59\x0d\xe0\x62\x63\x1b\ -\xc1\x37\xdc\xd4\xef\x0a\x04\x02\xa7\x8a\xc9\x39\xfe\x52\xd9\x58\ -\xe2\x01\x90\x9b\x00\x78\x2c\x4d\x83\x00\x9f\x63\x3a\xb5\xbe\x98\ -\x82\xc5\x7c\xe8\xe8\xe8\x70\x5f\x54\x75\xc9\x0a\x08\xd7\xc0\x50\ -\xaf\x74\x1e\xc4\xfa\xe3\x47\x0f\x3f\x71\xf6\x54\xb8\x38\x4c\x68\ -\x16\x0f\xc7\x7a\x17\x93\xfa\x6b\x80\x5c\x6a\xd3\xfc\x11\xc8\x9d\ -\xd4\xb4\x9d\x18\x1d\xde\x55\xac\x19\xc9\x64\xd2\x7b\x66\x74\x74\ -\xb1\x82\xb6\x54\x88\xdb\x00\xd8\x2d\xc3\xd3\x10\x59\xd5\xea\xf7\ -\xbd\x34\xae\x0e\xc0\x81\x72\xf9\x70\xf8\xc0\x2c\xe5\xd2\x9f\x17\ -\xe0\x8e\x3c\x61\x69\x42\xde\x16\xa0\x83\x82\xbf\x0b\xf4\x7f\x48\ -\xc6\xd3\x9f\x9a\xc6\x41\xcf\x99\x33\xba\x9a\x36\xad\x4a\x53\xaa\ -\x5a\x94\xd4\x40\xa4\x16\xc0\x42\x00\xb7\x00\x98\x91\x27\x67\x84\ -\xd0\x56\x05\x9b\xea\xbb\x27\xa2\xdf\xb1\xef\xf1\x48\xac\xf7\x56\ -\x52\xfd\x94\x40\x49\x27\x43\x01\x4e\x12\xf8\xe1\xf1\x23\x87\x7f\ -\x3d\x9e\x21\x6f\x93\xcf\x39\x90\xd4\xc2\xb1\xc4\x6d\x00\x56\x03\ -\x68\x76\x32\x37\x80\xa3\x04\xd7\x0f\x0f\xcc\x7c\xc9\xc9\x1a\xc5\ -\x92\xad\xe4\xc2\xf1\xf8\x7c\xe8\x5c\x41\xca\x32\x08\x6a\xc7\x99\ -\xe6\x7d\x00\xaf\x8b\x68\x5b\x9a\x1b\x17\xec\x1d\xcf\xff\x01\xc6\ -\x42\x59\x96\xb2\xe1\xf0\x81\x59\x74\xab\x36\x90\xf3\x05\x9c\x07\ -\x48\x0d\x21\xd5\x00\x67\xe0\xec\xc9\xcd\x29\x40\x06\x00\xfe\x93\ -\x82\x43\x9a\x92\x43\x4a\xd3\xdf\x6e\x6d\x6c\x3c\x38\x59\xca\x71\ -\xa7\x30\x85\x29\xfc\x6f\xe2\x3f\x06\x87\x01\x8f\x74\x72\x6b\x2c\ -\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\x8e\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x40\x49\x44\x41\x54\x58\x85\xed\ -\xd3\xa1\x12\x00\x10\x14\x44\xd1\x7d\x7e\x48\x50\x44\xc5\x5f\x9b\ -\xd1\x05\xe3\x8f\x9e\xa4\x8a\x94\x7b\xd2\xb6\x9b\x56\x02\x00\x7c\ -\x66\x67\x8c\xb9\xba\xbb\xca\x8b\xa8\xcb\x5a\x4e\xb1\x4a\x52\x78\ -\x11\x04\x6e\x78\x01\x00\x00\xdf\x6d\x7d\x2a\x10\x07\xba\xaf\x14\ -\x2d\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\xf3\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\xa5\x49\x44\x41\x54\x58\x85\xed\ -\x96\xbf\x4a\xc3\x50\x14\x87\xbf\xa3\xe2\xa0\xe0\x0b\x08\xfe\x79\ -\x02\x41\xda\x22\x82\xf8\x0a\xa2\xa0\x38\x28\xb6\x8b\x83\x2e\x82\ -\x88\x8b\x53\x07\x07\xd1\xa5\xb8\xb6\xa8\x93\x82\x4f\xe0\x22\x88\ -\x20\xa6\x83\x79\x02\x29\x1d\x5c\x5c\x14\x74\x88\x35\xc7\x21\xa6\ -\xb4\xd1\xa4\x49\x4d\xdb\xc1\xfe\xa6\x7b\x93\x93\xfb\xfb\x72\xee\ -\xb9\x87\x0b\xff\x5d\x12\xf4\xf2\xd4\xd4\x41\xdb\x22\xab\x30\x0f\ -\x8c\xfe\xd1\xab\x04\x5c\x5a\xc2\xde\x7a\x42\xde\x1b\x02\x9c\x9a\ -\x3a\xf8\xf9\xc1\x2d\xca\xc4\x1f\x8d\xeb\x25\x98\x16\x4c\xbb\x10\ -\x3d\x7e\x71\xb6\x45\x36\x76\x73\x00\x65\xa2\x5f\xc9\xba\x53\x5f\ -\x80\xef\xb4\xb7\x4a\x0b\xee\xa0\x2f\x20\xa8\x6e\xcf\xd3\x49\x09\ -\xac\x97\x46\x2a\x18\xaa\xbf\xad\xed\x9b\x81\x76\xa9\x0b\xf0\xa3\ -\x06\x4e\x8a\x3a\x62\x2b\xb3\xde\xe7\x79\x43\x37\xfd\x16\x11\xc5\ -\x16\xc1\x1c\x78\xe4\x6e\x71\x51\x3e\x9b\x06\xc8\xdf\xeb\xb6\x2a\ -\xfb\xbf\x81\x09\xe4\x7c\x57\x11\x50\xe0\x6d\x8c\x9b\xb3\xa2\x2e\ -\xad\x24\xe4\x29\x2c\x40\x75\x0b\xf2\x86\x2e\x8b\x70\xa0\xc1\x27\ -\x23\x58\xc2\x4c\xc5\xe6\xfc\xe2\x42\x7b\x23\x03\x08\xec\x34\x6d\ -\xec\x81\x78\x1f\x67\x2a\x6c\x78\xed\xdf\x7a\xbb\xde\x71\x04\xd3\ -\x39\x94\x61\x77\xaa\x4e\x07\xbd\x8d\x0a\x50\xd7\x68\xd2\x49\xf1\ -\x2d\x3a\xaf\x0a\x86\x02\x6c\x54\x01\x24\xfc\xe9\xea\xf8\x31\xec\ -\x02\x74\x01\x3a\x0e\xd0\x7c\xd7\x0b\x90\x40\xae\x60\xa8\x7f\xeb\ -\x76\xee\x87\x40\xe7\x32\x70\xe9\x0e\x5a\x92\x81\x40\x39\x97\xd2\ -\x3d\x77\xda\xce\x0c\x94\x80\xa3\xda\x1b\xb1\xc3\xf3\xad\x82\xa1\ -\x2f\xc0\x50\x4c\x66\xab\xe9\xa4\x9c\x85\x09\xac\xcd\xc0\x55\x1c\ -\xce\x02\x15\x55\xae\xc3\xc6\x57\x01\x54\xd9\x12\x78\x8e\x81\x60\ -\x37\x93\x92\x72\x64\x80\x4c\x4a\xca\xb6\x32\x89\x53\xa1\xaf\x11\ -\x6d\x15\x78\x00\x96\xd7\x12\x72\x18\xf1\xdb\x7f\xae\x2f\x21\x60\ -\x74\xd7\x76\x7a\x81\xf4\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\ -\x60\x82\ -\x00\x00\x02\xcf\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x02\x81\x49\x44\x41\x54\x58\x85\xe5\ -\x97\xcd\x6b\x13\x41\x18\xc6\x9f\x77\x36\x96\x42\x24\xa5\x29\x31\ -\x9b\xb4\x97\x7c\x40\x82\xa6\xeb\x51\x41\x91\xea\x35\x1e\xeb\x51\ -\x41\x5a\xb4\x27\x4f\x5a\xff\x80\x9e\x5a\xf0\xa0\x60\xd1\x82\x9e\ -\xeb\xb5\x18\xf0\xa2\x05\x41\xa9\xd7\xd0\x4a\x03\xa6\x29\x1a\xcd\ -\x57\xb5\x48\x2d\x16\xdb\xcc\xeb\x21\xbb\x9a\xef\xcd\x26\xdb\x1e\ -\xf4\x39\x0d\xef\xbc\x33\xcf\x8f\x67\x06\x76\x16\xf8\xdf\x45\xf5\ -\x05\x7f\xe8\xd4\x39\xc9\x74\x97\x88\xce\x02\xf0\xd8\xe4\x53\x62\ -\xe6\x15\x41\x3c\xfb\x25\xbd\xf6\xa6\x25\x80\x1a\x8a\xdd\x26\xd0\ -\x5c\x33\x30\x9b\x24\x19\x3c\x9d\x4f\xaf\xde\x6b\x00\xf0\x05\x4f\ -\x9f\x07\xc9\xd7\x00\xbe\x83\xf8\x96\xb2\x27\x13\xd9\xec\xfb\x6f\ -\x76\xb8\x8e\x8c\x9c\x74\x97\xfb\x45\x1c\x4c\x0f\x00\xb8\x08\xf2\ -\x42\x7d\x12\x50\x83\xb1\x25\x5f\x68\x94\x7d\xe1\xd8\x55\x3b\x4c\ -\x9b\x49\x0d\x69\xd7\x7c\xa1\x51\x56\x83\xb1\x25\xa3\x26\x8c\x81\ -\x7e\xe6\x50\xf6\x64\xe2\xb0\x00\x94\x63\xbf\x12\xba\xd7\x99\x06\ -\x00\xe8\x17\xce\xae\xd8\x9b\xe9\xf3\xfa\xfa\x57\x7d\x78\xc2\xa8\ -\x39\xec\x36\xf1\x06\x63\x97\x15\xa2\x05\x00\x28\x33\xdf\x28\x6c\ -\xac\x3e\x6f\xd7\x6f\x2b\x80\x37\xa2\x05\xc4\x3e\x2f\x32\xe0\x04\ -\x00\x1d\xc4\xdf\x6e\x8d\x68\x37\x69\x51\x42\x1c\xf0\x53\x50\xc5\ -\xbc\xe3\x45\x76\xb9\xab\x61\x6d\x0a\xc0\x58\x75\x4d\x32\xcd\x1c\ -\x09\x80\x37\xa2\x05\x48\xf2\x5c\x6d\x95\x96\xf3\x1b\xc9\xc7\x47\ -\x01\xd0\x18\x3d\x63\x57\x3a\x30\x01\x40\x9a\x2d\x36\xbd\x84\x66\ -\xb7\x5a\x0d\x6b\x53\x60\x1e\xab\xae\x31\xe8\x4e\x21\x95\xcc\x74\ -\x44\x6f\xd6\xa0\x10\x2d\x30\xe0\x63\xc0\x27\x40\x8b\xde\x88\x16\ -\xf8\x03\xd7\x43\xf4\x1d\x03\xd4\xee\x0d\xa7\x38\xc0\x13\x7d\x5d\ -\x4f\xd1\x1b\x32\x3d\x02\xc9\x34\x43\xc4\xf3\x7f\x2b\x7c\x51\x0d\ -\x6a\x37\x21\x40\xbd\x44\x6f\xc8\x34\x81\x4a\x9c\xb4\x5c\x5d\x23\ -\xe2\x79\x62\x7e\x58\xdb\x69\x2d\xfa\x8e\x01\x00\x48\xe9\xc0\x04\ -\x18\xbb\x2d\x3b\xba\x88\xde\x0a\x00\x0a\xa9\x64\x86\x05\x4d\xb7\ -\xf6\xb7\x1e\xbd\x25\x00\x00\xc8\x7f\x48\x3e\xaa\x3f\x8a\x8a\xba\ -\x8b\xde\x32\x00\x9a\x1d\x45\x0f\xd1\x77\x03\x80\x42\x2a\x99\x01\ -\xd1\x38\x80\x4d\x00\x9b\x20\x1a\xef\x36\x7a\x43\x96\x3f\xc7\xb9\ -\x74\xf2\x05\x80\x80\x69\x63\x87\xaa\x4e\xa0\x04\x54\x1e\x90\x76\ -\x6d\x5e\xaf\xe1\x68\x74\x48\x1f\x16\x1b\x00\x98\x79\x05\x00\xca\ -\xfd\x22\x7e\x58\x00\xe5\xfd\xbe\xb8\xee\xf5\xce\xa8\x29\xc6\xc0\ -\xe5\xf6\x7c\x04\xe8\x3a\x40\x97\x8e\xbb\xd5\xdc\x80\x77\x30\xbb\ -\xb3\xb5\xf5\xd3\x0e\xe3\xe1\x68\x74\xc8\x39\xe0\xbf\x42\xe0\xfb\ -\x00\xfa\x04\xf1\xe4\xce\x76\xe9\x13\xd0\xfc\xc7\x64\x16\xf6\xbe\ -\x94\xaa\xd5\xf0\x63\xa2\x54\xcf\xfe\xd8\x2e\xbe\x75\xb9\x3d\x2f\ -\x99\xe1\x21\xa2\x41\xc0\xda\xf3\xaa\x8d\x8a\xcc\xfc\x4a\x10\x4f\ -\xe6\xd2\x6b\xcf\x6c\xda\xf3\x1f\xd1\x6f\x5e\x5d\xfe\x4a\x50\xd6\ -\x55\xf7\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\xaa\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\x5c\x49\x44\x41\x54\x58\x85\xed\ -\xd2\x3d\x28\x85\x51\x1c\xc7\xf1\xef\xff\xb9\x18\x0c\x22\xb9\x8f\ -\x92\x22\xf7\xc5\xa8\xd8\x6c\x26\x79\xd9\x94\x89\x52\xb8\xb7\x6c\ -\x16\x9b\x49\x26\x93\x05\xf7\x11\x29\x83\xc1\xa4\x94\x2c\x8a\x94\ -\xc5\xa0\x4c\xee\x25\xe5\xed\xbe\x2c\x74\xd5\x2d\x2f\xe7\x6f\x31\ -\xa0\x78\xdc\xbb\xc9\xf9\x8c\xa7\x5f\xbf\x7e\xa7\x73\xc0\xb2\x2c\ -\xcb\xfa\xef\xc4\x2f\x10\x49\x64\x97\x15\x6d\x37\x8e\x0e\x9d\x8f\ -\xd6\x9f\xfe\xa6\xb4\x75\xe1\xae\xe9\x25\xe0\xac\x0b\xfa\x90\x1c\ -\x73\xfb\x10\xd1\xef\xb2\x8e\x5f\x99\xa2\xd5\x40\x9b\x63\xe4\x30\ -\xea\xa5\xbb\xfc\xf2\x2d\x5e\xae\xfd\x35\xe0\x1c\x09\x74\x82\xd4\ -\xfa\xe5\x7d\x07\x14\x1e\x9f\x86\x80\x4d\xa0\xca\xa8\xec\x44\xbc\ -\xcc\xf0\x77\xd9\xf0\x52\xae\xd7\x51\xb3\x0f\xb8\x82\xec\x3d\x97\ -\x57\x74\xff\x74\xfb\x5f\x0d\xb8\x9e\x6c\x2c\x24\x6f\x82\x83\xc0\ -\x1c\x50\xae\xca\x5a\x28\x91\x99\x46\xf5\xd3\xf3\x85\x13\x99\x38\ -\x62\xb6\x80\x4a\x51\xd6\xcb\xaa\xb3\xdd\x97\x23\x35\xf7\x7e\xfd\ -\xbe\x7f\xe0\xa3\x88\x97\x9d\x50\xd5\x79\xc0\x41\x75\xb5\x0a\x37\ -\x76\x7c\xcb\x6b\xb8\x21\x33\x0b\x32\xf5\x5e\x39\x93\x1c\xab\x9b\ -\xf6\xbb\x79\x49\x03\x00\x42\xcb\xe9\x7e\x31\xb2\x01\x54\x02\x07\ -\xa0\x79\x90\x1e\xe0\x45\x91\x58\x6a\x3c\xb8\x52\x4c\x5f\xd1\x03\ -\x00\xa2\x8b\xb9\x0e\xe3\x98\x6d\x20\xf8\x7e\x94\x57\x65\x20\x15\ -\x73\x77\x8b\xed\x2a\x69\x00\x40\xd4\x4b\x37\x1b\x95\x0b\x54\xaf\ -\x44\xa5\xff\x2c\xee\x9e\x94\xda\x55\x3a\x55\xf9\xfa\x19\x2d\xcb\ -\xb2\xac\x3f\xe7\x0d\x86\xfe\x75\x68\x52\x11\xf7\xf4\x00\x00\x00\ -\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x03\x6b\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x03\x1d\x49\x44\x41\x54\x78\x9c\xed\ -\xd6\x3d\x6c\x1b\x75\x18\xc7\xf1\xef\x73\xe7\x38\x55\x9b\x84\xc6\ -\xa1\xf5\x39\x44\xad\x1b\x47\xaa\x72\xc5\x09\xb0\x41\x05\x32\x2f\ -\x4b\x5a\x41\xd5\xa9\x08\x41\xd5\xa1\x03\x1d\x18\x58\x18\x99\x91\ -\x5a\x55\xca\x82\xc4\x08\x0c\x48\x50\x29\x20\xf5\x05\x21\x22\xc1\ -\x10\x04\x88\x54\x90\x16\xab\xa2\xb1\x91\xfa\x12\x3b\x71\x6b\x27\ -\xae\x51\x9b\x17\xdf\x9f\x85\x22\xfb\x28\x25\xe4\xce\x46\xa8\xcf\ -\x67\xbc\xe7\xee\xe7\xdf\x3d\x27\xdd\x19\x94\x52\x4a\x29\xa5\x94\ -\x52\x4a\x29\xa5\x94\x52\x4a\x29\xf5\xa0\x90\xa0\x01\xce\x90\xeb\ -\x8a\xb1\x3f\x00\x1e\x31\xc8\xc9\x62\x6e\xe6\x04\x60\x82\x57\xbb\ -\xb7\x44\xea\xd1\x83\x82\x1c\x07\xf0\xe0\x8d\x62\xee\xc2\xb9\x20\ -\x79\x81\x17\x90\x18\x4c\x7f\x8d\xf0\x4c\x43\xe4\x87\xbd\x9d\x6b\ -\x47\xb3\xd9\xec\x4a\xd0\x6c\x1f\xe9\x1f\x4c\xbf\x65\x84\x77\x1a\ -\x8e\x2d\x15\xb6\x46\xb7\x31\x3d\xbd\xba\xd1\x50\x2b\x78\x2d\xe3\ -\xcb\x30\xaf\x55\x96\x23\x9f\x27\x93\x8f\x6d\x0d\x9c\x7d\x57\x26\ -\x13\x49\xa4\x46\xde\xf5\xdd\x3c\x84\xf0\x00\x03\x2f\xc0\xc3\x3a\ -\x06\x2c\x34\x1f\x35\xcf\x2e\xdb\xf5\xa9\xc4\xae\xe1\x9d\x41\xf3\ -\xb7\xb9\x6e\x57\xff\xd5\x9b\x9f\x82\x79\xdd\x37\x5a\x16\x91\x57\ -\x83\x3c\x7d\x08\x61\x83\x00\xf1\xdd\x23\xbb\xac\x35\x73\x0e\xd8\ -\xed\x1b\x15\x45\x64\xff\xdc\xec\xcc\xf9\x8d\xe4\x3e\xbc\x73\x38\ -\xd1\x11\x89\x9c\x06\x9e\x68\x1a\x08\x65\x31\xde\x4b\x73\xb9\x9f\ -\xa7\x36\xd6\xb8\x31\x2a\x24\x03\x03\x6e\xac\x1e\xb5\x27\x9a\xdf\ -\x07\x80\xe1\x37\x83\x39\x54\xcc\x5f\x3c\xf3\x6f\xf2\x9c\xa1\xd1\ -\x3d\x62\xbc\xb3\xc0\x0e\xdf\x28\x6f\x19\x6b\xec\x7a\xfe\xa7\x5f\ -\x02\x56\x06\xc0\x0e\x23\x04\xa0\x5a\x2d\xdd\x76\xfa\x7a\x3e\x5a\ -\xa5\x23\x05\xa4\xff\x1c\x08\x51\x11\x79\xb9\xab\xd7\x29\xd5\x2a\ -\xf3\x3f\xac\x27\x2b\x9e\x1a\x79\xce\xc2\x7c\x01\xc4\x1b\x8f\x8b\ -\xe1\x3b\x63\x45\x9e\x2f\xe4\x7e\xbc\x1a\x56\xef\xd0\x16\x00\x50\ -\x2e\x97\xeb\xb5\xca\xc2\x44\x77\xaf\x13\x45\x78\xba\x61\x24\x22\ -\xec\xef\x89\x6d\xdf\x72\xab\xb2\x30\xc9\x7d\x3e\x93\x4e\x6a\xe4\ -\xb0\x8d\xf9\x18\xd8\xec\x1b\x4d\x70\x3b\x7a\xa0\x78\xe5\xfc\x52\ -\x98\x9d\x43\x5d\xc0\x1f\x4c\xad\x32\x3f\xd9\x1d\x8b\x17\x80\x7d\ -\x34\xbd\x68\x65\x6f\x4f\x2c\x3e\xdc\xf7\xd0\xe6\xd3\x8b\x8b\x8b\ -\x6b\xbe\xeb\xc4\x19\x4c\xbf\x2d\xc2\xf8\x5f\x7b\x99\xf1\x42\x6e\ -\xf8\x68\xad\xf6\x65\xd8\x9f\xd6\xf0\xde\x01\xf7\xe2\xa4\xd2\x63\ -\x62\xf8\x04\x61\x8b\xef\x67\xa7\xac\x8e\x95\x03\xd7\x2f\x5d\xba\ -\x09\xe0\xba\x6e\x74\x71\xd9\x7e\xcf\xc0\x11\x5f\x84\xc1\xc8\x9b\ -\x85\xfc\xcc\x78\xab\x3a\xb6\x74\x01\x00\xfd\x43\xa3\x8f\x63\xbc\ -\x33\x06\x12\xcd\x13\x73\xb9\x2e\x8c\xad\x7a\x9d\x37\x36\xc9\xca\ -\x29\xe0\x05\xdf\xa5\x77\xc0\xbc\x52\xc8\x5d\x9c\x68\x65\xbf\x96\ -\x2f\x00\x20\x31\xe8\xee\x40\xec\xb3\xc0\x9e\xf5\x5d\x61\x6e\x78\ -\x62\xbd\x38\x3f\x3b\xf3\x6d\x4b\x8b\x11\xc6\x3f\xc1\x75\x28\xe4\ -\xb3\x57\xee\x98\xe8\x5e\x03\x93\xff\x7c\xb6\xb9\x6c\xe3\x3d\xd9\ -\x8e\x9b\x87\x36\x2d\x00\xa0\x92\x9f\x5e\x8a\x75\xd6\xf7\x01\xef\ -\xdf\xe7\xb4\x6f\xb0\x3b\x9f\xba\x96\xcb\xce\xb6\xab\x57\x2b\xbe\ -\x02\x7f\xab\x54\x2a\xd5\x6b\x95\x85\xcf\x7a\xfa\x1c\x80\x4c\xd3\ -\xd0\x70\xca\x5e\xe9\x3a\x38\xf7\xeb\xf7\xd5\x76\x76\x6a\xeb\x02\ -\xee\xba\x55\x9e\xff\xaa\x3b\xb6\x7d\x00\x64\x14\xf0\x8c\x70\xbc\ -\x98\xbb\x70\xac\x5a\xbd\x16\xe8\x7f\xfd\xff\x4f\x26\x13\x49\x26\ -\x93\x9b\xfe\xeb\x1a\x4a\x29\xa5\x94\x52\x4a\x29\xa5\x94\x52\x4a\ -\x29\xa5\xd4\x03\xe2\x77\x0e\xf6\xf4\x6d\x13\x15\xe1\x85\x00\x00\ -\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\xef\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\xa1\x49\x44\x41\x54\x78\x9c\xed\ -\xd0\x41\x11\x00\x20\x00\xc3\x30\x0e\x2f\x98\xc6\x21\x2a\x40\x46\ -\x78\x34\x06\xd6\xdb\x18\xd0\xda\xe7\xae\x7d\xae\x6c\x98\x72\xfc\ -\x07\x1d\xa0\x03\xb4\x0e\xd0\x01\x5a\x07\xe8\x00\xad\x03\x74\x80\ -\xd6\x01\x3a\x40\xeb\x00\x1d\xa0\x75\x80\x0e\xd0\x3a\x40\x07\x68\ -\x1d\xa0\x03\xb4\x0e\xd0\x01\x5a\x07\xe8\x00\xad\x03\x74\x80\xd6\ -\x01\x3a\x40\xeb\x00\x1d\xa0\x75\x80\x0e\xd0\x3a\x40\x07\x68\x1d\ -\xa0\x03\xb4\x0e\xd0\x01\x5a\x07\xe8\x00\xad\x03\x74\x80\xd6\x01\ -\x3a\x40\xeb\x00\x1d\xa0\x75\x80\x0e\xd0\x3a\x40\x07\x68\x1d\xa0\ -\x03\xb4\x0e\xd0\x01\x5a\x07\xe8\x00\xad\x03\x74\x80\xd6\x01\x3a\ -\x40\xeb\x00\x1d\xa0\x75\x80\x0e\xd0\x1e\x4b\xba\x05\xcd\xbc\xea\ -\xae\x0c\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x06\xbf\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x06\x71\x49\x44\x41\x54\x78\x9c\xed\ -\x9a\x5d\x73\x5b\x57\x15\x86\x9f\xb5\x95\xd0\x94\xb4\x4e\x3f\x9c\ -\x4a\xb6\xc3\x85\x65\xa5\x99\x89\x65\xa9\x69\x43\x4b\x81\x81\xc6\ -\x49\xe3\x84\xda\x09\x3f\x80\xe1\x47\x70\x55\x2e\xe0\x82\xc9\x45\ -\x6f\xfa\x37\xfa\x07\x68\x3a\x89\x65\xd9\x14\x28\x29\x50\x20\x96\ -\xe4\xcc\x30\xd6\xc7\x05\xb1\x6c\x37\x1f\x10\x27\xa9\xe3\x10\xed\ -\xc5\x85\xad\xd4\xd6\xe7\x3e\xd2\x39\xb6\x99\xfa\xbd\xdc\x67\x9d\ -\xb5\xd7\xf3\x6a\x2d\x9d\xa3\xa3\x03\x7b\xda\xd3\x9e\xbe\xc9\x92\ -\x46\x8b\xe1\x44\xe2\xa0\x3c\xd4\x5f\x08\x4c\x00\x07\x80\x6b\x76\ -\x9f\x7c\xb0\xfc\xcf\x4c\x69\x7b\xcb\xeb\x4c\xe1\x63\x89\x41\xf3\ -\x44\xdf\x07\xde\x06\x1e\xa9\xea\xe5\xca\x01\xfb\xe1\xad\x1b\x37\ -\x1e\xd4\xc6\xd6\x19\xd0\x7b\xec\xd8\xf3\xfb\x9f\x7c\xeb\x53\xe0\ -\x44\xcd\xa1\x7b\xd6\xc8\xd8\xf2\x7c\xe6\xcf\xc1\x94\xed\x8f\x22\ -\xd1\xe1\xef\x8a\x98\x14\x70\x68\xcb\x01\x61\x76\x8d\xd5\x1f\xdd\ -\xcd\xe7\x57\x36\x2f\x9b\xda\x04\xfb\x9f\xec\x7f\x9f\x7a\x78\x80\ -\x43\xc6\xea\x64\xf8\x68\xe2\x2d\x3f\x0b\xf6\x53\x4d\xe1\x01\x94\ -\xe4\x33\x3c\xfb\xcb\xda\xe5\x3a\x03\x40\x2e\xb4\xd8\xa3\x67\xb7\ -\x9a\xd0\x12\xbe\x2a\xe5\x62\xed\x52\x9d\x01\x02\xcf\xb6\xd9\xab\ -\xc7\x58\x9d\x8c\x0c\x26\xdf\xf4\x5c\x65\x40\xea\x8b\xc6\x4f\xb6\ -\x85\x07\x50\x0e\xd4\x2e\xd5\x19\xa0\xe8\x67\x0e\x7b\xf6\x88\xb1\ -\xa9\xdd\x60\x42\x5f\x34\x7e\x12\x91\x29\xda\xc1\xaf\xab\x8e\xad\ -\xce\x80\x90\xee\xbb\x04\xdc\x73\x48\xb6\xe3\x26\x78\x84\x5f\x09\ -\x11\xfa\x4d\xed\x62\x9d\x01\x37\x8b\xd7\xe7\xd5\x9a\xb3\xb8\x9b\ -\xb0\x23\xe3\xb0\x01\xdf\xbe\xed\xd7\xb5\x62\x45\xc6\x6e\x16\xaf\ -\xcf\xd7\x1e\x68\x78\x1f\x00\x10\x19\x4c\xbe\x29\xc6\xa6\x80\x1e\ -\x87\x0d\xee\xa9\xda\x77\x97\x8a\x73\x7f\x75\x88\xed\x5a\x7d\x43\ -\x23\x6f\x00\x53\xc0\x0b\x0e\xe1\xf7\xad\xc8\xd9\xe5\x7c\xe6\xf3\ -\x46\x07\x9b\x1a\x00\xbb\xd3\x04\x3f\xe1\xa1\x8d\x01\xb0\xbb\x4c\ -\xf0\x1b\x1e\x1a\xde\x07\x6c\xd5\x52\x69\xf6\x2f\xd6\xc8\x59\x60\ -\xa5\x5d\x2c\x70\x48\xc4\xa4\xfa\xa2\xf1\x93\x0e\xb1\x9e\xd4\x1f\ -\x4b\xbc\x0e\xa4\x70\x84\x37\xc2\x58\x3b\x78\x70\xe8\x80\xaa\xc2\ -\x47\x13\x6f\x19\xab\x93\x38\x76\x02\xaa\x67\x16\x8b\xb9\x2f\x5c\ -\xf3\xb7\x52\x7f\x2c\xf1\xba\xaa\x4e\x01\x2f\x3a\x84\xdf\x37\xc2\ -\xd8\x42\x3e\x7b\xcd\x25\xb7\xb3\x01\x00\xe1\x58\xe2\x7b\x46\xf5\ -\x2a\xdb\x68\x82\x57\x78\x41\xcf\x95\x0b\xb9\x3f\xb9\xe6\xf7\x64\ -\x00\x3c\x35\x61\x12\x78\xde\x21\xfc\x3f\xa8\xbe\xdb\xa9\x09\x1e\ -\xe1\x1f\x08\x3a\xe6\x05\x1e\x3a\x30\x00\x3a\x30\x01\xce\x2c\x16\ -\xb2\x7f\xf3\xb2\xc7\x76\xc0\x43\x87\x06\x40\xb0\x26\xf4\xc7\x92\ -\x27\x54\x6d\x9a\x80\xe1\xc1\xe1\x2a\xd0\x4c\xcb\xf9\xcc\xe7\x46\ -\x18\x03\xee\x3b\x84\xbf\x00\x4c\x6d\x5c\xc6\x5a\xca\x3b\xbc\xf5\ -\x34\xf3\xb5\xea\xb8\x03\xaa\x1a\x88\x8d\xbc\x6d\x95\xab\xf8\xd0\ -\x09\x9d\xc1\xcf\xb9\xfc\x78\x6b\xaa\x8e\x3b\xa0\xaa\x85\x7c\xf6\ -\x9a\xa0\xe7\x70\xef\x84\xd4\xc6\x35\x7d\x8b\xfa\x63\xc9\x13\x8a\ -\x75\x9e\x79\xd4\x9c\xef\x16\x1e\x7c\xe8\x80\xaa\xfa\x87\xe2\xdf\ -\x57\xe4\x2a\xf0\x9c\x43\xf8\xbf\x45\xe4\x4c\x39\x9f\xf9\x3b\xc0\ -\xc0\xd1\xe3\xaf\x59\x0d\xa5\x51\x5e\x6a\x7b\xa6\xf2\x10\xcc\xb9\ -\xc5\xe2\xec\x1f\xbb\x2c\x19\xf0\xd1\x00\xe8\xcc\x04\x91\x27\x76\ -\xa7\xe0\xc1\x67\x03\xc0\xa3\x09\xa2\x2b\xaa\x82\xb8\xdc\x58\x05\ -\x00\x0f\x01\x18\x00\xd0\x3f\x34\xfc\x03\xc5\x5c\xc1\xad\x13\xda\ -\x4b\x79\x88\xca\xf9\xc5\x52\xe6\x0f\xbe\xe4\xdb\xa4\x40\x0c\x00\ -\x1f\x4d\x08\x10\x1e\x7c\xb8\x0a\x34\x53\xb9\x30\xf7\x19\x6a\xce\ -\x03\x75\x7f\x46\x38\x4b\x79\x48\x88\x9f\x04\x05\x0f\x01\x76\x40\ -\x55\x7d\xd1\xe4\x0f\xc1\x5e\x41\x38\xe8\xe9\xc4\x2a\xfc\x7c\xf6\ -\xf7\x01\x95\x06\x6c\x83\x01\xb0\x6e\x82\x60\x27\x55\xda\x3e\x72\ -\xdf\x90\x3e\xc2\xc8\x58\xd0\xf0\x10\xe0\x08\x6c\x56\x48\x2b\x2b\ -\x56\xe4\xb1\x6b\xbc\x8a\x3c\x36\x54\x5c\x1e\xc0\x74\xad\xc0\x0d\ -\x38\x32\x18\x4f\x54\x8c\x4c\x0b\xea\xf2\xf4\x16\x00\x51\x7a\xac\ -\x86\xd2\x03\x47\x8f\xbf\x16\x64\x6d\x10\xf0\x08\x54\xe1\x81\x97\ -\x3b\x4a\x20\xdc\x35\x52\x39\xbd\x30\x7f\xe3\xba\xbf\x95\x7d\xad\ -\xc0\x3a\x60\x1d\x9e\x34\x9d\xc2\x03\x28\x2f\x59\x0d\xa5\x07\x06\ -\x87\x93\xfe\x55\xb6\x55\x81\x74\x40\x38\x3a\x32\x62\x44\xa7\x41\ -\x7a\x7d\x49\x28\xdc\x35\x15\x3b\xba\x50\x9a\x9b\xf5\x25\xdf\x96\ -\xd4\x3e\xcb\x1b\xbc\xae\x6d\x94\xf1\x8c\x43\xea\x3b\xc6\xda\xd3\ -\x7e\x9b\xe0\xeb\x08\x78\xfc\xe4\x57\x55\x38\xc7\xfa\x23\xf7\xaf\ -\x1c\xe2\x5f\xb6\xc6\xf8\x3e\x0e\xbe\x75\x40\x78\x28\x11\x37\xd8\ -\x19\x67\x78\xec\x7b\x4b\x85\xb9\x19\x80\x48\x6c\xe4\xc7\xa2\x7c\ -\x02\x7c\xdb\xe1\xdc\x3b\x21\xab\xa3\x37\x4b\xb9\x4c\x57\x05\x6f\ -\xc8\x17\x03\xba\x81\xaf\x6a\xa7\x4c\xe8\x7a\x04\xbc\xc2\x5b\x64\ -\xbc\x16\x1e\x60\x29\x9f\xfd\x54\x45\xdf\xc3\x71\x1c\x2a\x46\xa6\ -\x8f\x0c\xc6\x13\x9e\x0b\xae\x51\x57\x06\xac\xc3\xbb\xcf\xbc\x45\ -\xc6\x97\x0b\x99\xe9\x66\x01\x4b\xf9\xdc\xef\xbc\x99\x40\xba\x5b\ -\x13\x3a\x36\xe0\x6b\x78\x0e\x3b\x84\xaf\x1a\x95\x89\x56\xf0\x55\ -\x6d\x32\x61\xb5\x7d\x5a\xe9\xad\x18\xd2\xe1\xe8\xc8\x88\x43\x0d\ -\x8d\x33\x74\x72\x52\x24\x96\x1c\x16\xb5\x33\xb8\xc1\x3f\x32\x2a\ -\xe3\x0b\xc5\x4c\xda\xdb\x1e\xf1\x77\x44\xe5\x13\xda\xbf\xb3\x04\ -\xe8\x6d\xab\x32\xba\x5c\xcc\x66\xbd\xec\x01\x1d\x18\xb0\x1d\xf0\ -\x4f\xf7\x1a\x1a\x3e\x25\x98\xcb\x04\x68\x82\x27\x03\x36\xe0\xa7\ -\x81\x57\x1c\xc2\xbb\x82\x7f\xba\xa7\x57\x13\x30\xa7\x96\x0b\x99\ -\x9c\x6b\x7e\xe7\xef\x00\xaf\xf0\xa2\x4c\x74\x0b\x0f\xb0\x54\x98\ -\x9b\xb1\xc8\x38\x8e\xdf\x09\x06\x3b\x13\x1e\x4a\xc4\x5d\xf3\x3b\ -\x75\x40\x24\x76\xfc\xb8\x68\x68\x06\x0f\xf0\xe5\x62\x76\xca\xb5\ -\x08\x17\x85\x87\x12\xa3\x06\xfd\x18\x9f\x3b\xa1\x6d\x07\x78\x86\ -\xb7\x7a\xc1\x6f\x78\x80\xe5\x42\x66\xda\xa8\x4c\xe0\xdc\x09\x3a\ -\xed\xd2\x09\xad\x5f\x92\xea\x04\xbe\x94\x4b\x39\xc4\x76\xac\x81\ -\x68\xe2\xb4\x15\xfd\x18\xea\xdf\xfa\x6c\xa0\x5b\x16\x19\x6d\xd5\ -\x09\x4d\x3b\x60\x03\xde\x79\xe6\x11\xbd\x18\x34\x3c\xc0\x42\x31\ -\x93\x36\x2a\xe3\xc0\x23\x87\xf0\xc3\x06\x9d\x8e\xc4\x92\xc3\xcd\ -\x02\x1a\x76\xc0\x26\xf8\xb0\xc3\x26\x6b\x88\x5e\x58\xcc\xe7\x26\ -\x1d\x62\x7d\x93\xd7\x4e\x50\x31\xa7\x96\xf2\xb3\x73\xb5\x07\xea\ -\x0c\x38\xf2\x6a\x72\xa0\x52\xb1\x5f\x00\x11\x87\xc4\x3b\x02\x5f\ -\x55\x7f\x74\xe4\x8c\x0a\xbf\xc5\xcd\x84\x2f\x05\x3d\x59\x2e\xe4\ -\xfe\xb5\x79\xb1\x6e\x04\x2a\x15\xfb\x2b\xfe\x0f\xe0\x01\xca\xc5\ -\xec\x94\x28\x13\xb8\x8d\xc3\x2b\x0a\xbf\xae\x5d\x6c\xf4\x1d\xf0\ -\x8e\x43\xb2\x35\xc4\x5c\xdc\x49\xf8\xaa\xca\xc5\xec\x94\x58\xbd\ -\x80\x83\x09\x82\x9c\xaa\x5d\x6b\x64\x40\xa5\x4d\x9e\x0d\xf8\xd9\ -\xab\x8e\x35\x06\xae\x72\x29\x97\x72\x31\x41\x1b\xb0\xd5\x1b\x20\ -\xb4\xfa\x54\xd7\x40\x7e\xba\x9b\xe0\xab\x2a\x97\x72\x29\x44\x2f\ -\xd2\xd2\x04\xb9\x52\xbb\x52\x67\x80\xd9\xf7\xdf\x4b\x02\x85\x06\ -\x67\xaf\xc3\x17\x32\x75\x49\x76\x8b\x16\xf3\xb9\xc9\xa6\x26\x28\ -\x25\x95\xd0\xa5\xda\xe5\x50\xed\xc2\xfd\xdb\xb7\x57\x9f\x3b\xfc\ -\x9d\x8f\xc4\x56\x0e\x22\x12\x06\x1e\x2b\xa4\x8d\xc8\xcf\x17\x0b\ -\xc1\xfd\x4b\xeb\x97\x1e\xdc\xfd\xb2\x70\xa8\xb7\xf7\xb2\xaa\x89\ -\x00\x2f\x82\xdc\x11\xd5\x8f\xd4\xec\xff\xd9\x52\xfe\x1f\xb7\x76\ -\xba\xbe\x3d\xed\x69\x4f\xbb\x4b\xff\x03\x8a\xf6\x29\x76\x65\x5d\ -\x36\x07\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\x03\ -\x20\ -\x0d\x0a\ -\x00\x00\x03\x2e\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x02\xe0\x49\x44\x41\x54\x58\x85\xe5\ -\xd6\x4f\x6f\xda\x76\x1c\xc7\xf1\xf7\x87\xe4\xb0\x55\x49\x24\x1a\ -\x09\x0c\x47\xe0\xe8\xe4\x01\xec\x29\x4c\x5a\x9b\xa0\x26\xa9\x54\ -\x25\xe9\x16\x29\x7b\x00\x95\xf6\x18\x76\xec\x6d\x87\xad\x5b\xb4\ -\xf5\xdf\x32\xf5\x59\xf4\x9e\x26\x24\x69\xb7\x40\xdb\x4d\x0a\x81\ -\x03\x1c\x62\x6d\xbb\x94\xef\x0e\xd4\xc4\x60\x63\xec\x8e\xcb\xb4\ -\xdf\xc9\xd8\xe6\xf7\x7e\xf9\x67\x30\xc0\xff\x7d\xc8\xdf\x28\x96\ -\xdd\x4f\x0c\x7d\x63\xf0\xb1\xcc\xbe\x6a\x36\x6a\xcf\xa6\x19\x2a\ -\x94\xdc\x55\x93\xbe\x16\xfc\x2d\x7a\x5f\x9e\xd7\x8f\x9f\x03\x64\ -\xfc\x13\x4c\xfa\x0e\x58\x12\x54\x90\xf6\x8b\x65\x77\x7d\x5a\xf1\ -\x62\x79\x79\x03\x69\x5f\x50\x01\x5c\x53\xe6\x5b\xff\xd8\x00\x80\ -\xf1\x51\xe0\x3d\x19\x43\x8f\xa6\x81\x28\x96\x97\x37\x0c\x7b\x38\ -\xd2\xba\x16\x01\xd0\x3d\xa0\x37\x4d\x44\xb1\xec\xae\x87\xe2\xd0\ -\x33\x71\xcf\x7f\x31\xe3\x6f\x78\xdd\xd6\xe9\x42\xd6\xf9\x0d\xb1\ -\xc2\xd5\x67\x43\xa0\x95\x85\xeb\xb9\x57\x97\xdd\xf6\x71\xfa\xb8\ -\x1e\x8d\xc6\x91\x6d\x5d\x9c\xd5\x9e\x84\x00\x00\x97\xdd\x56\x2d\ -\x02\x91\x49\x8b\x78\x1f\x7f\x38\x32\x7f\x0f\xd9\x56\xf3\xac\xf6\ -\x53\xf0\xdc\x19\x46\x46\x1f\x91\x3f\x8b\x42\xcc\x2d\xe6\x5e\x7a\ -\x9d\x78\x84\x53\x71\xd7\xe8\x5f\xf9\xc4\x78\x24\xa0\x8f\x68\x1f\ -\x45\x21\x84\x56\xe3\x10\x4e\xc5\x5d\x93\x85\xe2\x36\x2e\x3e\x16\ -\xe0\x23\xe6\xb3\xf9\x3a\xe2\x66\x12\x84\x53\x59\xba\x25\xd3\xe3\ -\x88\xf8\xe6\xb8\x78\x2c\x00\xc0\x8b\x45\xe4\x4f\xbd\x4e\xfb\xe4\ -\x2a\x4e\xea\x38\x81\x49\x63\x47\xa1\xe2\xde\xc1\xb4\xc7\xf0\x27\ -\xfa\x9d\x89\xdb\x00\x63\xe2\x5b\xcd\xb3\xda\x8f\x93\xe6\x4e\x04\ -\x88\x41\xf4\xc0\x00\x05\xf7\x25\x8e\xc3\x84\x5b\x10\x1c\x5e\xa7\ -\x7d\x38\xbf\x98\x6b\x80\x46\x9f\x13\xc1\x8b\x48\x15\x4f\x05\x08\ -\x20\xea\x23\x88\x41\xdc\xd0\xf6\x45\xfd\x28\x71\x1c\x86\x97\x33\ -\xd9\xe8\x65\xfe\x02\xb3\x88\x23\x86\xf8\x33\xed\x74\xa9\x56\xa0\ -\x50\x5a\xae\x22\x7b\x02\x8a\x7a\x9f\x04\xd5\xb9\x45\xe7\xc4\xeb\ -\xb4\x4e\xa6\x0e\x28\x94\xdc\x55\xc4\x53\x60\x36\xb0\xdb\x5f\x89\ -\xc0\x57\x94\xea\x7c\xd6\x39\xf6\xba\xad\xd3\x24\xf3\x26\xba\x05\ -\xfd\xb8\x42\x71\x43\x77\x0d\x6d\x07\x20\x00\x33\xc8\x9e\x16\x4a\ -\xcb\xd5\x24\x73\x4f\x5c\x81\x42\xd9\x5d\x41\xfa\x39\x2a\x7e\x51\ -\x3f\xdc\xf3\xba\xad\x17\x73\xd7\x9d\x37\x82\x1b\x04\x7f\x3b\x94\ -\x6c\x25\x62\x01\x85\xb2\xbb\x02\x51\x71\x3e\xbf\xa8\x1f\xed\xf9\ -\x3b\x62\x10\xab\xf3\x59\xe7\x24\x0e\x31\x16\x30\x21\xfe\xc3\xe8\ -\xf9\x7d\x44\xfe\x6d\x5a\x44\x24\xa0\x50\x5e\xba\x09\xda\x4f\x1a\ -\xbf\x42\xb4\x0f\xc6\x23\x72\xc7\x5e\xb7\x1d\x42\x84\x00\xfd\x38\ -\xa1\xb8\x8c\x2f\x9a\x8d\xf1\xf1\x20\x62\x21\x9b\xff\x1d\xf1\xd9\ -\x30\x42\xd5\x28\xc4\x10\xa0\x58\x59\xba\x01\xfc\x12\x15\x3f\x6f\ -\x1c\x7d\x3f\x29\xee\x8f\xcb\x14\x88\x01\xc0\x29\xb9\x9f\x82\x9e\ -\xfd\xdb\xf8\x30\x22\xf7\x07\x52\x08\xb1\xb0\xe8\x1c\x5c\x76\x5a\ -\xbf\xf6\x77\xf8\x47\xa4\xfb\xe1\xb8\xed\x7c\x48\xdc\x1f\xe7\x8d\ -\xda\x03\x99\xed\x30\xfc\x9c\x98\xb5\x9e\xdd\x1f\x74\x07\x35\x2c\ -\xf8\x97\xfc\x7d\xbc\xf6\xe0\x43\xe3\x71\x08\x13\xef\xa2\x00\xbb\ -\x40\x43\xd0\x44\xb6\x35\x8d\x78\x10\x81\x6c\xd3\xe0\x1c\xe3\xb5\ -\xa1\xdd\x69\xcd\xfd\xdf\x1f\xff\x00\x24\xb1\x8b\xa5\x4e\x7e\x35\ -\xed\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\x86\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x38\x49\x44\x41\x54\x58\x85\xed\ -\xce\xb1\x0d\x00\x40\x08\x03\x31\xf4\xfb\x2f\x46\x81\xc4\x46\xfc\ -\x10\x50\xfa\xfa\x44\x8e\x58\x94\xd5\x93\xd5\xb3\xf9\x78\x9b\xf1\ -\x45\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\ -\x1f\xcd\x19\x07\x09\xde\xee\xfb\x03\x00\x00\x00\x00\x49\x45\x4e\ -\x44\xae\x42\x60\x82\ -\x00\x00\x03\x30\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x02\xe2\x49\x44\x41\x54\x78\x9c\xed\ -\xd7\x4f\x48\x14\x71\x14\x07\xf0\xef\xdb\x5d\x35\x32\xb2\x0e\x41\ -\x12\x14\x9e\x82\x14\x57\xd7\xd1\xd5\x0d\x02\xa3\x8b\x88\x49\x17\ -\xa1\x30\x2d\x88\x28\xa8\x43\x04\x51\x41\x48\xd0\x21\xb0\x02\x2f\ -\x46\x7f\x20\xa8\x5b\x49\x76\xa8\xec\x12\x43\xc2\x86\xeb\xee\xce\ -\xec\xc6\xde\x96\x32\x3a\x45\x99\x60\xf8\x6f\x75\x66\x5e\x87\xda\ -\xd8\x46\x2d\x73\x66\x37\xc8\xf7\x39\xfe\xde\xcc\xdb\xef\xef\xcd\ -\x0c\xb3\x03\x08\x21\x84\x10\x42\x08\x21\x84\x10\x42\x08\x21\x84\ -\x10\x62\xad\x20\xa7\x0d\x46\x34\x6d\x17\x31\xdd\x07\x68\x1b\xc0\ -\x37\x1a\x02\x35\xd7\x88\x88\xdd\x08\xb7\x94\x48\x3c\x71\x00\xe0\ -\x5e\x00\xf0\x90\xf7\x74\x7d\xa0\x7a\xc8\x49\x3f\xc7\x03\x88\xc4\ -\xf5\x57\x00\xed\xc9\x59\x7a\x50\x5a\xe2\x3b\x56\x55\x55\x35\xef\ -\xb4\x77\x2e\x66\xa6\x51\x3d\x79\x0e\x8c\xab\x39\xcb\x93\x5e\x36\ -\xb6\x28\x8a\xb2\xb0\xda\xbe\x1e\xe7\xd1\xc8\xde\xe3\xf0\x74\xc6\ -\x78\xa1\xeb\xfa\x26\xe7\xbd\xbf\x53\x55\xd5\x37\x1a\x4f\xf6\xdb\ -\x36\x0f\xb8\x70\x01\x1d\x0f\xc0\x63\xd1\x49\x00\x9f\x6c\xcb\xcd\ -\xf3\x16\x85\xc3\x9a\xb6\xc3\x69\x7f\x35\x95\xda\xb0\x7e\xe3\xe6\ -\x27\x20\x9c\xb0\x95\x32\x04\xea\x74\x72\xf5\x01\x17\x26\x08\x00\ -\x91\x64\xb2\x02\x06\x0f\x01\xd8\x69\x2b\x7d\xb4\x98\x5a\x9b\x14\ -\xbf\xb6\x9a\xbe\xb1\x58\xac\xdc\x22\xdf\x53\x06\x02\xbf\x14\x08\ -\x13\x1e\x93\xf7\xd7\xd7\xd7\x86\x57\x19\xf9\x27\x17\x1e\x01\x20\ -\xe8\xf7\x8f\x99\x19\x5f\x08\xe0\x61\x5b\x69\xab\x87\x78\x38\x12\ -\xd3\x5b\xff\xb6\xe7\x68\x22\x51\x69\x52\xd1\xc8\xa2\xcd\x03\xef\ -\xe0\x41\x93\x1b\x9b\x07\x5c\xba\x03\xb2\xd2\xe9\x74\xc9\xc4\xe4\ -\xd4\x3d\x10\x1d\xb4\x95\x2c\x62\x3a\xd5\xa0\xf8\x6f\xae\xa4\x4f\ -\x24\x9e\xdc\x0b\xf0\x63\x00\x65\xf6\x52\x11\x59\x6d\x81\x40\xe0\ -\xb3\x2b\x81\xe1\xf2\x00\x00\x80\x99\x3d\x51\x3d\x71\x85\x99\x2e\ -\x2c\xf1\x73\xbd\x0d\x81\xea\xf3\x44\x64\x2d\x77\x7e\x44\x4b\x76\ -\x81\xf9\x2e\x80\x22\x5b\x69\xd0\xcb\x46\xa7\xa2\x28\x33\x6e\xe6\ -\x75\x7d\x00\x59\x23\x71\xfd\x38\x81\xfa\x01\x78\x6d\xa5\x87\x33\ -\x5f\xcb\xba\x9b\x9b\x2b\xe6\x72\x17\x99\x99\x22\xf1\xe4\x25\x22\ -\x5c\x5e\x1c\x92\xfb\xde\xbf\x4d\x9f\xed\xe8\xe8\x30\xdd\xce\x99\ -\xb7\x01\x00\x40\x54\x7b\xd3\x62\xb1\xf5\x08\x40\x69\xee\x3a\x13\ -\xc2\xb4\x90\x69\x0f\x06\x83\x5f\x00\x20\x95\x4a\x15\x4f\x65\x8c\ -\x5b\x04\x1c\xb1\xb5\x60\x66\x3a\xd3\xa8\xf8\xfb\xf2\x95\x31\xaf\ -\x03\x00\x80\x68\x34\x51\x6b\x79\xf0\x0c\x40\xb9\xad\x94\xf6\xb2\ -\xb7\x05\xc8\x8c\x1b\x54\x34\x40\xe0\x7d\xb6\xfa\x1c\x80\x43\xc1\ -\xba\x9a\xc1\x7c\xe6\xcb\xfb\x00\x00\x20\x16\x8b\x6d\x37\xe1\x7b\ -\x0e\x42\xe5\x0a\x4f\x19\x67\x50\x5b\x63\x9d\x7f\x24\xaf\xc1\xe0\ -\xd2\x6b\xf0\x4f\x14\x45\xf9\xe0\x85\xb1\x1b\xc0\xcb\x15\x1c\x9e\ -\x36\x61\x36\x15\x62\xf3\x40\x81\xee\x80\xac\x54\x2a\x55\x3c\x3d\ -\x6f\xde\x06\x73\xf7\x32\x87\xbc\xf6\xb2\xd1\xae\x28\xca\x78\xa1\ -\x32\x15\x74\x00\xc0\x8f\x8f\x1a\x2d\xd1\x03\x50\x8f\xad\x30\x60\ -\xce\xcf\x76\x85\x42\xa1\xd9\x42\xe6\x29\xf8\x00\xb2\x22\x9a\x7e\ -\x07\x4c\x47\x01\x30\x18\xd7\x1b\xea\xfc\x17\x7f\xf7\xff\xe0\xbf\ -\xa4\xaa\xaa\x4f\x55\xc7\xd6\xfd\xeb\x1c\x42\x08\x21\x84\x10\x42\ -\x08\x21\x84\x10\x42\x08\x21\xc4\x1a\xf1\x0d\x14\x2c\xfb\x5a\x26\ -\x10\x60\xb9\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\xce\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x80\x49\x44\x41\x54\x58\x85\xed\ -\xd2\xa1\x0d\x02\x41\x14\x45\xd1\xfb\x3e\x3d\x90\x50\x05\x82\x04\ -\x3d\x9d\x20\x30\x94\x84\x40\x53\x03\x72\x1c\x02\x41\x19\x24\xdb\ -\x03\xfb\x51\xbb\x21\x21\xc1\xed\x8c\x79\xc7\xfd\x31\xf7\x89\x01\ -\x33\x33\xb3\xce\xf4\x7d\x64\xa6\x6a\xad\xab\x25\x83\xa5\x94\xb7\ -\xa4\xfc\x19\x70\x7f\x3c\x4b\x84\xae\xc0\x66\xc9\x01\xc0\x20\x74\ -\xd8\xef\xb6\x37\x80\x98\x5e\x23\x74\x6e\x10\x07\x58\x27\x79\x99\ -\xbb\x0d\x82\x7f\xcd\x03\xc6\x31\x4f\xc0\xab\x41\x73\x00\x8e\xd3\ -\xd1\xfd\x13\x9a\x99\x99\x75\xf7\x01\xa1\xaa\x1f\x07\x79\x11\x51\ -\x24\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\xcc\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x7e\x49\x44\x41\x54\x78\x9c\xed\ -\xd9\x41\x0d\xc0\x20\x14\x05\x41\x5a\x2f\x98\x46\x52\x9d\x54\x05\ -\x95\xb1\x4d\x98\x31\xf0\x5f\x36\xdc\x18\x23\x34\xd7\xbb\xe7\x7a\ -\x77\xb9\xe1\x2e\x8f\xff\x81\x00\xf5\x80\x9a\x00\xf5\x80\x9a\x00\ -\xf5\x80\x9a\x00\xf5\x80\x9a\x00\xf5\x80\x9a\x00\xf5\x80\x9a\x00\ -\xf5\x80\x9a\x00\xf5\x80\x9a\x00\xf5\x80\x9a\x00\xf5\x80\x9a\x00\ -\xf5\x80\x9a\x00\xf5\x80\x9a\x00\xf5\x80\x9a\x00\xf5\x80\xda\xf1\ -\x01\xae\xf2\x78\xfd\x35\x3e\x46\xff\x02\x9e\xf8\x3e\x00\x00\x00\ -\x00\x00\x00\x00\x9c\xe0\x03\xce\xd1\x08\xff\x2e\xda\x4f\x68\x00\ -\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x08\xd0\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x08\x82\x49\x44\x41\x54\x78\x9c\xed\ -\x9b\x7f\x6c\x5b\xd5\x15\xc7\xbf\xe7\xda\x71\xfa\x23\x6e\xda\x24\ -\x4d\xec\x34\xed\x92\xd8\xb4\xc1\x75\x52\x95\x76\xd3\x0a\x55\x48\ -\x11\x13\x1b\xa3\x61\xed\x56\x6d\x63\xda\xd6\xb1\xb1\xad\x4c\x9a\ -\x34\xc4\x90\x40\x82\x75\x1b\x8c\x0d\x8d\x0e\x98\x34\x86\x36\xd0\ -\x3a\x88\xa6\xa9\x8c\x22\x8a\x0a\xab\x26\xd6\xaa\x63\x30\xa0\x2b\ -\x75\x52\x37\xa5\x4e\xe2\xa6\x6d\x6c\x27\x21\x49\x13\x37\x4d\x62\ -\xbf\x7b\xf6\x47\x9b\xf0\x7e\xd8\x8e\x7f\x3c\x87\x44\xcb\xe7\xbf\ -\x7b\xee\xb9\xe7\x7d\xdf\xf1\x7d\xf7\xdd\x77\xef\x35\x30\xcf\x3c\ -\xf3\xfc\x3f\x43\x33\x71\x11\x87\x7b\xfd\x72\x92\x4a\x23\x09\xd4\ -\x4b\x46\x1d\x81\x6b\x01\x5e\x0a\xd0\x12\x80\x2d\x00\x0d\x83\x69\ -\x98\x89\xbb\x41\x38\x05\x26\x3f\x5b\x71\x34\x72\xda\xd7\x95\x6f\ -\x6d\x79\x4b\x40\xb9\xdb\xeb\xb2\x30\xed\x64\xa0\x99\x80\x86\xac\ -\x82\x30\xba\x08\xfc\x9a\x04\xff\x29\xdc\x79\xf2\x3d\x00\x6c\xae\ -\x4a\xf3\x13\x40\x4e\x57\xc3\x2d\x00\xee\x03\x78\x8b\xc9\xb1\xdb\ -\x88\xb1\xa7\x67\x99\xed\x05\x1c\x3b\x16\x33\x2b\xa8\x69\x09\x70\ -\xb8\xd6\x6e\x21\x88\xc7\x00\x6c\x34\x2b\x66\x12\x82\x0c\xda\x1d\ -\xee\xf0\xfd\x19\x26\xf4\x88\x9c\x13\x50\x5e\xe3\xad\xb0\x58\xe8\ -\x71\x30\xbe\x96\xc2\x4d\x02\x78\x13\xc0\x61\x62\xb4\x2b\x16\xea\ -\x28\x50\xc4\xc0\xb8\x9c\x18\xb1\x58\x0b\x15\x49\x71\xbb\x95\x45\ -\x31\x4b\xa5\x06\xa0\xd5\x4c\xd8\x44\xc0\x67\x00\x2c\x4c\x11\xf3\ -\x28\x93\xd8\x15\x0e\x9c\x38\x99\x8b\xfe\x9c\x12\xe0\xa8\x59\xf7\ -\x29\x21\xe4\xcb\x0c\x38\x13\x54\x8f\x30\xe8\x20\x31\x1f\x10\xb6\ -\xd8\xeb\x17\xda\xdb\x3f\xcc\x24\x76\x55\xd5\xa6\x85\x71\xdb\xc8\ -\x4d\x44\xb4\x95\x80\xe6\x24\xd7\x18\x23\xa6\x3b\x7b\x3a\x7d\x7f\ -\xc9\xee\x0e\x72\x48\x40\x65\x6d\xfd\x1d\x4c\x78\x0e\x40\xa1\x5e\ -\x14\x03\x4f\xd9\x62\xf8\x65\x77\x77\xeb\x60\xb6\xf1\xd5\x78\x3c\ -\x1e\xdb\xc0\x84\xe5\x2e\x62\x3c\x04\xa0\xdc\xe8\xc1\x8f\x84\x3a\ -\xda\x1e\xc2\x95\x9e\x96\x11\xd9\x24\x40\x38\x6b\x1b\x1e\x06\xf1\ -\xfd\x3a\xbb\x04\xf8\x39\x41\xe2\xa7\x17\x02\xbe\xf3\x59\xc4\x9d\ -\x96\xb2\x35\x6b\xec\xd6\x58\xc1\x3d\x44\x74\x2f\x80\x22\x5d\xf5\ -\xcb\xf1\x42\xe5\xeb\x7d\x7e\x7f\x34\x93\x98\x99\x26\x40\x38\x5c\ -\xde\x16\x02\x7d\x45\x6d\x64\xa0\x07\x52\x6c\x0b\x77\x9d\x78\x27\ -\xc3\x78\x59\xb1\xc2\xdd\x50\x25\x99\xf7\xc3\x38\xe0\x1e\x1f\xa7\ -\xcb\x4d\x03\x81\xc0\x70\xba\xb1\x44\x26\x17\x76\xba\xea\x77\xeb\ -\x6f\x9e\x80\xb7\xe3\xf1\xf8\xc6\x99\xba\x79\x00\xb8\x10\xf0\x9d\ -\xb7\x8c\x17\x35\x82\xd0\xa2\xab\x5a\xbf\x00\x8b\x5a\x80\x1d\x96\ -\x74\x63\xa5\xed\x58\xe9\xf2\x7e\x19\xa0\xdf\xea\xcc\x7b\x0b\x95\ -\x91\x1d\x3d\x67\x03\x43\xe9\xc6\x31\x8b\xe1\xe1\xf3\xf1\xe8\x40\ -\xef\xfe\x25\x25\x15\xa3\x00\x6e\xc6\x47\xbd\x79\x75\x51\x49\xff\ -\x82\xe8\x60\xef\x3f\xd2\x89\x93\x56\x02\x9c\xb5\xde\x8d\x20\x7a\ -\x05\x80\x75\xca\xc8\x78\x21\xd4\xd9\xba\x73\x68\x68\x28\x9e\xa1\ -\x76\x53\x19\x19\xec\x7d\xd3\xbe\xcc\x71\x11\x84\xcf\x4e\xda\x08\ -\xb8\xa1\xa8\xc4\xd1\x15\x1d\x8c\x9c\x98\xae\xfd\xb4\x09\x58\x51\ -\x57\x57\xca\xd2\x72\x04\x40\xc9\x94\x91\xf8\x9d\x42\x25\xba\xfd\ -\xe3\xbe\xf9\x49\xa2\x83\x91\xff\x14\x95\x56\xac\x22\x60\xfd\xa4\ -\x8d\x80\xcf\x2f\x29\x75\x1c\x1c\x19\x88\x84\x52\xb5\x9d\x76\x0c\ -\x50\xe2\x05\x8f\x01\x58\x31\x59\x66\xa0\xc7\x6a\x29\xd8\x16\x0c\ -\x06\xc7\x72\x52\x6d\x2e\x5c\x84\xcb\xbb\x00\xfc\x5b\x65\xb3\x31\ -\xf3\x1f\xd0\xd4\x64\x4d\xd6\x08\x98\x26\x01\xce\xda\x75\x9b\x89\ -\x71\xa7\xfa\x42\x4c\xf4\xc5\x73\xa7\x8f\xf7\xe4\x20\x36\x2f\x04\ -\x02\x81\x71\x45\xf2\x76\x80\xfb\x55\xe6\xeb\x2a\xcf\xf5\xdf\x9d\ -\xaa\x5d\xaa\x04\x10\x48\x79\x54\x63\x61\xb4\x44\x02\xbe\xb7\x73\ -\xd0\x99\x57\x7a\xbb\xda\x22\x60\xf1\x88\xda\xc6\xc0\x83\x15\x0d\ -\x0d\x8b\x93\xb5\x49\x9a\x00\x87\xbb\xbe\x11\xa0\xcd\x93\x65\x02\ -\x62\x8a\x05\x3f\x31\x47\x6a\xfe\x28\x94\xc3\xbf\x07\xd0\xfd\x91\ -\x85\xca\xc4\x28\x7f\x2f\x99\x7f\xd2\x04\x08\xc6\x8f\xd5\x65\x09\ -\x3c\xd3\x7b\xa6\xb5\xd3\x04\x8d\x79\x25\x18\x0c\x8e\x31\x74\x3f\ -\x14\xe3\x9e\x64\x73\x83\x84\x09\x58\x5e\xed\x71\x30\x34\xaf\x95\ -\x98\x94\xfc\xb0\xa9\x4a\xf3\x48\xb8\xa3\xee\x79\x80\xcf\xa8\x4c\ -\x2b\x9c\xee\x0f\x6e\x4e\xe4\x9b\x30\x01\x56\xab\xe5\x0e\xa8\x5e\ -\x91\x0c\x7e\xa3\xb7\xab\x2d\x62\xae\xcc\x7c\xb2\x4f\x01\xb0\x4f\ -\x63\x62\xf9\xcd\x44\x9e\x89\x1f\x01\xc6\x56\x4d\x91\xc4\x2b\x26\ -\x29\x9b\x31\xa4\x30\x68\xbe\x35\xd1\x63\x60\x48\xc0\xd5\x11\xf3\ -\x7a\xb5\x8d\x64\xfc\x55\x73\xe5\xe5\x9f\xc8\x19\xdf\xbb\x00\xd4\ -\xbd\xb6\xd8\x51\xf3\xc1\x06\xbd\x9f\x21\x01\xd6\x28\x3e\x0d\xc0\ -\x36\x65\x60\x7a\x3f\xd4\xe9\xef\xd6\xfb\xcd\x01\x24\x98\x34\x3f\ -\x9c\x20\x69\x58\xa7\x34\x24\x40\x02\x5e\x75\x99\x89\x8f\x9a\xaf\ -\x6d\x66\x60\xc2\x51\x6d\x99\xd6\xea\x7d\x8c\x63\x00\xf1\xb5\x5a\ -\x07\xcd\x68\x3a\xa7\x10\x90\x3a\xed\xda\x7b\xbb\xe2\x63\x80\xab\ -\xd5\x25\xc9\x98\xf5\xef\xfe\x64\xc4\x14\xa9\xd7\x5e\xa3\xf7\x49\ -\x90\x00\xb2\x6b\x1c\x88\x67\xfc\x5b\xdf\x2c\x16\x63\x54\xaf\xdd\ -\xae\xf7\x49\xf4\x1a\xd4\x38\x91\x44\x46\x6b\x6c\xb3\x89\x60\x30\ -\x38\x0e\x40\xfd\xc9\x6e\xf3\x78\x3c\x36\xb5\x4f\xa2\x04\x90\xb6\ -\x40\xa6\x6f\x47\xcd\x26\x0c\x09\x60\x60\x44\x5d\x96\x82\x0d\xdd\ -\x66\xae\x50\x5d\x5d\x5d\x08\xf5\x2a\x16\x30\xe1\xf7\xfb\x27\xd4\ -\x3e\x86\x04\x10\x58\xb3\xa2\x2a\x99\x96\xe6\x47\x5e\xfe\x19\xa5\ -\xa2\x62\x9d\x69\x44\xef\x93\x68\x10\x3c\xab\x71\x20\x32\x8c\x9c\ -\x73\x85\x02\x0b\xd5\xea\x4c\x41\xbd\x8f\x31\x01\x4c\xa7\x34\x45\ -\xd0\x35\xa6\xaa\x9a\x41\x14\xd6\x69\x27\xb4\xeb\x7d\x8c\x8f\x00\ -\x4b\xdd\x66\x23\x6f\xd6\xfb\xcc\x15\x48\xaf\x5d\xa2\x4d\xef\x63\ -\x48\x40\x6c\xa1\x7c\x8b\x00\xf5\xfe\xfb\x75\x2b\xdc\x0d\x55\xe6\ -\xcb\xcb\x3b\x82\x80\xdb\xd4\x06\x29\xe8\xb0\xc1\x49\x6f\xe8\xf3\ -\xfb\xa3\xcc\x78\x4b\xd3\x50\xca\xdb\xf4\x7e\xb3\x1d\x47\xed\xda\ -\x0d\xba\x1d\xe5\xe1\x48\x55\xc9\x7b\x7a\xbf\x84\xeb\x01\x4c\xda\ -\xaf\x28\x10\x35\x9b\x2b\x2f\xff\x10\x09\x8d\x66\x02\x5e\xc7\xe1\ -\xc3\x86\x7d\x8c\x84\x09\x28\xb0\x5a\x5a\xa0\xdd\x6a\xbe\xc9\xe1\ -\x5e\xbf\xdc\x5c\x89\x79\x45\x80\xf0\x25\xb5\x41\x32\xf6\x26\x76\ -\x4c\xc0\xd5\x75\xff\x43\x2a\x53\x21\xc9\xb8\x7e\x3b\x7c\xd6\xe2\ -\xac\xad\xff\x2a\x18\x75\x2a\x53\x38\xbc\xaa\xf4\x50\x22\xdf\x14\ -\xab\xc2\xf4\x6b\x8d\x81\xf0\x03\x67\xcd\xb5\x9f\x30\x47\x62\xfe\ -\xb8\x3a\xd7\xff\xb9\xda\x46\xc0\x6f\x12\x75\x7f\x20\x45\x02\x2e\ -\x74\xfa\xde\x60\x68\x06\x43\x1b\x09\xeb\x6e\x33\x44\xe6\x93\xa1\ -\x71\xcb\x77\x41\xaa\xcf\x5e\xc2\xc0\x84\x75\xe2\xe9\x64\xfe\xa9\ -\x76\x86\x18\xc4\x0f\x68\x0d\xf8\x86\xd3\x55\x6f\x58\x57\x9b\x2d\ -\x38\x57\x6f\x28\x63\xe0\x41\xb5\x8d\x99\x7f\xd1\x7f\xfa\xb4\x61\ -\x0a\x3c\x49\xca\xbd\xc1\x70\xa0\xed\x30\x40\xcf\xeb\xfc\xf7\x97\ -\xd7\x78\x2b\x72\x52\x9a\x07\x3c\x1e\x8f\x0d\xca\xc4\x8b\x50\x9d\ -\x21\x62\xc0\x17\x5e\x5a\xf8\x54\xaa\x76\xd3\xee\x0e\x4b\xe0\x5e\ -\x68\x57\x57\x57\x5a\x04\xbd\xe4\x76\xbb\xf5\x87\xa3\x3e\x56\x06\ -\xc7\xad\x4f\x02\xb8\x71\xb2\x4c\x40\x0c\x52\xdc\x35\xdd\xa1\xca\ -\x69\x13\x10\xe9\xf0\xf5\x4a\xa2\x2f\x00\x18\x57\x99\xaf\x8f\x62\ -\xe1\xef\x30\x43\x67\x8d\xa7\xc3\xe1\x6e\xb8\x1b\xe0\xef\x6b\x8c\ -\xc4\xbb\xd2\x39\xb6\x93\xd6\x09\x91\x4b\x03\x91\xf3\xf6\xd2\xf2\ -\xb3\x00\x6d\x9b\x8a\x0f\xac\xb7\x97\x54\x38\x57\x39\xcb\x0e\xf5\ -\xf5\xf5\x29\x19\xab\x36\x07\xaa\x74\x79\x7f\x08\xe0\x49\xa8\x7f\ -\x0c\xc2\x13\xa1\x40\xdb\xa3\x49\x5b\xa9\x48\xfb\x8c\x50\x74\xa0\ -\xd7\x57\x54\x52\xb1\x88\x80\x1b\x54\xe6\x0d\x63\x8a\x68\xb4\x2f\ -\x5f\xf9\x6a\xf4\xc3\xd0\x68\xba\xb1\xcc\xc0\xe3\xf1\xd8\xac\x76\ -\xe7\x33\x20\x3c\x00\x4d\x4f\xe4\xbf\x87\x56\x96\x7d\x0b\xc1\x60\ -\x5a\x67\x06\x33\xec\xc2\x3b\x2c\x4e\x57\xfb\x3e\x00\xdb\x74\x15\ -\x41\xc9\x68\x8e\x74\xb6\xb6\x66\x16\x2f\x3b\x2a\x5c\x0d\xe5\x02\ -\xf2\x6f\xea\xed\xfb\xab\x9c\x2c\x54\x2c\x9b\x83\xc1\xf7\xd3\x5e\ -\xc8\x4d\xbb\x07\x5c\xc1\xcf\xd1\xc1\x1b\x5f\xb4\x2f\xeb\xb7\x83\ -\xb0\x49\x55\xb1\x54\x10\xbe\x53\x54\xe2\x28\x5b\x5c\x52\xf1\xdf\ -\x4b\x83\x91\x4b\x99\xc5\x4d\x8f\xaa\xaa\x4d\x0b\x17\x2d\x2f\xf9\ -\x91\x00\xff\x15\xa0\x35\xba\xea\xd7\xc6\xd8\x76\x6b\xb8\xeb\xf8\ -\xc5\x4c\x62\x66\x7f\x54\xd6\xed\xfd\x36\x98\x9e\x66\xa0\x40\x57\ -\x15\x25\xa2\xc7\xc7\x30\xba\x27\x93\x03\x8b\x29\x69\x6a\xb2\x56\ -\x9e\x1f\xd8\xc9\xcc\xbb\xa1\x3a\xaf\x34\x05\x63\x4f\xa8\xb3\xee\ -\xbe\xab\xbb\xc2\x19\x91\xd3\x28\xee\xbc\xa6\xbe\x11\x12\x2f\x01\ -\x28\x4d\x50\x3d\x08\xf0\x01\x26\x71\x60\x02\xa3\x87\x32\x4d\x86\ -\xc7\xe3\xb1\x0d\x8d\x59\x1a\x99\x68\x2b\x80\xdb\x01\x36\x4c\xc3\ -\x09\x88\x81\x78\x57\x4f\xa0\xed\xd9\x2c\x6f\x21\xf7\xd7\x58\xa5\ -\xcb\xbb\x92\x21\x9e\x00\x78\x7b\x8a\x8b\xc4\x18\x38\x02\xa2\x7f\ -\x42\xe2\xb4\x60\x25\xc0\x82\x06\xac\x31\x8a\x46\x6d\x97\x95\x45\ -\x62\xb1\x3d\x2e\x63\xc5\x90\xa2\x86\x04\xad\x86\xc4\x26\x10\x6e\ -\x01\xb0\x24\xc5\xa5\xdf\x05\xb0\x2b\xd4\xd1\x7a\x2c\x17\xfd\x26\ -\xfe\x61\xa2\xfe\x73\x04\xfc\x0a\x40\xbd\x59\x31\x13\xc1\x40\x0f\ -\x01\x3f\x0b\x75\xd4\xfd\x31\x9b\x2e\xaf\xc7\xec\x89\x8c\x70\xba\ -\xbc\xb7\x03\x74\x3f\x80\x4f\x9a\x1c\xbb\x93\x09\x7b\x16\xc4\x47\ -\x9e\x35\xf3\x8c\x62\xde\x66\x72\x0e\xf7\xba\xb5\x82\x79\x27\x83\ -\x9b\x01\xac\xce\x32\x4c\x98\x09\x07\x89\xb0\x37\x74\xa6\xf5\x5f\ -\xc8\xe2\xff\x00\xd3\x31\x23\x53\xd9\x4a\x97\x77\xa5\x84\xd8\x02\ -\xf0\x5a\x00\x75\x74\x65\x97\xb6\x18\x57\x9e\x71\x2b\x80\x8b\x00\ -\x86\xc1\x38\x07\xa2\x76\x66\xb4\x43\xc4\x8f\x84\x03\xfe\x53\xc8\ -\xc3\x3f\xc5\xe6\x99\x67\x9e\x79\x26\xf9\x1f\x97\x34\xda\xcf\x6d\ -\xac\x69\x6b\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\x68\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x1a\x49\x44\x41\x54\x58\x85\xed\ -\xc1\x01\x01\x00\x00\x00\x82\x20\xff\xaf\x6e\x48\x40\x01\x00\x00\ -\x00\xef\x06\x10\x20\x00\x01\x47\x01\xa0\x88\x00\x00\x00\x00\x49\ -\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\xf0\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\xa2\x49\x44\x41\x54\x78\x9c\xed\ -\xd0\x31\x0d\x00\x20\x00\xc4\x40\x82\x0b\x66\x66\xfc\xcb\x03\x19\ -\xc7\xd0\x33\xf0\xcd\x8f\x01\xad\x7d\xee\xda\xe7\xca\x86\x29\xc7\ -\x7f\xd0\x01\x3a\x40\xeb\x00\x1d\xa0\x75\x80\x0e\xd0\x3a\x40\x07\ -\x68\x1d\xa0\x03\xb4\x0e\xd0\x01\x5a\x07\xe8\x00\xad\x03\x74\x80\ -\xd6\x01\x3a\x40\xeb\x00\x1d\xa0\x75\x80\x0e\xd0\x3a\x40\x07\x68\ -\x1d\xa0\x03\xb4\x0e\xd0\x01\x5a\x07\xe8\x00\xad\x03\x74\x80\xd6\ -\x01\x3a\x40\xeb\x00\x1d\xa0\x75\x80\x0e\xd0\x3a\x40\x07\x68\x1d\ -\xa0\x03\xb4\x0e\xd0\x01\x5a\x07\xe8\x00\xad\x03\x74\x80\xd6\x01\ -\x3a\x40\xeb\x00\x1d\xa0\x75\x80\x0e\xd0\x3a\x40\x07\x68\x1d\xa0\ -\x03\xb4\x0e\xd0\x01\x5a\x07\xe8\x00\xed\x01\x63\x49\x03\x4f\x37\ -\x8d\x7d\x4c\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\x4e\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\x00\x49\x44\x41\x54\x78\x9c\xed\ -\xd6\x31\x4a\x03\x51\x18\x45\xe1\xf3\x32\x13\x42\x2c\x2c\x44\x0b\ -\x3b\x8b\x60\x27\x08\xba\x80\x74\xba\x00\xd7\x61\xe3\x02\xc4\x05\ -\x64\x13\xf6\x29\x05\xed\xb2\x03\x11\x6c\x84\x80\x82\x20\x68\xc0\ -\xc2\x42\x13\x64\xf2\x6c\xe5\x8d\x62\x95\x17\x70\xce\x57\xde\x7f\ -\x8a\x3b\xb7\x99\x01\x49\x92\x24\x49\x92\x24\x49\x92\x24\xa9\x11\ -\xc2\x9f\xf7\x7e\xbf\xc8\xd2\x64\x51\x46\xa3\x39\x30\xff\xed\xfc\ -\xe3\x00\x9b\xdb\x7b\xeb\x54\xb3\x01\x84\x23\x60\x65\x51\xdd\x32\ -\x99\x12\xe2\x45\x59\xb4\x8f\x1f\xef\xae\x9f\xd2\x63\x6d\x80\xb5\ -\x5e\x6f\xb5\x13\xbb\x37\xc0\x56\x8e\x76\x19\x4d\xaa\x79\xdc\x79\ -\xb9\xbf\x7d\xfe\x1e\xb6\xd2\xa7\x3a\x74\xcf\xf8\x7f\x2f\x0f\xb0\ -\x51\x14\x61\x90\x86\xb5\x01\x88\x1c\x64\xa9\xb3\x0c\x91\xc3\x34\ -\xaa\x0f\xd0\x30\xf5\x01\x02\x57\x4b\xe8\x91\x47\xe0\x32\x8d\x6a\ -\x03\xcc\xf8\x38\x05\x1e\x72\xf4\xc9\x6c\x52\x55\xf1\x24\x0d\x6b\ -\x03\xbc\x8e\xc7\x6f\xad\xf6\xe7\x3e\xc4\x73\xe0\x3d\x4b\xb5\xc5\ -\x9a\x12\xe2\xb0\x2c\xcb\xdd\xf4\x0b\x00\xfe\x08\x49\x92\x24\x49\ -\x92\x24\x49\x92\x24\x49\x4d\xf1\x05\x9b\xa7\x36\xdd\xcc\xae\x61\ -\x04\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\xd6\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x88\x49\x44\x41\x54\x78\x9c\xed\ -\xd7\xb1\x0d\xc2\x40\x10\x04\xc0\xb5\x8b\x40\xb4\x41\x80\x44\x1d\ -\xb4\x40\xe4\x8a\xdc\x09\x45\x20\x21\x51\x86\x45\x11\x7e\x52\xf4\ -\x26\xb5\x8c\xfc\x33\xe1\xea\x82\xbd\xcb\x2e\x01\x00\x00\x00\x00\ -\xa0\x1d\x5d\x1d\x3c\x9e\xaf\x6b\x49\xc6\x24\x87\x0d\xfa\xac\x69\ -\x2a\x73\xb9\x5d\xce\xa7\xfb\x77\xd8\xd7\x53\x3b\x5d\x3e\x49\x8e\ -\x5d\xdf\x8f\x75\xb8\x38\x40\x6b\x16\x07\xe8\x92\x21\xc9\x7b\x83\ -\x2e\x6b\x9b\xca\x3c\x0f\x5b\x97\x00\x00\xfe\x87\x5f\xa0\x9e\xda\ -\xe9\xf2\x89\x5f\xe0\x37\xbf\x00\x00\x00\x00\x00\x00\x00\x8d\xf8\ -\x00\xe8\x9d\x24\x0f\x29\x6b\xfb\x4b\x00\x00\x00\x00\x49\x45\x4e\ -\x44\xae\x42\x60\x82\ -\x00\x00\x00\x79\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x2b\x49\x44\x41\x54\x58\x85\xed\ -\xce\x41\x11\x00\x20\x0c\x04\xb1\x16\xff\xc6\x78\x74\x06\x47\x20\ -\xe3\x78\x24\x06\x76\xab\x00\x80\xb0\xde\x73\x6e\x72\x60\x25\xe3\ -\x00\xc0\x17\x1e\x35\xea\x03\x69\xfb\x29\x65\xb3\x00\x00\x00\x00\ -\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x03\x6e\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x03\x20\x49\x44\x41\x54\x78\x9c\xed\ -\x9b\x3f\x4f\x14\x41\x18\xc6\x9f\x67\x59\x42\x0c\xa5\x12\x11\x7b\ -\x1b\xc5\x43\x58\xb1\x91\x6f\x21\x18\x49\xc4\x4e\xa2\x09\x68\x09\ -\x9f\x40\x6b\x34\x51\x4b\x35\x91\x44\xfc\x16\x58\x78\xb0\x82\xcb\ -\x41\x65\x0d\x68\xa2\x25\x41\xe2\xde\x3e\x16\x78\x7f\xd8\x5b\xfe\ -\x48\x5c\xde\xbb\x30\xbf\x6a\x76\x66\x36\x79\xe6\x97\x99\xdb\x2b\ -\xe6\x05\x1c\x0e\xc7\x69\x86\x47\x99\x14\x45\x51\xe7\x76\xac\x11\ -\x92\xb7\x20\x5c\x01\xd4\x03\xc0\xcf\x39\xdb\xbf\x12\x03\xdc\x00\ -\xb1\x2a\xe9\xc3\x19\x9f\xef\x0b\x85\xc2\xd6\x61\x2f\x1d\x28\x40\ -\x12\x17\x3e\x7f\x19\x03\xf9\x04\xc0\x85\xff\x16\xf5\x64\xd8\x04\ -\x39\x35\x78\xed\xea\x5b\x92\xda\x6f\xd2\xbe\x02\xc2\x30\x6c\x2f\ -\xd3\x7f\x06\x60\x3c\x97\x78\x27\xc7\xab\x36\xc5\x13\x41\x10\xfc\ -\xce\x1a\xcc\xdc\xc6\x92\xb8\xb8\x14\x3d\x07\x70\xbf\xbe\x9f\x40\ -\x49\xd4\x47\x25\xfc\xe6\x79\x48\x72\x08\x7b\x6c\x92\x04\x1e\x3d\ -\x75\x53\xbc\x29\xa0\xb7\x6e\x68\xbc\x4c\x1f\x92\x1e\x64\xed\x84\ -\xcc\x1d\x50\x5c\x8a\xc6\x20\xbd\xae\xf5\xe8\x27\x84\xc9\xc1\x81\ -\xbe\xd9\x83\xb6\x53\x33\xf0\xf7\xd8\xde\x01\x31\x03\xf0\x6c\x75\ -\x80\xbc\x77\xa3\xbf\xf0\x26\x3d\xbf\x41\x40\x14\x45\x9d\xbf\x62\ -\x7d\x45\xed\xcc\xff\x68\x53\x7c\x35\x08\x82\xcd\xdc\x52\xe7\x40\ -\x18\x86\x17\xca\xf4\x57\x00\x9c\x03\x00\x02\x1b\x1d\x3e\x2f\xa5\ -\x7f\x18\xbd\xf4\x8b\xdb\xb1\x46\x50\xff\x83\x27\x3d\x6a\xb5\xc5\ -\x03\x40\x10\x04\x9b\x84\x1e\x57\x9e\x05\xf4\xec\xc4\xc9\x70\x7a\ -\x5e\x83\x00\x92\xb7\xaa\x6d\xa0\x34\x38\xd0\x37\x9b\x5f\xcc\x7c\ -\xb9\xde\xdf\xf7\x8e\x40\xa9\xf2\x2c\x7a\x87\x0b\xd8\xfd\xce\xef\ -\x92\x80\xf3\xcd\x7e\xe6\x0f\x82\xa4\x12\x70\xbe\xda\x21\x5d\x4e\ -\xcf\x69\x14\xb0\xfb\x27\xa7\xf2\xc2\xf7\x7c\xa2\x9d\x20\x7b\xd7\ -\x70\x31\x3d\x9c\x21\xa0\xf6\x69\x6c\xb6\x4f\xdd\x71\x48\xad\xa1\ -\xe1\xb3\x9f\x25\xe0\x54\xe1\x04\x58\x07\xb0\xc6\x09\xb0\x0e\x60\ -\x8d\x13\x60\x1d\xc0\x1a\x27\xc0\x3a\x80\x35\x4e\x80\x75\x00\x6b\ -\x9c\x00\xeb\x00\xd6\x38\x01\xd6\x01\xac\x71\x02\xac\x03\x58\xe3\ -\x04\x58\x07\xb0\xc6\x09\xb0\x0e\x60\x8d\x13\x60\x1d\xc0\x1a\x27\ -\xc0\x3a\x80\x35\x4e\x80\x75\x00\x6b\x9c\x00\xeb\x00\xd6\x38\x01\ -\xd6\x01\xac\x71\x02\xac\x03\x58\xe3\x04\x58\x07\xb0\x26\x4b\x40\ -\x5c\x69\x24\x49\xeb\x0b\x4a\xad\x21\x4e\x8f\x67\x2c\x90\x1b\xb5\ -\x26\xcf\xe7\x11\xea\x44\xd9\xbb\x86\xf5\xf4\x70\xa3\x00\x62\xb5\ -\x36\xa8\x21\x49\x47\xaa\x29\x68\x46\x24\xd1\x83\x86\xaa\x1d\xe4\ -\x5a\x7a\x4e\x83\x00\x49\x1f\xaa\x6d\xa0\x77\x71\x29\x1a\xc9\x2d\ -\x61\xce\x14\x97\x57\x6e\xd7\xdf\x1c\xa7\x92\xb9\xf4\x9c\x06\x01\ -\x67\x7c\xbe\x07\x50\xbd\x1b\x2c\xe0\xd9\xa7\x4f\xa5\x96\x3b\x0a\ -\x0b\x0b\xab\xdd\x94\x66\x2a\xcf\xbb\x97\xa5\xbd\xc3\x05\x14\x0a\ -\x85\x2d\x90\x53\x75\x5d\x5d\x6c\x2f\x97\x8a\xe1\xf2\x68\x2b\x1c\ -\x07\x49\x2c\x86\xcb\xa3\x6a\x8b\x57\x00\x74\x55\xfb\xc9\xe9\xac\ -\x12\x9a\xcc\x05\x49\xe2\xc2\x52\xf4\x02\xa9\x6a\x11\x02\xa5\x04\ -\x9c\x87\xf4\xbd\xd9\x6e\x91\x26\x09\x3c\x90\xe7\x3d\x68\x28\x55\ -\x30\x01\x08\x2f\x07\x07\x0a\x0f\xb3\xee\x3d\x67\x56\x8c\x90\x54\ -\x18\x86\x13\x65\xfa\x40\x9d\x04\x01\xbd\x84\x7a\x41\x40\x4d\x76\ -\x85\x9a\x04\x00\xa1\x21\x96\xf0\xb2\x0d\xf1\xe4\x7e\x97\xbe\x0f\ -\x2f\x9a\x5a\x5e\xb9\x0b\xe9\x29\x5a\xac\x68\x8a\xc0\x86\xc8\xe9\ -\x63\x17\x4d\xd5\x13\x45\x51\xe7\x4e\x9c\x0c\x8b\xde\xf0\xdf\x2b\ -\xe7\x17\xd1\x94\x65\x73\x58\x07\xb9\x46\x25\x73\x1d\xbe\x37\x77\ -\x94\xb2\x39\x87\xc3\x71\xba\xf9\x03\xda\x23\x0d\x87\x89\xc5\xf9\ -\x28\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x00\x9a\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x4c\x49\x44\x41\x54\x58\x85\xed\ -\xd7\xc1\x09\x00\x20\x08\x46\x61\x8b\x06\x6b\x53\x17\x09\x1a\xc0\ -\xa1\x6c\x83\x4c\xe9\xf8\xde\xf1\x07\xe1\xbb\x2a\x42\xc9\xd4\x7c\ -\xab\xf9\x7e\xdd\xa3\x46\xc1\x30\x93\xfb\xb5\x5e\x39\xfa\x19\x00\ -\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xa4\x3f\xa3\x26\ -\xb2\x32\x3b\x45\x1d\xa6\x16\x0e\xd5\x35\x8e\x11\x00\x00\x00\x00\ -\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x03\x71\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x03\x23\x49\x44\x41\x54\x78\x9c\xed\ -\x9a\xbb\x6b\x14\x51\x14\xc6\xbf\xb3\x3b\x26\x21\x04\x1b\x11\x11\ -\x53\x18\x8c\x85\xb0\xb0\x8f\x89\xc9\x68\x27\x3e\x40\x0b\xbb\x10\ -\xb0\x33\x20\x2a\xe9\x6c\x42\xfe\x02\x63\x29\x24\x04\x15\x62\x67\ -\x13\x1b\x11\x92\x42\x25\x8d\x98\x59\xdd\x57\x60\x0b\x0b\x45\x8b\ -\x05\x11\xb1\x50\x34\xb0\xc9\xee\x1e\x0b\x35\xe0\xce\xec\x63\x1e\ -\x27\x37\x71\xee\xaf\xbc\x73\xf3\x9d\x6f\xbe\xcc\xdc\xb9\xdc\x3d\ -\x80\x46\xa3\x89\x32\x14\x54\x60\xb5\x5c\x1e\xe8\xdf\xac\x4d\x81\ -\x79\x1c\xa0\x04\x80\xde\x10\x7c\x05\xa1\x0a\x70\x19\x44\x4b\x1b\ -\x3d\xc6\xfc\x99\x44\xe2\x47\xbb\xc9\x81\x02\xb0\xdf\x14\xcf\x13\ -\xd1\x22\x08\x83\x41\x74\xc4\x60\x54\x98\x79\xd2\x3a\x99\x7e\xd6\ -\x6a\x8a\xef\x00\xec\x42\x69\x92\x18\x0f\x00\xc4\xfc\x6a\xec\x10\ -\x75\x06\xae\x59\x66\xea\xa1\xdb\x45\x5f\x01\xd8\xb9\xd2\x05\x22\ -\xac\x60\xf7\xdf\xfc\x5f\xea\xdc\xe0\x8b\x6e\x4f\x82\xe7\x00\x56\ -\xcb\xe5\x81\xfe\x6a\xed\x2d\x80\x23\xa1\x58\xdb\x29\x18\x95\x8d\ -\x3e\xe3\x44\xf3\x9a\xe0\xf9\x3f\xd8\xbf\x59\x9b\xc2\x5e\xbb\x79\ -\x00\x20\x0c\xfe\xf1\xfe\x0f\xde\x1f\x61\xe6\xf1\x50\x0c\xa9\xc0\ -\xc5\xbb\x8f\x77\x98\x12\x61\x78\x51\x83\xd3\xbb\xe1\x43\xa5\xed\ -\x77\x7e\xcc\x4c\x05\xde\x5b\x04\x21\x9b\x2f\x71\x9b\xcb\x0e\xef\ -\x7b\x65\x15\x17\x43\x07\xa0\xda\x80\x6a\x74\x00\xaa\x0d\xa8\x46\ -\x07\xa0\xda\x80\x6a\x22\x1f\x40\xc7\x8d\x50\x2e\x97\x3b\x5c\x8b\ -\x19\x37\x89\x71\x16\xe0\x43\x9d\xe6\x67\xf3\xc5\x77\xfe\xed\x10\ -\x13\xa1\xc2\xcc\xcb\xbc\x55\xbd\x67\x59\xd6\x77\xff\x5a\x5d\x56\ -\x6c\x77\x71\xad\xb0\x7e\x39\xc6\x8d\x45\x80\x0e\x48\x1b\x71\xc0\ -\xf8\xc0\x44\x57\x2c\x33\x69\x7b\xf9\xb3\x0e\x3b\x41\xc7\x4e\xb5\ -\xe5\x2b\x90\xcd\x95\x66\x63\xcc\x4f\x94\xdc\x3c\x00\x10\x86\x08\ -\xfc\x32\x5b\x28\xdd\x90\x2c\xe3\x1a\xc0\xeb\x7c\x69\x02\x84\x69\ -\xc9\xc2\x5d\x12\x07\x63\xce\xce\xaf\x5b\x52\x05\x1c\x01\xac\x15\ -\x8b\x47\x19\xb8\x2f\x55\xd0\x07\x71\x62\x7e\x64\xdb\xf6\x7e\x09\ -\x71\x47\x00\xf1\x06\xcd\x00\x10\x29\xe6\x1b\xc2\x10\xed\xeb\xbd\ -\x2e\x21\xed\x08\x80\x19\x97\x24\x0a\x05\x85\x88\x44\x7c\x39\xd7\ -\x80\x5d\x7a\xc4\xcd\x2c\xe3\xcb\xf3\x81\x48\x1d\xf5\xe3\x32\x46\ -\x8c\x61\x06\xaf\xb4\x9e\xc1\x22\x07\x2d\x9e\x03\x38\x6d\x9a\x01\ -\x36\x3a\xad\x79\x95\xcf\x23\x8e\xb8\x84\x74\x5b\x22\xbf\x15\xd6\ -\x01\xa8\x36\xa0\x1a\x1d\x80\x6a\x03\xaa\xd1\x01\xa8\x36\xa0\x1a\ -\x1d\x80\x6a\x03\xaa\xd1\x01\xa8\x36\xa0\x1a\x1d\x80\x6a\x03\xaa\ -\xf1\xd3\x1f\xa0\x08\x3a\xd6\xe9\xc4\xb7\x0b\xaa\xcd\x03\x11\x7b\ -\x02\xb8\xdc\x3c\x12\xad\x00\x88\x96\x9a\x87\xa2\x13\x00\xa3\xb2\ -\xd1\x63\xcc\x37\x0f\x47\x25\x80\x3a\x33\x4f\xba\xf5\x0d\x47\x21\ -\x80\xdf\xad\xb2\x2d\xfa\x85\xf7\xd0\x57\xc0\x07\x5d\x34\x4b\xff\ -\x8f\x01\x6c\xb7\xcb\xf7\x19\x34\x97\x4c\xa6\x7e\xb6\x9b\xec\x38\ -\x6a\x0e\xe1\x5b\x2b\x04\xbf\x1f\x33\xd3\xc3\x61\xab\xba\xad\x01\ -\x5f\xc2\x2e\x12\x0e\xf4\x59\x42\xd5\x19\x00\xf3\x73\x89\x42\x41\ -\x61\xc2\x0b\x09\x5d\x67\x00\x31\xbe\x03\x60\x4b\xa2\x98\x7f\xf8\ -\xab\xd1\xa8\x2d\x48\x28\x3b\x02\x18\xcb\x64\xd6\x81\x5d\xd1\x1b\ -\xb0\x0d\x21\x76\x75\x64\x64\xe4\x93\x84\xb6\xeb\x3e\x60\x34\x93\ -\xbc\x0b\xe6\xc7\x12\x05\xbd\xc2\x84\xd9\x51\x33\xf9\x54\x4a\xdf\ -\x35\x00\x22\x6a\x8c\x9a\xa9\x09\x00\xb7\xa0\xee\x75\xf8\x46\xc0\ -\x84\x95\x49\xcd\x48\x16\xe9\xf8\x8b\x6b\xb6\x50\x48\xa2\x41\xd3\ -\x20\x3a\x07\xe0\xa0\xa4\x19\x00\x00\xa3\x42\x84\xe5\x7a\x8c\x6f\ -\x9f\x4a\xa7\x3f\x8a\xd7\xd3\x68\x34\x91\xe6\x17\x9b\x66\xde\x6e\ -\xd7\xee\xd4\x8b\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\ -\x00\x00\x01\x07\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\xb9\x49\x44\x41\x54\x78\x9c\xed\ -\xd9\xb1\x0d\x83\x60\x10\xc5\xe0\x23\x62\x09\x6a\x6a\xf6\x1f\x24\ -\x75\x6a\xc6\x80\x31\xbe\x48\xbf\xbd\xc0\x59\xd6\xeb\x6e\x06\x72\ -\x9c\xd7\x73\x9c\xd7\x23\x1d\x3e\xf2\xf8\x3f\x50\x00\x2d\xa0\x29\ -\x80\x16\xd0\x14\x40\x0b\x68\x0a\xa0\x05\x34\x05\xd0\x02\x9a\x02\ -\x68\x01\x4d\x01\xb4\x80\xa6\x00\x5a\x40\x53\x00\x2d\xa0\x29\x80\ -\x16\xd0\x14\x40\x0b\x68\x0a\xa0\x05\x34\x05\xd0\x02\x9a\x02\x68\ -\x01\xcd\xf2\x01\x36\x79\x5c\xbf\xc6\x67\x5a\xc0\xec\x5a\x60\x66\ -\xe6\xfe\x7d\xd9\x12\x97\x5f\x40\x01\xb4\x80\xa6\x00\x5a\x40\x53\ -\x00\x2d\xa0\x29\x80\x16\xd0\x14\x40\x0b\x68\x0a\xa0\x05\x34\x05\ -\xd0\x02\x9a\x02\x68\x01\x4d\x01\xb4\x80\xa6\x00\x5a\x40\x53\x00\ -\x2d\xa0\x29\x80\x16\xd0\x14\x40\x0b\x68\x0a\xa0\x05\x34\xcb\x07\ -\x78\x01\xc7\xc9\x07\x50\x2b\x0d\x69\x67\x00\x00\x00\x00\x49\x45\ -\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x04\xe8\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x04\x9a\x49\x44\x41\x54\x58\x85\xc5\ -\x97\xd9\x76\xe2\x46\x10\x86\xbf\x66\x11\x12\x60\x50\x9c\xc4\x9e\ -\xf1\x24\x39\x59\xde\xff\x9d\x72\x31\x9e\x49\x1c\xcf\x18\x6c\x23\ -\x19\x24\xa8\x5c\xd4\xdf\xa8\x91\x71\x72\x97\xd4\x39\x1c\x89\x56\ -\xd7\xf6\xd7\xd6\x0d\x58\x09\x16\xf8\xcf\xc9\x02\x58\x19\xa4\x7c\ -\x09\xac\x21\x58\xf7\x91\x4b\x20\x1a\x96\x25\xef\x93\x44\x4a\x5c\ -\xb3\x64\x6d\x9b\xac\xed\xf4\x7e\x00\x1e\x7a\xf2\x97\xc0\x3a\xf4\ -\x16\x0e\xc0\x05\x30\x00\xaa\x44\x59\x90\x11\x13\xd8\x0d\x21\x8c\ -\x81\x71\xcf\xa5\x16\xac\x81\xac\x95\x11\x51\xb9\x01\x0d\x90\x4b\ -\xfe\x23\x30\x3c\x75\xd8\xf7\x2d\xc0\x7e\x11\x34\x63\xb0\x99\xd6\ -\x33\xb0\xf7\xf0\x50\x82\xe5\x60\x13\xb0\x82\x57\x64\x85\xbe\x4d\ -\xb5\xf7\xca\x79\xc1\xd7\x2c\x93\xec\x5f\xc1\x2e\xfa\x10\x02\xf6\ -\x01\xf8\x24\x24\x0c\x78\x01\x0a\xd8\xbd\x87\xec\xa3\xbc\x00\x58\ -\xc8\x8b\x73\x94\x7e\x9b\xc0\xee\x06\xb2\x5b\x21\x92\x4b\xdf\x1a\ -\xb8\x81\x70\x0b\x30\x92\xf2\x80\xc3\x3e\x96\xf2\x1b\xe0\xde\x19\ -\xb2\xfb\x44\xf9\x04\x0f\x91\x71\x1a\xf7\xe8\xcc\x4c\xca\xf4\xcb\ -\xbe\xc2\xa6\x80\xd9\x18\x78\x07\x7c\x94\x8e\x41\x0f\x01\xfb\x4e\ -\xff\x2b\x08\x15\xd8\xb5\xbe\xfd\x09\xcc\x1d\x8d\xd5\x0c\x4a\x5c\ -\x70\xa8\xcf\x03\x60\x73\xa0\xc5\xf3\xa5\xd2\xf3\x80\x27\xf4\x0e\ -\x78\xc2\xe3\xff\x0d\xb0\x82\xb0\x19\x25\xdc\x63\x29\xcf\xe5\xdd\ -\x1a\xb8\x92\xc5\x39\x94\x4f\x82\x71\x02\x66\x1d\x0f\x24\x08\xe5\ -\xc0\xb3\x94\x95\x42\x38\x03\xee\xf0\xf0\x64\x10\x9e\x12\x07\x3b\ -\x28\xdc\x52\x9b\xc0\xcb\xb5\x18\x83\xa0\x5c\x48\x68\xa4\x39\x1e\ -\x86\xb9\xf8\x07\xfa\x1f\xd7\x22\x6d\xc4\xbb\x93\xac\x00\xdb\xf7\ -\x4a\xcc\x63\xee\xc5\x10\xbc\x73\x41\x15\x30\xfd\x8c\xc7\xb2\x96\ -\xf5\x23\xc1\x56\x43\x75\x09\xd3\xb5\x23\x75\x8e\x6c\x21\x99\x35\ -\x30\x95\x03\x53\xba\xd2\x1b\x49\xf6\x1c\x0f\xc1\x97\x14\x81\x09\ -\xb4\x2f\x49\x6d\x16\x8a\xb5\xe1\x96\x5d\xc3\x74\xe5\x48\xbd\x49\ -\xb1\xce\xbf\x17\x8f\x09\x89\x58\xb6\x2d\x3c\x36\x78\xe8\xfa\x21\ -\x68\x4a\x58\x3c\x74\xc6\x30\x54\x3e\xe4\x78\xd2\xfc\x25\xc1\x85\ -\xfa\x41\xee\x49\x67\xb3\xee\x3f\x05\x9e\x37\x5f\x61\x73\x29\xde\ -\x3c\x91\x09\x2c\x9e\x49\x42\x15\x0d\xc8\xbc\x8b\x91\x0b\xc6\x52\ -\x1e\xb4\x62\x5c\xe1\x89\xf6\x20\x48\x73\x3d\x83\xa0\x9d\xba\x0c\ -\xa6\xae\x9c\x06\x66\x0f\xda\xd7\xe2\x3d\xe5\x12\xef\x31\x43\x68\ -\x4c\xfb\x63\x1f\x20\x40\x50\xd7\x0a\x8f\xde\xb9\x82\x32\xdb\x0c\ -\x82\xfa\xbb\x35\x12\x36\x06\xee\x7b\xbd\xfd\xca\x8d\x8e\x7c\xb4\ -\x60\x7b\x7f\x86\x1d\xd8\x33\x5e\x86\x03\xba\x24\x3f\xa9\x82\x61\ -\x52\xdf\x49\x93\xa9\xd3\x3d\xda\xc7\xbd\x7b\x63\xe9\x30\xbb\x4b\ -\x1c\x8a\x94\x4e\x59\xc9\x0c\x55\xe7\x6c\xc7\x30\x82\xf1\x21\xf1\ -\x86\xe4\xbd\x4d\x84\x8c\x80\xc6\x3d\xb7\x35\xea\x4c\x78\x46\x5b\ -\xd2\x1f\x52\x4a\x1d\x78\x35\x3d\x07\xc9\x73\x7f\x86\xb9\x4f\x87\ -\x9e\xc0\x3e\x9d\x6b\xcf\x96\xbc\xbf\xda\x17\x85\xed\xa0\x51\x57\ -\x0b\xd6\x6d\x0e\x06\xf5\xb0\x67\xc0\x30\x81\x7d\xa5\xdf\x32\x99\ -\x27\x7d\x83\x4f\x46\x6e\xdf\x98\x94\xa1\x55\x29\xf5\xac\x2d\xfa\ -\x75\xdf\xe2\x09\xa7\x79\x1e\x62\xdb\xbe\xa6\x3b\x03\x44\x0a\xaf\ -\xdf\xad\x00\x3b\xee\x8b\x39\x60\xca\x70\x53\x19\xce\x34\x58\xc0\ -\x4b\xb3\x94\xe2\x02\x6f\xb9\x6a\x36\x96\x42\xdc\x00\xdf\x4a\xb8\ -\x49\xb6\x0e\x21\x16\x3b\x20\x32\x76\x1f\xf9\xa2\x01\x3b\x08\x43\ -\x95\xdb\xd6\x0f\x24\x34\xfe\xdf\xc0\x33\x7f\x23\x21\x9f\xff\x61\ -\x1a\xee\x38\x9e\x76\xd6\x25\x2c\xef\x3a\x07\x79\xc0\x4b\x38\xee\ -\xd9\xc1\x49\x08\xc6\x75\xe2\xf5\x16\x35\x0a\x51\x05\x2f\x3f\xc9\ -\xf3\x73\x99\x7e\xb4\x40\x1e\x7e\x80\xe5\x53\xb7\xbc\x2a\xa4\x1c\ -\x37\x6c\xbc\x89\x5f\x06\x09\xe3\x06\xea\xb2\x63\xa2\xf6\x86\x14\ -\x0f\x1a\xf9\x2d\x3e\xdd\xfa\x67\xc1\x94\x22\xd4\x7f\xe0\xed\x36\ -\xf8\xb3\x4c\x86\x57\x36\x93\x31\x27\x21\xd8\xfb\xe6\xe2\x19\xec\ -\x86\x6e\xe0\x14\xf8\x49\xe6\x77\x3c\x9e\x7b\xa0\x74\xa4\xea\x41\ -\x97\xa0\xf5\x50\x02\xd5\x21\x8f\x7b\x7f\xc6\xbb\x9f\x8e\x77\x2c\ -\xa1\xb8\x95\xcc\x6d\x6a\x00\x6e\x40\x78\x06\x1b\xd0\xc5\x7c\x24\ -\x6f\x0e\x10\x36\x60\x2d\xf0\x0c\xe1\xe5\x3c\x00\x36\x77\x19\xa0\ -\x83\xeb\x67\x7c\x96\x6c\x24\x73\xe5\xf9\xd3\x45\x31\x0d\x41\xe3\ -\x93\x2d\x3c\x42\x7d\xe1\x9e\xb2\x96\xf5\x5b\xe5\xc7\x71\x8c\xbe\ -\x4d\x36\x56\xe8\x1a\x3c\xd1\xd6\xc0\x25\x54\x33\x47\xc3\x66\x5a\ -\x3f\x09\xc1\x57\xe0\x07\xdf\x6c\x4b\x60\x06\x2f\x41\x93\x74\x42\ -\x67\xb2\x0e\x97\x55\x05\x85\xd1\x75\xcf\xd8\xac\x0a\x3c\xdb\x77\ -\x38\xf3\xc2\x8d\xaf\xa7\x30\x9d\xe3\x13\x76\xe3\x8e\x87\x4d\x62\ -\x40\x30\xb0\x03\x5e\xeb\x01\xf8\x04\x45\x34\x86\x0e\x56\xf0\x30\ -\x4c\x75\xf4\x36\x21\x18\xe2\x1c\x59\x38\x82\xc7\xbd\x17\x6e\xcc\ -\xf4\x8b\x64\xc5\xd9\x72\xee\x50\x63\x17\xba\x34\xf4\x2f\x26\x0b\ -\xa8\x7e\xec\x2e\x23\xff\x76\x31\x01\xe7\xad\x3e\x74\x65\x7d\x72\ -\x31\xf9\xed\xcc\xc5\xe4\xd8\xdb\xf7\x82\x6d\x20\x2b\x33\x1c\xfe\ -\x81\x7f\x6f\x32\x79\x30\x84\x71\x7a\xf7\xcb\x75\x30\x6e\x7d\xd4\ -\x8e\x6a\xbc\x67\xec\xc5\xdb\xd0\x0d\xa6\x35\xc9\xd5\xec\x8d\xcb\ -\x69\xf4\xe2\x98\x70\xc3\xe4\x7d\xa2\xf7\x09\x6c\x35\x3b\x26\x95\ -\x94\x18\xdd\xe5\x54\x06\xb9\xb0\x18\xf3\x9e\xc3\x6b\xf8\x9f\xaf\ -\xe7\x7f\x03\x88\x7c\xd3\x3b\xed\x32\x4f\xdf\x00\x00\x00\x00\x49\ -\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x02\x28\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\xda\x49\x44\x41\x54\x58\x85\xed\ -\x94\x3d\x6b\x14\x51\x14\x86\x9f\x73\x67\x21\x42\x58\x71\x0d\x26\ -\xc6\x0f\x30\xc6\x20\x06\x15\x2d\x6c\x63\x63\x20\x48\x88\x95\xb5\ -\x95\xb5\x9d\x3f\xc0\xce\x5f\x60\xe1\x1f\x50\x2c\x2c\x14\x31\x58\ -\x88\x58\xa8\x95\x3a\x2c\x03\x62\x26\x0a\x4e\xb2\x4e\x06\x76\x83\ -\x6c\xc0\xc0\xce\x1c\x8b\xf9\xd8\x65\xd7\x4d\x76\xd6\x60\x9a\x79\ -\xe0\xc2\xe5\xce\xb9\xef\xfb\xce\xb9\x77\x06\x0a\x0a\x0a\x0a\xf6\ -\x19\x49\x27\x93\xd3\x17\x1b\xa0\x87\xfe\x93\xed\x66\xcd\xb5\x2b\ -\x00\x26\x5d\x52\xd4\xf4\xdf\xb0\xb7\x74\x7a\x65\x93\xd2\x76\x38\ -\x25\xf0\xbe\xa3\x2e\x02\xc2\xbd\x19\x1a\xb5\xcd\x79\x57\xda\x0e\ -\xa7\x7a\x02\x78\x9e\x53\x0f\x47\xe5\x1a\xe8\x72\xfb\x99\x66\x47\ -\xf4\x0f\xef\x2b\x20\xa9\xcf\x4b\x1d\x95\x79\xcf\x73\xea\x3d\x01\ -\x00\x7c\xdb\xde\xaa\x8c\x44\x4b\x8a\x3c\x8e\x57\xc4\xd0\x71\x4f\ -\x86\x20\x33\x57\xf4\x51\x65\x24\xbc\xe1\xdb\xf6\x56\x67\x81\xd5\ -\xbd\x23\x08\x82\xb0\xd9\x98\x7b\x5a\x1e\x0b\x8e\x80\x5c\x69\x77\ -\x21\x77\x0e\x01\x35\x71\x06\x7d\xf0\xd3\x3d\x77\x3b\x08\xde\xb4\ -\xba\x8b\x7a\x02\xc4\x38\xda\xac\x6f\xbc\x28\x1f\x9e\x30\x20\x57\ -\x41\xf2\xba\x0b\x60\x40\x10\xe1\x5e\x6d\xa5\x7a\x17\x9c\xe8\x6f\ -\x85\x7d\x02\xc4\x34\x1b\x1b\xaf\xcb\x95\xa3\x9b\x08\x0b\x89\xa8\ -\x00\xba\x8b\xb9\x49\x06\x82\xde\x59\x77\xab\xf7\x77\x2a\xde\x31\ -\x40\x1c\xc2\xff\x50\x1e\x1b\x5f\x05\x59\x22\xbb\x98\xd2\x27\x84\ -\x9a\xa4\x5b\x21\xa2\xb7\x6a\x6e\xf5\xe1\x6e\xfa\x03\xb7\x76\xe2\ -\xf4\xf9\x45\x23\xf2\x04\x38\x00\xaa\x20\x5d\x2d\xcd\xcc\x7f\x47\ -\xaa\x37\xfd\xd5\xea\xf3\x41\x74\x73\x9d\xed\xe4\xcc\x85\x39\x22\ -\x9e\x01\x07\x89\x8f\x22\x0d\x91\x7e\x2d\xbf\x88\x64\xb1\xf6\xcd\ -\x7e\x3b\xa8\x66\xee\xab\x7d\x7c\x66\xf6\x52\x14\x59\xcb\xc0\x78\ -\xd2\x89\x54\xc3\x37\x26\x5c\x58\xfb\xea\x7c\xca\xa3\x37\xd4\x37\ -\x7e\x62\x7a\xf6\x4c\x88\xf5\x0a\x38\x95\x2c\x7d\xb7\x08\xe7\x3d\ -\xd7\x59\xc9\xab\x35\xf4\x4f\xe6\xe4\xd9\xcb\xc7\x5a\xad\xd6\x1a\ -\xc2\xe7\x92\x55\xba\xfe\xe3\xcb\xc7\xf5\x61\xb5\x0a\x0a\x0a\x0a\ -\xf6\x95\x3f\xe5\x66\xa9\xac\x98\x07\xd5\x19\x00\x00\x00\x00\x49\ -\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x0a\xc0\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x0a\x72\x49\x44\x41\x54\x78\x9c\xed\ -\x5b\x7b\x70\x5c\x65\x15\xff\x9d\xbb\x8f\x34\xad\x6d\xca\xa3\xa0\ -\x43\x99\x12\xa0\xb5\x0c\x4d\x36\xd9\x6c\x92\x6d\x2d\x81\x45\x1d\ -\x10\xa5\x80\x30\xc8\x63\x80\x0a\x88\x14\x45\x14\x05\x85\x19\xa0\ -\x22\x68\x2d\xd2\x22\x33\x4c\x15\x2d\x03\x2d\x1d\x31\xcc\x00\x23\ -\x0e\x8f\xce\xd0\x86\x29\x0d\x9b\xdd\xcd\x3e\xd2\x8b\x14\x6a\x4b\ -\x0b\xb5\x03\xa2\x29\x4d\xf3\xde\xbd\xf7\xe7\x1f\x49\xe1\xde\xbb\ -\x77\xef\xde\xcd\x6e\x32\x8e\xf6\xf7\xdf\x3d\xdf\xef\x3b\xe7\xdc\ -\x73\xbf\xfd\x1e\xe7\x7c\x0b\x1c\xc5\x51\x1c\xc5\xff\x33\x64\x2a\ -\x8c\x24\x93\xc9\x39\xa3\xf0\xb4\x09\xf5\x3a\x42\x16\x0a\x70\x2a\ -\x80\xd9\x10\xcc\x02\xe1\x01\xd0\x07\xa2\x4f\x84\xef\x93\xf2\x36\ -\x14\xf9\x1b\x3c\xd8\xd6\x1a\x08\xbc\x37\xd9\xbe\x4d\x5a\x00\x12\ -\x89\x1d\xa7\xe5\xa0\x2d\x17\xe1\x32\x40\xea\x27\xa4\x84\x78\x8f\ -\x22\x2f\x2b\x8a\xfe\x64\x73\x43\x43\x42\x44\x58\x61\x37\x2b\x1b\ -\x00\x92\x12\x4f\xf6\x9c\x47\xf0\x4e\x00\x91\x4a\xea\x06\xa0\x12\ -\x58\xe3\x65\xee\xe9\x50\x28\x94\xad\x94\xd2\x8a\x05\x20\x9a\x48\ -\x47\x44\x64\x35\xc0\x50\xa5\x74\x16\xc0\x5e\x90\x2b\x5b\x9a\x1a\ -\x36\x54\x62\x44\x94\x1d\x80\x68\x74\xc7\x89\xe2\xd3\x1e\x06\x70\ -\xb5\x03\x4d\x07\xb0\x9d\x82\x0e\xd1\xb9\x53\x87\xb2\x5b\x3c\x7a\ -\xaf\x92\xf5\x1d\xf6\x7a\x47\xb5\x5c\xce\x3b\x53\x44\xaf\xa1\x82\ -\x5a\x10\x0b\x20\x5c\x4c\xc8\x57\x01\x54\x3b\xe8\xdc\x26\x1e\xac\ -\x68\x69\x68\x78\xab\x1c\xff\xcb\x0a\x40\x3c\x9e\x6e\xd1\x15\xbc\ -\x00\xe0\x0b\x36\xcd\x87\x09\xbc\xa4\x80\x2f\x32\x37\xfa\x4a\x6b\ -\x6b\xeb\xbf\x4b\xd1\xdd\xd9\xd9\x59\xed\xf1\x57\x9f\x0b\x91\x0b\ -\x01\x2c\x2b\x60\x63\x18\x22\xd7\xb7\x06\x03\x7f\x9a\x80\xfb\x00\ -\xca\x08\x40\x57\x22\x75\x15\x44\x9e\x00\x50\x95\xe7\x14\xf0\xe8\ -\xa8\x4f\x59\x75\x56\x7d\xfd\xc1\x89\xea\x37\x42\x55\x55\x7f\xff\ -\x48\xf6\x3b\x02\xb9\x17\xc0\x09\xf9\x0c\x79\xb0\x25\x58\x7f\xaf\ -\x88\xe8\xa5\xea\x2e\x39\x00\x24\x95\x78\x2a\xfd\x00\x29\x77\x59\ -\x9a\x74\x08\x9f\xa0\x47\xf9\x79\x38\x10\xd8\x5f\xaa\x5e\x37\x78\ -\xe3\x8d\x9d\x33\x7d\xd5\x23\xb7\x03\xfc\x09\x80\xcf\x59\x9a\x5f\ -\x18\xac\xf2\x5e\x13\x59\xb4\xa8\xbf\x14\x9d\x25\x05\x80\xa4\x12\ -\x4f\x66\x36\x11\xb8\xc2\xa2\xe4\x80\xe8\xb8\xa4\xb9\xb9\x21\x56\ -\x8a\xbe\x89\x22\x9a\xc9\xcc\x95\x1c\x9e\xb7\x99\x70\x53\xcc\x0e\ -\x9f\x13\x0e\x87\xfb\xdc\xea\x52\x4a\x31\xdc\x95\xca\xac\xb4\xbe\ -\x3c\x80\xa8\xc2\x5c\x68\xaa\x5e\x1e\x00\xc2\x81\xc0\x7e\x6d\x64\ -\xa0\x0d\xc0\x26\x4b\x53\xa3\xf8\xa6\x6d\x6a\x6f\x6f\xf7\xb8\xd5\ -\xe5\x7a\x04\xc4\xba\xd3\xdf\x22\xf0\x8c\xb9\xb7\x3c\x35\x78\x68\ -\xd6\xcd\x91\x48\xed\xb0\x5b\x3d\x95\x04\x49\x89\x25\xd3\x77\x00\ -\xb2\x0a\xe6\x77\x59\xdd\xda\xd4\xf0\x53\x37\x3a\x5c\x05\xa0\x2b\ -\x99\x0c\x81\xca\x36\x00\xd3\x3e\x35\x0e\x3c\xdd\x1a\x0c\x5c\x3b\ -\x19\xbb\xb3\x52\x11\xed\x4e\xfd\x50\x20\x6b\x4d\x42\x91\xeb\x5a\ -\x83\x81\x0d\xc5\xfa\x16\x0d\x40\x57\x57\xd7\x71\xf0\x56\x65\x00\ -\x9c\x74\x44\x46\x41\x6c\xe8\x50\xcd\xd9\xa5\x7e\xf9\x37\xbb\xbb\ -\xcf\x50\xe0\xbd\x84\x60\x3d\x04\x73\x85\x98\x0b\x40\x03\xb8\x1f\ -\xa2\xec\x17\x9d\x49\xfa\xe4\xb9\x52\xcf\x00\x63\x3b\xd0\xcc\x7a\ -\x02\xdf\x36\x88\x47\x75\xca\xe2\xc5\xa1\x40\xd2\xa9\x6f\xf1\x00\ -\x74\xa7\xd7\x03\xb8\xde\xd0\xe1\xc0\xa8\xe8\xcd\x4b\x83\xc1\x03\ -\x6e\x9c\x53\x55\xd5\xdf\x3f\xac\xad\x80\xf0\x66\x01\x16\xba\xe9\ -\x03\x20\x25\xe0\xa3\x7b\x77\xef\xda\x78\xf9\xe5\x97\x6b\x6e\x3a\ -\xec\xda\xb5\xab\xaa\xb7\x6f\x60\x0b\x80\x25\x06\x5f\x93\x03\x7d\ -\x07\x5b\x23\x91\x48\xae\x50\x3f\xc7\x00\x44\x13\xe9\xa5\x22\xd8\ -\x66\x10\x91\x90\x25\xe1\xa6\x40\xd4\x8d\x53\x5d\x89\xd4\xc5\x10\ -\x79\x08\xc0\xe9\x6e\xf8\x79\x20\xd2\x10\xf9\x71\x6b\x53\x60\x8b\ -\x1b\xfa\xf8\xae\x54\x05\x70\xfc\x11\x99\x50\x6e\x6b\x09\x05\x1e\ -\x2d\xd4\xa7\xe0\x2a\x40\x52\x44\xf0\x2b\xb3\x3f\xd8\xe4\xe6\xe5\ -\x13\x89\x84\x2f\xda\x9d\x79\x0c\x22\xcf\x63\xa2\x2f\x0f\x00\x82\ -\x06\x80\xaf\x75\x75\xa7\x56\x92\x2c\xba\x62\x85\xc3\x75\x1f\x11\ -\x7c\xd0\xe4\xb3\xf0\x9e\x4c\x26\x33\xa3\x50\x9f\x82\x4a\xe3\xa9\ -\x54\x1b\x80\xa5\x06\x51\x56\xd1\x94\xfb\x8a\x39\xb1\xad\xa7\xe7\ -\x18\x4d\xbc\x2f\x0b\x78\x8b\x3d\x63\x22\x73\xa6\xdc\x17\xeb\x4e\ -\xff\x39\x91\x48\x4c\x2f\xc6\x1c\xea\x9b\xfd\x3b\x40\xde\x37\x88\ -\x8e\x1f\xd6\xf8\xdd\x42\x7c\x87\x11\xa0\xdc\x61\x11\xfd\xbe\xa5\ -\xa5\x7e\x8f\x93\x71\x55\x55\xfd\xfe\xac\xf6\x02\x80\x2f\x17\x66\ -\x4d\x70\xf7\x2d\x72\x99\x2e\xde\x0d\xc5\x46\x42\x24\x52\x3b\x2c\ -\xd0\xcd\x1f\x8a\xb8\xbd\xd0\xde\xc0\x56\x59\x2c\xa6\x7e\x1e\xc0\ -\xf9\x06\x51\x96\x59\xcf\x03\x4e\x86\x49\xca\xc0\x68\xf6\x31\x40\ -\xda\x9c\x78\xe5\x80\xc0\xa5\xf1\x54\xa6\xe8\x28\xdc\xbb\x7b\xd7\ -\x46\x00\xbb\x0c\xa2\x93\xe6\x9d\xb6\xe0\x2b\x76\x5c\xdb\x00\xd0\ -\x9b\xbb\x0a\x80\x31\x62\x5b\xc2\xe1\xba\x8f\x9c\x8c\xc6\x93\x99\ -\xab\x41\xb9\xb1\x98\x73\xe5\x82\xc4\xbd\xb1\x64\xd2\xf6\x65\x8e\ -\x60\x6c\xe5\xe0\xb3\x96\x8e\xd7\xd9\x71\x6d\x03\x20\xc0\x85\xa6\ -\x67\xf2\x2f\x4e\x06\x13\x89\xc4\x74\x02\xab\x6c\xdc\x75\xea\x36\ -\x71\x50\x59\x53\x6c\xbb\xab\x53\x31\xfb\x2c\x72\x81\x5d\x9f\xbc\ -\x00\x64\x32\x99\x19\xe4\x67\x6b\xe9\x18\x49\xfb\xab\xa3\x31\xc5\ -\x7b\x3b\x0c\x1b\x25\x83\x55\xa7\x6e\x13\x06\x81\xba\x79\xa7\x7f\ -\x71\xb9\x13\x27\xdc\x54\x1f\x87\xc0\x38\x6a\x6b\x6a\x6b\x17\x34\ -\x59\x79\x79\x01\x18\xd1\x10\x06\xe0\x37\x58\x4b\x87\x42\xa1\xf7\ -\xad\xbc\x23\x68\x6f\x6f\xf7\x90\xf8\x81\x1b\xc7\x2b\x09\x21\x6f\ -\x73\x6c\x17\xd1\xa1\xc3\xf4\xe1\x74\x4f\x7e\x9e\x32\x2f\x00\xba\ -\x8e\x45\x16\xd1\x36\x2b\xc7\x88\x93\x6b\xe7\x9f\x05\x60\x8e\x13\ -\x67\x32\x40\xa0\x2e\x9a\x4a\xcd\x2f\xc2\x32\xfb\x4e\x9c\x69\x65\ -\xe4\x05\x40\x84\x67\x58\x18\xbb\xac\x1c\x23\x3c\x8a\x5c\xe6\xec\ -\xc4\xe4\x41\xd1\xe4\x52\xa7\x76\xf1\x58\x7d\x97\x33\xac\x1c\xbb\ -\x49\xf0\x14\xd3\x93\x4e\xc7\xb5\x9f\xc0\x64\x67\x81\x1d\x6c\x33\ -\xef\x37\x6d\x42\xd6\x67\xf1\x5d\xaf\xb5\x52\xec\x02\x30\xd3\x44\ -\x20\x3e\x29\xe2\x85\xcd\xe4\x37\x45\x10\x99\xeb\xd4\x3c\x30\x30\ -\xc3\xe2\xbb\xcc\xb4\x72\xf2\x7f\x02\x96\x00\xe8\x1e\x16\xcc\xb1\ -\x91\x54\x20\xb6\xd9\xda\xa9\xc1\xd8\x71\xba\x20\xce\x39\xe7\x94\ -\x11\x00\xc6\x93\xa0\x5f\x55\x55\xbf\x91\x93\x17\x00\x5a\xd6\x2e\ -\xd2\x57\x70\x31\xef\xe8\xe8\x50\xec\x74\x4c\x19\x14\xf8\xca\x57\ -\x91\x07\x39\x6c\x7c\xf2\xe8\xb9\xbc\x61\x73\x04\xe3\xe7\x6c\xc7\ -\x1d\xe2\xa4\x82\x74\xcc\x3e\x77\x74\xec\xad\x02\xe0\x35\x88\x46\ -\x17\x2d\x5a\x34\x6a\xe4\xd8\x04\x80\xa6\x8c\xaa\x2e\x98\x5d\xc4\ -\x8b\x7f\x38\xb7\x4f\x22\xa8\x38\x06\xa0\xba\xba\xbf\xc6\xd2\xe1\ -\xb0\x95\x63\x37\x07\xec\x33\x0b\x24\x6f\xe6\x34\xb7\x2b\xaa\x63\ -\xfb\x64\x42\xe0\x68\x5b\xfc\xd9\x53\x2d\xa2\xbd\x56\x4e\xfe\x46\ -\x08\x7c\xdb\xf8\x4c\x81\xe3\x66\x43\x07\x9e\x73\x6a\x9f\x4c\xe8\ -\x2c\x66\xdb\x63\xf1\x5d\x76\x5a\x19\xf9\x3f\x01\x1d\xa6\x62\xa3\ -\x42\x53\x52\x24\x0f\xc3\x87\x66\x6d\x06\x50\x52\x35\xa6\x42\xd8\ -\x17\x6e\xaa\x4f\x39\x11\x68\xf1\x5d\x98\x3f\x62\xf2\x02\x30\x54\ -\xed\x7b\x13\xc0\xa7\xf5\x77\x02\xc1\x68\x26\x53\x70\xb9\x19\xcf\ -\x0c\x3f\xe9\xc2\xe1\x0a\x43\x1e\x77\x4a\xc9\x93\x54\x04\xfc\x86\ -\x51\xa6\x8b\x74\x58\x79\x79\x01\x18\xab\xad\xf1\x4d\x93\x29\xcd\ -\xac\xc8\x0a\x9f\xe8\xf7\x03\x38\x54\xcc\xe5\x0a\xe2\x03\x6d\x64\ -\x60\xad\x13\x21\x9e\x4e\x37\xc1\x5c\x51\xee\x1b\xea\xeb\x4d\x58\ -\x79\x85\xd6\x70\xd3\x29\x8a\xe4\x32\x27\x63\xc1\x60\xf0\x63\x52\ -\x1c\x33\x46\x95\x84\x00\x77\x2f\x59\xb2\x64\xc8\x89\xa3\x6b\x62\ -\xf5\xf9\x15\xbb\xf4\xb8\x6d\x00\xb2\xc2\x4d\x18\xbb\xd4\x30\x6e\ -\x50\xce\x4d\x26\x93\x8e\x27\xbe\xa1\xc3\xbd\x8f\x00\x78\xd5\x89\ -\x53\x21\x6c\x6c\x0e\x06\xac\x35\x41\x13\xc6\x77\xa8\xa6\x43\x1a\ -\x75\x3e\x65\xc7\xb5\x0d\xc0\x78\xd1\x63\xb3\x41\x54\x95\xa5\x62\ -\x2d\x87\x9b\x10\x89\x44\x72\x7e\x85\x57\x00\x78\xc7\x89\x57\x26\ -\xa2\x83\x7d\x35\x37\x15\x2b\xc7\xc5\x93\xe9\x2b\x2d\x45\x98\x0f\ -\x87\xfa\x3f\xd9\x6c\xc7\x2d\xb8\x8d\x15\x91\xdf\x58\x44\xdf\xdb\ -\x9e\x4c\xce\x73\x32\xdc\xd8\xd8\xf8\x89\x68\xca\x05\x98\x94\x20\ -\x48\x82\x59\xcf\xc5\xc5\xca\x71\xaa\xaa\xfa\x49\xf9\x85\x59\xca\ -\xb5\x85\xaa\x43\x05\x03\xd0\xdc\x58\xbf\x05\x10\xe3\x64\xe8\xf7\ -\x50\x59\x59\xcc\xcd\x96\x96\xfa\x3d\x7e\x85\x61\x98\x47\x50\x59\ -\x10\xe0\x19\x6d\x64\xa0\xad\x58\x62\x16\x00\x06\x46\x72\x37\x41\ -\xf0\xd9\xe6\x4d\xd0\x9b\x1d\xaa\x5e\x57\x88\xef\x34\x02\xa8\xeb\ -\xfa\xdd\x16\x47\xae\x8d\x76\xf7\x38\x9f\xc1\x31\x36\x12\x06\xfb\ -\x0e\x7e\x1d\x82\x9f\x01\xc8\xdb\x7e\x96\x80\x7f\x41\xb0\xa2\x39\ -\x18\xb8\xaa\xd8\xa4\x07\x00\x89\x44\xe2\x78\x00\xf7\x18\x65\xa2\ -\xe3\x97\x4b\x97\x2e\x2c\xe8\x83\x9b\xe2\xe8\x06\x00\xd7\x18\x44\ -\x1f\x30\xeb\x69\x76\xf3\x35\x00\x60\x7b\x26\x73\x82\x57\xd3\x57\ -\x82\x72\x1d\x80\xa2\x95\x9d\x71\x1c\xa2\x60\x9d\x57\xcf\xad\x0a\ -\x85\x42\xae\x96\x57\x55\x55\xfd\x03\x23\xda\x66\x80\x67\x7f\x26\ -\x65\x8f\x87\x5a\xc8\xe9\x5e\x61\xd1\x00\x8c\xbd\x00\x7b\x40\x9c\ -\x68\x10\x77\x1e\x3b\x6b\xc6\xb9\xf3\xe7\xcf\x1f\x71\xe3\x1c\x30\ -\x96\x3a\xd7\xc5\x7b\x3e\x45\x2e\x15\xb2\x8e\x82\x93\x40\x1c\x3b\ -\xde\xfc\x31\x80\x03\x02\x24\x45\x94\x67\xab\xfd\xca\x6b\xd6\x53\ -\x5b\x31\x74\x25\xd2\xeb\x20\xb8\xd9\x20\xca\x2a\x3a\x96\x16\xbb\ -\xb9\xe2\x2a\x6f\x1d\xed\xce\x84\x05\xec\x80\xf9\x46\xd8\x13\x2d\ -\xc1\xc0\x8d\xe5\x5c\x90\xe8\xec\xec\xac\x9e\x33\x67\x8e\x5e\x4a\ -\x20\xed\x10\x4b\xa4\x6e\xa1\xc8\x63\x26\xa1\xc8\x8d\xad\xc1\xc0\ -\xfa\x62\x7d\x5d\x27\xee\xa3\xc9\xf4\x35\x42\x98\x6e\x5c\x08\xf0\ -\xf8\xf4\x2a\xef\xad\xa5\x7e\xad\x4a\x81\xa4\xc4\xbb\x7b\x6e\xa5\ -\x70\x2d\x0c\xf3\x99\x40\x1e\x69\x69\x0a\xfc\xc8\x8d\x0e\xd7\xd9\ -\x9c\x70\xb0\x61\x23\x80\xd5\x26\x07\x80\x9b\x06\x46\xb4\xcd\xe3\ -\x93\xcf\x94\x42\x55\x55\x7f\xac\x3b\xf3\x07\x0a\x7f\x0b\xf3\x7b\ -\xbc\x3a\xd0\xd7\x6b\x2d\xec\x16\x44\x49\xe9\xac\x7d\xbb\xdf\xbd\ -\x1b\xc0\xf3\x66\x29\xcf\xd6\xc4\x1b\xef\x4c\xf4\xd4\x95\xa2\xab\ -\x1c\x6c\xcf\x64\x4e\x18\x18\xc9\xbd\x06\xc1\x0d\x66\x57\xf0\x96\ -\x5f\xe1\x15\x4e\x37\x42\xac\x28\xb9\x76\xd5\xde\xde\xee\x99\x77\ -\xda\x82\x87\x00\x58\x87\x58\x96\x82\x75\x9a\x47\x1e\xfc\x52\x20\ -\xf0\xcf\x52\xf5\xba\x41\x67\x67\x67\xb5\xa7\xaa\xfa\xfb\x80\xdc\ -\x05\xe0\x18\x63\x1b\xc1\x97\xbd\xd4\xae\x74\xbb\x6a\x1c\xc1\xc4\ -\xaf\xca\x26\x33\x37\x80\x5c\x07\xe4\x25\x26\xfb\x01\x3e\xcc\xec\ -\xc8\x9a\x52\x2e\x2c\x3a\x61\xeb\xd6\xad\xde\xe9\x33\x8f\x5d\x0e\ -\xe1\x4a\xd8\xd5\x20\x89\x35\xfb\xf6\xbc\x7b\xa7\xdb\xfb\x44\x46\ -\x94\x55\xbd\x8c\x25\x7b\xda\x48\xed\x39\x40\x8e\xb3\x69\x3e\x08\ -\xf2\x45\x2a\xca\x8b\x18\x1d\xda\x5c\x6a\x30\x54\x55\xf5\x0f\x8e\ -\x8e\xb6\xe9\x50\x2e\x14\xe2\x22\x00\x76\xdb\xf0\x2c\x44\x56\xb8\ -\x99\xed\x0b\xa1\xec\xf2\x6d\x2c\xb6\xe3\x64\xdd\xa3\x3d\x22\xc0\ -\x37\x1d\x68\x59\x42\x5e\x17\x60\x2b\x05\xef\x08\xb4\xbf\x4b\xce\ -\xd7\x3b\x32\x8d\xfd\xbe\xc1\x41\x4d\x9f\x36\x6d\xa6\xa2\xeb\x35\ -\xa2\x4b\x2d\x44\x16\x00\x58\x0c\xe0\x3c\x00\xb3\x1c\x74\xc6\x09\ -\x65\x45\xb8\xa9\xbe\xbb\x1c\xff\x2b\x56\xbf\x8e\x27\x7b\xbe\x46\ -\xea\xbf\x26\x30\xa9\x93\xa1\x00\x07\x08\xdc\xbf\x6f\xf7\xbb\x7f\ -\x9c\xc8\x90\xb7\xd1\x57\x39\x90\x54\x62\xc9\xcc\x45\x00\xee\x02\ -\xd0\x5c\x49\xdd\x00\xf6\x10\x5c\x33\xd4\x37\x7b\x7d\x25\xaf\xe6\ -\x4e\xda\x9f\xa6\x62\xe9\xf4\x99\xd0\xb8\x9c\x94\x65\x10\x2c\x98\ -\xa0\x9a\x0f\x01\xbc\x24\xa2\x3c\xd5\xdc\x58\xf7\xc6\x44\xfe\x0f\ -\x50\x0c\x53\xf2\xb7\xb9\x58\x6c\xc7\xc9\xf4\xea\x11\x90\x67\x0a\ -\xb8\x10\x90\x5a\x42\x6a\x00\xce\xc2\x58\xe5\xe6\x10\x20\x7d\x00\ -\x3f\xa0\x60\xa7\xa2\xcb\x4e\x5d\xd1\x5e\x6f\x6d\x6c\x7c\xfb\xbf\ -\xe1\x2e\xf2\x51\x1c\xc5\x51\xfc\xef\xe2\x3f\x54\x6f\x07\x56\x52\ -\xe2\x67\x81\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x0a\xd4\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x0a\x86\x49\x44\x41\x54\x78\x9c\xed\ -\x5b\x6b\x70\x1b\xd5\x15\xfe\xce\xea\x91\x38\xe4\xe1\x90\x48\x76\ -\x90\x69\x63\x2c\x89\x10\x08\xd3\x96\xd0\x02\x93\x86\x47\xdb\x81\ -\x52\x08\x50\x18\xca\x63\x80\x04\x47\x36\xe1\xd9\xa6\x85\x16\x66\ -\xc0\x09\x05\x1a\xa0\x38\x4c\xa6\xc1\xb1\x9c\x78\x20\x90\x29\x35\ -\x53\x60\x4a\x87\x47\x66\x48\xc3\xa4\x2d\x0c\x8f\x40\xa9\x09\xb1\ -\x25\x12\x93\xd8\x8e\x24\xf3\xf0\x23\x24\x8e\x25\xed\xd7\x1f\x0e\ -\x9e\xdd\xd5\x6a\x57\xb2\xa4\x4c\xa7\xcd\xf7\x4f\xe7\x7e\xe7\xdc\ -\xb3\x9f\xae\xee\xde\x7b\xee\x15\x70\x14\x47\x71\x14\xff\xcf\x90\ -\x23\xd1\x89\xbf\x75\x9f\x47\x52\xca\x42\x21\xe6\xa9\x90\x39\x22\ -\x38\x01\x60\x39\x80\xa9\x00\x1c\x20\x06\x21\x18\x04\xb0\x07\xe0\ -\xc7\x22\xb2\x43\xc0\x6d\x1d\xa1\xca\xdd\xa5\xce\xad\x64\x02\xf8\ -\x9b\xe3\x35\x22\xb2\x18\xe0\x22\x00\xa7\x8e\x33\xcc\x6e\x01\x5e\ -\x01\xd4\x27\x3b\x43\x95\xef\x42\x84\x45\x4c\x11\x40\xb1\x05\x20\ -\xa5\xa6\xb9\xef\x7c\x87\x82\xbb\x08\x9e\x5b\xdc\xd8\x68\x87\x22\ -\x8d\x53\x55\xcf\x33\xef\xd5\x4b\xb2\x58\x61\x8b\x26\x40\x4d\xf3\ -\xbe\x73\x45\x91\x47\x84\x32\xbf\x58\x31\xb3\xa0\x4b\x28\x2b\x3a\ -\xeb\x3c\x1b\x8b\x31\x22\x0a\x16\xa0\xba\x25\x5e\xe1\x24\x1e\x03\ -\x70\xad\x05\x4d\x05\xf0\x0f\x08\xb6\x42\xe5\x4e\x00\x9f\xa4\xa9\ -\x7c\xa1\xa6\x31\xe4\x2c\x4b\xa7\x85\x32\x85\x54\xa6\x09\x59\x4d\ -\x55\x82\x22\x3c\x13\xc0\x8f\x00\x94\x59\xc4\xdc\x46\xa8\xcb\xa2\ -\x75\xb3\x3e\x2a\x24\xff\x82\x04\x08\xae\xdf\xf7\x5d\xaa\xca\x8b\ -\x00\x66\x99\x34\x0f\x91\xf2\x32\x84\x2f\x39\x47\x92\xaf\xee\xbc\ -\xb5\xea\xf3\x7c\x62\x57\x35\xee\x2d\x2b\x3b\x66\xe2\x79\x10\xf5\ -\x62\x00\x8b\xb2\xf4\x31\x0c\xe1\x8d\x91\x50\xe5\x1f\xc7\x91\x3e\ -\x80\x02\x04\x08\x34\xc7\xae\x81\x48\x2b\x80\x09\x19\x49\x01\x6b\ -\x0e\xa5\x26\xac\xda\x73\x73\xf9\x97\xe3\x8d\xaf\xc5\xdc\xb6\x76\ -\x77\x6a\xc0\x1b\x22\x79\x1f\x00\x6f\x06\x41\xe4\xc1\x48\xb7\xe7\ -\x3e\xac\x14\x35\xdf\xd8\xf9\x0b\xd0\x40\xc5\xef\x8b\x3f\x20\x90\ -\xbb\x0d\x2d\x2a\x45\x5a\x01\xc7\xca\x68\x68\x46\x77\xde\x71\x73\ -\xc0\x89\x1b\xfa\xa6\xa4\x55\x75\xb9\x10\xbf\x02\x30\x59\xdb\x46\ -\xe0\x45\x77\x52\xae\xdb\x71\x8b\x77\x7f\x3e\x31\xf3\x13\xa0\x81\ -\x4a\xc0\xd7\xb7\x09\xe0\x55\x86\x96\x5e\x51\xd4\xcb\x3a\x97\xce\ -\x7a\x3b\xaf\x78\xe3\x84\xbf\xe5\xf3\x2a\x20\xf9\x42\xc6\x84\x4b\ -\xbc\xcf\x43\xce\x73\xa2\xb7\xcf\x18\xcc\x35\x96\x92\x4f\xc7\x81\ -\xaa\xc4\x0a\x93\x87\x7f\xcb\x49\x65\xfe\x91\x7a\x78\x00\x88\x86\ -\x66\x74\x0f\x0f\x25\x17\x02\xd8\xa4\x6b\x10\x7c\x5b\x26\xa6\x37\ -\xa1\x8d\x8e\x5c\x63\xe5\x3c\x02\x82\x2d\xb1\x9f\x91\xf2\xac\xc1\ -\xfb\xa9\xa4\xf3\xc0\x4d\x5d\x4b\xaa\x87\x73\x8d\x53\x54\x90\x12\ -\x08\x27\xee\x84\x60\x15\xf4\xcf\xf2\x48\xa4\xae\xe2\xd7\xb9\x84\ -\xc8\x49\x80\x13\xd7\xf5\xcd\x57\x15\x75\x1b\x80\x89\x63\x8e\xc4\ -\x33\x9d\x75\xde\xeb\x4b\xb1\x3a\xcb\x17\xfe\x96\xd8\xcf\x85\xb2\ -\x5a\x6b\x13\xc1\x0d\x9d\xa1\x8a\x8d\x76\xbe\xb6\x02\xcc\xf9\x43\ -\xf7\x8c\xb4\xdb\xf5\x2f\x00\x3e\x8d\xf9\xed\xa4\xeb\xc0\xd9\xf9\ -\x7e\xf3\x81\x96\xde\x93\x04\xca\x65\xaa\xaa\x9c\x0a\x61\x95\x02\ -\x54\x91\x48\x43\x41\x37\x80\x6e\x51\xb1\x5d\x14\x3e\x9f\xf7\x1e\ -\x80\x94\x40\x38\xbe\x01\x22\x4b\x34\xd6\x11\x52\x39\x33\x5a\xef\ -\xd9\x6e\xe5\x6a\x2b\x40\x20\x1c\xdb\x00\xc8\x8d\x1a\x53\xaf\xe2\ -\x50\x4e\xef\xa8\xf5\xf4\xe6\x92\xdb\xdc\xb6\x76\x77\xb2\x7f\xe6\ -\x32\x00\x37\x01\x32\x27\x17\x1f\x10\xef\x43\x64\x4d\xa4\xdc\xf3\ -\x34\xae\x94\x74\x2e\x2e\xfe\x35\x91\x09\xca\xc4\xa9\x5b\x08\x9c\ -\xa5\x31\x6f\xf7\xf5\x78\xbf\xb7\x75\xa5\xa4\xb2\xf9\x59\x0a\x10\ -\x6c\x4e\x2c\xa0\x70\x9b\x36\x35\x0a\xcf\x8a\x86\x2a\xdf\xca\x25\ -\xa9\x60\x73\xfc\x52\x0a\x1e\x05\xe0\xcf\x85\x6f\x82\x0f\x14\xe1\ -\x2f\x3b\x42\x95\x5b\x72\x21\x1f\x5e\x95\xb6\x03\x98\x39\x66\xa4\ -\xdc\x11\xa9\xf7\xae\xc9\xe6\x93\xfd\x2d\x40\x0a\x85\xbf\xd3\x9a\ -\x84\xd8\x94\xcb\xc3\x9f\xd6\x4c\x57\x30\x1c\x5f\x4b\xc1\x0b\x18\ -\xff\xc3\x03\xc0\xb7\x54\xca\xeb\xc1\xe6\xf8\x0a\x34\xd0\xf6\x8d\ -\xb5\x3b\x54\x11\xa7\xf0\x41\x9d\x51\x78\xef\xa9\x1b\x63\xc7\x64\ -\xf3\xc9\x1a\xd4\xdf\xf2\xd9\x42\x00\x0b\x34\xa6\x24\x9d\x6c\xb0\ -\x4b\xe2\x1b\x4f\xf4\x4f\x1f\x54\x12\xaf\x10\xb8\xd9\x8e\x9b\x2b\ -\x28\x68\x08\xf8\x12\x7f\x9a\xd5\xdc\x33\xc9\x8e\x9b\x72\x1e\x5c\ -\x07\x60\x8f\xc6\x34\x73\x78\x58\xea\xb3\xf1\xb3\x0a\x20\x48\xdf\ -\xa9\x4b\x02\x6c\x8e\xd4\x56\xee\xb2\xea\x7c\x6e\x5b\xbb\x7b\x82\ -\xeb\xd0\x8b\x20\x7e\x60\x97\xe8\x38\x70\xc5\x64\x71\x6e\xb4\x1b\ -\x09\xa3\x13\xb3\xe8\xbe\x28\x02\xcb\xb3\xad\x0d\x4c\x83\xcd\x5e\ -\x9b\xa8\x04\xe4\x02\x8d\x29\x99\x16\x79\xc0\x32\x3d\x52\x46\x06\ -\xbc\x6b\x41\x2c\xb4\xe4\x15\x86\xcb\x83\xbe\x84\xed\x28\x8c\x94\ -\x7b\x9e\x06\x10\xd1\x98\x7c\xfe\xfe\xc4\x0f\xcd\xb8\xa6\x02\xb8\ -\x5d\xbc\x06\x80\x56\xb1\x2d\xbb\x43\x15\x71\xab\x4e\xfd\xeb\x13\ -\xd7\x0a\xb9\xd4\x2e\xb9\x42\x41\xe0\xbe\x40\x38\x66\xfa\x30\x63\ -\xb8\x52\xd2\xa4\x3c\xa7\x35\x09\x70\x83\x19\xd5\x54\x00\x42\x2e\ -\x36\x74\xfa\x17\xab\xfe\x66\x35\xf7\x4c\x12\x62\x95\x65\x52\x45\ -\x04\x21\x8d\x76\xcb\x5d\x81\x6a\xcc\xf9\x42\x33\x9f\x0c\x01\x46\ -\x67\x4c\x6a\xdf\xa5\x50\x99\xfa\xab\x55\x67\x93\xc5\xb1\x1c\xfa\ -\x85\x52\x49\x21\xc0\x3c\xff\x40\x7c\xb1\x15\x27\xd2\x5b\xf1\x0e\ -\x00\xed\xa8\x9d\x16\x1c\x8c\x9d\x66\xe4\x65\x08\x30\x7c\x00\x67\ -\x00\x70\x6b\x4c\x1f\xec\xaa\xf7\xed\x31\xf2\xc6\xd0\x46\x07\x20\ -\xb7\xdb\x25\x5d\x74\x50\xee\xb0\x6c\x5f\x29\xaa\x40\x74\x5f\x9c\ -\xaa\x3a\x32\xea\x94\x19\x02\x50\xc1\x29\x06\xcb\x36\x23\x47\x0b\ -\xff\x40\xec\xfb\x00\x3c\x96\xc9\x94\x00\x02\xcc\x3b\x61\x5d\x22\ -\x60\x49\x22\x74\xb9\x2b\xe0\xc9\x46\x8a\xc9\x1c\x20\x27\x19\x28\ -\x91\x4c\x8e\x06\xaa\x72\x85\x65\x7b\x09\xa1\x08\x2e\xb7\x6a\x4f\ -\x0b\x75\xb9\xab\xc2\x93\x8c\x1c\xb3\x49\x70\xb6\xee\x13\xc5\xf2\ -\xdd\x2f\x82\x52\x57\x81\x2d\xfa\x66\xc6\x6f\x5a\x8b\x74\x52\x9f\ -\xbb\x40\xaa\x8d\x9c\x0c\x01\x04\x98\xa2\x23\x38\xd4\x7e\x9b\x3c\ -\x8e\xd8\xe4\x67\x82\x2a\xcb\xd6\x49\x5f\xe9\x73\xa7\xfe\xd9\x00\ -\x13\x01\x54\x83\x00\x4c\x21\x7b\x8d\x6d\x74\x55\x66\x56\xad\x3d\ -\x52\xb0\x14\xa0\x6b\xf1\xec\x43\x00\xb4\x3b\x41\xf7\xdc\xb6\x76\ -\xed\x04\x6f\x32\x02\xa8\xdf\x21\x8a\x03\x59\x0b\x1e\xe7\x8c\xfa\ -\xe7\x55\x56\x2b\x32\x5c\x85\x06\xc8\x4c\x5e\xc1\x90\xee\xb3\x64\ -\x0e\x9b\xaf\xb1\x75\xa5\xa4\x44\x60\xb9\x42\x2c\x2d\x68\x59\x7d\ -\x9e\xfd\x64\xd7\x04\x00\x4e\x8d\x69\x64\xc7\x95\xa7\x8c\x68\x39\ -\x99\x02\x10\xba\x8a\xaa\x9a\x56\xca\x2d\x53\x20\x7b\x6c\xf3\x2c\ -\x11\x04\x62\x29\x80\xa4\x26\x4d\x33\x38\x0c\x19\x39\x66\x02\x7c\ -\xaa\xf7\x61\xc6\xcc\xa9\x0f\x2a\xed\x96\xed\x25\x04\x6d\xfa\x76\ -\xa4\x71\x82\xde\x81\x5d\x46\x8e\xc9\x42\x88\x1f\xeb\x3f\xab\x96\ -\x8b\x0d\x92\xcf\x5b\xb5\x97\x12\x54\xc5\xb2\x6f\xc5\x01\x43\xee\ -\xb2\x33\x83\x63\x34\x08\x44\x7f\xd8\x48\x59\x60\xe4\x68\x91\x72\ -\x1d\xdc\x0c\x58\xbc\x29\x4a\x04\x01\x3e\x8d\xd6\xcd\x7c\xdf\x8a\ -\xa3\x52\x57\xd0\x01\x99\x39\x62\x32\x04\x70\x8d\xc8\x9b\x00\xb4\ -\xe7\xef\xdf\x19\x3d\x89\x31\x47\xd7\x92\xea\x61\x82\x4f\x66\xb6\ -\x94\xb8\x5a\x2e\x0c\x5b\x96\xe4\x1b\xa8\x08\x70\x91\xce\xa6\xa8\ -\x5b\x8d\xb4\x0c\x01\x76\xdc\xe2\xdd\x0f\xc1\x9b\xfa\xbe\x52\x17\ -\x19\x79\x3a\x38\x79\x3f\x80\x01\x43\x86\x96\x2e\x05\x81\xdc\x7b\ -\x60\x28\xb9\xda\x8a\x12\xf4\xc5\x4e\x83\x7e\x8d\x32\x58\xd5\x5d\ -\xf1\xae\x91\x97\xed\x1d\xae\xdb\x45\x71\xf4\x78\x3a\x2b\xa2\x37\ -\xce\xea\x03\x60\x5d\x31\x2a\x22\xa8\xc8\x3d\xdd\xcb\x8f\x3f\x68\ -\xc9\x81\x43\x97\xb3\x80\xaf\x9a\x95\xc7\x4d\x05\x50\x14\x65\x13\ -\x46\x2f\x35\x1c\x76\xc6\x79\xfe\xd6\x7d\x96\x3b\x3e\x5f\x8f\xf7\ -\x71\x00\xaf\x59\x71\x8a\x01\x01\x9e\x8e\x2e\xf5\x6e\xb2\x24\x35\ -\x50\x01\x54\xfd\x26\x4d\x94\xa7\xcc\xa8\xa6\x02\x74\xd4\x7a\x7a\ -\x45\xb0\x59\x63\x9a\xa0\xa4\x14\xe3\x71\xb8\x0e\x5b\x57\x4a\x2a\ -\xe9\x72\x5f\x05\xa2\xc3\x32\x39\x5b\x58\xce\x1d\x6f\x8d\xb8\x0e\ -\xd4\xd9\x1d\xc7\xf9\x7d\x89\xab\xb5\x87\x30\x22\x88\x1d\xd7\xed\ -\xd9\x6c\xc6\xcd\xbe\x8c\x4d\xf3\xf7\x86\xb4\x6e\xa9\x5e\xdf\xfb\ -\x4d\xab\x8e\xbb\x96\x4c\xef\x87\x93\x17\x16\x26\x82\xf9\xdc\x41\ -\xe1\xbb\x29\xc1\xa5\x76\xc7\x71\x73\xdb\xda\xdd\x02\xfc\x56\xe7\ -\xab\x62\x75\xb6\xd3\xa1\xac\x02\x74\xd6\x57\x6c\x31\x4c\x86\x6e\ -\xa7\xea\x58\x61\xd5\x39\x00\x44\x6a\x2b\x77\x25\xdd\xee\x33\x00\ -\x98\x2a\x3e\x3e\xc8\xb3\xc3\x43\xc9\x85\x76\x85\x59\x00\x48\x7d\ -\xe9\xad\x03\xa0\x5d\xbc\x7d\xa1\x38\x95\xa6\x6c\xfc\xec\x23\x40\ -\x84\x84\x7a\x8f\xc1\x7a\x7d\x4d\x4b\x9f\xe5\x1e\x1c\x18\x1d\x09\ -\xbe\x1e\xef\x4f\x08\xf9\x0d\x90\xb9\xfc\xcc\x03\x9f\x01\x58\x16\ -\x09\x79\xae\xb1\x9b\xf4\x00\x20\xd8\xdc\x33\x93\xc2\x7b\xb5\x36\ -\x21\x1e\xea\xa8\xf5\x64\xcd\xc1\xf6\x5d\x15\x0c\xc7\x37\x12\xb8\ -\x6e\xcc\x40\xee\x4d\x29\x72\x7a\x2e\xdf\x06\x00\xd4\x34\xc5\xbc\ -\x8a\x53\x56\x80\xb8\x01\x80\xed\xc9\xce\x61\x0c\x88\xb0\x29\xa5\ -\xba\x57\xed\xaa\x3f\x76\xc0\x9e\x3e\x76\x08\xbb\x19\x90\xb3\x35\ -\xe6\x0f\xa7\xd2\x3b\xdf\xea\x5e\xa1\xad\x00\x35\x4d\x31\xaf\xe2\ -\x90\x0f\x01\x54\x68\x9c\xfe\xa9\x0e\x0f\x9e\x17\xbd\x3d\x70\x28\ -\x97\xe4\x80\xd1\xd2\xf9\x64\xc5\x79\x01\x80\xcb\x49\xcc\x93\xd1\ -\x42\xca\xb1\x87\x9b\xfb\x00\xf4\x82\xdc\x2e\xa2\x3c\xe7\x2c\x4f\ -\xbc\x6e\xdc\xb5\xd9\x21\x10\x8e\x37\x01\xb8\x49\x63\x4a\x8a\xa2\ -\x2e\xb0\xbb\xb9\x92\xd3\x6a\xc5\xdf\x12\x3b\x43\x28\x5b\xa1\xbb\ -\x11\xc6\xd6\x48\xa8\x62\x69\x21\x17\x24\xaa\x1a\xf7\x96\x4d\x74\ -\x0e\xab\xf9\x08\x69\x9a\x5f\x38\x7e\xb3\x00\x6b\xb5\x36\x0a\x97\ -\x46\x43\x95\x1b\xec\x7c\x73\x5e\xae\xf9\xc3\xf1\xeb\x04\xd0\xdf\ -\xb8\x20\xc2\xae\xe9\x7d\xb7\xe5\xfb\x6d\x15\x0d\xa4\x04\xc2\x7d\ -\xb7\x41\xb8\x1a\xda\xf9\x8c\xf2\x78\xa4\xde\xfb\x8b\x5c\x42\xe4\ -\xb5\x5e\x0d\x84\xe3\x0f\x03\xb8\xcb\x90\xc5\x1b\xc2\xf4\x15\x9d\ -\xf5\xbe\xcf\xf2\x89\x55\x28\xe6\xb6\xb5\xbb\x53\xfd\xde\x27\x08\ -\xd6\x1a\x9a\x5e\xf3\xf5\x78\x2f\xb2\xba\x14\xa1\x45\x7e\x0b\xf6\ -\x36\x3a\x02\xfd\x89\xe7\x00\x5c\x66\x68\xe9\x72\x90\x8b\x76\xd6\ -\x57\xfe\x3b\xaf\x78\xe3\xc4\xe1\x79\xe9\xcf\xd0\x1f\xdf\x03\xc0\ -\x47\x49\x97\x7b\x41\xd7\x92\xe9\x76\x85\xdc\x31\xe4\xbf\x63\x69\ -\xa3\x23\xd8\x9f\x78\x94\x80\x71\x88\x25\x21\x6c\x52\x53\x78\xf0\ -\x93\x65\x95\x89\xbc\xe3\xe6\x80\xaa\xc6\xbd\x65\x65\x53\xdc\xb7\ -\x0a\x79\x37\x21\xd3\xb5\x6d\x04\x5e\x51\xe9\xba\x3a\xd7\xb7\xc6\ -\xd7\x18\xf7\x96\xcd\xdf\x12\xab\x15\x4a\x13\x32\x0b\x93\xfb\x85\ -\x78\x4c\x3d\xe4\x6c\xcc\xe7\xc2\xa2\x15\xce\x69\xa0\xb3\xf7\xb8\ -\xf8\x62\x8a\xac\x80\x49\x19\x9e\x40\x63\xb4\xdc\x7b\x57\xae\xf7\ -\x89\xb4\x28\x68\xcf\x1a\x58\x97\x58\x08\x07\x9f\x07\x31\x23\x33\ -\x30\xbf\x54\x21\x2f\x41\xe4\x25\x1c\x74\x6c\xce\x57\x8c\xc3\xef\ -\xf5\x85\x10\x5c\x2c\x94\x4b\x08\x98\x2d\xc3\x93\x14\x2e\xcb\x65\ -\xb6\xcf\x86\x82\x37\xed\x35\xad\x3d\xc7\x2b\x49\xe7\xe3\x10\xfc\ -\xd4\x82\x96\x04\xf0\x86\x08\xff\x46\x4a\x87\xa8\x88\xa6\xdd\xa9\ -\x2f\x92\xc3\xc7\xec\x77\xa7\xd2\x69\xc5\xc5\x29\xaa\x24\xa7\x89\ -\x38\xab\x89\x74\x50\x04\x67\x02\x72\x3e\x46\xff\x52\x93\x2d\xf5\ -\x77\x54\x91\x65\x9f\x84\x3c\xef\x15\x92\x7f\xd1\xaa\x16\xc1\x70\ -\xe2\xc7\x2a\xf8\xb0\x00\xf3\x8a\x15\x33\x0b\x7a\x41\xdc\x1f\x99\ -\xee\x5d\x3f\x9e\x21\x6f\x44\x71\xcb\x36\x0d\x54\x82\xbe\xc4\x25\ -\x84\xdc\x0d\xf0\xf4\xa2\xc6\x26\x76\x89\x22\x8d\x23\xce\xaf\x36\ -\x14\xf3\x6a\x6e\xe9\xfe\x34\x15\xde\x77\xb2\x40\x59\x4c\x60\x91\ -\x00\xc1\xf1\xc4\x10\x41\x8c\xe4\xcb\x50\x95\xa7\x22\xfb\x3c\x7f\ -\x1f\xcf\xff\x01\x6c\xfb\x28\x76\x40\x33\xd4\xb4\xf6\x1c\xef\x48\ -\x3b\xcf\x25\x71\x32\x80\x39\x04\xaa\x05\x98\x86\xd1\xdf\xb8\x13\ -\xc0\x00\x20\x83\x00\xf7\x42\xb8\x93\xaa\xec\x04\xd5\x37\xa2\xf5\ -\x95\x1f\xff\x37\xdc\x45\x3e\x8a\xa3\x38\x8a\xff\x5d\xfc\x07\x30\ -\xfa\xdd\x6b\xa8\x1d\x96\xe6\x00\x00\x00\x00\x49\x45\x4e\x44\xae\ -\x42\x60\x82\ -\x00\x00\x03\xe6\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x03\x98\x49\x44\x41\x54\x78\x9c\xed\ -\x99\x4b\x68\x13\x51\x14\x86\xff\x93\x84\xd6\x47\x1a\x30\xa9\xcd\ -\x4c\xb4\x12\x33\xd1\xb6\x3a\x09\x88\xba\x52\x34\x2a\x8a\xb8\x50\ -\x5b\x70\xe3\xc6\x85\xb8\x12\x97\xe2\x4a\x71\x25\x88\x2b\x11\x37\ -\x2a\x08\x8a\xb8\x53\x57\x2d\x88\x5a\x50\xe3\xc6\x17\xa8\x28\x95\ -\x14\x02\x3e\xaa\xb1\x98\x45\xe2\xab\xb4\x73\x5d\x24\xd5\x64\xe6\ -\xd6\xa4\x93\x99\xb4\xea\xf9\x20\x90\xc9\xb9\x8f\xff\xfc\xdc\x7b\ -\xe7\x5c\x02\x30\x0c\xc3\x30\x0c\xc3\x30\x0c\xc3\x30\x0c\xc3\x30\ -\xff\x17\x34\x53\x13\xab\x9a\xde\x4b\xa0\xb3\x02\xf0\x00\x38\x3f\ -\x32\xfc\xfc\xe8\x4c\xe8\xf0\xce\xc4\xa4\xaa\x96\x38\x00\xd0\x25\ -\x00\x01\x00\x7e\x00\x1b\x02\x21\xe5\x5d\xe1\xf3\xc7\x27\xcd\xd6\ -\xd2\x74\x03\x22\xb1\xc4\x11\x10\x4e\xc3\xba\xfa\x76\x06\x82\xe1\ -\x6f\x85\x7c\x2e\xdd\x4c\x3d\xcd\x34\x80\x22\x5a\xf2\x94\x20\x1c\ -\xfb\x43\x9b\xad\x81\x60\xc7\xfc\x42\x3e\x77\xab\x59\xa2\x9a\x63\ -\x40\x2a\xe5\x53\x7c\x6d\x17\x00\x1c\xac\xdd\x98\xd6\xf9\x43\xe1\ -\xce\x62\x72\x45\x3f\xb2\x59\xc3\x6d\x69\xae\x1f\x82\xd1\x68\x74\ -\xce\x0f\x6f\xdb\x55\x00\xbb\xad\x51\x61\x94\x25\x78\x24\x5d\xaf\ -\xb7\x4e\x14\xf6\x66\xb3\xd9\xef\x6e\xea\x73\xd5\x80\x60\x3c\x1e\ -\x68\x15\xf3\x6e\x00\x62\x93\x24\x3c\x61\x7a\xb6\xac\x46\x02\xee\ -\x8c\xf9\xc6\x76\x8f\x0e\x0d\x15\xdc\x51\xe8\xa2\x01\x4a\x7c\xd5\ -\x42\x12\xe3\x03\x00\x56\x4b\xc2\xe6\xe4\x27\x91\x6d\xc9\x47\x82\ -\x7c\x3b\x3e\x64\x9e\x7e\x72\x4e\xdd\x6f\x5c\x31\x40\x8d\xad\x58\ -\x02\xf2\xde\x04\xd0\x65\x0a\x09\x00\xb5\xf6\xb5\x47\xa2\x6b\x88\ -\x20\xb6\xbe\x1f\x7e\xf1\xc6\x29\x8d\x95\x93\x39\x8a\xba\x4c\xef\ -\x01\x79\xd3\xb0\x97\x3c\xca\x6d\x84\xe9\xb7\x2e\x01\x4a\xab\xd1\ -\x44\xb7\x13\x1a\x2b\x71\xd4\x00\x25\xb6\x72\x2d\x0c\xba\x07\x60\ -\xb1\x29\x54\x6f\xf2\x93\x18\x80\x30\x9b\xd0\x09\x2f\xee\xab\x31\ -\x7d\x4d\x43\x22\x4d\x38\x66\xc0\xa2\x58\x72\x0b\x91\xe7\x0e\x80\ -\x90\x29\x34\xdd\xe4\xcb\x90\xcc\x84\x10\x88\x06\xc3\x5a\x72\xb3\ -\x3d\x95\x56\x1c\x31\x40\x8d\xe9\x7d\x06\x89\x7e\x94\xca\xda\x4a\ -\x6c\x26\x3f\x89\xd4\x04\xbf\x07\x62\x40\xd5\xf4\x5e\xfb\xe3\xfe\ -\xa6\xe1\x42\x28\x12\xd7\xf7\x03\x74\x19\x80\xaf\x3a\x22\x0c\x80\ -\xcc\xe2\x6d\xf0\x6b\x8c\xca\x83\xd1\x0b\xd0\x9e\xc0\x82\x8e\xb7\ -\x85\x7c\xee\x69\x23\xa3\x37\x64\x80\xa2\x25\x0f\x03\x38\x03\xcb\ -\xa9\xed\x54\xf2\x55\x63\x02\xa0\xca\x79\x08\x44\xbb\xfc\xc1\x8e\ -\x2f\xc5\x7c\xee\x81\xdd\x51\xed\x1a\x40\x8a\x96\x38\x49\xc0\x71\ -\x6b\xc8\x8d\xe4\x81\x92\xc7\x16\x13\x40\xa0\x6d\xfe\x50\x78\x6e\ -\xf1\x73\xee\xb6\x9d\x51\xa7\x6f\x40\x2a\xe5\x53\x3d\x81\x73\x44\ -\x38\x64\x0d\xba\x95\xfc\x24\x64\xf9\x52\x7e\x58\xdf\x16\xec\x58\ -\x54\xcc\x6f\xec\x07\x5e\x4e\x6b\xfe\x69\x15\x42\xa5\xba\x3e\x70\ -\x05\x10\x7d\xd6\xa8\xdb\xc9\x57\xcd\x45\x00\x49\x0e\x70\xba\x36\ -\x9f\xbe\xee\xcd\x64\x32\x3f\xea\x1d\xa9\x6e\x03\xda\xbb\xba\xda\ -\x5a\xc6\x5b\x6e\x08\xc0\xf4\x0a\x12\x28\x9d\xd6\x96\xe2\xc5\x65\ -\xe4\x26\x08\xe0\xf6\xb8\x6f\xac\xb7\xde\xfb\x43\x5d\x06\xa8\xcb\ -\x57\xb7\x63\x62\x6c\x00\x80\xac\x08\x99\xaa\xae\x6f\x16\xb2\x6d\ -\xfc\x10\xde\x96\x1d\x23\xaf\x1f\x8f\xd6\xea\x5c\xd3\x80\x88\xa6\ -\x77\x0a\xa2\x9b\x10\x30\x97\xa1\x0d\xbe\xe3\x1d\x45\x76\x7f\x78\ -\xe5\x21\xda\xf6\x2e\xf3\xec\x6d\xad\x8e\x53\xa2\x46\x13\xdd\x02\ -\x94\x9e\xe5\xc9\x03\xf2\xd2\xb9\xc7\x10\x22\x1d\x59\x9a\x34\xdf\ -\x49\xaa\x98\x72\x05\xa8\x31\x7d\x0d\x08\x03\x00\xb5\x9b\x42\xb3\ -\x2d\xf9\x4a\x24\x2b\x41\x8c\x02\xb4\x7d\x64\xf8\xf9\xe3\xa9\x3a\ -\x58\x50\xb4\x95\x9b\x40\x34\xf8\x97\x25\x0f\x48\x6f\x92\xd4\x0e\ -\x60\x50\x89\xeb\x29\x59\x07\xcb\x01\xa2\x68\x89\xa3\x04\xba\x08\ -\xa0\x55\xd2\x9e\x50\x32\x6d\x36\x7f\x64\xab\xba\x95\x40\xfb\xfc\ -\xc1\xb0\x51\xcc\xe7\xee\x9a\x13\xaa\x42\xd5\x92\xe3\x80\x98\x91\ -\xff\x0b\xdc\x87\x26\x46\x86\x9f\x55\xdd\x59\xac\xef\x51\xcb\x59\ -\xf2\xef\x20\xcb\xcd\x62\x00\x11\x4e\x60\x76\xef\x73\xbb\x18\xe5\ -\xdc\x18\x86\x61\x18\x86\x61\x18\x86\x61\x18\x86\x61\x98\xff\x9a\ -\x9f\xe6\x36\xf7\xec\x87\xd1\x71\x28\x00\x00\x00\x00\x49\x45\x4e\ -\x44\xae\x42\x60\x82\ -\x00\x00\x04\x72\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x04\x24\x49\x44\x41\x54\x78\x9c\xed\ -\x9b\x5b\x68\x5c\x55\x14\x86\xbf\xb5\x73\xc1\x6a\x55\xbc\x74\x26\ -\x35\xf5\xd2\x36\x93\x88\x6f\x42\xf1\x51\xaa\x68\xb5\x88\xc5\x0b\ -\xe8\x93\x48\x24\xb7\x22\xde\x40\x11\x54\x88\xa1\x15\x2b\x88\x3e\ -\x88\x34\x33\x46\xc5\x07\x8b\xfa\x54\x02\x5a\x8d\x0a\x0a\x82\x20\ -\x28\x08\x22\x38\x99\x90\x88\x4e\x73\x93\x2a\xa2\xa1\x30\x9d\xbd\ -\x7c\x30\x91\xec\x93\x29\x98\xb0\xcf\x3e\x5b\x33\xff\xe3\xfa\xe1\ -\xac\x75\xbe\x7d\x3b\xeb\xcc\x19\x68\xaa\xa9\xa6\x36\xb3\x24\xeb\ -\x02\xfe\xad\xba\x5f\x5b\x1c\x46\xf5\x19\x45\x45\xd4\x1c\x2e\x0f\ -\x6e\x7b\xd6\xc7\x75\xff\x13\x00\x76\x17\x67\x6f\x30\x62\x3e\x65\ -\xb9\x5e\x05\x5b\x19\xc8\xb7\xf8\xb8\xb6\xf1\x71\x91\x34\xd5\x33\ -\xba\xb8\xc7\x88\x19\x67\xd5\x60\x09\xea\xad\xee\xa8\x01\x74\x17\ -\x7f\xb9\xda\x1a\x7b\x02\xd8\xea\x3a\x62\x7d\xe5\x88\x16\xc0\xae\ -\x62\xf5\x0a\xe5\xcc\x04\x70\x69\x03\x5b\x7d\xe5\x89\x12\x40\xd7\ -\x1b\xb3\xdb\x5a\x68\x9d\x40\xe4\xf2\xb4\x73\x45\x07\xa0\xe7\xf5\ -\xc5\xf3\xa9\xcb\x07\x08\x3d\x21\xf2\x45\x05\xe0\xaa\x37\xa7\xcf\ -\xa9\xd7\xed\x71\x51\xd9\x93\xb0\xbc\x4d\xf9\xa4\xa2\x01\xb0\x77\ -\x58\x5b\xdb\x6a\xe7\x1e\x13\xb8\xd1\x31\x04\x05\xbc\x6d\x7a\x49\ -\xc5\x01\x40\x55\xaa\x9d\xf3\x45\xe0\x4e\x27\x2e\x28\x9a\xde\xcd\ -\x43\x24\x00\x0a\xa5\x85\x17\x40\x1e\x70\x82\x82\xa2\xfe\x8e\xbb\ -\xb3\x29\x73\x00\x5d\xa5\x85\x27\x11\x9e\x58\x63\x28\x36\xc5\xa5\ -\xff\x8f\x32\x05\xd0\x5d\x9a\xeb\x17\xf4\x48\x03\xab\x1e\xaa\x86\ -\xd6\x50\x89\x92\x2a\x94\xe6\xef\x56\x18\x75\xa3\x0a\x60\x43\xb6\ -\x28\x99\xcc\x80\x42\x69\xee\x26\xe0\xd8\x9a\xfc\x2a\x16\x24\xfd\ -\x79\xbf\x4a\xc1\x01\x74\x8f\xcd\x5e\x07\x72\x1c\x68\x4f\x58\x76\ -\xf9\xc8\x0b\xaa\xa0\x00\xba\x46\x67\xaf\x51\x6b\x4e\x00\xe7\x25\ -\x2c\x4b\x88\x1d\xaf\x81\x82\x01\xd8\x39\x76\xf2\x4a\x31\x66\x02\ -\xb8\xd8\x31\x34\xbb\x9b\x87\x40\x9b\xe0\xee\xa3\x73\x39\x63\xe5\ -\x63\xa0\x33\x61\x65\x32\xed\x57\x2b\xf5\x19\xb0\xab\x78\xea\x42\ -\x63\xe4\x43\xa0\x90\xb0\x94\x0c\x47\x7e\x45\xa9\x02\xd8\xf1\xd2\ -\x4f\x5b\x5a\x4c\x6d\x1c\xe1\xda\x84\x95\xea\xf3\xfd\x7a\x94\x1a\ -\x80\xbd\xc3\xda\xba\x65\x6b\xfb\x3b\x28\xd7\x27\xac\x68\x6e\x1e\ -\xd2\x02\x30\xac\xa6\xba\x63\x61\x0c\x38\xe0\xc4\x53\xee\xec\x36\ -\x22\xff\x00\x54\xa5\xbb\x73\xe1\x45\x94\xfb\x9d\x78\x80\xce\x6e\ -\x23\xf2\x0e\xa0\x50\x9a\x7f\x4a\xe1\x31\x27\xa8\x4a\x8c\x37\x0f\ -\x9e\x8f\xc1\x42\x69\x7e\x08\x38\xec\x04\x55\x41\x24\x58\x73\xb3\ -\x5e\x79\x9b\x01\x85\xd2\xdc\x11\xe0\x68\x03\x2b\xca\x91\x5f\x91\ -\xc7\x25\x90\x78\xa1\x01\xa0\x6a\x91\xb0\xcd\xcd\x7a\xe5\x0d\x80\ -\x48\xb8\x1e\xde\xa7\xbc\x01\xb0\x2a\x8f\x90\x7c\xb2\x13\x31\xb1\ -\xff\xfa\xe8\x0d\x40\x65\x20\xf7\x9e\x88\x3c\xb4\xc6\x50\x6d\x89\ -\x19\x82\xd7\x63\xb0\xdc\x9f\x7b\x55\x61\xd8\x8d\xca\xdf\x10\x22\ -\x95\xf7\xe7\x80\x4a\x7f\xee\x10\xe8\x2b\x6e\x54\x40\xb2\x7f\x01\ -\xdb\x48\xfe\x8b\x12\xd1\xc9\x6a\xfe\x51\xe0\x6d\x27\xae\x08\x48\ -\x74\x10\xd2\x29\x68\x44\xec\x05\x9a\xeb\x05\x7d\xdf\x35\x54\x52\ -\xcb\xb9\x41\xa5\x56\xcc\xd7\x83\x52\xfb\x43\xeb\xf7\x00\x5f\x24\ -\x2c\x89\x69\x39\xa4\x5a\xc8\xec\x60\xe7\x52\xad\xad\xfd\x76\xe0\ -\x5b\xc7\x50\xa2\x99\x09\xa9\x17\x31\xd3\x7b\xd1\x6f\xb5\x9a\xdc\ -\x0a\x4c\x25\x2c\x01\xc9\xfc\x80\x0c\x32\x0a\x33\x0f\xe6\xe6\x8c\ -\xe8\xcd\xc0\x49\xd7\x51\x43\xc6\x1f\x6a\x05\x9b\x86\x3f\xf4\x77\ -\x4c\x5b\xa3\xb7\x08\xfa\x6b\x83\x1a\x32\x83\x10\x74\x1d\x4e\xf5\ -\x75\x7c\x67\xad\xdc\x06\x2c\xad\xa9\x43\xb3\x81\x10\x7c\x23\xaa\ -\x0c\xe5\xbf\x54\xb8\x0b\xa8\x39\x86\x60\x96\x8f\xc9\xa0\xca\x64\ -\x27\xae\x0c\xe4\x3f\x12\xd1\xfb\x58\xfb\x5a\xdc\xa0\x61\x21\x64\ -\x76\x14\x95\xfb\x3b\xde\x45\x39\xe8\x46\x05\x02\xd7\x94\xe9\x59\ -\x3c\x39\x98\x2f\x8a\xe8\xd3\x4e\x50\xc2\x36\x4f\x99\x3f\x8c\x94\ -\xfb\xf2\xcf\x0b\xbc\xec\x04\x65\xa5\x79\x4a\x7f\x35\x64\x0e\x00\ -\x11\x2d\x57\x73\x8f\x23\xbc\xe5\xc4\x15\xc1\xe3\x37\xc1\x67\x53\ -\xf6\x00\x00\x46\xc4\x76\xfe\x9c\xeb\x03\xc6\x13\x4e\xea\x7d\x43\ -\x1c\x00\x80\xcf\x46\xe4\x4c\xad\x6d\xe9\x5e\xd0\xcf\x1d\x23\xe5\ -\xbe\x21\x1a\x00\x00\x33\xbd\x3b\x4f\xeb\xe9\xb6\x03\xc0\x37\x09\ -\x2b\xb5\xcd\x20\x2a\x00\x00\x95\x87\x2f\xf9\xdd\xd6\x75\xbf\x42\ -\x39\x44\xbe\xe8\x00\x00\x4c\x1d\xec\x58\xa8\x9b\xfa\x3e\xa0\x9a\ -\x76\xae\x28\x01\x00\x4c\xf7\x5d\xf6\xa3\x5a\xbb\x0f\x38\xd5\xc0\ -\xf6\xb6\x24\xa2\x05\x00\x50\x19\xda\xfe\xbd\x18\xbb\x1f\xf8\xd3\ -\x75\x36\xc9\x5f\x66\x00\xca\x7d\xdb\xbf\x02\xbd\xc3\xfd\x96\x68\ -\x13\xfc\x65\x66\xb5\x26\x07\x3a\x3e\x11\xe5\x90\x0a\x75\x85\x3a\ -\x62\x9f\xcb\xba\xa6\xa6\x9a\x6a\xea\xff\xa1\xbf\x00\xea\x6a\x33\ -\x9d\xac\xb0\xf1\xb6\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\ -\x82\ -\x00\x00\x01\x24\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\xd6\x49\x44\x41\x54\x78\x9c\xed\ -\xdb\xb1\x09\x02\x41\x00\x44\xd1\x39\x8b\xb8\x3a\x04\xc1\x42\x6c\ -\xc1\xc8\x8a\xec\xc2\x42\x04\xc1\x1a\x2e\xb2\x0a\xcf\x40\xcd\x34\ -\xbd\x27\x38\x2f\xda\x6c\x67\x7f\xbe\x49\x55\xfd\xb3\x41\x5d\x7c\ -\xbe\x5c\x77\x73\x72\x7c\x8d\x38\x6c\x37\xeb\x93\xd8\xb1\x12\x97\ -\x26\xc9\xeb\xf1\x63\x92\xf1\x1d\x42\x60\x01\xf2\x7c\xfc\xa7\xf3\ -\xa2\x64\x80\x9f\xd0\x00\x7a\x80\xd6\x00\x7a\x80\xd6\x00\x7a\x80\ -\xd6\x00\x7a\x80\xd6\x00\x7a\x80\xd6\x00\x7a\x80\xd6\x00\x7a\x80\ -\xd6\x00\x7a\x80\xd6\x00\x7a\x80\xd6\x00\x7a\x80\xd6\x00\x7a\x80\ -\xd6\x00\x7a\x80\xd6\x00\x7a\x80\xd6\x00\x7a\x80\xd6\x00\x7a\x80\ -\xd6\x00\x7a\x80\xd6\x00\x7a\x80\xd6\x00\x7a\x80\xd6\x00\x7a\x80\ -\xd6\x00\x7a\x80\xd6\x00\x7a\x80\xd6\x00\x7a\x80\xd6\x00\x7a\x80\ -\xd6\x00\x7a\x80\xd6\x00\x7a\x80\x26\x03\xdc\xbe\x9c\x17\xe5\x7e\ -\x8d\xdd\xe7\x7d\x32\x4c\xc9\x30\x3d\xcf\x55\x55\xcb\x7b\x00\x9b\ -\x29\x14\x48\xdc\xa5\x66\x37\x00\x00\x00\x00\x49\x45\x4e\x44\xae\ -\x42\x60\x82\ -\x00\x00\x00\x8b\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x00\x3d\x49\x44\x41\x54\x58\x85\xed\ -\xd3\xa1\x15\x00\x10\x00\x45\xd1\xc7\x4e\xba\x62\x0f\x9b\x59\xc4\ -\x39\x06\x30\x14\x49\x15\x29\xef\xa6\xdf\x5e\xfa\x20\x49\xfa\x2c\ -\x9c\xd1\xe6\x1a\x40\x7e\x14\xed\x35\x85\x02\x10\x5f\x04\xa5\x1b\ -\x5f\x20\x49\xd2\x77\x1b\x30\xa7\x0a\x07\xf9\x46\xc6\xaa\x00\x00\ -\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x01\xb8\ -\x89\ -\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\ -\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\ -\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\ -\x01\x95\x2b\x0e\x1b\x00\x00\x01\x6a\x49\x44\x41\x54\x58\x85\xe5\ -\xd6\x31\x4e\xc3\x30\x14\xc6\xf1\xff\x8b\x43\xb8\x01\x1d\x38\x41\ -\x61\x40\x0c\x15\xac\x2d\x07\x40\x82\x1d\x09\x24\xce\x51\xee\xd1\ -\x8d\x1b\x20\x16\x24\xa4\x76\xed\x8a\x0a\xe5\x04\x0c\x30\x31\x97\ -\x56\x8f\x81\x04\x89\xe2\x34\x76\x6a\x87\x01\x8f\xf6\x93\x7f\x9f\ -\x6c\xe7\x29\xf0\xdf\x87\x34\x89\x0d\xc6\xda\x4a\x0d\x37\xc0\xcb\ -\x79\x47\x4e\x01\x92\x26\x71\x63\x18\x01\x07\xc0\x76\x31\x9f\x36\ -\x89\x0b\xb4\x15\x9e\x17\x0b\x8e\x8b\xb5\xe8\x57\x60\xc1\xbb\x97\ -\x87\xf2\xda\x48\x80\x2a\x3c\x6a\x00\x17\x3c\x5a\x00\x57\x3c\x4a\ -\x00\x1f\x3c\x78\x00\x5f\x3c\x68\x80\x3a\x78\xb0\x00\xae\xf8\xf5\ -\x83\x6e\xcd\x67\xdc\x01\xef\x17\x1d\xe9\x41\x80\x4e\xe8\x83\x2f\ -\x66\x0c\x05\xf6\x05\xb2\x62\x7e\xad\x4e\xe8\x8b\x03\xbb\x02\x8f\ -\x49\xc6\x49\xb1\x56\xfb\x0a\xd6\xc0\x8f\xce\xf6\xe4\x6d\xad\x00\ -\xa1\x70\xa8\x71\x05\x5e\xf8\x07\x23\x60\x07\x78\xb2\xe1\xe0\x79\ -\x02\xde\xb8\x7e\xe1\x26\xa3\x67\xc3\xbd\x02\xc4\xc0\x01\x4c\x48\ -\x7c\x30\xd6\x96\xe0\x8e\x83\xc3\x09\xf8\xe0\x69\xca\xd0\x07\xaf\ -\x0c\x50\x0b\x17\xa6\x66\x83\xae\x0d\xf7\xea\x84\x31\x70\xe7\x4e\ -\x18\x05\xcf\x3f\xc9\xe5\x4e\xf8\xeb\x11\xfa\xe0\x79\xdd\x4a\xdc\ -\xf2\x30\x7f\xf4\x83\xa4\x64\x53\x57\xbc\x8d\x30\x9d\xcf\xed\x0f\ -\xce\xe5\x61\x8a\x6d\x53\x5f\xdc\xa5\xae\xec\x84\x12\x80\xbe\x6a\ -\x92\x1a\xee\xab\x70\x55\x95\xd4\x70\x5b\x85\x2f\xd7\x95\xe1\xdf\ -\x01\xf2\xb1\x09\x4c\x56\xfd\xc9\x5c\x81\x20\x64\xc0\xa4\x0c\xb7\ -\xd5\xb9\xf4\x03\xfa\xaa\x89\xaa\x56\x36\x26\x55\x95\x90\x75\x7f\ -\x3e\x3e\x01\xfd\xeb\xb4\x8d\x0c\x88\x4e\x37\x00\x00\x00\x00\x49\ -\x45\x4e\x44\xae\x42\x60\x82\ -\x00\x00\x1a\xa4\ -\x00\ -\x00\xdc\xf2\x78\x9c\xdd\x5d\xeb\x6f\x1c\x37\x92\xff\x1e\x20\xff\ -\x03\x65\x01\x8b\x24\xa7\x91\x34\x7a\xd8\xd2\x04\xfb\x41\x0f\x3b\ -\x6b\x20\x71\xec\x48\xb9\xe0\xb0\x38\x08\x3d\x33\x3d\x9a\x5e\xf7\ -\x74\xb7\xbb\x7b\x2c\x2b\xc1\xfe\xef\x47\xb2\x9b\x6c\x92\x5d\x7c\ -\xf5\x43\xf2\x9e\x16\xeb\x48\x33\x64\xd5\xaf\x8a\xc5\xe2\xab\x58\ -\x3c\xf8\x01\x4d\x86\xfb\xf9\xf6\x9b\x6f\xbf\x41\xf8\xe7\x8f\x8b\ -\xdf\xde\xbd\x7d\xf7\xd3\x0e\x7a\x13\xc5\x21\x5a\xe4\x61\x50\x86\ -\x4b\x94\xe5\xe9\x7d\x1e\x6c\x36\x41\x19\x2d\x82\x38\x7e\xdc\x47\ -\x17\x71\x8c\x16\xeb\x20\xb9\x0f\x0b\xb4\x09\x96\x21\x8a\x12\x54\ -\xae\xa3\x02\xad\x48\xbd\x87\x08\x7f\x3d\x0f\x51\x9c\x16\xe5\x0e\ -\x23\x7d\x55\x13\x9b\x3f\xe2\x92\x21\xfa\x54\x16\x41\x51\xa0\x45\ -\xba\xc9\x70\x95\x1c\x7d\x3e\xdc\x3f\xde\x3f\x64\x85\x6f\x71\x89\ -\x65\xb8\x8a\x92\xa8\x8c\xd2\xa4\x40\x41\x5e\xb3\x08\xd1\x8b\x4f\ -\xcb\x20\xff\x58\x94\x8f\x71\xb8\xff\xa9\x28\xf6\xef\xe8\xaf\xc5\ -\x7e\xb1\x28\x8a\x17\x68\x93\x2e\xb7\x71\x48\xc8\x0c\xa8\x1d\xf4\ -\xc3\xc1\xb7\xdf\x1c\xfc\x80\xae\x31\x63\x74\x43\xd8\xa1\x09\xfa\ -\x40\xfe\xa2\x7f\xdc\xac\xc3\xb0\xf4\x68\x8d\x9a\x1c\x01\x79\x13\ -\x86\xe8\x43\x89\x96\xe9\x62\xbb\x09\x93\x32\x20\xd2\xce\x2a\x25\ -\x4c\xd0\xba\x2c\xb3\x62\x76\x70\x80\xbf\xdd\xff\x54\xee\x47\xe9\ -\xc1\xa7\x72\x72\x7a\x50\xc9\x4b\x78\xee\xaf\xcb\x4d\xec\x58\x76\ -\x92\x87\xab\x30\x0f\x93\x45\xe8\x55\x2b\xfc\x12\x6c\x32\xa2\xde\ -\xaa\xd2\x28\x6a\xfd\x2d\x2c\xb0\xfe\xc2\x38\x24\x2a\x28\x7a\x99\ -\x35\x41\x48\xc9\x95\x51\x72\x8f\xc2\xcf\x61\xfe\x88\xcd\x12\xff\ -\xba\x0e\xe3\xac\x40\x65\x8a\xb6\x49\xb4\x7a\x44\x95\x84\x28\x58\ -\xe4\x29\x36\xc2\x65\xb4\xa2\xba\x29\x51\x9a\x85\x79\x40\xeb\x16\ -\x8f\x45\x19\x6e\x8a\x31\x44\xfe\x01\xfd\x45\xd4\x9f\x05\xcb\x25\ -\xe6\x34\x43\x87\xd9\x97\x1f\xc9\x07\x9b\x20\xbf\x8f\x92\xe6\xef\ -\x79\x9a\x2f\xc3\x5c\xfd\x7b\x42\xb1\xcf\x50\x92\x26\xa1\xf8\x71\ -\xb4\x09\xee\xc5\x8f\xd3\x6d\x19\x47\x09\xfe\xe4\x10\xff\xf9\x6f\ -\x22\x07\x56\x75\x91\x85\x8b\x68\x15\x2d\x50\x4e\x75\xbe\x4a\xf3\ -\x46\xef\x51\x52\x44\xb8\x27\x7f\xb8\x4d\xd3\xf8\x32\xc8\x29\xd4\ -\xe6\x8f\x0a\xb3\x0a\x51\x91\x81\xb1\xf9\xf0\x47\xb4\xbc\xf7\xea\ -\x13\xf0\xcf\x18\xda\x67\xd8\xa8\x3c\xf3\x60\xf1\xf1\x3e\x4f\xb7\ -\xc9\x72\xb2\x48\xe3\x14\x2b\x7b\xf7\xcd\x05\xf9\x9f\xda\x00\xa8\ -\x48\xe3\x68\x89\x76\xaf\xce\xaf\xae\xaf\x0f\x21\xd9\x11\x62\x14\ -\xa6\xe7\x47\xc7\x47\xd7\xf4\xa3\x02\x6b\x77\x41\x3a\xf5\x04\xe0\ -\x74\xfe\xe6\xea\xf2\xcd\x1b\xa5\x5c\x8b\x08\xd5\x69\x0d\x7a\xb6\ -\x8c\x8a\x60\x1e\x63\x2f\xea\x80\x9e\x7d\xf4\xea\xec\xec\xfa\xfc\ -\xca\x0e\xe7\xfa\xe2\xf5\xb5\x16\x0e\x27\x22\xc1\x99\x45\xb8\x8f\ -\xcc\xaa\xd2\x06\x50\x5c\x50\xa0\xf2\x3a\xc5\x9d\x74\xb6\x63\xa5\ -\xf1\xea\xf8\xea\x55\x43\x83\xd8\xd8\x2f\x41\x94\xfc\x11\x25\xcb\ -\xf4\xa1\xb7\xcb\xb8\x25\x43\x57\xb0\xfc\xd7\xb6\xc0\xfd\x80\x0c\ -\x32\x45\x16\x47\x65\x89\x87\xa5\x7a\xd0\xc1\x0e\xf2\x23\x1e\xd6\ -\x08\xee\x3d\xdc\xc5\x4a\xf4\x89\x95\xf8\xf6\x1b\x4f\x27\xba\xbb\ -\xc0\x5c\xd2\x4d\xf4\x27\xb6\x9d\xc9\xa7\x0d\x16\xe2\x81\x0a\x31\ -\x8a\xad\x37\x3a\x9a\xe1\x66\xca\x02\xec\xdc\x70\x97\xd7\xe9\x58\ -\x30\x6e\xc0\xf4\x05\xd3\x2a\xb2\x60\x21\x99\x3e\xef\x0b\x47\x8d\ -\x1f\x80\x99\x57\x0d\xae\x85\x70\x71\x75\x39\xbd\x7c\xa9\x83\x20\ -\x1b\x81\x96\x41\x1e\xfd\x99\xe2\xc1\x34\xae\xb8\xe0\x66\x2b\xd7\ -\x33\x74\x2a\x79\xd9\x49\x99\x66\x0c\x2d\xff\x6c\x9e\x96\xb8\x65\ -\x9a\x8f\x6b\x97\xba\xcd\xe3\xef\x5e\xcc\x0e\xf0\x64\xe3\x2e\x5a\ -\xe0\xd9\xc8\x41\x1c\xdd\xaf\xcb\x83\x7c\x71\x50\x62\xef\x38\x0f\ -\xf2\x3b\xce\xfc\x0e\xcb\x46\x27\x49\xfb\x59\x72\xff\xe2\x7b\x0b\ -\x52\x56\xb8\xc2\xb9\x0e\x09\xd9\x16\xd0\x38\x5c\x95\x2d\xa4\x79\ -\x55\xb4\x07\xd0\x46\x4b\x32\x54\xd2\xb3\x88\xd3\xbf\x8d\xb2\xbe\ -\xee\x9b\x90\xeb\xd5\x39\x08\xea\x32\xca\x46\xe9\x19\x4c\x46\xab\ -\xcf\x02\xfd\x3a\xd6\xd2\xdb\x15\x7a\x4c\xb7\x78\x20\xdd\x60\x83\ -\xa6\x4e\xa2\x32\x58\x32\x5b\xc6\xb3\x88\xf2\x71\x4f\x20\x8b\x27\ -\x1c\x29\x9e\x7f\x3c\xa4\xf9\x47\x32\xb9\x48\x13\x54\x59\x43\x41\ -\xc1\x34\xb6\xce\x47\x6f\x3a\x2d\xa2\x94\xeb\xae\xb5\x47\x07\xeb\ -\x55\xf4\x85\x4c\x99\xe7\x29\xae\xf1\x05\xd5\xfa\xa9\x69\xb4\xc6\ -\xa3\x86\x46\x4a\xfa\x2b\x41\x44\xea\xef\x4e\x5f\x9d\xe0\xb9\xdf\ -\x26\x78\x44\x49\x88\x3d\x2e\x99\x14\x15\x21\xfa\xed\xa7\xcb\x0b\ -\x4a\x89\x9b\xc1\x0d\x9e\x8f\x6e\x0b\x32\xfa\xf7\xd2\x77\x6f\x33\ -\x28\x28\x0e\x6c\xbe\xa3\x18\x42\x23\xe5\x5f\x62\x4b\x4c\xc1\x31\ -\x1f\xab\xe5\x4d\xf4\x05\xcf\x1c\x6f\xb2\x47\xd2\xd6\xbb\xe7\xd3\ -\xa3\xc3\x3d\xfa\x9f\x29\x6b\x4a\xde\xe8\x33\xb8\xea\xee\xd1\xe1\ -\xe9\x1e\x7a\x58\xe3\xe1\x0f\x71\x0f\x50\xb1\x2d\x50\xdd\x41\x89\ -\x91\x90\xe1\xb1\x68\x5a\xa4\x01\x5a\x8d\x9c\x32\xdc\xda\x70\x94\ -\x92\xc8\x6a\xe6\xdc\xa3\x82\x92\x03\xb3\x09\xe1\xa3\xc1\x6c\x74\ -\xb9\x25\xa3\x09\x2a\xf3\x20\xc1\x23\x0b\x59\xa4\x3c\x12\xab\xc4\ -\x0b\x46\xbc\x5c\x0c\xe9\x38\x5c\x55\xaf\xed\x18\x3b\xbe\xe3\x43\ -\x48\xda\x9f\x83\x79\x58\x7b\x53\xcf\x96\x6a\x78\x97\xa2\x27\xbc\ -\x5a\x87\x8b\x8f\x97\x58\x8c\x7e\x96\xd6\xbb\x0b\x2c\x08\x0e\xac\ -\xce\x51\x7a\x00\x17\xd2\x63\x52\x29\xce\x71\xd9\x64\xe0\xa4\x6e\ -\x53\xbe\xf2\xe0\xde\xac\x6e\xf6\x6a\xd0\x3d\x91\xe7\x0c\x7c\xd4\ -\x3d\x11\xa6\x0e\x0c\xd2\x6c\x85\x57\xc6\x85\xc1\xd4\x39\xf6\x41\ -\x66\xc8\x0a\xf3\x19\xf6\xd1\xb8\x77\xf2\x29\x13\x38\x22\xb3\x61\ -\x7b\xca\xe4\xaa\xe7\x1b\x53\x50\x9e\x86\xe4\x6c\x9b\xd0\x56\x65\ -\x50\xad\x63\x38\xb3\x81\x3b\x5e\x51\x99\x64\x18\x99\x54\xf3\xae\ -\x3d\x64\x29\x45\xf5\x6d\x2d\x95\xe1\xe5\x63\xc1\x75\xac\x8e\x5d\ -\x1d\x24\xb9\xa3\x7c\xbd\xe4\x91\x1b\xba\x0b\x4f\x46\xc1\x81\x6d\ -\xc7\x96\x72\x6f\x27\x97\x56\x72\x69\xa3\xa1\x5b\xc8\xb7\x7d\xfa\ -\xb6\x4e\x87\xb6\xc1\xbf\x85\x78\x88\xd8\x44\x49\x80\x47\x54\x4f\ -\x7e\x52\x65\x5f\x66\x9d\xa5\x94\xa8\x74\x96\xd5\x68\x08\x72\x49\ -\x93\x59\xc9\x25\x25\xc3\xe9\x2a\x11\x60\x2d\x64\x34\xfd\x09\x7b\ -\xe2\xec\x2b\x18\x4d\xc9\x88\x90\x8d\x35\x9a\x72\x21\xa9\x06\x57\ -\x78\x89\x35\x79\xa8\x87\x88\x79\x1a\x2f\x75\x53\xad\xd6\xda\x7b\ -\x92\x07\xcb\x68\x5b\xb4\xc6\xcb\xd6\x5a\x90\x0e\xaa\x2f\xe1\x95\ -\xac\x38\x06\x31\x60\xb3\x59\x19\x95\x71\xdd\x53\x8a\xed\x1c\xb7\ -\x68\x99\xa7\xf1\x04\x2f\x08\xe9\xde\x5e\x45\xe2\x47\xe5\xdb\x2c\ -\x2d\xe8\x5e\x3c\x9e\x2a\xa5\x19\x22\x43\x20\x2d\x51\x8d\x85\xea\ -\x90\x2e\x8f\x90\xec\xd3\x7a\xd1\xaa\x16\xa6\xf8\x27\x30\x52\x97\ -\x01\x18\x5a\xd0\x37\xf3\x4c\xf7\x31\x1a\xe0\xaa\x8e\xd1\x43\x0c\ -\x75\x4a\x2f\x37\x72\xe5\xfd\xd6\x5c\x8a\xf9\x01\x73\xa9\xa7\x19\ -\xb4\xcd\x18\x46\x1b\xb4\x21\xb6\x43\x35\x9d\x7b\xc3\xb9\x34\x9b\ -\x4b\xa3\x3d\xe5\x28\x6e\xe2\x3f\xce\x28\x4e\x86\x82\xdf\xb0\x73\ -\x4b\x2f\xb7\xd8\x4b\x25\x7d\x46\x83\xde\x43\x01\x71\xb2\xe9\x9c\ -\xe2\x18\x65\x34\x10\xe5\x1c\x68\x79\xe5\xb1\x98\x02\x8c\x46\x5d\ -\x9c\x55\x46\x20\xc0\xb4\x2e\xb9\xc4\xb2\x3d\xcf\x23\xfc\xd1\x21\ -\x8f\xe3\x1b\x93\x32\x35\x07\x58\xd0\xe2\xd5\xaa\x04\x75\x94\xb2\ -\x4a\xd5\x67\x25\x09\x33\xf6\x5e\x4c\x52\xbb\xd7\x0e\x4a\x36\x26\ -\xdc\xc1\x59\x0b\x32\x2f\x67\x2d\x68\x76\x75\x6d\x0d\xfa\x4a\x08\ -\xfa\x3e\x2b\x2a\x4f\x07\xa8\xf2\xd4\x0c\x56\x1a\xb6\xe6\xf1\xaa\ -\xb3\x0a\xbc\x9a\xd8\xb1\x81\x1d\x9b\x77\xe4\xc6\xed\xd0\xb4\x70\ -\xc3\xf6\x46\xa0\x1f\xe8\x7e\x09\x93\x6d\xef\x2d\xf4\x01\x06\xba\ -\x0d\xc6\x31\xd6\x16\x3a\x93\x51\xe7\x93\xa1\x43\xf3\x23\x65\x80\ -\x32\xef\x3a\xbb\x1e\xa9\xab\x07\x84\x15\x30\x68\x48\x13\xf8\x29\ -\xc7\xd3\xac\x92\xb8\xcb\xae\xdd\x29\x16\x24\x12\xbd\xb4\x44\x43\ -\x39\x20\x57\x2a\x98\xa9\x9b\x43\x10\xdc\x35\x50\x01\x91\xfa\x61\ -\x1b\x47\x67\x5e\x60\x43\x29\x4b\xd1\x43\xcd\x4c\x45\x89\x1c\x21\ -\x80\x07\x88\x6c\x1b\xa4\xbf\x8c\xd6\x59\x64\x53\x84\xf5\xad\xd5\ -\xa8\x10\x10\x04\x74\xb5\xd7\xd7\xd3\xeb\x93\x4e\x1d\xa5\x15\x21\ -\xc0\xe7\x23\x7a\x76\xc2\x71\xbd\x26\x70\xa5\xa2\x0c\x75\x25\x08\ -\xb3\x68\x93\xe8\x88\xfc\x43\x7f\x39\x13\x4f\x8b\x8a\x30\xff\x1c\ -\xd2\x99\x5c\x48\xcf\x9b\xb8\x9c\xec\x00\x56\x3e\x52\x25\x1d\x5d\ -\xe8\x55\x82\x8e\x55\x80\x4a\x3f\x05\x1a\xc0\x55\x91\xed\xce\xe6\ -\x5c\x73\xc1\x16\x0a\xf2\x5e\xca\xf4\x10\x9c\x13\xb6\x26\x8d\x12\ -\x2d\x79\x5a\x2a\x13\x3c\x53\xe8\xb5\x26\xa1\x47\x8d\xce\xf1\xa8\ -\x88\xbb\xca\x22\xde\x16\xd1\x67\x12\x87\xc9\xc8\xfe\x1d\xd1\xf1\ -\x8f\x9e\xf3\xd1\x5e\x25\x7c\xf7\x5d\x41\x42\x1b\x2f\x68\xc3\xd0\ -\x25\x26\x31\xaf\xf2\x35\xa3\xf2\x7d\xdd\x4a\x98\x3a\x4c\x99\x8e\ -\xaf\xa8\x5a\x99\x75\x23\x0e\xaa\x62\x26\xc9\x32\xfc\x19\x8c\x23\ -\x3b\x3e\xbf\x72\x2d\xcf\x26\x5a\xae\xe5\x9f\x66\xb3\xc7\x15\xcd\ -\x68\xdb\x3e\x66\x00\x83\x9e\xda\x38\xb1\x72\x6c\x57\xbf\x56\x7d\ -\xca\xdd\x20\x37\x24\x23\x9d\xee\x98\x99\x8f\x76\xce\xe3\xc1\x76\ -\xdc\x13\x1f\x1f\x20\x6e\xa6\x03\x9f\x02\xf9\xd4\x19\xeb\x3c\xa8\ -\x05\xa2\xbb\x53\x36\xef\x65\x38\xf0\xd1\x2a\xc6\xc7\x13\xfb\x7b\ -\xe1\x91\x36\x35\x5c\x80\x8d\xb3\xaf\xa1\xe7\xfc\xa4\x5b\x1b\x56\ -\x18\x0e\xed\xed\xde\xda\xcf\xb8\xc7\x61\x07\xf5\x24\xdb\x1c\x35\ -\x0e\x7a\xbc\x37\x09\xf2\x3c\x7d\x90\x2f\x0b\x9c\x82\xa7\x83\x53\ -\xe7\xe0\x55\x4a\xf2\x8e\x92\xe7\x8c\x81\x89\xaa\x3c\x93\xe5\x0b\ -\xca\x8b\x79\x81\xa7\xff\x8b\xf2\x2d\x9e\x93\xff\x77\x14\x76\x0d\ -\x16\xef\x1f\xc2\x45\x42\xe2\xc6\x3a\x74\x6e\x09\x49\x1b\x20\x88\ -\xb1\x0b\x26\x0e\x18\x5a\x01\x9a\x77\x59\x3a\x9c\x50\x57\xb6\xd0\ -\x42\xf2\xe1\x67\x6c\x72\xaf\x97\x51\xa9\xec\x3a\x68\x9a\xe9\x66\ -\x91\xa7\x71\x7c\x91\x87\x41\xa7\x86\xea\xdd\x4c\x41\x8d\xa3\xa0\ -\x38\xf0\x92\x31\x18\xb5\xc1\x04\x71\x75\xeb\x44\xe0\x42\x8a\x57\ -\xdc\x00\xd6\x6e\x15\xf6\x7b\x7a\xae\x46\x61\x0a\x6b\xbc\x3a\x8e\ -\x19\x0f\xd8\x93\xaa\x67\x91\x08\x4c\x5a\xef\xe8\xe4\xa4\xae\xa7\ -\x59\xe2\xb7\x65\x51\xfc\x0e\x1c\x67\x47\x43\x8c\xfb\xb5\x36\xfb\ -\x19\x27\x30\xb8\xc1\xc6\x0e\x9d\xfc\x83\x0c\x15\x49\xbf\x82\x60\ -\x6a\x8a\x63\xb4\x60\x6a\x26\x65\xeb\x16\x06\x77\xd7\x72\xa4\x0a\ -\xb5\x41\xfa\x21\xff\xa5\xbb\xa5\x5b\x1b\x42\xc0\x27\xdf\xbd\x30\ -\x77\x3b\x36\xb2\xa8\xd0\x25\xd8\xa6\x1d\x6d\x37\xd7\xd9\x80\x9b\ -\xad\x83\x64\x19\x87\x2d\x25\xba\x5d\x98\xf1\xd2\x19\xe9\xf0\xb5\ -\x7c\x67\x8e\x58\x2c\x57\x78\x84\x9b\x13\x0c\x51\xfb\xb3\x41\x70\ -\x98\xb7\xf5\x95\xfd\xb5\x36\x25\xab\x09\x38\xeb\xb6\xf1\x9a\xcd\ -\xc6\x9a\x57\x43\x33\x28\xa3\xa9\x56\x46\x67\x85\xd1\x55\xb3\x78\ -\x60\x99\xd0\x29\xa6\x6a\xb9\xc2\xd6\xb5\xf8\x7f\x11\xb6\xcf\x3c\ -\xb0\x3d\x13\xb5\x4e\x08\x35\xd1\x6c\x94\x9c\xfa\x75\x2b\x14\xce\ -\x45\x50\xbe\xaa\xb0\x14\xe3\x91\x20\xfe\x62\x3f\xbb\xb4\x72\x97\ -\x61\x8d\x7a\x5c\x37\xe8\x71\xe7\x46\x5d\xa6\x0f\xc9\x70\x6d\x5a\ -\x1d\x2d\x0d\x20\xa6\xb1\x49\x79\xa1\x6e\x0d\x4a\x44\x7e\x36\x49\ -\x71\x61\x7b\x3f\x15\x9a\xb5\x43\x93\x92\x55\xde\x70\x4d\xca\x03\ -\x4e\xfb\x8a\x09\x35\x29\x54\xac\x5b\xa3\x12\x98\xcf\x2d\xeb\x58\ -\x7d\x74\x9b\x0d\xd7\x9c\x65\x9a\x0d\x20\xa1\xb1\x2d\x7b\x76\xcf\ -\x6d\xf6\x3c\x42\x6e\xb3\x6a\x0b\x45\xb0\x45\x59\x40\xe2\x37\x5a\ -\x45\xda\x61\x0a\xf2\x85\x40\x80\x3e\xd3\x8f\x96\xba\x6e\x7a\xa4\ -\xa7\x4d\x5c\x63\x46\xb4\xab\xc3\x4e\x1a\x47\x29\xd0\x81\x3a\x8c\ -\x9c\xd3\x76\xc3\x4d\xef\x39\x87\x5f\x4a\xba\x33\xd1\x6f\xe9\xd3\ -\x77\x4d\xc6\x92\x72\x4c\xaa\x04\x03\xa3\xe4\x1c\x69\x64\x75\x58\ -\xef\x68\xf7\x83\xda\x2b\x2e\xc3\xb4\xb8\x6a\x40\xc6\xd7\x6f\x4a\ -\xc9\x6b\xe9\xf2\x42\xc0\x37\xb4\x65\xde\xa4\x89\xdf\xc7\x41\x94\ -\xf4\x6f\xe7\x51\x9a\x44\xc6\xf6\xc4\xed\x22\x31\xf7\x6b\x1c\xb9\ -\x6a\xdf\x16\xba\x89\xfe\x0c\x7f\xca\x7b\x67\x1b\xe8\xbf\x31\x82\ -\x71\xdc\xe7\x23\x65\x1b\xe0\x42\xb6\x94\xa4\x06\x7c\x59\xe3\x31\ -\xac\xe3\x57\x95\x4e\xe4\x8e\xc8\xd2\x0e\x47\xbc\x29\x03\xb2\x93\ -\xdf\x37\x3f\xcf\x58\x37\xf1\x05\x6c\x7f\x81\x3b\x95\x2e\x7b\x1c\ -\x70\x30\xa1\x94\xdd\xe2\x6b\x88\xc8\xac\x73\x72\x8c\x96\xdd\xc2\ -\x31\x22\xb3\xf6\x20\x2c\x1c\x0f\x8e\xc3\xe4\xed\xc0\x62\xc1\xe0\ -\x7b\x6d\x3c\xbc\x5e\x4c\x03\x53\x63\x51\x36\x4d\x85\x74\x08\xaf\ -\x8e\x5a\x17\xf2\xdb\x40\x65\x5a\xba\x0d\x32\x75\xa7\xce\x39\x31\ -\x0a\xd9\xfc\xd6\xe6\x44\x69\xb1\x85\x13\xb7\x74\xe4\xaa\x49\x19\ -\xc3\x79\x5a\x33\xdb\xf8\xf3\xb5\xa7\x81\x81\xd8\x0f\x25\xb5\x35\ -\x5b\x0e\xe5\x4d\x23\xbf\x76\x3f\x95\x77\xac\x1a\x1e\x70\xee\xe6\ -\xe0\x4d\x1a\x6d\xea\x22\xdd\xa8\xd9\x69\xcf\xa5\x7d\x54\x95\x45\ -\x49\x8f\xdb\xac\xe3\x9e\x2b\xd5\xd8\x1c\x66\x15\x66\x97\x0a\x27\ -\xbf\xb9\xad\x72\x3d\x92\xfe\x3b\x3d\x3c\xde\x43\xd3\xe9\x54\x3e\ -\x5b\x92\xaf\x63\x3a\xd5\x50\xb3\x2f\xc9\xc7\xc5\xea\x45\x27\xe5\ -\x32\xa9\xfe\xec\x4b\xd8\x58\x26\x07\xd1\xf5\x41\xd7\x92\x1d\x6f\ -\x4d\x0f\xcf\x85\x68\x41\x45\x7d\x64\xb5\x04\x9b\x1c\x53\xa4\x14\ -\x59\x2a\x66\xc8\x6a\xaf\xf9\x2a\x88\xc6\xe5\xa2\xb0\x3f\x57\x0b\ -\x54\x9f\x95\x9b\x76\xf4\x01\xcf\xdd\x2e\x84\x89\x53\x5a\x5c\x43\ -\x00\x09\xa8\x00\x3f\xea\xd0\x2c\x7c\x95\x20\xef\xc9\x14\x38\x0a\ -\x66\xca\xe4\x6b\xcf\xbd\x56\x1f\x12\xd6\xa5\x6c\x98\x30\x16\x4a\ -\x57\x2b\xc7\xd0\x15\x97\xbd\x0b\x25\x16\xf6\xcc\x45\x06\x71\xa7\ -\xde\x7f\x4b\x01\x26\x4e\x17\xdf\x4f\x66\x6f\x55\x9b\x75\x32\x39\ -\xda\xb9\x9f\xd3\xde\xaa\x3b\xe3\x46\x63\x6b\x76\x32\x20\x4b\x12\ -\xf6\x39\x4c\x06\x27\x14\xf3\x35\x39\xdb\x96\xb6\x8f\xd1\x49\x7b\ -\x3e\xbe\x66\x27\x6d\x34\xc3\x0c\xc4\x53\x27\xc3\xfd\x18\x7b\x04\ -\x40\x4d\xcf\x6b\x39\xa9\x56\xee\xb9\xa0\x1c\x74\x3c\x25\x49\x7f\ -\xdf\xde\xbc\xff\xf9\xe2\x7f\x6e\xfa\x12\x66\xf4\x06\x01\x27\xd0\ -\xab\x93\x5e\xf5\xa6\xd7\x7b\x3d\xb3\xca\x83\xcd\x28\x99\x97\xc5\ -\xb4\x5e\x83\x24\x6c\x95\x9d\x89\x61\xa6\x58\x19\x28\x65\xef\x75\ -\xd5\xd9\xed\x66\x4f\x3b\x1c\x86\x6c\xaa\x5c\xe2\x3e\x5b\x84\xbd\ -\x96\xa7\xff\x29\x41\x50\xa2\xb8\x63\x4c\x54\x0d\x47\xf0\x02\xeb\ -\x4e\x2d\x6b\xc6\xd0\xba\xe2\x6e\xc5\xc0\x4e\x32\xc4\xcf\x76\xa0\ -\x0f\x99\x77\x54\x3e\x06\xa3\x4f\xb5\xbb\x7f\x55\x32\x9e\x20\x5b\ -\x47\x8b\xa2\x47\x4c\x24\xf9\x19\xc5\x30\x24\x6c\x4f\x6c\x19\x22\ -\xef\x67\x33\x0d\x09\x44\x93\x4d\x44\xf8\x70\x07\xfc\x54\xb0\x0e\ -\xe9\x73\x7f\xf3\xb8\x0a\xe2\x30\x59\x06\x79\xcf\x9d\xc2\x51\xcc\ -\x43\xc1\x66\x15\xca\xa8\x6a\x99\xd8\x00\xf9\x03\xe9\x98\x7c\x75\ -\xfd\x6e\xbb\x99\xf7\x73\xe3\x23\x69\xaf\xc1\xe6\x21\xa2\x3a\x24\ -\x32\x1a\x03\xe9\xeb\x3d\x79\x61\x02\x9b\x68\xcf\x7d\xd9\xde\x03\ -\x5f\x56\xe3\x18\x6b\x5f\x56\x94\xf3\xc9\xfc\x1a\x42\x25\x1e\x29\ -\x26\x01\x5e\x17\xe0\xc9\xce\x02\x2f\x1d\xe9\xb2\xb0\x3e\xcc\x69\ -\x10\x3d\x83\xb7\x73\x86\x36\x5b\xac\xb7\xc9\x47\x97\xc0\x38\x2d\ -\x56\xb0\xf7\xb7\x79\xd8\xb5\x20\x24\xca\xf7\xf2\xea\x23\x4c\xfe\ -\x2f\x7f\xbf\xbd\xfd\xf5\x5d\xef\xb5\xc9\x78\x8b\x93\xf7\xdb\x62\ -\xdd\x3f\xcd\xd3\x00\x1d\x1b\xe3\x18\x31\xcd\x93\x20\xa6\xce\x6a\ -\x3a\x75\xdc\xd6\x92\xc5\x31\x3d\x51\x83\xc7\x6e\xce\x9d\xba\x2d\ -\x98\xf0\x5f\xe0\x2a\x5f\xf8\x72\x08\xad\xf5\x17\x5d\xc7\xd3\x2e\ -\x31\x90\xb5\xc0\x5b\x62\x0f\x3c\x86\x0d\x0d\x8e\xa4\x55\xd9\x1c\ -\x08\x7c\x79\x7e\x79\x7d\x35\x35\x8d\xd0\x02\x29\x5b\x22\x02\x3d\ -\x08\x17\xe4\x2e\x08\x66\x24\x9b\xc6\x44\xc9\x47\x00\x6c\x59\xd6\ -\x3a\xf6\xda\xb3\x6c\x27\xba\xbc\x8e\x82\x38\xbd\xaf\x58\xd3\xd4\ -\xd0\x6a\xef\x24\xd9\xfb\x8b\x62\x1b\x12\xc8\x27\xe4\x82\xcb\x19\ -\x9a\xa0\x1b\x12\x85\x13\xc4\x68\x11\x14\x21\x4a\x57\x52\xad\xfa\ -\x69\x9c\x25\x25\x5c\x54\x69\xce\xeb\xc4\xe4\xbf\xbf\xad\x8f\x31\ -\xc4\x00\x76\x25\xa7\x49\x73\x9e\xf5\xbc\x4e\x90\x9e\xa4\x8d\xe7\ -\x04\x05\x31\x9f\xd9\x09\xd6\x27\x4e\xa1\x60\x44\x05\x6e\xb0\x38\ -\x7d\xa0\x2f\x89\x6d\x49\x6f\x48\x93\xf8\x91\x3d\xef\x72\x1d\xc6\ -\xc1\x63\xb8\x7c\x9f\x66\xdb\x8c\x3c\x21\x16\x36\xd9\x29\x3c\xa8\ -\xd0\x5c\x3b\x54\x7e\x3b\xa1\x9a\x4e\x54\xb4\xc9\xbc\x4d\x8a\x32\ -\x48\xca\x8a\x06\x36\x34\x18\x9c\x7a\x52\xfa\x94\x7e\x5e\xe0\xfa\ -\x64\x7e\xbe\xcd\xf3\x79\xfd\x3c\x80\xa7\xaf\xcb\x06\x48\x7a\xba\ -\x6e\x80\x42\x2f\x17\x2e\xd0\x1b\x50\xb8\xee\x42\x0d\x24\xcc\x3f\ -\x33\xd2\x97\x7e\xc1\x5d\xe9\xef\x2f\x0e\x5f\xfc\x2f\x1f\x14\x7e\ -\x25\xbd\x70\xa5\x76\x39\xf9\x94\x5a\x7a\x79\xc7\x44\x78\x0a\x11\ -\x56\x5d\x04\x4c\xfb\xd0\x85\x78\x3d\xa8\x4a\xc7\x85\xd0\x54\xd0\ -\x8d\x00\x74\x04\xa4\xbe\x30\xe7\x70\x30\x28\x1e\xe6\x99\xd8\x1f\ -\x41\xca\x91\x1c\x9f\x87\xd6\x01\x4d\x68\xe2\xc6\x5a\x9d\x5d\x3d\ -\x5e\x74\x4c\x48\xaa\xe1\xed\x7a\x8e\x66\x26\x02\xb9\x13\x7f\x62\ -\xca\x64\xab\xdf\xa5\x14\xf0\xac\x12\x21\x7a\x0a\xcb\x5f\xb7\xa1\ -\xe9\x97\xf0\xe8\x14\xa0\x62\x1d\xad\x4a\x71\x92\x44\xb9\xd7\x4d\ -\x5a\x59\xd1\x44\x08\x0d\xb9\xa1\xc5\xa3\x12\xd7\x9c\xe3\x7f\xc1\ -\xd1\xad\x12\x4a\x48\x2e\x30\x82\x40\x26\xa6\x1d\xcf\x5d\x75\x99\ -\xf0\xaf\xd2\xcd\x26\x48\x96\x3f\x47\xc9\xc7\x3e\x13\xc3\x71\x76\ -\x57\x5b\xd8\x34\x8e\x5a\x97\xab\xb0\xef\x6e\x95\xe5\x61\xcc\x7a\ -\xdb\x56\x45\x69\x9d\x0e\xa8\x70\xb5\xbb\x91\x83\xaa\x93\xac\x35\ -\xde\xbd\xff\xfd\xf6\x06\x2f\x31\xde\xfd\x8a\xde\xbc\x7d\xfd\xf3\ -\x75\xc7\xfd\x9a\xd1\x36\x69\xae\x48\x6a\x8a\xaf\xe0\x5d\x86\x51\ -\x53\x64\x70\x21\x75\x1e\xd5\x7e\x57\xda\xf5\x35\x4f\xaf\xc8\x35\ -\xdc\x00\xd2\x37\xe8\xef\xe8\xf8\xe5\x8f\xe8\x04\xfd\x17\x9a\xbe\ -\xfc\xe1\x08\x91\x27\x82\xf9\xa5\x7d\x44\xa2\xd4\x9b\x35\x45\xf5\ -\x04\x33\x8d\x65\x23\x79\x12\x79\xc6\x86\xe3\xf3\xa6\x4c\x1d\x65\ -\x4b\x83\xee\x76\x9b\xa8\x3b\xf1\x52\xf0\x74\xff\x34\xdc\xa8\x60\ -\x78\x00\x1f\x79\x8f\x59\x8d\x9a\xdb\x9d\x1e\x1f\x35\x2c\xa0\x08\ -\x3e\x4b\x15\x61\xb5\xfc\xea\x94\x31\x69\x57\x39\x14\x04\x79\x17\ -\x86\xcb\xea\xbb\x3a\x57\x45\x33\xc4\x4d\x64\x0e\xdc\x43\x54\x0d\ -\xae\xc9\x8e\xe2\x65\x02\xda\x1c\xa8\x62\x0c\x96\x93\x79\xd8\xc0\ -\x59\x66\xda\xf6\xb3\x19\x03\xe9\x3e\xa1\x35\x26\xba\x3c\xd1\x0c\ -\x40\x58\xc9\xc0\xc0\xa8\x0c\xf2\x50\x17\xa3\xe5\x35\x55\xe2\xb5\ -\xbc\xa2\x94\x78\x2d\x36\x1e\x76\x69\x6d\x7b\xaa\x78\x47\xb3\x53\ -\xc7\x32\x13\x18\xcd\xb8\xa7\x27\xa1\x29\xd0\xa3\x0b\x8a\x49\xaa\ -\xba\xd8\x8a\x90\x3f\xb6\x79\x74\x90\x7b\xbb\xb3\xa3\x3d\xf2\xef\ -\x29\xc2\xf3\x01\xf4\xcb\x6f\xe4\xf7\x33\xe6\x35\xfe\x26\xef\x50\ -\x34\x3f\xf0\x05\x86\xea\x87\x72\x67\x7f\xfc\x4d\xe9\x35\xcd\x4f\ -\x3b\xca\x47\x55\x19\x27\xc7\x7e\x05\x55\x43\x92\xc5\x76\xd2\xca\ -\x32\x4f\xb3\x09\x99\x66\x76\xdf\x50\x95\x83\x8e\xe1\xe5\x90\x61\ -\xe1\xd7\x42\xc4\x03\x15\x9f\x2a\x56\x12\xe2\x8d\xfb\xe8\x1e\x82\ -\xbf\xe1\x0f\x61\x41\x5f\x0a\x0e\xa1\x73\x6c\x25\xbd\x64\x85\x95\ -\xd4\xf7\xe8\x7f\x32\xc4\x95\x36\x8a\x63\x9c\xbb\x5a\x94\xb4\xd6\ -\x89\x03\x99\x77\xaa\x0a\xb6\xc7\x45\xea\x62\x33\x4c\x06\xb7\x94\ -\xf1\x9e\xb0\xe5\xe2\x97\xf0\x2d\x33\xa3\x13\x70\x3d\x61\x3c\x1f\ -\x56\xf0\xe8\xef\x16\xbb\xa3\xa9\x8d\xb8\x07\x98\xd6\x4d\x68\xf3\ -\x78\xfe\xf4\x70\x4c\x76\xc1\x4f\xcf\x65\x22\x4e\x57\xc3\xdd\xa5\ -\x1a\xa0\xc9\x01\x44\x1d\xe4\xb2\x66\x72\x82\x5f\xc4\x31\xb6\x15\ -\x73\x87\xaa\x7b\x64\x42\x4e\xce\xda\x49\x1e\x4c\x92\x3a\x66\x78\ -\xb2\xea\x5f\x99\xf5\xe8\xc9\xfb\xa5\x17\x92\xc9\x18\x6c\x7e\x68\ -\x3d\x1e\x52\x4d\x7a\x6a\xd1\x9c\xca\xa9\xa7\x0e\x3b\x25\x68\xa2\ -\x01\x69\x2c\x09\x63\x3f\xe7\xdf\x7b\x48\x22\x9b\xa9\x21\xc6\x31\ -\x4e\x64\x9b\x94\x69\xd2\xbc\xa4\x30\xde\x53\x6b\x28\x91\x19\xa6\ -\xeb\x85\x35\xbf\xda\x3e\xd7\xda\xa8\x6e\x67\x55\xeb\x3a\x98\xb7\ -\x66\xfb\x42\x17\xcb\x57\xa3\x1d\x62\x45\xc6\x69\xf5\xbd\x51\xc2\ -\x09\x79\xb9\x0a\x5e\x4b\xb7\xd0\x35\x05\x8c\xb5\x63\x60\x6f\x83\ -\xf9\x1f\x51\xaf\x7b\xf2\xf4\xa7\xff\xb9\x7d\x30\xaf\x52\x83\x4c\ -\xb0\x17\xa0\x7f\x8e\x76\x6f\x9c\x48\x6c\xb8\x7e\x6f\x5c\xf4\xaa\ -\x77\xb5\x39\x2d\xe9\xcd\x36\x61\x4b\xea\x8c\xed\xee\x98\x82\xe4\ -\x19\x95\xd9\x2c\x0b\x92\x50\x6b\x09\x0e\x99\x0e\x95\x29\x00\x07\ -\xb2\x4c\xb7\xd8\xec\xeb\x6a\x2c\xd6\x83\x32\x7b\x88\xca\x35\xca\ -\x1e\x3f\x95\xa7\xf0\xfb\xf5\x20\x44\xbb\xf1\x99\xa7\x8a\xf2\x08\ -\x50\xdb\xe1\x00\x09\x0b\xfe\xc3\xec\x10\x4b\x8c\xd7\x69\xd7\xe9\ -\xe2\x23\xb3\xa2\x5a\x0d\x54\xab\x24\x52\x37\xc3\x83\xe1\xe3\x64\ -\x99\x07\x0f\x97\x41\x11\x2a\x57\x0c\x6d\xad\xaf\xcd\x2c\xc1\xcf\ -\xb3\x2a\x07\x4d\x37\x27\xd9\x7e\x03\x09\xcf\xa8\x36\x69\xe7\x8f\ -\xe4\x1b\x34\xe1\x5b\x96\xe4\xb4\x8b\xb8\x7b\xe1\xf4\x8a\xc2\x9d\ -\xcd\x16\x71\x5a\x84\xf5\xe1\x1e\x28\x91\x5c\x44\xb6\x70\xf9\x56\ -\xa4\x72\x8f\x89\xc9\xe6\x9a\x12\x84\xb2\x51\xef\xda\x03\x10\xf8\ -\x2a\xd9\x86\xd5\xeb\x54\x4c\x04\x01\xa6\x33\x07\x39\xd4\xc1\x02\ -\x2e\x60\xfc\x9e\x2a\x90\xe0\xd4\x55\x35\x80\xb0\xa1\x6b\xf8\xe3\ -\x6f\xb8\x57\xdb\xe1\xfd\x9e\xec\x43\xf1\xc1\xd4\xcf\xf2\x29\x25\ -\x4e\xa8\x4f\x1f\x6a\x89\x30\x23\x53\x1d\x46\x5a\xbc\xf5\xaa\x11\ -\x0c\x2e\x2f\xe5\x52\x63\x33\xa0\xe3\xc6\x7b\x59\x82\xa3\x5d\x46\ -\x0d\x0e\xa0\x26\xef\x83\x59\x57\x45\x82\x4d\xe7\x7c\x23\x61\xa6\ -\x5e\xc3\x07\x31\x5c\x41\xc2\x5b\x4f\x0a\x47\x42\x5c\x51\xf7\x81\ -\xac\xa9\x21\x61\xae\xbc\xe7\x48\x90\x49\x03\xee\xf8\x9a\x72\xbb\ -\x82\xcd\x96\x2d\x8f\xd7\x5a\xb3\x4d\x03\x86\xe9\x85\x5a\x5b\xc7\ -\x68\xcd\x43\xa2\xa6\xad\xe8\x85\x59\x53\xc3\x62\xcf\x43\x62\xae\ -\xa8\x7b\x81\xd6\x55\x31\x5b\xf4\x90\xa0\x25\x03\x75\x35\x64\xd0\ -\x7e\x8f\x40\x80\x62\xde\x84\x23\x79\xee\xaa\x35\x37\x0f\xcb\x6c\ -\x1b\xa4\x11\x86\xbc\x72\xb6\x99\x9d\xb3\xb5\x01\xcd\x65\x84\x01\ -\x45\x95\xe9\xad\xc2\xdd\x7e\x20\x63\x37\x02\x11\xdf\x81\x06\x6d\ -\xc3\x6c\x11\x2e\x0b\x0d\xf0\xc5\x69\xaf\xbd\x08\x70\xc7\x44\xb7\ -\x17\xa2\x64\xdd\x31\xfb\x59\x87\xf4\x21\xca\x86\x08\xf9\xbe\x7a\ -\x6f\x46\xb3\x66\x04\x27\x31\x8e\x73\x1d\x97\x28\x57\xbd\x30\xc7\ -\xaf\x2e\x5e\xbf\x79\x3d\x9e\x30\x8d\x97\x32\xcd\xd2\x35\xa5\xed\ -\x1b\x29\x26\xd1\x84\x42\x7c\xf1\x5c\x64\x8f\xa4\x34\x5e\x32\x1f\ -\x54\xbf\xee\x9e\xbf\x7a\xf9\x92\x4e\x81\x77\x8f\x4e\x8e\xc1\x4d\ -\xaf\x63\xd8\xd0\x8e\x8d\x7e\xc9\xea\x8d\x8c\x83\xa2\xf9\x21\xdb\ -\xe7\xeb\x27\x86\x84\x38\x27\x60\x11\xc8\x50\x80\xee\x66\x9d\x4c\ -\xbb\xcf\xa1\x3d\xba\x83\xaa\xf5\x76\x5f\xe8\x27\xa8\xc3\xb4\xca\ -\xd6\x29\xe0\x0a\x1e\xfd\x42\x95\xf1\x99\x3a\x05\xa9\x64\x19\x18\ -\x3d\x86\x05\xd0\x56\xe1\x3e\x20\x0d\x9a\x8a\xb5\xab\x5d\x40\xbe\ -\x9d\xe5\xec\x10\x4d\x46\x22\xc6\xad\xe9\x4c\x5d\x5a\x52\xb9\x2e\ -\xbd\x3c\xcc\xbc\x3d\x7f\xe5\x86\x6e\x9d\x42\xdb\xec\x13\x2a\xee\ -\x61\x9d\x6d\x68\x90\x7d\x2e\xa3\xd5\x2a\xa4\x39\xc4\xe6\xe1\x3a\ -\xf8\x1c\xa5\x39\x49\xc3\xc9\x43\x03\xa5\xd9\x91\xfa\x6e\x77\xfd\ -\xb1\x94\x7c\xab\x35\x17\xb2\xcd\x95\xbe\x6a\xd3\x84\x5d\xac\xab\ -\x1b\xb6\x19\xa7\xbc\x78\x76\x5e\x65\x7b\x98\x67\x6b\xa1\x62\xb0\ -\x4e\x75\xe5\x63\x33\x4f\xb0\xbc\x87\x7d\xb6\xb0\x75\x36\xcf\x8a\ -\x92\x6a\x9d\xe2\xa7\xa2\xb4\xe2\x25\x4c\x78\x5b\xb9\x75\x7d\x51\ -\x38\xa8\x38\x7e\xe9\x90\xa1\xd6\xed\x49\x42\x80\x9d\x71\x8f\x13\ -\x2a\x68\xef\x3d\x36\x56\x86\x76\xd6\x17\x77\xbe\x8b\xd2\xa6\x43\ -\xdd\x5a\x1d\x65\x15\x26\xfa\xe5\xb8\xad\x92\x57\x70\x96\xf4\x18\ -\x87\x13\x34\xe3\x56\x81\xb5\x96\x37\x38\xdd\x7b\x9a\x10\x3f\xe1\ -\x75\x4d\x0f\x0d\x02\xb5\xbc\x50\x02\x19\x70\xad\x7c\x3c\x94\x08\ -\x55\xf3\xc7\xa7\x51\x23\x39\x39\xab\x00\xf4\x3e\xc2\x1d\xe5\x8c\ -\x4b\x50\x0e\x15\x99\x5f\x35\xd3\x9c\x6a\x0e\xff\x32\x64\x19\x95\ -\x71\x38\x0f\xf2\x49\x75\x8c\x42\x34\x6c\xcc\xdf\xdc\x44\xb7\x0a\ -\x31\x9a\x9c\x48\x92\xe6\x9b\x20\xee\x44\xa5\xbe\xb7\xcf\x15\x82\ -\xc7\x1a\x42\x95\xfb\xe1\xcb\xea\x1a\x19\xbd\xfc\x40\x0e\xda\xaa\ -\x6f\xc9\x7d\x08\xe5\x58\x96\x4d\xa2\x79\x22\x72\xf5\x41\x84\x26\ -\xd0\xda\xea\x3d\x45\x38\xed\x03\x3a\x22\xd5\x84\x00\x32\xdd\x1e\ -\x34\x25\xfa\x17\x00\xd4\xc6\xae\xbb\x4f\x65\x3c\x03\xac\xfe\xec\ -\x73\x02\xa8\x93\x73\xd8\xc3\x3d\x2d\x97\xc1\x4f\xed\x44\x4e\xab\ -\x38\x0d\xca\xff\x07\xed\x86\xb9\x61\xa9\x1c\x05\xed\xd2\x70\x15\ -\x03\x6b\xcb\x49\x6c\x3a\xb5\x5c\xcd\x08\x6c\x3a\x1a\xeb\x90\x87\ -\x21\x7b\x37\xb8\x28\xab\xdf\x6e\x89\x77\xf7\xcb\x53\xd8\x3f\xd6\ -\x01\xe3\xf8\x8c\x59\xf6\x8e\x77\x2b\xca\x01\xc8\x94\x44\x03\x15\ -\x9d\x31\xa2\x2d\x6a\x9d\xcf\xe6\xd8\x92\x17\x6b\x29\xc7\xa4\xf2\ -\x95\x26\xa8\xb1\x8b\xbb\x6f\x91\x0e\x0a\xdc\x31\xe7\x78\x0c\xbc\ -\x2f\x66\x3b\xc1\xf2\x5f\x69\x94\x14\x93\xe6\xe6\x47\x3d\x88\x59\ -\x0d\xad\x22\x77\x47\xc6\xd2\x8a\xa3\x78\x1b\xdd\xc4\xb3\x37\xcb\ -\x4d\x9a\xdb\x59\xee\x10\x9e\x8b\x75\x14\x2f\xb1\x4e\xaa\xbf\x86\ -\x43\x10\x26\x4b\x27\x99\x35\xfc\xa9\x5b\x85\x9a\xbd\xfa\x42\xae\ -\x2a\xd6\x84\xc0\xba\x3f\x32\x5f\x83\xaf\x98\x58\xac\x24\xcd\x6a\ -\xd6\xb0\x08\x00\xf6\x76\x8d\xc1\x91\x13\x16\x0e\xd6\x6d\xd4\x7a\ -\x93\x02\xd6\x53\xf7\x5e\xee\x5e\x52\x35\x1c\x85\xe3\xa7\x70\x2d\ -\x6c\xb3\xda\xbb\x80\x26\x14\xcd\x90\x85\x6b\x66\xf5\xb5\xaf\x3d\ -\x1a\x15\x5a\x0d\x24\x9a\xaf\xf9\xe8\xa2\xf9\xfe\x2a\x8d\xb7\x9b\ -\x44\x53\xc0\x51\x02\x5a\x7a\x9e\x7e\xb9\xab\xab\xb9\x0b\xd0\xd6\ -\x2f\x50\x86\x2a\xc5\x52\x86\x6d\x32\x98\x15\x52\xb3\xb3\x14\xaa\ -\xf8\x59\x0a\x09\x0c\x4d\x2a\x6e\x38\x1a\x4b\x71\x96\xc6\x52\x02\ -\x4f\x63\xb3\x35\x4c\xcd\xc5\x38\x57\x73\x31\xbf\x99\x90\x6a\x0c\ -\xce\x36\xbd\x4d\x2c\x56\x2d\x15\x00\x15\x25\x95\x80\x85\xe2\x45\ -\x7c\xc5\xe1\x15\x7d\x44\x31\xda\x77\x53\xca\x64\xe1\x4d\x29\x8b\ -\x8d\xab\x4c\xad\xc5\x8c\x76\x0e\xb2\x35\x2b\xdd\x62\xeb\x00\x63\ -\x4b\x39\xab\xbd\x03\xac\x6d\x05\x2d\x36\xdf\x62\xde\xd9\x4c\x9c\ -\xed\x1e\xff\x16\xe2\xf5\xff\x26\x22\x17\x64\x75\xcd\xd1\x2a\x04\ -\xaa\xae\x55\x0a\x16\x52\x2a\xe6\x2b\xa0\x54\xd9\x57\x3c\x63\x7f\ -\x90\x4b\x9a\xfa\x84\x5c\xd2\xd2\x2f\x20\x00\x4e\x45\x8d\xfd\x43\ -\x0b\xc1\xde\x30\x96\x7e\xa2\x01\xe1\x50\xd6\xda\x5f\x34\x30\x5c\ -\x0a\x5b\xfa\x0d\x08\xa4\x97\x69\x19\xfb\x8f\xd8\x2a\x92\x72\x64\ -\x84\x2e\x77\x7d\xbc\xf3\xfa\xdc\xe7\xd1\x92\x2c\xbf\x0c\xcf\x0d\ -\x82\xe7\xfa\xcc\x8e\xf9\x0e\xb2\x68\x59\xe2\x87\x4d\x4b\x8b\x9f\ -\x0a\x7a\x1f\xe0\x2a\x13\x47\xc3\x57\xc3\x22\x1a\xf1\xc3\x06\x8d\ -\xf8\xa9\x80\xa6\xff\x6d\xa4\x06\x4d\xbb\xcb\x01\xf6\x0f\x99\xa2\ -\xdf\xfb\xbb\x8d\x4b\x21\xd9\x09\x60\xff\xa1\x7c\x23\x76\x3f\xe5\ -\x2b\xa9\x47\x08\xdf\xd9\x15\x02\xc2\xe1\xa7\x8f\xc1\xa2\x8c\x3e\ -\xab\x23\x82\xa6\x84\x0a\x0f\x28\xd2\x82\xa9\x94\xe9\x0b\x77\xc7\ -\x8e\x77\xc7\x01\xf0\x8e\x0b\xe2\x1d\x11\x32\x94\x7b\x0b\xd8\xff\ -\x7e\x7d\x3d\xbd\x3e\xd1\x49\xa1\x9e\x11\xb7\x85\x00\x4a\xa8\x32\ -\x00\x45\x5a\x22\x80\x87\xcb\xfc\x70\x44\x9f\x4c\xcc\x2e\x10\x01\ -\x73\x95\xe6\x49\x98\xb3\x03\xa8\xa2\xba\xcd\xe6\xeb\x05\xa5\x57\ -\xd8\x0c\x49\x83\xe4\x34\xc0\xff\x08\x03\xfc\x6d\xcf\xf7\x56\x06\ -\xd8\xda\x5c\x53\x1c\xa3\xed\x26\x0a\x62\x5a\xcf\xa9\x85\xcd\x72\ -\x83\x5a\x95\x4d\x73\x79\x47\x5d\x9b\x79\xb2\xc1\xe1\x95\x1b\xd7\ -\xde\xce\x2d\xf2\x56\x33\xf2\x4a\x83\x57\x95\x13\xdf\x45\x20\x67\ -\xc5\xf4\x43\x9a\xb4\xa6\x3e\xbc\x10\x03\xc3\x00\x2c\xb3\x56\xca\ -\x01\x29\x1c\x46\x52\x2c\x0f\x86\x91\x3f\xf5\xb9\xa1\xdc\x4a\x11\ -\xa3\xc4\xba\x5b\x10\xce\x66\xab\x28\x2f\x48\xd8\x90\xb5\x20\x49\ -\x95\x3c\x49\xe5\x9b\xa0\xd6\x0c\x35\x36\xaa\xb2\x81\x68\x66\x04\ -\x20\x11\x39\x1d\xc1\xa8\x3a\x56\x5f\x5d\x74\x51\x31\x4f\x18\x60\ -\x56\x70\x53\x0c\x54\xaf\xf6\xbd\x47\x17\xce\xde\xba\x55\x93\x08\ -\xd1\x7b\xf5\x69\x11\xa2\x22\x2c\x4b\xba\x67\xfb\x5d\x85\xeb\x80\ -\xc6\xd7\x1c\x54\x61\x37\x07\x6a\xbf\xfb\x9e\xa0\xc5\x23\xe0\x7c\ -\x7b\xdf\x5c\xad\x13\x7b\x74\xc5\xa2\xa9\x46\xe3\x33\x85\x04\x7b\ -\x6e\x7e\x82\x6f\x16\x5b\xa2\x7f\x3c\x83\xd7\xba\x3f\xee\x28\xaa\ -\x92\xbd\x56\xea\xe3\xf8\x9e\x57\x20\xf5\x91\x54\x9e\x3f\xff\xf9\ -\xd3\x53\xd2\xf4\xf9\x23\x65\xa7\x64\x22\x8a\x5e\x44\xcd\x56\xd3\ -\xfe\x5b\xdf\x25\x6b\x7a\xca\xd2\x43\x4b\xf8\x48\x1f\xcc\x55\x13\ -\x6a\xae\xba\x8e\xf3\x64\x51\xcf\x4b\x12\x02\x4a\x37\x87\x23\xd5\ -\xb0\x2e\xd0\xda\x69\xec\x81\xeb\x56\x06\xcd\x69\x2f\x4b\x3a\xf4\ -\x48\x88\x95\x92\x6c\x48\x62\xa5\x5e\x43\xea\xc8\x42\x63\x50\x32\ -\x0b\x8f\x85\x36\x40\xa6\x15\x55\xc8\x6b\xe9\xaf\xa3\x1c\xe9\xd7\ -\xac\x75\x17\xfa\x70\x43\xb3\xa5\x5e\xe4\x61\xc0\x33\x4f\x48\x19\ -\x28\xec\xdd\xcb\x26\x06\x71\x4a\x6f\xc8\x73\xa7\x5f\xcf\xb3\xab\ -\x1a\x1a\xd5\xd7\x55\xb5\x09\xc9\x99\xe0\x54\x72\x19\x96\x41\x14\ -\x17\x4d\xd9\xa2\xc4\x2a\x21\xad\xb5\x8a\xd3\x87\xfd\x45\xba\x39\ -\xf8\xb4\x0d\x0b\x32\xd0\x17\x07\xd3\x93\xd3\xb3\xe9\xc9\xf9\x19\ -\x21\x23\x40\x5e\xa5\xf9\x64\x4d\x77\x81\x3e\x37\x7b\x41\x63\xf8\ -\x4e\xdc\x18\xdf\x2d\xd3\xf2\x7b\xb4\x5f\xb7\x49\x9d\x89\xf2\x64\ -\x4a\x12\xde\x1e\xbd\xa4\xff\x56\x77\x2e\x58\x09\xd1\xe4\x60\x7f\ -\xa3\x73\x60\x24\x09\x66\x8a\xa8\xaa\x9a\x49\xc5\x3f\x48\xde\x19\ -\xe8\x4f\x6a\x2c\x35\xd3\x7f\xd2\x4a\x37\xeb\x20\x13\x5f\x1d\x70\ -\x00\x61\x58\x84\x40\xa4\x4f\x18\xe9\x4d\xf0\x85\x07\xa3\x3b\x44\ -\x3a\x69\xc2\xe0\x20\x16\xa7\x22\x8b\x7a\x52\xd0\x9d\x03\xcd\x98\ -\x98\xc5\x11\x0d\xf1\xeb\x67\x0f\xbd\x3b\x53\x51\xe3\x18\x65\x8c\ -\xe7\x42\x3a\xf8\x65\x1e\xc0\xd8\xca\x57\x62\x4a\x8a\xce\x38\xb0\ -\x7c\x61\xbe\x0b\xf0\xf6\x05\x55\x3d\x8e\xa9\x07\x0e\x4b\x4e\x63\ -\x65\x68\x06\x6a\xcb\x2b\x59\xe5\x62\xa9\x75\x66\x49\xfc\xcf\x1d\ -\x5b\x8f\x28\xb3\xe5\x16\x33\x79\x41\x27\xdf\xe6\x70\xe5\xd5\x00\ -\x06\x42\x92\x83\x92\xe6\xa8\xda\xab\x7e\xbd\x8d\x36\x9d\x12\xb3\ -\x8d\x13\x92\xac\xc1\x46\x55\xe1\x9a\xfd\x7c\xd0\x9c\x65\x2c\xa7\ -\xda\x8a\xde\xc4\xd0\xa4\x52\x03\x73\xb8\x19\x6b\xa8\xd7\x30\xbd\ -\x96\xe3\xc2\x65\xcb\xa9\x68\xf5\x4c\x7b\x55\xfa\x59\x51\x81\x9d\ -\x92\x46\x73\x72\x4d\x9e\x5f\x95\xec\x57\x93\x01\x58\xc0\xca\x17\ -\xef\x6d\xb0\x4f\x9e\x1c\x18\x82\xd5\xb4\x4e\xeb\x1b\x7e\x29\x06\ -\xfa\x92\x9d\xb6\xea\x64\x02\x5a\x5d\x47\x1b\x2c\x30\x44\xf2\x61\ -\x8e\xbc\x9d\xa3\x5d\xed\xd2\xba\xa4\xf8\x0e\x8b\x3b\xcf\x29\x93\ -\x87\xcd\x13\xff\xc8\x70\x7d\x8d\xef\x92\x8b\xd8\x7a\xa7\x38\x94\ -\x88\xf5\xc9\xcc\x8f\xb5\xf6\x3e\x4e\xcb\x9e\x2f\x75\xd3\x9f\x31\ -\xb4\x26\x60\x63\xdb\x79\x6f\xf0\x04\x7d\xb1\x2d\x51\x1c\xcc\xc3\ -\xb8\x20\x0f\xdf\x65\xb8\x10\xbd\x69\x77\xa2\xcd\xb4\xf7\x7f\xd4\ -\xc6\x9f\x3f\ -" - -qt_resource_name = b"\ -\x00\x0a\ -\x09\x24\x4d\x25\ -\x00\x71\ -\x00\x64\x00\x61\x00\x72\x00\x6b\x00\x73\x00\x74\x00\x79\x00\x6c\x00\x65\ -\x00\x09\ -\x09\x5f\x97\x13\ -\x00\x71\ -\x00\x73\x00\x73\x00\x5f\x00\x69\x00\x63\x00\x6f\x00\x6e\x00\x73\ -\x00\x05\ -\x00\x72\xfd\xf4\ -\x00\x6c\ -\x00\x69\x00\x67\x00\x68\x00\x74\ -\x00\x02\ -\x00\x00\x07\x83\ -\x00\x72\ -\x00\x63\ -\x00\x27\ -\x0d\x0d\x92\xa7\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x73\x00\x65\x00\x70\x00\x61\x00\x72\x00\x61\x00\x74\x00\x6f\x00\x72\ -\x00\x5f\x00\x76\x00\x65\x00\x72\x00\x74\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\x00\x6c\ -\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x16\ -\x01\x75\xcc\x87\ -\x00\x63\ -\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x62\x00\x6f\x00\x78\x00\x5f\x00\x75\x00\x6e\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\ -\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x0e\ -\x08\xfa\xe1\x27\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x6c\x00\x65\x00\x66\x00\x74\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x26\ -\x04\x24\xf6\xe7\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x73\x00\x65\x00\x70\x00\x61\x00\x72\x00\x61\x00\x74\x00\x6f\x00\x72\ -\x00\x5f\x00\x68\x00\x6f\x00\x72\x00\x69\x00\x7a\x00\x6f\x00\x6e\x00\x74\x00\x61\x00\x6c\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\ -\x00\x73\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1a\ -\x05\x11\xe0\xe7\ -\x00\x63\ -\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x62\x00\x6f\x00\x78\x00\x5f\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\x00\x64\x00\x5f\ -\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x18\ -\x07\x86\x4e\x27\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x6c\x00\x69\x00\x6e\x00\x65\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\ -\x00\x6c\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x29\ -\x09\x81\xd3\x67\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x73\x00\x65\x00\x70\x00\x61\x00\x72\x00\x61\x00\x74\x00\x6f\x00\x72\ -\x00\x5f\x00\x68\x00\x6f\x00\x72\x00\x69\x00\x7a\x00\x6f\x00\x6e\x00\x74\x00\x61\x00\x6c\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\ -\x00\x73\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x18\ -\x06\x65\x89\xe7\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x6d\x00\x6f\x00\x72\x00\x65\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\ -\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x18\ -\x0f\xd7\x34\x67\ -\x00\x74\ -\x00\x72\x00\x61\x00\x6e\x00\x73\x00\x70\x00\x61\x00\x72\x00\x65\x00\x6e\x00\x74\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\ -\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x19\ -\x0f\x7e\x6f\xe7\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x63\x00\x6c\x00\x6f\x00\x73\x00\x65\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\ -\x00\x62\x00\x6c\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x18\ -\x07\xa5\xb1\x27\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x72\x00\x69\x00\x67\x00\x68\x00\x74\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\ -\x00\x6c\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1f\ -\x0a\xae\x27\x47\ -\x00\x63\ -\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x62\x00\x6f\x00\x78\x00\x5f\x00\x75\x00\x6e\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\ -\x00\x64\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\x00\x6c\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x16\ -\x0f\x35\xfb\x07\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x65\x00\x6e\x00\x64\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\x00\x65\ -\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x11\ -\x08\x8f\x96\xa7\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x64\x00\x6f\x00\x77\x00\x6e\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\ -\x00\x21\ -\x01\xf6\xa2\x67\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x73\x00\x65\x00\x70\x00\x61\x00\x72\x00\x61\x00\x74\x00\x6f\x00\x72\ -\x00\x5f\x00\x76\x00\x65\x00\x72\x00\x74\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\ -\x00\x26\ -\x07\x4b\x88\xe7\ -\x00\x63\ -\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x62\x00\x6f\x00\x78\x00\x5f\x00\x69\x00\x6e\x00\x64\x00\x65\x00\x74\x00\x65\x00\x72\x00\x6d\ -\x00\x69\x00\x6e\x00\x61\x00\x74\x00\x65\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\x00\x6c\x00\x65\x00\x64\x00\x40\x00\x32\ -\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x20\ -\x07\x4e\x5a\xc7\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x73\x00\x65\x00\x70\x00\x61\x00\x72\x00\x61\x00\x74\x00\x6f\x00\x72\ -\x00\x5f\x00\x68\x00\x6f\x00\x72\x00\x69\x00\x7a\x00\x6f\x00\x6e\x00\x74\x00\x61\x00\x6c\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x24\ -\x04\x0b\x8d\x27\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x6d\x00\x6f\x00\x76\x00\x65\x00\x5f\x00\x68\x00\x6f\x00\x72\x00\x69\ -\x00\x7a\x00\x6f\x00\x6e\x00\x74\x00\x61\x00\x6c\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\x00\x6c\x00\x65\x00\x64\x00\x2e\ -\x00\x70\x00\x6e\x00\x67\ -\x00\x16\ -\x05\x7a\xd3\x67\ -\x00\x62\ -\x00\x61\x00\x73\x00\x65\x00\x5f\x00\x69\x00\x63\x00\x6f\x00\x6e\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\x00\x40\x00\x32\ -\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x23\ -\x03\x43\xb9\x67\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x73\x00\x65\x00\x70\x00\x61\x00\x72\x00\x61\x00\x74\x00\x6f\x00\x72\ -\x00\x5f\x00\x68\x00\x6f\x00\x72\x00\x69\x00\x7a\x00\x6f\x00\x6e\x00\x74\x00\x61\x00\x6c\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\ -\x00\x6e\x00\x67\ -\x00\x1a\ -\x07\x88\x25\x07\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x6d\x00\x6f\x00\x72\x00\x65\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\ -\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1d\ -\x09\x07\x81\x07\ -\x00\x63\ -\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x62\x00\x6f\x00\x78\x00\x5f\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\x00\x64\x00\x5f\ -\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\x00\x6c\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x26\ -\x0f\xfb\x22\x07\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x6d\x00\x6f\x00\x76\x00\x65\x00\x5f\x00\x68\x00\x6f\x00\x72\x00\x69\ -\x00\x7a\x00\x6f\x00\x6e\x00\x74\x00\x61\x00\x6c\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\x00\x65\x00\x64\x00\x40\x00\x32\ -\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1b\ -\x02\x0d\xa6\x67\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x6c\x00\x69\x00\x6e\x00\x65\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\ -\x00\x6c\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x19\ -\x0b\x8a\x15\xe7\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x64\x00\x6f\x00\x77\x00\x6e\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\x00\x65\ -\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x18\ -\x02\x48\x15\x27\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x67\x00\x72\x00\x69\x00\x70\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\ -\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x24\ -\x05\x98\x88\x87\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x6d\x00\x6f\x00\x76\x00\x65\x00\x5f\x00\x76\x00\x65\x00\x72\x00\x74\ -\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\ -\x00\x70\x00\x6e\x00\x67\ -\x00\x22\ -\x08\x8a\x08\x27\ -\x00\x63\ -\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x62\x00\x6f\x00\x78\x00\x5f\x00\x69\x00\x6e\x00\x64\x00\x65\x00\x74\x00\x65\x00\x72\x00\x6d\ -\x00\x69\x00\x6e\x00\x61\x00\x74\x00\x65\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\ -\x00\x67\ -\x00\x17\ -\x00\x6c\xa3\xa7\ -\x00\x6c\ -\x00\x69\x00\x6e\x00\x65\x00\x5f\x00\x76\x00\x65\x00\x72\x00\x74\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x5f\x00\x66\x00\x6f\x00\x63\ -\x00\x75\x00\x73\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x15\ -\x06\xf8\x08\xa7\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x6d\x00\x6f\x00\x72\x00\x65\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\ -\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x0c\ -\x0b\xd0\x7a\xe7\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x75\x00\x70\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1c\ -\x08\x2e\xd3\x67\ -\x00\x6c\ -\x00\x69\x00\x6e\x00\x65\x00\x5f\x00\x68\x00\x6f\x00\x72\x00\x69\x00\x7a\x00\x6f\x00\x6e\x00\x74\x00\x61\x00\x6c\x00\x5f\x00\x66\ -\x00\x6f\x00\x63\x00\x75\x00\x73\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x29\ -\x08\x67\xa4\xa7\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x73\x00\x65\x00\x70\x00\x61\x00\x72\x00\x61\x00\x74\x00\x6f\x00\x72\ -\x00\x5f\x00\x68\x00\x6f\x00\x72\x00\x69\x00\x7a\x00\x6f\x00\x6e\x00\x74\x00\x61\x00\x6c\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\ -\x00\x62\x00\x6c\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x19\ -\x0c\xa5\xc5\x27\ -\x00\x62\ -\x00\x61\x00\x73\x00\x65\x00\x5f\x00\x69\x00\x63\x00\x6f\x00\x6e\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\x00\x6c\x00\x65\ -\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x17\ -\x03\x9f\x72\x87\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x72\x00\x69\x00\x67\x00\x68\x00\x74\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\ -\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x2b\ -\x03\xd2\xba\xc7\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x73\x00\x65\x00\x70\x00\x61\x00\x72\x00\x61\x00\x74\x00\x6f\x00\x72\ -\x00\x5f\x00\x68\x00\x6f\x00\x72\x00\x69\x00\x7a\x00\x6f\x00\x6e\x00\x74\x00\x61\x00\x6c\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\ -\x00\x73\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1a\ -\x09\x2e\xa9\x47\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x64\x00\x6f\x00\x77\x00\x6e\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\x00\x6c\ -\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x22\ -\x00\xa7\x99\x47\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x6d\x00\x6f\x00\x76\x00\x65\x00\x5f\x00\x76\x00\x65\x00\x72\x00\x74\ -\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\ -\x00\x67\ -\x00\x19\ -\x00\x38\x7f\xa7\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x6d\x00\x69\x00\x6e\x00\x69\x00\x6d\x00\x69\x00\x7a\x00\x65\x00\x5f\x00\x66\ -\x00\x6f\x00\x63\x00\x75\x00\x73\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1f\ -\x0b\x48\x50\x87\ -\x00\x63\ -\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x62\x00\x6f\x00\x78\x00\x5f\x00\x75\x00\x6e\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\ -\x00\x64\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x14\ -\x0b\x2d\x81\x07\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x6c\x00\x65\x00\x66\x00\x74\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\x00\x2e\ -\x00\x70\x00\x6e\x00\x67\ -\x00\x19\ -\x09\x5e\xb0\x07\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x65\x00\x6e\x00\x64\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\x00\x65\ -\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1c\ -\x08\x3f\xda\x67\ -\x00\x63\ -\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x62\x00\x6f\x00\x78\x00\x5f\x00\x75\x00\x6e\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\ -\x00\x64\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x17\ -\x0d\x6c\x22\x07\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x63\x00\x6c\x00\x6f\x00\x73\x00\x65\x00\x64\x00\x5f\x00\x66\x00\x6f\x00\x63\ -\x00\x75\x00\x73\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1a\ -\x0b\x46\x72\x87\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x75\x00\x6e\x00\x64\x00\x6f\x00\x63\x00\x6b\x00\x5f\x00\x66\x00\x6f\x00\x63\ -\x00\x75\x00\x73\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x16\ -\x03\x94\x39\x67\ -\x00\x6c\ -\x00\x69\x00\x6e\x00\x65\x00\x5f\x00\x68\x00\x6f\x00\x72\x00\x69\x00\x7a\x00\x6f\x00\x6e\x00\x74\x00\x61\x00\x6c\x00\x40\x00\x32\ -\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1b\ -\x09\x0d\xa6\xc7\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x6d\x00\x6f\x00\x72\x00\x65\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\ -\x00\x6c\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x24\ -\x05\x94\xa0\x47\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x73\x00\x65\x00\x70\x00\x61\x00\x72\x00\x61\x00\x74\x00\x6f\x00\x72\ -\x00\x5f\x00\x76\x00\x65\x00\x72\x00\x74\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\x00\x2e\ -\x00\x70\x00\x6e\x00\x67\ -\x00\x11\ -\x09\xcb\xcc\xe7\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x75\x00\x6e\x00\x64\x00\x6f\x00\x63\x00\x6b\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\ -\x00\x14\ -\x00\x44\xa0\x47\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x65\x00\x6e\x00\x64\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\x00\x2e\ -\x00\x70\x00\x6e\x00\x67\ -\x00\x18\ -\x06\x43\xc6\xe7\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x72\x00\x69\x00\x67\x00\x68\x00\x74\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\ -\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x12\ -\x00\x68\xca\xe7\ -\x00\x74\ -\x00\x72\x00\x61\x00\x6e\x00\x73\x00\x70\x00\x61\x00\x72\x00\x65\x00\x6e\x00\x74\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\ -\x00\x67\ -\x00\x15\ -\x0c\x60\x8e\x27\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x75\x00\x70\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\x00\x6c\x00\x65\x00\x64\ -\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1a\ -\x0f\x9a\xe5\x07\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x6f\x00\x70\x00\x65\x00\x6e\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\ -\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1e\ -\x07\x50\x2b\xe7\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x6d\x00\x69\x00\x6e\x00\x69\x00\x6d\x00\x69\x00\x7a\x00\x65\x00\x5f\x00\x70\ -\x00\x72\x00\x65\x00\x73\x00\x73\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x18\ -\x07\x83\xfe\x27\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x6d\x00\x6f\x00\x72\x00\x65\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\ -\x00\x6c\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1f\ -\x06\x75\x64\x87\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x6d\x00\x6f\x00\x76\x00\x65\x00\x5f\x00\x76\x00\x65\x00\x72\x00\x74\ -\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1b\ -\x00\xc1\x23\x67\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x67\x00\x72\x00\x69\x00\x70\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\ -\x00\x6c\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1a\ -\x01\x87\xae\x67\ -\x00\x63\ -\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x62\x00\x6f\x00\x78\x00\x5f\x00\x69\x00\x6e\x00\x64\x00\x65\x00\x74\x00\x65\x00\x72\x00\x6d\ -\x00\x69\x00\x6e\x00\x61\x00\x74\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1c\ -\x01\xe0\x4a\x07\ -\x00\x72\ -\x00\x61\x00\x64\x00\x69\x00\x6f\x00\x5f\x00\x75\x00\x6e\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\x00\x64\x00\x5f\x00\x64\ -\x00\x69\x00\x73\x00\x61\x00\x62\x00\x6c\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1a\ -\x05\x35\xb6\x67\ -\x00\x74\ -\x00\x72\x00\x61\x00\x6e\x00\x73\x00\x70\x00\x61\x00\x72\x00\x65\x00\x6e\x00\x74\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\ -\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x19\ -\x0a\x27\x78\x07\ -\x00\x63\ -\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x62\x00\x6f\x00\x78\x00\x5f\x00\x75\x00\x6e\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\ -\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x14\ -\x05\xe4\x2d\xe7\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x63\x00\x6c\x00\x6f\x00\x73\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\ -\x00\x70\x00\x6e\x00\x67\ -\x00\x17\ -\x0f\x18\x45\x87\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x6c\x00\x65\x00\x66\x00\x74\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\x00\x6c\ -\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1c\ -\x0c\xfb\xa0\x47\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x63\x00\x6c\x00\x6f\x00\x73\x00\x65\x00\x64\x00\x5f\x00\x70\x00\x72\x00\x65\ -\x00\x73\x00\x73\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x14\ -\x01\xe9\xfd\xe7\ -\x00\x6c\ -\x00\x69\x00\x6e\x00\x65\x00\x5f\x00\x76\x00\x65\x00\x72\x00\x74\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x40\x00\x32\x00\x78\x00\x2e\ -\x00\x70\x00\x6e\x00\x67\ -\x00\x15\ -\x04\x90\x0a\xc7\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x72\x00\x69\x00\x67\x00\x68\x00\x74\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\ -\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x19\ -\x0e\x26\x93\xe7\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x6d\x00\x6f\x00\x76\x00\x65\x00\x5f\x00\x76\x00\x65\x00\x72\x00\x74\ -\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x17\ -\x0f\x1e\x9b\x47\ -\x00\x72\ -\x00\x61\x00\x64\x00\x69\x00\x6f\x00\x5f\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\x00\x64\x00\x5f\x00\x66\x00\x6f\x00\x63\ -\x00\x75\x00\x73\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x19\ -\x0b\x59\x6e\x87\ -\x00\x72\ -\x00\x61\x00\x64\x00\x69\x00\x6f\x00\x5f\x00\x75\x00\x6e\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\x00\x64\x00\x5f\x00\x66\ -\x00\x6f\x00\x63\x00\x75\x00\x73\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x19\ -\x0e\x98\x18\x27\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x63\x00\x6c\x00\x6f\x00\x73\x00\x65\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\ -\x00\x73\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1a\ -\x0a\x14\xed\x47\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x67\x00\x72\x00\x69\x00\x70\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\ -\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1b\ -\x0a\xfb\x2d\x27\ -\x00\x72\ -\x00\x61\x00\x64\x00\x69\x00\x6f\x00\x5f\x00\x75\x00\x6e\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\x00\x64\x00\x5f\x00\x70\ -\x00\x72\x00\x65\x00\x73\x00\x73\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1a\ -\x04\x64\xf7\x07\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x65\x00\x6e\x00\x64\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\x00\x6c\ -\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x28\ -\x0f\x63\x53\xc7\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x73\x00\x65\x00\x70\x00\x61\x00\x72\x00\x61\x00\x74\x00\x6f\x00\x72\ -\x00\x5f\x00\x68\x00\x6f\x00\x72\x00\x69\x00\x7a\x00\x6f\x00\x6e\x00\x74\x00\x61\x00\x6c\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\ -\x00\x73\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1e\ -\x05\x75\xad\x27\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x6d\x00\x6f\x00\x76\x00\x65\x00\x5f\x00\x68\x00\x6f\x00\x72\x00\x69\ -\x00\x7a\x00\x6f\x00\x6e\x00\x74\x00\x61\x00\x6c\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x11\ -\x08\xfc\x49\xe7\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x6c\x00\x65\x00\x66\x00\x74\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\ -\x00\x17\ -\x0e\x19\x8b\xc7\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x64\x00\x6f\x00\x77\x00\x6e\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\x00\x40\ -\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1c\ -\x04\x73\x5f\x47\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x75\x00\x6e\x00\x64\x00\x6f\x00\x63\x00\x6b\x00\x5f\x00\x70\x00\x72\x00\x65\ -\x00\x73\x00\x73\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x23\ -\x06\xf2\x1a\x47\ -\x00\x63\ -\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x62\x00\x6f\x00\x78\x00\x5f\x00\x69\x00\x6e\x00\x64\x00\x65\x00\x74\x00\x65\x00\x72\x00\x6d\ -\x00\x69\x00\x6e\x00\x61\x00\x74\x00\x65\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\x00\x6c\x00\x65\x00\x64\x00\x2e\x00\x70\ -\x00\x6e\x00\x67\ -\x00\x15\ -\x0b\x78\x08\xe7\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x6c\x00\x69\x00\x6e\x00\x65\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\ -\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1a\ -\x0c\xd5\x5a\x67\ -\x00\x6c\ -\x00\x69\x00\x6e\x00\x65\x00\x5f\x00\x76\x00\x65\x00\x72\x00\x74\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x5f\x00\x66\x00\x6f\x00\x63\ -\x00\x75\x00\x73\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x16\ -\x0a\x1a\xd6\x47\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x64\x00\x6f\x00\x77\x00\x6e\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\x00\x65\ -\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x13\ -\x05\x76\x1e\x67\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x6d\x00\x69\x00\x6e\x00\x69\x00\x6d\x00\x69\x00\x7a\x00\x65\x00\x2e\x00\x70\ -\x00\x6e\x00\x67\ -\x00\x1b\ -\x0a\x19\xf4\xe7\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x63\x00\x6c\x00\x6f\x00\x73\x00\x65\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\ -\x00\x73\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x12\ -\x06\xa7\x5a\x47\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x67\x00\x72\x00\x69\x00\x70\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\ -\x00\x67\ -\x00\x0f\ -\x06\x16\x25\xe7\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x6d\x00\x6f\x00\x72\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x11\ -\x05\x2a\x70\x67\ -\x00\x6c\ -\x00\x69\x00\x6e\x00\x65\x00\x5f\x00\x76\x00\x65\x00\x72\x00\x74\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\ -\x00\x18\ -\x07\x8b\xec\xe7\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x6f\x00\x70\x00\x65\x00\x6e\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\ -\x00\x6c\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1c\ -\x01\x15\x51\xe7\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x6d\x00\x69\x00\x6e\x00\x69\x00\x6d\x00\x69\x00\x7a\x00\x65\x00\x5f\x00\x66\ -\x00\x6f\x00\x63\x00\x75\x00\x73\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x12\ -\x0d\x78\xb6\x87\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x75\x00\x70\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\x00\x2e\x00\x70\x00\x6e\ -\x00\x67\ -\x00\x29\ -\x09\xe4\xb0\x07\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x73\x00\x65\x00\x70\x00\x61\x00\x72\x00\x61\x00\x74\x00\x6f\x00\x72\ -\x00\x5f\x00\x76\x00\x65\x00\x72\x00\x74\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\x00\x65\ -\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1a\ -\x02\x38\x25\x07\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x6c\x00\x69\x00\x6e\x00\x65\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\ -\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x17\ -\x0f\xff\xfc\x07\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x64\x00\x6f\x00\x77\x00\x6e\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\x00\x6c\ -\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x17\ -\x07\x06\x3d\xa7\ -\x00\x74\ -\x00\x72\x00\x61\x00\x6e\x00\x73\x00\x70\x00\x61\x00\x72\x00\x65\x00\x6e\x00\x74\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\ -\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1d\ -\x0e\x35\xf3\xa7\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x63\x00\x6c\x00\x6f\x00\x73\x00\x65\x00\x64\x00\x5f\x00\x64\x00\x69\x00\x73\ -\x00\x61\x00\x62\x00\x6c\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1b\ -\x0d\xfd\xa2\x07\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x72\x00\x69\x00\x67\x00\x68\x00\x74\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\ -\x00\x6c\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1c\ -\x02\x75\x51\x87\ -\x00\x63\ -\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x62\x00\x6f\x00\x78\x00\x5f\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\x00\x64\x00\x5f\ -\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x17\ -\x0d\x9d\x97\x47\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x6f\x00\x70\x00\x65\x00\x6e\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\ -\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1a\ -\x04\xce\xfa\x67\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x63\x00\x6c\x00\x6f\x00\x73\x00\x65\x00\x64\x00\x5f\x00\x66\x00\x6f\x00\x63\ -\x00\x75\x00\x73\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x14\ -\x00\x2e\x0a\x07\ -\x00\x72\ -\x00\x61\x00\x64\x00\x69\x00\x6f\x00\x5f\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\ -\x00\x70\x00\x6e\x00\x67\ -\x00\x17\ -\x0b\xf3\xab\x27\ -\x00\x63\ -\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x62\x00\x6f\x00\x78\x00\x5f\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\x00\x64\x00\x40\ -\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x18\ -\x05\x12\xcf\x67\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x63\x00\x6c\x00\x6f\x00\x73\x00\x65\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\ -\x00\x73\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x19\ -\x0c\x33\x94\x27\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x6c\x00\x65\x00\x66\x00\x74\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\x00\x65\ -\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1f\ -\x03\xf7\x18\x07\ -\x00\x63\ -\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x62\x00\x6f\x00\x78\x00\x5f\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\x00\x64\x00\x5f\ -\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1a\ -\x0a\xa0\x05\x47\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x75\x00\x6e\x00\x64\x00\x6f\x00\x63\x00\x6b\x00\x5f\x00\x64\x00\x69\x00\x73\ -\x00\x61\x00\x62\x00\x6c\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1e\ -\x0f\x96\x71\x87\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x73\x00\x65\x00\x70\x00\x61\x00\x72\x00\x61\x00\x74\x00\x6f\x00\x72\ -\x00\x5f\x00\x76\x00\x65\x00\x72\x00\x74\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x17\ -\x0b\x9d\x4d\x67\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x6c\x00\x69\x00\x6e\x00\x65\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\ -\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1d\ -\x04\x34\xf0\xc7\ -\x00\x6c\ -\x00\x69\x00\x6e\x00\x65\x00\x5f\x00\x76\x00\x65\x00\x72\x00\x74\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x5f\x00\x64\x00\x69\x00\x73\ -\x00\x61\x00\x62\x00\x6c\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1b\ -\x0b\xea\x1b\xe7\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x6d\x00\x69\x00\x6e\x00\x69\x00\x6d\x00\x69\x00\x7a\x00\x65\x00\x5f\x00\x70\ -\x00\x72\x00\x65\x00\x73\x00\x73\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x13\ -\x0b\x4e\x57\xa7\ -\x00\x6c\ -\x00\x69\x00\x6e\x00\x65\x00\x5f\x00\x68\x00\x6f\x00\x72\x00\x69\x00\x7a\x00\x6f\x00\x6e\x00\x74\x00\x61\x00\x6c\x00\x2e\x00\x70\ -\x00\x6e\x00\x67\ -\x00\x0f\ -\x06\x53\x25\xa7\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x6f\x00\x70\x00\x65\x00\x6e\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x23\ -\x07\x14\x6d\x87\ -\x00\x63\ -\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x62\x00\x6f\x00\x78\x00\x5f\x00\x69\x00\x6e\x00\x64\x00\x65\x00\x74\x00\x65\x00\x72\x00\x6d\ -\x00\x69\x00\x6e\x00\x61\x00\x74\x00\x65\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\ -\x00\x6e\x00\x67\ -\x00\x1e\ -\x0c\xd2\xb9\x87\ -\x00\x6c\ -\x00\x69\x00\x6e\x00\x65\x00\x5f\x00\x68\x00\x6f\x00\x72\x00\x69\x00\x7a\x00\x6f\x00\x6e\x00\x74\x00\x61\x00\x6c\x00\x5f\x00\x70\ -\x00\x72\x00\x65\x00\x73\x00\x73\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x16\ -\x06\x14\xad\xc7\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x6c\x00\x65\x00\x66\x00\x74\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\x00\x65\ -\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x18\ -\x08\xd2\xa3\x27\ -\x00\x62\ -\x00\x61\x00\x73\x00\x65\x00\x5f\x00\x69\x00\x63\x00\x6f\x00\x6e\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\x00\x65\x00\x64\ -\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x21\ -\x05\x70\x30\x27\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x6d\x00\x6f\x00\x76\x00\x65\x00\x5f\x00\x68\x00\x6f\x00\x72\x00\x69\ -\x00\x7a\x00\x6f\x00\x6e\x00\x74\x00\x61\x00\x6c\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\ -\x00\x20\ -\x0e\xfe\x76\x47\ -\x00\x63\ -\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x62\x00\x6f\x00\x78\x00\x5f\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\x00\x64\x00\x5f\ -\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\x00\x6c\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1d\ -\x08\xe1\xf6\xc7\ -\x00\x63\ -\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x62\x00\x6f\x00\x78\x00\x5f\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\x00\x64\x00\x5f\ -\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x17\ -\x09\x2f\xda\x87\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x75\x00\x6e\x00\x64\x00\x6f\x00\x63\x00\x6b\x00\x5f\x00\x66\x00\x6f\x00\x63\ -\x00\x75\x00\x73\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x10\ -\x05\x3e\x39\x67\ -\x00\x62\ -\x00\x61\x00\x73\x00\x65\x00\x5f\x00\x69\x00\x63\x00\x6f\x00\x6e\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x15\ -\x0f\xac\xe3\xc7\ -\x00\x62\ -\x00\x61\x00\x73\x00\x65\x00\x5f\x00\x69\x00\x63\x00\x6f\x00\x6e\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\x00\x65\x00\x64\ -\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1c\ -\x00\x10\xb9\x67\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x63\x00\x6c\x00\x6f\x00\x73\x00\x65\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\ -\x00\x62\x00\x6c\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x21\ -\x0a\x51\x5f\x47\ -\x00\x63\ -\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x62\x00\x6f\x00\x78\x00\x5f\x00\x75\x00\x6e\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\ -\x00\x64\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\ -\x00\x25\ -\x06\x6c\x47\xe7\ -\x00\x63\ -\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x62\x00\x6f\x00\x78\x00\x5f\x00\x69\x00\x6e\x00\x64\x00\x65\x00\x74\x00\x65\x00\x72\x00\x6d\ -\x00\x69\x00\x6e\x00\x61\x00\x74\x00\x65\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\ -\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x26\ -\x0f\x35\xf0\xa7\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x73\x00\x65\x00\x70\x00\x61\x00\x72\x00\x61\x00\x74\x00\x6f\x00\x72\ -\x00\x5f\x00\x76\x00\x65\x00\x72\x00\x74\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\x00\x65\ -\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1b\ -\x0f\x79\xa3\xc7\ -\x00\x6c\ -\x00\x69\x00\x6e\x00\x65\x00\x5f\x00\x68\x00\x6f\x00\x72\x00\x69\x00\x7a\x00\x6f\x00\x6e\x00\x74\x00\x61\x00\x6c\x00\x5f\x00\x70\ -\x00\x72\x00\x65\x00\x73\x00\x73\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x13\ -\x08\xc8\x96\xe7\ -\x00\x72\ -\x00\x61\x00\x64\x00\x69\x00\x6f\x00\x5f\x00\x75\x00\x6e\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\x00\x64\x00\x2e\x00\x70\ -\x00\x6e\x00\x67\ -\x00\x0e\ -\x0d\x4e\x71\x87\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x65\x00\x6e\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x18\ -\x06\x6d\x9b\x27\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x6f\x00\x70\x00\x65\x00\x6e\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\ -\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x18\ -\x03\xae\x62\xe7\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x67\x00\x72\x00\x69\x00\x70\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\ -\x00\x6c\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x15\ -\x0d\x86\xf9\xe7\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x75\x00\x70\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\x00\x40\x00\x32\x00\x78\ -\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x14\ -\x06\xe9\x8f\x67\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x64\x00\x6f\x00\x77\x00\x6e\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\x00\x2e\ -\x00\x70\x00\x6e\x00\x67\ -\x00\x17\ -\x04\xf8\x32\xc7\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x75\x00\x70\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\x00\x65\x00\x64\x00\x40\ -\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x11\ -\x0a\xe5\x6c\x07\ -\x00\x72\ -\x00\x61\x00\x64\x00\x69\x00\x6f\x00\x5f\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\ -\x00\x1f\ -\x0c\xa4\x6f\xa7\ -\x00\x6c\ -\x00\x69\x00\x6e\x00\x65\x00\x5f\x00\x68\x00\x6f\x00\x72\x00\x69\x00\x7a\x00\x6f\x00\x6e\x00\x74\x00\x61\x00\x6c\x00\x5f\x00\x64\ -\x00\x69\x00\x73\x00\x61\x00\x62\x00\x6c\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x18\ -\x0e\x31\x43\xa7\ -\x00\x74\ -\x00\x72\x00\x61\x00\x6e\x00\x73\x00\x70\x00\x61\x00\x72\x00\x65\x00\x6e\x00\x74\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\ -\x00\x6c\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x14\ -\x0b\x23\x21\x67\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x75\x00\x70\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\x00\x65\x00\x64\x00\x2e\ -\x00\x70\x00\x6e\x00\x67\ -\x00\x1a\ -\x01\xc7\x25\x47\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x72\x00\x69\x00\x67\x00\x68\x00\x74\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\ -\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x16\ -\x0a\x7a\x87\x67\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x63\x00\x6c\x00\x6f\x00\x73\x00\x65\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\ -\x00\x73\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1a\ -\x0e\xbc\xc3\x67\ -\x00\x72\ -\x00\x61\x00\x64\x00\x69\x00\x6f\x00\x5f\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\x00\x64\x00\x5f\x00\x64\x00\x69\x00\x73\ -\x00\x61\x00\x62\x00\x6c\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x13\ -\x0c\x24\x39\x47\ -\x00\x62\ -\x00\x61\x00\x73\x00\x65\x00\x5f\x00\x69\x00\x63\x00\x6f\x00\x6e\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\x00\x2e\x00\x70\ -\x00\x6e\x00\x67\ -\x00\x1b\ -\x07\xac\x39\xa7\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x6d\x00\x6f\x00\x76\x00\x65\x00\x5f\x00\x68\x00\x6f\x00\x72\x00\x69\ -\x00\x7a\x00\x6f\x00\x6e\x00\x74\x00\x61\x00\x6c\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x15\ -\x0a\x12\x4a\x67\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x67\x00\x72\x00\x69\x00\x70\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\ -\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1c\ -\x00\x06\x3d\xc7\ -\x00\x72\ -\x00\x61\x00\x64\x00\x69\x00\x6f\x00\x5f\x00\x75\x00\x6e\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\x00\x64\x00\x5f\x00\x66\ -\x00\x6f\x00\x63\x00\x75\x00\x73\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1a\ -\x02\xb6\xb5\xa7\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x6c\x00\x65\x00\x66\x00\x74\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\x00\x6c\ -\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1c\ -\x07\x5b\xb0\x67\ -\x00\x6c\ -\x00\x69\x00\x6e\x00\x65\x00\x5f\x00\x76\x00\x65\x00\x72\x00\x74\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x5f\x00\x70\x00\x72\x00\x65\ -\x00\x73\x00\x73\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1c\ -\x0f\xd0\x9c\x67\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x6d\x00\x6f\x00\x76\x00\x65\x00\x5f\x00\x76\x00\x65\x00\x72\x00\x74\ -\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x17\ -\x0b\x9d\x16\x67\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x6d\x00\x6f\x00\x72\x00\x65\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\ -\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x18\ -\x0e\x0c\xda\xa7\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x75\x00\x70\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\x00\x6c\x00\x65\x00\x64\ -\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1b\ -\x02\xd4\x90\x87\ -\x00\x74\ -\x00\x72\x00\x61\x00\x6e\x00\x73\x00\x70\x00\x61\x00\x72\x00\x65\x00\x6e\x00\x74\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\ -\x00\x6c\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x11\ -\x0b\xda\x30\xa7\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x63\x00\x6c\x00\x6f\x00\x73\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\ -\x00\x1e\ -\x04\x3c\x09\xc7\ -\x00\x72\ -\x00\x61\x00\x64\x00\x69\x00\x6f\x00\x5f\x00\x75\x00\x6e\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\x00\x64\x00\x5f\x00\x70\ -\x00\x72\x00\x65\x00\x73\x00\x73\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x2a\ -\x0f\xc4\xf7\x07\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x73\x00\x65\x00\x70\x00\x61\x00\x72\x00\x61\x00\x74\x00\x6f\x00\x72\ -\x00\x5f\x00\x76\x00\x65\x00\x72\x00\x74\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\x00\x6c\ -\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x15\ -\x03\x1c\x93\x87\ -\x00\x74\ -\x00\x72\x00\x61\x00\x6e\x00\x73\x00\x70\x00\x61\x00\x72\x00\x65\x00\x6e\x00\x74\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\ -\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x19\ -\x07\xb7\xa1\x47\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x63\x00\x6c\x00\x6f\x00\x73\x00\x65\x00\x64\x00\x5f\x00\x70\x00\x72\x00\x65\ -\x00\x73\x00\x73\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x0f\ -\x00\x6f\x04\x87\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x67\x00\x72\x00\x69\x00\x70\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x19\ -\x01\x0e\xe5\xa7\ -\x00\x72\ -\x00\x61\x00\x64\x00\x69\x00\x6f\x00\x5f\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\x00\x64\x00\x5f\x00\x70\x00\x72\x00\x65\ -\x00\x73\x00\x73\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x12\ -\x04\xa2\xb3\x27\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x72\x00\x69\x00\x67\x00\x68\x00\x74\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\ -\x00\x67\ -\x00\x27\ -\x0c\xeb\xe5\x67\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x73\x00\x65\x00\x70\x00\x61\x00\x72\x00\x61\x00\x74\x00\x6f\x00\x72\ -\x00\x5f\x00\x76\x00\x65\x00\x72\x00\x74\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\x00\x40\ -\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x17\ -\x0d\x0d\x28\xa7\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x65\x00\x6e\x00\x64\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\x00\x6c\ -\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x19\ -\x0c\x24\xec\x07\ -\x00\x6c\ -\x00\x69\x00\x6e\x00\x65\x00\x5f\x00\x68\x00\x6f\x00\x72\x00\x69\x00\x7a\x00\x6f\x00\x6e\x00\x74\x00\x61\x00\x6c\x00\x5f\x00\x66\ -\x00\x6f\x00\x63\x00\x75\x00\x73\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1f\ -\x04\x8d\x48\xc7\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x6d\x00\x69\x00\x6e\x00\x69\x00\x6d\x00\x69\x00\x7a\x00\x65\x00\x5f\x00\x64\ -\x00\x69\x00\x73\x00\x61\x00\x62\x00\x6c\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x14\ -\x0a\x20\x6e\x07\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x75\x00\x6e\x00\x64\x00\x6f\x00\x63\x00\x6b\x00\x40\x00\x32\x00\x78\x00\x2e\ -\x00\x70\x00\x6e\x00\x67\ -\x00\x0d\ -\x0b\x72\x3d\x07\ -\x00\x62\ -\x00\x61\x00\x73\x00\x65\x00\x5f\x00\x69\x00\x63\x00\x6f\x00\x6e\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x27\ -\x0e\x3d\xd7\xc7\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x6d\x00\x6f\x00\x76\x00\x65\x00\x5f\x00\x68\x00\x6f\x00\x72\x00\x69\ -\x00\x7a\x00\x6f\x00\x6e\x00\x74\x00\x61\x00\x6c\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\x00\x6c\x00\x65\x00\x64\x00\x40\ -\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1d\ -\x0c\x09\x66\x07\ -\x00\x63\ -\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x62\x00\x6f\x00\x78\x00\x5f\x00\x69\x00\x6e\x00\x64\x00\x65\x00\x74\x00\x65\x00\x72\x00\x6d\ -\x00\x69\x00\x6e\x00\x61\x00\x74\x00\x65\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x11\ -\x01\xf6\xff\x67\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x65\x00\x6e\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\ -\x00\x19\ -\x07\x36\x1b\x47\ -\x00\x6c\ -\x00\x69\x00\x6e\x00\x65\x00\x5f\x00\x76\x00\x65\x00\x72\x00\x74\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x5f\x00\x70\x00\x72\x00\x65\ -\x00\x73\x00\x73\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x0f\ -\x0f\x2c\x24\xc7\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x72\x00\x69\x00\x67\x00\x68\x00\x74\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x0f\ -\x00\xd6\x25\xc7\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x6c\x00\x69\x00\x6e\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x24\ -\x05\xed\xfa\xe7\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x6d\x00\x6f\x00\x76\x00\x65\x00\x5f\x00\x68\x00\x6f\x00\x72\x00\x69\ -\x00\x7a\x00\x6f\x00\x6e\x00\x74\x00\x61\x00\x6c\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\x00\x40\x00\x32\x00\x78\x00\x2e\ -\x00\x70\x00\x6e\x00\x67\ -\x00\x1e\ -\x00\x4f\xcb\xe7\ -\x00\x63\ -\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x62\x00\x6f\x00\x78\x00\x5f\x00\x75\x00\x6e\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\ -\x00\x64\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1a\ -\x05\x28\x8d\xa7\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x63\x00\x6c\x00\x6f\x00\x73\x00\x65\x00\x64\x00\x5f\x00\x64\x00\x69\x00\x73\ -\x00\x61\x00\x62\x00\x6c\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x20\ -\x09\xd7\x1f\xa7\ -\x00\x63\ -\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x62\x00\x6f\x00\x78\x00\x5f\x00\x69\x00\x6e\x00\x64\x00\x65\x00\x74\x00\x65\x00\x72\x00\x6d\ -\x00\x69\x00\x6e\x00\x61\x00\x74\x00\x65\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1c\ -\x08\xb5\x77\x67\ -\x00\x72\ -\x00\x61\x00\x64\x00\x69\x00\x6f\x00\x5f\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\x00\x64\x00\x5f\x00\x70\x00\x72\x00\x65\ -\x00\x73\x00\x73\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1f\ -\x02\x4f\x6a\xa7\ -\x00\x72\ -\x00\x61\x00\x64\x00\x69\x00\x6f\x00\x5f\x00\x75\x00\x6e\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\x00\x64\x00\x5f\x00\x64\ -\x00\x69\x00\x73\x00\x61\x00\x62\x00\x6c\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x22\ -\x01\x41\xee\x87\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x6d\x00\x6f\x00\x76\x00\x65\x00\x5f\x00\x76\x00\x65\x00\x72\x00\x74\ -\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\x00\x6c\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\ -\x00\x67\ -\x00\x19\ -\x00\x4f\x29\xc7\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x75\x00\x6e\x00\x64\x00\x6f\x00\x63\x00\x6b\x00\x5f\x00\x70\x00\x72\x00\x65\ -\x00\x73\x00\x73\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x14\ -\x07\xec\xd1\xc7\ -\x00\x63\ -\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x62\x00\x6f\x00\x78\x00\x5f\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\x00\x64\x00\x2e\ -\x00\x70\x00\x6e\x00\x67\ -\x00\x15\ -\x06\x62\x08\x27\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x6f\x00\x70\x00\x65\x00\x6e\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\ -\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x12\ -\x04\xb5\x9d\x47\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x6f\x00\x70\x00\x65\x00\x6e\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\ -\x00\x67\ -\x00\x18\ -\x06\x60\x39\xe7\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x6c\x00\x69\x00\x6e\x00\x65\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\ -\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x13\ -\x00\xcf\x5c\xc7\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x63\x00\x6c\x00\x6f\x00\x73\x00\x65\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\ -\x00\x6e\x00\x67\ -\x00\x05\ -\x00\x35\x1b\xc0\ -\x00\x2e\ -\x00\x6b\x00\x65\x00\x65\x00\x70\ -\x00\x10\ -\x00\x55\x62\x07\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x63\x00\x6c\x00\x6f\x00\x73\x00\x65\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1a\ -\x0d\x33\x2d\xa7\ -\x00\x6c\ -\x00\x69\x00\x6e\x00\x65\x00\x5f\x00\x76\x00\x65\x00\x72\x00\x74\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x5f\x00\x64\x00\x69\x00\x73\ -\x00\x61\x00\x62\x00\x6c\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1b\ -\x08\x21\xa7\xc7\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x6f\x00\x70\x00\x65\x00\x6e\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\ -\x00\x6c\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1c\ -\x00\xf3\x26\x27\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x6d\x00\x69\x00\x6e\x00\x69\x00\x6d\x00\x69\x00\x7a\x00\x65\x00\x5f\x00\x64\ -\x00\x69\x00\x73\x00\x61\x00\x62\x00\x6c\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x17\ -\x0c\xeb\x5f\x67\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x65\x00\x6e\x00\x64\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\x00\x40\ -\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x16\ -\x0f\x80\x4f\xa7\ -\x00\x72\ -\x00\x61\x00\x64\x00\x69\x00\x6f\x00\x5f\x00\x75\x00\x6e\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\x00\x64\x00\x40\x00\x32\ -\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x0f\ -\x0c\xe2\x68\x67\ -\x00\x74\ -\x00\x72\x00\x61\x00\x6e\x00\x73\x00\x70\x00\x61\x00\x72\x00\x65\x00\x6e\x00\x74\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x12\ -\x04\xb3\x4c\x27\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x6c\x00\x69\x00\x6e\x00\x65\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\ -\x00\x67\ -\x00\x16\ -\x07\x09\xf8\x27\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x6d\x00\x69\x00\x6e\x00\x69\x00\x6d\x00\x69\x00\x7a\x00\x65\x00\x40\x00\x32\ -\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x25\ -\x08\x07\x7e\x87\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x6d\x00\x6f\x00\x76\x00\x65\x00\x5f\x00\x76\x00\x65\x00\x72\x00\x74\ -\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\x00\x6c\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\ -\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1c\ -\x09\xc8\xa4\xa7\ -\x00\x6c\ -\x00\x69\x00\x6e\x00\x65\x00\x5f\x00\x68\x00\x6f\x00\x72\x00\x69\x00\x7a\x00\x6f\x00\x6e\x00\x74\x00\x61\x00\x6c\x00\x5f\x00\x64\ -\x00\x69\x00\x73\x00\x61\x00\x62\x00\x6c\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x22\ -\x04\x9a\x03\x67\ -\x00\x63\ -\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x62\x00\x6f\x00\x78\x00\x5f\x00\x75\x00\x6e\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\ -\x00\x64\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\x00\x6c\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\ -\x00\x67\ -\x00\x23\ -\x03\xa5\x91\x47\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x6d\x00\x6f\x00\x76\x00\x65\x00\x5f\x00\x68\x00\x6f\x00\x72\x00\x69\ -\x00\x7a\x00\x6f\x00\x6e\x00\x74\x00\x61\x00\x6c\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\x00\x65\x00\x64\x00\x2e\x00\x70\ -\x00\x6e\x00\x67\ -\x00\x1d\ -\x06\xba\x02\xa7\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x75\x00\x6e\x00\x64\x00\x6f\x00\x63\x00\x6b\x00\x5f\x00\x64\x00\x69\x00\x73\ -\x00\x61\x00\x62\x00\x6c\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x12\ -\x04\xb1\x94\x27\ -\x00\x62\ -\x00\x72\x00\x61\x00\x6e\x00\x63\x00\x68\x00\x5f\x00\x6d\x00\x6f\x00\x72\x00\x65\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\ -\x00\x67\ -\x00\x16\ -\x04\x9c\xa4\xa7\ -\x00\x62\ -\x00\x61\x00\x73\x00\x65\x00\x5f\x00\x69\x00\x63\x00\x6f\x00\x6e\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\x00\x62\x00\x6c\x00\x65\ -\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x0e\ -\x06\x0c\xe6\x07\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x64\x00\x6f\x00\x77\x00\x6e\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1d\ -\x0a\xd8\x81\x27\ -\x00\x72\ -\x00\x61\x00\x64\x00\x69\x00\x6f\x00\x5f\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\x00\x64\x00\x5f\x00\x64\x00\x69\x00\x73\ -\x00\x61\x00\x62\x00\x6c\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x1a\ -\x0f\x5a\xb4\xa7\ -\x00\x72\ -\x00\x61\x00\x64\x00\x69\x00\x6f\x00\x5f\x00\x63\x00\x68\x00\x65\x00\x63\x00\x6b\x00\x65\x00\x64\x00\x5f\x00\x66\x00\x6f\x00\x63\ -\x00\x75\x00\x73\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x0f\ -\x01\x40\x2d\xa7\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x75\x00\x70\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x17\ -\x0e\xfe\x32\x47\ -\x00\x61\ -\x00\x72\x00\x72\x00\x6f\x00\x77\x00\x5f\x00\x6c\x00\x65\x00\x66\x00\x74\x00\x5f\x00\x66\x00\x6f\x00\x63\x00\x75\x00\x73\x00\x40\ -\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x2c\ -\x0c\xa4\x5a\x47\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x73\x00\x65\x00\x70\x00\x61\x00\x72\x00\x61\x00\x74\x00\x6f\x00\x72\ -\x00\x5f\x00\x68\x00\x6f\x00\x72\x00\x69\x00\x7a\x00\x6f\x00\x6e\x00\x74\x00\x61\x00\x6c\x00\x5f\x00\x64\x00\x69\x00\x73\x00\x61\ -\x00\x62\x00\x6c\x00\x65\x00\x64\x00\x40\x00\x32\x00\x78\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x21\ -\x0e\xf1\x37\x67\ -\x00\x74\ -\x00\x6f\x00\x6f\x00\x6c\x00\x62\x00\x61\x00\x72\x00\x5f\x00\x6d\x00\x6f\x00\x76\x00\x65\x00\x5f\x00\x76\x00\x65\x00\x72\x00\x74\ -\x00\x69\x00\x63\x00\x61\x00\x6c\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\ -\x00\x17\ -\x0d\xdf\xcf\xa7\ -\x00\x77\ -\x00\x69\x00\x6e\x00\x64\x00\x6f\x00\x77\x00\x5f\x00\x67\x00\x72\x00\x69\x00\x70\x00\x5f\x00\x70\x00\x72\x00\x65\x00\x73\x00\x73\ -\x00\x65\x00\x64\x00\x2e\x00\x70\x00\x6e\x00\x67\ -\x00\x09\ -\x00\x28\xad\x23\ -\x00\x73\ -\x00\x74\x00\x79\x00\x6c\x00\x65\x00\x2e\x00\x71\x00\x73\x00\x73\ -" - -qt_resource_struct_v1 = b"\ -\x00\x00\x00\x00\x00\x02\x00\x00\x00\x02\x00\x00\x00\x01\ -\x00\x00\x00\x00\x00\x02\x00\x00\x00\x01\x00\x00\x00\xd6\ -\x00\x00\x00\x1a\x00\x02\x00\x00\x00\x01\x00\x00\x00\x03\ -\x00\x00\x00\x32\x00\x02\x00\x00\x00\x01\x00\x00\x00\x04\ -\x00\x00\x00\x42\x00\x02\x00\x00\x00\xd1\x00\x00\x00\x05\ -\x00\x00\x20\xce\x00\x00\x00\x00\x00\x01\x00\x01\x6b\x0d\ -\x00\x00\x1c\x10\x00\x00\x00\x00\x00\x01\x00\x01\x2d\x9c\ -\x00\x00\x17\x32\x00\x00\x00\x00\x00\x01\x00\x00\xd8\x90\ -\x00\x00\x29\xa6\x00\x00\x00\x00\x00\x01\x00\x01\xd6\x96\ -\x00\x00\x09\xa4\x00\x00\x00\x00\x00\x01\x00\x00\x52\x44\ -\x00\x00\x0c\x16\x00\x00\x00\x00\x00\x01\x00\x00\x64\x49\ -\x00\x00\x28\x84\x00\x00\x00\x00\x00\x01\x00\x01\xc4\xf9\ -\x00\x00\x26\xf6\x00\x00\x00\x00\x00\x01\x00\x01\xac\x8d\ -\x00\x00\x29\xb6\x00\x00\x00\x00\x00\x01\x00\x01\xd6\x9d\ -\x00\x00\x0c\x7a\x00\x00\x00\x00\x00\x01\x00\x00\x69\x5a\ -\x00\x00\x07\x40\x00\x00\x00\x00\x00\x01\x00\x00\x38\xcb\ -\x00\x00\x23\x94\x00\x00\x00\x00\x00\x01\x00\x01\x8b\xc0\ -\x00\x00\x09\x5a\x00\x00\x00\x00\x00\x01\x00\x00\x51\x6b\ -\x00\x00\x0d\xca\x00\x00\x00\x00\x00\x01\x00\x00\x71\x72\ -\x00\x00\x29\x7a\x00\x00\x00\x00\x00\x01\x00\x01\xcf\xd3\ -\x00\x00\x26\x84\x00\x00\x00\x00\x00\x01\x00\x01\xaa\xcc\ -\x00\x00\x2a\x52\x00\x00\x00\x00\x00\x01\x00\x01\xdd\x8d\ -\x00\x00\x23\xb8\x00\x00\x00\x00\x00\x01\x00\x01\x8d\x63\ -\x00\x00\x14\xa8\x00\x00\x00\x00\x00\x01\x00\x00\xc1\xa9\ -\x00\x00\x2d\xd2\x00\x00\x00\x00\x00\x01\x00\x02\x11\x50\ -\x00\x00\x28\x3a\x00\x00\x00\x00\x00\x01\x00\x01\xc4\x67\ -\x00\x00\x00\xa0\x00\x00\x00\x00\x00\x01\x00\x00\x00\x8e\ -\x00\x00\x0e\x06\x00\x00\x00\x00\x00\x01\x00\x00\x74\x4e\ -\x00\x00\x1f\x90\x00\x00\x00\x00\x00\x01\x00\x01\x57\xaa\ -\x00\x00\x0e\x40\x00\x00\x00\x00\x00\x01\x00\x00\x76\x5e\ -\x00\x00\x0f\x90\x00\x00\x00\x00\x00\x01\x00\x00\x86\xdc\ -\x00\x00\x03\x86\x00\x00\x00\x00\x00\x01\x00\x00\x15\xf3\ -\x00\x00\x26\x00\x00\x00\x00\x00\x00\x01\x00\x01\xa7\x59\ -\x00\x00\x05\xfe\x00\x00\x00\x00\x00\x01\x00\x00\x2e\x81\ -\x00\x00\x15\x68\x00\x00\x00\x00\x00\x01\x00\x00\xc5\xc9\ -\x00\x00\x06\x72\x00\x00\x00\x00\x00\x01\x00\x00\x33\x3d\ -\x00\x00\x27\xf6\x00\x00\x00\x00\x00\x01\x00\x01\xbb\xc6\ -\x00\x00\x16\x86\x00\x00\x00\x00\x00\x01\x00\x00\xd1\x1f\ -\x00\x00\x21\x0c\x00\x00\x00\x00\x00\x01\x00\x01\x73\xb8\ -\x00\x00\x22\x2c\x00\x00\x00\x00\x00\x01\x00\x01\x7e\xcf\ -\x00\x00\x23\x2c\x00\x00\x00\x00\x00\x01\x00\x01\x89\xcb\ -\x00\x00\x04\xe6\x00\x00\x00\x00\x00\x01\x00\x00\x28\x82\ -\x00\x00\x0b\x32\x00\x00\x00\x00\x00\x01\x00\x00\x60\x11\ -\x00\x00\x08\x90\x00\x00\x00\x00\x00\x01\x00\x00\x4a\x1a\ -\x00\x00\x2c\x4e\x00\x00\x00\x00\x00\x01\x00\x01\xef\x7e\ -\x00\x00\x1d\xf8\x00\x00\x00\x00\x00\x01\x00\x01\x44\x10\ -\x00\x00\x08\xc4\x00\x00\x00\x00\x00\x01\x00\x00\x4c\x2f\ -\x00\x00\x18\x02\x00\x00\x00\x00\x00\x01\x00\x00\xef\xd6\ -\x00\x00\x04\x66\x00\x00\x00\x00\x00\x01\x00\x00\x1b\x09\ -\x00\x00\x00\xf4\x00\x00\x00\x00\x00\x01\x00\x00\x04\x3c\ -\x00\x00\x18\xf6\x00\x00\x00\x00\x00\x01\x00\x00\xf7\xd4\ -\x00\x00\x22\x90\x00\x00\x00\x00\x00\x01\x00\x01\x80\xdd\ -\x00\x00\x11\x40\x00\x00\x00\x00\x00\x01\x00\x00\xa0\xfa\ -\x00\x00\x12\x6e\x00\x00\x00\x00\x00\x01\x00\x00\xab\xc9\ -\x00\x00\x24\xda\x00\x00\x00\x00\x00\x01\x00\x01\x98\x50\ -\x00\x00\x0f\xbe\x00\x00\x00\x00\x00\x01\x00\x00\x87\xd8\ -\x00\x00\x2c\x04\x00\x00\x00\x00\x00\x01\x00\x01\xec\x0c\ -\x00\x00\x2d\x04\x00\x00\x00\x00\x00\x01\x00\x01\xf4\x9c\ -\x00\x00\x23\xf0\x00\x00\x00\x00\x00\x01\x00\x01\x92\x21\ -\x00\x00\x2c\xda\x00\x00\x00\x00\x00\x01\x00\x01\xf3\x91\ -\x00\x00\x2b\x1a\x00\x00\x00\x00\x00\x01\x00\x01\xe8\x6f\ -\x00\x00\x29\x1a\x00\x00\x00\x00\x00\x01\x00\x01\xcb\x71\ -\x00\x00\x16\xf8\x00\x00\x00\x00\x00\x01\x00\x00\xd5\x43\ -\x00\x00\x1e\x8c\x00\x00\x00\x00\x00\x01\x00\x01\x4b\xc9\ -\x00\x00\x01\x46\x00\x00\x00\x00\x00\x01\x00\x00\x04\xd7\ -\x00\x00\x17\x94\x00\x00\x00\x00\x00\x01\x00\x00\xe8\xb1\ -\x00\x00\x27\x38\x00\x00\x00\x00\x00\x01\x00\x01\xae\x12\ -\x00\x00\x14\x4a\x00\x00\x00\x00\x00\x01\x00\x00\xbf\x7b\ -\x00\x00\x0e\x7e\x00\x00\x00\x00\x00\x01\x00\x00\x7a\x60\ -\x00\x00\x1b\xba\x00\x00\x00\x00\x00\x01\x00\x01\x1b\xd6\ -\x00\x00\x1a\xb8\x00\x00\x00\x00\x00\x01\x00\x01\x0f\x1a\ -\x00\x00\x11\xd0\x00\x00\x00\x00\x00\x01\x00\x00\xa2\x65\ -\x00\x00\x13\x94\x00\x00\x00\x00\x00\x01\x00\x00\xb4\x92\ -\x00\x00\x04\xb4\x00\x00\x00\x00\x00\x01\x00\x00\x1b\xa8\ -\x00\x00\x0b\xa0\x00\x00\x00\x00\x00\x01\x00\x00\x61\xaa\ -\x00\x00\x06\xa8\x00\x00\x00\x00\x00\x01\x00\x00\x36\x29\ -\x00\x00\x0e\xf0\x00\x00\x00\x00\x00\x01\x00\x00\x7e\x34\ -\x00\x00\x26\xa8\x00\x00\x00\x00\x00\x01\x00\x01\xab\x56\ -\x00\x00\x2d\x36\x00\x00\x00\x00\x00\x01\x00\x01\xf9\x88\ -\x00\x00\x1a\x50\x00\x00\x00\x00\x00\x01\x00\x01\x00\x2b\ -\x00\x00\x14\x26\x00\x00\x00\x00\x00\x01\x00\x00\xbe\xd0\ -\x00\x00\x0c\x44\x00\x00\x00\x00\x00\x01\x00\x00\x64\xe5\ -\x00\x00\x19\x9e\x00\x00\x00\x00\x00\x01\x00\x00\xfa\x1b\ -\x00\x00\x29\x44\x00\x00\x00\x00\x00\x01\x00\x01\xce\xe0\ -\x00\x00\x28\xea\x00\x00\x00\x00\x00\x01\x00\x01\xc9\xc3\ -\x00\x00\x02\x0e\x00\x00\x00\x00\x00\x01\x00\x00\x09\x43\ -\x00\x00\x1c\x96\x00\x00\x00\x00\x00\x01\x00\x01\x37\x81\ -\x00\x00\x1d\xc2\x00\x00\x00\x00\x00\x01\x00\x01\x40\xc7\ -\x00\x00\x0d\x86\x00\x00\x00\x00\x00\x01\x00\x00\x70\xde\ -\x00\x00\x13\xfc\x00\x00\x00\x00\x00\x01\x00\x00\xbb\xce\ -\x00\x00\x2c\x9a\x00\x00\x00\x00\x00\x01\x00\x01\xf0\x1c\ -\x00\x00\x1e\x5e\x00\x00\x00\x00\x00\x01\x00\x01\x49\xba\ -\x00\x00\x12\xac\x00\x00\x00\x00\x00\x01\x00\x00\xaf\x24\ -\x00\x00\x07\x74\x00\x00\x00\x00\x00\x01\x00\x00\x39\x55\ -\x00\x00\x15\xd6\x00\x00\x00\x00\x00\x01\x00\x00\xc8\xcc\ -\x00\x00\x2b\x44\x00\x00\x00\x00\x00\x01\x00\x01\xe9\x63\ -\x00\x00\x19\xc2\x00\x00\x00\x00\x00\x01\x00\x00\xfb\xd7\ -\x00\x00\x26\x28\x00\x00\x00\x00\x00\x01\x00\x01\xa8\x2b\ -\x00\x00\x03\xce\x00\x00\x00\x00\x00\x01\x00\x00\x16\xb9\ -\x00\x00\x04\x20\x00\x00\x00\x00\x00\x01\x00\x00\x1a\x71\ -\x00\x00\x0d\x0e\x00\x00\x00\x00\x00\x01\x00\x00\x6e\xee\ -\x00\x00\x21\x46\x00\x00\x00\x00\x00\x01\x00\x01\x78\x42\ -\x00\x00\x0d\x50\x00\x00\x00\x00\x00\x01\x00\x00\x70\x39\ -\x00\x00\x01\x80\x00\x00\x00\x00\x00\x01\x00\x00\x07\x93\ -\x00\x00\x05\x32\x00\x00\x00\x00\x00\x01\x00\x00\x29\xa6\ -\x00\x00\x14\x72\x00\x00\x00\x00\x00\x01\x00\x00\xc0\x05\ -\x00\x00\x02\xb2\x00\x00\x00\x00\x00\x01\x00\x00\x0d\xb4\ -\x00\x00\x20\x62\x00\x00\x00\x00\x00\x01\x00\x01\x68\xc1\ -\x00\x00\x23\x5c\x00\x00\x00\x00\x00\x01\x00\x01\x8a\x37\ -\x00\x00\x28\xbc\x00\x00\x00\x00\x00\x01\x00\x01\xc6\xf0\ -\x00\x00\x2b\x76\x00\x00\x00\x00\x00\x01\x00\x01\xea\xb5\ -\x00\x00\x2a\x16\x00\x00\x00\x00\x00\x01\x00\x01\xda\x59\ -\x00\x00\x07\xc2\x00\x00\x00\x00\x00\x01\x00\x00\x3c\x16\ -\x00\x00\x0a\x86\x00\x00\x00\x00\x00\x01\x00\x00\x59\x83\ -\x00\x00\x08\x00\x00\x00\x00\x00\x00\x01\x00\x00\x3c\xa4\ -\x00\x00\x06\xf6\x00\x00\x00\x00\x00\x01\x00\x00\x36\xfb\ -\x00\x00\x03\x5e\x00\x00\x00\x00\x00\x01\x00\x00\x11\xf9\ -\x00\x00\x27\xb8\x00\x00\x00\x00\x00\x01\x00\x01\xb1\xae\ -\x00\x00\x1d\x74\x00\x00\x00\x00\x00\x01\x00\x01\x3c\x3b\ -\x00\x00\x1a\x82\x00\x00\x00\x00\x00\x01\x00\x01\x02\x40\ -\x00\x00\x1b\x46\x00\x00\x00\x00\x00\x01\x00\x01\x14\xbd\ -\x00\x00\x00\xd2\x00\x00\x00\x00\x00\x01\x00\x00\x02\x13\ -\x00\x00\x12\x12\x00\x00\x00\x00\x00\x01\x00\x00\xa3\x9b\ -\x00\x00\x05\x6c\x00\x00\x00\x00\x00\x01\x00\x00\x2a\xad\ -\x00\x00\x0b\x64\x00\x00\x00\x00\x00\x01\x00\x00\x60\xa0\ -\x00\x00\x09\x20\x00\x00\x00\x00\x00\x01\x00\x00\x4d\x55\ -\x00\x00\x1b\x86\x00\x00\x00\x00\x00\x01\x00\x01\x19\xbf\ -\x00\x00\x0a\x4e\x00\x00\x00\x00\x00\x01\x00\x00\x58\xb5\ -\x00\x00\x01\xb6\x00\x00\x00\x00\x00\x01\x00\x00\x08\x1d\ -\x00\x00\x2b\xc6\x00\x00\x00\x00\x00\x01\x00\x01\xeb\x8f\ -\x00\x00\x0b\xee\x00\x00\x00\x00\x00\x01\x00\x00\x62\x3b\ -\x00\x00\x27\x72\x00\x00\x00\x00\x00\x01\x00\x01\xaf\xb5\ -\x00\x00\x15\x10\x00\x00\x00\x00\x00\x01\x00\x00\xc5\x05\ -\x00\x00\x20\x9e\x00\x00\x00\x00\x00\x01\x00\x01\x69\x5e\ -\x00\x00\x10\xca\x00\x00\x00\x00\x00\x01\x00\x00\x9a\x59\ -\x00\x00\x13\xc0\x00\x00\x00\x00\x00\x01\x00\x00\xb5\x5e\ -\x00\x00\x13\x62\x00\x00\x00\x00\x00\x01\x00\x00\xb2\x92\ -\x00\x00\x25\x1e\x00\x00\x00\x00\x00\x01\x00\x01\x99\xa0\ -\x00\x00\x0e\xb8\x00\x00\x00\x00\x00\x01\x00\x00\x7a\xd9\ -\x00\x00\x1c\x4e\x00\x00\x00\x00\x00\x01\x00\x01\x34\x32\ -\x00\x00\x1f\xca\x00\x00\x00\x00\x00\x01\x00\x01\x5b\xf8\ -\x00\x00\x18\x46\x00\x00\x00\x00\x00\x01\x00\x00\xf4\xc0\ -\x00\x00\x02\xe8\x00\x00\x00\x00\x00\x01\x00\x00\x0f\xdd\ -\x00\x00\x2d\x58\x00\x00\x00\x00\x00\x01\x00\x01\xfb\xb4\ -\x00\x00\x1e\xc0\x00\x00\x00\x00\x00\x01\x00\x01\x4f\x9f\ -\x00\x00\x11\x04\x00\x00\x00\x00\x00\x01\x00\x00\x9d\x24\ -\x00\x00\x1f\x62\x00\x00\x00\x00\x00\x01\x00\x01\x55\xab\ -\x00\x00\x0a\x20\x00\x00\x00\x00\x00\x01\x00\x00\x56\x81\ -\x00\x00\x0a\xf8\x00\x00\x00\x00\x00\x01\x00\x00\x5c\xa1\ -\x00\x00\x09\xdc\x00\x00\x00\x00\x00\x01\x00\x00\x53\x14\ -\x00\x00\x19\x72\x00\x00\x00\x00\x00\x01\x00\x00\xf9\x9e\ -\x00\x00\x10\x5a\x00\x00\x00\x00\x00\x01\x00\x00\x8f\x9c\ -\x00\x00\x25\x4c\x00\x00\x00\x00\x00\x01\x00\x01\x9d\x2f\ -\x00\x00\x12\xf8\x00\x00\x00\x00\x00\x01\x00\x00\xb1\x0a\ -\x00\x00\x06\x3a\x00\x00\x00\x00\x00\x01\x00\x00\x2f\x75\ -\x00\x00\x21\xc2\x00\x00\x00\x00\x00\x01\x00\x01\x7a\x11\ -\x00\x00\x18\xc2\x00\x00\x00\x00\x00\x01\x00\x00\xf7\x4a\ -\x00\x00\x07\xa4\x00\x00\x00\x00\x00\x01\x00\x00\x3a\x01\ -\x00\x00\x22\x68\x00\x00\x00\x00\x00\x01\x00\x01\x7f\x48\ -\x00\x00\x19\x36\x00\x00\x00\x00\x00\x01\x00\x00\xf8\xd0\ -\x00\x00\x17\x60\x00\x00\x00\x00\x00\x01\x00\x00\xe3\x7c\ -\x00\x00\x25\xc0\x00\x00\x00\x00\x00\x01\x00\x01\xa3\x55\ -\x00\x00\x20\x36\x00\x00\x00\x00\x00\x01\x00\x01\x63\xd5\ -\x00\x00\x24\xa2\x00\x00\x00\x00\x00\x01\x00\x01\x97\xd4\ -\x00\x00\x17\xca\x00\x00\x00\x00\x00\x01\x00\x00\xeb\x7f\ -\x00\x00\x0c\xa4\x00\x00\x00\x00\x00\x01\x00\x00\x69\xd3\ -\x00\x00\x2e\x2a\x00\x00\x00\x00\x00\x01\x00\x02\x19\xb0\ -\x00\x00\x1e\xe8\x00\x00\x00\x00\x00\x01\x00\x01\x54\xb0\ -\x00\x00\x08\x58\x00\x00\x00\x00\x00\x01\x00\x00\x3d\x40\ -\x00\x00\x1a\x0e\x00\x00\x00\x00\x00\x01\x00\x00\xff\x9d\ -\x00\x00\x13\x28\x00\x00\x00\x00\x00\x01\x00\x00\xb1\x95\ -\x00\x00\x2a\xf6\x00\x00\x00\x00\x00\x01\x00\x01\xe8\x03\ -\x00\x00\x2a\x90\x00\x00\x00\x00\x00\x01\x00\x01\xde\x5f\ -\x00\x00\x24\x1a\x00\x00\x00\x00\x00\x01\x00\x01\x96\x70\ -\x00\x00\x0f\x52\x00\x00\x00\x00\x00\x01\x00\x00\x83\xb4\ -\x00\x00\x24\x6e\x00\x00\x00\x00\x00\x01\x00\x01\x97\x3b\ -\x00\x00\x00\x4c\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\ -\x00\x00\x29\xdc\x00\x00\x00\x00\x00\x01\x00\x01\xd9\xcf\ -\x00\x00\x1d\xa0\x00\x00\x00\x00\x00\x01\x00\x01\x40\x2f\ -\x00\x00\x0a\xc4\x00\x00\x00\x00\x00\x01\x00\x00\x5b\x07\ -\x00\x00\x14\xe6\x00\x00\x00\x00\x00\x01\x00\x00\xc2\xfa\ -\x00\x00\x1e\x2e\x00\x00\x00\x00\x00\x01\x00\x01\x45\xca\ -\x00\x00\x16\xc4\x00\x00\x00\x00\x00\x01\x00\x00\xd3\xb0\ -\x00\x00\x2e\xd0\x00\x00\x00\x00\x00\x01\x00\x02\x1b\x67\ -\x00\x00\x16\x4a\x00\x00\x00\x00\x00\x01\x00\x00\xcc\x8b\ -\x00\x00\x21\xf6\x00\x00\x00\x00\x00\x01\x00\x01\x7a\xb7\ -\x00\x00\x12\x3a\x00\x00\x00\x00\x00\x01\x00\x00\xa7\xd8\ -\x00\x00\x0f\xee\x00\x00\x00\x00\x00\x01\x00\x00\x89\xfa\ -\x00\x00\x1f\x2c\x00\x00\x00\x00\x00\x01\x00\x01\x55\x3f\ -\x00\x00\x16\x0a\x00\x00\x00\x00\x00\x01\x00\x00\xc9\x38\ -\x00\x00\x25\x6c\x00\x00\x00\x00\x00\x01\x00\x01\xa2\x1b\ -\x00\x00\x10\x92\x00\x00\x00\x00\x00\x01\x00\x00\x93\xa8\ -\x00\x00\x1f\xfc\x00\x00\x00\x00\x00\x01\x00\x01\x5e\xc8\ -\x00\x00\x2e\x88\x00\x00\x00\x00\x00\x01\x00\x02\x1a\xd8\ -\x00\x00\x2d\xf6\x00\x00\x00\x00\x00\x01\x00\x02\x15\x3a\ -\x00\x00\x1b\x00\x00\x00\x00\x00\x00\x01\x00\x01\x0f\xb9\ -\x00\x00\x0f\x1e\x00\x00\x00\x00\x00\x01\x00\x00\x81\x7e\ -\x00\x00\x10\x26\x00\x00\x00\x00\x00\x01\x00\x00\x8a\x8c\ -\x00\x00\x26\x60\x00\x00\x00\x00\x00\x01\x00\x01\xa8\xb4\ -\x00\x00\x1c\xe6\x00\x00\x00\x00\x00\x01\x00\x01\x3b\x34\ -\x00\x00\x03\x2c\x00\x00\x00\x00\x00\x01\x00\x00\x11\x62\ -\x00\x00\x2d\x98\x00\x00\x00\x00\x00\x01\x00\x02\x06\x78\ -\x00\x00\x11\x7a\x00\x00\x00\x00\x00\x01\x00\x00\xa1\xcb\ -\x00\x00\x1d\x38\x00\x00\x00\x00\x00\x01\x00\x01\x3b\xbf\ -\x00\x00\x02\x7a\x00\x00\x00\x00\x00\x01\x00\x00\x0a\xc7\ -\x00\x00\x2a\xc4\x00\x00\x00\x00\x00\x01\x00\x01\xdf\x2f\ -\x00\x00\x18\x80\x00\x00\x00\x00\x00\x01\x00\x00\xf6\xbd\ -\x00\x00\x0c\xd4\x00\x00\x00\x00\x00\x01\x00\x00\x6b\xe0\ -\x00\x00\x1b\xe0\x00\x00\x00\x00\x00\x01\x00\x01\x28\xb0\ -\x00\x00\x22\xd2\x00\x00\x00\x00\x00\x01\x00\x01\x89\x00\ -\x00\x00\x21\x84\x00\x00\x00\x00\x00\x01\x00\x01\x79\x3c\ -\x00\x00\x02\x44\x00\x00\x00\x00\x00\x01\x00\x00\x0a\x4e\ -\x00\x00\x05\xac\x00\x00\x00\x00\x00\x01\x00\x00\x2d\x4c\ -\x00\x00\x15\xa2\x00\x00\x00\x00\x00\x01\x00\x00\xc6\xbc\ -\x00\x00\x00\x32\x00\x02\x00\x00\x00\x01\x00\x00\x00\xd7\ -\x00\x00\x2f\x04\x00\x01\x00\x00\x00\x01\x00\x02\x1d\x23\ -" - -qt_resource_struct_v2 = b"\ -\x00\x00\x00\x00\x00\x02\x00\x00\x00\x02\x00\x00\x00\x01\ -\x00\x00\x00\x00\x00\x00\x00\x00\ -\x00\x00\x00\x00\x00\x02\x00\x00\x00\x01\x00\x00\x00\xd6\ -\x00\x00\x00\x00\x00\x00\x00\x00\ -\x00\x00\x00\x1a\x00\x02\x00\x00\x00\x01\x00\x00\x00\x03\ -\x00\x00\x00\x00\x00\x00\x00\x00\ -\x00\x00\x00\x32\x00\x02\x00\x00\x00\x01\x00\x00\x00\x04\ -\x00\x00\x00\x00\x00\x00\x00\x00\ -\x00\x00\x00\x42\x00\x02\x00\x00\x00\xd1\x00\x00\x00\x05\ -\x00\x00\x00\x00\x00\x00\x00\x00\ -\x00\x00\x20\xce\x00\x00\x00\x00\x00\x01\x00\x01\x6b\x0d\ -\x00\x00\x01\x7d\x6b\xea\xbd\xc3\ -\x00\x00\x1c\x10\x00\x00\x00\x00\x00\x01\x00\x01\x2d\x9c\ -\x00\x00\x01\x7d\x6b\xea\xbe\x2c\ -\x00\x00\x17\x32\x00\x00\x00\x00\x00\x01\x00\x00\xd8\x90\ -\x00\x00\x01\x7d\x6b\xea\xbd\xa4\ -\x00\x00\x29\xa6\x00\x00\x00\x00\x00\x01\x00\x01\xd6\x96\ -\x00\x00\x01\x78\x7c\x85\x35\x91\ -\x00\x00\x09\xa4\x00\x00\x00\x00\x00\x01\x00\x00\x52\x44\ -\x00\x00\x01\x7d\x6b\xea\xbc\x5f\ -\x00\x00\x0c\x16\x00\x00\x00\x00\x00\x01\x00\x00\x64\x49\ -\x00\x00\x01\x7d\x6b\xea\xba\x28\ -\x00\x00\x28\x84\x00\x00\x00\x00\x00\x01\x00\x01\xc4\xf9\ -\x00\x00\x01\x7d\x6b\xea\xbc\x8d\ -\x00\x00\x26\xf6\x00\x00\x00\x00\x00\x01\x00\x01\xac\x8d\ -\x00\x00\x01\x7d\x6b\xea\xbb\x0f\ -\x00\x00\x29\xb6\x00\x00\x00\x00\x00\x01\x00\x01\xd6\x9d\ -\x00\x00\x01\x7d\x6b\xea\xbc\x27\ -\x00\x00\x0c\x7a\x00\x00\x00\x00\x00\x01\x00\x00\x69\x5a\ -\x00\x00\x01\x7d\x6b\xea\xbe\x11\ -\x00\x00\x07\x40\x00\x00\x00\x00\x00\x01\x00\x00\x38\xcb\ -\x00\x00\x01\x7d\x6b\xea\xbb\x63\ -\x00\x00\x23\x94\x00\x00\x00\x00\x00\x01\x00\x01\x8b\xc0\ -\x00\x00\x01\x7d\x6b\xea\xbc\x30\ -\x00\x00\x09\x5a\x00\x00\x00\x00\x00\x01\x00\x00\x51\x6b\ -\x00\x00\x01\x7d\x6b\xea\xbd\xe3\ -\x00\x00\x0d\xca\x00\x00\x00\x00\x00\x01\x00\x00\x71\x72\ -\x00\x00\x01\x7d\x6b\xea\xbe\x34\ -\x00\x00\x29\x7a\x00\x00\x00\x00\x00\x01\x00\x01\xcf\xd3\ -\x00\x00\x01\x7d\x6b\xea\xbe\x28\ -\x00\x00\x26\x84\x00\x00\x00\x00\x00\x01\x00\x01\xaa\xcc\ -\x00\x00\x01\x7d\x6b\xea\xba\x33\ -\x00\x00\x2a\x52\x00\x00\x00\x00\x00\x01\x00\x01\xdd\x8d\ -\x00\x00\x01\x7d\x6b\xea\xbc\x5f\ -\x00\x00\x23\xb8\x00\x00\x00\x00\x00\x01\x00\x01\x8d\x63\ -\x00\x00\x01\x7d\x6b\xea\xbb\x82\ -\x00\x00\x14\xa8\x00\x00\x00\x00\x00\x01\x00\x00\xc1\xa9\ -\x00\x00\x01\x7d\x6b\xea\xbe\x44\ -\x00\x00\x2d\xd2\x00\x00\x00\x00\x00\x01\x00\x02\x11\x50\ -\x00\x00\x01\x7d\x6b\xea\xbc\xcb\ -\x00\x00\x28\x3a\x00\x00\x00\x00\x00\x01\x00\x01\xc4\x67\ -\x00\x00\x01\x7d\x6b\xea\xbb\xdc\ -\x00\x00\x00\xa0\x00\x00\x00\x00\x00\x01\x00\x00\x00\x8e\ -\x00\x00\x01\x7d\x6b\xea\xba\xee\ -\x00\x00\x0e\x06\x00\x00\x00\x00\x00\x01\x00\x00\x74\x4e\ -\x00\x00\x01\x7d\x6b\xea\xba\xc7\ -\x00\x00\x1f\x90\x00\x00\x00\x00\x00\x01\x00\x01\x57\xaa\ -\x00\x00\x01\x7d\x6b\xea\xbc\xc7\ -\x00\x00\x0e\x40\x00\x00\x00\x00\x00\x01\x00\x00\x76\x5e\ -\x00\x00\x01\x7d\x6b\xea\xbb\x9e\ -\x00\x00\x0f\x90\x00\x00\x00\x00\x00\x01\x00\x00\x86\xdc\ -\x00\x00\x01\x7d\x6b\xea\xbd\x94\ -\x00\x00\x03\x86\x00\x00\x00\x00\x00\x01\x00\x00\x15\xf3\ -\x00\x00\x01\x7d\x6b\xea\xbe\x02\ -\x00\x00\x26\x00\x00\x00\x00\x00\x00\x01\x00\x01\xa7\x59\ -\x00\x00\x01\x7d\x6b\xea\xbd\x0c\ -\x00\x00\x05\xfe\x00\x00\x00\x00\x00\x01\x00\x00\x2e\x81\ -\x00\x00\x01\x7d\x6b\xea\xbd\x1b\ -\x00\x00\x15\x68\x00\x00\x00\x00\x00\x01\x00\x00\xc5\xc9\ -\x00\x00\x01\x7d\x6b\xea\xbd\x2b\ -\x00\x00\x06\x72\x00\x00\x00\x00\x00\x01\x00\x00\x33\x3d\ -\x00\x00\x01\x7d\x6b\xea\xbe\x34\ -\x00\x00\x27\xf6\x00\x00\x00\x00\x00\x01\x00\x01\xbb\xc6\ -\x00\x00\x01\x7d\x6b\xea\xbd\xc3\ -\x00\x00\x16\x86\x00\x00\x00\x00\x00\x01\x00\x00\xd1\x1f\ -\x00\x00\x01\x7d\x6b\xea\xba\xb9\ -\x00\x00\x21\x0c\x00\x00\x00\x00\x00\x01\x00\x01\x73\xb8\ -\x00\x00\x01\x7d\x6b\xea\xbc\x9d\ -\x00\x00\x22\x2c\x00\x00\x00\x00\x00\x01\x00\x01\x7e\xcf\ -\x00\x00\x01\x7d\x6b\xea\xbe\x11\ -\x00\x00\x23\x2c\x00\x00\x00\x00\x00\x01\x00\x01\x89\xcb\ -\x00\x00\x01\x7d\x6b\xea\xbc\x20\ -\x00\x00\x04\xe6\x00\x00\x00\x00\x00\x01\x00\x00\x28\x82\ -\x00\x00\x01\x7d\x6b\xea\xbd\xf2\ -\x00\x00\x0b\x32\x00\x00\x00\x00\x00\x01\x00\x00\x60\x11\ -\x00\x00\x01\x7d\x6b\xea\xbd\x94\ -\x00\x00\x08\x90\x00\x00\x00\x00\x00\x01\x00\x00\x4a\x1a\ -\x00\x00\x01\x7d\x6b\xea\xb9\x9a\ -\x00\x00\x2c\x4e\x00\x00\x00\x00\x00\x01\x00\x01\xef\x7e\ -\x00\x00\x01\x7d\x6b\xea\xbb\xcc\ -\x00\x00\x1d\xf8\x00\x00\x00\x00\x00\x01\x00\x01\x44\x10\ -\x00\x00\x01\x7d\x6b\xea\xbc\x3f\ -\x00\x00\x08\xc4\x00\x00\x00\x00\x00\x01\x00\x00\x4c\x2f\ -\x00\x00\x01\x7d\x6b\xea\xbe\x02\ -\x00\x00\x18\x02\x00\x00\x00\x00\x00\x01\x00\x00\xef\xd6\ -\x00\x00\x01\x7d\x6b\xea\xbd\x66\ -\x00\x00\x04\x66\x00\x00\x00\x00\x00\x01\x00\x00\x1b\x09\ -\x00\x00\x01\x7d\x6b\xea\xbb\xcb\ -\x00\x00\x00\xf4\x00\x00\x00\x00\x00\x01\x00\x00\x04\x3c\ -\x00\x00\x01\x7d\x6b\xea\xbb\xec\ -\x00\x00\x18\xf6\x00\x00\x00\x00\x00\x01\x00\x00\xf7\xd4\ -\x00\x00\x01\x7d\x6b\xea\xbd\xa4\ -\x00\x00\x22\x90\x00\x00\x00\x00\x00\x01\x00\x01\x80\xdd\ -\x00\x00\x01\x7d\x6b\xea\xbd\xd3\ -\x00\x00\x11\x40\x00\x00\x00\x00\x00\x01\x00\x00\xa0\xfa\ -\x00\x00\x01\x7d\x6b\xea\xbd\x0c\ -\x00\x00\x12\x6e\x00\x00\x00\x00\x00\x01\x00\x00\xab\xc9\ -\x00\x00\x01\x7d\x6b\xea\xbe\x53\ -\x00\x00\x24\xda\x00\x00\x00\x00\x00\x01\x00\x01\x98\x50\ -\x00\x00\x01\x7d\x6b\xea\xbe\x44\ -\x00\x00\x0f\xbe\x00\x00\x00\x00\x00\x01\x00\x00\x87\xd8\ -\x00\x00\x01\x7d\x6b\xea\xb9\x8c\ -\x00\x00\x2c\x04\x00\x00\x00\x00\x00\x01\x00\x01\xec\x0c\ -\x00\x00\x01\x7d\x6b\xea\xbd\x85\ -\x00\x00\x2d\x04\x00\x00\x00\x00\x00\x01\x00\x01\xf4\x9c\ -\x00\x00\x01\x7d\x6b\xea\xb9\xd0\ -\x00\x00\x23\xf0\x00\x00\x00\x00\x00\x01\x00\x01\x92\x21\ -\x00\x00\x01\x7d\x6b\xea\xbc\xad\ -\x00\x00\x2c\xda\x00\x00\x00\x00\x00\x01\x00\x01\xf3\x91\ -\x00\x00\x01\x7d\x6b\xea\xbd\x2b\ -\x00\x00\x2b\x1a\x00\x00\x00\x00\x00\x01\x00\x01\xe8\x6f\ -\x00\x00\x01\x7d\x6b\xea\xbd\x1b\ -\x00\x00\x29\x1a\x00\x00\x00\x00\x00\x01\x00\x01\xcb\x71\ -\x00\x00\x01\x7d\x6b\xea\xbd\x3b\ -\x00\x00\x16\xf8\x00\x00\x00\x00\x00\x01\x00\x00\xd5\x43\ -\x00\x00\x01\x7d\x6b\xea\xbc\xfc\ -\x00\x00\x1e\x8c\x00\x00\x00\x00\x00\x01\x00\x01\x4b\xc9\ -\x00\x00\x01\x7d\x6b\xea\xbc\xdd\ -\x00\x00\x01\x46\x00\x00\x00\x00\x00\x01\x00\x00\x04\xd7\ -\x00\x00\x01\x7d\x6b\xea\xba\xb6\ -\x00\x00\x17\x94\x00\x00\x00\x00\x00\x01\x00\x00\xe8\xb1\ -\x00\x00\x01\x7d\x6b\xea\xbc\x30\ -\x00\x00\x27\x38\x00\x00\x00\x00\x00\x01\x00\x01\xae\x12\ -\x00\x00\x01\x7d\x6b\xea\xb9\xf0\ -\x00\x00\x14\x4a\x00\x00\x00\x00\x00\x01\x00\x00\xbf\x7b\ -\x00\x00\x01\x7d\x6b\xea\xbb\x4a\ -\x00\x00\x0e\x7e\x00\x00\x00\x00\x00\x01\x00\x00\x7a\x60\ -\x00\x00\x01\x7d\x6b\xea\xbe\x25\ -\x00\x00\x1b\xba\x00\x00\x00\x00\x00\x01\x00\x01\x1b\xd6\ -\x00\x00\x01\x7d\x6b\xea\xbc\xdd\ -\x00\x00\x1a\xb8\x00\x00\x00\x00\x00\x01\x00\x01\x0f\x1a\ -\x00\x00\x01\x7d\x6b\xea\xbb\xcc\ -\x00\x00\x11\xd0\x00\x00\x00\x00\x00\x01\x00\x00\xa2\x65\ -\x00\x00\x01\x7d\x6b\xea\xbd\xd3\ -\x00\x00\x13\x94\x00\x00\x00\x00\x00\x01\x00\x00\xb4\x92\ -\x00\x00\x01\x7d\x6b\xea\xbc\x4f\ -\x00\x00\x04\xb4\x00\x00\x00\x00\x00\x01\x00\x00\x1b\xa8\ -\x00\x00\x01\x7d\x6b\xea\xbc\xed\ -\x00\x00\x0b\xa0\x00\x00\x00\x00\x00\x01\x00\x00\x61\xaa\ -\x00\x00\x01\x7d\x6b\xea\xbc\x0b\ -\x00\x00\x06\xa8\x00\x00\x00\x00\x00\x01\x00\x00\x36\x29\ -\x00\x00\x01\x7d\x6b\xea\xbd\xf2\ -\x00\x00\x0e\xf0\x00\x00\x00\x00\x00\x01\x00\x00\x7e\x34\ -\x00\x00\x01\x7d\x6b\xea\xbc\xed\ -\x00\x00\x26\xa8\x00\x00\x00\x00\x00\x01\x00\x01\xab\x56\ -\x00\x00\x01\x7d\x6b\xea\xbd\xd3\ -\x00\x00\x2d\x36\x00\x00\x00\x00\x00\x01\x00\x01\xf9\x88\ -\x00\x00\x01\x7d\x6b\xea\xb9\x2d\ -\x00\x00\x1a\x50\x00\x00\x00\x00\x00\x01\x00\x01\x00\x2b\ -\x00\x00\x01\x7d\x6b\xea\xb9\x5c\ -\x00\x00\x14\x26\x00\x00\x00\x00\x00\x01\x00\x00\xbe\xd0\ -\x00\x00\x01\x7d\x6b\xea\xba\x5a\ -\x00\x00\x0c\x44\x00\x00\x00\x00\x00\x01\x00\x00\x64\xe5\ -\x00\x00\x01\x7d\x6b\xea\xbc\xbc\ -\x00\x00\x19\x9e\x00\x00\x00\x00\x00\x01\x00\x00\xfa\x1b\ -\x00\x00\x01\x7d\x6b\xea\xba\x79\ -\x00\x00\x29\x44\x00\x00\x00\x00\x00\x01\x00\x01\xce\xe0\ -\x00\x00\x01\x7d\x6b\xea\xbd\x2b\ -\x00\x00\x28\xea\x00\x00\x00\x00\x00\x01\x00\x01\xc9\xc3\ -\x00\x00\x01\x7d\x6b\xea\xba\x8a\ -\x00\x00\x02\x0e\x00\x00\x00\x00\x00\x01\x00\x00\x09\x43\ -\x00\x00\x01\x7d\x6b\xea\xbd\x3b\ -\x00\x00\x1c\x96\x00\x00\x00\x00\x00\x01\x00\x01\x37\x81\ -\x00\x00\x01\x7d\x6b\xea\xbd\x75\ -\x00\x00\x1d\xc2\x00\x00\x00\x00\x00\x01\x00\x01\x40\xc7\ -\x00\x00\x01\x7d\x6b\xea\xbd\x4a\ -\x00\x00\x0d\x86\x00\x00\x00\x00\x00\x01\x00\x00\x70\xde\ -\x00\x00\x01\x7d\x6b\xea\xbb\xdc\ -\x00\x00\x13\xfc\x00\x00\x00\x00\x00\x01\x00\x00\xbb\xce\ -\x00\x00\x01\x7d\x6b\xea\xbe\x34\ -\x00\x00\x2c\x9a\x00\x00\x00\x00\x00\x01\x00\x01\xf0\x1c\ -\x00\x00\x01\x7d\x6b\xea\xbe\x53\ -\x00\x00\x1e\x5e\x00\x00\x00\x00\x00\x01\x00\x01\x49\xba\ -\x00\x00\x01\x7d\x6b\xea\xb9\x3f\ -\x00\x00\x12\xac\x00\x00\x00\x00\x00\x01\x00\x00\xaf\x24\ -\x00\x00\x01\x7d\x6b\xea\xba\xd7\ -\x00\x00\x07\x74\x00\x00\x00\x00\x00\x01\x00\x00\x39\x55\ -\x00\x00\x01\x7d\x6b\xea\xba\x72\ -\x00\x00\x15\xd6\x00\x00\x00\x00\x00\x01\x00\x00\xc8\xcc\ -\x00\x00\x01\x7d\x6b\xea\xbc\x24\ -\x00\x00\x2b\x44\x00\x00\x00\x00\x00\x01\x00\x01\xe9\x63\ -\x00\x00\x01\x7d\x6b\xea\xbe\x44\ -\x00\x00\x19\xc2\x00\x00\x00\x00\x00\x01\x00\x00\xfb\xd7\ -\x00\x00\x01\x7d\x6b\xea\xbd\x75\ -\x00\x00\x26\x28\x00\x00\x00\x00\x00\x01\x00\x01\xa8\x2b\ -\x00\x00\x01\x7d\x6b\xea\xbb\x66\ -\x00\x00\x03\xce\x00\x00\x00\x00\x00\x01\x00\x00\x16\xb9\ -\x00\x00\x01\x7d\x6b\xea\xbd\x75\ -\x00\x00\x04\x20\x00\x00\x00\x00\x00\x01\x00\x00\x1a\x71\ -\x00\x00\x01\x7d\x6b\xea\xbb\xec\ -\x00\x00\x0d\x0e\x00\x00\x00\x00\x00\x01\x00\x00\x6e\xee\ -\x00\x00\x01\x7d\x6b\xea\xbe\x44\ -\x00\x00\x21\x46\x00\x00\x00\x00\x00\x01\x00\x01\x78\x42\ -\x00\x00\x01\x7d\x6b\xea\xbd\xa4\ -\x00\x00\x0d\x50\x00\x00\x00\x00\x00\x01\x00\x00\x70\x39\ -\x00\x00\x01\x7d\x6b\xea\xba\x64\ -\x00\x00\x01\x80\x00\x00\x00\x00\x00\x01\x00\x00\x07\x93\ -\x00\x00\x01\x7d\x6b\xea\xba\x41\ -\x00\x00\x05\x32\x00\x00\x00\x00\x00\x01\x00\x00\x29\xa6\ -\x00\x00\x01\x7d\x6b\xea\xbd\x3b\ -\x00\x00\x14\x72\x00\x00\x00\x00\x00\x01\x00\x00\xc0\x05\ -\x00\x00\x01\x7d\x6b\xea\xba\x7c\ -\x00\x00\x02\xb2\x00\x00\x00\x00\x00\x01\x00\x00\x0d\xb4\ -\x00\x00\x01\x7d\x6b\xea\xb9\x7b\ -\x00\x00\x20\x62\x00\x00\x00\x00\x00\x01\x00\x01\x68\xc1\ -\x00\x00\x01\x7d\x6b\xea\xbb\xc1\ -\x00\x00\x23\x5c\x00\x00\x00\x00\x00\x01\x00\x01\x8a\x37\ -\x00\x00\x01\x7d\x6b\xea\xba\x01\ -\x00\x00\x28\xbc\x00\x00\x00\x00\x00\x01\x00\x01\xc6\xf0\ -\x00\x00\x01\x7d\x6b\xea\xba\xa4\ -\x00\x00\x2b\x76\x00\x00\x00\x00\x00\x01\x00\x01\xea\xb5\ -\x00\x00\x01\x7d\x6b\xea\xbd\xe3\ -\x00\x00\x2a\x16\x00\x00\x00\x00\x00\x01\x00\x01\xda\x59\ -\x00\x00\x01\x7d\x6b\xea\xbd\x4a\ -\x00\x00\x07\xc2\x00\x00\x00\x00\x00\x01\x00\x00\x3c\x16\ -\x00\x00\x01\x7d\x6b\xea\xbd\x94\ -\x00\x00\x0a\x86\x00\x00\x00\x00\x00\x01\x00\x00\x59\x83\ -\x00\x00\x01\x7d\x6b\xea\xbb\x0b\ -\x00\x00\x08\x00\x00\x00\x00\x00\x00\x01\x00\x00\x3c\xa4\ -\x00\x00\x01\x7d\x6b\xea\xbb\xec\ -\x00\x00\x06\xf6\x00\x00\x00\x00\x00\x01\x00\x00\x36\xfb\ -\x00\x00\x01\x7d\x6b\xea\xba\xdf\ -\x00\x00\x03\x5e\x00\x00\x00\x00\x00\x01\x00\x00\x11\xf9\ -\x00\x00\x01\x7d\x6b\xea\xbc\x8d\ -\x00\x00\x27\xb8\x00\x00\x00\x00\x00\x01\x00\x01\xb1\xae\ -\x00\x00\x01\x7d\x6b\xea\xbd\xb4\ -\x00\x00\x1d\x74\x00\x00\x00\x00\x00\x01\x00\x01\x3c\x3b\ -\x00\x00\x01\x7d\x6b\xea\xbb\x91\ -\x00\x00\x1a\x82\x00\x00\x00\x00\x00\x01\x00\x01\x02\x40\ -\x00\x00\x01\x7d\x6b\xea\xbc\xed\ -\x00\x00\x1b\x46\x00\x00\x00\x00\x00\x01\x00\x01\x14\xbd\ -\x00\x00\x01\x7d\x6b\xea\xbd\x66\ -\x00\x00\x00\xd2\x00\x00\x00\x00\x00\x01\x00\x00\x02\x13\ -\x00\x00\x01\x7d\x6b\xea\xb9\x4b\ -\x00\x00\x12\x12\x00\x00\x00\x00\x00\x01\x00\x00\xa3\x9b\ -\x00\x00\x01\x7d\x6b\xea\xbc\x9d\ -\x00\x00\x05\x6c\x00\x00\x00\x00\x00\x01\x00\x00\x2a\xad\ -\x00\x00\x01\x7d\x6b\xea\xba\xa8\ -\x00\x00\x0b\x64\x00\x00\x00\x00\x00\x01\x00\x00\x60\xa0\ -\x00\x00\x01\x7d\x6b\xea\xbd\x2b\ -\x00\x00\x09\x20\x00\x00\x00\x00\x00\x01\x00\x00\x4d\x55\ -\x00\x00\x01\x7d\x6b\xea\xbc\x8d\ -\x00\x00\x1b\x86\x00\x00\x00\x00\x00\x01\x00\x01\x19\xbf\ -\x00\x00\x01\x7d\x6b\xea\xbc\x7e\ -\x00\x00\x0a\x4e\x00\x00\x00\x00\x00\x01\x00\x00\x58\xb5\ -\x00\x00\x01\x7d\x6b\xea\xbd\x1b\ -\x00\x00\x01\xb6\x00\x00\x00\x00\x00\x01\x00\x00\x08\x1d\ -\x00\x00\x01\x7d\x6b\xea\xbd\xf2\ -\x00\x00\x2b\xc6\x00\x00\x00\x00\x00\x01\x00\x01\xeb\x8f\ -\x00\x00\x01\x7d\x6b\xea\xbb\x22\ -\x00\x00\x0b\xee\x00\x00\x00\x00\x00\x01\x00\x00\x62\x3b\ -\x00\x00\x01\x7d\x6b\xea\xbc\x6e\ -\x00\x00\x27\x72\x00\x00\x00\x00\x00\x01\x00\x01\xaf\xb5\ -\x00\x00\x01\x7d\x6b\xea\xba\xdc\ -\x00\x00\x15\x10\x00\x00\x00\x00\x00\x01\x00\x00\xc5\x05\ -\x00\x00\x01\x7d\x6b\xea\xbe\x11\ -\x00\x00\x20\x9e\x00\x00\x00\x00\x00\x01\x00\x01\x69\x5e\ -\x00\x00\x01\x7d\x6b\xea\xbc\x3f\ -\x00\x00\x10\xca\x00\x00\x00\x00\x00\x01\x00\x00\x9a\x59\ -\x00\x00\x01\x7d\x6b\xea\xbe\x34\ -\x00\x00\x13\xc0\x00\x00\x00\x00\x00\x01\x00\x00\xb5\x5e\ -\x00\x00\x01\x7d\x6b\xea\xbe\x33\ -\x00\x00\x13\x62\x00\x00\x00\x00\x00\x01\x00\x00\xb2\x92\ -\x00\x00\x01\x7d\x6b\xea\xb9\x48\ -\x00\x00\x25\x1e\x00\x00\x00\x00\x00\x01\x00\x01\x99\xa0\ -\x00\x00\x01\x7d\x6b\xea\xbe\x44\ -\x00\x00\x0e\xb8\x00\x00\x00\x00\x00\x01\x00\x00\x7a\xd9\ -\x00\x00\x01\x7d\x6b\xea\xbd\x85\ -\x00\x00\x1c\x4e\x00\x00\x00\x00\x00\x01\x00\x01\x34\x32\ -\x00\x00\x01\x7d\x6b\xea\xbd\x85\ -\x00\x00\x1f\xca\x00\x00\x00\x00\x00\x01\x00\x01\x5b\xf8\ -\x00\x00\x01\x7d\x6b\xea\xbc\x2e\ -\x00\x00\x18\x46\x00\x00\x00\x00\x00\x01\x00\x00\xf4\xc0\ -\x00\x00\x01\x7d\x6b\xea\xbc\x7e\ -\x00\x00\x02\xe8\x00\x00\x00\x00\x00\x01\x00\x00\x0f\xdd\ -\x00\x00\x01\x7d\x6b\xea\xba\xfd\ -\x00\x00\x2d\x58\x00\x00\x00\x00\x00\x01\x00\x01\xfb\xb4\ -\x00\x00\x01\x7d\x6b\xea\xbd\xb4\ -\x00\x00\x1e\xc0\x00\x00\x00\x00\x00\x01\x00\x01\x4f\x9f\ -\x00\x00\x01\x7d\x6b\xea\xbb\x6d\ -\x00\x00\x11\x04\x00\x00\x00\x00\x00\x01\x00\x00\x9d\x24\ -\x00\x00\x01\x7d\x6b\xea\xbb\xb5\ -\x00\x00\x1f\x62\x00\x00\x00\x00\x00\x01\x00\x01\x55\xab\ -\x00\x00\x01\x7d\x6b\xea\xb9\xbe\ -\x00\x00\x0a\x20\x00\x00\x00\x00\x00\x01\x00\x00\x56\x81\ -\x00\x00\x01\x7d\x6b\xea\xb9\x58\ -\x00\x00\x0a\xf8\x00\x00\x00\x00\x00\x01\x00\x00\x5c\xa1\ -\x00\x00\x01\x7d\x6b\xea\xbe\x53\ -\x00\x00\x09\xdc\x00\x00\x00\x00\x00\x01\x00\x00\x53\x14\ -\x00\x00\x01\x7d\x6b\xea\xbd\x85\ -\x00\x00\x19\x72\x00\x00\x00\x00\x00\x01\x00\x00\xf9\x9e\ -\x00\x00\x01\x7d\x6b\xea\xbb\x12\ -\x00\x00\x10\x5a\x00\x00\x00\x00\x00\x01\x00\x00\x8f\x9c\ -\x00\x00\x01\x7d\x6b\xea\xbb\xa8\ -\x00\x00\x25\x4c\x00\x00\x00\x00\x00\x01\x00\x01\x9d\x2f\ -\x00\x00\x01\x7d\x6b\xea\xb9\xca\ -\x00\x00\x12\xf8\x00\x00\x00\x00\x00\x01\x00\x00\xb1\x0a\ -\x00\x00\x01\x7d\x6b\xea\xba\x4a\ -\x00\x00\x06\x3a\x00\x00\x00\x00\x00\x01\x00\x00\x2f\x75\ -\x00\x00\x01\x7d\x6b\xea\xbc\x8d\ -\x00\x00\x21\xc2\x00\x00\x00\x00\x00\x01\x00\x01\x7a\x11\ -\x00\x00\x01\x7d\x6b\xea\xba\x76\ -\x00\x00\x18\xc2\x00\x00\x00\x00\x00\x01\x00\x00\xf7\x4a\ -\x00\x00\x01\x7d\x6b\xea\xba\x54\ -\x00\x00\x07\xa4\x00\x00\x00\x00\x00\x01\x00\x00\x3a\x01\ -\x00\x00\x01\x7d\x6b\xea\xb9\x9e\ -\x00\x00\x22\x68\x00\x00\x00\x00\x00\x01\x00\x01\x7f\x48\ -\x00\x00\x01\x7d\x6b\xea\xb9\xe2\ -\x00\x00\x19\x36\x00\x00\x00\x00\x00\x01\x00\x00\xf8\xd0\ -\x00\x00\x01\x7d\x6b\xea\xbc\x6e\ -\x00\x00\x17\x60\x00\x00\x00\x00\x00\x01\x00\x00\xe3\x7c\ -\x00\x00\x01\x7d\x6b\xea\xbd\x5a\ -\x00\x00\x25\xc0\x00\x00\x00\x00\x00\x01\x00\x01\xa3\x55\ -\x00\x00\x01\x7d\x6b\xea\xbd\x66\ -\x00\x00\x20\x36\x00\x00\x00\x00\x00\x01\x00\x01\x63\xd5\ -\x00\x00\x01\x7d\x6b\xea\xb9\xd5\ -\x00\x00\x24\xa2\x00\x00\x00\x00\x00\x01\x00\x01\x97\xd4\ -\x00\x00\x01\x7d\x6b\xea\xbb\x2f\ -\x00\x00\x17\xca\x00\x00\x00\x00\x00\x01\x00\x00\xeb\x7f\ -\x00\x00\x01\x7d\x6b\xea\xbc\x9d\ -\x00\x00\x0c\xa4\x00\x00\x00\x00\x00\x01\x00\x00\x69\xd3\ -\x00\x00\x01\x7d\x6b\xea\xb9\xac\ -\x00\x00\x2e\x2a\x00\x00\x00\x00\x00\x01\x00\x02\x19\xb0\ -\x00\x00\x01\x7d\x6b\xea\xbd\xf2\ -\x00\x00\x1e\xe8\x00\x00\x00\x00\x00\x01\x00\x01\x54\xb0\ -\x00\x00\x01\x7d\x6b\xea\xbd\x94\ -\x00\x00\x08\x58\x00\x00\x00\x00\x00\x01\x00\x00\x3d\x40\ -\x00\x00\x01\x7d\x6b\xea\xbc\xdd\ -\x00\x00\x1a\x0e\x00\x00\x00\x00\x00\x01\x00\x00\xff\x9d\ -\x00\x00\x01\x7d\x6b\xea\xbd\x94\ -\x00\x00\x13\x28\x00\x00\x00\x00\x00\x01\x00\x00\xb1\x95\ -\x00\x00\x01\x7d\x6b\xea\xbd\xa4\ -\x00\x00\x2a\xf6\x00\x00\x00\x00\x00\x01\x00\x01\xe8\x03\ -\x00\x00\x01\x7d\x6b\xea\xbc\x0b\ -\x00\x00\x2a\x90\x00\x00\x00\x00\x00\x01\x00\x01\xde\x5f\ -\x00\x00\x01\x7d\x6b\xea\xbd\x1b\ -\x00\x00\x24\x1a\x00\x00\x00\x00\x00\x01\x00\x01\x96\x70\ -\x00\x00\x01\x7d\x6b\xea\xbe\x11\ -\x00\x00\x0f\x52\x00\x00\x00\x00\x00\x01\x00\x00\x83\xb4\ -\x00\x00\x01\x7d\x6b\xea\xbd\x0c\ -\x00\x00\x24\x6e\x00\x00\x00\x00\x00\x01\x00\x01\x97\x3b\ -\x00\x00\x01\x7d\x6b\xea\xba\x1f\ -\x00\x00\x00\x4c\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\ -\x00\x00\x01\x7d\x6b\xea\xbc\x0b\ -\x00\x00\x29\xdc\x00\x00\x00\x00\x00\x01\x00\x01\xd9\xcf\ -\x00\x00\x01\x7d\x6b\xea\xbb\x55\ -\x00\x00\x1d\xa0\x00\x00\x00\x00\x00\x01\x00\x01\x40\x2f\ -\x00\x00\x01\x7d\x6b\xea\xba\x11\ -\x00\x00\x0a\xc4\x00\x00\x00\x00\x00\x01\x00\x00\x5b\x07\ -\x00\x00\x01\x7d\x6b\xea\xb9\xf3\ -\x00\x00\x14\xe6\x00\x00\x00\x00\x00\x01\x00\x00\xc2\xfa\ -\x00\x00\x01\x7d\x6b\xea\xb9\xb0\ -\x00\x00\x1e\x2e\x00\x00\x00\x00\x00\x01\x00\x01\x45\xca\ -\x00\x00\x01\x7d\x6b\xea\xbc\xcd\ -\x00\x00\x16\xc4\x00\x00\x00\x00\x00\x01\x00\x00\xd3\xb0\ -\x00\x00\x01\x7d\x6b\xea\xba\x97\ -\x00\x00\x2e\xd0\x00\x00\x00\x00\x00\x01\x00\x02\x1b\x67\ -\x00\x00\x01\x7d\x6b\xea\xbc\x3f\ -\x00\x00\x16\x4a\x00\x00\x00\x00\x00\x01\x00\x00\xcc\x8b\ -\x00\x00\x01\x7d\x6b\xea\xbc\xad\ -\x00\x00\x21\xf6\x00\x00\x00\x00\x00\x01\x00\x01\x7a\xb7\ -\x00\x00\x01\x7d\x6b\xea\xbc\xcd\ -\x00\x00\x12\x3a\x00\x00\x00\x00\x00\x01\x00\x00\xa7\xd8\ -\x00\x00\x01\x7d\x6b\xea\xbc\x8d\ -\x00\x00\x0f\xee\x00\x00\x00\x00\x00\x01\x00\x00\x89\xfa\ -\x00\x00\x01\x7d\x6b\xea\xbb\xcc\ -\x00\x00\x1f\x2c\x00\x00\x00\x00\x00\x01\x00\x01\x55\x3f\ -\x00\x00\x01\x7d\x6b\xea\xbc\x1d\ -\x00\x00\x16\x0a\x00\x00\x00\x00\x00\x01\x00\x00\xc9\x38\ -\x00\x00\x01\x7d\x6b\xea\xbc\xfc\ -\x00\x00\x25\x6c\x00\x00\x00\x00\x00\x01\x00\x01\xa2\x1b\ -\x00\x00\x01\x7d\x6b\xea\xbd\xd3\ -\x00\x00\x10\x92\x00\x00\x00\x00\x00\x01\x00\x00\x93\xa8\ -\x00\x00\x01\x7d\x6b\xea\xbe\x2f\ -\x00\x00\x1f\xfc\x00\x00\x00\x00\x00\x01\x00\x01\x5e\xc8\ -\x00\x00\x01\x7d\x6b\xea\xbb\x77\ -\x00\x00\x2e\x88\x00\x00\x00\x00\x00\x01\x00\x02\x1a\xd8\ -\x00\x00\x01\x7d\x6b\xea\xbb\xdc\ -\x00\x00\x2d\xf6\x00\x00\x00\x00\x00\x01\x00\x02\x15\x3a\ -\x00\x00\x01\x7d\x6b\xea\xbc\x9d\ -\x00\x00\x1b\x00\x00\x00\x00\x00\x00\x01\x00\x01\x0f\xb9\ -\x00\x00\x01\x7d\x6b\xea\xbd\x62\ -\x00\x00\x0f\x1e\x00\x00\x00\x00\x00\x01\x00\x00\x81\x7e\ -\x00\x00\x01\x7d\x6b\xea\xb9\x51\ -\x00\x00\x10\x26\x00\x00\x00\x00\x00\x01\x00\x00\x8a\x8c\ -\x00\x00\x01\x7d\x6b\xea\xbb\x7f\ -\x00\x00\x26\x60\x00\x00\x00\x00\x00\x01\x00\x01\xa8\xb4\ -\x00\x00\x01\x7d\x6b\xea\xb9\x6c\ -\x00\x00\x1c\xe6\x00\x00\x00\x00\x00\x01\x00\x01\x3b\x34\ -\x00\x00\x01\x7d\x6b\xea\xbc\x0b\ -\x00\x00\x03\x2c\x00\x00\x00\x00\x00\x01\x00\x00\x11\x62\ -\x00\x00\x01\x7d\x6b\xea\xba\x30\ -\x00\x00\x2d\x98\x00\x00\x00\x00\x00\x01\x00\x02\x06\x78\ -\x00\x00\x01\x7d\x6b\xea\xbd\xb4\ -\x00\x00\x11\x7a\x00\x00\x00\x00\x00\x01\x00\x00\xa1\xcb\ -\x00\x00\x01\x7d\x6b\xea\xbb\xfb\ -\x00\x00\x1d\x38\x00\x00\x00\x00\x00\x01\x00\x01\x3b\xbf\ -\x00\x00\x01\x7d\x6b\xea\xbb\x3d\ -\x00\x00\x02\x7a\x00\x00\x00\x00\x00\x01\x00\x00\x0a\xc7\ -\x00\x00\x01\x7d\x6b\xea\xbc\x2a\ -\x00\x00\x2a\xc4\x00\x00\x00\x00\x00\x01\x00\x01\xdf\x2f\ -\x00\x00\x01\x7d\x6b\xea\xbd\xc3\ -\x00\x00\x18\x80\x00\x00\x00\x00\x00\x01\x00\x00\xf6\xbd\ -\x00\x00\x01\x7d\x6b\xea\xbb\xfb\ -\x00\x00\x0c\xd4\x00\x00\x00\x00\x00\x01\x00\x00\x6b\xe0\ -\x00\x00\x01\x7d\x6b\xea\xbd\x4a\ -\x00\x00\x1b\xe0\x00\x00\x00\x00\x00\x01\x00\x01\x28\xb0\ -\x00\x00\x01\x7d\x6b\xea\xb9\xdd\ -\x00\x00\x22\xd2\x00\x00\x00\x00\x00\x01\x00\x01\x89\x00\ -\x00\x00\x01\x7d\x6b\xea\xbe\x11\ -\x00\x00\x21\x84\x00\x00\x00\x00\x00\x01\x00\x01\x79\x3c\ -\x00\x00\x01\x7d\x6b\xea\xbd\xe3\ -\x00\x00\x02\x44\x00\x00\x00\x00\x00\x01\x00\x00\x0a\x4e\ -\x00\x00\x01\x7d\x6b\xea\xbe\x22\ -\x00\x00\x05\xac\x00\x00\x00\x00\x00\x01\x00\x00\x2d\x4c\ -\x00\x00\x01\x7d\x6b\xea\xbd\xe3\ -\x00\x00\x15\xa2\x00\x00\x00\x00\x00\x01\x00\x00\xc6\xbc\ -\x00\x00\x01\x7d\x6b\xea\xb9\x3b\ -\x00\x00\x00\x32\x00\x02\x00\x00\x00\x01\x00\x00\x00\xd7\ -\x00\x00\x00\x00\x00\x00\x00\x00\ -\x00\x00\x2f\x04\x00\x01\x00\x00\x00\x01\x00\x02\x1d\x23\ -\x00\x00\x01\x7d\x6b\xea\xbe\xdc\ -" - -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: - rcc_version = 2 - qt_resource_struct = qt_resource_struct_v2 - -def qInitResources(): - QtCore.qRegisterResourceData(rcc_version, qt_resource_struct, qt_resource_name, qt_resource_data) - -def qCleanupResources(): - QtCore.qUnregisterResourceData(rcc_version, qt_resource_struct, qt_resource_name, qt_resource_data) - -qInitResources() diff --git a/external-deps/qdarkstyle/qdarkstyle/palette.py b/external-deps/qdarkstyle/qdarkstyle/palette.py deleted file mode 100644 index 5a51c559d7b..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/palette.py +++ /dev/null @@ -1,102 +0,0 @@ -#!/usr/bin/env python -# -*- coding: utf-8 -*- - -"""Base palette mixin.""" - -# Standard library imports -from collections import OrderedDict - - -class Palette(object): - - ID = None - - # Color - COLOR_BACKGROUND_1 = '' - COLOR_BACKGROUND_2 = '' - COLOR_BACKGROUND_3 = '' - COLOR_BACKGROUND_4 = '' - COLOR_BACKGROUND_5 = '' - COLOR_BACKGROUND_6 = '' - - COLOR_TEXT_1 = '' - COLOR_TEXT_2 = '' - COLOR_TEXT_3 = '' - COLOR_TEXT_4 = '' - - COLOR_ACCENT_1 = '' - COLOR_ACCENT_2 = '' - COLOR_ACCENT_3 = '' - COLOR_ACCENT_4 = '' - COLOR_ACCENT_5 = '' - - OPACITY_TOOLTIP = 0 - - # Size - SIZE_BORDER_RADIUS = '4px' - - # Borders - BORDER_1 = '1px solid $COLOR_BACKGROUND_1' - BORDER_2 = '1px solid $COLOR_BACKGROUND_4' - BORDER_3 = '1px solid $COLOR_BACKGROUND_6' - - BORDER_SELECTION_3 = '1px solid $COLOR_ACCENT_3' - BORDER_SELECTION_2 = '1px solid $COLOR_ACCENT_2' - BORDER_SELECTION_1 = '1px solid $COLOR_ACCENT_1' - - # Example of additional widget specific variables - W_STATUS_BAR_BACKGROUND_COLOR = COLOR_ACCENT_1 - - # Paths - PATH_RESOURCES = "':/qss_icons'" - - @classmethod - def to_dict(cls, colors_only=False): - """Convert variables to dictionary.""" - order = [ - 'ID', - 'COLOR_BACKGROUND_6', - 'COLOR_BACKGROUND_5', - 'COLOR_BACKGROUND_4', - 'COLOR_BACKGROUND_2', - 'COLOR_BACKGROUND_3', - 'COLOR_BACKGROUND_1', - 'COLOR_TEXT_1', - 'COLOR_TEXT_2', - 'COLOR_TEXT_3', - 'COLOR_TEXT_4', - 'COLOR_ACCENT_1', - 'COLOR_ACCENT_2', - 'COLOR_ACCENT_3', - 'COLOR_ACCENT_4', - 'OPACITY_TOOLTIP', - 'SIZE_BORDER_RADIUS', - 'BORDER_1', - 'BORDER_2', - 'BORDER_3', - 'BORDER_SELECTION_3', - 'BORDER_SELECTION_2', - 'BORDER_SELECTION_1', - 'W_STATUS_BAR_BACKGROUND_COLOR', - 'PATH_RESOURCES', - ] - dic = OrderedDict() - for var in order: - value = getattr(cls, var) - - if var == 'ID': - value = "'{}'".format(value) - - if colors_only: - if not var.startswith('COLOR'): - value = None - - if value: - dic[var] = value - - return dic - - @classmethod - def color_palette(cls): - """Return the ordered colored palette dictionary.""" - return cls.to_dict(colors_only=True) diff --git a/external-deps/qdarkstyle/qdarkstyle/qss/_styles.scss b/external-deps/qdarkstyle/qdarkstyle/qss/_styles.scss deleted file mode 100644 index 15693af1332..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/qss/_styles.scss +++ /dev/null @@ -1,2323 +0,0 @@ -/* - -See Qt documentation: - - - https://doc.qt.io/qt-5/stylesheet.html - - https://doc.qt.io/qt-5/stylesheet-reference.html - - https://doc.qt.io/qt-5/stylesheet-examples.html - ---------------------------------------------------------------------------- */ - - - -/* Reset elements ------------------------------------------------------------ - -Resetting everything helps to unify styles across different operating systems - ---------------------------------------------------------------------------- */ -* { - padding: 0px; - margin: 0px; - border: 0px; - border-style: none; - border-image: none; - outline: 0; -} - -/* specific reset for elements inside QToolBar */ -QToolBar * { - margin: 0px; - padding: 0px; - } - - - - -/* QWidget ---------------------------------------------------------------- - ---------------------------------------------------------------------------- */ -QWidget { - background-color: $COLOR_BACKGROUND_1; - border: 0px solid $COLOR_BACKGROUND_4; - padding: 0px; - color: $COLOR_TEXT_1; - selection-background-color: $COLOR_ACCENT_2; - selection-color: $COLOR_TEXT_1; - - &:disabled { - background-color: $COLOR_BACKGROUND_1; - color: $COLOR_TEXT_4; - selection-background-color: $COLOR_ACCENT_1; - selection-color: $COLOR_TEXT_4; - } - - &::item { - - &:selected { - background-color: $COLOR_ACCENT_2; - } - - &:hover:!selected { - background-color: $COLOR_ACCENT_3; - } - } -} - -/* QMainWindow ------------------------------------------------------------ - -This adjusts the splitter in the dock widget, not qsplitter -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qmainwindow - ---------------------------------------------------------------------------- */ -QMainWindow { - - &::separator { - background-color: $COLOR_BACKGROUND_4; - border: 0px solid $COLOR_BACKGROUND_1; - spacing: 0px; - padding: 2px; - - &:hover { - background-color: $COLOR_BACKGROUND_6; - border: 0px solid $COLOR_ACCENT_3; - } - - &:horizontal { - width: 5px; - margin-top: 2px; - margin-bottom: 2px; - image: url($PATH_RESOURCES + '/' + $ID + '/rc/toolbar_separator_vertical.png'); - } - - &:vertical { - height: 5px; - margin-left: 2px; - margin-right: 2px; - image: url($PATH_RESOURCES + '/' + $ID + '/rc/toolbar_separator_horizontal.png'); - } - } -} - -/* QToolTip --------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtooltip - ---------------------------------------------------------------------------- */ -QToolTip { - background-color: $COLOR_ACCENT_2; - color: $COLOR_TEXT_1; - /* If you remove the border property, background stops working on Windows */ - border: none; - /* Remove padding, for fix combo box tooltip */ - padding: 0px; - - /* Remove opacity, fix #174 - may need to use RGBA */ -} - -/* QStatusBar ------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qstatusbar - ---------------------------------------------------------------------------- */ -QStatusBar { - border: $BORDER_2; - - /* Fixes Spyder #9120, #9121 */ - background: $COLOR_BACKGROUND_4; - - /* Fixes #205, white vertical borders separating items */ - &::item { - border: none; - } - - QToolTip { - background-color: $COLOR_ACCENT_3; - border: $BORDER_1; - color: $COLOR_BACKGROUND_1; - - /* Remove padding, for fix combo box tooltip */ - padding: 0px; - - /* Reducing transparency to read better */ - opacity: $OPACITY_TOOLTIP; - } - - QLabel { - /* Fixes Spyder #9120, #9121 */ - background: transparent; - } -} - -/* QCheckBox -------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qcheckbox - ---------------------------------------------------------------------------- */ -QCheckBox { - background-color: $COLOR_BACKGROUND_1; - color: $COLOR_TEXT_1; - spacing: 4px; - outline: none; - padding-top: 4px; - padding-bottom: 4px; - - &:focus { - border: none; - } - - QWidget:disabled { - background-color: $COLOR_BACKGROUND_1; - color: $COLOR_TEXT_4; - } - - &::indicator { - margin-left: 2px; - height: 14px; - width: 14px; - - &:unchecked { - image: url($PATH_RESOURCES + '/' + $ID + '/rc/checkbox_unchecked.png'); - - &:hover, - &:focus, - &:pressed { - border: none; - image: url($PATH_RESOURCES + '/' + $ID + '/rc/checkbox_unchecked_focus.png'); - } - - &:disabled { - image: url($PATH_RESOURCES + '/' + $ID + '/rc/checkbox_unchecked_disabled.png'); - } - } - - &:checked { - image: url($PATH_RESOURCES + '/' + $ID + '/rc/checkbox_checked.png'); - - &:hover, - &:focus, - &:pressed { - border: none; - image: url($PATH_RESOURCES + '/' + $ID + '/rc/checkbox_checked_focus.png'); - } - - &:disabled { - image: url($PATH_RESOURCES + '/' + $ID + '/rc/checkbox_checked_disabled.png'); - } - } - - &:indeterminate { - image: url($PATH_RESOURCES + '/' + $ID + '/rc/checkbox_indeterminate.png'); - - &:disabled { - image: url($PATH_RESOURCES + '/' + $ID + '/rc/checkbox_indeterminate_disabled.png'); - } - - &:focus, - &:hover, - &:pressed { - image: url($PATH_RESOURCES + '/' + $ID + '/rc/checkbox_indeterminate_focus.png'); - } - } - } -} - -/* QGroupBox -------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qgroupbox - ---------------------------------------------------------------------------- */ -QGroupBox { - font-weight: bold; - border: $BORDER_2; - border-radius: $SIZE_BORDER_RADIUS; - padding: 2px; - margin-top: 6px; - margin-bottom: 4px; - - &::title { - subcontrol-origin: margin; - subcontrol-position: top left; - left: 4px; - padding-left: 2px; - padding-right: 4px; - padding-top: -4px; - } - - &::indicator { - margin-left: 2px; - margin-top: 2px; - padding: 0; - height: 14px; - width: 14px; - - &:unchecked { - border: none; - image: url($PATH_RESOURCES + '/' + $ID + '/rc/checkbox_unchecked.png'); - - &:hover, - &:focus, - &:pressed { - border: none; - image: url($PATH_RESOURCES + '/' + $ID + '/rc/checkbox_unchecked_focus.png'); - } - - &:disabled { - image: url($PATH_RESOURCES + '/' + $ID + '/rc/checkbox_unchecked_disabled.png'); - } - } - - &:checked { - border: none; - image: url($PATH_RESOURCES + '/' + $ID + '/rc/checkbox_checked.png'); - - - &:hover, - &:focus, - &:pressed { - border: none; - image: url($PATH_RESOURCES + '/' + $ID + '/rc/checkbox_checked_focus.png'); - } - - &:disabled { - image: url($PATH_RESOURCES + '/' + $ID + '/rc/checkbox_checked_disabled.png'); - } - } - } -} - -/* QRadioButton ----------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qradiobutton - ---------------------------------------------------------------------------- */ -QRadioButton { - background-color: $COLOR_BACKGROUND_1; - color: $COLOR_TEXT_1; - spacing: 4px; - padding-top: 4px; - padding-bottom: 4px; - border: none; - outline: none; - - &:focus { - border: none; - } - - &:disabled { - background-color: $COLOR_BACKGROUND_1; - color: $COLOR_TEXT_4; - border: none; - outline: none; - } - - QWidget { - background-color: $COLOR_BACKGROUND_1; - color: $COLOR_TEXT_1; - spacing: 0px; - padding: 0px; - outline: none; - border: none; - } - - &::indicator { - border: none; - outline: none; - margin-left: 2px; - height: 14px; - width: 14px; - - &:unchecked { - image: url($PATH_RESOURCES + '/' + $ID + '/rc/radio_unchecked.png'); - - &:hover, - &:focus, - &:pressed { - border: none; - outline: none; - image: url($PATH_RESOURCES + '/' + $ID + '/rc/radio_unchecked_focus.png'); - } - - &:disabled { - image: url($PATH_RESOURCES + '/' + $ID + '/rc/radio_unchecked_disabled.png'); - } - } - - &:checked { - border: none; - outline: none; - image: url($PATH_RESOURCES + '/' + $ID + '/rc/radio_checked.png'); - - &:hover, - &:focus, - &:pressed { - border: none; - outline: none; - image: url($PATH_RESOURCES + '/' + $ID + '/rc/radio_checked_focus.png'); - } - - &:disabled { - outline: none; - image: url($PATH_RESOURCES + '/' + $ID + '/rc/radio_checked_disabled.png'); - } - } - } -} - -/* QMenuBar --------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qmenubar - ---------------------------------------------------------------------------- */ -QMenuBar { - background-color: $COLOR_BACKGROUND_4; - padding: 2px; - border: $BORDER_1; - color: $COLOR_TEXT_1; - selection-background-color: $COLOR_ACCENT_3; - &:focus { - border: $BORDER_SELECTION_2; - } - - &::item { - background: transparent; - padding: 4px; - - &:selected { - padding: 4px; - background: transparent; - border: 0px solid $COLOR_BACKGROUND_4; - background-color: $COLOR_ACCENT_3; - } - - &:pressed { - padding: 4px; - border: 0px solid $COLOR_BACKGROUND_4; - background-color: $COLOR_ACCENT_3; - color: $COLOR_TEXT_1; - margin-bottom: 0px; - padding-bottom: 0px; - } - } -} - -/* QMenu ------------------------------------------------------------------ - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qmenu - ---------------------------------------------------------------------------- */ -QMenu { - border: 0px solid $COLOR_BACKGROUND_4; - color: $COLOR_TEXT_1; - margin: 0px; - background-color: $COLOR_BACKGROUND_3; - selection-background-color: $COLOR_ACCENT_3; - - &::separator { - height: 1px; - background-color: $COLOR_BACKGROUND_6; - color: $COLOR_TEXT_1; - } - - &::item { - background-color: $COLOR_BACKGROUND_3; - padding: 4px 24px 4px 28px; - /* Reserve space for selection border */ - border: 1px transparent $COLOR_BACKGROUND_4; - - &:selected { - color: $COLOR_TEXT_1; - background-color: $COLOR_ACCENT_3; - } - &:pressed { - background-color: $COLOR_ACCENT_3; - } - } - - &::icon { - padding-left: 10px; - width: 14px; - height: 14px; - } - - &::indicator { - padding-left: 8px; - width: 12px; - height: 12px; - - /* non-exclusive indicator = check box style indicator (see QActionGroup::setExclusive) */ - &:non-exclusive { - - &:unchecked { - image: url($PATH_RESOURCES + '/' + $ID + '/rc/checkbox_unchecked.png'); - - &:hover, - &:focus, - &:pressed { - border: none; - image: url($PATH_RESOURCES + '/' + $ID + '/rc/checkbox_unchecked_focus.png'); - } - - &:disabled { - image: url($PATH_RESOURCES + '/' + $ID + '/rc/checkbox_unchecked_disabled.png'); - } - } - - &:checked { - image: url($PATH_RESOURCES + '/' + $ID + '/rc/checkbox_checked.png'); - - &:hover, - &:focus, - &:pressed { - border: none; - image: url($PATH_RESOURCES + '/' + $ID + '/rc/checkbox_checked_focus.png'); - } - - &:disabled { - image: url($PATH_RESOURCES + '/' + $ID + '/rc/checkbox_checked_disabled.png'); - } - } - - &:indeterminate { - image: url($PATH_RESOURCES + '/' + $ID + '/rc/checkbox_indeterminate.png'); - - &:disabled { - image: url($PATH_RESOURCES + '/' + $ID + '/rc/checkbox_indeterminate_disabled.png'); - } - - &:focus, - &:hover, - &:pressed { - image: url($PATH_RESOURCES + '/' + $ID + '/rc/checkbox_indeterminate_focus.png'); - } - } - } - - /* exclusive indicator = radio button style indicator (see QActionGroup::setExclusive) */ - &:exclusive { - - &:unchecked { - image: url($PATH_RESOURCES + '/' + $ID + '/rc/radio_unchecked.png'); - - &:hover, - &:focus, - &:pressed { - border: none; - outline: none; - image: url($PATH_RESOURCES + '/' + $ID + '/rc/radio_unchecked_focus.png'); - } - - &:disabled { - image: url($PATH_RESOURCES + '/' + $ID + '/rc/radio_unchecked_disabled.png'); - } - } - - &:checked { - border: none; - outline: none; - image: url($PATH_RESOURCES + '/' + $ID + '/rc/radio_checked.png'); - - &:hover, - &:focus, - &:pressed { - border: none; - outline: none; - image: url($PATH_RESOURCES + '/' + $ID + '/rc/radio_checked_focus.png'); - } - - &:disabled { - outline: none; - image: url($PATH_RESOURCES + '/' + $ID + '/rc/radio_checked_disabled.png'); - } - } - } - } - - &::right-arrow { - margin: 5px; - padding-left:12px; - image: url($PATH_RESOURCES + '/' + $ID + '/rc/arrow_right.png'); - height: 12px; - width: 12px; - } -} - -/* QAbstractItemView ------------------------------------------------------ - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qcombobox - ---------------------------------------------------------------------------- */ -QAbstractItemView { - alternate-background-color: $COLOR_BACKGROUND_1; - color: $COLOR_TEXT_1; - border: $BORDER_2; - border-radius: $SIZE_BORDER_RADIUS; - - QLineEdit { - padding: 2px; - } -} - -/* QAbstractScrollArea ---------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qabstractscrollarea - ---------------------------------------------------------------------------- */ -QAbstractScrollArea { - background-color: $COLOR_BACKGROUND_1; - border: $BORDER_2; - border-radius: $SIZE_BORDER_RADIUS; - /* fix #159 */ - padding: 2px; - /* remove min-height to fix #244 */ - color: $COLOR_TEXT_1; - - &:disabled { - color: $COLOR_TEXT_4; - } -} - -/* QScrollArea ------------------------------------------------------------ - ---------------------------------------------------------------------------- */ -QScrollArea QWidget QWidget:disabled { - background-color: $COLOR_BACKGROUND_1; -} - -/* QScrollBar ------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qscrollbar - ---------------------------------------------------------------------------- */ -QScrollBar { - - &:horizontal { - height: 16px; - margin: 2px 16px 2px 16px; - border: $BORDER_2; - border-radius: $SIZE_BORDER_RADIUS; - background-color: $COLOR_BACKGROUND_1; - } - - &:vertical { - background-color: $COLOR_BACKGROUND_1; - width: 16px; - margin: 16px 2px 16px 2px; - border: $BORDER_2; - border-radius: $SIZE_BORDER_RADIUS; - } - - &::handle { - - &:horizontal { - background-color: $COLOR_BACKGROUND_6; - border: $BORDER_2; - border-radius: $SIZE_BORDER_RADIUS; - min-width: 8px; - - &:hover { - background-color: $COLOR_ACCENT_2; - border: $COLOR_ACCENT_2; - border-radius: $SIZE_BORDER_RADIUS; - min-width: 8px; - } - - &:focus { - border: $BORDER_SELECTION_3; - } - } - - &:vertical { - background-color: $COLOR_BACKGROUND_6; - border: $BORDER_2; - min-height: 8px; - border-radius: $SIZE_BORDER_RADIUS; - - &:hover { - background-color: $COLOR_ACCENT_2; - border: $COLOR_ACCENT_2; - border-radius: $SIZE_BORDER_RADIUS; - min-height: 8px; - } - - &:focus { - border: $BORDER_SELECTION_3; - } - } - } - - &::add-line { - - &:horizontal { - margin: 0px 0px 0px 0px; - border-image: url($PATH_RESOURCES + '/' + $ID + '/rc/arrow_right_disabled.png'); - height: 12px; - width: 12px; - subcontrol-position: right; - subcontrol-origin: margin; - - &:hover, - &:on { - border-image: url($PATH_RESOURCES + '/' + $ID + '/rc/arrow_right.png'); - height: 12px; - width: 12px; - subcontrol-position: right; - subcontrol-origin: margin; - } - } - - &:vertical { - margin: 3px 0px 3px 0px; - border-image: url($PATH_RESOURCES + '/' + $ID + '/rc/arrow_down_disabled.png'); - height: 12px; - width: 12px; - subcontrol-position: bottom; - subcontrol-origin: margin; - - &:hover, - &:on { - border-image: url($PATH_RESOURCES + '/' + $ID + '/rc/arrow_down.png'); - height: 12px; - width: 12px; - subcontrol-position: bottom; - subcontrol-origin: margin; - } - } - } - - &::sub-line { - &:horizontal { - margin: 0px 3px 0px 3px; - border-image: url($PATH_RESOURCES + '/' + $ID + '/rc/arrow_left_disabled.png'); - height: 12px; - width: 12px; - subcontrol-position: left; - subcontrol-origin: margin; - - &:hover, - &:on { - border-image: url($PATH_RESOURCES + '/' + $ID + '/rc/arrow_left.png'); - height: 12px; - width: 12px; - subcontrol-position: left; - subcontrol-origin: margin; - } - } - - &:vertical { - margin: 3px 0px 3px 0px; - border-image: url($PATH_RESOURCES + '/' + $ID + '/rc/arrow_up_disabled.png'); - height: 12px; - width: 12px; - subcontrol-position: top; - subcontrol-origin: margin; - - &:hover, - &:on { - border-image: url($PATH_RESOURCES + '/' + $ID + '/rc/arrow_up.png'); - height: 12px; - width: 12px; - subcontrol-position: top; - subcontrol-origin: margin; - } - } - } - - &::up-arrow:horizontal, - &::down-arrow:horizontal { - background: none; - } - - &::up-arrow:vertical, - &::down-arrow:vertical { - background: none; - } - - &::add-page:horizontal, - &::sub-page:horizontal { - background: none; - } - - &::add-page:vertical, - &::sub-page:vertical { - background: none; - } -} - -/* QTextEdit -------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-specific-widgets - ---------------------------------------------------------------------------- */ -QTextEdit { - background-color: $COLOR_BACKGROUND_1; - color: $COLOR_TEXT_1; - border-radius: $SIZE_BORDER_RADIUS; - border: $BORDER_2; - - &:focus { - border: $BORDER_SELECTION_3; - } - - &:selected { - background: $COLOR_ACCENT_2; - color: $COLOR_BACKGROUND_4; - } -} - -/* QPlainTextEdit --------------------------------------------------------- - ---------------------------------------------------------------------------- */ -QPlainTextEdit { - background-color: $COLOR_BACKGROUND_1; - color: $COLOR_TEXT_1; - border-radius: $SIZE_BORDER_RADIUS; - border: $BORDER_2; - - &:focus { - border: $BORDER_SELECTION_3; - } - - &:selected { - background: $COLOR_ACCENT_2; - color: $COLOR_BACKGROUND_4; - } -} - -/* QSizeGrip -------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qsizegrip - ---------------------------------------------------------------------------- */ -QSizeGrip { - background: transparent; - width: 12px; - height: 12px; - image: url($PATH_RESOURCES + '/' + $ID + '/rc/window_grip.png'); -} - -/* QStackedWidget --------------------------------------------------------- - ---------------------------------------------------------------------------- */ -QStackedWidget { - padding: 2px; - border: $BORDER_2; - border: $BORDER_1; -} - -/* QToolBar --------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtoolbar - ---------------------------------------------------------------------------- */ -QToolBar { - background-color: $COLOR_BACKGROUND_4; - border-bottom: $BORDER_1; - padding: 1px; - font-weight: bold; - spacing: 2px; - - &:disabled{ - /* Fixes #272 */ - background-color: $COLOR_BACKGROUND_4; - } - - &::handle { - - &:horizontal { - width: 16px; - image: url($PATH_RESOURCES + '/' + $ID + '/rc/toolbar_move_horizontal.png'); - } - - &:vertical { - height: 16px; - image: url($PATH_RESOURCES + '/' + $ID + '/rc/toolbar_move_vertical.png'); - } - } - - &::separator { - - &:horizontal { - width: 16px; - image: url($PATH_RESOURCES + '/' + $ID + '/rc/toolbar_separator_horizontal.png'); - } - - &:vertical { - height: 16px; - image: url($PATH_RESOURCES + '/' + $ID + '/rc/toolbar_separator_vertical.png'); - } - } -} - -QToolButton#qt_toolbar_ext_button { - background: $COLOR_BACKGROUND_4; - border: 0px; - color: $COLOR_TEXT_1; - image: url($PATH_RESOURCES + '/' + $ID + '/rc/arrow_right.png'); -} - -/* QAbstractSpinBox ------------------------------------------------------- - ---------------------------------------------------------------------------- */ -QAbstractSpinBox { - background-color: $COLOR_BACKGROUND_1; - border: $BORDER_2; - color: $COLOR_TEXT_1; - - /* This fixes 103, 111 */ - padding-top: 2px; - - /* This fixes 103, 111 */ - padding-bottom: 2px; - padding-left: 4px; - padding-right: 4px; - border-radius: $SIZE_BORDER_RADIUS; - /* min-width: 5px; removed to fix 109 */ - - &:up-button { - background-color: transparent $COLOR_BACKGROUND_1; - subcontrol-origin: border; - subcontrol-position: top right; - border-left: $BORDER_2; - border-bottom: $BORDER_2; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - margin: 1px; - width: 12px; - margin-bottom: -1px; - } - - &::up-arrow, - &::up-arrow:disabled, - &::up-arrow:off { - image: url($PATH_RESOURCES + '/' + $ID + '/rc/arrow_up_disabled.png'); - height: 8px; - width: 8px; - } - - &::up-arrow:hover { - image: url($PATH_RESOURCES + '/' + $ID + '/rc/arrow_up.png'); - } - - &:down-button { - background-color: transparent $COLOR_BACKGROUND_1; - subcontrol-origin: border; - subcontrol-position: bottom right; - border-left: $BORDER_2; - border-top: $BORDER_2; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - margin: 1px; - width: 12px; - margin-top: -1px; - } - - &::down-arrow, - &::down-arrow:disabled, - &::down-arrow:off { - image: url($PATH_RESOURCES + '/' + $ID + '/rc/arrow_down_disabled.png'); - height: 8px; - width: 8px; - } - - &::down-arrow:hover { - image: url($PATH_RESOURCES + '/' + $ID + '/rc/arrow_down.png'); - } - - &:hover { - border: $BORDER_SELECTION_2; - color: $COLOR_TEXT_1; - } - - &:focus { - border: $BORDER_SELECTION_3; - } - - &:selected { - background: $COLOR_ACCENT_2; - color: $COLOR_BACKGROUND_4; - } -} - -/* ------------------------------------------------------------------------ */ -/* DISPLAYS --------------------------------------------------------------- */ -/* ------------------------------------------------------------------------ */ - -/* QLabel ----------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qframe - ---------------------------------------------------------------------------- */ -QLabel { - background-color: $COLOR_BACKGROUND_1; - border: 0px solid $COLOR_BACKGROUND_4; - padding: 2px; - margin: 0px; - color: $COLOR_TEXT_1; - - &:disabled { - background-color: $COLOR_BACKGROUND_1; - border: 0px solid $COLOR_BACKGROUND_4; - color: $COLOR_TEXT_4; - } -} - -/* QTextBrowser ----------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qabstractscrollarea - ---------------------------------------------------------------------------- */ -QTextBrowser { - background-color: $COLOR_BACKGROUND_1; - border: $BORDER_2; - color: $COLOR_TEXT_1; - border-radius: $SIZE_BORDER_RADIUS; - - &:disabled { - background-color: $COLOR_BACKGROUND_1; - border: $BORDER_2; - color: $COLOR_TEXT_4; - border-radius: $SIZE_BORDER_RADIUS; - } - - &:hover, - &:!hover, - &:selected, - &:pressed { - border: $BORDER_2; - } -} - -/* QGraphicsView ---------------------------------------------------------- - ---------------------------------------------------------------------------- */ -QGraphicsView { - background-color: $COLOR_BACKGROUND_1; - border: $BORDER_2; - color: $COLOR_TEXT_1; - border-radius: $SIZE_BORDER_RADIUS; - - &:disabled { - background-color: $COLOR_BACKGROUND_1; - border: $BORDER_2; - color: $COLOR_TEXT_4; - border-radius: $SIZE_BORDER_RADIUS; - } - - &:hover, - &:!hover, - &:selected, - &:pressed { - border: $BORDER_2; - } -} - -/* QCalendarWidget -------------------------------------------------------- - ---------------------------------------------------------------------------- */ -QCalendarWidget { - border: $BORDER_2; - border-radius: $SIZE_BORDER_RADIUS; - - &:disabled { - background-color: $COLOR_BACKGROUND_1; - color: $COLOR_TEXT_4; - } -} - -/* QLCDNumber ------------------------------------------------------------- - ---------------------------------------------------------------------------- */ -QLCDNumber { - background-color: $COLOR_BACKGROUND_1; - color: $COLOR_TEXT_1; - - &:disabled { - background-color: $COLOR_BACKGROUND_1; - color: $COLOR_TEXT_4; - } -} - -/* QProgressBar ----------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qprogressbar - ---------------------------------------------------------------------------- */ -QProgressBar { - background-color: $COLOR_BACKGROUND_1; - border: $BORDER_2; - color: $COLOR_TEXT_1; - border-radius: $SIZE_BORDER_RADIUS; - text-align: center; - - &:disabled { - background-color: $COLOR_BACKGROUND_1; - border: $BORDER_2; - color: $COLOR_TEXT_4; - border-radius: $SIZE_BORDER_RADIUS; - text-align: center; - } - - &::chunk { - background-color: $COLOR_ACCENT_2; - color: $COLOR_BACKGROUND_1; - border-radius: $SIZE_BORDER_RADIUS; - - &:disabled { - background-color: $COLOR_ACCENT_1; - color: $COLOR_TEXT_4; - border-radius: $SIZE_BORDER_RADIUS; - } - } -} - -/* ------------------------------------------------------------------------ */ -/* BUTTONS ---------------------------------------------------------------- */ -/* ------------------------------------------------------------------------ */ - -/* QPushButton ------------------------------------------------------------ - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qpushbutton - ---------------------------------------------------------------------------- */ -QPushButton { - background-color: $COLOR_BACKGROUND_4; - color: $COLOR_TEXT_1; - border-radius: $SIZE_BORDER_RADIUS; - padding: 2px; - outline: none; - border: none; - - &:disabled { - background-color: $COLOR_BACKGROUND_4; - color: $COLOR_TEXT_4; - border-radius: $SIZE_BORDER_RADIUS; - padding: 2px; - } - - &:checked { - background-color: $COLOR_BACKGROUND_6; - border-radius: $SIZE_BORDER_RADIUS; - padding: 2px; - outline: none; - - &:disabled { - background-color: $COLOR_BACKGROUND_6; - color: $COLOR_TEXT_4; - border-radius: $SIZE_BORDER_RADIUS; - padding: 2px; - outline: none; - } - - &:selected { - background: $COLOR_BACKGROUND_6; - } - - } - - &:hover { - background-color: $COLOR_BACKGROUND_5; - color: $COLOR_TEXT_1; - } - - &:pressed { - background-color: $COLOR_BACKGROUND_6; - } - - &:selected { - background: $COLOR_BACKGROUND_6; - color: $COLOR_TEXT_1; - } - - &::menu-indicator { - subcontrol-origin: padding; - subcontrol-position: bottom right; - bottom: 4px; - } - -} - -QDialogButtonBox QPushButton { - /* Issue #194 #248 - Special case of QPushButton inside dialogs, for better UI */ - min-width: 80px; -} -/* QToolButton ------------------------------------------------------------ - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtoolbutton - ---------------------------------------------------------------------------- */ -QToolButton { - background-color: $COLOR_BACKGROUND_4; - color: $COLOR_TEXT_1; - border-radius: $SIZE_BORDER_RADIUS; - padding: 2px; - outline: none; - border: none; - - &:disabled { - background-color: $COLOR_BACKGROUND_4; - color: $COLOR_TEXT_4; - border-radius: $SIZE_BORDER_RADIUS; - padding: 2px; - } - - &:checked { - background-color: $COLOR_BACKGROUND_6; - border-radius: $SIZE_BORDER_RADIUS; - padding: 2px; - outline: none; - - &:disabled { - background-color: $COLOR_BACKGROUND_6; - color: $COLOR_TEXT_4; - border-radius: $SIZE_BORDER_RADIUS; - padding: 2px; - outline: none; - } - - &:hover { - background-color: $COLOR_BACKGROUND_5; - color: $COLOR_TEXT_1; - } - - &:pressed { - background-color: $COLOR_BACKGROUND_6; - } - - &:selected { - background: $COLOR_BACKGROUND_6; - color: $COLOR_TEXT_1; - } - - } - - &:hover { - background-color: $COLOR_BACKGROUND_5; - color: $COLOR_TEXT_1; - } - - &:pressed { - background-color: $COLOR_BACKGROUND_6; - } - - &:selected { - background: $COLOR_BACKGROUND_6; - color: $COLOR_TEXT_1; - } - - /* The subcontrols below are used only in the DelayedPopup mode */ - &[popupMode="0"] { - /* Only for DelayedPopup */ - padding-right: 2px; - } - - /* The subcontrols below are used only in the MenuButtonPopup mode */ - &[popupMode="1"] { - /* Only for MenuButtonPopup */ - padding-right: 20px; - - &::menu-button { - border: none; - - &:hover { - border: none; - border-left: 1px solid $COLOR_BACKGROUND_4; - border-radius: 0; - } - } - } - - /* The subcontrol below is used only in the InstantPopup or DelayedPopup mode */ - &[popupMode="2"] { - /* Only for InstantPopup */ - padding-right: 2px; - } - - &::menu-button { - padding: 2px; - border-radius: $SIZE_BORDER_RADIUS; - width: 12px; - border: none; - outline: none; - - &:hover { - border: $BORDER_SELECTION_2; - } - - &:checked { - &:hover { - border: $BORDER_SELECTION_2; - } - } - } - - &::menu-indicator { - image: url($PATH_RESOURCES + '/' + $ID + '/rc/arrow_down.png'); - height: 8px; - width: 8px; - top: 0; - /* Exclude a shift for better image */ - left: -2px; - /* Shift it a bit */ - } - - &::menu-arrow { - image: url($PATH_RESOURCES + '/' + $ID + '/rc/arrow_down.png'); - height: 8px; - width: 8px; - - &:hover { - image: url($PATH_RESOURCES + '/' + $ID + '/rc/arrow_down_focus.png'); - } - } -} - -/* QCommandLinkButton ----------------------------------------------------- - ---------------------------------------------------------------------------- */ -QCommandLinkButton { - background-color: transparent; - border: $BORDER_2; - color: $COLOR_TEXT_1; - border-radius: $SIZE_BORDER_RADIUS; - padding: 0px; - margin: 0px; - - &:disabled { - background-color: transparent; - color: $COLOR_TEXT_4; - } -} - -/* ------------------------------------------------------------------------ */ -/* INPUTS - NO FIELDS ----------------------------------------------------- */ -/* ------------------------------------------------------------------------ */ - -/* QComboBox -------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qcombobox - ---------------------------------------------------------------------------- */ -QComboBox { - border: $BORDER_2; - border-radius: $SIZE_BORDER_RADIUS; - selection-background-color: $COLOR_ACCENT_2; - padding-left: 4px; - padding-right: 4px; - /* padding-right = 36; 4 + 16*2 See scrollbar size */ - /* changed to 4px to fix #239 */ - - /* Fixes #103, #111 */ - min-height: 1.5em; - - /* padding-top: 2px; removed to fix #132 */ - /* padding-bottom: 2px; removed to fix #132 */ - /* min-width: 75px; removed to fix #109 */ - - QAbstractItemView { - border: $BORDER_2; - border-radius: 0; - background-color: $COLOR_BACKGROUND_1; - selection-background-color: $COLOR_ACCENT_2; - - &:hover { - background-color: $COLOR_BACKGROUND_1; - color: $COLOR_TEXT_1; - } - - &:selected { - background: $COLOR_ACCENT_2; - color: $COLOR_BACKGROUND_4; - } - - &:alternate { - background: $COLOR_BACKGROUND_1; - } - - } - - &:disabled { - background-color: $COLOR_BACKGROUND_1; - color: $COLOR_TEXT_4; - } - - &:hover { - border: $BORDER_SELECTION_2; - } - - &:focus { - border: $BORDER_SELECTION_3; - } - - &:on { - selection-background-color: $COLOR_ACCENT_2; - } - - /* Needed to remove indicator - fix #132 */ - &::indicator { - border: none; - border-radius: 0; - background-color: transparent; - selection-background-color: transparent; - color: transparent; - selection-color: transparent; - - /* Needed to remove indicator - fix #132 */ - &:alternate { - background: $COLOR_BACKGROUND_1; - } - } - - &::item { - - &:alternate { - background: $COLOR_BACKGROUND_1; - } - /* Remove to fix #282, #285 and MR #288*/ - /*&:checked { - font-weight: bold; - } - - &:selected { - border: 0px solid transparent; - } - */ - } - - &::drop-down { - subcontrol-origin: padding; - subcontrol-position: top right; - width: 12px; - border-left: 1px solid $COLOR_BACKGROUND_4; - } - - &::down-arrow { - image: url($PATH_RESOURCES + '/' + $ID + '/rc/arrow_down_disabled.png'); - height: 8px; - width: 8px; - - &:on, - &:hover, - &:focus { - image: url($PATH_RESOURCES + '/' + $ID + '/rc/arrow_down.png'); - } - } -} - -/* QSlider ---------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qslider - ---------------------------------------------------------------------------- */ -QSlider { - - &:disabled { - background: $COLOR_BACKGROUND_1; - } - - &:focus { - border: none; - } - - &::groove { - &:horizontal { - background: $COLOR_BACKGROUND_4; - border: $BORDER_2; - height: 4px; - margin: 0px; - border-radius: $SIZE_BORDER_RADIUS; - } - - &:vertical { - background: $COLOR_BACKGROUND_4; - border: $BORDER_2; - width: 4px; - margin: 0px; - border-radius: $SIZE_BORDER_RADIUS; - } - } - - &::add-page { - - &:vertical { - background: $COLOR_ACCENT_2; - border: $BORDER_2; - width: 4px; - margin: 0px; - border-radius: $SIZE_BORDER_RADIUS; - - :disabled { - background: $COLOR_ACCENT_1; - } - } - } - - &::sub-page { - - &:horizontal { - background: $COLOR_ACCENT_2; - border: $BORDER_2; - height: 4px; - margin: 0px; - border-radius: $SIZE_BORDER_RADIUS; - - &:disabled { - background: $COLOR_ACCENT_1; - } - } - } - - &::handle { - - &:horizontal { - background: $COLOR_TEXT_4; - border: $BORDER_2; - width: 8px; - height: 8px; - margin: -8px 0px; - border-radius: $SIZE_BORDER_RADIUS; - - &:hover { - background: $COLOR_ACCENT_2; - border: $BORDER_SELECTION_2; - } - - &:focus { - border: $BORDER_SELECTION_3; - } - } - - &:vertical { - background: $COLOR_TEXT_4; - border: $BORDER_2; - width: 8px; - height: 8px; - margin: 0 -8px; - border-radius: $SIZE_BORDER_RADIUS; - - &:hover { - background: $COLOR_ACCENT_2; - border: $BORDER_SELECTION_2; - } - - &:focus { - border: $BORDER_SELECTION_3; - } - } - } -} - -/* QLineEdit -------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qlineedit - ---------------------------------------------------------------------------- */ -QLineEdit { - background-color: $COLOR_BACKGROUND_1; - padding-top: 2px; - /* This QLineEdit fix 103, 111 */ - padding-bottom: 2px; - /* This QLineEdit fix 103, 111 */ - padding-left: 4px; - padding-right: 4px; - border-style: solid; - border: $BORDER_2; - border-radius: $SIZE_BORDER_RADIUS; - color: $COLOR_TEXT_1; - - &:disabled { - background-color: $COLOR_BACKGROUND_1; - color: $COLOR_TEXT_4; - } - - &:hover { - border: $BORDER_SELECTION_2; - color: $COLOR_TEXT_1; - } - - &:focus { - border: $BORDER_SELECTION_3; - } - - &:selected { - background-color: $COLOR_ACCENT_2; - color: $COLOR_BACKGROUND_4; - } -} - -/* QTabWiget -------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtabwidget-and-qtabbar - ---------------------------------------------------------------------------- */ -QTabWidget { - padding: 2px; - selection-background-color: $COLOR_BACKGROUND_4; - - QWidget { - /* Fixes #189 */ - border-radius: $SIZE_BORDER_RADIUS; - } - - &::pane { - border: $BORDER_2; - border-radius: $SIZE_BORDER_RADIUS; - margin: 0px; - /* Fixes double border inside pane with pyqt5 */ - padding: 0px; - - &:selected { - background-color: $COLOR_BACKGROUND_4; - border: 1px solid $COLOR_ACCENT_2; - } - } -} - -/* QTabBar ---------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtabwidget-and-qtabbar - ---------------------------------------------------------------------------- */ -QTabBar, QDockWidget QTabBar { - qproperty-drawBase: 0; - border-radius: $SIZE_BORDER_RADIUS; - margin: 0px; - padding: 2px; - border: 0; - /* left: 5px; move to the right by 5px - removed for fix */ - - &::close-button { - border: 0; - margin: 0; - padding: 4px; - - image: url($PATH_RESOURCES + '/' + $ID + '/rc/window_close.png'); - - &:hover { - image: url($PATH_RESOURCES + '/' + $ID + '/rc/window_close_focus.png'); - } - - &:pressed { - image: url($PATH_RESOURCES + '/' + $ID + '/rc/window_close_pressed.png'); - } - } - - &::tab { - - &:top:selected:disabled { - border-bottom: 3px solid $COLOR_ACCENT_1; - color: $COLOR_TEXT_4; - background-color: $COLOR_BACKGROUND_4; - } - - &:bottom:selected:disabled { - border-top: 3px solid $COLOR_ACCENT_1; - color: $COLOR_TEXT_4; - background-color: $COLOR_BACKGROUND_4; - } - - &:left:selected:disabled { - border-right: 3px solid $COLOR_ACCENT_1; - color: $COLOR_TEXT_4; - background-color: $COLOR_BACKGROUND_4; - } - - &:right:selected:disabled { - border-left: 3px solid $COLOR_ACCENT_1; - color: $COLOR_TEXT_4; - background-color: $COLOR_BACKGROUND_4; - } - - /* !selected and disabled ----------------------------------------- */ - &:top:!selected:disabled { - border-bottom: 3px solid $COLOR_BACKGROUND_1; - color: $COLOR_TEXT_4; - background-color: $COLOR_BACKGROUND_1; - } - - &:bottom:!selected:disabled { - border-top: 3px solid $COLOR_BACKGROUND_1; - color: $COLOR_TEXT_4; - background-color: $COLOR_BACKGROUND_1; - } - - &:left:!selected:disabled { - border-right: 3px solid $COLOR_BACKGROUND_1; - color: $COLOR_TEXT_4; - background-color: $COLOR_BACKGROUND_1; - } - - &:right:!selected:disabled { - border-left: 3px solid $COLOR_BACKGROUND_1; - color: $COLOR_TEXT_4; - background-color: $COLOR_BACKGROUND_1; - } - - /* selected ------------------------------------------------------- */ - &:top:!selected { - border-bottom: 2px solid $COLOR_BACKGROUND_1; - margin-top: 2px; - } - - &:bottom:!selected { - border-top: 2px solid $COLOR_BACKGROUND_1; - margin-bottom: 2px; - } - - &:left:!selected { - border-left: 2px solid $COLOR_BACKGROUND_1; - margin-right: 2px; - } - - &:right:!selected { - border-right: 2px solid $COLOR_BACKGROUND_1; - margin-left: 2px; - } - - &:top { - background-color: $COLOR_BACKGROUND_4; - margin-left: 2px; - padding-left: 4px; - padding-right: 4px; - padding-top: 2px; - padding-bottom: 2px; - min-width: 5px; - border-bottom: 3px solid $COLOR_BACKGROUND_4; - border-top-left-radius: $SIZE_BORDER_RADIUS; - border-top-right-radius: $SIZE_BORDER_RADIUS; - - &:selected { - background-color: $COLOR_BACKGROUND_5; - border-bottom: 3px solid $COLOR_ACCENT_4; - border-top-left-radius: $SIZE_BORDER_RADIUS; - border-top-right-radius: $SIZE_BORDER_RADIUS; - } - - &:!selected:hover { - border: $BORDER_SELECTION_3; - border-bottom: 3px solid $COLOR_ACCENT_3; - /* Fixes spyder-ide/spyder#9766 and #243 */ - padding-left: 3px; - padding-right: 3px; - } - } - - &:bottom { - border-top: 3px solid $COLOR_BACKGROUND_4; - background-color: $COLOR_BACKGROUND_4; - margin-left: 2px; - padding-left: 4px; - padding-right: 4px; - padding-top: 2px; - padding-bottom: 2px; - border-bottom-left-radius: $SIZE_BORDER_RADIUS; - border-bottom-right-radius: $SIZE_BORDER_RADIUS; - min-width: 5px; - - &:selected { - background-color: $COLOR_BACKGROUND_5; - border-top: 3px solid $COLOR_ACCENT_4; - border-bottom-left-radius: $SIZE_BORDER_RADIUS; - border-bottom-right-radius: $SIZE_BORDER_RADIUS; - } - - &:!selected:hover { - border: $BORDER_SELECTION_3; - border-top: 3px solid $COLOR_ACCENT_3; - /* Fixes spyder-ide/spyder#9766 and #243 */ - padding-left: 3px; - padding-right: 3px; - } - - } - - &:left { - background-color: $COLOR_BACKGROUND_4; - margin-top: 2px; - padding-left: 2px; - padding-right: 2px; - padding-top: 4px; - padding-bottom: 4px; - border-top-left-radius: $SIZE_BORDER_RADIUS; - border-bottom-left-radius: $SIZE_BORDER_RADIUS; - min-height: 5px; - - &:selected { - background-color: $COLOR_BACKGROUND_5; - border-right: 3px solid $COLOR_ACCENT_4; - } - - &:!selected:hover { - border: $BORDER_SELECTION_3; - border-right: 3px solid $COLOR_ACCENT_3; - /* Fixes different behavior #271 */ - margin-right: 0px; - padding-right: -1px; - } - } - - &:right { - background-color: $COLOR_BACKGROUND_4; - margin-top: 2px; - padding-left: 2px; - padding-right: 2px; - padding-top: 4px; - padding-bottom: 4px; - border-top-right-radius: $SIZE_BORDER_RADIUS; - border-bottom-right-radius: $SIZE_BORDER_RADIUS; - min-height: 5px; - - &:selected { - background-color: $COLOR_BACKGROUND_5; - border-left: 3px solid $COLOR_ACCENT_4; - - } - - &:!selected:hover { - border: $BORDER_SELECTION_3; - border-left: 3px solid $COLOR_ACCENT_3; - /* Fixes different behavior #271 */ - margin-left: 0px; - padding-left: 0px; - } - } - } - - QToolButton { - /* Fixes #136 */ - background-color: $COLOR_BACKGROUND_4; - height: 12px; - width: 12px; - - &:pressed { - background-color: $COLOR_BACKGROUND_4; - - &:hover { - border: $BORDER_SELECTION_2; - } - } - - &::left-arrow { - &:enabled { - image: url($PATH_RESOURCES + '/' + $ID + '/rc/arrow_left.png'); - } - - &:disabled { - image: url($PATH_RESOURCES + '/' + $ID + '/rc/arrow_left_disabled.png'); - } - } - - &::right-arrow { - &:enabled { - image: url($PATH_RESOURCES + '/' + $ID + '/rc/arrow_right.png'); - } - - &:disabled { - image: url($PATH_RESOURCES + '/' + $ID + '/rc/arrow_right_disabled.png'); - } - } - } -} - -/* QDockWiget ------------------------------------------------------------- - ---------------------------------------------------------------------------- */ -QDockWidget { - outline: $BORDER_2; - background-color: $COLOR_BACKGROUND_1; - border: $BORDER_2; - border-radius: $SIZE_BORDER_RADIUS; - // See discussion here: https://stackoverflow.com/questions/32145080/qdockwidget-float-close-button-hover-images - titlebar-close-icon: url($PATH_RESOURCES + '/' + $ID + '/rc/transparent.png'); - titlebar-normal-icon: url($PATH_RESOURCES + '/' + $ID + '/rc/transparent.png'); - - &::title { - /* Better size for title bar */ - padding: 3px; - spacing: 4px; - border: none; - background-color: $COLOR_BACKGROUND_4; - } - - &::close-button { - icon-size: 12px; - border: none; - background: transparent; - background-image: transparent; - border: 0; - margin: 0; - padding: 0; - - image: url($PATH_RESOURCES + '/' + $ID + '/rc/window_close.png'); - - &:hover { - image: url($PATH_RESOURCES + '/' + $ID + '/rc/window_close_focus.png'); - } - - &:pressed { - image: url($PATH_RESOURCES + '/' + $ID + '/rc/window_close_pressed.png'); - } - } - - &::float-button { - icon-size: 12px; - border: none; - background: transparent; - background-image: transparent; - // float button has an issue that if you change any of those - // parameters bellow there will be a duplication in the icon - // actually it seems that they are always there (duplication) - border: 0; - margin: 0; - padding: 0; - - image: url($PATH_RESOURCES + '/' + $ID + '/rc/window_undock.png'); - - &:hover { - image: url($PATH_RESOURCES + '/' + $ID + '/rc/window_undock_focus.png'); - } - - &:pressed { - image: url($PATH_RESOURCES + '/' + $ID + '/rc/window_undock_pressed.png'); - } - } -} - -/* QTreeView QListView QTableView ----------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtreeview -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qlistview -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtableview - ---------------------------------------------------------------------------- */ -QTreeView { - - &:branch { - - &:selected, - &:hover { - background: url($PATH_RESOURCES + '/' + $ID + '/rc/transparent.png'); - } - - &:has-siblings:!adjoins-item { - border-image: url($PATH_RESOURCES + '/' + $ID + '/rc/branch_line.png') 0; - } - - &:has-siblings:adjoins-item { - border-image: url($PATH_RESOURCES + '/' + $ID + '/rc/branch_more.png') 0; - } - - &:!has-children:!has-siblings:adjoins-item { - border-image: url($PATH_RESOURCES + '/' + $ID + '/rc/branch_end.png') 0; - } - - &:has-children:!has-siblings:closed, - &:closed:has-children:has-siblings { - border-image: none; - image: url($PATH_RESOURCES + '/' + $ID + '/rc/branch_closed.png'); - } - - &:open:has-children:!has-siblings, - &:open:has-children:has-siblings { - border-image: none; - image: url($PATH_RESOURCES + '/' + $ID + '/rc/branch_open.png'); - } - - &:has-children:!has-siblings:closed:hover, - &:closed:has-children:has-siblings:hover { - image: url($PATH_RESOURCES + '/' + $ID + '/rc/branch_closed_focus.png'); - } - - &:open:has-children:!has-siblings:hover, - &:open:has-children:has-siblings:hover { - image: url($PATH_RESOURCES + '/' + $ID + '/rc/branch_open_focus.png'); - } - } -} - -QTreeView, -QListView, -QTableView, -QColumnView { - - &::indicator { - - &:checked { - image: url($PATH_RESOURCES + '/' + $ID + '/rc/checkbox_checked.png'); - - &:hover, - &:focus, - &:pressed { - image: url($PATH_RESOURCES + '/' + $ID + '/rc/checkbox_checked_focus.png'); - } - } - - &:unchecked { - image: url($PATH_RESOURCES + '/' + $ID + '/rc/checkbox_unchecked.png'); - - &:hover, - &:focus, - &:pressed { - image: url($PATH_RESOURCES + '/' + $ID + '/rc/checkbox_unchecked_focus.png'); - } - } - - &:indeterminate { - image: url($PATH_RESOURCES + '/' + $ID + '/rc/checkbox_indeterminate.png'); - - &:hover, - &:focus, - &:pressed { - image: url($PATH_RESOURCES + '/' + $ID + '/rc/checkbox_indeterminate_focus.png'); - } - } - } -} - -QTreeView, -QListView, -QTableView, -QColumnView { - background-color: $COLOR_BACKGROUND_1; - border: $BORDER_2; - color: $COLOR_TEXT_1; - gridline-color: $COLOR_BACKGROUND_4; - border-radius: $SIZE_BORDER_RADIUS; - - &:disabled { - background-color: $COLOR_BACKGROUND_1; - color: $COLOR_TEXT_4; - } - - &:selected { - background-color: $COLOR_ACCENT_2; - color: $COLOR_BACKGROUND_4; - } - - &:focus { - border: $BORDER_SELECTION_3; - } - - &::item { - - &:pressed { - background-color: $COLOR_ACCENT_2; - } - - &:selected { - - &:active { - background-color: $COLOR_ACCENT_2; - } - - &:!active { - color: $COLOR_TEXT_1; - background-color: $COLOR_BACKGROUND_3; - } - } - - &:!selected { - - &:hover { - outline: 0; - color: $COLOR_TEXT_1; - background-color: $COLOR_BACKGROUND_3; - } - } - } -} - -QTableCornerButton { - &::section { - background-color: $COLOR_BACKGROUND_1; - border: 1px transparent $COLOR_BACKGROUND_4; - border-radius: 0px; - } -} - -/* QHeaderView ------------------------------------------------------------ - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qheaderview - ---------------------------------------------------------------------------- */ -QHeaderView { - background-color: $COLOR_BACKGROUND_4; - border: 0px transparent $COLOR_BACKGROUND_4; - padding: 0; - margin: 0; - border-radius: 0; - - &:disabled { - background-color: $COLOR_BACKGROUND_4; - border: 1px transparent $COLOR_BACKGROUND_4; - } - - &::section { - background-color: $COLOR_BACKGROUND_4; - color: $COLOR_TEXT_1; - border-radius: 0; - text-align: left; - font-size: 13px; - - &::horizontal { - padding-top: 0; - padding-bottom: 0; - padding-left: 4px; - padding-right: 4px; - border-left: $BORDER_1; - - &::first, - &::only-one { - border-left: $BORDER_2; - } - - &:disabled { - color: $COLOR_TEXT_4; - } - } - - &::vertical { - padding-top: 0; - padding-bottom: 0; - padding-left: 4px; - padding-right: 4px; - border-top: $BORDER_1; - - &::first, - &::only-one { - border-top: $BORDER_2; - } - - &:disabled { - color: $COLOR_TEXT_4; - } - } - } - - &::down-arrow { - /* Those settings (border/width/height/background-color) solve bug */ - /* transparent arrow background and size */ - background-color: $COLOR_BACKGROUND_4; - border: none; - height: 12px; - width: 12px; - padding-left: 2px; - padding-right: 2px; - image: url($PATH_RESOURCES + '/' + $ID + '/rc/arrow_down.png'); - } - - &::up-arrow { - background-color: $COLOR_BACKGROUND_4; - border: none; - height: 12px; - width: 12px; - padding-left: 2px; - padding-right: 2px; - image: url($PATH_RESOURCES + '/' + $ID + '/rc/arrow_up.png'); - } -} - -/* QToolBox -------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtoolbox - ---------------------------------------------------------------------------- */ -QToolBox { - padding: 0px; - border: 0px; - border: $BORDER_2; - - &:selected { - padding: 0px; - border: 2px solid $COLOR_ACCENT_2; - } - - &::tab { - background-color: $COLOR_BACKGROUND_1; - border: $BORDER_2; - color: $COLOR_TEXT_1; - border-top-left-radius: $SIZE_BORDER_RADIUS; - border-top-right-radius: $SIZE_BORDER_RADIUS; - - &:disabled { - color: $COLOR_TEXT_4; - } - - &:selected { - background-color: $COLOR_BACKGROUND_6; - border-bottom: 2px solid $COLOR_ACCENT_2; - - &:disabled { - background-color: $COLOR_BACKGROUND_4; - border-bottom: 2px solid $COLOR_ACCENT_1; - } - } - - &:!selected { - background-color: $COLOR_BACKGROUND_4; - border-bottom: 2px solid $COLOR_BACKGROUND_4; - - &:disabled { - background-color: $COLOR_BACKGROUND_1; - } - - } - - &:hover { - border-color: $COLOR_ACCENT_3; - border-bottom: 2px solid $COLOR_ACCENT_3; - } - } - - QScrollArea QWidget QWidget { - padding: 0px; - border: 0px; - background-color: $COLOR_BACKGROUND_1; - } -} - -/* QFrame ----------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qframe -https://doc.qt.io/qt-5/qframe.html#-prop -https://doc.qt.io/qt-5/qframe.html#details -https://stackoverflow.com/questions/14581498/qt-stylesheet-for-hline-vline-color - ---------------------------------------------------------------------------- */ - -/* (dot) .QFrame fix #141, #126, #123 */ - -.QFrame { - border-radius: $SIZE_BORDER_RADIUS; - border: $BORDER_2; - - /* No frame */ - &[frameShape="0"] { - border-radius: $SIZE_BORDER_RADIUS; - border: 1px transparent $COLOR_BACKGROUND_4; - } - - /* HLine */ - &[frameShape="4"] { - max-height: 2px; - border: none; - background-color: $COLOR_BACKGROUND_4; - } - - /* HLine */ - &[frameShape="5"] { - max-width: 2px; - border: none; - background-color: $COLOR_BACKGROUND_4; - } - -} - -/* QSplitter -------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qsplitter - ---------------------------------------------------------------------------- */ -QSplitter { - background-color: $COLOR_BACKGROUND_4; - spacing: 0px; - padding: 0px; - margin: 0px; - - &::handle { - background-color: $COLOR_BACKGROUND_4; - border: 0px solid $COLOR_BACKGROUND_1; - spacing: 0px; - padding: 1px; - margin: 0px; - - &:hover { - background-color: $COLOR_TEXT_4; - } - - &:horizontal { - width: 5px; - image: url($PATH_RESOURCES + '/' + $ID + '/rc/line_vertical.png'); - } - - &:vertical { - height: 5px; - image: url($PATH_RESOURCES + '/' + $ID + '/rc/line_horizontal.png'); - } - } -} - -/* QDateEdit, QDateTimeEdit ----------------------------------------------- - ---------------------------------------------------------------------------- */ -QDateEdit, QDateTimeEdit { - selection-background-color: $COLOR_ACCENT_2; - border-style: solid; - border: $BORDER_2; - border-radius: $SIZE_BORDER_RADIUS; - - /* This fixes 103, 111 */ - padding-top: 2px; - - /* This fixes 103, 111 */ - padding-bottom: 2px; - padding-left: 4px; - padding-right: 4px; - min-width: 10px; - - &:on { - selection-background-color: $COLOR_ACCENT_2; - } - - &::drop-down { - subcontrol-origin: padding; - subcontrol-position: top right; - width: 12px; - border-left: 1px solid $COLOR_BACKGROUND_4; - } - - &::down-arrow { - image: url($PATH_RESOURCES + '/' + $ID + '/rc/arrow_down_disabled.png'); - height: 8px; - width: 8px; - - &:on, - &:hover, - &:focus { - image: url($PATH_RESOURCES + '/' + $ID + '/rc/arrow_down.png'); - } - - } - - QAbstractItemView { - background-color: $COLOR_BACKGROUND_1; - border-radius: $SIZE_BORDER_RADIUS; - border: $BORDER_2; - selection-background-color: $COLOR_ACCENT_2; - } -} - - -/* QAbstractView ---------------------------------------------------------- - ---------------------------------------------------------------------------- */ -QAbstractView { - - &:hover { - border: $BORDER_SELECTION_2; - color: $COLOR_TEXT_1; - } - - &:selected { - background: $COLOR_ACCENT_2; - color: $COLOR_BACKGROUND_4; - } -} - - -/* PlotWidget ------------------------------------------------------------- - ---------------------------------------------------------------------------- */ -PlotWidget { - /* Fix cut labels in plots #134 */ - padding: 0px; -} diff --git a/external-deps/qdarkstyle/qdarkstyle/svg/arrow_down.svg b/external-deps/qdarkstyle/qdarkstyle/svg/arrow_down.svg deleted file mode 100644 index 301d6639b40..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/svg/arrow_down.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/external-deps/qdarkstyle/qdarkstyle/svg/arrow_left.svg b/external-deps/qdarkstyle/qdarkstyle/svg/arrow_left.svg deleted file mode 100644 index 1f7c2909d4c..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/svg/arrow_left.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/external-deps/qdarkstyle/qdarkstyle/svg/arrow_right.svg b/external-deps/qdarkstyle/qdarkstyle/svg/arrow_right.svg deleted file mode 100644 index 03c66208fa1..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/svg/arrow_right.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/external-deps/qdarkstyle/qdarkstyle/svg/arrow_up.svg b/external-deps/qdarkstyle/qdarkstyle/svg/arrow_up.svg deleted file mode 100644 index ccfa66b0483..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/svg/arrow_up.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/external-deps/qdarkstyle/qdarkstyle/svg/base_icon.svg b/external-deps/qdarkstyle/qdarkstyle/svg/base_icon.svg deleted file mode 100644 index abf5d6b3d3c..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/svg/base_icon.svg +++ /dev/null @@ -1,195 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff --git a/external-deps/qdarkstyle/qdarkstyle/svg/base_palette.svg b/external-deps/qdarkstyle/qdarkstyle/svg/base_palette.svg deleted file mode 100644 index 317b2ebf538..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/svg/base_palette.svg +++ /dev/null @@ -1,443 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/external-deps/qdarkstyle/qdarkstyle/svg/branch_closed.svg b/external-deps/qdarkstyle/qdarkstyle/svg/branch_closed.svg deleted file mode 100644 index e5421106de0..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/svg/branch_closed.svg +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/external-deps/qdarkstyle/qdarkstyle/svg/branch_end.svg b/external-deps/qdarkstyle/qdarkstyle/svg/branch_end.svg deleted file mode 100644 index bcb68abc3c4..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/svg/branch_end.svg +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/external-deps/qdarkstyle/qdarkstyle/svg/branch_line.svg b/external-deps/qdarkstyle/qdarkstyle/svg/branch_line.svg deleted file mode 100644 index f332f2a9862..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/svg/branch_line.svg +++ /dev/null @@ -1,115 +0,0 @@ - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/external-deps/qdarkstyle/qdarkstyle/svg/branch_more.svg b/external-deps/qdarkstyle/qdarkstyle/svg/branch_more.svg deleted file mode 100644 index c38495a8f99..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/svg/branch_more.svg +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/external-deps/qdarkstyle/qdarkstyle/svg/branch_open.svg b/external-deps/qdarkstyle/qdarkstyle/svg/branch_open.svg deleted file mode 100644 index 3f780d5104d..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/svg/branch_open.svg +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/external-deps/qdarkstyle/qdarkstyle/svg/checkbox_checked.svg b/external-deps/qdarkstyle/qdarkstyle/svg/checkbox_checked.svg deleted file mode 100644 index 09634743649..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/svg/checkbox_checked.svg +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/external-deps/qdarkstyle/qdarkstyle/svg/checkbox_indeterminate.svg b/external-deps/qdarkstyle/qdarkstyle/svg/checkbox_indeterminate.svg deleted file mode 100644 index b39a04b528d..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/svg/checkbox_indeterminate.svg +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/external-deps/qdarkstyle/qdarkstyle/svg/checkbox_unchecked.svg b/external-deps/qdarkstyle/qdarkstyle/svg/checkbox_unchecked.svg deleted file mode 100644 index cb17a25f92b..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/svg/checkbox_unchecked.svg +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/external-deps/qdarkstyle/qdarkstyle/svg/line_horizontal.svg b/external-deps/qdarkstyle/qdarkstyle/svg/line_horizontal.svg deleted file mode 100644 index f088e55c556..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/svg/line_horizontal.svg +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/external-deps/qdarkstyle/qdarkstyle/svg/line_vertical.svg b/external-deps/qdarkstyle/qdarkstyle/svg/line_vertical.svg deleted file mode 100644 index 7bed6cd6f39..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/svg/line_vertical.svg +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/external-deps/qdarkstyle/qdarkstyle/svg/radio_checked.svg b/external-deps/qdarkstyle/qdarkstyle/svg/radio_checked.svg deleted file mode 100644 index 0a0fd715d4c..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/svg/radio_checked.svg +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/external-deps/qdarkstyle/qdarkstyle/svg/radio_unchecked.svg b/external-deps/qdarkstyle/qdarkstyle/svg/radio_unchecked.svg deleted file mode 100644 index f1ce8a62986..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/svg/radio_unchecked.svg +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/external-deps/qdarkstyle/qdarkstyle/svg/toolbar_move_horizontal.svg b/external-deps/qdarkstyle/qdarkstyle/svg/toolbar_move_horizontal.svg deleted file mode 100644 index 5ca913227a1..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/svg/toolbar_move_horizontal.svg +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/external-deps/qdarkstyle/qdarkstyle/svg/toolbar_move_vertical.svg b/external-deps/qdarkstyle/qdarkstyle/svg/toolbar_move_vertical.svg deleted file mode 100644 index 9db354d424e..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/svg/toolbar_move_vertical.svg +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/external-deps/qdarkstyle/qdarkstyle/svg/toolbar_separator_horizontal.svg b/external-deps/qdarkstyle/qdarkstyle/svg/toolbar_separator_horizontal.svg deleted file mode 100644 index 49782ccc6d3..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/svg/toolbar_separator_horizontal.svg +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/external-deps/qdarkstyle/qdarkstyle/svg/toolbar_separator_vertical.svg b/external-deps/qdarkstyle/qdarkstyle/svg/toolbar_separator_vertical.svg deleted file mode 100644 index fa6c871a7e8..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/svg/toolbar_separator_vertical.svg +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/external-deps/qdarkstyle/qdarkstyle/svg/transparent.svg b/external-deps/qdarkstyle/qdarkstyle/svg/transparent.svg deleted file mode 100644 index 94adcfd53ae..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/svg/transparent.svg +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/external-deps/qdarkstyle/qdarkstyle/svg/window_close.svg b/external-deps/qdarkstyle/qdarkstyle/svg/window_close.svg deleted file mode 100644 index bb73e25421b..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/svg/window_close.svg +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/external-deps/qdarkstyle/qdarkstyle/svg/window_grip.svg b/external-deps/qdarkstyle/qdarkstyle/svg/window_grip.svg deleted file mode 100644 index 2a03260ca15..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/svg/window_grip.svg +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/external-deps/qdarkstyle/qdarkstyle/svg/window_minimize.svg b/external-deps/qdarkstyle/qdarkstyle/svg/window_minimize.svg deleted file mode 100644 index c5a73b805d4..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/svg/window_minimize.svg +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/external-deps/qdarkstyle/qdarkstyle/svg/window_undock.svg b/external-deps/qdarkstyle/qdarkstyle/svg/window_undock.svg deleted file mode 100644 index b6dda46c388..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/svg/window_undock.svg +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/external-deps/qdarkstyle/qdarkstyle/utils/__init__.py b/external-deps/qdarkstyle/qdarkstyle/utils/__init__.py deleted file mode 100755 index 844d308aa5c..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/utils/__init__.py +++ /dev/null @@ -1,122 +0,0 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- -""" -Utilities for processing SASS and images from default and custom palette. -""" - -# Standard library imports -from __future__ import absolute_import, print_function - -import glob -import os -from subprocess import call - -# Local imports -from qdarkstyle import PACKAGE_PATH -from qdarkstyle.utils.images import (create_images, create_palette_image, - generate_qrc_file) -from qdarkstyle.utils.scss import create_qss - - -def run_process(args, palette): - """Process qrc files.""" - # Generate qrc file based on the content of the resources folder - - id_ = palette.ID - - # Create palette and resources png images - print('Generating {} palette image ...'.format(id_)) - create_palette_image(palette=palette) - - print('Generating {} images ...'.format(id_)) - create_images(palette=palette) - - print('Generating {} qrc ...'.format(id_)) - generate_qrc_file(palette=palette) - - print('Converting .qrc to _rc.py and/or .rcc ...') - - if not args.qrc_dir: - main_dir = os.path.join(PACKAGE_PATH, palette.ID) - os.chdir(main_dir) - - # Shell kwarg to pass to subprocess. - shell = True if os.name == 'nt' else False - - for qrc_file in glob.glob('*.qrc'): - # get name without extension - filename = os.path.splitext(qrc_file)[0] - - print(filename, '...') - ext = '_rc.py' - ext_c = '.rcc' - - # Create variables SCSS files and compile SCSS files to QSS - print('Compiling SCSS/SASS files to QSS ...') - create_qss(palette=palette) - - # creating names - py_file_pyqt5 = 'pyqt5_' + filename + ext - py_file_pyqt = 'pyqt_' + filename + ext - py_file_pyside = 'pyside_' + filename + ext - py_file_pyside2 = 'pyside2_' + filename + ext - py_file_qtpy = '' + filename + ext - py_file_pyqtgraph = 'pyqtgraph_' + filename + ext - - # calling external commands - if args.create in ['pyqt', 'pyqtgraph', 'all']: - print("Compiling for PyQt4 ...") - try: - call(['pyrcc4', '-py3', qrc_file, '-o', py_file_pyqt], shell=shell) - except FileNotFoundError: - print("You must install pyrcc4") - - if args.create in ['pyqt5', 'qtpy', 'all']: - print("Compiling for PyQt5 ...") - try: - call(['pyrcc5', qrc_file, '-o', py_file_pyqt5], shell=shell) - except FileNotFoundError: - print("You must install pyrcc5") - - if args.create in ['pyside', 'all']: - print("Compiling for PySide ...") - try: - call(['pyside-rcc', '-py3', qrc_file, '-o', py_file_pyside], shell=shell) - except FileNotFoundError: - print("You must install pyside-rcc") - - if args.create in ['pyside2', 'all']: - print("Compiling for PySide 2...") - try: - call(['pyside2-rcc', qrc_file, '-o', py_file_pyside2], shell=shell) - except FileNotFoundError: - print("You must install pyside2-rcc") - - if args.create in ['qtpy', 'all']: - print("Compiling for QtPy ...") - # special case - qtpy - syntax is PyQt5 - with open(py_file_pyqt5, 'r') as file: - filedata = file.read() - - # replace the target string - filedata = filedata.replace('from PyQt5', 'from qtpy') - - with open(py_file_qtpy, 'w+') as file: - # write the file out again - file.write(filedata) - - if args.create not in ['pyqt5']: - os.remove(py_file_pyqt5) - - if args.create in ['pyqtgraph', 'all']: - print("Compiling for PyQtGraph ...") - # special case - pyqtgraph - syntax is PyQt4 - with open(py_file_pyqt, 'r') as file: - filedata = file.read() - - # replace the target string - filedata = filedata.replace('from PyQt4', 'from pyqtgraph.Qt') - - with open(py_file_pyqtgraph, 'w+') as file: - # write the file out again - file.write(filedata) diff --git a/external-deps/qdarkstyle/qdarkstyle/utils/__main__.py b/external-deps/qdarkstyle/qdarkstyle/utils/__main__.py deleted file mode 100644 index 066949d32b2..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/utils/__main__.py +++ /dev/null @@ -1,100 +0,0 @@ -# -*- coding: utf-8 -*- -"""Script to process QRC files (convert .qrc to _rc.py and .rcc). - -The script will attempt to compile the qrc file using the following tools: - - - pyrcc4 for PyQt4 and PyQtGraph (Python) - - pyrcc5 for PyQt5 and QtPy (Python) - - pyside-rcc for PySide (Python) - - pyside2-rcc for PySide2 (Python) - - rcc for Qt4 and Qt5 (C++) - -Delete the compiled files that you don't want to use manually after -running this script. - -Links to understand those tools: - - - pyrcc4: http://pyqt.sourceforge.net/Docs/PyQt4/resources.html#pyrcc4 - - pyrcc5: http://pyqt.sourceforge.net/Docs/PyQt5/resources.html#pyrcc5 - - pyside-rcc: https://www.mankier.com/1/pyside-rcc - - pyside2-rcc: https://doc.qt.io/qtforpython/overviews/resources.html (Documentation Incomplete) - - rcc on Qt4: http://doc.qt.io/archives/qt-4.8/rcc.html - - rcc on Qt5: http://doc.qt.io/qt-5/rcc.html - -""" - -# Standard library imports -from __future__ import absolute_import, print_function - -import argparse -import glob -import os -import sys -from subprocess import call - -# Third party imports -from watchdog.events import FileSystemEventHandler -from watchdog.observers import Observer - -# Local imports -from qdarkstyle import PACKAGE_PATH -from qdarkstyle.dark.palette import DarkPalette -from qdarkstyle.light.palette import LightPalette -from qdarkstyle.utils import run_process -from qdarkstyle.utils.images import (create_images, create_palette_image, - generate_qrc_file) -from qdarkstyle.utils.scss import create_qss - - -class QSSFileHandler(FileSystemEventHandler): - """QSS File observer.""" - - def __init__(self, parser_args): - """QSS File observer.""" - super(QSSFileHandler, self).__init__() - self.args = parser_args - - def on_modified(self, event): - """Handle file system events.""" - if event.src_path.endswith('.qss'): - run_process(self.args) - print('\n') - - -def main(): - """Process QRC files.""" - parser = argparse.ArgumentParser(description=__doc__, - formatter_class=argparse.RawDescriptionHelpFormatter) - parser.add_argument('--qrc_dir', - default=None, - type=str, - help="QRC file directory, relative to current directory.",) - parser.add_argument('--create', - default='qtpy', - choices=['pyqt', 'pyqt5', 'pyside', 'pyside2', 'qtpy', 'pyqtgraph', 'qt', 'qt5', 'all'], - type=str, - help="Choose which one would be generated.") - parser.add_argument('--watch', '-w', - action='store_true', - help="Watch for file changes.") - - args = parser.parse_args() - - if args.watch: - path = PACKAGE_PATH - observer = Observer() - handler = QSSFileHandler(parser_args=args) - observer.schedule(handler, path, recursive=True) - try: - print('\nWatching QSS file for changes...\nPress Ctrl+C to exit\n') - observer.start() - except KeyboardInterrupt: - observer.stop() - observer.join() - else: - for palette in [DarkPalette, LightPalette]: - run_process(args, palette) - - -if __name__ == "__main__": - sys.exit(main()) diff --git a/external-deps/qdarkstyle/qdarkstyle/utils/images.py b/external-deps/qdarkstyle/qdarkstyle/utils/images.py deleted file mode 100755 index 665c5f5d000..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/utils/images.py +++ /dev/null @@ -1,314 +0,0 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- -""" -Utilities to process and convert svg images to png using palette colors. -""" - -# Standard library imports -from __future__ import absolute_import, division, print_function - -import logging -import os -import re -import sys -import tempfile - -# Third party imports -from qtpy.QtCore import QSize -from qtpy.QtGui import QIcon -from qtpy.QtWidgets import QApplication - -# Local imports -from qdarkstyle import (IMAGES_PATH, PACKAGE_PATH, QRC_FILE, - STYLES_SCSS_FILEPATH, SVG_PATH) - - -IMAGE_BLACKLIST = ['base_palette'] - -TEMPLATE_QRC_HEADER = ''' - - -''' - -TEMPLATE_QRC_FILE = ' rc/{fname}' - -TEMPLATE_QRC_FOOTER = ''' - - - style.qss - - -''' - -_logger = logging.getLogger(__name__) - - -def _get_file_color_map(fname, palette): - """ - Return map of files (i.e states) to color from given palette. - """ - color_disabled = palette.COLOR_BACKGROUND_4 - color_focus = palette.COLOR_ACCENT_5 - color_pressed = palette.COLOR_ACCENT_2 - color_normal = palette.COLOR_TEXT_1 - - name, ext = fname.split('.') - file_colors = { - fname: color_normal, - name + '_disabled.' + ext: color_disabled, - name + '_focus.' + ext: color_focus, - name + '_pressed.' + ext: color_pressed, - } - - return file_colors - - -def _create_colored_svg(svg_path, temp_svg_path, color): - """ - Replace base svg with fill color. - """ - with open(svg_path, 'r') as fh: - data = fh.read() - - base_color = '#ff0000' # Hardcoded in base svg files - new_data = data.replace(base_color, color) - - with open(temp_svg_path, 'w') as fh: - fh.write(new_data) - - -def convert_svg_to_png(svg_path, png_path, height, width): - """ - Convert svg files to png files using Qt. - """ - size = QSize(height, width) - icon = QIcon(svg_path) - pixmap = icon.pixmap(size) - img = pixmap.toImage() - img.save(png_path) - - -def create_palette_image(base_svg_path=SVG_PATH, path=IMAGES_PATH, - palette=None): - """ - Create palette image svg and png image on specified path. - """ - # Needed to use QPixmap - _ = QApplication([]) - - if palette is None: - print("Please pass a palette class in order to create its " - "associated images") - sys.exit(1) - - if palette.ID is None: - print("A QDarkStyle palette requires an ID!") - sys.exit(1) - - base_palette_svg_path = os.path.join(base_svg_path, 'base_palette.svg') - palette_svg_path = os.path.join(path, palette.ID, 'palette.svg') - palette_png_path = os.path.join(path, palette.ID, 'palette.png') - - _logger.info("Creating palette image ...") - _logger.info("Base SVG: %s" % base_palette_svg_path) - _logger.info("To SVG: %s" % palette_svg_path) - _logger.info("To PNG: %s" % palette_png_path) - - with open(base_palette_svg_path, 'r') as fh: - data = fh.read() - - color_palette = palette.color_palette() - - for color_name, color_value in color_palette.items(): - data = data.replace('{{ ' + color_name + ' }}', color_value.lower()) - - with open(palette_svg_path, 'w+') as fh: - fh.write(data) - - convert_svg_to_png(palette_svg_path, palette_png_path, 4000, 4000) - - return palette_svg_path, palette_png_path - - -def create_images(base_svg_path=SVG_PATH, rc_path=None, palette=None): - """Create resources `rc` png image files from base svg files and palette. - - Search all SVG files in `base_svg_path` excluding IMAGE_BLACKLIST, - change its colors using `palette` creating temporary SVG files, for each - state generating PNG images for each size `heights`. - - Args: - base_svg_path (str, optional): [description]. Defaults to SVG_PATH. - rc_path (str, optional): [description]. - palette (Palette, optional): Palette. - """ - - # Needed to use QPixmap - _ = QApplication([]) - - if palette is None: - print("Please pass a palette class in order to create its " - "associated file") - sys.exit(1) - - if palette.ID is None: - print("A QDarkStyle palette requires an ID!") - sys.exit(1) - - if not rc_path: - rc_path = os.path.join(PACKAGE_PATH, palette.ID, 'rc') - - temp_dir = tempfile.mkdtemp() - svg_fnames = [f for f in os.listdir(base_svg_path) if f.endswith('.svg')] - base_height = 32 - - # See: https://doc.qt.io/qt-5/scalability.html - heights = { - 32: '.png', - 64: '@2x.png', - } - - _logger.info("Creating images ...") - _logger.info("SVG folder: %s" % base_svg_path) - _logger.info("TMP folder: %s" % temp_dir) - _logger.info("PNG folder: %s" % rc_path) - - num_svg = len(svg_fnames) - num_png = 0 - num_ignored = 0 - - # Get rc links from scss to check matches - rc_list = get_rc_links_from_scss() - num_rc_list = len(rc_list) - - for height, ext in heights.items(): - width = height - - _logger.debug(" Size HxW (px): %s X %s" % (height, width)) - - for svg_fname in svg_fnames: - svg_name = svg_fname.split('.')[0] - - # Skip blacklist - if svg_name not in IMAGE_BLACKLIST: - svg_path = os.path.join(base_svg_path, svg_fname) - color_files = _get_file_color_map(svg_fname, palette=palette) - - _logger.debug(" Working on: %s" - % os.path.basename(svg_fname)) - - # Replace colors and create all file for different states - for color_svg_name, color in color_files.items(): - temp_svg_path = os.path.join(temp_dir, color_svg_name) - _create_colored_svg(svg_path, temp_svg_path, color) - - png_fname = color_svg_name.replace('.svg', ext) - png_path = os.path.join(rc_path, png_fname) - convert_svg_to_png(temp_svg_path, png_path, height, width) - num_png += 1 - _logger.debug(" Creating: %s" - % os.path.basename(png_fname)) - - # Check if the rc_name is in the rc_list from scss - # only for the base size - if height == base_height: - rc_base = os.path.basename(rc_path) - png_base = os.path.basename(png_fname) - rc_name = '/' + os.path.join(rc_base, png_base) - try: - rc_list.remove(rc_name) - except ValueError: - pass - else: - num_ignored += 1 - _logger.debug(" Ignored blacklist: %s" - % os.path.basename(svg_fname)) - - _logger.info("# SVG files: %s" % num_svg) - _logger.info("# SVG ignored: %s" % num_ignored) - _logger.info("# PNG files: %s" % num_png) - _logger.info("# RC links: %s" % num_rc_list) - _logger.info("# RC links not in RC: %s" % len(rc_list)) - _logger.info("RC links not in RC: %s" % rc_list) - - -def generate_qrc_file(resource_prefix='qss_icons', style_prefix='qdarkstyle', - palette=None): - """ - Generate the QRC file programmaticaly. - - Search all RC folder for PNG images and create a QRC file. - - Args: - resource_prefix (str, optional): Prefix used in resources. - Defaults to 'qss_icons'. - style_prefix (str, optional): Prefix used to this style. - Defaults to 'qdarkstyle'. - palette (Palette, optional): Palette. - """ - - files = [] - - if palette is None: - print("Please pass a palette class in order to create its " - "qrc file") - sys.exit(1) - - if palette.ID is None: - print("A QDarkStyle palette requires an ID!") - sys.exit(1) - - rc_path = os.path.join(PACKAGE_PATH, palette.ID, 'rc') - qrc_filepath = os.path.join(PACKAGE_PATH, palette.ID, QRC_FILE) - resource_prefix = resource_prefix + '/' + palette.ID - style_prefix = style_prefix + '/' + palette.ID - - _logger.info("Generating QRC file ...") - _logger.info("Resource prefix: %s" % resource_prefix) - _logger.info("Style prefix: %s" % style_prefix) - - _logger.info("Searching in: %s" % rc_path) - - # Search by png images - for fname in sorted(os.listdir(rc_path)): - files.append(TEMPLATE_QRC_FILE.format(fname=fname)) - - # Join parts - qrc_content = (TEMPLATE_QRC_HEADER.format(resource_prefix=resource_prefix) - + '\n'.join(files) - + TEMPLATE_QRC_FOOTER.format(style_prefix=style_prefix)) - - _logger.info("Writing in: %s" % qrc_filepath) - - # Write qrc file - with open(qrc_filepath, 'w') as fh: - fh.write(qrc_content) - - -def get_rc_links_from_scss(pattern=r"\/.*\.png"): - """ - Get all rc links from scss file returning the list of unique links. - - Args: - pattern (str): regex pattern to find the links. - - Returns: - list(str): list of unique links found. - """ - - with open(STYLES_SCSS_FILEPATH, 'r') as fh: - data = fh.read() - - lines = data.split("\n") - compiled_exp = re.compile('(' + pattern + ')') - - rc_list = [] - - for line in lines: - match = re.search(compiled_exp, line) - if match: - rc_list.append(match.group(1)) - - rc_list = list(set(rc_list)) - - return rc_list diff --git a/external-deps/qdarkstyle/qdarkstyle/utils/scss.py b/external-deps/qdarkstyle/qdarkstyle/utils/scss.py deleted file mode 100644 index 37eb8b5d0f5..00000000000 --- a/external-deps/qdarkstyle/qdarkstyle/utils/scss.py +++ /dev/null @@ -1,290 +0,0 @@ -#!/usr/bin/env python -# -*- coding: utf-8 -*- -"""Utilities for compiling SASS files.""" - -# Standard library imports -import keyword -import logging -import os -import re -import shutil -import sys - -# Third party imports -import qtsass - -# Local imports -from qdarkstyle import (MAIN_SCSS_FILE, MAIN_SCSS_FILEPATH, PACKAGE_PATH, - QSS_FILE, QSS_FILEPATH, QSS_PATH, RC_PATH, - VARIABLES_SCSS_FILE, VARIABLES_SCSS_FILEPATH) -from qdarkstyle.palette import Palette -from qdarkstyle.utils.images import create_images, create_palette_image - -# Constants -PY2 = sys.version[0] == '2' - -HEADER_SCSS = '''// --------------------------------------------------------------------------- -// -// WARNING! File created programmatically. All changes made in this file will be lost! -// -// Created by the qtsass compiler v{} -// -// The definitions are in the "qdarkstyle.palette" module -// -//---------------------------------------------------------------------------- -''' - -HEADER_QSS = '''/* --------------------------------------------------------------------------- - - WARNING! File created programmatically. All changes made in this file will be lost! - - Created by the qtsass compiler v{} - - The definitions are in the "qdarkstyle.qss._styles.scss" module - ---------------------------------------------------------------------------- */ -''' - -_logger = logging.getLogger(__name__) - - -def _dict_to_scss(data): - """Create a scss variables string from a dict.""" - lines = [] - template = "${}: {};" - for key, value in data.items(): - line = template.format(key, value) - lines.append(line) - - return '\n'.join(lines) - - -def _scss_to_dict(string): - """Parse variables and return a dict.""" - data = {} - lines = string.split('\n') - - for line in lines: - line = line.strip() - - if line and line.startswith('$'): - key, value = line.split(':') - key = key[1:].strip() - key = key.replace('-', '_') - value = value.split(';')[0].strip() - - data[key] = value - - return data - - -def _create_scss_variables(variables_scss_filepath, palette, - header=HEADER_SCSS): - """Create a scss variables file.""" - scss = _dict_to_scss(palette.to_dict()) - data = header.format(qtsass.__version__) + scss + '\n' - - with open(variables_scss_filepath, 'w') as f: - f.write(data) - - -def _create_qss(main_scss_path, qss_filepath, header=HEADER_QSS): - """Create a styles.qss file from qtsass.""" - data = '' - - qtsass.compile_filename(main_scss_path, qss_filepath, - output_style='expanded') - - with open(qss_filepath, 'r') as f: - data = f.read() - - data = header.format(qtsass.__version__) + data - - with open(qss_filepath, 'w') as f: - f.write(data) - - return data - - -def create_qss(palette=None): - """Create variables files and run qtsass compilation.""" - - if palette is None: - print("Please pass a palette class in order to create its " - "qrc file") - sys.exit(1) - - if palette.ID is None: - print("A QDarkStyle palette requires an ID!") - sys.exit(1) - - palette_path = os.path.join(PACKAGE_PATH, palette.ID) - variables_scss_filepath = os.path.join(palette_path, VARIABLES_SCSS_FILE) - main_scss_filepath = os.path.join(palette_path, MAIN_SCSS_FILE) - qss_filepath = os.path.join(palette_path, QSS_FILE) - - _create_scss_variables(variables_scss_filepath, palette) - stylesheet = _create_qss(main_scss_filepath, qss_filepath) - - return stylesheet - - -def is_identifier(name): - """Check that `name` string is a valid identifier in Python.""" - if PY2: - is_not_keyword = name not in keyword.kwlist - pattern = re.compile(r'^[a-z_][a-z0-9_]*$', re.I) - matches_pattern = bool(pattern.match(name)) - check = is_not_keyword and matches_pattern - else: - check = name.isidentifier() - - return check - - -def create_custom_qss( - name, - path, - color_background_light, - color_background_normal, - color_background_dark, - color_foreground_light, - color_foreground_normal, - color_foreground_dark, - color_selection_light, - color_selection_normal, - color_selection_dark, - border_radius, -): - """ - Create a custom palette based on the parameters defined. - - The `name` must be a valid Python identifier and will be stored - as a lowercased folder (even if the identifier had uppercase letters). - - This fuction returns the custom stylesheet pointing to resources stored at - .../path/name/. - """ - stylesheet = '' - - # Check if name is valid - if is_identifier(name): - name = name if name[0].isupper() else name.capitalize() - else: - raise Exception('The custom palette name must be a valid Python ' - 'identifier!') - - # Copy resources folder - rc_loc = os.path.basename(RC_PATH) - qss_loc = os.path.basename(QSS_PATH) - theme_root_path = os.path.join(path, name.lower()) - theme_rc_path = os.path.join(theme_root_path, rc_loc) - - if os.path.isdir(theme_root_path): - shutil.rmtree(theme_root_path) - - shutil.copytree(RC_PATH, theme_rc_path) - - # Copy QSS folder and contents - theme_qss_path = os.path.join(theme_root_path, qss_loc) - - if os.path.isdir(theme_qss_path): - os.removedirs(theme_qss_path) - - shutil.copytree(QSS_PATH, theme_qss_path) - - # Create custom palette - custom_palette = type(name, (Palette, ), {}) - custom_palette.COLOR_BACKGROUND_LIGHT = color_background_light - custom_palette.COLOR_BACKGROUND_NORMAL = color_background_normal - custom_palette.COLOR_BACKGROUND_DARK = color_background_dark - custom_palette.COLOR_FOREGROUND_LIGHT = color_foreground_light - custom_palette.COLOR_FOREGROUND_NORMAL = color_foreground_normal - custom_palette.COLOR_FOREGROUND_DARK = color_foreground_dark - custom_palette.COLOR_SELECTION_LIGHT = color_selection_light - custom_palette.COLOR_SELECTION_NORMAL = color_selection_normal - custom_palette.COLOR_SELECTION_DARK = color_selection_dark - custom_palette.SIZE_BORDER_RADIUS = border_radius - custom_palette.PATH_RESOURCES = "'{}'".format(theme_root_path) - - # Process images and save them to the custom platte rc folder - create_images(rc_path=theme_rc_path, palette=custom_palette) - create_palette_image(path=theme_root_path, palette=custom_palette) - - # Compile SCSS - variables_scss_filepath = os.path.join(theme_qss_path, VARIABLES_SCSS_FILE) - theme_main_scss_filepath = os.path.join(theme_qss_path, MAIN_SCSS_FILE) - theme_qss_filepath = os.path.join(theme_root_path, QSS_FILE) - stylesheet = create_qss( - qss_filepath=theme_qss_filepath, - main_scss_filepath=theme_main_scss_filepath, - variables_scss_filepath=variables_scss_filepath, - palette=custom_palette, - ) - - # Update colors in text - with open(theme_main_scss_filepath, 'r') as fh: - data = fh.read() - - for key, color in Palette.color_palette().items(): - custom_color = custom_palette.color_palette()[key].upper() - data = data.replace(color, custom_color) - stylesheet = stylesheet.replace(color, custom_color) - - with open(theme_main_scss_filepath, 'w') as fh: - fh.write(data) - - with open(theme_qss_filepath, 'w') as fh: - fh.write(stylesheet) - - return stylesheet - - -def create_custom_qss_from_palette(name, path, palette): - """ - Create a custom palette based on a palette class. - """ - kwargs = { - 'name': name, - 'path': path, - 'border_radius': palette.SIZE_BORDER_RADIUS, - } - kwargs.update(palette.color_palette()) - stylesheet = create_custom_qss(**kwargs) - - return stylesheet - - -def create_custom_qss_from_dict(name, path, palette_dict): - """ - Create a custom palette based on a palette dictionary. - """ - kwargs = { - 'name': name, - 'path': path, - 'border_radius': palette_dict.get('SIZE_BORDER_RADIUS', '4px'), - } - kwargs.update(palette_dict) - stylesheet = create_custom_qss(**kwargs) - - return stylesheet - - -if __name__ == '__main__': - # Example of a custom palette - # TODO: change to not use a specfic path - # TODO: may move to other place, e.g., example.py - qss = create_custom_qss( - 'MyAwesomePalette', - '/Users/gpena-castellanos/Desktop', - '#ff0000', - '#cc0000', - '#aa0000', - '#00ff00', - '#00cc00', - '#00aa00', - '#0000ff', - '#0000cc', - '#0000aa', - '0px', - ) diff --git a/external-deps/qdarkstyle/req-develop.txt b/external-deps/qdarkstyle/req-develop.txt deleted file mode 100644 index a416b94b6b0..00000000000 --- a/external-deps/qdarkstyle/req-develop.txt +++ /dev/null @@ -1,27 +0,0 @@ -# See tox.ini file to know how to use them via command line -# It is recommended for developers install all others requirements also - -# Main packages to make sure they are there -setuptools -pip -wheel -virtualenv -pipdeptree - -# Automation -tox -pre-commit - -# Fixers -autopep8 -docformatter -eradicate -isort - -# Project requirements -qtsass -watchdog - -# Spell checkers -# Name for use is scpell -scspell3k diff --git a/external-deps/qdarkstyle/req-doc.txt b/external-deps/qdarkstyle/req-doc.txt deleted file mode 100644 index e3bbcb7400d..00000000000 --- a/external-deps/qdarkstyle/req-doc.txt +++ /dev/null @@ -1,12 +0,0 @@ -# See tox.ini file to know how to use them via command line - -# Main packages to make sure they are there -setuptools -pip -wheel -virtualenv -pipdeptree - -# To generate documentation -sphinx -sphinx_rtd_theme diff --git a/external-deps/qdarkstyle/req-release.txt b/external-deps/qdarkstyle/req-release.txt deleted file mode 100644 index 6d8e64e6f27..00000000000 --- a/external-deps/qdarkstyle/req-release.txt +++ /dev/null @@ -1,10 +0,0 @@ -# See tox.ini file to know how to use them via command line - -# Main packages to make sure they are there -setuptools -pip -wheel -virtualenv - -# To release -twine>=1.13 diff --git a/external-deps/qdarkstyle/req-stable.txt b/external-deps/qdarkstyle/req-stable.txt deleted file mode 100644 index 206f9df604a..00000000000 --- a/external-deps/qdarkstyle/req-stable.txt +++ /dev/null @@ -1,8 +0,0 @@ -# See tox.ini file to know how to use them via command line - -# Main packages to make sure they are there -setuptools -pip -wheel -virtualenv -pipdeptree diff --git a/external-deps/qdarkstyle/req-test.txt b/external-deps/qdarkstyle/req-test.txt deleted file mode 100644 index 04d78843d72..00000000000 --- a/external-deps/qdarkstyle/req-test.txt +++ /dev/null @@ -1,41 +0,0 @@ -# See tox.ini file to know how to use them via command line - -# Main packages to make sure they are there -setuptools -pip -wheel -virtualenv -pipdeptree - -# Testers -tox -pytest -pytest-qt - -# Coverage -coverage -pytest-cov - -# Code, bug checker -# mypy - not for now -pyflakes -pycycle - -# Code style checker -pylint -pycodestyle - -# Doc style checker -pydocstyle -doc8 - -# Wrappers for some previous tools -pylama -pylama_pylint - -# Safety checks -safety -bandit - -# Code metrics -radon diff --git a/external-deps/qdarkstyle/scripts/run_ui_css_edition.py b/external-deps/qdarkstyle/scripts/run_ui_css_edition.py deleted file mode 100755 index 1abd58b67fb..00000000000 --- a/external-deps/qdarkstyle/scripts/run_ui_css_edition.py +++ /dev/null @@ -1,70 +0,0 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- -""" -Process qrc, ui, image, and screenshot files, then run example in while loop. -""" - -# Standard library imports -from __future__ import absolute_import, print_function - -import argparse -from subprocess import call -import os -import sys -import tempfile - -# Constants -SCRIPTS_PATH = os.path.abspath(os.path.dirname(__file__)) - - -def main(): - """Process qrc and ui files, then run example in while loop.""" - parser = argparse.ArgumentParser(description=__doc__, - formatter_class=argparse.RawDescriptionHelpFormatter) - parser.add_argument('--palette', - default='dark', - choices=['dark', 'light'], - type=str, - help="Palette to display",) - - # Parsing arguments from command line - args = parser.parse_args() - palette = args.palette - - styled = None - no_styled = None - themes = {'Styled': styled, 'No styled': no_styled} - shell = True if os.name == 'nt' else False - while True: - for theme_name, theme_process in themes.items(): - try: - theme_process.kill() - except AttributeError: - print(theme_name + ' not running!') - except Exception: - print(theme_name + ' still running!') - else: - print(theme_name + ' was killed!') - - print(sys.argv) - - # Process qrc files - process_qrc = os.path.join(SCRIPTS_PATH, '../qdarkstyle/utils/__main__.py') - call(['python', process_qrc], shell=shell) - - # Show window - example = os.path.join(SCRIPTS_PATH, '../qdarkstyle/example/__main__.py') - - # Open styled window - styled = call(['python', example, '--palette', palette] + sys.argv[1:], shell=shell) - - # Open unstyled window - no_styled = call(['python', example, '--palette', 'none'] + sys.argv[1:], shell=shell) - - if styled or no_styled: - print('Unf! It not worked! Please, check the error(s).') - break - - -if __name__ == "__main__": - sys.exit(main()) diff --git a/external-deps/qdarkstyle/setup.cfg b/external-deps/qdarkstyle/setup.cfg deleted file mode 100644 index 9b7063ccbba..00000000000 --- a/external-deps/qdarkstyle/setup.cfg +++ /dev/null @@ -1,5 +0,0 @@ -[bdist_wheel] -universal = 1 - -[metadata] -description-file = README.rst diff --git a/external-deps/qdarkstyle/setup.py b/external-deps/qdarkstyle/setup.py deleted file mode 100755 index 06050af84b1..00000000000 --- a/external-deps/qdarkstyle/setup.py +++ /dev/null @@ -1,69 +0,0 @@ -#!/usr/bin/env python -# -*- coding: utf-8 -*- -""" -A dark style sheet for QtWidgets application. -""" - -# Standard library imports -from setuptools import find_packages, setup - -# Local imports -from qdarkstyle import __doc__ as long_desc -from qdarkstyle import __version__ - -install_requires = ['qtpy>=1.9'] - -extras_require = { - 'develop': ['qtsass', 'watchdog'], - 'docs': ['sphinx', 'sphinx_rtd_theme'], - 'example': ['pyqt5', 'pyside2'] -} - -classifiers = [ - 'Development Status :: 5 - Production/Stable', - 'Environment :: X11 Applications :: Qt', - 'Environment :: Win32 (MS Windows)', - 'Intended Audience :: Developers', - 'License :: OSI Approved :: MIT License', - 'Operating System :: Microsoft :: Windows', - 'Operating System :: POSIX :: Linux', - 'Operating System :: MacOS', - 'Programming Language :: Python :: 3.6', - 'Programming Language :: Python :: 3.7', - 'Programming Language :: Python :: 3.8', - 'Programming Language :: Python :: 3.9', - 'Topic :: Software Development :: Libraries :: Application Frameworks' -] - -setup( - name='QDarkStyle', - version=__version__, - packages=find_packages(), - url='https://github.com/ColinDuquesnoy/QDarkStyleSheet', - license='MIT', - author='Colin Duquesnoy', - author_email='colin.duquesnoy@gmail.com', - description='The most complete dark/light style sheet for C++/Python and Qt applications', - long_description=long_desc, - long_description_content_type='text/x-rst', - include_package_data=True, # add data file from MANIFEST.in #193 - package_data={ # add data files when installing package #299 - "": ["*", - "dark/rc/*", - "light/rc/*", - "qss/*", - "svg/*", - ], - }, - classifiers=classifiers, - zip_safe=False, # don't use eggs - entry_points={"console_scripts": ["qdarkstyle=qdarkstyle.__main__:main", - "qdarkstyle.example=qdarkstyle.example.__main__:main", - "qdarkstyle.utils=qdarkstyle.utils.__main__:main"]}, - extras_require=extras_require, - install_requires=install_requires, - project_urls={ - "Issues": "https://github.com/ColinDuquesnoy/QDarkStyleSheet/issues", - "Docs": "https://qdarkstylesheet.readthedocs.io/en/stable", - } -) diff --git a/external-deps/qdarkstyle/stdeb.cfg b/external-deps/qdarkstyle/stdeb.cfg deleted file mode 100644 index a980525bab7..00000000000 --- a/external-deps/qdarkstyle/stdeb.cfg +++ /dev/null @@ -1,2 +0,0 @@ -[DEFAULT] -Copyright-File: LICENSE diff --git a/external-deps/qdarkstyle/test/mw_for_ui_tests.py b/external-deps/qdarkstyle/test/mw_for_ui_tests.py deleted file mode 100644 index be122df5329..00000000000 --- a/external-deps/qdarkstyle/test/mw_for_ui_tests.py +++ /dev/null @@ -1,75 +0,0 @@ -#!python -# -*- coding: utf-8 -*- - -"""This module provides a main window for UI tests. -""" - -import logging -import sys -import argparse -import qdarkstyle - -def get_main_window_app(qt_from='pyqt', no_dark=True): - """Return main window application.""" - - # set log for debug - logging.basicConfig(level=logging.DEBUG) - - style = '' - - if qt_from == 'pyside': - # using PySide wrapper - from PySide.QtGui import QApplication, QMainWindow, QDockWidget - from PySide.QtCore import QTimer, Qt, QSettings, QByteArray, QPoint, QSize - # getting style - style = qdarkstyle.load_stylesheet_pyside() - - elif qt_from == 'pyqt': - # using PyQt4 wrapper - from PyQt4.QtGui import QApplication, QMainWindow, QDockWidget - from PyQt4.QtCore import QTimer, Qt, QSettings, QByteArray, QPoint, QSize - # getting style - style = qdarkstyle.load_stylesheet_pyqt() - - elif qt_from == 'pyqt5': - # using PyQt5 wrapper - from PyQt5.QtWidgets import QApplication, QMainWindow, QDockWidget - from PyQt5.QtCore import QTimer, Qt, QSettings, QByteArray, QPoint, QSize - # getting style - style = qdarkstyle.load_stylesheet_pyqt5() - - elif qt_from == 'qtpy': - # using QtPy API - from qtpy.QtWidgets import QApplication, QMainWindow, QDockWidget - from qtpy.QtCore import QTimer, Qt, QSettings, QByteArray, QPoint, QSize - # getting style - style = qdarkstyle.load_stylesheet_from_environment() - - elif qt_from == 'pyqtgraph': - # using PyQtGraph API - from pyqtgraph.Qt import QtGui, QtCore - # getting style - style = qdarkstyle.load_stylesheet_from_environment(is_pyqtgraph=True) - - if no_dark: - style = '' - - # create the application - app = QApplication(sys.argv) - app.setOrganizationName('QDarkStyle') - app.setApplicationName('QDarkStyle Test') - # setup stylesheet - app.setStyleSheet(style) - # create main window - window = QMainWindow() - window.setWindowTitle("QDarkStyle v." + qdarkstyle.__version__ + - " - TEST - Using " + qt_from) - # auto quit after 2s when testing on travis-ci - if "--test" in sys.argv: - QTimer.singleShot(2000, app.exit) - # run - window.showMaximized() - app.exec_() - - return window - diff --git a/external-deps/qdarkstyle/test/test_sass_compiler.py b/external-deps/qdarkstyle/test/test_sass_compiler.py deleted file mode 100644 index e70c219c52e..00000000000 --- a/external-deps/qdarkstyle/test/test_sass_compiler.py +++ /dev/null @@ -1,33 +0,0 @@ -#!python -# -*- coding: utf-8 -*- -"""Test the qtsass is compiling the SCSS files to QSS.""" - -# Standard library imports -import tempfile - -# Local imports -from qdarkstyle.utils.scss import create_custom_qss, create_qss - - -def test_create_qss(): - # Should not raise a CompileError - create_qss() - - -def test_create_custom_qss(): - # Should not raise a CompileError - qss = create_custom_qss( - 'MyAwesomePalette', - tempfile.mkdtemp(), - '#ff0000', - '#cc0000', - '#aa0000', - '#00ff00', - '#00cc00', - '#00aa00', - '#0000ff', - '#0000cc', - '#0000aa', - '0px', - ) - assert qss diff --git a/external-deps/qdarkstyle/tox.ini b/external-deps/qdarkstyle/tox.ini deleted file mode 100644 index c0813c6b097..00000000000 --- a/external-deps/qdarkstyle/tox.ini +++ /dev/null @@ -1,217 +0,0 @@ -[tox] - -envlist = - # Envs to build - {win,lin,mac}-{py36,py37,py38,py39}-{pyqt5,pyside2,pyqt4,pyside}-{build,test} - # Envs for metrics and development - {win,lin,mac}-{py38}-{lint,safety,metric,develop,doc,release} - # Docs with screenshots - {win,lin,mac}-{py38}-{pyqt5,pyside2}-{doc} - -skip_missing_interpreters = - true - -[testenv] - -platform = - # platforms to run - win: win32 - lin: linux - mac: osx - -deps = - build: -rreq-stable.txt - test: -rreq-test.txt - lint: -rreq-test.txt - safety: -rreq-test.txt - metric: -rreq-test.txt - develop: -rreq-develop.txt - doc: -rreq-doc.txt - release: -rreq-release.txt - - # basic dependencies for each env - pyqt: pyqt4 - pyqt5: pyqt5 - pyside: pyside - pyside2: pyside2 - -whitelist_externals = - # non python dependencies - qmake - doc: make - doc: latexpdf - -changedir= - doc: docs - -commands = - - # check depedencies - pip check - # list all deps - pip list - - # BUILD ------------------------------------------------------------------ - - # try generate build - build: python setup.py sdist bdist_wheel - # try install with pip - build: pip install . - # get some info - build: python -m qdarkstyle --all - - # need to run the interface to certify the build, run example - pyqt-build: python -m qdarkstyle.example --qt_from=pyqt --test --offscreen - - pyqt5-build: python -m qdarkstyle.example --qt_from=pyqt5 --test --offscreen - - pyside-build: python -m qdarkstyle.example --qt_from=pyside --test --offscreen - - pyside2-build: python -m qdarkstyle.example --qt_from=pyside2 --test --offscreen - - # TEST ------------------------------------------------------------------- - - # Those commands commented below correct style problems - # DO NOT RUN ON SERVER, it is just to keep registry for local use - # autopep8 --ignore=E501 --aggressive --aggressive --aggressive --experimental - # docformatter -r -i --wrap-summaries=0 --wrap-descriptions=0 *.py - # eradicate - - # Test and coverage - # test: pytest --cov "./tests" - pyqt5-test: pytest --cov - - # Code and docstring style check, running alone for now - pylama-#156 - # test: pylama -v --options="tox.ini" "{toxinidir}" - - # Code linting - lint: pycodestyle --config="tox.ini" "." - # lint: pyflakes "./qdarkstyle" - # lint: mypy --config-file="tox.ini" "qdarkstyle" - - # Code and doc linting - lint: pylint -r y --rcfile="pylint.ini" "./qdarkstyle" --disable="R1260,R0912" - - # Doc linting - lint: pydocstyle --config="tox.ini" "." - lint: doc8 --ignore="D002,D004" --config="tox.ini" "." - - # Safety - safety: safety check - safety: bandit --recursive qdarkstyle - - # Code metrics - metric: radon cc -a qdarkstyle --exclude="*/ui/*" - metric: radon mi qdarkstyle --exclude="*/ui/*" - metric: radon raw -s qdarkstyle --exclude="*/ui/*" - metric: radon hal -f qdarkstyle --exclude="*/ui/*" - - # DOC (inside docs folder) ---------------------------------------------- - - # Documentation - generate apidocs, build html, build latex, build pdf - doc: sphinx-apidoc --private --separate --force --module-first -o "reference" "{toxworkdir}/../qdarkstyle" "{toxworkdir}/../qdarkstyle/example/ui/*" - doc: sphinx-apidoc --private --separate --force --module-first -o "scripts" "{toxworkdir}/../scripts" - doc: sphinx-build -b html -j auto -E -d "{toxworkdir}/../build/docs/doctrees" . "{toxworkdir}/../build/docs/html" - - # RELEASE ------------------------------------------------------------------------------- - # Try to use re-ver package - release: python setup.py clean --all - release: python setup.py sdist bdist_wheel - release: python setup.py check -s -r # even deprecated, shows better error messages that are passing in twine - release: twine check dist/* - # try upload in test platform before the oficial - # release: twine upload --repository-url https://test.pypi.org/legacy/ dist/* - # release: pip install --index-url https://test.pypi.org/simple/ qdarkstyle - # upload to oficial - # release: twine upload dist/* - # release: pip uninstall qdarkstyle - # release: pip install qdarkstyle - - -usedevelop = - develop: true - - -# BANDIT ##################################################################### - -[bandit] -skips: B607,B404 # Related to call module - - -# PYCODESTYLE ################################################################ - -[pycodestyle] - -ignore = E501,C0301,W503,W504 # Issue: in travis shows W504, local W503 the same line -max-line-length = 150 -statistics = True -count = True -exclude = - .tox,.env,.venv,build,dist,tests,examples,ui,*.egg-info*,*cache*,.coverage, - */.tox/*,*/.env/*,*/.venv/*,*/build/*,*/dist/*,*/tests/*,*/ui/*,*/*.egg*, - */.*,*/.coverage,*/./venv/*,./venv,*/docs/*,docs,venv, - style_rc.py,mw_for_ui_tests.py,test.py - -# PYDOCSTYLE ################################################################# - -[pydocstyle] - -ignore = D107,D200,D202,D203,D212,D213,D406,D407,D413 -match-dir = "[^\.].*,!(docs),!(venv)" -match = "!style_rc.py" - -# DOC8 ####################################################################### - -[doc8] - -extension = .rst -ignore = D002,D004 # problems in Windows fyle system, issue. Also, it just works with the first ignored code -max-line-length = 150 -file-encoding = "utf-8" -ignore-path = - .tox,.env,.venv,build,dist,tests,examples,ui,*.egg-info*,*cache*,.coverage, - */.tox/*,*/.env/*,*/.venv/*,*/build/*,*/dist/*,*/tests/*,*/ui/*,*/*.egg*, - */.*,*/.coverage,*/./venv/*,./venv - -# PYLAMA ##################################################################### - -[pylama] - -format = pylint -linters = pyflakes -skip = - .tox,.env,.venv,build,dist,tests,examples,ui,*.egg-info*,*cache*,.coverage, - */.tox/*,*/.env/*,*/.venv/*,*/build/*,*/dist/*,*/tests/*,*/ui/*,*/*.egg*, - */.*,*/.coverage,*/./venv/*,./venv,venv - -# MYPY ####################################################################### - -[mypy] -# general configuration - -[mypy-numpy] -ignore_missing_imports = True - -[mypy-qtpy] -ignore_missing_imports = True - -[mypy-scipy] -ignore_missing_imports = True - -[mypy-pint] -ignore_missing_imports = True - -[mypy-pyqtgraph] -ignore_missing_imports = True - -[mypy-spyder] -ignore_missing_imports = True - -[mypy-networkx] -ignore_missing_imports = True - -[mypy-qdarkstyle] -ignore_missing_imports = True - -[mypy-jsonpickle] -ignore_missing_imports = True diff --git a/installers-conda/build_conda_pkgs.py b/installers-conda/build_conda_pkgs.py index 197d25136b9..63658de5048 100644 --- a/installers-conda/build_conda_pkgs.py +++ b/installers-conda/build_conda_pkgs.py @@ -318,13 +318,6 @@ class PylspCondaPkg(BuildCondaPkg): shallow_ver = "v1.4.1" -class QdarkstyleCondaPkg(BuildCondaPkg): - name = "qdarkstyle" - source = os.environ.get('QDARKSTYLE_SOURCE') - feedstock = "https://github.com/conda-forge/qdarkstyle-feedstock" - shallow_ver = "v3.0.2" - - class QtconsoleCondaPkg(BuildCondaPkg): name = "qtconsole" source = os.environ.get('QTCONSOLE_SOURCE') @@ -342,7 +335,6 @@ class SpyderKernelsCondaPkg(BuildCondaPkg): PKGS = { SpyderCondaPkg.name: SpyderCondaPkg, PylspCondaPkg.name: PylspCondaPkg, - QdarkstyleCondaPkg.name: QdarkstyleCondaPkg, QtconsoleCondaPkg.name: QtconsoleCondaPkg, SpyderKernelsCondaPkg.name: SpyderKernelsCondaPkg } @@ -363,9 +355,9 @@ class SpyderKernelsCondaPkg(BuildCondaPkg): SpyderKernelsCondaPkg Spyder will be packaged from this repository (in its checked-out - state). qdarkstyle, qtconsole, spyder-kernels, and - python-lsp-server will be packaged from the remote and commit - specified in their respective .gitrepo files in external-deps. + state). qtconsole, spyder-kernels, and python-lsp-server will be + packaged from the remote and commit specified in their respective + .gitrepo files in external-deps. Alternatively, any external-deps may be packaged from an arbitrary git repository (in its checked out state) by setting the diff --git a/installers/Windows/req-extras-pull-request.txt b/installers/Windows/req-extras-pull-request.txt index 6af25f7af1d..11243de4ada 100644 --- a/installers/Windows/req-extras-pull-request.txt +++ b/installers/Windows/req-extras-pull-request.txt @@ -22,9 +22,8 @@ sympy # Spyder external plugins spyder-terminal>=1.2.2 -# Spyder external dependencies (spyder-kernels and qdarkstyle) +# Spyder external dependencies (spyder-kernels) ./external-deps/spyder-kernels -./external-deps/qdarkstyle # Constraint PyZMQ to be <25 pyzmq<25 diff --git a/installers/Windows/req-pull-request.txt b/installers/Windows/req-pull-request.txt index 861f2e8f9cf..cd6dfac67de 100644 --- a/installers/Windows/req-pull-request.txt +++ b/installers/Windows/req-pull-request.txt @@ -1,6 +1,5 @@ # Spyder external plugins spyder-terminal>=1.2.2 -# Spyder external dependencies (spyder-kernels and qdarkstyle) +# Spyder external dependencies (spyder-kernels) ./external-deps/spyder-kernels -./external-deps/qdarkstyle diff --git a/installers/macOS/Readme.md b/installers/macOS/Readme.md index 014865359ac..2e7cdbc6f67 100644 --- a/installers/macOS/Readme.md +++ b/installers/macOS/Readme.md @@ -74,11 +74,10 @@ This will install Spyder, the packages required for building Spyder, and extra p If you use external environments, such as conda, for your IPython consoles, you don't need `req-scientific.txt`. The build command also provides an option to exclude these packages, so you may install them and still build the application without them. -If your Spyder repo is checked out at a release commit or a commit that does not require synchronized commits for `python-lsp-server`, `qdarkstyle`, `qtconsole`, or `spyder-kernels`, then you should be able to proceed to building the application in the next section. +If your Spyder repo is checked out at a release commit or a commit that does not require synchronized commits for `python-lsp-server`, `qtconsole`, or `spyder-kernels`, then you should be able to proceed to building the application in the next section. However, if you need to synchronize the commits of these packages, then you must install them from Spyder's `external-deps` subrepo directory. ``` -(spy-build) $ python -m pip install --no-deps -e ../../external-deps/qdarkstyle (spy-build) $ python -m pip install --no-deps -e ../../external-deps/qtconsole (spy-build) $ python -m pip install --no-deps -e ../../external-deps/spyder-kernels (spy-build) $ export SETUPTOOLS_SCM_PRETEND_VERSION=`../../python pylsp_utils.py`