From b7ae30b00a1fa26a683214bb63c105d258f26cc2 Mon Sep 17 00:00:00 2001 From: Jonas Keller Date: Tue, 25 Nov 2025 15:51:23 +0100 Subject: [PATCH 1/5] project setup --- .devcontainer/Dockerfile | 10 +- .devcontainer/devcontainer.json | 38 +- .gitignore | 4 +- README.md | 4 +- ecir24/README.md | 84 +- ecir24/baselines/.devcontainer.json | 16 +- .../workflows/upload-docker-submission.yml | 124 +- ecir24/baselines/README.md | 66 +- ecir24/baselines/dev-container/Dockerfile | 28 +- .../baselines/dev-container/Dockerfile.beir | 28 +- .../baselines/document-processing/.gitignore | 2 +- .../baselines/document-processing/Dockerfile | 24 +- .../baselines/document-processing/README.md | 52 +- .../baseline_document_processing.py | 64 +- ecir24/baselines/query-processing/.gitignore | 2 +- ecir24/baselines/query-processing/Dockerfile | 28 +- ecir24/baselines/query-processing/README.md | 50 +- .../baseline_query_processing.py | 64 +- ecir24/baselines/re-ranking/Dockerfile | 28 +- ecir24/baselines/re-ranking/README.md | 50 +- .../re-ranking/baseline_re_ranking.py | 60 +- .../baselines/retrieval/baseline_retrieval.py | 46 +- ecir24/post-hoc-notebooks/README.md | 40 +- .../keyphrase-extraction.ipynb | 924 +- .../query-segmentation.ipynb | 1584 ++-- ecir24/post-hoc-notebooks/requirements.txt | 6 +- ecir24/tutorials/README.md | 44 +- ecir25/README.md | 246 +- ecir25/baselines/pairwise-autoqrels.ipynb | 974 +-- ecir25/baselines/pairwise-naive.ipynb | 634 +- ecir25/baselines/pairwise-retrieval.ipynb | 662 +- ecir25/baselines/pairwise_snorkel.ipynb | 2392 +++--- ecir25/baselines/pointwise-autoqrels.ipynb | 936 +- ecir25/baselines/pointwise-naive.ipynb | 602 +- ecir25/baselines/pointwise-retrieval.ipynb | 694 +- ecir25/baselines/pointwise_snorkel.ipynb | 3254 +++---- ecir25/data/create-pairwise-data.py | 256 +- ecir25/data/create-pairwise-test-data.py | 254 +- ecir25/evaluation.ipynb | 572 +- ecir25/evaluation.jsonl | 66 +- ecir25/wows-eval/Makefile | 16 +- ecir25/wows-eval/build-runs/build-runs.py | 164 +- ecir25/wows-eval/build-runs/verify-runs.py | 88 +- ecir25/wows-eval/setup.cfg | 106 +- ecir25/wows-eval/setup.py | 4 +- .../tests/wows_eval_pairwise_test.py | 358 +- ecir25/wows-eval/tests/wows_eval_test.py | 400 +- ecir25/wows-eval/wows_eval/__init__.py | 274 +- ecir25/wows-eval/wows_eval/correlation.py | 184 +- ecir25/wows-eval/wows_eval/wows_2025.py | 64 +- ecir26/README.md | 150 +- ecir26/chatnoir-baseline/.devcontainer.json | 34 +- ecir26/chatnoir-baseline/.gitignore | 2 +- ecir26/chatnoir-baseline/Dockerfile | 20 +- ecir26/chatnoir-baseline/README.md | 76 +- ecir26/chatnoir-baseline/requirements.txt | 12 +- ecir26/chatnoir-baseline/run-chatnoir.py | 74 +- .../collection-jena-kassel/config.json | 12 +- .../doccano-label-configs.json | 36 +- .../topic-mapping.jsonl | 48 +- .../collection-jena-kassel/topics.xml | 410 +- .../collection-radboud/README.md | 98 +- .../collection-radboud/config.json | 12 +- .../doccano-label-configs.json | 84 +- .../extract-validation-dataset.py | 92 +- .../collection-radboud/index.py | 18 +- .../collection-radboud/manual.csv | 556 +- .../collection-radboud/search.py | 62 +- .../collection-radboud/topic-mapping.jsonl | 156 +- .../ir_datasets_wows/ir_datasets_owi.py | 254 +- .../subsampled-corpora/README.md | 48 +- .../radboud-validation/README.md | 64 +- .../radboud-validation/config.json | 16 +- .../radboud-validation/dataset-metadata.json | 5942 ++++++------- .../radboud-validation/dataset-metadata.yml | 5854 ++++++------- .../subsampled-corpora/spot-check/README.md | 64 +- .../subsampled-corpora/spot-check/config.json | 16 +- .../spot-check/dataset-metadata.json | 7578 ++++++++--------- .../spot-check/dataset-metadata.yml | 7490 ++++++++-------- .../subsampled-corpora/spot-check/qrels.txt | 226 +- .../spot-check/queries.jsonl | 6 +- .../subsampled-corpora/spot-check/queries.xml | 6 +- .../subsampled-corpora/spot-check/topics.xml | 34 +- ecir26/pyterrier-baseline/.devcontainer.json | 34 +- ecir26/pyterrier-baseline/Dockerfile | 30 +- ecir26/pyterrier-baseline/README.md | 124 +- ecir26/pyterrier-baseline/index.py | 68 +- ecir26/pyterrier-baseline/requirements.txt | 10 +- ecir26/pyterrier-baseline/retrieve.py | 62 +- ecir26/submission-skeleton/ir-metadata.yml | 90 +- .../template-new-approach/.devcontainer.json | 34 +- ecir26/template-new-approach/.gitignore | 4 +- ecir26/template-new-approach/Dockerfile | 14 +- ecir26/template-new-approach/Dockerfile.dev | 24 +- ecir26/template-new-approach/README.md | 128 +- ecir26/template-new-approach/analysis.ipynb | 488 +- ecir26/template-new-approach/requirements.txt | 10 +- ecir26/template-new-approach/retrieve.py | 134 +- irixys23/search-engine-prototyping/README.md | 84 +- irixys23/webpage-classification/README.md | 146 +- .../baselines/sklearn-baseline/Dockerfile | 28 +- .../baselines/sklearn-baseline/README.md | 38 +- .../sklearn-baseline/requirements.txt | 8 +- .../sklearn-baseline/sklearn_baseline.py | 86 +- .../sklearn_baseline_train.py | 110 +- .../baselines/snorkel-baseline/Dockerfile | 30 +- .../baselines/snorkel-baseline/README.md | 38 +- .../snorkel-baseline/requirements.txt | 6 +- .../snorkel-baseline/snorkel_baseline.py | 126 +- .../snorkel_baseline_train.py | 550 +- .../snorkel_tutorial.ipynb | 1486 ++-- .../baselines/trivial-baseline/Dockerfile | 8 +- .../baselines/trivial-baseline/README.md | 50 +- .../baselines/trivial-baseline/baseline.py | 62 +- .../clueweb-test-data/README.md | 26 +- .../step-01-cw09-sample-documents.sh | 8 +- .../step-01-cw12-sample-documents.sh | 8 +- .../step-02-create-dataset.py | 92 +- .../evaluation/Dockerfile | 10 +- .../evaluation/README.md | 26 +- .../evaluation/evaluation.py | 148 +- .../example-data/input/inputs.jsonl | 20 +- .../example-data/truth/truths.jsonl | 20 +- ks-ORAKEL/.gitkeep | 0 ows-webinar25/README.md | 28 +- .../search-components-hands-on-notebook.ipynb | 1874 ++-- 126 files changed, 26295 insertions(+), 26295 deletions(-) create mode 100644 ks-ORAKEL/.gitkeep diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 38aa91a..8a9a963 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,6 +1,6 @@ -FROM ubuntu:noble - -RUN apt-get update \ - && apt-get install -y curl python3 python3-pip git - +FROM ubuntu:noble + +RUN apt-get update \ + && apt-get install -y curl python3 python3-pip git + RUN pip3 install git+https://github.com/tira-io/tira.git@pyterrier-artifacts#egg=tira&subdirectory=python-client \ No newline at end of file diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 98cbd71..696f986 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,20 +1,20 @@ -{ - "build": {"dockerfile": "Dockerfile", "context": ".."}, - "customizations": { - "vscode": { - "extensions": [ - "ms-python.python", - "ms-python.vscode-pylance", - "ms-toolsai.jupyter", - "ms-toolsai.datawrangler", - "ms-azuretools.vscode-docker" - ] - }, - "codespaces": { - "openFiles":[ - "README.md" - ] - } - }, - "runArgs": ["--network=host"] +{ + "build": {"dockerfile": "Dockerfile", "context": ".."}, + "customizations": { + "vscode": { + "extensions": [ + "ms-python.python", + "ms-python.vscode-pylance", + "ms-toolsai.jupyter", + "ms-toolsai.datawrangler", + "ms-azuretools.vscode-docker" + ] + }, + "codespaces": { + "openFiles":[ + "README.md" + ] + } + }, + "runArgs": ["--network=host"] } \ No newline at end of file diff --git a/.gitignore b/.gitignore index 96417da..643741d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -__pycache__ -wows_eval.egg-info +__pycache__ +wows_eval.egg-info diff --git a/README.md b/README.md index 0c928a0..10b1b23 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# wows-code -Code used for evaluation and baselines of the shared tasks and data challenges hosted as part of the Workshops on Open Web Search (WOWS). +# wows-code +Code used for evaluation and baselines of the shared tasks and data challenges hosted as part of the Workshops on Open Web Search (WOWS). diff --git a/ecir24/README.md b/ecir24/README.md index a192fbd..1654d36 100644 --- a/ecir24/README.md +++ b/ecir24/README.md @@ -1,42 +1,42 @@ -# Code and Tutorials for the [1st International Workshop on Open Web Search](https://opensearchfoundation.org/en/events-osf/wows2024) #wows2024 - -This repository contains all code, tutorials, and baselines for the [1st International Workshop on Open Web Search](https://opensearchfoundation.org/en/events-osf/wows2024) hosted at the [46th European Conference on Information Retrieval](https://www.ecir2024.org/) in Glasgow (24th-28th March, 2024). - - -## Tutorials - -We included all components into a [dashboard of resources](https://tira-io.github.io/teaching-ir-with-shared-tasks/) that can be easily re-used within teaching. - -- [Re-using pre-built indices](https://github.com/tira-io/teaching-ir-with-shared-tasks/blob/main/tutorials/tutorial-reuse-pyterrier-indices.ipynb) - -## Resources - -- [PyTerrier indices of public datasets](https://zenodo.org/records/10743990) - -|Team | Component | Link to Tutorial Notebok| -|------------------|-----------|-------------------------| -|sean | | | -|naverlabseurope | | | -|fschlatt | | | -|tu-dresden-01 | | | -|tu-dresden-02 | | | -|tu-dresden-03 | | https://github.com/tira-io/teaching-ir-with-shared-tasks/blob/main/tutorials/tutorial-query-expansion-with-llms.ipynb | -|tu-dresden-04 | | | -|qspell | | | -|marcelgohsen | | | - -## Links - - -## Resources - -Important links/resources: -- [The workshop page](https://opensearchfoundation.org/en/events-osf/wows2024) -- [Software submissions](https://www.tira.io/task-overview/workshop-on-open-web-search/) -- [Pre-registration](https://www.tira.io/t/pre-registration) to promote new collaborations and brainstorming for the [ECIR Collab-a-thon](https://www.ecir2024.org/collab-a-thon/) -- [Tutorial on how to submit](https://github.com/OpenWebSearch/wows-code/tree/main/ecir24/tutorials) -- [Baselines for software submissions](https://github.com/OpenWebSearch/wows-code/tree/main/ecir24/baselines) -- [Jupyter notebooks showcasing already submitted components in declarative PyTerrier pipelines](https://github.com/OpenWebSearch/wows-code/tree/main/ecir24/post-hoc-notebooks) - -If you have any questions or problems, please do not hesitate to contact us via [the forum](https://www.tira.io/t/the-forum-for-the-1st-international-workshop-on-open-web-search-wows2024) or via mail. - +# Code and Tutorials for the [1st International Workshop on Open Web Search](https://opensearchfoundation.org/en/events-osf/wows2024) #wows2024 + +This repository contains all code, tutorials, and baselines for the [1st International Workshop on Open Web Search](https://opensearchfoundation.org/en/events-osf/wows2024) hosted at the [46th European Conference on Information Retrieval](https://www.ecir2024.org/) in Glasgow (24th-28th March, 2024). + + +## Tutorials + +We included all components into a [dashboard of resources](https://tira-io.github.io/teaching-ir-with-shared-tasks/) that can be easily re-used within teaching. + +- [Re-using pre-built indices](https://github.com/tira-io/teaching-ir-with-shared-tasks/blob/main/tutorials/tutorial-reuse-pyterrier-indices.ipynb) + +## Resources + +- [PyTerrier indices of public datasets](https://zenodo.org/records/10743990) + +|Team | Component | Link to Tutorial Notebok| +|------------------|-----------|-------------------------| +|sean | | | +|naverlabseurope | | | +|fschlatt | | | +|tu-dresden-01 | | | +|tu-dresden-02 | | | +|tu-dresden-03 | | https://github.com/tira-io/teaching-ir-with-shared-tasks/blob/main/tutorials/tutorial-query-expansion-with-llms.ipynb | +|tu-dresden-04 | | | +|qspell | | | +|marcelgohsen | | | + +## Links + + +## Resources + +Important links/resources: +- [The workshop page](https://opensearchfoundation.org/en/events-osf/wows2024) +- [Software submissions](https://www.tira.io/task-overview/workshop-on-open-web-search/) +- [Pre-registration](https://www.tira.io/t/pre-registration) to promote new collaborations and brainstorming for the [ECIR Collab-a-thon](https://www.ecir2024.org/collab-a-thon/) +- [Tutorial on how to submit](https://github.com/OpenWebSearch/wows-code/tree/main/ecir24/tutorials) +- [Baselines for software submissions](https://github.com/OpenWebSearch/wows-code/tree/main/ecir24/baselines) +- [Jupyter notebooks showcasing already submitted components in declarative PyTerrier pipelines](https://github.com/OpenWebSearch/wows-code/tree/main/ecir24/post-hoc-notebooks) + +If you have any questions or problems, please do not hesitate to contact us via [the forum](https://www.tira.io/t/the-forum-for-the-1st-international-workshop-on-open-web-search-wows2024) or via mail. + diff --git a/ecir24/baselines/.devcontainer.json b/ecir24/baselines/.devcontainer.json index abf99d3..8480fee 100644 --- a/ecir24/baselines/.devcontainer.json +++ b/ecir24/baselines/.devcontainer.json @@ -1,8 +1,8 @@ -{ - "image": "mam10eks/tira-for-school:0.0.1", - "customizations": { - "vscode": { - "extensions": ["ms-python.python", "ms-python.vscode-pylance", "ms-toolsai.jupyter"] - } - } -} +{ + "image": "mam10eks/tira-for-school:0.0.1", + "customizations": { + "vscode": { + "extensions": ["ms-python.python", "ms-python.vscode-pylance", "ms-toolsai.jupyter"] + } + } +} diff --git a/ecir24/baselines/.github/workflows/upload-docker-submission.yml b/ecir24/baselines/.github/workflows/upload-docker-submission.yml index 7fc6b4f..179b6a8 100644 --- a/ecir24/baselines/.github/workflows/upload-docker-submission.yml +++ b/ecir24/baselines/.github/workflows/upload-docker-submission.yml @@ -1,62 +1,62 @@ -name: Upload Docker Software to TIRA -on: - workflow_dispatch: - inputs: - dockerpath: - description: The path to the directory where the Docker image should be build. Should contain a Dockerfile that specifies everything. - required: true - default: query-processing - -jobs: - docker-build: - runs-on: ubuntu-latest - timeout-minutes: 45 - steps: - - - name: Checkout - uses: actions/checkout@v3 - - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 - - - name: Login to Docker Hub - uses: docker/login-action@v2 - with: - registry: registry.webis.de - username: ${{ secrets.TIRA_DOCKER_REGISTRY_USER }} - password: ${{ secrets.TIRA_DOCKER_REGISTRY_TOKEN }} - - - name: Set up Dependencies - uses: actions/setup-python@v4 - with: - python-version: 3.8 - - - name: Install required python packages - run: | - python -m pip install --upgrade pip - pip install tira==0.0.100 - - - name: Set environment variables - env: - TIRA_TASK_ID: TIRA_TASK_ID_FOR_AUTOMATIC_REPLACEMENT - TIRA_VM_ID: TIRA_USER_FOR_AUTOMATIC_REPLACEMENT - run: | - tira-run --export-submission-environment \ - GITHUB_SHA=${{ github.sha }} \ - TIRA_VM_ID=${{ env.TIRA_VM_ID }} \ - TIRA_TASK_ID=${{ env.TIRA_TASK_ID }} \ - TIRA_DOCKER_REGISTRY_TOKEN=${{ secrets.TIRA_DOCKER_REGISTRY_TOKEN }} \ - TIRA_DOCKER_REGISTRY_USER=${{ secrets.TIRA_DOCKER_REGISTRY_USER }} \ - TIRA_CLIENT_TOKEN=${{ secrets.TIRA_CLIENT_TOKEN }} \ - TIRA_CLIENT_USER=${{ secrets.TIRA_CLIENT_USER }} \ - TIRA_CODE_REPOSITORY_ID=${{ secrets.TIRA_CODE_REPOSITORY_ID }} \ - TIRA_DOCKER_FILE=${{ inputs.dockerfile }}/Dockerfile \ - TIRA_DOCKER_PATH=${{ inputs.dockerpath }} - >> $GITHUB_ENV - - name: Build, test, and upload image - run: | - docker build -t ${{ env.IMAGE_TAG }} -f ${{ github.workspace }}/${{ inputs.dockerpath }} - tira-run --input-dataset workshop-on-open-web-search/document-processing-20231027-training --image ${{ env.IMAGE_TAG }} --push true +name: Upload Docker Software to TIRA +on: + workflow_dispatch: + inputs: + dockerpath: + description: The path to the directory where the Docker image should be build. Should contain a Dockerfile that specifies everything. + required: true + default: query-processing + +jobs: + docker-build: + runs-on: ubuntu-latest + timeout-minutes: 45 + steps: + - + name: Checkout + uses: actions/checkout@v3 + - + name: Set up QEMU + uses: docker/setup-qemu-action@v2 + - + name: Set up Docker Buildx + uses: docker/setup-buildx-action@v2 + - + name: Login to Docker Hub + uses: docker/login-action@v2 + with: + registry: registry.webis.de + username: ${{ secrets.TIRA_DOCKER_REGISTRY_USER }} + password: ${{ secrets.TIRA_DOCKER_REGISTRY_TOKEN }} + - + name: Set up Dependencies + uses: actions/setup-python@v4 + with: + python-version: 3.8 + - + name: Install required python packages + run: | + python -m pip install --upgrade pip + pip install tira==0.0.100 + - + name: Set environment variables + env: + TIRA_TASK_ID: TIRA_TASK_ID_FOR_AUTOMATIC_REPLACEMENT + TIRA_VM_ID: TIRA_USER_FOR_AUTOMATIC_REPLACEMENT + run: | + tira-run --export-submission-environment \ + GITHUB_SHA=${{ github.sha }} \ + TIRA_VM_ID=${{ env.TIRA_VM_ID }} \ + TIRA_TASK_ID=${{ env.TIRA_TASK_ID }} \ + TIRA_DOCKER_REGISTRY_TOKEN=${{ secrets.TIRA_DOCKER_REGISTRY_TOKEN }} \ + TIRA_DOCKER_REGISTRY_USER=${{ secrets.TIRA_DOCKER_REGISTRY_USER }} \ + TIRA_CLIENT_TOKEN=${{ secrets.TIRA_CLIENT_TOKEN }} \ + TIRA_CLIENT_USER=${{ secrets.TIRA_CLIENT_USER }} \ + TIRA_CODE_REPOSITORY_ID=${{ secrets.TIRA_CODE_REPOSITORY_ID }} \ + TIRA_DOCKER_FILE=${{ inputs.dockerfile }}/Dockerfile \ + TIRA_DOCKER_PATH=${{ inputs.dockerpath }} + >> $GITHUB_ENV + - name: Build, test, and upload image + run: | + docker build -t ${{ env.IMAGE_TAG }} -f ${{ github.workspace }}/${{ inputs.dockerpath }} + tira-run --input-dataset workshop-on-open-web-search/document-processing-20231027-training --image ${{ env.IMAGE_TAG }} --push true diff --git a/ecir24/baselines/README.md b/ecir24/baselines/README.md index 4717aa2..224c98a 100644 --- a/ecir24/baselines/README.md +++ b/ecir24/baselines/README.md @@ -1,33 +1,33 @@ -# Submissions of TIRA_USER_FOR_AUTOMATIC_REPLACEMENT - -This repository contains baseline submissions (document-processing, query-processing, re-ranking, and retrieval) together with a Github action and a development container configuration as starting point for submissions for the [](). - -We recommend that you work either in Github Codespaces or using [dev containers with Docker](https://code.visualstudio.com/docs/devcontainers/containers). Github Codespaces are an easy option to start in a few minutes (free tier of 130 compute hours per month), whereas dev container with Docker might be interesting if you want to put a bit more focus on technical/deployment details. - - -## Developing in Github Codespaces - -- Open this repository in Github Codespaces (i.e., click on "Code" -> "Codespaces" -> "Create ..."). -- Please do not forget to commit often - - -## Developing in Dev Containers - -A dev container (please find a suitable installation instruction [here](https://code.visualstudio.com/docs/devcontainers/containers)) allows you to directly work in the prepared Docker container so that you do not have to install the dependencies (which can sometimes be a bit tricky). - -To develop with dev containers, please: - -- Install [VS Code](https://code.visualstudio.com/download) and [Docker](https://docs.docker.com/engine/install/) on your machine -- Clone this repository: `git clone ...` -- Open the directory `jupyter-notebook-submissions` with VS Code (it should ask you to open the repository in a dev container) - -If you do not want to use VS Code, you can start and develop in a jupyter notebook via (please execute the command within the `jupyter-notebook-submissions` directory): - -``` -docker run --rm -it -p 8888:8888 --entrypoint jupyter -w /workspace -v ${PWD}:/workspace webis/ir-lab-wise-2023:0.0.1 notebook --allow-root --ip 0.0.0.0 -``` - -## Submitting Your Software - -Run the github action to submit your software. - +# Submissions of TIRA_USER_FOR_AUTOMATIC_REPLACEMENT + +This repository contains baseline submissions (document-processing, query-processing, re-ranking, and retrieval) together with a Github action and a development container configuration as starting point for submissions for the [](). + +We recommend that you work either in Github Codespaces or using [dev containers with Docker](https://code.visualstudio.com/docs/devcontainers/containers). Github Codespaces are an easy option to start in a few minutes (free tier of 130 compute hours per month), whereas dev container with Docker might be interesting if you want to put a bit more focus on technical/deployment details. + + +## Developing in Github Codespaces + +- Open this repository in Github Codespaces (i.e., click on "Code" -> "Codespaces" -> "Create ..."). +- Please do not forget to commit often + + +## Developing in Dev Containers + +A dev container (please find a suitable installation instruction [here](https://code.visualstudio.com/docs/devcontainers/containers)) allows you to directly work in the prepared Docker container so that you do not have to install the dependencies (which can sometimes be a bit tricky). + +To develop with dev containers, please: + +- Install [VS Code](https://code.visualstudio.com/download) and [Docker](https://docs.docker.com/engine/install/) on your machine +- Clone this repository: `git clone ...` +- Open the directory `jupyter-notebook-submissions` with VS Code (it should ask you to open the repository in a dev container) + +If you do not want to use VS Code, you can start and develop in a jupyter notebook via (please execute the command within the `jupyter-notebook-submissions` directory): + +``` +docker run --rm -it -p 8888:8888 --entrypoint jupyter -w /workspace -v ${PWD}:/workspace webis/ir-lab-wise-2023:0.0.1 notebook --allow-root --ip 0.0.0.0 +``` + +## Submitting Your Software + +Run the github action to submit your software. + diff --git a/ecir24/baselines/dev-container/Dockerfile b/ecir24/baselines/dev-container/Dockerfile index 9618ee4..3c6514d 100644 --- a/ecir24/baselines/dev-container/Dockerfile +++ b/ecir24/baselines/dev-container/Dockerfile @@ -1,14 +1,14 @@ -#docker build -t webis/wows-2024-baseline:0.0.6 . -FROM pytorch/pytorch:latest - -ENV PYTERRIER_VERSION='5.8' -ENV PYTERRIER_HELPER_VERSION='0.0.8' - -RUN apt-get update \ - && DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get install -y git openjdk-11-jdk wget \ - && rm -rf /root/.cache - -RUN apt-get install -y gcc \ - && pip3 install tira ir_datasets python-terrier \ - && rm -rf /root/.cache - +#docker build -t webis/wows-2024-baseline:0.0.6 . +FROM pytorch/pytorch:latest + +ENV PYTERRIER_VERSION='5.8' +ENV PYTERRIER_HELPER_VERSION='0.0.8' + +RUN apt-get update \ + && DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get install -y git openjdk-11-jdk wget \ + && rm -rf /root/.cache + +RUN apt-get install -y gcc \ + && pip3 install tira ir_datasets python-terrier \ + && rm -rf /root/.cache + diff --git a/ecir24/baselines/dev-container/Dockerfile.beir b/ecir24/baselines/dev-container/Dockerfile.beir index d802d36..a0de479 100644 --- a/ecir24/baselines/dev-container/Dockerfile.beir +++ b/ecir24/baselines/dev-container/Dockerfile.beir @@ -1,14 +1,14 @@ -#docker build -t webis/wows-2024-baseline:0.0.1-beir -f Dockerfile.beir . -FROM pytorch/pytorch:latest - -RUN apt-get update \ - && DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get install -y git openjdk-11-jdk build-essential \ - && rm -rf /root/.cache - -RUN pip3 install --no-dependencies ir_datasets \ - && pip3 install tira pandas \ - && rm -rf /root/.cache - -# OMITTED: Move this to the real container -# RUN pip3 install beir pyserini - +#docker build -t webis/wows-2024-baseline:0.0.1-beir -f Dockerfile.beir . +FROM pytorch/pytorch:latest + +RUN apt-get update \ + && DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get install -y git openjdk-11-jdk build-essential \ + && rm -rf /root/.cache + +RUN pip3 install --no-dependencies ir_datasets \ + && pip3 install tira pandas \ + && rm -rf /root/.cache + +# OMITTED: Move this to the real container +# RUN pip3 install beir pyserini + diff --git a/ecir24/baselines/document-processing/.gitignore b/ecir24/baselines/document-processing/.gitignore index dd4eca8..32e6d72 100644 --- a/ecir24/baselines/document-processing/.gitignore +++ b/ecir24/baselines/document-processing/.gitignore @@ -1 +1 @@ -documents.jsonl.gz +documents.jsonl.gz diff --git a/ecir24/baselines/document-processing/Dockerfile b/ecir24/baselines/document-processing/Dockerfile index ceddcb5..08d5cbb 100644 --- a/ecir24/baselines/document-processing/Dockerfile +++ b/ecir24/baselines/document-processing/Dockerfile @@ -1,12 +1,12 @@ -FROM ubuntu:22.04 - -# Install dependencies -RUN apt-get update \ - && apt-get upgrade -y \ - && apt-get install -y jq libffi-dev python3 python3-pip python-is-python3 openjdk-11-jdk wget \ - && pip3 install jupyter ir_datasets tira>=0.0.72 \ - && rm -Rf /var/cache/apt \ - && rm -Rf /root/.cache/pip - -ADD baseline_document_processing.py /code/baseline_document_processing.py - +FROM ubuntu:22.04 + +# Install dependencies +RUN apt-get update \ + && apt-get upgrade -y \ + && apt-get install -y jq libffi-dev python3 python3-pip python-is-python3 openjdk-11-jdk wget \ + && pip3 install jupyter ir_datasets tira>=0.0.72 \ + && rm -Rf /var/cache/apt \ + && rm -Rf /root/.cache/pip + +ADD baseline_document_processing.py /code/baseline_document_processing.py + diff --git a/ecir24/baselines/document-processing/README.md b/ecir24/baselines/document-processing/README.md index 989a1e5..6f205bb 100644 --- a/ecir24/baselines/document-processing/README.md +++ b/ecir24/baselines/document-processing/README.md @@ -1,26 +1,26 @@ -# Baseline Submission for a Document Processor in the 1st International Workshop on Open Web Search #wows2024 - -This is a baseline document processor that does some dummy processing by classifying each document as a spam document. - -You can run it directly via (please install `tira` via `pip3 install tira`, Docker, and Python >= 3.7 on your machine): - -``` -tira-run \ - --input-dataset workshop-on-open-web-search/document-processing-20231027-training \ - --image mam10eks/wows-baselines:doc-processor-0.0.1 \ - --command 'python3 /code/baseline_document_processing.py' -``` - -## Development - -You can build the Docker image via: - -``` -docker build -t mam10eks/wows-baselines:doc-processor-0.0.1 . -``` - -To publish the image to dockerhub, run: - -``` -docker push mam10eks/wows-baselines:doc-processor-0.0.1 -``` +# Baseline Submission for a Document Processor in the 1st International Workshop on Open Web Search #wows2024 + +This is a baseline document processor that does some dummy processing by classifying each document as a spam document. + +You can run it directly via (please install `tira` via `pip3 install tira`, Docker, and Python >= 3.7 on your machine): + +``` +tira-run \ + --input-dataset workshop-on-open-web-search/document-processing-20231027-training \ + --image mam10eks/wows-baselines:doc-processor-0.0.1 \ + --command 'python3 /code/baseline_document_processing.py' +``` + +## Development + +You can build the Docker image via: + +``` +docker build -t mam10eks/wows-baselines:doc-processor-0.0.1 . +``` + +To publish the image to dockerhub, run: + +``` +docker push mam10eks/wows-baselines:doc-processor-0.0.1 +``` diff --git a/ecir24/baselines/document-processing/baseline_document_processing.py b/ecir24/baselines/document-processing/baseline_document_processing.py index db6729f..241995d 100755 --- a/ecir24/baselines/document-processing/baseline_document_processing.py +++ b/ecir24/baselines/document-processing/baseline_document_processing.py @@ -1,32 +1,32 @@ -#!/usr/bin/env python3 -# Load a patched ir_datasets that loads the injected data inside the TIRA sandbox -from tira.third_party_integrations import ir_datasets, get_output_directory -from pathlib import Path -import pandas as pd - - -def process_document(document): - # Dummy processing of documents: classify each document as spam - return {'docno': document.doc_id, 'label': 'spam'} - - -def process_documents(document_iter): - return pd.DataFrame([process_document(i) for i in document_iter]) - - -if __name__ == '__main__': - # In the TIRA sandbox, this is the injected ir_dataset, injected via the environment variable TIRA_INPUT_DIRECTORY - dataset = ir_datasets.load('workshop-on-open-web-search/document-processing-20231027-training') - - # The expected output directory, injected via the environment variable TIRA_OUTPUT_DIRECTORY - output_dir = get_output_directory('.') - - # Document processors persist their results in a file documents.jsonl.gz in the output directory. - output_file = Path(output_dir) / 'documents.jsonl.gz' - - # You can pass as many additional arguments to your program, e.g., via argparse, to modify the behaviour - - # process the documents, store results at expected location. - processed_documents = process_documents(dataset.docs_iter()) - processed_documents.to_json(output_file, lines=True, orient='records') - +#!/usr/bin/env python3 +# Load a patched ir_datasets that loads the injected data inside the TIRA sandbox +from tira.third_party_integrations import ir_datasets, get_output_directory +from pathlib import Path +import pandas as pd + + +def process_document(document): + # Dummy processing of documents: classify each document as spam + return {'docno': document.doc_id, 'label': 'spam'} + + +def process_documents(document_iter): + return pd.DataFrame([process_document(i) for i in document_iter]) + + +if __name__ == '__main__': + # In the TIRA sandbox, this is the injected ir_dataset, injected via the environment variable TIRA_INPUT_DIRECTORY + dataset = ir_datasets.load('workshop-on-open-web-search/document-processing-20231027-training') + + # The expected output directory, injected via the environment variable TIRA_OUTPUT_DIRECTORY + output_dir = get_output_directory('.') + + # Document processors persist their results in a file documents.jsonl.gz in the output directory. + output_file = Path(output_dir) / 'documents.jsonl.gz' + + # You can pass as many additional arguments to your program, e.g., via argparse, to modify the behaviour + + # process the documents, store results at expected location. + processed_documents = process_documents(dataset.docs_iter()) + processed_documents.to_json(output_file, lines=True, orient='records') + diff --git a/ecir24/baselines/query-processing/.gitignore b/ecir24/baselines/query-processing/.gitignore index 2de8c2c..0447b73 100644 --- a/ecir24/baselines/query-processing/.gitignore +++ b/ecir24/baselines/query-processing/.gitignore @@ -1 +1 @@ -queries.jsonl +queries.jsonl diff --git a/ecir24/baselines/query-processing/Dockerfile b/ecir24/baselines/query-processing/Dockerfile index 84b2b37..acaa868 100644 --- a/ecir24/baselines/query-processing/Dockerfile +++ b/ecir24/baselines/query-processing/Dockerfile @@ -1,14 +1,14 @@ -FROM ubuntu:22.04 - -# Install dependencies -RUN apt-get update \ - && apt-get upgrade -y \ - && apt-get install -y python3 python3-pip python-is-python3 openjdk-11-jdk wget \ - && pip3 install jupyter ir_datasets tira>=0.0.89 \ - && rm -Rf /var/cache/apt \ - && rm -Rf /root/.cache/pip - -ADD baseline_query_processing.py /code/baseline_query_processing.py - -ENTRYPOINT [ "python3", "/code/baseline_query_processing.py" ] - +FROM ubuntu:22.04 + +# Install dependencies +RUN apt-get update \ + && apt-get upgrade -y \ + && apt-get install -y python3 python3-pip python-is-python3 openjdk-11-jdk wget \ + && pip3 install jupyter ir_datasets tira>=0.0.89 \ + && rm -Rf /var/cache/apt \ + && rm -Rf /root/.cache/pip + +ADD baseline_query_processing.py /code/baseline_query_processing.py + +ENTRYPOINT [ "python3", "/code/baseline_query_processing.py" ] + diff --git a/ecir24/baselines/query-processing/README.md b/ecir24/baselines/query-processing/README.md index 5b07abc..4e4f0e1 100644 --- a/ecir24/baselines/query-processing/README.md +++ b/ecir24/baselines/query-processing/README.md @@ -1,25 +1,25 @@ -# Baseline Submission for a Query Processor in the 1st International Workshop on Open Web Search #wows2024 - -This is a baseline query processor that appends the query id to each query. - -You can run it directly via (please install `tira` via `pip3 install tira`, Docker, and Python >= 3.7 on your machine): - -``` -tira-run \ - --input-dataset workshop-on-open-web-search/query-processing-20231027-training \ - --image mam10eks/wows-baselines:query-processor-0.0.1 -``` - -## Development - -You can build the Docker image via: - -``` -docker build -t mam10eks/wows-baselines:query-processor-0.0.1 . -``` - -To publish the image to dockerhub, run: - -``` -docker push mam10eks/wows-baselines:query-processor-0.0.1 -``` +# Baseline Submission for a Query Processor in the 1st International Workshop on Open Web Search #wows2024 + +This is a baseline query processor that appends the query id to each query. + +You can run it directly via (please install `tira` via `pip3 install tira`, Docker, and Python >= 3.7 on your machine): + +``` +tira-run \ + --input-dataset workshop-on-open-web-search/query-processing-20231027-training \ + --image mam10eks/wows-baselines:query-processor-0.0.1 +``` + +## Development + +You can build the Docker image via: + +``` +docker build -t mam10eks/wows-baselines:query-processor-0.0.1 . +``` + +To publish the image to dockerhub, run: + +``` +docker push mam10eks/wows-baselines:query-processor-0.0.1 +``` diff --git a/ecir24/baselines/query-processing/baseline_query_processing.py b/ecir24/baselines/query-processing/baseline_query_processing.py index c29254d..2cfc98b 100755 --- a/ecir24/baselines/query-processing/baseline_query_processing.py +++ b/ecir24/baselines/query-processing/baseline_query_processing.py @@ -1,32 +1,32 @@ -#!/usr/bin/env python3 -# Load a patched ir_datasets that loads the injected data inside the TIRA sandbox -from tira.third_party_integrations import ir_datasets, get_output_directory -from pathlib import Path -import pandas as pd - - -def process_query(query): - # Dummy processing of queries: Append the query id to each query. - return {'qid': query.query_id, 'query': query.default_text() + ' ' + str(query.query_id)} - - -def process_queries(queries_iter): - return pd.DataFrame([process_query(i) for i in queries_iter]) - - -if __name__ == '__main__': - # In the TIRA sandbox, this is the injected ir_dataset, injected via the environment variable TIRA_INPUT_DIRECTORY - dataset = ir_datasets.load('workshop-on-open-web-search/query-processing-20231027-training') - - # The expected output directory, injected via the environment variable TIRA_OUTPUT_DIRECTORY - output_dir = get_output_directory('.') - - # Query processors persist their results in a file queries.jsonl in the output directory. - output_file = Path(output_dir) / 'queries.jsonl' - - # You can pass as many additional arguments to your program, e.g., via argparse, to modify the behaviour - - # process the queries, store results at expected location. - processed_queries = process_queries(dataset.queries_iter()) - processed_queries.to_json(output_file, lines=True, orient='records') - +#!/usr/bin/env python3 +# Load a patched ir_datasets that loads the injected data inside the TIRA sandbox +from tira.third_party_integrations import ir_datasets, get_output_directory +from pathlib import Path +import pandas as pd + + +def process_query(query): + # Dummy processing of queries: Append the query id to each query. + return {'qid': query.query_id, 'query': query.default_text() + ' ' + str(query.query_id)} + + +def process_queries(queries_iter): + return pd.DataFrame([process_query(i) for i in queries_iter]) + + +if __name__ == '__main__': + # In the TIRA sandbox, this is the injected ir_dataset, injected via the environment variable TIRA_INPUT_DIRECTORY + dataset = ir_datasets.load('workshop-on-open-web-search/query-processing-20231027-training') + + # The expected output directory, injected via the environment variable TIRA_OUTPUT_DIRECTORY + output_dir = get_output_directory('.') + + # Query processors persist their results in a file queries.jsonl in the output directory. + output_file = Path(output_dir) / 'queries.jsonl' + + # You can pass as many additional arguments to your program, e.g., via argparse, to modify the behaviour + + # process the queries, store results at expected location. + processed_queries = process_queries(dataset.queries_iter()) + processed_queries.to_json(output_file, lines=True, orient='records') + diff --git a/ecir24/baselines/re-ranking/Dockerfile b/ecir24/baselines/re-ranking/Dockerfile index 3522939..df3edc6 100644 --- a/ecir24/baselines/re-ranking/Dockerfile +++ b/ecir24/baselines/re-ranking/Dockerfile @@ -1,14 +1,14 @@ -FROM ubuntu:22.04 - -# Install dependencies -RUN apt-get update \ - && apt-get upgrade -y \ - && apt-get install -y python3 python3-pip python-is-python3 openjdk-11-jdk wget \ - && pip3 install jupyter ir_datasets tira>=0.0.89 \ - && rm -Rf /var/cache/apt \ - && rm -Rf /root/.cache/pip - -ADD baseline_re_ranking.py /code/baseline_re_ranking.py - -ENTRYPOINT [ "python3", "/code/baseline_re_ranking.py" ] - +FROM ubuntu:22.04 + +# Install dependencies +RUN apt-get update \ + && apt-get upgrade -y \ + && apt-get install -y python3 python3-pip python-is-python3 openjdk-11-jdk wget \ + && pip3 install jupyter ir_datasets tira>=0.0.89 \ + && rm -Rf /var/cache/apt \ + && rm -Rf /root/.cache/pip + +ADD baseline_re_ranking.py /code/baseline_re_ranking.py + +ENTRYPOINT [ "python3", "/code/baseline_re_ranking.py" ] + diff --git a/ecir24/baselines/re-ranking/README.md b/ecir24/baselines/re-ranking/README.md index 330dd13..6a007ea 100644 --- a/ecir24/baselines/re-ranking/README.md +++ b/ecir24/baselines/re-ranking/README.md @@ -1,25 +1,25 @@ -# Baseline Submission for a Re-Ranker in the 1st International Workshop on Open Web Search #wows2024 - -This is a baseline re-ranker that increases the score of each document by 1. - -You can run it directly via (please install `tira` via `pip3 install tira`, Docker, and Python >= 3.7 on your machine): - -``` -tira-run \ - --input-dataset workshop-on-open-web-search/re-ranking-20231027-training \ - --image mam10eks/wows-baselines:re-ranker-0.0.1 -``` - -## Development - -You can build the Docker image via: - -``` -docker build -t mam10eks/wows-baselines:re-ranker-0.0.1 . -``` - -To publish the image to dockerhub, run: - -``` -docker push mam10eks/wows-baselines:re-ranker-0.0.1 -``` +# Baseline Submission for a Re-Ranker in the 1st International Workshop on Open Web Search #wows2024 + +This is a baseline re-ranker that increases the score of each document by 1. + +You can run it directly via (please install `tira` via `pip3 install tira`, Docker, and Python >= 3.7 on your machine): + +``` +tira-run \ + --input-dataset workshop-on-open-web-search/re-ranking-20231027-training \ + --image mam10eks/wows-baselines:re-ranker-0.0.1 +``` + +## Development + +You can build the Docker image via: + +``` +docker build -t mam10eks/wows-baselines:re-ranker-0.0.1 . +``` + +To publish the image to dockerhub, run: + +``` +docker push mam10eks/wows-baselines:re-ranker-0.0.1 +``` diff --git a/ecir24/baselines/re-ranking/baseline_re_ranking.py b/ecir24/baselines/re-ranking/baseline_re_ranking.py index 38d25a1..6bfe2e9 100755 --- a/ecir24/baselines/re-ranking/baseline_re_ranking.py +++ b/ecir24/baselines/re-ranking/baseline_re_ranking.py @@ -1,30 +1,30 @@ -#!/usr/bin/env python3 -# Load a patched ir_datasets that loads the injected data inside the TIRA sandbox -from tira.third_party_integrations import load_rerank_data, persist_and_normalize_run -from pathlib import Path -import pandas as pd - -def score_query_document_pair(query, document_text, score_of_previous_stage): - # Our baseline re-ranker just emits 1 + the score of the previous ranker. - return 1 + score_of_previous_stage - -if __name__ == '__main__': - # In the TIRA sandbox, this is the injected re-ranking dataset, injected via the environment variable TIRA_INPUT_DIRECTORY - re_rank_dataset = load_rerank_data(default='workshop-on-open-web-search/re-ranking-20231027-training') - - # Alternatively, you could use the scored docs of ir_datasets, e.g.: - # from tira.third_party_integrations import ir_dataset - # dataset = ir_datasets.load(default='workshop-on-open-web-search/document-processing-20231027-training') - - run = [] - - for _, i in re_rank_dataset.iterrows(): - run += [{'qid': i['qid'], 'docno': i['docno'], 'score': score_query_document_pair(i['query'], i['text'], i['score'])}] - - run = pd.DataFrame(run) - - # Re-rankers are expected to produce a TREC-style run.txt file in the output directory. - persist_and_normalize_run(run, 'my-system-name', default_output='./run.txt') - - # You can pass additional arguments to your program, e.g., via argparse, to modify the behaviour of your program. - +#!/usr/bin/env python3 +# Load a patched ir_datasets that loads the injected data inside the TIRA sandbox +from tira.third_party_integrations import load_rerank_data, persist_and_normalize_run +from pathlib import Path +import pandas as pd + +def score_query_document_pair(query, document_text, score_of_previous_stage): + # Our baseline re-ranker just emits 1 + the score of the previous ranker. + return 1 + score_of_previous_stage + +if __name__ == '__main__': + # In the TIRA sandbox, this is the injected re-ranking dataset, injected via the environment variable TIRA_INPUT_DIRECTORY + re_rank_dataset = load_rerank_data(default='workshop-on-open-web-search/re-ranking-20231027-training') + + # Alternatively, you could use the scored docs of ir_datasets, e.g.: + # from tira.third_party_integrations import ir_dataset + # dataset = ir_datasets.load(default='workshop-on-open-web-search/document-processing-20231027-training') + + run = [] + + for _, i in re_rank_dataset.iterrows(): + run += [{'qid': i['qid'], 'docno': i['docno'], 'score': score_query_document_pair(i['query'], i['text'], i['score'])}] + + run = pd.DataFrame(run) + + # Re-rankers are expected to produce a TREC-style run.txt file in the output directory. + persist_and_normalize_run(run, 'my-system-name', default_output='./run.txt') + + # You can pass additional arguments to your program, e.g., via argparse, to modify the behaviour of your program. + diff --git a/ecir24/baselines/retrieval/baseline_retrieval.py b/ecir24/baselines/retrieval/baseline_retrieval.py index 7d6f4d7..539f2aa 100755 --- a/ecir24/baselines/retrieval/baseline_retrieval.py +++ b/ecir24/baselines/retrieval/baseline_retrieval.py @@ -1,23 +1,23 @@ -#!/usr/bin/env python3 -# Load a patched ir_datasets that loads the injected data inside the TIRA sandbox -from tira.third_party_integrations import ir_datasets, get_output_directory -from pathlib import Path -import pandas as pd - -if __name__ == '__main__': - # In the TIRA sandbox, this is the injected ir_dataset, injected via the environment variable TIRA_INPUT_DIRECTORY - dataset = ir_datasets.load('workshop-on-open-web-search/document-processing-20231027-training') - - # The expected output directory, injected via the environment variable TIRA_OUTPUT_DIRECTORY - output_dir = get_output_directory('.') - - # Retrieval approaches are expected to produce a TREC-style run.txt file in the output directory. - output_file = Path(output_dir) / 'run.txt' - - # You can pass as many additional arguments to your program, e.g., via argparse, to modify the behaviour of your program. - - # Step 1: build an Index. For a real scenario, you should pass the index from the previous stage of the pipeline. - - # Step 2: produce a ranking - - # Step 3: persist the ranking +#!/usr/bin/env python3 +# Load a patched ir_datasets that loads the injected data inside the TIRA sandbox +from tira.third_party_integrations import ir_datasets, get_output_directory +from pathlib import Path +import pandas as pd + +if __name__ == '__main__': + # In the TIRA sandbox, this is the injected ir_dataset, injected via the environment variable TIRA_INPUT_DIRECTORY + dataset = ir_datasets.load('workshop-on-open-web-search/document-processing-20231027-training') + + # The expected output directory, injected via the environment variable TIRA_OUTPUT_DIRECTORY + output_dir = get_output_directory('.') + + # Retrieval approaches are expected to produce a TREC-style run.txt file in the output directory. + output_file = Path(output_dir) / 'run.txt' + + # You can pass as many additional arguments to your program, e.g., via argparse, to modify the behaviour of your program. + + # Step 1: build an Index. For a real scenario, you should pass the index from the previous stage of the pipeline. + + # Step 2: produce a ranking + + # Step 3: persist the ranking diff --git a/ecir24/post-hoc-notebooks/README.md b/ecir24/post-hoc-notebooks/README.md index bbf9bfd..834188e 100644 --- a/ecir24/post-hoc-notebooks/README.md +++ b/ecir24/post-hoc-notebooks/README.md @@ -1,20 +1,20 @@ -# Post-Hoc Usage of Components submitted to #wows2024 - -This directory contains jupyter notebooks showcasing how already submitted components to the wows workshop can be re-used in declarative PyTerrier pipelines. - -We will maintain the list of available components together with their hello world notebooks. - -## Document Processors - -### Keyphrase Extraction - -- Description: Reduce the length of a document drastically by extracting only the top keyphrases. -- Tutorial notebook: [keyphrase-extraction.ipynb](keyphrase-extraction.ipynb) - -## Query Processors - -### Query Segmentation - -- Description: Detect query terms that belong together, e.g., segment the query `hubble telescope achievements` into `['hubble telescope', 'achievements']`. -- Tutorial notebook: [query-segmentation.ipynb](query-segmentation.ipynb) - +# Post-Hoc Usage of Components submitted to #wows2024 + +This directory contains jupyter notebooks showcasing how already submitted components to the wows workshop can be re-used in declarative PyTerrier pipelines. + +We will maintain the list of available components together with their hello world notebooks. + +## Document Processors + +### Keyphrase Extraction + +- Description: Reduce the length of a document drastically by extracting only the top keyphrases. +- Tutorial notebook: [keyphrase-extraction.ipynb](keyphrase-extraction.ipynb) + +## Query Processors + +### Query Segmentation + +- Description: Detect query terms that belong together, e.g., segment the query `hubble telescope achievements` into `['hubble telescope', 'achievements']`. +- Tutorial notebook: [query-segmentation.ipynb](query-segmentation.ipynb) + diff --git a/ecir24/post-hoc-notebooks/keyphrase-extraction.ipynb b/ecir24/post-hoc-notebooks/keyphrase-extraction.ipynb index 092d464..95e08d1 100644 --- a/ecir24/post-hoc-notebooks/keyphrase-extraction.ipynb +++ b/ecir24/post-hoc-notebooks/keyphrase-extraction.ipynb @@ -1,462 +1,462 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Keyphrase Extraction in PyTerrier from TIREx executions" - ] - }, - { - "cell_type": "code", - "execution_count": 1, - "metadata": {}, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "PyTerrier 0.9.2 has loaded Terrier 5.7 (built by craigm on 2022-11-10 18:30) and terrier-helper 0.0.7\n", - "\n", - "No etc/terrier.properties, using terrier.default.properties for bootstrap configuration.\n" - ] - } - ], - "source": [ - "from tira.local_client import Client\n", - "import pyterrier as pt\n", - "import pandas as pd\n", - "\n", - "if not pt.started():\n", - " pt.init()\n", - "\n", - "tira = Client()\n", - "dataset = \"trec-robust-2004\"\n", - "pt_dataset = pt.get_dataset(dataset)\n", - "\n", - "bce_5_keyphrase_extractor = tira.pt.transform_documents('ir-benchmarks/webis-keyphrase-extraction/BCExtractorFO-5', dataset)\n", - "bm25 = tira.pt.from_retriever_submission(\"ir-benchmarks/tira-ir-starter/PyTerrierBM25\", dataset)\n", - "bm25_score = pt.text.scorer(takes=\"docs\", body_attr=\"text\", wmodel=\"BM25\")\n", - "bm25_retrieval = bm25 >> bm25_score" - ] - }, - { - "cell_type": "code", - "execution_count": 2, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
qidquery
0301international organized crime
1302poliomyelitis and post polio
2303hubble telescope achievements
3304endangered species mammals
4305most dangerous vehicles
\n", - "
" - ], - "text/plain": [ - " qid query\n", - "0 301 international organized crime\n", - "1 302 poliomyelitis and post polio\n", - "2 303 hubble telescope achievements\n", - "3 304 endangered species mammals\n", - "4 305 most dangerous vehicles" - ] - }, - "execution_count": 2, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "dev_topics = pt_dataset.get_topics()\n", - "dev_topics = dev_topics[dev_topics['qid'].astype(int) <= 305]\n", - "dev_topics" - ] - }, - { - "cell_type": "code", - "execution_count": 3, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
qidquerytextkeyphrases
0301international organized crimeText of Presidential Edict on Organized Crime ...[aforementioned crimes, federation additional ...
1301international organized crimeSeminar on Criminology Held 1990-1993 Crime Fi...[real state, further increase, public control,...
2301international organized crimeFreeh Visit To Focus on Organized Crime BFN\\n[...[organized postcommunist crime, organized crim...
3301international organized crimeGovernment Ties to Organized Crime Examined CS...[characteristic organized crime, organized cri...
4301international organized crimeNorth Caucasus Anticrime Chief Views Current T...[territorial administrations, malbakhova crime...
\n", - "
" - ], - "text/plain": [ - " qid query \\\n", - "0 301 international organized crime \n", - "1 301 international organized crime \n", - "2 301 international organized crime \n", - "3 301 international organized crime \n", - "4 301 international organized crime \n", - "\n", - " text \\\n", - "0 Text of Presidential Edict on Organized Crime ... \n", - "1 Seminar on Criminology Held 1990-1993 Crime Fi... \n", - "2 Freeh Visit To Focus on Organized Crime BFN\\n[... \n", - "3 Government Ties to Organized Crime Examined CS... \n", - "4 North Caucasus Anticrime Chief Views Current T... \n", - "\n", - " keyphrases \n", - "0 [aforementioned crimes, federation additional ... \n", - "1 [real state, further increase, public control,... \n", - "2 [organized postcommunist crime, organized crim... \n", - "3 [characteristic organized crime, organized cri... \n", - "4 [territorial administrations, malbakhova crime... " - ] - }, - "execution_count": 3, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "(bm25 >> bce_5_keyphrase_extractor)(dev_topics).head(5)[['qid', 'query', 'text', 'keyphrases']]" - ] - }, - { - "cell_type": "code", - "execution_count": 4, - "metadata": {}, - "outputs": [], - "source": [ - "def append_keyphrases(df):\n", - " df['text'] = df['text'] + df['keyphrases'].apply(lambda i: ' '.join(i))\n", - " return df\n", - "\n", - "append_keyphrases = pt.apply.generic(append_keyphrases)\n" - ] - }, - { - "cell_type": "code", - "execution_count": 5, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "10:10:43.640 [main] WARN org.terrier.querying.ApplyTermPipeline - The index has no termpipelines configuration, and no control configuration is found. Defaulting to global termpipelines configuration of 'Stopwords,PorterStemmer'. Set a termpipelines control to remove this warning.\n" - ] - }, - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
qidquerytextscorerank
0301international organized crimeText of Presidential Edict on Organized Crime ...8.2798190
1301international organized crimeSeminar on Criminology Held 1990-1993 Crime Fi...8.0359285
2301international organized crimeFreeh Visit To Focus on Organized Crime BFN\\n[...8.0398954
3301international organized crimeGovernment Ties to Organized Crime Examined CS...7.9287208
4301international organized crimeNorth Caucasus Anticrime Chief Views Current T...8.0650752
\n", - "
" - ], - "text/plain": [ - " qid query \\\n", - "0 301 international organized crime \n", - "1 301 international organized crime \n", - "2 301 international organized crime \n", - "3 301 international organized crime \n", - "4 301 international organized crime \n", - "\n", - " text score rank \n", - "0 Text of Presidential Edict on Organized Crime ... 8.279819 0 \n", - "1 Seminar on Criminology Held 1990-1993 Crime Fi... 8.035928 5 \n", - "2 Freeh Visit To Focus on Organized Crime BFN\\n[... 8.039895 4 \n", - "3 Government Ties to Organized Crime Examined CS... 7.928720 8 \n", - "4 North Caucasus Anticrime Chief Views Current T... 8.065075 2 " - ] - }, - "execution_count": 5, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "bm_25_bce_5 = (bm25 >> bce_5_keyphrase_extractor >> append_keyphrases >> bm25_score)\n", - "\n", - "bm_25_bce_5(dev_topics).head(5)[['qid', 'query', 'text', 'score', 'rank']]" - ] - }, - { - "cell_type": "code", - "execution_count": 6, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "10:13:13.000 [main] WARN org.terrier.querying.ApplyTermPipeline - The index has no termpipelines configuration, and no control configuration is found. Defaulting to global termpipelines configuration of 'Stopwords,PorterStemmer'. Set a termpipelines control to remove this warning.\n", - "10:15:09.554 [main] WARN org.terrier.querying.ApplyTermPipeline - The index has no termpipelines configuration, and no control configuration is found. Defaulting to global termpipelines configuration of 'Stopwords,PorterStemmer'. Set a termpipelines control to remove this warning.\n" - ] - }, - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
namerecip_rankP_3P_5P_10ndcg_cut_10ndcg_cut_5
0BM250.6548090.4966530.4658630.4092370.4212580.444258
1BM25 >> BCE 50.6577570.5060240.4714860.4104420.4240800.449429
\n", - "
" - ], - "text/plain": [ - " name recip_rank P_3 P_5 P_10 ndcg_cut_10 \\\n", - "0 BM25 0.654809 0.496653 0.465863 0.409237 0.421258 \n", - "1 BM25 >> BCE 5 0.657757 0.506024 0.471486 0.410442 0.424080 \n", - "\n", - " ndcg_cut_5 \n", - "0 0.444258 \n", - "1 0.449429 " - ] - }, - "execution_count": 6, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "pt.Experiment([bm25_retrieval, bm_25_bce_5], pt_dataset.get_topics(), pt_dataset.get_qrels(), eval_metrics=[\"recip_rank\", \"P_3\", \"P_5\", \"P_10\", \"ndcg_cut_10\", \"ndcg_cut_5\"], names=['BM25', 'BM25 >> BCE 5'])" - ] - } - ], - "metadata": { - "kernelspec": { - "display_name": "base", - "language": "python", - "name": "python3" - }, - "language_info": { - "codemirror_mode": { - "name": "ipython", - "version": 3 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.7.13" - }, - "orig_nbformat": 4 - }, - "nbformat": 4, - "nbformat_minor": 2 -} +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Keyphrase Extraction in PyTerrier from TIREx executions" + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "PyTerrier 0.9.2 has loaded Terrier 5.7 (built by craigm on 2022-11-10 18:30) and terrier-helper 0.0.7\n", + "\n", + "No etc/terrier.properties, using terrier.default.properties for bootstrap configuration.\n" + ] + } + ], + "source": [ + "from tira.local_client import Client\n", + "import pyterrier as pt\n", + "import pandas as pd\n", + "\n", + "if not pt.started():\n", + " pt.init()\n", + "\n", + "tira = Client()\n", + "dataset = \"trec-robust-2004\"\n", + "pt_dataset = pt.get_dataset(dataset)\n", + "\n", + "bce_5_keyphrase_extractor = tira.pt.transform_documents('ir-benchmarks/webis-keyphrase-extraction/BCExtractorFO-5', dataset)\n", + "bm25 = tira.pt.from_retriever_submission(\"ir-benchmarks/tira-ir-starter/PyTerrierBM25\", dataset)\n", + "bm25_score = pt.text.scorer(takes=\"docs\", body_attr=\"text\", wmodel=\"BM25\")\n", + "bm25_retrieval = bm25 >> bm25_score" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
qidquery
0301international organized crime
1302poliomyelitis and post polio
2303hubble telescope achievements
3304endangered species mammals
4305most dangerous vehicles
\n", + "
" + ], + "text/plain": [ + " qid query\n", + "0 301 international organized crime\n", + "1 302 poliomyelitis and post polio\n", + "2 303 hubble telescope achievements\n", + "3 304 endangered species mammals\n", + "4 305 most dangerous vehicles" + ] + }, + "execution_count": 2, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "dev_topics = pt_dataset.get_topics()\n", + "dev_topics = dev_topics[dev_topics['qid'].astype(int) <= 305]\n", + "dev_topics" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
qidquerytextkeyphrases
0301international organized crimeText of Presidential Edict on Organized Crime ...[aforementioned crimes, federation additional ...
1301international organized crimeSeminar on Criminology Held 1990-1993 Crime Fi...[real state, further increase, public control,...
2301international organized crimeFreeh Visit To Focus on Organized Crime BFN\\n[...[organized postcommunist crime, organized crim...
3301international organized crimeGovernment Ties to Organized Crime Examined CS...[characteristic organized crime, organized cri...
4301international organized crimeNorth Caucasus Anticrime Chief Views Current T...[territorial administrations, malbakhova crime...
\n", + "
" + ], + "text/plain": [ + " qid query \\\n", + "0 301 international organized crime \n", + "1 301 international organized crime \n", + "2 301 international organized crime \n", + "3 301 international organized crime \n", + "4 301 international organized crime \n", + "\n", + " text \\\n", + "0 Text of Presidential Edict on Organized Crime ... \n", + "1 Seminar on Criminology Held 1990-1993 Crime Fi... \n", + "2 Freeh Visit To Focus on Organized Crime BFN\\n[... \n", + "3 Government Ties to Organized Crime Examined CS... \n", + "4 North Caucasus Anticrime Chief Views Current T... \n", + "\n", + " keyphrases \n", + "0 [aforementioned crimes, federation additional ... \n", + "1 [real state, further increase, public control,... \n", + "2 [organized postcommunist crime, organized crim... \n", + "3 [characteristic organized crime, organized cri... \n", + "4 [territorial administrations, malbakhova crime... " + ] + }, + "execution_count": 3, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "(bm25 >> bce_5_keyphrase_extractor)(dev_topics).head(5)[['qid', 'query', 'text', 'keyphrases']]" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "metadata": {}, + "outputs": [], + "source": [ + "def append_keyphrases(df):\n", + " df['text'] = df['text'] + df['keyphrases'].apply(lambda i: ' '.join(i))\n", + " return df\n", + "\n", + "append_keyphrases = pt.apply.generic(append_keyphrases)\n" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "10:10:43.640 [main] WARN org.terrier.querying.ApplyTermPipeline - The index has no termpipelines configuration, and no control configuration is found. Defaulting to global termpipelines configuration of 'Stopwords,PorterStemmer'. Set a termpipelines control to remove this warning.\n" + ] + }, + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
qidquerytextscorerank
0301international organized crimeText of Presidential Edict on Organized Crime ...8.2798190
1301international organized crimeSeminar on Criminology Held 1990-1993 Crime Fi...8.0359285
2301international organized crimeFreeh Visit To Focus on Organized Crime BFN\\n[...8.0398954
3301international organized crimeGovernment Ties to Organized Crime Examined CS...7.9287208
4301international organized crimeNorth Caucasus Anticrime Chief Views Current T...8.0650752
\n", + "
" + ], + "text/plain": [ + " qid query \\\n", + "0 301 international organized crime \n", + "1 301 international organized crime \n", + "2 301 international organized crime \n", + "3 301 international organized crime \n", + "4 301 international organized crime \n", + "\n", + " text score rank \n", + "0 Text of Presidential Edict on Organized Crime ... 8.279819 0 \n", + "1 Seminar on Criminology Held 1990-1993 Crime Fi... 8.035928 5 \n", + "2 Freeh Visit To Focus on Organized Crime BFN\\n[... 8.039895 4 \n", + "3 Government Ties to Organized Crime Examined CS... 7.928720 8 \n", + "4 North Caucasus Anticrime Chief Views Current T... 8.065075 2 " + ] + }, + "execution_count": 5, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "bm_25_bce_5 = (bm25 >> bce_5_keyphrase_extractor >> append_keyphrases >> bm25_score)\n", + "\n", + "bm_25_bce_5(dev_topics).head(5)[['qid', 'query', 'text', 'score', 'rank']]" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "10:13:13.000 [main] WARN org.terrier.querying.ApplyTermPipeline - The index has no termpipelines configuration, and no control configuration is found. Defaulting to global termpipelines configuration of 'Stopwords,PorterStemmer'. Set a termpipelines control to remove this warning.\n", + "10:15:09.554 [main] WARN org.terrier.querying.ApplyTermPipeline - The index has no termpipelines configuration, and no control configuration is found. Defaulting to global termpipelines configuration of 'Stopwords,PorterStemmer'. Set a termpipelines control to remove this warning.\n" + ] + }, + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
namerecip_rankP_3P_5P_10ndcg_cut_10ndcg_cut_5
0BM250.6548090.4966530.4658630.4092370.4212580.444258
1BM25 >> BCE 50.6577570.5060240.4714860.4104420.4240800.449429
\n", + "
" + ], + "text/plain": [ + " name recip_rank P_3 P_5 P_10 ndcg_cut_10 \\\n", + "0 BM25 0.654809 0.496653 0.465863 0.409237 0.421258 \n", + "1 BM25 >> BCE 5 0.657757 0.506024 0.471486 0.410442 0.424080 \n", + "\n", + " ndcg_cut_5 \n", + "0 0.444258 \n", + "1 0.449429 " + ] + }, + "execution_count": 6, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "pt.Experiment([bm25_retrieval, bm_25_bce_5], pt_dataset.get_topics(), pt_dataset.get_qrels(), eval_metrics=[\"recip_rank\", \"P_3\", \"P_5\", \"P_10\", \"ndcg_cut_10\", \"ndcg_cut_5\"], names=['BM25', 'BM25 >> BCE 5'])" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "base", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.7.13" + }, + "orig_nbformat": 4 + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/ecir24/post-hoc-notebooks/query-segmentation.ipynb b/ecir24/post-hoc-notebooks/query-segmentation.ipynb index ecf3954..af2a9d1 100644 --- a/ecir24/post-hoc-notebooks/query-segmentation.ipynb +++ b/ecir24/post-hoc-notebooks/query-segmentation.ipynb @@ -1,792 +1,792 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Query Segmentation in PyTerrier from TIREx executions" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Setup the environment" - ] - }, - { - "cell_type": "code", - "execution_count": 1, - "metadata": {}, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "PyTerrier 0.9.2 has loaded Terrier 5.7 (built by craigm on 2022-11-10 18:30) and terrier-helper 0.0.7\n", - "\n", - "No etc/terrier.properties, using terrier.default.properties for bootstrap configuration.\n" - ] - } - ], - "source": [ - "from tira.local_client import Client\n", - "import pyterrier as pt\n", - "import pandas as pd\n", - "\n", - "tira = Client()\n", - "\n", - "if not pt.started():\n", - " pt.init()\n", - "\n", - "dataset = \"trec-robust-2004\"\n", - "pt_dataset = pt.get_dataset(dataset)\n" - ] - }, - { - "cell_type": "code", - "execution_count": 3, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
qidquery
2303hubble telescope achievements
\n", - "
" - ], - "text/plain": [ - " qid query\n", - "2 303 hubble telescope achievements" - ] - }, - "execution_count": 3, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "# Some Dev topics\n", - "dev_topics = pt_dataset.get_topics()\n", - "dev_topics = dev_topics[dev_topics['qid'].astype(int) == 303]\n", - "dev_topics" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Prepare Retrieval Components" - ] - }, - { - "cell_type": "code", - "execution_count": 5, - "metadata": {}, - "outputs": [], - "source": [ - "bm25 = tira.pt.from_retriever_submission(\"ir-benchmarks/tira-ir-starter/PyTerrierBM25\", dataset)" - ] - }, - { - "cell_type": "code", - "execution_count": 6, - "metadata": {}, - "outputs": [], - "source": [ - "bm25_score = pt.text.scorer(takes=\"docs\", body_attr=\"text\", wmodel=\"BM25\")\n", - "bm25_retrieval = bm25 >> bm25_score" - ] - }, - { - "cell_type": "code", - "execution_count": 8, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
qiddocnolabel
2386303FBIS3-162170
2387303FBIS3-190930
2388303FBIS3-210070
2389303FBIS3-210260
2390303FBIS3-235610
............
3142303LA122589-00680
3143303LA122590-01130
3144303LA122790-01520
3145303LA122990-00291
3146303LA122990-00300
\n", - "

761 rows × 3 columns

\n", - "
" - ], - "text/plain": [ - " qid docno label\n", - "2386 303 FBIS3-16217 0\n", - "2387 303 FBIS3-19093 0\n", - "2388 303 FBIS3-21007 0\n", - "2389 303 FBIS3-21026 0\n", - "2390 303 FBIS3-23561 0\n", - "... ... ... ...\n", - "3142 303 LA122589-0068 0\n", - "3143 303 LA122590-0113 0\n", - "3144 303 LA122790-0152 0\n", - "3145 303 LA122990-0029 1\n", - "3146 303 LA122990-0030 0\n", - "\n", - "[761 rows x 3 columns]" - ] - }, - "execution_count": 8, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "dev_qrels = pt_dataset.get_qrels()\n", - "dev_qrels = dev_qrels[dev_qrels['qid'].astype(int) == 303]\n", - "dev_qrels" - ] - }, - { - "cell_type": "code", - "execution_count": 9, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
qiddocnolabel
2519303FT921-71071
2595303FT924-2861
2627303FT931-65541
2731303FT941-156611
2739303FT941-176521
2818303FT944-1281
2918303LA051290-00791
3109303LA110590-00761
3119303LA112190-00431
3145303LA122990-00291
\n", - "
" - ], - "text/plain": [ - " qid docno label\n", - "2519 303 FT921-7107 1\n", - "2595 303 FT924-286 1\n", - "2627 303 FT931-6554 1\n", - "2731 303 FT941-15661 1\n", - "2739 303 FT941-17652 1\n", - "2818 303 FT944-128 1\n", - "2918 303 LA051290-0079 1\n", - "3109 303 LA110590-0076 1\n", - "3119 303 LA112190-0043 1\n", - "3145 303 LA122990-0029 1" - ] - }, - "execution_count": 9, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "dev_qrels[dev_qrels['label'] > 0]" - ] - }, - { - "cell_type": "code", - "execution_count": 23, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "11:53:50.468 [main] WARN org.terrier.querying.ApplyTermPipeline - The index has no termpipelines configuration, and no control configuration is found. Defaulting to global termpipelines configuration of 'Stopwords,PorterStemmer'. Set a termpipelines control to remove this warning.\n" - ] - }, - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
namerecip_rankP_3P_5P_10ndcg_cut_10ndcg_cut_5
0BM250.0526320.00.00.00.00.0
\n", - "
" - ], - "text/plain": [ - " name recip_rank P_3 P_5 P_10 ndcg_cut_10 ndcg_cut_5\n", - "0 BM25 0.052632 0.0 0.0 0.0 0.0 0.0" - ] - }, - "execution_count": 23, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "pt.Experiment([bm25_retrieval], dev_topics, dev_qrels, eval_metrics=[\"recip_rank\", \"P_3\", \"P_5\", \"P_10\", \"ndcg_cut_10\", \"ndcg_cut_5\"], names=['BM25'])" - ] - }, - { - "cell_type": "code", - "execution_count": 49, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:56:09.343 [main] WARN org.terrier.querying.ApplyTermPipeline - The index has no termpipelines configuration, and no control configuration is found. Defaulting to global termpipelines configuration of 'Stopwords,PorterStemmer'. Set a termpipelines control to remove this warning.\n" - ] - }, - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
namerecip_rankP_3P_5P_10ndcg_cut_10ndcg_cut_5
0BM251.00.3333330.40.20.314880.485229
\n", - "
" - ], - "text/plain": [ - " name recip_rank P_3 P_5 P_10 ndcg_cut_10 ndcg_cut_5\n", - "0 BM25 1.0 0.333333 0.4 0.2 0.31488 0.485229" - ] - }, - "execution_count": 49, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "phrase_search = (bm25_retrieval >> pt.apply.doc_score(lambda i: i['text'].lower().count(i['query']) ))\n", - "\n", - "dev_topics = pd.DataFrame([{'qid': '303', 'query': 'hubble telescope'}])\n", - "\n", - "pt.Experiment([phrase_search], dev_topics, dev_qrels, eval_metrics=[\"recip_rank\", \"P_3\", \"P_5\", \"P_10\", \"ndcg_cut_10\", \"ndcg_cut_5\"], names=['BM25'])" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "\n", - "\n", - "pt.Experiment([phrase_search], dev_topics, dev_qrels, eval_metrics=[\"recip_rank\", \"P_3\", \"P_5\", \"P_10\", \"ndcg_cut_10\", \"ndcg_cut_5\"], names=['BM25'])" - ] - }, - { - "cell_type": "code", - "execution_count": 11, - "metadata": {}, - "outputs": [], - "source": [ - "wt_query_segmentation = tira.pt.transform_queries('ir-benchmarks/webis-query-segmentation/wt-snp-baseline', dataset)\n", - "hyp_a_query_segmentation = tira.pt.transform_queries('ir-benchmarks/webis-query-segmentation/hyb-a', dataset)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Setup Retrieval Pipelines" - ] - }, - { - "cell_type": "code", - "execution_count": 12, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
querysegmentation
0international organized crime[international organized crime]
1poliomyelitis and post polio[poliomyelitis, and, post-polio]
2hubble telescope achievements[hubble telescope achievements]
3endangered species mammals[endangered species, mammals]
4most dangerous vehicles[most, dangerous vehicles]
5african civilian deaths[african, civilian deaths]
6new hydroelectric projects[new hydroelectric projects]
7implant dentistry[implant, dentistry]
8rap and crime[rap, and, crime]
9radio waves and brain cancer[radio waves, and, brain cancer]
\n", - "
" - ], - "text/plain": [ - " query segmentation\n", - "0 international organized crime [international organized crime]\n", - "1 poliomyelitis and post polio [poliomyelitis, and, post-polio]\n", - "2 hubble telescope achievements [hubble telescope achievements]\n", - "3 endangered species mammals [endangered species, mammals]\n", - "4 most dangerous vehicles [most, dangerous vehicles]\n", - "5 african civilian deaths [african, civilian deaths]\n", - "6 new hydroelectric projects [new hydroelectric projects]\n", - "7 implant dentistry [implant, dentistry]\n", - "8 rap and crime [rap, and, crime]\n", - "9 radio waves and brain cancer [radio waves, and, brain cancer]" - ] - }, - "execution_count": 12, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "wt_query_segmentation(dev_topics)[['query', 'segmentation']]" - ] - }, - { - "cell_type": "code", - "execution_count": 13, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
querysegmentation
0international organized crime[international, organized crime]
1poliomyelitis and post polio[poliomyelitis, and, post-polio]
2hubble telescope achievements[hubble telescope, achievements]
3endangered species mammals[endangered species, mammals]
4most dangerous vehicles[most, dangerous, vehicles]
5african civilian deaths[african, civilian deaths]
6new hydroelectric projects[new, hydroelectric projects]
7implant dentistry[implant, dentistry]
8rap and crime[rap, and, crime]
9radio waves and brain cancer[radio waves, and, brain cancer]
\n", - "
" - ], - "text/plain": [ - " query segmentation\n", - "0 international organized crime [international, organized crime]\n", - "1 poliomyelitis and post polio [poliomyelitis, and, post-polio]\n", - "2 hubble telescope achievements [hubble telescope, achievements]\n", - "3 endangered species mammals [endangered species, mammals]\n", - "4 most dangerous vehicles [most, dangerous, vehicles]\n", - "5 african civilian deaths [african, civilian deaths]\n", - "6 new hydroelectric projects [new, hydroelectric projects]\n", - "7 implant dentistry [implant, dentistry]\n", - "8 rap and crime [rap, and, crime]\n", - "9 radio waves and brain cancer [radio waves, and, brain cancer]" - ] - }, - "execution_count": 13, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "hyp_a_query_segmentation(dev_topics)[['query', 'segmentation']]" - ] - } - ], - "metadata": { - "kernelspec": { - "display_name": "base", - "language": "python", - "name": "python3" - }, - "language_info": { - "codemirror_mode": { - "name": "ipython", - "version": 3 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.7.13" - }, - "orig_nbformat": 4 - }, - "nbformat": 4, - "nbformat_minor": 2 -} +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Query Segmentation in PyTerrier from TIREx executions" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### Setup the environment" + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "PyTerrier 0.9.2 has loaded Terrier 5.7 (built by craigm on 2022-11-10 18:30) and terrier-helper 0.0.7\n", + "\n", + "No etc/terrier.properties, using terrier.default.properties for bootstrap configuration.\n" + ] + } + ], + "source": [ + "from tira.local_client import Client\n", + "import pyterrier as pt\n", + "import pandas as pd\n", + "\n", + "tira = Client()\n", + "\n", + "if not pt.started():\n", + " pt.init()\n", + "\n", + "dataset = \"trec-robust-2004\"\n", + "pt_dataset = pt.get_dataset(dataset)\n" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
qidquery
2303hubble telescope achievements
\n", + "
" + ], + "text/plain": [ + " qid query\n", + "2 303 hubble telescope achievements" + ] + }, + "execution_count": 3, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# Some Dev topics\n", + "dev_topics = pt_dataset.get_topics()\n", + "dev_topics = dev_topics[dev_topics['qid'].astype(int) == 303]\n", + "dev_topics" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### Prepare Retrieval Components" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "metadata": {}, + "outputs": [], + "source": [ + "bm25 = tira.pt.from_retriever_submission(\"ir-benchmarks/tira-ir-starter/PyTerrierBM25\", dataset)" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "metadata": {}, + "outputs": [], + "source": [ + "bm25_score = pt.text.scorer(takes=\"docs\", body_attr=\"text\", wmodel=\"BM25\")\n", + "bm25_retrieval = bm25 >> bm25_score" + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
qiddocnolabel
2386303FBIS3-162170
2387303FBIS3-190930
2388303FBIS3-210070
2389303FBIS3-210260
2390303FBIS3-235610
............
3142303LA122589-00680
3143303LA122590-01130
3144303LA122790-01520
3145303LA122990-00291
3146303LA122990-00300
\n", + "

761 rows × 3 columns

\n", + "
" + ], + "text/plain": [ + " qid docno label\n", + "2386 303 FBIS3-16217 0\n", + "2387 303 FBIS3-19093 0\n", + "2388 303 FBIS3-21007 0\n", + "2389 303 FBIS3-21026 0\n", + "2390 303 FBIS3-23561 0\n", + "... ... ... ...\n", + "3142 303 LA122589-0068 0\n", + "3143 303 LA122590-0113 0\n", + "3144 303 LA122790-0152 0\n", + "3145 303 LA122990-0029 1\n", + "3146 303 LA122990-0030 0\n", + "\n", + "[761 rows x 3 columns]" + ] + }, + "execution_count": 8, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "dev_qrels = pt_dataset.get_qrels()\n", + "dev_qrels = dev_qrels[dev_qrels['qid'].astype(int) == 303]\n", + "dev_qrels" + ] + }, + { + "cell_type": "code", + "execution_count": 9, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
qiddocnolabel
2519303FT921-71071
2595303FT924-2861
2627303FT931-65541
2731303FT941-156611
2739303FT941-176521
2818303FT944-1281
2918303LA051290-00791
3109303LA110590-00761
3119303LA112190-00431
3145303LA122990-00291
\n", + "
" + ], + "text/plain": [ + " qid docno label\n", + "2519 303 FT921-7107 1\n", + "2595 303 FT924-286 1\n", + "2627 303 FT931-6554 1\n", + "2731 303 FT941-15661 1\n", + "2739 303 FT941-17652 1\n", + "2818 303 FT944-128 1\n", + "2918 303 LA051290-0079 1\n", + "3109 303 LA110590-0076 1\n", + "3119 303 LA112190-0043 1\n", + "3145 303 LA122990-0029 1" + ] + }, + "execution_count": 9, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "dev_qrels[dev_qrels['label'] > 0]" + ] + }, + { + "cell_type": "code", + "execution_count": 23, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "11:53:50.468 [main] WARN org.terrier.querying.ApplyTermPipeline - The index has no termpipelines configuration, and no control configuration is found. Defaulting to global termpipelines configuration of 'Stopwords,PorterStemmer'. Set a termpipelines control to remove this warning.\n" + ] + }, + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
namerecip_rankP_3P_5P_10ndcg_cut_10ndcg_cut_5
0BM250.0526320.00.00.00.00.0
\n", + "
" + ], + "text/plain": [ + " name recip_rank P_3 P_5 P_10 ndcg_cut_10 ndcg_cut_5\n", + "0 BM25 0.052632 0.0 0.0 0.0 0.0 0.0" + ] + }, + "execution_count": 23, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "pt.Experiment([bm25_retrieval], dev_topics, dev_qrels, eval_metrics=[\"recip_rank\", \"P_3\", \"P_5\", \"P_10\", \"ndcg_cut_10\", \"ndcg_cut_5\"], names=['BM25'])" + ] + }, + { + "cell_type": "code", + "execution_count": 49, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "12:56:09.343 [main] WARN org.terrier.querying.ApplyTermPipeline - The index has no termpipelines configuration, and no control configuration is found. Defaulting to global termpipelines configuration of 'Stopwords,PorterStemmer'. Set a termpipelines control to remove this warning.\n" + ] + }, + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
namerecip_rankP_3P_5P_10ndcg_cut_10ndcg_cut_5
0BM251.00.3333330.40.20.314880.485229
\n", + "
" + ], + "text/plain": [ + " name recip_rank P_3 P_5 P_10 ndcg_cut_10 ndcg_cut_5\n", + "0 BM25 1.0 0.333333 0.4 0.2 0.31488 0.485229" + ] + }, + "execution_count": 49, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "phrase_search = (bm25_retrieval >> pt.apply.doc_score(lambda i: i['text'].lower().count(i['query']) ))\n", + "\n", + "dev_topics = pd.DataFrame([{'qid': '303', 'query': 'hubble telescope'}])\n", + "\n", + "pt.Experiment([phrase_search], dev_topics, dev_qrels, eval_metrics=[\"recip_rank\", \"P_3\", \"P_5\", \"P_10\", \"ndcg_cut_10\", \"ndcg_cut_5\"], names=['BM25'])" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "\n", + "\n", + "pt.Experiment([phrase_search], dev_topics, dev_qrels, eval_metrics=[\"recip_rank\", \"P_3\", \"P_5\", \"P_10\", \"ndcg_cut_10\", \"ndcg_cut_5\"], names=['BM25'])" + ] + }, + { + "cell_type": "code", + "execution_count": 11, + "metadata": {}, + "outputs": [], + "source": [ + "wt_query_segmentation = tira.pt.transform_queries('ir-benchmarks/webis-query-segmentation/wt-snp-baseline', dataset)\n", + "hyp_a_query_segmentation = tira.pt.transform_queries('ir-benchmarks/webis-query-segmentation/hyb-a', dataset)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### Setup Retrieval Pipelines" + ] + }, + { + "cell_type": "code", + "execution_count": 12, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
querysegmentation
0international organized crime[international organized crime]
1poliomyelitis and post polio[poliomyelitis, and, post-polio]
2hubble telescope achievements[hubble telescope achievements]
3endangered species mammals[endangered species, mammals]
4most dangerous vehicles[most, dangerous vehicles]
5african civilian deaths[african, civilian deaths]
6new hydroelectric projects[new hydroelectric projects]
7implant dentistry[implant, dentistry]
8rap and crime[rap, and, crime]
9radio waves and brain cancer[radio waves, and, brain cancer]
\n", + "
" + ], + "text/plain": [ + " query segmentation\n", + "0 international organized crime [international organized crime]\n", + "1 poliomyelitis and post polio [poliomyelitis, and, post-polio]\n", + "2 hubble telescope achievements [hubble telescope achievements]\n", + "3 endangered species mammals [endangered species, mammals]\n", + "4 most dangerous vehicles [most, dangerous vehicles]\n", + "5 african civilian deaths [african, civilian deaths]\n", + "6 new hydroelectric projects [new hydroelectric projects]\n", + "7 implant dentistry [implant, dentistry]\n", + "8 rap and crime [rap, and, crime]\n", + "9 radio waves and brain cancer [radio waves, and, brain cancer]" + ] + }, + "execution_count": 12, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "wt_query_segmentation(dev_topics)[['query', 'segmentation']]" + ] + }, + { + "cell_type": "code", + "execution_count": 13, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
querysegmentation
0international organized crime[international, organized crime]
1poliomyelitis and post polio[poliomyelitis, and, post-polio]
2hubble telescope achievements[hubble telescope, achievements]
3endangered species mammals[endangered species, mammals]
4most dangerous vehicles[most, dangerous, vehicles]
5african civilian deaths[african, civilian deaths]
6new hydroelectric projects[new, hydroelectric projects]
7implant dentistry[implant, dentistry]
8rap and crime[rap, and, crime]
9radio waves and brain cancer[radio waves, and, brain cancer]
\n", + "
" + ], + "text/plain": [ + " query segmentation\n", + "0 international organized crime [international, organized crime]\n", + "1 poliomyelitis and post polio [poliomyelitis, and, post-polio]\n", + "2 hubble telescope achievements [hubble telescope, achievements]\n", + "3 endangered species mammals [endangered species, mammals]\n", + "4 most dangerous vehicles [most, dangerous, vehicles]\n", + "5 african civilian deaths [african, civilian deaths]\n", + "6 new hydroelectric projects [new, hydroelectric projects]\n", + "7 implant dentistry [implant, dentistry]\n", + "8 rap and crime [rap, and, crime]\n", + "9 radio waves and brain cancer [radio waves, and, brain cancer]" + ] + }, + "execution_count": 13, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "hyp_a_query_segmentation(dev_topics)[['query', 'segmentation']]" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "base", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.7.13" + }, + "orig_nbformat": 4 + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/ecir24/post-hoc-notebooks/requirements.txt b/ecir24/post-hoc-notebooks/requirements.txt index 61d2d67..114ff71 100644 --- a/ecir24/post-hoc-notebooks/requirements.txt +++ b/ecir24/post-hoc-notebooks/requirements.txt @@ -1,3 +1,3 @@ -pandas -python-terrier -tira +pandas +python-terrier +tira diff --git a/ecir24/tutorials/README.md b/ecir24/tutorials/README.md index d29bc42..7215f98 100644 --- a/ecir24/tutorials/README.md +++ b/ecir24/tutorials/README.md @@ -1,22 +1,22 @@ -# HowTo: Software Submissions to the 1st International Workshop on Open Web Search - -To start your submission, you should have prepared a Docker image of your approach. -To get you started, please look at our [baseline submissions](../baselines) that you can use as inspiration. -If you have no experience with Docker, please do not hesitate to contact us, we are happy to help you to dockerize your software. - -## Step-by-Step Guide - -Step 1: Open the task’s [submission page](https://www.tira.io/task-overview/workshop-on-open-web-search/) - -Step 2: Click on "SUBMIT", registering your team if necessary. - -![Screenshot_20231028_123222](https://github.com/OpenWebSearch/wows-code/assets/10050886/44aece55-c14d-4b02-ba40-0ab095717b52) - -Step 3: Click on "DOCKER SUBMISSION" and "CREATE NEW SOFTWARE". - -![Screenshot_20231028_123359](https://github.com/OpenWebSearch/wows-code/assets/10050886/11ad7f7e-7e55-4384-b2c3-2740205fc9c4) - -Step 4: Follow the instructions, installing `tira` and executing the Docker submission with `tira-run` to test that everything works as expected. -The `tira-run` command will download the data automatically. Adjust `YOUR-COMMAND` where `$inputDataset` points to the input and `$outputDir` is the directory where the output file(s) should be stored. The `tira-run` command automatically checks that the output of the software is valid. - -Step 5: Click on PUSH NEW DOCKER IMAGE to get your personalized instructions to push the image to TIRA. Click REFRESH IMAGES after it was pushed to be then able to select if from the Docker Image dropdown. Put the same command you used in 4. into the command text field. Click NEXT and copy the two commands to check your approach another time. +# HowTo: Software Submissions to the 1st International Workshop on Open Web Search + +To start your submission, you should have prepared a Docker image of your approach. +To get you started, please look at our [baseline submissions](../baselines) that you can use as inspiration. +If you have no experience with Docker, please do not hesitate to contact us, we are happy to help you to dockerize your software. + +## Step-by-Step Guide + +Step 1: Open the task’s [submission page](https://www.tira.io/task-overview/workshop-on-open-web-search/) + +Step 2: Click on "SUBMIT", registering your team if necessary. + +![Screenshot_20231028_123222](https://github.com/OpenWebSearch/wows-code/assets/10050886/44aece55-c14d-4b02-ba40-0ab095717b52) + +Step 3: Click on "DOCKER SUBMISSION" and "CREATE NEW SOFTWARE". + +![Screenshot_20231028_123359](https://github.com/OpenWebSearch/wows-code/assets/10050886/11ad7f7e-7e55-4384-b2c3-2740205fc9c4) + +Step 4: Follow the instructions, installing `tira` and executing the Docker submission with `tira-run` to test that everything works as expected. +The `tira-run` command will download the data automatically. Adjust `YOUR-COMMAND` where `$inputDataset` points to the input and `$outputDir` is the directory where the output file(s) should be stored. The `tira-run` command automatically checks that the output of the software is valid. + +Step 5: Click on PUSH NEW DOCKER IMAGE to get your personalized instructions to push the image to TIRA. Click REFRESH IMAGES after it was pushed to be then able to select if from the Docker Image dropdown. Put the same command you used in 4. into the command text field. Click NEXT and copy the two commands to check your approach another time. diff --git a/ecir25/README.md b/ecir25/README.md index 1af3109..102914e 100644 --- a/ecir25/README.md +++ b/ecir25/README.md @@ -1,123 +1,123 @@ -# Code and Tutorials for the [2nd International Workshop on Open Web Search](https://opensearchfoundation.org/en/events-osf/wows2025) #wows2025 - -This repository contains all code, tutorials, and baselines for the WOWS-EVAL shared task at [WOWS25](https://opensearchfoundation.org/en/events-osf/wows2025/)@[ECIR'25](https://ecir2025.eu/) - -## Goal - -With the WOWS-EVAL shared task, we aim to collaboratively and cooperatively enrich the Open Web Index (OWI) with relevance judgments transferred from existing TREC-like test collections. For this, we develop and collect automated relevance assessors (similar to the [LLMJudge shared task](https://github.com/llm4eval/LLMJudge)) that use a TREC-style information need, optionally a document already known as relevant to the information need, and document as input and output a probability that the document is relevant to the query. - -## Data Format - -We aim to collect pointwise and pairwise relevance assessors. An overview of all datasets for the shared task is available at [tira.io/datasets?query=wows-eval](https://archive.tira.io/datasets?query=wows-eval). Please use the smoke test datasets to ensure that your software works as expected before processing the larger test datasets. - -### Pointwise Relevance Assessments - -Given a query and a document, predict the probability that the document is relevant to the query. The data comes in jsonl format where each input line has the following fields: - -- `id`: The identifier for the query-document pair. -- `query`: The query for which the relevance should be predicted. -- `unknown`: The text of the document for which the relevance to the `query` should be predicted. - -You can directly load the dataset(s) into a [DataFrame](https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.html) via the tira client (install via `pip3 install tira`) for simplified processing. For instance, execute the following command to load the pointwise smoke test dataset into a DataFrame (see [tira.io/datasets?query=wows-eval](https://archive.tira.io/datasets?query=wows-eval) for an complete overview of dataset identifiers): - -``` -from tira.rest_api_client import Client -tira = Client() -input_data = tira.pd.inputs('wows-eval/pointwise-smoke-test-20250128-training') -``` - -The dataset looks like this: - -![example of pointwise data](figures/pointwise-data-example.png) - -The task of an pointwise relevance assessor is to produce an output in jsonl with two fields per line: -- `id`: The identifier for the query-document pair. -- `probability_relevant`: The probability (between 0 for non-relevant and 1 for relevant) that the document is relevant to the query. - -### Pairwise Relevance Assessments - -Given a query, a known relevant document, and an document with an unknown relevance to a query, predict the probability that the unknown document is relevant to the query given the known relevant document. - -You can directly load the dataset(s) into a [DataFrame](https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.html) via the tira client (install via `pip3 install tira`) for simplified processing. For instance, execute the following command to load the pairwise smoke test dataset into a DataFrame (see [tira.io/datasets?query=wows-eval](https://archive.tira.io/datasets?query=wows-eval) for an complete overview of dataset identifiers): - -``` -from tira.rest_api_client import Client -tira = Client() -input_data = tira.pd.inputs('wows-eval/pairwise-smoke-test-20250210-training') -``` - -The dataset looks like this: - -![example of pointwise data](figures/pairwise-data-example.png) - - -## Step-by-Step Submission Guide - -We use [TIRA](https://www.tira.io) with run submissions and encourage to include [ir-metadata](https://www.ir-metadata.org/) documentation for all submitted runs. All our baselines use ir-metadata and monitor the consumed resources to create a run (GPU, RAM, CPU, etc.). - -### Step 1: Install the wows-eval Script to Evaluate and Submit Your Solutions - -We have created a python script `wows-eval` that you can use on the command line and in python to evaluate your relevance assessor. You can pass `--upload` on the command line respectively `upload=True` to directly upload your submission to TIRA and print an ownership ID to stdout that you can use to claim ownership for your submitted run. - -Install `wows-eval` via: - -``` -pip3 install wows-eval -``` - -The easiest option is to use wows-eval from python (assuming that your pipeline uses python). Assuming that you have stored your predictions for the smoke test dataset (see [tira.io/datasets?query=wows-eval](https://archive.tira.io/datasets?query=wows-eval) for an complete overview of dataset identifiers) into a variable `predictions`, you can evaluate and upload your run via like this (complete examples in the baseline notebooks): - -![example of wows-eval in python](figures/wows-eval-python.png) - -If you do not use python, you can use the `wows-eval` that pip3 installs into your python binaries. The `wows-eval --help` command shows an overview of the usage: - -``` -wows-eval --help -Usage: wows-eval [OPTIONS] PREDICTIONS TRUTHS - - Evaluate the predictions of your relevance assessor passed in a file - PREDICTIONS against the TRUTHS (either a file or a string with the TIRA - dataset ID). wows-eval calculates ranking correlations between the predicted - probabilities that documents are relevant against the ground truth ranking - when ordering documents by their ground truth relevance labels. - -Options: - --upload Upload predictions to TIRA. - --help Show this message and exit. -``` - -Assumed that you have stored your predictions for the smoke test dataset into a file predictions.jsonl, evaluating and uploading your run would look like: - -![example of wows-eval in cli](figures/wows-eval-cli.png) - -### Step 2: Implement your Relevance Assessors - -Now that we know the basics, we can start to implement our own point and pairwise relevance assessors. We have a set of baselines available that you can use as starting points: - -- [baselines/pointwise-autoqrels.ipynb](baselines/pointwise-autoqrels.ipynb): A pointwise [autoqrels](https://github.com/seanmacavaney/autoqrels) baseline where you could easily modify the prompt and the underlying language model. -- [baselines/pointwise-naive.ipynb](baselines/pointwise-naive.ipynb): A naive pointwise baseline that always predicts that a document is relevant to a query with a probability of 50%. -- [baselines/pairwise-autoqrels.ipynb](baselines/pairwise-autoqrels.ipynb): A pairwise [autoqrels](https://github.com/seanmacavaney/autoqrels) baseline where you could easily modify the prompt and the underlying language model. -- [baselines/pairwise-naive.ipynb](baselines/pairwise-naive.ipynb): A naive pairwise baseline that always predicts that a document is relevant to a query with a probability of 50%. - - -### Step 3: Register to TIRA and to the WOWS-EVAL task - -Please register at [tira.io](https://www.tira.io) and navigate to the [WOWS-EVAL](https://www.tira.io/task-overview/wows-eval/) task and click on "Register". You can choose your team name from a list of [fictional](https://en.wikipedia.org/wiki/Category:Fictional_librarians) and [real](https://en.wikipedia.org/wiki/List_of_librarians) librarians ([please drop a message](#contact) if your favourite team name is not in the list). - -### Step 4: - -To finalize your submission to WOWS-EVAL, you must now claim your submission via the URL printed from the `wows-eval` command. In the form, you can overwrite the name and description of your system: - -![example of claim ownership form](figures/claim-run-in-tira.png) - -## Resources - -Important links/resources: -- [The workshop page](https://opensearchfoundation.org/en/events-osf/wows2025) -- [Software submissions](https://www.tira.io/task-overview/workshop-on-open-web-search/) -- [Baseline submissions](https://github.com/OpenWebSearch/wows-code/tree/main/ecir25/baselines) - -# Contact - -If you have any questions or problems, please do not hesitate to contact us via [the forum](https://www.tira.io/t/the-forum-for-the-2nd-international-workshop-on-open-web-search-wows2025) or via mail. - +# Code and Tutorials for the [2nd International Workshop on Open Web Search](https://opensearchfoundation.org/en/events-osf/wows2025) #wows2025 + +This repository contains all code, tutorials, and baselines for the WOWS-EVAL shared task at [WOWS25](https://opensearchfoundation.org/en/events-osf/wows2025/)@[ECIR'25](https://ecir2025.eu/) + +## Goal + +With the WOWS-EVAL shared task, we aim to collaboratively and cooperatively enrich the Open Web Index (OWI) with relevance judgments transferred from existing TREC-like test collections. For this, we develop and collect automated relevance assessors (similar to the [LLMJudge shared task](https://github.com/llm4eval/LLMJudge)) that use a TREC-style information need, optionally a document already known as relevant to the information need, and document as input and output a probability that the document is relevant to the query. + +## Data Format + +We aim to collect pointwise and pairwise relevance assessors. An overview of all datasets for the shared task is available at [tira.io/datasets?query=wows-eval](https://archive.tira.io/datasets?query=wows-eval). Please use the smoke test datasets to ensure that your software works as expected before processing the larger test datasets. + +### Pointwise Relevance Assessments + +Given a query and a document, predict the probability that the document is relevant to the query. The data comes in jsonl format where each input line has the following fields: + +- `id`: The identifier for the query-document pair. +- `query`: The query for which the relevance should be predicted. +- `unknown`: The text of the document for which the relevance to the `query` should be predicted. + +You can directly load the dataset(s) into a [DataFrame](https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.html) via the tira client (install via `pip3 install tira`) for simplified processing. For instance, execute the following command to load the pointwise smoke test dataset into a DataFrame (see [tira.io/datasets?query=wows-eval](https://archive.tira.io/datasets?query=wows-eval) for an complete overview of dataset identifiers): + +``` +from tira.rest_api_client import Client +tira = Client() +input_data = tira.pd.inputs('wows-eval/pointwise-smoke-test-20250128-training') +``` + +The dataset looks like this: + +![example of pointwise data](figures/pointwise-data-example.png) + +The task of an pointwise relevance assessor is to produce an output in jsonl with two fields per line: +- `id`: The identifier for the query-document pair. +- `probability_relevant`: The probability (between 0 for non-relevant and 1 for relevant) that the document is relevant to the query. + +### Pairwise Relevance Assessments + +Given a query, a known relevant document, and an document with an unknown relevance to a query, predict the probability that the unknown document is relevant to the query given the known relevant document. + +You can directly load the dataset(s) into a [DataFrame](https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.html) via the tira client (install via `pip3 install tira`) for simplified processing. For instance, execute the following command to load the pairwise smoke test dataset into a DataFrame (see [tira.io/datasets?query=wows-eval](https://archive.tira.io/datasets?query=wows-eval) for an complete overview of dataset identifiers): + +``` +from tira.rest_api_client import Client +tira = Client() +input_data = tira.pd.inputs('wows-eval/pairwise-smoke-test-20250210-training') +``` + +The dataset looks like this: + +![example of pointwise data](figures/pairwise-data-example.png) + + +## Step-by-Step Submission Guide + +We use [TIRA](https://www.tira.io) with run submissions and encourage to include [ir-metadata](https://www.ir-metadata.org/) documentation for all submitted runs. All our baselines use ir-metadata and monitor the consumed resources to create a run (GPU, RAM, CPU, etc.). + +### Step 1: Install the wows-eval Script to Evaluate and Submit Your Solutions + +We have created a python script `wows-eval` that you can use on the command line and in python to evaluate your relevance assessor. You can pass `--upload` on the command line respectively `upload=True` to directly upload your submission to TIRA and print an ownership ID to stdout that you can use to claim ownership for your submitted run. + +Install `wows-eval` via: + +``` +pip3 install wows-eval +``` + +The easiest option is to use wows-eval from python (assuming that your pipeline uses python). Assuming that you have stored your predictions for the smoke test dataset (see [tira.io/datasets?query=wows-eval](https://archive.tira.io/datasets?query=wows-eval) for an complete overview of dataset identifiers) into a variable `predictions`, you can evaluate and upload your run via like this (complete examples in the baseline notebooks): + +![example of wows-eval in python](figures/wows-eval-python.png) + +If you do not use python, you can use the `wows-eval` that pip3 installs into your python binaries. The `wows-eval --help` command shows an overview of the usage: + +``` +wows-eval --help +Usage: wows-eval [OPTIONS] PREDICTIONS TRUTHS + + Evaluate the predictions of your relevance assessor passed in a file + PREDICTIONS against the TRUTHS (either a file or a string with the TIRA + dataset ID). wows-eval calculates ranking correlations between the predicted + probabilities that documents are relevant against the ground truth ranking + when ordering documents by their ground truth relevance labels. + +Options: + --upload Upload predictions to TIRA. + --help Show this message and exit. +``` + +Assumed that you have stored your predictions for the smoke test dataset into a file predictions.jsonl, evaluating and uploading your run would look like: + +![example of wows-eval in cli](figures/wows-eval-cli.png) + +### Step 2: Implement your Relevance Assessors + +Now that we know the basics, we can start to implement our own point and pairwise relevance assessors. We have a set of baselines available that you can use as starting points: + +- [baselines/pointwise-autoqrels.ipynb](baselines/pointwise-autoqrels.ipynb): A pointwise [autoqrels](https://github.com/seanmacavaney/autoqrels) baseline where you could easily modify the prompt and the underlying language model. +- [baselines/pointwise-naive.ipynb](baselines/pointwise-naive.ipynb): A naive pointwise baseline that always predicts that a document is relevant to a query with a probability of 50%. +- [baselines/pairwise-autoqrels.ipynb](baselines/pairwise-autoqrels.ipynb): A pairwise [autoqrels](https://github.com/seanmacavaney/autoqrels) baseline where you could easily modify the prompt and the underlying language model. +- [baselines/pairwise-naive.ipynb](baselines/pairwise-naive.ipynb): A naive pairwise baseline that always predicts that a document is relevant to a query with a probability of 50%. + + +### Step 3: Register to TIRA and to the WOWS-EVAL task + +Please register at [tira.io](https://www.tira.io) and navigate to the [WOWS-EVAL](https://www.tira.io/task-overview/wows-eval/) task and click on "Register". You can choose your team name from a list of [fictional](https://en.wikipedia.org/wiki/Category:Fictional_librarians) and [real](https://en.wikipedia.org/wiki/List_of_librarians) librarians ([please drop a message](#contact) if your favourite team name is not in the list). + +### Step 4: + +To finalize your submission to WOWS-EVAL, you must now claim your submission via the URL printed from the `wows-eval` command. In the form, you can overwrite the name and description of your system: + +![example of claim ownership form](figures/claim-run-in-tira.png) + +## Resources + +Important links/resources: +- [The workshop page](https://opensearchfoundation.org/en/events-osf/wows2025) +- [Software submissions](https://www.tira.io/task-overview/workshop-on-open-web-search/) +- [Baseline submissions](https://github.com/OpenWebSearch/wows-code/tree/main/ecir25/baselines) + +# Contact + +If you have any questions or problems, please do not hesitate to contact us via [the forum](https://www.tira.io/t/the-forum-for-the-2nd-international-workshop-on-open-web-search-wows2025) or via mail. + diff --git a/ecir25/baselines/pairwise-autoqrels.ipynb b/ecir25/baselines/pairwise-autoqrels.ipynb index 1d607ba..4524584 100644 --- a/ecir25/baselines/pairwise-autoqrels.ipynb +++ b/ecir25/baselines/pairwise-autoqrels.ipynb @@ -1,487 +1,487 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# WOWS-Eval Autoqrels Pairwise Baseline\n", - "\n", - "This is a pairwise autoqrels baseline to WOWS-EVAL that uses autoqrels to predict the probability that a document is relevant to a query given a already known relevant document." - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Step 1: Install Dependencies" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "!pip3 install wows-eval 'git+https://github.com/mam10eks/autoqrels.git'" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Step 2: Load the Data\n", - "\n", - "Pairwise models have a query, a known relevant document, and an document with an unknown relevance to a query as input and predict the probability that the unknown document is relevant to the query given the known relevant document into a field `probability_relevant`.\n", - "\n", - "In the following, we will process the pwise smoke test dataset. Please modify the variable `DATASET_ID` to submit for other datasets. See [tira.io/datasets?query=wows-eval](https://archive.tira.io/datasets?query=wows-eval) for an complete overview of dataset identifiers.\n" - ] - }, - { - "cell_type": "code", - "execution_count": 1, - "metadata": {}, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "/usr/lib/python3.13/site-packages/tqdm/auto.py:21: TqdmWarning: IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html\n", - " from .autonotebook import tqdm as notebook_tqdm\n" - ] - } - ], - "source": [ - "from tira.rest_api_client import Client\n", - "from wows_eval import evaluate as wows_evaluate\n", - "from autoqrels.oneshot import DuoPrompt\n", - "import pandas as pd\n", - "\n", - "# For measuring consumed resources (e.g., GPU, CPU, RAM, etc.)\n", - "from tirex_tracker import tracking, ExportFormat\n", - "\n", - "pd.set_option('display.max_colwidth', None)\n", - "\n", - "DATASET_ID = 'wows-eval/pairwise-smoke-test-20250210-training'\n", - "# DATASET_ID = 'wows-eval/pairwise-20250309-test'\n", - "\n", - "tira = Client()\n", - "input_data = tira.pd.inputs(DATASET_ID)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Step 3: Look at the data" - ] - }, - { - "cell_type": "code", - "execution_count": 2, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
idqueryrelevantunknown
03d080873-98a1-4388-af86-fe2c8b47ebcawho sings monk theme songexists and is an alternate of . The Monk theme song is It's a Jungle Out There by Randy Newman. The Monk theme song is It's a Jungle Out There by Randy Newman.Randy Newman (album) Randy Newman is the debut recording by Randy Newman, released in 1968. Unlike his later albums which featured Newman and his piano backed by guitar, bass guitar and drums, Randy Newman was highly orchestral and aimed to blend the orchestra with Newman's voice and piano.
1468a9e92-467f-47c9-810b-fe6fa9dca634who sings monk theme songexists and is an alternate of . The Monk theme song is It's a Jungle Out There by Randy Newman. The Monk theme song is It's a Jungle Out There by Randy Newman.One of Monk's most important contributions to jazz was his use of space and simplicity in his performances and in his compositions. Monk's unconventional use of harmony and rhythm has had a lasting influence on jazz as well. Finally, Monk's compositions are very well-known, both by performers and by listeners.
\n", - "
" - ], - "text/plain": [ - " id query \\\n", - "0 3d080873-98a1-4388-af86-fe2c8b47ebca who sings monk theme song \n", - "1 468a9e92-467f-47c9-810b-fe6fa9dca634 who sings monk theme song \n", - "\n", - " relevant \\\n", - "0 exists and is an alternate of . The Monk theme song is It's a Jungle Out There by Randy Newman. The Monk theme song is It's a Jungle Out There by Randy Newman. \n", - "1 exists and is an alternate of . The Monk theme song is It's a Jungle Out There by Randy Newman. The Monk theme song is It's a Jungle Out There by Randy Newman. \n", - "\n", - " unknown \n", - "0 Randy Newman (album) Randy Newman is the debut recording by Randy Newman, released in 1968. Unlike his later albums which featured Newman and his piano backed by guitar, bass guitar and drums, Randy Newman was highly orchestral and aimed to blend the orchestra with Newman's voice and piano. \n", - "1 One of Monk's most important contributions to jazz was his use of space and simplicity in his performances and in his compositions. Monk's unconventional use of harmony and rhythm has had a lasting influence on jazz as well. Finally, Monk's compositions are very well-known, both by performers and by listeners. " - ] - }, - "execution_count": 2, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "input_data.head(2)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Step 4: Implement the AutoQrels approach\n", - "\n", - "Here, we use a prompted language model (you can modify the prompt and the backbone model) to predict the relevance of the document to the query and store the probability in the field `probability_relevant`. We wrap all computations into a `tira_measure.Environment` to measure the resources consumed for our computations to later include the used resources into the ir-metadata of our run." - ] - }, - { - "cell_type": "code", - "execution_count": 3, - "metadata": {}, - "outputs": [], - "source": [ - "BACKBONE_MODEL = \"flan-t5-small\"\n", - "\n", - "PROMPT = \"\"\"Determine if passage B is as relevant as passage A\n", - "for the given query.\n", - "'Passage A: \"...{{ rel_doc_text | replace(\"\\\\\"\", \"\\'\") }}...\"\n", - "'Passage B: \"...{{ unk_doc_text | replace(\"\\\\\"\", \"\\'\") }}...\"\n", - "'Query: \"{{ query_text }}\" '\n", - "\"Is passage B as relevant as passage A? \"\"\"" - ] - }, - { - "cell_type": "code", - "execution_count": 4, - "metadata": {}, - "outputs": [], - "source": [ - "autoqrels_assessor = DuoPrompt(\n", - " backbone=f'google/{BACKBONE_MODEL}',\n", - " prompt=PROMPT,\n", - " dataset=None\n", - ")" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Step 5: Run the predictions and look at the outputs" - ] - }, - { - "cell_type": "code", - "execution_count": 5, - "metadata": {}, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "huggingface/tokenizers: The current process just got forked, after parallelism has already been used. Disabling parallelism to avoid deadlocks...\n", - "To disable this warning, you can either:\n", - "\t- Avoid using `tokenizers` before the fork if possible\n", - "\t- Explicitly set the environment variable TOKENIZERS_PARALLELISM=(true | false)\n", - "PCM Info: setrlimit for file limit 1000000 failed with error Operation not permitted\n", - "\n", - "===== Processor information =====\n", - "Linux arch_perfmon flag : yes\n", - "Hybrid processor : yes\n", - "IBRS and IBPB supported : yes\n", - "STIBP supported : yes\n", - "Spec arch caps supported : yes\n", - "Max CPUID level : 32\n", - "CPU model number : 154\n", - "PCM Error: can't open MSR handle for core 0 (No such file or directory)\n", - "Try no-MSR mode by setting env variable PCM_NO_MSR=1\n", - "Can not access CPUs Model Specific Registers (MSRs).\n", - "execute 'modprobe msr' as root user, then execute pcm as root user.\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Give read access to /sys/class/powercap/intel-rapl/intel-rapl:1/energy_uj\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - " 0%| | 0/6 [00:00\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
idqueryrelevantunknownprobability_relevant
03d080873-98a1-4388-af86-fe2c8b47ebcawho sings monk theme songexists and is an alternate of . The Monk theme song is It's a Jungle Out There by Randy Newman. The Monk theme song is It's a Jungle Out There by Randy Newman.Randy Newman (album) Randy Newman is the debut recording by Randy Newman, released in 1968. Unlike his later albums which featured Newman and his piano backed by guitar, bass guitar and drums, Randy Newman was highly orchestral and aimed to blend the orchestra with Newman's voice and piano.0.616158
1468a9e92-467f-47c9-810b-fe6fa9dca634who sings monk theme songexists and is an alternate of . The Monk theme song is It's a Jungle Out There by Randy Newman. The Monk theme song is It's a Jungle Out There by Randy Newman.One of Monk's most important contributions to jazz was his use of space and simplicity in his performances and in his compositions. Monk's unconventional use of harmony and rhythm has had a lasting influence on jazz as well. Finally, Monk's compositions are very well-known, both by performers and by listeners.0.713638
2846a69d0-0c0e-4d86-baf2-c3e8d31fdc86who sings monk theme songexists and is an alternate of . The Monk theme song is It's a Jungle Out There by Randy Newman. The Monk theme song is It's a Jungle Out There by Randy Newman.Singing elegant, melancholic songs in a glamorously tattered voice, Leonard Cohen emerged from Montreal in the 1960s, an artist well into his thirties before he even made his first album. After a few records, he was royalty, on equal footing with Joni Mitchell, Randy Newman, and other top-notch singer-songwriters.0.684873
\n", - "" - ], - "text/plain": [ - " id query \\\n", - "0 3d080873-98a1-4388-af86-fe2c8b47ebca who sings monk theme song \n", - "1 468a9e92-467f-47c9-810b-fe6fa9dca634 who sings monk theme song \n", - "2 846a69d0-0c0e-4d86-baf2-c3e8d31fdc86 who sings monk theme song \n", - "\n", - " relevant \\\n", - "0 exists and is an alternate of . The Monk theme song is It's a Jungle Out There by Randy Newman. The Monk theme song is It's a Jungle Out There by Randy Newman. \n", - "1 exists and is an alternate of . The Monk theme song is It's a Jungle Out There by Randy Newman. The Monk theme song is It's a Jungle Out There by Randy Newman. \n", - "2 exists and is an alternate of . The Monk theme song is It's a Jungle Out There by Randy Newman. The Monk theme song is It's a Jungle Out There by Randy Newman. \n", - "\n", - " unknown \\\n", - "0 Randy Newman (album) Randy Newman is the debut recording by Randy Newman, released in 1968. Unlike his later albums which featured Newman and his piano backed by guitar, bass guitar and drums, Randy Newman was highly orchestral and aimed to blend the orchestra with Newman's voice and piano. \n", - "1 One of Monk's most important contributions to jazz was his use of space and simplicity in his performances and in his compositions. Monk's unconventional use of harmony and rhythm has had a lasting influence on jazz as well. Finally, Monk's compositions are very well-known, both by performers and by listeners. \n", - "2 Singing elegant, melancholic songs in a glamorously tattered voice, Leonard Cohen emerged from Montreal in the 1960s, an artist well into his thirties before he even made his first album. After a few records, he was royalty, on equal footing with Joni Mitchell, Randy Newman, and other top-notch singer-songwriters. \n", - "\n", - " probability_relevant \n", - "0 0.616158 \n", - "1 0.713638 \n", - "2 0.684873 " - ] - }, - "execution_count": 6, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "predictions.head(3)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Step 6: Evaluate and Submit Your Run\n", - "\n", - "We use the `wows_evaluate` method imported above to evaluate our predictions and to upload them, to TIRA.\n", - "\n", - "The `wows_evaluate` method has optional parameters that you can pass to describe your system and to include the resource measurements used during your computations in the ir-metadata format into your submission. You can remove those attributes or modify them for your submission accordingly. Call `help(wows_evaluate)` to see a full description." - ] - }, - { - "cell_type": "code", - "execution_count": 7, - "metadata": {}, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "Download: 36.8kiB [00:00, 537kiB/s]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Download finished. Extract...\n", - "Extraction finished: /home/maik/.tira/extracted_datasets/wows-eval/pairwise-smoke-test-20250210-training/\n", - "Give read access to /sys/class/powercap/intel-rapl/intel-rapl:1/energy_uj\n", - "Give read access to /sys/class/powercap/intel-rapl/intel-rapl:1/energy_uj\n", - "Run uploaded to TIRA. Claim ownership via: https://www.tira.io/claim-submission/d27b0a49-3a94-46cb-ad48-ce3c47f9f4da\n" - ] - }, - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
systemtau_apkendallspearmanpearson
0auto-qrels-pairwise-flan-t5-small-0.303889-0.152381-0.178571-0.178571
\n", - "
" - ], - "text/plain": [ - " system tau_ap kendall spearman pearson\n", - "0 auto-qrels-pairwise-flan-t5-small -0.303889 -0.152381 -0.178571 -0.178571" - ] - }, - "execution_count": 7, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "wows_evaluate(\n", - " predictions,\n", - " DATASET_ID,\n", - " tracking_results=tracked,\n", - " upload=True,\n", - " system_name=f'auto-qrels-pairwise-{BACKBONE_MODEL}',\n", - " system_description=\"We use autoqrels [1] with a custom in-context learning prompt for pairwise relevance judgments.\\n\\n[1] - https://github.com/seanmacavaney/autoqrels\",\n", - ")" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Step 7: Register to TIRA and to the WOWS-EVAL task\n", - "\n", - "To finalize your submission to WOWS-EVAL, you must now claim your submission via the URL printed above. For this, please register at [tira.io](https://www.tira.io) and navigate to the [WOWS-EVAL](https://www.tira.io/task-overview/wows-eval/) task and click on \"Register\". You can choose your team name from a list of [fictional](https://en.wikipedia.org/wiki/Category:Fictional_librarians) and [real](https://en.wikipedia.org/wiki/List_of_librarians) librarians ([please drop a message](#contact) if your favourite team name is not in the list).\n", - "\n", - "For instance, after clicking on the ownership link above, you can claim ownership via a form in TIRA (where you can potentially overwrite the name and description of your system):\n", - "\n", - "\n", - "![example of claim ownership form](../figures/claim-run-in-tira.png)" - ] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Python 3", - "language": "python", - "name": "python3" - }, - "language_info": { - "codemirror_mode": { - "name": "ipython", - "version": 3 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.13.2" - } - }, - "nbformat": 4, - "nbformat_minor": 2 -} +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# WOWS-Eval Autoqrels Pairwise Baseline\n", + "\n", + "This is a pairwise autoqrels baseline to WOWS-EVAL that uses autoqrels to predict the probability that a document is relevant to a query given a already known relevant document." + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Step 1: Install Dependencies" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "!pip3 install wows-eval 'git+https://github.com/mam10eks/autoqrels.git'" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Step 2: Load the Data\n", + "\n", + "Pairwise models have a query, a known relevant document, and an document with an unknown relevance to a query as input and predict the probability that the unknown document is relevant to the query given the known relevant document into a field `probability_relevant`.\n", + "\n", + "In the following, we will process the pwise smoke test dataset. Please modify the variable `DATASET_ID` to submit for other datasets. See [tira.io/datasets?query=wows-eval](https://archive.tira.io/datasets?query=wows-eval) for an complete overview of dataset identifiers.\n" + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/usr/lib/python3.13/site-packages/tqdm/auto.py:21: TqdmWarning: IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html\n", + " from .autonotebook import tqdm as notebook_tqdm\n" + ] + } + ], + "source": [ + "from tira.rest_api_client import Client\n", + "from wows_eval import evaluate as wows_evaluate\n", + "from autoqrels.oneshot import DuoPrompt\n", + "import pandas as pd\n", + "\n", + "# For measuring consumed resources (e.g., GPU, CPU, RAM, etc.)\n", + "from tirex_tracker import tracking, ExportFormat\n", + "\n", + "pd.set_option('display.max_colwidth', None)\n", + "\n", + "DATASET_ID = 'wows-eval/pairwise-smoke-test-20250210-training'\n", + "# DATASET_ID = 'wows-eval/pairwise-20250309-test'\n", + "\n", + "tira = Client()\n", + "input_data = tira.pd.inputs(DATASET_ID)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Step 3: Look at the data" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
idqueryrelevantunknown
03d080873-98a1-4388-af86-fe2c8b47ebcawho sings monk theme songexists and is an alternate of . The Monk theme song is It's a Jungle Out There by Randy Newman. The Monk theme song is It's a Jungle Out There by Randy Newman.Randy Newman (album) Randy Newman is the debut recording by Randy Newman, released in 1968. Unlike his later albums which featured Newman and his piano backed by guitar, bass guitar and drums, Randy Newman was highly orchestral and aimed to blend the orchestra with Newman's voice and piano.
1468a9e92-467f-47c9-810b-fe6fa9dca634who sings monk theme songexists and is an alternate of . The Monk theme song is It's a Jungle Out There by Randy Newman. The Monk theme song is It's a Jungle Out There by Randy Newman.One of Monk's most important contributions to jazz was his use of space and simplicity in his performances and in his compositions. Monk's unconventional use of harmony and rhythm has had a lasting influence on jazz as well. Finally, Monk's compositions are very well-known, both by performers and by listeners.
\n", + "
" + ], + "text/plain": [ + " id query \\\n", + "0 3d080873-98a1-4388-af86-fe2c8b47ebca who sings monk theme song \n", + "1 468a9e92-467f-47c9-810b-fe6fa9dca634 who sings monk theme song \n", + "\n", + " relevant \\\n", + "0 exists and is an alternate of . The Monk theme song is It's a Jungle Out There by Randy Newman. The Monk theme song is It's a Jungle Out There by Randy Newman. \n", + "1 exists and is an alternate of . The Monk theme song is It's a Jungle Out There by Randy Newman. The Monk theme song is It's a Jungle Out There by Randy Newman. \n", + "\n", + " unknown \n", + "0 Randy Newman (album) Randy Newman is the debut recording by Randy Newman, released in 1968. Unlike his later albums which featured Newman and his piano backed by guitar, bass guitar and drums, Randy Newman was highly orchestral and aimed to blend the orchestra with Newman's voice and piano. \n", + "1 One of Monk's most important contributions to jazz was his use of space and simplicity in his performances and in his compositions. Monk's unconventional use of harmony and rhythm has had a lasting influence on jazz as well. Finally, Monk's compositions are very well-known, both by performers and by listeners. " + ] + }, + "execution_count": 2, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "input_data.head(2)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Step 4: Implement the AutoQrels approach\n", + "\n", + "Here, we use a prompted language model (you can modify the prompt and the backbone model) to predict the relevance of the document to the query and store the probability in the field `probability_relevant`. We wrap all computations into a `tira_measure.Environment` to measure the resources consumed for our computations to later include the used resources into the ir-metadata of our run." + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": {}, + "outputs": [], + "source": [ + "BACKBONE_MODEL = \"flan-t5-small\"\n", + "\n", + "PROMPT = \"\"\"Determine if passage B is as relevant as passage A\n", + "for the given query.\n", + "'Passage A: \"...{{ rel_doc_text | replace(\"\\\\\"\", \"\\'\") }}...\"\n", + "'Passage B: \"...{{ unk_doc_text | replace(\"\\\\\"\", \"\\'\") }}...\"\n", + "'Query: \"{{ query_text }}\" '\n", + "\"Is passage B as relevant as passage A? \"\"\"" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "metadata": {}, + "outputs": [], + "source": [ + "autoqrels_assessor = DuoPrompt(\n", + " backbone=f'google/{BACKBONE_MODEL}',\n", + " prompt=PROMPT,\n", + " dataset=None\n", + ")" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Step 5: Run the predictions and look at the outputs" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "huggingface/tokenizers: The current process just got forked, after parallelism has already been used. Disabling parallelism to avoid deadlocks...\n", + "To disable this warning, you can either:\n", + "\t- Avoid using `tokenizers` before the fork if possible\n", + "\t- Explicitly set the environment variable TOKENIZERS_PARALLELISM=(true | false)\n", + "PCM Info: setrlimit for file limit 1000000 failed with error Operation not permitted\n", + "\n", + "===== Processor information =====\n", + "Linux arch_perfmon flag : yes\n", + "Hybrid processor : yes\n", + "IBRS and IBPB supported : yes\n", + "STIBP supported : yes\n", + "Spec arch caps supported : yes\n", + "Max CPUID level : 32\n", + "CPU model number : 154\n", + "PCM Error: can't open MSR handle for core 0 (No such file or directory)\n", + "Try no-MSR mode by setting env variable PCM_NO_MSR=1\n", + "Can not access CPUs Model Specific Registers (MSRs).\n", + "execute 'modprobe msr' as root user, then execute pcm as root user.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Give read access to /sys/class/powercap/intel-rapl/intel-rapl:1/energy_uj\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + " 0%| | 0/6 [00:00\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
idqueryrelevantunknownprobability_relevant
03d080873-98a1-4388-af86-fe2c8b47ebcawho sings monk theme songexists and is an alternate of . The Monk theme song is It's a Jungle Out There by Randy Newman. The Monk theme song is It's a Jungle Out There by Randy Newman.Randy Newman (album) Randy Newman is the debut recording by Randy Newman, released in 1968. Unlike his later albums which featured Newman and his piano backed by guitar, bass guitar and drums, Randy Newman was highly orchestral and aimed to blend the orchestra with Newman's voice and piano.0.616158
1468a9e92-467f-47c9-810b-fe6fa9dca634who sings monk theme songexists and is an alternate of . The Monk theme song is It's a Jungle Out There by Randy Newman. The Monk theme song is It's a Jungle Out There by Randy Newman.One of Monk's most important contributions to jazz was his use of space and simplicity in his performances and in his compositions. Monk's unconventional use of harmony and rhythm has had a lasting influence on jazz as well. Finally, Monk's compositions are very well-known, both by performers and by listeners.0.713638
2846a69d0-0c0e-4d86-baf2-c3e8d31fdc86who sings monk theme songexists and is an alternate of . The Monk theme song is It's a Jungle Out There by Randy Newman. The Monk theme song is It's a Jungle Out There by Randy Newman.Singing elegant, melancholic songs in a glamorously tattered voice, Leonard Cohen emerged from Montreal in the 1960s, an artist well into his thirties before he even made his first album. After a few records, he was royalty, on equal footing with Joni Mitchell, Randy Newman, and other top-notch singer-songwriters.0.684873
\n", + "" + ], + "text/plain": [ + " id query \\\n", + "0 3d080873-98a1-4388-af86-fe2c8b47ebca who sings monk theme song \n", + "1 468a9e92-467f-47c9-810b-fe6fa9dca634 who sings monk theme song \n", + "2 846a69d0-0c0e-4d86-baf2-c3e8d31fdc86 who sings monk theme song \n", + "\n", + " relevant \\\n", + "0 exists and is an alternate of . The Monk theme song is It's a Jungle Out There by Randy Newman. The Monk theme song is It's a Jungle Out There by Randy Newman. \n", + "1 exists and is an alternate of . The Monk theme song is It's a Jungle Out There by Randy Newman. The Monk theme song is It's a Jungle Out There by Randy Newman. \n", + "2 exists and is an alternate of . The Monk theme song is It's a Jungle Out There by Randy Newman. The Monk theme song is It's a Jungle Out There by Randy Newman. \n", + "\n", + " unknown \\\n", + "0 Randy Newman (album) Randy Newman is the debut recording by Randy Newman, released in 1968. Unlike his later albums which featured Newman and his piano backed by guitar, bass guitar and drums, Randy Newman was highly orchestral and aimed to blend the orchestra with Newman's voice and piano. \n", + "1 One of Monk's most important contributions to jazz was his use of space and simplicity in his performances and in his compositions. Monk's unconventional use of harmony and rhythm has had a lasting influence on jazz as well. Finally, Monk's compositions are very well-known, both by performers and by listeners. \n", + "2 Singing elegant, melancholic songs in a glamorously tattered voice, Leonard Cohen emerged from Montreal in the 1960s, an artist well into his thirties before he even made his first album. After a few records, he was royalty, on equal footing with Joni Mitchell, Randy Newman, and other top-notch singer-songwriters. \n", + "\n", + " probability_relevant \n", + "0 0.616158 \n", + "1 0.713638 \n", + "2 0.684873 " + ] + }, + "execution_count": 6, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "predictions.head(3)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Step 6: Evaluate and Submit Your Run\n", + "\n", + "We use the `wows_evaluate` method imported above to evaluate our predictions and to upload them, to TIRA.\n", + "\n", + "The `wows_evaluate` method has optional parameters that you can pass to describe your system and to include the resource measurements used during your computations in the ir-metadata format into your submission. You can remove those attributes or modify them for your submission accordingly. Call `help(wows_evaluate)` to see a full description." + ] + }, + { + "cell_type": "code", + "execution_count": 7, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Download: 36.8kiB [00:00, 537kiB/s]\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Download finished. Extract...\n", + "Extraction finished: /home/maik/.tira/extracted_datasets/wows-eval/pairwise-smoke-test-20250210-training/\n", + "Give read access to /sys/class/powercap/intel-rapl/intel-rapl:1/energy_uj\n", + "Give read access to /sys/class/powercap/intel-rapl/intel-rapl:1/energy_uj\n", + "Run uploaded to TIRA. Claim ownership via: https://www.tira.io/claim-submission/d27b0a49-3a94-46cb-ad48-ce3c47f9f4da\n" + ] + }, + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
systemtau_apkendallspearmanpearson
0auto-qrels-pairwise-flan-t5-small-0.303889-0.152381-0.178571-0.178571
\n", + "
" + ], + "text/plain": [ + " system tau_ap kendall spearman pearson\n", + "0 auto-qrels-pairwise-flan-t5-small -0.303889 -0.152381 -0.178571 -0.178571" + ] + }, + "execution_count": 7, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "wows_evaluate(\n", + " predictions,\n", + " DATASET_ID,\n", + " tracking_results=tracked,\n", + " upload=True,\n", + " system_name=f'auto-qrels-pairwise-{BACKBONE_MODEL}',\n", + " system_description=\"We use autoqrels [1] with a custom in-context learning prompt for pairwise relevance judgments.\\n\\n[1] - https://github.com/seanmacavaney/autoqrels\",\n", + ")" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Step 7: Register to TIRA and to the WOWS-EVAL task\n", + "\n", + "To finalize your submission to WOWS-EVAL, you must now claim your submission via the URL printed above. For this, please register at [tira.io](https://www.tira.io) and navigate to the [WOWS-EVAL](https://www.tira.io/task-overview/wows-eval/) task and click on \"Register\". You can choose your team name from a list of [fictional](https://en.wikipedia.org/wiki/Category:Fictional_librarians) and [real](https://en.wikipedia.org/wiki/List_of_librarians) librarians ([please drop a message](#contact) if your favourite team name is not in the list).\n", + "\n", + "For instance, after clicking on the ownership link above, you can claim ownership via a form in TIRA (where you can potentially overwrite the name and description of your system):\n", + "\n", + "\n", + "![example of claim ownership form](../figures/claim-run-in-tira.png)" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.13.2" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/ecir25/baselines/pairwise-naive.ipynb b/ecir25/baselines/pairwise-naive.ipynb index 57b6ba8..777d7ae 100644 --- a/ecir25/baselines/pairwise-naive.ipynb +++ b/ecir25/baselines/pairwise-naive.ipynb @@ -1,317 +1,317 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# WOWS-Eval Naive Pairwise Baseline\n", - "\n", - "This is a naive baseline to WOWS-EVAL that always predicts that a document is relevant to a query with a probability of 50%." - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Step 1: Install Dependencies\n", - "\n" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "!pip3 install 'wows-eval>=0.0.6'" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Step 2: Load the Data\n", - "\n", - "Pairwise models have a query, a known relevant document, and an document with an unknown relevance to a query as input and predict the probability that the unknown document is relevant to the query given the known relevant document into a field `probability_relevant`. For this naive baseline, we always predict a probability of 0.5.\n", - "\n", - "In the following, we will process the pwise smoke test dataset. Please modify the variable `DATASET_ID` to submit for other datasets. See [tira.io/datasets?query=wows-eval](https://archive.tira.io/datasets?query=wows-eval) for an complete overview of dataset identifiers.\n" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "from tira.rest_api_client import Client\n", - "from wows_eval import evaluate as wows_evaluate\n", - "import pandas as pd\n", - "\n", - "# For measuring consumed resources (e.g., GPU, CPU, RAM, etc.)\n", - "from tirex_tracker import tracking, ExportFormat\n", - "\n", - "pd.set_option('display.max_colwidth', None)\n", - "\n", - "DATASET_ID = 'wows-eval/pairwise-smoke-test-20250210-training'\n", - "# DATASET_ID = 'wows-eval/pairwise-20250309-test'\n", - "\n", - "tira = Client()\n", - "input_data = tira.pd.inputs(DATASET_ID)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Step 3: Look at the data" - ] - }, - { - "cell_type": "code", - "execution_count": 2, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
idqueryrelevantunknown
03d080873-98a1-4388-af86-fe2c8b47ebcawho sings monk theme songexists and is an alternate of . The Monk theme song is It's a Jungle Out There by Randy Newman. The Monk theme song is It's a Jungle Out There by Randy Newman.Randy Newman (album) Randy Newman is the debut recording by Randy Newman, released in 1968. Unlike his later albums which featured Newman and his piano backed by guitar, bass guitar and drums, Randy Newman was highly orchestral and aimed to blend the orchestra with Newman's voice and piano.
1468a9e92-467f-47c9-810b-fe6fa9dca634who sings monk theme songexists and is an alternate of . The Monk theme song is It's a Jungle Out There by Randy Newman. The Monk theme song is It's a Jungle Out There by Randy Newman.One of Monk's most important contributions to jazz was his use of space and simplicity in his performances and in his compositions. Monk's unconventional use of harmony and rhythm has had a lasting influence on jazz as well. Finally, Monk's compositions are very well-known, both by performers and by listeners.
\n", - "
" - ], - "text/plain": [ - " id query \\\n", - "0 3d080873-98a1-4388-af86-fe2c8b47ebca who sings monk theme song \n", - "1 468a9e92-467f-47c9-810b-fe6fa9dca634 who sings monk theme song \n", - "\n", - " relevant \\\n", - "0 exists and is an alternate of . The Monk theme song is It's a Jungle Out There by Randy Newman. The Monk theme song is It's a Jungle Out There by Randy Newman. \n", - "1 exists and is an alternate of . The Monk theme song is It's a Jungle Out There by Randy Newman. The Monk theme song is It's a Jungle Out There by Randy Newman. \n", - "\n", - " unknown \n", - "0 Randy Newman (album) Randy Newman is the debut recording by Randy Newman, released in 1968. Unlike his later albums which featured Newman and his piano backed by guitar, bass guitar and drums, Randy Newman was highly orchestral and aimed to blend the orchestra with Newman's voice and piano. \n", - "1 One of Monk's most important contributions to jazz was his use of space and simplicity in his performances and in his compositions. Monk's unconventional use of harmony and rhythm has had a lasting influence on jazz as well. Finally, Monk's compositions are very well-known, both by performers and by listeners. " - ] - }, - "execution_count": 2, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "input_data.head(2)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Step 4: Implement the Naive Baseline\n", - "\n", - "Here, we just fill the expected field `probability_relevant` with 0.5. We wrap all computations into a tira_measure.Environment to measure the resources consumed for our computations to later include the used resources into the ir-metadata of our run." - ] - }, - { - "cell_type": "code", - "execution_count": 3, - "metadata": {}, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "PCM Info: setrlimit for file limit 1000000 failed with error Operation not permitted\n", - "\n", - "===== Processor information =====\n", - "Linux arch_perfmon flag : yes\n", - "Hybrid processor : yes\n", - "IBRS and IBPB supported : yes\n", - "STIBP supported : yes\n", - "Spec arch caps supported : yes\n", - "Max CPUID level : 32\n", - "CPU model number : 154\n", - "ERROR: Can not open /sys/module/msr/parameters/allow_writes file.\n", - "PCM Error: can't open MSR handle for core 0 (No such file or directory)\n", - "Try no-MSR mode by setting env variable PCM_NO_MSR=1\n", - "Can not access CPUs Model Specific Registers (MSRs).\n", - "execute 'modprobe msr' as root user, then execute pcm as root user.\n" - ] - } - ], - "source": [ - "!rm -Rf runs\n", - "with tracking(export_format = ExportFormat.IR_METADATA, export_file_path=\"runs/ir_metadata.yml\") as tracked:\n", - " # now we do the \"computation\"\n", - " predictions = input_data.copy()\n", - " predictions['probability_relevant'] = 0.5" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Step 5: Evaluate and Submit Your Run\n", - "\n", - "We use the `wows_evaluate` method imported above to evaluate our predictions and to upload them, to TIRA.\n", - "\n", - "The `wows_evaluate` method has optional parameters that you can pass to describe your system and to include the resource measurements used during your computations in the ir-metadata format into your submission. You can remove those attributes or modify them for your submission accordingly. Call `help(wows_evaluate)` to see a full description." - ] - }, - { - "cell_type": "code", - "execution_count": 4, - "metadata": {}, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "Download: 36.8kiB [00:00, 870kiB/s]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Download finished. Extract...\n", - "Extraction finished: /root/.tira/extracted_datasets/wows-eval/pairwise-smoke-test-20250210-training/\n", - "Run uploaded to TIRA. Claim ownership via: https://www.tira.io/claim-submission/64fdd4fe-6684-4752-9997-c7ceef0f1d96\n" - ] - }, - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
systemtau_apkendallspearmanpearson
0naive-pairwise0.340.3619050.450.45
\n", - "
" - ], - "text/plain": [ - " system tau_ap kendall spearman pearson\n", - "0 naive-pairwise 0.34 0.361905 0.45 0.45" - ] - }, - "execution_count": 4, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "wows_evaluate(\n", - " predictions,\n", - " DATASET_ID,\n", - " tracking_results=tracked,\n", - " upload=True,\n", - " system_name='naive-pairwise',\n", - " system_description='A naive approach that predicts that each document is relevant with a probabilty of 50%.'\n", - ")" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Step 6: Register to TIRA and to the WOWS-EVAL task\n", - "\n", - "To finalize your submission to WOWS-EVAL, you must now claim your submission via the URL printed above. For this, please register at [tira.io](https://www.tira.io) and navigate to the [WOWS-EVAL](https://www.tira.io/task-overview/wows-eval/) task and click on \"Register\". You can choose your team name from a list of [fictional](https://en.wikipedia.org/wiki/Category:Fictional_librarians) and [real](https://en.wikipedia.org/wiki/List_of_librarians) librarians ([please drop a message](#contact) if your favourite team name is not in the list).\n", - "\n", - "For instance, after clicking on the ownership link above, you can claim ownership via a form in TIRA (where you can potentially overwrite the name and description of your system):\n", - "\n", - "\n", - "![example of claim ownership form](../figures/claim-run-in-tira.png)" - ] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Python 3", - "language": "python", - "name": "python3" - }, - "language_info": { - "codemirror_mode": { - "name": "ipython", - "version": 3 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" - } - }, - "nbformat": 4, - "nbformat_minor": 2 -} +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# WOWS-Eval Naive Pairwise Baseline\n", + "\n", + "This is a naive baseline to WOWS-EVAL that always predicts that a document is relevant to a query with a probability of 50%." + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Step 1: Install Dependencies\n", + "\n" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "!pip3 install 'wows-eval>=0.0.6'" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Step 2: Load the Data\n", + "\n", + "Pairwise models have a query, a known relevant document, and an document with an unknown relevance to a query as input and predict the probability that the unknown document is relevant to the query given the known relevant document into a field `probability_relevant`. For this naive baseline, we always predict a probability of 0.5.\n", + "\n", + "In the following, we will process the pwise smoke test dataset. Please modify the variable `DATASET_ID` to submit for other datasets. See [tira.io/datasets?query=wows-eval](https://archive.tira.io/datasets?query=wows-eval) for an complete overview of dataset identifiers.\n" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "from tira.rest_api_client import Client\n", + "from wows_eval import evaluate as wows_evaluate\n", + "import pandas as pd\n", + "\n", + "# For measuring consumed resources (e.g., GPU, CPU, RAM, etc.)\n", + "from tirex_tracker import tracking, ExportFormat\n", + "\n", + "pd.set_option('display.max_colwidth', None)\n", + "\n", + "DATASET_ID = 'wows-eval/pairwise-smoke-test-20250210-training'\n", + "# DATASET_ID = 'wows-eval/pairwise-20250309-test'\n", + "\n", + "tira = Client()\n", + "input_data = tira.pd.inputs(DATASET_ID)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Step 3: Look at the data" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
idqueryrelevantunknown
03d080873-98a1-4388-af86-fe2c8b47ebcawho sings monk theme songexists and is an alternate of . The Monk theme song is It's a Jungle Out There by Randy Newman. The Monk theme song is It's a Jungle Out There by Randy Newman.Randy Newman (album) Randy Newman is the debut recording by Randy Newman, released in 1968. Unlike his later albums which featured Newman and his piano backed by guitar, bass guitar and drums, Randy Newman was highly orchestral and aimed to blend the orchestra with Newman's voice and piano.
1468a9e92-467f-47c9-810b-fe6fa9dca634who sings monk theme songexists and is an alternate of . The Monk theme song is It's a Jungle Out There by Randy Newman. The Monk theme song is It's a Jungle Out There by Randy Newman.One of Monk's most important contributions to jazz was his use of space and simplicity in his performances and in his compositions. Monk's unconventional use of harmony and rhythm has had a lasting influence on jazz as well. Finally, Monk's compositions are very well-known, both by performers and by listeners.
\n", + "
" + ], + "text/plain": [ + " id query \\\n", + "0 3d080873-98a1-4388-af86-fe2c8b47ebca who sings monk theme song \n", + "1 468a9e92-467f-47c9-810b-fe6fa9dca634 who sings monk theme song \n", + "\n", + " relevant \\\n", + "0 exists and is an alternate of . The Monk theme song is It's a Jungle Out There by Randy Newman. The Monk theme song is It's a Jungle Out There by Randy Newman. \n", + "1 exists and is an alternate of . The Monk theme song is It's a Jungle Out There by Randy Newman. The Monk theme song is It's a Jungle Out There by Randy Newman. \n", + "\n", + " unknown \n", + "0 Randy Newman (album) Randy Newman is the debut recording by Randy Newman, released in 1968. Unlike his later albums which featured Newman and his piano backed by guitar, bass guitar and drums, Randy Newman was highly orchestral and aimed to blend the orchestra with Newman's voice and piano. \n", + "1 One of Monk's most important contributions to jazz was his use of space and simplicity in his performances and in his compositions. Monk's unconventional use of harmony and rhythm has had a lasting influence on jazz as well. Finally, Monk's compositions are very well-known, both by performers and by listeners. " + ] + }, + "execution_count": 2, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "input_data.head(2)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Step 4: Implement the Naive Baseline\n", + "\n", + "Here, we just fill the expected field `probability_relevant` with 0.5. We wrap all computations into a tira_measure.Environment to measure the resources consumed for our computations to later include the used resources into the ir-metadata of our run." + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "PCM Info: setrlimit for file limit 1000000 failed with error Operation not permitted\n", + "\n", + "===== Processor information =====\n", + "Linux arch_perfmon flag : yes\n", + "Hybrid processor : yes\n", + "IBRS and IBPB supported : yes\n", + "STIBP supported : yes\n", + "Spec arch caps supported : yes\n", + "Max CPUID level : 32\n", + "CPU model number : 154\n", + "ERROR: Can not open /sys/module/msr/parameters/allow_writes file.\n", + "PCM Error: can't open MSR handle for core 0 (No such file or directory)\n", + "Try no-MSR mode by setting env variable PCM_NO_MSR=1\n", + "Can not access CPUs Model Specific Registers (MSRs).\n", + "execute 'modprobe msr' as root user, then execute pcm as root user.\n" + ] + } + ], + "source": [ + "!rm -Rf runs\n", + "with tracking(export_format = ExportFormat.IR_METADATA, export_file_path=\"runs/ir_metadata.yml\") as tracked:\n", + " # now we do the \"computation\"\n", + " predictions = input_data.copy()\n", + " predictions['probability_relevant'] = 0.5" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Step 5: Evaluate and Submit Your Run\n", + "\n", + "We use the `wows_evaluate` method imported above to evaluate our predictions and to upload them, to TIRA.\n", + "\n", + "The `wows_evaluate` method has optional parameters that you can pass to describe your system and to include the resource measurements used during your computations in the ir-metadata format into your submission. You can remove those attributes or modify them for your submission accordingly. Call `help(wows_evaluate)` to see a full description." + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Download: 36.8kiB [00:00, 870kiB/s]\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Download finished. Extract...\n", + "Extraction finished: /root/.tira/extracted_datasets/wows-eval/pairwise-smoke-test-20250210-training/\n", + "Run uploaded to TIRA. Claim ownership via: https://www.tira.io/claim-submission/64fdd4fe-6684-4752-9997-c7ceef0f1d96\n" + ] + }, + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
systemtau_apkendallspearmanpearson
0naive-pairwise0.340.3619050.450.45
\n", + "
" + ], + "text/plain": [ + " system tau_ap kendall spearman pearson\n", + "0 naive-pairwise 0.34 0.361905 0.45 0.45" + ] + }, + "execution_count": 4, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "wows_evaluate(\n", + " predictions,\n", + " DATASET_ID,\n", + " tracking_results=tracked,\n", + " upload=True,\n", + " system_name='naive-pairwise',\n", + " system_description='A naive approach that predicts that each document is relevant with a probabilty of 50%.'\n", + ")" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Step 6: Register to TIRA and to the WOWS-EVAL task\n", + "\n", + "To finalize your submission to WOWS-EVAL, you must now claim your submission via the URL printed above. For this, please register at [tira.io](https://www.tira.io) and navigate to the [WOWS-EVAL](https://www.tira.io/task-overview/wows-eval/) task and click on \"Register\". You can choose your team name from a list of [fictional](https://en.wikipedia.org/wiki/Category:Fictional_librarians) and [real](https://en.wikipedia.org/wiki/List_of_librarians) librarians ([please drop a message](#contact) if your favourite team name is not in the list).\n", + "\n", + "For instance, after clicking on the ownership link above, you can claim ownership via a form in TIRA (where you can potentially overwrite the name and description of your system):\n", + "\n", + "\n", + "![example of claim ownership form](../figures/claim-run-in-tira.png)" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.10.12" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/ecir25/baselines/pairwise-retrieval.ipynb b/ecir25/baselines/pairwise-retrieval.ipynb index 691bcf5..7c22f21 100644 --- a/ecir25/baselines/pairwise-retrieval.ipynb +++ b/ecir25/baselines/pairwise-retrieval.ipynb @@ -1,331 +1,331 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# WOWS-Eval Pairwise Retrieval Baseline\n", - "\n", - "This is a retrieval baseline to WOWS-EVAL that uses a PyTerrier retrieval model to assign the probability that an unknown document is relevant by ranking all unknown documents for all known relevant documents. We then use the min-max normalized rank that an unknown document has for the a known relevant document as the probability that the unknown document is relevant." - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Step 1: Install Dependencies" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "!pip3 install 'wows-eval>=0.0.6' python-terrier==0.10.0" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Step 2: Load the Data\n", - "\n", - "Pairwise models have a query, a known relevant document, and an document with an unknown relevance to a query as input and predict the probability that the unknown document is relevant to the query given the known relevant document into a field `probability_relevant`. For this naive baseline, we always predict a probability of 0.5.\n", - "\n", - "In the following, we will process the pwise smoke test dataset. Please modify the variable `DATASET_ID` to submit for other datasets. See [tira.io/datasets?query=wows-eval](https://archive.tira.io/datasets?query=wows-eval) for an complete overview of dataset identifiers.\n" - ] - }, - { - "cell_type": "code", - "execution_count": 1, - "metadata": {}, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "PyTerrier 0.10.0 has loaded Terrier 5.11 (built by craig.macdonald on 2025-01-13 21:29) and terrier-helper 0.0.8\n", - "\n" - ] - } - ], - "source": [ - "import pyterrier as pt\n", - "from tqdm import tqdm\n", - "if not pt.started():\n", - " pt.init()\n", - "\n", - "from tira.rest_api_client import Client\n", - "from wows_eval import evaluate as wows_evaluate\n", - "import pandas as pd\n", - "from jnius import autoclass\n", - "import numpy as np\n", - "\n", - "# For measuring consumed resources (e.g., GPU, CPU, RAM, etc.)\n", - "from tirex_tracker import tracking, ExportFormat\n", - "\n", - "pd.set_option('display.max_colwidth', None)\n", - "\n", - "DATASET_ID = 'wows-eval/pairwise-smoke-test-20250210-training'\n", - "#DATASET_ID = 'wows-eval/pairwise-20250309-test'\n", - "\n", - "tira = Client()\n", - "input_data = tira.pd.inputs(DATASET_ID)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Step 3: Implement the Approach\n", - "\n", - "We wrap all computations into a [tirex_tracker.tracking](https://github.com/tira-io/tirex-tracker/) environment to measure the resources consumed for our computations and also a snapshot of our code in the [ir-metadata format](https://www.ir-metadata.org/)." - ] - }, - { - "cell_type": "code", - "execution_count": 2, - "metadata": {}, - "outputs": [], - "source": [ - "class QueryByRelevantDocument:\n", - " def __init__(self):\n", - " self.results = {}\n", - " def process(self, query, retrieval_system, rel, unk):\n", - " if query in self.results:\n", - " raise ValueError('This query was already processed: ' + query)\n", - " \n", - " ret = {}\n", - " tokeniser = autoclass(\"org.terrier.indexing.tokenisation.Tokeniser\").getTokeniser()\n", - " for doc in rel.values():\n", - " doc_text = \" \".join(tokeniser.getTokens(doc))\n", - " run = retrieval_system.search(doc_text)\n", - " last_rank = -1\n", - " scores = {}\n", - " for _, i in run.iterrows():\n", - " assert last_rank < i['rank']\n", - " last_rank = i['rank']\n", - " if i['docno'] in unk:\n", - " scores[unk[i['docno']]] = i['rank']\n", - "\n", - " max_score = max(scores.values())\n", - " min_score = min(scores.values())\n", - " ret[doc] = {k: ((v-min_score)/(max_score-min_score)) for k, v in scores.items()}\n", - " \n", - " self.results[query] = ret\n", - "\n", - "\n", - "class QueryByUnknownDocument:\n", - " def __init__(self):\n", - " self.results = {}\n", - " def process(self, query, retrieval_system, rel, unk):\n", - " if query in self.results:\n", - " raise ValueError('This query was already processed: ' + query)\n", - " \n", - " ret = {}\n", - " tokeniser = autoclass(\"org.terrier.indexing.tokenisation.Tokeniser\").getTokeniser()\n", - " for doc in unk.values():\n", - " doc_text = \" \".join(tokeniser.getTokens(doc))\n", - " run = retrieval_system.search(doc_text)\n", - " last_rank = -1\n", - " dcg = 0\n", - " for _, i in run.iterrows():\n", - " assert last_rank < i['rank']\n", - " last_rank = i['rank']\n", - " if i['rank'] >= 20:\n", - " break\n", - " if i['docno'] in rel:\n", - " # https://github.com/joaopalotti/trectools/blob/master/trectools/trec_eval.py#L499C28-L499C56\n", - " dcg += 1. / np.log2(i['rank']+1)\n", - " \n", - " ret[doc] = dcg\n", - " max_score = max(ret.values())\n", - " min_score = min(ret.values())\n", - " ret = {k: ((v-min_score)/(max_score-min_score)) for k, v in ret.items()}\n", - " ret = {r: ret for r in rel.values()}\n", - "\n", - " self.results[query] = ret\n" - ] - }, - { - "cell_type": "code", - "execution_count": 3, - "metadata": {}, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "PCM Info: setrlimit for file limit 1000000 failed with error Operation not permitted\n", - "\n", - "===== Processor information =====\n", - "Linux arch_perfmon flag : yes\n", - "Hybrid processor : yes\n", - "IBRS and IBPB supported : yes\n", - "STIBP supported : yes\n", - "Spec arch caps supported : yes\n", - "Max CPUID level : 32\n", - "CPU model number : 154\n", - "ERROR: Can not open /sys/module/msr/parameters/allow_writes file.\n", - "PCM Error: can't open MSR handle for core 0 (No such file or directory)\n", - "Try no-MSR mode by setting env variable PCM_NO_MSR=1\n", - "Can not access CPUs Model Specific Registers (MSRs).\n", - "execute 'modprobe msr' as root user, then execute pcm as root user.\n", - "100%|██████████| 2/2 [00:00<00:00, 2.38it/s]\n" - ] - } - ], - "source": [ - "WMODEL = \"BM25\"\n", - "system_name = f'query-by-relevant-doc-{WMODEL}'\n", - "#system_name = 'query-by-unknown-doc-{WMODEL}'\n", - "\n", - "!rm -Rf tmp\n", - "with tracking(export_file_path='tmp/.metadata.yml', export_format=ExportFormat.IR_METADATA) as tracked:\n", - " queries = set(input_data['query'].unique())\n", - "\n", - " def known_relevant_documents(query):\n", - " docs = set(input_data[input_data['query'] == query]['relevant'].unique())\n", - " return {f'{i[0]}-rel': i[1] for i in zip(range(len(docs)), docs)}\n", - "\n", - " def unknown_documents(query):\n", - " docs = set(input_data[input_data['query'] == query]['unknown'].unique())\n", - " return {f'{i[0]}-unkn': i[1] for i in zip(range(len(docs)), docs)}\n", - "\n", - " if system_name.startswith('query-by-relevant-doc'):\n", - " processor = QueryByRelevantDocument()\n", - " elif system_name.startswith('query-by-unknown-doc'):\n", - " processor = QueryByUnknownDocument()\n", - " else:\n", - " raise ValueError('foo')\n", - "\n", - " for query in tqdm(queries):\n", - " rel = known_relevant_documents(query)\n", - " unk = unknown_documents(query)\n", - "\n", - " docs = [{'docno': k, 'text': v} for k, v in rel.items()]+[{'docno': k, 'text': v} for k, v in unk.items()]\n", - " indexer = pt.IterDictIndexer(\"/tmp/index\", overwrite=True, meta={'docno': 100, 'text': 20480})\n", - " index_ref = indexer.index(docs)\n", - " bm25 = pt.BatchRetrieve(index_ref, wmodel=WMODEL)\n", - " processor.process(query, bm25, rel, unk)\n", - "\n", - " predictions = []\n", - " for _, i in input_data.iterrows():\n", - " res = processor.results[i['query']]\n", - " res = res[i['relevant']]\n", - " predictions.append({\n", - " 'id': i['id'],\n", - " 'probability_relevant': res.get(i['unknown'], -1)\n", - " })\n", - " predictions = pd.DataFrame(predictions)\n" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Step 5: Evaluate and Submit Your Run\n", - "\n", - "We use the `wows_evaluate` method imported above to evaluate our predictions and to upload them, to TIRA.\n", - "\n", - "The `wows_evaluate` method has optional parameters that you can pass to describe your system and to include the resource measurements used during your computations in the ir-metadata format into your submission. You can remove those attributes or modify them for your submission accordingly. Call `help(wows_evaluate)` to see a full description." - ] - }, - { - "cell_type": "code", - "execution_count": 4, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Run uploaded to TIRA. Claim ownership via: https://www.tira.io/claim-submission/59f8a4d8-5fc5-4349-88eb-694db23eb457\n" - ] - }, - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
systemtau_apkendallspearmanpearson
0query-by-relevant-doc-BM250.5266670.4857140.6214290.621429
\n", - "
" - ], - "text/plain": [ - " system tau_ap kendall spearman pearson\n", - "0 query-by-relevant-doc-BM25 0.526667 0.485714 0.621429 0.621429" - ] - }, - "execution_count": 4, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "wows_evaluate(\n", - " predictions,\n", - " DATASET_ID,\n", - " tracking_results=tracked,\n", - " upload=True,\n", - " system_name=system_name,\n", - " system_description=f'We use the PyTerrier retrieval model {WMODEL} to assign the probability that an unknown document is relevant by ranking all unknown documents for all known relevant documents. We then use the min-max normalized rank that an unknown document has for the a known relevant document as the probability that the unknown document is relevant.'\n", - ")" - ] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Python 3", - "language": "python", - "name": "python3" - }, - "language_info": { - "codemirror_mode": { - "name": "ipython", - "version": 3 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" - } - }, - "nbformat": 4, - "nbformat_minor": 2 -} +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# WOWS-Eval Pairwise Retrieval Baseline\n", + "\n", + "This is a retrieval baseline to WOWS-EVAL that uses a PyTerrier retrieval model to assign the probability that an unknown document is relevant by ranking all unknown documents for all known relevant documents. We then use the min-max normalized rank that an unknown document has for the a known relevant document as the probability that the unknown document is relevant." + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Step 1: Install Dependencies" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "!pip3 install 'wows-eval>=0.0.6' python-terrier==0.10.0" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Step 2: Load the Data\n", + "\n", + "Pairwise models have a query, a known relevant document, and an document with an unknown relevance to a query as input and predict the probability that the unknown document is relevant to the query given the known relevant document into a field `probability_relevant`. For this naive baseline, we always predict a probability of 0.5.\n", + "\n", + "In the following, we will process the pwise smoke test dataset. Please modify the variable `DATASET_ID` to submit for other datasets. See [tira.io/datasets?query=wows-eval](https://archive.tira.io/datasets?query=wows-eval) for an complete overview of dataset identifiers.\n" + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "PyTerrier 0.10.0 has loaded Terrier 5.11 (built by craig.macdonald on 2025-01-13 21:29) and terrier-helper 0.0.8\n", + "\n" + ] + } + ], + "source": [ + "import pyterrier as pt\n", + "from tqdm import tqdm\n", + "if not pt.started():\n", + " pt.init()\n", + "\n", + "from tira.rest_api_client import Client\n", + "from wows_eval import evaluate as wows_evaluate\n", + "import pandas as pd\n", + "from jnius import autoclass\n", + "import numpy as np\n", + "\n", + "# For measuring consumed resources (e.g., GPU, CPU, RAM, etc.)\n", + "from tirex_tracker import tracking, ExportFormat\n", + "\n", + "pd.set_option('display.max_colwidth', None)\n", + "\n", + "DATASET_ID = 'wows-eval/pairwise-smoke-test-20250210-training'\n", + "#DATASET_ID = 'wows-eval/pairwise-20250309-test'\n", + "\n", + "tira = Client()\n", + "input_data = tira.pd.inputs(DATASET_ID)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Step 3: Implement the Approach\n", + "\n", + "We wrap all computations into a [tirex_tracker.tracking](https://github.com/tira-io/tirex-tracker/) environment to measure the resources consumed for our computations and also a snapshot of our code in the [ir-metadata format](https://www.ir-metadata.org/)." + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [], + "source": [ + "class QueryByRelevantDocument:\n", + " def __init__(self):\n", + " self.results = {}\n", + " def process(self, query, retrieval_system, rel, unk):\n", + " if query in self.results:\n", + " raise ValueError('This query was already processed: ' + query)\n", + " \n", + " ret = {}\n", + " tokeniser = autoclass(\"org.terrier.indexing.tokenisation.Tokeniser\").getTokeniser()\n", + " for doc in rel.values():\n", + " doc_text = \" \".join(tokeniser.getTokens(doc))\n", + " run = retrieval_system.search(doc_text)\n", + " last_rank = -1\n", + " scores = {}\n", + " for _, i in run.iterrows():\n", + " assert last_rank < i['rank']\n", + " last_rank = i['rank']\n", + " if i['docno'] in unk:\n", + " scores[unk[i['docno']]] = i['rank']\n", + "\n", + " max_score = max(scores.values())\n", + " min_score = min(scores.values())\n", + " ret[doc] = {k: ((v-min_score)/(max_score-min_score)) for k, v in scores.items()}\n", + " \n", + " self.results[query] = ret\n", + "\n", + "\n", + "class QueryByUnknownDocument:\n", + " def __init__(self):\n", + " self.results = {}\n", + " def process(self, query, retrieval_system, rel, unk):\n", + " if query in self.results:\n", + " raise ValueError('This query was already processed: ' + query)\n", + " \n", + " ret = {}\n", + " tokeniser = autoclass(\"org.terrier.indexing.tokenisation.Tokeniser\").getTokeniser()\n", + " for doc in unk.values():\n", + " doc_text = \" \".join(tokeniser.getTokens(doc))\n", + " run = retrieval_system.search(doc_text)\n", + " last_rank = -1\n", + " dcg = 0\n", + " for _, i in run.iterrows():\n", + " assert last_rank < i['rank']\n", + " last_rank = i['rank']\n", + " if i['rank'] >= 20:\n", + " break\n", + " if i['docno'] in rel:\n", + " # https://github.com/joaopalotti/trectools/blob/master/trectools/trec_eval.py#L499C28-L499C56\n", + " dcg += 1. / np.log2(i['rank']+1)\n", + " \n", + " ret[doc] = dcg\n", + " max_score = max(ret.values())\n", + " min_score = min(ret.values())\n", + " ret = {k: ((v-min_score)/(max_score-min_score)) for k, v in ret.items()}\n", + " ret = {r: ret for r in rel.values()}\n", + "\n", + " self.results[query] = ret\n" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "PCM Info: setrlimit for file limit 1000000 failed with error Operation not permitted\n", + "\n", + "===== Processor information =====\n", + "Linux arch_perfmon flag : yes\n", + "Hybrid processor : yes\n", + "IBRS and IBPB supported : yes\n", + "STIBP supported : yes\n", + "Spec arch caps supported : yes\n", + "Max CPUID level : 32\n", + "CPU model number : 154\n", + "ERROR: Can not open /sys/module/msr/parameters/allow_writes file.\n", + "PCM Error: can't open MSR handle for core 0 (No such file or directory)\n", + "Try no-MSR mode by setting env variable PCM_NO_MSR=1\n", + "Can not access CPUs Model Specific Registers (MSRs).\n", + "execute 'modprobe msr' as root user, then execute pcm as root user.\n", + "100%|██████████| 2/2 [00:00<00:00, 2.38it/s]\n" + ] + } + ], + "source": [ + "WMODEL = \"BM25\"\n", + "system_name = f'query-by-relevant-doc-{WMODEL}'\n", + "#system_name = 'query-by-unknown-doc-{WMODEL}'\n", + "\n", + "!rm -Rf tmp\n", + "with tracking(export_file_path='tmp/.metadata.yml', export_format=ExportFormat.IR_METADATA) as tracked:\n", + " queries = set(input_data['query'].unique())\n", + "\n", + " def known_relevant_documents(query):\n", + " docs = set(input_data[input_data['query'] == query]['relevant'].unique())\n", + " return {f'{i[0]}-rel': i[1] for i in zip(range(len(docs)), docs)}\n", + "\n", + " def unknown_documents(query):\n", + " docs = set(input_data[input_data['query'] == query]['unknown'].unique())\n", + " return {f'{i[0]}-unkn': i[1] for i in zip(range(len(docs)), docs)}\n", + "\n", + " if system_name.startswith('query-by-relevant-doc'):\n", + " processor = QueryByRelevantDocument()\n", + " elif system_name.startswith('query-by-unknown-doc'):\n", + " processor = QueryByUnknownDocument()\n", + " else:\n", + " raise ValueError('foo')\n", + "\n", + " for query in tqdm(queries):\n", + " rel = known_relevant_documents(query)\n", + " unk = unknown_documents(query)\n", + "\n", + " docs = [{'docno': k, 'text': v} for k, v in rel.items()]+[{'docno': k, 'text': v} for k, v in unk.items()]\n", + " indexer = pt.IterDictIndexer(\"/tmp/index\", overwrite=True, meta={'docno': 100, 'text': 20480})\n", + " index_ref = indexer.index(docs)\n", + " bm25 = pt.BatchRetrieve(index_ref, wmodel=WMODEL)\n", + " processor.process(query, bm25, rel, unk)\n", + "\n", + " predictions = []\n", + " for _, i in input_data.iterrows():\n", + " res = processor.results[i['query']]\n", + " res = res[i['relevant']]\n", + " predictions.append({\n", + " 'id': i['id'],\n", + " 'probability_relevant': res.get(i['unknown'], -1)\n", + " })\n", + " predictions = pd.DataFrame(predictions)\n" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Step 5: Evaluate and Submit Your Run\n", + "\n", + "We use the `wows_evaluate` method imported above to evaluate our predictions and to upload them, to TIRA.\n", + "\n", + "The `wows_evaluate` method has optional parameters that you can pass to describe your system and to include the resource measurements used during your computations in the ir-metadata format into your submission. You can remove those attributes or modify them for your submission accordingly. Call `help(wows_evaluate)` to see a full description." + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Run uploaded to TIRA. Claim ownership via: https://www.tira.io/claim-submission/59f8a4d8-5fc5-4349-88eb-694db23eb457\n" + ] + }, + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
systemtau_apkendallspearmanpearson
0query-by-relevant-doc-BM250.5266670.4857140.6214290.621429
\n", + "
" + ], + "text/plain": [ + " system tau_ap kendall spearman pearson\n", + "0 query-by-relevant-doc-BM25 0.526667 0.485714 0.621429 0.621429" + ] + }, + "execution_count": 4, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "wows_evaluate(\n", + " predictions,\n", + " DATASET_ID,\n", + " tracking_results=tracked,\n", + " upload=True,\n", + " system_name=system_name,\n", + " system_description=f'We use the PyTerrier retrieval model {WMODEL} to assign the probability that an unknown document is relevant by ranking all unknown documents for all known relevant documents. We then use the min-max normalized rank that an unknown document has for the a known relevant document as the probability that the unknown document is relevant.'\n", + ")" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.10.12" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/ecir25/baselines/pairwise_snorkel.ipynb b/ecir25/baselines/pairwise_snorkel.ipynb index 25b841b..e173070 100644 --- a/ecir25/baselines/pairwise_snorkel.ipynb +++ b/ecir25/baselines/pairwise_snorkel.ipynb @@ -1,1197 +1,1197 @@ -{ - "nbformat": 4, - "nbformat_minor": 0, - "metadata": { - "colab": { - "provenance": [] - }, - "kernelspec": { - "name": "python3", - "display_name": "Python 3" - }, - "language_info": { - "name": "python" - } - }, - "cells": [ - { - "cell_type": "markdown", - "source": [ - "Step 1: install dependencies\n", - "\n", - "> Add blockquote\n", - "\n" - ], - "metadata": { - "id": "nrNuNdOkWxU2" - } - }, - { - "cell_type": "code", - "execution_count": 1, - "metadata": { - "colab": { - "base_uri": "https://localhost:8080/" - }, - "id": "jqYpJ_Gqn0v3", - "outputId": "af2950db-9969-4371-cefc-1a908de14af2" - }, - "outputs": [ - { - "output_type": "stream", - "name": "stdout", - "text": [ - "Collecting tira\n", - " Using cached tira-0.0.157-py3-none-any.whl.metadata (4.8 kB)\n", - "Requirement already satisfied: snorkel in /usr/local/lib/python3.11/dist-packages (0.10.0)\n", - "Collecting wows-eval\n", - " Using cached wows_eval-0.0.6-py3-none-any.whl.metadata (1.3 kB)\n", - "Requirement already satisfied: textdistance in /usr/local/lib/python3.11/dist-packages (4.6.3)\n", - "Requirement already satisfied: rank-bm25 in /usr/local/lib/python3.11/dist-packages (0.2.2)\n", - "Requirement already satisfied: requests==2.*,>=2.26 in /usr/local/lib/python3.11/dist-packages (from tira) (2.32.3)\n", - "Requirement already satisfied: docker==7.*,>=7.1.0 in /usr/local/lib/python3.11/dist-packages (from tira) (7.1.0)\n", - "Requirement already satisfied: numpy==1.* in /usr/local/lib/python3.11/dist-packages (from tira) (1.26.4)\n", - "Requirement already satisfied: pandas in /usr/local/lib/python3.11/dist-packages (from tira) (2.2.2)\n", - "Requirement already satisfied: packaging in /usr/local/lib/python3.11/dist-packages (from tira) (24.2)\n", - "Requirement already satisfied: tqdm in /usr/local/lib/python3.11/dist-packages (from tira) (4.67.1)\n", - "Requirement already satisfied: gitpython in /usr/local/lib/python3.11/dist-packages (from tira) (3.1.44)\n", - "Requirement already satisfied: urllib3>=1.26.0 in /usr/local/lib/python3.11/dist-packages (from docker==7.*,>=7.1.0->tira) (2.3.0)\n", - "Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.11/dist-packages (from requests==2.*,>=2.26->tira) (3.4.1)\n", - "Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.11/dist-packages (from requests==2.*,>=2.26->tira) (3.10)\n", - "Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.11/dist-packages (from requests==2.*,>=2.26->tira) (2025.1.31)\n", - "Requirement already satisfied: munkres>=1.0.6 in /usr/local/lib/python3.11/dist-packages (from snorkel) (1.1.4)\n", - "Requirement already satisfied: scipy>=1.2.0 in /usr/local/lib/python3.11/dist-packages (from snorkel) (1.14.1)\n", - "Requirement already satisfied: scikit-learn>=0.20.2 in /usr/local/lib/python3.11/dist-packages (from snorkel) (1.6.1)\n", - "Requirement already satisfied: torch>=1.2.0 in /usr/local/lib/python3.11/dist-packages (from snorkel) (2.6.0+cu124)\n", - "Requirement already satisfied: tensorboard>=2.13.0 in /usr/local/lib/python3.11/dist-packages (from snorkel) (2.18.0)\n", - "Requirement already satisfied: protobuf>=3.19.6 in /usr/local/lib/python3.11/dist-packages (from snorkel) (5.29.4)\n", - "Requirement already satisfied: networkx>=2.2 in /usr/local/lib/python3.11/dist-packages (from snorkel) (3.4.2)\n", - "Requirement already satisfied: tirex-tracker>=0.2.10 in /usr/local/lib/python3.11/dist-packages (from wows-eval) (0.2.12)\n", - "Requirement already satisfied: pyyaml in /usr/local/lib/python3.11/dist-packages (from wows-eval) (6.0.2)\n", - "Requirement already satisfied: trectools in /usr/local/lib/python3.11/dist-packages (from wows-eval) (0.0.50)\n", - "Requirement already satisfied: click in /usr/local/lib/python3.11/dist-packages (from wows-eval) (8.1.8)\n", - "Requirement already satisfied: python-dateutil>=2.8.2 in /usr/local/lib/python3.11/dist-packages (from pandas->tira) (2.8.2)\n", - "Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.11/dist-packages (from pandas->tira) (2025.2)\n", - "Requirement already satisfied: tzdata>=2022.7 in /usr/local/lib/python3.11/dist-packages (from pandas->tira) (2025.2)\n", - "Requirement already satisfied: joblib>=1.2.0 in /usr/local/lib/python3.11/dist-packages (from scikit-learn>=0.20.2->snorkel) (1.4.2)\n", - "Requirement already satisfied: threadpoolctl>=3.1.0 in /usr/local/lib/python3.11/dist-packages (from scikit-learn>=0.20.2->snorkel) (3.6.0)\n", - "Requirement already satisfied: absl-py>=0.4 in /usr/local/lib/python3.11/dist-packages (from tensorboard>=2.13.0->snorkel) (1.4.0)\n", - "Requirement already satisfied: grpcio>=1.48.2 in /usr/local/lib/python3.11/dist-packages (from tensorboard>=2.13.0->snorkel) (1.71.0)\n", - "Requirement already satisfied: markdown>=2.6.8 in /usr/local/lib/python3.11/dist-packages (from tensorboard>=2.13.0->snorkel) (3.7)\n", - "Requirement already satisfied: setuptools>=41.0.0 in /usr/local/lib/python3.11/dist-packages (from tensorboard>=2.13.0->snorkel) (75.2.0)\n", - "Requirement already satisfied: six>1.9 in /usr/local/lib/python3.11/dist-packages (from tensorboard>=2.13.0->snorkel) (1.17.0)\n", - "Requirement already satisfied: tensorboard-data-server<0.8.0,>=0.7.0 in /usr/local/lib/python3.11/dist-packages (from tensorboard>=2.13.0->snorkel) (0.7.2)\n", - "Requirement already satisfied: werkzeug>=1.0.1 in /usr/local/lib/python3.11/dist-packages (from tensorboard>=2.13.0->snorkel) (3.1.3)\n", - "Requirement already satisfied: typing-extensions~=4.0 in /usr/local/lib/python3.11/dist-packages (from tirex-tracker>=0.2.10->wows-eval) (4.13.0)\n", - "Requirement already satisfied: importlib-metadata~=8.0 in /usr/local/lib/python3.11/dist-packages (from tirex-tracker>=0.2.10->wows-eval) (8.6.1)\n", - "Requirement already satisfied: importlib-resources~=6.0 in /usr/local/lib/python3.11/dist-packages (from tirex-tracker>=0.2.10->wows-eval) (6.5.2)\n", - "Requirement already satisfied: ipython in /usr/local/lib/python3.11/dist-packages (from tirex-tracker>=0.2.10->wows-eval) (7.34.0)\n", - "Requirement already satisfied: ruamel.yaml~=0.18.0 in /usr/local/lib/python3.11/dist-packages (from tirex-tracker>=0.2.10->wows-eval) (0.18.10)\n", - "Requirement already satisfied: gitdb<5,>=4.0.1 in /usr/local/lib/python3.11/dist-packages (from gitpython->tira) (4.0.12)\n", - "Requirement already satisfied: filelock in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (3.18.0)\n", - "Requirement already satisfied: jinja2 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (3.1.6)\n", - "Requirement already satisfied: fsspec in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (2025.3.2)\n", - "Requirement already satisfied: nvidia-cuda-nvrtc-cu12==12.4.127 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (12.4.127)\n", - "Requirement already satisfied: nvidia-cuda-runtime-cu12==12.4.127 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (12.4.127)\n", - "Requirement already satisfied: nvidia-cuda-cupti-cu12==12.4.127 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (12.4.127)\n", - "Requirement already satisfied: nvidia-cudnn-cu12==9.1.0.70 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (9.1.0.70)\n", - "Requirement already satisfied: nvidia-cublas-cu12==12.4.5.8 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (12.4.5.8)\n", - "Requirement already satisfied: nvidia-cufft-cu12==11.2.1.3 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (11.2.1.3)\n", - "Requirement already satisfied: nvidia-curand-cu12==10.3.5.147 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (10.3.5.147)\n", - "Requirement already satisfied: nvidia-cusolver-cu12==11.6.1.9 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (11.6.1.9)\n", - "Requirement already satisfied: nvidia-cusparse-cu12==12.3.1.170 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (12.3.1.170)\n", - "Requirement already satisfied: nvidia-cusparselt-cu12==0.6.2 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (0.6.2)\n", - "Requirement already satisfied: nvidia-nccl-cu12==2.21.5 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (2.21.5)\n", - "Requirement already satisfied: nvidia-nvtx-cu12==12.4.127 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (12.4.127)\n", - "Requirement already satisfied: nvidia-nvjitlink-cu12==12.4.127 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (12.4.127)\n", - "Requirement already satisfied: triton==3.2.0 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (3.2.0)\n", - "Requirement already satisfied: sympy==1.13.1 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (1.13.1)\n", - "Requirement already satisfied: mpmath<1.4,>=1.1.0 in /usr/local/lib/python3.11/dist-packages (from sympy==1.13.1->torch>=1.2.0->snorkel) (1.3.0)\n", - "Requirement already satisfied: sarge>=0.1.1 in /usr/local/lib/python3.11/dist-packages (from trectools->wows-eval) (0.1.7.post1)\n", - "Requirement already satisfied: lxml>=3.6.0 in /usr/local/lib/python3.11/dist-packages (from trectools->wows-eval) (5.3.1)\n", - "Requirement already satisfied: bs4>=0.0.0.1 in /usr/local/lib/python3.11/dist-packages (from trectools->wows-eval) (0.0.2)\n", - "Requirement already satisfied: matplotlib>=1.5 in /usr/local/lib/python3.11/dist-packages (from trectools->wows-eval) (3.10.0)\n", - "Requirement already satisfied: beautifulsoup4 in /usr/local/lib/python3.11/dist-packages (from bs4>=0.0.0.1->trectools->wows-eval) (4.13.3)\n", - "Requirement already satisfied: smmap<6,>=3.0.1 in /usr/local/lib/python3.11/dist-packages (from gitdb<5,>=4.0.1->gitpython->tira) (5.0.2)\n", - "Requirement already satisfied: zipp>=3.20 in /usr/local/lib/python3.11/dist-packages (from importlib-metadata~=8.0->tirex-tracker>=0.2.10->wows-eval) (3.21.0)\n", - "Requirement already satisfied: contourpy>=1.0.1 in /usr/local/lib/python3.11/dist-packages (from matplotlib>=1.5->trectools->wows-eval) (1.3.1)\n", - "Requirement already satisfied: cycler>=0.10 in /usr/local/lib/python3.11/dist-packages (from matplotlib>=1.5->trectools->wows-eval) (0.12.1)\n", - "Requirement already satisfied: fonttools>=4.22.0 in /usr/local/lib/python3.11/dist-packages (from matplotlib>=1.5->trectools->wows-eval) (4.56.0)\n", - "Requirement already satisfied: kiwisolver>=1.3.1 in /usr/local/lib/python3.11/dist-packages (from matplotlib>=1.5->trectools->wows-eval) (1.4.8)\n", - "Requirement already satisfied: pillow>=8 in /usr/local/lib/python3.11/dist-packages (from matplotlib>=1.5->trectools->wows-eval) (11.1.0)\n", - "Requirement already satisfied: pyparsing>=2.3.1 in /usr/local/lib/python3.11/dist-packages (from matplotlib>=1.5->trectools->wows-eval) (3.2.3)\n", - "Requirement already satisfied: ruamel.yaml.clib>=0.2.7 in /usr/local/lib/python3.11/dist-packages (from ruamel.yaml~=0.18.0->tirex-tracker>=0.2.10->wows-eval) (0.2.12)\n", - "Requirement already satisfied: MarkupSafe>=2.1.1 in /usr/local/lib/python3.11/dist-packages (from werkzeug>=1.0.1->tensorboard>=2.13.0->snorkel) (3.0.2)\n", - "Requirement already satisfied: jedi>=0.16 in /usr/local/lib/python3.11/dist-packages (from ipython->tirex-tracker>=0.2.10->wows-eval) (0.19.2)\n", - "Requirement already satisfied: decorator in /usr/local/lib/python3.11/dist-packages (from ipython->tirex-tracker>=0.2.10->wows-eval) (4.4.2)\n", - "Requirement already satisfied: pickleshare in /usr/local/lib/python3.11/dist-packages (from ipython->tirex-tracker>=0.2.10->wows-eval) (0.7.5)\n", - "Requirement already satisfied: traitlets>=4.2 in /usr/local/lib/python3.11/dist-packages (from ipython->tirex-tracker>=0.2.10->wows-eval) (5.7.1)\n", - "Requirement already satisfied: prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0 in /usr/local/lib/python3.11/dist-packages (from ipython->tirex-tracker>=0.2.10->wows-eval) (3.0.50)\n", - "Requirement already satisfied: pygments in /usr/local/lib/python3.11/dist-packages (from ipython->tirex-tracker>=0.2.10->wows-eval) (2.18.0)\n", - "Requirement already satisfied: backcall in /usr/local/lib/python3.11/dist-packages (from ipython->tirex-tracker>=0.2.10->wows-eval) (0.2.0)\n", - "Requirement already satisfied: matplotlib-inline in /usr/local/lib/python3.11/dist-packages (from ipython->tirex-tracker>=0.2.10->wows-eval) (0.1.7)\n", - "Requirement already satisfied: pexpect>4.3 in /usr/local/lib/python3.11/dist-packages (from ipython->tirex-tracker>=0.2.10->wows-eval) (4.9.0)\n", - "Requirement already satisfied: parso<0.9.0,>=0.8.4 in /usr/local/lib/python3.11/dist-packages (from jedi>=0.16->ipython->tirex-tracker>=0.2.10->wows-eval) (0.8.4)\n", - "Requirement already satisfied: ptyprocess>=0.5 in /usr/local/lib/python3.11/dist-packages (from pexpect>4.3->ipython->tirex-tracker>=0.2.10->wows-eval) (0.7.0)\n", - "Requirement already satisfied: wcwidth in /usr/local/lib/python3.11/dist-packages (from prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0->ipython->tirex-tracker>=0.2.10->wows-eval) (0.2.13)\n", - "Requirement already satisfied: soupsieve>1.2 in /usr/local/lib/python3.11/dist-packages (from beautifulsoup4->bs4>=0.0.0.1->trectools->wows-eval) (2.6)\n", - "Using cached tira-0.0.157-py3-none-any.whl (1.3 MB)\n", - "Using cached wows_eval-0.0.6-py3-none-any.whl (3.9 kB)\n", - "Installing collected packages: tira, wows-eval\n", - "Successfully installed tira-0.0.157 wows-eval-0.0.6\n" - ] - } - ], - "source": [ - "!pip3 install tira snorkel wows-eval textdistance rank-bm25" - ] - }, - { - "cell_type": "code", - "source": [ - "!pip3 uninstall -y tira wows-eval" - ], - "metadata": { - "colab": { - "base_uri": "https://localhost:8080/" - }, - "id": "nF6rUuWHtImS", - "outputId": "344e88b2-117c-4caa-b9ee-56bbac7b0c07" - }, - "execution_count": 2, - "outputs": [ - { - "output_type": "stream", - "name": "stdout", - "text": [ - "Found existing installation: tira 0.0.157\n", - "Uninstalling tira-0.0.157:\n", - " Successfully uninstalled tira-0.0.157\n", - "Found existing installation: wows-eval 0.0.6\n", - "Uninstalling wows-eval-0.0.6:\n", - " Successfully uninstalled wows-eval-0.0.6\n" - ] - } - ] - }, - { - "cell_type": "code", - "source": [ - "!pip3 install wows-eval>=0.0.6" - ], - "metadata": { - "id": "qfh3GolMtcj3" - }, - "execution_count": 3, - "outputs": [] - }, - { - "cell_type": "code", - "source": [ - "!pip3 install python-terrier==0.10.0" - ], - "metadata": { - "colab": { - "base_uri": "https://localhost:8080/" - }, - "id": "6Fo04IIKtxVA", - "outputId": "758a5ff8-a271-4bb7-95d3-740532680c01" - }, - "execution_count": 4, - "outputs": [ - { - "output_type": "stream", - "name": "stdout", - "text": [ - "Requirement already satisfied: python-terrier==0.10.0 in /usr/local/lib/python3.11/dist-packages (0.10.0)\n", - "Requirement already satisfied: numpy in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (1.26.4)\n", - "Requirement already satisfied: pandas in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (2.2.2)\n", - "Requirement already satisfied: wget in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (3.2)\n", - "Requirement already satisfied: tqdm in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (4.67.1)\n", - "Requirement already satisfied: pyjnius>=1.4.2 in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (1.6.1)\n", - "Requirement already satisfied: matchpy in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (0.5.5)\n", - "Requirement already satisfied: scikit-learn in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (1.6.1)\n", - "Requirement already satisfied: deprecated in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (1.2.18)\n", - "Requirement already satisfied: chest in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (0.2.3)\n", - "Requirement already satisfied: scipy in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (1.14.1)\n", - "Requirement already satisfied: requests in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (2.32.3)\n", - "Requirement already satisfied: joblib in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (1.4.2)\n", - "Requirement already satisfied: nptyping==1.4.4 in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (1.4.4)\n", - "Requirement already satisfied: more-itertools in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (10.6.0)\n", - "Requirement already satisfied: ir-datasets>=0.3.2 in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (0.5.10)\n", - "Requirement already satisfied: jinja2 in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (3.1.6)\n", - "Requirement already satisfied: statsmodels in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (0.14.4)\n", - "Requirement already satisfied: ir-measures>=0.3.1 in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (0.3.7)\n", - "Requirement already satisfied: dill in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (0.3.9)\n", - "Requirement already satisfied: pytrec-eval-terrier>=0.5.3 in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (0.5.7)\n", - "Requirement already satisfied: typish>=1.7.0 in /usr/local/lib/python3.11/dist-packages (from nptyping==1.4.4->python-terrier==0.10.0) (1.9.3)\n", - "Requirement already satisfied: beautifulsoup4>=4.4.1 in /usr/local/lib/python3.11/dist-packages (from ir-datasets>=0.3.2->python-terrier==0.10.0) (4.13.3)\n", - "Requirement already satisfied: inscriptis>=2.2.0 in /usr/local/lib/python3.11/dist-packages (from ir-datasets>=0.3.2->python-terrier==0.10.0) (2.6.0)\n", - "Requirement already satisfied: lxml>=4.5.2 in /usr/local/lib/python3.11/dist-packages (from ir-datasets>=0.3.2->python-terrier==0.10.0) (5.3.1)\n", - "Requirement already satisfied: pyyaml>=5.3.1 in /usr/local/lib/python3.11/dist-packages (from ir-datasets>=0.3.2->python-terrier==0.10.0) (6.0.2)\n", - "Requirement already satisfied: trec-car-tools>=2.5.4 in /usr/local/lib/python3.11/dist-packages (from ir-datasets>=0.3.2->python-terrier==0.10.0) (2.6)\n", - "Requirement already satisfied: lz4>=3.1.10 in /usr/local/lib/python3.11/dist-packages (from ir-datasets>=0.3.2->python-terrier==0.10.0) (4.4.4)\n", - "Requirement already satisfied: warc3-wet>=0.2.3 in /usr/local/lib/python3.11/dist-packages (from ir-datasets>=0.3.2->python-terrier==0.10.0) (0.2.5)\n", - "Requirement already satisfied: warc3-wet-clueweb09>=0.2.5 in /usr/local/lib/python3.11/dist-packages (from ir-datasets>=0.3.2->python-terrier==0.10.0) (0.2.5)\n", - "Requirement already satisfied: zlib-state>=0.1.3 in /usr/local/lib/python3.11/dist-packages (from ir-datasets>=0.3.2->python-terrier==0.10.0) (0.1.9)\n", - "Requirement already satisfied: ijson>=3.1.3 in /usr/local/lib/python3.11/dist-packages (from ir-datasets>=0.3.2->python-terrier==0.10.0) (3.3.0)\n", - "Requirement already satisfied: unlzw3>=0.2.1 in /usr/local/lib/python3.11/dist-packages (from ir-datasets>=0.3.2->python-terrier==0.10.0) (0.2.3)\n", - "Requirement already satisfied: pyarrow>=16.1.0 in /usr/local/lib/python3.11/dist-packages (from ir-datasets>=0.3.2->python-terrier==0.10.0) (18.1.0)\n", - "Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.11/dist-packages (from requests->python-terrier==0.10.0) (3.4.1)\n", - "Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.11/dist-packages (from requests->python-terrier==0.10.0) (3.10)\n", - "Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/local/lib/python3.11/dist-packages (from requests->python-terrier==0.10.0) (2.3.0)\n", - "Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.11/dist-packages (from requests->python-terrier==0.10.0) (2025.1.31)\n", - "Requirement already satisfied: heapdict in /usr/local/lib/python3.11/dist-packages (from chest->python-terrier==0.10.0) (1.0.1)\n", - "Requirement already satisfied: wrapt<2,>=1.10 in /usr/local/lib/python3.11/dist-packages (from deprecated->python-terrier==0.10.0) (1.17.2)\n", - "Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.11/dist-packages (from jinja2->python-terrier==0.10.0) (3.0.2)\n", - "Requirement already satisfied: multiset<3.0,>=2.0 in /usr/local/lib/python3.11/dist-packages (from matchpy->python-terrier==0.10.0) (2.1.1)\n", - "Requirement already satisfied: python-dateutil>=2.8.2 in /usr/local/lib/python3.11/dist-packages (from pandas->python-terrier==0.10.0) (2.8.2)\n", - "Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.11/dist-packages (from pandas->python-terrier==0.10.0) (2025.2)\n", - "Requirement already satisfied: tzdata>=2022.7 in /usr/local/lib/python3.11/dist-packages (from pandas->python-terrier==0.10.0) (2025.2)\n", - "Requirement already satisfied: threadpoolctl>=3.1.0 in /usr/local/lib/python3.11/dist-packages (from scikit-learn->python-terrier==0.10.0) (3.6.0)\n", - "Requirement already satisfied: patsy>=0.5.6 in /usr/local/lib/python3.11/dist-packages (from statsmodels->python-terrier==0.10.0) (1.0.1)\n", - "Requirement already satisfied: packaging>=21.3 in /usr/local/lib/python3.11/dist-packages (from statsmodels->python-terrier==0.10.0) (24.2)\n", - "Requirement already satisfied: soupsieve>1.2 in /usr/local/lib/python3.11/dist-packages (from beautifulsoup4>=4.4.1->ir-datasets>=0.3.2->python-terrier==0.10.0) (2.6)\n", - "Requirement already satisfied: typing-extensions>=4.0.0 in /usr/local/lib/python3.11/dist-packages (from beautifulsoup4>=4.4.1->ir-datasets>=0.3.2->python-terrier==0.10.0) (4.13.0)\n", - "Requirement already satisfied: six>=1.5 in /usr/local/lib/python3.11/dist-packages (from python-dateutil>=2.8.2->pandas->python-terrier==0.10.0) (1.17.0)\n", - "Requirement already satisfied: cbor>=1.0.0 in /usr/local/lib/python3.11/dist-packages (from trec-car-tools>=2.5.4->ir-datasets>=0.3.2->python-terrier==0.10.0) (1.0.0)\n" - ] - } - ] - }, - { - "cell_type": "code", - "source": [ - "!pip3 uninstall numpy -y\n", - "!pip3 install numpy --upgrade --force-reinstall" - ], - "metadata": { - "colab": { - "base_uri": "https://localhost:8080/" - }, - "id": "9vVpwA4Xt2ni", - "outputId": "704adba1-c74e-4819-eafd-666630f9e5fd" - }, - "execution_count": 12, - "outputs": [ - { - "output_type": "stream", - "name": "stdout", - "text": [ - "Found existing installation: numpy 1.26.4\n", - "Uninstalling numpy-1.26.4:\n", - " Successfully uninstalled numpy-1.26.4\n", - "Collecting numpy\n", - " Using cached numpy-2.2.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (62 kB)\n", - "Using cached numpy-2.2.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (16.4 MB)\n", - "Installing collected packages: numpy\n", - "\u001b[31mERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.\n", - "tira 0.0.157 requires numpy==1.*, but you have numpy 2.2.4 which is incompatible.\n", - "tensorflow 2.18.0 requires numpy<2.1.0,>=1.26.0, but you have numpy 2.2.4 which is incompatible.\n", - "numba 0.60.0 requires numpy<2.1,>=1.22, but you have numpy 2.2.4 which is incompatible.\u001b[0m\u001b[31m\n", - "\u001b[0mSuccessfully installed numpy-2.2.4\n" - ] - } - ] - }, - { - "cell_type": "code", - "source": [ - "!pip3 install numpy==1.26.4 --force-reinstall\n", - "import os\n", - "os.kill(os.getpid(), 9)" - ], - "metadata": { - "colab": { - "base_uri": "https://localhost:8080/" - }, - "id": "vzk4NnBduZHU", - "outputId": "8edabf54-9ef7-404d-cd9f-093f1032d069" - }, - "execution_count": null, - "outputs": [ - { - "output_type": "stream", - "name": "stdout", - "text": [ - "Collecting numpy==1.26.4\n", - " Using cached numpy-1.26.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (61 kB)\n", - "Using cached numpy-1.26.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.3 MB)\n", - "Installing collected packages: numpy\n", - " Attempting uninstall: numpy\n", - " Found existing installation: numpy 2.2.4\n", - " Uninstalling numpy-2.2.4:\n", - " Successfully uninstalled numpy-2.2.4\n", - "Successfully installed numpy-1.26.4\n" - ] - } - ] - }, - { - "cell_type": "code", - "source": [ - "import pyterrier as pt\n", - "from tqdm import tqdm\n", - "if not pt.started():\n", - " pt.init()\n", - "\n", - "from tira.rest_api_client import Client\n", - "from wows_eval import evaluate as wows_evaluate\n", - "import pandas as pd\n", - "from jnius import autoclass\n", - "import numpy as np\n", - "\n", - "# For measuring consumed resources (e.g., GPU, CPU, RAM, etc.)\n", - "from tirex_tracker import tracking, ExportFormat\n", - "\n", - "pd.set_option('display.max_colwidth', None)\n", - "\n", - "# Dataset IDs visible at https://archive.tira.io/datasets?query=wows-eval\n", - "DATASET_ID = 'wows-eval/pairwise-20250309-test'\n", - "\n", - "#, 'wows-eval/pairwise-smoke-test-20250210-training'\n", - "tira = Client()\n", - "input_data = tira.pd.inputs(DATASET_ID)" - ], - "metadata": { - "id": "KrRf64t2n6ke", - "colab": { - "base_uri": "https://localhost:8080/" - }, - "outputId": "791a7ee1-3267-4515-cb06-b911b47b2b72" - }, - "execution_count": 1, - "outputs": [ - { - "output_type": "stream", - "name": "stderr", - "text": [ - "PyTerrier 0.10.0 has loaded Terrier 5.11 (built by craig.macdonald on 2025-01-13 21:29) and terrier-helper 0.0.8\n", - "\n" - ] - } - ] - }, - { - "cell_type": "code", - "source": [ - "!pip3 install rapidfuzz" - ], - "metadata": { - "colab": { - "base_uri": "https://localhost:8080/" - }, - "id": "Xsbs5EDi7t0y", - "outputId": "1f177a70-b55d-4a8d-fa2a-9ff25dce3af4" - }, - "execution_count": 2, - "outputs": [ - { - "output_type": "stream", - "name": "stdout", - "text": [ - "Requirement already satisfied: rapidfuzz in /usr/local/lib/python3.11/dist-packages (3.13.0)\n" - ] - } - ] - }, - { - "cell_type": "markdown", - "source": [ - "Step 2: load all the libraries" - ], - "metadata": { - "id": "CB_34eKz68Pn" - } - }, - { - "cell_type": "code", - "source": [ - "from snorkel.labeling import labeling_function, PandasLFApplier\n", - "from snorkel.labeling.model.label_model import LabelModel\n", - "from rank_bm25 import BM25Okapi\n", - "from sklearn.feature_extraction.text import TfidfVectorizer\n", - "from sentence_transformers import SentenceTransformer\n", - "from sklearn.metrics.pairwise import cosine_similarity\n", - "from wows_eval import evaluate as wows_evaluate\n", - "from rapidfuzz import fuzz\n", - "import numpy as np\n", - "import textdistance\n", - "import pandas as pd\n", - "vectorizer = TfidfVectorizer()\n", - "import re" - ], - "metadata": { - "id": "5D-oLP_54FtB" - }, - "execution_count": 3, - "outputs": [] - }, - { - "cell_type": "code", - "source": [ - "import nltk\n", - "from nltk.corpus import stopwords, wordnet\n", - "from nltk.stem import WordNetLemmatizer\n", - "# Download stopwords if not already present\n", - "nltk.download(\"stopwords\")\n", - "stop_words = set(stopwords.words(\"english\"))\n", - "nltk.download(\"wordnet\")\n", - "lemmatizer = WordNetLemmatizer()" - ], - "metadata": { - "id": "qBVEpFOn4LNN", - "colab": { - "base_uri": "https://localhost:8080/" - }, - "outputId": "23d98486-7f44-49a5-ade5-944e4ad9d5c6" - }, - "execution_count": 4, - "outputs": [ - { - "output_type": "stream", - "name": "stderr", - "text": [ - "[nltk_data] Downloading package stopwords to /root/nltk_data...\n", - "[nltk_data] Package stopwords is already up-to-date!\n", - "[nltk_data] Downloading package wordnet to /root/nltk_data...\n", - "[nltk_data] Package wordnet is already up-to-date!\n" - ] - } - ] - }, - { - "cell_type": "markdown", - "source": [ - "Step 3: define global variables" - ], - "metadata": { - "id": "NpyWVji-7C1f" - } - }, - { - "cell_type": "code", - "source": [ - "# Global Variables\n", - "min_bm25 = None\n", - "max_bm25 = None\n", - "bm25 = None\n" - ], - "metadata": { - "id": "w7M09OVo4CQb" - }, - "execution_count": 5, - "outputs": [] - }, - { - "cell_type": "code", - "source": [ - "# Global Min/Max Values (These should be computed dynamically)\n", - "GLOBAL_MIN = -1\n", - "GLOBAL_MAX = 1\n" - ], - "metadata": { - "id": "guLY8AnOcG6X" - }, - "execution_count": 6, - "outputs": [] - }, - { - "cell_type": "markdown", - "source": [ - "Step 4: define helping functions" - ], - "metadata": { - "id": "2fbjNSaCQgHw" - } - }, - { - "cell_type": "code", - "source": [ - "\n", - "def tokenize(text):\n", - " \"\"\"Tokenizes text into lowercase words without punctuation.\"\"\"\n", - " return re.findall(r'\\w+', text.lower())\n", - "\n", - "def tokenize_and_lemmatize(text):\n", - " \"\"\"Tokenizes text into lowercase words without punctuation and lemmatizes words.\"\"\"\n", - " tokens = re.findall(r'\\w+', text.lower()) # Tokenization\n", - " return {lemmatizer.lemmatize(word) for word in tokens} - stop_words\n", - "\n", - "def get_ngrams(text, n=2):\n", - " \"\"\"Generate n-grams from text\"\"\"\n", - " tokens = list(tokenize_and_lemmatize(text))\n", - " return set(zip(*[tokens[i:] for i in range(n)])) if len(tokens) >= n else set()" - ], - "metadata": { - "id": "yFpLW_LO4iop" - }, - "execution_count": 7, - "outputs": [] - }, - { - "cell_type": "markdown", - "source": [ - "Step 5: Create Snorkel labeling functions" - ], - "metadata": { - "id": "HaFNdAUBQvVH" - } - }, - { - "cell_type": "code", - "source": [ - "from snorkel.labeling import labeling_function\n", - "from rank_bm25 import BM25Okapi\n", - "\n", - "@labeling_function()\n", - "def bm25_prob_diff(input_data):\n", - " query = input_data[\"query\"]\n", - " relevant_doc = input_data[\"relevant\"]\n", - " unknown_doc = input_data[\"unknown\"]\n", - "\n", - " # Tokenize query and documents\n", - " tokenized_query = tokenize(query)\n", - " tokenized_relevant = tokenize(relevant_doc)\n", - " tokenized_unknown = tokenize(unknown_doc)\n", - "\n", - " # Compute BM25 scores separately for \"relevant\" and \"unknown\"\n", - " bm25_relevant_model = BM25Okapi([tokenized_relevant]) # BM25 model with relevant doc\n", - " bm25_unknown_model = BM25Okapi([tokenized_unknown]) # BM25 model with unknown doc\n", - "\n", - " bm25_relevant = bm25_relevant_model.get_scores(tokenized_query)[0] # Score for relevant\n", - " bm25_unknown = bm25_unknown_model.get_scores(tokenized_query)[0] # Score for unknown\n", - "\n", - " # Compute difference without normalization\n", - " diff = bm25_relevant - bm25_unknown\n", - " return diff # Return raw difference\n", - "\n", - "\n", - "\n", - "@labeling_function()\n", - "def jaccard_similarity_prob_diff(input_data):\n", - " query = input_data[\"query\"]\n", - " relevant_doc = input_data[\"relevant\"]\n", - " unknown_doc = input_data[\"unknown\"]\n", - "\n", - " # Concatenate Query + Document\n", - " query_rel = f\"{query} {relevant_doc}\"\n", - " query_unk = f\"{query} {unknown_doc}\"\n", - "\n", - " # Compute Jaccard Similarity\n", - " def jaccard_sim(text1, text2):\n", - " set1, set2 = set(text1.split()), set(text2.split())\n", - " intersection = len(set1 & set2)\n", - " union = len(set1 | set2)\n", - " return intersection / union if union != 0 else 0\n", - "\n", - " jaccard_relevant = jaccard_sim(query, query_rel)\n", - " jaccard_unknown = jaccard_sim(query, query_unk)\n", - "\n", - " diff = jaccard_relevant - jaccard_unknown\n", - " return diff # Return raw difference\n", - "\n", - "\n", - "@labeling_function()\n", - "def word_level_levenshtein_prob_diff(input_data):\n", - " query = input_data[\"query\"]\n", - " relevant_doc = input_data[\"relevant\"]\n", - " unknown_doc = input_data[\"unknown\"]\n", - "\n", - " # Compute Levenshtein similarity\n", - " lev_relevant = fuzz.ratio(query, relevant_doc) / 100\n", - " lev_unknown = fuzz.ratio(query, unknown_doc) / 100\n", - "\n", - " # Compute difference\n", - " diff = lev_relevant - lev_unknown\n", - " return diff # Return raw difference\n", - "\n", - "\n", - "@labeling_function()\n", - "def tfidf_cosine_similarity_prob_diff(input_data):\n", - " query = input_data[\"query\"]\n", - " relevant_doc = input_data[\"relevant\"]\n", - " unknown_doc = input_data[\"unknown\"]\n", - "\n", - " # Concatenate Query + Document\n", - " query_rel = f\"{query} {relevant_doc}\"\n", - " query_unk = f\"{query} {unknown_doc}\"\n", - "\n", - " # Compute TF-IDF Cosine Similarity\n", - " docs = [query, query_rel, query_unk]\n", - " tfidf_matrix = vectorizer.fit_transform(docs)\n", - "\n", - " tfidf_relevant = cosine_similarity(tfidf_matrix[0], tfidf_matrix[1])[0][0]\n", - " tfidf_unknown = cosine_similarity(tfidf_matrix[0], tfidf_matrix[2])[0][0]\n", - "\n", - " diff = tfidf_relevant - tfidf_unknown\n", - " return diff # Return raw difference\n", - "\n", - "bert_model = SentenceTransformer('all-MiniLM-L6-v2')\n", - "\n", - "\n", - "@labeling_function()\n", - "def bert_cosine_similarity_prob_diff(input_data):\n", - " query = input_data[\"query\"]\n", - " relevant_doc = input_data[\"relevant\"]\n", - " unknown_doc = input_data[\"unknown\"]\n", - "\n", - " # Concatenate Query + Document\n", - " query_rel = f\"{query} [SEP] {relevant_doc}\"\n", - " query_unk = f\"{query} [SEP] {unknown_doc}\"\n", - "\n", - " # Compute BERT Embeddings\n", - " embeddings = bert_model.encode([query, query_rel, query_unk])\n", - "\n", - " bert_relevant = np.dot(embeddings[0], embeddings[1]) / (np.linalg.norm(embeddings[0]) * np.linalg.norm(embeddings[1]))\n", - " bert_unknown = np.dot(embeddings[0], embeddings[2]) / (np.linalg.norm(embeddings[0]) * np.linalg.norm(embeddings[2]))\n", - "\n", - " diff = bert_relevant - bert_unknown\n", - " return diff # Return raw difference\n", - "\n" - ], - "metadata": { - "id": "VhMWSVtm4yDh", - "colab": { - "base_uri": "https://localhost:8080/" - }, - "outputId": "4574c801-1059-4670-d966-c515815fae6a" - }, - "execution_count": 8, - "outputs": [ - { - "output_type": "stream", - "name": "stderr", - "text": [ - "/usr/local/lib/python3.11/dist-packages/huggingface_hub/utils/_auth.py:94: UserWarning: \n", - "The secret `HF_TOKEN` does not exist in your Colab secrets.\n", - "To authenticate with the Hugging Face Hub, create a token in your settings tab (https://huggingface.co/settings/tokens), set it as secret in your Google Colab and restart your session.\n", - "You will be able to reuse this secret in all of your notebooks.\n", - "Please note that authentication is recommended but still optional to access public models or datasets.\n", - " warnings.warn(\n" - ] - } - ] - }, - { - "cell_type": "markdown", - "source": [ - "Step 6: train Snorkel" - ], - "metadata": { - "id": "lZW9HxQpXCF3" - } - }, - { - "cell_type": "code", - "source": [ - "lfs = [bm25_prob_diff, word_level_levenshtein_prob_diff,tfidf_cosine_similarity_prob_diff, bert_cosine_similarity_prob_diff, jaccard_similarity_prob_diff]\n", - "\n", - "applier = PandasLFApplier(lfs=lfs)\n", - "L_train = applier.apply(input_data)\n", - "\n", - "label_model = LabelModel(cardinality=4, verbose=True)\n", - "label_model.fit(L_train, n_epochs=100, log_freq=10)\n", - "\n", - "train_prob = label_model.predict_proba(L_train)\n", - "train_prob_relevant = train_prob[:, 1]\n", - "\n", - "input_data[\"probability_relevant\"] = train_prob_relevant\n" - ], - "metadata": { - "id": "CDDrCtAO5C-S", - "colab": { - "base_uri": "https://localhost:8080/" - }, - "outputId": "c54f7d82-68bd-4ea6-9c81-7abe67a3e5d0" - }, - "execution_count": 9, - "outputs": [ - { - "output_type": "stream", - "name": "stderr", - "text": [ - "100%|██████████| 15080/15080 [1:43:34<00:00, 2.43it/s]\n", - "100%|██████████| 100/100 [00:00<00:00, 423.04epoch/s]\n" - ] - } - ] - }, - { - "cell_type": "code", - "source": [ - "WMODEL = \"Snorkel\"\n", - "\n", - "!rm -Rf run\n", - "\n", - "\n", - "with tracking(export_file_path='run/.metadata.yml', export_format=ExportFormat.IR_METADATA) as tracked:\n", - " queries = set(input_data['query'].unique())\n", - "\n", - " def unknown_documents(query):\n", - " docs = set(input_data[input_data['query'] == query]['unknown'].unique())\n", - " return {f'{i[0]}-unkn': i[1] for i in zip(range(len(docs)), docs)}\n", - "\n", - " results = {}\n", - "\n", - " for query in tqdm(queries):\n", - " unk = unknown_documents(query)\n", - "\n", - " # Build index\n", - " docs = [{'docno': k, 'text': v} for k, v in unk.items()]\n", - " indexer = pt.IterDictIndexer(\"/tmp/index\", overwrite=True, meta={'docno': 100, 'text': 20480})\n", - " index_ref = indexer.index(docs)\n", - " retriever = pt.BatchRetrieve(index_ref, wmodel=WMODEL)\n", - " rels = input_data[input_data['query'] == query][['unknown', 'probability_relevant']]\n", - " rel_dict = dict(zip(rels['unknown'], rels['probability_relevant']))\n", - "\n", - " results[query] = rel_dict\n", - "\n", - " predictions = []\n", - " for _, i in input_data.iterrows():\n", - " res = results[i['query']]\n", - " predictions.append({\n", - " 'id': i['id'],\n", - " 'probability_relevant': res.get(i['unknown'], -1)\n", - " })\n", - " predictions = pd.DataFrame(predictions)\n", - "\n", - "predictions" - ], - "metadata": { - "colab": { - "base_uri": "https://localhost:8080/", - "height": 442 - }, - "id": "GLSUuWymwbOS", - "outputId": "7825db38-4692-49c3-f8ec-f065cf1055bf" - }, - "execution_count": 10, - "outputs": [ - { - "output_type": "stream", - "name": "stderr", - "text": [ - "100%|██████████| 13/13 [00:14<00:00, 1.11s/it]\n" - ] - }, - { - "output_type": "execute_result", - "data": { - "text/plain": [ - " id probability_relevant\n", - "0 ce293ca6-f54c-4499-a7c8-8546029af919 0.183267\n", - "1 e035e319-db74-4d31-aa01-13bf60c595ae 0.183267\n", - "2 2e58ffb0-3815-4033-a363-f0d9f3dab89f 0.183267\n", - "3 43463fe4-63de-4ff3-ab26-43d002c18c72 0.183267\n", - "4 141436c9-2d5a-4fdc-abd5-bb8de9952592 0.183267\n", - "... ... ...\n", - "15075 ee0341bd-8296-4a2b-abf5-1ac7e55be097 0.242772\n", - "15076 b0b2d6f8-c0c9-4b52-be87-ece222b219f8 0.242772\n", - "15077 0f8bf575-6760-46b3-94ff-c228de6793b5 0.242772\n", - "15078 13d3f42f-5057-4563-9c9a-23107f8ed4ab 0.242772\n", - "15079 712a8947-f244-4d13-af2d-79eded3cd6bb 0.242772\n", - "\n", - "[15080 rows x 2 columns]" - ], - "text/html": [ - "\n", - "
\n", - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
idprobability_relevant
0ce293ca6-f54c-4499-a7c8-8546029af9190.183267
1e035e319-db74-4d31-aa01-13bf60c595ae0.183267
22e58ffb0-3815-4033-a363-f0d9f3dab89f0.183267
343463fe4-63de-4ff3-ab26-43d002c18c720.183267
4141436c9-2d5a-4fdc-abd5-bb8de99525920.183267
.........
15075ee0341bd-8296-4a2b-abf5-1ac7e55be0970.242772
15076b0b2d6f8-c0c9-4b52-be87-ece222b219f80.242772
150770f8bf575-6760-46b3-94ff-c228de6793b50.242772
1507813d3f42f-5057-4563-9c9a-23107f8ed4ab0.242772
15079712a8947-f244-4d13-af2d-79eded3cd6bb0.242772
\n", - "

15080 rows × 2 columns

\n", - "
\n", - "
\n", - "\n", - "
\n", - " \n", - "\n", - " \n", - "\n", - " \n", - "
\n", - "\n", - "\n", - "
\n", - " \n", - "\n", - "\n", - "\n", - " \n", - "
\n", - "\n", - "
\n", - " \n", - " \n", - " \n", - "
\n", - "\n", - "
\n", - "
\n" - ], - "application/vnd.google.colaboratory.intrinsic+json": { - "type": "dataframe", - "variable_name": "predictions", - "summary": "{\n \"name\": \"predictions\",\n \"rows\": 15080,\n \"fields\": [\n {\n \"column\": \"id\",\n \"properties\": {\n \"dtype\": \"string\",\n \"num_unique_values\": 15080,\n \"samples\": [\n \"ea08b188-4dd6-423f-af58-6c06667281ce\",\n \"06bd4d6a-f93f-4206-bff8-542ed41fe3ec\",\n \"dcc4bff9-61a1-4164-b857-36eba78b2640\"\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"probability_relevant\",\n \"properties\": {\n \"dtype\": \"number\",\n \"std\": 0.07852983500040059,\n \"min\": 0.017131624622037586,\n \"max\": 0.32927797176488854,\n \"num_unique_values\": 38,\n \"samples\": [\n 0.2427722421262846,\n 0.10210593925514304,\n 0.1293359526994007\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n }\n ]\n}" - } - }, - "metadata": {}, - "execution_count": 10 - } - ] - }, - { - "cell_type": "code", - "source": [ - "wows_evaluate(\n", - " predictions,\n", - " DATASET_ID,\n", - " tracking_results=tracked,\n", - " upload=True,\n", - " system_name=\"Snorkel\",https://www.tira.io/claim-submission/c1baecf2-84dd-46ae-bda8-995cf4dc3724\n", - " system_description=f'We use the PyTerrier retrieval model {WMODEL} to assign the probability that an unknown document is relevant. We rank all unknown documents that are to-be judged against the query. The probability that a document is relevant is then the min-max normalized rank of an unknown document in the ranking of all unknown documents to the query.'\n", - ")" - ], - "metadata": { - "colab": { - "base_uri": "https://localhost:8080/" - }, - "id": "sgLKVDdEwg3P", - "outputId": "3da712d2-c272-4a6f-c984-0b89caa758e8" - }, - "execution_count": 11, - "outputs": [ - { - "output_type": "stream", - "name": "stdout", - "text": [ - "Run uploaded to TIRA. Claim ownership via: https://www.tira.io/claim-submission/c1baecf2-84dd-46ae-bda8-995cf4dc3724\n", - "No truth data is available yet. The evaluation is possible after the deadline when the truth data was published.\n" - ] - } - ] - }, - { - "cell_type": "markdown", - "source": [], - "metadata": { - "id": "P5jmP8SopXEd" - } - } - ] +{ + "nbformat": 4, + "nbformat_minor": 0, + "metadata": { + "colab": { + "provenance": [] + }, + "kernelspec": { + "name": "python3", + "display_name": "Python 3" + }, + "language_info": { + "name": "python" + } + }, + "cells": [ + { + "cell_type": "markdown", + "source": [ + "Step 1: install dependencies\n", + "\n", + "> Add blockquote\n", + "\n" + ], + "metadata": { + "id": "nrNuNdOkWxU2" + } + }, + { + "cell_type": "code", + "execution_count": 1, + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "jqYpJ_Gqn0v3", + "outputId": "af2950db-9969-4371-cefc-1a908de14af2" + }, + "outputs": [ + { + "output_type": "stream", + "name": "stdout", + "text": [ + "Collecting tira\n", + " Using cached tira-0.0.157-py3-none-any.whl.metadata (4.8 kB)\n", + "Requirement already satisfied: snorkel in /usr/local/lib/python3.11/dist-packages (0.10.0)\n", + "Collecting wows-eval\n", + " Using cached wows_eval-0.0.6-py3-none-any.whl.metadata (1.3 kB)\n", + "Requirement already satisfied: textdistance in /usr/local/lib/python3.11/dist-packages (4.6.3)\n", + "Requirement already satisfied: rank-bm25 in /usr/local/lib/python3.11/dist-packages (0.2.2)\n", + "Requirement already satisfied: requests==2.*,>=2.26 in /usr/local/lib/python3.11/dist-packages (from tira) (2.32.3)\n", + "Requirement already satisfied: docker==7.*,>=7.1.0 in /usr/local/lib/python3.11/dist-packages (from tira) (7.1.0)\n", + "Requirement already satisfied: numpy==1.* in /usr/local/lib/python3.11/dist-packages (from tira) (1.26.4)\n", + "Requirement already satisfied: pandas in /usr/local/lib/python3.11/dist-packages (from tira) (2.2.2)\n", + "Requirement already satisfied: packaging in /usr/local/lib/python3.11/dist-packages (from tira) (24.2)\n", + "Requirement already satisfied: tqdm in /usr/local/lib/python3.11/dist-packages (from tira) (4.67.1)\n", + "Requirement already satisfied: gitpython in /usr/local/lib/python3.11/dist-packages (from tira) (3.1.44)\n", + "Requirement already satisfied: urllib3>=1.26.0 in /usr/local/lib/python3.11/dist-packages (from docker==7.*,>=7.1.0->tira) (2.3.0)\n", + "Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.11/dist-packages (from requests==2.*,>=2.26->tira) (3.4.1)\n", + "Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.11/dist-packages (from requests==2.*,>=2.26->tira) (3.10)\n", + "Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.11/dist-packages (from requests==2.*,>=2.26->tira) (2025.1.31)\n", + "Requirement already satisfied: munkres>=1.0.6 in /usr/local/lib/python3.11/dist-packages (from snorkel) (1.1.4)\n", + "Requirement already satisfied: scipy>=1.2.0 in /usr/local/lib/python3.11/dist-packages (from snorkel) (1.14.1)\n", + "Requirement already satisfied: scikit-learn>=0.20.2 in /usr/local/lib/python3.11/dist-packages (from snorkel) (1.6.1)\n", + "Requirement already satisfied: torch>=1.2.0 in /usr/local/lib/python3.11/dist-packages (from snorkel) (2.6.0+cu124)\n", + "Requirement already satisfied: tensorboard>=2.13.0 in /usr/local/lib/python3.11/dist-packages (from snorkel) (2.18.0)\n", + "Requirement already satisfied: protobuf>=3.19.6 in /usr/local/lib/python3.11/dist-packages (from snorkel) (5.29.4)\n", + "Requirement already satisfied: networkx>=2.2 in /usr/local/lib/python3.11/dist-packages (from snorkel) (3.4.2)\n", + "Requirement already satisfied: tirex-tracker>=0.2.10 in /usr/local/lib/python3.11/dist-packages (from wows-eval) (0.2.12)\n", + "Requirement already satisfied: pyyaml in /usr/local/lib/python3.11/dist-packages (from wows-eval) (6.0.2)\n", + "Requirement already satisfied: trectools in /usr/local/lib/python3.11/dist-packages (from wows-eval) (0.0.50)\n", + "Requirement already satisfied: click in /usr/local/lib/python3.11/dist-packages (from wows-eval) (8.1.8)\n", + "Requirement already satisfied: python-dateutil>=2.8.2 in /usr/local/lib/python3.11/dist-packages (from pandas->tira) (2.8.2)\n", + "Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.11/dist-packages (from pandas->tira) (2025.2)\n", + "Requirement already satisfied: tzdata>=2022.7 in /usr/local/lib/python3.11/dist-packages (from pandas->tira) (2025.2)\n", + "Requirement already satisfied: joblib>=1.2.0 in /usr/local/lib/python3.11/dist-packages (from scikit-learn>=0.20.2->snorkel) (1.4.2)\n", + "Requirement already satisfied: threadpoolctl>=3.1.0 in /usr/local/lib/python3.11/dist-packages (from scikit-learn>=0.20.2->snorkel) (3.6.0)\n", + "Requirement already satisfied: absl-py>=0.4 in /usr/local/lib/python3.11/dist-packages (from tensorboard>=2.13.0->snorkel) (1.4.0)\n", + "Requirement already satisfied: grpcio>=1.48.2 in /usr/local/lib/python3.11/dist-packages (from tensorboard>=2.13.0->snorkel) (1.71.0)\n", + "Requirement already satisfied: markdown>=2.6.8 in /usr/local/lib/python3.11/dist-packages (from tensorboard>=2.13.0->snorkel) (3.7)\n", + "Requirement already satisfied: setuptools>=41.0.0 in /usr/local/lib/python3.11/dist-packages (from tensorboard>=2.13.0->snorkel) (75.2.0)\n", + "Requirement already satisfied: six>1.9 in /usr/local/lib/python3.11/dist-packages (from tensorboard>=2.13.0->snorkel) (1.17.0)\n", + "Requirement already satisfied: tensorboard-data-server<0.8.0,>=0.7.0 in /usr/local/lib/python3.11/dist-packages (from tensorboard>=2.13.0->snorkel) (0.7.2)\n", + "Requirement already satisfied: werkzeug>=1.0.1 in /usr/local/lib/python3.11/dist-packages (from tensorboard>=2.13.0->snorkel) (3.1.3)\n", + "Requirement already satisfied: typing-extensions~=4.0 in /usr/local/lib/python3.11/dist-packages (from tirex-tracker>=0.2.10->wows-eval) (4.13.0)\n", + "Requirement already satisfied: importlib-metadata~=8.0 in /usr/local/lib/python3.11/dist-packages (from tirex-tracker>=0.2.10->wows-eval) (8.6.1)\n", + "Requirement already satisfied: importlib-resources~=6.0 in /usr/local/lib/python3.11/dist-packages (from tirex-tracker>=0.2.10->wows-eval) (6.5.2)\n", + "Requirement already satisfied: ipython in /usr/local/lib/python3.11/dist-packages (from tirex-tracker>=0.2.10->wows-eval) (7.34.0)\n", + "Requirement already satisfied: ruamel.yaml~=0.18.0 in /usr/local/lib/python3.11/dist-packages (from tirex-tracker>=0.2.10->wows-eval) (0.18.10)\n", + "Requirement already satisfied: gitdb<5,>=4.0.1 in /usr/local/lib/python3.11/dist-packages (from gitpython->tira) (4.0.12)\n", + "Requirement already satisfied: filelock in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (3.18.0)\n", + "Requirement already satisfied: jinja2 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (3.1.6)\n", + "Requirement already satisfied: fsspec in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (2025.3.2)\n", + "Requirement already satisfied: nvidia-cuda-nvrtc-cu12==12.4.127 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (12.4.127)\n", + "Requirement already satisfied: nvidia-cuda-runtime-cu12==12.4.127 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (12.4.127)\n", + "Requirement already satisfied: nvidia-cuda-cupti-cu12==12.4.127 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (12.4.127)\n", + "Requirement already satisfied: nvidia-cudnn-cu12==9.1.0.70 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (9.1.0.70)\n", + "Requirement already satisfied: nvidia-cublas-cu12==12.4.5.8 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (12.4.5.8)\n", + "Requirement already satisfied: nvidia-cufft-cu12==11.2.1.3 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (11.2.1.3)\n", + "Requirement already satisfied: nvidia-curand-cu12==10.3.5.147 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (10.3.5.147)\n", + "Requirement already satisfied: nvidia-cusolver-cu12==11.6.1.9 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (11.6.1.9)\n", + "Requirement already satisfied: nvidia-cusparse-cu12==12.3.1.170 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (12.3.1.170)\n", + "Requirement already satisfied: nvidia-cusparselt-cu12==0.6.2 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (0.6.2)\n", + "Requirement already satisfied: nvidia-nccl-cu12==2.21.5 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (2.21.5)\n", + "Requirement already satisfied: nvidia-nvtx-cu12==12.4.127 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (12.4.127)\n", + "Requirement already satisfied: nvidia-nvjitlink-cu12==12.4.127 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (12.4.127)\n", + "Requirement already satisfied: triton==3.2.0 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (3.2.0)\n", + "Requirement already satisfied: sympy==1.13.1 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (1.13.1)\n", + "Requirement already satisfied: mpmath<1.4,>=1.1.0 in /usr/local/lib/python3.11/dist-packages (from sympy==1.13.1->torch>=1.2.0->snorkel) (1.3.0)\n", + "Requirement already satisfied: sarge>=0.1.1 in /usr/local/lib/python3.11/dist-packages (from trectools->wows-eval) (0.1.7.post1)\n", + "Requirement already satisfied: lxml>=3.6.0 in /usr/local/lib/python3.11/dist-packages (from trectools->wows-eval) (5.3.1)\n", + "Requirement already satisfied: bs4>=0.0.0.1 in /usr/local/lib/python3.11/dist-packages (from trectools->wows-eval) (0.0.2)\n", + "Requirement already satisfied: matplotlib>=1.5 in /usr/local/lib/python3.11/dist-packages (from trectools->wows-eval) (3.10.0)\n", + "Requirement already satisfied: beautifulsoup4 in /usr/local/lib/python3.11/dist-packages (from bs4>=0.0.0.1->trectools->wows-eval) (4.13.3)\n", + "Requirement already satisfied: smmap<6,>=3.0.1 in /usr/local/lib/python3.11/dist-packages (from gitdb<5,>=4.0.1->gitpython->tira) (5.0.2)\n", + "Requirement already satisfied: zipp>=3.20 in /usr/local/lib/python3.11/dist-packages (from importlib-metadata~=8.0->tirex-tracker>=0.2.10->wows-eval) (3.21.0)\n", + "Requirement already satisfied: contourpy>=1.0.1 in /usr/local/lib/python3.11/dist-packages (from matplotlib>=1.5->trectools->wows-eval) (1.3.1)\n", + "Requirement already satisfied: cycler>=0.10 in /usr/local/lib/python3.11/dist-packages (from matplotlib>=1.5->trectools->wows-eval) (0.12.1)\n", + "Requirement already satisfied: fonttools>=4.22.0 in /usr/local/lib/python3.11/dist-packages (from matplotlib>=1.5->trectools->wows-eval) (4.56.0)\n", + "Requirement already satisfied: kiwisolver>=1.3.1 in /usr/local/lib/python3.11/dist-packages (from matplotlib>=1.5->trectools->wows-eval) (1.4.8)\n", + "Requirement already satisfied: pillow>=8 in /usr/local/lib/python3.11/dist-packages (from matplotlib>=1.5->trectools->wows-eval) (11.1.0)\n", + "Requirement already satisfied: pyparsing>=2.3.1 in /usr/local/lib/python3.11/dist-packages (from matplotlib>=1.5->trectools->wows-eval) (3.2.3)\n", + "Requirement already satisfied: ruamel.yaml.clib>=0.2.7 in /usr/local/lib/python3.11/dist-packages (from ruamel.yaml~=0.18.0->tirex-tracker>=0.2.10->wows-eval) (0.2.12)\n", + "Requirement already satisfied: MarkupSafe>=2.1.1 in /usr/local/lib/python3.11/dist-packages (from werkzeug>=1.0.1->tensorboard>=2.13.0->snorkel) (3.0.2)\n", + "Requirement already satisfied: jedi>=0.16 in /usr/local/lib/python3.11/dist-packages (from ipython->tirex-tracker>=0.2.10->wows-eval) (0.19.2)\n", + "Requirement already satisfied: decorator in /usr/local/lib/python3.11/dist-packages (from ipython->tirex-tracker>=0.2.10->wows-eval) (4.4.2)\n", + "Requirement already satisfied: pickleshare in /usr/local/lib/python3.11/dist-packages (from ipython->tirex-tracker>=0.2.10->wows-eval) (0.7.5)\n", + "Requirement already satisfied: traitlets>=4.2 in /usr/local/lib/python3.11/dist-packages (from ipython->tirex-tracker>=0.2.10->wows-eval) (5.7.1)\n", + "Requirement already satisfied: prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0 in /usr/local/lib/python3.11/dist-packages (from ipython->tirex-tracker>=0.2.10->wows-eval) (3.0.50)\n", + "Requirement already satisfied: pygments in /usr/local/lib/python3.11/dist-packages (from ipython->tirex-tracker>=0.2.10->wows-eval) (2.18.0)\n", + "Requirement already satisfied: backcall in /usr/local/lib/python3.11/dist-packages (from ipython->tirex-tracker>=0.2.10->wows-eval) (0.2.0)\n", + "Requirement already satisfied: matplotlib-inline in /usr/local/lib/python3.11/dist-packages (from ipython->tirex-tracker>=0.2.10->wows-eval) (0.1.7)\n", + "Requirement already satisfied: pexpect>4.3 in /usr/local/lib/python3.11/dist-packages (from ipython->tirex-tracker>=0.2.10->wows-eval) (4.9.0)\n", + "Requirement already satisfied: parso<0.9.0,>=0.8.4 in /usr/local/lib/python3.11/dist-packages (from jedi>=0.16->ipython->tirex-tracker>=0.2.10->wows-eval) (0.8.4)\n", + "Requirement already satisfied: ptyprocess>=0.5 in /usr/local/lib/python3.11/dist-packages (from pexpect>4.3->ipython->tirex-tracker>=0.2.10->wows-eval) (0.7.0)\n", + "Requirement already satisfied: wcwidth in /usr/local/lib/python3.11/dist-packages (from prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0->ipython->tirex-tracker>=0.2.10->wows-eval) (0.2.13)\n", + "Requirement already satisfied: soupsieve>1.2 in /usr/local/lib/python3.11/dist-packages (from beautifulsoup4->bs4>=0.0.0.1->trectools->wows-eval) (2.6)\n", + "Using cached tira-0.0.157-py3-none-any.whl (1.3 MB)\n", + "Using cached wows_eval-0.0.6-py3-none-any.whl (3.9 kB)\n", + "Installing collected packages: tira, wows-eval\n", + "Successfully installed tira-0.0.157 wows-eval-0.0.6\n" + ] + } + ], + "source": [ + "!pip3 install tira snorkel wows-eval textdistance rank-bm25" + ] + }, + { + "cell_type": "code", + "source": [ + "!pip3 uninstall -y tira wows-eval" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "nF6rUuWHtImS", + "outputId": "344e88b2-117c-4caa-b9ee-56bbac7b0c07" + }, + "execution_count": 2, + "outputs": [ + { + "output_type": "stream", + "name": "stdout", + "text": [ + "Found existing installation: tira 0.0.157\n", + "Uninstalling tira-0.0.157:\n", + " Successfully uninstalled tira-0.0.157\n", + "Found existing installation: wows-eval 0.0.6\n", + "Uninstalling wows-eval-0.0.6:\n", + " Successfully uninstalled wows-eval-0.0.6\n" + ] + } + ] + }, + { + "cell_type": "code", + "source": [ + "!pip3 install wows-eval>=0.0.6" + ], + "metadata": { + "id": "qfh3GolMtcj3" + }, + "execution_count": 3, + "outputs": [] + }, + { + "cell_type": "code", + "source": [ + "!pip3 install python-terrier==0.10.0" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "6Fo04IIKtxVA", + "outputId": "758a5ff8-a271-4bb7-95d3-740532680c01" + }, + "execution_count": 4, + "outputs": [ + { + "output_type": "stream", + "name": "stdout", + "text": [ + "Requirement already satisfied: python-terrier==0.10.0 in /usr/local/lib/python3.11/dist-packages (0.10.0)\n", + "Requirement already satisfied: numpy in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (1.26.4)\n", + "Requirement already satisfied: pandas in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (2.2.2)\n", + "Requirement already satisfied: wget in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (3.2)\n", + "Requirement already satisfied: tqdm in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (4.67.1)\n", + "Requirement already satisfied: pyjnius>=1.4.2 in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (1.6.1)\n", + "Requirement already satisfied: matchpy in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (0.5.5)\n", + "Requirement already satisfied: scikit-learn in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (1.6.1)\n", + "Requirement already satisfied: deprecated in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (1.2.18)\n", + "Requirement already satisfied: chest in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (0.2.3)\n", + "Requirement already satisfied: scipy in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (1.14.1)\n", + "Requirement already satisfied: requests in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (2.32.3)\n", + "Requirement already satisfied: joblib in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (1.4.2)\n", + "Requirement already satisfied: nptyping==1.4.4 in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (1.4.4)\n", + "Requirement already satisfied: more-itertools in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (10.6.0)\n", + "Requirement already satisfied: ir-datasets>=0.3.2 in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (0.5.10)\n", + "Requirement already satisfied: jinja2 in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (3.1.6)\n", + "Requirement already satisfied: statsmodels in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (0.14.4)\n", + "Requirement already satisfied: ir-measures>=0.3.1 in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (0.3.7)\n", + "Requirement already satisfied: dill in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (0.3.9)\n", + "Requirement already satisfied: pytrec-eval-terrier>=0.5.3 in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (0.5.7)\n", + "Requirement already satisfied: typish>=1.7.0 in /usr/local/lib/python3.11/dist-packages (from nptyping==1.4.4->python-terrier==0.10.0) (1.9.3)\n", + "Requirement already satisfied: beautifulsoup4>=4.4.1 in /usr/local/lib/python3.11/dist-packages (from ir-datasets>=0.3.2->python-terrier==0.10.0) (4.13.3)\n", + "Requirement already satisfied: inscriptis>=2.2.0 in /usr/local/lib/python3.11/dist-packages (from ir-datasets>=0.3.2->python-terrier==0.10.0) (2.6.0)\n", + "Requirement already satisfied: lxml>=4.5.2 in /usr/local/lib/python3.11/dist-packages (from ir-datasets>=0.3.2->python-terrier==0.10.0) (5.3.1)\n", + "Requirement already satisfied: pyyaml>=5.3.1 in /usr/local/lib/python3.11/dist-packages (from ir-datasets>=0.3.2->python-terrier==0.10.0) (6.0.2)\n", + "Requirement already satisfied: trec-car-tools>=2.5.4 in /usr/local/lib/python3.11/dist-packages (from ir-datasets>=0.3.2->python-terrier==0.10.0) (2.6)\n", + "Requirement already satisfied: lz4>=3.1.10 in /usr/local/lib/python3.11/dist-packages (from ir-datasets>=0.3.2->python-terrier==0.10.0) (4.4.4)\n", + "Requirement already satisfied: warc3-wet>=0.2.3 in /usr/local/lib/python3.11/dist-packages (from ir-datasets>=0.3.2->python-terrier==0.10.0) (0.2.5)\n", + "Requirement already satisfied: warc3-wet-clueweb09>=0.2.5 in /usr/local/lib/python3.11/dist-packages (from ir-datasets>=0.3.2->python-terrier==0.10.0) (0.2.5)\n", + "Requirement already satisfied: zlib-state>=0.1.3 in /usr/local/lib/python3.11/dist-packages (from ir-datasets>=0.3.2->python-terrier==0.10.0) (0.1.9)\n", + "Requirement already satisfied: ijson>=3.1.3 in /usr/local/lib/python3.11/dist-packages (from ir-datasets>=0.3.2->python-terrier==0.10.0) (3.3.0)\n", + "Requirement already satisfied: unlzw3>=0.2.1 in /usr/local/lib/python3.11/dist-packages (from ir-datasets>=0.3.2->python-terrier==0.10.0) (0.2.3)\n", + "Requirement already satisfied: pyarrow>=16.1.0 in /usr/local/lib/python3.11/dist-packages (from ir-datasets>=0.3.2->python-terrier==0.10.0) (18.1.0)\n", + "Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.11/dist-packages (from requests->python-terrier==0.10.0) (3.4.1)\n", + "Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.11/dist-packages (from requests->python-terrier==0.10.0) (3.10)\n", + "Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/local/lib/python3.11/dist-packages (from requests->python-terrier==0.10.0) (2.3.0)\n", + "Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.11/dist-packages (from requests->python-terrier==0.10.0) (2025.1.31)\n", + "Requirement already satisfied: heapdict in /usr/local/lib/python3.11/dist-packages (from chest->python-terrier==0.10.0) (1.0.1)\n", + "Requirement already satisfied: wrapt<2,>=1.10 in /usr/local/lib/python3.11/dist-packages (from deprecated->python-terrier==0.10.0) (1.17.2)\n", + "Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.11/dist-packages (from jinja2->python-terrier==0.10.0) (3.0.2)\n", + "Requirement already satisfied: multiset<3.0,>=2.0 in /usr/local/lib/python3.11/dist-packages (from matchpy->python-terrier==0.10.0) (2.1.1)\n", + "Requirement already satisfied: python-dateutil>=2.8.2 in /usr/local/lib/python3.11/dist-packages (from pandas->python-terrier==0.10.0) (2.8.2)\n", + "Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.11/dist-packages (from pandas->python-terrier==0.10.0) (2025.2)\n", + "Requirement already satisfied: tzdata>=2022.7 in /usr/local/lib/python3.11/dist-packages (from pandas->python-terrier==0.10.0) (2025.2)\n", + "Requirement already satisfied: threadpoolctl>=3.1.0 in /usr/local/lib/python3.11/dist-packages (from scikit-learn->python-terrier==0.10.0) (3.6.0)\n", + "Requirement already satisfied: patsy>=0.5.6 in /usr/local/lib/python3.11/dist-packages (from statsmodels->python-terrier==0.10.0) (1.0.1)\n", + "Requirement already satisfied: packaging>=21.3 in /usr/local/lib/python3.11/dist-packages (from statsmodels->python-terrier==0.10.0) (24.2)\n", + "Requirement already satisfied: soupsieve>1.2 in /usr/local/lib/python3.11/dist-packages (from beautifulsoup4>=4.4.1->ir-datasets>=0.3.2->python-terrier==0.10.0) (2.6)\n", + "Requirement already satisfied: typing-extensions>=4.0.0 in /usr/local/lib/python3.11/dist-packages (from beautifulsoup4>=4.4.1->ir-datasets>=0.3.2->python-terrier==0.10.0) (4.13.0)\n", + "Requirement already satisfied: six>=1.5 in /usr/local/lib/python3.11/dist-packages (from python-dateutil>=2.8.2->pandas->python-terrier==0.10.0) (1.17.0)\n", + "Requirement already satisfied: cbor>=1.0.0 in /usr/local/lib/python3.11/dist-packages (from trec-car-tools>=2.5.4->ir-datasets>=0.3.2->python-terrier==0.10.0) (1.0.0)\n" + ] + } + ] + }, + { + "cell_type": "code", + "source": [ + "!pip3 uninstall numpy -y\n", + "!pip3 install numpy --upgrade --force-reinstall" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "9vVpwA4Xt2ni", + "outputId": "704adba1-c74e-4819-eafd-666630f9e5fd" + }, + "execution_count": 12, + "outputs": [ + { + "output_type": "stream", + "name": "stdout", + "text": [ + "Found existing installation: numpy 1.26.4\n", + "Uninstalling numpy-1.26.4:\n", + " Successfully uninstalled numpy-1.26.4\n", + "Collecting numpy\n", + " Using cached numpy-2.2.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (62 kB)\n", + "Using cached numpy-2.2.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (16.4 MB)\n", + "Installing collected packages: numpy\n", + "\u001b[31mERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.\n", + "tira 0.0.157 requires numpy==1.*, but you have numpy 2.2.4 which is incompatible.\n", + "tensorflow 2.18.0 requires numpy<2.1.0,>=1.26.0, but you have numpy 2.2.4 which is incompatible.\n", + "numba 0.60.0 requires numpy<2.1,>=1.22, but you have numpy 2.2.4 which is incompatible.\u001b[0m\u001b[31m\n", + "\u001b[0mSuccessfully installed numpy-2.2.4\n" + ] + } + ] + }, + { + "cell_type": "code", + "source": [ + "!pip3 install numpy==1.26.4 --force-reinstall\n", + "import os\n", + "os.kill(os.getpid(), 9)" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "vzk4NnBduZHU", + "outputId": "8edabf54-9ef7-404d-cd9f-093f1032d069" + }, + "execution_count": null, + "outputs": [ + { + "output_type": "stream", + "name": "stdout", + "text": [ + "Collecting numpy==1.26.4\n", + " Using cached numpy-1.26.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (61 kB)\n", + "Using cached numpy-1.26.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.3 MB)\n", + "Installing collected packages: numpy\n", + " Attempting uninstall: numpy\n", + " Found existing installation: numpy 2.2.4\n", + " Uninstalling numpy-2.2.4:\n", + " Successfully uninstalled numpy-2.2.4\n", + "Successfully installed numpy-1.26.4\n" + ] + } + ] + }, + { + "cell_type": "code", + "source": [ + "import pyterrier as pt\n", + "from tqdm import tqdm\n", + "if not pt.started():\n", + " pt.init()\n", + "\n", + "from tira.rest_api_client import Client\n", + "from wows_eval import evaluate as wows_evaluate\n", + "import pandas as pd\n", + "from jnius import autoclass\n", + "import numpy as np\n", + "\n", + "# For measuring consumed resources (e.g., GPU, CPU, RAM, etc.)\n", + "from tirex_tracker import tracking, ExportFormat\n", + "\n", + "pd.set_option('display.max_colwidth', None)\n", + "\n", + "# Dataset IDs visible at https://archive.tira.io/datasets?query=wows-eval\n", + "DATASET_ID = 'wows-eval/pairwise-20250309-test'\n", + "\n", + "#, 'wows-eval/pairwise-smoke-test-20250210-training'\n", + "tira = Client()\n", + "input_data = tira.pd.inputs(DATASET_ID)" + ], + "metadata": { + "id": "KrRf64t2n6ke", + "colab": { + "base_uri": "https://localhost:8080/" + }, + "outputId": "791a7ee1-3267-4515-cb06-b911b47b2b72" + }, + "execution_count": 1, + "outputs": [ + { + "output_type": "stream", + "name": "stderr", + "text": [ + "PyTerrier 0.10.0 has loaded Terrier 5.11 (built by craig.macdonald on 2025-01-13 21:29) and terrier-helper 0.0.8\n", + "\n" + ] + } + ] + }, + { + "cell_type": "code", + "source": [ + "!pip3 install rapidfuzz" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "Xsbs5EDi7t0y", + "outputId": "1f177a70-b55d-4a8d-fa2a-9ff25dce3af4" + }, + "execution_count": 2, + "outputs": [ + { + "output_type": "stream", + "name": "stdout", + "text": [ + "Requirement already satisfied: rapidfuzz in /usr/local/lib/python3.11/dist-packages (3.13.0)\n" + ] + } + ] + }, + { + "cell_type": "markdown", + "source": [ + "Step 2: load all the libraries" + ], + "metadata": { + "id": "CB_34eKz68Pn" + } + }, + { + "cell_type": "code", + "source": [ + "from snorkel.labeling import labeling_function, PandasLFApplier\n", + "from snorkel.labeling.model.label_model import LabelModel\n", + "from rank_bm25 import BM25Okapi\n", + "from sklearn.feature_extraction.text import TfidfVectorizer\n", + "from sentence_transformers import SentenceTransformer\n", + "from sklearn.metrics.pairwise import cosine_similarity\n", + "from wows_eval import evaluate as wows_evaluate\n", + "from rapidfuzz import fuzz\n", + "import numpy as np\n", + "import textdistance\n", + "import pandas as pd\n", + "vectorizer = TfidfVectorizer()\n", + "import re" + ], + "metadata": { + "id": "5D-oLP_54FtB" + }, + "execution_count": 3, + "outputs": [] + }, + { + "cell_type": "code", + "source": [ + "import nltk\n", + "from nltk.corpus import stopwords, wordnet\n", + "from nltk.stem import WordNetLemmatizer\n", + "# Download stopwords if not already present\n", + "nltk.download(\"stopwords\")\n", + "stop_words = set(stopwords.words(\"english\"))\n", + "nltk.download(\"wordnet\")\n", + "lemmatizer = WordNetLemmatizer()" + ], + "metadata": { + "id": "qBVEpFOn4LNN", + "colab": { + "base_uri": "https://localhost:8080/" + }, + "outputId": "23d98486-7f44-49a5-ade5-944e4ad9d5c6" + }, + "execution_count": 4, + "outputs": [ + { + "output_type": "stream", + "name": "stderr", + "text": [ + "[nltk_data] Downloading package stopwords to /root/nltk_data...\n", + "[nltk_data] Package stopwords is already up-to-date!\n", + "[nltk_data] Downloading package wordnet to /root/nltk_data...\n", + "[nltk_data] Package wordnet is already up-to-date!\n" + ] + } + ] + }, + { + "cell_type": "markdown", + "source": [ + "Step 3: define global variables" + ], + "metadata": { + "id": "NpyWVji-7C1f" + } + }, + { + "cell_type": "code", + "source": [ + "# Global Variables\n", + "min_bm25 = None\n", + "max_bm25 = None\n", + "bm25 = None\n" + ], + "metadata": { + "id": "w7M09OVo4CQb" + }, + "execution_count": 5, + "outputs": [] + }, + { + "cell_type": "code", + "source": [ + "# Global Min/Max Values (These should be computed dynamically)\n", + "GLOBAL_MIN = -1\n", + "GLOBAL_MAX = 1\n" + ], + "metadata": { + "id": "guLY8AnOcG6X" + }, + "execution_count": 6, + "outputs": [] + }, + { + "cell_type": "markdown", + "source": [ + "Step 4: define helping functions" + ], + "metadata": { + "id": "2fbjNSaCQgHw" + } + }, + { + "cell_type": "code", + "source": [ + "\n", + "def tokenize(text):\n", + " \"\"\"Tokenizes text into lowercase words without punctuation.\"\"\"\n", + " return re.findall(r'\\w+', text.lower())\n", + "\n", + "def tokenize_and_lemmatize(text):\n", + " \"\"\"Tokenizes text into lowercase words without punctuation and lemmatizes words.\"\"\"\n", + " tokens = re.findall(r'\\w+', text.lower()) # Tokenization\n", + " return {lemmatizer.lemmatize(word) for word in tokens} - stop_words\n", + "\n", + "def get_ngrams(text, n=2):\n", + " \"\"\"Generate n-grams from text\"\"\"\n", + " tokens = list(tokenize_and_lemmatize(text))\n", + " return set(zip(*[tokens[i:] for i in range(n)])) if len(tokens) >= n else set()" + ], + "metadata": { + "id": "yFpLW_LO4iop" + }, + "execution_count": 7, + "outputs": [] + }, + { + "cell_type": "markdown", + "source": [ + "Step 5: Create Snorkel labeling functions" + ], + "metadata": { + "id": "HaFNdAUBQvVH" + } + }, + { + "cell_type": "code", + "source": [ + "from snorkel.labeling import labeling_function\n", + "from rank_bm25 import BM25Okapi\n", + "\n", + "@labeling_function()\n", + "def bm25_prob_diff(input_data):\n", + " query = input_data[\"query\"]\n", + " relevant_doc = input_data[\"relevant\"]\n", + " unknown_doc = input_data[\"unknown\"]\n", + "\n", + " # Tokenize query and documents\n", + " tokenized_query = tokenize(query)\n", + " tokenized_relevant = tokenize(relevant_doc)\n", + " tokenized_unknown = tokenize(unknown_doc)\n", + "\n", + " # Compute BM25 scores separately for \"relevant\" and \"unknown\"\n", + " bm25_relevant_model = BM25Okapi([tokenized_relevant]) # BM25 model with relevant doc\n", + " bm25_unknown_model = BM25Okapi([tokenized_unknown]) # BM25 model with unknown doc\n", + "\n", + " bm25_relevant = bm25_relevant_model.get_scores(tokenized_query)[0] # Score for relevant\n", + " bm25_unknown = bm25_unknown_model.get_scores(tokenized_query)[0] # Score for unknown\n", + "\n", + " # Compute difference without normalization\n", + " diff = bm25_relevant - bm25_unknown\n", + " return diff # Return raw difference\n", + "\n", + "\n", + "\n", + "@labeling_function()\n", + "def jaccard_similarity_prob_diff(input_data):\n", + " query = input_data[\"query\"]\n", + " relevant_doc = input_data[\"relevant\"]\n", + " unknown_doc = input_data[\"unknown\"]\n", + "\n", + " # Concatenate Query + Document\n", + " query_rel = f\"{query} {relevant_doc}\"\n", + " query_unk = f\"{query} {unknown_doc}\"\n", + "\n", + " # Compute Jaccard Similarity\n", + " def jaccard_sim(text1, text2):\n", + " set1, set2 = set(text1.split()), set(text2.split())\n", + " intersection = len(set1 & set2)\n", + " union = len(set1 | set2)\n", + " return intersection / union if union != 0 else 0\n", + "\n", + " jaccard_relevant = jaccard_sim(query, query_rel)\n", + " jaccard_unknown = jaccard_sim(query, query_unk)\n", + "\n", + " diff = jaccard_relevant - jaccard_unknown\n", + " return diff # Return raw difference\n", + "\n", + "\n", + "@labeling_function()\n", + "def word_level_levenshtein_prob_diff(input_data):\n", + " query = input_data[\"query\"]\n", + " relevant_doc = input_data[\"relevant\"]\n", + " unknown_doc = input_data[\"unknown\"]\n", + "\n", + " # Compute Levenshtein similarity\n", + " lev_relevant = fuzz.ratio(query, relevant_doc) / 100\n", + " lev_unknown = fuzz.ratio(query, unknown_doc) / 100\n", + "\n", + " # Compute difference\n", + " diff = lev_relevant - lev_unknown\n", + " return diff # Return raw difference\n", + "\n", + "\n", + "@labeling_function()\n", + "def tfidf_cosine_similarity_prob_diff(input_data):\n", + " query = input_data[\"query\"]\n", + " relevant_doc = input_data[\"relevant\"]\n", + " unknown_doc = input_data[\"unknown\"]\n", + "\n", + " # Concatenate Query + Document\n", + " query_rel = f\"{query} {relevant_doc}\"\n", + " query_unk = f\"{query} {unknown_doc}\"\n", + "\n", + " # Compute TF-IDF Cosine Similarity\n", + " docs = [query, query_rel, query_unk]\n", + " tfidf_matrix = vectorizer.fit_transform(docs)\n", + "\n", + " tfidf_relevant = cosine_similarity(tfidf_matrix[0], tfidf_matrix[1])[0][0]\n", + " tfidf_unknown = cosine_similarity(tfidf_matrix[0], tfidf_matrix[2])[0][0]\n", + "\n", + " diff = tfidf_relevant - tfidf_unknown\n", + " return diff # Return raw difference\n", + "\n", + "bert_model = SentenceTransformer('all-MiniLM-L6-v2')\n", + "\n", + "\n", + "@labeling_function()\n", + "def bert_cosine_similarity_prob_diff(input_data):\n", + " query = input_data[\"query\"]\n", + " relevant_doc = input_data[\"relevant\"]\n", + " unknown_doc = input_data[\"unknown\"]\n", + "\n", + " # Concatenate Query + Document\n", + " query_rel = f\"{query} [SEP] {relevant_doc}\"\n", + " query_unk = f\"{query} [SEP] {unknown_doc}\"\n", + "\n", + " # Compute BERT Embeddings\n", + " embeddings = bert_model.encode([query, query_rel, query_unk])\n", + "\n", + " bert_relevant = np.dot(embeddings[0], embeddings[1]) / (np.linalg.norm(embeddings[0]) * np.linalg.norm(embeddings[1]))\n", + " bert_unknown = np.dot(embeddings[0], embeddings[2]) / (np.linalg.norm(embeddings[0]) * np.linalg.norm(embeddings[2]))\n", + "\n", + " diff = bert_relevant - bert_unknown\n", + " return diff # Return raw difference\n", + "\n" + ], + "metadata": { + "id": "VhMWSVtm4yDh", + "colab": { + "base_uri": "https://localhost:8080/" + }, + "outputId": "4574c801-1059-4670-d966-c515815fae6a" + }, + "execution_count": 8, + "outputs": [ + { + "output_type": "stream", + "name": "stderr", + "text": [ + "/usr/local/lib/python3.11/dist-packages/huggingface_hub/utils/_auth.py:94: UserWarning: \n", + "The secret `HF_TOKEN` does not exist in your Colab secrets.\n", + "To authenticate with the Hugging Face Hub, create a token in your settings tab (https://huggingface.co/settings/tokens), set it as secret in your Google Colab and restart your session.\n", + "You will be able to reuse this secret in all of your notebooks.\n", + "Please note that authentication is recommended but still optional to access public models or datasets.\n", + " warnings.warn(\n" + ] + } + ] + }, + { + "cell_type": "markdown", + "source": [ + "Step 6: train Snorkel" + ], + "metadata": { + "id": "lZW9HxQpXCF3" + } + }, + { + "cell_type": "code", + "source": [ + "lfs = [bm25_prob_diff, word_level_levenshtein_prob_diff,tfidf_cosine_similarity_prob_diff, bert_cosine_similarity_prob_diff, jaccard_similarity_prob_diff]\n", + "\n", + "applier = PandasLFApplier(lfs=lfs)\n", + "L_train = applier.apply(input_data)\n", + "\n", + "label_model = LabelModel(cardinality=4, verbose=True)\n", + "label_model.fit(L_train, n_epochs=100, log_freq=10)\n", + "\n", + "train_prob = label_model.predict_proba(L_train)\n", + "train_prob_relevant = train_prob[:, 1]\n", + "\n", + "input_data[\"probability_relevant\"] = train_prob_relevant\n" + ], + "metadata": { + "id": "CDDrCtAO5C-S", + "colab": { + "base_uri": "https://localhost:8080/" + }, + "outputId": "c54f7d82-68bd-4ea6-9c81-7abe67a3e5d0" + }, + "execution_count": 9, + "outputs": [ + { + "output_type": "stream", + "name": "stderr", + "text": [ + "100%|██████████| 15080/15080 [1:43:34<00:00, 2.43it/s]\n", + "100%|██████████| 100/100 [00:00<00:00, 423.04epoch/s]\n" + ] + } + ] + }, + { + "cell_type": "code", + "source": [ + "WMODEL = \"Snorkel\"\n", + "\n", + "!rm -Rf run\n", + "\n", + "\n", + "with tracking(export_file_path='run/.metadata.yml', export_format=ExportFormat.IR_METADATA) as tracked:\n", + " queries = set(input_data['query'].unique())\n", + "\n", + " def unknown_documents(query):\n", + " docs = set(input_data[input_data['query'] == query]['unknown'].unique())\n", + " return {f'{i[0]}-unkn': i[1] for i in zip(range(len(docs)), docs)}\n", + "\n", + " results = {}\n", + "\n", + " for query in tqdm(queries):\n", + " unk = unknown_documents(query)\n", + "\n", + " # Build index\n", + " docs = [{'docno': k, 'text': v} for k, v in unk.items()]\n", + " indexer = pt.IterDictIndexer(\"/tmp/index\", overwrite=True, meta={'docno': 100, 'text': 20480})\n", + " index_ref = indexer.index(docs)\n", + " retriever = pt.BatchRetrieve(index_ref, wmodel=WMODEL)\n", + " rels = input_data[input_data['query'] == query][['unknown', 'probability_relevant']]\n", + " rel_dict = dict(zip(rels['unknown'], rels['probability_relevant']))\n", + "\n", + " results[query] = rel_dict\n", + "\n", + " predictions = []\n", + " for _, i in input_data.iterrows():\n", + " res = results[i['query']]\n", + " predictions.append({\n", + " 'id': i['id'],\n", + " 'probability_relevant': res.get(i['unknown'], -1)\n", + " })\n", + " predictions = pd.DataFrame(predictions)\n", + "\n", + "predictions" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/", + "height": 442 + }, + "id": "GLSUuWymwbOS", + "outputId": "7825db38-4692-49c3-f8ec-f065cf1055bf" + }, + "execution_count": 10, + "outputs": [ + { + "output_type": "stream", + "name": "stderr", + "text": [ + "100%|██████████| 13/13 [00:14<00:00, 1.11s/it]\n" + ] + }, + { + "output_type": "execute_result", + "data": { + "text/plain": [ + " id probability_relevant\n", + "0 ce293ca6-f54c-4499-a7c8-8546029af919 0.183267\n", + "1 e035e319-db74-4d31-aa01-13bf60c595ae 0.183267\n", + "2 2e58ffb0-3815-4033-a363-f0d9f3dab89f 0.183267\n", + "3 43463fe4-63de-4ff3-ab26-43d002c18c72 0.183267\n", + "4 141436c9-2d5a-4fdc-abd5-bb8de9952592 0.183267\n", + "... ... ...\n", + "15075 ee0341bd-8296-4a2b-abf5-1ac7e55be097 0.242772\n", + "15076 b0b2d6f8-c0c9-4b52-be87-ece222b219f8 0.242772\n", + "15077 0f8bf575-6760-46b3-94ff-c228de6793b5 0.242772\n", + "15078 13d3f42f-5057-4563-9c9a-23107f8ed4ab 0.242772\n", + "15079 712a8947-f244-4d13-af2d-79eded3cd6bb 0.242772\n", + "\n", + "[15080 rows x 2 columns]" + ], + "text/html": [ + "\n", + "
\n", + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
idprobability_relevant
0ce293ca6-f54c-4499-a7c8-8546029af9190.183267
1e035e319-db74-4d31-aa01-13bf60c595ae0.183267
22e58ffb0-3815-4033-a363-f0d9f3dab89f0.183267
343463fe4-63de-4ff3-ab26-43d002c18c720.183267
4141436c9-2d5a-4fdc-abd5-bb8de99525920.183267
.........
15075ee0341bd-8296-4a2b-abf5-1ac7e55be0970.242772
15076b0b2d6f8-c0c9-4b52-be87-ece222b219f80.242772
150770f8bf575-6760-46b3-94ff-c228de6793b50.242772
1507813d3f42f-5057-4563-9c9a-23107f8ed4ab0.242772
15079712a8947-f244-4d13-af2d-79eded3cd6bb0.242772
\n", + "

15080 rows × 2 columns

\n", + "
\n", + "
\n", + "\n", + "
\n", + " \n", + "\n", + " \n", + "\n", + " \n", + "
\n", + "\n", + "\n", + "
\n", + " \n", + "\n", + "\n", + "\n", + " \n", + "
\n", + "\n", + "
\n", + " \n", + " \n", + " \n", + "
\n", + "\n", + "
\n", + "
\n" + ], + "application/vnd.google.colaboratory.intrinsic+json": { + "type": "dataframe", + "variable_name": "predictions", + "summary": "{\n \"name\": \"predictions\",\n \"rows\": 15080,\n \"fields\": [\n {\n \"column\": \"id\",\n \"properties\": {\n \"dtype\": \"string\",\n \"num_unique_values\": 15080,\n \"samples\": [\n \"ea08b188-4dd6-423f-af58-6c06667281ce\",\n \"06bd4d6a-f93f-4206-bff8-542ed41fe3ec\",\n \"dcc4bff9-61a1-4164-b857-36eba78b2640\"\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"probability_relevant\",\n \"properties\": {\n \"dtype\": \"number\",\n \"std\": 0.07852983500040059,\n \"min\": 0.017131624622037586,\n \"max\": 0.32927797176488854,\n \"num_unique_values\": 38,\n \"samples\": [\n 0.2427722421262846,\n 0.10210593925514304,\n 0.1293359526994007\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n }\n ]\n}" + } + }, + "metadata": {}, + "execution_count": 10 + } + ] + }, + { + "cell_type": "code", + "source": [ + "wows_evaluate(\n", + " predictions,\n", + " DATASET_ID,\n", + " tracking_results=tracked,\n", + " upload=True,\n", + " system_name=\"Snorkel\",https://www.tira.io/claim-submission/c1baecf2-84dd-46ae-bda8-995cf4dc3724\n", + " system_description=f'We use the PyTerrier retrieval model {WMODEL} to assign the probability that an unknown document is relevant. We rank all unknown documents that are to-be judged against the query. The probability that a document is relevant is then the min-max normalized rank of an unknown document in the ranking of all unknown documents to the query.'\n", + ")" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "sgLKVDdEwg3P", + "outputId": "3da712d2-c272-4a6f-c984-0b89caa758e8" + }, + "execution_count": 11, + "outputs": [ + { + "output_type": "stream", + "name": "stdout", + "text": [ + "Run uploaded to TIRA. Claim ownership via: https://www.tira.io/claim-submission/c1baecf2-84dd-46ae-bda8-995cf4dc3724\n", + "No truth data is available yet. The evaluation is possible after the deadline when the truth data was published.\n" + ] + } + ] + }, + { + "cell_type": "markdown", + "source": [], + "metadata": { + "id": "P5jmP8SopXEd" + } + } + ] } \ No newline at end of file diff --git a/ecir25/baselines/pointwise-autoqrels.ipynb b/ecir25/baselines/pointwise-autoqrels.ipynb index 0ea21d3..40690f8 100644 --- a/ecir25/baselines/pointwise-autoqrels.ipynb +++ b/ecir25/baselines/pointwise-autoqrels.ipynb @@ -1,468 +1,468 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# WOWS-Eval Autoqrels Pointwise Baseline\n", - "\n", - "This is a pointwise autoqrels baseline to WOWS-EVAL that uses autoqrels to predict the probability that a document is relevant to a query." - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Step 1: Install Dependencies" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "!pip3 install 'wows-eval>=0.0.6' 'git+https://github.com/mam10eks/autoqrels.git'" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Step 2: Load the Data\n", - "\n", - "Pointwise models have a query and a document as input and output the probability that the document is relevant into a field `probability_relevant`.\n", - "\n", - "In the following, we will process the pointwise smoke test dataset. Please modify the variable `DATASET_ID` to submit for other datasets. See [tira.io/datasets?query=wows-eval](https://archive.tira.io/datasets?query=wows-eval) for an complete overview of dataset identifiers.\n" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "from tira.rest_api_client import Client\n", - "from wows_eval import evaluate as wows_evaluate\n", - "from autoqrels.zeroshot import GradedMonoPrompt\n", - "import pandas as pd\n", - "\n", - "# For measuring consumed resources (e.g., GPU, CPU, RAM, etc.)\n", - "from tirex_tracker import tracking, ExportFormat\n", - "\n", - "pd.set_option('display.max_colwidth', None)\n", - "\n", - "DATASET_ID = 'wows-eval/pointwise-smoke-test-20250128-training'\n", - "#DATASET_ID = 'wows-eval/pointwise-20250309-test'\n", - "\n", - "tira = Client()\n", - "input_data = tira.pd.inputs(DATASET_ID)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Step 3: Look at the data" - ] - }, - { - "cell_type": "code", - "execution_count": 3, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
idqueryunknown
032d23068-7440-4891-9958-42325f98a604who sings monk theme songThis is a reference to the minor controversy that brewed among Monk fans over the introduction of the new theme song It's A Jungle Out There written and performed by Randy Newman in the second season of Monk.
1cde83146-ac3e-4bc5-a959-f2006ac7b8dewho sings monk theme songWalker, Texas Ranger. Chuck Norris thought “Eyes of a Ranger” would be the perfect theme song for his new show Walker, Texas Ranger. He wanted his friend Randy Travis should sing it, but CBS had a different idea: The network suggested Norris sing the theme himself.
\n", - "
" - ], - "text/plain": [ - " id query \\\n", - "0 32d23068-7440-4891-9958-42325f98a604 who sings monk theme song \n", - "1 cde83146-ac3e-4bc5-a959-f2006ac7b8de who sings monk theme song \n", - "\n", - " unknown \n", - "0 This is a reference to the minor controversy that brewed among Monk fans over the introduction of the new theme song It's A Jungle Out There written and performed by Randy Newman in the second season of Monk. \n", - "1 Walker, Texas Ranger. Chuck Norris thought “Eyes of a Ranger” would be the perfect theme song for his new show Walker, Texas Ranger. He wanted his friend Randy Travis should sing it, but CBS had a different idea: The network suggested Norris sing the theme himself. " - ] - }, - "execution_count": 3, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "input_data.head(2)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Step 4: Implement the AutoQrels approach\n", - "\n", - "Here, we use a prompted language model (you can modify the prompt and the backbone model) to predict the relevance of the document to the query and store the probability in the field `probability_relevant`. We wrap all computations into a `tira_measure.Environment` to measure the resources consumed for our computations to later include the used resources into the ir-metadata of our run." - ] - }, - { - "cell_type": "code", - "execution_count": 4, - "metadata": {}, - "outputs": [], - "source": [ - "BACKBONE_MODEL = \"flan-t5-small\"\n", - "\n", - "PROMPT = \"\"\"Instruction: Indicate if the passage answers the question.\n", - "###\n", - "Example 1:\n", - "Question: At about what age do adults normally begin to lose bone mass?\n", - "Passage: For most people, bone mass peaks during the third decade of life. By this age, men typically have accumulated more bone mass than women. After this point, the amount of bone in the skeleton typically begins to decline slowly as removal of old bone exceeds formation of new bone.\n", - "Answer: Perfectly relevant\n", - "###\n", - "Example 2:\n", - "Question: when and where did the battle of manassas take place\n", - "Passage: Summary of the Battle of Bull Run. The conflict took place close to Manassas Junction, Virginia. Around 35,000 Union soldiers marched from Washing D.C. towards Bull Run (a small river) where a 20,000 troop Confederate force was stationed.\n", - "Answer: Irrelevant\n", - "###\n", - "Example 3:\n", - "Question: which kind of continental boundary is formed where two plates move horizontally past one another?\n", - "Passage: One plate slides horizontally past another. The best-known example is the earthquake-prone San Andreas Fault Zone of California, which marks the boundary between the Pacific and North America Plates. See: Teaching About Transform Plate Boundaries.\n", - "Answer: Highly relevant\n", - "###\n", - "Example 4:\n", - "Question: what foods should you stay away from if you have asthma\n", - "Passage: Get early and regular prenatal care. The first 8 weeks of your pregnancy are important to your baby's development. Early and regular prenatal care can boost your chances of having a safe pregnancy and a healthy baby. Prenatal care includes screenings, regular exams, pregnancy and childbirth education, and counseling and support.\n", - "Answer: Irrelevant\n", - "###\n", - "Example 5:\n", - "Question: what is lbm in body composition\n", - "Passage: They also measured the participants’ body fat and “lean body mass” – a measure. Trusted Source. of muscle mass, obtained by subtracting the body fat weight from the total body weight.\n", - "Answer: Relevant\n", - "###\n", - "Example 6:\n", - "Question: {{ query_text }}\n", - "Passage: {{ unk_doc_text }}\n", - "Answer:\"\"\"" - ] - }, - { - "cell_type": "code", - "execution_count": 5, - "metadata": {}, - "outputs": [], - "source": [ - "autoqrels_assessor = GradedMonoPrompt(\n", - " backbone=f'google/{BACKBONE_MODEL}',\n", - " prompt=PROMPT,\n", - " dataset=None\n", - ")" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Step 5: Run the predictions and look at the outputs" - ] - }, - { - "cell_type": "code", - "execution_count": 6, - "metadata": {}, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "huggingface/tokenizers: The current process just got forked, after parallelism has already been used. Disabling parallelism to avoid deadlocks...\n", - "To disable this warning, you can either:\n", - "\t- Avoid using `tokenizers` before the fork if possible\n", - "\t- Explicitly set the environment variable TOKENIZERS_PARALLELISM=(true | false)\n", - "PCM Info: setrlimit for file limit 1000000 failed with error Operation not permitted\n", - "\n", - "===== Processor information =====\n", - "Linux arch_perfmon flag : yes\n", - "Hybrid processor : yes\n", - "IBRS and IBPB supported : yes\n", - "STIBP supported : yes\n", - "Spec arch caps supported : yes\n", - "Max CPUID level : 32\n", - "CPU model number : 154\n", - "PCM Error: can't open MSR handle for core 0 (No such file or directory)\n", - "Try no-MSR mode by setting env variable PCM_NO_MSR=1\n", - "Can not access CPUs Model Specific Registers (MSRs).\n", - "execute 'modprobe msr' as root user, then execute pcm as root user.\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Give read access to /sys/class/powercap/intel-rapl/intel-rapl:1/energy_uj\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - " 0%| | 0/2 [00:00\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
idqueryunknownprobability_relevant
032d23068-7440-4891-9958-42325f98a604who sings monk theme songThis is a reference to the minor controversy that brewed among Monk fans over the introduction of the new theme song It's A Jungle Out There written and performed by Randy Newman in the second season of Monk.0.288884
1cde83146-ac3e-4bc5-a959-f2006ac7b8dewho sings monk theme songWalker, Texas Ranger. Chuck Norris thought “Eyes of a Ranger” would be the perfect theme song for his new show Walker, Texas Ranger. He wanted his friend Randy Travis should sing it, but CBS had a different idea: The network suggested Norris sing the theme himself.0.226887
\n", - "" - ], - "text/plain": [ - " id query \\\n", - "0 32d23068-7440-4891-9958-42325f98a604 who sings monk theme song \n", - "1 cde83146-ac3e-4bc5-a959-f2006ac7b8de who sings monk theme song \n", - "\n", - " unknown \\\n", - "0 This is a reference to the minor controversy that brewed among Monk fans over the introduction of the new theme song It's A Jungle Out There written and performed by Randy Newman in the second season of Monk. \n", - "1 Walker, Texas Ranger. Chuck Norris thought “Eyes of a Ranger” would be the perfect theme song for his new show Walker, Texas Ranger. He wanted his friend Randy Travis should sing it, but CBS had a different idea: The network suggested Norris sing the theme himself. \n", - "\n", - " probability_relevant \n", - "0 0.288884 \n", - "1 0.226887 " - ] - }, - "execution_count": 7, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "predictions.head(2)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Step 6: Evaluate and Submit Your Run\n", - "\n", - "We use the `wows_evaluate` method imported above to evaluate our predictions and to upload them, to TIRA.\n", - "\n", - "The `wows_evaluate` method has optional parameters that you can pass to describe your system and to include the resource measurements used during your computations in the ir-metadata format into your submission. You can remove those attributes or modify them for your submission accordingly. Call `help(wows_evaluate)` to see a full description." - ] - }, - { - "cell_type": "code", - "execution_count": 9, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Give read access to /sys/class/powercap/intel-rapl/intel-rapl:1/energy_uj\n", - "Give read access to /sys/class/powercap/intel-rapl/intel-rapl:1/energy_uj\n", - "Run uploaded to TIRA. Claim ownership via: https://www.tira.io/claim-submission/0cd859b8-d707-48da-b30b-02699c9a5f1a\n" - ] - }, - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
systemtau_apkendallspearmanpearson
0auto-qrels-pointwise-flan-t5-small0.3238890.3809520.5642860.564286
\n", - "
" - ], - "text/plain": [ - " system tau_ap kendall spearman pearson\n", - "0 auto-qrels-pointwise-flan-t5-small 0.323889 0.380952 0.564286 0.564286" - ] - }, - "execution_count": 9, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "wows_evaluate(\n", - " predictions,\n", - " DATASET_ID,\n", - " tracking_results=tracked,\n", - " upload=True,\n", - " system_name=f'auto-qrels-pointwise-{BACKBONE_MODEL}',\n", - " system_description=\"We use autoqrels [1] with a custom in-context learning prompt for pointwise relevance judgments.\\n\\n[1] - https://github.com/seanmacavaney/autoqrels\",\n", - ")" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Step 7: Register to TIRA and to the WOWS-EVAL task\n", - "\n", - "To finalize your submission to WOWS-EVAL, you must now claim your submission via the URL printed above. For this, please register at [tira.io](https://www.tira.io) and navigate to the [WOWS-EVAL](https://www.tira.io/task-overview/wows-eval/) task and click on \"Register\". You can choose your team name from a list of [fictional](https://en.wikipedia.org/wiki/Category:Fictional_librarians) and [real](https://en.wikipedia.org/wiki/List_of_librarians) librarians ([please drop a message](#contact) if your favourite team name is not in the list).\n", - "\n", - "For instance, after clicking on the ownership link above, you can claim ownership via a form in TIRA (where you can potentially overwrite the name and description of your system):\n", - "\n", - "\n", - "![example of claim ownership form](../figures/claim-run-in-tira.png)" - ] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Python 3", - "language": "python", - "name": "python3" - }, - "language_info": { - "codemirror_mode": { - "name": "ipython", - "version": 3 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.13.2" - } - }, - "nbformat": 4, - "nbformat_minor": 2 -} +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# WOWS-Eval Autoqrels Pointwise Baseline\n", + "\n", + "This is a pointwise autoqrels baseline to WOWS-EVAL that uses autoqrels to predict the probability that a document is relevant to a query." + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Step 1: Install Dependencies" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "!pip3 install 'wows-eval>=0.0.6' 'git+https://github.com/mam10eks/autoqrels.git'" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Step 2: Load the Data\n", + "\n", + "Pointwise models have a query and a document as input and output the probability that the document is relevant into a field `probability_relevant`.\n", + "\n", + "In the following, we will process the pointwise smoke test dataset. Please modify the variable `DATASET_ID` to submit for other datasets. See [tira.io/datasets?query=wows-eval](https://archive.tira.io/datasets?query=wows-eval) for an complete overview of dataset identifiers.\n" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "from tira.rest_api_client import Client\n", + "from wows_eval import evaluate as wows_evaluate\n", + "from autoqrels.zeroshot import GradedMonoPrompt\n", + "import pandas as pd\n", + "\n", + "# For measuring consumed resources (e.g., GPU, CPU, RAM, etc.)\n", + "from tirex_tracker import tracking, ExportFormat\n", + "\n", + "pd.set_option('display.max_colwidth', None)\n", + "\n", + "DATASET_ID = 'wows-eval/pointwise-smoke-test-20250128-training'\n", + "#DATASET_ID = 'wows-eval/pointwise-20250309-test'\n", + "\n", + "tira = Client()\n", + "input_data = tira.pd.inputs(DATASET_ID)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Step 3: Look at the data" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
idqueryunknown
032d23068-7440-4891-9958-42325f98a604who sings monk theme songThis is a reference to the minor controversy that brewed among Monk fans over the introduction of the new theme song It's A Jungle Out There written and performed by Randy Newman in the second season of Monk.
1cde83146-ac3e-4bc5-a959-f2006ac7b8dewho sings monk theme songWalker, Texas Ranger. Chuck Norris thought “Eyes of a Ranger” would be the perfect theme song for his new show Walker, Texas Ranger. He wanted his friend Randy Travis should sing it, but CBS had a different idea: The network suggested Norris sing the theme himself.
\n", + "
" + ], + "text/plain": [ + " id query \\\n", + "0 32d23068-7440-4891-9958-42325f98a604 who sings monk theme song \n", + "1 cde83146-ac3e-4bc5-a959-f2006ac7b8de who sings monk theme song \n", + "\n", + " unknown \n", + "0 This is a reference to the minor controversy that brewed among Monk fans over the introduction of the new theme song It's A Jungle Out There written and performed by Randy Newman in the second season of Monk. \n", + "1 Walker, Texas Ranger. Chuck Norris thought “Eyes of a Ranger” would be the perfect theme song for his new show Walker, Texas Ranger. He wanted his friend Randy Travis should sing it, but CBS had a different idea: The network suggested Norris sing the theme himself. " + ] + }, + "execution_count": 3, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "input_data.head(2)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Step 4: Implement the AutoQrels approach\n", + "\n", + "Here, we use a prompted language model (you can modify the prompt and the backbone model) to predict the relevance of the document to the query and store the probability in the field `probability_relevant`. We wrap all computations into a `tira_measure.Environment` to measure the resources consumed for our computations to later include the used resources into the ir-metadata of our run." + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "metadata": {}, + "outputs": [], + "source": [ + "BACKBONE_MODEL = \"flan-t5-small\"\n", + "\n", + "PROMPT = \"\"\"Instruction: Indicate if the passage answers the question.\n", + "###\n", + "Example 1:\n", + "Question: At about what age do adults normally begin to lose bone mass?\n", + "Passage: For most people, bone mass peaks during the third decade of life. By this age, men typically have accumulated more bone mass than women. After this point, the amount of bone in the skeleton typically begins to decline slowly as removal of old bone exceeds formation of new bone.\n", + "Answer: Perfectly relevant\n", + "###\n", + "Example 2:\n", + "Question: when and where did the battle of manassas take place\n", + "Passage: Summary of the Battle of Bull Run. The conflict took place close to Manassas Junction, Virginia. Around 35,000 Union soldiers marched from Washing D.C. towards Bull Run (a small river) where a 20,000 troop Confederate force was stationed.\n", + "Answer: Irrelevant\n", + "###\n", + "Example 3:\n", + "Question: which kind of continental boundary is formed where two plates move horizontally past one another?\n", + "Passage: One plate slides horizontally past another. The best-known example is the earthquake-prone San Andreas Fault Zone of California, which marks the boundary between the Pacific and North America Plates. See: Teaching About Transform Plate Boundaries.\n", + "Answer: Highly relevant\n", + "###\n", + "Example 4:\n", + "Question: what foods should you stay away from if you have asthma\n", + "Passage: Get early and regular prenatal care. The first 8 weeks of your pregnancy are important to your baby's development. Early and regular prenatal care can boost your chances of having a safe pregnancy and a healthy baby. Prenatal care includes screenings, regular exams, pregnancy and childbirth education, and counseling and support.\n", + "Answer: Irrelevant\n", + "###\n", + "Example 5:\n", + "Question: what is lbm in body composition\n", + "Passage: They also measured the participants’ body fat and “lean body mass” – a measure. Trusted Source. of muscle mass, obtained by subtracting the body fat weight from the total body weight.\n", + "Answer: Relevant\n", + "###\n", + "Example 6:\n", + "Question: {{ query_text }}\n", + "Passage: {{ unk_doc_text }}\n", + "Answer:\"\"\"" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "metadata": {}, + "outputs": [], + "source": [ + "autoqrels_assessor = GradedMonoPrompt(\n", + " backbone=f'google/{BACKBONE_MODEL}',\n", + " prompt=PROMPT,\n", + " dataset=None\n", + ")" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Step 5: Run the predictions and look at the outputs" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "huggingface/tokenizers: The current process just got forked, after parallelism has already been used. Disabling parallelism to avoid deadlocks...\n", + "To disable this warning, you can either:\n", + "\t- Avoid using `tokenizers` before the fork if possible\n", + "\t- Explicitly set the environment variable TOKENIZERS_PARALLELISM=(true | false)\n", + "PCM Info: setrlimit for file limit 1000000 failed with error Operation not permitted\n", + "\n", + "===== Processor information =====\n", + "Linux arch_perfmon flag : yes\n", + "Hybrid processor : yes\n", + "IBRS and IBPB supported : yes\n", + "STIBP supported : yes\n", + "Spec arch caps supported : yes\n", + "Max CPUID level : 32\n", + "CPU model number : 154\n", + "PCM Error: can't open MSR handle for core 0 (No such file or directory)\n", + "Try no-MSR mode by setting env variable PCM_NO_MSR=1\n", + "Can not access CPUs Model Specific Registers (MSRs).\n", + "execute 'modprobe msr' as root user, then execute pcm as root user.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Give read access to /sys/class/powercap/intel-rapl/intel-rapl:1/energy_uj\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + " 0%| | 0/2 [00:00\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
idqueryunknownprobability_relevant
032d23068-7440-4891-9958-42325f98a604who sings monk theme songThis is a reference to the minor controversy that brewed among Monk fans over the introduction of the new theme song It's A Jungle Out There written and performed by Randy Newman in the second season of Monk.0.288884
1cde83146-ac3e-4bc5-a959-f2006ac7b8dewho sings monk theme songWalker, Texas Ranger. Chuck Norris thought “Eyes of a Ranger” would be the perfect theme song for his new show Walker, Texas Ranger. He wanted his friend Randy Travis should sing it, but CBS had a different idea: The network suggested Norris sing the theme himself.0.226887
\n", + "" + ], + "text/plain": [ + " id query \\\n", + "0 32d23068-7440-4891-9958-42325f98a604 who sings monk theme song \n", + "1 cde83146-ac3e-4bc5-a959-f2006ac7b8de who sings monk theme song \n", + "\n", + " unknown \\\n", + "0 This is a reference to the minor controversy that brewed among Monk fans over the introduction of the new theme song It's A Jungle Out There written and performed by Randy Newman in the second season of Monk. \n", + "1 Walker, Texas Ranger. Chuck Norris thought “Eyes of a Ranger” would be the perfect theme song for his new show Walker, Texas Ranger. He wanted his friend Randy Travis should sing it, but CBS had a different idea: The network suggested Norris sing the theme himself. \n", + "\n", + " probability_relevant \n", + "0 0.288884 \n", + "1 0.226887 " + ] + }, + "execution_count": 7, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "predictions.head(2)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Step 6: Evaluate and Submit Your Run\n", + "\n", + "We use the `wows_evaluate` method imported above to evaluate our predictions and to upload them, to TIRA.\n", + "\n", + "The `wows_evaluate` method has optional parameters that you can pass to describe your system and to include the resource measurements used during your computations in the ir-metadata format into your submission. You can remove those attributes or modify them for your submission accordingly. Call `help(wows_evaluate)` to see a full description." + ] + }, + { + "cell_type": "code", + "execution_count": 9, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Give read access to /sys/class/powercap/intel-rapl/intel-rapl:1/energy_uj\n", + "Give read access to /sys/class/powercap/intel-rapl/intel-rapl:1/energy_uj\n", + "Run uploaded to TIRA. Claim ownership via: https://www.tira.io/claim-submission/0cd859b8-d707-48da-b30b-02699c9a5f1a\n" + ] + }, + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
systemtau_apkendallspearmanpearson
0auto-qrels-pointwise-flan-t5-small0.3238890.3809520.5642860.564286
\n", + "
" + ], + "text/plain": [ + " system tau_ap kendall spearman pearson\n", + "0 auto-qrels-pointwise-flan-t5-small 0.323889 0.380952 0.564286 0.564286" + ] + }, + "execution_count": 9, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "wows_evaluate(\n", + " predictions,\n", + " DATASET_ID,\n", + " tracking_results=tracked,\n", + " upload=True,\n", + " system_name=f'auto-qrels-pointwise-{BACKBONE_MODEL}',\n", + " system_description=\"We use autoqrels [1] with a custom in-context learning prompt for pointwise relevance judgments.\\n\\n[1] - https://github.com/seanmacavaney/autoqrels\",\n", + ")" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Step 7: Register to TIRA and to the WOWS-EVAL task\n", + "\n", + "To finalize your submission to WOWS-EVAL, you must now claim your submission via the URL printed above. For this, please register at [tira.io](https://www.tira.io) and navigate to the [WOWS-EVAL](https://www.tira.io/task-overview/wows-eval/) task and click on \"Register\". You can choose your team name from a list of [fictional](https://en.wikipedia.org/wiki/Category:Fictional_librarians) and [real](https://en.wikipedia.org/wiki/List_of_librarians) librarians ([please drop a message](#contact) if your favourite team name is not in the list).\n", + "\n", + "For instance, after clicking on the ownership link above, you can claim ownership via a form in TIRA (where you can potentially overwrite the name and description of your system):\n", + "\n", + "\n", + "![example of claim ownership form](../figures/claim-run-in-tira.png)" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.13.2" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/ecir25/baselines/pointwise-naive.ipynb b/ecir25/baselines/pointwise-naive.ipynb index 6bad137..5df5d21 100644 --- a/ecir25/baselines/pointwise-naive.ipynb +++ b/ecir25/baselines/pointwise-naive.ipynb @@ -1,301 +1,301 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# WOWS-Eval Naive Pointwise Baseline\n", - "\n", - "This is a naive baseline to WOWS-EVAL that always predicts that a document is relevant to a query with a probability of 50%." - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Step 1: Install Dependencies\n", - "\n" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "!pip3 install 'wows-eval>=0.0.6'" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Step 2: Load the Data\n", - "\n", - "Pointwise models have a query and a document as input and output the probability that the document is relevant into a field `probability_relevant`. For this naive baseline, we always predict a probability of 0.5.\n", - "\n", - "In the following, we will process the pointwise smoke test dataset. Please modify the variable `DATASET_ID` to submit for other datasets. See [tira.io/datasets?query=wows-eval](https://archive.tira.io/datasets?query=wows-eval) for an complete overview of dataset identifiers.\n" - ] - }, - { - "cell_type": "code", - "execution_count": 1, - "metadata": {}, - "outputs": [], - "source": [ - "from tira.rest_api_client import Client\n", - "from wows_eval import evaluate as wows_evaluate\n", - "import pandas as pd\n", - "\n", - "# For measuring consumed resources (e.g., GPU, CPU, RAM, etc.)\n", - "from tirex_tracker import tracking, ExportFormat\n", - "\n", - "pd.set_option('display.max_colwidth', None)\n", - "\n", - "DATASET_ID = 'wows-eval/pointwise-smoke-test-20250128-training'\n", - "#DATASET_ID = 'wows-eval/pointwise-20250309-test'\n", - "\n", - "tira = Client()\n", - "input_data = tira.pd.inputs(DATASET_ID)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Step 3: Look at the data" - ] - }, - { - "cell_type": "code", - "execution_count": 2, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
idqueryunknown
032d23068-7440-4891-9958-42325f98a604who sings monk theme songThis is a reference to the minor controversy that brewed among Monk fans over the introduction of the new theme song It's A Jungle Out There written and performed by Randy Newman in the second season of Monk.
1cde83146-ac3e-4bc5-a959-f2006ac7b8dewho sings monk theme songWalker, Texas Ranger. Chuck Norris thought “Eyes of a Ranger” would be the perfect theme song for his new show Walker, Texas Ranger. He wanted his friend Randy Travis should sing it, but CBS had a different idea: The network suggested Norris sing the theme himself.
\n", - "
" - ], - "text/plain": [ - " id query \\\n", - "0 32d23068-7440-4891-9958-42325f98a604 who sings monk theme song \n", - "1 cde83146-ac3e-4bc5-a959-f2006ac7b8de who sings monk theme song \n", - "\n", - " unknown \n", - "0 This is a reference to the minor controversy that brewed among Monk fans over the introduction of the new theme song It's A Jungle Out There written and performed by Randy Newman in the second season of Monk. \n", - "1 Walker, Texas Ranger. Chuck Norris thought “Eyes of a Ranger” would be the perfect theme song for his new show Walker, Texas Ranger. He wanted his friend Randy Travis should sing it, but CBS had a different idea: The network suggested Norris sing the theme himself. " - ] - }, - "execution_count": 2, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "input_data.head(2)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Step 4: Implement the Naive Baseline\n", - "\n", - "Here, we just fill the expected field `probability_relevant` with 0.5. We wrap all computations into a tira_measure.Environment to measure the resources consumed for our computations to later include the used resources into the ir-metadata of our run." - ] - }, - { - "cell_type": "code", - "execution_count": 3, - "metadata": {}, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "PCM Info: setrlimit for file limit 1000000 failed with error Operation not permitted\n", - "\n", - "===== Processor information =====\n", - "Linux arch_perfmon flag : yes\n", - "Hybrid processor : yes\n", - "IBRS and IBPB supported : yes\n", - "STIBP supported : yes\n", - "Spec arch caps supported : yes\n", - "Max CPUID level : 32\n", - "CPU model number : 154\n", - "ERROR: Can not open /sys/module/msr/parameters/allow_writes file.\n", - "PCM Error: can't open MSR handle for core 0 (No such file or directory)\n", - "Try no-MSR mode by setting env variable PCM_NO_MSR=1\n", - "Can not access CPUs Model Specific Registers (MSRs).\n", - "execute 'modprobe msr' as root user, then execute pcm as root user.\n" - ] - } - ], - "source": [ - "!rm -Rf runs\n", - "with tracking(export_format = ExportFormat.IR_METADATA, export_file_path=\"runs/ir_metadata.yml\") as tracked:\n", - " # now we do the \"computation\"\n", - " predictions = input_data.copy()\n", - " predictions['probability_relevant'] = 0.5" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Step 5: Evaluate and Submit Your Run\n", - "\n", - "We use the `wows_evaluate` method imported above to evaluate our predictions and to upload them, to TIRA.\n", - "\n", - "The `wows_evaluate` method has optional parameters that you can pass to describe your system and to include the resource measurements used during your computations in the ir-metadata format into your submission. You can remove those attributes or modify them for your submission accordingly. Call `help(wows_evaluate)` to see a full description." - ] - }, - { - "cell_type": "code", - "execution_count": 4, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Run uploaded to TIRA. Claim ownership via: https://www.tira.io/claim-submission/bada828b-355d-4f16-81c3-de32c4b7eb81\n" - ] - }, - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
systemtau_apkendallspearmanpearson
0naive-pointwise0.340.3619050.450.45
\n", - "
" - ], - "text/plain": [ - " system tau_ap kendall spearman pearson\n", - "0 naive-pointwise 0.34 0.361905 0.45 0.45" - ] - }, - "execution_count": 4, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "wows_evaluate(\n", - " predictions,\n", - " DATASET_ID,\n", - " tracking_results=tracked,\n", - " upload=True,\n", - " system_name='naive-pointwise',\n", - " system_description='A naive approach that predicts that each document is relevant with a probabilty of 50%.'\n", - ")" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Step 6: Register to TIRA and to the WOWS-EVAL task\n", - "\n", - "To finalize your submission to WOWS-EVAL, you must now claim your submission via the URL printed above. For this, please register at [tira.io](https://www.tira.io) and navigate to the [WOWS-EVAL](https://www.tira.io/task-overview/wows-eval/) task and click on \"Register\". You can choose your team name from a list of [fictional](https://en.wikipedia.org/wiki/Category:Fictional_librarians) and [real](https://en.wikipedia.org/wiki/List_of_librarians) librarians ([please drop a message](#contact) if your favourite team name is not in the list).\n", - "\n", - "For instance, after clicking on the ownership link above, you can claim ownership via a form in TIRA (where you can potentially overwrite the name and description of your system):\n", - "\n", - "\n", - "![example of claim ownership form](../figures/claim-run-in-tira.png)" - ] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Python 3", - "language": "python", - "name": "python3" - }, - "language_info": { - "codemirror_mode": { - "name": "ipython", - "version": 3 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" - } - }, - "nbformat": 4, - "nbformat_minor": 2 -} +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# WOWS-Eval Naive Pointwise Baseline\n", + "\n", + "This is a naive baseline to WOWS-EVAL that always predicts that a document is relevant to a query with a probability of 50%." + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Step 1: Install Dependencies\n", + "\n" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "!pip3 install 'wows-eval>=0.0.6'" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Step 2: Load the Data\n", + "\n", + "Pointwise models have a query and a document as input and output the probability that the document is relevant into a field `probability_relevant`. For this naive baseline, we always predict a probability of 0.5.\n", + "\n", + "In the following, we will process the pointwise smoke test dataset. Please modify the variable `DATASET_ID` to submit for other datasets. See [tira.io/datasets?query=wows-eval](https://archive.tira.io/datasets?query=wows-eval) for an complete overview of dataset identifiers.\n" + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [], + "source": [ + "from tira.rest_api_client import Client\n", + "from wows_eval import evaluate as wows_evaluate\n", + "import pandas as pd\n", + "\n", + "# For measuring consumed resources (e.g., GPU, CPU, RAM, etc.)\n", + "from tirex_tracker import tracking, ExportFormat\n", + "\n", + "pd.set_option('display.max_colwidth', None)\n", + "\n", + "DATASET_ID = 'wows-eval/pointwise-smoke-test-20250128-training'\n", + "#DATASET_ID = 'wows-eval/pointwise-20250309-test'\n", + "\n", + "tira = Client()\n", + "input_data = tira.pd.inputs(DATASET_ID)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Step 3: Look at the data" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
idqueryunknown
032d23068-7440-4891-9958-42325f98a604who sings monk theme songThis is a reference to the minor controversy that brewed among Monk fans over the introduction of the new theme song It's A Jungle Out There written and performed by Randy Newman in the second season of Monk.
1cde83146-ac3e-4bc5-a959-f2006ac7b8dewho sings monk theme songWalker, Texas Ranger. Chuck Norris thought “Eyes of a Ranger” would be the perfect theme song for his new show Walker, Texas Ranger. He wanted his friend Randy Travis should sing it, but CBS had a different idea: The network suggested Norris sing the theme himself.
\n", + "
" + ], + "text/plain": [ + " id query \\\n", + "0 32d23068-7440-4891-9958-42325f98a604 who sings monk theme song \n", + "1 cde83146-ac3e-4bc5-a959-f2006ac7b8de who sings monk theme song \n", + "\n", + " unknown \n", + "0 This is a reference to the minor controversy that brewed among Monk fans over the introduction of the new theme song It's A Jungle Out There written and performed by Randy Newman in the second season of Monk. \n", + "1 Walker, Texas Ranger. Chuck Norris thought “Eyes of a Ranger” would be the perfect theme song for his new show Walker, Texas Ranger. He wanted his friend Randy Travis should sing it, but CBS had a different idea: The network suggested Norris sing the theme himself. " + ] + }, + "execution_count": 2, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "input_data.head(2)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Step 4: Implement the Naive Baseline\n", + "\n", + "Here, we just fill the expected field `probability_relevant` with 0.5. We wrap all computations into a tira_measure.Environment to measure the resources consumed for our computations to later include the used resources into the ir-metadata of our run." + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "PCM Info: setrlimit for file limit 1000000 failed with error Operation not permitted\n", + "\n", + "===== Processor information =====\n", + "Linux arch_perfmon flag : yes\n", + "Hybrid processor : yes\n", + "IBRS and IBPB supported : yes\n", + "STIBP supported : yes\n", + "Spec arch caps supported : yes\n", + "Max CPUID level : 32\n", + "CPU model number : 154\n", + "ERROR: Can not open /sys/module/msr/parameters/allow_writes file.\n", + "PCM Error: can't open MSR handle for core 0 (No such file or directory)\n", + "Try no-MSR mode by setting env variable PCM_NO_MSR=1\n", + "Can not access CPUs Model Specific Registers (MSRs).\n", + "execute 'modprobe msr' as root user, then execute pcm as root user.\n" + ] + } + ], + "source": [ + "!rm -Rf runs\n", + "with tracking(export_format = ExportFormat.IR_METADATA, export_file_path=\"runs/ir_metadata.yml\") as tracked:\n", + " # now we do the \"computation\"\n", + " predictions = input_data.copy()\n", + " predictions['probability_relevant'] = 0.5" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Step 5: Evaluate and Submit Your Run\n", + "\n", + "We use the `wows_evaluate` method imported above to evaluate our predictions and to upload them, to TIRA.\n", + "\n", + "The `wows_evaluate` method has optional parameters that you can pass to describe your system and to include the resource measurements used during your computations in the ir-metadata format into your submission. You can remove those attributes or modify them for your submission accordingly. Call `help(wows_evaluate)` to see a full description." + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Run uploaded to TIRA. Claim ownership via: https://www.tira.io/claim-submission/bada828b-355d-4f16-81c3-de32c4b7eb81\n" + ] + }, + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
systemtau_apkendallspearmanpearson
0naive-pointwise0.340.3619050.450.45
\n", + "
" + ], + "text/plain": [ + " system tau_ap kendall spearman pearson\n", + "0 naive-pointwise 0.34 0.361905 0.45 0.45" + ] + }, + "execution_count": 4, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "wows_evaluate(\n", + " predictions,\n", + " DATASET_ID,\n", + " tracking_results=tracked,\n", + " upload=True,\n", + " system_name='naive-pointwise',\n", + " system_description='A naive approach that predicts that each document is relevant with a probabilty of 50%.'\n", + ")" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Step 6: Register to TIRA and to the WOWS-EVAL task\n", + "\n", + "To finalize your submission to WOWS-EVAL, you must now claim your submission via the URL printed above. For this, please register at [tira.io](https://www.tira.io) and navigate to the [WOWS-EVAL](https://www.tira.io/task-overview/wows-eval/) task and click on \"Register\". You can choose your team name from a list of [fictional](https://en.wikipedia.org/wiki/Category:Fictional_librarians) and [real](https://en.wikipedia.org/wiki/List_of_librarians) librarians ([please drop a message](#contact) if your favourite team name is not in the list).\n", + "\n", + "For instance, after clicking on the ownership link above, you can claim ownership via a form in TIRA (where you can potentially overwrite the name and description of your system):\n", + "\n", + "\n", + "![example of claim ownership form](../figures/claim-run-in-tira.png)" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.10.12" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/ecir25/baselines/pointwise-retrieval.ipynb b/ecir25/baselines/pointwise-retrieval.ipynb index 69c2788..f15d1da 100644 --- a/ecir25/baselines/pointwise-retrieval.ipynb +++ b/ecir25/baselines/pointwise-retrieval.ipynb @@ -1,347 +1,347 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# WOWS-Eval Retrieva Baseline\n", - "\n", - "This is a retrieval baseline to WOWS-EVAL that uses a retrieval model to assign the probability that an unknown document is relevant. The query is used as query which retrieves against all unknown documents that are to-be judged. The probability that a document is relevant is then the min-max normalized rank of an unknown document in the ranking of all unknown documents to the query." - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Step 1: Install Dependencies\n", - "\n" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "!pip3 install 'wows-eval>=0.0.6' python-terrier==0.10.0" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Step 2: Load the Data\n", - "\n", - "Pointwise models have a query and a document as input and output the probability that the document is relevant into a field `probability_relevant`. For this retrieval baseline, we just take a PyTerrier retrieval model and use the min-max normalized retrieval rank as probability.\n", - "\n", - "In the following, we will process the pointwise smoke test dataset. Please modify the variable `DATASET_ID` to submit for other datasets. See [tira.io/datasets?query=wows-eval](https://archive.tira.io/datasets?query=wows-eval) for an complete overview of dataset identifiers.\n" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "PyTerrier 0.10.0 has loaded Terrier 5.11 (built by craig.macdonald on 2025-01-13 21:29) and terrier-helper 0.0.8\n", - "\n" - ] - } - ], - "source": [ - "import pyterrier as pt\n", - "from tqdm import tqdm\n", - "if not pt.started():\n", - " pt.init()\n", - "\n", - "from tira.rest_api_client import Client\n", - "from wows_eval import evaluate as wows_evaluate\n", - "import pandas as pd\n", - "from jnius import autoclass\n", - "import numpy as np\n", - "\n", - "# For measuring consumed resources (e.g., GPU, CPU, RAM, etc.)\n", - "from tirex_tracker import tracking, ExportFormat\n", - "\n", - "pd.set_option('display.max_colwidth', None)\n", - "\n", - "# Dataset IDs visible at https://archive.tira.io/datasets?query=wows-eval\n", - "DATASET_ID = 'wows-eval/pointwise-smoke-test-20250128-training'\n", - "#DATASET_ID = 'wows-eval/pointwise-20250309-test'\n", - "\n", - "tira = Client()\n", - "input_data = tira.pd.inputs(DATASET_ID)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Step 3: Look at the data" - ] - }, - { - "cell_type": "code", - "execution_count": 2, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
idqueryunknown
032d23068-7440-4891-9958-42325f98a604who sings monk theme songThis is a reference to the minor controversy that brewed among Monk fans over the introduction of the new theme song It's A Jungle Out There written and performed by Randy Newman in the second season of Monk.
1cde83146-ac3e-4bc5-a959-f2006ac7b8dewho sings monk theme songWalker, Texas Ranger. Chuck Norris thought “Eyes of a Ranger” would be the perfect theme song for his new show Walker, Texas Ranger. He wanted his friend Randy Travis should sing it, but CBS had a different idea: The network suggested Norris sing the theme himself.
\n", - "
" - ], - "text/plain": [ - " id query \\\n", - "0 32d23068-7440-4891-9958-42325f98a604 who sings monk theme song \n", - "1 cde83146-ac3e-4bc5-a959-f2006ac7b8de who sings monk theme song \n", - "\n", - " unknown \n", - "0 This is a reference to the minor controversy that brewed among Monk fans over the introduction of the new theme song It's A Jungle Out There written and performed by Randy Newman in the second season of Monk. \n", - "1 Walker, Texas Ranger. Chuck Norris thought “Eyes of a Ranger” would be the perfect theme song for his new show Walker, Texas Ranger. He wanted his friend Randy Travis should sing it, but CBS had a different idea: The network suggested Norris sing the theme himself. " - ] - }, - "execution_count": 2, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "input_data.head(2)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Step 4: Implement the Approach\n", - "\n", - "We wrap all computations into a [tirex_tracker.tracking](https://github.com/tira-io/tirex-tracker/) environment to measure the resources consumed for our computations and also a snapshot of our code in the [ir-metadata format](https://www.ir-metadata.org/)." - ] - }, - { - "cell_type": "code", - "execution_count": 3, - "metadata": {}, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "PCM Info: setrlimit for file limit 1000000 failed with error Operation not permitted\n", - "\n", - "===== Processor information =====\n", - "Linux arch_perfmon flag : yes\n", - "Hybrid processor : yes\n", - "IBRS and IBPB supported : yes\n", - "STIBP supported : yes\n", - "Spec arch caps supported : yes\n", - "Max CPUID level : 32\n", - "CPU model number : 154\n", - "ERROR: Can not open /sys/module/msr/parameters/allow_writes file.\n", - "PCM Error: can't open MSR handle for core 0 (No such file or directory)\n", - "Try no-MSR mode by setting env variable PCM_NO_MSR=1\n", - "Can not access CPUs Model Specific Registers (MSRs).\n", - "execute 'modprobe msr' as root user, then execute pcm as root user.\n", - "100%|██████████| 2/2 [00:00<00:00, 2.51it/s]\n" - ] - } - ], - "source": [ - "WMODEL = \"BM25\"\n", - "system_name = f'pointwise-retrieval-{WMODEL}'.lower()\n", - "\n", - "def retrieve_and_normalize(query, retrieval_system, unk): \n", - " ret = {}\n", - " tokeniser = autoclass(\"org.terrier.indexing.tokenisation.Tokeniser\").getTokeniser()\n", - " query_text = \" \".join(tokeniser.getTokens(query))\n", - " run = retrieval_system.search(query_text)\n", - " last_rank = -1\n", - " scores = {}\n", - " for _, i in run.iterrows():\n", - " assert last_rank < i['rank']\n", - " last_rank = i['rank']\n", - " if i['docno'] in unk:\n", - " scores[unk[i['docno']]] = i['rank']\n", - "\n", - " max_score = max(scores.values())\n", - " min_score = min(scores.values())\n", - "\n", - " return {k: ((v-min_score)/(max_score-min_score)) for k, v in scores.items()}\n", - "\n", - "!rm -Rf run\n", - "with tracking(export_file_path='run/.metadata.yml', export_format=ExportFormat.IR_METADATA) as tracked:\n", - " queries = set(input_data['query'].unique())\n", - "\n", - " def unknown_documents(query):\n", - " docs = set(input_data[input_data['query'] == query]['unknown'].unique())\n", - " return {f'{i[0]}-unkn': i[1] for i in zip(range(len(docs)), docs)}\n", - "\n", - " results = {}\n", - " for query in tqdm(queries):\n", - " unk = unknown_documents(query)\n", - "\n", - " docs = [{'docno': k, 'text': v} for k, v in unk.items()]\n", - " indexer = pt.IterDictIndexer(\"/tmp/index\", overwrite=True, meta={'docno': 100, 'text': 20480})\n", - " index_ref = indexer.index(docs)\n", - " retriever = pt.BatchRetrieve(index_ref, wmodel=WMODEL)\n", - " results[query] = retrieve_and_normalize(query, retriever, unk)\n", - "\n", - " predictions = []\n", - " for _, i in input_data.iterrows():\n", - " res = results[i['query']]\n", - " predictions.append({\n", - " 'id': i['id'],\n", - " 'probability_relevant': res.get(i['unknown'], -1)\n", - " })\n", - " predictions = pd.DataFrame(predictions)\n" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Step 5: Evaluate and Submit Your Run\n", - "\n", - "We use the `wows_evaluate` method imported above to evaluate our predictions and to upload them, to TIRA.\n", - "\n", - "The `wows_evaluate` method has optional parameters that you can pass to describe your system and to include the resource measurements used during your computations in the ir-metadata format into your submission. You can remove those attributes or modify them for your submission accordingly. Call `help(wows_evaluate)` to see a full description." - ] - }, - { - "cell_type": "code", - "execution_count": 4, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Run uploaded to TIRA. Claim ownership via: https://www.tira.io/claim-submission/18f7f8aa-192f-4d08-a03b-0866d540ccae\n" - ] - }, - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
systemtau_apkendallspearmanpearson
0pointwise-retrieval-bm250.0405560.0857140.10.1
\n", - "
" - ], - "text/plain": [ - " system tau_ap kendall spearman pearson\n", - "0 pointwise-retrieval-bm25 0.040556 0.085714 0.1 0.1" - ] - }, - "execution_count": 4, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "wows_evaluate(\n", - " predictions,\n", - " DATASET_ID,\n", - " tracking_results=tracked,\n", - " upload=True,\n", - " system_name=system_name,\n", - " system_description=f'We use the PyTerrier retrieval model {WMODEL} to assign the probability that an unknown document is relevant. We rank all unknown documents that are to-be judged against the query. The probability that a document is relevant is then the min-max normalized rank of an unknown document in the ranking of all unknown documents to the query.'\n", - ")" - ] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Python 3", - "language": "python", - "name": "python3" - }, - "language_info": { - "codemirror_mode": { - "name": "ipython", - "version": 3 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" - } - }, - "nbformat": 4, - "nbformat_minor": 2 -} +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# WOWS-Eval Retrieva Baseline\n", + "\n", + "This is a retrieval baseline to WOWS-EVAL that uses a retrieval model to assign the probability that an unknown document is relevant. The query is used as query which retrieves against all unknown documents that are to-be judged. The probability that a document is relevant is then the min-max normalized rank of an unknown document in the ranking of all unknown documents to the query." + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Step 1: Install Dependencies\n", + "\n" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "!pip3 install 'wows-eval>=0.0.6' python-terrier==0.10.0" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Step 2: Load the Data\n", + "\n", + "Pointwise models have a query and a document as input and output the probability that the document is relevant into a field `probability_relevant`. For this retrieval baseline, we just take a PyTerrier retrieval model and use the min-max normalized retrieval rank as probability.\n", + "\n", + "In the following, we will process the pointwise smoke test dataset. Please modify the variable `DATASET_ID` to submit for other datasets. See [tira.io/datasets?query=wows-eval](https://archive.tira.io/datasets?query=wows-eval) for an complete overview of dataset identifiers.\n" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "PyTerrier 0.10.0 has loaded Terrier 5.11 (built by craig.macdonald on 2025-01-13 21:29) and terrier-helper 0.0.8\n", + "\n" + ] + } + ], + "source": [ + "import pyterrier as pt\n", + "from tqdm import tqdm\n", + "if not pt.started():\n", + " pt.init()\n", + "\n", + "from tira.rest_api_client import Client\n", + "from wows_eval import evaluate as wows_evaluate\n", + "import pandas as pd\n", + "from jnius import autoclass\n", + "import numpy as np\n", + "\n", + "# For measuring consumed resources (e.g., GPU, CPU, RAM, etc.)\n", + "from tirex_tracker import tracking, ExportFormat\n", + "\n", + "pd.set_option('display.max_colwidth', None)\n", + "\n", + "# Dataset IDs visible at https://archive.tira.io/datasets?query=wows-eval\n", + "DATASET_ID = 'wows-eval/pointwise-smoke-test-20250128-training'\n", + "#DATASET_ID = 'wows-eval/pointwise-20250309-test'\n", + "\n", + "tira = Client()\n", + "input_data = tira.pd.inputs(DATASET_ID)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Step 3: Look at the data" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
idqueryunknown
032d23068-7440-4891-9958-42325f98a604who sings monk theme songThis is a reference to the minor controversy that brewed among Monk fans over the introduction of the new theme song It's A Jungle Out There written and performed by Randy Newman in the second season of Monk.
1cde83146-ac3e-4bc5-a959-f2006ac7b8dewho sings monk theme songWalker, Texas Ranger. Chuck Norris thought “Eyes of a Ranger” would be the perfect theme song for his new show Walker, Texas Ranger. He wanted his friend Randy Travis should sing it, but CBS had a different idea: The network suggested Norris sing the theme himself.
\n", + "
" + ], + "text/plain": [ + " id query \\\n", + "0 32d23068-7440-4891-9958-42325f98a604 who sings monk theme song \n", + "1 cde83146-ac3e-4bc5-a959-f2006ac7b8de who sings monk theme song \n", + "\n", + " unknown \n", + "0 This is a reference to the minor controversy that brewed among Monk fans over the introduction of the new theme song It's A Jungle Out There written and performed by Randy Newman in the second season of Monk. \n", + "1 Walker, Texas Ranger. Chuck Norris thought “Eyes of a Ranger” would be the perfect theme song for his new show Walker, Texas Ranger. He wanted his friend Randy Travis should sing it, but CBS had a different idea: The network suggested Norris sing the theme himself. " + ] + }, + "execution_count": 2, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "input_data.head(2)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Step 4: Implement the Approach\n", + "\n", + "We wrap all computations into a [tirex_tracker.tracking](https://github.com/tira-io/tirex-tracker/) environment to measure the resources consumed for our computations and also a snapshot of our code in the [ir-metadata format](https://www.ir-metadata.org/)." + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "PCM Info: setrlimit for file limit 1000000 failed with error Operation not permitted\n", + "\n", + "===== Processor information =====\n", + "Linux arch_perfmon flag : yes\n", + "Hybrid processor : yes\n", + "IBRS and IBPB supported : yes\n", + "STIBP supported : yes\n", + "Spec arch caps supported : yes\n", + "Max CPUID level : 32\n", + "CPU model number : 154\n", + "ERROR: Can not open /sys/module/msr/parameters/allow_writes file.\n", + "PCM Error: can't open MSR handle for core 0 (No such file or directory)\n", + "Try no-MSR mode by setting env variable PCM_NO_MSR=1\n", + "Can not access CPUs Model Specific Registers (MSRs).\n", + "execute 'modprobe msr' as root user, then execute pcm as root user.\n", + "100%|██████████| 2/2 [00:00<00:00, 2.51it/s]\n" + ] + } + ], + "source": [ + "WMODEL = \"BM25\"\n", + "system_name = f'pointwise-retrieval-{WMODEL}'.lower()\n", + "\n", + "def retrieve_and_normalize(query, retrieval_system, unk): \n", + " ret = {}\n", + " tokeniser = autoclass(\"org.terrier.indexing.tokenisation.Tokeniser\").getTokeniser()\n", + " query_text = \" \".join(tokeniser.getTokens(query))\n", + " run = retrieval_system.search(query_text)\n", + " last_rank = -1\n", + " scores = {}\n", + " for _, i in run.iterrows():\n", + " assert last_rank < i['rank']\n", + " last_rank = i['rank']\n", + " if i['docno'] in unk:\n", + " scores[unk[i['docno']]] = i['rank']\n", + "\n", + " max_score = max(scores.values())\n", + " min_score = min(scores.values())\n", + "\n", + " return {k: ((v-min_score)/(max_score-min_score)) for k, v in scores.items()}\n", + "\n", + "!rm -Rf run\n", + "with tracking(export_file_path='run/.metadata.yml', export_format=ExportFormat.IR_METADATA) as tracked:\n", + " queries = set(input_data['query'].unique())\n", + "\n", + " def unknown_documents(query):\n", + " docs = set(input_data[input_data['query'] == query]['unknown'].unique())\n", + " return {f'{i[0]}-unkn': i[1] for i in zip(range(len(docs)), docs)}\n", + "\n", + " results = {}\n", + " for query in tqdm(queries):\n", + " unk = unknown_documents(query)\n", + "\n", + " docs = [{'docno': k, 'text': v} for k, v in unk.items()]\n", + " indexer = pt.IterDictIndexer(\"/tmp/index\", overwrite=True, meta={'docno': 100, 'text': 20480})\n", + " index_ref = indexer.index(docs)\n", + " retriever = pt.BatchRetrieve(index_ref, wmodel=WMODEL)\n", + " results[query] = retrieve_and_normalize(query, retriever, unk)\n", + "\n", + " predictions = []\n", + " for _, i in input_data.iterrows():\n", + " res = results[i['query']]\n", + " predictions.append({\n", + " 'id': i['id'],\n", + " 'probability_relevant': res.get(i['unknown'], -1)\n", + " })\n", + " predictions = pd.DataFrame(predictions)\n" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Step 5: Evaluate and Submit Your Run\n", + "\n", + "We use the `wows_evaluate` method imported above to evaluate our predictions and to upload them, to TIRA.\n", + "\n", + "The `wows_evaluate` method has optional parameters that you can pass to describe your system and to include the resource measurements used during your computations in the ir-metadata format into your submission. You can remove those attributes or modify them for your submission accordingly. Call `help(wows_evaluate)` to see a full description." + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Run uploaded to TIRA. Claim ownership via: https://www.tira.io/claim-submission/18f7f8aa-192f-4d08-a03b-0866d540ccae\n" + ] + }, + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
systemtau_apkendallspearmanpearson
0pointwise-retrieval-bm250.0405560.0857140.10.1
\n", + "
" + ], + "text/plain": [ + " system tau_ap kendall spearman pearson\n", + "0 pointwise-retrieval-bm25 0.040556 0.085714 0.1 0.1" + ] + }, + "execution_count": 4, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "wows_evaluate(\n", + " predictions,\n", + " DATASET_ID,\n", + " tracking_results=tracked,\n", + " upload=True,\n", + " system_name=system_name,\n", + " system_description=f'We use the PyTerrier retrieval model {WMODEL} to assign the probability that an unknown document is relevant. We rank all unknown documents that are to-be judged against the query. The probability that a document is relevant is then the min-max normalized rank of an unknown document in the ranking of all unknown documents to the query.'\n", + ")" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.10.12" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/ecir25/baselines/pointwise_snorkel.ipynb b/ecir25/baselines/pointwise_snorkel.ipynb index 27a12bc..222b056 100644 --- a/ecir25/baselines/pointwise_snorkel.ipynb +++ b/ecir25/baselines/pointwise_snorkel.ipynb @@ -1,1628 +1,1628 @@ -{ - "nbformat": 4, - "nbformat_minor": 0, - "metadata": { - "colab": { - "provenance": [] - }, - "kernelspec": { - "name": "python3", - "display_name": "Python 3" - }, - "language_info": { - "name": "python" - } - }, - "cells": [ - { - "cell_type": "markdown", - "source": [ - "Step 1: install dependencies" - ], - "metadata": { - "id": "nrNuNdOkWxU2" - } - }, - { - "cell_type": "code", - "execution_count": 15, - "metadata": { - "id": "jqYpJ_Gqn0v3", - "colab": { - "base_uri": "https://localhost:8080/" - }, - "outputId": "7ddb4f2d-3811-4036-90db-25bd47219a67" - }, - "outputs": [ - { - "output_type": "stream", - "name": "stdout", - "text": [ - "Requirement already satisfied: tira in /usr/local/lib/python3.11/dist-packages (0.0.156)\n", - "Requirement already satisfied: snorkel in /usr/local/lib/python3.11/dist-packages (0.10.0)\n", - "Requirement already satisfied: wows-eval in /usr/local/lib/python3.11/dist-packages (0.0.6)\n", - "Requirement already satisfied: textdistance in /usr/local/lib/python3.11/dist-packages (4.6.3)\n", - "Requirement already satisfied: rank-bm25 in /usr/local/lib/python3.11/dist-packages (0.2.2)\n", - "Requirement already satisfied: requests==2.*,>=2.26 in /usr/local/lib/python3.11/dist-packages (from tira) (2.32.3)\n", - "Requirement already satisfied: docker==7.*,>=7.1.0 in /usr/local/lib/python3.11/dist-packages (from tira) (7.1.0)\n", - "Requirement already satisfied: numpy==1.* in /usr/local/lib/python3.11/dist-packages (from tira) (1.26.4)\n", - "Requirement already satisfied: pandas in /usr/local/lib/python3.11/dist-packages (from tira) (2.2.2)\n", - "Requirement already satisfied: packaging in /usr/local/lib/python3.11/dist-packages (from tira) (24.2)\n", - "Requirement already satisfied: tqdm in /usr/local/lib/python3.11/dist-packages (from tira) (4.67.1)\n", - "Requirement already satisfied: gitpython in /usr/local/lib/python3.11/dist-packages (from tira) (3.1.44)\n", - "Requirement already satisfied: urllib3>=1.26.0 in /usr/local/lib/python3.11/dist-packages (from docker==7.*,>=7.1.0->tira) (2.3.0)\n", - "Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.11/dist-packages (from requests==2.*,>=2.26->tira) (3.4.1)\n", - "Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.11/dist-packages (from requests==2.*,>=2.26->tira) (3.10)\n", - "Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.11/dist-packages (from requests==2.*,>=2.26->tira) (2025.1.31)\n", - "Requirement already satisfied: munkres>=1.0.6 in /usr/local/lib/python3.11/dist-packages (from snorkel) (1.1.4)\n", - "Requirement already satisfied: scipy>=1.2.0 in /usr/local/lib/python3.11/dist-packages (from snorkel) (1.14.1)\n", - "Requirement already satisfied: scikit-learn>=0.20.2 in /usr/local/lib/python3.11/dist-packages (from snorkel) (1.6.1)\n", - "Requirement already satisfied: torch>=1.2.0 in /usr/local/lib/python3.11/dist-packages (from snorkel) (2.6.0+cu124)\n", - "Requirement already satisfied: tensorboard>=2.13.0 in /usr/local/lib/python3.11/dist-packages (from snorkel) (2.18.0)\n", - "Requirement already satisfied: protobuf>=3.19.6 in /usr/local/lib/python3.11/dist-packages (from snorkel) (5.29.4)\n", - "Requirement already satisfied: networkx>=2.2 in /usr/local/lib/python3.11/dist-packages (from snorkel) (3.4.2)\n", - "Requirement already satisfied: tirex-tracker>=0.2.10 in /usr/local/lib/python3.11/dist-packages (from wows-eval) (0.2.12)\n", - "Requirement already satisfied: pyyaml in /usr/local/lib/python3.11/dist-packages (from wows-eval) (6.0.2)\n", - "Requirement already satisfied: trectools in /usr/local/lib/python3.11/dist-packages (from wows-eval) (0.0.50)\n", - "Requirement already satisfied: click in /usr/local/lib/python3.11/dist-packages (from wows-eval) (8.1.8)\n", - "Requirement already satisfied: python-dateutil>=2.8.2 in /usr/local/lib/python3.11/dist-packages (from pandas->tira) (2.8.2)\n", - "Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.11/dist-packages (from pandas->tira) (2025.2)\n", - "Requirement already satisfied: tzdata>=2022.7 in /usr/local/lib/python3.11/dist-packages (from pandas->tira) (2025.2)\n", - "Requirement already satisfied: joblib>=1.2.0 in /usr/local/lib/python3.11/dist-packages (from scikit-learn>=0.20.2->snorkel) (1.4.2)\n", - "Requirement already satisfied: threadpoolctl>=3.1.0 in /usr/local/lib/python3.11/dist-packages (from scikit-learn>=0.20.2->snorkel) (3.6.0)\n", - "Requirement already satisfied: absl-py>=0.4 in /usr/local/lib/python3.11/dist-packages (from tensorboard>=2.13.0->snorkel) (1.4.0)\n", - "Requirement already satisfied: grpcio>=1.48.2 in /usr/local/lib/python3.11/dist-packages (from tensorboard>=2.13.0->snorkel) (1.71.0)\n", - "Requirement already satisfied: markdown>=2.6.8 in /usr/local/lib/python3.11/dist-packages (from tensorboard>=2.13.0->snorkel) (3.7)\n", - "Requirement already satisfied: setuptools>=41.0.0 in /usr/local/lib/python3.11/dist-packages (from tensorboard>=2.13.0->snorkel) (75.2.0)\n", - "Requirement already satisfied: six>1.9 in /usr/local/lib/python3.11/dist-packages (from tensorboard>=2.13.0->snorkel) (1.17.0)\n", - "Requirement already satisfied: tensorboard-data-server<0.8.0,>=0.7.0 in /usr/local/lib/python3.11/dist-packages (from tensorboard>=2.13.0->snorkel) (0.7.2)\n", - "Requirement already satisfied: werkzeug>=1.0.1 in /usr/local/lib/python3.11/dist-packages (from tensorboard>=2.13.0->snorkel) (3.1.3)\n", - "Requirement already satisfied: typing-extensions~=4.0 in /usr/local/lib/python3.11/dist-packages (from tirex-tracker>=0.2.10->wows-eval) (4.13.0)\n", - "Requirement already satisfied: importlib-metadata~=8.0 in /usr/local/lib/python3.11/dist-packages (from tirex-tracker>=0.2.10->wows-eval) (8.6.1)\n", - "Requirement already satisfied: importlib-resources~=6.0 in /usr/local/lib/python3.11/dist-packages (from tirex-tracker>=0.2.10->wows-eval) (6.5.2)\n", - "Requirement already satisfied: ipython in /usr/local/lib/python3.11/dist-packages (from tirex-tracker>=0.2.10->wows-eval) (7.34.0)\n", - "Requirement already satisfied: ruamel.yaml~=0.18.0 in /usr/local/lib/python3.11/dist-packages (from tirex-tracker>=0.2.10->wows-eval) (0.18.10)\n", - "Requirement already satisfied: gitdb<5,>=4.0.1 in /usr/local/lib/python3.11/dist-packages (from gitpython->tira) (4.0.12)\n", - "Requirement already satisfied: filelock in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (3.18.0)\n", - "Requirement already satisfied: jinja2 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (3.1.6)\n", - "Requirement already satisfied: fsspec in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (2025.3.2)\n", - "Requirement already satisfied: nvidia-cuda-nvrtc-cu12==12.4.127 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (12.4.127)\n", - "Requirement already satisfied: nvidia-cuda-runtime-cu12==12.4.127 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (12.4.127)\n", - "Requirement already satisfied: nvidia-cuda-cupti-cu12==12.4.127 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (12.4.127)\n", - "Requirement already satisfied: nvidia-cudnn-cu12==9.1.0.70 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (9.1.0.70)\n", - "Requirement already satisfied: nvidia-cublas-cu12==12.4.5.8 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (12.4.5.8)\n", - "Requirement already satisfied: nvidia-cufft-cu12==11.2.1.3 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (11.2.1.3)\n", - "Requirement already satisfied: nvidia-curand-cu12==10.3.5.147 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (10.3.5.147)\n", - "Requirement already satisfied: nvidia-cusolver-cu12==11.6.1.9 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (11.6.1.9)\n", - "Requirement already satisfied: nvidia-cusparse-cu12==12.3.1.170 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (12.3.1.170)\n", - "Requirement already satisfied: nvidia-cusparselt-cu12==0.6.2 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (0.6.2)\n", - "Requirement already satisfied: nvidia-nccl-cu12==2.21.5 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (2.21.5)\n", - "Requirement already satisfied: nvidia-nvtx-cu12==12.4.127 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (12.4.127)\n", - "Requirement already satisfied: nvidia-nvjitlink-cu12==12.4.127 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (12.4.127)\n", - "Requirement already satisfied: triton==3.2.0 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (3.2.0)\n", - "Requirement already satisfied: sympy==1.13.1 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (1.13.1)\n", - "Requirement already satisfied: mpmath<1.4,>=1.1.0 in /usr/local/lib/python3.11/dist-packages (from sympy==1.13.1->torch>=1.2.0->snorkel) (1.3.0)\n", - "Requirement already satisfied: sarge>=0.1.1 in /usr/local/lib/python3.11/dist-packages (from trectools->wows-eval) (0.1.7.post1)\n", - "Requirement already satisfied: lxml>=3.6.0 in /usr/local/lib/python3.11/dist-packages (from trectools->wows-eval) (5.3.1)\n", - "Requirement already satisfied: bs4>=0.0.0.1 in /usr/local/lib/python3.11/dist-packages (from trectools->wows-eval) (0.0.2)\n", - "Requirement already satisfied: matplotlib>=1.5 in /usr/local/lib/python3.11/dist-packages (from trectools->wows-eval) (3.10.0)\n", - "Requirement already satisfied: beautifulsoup4 in /usr/local/lib/python3.11/dist-packages (from bs4>=0.0.0.1->trectools->wows-eval) (4.13.3)\n", - "Requirement already satisfied: smmap<6,>=3.0.1 in /usr/local/lib/python3.11/dist-packages (from gitdb<5,>=4.0.1->gitpython->tira) (5.0.2)\n", - "Requirement already satisfied: zipp>=3.20 in /usr/local/lib/python3.11/dist-packages (from importlib-metadata~=8.0->tirex-tracker>=0.2.10->wows-eval) (3.21.0)\n", - "Requirement already satisfied: contourpy>=1.0.1 in /usr/local/lib/python3.11/dist-packages (from matplotlib>=1.5->trectools->wows-eval) (1.3.1)\n", - "Requirement already satisfied: cycler>=0.10 in /usr/local/lib/python3.11/dist-packages (from matplotlib>=1.5->trectools->wows-eval) (0.12.1)\n", - "Requirement already satisfied: fonttools>=4.22.0 in /usr/local/lib/python3.11/dist-packages (from matplotlib>=1.5->trectools->wows-eval) (4.56.0)\n", - "Requirement already satisfied: kiwisolver>=1.3.1 in /usr/local/lib/python3.11/dist-packages (from matplotlib>=1.5->trectools->wows-eval) (1.4.8)\n", - "Requirement already satisfied: pillow>=8 in /usr/local/lib/python3.11/dist-packages (from matplotlib>=1.5->trectools->wows-eval) (11.1.0)\n", - "Requirement already satisfied: pyparsing>=2.3.1 in /usr/local/lib/python3.11/dist-packages (from matplotlib>=1.5->trectools->wows-eval) (3.2.3)\n", - "Requirement already satisfied: ruamel.yaml.clib>=0.2.7 in /usr/local/lib/python3.11/dist-packages (from ruamel.yaml~=0.18.0->tirex-tracker>=0.2.10->wows-eval) (0.2.12)\n", - "Requirement already satisfied: MarkupSafe>=2.1.1 in /usr/local/lib/python3.11/dist-packages (from werkzeug>=1.0.1->tensorboard>=2.13.0->snorkel) (3.0.2)\n", - "Requirement already satisfied: jedi>=0.16 in /usr/local/lib/python3.11/dist-packages (from ipython->tirex-tracker>=0.2.10->wows-eval) (0.19.2)\n", - "Requirement already satisfied: decorator in /usr/local/lib/python3.11/dist-packages (from ipython->tirex-tracker>=0.2.10->wows-eval) (4.4.2)\n", - "Requirement already satisfied: pickleshare in /usr/local/lib/python3.11/dist-packages (from ipython->tirex-tracker>=0.2.10->wows-eval) (0.7.5)\n", - "Requirement already satisfied: traitlets>=4.2 in /usr/local/lib/python3.11/dist-packages (from ipython->tirex-tracker>=0.2.10->wows-eval) (5.7.1)\n", - "Requirement already satisfied: prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0 in /usr/local/lib/python3.11/dist-packages (from ipython->tirex-tracker>=0.2.10->wows-eval) (3.0.50)\n", - "Requirement already satisfied: pygments in /usr/local/lib/python3.11/dist-packages (from ipython->tirex-tracker>=0.2.10->wows-eval) (2.18.0)\n", - "Requirement already satisfied: backcall in /usr/local/lib/python3.11/dist-packages (from ipython->tirex-tracker>=0.2.10->wows-eval) (0.2.0)\n", - "Requirement already satisfied: matplotlib-inline in /usr/local/lib/python3.11/dist-packages (from ipython->tirex-tracker>=0.2.10->wows-eval) (0.1.7)\n", - "Requirement already satisfied: pexpect>4.3 in /usr/local/lib/python3.11/dist-packages (from ipython->tirex-tracker>=0.2.10->wows-eval) (4.9.0)\n", - "Requirement already satisfied: parso<0.9.0,>=0.8.4 in /usr/local/lib/python3.11/dist-packages (from jedi>=0.16->ipython->tirex-tracker>=0.2.10->wows-eval) (0.8.4)\n", - "Requirement already satisfied: ptyprocess>=0.5 in /usr/local/lib/python3.11/dist-packages (from pexpect>4.3->ipython->tirex-tracker>=0.2.10->wows-eval) (0.7.0)\n", - "Requirement already satisfied: wcwidth in /usr/local/lib/python3.11/dist-packages (from prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0->ipython->tirex-tracker>=0.2.10->wows-eval) (0.2.13)\n", - "Requirement already satisfied: soupsieve>1.2 in /usr/local/lib/python3.11/dist-packages (from beautifulsoup4->bs4>=0.0.0.1->trectools->wows-eval) (2.6)\n" - ] - } - ], - "source": [ - "!pip3 install tira snorkel wows-eval textdistance rank-bm25" - ] - }, - { - "cell_type": "code", - "source": [ - "!pip3 uninstall -y tira wows-eval" - ], - "metadata": { - "colab": { - "base_uri": "https://localhost:8080/" - }, - "id": "GpSjn_xkgAut", - "outputId": "af9a9da3-3d82-48af-915b-b43f4e2e95e8" - }, - "execution_count": 16, - "outputs": [ - { - "output_type": "stream", - "name": "stdout", - "text": [ - "Found existing installation: tira 0.0.156\n", - "Uninstalling tira-0.0.156:\n", - " Successfully uninstalled tira-0.0.156\n", - "Found existing installation: wows-eval 0.0.6\n", - "Uninstalling wows-eval-0.0.6:\n", - " Successfully uninstalled wows-eval-0.0.6\n" - ] - } - ] - }, - { - "cell_type": "code", - "source": [ - "!pip3 install wows-eval>=0.0.6" - ], - "metadata": { - "id": "wvDfHommgJYR" - }, - "execution_count": 17, - "outputs": [] - }, - { - "cell_type": "code", - "source": [ - "!pip3 install python-terrier==0.10.0" - ], - "metadata": { - "colab": { - "base_uri": "https://localhost:8080/" - }, - "id": "yU3XtFHxgcnh", - "outputId": "bc29e453-3224-456e-9377-8d77be571b41" - }, - "execution_count": 18, - "outputs": [ - { - "output_type": "stream", - "name": "stdout", - "text": [ - "Requirement already satisfied: python-terrier==0.10.0 in /usr/local/lib/python3.11/dist-packages (0.10.0)\n", - "Requirement already satisfied: numpy in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (1.26.4)\n", - "Requirement already satisfied: pandas in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (2.2.2)\n", - "Requirement already satisfied: wget in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (3.2)\n", - "Requirement already satisfied: tqdm in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (4.67.1)\n", - "Requirement already satisfied: pyjnius>=1.4.2 in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (1.6.1)\n", - "Requirement already satisfied: matchpy in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (0.5.5)\n", - "Requirement already satisfied: scikit-learn in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (1.6.1)\n", - "Requirement already satisfied: deprecated in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (1.2.18)\n", - "Requirement already satisfied: chest in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (0.2.3)\n", - "Requirement already satisfied: scipy in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (1.14.1)\n", - "Requirement already satisfied: requests in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (2.32.3)\n", - "Requirement already satisfied: joblib in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (1.4.2)\n", - "Requirement already satisfied: nptyping==1.4.4 in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (1.4.4)\n", - "Requirement already satisfied: more-itertools in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (10.6.0)\n", - "Requirement already satisfied: ir-datasets>=0.3.2 in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (0.5.10)\n", - "Requirement already satisfied: jinja2 in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (3.1.6)\n", - "Requirement already satisfied: statsmodels in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (0.14.4)\n", - "Requirement already satisfied: ir-measures>=0.3.1 in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (0.3.7)\n", - "Requirement already satisfied: dill in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (0.3.9)\n", - "Requirement already satisfied: pytrec-eval-terrier>=0.5.3 in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (0.5.7)\n", - "Requirement already satisfied: typish>=1.7.0 in /usr/local/lib/python3.11/dist-packages (from nptyping==1.4.4->python-terrier==0.10.0) (1.9.3)\n", - "Requirement already satisfied: beautifulsoup4>=4.4.1 in /usr/local/lib/python3.11/dist-packages (from ir-datasets>=0.3.2->python-terrier==0.10.0) (4.13.3)\n", - "Requirement already satisfied: inscriptis>=2.2.0 in /usr/local/lib/python3.11/dist-packages (from ir-datasets>=0.3.2->python-terrier==0.10.0) (2.6.0)\n", - "Requirement already satisfied: lxml>=4.5.2 in /usr/local/lib/python3.11/dist-packages (from ir-datasets>=0.3.2->python-terrier==0.10.0) (5.3.1)\n", - "Requirement already satisfied: pyyaml>=5.3.1 in /usr/local/lib/python3.11/dist-packages (from ir-datasets>=0.3.2->python-terrier==0.10.0) (6.0.2)\n", - "Requirement already satisfied: trec-car-tools>=2.5.4 in /usr/local/lib/python3.11/dist-packages (from ir-datasets>=0.3.2->python-terrier==0.10.0) (2.6)\n", - "Requirement already satisfied: lz4>=3.1.10 in /usr/local/lib/python3.11/dist-packages (from ir-datasets>=0.3.2->python-terrier==0.10.0) (4.4.4)\n", - "Requirement already satisfied: warc3-wet>=0.2.3 in /usr/local/lib/python3.11/dist-packages (from ir-datasets>=0.3.2->python-terrier==0.10.0) (0.2.5)\n", - "Requirement already satisfied: warc3-wet-clueweb09>=0.2.5 in /usr/local/lib/python3.11/dist-packages (from ir-datasets>=0.3.2->python-terrier==0.10.0) (0.2.5)\n", - "Requirement already satisfied: zlib-state>=0.1.3 in /usr/local/lib/python3.11/dist-packages (from ir-datasets>=0.3.2->python-terrier==0.10.0) (0.1.9)\n", - "Requirement already satisfied: ijson>=3.1.3 in /usr/local/lib/python3.11/dist-packages (from ir-datasets>=0.3.2->python-terrier==0.10.0) (3.3.0)\n", - "Requirement already satisfied: unlzw3>=0.2.1 in /usr/local/lib/python3.11/dist-packages (from ir-datasets>=0.3.2->python-terrier==0.10.0) (0.2.3)\n", - "Requirement already satisfied: pyarrow>=16.1.0 in /usr/local/lib/python3.11/dist-packages (from ir-datasets>=0.3.2->python-terrier==0.10.0) (18.1.0)\n", - "Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.11/dist-packages (from requests->python-terrier==0.10.0) (3.4.1)\n", - "Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.11/dist-packages (from requests->python-terrier==0.10.0) (3.10)\n", - "Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/local/lib/python3.11/dist-packages (from requests->python-terrier==0.10.0) (2.3.0)\n", - "Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.11/dist-packages (from requests->python-terrier==0.10.0) (2025.1.31)\n", - "Requirement already satisfied: heapdict in /usr/local/lib/python3.11/dist-packages (from chest->python-terrier==0.10.0) (1.0.1)\n", - "Requirement already satisfied: wrapt<2,>=1.10 in /usr/local/lib/python3.11/dist-packages (from deprecated->python-terrier==0.10.0) (1.17.2)\n", - "Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.11/dist-packages (from jinja2->python-terrier==0.10.0) (3.0.2)\n", - "Requirement already satisfied: multiset<3.0,>=2.0 in /usr/local/lib/python3.11/dist-packages (from matchpy->python-terrier==0.10.0) (2.1.1)\n", - "Requirement already satisfied: python-dateutil>=2.8.2 in /usr/local/lib/python3.11/dist-packages (from pandas->python-terrier==0.10.0) (2.8.2)\n", - "Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.11/dist-packages (from pandas->python-terrier==0.10.0) (2025.2)\n", - "Requirement already satisfied: tzdata>=2022.7 in /usr/local/lib/python3.11/dist-packages (from pandas->python-terrier==0.10.0) (2025.2)\n", - "Requirement already satisfied: threadpoolctl>=3.1.0 in /usr/local/lib/python3.11/dist-packages (from scikit-learn->python-terrier==0.10.0) (3.6.0)\n", - "Requirement already satisfied: patsy>=0.5.6 in /usr/local/lib/python3.11/dist-packages (from statsmodels->python-terrier==0.10.0) (1.0.1)\n", - "Requirement already satisfied: packaging>=21.3 in /usr/local/lib/python3.11/dist-packages (from statsmodels->python-terrier==0.10.0) (24.2)\n", - "Requirement already satisfied: soupsieve>1.2 in /usr/local/lib/python3.11/dist-packages (from beautifulsoup4>=4.4.1->ir-datasets>=0.3.2->python-terrier==0.10.0) (2.6)\n", - "Requirement already satisfied: typing-extensions>=4.0.0 in /usr/local/lib/python3.11/dist-packages (from beautifulsoup4>=4.4.1->ir-datasets>=0.3.2->python-terrier==0.10.0) (4.13.0)\n", - "Requirement already satisfied: six>=1.5 in /usr/local/lib/python3.11/dist-packages (from python-dateutil>=2.8.2->pandas->python-terrier==0.10.0) (1.17.0)\n", - "Requirement already satisfied: cbor>=1.0.0 in /usr/local/lib/python3.11/dist-packages (from trec-car-tools>=2.5.4->ir-datasets>=0.3.2->python-terrier==0.10.0) (1.0.0)\n" - ] - } - ] - }, - { - "cell_type": "code", - "source": [ - "!pip3 uninstall numpy -y\n", - "!pip3 install numpy --upgrade --force-reinstall\n" - ], - "metadata": { - "colab": { - "base_uri": "https://localhost:8080/" - }, - "id": "CGSLY40DiLaV", - "outputId": "180f3871-8310-4697-b2b8-10a46a79e6db" - }, - "execution_count": 19, - "outputs": [ - { - "output_type": "stream", - "name": "stdout", - "text": [ - "Found existing installation: numpy 1.26.4\n", - "Uninstalling numpy-1.26.4:\n", - " Successfully uninstalled numpy-1.26.4\n", - "Collecting numpy\n", - " Using cached numpy-2.2.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (62 kB)\n", - "Using cached numpy-2.2.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (16.4 MB)\n", - "Installing collected packages: numpy\n", - "\u001b[31mERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.\n", - "tira 0.0.156 requires numpy==1.*, but you have numpy 2.2.4 which is incompatible.\n", - "tensorflow 2.18.0 requires numpy<2.1.0,>=1.26.0, but you have numpy 2.2.4 which is incompatible.\n", - "numba 0.60.0 requires numpy<2.1,>=1.22, but you have numpy 2.2.4 which is incompatible.\u001b[0m\u001b[31m\n", - "\u001b[0mSuccessfully installed numpy-2.2.4\n" - ] - } - ] - }, - { - "cell_type": "code", - "source": [ - "!pip3 install numpy==1.26.4 --force-reinstall\n", - "import os\n", - "os.kill(os.getpid(), 9)" - ], - "metadata": { - "colab": { - "base_uri": "https://localhost:8080/" - }, - "id": "v2PPsFOoi7EV", - "outputId": "aaf8afdd-1420-433b-98f8-47167983d2a6" - }, - "execution_count": null, - "outputs": [ - { - "output_type": "stream", - "name": "stdout", - "text": [ - "Collecting numpy==1.26.4\n", - " Using cached numpy-1.26.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (61 kB)\n", - "Using cached numpy-1.26.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.3 MB)\n", - "Installing collected packages: numpy\n", - " Attempting uninstall: numpy\n", - " Found existing installation: numpy 1.26.4\n", - " Uninstalling numpy-1.26.4:\n", - " Successfully uninstalled numpy-1.26.4\n", - "Successfully installed numpy-1.26.4\n" - ] - } - ] - }, - { - "cell_type": "code", - "source": [ - "import pyterrier as pt\n", - "from tqdm import tqdm\n", - "if not pt.started():\n", - " pt.init()\n", - "\n", - "from tira.rest_api_client import Client\n", - "from wows_eval import evaluate as wows_evaluate\n", - "import pandas as pd\n", - "from jnius import autoclass\n", - "import numpy as np\n", - "\n", - "# For measuring consumed resources (e.g., GPU, CPU, RAM, etc.)\n", - "from tirex_tracker import tracking, ExportFormat\n", - "\n", - "pd.set_option('display.max_colwidth', None)\n", - "\n", - "# Dataset IDs visible at https://archive.tira.io/datasets?query=wows-eval\n", - "DATASET_ID = 'wows-eval/pointwise-20250309-test'\n", - "tira = Client()\n", - "input_data = tira.pd.inputs(DATASET_ID)" - ], - "metadata": { - "id": "KrRf64t2n6ke" - }, - "execution_count": 30, - "outputs": [] - }, - { - "cell_type": "code", - "source": [ - "input_data" - ], - "metadata": { - "colab": { - "base_uri": "https://localhost:8080/", - "height": 719 - }, - "id": "OWQSca5EnvUb", - "outputId": "562837cb-6f6a-4c83-c58f-63a2974f5817" - }, - "execution_count": 31, - "outputs": [ - { - "output_type": "execute_result", - "data": { - "text/plain": [ - " id query \\\n", - "0 e1786a4d-2b3d-4fcf-ad84-443acf3696e2 journalist risks \n", - "1 8e64b35c-60be-4292-9542-c4639a749336 journalist risks \n", - "2 a8ff3f18-9b80-40b9-b529-799ed3367980 journalist risks \n", - "3 80d821ed-94b3-4fb6-9159-a71089c869a2 journalist risks \n", - "4 709154d7-13c6-492c-b977-07396510909c journalist risks \n", - "... ... ... \n", - "1013 527a986a-c2d9-46b6-8a14-3f305beaf7fd Lyme disease \n", - "1014 4c8dee20-f7cb-44b3-ae69-8ea00a7e2ede Lyme disease \n", - "1015 4a773373-3f0b-4821-a78e-86ce9bc429da Lyme disease \n", - "1016 369ce954-c156-485c-8cdc-37e0137287d2 Lyme disease \n", - "1017 931bbd92-c9c7-48af-b91f-9cfb7c2abdcb Lyme disease \n", - "\n", - " unknown \n", - "0 IPI Death Watch: 45 journalists killed in 2021 - International Press Institute\\nNewsroom\\nIPI Death Watch: 45 journalists killed in 2021\\nViolence against journalists remains global challenge\\nIPI Contributor Anne ter Rele\\nDec 25, 2016\\nSHARE\\n In 2021, a total of 45 journalists were killed in connection with their work, IPI research revealed today. The sombre tally reflects the continued risks of doing journalism and reaffirms journalist safety as a global challenge. IPI calls on authorities to end impunity for these crimes and to ensure the protection of journalists, who must be able to do their work freely and safely.\\n Today, the IPI global network published its yearly Death Watch. IPI’s research shows that since the beginning of 2021, a total of 45 journalists were killed in connection with their work, or lost their lives on assignment. Of these 45 journalists, 40 were male and five were female. A total of 28 were targeted due to their work, while three were killed while covering conflict, two lost their lives covering civil unrest, and one journalist was killed while on assignment. \n", - "1 Two journalists were killed in the MENA region, both in Yemen, while nine journalists were killed in Sub-Saharan Africa, most of whom in the Democratic Republic of Congo (3), followed by Burkina Faso and Somalia (both 2).\\n Like last year, more journalists were killed in Mexico (7) in 2021 than any other country in the world. All seven cases were targeted killings. According to IPI’s analysis, journalists researching local politics and organized crime, including drug trafficking, are especially at risk. Most of the targeted journalists were examining these or related topics.\\n Another explanation for the high number of killed journalists is the level of impunity. According to ARTICLE 19 Mexico, in only one of these seven cases have suspects have been arrested. The continued high number of killings confirms Mexico’s status as one of the deadliest countries for journalists to work. Despite this tragic status quo, the government there has decided to stop funds allocated for upholding the Law for the Protection of Human Rights Defenders and Journalists (LPPDHP).\\n After Mexico, Afghanistan and India are the two next-deadliest countries, with six killings each. In Afghanistan, most killings occurred in relation to the violent conflict as a result of the Taliban’s takeover of the country this summer. \n", - "2 Importantly, journalists were also murdered in countries with relatively high levels of press freedom, which arguably shows the global nature of the risks of doing journalism. For example, high-risk crime journalist Peter R. De Vries was shot on an Amsterdam city street in broad daylight on July 6, 2021, despite the fact that the Netherlands is considered one of the countries with the highest degree of press freedom in the world. The De Vries case is currently classified as Under Investigation on IPI’s Death Watch. In Greece, crime reporter Giorgos Karaivaz was shot outside his home in Athens. As of December 2021, no suspects have been publicly identified and no arrests have been made, while public information about the status of the investigation remains scarce.\\nImpunity\\nIPI’s analysis shows an alarmingly insufficient response from authorities to the killings, leading to high levels of impunity for crimes against journalists. In only six of the 28 cases have local police reportedly arrested suspects. \n", - "3 Hire a Journalist, Reporter, Correspondent in Ukraine - paydesk\\nGlobal Directory - All Countries - Journalists in Ukraine\\nJournalists in Ukraine\\n\\nStefan Sigaard Weichert\\nHi. I am a freelance journalist living in Kyiv, Ukraine, where I report about politics, war and social stories from Eastern Europe. I am a former Erasmus Mundus student from Swansea University in the UK, where I...\\nKyiv, Ukraine\\nDanish German English Russian\\nLive Phoner for Radio Audio package Interview News Gathering Feature Stories Content Writing Risk Analysis Research Investigative Journalism Interview\\nBusiness War Reporter Social Politics Risk Analysis Climate Change Current Affairs Natural Disasters Investigative Reporting\\nAvailable\\nBook\\nJoti Heir\\nJoti Heir is a Canadian journalist experienced in reporting for live radio and television. She has produced and reported for CTV, CBC and Astral Media. Additionally, she has written for a variety of publications.\\n Kyiv, Ukraine\\nEnglish Punjabi Turkish\\nLive On-camera Online Live Phoner for Radio News Gathering Feature Stories Content Writing Corporate Content Risk Analysis Research Investigative Journalism Interview\\nAvailable\\nBook\\nAnna Chernikova\\nAnna Chernikova is a journalist based in Kyiv, Ukraine.\\n \n", - "4 Covered Euromaidan in Kyiv (also known as the Ukrainian revolution of Dignity), Russian invasion of...\\nKyiv, Ukraine\\nEnglish Polish Russian Ukrainian\\nPhotography Fixing\\nNatural Disasters Breaking News Social Travel Politics Cultural Sports War Reporter\\n Available\\nBook\\nJack Losh\\nJack Losh is a journalist, producer/director and photographer with a focus on conflict, conservation and humanitarian issues. With assignments spanning Europe, Africa and the Middle East, he has been shortlisted for...\\nCrimea\\nEnglish French Russian\\nLive Stand-up Live On-camera Online Live Phoner for Radio Video Package Interview Documentary Films News Gathering Feature Stories Content Writing Corporate Content Risk Analysis Research Investigative Journalism Interview Photography Fixing Live Phoner for TV Video Rushes Journalism\\nMedia Training Travel Natural Disasters Science & Environment War Reporter Current Affairs Risk Analysis Investigative Reporting Breaking News Research Climate Change\\nAvailable\\nBook\\nSergey Myasoedov\\nSergey Myasoedov is a video journalist based in Kyiv, Ukraine.\\n Kyiv, Ukraine\\nEnglish Russian Ukrainian\\nVideo Package Vox Pop News Gathering Research Photography Fixing Video Rushes Interview\\nResearch Social Politics Medical Cultural Investigative Reporting Climate Change Sports War Reporter Current Affairs Natural Disasters Breaking News\\nAvailable\\nBook\\nOxana Bekheshti\\nOxana Bekheshti is a journalist based in Kyiv, Ukraine.\\n \n", - "... ... \n", - "1013 Lyme disease is medically described in three phases (stages) as\\nearly localized disease with skin inflammation and rash;\\nearly disseminated disease with heart and nervous system involvement, including palsies and meningitis; and\\nlate disease featuring motor and sensory nerve damage and brain inflammation, as well as arthritis.\\n In the early phase of the illness, within days to weeks of the tick bite, the skin around the bite develops an expanding ring of unraised redness. There may be an outer ring of brighter redness with or without a central area of clearing, leading to a \"bulls-eye\" appearance. This classic initial rash is called \"erythema migrans\" (formerly called erythema chronicum migrans). Patients often can't recall the tick bite (the ticks can be as small as the periods in this paragraph). Also, they may not have the identifying rash to signal the doctor. The rash may or may not itch. More than one in four patients never even develop a rash. The redness of the skin is often accompanied by generalized fatigue, muscle and joint pain and stiffness, swollen lymph nodes (\"swollen glands\"), headache, and less often fever, resembling symptoms of a viral infection.\\n The redness resolves, without treatment, in about a month. \n", - "1014 She opens up about it in her new book, “Believe Me.”\\nSuzanne Somer’s interviews her granddaughter Violet about her struggle with Lyme and her successful treatment at Sponaugle Wellness Institute\\nLyme disease is a tick-borne infection caused by a bacteria called Borrelia burgdorferi. Lyme disease is most often transmitted by black-legged tick bites and in recent studies has also been found in mosquitos. The Lyme literate medical team at Sponaugle Wellness Institute have also concluded it can be sexually transmitted or passed on to an unborn child.\\n Black-legged ticks, also known as deer ticks, are most prevalent in the Northeast United States but have been found in all 50 states and Canada. These ticks live in wooded and grassy areas. Cases of Lyme disease are on the rise in recent years showing reported cases nearly doubling since 2014. The CDC estimates cases in the United States at more than 300,000 people infected annually while acknowledging that Lyme disease can be difficult to diagnose.\\n Borrelia burgdorferi, the bacteria that causes Lyme disease, is a corkscrew or helix-shaped organism called a spirochete. These spirochetes are known for being serious pathogens with Lyme disease’s cellular make-up being close to that of syphilis. \n", - "1015 Symptoms of Lyme Disease for those infected often include fever, headache, fatigue, chills, swollen lymph nodes, muscle or joint pain, and other flu-like symptoms. As discussed above, many suffer notice a bulls-eye like rash called “erythema migrans” which is a sign of the bacteria multiplying in the bloodstream. If the Lyme disease is left untreated, Lyme patients may experience a wide range of physical and neurological symptoms including, loss of memory or concentration, depression, speech problems, pain and swelling, cough, facial palsy or muscle loss and more.\\n Lyme disease can be broken down into 3 stages.\\n Stage 1 (Detection)\\nOften called the “early localized” stage of lyme disease, symptoms start a few days to a few weeks after contraction. The symptoms of stage 1 lyme disease mimic those of the flu making them difficult to link to a bite, especially if the sufferer does not remember being bitten.\\n \n", - "1016 When multiplying, many patients experience little or no symptoms, leading them to believe the bacteria is no longer within their system. When symptoms reappear, they often mimic that of other illnesses like arthritis, multiple sclerosis, chronic fatigue syndrome, fibromyalgia, depression, insomnia and other autoimmune disorders. It is important to mention that patients who have received treatment for lyme disease may still be at risk. Post-treatment lyme disease (PTLD) may affect up to 50% of people who receive treatment at stage 1. Stage 3 symptoms are severe and debilitating and can include:\\nExtreme Fatigue\\nChronic Pain and Soreness\\nDepression, Anxiety, Stress\\nCognitive Impairment\\nMigraines and Headaches\\nArthritis\\nInsomnia\\nBell’s Palsy\\nLoss of Vision\\nHearing Impairment\\nIrregular Heartbeat\\nLyme disease is most often diagnosed and confirmed through blood tests or testing of the cerebrospinal fluid. During a blood test, blood is usually drawn from a vein in the arm and tested for the antibodies a person’s body produces in response to the invading Borrelia burgdorferi. Patients experiencing neurological symptoms may be recommended a spinal tap to test the cerebrospinal fluid. In a spinal tap, fluid is drawn a lumbar puncture between two vertebrae in the lower spine.\\n These tests reveal if there are antibodies in the blood or cerebrospinal fluid. \n", - "1017 Lyme Disease\\nPublic Health\\nLyme Disease\\nLyme Disease\\nIf you have Lyme disease, there’s no doubt you have already done your own research and read a lot of information about the disease. As scientists and physicians, we are concerned about your health. That’s why we want you to have the most up-to-date information about Lyme disease.\\n Clinical Practice Guidelines\\nIDSA, AAN and ACR release guidelines for prevention, diagnosis and treatment of Lyme disease \n", - "\n", - "[1018 rows x 3 columns]" - ], - "text/html": [ - "\n", - "
\n", - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
idqueryunknown
0e1786a4d-2b3d-4fcf-ad84-443acf3696e2journalist risksIPI Death Watch: 45 journalists killed in 2021 - International Press Institute\\nNewsroom\\nIPI Death Watch: 45 journalists killed in 2021\\nViolence against journalists remains global challenge\\nIPI Contributor Anne ter Rele\\nDec 25, 2016\\nSHARE\\n In 2021, a total of 45 journalists were killed in connection with their work, IPI research revealed today. The sombre tally reflects the continued risks of doing journalism and reaffirms journalist safety as a global challenge. IPI calls on authorities to end impunity for these crimes and to ensure the protection of journalists, who must be able to do their work freely and safely.\\n Today, the IPI global network published its yearly Death Watch. IPI’s research shows that since the beginning of 2021, a total of 45 journalists were killed in connection with their work, or lost their lives on assignment. Of these 45 journalists, 40 were male and five were female. A total of 28 were targeted due to their work, while three were killed while covering conflict, two lost their lives covering civil unrest, and one journalist was killed while on assignment.
18e64b35c-60be-4292-9542-c4639a749336journalist risksTwo journalists were killed in the MENA region, both in Yemen, while nine journalists were killed in Sub-Saharan Africa, most of whom in the Democratic Republic of Congo (3), followed by Burkina Faso and Somalia (both 2).\\n Like last year, more journalists were killed in Mexico (7) in 2021 than any other country in the world. All seven cases were targeted killings. According to IPI’s analysis, journalists researching local politics and organized crime, including drug trafficking, are especially at risk. Most of the targeted journalists were examining these or related topics.\\n Another explanation for the high number of killed journalists is the level of impunity. According to ARTICLE 19 Mexico, in only one of these seven cases have suspects have been arrested. The continued high number of killings confirms Mexico’s status as one of the deadliest countries for journalists to work. Despite this tragic status quo, the government there has decided to stop funds allocated for upholding the Law for the Protection of Human Rights Defenders and Journalists (LPPDHP).\\n After Mexico, Afghanistan and India are the two next-deadliest countries, with six killings each. In Afghanistan, most killings occurred in relation to the violent conflict as a result of the Taliban’s takeover of the country this summer.
2a8ff3f18-9b80-40b9-b529-799ed3367980journalist risksImportantly, journalists were also murdered in countries with relatively high levels of press freedom, which arguably shows the global nature of the risks of doing journalism. For example, high-risk crime journalist Peter R. De Vries was shot on an Amsterdam city street in broad daylight on July 6, 2021, despite the fact that the Netherlands is considered one of the countries with the highest degree of press freedom in the world. The De Vries case is currently classified as Under Investigation on IPI’s Death Watch. In Greece, crime reporter Giorgos Karaivaz was shot outside his home in Athens. As of December 2021, no suspects have been publicly identified and no arrests have been made, while public information about the status of the investigation remains scarce.\\nImpunity\\nIPI’s analysis shows an alarmingly insufficient response from authorities to the killings, leading to high levels of impunity for crimes against journalists. In only six of the 28 cases have local police reportedly arrested suspects.
380d821ed-94b3-4fb6-9159-a71089c869a2journalist risksHire a Journalist, Reporter, Correspondent in Ukraine - paydesk\\nGlobal Directory - All Countries - Journalists in Ukraine\\nJournalists in Ukraine\\n\\nStefan Sigaard Weichert\\nHi. I am a freelance journalist living in Kyiv, Ukraine, where I report about politics, war and social stories from Eastern Europe. I am a former Erasmus Mundus student from Swansea University in the UK, where I...\\nKyiv, Ukraine\\nDanish German English Russian\\nLive Phoner for Radio Audio package Interview News Gathering Feature Stories Content Writing Risk Analysis Research Investigative Journalism Interview\\nBusiness War Reporter Social Politics Risk Analysis Climate Change Current Affairs Natural Disasters Investigative Reporting\\nAvailable\\nBook\\nJoti Heir\\nJoti Heir is a Canadian journalist experienced in reporting for live radio and television. She has produced and reported for CTV, CBC and Astral Media. Additionally, she has written for a variety of publications.\\n Kyiv, Ukraine\\nEnglish Punjabi Turkish\\nLive On-camera Online Live Phoner for Radio News Gathering Feature Stories Content Writing Corporate Content Risk Analysis Research Investigative Journalism Interview\\nAvailable\\nBook\\nAnna Chernikova\\nAnna Chernikova is a journalist based in Kyiv, Ukraine.\\n
4709154d7-13c6-492c-b977-07396510909cjournalist risksCovered Euromaidan in Kyiv (also known as the Ukrainian revolution of Dignity), Russian invasion of...\\nKyiv, Ukraine\\nEnglish Polish Russian Ukrainian\\nPhotography Fixing\\nNatural Disasters Breaking News Social Travel Politics Cultural Sports War Reporter\\n Available\\nBook\\nJack Losh\\nJack Losh is a journalist, producer/director and photographer with a focus on conflict, conservation and humanitarian issues. With assignments spanning Europe, Africa and the Middle East, he has been shortlisted for...\\nCrimea\\nEnglish French Russian\\nLive Stand-up Live On-camera Online Live Phoner for Radio Video Package Interview Documentary Films News Gathering Feature Stories Content Writing Corporate Content Risk Analysis Research Investigative Journalism Interview Photography Fixing Live Phoner for TV Video Rushes Journalism\\nMedia Training Travel Natural Disasters Science & Environment War Reporter Current Affairs Risk Analysis Investigative Reporting Breaking News Research Climate Change\\nAvailable\\nBook\\nSergey Myasoedov\\nSergey Myasoedov is a video journalist based in Kyiv, Ukraine.\\n Kyiv, Ukraine\\nEnglish Russian Ukrainian\\nVideo Package Vox Pop News Gathering Research Photography Fixing Video Rushes Interview\\nResearch Social Politics Medical Cultural Investigative Reporting Climate Change Sports War Reporter Current Affairs Natural Disasters Breaking News\\nAvailable\\nBook\\nOxana Bekheshti\\nOxana Bekheshti is a journalist based in Kyiv, Ukraine.\\n
............
1013527a986a-c2d9-46b6-8a14-3f305beaf7fdLyme diseaseLyme disease is medically described in three phases (stages) as\\nearly localized disease with skin inflammation and rash;\\nearly disseminated disease with heart and nervous system involvement, including palsies and meningitis; and\\nlate disease featuring motor and sensory nerve damage and brain inflammation, as well as arthritis.\\n In the early phase of the illness, within days to weeks of the tick bite, the skin around the bite develops an expanding ring of unraised redness. There may be an outer ring of brighter redness with or without a central area of clearing, leading to a \"bulls-eye\" appearance. This classic initial rash is called \"erythema migrans\" (formerly called erythema chronicum migrans). Patients often can't recall the tick bite (the ticks can be as small as the periods in this paragraph). Also, they may not have the identifying rash to signal the doctor. The rash may or may not itch. More than one in four patients never even develop a rash. The redness of the skin is often accompanied by generalized fatigue, muscle and joint pain and stiffness, swollen lymph nodes (\"swollen glands\"), headache, and less often fever, resembling symptoms of a viral infection.\\n The redness resolves, without treatment, in about a month.
10144c8dee20-f7cb-44b3-ae69-8ea00a7e2edeLyme diseaseShe opens up about it in her new book, “Believe Me.”\\nSuzanne Somer’s interviews her granddaughter Violet about her struggle with Lyme and her successful treatment at Sponaugle Wellness Institute\\nLyme disease is a tick-borne infection caused by a bacteria called Borrelia burgdorferi. Lyme disease is most often transmitted by black-legged tick bites and in recent studies has also been found in mosquitos. The Lyme literate medical team at Sponaugle Wellness Institute have also concluded it can be sexually transmitted or passed on to an unborn child.\\n Black-legged ticks, also known as deer ticks, are most prevalent in the Northeast United States but have been found in all 50 states and Canada. These ticks live in wooded and grassy areas. Cases of Lyme disease are on the rise in recent years showing reported cases nearly doubling since 2014. The CDC estimates cases in the United States at more than 300,000 people infected annually while acknowledging that Lyme disease can be difficult to diagnose.\\n Borrelia burgdorferi, the bacteria that causes Lyme disease, is a corkscrew or helix-shaped organism called a spirochete. These spirochetes are known for being serious pathogens with Lyme disease’s cellular make-up being close to that of syphilis.
10154a773373-3f0b-4821-a78e-86ce9bc429daLyme diseaseSymptoms of Lyme Disease for those infected often include fever, headache, fatigue, chills, swollen lymph nodes, muscle or joint pain, and other flu-like symptoms. As discussed above, many suffer notice a bulls-eye like rash called “erythema migrans” which is a sign of the bacteria multiplying in the bloodstream. If the Lyme disease is left untreated, Lyme patients may experience a wide range of physical and neurological symptoms including, loss of memory or concentration, depression, speech problems, pain and swelling, cough, facial palsy or muscle loss and more.\\n Lyme disease can be broken down into 3 stages.\\n Stage 1 (Detection)\\nOften called the “early localized” stage of lyme disease, symptoms start a few days to a few weeks after contraction. The symptoms of stage 1 lyme disease mimic those of the flu making them difficult to link to a bite, especially if the sufferer does not remember being bitten.\\n
1016369ce954-c156-485c-8cdc-37e0137287d2Lyme diseaseWhen multiplying, many patients experience little or no symptoms, leading them to believe the bacteria is no longer within their system. When symptoms reappear, they often mimic that of other illnesses like arthritis, multiple sclerosis, chronic fatigue syndrome, fibromyalgia, depression, insomnia and other autoimmune disorders. It is important to mention that patients who have received treatment for lyme disease may still be at risk. Post-treatment lyme disease (PTLD) may affect up to 50% of people who receive treatment at stage 1. Stage 3 symptoms are severe and debilitating and can include:\\nExtreme Fatigue\\nChronic Pain and Soreness\\nDepression, Anxiety, Stress\\nCognitive Impairment\\nMigraines and Headaches\\nArthritis\\nInsomnia\\nBell’s Palsy\\nLoss of Vision\\nHearing Impairment\\nIrregular Heartbeat\\nLyme disease is most often diagnosed and confirmed through blood tests or testing of the cerebrospinal fluid. During a blood test, blood is usually drawn from a vein in the arm and tested for the antibodies a person’s body produces in response to the invading Borrelia burgdorferi. Patients experiencing neurological symptoms may be recommended a spinal tap to test the cerebrospinal fluid. In a spinal tap, fluid is drawn a lumbar puncture between two vertebrae in the lower spine.\\n These tests reveal if there are antibodies in the blood or cerebrospinal fluid.
1017931bbd92-c9c7-48af-b91f-9cfb7c2abdcbLyme diseaseLyme Disease\\nPublic Health\\nLyme Disease\\nLyme Disease\\nIf you have Lyme disease, there’s no doubt you have already done your own research and read a lot of information about the disease. As scientists and physicians, we are concerned about your health. That’s why we want you to have the most up-to-date information about Lyme disease.\\n Clinical Practice Guidelines\\nIDSA, AAN and ACR release guidelines for prevention, diagnosis and treatment of Lyme disease
\n", - "

1018 rows × 3 columns

\n", - "
\n", - "
\n", - "\n", - "
\n", - " \n", - "\n", - " \n", - "\n", - " \n", - "
\n", - "\n", - "\n", - "
\n", - " \n", - "\n", - "\n", - "\n", - " \n", - "
\n", - "\n", - "
\n", - " \n", - " \n", - " \n", - "
\n", - "\n", - "
\n", - "
\n" - ], - "application/vnd.google.colaboratory.intrinsic+json": { - "type": "dataframe", - "variable_name": "input_data", - "summary": "{\n \"name\": \"input_data\",\n \"rows\": 1018,\n \"fields\": [\n {\n \"column\": \"id\",\n \"properties\": {\n \"dtype\": \"string\",\n \"num_unique_values\": 1018,\n \"samples\": [\n \"5157c731-3a48-43e4-adb5-cd2d2d098d0e\",\n \"8202d553-201a-47b0-8a85-ba63c52b8b8b\",\n \"df5e80a5-a4cf-4b6e-912d-45836b08c1bf\"\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"query\",\n \"properties\": {\n \"dtype\": \"category\",\n \"num_unique_values\": 13,\n \"samples\": [\n \"art, stolen, forged\",\n \"Are social networking sites good for our society?\",\n \"journalist risks\"\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"unknown\",\n \"properties\": {\n \"dtype\": \"string\",\n \"num_unique_values\": 999,\n \"samples\": [\n \" OLYMPUS Power, LLC\\nEdom Hills Wind Farm \\u00bb\\nKeystone Generating Station \\u00bb\\nOlympus Power, LLC is a leading power plant investment and management firm with assets located throughout the United States.\\nLOCATIONS\\nPROJECT GALLERY \",\n \"1.2K views\\nView upvotes\\nRelated Answer\\nBrian Jones\\n, 30 years law enforcement experience\\nAnswered Jan 14, 2022 \\u00b7 Author has 4.7K answers and 2.8M answer views\\nHow effective are body cameras on the police?\\nToo effective for some: tfey show the police running around all day doing the right things\\n124 views\\nView upvotes\\nRelated Answer\\nQuora User\\n, Retired Police officer\\nAnswered 5 years ago \\u00b7 Author has 1.2K answers and 7.5M answer views\\nWhy are body cameras effective with police?\\nBecause they can accurately show an observer who wasn't there exactly what words were spoken, the tone of voice used by all involved as well as any behavior by officer or civilian.\\n People usually think of them being most beneficial to civilians, but there is one incident that sticks out in my mind in which the benefit was definitely the officers\\u2019. But it easily could have gone the other way had there been no video or audio.\\n The officer had stopped a woman for a traffic infraction and she was on her cell phone as well. \",\n \" Financial Advisers Australia (FAA) / AFS Licensees Search\\nThe Sydney Morning Herald\\nHome\\nFinancial Advisers Australia (FAA)\\nFinancial Advisers Australia (FAA)\\nAustralian Financial Services Licensees are required to keep the details of their financial advisers up to date on ASIC's Financial Advisers Register. Information contained in the register is made available to the public to search via ASIC's Moneysmart website.\\n \"\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n }\n ]\n}" - } - }, - "metadata": {}, - "execution_count": 31 - } - ] - }, - { - "cell_type": "markdown", - "source": [ - "Step 2: load all the libraries" - ], - "metadata": { - "id": "CB_34eKz68Pn" - } - }, - { - "cell_type": "code", - "source": [ - "from snorkel.labeling import labeling_function, PandasLFApplier\n", - "from snorkel.labeling.model.label_model import LabelModel\n", - "from rank_bm25 import BM25Okapi\n", - "from sklearn.feature_extraction.text import TfidfVectorizer\n", - "from sentence_transformers import SentenceTransformer\n", - "from sklearn.metrics.pairwise import cosine_similarity\n", - "import textdistance\n", - "import pandas as pd\n", - "vectorizer = TfidfVectorizer()\n", - "import re" - ], - "metadata": { - "id": "5D-oLP_54FtB" - }, - "execution_count": 32, - "outputs": [] - }, - { - "cell_type": "code", - "source": [ - "import nltk\n", - "from nltk.corpus import stopwords, wordnet\n", - "from nltk.stem import WordNetLemmatizer\n", - "# Download stopwords if not already present\n", - "nltk.download(\"stopwords\")\n", - "stop_words = set(stopwords.words(\"english\"))\n", - "nltk.download(\"wordnet\")\n", - "lemmatizer = WordNetLemmatizer()" - ], - "metadata": { - "id": "qBVEpFOn4LNN", - "colab": { - "base_uri": "https://localhost:8080/" - }, - "outputId": "7fe994b3-3f68-43fc-bfdc-794121e11125" - }, - "execution_count": 33, - "outputs": [ - { - "output_type": "stream", - "name": "stderr", - "text": [ - "[nltk_data] Downloading package stopwords to /root/nltk_data...\n", - "[nltk_data] Package stopwords is already up-to-date!\n", - "[nltk_data] Downloading package wordnet to /root/nltk_data...\n", - "[nltk_data] Package wordnet is already up-to-date!\n" - ] - } - ] - }, - { - "cell_type": "markdown", - "source": [ - "Step 3: define global variables" - ], - "metadata": { - "id": "NpyWVji-7C1f" - } - }, - { - "cell_type": "code", - "source": [ - "# Global Variables\n", - "min_bm25 = None\n", - "max_bm25 = None\n", - "bm25 = None\n" - ], - "metadata": { - "id": "w7M09OVo4CQb" - }, - "execution_count": 34, - "outputs": [] - }, - { - "cell_type": "markdown", - "source": [ - "Step 4: do a min-max normalisation for BM25, functions that tokenise and precompute n-grams" - ], - "metadata": { - "id": "JDphg1r9jQBE" - } - }, - { - "cell_type": "code", - "source": [ - "def tokenize(text):\n", - " \"\"\"Tokenizes text into lowercase words without punctuation.\"\"\"\n", - " return re.findall(r'\\w+', text.lower())\n", - "\n", - "def normalize_bm25(bm25_score):\n", - " \"\"\"Normalizes BM25 using min-max scaling.\"\"\"\n", - " if min_bm25 == max_bm25:\n", - " return 0.0\n", - " return (bm25_score - min_bm25) / (max_bm25 - min_bm25)\n", - "\n", - "\n", - "def tokenize_and_lemmatize(text):\n", - " \"\"\"Tokenizes text into lowercase words without punctuation and lemmatizes words.\"\"\"\n", - " tokens = re.findall(r'\\w+', text.lower()) # Tokenization\n", - " return {lemmatizer.lemmatize(word) for word in tokens} - stop_words\n", - "\n", - "def get_ngrams(text, n=2):\n", - " \"\"\"Generate n-grams from text\"\"\"\n", - " tokens = list(tokenize_and_lemmatize(text))\n", - " return set(zip(*[tokens[i:] for i in range(n)])) if len(tokens) >= n else set()\n", - "\n", - "def make_bm25_score_prob(bm25_model, doc_lookup):\n", - " def f(x):\n", - " query_tokens = tokenize(x.query)\n", - " doc_idx = doc_lookup.get(x.name) # x.name is the row index\n", - " if doc_idx is None:\n", - " return -1 # Abstain\n", - " score = bm25_model.get_scores(query_tokens)[doc_idx]\n", - " return normalize_bm25(score)\n", - " return labeling_function()(f)" - ], - "metadata": { - "id": "yFpLW_LO4iop" - }, - "execution_count": 35, - "outputs": [] - }, - { - "cell_type": "code", - "source": [ - "tokenized_docs = [tokenize(doc) for doc in input_data['unknown']]\n", - "bm25_model = BM25Okapi(tokenized_docs)\n", - "doc_lookup = dict(zip(input_data.index, range(len(input_data))))\n" - ], - "metadata": { - "id": "kMRT2wwNrW-6" - }, - "execution_count": 36, - "outputs": [] - }, - { - "cell_type": "markdown", - "source": [ - "Step 5: Create Snorkel labelling functions" - ], - "metadata": { - "id": "Y1zKhUPTW52w" - } - }, - { - "cell_type": "code", - "source": [ - "bm25_score_prob = make_bm25_score_prob(bm25_model, doc_lookup)\n", - "\n", - "\n", - "@labeling_function()\n", - "def boolean_match_prob(x):\n", - " \"\"\"Returns 1 if at least one query term appears in the document.\"\"\"\n", - " return 1.0 if set(tokenize(x.query)) & set(tokenize(x.unknown)) else 0.0\n", - "\n", - "\n", - "@labeling_function()\n", - "def word_level_levenshtein_prob(x):\n", - " \"\"\"Computes a boosted word-level Levenshtein similarity\"\"\"\n", - " query_words = tokenize_and_lemmatize(x.query)\n", - " doc_words = tokenize_and_lemmatize(x.unknown)\n", - "\n", - " if not query_words or not doc_words:\n", - " return 0.0 # Avoid division by zero\n", - "\n", - " matched_scores = []\n", - " for q in query_words:\n", - " similarities = [textdistance.levenshtein.normalized_similarity(q, d) for d in doc_words]\n", - " best_match = max(similarities) if similarities else 0.0\n", - " matched_scores.append(best_match)\n", - "\n", - " # Compute final score\n", - " avg_similarity = sum(matched_scores) / len(matched_scores) if matched_scores else 0.0\n", - " boosted_score = avg_similarity * (1.5 if avg_similarity > 0.8 else 1.0)\n", - "\n", - " return min(boosted_score, 1.0) #Scores in range [0,1]\n", - "\n", - "@labeling_function()\n", - "def relaxed_bigram_match_prob(x):\n", - " \"\"\"Computes the proportion of query bigrams where at least one word appears in the document.\"\"\"\n", - " query_bigrams = get_ngrams(x.query, n=2)\n", - " doc_bigrams = get_ngrams(x.unknown, n=2)\n", - "\n", - " if not query_bigrams:\n", - " return 0.0 # Avoid division by zero\n", - "\n", - " matched_bigrams = set()\n", - " unmatched_bigrams = set()\n", - "\n", - " for q_bigram in query_bigrams:\n", - " # If either word in the bigram appears in the document, count it as a partial match\n", - " if any(word in x.unknown for word in q_bigram):\n", - " matched_bigrams.add(q_bigram)\n", - " else:\n", - " unmatched_bigrams.add(q_bigram)\n", - " return len(matched_bigrams) / len(query_bigrams) # Fraction of bigrams with at least one match\n", - "\n", - "\n", - "@labeling_function()\n", - "def percent_matching_query_words(x):\n", - " \"\"\"Computes the percentage of query words that appear in the document.\"\"\"\n", - "\n", - " if not x.query or not x.unknown:\n", - " return 0.0 # Handle missing data\n", - "\n", - " # Tokenization: Split words and remove punctuation\n", - " query_words = set(re.split(r'\\W+', x.query.lower())) - stop_words\n", - " doc_words = set(re.split(r'\\W+', x.unknown.lower())) - stop_words\n", - "\n", - " if not query_words: # Avoid division by zero\n", - " return 0.0\n", - "\n", - " # Compute match percentage\n", - " matching_words = query_words.intersection(doc_words)\n", - " match_percent = len(matching_words) / len(query_words) # Fraction of matched query words\n", - "\n", - " return match_percent # Already in [0,1] range\n", - "\n", - "\n", - "# Load a strong BERT model for semantic similarity\n", - "bert_model = SentenceTransformer(\"all-mpnet-base-v2\") # Better than MiniLM for ranking tasks\n", - "\n", - "@labeling_function()\n", - "def bert_cosine_similarity(x):\n", - " \"\"\"Computes boosted BERT cosine similarity as a probability of relevance.\"\"\"\n", - "\n", - " if not x.query or not x.unknown:\n", - " return 0.0 # Handle missing data\n", - "\n", - " # Encode query and document\n", - " query_vec = bert_model.encode(x.query, convert_to_numpy=True)\n", - " doc_vec = bert_model.encode(x.unknown, convert_to_numpy=True)\n", - "\n", - " # Handle cases where vectors are zero (to avoid division by zero)\n", - " if np.linalg.norm(query_vec) == 0 or np.linalg.norm(doc_vec) == 0:\n", - " return 0.0\n", - "\n", - " # Compute cosine similarity\n", - " cosine_sim = np.dot(query_vec, doc_vec) / (np.linalg.norm(query_vec) * np.linalg.norm(doc_vec) + 1e-9)\n", - "\n", - " # Normalize cosine similarity to [0,1]\n", - " probability = (cosine_sim + 1) / 2\n", - "\n", - " # Apply Boosting\n", - " if probability > 0.8:\n", - " probability *= 1.5 # Boost high similarities\n", - " elif probability > 0.5:\n", - " probability *= 1.2 # Moderate boost for medium similarities\n", - "\n", - " return min(probability, 1.0) # Keep score within [0,1]\n", - "\n", - "\n", - "\n", - "@labeling_function()\n", - "def query_term_coverage(x):\n", - " \"\"\"Computes a relaxed query term coverage using lemmatization and synonym matching.\"\"\"\n", - "\n", - " if not x.query or not x.unknown:\n", - " return 0.0 # Handle missing data\n", - "\n", - " # Tokenization: Extract words using regex\n", - " query_tokens = [lemmatizer.lemmatize(word) for word in re.findall(r'\\b\\w+\\b', x.query.lower())]\n", - " doc_tokens = [lemmatizer.lemmatize(word) for word in re.findall(r'\\b\\w+\\b', x.unknown.lower())]\n", - "\n", - " # Create word sets\n", - " query_words = set(query_tokens) - stop_words # Remove stopwords\n", - " doc_words = set(doc_tokens)\n", - "\n", - " if not query_words: # Avoid division by zero\n", - " return 0.0\n", - "\n", - " # === Relaxed Matching: Check for Synonyms ===\n", - " def word_matches(word):\n", - " if word in doc_words:\n", - " return True # Exact match\n", - " synonyms = {lemma.name() for syn in wordnet.synsets(word) for lemma in syn.lemmas()} # Get synonyms\n", - " return bool(synonyms.intersection(doc_words)) # Check if any synonym is in the doc\n", - "\n", - " covered_terms = sum(1 for word in query_words if word_matches(word))\n", - " coverage = covered_terms / len(query_words) # Fraction of query terms covered by document\n", - " if coverage > 0.7:\n", - " coverage *= 1.8 # Strong boost\n", - " elif coverage > 0.5:\n", - " coverage *= 1.5 # Moderate boost\n", - " elif coverage > 0.2:\n", - " coverage *= 1.2 # Mild boost\n", - "\n", - " coverage = min(coverage, 1.0) # Keep within [0,1]\n", - " return coverage\n", - "\n", - "\n", - "# Global TF-IDF vectorizer with n-grams for better lexical matching\n", - "tfidf_vectorizer = TfidfVectorizer(ngram_range=(1,2), min_df=1)\n", - "\n", - "@labeling_function()\n", - "def tfidf_cosine_similarity(x):\n", - " \"\"\"Computes a boosted TF-IDF cosine similarity for document relevance probability.\"\"\"\n", - "\n", - " if not x.query or not x.unknown:\n", - " return 0.0 # Handle missing data\n", - "\n", - " # Create TF-IDF matrix\n", - " corpus = [x.query, x.unknown]\n", - " tfidf_matrix = tfidf_vectorizer.fit_transform(corpus)\n", - "\n", - " # Ensure matrix is valid\n", - " if tfidf_matrix.shape[0] < 2 or tfidf_matrix.nnz == 0:\n", - " return 0.0 # Avoid invalid similarity computation\n", - "\n", - " # Compute cosine similarity\n", - " tfidf_sim = cosine_similarity(tfidf_matrix[0], tfidf_matrix[1])[0, 0]\n", - "\n", - " tfidf_prob = max(tfidf_sim, 0.0)\n", - "\n", - " if tfidf_prob > 0.7:\n", - " tfidf_prob *= 1.8 # Strong boost\n", - " elif tfidf_prob > 0.5:\n", - " tfidf_prob *= 1.5 # Moderate boost\n", - " elif tfidf_prob > 0.2:\n", - " tfidf_prob *= 1.2 # Mild boost\n", - "\n", - " return min(tfidf_prob, 1.0) # Keep within [0,1]\n", - "\n", - "\n" - ], - "metadata": { - "id": "VhMWSVtm4yDh" - }, - "execution_count": 37, - "outputs": [] - }, - { - "cell_type": "markdown", - "source": [ - "6. Train Snorkel" - ], - "metadata": { - "id": "fXEgFJZ_mtwo" - } - }, - { - "cell_type": "code", - "source": [ - "\n", - "lfs = [bm25_score_prob, boolean_match_prob, word_level_levenshtein_prob, tfidf_cosine_similarity, bert_cosine_similarity]\n", - "\n", - "applier = PandasLFApplier(lfs=lfs)\n", - "L_train = applier.apply(input_data)\n", - "\n", - "label_model = LabelModel(cardinality=2, verbose=True)\n", - "label_model.fit(L_train, n_epochs=100, log_freq=10)\n", - "train_prob = label_model.predict_proba(L_train)\n", - "train_prob_relevant = train_prob[:, 1]\n", - "\n", - "input_data['probability_relevant'] = train_prob_relevant" - ], - "metadata": { - "colab": { - "base_uri": "https://localhost:8080/" - }, - "id": "8piLiWnPpZ1G", - "outputId": "2051dc3e-df06-4f87-b24a-06ae93d3e1e8" - }, - "execution_count": 38, - "outputs": [ - { - "output_type": "stream", - "name": "stderr", - "text": [ - "100%|██████████| 1018/1018 [18:35<00:00, 1.10s/it]\n", - "100%|██████████| 100/100 [00:00<00:00, 781.09epoch/s]\n" - ] - } - ] - }, - { - "cell_type": "code", - "source": [ - "WMODEL = \"Snorkel\"\n", - "\n", - "!rm -Rf run\n", - "\n", - "\n", - "with tracking(export_file_path='run/.metadata.yml', export_format=ExportFormat.IR_METADATA) as tracked:\n", - " queries = set(input_data['query'].unique())\n", - "\n", - " def unknown_documents(query):\n", - " docs = set(input_data[input_data['query'] == query]['unknown'].unique())\n", - " return {f'{i[0]}-unkn': i[1] for i in zip(range(len(docs)), docs)}\n", - "\n", - " results = {}\n", - "\n", - " for query in tqdm(queries):\n", - " unk = unknown_documents(query)\n", - "\n", - " # Build index\n", - " docs = [{'docno': k, 'text': v} for k, v in unk.items()]\n", - " indexer = pt.IterDictIndexer(\"/tmp/index\", overwrite=True, meta={'docno': 100, 'text': 20480})\n", - " index_ref = indexer.index(docs)\n", - " retriever = pt.BatchRetrieve(index_ref, wmodel=WMODEL)\n", - " rels = input_data[input_data['query'] == query][['unknown', 'probability_relevant']]\n", - " rel_dict = dict(zip(rels['unknown'], rels['probability_relevant']))\n", - "\n", - " results[query] = rel_dict\n", - "\n", - " predictions = []\n", - " for _, i in input_data.iterrows():\n", - " res = results[i['query']]\n", - " predictions.append({\n", - " 'id': i['id'],\n", - " 'probability_relevant': res.get(i['unknown'], -1)\n", - " })\n", - " predictions = pd.DataFrame(predictions)\n", - "\n", - "predictions" - ], - "metadata": { - "colab": { - "base_uri": "https://localhost:8080/", - "height": 442 - }, - "id": "eyZfnmDHjvz0", - "outputId": "03ff4f86-6ba8-435f-da3a-c4e3d2cd77e7" - }, - "execution_count": 39, - "outputs": [ - { - "output_type": "stream", - "name": "stderr", - "text": [ - "100%|██████████| 13/13 [00:11<00:00, 1.17it/s]\n" - ] - }, - { - "output_type": "execute_result", - "data": { - "text/plain": [ - " id probability_relevant\n", - "0 e1786a4d-2b3d-4fcf-ad84-443acf3696e2 0.782072\n", - "1 8e64b35c-60be-4292-9542-c4639a749336 0.000311\n", - "2 a8ff3f18-9b80-40b9-b529-799ed3367980 0.318625\n", - "3 80d821ed-94b3-4fb6-9159-a71089c869a2 0.318625\n", - "4 709154d7-13c6-492c-b977-07396510909c 0.318625\n", - "... ... ...\n", - "1013 527a986a-c2d9-46b6-8a14-3f305beaf7fd 0.782072\n", - "1014 4c8dee20-f7cb-44b3-ae69-8ea00a7e2ede 0.782072\n", - "1015 4a773373-3f0b-4821-a78e-86ce9bc429da 0.782072\n", - "1016 369ce954-c156-485c-8cdc-37e0137287d2 0.782072\n", - "1017 931bbd92-c9c7-48af-b91f-9cfb7c2abdcb 0.782072\n", - "\n", - "[1018 rows x 2 columns]" - ], - "text/html": [ - "\n", - "
\n", - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
idprobability_relevant
0e1786a4d-2b3d-4fcf-ad84-443acf3696e20.782072
18e64b35c-60be-4292-9542-c4639a7493360.000311
2a8ff3f18-9b80-40b9-b529-799ed33679800.318625
380d821ed-94b3-4fb6-9159-a71089c869a20.318625
4709154d7-13c6-492c-b977-07396510909c0.318625
.........
1013527a986a-c2d9-46b6-8a14-3f305beaf7fd0.782072
10144c8dee20-f7cb-44b3-ae69-8ea00a7e2ede0.782072
10154a773373-3f0b-4821-a78e-86ce9bc429da0.782072
1016369ce954-c156-485c-8cdc-37e0137287d20.782072
1017931bbd92-c9c7-48af-b91f-9cfb7c2abdcb0.782072
\n", - "

1018 rows × 2 columns

\n", - "
\n", - "
\n", - "\n", - "
\n", - " \n", - "\n", - " \n", - "\n", - " \n", - "
\n", - "\n", - "\n", - "
\n", - " \n", - "\n", - "\n", - "\n", - " \n", - "
\n", - "\n", - "
\n", - " \n", - " \n", - " \n", - "
\n", - "\n", - "
\n", - "
\n" - ], - "application/vnd.google.colaboratory.intrinsic+json": { - "type": "dataframe", - "variable_name": "predictions", - "summary": "{\n \"name\": \"predictions\",\n \"rows\": 1018,\n \"fields\": [\n {\n \"column\": \"id\",\n \"properties\": {\n \"dtype\": \"string\",\n \"num_unique_values\": 1018,\n \"samples\": [\n \"5157c731-3a48-43e4-adb5-cd2d2d098d0e\",\n \"8202d553-201a-47b0-8a85-ba63c52b8b8b\",\n \"df5e80a5-a4cf-4b6e-912d-45836b08c1bf\"\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"probability_relevant\",\n \"properties\": {\n \"dtype\": \"number\",\n \"std\": 0.29884726296802516,\n \"min\": 4.2695324699368843e-08,\n \"max\": 0.9965620182588303,\n \"num_unique_values\": 10,\n \"samples\": [\n 0.9965620182588303,\n 0.0003109526527628518,\n 6.418255658346431e-05\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n }\n ]\n}" - } - }, - "metadata": {}, - "execution_count": 39 - } - ] - }, - { - "cell_type": "code", - "source": [ - "wows_evaluate(\n", - " predictions,\n", - " DATASET_ID,\n", - " tracking_results=tracked,\n", - " upload=True,\n", - " system_name=\"Snorkel\",\n", - " system_description=f'We use the PyTerrier retrieval model {WMODEL} to assign the probability that an unknown document is relevant. We rank all unknown documents that are to-be judged against the query. The probability that a document is relevant is then the min-max normalized rank of an unknown document in the ranking of all unknown documents to the query.'\n", - ")\n" - ], - "metadata": { - "colab": { - "base_uri": "https://localhost:8080/" - }, - "id": "O_insImNmdzT", - "outputId": "a9a47e90-dbdb-4466-b18a-0f65411d3e11" - }, - "execution_count": 40, - "outputs": [ - { - "output_type": "stream", - "name": "stdout", - "text": [ - "Run uploaded to TIRA. Claim ownership via: https://www.tira.io/claim-submission/3ecb6039-9455-4636-86a5-8645c806559d\n", - "No truth data is available yet. The evaluation is possible after the deadline when the truth data was published.\n" - ] - } - ] - } - ] +{ + "nbformat": 4, + "nbformat_minor": 0, + "metadata": { + "colab": { + "provenance": [] + }, + "kernelspec": { + "name": "python3", + "display_name": "Python 3" + }, + "language_info": { + "name": "python" + } + }, + "cells": [ + { + "cell_type": "markdown", + "source": [ + "Step 1: install dependencies" + ], + "metadata": { + "id": "nrNuNdOkWxU2" + } + }, + { + "cell_type": "code", + "execution_count": 15, + "metadata": { + "id": "jqYpJ_Gqn0v3", + "colab": { + "base_uri": "https://localhost:8080/" + }, + "outputId": "7ddb4f2d-3811-4036-90db-25bd47219a67" + }, + "outputs": [ + { + "output_type": "stream", + "name": "stdout", + "text": [ + "Requirement already satisfied: tira in /usr/local/lib/python3.11/dist-packages (0.0.156)\n", + "Requirement already satisfied: snorkel in /usr/local/lib/python3.11/dist-packages (0.10.0)\n", + "Requirement already satisfied: wows-eval in /usr/local/lib/python3.11/dist-packages (0.0.6)\n", + "Requirement already satisfied: textdistance in /usr/local/lib/python3.11/dist-packages (4.6.3)\n", + "Requirement already satisfied: rank-bm25 in /usr/local/lib/python3.11/dist-packages (0.2.2)\n", + "Requirement already satisfied: requests==2.*,>=2.26 in /usr/local/lib/python3.11/dist-packages (from tira) (2.32.3)\n", + "Requirement already satisfied: docker==7.*,>=7.1.0 in /usr/local/lib/python3.11/dist-packages (from tira) (7.1.0)\n", + "Requirement already satisfied: numpy==1.* in /usr/local/lib/python3.11/dist-packages (from tira) (1.26.4)\n", + "Requirement already satisfied: pandas in /usr/local/lib/python3.11/dist-packages (from tira) (2.2.2)\n", + "Requirement already satisfied: packaging in /usr/local/lib/python3.11/dist-packages (from tira) (24.2)\n", + "Requirement already satisfied: tqdm in /usr/local/lib/python3.11/dist-packages (from tira) (4.67.1)\n", + "Requirement already satisfied: gitpython in /usr/local/lib/python3.11/dist-packages (from tira) (3.1.44)\n", + "Requirement already satisfied: urllib3>=1.26.0 in /usr/local/lib/python3.11/dist-packages (from docker==7.*,>=7.1.0->tira) (2.3.0)\n", + "Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.11/dist-packages (from requests==2.*,>=2.26->tira) (3.4.1)\n", + "Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.11/dist-packages (from requests==2.*,>=2.26->tira) (3.10)\n", + "Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.11/dist-packages (from requests==2.*,>=2.26->tira) (2025.1.31)\n", + "Requirement already satisfied: munkres>=1.0.6 in /usr/local/lib/python3.11/dist-packages (from snorkel) (1.1.4)\n", + "Requirement already satisfied: scipy>=1.2.0 in /usr/local/lib/python3.11/dist-packages (from snorkel) (1.14.1)\n", + "Requirement already satisfied: scikit-learn>=0.20.2 in /usr/local/lib/python3.11/dist-packages (from snorkel) (1.6.1)\n", + "Requirement already satisfied: torch>=1.2.0 in /usr/local/lib/python3.11/dist-packages (from snorkel) (2.6.0+cu124)\n", + "Requirement already satisfied: tensorboard>=2.13.0 in /usr/local/lib/python3.11/dist-packages (from snorkel) (2.18.0)\n", + "Requirement already satisfied: protobuf>=3.19.6 in /usr/local/lib/python3.11/dist-packages (from snorkel) (5.29.4)\n", + "Requirement already satisfied: networkx>=2.2 in /usr/local/lib/python3.11/dist-packages (from snorkel) (3.4.2)\n", + "Requirement already satisfied: tirex-tracker>=0.2.10 in /usr/local/lib/python3.11/dist-packages (from wows-eval) (0.2.12)\n", + "Requirement already satisfied: pyyaml in /usr/local/lib/python3.11/dist-packages (from wows-eval) (6.0.2)\n", + "Requirement already satisfied: trectools in /usr/local/lib/python3.11/dist-packages (from wows-eval) (0.0.50)\n", + "Requirement already satisfied: click in /usr/local/lib/python3.11/dist-packages (from wows-eval) (8.1.8)\n", + "Requirement already satisfied: python-dateutil>=2.8.2 in /usr/local/lib/python3.11/dist-packages (from pandas->tira) (2.8.2)\n", + "Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.11/dist-packages (from pandas->tira) (2025.2)\n", + "Requirement already satisfied: tzdata>=2022.7 in /usr/local/lib/python3.11/dist-packages (from pandas->tira) (2025.2)\n", + "Requirement already satisfied: joblib>=1.2.0 in /usr/local/lib/python3.11/dist-packages (from scikit-learn>=0.20.2->snorkel) (1.4.2)\n", + "Requirement already satisfied: threadpoolctl>=3.1.0 in /usr/local/lib/python3.11/dist-packages (from scikit-learn>=0.20.2->snorkel) (3.6.0)\n", + "Requirement already satisfied: absl-py>=0.4 in /usr/local/lib/python3.11/dist-packages (from tensorboard>=2.13.0->snorkel) (1.4.0)\n", + "Requirement already satisfied: grpcio>=1.48.2 in /usr/local/lib/python3.11/dist-packages (from tensorboard>=2.13.0->snorkel) (1.71.0)\n", + "Requirement already satisfied: markdown>=2.6.8 in /usr/local/lib/python3.11/dist-packages (from tensorboard>=2.13.0->snorkel) (3.7)\n", + "Requirement already satisfied: setuptools>=41.0.0 in /usr/local/lib/python3.11/dist-packages (from tensorboard>=2.13.0->snorkel) (75.2.0)\n", + "Requirement already satisfied: six>1.9 in /usr/local/lib/python3.11/dist-packages (from tensorboard>=2.13.0->snorkel) (1.17.0)\n", + "Requirement already satisfied: tensorboard-data-server<0.8.0,>=0.7.0 in /usr/local/lib/python3.11/dist-packages (from tensorboard>=2.13.0->snorkel) (0.7.2)\n", + "Requirement already satisfied: werkzeug>=1.0.1 in /usr/local/lib/python3.11/dist-packages (from tensorboard>=2.13.0->snorkel) (3.1.3)\n", + "Requirement already satisfied: typing-extensions~=4.0 in /usr/local/lib/python3.11/dist-packages (from tirex-tracker>=0.2.10->wows-eval) (4.13.0)\n", + "Requirement already satisfied: importlib-metadata~=8.0 in /usr/local/lib/python3.11/dist-packages (from tirex-tracker>=0.2.10->wows-eval) (8.6.1)\n", + "Requirement already satisfied: importlib-resources~=6.0 in /usr/local/lib/python3.11/dist-packages (from tirex-tracker>=0.2.10->wows-eval) (6.5.2)\n", + "Requirement already satisfied: ipython in /usr/local/lib/python3.11/dist-packages (from tirex-tracker>=0.2.10->wows-eval) (7.34.0)\n", + "Requirement already satisfied: ruamel.yaml~=0.18.0 in /usr/local/lib/python3.11/dist-packages (from tirex-tracker>=0.2.10->wows-eval) (0.18.10)\n", + "Requirement already satisfied: gitdb<5,>=4.0.1 in /usr/local/lib/python3.11/dist-packages (from gitpython->tira) (4.0.12)\n", + "Requirement already satisfied: filelock in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (3.18.0)\n", + "Requirement already satisfied: jinja2 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (3.1.6)\n", + "Requirement already satisfied: fsspec in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (2025.3.2)\n", + "Requirement already satisfied: nvidia-cuda-nvrtc-cu12==12.4.127 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (12.4.127)\n", + "Requirement already satisfied: nvidia-cuda-runtime-cu12==12.4.127 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (12.4.127)\n", + "Requirement already satisfied: nvidia-cuda-cupti-cu12==12.4.127 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (12.4.127)\n", + "Requirement already satisfied: nvidia-cudnn-cu12==9.1.0.70 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (9.1.0.70)\n", + "Requirement already satisfied: nvidia-cublas-cu12==12.4.5.8 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (12.4.5.8)\n", + "Requirement already satisfied: nvidia-cufft-cu12==11.2.1.3 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (11.2.1.3)\n", + "Requirement already satisfied: nvidia-curand-cu12==10.3.5.147 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (10.3.5.147)\n", + "Requirement already satisfied: nvidia-cusolver-cu12==11.6.1.9 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (11.6.1.9)\n", + "Requirement already satisfied: nvidia-cusparse-cu12==12.3.1.170 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (12.3.1.170)\n", + "Requirement already satisfied: nvidia-cusparselt-cu12==0.6.2 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (0.6.2)\n", + "Requirement already satisfied: nvidia-nccl-cu12==2.21.5 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (2.21.5)\n", + "Requirement already satisfied: nvidia-nvtx-cu12==12.4.127 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (12.4.127)\n", + "Requirement already satisfied: nvidia-nvjitlink-cu12==12.4.127 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (12.4.127)\n", + "Requirement already satisfied: triton==3.2.0 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (3.2.0)\n", + "Requirement already satisfied: sympy==1.13.1 in /usr/local/lib/python3.11/dist-packages (from torch>=1.2.0->snorkel) (1.13.1)\n", + "Requirement already satisfied: mpmath<1.4,>=1.1.0 in /usr/local/lib/python3.11/dist-packages (from sympy==1.13.1->torch>=1.2.0->snorkel) (1.3.0)\n", + "Requirement already satisfied: sarge>=0.1.1 in /usr/local/lib/python3.11/dist-packages (from trectools->wows-eval) (0.1.7.post1)\n", + "Requirement already satisfied: lxml>=3.6.0 in /usr/local/lib/python3.11/dist-packages (from trectools->wows-eval) (5.3.1)\n", + "Requirement already satisfied: bs4>=0.0.0.1 in /usr/local/lib/python3.11/dist-packages (from trectools->wows-eval) (0.0.2)\n", + "Requirement already satisfied: matplotlib>=1.5 in /usr/local/lib/python3.11/dist-packages (from trectools->wows-eval) (3.10.0)\n", + "Requirement already satisfied: beautifulsoup4 in /usr/local/lib/python3.11/dist-packages (from bs4>=0.0.0.1->trectools->wows-eval) (4.13.3)\n", + "Requirement already satisfied: smmap<6,>=3.0.1 in /usr/local/lib/python3.11/dist-packages (from gitdb<5,>=4.0.1->gitpython->tira) (5.0.2)\n", + "Requirement already satisfied: zipp>=3.20 in /usr/local/lib/python3.11/dist-packages (from importlib-metadata~=8.0->tirex-tracker>=0.2.10->wows-eval) (3.21.0)\n", + "Requirement already satisfied: contourpy>=1.0.1 in /usr/local/lib/python3.11/dist-packages (from matplotlib>=1.5->trectools->wows-eval) (1.3.1)\n", + "Requirement already satisfied: cycler>=0.10 in /usr/local/lib/python3.11/dist-packages (from matplotlib>=1.5->trectools->wows-eval) (0.12.1)\n", + "Requirement already satisfied: fonttools>=4.22.0 in /usr/local/lib/python3.11/dist-packages (from matplotlib>=1.5->trectools->wows-eval) (4.56.0)\n", + "Requirement already satisfied: kiwisolver>=1.3.1 in /usr/local/lib/python3.11/dist-packages (from matplotlib>=1.5->trectools->wows-eval) (1.4.8)\n", + "Requirement already satisfied: pillow>=8 in /usr/local/lib/python3.11/dist-packages (from matplotlib>=1.5->trectools->wows-eval) (11.1.0)\n", + "Requirement already satisfied: pyparsing>=2.3.1 in /usr/local/lib/python3.11/dist-packages (from matplotlib>=1.5->trectools->wows-eval) (3.2.3)\n", + "Requirement already satisfied: ruamel.yaml.clib>=0.2.7 in /usr/local/lib/python3.11/dist-packages (from ruamel.yaml~=0.18.0->tirex-tracker>=0.2.10->wows-eval) (0.2.12)\n", + "Requirement already satisfied: MarkupSafe>=2.1.1 in /usr/local/lib/python3.11/dist-packages (from werkzeug>=1.0.1->tensorboard>=2.13.0->snorkel) (3.0.2)\n", + "Requirement already satisfied: jedi>=0.16 in /usr/local/lib/python3.11/dist-packages (from ipython->tirex-tracker>=0.2.10->wows-eval) (0.19.2)\n", + "Requirement already satisfied: decorator in /usr/local/lib/python3.11/dist-packages (from ipython->tirex-tracker>=0.2.10->wows-eval) (4.4.2)\n", + "Requirement already satisfied: pickleshare in /usr/local/lib/python3.11/dist-packages (from ipython->tirex-tracker>=0.2.10->wows-eval) (0.7.5)\n", + "Requirement already satisfied: traitlets>=4.2 in /usr/local/lib/python3.11/dist-packages (from ipython->tirex-tracker>=0.2.10->wows-eval) (5.7.1)\n", + "Requirement already satisfied: prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0 in /usr/local/lib/python3.11/dist-packages (from ipython->tirex-tracker>=0.2.10->wows-eval) (3.0.50)\n", + "Requirement already satisfied: pygments in /usr/local/lib/python3.11/dist-packages (from ipython->tirex-tracker>=0.2.10->wows-eval) (2.18.0)\n", + "Requirement already satisfied: backcall in /usr/local/lib/python3.11/dist-packages (from ipython->tirex-tracker>=0.2.10->wows-eval) (0.2.0)\n", + "Requirement already satisfied: matplotlib-inline in /usr/local/lib/python3.11/dist-packages (from ipython->tirex-tracker>=0.2.10->wows-eval) (0.1.7)\n", + "Requirement already satisfied: pexpect>4.3 in /usr/local/lib/python3.11/dist-packages (from ipython->tirex-tracker>=0.2.10->wows-eval) (4.9.0)\n", + "Requirement already satisfied: parso<0.9.0,>=0.8.4 in /usr/local/lib/python3.11/dist-packages (from jedi>=0.16->ipython->tirex-tracker>=0.2.10->wows-eval) (0.8.4)\n", + "Requirement already satisfied: ptyprocess>=0.5 in /usr/local/lib/python3.11/dist-packages (from pexpect>4.3->ipython->tirex-tracker>=0.2.10->wows-eval) (0.7.0)\n", + "Requirement already satisfied: wcwidth in /usr/local/lib/python3.11/dist-packages (from prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0->ipython->tirex-tracker>=0.2.10->wows-eval) (0.2.13)\n", + "Requirement already satisfied: soupsieve>1.2 in /usr/local/lib/python3.11/dist-packages (from beautifulsoup4->bs4>=0.0.0.1->trectools->wows-eval) (2.6)\n" + ] + } + ], + "source": [ + "!pip3 install tira snorkel wows-eval textdistance rank-bm25" + ] + }, + { + "cell_type": "code", + "source": [ + "!pip3 uninstall -y tira wows-eval" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "GpSjn_xkgAut", + "outputId": "af9a9da3-3d82-48af-915b-b43f4e2e95e8" + }, + "execution_count": 16, + "outputs": [ + { + "output_type": "stream", + "name": "stdout", + "text": [ + "Found existing installation: tira 0.0.156\n", + "Uninstalling tira-0.0.156:\n", + " Successfully uninstalled tira-0.0.156\n", + "Found existing installation: wows-eval 0.0.6\n", + "Uninstalling wows-eval-0.0.6:\n", + " Successfully uninstalled wows-eval-0.0.6\n" + ] + } + ] + }, + { + "cell_type": "code", + "source": [ + "!pip3 install wows-eval>=0.0.6" + ], + "metadata": { + "id": "wvDfHommgJYR" + }, + "execution_count": 17, + "outputs": [] + }, + { + "cell_type": "code", + "source": [ + "!pip3 install python-terrier==0.10.0" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "yU3XtFHxgcnh", + "outputId": "bc29e453-3224-456e-9377-8d77be571b41" + }, + "execution_count": 18, + "outputs": [ + { + "output_type": "stream", + "name": "stdout", + "text": [ + "Requirement already satisfied: python-terrier==0.10.0 in /usr/local/lib/python3.11/dist-packages (0.10.0)\n", + "Requirement already satisfied: numpy in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (1.26.4)\n", + "Requirement already satisfied: pandas in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (2.2.2)\n", + "Requirement already satisfied: wget in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (3.2)\n", + "Requirement already satisfied: tqdm in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (4.67.1)\n", + "Requirement already satisfied: pyjnius>=1.4.2 in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (1.6.1)\n", + "Requirement already satisfied: matchpy in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (0.5.5)\n", + "Requirement already satisfied: scikit-learn in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (1.6.1)\n", + "Requirement already satisfied: deprecated in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (1.2.18)\n", + "Requirement already satisfied: chest in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (0.2.3)\n", + "Requirement already satisfied: scipy in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (1.14.1)\n", + "Requirement already satisfied: requests in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (2.32.3)\n", + "Requirement already satisfied: joblib in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (1.4.2)\n", + "Requirement already satisfied: nptyping==1.4.4 in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (1.4.4)\n", + "Requirement already satisfied: more-itertools in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (10.6.0)\n", + "Requirement already satisfied: ir-datasets>=0.3.2 in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (0.5.10)\n", + "Requirement already satisfied: jinja2 in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (3.1.6)\n", + "Requirement already satisfied: statsmodels in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (0.14.4)\n", + "Requirement already satisfied: ir-measures>=0.3.1 in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (0.3.7)\n", + "Requirement already satisfied: dill in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (0.3.9)\n", + "Requirement already satisfied: pytrec-eval-terrier>=0.5.3 in /usr/local/lib/python3.11/dist-packages (from python-terrier==0.10.0) (0.5.7)\n", + "Requirement already satisfied: typish>=1.7.0 in /usr/local/lib/python3.11/dist-packages (from nptyping==1.4.4->python-terrier==0.10.0) (1.9.3)\n", + "Requirement already satisfied: beautifulsoup4>=4.4.1 in /usr/local/lib/python3.11/dist-packages (from ir-datasets>=0.3.2->python-terrier==0.10.0) (4.13.3)\n", + "Requirement already satisfied: inscriptis>=2.2.0 in /usr/local/lib/python3.11/dist-packages (from ir-datasets>=0.3.2->python-terrier==0.10.0) (2.6.0)\n", + "Requirement already satisfied: lxml>=4.5.2 in /usr/local/lib/python3.11/dist-packages (from ir-datasets>=0.3.2->python-terrier==0.10.0) (5.3.1)\n", + "Requirement already satisfied: pyyaml>=5.3.1 in /usr/local/lib/python3.11/dist-packages (from ir-datasets>=0.3.2->python-terrier==0.10.0) (6.0.2)\n", + "Requirement already satisfied: trec-car-tools>=2.5.4 in /usr/local/lib/python3.11/dist-packages (from ir-datasets>=0.3.2->python-terrier==0.10.0) (2.6)\n", + "Requirement already satisfied: lz4>=3.1.10 in /usr/local/lib/python3.11/dist-packages (from ir-datasets>=0.3.2->python-terrier==0.10.0) (4.4.4)\n", + "Requirement already satisfied: warc3-wet>=0.2.3 in /usr/local/lib/python3.11/dist-packages (from ir-datasets>=0.3.2->python-terrier==0.10.0) (0.2.5)\n", + "Requirement already satisfied: warc3-wet-clueweb09>=0.2.5 in /usr/local/lib/python3.11/dist-packages (from ir-datasets>=0.3.2->python-terrier==0.10.0) (0.2.5)\n", + "Requirement already satisfied: zlib-state>=0.1.3 in /usr/local/lib/python3.11/dist-packages (from ir-datasets>=0.3.2->python-terrier==0.10.0) (0.1.9)\n", + "Requirement already satisfied: ijson>=3.1.3 in /usr/local/lib/python3.11/dist-packages (from ir-datasets>=0.3.2->python-terrier==0.10.0) (3.3.0)\n", + "Requirement already satisfied: unlzw3>=0.2.1 in /usr/local/lib/python3.11/dist-packages (from ir-datasets>=0.3.2->python-terrier==0.10.0) (0.2.3)\n", + "Requirement already satisfied: pyarrow>=16.1.0 in /usr/local/lib/python3.11/dist-packages (from ir-datasets>=0.3.2->python-terrier==0.10.0) (18.1.0)\n", + "Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.11/dist-packages (from requests->python-terrier==0.10.0) (3.4.1)\n", + "Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.11/dist-packages (from requests->python-terrier==0.10.0) (3.10)\n", + "Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/local/lib/python3.11/dist-packages (from requests->python-terrier==0.10.0) (2.3.0)\n", + "Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.11/dist-packages (from requests->python-terrier==0.10.0) (2025.1.31)\n", + "Requirement already satisfied: heapdict in /usr/local/lib/python3.11/dist-packages (from chest->python-terrier==0.10.0) (1.0.1)\n", + "Requirement already satisfied: wrapt<2,>=1.10 in /usr/local/lib/python3.11/dist-packages (from deprecated->python-terrier==0.10.0) (1.17.2)\n", + "Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.11/dist-packages (from jinja2->python-terrier==0.10.0) (3.0.2)\n", + "Requirement already satisfied: multiset<3.0,>=2.0 in /usr/local/lib/python3.11/dist-packages (from matchpy->python-terrier==0.10.0) (2.1.1)\n", + "Requirement already satisfied: python-dateutil>=2.8.2 in /usr/local/lib/python3.11/dist-packages (from pandas->python-terrier==0.10.0) (2.8.2)\n", + "Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.11/dist-packages (from pandas->python-terrier==0.10.0) (2025.2)\n", + "Requirement already satisfied: tzdata>=2022.7 in /usr/local/lib/python3.11/dist-packages (from pandas->python-terrier==0.10.0) (2025.2)\n", + "Requirement already satisfied: threadpoolctl>=3.1.0 in /usr/local/lib/python3.11/dist-packages (from scikit-learn->python-terrier==0.10.0) (3.6.0)\n", + "Requirement already satisfied: patsy>=0.5.6 in /usr/local/lib/python3.11/dist-packages (from statsmodels->python-terrier==0.10.0) (1.0.1)\n", + "Requirement already satisfied: packaging>=21.3 in /usr/local/lib/python3.11/dist-packages (from statsmodels->python-terrier==0.10.0) (24.2)\n", + "Requirement already satisfied: soupsieve>1.2 in /usr/local/lib/python3.11/dist-packages (from beautifulsoup4>=4.4.1->ir-datasets>=0.3.2->python-terrier==0.10.0) (2.6)\n", + "Requirement already satisfied: typing-extensions>=4.0.0 in /usr/local/lib/python3.11/dist-packages (from beautifulsoup4>=4.4.1->ir-datasets>=0.3.2->python-terrier==0.10.0) (4.13.0)\n", + "Requirement already satisfied: six>=1.5 in /usr/local/lib/python3.11/dist-packages (from python-dateutil>=2.8.2->pandas->python-terrier==0.10.0) (1.17.0)\n", + "Requirement already satisfied: cbor>=1.0.0 in /usr/local/lib/python3.11/dist-packages (from trec-car-tools>=2.5.4->ir-datasets>=0.3.2->python-terrier==0.10.0) (1.0.0)\n" + ] + } + ] + }, + { + "cell_type": "code", + "source": [ + "!pip3 uninstall numpy -y\n", + "!pip3 install numpy --upgrade --force-reinstall\n" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "CGSLY40DiLaV", + "outputId": "180f3871-8310-4697-b2b8-10a46a79e6db" + }, + "execution_count": 19, + "outputs": [ + { + "output_type": "stream", + "name": "stdout", + "text": [ + "Found existing installation: numpy 1.26.4\n", + "Uninstalling numpy-1.26.4:\n", + " Successfully uninstalled numpy-1.26.4\n", + "Collecting numpy\n", + " Using cached numpy-2.2.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (62 kB)\n", + "Using cached numpy-2.2.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (16.4 MB)\n", + "Installing collected packages: numpy\n", + "\u001b[31mERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.\n", + "tira 0.0.156 requires numpy==1.*, but you have numpy 2.2.4 which is incompatible.\n", + "tensorflow 2.18.0 requires numpy<2.1.0,>=1.26.0, but you have numpy 2.2.4 which is incompatible.\n", + "numba 0.60.0 requires numpy<2.1,>=1.22, but you have numpy 2.2.4 which is incompatible.\u001b[0m\u001b[31m\n", + "\u001b[0mSuccessfully installed numpy-2.2.4\n" + ] + } + ] + }, + { + "cell_type": "code", + "source": [ + "!pip3 install numpy==1.26.4 --force-reinstall\n", + "import os\n", + "os.kill(os.getpid(), 9)" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "v2PPsFOoi7EV", + "outputId": "aaf8afdd-1420-433b-98f8-47167983d2a6" + }, + "execution_count": null, + "outputs": [ + { + "output_type": "stream", + "name": "stdout", + "text": [ + "Collecting numpy==1.26.4\n", + " Using cached numpy-1.26.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (61 kB)\n", + "Using cached numpy-1.26.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.3 MB)\n", + "Installing collected packages: numpy\n", + " Attempting uninstall: numpy\n", + " Found existing installation: numpy 1.26.4\n", + " Uninstalling numpy-1.26.4:\n", + " Successfully uninstalled numpy-1.26.4\n", + "Successfully installed numpy-1.26.4\n" + ] + } + ] + }, + { + "cell_type": "code", + "source": [ + "import pyterrier as pt\n", + "from tqdm import tqdm\n", + "if not pt.started():\n", + " pt.init()\n", + "\n", + "from tira.rest_api_client import Client\n", + "from wows_eval import evaluate as wows_evaluate\n", + "import pandas as pd\n", + "from jnius import autoclass\n", + "import numpy as np\n", + "\n", + "# For measuring consumed resources (e.g., GPU, CPU, RAM, etc.)\n", + "from tirex_tracker import tracking, ExportFormat\n", + "\n", + "pd.set_option('display.max_colwidth', None)\n", + "\n", + "# Dataset IDs visible at https://archive.tira.io/datasets?query=wows-eval\n", + "DATASET_ID = 'wows-eval/pointwise-20250309-test'\n", + "tira = Client()\n", + "input_data = tira.pd.inputs(DATASET_ID)" + ], + "metadata": { + "id": "KrRf64t2n6ke" + }, + "execution_count": 30, + "outputs": [] + }, + { + "cell_type": "code", + "source": [ + "input_data" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/", + "height": 719 + }, + "id": "OWQSca5EnvUb", + "outputId": "562837cb-6f6a-4c83-c58f-63a2974f5817" + }, + "execution_count": 31, + "outputs": [ + { + "output_type": "execute_result", + "data": { + "text/plain": [ + " id query \\\n", + "0 e1786a4d-2b3d-4fcf-ad84-443acf3696e2 journalist risks \n", + "1 8e64b35c-60be-4292-9542-c4639a749336 journalist risks \n", + "2 a8ff3f18-9b80-40b9-b529-799ed3367980 journalist risks \n", + "3 80d821ed-94b3-4fb6-9159-a71089c869a2 journalist risks \n", + "4 709154d7-13c6-492c-b977-07396510909c journalist risks \n", + "... ... ... \n", + "1013 527a986a-c2d9-46b6-8a14-3f305beaf7fd Lyme disease \n", + "1014 4c8dee20-f7cb-44b3-ae69-8ea00a7e2ede Lyme disease \n", + "1015 4a773373-3f0b-4821-a78e-86ce9bc429da Lyme disease \n", + "1016 369ce954-c156-485c-8cdc-37e0137287d2 Lyme disease \n", + "1017 931bbd92-c9c7-48af-b91f-9cfb7c2abdcb Lyme disease \n", + "\n", + " unknown \n", + "0 IPI Death Watch: 45 journalists killed in 2021 - International Press Institute\\nNewsroom\\nIPI Death Watch: 45 journalists killed in 2021\\nViolence against journalists remains global challenge\\nIPI Contributor Anne ter Rele\\nDec 25, 2016\\nSHARE\\n In 2021, a total of 45 journalists were killed in connection with their work, IPI research revealed today. The sombre tally reflects the continued risks of doing journalism and reaffirms journalist safety as a global challenge. IPI calls on authorities to end impunity for these crimes and to ensure the protection of journalists, who must be able to do their work freely and safely.\\n Today, the IPI global network published its yearly Death Watch. IPI’s research shows that since the beginning of 2021, a total of 45 journalists were killed in connection with their work, or lost their lives on assignment. Of these 45 journalists, 40 were male and five were female. A total of 28 were targeted due to their work, while three were killed while covering conflict, two lost their lives covering civil unrest, and one journalist was killed while on assignment. \n", + "1 Two journalists were killed in the MENA region, both in Yemen, while nine journalists were killed in Sub-Saharan Africa, most of whom in the Democratic Republic of Congo (3), followed by Burkina Faso and Somalia (both 2).\\n Like last year, more journalists were killed in Mexico (7) in 2021 than any other country in the world. All seven cases were targeted killings. According to IPI’s analysis, journalists researching local politics and organized crime, including drug trafficking, are especially at risk. Most of the targeted journalists were examining these or related topics.\\n Another explanation for the high number of killed journalists is the level of impunity. According to ARTICLE 19 Mexico, in only one of these seven cases have suspects have been arrested. The continued high number of killings confirms Mexico’s status as one of the deadliest countries for journalists to work. Despite this tragic status quo, the government there has decided to stop funds allocated for upholding the Law for the Protection of Human Rights Defenders and Journalists (LPPDHP).\\n After Mexico, Afghanistan and India are the two next-deadliest countries, with six killings each. In Afghanistan, most killings occurred in relation to the violent conflict as a result of the Taliban’s takeover of the country this summer. \n", + "2 Importantly, journalists were also murdered in countries with relatively high levels of press freedom, which arguably shows the global nature of the risks of doing journalism. For example, high-risk crime journalist Peter R. De Vries was shot on an Amsterdam city street in broad daylight on July 6, 2021, despite the fact that the Netherlands is considered one of the countries with the highest degree of press freedom in the world. The De Vries case is currently classified as Under Investigation on IPI’s Death Watch. In Greece, crime reporter Giorgos Karaivaz was shot outside his home in Athens. As of December 2021, no suspects have been publicly identified and no arrests have been made, while public information about the status of the investigation remains scarce.\\nImpunity\\nIPI’s analysis shows an alarmingly insufficient response from authorities to the killings, leading to high levels of impunity for crimes against journalists. In only six of the 28 cases have local police reportedly arrested suspects. \n", + "3 Hire a Journalist, Reporter, Correspondent in Ukraine - paydesk\\nGlobal Directory - All Countries - Journalists in Ukraine\\nJournalists in Ukraine\\n\\nStefan Sigaard Weichert\\nHi. I am a freelance journalist living in Kyiv, Ukraine, where I report about politics, war and social stories from Eastern Europe. I am a former Erasmus Mundus student from Swansea University in the UK, where I...\\nKyiv, Ukraine\\nDanish German English Russian\\nLive Phoner for Radio Audio package Interview News Gathering Feature Stories Content Writing Risk Analysis Research Investigative Journalism Interview\\nBusiness War Reporter Social Politics Risk Analysis Climate Change Current Affairs Natural Disasters Investigative Reporting\\nAvailable\\nBook\\nJoti Heir\\nJoti Heir is a Canadian journalist experienced in reporting for live radio and television. She has produced and reported for CTV, CBC and Astral Media. Additionally, she has written for a variety of publications.\\n Kyiv, Ukraine\\nEnglish Punjabi Turkish\\nLive On-camera Online Live Phoner for Radio News Gathering Feature Stories Content Writing Corporate Content Risk Analysis Research Investigative Journalism Interview\\nAvailable\\nBook\\nAnna Chernikova\\nAnna Chernikova is a journalist based in Kyiv, Ukraine.\\n \n", + "4 Covered Euromaidan in Kyiv (also known as the Ukrainian revolution of Dignity), Russian invasion of...\\nKyiv, Ukraine\\nEnglish Polish Russian Ukrainian\\nPhotography Fixing\\nNatural Disasters Breaking News Social Travel Politics Cultural Sports War Reporter\\n Available\\nBook\\nJack Losh\\nJack Losh is a journalist, producer/director and photographer with a focus on conflict, conservation and humanitarian issues. With assignments spanning Europe, Africa and the Middle East, he has been shortlisted for...\\nCrimea\\nEnglish French Russian\\nLive Stand-up Live On-camera Online Live Phoner for Radio Video Package Interview Documentary Films News Gathering Feature Stories Content Writing Corporate Content Risk Analysis Research Investigative Journalism Interview Photography Fixing Live Phoner for TV Video Rushes Journalism\\nMedia Training Travel Natural Disasters Science & Environment War Reporter Current Affairs Risk Analysis Investigative Reporting Breaking News Research Climate Change\\nAvailable\\nBook\\nSergey Myasoedov\\nSergey Myasoedov is a video journalist based in Kyiv, Ukraine.\\n Kyiv, Ukraine\\nEnglish Russian Ukrainian\\nVideo Package Vox Pop News Gathering Research Photography Fixing Video Rushes Interview\\nResearch Social Politics Medical Cultural Investigative Reporting Climate Change Sports War Reporter Current Affairs Natural Disasters Breaking News\\nAvailable\\nBook\\nOxana Bekheshti\\nOxana Bekheshti is a journalist based in Kyiv, Ukraine.\\n \n", + "... ... \n", + "1013 Lyme disease is medically described in three phases (stages) as\\nearly localized disease with skin inflammation and rash;\\nearly disseminated disease with heart and nervous system involvement, including palsies and meningitis; and\\nlate disease featuring motor and sensory nerve damage and brain inflammation, as well as arthritis.\\n In the early phase of the illness, within days to weeks of the tick bite, the skin around the bite develops an expanding ring of unraised redness. There may be an outer ring of brighter redness with or without a central area of clearing, leading to a \"bulls-eye\" appearance. This classic initial rash is called \"erythema migrans\" (formerly called erythema chronicum migrans). Patients often can't recall the tick bite (the ticks can be as small as the periods in this paragraph). Also, they may not have the identifying rash to signal the doctor. The rash may or may not itch. More than one in four patients never even develop a rash. The redness of the skin is often accompanied by generalized fatigue, muscle and joint pain and stiffness, swollen lymph nodes (\"swollen glands\"), headache, and less often fever, resembling symptoms of a viral infection.\\n The redness resolves, without treatment, in about a month. \n", + "1014 She opens up about it in her new book, “Believe Me.”\\nSuzanne Somer’s interviews her granddaughter Violet about her struggle with Lyme and her successful treatment at Sponaugle Wellness Institute\\nLyme disease is a tick-borne infection caused by a bacteria called Borrelia burgdorferi. Lyme disease is most often transmitted by black-legged tick bites and in recent studies has also been found in mosquitos. The Lyme literate medical team at Sponaugle Wellness Institute have also concluded it can be sexually transmitted or passed on to an unborn child.\\n Black-legged ticks, also known as deer ticks, are most prevalent in the Northeast United States but have been found in all 50 states and Canada. These ticks live in wooded and grassy areas. Cases of Lyme disease are on the rise in recent years showing reported cases nearly doubling since 2014. The CDC estimates cases in the United States at more than 300,000 people infected annually while acknowledging that Lyme disease can be difficult to diagnose.\\n Borrelia burgdorferi, the bacteria that causes Lyme disease, is a corkscrew or helix-shaped organism called a spirochete. These spirochetes are known for being serious pathogens with Lyme disease’s cellular make-up being close to that of syphilis. \n", + "1015 Symptoms of Lyme Disease for those infected often include fever, headache, fatigue, chills, swollen lymph nodes, muscle or joint pain, and other flu-like symptoms. As discussed above, many suffer notice a bulls-eye like rash called “erythema migrans” which is a sign of the bacteria multiplying in the bloodstream. If the Lyme disease is left untreated, Lyme patients may experience a wide range of physical and neurological symptoms including, loss of memory or concentration, depression, speech problems, pain and swelling, cough, facial palsy or muscle loss and more.\\n Lyme disease can be broken down into 3 stages.\\n Stage 1 (Detection)\\nOften called the “early localized” stage of lyme disease, symptoms start a few days to a few weeks after contraction. The symptoms of stage 1 lyme disease mimic those of the flu making them difficult to link to a bite, especially if the sufferer does not remember being bitten.\\n \n", + "1016 When multiplying, many patients experience little or no symptoms, leading them to believe the bacteria is no longer within their system. When symptoms reappear, they often mimic that of other illnesses like arthritis, multiple sclerosis, chronic fatigue syndrome, fibromyalgia, depression, insomnia and other autoimmune disorders. It is important to mention that patients who have received treatment for lyme disease may still be at risk. Post-treatment lyme disease (PTLD) may affect up to 50% of people who receive treatment at stage 1. Stage 3 symptoms are severe and debilitating and can include:\\nExtreme Fatigue\\nChronic Pain and Soreness\\nDepression, Anxiety, Stress\\nCognitive Impairment\\nMigraines and Headaches\\nArthritis\\nInsomnia\\nBell’s Palsy\\nLoss of Vision\\nHearing Impairment\\nIrregular Heartbeat\\nLyme disease is most often diagnosed and confirmed through blood tests or testing of the cerebrospinal fluid. During a blood test, blood is usually drawn from a vein in the arm and tested for the antibodies a person’s body produces in response to the invading Borrelia burgdorferi. Patients experiencing neurological symptoms may be recommended a spinal tap to test the cerebrospinal fluid. In a spinal tap, fluid is drawn a lumbar puncture between two vertebrae in the lower spine.\\n These tests reveal if there are antibodies in the blood or cerebrospinal fluid. \n", + "1017 Lyme Disease\\nPublic Health\\nLyme Disease\\nLyme Disease\\nIf you have Lyme disease, there’s no doubt you have already done your own research and read a lot of information about the disease. As scientists and physicians, we are concerned about your health. That’s why we want you to have the most up-to-date information about Lyme disease.\\n Clinical Practice Guidelines\\nIDSA, AAN and ACR release guidelines for prevention, diagnosis and treatment of Lyme disease \n", + "\n", + "[1018 rows x 3 columns]" + ], + "text/html": [ + "\n", + "
\n", + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
idqueryunknown
0e1786a4d-2b3d-4fcf-ad84-443acf3696e2journalist risksIPI Death Watch: 45 journalists killed in 2021 - International Press Institute\\nNewsroom\\nIPI Death Watch: 45 journalists killed in 2021\\nViolence against journalists remains global challenge\\nIPI Contributor Anne ter Rele\\nDec 25, 2016\\nSHARE\\n In 2021, a total of 45 journalists were killed in connection with their work, IPI research revealed today. The sombre tally reflects the continued risks of doing journalism and reaffirms journalist safety as a global challenge. IPI calls on authorities to end impunity for these crimes and to ensure the protection of journalists, who must be able to do their work freely and safely.\\n Today, the IPI global network published its yearly Death Watch. IPI’s research shows that since the beginning of 2021, a total of 45 journalists were killed in connection with their work, or lost their lives on assignment. Of these 45 journalists, 40 were male and five were female. A total of 28 were targeted due to their work, while three were killed while covering conflict, two lost their lives covering civil unrest, and one journalist was killed while on assignment.
18e64b35c-60be-4292-9542-c4639a749336journalist risksTwo journalists were killed in the MENA region, both in Yemen, while nine journalists were killed in Sub-Saharan Africa, most of whom in the Democratic Republic of Congo (3), followed by Burkina Faso and Somalia (both 2).\\n Like last year, more journalists were killed in Mexico (7) in 2021 than any other country in the world. All seven cases were targeted killings. According to IPI’s analysis, journalists researching local politics and organized crime, including drug trafficking, are especially at risk. Most of the targeted journalists were examining these or related topics.\\n Another explanation for the high number of killed journalists is the level of impunity. According to ARTICLE 19 Mexico, in only one of these seven cases have suspects have been arrested. The continued high number of killings confirms Mexico’s status as one of the deadliest countries for journalists to work. Despite this tragic status quo, the government there has decided to stop funds allocated for upholding the Law for the Protection of Human Rights Defenders and Journalists (LPPDHP).\\n After Mexico, Afghanistan and India are the two next-deadliest countries, with six killings each. In Afghanistan, most killings occurred in relation to the violent conflict as a result of the Taliban’s takeover of the country this summer.
2a8ff3f18-9b80-40b9-b529-799ed3367980journalist risksImportantly, journalists were also murdered in countries with relatively high levels of press freedom, which arguably shows the global nature of the risks of doing journalism. For example, high-risk crime journalist Peter R. De Vries was shot on an Amsterdam city street in broad daylight on July 6, 2021, despite the fact that the Netherlands is considered one of the countries with the highest degree of press freedom in the world. The De Vries case is currently classified as Under Investigation on IPI’s Death Watch. In Greece, crime reporter Giorgos Karaivaz was shot outside his home in Athens. As of December 2021, no suspects have been publicly identified and no arrests have been made, while public information about the status of the investigation remains scarce.\\nImpunity\\nIPI’s analysis shows an alarmingly insufficient response from authorities to the killings, leading to high levels of impunity for crimes against journalists. In only six of the 28 cases have local police reportedly arrested suspects.
380d821ed-94b3-4fb6-9159-a71089c869a2journalist risksHire a Journalist, Reporter, Correspondent in Ukraine - paydesk\\nGlobal Directory - All Countries - Journalists in Ukraine\\nJournalists in Ukraine\\n\\nStefan Sigaard Weichert\\nHi. I am a freelance journalist living in Kyiv, Ukraine, where I report about politics, war and social stories from Eastern Europe. I am a former Erasmus Mundus student from Swansea University in the UK, where I...\\nKyiv, Ukraine\\nDanish German English Russian\\nLive Phoner for Radio Audio package Interview News Gathering Feature Stories Content Writing Risk Analysis Research Investigative Journalism Interview\\nBusiness War Reporter Social Politics Risk Analysis Climate Change Current Affairs Natural Disasters Investigative Reporting\\nAvailable\\nBook\\nJoti Heir\\nJoti Heir is a Canadian journalist experienced in reporting for live radio and television. She has produced and reported for CTV, CBC and Astral Media. Additionally, she has written for a variety of publications.\\n Kyiv, Ukraine\\nEnglish Punjabi Turkish\\nLive On-camera Online Live Phoner for Radio News Gathering Feature Stories Content Writing Corporate Content Risk Analysis Research Investigative Journalism Interview\\nAvailable\\nBook\\nAnna Chernikova\\nAnna Chernikova is a journalist based in Kyiv, Ukraine.\\n
4709154d7-13c6-492c-b977-07396510909cjournalist risksCovered Euromaidan in Kyiv (also known as the Ukrainian revolution of Dignity), Russian invasion of...\\nKyiv, Ukraine\\nEnglish Polish Russian Ukrainian\\nPhotography Fixing\\nNatural Disasters Breaking News Social Travel Politics Cultural Sports War Reporter\\n Available\\nBook\\nJack Losh\\nJack Losh is a journalist, producer/director and photographer with a focus on conflict, conservation and humanitarian issues. With assignments spanning Europe, Africa and the Middle East, he has been shortlisted for...\\nCrimea\\nEnglish French Russian\\nLive Stand-up Live On-camera Online Live Phoner for Radio Video Package Interview Documentary Films News Gathering Feature Stories Content Writing Corporate Content Risk Analysis Research Investigative Journalism Interview Photography Fixing Live Phoner for TV Video Rushes Journalism\\nMedia Training Travel Natural Disasters Science & Environment War Reporter Current Affairs Risk Analysis Investigative Reporting Breaking News Research Climate Change\\nAvailable\\nBook\\nSergey Myasoedov\\nSergey Myasoedov is a video journalist based in Kyiv, Ukraine.\\n Kyiv, Ukraine\\nEnglish Russian Ukrainian\\nVideo Package Vox Pop News Gathering Research Photography Fixing Video Rushes Interview\\nResearch Social Politics Medical Cultural Investigative Reporting Climate Change Sports War Reporter Current Affairs Natural Disasters Breaking News\\nAvailable\\nBook\\nOxana Bekheshti\\nOxana Bekheshti is a journalist based in Kyiv, Ukraine.\\n
............
1013527a986a-c2d9-46b6-8a14-3f305beaf7fdLyme diseaseLyme disease is medically described in three phases (stages) as\\nearly localized disease with skin inflammation and rash;\\nearly disseminated disease with heart and nervous system involvement, including palsies and meningitis; and\\nlate disease featuring motor and sensory nerve damage and brain inflammation, as well as arthritis.\\n In the early phase of the illness, within days to weeks of the tick bite, the skin around the bite develops an expanding ring of unraised redness. There may be an outer ring of brighter redness with or without a central area of clearing, leading to a \"bulls-eye\" appearance. This classic initial rash is called \"erythema migrans\" (formerly called erythema chronicum migrans). Patients often can't recall the tick bite (the ticks can be as small as the periods in this paragraph). Also, they may not have the identifying rash to signal the doctor. The rash may or may not itch. More than one in four patients never even develop a rash. The redness of the skin is often accompanied by generalized fatigue, muscle and joint pain and stiffness, swollen lymph nodes (\"swollen glands\"), headache, and less often fever, resembling symptoms of a viral infection.\\n The redness resolves, without treatment, in about a month.
10144c8dee20-f7cb-44b3-ae69-8ea00a7e2edeLyme diseaseShe opens up about it in her new book, “Believe Me.”\\nSuzanne Somer’s interviews her granddaughter Violet about her struggle with Lyme and her successful treatment at Sponaugle Wellness Institute\\nLyme disease is a tick-borne infection caused by a bacteria called Borrelia burgdorferi. Lyme disease is most often transmitted by black-legged tick bites and in recent studies has also been found in mosquitos. The Lyme literate medical team at Sponaugle Wellness Institute have also concluded it can be sexually transmitted or passed on to an unborn child.\\n Black-legged ticks, also known as deer ticks, are most prevalent in the Northeast United States but have been found in all 50 states and Canada. These ticks live in wooded and grassy areas. Cases of Lyme disease are on the rise in recent years showing reported cases nearly doubling since 2014. The CDC estimates cases in the United States at more than 300,000 people infected annually while acknowledging that Lyme disease can be difficult to diagnose.\\n Borrelia burgdorferi, the bacteria that causes Lyme disease, is a corkscrew or helix-shaped organism called a spirochete. These spirochetes are known for being serious pathogens with Lyme disease’s cellular make-up being close to that of syphilis.
10154a773373-3f0b-4821-a78e-86ce9bc429daLyme diseaseSymptoms of Lyme Disease for those infected often include fever, headache, fatigue, chills, swollen lymph nodes, muscle or joint pain, and other flu-like symptoms. As discussed above, many suffer notice a bulls-eye like rash called “erythema migrans” which is a sign of the bacteria multiplying in the bloodstream. If the Lyme disease is left untreated, Lyme patients may experience a wide range of physical and neurological symptoms including, loss of memory or concentration, depression, speech problems, pain and swelling, cough, facial palsy or muscle loss and more.\\n Lyme disease can be broken down into 3 stages.\\n Stage 1 (Detection)\\nOften called the “early localized” stage of lyme disease, symptoms start a few days to a few weeks after contraction. The symptoms of stage 1 lyme disease mimic those of the flu making them difficult to link to a bite, especially if the sufferer does not remember being bitten.\\n
1016369ce954-c156-485c-8cdc-37e0137287d2Lyme diseaseWhen multiplying, many patients experience little or no symptoms, leading them to believe the bacteria is no longer within their system. When symptoms reappear, they often mimic that of other illnesses like arthritis, multiple sclerosis, chronic fatigue syndrome, fibromyalgia, depression, insomnia and other autoimmune disorders. It is important to mention that patients who have received treatment for lyme disease may still be at risk. Post-treatment lyme disease (PTLD) may affect up to 50% of people who receive treatment at stage 1. Stage 3 symptoms are severe and debilitating and can include:\\nExtreme Fatigue\\nChronic Pain and Soreness\\nDepression, Anxiety, Stress\\nCognitive Impairment\\nMigraines and Headaches\\nArthritis\\nInsomnia\\nBell’s Palsy\\nLoss of Vision\\nHearing Impairment\\nIrregular Heartbeat\\nLyme disease is most often diagnosed and confirmed through blood tests or testing of the cerebrospinal fluid. During a blood test, blood is usually drawn from a vein in the arm and tested for the antibodies a person’s body produces in response to the invading Borrelia burgdorferi. Patients experiencing neurological symptoms may be recommended a spinal tap to test the cerebrospinal fluid. In a spinal tap, fluid is drawn a lumbar puncture between two vertebrae in the lower spine.\\n These tests reveal if there are antibodies in the blood or cerebrospinal fluid.
1017931bbd92-c9c7-48af-b91f-9cfb7c2abdcbLyme diseaseLyme Disease\\nPublic Health\\nLyme Disease\\nLyme Disease\\nIf you have Lyme disease, there’s no doubt you have already done your own research and read a lot of information about the disease. As scientists and physicians, we are concerned about your health. That’s why we want you to have the most up-to-date information about Lyme disease.\\n Clinical Practice Guidelines\\nIDSA, AAN and ACR release guidelines for prevention, diagnosis and treatment of Lyme disease
\n", + "

1018 rows × 3 columns

\n", + "
\n", + "
\n", + "\n", + "
\n", + " \n", + "\n", + " \n", + "\n", + " \n", + "
\n", + "\n", + "\n", + "
\n", + " \n", + "\n", + "\n", + "\n", + " \n", + "
\n", + "\n", + "
\n", + " \n", + " \n", + " \n", + "
\n", + "\n", + "
\n", + "
\n" + ], + "application/vnd.google.colaboratory.intrinsic+json": { + "type": "dataframe", + "variable_name": "input_data", + "summary": "{\n \"name\": \"input_data\",\n \"rows\": 1018,\n \"fields\": [\n {\n \"column\": \"id\",\n \"properties\": {\n \"dtype\": \"string\",\n \"num_unique_values\": 1018,\n \"samples\": [\n \"5157c731-3a48-43e4-adb5-cd2d2d098d0e\",\n \"8202d553-201a-47b0-8a85-ba63c52b8b8b\",\n \"df5e80a5-a4cf-4b6e-912d-45836b08c1bf\"\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"query\",\n \"properties\": {\n \"dtype\": \"category\",\n \"num_unique_values\": 13,\n \"samples\": [\n \"art, stolen, forged\",\n \"Are social networking sites good for our society?\",\n \"journalist risks\"\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"unknown\",\n \"properties\": {\n \"dtype\": \"string\",\n \"num_unique_values\": 999,\n \"samples\": [\n \" OLYMPUS Power, LLC\\nEdom Hills Wind Farm \\u00bb\\nKeystone Generating Station \\u00bb\\nOlympus Power, LLC is a leading power plant investment and management firm with assets located throughout the United States.\\nLOCATIONS\\nPROJECT GALLERY \",\n \"1.2K views\\nView upvotes\\nRelated Answer\\nBrian Jones\\n, 30 years law enforcement experience\\nAnswered Jan 14, 2022 \\u00b7 Author has 4.7K answers and 2.8M answer views\\nHow effective are body cameras on the police?\\nToo effective for some: tfey show the police running around all day doing the right things\\n124 views\\nView upvotes\\nRelated Answer\\nQuora User\\n, Retired Police officer\\nAnswered 5 years ago \\u00b7 Author has 1.2K answers and 7.5M answer views\\nWhy are body cameras effective with police?\\nBecause they can accurately show an observer who wasn't there exactly what words were spoken, the tone of voice used by all involved as well as any behavior by officer or civilian.\\n People usually think of them being most beneficial to civilians, but there is one incident that sticks out in my mind in which the benefit was definitely the officers\\u2019. But it easily could have gone the other way had there been no video or audio.\\n The officer had stopped a woman for a traffic infraction and she was on her cell phone as well. \",\n \" Financial Advisers Australia (FAA) / AFS Licensees Search\\nThe Sydney Morning Herald\\nHome\\nFinancial Advisers Australia (FAA)\\nFinancial Advisers Australia (FAA)\\nAustralian Financial Services Licensees are required to keep the details of their financial advisers up to date on ASIC's Financial Advisers Register. Information contained in the register is made available to the public to search via ASIC's Moneysmart website.\\n \"\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n }\n ]\n}" + } + }, + "metadata": {}, + "execution_count": 31 + } + ] + }, + { + "cell_type": "markdown", + "source": [ + "Step 2: load all the libraries" + ], + "metadata": { + "id": "CB_34eKz68Pn" + } + }, + { + "cell_type": "code", + "source": [ + "from snorkel.labeling import labeling_function, PandasLFApplier\n", + "from snorkel.labeling.model.label_model import LabelModel\n", + "from rank_bm25 import BM25Okapi\n", + "from sklearn.feature_extraction.text import TfidfVectorizer\n", + "from sentence_transformers import SentenceTransformer\n", + "from sklearn.metrics.pairwise import cosine_similarity\n", + "import textdistance\n", + "import pandas as pd\n", + "vectorizer = TfidfVectorizer()\n", + "import re" + ], + "metadata": { + "id": "5D-oLP_54FtB" + }, + "execution_count": 32, + "outputs": [] + }, + { + "cell_type": "code", + "source": [ + "import nltk\n", + "from nltk.corpus import stopwords, wordnet\n", + "from nltk.stem import WordNetLemmatizer\n", + "# Download stopwords if not already present\n", + "nltk.download(\"stopwords\")\n", + "stop_words = set(stopwords.words(\"english\"))\n", + "nltk.download(\"wordnet\")\n", + "lemmatizer = WordNetLemmatizer()" + ], + "metadata": { + "id": "qBVEpFOn4LNN", + "colab": { + "base_uri": "https://localhost:8080/" + }, + "outputId": "7fe994b3-3f68-43fc-bfdc-794121e11125" + }, + "execution_count": 33, + "outputs": [ + { + "output_type": "stream", + "name": "stderr", + "text": [ + "[nltk_data] Downloading package stopwords to /root/nltk_data...\n", + "[nltk_data] Package stopwords is already up-to-date!\n", + "[nltk_data] Downloading package wordnet to /root/nltk_data...\n", + "[nltk_data] Package wordnet is already up-to-date!\n" + ] + } + ] + }, + { + "cell_type": "markdown", + "source": [ + "Step 3: define global variables" + ], + "metadata": { + "id": "NpyWVji-7C1f" + } + }, + { + "cell_type": "code", + "source": [ + "# Global Variables\n", + "min_bm25 = None\n", + "max_bm25 = None\n", + "bm25 = None\n" + ], + "metadata": { + "id": "w7M09OVo4CQb" + }, + "execution_count": 34, + "outputs": [] + }, + { + "cell_type": "markdown", + "source": [ + "Step 4: do a min-max normalisation for BM25, functions that tokenise and precompute n-grams" + ], + "metadata": { + "id": "JDphg1r9jQBE" + } + }, + { + "cell_type": "code", + "source": [ + "def tokenize(text):\n", + " \"\"\"Tokenizes text into lowercase words without punctuation.\"\"\"\n", + " return re.findall(r'\\w+', text.lower())\n", + "\n", + "def normalize_bm25(bm25_score):\n", + " \"\"\"Normalizes BM25 using min-max scaling.\"\"\"\n", + " if min_bm25 == max_bm25:\n", + " return 0.0\n", + " return (bm25_score - min_bm25) / (max_bm25 - min_bm25)\n", + "\n", + "\n", + "def tokenize_and_lemmatize(text):\n", + " \"\"\"Tokenizes text into lowercase words without punctuation and lemmatizes words.\"\"\"\n", + " tokens = re.findall(r'\\w+', text.lower()) # Tokenization\n", + " return {lemmatizer.lemmatize(word) for word in tokens} - stop_words\n", + "\n", + "def get_ngrams(text, n=2):\n", + " \"\"\"Generate n-grams from text\"\"\"\n", + " tokens = list(tokenize_and_lemmatize(text))\n", + " return set(zip(*[tokens[i:] for i in range(n)])) if len(tokens) >= n else set()\n", + "\n", + "def make_bm25_score_prob(bm25_model, doc_lookup):\n", + " def f(x):\n", + " query_tokens = tokenize(x.query)\n", + " doc_idx = doc_lookup.get(x.name) # x.name is the row index\n", + " if doc_idx is None:\n", + " return -1 # Abstain\n", + " score = bm25_model.get_scores(query_tokens)[doc_idx]\n", + " return normalize_bm25(score)\n", + " return labeling_function()(f)" + ], + "metadata": { + "id": "yFpLW_LO4iop" + }, + "execution_count": 35, + "outputs": [] + }, + { + "cell_type": "code", + "source": [ + "tokenized_docs = [tokenize(doc) for doc in input_data['unknown']]\n", + "bm25_model = BM25Okapi(tokenized_docs)\n", + "doc_lookup = dict(zip(input_data.index, range(len(input_data))))\n" + ], + "metadata": { + "id": "kMRT2wwNrW-6" + }, + "execution_count": 36, + "outputs": [] + }, + { + "cell_type": "markdown", + "source": [ + "Step 5: Create Snorkel labelling functions" + ], + "metadata": { + "id": "Y1zKhUPTW52w" + } + }, + { + "cell_type": "code", + "source": [ + "bm25_score_prob = make_bm25_score_prob(bm25_model, doc_lookup)\n", + "\n", + "\n", + "@labeling_function()\n", + "def boolean_match_prob(x):\n", + " \"\"\"Returns 1 if at least one query term appears in the document.\"\"\"\n", + " return 1.0 if set(tokenize(x.query)) & set(tokenize(x.unknown)) else 0.0\n", + "\n", + "\n", + "@labeling_function()\n", + "def word_level_levenshtein_prob(x):\n", + " \"\"\"Computes a boosted word-level Levenshtein similarity\"\"\"\n", + " query_words = tokenize_and_lemmatize(x.query)\n", + " doc_words = tokenize_and_lemmatize(x.unknown)\n", + "\n", + " if not query_words or not doc_words:\n", + " return 0.0 # Avoid division by zero\n", + "\n", + " matched_scores = []\n", + " for q in query_words:\n", + " similarities = [textdistance.levenshtein.normalized_similarity(q, d) for d in doc_words]\n", + " best_match = max(similarities) if similarities else 0.0\n", + " matched_scores.append(best_match)\n", + "\n", + " # Compute final score\n", + " avg_similarity = sum(matched_scores) / len(matched_scores) if matched_scores else 0.0\n", + " boosted_score = avg_similarity * (1.5 if avg_similarity > 0.8 else 1.0)\n", + "\n", + " return min(boosted_score, 1.0) #Scores in range [0,1]\n", + "\n", + "@labeling_function()\n", + "def relaxed_bigram_match_prob(x):\n", + " \"\"\"Computes the proportion of query bigrams where at least one word appears in the document.\"\"\"\n", + " query_bigrams = get_ngrams(x.query, n=2)\n", + " doc_bigrams = get_ngrams(x.unknown, n=2)\n", + "\n", + " if not query_bigrams:\n", + " return 0.0 # Avoid division by zero\n", + "\n", + " matched_bigrams = set()\n", + " unmatched_bigrams = set()\n", + "\n", + " for q_bigram in query_bigrams:\n", + " # If either word in the bigram appears in the document, count it as a partial match\n", + " if any(word in x.unknown for word in q_bigram):\n", + " matched_bigrams.add(q_bigram)\n", + " else:\n", + " unmatched_bigrams.add(q_bigram)\n", + " return len(matched_bigrams) / len(query_bigrams) # Fraction of bigrams with at least one match\n", + "\n", + "\n", + "@labeling_function()\n", + "def percent_matching_query_words(x):\n", + " \"\"\"Computes the percentage of query words that appear in the document.\"\"\"\n", + "\n", + " if not x.query or not x.unknown:\n", + " return 0.0 # Handle missing data\n", + "\n", + " # Tokenization: Split words and remove punctuation\n", + " query_words = set(re.split(r'\\W+', x.query.lower())) - stop_words\n", + " doc_words = set(re.split(r'\\W+', x.unknown.lower())) - stop_words\n", + "\n", + " if not query_words: # Avoid division by zero\n", + " return 0.0\n", + "\n", + " # Compute match percentage\n", + " matching_words = query_words.intersection(doc_words)\n", + " match_percent = len(matching_words) / len(query_words) # Fraction of matched query words\n", + "\n", + " return match_percent # Already in [0,1] range\n", + "\n", + "\n", + "# Load a strong BERT model for semantic similarity\n", + "bert_model = SentenceTransformer(\"all-mpnet-base-v2\") # Better than MiniLM for ranking tasks\n", + "\n", + "@labeling_function()\n", + "def bert_cosine_similarity(x):\n", + " \"\"\"Computes boosted BERT cosine similarity as a probability of relevance.\"\"\"\n", + "\n", + " if not x.query or not x.unknown:\n", + " return 0.0 # Handle missing data\n", + "\n", + " # Encode query and document\n", + " query_vec = bert_model.encode(x.query, convert_to_numpy=True)\n", + " doc_vec = bert_model.encode(x.unknown, convert_to_numpy=True)\n", + "\n", + " # Handle cases where vectors are zero (to avoid division by zero)\n", + " if np.linalg.norm(query_vec) == 0 or np.linalg.norm(doc_vec) == 0:\n", + " return 0.0\n", + "\n", + " # Compute cosine similarity\n", + " cosine_sim = np.dot(query_vec, doc_vec) / (np.linalg.norm(query_vec) * np.linalg.norm(doc_vec) + 1e-9)\n", + "\n", + " # Normalize cosine similarity to [0,1]\n", + " probability = (cosine_sim + 1) / 2\n", + "\n", + " # Apply Boosting\n", + " if probability > 0.8:\n", + " probability *= 1.5 # Boost high similarities\n", + " elif probability > 0.5:\n", + " probability *= 1.2 # Moderate boost for medium similarities\n", + "\n", + " return min(probability, 1.0) # Keep score within [0,1]\n", + "\n", + "\n", + "\n", + "@labeling_function()\n", + "def query_term_coverage(x):\n", + " \"\"\"Computes a relaxed query term coverage using lemmatization and synonym matching.\"\"\"\n", + "\n", + " if not x.query or not x.unknown:\n", + " return 0.0 # Handle missing data\n", + "\n", + " # Tokenization: Extract words using regex\n", + " query_tokens = [lemmatizer.lemmatize(word) for word in re.findall(r'\\b\\w+\\b', x.query.lower())]\n", + " doc_tokens = [lemmatizer.lemmatize(word) for word in re.findall(r'\\b\\w+\\b', x.unknown.lower())]\n", + "\n", + " # Create word sets\n", + " query_words = set(query_tokens) - stop_words # Remove stopwords\n", + " doc_words = set(doc_tokens)\n", + "\n", + " if not query_words: # Avoid division by zero\n", + " return 0.0\n", + "\n", + " # === Relaxed Matching: Check for Synonyms ===\n", + " def word_matches(word):\n", + " if word in doc_words:\n", + " return True # Exact match\n", + " synonyms = {lemma.name() for syn in wordnet.synsets(word) for lemma in syn.lemmas()} # Get synonyms\n", + " return bool(synonyms.intersection(doc_words)) # Check if any synonym is in the doc\n", + "\n", + " covered_terms = sum(1 for word in query_words if word_matches(word))\n", + " coverage = covered_terms / len(query_words) # Fraction of query terms covered by document\n", + " if coverage > 0.7:\n", + " coverage *= 1.8 # Strong boost\n", + " elif coverage > 0.5:\n", + " coverage *= 1.5 # Moderate boost\n", + " elif coverage > 0.2:\n", + " coverage *= 1.2 # Mild boost\n", + "\n", + " coverage = min(coverage, 1.0) # Keep within [0,1]\n", + " return coverage\n", + "\n", + "\n", + "# Global TF-IDF vectorizer with n-grams for better lexical matching\n", + "tfidf_vectorizer = TfidfVectorizer(ngram_range=(1,2), min_df=1)\n", + "\n", + "@labeling_function()\n", + "def tfidf_cosine_similarity(x):\n", + " \"\"\"Computes a boosted TF-IDF cosine similarity for document relevance probability.\"\"\"\n", + "\n", + " if not x.query or not x.unknown:\n", + " return 0.0 # Handle missing data\n", + "\n", + " # Create TF-IDF matrix\n", + " corpus = [x.query, x.unknown]\n", + " tfidf_matrix = tfidf_vectorizer.fit_transform(corpus)\n", + "\n", + " # Ensure matrix is valid\n", + " if tfidf_matrix.shape[0] < 2 or tfidf_matrix.nnz == 0:\n", + " return 0.0 # Avoid invalid similarity computation\n", + "\n", + " # Compute cosine similarity\n", + " tfidf_sim = cosine_similarity(tfidf_matrix[0], tfidf_matrix[1])[0, 0]\n", + "\n", + " tfidf_prob = max(tfidf_sim, 0.0)\n", + "\n", + " if tfidf_prob > 0.7:\n", + " tfidf_prob *= 1.8 # Strong boost\n", + " elif tfidf_prob > 0.5:\n", + " tfidf_prob *= 1.5 # Moderate boost\n", + " elif tfidf_prob > 0.2:\n", + " tfidf_prob *= 1.2 # Mild boost\n", + "\n", + " return min(tfidf_prob, 1.0) # Keep within [0,1]\n", + "\n", + "\n" + ], + "metadata": { + "id": "VhMWSVtm4yDh" + }, + "execution_count": 37, + "outputs": [] + }, + { + "cell_type": "markdown", + "source": [ + "6. Train Snorkel" + ], + "metadata": { + "id": "fXEgFJZ_mtwo" + } + }, + { + "cell_type": "code", + "source": [ + "\n", + "lfs = [bm25_score_prob, boolean_match_prob, word_level_levenshtein_prob, tfidf_cosine_similarity, bert_cosine_similarity]\n", + "\n", + "applier = PandasLFApplier(lfs=lfs)\n", + "L_train = applier.apply(input_data)\n", + "\n", + "label_model = LabelModel(cardinality=2, verbose=True)\n", + "label_model.fit(L_train, n_epochs=100, log_freq=10)\n", + "train_prob = label_model.predict_proba(L_train)\n", + "train_prob_relevant = train_prob[:, 1]\n", + "\n", + "input_data['probability_relevant'] = train_prob_relevant" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "8piLiWnPpZ1G", + "outputId": "2051dc3e-df06-4f87-b24a-06ae93d3e1e8" + }, + "execution_count": 38, + "outputs": [ + { + "output_type": "stream", + "name": "stderr", + "text": [ + "100%|██████████| 1018/1018 [18:35<00:00, 1.10s/it]\n", + "100%|██████████| 100/100 [00:00<00:00, 781.09epoch/s]\n" + ] + } + ] + }, + { + "cell_type": "code", + "source": [ + "WMODEL = \"Snorkel\"\n", + "\n", + "!rm -Rf run\n", + "\n", + "\n", + "with tracking(export_file_path='run/.metadata.yml', export_format=ExportFormat.IR_METADATA) as tracked:\n", + " queries = set(input_data['query'].unique())\n", + "\n", + " def unknown_documents(query):\n", + " docs = set(input_data[input_data['query'] == query]['unknown'].unique())\n", + " return {f'{i[0]}-unkn': i[1] for i in zip(range(len(docs)), docs)}\n", + "\n", + " results = {}\n", + "\n", + " for query in tqdm(queries):\n", + " unk = unknown_documents(query)\n", + "\n", + " # Build index\n", + " docs = [{'docno': k, 'text': v} for k, v in unk.items()]\n", + " indexer = pt.IterDictIndexer(\"/tmp/index\", overwrite=True, meta={'docno': 100, 'text': 20480})\n", + " index_ref = indexer.index(docs)\n", + " retriever = pt.BatchRetrieve(index_ref, wmodel=WMODEL)\n", + " rels = input_data[input_data['query'] == query][['unknown', 'probability_relevant']]\n", + " rel_dict = dict(zip(rels['unknown'], rels['probability_relevant']))\n", + "\n", + " results[query] = rel_dict\n", + "\n", + " predictions = []\n", + " for _, i in input_data.iterrows():\n", + " res = results[i['query']]\n", + " predictions.append({\n", + " 'id': i['id'],\n", + " 'probability_relevant': res.get(i['unknown'], -1)\n", + " })\n", + " predictions = pd.DataFrame(predictions)\n", + "\n", + "predictions" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/", + "height": 442 + }, + "id": "eyZfnmDHjvz0", + "outputId": "03ff4f86-6ba8-435f-da3a-c4e3d2cd77e7" + }, + "execution_count": 39, + "outputs": [ + { + "output_type": "stream", + "name": "stderr", + "text": [ + "100%|██████████| 13/13 [00:11<00:00, 1.17it/s]\n" + ] + }, + { + "output_type": "execute_result", + "data": { + "text/plain": [ + " id probability_relevant\n", + "0 e1786a4d-2b3d-4fcf-ad84-443acf3696e2 0.782072\n", + "1 8e64b35c-60be-4292-9542-c4639a749336 0.000311\n", + "2 a8ff3f18-9b80-40b9-b529-799ed3367980 0.318625\n", + "3 80d821ed-94b3-4fb6-9159-a71089c869a2 0.318625\n", + "4 709154d7-13c6-492c-b977-07396510909c 0.318625\n", + "... ... ...\n", + "1013 527a986a-c2d9-46b6-8a14-3f305beaf7fd 0.782072\n", + "1014 4c8dee20-f7cb-44b3-ae69-8ea00a7e2ede 0.782072\n", + "1015 4a773373-3f0b-4821-a78e-86ce9bc429da 0.782072\n", + "1016 369ce954-c156-485c-8cdc-37e0137287d2 0.782072\n", + "1017 931bbd92-c9c7-48af-b91f-9cfb7c2abdcb 0.782072\n", + "\n", + "[1018 rows x 2 columns]" + ], + "text/html": [ + "\n", + "
\n", + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
idprobability_relevant
0e1786a4d-2b3d-4fcf-ad84-443acf3696e20.782072
18e64b35c-60be-4292-9542-c4639a7493360.000311
2a8ff3f18-9b80-40b9-b529-799ed33679800.318625
380d821ed-94b3-4fb6-9159-a71089c869a20.318625
4709154d7-13c6-492c-b977-07396510909c0.318625
.........
1013527a986a-c2d9-46b6-8a14-3f305beaf7fd0.782072
10144c8dee20-f7cb-44b3-ae69-8ea00a7e2ede0.782072
10154a773373-3f0b-4821-a78e-86ce9bc429da0.782072
1016369ce954-c156-485c-8cdc-37e0137287d20.782072
1017931bbd92-c9c7-48af-b91f-9cfb7c2abdcb0.782072
\n", + "

1018 rows × 2 columns

\n", + "
\n", + "
\n", + "\n", + "
\n", + " \n", + "\n", + " \n", + "\n", + " \n", + "
\n", + "\n", + "\n", + "
\n", + " \n", + "\n", + "\n", + "\n", + " \n", + "
\n", + "\n", + "
\n", + " \n", + " \n", + " \n", + "
\n", + "\n", + "
\n", + "
\n" + ], + "application/vnd.google.colaboratory.intrinsic+json": { + "type": "dataframe", + "variable_name": "predictions", + "summary": "{\n \"name\": \"predictions\",\n \"rows\": 1018,\n \"fields\": [\n {\n \"column\": \"id\",\n \"properties\": {\n \"dtype\": \"string\",\n \"num_unique_values\": 1018,\n \"samples\": [\n \"5157c731-3a48-43e4-adb5-cd2d2d098d0e\",\n \"8202d553-201a-47b0-8a85-ba63c52b8b8b\",\n \"df5e80a5-a4cf-4b6e-912d-45836b08c1bf\"\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"probability_relevant\",\n \"properties\": {\n \"dtype\": \"number\",\n \"std\": 0.29884726296802516,\n \"min\": 4.2695324699368843e-08,\n \"max\": 0.9965620182588303,\n \"num_unique_values\": 10,\n \"samples\": [\n 0.9965620182588303,\n 0.0003109526527628518,\n 6.418255658346431e-05\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n }\n ]\n}" + } + }, + "metadata": {}, + "execution_count": 39 + } + ] + }, + { + "cell_type": "code", + "source": [ + "wows_evaluate(\n", + " predictions,\n", + " DATASET_ID,\n", + " tracking_results=tracked,\n", + " upload=True,\n", + " system_name=\"Snorkel\",\n", + " system_description=f'We use the PyTerrier retrieval model {WMODEL} to assign the probability that an unknown document is relevant. We rank all unknown documents that are to-be judged against the query. The probability that a document is relevant is then the min-max normalized rank of an unknown document in the ranking of all unknown documents to the query.'\n", + ")\n" + ], + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "O_insImNmdzT", + "outputId": "a9a47e90-dbdb-4466-b18a-0f65411d3e11" + }, + "execution_count": 40, + "outputs": [ + { + "output_type": "stream", + "name": "stdout", + "text": [ + "Run uploaded to TIRA. Claim ownership via: https://www.tira.io/claim-submission/3ecb6039-9455-4636-86a5-8645c806559d\n", + "No truth data is available yet. The evaluation is possible after the deadline when the truth data was published.\n" + ] + } + ] + } + ] } \ No newline at end of file diff --git a/ecir25/data/create-pairwise-data.py b/ecir25/data/create-pairwise-data.py index 8ed98d6..5493221 100755 --- a/ecir25/data/create-pairwise-data.py +++ b/ecir25/data/create-pairwise-data.py @@ -1,128 +1,128 @@ -#!/usr/bin/env python3 -from tira.third_party_integrations import ir_datasets -import uuid -import json - -dataset = ir_datasets.load('ir-lab-wise-2024/subsampled-ms-marco-deep-learning-20241201-training') - -def browse_dataset(dataset): - qid_to_rel = {} - - for qrel in dataset.qrels_iter(): - if qrel.query_id not in qid_to_rel: - qid_to_rel[qrel.query_id] = {} - - if qrel.relevance not in qid_to_rel[qrel.query_id]: - qid_to_rel[qrel.query_id][qrel.relevance] = 0 - - qid_to_rel[qrel.query_id][qrel.relevance] += 1 - - for query in dataset.queries_iter(): - print(query.query_id, '->', query.title, qid_to_rel[query.query_id]) - - - -def select_qrels(dataset, qid, target_relevance): - for qrel in dataset.qrels_iter(): - - if str(qrel.query_id) == str(qid) and qrel.relevance == target_relevance: - print(qrel) - -def calculate_pairwise_data(qid_to_split, dataset): - qid_to_inference_pairs = {} - qid_to_query = {} - qid_to_doc_to_rel = {} - docs_store = dataset.docs_store() - - for query in dataset.queries_iter(): - qid_to_query[query.query_id] = query.default_text() - - for qrel in dataset.qrels_iter(): - if str(qrel.query_id) not in qid_to_doc_to_rel: - qid_to_doc_to_rel[str(qrel.query_id)] = {} - - qid_to_doc_to_rel[str(qrel.query_id)][str(qrel.doc_id)] = qrel.relevance - - for qid in qid_to_split: - for training_doc in qid_to_split[qid]['training']: - for test_doc in qid_to_split[qid]['test']: - if test_doc in qid_to_split[qid]['training']: - raise ValueError('foo') - - if (training_doc, test_doc) in qid_to_inference_pairs: - raise ValueError('foo') - - qid_to_inference_pairs[(training_doc, test_doc)] = { - 'id': str(uuid.uuid4()), - 'query': qid_to_query[str(qid)], - 'query_id': qid, - 'relevant': docs_store.get(training_doc).default_text(), - 'relevant_doc_id': training_doc, - 'unknown': docs_store.get(test_doc).default_text(), - 'unknown_doc_id': test_doc, - 'qrel_unknown_doc': qid_to_doc_to_rel[str(qid)][str(test_doc)] - } - - return qid_to_inference_pairs - -def persist_data_pairwise(qid_to_split, dataset): - qid_to_inference_pairs = calculate_pairwise_data(qid_to_split, dataset) - - with open('smoke-test-dataset/pairwise/inputs/inputs.jsonl', 'w') as input_file, open('smoke-test-dataset/pairwise/labels/labels.jsonl', 'w') as labels_file: - for training_doc, test_doc in qid_to_inference_pairs.keys(): - i = qid_to_inference_pairs[(training_doc, test_doc)].copy() - t = qid_to_inference_pairs[(training_doc, test_doc)].copy() - - del i['query_id'] - del i['relevant_doc_id'] - del i['unknown_doc_id'] - del i['qrel_unknown_doc'] - - input_file.write(json.dumps(i) + '\n') - labels_file.write(json.dumps(t) + '\n') - -def persist_data_pointwise(qid_to_split, dataset): - qid_to_inference_pairs = calculate_pairwise_data(qid_to_split, dataset) - covered_ids = set() - with open('smoke-test-dataset/pointwise/inputs/inputs.jsonl', 'w') as input_file, open('smoke-test-dataset/pointwise/labels/labels.jsonl', 'w') as labels_file: - for training_doc, test_doc in qid_to_inference_pairs.keys(): - i = qid_to_inference_pairs[(training_doc, test_doc)].copy() - t = qid_to_inference_pairs[(training_doc, test_doc)].copy() - - if i['unknown_doc_id'] in covered_ids: - continue - - covered_ids.add(i['unknown_doc_id']) - - - del t['relevant_doc_id'] - del t['relevant'] - del i['query_id'] - del i['relevant_doc_id'] - del i['relevant'] - del i['unknown_doc_id'] - del i['qrel_unknown_doc'] - - input_file.write(json.dumps(i) + '\n') - labels_file.write(json.dumps(t) + '\n') - - -QID_TO_SPLITS = { - # who sings monk theme song {0: 100, 2: 7, 1: 30, 3: 3} - 1051399: { - 'training': set(['2530579', '3943228', '69813']), - 'test': set(['7865069', '4642930', '3376628', '5040048', '3108511', '2378828', '4426187']) - }, - - 833860: { - 'training': set(['5167510', '2206197', '115142']), - 'test': set(['1889863', '7831470', '45135', '6943600', '7103434', '2830558']), - } -} - -if __name__ == '__main__': - persist_data_pairwise(QID_TO_SPLITS, dataset) - persist_data_pointwise(QID_TO_SPLITS, dataset) - # print('foo') - # select_qrels(dataset, 833860, 0) - print('finished') +#!/usr/bin/env python3 +from tira.third_party_integrations import ir_datasets +import uuid +import json + +dataset = ir_datasets.load('ir-lab-wise-2024/subsampled-ms-marco-deep-learning-20241201-training') + +def browse_dataset(dataset): + qid_to_rel = {} + + for qrel in dataset.qrels_iter(): + if qrel.query_id not in qid_to_rel: + qid_to_rel[qrel.query_id] = {} + + if qrel.relevance not in qid_to_rel[qrel.query_id]: + qid_to_rel[qrel.query_id][qrel.relevance] = 0 + + qid_to_rel[qrel.query_id][qrel.relevance] += 1 + + for query in dataset.queries_iter(): + print(query.query_id, '->', query.title, qid_to_rel[query.query_id]) + + + +def select_qrels(dataset, qid, target_relevance): + for qrel in dataset.qrels_iter(): + + if str(qrel.query_id) == str(qid) and qrel.relevance == target_relevance: + print(qrel) + +def calculate_pairwise_data(qid_to_split, dataset): + qid_to_inference_pairs = {} + qid_to_query = {} + qid_to_doc_to_rel = {} + docs_store = dataset.docs_store() + + for query in dataset.queries_iter(): + qid_to_query[query.query_id] = query.default_text() + + for qrel in dataset.qrels_iter(): + if str(qrel.query_id) not in qid_to_doc_to_rel: + qid_to_doc_to_rel[str(qrel.query_id)] = {} + + qid_to_doc_to_rel[str(qrel.query_id)][str(qrel.doc_id)] = qrel.relevance + + for qid in qid_to_split: + for training_doc in qid_to_split[qid]['training']: + for test_doc in qid_to_split[qid]['test']: + if test_doc in qid_to_split[qid]['training']: + raise ValueError('foo') + + if (training_doc, test_doc) in qid_to_inference_pairs: + raise ValueError('foo') + + qid_to_inference_pairs[(training_doc, test_doc)] = { + 'id': str(uuid.uuid4()), + 'query': qid_to_query[str(qid)], + 'query_id': qid, + 'relevant': docs_store.get(training_doc).default_text(), + 'relevant_doc_id': training_doc, + 'unknown': docs_store.get(test_doc).default_text(), + 'unknown_doc_id': test_doc, + 'qrel_unknown_doc': qid_to_doc_to_rel[str(qid)][str(test_doc)] + } + + return qid_to_inference_pairs + +def persist_data_pairwise(qid_to_split, dataset): + qid_to_inference_pairs = calculate_pairwise_data(qid_to_split, dataset) + + with open('smoke-test-dataset/pairwise/inputs/inputs.jsonl', 'w') as input_file, open('smoke-test-dataset/pairwise/labels/labels.jsonl', 'w') as labels_file: + for training_doc, test_doc in qid_to_inference_pairs.keys(): + i = qid_to_inference_pairs[(training_doc, test_doc)].copy() + t = qid_to_inference_pairs[(training_doc, test_doc)].copy() + + del i['query_id'] + del i['relevant_doc_id'] + del i['unknown_doc_id'] + del i['qrel_unknown_doc'] + + input_file.write(json.dumps(i) + '\n') + labels_file.write(json.dumps(t) + '\n') + +def persist_data_pointwise(qid_to_split, dataset): + qid_to_inference_pairs = calculate_pairwise_data(qid_to_split, dataset) + covered_ids = set() + with open('smoke-test-dataset/pointwise/inputs/inputs.jsonl', 'w') as input_file, open('smoke-test-dataset/pointwise/labels/labels.jsonl', 'w') as labels_file: + for training_doc, test_doc in qid_to_inference_pairs.keys(): + i = qid_to_inference_pairs[(training_doc, test_doc)].copy() + t = qid_to_inference_pairs[(training_doc, test_doc)].copy() + + if i['unknown_doc_id'] in covered_ids: + continue + + covered_ids.add(i['unknown_doc_id']) + + + del t['relevant_doc_id'] + del t['relevant'] + del i['query_id'] + del i['relevant_doc_id'] + del i['relevant'] + del i['unknown_doc_id'] + del i['qrel_unknown_doc'] + + input_file.write(json.dumps(i) + '\n') + labels_file.write(json.dumps(t) + '\n') + + +QID_TO_SPLITS = { + # who sings monk theme song {0: 100, 2: 7, 1: 30, 3: 3} + 1051399: { + 'training': set(['2530579', '3943228', '69813']), + 'test': set(['7865069', '4642930', '3376628', '5040048', '3108511', '2378828', '4426187']) + }, + + 833860: { + 'training': set(['5167510', '2206197', '115142']), + 'test': set(['1889863', '7831470', '45135', '6943600', '7103434', '2830558']), + } +} + +if __name__ == '__main__': + persist_data_pairwise(QID_TO_SPLITS, dataset) + persist_data_pointwise(QID_TO_SPLITS, dataset) + # print('foo') + # select_qrels(dataset, 833860, 0) + print('finished') diff --git a/ecir25/data/create-pairwise-test-data.py b/ecir25/data/create-pairwise-test-data.py index 124c9fb..9986664 100755 --- a/ecir25/data/create-pairwise-test-data.py +++ b/ecir25/data/create-pairwise-test-data.py @@ -1,127 +1,127 @@ -#!/usr/bin/env python3 -from glob import glob -import json -from tqdm import tqdm -import gzip -import uuid -from pathlib import Path - -DATA_DIR = '/mnt/ceph/storage/data-in-progress/data-research/web-search/wows25/' - - -def parse_qrel(labels): - if labels == ['Not Relevant (0)']: - return 0 - elif labels == ['Relevant (1)']: - return 1 - elif labels == ['Highly Relevant (2)']: - return 2 - raise ValueError('foo') - -def load_qrels(): - ret = {} - for annotation_file in tqdm(glob(f'{DATA_DIR}/truth-data/*')): - with open(annotation_file, 'r') as f: - for l in f: - l = json.loads(l) - if l['query_id'] not in ret: - ret[l['query_id']] = {} - - label = parse_qrel(l['label']) - assert l['passage_id'] not in ret[l['query_id']], (l['passage_id']) - ret[l['query_id']][l['passage_id']] = label - return ret - -def load_pairwise_files(qrels): - ret = [] - - qrels_covered = {} - for pairwise_file in tqdm(glob(f'{DATA_DIR}/inputs/*')): - with gzip.open(pairwise_file, 'r') as f: - for l in f: - pair_id = str(uuid.uuid4()) - l = json.loads(l) - query_id = l['qid'] - if type(l['known_relevant_passage']) == str: - continue - query = l['query_text'] - relevant_doc_id = l['known_relevant_passage']['docno'] - relevant_doc = l['known_relevant_passage']['text'] - unknown_doc_id = l['passage_to_judge']['docno'] - unknown_doc = l['passage_to_judge']['text'] - - if unknown_doc_id not in qrels[query_id]: - continue - - if query_id not in qrels_covered: - qrels_covered[query_id] = set() - qrels_covered[query_id].add(unknown_doc_id) - ret.append({ - "id": pair_id, - "query": query, - "query_id": str(query_id), - "relevant": relevant_doc, - "relevant_doc_id": str(relevant_doc_id), - "unknown": unknown_doc, - "unknown_doc_id": str(unknown_doc_id), - "qrel_unknown_doc": qrels[query_id][unknown_doc_id], - "source_dataset_id": l['source_dataset_id'], - }) - - preds = 0 - for q in qrels.keys(): - for docid in qrels[q].keys(): - preds += 1 - if q not in qrels_covered or docid not in qrels_covered[q]: - raise ValueError('-->', q, docid) - print('Preds ' + str(preds) + ' -> ' + str(len(ret))) - return ret - -qrels = load_qrels() -pairwise_data = load_pairwise_files(qrels) - -Path(f'{DATA_DIR}/zenodo/test-pairwise/truths/').mkdir(parents=True, exist_ok=True) -Path(f'{DATA_DIR}/zenodo/test-pairwise/inputs/').mkdir(parents=True, exist_ok=True) -Path(f'{DATA_DIR}/zenodo/test-pointwise/truths/').mkdir(parents=True, exist_ok=True) -Path(f'{DATA_DIR}/zenodo/test-pointwise/inputs/').mkdir(parents=True, exist_ok=True) - -with open(f'{DATA_DIR}/zenodo/test-pairwise/truths/inputs.jsonl', 'w') as f: - for l in pairwise_data: - f.write(json.dumps(l) + '\n') - -with open(f'{DATA_DIR}/zenodo/test-pairwise/inputs/inputs.jsonl', 'w') as f: - for l in pairwise_data: - del l['source_dataset_id'] - del l['query_id'] - del l['relevant_doc_id'] - del l['unknown_doc_id'] - del l['qrel_unknown_doc'] - - f.write(json.dumps(l) + '\n') - -pointwise_data = [] -covered_ids = set() - -with open(f'{DATA_DIR}/zenodo/test-pairwise/truths/inputs.jsonl', 'r') as f: - for l in f: - l = json.loads(l) - if l['unknown_doc_id'] in covered_ids: - continue - - covered_ids.add(l['unknown_doc_id']) - l['id'] = str(uuid.uuid4()) - del l['relevant'] - del l['relevant_doc_id'] - pointwise_data.append(l) - -with open(f'{DATA_DIR}/zenodo/test-pointwise/truths/inputs.jsonl', 'w') as f: - for l in pointwise_data: - f.write(json.dumps(l) + '\n') - -with open(f'{DATA_DIR}/zenodo/test-pointwise/inputs/inputs.jsonl', 'w') as f: - for l in pointwise_data: - del l['source_dataset_id'] - del l['query_id'] - del l['unknown_doc_id'] - del l['qrel_unknown_doc'] - f.write(json.dumps(l) + '\n') +#!/usr/bin/env python3 +from glob import glob +import json +from tqdm import tqdm +import gzip +import uuid +from pathlib import Path + +DATA_DIR = '/mnt/ceph/storage/data-in-progress/data-research/web-search/wows25/' + + +def parse_qrel(labels): + if labels == ['Not Relevant (0)']: + return 0 + elif labels == ['Relevant (1)']: + return 1 + elif labels == ['Highly Relevant (2)']: + return 2 + raise ValueError('foo') + +def load_qrels(): + ret = {} + for annotation_file in tqdm(glob(f'{DATA_DIR}/truth-data/*')): + with open(annotation_file, 'r') as f: + for l in f: + l = json.loads(l) + if l['query_id'] not in ret: + ret[l['query_id']] = {} + + label = parse_qrel(l['label']) + assert l['passage_id'] not in ret[l['query_id']], (l['passage_id']) + ret[l['query_id']][l['passage_id']] = label + return ret + +def load_pairwise_files(qrels): + ret = [] + + qrels_covered = {} + for pairwise_file in tqdm(glob(f'{DATA_DIR}/inputs/*')): + with gzip.open(pairwise_file, 'r') as f: + for l in f: + pair_id = str(uuid.uuid4()) + l = json.loads(l) + query_id = l['qid'] + if type(l['known_relevant_passage']) == str: + continue + query = l['query_text'] + relevant_doc_id = l['known_relevant_passage']['docno'] + relevant_doc = l['known_relevant_passage']['text'] + unknown_doc_id = l['passage_to_judge']['docno'] + unknown_doc = l['passage_to_judge']['text'] + + if unknown_doc_id not in qrels[query_id]: + continue + + if query_id not in qrels_covered: + qrels_covered[query_id] = set() + qrels_covered[query_id].add(unknown_doc_id) + ret.append({ + "id": pair_id, + "query": query, + "query_id": str(query_id), + "relevant": relevant_doc, + "relevant_doc_id": str(relevant_doc_id), + "unknown": unknown_doc, + "unknown_doc_id": str(unknown_doc_id), + "qrel_unknown_doc": qrels[query_id][unknown_doc_id], + "source_dataset_id": l['source_dataset_id'], + }) + + preds = 0 + for q in qrels.keys(): + for docid in qrels[q].keys(): + preds += 1 + if q not in qrels_covered or docid not in qrels_covered[q]: + raise ValueError('-->', q, docid) + print('Preds ' + str(preds) + ' -> ' + str(len(ret))) + return ret + +qrels = load_qrels() +pairwise_data = load_pairwise_files(qrels) + +Path(f'{DATA_DIR}/zenodo/test-pairwise/truths/').mkdir(parents=True, exist_ok=True) +Path(f'{DATA_DIR}/zenodo/test-pairwise/inputs/').mkdir(parents=True, exist_ok=True) +Path(f'{DATA_DIR}/zenodo/test-pointwise/truths/').mkdir(parents=True, exist_ok=True) +Path(f'{DATA_DIR}/zenodo/test-pointwise/inputs/').mkdir(parents=True, exist_ok=True) + +with open(f'{DATA_DIR}/zenodo/test-pairwise/truths/inputs.jsonl', 'w') as f: + for l in pairwise_data: + f.write(json.dumps(l) + '\n') + +with open(f'{DATA_DIR}/zenodo/test-pairwise/inputs/inputs.jsonl', 'w') as f: + for l in pairwise_data: + del l['source_dataset_id'] + del l['query_id'] + del l['relevant_doc_id'] + del l['unknown_doc_id'] + del l['qrel_unknown_doc'] + + f.write(json.dumps(l) + '\n') + +pointwise_data = [] +covered_ids = set() + +with open(f'{DATA_DIR}/zenodo/test-pairwise/truths/inputs.jsonl', 'r') as f: + for l in f: + l = json.loads(l) + if l['unknown_doc_id'] in covered_ids: + continue + + covered_ids.add(l['unknown_doc_id']) + l['id'] = str(uuid.uuid4()) + del l['relevant'] + del l['relevant_doc_id'] + pointwise_data.append(l) + +with open(f'{DATA_DIR}/zenodo/test-pointwise/truths/inputs.jsonl', 'w') as f: + for l in pointwise_data: + f.write(json.dumps(l) + '\n') + +with open(f'{DATA_DIR}/zenodo/test-pointwise/inputs/inputs.jsonl', 'w') as f: + for l in pointwise_data: + del l['source_dataset_id'] + del l['query_id'] + del l['unknown_doc_id'] + del l['qrel_unknown_doc'] + f.write(json.dumps(l) + '\n') diff --git a/ecir25/evaluation.ipynb b/ecir25/evaluation.ipynb index 75b4d52..86b76dd 100644 --- a/ecir25/evaluation.ipynb +++ b/ecir25/evaluation.ipynb @@ -1,286 +1,286 @@ -{ - "cells": [ - { - "cell_type": "code", - "execution_count": 12, - "id": "fe3853ef", - "metadata": {}, - "outputs": [], - "source": [ - "import pandas as pd\n", - "\n", - "df = pd.read_json(\"evaluation.jsonl\", lines=True)\n", - "df = df.sort_values('wows_spearman', ascending=False).reset_index()\n", - "del df[\"index\"]" - ] - }, - { - "cell_type": "code", - "execution_count": 14, - "id": "f470b96c", - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
approachwows_spearman
0pw-prompt-01-flan-t5-large0.427081
1pw-prompt-02-flan-t5-large0.409818
2pw-prompt-01-flan-t5-large0.396166
3pw-prompt-02-flan-t5-large0.356522
4pw-prompt-02-flan-t5-base0.280503
5relevance-feedback-one0.275520
6pw-prompt-01-flan-t5-base0.266453
7relevance-feedback-all0.265796
8snorkel-pointwise0.229684
9pointwise-retrieval-bm250.151261
10auto-qrels-pairwise-f-t5-s0.138531
11pw-prompt-01-flan-t5-base0.134980
12pw-prompt-02-flan-t5-small0.123831
13pw-prompt-02-flan-t5-base0.084510
14pw-prompt-03-flan-t5-base0.077348
15pw-prompt-02-flan-t5-small0.072502
16pw-prompt-01-flan-t5-small0.067304
17pairwise-snorkel0.035513
18pointwise-retrieval-pl20.017817
19pw-prompt-01-flan-t5-small-0.001260
20pointwise-retrieval-dph-0.018225
21pw-prompt-03-flan-t5-large-0.018662
22pointwise-retrieval-h-lm-0.033709
23auto-qrels-pointwise-f-t5-s-0.044013
24query-by-relevant-doc-bm25-0.135498
25pointwise-retrieval-tf-0.136482
26pointwise-retrieval-tf-idf-0.152008
27pw-prompt-03-flan-t5-small-0.241717
28query-by-relevant-doc-tf-0.258090
29query-by-relevant-doc-pl2-0.268689
30query-by-relevant-doc-h-lm-0.331531
31query-by-relevant-doc-dph-0.355890
32query-by-relevant-doc-tf-idf-0.410646
\n", - "
" - ], - "text/plain": [ - " approach wows_spearman\n", - "0 pw-prompt-01-flan-t5-large 0.427081\n", - "1 pw-prompt-02-flan-t5-large 0.409818\n", - "2 pw-prompt-01-flan-t5-large 0.396166\n", - "3 pw-prompt-02-flan-t5-large 0.356522\n", - "4 pw-prompt-02-flan-t5-base 0.280503\n", - "5 relevance-feedback-one 0.275520\n", - "6 pw-prompt-01-flan-t5-base 0.266453\n", - "7 relevance-feedback-all 0.265796\n", - "8 snorkel-pointwise 0.229684\n", - "9 pointwise-retrieval-bm25 0.151261\n", - "10 auto-qrels-pairwise-f-t5-s 0.138531\n", - "11 pw-prompt-01-flan-t5-base 0.134980\n", - "12 pw-prompt-02-flan-t5-small 0.123831\n", - "13 pw-prompt-02-flan-t5-base 0.084510\n", - "14 pw-prompt-03-flan-t5-base 0.077348\n", - "15 pw-prompt-02-flan-t5-small 0.072502\n", - "16 pw-prompt-01-flan-t5-small 0.067304\n", - "17 pairwise-snorkel 0.035513\n", - "18 pointwise-retrieval-pl2 0.017817\n", - "19 pw-prompt-01-flan-t5-small -0.001260\n", - "20 pointwise-retrieval-dph -0.018225\n", - "21 pw-prompt-03-flan-t5-large -0.018662\n", - "22 pointwise-retrieval-h-lm -0.033709\n", - "23 auto-qrels-pointwise-f-t5-s -0.044013\n", - "24 query-by-relevant-doc-bm25 -0.135498\n", - "25 pointwise-retrieval-tf -0.136482\n", - "26 pointwise-retrieval-tf-idf -0.152008\n", - "27 pw-prompt-03-flan-t5-small -0.241717\n", - "28 query-by-relevant-doc-tf -0.258090\n", - "29 query-by-relevant-doc-pl2 -0.268689\n", - "30 query-by-relevant-doc-h-lm -0.331531\n", - "31 query-by-relevant-doc-dph -0.355890\n", - "32 query-by-relevant-doc-tf-idf -0.410646" - ] - }, - "execution_count": 14, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "df[[\"approach\", \"wows_spearman\"]]" - ] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Python 3", - "language": "python", - "name": "python3" - }, - "language_info": { - "codemirror_mode": { - "name": "ipython", - "version": 3 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" - } - }, - "nbformat": 4, - "nbformat_minor": 5 -} +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 12, + "id": "fe3853ef", + "metadata": {}, + "outputs": [], + "source": [ + "import pandas as pd\n", + "\n", + "df = pd.read_json(\"evaluation.jsonl\", lines=True)\n", + "df = df.sort_values('wows_spearman', ascending=False).reset_index()\n", + "del df[\"index\"]" + ] + }, + { + "cell_type": "code", + "execution_count": 14, + "id": "f470b96c", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
approachwows_spearman
0pw-prompt-01-flan-t5-large0.427081
1pw-prompt-02-flan-t5-large0.409818
2pw-prompt-01-flan-t5-large0.396166
3pw-prompt-02-flan-t5-large0.356522
4pw-prompt-02-flan-t5-base0.280503
5relevance-feedback-one0.275520
6pw-prompt-01-flan-t5-base0.266453
7relevance-feedback-all0.265796
8snorkel-pointwise0.229684
9pointwise-retrieval-bm250.151261
10auto-qrels-pairwise-f-t5-s0.138531
11pw-prompt-01-flan-t5-base0.134980
12pw-prompt-02-flan-t5-small0.123831
13pw-prompt-02-flan-t5-base0.084510
14pw-prompt-03-flan-t5-base0.077348
15pw-prompt-02-flan-t5-small0.072502
16pw-prompt-01-flan-t5-small0.067304
17pairwise-snorkel0.035513
18pointwise-retrieval-pl20.017817
19pw-prompt-01-flan-t5-small-0.001260
20pointwise-retrieval-dph-0.018225
21pw-prompt-03-flan-t5-large-0.018662
22pointwise-retrieval-h-lm-0.033709
23auto-qrels-pointwise-f-t5-s-0.044013
24query-by-relevant-doc-bm25-0.135498
25pointwise-retrieval-tf-0.136482
26pointwise-retrieval-tf-idf-0.152008
27pw-prompt-03-flan-t5-small-0.241717
28query-by-relevant-doc-tf-0.258090
29query-by-relevant-doc-pl2-0.268689
30query-by-relevant-doc-h-lm-0.331531
31query-by-relevant-doc-dph-0.355890
32query-by-relevant-doc-tf-idf-0.410646
\n", + "
" + ], + "text/plain": [ + " approach wows_spearman\n", + "0 pw-prompt-01-flan-t5-large 0.427081\n", + "1 pw-prompt-02-flan-t5-large 0.409818\n", + "2 pw-prompt-01-flan-t5-large 0.396166\n", + "3 pw-prompt-02-flan-t5-large 0.356522\n", + "4 pw-prompt-02-flan-t5-base 0.280503\n", + "5 relevance-feedback-one 0.275520\n", + "6 pw-prompt-01-flan-t5-base 0.266453\n", + "7 relevance-feedback-all 0.265796\n", + "8 snorkel-pointwise 0.229684\n", + "9 pointwise-retrieval-bm25 0.151261\n", + "10 auto-qrels-pairwise-f-t5-s 0.138531\n", + "11 pw-prompt-01-flan-t5-base 0.134980\n", + "12 pw-prompt-02-flan-t5-small 0.123831\n", + "13 pw-prompt-02-flan-t5-base 0.084510\n", + "14 pw-prompt-03-flan-t5-base 0.077348\n", + "15 pw-prompt-02-flan-t5-small 0.072502\n", + "16 pw-prompt-01-flan-t5-small 0.067304\n", + "17 pairwise-snorkel 0.035513\n", + "18 pointwise-retrieval-pl2 0.017817\n", + "19 pw-prompt-01-flan-t5-small -0.001260\n", + "20 pointwise-retrieval-dph -0.018225\n", + "21 pw-prompt-03-flan-t5-large -0.018662\n", + "22 pointwise-retrieval-h-lm -0.033709\n", + "23 auto-qrels-pointwise-f-t5-s -0.044013\n", + "24 query-by-relevant-doc-bm25 -0.135498\n", + "25 pointwise-retrieval-tf -0.136482\n", + "26 pointwise-retrieval-tf-idf -0.152008\n", + "27 pw-prompt-03-flan-t5-small -0.241717\n", + "28 query-by-relevant-doc-tf -0.258090\n", + "29 query-by-relevant-doc-pl2 -0.268689\n", + "30 query-by-relevant-doc-h-lm -0.331531\n", + "31 query-by-relevant-doc-dph -0.355890\n", + "32 query-by-relevant-doc-tf-idf -0.410646" + ] + }, + "execution_count": 14, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "df[[\"approach\", \"wows_spearman\"]]" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.10.12" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/ecir25/evaluation.jsonl b/ecir25/evaluation.jsonl index 63f11ca..8931b52 100644 --- a/ecir25/evaluation.jsonl +++ b/ecir25/evaluation.jsonl @@ -1,33 +1,33 @@ -{"dataset":"pointwise-20250309-test","team":"wows25-elizabeth-futas","approach":"pw-prompt-01-flan-t5-small","wows_tau_ap":-0.0207343422,"wows_kendall":-0.0022917846,"wows_spearman":-0.0012596584,"wows_pearson":-0.0012596584} -{"dataset":"pointwise-20250309-test","team":"wows25-elizabeth-futas","approach":"pw-prompt-01-flan-t5-base","wows_tau_ap":0.0844840563,"wows_kendall":0.0985052138,"wows_spearman":0.1349802295,"wows_pearson":0.1349802295} -{"dataset":"pointwise-20250309-test","team":"wows25-elizabeth-futas","approach":"pw-prompt-01-flan-t5-large","wows_tau_ap":0.2130480274,"wows_kendall":0.2831335366,"wows_spearman":0.3961664239,"wows_pearson":0.3961664239} -{"dataset":"pointwise-20250309-test","team":"wows25-elizabeth-futas","approach":"pw-prompt-02-flan-t5-large","wows_tau_ap":0.1971099721,"wows_kendall":0.2505301997,"wows_spearman":0.3565220588,"wows_pearson":0.3565220588} -{"dataset":"pointwise-20250309-test","team":"wows25-elizabeth-futas","approach":"pw-prompt-02-flan-t5-base","wows_tau_ap":0.0506070917,"wows_kendall":0.0604154958,"wows_spearman":0.0845099546,"wows_pearson":0.0845099546} -{"dataset":"pointwise-20250309-test","team":"wows25-elizabeth-futas","approach":"pw-prompt-02-flan-t5-small","wows_tau_ap":0.0386072051,"wows_kendall":0.0612705854,"wows_spearman":0.0725023907,"wows_pearson":0.0725023907} -{"dataset":"pointwise-20250309-test","team":"wows25-elizabeth-futas","approach":"pw-prompt-03-flan-t5-small","wows_tau_ap":-0.1528344045,"wows_kendall":-0.1744836313,"wows_spearman":-0.2417170179,"wows_pearson":-0.2417170179} -{"dataset":"pointwise-20250309-test","team":"wows25-elizabeth-futas","approach":"pw-prompt-03-flan-t5-base","wows_tau_ap":0.0488583793,"wows_kendall":0.0622226164,"wows_spearman":0.0773476563,"wows_pearson":0.0773476563} -{"dataset":"pointwise-20250309-test","team":"wows25-elizabeth-futas","approach":"pw-prompt-03-flan-t5-large","wows_tau_ap":-0.0182896086,"wows_kendall":-0.0115079765,"wows_spearman":-0.0186615056,"wows_pearson":-0.0186615056} -{"dataset":"pointwise-20250309-test","team":"wows25-karma","approach":"pointwise-retrieval-bm25","wows_tau_ap":0.0844479821,"wows_kendall":0.107949136,"wows_spearman":0.1512607584,"wows_pearson":0.1512607584} -{"dataset":"pointwise-20250309-test","team":"wows25-karma","approach":"pointwise-retrieval-pl2","wows_tau_ap":0.0046357991,"wows_kendall":0.0125631219,"wows_spearman":0.0178166218,"wows_pearson":0.0178166218} -{"dataset":"pointwise-20250309-test","team":"wows25-karma","approach":"pointwise-retrieval-dph","wows_tau_ap":-0.0234427955,"wows_kendall":-0.0139686679,"wows_spearman":-0.0182248009,"wows_pearson":-0.0182248009} -{"dataset":"pointwise-20250309-test","team":"wows25-karma","approach":"pointwise-retrieval-tf-idf","wows_tau_ap":-0.1200655828,"wows_kendall":-0.1152696136,"wows_spearman":-0.1520076491,"wows_pearson":-0.1520076491} -{"dataset":"pointwise-20250309-test","team":"wows25-karma","approach":"pointwise-retrieval-tf","wows_tau_ap":-0.0865174659,"wows_kendall":-0.0977257399,"wows_spearman":-0.136481784,"wows_pearson":-0.136481784} -{"dataset":"pointwise-20250309-test","team":"wows25-karma","approach":"pointwise-retrieval-h-lm","wows_tau_ap":-0.0335518773,"wows_kendall":-0.0287973663,"wows_spearman":-0.0337090828,"wows_pearson":-0.0337090828} -{"dataset":"pointwise-20250309-test","team":"wows25-karma","approach":"auto-qrels-pointwise-f-t5-s","wows_tau_ap":-0.0648822612,"wows_kendall":-0.0365255801,"wows_spearman":-0.0440127188,"wows_pearson":-0.0440127188} -{"dataset":"pointwise-20250309-test","team":"wows25-ada-adler","approach":"snorkel-pointwise","wows_tau_ap":0.169652726,"wows_kendall":0.1684274431,"wows_spearman":0.2296841708,"wows_pearson":0.2296841708} -{"dataset":"pairwise-20250309-test","team":"wows25-elizabeth-futas","approach":"pw-prompt-01-flan-t5-small","wows_tau_ap":0.0248908812,"wows_kendall":0.0454594766,"wows_spearman":0.0673040221,"wows_pearson":0.0673040221} -{"dataset":"pairwise-20250309-test","team":"wows25-karma","approach":"query-by-relevant-doc-bm25","wows_tau_ap":-0.1256838918,"wows_kendall":-0.1011950577,"wows_spearman":-0.1354983548,"wows_pearson":-0.1354983548} -{"dataset":"pairwise-20250309-test","team":"wows25-karma","approach":"query-by-relevant-doc-pl2","wows_tau_ap":-0.1989991941,"wows_kendall":-0.2062058014,"wows_spearman":-0.2686889923,"wows_pearson":-0.2686889923} -{"dataset":"pairwise-20250309-test","team":"wows25-karma","approach":"query-by-relevant-doc-dph","wows_tau_ap":-0.2162329612,"wows_kendall":-0.2633348382,"wows_spearman":-0.3558899705,"wows_pearson":-0.3558899705} -{"dataset":"pairwise-20250309-test","team":"wows25-karma","approach":"query-by-relevant-doc-tf","wows_tau_ap":-0.1574624329,"wows_kendall":-0.1842506729,"wows_spearman":-0.2580897033,"wows_pearson":-0.2580897033} -{"dataset":"pairwise-20250309-test","team":"wows25-karma","approach":"query-by-relevant-doc-tf-idf","wows_tau_ap":-0.2405813655,"wows_kendall":-0.2989045922,"wows_spearman":-0.4106459561,"wows_pearson":-0.4106459561} -{"dataset":"pairwise-20250309-test","team":"wows25-karma","approach":"query-by-relevant-doc-h-lm","wows_tau_ap":-0.2221358608,"wows_kendall":-0.2425820353,"wows_spearman":-0.3315313773,"wows_pearson":-0.3315313773} -{"dataset":"pairwise-20250309-test","team":"wows25-karma","approach":"auto-qrels-pairwise-f-t5-s","wows_tau_ap":0.0802843652,"wows_kendall":0.0926537248,"wows_spearman":0.1385306474,"wows_pearson":0.1385306474} -{"dataset":"pairwise-20250309-test","team":"wows25-zoe-heriot","approach":"pw-prompt-01-flan-t5-base","wows_tau_ap":0.1637348671,"wows_kendall":0.1789383586,"wows_spearman":0.2664533902,"wows_pearson":0.2664533902} -{"dataset":"pairwise-20250309-test","team":"wows25-zoe-heriot","approach":"pw-prompt-01-flan-t5-large","wows_tau_ap":0.2419641969,"wows_kendall":0.2968963318,"wows_spearman":0.4270814112,"wows_pearson":0.4270814112} -{"dataset":"pairwise-20250309-test","team":"wows25-zoe-heriot","approach":"pw-prompt-02-flan-t5-large","wows_tau_ap":0.2362664566,"wows_kendall":0.2855011843,"wows_spearman":0.4098179639,"wows_pearson":0.4098179639} -{"dataset":"pairwise-20250309-test","team":"wows25-zoe-heriot","approach":"pw-prompt-02-flan-t5-base","wows_tau_ap":0.2016007919,"wows_kendall":0.2080253253,"wows_spearman":0.2805026667,"wows_pearson":0.2805026667} -{"dataset":"pairwise-20250309-test","team":"wows25-zoe-heriot","approach":"pw-prompt-02-flan-t5-small","wows_tau_ap":0.0445548605,"wows_kendall":0.0911896823,"wows_spearman":0.1238306512,"wows_pearson":0.1238306512} -{"dataset":"pairwise-20250309-test","team":"wows25-ada-adler","approach":"pairwise-snorkel","wows_tau_ap":0.0321392321,"wows_kendall":0.0244760427,"wows_spearman":0.0355126509,"wows_pearson":0.0355126509} -{"dataset":"pairwise-20250309-test","team":"wows25-ada-adler","approach":"relevance-feedback-all","wows_tau_ap":0.1835679066,"wows_kendall":0.19285148,"wows_spearman":0.2657961179,"wows_pearson":0.2657961179} -{"dataset":"pairwise-20250309-test","team":"wows25-ada-adler","approach":"relevance-feedback-one","wows_tau_ap":0.160905374,"wows_kendall":0.2001110197,"wows_spearman":0.2755199825,"wows_pearson":0.2755199825} +{"dataset":"pointwise-20250309-test","team":"wows25-elizabeth-futas","approach":"pw-prompt-01-flan-t5-small","wows_tau_ap":-0.0207343422,"wows_kendall":-0.0022917846,"wows_spearman":-0.0012596584,"wows_pearson":-0.0012596584} +{"dataset":"pointwise-20250309-test","team":"wows25-elizabeth-futas","approach":"pw-prompt-01-flan-t5-base","wows_tau_ap":0.0844840563,"wows_kendall":0.0985052138,"wows_spearman":0.1349802295,"wows_pearson":0.1349802295} +{"dataset":"pointwise-20250309-test","team":"wows25-elizabeth-futas","approach":"pw-prompt-01-flan-t5-large","wows_tau_ap":0.2130480274,"wows_kendall":0.2831335366,"wows_spearman":0.3961664239,"wows_pearson":0.3961664239} +{"dataset":"pointwise-20250309-test","team":"wows25-elizabeth-futas","approach":"pw-prompt-02-flan-t5-large","wows_tau_ap":0.1971099721,"wows_kendall":0.2505301997,"wows_spearman":0.3565220588,"wows_pearson":0.3565220588} +{"dataset":"pointwise-20250309-test","team":"wows25-elizabeth-futas","approach":"pw-prompt-02-flan-t5-base","wows_tau_ap":0.0506070917,"wows_kendall":0.0604154958,"wows_spearman":0.0845099546,"wows_pearson":0.0845099546} +{"dataset":"pointwise-20250309-test","team":"wows25-elizabeth-futas","approach":"pw-prompt-02-flan-t5-small","wows_tau_ap":0.0386072051,"wows_kendall":0.0612705854,"wows_spearman":0.0725023907,"wows_pearson":0.0725023907} +{"dataset":"pointwise-20250309-test","team":"wows25-elizabeth-futas","approach":"pw-prompt-03-flan-t5-small","wows_tau_ap":-0.1528344045,"wows_kendall":-0.1744836313,"wows_spearman":-0.2417170179,"wows_pearson":-0.2417170179} +{"dataset":"pointwise-20250309-test","team":"wows25-elizabeth-futas","approach":"pw-prompt-03-flan-t5-base","wows_tau_ap":0.0488583793,"wows_kendall":0.0622226164,"wows_spearman":0.0773476563,"wows_pearson":0.0773476563} +{"dataset":"pointwise-20250309-test","team":"wows25-elizabeth-futas","approach":"pw-prompt-03-flan-t5-large","wows_tau_ap":-0.0182896086,"wows_kendall":-0.0115079765,"wows_spearman":-0.0186615056,"wows_pearson":-0.0186615056} +{"dataset":"pointwise-20250309-test","team":"wows25-karma","approach":"pointwise-retrieval-bm25","wows_tau_ap":0.0844479821,"wows_kendall":0.107949136,"wows_spearman":0.1512607584,"wows_pearson":0.1512607584} +{"dataset":"pointwise-20250309-test","team":"wows25-karma","approach":"pointwise-retrieval-pl2","wows_tau_ap":0.0046357991,"wows_kendall":0.0125631219,"wows_spearman":0.0178166218,"wows_pearson":0.0178166218} +{"dataset":"pointwise-20250309-test","team":"wows25-karma","approach":"pointwise-retrieval-dph","wows_tau_ap":-0.0234427955,"wows_kendall":-0.0139686679,"wows_spearman":-0.0182248009,"wows_pearson":-0.0182248009} +{"dataset":"pointwise-20250309-test","team":"wows25-karma","approach":"pointwise-retrieval-tf-idf","wows_tau_ap":-0.1200655828,"wows_kendall":-0.1152696136,"wows_spearman":-0.1520076491,"wows_pearson":-0.1520076491} +{"dataset":"pointwise-20250309-test","team":"wows25-karma","approach":"pointwise-retrieval-tf","wows_tau_ap":-0.0865174659,"wows_kendall":-0.0977257399,"wows_spearman":-0.136481784,"wows_pearson":-0.136481784} +{"dataset":"pointwise-20250309-test","team":"wows25-karma","approach":"pointwise-retrieval-h-lm","wows_tau_ap":-0.0335518773,"wows_kendall":-0.0287973663,"wows_spearman":-0.0337090828,"wows_pearson":-0.0337090828} +{"dataset":"pointwise-20250309-test","team":"wows25-karma","approach":"auto-qrels-pointwise-f-t5-s","wows_tau_ap":-0.0648822612,"wows_kendall":-0.0365255801,"wows_spearman":-0.0440127188,"wows_pearson":-0.0440127188} +{"dataset":"pointwise-20250309-test","team":"wows25-ada-adler","approach":"snorkel-pointwise","wows_tau_ap":0.169652726,"wows_kendall":0.1684274431,"wows_spearman":0.2296841708,"wows_pearson":0.2296841708} +{"dataset":"pairwise-20250309-test","team":"wows25-elizabeth-futas","approach":"pw-prompt-01-flan-t5-small","wows_tau_ap":0.0248908812,"wows_kendall":0.0454594766,"wows_spearman":0.0673040221,"wows_pearson":0.0673040221} +{"dataset":"pairwise-20250309-test","team":"wows25-karma","approach":"query-by-relevant-doc-bm25","wows_tau_ap":-0.1256838918,"wows_kendall":-0.1011950577,"wows_spearman":-0.1354983548,"wows_pearson":-0.1354983548} +{"dataset":"pairwise-20250309-test","team":"wows25-karma","approach":"query-by-relevant-doc-pl2","wows_tau_ap":-0.1989991941,"wows_kendall":-0.2062058014,"wows_spearman":-0.2686889923,"wows_pearson":-0.2686889923} +{"dataset":"pairwise-20250309-test","team":"wows25-karma","approach":"query-by-relevant-doc-dph","wows_tau_ap":-0.2162329612,"wows_kendall":-0.2633348382,"wows_spearman":-0.3558899705,"wows_pearson":-0.3558899705} +{"dataset":"pairwise-20250309-test","team":"wows25-karma","approach":"query-by-relevant-doc-tf","wows_tau_ap":-0.1574624329,"wows_kendall":-0.1842506729,"wows_spearman":-0.2580897033,"wows_pearson":-0.2580897033} +{"dataset":"pairwise-20250309-test","team":"wows25-karma","approach":"query-by-relevant-doc-tf-idf","wows_tau_ap":-0.2405813655,"wows_kendall":-0.2989045922,"wows_spearman":-0.4106459561,"wows_pearson":-0.4106459561} +{"dataset":"pairwise-20250309-test","team":"wows25-karma","approach":"query-by-relevant-doc-h-lm","wows_tau_ap":-0.2221358608,"wows_kendall":-0.2425820353,"wows_spearman":-0.3315313773,"wows_pearson":-0.3315313773} +{"dataset":"pairwise-20250309-test","team":"wows25-karma","approach":"auto-qrels-pairwise-f-t5-s","wows_tau_ap":0.0802843652,"wows_kendall":0.0926537248,"wows_spearman":0.1385306474,"wows_pearson":0.1385306474} +{"dataset":"pairwise-20250309-test","team":"wows25-zoe-heriot","approach":"pw-prompt-01-flan-t5-base","wows_tau_ap":0.1637348671,"wows_kendall":0.1789383586,"wows_spearman":0.2664533902,"wows_pearson":0.2664533902} +{"dataset":"pairwise-20250309-test","team":"wows25-zoe-heriot","approach":"pw-prompt-01-flan-t5-large","wows_tau_ap":0.2419641969,"wows_kendall":0.2968963318,"wows_spearman":0.4270814112,"wows_pearson":0.4270814112} +{"dataset":"pairwise-20250309-test","team":"wows25-zoe-heriot","approach":"pw-prompt-02-flan-t5-large","wows_tau_ap":0.2362664566,"wows_kendall":0.2855011843,"wows_spearman":0.4098179639,"wows_pearson":0.4098179639} +{"dataset":"pairwise-20250309-test","team":"wows25-zoe-heriot","approach":"pw-prompt-02-flan-t5-base","wows_tau_ap":0.2016007919,"wows_kendall":0.2080253253,"wows_spearman":0.2805026667,"wows_pearson":0.2805026667} +{"dataset":"pairwise-20250309-test","team":"wows25-zoe-heriot","approach":"pw-prompt-02-flan-t5-small","wows_tau_ap":0.0445548605,"wows_kendall":0.0911896823,"wows_spearman":0.1238306512,"wows_pearson":0.1238306512} +{"dataset":"pairwise-20250309-test","team":"wows25-ada-adler","approach":"pairwise-snorkel","wows_tau_ap":0.0321392321,"wows_kendall":0.0244760427,"wows_spearman":0.0355126509,"wows_pearson":0.0355126509} +{"dataset":"pairwise-20250309-test","team":"wows25-ada-adler","approach":"relevance-feedback-all","wows_tau_ap":0.1835679066,"wows_kendall":0.19285148,"wows_spearman":0.2657961179,"wows_pearson":0.2657961179} +{"dataset":"pairwise-20250309-test","team":"wows25-ada-adler","approach":"relevance-feedback-one","wows_tau_ap":0.160905374,"wows_kendall":0.2001110197,"wows_spearman":0.2755199825,"wows_pearson":0.2755199825} diff --git a/ecir25/wows-eval/Makefile b/ecir25/wows-eval/Makefile index 3966c86..914958b 100644 --- a/ecir25/wows-eval/Makefile +++ b/ecir25/wows-eval/Makefile @@ -1,8 +1,8 @@ -build-pypi-package: run-tests - rm -Rf dist - python3 -m build --sdist . - python3 -m build --wheel . - twine upload dist/wows_eval-*-py3-none-any.whl dist/wows_eval-*.tar.gz - -run-tests: - pytest +build-pypi-package: run-tests + rm -Rf dist + python3 -m build --sdist . + python3 -m build --wheel . + twine upload dist/wows_eval-*-py3-none-any.whl dist/wows_eval-*.tar.gz + +run-tests: + pytest diff --git a/ecir25/wows-eval/build-runs/build-runs.py b/ecir25/wows-eval/build-runs/build-runs.py index f36707a..ece87c6 100755 --- a/ecir25/wows-eval/build-runs/build-runs.py +++ b/ecir25/wows-eval/build-runs/build-runs.py @@ -1,82 +1,82 @@ -#!/usr/bin/env python3 -from trectools import TrecQrel, TrecRun, TrecEval -from pathlib import Path -import pandas as pd -import json -from random import shuffle - -def load_qrels(file_name): - ret = TrecQrel() - df = [] - with open(file_name, 'r') as f: - for l in f: - l = json.loads(l) - df.append({"query": l["query_id"], "q0": "0", "docid": l["unknown_doc_id"], "rel": l["qrel_unknown_doc"]}) - - ret.qrel_data = pd.DataFrame(df) - return ret - -def trec_run(query, docs): - ret = TrecRun() - df = [] - for doc in docs: - df.append({"query": query, "q0": "0", "docid": doc, "rank": 1+len(df), "score": 1000-len(df), "system": "system"}) - ret.run_data = pd.DataFrame(df) - return ret - -def produce_rankings(qrels): - query = list(qrels["query"].unique())[0] - ret = [] - q = TrecQrel() - q.qrels_data = qrels - docs = list(qrels.sort_values("rel", ascending=False)["docid"]) - for i in range(0, 500): - shuffle(docs) - ret.append(trec_run(query, docs)) - - ret_parsed = [] - ret = [trec_run(query, qrels.sort_values("rel", ascending=False)["docid"])] + \ - ret + \ - [trec_run(query, qrels.sort_values("rel", ascending=True)["docid"])] - for run in ret: - te = TrecEval(run, q) - ret_parsed.append({"run": run, "ndcg": te.get_ndcg(depth=10)}) - return ret_parsed - -def process(directory): - qrels = load_qrels(directory / "labels.jsonl") - final_runs = [[] for i in range(20)] - - for query in qrels.qrel_data["query"].unique(): - out_dir = directory/ "synthetic-runs"/ query - out_dir.mkdir(exist_ok=True, parents=True) - qrels_for_query = qrels.qrel_data[qrels.qrel_data["query"] == query].copy() - runs = produce_rankings(qrels_for_query) - selected_runs = [] - lower_bound = 0.99 - while lower_bound >= 0: - upper_bound = lower_bound + 0.02 - for run in runs: - if run["ndcg"] >= lower_bound and run["ndcg"] <= upper_bound: - selected_runs.append(run) - break - - lower_bound -= 0.02 - - q = TrecQrel() - q.qrels_data = qrels_for_query - scores = [] - num = 0 - for run in selected_runs: - te = TrecEval(run["run"], q) - scores.append(te.get_ndcg(depth=10)) - run["run"].run_data.to_csv(out_dir / f"{num}.run.gz", sep=" ", header=False, index=False) - num += 1 - Path(query) - print("\t", len(scores), ":", scores) - - print("\n\n\n") - -if __name__ == '__main__': - process(Path('data')) - +#!/usr/bin/env python3 +from trectools import TrecQrel, TrecRun, TrecEval +from pathlib import Path +import pandas as pd +import json +from random import shuffle + +def load_qrels(file_name): + ret = TrecQrel() + df = [] + with open(file_name, 'r') as f: + for l in f: + l = json.loads(l) + df.append({"query": l["query_id"], "q0": "0", "docid": l["unknown_doc_id"], "rel": l["qrel_unknown_doc"]}) + + ret.qrel_data = pd.DataFrame(df) + return ret + +def trec_run(query, docs): + ret = TrecRun() + df = [] + for doc in docs: + df.append({"query": query, "q0": "0", "docid": doc, "rank": 1+len(df), "score": 1000-len(df), "system": "system"}) + ret.run_data = pd.DataFrame(df) + return ret + +def produce_rankings(qrels): + query = list(qrels["query"].unique())[0] + ret = [] + q = TrecQrel() + q.qrels_data = qrels + docs = list(qrels.sort_values("rel", ascending=False)["docid"]) + for i in range(0, 500): + shuffle(docs) + ret.append(trec_run(query, docs)) + + ret_parsed = [] + ret = [trec_run(query, qrels.sort_values("rel", ascending=False)["docid"])] + \ + ret + \ + [trec_run(query, qrels.sort_values("rel", ascending=True)["docid"])] + for run in ret: + te = TrecEval(run, q) + ret_parsed.append({"run": run, "ndcg": te.get_ndcg(depth=10)}) + return ret_parsed + +def process(directory): + qrels = load_qrels(directory / "labels.jsonl") + final_runs = [[] for i in range(20)] + + for query in qrels.qrel_data["query"].unique(): + out_dir = directory/ "synthetic-runs"/ query + out_dir.mkdir(exist_ok=True, parents=True) + qrels_for_query = qrels.qrel_data[qrels.qrel_data["query"] == query].copy() + runs = produce_rankings(qrels_for_query) + selected_runs = [] + lower_bound = 0.99 + while lower_bound >= 0: + upper_bound = lower_bound + 0.02 + for run in runs: + if run["ndcg"] >= lower_bound and run["ndcg"] <= upper_bound: + selected_runs.append(run) + break + + lower_bound -= 0.02 + + q = TrecQrel() + q.qrels_data = qrels_for_query + scores = [] + num = 0 + for run in selected_runs: + te = TrecEval(run["run"], q) + scores.append(te.get_ndcg(depth=10)) + run["run"].run_data.to_csv(out_dir / f"{num}.run.gz", sep=" ", header=False, index=False) + num += 1 + Path(query) + print("\t", len(scores), ":", scores) + + print("\n\n\n") + +if __name__ == '__main__': + process(Path('data')) + diff --git a/ecir25/wows-eval/build-runs/verify-runs.py b/ecir25/wows-eval/build-runs/verify-runs.py index 8a5fc9c..371796e 100755 --- a/ecir25/wows-eval/build-runs/verify-runs.py +++ b/ecir25/wows-eval/build-runs/verify-runs.py @@ -1,44 +1,44 @@ -#!/usr/bin/env python3 -from trectools import TrecQrel, TrecRun, TrecEval -from pathlib import Path -import pandas as pd -import json -from random import shuffle -import os - -def load_qrels(file_name): - ret = TrecQrel() - df = [] - with open(file_name, 'r') as f: - for l in f: - l = json.loads(l) - df.append({"query": l["query_id"], "q0": "0", "docid": l["unknown_doc_id"], "rel": l["qrel_unknown_doc"]}) - - ret.qrel_data = pd.DataFrame(df) - return ret - -def trec_runs(directory, query): - ret = [] - for f in os.listdir(directory / query): - ret.append(TrecRun(directory / query / f)) - return ret - -def process(directory, run_dir): - qrels = load_qrels(directory / "labels.jsonl") - final_runs = [[] for i in range(20)] - - for query in qrels.qrel_data["query"].unique(): - qrels_for_query = qrels.qrel_data[qrels.qrel_data["query"] == query].copy() - runs = trec_runs(run_dir, query) - - q = TrecQrel() - q.qrels_data = qrels_for_query - scores = [] - for run in runs: - te = TrecEval(run, q) - scores.append(te.get_ndcg(depth=10)) - print("\t", len(scores), ":", scores) - -if __name__ == '__main__': - process(Path('data'), Path('data') / 'synthetic-runs') - +#!/usr/bin/env python3 +from trectools import TrecQrel, TrecRun, TrecEval +from pathlib import Path +import pandas as pd +import json +from random import shuffle +import os + +def load_qrels(file_name): + ret = TrecQrel() + df = [] + with open(file_name, 'r') as f: + for l in f: + l = json.loads(l) + df.append({"query": l["query_id"], "q0": "0", "docid": l["unknown_doc_id"], "rel": l["qrel_unknown_doc"]}) + + ret.qrel_data = pd.DataFrame(df) + return ret + +def trec_runs(directory, query): + ret = [] + for f in os.listdir(directory / query): + ret.append(TrecRun(directory / query / f)) + return ret + +def process(directory, run_dir): + qrels = load_qrels(directory / "labels.jsonl") + final_runs = [[] for i in range(20)] + + for query in qrels.qrel_data["query"].unique(): + qrels_for_query = qrels.qrel_data[qrels.qrel_data["query"] == query].copy() + runs = trec_runs(run_dir, query) + + q = TrecQrel() + q.qrels_data = qrels_for_query + scores = [] + for run in runs: + te = TrecEval(run, q) + scores.append(te.get_ndcg(depth=10)) + print("\t", len(scores), ":", scores) + +if __name__ == '__main__': + process(Path('data'), Path('data') / 'synthetic-runs') + diff --git a/ecir25/wows-eval/setup.cfg b/ecir25/wows-eval/setup.cfg index b91ebfb..6f49f8b 100644 --- a/ecir25/wows-eval/setup.cfg +++ b/ecir25/wows-eval/setup.cfg @@ -1,53 +1,53 @@ -[metadata] -name = wows-eval -version = attr: wows_eval.__version__ -author = Maik Froebe -author_email = maik.froebe@uni-weimar.de -maintainer = Maik Froebe -description = Evaluation script for the wows-eval shared task. -long_description = file: README.md -long_description_content_type = text/markdown -license_file = LICENSE -url = https://github.com/OpenWebSearch/wows-code/tree/main/ecir25/wows-eval -project_urls = - Bug Tracker = https://github.com/OpenWebSearch/wows-code/issues -classifiers = - Programming Language :: Python :: 3 - Programming Language :: Python :: 3 :: Only - Programming Language :: Python :: 3.7 - Programming Language :: Python :: 3.8 - Programming Language :: Python :: 3.9 - Programming Language :: Python :: 3.10 - Programming Language :: Python :: 3.11 - Programming Language :: Python :: 3.12 - License :: OSI Approved :: MIT License - Operating System :: OS Independent - Intended Audience :: Science/Research - Topic :: Scientific/Engineering - -[options] -python_requires = >=3.7 -include_package_data = True -packages = find: -install_requires = - tira>=0.0.156 - tirex-tracker>=0.2.10 - pyyaml - pandas - packaging - trectools - click - tqdm - -[options.extras_require] -test = - pytest>=8.0,==8.* - -[options.entry_points] -console_scripts = - wows-eval = wows_eval:cli - -[flake8] -max-line-length = 120 -extend-ignore = E203 -max-complexity = 10 +[metadata] +name = wows-eval +version = attr: wows_eval.__version__ +author = Maik Froebe +author_email = maik.froebe@uni-weimar.de +maintainer = Maik Froebe +description = Evaluation script for the wows-eval shared task. +long_description = file: README.md +long_description_content_type = text/markdown +license_file = LICENSE +url = https://github.com/OpenWebSearch/wows-code/tree/main/ecir25/wows-eval +project_urls = + Bug Tracker = https://github.com/OpenWebSearch/wows-code/issues +classifiers = + Programming Language :: Python :: 3 + Programming Language :: Python :: 3 :: Only + Programming Language :: Python :: 3.7 + Programming Language :: Python :: 3.8 + Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 + License :: OSI Approved :: MIT License + Operating System :: OS Independent + Intended Audience :: Science/Research + Topic :: Scientific/Engineering + +[options] +python_requires = >=3.7 +include_package_data = True +packages = find: +install_requires = + tira>=0.0.156 + tirex-tracker>=0.2.10 + pyyaml + pandas + packaging + trectools + click + tqdm + +[options.extras_require] +test = + pytest>=8.0,==8.* + +[options.entry_points] +console_scripts = + wows-eval = wows_eval:cli + +[flake8] +max-line-length = 120 +extend-ignore = E203 +max-complexity = 10 diff --git a/ecir25/wows-eval/setup.py b/ecir25/wows-eval/setup.py index fc1f76c..e31fce4 100644 --- a/ecir25/wows-eval/setup.py +++ b/ecir25/wows-eval/setup.py @@ -1,3 +1,3 @@ -from setuptools import setup - +from setuptools import setup + setup() \ No newline at end of file diff --git a/ecir25/wows-eval/tests/wows_eval_pairwise_test.py b/ecir25/wows-eval/tests/wows_eval_pairwise_test.py index 4f1bd92..77aeead 100644 --- a/ecir25/wows-eval/tests/wows_eval_pairwise_test.py +++ b/ecir25/wows-eval/tests/wows_eval_pairwise_test.py @@ -1,180 +1,180 @@ -import unittest - -from wows_eval import evaluate -from tirex_tracker import tracking - -class TestEvaluationTest(unittest.TestCase): - def test_perfect_correlation_01(self): - expected = {'tau_ap': 1.0, 'kendall': 1.0, 'pearson': 1.0, 'spearman': 1.0} - - predictions = [ - {"id": "1", "probability_relevant": 2}, - {"id": "2", "probability_relevant": 2}, - {"id": "3", "probability_relevant": 3}, - {"id": "4", "probability_relevant": 3}, - {"id": "5", "probability_relevant": 1}, - {"id": "6", "probability_relevant": 1}, - ] - truth_data = [ - {"id": "1", "query_id": "qid-1", "relevant_doc_id": "a", "unknown_doc_id": "d-1", "qrel_unknown_doc": 2}, - {"id": "2", "query_id": "qid-1", "relevant_doc_id": "b", "unknown_doc_id": "d-1", "qrel_unknown_doc": 2}, - {"id": "3", "query_id": "qid-1", "relevant_doc_id": "a", "unknown_doc_id": "d-2", "qrel_unknown_doc": 3}, - {"id": "4", "query_id": "qid-1", "relevant_doc_id": "b", "unknown_doc_id": "d-2", "qrel_unknown_doc": 3}, - {"id": "5", "query_id": "qid-1", "relevant_doc_id": "a", "unknown_doc_id": "d-3", "qrel_unknown_doc": 1}, - {"id": "6", "query_id": "qid-1", "relevant_doc_id": "b", "unknown_doc_id": "d-3", "qrel_unknown_doc": 1}, - ] - - actual = evaluate(predictions, truth_data, 'system_name', 'description', return_df=False) - for k in expected: - self.assertAlmostEqual(expected[k], actual[k], delta=0.00001, msg=k) - - def test_perfect_correlation_02(self): - expected = {'tau_ap': 1.0, 'kendall': 1.0, 'pearson': 1.0, 'spearman': 1.0} - - predictions = [ - {"id": "1", "probability_relevant": 20}, - {"id": "2", "probability_relevant": 20}, - {"id": "3", "probability_relevant": 30}, - {"id": "4", "probability_relevant": 30}, - {"id": "5", "probability_relevant": 10}, - {"id": "6", "probability_relevant": 10}, - ] - truth_data = [ - {"id": "1", "query_id": "qid-1", "relevant_doc_id": "a", "unknown_doc_id": "d-1", "qrel_unknown_doc": 2}, - {"id": "2", "query_id": "qid-1", "relevant_doc_id": "b", "unknown_doc_id": "d-1", "qrel_unknown_doc": 2}, - {"id": "3", "query_id": "qid-1", "relevant_doc_id": "a", "unknown_doc_id": "d-2", "qrel_unknown_doc": 3}, - {"id": "4", "query_id": "qid-1", "relevant_doc_id": "b", "unknown_doc_id": "d-2", "qrel_unknown_doc": 3}, - {"id": "5", "query_id": "qid-1", "relevant_doc_id": "a", "unknown_doc_id": "d-3", "qrel_unknown_doc": 1}, - {"id": "6", "query_id": "qid-1", "relevant_doc_id": "b", "unknown_doc_id": "d-3", "qrel_unknown_doc": 1}, - ] - - actual = evaluate(predictions, truth_data, 'system_name', 'description', return_df=False) - for k in expected: - self.assertAlmostEqual(expected[k], actual[k], delta=0.00001, msg=k) - - def test_non_perfect_correlation_01(self): - expected = {'tau_ap': 0.5, 'kendall': 0.33333333333, 'pearson': 0.5, 'spearman': 0.5} - - predictions = [ - {"id": "1", "probability_relevant": 20}, - {"id": "2", "probability_relevant": 20}, - {"id": "3", "probability_relevant": 30}, - {"id": "4", "probability_relevant": 30}, - {"id": "5", "probability_relevant": 21}, - {"id": "6", "probability_relevant": 21}, - ] - truth_data = [ - {"id": "1", "query_id": "qid-1", "relevant_doc_id": "a", "unknown_doc_id": "d-1", "qrel_unknown_doc": 2}, - {"id": "2", "query_id": "qid-1", "relevant_doc_id": "b", "unknown_doc_id": "d-1", "qrel_unknown_doc": 2}, - {"id": "3", "query_id": "qid-1", "relevant_doc_id": "a", "unknown_doc_id": "d-2", "qrel_unknown_doc": 3}, - {"id": "4", "query_id": "qid-1", "relevant_doc_id": "b", "unknown_doc_id": "d-2", "qrel_unknown_doc": 3}, - {"id": "5", "query_id": "qid-1", "relevant_doc_id": "a", "unknown_doc_id": "d-3", "qrel_unknown_doc": 1}, - {"id": "6", "query_id": "qid-1", "relevant_doc_id": "b", "unknown_doc_id": "d-3", "qrel_unknown_doc": 1}, - ] - - actual = evaluate(predictions, truth_data, 'system_name', 'description', return_df=False) - for k in expected: - self.assertAlmostEqual(expected[k], actual[k], delta=0.00001, msg=k) - - - def test_non_perfect_correlation_02(self): - expected = {'tau_ap': 0.5, 'kendall': 0.33333333333, 'pearson': 0.5, 'spearman': 0.5} - - predictions = [ - {"id": "1", "probability_relevant": 1}, - {"id": "2", "probability_relevant": 1}, - {"id": "3", "probability_relevant": 3}, - {"id": "4", "probability_relevant": 3}, - {"id": "5", "probability_relevant": 2}, - {"id": "6", "probability_relevant": 2}, - ] - truth_data = [ - {"id": "1", "query_id": "qid-1", "relevant_doc_id": "a", "unknown_doc_id": "d-1", "qrel_unknown_doc": 2}, - {"id": "2", "query_id": "qid-1", "relevant_doc_id": "b", "unknown_doc_id": "d-1", "qrel_unknown_doc": 2}, - {"id": "3", "query_id": "qid-1", "relevant_doc_id": "a", "unknown_doc_id": "d-2", "qrel_unknown_doc": 3}, - {"id": "4", "query_id": "qid-1", "relevant_doc_id": "b", "unknown_doc_id": "d-2", "qrel_unknown_doc": 3}, - {"id": "5", "query_id": "qid-1", "relevant_doc_id": "a", "unknown_doc_id": "d-3", "qrel_unknown_doc": 1}, - {"id": "6", "query_id": "qid-1", "relevant_doc_id": "b", "unknown_doc_id": "d-3", "qrel_unknown_doc": 1}, - ] - - actual = evaluate(predictions, truth_data, 'system_name', 'description', return_df=False) - for k in expected: - self.assertAlmostEqual(expected[k], actual[k], delta=0.00001, msg=k) - - def test_least_non_perfect_correlation_01(self): - expected = {'tau_ap': -0.5, 'kendall': -0.33333333333, 'pearson': -0.5, 'spearman': -0.5} - - predictions = [ - {"id": "1", "probability_relevant": 1}, - {"id": "2", "probability_relevant": 1}, - {"id": "3", "probability_relevant": 2}, - {"id": "4", "probability_relevant": 2}, - {"id": "5", "probability_relevant": 3}, - {"id": "6", "probability_relevant": 3}, - ] - truth_data = [ - {"id": "1", "query_id": "qid-1", "relevant_doc_id": "a", "unknown_doc_id": "d-1", "qrel_unknown_doc": 2}, - {"id": "2", "query_id": "qid-1", "relevant_doc_id": "b", "unknown_doc_id": "d-1", "qrel_unknown_doc": 2}, - {"id": "3", "query_id": "qid-1", "relevant_doc_id": "a", "unknown_doc_id": "d-2", "qrel_unknown_doc": 3}, - {"id": "4", "query_id": "qid-1", "relevant_doc_id": "b", "unknown_doc_id": "d-2", "qrel_unknown_doc": 3}, - {"id": "5", "query_id": "qid-1", "relevant_doc_id": "a", "unknown_doc_id": "d-3", "qrel_unknown_doc": 1}, - {"id": "6", "query_id": "qid-1", "relevant_doc_id": "b", "unknown_doc_id": "d-3", "qrel_unknown_doc": 1}, - ] - - actual = evaluate(predictions, truth_data, 'system_name', 'description', return_df=False) - for k in expected: - self.assertAlmostEqual(expected[k], actual[k], delta=0.00001, msg=k) - - def test_least_non_perfect_correlation_02(self): - expected = {'tau_ap': -0.5, 'kendall': -0.33333333333, 'pearson': -0.5, 'spearman': -0.5} - - predictions = [ - {"id": "1", "probability_relevant": 1}, - {"id": "2", "probability_relevant": 1}, - {"id": "3", "probability_relevant": 2}, - {"id": "4", "probability_relevant": 2}, - {"id": "5", "probability_relevant": 3}, - {"id": "6", "probability_relevant": 3}, - ] - truth_data = [ - {"id": "1", "query_id": "qid-1", "relevant_doc_id": "a", "unknown_doc_id": "d-1", "qrel_unknown_doc": 2}, - {"id": "2", "query_id": "qid-1", "relevant_doc_id": "b", "unknown_doc_id": "d-1", "qrel_unknown_doc": 2}, - {"id": "3", "query_id": "qid-1", "relevant_doc_id": "a", "unknown_doc_id": "d-2", "qrel_unknown_doc": 3}, - {"id": "4", "query_id": "qid-1", "relevant_doc_id": "b", "unknown_doc_id": "d-2", "qrel_unknown_doc": 3}, - {"id": "5", "query_id": "qid-1", "relevant_doc_id": "a", "unknown_doc_id": "d-3", "qrel_unknown_doc": 1}, - {"id": "6", "query_id": "qid-1", "relevant_doc_id": "b", "unknown_doc_id": "d-3", "qrel_unknown_doc": 1}, - ] - - actual_df = evaluate(predictions, truth_data, 'system_name', 'description') - self.assertEqual(1, len(actual_df)) - actual = actual_df.iloc[0].to_dict() - for k in expected: - self.assertAlmostEqual(expected[k], actual[k], delta=0.00001, msg=k) - - - def test_least_non_perfect_correlation_03(self): - with tracking() as tracking_results: - expected = {'tau_ap': -0.5, 'kendall': -0.33333333333, 'pearson': -0.5, 'spearman': -0.5} - - predictions = [ - {"id": "1", "probability_relevant": 1}, - {"id": "2", "probability_relevant": 1}, - {"id": "3", "probability_relevant": 2}, - {"id": "4", "probability_relevant": 2}, - {"id": "5", "probability_relevant": 3}, - {"id": "6", "probability_relevant": 3}, - ] - truth_data = [ - {"id": "1", "query_id": "qid-1", "relevant_doc_id": "a", "unknown_doc_id": "d-1", "qrel_unknown_doc": 2}, - {"id": "2", "query_id": "qid-1", "relevant_doc_id": "b", "unknown_doc_id": "d-1", "qrel_unknown_doc": 2}, - {"id": "3", "query_id": "qid-1", "relevant_doc_id": "a", "unknown_doc_id": "d-2", "qrel_unknown_doc": 3}, - {"id": "4", "query_id": "qid-1", "relevant_doc_id": "b", "unknown_doc_id": "d-2", "qrel_unknown_doc": 3}, - {"id": "5", "query_id": "qid-1", "relevant_doc_id": "a", "unknown_doc_id": "d-3", "qrel_unknown_doc": 1}, - {"id": "6", "query_id": "qid-1", "relevant_doc_id": "b", "unknown_doc_id": "d-3", "qrel_unknown_doc": 1}, - ] - - actual_df = evaluate(predictions, truth_data, 'system_name', 'description', tracking_results=tracking_results) - self.assertEqual(1, len(actual_df)) - actual = actual_df.iloc[0].to_dict() - for k in expected: +import unittest + +from wows_eval import evaluate +from tirex_tracker import tracking + +class TestEvaluationTest(unittest.TestCase): + def test_perfect_correlation_01(self): + expected = {'tau_ap': 1.0, 'kendall': 1.0, 'pearson': 1.0, 'spearman': 1.0} + + predictions = [ + {"id": "1", "probability_relevant": 2}, + {"id": "2", "probability_relevant": 2}, + {"id": "3", "probability_relevant": 3}, + {"id": "4", "probability_relevant": 3}, + {"id": "5", "probability_relevant": 1}, + {"id": "6", "probability_relevant": 1}, + ] + truth_data = [ + {"id": "1", "query_id": "qid-1", "relevant_doc_id": "a", "unknown_doc_id": "d-1", "qrel_unknown_doc": 2}, + {"id": "2", "query_id": "qid-1", "relevant_doc_id": "b", "unknown_doc_id": "d-1", "qrel_unknown_doc": 2}, + {"id": "3", "query_id": "qid-1", "relevant_doc_id": "a", "unknown_doc_id": "d-2", "qrel_unknown_doc": 3}, + {"id": "4", "query_id": "qid-1", "relevant_doc_id": "b", "unknown_doc_id": "d-2", "qrel_unknown_doc": 3}, + {"id": "5", "query_id": "qid-1", "relevant_doc_id": "a", "unknown_doc_id": "d-3", "qrel_unknown_doc": 1}, + {"id": "6", "query_id": "qid-1", "relevant_doc_id": "b", "unknown_doc_id": "d-3", "qrel_unknown_doc": 1}, + ] + + actual = evaluate(predictions, truth_data, 'system_name', 'description', return_df=False) + for k in expected: + self.assertAlmostEqual(expected[k], actual[k], delta=0.00001, msg=k) + + def test_perfect_correlation_02(self): + expected = {'tau_ap': 1.0, 'kendall': 1.0, 'pearson': 1.0, 'spearman': 1.0} + + predictions = [ + {"id": "1", "probability_relevant": 20}, + {"id": "2", "probability_relevant": 20}, + {"id": "3", "probability_relevant": 30}, + {"id": "4", "probability_relevant": 30}, + {"id": "5", "probability_relevant": 10}, + {"id": "6", "probability_relevant": 10}, + ] + truth_data = [ + {"id": "1", "query_id": "qid-1", "relevant_doc_id": "a", "unknown_doc_id": "d-1", "qrel_unknown_doc": 2}, + {"id": "2", "query_id": "qid-1", "relevant_doc_id": "b", "unknown_doc_id": "d-1", "qrel_unknown_doc": 2}, + {"id": "3", "query_id": "qid-1", "relevant_doc_id": "a", "unknown_doc_id": "d-2", "qrel_unknown_doc": 3}, + {"id": "4", "query_id": "qid-1", "relevant_doc_id": "b", "unknown_doc_id": "d-2", "qrel_unknown_doc": 3}, + {"id": "5", "query_id": "qid-1", "relevant_doc_id": "a", "unknown_doc_id": "d-3", "qrel_unknown_doc": 1}, + {"id": "6", "query_id": "qid-1", "relevant_doc_id": "b", "unknown_doc_id": "d-3", "qrel_unknown_doc": 1}, + ] + + actual = evaluate(predictions, truth_data, 'system_name', 'description', return_df=False) + for k in expected: + self.assertAlmostEqual(expected[k], actual[k], delta=0.00001, msg=k) + + def test_non_perfect_correlation_01(self): + expected = {'tau_ap': 0.5, 'kendall': 0.33333333333, 'pearson': 0.5, 'spearman': 0.5} + + predictions = [ + {"id": "1", "probability_relevant": 20}, + {"id": "2", "probability_relevant": 20}, + {"id": "3", "probability_relevant": 30}, + {"id": "4", "probability_relevant": 30}, + {"id": "5", "probability_relevant": 21}, + {"id": "6", "probability_relevant": 21}, + ] + truth_data = [ + {"id": "1", "query_id": "qid-1", "relevant_doc_id": "a", "unknown_doc_id": "d-1", "qrel_unknown_doc": 2}, + {"id": "2", "query_id": "qid-1", "relevant_doc_id": "b", "unknown_doc_id": "d-1", "qrel_unknown_doc": 2}, + {"id": "3", "query_id": "qid-1", "relevant_doc_id": "a", "unknown_doc_id": "d-2", "qrel_unknown_doc": 3}, + {"id": "4", "query_id": "qid-1", "relevant_doc_id": "b", "unknown_doc_id": "d-2", "qrel_unknown_doc": 3}, + {"id": "5", "query_id": "qid-1", "relevant_doc_id": "a", "unknown_doc_id": "d-3", "qrel_unknown_doc": 1}, + {"id": "6", "query_id": "qid-1", "relevant_doc_id": "b", "unknown_doc_id": "d-3", "qrel_unknown_doc": 1}, + ] + + actual = evaluate(predictions, truth_data, 'system_name', 'description', return_df=False) + for k in expected: + self.assertAlmostEqual(expected[k], actual[k], delta=0.00001, msg=k) + + + def test_non_perfect_correlation_02(self): + expected = {'tau_ap': 0.5, 'kendall': 0.33333333333, 'pearson': 0.5, 'spearman': 0.5} + + predictions = [ + {"id": "1", "probability_relevant": 1}, + {"id": "2", "probability_relevant": 1}, + {"id": "3", "probability_relevant": 3}, + {"id": "4", "probability_relevant": 3}, + {"id": "5", "probability_relevant": 2}, + {"id": "6", "probability_relevant": 2}, + ] + truth_data = [ + {"id": "1", "query_id": "qid-1", "relevant_doc_id": "a", "unknown_doc_id": "d-1", "qrel_unknown_doc": 2}, + {"id": "2", "query_id": "qid-1", "relevant_doc_id": "b", "unknown_doc_id": "d-1", "qrel_unknown_doc": 2}, + {"id": "3", "query_id": "qid-1", "relevant_doc_id": "a", "unknown_doc_id": "d-2", "qrel_unknown_doc": 3}, + {"id": "4", "query_id": "qid-1", "relevant_doc_id": "b", "unknown_doc_id": "d-2", "qrel_unknown_doc": 3}, + {"id": "5", "query_id": "qid-1", "relevant_doc_id": "a", "unknown_doc_id": "d-3", "qrel_unknown_doc": 1}, + {"id": "6", "query_id": "qid-1", "relevant_doc_id": "b", "unknown_doc_id": "d-3", "qrel_unknown_doc": 1}, + ] + + actual = evaluate(predictions, truth_data, 'system_name', 'description', return_df=False) + for k in expected: + self.assertAlmostEqual(expected[k], actual[k], delta=0.00001, msg=k) + + def test_least_non_perfect_correlation_01(self): + expected = {'tau_ap': -0.5, 'kendall': -0.33333333333, 'pearson': -0.5, 'spearman': -0.5} + + predictions = [ + {"id": "1", "probability_relevant": 1}, + {"id": "2", "probability_relevant": 1}, + {"id": "3", "probability_relevant": 2}, + {"id": "4", "probability_relevant": 2}, + {"id": "5", "probability_relevant": 3}, + {"id": "6", "probability_relevant": 3}, + ] + truth_data = [ + {"id": "1", "query_id": "qid-1", "relevant_doc_id": "a", "unknown_doc_id": "d-1", "qrel_unknown_doc": 2}, + {"id": "2", "query_id": "qid-1", "relevant_doc_id": "b", "unknown_doc_id": "d-1", "qrel_unknown_doc": 2}, + {"id": "3", "query_id": "qid-1", "relevant_doc_id": "a", "unknown_doc_id": "d-2", "qrel_unknown_doc": 3}, + {"id": "4", "query_id": "qid-1", "relevant_doc_id": "b", "unknown_doc_id": "d-2", "qrel_unknown_doc": 3}, + {"id": "5", "query_id": "qid-1", "relevant_doc_id": "a", "unknown_doc_id": "d-3", "qrel_unknown_doc": 1}, + {"id": "6", "query_id": "qid-1", "relevant_doc_id": "b", "unknown_doc_id": "d-3", "qrel_unknown_doc": 1}, + ] + + actual = evaluate(predictions, truth_data, 'system_name', 'description', return_df=False) + for k in expected: + self.assertAlmostEqual(expected[k], actual[k], delta=0.00001, msg=k) + + def test_least_non_perfect_correlation_02(self): + expected = {'tau_ap': -0.5, 'kendall': -0.33333333333, 'pearson': -0.5, 'spearman': -0.5} + + predictions = [ + {"id": "1", "probability_relevant": 1}, + {"id": "2", "probability_relevant": 1}, + {"id": "3", "probability_relevant": 2}, + {"id": "4", "probability_relevant": 2}, + {"id": "5", "probability_relevant": 3}, + {"id": "6", "probability_relevant": 3}, + ] + truth_data = [ + {"id": "1", "query_id": "qid-1", "relevant_doc_id": "a", "unknown_doc_id": "d-1", "qrel_unknown_doc": 2}, + {"id": "2", "query_id": "qid-1", "relevant_doc_id": "b", "unknown_doc_id": "d-1", "qrel_unknown_doc": 2}, + {"id": "3", "query_id": "qid-1", "relevant_doc_id": "a", "unknown_doc_id": "d-2", "qrel_unknown_doc": 3}, + {"id": "4", "query_id": "qid-1", "relevant_doc_id": "b", "unknown_doc_id": "d-2", "qrel_unknown_doc": 3}, + {"id": "5", "query_id": "qid-1", "relevant_doc_id": "a", "unknown_doc_id": "d-3", "qrel_unknown_doc": 1}, + {"id": "6", "query_id": "qid-1", "relevant_doc_id": "b", "unknown_doc_id": "d-3", "qrel_unknown_doc": 1}, + ] + + actual_df = evaluate(predictions, truth_data, 'system_name', 'description') + self.assertEqual(1, len(actual_df)) + actual = actual_df.iloc[0].to_dict() + for k in expected: + self.assertAlmostEqual(expected[k], actual[k], delta=0.00001, msg=k) + + + def test_least_non_perfect_correlation_03(self): + with tracking() as tracking_results: + expected = {'tau_ap': -0.5, 'kendall': -0.33333333333, 'pearson': -0.5, 'spearman': -0.5} + + predictions = [ + {"id": "1", "probability_relevant": 1}, + {"id": "2", "probability_relevant": 1}, + {"id": "3", "probability_relevant": 2}, + {"id": "4", "probability_relevant": 2}, + {"id": "5", "probability_relevant": 3}, + {"id": "6", "probability_relevant": 3}, + ] + truth_data = [ + {"id": "1", "query_id": "qid-1", "relevant_doc_id": "a", "unknown_doc_id": "d-1", "qrel_unknown_doc": 2}, + {"id": "2", "query_id": "qid-1", "relevant_doc_id": "b", "unknown_doc_id": "d-1", "qrel_unknown_doc": 2}, + {"id": "3", "query_id": "qid-1", "relevant_doc_id": "a", "unknown_doc_id": "d-2", "qrel_unknown_doc": 3}, + {"id": "4", "query_id": "qid-1", "relevant_doc_id": "b", "unknown_doc_id": "d-2", "qrel_unknown_doc": 3}, + {"id": "5", "query_id": "qid-1", "relevant_doc_id": "a", "unknown_doc_id": "d-3", "qrel_unknown_doc": 1}, + {"id": "6", "query_id": "qid-1", "relevant_doc_id": "b", "unknown_doc_id": "d-3", "qrel_unknown_doc": 1}, + ] + + actual_df = evaluate(predictions, truth_data, 'system_name', 'description', tracking_results=tracking_results) + self.assertEqual(1, len(actual_df)) + actual = actual_df.iloc[0].to_dict() + for k in expected: self.assertAlmostEqual(expected[k], actual[k], delta=0.00001, msg=k) \ No newline at end of file diff --git a/ecir25/wows-eval/tests/wows_eval_test.py b/ecir25/wows-eval/tests/wows_eval_test.py index ad0d98a..c56e622 100644 --- a/ecir25/wows-eval/tests/wows_eval_test.py +++ b/ecir25/wows-eval/tests/wows_eval_test.py @@ -1,201 +1,201 @@ -import unittest - -from wows_eval import evaluate -import pandas as pd -from tirex_tracker import tracking - -class TestEvaluationTest(unittest.TestCase): - def test_perfect_correlation_01(self): - expected = {'tau_ap': 1.0, 'kendall': 1.0, 'pearson': 1.0, 'spearman': 1.0} - - predictions = [ - {"id": "1", "probability_relevant": 2}, - {"id": "2", "probability_relevant": 1}, - {"id": "3", "probability_relevant": 3}, - {"id": "4", "probability_relevant": 1}, - {"id": "5", "probability_relevant": 1}, - ] - truth_data = [ - {"id": "1", "query_id": "qid-1", "unknown_doc_id": "d-1", "qrel_unknown_doc": 2}, - {"id": "2", "query_id": "qid-1", "unknown_doc_id": "d-2", "qrel_unknown_doc": 1}, - {"id": "3", "query_id": "qid-1", "unknown_doc_id": "d-3", "qrel_unknown_doc": 3}, - {"id": "4", "query_id": "qid-1", "unknown_doc_id": "d-4", "qrel_unknown_doc": 1}, - {"id": "5", "query_id": "qid-1", "unknown_doc_id": "d-5", "qrel_unknown_doc": 1}, - ] - - actual = evaluate(predictions, truth_data, 'system_name', 'description', return_df=False) - for k in expected: - self.assertAlmostEqual(expected[k], actual[k], delta=0.00001, msg=k) - - def test_perfect_correlation_01_for_df(self): - expected = {'tau_ap': 1.0, 'kendall': 1.0, 'pearson': 1.0, 'spearman': 1.0} - - predictions = pd.DataFrame([ - {"id": "1", "probability_relevant": 2}, - {"id": "2", "probability_relevant": 1}, - {"id": "3", "probability_relevant": 3}, - {"id": "4", "probability_relevant": 1}, - {"id": "5", "probability_relevant": 1}, - ]) - truth_data = [ - {"id": "1", "query_id": "qid-1", "unknown_doc_id": "d-1", "qrel_unknown_doc": 2}, - {"id": "2", "query_id": "qid-1", "unknown_doc_id": "d-2", "qrel_unknown_doc": 1}, - {"id": "3", "query_id": "qid-1", "unknown_doc_id": "d-3", "qrel_unknown_doc": 3}, - {"id": "4", "query_id": "qid-1", "unknown_doc_id": "d-4", "qrel_unknown_doc": 1}, - {"id": "5", "query_id": "qid-1", "unknown_doc_id": "d-5", "qrel_unknown_doc": 1}, - - ] - - actual = evaluate(predictions, truth_data, 'system_name', 'description', return_df=False) - for k in expected: - self.assertAlmostEqual(expected[k], actual[k], delta=0.00001, msg=k) - - def test_perfect_correlation_02(self): - expected = {'tau_ap': 1.0, 'kendall': 1.0, 'pearson': 1.0, 'spearman': 1.0} - - predictions = [ - {"id": "1", "probability_relevant": 0.2}, - {"id": "2", "probability_relevant": 0.1}, - {"id": "3", "probability_relevant": 0.3}, - {"id": "4", "probability_relevant": 0.1}, - {"id": "5", "probability_relevant": 0.1}, - - ] - truth_data = [ - {"id": "1", "query_id": "qid-1", "unknown_doc_id": "d-1", "qrel_unknown_doc": 2}, - {"id": "2", "query_id": "qid-1", "unknown_doc_id": "d-2", "qrel_unknown_doc": 1}, - {"id": "3", "query_id": "qid-1", "unknown_doc_id": "d-3", "qrel_unknown_doc": 3}, - {"id": "4", "query_id": "qid-1", "unknown_doc_id": "d-4", "qrel_unknown_doc": 1}, - {"id": "5", "query_id": "qid-1", "unknown_doc_id": "d-5", "qrel_unknown_doc": 1}, - - ] - - actual = evaluate(predictions, truth_data, 'system_name', 'description', return_df=False) - for k in expected: - self.assertAlmostEqual(expected[k], actual[k], delta=0.00001, msg=k) - - def test_perfect_correlation_03(self): - expected = {'tau_ap': 1.0, 'kendall': 1.0, 'pearson': 1.0, 'spearman': 1.0} - - predictions = [ - {"id": "1", "probability_relevant": 10.2}, - {"id": "2", "probability_relevant": 10.1}, - {"id": "3", "probability_relevant": 10.3}, - {"id": "4", "probability_relevant": 10.1}, - {"id": "5", "probability_relevant": 10.1}, - - ] - truth_data = [ - {"id": "1", "query_id": "qid-1", "unknown_doc_id": "d-1", "qrel_unknown_doc": 2}, - {"id": "2", "query_id": "qid-1", "unknown_doc_id": "d-2", "qrel_unknown_doc": 1}, - {"id": "3", "query_id": "qid-1", "unknown_doc_id": "d-3", "qrel_unknown_doc": 3}, - {"id": "4", "query_id": "qid-1", "unknown_doc_id": "d-4", "qrel_unknown_doc": 1}, - {"id": "5", "query_id": "qid-1", "unknown_doc_id": "d-5", "qrel_unknown_doc": 1}, - - ] - - actual = evaluate(predictions, truth_data, 'system_name', 'description', return_df=False) - for k in expected: - self.assertAlmostEqual(expected[k], actual[k], delta=0.00001, msg=k) - - def test_perfect_inverse_correlation_01(self): - expected = {'tau_ap': 0.0, 'kendall': -0.39999999, 'pearson': -0.6, 'spearman': -0.6} - - predictions = [ - {"id": "1", "probability_relevant": -2}, - {"id": "2", "probability_relevant": -1}, - {"id": "3", "probability_relevant": -3}, - {"id": "4", "probability_relevant": -1}, - {"id": "5", "probability_relevant": -1}, - - ] - truth_data = [ - {"id": "1", "query_id": "qid-1", "unknown_doc_id": "d-1", "qrel_unknown_doc": 2}, - {"id": "2", "query_id": "qid-1", "unknown_doc_id": "d-2", "qrel_unknown_doc": 1}, - {"id": "3", "query_id": "qid-1", "unknown_doc_id": "d-3", "qrel_unknown_doc": 3}, - {"id": "4", "query_id": "qid-1", "unknown_doc_id": "d-4", "qrel_unknown_doc": 1}, - {"id": "5", "query_id": "qid-1", "unknown_doc_id": "d-5", "qrel_unknown_doc": 1}, - - ] - - actual = evaluate(predictions, truth_data, 'system_name', 'description', return_df=False) - for k in expected: - self.assertAlmostEqual(expected[k], actual[k], delta=0.00001, msg=k) - - def test_perfect_inverse_correlation_02(self): - expected = {'tau_ap': 0.0, 'kendall': -0.39999999, 'pearson': -0.6, 'spearman': -0.6} - - predictions = [ - {"id": "1", "probability_relevant": -0.2}, - {"id": "2", "probability_relevant": -0.1}, - {"id": "3", "probability_relevant": -0.3}, - {"id": "4", "probability_relevant": -0.1}, - {"id": "5", "probability_relevant": -0.1}, - - ] - truth_data = [ - {"id": "1", "query_id": "qid-1", "unknown_doc_id": "d-1", "qrel_unknown_doc": 2}, - {"id": "2", "query_id": "qid-1", "unknown_doc_id": "d-2", "qrel_unknown_doc": 1}, - {"id": "3", "query_id": "qid-1", "unknown_doc_id": "d-3", "qrel_unknown_doc": 3}, - {"id": "4", "query_id": "qid-1", "unknown_doc_id": "d-4", "qrel_unknown_doc": 1}, - {"id": "5", "query_id": "qid-1", "unknown_doc_id": "d-5", "qrel_unknown_doc": 1}, - - ] - - actual = evaluate(predictions, truth_data, 'system_name', 'description', return_df=False) - for k in expected: - self.assertAlmostEqual(expected[k], actual[k], delta=0.00001, msg=k) - - def test_perfect_inverse_correlation_03(self): - expected = {'tau_ap': 0.0, 'kendall': -0.39999999, 'pearson': -0.6, 'spearman': -0.6} - - predictions = [ - {"id": "1", "probability_relevant": -0.2}, - {"id": "2", "probability_relevant": -0.1}, - {"id": "3", "probability_relevant": -0.3}, - {"id": "4", "probability_relevant": -0.1}, - {"id": "5", "probability_relevant": -0.1}, - - ] - truth_data = [ - {"id": "1", "query_id": "qid-1", "unknown_doc_id": "d-1", "qrel_unknown_doc": 2}, - {"id": "2", "query_id": "qid-1", "unknown_doc_id": "d-2", "qrel_unknown_doc": 1}, - {"id": "3", "query_id": "qid-1", "unknown_doc_id": "d-3", "qrel_unknown_doc": 3}, - {"id": "4", "query_id": "qid-1", "unknown_doc_id": "d-4", "qrel_unknown_doc": 1}, - {"id": "5", "query_id": "qid-1", "unknown_doc_id": "d-5", "qrel_unknown_doc": 1}, - - ] - - actual_df = evaluate(predictions, truth_data, 'system_name', 'description') - self.assertEqual(1, len(actual_df)) - actual = actual_df.iloc[0].to_dict() - for k in expected: - self.assertAlmostEqual(expected[k], actual[k], delta=0.00001, msg=k) - - - def test_perfect_inverse_correlation_04(self): - with tracking() as tracking_results: - expected = {'tau_ap': 0.0, 'kendall': -0.39999999, 'pearson': -0.6, 'spearman': -0.6} - - predictions = [ - {"id": "1", "probability_relevant": -0.2}, - {"id": "2", "probability_relevant": -0.1}, - {"id": "3", "probability_relevant": -0.3}, - {"id": "4", "probability_relevant": -0.1}, - {"id": "5", "probability_relevant": -0.1}, - - ] - truth_data = [ - {"id": "1", "query_id": "qid-1", "unknown_doc_id": "d-1", "qrel_unknown_doc": 2}, - {"id": "2", "query_id": "qid-1", "unknown_doc_id": "d-2", "qrel_unknown_doc": 1}, - {"id": "3", "query_id": "qid-1", "unknown_doc_id": "d-3", "qrel_unknown_doc": 3}, - {"id": "4", "query_id": "qid-1", "unknown_doc_id": "d-4", "qrel_unknown_doc": 1}, - {"id": "5", "query_id": "qid-1", "unknown_doc_id": "d-5", "qrel_unknown_doc": 1}, - - ] - - actual_df = evaluate(predictions, truth_data, 'system_name', 'description', tracking_results=tracking_results) - self.assertEqual(1, len(actual_df)) - actual = actual_df.iloc[0].to_dict() - for k in expected: +import unittest + +from wows_eval import evaluate +import pandas as pd +from tirex_tracker import tracking + +class TestEvaluationTest(unittest.TestCase): + def test_perfect_correlation_01(self): + expected = {'tau_ap': 1.0, 'kendall': 1.0, 'pearson': 1.0, 'spearman': 1.0} + + predictions = [ + {"id": "1", "probability_relevant": 2}, + {"id": "2", "probability_relevant": 1}, + {"id": "3", "probability_relevant": 3}, + {"id": "4", "probability_relevant": 1}, + {"id": "5", "probability_relevant": 1}, + ] + truth_data = [ + {"id": "1", "query_id": "qid-1", "unknown_doc_id": "d-1", "qrel_unknown_doc": 2}, + {"id": "2", "query_id": "qid-1", "unknown_doc_id": "d-2", "qrel_unknown_doc": 1}, + {"id": "3", "query_id": "qid-1", "unknown_doc_id": "d-3", "qrel_unknown_doc": 3}, + {"id": "4", "query_id": "qid-1", "unknown_doc_id": "d-4", "qrel_unknown_doc": 1}, + {"id": "5", "query_id": "qid-1", "unknown_doc_id": "d-5", "qrel_unknown_doc": 1}, + ] + + actual = evaluate(predictions, truth_data, 'system_name', 'description', return_df=False) + for k in expected: + self.assertAlmostEqual(expected[k], actual[k], delta=0.00001, msg=k) + + def test_perfect_correlation_01_for_df(self): + expected = {'tau_ap': 1.0, 'kendall': 1.0, 'pearson': 1.0, 'spearman': 1.0} + + predictions = pd.DataFrame([ + {"id": "1", "probability_relevant": 2}, + {"id": "2", "probability_relevant": 1}, + {"id": "3", "probability_relevant": 3}, + {"id": "4", "probability_relevant": 1}, + {"id": "5", "probability_relevant": 1}, + ]) + truth_data = [ + {"id": "1", "query_id": "qid-1", "unknown_doc_id": "d-1", "qrel_unknown_doc": 2}, + {"id": "2", "query_id": "qid-1", "unknown_doc_id": "d-2", "qrel_unknown_doc": 1}, + {"id": "3", "query_id": "qid-1", "unknown_doc_id": "d-3", "qrel_unknown_doc": 3}, + {"id": "4", "query_id": "qid-1", "unknown_doc_id": "d-4", "qrel_unknown_doc": 1}, + {"id": "5", "query_id": "qid-1", "unknown_doc_id": "d-5", "qrel_unknown_doc": 1}, + + ] + + actual = evaluate(predictions, truth_data, 'system_name', 'description', return_df=False) + for k in expected: + self.assertAlmostEqual(expected[k], actual[k], delta=0.00001, msg=k) + + def test_perfect_correlation_02(self): + expected = {'tau_ap': 1.0, 'kendall': 1.0, 'pearson': 1.0, 'spearman': 1.0} + + predictions = [ + {"id": "1", "probability_relevant": 0.2}, + {"id": "2", "probability_relevant": 0.1}, + {"id": "3", "probability_relevant": 0.3}, + {"id": "4", "probability_relevant": 0.1}, + {"id": "5", "probability_relevant": 0.1}, + + ] + truth_data = [ + {"id": "1", "query_id": "qid-1", "unknown_doc_id": "d-1", "qrel_unknown_doc": 2}, + {"id": "2", "query_id": "qid-1", "unknown_doc_id": "d-2", "qrel_unknown_doc": 1}, + {"id": "3", "query_id": "qid-1", "unknown_doc_id": "d-3", "qrel_unknown_doc": 3}, + {"id": "4", "query_id": "qid-1", "unknown_doc_id": "d-4", "qrel_unknown_doc": 1}, + {"id": "5", "query_id": "qid-1", "unknown_doc_id": "d-5", "qrel_unknown_doc": 1}, + + ] + + actual = evaluate(predictions, truth_data, 'system_name', 'description', return_df=False) + for k in expected: + self.assertAlmostEqual(expected[k], actual[k], delta=0.00001, msg=k) + + def test_perfect_correlation_03(self): + expected = {'tau_ap': 1.0, 'kendall': 1.0, 'pearson': 1.0, 'spearman': 1.0} + + predictions = [ + {"id": "1", "probability_relevant": 10.2}, + {"id": "2", "probability_relevant": 10.1}, + {"id": "3", "probability_relevant": 10.3}, + {"id": "4", "probability_relevant": 10.1}, + {"id": "5", "probability_relevant": 10.1}, + + ] + truth_data = [ + {"id": "1", "query_id": "qid-1", "unknown_doc_id": "d-1", "qrel_unknown_doc": 2}, + {"id": "2", "query_id": "qid-1", "unknown_doc_id": "d-2", "qrel_unknown_doc": 1}, + {"id": "3", "query_id": "qid-1", "unknown_doc_id": "d-3", "qrel_unknown_doc": 3}, + {"id": "4", "query_id": "qid-1", "unknown_doc_id": "d-4", "qrel_unknown_doc": 1}, + {"id": "5", "query_id": "qid-1", "unknown_doc_id": "d-5", "qrel_unknown_doc": 1}, + + ] + + actual = evaluate(predictions, truth_data, 'system_name', 'description', return_df=False) + for k in expected: + self.assertAlmostEqual(expected[k], actual[k], delta=0.00001, msg=k) + + def test_perfect_inverse_correlation_01(self): + expected = {'tau_ap': 0.0, 'kendall': -0.39999999, 'pearson': -0.6, 'spearman': -0.6} + + predictions = [ + {"id": "1", "probability_relevant": -2}, + {"id": "2", "probability_relevant": -1}, + {"id": "3", "probability_relevant": -3}, + {"id": "4", "probability_relevant": -1}, + {"id": "5", "probability_relevant": -1}, + + ] + truth_data = [ + {"id": "1", "query_id": "qid-1", "unknown_doc_id": "d-1", "qrel_unknown_doc": 2}, + {"id": "2", "query_id": "qid-1", "unknown_doc_id": "d-2", "qrel_unknown_doc": 1}, + {"id": "3", "query_id": "qid-1", "unknown_doc_id": "d-3", "qrel_unknown_doc": 3}, + {"id": "4", "query_id": "qid-1", "unknown_doc_id": "d-4", "qrel_unknown_doc": 1}, + {"id": "5", "query_id": "qid-1", "unknown_doc_id": "d-5", "qrel_unknown_doc": 1}, + + ] + + actual = evaluate(predictions, truth_data, 'system_name', 'description', return_df=False) + for k in expected: + self.assertAlmostEqual(expected[k], actual[k], delta=0.00001, msg=k) + + def test_perfect_inverse_correlation_02(self): + expected = {'tau_ap': 0.0, 'kendall': -0.39999999, 'pearson': -0.6, 'spearman': -0.6} + + predictions = [ + {"id": "1", "probability_relevant": -0.2}, + {"id": "2", "probability_relevant": -0.1}, + {"id": "3", "probability_relevant": -0.3}, + {"id": "4", "probability_relevant": -0.1}, + {"id": "5", "probability_relevant": -0.1}, + + ] + truth_data = [ + {"id": "1", "query_id": "qid-1", "unknown_doc_id": "d-1", "qrel_unknown_doc": 2}, + {"id": "2", "query_id": "qid-1", "unknown_doc_id": "d-2", "qrel_unknown_doc": 1}, + {"id": "3", "query_id": "qid-1", "unknown_doc_id": "d-3", "qrel_unknown_doc": 3}, + {"id": "4", "query_id": "qid-1", "unknown_doc_id": "d-4", "qrel_unknown_doc": 1}, + {"id": "5", "query_id": "qid-1", "unknown_doc_id": "d-5", "qrel_unknown_doc": 1}, + + ] + + actual = evaluate(predictions, truth_data, 'system_name', 'description', return_df=False) + for k in expected: + self.assertAlmostEqual(expected[k], actual[k], delta=0.00001, msg=k) + + def test_perfect_inverse_correlation_03(self): + expected = {'tau_ap': 0.0, 'kendall': -0.39999999, 'pearson': -0.6, 'spearman': -0.6} + + predictions = [ + {"id": "1", "probability_relevant": -0.2}, + {"id": "2", "probability_relevant": -0.1}, + {"id": "3", "probability_relevant": -0.3}, + {"id": "4", "probability_relevant": -0.1}, + {"id": "5", "probability_relevant": -0.1}, + + ] + truth_data = [ + {"id": "1", "query_id": "qid-1", "unknown_doc_id": "d-1", "qrel_unknown_doc": 2}, + {"id": "2", "query_id": "qid-1", "unknown_doc_id": "d-2", "qrel_unknown_doc": 1}, + {"id": "3", "query_id": "qid-1", "unknown_doc_id": "d-3", "qrel_unknown_doc": 3}, + {"id": "4", "query_id": "qid-1", "unknown_doc_id": "d-4", "qrel_unknown_doc": 1}, + {"id": "5", "query_id": "qid-1", "unknown_doc_id": "d-5", "qrel_unknown_doc": 1}, + + ] + + actual_df = evaluate(predictions, truth_data, 'system_name', 'description') + self.assertEqual(1, len(actual_df)) + actual = actual_df.iloc[0].to_dict() + for k in expected: + self.assertAlmostEqual(expected[k], actual[k], delta=0.00001, msg=k) + + + def test_perfect_inverse_correlation_04(self): + with tracking() as tracking_results: + expected = {'tau_ap': 0.0, 'kendall': -0.39999999, 'pearson': -0.6, 'spearman': -0.6} + + predictions = [ + {"id": "1", "probability_relevant": -0.2}, + {"id": "2", "probability_relevant": -0.1}, + {"id": "3", "probability_relevant": -0.3}, + {"id": "4", "probability_relevant": -0.1}, + {"id": "5", "probability_relevant": -0.1}, + + ] + truth_data = [ + {"id": "1", "query_id": "qid-1", "unknown_doc_id": "d-1", "qrel_unknown_doc": 2}, + {"id": "2", "query_id": "qid-1", "unknown_doc_id": "d-2", "qrel_unknown_doc": 1}, + {"id": "3", "query_id": "qid-1", "unknown_doc_id": "d-3", "qrel_unknown_doc": 3}, + {"id": "4", "query_id": "qid-1", "unknown_doc_id": "d-4", "qrel_unknown_doc": 1}, + {"id": "5", "query_id": "qid-1", "unknown_doc_id": "d-5", "qrel_unknown_doc": 1}, + + ] + + actual_df = evaluate(predictions, truth_data, 'system_name', 'description', tracking_results=tracking_results) + self.assertEqual(1, len(actual_df)) + actual = actual_df.iloc[0].to_dict() + for k in expected: self.assertAlmostEqual(expected[k], actual[k], delta=0.00001, msg=k) \ No newline at end of file diff --git a/ecir25/wows-eval/wows_eval/__init__.py b/ecir25/wows-eval/wows_eval/__init__.py index bc6cc9c..b7ef017 100644 --- a/ecir25/wows-eval/wows_eval/__init__.py +++ b/ecir25/wows-eval/wows_eval/__init__.py @@ -1,137 +1,137 @@ -import click -from pathlib import Path -import pandas as pd -from tira.check_format import JsonlFormat, _fmt -from tira.evaluators import WowsEvalEvaluator -from tira.rest_api_client import Client -from tira.third_party_integrations import upload_run_anonymous -from tirex_tracker import tracking -import json -from shutil import copytree, copyfile -import yaml - -__version__ = "0.0.6" - -import gzip - -import tempfile - -def evaluate(predictions, truths, system_name=None, system_description=None, upload=False, tracking_results=None, return_df=True): - """Evaluate the predictions (a dataframe or a list of dictionaries) against the truths. We calculate ranking correlations between the predicted probabilities that documents are relevant against the ground truth ranking when ordering documents by their ground truth relevance labels. - - Args: - predictions (a dataframe or a list of dictionaries): The predictions made by a relevance assessor. Each entry must contain a field "id" and a field "probability_relevant". - truths (a dataset identifier for the tira dataset or a list of dictionaries or a dataframe): The ground truth relevance labels for each query--document pair. - system_name (str, optional): The name of your system. Defaults to None. - system_description (str, optional): The description of your system. Defaults to None. - upload (bool, optional): Should your run be uploaded to TIRA. Defaults to False. - tracking_results (TrackingHandle, optional): A tirex-tracker trace of your experiment execution. Defaults to None. - return_df (bool, optional): return the evaluation results as DataFrame. Defaults to True. - - Raises: - ValueError: Raised if there is an error. - - Returns: - DataFrame/Dictionary: The correlation between the predicted probabilities that documents are relevant and the ground truth relevance labels. - """ - id_to_query_doc = {} - dataset_id = None - - def evaluator(): - return WowsEvalEvaluator('*.jsonl', None, '*.jsonl', None, ['wows_tau_ap', 'wows_kendall', 'wows_spearman', 'wows_pearson']) - - if isinstance(truths, str): - tira = Client() - dataset_id = truths - truths = tira.pd.truths(truths) - if 'qrel_unknown_doc' not in truths.columns: - truths = None - else: - truths = evaluator().normalize_data(truths) - - if not system_name: - system_name = 'no-system-name' - - if not system_description: - system_description = 'no-system-description' - - if tracking_results is not None and isinstance(tracking_results, dict): - raise ValueError('I expected that the tracking_results is a TrackingHandle from tirex-tracker. Got:' + str(tracking_results)) - - predictions = evaluator().normalize_data(predictions) - if dataset_id is not None and upload: - with tempfile.TemporaryDirectory() as f, tempfile.TemporaryDirectory() as meta: - f = Path(f) - meta = Path(meta) - with gzip.open(f / 'predictions.jsonl.gz', 'wt') as output_file: - for l in predictions: - for d in ['query', 'relevant', 'unknown']: - if d in l: - del l[d] - - output_file.write(json.dumps(l) + '\n') - - with tracking(system_name=system_name, system_description=system_description, export_file_path=meta / 'ir-metadata.yml') as tracking_results_code: - pass - if tracking_results is None: - tracking_results = tracking_results_code - - copytree(tracking_results_code._export_file_path.parent / ".tirex-tracker", f / ".tirex-tracker") - metadata = '' - with open(tracking_results._export_file_path, 'r') as tmp_f: - for l in tmp_f: - if l.startswith('ir_metadata.end') or l.startswith('ir_metadata.start'): - continue - metadata += l - - with open(f / 'ir-metadata.yml', 'w') as tmp_f: - tmp_f.write(metadata) - - upload_run_anonymous(f, dataset_id=dataset_id) - #upload_run_anonymous(f, dataset_id='task_1/foo-pointwise-20250130_0-training', tira_client=Client(base_url='https://127.0.0.1:8080/', verify=False)) - - if truths: - ret = evaluator()._eval(predictions, truths) - ret = {'system': system_name, 'tau_ap': ret['wows_tau_ap'], 'kendall': ret['wows_kendall'], 'spearman': ret['wows_spearman'], 'pearson': ret['wows_pearson']} - else: - print("No truth data is available yet. The evaluation is possible after the deadline when the truth data was published.") - return None - - if return_df: - return pd.DataFrame([ret]) - else: - return ret - - -@click.command(help="Evaluate the predictions of your relevance assessor passed in a file PREDICTIONS against the TRUTHS (either a file or a string with the TIRA dataset ID). wows-eval calculates ranking correlations between the predicted probabilities that documents are relevant against the ground truth ranking when ordering documents by their ground truth relevance labels.") -@click.argument('predictions', type=str) -@click.argument('truths', type=str) -@click.option('--upload', type=bool, is_flag=True, help="Upload predictions to TIRA.") -def cli(predictions: str, truths: str, upload: bool): - predictions_formatter = JsonlFormat(('id', 'probability_relevant')) - truths_formatter = JsonlFormat(('id', 'query_id', 'unknown_doc_id', 'qrel_unknown_doc')) - - result, msg = predictions_formatter.check_format(Path(predictions)) - - if result != _fmt.OK: - print('Could not load the predictions:\n\n' + msg) - return - - actual_predictions = predictions_formatter.all_lines(Path(predictions)) - actual_truths = None - - result, msg = truths_formatter.check_format(Path(truths)) - - if result == _fmt.OK: - actual_truths = truths_formatter.all_lines(Path(truths)) - elif isinstance(truths, str): - actual_truths = truths - else: - print('Could not load the truths:\n\n' + msg) - return - - print(evaluate(actual_predictions, actual_truths, return_df=False, upload=upload)) - - -if __name__ == '__main__': - cli() +import click +from pathlib import Path +import pandas as pd +from tira.check_format import JsonlFormat, _fmt +from tira.evaluators import WowsEvalEvaluator +from tira.rest_api_client import Client +from tira.third_party_integrations import upload_run_anonymous +from tirex_tracker import tracking +import json +from shutil import copytree, copyfile +import yaml + +__version__ = "0.0.6" + +import gzip + +import tempfile + +def evaluate(predictions, truths, system_name=None, system_description=None, upload=False, tracking_results=None, return_df=True): + """Evaluate the predictions (a dataframe or a list of dictionaries) against the truths. We calculate ranking correlations between the predicted probabilities that documents are relevant against the ground truth ranking when ordering documents by their ground truth relevance labels. + + Args: + predictions (a dataframe or a list of dictionaries): The predictions made by a relevance assessor. Each entry must contain a field "id" and a field "probability_relevant". + truths (a dataset identifier for the tira dataset or a list of dictionaries or a dataframe): The ground truth relevance labels for each query--document pair. + system_name (str, optional): The name of your system. Defaults to None. + system_description (str, optional): The description of your system. Defaults to None. + upload (bool, optional): Should your run be uploaded to TIRA. Defaults to False. + tracking_results (TrackingHandle, optional): A tirex-tracker trace of your experiment execution. Defaults to None. + return_df (bool, optional): return the evaluation results as DataFrame. Defaults to True. + + Raises: + ValueError: Raised if there is an error. + + Returns: + DataFrame/Dictionary: The correlation between the predicted probabilities that documents are relevant and the ground truth relevance labels. + """ + id_to_query_doc = {} + dataset_id = None + + def evaluator(): + return WowsEvalEvaluator('*.jsonl', None, '*.jsonl', None, ['wows_tau_ap', 'wows_kendall', 'wows_spearman', 'wows_pearson']) + + if isinstance(truths, str): + tira = Client() + dataset_id = truths + truths = tira.pd.truths(truths) + if 'qrel_unknown_doc' not in truths.columns: + truths = None + else: + truths = evaluator().normalize_data(truths) + + if not system_name: + system_name = 'no-system-name' + + if not system_description: + system_description = 'no-system-description' + + if tracking_results is not None and isinstance(tracking_results, dict): + raise ValueError('I expected that the tracking_results is a TrackingHandle from tirex-tracker. Got:' + str(tracking_results)) + + predictions = evaluator().normalize_data(predictions) + if dataset_id is not None and upload: + with tempfile.TemporaryDirectory() as f, tempfile.TemporaryDirectory() as meta: + f = Path(f) + meta = Path(meta) + with gzip.open(f / 'predictions.jsonl.gz', 'wt') as output_file: + for l in predictions: + for d in ['query', 'relevant', 'unknown']: + if d in l: + del l[d] + + output_file.write(json.dumps(l) + '\n') + + with tracking(system_name=system_name, system_description=system_description, export_file_path=meta / 'ir-metadata.yml') as tracking_results_code: + pass + if tracking_results is None: + tracking_results = tracking_results_code + + copytree(tracking_results_code._export_file_path.parent / ".tirex-tracker", f / ".tirex-tracker") + metadata = '' + with open(tracking_results._export_file_path, 'r') as tmp_f: + for l in tmp_f: + if l.startswith('ir_metadata.end') or l.startswith('ir_metadata.start'): + continue + metadata += l + + with open(f / 'ir-metadata.yml', 'w') as tmp_f: + tmp_f.write(metadata) + + upload_run_anonymous(f, dataset_id=dataset_id) + #upload_run_anonymous(f, dataset_id='task_1/foo-pointwise-20250130_0-training', tira_client=Client(base_url='https://127.0.0.1:8080/', verify=False)) + + if truths: + ret = evaluator()._eval(predictions, truths) + ret = {'system': system_name, 'tau_ap': ret['wows_tau_ap'], 'kendall': ret['wows_kendall'], 'spearman': ret['wows_spearman'], 'pearson': ret['wows_pearson']} + else: + print("No truth data is available yet. The evaluation is possible after the deadline when the truth data was published.") + return None + + if return_df: + return pd.DataFrame([ret]) + else: + return ret + + +@click.command(help="Evaluate the predictions of your relevance assessor passed in a file PREDICTIONS against the TRUTHS (either a file or a string with the TIRA dataset ID). wows-eval calculates ranking correlations between the predicted probabilities that documents are relevant against the ground truth ranking when ordering documents by their ground truth relevance labels.") +@click.argument('predictions', type=str) +@click.argument('truths', type=str) +@click.option('--upload', type=bool, is_flag=True, help="Upload predictions to TIRA.") +def cli(predictions: str, truths: str, upload: bool): + predictions_formatter = JsonlFormat(('id', 'probability_relevant')) + truths_formatter = JsonlFormat(('id', 'query_id', 'unknown_doc_id', 'qrel_unknown_doc')) + + result, msg = predictions_formatter.check_format(Path(predictions)) + + if result != _fmt.OK: + print('Could not load the predictions:\n\n' + msg) + return + + actual_predictions = predictions_formatter.all_lines(Path(predictions)) + actual_truths = None + + result, msg = truths_formatter.check_format(Path(truths)) + + if result == _fmt.OK: + actual_truths = truths_formatter.all_lines(Path(truths)) + elif isinstance(truths, str): + actual_truths = truths + else: + print('Could not load the truths:\n\n' + msg) + return + + print(evaluate(actual_predictions, actual_truths, return_df=False, upload=upload)) + + +if __name__ == '__main__': + cli() diff --git a/ecir25/wows-eval/wows_eval/correlation.py b/ecir25/wows-eval/wows_eval/correlation.py index 9ba3bca..3fc0abe 100644 --- a/ecir25/wows-eval/wows_eval/correlation.py +++ b/ecir25/wows-eval/wows_eval/correlation.py @@ -1,93 +1,93 @@ -from tira.evaluators import WowsEvalEvaluator - -from pathlib import Path -from typing import List -from trectools import TrecQrel, TrecRun, TrecEval -import pandas as pd -from glob import glob - -from statistics import mean - -class WowsCorrelationEvalEvaluator(WowsEvalEvaluator): - def throw_if_conf_invalid(self, config: dict) -> None: - if 'run_dirs' not in config: - raise ValueError('I need a run_dirs configuration') - self.run_dirs = config['run_dirs'] - - def to_qrels(self, query_id, sorted_data): - ret = TrecQrel() - qrels_data = [] - for (qrel, docno) in sorted_data: - qrels_data.append({"query": query_id, "q0": "0", "docid": docno, "rel": qrel}) - - ret.qrels_data = pd.DataFrame(qrels_data) - return ret - - - def _eval(self, run_data: List[dict], truth_data: List[dict]) -> dict: - id_to_query_doc = {} - pairwise = False - predictions = self.normalize_data(run_data) - truths = self.normalize_data(truth_data) - from trectools import misc - - for i in truths: - id_to_query_doc[i["id"]] = { - "query_id": i["query_id"], - "doc_id": i["unknown_doc_id"], - "qrel": int(i["qrel_unknown_doc"]), - } - if "relevant_doc_id" in i: - pairwise = True - id_to_query_doc[i["id"]]["relevant_doc_id"] = i["relevant_doc_id"] - - predictions = {i["id"]: i for i in predictions} - - if predictions.keys() != id_to_query_doc.keys(): - raise ValueError("fooo") - - if pairwise: - truths_rankings, predictions_rankings = self._WowsEvalEvaluator__pairwise_rankings(id_to_query_doc, predictions) - else: - truths_rankings, predictions_rankings = self._WowsEvalEvaluator__pointwise_rankings(id_to_query_doc, predictions) - - tau_ap = [] - kendall = [] - spearman = [] - pearson = [] - - for query_id in truths_rankings.keys(): - truth_ranking = self._WowsEvalEvaluator__sorted(truths_rankings[query_id]) - predicted_ranking = self._WowsEvalEvaluator__sorted(predictions_rankings[query_id]) - - truth_qrels = self.to_qrels(query_id, truth_ranking) - pred_qrels = self.to_qrels(query_id, predicted_ranking) - - truth_eval = [] - pred_eval = [] - for run_dir in self.run_dirs: - for run_name in glob(f'{run_dir}/{query_id}/*.run.gz'): - run_path = Path(run_name) - run = TrecRun(run_path) - - assert run_path.name not in [i['doc_id'] for i in truth_eval] - assert run_path.name not in [i['doc_id'] for i in pred_eval] - pred_eval.append({"doc_id": run_path.name, "score": TrecEval(run, pred_qrels).get_ndcg(depth=10)}) - truth_eval.append({"doc_id": run_path.name, "score": TrecEval(run, truth_qrels).get_ndcg(depth=10)}) - - assert len(pred_eval) > 10 - assert len(truth_eval) > 10 - pred_eval = self._WowsEvalEvaluator__sorted(pred_eval) - truth_eval = self._WowsEvalEvaluator__sorted(truth_eval) - tau_ap.append(misc.get_correlation(truth_eval, pred_eval, correlation="tauap")[0]) - kendall.append(misc.get_correlation(truth_eval, pred_eval, correlation="kendall")[0]) - spearman.append(misc.get_correlation(truth_eval, pred_eval, correlation="spearman")[0]) - pearson.append(misc.get_correlation(truth_eval, pred_eval, correlation="pearson")[0]) - - ret = { - "wows_tau_ap": mean(tau_ap), - "wows_kendall": mean(kendall), - "wows_spearman": mean(spearman), - "wows_pearson": mean(pearson), - } +from tira.evaluators import WowsEvalEvaluator + +from pathlib import Path +from typing import List +from trectools import TrecQrel, TrecRun, TrecEval +import pandas as pd +from glob import glob + +from statistics import mean + +class WowsCorrelationEvalEvaluator(WowsEvalEvaluator): + def throw_if_conf_invalid(self, config: dict) -> None: + if 'run_dirs' not in config: + raise ValueError('I need a run_dirs configuration') + self.run_dirs = config['run_dirs'] + + def to_qrels(self, query_id, sorted_data): + ret = TrecQrel() + qrels_data = [] + for (qrel, docno) in sorted_data: + qrels_data.append({"query": query_id, "q0": "0", "docid": docno, "rel": qrel}) + + ret.qrels_data = pd.DataFrame(qrels_data) + return ret + + + def _eval(self, run_data: List[dict], truth_data: List[dict]) -> dict: + id_to_query_doc = {} + pairwise = False + predictions = self.normalize_data(run_data) + truths = self.normalize_data(truth_data) + from trectools import misc + + for i in truths: + id_to_query_doc[i["id"]] = { + "query_id": i["query_id"], + "doc_id": i["unknown_doc_id"], + "qrel": int(i["qrel_unknown_doc"]), + } + if "relevant_doc_id" in i: + pairwise = True + id_to_query_doc[i["id"]]["relevant_doc_id"] = i["relevant_doc_id"] + + predictions = {i["id"]: i for i in predictions} + + if predictions.keys() != id_to_query_doc.keys(): + raise ValueError("fooo") + + if pairwise: + truths_rankings, predictions_rankings = self._WowsEvalEvaluator__pairwise_rankings(id_to_query_doc, predictions) + else: + truths_rankings, predictions_rankings = self._WowsEvalEvaluator__pointwise_rankings(id_to_query_doc, predictions) + + tau_ap = [] + kendall = [] + spearman = [] + pearson = [] + + for query_id in truths_rankings.keys(): + truth_ranking = self._WowsEvalEvaluator__sorted(truths_rankings[query_id]) + predicted_ranking = self._WowsEvalEvaluator__sorted(predictions_rankings[query_id]) + + truth_qrels = self.to_qrels(query_id, truth_ranking) + pred_qrels = self.to_qrels(query_id, predicted_ranking) + + truth_eval = [] + pred_eval = [] + for run_dir in self.run_dirs: + for run_name in glob(f'{run_dir}/{query_id}/*.run.gz'): + run_path = Path(run_name) + run = TrecRun(run_path) + + assert run_path.name not in [i['doc_id'] for i in truth_eval] + assert run_path.name not in [i['doc_id'] for i in pred_eval] + pred_eval.append({"doc_id": run_path.name, "score": TrecEval(run, pred_qrels).get_ndcg(depth=10)}) + truth_eval.append({"doc_id": run_path.name, "score": TrecEval(run, truth_qrels).get_ndcg(depth=10)}) + + assert len(pred_eval) > 10 + assert len(truth_eval) > 10 + pred_eval = self._WowsEvalEvaluator__sorted(pred_eval) + truth_eval = self._WowsEvalEvaluator__sorted(truth_eval) + tau_ap.append(misc.get_correlation(truth_eval, pred_eval, correlation="tauap")[0]) + kendall.append(misc.get_correlation(truth_eval, pred_eval, correlation="kendall")[0]) + spearman.append(misc.get_correlation(truth_eval, pred_eval, correlation="spearman")[0]) + pearson.append(misc.get_correlation(truth_eval, pred_eval, correlation="pearson")[0]) + + ret = { + "wows_tau_ap": mean(tau_ap), + "wows_kendall": mean(kendall), + "wows_spearman": mean(spearman), + "wows_pearson": mean(pearson), + } return {i: ret[i] for i in self._measures} \ No newline at end of file diff --git a/ecir25/wows-eval/wows_eval/wows_2025.py b/ecir25/wows-eval/wows_eval/wows_2025.py index 84a0583..703be4d 100644 --- a/ecir25/wows-eval/wows_eval/wows_2025.py +++ b/ecir25/wows-eval/wows_eval/wows_2025.py @@ -1,33 +1,33 @@ -#!/usr/bin/env python3 -from tira.rest_api_client import Client -from wows_eval.correlation import WowsCorrelationEvalEvaluator -from pathlib import Path -tira = Client() -import pandas as pd - -TASK_ID = 'wows-eval' -DATASETS = ["pointwise-20250309-test", "pairwise-20250309-test"] -DATA_DIR = Path("/home/maik/workspace/wows-code/ecir25/wows-eval/build-runs/data") - -def evaluator(): - ret = WowsCorrelationEvalEvaluator('*.jsonl', None, '*.jsonl', None, ['wows_tau_ap', 'wows_kendall', 'wows_spearman', 'wows_pearson']) - ret.throw_if_conf_invalid({"run_dirs": [DATA_DIR / "synthetic-runs"]}) - return ret - - -df = [] - -for dataset in DATASETS: - submissions = tira.submissions(TASK_ID, dataset) - for _, i in submissions.iterrows(): - i = i.to_dict() - if 'evaluator' in i['software'] or 'naive' in i['software']: - continue - print(i['team'], i['software']) - ev = {"dataset": dataset, "team": i['team'], "approach": i['software']} - - run_dir = tira.get_run_output(f"{TASK_ID}/{i['team']}/{i['software']}", dataset) - ev.update(evaluator().evaluate(Path(run_dir), DATA_DIR / "truths" / dataset)) - df.append(ev) - +#!/usr/bin/env python3 +from tira.rest_api_client import Client +from wows_eval.correlation import WowsCorrelationEvalEvaluator +from pathlib import Path +tira = Client() +import pandas as pd + +TASK_ID = 'wows-eval' +DATASETS = ["pointwise-20250309-test", "pairwise-20250309-test"] +DATA_DIR = Path("/home/maik/workspace/wows-code/ecir25/wows-eval/build-runs/data") + +def evaluator(): + ret = WowsCorrelationEvalEvaluator('*.jsonl', None, '*.jsonl', None, ['wows_tau_ap', 'wows_kendall', 'wows_spearman', 'wows_pearson']) + ret.throw_if_conf_invalid({"run_dirs": [DATA_DIR / "synthetic-runs"]}) + return ret + + +df = [] + +for dataset in DATASETS: + submissions = tira.submissions(TASK_ID, dataset) + for _, i in submissions.iterrows(): + i = i.to_dict() + if 'evaluator' in i['software'] or 'naive' in i['software']: + continue + print(i['team'], i['software']) + ev = {"dataset": dataset, "team": i['team'], "approach": i['software']} + + run_dir = tira.get_run_output(f"{TASK_ID}/{i['team']}/{i['software']}", dataset) + ev.update(evaluator().evaluate(Path(run_dir), DATA_DIR / "truths" / dataset)) + df.append(ev) + pd.DataFrame(df).to_json("evaluation.jsonl", lines=True, orient="records") \ No newline at end of file diff --git a/ecir26/README.md b/ecir26/README.md index f847fe0..240509c 100644 --- a/ecir26/README.md +++ b/ecir26/README.md @@ -1,75 +1,75 @@ -# Submission Instructions - -This directory contains example submissions. - -We use [TIRA.io](https://www.tira.io/task-overview/ir-lab-wise-2025) for submissions, you can either make run submissions (i.e., upload run files, e.g., via the command line) or optionally software submissions. We aim to collaboratively develop and prepare a set of [PyTerrier Artifacts](https://dl.acm.org/doi/abs/10.1145/3726302.3730147) for the datasets we collaboratively develop. An overview (currently in alpha development stage) of the available artifacts is available at [tira.io/tirex/pyterrier-artifacts-beta?query=ir-lab-wise-2025](https://www.tira.io/tirex/pyterrier-artifacts-beta?query=ir-lab-wise-2025). - - -## Available Datasets - -All datasets that we developed collaboratively are (while they are in progress, as soon as everything is finalized we will also mirror them to Zenodo properly) listed at [tira.io/datasets?query=ir-lab-wise-2025](https://www.tira.io/datasets?query=ir-lab-wise-2025). - -At the moment, the datasets are: - -- `spot-check-20251122-training`: A tiny spot check dataset so that you can fastly ensure your approach gives valid outputs. -- `radboud-validation-20251114-training`: A validation dataset created in the Radboud IR course. - -Additionally, two test datasets are currently under construction, one created in the Radboud IR course, and one created in the Jena/Kassel IR courses. - - -## Run Submissions - -Submissions are expected to have the following structure: - -``` -├── ir-metadata.yml -└── run.txt.gz -``` - -The `ir-metadata.yml` file describes your approach in the [ir-metadata format](https://www.ir-metadata.org/) and the `run.txt.gz` file is a standard TREC-style run file for the dataset. - -The directory [submission-skeleton](submission-skeleton) contains an example (please replace all `ENTER_VALUE_HERE` occurences in the ir-metadata.yml file of the skeleton with your actual data to make it valid). - - -You can verify and submit your submission via `tira-cli`. - -1. Install the tira client via: - -``` -pip3 install --upgrade tira -``` - -2. Verify your submission (i.e., the `--dry-run` flag): - -``` -tira-cli upload --dry-run --directory submission-skeleton -``` - -For valid submissions, the output should look like: - -Screenshot_20251123_192741 - - -3. Upload your submission (i.e., remove the `--dry-run` flag and login): - -``` -# First login via your token from TIRA.io submission page -tira-cli login --token YOUR-TOKEN-FROM-TIRA-IO -tira-cli upload --directory web-submission-skeleton -``` - -## Approaches - -We aim to maintain all work here in a mono-repository to have everything at one place. Therefore, we want to collect all approaches as directories in this repository. If you have a new approach, please add them via a pull request (i.e., fork the repository, and then, as soon as your approach is "finished enough", please create a pull request that adds your approach as a new directory, you do not need to add all your approaches, but the ones that you think could be interesting for others as well). - -If you want to add a new approach, please develop them in a [dev container](https://containers.dev/), as this makes it simpler for others to get your approach running. - -We have a set of baseline approaches that you can take as inspiration: - -- [pyterrier-baseline](pyterrier-baseline) provides a minimal baseline that loads PyTerrier indexes as Artifacts and should therefore be the fastest approach to get something to run. -- [template-new-approach](template-new-approach) does everything from scratch (i.e., without artifacts), so that you have full control over every potential aspect that you might want to modify. Please use this directory as starting point for new approaches. -- [chatnoir-baseline](chatnoir-baseline) does baseline retrieval with [ChatNoir](https://www.chatnoir.eu/). - - -We want to improve the re-usability of experimental artifacts with the [PyTerrier Artifacts](https://dl.acm.org/doi/abs/10.1145/3726302.3730147) paradigm, therefore, please have a look at the [corresponding tutorial](https://github.com/tira-io/teaching-ir-with-shared-tasks/blob/main/tutorials/tutorial-pyterrier-artifacts.ipynb) so that you get a feeling on how to use them. Ideally, if you have an idea of experimental artifacts that you think others could also use, please do not hesitate to make them available (e.g., as upload to tira makes them available). - +# Submission Instructions + +This directory contains example submissions. + +We use [TIRA.io](https://www.tira.io/task-overview/ir-lab-wise-2025) for submissions, you can either make run submissions (i.e., upload run files, e.g., via the command line) or optionally software submissions. We aim to collaboratively develop and prepare a set of [PyTerrier Artifacts](https://dl.acm.org/doi/abs/10.1145/3726302.3730147) for the datasets we collaboratively develop. An overview (currently in alpha development stage) of the available artifacts is available at [tira.io/tirex/pyterrier-artifacts-beta?query=ir-lab-wise-2025](https://www.tira.io/tirex/pyterrier-artifacts-beta?query=ir-lab-wise-2025). + + +## Available Datasets + +All datasets that we developed collaboratively are (while they are in progress, as soon as everything is finalized we will also mirror them to Zenodo properly) listed at [tira.io/datasets?query=ir-lab-wise-2025](https://www.tira.io/datasets?query=ir-lab-wise-2025). + +At the moment, the datasets are: + +- `spot-check-20251122-training`: A tiny spot check dataset so that you can fastly ensure your approach gives valid outputs. +- `radboud-validation-20251114-training`: A validation dataset created in the Radboud IR course. + +Additionally, two test datasets are currently under construction, one created in the Radboud IR course, and one created in the Jena/Kassel IR courses. + + +## Run Submissions + +Submissions are expected to have the following structure: + +``` +├── ir-metadata.yml +└── run.txt.gz +``` + +The `ir-metadata.yml` file describes your approach in the [ir-metadata format](https://www.ir-metadata.org/) and the `run.txt.gz` file is a standard TREC-style run file for the dataset. + +The directory [submission-skeleton](submission-skeleton) contains an example (please replace all `ENTER_VALUE_HERE` occurences in the ir-metadata.yml file of the skeleton with your actual data to make it valid). + + +You can verify and submit your submission via `tira-cli`. + +1. Install the tira client via: + +``` +pip3 install --upgrade tira +``` + +2. Verify your submission (i.e., the `--dry-run` flag): + +``` +tira-cli upload --dry-run --directory submission-skeleton +``` + +For valid submissions, the output should look like: + +Screenshot_20251123_192741 + + +3. Upload your submission (i.e., remove the `--dry-run` flag and login): + +``` +# First login via your token from TIRA.io submission page +tira-cli login --token YOUR-TOKEN-FROM-TIRA-IO +tira-cli upload --directory web-submission-skeleton +``` + +## Approaches + +We aim to maintain all work here in a mono-repository to have everything at one place. Therefore, we want to collect all approaches as directories in this repository. If you have a new approach, please add them via a pull request (i.e., fork the repository, and then, as soon as your approach is "finished enough", please create a pull request that adds your approach as a new directory, you do not need to add all your approaches, but the ones that you think could be interesting for others as well). + +If you want to add a new approach, please develop them in a [dev container](https://containers.dev/), as this makes it simpler for others to get your approach running. + +We have a set of baseline approaches that you can take as inspiration: + +- [pyterrier-baseline](pyterrier-baseline) provides a minimal baseline that loads PyTerrier indexes as Artifacts and should therefore be the fastest approach to get something to run. +- [template-new-approach](template-new-approach) does everything from scratch (i.e., without artifacts), so that you have full control over every potential aspect that you might want to modify. Please use this directory as starting point for new approaches. +- [chatnoir-baseline](chatnoir-baseline) does baseline retrieval with [ChatNoir](https://www.chatnoir.eu/). + + +We want to improve the re-usability of experimental artifacts with the [PyTerrier Artifacts](https://dl.acm.org/doi/abs/10.1145/3726302.3730147) paradigm, therefore, please have a look at the [corresponding tutorial](https://github.com/tira-io/teaching-ir-with-shared-tasks/blob/main/tutorials/tutorial-pyterrier-artifacts.ipynb) so that you get a feeling on how to use them. Ideally, if you have an idea of experimental artifacts that you think others could also use, please do not hesitate to make them available (e.g., as upload to tira makes them available). + diff --git a/ecir26/chatnoir-baseline/.devcontainer.json b/ecir26/chatnoir-baseline/.devcontainer.json index c4699ca..b4924d1 100644 --- a/ecir26/chatnoir-baseline/.devcontainer.json +++ b/ecir26/chatnoir-baseline/.devcontainer.json @@ -1,17 +1,17 @@ -{ - "dockerFile": "Dockerfile", - "customizations": { - "vscode": { - "extensions": [ - "ms-python.python", - "ms-python.vscode-pylance", - "ms-toolsai.jupyter", - "ms-toolsai.datawrangler", - "ms-azuretools.vscode-docker" - ] - } - }, - "runArgs": [ - "--network=host", "--privileged" - ] -} +{ + "dockerFile": "Dockerfile", + "customizations": { + "vscode": { + "extensions": [ + "ms-python.python", + "ms-python.vscode-pylance", + "ms-toolsai.jupyter", + "ms-toolsai.datawrangler", + "ms-azuretools.vscode-docker" + ] + } + }, + "runArgs": [ + "--network=host", "--privileged" + ] +} diff --git a/ecir26/chatnoir-baseline/.gitignore b/ecir26/chatnoir-baseline/.gitignore index 344f079..73897b3 100644 --- a/ecir26/chatnoir-baseline/.gitignore +++ b/ecir26/chatnoir-baseline/.gitignore @@ -1 +1 @@ -runs +runs diff --git a/ecir26/chatnoir-baseline/Dockerfile b/ecir26/chatnoir-baseline/Dockerfile index e5e13e6..a9f51f8 100644 --- a/ecir26/chatnoir-baseline/Dockerfile +++ b/ecir26/chatnoir-baseline/Dockerfile @@ -1,10 +1,10 @@ -FROM ubuntu:jammy - - -RUN apt-get update \ - && apt-get install -y git openjdk-11-jdk python3 python3-pip - -ADD requirements.txt /tmp/requirements.txt - -RUN pip3 install -r /tmp/requirements.txt - +FROM ubuntu:jammy + + +RUN apt-get update \ + && apt-get install -y git openjdk-11-jdk python3 python3-pip + +ADD requirements.txt /tmp/requirements.txt + +RUN pip3 install -r /tmp/requirements.txt + diff --git a/ecir26/chatnoir-baseline/README.md b/ecir26/chatnoir-baseline/README.md index b4dbb7b..8eddab3 100644 --- a/ecir26/chatnoir-baseline/README.md +++ b/ecir26/chatnoir-baseline/README.md @@ -1,38 +1,38 @@ -# ChatNoir Baseline - -This is a [chatnoir-pyterrier](https://github.com/chatnoir-eu/chatnoir-pyterrier) baseline. This baseline submits builds runs via submitting the title respectively the description against [ChatNoir](https://www.chatnoir.eu/) using BM25 respectively the default ChatNoir retrieval model (which is a form of weighted BM25f optimized for retrieval on the [ClueWebs](https://ir-datasets.com/clueweb09.html)). - -## Overview - -Get an overview of all possibilities to execute this baseline via: - -``` -./run-chatnoir.py --help -``` - -This should yield an output like: - -``` -Usage: run-chatnoir.py [OPTIONS] - -Options: - --k INTEGER The retrieval depth. - --dataset [radboud-validation-20251114-training] - The dataset. [required] - --output PATH The output directory. - --query-field [title|description] - The query field. - --retrieval [bm25|default] The retrieval model to use. - --help Show this message and exit. -``` - -## Run All Variants - -We run retreival via: - -``` -./run-chatnoir.py --dataset DATASET-ID --k 100 --query-field title --retrieval bm25 -./run-chatnoir.py --dataset DATASET-ID --k 100 --query-field description --retrieval bm25 -./run-chatnoir.py --dataset DATASET-ID --k 10 --query-field title --retrieval default -./run-chatnoir.py --dataset DATASET-ID --k 10 --query-field description --retrieval default -``` +# ChatNoir Baseline + +This is a [chatnoir-pyterrier](https://github.com/chatnoir-eu/chatnoir-pyterrier) baseline. This baseline submits builds runs via submitting the title respectively the description against [ChatNoir](https://www.chatnoir.eu/) using BM25 respectively the default ChatNoir retrieval model (which is a form of weighted BM25f optimized for retrieval on the [ClueWebs](https://ir-datasets.com/clueweb09.html)). + +## Overview + +Get an overview of all possibilities to execute this baseline via: + +``` +./run-chatnoir.py --help +``` + +This should yield an output like: + +``` +Usage: run-chatnoir.py [OPTIONS] + +Options: + --k INTEGER The retrieval depth. + --dataset [radboud-validation-20251114-training] + The dataset. [required] + --output PATH The output directory. + --query-field [title|description] + The query field. + --retrieval [bm25|default] The retrieval model to use. + --help Show this message and exit. +``` + +## Run All Variants + +We run retreival via: + +``` +./run-chatnoir.py --dataset DATASET-ID --k 100 --query-field title --retrieval bm25 +./run-chatnoir.py --dataset DATASET-ID --k 100 --query-field description --retrieval bm25 +./run-chatnoir.py --dataset DATASET-ID --k 10 --query-field title --retrieval default +./run-chatnoir.py --dataset DATASET-ID --k 10 --query-field description --retrieval default +``` diff --git a/ecir26/chatnoir-baseline/requirements.txt b/ecir26/chatnoir-baseline/requirements.txt index 5cbcc22..9adaf36 100644 --- a/ecir26/chatnoir-baseline/requirements.txt +++ b/ecir26/chatnoir-baseline/requirements.txt @@ -1,6 +1,6 @@ -python-terrier==0.13.2 -tira -ir_datasets -tirex-tracker -click -chatnoir-pyterrier +python-terrier==0.13.2 +tira +ir_datasets +tirex-tracker +click +chatnoir-pyterrier diff --git a/ecir26/chatnoir-baseline/run-chatnoir.py b/ecir26/chatnoir-baseline/run-chatnoir.py index 4f50cb2..d1bc07e 100755 --- a/ecir26/chatnoir-baseline/run-chatnoir.py +++ b/ecir26/chatnoir-baseline/run-chatnoir.py @@ -1,37 +1,37 @@ -#!/usr/bin/env python3 -import click -import pyterrier as pt -from pathlib import Path -from tira.third_party_integrations import ensure_pyterrier_is_loaded -from chatnoir_pyterrier import ChatNoirRetrieve -from tirex_tracker import tracking, ExportFormat - - -def load_topics(irds, field): - ensure_pyterrier_is_loaded(patch_ir_datasets=True, is_offline=False) - pt_dataset = pt.datasets.get_dataset(f"irds:ir-lab-wise-2025/{irds}") - return pt_dataset.get_topics(field) - - -@click.command() -@click.option("--k", type=int, required=False, default=100, help="The retrieval depth.") -@click.option("--dataset", type=click.Choice(["radboud-validation-20251114-training"]), required=True, help="The dataset.") -@click.option("--output", type=Path, required=False, default=Path("runs"), help="The output directory.") -@click.option("--query-field", type=click.Choice(["title", "description"]), required=False, default="title", help="The query field.") -@click.option("--retrieval", type=click.Choice(["bm25", "default"]), required=False, default="bm25", help="The retrieval model to use.") -def main(dataset, query_field, output, retrieval, k): - topics = load_topics(dataset, query_field) - tag = f"chatnoir-{query_field}-{retrieval}-{k}" - target_dir = output / dataset/ tag - target_dir.mkdir(parents=True, exist_ok=True) - description = f"This is a chatnoir-pyterrier baseline that retrieves the top-{k} results via the {query_field} field against ChatNoir using the {retrieval} model." - - with tracking(export_file_path=target_dir / "retrieval-metadata.yml", export_format=ExportFormat.IR_METADATA, system_description=description, system_name=tag): - chatnoir = ChatNoirRetrieve(index="wows-owi/2025", search_method=retrieval, features=[], verbose=True, num_results=k, page_size=k) - run = chatnoir(topics) - - pt.io.write_results(run, target_dir / "run.txt.gz") - - -if __name__ == '__main__': - main() +#!/usr/bin/env python3 +import click +import pyterrier as pt +from pathlib import Path +from tira.third_party_integrations import ensure_pyterrier_is_loaded +from chatnoir_pyterrier import ChatNoirRetrieve +from tirex_tracker import tracking, ExportFormat + + +def load_topics(irds, field): + ensure_pyterrier_is_loaded(patch_ir_datasets=True, is_offline=False) + pt_dataset = pt.datasets.get_dataset(f"irds:ir-lab-wise-2025/{irds}") + return pt_dataset.get_topics(field) + + +@click.command() +@click.option("--k", type=int, required=False, default=100, help="The retrieval depth.") +@click.option("--dataset", type=click.Choice(["radboud-validation-20251114-training"]), required=True, help="The dataset.") +@click.option("--output", type=Path, required=False, default=Path("runs"), help="The output directory.") +@click.option("--query-field", type=click.Choice(["title", "description"]), required=False, default="title", help="The query field.") +@click.option("--retrieval", type=click.Choice(["bm25", "default"]), required=False, default="bm25", help="The retrieval model to use.") +def main(dataset, query_field, output, retrieval, k): + topics = load_topics(dataset, query_field) + tag = f"chatnoir-{query_field}-{retrieval}-{k}" + target_dir = output / dataset/ tag + target_dir.mkdir(parents=True, exist_ok=True) + description = f"This is a chatnoir-pyterrier baseline that retrieves the top-{k} results via the {query_field} field against ChatNoir using the {retrieval} model." + + with tracking(export_file_path=target_dir / "retrieval-metadata.yml", export_format=ExportFormat.IR_METADATA, system_description=description, system_name=tag): + chatnoir = ChatNoirRetrieve(index="wows-owi/2025", search_method=retrieval, features=[], verbose=True, num_results=k, page_size=k) + run = chatnoir(topics) + + pt.io.write_results(run, target_dir / "run.txt.gz") + + +if __name__ == '__main__': + main() diff --git a/ecir26/corpus-construction/collection-jena-kassel/config.json b/ecir26/corpus-construction/collection-jena-kassel/config.json index d07c138..9dd9f3a 100644 --- a/ecir26/corpus-construction/collection-jena-kassel/config.json +++ b/ecir26/corpus-construction/collection-jena-kassel/config.json @@ -1,6 +1,6 @@ -{ - "topics": "topics.xml", - "runs": "runs", - "team-mapping": "topic-mapping.jsonl", - "chatnoir-index": "wows-owi/2025" -} +{ + "topics": "topics.xml", + "runs": "runs", + "team-mapping": "topic-mapping.jsonl", + "chatnoir-index": "wows-owi/2025" +} diff --git a/ecir26/corpus-construction/collection-jena-kassel/doccano-label-configs.json b/ecir26/corpus-construction/collection-jena-kassel/doccano-label-configs.json index 6913602..ddff4ca 100644 --- a/ecir26/corpus-construction/collection-jena-kassel/doccano-label-configs.json +++ b/ecir26/corpus-construction/collection-jena-kassel/doccano-label-configs.json @@ -1,18 +1,18 @@ -[ - { - "id": 11340, - "text": "Not Relevant (0)", - "prefixKey": null, - "suffixKey": "0", - "backgroundColor": "#D33115", - "textColor": "#ffffff" - }, - { - "id": 11351, - "text": "Relevant (1)", - "prefixKey": null, - "suffixKey": "1", - "backgroundColor": "#194D33", - "textColor": "#ffffff" - } -] +[ + { + "id": 11340, + "text": "Not Relevant (0)", + "prefixKey": null, + "suffixKey": "0", + "backgroundColor": "#D33115", + "textColor": "#ffffff" + }, + { + "id": 11351, + "text": "Relevant (1)", + "prefixKey": null, + "suffixKey": "1", + "backgroundColor": "#194D33", + "textColor": "#ffffff" + } +] diff --git a/ecir26/corpus-construction/collection-jena-kassel/topic-mapping.jsonl b/ecir26/corpus-construction/collection-jena-kassel/topic-mapping.jsonl index 1231a2e..99a531d 100644 --- a/ecir26/corpus-construction/collection-jena-kassel/topic-mapping.jsonl +++ b/ecir26/corpus-construction/collection-jena-kassel/topic-mapping.jsonl @@ -1,24 +1,24 @@ -{"account": "ir-25-fsu-51", "topics": ["51"]} -{"account": "ir-25-uk-52", "topics": ["52"]} -{"account": "ir-25-fsu-53", "topics": ["53"]} -{"account": "ir-25-uk-54", "topics": ["54"]} -{"account": "ir-25-fsu-55", "topics": ["55"]} -{"account": "ir-25-fsu-56", "topics": ["56"]} -{"account": "ir-25-fsu-57", "topics": ["57"]} -{"account": "ir-25-fsu-58", "topics": ["58"]} -{"account": "ir-25-fsu-59", "topics": ["59"]} -{"account": "ir-25-fsu-60", "topics": ["60"]} -{"account": "ir-25-uk-61", "topics": ["61"]} -{"account": "ir-25-uk-62", "topics": ["62"]} -{"account": "ir-25-uk-63", "topics": ["63"]} -{"account": "ir-25-fsu-64", "topics": ["64"]} -{"account": "ir-25-uk-65", "topics": ["65"]} -{"account": "ir-25-fsu-66", "topics": ["66"]} -{"account": "ir-25-fsu-67", "topics": ["67"]} -{"account": "ir-25-fsu-68", "topics": ["68"]} -{"account": "ir-25-fsu-69", "topics": ["69"]} -{"account": "ir-25-fsu-70", "topics": ["70"]} -{"account": "ir-25-fsu-71", "topics": ["71"]} -{"account": "ir-25-fsu-72", "topics": ["72"]} -{"account": "ir-25-fsu-73", "topics": ["73"]} -{"account": "ir-25-fsu-74", "topics": ["74"]} +{"account": "ir-25-fsu-51", "topics": ["51"]} +{"account": "ir-25-uk-52", "topics": ["52"]} +{"account": "ir-25-fsu-53", "topics": ["53"]} +{"account": "ir-25-uk-54", "topics": ["54"]} +{"account": "ir-25-fsu-55", "topics": ["55"]} +{"account": "ir-25-fsu-56", "topics": ["56"]} +{"account": "ir-25-fsu-57", "topics": ["57"]} +{"account": "ir-25-fsu-58", "topics": ["58"]} +{"account": "ir-25-fsu-59", "topics": ["59"]} +{"account": "ir-25-fsu-60", "topics": ["60"]} +{"account": "ir-25-uk-61", "topics": ["61"]} +{"account": "ir-25-uk-62", "topics": ["62"]} +{"account": "ir-25-uk-63", "topics": ["63"]} +{"account": "ir-25-fsu-64", "topics": ["64"]} +{"account": "ir-25-uk-65", "topics": ["65"]} +{"account": "ir-25-fsu-66", "topics": ["66"]} +{"account": "ir-25-fsu-67", "topics": ["67"]} +{"account": "ir-25-fsu-68", "topics": ["68"]} +{"account": "ir-25-fsu-69", "topics": ["69"]} +{"account": "ir-25-fsu-70", "topics": ["70"]} +{"account": "ir-25-fsu-71", "topics": ["71"]} +{"account": "ir-25-fsu-72", "topics": ["72"]} +{"account": "ir-25-fsu-73", "topics": ["73"]} +{"account": "ir-25-fsu-74", "topics": ["74"]} diff --git a/ecir26/corpus-construction/collection-jena-kassel/topics.xml b/ecir26/corpus-construction/collection-jena-kassel/topics.xml index e3b0706..b4534c5 100644 --- a/ecir26/corpus-construction/collection-jena-kassel/topics.xml +++ b/ecir26/corpus-construction/collection-jena-kassel/topics.xml @@ -1,205 +1,205 @@ - - - - Alles was die Vorteile sind von Rust Web-Frameworks. Welche gibt es? Vergleichsseiten von gängigen Web-Frameworks. - a8c786474b56f0e30b9eeb61ba8766b82c30a02a3ff192c6b1de178523667eb2 - Relevant are comparison sites of common web frameworks. Not relevant are iron-related sites or websites about Rust frameworks that are not a web framework. - 0af76192c09d82e2701dea8ef9309352edd4c9b4e4ce9a76714751f2b5345764 - rust web frameworks - - - How are pets or animals used in therapy for humans and what are the benefits? - 8c96671bda4e546d3ad2330e5f3328807083b699c3921f11cc23c9dc82ff2d9d,a5d6e28526fd33467976248d541744553f0d963fc3c0e8f4987becc36e349bf6,4c305963d4256ee345f4aa37a612db0df1012b7954f2abdaadd087e5797c16f7 - Relevant documents must include details of how pet or animal-assisted therapy is or has been used. Relevant details include information about pet therapy programs, descriptions of the circumstances in which pet therapy is used, the benefits of this type of therapy, the degree of success of this therapy, and any laws or regulations governing it. -Documents on therapy for pets is irrelevant. - 615c3d227810554ba628b53c6a1cd557fa0b15e1b831ec854406dd3b034cfff8,1c2884f45042162aa26ec84007cfaa0d8dd4d1b9e0cb96afb64abe4ae6aade6d,67b193a009008d0c7c5dda6f5ce2f7c5d6d7a484b70d18a7b8240662cf9e7c90 - pet therapy - - - Which rare trees (species) exist and where they grow. What are the reasons for the tree being rare? - 8c2dbe4ad46c3f8015b086dbf22e6b355a187a28d080fd4a805e95dd6c539671,95201875e1ccbdcb752500ec2a8e8ab906bea15b0bc549de6a9e0c2b3242da05,39d3e3c11f92ff44dbfe0fb1b075406c81e5e5a8aea5f5db2bde8e7b4e9bb033 - Lists of rare trees, reasons why they are rare and where each of them grows are relevant. Such as information about rare tree species. Non-rare trees or lists of other rare things aren't relevant. No computer-science related trees, just biological ones. - eab888a646c500682e82548585fc6c685ae735f6832aa7e229dcafad85686b80,32cda6ceaa1a04cfaebfa613ad05575760b4ab7486362e1280e5a1e6fcfbbdc4 - rare trees - - - What is active learning in the context of machine learning? - f5ffc112a86a58a26baf6aa6f5c1de6c06b126bb25eaac815628ac9b8c76da4d,b4f9a3ab7be710b307854edb076fe7c379d8c541d6fb75cb43d7e417801a5cde,2395d49d109eaef94f052c4c07cbec1b47698c6e01bc0afa6743a9a4e2d55dcb - Relevant documents must define the general active learning problem. They should also detail its main components, algorithms, and typical use cases. Documents covering pedagogical learning methods (e.g., interactive lessons for children) are irrelevant. Commercial websites that primarily aim to sell a product or service are also irrelevant. - e07a58637b8482f4f52351523e74e8737c1a35d2f5af9208d712345a0b7989f0,9816e104cd81012da728fbe2a142e3532b94773470341ca73e58bb218bdc26a1 - Active learning ml - - - How artificial intelligence is applied in healthcare to improve diagnosis, treatment and patient care. The aim is to identify real-world example of AI improving medical practice. - 4fde93c7c224b5cdb6bd57a3c1884f425afa5f83943b47ea662b977239f803d8,18b10c89f7effc8dad1bd0555b613d5b224df27a2e8891822f34cc0127dfa54c - Relevant documents describe practical or research-based applications showing how AI is applied within healthcare. This includes direct medical applications such as medical image analysis, disease prediction or clinical decision support, as well as administrative tasks such as patient data management or hospital resource optimization. Non-relevant documents discuss AI in general or focus on other domains without direct connection to healthcare. - b237e8e465c6abd2fbbbcfcce326b26bc2168ab7a1f4f107a3ae3930ebc521e0,0e2879d3f64d99adefd7554e3c2c47aa9b7755d0eefd70d844eb565d439140c5 - Applications for AI in healthcare - - - What pc components or prebuilds are good with respect to gaming in 2025. Gaming should be at minimum 1440p, 60 fps. Budget should be interpreted as one of the cheapest ways to archive the gaming goal. - 793326eff66b190b8e9551d7235cc0cdc0c03d64265e7a67c0f02ac0ffdb379d,0fd25ce3f9f2474c6b75deb5d6127052a7dafb8c0ff30bfb526bfb14d3fdd09c - The relevant documents should describe what gaming will mean in 2025 and what is required to build a gaming PC. Relevant documents could include price/performance comparisons or pre-built options. Documents that include other aspects of gaming, such as monitors, laptops or peripherals, are not relevant. Documents that do not focus on budget are also not relevant. - 30997bc9f86f2e07f97fb5867a616cfe57bac5ff5e20c9691ce927a05a567208,636baec19a13476ef0e54734f13fef1d4ca1a6001e80d39871b8ef06d75ad0d2 - best budget gaming pc 2025 - - - What are the principal reasons for the concentration lack of the nowadays young generations? - - Relevant documents include reasons explaining the lack of concentration among younger generations. Nowadays, this issue mainly concerns those born after the 2000s. The focus of this topic is the easy access to the internet and how, for young people, it is easy to become accustomed to isolation due to immersive technology and larger causes such as pandemics and others. Relevant to this topic are statistics and arguments from experts such as psychologists or educators who deal directly with students. It isn't relevant topics concerning studies before the 2000s. - 179717f2f9d30f96ab76d8228565be62fefa67afec8d887d6b2abb50163d38b3,f887238158c7a508595977a6c81499de5bd527b569ddfbad93a4d09236adbe38 - Lack of concentration - - - What are the technical differences between the iPhone 11 and the iPhone 12? I would like to form an opinion, whether I should upgrade my phone or not, based on the differences between my phone (iPhone 11) and a newer model (iPhone 12). - 783e28298253328990f73fd5deee39e21d8643df881042cb8170fa57baf6379a,e83ee15fe96ddba6a1c1d6eec1087c37a502b61f47587e7d85f5a0ab45e7f581,2a95c773345b26812fc15b9962c79ed652a60a5517bfac3844b404df215fcb0b - Relevant documents must include information on both the iPhone 11 and the iPhone 12, comparing their technical differences. Relevant details include information on battery and screen size, camera details such as resolution and zoom options, processor type, weight, color, and connectivity. Relevant documents should list these differences for the base iPhone models. Information on the Pro or Pro Max models of the iPhone is not relevant. - 8b896738d679511217e7e5773a2a592ac9797bec02fb739fdab80466647bafe8 - iPhone 11 vs 12 - - - Why did the producers of the tv show Game of Thrones make less episodes in season 7, than in the others? - d15c8f74fa0483ff29bc1a08e4e236ed78e128e3571272a570c53d0e1f6d621b - Relevant are documents that give reasons for this change in production, irrelevant are documents that misinterpret GoT as some an abbreviation that means something other than Game of Thrones, or documents that are concerned with other sesons. - 7c21095cc31a799561fc233576b90b735a0edc5897c6be004c9e35ea9e57136c - GoT why is season 7 shorter - - - How does the total cost of ownership of battery-electric passenger cars compare -with that of gasoline and diesel cars in Europe, and what factors account for -the differences? - 1c67d7e92be317f8e05ef64b7ba6f02e424b753880750768b32c2d89464bf70f,4fd826d036d5fe150ad830195a9e0d7de26068af9e224ea7189c21e0cf2fe47f,d0112a245cac7ee8c92be421c8a62038c2d163d111a765b00f32ecf3ffc2b823 - Relevant: documents must include details of how total ownership costs are -calculated for electric and combustion cars in Europe and present comparative -results. Relevant details include purchase price and incentives, energy / fuel -costs, maintenance and repair, insurance, taxes and fees, depreciation and -resale value, assumed mileage and holding period, geographic scope, and -sensitivity analyses or scenarios (e.g., energy prices or incentives). -Irrelevant: documents that focus on non-passenger vehicles (e.g., buses, trucks, two-/three-wheelers), non-European markets without transferable assumptions, marketing/PR or news items lacking transparent TCO methodology and quantitative results, studies discussing only technology specs or list prices without ownership-cost modeling, and analyses that do not compare BEV and ICE passenger cars. - 6715f61abe094a5d15411dc2d1d1b9936f89cf4a3af4a414ab81267ae3cef1f3,18d0b4de0b44e70c04524ac99a88081e60648b7429a8d4b7fc0ae44449ea3b03,49d3ed5cb98384f98cea9dc9a96ed6c6d5bfe4b92fd8c67f8135bddc05086575 - Total cost of ownership for electric vs combustion cars in Europe - - - The process of training artificial intelligence or machine learning models - 09365b78687a5f8ba4d035e9ff434c4e0b9815297ad3ec39e7cb90e9dd60bc47,dcf579eeb30209945886f51e2bb6659893050cf0146163f0f1c687537692f479,973dc5578eba4e323be330ea3bc0804d2f599d3ba2801dbc7cfcb16f21f7f228 - Relevant documents should describe how AI or machine learning models are trained. This includes training methods (e.g., supervised, unsupervised, reinforcement learning), optimization algorithms, data preparation, use of frameworks, and challenges like bias or computational cost. -Documents focusing on human training with AI tools, are not relevant. - 27386093bb3a6e90c3cd59fedc6abfe9ad5d6e37f7e8c7d103e53e363c0e0a9e,ec5cac44bd942e17491dc0f7ef10439cda5e54be3f0f4c15eaae7f348f93953d,10392259634068055dcb3bd4009f65bd12fd3fab1eed3a2314d9939165addf1c - AI Training - - - How does veganism as a dietary choice affect dog's health? - fbb795de39fd86606f81caeab64bbb3c7809c23ad9337acbcb0ab550451c6f03,f061311da277fc160f59cb2b5508ca1ae6673ec059ab196525d124492fa98a54,d05418608805ec6ad18be86953e3bba647127467f8f0542d74b959bb1e982544 - Relevant sources include those that mention the effect of veganism as a dietary choice for dogs in the context of health and life expectancy. Sources that focus on vegan dog food in the context of sales and advertisement are irrelevant. Sources about hot dogs are also not relevant. - 45ac759c051a156178bc17f3feccaa74ca50bb43534b40721d3096f1690421b2,ceec8328a6f9c3b08392d15b10149363338e58267a6c1b62faa5c7fb1f490c56,dc651afd34da5c25106d84d61b8787e73c0d3e56077d3654bebc08770fb00dfc - vegan dog - - - What is the definition of dog whistle as a political term - 2e3930d1d50fbe9e0143be1e8ea35d0cae442e6f8623b79a555a79bd56dd7f9e,e4169ccee0473e19bbcc6dbdb778130f32de584b1b7ea2592a67898a3bc84d55,a41703cec0048dfc50bc337c8011963e87abad76735bd05ee9369d5eb587214e - Relevant documents include explanations of dog whistle as a political term and examples of its historical and current usage. Not relevant documents are those that refer to silent whistles, a type of whistle that emits sound in the ultrasonic range that used to train dogs. - -Sources that don't explain the definition of dog whistle but uses it in a political context are also irrelevant. - cff298614f3801cc2b832fcfe6faa3b7fab712677d0bb7355fb08e5a4ea7cbb0 - dog whistle - - - What is the syntax of the teleport command in Minecraft? - fe06e42fd22876ba196b9602d1b20683555599ce72f90e059445a0dbd325b5f9,cd4071fac6967d6589540fe288a71138b4091516ea12d10f975a263617d5ddfd - This question is specifically about the syntax of the teleport command in Minecraft. -Relevant documents are those that explain the different input options, mention when the command was added to Minecraft, and show examples of how to use it. -Irrelevant documents are anything not related to Minecraft. - 00fb793062de36fd9c0f50eb8a6dbb41f6727b33f347a757b272007f356358d1 - mc teleport command - - - How do dogs positively influence the mental health of humans? - 79f5b0d9bedb6089a6bf3b8975643f5808cc43fc8fb66b3b6c9c4cc64e102455,158df0f30972a54b8afd5a4fcc37e0c8c8e5f250b3c8e42579f49bf4688ca480,9f558fa8ae6cca67b95c4d3c1f1dc837a2af6720e8ca8fe89a5f649c5aac2044 - Relevant documents must specifically describe how interaction with dogs improves human mental health. Relevant details include evidence or studies showing reductions in stress, anxiety, loneliness, or depressive symptoms through dog ownership, daily interaction, or structured therapy sessions with dogs. -Documents that discuss the mental health benefits of animals or pets in general without focusing on dogs are irrelevant. Likewise, documents about the mental health of dogs themselves, general dog care, or training techniques are irrelevant. Documents about people's mental health in general are also irrelevant. - 571fb9c141a32f928f6c190b3bc095c957f25a28c3056d9e7a4c789887dcf74f,cff54f1891bebd02879b1dbcffd06a97233df9ccf7bb8cd77d4256898b7bbfe5,44a2cb5a96261f447d7110c7dcc98ad663b09ea4741744f80d33da280f4d1943 - dogs mental health - - - Search for dog breeds that posess white or very light fur. - 5dae365a378ed5a1670d852389748c515ba5d79933fe0e209dd81a52330cc799,00cdfcdf3d604320f0bb61fec1b7e453681d214ecf4a037cf6417a680c1ccaef,05c3095b7897da1808895ac4a4275752dd89c5f43403ed83f290164e0bf1fc41 - Relevant documents must include information of dog breeds with white or very light fur. The results should include pictures and distinguishing features of different matching dog breeds. Information on where to buy matching dogs is also suitable. Not relevant are results regarding other animal species (i.e. cats), fur coats and other clothing articles as well as branded products/companies that use the phrase "White Dog". - 4fe1c6a4f7ef7e3ee4cda36400b3169eab2d7b6c026539f4c4636d7752e28ba7,b847f90f699cb2b260cc6f37ca5960d8472e417886d69dae65a6d8ca608da9e6,b8cc2e46e584c94e581a14530e111d3cb7efc63c7cf155ad09a2d6e9019242de - white dogs - - - How is artificial intelligence affecting employment in various industries, and what are the potential benefits or mitigation strategies? - e1b74ac9c35188b40746bb4847e0aa86004c95e87cff4c204f3ab49c3914b303 - - Relevant documents must include details on how AI technologies, such as automation or machine learning, are causing job losses or transformations in specific sectors like manufacturing, healthcare, or creative fields. - -- Relevant details include: case studies of AI implementation leading to workforce changes, statistics on job displacement rates, discussions of reskilling programs or policies to address the impacts, economic impacts, and any regulations or ethical considerations governing AI's role in employment. - -- Documents are not relevant if they only discuss AI in general terms without connecting to employment effects (e.g., overviews of AI history or technical specs), or if they focus solely on AI's positive job creation without addressing displacement. - -- For misunderstandings: If a document interprets "AI job displacement" as voluntary career shifts due to tech adoption rather than involuntary losses, it is not relevant unless it ties back to forced changes; relevance requires evidence of negative or transformative impacts on workers. - 963faa92e0420b0bb6edcfd0bb02c01e650b76f2e3a31cc0380e0e3ebd20d150,53171f72e6d01786c6f1080ce6b0bfa01797bae725289d773e7617d8bfcca366,49dd9f0a915789a362c551206a1fce6ec2931476a59728733cb315d21d09cf23 - AI job displacement - - - Does looking at screens in the dark harm your eyes, and what evidence exists about potential short-term or long-term effects? - 774cabeec0ce1fe104187e8af184e84bffa699b5728f9b403927551062dbde48,676246ec3c5cfcecfcbf0b071ec3455f3c75144599bf191e011c8fb33d3f7772,001159a70ad7e1f52bda9ae4209b72b12f6a36ee8d04d3ba88c0d8858ea2f312 - Relevant documents must include information about how screen use in low-light or dark environments affects eye health. Relevant details include descriptions of eye strain, digital eye fatigue, or retinal effects, explanations of how light exposure or contrast in darkness influences vision, and any studies, expert opinions, or medical guidance related to these effects. Documents discussing preventive measures (e.g., screen filters, lighting conditions, or usage guidelines) are also relevant. - d0067eca4a7ca790a8f8d13512c8be8d2d297a4feaed3cddffae5e4177e2933f,68dc8eef5495e81f3c077b8d8c420c792e253b58a6086a69d4fa91cc991a4f87,8f9cf4c2022674b0207a49bfd31a0e111f736e47a5b73e0f008f07fcded521b8 - screen use in the dark and eye health - - - What is the "getting things done" method of David Allen about? - 9f9c7e9674275ecb46b34407ce60004864f6145939dc2245fdacdb7648361c78,418833400109c4076ab43a7d490ab64b0853aac4054408ae86ea0e2931ac778f - Any relevant documents should have info about the book “Getting Things Done” of David Allen or his methodology. Anything related to getting things done or productivity that is not connected to David Allen is not relevant. - 6ab1e3a0a829e007bfec7b709d15961bfe58fcc651207f2fdee237a66ee82564,496f2f54c125c405eba7215f731ca306208677170e7bb8707bad402f4cdfb329 - getting things done - - - The user is seeking information on how to maintain the health and well-being of senior dogs, focusing on the best nutritional practices and health care approaches for older dogs. The user is particularly interested in diet recommendations, including the types of food that are most beneficial for older dogs and how their nutritional needs change as they age. Additionally, the user is looking for information on common health issues that affect senior dogs and how these can be managed or prevented. Veterinary advice and research studies that provide guidelines on age-appropriate care are also important. - 927cc237a60eab035519c7f9627e650623a8c7a03f6489a2c8488bbe055191ec,444c8e7fe80ea2cae50cd9f68ae405e2598df47bd8dbe67daecb220b16113fe3 - Relevant Content: -- Veterinary advice and research studies on the health care needs of senior dogs, including preventative measures and management of common age-related conditions. -- Guidelines on dog nutrition, specifically for senior dogs, including the types of foods that provide the necessary nutrients for older dogs. -- Articles or books on senior dog care, focusing on dietary needs and physical exercise for old dogs. -- Case studies or expert opinions on managing the health and nutrition of senior dogs. - -Non-relevant Content: -- General dog care tips not specific to senior dogs (e.g., puppy care or basic training). -- Promotional content for dog food or supplements that does not include scientifically backed information or recommendations from veterinary experts. -- Information on specific dog breeds that can't be translated and applied to all senior dogs. -- Personal anecdotal stories or non-scientific advice about senior dogs, unless it includes professional or veterinary recommendations. - 10ce1eabe50a1fc88047822100133c6f2a5dd50193515c0aed7025de9f96dfc0,b2b357f1839434c8b837caedcdf6c654ceabb006a917695038253ad2b1ad7d5f,a09f5c244e70e89a13a3dac241a795c9c7cc3a7ba79e160a597c0ec690754583 - Best nutrition and health care for senior dogs - - - What are the works of J. R. R. Tolkien? Which books, poems etc. did he pen? - 4e4285c651c9f2bc9ce6af5b062249d3ff9a19ee9566017049b1b93169e8e387 - Relevant documents must include a list of J. R. R. Tolkiens works. Irrelevant are documents that focus on something else like his life for example. - 34c571ec36716900b644dcabc9de9f910a384273961321c9ba61f994d1782484 - J. R. R. Tolkien - - - Which companies produce great chocolate pudding? What are some chocolate pudding recipes? How can good chocolate pudding be made? - 426d3490a0b256965c0b4c89d9edc5be9af48e578245a88cab6399ef32e17692 - Relevant documents include recipes for chocolate pudding or recommendations for specific chocolate pudding producers. Relevant details for the recipes include the ingredients and instructions for making chocolate pudding. Relevant details for recommendations include information about what companies are recommended or in which stores the recommended chocolate pudding can be found. -Not relevant are other flavours of pudding or other food made with chocolate. - 9eb910a9ac7b9c6478201c9fca991e792cfa8a98107e9ad471223f1e35fee313 - Best chocolate pudding - - - How is energy from renewable sources such as solar and wind stored, and what are the main technologies and challenges involved? - 2548da6a768e38c9b3d472c9eae6de82c87038e7fe4a22c47b3a8d300ae59d96 - Relevant documents must describe or discuss how energy generated from renewable sources is stored for later use. This includes documents that explain or evaluate energy storage technologies, their applications, performance, costs, or policies influencing their use. Documents that analyze case studies of renewable energy systems integrating storage, compare storage methods, or discuss technological or economic barriers are also relevant. - -Documents not relevant include those focusing solely on fossil fuel energy storage, electrical grid management without mention of renewable sources, or general discussions of renewable energy generation that do not address storage mechanisms. Documents describing small-scale storage unrelated to renewable energy (e.g., consumer electronics batteries) or purely theoretical energy concepts without practical connection to renewable storage applications are also not relevant. - eb5e5d83c5742af735a9d6452805ee00d960c7bafa4afb59523d61410ba84a53 - renewable energy storage - - - What is Alcoholics Anonymous, how is the organisation structered and how does it help people with alcohol-related problems? - d1bd7ffa3d3d6cc65e3ff30c9fe8af47cdaa2852e7f22541134de50d442e209a - Relevant documents should give information about Alcoholics Anonymous' purpose and their concepts. Relevant details include information about how the meetings proceed, what the goals are, how high the success rate is and how to find a near Alcoholics Anonymous group. Information about other unrelated organisations, personal stories or alcohol use without connection to the Alcoholics Anonymous are irrelevant. - a0c931da4cc3a8dc4609c291f312f44dca86461b0b3467b48069e083769e03b1,b5861cf98ac8d31ce303e111b78530fdd70a811842d4075e070dfd6d12287d43 - Alcoholics Anonymous - - + + + + Alles was die Vorteile sind von Rust Web-Frameworks. Welche gibt es? Vergleichsseiten von gängigen Web-Frameworks. + a8c786474b56f0e30b9eeb61ba8766b82c30a02a3ff192c6b1de178523667eb2 + Relevant are comparison sites of common web frameworks. Not relevant are iron-related sites or websites about Rust frameworks that are not a web framework. + 0af76192c09d82e2701dea8ef9309352edd4c9b4e4ce9a76714751f2b5345764 + rust web frameworks + + + How are pets or animals used in therapy for humans and what are the benefits? + 8c96671bda4e546d3ad2330e5f3328807083b699c3921f11cc23c9dc82ff2d9d,a5d6e28526fd33467976248d541744553f0d963fc3c0e8f4987becc36e349bf6,4c305963d4256ee345f4aa37a612db0df1012b7954f2abdaadd087e5797c16f7 + Relevant documents must include details of how pet or animal-assisted therapy is or has been used. Relevant details include information about pet therapy programs, descriptions of the circumstances in which pet therapy is used, the benefits of this type of therapy, the degree of success of this therapy, and any laws or regulations governing it. +Documents on therapy for pets is irrelevant. + 615c3d227810554ba628b53c6a1cd557fa0b15e1b831ec854406dd3b034cfff8,1c2884f45042162aa26ec84007cfaa0d8dd4d1b9e0cb96afb64abe4ae6aade6d,67b193a009008d0c7c5dda6f5ce2f7c5d6d7a484b70d18a7b8240662cf9e7c90 + pet therapy + + + Which rare trees (species) exist and where they grow. What are the reasons for the tree being rare? + 8c2dbe4ad46c3f8015b086dbf22e6b355a187a28d080fd4a805e95dd6c539671,95201875e1ccbdcb752500ec2a8e8ab906bea15b0bc549de6a9e0c2b3242da05,39d3e3c11f92ff44dbfe0fb1b075406c81e5e5a8aea5f5db2bde8e7b4e9bb033 + Lists of rare trees, reasons why they are rare and where each of them grows are relevant. Such as information about rare tree species. Non-rare trees or lists of other rare things aren't relevant. No computer-science related trees, just biological ones. + eab888a646c500682e82548585fc6c685ae735f6832aa7e229dcafad85686b80,32cda6ceaa1a04cfaebfa613ad05575760b4ab7486362e1280e5a1e6fcfbbdc4 + rare trees + + + What is active learning in the context of machine learning? + f5ffc112a86a58a26baf6aa6f5c1de6c06b126bb25eaac815628ac9b8c76da4d,b4f9a3ab7be710b307854edb076fe7c379d8c541d6fb75cb43d7e417801a5cde,2395d49d109eaef94f052c4c07cbec1b47698c6e01bc0afa6743a9a4e2d55dcb + Relevant documents must define the general active learning problem. They should also detail its main components, algorithms, and typical use cases. Documents covering pedagogical learning methods (e.g., interactive lessons for children) are irrelevant. Commercial websites that primarily aim to sell a product or service are also irrelevant. + e07a58637b8482f4f52351523e74e8737c1a35d2f5af9208d712345a0b7989f0,9816e104cd81012da728fbe2a142e3532b94773470341ca73e58bb218bdc26a1 + Active learning ml + + + How artificial intelligence is applied in healthcare to improve diagnosis, treatment and patient care. The aim is to identify real-world example of AI improving medical practice. + 4fde93c7c224b5cdb6bd57a3c1884f425afa5f83943b47ea662b977239f803d8,18b10c89f7effc8dad1bd0555b613d5b224df27a2e8891822f34cc0127dfa54c + Relevant documents describe practical or research-based applications showing how AI is applied within healthcare. This includes direct medical applications such as medical image analysis, disease prediction or clinical decision support, as well as administrative tasks such as patient data management or hospital resource optimization. Non-relevant documents discuss AI in general or focus on other domains without direct connection to healthcare. + b237e8e465c6abd2fbbbcfcce326b26bc2168ab7a1f4f107a3ae3930ebc521e0,0e2879d3f64d99adefd7554e3c2c47aa9b7755d0eefd70d844eb565d439140c5 + Applications for AI in healthcare + + + What pc components or prebuilds are good with respect to gaming in 2025. Gaming should be at minimum 1440p, 60 fps. Budget should be interpreted as one of the cheapest ways to archive the gaming goal. + 793326eff66b190b8e9551d7235cc0cdc0c03d64265e7a67c0f02ac0ffdb379d,0fd25ce3f9f2474c6b75deb5d6127052a7dafb8c0ff30bfb526bfb14d3fdd09c + The relevant documents should describe what gaming will mean in 2025 and what is required to build a gaming PC. Relevant documents could include price/performance comparisons or pre-built options. Documents that include other aspects of gaming, such as monitors, laptops or peripherals, are not relevant. Documents that do not focus on budget are also not relevant. + 30997bc9f86f2e07f97fb5867a616cfe57bac5ff5e20c9691ce927a05a567208,636baec19a13476ef0e54734f13fef1d4ca1a6001e80d39871b8ef06d75ad0d2 + best budget gaming pc 2025 + + + What are the principal reasons for the concentration lack of the nowadays young generations? + + Relevant documents include reasons explaining the lack of concentration among younger generations. Nowadays, this issue mainly concerns those born after the 2000s. The focus of this topic is the easy access to the internet and how, for young people, it is easy to become accustomed to isolation due to immersive technology and larger causes such as pandemics and others. Relevant to this topic are statistics and arguments from experts such as psychologists or educators who deal directly with students. It isn't relevant topics concerning studies before the 2000s. + 179717f2f9d30f96ab76d8228565be62fefa67afec8d887d6b2abb50163d38b3,f887238158c7a508595977a6c81499de5bd527b569ddfbad93a4d09236adbe38 + Lack of concentration + + + What are the technical differences between the iPhone 11 and the iPhone 12? I would like to form an opinion, whether I should upgrade my phone or not, based on the differences between my phone (iPhone 11) and a newer model (iPhone 12). + 783e28298253328990f73fd5deee39e21d8643df881042cb8170fa57baf6379a,e83ee15fe96ddba6a1c1d6eec1087c37a502b61f47587e7d85f5a0ab45e7f581,2a95c773345b26812fc15b9962c79ed652a60a5517bfac3844b404df215fcb0b + Relevant documents must include information on both the iPhone 11 and the iPhone 12, comparing their technical differences. Relevant details include information on battery and screen size, camera details such as resolution and zoom options, processor type, weight, color, and connectivity. Relevant documents should list these differences for the base iPhone models. Information on the Pro or Pro Max models of the iPhone is not relevant. + 8b896738d679511217e7e5773a2a592ac9797bec02fb739fdab80466647bafe8 + iPhone 11 vs 12 + + + Why did the producers of the tv show Game of Thrones make less episodes in season 7, than in the others? + d15c8f74fa0483ff29bc1a08e4e236ed78e128e3571272a570c53d0e1f6d621b + Relevant are documents that give reasons for this change in production, irrelevant are documents that misinterpret GoT as some an abbreviation that means something other than Game of Thrones, or documents that are concerned with other sesons. + 7c21095cc31a799561fc233576b90b735a0edc5897c6be004c9e35ea9e57136c + GoT why is season 7 shorter + + + How does the total cost of ownership of battery-electric passenger cars compare +with that of gasoline and diesel cars in Europe, and what factors account for +the differences? + 1c67d7e92be317f8e05ef64b7ba6f02e424b753880750768b32c2d89464bf70f,4fd826d036d5fe150ad830195a9e0d7de26068af9e224ea7189c21e0cf2fe47f,d0112a245cac7ee8c92be421c8a62038c2d163d111a765b00f32ecf3ffc2b823 + Relevant: documents must include details of how total ownership costs are +calculated for electric and combustion cars in Europe and present comparative +results. Relevant details include purchase price and incentives, energy / fuel +costs, maintenance and repair, insurance, taxes and fees, depreciation and +resale value, assumed mileage and holding period, geographic scope, and +sensitivity analyses or scenarios (e.g., energy prices or incentives). +Irrelevant: documents that focus on non-passenger vehicles (e.g., buses, trucks, two-/three-wheelers), non-European markets without transferable assumptions, marketing/PR or news items lacking transparent TCO methodology and quantitative results, studies discussing only technology specs or list prices without ownership-cost modeling, and analyses that do not compare BEV and ICE passenger cars. + 6715f61abe094a5d15411dc2d1d1b9936f89cf4a3af4a414ab81267ae3cef1f3,18d0b4de0b44e70c04524ac99a88081e60648b7429a8d4b7fc0ae44449ea3b03,49d3ed5cb98384f98cea9dc9a96ed6c6d5bfe4b92fd8c67f8135bddc05086575 + Total cost of ownership for electric vs combustion cars in Europe + + + The process of training artificial intelligence or machine learning models + 09365b78687a5f8ba4d035e9ff434c4e0b9815297ad3ec39e7cb90e9dd60bc47,dcf579eeb30209945886f51e2bb6659893050cf0146163f0f1c687537692f479,973dc5578eba4e323be330ea3bc0804d2f599d3ba2801dbc7cfcb16f21f7f228 + Relevant documents should describe how AI or machine learning models are trained. This includes training methods (e.g., supervised, unsupervised, reinforcement learning), optimization algorithms, data preparation, use of frameworks, and challenges like bias or computational cost. +Documents focusing on human training with AI tools, are not relevant. + 27386093bb3a6e90c3cd59fedc6abfe9ad5d6e37f7e8c7d103e53e363c0e0a9e,ec5cac44bd942e17491dc0f7ef10439cda5e54be3f0f4c15eaae7f348f93953d,10392259634068055dcb3bd4009f65bd12fd3fab1eed3a2314d9939165addf1c + AI Training + + + How does veganism as a dietary choice affect dog's health? + fbb795de39fd86606f81caeab64bbb3c7809c23ad9337acbcb0ab550451c6f03,f061311da277fc160f59cb2b5508ca1ae6673ec059ab196525d124492fa98a54,d05418608805ec6ad18be86953e3bba647127467f8f0542d74b959bb1e982544 + Relevant sources include those that mention the effect of veganism as a dietary choice for dogs in the context of health and life expectancy. Sources that focus on vegan dog food in the context of sales and advertisement are irrelevant. Sources about hot dogs are also not relevant. + 45ac759c051a156178bc17f3feccaa74ca50bb43534b40721d3096f1690421b2,ceec8328a6f9c3b08392d15b10149363338e58267a6c1b62faa5c7fb1f490c56,dc651afd34da5c25106d84d61b8787e73c0d3e56077d3654bebc08770fb00dfc + vegan dog + + + What is the definition of dog whistle as a political term + 2e3930d1d50fbe9e0143be1e8ea35d0cae442e6f8623b79a555a79bd56dd7f9e,e4169ccee0473e19bbcc6dbdb778130f32de584b1b7ea2592a67898a3bc84d55,a41703cec0048dfc50bc337c8011963e87abad76735bd05ee9369d5eb587214e + Relevant documents include explanations of dog whistle as a political term and examples of its historical and current usage. Not relevant documents are those that refer to silent whistles, a type of whistle that emits sound in the ultrasonic range that used to train dogs. + +Sources that don't explain the definition of dog whistle but uses it in a political context are also irrelevant. + cff298614f3801cc2b832fcfe6faa3b7fab712677d0bb7355fb08e5a4ea7cbb0 + dog whistle + + + What is the syntax of the teleport command in Minecraft? + fe06e42fd22876ba196b9602d1b20683555599ce72f90e059445a0dbd325b5f9,cd4071fac6967d6589540fe288a71138b4091516ea12d10f975a263617d5ddfd + This question is specifically about the syntax of the teleport command in Minecraft. +Relevant documents are those that explain the different input options, mention when the command was added to Minecraft, and show examples of how to use it. +Irrelevant documents are anything not related to Minecraft. + 00fb793062de36fd9c0f50eb8a6dbb41f6727b33f347a757b272007f356358d1 + mc teleport command + + + How do dogs positively influence the mental health of humans? + 79f5b0d9bedb6089a6bf3b8975643f5808cc43fc8fb66b3b6c9c4cc64e102455,158df0f30972a54b8afd5a4fcc37e0c8c8e5f250b3c8e42579f49bf4688ca480,9f558fa8ae6cca67b95c4d3c1f1dc837a2af6720e8ca8fe89a5f649c5aac2044 + Relevant documents must specifically describe how interaction with dogs improves human mental health. Relevant details include evidence or studies showing reductions in stress, anxiety, loneliness, or depressive symptoms through dog ownership, daily interaction, or structured therapy sessions with dogs. +Documents that discuss the mental health benefits of animals or pets in general without focusing on dogs are irrelevant. Likewise, documents about the mental health of dogs themselves, general dog care, or training techniques are irrelevant. Documents about people's mental health in general are also irrelevant. + 571fb9c141a32f928f6c190b3bc095c957f25a28c3056d9e7a4c789887dcf74f,cff54f1891bebd02879b1dbcffd06a97233df9ccf7bb8cd77d4256898b7bbfe5,44a2cb5a96261f447d7110c7dcc98ad663b09ea4741744f80d33da280f4d1943 + dogs mental health + + + Search for dog breeds that posess white or very light fur. + 5dae365a378ed5a1670d852389748c515ba5d79933fe0e209dd81a52330cc799,00cdfcdf3d604320f0bb61fec1b7e453681d214ecf4a037cf6417a680c1ccaef,05c3095b7897da1808895ac4a4275752dd89c5f43403ed83f290164e0bf1fc41 + Relevant documents must include information of dog breeds with white or very light fur. The results should include pictures and distinguishing features of different matching dog breeds. Information on where to buy matching dogs is also suitable. Not relevant are results regarding other animal species (i.e. cats), fur coats and other clothing articles as well as branded products/companies that use the phrase "White Dog". + 4fe1c6a4f7ef7e3ee4cda36400b3169eab2d7b6c026539f4c4636d7752e28ba7,b847f90f699cb2b260cc6f37ca5960d8472e417886d69dae65a6d8ca608da9e6,b8cc2e46e584c94e581a14530e111d3cb7efc63c7cf155ad09a2d6e9019242de + white dogs + + + How is artificial intelligence affecting employment in various industries, and what are the potential benefits or mitigation strategies? + e1b74ac9c35188b40746bb4847e0aa86004c95e87cff4c204f3ab49c3914b303 + - Relevant documents must include details on how AI technologies, such as automation or machine learning, are causing job losses or transformations in specific sectors like manufacturing, healthcare, or creative fields. + +- Relevant details include: case studies of AI implementation leading to workforce changes, statistics on job displacement rates, discussions of reskilling programs or policies to address the impacts, economic impacts, and any regulations or ethical considerations governing AI's role in employment. + +- Documents are not relevant if they only discuss AI in general terms without connecting to employment effects (e.g., overviews of AI history or technical specs), or if they focus solely on AI's positive job creation without addressing displacement. + +- For misunderstandings: If a document interprets "AI job displacement" as voluntary career shifts due to tech adoption rather than involuntary losses, it is not relevant unless it ties back to forced changes; relevance requires evidence of negative or transformative impacts on workers. + 963faa92e0420b0bb6edcfd0bb02c01e650b76f2e3a31cc0380e0e3ebd20d150,53171f72e6d01786c6f1080ce6b0bfa01797bae725289d773e7617d8bfcca366,49dd9f0a915789a362c551206a1fce6ec2931476a59728733cb315d21d09cf23 + AI job displacement + + + Does looking at screens in the dark harm your eyes, and what evidence exists about potential short-term or long-term effects? + 774cabeec0ce1fe104187e8af184e84bffa699b5728f9b403927551062dbde48,676246ec3c5cfcecfcbf0b071ec3455f3c75144599bf191e011c8fb33d3f7772,001159a70ad7e1f52bda9ae4209b72b12f6a36ee8d04d3ba88c0d8858ea2f312 + Relevant documents must include information about how screen use in low-light or dark environments affects eye health. Relevant details include descriptions of eye strain, digital eye fatigue, or retinal effects, explanations of how light exposure or contrast in darkness influences vision, and any studies, expert opinions, or medical guidance related to these effects. Documents discussing preventive measures (e.g., screen filters, lighting conditions, or usage guidelines) are also relevant. + d0067eca4a7ca790a8f8d13512c8be8d2d297a4feaed3cddffae5e4177e2933f,68dc8eef5495e81f3c077b8d8c420c792e253b58a6086a69d4fa91cc991a4f87,8f9cf4c2022674b0207a49bfd31a0e111f736e47a5b73e0f008f07fcded521b8 + screen use in the dark and eye health + + + What is the "getting things done" method of David Allen about? + 9f9c7e9674275ecb46b34407ce60004864f6145939dc2245fdacdb7648361c78,418833400109c4076ab43a7d490ab64b0853aac4054408ae86ea0e2931ac778f + Any relevant documents should have info about the book “Getting Things Done” of David Allen or his methodology. Anything related to getting things done or productivity that is not connected to David Allen is not relevant. + 6ab1e3a0a829e007bfec7b709d15961bfe58fcc651207f2fdee237a66ee82564,496f2f54c125c405eba7215f731ca306208677170e7bb8707bad402f4cdfb329 + getting things done + + + The user is seeking information on how to maintain the health and well-being of senior dogs, focusing on the best nutritional practices and health care approaches for older dogs. The user is particularly interested in diet recommendations, including the types of food that are most beneficial for older dogs and how their nutritional needs change as they age. Additionally, the user is looking for information on common health issues that affect senior dogs and how these can be managed or prevented. Veterinary advice and research studies that provide guidelines on age-appropriate care are also important. + 927cc237a60eab035519c7f9627e650623a8c7a03f6489a2c8488bbe055191ec,444c8e7fe80ea2cae50cd9f68ae405e2598df47bd8dbe67daecb220b16113fe3 + Relevant Content: +- Veterinary advice and research studies on the health care needs of senior dogs, including preventative measures and management of common age-related conditions. +- Guidelines on dog nutrition, specifically for senior dogs, including the types of foods that provide the necessary nutrients for older dogs. +- Articles or books on senior dog care, focusing on dietary needs and physical exercise for old dogs. +- Case studies or expert opinions on managing the health and nutrition of senior dogs. + +Non-relevant Content: +- General dog care tips not specific to senior dogs (e.g., puppy care or basic training). +- Promotional content for dog food or supplements that does not include scientifically backed information or recommendations from veterinary experts. +- Information on specific dog breeds that can't be translated and applied to all senior dogs. +- Personal anecdotal stories or non-scientific advice about senior dogs, unless it includes professional or veterinary recommendations. + 10ce1eabe50a1fc88047822100133c6f2a5dd50193515c0aed7025de9f96dfc0,b2b357f1839434c8b837caedcdf6c654ceabb006a917695038253ad2b1ad7d5f,a09f5c244e70e89a13a3dac241a795c9c7cc3a7ba79e160a597c0ec690754583 + Best nutrition and health care for senior dogs + + + What are the works of J. R. R. Tolkien? Which books, poems etc. did he pen? + 4e4285c651c9f2bc9ce6af5b062249d3ff9a19ee9566017049b1b93169e8e387 + Relevant documents must include a list of J. R. R. Tolkiens works. Irrelevant are documents that focus on something else like his life for example. + 34c571ec36716900b644dcabc9de9f910a384273961321c9ba61f994d1782484 + J. R. R. Tolkien + + + Which companies produce great chocolate pudding? What are some chocolate pudding recipes? How can good chocolate pudding be made? + 426d3490a0b256965c0b4c89d9edc5be9af48e578245a88cab6399ef32e17692 + Relevant documents include recipes for chocolate pudding or recommendations for specific chocolate pudding producers. Relevant details for the recipes include the ingredients and instructions for making chocolate pudding. Relevant details for recommendations include information about what companies are recommended or in which stores the recommended chocolate pudding can be found. +Not relevant are other flavours of pudding or other food made with chocolate. + 9eb910a9ac7b9c6478201c9fca991e792cfa8a98107e9ad471223f1e35fee313 + Best chocolate pudding + + + How is energy from renewable sources such as solar and wind stored, and what are the main technologies and challenges involved? + 2548da6a768e38c9b3d472c9eae6de82c87038e7fe4a22c47b3a8d300ae59d96 + Relevant documents must describe or discuss how energy generated from renewable sources is stored for later use. This includes documents that explain or evaluate energy storage technologies, their applications, performance, costs, or policies influencing their use. Documents that analyze case studies of renewable energy systems integrating storage, compare storage methods, or discuss technological or economic barriers are also relevant. + +Documents not relevant include those focusing solely on fossil fuel energy storage, electrical grid management without mention of renewable sources, or general discussions of renewable energy generation that do not address storage mechanisms. Documents describing small-scale storage unrelated to renewable energy (e.g., consumer electronics batteries) or purely theoretical energy concepts without practical connection to renewable storage applications are also not relevant. + eb5e5d83c5742af735a9d6452805ee00d960c7bafa4afb59523d61410ba84a53 + renewable energy storage + + + What is Alcoholics Anonymous, how is the organisation structered and how does it help people with alcohol-related problems? + d1bd7ffa3d3d6cc65e3ff30c9fe8af47cdaa2852e7f22541134de50d442e209a + Relevant documents should give information about Alcoholics Anonymous' purpose and their concepts. Relevant details include information about how the meetings proceed, what the goals are, how high the success rate is and how to find a near Alcoholics Anonymous group. Information about other unrelated organisations, personal stories or alcohol use without connection to the Alcoholics Anonymous are irrelevant. + a0c931da4cc3a8dc4609c291f312f44dca86461b0b3467b48069e083769e03b1,b5861cf98ac8d31ce303e111b78530fdd70a811842d4075e070dfd6d12287d43 + Alcoholics Anonymous + + diff --git a/ecir26/corpus-construction/collection-radboud/README.md b/ecir26/corpus-construction/collection-radboud/README.md index 9b75de0..908cc72 100644 --- a/ecir26/corpus-construction/collection-radboud/README.md +++ b/ecir26/corpus-construction/collection-radboud/README.md @@ -1,49 +1,49 @@ -# Labeling Step By Step - -We configured the pooling so that the number of documents is on mean and on median slighly below 50 (mean: 47.7, median 46.5). - -- Go to [https://doccano.web.webis.de](https://doccano.web.webis.de) -- Click on login, enter your credentials -- You see a single project (named after your account), click on it, then click on "Start Annotation" - -# Setting Up Doccano Step by Step - -## 1. Install teaching-ir locally - -Step 1: clone the repository: - -``` -git clone git@github.com:tira-io/teaching-ir-with-shared-tasks.git -``` - -cd into the directory, and install it: - -``` -pip3 install --no-deps -e . --break-system-packages -``` - -Check it works: - -``` -teaching-ir --help -``` - -## 2. Run pooling - -After playing around a bit, we decided to choose a depth of 11 for the pooling. - -``` -teaching-ir pool-documents --pooling-depth 11 . -``` - -## 3. Upload to Doccano - -``` -teaching-ir prepare-relevance-judgments --doccano-url https://doccano.web.webis.de/ --doccano-username admin --doccano-password TODO wows doccano-judgment-pool.jsonl -``` - -## 4. Export QRELS - -``` -teaching-ir export-relevance-judgments --doccano-url https://doccano.web.webis.de/ --doccano-username admin --doccano-password TODO wows . -`` +# Labeling Step By Step + +We configured the pooling so that the number of documents is on mean and on median slighly below 50 (mean: 47.7, median 46.5). + +- Go to [https://doccano.web.webis.de](https://doccano.web.webis.de) +- Click on login, enter your credentials +- You see a single project (named after your account), click on it, then click on "Start Annotation" + +# Setting Up Doccano Step by Step + +## 1. Install teaching-ir locally + +Step 1: clone the repository: + +``` +git clone git@github.com:tira-io/teaching-ir-with-shared-tasks.git +``` + +cd into the directory, and install it: + +``` +pip3 install --no-deps -e . --break-system-packages +``` + +Check it works: + +``` +teaching-ir --help +``` + +## 2. Run pooling + +After playing around a bit, we decided to choose a depth of 11 for the pooling. + +``` +teaching-ir pool-documents --pooling-depth 11 . +``` + +## 3. Upload to Doccano + +``` +teaching-ir prepare-relevance-judgments --doccano-url https://doccano.web.webis.de/ --doccano-username admin --doccano-password TODO wows doccano-judgment-pool.jsonl +``` + +## 4. Export QRELS + +``` +teaching-ir export-relevance-judgments --doccano-url https://doccano.web.webis.de/ --doccano-username admin --doccano-password TODO wows . +`` diff --git a/ecir26/corpus-construction/collection-radboud/config.json b/ecir26/corpus-construction/collection-radboud/config.json index 56648a5..34f6747 100644 --- a/ecir26/corpus-construction/collection-radboud/config.json +++ b/ecir26/corpus-construction/collection-radboud/config.json @@ -1,6 +1,6 @@ -{ - "topics": "topics-final.csv", - "runs": "runs", - "team-mapping": "topic-mapping.jsonl", - "chatnoir-index": "wows-owi/2025" -} +{ + "topics": "topics-final.csv", + "runs": "runs", + "team-mapping": "topic-mapping.jsonl", + "chatnoir-index": "wows-owi/2025" +} diff --git a/ecir26/corpus-construction/collection-radboud/doccano-label-configs.json b/ecir26/corpus-construction/collection-radboud/doccano-label-configs.json index a507f9e..e9e3d35 100644 --- a/ecir26/corpus-construction/collection-radboud/doccano-label-configs.json +++ b/ecir26/corpus-construction/collection-radboud/doccano-label-configs.json @@ -1,42 +1,42 @@ -[ - { - "id": 11349, - "text": "Spam (-2)", - "prefixKey": null, - "suffixKey": null, - "backgroundColor": "#9F0500", - "textColor": "#ffffff" - }, - { - "id": 11340, - "text": "Irrelevant (0)", - "prefixKey": null, - "suffixKey": "0", - "backgroundColor": "#D33115", - "textColor": "#ffffff" - }, - { - "id": 11339, - "text": "Related (1)", - "prefixKey": null, - "suffixKey": "1", - "backgroundColor": "#73D8FF", - "textColor": "#ffffff" - }, - { - "id": 11350, - "text": "Highly Relevant (2)", - "prefixKey": null, - "suffixKey": "2", - "backgroundColor": "#A4DD00", - "textColor": "#ffffff" - }, - { - "id": 11351, - "text": "Perfectly Relevant (3)", - "prefixKey": null, - "suffixKey": "3", - "backgroundColor": "#194D33", - "textColor": "#ffffff" - } -] +[ + { + "id": 11349, + "text": "Spam (-2)", + "prefixKey": null, + "suffixKey": null, + "backgroundColor": "#9F0500", + "textColor": "#ffffff" + }, + { + "id": 11340, + "text": "Irrelevant (0)", + "prefixKey": null, + "suffixKey": "0", + "backgroundColor": "#D33115", + "textColor": "#ffffff" + }, + { + "id": 11339, + "text": "Related (1)", + "prefixKey": null, + "suffixKey": "1", + "backgroundColor": "#73D8FF", + "textColor": "#ffffff" + }, + { + "id": 11350, + "text": "Highly Relevant (2)", + "prefixKey": null, + "suffixKey": "2", + "backgroundColor": "#A4DD00", + "textColor": "#ffffff" + }, + { + "id": 11351, + "text": "Perfectly Relevant (3)", + "prefixKey": null, + "suffixKey": "3", + "backgroundColor": "#194D33", + "textColor": "#ffffff" + } +] diff --git a/ecir26/corpus-construction/collection-radboud/extract-validation-dataset.py b/ecir26/corpus-construction/collection-radboud/extract-validation-dataset.py index 2762660..0115ec0 100755 --- a/ecir26/corpus-construction/collection-radboud/extract-validation-dataset.py +++ b/ecir26/corpus-construction/collection-radboud/extract-validation-dataset.py @@ -1,46 +1,46 @@ -#!/usr/bin/env python3 -import pandas as pd -from statistics import mean - -TOPIC_IDS = set(["3", "4", "7", "8", "13", "15", "16", "18", "20", "23", "24", "31", "32", "34", "39", "42", "43", "44", "46", "48", "52", "54", "58", "60", "64", "68", "69", "74"]) - -topics = pd.read_csv("topics-final.csv") -reformatted_topics = [] - -for _, topic in topics.iterrows(): - if str(topic["qid"]) not in TOPIC_IDS: - continue - reformatted_topics.append(f'\n {topic["qid"]}{topic["query"]}\n {topic["description"]}\n {topic["narrative"]}\n\n') - -assert len(reformatted_topics) == len(TOPIC_IDS) - -with open("../subsampled-corpora/radboud-validation/topics.xml", "wt") as f: - f.write("\n" + ("".join(reformatted_topics)) + "\n") - -qid_to_doc_to_judgments = {} -qrels_raw = pd.read_json("raw-exported-doccano-judgments.jsonl", lines=True) - -for _, i in qrels_raw.iterrows(): - qid = str(i["query_id"]) - docid = str(i["doc_id"]) - if qid not in TOPIC_IDS: - continue - - if qid not in qid_to_doc_to_judgments: - qid_to_doc_to_judgments[qid] = {} - if docid not in qid_to_doc_to_judgments[qid]: - qid_to_doc_to_judgments[qid][docid] = [] - - for label in i["label"]: - qid_to_doc_to_judgments[qid][docid].append(int(label.split("(")[-1].split(")")[0])) - -assert len(qid_to_doc_to_judgments.keys()) == len(TOPIC_IDS) - -with open("../subsampled-corpora/radboud-validation/qrels.txt", "wt") as f: - for qid in qid_to_doc_to_judgments.keys(): - for docid in qid_to_doc_to_judgments[qid].keys(): - labels = qid_to_doc_to_judgments[qid][docid] - if len(labels) == 0: - continue - label = int(mean(labels)) - f.write(f"{qid} 0 {docid} {label}\n") +#!/usr/bin/env python3 +import pandas as pd +from statistics import mean + +TOPIC_IDS = set(["3", "4", "7", "8", "13", "15", "16", "18", "20", "23", "24", "31", "32", "34", "39", "42", "43", "44", "46", "48", "52", "54", "58", "60", "64", "68", "69", "74"]) + +topics = pd.read_csv("topics-final.csv") +reformatted_topics = [] + +for _, topic in topics.iterrows(): + if str(topic["qid"]) not in TOPIC_IDS: + continue + reformatted_topics.append(f'\n {topic["qid"]}{topic["query"]}\n {topic["description"]}\n {topic["narrative"]}\n\n') + +assert len(reformatted_topics) == len(TOPIC_IDS) + +with open("../subsampled-corpora/radboud-validation/topics.xml", "wt") as f: + f.write("\n" + ("".join(reformatted_topics)) + "\n") + +qid_to_doc_to_judgments = {} +qrels_raw = pd.read_json("raw-exported-doccano-judgments.jsonl", lines=True) + +for _, i in qrels_raw.iterrows(): + qid = str(i["query_id"]) + docid = str(i["doc_id"]) + if qid not in TOPIC_IDS: + continue + + if qid not in qid_to_doc_to_judgments: + qid_to_doc_to_judgments[qid] = {} + if docid not in qid_to_doc_to_judgments[qid]: + qid_to_doc_to_judgments[qid][docid] = [] + + for label in i["label"]: + qid_to_doc_to_judgments[qid][docid].append(int(label.split("(")[-1].split(")")[0])) + +assert len(qid_to_doc_to_judgments.keys()) == len(TOPIC_IDS) + +with open("../subsampled-corpora/radboud-validation/qrels.txt", "wt") as f: + for qid in qid_to_doc_to_judgments.keys(): + for docid in qid_to_doc_to_judgments[qid].keys(): + labels = qid_to_doc_to_judgments[qid][docid] + if len(labels) == 0: + continue + label = int(mean(labels)) + f.write(f"{qid} 0 {docid} {label}\n") diff --git a/ecir26/corpus-construction/collection-radboud/index.py b/ecir26/corpus-construction/collection-radboud/index.py index 5f81689..8facdd2 100644 --- a/ecir26/corpus-construction/collection-radboud/index.py +++ b/ecir26/corpus-construction/collection-radboud/index.py @@ -1,9 +1,9 @@ -import os -import pyterrier as pt - -pt.init(packages=["com.github.terrierteam:terrier-ciff:-SNAPSHOT"]) - -for representation in ["title", "description", "content"]: - index_path = f"./index-{representation}/data.properties" - if not os.path.exists(index_path): - pt.run('ciff-ingest', ['-I', index_path, f"index-{representation}.ciff"]) +import os +import pyterrier as pt + +pt.init(packages=["com.github.terrierteam:terrier-ciff:-SNAPSHOT"]) + +for representation in ["title", "description", "content"]: + index_path = f"./index-{representation}/data.properties" + if not os.path.exists(index_path): + pt.run('ciff-ingest', ['-I', index_path, f"index-{representation}.ciff"]) diff --git a/ecir26/corpus-construction/collection-radboud/manual.csv b/ecir26/corpus-construction/collection-radboud/manual.csv index 237181d..0a47c53 100644 --- a/ecir26/corpus-construction/collection-radboud/manual.csv +++ b/ecir26/corpus-construction/collection-radboud/manual.csv @@ -1,278 +1,278 @@ -qid,doc_id,label -1,36573058460fd834571449ef00bfbf1964b6cc72d898ddfb50c7db6a163058f3,0 -1,806eeed09416f945b8d43e19066d43d8810839b6f9342d0b1e3ee6cfe063fbab,1 -1,a691ee68812244f7d2ba253e7699edc4414b430c42d0120d2515a9f78b8fb115,1 -1,cc66d933b926c4b7f7dc47745b79a2e826f779cba72d9a28c77eb718aa8d4187,0 -2,054b76844ac5daf395a69456e35aa67409ec942a61533d1d24802c81cfeec554,1 -2,d6f7c2dc209a84e27dee541ef73b4d1b0b62ce00c1a13e38727509d3b3f009aa,0 -3,0613590b24db271a692b0e0eea44ce4ac48080d5c230d7071c00cc1724b1613f,1 -3,348faa53fc7f0a6fb3643d880d64d3515247e9a40eba86a2889354781f36d4dc,0 -3,52d037c361e082049a02fdf1fe95f097ca9bea4715dd51b66ccf716d0db2362f,0 -3,b3e91b38eed01867d9b9a5048ae2445216f9f208e6fae56deb68c580e3cf5692,1 -3,e2e37f514110c0b3b7548903495348fac3db79d29df27a645f5eab0de4007716,0 -4,03ec625d5e20f3979e65cd8cbee62b2bb07674025d963e3b80e071e2e17bf0df,0 -4,08f8cdbff8feef02050ae18288e72994d2f87e287fccd827bba74712633d44f6,0 -4,7905c3cc8b8343031e4aafd828d3dba293e2c78a936c6b7f45186f5037b513c1,1 -4,c742c4186c5cd4d04fdd6424db2965f6425421cb117f3a1d785a600fac9e8511,1 -4,c8a6f34d38f26c3933b96161535e47b43450670634ed94dde83dfbaa05e4eca5,0 -4,d164221e7f0ac0fb55c2c7a98b8adddd3cfc5065773b453184f4672430d475aa,1 -5,30c950dbe0cb8e08dcfd53388f325feeb256aa0d7ac04efbbd013c375c90f9c1,1 -5,3daa360d808c22b12bed85db8bfc1f9831c1cb950acf5a9a21040610b8331d0c,1 -5,563b08cd80a02f88ddec4ee54d0be829c941b6fcf947d3daeaf5559f8e8b09e8,0 -5,92fa1e9087bb59163a0e25d91398f665e98597c0c50da931c30b064c1bd576c7,0 -6,1f4f93f2314340708c2b803ce438a224b52dbdba379562c33c7dc9ccf786a088,1 -6,9ed112de5b27ef087565677776f00ef64843063dab22999c9ad89c5c068cdafd,0 -6,ee600d1343ae2810bb798db4e4e347a9c8729572a7fc104db9ffc784ca00449f,1 -6,ee600d1343ae2810bb798db4e4e347a9c8729572a7fc104db9ffc784ca00449f,1 -7,3eda9285e6a683f69e9fa3e65e0aafd929c3e962e598b9a2df4fbd2441eaf606,1 -7,4b8c49ad8db1f421693c84c7ff43741df4acbd707b36b961928ce47546d88380,0 -7,aae8a9d7bc1b4f93571bad0cf063c79c3c6d52be2d0efb8407c6d5c6f748a99e,1 -8,1863a76c95cef317aec8bccb440eec37fed5f428feb12dbd18a1a2bccb453e1b,0 -8,c8b097e29e52f94739c92fcdd8380cc83cc26abe40ead0f6410ea05d4531c975,1 -8,dd795bae298a2864bac197575572686a7daccde5c235251093710346606e4b7e,1 -9,121013b827b749562858647178106b6f420630afa5527d2eee232e89811c6b08,1 -9,a8c4da167de86cdb7f512d6c175f01f8a5bd8eafabcfbd3a56d1d127093b2402,0 -10,deda54b0584dcdcce64e1b8f498a0b0f3960a6ac35a805ba5485e262c48494ca,0 -10,e92b1867fbaa6e794216966a66ab86b2f9b0f30645ba8d7510ebbfc5c56f7e6f,1 -10,f1430172d23a0163822d23a0a8ab412b4a62b268691e48a55726a6b6377cb288,0 -11,003a1735b7235d8b496fd43679597dd786b3f2c01cf57aab3d56cee4a4a6c45a,1 -11,7909f6e6f4983f909760dc2fdbc956b331d9eb5eba3290aaf3a6987ada7f815b,1 -11,f2a3ac8d485c2bbe46be17e0b017cb24d85d43f6d4b10c671955629f1850b417,0 -12,109a3f44d32d2480e4ba6b495fa6697e67be44ca9ec8065dcde376db59bc0a1e,0 -12,40693cd219dd16912488074a39f4d71b07c508cf0895437421ff3730b1bc998c,1 -12,b9f46ad003bff6d55c5059a2d89bcead421bf8690687002d982270dc67286f99,0 -13,1d5fe1d57036251856a606ffa5199fb73ffbef85d647e0a7d69bbbf51e63b5d7,0 -13,393532fb20f55d68f08361f42cb99ef8e5eaa95278a4423909923d71827673d9,0 -13,6ce58bc828725c3c5ee42094830b57ffc88d328bf99def194e5bae5369315dd6,1 -14,0f2de17957d7d861ae72a685443a3d4e33f00e004b4a201aff833c2818d00c67,0 -14,2b1d638e4dfbb119f2286c66cd0f363ad9d18149188e3a11de820acc1637d33f,1 -14,30b1ae07008c35c792f91507268bec8e11e571df4365802d10cc462f55d0156f,1 -14,a4e2d870c5bcf48125d7e29387bd9045ea12bd09e31b10c713abe963feb4d459,1 -14,c41274cdecb8f8323bd0cbbbe09a0ef45fac02a409660c6f9dfb6b9818b8dd4a,0 -15,14eacb409fa06ae35065dd960464a7c0147551aaf883e621deb1ca17695e56f3,1 -15,7c497749f046dc84ebaf032943ac4161d94318d20f0bb97c2d6586ad2e7d60dd,0 -16,18d0a9c897516366a68e1fde609adbf9d5d9a986a5899a241ed7ae531059c740,1 -16,4827c91b98a80fffcf63aa3493b80bd126d51347c0b0c5543d874deec3905a68,0 -16,51cf7a323706c6decd712f6977c8ebc827f53e4b1f954348c4c0a744d9cf0f13,0 -16,ba37cc54b0dfc6a0437d716ab5430869211db3791d9cf160679e52f9c2892070,1 -17,0be6325062a07265089be93edfa5fa914491423560180734b626966d65fb143f,0 -17,3ec10a20c7399f95756574e2ba984dafda5ba648f8b482e3daa9ca85e20220b5,0 -17,711046571ca12ba4ead7e384dce70499d67a12ba713c3e158de37b65d7596874,1 -17,cb41eac4883d7972cbce8664e4f15885c5d0fd546233201a372f7723a4e84317,0 -17,d24e43290b35115082aaed3706d85d1af7ac120c938e2511e450350113aad374,1 -17,e6561c0c8e851202aa7939e10c9fbfb48fcccb1848efb0b7661c78fd127f7d5a,1 -18,0676539f330593e1d2abcc0e083fb771829c5f4650b3d2d0dff9894745cfc706,0 -18,5aae744d2c1d34414a31ae21a59145e8c339c8461e148215b112ec9187530f09,1 -19,065e4ec4881cd5c5aea194823fd1763f114fb8326074e8bf212ad60f8d5f9079,1 -19,8ca57e0c22721c9a4d0530a11f4aca1978af48eef1252c94a1910bedf7ce1968,0 -19,f31e97e3926b7b08cffbcc24455eb2a7209afe73b611703ed80817b251eaa2db,0 -19,fa526e420fd95ba1198041cb66d4846bc3269414f8efd9436d755fcbddaa6867,1 -20,37ad35681c303665a4b331bf2dd2f53a177213242d9e2521a463335d64d75d20,0 -20,9b0fe17154ab11790d9b93060394ceb264e2e60bedd71cd49780d0272fe6a686,1 -21,5040f68ff0fdd80eddf4e3b2e406fc2810024a52e65cb2020af42e5fb3cecdb6,0 -21,54b0a512440cfaa6755569c737acd870e0988cdf6787bea1449e1d3885930919,1 -21,db1f2b45019f1fa80b5d70881db1ef3bda19656933637fb7ab512df09c0403b8,0 -22,230fce6cccab0c77c1c2f24a56ae317f9bb96aa9e03d56cd156158c2700dff05,0 -22,55c423539d3878286f3e97e467c949c81c290f3b83d27ae9709fa3e23452b6b9,1 -22,f822d46b461b9f0d843cb312ebbfcb9e2318e1a4651551baa17d53bbc639fcb5,1 -23,4037889c0470260497421870989d815009f9470af6afbf04cd0216719d86ea21,0 -23,5aebb7ea9624d716731b1dd2f6d59af994482fb8bf04a07422c418ee8ead81fd,1 -23,cead74bc051365ab06eff04668ff2d1f84f7c68ac4cd2471924e49df906fb462,0 -23,e61aa35bbcc2275469a6ca5f95014988d6fa36cb2bb8303e80e70da5d442ddba,0 -24,070ae932130c659501f09b3128a8cd760501bd593d2cfdbd70c89f946c42feb6,1 -24,0adafe593dd4029091d2e9559863b595b763dadd5a935108c0b0ee31aca60f9c,0 -24,4cf592d32d403e5f3ffe9e955ba3f8faf9978d239df9a6d0a433bb092f9262c4,1 -24,59f6aa95e2670c303bcfa8d50a01c78d80937c3b5b59f7017d1a3d40b577b3ee,0 -24,74b908b726dac3a25d52af1faa4c2ea9c23f2f42f767807b8c0d93819106b673,0 -24,f9a893ae8547c42851116a9f36761f2d05426dc769552858f53f9de9b6c8bf81,1 -25,046fc475ea0b759c5743eea5cf8b815a94ef704443d0ba3a5d48ba0439ef677a,0 -25,39f8b13825ab05aaf71a98cae9f6ec122462405dfa0cd3aa21f731509bc4630f,0 -25,66789c79f4803b726e45431b74fa4b9606739a5e0092f57a2d6d15ce5449fd20,1 -25,978e31e6d24cd51552c5c285bff53d3b1109edb36a3c5c9d2be436f78f38c554,0 -25,fd738139c742b623652d7575809a109d0f6498c1ab12e55f4fcc040880b42da7,1 -26,1a5437ec84040d74ac2812f00d34aea5370ea11cb53140fb6cf1e71399fd5041,1 -26,34ba4e88bfb3f7c1d011d4662825b9f70fd01f0c625158612cf625509cab4c89,0 -26,b97816709c52a09dd0390031d9d84f5420e98a7fb68121d996acdb6d55eac8aa,1 -26,f116a8a017273fcaaac33e3940e32d3d88e8b2bbeb76ed438a1b0ca041ff2e95,0 -26,f58d7e1587725589a2fadc8263c3342d94e99b322ac44ea53bb04e1cfc98bf2e,1 -26,fb22b9ef1da764a5d5c0a1c199fde8b34311359523d57f2f036d6e59da3acbf2,0 -27,40f6a03d24244ae187008b04ed50dd81f0674ae7c23ef8b147415a64ff4fd2ad,1 -27,9c70946f79c65b1e35f4e67704abd23f997e3457ab5f2ca9df447bc27ee64a79,0 -27,c185827789ba9374b7abf29c8485ed2f5b33fca0f7d1ae6bdc44ea22b936dbb1,1 -28,1861b0e7e75774c04cf329ef301a896c7f7bef78daa37e757e1be4eed9ae842c,1 -28,1c574d64da6b7ac7f464f045c920425ada119ea7358e39860601b2a13f9e6818,1 -28,ade873d958ac426af8aa4d1bf9380152c2b52ac2574588e82dda5b791ed8daa3,1 -28,c361556fe8d31848a04d12fb022d03c290ea826f41a61ee382192aa732d5ac29,0 -29,19bb51bc4679ae23b3ddd5efbfda1f8ef55780babbca3b563b06040a490113b1,1 -29,2caf609e9e6f0463a52c88afe91b31e2b8e7fad1d88477bdd12599484ad4f078,1 -29,5f33cc5ee7abc47f9372dbd1e824d877af8182116615f56912a1d1df0ee41cad,0 -30,3cd2d33cc2977b3f50cb59c4f2a5548e642fda42543dd48471ac1906eac26b40,1 -30,5243a6045aa9486c3579d9460b751f314cc30c5fdc23246db4d26d8a4c0237e5,0 -30,62d7eb02f2dda1296148908d4756a644d0ea05c21d19219121d0aa7d79b7ada7,1 -31,5f480b2560112a4c27e5430ac2dd1025a721faeba6af6fb359ab85c7b2232d04,0 -31,c4cf78c768da7d7f0c21e252ea051b6d1eec3d7ba061b75742976ba98bf11d63,1 -32,1bd5de61f6ed308229b75ff3570bee53256fd7bdf3eace1df91954725433b6e5,1 -32,27a073fdd36defe91d39d81aaf7db0f20e20d46f3442f4346652a5547de59cca,0 -32,4640d60d81d6da139bb2be3acfed69c8dd4f3928a0463644e48e060fcd5ebf46,1 -32,76833a6e3e2cdd390f490239fc8cba4d6849808ed90586e3b1acafd1f5063d5d,0 -33,21fd5e64a1ad44ba57d21b0007640d9333249f8ebde9ea3cbad2f3f8c29b348a,0 -33,50003b23c18c105b9ddb0a4646b8d42602a46ba30c63774957b62b4ab7f66d61,1 -33,82a03a58d14e9e3364cb2e68511eed8c177d7d0ae85481a775b20b08a0c33be0,1 -33,8ff6351bf74d3abaee5ce4276b77ad498d31acc60b8c33564e3c5d290ea93d28,0 -34,3d52372ae56cd628aa9ed6b36f49be27e6b54f4cf54af25868d6a6421cfbd6d2,1 -34,6675a28269fc1204c488897b181edbc6bacbda29e835acaa3a3d9d675dc9e22f,0 -35,a1ff90382875dcbeb4972a6ffcf95d3ca94965c374f5f9f349491d7a4249acbb,0 -35,eba231eef98d166966a20e2b676673ba2913d200c61fee06fc6bd469c509cf9d,1 -35,f958369a9e9a8286722d57d21ad5af0e6e6a20dc90ba10c32faeb851f5277af5,0 -36,64ce78304d92af8eecedc80fa28868bf4865b674245e7aa02ba417fe09c974e4,1 -36,72487ac7f9586a1c92b561786e3c45c1d704aea75ac79163477dd0c8e49d551f,0 -36,75a9ca34f876b741233ff68efcdbdcdfa4113bb240c210c4c142cf148b94894e,0 -37,093e7dc264bc06aaeaab10130db023002bfd1c71d2e2e61237a7758ab8a3ae8a,0 -37,0a3b8f74c6f007c207102e97cb74014a6b22c123798b0f0dcee7a12e81d04d3a,0 -37,42017b5af85f6b40a610481654268bafcc22f97c696bc2d7c110cb48e9c2210d,1 -37,683aa85399673bfc652b966ae35a0f1f4cc81ddd69d521769d139d3dd0add10f,1 -37,a26082277bd7d99e0a960a69e7b2f95065bdd43aaa594a4c10426c610b136344,0 -38,09458d2d1da6929e51d3d395ea125de4ff9231cf9879be0808ee85f08e9e53c0,0 -38,2534d4c2b2d9e4e5f9b34d777c83e751ec83344b16d202dcc1aad3a2f2c86e59,0 -38,cb42f64f7b4249bbad3423e3122cba99a320833ed00ca79d5771e333ec421db4,1 -39,f68b987810e76215f5b0202372cddf7160b6db1d945aff1c017356fa1395d3ad,0 -39,f740b58b62ded6e11ccb6c6519ab9c1da78c299b91a1a1a3d99addb1ae4cb14e,1 -40,2d2bff07c5723ae1ee89662ffaee42ad11b6d01a938ddf8ff9bea19b18f5dfd0,1 -40,79e2e273889461425f467ac720789fd4efefc546c3018dfeb82d35a7676e5225,0 -41,196df88ecb991e067360f30230780e2da74354384533a86827f235c2633a2e69,0 -41,5e0bc18b6162e494d81ef60998f95336676d3b9d77ebe71f3f75ae7d20cb6dde,1 -41,b1346db4309e168c63f6954a6af02e933ae267e4ab4f37f759406ec5426c1630,1 -41,c1ff48f6a9099e1f98e57870c10554a561d03f6de66f851da050058425b3ae3b,0 -42,500049518d3a4999049d907372b3b720fe7b604f17710b0b55cb57af91ae5d53,0 -42,f3e91745c48f63575c14ddee188cbfa17c5cf3c4a6422bfa2a6bc5573c9bfe59,1 -43,33829f10edb714772addfe78563c43cb3a5e687213595f2b0874af87f3584a9a,1 -43,8131d48ac0f00974db6df4fdabff9cf2480879bc6dc54f54267603aae84c159e,1 -43,bf25655b3c95963bc1d8b8742ddd0f3e53d4845499d96a45c200af96d7423d82,0 -43,ee1f2c11aa5651d83a3f6d2327433a9b5da4dbd8b9635de890a4786fa8d2cacc,0 -44,96fce15c0ad9007f33f14919d081361969d32318e011372f9693c6be7a17e35b,0 -44,f3f43f620db2e2c9f8fc6741ee8ed9c4430b90eaae3cdade3f6615e86f4899ad,1 -45,2ab9499d25286ec21875ced43f326b3916f66164510eece6e95cdf30dc27ae02,0 -45,b629b6bf44a60571fa5522d32eefeb5a5c1c39eaba72c35dcf58ff9804a9ed7c,1 -46,5374e8cc49dbac9b518be943b55e41944f30bb4b80b90da2cd5568d2bab5dd1b,1 -46,645b6346529afcda68e39e2df1f0d091a4aac319b060726c277785b01ea833c8,1 -46,9345ebc204b9de9ac00df7d5d8382831c825599be8f6a3ec9de900aa6968f513,0 -46,a2500fa19328c723300d3d8decdf76820e20dcef02f210a7d3c5795f56ef9a25,0 -46,d35483d939ed4d5ebc38cbd33499ab7c3ae7ad60e000e7df4d7c83f15cac18ed,1 -47,03885465fd398079bebdd25892553c120cba382c347dc32e01737735f5375626,1 -47,a8053bf74893ed804055524427239ca0aa598a6bed4e77676889af41e15dbdd4,0 -47,fc1a05e28079cc714cce7bbfb6f72a5b3fb05e3def9a1ef5d86e3b3f40118743,0 -48,03194aa53e20c6e20375ecfcc96d92ece25bf96ac3280ceb1fe0abbda7908c89,0 -48,5d74bbd7a96bb24eb124990ce7f5600be19ec99f20bbbb9e05f069ca338484dd,1 -48,6096d8410855e81099498dc4da3e08257c773870d4b3b5cd64fcfde668bb024a,1 -48,794f44362cbd2698edaa6f2bb716968e9034a6dd07e49435f954169e22862a26,0 -48,d4521a5b9c660f58862c402259ed79b3c6da7c4dc212b54b5cf1f885b1136958,1 -48,f0e30aa9802197a8b10e49d6d6e419e4f36d757daa17278523888e0045d12cb2,0 -49,0f056e4717687c3eb274645bf3ca8ddd1e304a490cd641ae672ff2c18f211c00,1 -49,64b9e13b29126dc74510e0ff9b98991f227a00553e0d0536b40ead8afeda08f0,0 -49,f202e8b40434b2bc62fb8cad8e43ddf0f6a0b2d89cf1e012b20c1f336d348ffa,0 -49,fc1a05e28079cc714cce7bbfb6f72a5b3fb05e3def9a1ef5d86e3b3f40118743,1 -49,fc1a05e28079cc714cce7bbfb6f72a5b3fb05e3def9a1ef5d86e3b3f40118743,1 -49,fc1a05e28079cc714cce7bbfb6f72a5b3fb05e3def9a1ef5d86e3b3f40118743,0 -50,3030bdf06848a8f692a5c8462da35f5355c085d1ccce6a37bbaa14df4d2e5ca7,0 -50,330ec958c9463489132c87f77ce4d5bb0228ef4da353ec2d9828e9568303b31b,1 -50,6d2b5bc65c4a3b2827f357fe41bb7821963f478aa2f82311fab214da042c2d8c,1 -51,8503ed5faece962e088082e798bb4130a93fa93335125ea4d6f2a6854dc2604a,1 -51,9b862b2ff9236dc84d46986645f61e2de93ea7966b2c536f74af0312ddfcf19f,0 -51,b6cd02e69cd126565b6dc522b8545f5fb05c51a14960e6d618fb58c9ff776446,0 -51,e966b35b10fdf9ad884dc625296a0cf9b1836ad91fe8d297ce15bdae9f3208d0,1 -52,8243bfae88fb7d2780d1f8909ba99cc791633cd58c2373444a480280c3e3f4ba,1 -52,8243bfae88fb7d2780d1f8909ba99cc791633cd58c2373444a480280c3e3f4ba,0 -52,d1a3ffaa24092d2df9750f1a0acc29beb784df07ec8b9c420e0857eb2c2e6ad6,1 -52,f1129b37c00420fc95a15108a908895cf0b559a4803175b7f425e54818b56b8b,0 -52,fcb9058af79244f260214b15f17005ff2a781a295b729151a40ebe5ba89e59a6,1 -53,7edba279341c6c2752d08d829d07be005a72dd224a60702c172ace4e0800b963,0 -53,bd1a6e71ba21bd70c4a16616ee48c4b672f616bdc02b9141e42dbf68e0b793c2,1 -53,c1bc2ada31944fde38a9c1384fd075f38d1882323149bf3ee33c29068fd32adb,0 -53,dda7be0fa61ba184e5dc3d01a5872dde5cb888a510e021f5b5d3efec2969d43f,1 -53,dda7be0fa61ba184e5dc3d01a5872dde5cb888a510e021f5b5d3efec2969d43f,1 -54,c3827cc88bdfb170555f05194cceb639979303738a8e082fe024f69e250556b8,0 -54,ff938948bae9f2adcb7d0f610c5f78cc26c4edcb9134ad84eca827311920028e,1 -55,22567071ebe0b098baec94629b2cd1dbeef1988936a47e1afbe25a0bc54dbc09,0 -55,30b411bcab5cda129b65125f4430a37cf89faf60f04384260390f593daf4666d,1 -55,b9a26b0c0a8fd930f2ecc138c9b04315eafe03855a3d920a8b503a29c198afe3,0 -55,c82c18857f8f7d6febd52f2b752949416c75d4de8d5f20414c3791d022291c72,1 -55,dfbf8a8b09a96fd498c02050e5d907f0bbc53a10c543c2a5a51d6445bfa3a41f,1 -56,1b03684b2b1c72d6263580a2485ad05c0784e4e684298deefafc94c4fec35465,1 -56,34bb78526eb1ae237a2a40a4501794bb4e8ee6d9f41373e652ddff233b2cc970,0 -56,35a15a4c72f435f4818318ccff6db7308a5d2f49a1e943ff8e6ae245d3a841da,0 -56,ffc11bd00b31b9d7dfd4c329dae3c87050e7e42b7215692a709736ab2f2ea33e,1 -57,09f378e4c7c6ac4764924663c031f3ca3cb4575b3933cf067590bf1cf2cab975,0 -57,2c64bf244f3bd2d039f83c21f1b6aff219243aef37be2be1d2fdfe8bcbe1f0bd,0 -57,fda8a9eb0e77390fedd0fcd562203ed9f5e635295b0b2505210cc01649983a7f,1 -58,2aa9195ad40539306e53ebf608f991b3613955b6d8d59c358e59659537c07aa0,1 -58,3045aafd16587dcb2539a92b89fca072a6104f698fcc5d7ced9b5e3ceb9d0fb5,1 -58,389d361a4d4d29b5ede0eb8922df182e2ecf36f3769da2a001e227650c8cc210,0 -58,3b642e6268b122a9854d64ca856597bfdc1e2a6db071d2e90daf7cd03d719854,0 -58,f22f7d3997e7194172b025436bec7483c4a86ac5cbeb62d5080968f02dd46387,1 -59,074d7ceabe64f2a5b90fb0041171a2a7e92134519b4bd5ef233e363591c18230,1 -59,9b0fe17154ab11790d9b93060394ceb264e2e60bedd71cd49780d0272fe6a686,0 -60,0470662f235519fe7297a17444be6da6ad1aaecda560c53722fa71d769e620e4,1 -60,2c64bf244f3bd2d039f83c21f1b6aff219243aef37be2be1d2fdfe8bcbe1f0bd,0 -60,48b3b3eb371b0df1068d613e7e0337ae8d66f1106397eea33835f353b774bcfe,0 -60,4f8d1cfdf3940e9d2b802d38d8606e76689816906ffbdc2a33ab0831d3ed049a,0 -60,cab536a4fc2037e9e7209cb97764b38c8b32021eb0dbad53ec06d2d797659a71,1 -60,fc1a05e28079cc714cce7bbfb6f72a5b3fb05e3def9a1ef5d86e3b3f40118743,1 -61,307bf2660e478dc8f058ed3efd5c9a8b0c0840b65aad3bf479ca3680bb81c9b6,0 -61,75c1169eab4bf3abcb63aa37aac2110a139d89d5b0b44c9aeeeee9fdcc3e1886,0 -61,80c838b88f964d93b1286d88118946e040e9708fe8b38f05ccd6c1245b7e4191,0 -61,aa96fd665a18210c160b71fbafeef04c5fe3badbb7c46b604b057af1ff707099,1 -61,b76ed47c0d84a8d181c70a3561185e5403041240c891d6146c5640bb0fa2ec67,1 -62,1b66c70ebf5c8d240feae11fe8bbdccbc89e460d39c1089eaf4753cecf0ba16e,0 -62,6624ce1bfb180fa476cfc49d15cb3185dfee3a0fc21371e422678c00af1b75c2,1 -63,0d7b54cfdd0898b22f50543ea2e18862ef14b1abc5544ab6a592d5c2b01c544a,1 -63,206a3730a0acaf78c513e4ceb5b472a162e8fb0b05029fd365e3cd0ab5bb2593,0 -63,7d25dd7776fbbe5362dfea6df99c260417f1cba5de0905d666779eea51eed0a7,0 -63,c6ccb591940154380478124a63952c27f635df368fa089b88fb7ac94c35a7464,1 -64,b80e61e40a50749ae23138d9c3756ce73fc99d993022e9e228e2953c28cb00f4,1 -64,c7215e71a24b0b1f04c340e05e97aaf8d8310c01ee11e1884e63735647c753ad,1 -64,cf1cf498ac7ceb4620d7bd5424cbbac97a8d0b0225d9fb723d842bbacc353284,0 -65,2446e2fb5c612b65ba0f3402269a56acd3b62c8dcb5eb4f2439e1e0d7a461148,1 -65,8d0c2bb2e8baaf4e436b40bfb7c4b0f77477725924cead842294a82dbc1307a6,0 -66,1257ba02da9e300baeccf920054c9bf7638809bc528ac44a654a858e05e13d88,1 -66,1dff3d0710d67cba28bd19a836ab52fcaca0608f427c4582e67a49c4d9aa68ff,1 -66,7747992cd137a317296edd95a6a6cb8cf4f70cb4e4eb84b44eb4a466903481c3,0 -67,03885465fd398079bebdd25892553c120cba382c347dc32e01737735f5375626,1 -67,0bc3735addd4ed76de3800ea350e064e70284150d1928f2645cb15a26437455b,0 -67,3a55ae7ffff6dc07a524dcd0ddc41806e7b8cc06a8903a8984dfc4f252231439,1 -67,951ee7c051dd0c091b53452d947bcfcf6ba95bdc14344bc675331854a1db1855,1 -67,e34a349a88892ccacea5598e8098e0ed8c5d02b6775f30cbc55b3e830142dfd9,0 -67,fa99e1916272237fe571fe0ba02adc1ed436bb4eda638e2f5b56da2dfd8ae6ee,0 -68,1adcb3a9fab2e778d4420d1f5ffea885a4007fcc66c7000b5db054f1de28dffa,0 -68,3c3205bfd8701b36fb2e641d230aa353cd82880e9e23540c343c49eb1f6195b5,1 -68,7bc08ccc79334118f6ed604eba5f0b9df849154147340f40f22faf5b29f7e954,1 -69,0a1f7927e31e7bcff75de1d1ba9bb59be139e47141e5512958f24da7b4e21a12,1 -69,a78b2e9fd1f5eea124b723558b45719fe2bb5865d3c20ef3347c00cda7833afe,0 -70,0ba45db711772cb1454ff7470bf010fbe38d246a546fa44b42dce30a13018ddf,1 -70,57a3cb923241662b9b86af2e6bceef6ab44eebf31771999d9bc5a4be406e07b3,0 -71,21199417df4aa8069b918a92c448cbaaca83c965160591988776b1809c8d1022,1 -71,288781f2d0f17ea1a1c7c9ee3cb3169190d033533dd329da9bb449a02b665eeb,1 -71,f6458ab138de7bcb03fe5004d03605a37870bbeba989806f91636edf86e839f0,0 -71,fb4385ceab7bc4525e9536813c0a84bfdc309a86215a0cfa41740c4d4783c8db,0 -72,10e1d48e62cb7ffc9bfddd25f601616874291475f25d33b9cd2e254f56e2c69d,0 -72,2838ee36765e4b8ab69e5fea0bf8f445f0b1d0fc110f92ec89194e343131d359,0 -72,3feac868df6fa83a1034a89ce6242a01cc0fc2ad6e27ebe45cec50e6fbdea8c4,0 -72,7486e03830fa943cc4f5ad8d2526383d698f180cb0596233323dbbc6ee618061,1 -72,7cfa410e5081e23341a337d8b566b201065fba41742d171f096f8e4f8cf8395c,1 -72,8562c8656706cbdfbd3ecb5b3d6e62542af4cb1fc265b37d371b2e9445e87929,1 -73,01589259248ef398b3e29c8b054d34b47d3d53269e733dfbfa152256aa80aa05,1 -73,0ae0be04a83eaedbfc674229240cc661d2ab555db94300fb956d049101b1a90b,0 -73,86b84fe6f0ac94ccc3aae5f321874b0984df5397966561ef8f45e47370ee9b9c,1 -74,8c86a7107af43f99b409f40e10fbb8d75f5472d09e43d1839370e02d88f91ee7,0 -74,dd34ddec46f885632a1ff5f7c41e6145a0cb638aa87717a26e2630631d5ea478,1 -75,1d6d6017d71d6e37c9bac02f2f7c3c66bd33508bbb682fab5a5aa22cc6c28407,1 -75,63e592cc0a5cf6f507c74e75ce99a133e3a22b23ee54d51bd26bf5e2a0181b18,0 -75,a3ed78ccae52c92ee89df115d8d8bc6017f06af22879a83dc5fd764bec5cc3fd,1 -76,1dc55dde2844fcf0bab132e72d4a9a304a6b1b8b5f6ecc6a693f0c393bfef2ce,1 -76,605597830bce32e689f4dcb11d017f82b44e90f23e44868d34a5ff1bc25b4c85,0 -76,be15010655ea72e7b8051ab11c3d12590e19d2f01cea9d9914806e2fb5b0ceaf,0 -77,210ca0adf1993abb6dab18783793bf87be74377b3c50db472594cdfcc3811390,1 -77,8200ebcde8a22336011b545beca8bb85cf0bc5e2c7f673be85ab724c45f357c7,0 -77,e25be65e55a8d23cdef737d5aa3af68c24cfb8f59bf5f4bb6070a984b14038d3,1 -78,7c779eb8777499855476d856e1d8ac2c76a1cddcd5074738143731deb99cefc6,1 -78,8b572ac9a818159eddaff4d5ecac85858ec911e448215ec0caf2b5feea9d1603,0 -78,d5f0de239e456d6800be81742e99b11940c882c39c2af5cbe4837b4df868c1ed,1 +qid,doc_id,label +1,36573058460fd834571449ef00bfbf1964b6cc72d898ddfb50c7db6a163058f3,0 +1,806eeed09416f945b8d43e19066d43d8810839b6f9342d0b1e3ee6cfe063fbab,1 +1,a691ee68812244f7d2ba253e7699edc4414b430c42d0120d2515a9f78b8fb115,1 +1,cc66d933b926c4b7f7dc47745b79a2e826f779cba72d9a28c77eb718aa8d4187,0 +2,054b76844ac5daf395a69456e35aa67409ec942a61533d1d24802c81cfeec554,1 +2,d6f7c2dc209a84e27dee541ef73b4d1b0b62ce00c1a13e38727509d3b3f009aa,0 +3,0613590b24db271a692b0e0eea44ce4ac48080d5c230d7071c00cc1724b1613f,1 +3,348faa53fc7f0a6fb3643d880d64d3515247e9a40eba86a2889354781f36d4dc,0 +3,52d037c361e082049a02fdf1fe95f097ca9bea4715dd51b66ccf716d0db2362f,0 +3,b3e91b38eed01867d9b9a5048ae2445216f9f208e6fae56deb68c580e3cf5692,1 +3,e2e37f514110c0b3b7548903495348fac3db79d29df27a645f5eab0de4007716,0 +4,03ec625d5e20f3979e65cd8cbee62b2bb07674025d963e3b80e071e2e17bf0df,0 +4,08f8cdbff8feef02050ae18288e72994d2f87e287fccd827bba74712633d44f6,0 +4,7905c3cc8b8343031e4aafd828d3dba293e2c78a936c6b7f45186f5037b513c1,1 +4,c742c4186c5cd4d04fdd6424db2965f6425421cb117f3a1d785a600fac9e8511,1 +4,c8a6f34d38f26c3933b96161535e47b43450670634ed94dde83dfbaa05e4eca5,0 +4,d164221e7f0ac0fb55c2c7a98b8adddd3cfc5065773b453184f4672430d475aa,1 +5,30c950dbe0cb8e08dcfd53388f325feeb256aa0d7ac04efbbd013c375c90f9c1,1 +5,3daa360d808c22b12bed85db8bfc1f9831c1cb950acf5a9a21040610b8331d0c,1 +5,563b08cd80a02f88ddec4ee54d0be829c941b6fcf947d3daeaf5559f8e8b09e8,0 +5,92fa1e9087bb59163a0e25d91398f665e98597c0c50da931c30b064c1bd576c7,0 +6,1f4f93f2314340708c2b803ce438a224b52dbdba379562c33c7dc9ccf786a088,1 +6,9ed112de5b27ef087565677776f00ef64843063dab22999c9ad89c5c068cdafd,0 +6,ee600d1343ae2810bb798db4e4e347a9c8729572a7fc104db9ffc784ca00449f,1 +6,ee600d1343ae2810bb798db4e4e347a9c8729572a7fc104db9ffc784ca00449f,1 +7,3eda9285e6a683f69e9fa3e65e0aafd929c3e962e598b9a2df4fbd2441eaf606,1 +7,4b8c49ad8db1f421693c84c7ff43741df4acbd707b36b961928ce47546d88380,0 +7,aae8a9d7bc1b4f93571bad0cf063c79c3c6d52be2d0efb8407c6d5c6f748a99e,1 +8,1863a76c95cef317aec8bccb440eec37fed5f428feb12dbd18a1a2bccb453e1b,0 +8,c8b097e29e52f94739c92fcdd8380cc83cc26abe40ead0f6410ea05d4531c975,1 +8,dd795bae298a2864bac197575572686a7daccde5c235251093710346606e4b7e,1 +9,121013b827b749562858647178106b6f420630afa5527d2eee232e89811c6b08,1 +9,a8c4da167de86cdb7f512d6c175f01f8a5bd8eafabcfbd3a56d1d127093b2402,0 +10,deda54b0584dcdcce64e1b8f498a0b0f3960a6ac35a805ba5485e262c48494ca,0 +10,e92b1867fbaa6e794216966a66ab86b2f9b0f30645ba8d7510ebbfc5c56f7e6f,1 +10,f1430172d23a0163822d23a0a8ab412b4a62b268691e48a55726a6b6377cb288,0 +11,003a1735b7235d8b496fd43679597dd786b3f2c01cf57aab3d56cee4a4a6c45a,1 +11,7909f6e6f4983f909760dc2fdbc956b331d9eb5eba3290aaf3a6987ada7f815b,1 +11,f2a3ac8d485c2bbe46be17e0b017cb24d85d43f6d4b10c671955629f1850b417,0 +12,109a3f44d32d2480e4ba6b495fa6697e67be44ca9ec8065dcde376db59bc0a1e,0 +12,40693cd219dd16912488074a39f4d71b07c508cf0895437421ff3730b1bc998c,1 +12,b9f46ad003bff6d55c5059a2d89bcead421bf8690687002d982270dc67286f99,0 +13,1d5fe1d57036251856a606ffa5199fb73ffbef85d647e0a7d69bbbf51e63b5d7,0 +13,393532fb20f55d68f08361f42cb99ef8e5eaa95278a4423909923d71827673d9,0 +13,6ce58bc828725c3c5ee42094830b57ffc88d328bf99def194e5bae5369315dd6,1 +14,0f2de17957d7d861ae72a685443a3d4e33f00e004b4a201aff833c2818d00c67,0 +14,2b1d638e4dfbb119f2286c66cd0f363ad9d18149188e3a11de820acc1637d33f,1 +14,30b1ae07008c35c792f91507268bec8e11e571df4365802d10cc462f55d0156f,1 +14,a4e2d870c5bcf48125d7e29387bd9045ea12bd09e31b10c713abe963feb4d459,1 +14,c41274cdecb8f8323bd0cbbbe09a0ef45fac02a409660c6f9dfb6b9818b8dd4a,0 +15,14eacb409fa06ae35065dd960464a7c0147551aaf883e621deb1ca17695e56f3,1 +15,7c497749f046dc84ebaf032943ac4161d94318d20f0bb97c2d6586ad2e7d60dd,0 +16,18d0a9c897516366a68e1fde609adbf9d5d9a986a5899a241ed7ae531059c740,1 +16,4827c91b98a80fffcf63aa3493b80bd126d51347c0b0c5543d874deec3905a68,0 +16,51cf7a323706c6decd712f6977c8ebc827f53e4b1f954348c4c0a744d9cf0f13,0 +16,ba37cc54b0dfc6a0437d716ab5430869211db3791d9cf160679e52f9c2892070,1 +17,0be6325062a07265089be93edfa5fa914491423560180734b626966d65fb143f,0 +17,3ec10a20c7399f95756574e2ba984dafda5ba648f8b482e3daa9ca85e20220b5,0 +17,711046571ca12ba4ead7e384dce70499d67a12ba713c3e158de37b65d7596874,1 +17,cb41eac4883d7972cbce8664e4f15885c5d0fd546233201a372f7723a4e84317,0 +17,d24e43290b35115082aaed3706d85d1af7ac120c938e2511e450350113aad374,1 +17,e6561c0c8e851202aa7939e10c9fbfb48fcccb1848efb0b7661c78fd127f7d5a,1 +18,0676539f330593e1d2abcc0e083fb771829c5f4650b3d2d0dff9894745cfc706,0 +18,5aae744d2c1d34414a31ae21a59145e8c339c8461e148215b112ec9187530f09,1 +19,065e4ec4881cd5c5aea194823fd1763f114fb8326074e8bf212ad60f8d5f9079,1 +19,8ca57e0c22721c9a4d0530a11f4aca1978af48eef1252c94a1910bedf7ce1968,0 +19,f31e97e3926b7b08cffbcc24455eb2a7209afe73b611703ed80817b251eaa2db,0 +19,fa526e420fd95ba1198041cb66d4846bc3269414f8efd9436d755fcbddaa6867,1 +20,37ad35681c303665a4b331bf2dd2f53a177213242d9e2521a463335d64d75d20,0 +20,9b0fe17154ab11790d9b93060394ceb264e2e60bedd71cd49780d0272fe6a686,1 +21,5040f68ff0fdd80eddf4e3b2e406fc2810024a52e65cb2020af42e5fb3cecdb6,0 +21,54b0a512440cfaa6755569c737acd870e0988cdf6787bea1449e1d3885930919,1 +21,db1f2b45019f1fa80b5d70881db1ef3bda19656933637fb7ab512df09c0403b8,0 +22,230fce6cccab0c77c1c2f24a56ae317f9bb96aa9e03d56cd156158c2700dff05,0 +22,55c423539d3878286f3e97e467c949c81c290f3b83d27ae9709fa3e23452b6b9,1 +22,f822d46b461b9f0d843cb312ebbfcb9e2318e1a4651551baa17d53bbc639fcb5,1 +23,4037889c0470260497421870989d815009f9470af6afbf04cd0216719d86ea21,0 +23,5aebb7ea9624d716731b1dd2f6d59af994482fb8bf04a07422c418ee8ead81fd,1 +23,cead74bc051365ab06eff04668ff2d1f84f7c68ac4cd2471924e49df906fb462,0 +23,e61aa35bbcc2275469a6ca5f95014988d6fa36cb2bb8303e80e70da5d442ddba,0 +24,070ae932130c659501f09b3128a8cd760501bd593d2cfdbd70c89f946c42feb6,1 +24,0adafe593dd4029091d2e9559863b595b763dadd5a935108c0b0ee31aca60f9c,0 +24,4cf592d32d403e5f3ffe9e955ba3f8faf9978d239df9a6d0a433bb092f9262c4,1 +24,59f6aa95e2670c303bcfa8d50a01c78d80937c3b5b59f7017d1a3d40b577b3ee,0 +24,74b908b726dac3a25d52af1faa4c2ea9c23f2f42f767807b8c0d93819106b673,0 +24,f9a893ae8547c42851116a9f36761f2d05426dc769552858f53f9de9b6c8bf81,1 +25,046fc475ea0b759c5743eea5cf8b815a94ef704443d0ba3a5d48ba0439ef677a,0 +25,39f8b13825ab05aaf71a98cae9f6ec122462405dfa0cd3aa21f731509bc4630f,0 +25,66789c79f4803b726e45431b74fa4b9606739a5e0092f57a2d6d15ce5449fd20,1 +25,978e31e6d24cd51552c5c285bff53d3b1109edb36a3c5c9d2be436f78f38c554,0 +25,fd738139c742b623652d7575809a109d0f6498c1ab12e55f4fcc040880b42da7,1 +26,1a5437ec84040d74ac2812f00d34aea5370ea11cb53140fb6cf1e71399fd5041,1 +26,34ba4e88bfb3f7c1d011d4662825b9f70fd01f0c625158612cf625509cab4c89,0 +26,b97816709c52a09dd0390031d9d84f5420e98a7fb68121d996acdb6d55eac8aa,1 +26,f116a8a017273fcaaac33e3940e32d3d88e8b2bbeb76ed438a1b0ca041ff2e95,0 +26,f58d7e1587725589a2fadc8263c3342d94e99b322ac44ea53bb04e1cfc98bf2e,1 +26,fb22b9ef1da764a5d5c0a1c199fde8b34311359523d57f2f036d6e59da3acbf2,0 +27,40f6a03d24244ae187008b04ed50dd81f0674ae7c23ef8b147415a64ff4fd2ad,1 +27,9c70946f79c65b1e35f4e67704abd23f997e3457ab5f2ca9df447bc27ee64a79,0 +27,c185827789ba9374b7abf29c8485ed2f5b33fca0f7d1ae6bdc44ea22b936dbb1,1 +28,1861b0e7e75774c04cf329ef301a896c7f7bef78daa37e757e1be4eed9ae842c,1 +28,1c574d64da6b7ac7f464f045c920425ada119ea7358e39860601b2a13f9e6818,1 +28,ade873d958ac426af8aa4d1bf9380152c2b52ac2574588e82dda5b791ed8daa3,1 +28,c361556fe8d31848a04d12fb022d03c290ea826f41a61ee382192aa732d5ac29,0 +29,19bb51bc4679ae23b3ddd5efbfda1f8ef55780babbca3b563b06040a490113b1,1 +29,2caf609e9e6f0463a52c88afe91b31e2b8e7fad1d88477bdd12599484ad4f078,1 +29,5f33cc5ee7abc47f9372dbd1e824d877af8182116615f56912a1d1df0ee41cad,0 +30,3cd2d33cc2977b3f50cb59c4f2a5548e642fda42543dd48471ac1906eac26b40,1 +30,5243a6045aa9486c3579d9460b751f314cc30c5fdc23246db4d26d8a4c0237e5,0 +30,62d7eb02f2dda1296148908d4756a644d0ea05c21d19219121d0aa7d79b7ada7,1 +31,5f480b2560112a4c27e5430ac2dd1025a721faeba6af6fb359ab85c7b2232d04,0 +31,c4cf78c768da7d7f0c21e252ea051b6d1eec3d7ba061b75742976ba98bf11d63,1 +32,1bd5de61f6ed308229b75ff3570bee53256fd7bdf3eace1df91954725433b6e5,1 +32,27a073fdd36defe91d39d81aaf7db0f20e20d46f3442f4346652a5547de59cca,0 +32,4640d60d81d6da139bb2be3acfed69c8dd4f3928a0463644e48e060fcd5ebf46,1 +32,76833a6e3e2cdd390f490239fc8cba4d6849808ed90586e3b1acafd1f5063d5d,0 +33,21fd5e64a1ad44ba57d21b0007640d9333249f8ebde9ea3cbad2f3f8c29b348a,0 +33,50003b23c18c105b9ddb0a4646b8d42602a46ba30c63774957b62b4ab7f66d61,1 +33,82a03a58d14e9e3364cb2e68511eed8c177d7d0ae85481a775b20b08a0c33be0,1 +33,8ff6351bf74d3abaee5ce4276b77ad498d31acc60b8c33564e3c5d290ea93d28,0 +34,3d52372ae56cd628aa9ed6b36f49be27e6b54f4cf54af25868d6a6421cfbd6d2,1 +34,6675a28269fc1204c488897b181edbc6bacbda29e835acaa3a3d9d675dc9e22f,0 +35,a1ff90382875dcbeb4972a6ffcf95d3ca94965c374f5f9f349491d7a4249acbb,0 +35,eba231eef98d166966a20e2b676673ba2913d200c61fee06fc6bd469c509cf9d,1 +35,f958369a9e9a8286722d57d21ad5af0e6e6a20dc90ba10c32faeb851f5277af5,0 +36,64ce78304d92af8eecedc80fa28868bf4865b674245e7aa02ba417fe09c974e4,1 +36,72487ac7f9586a1c92b561786e3c45c1d704aea75ac79163477dd0c8e49d551f,0 +36,75a9ca34f876b741233ff68efcdbdcdfa4113bb240c210c4c142cf148b94894e,0 +37,093e7dc264bc06aaeaab10130db023002bfd1c71d2e2e61237a7758ab8a3ae8a,0 +37,0a3b8f74c6f007c207102e97cb74014a6b22c123798b0f0dcee7a12e81d04d3a,0 +37,42017b5af85f6b40a610481654268bafcc22f97c696bc2d7c110cb48e9c2210d,1 +37,683aa85399673bfc652b966ae35a0f1f4cc81ddd69d521769d139d3dd0add10f,1 +37,a26082277bd7d99e0a960a69e7b2f95065bdd43aaa594a4c10426c610b136344,0 +38,09458d2d1da6929e51d3d395ea125de4ff9231cf9879be0808ee85f08e9e53c0,0 +38,2534d4c2b2d9e4e5f9b34d777c83e751ec83344b16d202dcc1aad3a2f2c86e59,0 +38,cb42f64f7b4249bbad3423e3122cba99a320833ed00ca79d5771e333ec421db4,1 +39,f68b987810e76215f5b0202372cddf7160b6db1d945aff1c017356fa1395d3ad,0 +39,f740b58b62ded6e11ccb6c6519ab9c1da78c299b91a1a1a3d99addb1ae4cb14e,1 +40,2d2bff07c5723ae1ee89662ffaee42ad11b6d01a938ddf8ff9bea19b18f5dfd0,1 +40,79e2e273889461425f467ac720789fd4efefc546c3018dfeb82d35a7676e5225,0 +41,196df88ecb991e067360f30230780e2da74354384533a86827f235c2633a2e69,0 +41,5e0bc18b6162e494d81ef60998f95336676d3b9d77ebe71f3f75ae7d20cb6dde,1 +41,b1346db4309e168c63f6954a6af02e933ae267e4ab4f37f759406ec5426c1630,1 +41,c1ff48f6a9099e1f98e57870c10554a561d03f6de66f851da050058425b3ae3b,0 +42,500049518d3a4999049d907372b3b720fe7b604f17710b0b55cb57af91ae5d53,0 +42,f3e91745c48f63575c14ddee188cbfa17c5cf3c4a6422bfa2a6bc5573c9bfe59,1 +43,33829f10edb714772addfe78563c43cb3a5e687213595f2b0874af87f3584a9a,1 +43,8131d48ac0f00974db6df4fdabff9cf2480879bc6dc54f54267603aae84c159e,1 +43,bf25655b3c95963bc1d8b8742ddd0f3e53d4845499d96a45c200af96d7423d82,0 +43,ee1f2c11aa5651d83a3f6d2327433a9b5da4dbd8b9635de890a4786fa8d2cacc,0 +44,96fce15c0ad9007f33f14919d081361969d32318e011372f9693c6be7a17e35b,0 +44,f3f43f620db2e2c9f8fc6741ee8ed9c4430b90eaae3cdade3f6615e86f4899ad,1 +45,2ab9499d25286ec21875ced43f326b3916f66164510eece6e95cdf30dc27ae02,0 +45,b629b6bf44a60571fa5522d32eefeb5a5c1c39eaba72c35dcf58ff9804a9ed7c,1 +46,5374e8cc49dbac9b518be943b55e41944f30bb4b80b90da2cd5568d2bab5dd1b,1 +46,645b6346529afcda68e39e2df1f0d091a4aac319b060726c277785b01ea833c8,1 +46,9345ebc204b9de9ac00df7d5d8382831c825599be8f6a3ec9de900aa6968f513,0 +46,a2500fa19328c723300d3d8decdf76820e20dcef02f210a7d3c5795f56ef9a25,0 +46,d35483d939ed4d5ebc38cbd33499ab7c3ae7ad60e000e7df4d7c83f15cac18ed,1 +47,03885465fd398079bebdd25892553c120cba382c347dc32e01737735f5375626,1 +47,a8053bf74893ed804055524427239ca0aa598a6bed4e77676889af41e15dbdd4,0 +47,fc1a05e28079cc714cce7bbfb6f72a5b3fb05e3def9a1ef5d86e3b3f40118743,0 +48,03194aa53e20c6e20375ecfcc96d92ece25bf96ac3280ceb1fe0abbda7908c89,0 +48,5d74bbd7a96bb24eb124990ce7f5600be19ec99f20bbbb9e05f069ca338484dd,1 +48,6096d8410855e81099498dc4da3e08257c773870d4b3b5cd64fcfde668bb024a,1 +48,794f44362cbd2698edaa6f2bb716968e9034a6dd07e49435f954169e22862a26,0 +48,d4521a5b9c660f58862c402259ed79b3c6da7c4dc212b54b5cf1f885b1136958,1 +48,f0e30aa9802197a8b10e49d6d6e419e4f36d757daa17278523888e0045d12cb2,0 +49,0f056e4717687c3eb274645bf3ca8ddd1e304a490cd641ae672ff2c18f211c00,1 +49,64b9e13b29126dc74510e0ff9b98991f227a00553e0d0536b40ead8afeda08f0,0 +49,f202e8b40434b2bc62fb8cad8e43ddf0f6a0b2d89cf1e012b20c1f336d348ffa,0 +49,fc1a05e28079cc714cce7bbfb6f72a5b3fb05e3def9a1ef5d86e3b3f40118743,1 +49,fc1a05e28079cc714cce7bbfb6f72a5b3fb05e3def9a1ef5d86e3b3f40118743,1 +49,fc1a05e28079cc714cce7bbfb6f72a5b3fb05e3def9a1ef5d86e3b3f40118743,0 +50,3030bdf06848a8f692a5c8462da35f5355c085d1ccce6a37bbaa14df4d2e5ca7,0 +50,330ec958c9463489132c87f77ce4d5bb0228ef4da353ec2d9828e9568303b31b,1 +50,6d2b5bc65c4a3b2827f357fe41bb7821963f478aa2f82311fab214da042c2d8c,1 +51,8503ed5faece962e088082e798bb4130a93fa93335125ea4d6f2a6854dc2604a,1 +51,9b862b2ff9236dc84d46986645f61e2de93ea7966b2c536f74af0312ddfcf19f,0 +51,b6cd02e69cd126565b6dc522b8545f5fb05c51a14960e6d618fb58c9ff776446,0 +51,e966b35b10fdf9ad884dc625296a0cf9b1836ad91fe8d297ce15bdae9f3208d0,1 +52,8243bfae88fb7d2780d1f8909ba99cc791633cd58c2373444a480280c3e3f4ba,1 +52,8243bfae88fb7d2780d1f8909ba99cc791633cd58c2373444a480280c3e3f4ba,0 +52,d1a3ffaa24092d2df9750f1a0acc29beb784df07ec8b9c420e0857eb2c2e6ad6,1 +52,f1129b37c00420fc95a15108a908895cf0b559a4803175b7f425e54818b56b8b,0 +52,fcb9058af79244f260214b15f17005ff2a781a295b729151a40ebe5ba89e59a6,1 +53,7edba279341c6c2752d08d829d07be005a72dd224a60702c172ace4e0800b963,0 +53,bd1a6e71ba21bd70c4a16616ee48c4b672f616bdc02b9141e42dbf68e0b793c2,1 +53,c1bc2ada31944fde38a9c1384fd075f38d1882323149bf3ee33c29068fd32adb,0 +53,dda7be0fa61ba184e5dc3d01a5872dde5cb888a510e021f5b5d3efec2969d43f,1 +53,dda7be0fa61ba184e5dc3d01a5872dde5cb888a510e021f5b5d3efec2969d43f,1 +54,c3827cc88bdfb170555f05194cceb639979303738a8e082fe024f69e250556b8,0 +54,ff938948bae9f2adcb7d0f610c5f78cc26c4edcb9134ad84eca827311920028e,1 +55,22567071ebe0b098baec94629b2cd1dbeef1988936a47e1afbe25a0bc54dbc09,0 +55,30b411bcab5cda129b65125f4430a37cf89faf60f04384260390f593daf4666d,1 +55,b9a26b0c0a8fd930f2ecc138c9b04315eafe03855a3d920a8b503a29c198afe3,0 +55,c82c18857f8f7d6febd52f2b752949416c75d4de8d5f20414c3791d022291c72,1 +55,dfbf8a8b09a96fd498c02050e5d907f0bbc53a10c543c2a5a51d6445bfa3a41f,1 +56,1b03684b2b1c72d6263580a2485ad05c0784e4e684298deefafc94c4fec35465,1 +56,34bb78526eb1ae237a2a40a4501794bb4e8ee6d9f41373e652ddff233b2cc970,0 +56,35a15a4c72f435f4818318ccff6db7308a5d2f49a1e943ff8e6ae245d3a841da,0 +56,ffc11bd00b31b9d7dfd4c329dae3c87050e7e42b7215692a709736ab2f2ea33e,1 +57,09f378e4c7c6ac4764924663c031f3ca3cb4575b3933cf067590bf1cf2cab975,0 +57,2c64bf244f3bd2d039f83c21f1b6aff219243aef37be2be1d2fdfe8bcbe1f0bd,0 +57,fda8a9eb0e77390fedd0fcd562203ed9f5e635295b0b2505210cc01649983a7f,1 +58,2aa9195ad40539306e53ebf608f991b3613955b6d8d59c358e59659537c07aa0,1 +58,3045aafd16587dcb2539a92b89fca072a6104f698fcc5d7ced9b5e3ceb9d0fb5,1 +58,389d361a4d4d29b5ede0eb8922df182e2ecf36f3769da2a001e227650c8cc210,0 +58,3b642e6268b122a9854d64ca856597bfdc1e2a6db071d2e90daf7cd03d719854,0 +58,f22f7d3997e7194172b025436bec7483c4a86ac5cbeb62d5080968f02dd46387,1 +59,074d7ceabe64f2a5b90fb0041171a2a7e92134519b4bd5ef233e363591c18230,1 +59,9b0fe17154ab11790d9b93060394ceb264e2e60bedd71cd49780d0272fe6a686,0 +60,0470662f235519fe7297a17444be6da6ad1aaecda560c53722fa71d769e620e4,1 +60,2c64bf244f3bd2d039f83c21f1b6aff219243aef37be2be1d2fdfe8bcbe1f0bd,0 +60,48b3b3eb371b0df1068d613e7e0337ae8d66f1106397eea33835f353b774bcfe,0 +60,4f8d1cfdf3940e9d2b802d38d8606e76689816906ffbdc2a33ab0831d3ed049a,0 +60,cab536a4fc2037e9e7209cb97764b38c8b32021eb0dbad53ec06d2d797659a71,1 +60,fc1a05e28079cc714cce7bbfb6f72a5b3fb05e3def9a1ef5d86e3b3f40118743,1 +61,307bf2660e478dc8f058ed3efd5c9a8b0c0840b65aad3bf479ca3680bb81c9b6,0 +61,75c1169eab4bf3abcb63aa37aac2110a139d89d5b0b44c9aeeeee9fdcc3e1886,0 +61,80c838b88f964d93b1286d88118946e040e9708fe8b38f05ccd6c1245b7e4191,0 +61,aa96fd665a18210c160b71fbafeef04c5fe3badbb7c46b604b057af1ff707099,1 +61,b76ed47c0d84a8d181c70a3561185e5403041240c891d6146c5640bb0fa2ec67,1 +62,1b66c70ebf5c8d240feae11fe8bbdccbc89e460d39c1089eaf4753cecf0ba16e,0 +62,6624ce1bfb180fa476cfc49d15cb3185dfee3a0fc21371e422678c00af1b75c2,1 +63,0d7b54cfdd0898b22f50543ea2e18862ef14b1abc5544ab6a592d5c2b01c544a,1 +63,206a3730a0acaf78c513e4ceb5b472a162e8fb0b05029fd365e3cd0ab5bb2593,0 +63,7d25dd7776fbbe5362dfea6df99c260417f1cba5de0905d666779eea51eed0a7,0 +63,c6ccb591940154380478124a63952c27f635df368fa089b88fb7ac94c35a7464,1 +64,b80e61e40a50749ae23138d9c3756ce73fc99d993022e9e228e2953c28cb00f4,1 +64,c7215e71a24b0b1f04c340e05e97aaf8d8310c01ee11e1884e63735647c753ad,1 +64,cf1cf498ac7ceb4620d7bd5424cbbac97a8d0b0225d9fb723d842bbacc353284,0 +65,2446e2fb5c612b65ba0f3402269a56acd3b62c8dcb5eb4f2439e1e0d7a461148,1 +65,8d0c2bb2e8baaf4e436b40bfb7c4b0f77477725924cead842294a82dbc1307a6,0 +66,1257ba02da9e300baeccf920054c9bf7638809bc528ac44a654a858e05e13d88,1 +66,1dff3d0710d67cba28bd19a836ab52fcaca0608f427c4582e67a49c4d9aa68ff,1 +66,7747992cd137a317296edd95a6a6cb8cf4f70cb4e4eb84b44eb4a466903481c3,0 +67,03885465fd398079bebdd25892553c120cba382c347dc32e01737735f5375626,1 +67,0bc3735addd4ed76de3800ea350e064e70284150d1928f2645cb15a26437455b,0 +67,3a55ae7ffff6dc07a524dcd0ddc41806e7b8cc06a8903a8984dfc4f252231439,1 +67,951ee7c051dd0c091b53452d947bcfcf6ba95bdc14344bc675331854a1db1855,1 +67,e34a349a88892ccacea5598e8098e0ed8c5d02b6775f30cbc55b3e830142dfd9,0 +67,fa99e1916272237fe571fe0ba02adc1ed436bb4eda638e2f5b56da2dfd8ae6ee,0 +68,1adcb3a9fab2e778d4420d1f5ffea885a4007fcc66c7000b5db054f1de28dffa,0 +68,3c3205bfd8701b36fb2e641d230aa353cd82880e9e23540c343c49eb1f6195b5,1 +68,7bc08ccc79334118f6ed604eba5f0b9df849154147340f40f22faf5b29f7e954,1 +69,0a1f7927e31e7bcff75de1d1ba9bb59be139e47141e5512958f24da7b4e21a12,1 +69,a78b2e9fd1f5eea124b723558b45719fe2bb5865d3c20ef3347c00cda7833afe,0 +70,0ba45db711772cb1454ff7470bf010fbe38d246a546fa44b42dce30a13018ddf,1 +70,57a3cb923241662b9b86af2e6bceef6ab44eebf31771999d9bc5a4be406e07b3,0 +71,21199417df4aa8069b918a92c448cbaaca83c965160591988776b1809c8d1022,1 +71,288781f2d0f17ea1a1c7c9ee3cb3169190d033533dd329da9bb449a02b665eeb,1 +71,f6458ab138de7bcb03fe5004d03605a37870bbeba989806f91636edf86e839f0,0 +71,fb4385ceab7bc4525e9536813c0a84bfdc309a86215a0cfa41740c4d4783c8db,0 +72,10e1d48e62cb7ffc9bfddd25f601616874291475f25d33b9cd2e254f56e2c69d,0 +72,2838ee36765e4b8ab69e5fea0bf8f445f0b1d0fc110f92ec89194e343131d359,0 +72,3feac868df6fa83a1034a89ce6242a01cc0fc2ad6e27ebe45cec50e6fbdea8c4,0 +72,7486e03830fa943cc4f5ad8d2526383d698f180cb0596233323dbbc6ee618061,1 +72,7cfa410e5081e23341a337d8b566b201065fba41742d171f096f8e4f8cf8395c,1 +72,8562c8656706cbdfbd3ecb5b3d6e62542af4cb1fc265b37d371b2e9445e87929,1 +73,01589259248ef398b3e29c8b054d34b47d3d53269e733dfbfa152256aa80aa05,1 +73,0ae0be04a83eaedbfc674229240cc661d2ab555db94300fb956d049101b1a90b,0 +73,86b84fe6f0ac94ccc3aae5f321874b0984df5397966561ef8f45e47370ee9b9c,1 +74,8c86a7107af43f99b409f40e10fbb8d75f5472d09e43d1839370e02d88f91ee7,0 +74,dd34ddec46f885632a1ff5f7c41e6145a0cb638aa87717a26e2630631d5ea478,1 +75,1d6d6017d71d6e37c9bac02f2f7c3c66bd33508bbb682fab5a5aa22cc6c28407,1 +75,63e592cc0a5cf6f507c74e75ce99a133e3a22b23ee54d51bd26bf5e2a0181b18,0 +75,a3ed78ccae52c92ee89df115d8d8bc6017f06af22879a83dc5fd764bec5cc3fd,1 +76,1dc55dde2844fcf0bab132e72d4a9a304a6b1b8b5f6ecc6a693f0c393bfef2ce,1 +76,605597830bce32e689f4dcb11d017f82b44e90f23e44868d34a5ff1bc25b4c85,0 +76,be15010655ea72e7b8051ab11c3d12590e19d2f01cea9d9914806e2fb5b0ceaf,0 +77,210ca0adf1993abb6dab18783793bf87be74377b3c50db472594cdfcc3811390,1 +77,8200ebcde8a22336011b545beca8bb85cf0bc5e2c7f673be85ab724c45f357c7,0 +77,e25be65e55a8d23cdef737d5aa3af68c24cfb8f59bf5f4bb6070a984b14038d3,1 +78,7c779eb8777499855476d856e1d8ac2c76a1cddcd5074738143731deb99cefc6,1 +78,8b572ac9a818159eddaff4d5ecac85858ec911e448215ec0caf2b5feea9d1603,0 +78,d5f0de239e456d6800be81742e99b11940c882c39c2af5cbe4837b4df868c1ed,1 diff --git a/ecir26/corpus-construction/collection-radboud/search.py b/ecir26/corpus-construction/collection-radboud/search.py index b1d1c03..bdc72c7 100644 --- a/ecir26/corpus-construction/collection-radboud/search.py +++ b/ecir26/corpus-construction/collection-radboud/search.py @@ -1,31 +1,31 @@ -import random -import pyterrier as pt -import pandas as pd - - -df = pd.read_csv("topics.csv") - -topics = df[df["selected"] | df["additional"]][["title", "description", "narrative", "snumber"]].rename(columns={"title": "query", "snumber": "author"}).sample(frac=1) -topics["qid"] = range(1, len(topics) + 1) - -print(topics) - -topics[["qid", "author"]].to_csv("authors.csv", index=False) - -topics.drop(columns=["author"], inplace=True) - -topics.to_csv("topics-final.csv", index=False) - - -for representation in ["title", "description", "content"]: - print(representation) - index = pt.IndexFactory.of(f"./index-{representation}", memory=representation != "content") - - for wmodel in ["BM25", "PL2", "Hiemstra_LM"]: - print(wmodel) - - retr = pt.rewrite.tokenise() >> pt.terrier.Retriever(index, wmodel=wmodel, properties={"termpipelines": ""}) - - run = retr.transform(topics) - - pt.io.write_results(run, f"runs/ows-{representation}-{wmodel.lower().replace('_', '')}.txt.gz") +import random +import pyterrier as pt +import pandas as pd + + +df = pd.read_csv("topics.csv") + +topics = df[df["selected"] | df["additional"]][["title", "description", "narrative", "snumber"]].rename(columns={"title": "query", "snumber": "author"}).sample(frac=1) +topics["qid"] = range(1, len(topics) + 1) + +print(topics) + +topics[["qid", "author"]].to_csv("authors.csv", index=False) + +topics.drop(columns=["author"], inplace=True) + +topics.to_csv("topics-final.csv", index=False) + + +for representation in ["title", "description", "content"]: + print(representation) + index = pt.IndexFactory.of(f"./index-{representation}", memory=representation != "content") + + for wmodel in ["BM25", "PL2", "Hiemstra_LM"]: + print(wmodel) + + retr = pt.rewrite.tokenise() >> pt.terrier.Retriever(index, wmodel=wmodel, properties={"termpipelines": ""}) + + run = retr.transform(topics) + + pt.io.write_results(run, f"runs/ows-{representation}-{wmodel.lower().replace('_', '')}.txt.gz") diff --git a/ecir26/corpus-construction/collection-radboud/topic-mapping.jsonl b/ecir26/corpus-construction/collection-radboud/topic-mapping.jsonl index faafdf4..a6051e6 100644 --- a/ecir26/corpus-construction/collection-radboud/topic-mapping.jsonl +++ b/ecir26/corpus-construction/collection-radboud/topic-mapping.jsonl @@ -1,78 +1,78 @@ -{"account": "ir-25-ru-01", "topics": ["42", "8", "58"]} -{"account": "ir-25-ru-02", "topics": ["39", "10", "65"]} -{"account": "ir-25-ru-03", "topics": ["22", "27", "19"]} -{"account": "ir-25-ru-04", "topics": ["3", "74", "62"]} -{"account": "ir-25-ru-05", "topics": ["71", "57", "17"]} -{"account": "ir-25-ru-06", "topics": ["16", "23", "64"]} -{"account": "ir-25-ru-07", "topics": ["52", "55", "43"]} -{"account": "ir-25-ru-08", "topics": ["53", "16", "39"]} -{"account": "ir-25-ru-09", "topics": ["1", "24", "35"]} -{"account": "ir-25-ru-10", "topics": ["45", "68", "41"]} -{"account": "ir-25-ru-11", "topics": ["68", "20", "13"]} -{"account": "ir-25-ru-12", "topics": ["28", "63", "56"]} -{"account": "ir-25-ru-13", "topics": ["30", "28", "72"]} -{"account": "ir-25-ru-14", "topics": ["9", "77", "66"]} -{"account": "ir-25-ru-15", "topics": ["62", "9", "37"]} -{"account": "ir-25-ru-16", "topics": ["43", "31", "78"]} -{"account": "ir-25-ru-17", "topics": ["10", "59", "53"]} -{"account": "ir-25-ru-18", "topics": ["11", "63", "30"]} -{"account": "ir-25-ru-19", "topics": ["27", "40", "46"]} -{"account": "ir-25-ru-20", "topics": ["61", "71", "24"]} -{"account": "ir-25-ru-21", "topics": ["8", "32", "67"]} -{"account": "ir-25-ru-22", "topics": ["57", "47", "50"]} -{"account": "ir-25-ru-23", "topics": ["72", "33", "1"]} -{"account": "ir-25-ru-24", "topics": ["33", "5", "21"]} -{"account": "ir-25-ru-25", "topics": ["42", "29", "34"]} -{"account": "ir-25-ru-26", "topics": ["75", "11", "26"]} -{"account": "ir-25-ru-27", "topics": ["36", "73", "52"]} -{"account": "ir-25-ru-28", "topics": ["60", "69", "2"]} -{"account": "ir-25-ru-29", "topics": ["40", "51", "76"]} -{"account": "ir-25-ru-30", "topics": ["64", "14", "22"]} -{"account": "ir-25-ru-31", "topics": ["44", "36", "45"]} -{"account": "ir-25-ru-32", "topics": ["77", "48", "15"]} -{"account": "ir-25-ru-33", "topics": ["7", "3", "4"]} -{"account": "ir-25-ru-34", "topics": ["59", "12", "23"]} -{"account": "ir-25-ru-35", "topics": ["58", "18", "74"]} -{"account": "ir-25-ru-36", "topics": ["76", "60", "38"]} -{"account": "ir-25-ru-37", "topics": ["2", "75", "6"]} -{"account": "ir-25-ru-38", "topics": ["32", "70", "55"]} -{"account": "ir-25-ru-39", "topics": ["20", "54", "44"]} -{"account": "ir-25-ru-40", "topics": ["12", "73", "54"]} -{"account": "ir-25-ru-41", "topics": ["35", "38", "25"]} -{"account": "ir-25-ru-42", "topics": ["37", "49", "13"]} -{"account": "ir-25-ru-43", "topics": ["47", "51", "21"]} -{"account": "ir-25-ru-44", "topics": ["6", "22", "67"]} -{"account": "ir-25-ru-45", "topics": ["21", "66", "70"]} -{"account": "ir-25-ru-46", "topics": ["31", "35", "19"]} -{"account": "ir-25-ru-47", "topics": ["54", "69", "57"]} -{"account": "ir-25-ru-48", "topics": ["71", "62", "15"]} -{"account": "ir-25-ru-49", "topics": ["63", "20", "12"]} -{"account": "ir-25-ru-50", "topics": ["41", "66", "49"]} -{"account": "ir-25-ru-51", "topics": ["5", "34", "11"]} -{"account": "ir-25-ru-52", "topics": ["69", "14", "16"]} -{"account": "ir-25-ru-53", "topics": ["15", "74", "32"]} -{"account": "ir-25-ru-54", "topics": ["53", "8", "28"]} -{"account": "ir-25-ru-55", "topics": ["7", "29", "65"]} -{"account": "ir-25-ru-56", "topics": ["44", "78", "61"]} -{"account": "ir-25-ru-57", "topics": ["18", "7", "31"]} -{"account": "ir-25-ru-58", "topics": ["64", "3", "17"]} -{"account": "ir-25-ru-59", "topics": ["68", "29", "72"]} -{"account": "ir-25-ru-60", "topics": ["33", "50", "46"]} -{"account": "ir-25-ru-61", "topics": ["25", "30", "2"]} -{"account": "ir-25-ru-62", "topics": ["24", "59", "42"]} -{"account": "ir-25-ru-63", "topics": ["4", "19", "76"]} -{"account": "ir-25-ru-64", "topics": ["14", "26", "48"]} -{"account": "ir-25-ru-65", "topics": ["61", "41", "1"]} -{"account": "ir-25-ru-66", "topics": ["58", "47", "56"]} -{"account": "ir-25-ru-67", "topics": ["56", "78", "6"]} -{"account": "ir-25-ru-68", "topics": ["23", "36", "9"]} -{"account": "ir-25-ru-69", "topics": ["50", "70", "37"]} -{"account": "ir-25-ru-70", "topics": ["17", "55", "10"]} -{"account": "ir-25-ru-71", "topics": ["13", "46", "18"]} -{"account": "ir-25-ru-72", "topics": ["34", "60", "43"]} -{"account": "ir-25-ru-73", "topics": ["4", "26", "27"]} -{"account": "ir-25-ru-74", "topics": ["49", "73", "75"]} -{"account": "ir-25-ru-75", "topics": ["48", "51", "38"]} -{"account": "ir-25-ru-76", "topics": ["67", "52", "39"]} -{"account": "ir-25-ru-77", "topics": ["65", "5", "40"]} -{"account": "ir-25-ru-78", "topics": ["45", "25", "77"]} +{"account": "ir-25-ru-01", "topics": ["42", "8", "58"]} +{"account": "ir-25-ru-02", "topics": ["39", "10", "65"]} +{"account": "ir-25-ru-03", "topics": ["22", "27", "19"]} +{"account": "ir-25-ru-04", "topics": ["3", "74", "62"]} +{"account": "ir-25-ru-05", "topics": ["71", "57", "17"]} +{"account": "ir-25-ru-06", "topics": ["16", "23", "64"]} +{"account": "ir-25-ru-07", "topics": ["52", "55", "43"]} +{"account": "ir-25-ru-08", "topics": ["53", "16", "39"]} +{"account": "ir-25-ru-09", "topics": ["1", "24", "35"]} +{"account": "ir-25-ru-10", "topics": ["45", "68", "41"]} +{"account": "ir-25-ru-11", "topics": ["68", "20", "13"]} +{"account": "ir-25-ru-12", "topics": ["28", "63", "56"]} +{"account": "ir-25-ru-13", "topics": ["30", "28", "72"]} +{"account": "ir-25-ru-14", "topics": ["9", "77", "66"]} +{"account": "ir-25-ru-15", "topics": ["62", "9", "37"]} +{"account": "ir-25-ru-16", "topics": ["43", "31", "78"]} +{"account": "ir-25-ru-17", "topics": ["10", "59", "53"]} +{"account": "ir-25-ru-18", "topics": ["11", "63", "30"]} +{"account": "ir-25-ru-19", "topics": ["27", "40", "46"]} +{"account": "ir-25-ru-20", "topics": ["61", "71", "24"]} +{"account": "ir-25-ru-21", "topics": ["8", "32", "67"]} +{"account": "ir-25-ru-22", "topics": ["57", "47", "50"]} +{"account": "ir-25-ru-23", "topics": ["72", "33", "1"]} +{"account": "ir-25-ru-24", "topics": ["33", "5", "21"]} +{"account": "ir-25-ru-25", "topics": ["42", "29", "34"]} +{"account": "ir-25-ru-26", "topics": ["75", "11", "26"]} +{"account": "ir-25-ru-27", "topics": ["36", "73", "52"]} +{"account": "ir-25-ru-28", "topics": ["60", "69", "2"]} +{"account": "ir-25-ru-29", "topics": ["40", "51", "76"]} +{"account": "ir-25-ru-30", "topics": ["64", "14", "22"]} +{"account": "ir-25-ru-31", "topics": ["44", "36", "45"]} +{"account": "ir-25-ru-32", "topics": ["77", "48", "15"]} +{"account": "ir-25-ru-33", "topics": ["7", "3", "4"]} +{"account": "ir-25-ru-34", "topics": ["59", "12", "23"]} +{"account": "ir-25-ru-35", "topics": ["58", "18", "74"]} +{"account": "ir-25-ru-36", "topics": ["76", "60", "38"]} +{"account": "ir-25-ru-37", "topics": ["2", "75", "6"]} +{"account": "ir-25-ru-38", "topics": ["32", "70", "55"]} +{"account": "ir-25-ru-39", "topics": ["20", "54", "44"]} +{"account": "ir-25-ru-40", "topics": ["12", "73", "54"]} +{"account": "ir-25-ru-41", "topics": ["35", "38", "25"]} +{"account": "ir-25-ru-42", "topics": ["37", "49", "13"]} +{"account": "ir-25-ru-43", "topics": ["47", "51", "21"]} +{"account": "ir-25-ru-44", "topics": ["6", "22", "67"]} +{"account": "ir-25-ru-45", "topics": ["21", "66", "70"]} +{"account": "ir-25-ru-46", "topics": ["31", "35", "19"]} +{"account": "ir-25-ru-47", "topics": ["54", "69", "57"]} +{"account": "ir-25-ru-48", "topics": ["71", "62", "15"]} +{"account": "ir-25-ru-49", "topics": ["63", "20", "12"]} +{"account": "ir-25-ru-50", "topics": ["41", "66", "49"]} +{"account": "ir-25-ru-51", "topics": ["5", "34", "11"]} +{"account": "ir-25-ru-52", "topics": ["69", "14", "16"]} +{"account": "ir-25-ru-53", "topics": ["15", "74", "32"]} +{"account": "ir-25-ru-54", "topics": ["53", "8", "28"]} +{"account": "ir-25-ru-55", "topics": ["7", "29", "65"]} +{"account": "ir-25-ru-56", "topics": ["44", "78", "61"]} +{"account": "ir-25-ru-57", "topics": ["18", "7", "31"]} +{"account": "ir-25-ru-58", "topics": ["64", "3", "17"]} +{"account": "ir-25-ru-59", "topics": ["68", "29", "72"]} +{"account": "ir-25-ru-60", "topics": ["33", "50", "46"]} +{"account": "ir-25-ru-61", "topics": ["25", "30", "2"]} +{"account": "ir-25-ru-62", "topics": ["24", "59", "42"]} +{"account": "ir-25-ru-63", "topics": ["4", "19", "76"]} +{"account": "ir-25-ru-64", "topics": ["14", "26", "48"]} +{"account": "ir-25-ru-65", "topics": ["61", "41", "1"]} +{"account": "ir-25-ru-66", "topics": ["58", "47", "56"]} +{"account": "ir-25-ru-67", "topics": ["56", "78", "6"]} +{"account": "ir-25-ru-68", "topics": ["23", "36", "9"]} +{"account": "ir-25-ru-69", "topics": ["50", "70", "37"]} +{"account": "ir-25-ru-70", "topics": ["17", "55", "10"]} +{"account": "ir-25-ru-71", "topics": ["13", "46", "18"]} +{"account": "ir-25-ru-72", "topics": ["34", "60", "43"]} +{"account": "ir-25-ru-73", "topics": ["4", "26", "27"]} +{"account": "ir-25-ru-74", "topics": ["49", "73", "75"]} +{"account": "ir-25-ru-75", "topics": ["48", "51", "38"]} +{"account": "ir-25-ru-76", "topics": ["67", "52", "39"]} +{"account": "ir-25-ru-77", "topics": ["65", "5", "40"]} +{"account": "ir-25-ru-78", "topics": ["45", "25", "77"]} diff --git a/ecir26/corpus-construction/ir_datasets_wows/ir_datasets_owi.py b/ecir26/corpus-construction/ir_datasets_wows/ir_datasets_owi.py index 72ba72e..068b0a0 100755 --- a/ecir26/corpus-construction/ir_datasets_wows/ir_datasets_owi.py +++ b/ecir26/corpus-construction/ir_datasets_wows/ir_datasets_owi.py @@ -1,127 +1,127 @@ -#!/usr/bin/env python3 -from typing import NamedTuple -import duckdb -import ir_datasets -from ir_datasets.formats.base import BaseDocs, GenericDoc -from ir_datasets.indices.base import Docstore -from ir_datasets.datasets.base import Dataset -from glob import glob -import gzip -import json -from tqdm import tqdm - -con = duckdb.connect() -con.install_extension('httpfs') -con.load_extension('httpfs') -con.execute(""" - SET s3_access_key_id = ''; - SET s3_secret_access_key = ''; - SET s3_session_token = ''; - SET s3_endpoint = 'ir-teach-wise-2025.s3.data.webis.de'; - SET s3_url_style = 'virtual_hosted'; - SET s3_use_ssl = true; - """) - - -class OWIDoc(NamedTuple): - doc_id: str - url: str - main_content: str - title: str - description: str - - def default_text(self): - ret = '' - if self.title: - ret += ' ' + self.title - if self.main_content: - ret += ' ' + self.main_content - - return ret.strip() - - -class ParquetDocs(BaseDocs): - def __init__(self, path, doc_cls=GenericDoc): - super().__init__() - self._path = path - self._doc_cls = doc_cls - - def docs_path(self, force=True): - return self._path - - def docs_iter(self): - fields = ", ".join(self._doc_cls._fields) - results = con.query(f"SELECT id, url, main_content, title, description FROM {self._path};") - - while batch := results.fetchmany(): - for row in batch: - row = list(row) - row[2] = ir_datasets.util.sax_html_parser(row[2], fields=[None])[0] - yield self._doc_cls(*row) - - def docs_cls(self): - return self._doc_cls - - def docs_count(self): - return con.query(f"SELECT COUNT(*) FROM {self._path};").fetchone()[0] - - -class ParquetDocstore(Docstore): - def __init__(self, path, doc_cls, id_field='doc_id'): - super().__init__(doc_cls, id_field) - self._path = path - - def get_many_iter(self, doc_ids): - fields = ", ".join(self._doc_cls._fields) - results = con.query(f"SELECT {fields} FROM {self._path} WHERE {self._id_field} IN ?;", params=[tuple(doc_ids)]) - - while batch := results.fetchmany(): - for row in batch: - yield self._doc_cls(*row) - - -def register_to_ir_datasets(): - from ir_datasets import registry - #docs = ParquetDocs("read_parquet('s3://ir-teach-wise-2025/*.parquet')", doc_cls=OWIDoc) - # temporary on gammaweb08 for fast access - docs = ParquetDocs("read_parquet('/home/webis/owi/*.parquet')", doc_cls=OWIDoc) - registry.register("wows/owi/2025", Dataset(docs)) - - -if __name__ == '__main__': - store = ParquetDocstore("read_parquet('s3://ir-teach-wise-2025/*.parquet')", doc_cls=OWIDoc, id_field="id") - - docs_to_collect = set() - import pandas as pd - for doc_id in pd.read_csv('../collection/manual.csv')['doc_id']: - docs_to_collect.add(doc_id) - - docs = {} - -# for run in glob('../collection/runs/*'): -# parsed_run = pd.read_csv(run, header=0, names=['qid', 'q0', 'doc_id', 'rank', 'score', 'system'], sep=" ") -# for doc_id in parsed_run['doc_id']: -# docs_to_collect.add(doc_id) - - print(len(docs_to_collect)) - - with gzip.open('corpus.jsonl.gz', 'wt') as f: - for doc in tqdm(store.get_many_iter(docs_to_collect)): - default_text = '' - if doc.title: - default_text += ' ' + doc.title - if doc.main_content: - default_text += ' ' + doc.main_content - if doc.description: - default_text += ' ' + doc.description - - f.write(json.dumps({"doc_id": doc.id, "url": doc.url, "default_text": default_text.strip(), "main_content": doc.main_content, "title": doc.title, "description": doc.description}) + '\n') - f.flush() - - #print(docs.docs_count()) - - #for doc in docs.docs_iter(): - # print(doc) - # break - - #print(store.get("00000072d6e64d4a5e05fabdb1fa94ee06cd30e697163ba12ae22f2771026465")) +#!/usr/bin/env python3 +from typing import NamedTuple +import duckdb +import ir_datasets +from ir_datasets.formats.base import BaseDocs, GenericDoc +from ir_datasets.indices.base import Docstore +from ir_datasets.datasets.base import Dataset +from glob import glob +import gzip +import json +from tqdm import tqdm + +con = duckdb.connect() +con.install_extension('httpfs') +con.load_extension('httpfs') +con.execute(""" + SET s3_access_key_id = ''; + SET s3_secret_access_key = ''; + SET s3_session_token = ''; + SET s3_endpoint = 'ir-teach-wise-2025.s3.data.webis.de'; + SET s3_url_style = 'virtual_hosted'; + SET s3_use_ssl = true; + """) + + +class OWIDoc(NamedTuple): + doc_id: str + url: str + main_content: str + title: str + description: str + + def default_text(self): + ret = '' + if self.title: + ret += ' ' + self.title + if self.main_content: + ret += ' ' + self.main_content + + return ret.strip() + + +class ParquetDocs(BaseDocs): + def __init__(self, path, doc_cls=GenericDoc): + super().__init__() + self._path = path + self._doc_cls = doc_cls + + def docs_path(self, force=True): + return self._path + + def docs_iter(self): + fields = ", ".join(self._doc_cls._fields) + results = con.query(f"SELECT id, url, main_content, title, description FROM {self._path};") + + while batch := results.fetchmany(): + for row in batch: + row = list(row) + row[2] = ir_datasets.util.sax_html_parser(row[2], fields=[None])[0] + yield self._doc_cls(*row) + + def docs_cls(self): + return self._doc_cls + + def docs_count(self): + return con.query(f"SELECT COUNT(*) FROM {self._path};").fetchone()[0] + + +class ParquetDocstore(Docstore): + def __init__(self, path, doc_cls, id_field='doc_id'): + super().__init__(doc_cls, id_field) + self._path = path + + def get_many_iter(self, doc_ids): + fields = ", ".join(self._doc_cls._fields) + results = con.query(f"SELECT {fields} FROM {self._path} WHERE {self._id_field} IN ?;", params=[tuple(doc_ids)]) + + while batch := results.fetchmany(): + for row in batch: + yield self._doc_cls(*row) + + +def register_to_ir_datasets(): + from ir_datasets import registry + #docs = ParquetDocs("read_parquet('s3://ir-teach-wise-2025/*.parquet')", doc_cls=OWIDoc) + # temporary on gammaweb08 for fast access + docs = ParquetDocs("read_parquet('/home/webis/owi/*.parquet')", doc_cls=OWIDoc) + registry.register("wows/owi/2025", Dataset(docs)) + + +if __name__ == '__main__': + store = ParquetDocstore("read_parquet('s3://ir-teach-wise-2025/*.parquet')", doc_cls=OWIDoc, id_field="id") + + docs_to_collect = set() + import pandas as pd + for doc_id in pd.read_csv('../collection/manual.csv')['doc_id']: + docs_to_collect.add(doc_id) + + docs = {} + +# for run in glob('../collection/runs/*'): +# parsed_run = pd.read_csv(run, header=0, names=['qid', 'q0', 'doc_id', 'rank', 'score', 'system'], sep=" ") +# for doc_id in parsed_run['doc_id']: +# docs_to_collect.add(doc_id) + + print(len(docs_to_collect)) + + with gzip.open('corpus.jsonl.gz', 'wt') as f: + for doc in tqdm(store.get_many_iter(docs_to_collect)): + default_text = '' + if doc.title: + default_text += ' ' + doc.title + if doc.main_content: + default_text += ' ' + doc.main_content + if doc.description: + default_text += ' ' + doc.description + + f.write(json.dumps({"doc_id": doc.id, "url": doc.url, "default_text": default_text.strip(), "main_content": doc.main_content, "title": doc.title, "description": doc.description}) + '\n') + f.flush() + + #print(docs.docs_count()) + + #for doc in docs.docs_iter(): + # print(doc) + # break + + #print(store.get("00000072d6e64d4a5e05fabdb1fa94ee06cd30e697163ba12ae22f2771026465")) diff --git a/ecir26/corpus-construction/subsampled-corpora/README.md b/ecir26/corpus-construction/subsampled-corpora/README.md index c22201f..02193b0 100644 --- a/ecir26/corpus-construction/subsampled-corpora/README.md +++ b/ecir26/corpus-construction/subsampled-corpora/README.md @@ -1,24 +1,24 @@ -# Subsampled Corpora - -We apply [corpus subsampling]() to allow for Green experimentation using the subsampling implementation of the [lsr-benchmark](https://github.com/reneuir/lsr-benchmark/). - -The subsamples are created via: - -``` -lsr-benchmark create-lsr-corpus radboud-validation -``` - -Then, upload the subsamples to TIRA via: - -``` -tira-cli dataset-submission --path radboud-validation/ --task ir-lab-wise-2025 --split train -``` - -## Spot Check - -There exists a tiny spot-check dataset that you can use to verify that your approaches work. - -``` -tira-cli dataset-submission --path spot-check/ --task ir-lab-wise-2025 --split train -``` - +# Subsampled Corpora + +We apply [corpus subsampling]() to allow for Green experimentation using the subsampling implementation of the [lsr-benchmark](https://github.com/reneuir/lsr-benchmark/). + +The subsamples are created via: + +``` +lsr-benchmark create-lsr-corpus radboud-validation +``` + +Then, upload the subsamples to TIRA via: + +``` +tira-cli dataset-submission --path radboud-validation/ --task ir-lab-wise-2025 --split train +``` + +## Spot Check + +There exists a tiny spot-check dataset that you can use to verify that your approaches work. + +``` +tira-cli dataset-submission --path spot-check/ --task ir-lab-wise-2025 --split train +``` + diff --git a/ecir26/corpus-construction/subsampled-corpora/radboud-validation/README.md b/ecir26/corpus-construction/subsampled-corpora/radboud-validation/README.md index 95561ce..314f441 100644 --- a/ecir26/corpus-construction/subsampled-corpora/radboud-validation/README.md +++ b/ecir26/corpus-construction/subsampled-corpora/radboud-validation/README.md @@ -1,32 +1,32 @@ ---- -configs: -- config_name: inputs - data_files: - - split: train - path: ["corpus.jsonl.gz", "queries.jsonl"] -- config_name: truths - data_files: - - split: train - path: ["qrels.txt", "queries.jsonl", "dataset-metadata.json", "config.json", "subsample.json"] - -tira_configs: - resolve_inputs_to: "." - resolve_truths_to: "." - baseline: - link: https://github.com/reneuir/lsr-benchmark/tree/main/step-03-retrieval-approaches/lexical/pyterrier-pisa - command: /run-pyterrier-pisa.py --dataset $inputDataset --output $outputDir - format: - name: ["run-with-metadata", "lightning-ir-document-embeddings", "lightning-ir-query-embeddings"] - input_format: - name: "lsr-benchmark-inputs" - config: - max_size_mb: 500 - truth_format: - name: "qrels.txt" - evaluator: - measures: ["nDCG@10","P@10"] ---- - -# The Validation Dataset created in the Radboud IR course - - +--- +configs: +- config_name: inputs + data_files: + - split: train + path: ["corpus.jsonl.gz", "queries.jsonl"] +- config_name: truths + data_files: + - split: train + path: ["qrels.txt", "queries.jsonl", "dataset-metadata.json", "config.json", "subsample.json"] + +tira_configs: + resolve_inputs_to: "." + resolve_truths_to: "." + baseline: + link: https://github.com/reneuir/lsr-benchmark/tree/main/step-03-retrieval-approaches/lexical/pyterrier-pisa + command: /run-pyterrier-pisa.py --dataset $inputDataset --output $outputDir + format: + name: ["run-with-metadata", "lightning-ir-document-embeddings", "lightning-ir-query-embeddings"] + input_format: + name: "lsr-benchmark-inputs" + config: + max_size_mb: 500 + truth_format: + name: "qrels.txt" + evaluator: + measures: ["nDCG@10","P@10"] +--- + +# The Validation Dataset created in the Radboud IR course + + diff --git a/ecir26/corpus-construction/subsampled-corpora/radboud-validation/config.json b/ecir26/corpus-construction/subsampled-corpora/radboud-validation/config.json index e7667a4..e581b5a 100644 --- a/ecir26/corpus-construction/subsampled-corpora/radboud-validation/config.json +++ b/ecir26/corpus-construction/subsampled-corpora/radboud-validation/config.json @@ -1,8 +1,8 @@ -{ - "runs": "../collection/runs/", - "chatnoir-index": "wows-owi/2025", - "subsample_depth": 500, - "qrels": "radboud-validation/qrels.txt", - "topics": "radboud-validation/topics.xml", - "include-fields": ["title", "url", "description"] -} +{ + "runs": "../collection/runs/", + "chatnoir-index": "wows-owi/2025", + "subsample_depth": 500, + "qrels": "radboud-validation/qrels.txt", + "topics": "radboud-validation/topics.xml", + "include-fields": ["title", "url", "description"] +} diff --git a/ecir26/corpus-construction/subsampled-corpora/radboud-validation/dataset-metadata.json b/ecir26/corpus-construction/subsampled-corpora/radboud-validation/dataset-metadata.json index 60962c5..721fda2 100644 --- a/ecir26/corpus-construction/subsampled-corpora/radboud-validation/dataset-metadata.json +++ b/ecir26/corpus-construction/subsampled-corpora/radboud-validation/dataset-metadata.json @@ -1,2971 +1,2971 @@ -{ - "implementation": { - "executable": null, - "python": { - "interactive": false, - "modules": "3.13.7", - "packages": [ - "Automat==25.4.16", - "Beaker==1.13.0", - "Brotli==1.1.0", - "CacheControl==0.14.3", - "CherryPy==18.10.0", - "Cython==0.29.37", - "Deprecated==1.2.15", - "Django==5.2.7", - "FastWARC==0.15.1", - "Flask-RESTful==0.3.10", - "Flask==3.1.2", - "GitPython==3.1.44", - "HeapDict==1.0.1", - "Jinja2==3.1.6", - "Mako==1.3.10.dev0", - "Markdown==3.10", - "MarkupSafe==3.0.2", - "PyGObject==3.54.5", - "PyJWT==2.10.1", - "PyNaCl==1.6.0", - "PyQt5==5.15.11", - "PyQt5_sip==12.17.1", - "PyQtWebEngine==5.15.7", - "PyYAML==6.0.3", - "Pygments==2.19.2", - "RapidFuzz==3.13.0", - "Resiliparse==0.15.1", - "Routes==2.5.1", - "Rx==3.2.0", - "SecretStorage==3.3.3", - "Sphinx==8.2.3", - "TBB==0.2", - "Twisted==24.7.0", - "WebOb==1.8.9", - "WebTest==3.0.3", - "Werkzeug==3.1.3", - "accelerate==1.10.1", - "aiohappyeyeballs==2.6.1", - "aiohttp==3.13.2", - "aiosignal==1.4.0", - "alabaster==1.0.0", - "aligned_ir_eval==0.0.1rc1", - "allpairspy==2.5.1", - "amqp==5.3.1", - "aniso8601==10.0.0", - "annotated-types==0.7.0", - "anyio==4.11.0", - "anytree==2.13.0", - "apipkg==3.0.2", - "appdirs==1.4.4", - "approval_utilities==14.3.0", - "approvaltests==14.3.0", - "argcomplete==3.6.2", - "asgiref==3.10.0", - "asn1crypto==1.5.1", - "astroid==4.0.2", - "asttokens==3.0.0", - "async-timeout==5.0.1", - "attrs==25.4.0", - "autocommand==2.2.2", - "autoqrels==0.0.1", - "babel==2.17.0", - "bandit==1.8.3", - "bcrypt==5.0.0", - "beautifulsoup4==4.14.2", - "billiard==4.2.2", - "bleach==6.2.0", - "blinker==1.9.0", - "blis==1.3.0", - "boltons==25.0.0", - "boto3==1.37.37", - "botocore==1.37.37", - "bs4==0.0.2", - "btrfsutil==6.17", - "build==1.3.0", - "cachetools==6.2.1", - "catalogue==2.0.10", - "cattrs==24.1.3", - "cbor==1.0.0", - "celery==5.5.3", - "certifi==2025.10.5", - "cffi==2.0.0", - "chardet==5.2.0", - "charset-normalizer==3.4.4", - "chatnoir-api==3.4.3.dev4+gf1b304697", - "chatnoir-pyterrier==2.0.6.dev142+g8392b4ca1", - "cheroot==11.1.2", - "chest==0.2.3", - "cleo==2.1.0", - "click-didyoumean==0.3.1", - "click-plugins==1.1.1.2", - "click-repl==0.3.0", - "click==8.2.1", - "cloudpathlib==0.22.0", - "cmd2==2.6.2", - "colaburl==0.1.0", - "colorama==0.4.6", - "comm==0.2.2", - "commonmark==0.9.1", - "conf26-reliability-analysis==0.1.0", - "confection==0.1.5", - "configobj==5.0.9", - "constantly==23.10.4", - "contourpy==1.3.1", - "coverage==7.11.2", - "crashtest==0.4.1", - "crit==4.1.1", - "cryptography==46.0.3", - "cssselect==1.3.0", - "cuda-bindings==13.0.1", - "cuda-core==0.3.2", - "cuda-pathfinder==1.2.2", - "cuda-python==13.0.1", - "cycler==0.12.1", - "cymem==2.0.11", - "dataclasses-json==0.5.9", - "datasets==3.5.0", - "dbus-python==1.4.0", - "de_core_news_sm==3.8.0", - "debugpy==1.8.12", - "decorator==5.1.1", - "defusedxml==0.7.1", - "dill==0.3.8", - "dill==0.4.0", - "distlib==0.4.0", - "distro==1.9.0", - "django-minify-html==1.13.0", - "djangorestframework==3.15.1", - "dnspython==2.8.0", - "doccano-client==1.2.8", - "docker==7.1.0", - "docopt==0.6.2", - "docstring_parser==0.17.0", - "docutils==0.22.3", - "duckdb==1.4.0", - "dulwich==0.22.8", - "elastic-transport==8.17.1", - "elastic-transport==9.2.0", - "elasticsearch-dsl==8.18.0", - "elasticsearch==8.6.1", - "elasticsearch==9.2.0", - "empty-files==0.0.9", - "en_core_web_sm==3.8.0", - "entrypoints==0.4", - "et_xmlfile==2.0.0", - "evaluate==0.4.3", - "exceptiongroup==1.3.0", - "executing==2.2.0", - "face==24.0.0", - "fastjsonschema==2.21.2", - "filelock==3.20.0", - "findpython==0.6.3", - "flake8==7.3.0", - "flit_core==3.12.0", - "fluidity-sm==0.2.1", - "fonttools==4.56.0", - "freezegun==1.5.5", - "frozenlist==1.8.0", - "fsspec==2024.12.0", - "ftfy==6.3.1", - "furo==2024.8.6", - "gitdb==4.0.12", - "glom==24.11.0", - "google-api-core==2.19.1", - "google-api-python-client==2.140.0", - "google-auth-httplib2==0.2.1", - "google-auth==2.43.0", - "googleapis-common-protos==1.72.0", - "graphql-core==3.2.6", - "grpcio-tools==1.76.0", - "grpcio==1.76.0", - "h11==0.16.0", - "html5lib==1.1", - "httpcore==1.0.9", - "httplib2==0.31.0", - "httpx==0.28.1", - "huggingface-hub==0.29.3", - "hyperlink==21.0.0", - "hypothesis==6.147.0", - "idna==3.11", - "ijson==3.3.0", - "imagesize==1.4.1", - "importlib_metadata==8.6.1", - "importlib_metadata==8.7.0", - "importlib_resources==6.5.2", - "incremental==24.7.2", - "inflect==7.5.0", - "iniconfig==2.1.0", - "inscriptis==2.5.1", - "installer==0.7.0", - "internetarchive==5.7.1", - "invoke==2.2.1", - "ipykernel==6.29.5", - "ipython==8.32.0", - "ir-datasets-longeval==0.1.dev39+g6ee2fef", - "ir-datasets-subsample==0.0.0", - "ir_datasets==0.5.11", - "ir_measures==0.4.1", - "isodate==0.7.2", - "isort==7.0.0", - "itsdangerous==2.2.0", - "jaraco.classes==3.4.0", - "jaraco.collections==5.1.0", - "jaraco.context==6.0.1", - "jaraco.functools==4.1.0", - "jaraco.text==4.0.0", - "jedi==0.19.2", - "jeepney==0.8.0", - "jiter==0.10.0", - "jmespath==1.0.1", - "joblib==1.4.2", - "jsonargparse==4.41.0", - "jsonpatch==1.33", - "jsonpointer==3.0.0", - "jsonschema-specifications==2025.9.1", - "jsonschema==4.25.1", - "jupyter_client==8.6.3", - "jupyter_core==5.7.2", - "jupyterlab_pygments==0.3.0", - "keyring==25.6.0", - "kiwisolver==1.4.8", - "kombu==5.5.4", - "langcodes==3.5.0", - "language_data==1.3.0", - "lark==1.3.1", - "lazy-object-proxy==1.12.0", - "legacy-cgi==2.6.4", - "lensfun==0.3.4", - "lexicon==3.0.0", - "libtmux==0.46.2", - "lightning-ir==0.0.5", - "lightning-utilities==0.15.2", - "lightning==2.5.5", - "lit==21.1.5.dev0", - "llvmlite==0.44.0", - "lockfile==0.12.2", - "logutils==0.3.5", - "louis==3.34.0", - "lsr_benchmark==0.0.1rc3", - "lxml==6.0.2", - "lz4==4.3.3", - "mallard-ducktype==1.0.2", - "marisa-trie==1.3.1", - "markdown-it-py==4.0.0", - "marshmallow-enum==1.5.1", - "marshmallow==3.26.1", - "matchpy==0.5.5", - "matplotlib-inline==0.1.7", - "matplotlib==3.10.0", - "mccabe==0.7.0", - "mdit-py-plugins==0.4.2", - "mdurl==0.1.2", - "minify_html==0.18.1", - "mistune==3.1.1", - "mock==5.1.0", - "more-itertools==10.8.0", - "mpmath==1.3.0", - "mrjob==0.7.4", - "msgpack==1.0.5", - "multidict==6.7.0", - "multiprocess==0.70.16", - "multiset==2.1.1", - "murmurhash==1.0.13", - "mypy-extensions==1.0.0", - "mypy==1.15.0", - "myst-parser==4.0.0", - "nbclient==0.10.2", - "nbconvert==7.16.6", - "nbformat==5.10.4", - "necessary==0.4.3", - "nest-asyncio==1.6.0", - "networkx==3.4.2", - "nftables==0.1", - "nh3==0.2.20", - "nltk==3.9.1", - "nose==1.3.7", - "npids==0.1.3", - "nspektr==0.5.1", - "numba==0.61.2", - "numpy==1.26.4", - "numpy==2.3.4", - "nvidia-cublas-cu12==12.4.5.8", - "nvidia-cuda-cccl==13.0.85", - "nvidia-cuda-cupti-cu12==12.4.127", - "nvidia-cuda-nvrtc-cu12==12.4.127", - "nvidia-cuda-nvrtc==13.0.88", - "nvidia-cuda-runtime-cu12==12.4.127", - "nvidia-cuda-runtime==13.0.88", - "nvidia-cudnn-cu12==9.1.0.70", - "nvidia-cufft-cu12==11.2.1.3", - "nvidia-curand-cu12==10.3.5.147", - "nvidia-cusolver-cu12==11.6.1.9", - "nvidia-cusparse-cu12==12.3.1.170", - "nvidia-cusparselt-cu12==0.6.2", - "nvidia-nccl-cu12==2.21.5", - "nvidia-nvjitlink-cu12==12.4.127", - "nvidia-nvjitlink==13.0.88", - "nvidia-nvtx-cu12==12.4.127", - "nvidia-nvvm==13.0.88", - "oauth2client==4.1.3", - "openai==1.93.0", - "openpyxl==3.1.5", - "openshot-qt==3.3.0", - "ordered-set==4.1.0", - "orjson==3.11.4", - "packaging==25.0", - "pandas==2.3.3", - "pandocfilters==1.5.1", - "parameterized==0.9.0", - "paramiko==4.0.0", - "parso==0.8.4", - "patsy==1.0.1", - "pbr==7.0.1", - "pbs-installer==2025.4.9", - "pdf2image==1.17.0", - "pecan==1.7.0", - "pew==1.2.0", - "pexpect==4.9.0", - "pillow==12.0.0", - "pip==25.2", - "pkgconfig==1.5.5", - "pkginfo==1.12.0", - "platformdirs==4.5.0", - "pluggy==1.6.0", - "ply==3.11", - "poetry-core==2.1.3", - "poetry-core==2.2.1", - "poetry==2.1.3", - "pooch==1.8.2", - "portend==3.2.1", - "preshed==3.0.10", - "prettytable==3.16.0", - "progress==1.6.1", - "prometheus_client==0.23.1", - "promise==2.3", - "prompt_toolkit==3.0.50", - "propcache==0.4.1", - "protobuf==6.33.0", - "psutil==7.1.3", - "ptyprocess==0.7.0", - "pure_eval==0.2.3", - "pwquality==1.4.5", - "py-cpuinfo==9.0.0", - "py==1.11.1.dev0+g447bac51.d20241130", - "pyOpenSSL==25.3.0", - "pyaml==24.12.0", - "pyaml_env==1.2.2", - "pyarrow==19.0.1", - "pyasn1==0.6.1", - "pyasn1_modules==0.4.2", - "pycairo==1.28.0", - "pycodestyle==2.14.0", - "pycosat==0.6.6", - "pycparser==2.23", - "pycriu==4.1.1", - "pydantic==2.12.3", - "pydantic==2.12.4", - "pydantic_core==2.41.4", - "pydantic_core==2.41.5", - "pyfailsafe==0.6.0", - "pyflakes==3.4.0", - "pygdbmi==0.11.0.0", - "pyjnius==1.7.0", - "pylint==4.0.2", - "pyparsing==3.2.5", - "pyperclip==1.11.0", - "pyproject_hooks==1.2.0", - "pyrate-limiter==2.10.0", - "pyrsistent==0.20.0", - "pyserial==3.5", - "pyterrier-alpha==0.12.6", - "pyterrier-dr==0.3.0", - "pyterrier-t5==0.0.1", - "pytesseract==0.3.13", - "pytest-asyncio==0.26.0", - "pytest-cov==5.0.0", - "pytest-cov==6.1.1", - "pytest-flake8==1.3.0", - "pytest==8.4.2", - "python-dateutil==2.9.0", - "python-dotenv==1.2.1", - "python-gitlab==5.6.0", - "python-magic==0.4.27", - "python-slugify==8.0.4", - "python-terrier==0.13.2", - "python-xlib==0.33", - "pytorch-lightning==2.5.5", - "pytrec_eval-terrier==0.5.8", - "pytrec_eval==0.5", - "pytz==2025.2", - "pyzmq==27.1.0", - "rank-bm25==0.2.2", - "readme_renderer==44.0", - "referencing==0.37.0", - "regex==2024.11.6", - "reliability_tests==0.0.1rc1", - "repoze.lru==0.7", - "repro-eval==0.4.0", - "requests-cache==1.2.1", - "requests-ratelimiter==0.7.0", - "requests-toolbelt==1.0.0", - "requests==2.32.2", - "requests==2.32.5", - "requirements-parser==0.11.0", - "resolvelib==1.2.1", - "responses==0.25.8", - "retrying==1.3.4", - "rfc3986==2.0.0", - "rfc3987==1.3.8", - "rich==14.2.0", - "roman-numerals-py==3.1.0", - "rpds-py==0.28.0", - "rsa==4.9.1", - "ruamel.yaml.clib==0.2.14", - "ruamel.yaml==0.18.10", - "ruff==0.9.10", - "runnb==1.0.2", - "s3cmd==2.4.0", - "s3transfer==0.11.5", - "safetensors==0.5.3", - "sarge==0.1.7.post1", - "schema==0.7.8", - "scikit-learn==1.7.2", - "scipy==1.16.3", - "scour==0.38.2", - "seaborn==0.13.2", - "sentence-transformers==5.1.1", - "sentencepiece==0.2.1", - "sentry-sdk==2.43.0", - "setuptools-scm==9.2.2", - "setuptools==80.9.0", - "shellingham==1.5.4", - "six==1.17.0", - "smart_open==7.3.0.post1", - "smashed==0.21.5", - "smbus==1.1", - "smmap==5.0.2", - "sniffio==1.3.1", - "snowballstemmer==2.2.0", - "sortedcontainers==2.4.0", - "soupsieve==2.8", - "spacy-legacy==3.0.12", - "spacy-loggers==1.0.5", - "spacy==3.8.7", - "sphinx-basic-ng==1.0.0b2", - "sphinx-tabs==3.4.7", - "sphinx_design==0.6.1", - "sphinxcontrib-applehelp==2.0.0", - "sphinxcontrib-devhelp==2.0.0", - "sphinxcontrib-htmlhelp==2.1.0", - "sphinxcontrib-jsmath==1.0.1", - "sphinxcontrib-plantuml==0.30", - "sphinxcontrib-qthelp==2.0.0", - "sphinxcontrib-serializinghtml==2.0.0", - "sphinxcontrib-umlet==1.0.2", - "sqlparse==0.5.3", - "srsly==2.5.1", - "stack-data==0.6.3", - "standard-cgi==3.13.0", - "stats==0.1.2a0", - "statsmodels==0.14.5", - "stevedore==5.4.1", - "sympy==1.13.1", - "systemd-python==235", - "teaching-ir-with-shared-tasks==0.1.dev239+g4443fcd", - "tempora==5.8.1", - "tenacity==9.1.2", - "terminator==2.1.5", - "testfixtures==8.3.0", - "testpath==0.6.0", - "text-unidecode==1.3", - "texttable==1.7.0", - "thinc==8.3.6", - "threadpoolctl==3.5.0", - "tinycss2==1.4.0", - "tira-measure==0.0.1", - "tira==0.0.182", - "tirex-tracker==0.2.16", - "tokenizers==0.21.1", - "toml==0.10.2", - "tomli==2.2.1", - "tomlkit==0.13.3", - "torch==2.6.0", - "torchmetrics==1.8.2", - "tornado==6.4.2", - "tqdm==4.67.1", - "traitlets==5.14.3", - "transformers==4.50.1", - "trec-car-tools==2.6", - "trec-downloader==0.1.dev66+g7177269be", - "trectools==0.0.50", - "triton==3.2.0", - "trouting==0.3.3", - "trove-classifiers==2025.9.11.17", - "twine==6.0.1", - "typeguard==4.4.4", - "typer==0.17.4", - "types-PyYAML==6.0.12.20241230", - "types-setuptools==75.8.0.20250210", - "typeshed_client==2.8.2", - "typing-inspect==0.9.0", - "typing-inspection==0.4.2", - "typing_extensions==4.15.0", - "tzdata==2025.2", - "uc-micro-py==1.0.3", - "unlzw3==0.2.3", - "uritemplate==4.2.0", - "url-normalize==2.2.0", - "urllib3==2.5.0", - "validate-pyproject==0.24.1", - "validate==5.0.9", - "vine==5.1.0", - "virtualenv-clone==0.5.7", - "virtualenv==20.35.4", - "waitress==3.0.2", - "warc3-wet-clueweb09==0.2.5", - "warc3-wet==0.2.5", - "wasabi==1.1.3", - "wcwidth==0.2.14", - "weasel==0.4.1", - "webcolors==24.11.1", - "webencodings==0.5.1", - "websocket-client==1.9.0", - "websockets==15.0.1", - "wget==3.2", - "wheel==0.45.1", - "wows-eval==0.0.6", - "wrapt==1.17.3", - "xmlsec==1.3.15.dev0+g1b3b527.d20250423", - "xmltodict==1.0.2", - "xxhash==3.5.0", - "yarl==1.22.0", - "yq==3.4.3", - "zc.lockfile==4.0", - "zipp==3.21.0", - "zlib-state==0.1.9", - "zope.interface==8.0.1", - "zstandard==0.25.0" - ] - }, - "script": { - "path": "/home/maik/.local/bin/lsr-benchmark" - }, - "source": { - "archive": { - "path": "radboud-validation/.tirex-tracker/code.zip", - "script path": "lsr-benchmark" - }, - "archive path": "/tmp/file5xop5U", - "branch": "main", - "commit": "56bc265ca7d51c2c9610b7d825d6f2457922efa5", - "hash": "56cbe625928cf98ed85267394e9e890922dd033a", - "is repo": 1, - "lang": null, - "repository": "git@github.com:OpenWebSearch/wows-code.git", - "root": "/home/maik/workspace/wows-code/", - "tags": [], - "unchecked files": 1, - "uncommitted changes": 1, - "unpushed changes": 0, - "upstream branch": "refs/remotes/origin/main" - } - }, - "platform": { - "hardware": { - "cpu": { - "architecture": "x86_64", - "byte order": "Little Endian", - "caches": { - "l1d": "576 KiB", - "l1i": "384 KiB", - "l2": "7680 KiB", - "l3": "18432 KiB" - }, - "features": "rdtsc rdtscp rdpid mwait fxsave xsave fpu mmx mmx_plus prefetchw daz sse sse2 sse3 ssse3 sse4_1 sse4_2 avx avxvnni fma3 f16c avx2 cmov cmpxchg8b cmpxchg16b clwb movbe lahf_sahf lzcnt popcnt bmi bmi2 adx aes vaes pclmulqdq vpclmulqdq gfni rdrand rdseed sha", - "frequency": { - "avg": 0, - "max": 0, - "min": 0, - "timeseries": { - "timestamps": [ - "1295591ms", - "1311062ms", - "1319935ms", - "1326536ms", - "1332108ms", - "1335408ms", - "1338709ms", - "1342009ms", - "1345310ms", - "1347579ms", - "1349231ms", - "1350881ms", - "1352531ms", - "1354182ms", - "1355833ms", - "1357483ms", - "1359134ms", - "1360786ms", - "1362230ms", - "1363055ms", - "1363880ms", - "1364705ms", - "1365530ms", - "1366356ms", - "1367183ms", - "1368007ms", - "1368832ms", - "1369656ms", - "1370482ms", - "1371307ms", - "1372133ms", - "1372959ms", - "1373783ms", - "1374608ms", - "1375433ms", - "1376258ms", - "1377084ms", - "1377703ms", - "1378115ms", - "1378528ms", - "1378941ms", - "1379354ms", - "1379766ms", - "1380178ms", - "1380591ms", - "1381003ms", - "1381415ms", - "1381828ms", - "1382240ms", - "1382653ms", - "1383066ms", - "1383478ms", - "1383891ms", - "1384304ms", - "1384717ms", - "1385130ms", - "1385543ms", - "1385955ms", - "1386367ms", - "1386780ms", - "1387193ms", - "1387605ms", - "1388017ms", - "1388430ms", - "1388843ms", - "1389255ms", - "1389668ms", - "1390081ms", - "1390494ms", - "1390907ms", - "1391320ms", - "1391732ms", - "1392144ms", - "1392557ms", - "1392969ms", - "1393175ms", - "1393384ms", - "1393590ms", - "1393797ms", - "1394003ms", - "1394209ms", - "1394415ms", - "1394622ms", - "1394828ms", - "1395034ms", - "1395241ms", - "1395447ms", - "1395654ms", - "1395860ms", - "1396067ms", - "1396273ms", - "1396479ms", - "1396686ms", - "1396892ms", - "1397099ms", - "1397305ms", - "1397511ms", - "1397717ms", - "1397924ms", - "1398130ms", - "1398336ms", - "1398542ms", - "1398748ms", - "1398954ms", - "1399160ms", - "1399367ms", - "1399573ms", - "1399779ms", - "1399986ms", - "1400192ms", - "1400398ms", - "1400604ms", - "1400811ms", - "1401017ms", - "1401223ms", - "1401430ms", - "1401636ms", - "1401842ms", - "1402049ms", - "1402255ms", - "1402462ms", - "1402668ms", - "1402875ms", - "1403081ms", - "1403288ms", - "1403494ms", - "1403700ms", - "1403906ms", - "1404112ms", - "1404318ms", - "1404524ms", - "1404731ms", - "1404937ms", - "1405143ms", - "1405349ms", - "1405555ms", - "1405762ms", - "1405968ms", - "1406174ms", - "1406381ms", - "1406587ms", - "1406793ms", - "1407000ms", - "1407206ms", - "1407412ms", - "1407619ms", - "1407825ms", - "1408032ms", - "1408238ms", - "1408445ms", - "1408548ms", - "1408651ms", - "1408755ms", - "1408858ms", - "1408961ms", - "1409064ms", - "1409168ms", - "1409271ms", - "1409374ms", - "1409477ms", - "1409580ms", - "1409684ms" - ], - "values": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ] - } - }, - "frequency max": "4700000 MHz", - "frequency min": "400000 MHz", - "model": "Intel 12th Gen Core i7-1260P", - "number of cores": 12, - "threads per core": 1, - "vendor id": "Intel Corporation", - "virtualization": null - }, - "gpu": { - "memory": "2147, MB", - "model": "NVIDIA GeForce MX550,", - "number of cores": "1024,", - "supported": 1 - }, - "ram": "33347 MB" - }, - "operating system": { - "distribution": "Arch Linux", - "kernel": "Linux 6.12.57-1-lts x86_64" - }, - "software": {} - }, - "resources": { - "cpu": { - "energy used system": "0 J", - "used process": { - "avg": 0, - "max": 117, - "min": 0, - "timeseries": { - "timestamps": [ - "1295591ms", - "1311062ms", - "1319935ms", - "1326536ms", - "1332108ms", - "1335408ms", - "1338709ms", - "1342009ms", - "1345310ms", - "1347579ms", - "1349231ms", - "1350881ms", - "1352531ms", - "1354182ms", - "1355833ms", - "1357483ms", - "1359134ms", - "1360786ms", - "1362230ms", - "1363055ms", - "1363880ms", - "1364705ms", - "1365530ms", - "1366356ms", - "1367183ms", - "1368007ms", - "1368832ms", - "1369656ms", - "1370482ms", - "1371307ms", - "1372133ms", - "1372959ms", - "1373783ms", - "1374608ms", - "1375433ms", - "1376258ms", - "1377084ms", - "1377703ms", - "1378115ms", - "1378528ms", - "1378941ms", - "1379354ms", - "1379766ms", - "1380178ms", - "1380591ms", - "1381003ms", - "1381415ms", - "1381828ms", - "1382240ms", - "1382653ms", - "1383066ms", - "1383478ms", - "1383891ms", - "1384304ms", - "1384717ms", - "1385130ms", - "1385543ms", - "1385955ms", - "1386367ms", - "1386780ms", - "1387193ms", - "1387605ms", - "1388017ms", - "1388430ms", - "1388843ms", - "1389255ms", - "1389668ms", - "1390081ms", - "1390494ms", - "1390907ms", - "1391320ms", - "1391732ms", - "1392144ms", - "1392557ms", - "1392969ms", - "1393175ms", - "1393384ms", - "1393590ms", - "1393797ms", - "1394003ms", - "1394209ms", - "1394415ms", - "1394622ms", - "1394828ms", - "1395034ms", - "1395241ms", - "1395447ms", - "1395654ms", - "1395860ms", - "1396067ms", - "1396273ms", - "1396479ms", - "1396686ms", - "1396892ms", - "1397099ms", - "1397305ms", - "1397511ms", - "1397717ms", - "1397924ms", - "1398130ms", - "1398336ms", - "1398542ms", - "1398748ms", - "1398954ms", - "1399160ms", - "1399367ms", - "1399573ms", - "1399779ms", - "1399986ms", - "1400192ms", - "1400398ms", - "1400604ms", - "1400811ms", - "1401017ms", - "1401223ms", - "1401430ms", - "1401636ms", - "1401842ms", - "1402049ms", - "1402255ms", - "1402462ms", - "1402668ms", - "1402875ms", - "1403081ms", - "1403288ms", - "1403494ms", - "1403700ms", - "1403906ms", - "1404112ms", - "1404318ms", - "1404524ms", - "1404731ms", - "1404937ms", - "1405143ms", - "1405349ms", - "1405555ms", - "1405762ms", - "1405968ms", - "1406174ms", - "1406381ms", - "1406587ms", - "1406793ms", - "1407000ms", - "1407206ms", - "1407412ms", - "1407619ms", - "1407825ms", - "1408032ms", - "1408238ms", - "1408445ms", - "1408548ms", - "1408651ms", - "1408755ms", - "1408858ms", - "1408961ms", - "1409064ms", - "1409168ms", - "1409271ms", - "1409374ms", - "1409477ms", - "1409580ms", - "1409684ms" - ], - "values": [ - 101, - 101, - 101, - 101, - 101, - 101, - 101, - 101, - 101, - 101, - 102, - 101, - 102, - 102, - 102, - 101, - 101, - 102, - 101, - 102, - 101, - 103, - 101, - 103, - 101, - 101, - 102, - 102, - 101, - 103, - 101, - 102, - 103, - 102, - 101, - 102, - 102, - 102, - 103, - 101, - 101, - 104, - 102, - 103, - 99, - 103, - 101, - 103, - 101, - 101, - 103, - 101, - 101, - 103, - 103, - 101, - 103, - 101, - 102, - 101, - 103, - 104, - 101, - 101, - 103, - 102, - 103, - 101, - 101, - 103, - 101, - 103, - 101, - 103, - 101, - 101, - 100, - 101, - 106, - 101, - 101, - 106, - 97, - 101, - 106, - 101, - 101, - 101, - 106, - 101, - 101, - 101, - 106, - 101, - 101, - 101, - 106, - 97, - 106, - 101, - 101, - 101, - 101, - 106, - 97, - 106, - 101, - 101, - 101, - 106, - 97, - 106, - 97, - 106, - 106, - 97, - 106, - 101, - 101, - 101, - 106, - 101, - 101, - 101, - 106, - 102, - 101, - 101, - 106, - 97, - 106, - 101, - 101, - 101, - 106, - 101, - 101, - 101, - 106, - 97, - 106, - 101, - 101, - 106, - 101, - 101, - 101, - 106, - 97, - 106, - 97, - 106, - 106, - 97, - 106, - 106, - 97, - 106, - 97, - 106, - 106, - 97 - ] - } - }, - "used system": { - "avg": 0, - "max": 70, - "min": 0, - "timeseries": { - "timestamps": [ - "1295591ms", - "1311062ms", - "1319935ms", - "1326536ms", - "1332108ms", - "1335408ms", - "1338709ms", - "1342009ms", - "1345310ms", - "1347579ms", - "1349231ms", - "1350881ms", - "1352531ms", - "1354182ms", - "1355833ms", - "1357483ms", - "1359134ms", - "1360786ms", - "1362230ms", - "1363055ms", - "1363880ms", - "1364705ms", - "1365530ms", - "1366356ms", - "1367183ms", - "1368007ms", - "1368832ms", - "1369656ms", - "1370482ms", - "1371307ms", - "1372133ms", - "1372959ms", - "1373783ms", - "1374608ms", - "1375433ms", - "1376258ms", - "1377084ms", - "1377703ms", - "1378115ms", - "1378528ms", - "1378941ms", - "1379354ms", - "1379766ms", - "1380178ms", - "1380591ms", - "1381003ms", - "1381415ms", - "1381828ms", - "1382240ms", - "1382653ms", - "1383066ms", - "1383478ms", - "1383891ms", - "1384304ms", - "1384717ms", - "1385130ms", - "1385543ms", - "1385955ms", - "1386367ms", - "1386780ms", - "1387193ms", - "1387605ms", - "1388017ms", - "1388430ms", - "1388843ms", - "1389255ms", - "1389668ms", - "1390081ms", - "1390494ms", - "1390907ms", - "1391320ms", - "1391732ms", - "1392144ms", - "1392557ms", - "1392969ms", - "1393175ms", - "1393384ms", - "1393590ms", - "1393797ms", - "1394003ms", - "1394209ms", - "1394415ms", - "1394622ms", - "1394828ms", - "1395034ms", - "1395241ms", - "1395447ms", - "1395654ms", - "1395860ms", - "1396067ms", - "1396273ms", - "1396479ms", - "1396686ms", - "1396892ms", - "1397099ms", - "1397305ms", - "1397511ms", - "1397717ms", - "1397924ms", - "1398130ms", - "1398336ms", - "1398542ms", - "1398748ms", - "1398954ms", - "1399160ms", - "1399367ms", - "1399573ms", - "1399779ms", - "1399986ms", - "1400192ms", - "1400398ms", - "1400604ms", - "1400811ms", - "1401017ms", - "1401223ms", - "1401430ms", - "1401636ms", - "1401842ms", - "1402049ms", - "1402255ms", - "1402462ms", - "1402668ms", - "1402875ms", - "1403081ms", - "1403288ms", - "1403494ms", - "1403700ms", - "1403906ms", - "1404112ms", - "1404318ms", - "1404524ms", - "1404731ms", - "1404937ms", - "1405143ms", - "1405349ms", - "1405555ms", - "1405762ms", - "1405968ms", - "1406174ms", - "1406381ms", - "1406587ms", - "1406793ms", - "1407000ms", - "1407206ms", - "1407412ms", - "1407619ms", - "1407825ms", - "1408032ms", - "1408238ms", - "1408445ms", - "1408548ms", - "1408651ms", - "1408755ms", - "1408858ms", - "1408961ms", - "1409064ms", - "1409168ms", - "1409271ms", - "1409374ms", - "1409477ms", - "1409580ms", - "1409684ms" - ], - "values": [ - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 8, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 8, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 8, - 8, - 7, - 7, - 9, - 11, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 8, - 7, - 7, - 7, - 7, - 7, - 7, - 8, - 7, - 7, - 8, - 7, - 8, - 7, - 7, - 7, - 7, - 8, - 8, - 7, - 7, - 7, - 7, - 7, - 8, - 8, - 7, - 8, - 8, - 7, - 7, - 7, - 7, - 8, - 9, - 7, - 7, - 8, - 7, - 7, - 7, - 7, - 7, - 7, - 8, - 8, - 8, - 7, - 7, - 7, - 7, - 7, - 7, - 8, - 7, - 9, - 7, - 8, - 7, - 7, - 8, - 7, - 7, - 7, - 7, - 8, - 7, - 8, - 7, - 7, - 7, - 7, - 7, - 8, - 7, - 7, - 7, - 7, - 7, - 7, - 8, - 7, - 8, - 7, - 7, - 7, - 10, - 8, - 10, - 9, - 8, - 7 - ] - } - } - }, - "gpu": { - "energy used system": "2156 J", - "used process": "TODO", - "used system": { - "avg": 0, - "max": 0, - "min": 0, - "timeseries": { - "timestamps": [ - "1295591ms", - "1311062ms", - "1319935ms", - "1326536ms", - "1332107ms", - "1335407ms", - "1338708ms", - "1342009ms", - "1345310ms", - "1347579ms", - "1349231ms", - "1350881ms", - "1352531ms", - "1354182ms", - "1355833ms", - "1357483ms", - "1359134ms", - "1360786ms", - "1362230ms", - "1363055ms", - "1363880ms", - "1364705ms", - "1365530ms", - "1366356ms", - "1367183ms", - "1368007ms", - "1368832ms", - "1369656ms", - "1370481ms", - "1371307ms", - "1372133ms", - "1372959ms", - "1373783ms", - "1374608ms", - "1375433ms", - "1376258ms", - "1377083ms", - "1377703ms", - "1378115ms", - "1378528ms", - "1378941ms", - "1379354ms", - "1379766ms", - "1380178ms", - "1380591ms", - "1381003ms", - "1381415ms", - "1381828ms", - "1382240ms", - "1382653ms", - "1383065ms", - "1383478ms", - "1383891ms", - "1384304ms", - "1384717ms", - "1385130ms", - "1385543ms", - "1385955ms", - "1386367ms", - "1386780ms", - "1387192ms", - "1387605ms", - "1388017ms", - "1388430ms", - "1388843ms", - "1389255ms", - "1389668ms", - "1390081ms", - "1390494ms", - "1390907ms", - "1391320ms", - "1391732ms", - "1392144ms", - "1392556ms", - "1392969ms", - "1393175ms", - "1393384ms", - "1393590ms", - "1393797ms", - "1394003ms", - "1394209ms", - "1394415ms", - "1394622ms", - "1394828ms", - "1395034ms", - "1395241ms", - "1395447ms", - "1395654ms", - "1395860ms", - "1396067ms", - "1396273ms", - "1396479ms", - "1396686ms", - "1396892ms", - "1397099ms", - "1397305ms", - "1397511ms", - "1397717ms", - "1397923ms", - "1398130ms", - "1398336ms", - "1398542ms", - "1398748ms", - "1398954ms", - "1399160ms", - "1399367ms", - "1399573ms", - "1399779ms", - "1399985ms", - "1400192ms", - "1400398ms", - "1400604ms", - "1400811ms", - "1401017ms", - "1401223ms", - "1401429ms", - "1401636ms", - "1401842ms", - "1402049ms", - "1402255ms", - "1402462ms", - "1402668ms", - "1402875ms", - "1403081ms", - "1403288ms", - "1403494ms", - "1403700ms", - "1403906ms", - "1404112ms", - "1404318ms", - "1404524ms", - "1404730ms", - "1404937ms", - "1405143ms", - "1405349ms", - "1405555ms", - "1405762ms", - "1405968ms", - "1406174ms", - "1406381ms", - "1406587ms", - "1406793ms", - "1407000ms", - "1407206ms", - "1407412ms", - "1407619ms", - "1407825ms", - "1408032ms", - "1408238ms", - "1408445ms", - "1408548ms", - "1408651ms", - "1408755ms", - "1408858ms", - "1408961ms", - "1409064ms", - "1409168ms", - "1409271ms", - "1409374ms", - "1409477ms", - "1409580ms", - "1409683ms" - ], - "values": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ] - } - }, - "vram used process": "TODO", - "vram used system": { - "avg": 0, - "max": 483, - "min": 0, - "timeseries": { - "timestamps": [ - "1295588ms", - "1311059ms", - "1319933ms", - "1326533ms", - "1332105ms", - "1335405ms", - "1338706ms", - "1342006ms", - "1345307ms", - "1347576ms", - "1349228ms", - "1350878ms", - "1352528ms", - "1354179ms", - "1355830ms", - "1357480ms", - "1359131ms", - "1360783ms", - "1362227ms", - "1363052ms", - "1363877ms", - "1364702ms", - "1365527ms", - "1366353ms", - "1367180ms", - "1368004ms", - "1368829ms", - "1369653ms", - "1370478ms", - "1371304ms", - "1372130ms", - "1372956ms", - "1373781ms", - "1374605ms", - "1375430ms", - "1376255ms", - "1377081ms", - "1377700ms", - "1378112ms", - "1378525ms", - "1378938ms", - "1379351ms", - "1379763ms", - "1380175ms", - "1380588ms", - "1381000ms", - "1381412ms", - "1381825ms", - "1382238ms", - "1382650ms", - "1383063ms", - "1383475ms", - "1383888ms", - "1384301ms", - "1384714ms", - "1385127ms", - "1385540ms", - "1385952ms", - "1386364ms", - "1386777ms", - "1387190ms", - "1387602ms", - "1388014ms", - "1388427ms", - "1388840ms", - "1389253ms", - "1389665ms", - "1390078ms", - "1390491ms", - "1390904ms", - "1391317ms", - "1391729ms", - "1392141ms", - "1392554ms", - "1392966ms", - "1393173ms", - "1393381ms", - "1393587ms", - "1393794ms", - "1394000ms", - "1394206ms", - "1394412ms", - "1394619ms", - "1394825ms", - "1395031ms", - "1395238ms", - "1395444ms", - "1395651ms", - "1395857ms", - "1396064ms", - "1396270ms", - "1396476ms", - "1396683ms", - "1396889ms", - "1397096ms", - "1397302ms", - "1397509ms", - "1397715ms", - "1397921ms", - "1398127ms", - "1398333ms", - "1398539ms", - "1398745ms", - "1398951ms", - "1399158ms", - "1399364ms", - "1399570ms", - "1399776ms", - "1399983ms", - "1400189ms", - "1400395ms", - "1400601ms", - "1400808ms", - "1401014ms", - "1401220ms", - "1401427ms", - "1401633ms", - "1401839ms", - "1402046ms", - "1402252ms", - "1402459ms", - "1402665ms", - "1402872ms", - "1403078ms", - "1403285ms", - "1403491ms", - "1403697ms", - "1403903ms", - "1404109ms", - "1404315ms", - "1404521ms", - "1404728ms", - "1404934ms", - "1405140ms", - "1405346ms", - "1405552ms", - "1405759ms", - "1405965ms", - "1406171ms", - "1406378ms", - "1406584ms", - "1406790ms", - "1406997ms", - "1407203ms", - "1407409ms", - "1407616ms", - "1407822ms", - "1408029ms", - "1408235ms", - "1408442ms", - "1408545ms", - "1408648ms", - "1408752ms", - "1408855ms", - "1408958ms", - "1409061ms", - "1409165ms", - "1409268ms", - "1409371ms", - "1409474ms", - "1409578ms", - "1409681ms" - ], - "values": [ - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483, - 483 - ] - } - } - }, - "ram": { - "energy used system": "0 J", - "used process": { - "avg": 0, - "max": 8700030, - "min": 0, - "timeseries": { - "timestamps": [ - "1295591ms", - "1311062ms", - "1319935ms", - "1326536ms", - "1332108ms", - "1335408ms", - "1338709ms", - "1342009ms", - "1345310ms", - "1347579ms", - "1349231ms", - "1350881ms", - "1352531ms", - "1354182ms", - "1355833ms", - "1357483ms", - "1359134ms", - "1360786ms", - "1362230ms", - "1363055ms", - "1363880ms", - "1364705ms", - "1365530ms", - "1366356ms", - "1367183ms", - "1368007ms", - "1368832ms", - "1369656ms", - "1370482ms", - "1371307ms", - "1372133ms", - "1372959ms", - "1373783ms", - "1374608ms", - "1375433ms", - "1376258ms", - "1377084ms", - "1377703ms", - "1378115ms", - "1378528ms", - "1378941ms", - "1379354ms", - "1379766ms", - "1380178ms", - "1380591ms", - "1381003ms", - "1381415ms", - "1381828ms", - "1382240ms", - "1382653ms", - "1383066ms", - "1383478ms", - "1383891ms", - "1384304ms", - "1384717ms", - "1385130ms", - "1385543ms", - "1385955ms", - "1386367ms", - "1386780ms", - "1387193ms", - "1387605ms", - "1388017ms", - "1388430ms", - "1388843ms", - "1389255ms", - "1389668ms", - "1390081ms", - "1390494ms", - "1390907ms", - "1391320ms", - "1391732ms", - "1392144ms", - "1392557ms", - "1392969ms", - "1393175ms", - "1393384ms", - "1393590ms", - "1393797ms", - "1394003ms", - "1394209ms", - "1394415ms", - "1394622ms", - "1394828ms", - "1395034ms", - "1395241ms", - "1395447ms", - "1395654ms", - "1395860ms", - "1396067ms", - "1396273ms", - "1396479ms", - "1396686ms", - "1396892ms", - "1397099ms", - "1397305ms", - "1397511ms", - "1397717ms", - "1397924ms", - "1398130ms", - "1398336ms", - "1398542ms", - "1398748ms", - "1398954ms", - "1399160ms", - "1399367ms", - "1399573ms", - "1399779ms", - "1399986ms", - "1400192ms", - "1400398ms", - "1400604ms", - "1400811ms", - "1401017ms", - "1401223ms", - "1401430ms", - "1401636ms", - "1401842ms", - "1402049ms", - "1402255ms", - "1402462ms", - "1402668ms", - "1402875ms", - "1403081ms", - "1403288ms", - "1403494ms", - "1403700ms", - "1403906ms", - "1404112ms", - "1404318ms", - "1404524ms", - "1404731ms", - "1404937ms", - "1405143ms", - "1405349ms", - "1405555ms", - "1405762ms", - "1405968ms", - "1406174ms", - "1406381ms", - "1406587ms", - "1406793ms", - "1407000ms", - "1407206ms", - "1407412ms", - "1407619ms", - "1407825ms", - "1408032ms", - "1408238ms", - "1408445ms", - "1408548ms", - "1408651ms", - "1408755ms", - "1408858ms", - "1408961ms", - "1409064ms", - "1409168ms", - "1409271ms", - "1409374ms", - "1409477ms", - "1409580ms", - "1409683ms" - ], - "values": [ - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8700030, - 8585621, - 8380182 - ] - } - }, - "used system": { - "avg": 0, - "max": 32959, - "min": 0, - "timeseries": { - "timestamps": [ - "1295591ms", - "1311062ms", - "1319935ms", - "1326536ms", - "1332108ms", - "1335408ms", - "1338709ms", - "1342009ms", - "1345310ms", - "1347579ms", - "1349231ms", - "1350881ms", - "1352531ms", - "1354182ms", - "1355833ms", - "1357483ms", - "1359134ms", - "1360786ms", - "1362230ms", - "1363055ms", - "1363880ms", - "1364705ms", - "1365530ms", - "1366356ms", - "1367183ms", - "1368007ms", - "1368832ms", - "1369656ms", - "1370482ms", - "1371307ms", - "1372133ms", - "1372959ms", - "1373783ms", - "1374608ms", - "1375433ms", - "1376258ms", - "1377084ms", - "1377703ms", - "1378115ms", - "1378528ms", - "1378941ms", - "1379354ms", - "1379766ms", - "1380178ms", - "1380591ms", - "1381003ms", - "1381415ms", - "1381828ms", - "1382240ms", - "1382653ms", - "1383066ms", - "1383478ms", - "1383891ms", - "1384304ms", - "1384717ms", - "1385130ms", - "1385543ms", - "1385955ms", - "1386367ms", - "1386780ms", - "1387193ms", - "1387605ms", - "1388017ms", - "1388430ms", - "1388843ms", - "1389255ms", - "1389668ms", - "1390081ms", - "1390494ms", - "1390907ms", - "1391320ms", - "1391732ms", - "1392144ms", - "1392557ms", - "1392969ms", - "1393175ms", - "1393384ms", - "1393590ms", - "1393797ms", - "1394003ms", - "1394209ms", - "1394415ms", - "1394622ms", - "1394828ms", - "1395034ms", - "1395241ms", - "1395447ms", - "1395654ms", - "1395860ms", - "1396067ms", - "1396273ms", - "1396479ms", - "1396686ms", - "1396892ms", - "1397099ms", - "1397305ms", - "1397511ms", - "1397717ms", - "1397924ms", - "1398130ms", - "1398336ms", - "1398542ms", - "1398748ms", - "1398954ms", - "1399160ms", - "1399367ms", - "1399573ms", - "1399779ms", - "1399986ms", - "1400192ms", - "1400398ms", - "1400604ms", - "1400811ms", - "1401017ms", - "1401223ms", - "1401430ms", - "1401636ms", - "1401842ms", - "1402049ms", - "1402255ms", - "1402462ms", - "1402668ms", - "1402875ms", - "1403081ms", - "1403288ms", - "1403494ms", - "1403700ms", - "1403906ms", - "1404112ms", - "1404318ms", - "1404524ms", - "1404731ms", - "1404937ms", - "1405143ms", - "1405349ms", - "1405555ms", - "1405762ms", - "1405968ms", - "1406174ms", - "1406381ms", - "1406587ms", - "1406793ms", - "1407000ms", - "1407206ms", - "1407412ms", - "1407619ms", - "1407825ms", - "1408032ms", - "1408238ms", - "1408445ms", - "1408548ms", - "1408651ms", - "1408755ms", - "1408858ms", - "1408961ms", - "1409064ms", - "1409168ms", - "1409271ms", - "1409374ms", - "1409477ms", - "1409580ms", - "1409683ms" - ], - "values": [ - 32932, - 32945, - 32916, - 32935, - 32923, - 32930, - 32947, - 32942, - 32941, - 32887, - 32913, - 32913, - 32907, - 32909, - 32921, - 32918, - 32922, - 32925, - 32932, - 32944, - 32950, - 32950, - 32887, - 32884, - 32884, - 32887, - 32893, - 32893, - 32898, - 32909, - 32913, - 32917, - 32924, - 32924, - 32926, - 32931, - 32941, - 32929, - 32930, - 32931, - 32942, - 32943, - 32943, - 32943, - 32943, - 32955, - 32957, - 32946, - 32946, - 32948, - 32956, - 32955, - 32959, - 32959, - 32958, - 32958, - 32929, - 32929, - 32929, - 32926, - 32929, - 32929, - 32927, - 32927, - 32925, - 32934, - 32930, - 32928, - 32928, - 32927, - 32936, - 32936, - 32934, - 32933, - 32932, - 32940, - 32939, - 32933, - 32937, - 32937, - 32937, - 32938, - 32933, - 32933, - 32935, - 32929, - 32928, - 32932, - 32932, - 32930, - 32930, - 32927, - 32928, - 32928, - 32928, - 32928, - 32926, - 32928, - 32928, - 32928, - 32928, - 32924, - 32925, - 32926, - 32927, - 32927, - 32924, - 32924, - 32924, - 32924, - 32924, - 32927, - 32927, - 32927, - 32929, - 32929, - 32930, - 32930, - 32930, - 32930, - 32930, - 32931, - 32931, - 32933, - 32943, - 32937, - 32937, - 32938, - 32938, - 32939, - 32938, - 32938, - 32940, - 32948, - 32941, - 32941, - 32941, - 32941, - 32941, - 32941, - 32941, - 32941, - 32942, - 32951, - 32951, - 32949, - 32949, - 32949, - 32951, - 32951, - 32953, - 32953, - 32953, - 32953, - 32953, - 32957, - 32957, - 32955, - 32953, - 32953, - 32838, - 32633 - ] - } - } - }, - "runtime": { - "start time": "2025-11-14T10:49:33.519739794+0000", - "stop time": "2025-11-14T11:13:03.260636737+0000", - "system": "100790 ms", - "user": "1337250 ms", - "wallclock": "1409740 ms" - } - }, - "schema version": 0.2 -} +{ + "implementation": { + "executable": null, + "python": { + "interactive": false, + "modules": "3.13.7", + "packages": [ + "Automat==25.4.16", + "Beaker==1.13.0", + "Brotli==1.1.0", + "CacheControl==0.14.3", + "CherryPy==18.10.0", + "Cython==0.29.37", + "Deprecated==1.2.15", + "Django==5.2.7", + "FastWARC==0.15.1", + "Flask-RESTful==0.3.10", + "Flask==3.1.2", + "GitPython==3.1.44", + "HeapDict==1.0.1", + "Jinja2==3.1.6", + "Mako==1.3.10.dev0", + "Markdown==3.10", + "MarkupSafe==3.0.2", + "PyGObject==3.54.5", + "PyJWT==2.10.1", + "PyNaCl==1.6.0", + "PyQt5==5.15.11", + "PyQt5_sip==12.17.1", + "PyQtWebEngine==5.15.7", + "PyYAML==6.0.3", + "Pygments==2.19.2", + "RapidFuzz==3.13.0", + "Resiliparse==0.15.1", + "Routes==2.5.1", + "Rx==3.2.0", + "SecretStorage==3.3.3", + "Sphinx==8.2.3", + "TBB==0.2", + "Twisted==24.7.0", + "WebOb==1.8.9", + "WebTest==3.0.3", + "Werkzeug==3.1.3", + "accelerate==1.10.1", + "aiohappyeyeballs==2.6.1", + "aiohttp==3.13.2", + "aiosignal==1.4.0", + "alabaster==1.0.0", + "aligned_ir_eval==0.0.1rc1", + "allpairspy==2.5.1", + "amqp==5.3.1", + "aniso8601==10.0.0", + "annotated-types==0.7.0", + "anyio==4.11.0", + "anytree==2.13.0", + "apipkg==3.0.2", + "appdirs==1.4.4", + "approval_utilities==14.3.0", + "approvaltests==14.3.0", + "argcomplete==3.6.2", + "asgiref==3.10.0", + "asn1crypto==1.5.1", + "astroid==4.0.2", + "asttokens==3.0.0", + "async-timeout==5.0.1", + "attrs==25.4.0", + "autocommand==2.2.2", + "autoqrels==0.0.1", + "babel==2.17.0", + "bandit==1.8.3", + "bcrypt==5.0.0", + "beautifulsoup4==4.14.2", + "billiard==4.2.2", + "bleach==6.2.0", + "blinker==1.9.0", + "blis==1.3.0", + "boltons==25.0.0", + "boto3==1.37.37", + "botocore==1.37.37", + "bs4==0.0.2", + "btrfsutil==6.17", + "build==1.3.0", + "cachetools==6.2.1", + "catalogue==2.0.10", + "cattrs==24.1.3", + "cbor==1.0.0", + "celery==5.5.3", + "certifi==2025.10.5", + "cffi==2.0.0", + "chardet==5.2.0", + "charset-normalizer==3.4.4", + "chatnoir-api==3.4.3.dev4+gf1b304697", + "chatnoir-pyterrier==2.0.6.dev142+g8392b4ca1", + "cheroot==11.1.2", + "chest==0.2.3", + "cleo==2.1.0", + "click-didyoumean==0.3.1", + "click-plugins==1.1.1.2", + "click-repl==0.3.0", + "click==8.2.1", + "cloudpathlib==0.22.0", + "cmd2==2.6.2", + "colaburl==0.1.0", + "colorama==0.4.6", + "comm==0.2.2", + "commonmark==0.9.1", + "conf26-reliability-analysis==0.1.0", + "confection==0.1.5", + "configobj==5.0.9", + "constantly==23.10.4", + "contourpy==1.3.1", + "coverage==7.11.2", + "crashtest==0.4.1", + "crit==4.1.1", + "cryptography==46.0.3", + "cssselect==1.3.0", + "cuda-bindings==13.0.1", + "cuda-core==0.3.2", + "cuda-pathfinder==1.2.2", + "cuda-python==13.0.1", + "cycler==0.12.1", + "cymem==2.0.11", + "dataclasses-json==0.5.9", + "datasets==3.5.0", + "dbus-python==1.4.0", + "de_core_news_sm==3.8.0", + "debugpy==1.8.12", + "decorator==5.1.1", + "defusedxml==0.7.1", + "dill==0.3.8", + "dill==0.4.0", + "distlib==0.4.0", + "distro==1.9.0", + "django-minify-html==1.13.0", + "djangorestframework==3.15.1", + "dnspython==2.8.0", + "doccano-client==1.2.8", + "docker==7.1.0", + "docopt==0.6.2", + "docstring_parser==0.17.0", + "docutils==0.22.3", + "duckdb==1.4.0", + "dulwich==0.22.8", + "elastic-transport==8.17.1", + "elastic-transport==9.2.0", + "elasticsearch-dsl==8.18.0", + "elasticsearch==8.6.1", + "elasticsearch==9.2.0", + "empty-files==0.0.9", + "en_core_web_sm==3.8.0", + "entrypoints==0.4", + "et_xmlfile==2.0.0", + "evaluate==0.4.3", + "exceptiongroup==1.3.0", + "executing==2.2.0", + "face==24.0.0", + "fastjsonschema==2.21.2", + "filelock==3.20.0", + "findpython==0.6.3", + "flake8==7.3.0", + "flit_core==3.12.0", + "fluidity-sm==0.2.1", + "fonttools==4.56.0", + "freezegun==1.5.5", + "frozenlist==1.8.0", + "fsspec==2024.12.0", + "ftfy==6.3.1", + "furo==2024.8.6", + "gitdb==4.0.12", + "glom==24.11.0", + "google-api-core==2.19.1", + "google-api-python-client==2.140.0", + "google-auth-httplib2==0.2.1", + "google-auth==2.43.0", + "googleapis-common-protos==1.72.0", + "graphql-core==3.2.6", + "grpcio-tools==1.76.0", + "grpcio==1.76.0", + "h11==0.16.0", + "html5lib==1.1", + "httpcore==1.0.9", + "httplib2==0.31.0", + "httpx==0.28.1", + "huggingface-hub==0.29.3", + "hyperlink==21.0.0", + "hypothesis==6.147.0", + "idna==3.11", + "ijson==3.3.0", + "imagesize==1.4.1", + "importlib_metadata==8.6.1", + "importlib_metadata==8.7.0", + "importlib_resources==6.5.2", + "incremental==24.7.2", + "inflect==7.5.0", + "iniconfig==2.1.0", + "inscriptis==2.5.1", + "installer==0.7.0", + "internetarchive==5.7.1", + "invoke==2.2.1", + "ipykernel==6.29.5", + "ipython==8.32.0", + "ir-datasets-longeval==0.1.dev39+g6ee2fef", + "ir-datasets-subsample==0.0.0", + "ir_datasets==0.5.11", + "ir_measures==0.4.1", + "isodate==0.7.2", + "isort==7.0.0", + "itsdangerous==2.2.0", + "jaraco.classes==3.4.0", + "jaraco.collections==5.1.0", + "jaraco.context==6.0.1", + "jaraco.functools==4.1.0", + "jaraco.text==4.0.0", + "jedi==0.19.2", + "jeepney==0.8.0", + "jiter==0.10.0", + "jmespath==1.0.1", + "joblib==1.4.2", + "jsonargparse==4.41.0", + "jsonpatch==1.33", + "jsonpointer==3.0.0", + "jsonschema-specifications==2025.9.1", + "jsonschema==4.25.1", + "jupyter_client==8.6.3", + "jupyter_core==5.7.2", + "jupyterlab_pygments==0.3.0", + "keyring==25.6.0", + "kiwisolver==1.4.8", + "kombu==5.5.4", + "langcodes==3.5.0", + "language_data==1.3.0", + "lark==1.3.1", + "lazy-object-proxy==1.12.0", + "legacy-cgi==2.6.4", + "lensfun==0.3.4", + "lexicon==3.0.0", + "libtmux==0.46.2", + "lightning-ir==0.0.5", + "lightning-utilities==0.15.2", + "lightning==2.5.5", + "lit==21.1.5.dev0", + "llvmlite==0.44.0", + "lockfile==0.12.2", + "logutils==0.3.5", + "louis==3.34.0", + "lsr_benchmark==0.0.1rc3", + "lxml==6.0.2", + "lz4==4.3.3", + "mallard-ducktype==1.0.2", + "marisa-trie==1.3.1", + "markdown-it-py==4.0.0", + "marshmallow-enum==1.5.1", + "marshmallow==3.26.1", + "matchpy==0.5.5", + "matplotlib-inline==0.1.7", + "matplotlib==3.10.0", + "mccabe==0.7.0", + "mdit-py-plugins==0.4.2", + "mdurl==0.1.2", + "minify_html==0.18.1", + "mistune==3.1.1", + "mock==5.1.0", + "more-itertools==10.8.0", + "mpmath==1.3.0", + "mrjob==0.7.4", + "msgpack==1.0.5", + "multidict==6.7.0", + "multiprocess==0.70.16", + "multiset==2.1.1", + "murmurhash==1.0.13", + "mypy-extensions==1.0.0", + "mypy==1.15.0", + "myst-parser==4.0.0", + "nbclient==0.10.2", + "nbconvert==7.16.6", + "nbformat==5.10.4", + "necessary==0.4.3", + "nest-asyncio==1.6.0", + "networkx==3.4.2", + "nftables==0.1", + "nh3==0.2.20", + "nltk==3.9.1", + "nose==1.3.7", + "npids==0.1.3", + "nspektr==0.5.1", + "numba==0.61.2", + "numpy==1.26.4", + "numpy==2.3.4", + "nvidia-cublas-cu12==12.4.5.8", + "nvidia-cuda-cccl==13.0.85", + "nvidia-cuda-cupti-cu12==12.4.127", + "nvidia-cuda-nvrtc-cu12==12.4.127", + "nvidia-cuda-nvrtc==13.0.88", + "nvidia-cuda-runtime-cu12==12.4.127", + "nvidia-cuda-runtime==13.0.88", + "nvidia-cudnn-cu12==9.1.0.70", + "nvidia-cufft-cu12==11.2.1.3", + "nvidia-curand-cu12==10.3.5.147", + "nvidia-cusolver-cu12==11.6.1.9", + "nvidia-cusparse-cu12==12.3.1.170", + "nvidia-cusparselt-cu12==0.6.2", + "nvidia-nccl-cu12==2.21.5", + "nvidia-nvjitlink-cu12==12.4.127", + "nvidia-nvjitlink==13.0.88", + "nvidia-nvtx-cu12==12.4.127", + "nvidia-nvvm==13.0.88", + "oauth2client==4.1.3", + "openai==1.93.0", + "openpyxl==3.1.5", + "openshot-qt==3.3.0", + "ordered-set==4.1.0", + "orjson==3.11.4", + "packaging==25.0", + "pandas==2.3.3", + "pandocfilters==1.5.1", + "parameterized==0.9.0", + "paramiko==4.0.0", + "parso==0.8.4", + "patsy==1.0.1", + "pbr==7.0.1", + "pbs-installer==2025.4.9", + "pdf2image==1.17.0", + "pecan==1.7.0", + "pew==1.2.0", + "pexpect==4.9.0", + "pillow==12.0.0", + "pip==25.2", + "pkgconfig==1.5.5", + "pkginfo==1.12.0", + "platformdirs==4.5.0", + "pluggy==1.6.0", + "ply==3.11", + "poetry-core==2.1.3", + "poetry-core==2.2.1", + "poetry==2.1.3", + "pooch==1.8.2", + "portend==3.2.1", + "preshed==3.0.10", + "prettytable==3.16.0", + "progress==1.6.1", + "prometheus_client==0.23.1", + "promise==2.3", + "prompt_toolkit==3.0.50", + "propcache==0.4.1", + "protobuf==6.33.0", + "psutil==7.1.3", + "ptyprocess==0.7.0", + "pure_eval==0.2.3", + "pwquality==1.4.5", + "py-cpuinfo==9.0.0", + "py==1.11.1.dev0+g447bac51.d20241130", + "pyOpenSSL==25.3.0", + "pyaml==24.12.0", + "pyaml_env==1.2.2", + "pyarrow==19.0.1", + "pyasn1==0.6.1", + "pyasn1_modules==0.4.2", + "pycairo==1.28.0", + "pycodestyle==2.14.0", + "pycosat==0.6.6", + "pycparser==2.23", + "pycriu==4.1.1", + "pydantic==2.12.3", + "pydantic==2.12.4", + "pydantic_core==2.41.4", + "pydantic_core==2.41.5", + "pyfailsafe==0.6.0", + "pyflakes==3.4.0", + "pygdbmi==0.11.0.0", + "pyjnius==1.7.0", + "pylint==4.0.2", + "pyparsing==3.2.5", + "pyperclip==1.11.0", + "pyproject_hooks==1.2.0", + "pyrate-limiter==2.10.0", + "pyrsistent==0.20.0", + "pyserial==3.5", + "pyterrier-alpha==0.12.6", + "pyterrier-dr==0.3.0", + "pyterrier-t5==0.0.1", + "pytesseract==0.3.13", + "pytest-asyncio==0.26.0", + "pytest-cov==5.0.0", + "pytest-cov==6.1.1", + "pytest-flake8==1.3.0", + "pytest==8.4.2", + "python-dateutil==2.9.0", + "python-dotenv==1.2.1", + "python-gitlab==5.6.0", + "python-magic==0.4.27", + "python-slugify==8.0.4", + "python-terrier==0.13.2", + "python-xlib==0.33", + "pytorch-lightning==2.5.5", + "pytrec_eval-terrier==0.5.8", + "pytrec_eval==0.5", + "pytz==2025.2", + "pyzmq==27.1.0", + "rank-bm25==0.2.2", + "readme_renderer==44.0", + "referencing==0.37.0", + "regex==2024.11.6", + "reliability_tests==0.0.1rc1", + "repoze.lru==0.7", + "repro-eval==0.4.0", + "requests-cache==1.2.1", + "requests-ratelimiter==0.7.0", + "requests-toolbelt==1.0.0", + "requests==2.32.2", + "requests==2.32.5", + "requirements-parser==0.11.0", + "resolvelib==1.2.1", + "responses==0.25.8", + "retrying==1.3.4", + "rfc3986==2.0.0", + "rfc3987==1.3.8", + "rich==14.2.0", + "roman-numerals-py==3.1.0", + "rpds-py==0.28.0", + "rsa==4.9.1", + "ruamel.yaml.clib==0.2.14", + "ruamel.yaml==0.18.10", + "ruff==0.9.10", + "runnb==1.0.2", + "s3cmd==2.4.0", + "s3transfer==0.11.5", + "safetensors==0.5.3", + "sarge==0.1.7.post1", + "schema==0.7.8", + "scikit-learn==1.7.2", + "scipy==1.16.3", + "scour==0.38.2", + "seaborn==0.13.2", + "sentence-transformers==5.1.1", + "sentencepiece==0.2.1", + "sentry-sdk==2.43.0", + "setuptools-scm==9.2.2", + "setuptools==80.9.0", + "shellingham==1.5.4", + "six==1.17.0", + "smart_open==7.3.0.post1", + "smashed==0.21.5", + "smbus==1.1", + "smmap==5.0.2", + "sniffio==1.3.1", + "snowballstemmer==2.2.0", + "sortedcontainers==2.4.0", + "soupsieve==2.8", + "spacy-legacy==3.0.12", + "spacy-loggers==1.0.5", + "spacy==3.8.7", + "sphinx-basic-ng==1.0.0b2", + "sphinx-tabs==3.4.7", + "sphinx_design==0.6.1", + "sphinxcontrib-applehelp==2.0.0", + "sphinxcontrib-devhelp==2.0.0", + "sphinxcontrib-htmlhelp==2.1.0", + "sphinxcontrib-jsmath==1.0.1", + "sphinxcontrib-plantuml==0.30", + "sphinxcontrib-qthelp==2.0.0", + "sphinxcontrib-serializinghtml==2.0.0", + "sphinxcontrib-umlet==1.0.2", + "sqlparse==0.5.3", + "srsly==2.5.1", + "stack-data==0.6.3", + "standard-cgi==3.13.0", + "stats==0.1.2a0", + "statsmodels==0.14.5", + "stevedore==5.4.1", + "sympy==1.13.1", + "systemd-python==235", + "teaching-ir-with-shared-tasks==0.1.dev239+g4443fcd", + "tempora==5.8.1", + "tenacity==9.1.2", + "terminator==2.1.5", + "testfixtures==8.3.0", + "testpath==0.6.0", + "text-unidecode==1.3", + "texttable==1.7.0", + "thinc==8.3.6", + "threadpoolctl==3.5.0", + "tinycss2==1.4.0", + "tira-measure==0.0.1", + "tira==0.0.182", + "tirex-tracker==0.2.16", + "tokenizers==0.21.1", + "toml==0.10.2", + "tomli==2.2.1", + "tomlkit==0.13.3", + "torch==2.6.0", + "torchmetrics==1.8.2", + "tornado==6.4.2", + "tqdm==4.67.1", + "traitlets==5.14.3", + "transformers==4.50.1", + "trec-car-tools==2.6", + "trec-downloader==0.1.dev66+g7177269be", + "trectools==0.0.50", + "triton==3.2.0", + "trouting==0.3.3", + "trove-classifiers==2025.9.11.17", + "twine==6.0.1", + "typeguard==4.4.4", + "typer==0.17.4", + "types-PyYAML==6.0.12.20241230", + "types-setuptools==75.8.0.20250210", + "typeshed_client==2.8.2", + "typing-inspect==0.9.0", + "typing-inspection==0.4.2", + "typing_extensions==4.15.0", + "tzdata==2025.2", + "uc-micro-py==1.0.3", + "unlzw3==0.2.3", + "uritemplate==4.2.0", + "url-normalize==2.2.0", + "urllib3==2.5.0", + "validate-pyproject==0.24.1", + "validate==5.0.9", + "vine==5.1.0", + "virtualenv-clone==0.5.7", + "virtualenv==20.35.4", + "waitress==3.0.2", + "warc3-wet-clueweb09==0.2.5", + "warc3-wet==0.2.5", + "wasabi==1.1.3", + "wcwidth==0.2.14", + "weasel==0.4.1", + "webcolors==24.11.1", + "webencodings==0.5.1", + "websocket-client==1.9.0", + "websockets==15.0.1", + "wget==3.2", + "wheel==0.45.1", + "wows-eval==0.0.6", + "wrapt==1.17.3", + "xmlsec==1.3.15.dev0+g1b3b527.d20250423", + "xmltodict==1.0.2", + "xxhash==3.5.0", + "yarl==1.22.0", + "yq==3.4.3", + "zc.lockfile==4.0", + "zipp==3.21.0", + "zlib-state==0.1.9", + "zope.interface==8.0.1", + "zstandard==0.25.0" + ] + }, + "script": { + "path": "/home/maik/.local/bin/lsr-benchmark" + }, + "source": { + "archive": { + "path": "radboud-validation/.tirex-tracker/code.zip", + "script path": "lsr-benchmark" + }, + "archive path": "/tmp/file5xop5U", + "branch": "main", + "commit": "56bc265ca7d51c2c9610b7d825d6f2457922efa5", + "hash": "56cbe625928cf98ed85267394e9e890922dd033a", + "is repo": 1, + "lang": null, + "repository": "git@github.com:OpenWebSearch/wows-code.git", + "root": "/home/maik/workspace/wows-code/", + "tags": [], + "unchecked files": 1, + "uncommitted changes": 1, + "unpushed changes": 0, + "upstream branch": "refs/remotes/origin/main" + } + }, + "platform": { + "hardware": { + "cpu": { + "architecture": "x86_64", + "byte order": "Little Endian", + "caches": { + "l1d": "576 KiB", + "l1i": "384 KiB", + "l2": "7680 KiB", + "l3": "18432 KiB" + }, + "features": "rdtsc rdtscp rdpid mwait fxsave xsave fpu mmx mmx_plus prefetchw daz sse sse2 sse3 ssse3 sse4_1 sse4_2 avx avxvnni fma3 f16c avx2 cmov cmpxchg8b cmpxchg16b clwb movbe lahf_sahf lzcnt popcnt bmi bmi2 adx aes vaes pclmulqdq vpclmulqdq gfni rdrand rdseed sha", + "frequency": { + "avg": 0, + "max": 0, + "min": 0, + "timeseries": { + "timestamps": [ + "1295591ms", + "1311062ms", + "1319935ms", + "1326536ms", + "1332108ms", + "1335408ms", + "1338709ms", + "1342009ms", + "1345310ms", + "1347579ms", + "1349231ms", + "1350881ms", + "1352531ms", + "1354182ms", + "1355833ms", + "1357483ms", + "1359134ms", + "1360786ms", + "1362230ms", + "1363055ms", + "1363880ms", + "1364705ms", + "1365530ms", + "1366356ms", + "1367183ms", + "1368007ms", + "1368832ms", + "1369656ms", + "1370482ms", + "1371307ms", + "1372133ms", + "1372959ms", + "1373783ms", + "1374608ms", + "1375433ms", + "1376258ms", + "1377084ms", + "1377703ms", + "1378115ms", + "1378528ms", + "1378941ms", + "1379354ms", + "1379766ms", + "1380178ms", + "1380591ms", + "1381003ms", + "1381415ms", + "1381828ms", + "1382240ms", + "1382653ms", + "1383066ms", + "1383478ms", + "1383891ms", + "1384304ms", + "1384717ms", + "1385130ms", + "1385543ms", + "1385955ms", + "1386367ms", + "1386780ms", + "1387193ms", + "1387605ms", + "1388017ms", + "1388430ms", + "1388843ms", + "1389255ms", + "1389668ms", + "1390081ms", + "1390494ms", + "1390907ms", + "1391320ms", + "1391732ms", + "1392144ms", + "1392557ms", + "1392969ms", + "1393175ms", + "1393384ms", + "1393590ms", + "1393797ms", + "1394003ms", + "1394209ms", + "1394415ms", + "1394622ms", + "1394828ms", + "1395034ms", + "1395241ms", + "1395447ms", + "1395654ms", + "1395860ms", + "1396067ms", + "1396273ms", + "1396479ms", + "1396686ms", + "1396892ms", + "1397099ms", + "1397305ms", + "1397511ms", + "1397717ms", + "1397924ms", + "1398130ms", + "1398336ms", + "1398542ms", + "1398748ms", + "1398954ms", + "1399160ms", + "1399367ms", + "1399573ms", + "1399779ms", + "1399986ms", + "1400192ms", + "1400398ms", + "1400604ms", + "1400811ms", + "1401017ms", + "1401223ms", + "1401430ms", + "1401636ms", + "1401842ms", + "1402049ms", + "1402255ms", + "1402462ms", + "1402668ms", + "1402875ms", + "1403081ms", + "1403288ms", + "1403494ms", + "1403700ms", + "1403906ms", + "1404112ms", + "1404318ms", + "1404524ms", + "1404731ms", + "1404937ms", + "1405143ms", + "1405349ms", + "1405555ms", + "1405762ms", + "1405968ms", + "1406174ms", + "1406381ms", + "1406587ms", + "1406793ms", + "1407000ms", + "1407206ms", + "1407412ms", + "1407619ms", + "1407825ms", + "1408032ms", + "1408238ms", + "1408445ms", + "1408548ms", + "1408651ms", + "1408755ms", + "1408858ms", + "1408961ms", + "1409064ms", + "1409168ms", + "1409271ms", + "1409374ms", + "1409477ms", + "1409580ms", + "1409684ms" + ], + "values": [ + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0 + ] + } + }, + "frequency max": "4700000 MHz", + "frequency min": "400000 MHz", + "model": "Intel 12th Gen Core i7-1260P", + "number of cores": 12, + "threads per core": 1, + "vendor id": "Intel Corporation", + "virtualization": null + }, + "gpu": { + "memory": "2147, MB", + "model": "NVIDIA GeForce MX550,", + "number of cores": "1024,", + "supported": 1 + }, + "ram": "33347 MB" + }, + "operating system": { + "distribution": "Arch Linux", + "kernel": "Linux 6.12.57-1-lts x86_64" + }, + "software": {} + }, + "resources": { + "cpu": { + "energy used system": "0 J", + "used process": { + "avg": 0, + "max": 117, + "min": 0, + "timeseries": { + "timestamps": [ + "1295591ms", + "1311062ms", + "1319935ms", + "1326536ms", + "1332108ms", + "1335408ms", + "1338709ms", + "1342009ms", + "1345310ms", + "1347579ms", + "1349231ms", + "1350881ms", + "1352531ms", + "1354182ms", + "1355833ms", + "1357483ms", + "1359134ms", + "1360786ms", + "1362230ms", + "1363055ms", + "1363880ms", + "1364705ms", + "1365530ms", + "1366356ms", + "1367183ms", + "1368007ms", + "1368832ms", + "1369656ms", + "1370482ms", + "1371307ms", + "1372133ms", + "1372959ms", + "1373783ms", + "1374608ms", + "1375433ms", + "1376258ms", + "1377084ms", + "1377703ms", + "1378115ms", + "1378528ms", + "1378941ms", + "1379354ms", + "1379766ms", + "1380178ms", + "1380591ms", + "1381003ms", + "1381415ms", + "1381828ms", + "1382240ms", + "1382653ms", + "1383066ms", + "1383478ms", + "1383891ms", + "1384304ms", + "1384717ms", + "1385130ms", + "1385543ms", + "1385955ms", + "1386367ms", + "1386780ms", + "1387193ms", + "1387605ms", + "1388017ms", + "1388430ms", + "1388843ms", + "1389255ms", + "1389668ms", + "1390081ms", + "1390494ms", + "1390907ms", + "1391320ms", + "1391732ms", + "1392144ms", + "1392557ms", + "1392969ms", + "1393175ms", + "1393384ms", + "1393590ms", + "1393797ms", + "1394003ms", + "1394209ms", + "1394415ms", + "1394622ms", + "1394828ms", + "1395034ms", + "1395241ms", + "1395447ms", + "1395654ms", + "1395860ms", + "1396067ms", + "1396273ms", + "1396479ms", + "1396686ms", + "1396892ms", + "1397099ms", + "1397305ms", + "1397511ms", + "1397717ms", + "1397924ms", + "1398130ms", + "1398336ms", + "1398542ms", + "1398748ms", + "1398954ms", + "1399160ms", + "1399367ms", + "1399573ms", + "1399779ms", + "1399986ms", + "1400192ms", + "1400398ms", + "1400604ms", + "1400811ms", + "1401017ms", + "1401223ms", + "1401430ms", + "1401636ms", + "1401842ms", + "1402049ms", + "1402255ms", + "1402462ms", + "1402668ms", + "1402875ms", + "1403081ms", + "1403288ms", + "1403494ms", + "1403700ms", + "1403906ms", + "1404112ms", + "1404318ms", + "1404524ms", + "1404731ms", + "1404937ms", + "1405143ms", + "1405349ms", + "1405555ms", + "1405762ms", + "1405968ms", + "1406174ms", + "1406381ms", + "1406587ms", + "1406793ms", + "1407000ms", + "1407206ms", + "1407412ms", + "1407619ms", + "1407825ms", + "1408032ms", + "1408238ms", + "1408445ms", + "1408548ms", + "1408651ms", + "1408755ms", + "1408858ms", + "1408961ms", + "1409064ms", + "1409168ms", + "1409271ms", + "1409374ms", + "1409477ms", + "1409580ms", + "1409684ms" + ], + "values": [ + 101, + 101, + 101, + 101, + 101, + 101, + 101, + 101, + 101, + 101, + 102, + 101, + 102, + 102, + 102, + 101, + 101, + 102, + 101, + 102, + 101, + 103, + 101, + 103, + 101, + 101, + 102, + 102, + 101, + 103, + 101, + 102, + 103, + 102, + 101, + 102, + 102, + 102, + 103, + 101, + 101, + 104, + 102, + 103, + 99, + 103, + 101, + 103, + 101, + 101, + 103, + 101, + 101, + 103, + 103, + 101, + 103, + 101, + 102, + 101, + 103, + 104, + 101, + 101, + 103, + 102, + 103, + 101, + 101, + 103, + 101, + 103, + 101, + 103, + 101, + 101, + 100, + 101, + 106, + 101, + 101, + 106, + 97, + 101, + 106, + 101, + 101, + 101, + 106, + 101, + 101, + 101, + 106, + 101, + 101, + 101, + 106, + 97, + 106, + 101, + 101, + 101, + 101, + 106, + 97, + 106, + 101, + 101, + 101, + 106, + 97, + 106, + 97, + 106, + 106, + 97, + 106, + 101, + 101, + 101, + 106, + 101, + 101, + 101, + 106, + 102, + 101, + 101, + 106, + 97, + 106, + 101, + 101, + 101, + 106, + 101, + 101, + 101, + 106, + 97, + 106, + 101, + 101, + 106, + 101, + 101, + 101, + 106, + 97, + 106, + 97, + 106, + 106, + 97, + 106, + 106, + 97, + 106, + 97, + 106, + 106, + 97 + ] + } + }, + "used system": { + "avg": 0, + "max": 70, + "min": 0, + "timeseries": { + "timestamps": [ + "1295591ms", + "1311062ms", + "1319935ms", + "1326536ms", + "1332108ms", + "1335408ms", + "1338709ms", + "1342009ms", + "1345310ms", + "1347579ms", + "1349231ms", + "1350881ms", + "1352531ms", + "1354182ms", + "1355833ms", + "1357483ms", + "1359134ms", + "1360786ms", + "1362230ms", + "1363055ms", + "1363880ms", + "1364705ms", + "1365530ms", + "1366356ms", + "1367183ms", + "1368007ms", + "1368832ms", + "1369656ms", + "1370482ms", + "1371307ms", + "1372133ms", + "1372959ms", + "1373783ms", + "1374608ms", + "1375433ms", + "1376258ms", + "1377084ms", + "1377703ms", + "1378115ms", + "1378528ms", + "1378941ms", + "1379354ms", + "1379766ms", + "1380178ms", + "1380591ms", + "1381003ms", + "1381415ms", + "1381828ms", + "1382240ms", + "1382653ms", + "1383066ms", + "1383478ms", + "1383891ms", + "1384304ms", + "1384717ms", + "1385130ms", + "1385543ms", + "1385955ms", + "1386367ms", + "1386780ms", + "1387193ms", + "1387605ms", + "1388017ms", + "1388430ms", + "1388843ms", + "1389255ms", + "1389668ms", + "1390081ms", + "1390494ms", + "1390907ms", + "1391320ms", + "1391732ms", + "1392144ms", + "1392557ms", + "1392969ms", + "1393175ms", + "1393384ms", + "1393590ms", + "1393797ms", + "1394003ms", + "1394209ms", + "1394415ms", + "1394622ms", + "1394828ms", + "1395034ms", + "1395241ms", + "1395447ms", + "1395654ms", + "1395860ms", + "1396067ms", + "1396273ms", + "1396479ms", + "1396686ms", + "1396892ms", + "1397099ms", + "1397305ms", + "1397511ms", + "1397717ms", + "1397924ms", + "1398130ms", + "1398336ms", + "1398542ms", + "1398748ms", + "1398954ms", + "1399160ms", + "1399367ms", + "1399573ms", + "1399779ms", + "1399986ms", + "1400192ms", + "1400398ms", + "1400604ms", + "1400811ms", + "1401017ms", + "1401223ms", + "1401430ms", + "1401636ms", + "1401842ms", + "1402049ms", + "1402255ms", + "1402462ms", + "1402668ms", + "1402875ms", + "1403081ms", + "1403288ms", + "1403494ms", + "1403700ms", + "1403906ms", + "1404112ms", + "1404318ms", + "1404524ms", + "1404731ms", + "1404937ms", + "1405143ms", + "1405349ms", + "1405555ms", + "1405762ms", + "1405968ms", + "1406174ms", + "1406381ms", + "1406587ms", + "1406793ms", + "1407000ms", + "1407206ms", + "1407412ms", + "1407619ms", + "1407825ms", + "1408032ms", + "1408238ms", + "1408445ms", + "1408548ms", + "1408651ms", + "1408755ms", + "1408858ms", + "1408961ms", + "1409064ms", + "1409168ms", + "1409271ms", + "1409374ms", + "1409477ms", + "1409580ms", + "1409684ms" + ], + "values": [ + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 8, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 8, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 8, + 8, + 7, + 7, + 9, + 11, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 8, + 7, + 7, + 7, + 7, + 7, + 7, + 8, + 7, + 7, + 8, + 7, + 8, + 7, + 7, + 7, + 7, + 8, + 8, + 7, + 7, + 7, + 7, + 7, + 8, + 8, + 7, + 8, + 8, + 7, + 7, + 7, + 7, + 8, + 9, + 7, + 7, + 8, + 7, + 7, + 7, + 7, + 7, + 7, + 8, + 8, + 8, + 7, + 7, + 7, + 7, + 7, + 7, + 8, + 7, + 9, + 7, + 8, + 7, + 7, + 8, + 7, + 7, + 7, + 7, + 8, + 7, + 8, + 7, + 7, + 7, + 7, + 7, + 8, + 7, + 7, + 7, + 7, + 7, + 7, + 8, + 7, + 8, + 7, + 7, + 7, + 10, + 8, + 10, + 9, + 8, + 7 + ] + } + } + }, + "gpu": { + "energy used system": "2156 J", + "used process": "TODO", + "used system": { + "avg": 0, + "max": 0, + "min": 0, + "timeseries": { + "timestamps": [ + "1295591ms", + "1311062ms", + "1319935ms", + "1326536ms", + "1332107ms", + "1335407ms", + "1338708ms", + "1342009ms", + "1345310ms", + "1347579ms", + "1349231ms", + "1350881ms", + "1352531ms", + "1354182ms", + "1355833ms", + "1357483ms", + "1359134ms", + "1360786ms", + "1362230ms", + "1363055ms", + "1363880ms", + "1364705ms", + "1365530ms", + "1366356ms", + "1367183ms", + "1368007ms", + "1368832ms", + "1369656ms", + "1370481ms", + "1371307ms", + "1372133ms", + "1372959ms", + "1373783ms", + "1374608ms", + "1375433ms", + "1376258ms", + "1377083ms", + "1377703ms", + "1378115ms", + "1378528ms", + "1378941ms", + "1379354ms", + "1379766ms", + "1380178ms", + "1380591ms", + "1381003ms", + "1381415ms", + "1381828ms", + "1382240ms", + "1382653ms", + "1383065ms", + "1383478ms", + "1383891ms", + "1384304ms", + "1384717ms", + "1385130ms", + "1385543ms", + "1385955ms", + "1386367ms", + "1386780ms", + "1387192ms", + "1387605ms", + "1388017ms", + "1388430ms", + "1388843ms", + "1389255ms", + "1389668ms", + "1390081ms", + "1390494ms", + "1390907ms", + "1391320ms", + "1391732ms", + "1392144ms", + "1392556ms", + "1392969ms", + "1393175ms", + "1393384ms", + "1393590ms", + "1393797ms", + "1394003ms", + "1394209ms", + "1394415ms", + "1394622ms", + "1394828ms", + "1395034ms", + "1395241ms", + "1395447ms", + "1395654ms", + "1395860ms", + "1396067ms", + "1396273ms", + "1396479ms", + "1396686ms", + "1396892ms", + "1397099ms", + "1397305ms", + "1397511ms", + "1397717ms", + "1397923ms", + "1398130ms", + "1398336ms", + "1398542ms", + "1398748ms", + "1398954ms", + "1399160ms", + "1399367ms", + "1399573ms", + "1399779ms", + "1399985ms", + "1400192ms", + "1400398ms", + "1400604ms", + "1400811ms", + "1401017ms", + "1401223ms", + "1401429ms", + "1401636ms", + "1401842ms", + "1402049ms", + "1402255ms", + "1402462ms", + "1402668ms", + "1402875ms", + "1403081ms", + "1403288ms", + "1403494ms", + "1403700ms", + "1403906ms", + "1404112ms", + "1404318ms", + "1404524ms", + "1404730ms", + "1404937ms", + "1405143ms", + "1405349ms", + "1405555ms", + "1405762ms", + "1405968ms", + "1406174ms", + "1406381ms", + "1406587ms", + "1406793ms", + "1407000ms", + "1407206ms", + "1407412ms", + "1407619ms", + "1407825ms", + "1408032ms", + "1408238ms", + "1408445ms", + "1408548ms", + "1408651ms", + "1408755ms", + "1408858ms", + "1408961ms", + "1409064ms", + "1409168ms", + "1409271ms", + "1409374ms", + "1409477ms", + "1409580ms", + "1409683ms" + ], + "values": [ + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0 + ] + } + }, + "vram used process": "TODO", + "vram used system": { + "avg": 0, + "max": 483, + "min": 0, + "timeseries": { + "timestamps": [ + "1295588ms", + "1311059ms", + "1319933ms", + "1326533ms", + "1332105ms", + "1335405ms", + "1338706ms", + "1342006ms", + "1345307ms", + "1347576ms", + "1349228ms", + "1350878ms", + "1352528ms", + "1354179ms", + "1355830ms", + "1357480ms", + "1359131ms", + "1360783ms", + "1362227ms", + "1363052ms", + "1363877ms", + "1364702ms", + "1365527ms", + "1366353ms", + "1367180ms", + "1368004ms", + "1368829ms", + "1369653ms", + "1370478ms", + "1371304ms", + "1372130ms", + "1372956ms", + "1373781ms", + "1374605ms", + "1375430ms", + "1376255ms", + "1377081ms", + "1377700ms", + "1378112ms", + "1378525ms", + "1378938ms", + "1379351ms", + "1379763ms", + "1380175ms", + "1380588ms", + "1381000ms", + "1381412ms", + "1381825ms", + "1382238ms", + "1382650ms", + "1383063ms", + "1383475ms", + "1383888ms", + "1384301ms", + "1384714ms", + "1385127ms", + "1385540ms", + "1385952ms", + "1386364ms", + "1386777ms", + "1387190ms", + "1387602ms", + "1388014ms", + "1388427ms", + "1388840ms", + "1389253ms", + "1389665ms", + "1390078ms", + "1390491ms", + "1390904ms", + "1391317ms", + "1391729ms", + "1392141ms", + "1392554ms", + "1392966ms", + "1393173ms", + "1393381ms", + "1393587ms", + "1393794ms", + "1394000ms", + "1394206ms", + "1394412ms", + "1394619ms", + "1394825ms", + "1395031ms", + "1395238ms", + "1395444ms", + "1395651ms", + "1395857ms", + "1396064ms", + "1396270ms", + "1396476ms", + "1396683ms", + "1396889ms", + "1397096ms", + "1397302ms", + "1397509ms", + "1397715ms", + "1397921ms", + "1398127ms", + "1398333ms", + "1398539ms", + "1398745ms", + "1398951ms", + "1399158ms", + "1399364ms", + "1399570ms", + "1399776ms", + "1399983ms", + "1400189ms", + "1400395ms", + "1400601ms", + "1400808ms", + "1401014ms", + "1401220ms", + "1401427ms", + "1401633ms", + "1401839ms", + "1402046ms", + "1402252ms", + "1402459ms", + "1402665ms", + "1402872ms", + "1403078ms", + "1403285ms", + "1403491ms", + "1403697ms", + "1403903ms", + "1404109ms", + "1404315ms", + "1404521ms", + "1404728ms", + "1404934ms", + "1405140ms", + "1405346ms", + "1405552ms", + "1405759ms", + "1405965ms", + "1406171ms", + "1406378ms", + "1406584ms", + "1406790ms", + "1406997ms", + "1407203ms", + "1407409ms", + "1407616ms", + "1407822ms", + "1408029ms", + "1408235ms", + "1408442ms", + "1408545ms", + "1408648ms", + "1408752ms", + "1408855ms", + "1408958ms", + "1409061ms", + "1409165ms", + "1409268ms", + "1409371ms", + "1409474ms", + "1409578ms", + "1409681ms" + ], + "values": [ + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483, + 483 + ] + } + } + }, + "ram": { + "energy used system": "0 J", + "used process": { + "avg": 0, + "max": 8700030, + "min": 0, + "timeseries": { + "timestamps": [ + "1295591ms", + "1311062ms", + "1319935ms", + "1326536ms", + "1332108ms", + "1335408ms", + "1338709ms", + "1342009ms", + "1345310ms", + "1347579ms", + "1349231ms", + "1350881ms", + "1352531ms", + "1354182ms", + "1355833ms", + "1357483ms", + "1359134ms", + "1360786ms", + "1362230ms", + "1363055ms", + "1363880ms", + "1364705ms", + "1365530ms", + "1366356ms", + "1367183ms", + "1368007ms", + "1368832ms", + "1369656ms", + "1370482ms", + "1371307ms", + "1372133ms", + "1372959ms", + "1373783ms", + "1374608ms", + "1375433ms", + "1376258ms", + "1377084ms", + "1377703ms", + "1378115ms", + "1378528ms", + "1378941ms", + "1379354ms", + "1379766ms", + "1380178ms", + "1380591ms", + "1381003ms", + "1381415ms", + "1381828ms", + "1382240ms", + "1382653ms", + "1383066ms", + "1383478ms", + "1383891ms", + "1384304ms", + "1384717ms", + "1385130ms", + "1385543ms", + "1385955ms", + "1386367ms", + "1386780ms", + "1387193ms", + "1387605ms", + "1388017ms", + "1388430ms", + "1388843ms", + "1389255ms", + "1389668ms", + "1390081ms", + "1390494ms", + "1390907ms", + "1391320ms", + "1391732ms", + "1392144ms", + "1392557ms", + "1392969ms", + "1393175ms", + "1393384ms", + "1393590ms", + "1393797ms", + "1394003ms", + "1394209ms", + "1394415ms", + "1394622ms", + "1394828ms", + "1395034ms", + "1395241ms", + "1395447ms", + "1395654ms", + "1395860ms", + "1396067ms", + "1396273ms", + "1396479ms", + "1396686ms", + "1396892ms", + "1397099ms", + "1397305ms", + "1397511ms", + "1397717ms", + "1397924ms", + "1398130ms", + "1398336ms", + "1398542ms", + "1398748ms", + "1398954ms", + "1399160ms", + "1399367ms", + "1399573ms", + "1399779ms", + "1399986ms", + "1400192ms", + "1400398ms", + "1400604ms", + "1400811ms", + "1401017ms", + "1401223ms", + "1401430ms", + "1401636ms", + "1401842ms", + "1402049ms", + "1402255ms", + "1402462ms", + "1402668ms", + "1402875ms", + "1403081ms", + "1403288ms", + "1403494ms", + "1403700ms", + "1403906ms", + "1404112ms", + "1404318ms", + "1404524ms", + "1404731ms", + "1404937ms", + "1405143ms", + "1405349ms", + "1405555ms", + "1405762ms", + "1405968ms", + "1406174ms", + "1406381ms", + "1406587ms", + "1406793ms", + "1407000ms", + "1407206ms", + "1407412ms", + "1407619ms", + "1407825ms", + "1408032ms", + "1408238ms", + "1408445ms", + "1408548ms", + "1408651ms", + "1408755ms", + "1408858ms", + "1408961ms", + "1409064ms", + "1409168ms", + "1409271ms", + "1409374ms", + "1409477ms", + "1409580ms", + "1409683ms" + ], + "values": [ + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8700030, + 8585621, + 8380182 + ] + } + }, + "used system": { + "avg": 0, + "max": 32959, + "min": 0, + "timeseries": { + "timestamps": [ + "1295591ms", + "1311062ms", + "1319935ms", + "1326536ms", + "1332108ms", + "1335408ms", + "1338709ms", + "1342009ms", + "1345310ms", + "1347579ms", + "1349231ms", + "1350881ms", + "1352531ms", + "1354182ms", + "1355833ms", + "1357483ms", + "1359134ms", + "1360786ms", + "1362230ms", + "1363055ms", + "1363880ms", + "1364705ms", + "1365530ms", + "1366356ms", + "1367183ms", + "1368007ms", + "1368832ms", + "1369656ms", + "1370482ms", + "1371307ms", + "1372133ms", + "1372959ms", + "1373783ms", + "1374608ms", + "1375433ms", + "1376258ms", + "1377084ms", + "1377703ms", + "1378115ms", + "1378528ms", + "1378941ms", + "1379354ms", + "1379766ms", + "1380178ms", + "1380591ms", + "1381003ms", + "1381415ms", + "1381828ms", + "1382240ms", + "1382653ms", + "1383066ms", + "1383478ms", + "1383891ms", + "1384304ms", + "1384717ms", + "1385130ms", + "1385543ms", + "1385955ms", + "1386367ms", + "1386780ms", + "1387193ms", + "1387605ms", + "1388017ms", + "1388430ms", + "1388843ms", + "1389255ms", + "1389668ms", + "1390081ms", + "1390494ms", + "1390907ms", + "1391320ms", + "1391732ms", + "1392144ms", + "1392557ms", + "1392969ms", + "1393175ms", + "1393384ms", + "1393590ms", + "1393797ms", + "1394003ms", + "1394209ms", + "1394415ms", + "1394622ms", + "1394828ms", + "1395034ms", + "1395241ms", + "1395447ms", + "1395654ms", + "1395860ms", + "1396067ms", + "1396273ms", + "1396479ms", + "1396686ms", + "1396892ms", + "1397099ms", + "1397305ms", + "1397511ms", + "1397717ms", + "1397924ms", + "1398130ms", + "1398336ms", + "1398542ms", + "1398748ms", + "1398954ms", + "1399160ms", + "1399367ms", + "1399573ms", + "1399779ms", + "1399986ms", + "1400192ms", + "1400398ms", + "1400604ms", + "1400811ms", + "1401017ms", + "1401223ms", + "1401430ms", + "1401636ms", + "1401842ms", + "1402049ms", + "1402255ms", + "1402462ms", + "1402668ms", + "1402875ms", + "1403081ms", + "1403288ms", + "1403494ms", + "1403700ms", + "1403906ms", + "1404112ms", + "1404318ms", + "1404524ms", + "1404731ms", + "1404937ms", + "1405143ms", + "1405349ms", + "1405555ms", + "1405762ms", + "1405968ms", + "1406174ms", + "1406381ms", + "1406587ms", + "1406793ms", + "1407000ms", + "1407206ms", + "1407412ms", + "1407619ms", + "1407825ms", + "1408032ms", + "1408238ms", + "1408445ms", + "1408548ms", + "1408651ms", + "1408755ms", + "1408858ms", + "1408961ms", + "1409064ms", + "1409168ms", + "1409271ms", + "1409374ms", + "1409477ms", + "1409580ms", + "1409683ms" + ], + "values": [ + 32932, + 32945, + 32916, + 32935, + 32923, + 32930, + 32947, + 32942, + 32941, + 32887, + 32913, + 32913, + 32907, + 32909, + 32921, + 32918, + 32922, + 32925, + 32932, + 32944, + 32950, + 32950, + 32887, + 32884, + 32884, + 32887, + 32893, + 32893, + 32898, + 32909, + 32913, + 32917, + 32924, + 32924, + 32926, + 32931, + 32941, + 32929, + 32930, + 32931, + 32942, + 32943, + 32943, + 32943, + 32943, + 32955, + 32957, + 32946, + 32946, + 32948, + 32956, + 32955, + 32959, + 32959, + 32958, + 32958, + 32929, + 32929, + 32929, + 32926, + 32929, + 32929, + 32927, + 32927, + 32925, + 32934, + 32930, + 32928, + 32928, + 32927, + 32936, + 32936, + 32934, + 32933, + 32932, + 32940, + 32939, + 32933, + 32937, + 32937, + 32937, + 32938, + 32933, + 32933, + 32935, + 32929, + 32928, + 32932, + 32932, + 32930, + 32930, + 32927, + 32928, + 32928, + 32928, + 32928, + 32926, + 32928, + 32928, + 32928, + 32928, + 32924, + 32925, + 32926, + 32927, + 32927, + 32924, + 32924, + 32924, + 32924, + 32924, + 32927, + 32927, + 32927, + 32929, + 32929, + 32930, + 32930, + 32930, + 32930, + 32930, + 32931, + 32931, + 32933, + 32943, + 32937, + 32937, + 32938, + 32938, + 32939, + 32938, + 32938, + 32940, + 32948, + 32941, + 32941, + 32941, + 32941, + 32941, + 32941, + 32941, + 32941, + 32942, + 32951, + 32951, + 32949, + 32949, + 32949, + 32951, + 32951, + 32953, + 32953, + 32953, + 32953, + 32953, + 32957, + 32957, + 32955, + 32953, + 32953, + 32838, + 32633 + ] + } + } + }, + "runtime": { + "start time": "2025-11-14T10:49:33.519739794+0000", + "stop time": "2025-11-14T11:13:03.260636737+0000", + "system": "100790 ms", + "user": "1337250 ms", + "wallclock": "1409740 ms" + } + }, + "schema version": 0.2 +} diff --git a/ecir26/corpus-construction/subsampled-corpora/radboud-validation/dataset-metadata.yml b/ecir26/corpus-construction/subsampled-corpora/radboud-validation/dataset-metadata.yml index 8fa1a6a..cb22e72 100644 --- a/ecir26/corpus-construction/subsampled-corpora/radboud-validation/dataset-metadata.yml +++ b/ecir26/corpus-construction/subsampled-corpora/radboud-validation/dataset-metadata.yml @@ -1,2927 +1,2927 @@ -implementation: - executable: null - python: - interactive: false - modules: 3.13.7 - packages: - - Automat==25.4.16 - - Beaker==1.13.0 - - Brotli==1.1.0 - - CacheControl==0.14.3 - - CherryPy==18.10.0 - - Cython==0.29.37 - - Deprecated==1.2.15 - - Django==5.2.7 - - FastWARC==0.15.1 - - Flask-RESTful==0.3.10 - - Flask==3.1.2 - - GitPython==3.1.44 - - HeapDict==1.0.1 - - Jinja2==3.1.6 - - Mako==1.3.10.dev0 - - Markdown==3.10 - - MarkupSafe==3.0.2 - - PyGObject==3.54.5 - - PyJWT==2.10.1 - - PyNaCl==1.6.0 - - PyQt5==5.15.11 - - PyQt5_sip==12.17.1 - - PyQtWebEngine==5.15.7 - - PyYAML==6.0.3 - - Pygments==2.19.2 - - RapidFuzz==3.13.0 - - Resiliparse==0.15.1 - - Routes==2.5.1 - - Rx==3.2.0 - - SecretStorage==3.3.3 - - Sphinx==8.2.3 - - TBB==0.2 - - Twisted==24.7.0 - - WebOb==1.8.9 - - WebTest==3.0.3 - - Werkzeug==3.1.3 - - accelerate==1.10.1 - - aiohappyeyeballs==2.6.1 - - aiohttp==3.13.2 - - aiosignal==1.4.0 - - alabaster==1.0.0 - - aligned_ir_eval==0.0.1rc1 - - allpairspy==2.5.1 - - amqp==5.3.1 - - aniso8601==10.0.0 - - annotated-types==0.7.0 - - anyio==4.11.0 - - anytree==2.13.0 - - apipkg==3.0.2 - - appdirs==1.4.4 - - approval_utilities==14.3.0 - - approvaltests==14.3.0 - - argcomplete==3.6.2 - - asgiref==3.10.0 - - asn1crypto==1.5.1 - - astroid==4.0.2 - - asttokens==3.0.0 - - async-timeout==5.0.1 - - attrs==25.4.0 - - autocommand==2.2.2 - - autoqrels==0.0.1 - - babel==2.17.0 - - bandit==1.8.3 - - bcrypt==5.0.0 - - beautifulsoup4==4.14.2 - - billiard==4.2.2 - - bleach==6.2.0 - - blinker==1.9.0 - - blis==1.3.0 - - boltons==25.0.0 - - boto3==1.37.37 - - botocore==1.37.37 - - bs4==0.0.2 - - btrfsutil==6.17 - - build==1.3.0 - - cachetools==6.2.1 - - catalogue==2.0.10 - - cattrs==24.1.3 - - cbor==1.0.0 - - celery==5.5.3 - - certifi==2025.10.5 - - cffi==2.0.0 - - chardet==5.2.0 - - charset-normalizer==3.4.4 - - chatnoir-api==3.4.3.dev4+gf1b304697 - - chatnoir-pyterrier==2.0.6.dev142+g8392b4ca1 - - cheroot==11.1.2 - - chest==0.2.3 - - cleo==2.1.0 - - click-didyoumean==0.3.1 - - click-plugins==1.1.1.2 - - click-repl==0.3.0 - - click==8.2.1 - - cloudpathlib==0.22.0 - - cmd2==2.6.2 - - colaburl==0.1.0 - - colorama==0.4.6 - - comm==0.2.2 - - commonmark==0.9.1 - - conf26-reliability-analysis==0.1.0 - - confection==0.1.5 - - configobj==5.0.9 - - constantly==23.10.4 - - contourpy==1.3.1 - - coverage==7.11.2 - - crashtest==0.4.1 - - crit==4.1.1 - - cryptography==46.0.3 - - cssselect==1.3.0 - - cuda-bindings==13.0.1 - - cuda-core==0.3.2 - - cuda-pathfinder==1.2.2 - - cuda-python==13.0.1 - - cycler==0.12.1 - - cymem==2.0.11 - - dataclasses-json==0.5.9 - - datasets==3.5.0 - - dbus-python==1.4.0 - - de_core_news_sm==3.8.0 - - debugpy==1.8.12 - - decorator==5.1.1 - - defusedxml==0.7.1 - - dill==0.3.8 - - dill==0.4.0 - - distlib==0.4.0 - - distro==1.9.0 - - django-minify-html==1.13.0 - - djangorestframework==3.15.1 - - dnspython==2.8.0 - - doccano-client==1.2.8 - - docker==7.1.0 - - docopt==0.6.2 - - docstring_parser==0.17.0 - - docutils==0.22.3 - - duckdb==1.4.0 - - dulwich==0.22.8 - - elastic-transport==8.17.1 - - elastic-transport==9.2.0 - - elasticsearch-dsl==8.18.0 - - elasticsearch==8.6.1 - - elasticsearch==9.2.0 - - empty-files==0.0.9 - - en_core_web_sm==3.8.0 - - entrypoints==0.4 - - et_xmlfile==2.0.0 - - evaluate==0.4.3 - - exceptiongroup==1.3.0 - - executing==2.2.0 - - face==24.0.0 - - fastjsonschema==2.21.2 - - filelock==3.20.0 - - findpython==0.6.3 - - flake8==7.3.0 - - flit_core==3.12.0 - - fluidity-sm==0.2.1 - - fonttools==4.56.0 - - freezegun==1.5.5 - - frozenlist==1.8.0 - - fsspec==2024.12.0 - - ftfy==6.3.1 - - furo==2024.8.6 - - gitdb==4.0.12 - - glom==24.11.0 - - google-api-core==2.19.1 - - google-api-python-client==2.140.0 - - google-auth-httplib2==0.2.1 - - google-auth==2.43.0 - - googleapis-common-protos==1.72.0 - - graphql-core==3.2.6 - - grpcio-tools==1.76.0 - - grpcio==1.76.0 - - h11==0.16.0 - - html5lib==1.1 - - httpcore==1.0.9 - - httplib2==0.31.0 - - httpx==0.28.1 - - huggingface-hub==0.29.3 - - hyperlink==21.0.0 - - hypothesis==6.147.0 - - idna==3.11 - - ijson==3.3.0 - - imagesize==1.4.1 - - importlib_metadata==8.6.1 - - importlib_metadata==8.7.0 - - importlib_resources==6.5.2 - - incremental==24.7.2 - - inflect==7.5.0 - - iniconfig==2.1.0 - - inscriptis==2.5.1 - - installer==0.7.0 - - internetarchive==5.7.1 - - invoke==2.2.1 - - ipykernel==6.29.5 - - ipython==8.32.0 - - ir-datasets-longeval==0.1.dev39+g6ee2fef - - ir-datasets-subsample==0.0.0 - - ir_datasets==0.5.11 - - ir_measures==0.4.1 - - isodate==0.7.2 - - isort==7.0.0 - - itsdangerous==2.2.0 - - jaraco.classes==3.4.0 - - jaraco.collections==5.1.0 - - jaraco.context==6.0.1 - - jaraco.functools==4.1.0 - - jaraco.text==4.0.0 - - jedi==0.19.2 - - jeepney==0.8.0 - - jiter==0.10.0 - - jmespath==1.0.1 - - joblib==1.4.2 - - jsonargparse==4.41.0 - - jsonpatch==1.33 - - jsonpointer==3.0.0 - - jsonschema-specifications==2025.9.1 - - jsonschema==4.25.1 - - jupyter_client==8.6.3 - - jupyter_core==5.7.2 - - jupyterlab_pygments==0.3.0 - - keyring==25.6.0 - - kiwisolver==1.4.8 - - kombu==5.5.4 - - langcodes==3.5.0 - - language_data==1.3.0 - - lark==1.3.1 - - lazy-object-proxy==1.12.0 - - legacy-cgi==2.6.4 - - lensfun==0.3.4 - - lexicon==3.0.0 - - libtmux==0.46.2 - - lightning-ir==0.0.5 - - lightning-utilities==0.15.2 - - lightning==2.5.5 - - lit==21.1.5.dev0 - - llvmlite==0.44.0 - - lockfile==0.12.2 - - logutils==0.3.5 - - louis==3.34.0 - - lsr_benchmark==0.0.1rc3 - - lxml==6.0.2 - - lz4==4.3.3 - - mallard-ducktype==1.0.2 - - marisa-trie==1.3.1 - - markdown-it-py==4.0.0 - - marshmallow-enum==1.5.1 - - marshmallow==3.26.1 - - matchpy==0.5.5 - - matplotlib-inline==0.1.7 - - matplotlib==3.10.0 - - mccabe==0.7.0 - - mdit-py-plugins==0.4.2 - - mdurl==0.1.2 - - minify_html==0.18.1 - - mistune==3.1.1 - - mock==5.1.0 - - more-itertools==10.8.0 - - mpmath==1.3.0 - - mrjob==0.7.4 - - msgpack==1.0.5 - - multidict==6.7.0 - - multiprocess==0.70.16 - - multiset==2.1.1 - - murmurhash==1.0.13 - - mypy-extensions==1.0.0 - - mypy==1.15.0 - - myst-parser==4.0.0 - - nbclient==0.10.2 - - nbconvert==7.16.6 - - nbformat==5.10.4 - - necessary==0.4.3 - - nest-asyncio==1.6.0 - - networkx==3.4.2 - - nftables==0.1 - - nh3==0.2.20 - - nltk==3.9.1 - - nose==1.3.7 - - npids==0.1.3 - - nspektr==0.5.1 - - numba==0.61.2 - - numpy==1.26.4 - - numpy==2.3.4 - - nvidia-cublas-cu12==12.4.5.8 - - nvidia-cuda-cccl==13.0.85 - - nvidia-cuda-cupti-cu12==12.4.127 - - nvidia-cuda-nvrtc-cu12==12.4.127 - - nvidia-cuda-nvrtc==13.0.88 - - nvidia-cuda-runtime-cu12==12.4.127 - - nvidia-cuda-runtime==13.0.88 - - nvidia-cudnn-cu12==9.1.0.70 - - nvidia-cufft-cu12==11.2.1.3 - - nvidia-curand-cu12==10.3.5.147 - - nvidia-cusolver-cu12==11.6.1.9 - - nvidia-cusparse-cu12==12.3.1.170 - - nvidia-cusparselt-cu12==0.6.2 - - nvidia-nccl-cu12==2.21.5 - - nvidia-nvjitlink-cu12==12.4.127 - - nvidia-nvjitlink==13.0.88 - - nvidia-nvtx-cu12==12.4.127 - - nvidia-nvvm==13.0.88 - - oauth2client==4.1.3 - - openai==1.93.0 - - openpyxl==3.1.5 - - openshot-qt==3.3.0 - - ordered-set==4.1.0 - - orjson==3.11.4 - - packaging==25.0 - - pandas==2.3.3 - - pandocfilters==1.5.1 - - parameterized==0.9.0 - - paramiko==4.0.0 - - parso==0.8.4 - - patsy==1.0.1 - - pbr==7.0.1 - - pbs-installer==2025.4.9 - - pdf2image==1.17.0 - - pecan==1.7.0 - - pew==1.2.0 - - pexpect==4.9.0 - - pillow==12.0.0 - - pip==25.2 - - pkgconfig==1.5.5 - - pkginfo==1.12.0 - - platformdirs==4.5.0 - - pluggy==1.6.0 - - ply==3.11 - - poetry-core==2.1.3 - - poetry-core==2.2.1 - - poetry==2.1.3 - - pooch==1.8.2 - - portend==3.2.1 - - preshed==3.0.10 - - prettytable==3.16.0 - - progress==1.6.1 - - prometheus_client==0.23.1 - - promise==2.3 - - prompt_toolkit==3.0.50 - - propcache==0.4.1 - - protobuf==6.33.0 - - psutil==7.1.3 - - ptyprocess==0.7.0 - - pure_eval==0.2.3 - - pwquality==1.4.5 - - py-cpuinfo==9.0.0 - - py==1.11.1.dev0+g447bac51.d20241130 - - pyOpenSSL==25.3.0 - - pyaml==24.12.0 - - pyaml_env==1.2.2 - - pyarrow==19.0.1 - - pyasn1==0.6.1 - - pyasn1_modules==0.4.2 - - pycairo==1.28.0 - - pycodestyle==2.14.0 - - pycosat==0.6.6 - - pycparser==2.23 - - pycriu==4.1.1 - - pydantic==2.12.3 - - pydantic==2.12.4 - - pydantic_core==2.41.4 - - pydantic_core==2.41.5 - - pyfailsafe==0.6.0 - - pyflakes==3.4.0 - - pygdbmi==0.11.0.0 - - pyjnius==1.7.0 - - pylint==4.0.2 - - pyparsing==3.2.5 - - pyperclip==1.11.0 - - pyproject_hooks==1.2.0 - - pyrate-limiter==2.10.0 - - pyrsistent==0.20.0 - - pyserial==3.5 - - pyterrier-alpha==0.12.6 - - pyterrier-dr==0.3.0 - - pyterrier-t5==0.0.1 - - pytesseract==0.3.13 - - pytest-asyncio==0.26.0 - - pytest-cov==5.0.0 - - pytest-cov==6.1.1 - - pytest-flake8==1.3.0 - - pytest==8.4.2 - - python-dateutil==2.9.0 - - python-dotenv==1.2.1 - - python-gitlab==5.6.0 - - python-magic==0.4.27 - - python-slugify==8.0.4 - - python-terrier==0.13.2 - - python-xlib==0.33 - - pytorch-lightning==2.5.5 - - pytrec_eval-terrier==0.5.8 - - pytrec_eval==0.5 - - pytz==2025.2 - - pyzmq==27.1.0 - - rank-bm25==0.2.2 - - readme_renderer==44.0 - - referencing==0.37.0 - - regex==2024.11.6 - - reliability_tests==0.0.1rc1 - - repoze.lru==0.7 - - repro-eval==0.4.0 - - requests-cache==1.2.1 - - requests-ratelimiter==0.7.0 - - requests-toolbelt==1.0.0 - - requests==2.32.2 - - requests==2.32.5 - - requirements-parser==0.11.0 - - resolvelib==1.2.1 - - responses==0.25.8 - - retrying==1.3.4 - - rfc3986==2.0.0 - - rfc3987==1.3.8 - - rich==14.2.0 - - roman-numerals-py==3.1.0 - - rpds-py==0.28.0 - - rsa==4.9.1 - - ruamel.yaml.clib==0.2.14 - - ruamel.yaml==0.18.10 - - ruff==0.9.10 - - runnb==1.0.2 - - s3cmd==2.4.0 - - s3transfer==0.11.5 - - safetensors==0.5.3 - - sarge==0.1.7.post1 - - schema==0.7.8 - - scikit-learn==1.7.2 - - scipy==1.16.3 - - scour==0.38.2 - - seaborn==0.13.2 - - sentence-transformers==5.1.1 - - sentencepiece==0.2.1 - - sentry-sdk==2.43.0 - - setuptools-scm==9.2.2 - - setuptools==80.9.0 - - shellingham==1.5.4 - - six==1.17.0 - - smart_open==7.3.0.post1 - - smashed==0.21.5 - - smbus==1.1 - - smmap==5.0.2 - - sniffio==1.3.1 - - snowballstemmer==2.2.0 - - sortedcontainers==2.4.0 - - soupsieve==2.8 - - spacy-legacy==3.0.12 - - spacy-loggers==1.0.5 - - spacy==3.8.7 - - sphinx-basic-ng==1.0.0b2 - - sphinx-tabs==3.4.7 - - sphinx_design==0.6.1 - - sphinxcontrib-applehelp==2.0.0 - - sphinxcontrib-devhelp==2.0.0 - - sphinxcontrib-htmlhelp==2.1.0 - - sphinxcontrib-jsmath==1.0.1 - - sphinxcontrib-plantuml==0.30 - - sphinxcontrib-qthelp==2.0.0 - - sphinxcontrib-serializinghtml==2.0.0 - - sphinxcontrib-umlet==1.0.2 - - sqlparse==0.5.3 - - srsly==2.5.1 - - stack-data==0.6.3 - - standard-cgi==3.13.0 - - stats==0.1.2a0 - - statsmodels==0.14.5 - - stevedore==5.4.1 - - sympy==1.13.1 - - systemd-python==235 - - teaching-ir-with-shared-tasks==0.1.dev239+g4443fcd - - tempora==5.8.1 - - tenacity==9.1.2 - - terminator==2.1.5 - - testfixtures==8.3.0 - - testpath==0.6.0 - - text-unidecode==1.3 - - texttable==1.7.0 - - thinc==8.3.6 - - threadpoolctl==3.5.0 - - tinycss2==1.4.0 - - tira-measure==0.0.1 - - tira==0.0.182 - - tirex-tracker==0.2.16 - - tokenizers==0.21.1 - - toml==0.10.2 - - tomli==2.2.1 - - tomlkit==0.13.3 - - torch==2.6.0 - - torchmetrics==1.8.2 - - tornado==6.4.2 - - tqdm==4.67.1 - - traitlets==5.14.3 - - transformers==4.50.1 - - trec-car-tools==2.6 - - trec-downloader==0.1.dev66+g7177269be - - trectools==0.0.50 - - triton==3.2.0 - - trouting==0.3.3 - - trove-classifiers==2025.9.11.17 - - twine==6.0.1 - - typeguard==4.4.4 - - typer==0.17.4 - - types-PyYAML==6.0.12.20241230 - - types-setuptools==75.8.0.20250210 - - typeshed_client==2.8.2 - - typing-inspect==0.9.0 - - typing-inspection==0.4.2 - - typing_extensions==4.15.0 - - tzdata==2025.2 - - uc-micro-py==1.0.3 - - unlzw3==0.2.3 - - uritemplate==4.2.0 - - url-normalize==2.2.0 - - urllib3==2.5.0 - - validate-pyproject==0.24.1 - - validate==5.0.9 - - vine==5.1.0 - - virtualenv-clone==0.5.7 - - virtualenv==20.35.4 - - waitress==3.0.2 - - warc3-wet-clueweb09==0.2.5 - - warc3-wet==0.2.5 - - wasabi==1.1.3 - - wcwidth==0.2.14 - - weasel==0.4.1 - - webcolors==24.11.1 - - webencodings==0.5.1 - - websocket-client==1.9.0 - - websockets==15.0.1 - - wget==3.2 - - wheel==0.45.1 - - wows-eval==0.0.6 - - wrapt==1.17.3 - - xmlsec==1.3.15.dev0+g1b3b527.d20250423 - - xmltodict==1.0.2 - - xxhash==3.5.0 - - yarl==1.22.0 - - yq==3.4.3 - - zc.lockfile==4.0 - - zipp==3.21.0 - - zlib-state==0.1.9 - - zope.interface==8.0.1 - - zstandard==0.25.0 - script: - path: /home/maik/.local/bin/lsr-benchmark - source: - archive: - path: radboud-validation/.tirex-tracker/code.zip - script path: lsr-benchmark - archive path: /tmp/file5xop5U - branch: main - commit: 56bc265ca7d51c2c9610b7d825d6f2457922efa5 - hash: 56cbe625928cf98ed85267394e9e890922dd033a - is repo: 1 - lang: null - repository: git@github.com:OpenWebSearch/wows-code.git - root: /home/maik/workspace/wows-code/ - tags: [] - unchecked files: 1 - uncommitted changes: 1 - unpushed changes: 0 - upstream branch: refs/remotes/origin/main -platform: - hardware: - cpu: - architecture: x86_64 - byte order: Little Endian - caches: - l1d: 576 KiB - l1i: 384 KiB - l2: 7680 KiB - l3: 18432 KiB - features: rdtsc rdtscp rdpid mwait fxsave xsave fpu mmx mmx_plus prefetchw daz - sse sse2 sse3 ssse3 sse4_1 sse4_2 avx avxvnni fma3 f16c avx2 cmov cmpxchg8b - cmpxchg16b clwb movbe lahf_sahf lzcnt popcnt bmi bmi2 adx aes vaes pclmulqdq - vpclmulqdq gfni rdrand rdseed sha - frequency: - avg: 0 - max: 0 - min: 0 - timeseries: - timestamps: - - 1295591ms - - 1311062ms - - 1319935ms - - 1326536ms - - 1332108ms - - 1335408ms - - 1338709ms - - 1342009ms - - 1345310ms - - 1347579ms - - 1349231ms - - 1350881ms - - 1352531ms - - 1354182ms - - 1355833ms - - 1357483ms - - 1359134ms - - 1360786ms - - 1362230ms - - 1363055ms - - 1363880ms - - 1364705ms - - 1365530ms - - 1366356ms - - 1367183ms - - 1368007ms - - 1368832ms - - 1369656ms - - 1370482ms - - 1371307ms - - 1372133ms - - 1372959ms - - 1373783ms - - 1374608ms - - 1375433ms - - 1376258ms - - 1377084ms - - 1377703ms - - 1378115ms - - 1378528ms - - 1378941ms - - 1379354ms - - 1379766ms - - 1380178ms - - 1380591ms - - 1381003ms - - 1381415ms - - 1381828ms - - 1382240ms - - 1382653ms - - 1383066ms - - 1383478ms - - 1383891ms - - 1384304ms - - 1384717ms - - 1385130ms - - 1385543ms - - 1385955ms - - 1386367ms - - 1386780ms - - 1387193ms - - 1387605ms - - 1388017ms - - 1388430ms - - 1388843ms - - 1389255ms - - 1389668ms - - 1390081ms - - 1390494ms - - 1390907ms - - 1391320ms - - 1391732ms - - 1392144ms - - 1392557ms - - 1392969ms - - 1393175ms - - 1393384ms - - 1393590ms - - 1393797ms - - 1394003ms - - 1394209ms - - 1394415ms - - 1394622ms - - 1394828ms - - 1395034ms - - 1395241ms - - 1395447ms - - 1395654ms - - 1395860ms - - 1396067ms - - 1396273ms - - 1396479ms - - 1396686ms - - 1396892ms - - 1397099ms - - 1397305ms - - 1397511ms - - 1397717ms - - 1397924ms - - 1398130ms - - 1398336ms - - 1398542ms - - 1398748ms - - 1398954ms - - 1399160ms - - 1399367ms - - 1399573ms - - 1399779ms - - 1399986ms - - 1400192ms - - 1400398ms - - 1400604ms - - 1400811ms - - 1401017ms - - 1401223ms - - 1401430ms - - 1401636ms - - 1401842ms - - 1402049ms - - 1402255ms - - 1402462ms - - 1402668ms - - 1402875ms - - 1403081ms - - 1403288ms - - 1403494ms - - 1403700ms - - 1403906ms - - 1404112ms - - 1404318ms - - 1404524ms - - 1404731ms - - 1404937ms - - 1405143ms - - 1405349ms - - 1405555ms - - 1405762ms - - 1405968ms - - 1406174ms - - 1406381ms - - 1406587ms - - 1406793ms - - 1407000ms - - 1407206ms - - 1407412ms - - 1407619ms - - 1407825ms - - 1408032ms - - 1408238ms - - 1408445ms - - 1408548ms - - 1408651ms - - 1408755ms - - 1408858ms - - 1408961ms - - 1409064ms - - 1409168ms - - 1409271ms - - 1409374ms - - 1409477ms - - 1409580ms - - 1409684ms - values: - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - frequency max: 4700000 MHz - frequency min: 400000 MHz - model: Intel 12th Gen Core i7-1260P - number of cores: 12 - threads per core: 1 - vendor id: Intel Corporation - virtualization: null - gpu: - memory: 2147, MB - model: NVIDIA GeForce MX550, - number of cores: 1024, - supported: 1 - ram: 33347 MB - operating system: - distribution: Arch Linux - kernel: Linux 6.12.57-1-lts x86_64 - software: {} -resources: - cpu: - energy used system: 0 J - used process: - avg: 0 - max: 117 - min: 0 - timeseries: - timestamps: - - 1295591ms - - 1311062ms - - 1319935ms - - 1326536ms - - 1332108ms - - 1335408ms - - 1338709ms - - 1342009ms - - 1345310ms - - 1347579ms - - 1349231ms - - 1350881ms - - 1352531ms - - 1354182ms - - 1355833ms - - 1357483ms - - 1359134ms - - 1360786ms - - 1362230ms - - 1363055ms - - 1363880ms - - 1364705ms - - 1365530ms - - 1366356ms - - 1367183ms - - 1368007ms - - 1368832ms - - 1369656ms - - 1370482ms - - 1371307ms - - 1372133ms - - 1372959ms - - 1373783ms - - 1374608ms - - 1375433ms - - 1376258ms - - 1377084ms - - 1377703ms - - 1378115ms - - 1378528ms - - 1378941ms - - 1379354ms - - 1379766ms - - 1380178ms - - 1380591ms - - 1381003ms - - 1381415ms - - 1381828ms - - 1382240ms - - 1382653ms - - 1383066ms - - 1383478ms - - 1383891ms - - 1384304ms - - 1384717ms - - 1385130ms - - 1385543ms - - 1385955ms - - 1386367ms - - 1386780ms - - 1387193ms - - 1387605ms - - 1388017ms - - 1388430ms - - 1388843ms - - 1389255ms - - 1389668ms - - 1390081ms - - 1390494ms - - 1390907ms - - 1391320ms - - 1391732ms - - 1392144ms - - 1392557ms - - 1392969ms - - 1393175ms - - 1393384ms - - 1393590ms - - 1393797ms - - 1394003ms - - 1394209ms - - 1394415ms - - 1394622ms - - 1394828ms - - 1395034ms - - 1395241ms - - 1395447ms - - 1395654ms - - 1395860ms - - 1396067ms - - 1396273ms - - 1396479ms - - 1396686ms - - 1396892ms - - 1397099ms - - 1397305ms - - 1397511ms - - 1397717ms - - 1397924ms - - 1398130ms - - 1398336ms - - 1398542ms - - 1398748ms - - 1398954ms - - 1399160ms - - 1399367ms - - 1399573ms - - 1399779ms - - 1399986ms - - 1400192ms - - 1400398ms - - 1400604ms - - 1400811ms - - 1401017ms - - 1401223ms - - 1401430ms - - 1401636ms - - 1401842ms - - 1402049ms - - 1402255ms - - 1402462ms - - 1402668ms - - 1402875ms - - 1403081ms - - 1403288ms - - 1403494ms - - 1403700ms - - 1403906ms - - 1404112ms - - 1404318ms - - 1404524ms - - 1404731ms - - 1404937ms - - 1405143ms - - 1405349ms - - 1405555ms - - 1405762ms - - 1405968ms - - 1406174ms - - 1406381ms - - 1406587ms - - 1406793ms - - 1407000ms - - 1407206ms - - 1407412ms - - 1407619ms - - 1407825ms - - 1408032ms - - 1408238ms - - 1408445ms - - 1408548ms - - 1408651ms - - 1408755ms - - 1408858ms - - 1408961ms - - 1409064ms - - 1409168ms - - 1409271ms - - 1409374ms - - 1409477ms - - 1409580ms - - 1409684ms - values: - - 101 - - 101 - - 101 - - 101 - - 101 - - 101 - - 101 - - 101 - - 101 - - 101 - - 102 - - 101 - - 102 - - 102 - - 102 - - 101 - - 101 - - 102 - - 101 - - 102 - - 101 - - 103 - - 101 - - 103 - - 101 - - 101 - - 102 - - 102 - - 101 - - 103 - - 101 - - 102 - - 103 - - 102 - - 101 - - 102 - - 102 - - 102 - - 103 - - 101 - - 101 - - 104 - - 102 - - 103 - - 99 - - 103 - - 101 - - 103 - - 101 - - 101 - - 103 - - 101 - - 101 - - 103 - - 103 - - 101 - - 103 - - 101 - - 102 - - 101 - - 103 - - 104 - - 101 - - 101 - - 103 - - 102 - - 103 - - 101 - - 101 - - 103 - - 101 - - 103 - - 101 - - 103 - - 101 - - 101 - - 100 - - 101 - - 106 - - 101 - - 101 - - 106 - - 97 - - 101 - - 106 - - 101 - - 101 - - 101 - - 106 - - 101 - - 101 - - 101 - - 106 - - 101 - - 101 - - 101 - - 106 - - 97 - - 106 - - 101 - - 101 - - 101 - - 101 - - 106 - - 97 - - 106 - - 101 - - 101 - - 101 - - 106 - - 97 - - 106 - - 97 - - 106 - - 106 - - 97 - - 106 - - 101 - - 101 - - 101 - - 106 - - 101 - - 101 - - 101 - - 106 - - 102 - - 101 - - 101 - - 106 - - 97 - - 106 - - 101 - - 101 - - 101 - - 106 - - 101 - - 101 - - 101 - - 106 - - 97 - - 106 - - 101 - - 101 - - 106 - - 101 - - 101 - - 101 - - 106 - - 97 - - 106 - - 97 - - 106 - - 106 - - 97 - - 106 - - 106 - - 97 - - 106 - - 97 - - 106 - - 106 - - 97 - used system: - avg: 0 - max: 70 - min: 0 - timeseries: - timestamps: - - 1295591ms - - 1311062ms - - 1319935ms - - 1326536ms - - 1332108ms - - 1335408ms - - 1338709ms - - 1342009ms - - 1345310ms - - 1347579ms - - 1349231ms - - 1350881ms - - 1352531ms - - 1354182ms - - 1355833ms - - 1357483ms - - 1359134ms - - 1360786ms - - 1362230ms - - 1363055ms - - 1363880ms - - 1364705ms - - 1365530ms - - 1366356ms - - 1367183ms - - 1368007ms - - 1368832ms - - 1369656ms - - 1370482ms - - 1371307ms - - 1372133ms - - 1372959ms - - 1373783ms - - 1374608ms - - 1375433ms - - 1376258ms - - 1377084ms - - 1377703ms - - 1378115ms - - 1378528ms - - 1378941ms - - 1379354ms - - 1379766ms - - 1380178ms - - 1380591ms - - 1381003ms - - 1381415ms - - 1381828ms - - 1382240ms - - 1382653ms - - 1383066ms - - 1383478ms - - 1383891ms - - 1384304ms - - 1384717ms - - 1385130ms - - 1385543ms - - 1385955ms - - 1386367ms - - 1386780ms - - 1387193ms - - 1387605ms - - 1388017ms - - 1388430ms - - 1388843ms - - 1389255ms - - 1389668ms - - 1390081ms - - 1390494ms - - 1390907ms - - 1391320ms - - 1391732ms - - 1392144ms - - 1392557ms - - 1392969ms - - 1393175ms - - 1393384ms - - 1393590ms - - 1393797ms - - 1394003ms - - 1394209ms - - 1394415ms - - 1394622ms - - 1394828ms - - 1395034ms - - 1395241ms - - 1395447ms - - 1395654ms - - 1395860ms - - 1396067ms - - 1396273ms - - 1396479ms - - 1396686ms - - 1396892ms - - 1397099ms - - 1397305ms - - 1397511ms - - 1397717ms - - 1397924ms - - 1398130ms - - 1398336ms - - 1398542ms - - 1398748ms - - 1398954ms - - 1399160ms - - 1399367ms - - 1399573ms - - 1399779ms - - 1399986ms - - 1400192ms - - 1400398ms - - 1400604ms - - 1400811ms - - 1401017ms - - 1401223ms - - 1401430ms - - 1401636ms - - 1401842ms - - 1402049ms - - 1402255ms - - 1402462ms - - 1402668ms - - 1402875ms - - 1403081ms - - 1403288ms - - 1403494ms - - 1403700ms - - 1403906ms - - 1404112ms - - 1404318ms - - 1404524ms - - 1404731ms - - 1404937ms - - 1405143ms - - 1405349ms - - 1405555ms - - 1405762ms - - 1405968ms - - 1406174ms - - 1406381ms - - 1406587ms - - 1406793ms - - 1407000ms - - 1407206ms - - 1407412ms - - 1407619ms - - 1407825ms - - 1408032ms - - 1408238ms - - 1408445ms - - 1408548ms - - 1408651ms - - 1408755ms - - 1408858ms - - 1408961ms - - 1409064ms - - 1409168ms - - 1409271ms - - 1409374ms - - 1409477ms - - 1409580ms - - 1409684ms - values: - - 7 - - 7 - - 7 - - 7 - - 7 - - 7 - - 7 - - 7 - - 7 - - 7 - - 7 - - 7 - - 7 - - 7 - - 7 - - 7 - - 7 - - 7 - - 7 - - 7 - - 7 - - 7 - - 8 - - 7 - - 7 - - 7 - - 7 - - 7 - - 7 - - 7 - - 7 - - 7 - - 7 - - 7 - - 7 - - 7 - - 7 - - 7 - - 7 - - 7 - - 7 - - 7 - - 7 - - 7 - - 7 - - 7 - - 8 - - 7 - - 7 - - 7 - - 7 - - 7 - - 7 - - 7 - - 7 - - 8 - - 8 - - 7 - - 7 - - 9 - - 11 - - 7 - - 7 - - 7 - - 7 - - 7 - - 7 - - 7 - - 7 - - 7 - - 8 - - 7 - - 7 - - 7 - - 7 - - 7 - - 7 - - 8 - - 7 - - 7 - - 8 - - 7 - - 8 - - 7 - - 7 - - 7 - - 7 - - 8 - - 8 - - 7 - - 7 - - 7 - - 7 - - 7 - - 8 - - 8 - - 7 - - 8 - - 8 - - 7 - - 7 - - 7 - - 7 - - 8 - - 9 - - 7 - - 7 - - 8 - - 7 - - 7 - - 7 - - 7 - - 7 - - 7 - - 8 - - 8 - - 8 - - 7 - - 7 - - 7 - - 7 - - 7 - - 7 - - 8 - - 7 - - 9 - - 7 - - 8 - - 7 - - 7 - - 8 - - 7 - - 7 - - 7 - - 7 - - 8 - - 7 - - 8 - - 7 - - 7 - - 7 - - 7 - - 7 - - 8 - - 7 - - 7 - - 7 - - 7 - - 7 - - 7 - - 8 - - 7 - - 8 - - 7 - - 7 - - 7 - - 10 - - 8 - - 10 - - 9 - - 8 - - 7 - gpu: - energy used system: 2156 J - used process: TODO - used system: - avg: 0 - max: 0 - min: 0 - timeseries: - timestamps: - - 1295591ms - - 1311062ms - - 1319935ms - - 1326536ms - - 1332107ms - - 1335407ms - - 1338708ms - - 1342009ms - - 1345310ms - - 1347579ms - - 1349231ms - - 1350881ms - - 1352531ms - - 1354182ms - - 1355833ms - - 1357483ms - - 1359134ms - - 1360786ms - - 1362230ms - - 1363055ms - - 1363880ms - - 1364705ms - - 1365530ms - - 1366356ms - - 1367183ms - - 1368007ms - - 1368832ms - - 1369656ms - - 1370481ms - - 1371307ms - - 1372133ms - - 1372959ms - - 1373783ms - - 1374608ms - - 1375433ms - - 1376258ms - - 1377083ms - - 1377703ms - - 1378115ms - - 1378528ms - - 1378941ms - - 1379354ms - - 1379766ms - - 1380178ms - - 1380591ms - - 1381003ms - - 1381415ms - - 1381828ms - - 1382240ms - - 1382653ms - - 1383065ms - - 1383478ms - - 1383891ms - - 1384304ms - - 1384717ms - - 1385130ms - - 1385543ms - - 1385955ms - - 1386367ms - - 1386780ms - - 1387192ms - - 1387605ms - - 1388017ms - - 1388430ms - - 1388843ms - - 1389255ms - - 1389668ms - - 1390081ms - - 1390494ms - - 1390907ms - - 1391320ms - - 1391732ms - - 1392144ms - - 1392556ms - - 1392969ms - - 1393175ms - - 1393384ms - - 1393590ms - - 1393797ms - - 1394003ms - - 1394209ms - - 1394415ms - - 1394622ms - - 1394828ms - - 1395034ms - - 1395241ms - - 1395447ms - - 1395654ms - - 1395860ms - - 1396067ms - - 1396273ms - - 1396479ms - - 1396686ms - - 1396892ms - - 1397099ms - - 1397305ms - - 1397511ms - - 1397717ms - - 1397923ms - - 1398130ms - - 1398336ms - - 1398542ms - - 1398748ms - - 1398954ms - - 1399160ms - - 1399367ms - - 1399573ms - - 1399779ms - - 1399985ms - - 1400192ms - - 1400398ms - - 1400604ms - - 1400811ms - - 1401017ms - - 1401223ms - - 1401429ms - - 1401636ms - - 1401842ms - - 1402049ms - - 1402255ms - - 1402462ms - - 1402668ms - - 1402875ms - - 1403081ms - - 1403288ms - - 1403494ms - - 1403700ms - - 1403906ms - - 1404112ms - - 1404318ms - - 1404524ms - - 1404730ms - - 1404937ms - - 1405143ms - - 1405349ms - - 1405555ms - - 1405762ms - - 1405968ms - - 1406174ms - - 1406381ms - - 1406587ms - - 1406793ms - - 1407000ms - - 1407206ms - - 1407412ms - - 1407619ms - - 1407825ms - - 1408032ms - - 1408238ms - - 1408445ms - - 1408548ms - - 1408651ms - - 1408755ms - - 1408858ms - - 1408961ms - - 1409064ms - - 1409168ms - - 1409271ms - - 1409374ms - - 1409477ms - - 1409580ms - - 1409683ms - values: - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - vram used process: TODO - vram used system: - avg: 0 - max: 483 - min: 0 - timeseries: - timestamps: - - 1295588ms - - 1311059ms - - 1319933ms - - 1326533ms - - 1332105ms - - 1335405ms - - 1338706ms - - 1342006ms - - 1345307ms - - 1347576ms - - 1349228ms - - 1350878ms - - 1352528ms - - 1354179ms - - 1355830ms - - 1357480ms - - 1359131ms - - 1360783ms - - 1362227ms - - 1363052ms - - 1363877ms - - 1364702ms - - 1365527ms - - 1366353ms - - 1367180ms - - 1368004ms - - 1368829ms - - 1369653ms - - 1370478ms - - 1371304ms - - 1372130ms - - 1372956ms - - 1373781ms - - 1374605ms - - 1375430ms - - 1376255ms - - 1377081ms - - 1377700ms - - 1378112ms - - 1378525ms - - 1378938ms - - 1379351ms - - 1379763ms - - 1380175ms - - 1380588ms - - 1381000ms - - 1381412ms - - 1381825ms - - 1382238ms - - 1382650ms - - 1383063ms - - 1383475ms - - 1383888ms - - 1384301ms - - 1384714ms - - 1385127ms - - 1385540ms - - 1385952ms - - 1386364ms - - 1386777ms - - 1387190ms - - 1387602ms - - 1388014ms - - 1388427ms - - 1388840ms - - 1389253ms - - 1389665ms - - 1390078ms - - 1390491ms - - 1390904ms - - 1391317ms - - 1391729ms - - 1392141ms - - 1392554ms - - 1392966ms - - 1393173ms - - 1393381ms - - 1393587ms - - 1393794ms - - 1394000ms - - 1394206ms - - 1394412ms - - 1394619ms - - 1394825ms - - 1395031ms - - 1395238ms - - 1395444ms - - 1395651ms - - 1395857ms - - 1396064ms - - 1396270ms - - 1396476ms - - 1396683ms - - 1396889ms - - 1397096ms - - 1397302ms - - 1397509ms - - 1397715ms - - 1397921ms - - 1398127ms - - 1398333ms - - 1398539ms - - 1398745ms - - 1398951ms - - 1399158ms - - 1399364ms - - 1399570ms - - 1399776ms - - 1399983ms - - 1400189ms - - 1400395ms - - 1400601ms - - 1400808ms - - 1401014ms - - 1401220ms - - 1401427ms - - 1401633ms - - 1401839ms - - 1402046ms - - 1402252ms - - 1402459ms - - 1402665ms - - 1402872ms - - 1403078ms - - 1403285ms - - 1403491ms - - 1403697ms - - 1403903ms - - 1404109ms - - 1404315ms - - 1404521ms - - 1404728ms - - 1404934ms - - 1405140ms - - 1405346ms - - 1405552ms - - 1405759ms - - 1405965ms - - 1406171ms - - 1406378ms - - 1406584ms - - 1406790ms - - 1406997ms - - 1407203ms - - 1407409ms - - 1407616ms - - 1407822ms - - 1408029ms - - 1408235ms - - 1408442ms - - 1408545ms - - 1408648ms - - 1408752ms - - 1408855ms - - 1408958ms - - 1409061ms - - 1409165ms - - 1409268ms - - 1409371ms - - 1409474ms - - 1409578ms - - 1409681ms - values: - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - - 483 - ram: - energy used system: 0 J - used process: - avg: 0 - max: 8700030 - min: 0 - timeseries: - timestamps: - - 1295591ms - - 1311062ms - - 1319935ms - - 1326536ms - - 1332108ms - - 1335408ms - - 1338709ms - - 1342009ms - - 1345310ms - - 1347579ms - - 1349231ms - - 1350881ms - - 1352531ms - - 1354182ms - - 1355833ms - - 1357483ms - - 1359134ms - - 1360786ms - - 1362230ms - - 1363055ms - - 1363880ms - - 1364705ms - - 1365530ms - - 1366356ms - - 1367183ms - - 1368007ms - - 1368832ms - - 1369656ms - - 1370482ms - - 1371307ms - - 1372133ms - - 1372959ms - - 1373783ms - - 1374608ms - - 1375433ms - - 1376258ms - - 1377084ms - - 1377703ms - - 1378115ms - - 1378528ms - - 1378941ms - - 1379354ms - - 1379766ms - - 1380178ms - - 1380591ms - - 1381003ms - - 1381415ms - - 1381828ms - - 1382240ms - - 1382653ms - - 1383066ms - - 1383478ms - - 1383891ms - - 1384304ms - - 1384717ms - - 1385130ms - - 1385543ms - - 1385955ms - - 1386367ms - - 1386780ms - - 1387193ms - - 1387605ms - - 1388017ms - - 1388430ms - - 1388843ms - - 1389255ms - - 1389668ms - - 1390081ms - - 1390494ms - - 1390907ms - - 1391320ms - - 1391732ms - - 1392144ms - - 1392557ms - - 1392969ms - - 1393175ms - - 1393384ms - - 1393590ms - - 1393797ms - - 1394003ms - - 1394209ms - - 1394415ms - - 1394622ms - - 1394828ms - - 1395034ms - - 1395241ms - - 1395447ms - - 1395654ms - - 1395860ms - - 1396067ms - - 1396273ms - - 1396479ms - - 1396686ms - - 1396892ms - - 1397099ms - - 1397305ms - - 1397511ms - - 1397717ms - - 1397924ms - - 1398130ms - - 1398336ms - - 1398542ms - - 1398748ms - - 1398954ms - - 1399160ms - - 1399367ms - - 1399573ms - - 1399779ms - - 1399986ms - - 1400192ms - - 1400398ms - - 1400604ms - - 1400811ms - - 1401017ms - - 1401223ms - - 1401430ms - - 1401636ms - - 1401842ms - - 1402049ms - - 1402255ms - - 1402462ms - - 1402668ms - - 1402875ms - - 1403081ms - - 1403288ms - - 1403494ms - - 1403700ms - - 1403906ms - - 1404112ms - - 1404318ms - - 1404524ms - - 1404731ms - - 1404937ms - - 1405143ms - - 1405349ms - - 1405555ms - - 1405762ms - - 1405968ms - - 1406174ms - - 1406381ms - - 1406587ms - - 1406793ms - - 1407000ms - - 1407206ms - - 1407412ms - - 1407619ms - - 1407825ms - - 1408032ms - - 1408238ms - - 1408445ms - - 1408548ms - - 1408651ms - - 1408755ms - - 1408858ms - - 1408961ms - - 1409064ms - - 1409168ms - - 1409271ms - - 1409374ms - - 1409477ms - - 1409580ms - - 1409683ms - values: - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8700030 - - 8585621 - - 8380182 - used system: - avg: 0 - max: 32959 - min: 0 - timeseries: - timestamps: - - 1295591ms - - 1311062ms - - 1319935ms - - 1326536ms - - 1332108ms - - 1335408ms - - 1338709ms - - 1342009ms - - 1345310ms - - 1347579ms - - 1349231ms - - 1350881ms - - 1352531ms - - 1354182ms - - 1355833ms - - 1357483ms - - 1359134ms - - 1360786ms - - 1362230ms - - 1363055ms - - 1363880ms - - 1364705ms - - 1365530ms - - 1366356ms - - 1367183ms - - 1368007ms - - 1368832ms - - 1369656ms - - 1370482ms - - 1371307ms - - 1372133ms - - 1372959ms - - 1373783ms - - 1374608ms - - 1375433ms - - 1376258ms - - 1377084ms - - 1377703ms - - 1378115ms - - 1378528ms - - 1378941ms - - 1379354ms - - 1379766ms - - 1380178ms - - 1380591ms - - 1381003ms - - 1381415ms - - 1381828ms - - 1382240ms - - 1382653ms - - 1383066ms - - 1383478ms - - 1383891ms - - 1384304ms - - 1384717ms - - 1385130ms - - 1385543ms - - 1385955ms - - 1386367ms - - 1386780ms - - 1387193ms - - 1387605ms - - 1388017ms - - 1388430ms - - 1388843ms - - 1389255ms - - 1389668ms - - 1390081ms - - 1390494ms - - 1390907ms - - 1391320ms - - 1391732ms - - 1392144ms - - 1392557ms - - 1392969ms - - 1393175ms - - 1393384ms - - 1393590ms - - 1393797ms - - 1394003ms - - 1394209ms - - 1394415ms - - 1394622ms - - 1394828ms - - 1395034ms - - 1395241ms - - 1395447ms - - 1395654ms - - 1395860ms - - 1396067ms - - 1396273ms - - 1396479ms - - 1396686ms - - 1396892ms - - 1397099ms - - 1397305ms - - 1397511ms - - 1397717ms - - 1397924ms - - 1398130ms - - 1398336ms - - 1398542ms - - 1398748ms - - 1398954ms - - 1399160ms - - 1399367ms - - 1399573ms - - 1399779ms - - 1399986ms - - 1400192ms - - 1400398ms - - 1400604ms - - 1400811ms - - 1401017ms - - 1401223ms - - 1401430ms - - 1401636ms - - 1401842ms - - 1402049ms - - 1402255ms - - 1402462ms - - 1402668ms - - 1402875ms - - 1403081ms - - 1403288ms - - 1403494ms - - 1403700ms - - 1403906ms - - 1404112ms - - 1404318ms - - 1404524ms - - 1404731ms - - 1404937ms - - 1405143ms - - 1405349ms - - 1405555ms - - 1405762ms - - 1405968ms - - 1406174ms - - 1406381ms - - 1406587ms - - 1406793ms - - 1407000ms - - 1407206ms - - 1407412ms - - 1407619ms - - 1407825ms - - 1408032ms - - 1408238ms - - 1408445ms - - 1408548ms - - 1408651ms - - 1408755ms - - 1408858ms - - 1408961ms - - 1409064ms - - 1409168ms - - 1409271ms - - 1409374ms - - 1409477ms - - 1409580ms - - 1409683ms - values: - - 32932 - - 32945 - - 32916 - - 32935 - - 32923 - - 32930 - - 32947 - - 32942 - - 32941 - - 32887 - - 32913 - - 32913 - - 32907 - - 32909 - - 32921 - - 32918 - - 32922 - - 32925 - - 32932 - - 32944 - - 32950 - - 32950 - - 32887 - - 32884 - - 32884 - - 32887 - - 32893 - - 32893 - - 32898 - - 32909 - - 32913 - - 32917 - - 32924 - - 32924 - - 32926 - - 32931 - - 32941 - - 32929 - - 32930 - - 32931 - - 32942 - - 32943 - - 32943 - - 32943 - - 32943 - - 32955 - - 32957 - - 32946 - - 32946 - - 32948 - - 32956 - - 32955 - - 32959 - - 32959 - - 32958 - - 32958 - - 32929 - - 32929 - - 32929 - - 32926 - - 32929 - - 32929 - - 32927 - - 32927 - - 32925 - - 32934 - - 32930 - - 32928 - - 32928 - - 32927 - - 32936 - - 32936 - - 32934 - - 32933 - - 32932 - - 32940 - - 32939 - - 32933 - - 32937 - - 32937 - - 32937 - - 32938 - - 32933 - - 32933 - - 32935 - - 32929 - - 32928 - - 32932 - - 32932 - - 32930 - - 32930 - - 32927 - - 32928 - - 32928 - - 32928 - - 32928 - - 32926 - - 32928 - - 32928 - - 32928 - - 32928 - - 32924 - - 32925 - - 32926 - - 32927 - - 32927 - - 32924 - - 32924 - - 32924 - - 32924 - - 32924 - - 32927 - - 32927 - - 32927 - - 32929 - - 32929 - - 32930 - - 32930 - - 32930 - - 32930 - - 32930 - - 32931 - - 32931 - - 32933 - - 32943 - - 32937 - - 32937 - - 32938 - - 32938 - - 32939 - - 32938 - - 32938 - - 32940 - - 32948 - - 32941 - - 32941 - - 32941 - - 32941 - - 32941 - - 32941 - - 32941 - - 32941 - - 32942 - - 32951 - - 32951 - - 32949 - - 32949 - - 32949 - - 32951 - - 32951 - - 32953 - - 32953 - - 32953 - - 32953 - - 32953 - - 32957 - - 32957 - - 32955 - - 32953 - - 32953 - - 32838 - - 32633 - runtime: - start time: 2025-11-14T10:49:33.519739794+0000 - stop time: 2025-11-14T11:13:03.260636737+0000 - system: 100790 ms - user: 1337250 ms - wallclock: 1409740 ms -schema version: 0.2 +implementation: + executable: null + python: + interactive: false + modules: 3.13.7 + packages: + - Automat==25.4.16 + - Beaker==1.13.0 + - Brotli==1.1.0 + - CacheControl==0.14.3 + - CherryPy==18.10.0 + - Cython==0.29.37 + - Deprecated==1.2.15 + - Django==5.2.7 + - FastWARC==0.15.1 + - Flask-RESTful==0.3.10 + - Flask==3.1.2 + - GitPython==3.1.44 + - HeapDict==1.0.1 + - Jinja2==3.1.6 + - Mako==1.3.10.dev0 + - Markdown==3.10 + - MarkupSafe==3.0.2 + - PyGObject==3.54.5 + - PyJWT==2.10.1 + - PyNaCl==1.6.0 + - PyQt5==5.15.11 + - PyQt5_sip==12.17.1 + - PyQtWebEngine==5.15.7 + - PyYAML==6.0.3 + - Pygments==2.19.2 + - RapidFuzz==3.13.0 + - Resiliparse==0.15.1 + - Routes==2.5.1 + - Rx==3.2.0 + - SecretStorage==3.3.3 + - Sphinx==8.2.3 + - TBB==0.2 + - Twisted==24.7.0 + - WebOb==1.8.9 + - WebTest==3.0.3 + - Werkzeug==3.1.3 + - accelerate==1.10.1 + - aiohappyeyeballs==2.6.1 + - aiohttp==3.13.2 + - aiosignal==1.4.0 + - alabaster==1.0.0 + - aligned_ir_eval==0.0.1rc1 + - allpairspy==2.5.1 + - amqp==5.3.1 + - aniso8601==10.0.0 + - annotated-types==0.7.0 + - anyio==4.11.0 + - anytree==2.13.0 + - apipkg==3.0.2 + - appdirs==1.4.4 + - approval_utilities==14.3.0 + - approvaltests==14.3.0 + - argcomplete==3.6.2 + - asgiref==3.10.0 + - asn1crypto==1.5.1 + - astroid==4.0.2 + - asttokens==3.0.0 + - async-timeout==5.0.1 + - attrs==25.4.0 + - autocommand==2.2.2 + - autoqrels==0.0.1 + - babel==2.17.0 + - bandit==1.8.3 + - bcrypt==5.0.0 + - beautifulsoup4==4.14.2 + - billiard==4.2.2 + - bleach==6.2.0 + - blinker==1.9.0 + - blis==1.3.0 + - boltons==25.0.0 + - boto3==1.37.37 + - botocore==1.37.37 + - bs4==0.0.2 + - btrfsutil==6.17 + - build==1.3.0 + - cachetools==6.2.1 + - catalogue==2.0.10 + - cattrs==24.1.3 + - cbor==1.0.0 + - celery==5.5.3 + - certifi==2025.10.5 + - cffi==2.0.0 + - chardet==5.2.0 + - charset-normalizer==3.4.4 + - chatnoir-api==3.4.3.dev4+gf1b304697 + - chatnoir-pyterrier==2.0.6.dev142+g8392b4ca1 + - cheroot==11.1.2 + - chest==0.2.3 + - cleo==2.1.0 + - click-didyoumean==0.3.1 + - click-plugins==1.1.1.2 + - click-repl==0.3.0 + - click==8.2.1 + - cloudpathlib==0.22.0 + - cmd2==2.6.2 + - colaburl==0.1.0 + - colorama==0.4.6 + - comm==0.2.2 + - commonmark==0.9.1 + - conf26-reliability-analysis==0.1.0 + - confection==0.1.5 + - configobj==5.0.9 + - constantly==23.10.4 + - contourpy==1.3.1 + - coverage==7.11.2 + - crashtest==0.4.1 + - crit==4.1.1 + - cryptography==46.0.3 + - cssselect==1.3.0 + - cuda-bindings==13.0.1 + - cuda-core==0.3.2 + - cuda-pathfinder==1.2.2 + - cuda-python==13.0.1 + - cycler==0.12.1 + - cymem==2.0.11 + - dataclasses-json==0.5.9 + - datasets==3.5.0 + - dbus-python==1.4.0 + - de_core_news_sm==3.8.0 + - debugpy==1.8.12 + - decorator==5.1.1 + - defusedxml==0.7.1 + - dill==0.3.8 + - dill==0.4.0 + - distlib==0.4.0 + - distro==1.9.0 + - django-minify-html==1.13.0 + - djangorestframework==3.15.1 + - dnspython==2.8.0 + - doccano-client==1.2.8 + - docker==7.1.0 + - docopt==0.6.2 + - docstring_parser==0.17.0 + - docutils==0.22.3 + - duckdb==1.4.0 + - dulwich==0.22.8 + - elastic-transport==8.17.1 + - elastic-transport==9.2.0 + - elasticsearch-dsl==8.18.0 + - elasticsearch==8.6.1 + - elasticsearch==9.2.0 + - empty-files==0.0.9 + - en_core_web_sm==3.8.0 + - entrypoints==0.4 + - et_xmlfile==2.0.0 + - evaluate==0.4.3 + - exceptiongroup==1.3.0 + - executing==2.2.0 + - face==24.0.0 + - fastjsonschema==2.21.2 + - filelock==3.20.0 + - findpython==0.6.3 + - flake8==7.3.0 + - flit_core==3.12.0 + - fluidity-sm==0.2.1 + - fonttools==4.56.0 + - freezegun==1.5.5 + - frozenlist==1.8.0 + - fsspec==2024.12.0 + - ftfy==6.3.1 + - furo==2024.8.6 + - gitdb==4.0.12 + - glom==24.11.0 + - google-api-core==2.19.1 + - google-api-python-client==2.140.0 + - google-auth-httplib2==0.2.1 + - google-auth==2.43.0 + - googleapis-common-protos==1.72.0 + - graphql-core==3.2.6 + - grpcio-tools==1.76.0 + - grpcio==1.76.0 + - h11==0.16.0 + - html5lib==1.1 + - httpcore==1.0.9 + - httplib2==0.31.0 + - httpx==0.28.1 + - huggingface-hub==0.29.3 + - hyperlink==21.0.0 + - hypothesis==6.147.0 + - idna==3.11 + - ijson==3.3.0 + - imagesize==1.4.1 + - importlib_metadata==8.6.1 + - importlib_metadata==8.7.0 + - importlib_resources==6.5.2 + - incremental==24.7.2 + - inflect==7.5.0 + - iniconfig==2.1.0 + - inscriptis==2.5.1 + - installer==0.7.0 + - internetarchive==5.7.1 + - invoke==2.2.1 + - ipykernel==6.29.5 + - ipython==8.32.0 + - ir-datasets-longeval==0.1.dev39+g6ee2fef + - ir-datasets-subsample==0.0.0 + - ir_datasets==0.5.11 + - ir_measures==0.4.1 + - isodate==0.7.2 + - isort==7.0.0 + - itsdangerous==2.2.0 + - jaraco.classes==3.4.0 + - jaraco.collections==5.1.0 + - jaraco.context==6.0.1 + - jaraco.functools==4.1.0 + - jaraco.text==4.0.0 + - jedi==0.19.2 + - jeepney==0.8.0 + - jiter==0.10.0 + - jmespath==1.0.1 + - joblib==1.4.2 + - jsonargparse==4.41.0 + - jsonpatch==1.33 + - jsonpointer==3.0.0 + - jsonschema-specifications==2025.9.1 + - jsonschema==4.25.1 + - jupyter_client==8.6.3 + - jupyter_core==5.7.2 + - jupyterlab_pygments==0.3.0 + - keyring==25.6.0 + - kiwisolver==1.4.8 + - kombu==5.5.4 + - langcodes==3.5.0 + - language_data==1.3.0 + - lark==1.3.1 + - lazy-object-proxy==1.12.0 + - legacy-cgi==2.6.4 + - lensfun==0.3.4 + - lexicon==3.0.0 + - libtmux==0.46.2 + - lightning-ir==0.0.5 + - lightning-utilities==0.15.2 + - lightning==2.5.5 + - lit==21.1.5.dev0 + - llvmlite==0.44.0 + - lockfile==0.12.2 + - logutils==0.3.5 + - louis==3.34.0 + - lsr_benchmark==0.0.1rc3 + - lxml==6.0.2 + - lz4==4.3.3 + - mallard-ducktype==1.0.2 + - marisa-trie==1.3.1 + - markdown-it-py==4.0.0 + - marshmallow-enum==1.5.1 + - marshmallow==3.26.1 + - matchpy==0.5.5 + - matplotlib-inline==0.1.7 + - matplotlib==3.10.0 + - mccabe==0.7.0 + - mdit-py-plugins==0.4.2 + - mdurl==0.1.2 + - minify_html==0.18.1 + - mistune==3.1.1 + - mock==5.1.0 + - more-itertools==10.8.0 + - mpmath==1.3.0 + - mrjob==0.7.4 + - msgpack==1.0.5 + - multidict==6.7.0 + - multiprocess==0.70.16 + - multiset==2.1.1 + - murmurhash==1.0.13 + - mypy-extensions==1.0.0 + - mypy==1.15.0 + - myst-parser==4.0.0 + - nbclient==0.10.2 + - nbconvert==7.16.6 + - nbformat==5.10.4 + - necessary==0.4.3 + - nest-asyncio==1.6.0 + - networkx==3.4.2 + - nftables==0.1 + - nh3==0.2.20 + - nltk==3.9.1 + - nose==1.3.7 + - npids==0.1.3 + - nspektr==0.5.1 + - numba==0.61.2 + - numpy==1.26.4 + - numpy==2.3.4 + - nvidia-cublas-cu12==12.4.5.8 + - nvidia-cuda-cccl==13.0.85 + - nvidia-cuda-cupti-cu12==12.4.127 + - nvidia-cuda-nvrtc-cu12==12.4.127 + - nvidia-cuda-nvrtc==13.0.88 + - nvidia-cuda-runtime-cu12==12.4.127 + - nvidia-cuda-runtime==13.0.88 + - nvidia-cudnn-cu12==9.1.0.70 + - nvidia-cufft-cu12==11.2.1.3 + - nvidia-curand-cu12==10.3.5.147 + - nvidia-cusolver-cu12==11.6.1.9 + - nvidia-cusparse-cu12==12.3.1.170 + - nvidia-cusparselt-cu12==0.6.2 + - nvidia-nccl-cu12==2.21.5 + - nvidia-nvjitlink-cu12==12.4.127 + - nvidia-nvjitlink==13.0.88 + - nvidia-nvtx-cu12==12.4.127 + - nvidia-nvvm==13.0.88 + - oauth2client==4.1.3 + - openai==1.93.0 + - openpyxl==3.1.5 + - openshot-qt==3.3.0 + - ordered-set==4.1.0 + - orjson==3.11.4 + - packaging==25.0 + - pandas==2.3.3 + - pandocfilters==1.5.1 + - parameterized==0.9.0 + - paramiko==4.0.0 + - parso==0.8.4 + - patsy==1.0.1 + - pbr==7.0.1 + - pbs-installer==2025.4.9 + - pdf2image==1.17.0 + - pecan==1.7.0 + - pew==1.2.0 + - pexpect==4.9.0 + - pillow==12.0.0 + - pip==25.2 + - pkgconfig==1.5.5 + - pkginfo==1.12.0 + - platformdirs==4.5.0 + - pluggy==1.6.0 + - ply==3.11 + - poetry-core==2.1.3 + - poetry-core==2.2.1 + - poetry==2.1.3 + - pooch==1.8.2 + - portend==3.2.1 + - preshed==3.0.10 + - prettytable==3.16.0 + - progress==1.6.1 + - prometheus_client==0.23.1 + - promise==2.3 + - prompt_toolkit==3.0.50 + - propcache==0.4.1 + - protobuf==6.33.0 + - psutil==7.1.3 + - ptyprocess==0.7.0 + - pure_eval==0.2.3 + - pwquality==1.4.5 + - py-cpuinfo==9.0.0 + - py==1.11.1.dev0+g447bac51.d20241130 + - pyOpenSSL==25.3.0 + - pyaml==24.12.0 + - pyaml_env==1.2.2 + - pyarrow==19.0.1 + - pyasn1==0.6.1 + - pyasn1_modules==0.4.2 + - pycairo==1.28.0 + - pycodestyle==2.14.0 + - pycosat==0.6.6 + - pycparser==2.23 + - pycriu==4.1.1 + - pydantic==2.12.3 + - pydantic==2.12.4 + - pydantic_core==2.41.4 + - pydantic_core==2.41.5 + - pyfailsafe==0.6.0 + - pyflakes==3.4.0 + - pygdbmi==0.11.0.0 + - pyjnius==1.7.0 + - pylint==4.0.2 + - pyparsing==3.2.5 + - pyperclip==1.11.0 + - pyproject_hooks==1.2.0 + - pyrate-limiter==2.10.0 + - pyrsistent==0.20.0 + - pyserial==3.5 + - pyterrier-alpha==0.12.6 + - pyterrier-dr==0.3.0 + - pyterrier-t5==0.0.1 + - pytesseract==0.3.13 + - pytest-asyncio==0.26.0 + - pytest-cov==5.0.0 + - pytest-cov==6.1.1 + - pytest-flake8==1.3.0 + - pytest==8.4.2 + - python-dateutil==2.9.0 + - python-dotenv==1.2.1 + - python-gitlab==5.6.0 + - python-magic==0.4.27 + - python-slugify==8.0.4 + - python-terrier==0.13.2 + - python-xlib==0.33 + - pytorch-lightning==2.5.5 + - pytrec_eval-terrier==0.5.8 + - pytrec_eval==0.5 + - pytz==2025.2 + - pyzmq==27.1.0 + - rank-bm25==0.2.2 + - readme_renderer==44.0 + - referencing==0.37.0 + - regex==2024.11.6 + - reliability_tests==0.0.1rc1 + - repoze.lru==0.7 + - repro-eval==0.4.0 + - requests-cache==1.2.1 + - requests-ratelimiter==0.7.0 + - requests-toolbelt==1.0.0 + - requests==2.32.2 + - requests==2.32.5 + - requirements-parser==0.11.0 + - resolvelib==1.2.1 + - responses==0.25.8 + - retrying==1.3.4 + - rfc3986==2.0.0 + - rfc3987==1.3.8 + - rich==14.2.0 + - roman-numerals-py==3.1.0 + - rpds-py==0.28.0 + - rsa==4.9.1 + - ruamel.yaml.clib==0.2.14 + - ruamel.yaml==0.18.10 + - ruff==0.9.10 + - runnb==1.0.2 + - s3cmd==2.4.0 + - s3transfer==0.11.5 + - safetensors==0.5.3 + - sarge==0.1.7.post1 + - schema==0.7.8 + - scikit-learn==1.7.2 + - scipy==1.16.3 + - scour==0.38.2 + - seaborn==0.13.2 + - sentence-transformers==5.1.1 + - sentencepiece==0.2.1 + - sentry-sdk==2.43.0 + - setuptools-scm==9.2.2 + - setuptools==80.9.0 + - shellingham==1.5.4 + - six==1.17.0 + - smart_open==7.3.0.post1 + - smashed==0.21.5 + - smbus==1.1 + - smmap==5.0.2 + - sniffio==1.3.1 + - snowballstemmer==2.2.0 + - sortedcontainers==2.4.0 + - soupsieve==2.8 + - spacy-legacy==3.0.12 + - spacy-loggers==1.0.5 + - spacy==3.8.7 + - sphinx-basic-ng==1.0.0b2 + - sphinx-tabs==3.4.7 + - sphinx_design==0.6.1 + - sphinxcontrib-applehelp==2.0.0 + - sphinxcontrib-devhelp==2.0.0 + - sphinxcontrib-htmlhelp==2.1.0 + - sphinxcontrib-jsmath==1.0.1 + - sphinxcontrib-plantuml==0.30 + - sphinxcontrib-qthelp==2.0.0 + - sphinxcontrib-serializinghtml==2.0.0 + - sphinxcontrib-umlet==1.0.2 + - sqlparse==0.5.3 + - srsly==2.5.1 + - stack-data==0.6.3 + - standard-cgi==3.13.0 + - stats==0.1.2a0 + - statsmodels==0.14.5 + - stevedore==5.4.1 + - sympy==1.13.1 + - systemd-python==235 + - teaching-ir-with-shared-tasks==0.1.dev239+g4443fcd + - tempora==5.8.1 + - tenacity==9.1.2 + - terminator==2.1.5 + - testfixtures==8.3.0 + - testpath==0.6.0 + - text-unidecode==1.3 + - texttable==1.7.0 + - thinc==8.3.6 + - threadpoolctl==3.5.0 + - tinycss2==1.4.0 + - tira-measure==0.0.1 + - tira==0.0.182 + - tirex-tracker==0.2.16 + - tokenizers==0.21.1 + - toml==0.10.2 + - tomli==2.2.1 + - tomlkit==0.13.3 + - torch==2.6.0 + - torchmetrics==1.8.2 + - tornado==6.4.2 + - tqdm==4.67.1 + - traitlets==5.14.3 + - transformers==4.50.1 + - trec-car-tools==2.6 + - trec-downloader==0.1.dev66+g7177269be + - trectools==0.0.50 + - triton==3.2.0 + - trouting==0.3.3 + - trove-classifiers==2025.9.11.17 + - twine==6.0.1 + - typeguard==4.4.4 + - typer==0.17.4 + - types-PyYAML==6.0.12.20241230 + - types-setuptools==75.8.0.20250210 + - typeshed_client==2.8.2 + - typing-inspect==0.9.0 + - typing-inspection==0.4.2 + - typing_extensions==4.15.0 + - tzdata==2025.2 + - uc-micro-py==1.0.3 + - unlzw3==0.2.3 + - uritemplate==4.2.0 + - url-normalize==2.2.0 + - urllib3==2.5.0 + - validate-pyproject==0.24.1 + - validate==5.0.9 + - vine==5.1.0 + - virtualenv-clone==0.5.7 + - virtualenv==20.35.4 + - waitress==3.0.2 + - warc3-wet-clueweb09==0.2.5 + - warc3-wet==0.2.5 + - wasabi==1.1.3 + - wcwidth==0.2.14 + - weasel==0.4.1 + - webcolors==24.11.1 + - webencodings==0.5.1 + - websocket-client==1.9.0 + - websockets==15.0.1 + - wget==3.2 + - wheel==0.45.1 + - wows-eval==0.0.6 + - wrapt==1.17.3 + - xmlsec==1.3.15.dev0+g1b3b527.d20250423 + - xmltodict==1.0.2 + - xxhash==3.5.0 + - yarl==1.22.0 + - yq==3.4.3 + - zc.lockfile==4.0 + - zipp==3.21.0 + - zlib-state==0.1.9 + - zope.interface==8.0.1 + - zstandard==0.25.0 + script: + path: /home/maik/.local/bin/lsr-benchmark + source: + archive: + path: radboud-validation/.tirex-tracker/code.zip + script path: lsr-benchmark + archive path: /tmp/file5xop5U + branch: main + commit: 56bc265ca7d51c2c9610b7d825d6f2457922efa5 + hash: 56cbe625928cf98ed85267394e9e890922dd033a + is repo: 1 + lang: null + repository: git@github.com:OpenWebSearch/wows-code.git + root: /home/maik/workspace/wows-code/ + tags: [] + unchecked files: 1 + uncommitted changes: 1 + unpushed changes: 0 + upstream branch: refs/remotes/origin/main +platform: + hardware: + cpu: + architecture: x86_64 + byte order: Little Endian + caches: + l1d: 576 KiB + l1i: 384 KiB + l2: 7680 KiB + l3: 18432 KiB + features: rdtsc rdtscp rdpid mwait fxsave xsave fpu mmx mmx_plus prefetchw daz + sse sse2 sse3 ssse3 sse4_1 sse4_2 avx avxvnni fma3 f16c avx2 cmov cmpxchg8b + cmpxchg16b clwb movbe lahf_sahf lzcnt popcnt bmi bmi2 adx aes vaes pclmulqdq + vpclmulqdq gfni rdrand rdseed sha + frequency: + avg: 0 + max: 0 + min: 0 + timeseries: + timestamps: + - 1295591ms + - 1311062ms + - 1319935ms + - 1326536ms + - 1332108ms + - 1335408ms + - 1338709ms + - 1342009ms + - 1345310ms + - 1347579ms + - 1349231ms + - 1350881ms + - 1352531ms + - 1354182ms + - 1355833ms + - 1357483ms + - 1359134ms + - 1360786ms + - 1362230ms + - 1363055ms + - 1363880ms + - 1364705ms + - 1365530ms + - 1366356ms + - 1367183ms + - 1368007ms + - 1368832ms + - 1369656ms + - 1370482ms + - 1371307ms + - 1372133ms + - 1372959ms + - 1373783ms + - 1374608ms + - 1375433ms + - 1376258ms + - 1377084ms + - 1377703ms + - 1378115ms + - 1378528ms + - 1378941ms + - 1379354ms + - 1379766ms + - 1380178ms + - 1380591ms + - 1381003ms + - 1381415ms + - 1381828ms + - 1382240ms + - 1382653ms + - 1383066ms + - 1383478ms + - 1383891ms + - 1384304ms + - 1384717ms + - 1385130ms + - 1385543ms + - 1385955ms + - 1386367ms + - 1386780ms + - 1387193ms + - 1387605ms + - 1388017ms + - 1388430ms + - 1388843ms + - 1389255ms + - 1389668ms + - 1390081ms + - 1390494ms + - 1390907ms + - 1391320ms + - 1391732ms + - 1392144ms + - 1392557ms + - 1392969ms + - 1393175ms + - 1393384ms + - 1393590ms + - 1393797ms + - 1394003ms + - 1394209ms + - 1394415ms + - 1394622ms + - 1394828ms + - 1395034ms + - 1395241ms + - 1395447ms + - 1395654ms + - 1395860ms + - 1396067ms + - 1396273ms + - 1396479ms + - 1396686ms + - 1396892ms + - 1397099ms + - 1397305ms + - 1397511ms + - 1397717ms + - 1397924ms + - 1398130ms + - 1398336ms + - 1398542ms + - 1398748ms + - 1398954ms + - 1399160ms + - 1399367ms + - 1399573ms + - 1399779ms + - 1399986ms + - 1400192ms + - 1400398ms + - 1400604ms + - 1400811ms + - 1401017ms + - 1401223ms + - 1401430ms + - 1401636ms + - 1401842ms + - 1402049ms + - 1402255ms + - 1402462ms + - 1402668ms + - 1402875ms + - 1403081ms + - 1403288ms + - 1403494ms + - 1403700ms + - 1403906ms + - 1404112ms + - 1404318ms + - 1404524ms + - 1404731ms + - 1404937ms + - 1405143ms + - 1405349ms + - 1405555ms + - 1405762ms + - 1405968ms + - 1406174ms + - 1406381ms + - 1406587ms + - 1406793ms + - 1407000ms + - 1407206ms + - 1407412ms + - 1407619ms + - 1407825ms + - 1408032ms + - 1408238ms + - 1408445ms + - 1408548ms + - 1408651ms + - 1408755ms + - 1408858ms + - 1408961ms + - 1409064ms + - 1409168ms + - 1409271ms + - 1409374ms + - 1409477ms + - 1409580ms + - 1409684ms + values: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + frequency max: 4700000 MHz + frequency min: 400000 MHz + model: Intel 12th Gen Core i7-1260P + number of cores: 12 + threads per core: 1 + vendor id: Intel Corporation + virtualization: null + gpu: + memory: 2147, MB + model: NVIDIA GeForce MX550, + number of cores: 1024, + supported: 1 + ram: 33347 MB + operating system: + distribution: Arch Linux + kernel: Linux 6.12.57-1-lts x86_64 + software: {} +resources: + cpu: + energy used system: 0 J + used process: + avg: 0 + max: 117 + min: 0 + timeseries: + timestamps: + - 1295591ms + - 1311062ms + - 1319935ms + - 1326536ms + - 1332108ms + - 1335408ms + - 1338709ms + - 1342009ms + - 1345310ms + - 1347579ms + - 1349231ms + - 1350881ms + - 1352531ms + - 1354182ms + - 1355833ms + - 1357483ms + - 1359134ms + - 1360786ms + - 1362230ms + - 1363055ms + - 1363880ms + - 1364705ms + - 1365530ms + - 1366356ms + - 1367183ms + - 1368007ms + - 1368832ms + - 1369656ms + - 1370482ms + - 1371307ms + - 1372133ms + - 1372959ms + - 1373783ms + - 1374608ms + - 1375433ms + - 1376258ms + - 1377084ms + - 1377703ms + - 1378115ms + - 1378528ms + - 1378941ms + - 1379354ms + - 1379766ms + - 1380178ms + - 1380591ms + - 1381003ms + - 1381415ms + - 1381828ms + - 1382240ms + - 1382653ms + - 1383066ms + - 1383478ms + - 1383891ms + - 1384304ms + - 1384717ms + - 1385130ms + - 1385543ms + - 1385955ms + - 1386367ms + - 1386780ms + - 1387193ms + - 1387605ms + - 1388017ms + - 1388430ms + - 1388843ms + - 1389255ms + - 1389668ms + - 1390081ms + - 1390494ms + - 1390907ms + - 1391320ms + - 1391732ms + - 1392144ms + - 1392557ms + - 1392969ms + - 1393175ms + - 1393384ms + - 1393590ms + - 1393797ms + - 1394003ms + - 1394209ms + - 1394415ms + - 1394622ms + - 1394828ms + - 1395034ms + - 1395241ms + - 1395447ms + - 1395654ms + - 1395860ms + - 1396067ms + - 1396273ms + - 1396479ms + - 1396686ms + - 1396892ms + - 1397099ms + - 1397305ms + - 1397511ms + - 1397717ms + - 1397924ms + - 1398130ms + - 1398336ms + - 1398542ms + - 1398748ms + - 1398954ms + - 1399160ms + - 1399367ms + - 1399573ms + - 1399779ms + - 1399986ms + - 1400192ms + - 1400398ms + - 1400604ms + - 1400811ms + - 1401017ms + - 1401223ms + - 1401430ms + - 1401636ms + - 1401842ms + - 1402049ms + - 1402255ms + - 1402462ms + - 1402668ms + - 1402875ms + - 1403081ms + - 1403288ms + - 1403494ms + - 1403700ms + - 1403906ms + - 1404112ms + - 1404318ms + - 1404524ms + - 1404731ms + - 1404937ms + - 1405143ms + - 1405349ms + - 1405555ms + - 1405762ms + - 1405968ms + - 1406174ms + - 1406381ms + - 1406587ms + - 1406793ms + - 1407000ms + - 1407206ms + - 1407412ms + - 1407619ms + - 1407825ms + - 1408032ms + - 1408238ms + - 1408445ms + - 1408548ms + - 1408651ms + - 1408755ms + - 1408858ms + - 1408961ms + - 1409064ms + - 1409168ms + - 1409271ms + - 1409374ms + - 1409477ms + - 1409580ms + - 1409684ms + values: + - 101 + - 101 + - 101 + - 101 + - 101 + - 101 + - 101 + - 101 + - 101 + - 101 + - 102 + - 101 + - 102 + - 102 + - 102 + - 101 + - 101 + - 102 + - 101 + - 102 + - 101 + - 103 + - 101 + - 103 + - 101 + - 101 + - 102 + - 102 + - 101 + - 103 + - 101 + - 102 + - 103 + - 102 + - 101 + - 102 + - 102 + - 102 + - 103 + - 101 + - 101 + - 104 + - 102 + - 103 + - 99 + - 103 + - 101 + - 103 + - 101 + - 101 + - 103 + - 101 + - 101 + - 103 + - 103 + - 101 + - 103 + - 101 + - 102 + - 101 + - 103 + - 104 + - 101 + - 101 + - 103 + - 102 + - 103 + - 101 + - 101 + - 103 + - 101 + - 103 + - 101 + - 103 + - 101 + - 101 + - 100 + - 101 + - 106 + - 101 + - 101 + - 106 + - 97 + - 101 + - 106 + - 101 + - 101 + - 101 + - 106 + - 101 + - 101 + - 101 + - 106 + - 101 + - 101 + - 101 + - 106 + - 97 + - 106 + - 101 + - 101 + - 101 + - 101 + - 106 + - 97 + - 106 + - 101 + - 101 + - 101 + - 106 + - 97 + - 106 + - 97 + - 106 + - 106 + - 97 + - 106 + - 101 + - 101 + - 101 + - 106 + - 101 + - 101 + - 101 + - 106 + - 102 + - 101 + - 101 + - 106 + - 97 + - 106 + - 101 + - 101 + - 101 + - 106 + - 101 + - 101 + - 101 + - 106 + - 97 + - 106 + - 101 + - 101 + - 106 + - 101 + - 101 + - 101 + - 106 + - 97 + - 106 + - 97 + - 106 + - 106 + - 97 + - 106 + - 106 + - 97 + - 106 + - 97 + - 106 + - 106 + - 97 + used system: + avg: 0 + max: 70 + min: 0 + timeseries: + timestamps: + - 1295591ms + - 1311062ms + - 1319935ms + - 1326536ms + - 1332108ms + - 1335408ms + - 1338709ms + - 1342009ms + - 1345310ms + - 1347579ms + - 1349231ms + - 1350881ms + - 1352531ms + - 1354182ms + - 1355833ms + - 1357483ms + - 1359134ms + - 1360786ms + - 1362230ms + - 1363055ms + - 1363880ms + - 1364705ms + - 1365530ms + - 1366356ms + - 1367183ms + - 1368007ms + - 1368832ms + - 1369656ms + - 1370482ms + - 1371307ms + - 1372133ms + - 1372959ms + - 1373783ms + - 1374608ms + - 1375433ms + - 1376258ms + - 1377084ms + - 1377703ms + - 1378115ms + - 1378528ms + - 1378941ms + - 1379354ms + - 1379766ms + - 1380178ms + - 1380591ms + - 1381003ms + - 1381415ms + - 1381828ms + - 1382240ms + - 1382653ms + - 1383066ms + - 1383478ms + - 1383891ms + - 1384304ms + - 1384717ms + - 1385130ms + - 1385543ms + - 1385955ms + - 1386367ms + - 1386780ms + - 1387193ms + - 1387605ms + - 1388017ms + - 1388430ms + - 1388843ms + - 1389255ms + - 1389668ms + - 1390081ms + - 1390494ms + - 1390907ms + - 1391320ms + - 1391732ms + - 1392144ms + - 1392557ms + - 1392969ms + - 1393175ms + - 1393384ms + - 1393590ms + - 1393797ms + - 1394003ms + - 1394209ms + - 1394415ms + - 1394622ms + - 1394828ms + - 1395034ms + - 1395241ms + - 1395447ms + - 1395654ms + - 1395860ms + - 1396067ms + - 1396273ms + - 1396479ms + - 1396686ms + - 1396892ms + - 1397099ms + - 1397305ms + - 1397511ms + - 1397717ms + - 1397924ms + - 1398130ms + - 1398336ms + - 1398542ms + - 1398748ms + - 1398954ms + - 1399160ms + - 1399367ms + - 1399573ms + - 1399779ms + - 1399986ms + - 1400192ms + - 1400398ms + - 1400604ms + - 1400811ms + - 1401017ms + - 1401223ms + - 1401430ms + - 1401636ms + - 1401842ms + - 1402049ms + - 1402255ms + - 1402462ms + - 1402668ms + - 1402875ms + - 1403081ms + - 1403288ms + - 1403494ms + - 1403700ms + - 1403906ms + - 1404112ms + - 1404318ms + - 1404524ms + - 1404731ms + - 1404937ms + - 1405143ms + - 1405349ms + - 1405555ms + - 1405762ms + - 1405968ms + - 1406174ms + - 1406381ms + - 1406587ms + - 1406793ms + - 1407000ms + - 1407206ms + - 1407412ms + - 1407619ms + - 1407825ms + - 1408032ms + - 1408238ms + - 1408445ms + - 1408548ms + - 1408651ms + - 1408755ms + - 1408858ms + - 1408961ms + - 1409064ms + - 1409168ms + - 1409271ms + - 1409374ms + - 1409477ms + - 1409580ms + - 1409684ms + values: + - 7 + - 7 + - 7 + - 7 + - 7 + - 7 + - 7 + - 7 + - 7 + - 7 + - 7 + - 7 + - 7 + - 7 + - 7 + - 7 + - 7 + - 7 + - 7 + - 7 + - 7 + - 7 + - 8 + - 7 + - 7 + - 7 + - 7 + - 7 + - 7 + - 7 + - 7 + - 7 + - 7 + - 7 + - 7 + - 7 + - 7 + - 7 + - 7 + - 7 + - 7 + - 7 + - 7 + - 7 + - 7 + - 7 + - 8 + - 7 + - 7 + - 7 + - 7 + - 7 + - 7 + - 7 + - 7 + - 8 + - 8 + - 7 + - 7 + - 9 + - 11 + - 7 + - 7 + - 7 + - 7 + - 7 + - 7 + - 7 + - 7 + - 7 + - 8 + - 7 + - 7 + - 7 + - 7 + - 7 + - 7 + - 8 + - 7 + - 7 + - 8 + - 7 + - 8 + - 7 + - 7 + - 7 + - 7 + - 8 + - 8 + - 7 + - 7 + - 7 + - 7 + - 7 + - 8 + - 8 + - 7 + - 8 + - 8 + - 7 + - 7 + - 7 + - 7 + - 8 + - 9 + - 7 + - 7 + - 8 + - 7 + - 7 + - 7 + - 7 + - 7 + - 7 + - 8 + - 8 + - 8 + - 7 + - 7 + - 7 + - 7 + - 7 + - 7 + - 8 + - 7 + - 9 + - 7 + - 8 + - 7 + - 7 + - 8 + - 7 + - 7 + - 7 + - 7 + - 8 + - 7 + - 8 + - 7 + - 7 + - 7 + - 7 + - 7 + - 8 + - 7 + - 7 + - 7 + - 7 + - 7 + - 7 + - 8 + - 7 + - 8 + - 7 + - 7 + - 7 + - 10 + - 8 + - 10 + - 9 + - 8 + - 7 + gpu: + energy used system: 2156 J + used process: TODO + used system: + avg: 0 + max: 0 + min: 0 + timeseries: + timestamps: + - 1295591ms + - 1311062ms + - 1319935ms + - 1326536ms + - 1332107ms + - 1335407ms + - 1338708ms + - 1342009ms + - 1345310ms + - 1347579ms + - 1349231ms + - 1350881ms + - 1352531ms + - 1354182ms + - 1355833ms + - 1357483ms + - 1359134ms + - 1360786ms + - 1362230ms + - 1363055ms + - 1363880ms + - 1364705ms + - 1365530ms + - 1366356ms + - 1367183ms + - 1368007ms + - 1368832ms + - 1369656ms + - 1370481ms + - 1371307ms + - 1372133ms + - 1372959ms + - 1373783ms + - 1374608ms + - 1375433ms + - 1376258ms + - 1377083ms + - 1377703ms + - 1378115ms + - 1378528ms + - 1378941ms + - 1379354ms + - 1379766ms + - 1380178ms + - 1380591ms + - 1381003ms + - 1381415ms + - 1381828ms + - 1382240ms + - 1382653ms + - 1383065ms + - 1383478ms + - 1383891ms + - 1384304ms + - 1384717ms + - 1385130ms + - 1385543ms + - 1385955ms + - 1386367ms + - 1386780ms + - 1387192ms + - 1387605ms + - 1388017ms + - 1388430ms + - 1388843ms + - 1389255ms + - 1389668ms + - 1390081ms + - 1390494ms + - 1390907ms + - 1391320ms + - 1391732ms + - 1392144ms + - 1392556ms + - 1392969ms + - 1393175ms + - 1393384ms + - 1393590ms + - 1393797ms + - 1394003ms + - 1394209ms + - 1394415ms + - 1394622ms + - 1394828ms + - 1395034ms + - 1395241ms + - 1395447ms + - 1395654ms + - 1395860ms + - 1396067ms + - 1396273ms + - 1396479ms + - 1396686ms + - 1396892ms + - 1397099ms + - 1397305ms + - 1397511ms + - 1397717ms + - 1397923ms + - 1398130ms + - 1398336ms + - 1398542ms + - 1398748ms + - 1398954ms + - 1399160ms + - 1399367ms + - 1399573ms + - 1399779ms + - 1399985ms + - 1400192ms + - 1400398ms + - 1400604ms + - 1400811ms + - 1401017ms + - 1401223ms + - 1401429ms + - 1401636ms + - 1401842ms + - 1402049ms + - 1402255ms + - 1402462ms + - 1402668ms + - 1402875ms + - 1403081ms + - 1403288ms + - 1403494ms + - 1403700ms + - 1403906ms + - 1404112ms + - 1404318ms + - 1404524ms + - 1404730ms + - 1404937ms + - 1405143ms + - 1405349ms + - 1405555ms + - 1405762ms + - 1405968ms + - 1406174ms + - 1406381ms + - 1406587ms + - 1406793ms + - 1407000ms + - 1407206ms + - 1407412ms + - 1407619ms + - 1407825ms + - 1408032ms + - 1408238ms + - 1408445ms + - 1408548ms + - 1408651ms + - 1408755ms + - 1408858ms + - 1408961ms + - 1409064ms + - 1409168ms + - 1409271ms + - 1409374ms + - 1409477ms + - 1409580ms + - 1409683ms + values: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + vram used process: TODO + vram used system: + avg: 0 + max: 483 + min: 0 + timeseries: + timestamps: + - 1295588ms + - 1311059ms + - 1319933ms + - 1326533ms + - 1332105ms + - 1335405ms + - 1338706ms + - 1342006ms + - 1345307ms + - 1347576ms + - 1349228ms + - 1350878ms + - 1352528ms + - 1354179ms + - 1355830ms + - 1357480ms + - 1359131ms + - 1360783ms + - 1362227ms + - 1363052ms + - 1363877ms + - 1364702ms + - 1365527ms + - 1366353ms + - 1367180ms + - 1368004ms + - 1368829ms + - 1369653ms + - 1370478ms + - 1371304ms + - 1372130ms + - 1372956ms + - 1373781ms + - 1374605ms + - 1375430ms + - 1376255ms + - 1377081ms + - 1377700ms + - 1378112ms + - 1378525ms + - 1378938ms + - 1379351ms + - 1379763ms + - 1380175ms + - 1380588ms + - 1381000ms + - 1381412ms + - 1381825ms + - 1382238ms + - 1382650ms + - 1383063ms + - 1383475ms + - 1383888ms + - 1384301ms + - 1384714ms + - 1385127ms + - 1385540ms + - 1385952ms + - 1386364ms + - 1386777ms + - 1387190ms + - 1387602ms + - 1388014ms + - 1388427ms + - 1388840ms + - 1389253ms + - 1389665ms + - 1390078ms + - 1390491ms + - 1390904ms + - 1391317ms + - 1391729ms + - 1392141ms + - 1392554ms + - 1392966ms + - 1393173ms + - 1393381ms + - 1393587ms + - 1393794ms + - 1394000ms + - 1394206ms + - 1394412ms + - 1394619ms + - 1394825ms + - 1395031ms + - 1395238ms + - 1395444ms + - 1395651ms + - 1395857ms + - 1396064ms + - 1396270ms + - 1396476ms + - 1396683ms + - 1396889ms + - 1397096ms + - 1397302ms + - 1397509ms + - 1397715ms + - 1397921ms + - 1398127ms + - 1398333ms + - 1398539ms + - 1398745ms + - 1398951ms + - 1399158ms + - 1399364ms + - 1399570ms + - 1399776ms + - 1399983ms + - 1400189ms + - 1400395ms + - 1400601ms + - 1400808ms + - 1401014ms + - 1401220ms + - 1401427ms + - 1401633ms + - 1401839ms + - 1402046ms + - 1402252ms + - 1402459ms + - 1402665ms + - 1402872ms + - 1403078ms + - 1403285ms + - 1403491ms + - 1403697ms + - 1403903ms + - 1404109ms + - 1404315ms + - 1404521ms + - 1404728ms + - 1404934ms + - 1405140ms + - 1405346ms + - 1405552ms + - 1405759ms + - 1405965ms + - 1406171ms + - 1406378ms + - 1406584ms + - 1406790ms + - 1406997ms + - 1407203ms + - 1407409ms + - 1407616ms + - 1407822ms + - 1408029ms + - 1408235ms + - 1408442ms + - 1408545ms + - 1408648ms + - 1408752ms + - 1408855ms + - 1408958ms + - 1409061ms + - 1409165ms + - 1409268ms + - 1409371ms + - 1409474ms + - 1409578ms + - 1409681ms + values: + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + - 483 + ram: + energy used system: 0 J + used process: + avg: 0 + max: 8700030 + min: 0 + timeseries: + timestamps: + - 1295591ms + - 1311062ms + - 1319935ms + - 1326536ms + - 1332108ms + - 1335408ms + - 1338709ms + - 1342009ms + - 1345310ms + - 1347579ms + - 1349231ms + - 1350881ms + - 1352531ms + - 1354182ms + - 1355833ms + - 1357483ms + - 1359134ms + - 1360786ms + - 1362230ms + - 1363055ms + - 1363880ms + - 1364705ms + - 1365530ms + - 1366356ms + - 1367183ms + - 1368007ms + - 1368832ms + - 1369656ms + - 1370482ms + - 1371307ms + - 1372133ms + - 1372959ms + - 1373783ms + - 1374608ms + - 1375433ms + - 1376258ms + - 1377084ms + - 1377703ms + - 1378115ms + - 1378528ms + - 1378941ms + - 1379354ms + - 1379766ms + - 1380178ms + - 1380591ms + - 1381003ms + - 1381415ms + - 1381828ms + - 1382240ms + - 1382653ms + - 1383066ms + - 1383478ms + - 1383891ms + - 1384304ms + - 1384717ms + - 1385130ms + - 1385543ms + - 1385955ms + - 1386367ms + - 1386780ms + - 1387193ms + - 1387605ms + - 1388017ms + - 1388430ms + - 1388843ms + - 1389255ms + - 1389668ms + - 1390081ms + - 1390494ms + - 1390907ms + - 1391320ms + - 1391732ms + - 1392144ms + - 1392557ms + - 1392969ms + - 1393175ms + - 1393384ms + - 1393590ms + - 1393797ms + - 1394003ms + - 1394209ms + - 1394415ms + - 1394622ms + - 1394828ms + - 1395034ms + - 1395241ms + - 1395447ms + - 1395654ms + - 1395860ms + - 1396067ms + - 1396273ms + - 1396479ms + - 1396686ms + - 1396892ms + - 1397099ms + - 1397305ms + - 1397511ms + - 1397717ms + - 1397924ms + - 1398130ms + - 1398336ms + - 1398542ms + - 1398748ms + - 1398954ms + - 1399160ms + - 1399367ms + - 1399573ms + - 1399779ms + - 1399986ms + - 1400192ms + - 1400398ms + - 1400604ms + - 1400811ms + - 1401017ms + - 1401223ms + - 1401430ms + - 1401636ms + - 1401842ms + - 1402049ms + - 1402255ms + - 1402462ms + - 1402668ms + - 1402875ms + - 1403081ms + - 1403288ms + - 1403494ms + - 1403700ms + - 1403906ms + - 1404112ms + - 1404318ms + - 1404524ms + - 1404731ms + - 1404937ms + - 1405143ms + - 1405349ms + - 1405555ms + - 1405762ms + - 1405968ms + - 1406174ms + - 1406381ms + - 1406587ms + - 1406793ms + - 1407000ms + - 1407206ms + - 1407412ms + - 1407619ms + - 1407825ms + - 1408032ms + - 1408238ms + - 1408445ms + - 1408548ms + - 1408651ms + - 1408755ms + - 1408858ms + - 1408961ms + - 1409064ms + - 1409168ms + - 1409271ms + - 1409374ms + - 1409477ms + - 1409580ms + - 1409683ms + values: + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8700030 + - 8585621 + - 8380182 + used system: + avg: 0 + max: 32959 + min: 0 + timeseries: + timestamps: + - 1295591ms + - 1311062ms + - 1319935ms + - 1326536ms + - 1332108ms + - 1335408ms + - 1338709ms + - 1342009ms + - 1345310ms + - 1347579ms + - 1349231ms + - 1350881ms + - 1352531ms + - 1354182ms + - 1355833ms + - 1357483ms + - 1359134ms + - 1360786ms + - 1362230ms + - 1363055ms + - 1363880ms + - 1364705ms + - 1365530ms + - 1366356ms + - 1367183ms + - 1368007ms + - 1368832ms + - 1369656ms + - 1370482ms + - 1371307ms + - 1372133ms + - 1372959ms + - 1373783ms + - 1374608ms + - 1375433ms + - 1376258ms + - 1377084ms + - 1377703ms + - 1378115ms + - 1378528ms + - 1378941ms + - 1379354ms + - 1379766ms + - 1380178ms + - 1380591ms + - 1381003ms + - 1381415ms + - 1381828ms + - 1382240ms + - 1382653ms + - 1383066ms + - 1383478ms + - 1383891ms + - 1384304ms + - 1384717ms + - 1385130ms + - 1385543ms + - 1385955ms + - 1386367ms + - 1386780ms + - 1387193ms + - 1387605ms + - 1388017ms + - 1388430ms + - 1388843ms + - 1389255ms + - 1389668ms + - 1390081ms + - 1390494ms + - 1390907ms + - 1391320ms + - 1391732ms + - 1392144ms + - 1392557ms + - 1392969ms + - 1393175ms + - 1393384ms + - 1393590ms + - 1393797ms + - 1394003ms + - 1394209ms + - 1394415ms + - 1394622ms + - 1394828ms + - 1395034ms + - 1395241ms + - 1395447ms + - 1395654ms + - 1395860ms + - 1396067ms + - 1396273ms + - 1396479ms + - 1396686ms + - 1396892ms + - 1397099ms + - 1397305ms + - 1397511ms + - 1397717ms + - 1397924ms + - 1398130ms + - 1398336ms + - 1398542ms + - 1398748ms + - 1398954ms + - 1399160ms + - 1399367ms + - 1399573ms + - 1399779ms + - 1399986ms + - 1400192ms + - 1400398ms + - 1400604ms + - 1400811ms + - 1401017ms + - 1401223ms + - 1401430ms + - 1401636ms + - 1401842ms + - 1402049ms + - 1402255ms + - 1402462ms + - 1402668ms + - 1402875ms + - 1403081ms + - 1403288ms + - 1403494ms + - 1403700ms + - 1403906ms + - 1404112ms + - 1404318ms + - 1404524ms + - 1404731ms + - 1404937ms + - 1405143ms + - 1405349ms + - 1405555ms + - 1405762ms + - 1405968ms + - 1406174ms + - 1406381ms + - 1406587ms + - 1406793ms + - 1407000ms + - 1407206ms + - 1407412ms + - 1407619ms + - 1407825ms + - 1408032ms + - 1408238ms + - 1408445ms + - 1408548ms + - 1408651ms + - 1408755ms + - 1408858ms + - 1408961ms + - 1409064ms + - 1409168ms + - 1409271ms + - 1409374ms + - 1409477ms + - 1409580ms + - 1409683ms + values: + - 32932 + - 32945 + - 32916 + - 32935 + - 32923 + - 32930 + - 32947 + - 32942 + - 32941 + - 32887 + - 32913 + - 32913 + - 32907 + - 32909 + - 32921 + - 32918 + - 32922 + - 32925 + - 32932 + - 32944 + - 32950 + - 32950 + - 32887 + - 32884 + - 32884 + - 32887 + - 32893 + - 32893 + - 32898 + - 32909 + - 32913 + - 32917 + - 32924 + - 32924 + - 32926 + - 32931 + - 32941 + - 32929 + - 32930 + - 32931 + - 32942 + - 32943 + - 32943 + - 32943 + - 32943 + - 32955 + - 32957 + - 32946 + - 32946 + - 32948 + - 32956 + - 32955 + - 32959 + - 32959 + - 32958 + - 32958 + - 32929 + - 32929 + - 32929 + - 32926 + - 32929 + - 32929 + - 32927 + - 32927 + - 32925 + - 32934 + - 32930 + - 32928 + - 32928 + - 32927 + - 32936 + - 32936 + - 32934 + - 32933 + - 32932 + - 32940 + - 32939 + - 32933 + - 32937 + - 32937 + - 32937 + - 32938 + - 32933 + - 32933 + - 32935 + - 32929 + - 32928 + - 32932 + - 32932 + - 32930 + - 32930 + - 32927 + - 32928 + - 32928 + - 32928 + - 32928 + - 32926 + - 32928 + - 32928 + - 32928 + - 32928 + - 32924 + - 32925 + - 32926 + - 32927 + - 32927 + - 32924 + - 32924 + - 32924 + - 32924 + - 32924 + - 32927 + - 32927 + - 32927 + - 32929 + - 32929 + - 32930 + - 32930 + - 32930 + - 32930 + - 32930 + - 32931 + - 32931 + - 32933 + - 32943 + - 32937 + - 32937 + - 32938 + - 32938 + - 32939 + - 32938 + - 32938 + - 32940 + - 32948 + - 32941 + - 32941 + - 32941 + - 32941 + - 32941 + - 32941 + - 32941 + - 32941 + - 32942 + - 32951 + - 32951 + - 32949 + - 32949 + - 32949 + - 32951 + - 32951 + - 32953 + - 32953 + - 32953 + - 32953 + - 32953 + - 32957 + - 32957 + - 32955 + - 32953 + - 32953 + - 32838 + - 32633 + runtime: + start time: 2025-11-14T10:49:33.519739794+0000 + stop time: 2025-11-14T11:13:03.260636737+0000 + system: 100790 ms + user: 1337250 ms + wallclock: 1409740 ms +schema version: 0.2 diff --git a/ecir26/corpus-construction/subsampled-corpora/spot-check/README.md b/ecir26/corpus-construction/subsampled-corpora/spot-check/README.md index 0835755..746ba9f 100644 --- a/ecir26/corpus-construction/subsampled-corpora/spot-check/README.md +++ b/ecir26/corpus-construction/subsampled-corpora/spot-check/README.md @@ -1,32 +1,32 @@ ---- -configs: -- config_name: inputs - data_files: - - split: train - path: ["corpus.jsonl.gz", "queries.jsonl"] -- config_name: truths - data_files: - - split: train - path: ["qrels.txt", "queries.jsonl", "dataset-metadata.json", "config.json", "subsample.json"] - -tira_configs: - resolve_inputs_to: "." - resolve_truths_to: "." - baseline: - link: https://github.com/reneuir/lsr-benchmark/tree/main/step-03-retrieval-approaches/lexical/pyterrier-pisa - command: /run-pyterrier-pisa.py --dataset $inputDataset --output $outputDir - format: - name: ["run-with-metadata", "lightning-ir-document-embeddings", "lightning-ir-query-embeddings"] - input_format: - name: "lsr-benchmark-inputs" - config: - max_size_mb: 500 - truth_format: - name: "qrels.txt" - evaluator: - measures: ["nDCG@10","P@10"] ---- - -# The Spot-Check Dataset created in the Radboud IR course - - +--- +configs: +- config_name: inputs + data_files: + - split: train + path: ["corpus.jsonl.gz", "queries.jsonl"] +- config_name: truths + data_files: + - split: train + path: ["qrels.txt", "queries.jsonl", "dataset-metadata.json", "config.json", "subsample.json"] + +tira_configs: + resolve_inputs_to: "." + resolve_truths_to: "." + baseline: + link: https://github.com/reneuir/lsr-benchmark/tree/main/step-03-retrieval-approaches/lexical/pyterrier-pisa + command: /run-pyterrier-pisa.py --dataset $inputDataset --output $outputDir + format: + name: ["run-with-metadata", "lightning-ir-document-embeddings", "lightning-ir-query-embeddings"] + input_format: + name: "lsr-benchmark-inputs" + config: + max_size_mb: 500 + truth_format: + name: "qrels.txt" + evaluator: + measures: ["nDCG@10","P@10"] +--- + +# The Spot-Check Dataset created in the Radboud IR course + + diff --git a/ecir26/corpus-construction/subsampled-corpora/spot-check/config.json b/ecir26/corpus-construction/subsampled-corpora/spot-check/config.json index b8e40e9..4b01d03 100644 --- a/ecir26/corpus-construction/subsampled-corpora/spot-check/config.json +++ b/ecir26/corpus-construction/subsampled-corpora/spot-check/config.json @@ -1,8 +1,8 @@ -{ - "runs": "../collection/runs/", - "chatnoir-index": "wows-owi/2025", - "subsample_depth": 20, - "qrels": "spot-check/qrels.txt", - "topics": "spot-check/topics.xml", - "include-fields": ["title", "url", "description"] -} +{ + "runs": "../collection/runs/", + "chatnoir-index": "wows-owi/2025", + "subsample_depth": 20, + "qrels": "spot-check/qrels.txt", + "topics": "spot-check/topics.xml", + "include-fields": ["title", "url", "description"] +} diff --git a/ecir26/corpus-construction/subsampled-corpora/spot-check/dataset-metadata.json b/ecir26/corpus-construction/subsampled-corpora/spot-check/dataset-metadata.json index cc01087..fb61938 100644 --- a/ecir26/corpus-construction/subsampled-corpora/spot-check/dataset-metadata.json +++ b/ecir26/corpus-construction/subsampled-corpora/spot-check/dataset-metadata.json @@ -1,3789 +1,3789 @@ -{ - "implementation": { - "executable": null, - "python": { - "interactive": false, - "modules": "3.13.7", - "packages": [ - "Automat==25.4.16", - "Beaker==1.13.0", - "Brotli==1.1.0", - "CacheControl==0.14.4", - "CherryPy==18.10.0", - "Cython==0.29.37", - "Deprecated==1.2.15", - "Deprecated==1.3.1", - "Django==5.2.7", - "FastWARC==0.15.1", - "Flask-RESTful==0.3.10", - "Flask==3.1.2", - "GitPython==3.1.44", - "GitPython==3.1.45", - "HeapDict==1.0.1", - "Jinja2==3.1.6", - "Mako==1.3.10.dev0", - "Markdown==3.10", - "MarkupSafe==3.0.2", - "PyGObject==3.54.5", - "PyJWT==2.10.1", - "PyNaCl==1.6.1", - "PyQt5==5.15.11", - "PyQt5_sip==12.17.1", - "PyQtWebEngine==5.15.7", - "PyYAML==6.0.3", - "Pygments==2.19.2", - "RapidFuzz==3.13.0", - "Resiliparse==0.15.1", - "Routes==2.5.1", - "Rx==3.2.0", - "SecretStorage==3.3.3", - "Sphinx==8.2.3", - "TBB==0.2", - "Twisted==24.7.0", - "WebOb==1.8.9", - "WebTest==3.0.3", - "Werkzeug==3.1.3", - "accelerate==1.10.1", - "aiohappyeyeballs==2.6.1", - "aiohttp==3.13.2", - "aiosignal==1.4.0", - "alabaster==1.0.0", - "aligned_ir_eval==0.0.1rc1", - "allpairspy==2.5.1", - "amqp==5.3.1", - "aniso8601==10.0.1", - "annotated-types==0.7.0", - "anyio==4.11.0", - "anytree==2.13.0", - "apipkg==3.0.2", - "appdirs==1.4.4", - "approval_utilities==14.3.0", - "approvaltests==14.3.0", - "argcomplete==3.6.2", - "asgiref==3.10.0", - "asn1crypto==1.5.1", - "astroid==4.0.2", - "asttokens==3.0.0", - "asttokens==3.0.1", - "async-timeout==5.0.1", - "attrs==25.4.0", - "autocommand==2.2.2", - "autoqrels==0.0.1", - "babel==2.17.0", - "bandit==1.8.3", - "bcrypt==5.0.0", - "beautifulsoup4==4.14.2", - "billiard==4.2.2", - "bleach==6.2.0", - "blinker==1.9.0", - "blis==1.3.0", - "boltons==25.0.0", - "boto3==1.37.37", - "botocore==1.37.37", - "bs4==0.0.2", - "btrfsutil==6.17.1", - "build==1.3.0", - "cachetools==6.2.2", - "catalogue==2.0.10", - "cattrs==24.1.3", - "cbor==1.0.0", - "celery==5.5.3", - "certifi==2025.11.12", - "cffi==2.0.0", - "chardet==5.2.0", - "charset-normalizer==3.4.4", - "chatnoir-api==3.3.0", - "chatnoir-api==3.4.3.dev4+gf1b304697", - "chatnoir-pyterrier==2.0.6.dev142+g8392b4ca1", - "cheroot==11.1.2", - "chest==0.2.3", - "cleo==2.1.0", - "click-didyoumean==0.3.1", - "click-plugins==1.1.1.2", - "click-repl==0.3.0", - "click==8.2.1", - "cloudpathlib==0.22.0", - "cmd2==2.6.2", - "colaburl==0.1.0", - "colorama==0.4.6", - "comm==0.2.2", - "commonmark==0.9.1", - "conf26-reliability-analysis==0.1.0", - "confection==0.1.5", - "configobj==5.0.9", - "constantly==23.10.4", - "contourpy==1.3.1", - "coverage==7.12.0", - "crashtest==0.4.1", - "crit==4.2", - "cryptography==46.0.3", - "cssselect==1.3.0", - "cuda-bindings==13.0.1", - "cuda-core==0.3.2", - "cuda-pathfinder==1.2.2", - "cuda-python==13.0.1", - "cycler==0.12.1", - "cymem==2.0.11", - "dataclasses-json==0.5.9", - "dataclasses-json==0.6.7", - "datasets==3.5.0", - "dbus-python==1.4.0", - "de_core_news_sm==3.8.0", - "debugpy==1.8.12", - "decorator==5.1.1", - "decorator==5.2.1", - "defusedxml==0.7.1", - "dill==0.3.8", - "dill==0.4.0", - "distlib==0.4.0", - "distro==1.9.0", - "django-minify-html==1.13.0", - "djangorestframework==3.15.1", - "dnspython==2.8.0", - "doccano-client==1.2.8", - "docker==7.1.0", - "docopt==0.6.2", - "docstring_parser==0.17.0", - "docutils==0.22.3", - "duckdb==1.4.0", - "dulwich==0.22.8", - "elastic-transport==8.17.1", - "elastic-transport==9.2.0", - "elasticsearch-dsl==8.18.0", - "elasticsearch==8.6.1", - "elasticsearch==9.2.0", - "empty-files==0.0.9", - "en_core_web_sm==3.8.0", - "entrypoints==0.4", - "et_xmlfile==2.0.0", - "evaluate==0.4.3", - "exceptiongroup==1.3.0", - "executing==2.2.0", - "executing==2.2.1", - "face==24.0.0", - "fastjsonschema==2.21.2", - "filelock==3.20.0", - "findpython==0.6.3", - "flake8==7.3.0", - "flit_core==3.12.0", - "fluidity-sm==0.2.1", - "fonttools==4.56.0", - "freezegun==1.5.5", - "frozenlist==1.8.0", - "fsspec==2024.12.0", - "ftfy==6.3.1", - "furo==2024.8.6", - "gitdb==4.0.12", - "glom==24.11.0", - "google-api-core==2.19.1", - "google-api-python-client==2.140.0", - "google-auth-httplib2==0.2.1", - "google-auth==2.43.0", - "googleapis-common-protos==1.72.0", - "graphql-core==3.2.6", - "grpcio-tools==1.76.0", - "grpcio==1.76.0", - "h11==0.16.0", - "html5lib==1.1", - "httpcore==1.0.9", - "httplib2==0.31.0", - "httpx==0.28.1", - "huggingface-hub==0.29.3", - "hyperlink==21.0.0", - "hypothesis==6.148.1", - "idna==3.11", - "ijson==3.3.0", - "ijson==3.4.0.post0", - "imagesize==1.4.1", - "importlib_metadata==8.6.1", - "importlib_metadata==8.7.0", - "importlib_resources==6.5.2", - "incremental==24.7.2", - "inflect==7.5.0", - "iniconfig==2.1.0", - "inscriptis==2.5.1", - "inscriptis==2.7.0", - "installer==0.7.0", - "internetarchive==5.7.1", - "invoke==2.2.1", - "ipykernel==6.29.5", - "ipython==8.32.0", - "ipython==9.7.0", - "ipython_pygments_lexers==1.1.1", - "ir-datasets-longeval==0.1.dev39+g6ee2fef", - "ir-datasets-subsample==0.0.0", - "ir_datasets==0.5.11", - "ir_measures==0.4.1", - "ir_measures==0.4.2", - "isodate==0.7.2", - "isort==7.0.0", - "itsdangerous==2.2.0", - "jaraco.classes==3.4.0", - "jaraco.collections==5.1.0", - "jaraco.context==6.0.1", - "jaraco.functools==4.1.0", - "jaraco.text==4.0.0", - "jedi==0.19.2", - "jeepney==0.8.0", - "jiter==0.10.0", - "jmespath==1.0.1", - "joblib==1.4.2", - "jsonargparse==4.41.0", - "jsonpatch==1.33", - "jsonpointer==3.0.0", - "jsonschema-specifications==2025.9.1", - "jsonschema==4.25.1", - "jupyter_client==8.6.3", - "jupyter_core==5.7.2", - "jupyterlab_pygments==0.3.0", - "keyring==25.6.0", - "kiwisolver==1.4.8", - "kombu==5.5.4", - "langcodes==3.5.0", - "language_data==1.3.0", - "lark==1.3.1", - "lazy-object-proxy==1.12.0", - "legacy-cgi==2.6.4", - "lensfun==0.3.4", - "lexicon==3.0.0", - "libtmux==0.47.0", - "lightning-ir==0.0.5", - "lightning-utilities==0.15.2", - "lightning==2.5.5", - "lit==21.1.5.dev0", - "llvmlite==0.44.0", - "lockfile==0.12.2", - "logutils==0.3.5", - "louis==3.34.0", - "lsr_benchmark==0.0.1rc3", - "lxml==5.4.0", - "lz4==4.3.3", - "lz4==4.4.5", - "mallard-ducktype==1.0.2", - "marisa-trie==1.3.1", - "markdown-it-py==4.0.0", - "marshmallow-enum==1.5.1", - "marshmallow==3.26.1", - "matchpy==0.5.5", - "matplotlib-inline==0.1.7", - "matplotlib-inline==0.2.1", - "matplotlib==3.10.0", - "mccabe==0.7.0", - "mdit-py-plugins==0.4.2", - "mdurl==0.1.2", - "minify_html==0.18.1", - "mistune==3.1.1", - "mock==5.1.0", - "more-itertools==10.8.0", - "mpmath==1.3.0", - "mrjob==0.7.4", - "msgpack==1.1.2", - "multidict==6.7.0", - "multiprocess==0.70.16", - "multiset==2.1.1", - "murmurhash==1.0.13", - "mypy-extensions==1.0.0", - "mypy==1.15.0", - "mypy_extensions==1.1.0", - "myst-parser==4.0.0", - "nbclient==0.10.2", - "nbconvert==7.16.6", - "nbformat==5.10.4", - "necessary==0.4.3", - "nest-asyncio==1.6.0", - "networkx==3.4.2", - "nftables==0.1", - "nh3==0.2.20", - "nltk==3.9.1", - "nose==1.3.7", - "npids==0.1.3", - "nspektr==0.5.1", - "numba==0.61.2", - "numpy==1.26.4", - "numpy==2.3.5", - "nvidia-cublas-cu12==12.4.5.8", - "nvidia-cuda-cccl==13.0.85", - "nvidia-cuda-cupti-cu12==12.4.127", - "nvidia-cuda-nvrtc-cu12==12.4.127", - "nvidia-cuda-nvrtc==13.0.88", - "nvidia-cuda-runtime-cu12==12.4.127", - "nvidia-cuda-runtime==13.0.88", - "nvidia-cudnn-cu12==9.1.0.70", - "nvidia-cufft-cu12==11.2.1.3", - "nvidia-curand-cu12==10.3.5.147", - "nvidia-cusolver-cu12==11.6.1.9", - "nvidia-cusparse-cu12==12.3.1.170", - "nvidia-cusparselt-cu12==0.6.2", - "nvidia-nccl-cu12==2.21.5", - "nvidia-nvjitlink-cu12==12.4.127", - "nvidia-nvjitlink==13.0.88", - "nvidia-nvtx-cu12==12.4.127", - "nvidia-nvvm==13.0.88", - "oauth2client==4.1.3", - "openai==1.93.0", - "openpyxl==3.1.5", - "openshot-qt==3.3.0", - "ordered-set==4.1.0", - "orjson==3.11.4", - "packaging==25.0", - "pandas==2.3.3", - "pandocfilters==1.5.1", - "parameterized==0.9.0", - "paramiko==4.0.0", - "parso==0.8.4", - "parso==0.8.5", - "patsy==1.0.1", - "patsy==1.0.2", - "pbr==7.0.1", - "pbs-installer==2025.4.9", - "pdf2image==1.17.0", - "pecan==1.7.0", - "pew==1.2.0", - "pexpect==4.9.0", - "pillow==12.0.0", - "pip==25.3", - "pkgconfig==1.5.5", - "pkginfo==1.12.0", - "platformdirs==4.5.0", - "pluggy==1.6.0", - "ply==3.11", - "poetry-core==2.1.3", - "poetry-core==2.2.1", - "poetry==2.1.3", - "pooch==1.8.2", - "portend==3.2.1", - "preshed==3.0.10", - "prettytable==3.16.0", - "progress==1.6.1", - "prometheus_client==0.23.1", - "promise==2.3", - "prompt_toolkit==3.0.50", - "prompt_toolkit==3.0.52", - "propcache==0.4.1", - "protobuf==6.33.0", - "psutil==7.1.3", - "ptyprocess==0.7.0", - "pure_eval==0.2.3", - "pwquality==1.4.5", - "py-cpuinfo==9.0.0", - "py==1.11.1.dev0+g447bac51.d20241130", - "pyOpenSSL==25.3.0", - "pyaml==24.12.0", - "pyaml_env==1.2.2", - "pyarrow==19.0.1", - "pyarrow==22.0.0", - "pyasn1==0.6.1", - "pyasn1_modules==0.4.2", - "pycairo==1.29.0", - "pycodestyle==2.14.0", - "pycosat==0.6.6", - "pycparser==2.23", - "pycriu==4.2", - "pydantic==2.12.4", - "pydantic_core==2.41.5", - "pyfailsafe==0.6.0", - "pyflakes==3.4.0", - "pygdbmi==0.11.0.0", - "pyjnius==1.7.0", - "pylint==4.0.3", - "pyparsing==3.2.5", - "pyperclip==1.11.0", - "pyproject_hooks==1.2.0", - "pyrate-limiter==2.10.0", - "pyrsistent==0.20.0", - "pyserial==3.5", - "pyterrier-alpha==0.12.6", - "pyterrier-alpha==0.16.4", - "pyterrier-dr==0.3.0", - "pyterrier-t5==0.0.1", - "pytesseract==0.3.13", - "pytest-asyncio==0.26.0", - "pytest-cov==5.0.0", - "pytest-cov==6.1.1", - "pytest-flake8==1.3.0", - "pytest==8.4.2", - "python-dateutil==2.9.0", - "python-dotenv==1.2.1", - "python-gitlab==5.6.0", - "python-magic==0.4.27", - "python-slugify==8.0.4", - "python-terrier==0.13.2", - "python-xlib==0.33", - "pytorch-lightning==2.5.5", - "pytrec_eval-terrier==0.5.10", - "pytrec_eval-terrier==0.5.8", - "pytrec_eval==0.5", - "pytz==2025.2", - "pyzmq==27.1.0", - "rank-bm25==0.2.2", - "readme_renderer==44.0", - "referencing==0.37.0", - "regex==2024.11.6", - "reliability_tests==0.0.1rc1", - "repoze.lru==0.7", - "repro-eval==0.4.0", - "requests-cache==1.2.1", - "requests-ratelimiter==0.7.0", - "requests-toolbelt==1.0.0", - "requests==2.32.2", - "requests==2.32.5", - "requirements-parser==0.11.0", - "resolvelib==1.2.1", - "responses==0.25.8", - "retrying==1.3.4", - "rfc3986==2.0.0", - "rfc3987==1.3.8", - "rich==14.2.0", - "roman-numerals-py==3.1.0", - "rpds-py==0.29.0", - "rsa==4.9.1", - "ruamel.yaml.clib==0.2.15", - "ruamel.yaml==0.18.10", - "ruff==0.9.10", - "runnb==1.0.2", - "s3cmd==2.4.0", - "s3transfer==0.11.5", - "safetensors==0.5.3", - "sarge==0.1.7.post1", - "schema==0.7.8", - "scikit-learn==1.7.2", - "scipy==1.16.3", - "scour==0.38.2", - "seaborn==0.13.2", - "sentence-transformers==5.1.1", - "sentencepiece==0.2.1", - "sentry-sdk==2.44.0", - "setuptools-scm==9.2.2", - "setuptools==80.9.0", - "shellingham==1.5.4", - "six==1.17.0", - "smart_open==7.3.0.post1", - "smashed==0.21.5", - "smbus==1.1", - "smmap==5.0.2", - "sniffio==1.3.1", - "snowballstemmer==2.2.0", - "sortedcontainers==2.4.0", - "soupsieve==2.8", - "spacy-legacy==3.0.12", - "spacy-loggers==1.0.5", - "spacy==3.8.7", - "sphinx-basic-ng==1.0.0b2", - "sphinx-tabs==3.4.7", - "sphinx_design==0.6.1", - "sphinxcontrib-applehelp==2.0.0", - "sphinxcontrib-devhelp==2.0.0", - "sphinxcontrib-htmlhelp==2.1.0", - "sphinxcontrib-jsmath==1.0.1", - "sphinxcontrib-plantuml==0.30", - "sphinxcontrib-qthelp==2.0.0", - "sphinxcontrib-serializinghtml==2.0.0", - "sphinxcontrib-umlet==1.0.2", - "sqlparse==0.5.3", - "srsly==2.5.1", - "stack-data==0.6.3", - "standard-cgi==3.13.0", - "stats==0.1.2a0", - "statsmodels==0.14.5", - "stevedore==5.4.1", - "sympy==1.13.1", - "systemd-python==235", - "teaching-ir-with-shared-tasks==0.1.dev239+g4443fcd", - "tempora==5.8.1", - "tenacity==9.1.2", - "terminator==2.1.5", - "testfixtures==8.3.0", - "testpath==0.6.0", - "text-unidecode==1.3", - "texttable==1.7.0", - "thinc==8.3.6", - "threadpoolctl==3.5.0", - "tinycss2==1.4.0", - "tira-measure==0.0.1", - "tira==0.0.187", - "tirex-tracker==0.2.16", - "tokenizers==0.21.1", - "toml==0.10.2", - "tomli==2.2.1", - "tomlkit==0.13.3", - "torch==2.6.0", - "torchmetrics==1.8.2", - "tornado==6.4.2", - "tqdm==4.67.1", - "traitlets==5.14.3", - "transformers==4.50.1", - "trec-car-tools==2.6", - "trec-downloader==0.1.dev66+g7177269be", - "trectools==0.0.50", - "triton==3.2.0", - "trouting==0.3.3", - "trove-classifiers==2025.9.11.17", - "twine==6.0.1", - "typeguard==4.4.4", - "typer==0.17.4", - "types-PyYAML==6.0.12.20241230", - "types-setuptools==75.8.0.20250210", - "typeshed_client==2.8.2", - "typing-inspect==0.9.0", - "typing-inspection==0.4.2", - "typing_extensions==4.15.0", - "tzdata==2025.2", - "uc-micro-py==1.0.3", - "unlzw3==0.2.3", - "uritemplate==4.2.0", - "url-normalize==2.2.0", - "urllib3==2.5.0", - "validate-pyproject==0.24.1", - "validate==5.0.9", - "vine==5.1.0", - "virtualenv-clone==0.5.7", - "virtualenv==20.35.4", - "waitress==3.0.2", - "warc3-wet-clueweb09==0.2.5", - "warc3-wet==0.2.5", - "wasabi==1.1.3", - "wcwidth==0.2.14", - "weasel==0.4.1", - "webcolors==24.11.1", - "webencodings==0.5.1", - "websocket-client==1.9.0", - "websockets==15.0.1", - "wget==3.2", - "wheel==0.45.1", - "wows-eval==0.0.6", - "wrapt==1.17.3", - "xmlsec==1.3.15.dev0+g1b3b527.d20250423", - "xmltodict==1.0.2", - "xxhash==3.5.0", - "yarl==1.22.0", - "yq==3.4.3", - "zc.lockfile==4.0", - "zipp==3.21.0", - "zlib-state==0.1.10", - "zlib-state==0.1.9", - "zope.interface==8.1.1", - "zstandard==0.25.0" - ] - }, - "script": { - "path": "/home/maik/.local/bin/lsr-benchmark" - }, - "source": { - "archive": { - "path": "spot-check/.tirex-tracker/code.zip", - "script path": "lsr-benchmark" - }, - "archive path": "/tmp/filerl4Xut", - "branch": "main", - "commit": "0e5cebb2607e4dde99c2fd1ae4771dc5f8aac74e", - "hash": "0b42bbc9994219b70dbeeeb69918b78e8a260882", - "is repo": 1, - "lang": null, - "repository": "git@github.com:OpenWebSearch/wows-code.git", - "root": "/home/maik/workspace/wows-code/", - "tags": [], - "unchecked files": 1, - "uncommitted changes": 1, - "unpushed changes": 0, - "upstream branch": "refs/remotes/origin/main" - } - }, - "platform": { - "hardware": { - "cpu": { - "architecture": "x86_64", - "byte order": "Little Endian", - "caches": { - "l1d": "576 KiB", - "l1i": "384 KiB", - "l2": "7680 KiB", - "l3": "18432 KiB" - }, - "features": "rdtsc rdtscp rdpid mwait fxsave xsave fpu mmx mmx_plus prefetchw daz sse sse2 sse3 ssse3 sse4_1 sse4_2 avx avxvnni fma3 f16c avx2 cmov cmpxchg8b cmpxchg16b clwb movbe lahf_sahf lzcnt popcnt bmi bmi2 adx aes vaes pclmulqdq vpclmulqdq gfni rdrand rdseed sha", - "frequency": { - "avg": 0, - "max": 0, - "min": 0, - "timeseries": { - "timestamps": [ - "109ms", - "313ms", - "516ms", - "720ms", - "924ms", - "1127ms", - "1331ms", - "1535ms", - "1738ms", - "1942ms", - "2145ms", - "2349ms", - "2552ms", - "2756ms", - "2959ms", - "3163ms", - "3367ms", - "3570ms", - "3774ms", - "3977ms", - "4181ms", - "4384ms", - "4587ms", - "4791ms", - "4994ms", - "5198ms", - "5403ms", - "5607ms", - "5810ms", - "6014ms", - "6217ms", - "6421ms", - "6625ms", - "6828ms", - "7032ms", - "7235ms", - "7439ms", - "7642ms", - "7846ms", - "8049ms", - "8253ms", - "8456ms", - "8660ms", - "8863ms", - "9067ms", - "9271ms", - "9474ms", - "9678ms", - "9881ms", - "10085ms", - "10288ms", - "10492ms", - "10695ms", - "10899ms", - "11102ms", - "11306ms", - "11509ms", - "11713ms", - "11916ms", - "12120ms", - "12323ms", - "12528ms", - "12732ms", - "12935ms", - "13139ms", - "13342ms", - "13546ms", - "13749ms", - "13953ms", - "14156ms", - "14360ms", - "14563ms", - "14767ms", - "14970ms", - "15174ms", - "15377ms", - "15581ms", - "15784ms", - "15988ms", - "16191ms", - "16395ms", - "16599ms", - "16802ms", - "17005ms", - "17209ms", - "17412ms", - "17616ms", - "17819ms", - "18023ms", - "18226ms", - "18430ms", - "18633ms", - "18837ms", - "19040ms", - "19244ms", - "19447ms", - "19652ms", - "19859ms", - "20064ms", - "20268ms", - "20472ms", - "20676ms", - "20882ms", - "21086ms", - "21290ms", - "21495ms", - "21699ms", - "21903ms", - "22108ms", - "22312ms", - "22516ms", - "22720ms", - "22925ms", - "23129ms", - "23333ms", - "23537ms", - "23742ms", - "23947ms", - "24151ms", - "24355ms", - "24559ms", - "24764ms", - "24968ms", - "25173ms", - "25377ms", - "25581ms", - "25785ms", - "25990ms", - "26195ms", - "26399ms", - "26603ms", - "26808ms", - "27012ms", - "27217ms", - "27421ms", - "27625ms", - "27829ms", - "28034ms", - "28238ms", - "28442ms", - "28646ms", - "28850ms", - "29055ms", - "29259ms", - "29463ms", - "29668ms", - "29873ms", - "30077ms", - "30281ms", - "30485ms", - "30587ms", - "30689ms", - "30791ms", - "30894ms", - "30996ms", - "31098ms", - "31200ms", - "31302ms", - "31405ms", - "31507ms", - "31609ms", - "31711ms", - "31813ms", - "31915ms", - "32017ms", - "32119ms", - "32221ms", - "32323ms", - "32426ms", - "32528ms", - "32630ms", - "32733ms", - "32835ms", - "32938ms", - "33040ms", - "33142ms", - "33244ms", - "33346ms", - "33449ms", - "33551ms", - "33653ms", - "33756ms", - "33858ms", - "33960ms", - "34063ms", - "34165ms", - "34267ms", - "34369ms", - "34471ms", - "34573ms", - "34675ms", - "34778ms", - "34880ms", - "34982ms", - "35084ms", - "35186ms", - "35288ms", - "35391ms", - "35493ms", - "35594ms", - "35696ms", - "35799ms", - "35901ms", - "36003ms", - "36105ms", - "36208ms", - "36310ms", - "36412ms", - "36514ms", - "36616ms", - "36718ms", - "36821ms", - "36923ms", - "37025ms", - "37127ms", - "37229ms", - "37332ms", - "37434ms", - "37536ms" - ], - "values": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ] - } - }, - "frequency max": "4700000 MHz", - "frequency min": "400000 MHz", - "model": "Intel 12th Gen Core i7-1260P", - "number of cores": 12, - "threads per core": 1, - "vendor id": "Intel Corporation", - "virtualization": null - }, - "gpu": { - "memory": "2147, MB", - "model": "NVIDIA GeForce MX550,", - "number of cores": "1024,", - "supported": 1 - }, - "ram": "33347 MB" - }, - "operating system": { - "distribution": "Arch Linux", - "kernel": "Linux 6.12.58-1-lts x86_64" - }, - "software": {} - }, - "resources": { - "cpu": { - "energy used system": "0 J", - "used process": { - "avg": 0, - "max": 244, - "min": 0, - "timeseries": { - "timestamps": [ - "109ms", - "313ms", - "516ms", - "720ms", - "924ms", - "1127ms", - "1331ms", - "1535ms", - "1738ms", - "1942ms", - "2145ms", - "2349ms", - "2552ms", - "2756ms", - "2959ms", - "3163ms", - "3366ms", - "3570ms", - "3774ms", - "3977ms", - "4181ms", - "4384ms", - "4587ms", - "4791ms", - "4994ms", - "5198ms", - "5403ms", - "5607ms", - "5810ms", - "6014ms", - "6217ms", - "6421ms", - "6625ms", - "6828ms", - "7032ms", - "7235ms", - "7439ms", - "7642ms", - "7846ms", - "8049ms", - "8253ms", - "8456ms", - "8660ms", - "8863ms", - "9067ms", - "9271ms", - "9474ms", - "9678ms", - "9881ms", - "10085ms", - "10288ms", - "10492ms", - "10695ms", - "10899ms", - "11102ms", - "11306ms", - "11509ms", - "11713ms", - "11916ms", - "12120ms", - "12323ms", - "12528ms", - "12732ms", - "12935ms", - "13139ms", - "13342ms", - "13546ms", - "13749ms", - "13953ms", - "14156ms", - "14360ms", - "14563ms", - "14767ms", - "14970ms", - "15174ms", - "15377ms", - "15581ms", - "15784ms", - "15988ms", - "16191ms", - "16395ms", - "16599ms", - "16802ms", - "17005ms", - "17209ms", - "17412ms", - "17616ms", - "17819ms", - "18023ms", - "18226ms", - "18430ms", - "18633ms", - "18837ms", - "19040ms", - "19244ms", - "19447ms", - "19652ms", - "19859ms", - "20064ms", - "20268ms", - "20472ms", - "20676ms", - "20882ms", - "21086ms", - "21290ms", - "21495ms", - "21699ms", - "21903ms", - "22108ms", - "22312ms", - "22516ms", - "22720ms", - "22925ms", - "23129ms", - "23333ms", - "23537ms", - "23742ms", - "23947ms", - "24151ms", - "24355ms", - "24559ms", - "24764ms", - "24968ms", - "25173ms", - "25377ms", - "25581ms", - "25785ms", - "25990ms", - "26195ms", - "26399ms", - "26603ms", - "26808ms", - "27012ms", - "27217ms", - "27421ms", - "27625ms", - "27829ms", - "28033ms", - "28238ms", - "28442ms", - "28646ms", - "28850ms", - "29055ms", - "29259ms", - "29463ms", - "29668ms", - "29873ms", - "30077ms", - "30281ms", - "30485ms", - "30587ms", - "30689ms", - "30791ms", - "30894ms", - "30996ms", - "31098ms", - "31200ms", - "31302ms", - "31405ms", - "31507ms", - "31609ms", - "31711ms", - "31813ms", - "31915ms", - "32017ms", - "32119ms", - "32221ms", - "32323ms", - "32426ms", - "32528ms", - "32630ms", - "32733ms", - "32835ms", - "32938ms", - "33040ms", - "33142ms", - "33244ms", - "33346ms", - "33449ms", - "33551ms", - "33653ms", - "33756ms", - "33858ms", - "33960ms", - "34063ms", - "34165ms", - "34267ms", - "34369ms", - "34471ms", - "34573ms", - "34675ms", - "34778ms", - "34880ms", - "34982ms", - "35084ms", - "35186ms", - "35288ms", - "35391ms", - "35493ms", - "35594ms", - "35696ms", - "35799ms", - "35901ms", - "36003ms", - "36105ms", - "36208ms", - "36310ms", - "36412ms", - "36514ms", - "36616ms", - "36718ms", - "36821ms", - "36923ms", - "37025ms", - "37127ms", - "37229ms", - "37332ms", - "37434ms", - "37536ms" - ], - "values": [ - 151, - 79, - 84, - 89, - 103, - 103, - 103, - 94, - 98, - 103, - 103, - 103, - 99, - 103, - 98, - 98, - 108, - 99, - 98, - 99, - 103, - 103, - 99, - 103, - 103, - 99, - 102, - 99, - 103, - 103, - 99, - 103, - 103, - 99, - 103, - 99, - 108, - 98, - 103, - 99, - 99, - 99, - 108, - 98, - 99, - 103, - 98, - 103, - 103, - 103, - 99, - 103, - 103, - 99, - 103, - 103, - 99, - 103, - 98, - 103, - 99, - 102, - 103, - 99, - 103, - 103, - 99, - 108, - 99, - 99, - 103, - 98, - 108, - 98, - 103, - 99, - 98, - 103, - 103, - 99, - 103, - 103, - 103, - 99, - 103, - 99, - 103, - 99, - 103, - 94, - 59, - 49, - 98, - 74, - 94, - 79, - 102, - 97, - 88, - 88, - 98, - 103, - 102, - 98, - 107, - 88, - 102, - 103, - 102, - 98, - 107, - 98, - 102, - 98, - 107, - 97, - 102, - 98, - 102, - 102, - 103, - 102, - 98, - 107, - 98, - 103, - 102, - 102, - 98, - 102, - 102, - 98, - 107, - 103, - 98, - 103, - 102, - 98, - 108, - 98, - 102, - 102, - 97, - 98, - 103, - 103, - 98, - 107, - 98, - 103, - 98, - 99, - 107, - 98, - 107, - 99, - 107, - 99, - 98, - 107, - 98, - 107, - 98, - 107, - 88, - 118, - 89, - 107, - 98, - 107, - 98, - 107, - 98, - 98, - 107, - 98, - 98, - 107, - 107, - 98, - 98, - 107, - 98, - 107, - 98, - 98, - 107, - 98, - 98, - 107, - 107, - 98, - 98, - 107, - 99, - 107, - 98, - 98, - 98, - 99, - 118, - 88, - 107, - 107, - 98, - 98, - 98, - 117, - 98, - 98, - 98, - 107, - 98, - 107, - 98, - 99, - 107, - 98, - 98 - ] - } - }, - "used system": { - "avg": 0, - "max": 22, - "min": 0, - "timeseries": { - "timestamps": [ - "109ms", - "313ms", - "516ms", - "720ms", - "924ms", - "1127ms", - "1331ms", - "1535ms", - "1738ms", - "1942ms", - "2145ms", - "2349ms", - "2552ms", - "2756ms", - "2959ms", - "3163ms", - "3366ms", - "3570ms", - "3774ms", - "3977ms", - "4181ms", - "4384ms", - "4587ms", - "4791ms", - "4994ms", - "5198ms", - "5403ms", - "5607ms", - "5810ms", - "6014ms", - "6217ms", - "6421ms", - "6625ms", - "6828ms", - "7032ms", - "7235ms", - "7439ms", - "7642ms", - "7846ms", - "8049ms", - "8253ms", - "8456ms", - "8660ms", - "8863ms", - "9067ms", - "9271ms", - "9474ms", - "9678ms", - "9881ms", - "10085ms", - "10288ms", - "10492ms", - "10695ms", - "10899ms", - "11102ms", - "11306ms", - "11509ms", - "11713ms", - "11916ms", - "12120ms", - "12323ms", - "12528ms", - "12732ms", - "12935ms", - "13139ms", - "13342ms", - "13546ms", - "13749ms", - "13953ms", - "14156ms", - "14360ms", - "14563ms", - "14767ms", - "14970ms", - "15174ms", - "15377ms", - "15581ms", - "15784ms", - "15988ms", - "16191ms", - "16395ms", - "16599ms", - "16802ms", - "17005ms", - "17209ms", - "17412ms", - "17616ms", - "17819ms", - "18023ms", - "18226ms", - "18430ms", - "18633ms", - "18837ms", - "19040ms", - "19244ms", - "19447ms", - "19652ms", - "19859ms", - "20064ms", - "20268ms", - "20472ms", - "20676ms", - "20882ms", - "21086ms", - "21290ms", - "21495ms", - "21699ms", - "21903ms", - "22108ms", - "22312ms", - "22516ms", - "22720ms", - "22925ms", - "23129ms", - "23333ms", - "23537ms", - "23742ms", - "23947ms", - "24151ms", - "24355ms", - "24559ms", - "24764ms", - "24968ms", - "25173ms", - "25377ms", - "25581ms", - "25785ms", - "25990ms", - "26195ms", - "26399ms", - "26603ms", - "26808ms", - "27012ms", - "27217ms", - "27421ms", - "27625ms", - "27829ms", - "28033ms", - "28238ms", - "28442ms", - "28646ms", - "28850ms", - "29055ms", - "29259ms", - "29463ms", - "29668ms", - "29873ms", - "30077ms", - "30281ms", - "30485ms", - "30587ms", - "30689ms", - "30791ms", - "30894ms", - "30996ms", - "31098ms", - "31200ms", - "31302ms", - "31405ms", - "31507ms", - "31609ms", - "31711ms", - "31813ms", - "31915ms", - "32017ms", - "32119ms", - "32221ms", - "32323ms", - "32426ms", - "32528ms", - "32630ms", - "32733ms", - "32835ms", - "32938ms", - "33040ms", - "33142ms", - "33244ms", - "33346ms", - "33449ms", - "33551ms", - "33653ms", - "33756ms", - "33858ms", - "33960ms", - "34063ms", - "34165ms", - "34267ms", - "34369ms", - "34471ms", - "34573ms", - "34675ms", - "34778ms", - "34880ms", - "34982ms", - "35084ms", - "35186ms", - "35288ms", - "35391ms", - "35493ms", - "35594ms", - "35696ms", - "35799ms", - "35901ms", - "36003ms", - "36105ms", - "36208ms", - "36310ms", - "36412ms", - "36514ms", - "36616ms", - "36718ms", - "36821ms", - "36923ms", - "37025ms", - "37127ms", - "37229ms", - "37332ms", - "37434ms", - "37536ms" - ], - "values": [ - 5, - 7, - 9, - 11, - 7, - 9, - 8, - 9, - 8, - 10, - 8, - 8, - 9, - 9, - 9, - 9, - 9, - 8, - 8, - 10, - 9, - 9, - 9, - 10, - 8, - 8, - 9, - 8, - 8, - 10, - 7, - 11, - 11, - 9, - 13, - 11, - 8, - 9, - 10, - 11, - 8, - 10, - 7, - 9, - 9, - 8, - 17, - 15, - 15, - 17, - 14, - 9, - 9, - 11, - 9, - 8, - 9, - 8, - 10, - 8, - 8, - 9, - 8, - 10, - 9, - 7, - 9, - 9, - 7, - 9, - 9, - 10, - 9, - 11, - 12, - 9, - 9, - 10, - 10, - 12, - 8, - 10, - 10, - 12, - 12, - 9, - 9, - 9, - 11, - 9, - 11, - 13, - 9, - 10, - 9, - 9, - 9, - 9, - 12, - 9, - 10, - 10, - 9, - 12, - 9, - 9, - 10, - 10, - 10, - 8, - 10, - 9, - 15, - 12, - 10, - 9, - 9, - 9, - 8, - 8, - 9, - 10, - 9, - 10, - 9, - 11, - 10, - 9, - 8, - 8, - 9, - 8, - 9, - 13, - 10, - 10, - 9, - 9, - 8, - 9, - 10, - 9, - 9, - 9, - 8, - 9, - 9, - 9, - 9, - 9, - 9, - 9, - 9, - 9, - 9, - 10, - 11, - 13, - 9, - 9, - 11, - 8, - 8, - 10, - 7, - 10, - 8, - 7, - 8, - 7, - 10, - 8, - 8, - 10, - 10, - 10, - 10, - 8, - 7, - 8, - 7, - 9, - 9, - 9, - 8, - 9, - 8, - 8, - 7, - 8, - 8, - 7, - 8, - 8, - 9, - 13, - 11, - 8, - 10, - 9, - 8, - 8, - 8, - 8, - 8, - 7, - 9, - 8, - 9, - 9, - 9, - 9, - 8, - 10, - 7, - 11, - 8, - 8, - 8 - ] - } - } - }, - "gpu": { - "energy used system": "95 J", - "used process": "TODO", - "used system": { - "avg": 0, - "max": 0, - "min": 0, - "timeseries": { - "timestamps": [ - "109ms", - "313ms", - "516ms", - "720ms", - "924ms", - "1127ms", - "1331ms", - "1534ms", - "1738ms", - "1942ms", - "2145ms", - "2349ms", - "2552ms", - "2756ms", - "2959ms", - "3163ms", - "3366ms", - "3570ms", - "3773ms", - "3977ms", - "4181ms", - "4384ms", - "4587ms", - "4791ms", - "4994ms", - "5198ms", - "5403ms", - "5607ms", - "5810ms", - "6014ms", - "6217ms", - "6421ms", - "6624ms", - "6828ms", - "7031ms", - "7235ms", - "7439ms", - "7642ms", - "7846ms", - "8049ms", - "8253ms", - "8456ms", - "8660ms", - "8863ms", - "9067ms", - "9270ms", - "9474ms", - "9678ms", - "9881ms", - "10085ms", - "10288ms", - "10492ms", - "10695ms", - "10899ms", - "11102ms", - "11305ms", - "11509ms", - "11713ms", - "11916ms", - "12119ms", - "12323ms", - "12528ms", - "12732ms", - "12935ms", - "13139ms", - "13342ms", - "13546ms", - "13749ms", - "13953ms", - "14156ms", - "14360ms", - "14563ms", - "14767ms", - "14970ms", - "15174ms", - "15377ms", - "15581ms", - "15784ms", - "15988ms", - "16191ms", - "16395ms", - "16598ms", - "16802ms", - "17005ms", - "17209ms", - "17412ms", - "17616ms", - "17819ms", - "18023ms", - "18226ms", - "18430ms", - "18633ms", - "18837ms", - "19040ms", - "19244ms", - "19447ms", - "19652ms", - "19859ms", - "20063ms", - "20268ms", - "20472ms", - "20676ms", - "20881ms", - "21086ms", - "21290ms", - "21494ms", - "21699ms", - "21903ms", - "22107ms", - "22312ms", - "22516ms", - "22720ms", - "22925ms", - "23129ms", - "23333ms", - "23537ms", - "23742ms", - "23947ms", - "24151ms", - "24355ms", - "24559ms", - "24763ms", - "24968ms", - "25173ms", - "25377ms", - "25581ms", - "25785ms", - "25990ms", - "26194ms", - "26399ms", - "26603ms", - "26807ms", - "27012ms", - "27216ms", - "27420ms", - "27625ms", - "27829ms", - "28033ms", - "28237ms", - "28442ms", - "28646ms", - "28850ms", - "29055ms", - "29259ms", - "29463ms", - "29668ms", - "29872ms", - "30077ms", - "30281ms", - "30485ms", - "30587ms", - "30689ms", - "30791ms", - "30894ms", - "30996ms", - "31098ms", - "31200ms", - "31302ms", - "31404ms", - "31507ms", - "31609ms", - "31711ms", - "31813ms", - "31915ms", - "32017ms", - "32119ms", - "32221ms", - "32323ms", - "32425ms", - "32528ms", - "32630ms", - "32732ms", - "32835ms", - "32938ms", - "33040ms", - "33142ms", - "33244ms", - "33346ms", - "33448ms", - "33551ms", - "33653ms", - "33756ms", - "33858ms", - "33960ms", - "34062ms", - "34165ms", - "34267ms", - "34369ms", - "34471ms", - "34573ms", - "34675ms", - "34777ms", - "34880ms", - "34982ms", - "35084ms", - "35186ms", - "35288ms", - "35390ms", - "35493ms", - "35594ms", - "35696ms", - "35799ms", - "35901ms", - "36003ms", - "36105ms", - "36207ms", - "36310ms", - "36412ms", - "36514ms", - "36616ms", - "36718ms", - "36820ms", - "36923ms", - "37025ms", - "37127ms", - "37229ms", - "37331ms", - "37434ms", - "37536ms" - ], - "values": [ - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ] - } - }, - "vram used process": "TODO", - "vram used system": { - "avg": 0, - "max": 511, - "min": 0, - "timeseries": { - "timestamps": [ - "108ms", - "311ms", - "515ms", - "718ms", - "922ms", - "1126ms", - "1329ms", - "1533ms", - "1737ms", - "1940ms", - "2144ms", - "2347ms", - "2551ms", - "2754ms", - "2958ms", - "3161ms", - "3365ms", - "3568ms", - "3772ms", - "3976ms", - "4179ms", - "4383ms", - "4586ms", - "4789ms", - "4993ms", - "5196ms", - "5400ms", - "5605ms", - "5809ms", - "6012ms", - "6216ms", - "6419ms", - "6623ms", - "6827ms", - "7030ms", - "7233ms", - "7437ms", - "7641ms", - "7844ms", - "8048ms", - "8251ms", - "8455ms", - "8658ms", - "8862ms", - "9065ms", - "9269ms", - "9473ms", - "9676ms", - "9880ms", - "10083ms", - "10287ms", - "10491ms", - "10694ms", - "10897ms", - "11101ms", - "11304ms", - "11508ms", - "11711ms", - "11915ms", - "12118ms", - "12322ms", - "12525ms", - "12730ms", - "12934ms", - "13137ms", - "13341ms", - "13544ms", - "13748ms", - "13951ms", - "14155ms", - "14358ms", - "14562ms", - "14765ms", - "14969ms", - "15172ms", - "15376ms", - "15579ms", - "15783ms", - "15986ms", - "16190ms", - "16393ms", - "16597ms", - "16800ms", - "17004ms", - "17207ms", - "17411ms", - "17614ms", - "17818ms", - "18021ms", - "18225ms", - "18428ms", - "18632ms", - "18835ms", - "19039ms", - "19242ms", - "19446ms", - "19649ms", - "19856ms", - "20062ms", - "20266ms", - "20470ms", - "20675ms", - "20879ms", - "21084ms", - "21288ms", - "21493ms", - "21697ms", - "21901ms", - "22106ms", - "22310ms", - "22514ms", - "22718ms", - "22923ms", - "23127ms", - "23331ms", - "23535ms", - "23740ms", - "23944ms", - "24149ms", - "24353ms", - "24557ms", - "24762ms", - "24967ms", - "25171ms", - "25375ms", - "25579ms", - "25783ms", - "25988ms", - "26193ms", - "26397ms", - "26601ms", - "26806ms", - "27011ms", - "27215ms", - "27419ms", - "27623ms", - "27827ms", - "28032ms", - "28236ms", - "28440ms", - "28644ms", - "28848ms", - "29053ms", - "29257ms", - "29462ms", - "29666ms", - "29870ms", - "30075ms", - "30279ms", - "30484ms", - "30586ms", - "30688ms", - "30790ms", - "30892ms", - "30994ms", - "31096ms", - "31198ms", - "31301ms", - "31403ms", - "31505ms", - "31607ms", - "31709ms", - "31811ms", - "31913ms", - "32016ms", - "32118ms", - "32220ms", - "32322ms", - "32424ms", - "32526ms", - "32628ms", - "32730ms", - "32833ms", - "32935ms", - "33038ms", - "33140ms", - "33242ms", - "33344ms", - "33447ms", - "33549ms", - "33651ms", - "33754ms", - "33856ms", - "33958ms", - "34061ms", - "34163ms", - "34265ms", - "34367ms", - "34469ms", - "34571ms", - "34674ms", - "34776ms", - "34878ms", - "34980ms", - "35082ms", - "35184ms", - "35286ms", - "35389ms", - "35491ms", - "35593ms", - "35695ms", - "35797ms", - "35899ms", - "36001ms", - "36104ms", - "36206ms", - "36308ms", - "36410ms", - "36512ms", - "36614ms", - "36716ms", - "36819ms", - "36921ms", - "37024ms", - "37126ms", - "37228ms", - "37330ms", - "37432ms", - "37534ms" - ], - "values": [ - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 508, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511, - 511 - ] - } - } - }, - "ram": { - "energy used system": "0 J", - "used process": { - "avg": 0, - "max": 4005535, - "min": 0, - "timeseries": { - "timestamps": [ - "109ms", - "313ms", - "516ms", - "720ms", - "924ms", - "1127ms", - "1331ms", - "1535ms", - "1738ms", - "1942ms", - "2145ms", - "2349ms", - "2552ms", - "2756ms", - "2959ms", - "3163ms", - "3366ms", - "3570ms", - "3774ms", - "3977ms", - "4181ms", - "4384ms", - "4587ms", - "4791ms", - "4994ms", - "5198ms", - "5403ms", - "5607ms", - "5810ms", - "6014ms", - "6217ms", - "6421ms", - "6625ms", - "6828ms", - "7032ms", - "7235ms", - "7439ms", - "7642ms", - "7846ms", - "8049ms", - "8253ms", - "8456ms", - "8660ms", - "8863ms", - "9067ms", - "9270ms", - "9474ms", - "9678ms", - "9881ms", - "10085ms", - "10288ms", - "10492ms", - "10695ms", - "10899ms", - "11102ms", - "11306ms", - "11509ms", - "11713ms", - "11916ms", - "12120ms", - "12323ms", - "12528ms", - "12732ms", - "12935ms", - "13139ms", - "13342ms", - "13546ms", - "13749ms", - "13953ms", - "14156ms", - "14360ms", - "14563ms", - "14767ms", - "14970ms", - "15174ms", - "15377ms", - "15581ms", - "15784ms", - "15988ms", - "16191ms", - "16395ms", - "16599ms", - "16802ms", - "17005ms", - "17209ms", - "17412ms", - "17616ms", - "17819ms", - "18023ms", - "18226ms", - "18430ms", - "18633ms", - "18837ms", - "19040ms", - "19244ms", - "19447ms", - "19652ms", - "19859ms", - "20064ms", - "20268ms", - "20472ms", - "20676ms", - "20882ms", - "21086ms", - "21290ms", - "21495ms", - "21699ms", - "21903ms", - "22108ms", - "22312ms", - "22516ms", - "22720ms", - "22925ms", - "23129ms", - "23333ms", - "23537ms", - "23742ms", - "23947ms", - "24151ms", - "24355ms", - "24559ms", - "24764ms", - "24968ms", - "25173ms", - "25377ms", - "25581ms", - "25785ms", - "25990ms", - "26195ms", - "26399ms", - "26603ms", - "26808ms", - "27012ms", - "27217ms", - "27421ms", - "27625ms", - "27829ms", - "28033ms", - "28238ms", - "28442ms", - "28646ms", - "28850ms", - "29055ms", - "29259ms", - "29463ms", - "29668ms", - "29873ms", - "30077ms", - "30281ms", - "30485ms", - "30587ms", - "30689ms", - "30791ms", - "30894ms", - "30996ms", - "31098ms", - "31200ms", - "31302ms", - "31405ms", - "31507ms", - "31609ms", - "31711ms", - "31813ms", - "31915ms", - "32017ms", - "32119ms", - "32221ms", - "32323ms", - "32426ms", - "32528ms", - "32630ms", - "32733ms", - "32835ms", - "32938ms", - "33040ms", - "33142ms", - "33244ms", - "33346ms", - "33449ms", - "33551ms", - "33653ms", - "33756ms", - "33858ms", - "33960ms", - "34063ms", - "34165ms", - "34267ms", - "34369ms", - "34471ms", - "34573ms", - "34675ms", - "34778ms", - "34880ms", - "34982ms", - "35084ms", - "35186ms", - "35288ms", - "35391ms", - "35493ms", - "35594ms", - "35696ms", - "35799ms", - "35901ms", - "36003ms", - "36105ms", - "36208ms", - "36310ms", - "36412ms", - "36514ms", - "36616ms", - "36718ms", - "36821ms", - "36923ms", - "37025ms", - "37127ms", - "37229ms", - "37332ms", - "37434ms", - "37536ms" - ], - "values": [ - 219070, - 241803, - 260812, - 291336, - 335581, - 383344, - 432128, - 476217, - 514838, - 553185, - 591757, - 627789, - 664989, - 703754, - 741302, - 779485, - 817823, - 852406, - 891506, - 934035, - 973066, - 1011544, - 1050554, - 1083154, - 1121939, - 1160445, - 1205035, - 1241956, - 1280503, - 1319030, - 1359101, - 1398009, - 1434079, - 1471991, - 1508241, - 1545736, - 1583357, - 1621671, - 1659244, - 1695141, - 1733029, - 1772277, - 1810173, - 1844850, - 1883725, - 1924411, - 1960427, - 1992179, - 2023976, - 2051694, - 2079977, - 2113052, - 2147409, - 2181083, - 2215260, - 2251550, - 2292387, - 2331676, - 2371727, - 2413801, - 2463801, - 2501971, - 2540359, - 2581676, - 2620469, - 2662125, - 2704257, - 2751799, - 2786193, - 2823274, - 2865119, - 2905047, - 2942824, - 2984402, - 3018838, - 3060604, - 3091701, - 3131600, - 3172683, - 3211014, - 3250458, - 3294920, - 3333906, - 3376840, - 3409207, - 3443638, - 3481997, - 3517353, - 3556491, - 3576516, - 3582955, - 3710713, - 3723431, - 3757387, - 3766362, - 3774816, - 3778109, - 3786371, - 3795066, - 3808067, - 3818541, - 3818766, - 3819233, - 3819798, - 3820318, - 3821555, - 3822428, - 3819520, - 3819532, - 3819536, - 3819548, - 3819552, - 3819552, - 3819552, - 3819704, - 3819724, - 3819728, - 3819728, - 3820158, - 3820883, - 3821584, - 3822276, - 3823009, - 3823816, - 3824574, - 3825467, - 3826270, - 3827113, - 3828006, - 3828690, - 3829518, - 3830333, - 3831111, - 3831623, - 3832156, - 3832754, - 3833323, - 3833806, - 3834482, - 3835047, - 3835453, - 3835998, - 3836129, - 3836727, - 3837321, - 3838001, - 3838656, - 3839201, - 3839959, - 3840540, - 3840827, - 3841073, - 3841417, - 3841617, - 3841953, - 3842195, - 3842519, - 3842809, - 3843117, - 3843366, - 3843801, - 3844177, - 3844526, - 3844939, - 3845185, - 3845439, - 3845652, - 3845894, - 3846098, - 3846467, - 3846701, - 3847004, - 3847319, - 3847610, - 3847966, - 3848331, - 3848523, - 3848921, - 3849306, - 3849596, - 3849879, - 3850227, - 3850526, - 3850817, - 3851177, - 3851481, - 3851714, - 3852079, - 3852300, - 3852603, - 3853021, - 3853316, - 3853582, - 3853950, - 3854184, - 3854471, - 3854700, - 3855032, - 3855462, - 3855843, - 3856154, - 3856457, - 3856920, - 3857260, - 3857620, - 3857899, - 3858317, - 3858669, - 3858972, - 3859324, - 3859640, - 3864141, - 3887308, - 3907809, - 3925762, - 3946991, - 3968233, - 3989188, - 4005535 - ] - } - }, - "used system": { - "avg": 0, - "max": 33065, - "min": 0, - "timeseries": { - "timestamps": [ - "109ms", - "313ms", - "516ms", - "720ms", - "924ms", - "1127ms", - "1331ms", - "1535ms", - "1738ms", - "1942ms", - "2145ms", - "2349ms", - "2552ms", - "2756ms", - "2959ms", - "3163ms", - "3366ms", - "3570ms", - "3774ms", - "3977ms", - "4181ms", - "4384ms", - "4587ms", - "4791ms", - "4994ms", - "5198ms", - "5403ms", - "5607ms", - "5810ms", - "6014ms", - "6217ms", - "6421ms", - "6625ms", - "6828ms", - "7032ms", - "7235ms", - "7439ms", - "7642ms", - "7846ms", - "8049ms", - "8253ms", - "8456ms", - "8660ms", - "8863ms", - "9067ms", - "9270ms", - "9474ms", - "9678ms", - "9881ms", - "10085ms", - "10288ms", - "10492ms", - "10695ms", - "10899ms", - "11102ms", - "11306ms", - "11509ms", - "11713ms", - "11916ms", - "12120ms", - "12323ms", - "12528ms", - "12732ms", - "12935ms", - "13139ms", - "13342ms", - "13546ms", - "13749ms", - "13953ms", - "14156ms", - "14360ms", - "14563ms", - "14767ms", - "14970ms", - "15174ms", - "15377ms", - "15581ms", - "15784ms", - "15988ms", - "16191ms", - "16395ms", - "16599ms", - "16802ms", - "17005ms", - "17209ms", - "17412ms", - "17616ms", - "17819ms", - "18023ms", - "18226ms", - "18430ms", - "18633ms", - "18837ms", - "19040ms", - "19244ms", - "19447ms", - "19652ms", - "19859ms", - "20064ms", - "20268ms", - "20472ms", - "20676ms", - "20882ms", - "21086ms", - "21290ms", - "21495ms", - "21699ms", - "21903ms", - "22108ms", - "22312ms", - "22516ms", - "22720ms", - "22925ms", - "23129ms", - "23333ms", - "23537ms", - "23742ms", - "23947ms", - "24151ms", - "24355ms", - "24559ms", - "24764ms", - "24968ms", - "25173ms", - "25377ms", - "25581ms", - "25785ms", - "25990ms", - "26195ms", - "26399ms", - "26603ms", - "26808ms", - "27012ms", - "27217ms", - "27421ms", - "27625ms", - "27829ms", - "28033ms", - "28238ms", - "28442ms", - "28646ms", - "28850ms", - "29055ms", - "29259ms", - "29463ms", - "29668ms", - "29873ms", - "30077ms", - "30281ms", - "30485ms", - "30587ms", - "30689ms", - "30791ms", - "30894ms", - "30996ms", - "31098ms", - "31200ms", - "31302ms", - "31405ms", - "31507ms", - "31609ms", - "31711ms", - "31813ms", - "31915ms", - "32017ms", - "32119ms", - "32221ms", - "32323ms", - "32426ms", - "32528ms", - "32630ms", - "32733ms", - "32835ms", - "32938ms", - "33040ms", - "33142ms", - "33244ms", - "33346ms", - "33449ms", - "33551ms", - "33653ms", - "33756ms", - "33858ms", - "33960ms", - "34063ms", - "34165ms", - "34267ms", - "34369ms", - "34471ms", - "34573ms", - "34675ms", - "34778ms", - "34880ms", - "34982ms", - "35084ms", - "35186ms", - "35288ms", - "35391ms", - "35493ms", - "35594ms", - "35696ms", - "35799ms", - "35901ms", - "36003ms", - "36105ms", - "36208ms", - "36310ms", - "36412ms", - "36514ms", - "36616ms", - "36718ms", - "36821ms", - "36923ms", - "37025ms", - "37127ms", - "37229ms", - "37332ms", - "37434ms", - "37536ms" - ], - "values": [ - 32710, - 32752, - 32704, - 32747, - 32729, - 32739, - 32748, - 32672, - 32699, - 32689, - 32723, - 32747, - 32667, - 32705, - 32685, - 32724, - 32715, - 32745, - 32730, - 32754, - 32712, - 32691, - 32747, - 32753, - 32731, - 32755, - 32736, - 32738, - 32751, - 32735, - 32754, - 32732, - 32746, - 32736, - 32759, - 32745, - 32745, - 32746, - 32756, - 32761, - 32764, - 32763, - 32766, - 32760, - 32756, - 32763, - 32759, - 32759, - 32762, - 32762, - 32700, - 32699, - 32732, - 32774, - 32717, - 32767, - 32807, - 32810, - 32834, - 32811, - 32864, - 32843, - 32879, - 32878, - 32895, - 32914, - 32921, - 32921, - 32940, - 32947, - 32964, - 32975, - 32987, - 32984, - 32996, - 33026, - 32989, - 33014, - 32969, - 32979, - 33020, - 33009, - 33012, - 33028, - 33040, - 32985, - 33027, - 33043, - 33039, - 33025, - 33023, - 33002, - 32969, - 33032, - 33034, - 33016, - 33021, - 33058, - 32973, - 32996, - 33007, - 33007, - 33007, - 33019, - 33019, - 33022, - 33022, - 33037, - 33029, - 33037, - 33044, - 33044, - 33048, - 33052, - 32997, - 33005, - 33005, - 33013, - 33022, - 33022, - 33030, - 33038, - 33046, - 33042, - 33051, - 33055, - 33018, - 33018, - 33027, - 33034, - 33042, - 33042, - 33051, - 33056, - 33000, - 33035, - 33043, - 33043, - 33049, - 33058, - 33057, - 32994, - 33002, - 33005, - 33013, - 33018, - 33025, - 33034, - 33034, - 33042, - 33045, - 33049, - 33057, - 33057, - 33057, - 33064, - 33065, - 32989, - 33000, - 33010, - 33007, - 33007, - 33015, - 33015, - 33015, - 33033, - 33033, - 33041, - 33041, - 33041, - 33042, - 33052, - 33055, - 33053, - 33061, - 33064, - 33057, - 33023, - 33022, - 33022, - 33022, - 33022, - 33022, - 33022, - 33014, - 33022, - 33032, - 33032, - 33030, - 33030, - 33024, - 33024, - 33020, - 33024, - 33011, - 33020, - 33021, - 33022, - 33022, - 33035, - 33035, - 33033, - 33034, - 33032, - 33030, - 33030, - 33030, - 33030, - 33035, - 33035, - 33035, - 33034, - 33058, - 32982, - 33007, - 33024, - 33050, - 33017, - 33028 - ] - } - } - }, - "runtime": { - "start time": "2025-11-22T09:21:54.458710659+0000", - "stop time": "2025-11-22T09:22:32.054819467+0000", - "system": "2480 ms", - "user": "35090 ms", - "wallclock": "37596 ms" - } - }, - "schema version": 0.2 -} +{ + "implementation": { + "executable": null, + "python": { + "interactive": false, + "modules": "3.13.7", + "packages": [ + "Automat==25.4.16", + "Beaker==1.13.0", + "Brotli==1.1.0", + "CacheControl==0.14.4", + "CherryPy==18.10.0", + "Cython==0.29.37", + "Deprecated==1.2.15", + "Deprecated==1.3.1", + "Django==5.2.7", + "FastWARC==0.15.1", + "Flask-RESTful==0.3.10", + "Flask==3.1.2", + "GitPython==3.1.44", + "GitPython==3.1.45", + "HeapDict==1.0.1", + "Jinja2==3.1.6", + "Mako==1.3.10.dev0", + "Markdown==3.10", + "MarkupSafe==3.0.2", + "PyGObject==3.54.5", + "PyJWT==2.10.1", + "PyNaCl==1.6.1", + "PyQt5==5.15.11", + "PyQt5_sip==12.17.1", + "PyQtWebEngine==5.15.7", + "PyYAML==6.0.3", + "Pygments==2.19.2", + "RapidFuzz==3.13.0", + "Resiliparse==0.15.1", + "Routes==2.5.1", + "Rx==3.2.0", + "SecretStorage==3.3.3", + "Sphinx==8.2.3", + "TBB==0.2", + "Twisted==24.7.0", + "WebOb==1.8.9", + "WebTest==3.0.3", + "Werkzeug==3.1.3", + "accelerate==1.10.1", + "aiohappyeyeballs==2.6.1", + "aiohttp==3.13.2", + "aiosignal==1.4.0", + "alabaster==1.0.0", + "aligned_ir_eval==0.0.1rc1", + "allpairspy==2.5.1", + "amqp==5.3.1", + "aniso8601==10.0.1", + "annotated-types==0.7.0", + "anyio==4.11.0", + "anytree==2.13.0", + "apipkg==3.0.2", + "appdirs==1.4.4", + "approval_utilities==14.3.0", + "approvaltests==14.3.0", + "argcomplete==3.6.2", + "asgiref==3.10.0", + "asn1crypto==1.5.1", + "astroid==4.0.2", + "asttokens==3.0.0", + "asttokens==3.0.1", + "async-timeout==5.0.1", + "attrs==25.4.0", + "autocommand==2.2.2", + "autoqrels==0.0.1", + "babel==2.17.0", + "bandit==1.8.3", + "bcrypt==5.0.0", + "beautifulsoup4==4.14.2", + "billiard==4.2.2", + "bleach==6.2.0", + "blinker==1.9.0", + "blis==1.3.0", + "boltons==25.0.0", + "boto3==1.37.37", + "botocore==1.37.37", + "bs4==0.0.2", + "btrfsutil==6.17.1", + "build==1.3.0", + "cachetools==6.2.2", + "catalogue==2.0.10", + "cattrs==24.1.3", + "cbor==1.0.0", + "celery==5.5.3", + "certifi==2025.11.12", + "cffi==2.0.0", + "chardet==5.2.0", + "charset-normalizer==3.4.4", + "chatnoir-api==3.3.0", + "chatnoir-api==3.4.3.dev4+gf1b304697", + "chatnoir-pyterrier==2.0.6.dev142+g8392b4ca1", + "cheroot==11.1.2", + "chest==0.2.3", + "cleo==2.1.0", + "click-didyoumean==0.3.1", + "click-plugins==1.1.1.2", + "click-repl==0.3.0", + "click==8.2.1", + "cloudpathlib==0.22.0", + "cmd2==2.6.2", + "colaburl==0.1.0", + "colorama==0.4.6", + "comm==0.2.2", + "commonmark==0.9.1", + "conf26-reliability-analysis==0.1.0", + "confection==0.1.5", + "configobj==5.0.9", + "constantly==23.10.4", + "contourpy==1.3.1", + "coverage==7.12.0", + "crashtest==0.4.1", + "crit==4.2", + "cryptography==46.0.3", + "cssselect==1.3.0", + "cuda-bindings==13.0.1", + "cuda-core==0.3.2", + "cuda-pathfinder==1.2.2", + "cuda-python==13.0.1", + "cycler==0.12.1", + "cymem==2.0.11", + "dataclasses-json==0.5.9", + "dataclasses-json==0.6.7", + "datasets==3.5.0", + "dbus-python==1.4.0", + "de_core_news_sm==3.8.0", + "debugpy==1.8.12", + "decorator==5.1.1", + "decorator==5.2.1", + "defusedxml==0.7.1", + "dill==0.3.8", + "dill==0.4.0", + "distlib==0.4.0", + "distro==1.9.0", + "django-minify-html==1.13.0", + "djangorestframework==3.15.1", + "dnspython==2.8.0", + "doccano-client==1.2.8", + "docker==7.1.0", + "docopt==0.6.2", + "docstring_parser==0.17.0", + "docutils==0.22.3", + "duckdb==1.4.0", + "dulwich==0.22.8", + "elastic-transport==8.17.1", + "elastic-transport==9.2.0", + "elasticsearch-dsl==8.18.0", + "elasticsearch==8.6.1", + "elasticsearch==9.2.0", + "empty-files==0.0.9", + "en_core_web_sm==3.8.0", + "entrypoints==0.4", + "et_xmlfile==2.0.0", + "evaluate==0.4.3", + "exceptiongroup==1.3.0", + "executing==2.2.0", + "executing==2.2.1", + "face==24.0.0", + "fastjsonschema==2.21.2", + "filelock==3.20.0", + "findpython==0.6.3", + "flake8==7.3.0", + "flit_core==3.12.0", + "fluidity-sm==0.2.1", + "fonttools==4.56.0", + "freezegun==1.5.5", + "frozenlist==1.8.0", + "fsspec==2024.12.0", + "ftfy==6.3.1", + "furo==2024.8.6", + "gitdb==4.0.12", + "glom==24.11.0", + "google-api-core==2.19.1", + "google-api-python-client==2.140.0", + "google-auth-httplib2==0.2.1", + "google-auth==2.43.0", + "googleapis-common-protos==1.72.0", + "graphql-core==3.2.6", + "grpcio-tools==1.76.0", + "grpcio==1.76.0", + "h11==0.16.0", + "html5lib==1.1", + "httpcore==1.0.9", + "httplib2==0.31.0", + "httpx==0.28.1", + "huggingface-hub==0.29.3", + "hyperlink==21.0.0", + "hypothesis==6.148.1", + "idna==3.11", + "ijson==3.3.0", + "ijson==3.4.0.post0", + "imagesize==1.4.1", + "importlib_metadata==8.6.1", + "importlib_metadata==8.7.0", + "importlib_resources==6.5.2", + "incremental==24.7.2", + "inflect==7.5.0", + "iniconfig==2.1.0", + "inscriptis==2.5.1", + "inscriptis==2.7.0", + "installer==0.7.0", + "internetarchive==5.7.1", + "invoke==2.2.1", + "ipykernel==6.29.5", + "ipython==8.32.0", + "ipython==9.7.0", + "ipython_pygments_lexers==1.1.1", + "ir-datasets-longeval==0.1.dev39+g6ee2fef", + "ir-datasets-subsample==0.0.0", + "ir_datasets==0.5.11", + "ir_measures==0.4.1", + "ir_measures==0.4.2", + "isodate==0.7.2", + "isort==7.0.0", + "itsdangerous==2.2.0", + "jaraco.classes==3.4.0", + "jaraco.collections==5.1.0", + "jaraco.context==6.0.1", + "jaraco.functools==4.1.0", + "jaraco.text==4.0.0", + "jedi==0.19.2", + "jeepney==0.8.0", + "jiter==0.10.0", + "jmespath==1.0.1", + "joblib==1.4.2", + "jsonargparse==4.41.0", + "jsonpatch==1.33", + "jsonpointer==3.0.0", + "jsonschema-specifications==2025.9.1", + "jsonschema==4.25.1", + "jupyter_client==8.6.3", + "jupyter_core==5.7.2", + "jupyterlab_pygments==0.3.0", + "keyring==25.6.0", + "kiwisolver==1.4.8", + "kombu==5.5.4", + "langcodes==3.5.0", + "language_data==1.3.0", + "lark==1.3.1", + "lazy-object-proxy==1.12.0", + "legacy-cgi==2.6.4", + "lensfun==0.3.4", + "lexicon==3.0.0", + "libtmux==0.47.0", + "lightning-ir==0.0.5", + "lightning-utilities==0.15.2", + "lightning==2.5.5", + "lit==21.1.5.dev0", + "llvmlite==0.44.0", + "lockfile==0.12.2", + "logutils==0.3.5", + "louis==3.34.0", + "lsr_benchmark==0.0.1rc3", + "lxml==5.4.0", + "lz4==4.3.3", + "lz4==4.4.5", + "mallard-ducktype==1.0.2", + "marisa-trie==1.3.1", + "markdown-it-py==4.0.0", + "marshmallow-enum==1.5.1", + "marshmallow==3.26.1", + "matchpy==0.5.5", + "matplotlib-inline==0.1.7", + "matplotlib-inline==0.2.1", + "matplotlib==3.10.0", + "mccabe==0.7.0", + "mdit-py-plugins==0.4.2", + "mdurl==0.1.2", + "minify_html==0.18.1", + "mistune==3.1.1", + "mock==5.1.0", + "more-itertools==10.8.0", + "mpmath==1.3.0", + "mrjob==0.7.4", + "msgpack==1.1.2", + "multidict==6.7.0", + "multiprocess==0.70.16", + "multiset==2.1.1", + "murmurhash==1.0.13", + "mypy-extensions==1.0.0", + "mypy==1.15.0", + "mypy_extensions==1.1.0", + "myst-parser==4.0.0", + "nbclient==0.10.2", + "nbconvert==7.16.6", + "nbformat==5.10.4", + "necessary==0.4.3", + "nest-asyncio==1.6.0", + "networkx==3.4.2", + "nftables==0.1", + "nh3==0.2.20", + "nltk==3.9.1", + "nose==1.3.7", + "npids==0.1.3", + "nspektr==0.5.1", + "numba==0.61.2", + "numpy==1.26.4", + "numpy==2.3.5", + "nvidia-cublas-cu12==12.4.5.8", + "nvidia-cuda-cccl==13.0.85", + "nvidia-cuda-cupti-cu12==12.4.127", + "nvidia-cuda-nvrtc-cu12==12.4.127", + "nvidia-cuda-nvrtc==13.0.88", + "nvidia-cuda-runtime-cu12==12.4.127", + "nvidia-cuda-runtime==13.0.88", + "nvidia-cudnn-cu12==9.1.0.70", + "nvidia-cufft-cu12==11.2.1.3", + "nvidia-curand-cu12==10.3.5.147", + "nvidia-cusolver-cu12==11.6.1.9", + "nvidia-cusparse-cu12==12.3.1.170", + "nvidia-cusparselt-cu12==0.6.2", + "nvidia-nccl-cu12==2.21.5", + "nvidia-nvjitlink-cu12==12.4.127", + "nvidia-nvjitlink==13.0.88", + "nvidia-nvtx-cu12==12.4.127", + "nvidia-nvvm==13.0.88", + "oauth2client==4.1.3", + "openai==1.93.0", + "openpyxl==3.1.5", + "openshot-qt==3.3.0", + "ordered-set==4.1.0", + "orjson==3.11.4", + "packaging==25.0", + "pandas==2.3.3", + "pandocfilters==1.5.1", + "parameterized==0.9.0", + "paramiko==4.0.0", + "parso==0.8.4", + "parso==0.8.5", + "patsy==1.0.1", + "patsy==1.0.2", + "pbr==7.0.1", + "pbs-installer==2025.4.9", + "pdf2image==1.17.0", + "pecan==1.7.0", + "pew==1.2.0", + "pexpect==4.9.0", + "pillow==12.0.0", + "pip==25.3", + "pkgconfig==1.5.5", + "pkginfo==1.12.0", + "platformdirs==4.5.0", + "pluggy==1.6.0", + "ply==3.11", + "poetry-core==2.1.3", + "poetry-core==2.2.1", + "poetry==2.1.3", + "pooch==1.8.2", + "portend==3.2.1", + "preshed==3.0.10", + "prettytable==3.16.0", + "progress==1.6.1", + "prometheus_client==0.23.1", + "promise==2.3", + "prompt_toolkit==3.0.50", + "prompt_toolkit==3.0.52", + "propcache==0.4.1", + "protobuf==6.33.0", + "psutil==7.1.3", + "ptyprocess==0.7.0", + "pure_eval==0.2.3", + "pwquality==1.4.5", + "py-cpuinfo==9.0.0", + "py==1.11.1.dev0+g447bac51.d20241130", + "pyOpenSSL==25.3.0", + "pyaml==24.12.0", + "pyaml_env==1.2.2", + "pyarrow==19.0.1", + "pyarrow==22.0.0", + "pyasn1==0.6.1", + "pyasn1_modules==0.4.2", + "pycairo==1.29.0", + "pycodestyle==2.14.0", + "pycosat==0.6.6", + "pycparser==2.23", + "pycriu==4.2", + "pydantic==2.12.4", + "pydantic_core==2.41.5", + "pyfailsafe==0.6.0", + "pyflakes==3.4.0", + "pygdbmi==0.11.0.0", + "pyjnius==1.7.0", + "pylint==4.0.3", + "pyparsing==3.2.5", + "pyperclip==1.11.0", + "pyproject_hooks==1.2.0", + "pyrate-limiter==2.10.0", + "pyrsistent==0.20.0", + "pyserial==3.5", + "pyterrier-alpha==0.12.6", + "pyterrier-alpha==0.16.4", + "pyterrier-dr==0.3.0", + "pyterrier-t5==0.0.1", + "pytesseract==0.3.13", + "pytest-asyncio==0.26.0", + "pytest-cov==5.0.0", + "pytest-cov==6.1.1", + "pytest-flake8==1.3.0", + "pytest==8.4.2", + "python-dateutil==2.9.0", + "python-dotenv==1.2.1", + "python-gitlab==5.6.0", + "python-magic==0.4.27", + "python-slugify==8.0.4", + "python-terrier==0.13.2", + "python-xlib==0.33", + "pytorch-lightning==2.5.5", + "pytrec_eval-terrier==0.5.10", + "pytrec_eval-terrier==0.5.8", + "pytrec_eval==0.5", + "pytz==2025.2", + "pyzmq==27.1.0", + "rank-bm25==0.2.2", + "readme_renderer==44.0", + "referencing==0.37.0", + "regex==2024.11.6", + "reliability_tests==0.0.1rc1", + "repoze.lru==0.7", + "repro-eval==0.4.0", + "requests-cache==1.2.1", + "requests-ratelimiter==0.7.0", + "requests-toolbelt==1.0.0", + "requests==2.32.2", + "requests==2.32.5", + "requirements-parser==0.11.0", + "resolvelib==1.2.1", + "responses==0.25.8", + "retrying==1.3.4", + "rfc3986==2.0.0", + "rfc3987==1.3.8", + "rich==14.2.0", + "roman-numerals-py==3.1.0", + "rpds-py==0.29.0", + "rsa==4.9.1", + "ruamel.yaml.clib==0.2.15", + "ruamel.yaml==0.18.10", + "ruff==0.9.10", + "runnb==1.0.2", + "s3cmd==2.4.0", + "s3transfer==0.11.5", + "safetensors==0.5.3", + "sarge==0.1.7.post1", + "schema==0.7.8", + "scikit-learn==1.7.2", + "scipy==1.16.3", + "scour==0.38.2", + "seaborn==0.13.2", + "sentence-transformers==5.1.1", + "sentencepiece==0.2.1", + "sentry-sdk==2.44.0", + "setuptools-scm==9.2.2", + "setuptools==80.9.0", + "shellingham==1.5.4", + "six==1.17.0", + "smart_open==7.3.0.post1", + "smashed==0.21.5", + "smbus==1.1", + "smmap==5.0.2", + "sniffio==1.3.1", + "snowballstemmer==2.2.0", + "sortedcontainers==2.4.0", + "soupsieve==2.8", + "spacy-legacy==3.0.12", + "spacy-loggers==1.0.5", + "spacy==3.8.7", + "sphinx-basic-ng==1.0.0b2", + "sphinx-tabs==3.4.7", + "sphinx_design==0.6.1", + "sphinxcontrib-applehelp==2.0.0", + "sphinxcontrib-devhelp==2.0.0", + "sphinxcontrib-htmlhelp==2.1.0", + "sphinxcontrib-jsmath==1.0.1", + "sphinxcontrib-plantuml==0.30", + "sphinxcontrib-qthelp==2.0.0", + "sphinxcontrib-serializinghtml==2.0.0", + "sphinxcontrib-umlet==1.0.2", + "sqlparse==0.5.3", + "srsly==2.5.1", + "stack-data==0.6.3", + "standard-cgi==3.13.0", + "stats==0.1.2a0", + "statsmodels==0.14.5", + "stevedore==5.4.1", + "sympy==1.13.1", + "systemd-python==235", + "teaching-ir-with-shared-tasks==0.1.dev239+g4443fcd", + "tempora==5.8.1", + "tenacity==9.1.2", + "terminator==2.1.5", + "testfixtures==8.3.0", + "testpath==0.6.0", + "text-unidecode==1.3", + "texttable==1.7.0", + "thinc==8.3.6", + "threadpoolctl==3.5.0", + "tinycss2==1.4.0", + "tira-measure==0.0.1", + "tira==0.0.187", + "tirex-tracker==0.2.16", + "tokenizers==0.21.1", + "toml==0.10.2", + "tomli==2.2.1", + "tomlkit==0.13.3", + "torch==2.6.0", + "torchmetrics==1.8.2", + "tornado==6.4.2", + "tqdm==4.67.1", + "traitlets==5.14.3", + "transformers==4.50.1", + "trec-car-tools==2.6", + "trec-downloader==0.1.dev66+g7177269be", + "trectools==0.0.50", + "triton==3.2.0", + "trouting==0.3.3", + "trove-classifiers==2025.9.11.17", + "twine==6.0.1", + "typeguard==4.4.4", + "typer==0.17.4", + "types-PyYAML==6.0.12.20241230", + "types-setuptools==75.8.0.20250210", + "typeshed_client==2.8.2", + "typing-inspect==0.9.0", + "typing-inspection==0.4.2", + "typing_extensions==4.15.0", + "tzdata==2025.2", + "uc-micro-py==1.0.3", + "unlzw3==0.2.3", + "uritemplate==4.2.0", + "url-normalize==2.2.0", + "urllib3==2.5.0", + "validate-pyproject==0.24.1", + "validate==5.0.9", + "vine==5.1.0", + "virtualenv-clone==0.5.7", + "virtualenv==20.35.4", + "waitress==3.0.2", + "warc3-wet-clueweb09==0.2.5", + "warc3-wet==0.2.5", + "wasabi==1.1.3", + "wcwidth==0.2.14", + "weasel==0.4.1", + "webcolors==24.11.1", + "webencodings==0.5.1", + "websocket-client==1.9.0", + "websockets==15.0.1", + "wget==3.2", + "wheel==0.45.1", + "wows-eval==0.0.6", + "wrapt==1.17.3", + "xmlsec==1.3.15.dev0+g1b3b527.d20250423", + "xmltodict==1.0.2", + "xxhash==3.5.0", + "yarl==1.22.0", + "yq==3.4.3", + "zc.lockfile==4.0", + "zipp==3.21.0", + "zlib-state==0.1.10", + "zlib-state==0.1.9", + "zope.interface==8.1.1", + "zstandard==0.25.0" + ] + }, + "script": { + "path": "/home/maik/.local/bin/lsr-benchmark" + }, + "source": { + "archive": { + "path": "spot-check/.tirex-tracker/code.zip", + "script path": "lsr-benchmark" + }, + "archive path": "/tmp/filerl4Xut", + "branch": "main", + "commit": "0e5cebb2607e4dde99c2fd1ae4771dc5f8aac74e", + "hash": "0b42bbc9994219b70dbeeeb69918b78e8a260882", + "is repo": 1, + "lang": null, + "repository": "git@github.com:OpenWebSearch/wows-code.git", + "root": "/home/maik/workspace/wows-code/", + "tags": [], + "unchecked files": 1, + "uncommitted changes": 1, + "unpushed changes": 0, + "upstream branch": "refs/remotes/origin/main" + } + }, + "platform": { + "hardware": { + "cpu": { + "architecture": "x86_64", + "byte order": "Little Endian", + "caches": { + "l1d": "576 KiB", + "l1i": "384 KiB", + "l2": "7680 KiB", + "l3": "18432 KiB" + }, + "features": "rdtsc rdtscp rdpid mwait fxsave xsave fpu mmx mmx_plus prefetchw daz sse sse2 sse3 ssse3 sse4_1 sse4_2 avx avxvnni fma3 f16c avx2 cmov cmpxchg8b cmpxchg16b clwb movbe lahf_sahf lzcnt popcnt bmi bmi2 adx aes vaes pclmulqdq vpclmulqdq gfni rdrand rdseed sha", + "frequency": { + "avg": 0, + "max": 0, + "min": 0, + "timeseries": { + "timestamps": [ + "109ms", + "313ms", + "516ms", + "720ms", + "924ms", + "1127ms", + "1331ms", + "1535ms", + "1738ms", + "1942ms", + "2145ms", + "2349ms", + "2552ms", + "2756ms", + "2959ms", + "3163ms", + "3367ms", + "3570ms", + "3774ms", + "3977ms", + "4181ms", + "4384ms", + "4587ms", + "4791ms", + "4994ms", + "5198ms", + "5403ms", + "5607ms", + "5810ms", + "6014ms", + "6217ms", + "6421ms", + "6625ms", + "6828ms", + "7032ms", + "7235ms", + "7439ms", + "7642ms", + "7846ms", + "8049ms", + "8253ms", + "8456ms", + "8660ms", + "8863ms", + "9067ms", + "9271ms", + "9474ms", + "9678ms", + "9881ms", + "10085ms", + "10288ms", + "10492ms", + "10695ms", + "10899ms", + "11102ms", + "11306ms", + "11509ms", + "11713ms", + "11916ms", + "12120ms", + "12323ms", + "12528ms", + "12732ms", + "12935ms", + "13139ms", + "13342ms", + "13546ms", + "13749ms", + "13953ms", + "14156ms", + "14360ms", + "14563ms", + "14767ms", + "14970ms", + "15174ms", + "15377ms", + "15581ms", + "15784ms", + "15988ms", + "16191ms", + "16395ms", + "16599ms", + "16802ms", + "17005ms", + "17209ms", + "17412ms", + "17616ms", + "17819ms", + "18023ms", + "18226ms", + "18430ms", + "18633ms", + "18837ms", + "19040ms", + "19244ms", + "19447ms", + "19652ms", + "19859ms", + "20064ms", + "20268ms", + "20472ms", + "20676ms", + "20882ms", + "21086ms", + "21290ms", + "21495ms", + "21699ms", + "21903ms", + "22108ms", + "22312ms", + "22516ms", + "22720ms", + "22925ms", + "23129ms", + "23333ms", + "23537ms", + "23742ms", + "23947ms", + "24151ms", + "24355ms", + "24559ms", + "24764ms", + "24968ms", + "25173ms", + "25377ms", + "25581ms", + "25785ms", + "25990ms", + "26195ms", + "26399ms", + "26603ms", + "26808ms", + "27012ms", + "27217ms", + "27421ms", + "27625ms", + "27829ms", + "28034ms", + "28238ms", + "28442ms", + "28646ms", + "28850ms", + "29055ms", + "29259ms", + "29463ms", + "29668ms", + "29873ms", + "30077ms", + "30281ms", + "30485ms", + "30587ms", + "30689ms", + "30791ms", + "30894ms", + "30996ms", + "31098ms", + "31200ms", + "31302ms", + "31405ms", + "31507ms", + "31609ms", + "31711ms", + "31813ms", + "31915ms", + "32017ms", + "32119ms", + "32221ms", + "32323ms", + "32426ms", + "32528ms", + "32630ms", + "32733ms", + "32835ms", + "32938ms", + "33040ms", + "33142ms", + "33244ms", + "33346ms", + "33449ms", + "33551ms", + "33653ms", + "33756ms", + "33858ms", + "33960ms", + "34063ms", + "34165ms", + "34267ms", + "34369ms", + "34471ms", + "34573ms", + "34675ms", + "34778ms", + "34880ms", + "34982ms", + "35084ms", + "35186ms", + "35288ms", + "35391ms", + "35493ms", + "35594ms", + "35696ms", + "35799ms", + "35901ms", + "36003ms", + "36105ms", + "36208ms", + "36310ms", + "36412ms", + "36514ms", + "36616ms", + "36718ms", + "36821ms", + "36923ms", + "37025ms", + "37127ms", + "37229ms", + "37332ms", + "37434ms", + "37536ms" + ], + "values": [ + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0 + ] + } + }, + "frequency max": "4700000 MHz", + "frequency min": "400000 MHz", + "model": "Intel 12th Gen Core i7-1260P", + "number of cores": 12, + "threads per core": 1, + "vendor id": "Intel Corporation", + "virtualization": null + }, + "gpu": { + "memory": "2147, MB", + "model": "NVIDIA GeForce MX550,", + "number of cores": "1024,", + "supported": 1 + }, + "ram": "33347 MB" + }, + "operating system": { + "distribution": "Arch Linux", + "kernel": "Linux 6.12.58-1-lts x86_64" + }, + "software": {} + }, + "resources": { + "cpu": { + "energy used system": "0 J", + "used process": { + "avg": 0, + "max": 244, + "min": 0, + "timeseries": { + "timestamps": [ + "109ms", + "313ms", + "516ms", + "720ms", + "924ms", + "1127ms", + "1331ms", + "1535ms", + "1738ms", + "1942ms", + "2145ms", + "2349ms", + "2552ms", + "2756ms", + "2959ms", + "3163ms", + "3366ms", + "3570ms", + "3774ms", + "3977ms", + "4181ms", + "4384ms", + "4587ms", + "4791ms", + "4994ms", + "5198ms", + "5403ms", + "5607ms", + "5810ms", + "6014ms", + "6217ms", + "6421ms", + "6625ms", + "6828ms", + "7032ms", + "7235ms", + "7439ms", + "7642ms", + "7846ms", + "8049ms", + "8253ms", + "8456ms", + "8660ms", + "8863ms", + "9067ms", + "9271ms", + "9474ms", + "9678ms", + "9881ms", + "10085ms", + "10288ms", + "10492ms", + "10695ms", + "10899ms", + "11102ms", + "11306ms", + "11509ms", + "11713ms", + "11916ms", + "12120ms", + "12323ms", + "12528ms", + "12732ms", + "12935ms", + "13139ms", + "13342ms", + "13546ms", + "13749ms", + "13953ms", + "14156ms", + "14360ms", + "14563ms", + "14767ms", + "14970ms", + "15174ms", + "15377ms", + "15581ms", + "15784ms", + "15988ms", + "16191ms", + "16395ms", + "16599ms", + "16802ms", + "17005ms", + "17209ms", + "17412ms", + "17616ms", + "17819ms", + "18023ms", + "18226ms", + "18430ms", + "18633ms", + "18837ms", + "19040ms", + "19244ms", + "19447ms", + "19652ms", + "19859ms", + "20064ms", + "20268ms", + "20472ms", + "20676ms", + "20882ms", + "21086ms", + "21290ms", + "21495ms", + "21699ms", + "21903ms", + "22108ms", + "22312ms", + "22516ms", + "22720ms", + "22925ms", + "23129ms", + "23333ms", + "23537ms", + "23742ms", + "23947ms", + "24151ms", + "24355ms", + "24559ms", + "24764ms", + "24968ms", + "25173ms", + "25377ms", + "25581ms", + "25785ms", + "25990ms", + "26195ms", + "26399ms", + "26603ms", + "26808ms", + "27012ms", + "27217ms", + "27421ms", + "27625ms", + "27829ms", + "28033ms", + "28238ms", + "28442ms", + "28646ms", + "28850ms", + "29055ms", + "29259ms", + "29463ms", + "29668ms", + "29873ms", + "30077ms", + "30281ms", + "30485ms", + "30587ms", + "30689ms", + "30791ms", + "30894ms", + "30996ms", + "31098ms", + "31200ms", + "31302ms", + "31405ms", + "31507ms", + "31609ms", + "31711ms", + "31813ms", + "31915ms", + "32017ms", + "32119ms", + "32221ms", + "32323ms", + "32426ms", + "32528ms", + "32630ms", + "32733ms", + "32835ms", + "32938ms", + "33040ms", + "33142ms", + "33244ms", + "33346ms", + "33449ms", + "33551ms", + "33653ms", + "33756ms", + "33858ms", + "33960ms", + "34063ms", + "34165ms", + "34267ms", + "34369ms", + "34471ms", + "34573ms", + "34675ms", + "34778ms", + "34880ms", + "34982ms", + "35084ms", + "35186ms", + "35288ms", + "35391ms", + "35493ms", + "35594ms", + "35696ms", + "35799ms", + "35901ms", + "36003ms", + "36105ms", + "36208ms", + "36310ms", + "36412ms", + "36514ms", + "36616ms", + "36718ms", + "36821ms", + "36923ms", + "37025ms", + "37127ms", + "37229ms", + "37332ms", + "37434ms", + "37536ms" + ], + "values": [ + 151, + 79, + 84, + 89, + 103, + 103, + 103, + 94, + 98, + 103, + 103, + 103, + 99, + 103, + 98, + 98, + 108, + 99, + 98, + 99, + 103, + 103, + 99, + 103, + 103, + 99, + 102, + 99, + 103, + 103, + 99, + 103, + 103, + 99, + 103, + 99, + 108, + 98, + 103, + 99, + 99, + 99, + 108, + 98, + 99, + 103, + 98, + 103, + 103, + 103, + 99, + 103, + 103, + 99, + 103, + 103, + 99, + 103, + 98, + 103, + 99, + 102, + 103, + 99, + 103, + 103, + 99, + 108, + 99, + 99, + 103, + 98, + 108, + 98, + 103, + 99, + 98, + 103, + 103, + 99, + 103, + 103, + 103, + 99, + 103, + 99, + 103, + 99, + 103, + 94, + 59, + 49, + 98, + 74, + 94, + 79, + 102, + 97, + 88, + 88, + 98, + 103, + 102, + 98, + 107, + 88, + 102, + 103, + 102, + 98, + 107, + 98, + 102, + 98, + 107, + 97, + 102, + 98, + 102, + 102, + 103, + 102, + 98, + 107, + 98, + 103, + 102, + 102, + 98, + 102, + 102, + 98, + 107, + 103, + 98, + 103, + 102, + 98, + 108, + 98, + 102, + 102, + 97, + 98, + 103, + 103, + 98, + 107, + 98, + 103, + 98, + 99, + 107, + 98, + 107, + 99, + 107, + 99, + 98, + 107, + 98, + 107, + 98, + 107, + 88, + 118, + 89, + 107, + 98, + 107, + 98, + 107, + 98, + 98, + 107, + 98, + 98, + 107, + 107, + 98, + 98, + 107, + 98, + 107, + 98, + 98, + 107, + 98, + 98, + 107, + 107, + 98, + 98, + 107, + 99, + 107, + 98, + 98, + 98, + 99, + 118, + 88, + 107, + 107, + 98, + 98, + 98, + 117, + 98, + 98, + 98, + 107, + 98, + 107, + 98, + 99, + 107, + 98, + 98 + ] + } + }, + "used system": { + "avg": 0, + "max": 22, + "min": 0, + "timeseries": { + "timestamps": [ + "109ms", + "313ms", + "516ms", + "720ms", + "924ms", + "1127ms", + "1331ms", + "1535ms", + "1738ms", + "1942ms", + "2145ms", + "2349ms", + "2552ms", + "2756ms", + "2959ms", + "3163ms", + "3366ms", + "3570ms", + "3774ms", + "3977ms", + "4181ms", + "4384ms", + "4587ms", + "4791ms", + "4994ms", + "5198ms", + "5403ms", + "5607ms", + "5810ms", + "6014ms", + "6217ms", + "6421ms", + "6625ms", + "6828ms", + "7032ms", + "7235ms", + "7439ms", + "7642ms", + "7846ms", + "8049ms", + "8253ms", + "8456ms", + "8660ms", + "8863ms", + "9067ms", + "9271ms", + "9474ms", + "9678ms", + "9881ms", + "10085ms", + "10288ms", + "10492ms", + "10695ms", + "10899ms", + "11102ms", + "11306ms", + "11509ms", + "11713ms", + "11916ms", + "12120ms", + "12323ms", + "12528ms", + "12732ms", + "12935ms", + "13139ms", + "13342ms", + "13546ms", + "13749ms", + "13953ms", + "14156ms", + "14360ms", + "14563ms", + "14767ms", + "14970ms", + "15174ms", + "15377ms", + "15581ms", + "15784ms", + "15988ms", + "16191ms", + "16395ms", + "16599ms", + "16802ms", + "17005ms", + "17209ms", + "17412ms", + "17616ms", + "17819ms", + "18023ms", + "18226ms", + "18430ms", + "18633ms", + "18837ms", + "19040ms", + "19244ms", + "19447ms", + "19652ms", + "19859ms", + "20064ms", + "20268ms", + "20472ms", + "20676ms", + "20882ms", + "21086ms", + "21290ms", + "21495ms", + "21699ms", + "21903ms", + "22108ms", + "22312ms", + "22516ms", + "22720ms", + "22925ms", + "23129ms", + "23333ms", + "23537ms", + "23742ms", + "23947ms", + "24151ms", + "24355ms", + "24559ms", + "24764ms", + "24968ms", + "25173ms", + "25377ms", + "25581ms", + "25785ms", + "25990ms", + "26195ms", + "26399ms", + "26603ms", + "26808ms", + "27012ms", + "27217ms", + "27421ms", + "27625ms", + "27829ms", + "28033ms", + "28238ms", + "28442ms", + "28646ms", + "28850ms", + "29055ms", + "29259ms", + "29463ms", + "29668ms", + "29873ms", + "30077ms", + "30281ms", + "30485ms", + "30587ms", + "30689ms", + "30791ms", + "30894ms", + "30996ms", + "31098ms", + "31200ms", + "31302ms", + "31405ms", + "31507ms", + "31609ms", + "31711ms", + "31813ms", + "31915ms", + "32017ms", + "32119ms", + "32221ms", + "32323ms", + "32426ms", + "32528ms", + "32630ms", + "32733ms", + "32835ms", + "32938ms", + "33040ms", + "33142ms", + "33244ms", + "33346ms", + "33449ms", + "33551ms", + "33653ms", + "33756ms", + "33858ms", + "33960ms", + "34063ms", + "34165ms", + "34267ms", + "34369ms", + "34471ms", + "34573ms", + "34675ms", + "34778ms", + "34880ms", + "34982ms", + "35084ms", + "35186ms", + "35288ms", + "35391ms", + "35493ms", + "35594ms", + "35696ms", + "35799ms", + "35901ms", + "36003ms", + "36105ms", + "36208ms", + "36310ms", + "36412ms", + "36514ms", + "36616ms", + "36718ms", + "36821ms", + "36923ms", + "37025ms", + "37127ms", + "37229ms", + "37332ms", + "37434ms", + "37536ms" + ], + "values": [ + 5, + 7, + 9, + 11, + 7, + 9, + 8, + 9, + 8, + 10, + 8, + 8, + 9, + 9, + 9, + 9, + 9, + 8, + 8, + 10, + 9, + 9, + 9, + 10, + 8, + 8, + 9, + 8, + 8, + 10, + 7, + 11, + 11, + 9, + 13, + 11, + 8, + 9, + 10, + 11, + 8, + 10, + 7, + 9, + 9, + 8, + 17, + 15, + 15, + 17, + 14, + 9, + 9, + 11, + 9, + 8, + 9, + 8, + 10, + 8, + 8, + 9, + 8, + 10, + 9, + 7, + 9, + 9, + 7, + 9, + 9, + 10, + 9, + 11, + 12, + 9, + 9, + 10, + 10, + 12, + 8, + 10, + 10, + 12, + 12, + 9, + 9, + 9, + 11, + 9, + 11, + 13, + 9, + 10, + 9, + 9, + 9, + 9, + 12, + 9, + 10, + 10, + 9, + 12, + 9, + 9, + 10, + 10, + 10, + 8, + 10, + 9, + 15, + 12, + 10, + 9, + 9, + 9, + 8, + 8, + 9, + 10, + 9, + 10, + 9, + 11, + 10, + 9, + 8, + 8, + 9, + 8, + 9, + 13, + 10, + 10, + 9, + 9, + 8, + 9, + 10, + 9, + 9, + 9, + 8, + 9, + 9, + 9, + 9, + 9, + 9, + 9, + 9, + 9, + 9, + 10, + 11, + 13, + 9, + 9, + 11, + 8, + 8, + 10, + 7, + 10, + 8, + 7, + 8, + 7, + 10, + 8, + 8, + 10, + 10, + 10, + 10, + 8, + 7, + 8, + 7, + 9, + 9, + 9, + 8, + 9, + 8, + 8, + 7, + 8, + 8, + 7, + 8, + 8, + 9, + 13, + 11, + 8, + 10, + 9, + 8, + 8, + 8, + 8, + 8, + 7, + 9, + 8, + 9, + 9, + 9, + 9, + 8, + 10, + 7, + 11, + 8, + 8, + 8 + ] + } + } + }, + "gpu": { + "energy used system": "95 J", + "used process": "TODO", + "used system": { + "avg": 0, + "max": 0, + "min": 0, + "timeseries": { + "timestamps": [ + "109ms", + "313ms", + "516ms", + "720ms", + "924ms", + "1127ms", + "1331ms", + "1534ms", + "1738ms", + "1942ms", + "2145ms", + "2349ms", + "2552ms", + "2756ms", + "2959ms", + "3163ms", + "3366ms", + "3570ms", + "3773ms", + "3977ms", + "4181ms", + "4384ms", + "4587ms", + "4791ms", + "4994ms", + "5198ms", + "5403ms", + "5607ms", + "5810ms", + "6014ms", + "6217ms", + "6421ms", + "6624ms", + "6828ms", + "7031ms", + "7235ms", + "7439ms", + "7642ms", + "7846ms", + "8049ms", + "8253ms", + "8456ms", + "8660ms", + "8863ms", + "9067ms", + "9270ms", + "9474ms", + "9678ms", + "9881ms", + "10085ms", + "10288ms", + "10492ms", + "10695ms", + "10899ms", + "11102ms", + "11305ms", + "11509ms", + "11713ms", + "11916ms", + "12119ms", + "12323ms", + "12528ms", + "12732ms", + "12935ms", + "13139ms", + "13342ms", + "13546ms", + "13749ms", + "13953ms", + "14156ms", + "14360ms", + "14563ms", + "14767ms", + "14970ms", + "15174ms", + "15377ms", + "15581ms", + "15784ms", + "15988ms", + "16191ms", + "16395ms", + "16598ms", + "16802ms", + "17005ms", + "17209ms", + "17412ms", + "17616ms", + "17819ms", + "18023ms", + "18226ms", + "18430ms", + "18633ms", + "18837ms", + "19040ms", + "19244ms", + "19447ms", + "19652ms", + "19859ms", + "20063ms", + "20268ms", + "20472ms", + "20676ms", + "20881ms", + "21086ms", + "21290ms", + "21494ms", + "21699ms", + "21903ms", + "22107ms", + "22312ms", + "22516ms", + "22720ms", + "22925ms", + "23129ms", + "23333ms", + "23537ms", + "23742ms", + "23947ms", + "24151ms", + "24355ms", + "24559ms", + "24763ms", + "24968ms", + "25173ms", + "25377ms", + "25581ms", + "25785ms", + "25990ms", + "26194ms", + "26399ms", + "26603ms", + "26807ms", + "27012ms", + "27216ms", + "27420ms", + "27625ms", + "27829ms", + "28033ms", + "28237ms", + "28442ms", + "28646ms", + "28850ms", + "29055ms", + "29259ms", + "29463ms", + "29668ms", + "29872ms", + "30077ms", + "30281ms", + "30485ms", + "30587ms", + "30689ms", + "30791ms", + "30894ms", + "30996ms", + "31098ms", + "31200ms", + "31302ms", + "31404ms", + "31507ms", + "31609ms", + "31711ms", + "31813ms", + "31915ms", + "32017ms", + "32119ms", + "32221ms", + "32323ms", + "32425ms", + "32528ms", + "32630ms", + "32732ms", + "32835ms", + "32938ms", + "33040ms", + "33142ms", + "33244ms", + "33346ms", + "33448ms", + "33551ms", + "33653ms", + "33756ms", + "33858ms", + "33960ms", + "34062ms", + "34165ms", + "34267ms", + "34369ms", + "34471ms", + "34573ms", + "34675ms", + "34777ms", + "34880ms", + "34982ms", + "35084ms", + "35186ms", + "35288ms", + "35390ms", + "35493ms", + "35594ms", + "35696ms", + "35799ms", + "35901ms", + "36003ms", + "36105ms", + "36207ms", + "36310ms", + "36412ms", + "36514ms", + "36616ms", + "36718ms", + "36820ms", + "36923ms", + "37025ms", + "37127ms", + "37229ms", + "37331ms", + "37434ms", + "37536ms" + ], + "values": [ + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0 + ] + } + }, + "vram used process": "TODO", + "vram used system": { + "avg": 0, + "max": 511, + "min": 0, + "timeseries": { + "timestamps": [ + "108ms", + "311ms", + "515ms", + "718ms", + "922ms", + "1126ms", + "1329ms", + "1533ms", + "1737ms", + "1940ms", + "2144ms", + "2347ms", + "2551ms", + "2754ms", + "2958ms", + "3161ms", + "3365ms", + "3568ms", + "3772ms", + "3976ms", + "4179ms", + "4383ms", + "4586ms", + "4789ms", + "4993ms", + "5196ms", + "5400ms", + "5605ms", + "5809ms", + "6012ms", + "6216ms", + "6419ms", + "6623ms", + "6827ms", + "7030ms", + "7233ms", + "7437ms", + "7641ms", + "7844ms", + "8048ms", + "8251ms", + "8455ms", + "8658ms", + "8862ms", + "9065ms", + "9269ms", + "9473ms", + "9676ms", + "9880ms", + "10083ms", + "10287ms", + "10491ms", + "10694ms", + "10897ms", + "11101ms", + "11304ms", + "11508ms", + "11711ms", + "11915ms", + "12118ms", + "12322ms", + "12525ms", + "12730ms", + "12934ms", + "13137ms", + "13341ms", + "13544ms", + "13748ms", + "13951ms", + "14155ms", + "14358ms", + "14562ms", + "14765ms", + "14969ms", + "15172ms", + "15376ms", + "15579ms", + "15783ms", + "15986ms", + "16190ms", + "16393ms", + "16597ms", + "16800ms", + "17004ms", + "17207ms", + "17411ms", + "17614ms", + "17818ms", + "18021ms", + "18225ms", + "18428ms", + "18632ms", + "18835ms", + "19039ms", + "19242ms", + "19446ms", + "19649ms", + "19856ms", + "20062ms", + "20266ms", + "20470ms", + "20675ms", + "20879ms", + "21084ms", + "21288ms", + "21493ms", + "21697ms", + "21901ms", + "22106ms", + "22310ms", + "22514ms", + "22718ms", + "22923ms", + "23127ms", + "23331ms", + "23535ms", + "23740ms", + "23944ms", + "24149ms", + "24353ms", + "24557ms", + "24762ms", + "24967ms", + "25171ms", + "25375ms", + "25579ms", + "25783ms", + "25988ms", + "26193ms", + "26397ms", + "26601ms", + "26806ms", + "27011ms", + "27215ms", + "27419ms", + "27623ms", + "27827ms", + "28032ms", + "28236ms", + "28440ms", + "28644ms", + "28848ms", + "29053ms", + "29257ms", + "29462ms", + "29666ms", + "29870ms", + "30075ms", + "30279ms", + "30484ms", + "30586ms", + "30688ms", + "30790ms", + "30892ms", + "30994ms", + "31096ms", + "31198ms", + "31301ms", + "31403ms", + "31505ms", + "31607ms", + "31709ms", + "31811ms", + "31913ms", + "32016ms", + "32118ms", + "32220ms", + "32322ms", + "32424ms", + "32526ms", + "32628ms", + "32730ms", + "32833ms", + "32935ms", + "33038ms", + "33140ms", + "33242ms", + "33344ms", + "33447ms", + "33549ms", + "33651ms", + "33754ms", + "33856ms", + "33958ms", + "34061ms", + "34163ms", + "34265ms", + "34367ms", + "34469ms", + "34571ms", + "34674ms", + "34776ms", + "34878ms", + "34980ms", + "35082ms", + "35184ms", + "35286ms", + "35389ms", + "35491ms", + "35593ms", + "35695ms", + "35797ms", + "35899ms", + "36001ms", + "36104ms", + "36206ms", + "36308ms", + "36410ms", + "36512ms", + "36614ms", + "36716ms", + "36819ms", + "36921ms", + "37024ms", + "37126ms", + "37228ms", + "37330ms", + "37432ms", + "37534ms" + ], + "values": [ + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 508, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511, + 511 + ] + } + } + }, + "ram": { + "energy used system": "0 J", + "used process": { + "avg": 0, + "max": 4005535, + "min": 0, + "timeseries": { + "timestamps": [ + "109ms", + "313ms", + "516ms", + "720ms", + "924ms", + "1127ms", + "1331ms", + "1535ms", + "1738ms", + "1942ms", + "2145ms", + "2349ms", + "2552ms", + "2756ms", + "2959ms", + "3163ms", + "3366ms", + "3570ms", + "3774ms", + "3977ms", + "4181ms", + "4384ms", + "4587ms", + "4791ms", + "4994ms", + "5198ms", + "5403ms", + "5607ms", + "5810ms", + "6014ms", + "6217ms", + "6421ms", + "6625ms", + "6828ms", + "7032ms", + "7235ms", + "7439ms", + "7642ms", + "7846ms", + "8049ms", + "8253ms", + "8456ms", + "8660ms", + "8863ms", + "9067ms", + "9270ms", + "9474ms", + "9678ms", + "9881ms", + "10085ms", + "10288ms", + "10492ms", + "10695ms", + "10899ms", + "11102ms", + "11306ms", + "11509ms", + "11713ms", + "11916ms", + "12120ms", + "12323ms", + "12528ms", + "12732ms", + "12935ms", + "13139ms", + "13342ms", + "13546ms", + "13749ms", + "13953ms", + "14156ms", + "14360ms", + "14563ms", + "14767ms", + "14970ms", + "15174ms", + "15377ms", + "15581ms", + "15784ms", + "15988ms", + "16191ms", + "16395ms", + "16599ms", + "16802ms", + "17005ms", + "17209ms", + "17412ms", + "17616ms", + "17819ms", + "18023ms", + "18226ms", + "18430ms", + "18633ms", + "18837ms", + "19040ms", + "19244ms", + "19447ms", + "19652ms", + "19859ms", + "20064ms", + "20268ms", + "20472ms", + "20676ms", + "20882ms", + "21086ms", + "21290ms", + "21495ms", + "21699ms", + "21903ms", + "22108ms", + "22312ms", + "22516ms", + "22720ms", + "22925ms", + "23129ms", + "23333ms", + "23537ms", + "23742ms", + "23947ms", + "24151ms", + "24355ms", + "24559ms", + "24764ms", + "24968ms", + "25173ms", + "25377ms", + "25581ms", + "25785ms", + "25990ms", + "26195ms", + "26399ms", + "26603ms", + "26808ms", + "27012ms", + "27217ms", + "27421ms", + "27625ms", + "27829ms", + "28033ms", + "28238ms", + "28442ms", + "28646ms", + "28850ms", + "29055ms", + "29259ms", + "29463ms", + "29668ms", + "29873ms", + "30077ms", + "30281ms", + "30485ms", + "30587ms", + "30689ms", + "30791ms", + "30894ms", + "30996ms", + "31098ms", + "31200ms", + "31302ms", + "31405ms", + "31507ms", + "31609ms", + "31711ms", + "31813ms", + "31915ms", + "32017ms", + "32119ms", + "32221ms", + "32323ms", + "32426ms", + "32528ms", + "32630ms", + "32733ms", + "32835ms", + "32938ms", + "33040ms", + "33142ms", + "33244ms", + "33346ms", + "33449ms", + "33551ms", + "33653ms", + "33756ms", + "33858ms", + "33960ms", + "34063ms", + "34165ms", + "34267ms", + "34369ms", + "34471ms", + "34573ms", + "34675ms", + "34778ms", + "34880ms", + "34982ms", + "35084ms", + "35186ms", + "35288ms", + "35391ms", + "35493ms", + "35594ms", + "35696ms", + "35799ms", + "35901ms", + "36003ms", + "36105ms", + "36208ms", + "36310ms", + "36412ms", + "36514ms", + "36616ms", + "36718ms", + "36821ms", + "36923ms", + "37025ms", + "37127ms", + "37229ms", + "37332ms", + "37434ms", + "37536ms" + ], + "values": [ + 219070, + 241803, + 260812, + 291336, + 335581, + 383344, + 432128, + 476217, + 514838, + 553185, + 591757, + 627789, + 664989, + 703754, + 741302, + 779485, + 817823, + 852406, + 891506, + 934035, + 973066, + 1011544, + 1050554, + 1083154, + 1121939, + 1160445, + 1205035, + 1241956, + 1280503, + 1319030, + 1359101, + 1398009, + 1434079, + 1471991, + 1508241, + 1545736, + 1583357, + 1621671, + 1659244, + 1695141, + 1733029, + 1772277, + 1810173, + 1844850, + 1883725, + 1924411, + 1960427, + 1992179, + 2023976, + 2051694, + 2079977, + 2113052, + 2147409, + 2181083, + 2215260, + 2251550, + 2292387, + 2331676, + 2371727, + 2413801, + 2463801, + 2501971, + 2540359, + 2581676, + 2620469, + 2662125, + 2704257, + 2751799, + 2786193, + 2823274, + 2865119, + 2905047, + 2942824, + 2984402, + 3018838, + 3060604, + 3091701, + 3131600, + 3172683, + 3211014, + 3250458, + 3294920, + 3333906, + 3376840, + 3409207, + 3443638, + 3481997, + 3517353, + 3556491, + 3576516, + 3582955, + 3710713, + 3723431, + 3757387, + 3766362, + 3774816, + 3778109, + 3786371, + 3795066, + 3808067, + 3818541, + 3818766, + 3819233, + 3819798, + 3820318, + 3821555, + 3822428, + 3819520, + 3819532, + 3819536, + 3819548, + 3819552, + 3819552, + 3819552, + 3819704, + 3819724, + 3819728, + 3819728, + 3820158, + 3820883, + 3821584, + 3822276, + 3823009, + 3823816, + 3824574, + 3825467, + 3826270, + 3827113, + 3828006, + 3828690, + 3829518, + 3830333, + 3831111, + 3831623, + 3832156, + 3832754, + 3833323, + 3833806, + 3834482, + 3835047, + 3835453, + 3835998, + 3836129, + 3836727, + 3837321, + 3838001, + 3838656, + 3839201, + 3839959, + 3840540, + 3840827, + 3841073, + 3841417, + 3841617, + 3841953, + 3842195, + 3842519, + 3842809, + 3843117, + 3843366, + 3843801, + 3844177, + 3844526, + 3844939, + 3845185, + 3845439, + 3845652, + 3845894, + 3846098, + 3846467, + 3846701, + 3847004, + 3847319, + 3847610, + 3847966, + 3848331, + 3848523, + 3848921, + 3849306, + 3849596, + 3849879, + 3850227, + 3850526, + 3850817, + 3851177, + 3851481, + 3851714, + 3852079, + 3852300, + 3852603, + 3853021, + 3853316, + 3853582, + 3853950, + 3854184, + 3854471, + 3854700, + 3855032, + 3855462, + 3855843, + 3856154, + 3856457, + 3856920, + 3857260, + 3857620, + 3857899, + 3858317, + 3858669, + 3858972, + 3859324, + 3859640, + 3864141, + 3887308, + 3907809, + 3925762, + 3946991, + 3968233, + 3989188, + 4005535 + ] + } + }, + "used system": { + "avg": 0, + "max": 33065, + "min": 0, + "timeseries": { + "timestamps": [ + "109ms", + "313ms", + "516ms", + "720ms", + "924ms", + "1127ms", + "1331ms", + "1535ms", + "1738ms", + "1942ms", + "2145ms", + "2349ms", + "2552ms", + "2756ms", + "2959ms", + "3163ms", + "3366ms", + "3570ms", + "3774ms", + "3977ms", + "4181ms", + "4384ms", + "4587ms", + "4791ms", + "4994ms", + "5198ms", + "5403ms", + "5607ms", + "5810ms", + "6014ms", + "6217ms", + "6421ms", + "6625ms", + "6828ms", + "7032ms", + "7235ms", + "7439ms", + "7642ms", + "7846ms", + "8049ms", + "8253ms", + "8456ms", + "8660ms", + "8863ms", + "9067ms", + "9270ms", + "9474ms", + "9678ms", + "9881ms", + "10085ms", + "10288ms", + "10492ms", + "10695ms", + "10899ms", + "11102ms", + "11306ms", + "11509ms", + "11713ms", + "11916ms", + "12120ms", + "12323ms", + "12528ms", + "12732ms", + "12935ms", + "13139ms", + "13342ms", + "13546ms", + "13749ms", + "13953ms", + "14156ms", + "14360ms", + "14563ms", + "14767ms", + "14970ms", + "15174ms", + "15377ms", + "15581ms", + "15784ms", + "15988ms", + "16191ms", + "16395ms", + "16599ms", + "16802ms", + "17005ms", + "17209ms", + "17412ms", + "17616ms", + "17819ms", + "18023ms", + "18226ms", + "18430ms", + "18633ms", + "18837ms", + "19040ms", + "19244ms", + "19447ms", + "19652ms", + "19859ms", + "20064ms", + "20268ms", + "20472ms", + "20676ms", + "20882ms", + "21086ms", + "21290ms", + "21495ms", + "21699ms", + "21903ms", + "22108ms", + "22312ms", + "22516ms", + "22720ms", + "22925ms", + "23129ms", + "23333ms", + "23537ms", + "23742ms", + "23947ms", + "24151ms", + "24355ms", + "24559ms", + "24764ms", + "24968ms", + "25173ms", + "25377ms", + "25581ms", + "25785ms", + "25990ms", + "26195ms", + "26399ms", + "26603ms", + "26808ms", + "27012ms", + "27217ms", + "27421ms", + "27625ms", + "27829ms", + "28033ms", + "28238ms", + "28442ms", + "28646ms", + "28850ms", + "29055ms", + "29259ms", + "29463ms", + "29668ms", + "29873ms", + "30077ms", + "30281ms", + "30485ms", + "30587ms", + "30689ms", + "30791ms", + "30894ms", + "30996ms", + "31098ms", + "31200ms", + "31302ms", + "31405ms", + "31507ms", + "31609ms", + "31711ms", + "31813ms", + "31915ms", + "32017ms", + "32119ms", + "32221ms", + "32323ms", + "32426ms", + "32528ms", + "32630ms", + "32733ms", + "32835ms", + "32938ms", + "33040ms", + "33142ms", + "33244ms", + "33346ms", + "33449ms", + "33551ms", + "33653ms", + "33756ms", + "33858ms", + "33960ms", + "34063ms", + "34165ms", + "34267ms", + "34369ms", + "34471ms", + "34573ms", + "34675ms", + "34778ms", + "34880ms", + "34982ms", + "35084ms", + "35186ms", + "35288ms", + "35391ms", + "35493ms", + "35594ms", + "35696ms", + "35799ms", + "35901ms", + "36003ms", + "36105ms", + "36208ms", + "36310ms", + "36412ms", + "36514ms", + "36616ms", + "36718ms", + "36821ms", + "36923ms", + "37025ms", + "37127ms", + "37229ms", + "37332ms", + "37434ms", + "37536ms" + ], + "values": [ + 32710, + 32752, + 32704, + 32747, + 32729, + 32739, + 32748, + 32672, + 32699, + 32689, + 32723, + 32747, + 32667, + 32705, + 32685, + 32724, + 32715, + 32745, + 32730, + 32754, + 32712, + 32691, + 32747, + 32753, + 32731, + 32755, + 32736, + 32738, + 32751, + 32735, + 32754, + 32732, + 32746, + 32736, + 32759, + 32745, + 32745, + 32746, + 32756, + 32761, + 32764, + 32763, + 32766, + 32760, + 32756, + 32763, + 32759, + 32759, + 32762, + 32762, + 32700, + 32699, + 32732, + 32774, + 32717, + 32767, + 32807, + 32810, + 32834, + 32811, + 32864, + 32843, + 32879, + 32878, + 32895, + 32914, + 32921, + 32921, + 32940, + 32947, + 32964, + 32975, + 32987, + 32984, + 32996, + 33026, + 32989, + 33014, + 32969, + 32979, + 33020, + 33009, + 33012, + 33028, + 33040, + 32985, + 33027, + 33043, + 33039, + 33025, + 33023, + 33002, + 32969, + 33032, + 33034, + 33016, + 33021, + 33058, + 32973, + 32996, + 33007, + 33007, + 33007, + 33019, + 33019, + 33022, + 33022, + 33037, + 33029, + 33037, + 33044, + 33044, + 33048, + 33052, + 32997, + 33005, + 33005, + 33013, + 33022, + 33022, + 33030, + 33038, + 33046, + 33042, + 33051, + 33055, + 33018, + 33018, + 33027, + 33034, + 33042, + 33042, + 33051, + 33056, + 33000, + 33035, + 33043, + 33043, + 33049, + 33058, + 33057, + 32994, + 33002, + 33005, + 33013, + 33018, + 33025, + 33034, + 33034, + 33042, + 33045, + 33049, + 33057, + 33057, + 33057, + 33064, + 33065, + 32989, + 33000, + 33010, + 33007, + 33007, + 33015, + 33015, + 33015, + 33033, + 33033, + 33041, + 33041, + 33041, + 33042, + 33052, + 33055, + 33053, + 33061, + 33064, + 33057, + 33023, + 33022, + 33022, + 33022, + 33022, + 33022, + 33022, + 33014, + 33022, + 33032, + 33032, + 33030, + 33030, + 33024, + 33024, + 33020, + 33024, + 33011, + 33020, + 33021, + 33022, + 33022, + 33035, + 33035, + 33033, + 33034, + 33032, + 33030, + 33030, + 33030, + 33030, + 33035, + 33035, + 33035, + 33034, + 33058, + 32982, + 33007, + 33024, + 33050, + 33017, + 33028 + ] + } + } + }, + "runtime": { + "start time": "2025-11-22T09:21:54.458710659+0000", + "stop time": "2025-11-22T09:22:32.054819467+0000", + "system": "2480 ms", + "user": "35090 ms", + "wallclock": "37596 ms" + } + }, + "schema version": 0.2 +} diff --git a/ecir26/corpus-construction/subsampled-corpora/spot-check/dataset-metadata.yml b/ecir26/corpus-construction/subsampled-corpora/spot-check/dataset-metadata.yml index 49fc9bd..3bc3e12 100644 --- a/ecir26/corpus-construction/subsampled-corpora/spot-check/dataset-metadata.yml +++ b/ecir26/corpus-construction/subsampled-corpora/spot-check/dataset-metadata.yml @@ -1,3745 +1,3745 @@ -implementation: - executable: null - python: - interactive: false - modules: 3.13.7 - packages: - - Automat==25.4.16 - - Beaker==1.13.0 - - Brotli==1.1.0 - - CacheControl==0.14.4 - - CherryPy==18.10.0 - - Cython==0.29.37 - - Deprecated==1.2.15 - - Deprecated==1.3.1 - - Django==5.2.7 - - FastWARC==0.15.1 - - Flask-RESTful==0.3.10 - - Flask==3.1.2 - - GitPython==3.1.44 - - GitPython==3.1.45 - - HeapDict==1.0.1 - - Jinja2==3.1.6 - - Mako==1.3.10.dev0 - - Markdown==3.10 - - MarkupSafe==3.0.2 - - PyGObject==3.54.5 - - PyJWT==2.10.1 - - PyNaCl==1.6.1 - - PyQt5==5.15.11 - - PyQt5_sip==12.17.1 - - PyQtWebEngine==5.15.7 - - PyYAML==6.0.3 - - Pygments==2.19.2 - - RapidFuzz==3.13.0 - - Resiliparse==0.15.1 - - Routes==2.5.1 - - Rx==3.2.0 - - SecretStorage==3.3.3 - - Sphinx==8.2.3 - - TBB==0.2 - - Twisted==24.7.0 - - WebOb==1.8.9 - - WebTest==3.0.3 - - Werkzeug==3.1.3 - - accelerate==1.10.1 - - aiohappyeyeballs==2.6.1 - - aiohttp==3.13.2 - - aiosignal==1.4.0 - - alabaster==1.0.0 - - aligned_ir_eval==0.0.1rc1 - - allpairspy==2.5.1 - - amqp==5.3.1 - - aniso8601==10.0.1 - - annotated-types==0.7.0 - - anyio==4.11.0 - - anytree==2.13.0 - - apipkg==3.0.2 - - appdirs==1.4.4 - - approval_utilities==14.3.0 - - approvaltests==14.3.0 - - argcomplete==3.6.2 - - asgiref==3.10.0 - - asn1crypto==1.5.1 - - astroid==4.0.2 - - asttokens==3.0.0 - - asttokens==3.0.1 - - async-timeout==5.0.1 - - attrs==25.4.0 - - autocommand==2.2.2 - - autoqrels==0.0.1 - - babel==2.17.0 - - bandit==1.8.3 - - bcrypt==5.0.0 - - beautifulsoup4==4.14.2 - - billiard==4.2.2 - - bleach==6.2.0 - - blinker==1.9.0 - - blis==1.3.0 - - boltons==25.0.0 - - boto3==1.37.37 - - botocore==1.37.37 - - bs4==0.0.2 - - btrfsutil==6.17.1 - - build==1.3.0 - - cachetools==6.2.2 - - catalogue==2.0.10 - - cattrs==24.1.3 - - cbor==1.0.0 - - celery==5.5.3 - - certifi==2025.11.12 - - cffi==2.0.0 - - chardet==5.2.0 - - charset-normalizer==3.4.4 - - chatnoir-api==3.3.0 - - chatnoir-api==3.4.3.dev4+gf1b304697 - - chatnoir-pyterrier==2.0.6.dev142+g8392b4ca1 - - cheroot==11.1.2 - - chest==0.2.3 - - cleo==2.1.0 - - click-didyoumean==0.3.1 - - click-plugins==1.1.1.2 - - click-repl==0.3.0 - - click==8.2.1 - - cloudpathlib==0.22.0 - - cmd2==2.6.2 - - colaburl==0.1.0 - - colorama==0.4.6 - - comm==0.2.2 - - commonmark==0.9.1 - - conf26-reliability-analysis==0.1.0 - - confection==0.1.5 - - configobj==5.0.9 - - constantly==23.10.4 - - contourpy==1.3.1 - - coverage==7.12.0 - - crashtest==0.4.1 - - crit==4.2 - - cryptography==46.0.3 - - cssselect==1.3.0 - - cuda-bindings==13.0.1 - - cuda-core==0.3.2 - - cuda-pathfinder==1.2.2 - - cuda-python==13.0.1 - - cycler==0.12.1 - - cymem==2.0.11 - - dataclasses-json==0.5.9 - - dataclasses-json==0.6.7 - - datasets==3.5.0 - - dbus-python==1.4.0 - - de_core_news_sm==3.8.0 - - debugpy==1.8.12 - - decorator==5.1.1 - - decorator==5.2.1 - - defusedxml==0.7.1 - - dill==0.3.8 - - dill==0.4.0 - - distlib==0.4.0 - - distro==1.9.0 - - django-minify-html==1.13.0 - - djangorestframework==3.15.1 - - dnspython==2.8.0 - - doccano-client==1.2.8 - - docker==7.1.0 - - docopt==0.6.2 - - docstring_parser==0.17.0 - - docutils==0.22.3 - - duckdb==1.4.0 - - dulwich==0.22.8 - - elastic-transport==8.17.1 - - elastic-transport==9.2.0 - - elasticsearch-dsl==8.18.0 - - elasticsearch==8.6.1 - - elasticsearch==9.2.0 - - empty-files==0.0.9 - - en_core_web_sm==3.8.0 - - entrypoints==0.4 - - et_xmlfile==2.0.0 - - evaluate==0.4.3 - - exceptiongroup==1.3.0 - - executing==2.2.0 - - executing==2.2.1 - - face==24.0.0 - - fastjsonschema==2.21.2 - - filelock==3.20.0 - - findpython==0.6.3 - - flake8==7.3.0 - - flit_core==3.12.0 - - fluidity-sm==0.2.1 - - fonttools==4.56.0 - - freezegun==1.5.5 - - frozenlist==1.8.0 - - fsspec==2024.12.0 - - ftfy==6.3.1 - - furo==2024.8.6 - - gitdb==4.0.12 - - glom==24.11.0 - - google-api-core==2.19.1 - - google-api-python-client==2.140.0 - - google-auth-httplib2==0.2.1 - - google-auth==2.43.0 - - googleapis-common-protos==1.72.0 - - graphql-core==3.2.6 - - grpcio-tools==1.76.0 - - grpcio==1.76.0 - - h11==0.16.0 - - html5lib==1.1 - - httpcore==1.0.9 - - httplib2==0.31.0 - - httpx==0.28.1 - - huggingface-hub==0.29.3 - - hyperlink==21.0.0 - - hypothesis==6.148.1 - - idna==3.11 - - ijson==3.3.0 - - ijson==3.4.0.post0 - - imagesize==1.4.1 - - importlib_metadata==8.6.1 - - importlib_metadata==8.7.0 - - importlib_resources==6.5.2 - - incremental==24.7.2 - - inflect==7.5.0 - - iniconfig==2.1.0 - - inscriptis==2.5.1 - - inscriptis==2.7.0 - - installer==0.7.0 - - internetarchive==5.7.1 - - invoke==2.2.1 - - ipykernel==6.29.5 - - ipython==8.32.0 - - ipython==9.7.0 - - ipython_pygments_lexers==1.1.1 - - ir-datasets-longeval==0.1.dev39+g6ee2fef - - ir-datasets-subsample==0.0.0 - - ir_datasets==0.5.11 - - ir_measures==0.4.1 - - ir_measures==0.4.2 - - isodate==0.7.2 - - isort==7.0.0 - - itsdangerous==2.2.0 - - jaraco.classes==3.4.0 - - jaraco.collections==5.1.0 - - jaraco.context==6.0.1 - - jaraco.functools==4.1.0 - - jaraco.text==4.0.0 - - jedi==0.19.2 - - jeepney==0.8.0 - - jiter==0.10.0 - - jmespath==1.0.1 - - joblib==1.4.2 - - jsonargparse==4.41.0 - - jsonpatch==1.33 - - jsonpointer==3.0.0 - - jsonschema-specifications==2025.9.1 - - jsonschema==4.25.1 - - jupyter_client==8.6.3 - - jupyter_core==5.7.2 - - jupyterlab_pygments==0.3.0 - - keyring==25.6.0 - - kiwisolver==1.4.8 - - kombu==5.5.4 - - langcodes==3.5.0 - - language_data==1.3.0 - - lark==1.3.1 - - lazy-object-proxy==1.12.0 - - legacy-cgi==2.6.4 - - lensfun==0.3.4 - - lexicon==3.0.0 - - libtmux==0.47.0 - - lightning-ir==0.0.5 - - lightning-utilities==0.15.2 - - lightning==2.5.5 - - lit==21.1.5.dev0 - - llvmlite==0.44.0 - - lockfile==0.12.2 - - logutils==0.3.5 - - louis==3.34.0 - - lsr_benchmark==0.0.1rc3 - - lxml==5.4.0 - - lz4==4.3.3 - - lz4==4.4.5 - - mallard-ducktype==1.0.2 - - marisa-trie==1.3.1 - - markdown-it-py==4.0.0 - - marshmallow-enum==1.5.1 - - marshmallow==3.26.1 - - matchpy==0.5.5 - - matplotlib-inline==0.1.7 - - matplotlib-inline==0.2.1 - - matplotlib==3.10.0 - - mccabe==0.7.0 - - mdit-py-plugins==0.4.2 - - mdurl==0.1.2 - - minify_html==0.18.1 - - mistune==3.1.1 - - mock==5.1.0 - - more-itertools==10.8.0 - - mpmath==1.3.0 - - mrjob==0.7.4 - - msgpack==1.1.2 - - multidict==6.7.0 - - multiprocess==0.70.16 - - multiset==2.1.1 - - murmurhash==1.0.13 - - mypy-extensions==1.0.0 - - mypy==1.15.0 - - mypy_extensions==1.1.0 - - myst-parser==4.0.0 - - nbclient==0.10.2 - - nbconvert==7.16.6 - - nbformat==5.10.4 - - necessary==0.4.3 - - nest-asyncio==1.6.0 - - networkx==3.4.2 - - nftables==0.1 - - nh3==0.2.20 - - nltk==3.9.1 - - nose==1.3.7 - - npids==0.1.3 - - nspektr==0.5.1 - - numba==0.61.2 - - numpy==1.26.4 - - numpy==2.3.5 - - nvidia-cublas-cu12==12.4.5.8 - - nvidia-cuda-cccl==13.0.85 - - nvidia-cuda-cupti-cu12==12.4.127 - - nvidia-cuda-nvrtc-cu12==12.4.127 - - nvidia-cuda-nvrtc==13.0.88 - - nvidia-cuda-runtime-cu12==12.4.127 - - nvidia-cuda-runtime==13.0.88 - - nvidia-cudnn-cu12==9.1.0.70 - - nvidia-cufft-cu12==11.2.1.3 - - nvidia-curand-cu12==10.3.5.147 - - nvidia-cusolver-cu12==11.6.1.9 - - nvidia-cusparse-cu12==12.3.1.170 - - nvidia-cusparselt-cu12==0.6.2 - - nvidia-nccl-cu12==2.21.5 - - nvidia-nvjitlink-cu12==12.4.127 - - nvidia-nvjitlink==13.0.88 - - nvidia-nvtx-cu12==12.4.127 - - nvidia-nvvm==13.0.88 - - oauth2client==4.1.3 - - openai==1.93.0 - - openpyxl==3.1.5 - - openshot-qt==3.3.0 - - ordered-set==4.1.0 - - orjson==3.11.4 - - packaging==25.0 - - pandas==2.3.3 - - pandocfilters==1.5.1 - - parameterized==0.9.0 - - paramiko==4.0.0 - - parso==0.8.4 - - parso==0.8.5 - - patsy==1.0.1 - - patsy==1.0.2 - - pbr==7.0.1 - - pbs-installer==2025.4.9 - - pdf2image==1.17.0 - - pecan==1.7.0 - - pew==1.2.0 - - pexpect==4.9.0 - - pillow==12.0.0 - - pip==25.3 - - pkgconfig==1.5.5 - - pkginfo==1.12.0 - - platformdirs==4.5.0 - - pluggy==1.6.0 - - ply==3.11 - - poetry-core==2.1.3 - - poetry-core==2.2.1 - - poetry==2.1.3 - - pooch==1.8.2 - - portend==3.2.1 - - preshed==3.0.10 - - prettytable==3.16.0 - - progress==1.6.1 - - prometheus_client==0.23.1 - - promise==2.3 - - prompt_toolkit==3.0.50 - - prompt_toolkit==3.0.52 - - propcache==0.4.1 - - protobuf==6.33.0 - - psutil==7.1.3 - - ptyprocess==0.7.0 - - pure_eval==0.2.3 - - pwquality==1.4.5 - - py-cpuinfo==9.0.0 - - py==1.11.1.dev0+g447bac51.d20241130 - - pyOpenSSL==25.3.0 - - pyaml==24.12.0 - - pyaml_env==1.2.2 - - pyarrow==19.0.1 - - pyarrow==22.0.0 - - pyasn1==0.6.1 - - pyasn1_modules==0.4.2 - - pycairo==1.29.0 - - pycodestyle==2.14.0 - - pycosat==0.6.6 - - pycparser==2.23 - - pycriu==4.2 - - pydantic==2.12.4 - - pydantic_core==2.41.5 - - pyfailsafe==0.6.0 - - pyflakes==3.4.0 - - pygdbmi==0.11.0.0 - - pyjnius==1.7.0 - - pylint==4.0.3 - - pyparsing==3.2.5 - - pyperclip==1.11.0 - - pyproject_hooks==1.2.0 - - pyrate-limiter==2.10.0 - - pyrsistent==0.20.0 - - pyserial==3.5 - - pyterrier-alpha==0.12.6 - - pyterrier-alpha==0.16.4 - - pyterrier-dr==0.3.0 - - pyterrier-t5==0.0.1 - - pytesseract==0.3.13 - - pytest-asyncio==0.26.0 - - pytest-cov==5.0.0 - - pytest-cov==6.1.1 - - pytest-flake8==1.3.0 - - pytest==8.4.2 - - python-dateutil==2.9.0 - - python-dotenv==1.2.1 - - python-gitlab==5.6.0 - - python-magic==0.4.27 - - python-slugify==8.0.4 - - python-terrier==0.13.2 - - python-xlib==0.33 - - pytorch-lightning==2.5.5 - - pytrec_eval-terrier==0.5.10 - - pytrec_eval-terrier==0.5.8 - - pytrec_eval==0.5 - - pytz==2025.2 - - pyzmq==27.1.0 - - rank-bm25==0.2.2 - - readme_renderer==44.0 - - referencing==0.37.0 - - regex==2024.11.6 - - reliability_tests==0.0.1rc1 - - repoze.lru==0.7 - - repro-eval==0.4.0 - - requests-cache==1.2.1 - - requests-ratelimiter==0.7.0 - - requests-toolbelt==1.0.0 - - requests==2.32.2 - - requests==2.32.5 - - requirements-parser==0.11.0 - - resolvelib==1.2.1 - - responses==0.25.8 - - retrying==1.3.4 - - rfc3986==2.0.0 - - rfc3987==1.3.8 - - rich==14.2.0 - - roman-numerals-py==3.1.0 - - rpds-py==0.29.0 - - rsa==4.9.1 - - ruamel.yaml.clib==0.2.15 - - ruamel.yaml==0.18.10 - - ruff==0.9.10 - - runnb==1.0.2 - - s3cmd==2.4.0 - - s3transfer==0.11.5 - - safetensors==0.5.3 - - sarge==0.1.7.post1 - - schema==0.7.8 - - scikit-learn==1.7.2 - - scipy==1.16.3 - - scour==0.38.2 - - seaborn==0.13.2 - - sentence-transformers==5.1.1 - - sentencepiece==0.2.1 - - sentry-sdk==2.44.0 - - setuptools-scm==9.2.2 - - setuptools==80.9.0 - - shellingham==1.5.4 - - six==1.17.0 - - smart_open==7.3.0.post1 - - smashed==0.21.5 - - smbus==1.1 - - smmap==5.0.2 - - sniffio==1.3.1 - - snowballstemmer==2.2.0 - - sortedcontainers==2.4.0 - - soupsieve==2.8 - - spacy-legacy==3.0.12 - - spacy-loggers==1.0.5 - - spacy==3.8.7 - - sphinx-basic-ng==1.0.0b2 - - sphinx-tabs==3.4.7 - - sphinx_design==0.6.1 - - sphinxcontrib-applehelp==2.0.0 - - sphinxcontrib-devhelp==2.0.0 - - sphinxcontrib-htmlhelp==2.1.0 - - sphinxcontrib-jsmath==1.0.1 - - sphinxcontrib-plantuml==0.30 - - sphinxcontrib-qthelp==2.0.0 - - sphinxcontrib-serializinghtml==2.0.0 - - sphinxcontrib-umlet==1.0.2 - - sqlparse==0.5.3 - - srsly==2.5.1 - - stack-data==0.6.3 - - standard-cgi==3.13.0 - - stats==0.1.2a0 - - statsmodels==0.14.5 - - stevedore==5.4.1 - - sympy==1.13.1 - - systemd-python==235 - - teaching-ir-with-shared-tasks==0.1.dev239+g4443fcd - - tempora==5.8.1 - - tenacity==9.1.2 - - terminator==2.1.5 - - testfixtures==8.3.0 - - testpath==0.6.0 - - text-unidecode==1.3 - - texttable==1.7.0 - - thinc==8.3.6 - - threadpoolctl==3.5.0 - - tinycss2==1.4.0 - - tira-measure==0.0.1 - - tira==0.0.187 - - tirex-tracker==0.2.16 - - tokenizers==0.21.1 - - toml==0.10.2 - - tomli==2.2.1 - - tomlkit==0.13.3 - - torch==2.6.0 - - torchmetrics==1.8.2 - - tornado==6.4.2 - - tqdm==4.67.1 - - traitlets==5.14.3 - - transformers==4.50.1 - - trec-car-tools==2.6 - - trec-downloader==0.1.dev66+g7177269be - - trectools==0.0.50 - - triton==3.2.0 - - trouting==0.3.3 - - trove-classifiers==2025.9.11.17 - - twine==6.0.1 - - typeguard==4.4.4 - - typer==0.17.4 - - types-PyYAML==6.0.12.20241230 - - types-setuptools==75.8.0.20250210 - - typeshed_client==2.8.2 - - typing-inspect==0.9.0 - - typing-inspection==0.4.2 - - typing_extensions==4.15.0 - - tzdata==2025.2 - - uc-micro-py==1.0.3 - - unlzw3==0.2.3 - - uritemplate==4.2.0 - - url-normalize==2.2.0 - - urllib3==2.5.0 - - validate-pyproject==0.24.1 - - validate==5.0.9 - - vine==5.1.0 - - virtualenv-clone==0.5.7 - - virtualenv==20.35.4 - - waitress==3.0.2 - - warc3-wet-clueweb09==0.2.5 - - warc3-wet==0.2.5 - - wasabi==1.1.3 - - wcwidth==0.2.14 - - weasel==0.4.1 - - webcolors==24.11.1 - - webencodings==0.5.1 - - websocket-client==1.9.0 - - websockets==15.0.1 - - wget==3.2 - - wheel==0.45.1 - - wows-eval==0.0.6 - - wrapt==1.17.3 - - xmlsec==1.3.15.dev0+g1b3b527.d20250423 - - xmltodict==1.0.2 - - xxhash==3.5.0 - - yarl==1.22.0 - - yq==3.4.3 - - zc.lockfile==4.0 - - zipp==3.21.0 - - zlib-state==0.1.10 - - zlib-state==0.1.9 - - zope.interface==8.1.1 - - zstandard==0.25.0 - script: - path: /home/maik/.local/bin/lsr-benchmark - source: - archive: - path: spot-check/.tirex-tracker/code.zip - script path: lsr-benchmark - archive path: /tmp/filerl4Xut - branch: main - commit: 0e5cebb2607e4dde99c2fd1ae4771dc5f8aac74e - hash: 0b42bbc9994219b70dbeeeb69918b78e8a260882 - is repo: 1 - lang: null - repository: git@github.com:OpenWebSearch/wows-code.git - root: /home/maik/workspace/wows-code/ - tags: [] - unchecked files: 1 - uncommitted changes: 1 - unpushed changes: 0 - upstream branch: refs/remotes/origin/main -platform: - hardware: - cpu: - architecture: x86_64 - byte order: Little Endian - caches: - l1d: 576 KiB - l1i: 384 KiB - l2: 7680 KiB - l3: 18432 KiB - features: rdtsc rdtscp rdpid mwait fxsave xsave fpu mmx mmx_plus prefetchw daz - sse sse2 sse3 ssse3 sse4_1 sse4_2 avx avxvnni fma3 f16c avx2 cmov cmpxchg8b - cmpxchg16b clwb movbe lahf_sahf lzcnt popcnt bmi bmi2 adx aes vaes pclmulqdq - vpclmulqdq gfni rdrand rdseed sha - frequency: - avg: 0 - max: 0 - min: 0 - timeseries: - timestamps: - - 109ms - - 313ms - - 516ms - - 720ms - - 924ms - - 1127ms - - 1331ms - - 1535ms - - 1738ms - - 1942ms - - 2145ms - - 2349ms - - 2552ms - - 2756ms - - 2959ms - - 3163ms - - 3367ms - - 3570ms - - 3774ms - - 3977ms - - 4181ms - - 4384ms - - 4587ms - - 4791ms - - 4994ms - - 5198ms - - 5403ms - - 5607ms - - 5810ms - - 6014ms - - 6217ms - - 6421ms - - 6625ms - - 6828ms - - 7032ms - - 7235ms - - 7439ms - - 7642ms - - 7846ms - - 8049ms - - 8253ms - - 8456ms - - 8660ms - - 8863ms - - 9067ms - - 9271ms - - 9474ms - - 9678ms - - 9881ms - - 10085ms - - 10288ms - - 10492ms - - 10695ms - - 10899ms - - 11102ms - - 11306ms - - 11509ms - - 11713ms - - 11916ms - - 12120ms - - 12323ms - - 12528ms - - 12732ms - - 12935ms - - 13139ms - - 13342ms - - 13546ms - - 13749ms - - 13953ms - - 14156ms - - 14360ms - - 14563ms - - 14767ms - - 14970ms - - 15174ms - - 15377ms - - 15581ms - - 15784ms - - 15988ms - - 16191ms - - 16395ms - - 16599ms - - 16802ms - - 17005ms - - 17209ms - - 17412ms - - 17616ms - - 17819ms - - 18023ms - - 18226ms - - 18430ms - - 18633ms - - 18837ms - - 19040ms - - 19244ms - - 19447ms - - 19652ms - - 19859ms - - 20064ms - - 20268ms - - 20472ms - - 20676ms - - 20882ms - - 21086ms - - 21290ms - - 21495ms - - 21699ms - - 21903ms - - 22108ms - - 22312ms - - 22516ms - - 22720ms - - 22925ms - - 23129ms - - 23333ms - - 23537ms - - 23742ms - - 23947ms - - 24151ms - - 24355ms - - 24559ms - - 24764ms - - 24968ms - - 25173ms - - 25377ms - - 25581ms - - 25785ms - - 25990ms - - 26195ms - - 26399ms - - 26603ms - - 26808ms - - 27012ms - - 27217ms - - 27421ms - - 27625ms - - 27829ms - - 28034ms - - 28238ms - - 28442ms - - 28646ms - - 28850ms - - 29055ms - - 29259ms - - 29463ms - - 29668ms - - 29873ms - - 30077ms - - 30281ms - - 30485ms - - 30587ms - - 30689ms - - 30791ms - - 30894ms - - 30996ms - - 31098ms - - 31200ms - - 31302ms - - 31405ms - - 31507ms - - 31609ms - - 31711ms - - 31813ms - - 31915ms - - 32017ms - - 32119ms - - 32221ms - - 32323ms - - 32426ms - - 32528ms - - 32630ms - - 32733ms - - 32835ms - - 32938ms - - 33040ms - - 33142ms - - 33244ms - - 33346ms - - 33449ms - - 33551ms - - 33653ms - - 33756ms - - 33858ms - - 33960ms - - 34063ms - - 34165ms - - 34267ms - - 34369ms - - 34471ms - - 34573ms - - 34675ms - - 34778ms - - 34880ms - - 34982ms - - 35084ms - - 35186ms - - 35288ms - - 35391ms - - 35493ms - - 35594ms - - 35696ms - - 35799ms - - 35901ms - - 36003ms - - 36105ms - - 36208ms - - 36310ms - - 36412ms - - 36514ms - - 36616ms - - 36718ms - - 36821ms - - 36923ms - - 37025ms - - 37127ms - - 37229ms - - 37332ms - - 37434ms - - 37536ms - values: - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - frequency max: 4700000 MHz - frequency min: 400000 MHz - model: Intel 12th Gen Core i7-1260P - number of cores: 12 - threads per core: 1 - vendor id: Intel Corporation - virtualization: null - gpu: - memory: 2147, MB - model: NVIDIA GeForce MX550, - number of cores: 1024, - supported: 1 - ram: 33347 MB - operating system: - distribution: Arch Linux - kernel: Linux 6.12.58-1-lts x86_64 - software: {} -resources: - cpu: - energy used system: 0 J - used process: - avg: 0 - max: 244 - min: 0 - timeseries: - timestamps: - - 109ms - - 313ms - - 516ms - - 720ms - - 924ms - - 1127ms - - 1331ms - - 1535ms - - 1738ms - - 1942ms - - 2145ms - - 2349ms - - 2552ms - - 2756ms - - 2959ms - - 3163ms - - 3366ms - - 3570ms - - 3774ms - - 3977ms - - 4181ms - - 4384ms - - 4587ms - - 4791ms - - 4994ms - - 5198ms - - 5403ms - - 5607ms - - 5810ms - - 6014ms - - 6217ms - - 6421ms - - 6625ms - - 6828ms - - 7032ms - - 7235ms - - 7439ms - - 7642ms - - 7846ms - - 8049ms - - 8253ms - - 8456ms - - 8660ms - - 8863ms - - 9067ms - - 9271ms - - 9474ms - - 9678ms - - 9881ms - - 10085ms - - 10288ms - - 10492ms - - 10695ms - - 10899ms - - 11102ms - - 11306ms - - 11509ms - - 11713ms - - 11916ms - - 12120ms - - 12323ms - - 12528ms - - 12732ms - - 12935ms - - 13139ms - - 13342ms - - 13546ms - - 13749ms - - 13953ms - - 14156ms - - 14360ms - - 14563ms - - 14767ms - - 14970ms - - 15174ms - - 15377ms - - 15581ms - - 15784ms - - 15988ms - - 16191ms - - 16395ms - - 16599ms - - 16802ms - - 17005ms - - 17209ms - - 17412ms - - 17616ms - - 17819ms - - 18023ms - - 18226ms - - 18430ms - - 18633ms - - 18837ms - - 19040ms - - 19244ms - - 19447ms - - 19652ms - - 19859ms - - 20064ms - - 20268ms - - 20472ms - - 20676ms - - 20882ms - - 21086ms - - 21290ms - - 21495ms - - 21699ms - - 21903ms - - 22108ms - - 22312ms - - 22516ms - - 22720ms - - 22925ms - - 23129ms - - 23333ms - - 23537ms - - 23742ms - - 23947ms - - 24151ms - - 24355ms - - 24559ms - - 24764ms - - 24968ms - - 25173ms - - 25377ms - - 25581ms - - 25785ms - - 25990ms - - 26195ms - - 26399ms - - 26603ms - - 26808ms - - 27012ms - - 27217ms - - 27421ms - - 27625ms - - 27829ms - - 28033ms - - 28238ms - - 28442ms - - 28646ms - - 28850ms - - 29055ms - - 29259ms - - 29463ms - - 29668ms - - 29873ms - - 30077ms - - 30281ms - - 30485ms - - 30587ms - - 30689ms - - 30791ms - - 30894ms - - 30996ms - - 31098ms - - 31200ms - - 31302ms - - 31405ms - - 31507ms - - 31609ms - - 31711ms - - 31813ms - - 31915ms - - 32017ms - - 32119ms - - 32221ms - - 32323ms - - 32426ms - - 32528ms - - 32630ms - - 32733ms - - 32835ms - - 32938ms - - 33040ms - - 33142ms - - 33244ms - - 33346ms - - 33449ms - - 33551ms - - 33653ms - - 33756ms - - 33858ms - - 33960ms - - 34063ms - - 34165ms - - 34267ms - - 34369ms - - 34471ms - - 34573ms - - 34675ms - - 34778ms - - 34880ms - - 34982ms - - 35084ms - - 35186ms - - 35288ms - - 35391ms - - 35493ms - - 35594ms - - 35696ms - - 35799ms - - 35901ms - - 36003ms - - 36105ms - - 36208ms - - 36310ms - - 36412ms - - 36514ms - - 36616ms - - 36718ms - - 36821ms - - 36923ms - - 37025ms - - 37127ms - - 37229ms - - 37332ms - - 37434ms - - 37536ms - values: - - 151 - - 79 - - 84 - - 89 - - 103 - - 103 - - 103 - - 94 - - 98 - - 103 - - 103 - - 103 - - 99 - - 103 - - 98 - - 98 - - 108 - - 99 - - 98 - - 99 - - 103 - - 103 - - 99 - - 103 - - 103 - - 99 - - 102 - - 99 - - 103 - - 103 - - 99 - - 103 - - 103 - - 99 - - 103 - - 99 - - 108 - - 98 - - 103 - - 99 - - 99 - - 99 - - 108 - - 98 - - 99 - - 103 - - 98 - - 103 - - 103 - - 103 - - 99 - - 103 - - 103 - - 99 - - 103 - - 103 - - 99 - - 103 - - 98 - - 103 - - 99 - - 102 - - 103 - - 99 - - 103 - - 103 - - 99 - - 108 - - 99 - - 99 - - 103 - - 98 - - 108 - - 98 - - 103 - - 99 - - 98 - - 103 - - 103 - - 99 - - 103 - - 103 - - 103 - - 99 - - 103 - - 99 - - 103 - - 99 - - 103 - - 94 - - 59 - - 49 - - 98 - - 74 - - 94 - - 79 - - 102 - - 97 - - 88 - - 88 - - 98 - - 103 - - 102 - - 98 - - 107 - - 88 - - 102 - - 103 - - 102 - - 98 - - 107 - - 98 - - 102 - - 98 - - 107 - - 97 - - 102 - - 98 - - 102 - - 102 - - 103 - - 102 - - 98 - - 107 - - 98 - - 103 - - 102 - - 102 - - 98 - - 102 - - 102 - - 98 - - 107 - - 103 - - 98 - - 103 - - 102 - - 98 - - 108 - - 98 - - 102 - - 102 - - 97 - - 98 - - 103 - - 103 - - 98 - - 107 - - 98 - - 103 - - 98 - - 99 - - 107 - - 98 - - 107 - - 99 - - 107 - - 99 - - 98 - - 107 - - 98 - - 107 - - 98 - - 107 - - 88 - - 118 - - 89 - - 107 - - 98 - - 107 - - 98 - - 107 - - 98 - - 98 - - 107 - - 98 - - 98 - - 107 - - 107 - - 98 - - 98 - - 107 - - 98 - - 107 - - 98 - - 98 - - 107 - - 98 - - 98 - - 107 - - 107 - - 98 - - 98 - - 107 - - 99 - - 107 - - 98 - - 98 - - 98 - - 99 - - 118 - - 88 - - 107 - - 107 - - 98 - - 98 - - 98 - - 117 - - 98 - - 98 - - 98 - - 107 - - 98 - - 107 - - 98 - - 99 - - 107 - - 98 - - 98 - used system: - avg: 0 - max: 22 - min: 0 - timeseries: - timestamps: - - 109ms - - 313ms - - 516ms - - 720ms - - 924ms - - 1127ms - - 1331ms - - 1535ms - - 1738ms - - 1942ms - - 2145ms - - 2349ms - - 2552ms - - 2756ms - - 2959ms - - 3163ms - - 3366ms - - 3570ms - - 3774ms - - 3977ms - - 4181ms - - 4384ms - - 4587ms - - 4791ms - - 4994ms - - 5198ms - - 5403ms - - 5607ms - - 5810ms - - 6014ms - - 6217ms - - 6421ms - - 6625ms - - 6828ms - - 7032ms - - 7235ms - - 7439ms - - 7642ms - - 7846ms - - 8049ms - - 8253ms - - 8456ms - - 8660ms - - 8863ms - - 9067ms - - 9271ms - - 9474ms - - 9678ms - - 9881ms - - 10085ms - - 10288ms - - 10492ms - - 10695ms - - 10899ms - - 11102ms - - 11306ms - - 11509ms - - 11713ms - - 11916ms - - 12120ms - - 12323ms - - 12528ms - - 12732ms - - 12935ms - - 13139ms - - 13342ms - - 13546ms - - 13749ms - - 13953ms - - 14156ms - - 14360ms - - 14563ms - - 14767ms - - 14970ms - - 15174ms - - 15377ms - - 15581ms - - 15784ms - - 15988ms - - 16191ms - - 16395ms - - 16599ms - - 16802ms - - 17005ms - - 17209ms - - 17412ms - - 17616ms - - 17819ms - - 18023ms - - 18226ms - - 18430ms - - 18633ms - - 18837ms - - 19040ms - - 19244ms - - 19447ms - - 19652ms - - 19859ms - - 20064ms - - 20268ms - - 20472ms - - 20676ms - - 20882ms - - 21086ms - - 21290ms - - 21495ms - - 21699ms - - 21903ms - - 22108ms - - 22312ms - - 22516ms - - 22720ms - - 22925ms - - 23129ms - - 23333ms - - 23537ms - - 23742ms - - 23947ms - - 24151ms - - 24355ms - - 24559ms - - 24764ms - - 24968ms - - 25173ms - - 25377ms - - 25581ms - - 25785ms - - 25990ms - - 26195ms - - 26399ms - - 26603ms - - 26808ms - - 27012ms - - 27217ms - - 27421ms - - 27625ms - - 27829ms - - 28033ms - - 28238ms - - 28442ms - - 28646ms - - 28850ms - - 29055ms - - 29259ms - - 29463ms - - 29668ms - - 29873ms - - 30077ms - - 30281ms - - 30485ms - - 30587ms - - 30689ms - - 30791ms - - 30894ms - - 30996ms - - 31098ms - - 31200ms - - 31302ms - - 31405ms - - 31507ms - - 31609ms - - 31711ms - - 31813ms - - 31915ms - - 32017ms - - 32119ms - - 32221ms - - 32323ms - - 32426ms - - 32528ms - - 32630ms - - 32733ms - - 32835ms - - 32938ms - - 33040ms - - 33142ms - - 33244ms - - 33346ms - - 33449ms - - 33551ms - - 33653ms - - 33756ms - - 33858ms - - 33960ms - - 34063ms - - 34165ms - - 34267ms - - 34369ms - - 34471ms - - 34573ms - - 34675ms - - 34778ms - - 34880ms - - 34982ms - - 35084ms - - 35186ms - - 35288ms - - 35391ms - - 35493ms - - 35594ms - - 35696ms - - 35799ms - - 35901ms - - 36003ms - - 36105ms - - 36208ms - - 36310ms - - 36412ms - - 36514ms - - 36616ms - - 36718ms - - 36821ms - - 36923ms - - 37025ms - - 37127ms - - 37229ms - - 37332ms - - 37434ms - - 37536ms - values: - - 5 - - 7 - - 9 - - 11 - - 7 - - 9 - - 8 - - 9 - - 8 - - 10 - - 8 - - 8 - - 9 - - 9 - - 9 - - 9 - - 9 - - 8 - - 8 - - 10 - - 9 - - 9 - - 9 - - 10 - - 8 - - 8 - - 9 - - 8 - - 8 - - 10 - - 7 - - 11 - - 11 - - 9 - - 13 - - 11 - - 8 - - 9 - - 10 - - 11 - - 8 - - 10 - - 7 - - 9 - - 9 - - 8 - - 17 - - 15 - - 15 - - 17 - - 14 - - 9 - - 9 - - 11 - - 9 - - 8 - - 9 - - 8 - - 10 - - 8 - - 8 - - 9 - - 8 - - 10 - - 9 - - 7 - - 9 - - 9 - - 7 - - 9 - - 9 - - 10 - - 9 - - 11 - - 12 - - 9 - - 9 - - 10 - - 10 - - 12 - - 8 - - 10 - - 10 - - 12 - - 12 - - 9 - - 9 - - 9 - - 11 - - 9 - - 11 - - 13 - - 9 - - 10 - - 9 - - 9 - - 9 - - 9 - - 12 - - 9 - - 10 - - 10 - - 9 - - 12 - - 9 - - 9 - - 10 - - 10 - - 10 - - 8 - - 10 - - 9 - - 15 - - 12 - - 10 - - 9 - - 9 - - 9 - - 8 - - 8 - - 9 - - 10 - - 9 - - 10 - - 9 - - 11 - - 10 - - 9 - - 8 - - 8 - - 9 - - 8 - - 9 - - 13 - - 10 - - 10 - - 9 - - 9 - - 8 - - 9 - - 10 - - 9 - - 9 - - 9 - - 8 - - 9 - - 9 - - 9 - - 9 - - 9 - - 9 - - 9 - - 9 - - 9 - - 9 - - 10 - - 11 - - 13 - - 9 - - 9 - - 11 - - 8 - - 8 - - 10 - - 7 - - 10 - - 8 - - 7 - - 8 - - 7 - - 10 - - 8 - - 8 - - 10 - - 10 - - 10 - - 10 - - 8 - - 7 - - 8 - - 7 - - 9 - - 9 - - 9 - - 8 - - 9 - - 8 - - 8 - - 7 - - 8 - - 8 - - 7 - - 8 - - 8 - - 9 - - 13 - - 11 - - 8 - - 10 - - 9 - - 8 - - 8 - - 8 - - 8 - - 8 - - 7 - - 9 - - 8 - - 9 - - 9 - - 9 - - 9 - - 8 - - 10 - - 7 - - 11 - - 8 - - 8 - - 8 - gpu: - energy used system: 95 J - used process: TODO - used system: - avg: 0 - max: 0 - min: 0 - timeseries: - timestamps: - - 109ms - - 313ms - - 516ms - - 720ms - - 924ms - - 1127ms - - 1331ms - - 1534ms - - 1738ms - - 1942ms - - 2145ms - - 2349ms - - 2552ms - - 2756ms - - 2959ms - - 3163ms - - 3366ms - - 3570ms - - 3773ms - - 3977ms - - 4181ms - - 4384ms - - 4587ms - - 4791ms - - 4994ms - - 5198ms - - 5403ms - - 5607ms - - 5810ms - - 6014ms - - 6217ms - - 6421ms - - 6624ms - - 6828ms - - 7031ms - - 7235ms - - 7439ms - - 7642ms - - 7846ms - - 8049ms - - 8253ms - - 8456ms - - 8660ms - - 8863ms - - 9067ms - - 9270ms - - 9474ms - - 9678ms - - 9881ms - - 10085ms - - 10288ms - - 10492ms - - 10695ms - - 10899ms - - 11102ms - - 11305ms - - 11509ms - - 11713ms - - 11916ms - - 12119ms - - 12323ms - - 12528ms - - 12732ms - - 12935ms - - 13139ms - - 13342ms - - 13546ms - - 13749ms - - 13953ms - - 14156ms - - 14360ms - - 14563ms - - 14767ms - - 14970ms - - 15174ms - - 15377ms - - 15581ms - - 15784ms - - 15988ms - - 16191ms - - 16395ms - - 16598ms - - 16802ms - - 17005ms - - 17209ms - - 17412ms - - 17616ms - - 17819ms - - 18023ms - - 18226ms - - 18430ms - - 18633ms - - 18837ms - - 19040ms - - 19244ms - - 19447ms - - 19652ms - - 19859ms - - 20063ms - - 20268ms - - 20472ms - - 20676ms - - 20881ms - - 21086ms - - 21290ms - - 21494ms - - 21699ms - - 21903ms - - 22107ms - - 22312ms - - 22516ms - - 22720ms - - 22925ms - - 23129ms - - 23333ms - - 23537ms - - 23742ms - - 23947ms - - 24151ms - - 24355ms - - 24559ms - - 24763ms - - 24968ms - - 25173ms - - 25377ms - - 25581ms - - 25785ms - - 25990ms - - 26194ms - - 26399ms - - 26603ms - - 26807ms - - 27012ms - - 27216ms - - 27420ms - - 27625ms - - 27829ms - - 28033ms - - 28237ms - - 28442ms - - 28646ms - - 28850ms - - 29055ms - - 29259ms - - 29463ms - - 29668ms - - 29872ms - - 30077ms - - 30281ms - - 30485ms - - 30587ms - - 30689ms - - 30791ms - - 30894ms - - 30996ms - - 31098ms - - 31200ms - - 31302ms - - 31404ms - - 31507ms - - 31609ms - - 31711ms - - 31813ms - - 31915ms - - 32017ms - - 32119ms - - 32221ms - - 32323ms - - 32425ms - - 32528ms - - 32630ms - - 32732ms - - 32835ms - - 32938ms - - 33040ms - - 33142ms - - 33244ms - - 33346ms - - 33448ms - - 33551ms - - 33653ms - - 33756ms - - 33858ms - - 33960ms - - 34062ms - - 34165ms - - 34267ms - - 34369ms - - 34471ms - - 34573ms - - 34675ms - - 34777ms - - 34880ms - - 34982ms - - 35084ms - - 35186ms - - 35288ms - - 35390ms - - 35493ms - - 35594ms - - 35696ms - - 35799ms - - 35901ms - - 36003ms - - 36105ms - - 36207ms - - 36310ms - - 36412ms - - 36514ms - - 36616ms - - 36718ms - - 36820ms - - 36923ms - - 37025ms - - 37127ms - - 37229ms - - 37331ms - - 37434ms - - 37536ms - values: - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - vram used process: TODO - vram used system: - avg: 0 - max: 511 - min: 0 - timeseries: - timestamps: - - 108ms - - 311ms - - 515ms - - 718ms - - 922ms - - 1126ms - - 1329ms - - 1533ms - - 1737ms - - 1940ms - - 2144ms - - 2347ms - - 2551ms - - 2754ms - - 2958ms - - 3161ms - - 3365ms - - 3568ms - - 3772ms - - 3976ms - - 4179ms - - 4383ms - - 4586ms - - 4789ms - - 4993ms - - 5196ms - - 5400ms - - 5605ms - - 5809ms - - 6012ms - - 6216ms - - 6419ms - - 6623ms - - 6827ms - - 7030ms - - 7233ms - - 7437ms - - 7641ms - - 7844ms - - 8048ms - - 8251ms - - 8455ms - - 8658ms - - 8862ms - - 9065ms - - 9269ms - - 9473ms - - 9676ms - - 9880ms - - 10083ms - - 10287ms - - 10491ms - - 10694ms - - 10897ms - - 11101ms - - 11304ms - - 11508ms - - 11711ms - - 11915ms - - 12118ms - - 12322ms - - 12525ms - - 12730ms - - 12934ms - - 13137ms - - 13341ms - - 13544ms - - 13748ms - - 13951ms - - 14155ms - - 14358ms - - 14562ms - - 14765ms - - 14969ms - - 15172ms - - 15376ms - - 15579ms - - 15783ms - - 15986ms - - 16190ms - - 16393ms - - 16597ms - - 16800ms - - 17004ms - - 17207ms - - 17411ms - - 17614ms - - 17818ms - - 18021ms - - 18225ms - - 18428ms - - 18632ms - - 18835ms - - 19039ms - - 19242ms - - 19446ms - - 19649ms - - 19856ms - - 20062ms - - 20266ms - - 20470ms - - 20675ms - - 20879ms - - 21084ms - - 21288ms - - 21493ms - - 21697ms - - 21901ms - - 22106ms - - 22310ms - - 22514ms - - 22718ms - - 22923ms - - 23127ms - - 23331ms - - 23535ms - - 23740ms - - 23944ms - - 24149ms - - 24353ms - - 24557ms - - 24762ms - - 24967ms - - 25171ms - - 25375ms - - 25579ms - - 25783ms - - 25988ms - - 26193ms - - 26397ms - - 26601ms - - 26806ms - - 27011ms - - 27215ms - - 27419ms - - 27623ms - - 27827ms - - 28032ms - - 28236ms - - 28440ms - - 28644ms - - 28848ms - - 29053ms - - 29257ms - - 29462ms - - 29666ms - - 29870ms - - 30075ms - - 30279ms - - 30484ms - - 30586ms - - 30688ms - - 30790ms - - 30892ms - - 30994ms - - 31096ms - - 31198ms - - 31301ms - - 31403ms - - 31505ms - - 31607ms - - 31709ms - - 31811ms - - 31913ms - - 32016ms - - 32118ms - - 32220ms - - 32322ms - - 32424ms - - 32526ms - - 32628ms - - 32730ms - - 32833ms - - 32935ms - - 33038ms - - 33140ms - - 33242ms - - 33344ms - - 33447ms - - 33549ms - - 33651ms - - 33754ms - - 33856ms - - 33958ms - - 34061ms - - 34163ms - - 34265ms - - 34367ms - - 34469ms - - 34571ms - - 34674ms - - 34776ms - - 34878ms - - 34980ms - - 35082ms - - 35184ms - - 35286ms - - 35389ms - - 35491ms - - 35593ms - - 35695ms - - 35797ms - - 35899ms - - 36001ms - - 36104ms - - 36206ms - - 36308ms - - 36410ms - - 36512ms - - 36614ms - - 36716ms - - 36819ms - - 36921ms - - 37024ms - - 37126ms - - 37228ms - - 37330ms - - 37432ms - - 37534ms - values: - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 508 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - - 511 - ram: - energy used system: 0 J - used process: - avg: 0 - max: 4005535 - min: 0 - timeseries: - timestamps: - - 109ms - - 313ms - - 516ms - - 720ms - - 924ms - - 1127ms - - 1331ms - - 1535ms - - 1738ms - - 1942ms - - 2145ms - - 2349ms - - 2552ms - - 2756ms - - 2959ms - - 3163ms - - 3366ms - - 3570ms - - 3774ms - - 3977ms - - 4181ms - - 4384ms - - 4587ms - - 4791ms - - 4994ms - - 5198ms - - 5403ms - - 5607ms - - 5810ms - - 6014ms - - 6217ms - - 6421ms - - 6625ms - - 6828ms - - 7032ms - - 7235ms - - 7439ms - - 7642ms - - 7846ms - - 8049ms - - 8253ms - - 8456ms - - 8660ms - - 8863ms - - 9067ms - - 9270ms - - 9474ms - - 9678ms - - 9881ms - - 10085ms - - 10288ms - - 10492ms - - 10695ms - - 10899ms - - 11102ms - - 11306ms - - 11509ms - - 11713ms - - 11916ms - - 12120ms - - 12323ms - - 12528ms - - 12732ms - - 12935ms - - 13139ms - - 13342ms - - 13546ms - - 13749ms - - 13953ms - - 14156ms - - 14360ms - - 14563ms - - 14767ms - - 14970ms - - 15174ms - - 15377ms - - 15581ms - - 15784ms - - 15988ms - - 16191ms - - 16395ms - - 16599ms - - 16802ms - - 17005ms - - 17209ms - - 17412ms - - 17616ms - - 17819ms - - 18023ms - - 18226ms - - 18430ms - - 18633ms - - 18837ms - - 19040ms - - 19244ms - - 19447ms - - 19652ms - - 19859ms - - 20064ms - - 20268ms - - 20472ms - - 20676ms - - 20882ms - - 21086ms - - 21290ms - - 21495ms - - 21699ms - - 21903ms - - 22108ms - - 22312ms - - 22516ms - - 22720ms - - 22925ms - - 23129ms - - 23333ms - - 23537ms - - 23742ms - - 23947ms - - 24151ms - - 24355ms - - 24559ms - - 24764ms - - 24968ms - - 25173ms - - 25377ms - - 25581ms - - 25785ms - - 25990ms - - 26195ms - - 26399ms - - 26603ms - - 26808ms - - 27012ms - - 27217ms - - 27421ms - - 27625ms - - 27829ms - - 28033ms - - 28238ms - - 28442ms - - 28646ms - - 28850ms - - 29055ms - - 29259ms - - 29463ms - - 29668ms - - 29873ms - - 30077ms - - 30281ms - - 30485ms - - 30587ms - - 30689ms - - 30791ms - - 30894ms - - 30996ms - - 31098ms - - 31200ms - - 31302ms - - 31405ms - - 31507ms - - 31609ms - - 31711ms - - 31813ms - - 31915ms - - 32017ms - - 32119ms - - 32221ms - - 32323ms - - 32426ms - - 32528ms - - 32630ms - - 32733ms - - 32835ms - - 32938ms - - 33040ms - - 33142ms - - 33244ms - - 33346ms - - 33449ms - - 33551ms - - 33653ms - - 33756ms - - 33858ms - - 33960ms - - 34063ms - - 34165ms - - 34267ms - - 34369ms - - 34471ms - - 34573ms - - 34675ms - - 34778ms - - 34880ms - - 34982ms - - 35084ms - - 35186ms - - 35288ms - - 35391ms - - 35493ms - - 35594ms - - 35696ms - - 35799ms - - 35901ms - - 36003ms - - 36105ms - - 36208ms - - 36310ms - - 36412ms - - 36514ms - - 36616ms - - 36718ms - - 36821ms - - 36923ms - - 37025ms - - 37127ms - - 37229ms - - 37332ms - - 37434ms - - 37536ms - values: - - 219070 - - 241803 - - 260812 - - 291336 - - 335581 - - 383344 - - 432128 - - 476217 - - 514838 - - 553185 - - 591757 - - 627789 - - 664989 - - 703754 - - 741302 - - 779485 - - 817823 - - 852406 - - 891506 - - 934035 - - 973066 - - 1011544 - - 1050554 - - 1083154 - - 1121939 - - 1160445 - - 1205035 - - 1241956 - - 1280503 - - 1319030 - - 1359101 - - 1398009 - - 1434079 - - 1471991 - - 1508241 - - 1545736 - - 1583357 - - 1621671 - - 1659244 - - 1695141 - - 1733029 - - 1772277 - - 1810173 - - 1844850 - - 1883725 - - 1924411 - - 1960427 - - 1992179 - - 2023976 - - 2051694 - - 2079977 - - 2113052 - - 2147409 - - 2181083 - - 2215260 - - 2251550 - - 2292387 - - 2331676 - - 2371727 - - 2413801 - - 2463801 - - 2501971 - - 2540359 - - 2581676 - - 2620469 - - 2662125 - - 2704257 - - 2751799 - - 2786193 - - 2823274 - - 2865119 - - 2905047 - - 2942824 - - 2984402 - - 3018838 - - 3060604 - - 3091701 - - 3131600 - - 3172683 - - 3211014 - - 3250458 - - 3294920 - - 3333906 - - 3376840 - - 3409207 - - 3443638 - - 3481997 - - 3517353 - - 3556491 - - 3576516 - - 3582955 - - 3710713 - - 3723431 - - 3757387 - - 3766362 - - 3774816 - - 3778109 - - 3786371 - - 3795066 - - 3808067 - - 3818541 - - 3818766 - - 3819233 - - 3819798 - - 3820318 - - 3821555 - - 3822428 - - 3819520 - - 3819532 - - 3819536 - - 3819548 - - 3819552 - - 3819552 - - 3819552 - - 3819704 - - 3819724 - - 3819728 - - 3819728 - - 3820158 - - 3820883 - - 3821584 - - 3822276 - - 3823009 - - 3823816 - - 3824574 - - 3825467 - - 3826270 - - 3827113 - - 3828006 - - 3828690 - - 3829518 - - 3830333 - - 3831111 - - 3831623 - - 3832156 - - 3832754 - - 3833323 - - 3833806 - - 3834482 - - 3835047 - - 3835453 - - 3835998 - - 3836129 - - 3836727 - - 3837321 - - 3838001 - - 3838656 - - 3839201 - - 3839959 - - 3840540 - - 3840827 - - 3841073 - - 3841417 - - 3841617 - - 3841953 - - 3842195 - - 3842519 - - 3842809 - - 3843117 - - 3843366 - - 3843801 - - 3844177 - - 3844526 - - 3844939 - - 3845185 - - 3845439 - - 3845652 - - 3845894 - - 3846098 - - 3846467 - - 3846701 - - 3847004 - - 3847319 - - 3847610 - - 3847966 - - 3848331 - - 3848523 - - 3848921 - - 3849306 - - 3849596 - - 3849879 - - 3850227 - - 3850526 - - 3850817 - - 3851177 - - 3851481 - - 3851714 - - 3852079 - - 3852300 - - 3852603 - - 3853021 - - 3853316 - - 3853582 - - 3853950 - - 3854184 - - 3854471 - - 3854700 - - 3855032 - - 3855462 - - 3855843 - - 3856154 - - 3856457 - - 3856920 - - 3857260 - - 3857620 - - 3857899 - - 3858317 - - 3858669 - - 3858972 - - 3859324 - - 3859640 - - 3864141 - - 3887308 - - 3907809 - - 3925762 - - 3946991 - - 3968233 - - 3989188 - - 4005535 - used system: - avg: 0 - max: 33065 - min: 0 - timeseries: - timestamps: - - 109ms - - 313ms - - 516ms - - 720ms - - 924ms - - 1127ms - - 1331ms - - 1535ms - - 1738ms - - 1942ms - - 2145ms - - 2349ms - - 2552ms - - 2756ms - - 2959ms - - 3163ms - - 3366ms - - 3570ms - - 3774ms - - 3977ms - - 4181ms - - 4384ms - - 4587ms - - 4791ms - - 4994ms - - 5198ms - - 5403ms - - 5607ms - - 5810ms - - 6014ms - - 6217ms - - 6421ms - - 6625ms - - 6828ms - - 7032ms - - 7235ms - - 7439ms - - 7642ms - - 7846ms - - 8049ms - - 8253ms - - 8456ms - - 8660ms - - 8863ms - - 9067ms - - 9270ms - - 9474ms - - 9678ms - - 9881ms - - 10085ms - - 10288ms - - 10492ms - - 10695ms - - 10899ms - - 11102ms - - 11306ms - - 11509ms - - 11713ms - - 11916ms - - 12120ms - - 12323ms - - 12528ms - - 12732ms - - 12935ms - - 13139ms - - 13342ms - - 13546ms - - 13749ms - - 13953ms - - 14156ms - - 14360ms - - 14563ms - - 14767ms - - 14970ms - - 15174ms - - 15377ms - - 15581ms - - 15784ms - - 15988ms - - 16191ms - - 16395ms - - 16599ms - - 16802ms - - 17005ms - - 17209ms - - 17412ms - - 17616ms - - 17819ms - - 18023ms - - 18226ms - - 18430ms - - 18633ms - - 18837ms - - 19040ms - - 19244ms - - 19447ms - - 19652ms - - 19859ms - - 20064ms - - 20268ms - - 20472ms - - 20676ms - - 20882ms - - 21086ms - - 21290ms - - 21495ms - - 21699ms - - 21903ms - - 22108ms - - 22312ms - - 22516ms - - 22720ms - - 22925ms - - 23129ms - - 23333ms - - 23537ms - - 23742ms - - 23947ms - - 24151ms - - 24355ms - - 24559ms - - 24764ms - - 24968ms - - 25173ms - - 25377ms - - 25581ms - - 25785ms - - 25990ms - - 26195ms - - 26399ms - - 26603ms - - 26808ms - - 27012ms - - 27217ms - - 27421ms - - 27625ms - - 27829ms - - 28033ms - - 28238ms - - 28442ms - - 28646ms - - 28850ms - - 29055ms - - 29259ms - - 29463ms - - 29668ms - - 29873ms - - 30077ms - - 30281ms - - 30485ms - - 30587ms - - 30689ms - - 30791ms - - 30894ms - - 30996ms - - 31098ms - - 31200ms - - 31302ms - - 31405ms - - 31507ms - - 31609ms - - 31711ms - - 31813ms - - 31915ms - - 32017ms - - 32119ms - - 32221ms - - 32323ms - - 32426ms - - 32528ms - - 32630ms - - 32733ms - - 32835ms - - 32938ms - - 33040ms - - 33142ms - - 33244ms - - 33346ms - - 33449ms - - 33551ms - - 33653ms - - 33756ms - - 33858ms - - 33960ms - - 34063ms - - 34165ms - - 34267ms - - 34369ms - - 34471ms - - 34573ms - - 34675ms - - 34778ms - - 34880ms - - 34982ms - - 35084ms - - 35186ms - - 35288ms - - 35391ms - - 35493ms - - 35594ms - - 35696ms - - 35799ms - - 35901ms - - 36003ms - - 36105ms - - 36208ms - - 36310ms - - 36412ms - - 36514ms - - 36616ms - - 36718ms - - 36821ms - - 36923ms - - 37025ms - - 37127ms - - 37229ms - - 37332ms - - 37434ms - - 37536ms - values: - - 32710 - - 32752 - - 32704 - - 32747 - - 32729 - - 32739 - - 32748 - - 32672 - - 32699 - - 32689 - - 32723 - - 32747 - - 32667 - - 32705 - - 32685 - - 32724 - - 32715 - - 32745 - - 32730 - - 32754 - - 32712 - - 32691 - - 32747 - - 32753 - - 32731 - - 32755 - - 32736 - - 32738 - - 32751 - - 32735 - - 32754 - - 32732 - - 32746 - - 32736 - - 32759 - - 32745 - - 32745 - - 32746 - - 32756 - - 32761 - - 32764 - - 32763 - - 32766 - - 32760 - - 32756 - - 32763 - - 32759 - - 32759 - - 32762 - - 32762 - - 32700 - - 32699 - - 32732 - - 32774 - - 32717 - - 32767 - - 32807 - - 32810 - - 32834 - - 32811 - - 32864 - - 32843 - - 32879 - - 32878 - - 32895 - - 32914 - - 32921 - - 32921 - - 32940 - - 32947 - - 32964 - - 32975 - - 32987 - - 32984 - - 32996 - - 33026 - - 32989 - - 33014 - - 32969 - - 32979 - - 33020 - - 33009 - - 33012 - - 33028 - - 33040 - - 32985 - - 33027 - - 33043 - - 33039 - - 33025 - - 33023 - - 33002 - - 32969 - - 33032 - - 33034 - - 33016 - - 33021 - - 33058 - - 32973 - - 32996 - - 33007 - - 33007 - - 33007 - - 33019 - - 33019 - - 33022 - - 33022 - - 33037 - - 33029 - - 33037 - - 33044 - - 33044 - - 33048 - - 33052 - - 32997 - - 33005 - - 33005 - - 33013 - - 33022 - - 33022 - - 33030 - - 33038 - - 33046 - - 33042 - - 33051 - - 33055 - - 33018 - - 33018 - - 33027 - - 33034 - - 33042 - - 33042 - - 33051 - - 33056 - - 33000 - - 33035 - - 33043 - - 33043 - - 33049 - - 33058 - - 33057 - - 32994 - - 33002 - - 33005 - - 33013 - - 33018 - - 33025 - - 33034 - - 33034 - - 33042 - - 33045 - - 33049 - - 33057 - - 33057 - - 33057 - - 33064 - - 33065 - - 32989 - - 33000 - - 33010 - - 33007 - - 33007 - - 33015 - - 33015 - - 33015 - - 33033 - - 33033 - - 33041 - - 33041 - - 33041 - - 33042 - - 33052 - - 33055 - - 33053 - - 33061 - - 33064 - - 33057 - - 33023 - - 33022 - - 33022 - - 33022 - - 33022 - - 33022 - - 33022 - - 33014 - - 33022 - - 33032 - - 33032 - - 33030 - - 33030 - - 33024 - - 33024 - - 33020 - - 33024 - - 33011 - - 33020 - - 33021 - - 33022 - - 33022 - - 33035 - - 33035 - - 33033 - - 33034 - - 33032 - - 33030 - - 33030 - - 33030 - - 33030 - - 33035 - - 33035 - - 33035 - - 33034 - - 33058 - - 32982 - - 33007 - - 33024 - - 33050 - - 33017 - - 33028 - runtime: - start time: 2025-11-22T09:21:54.458710659+0000 - stop time: 2025-11-22T09:22:32.054819467+0000 - system: 2480 ms - user: 35090 ms - wallclock: 37596 ms -schema version: 0.2 +implementation: + executable: null + python: + interactive: false + modules: 3.13.7 + packages: + - Automat==25.4.16 + - Beaker==1.13.0 + - Brotli==1.1.0 + - CacheControl==0.14.4 + - CherryPy==18.10.0 + - Cython==0.29.37 + - Deprecated==1.2.15 + - Deprecated==1.3.1 + - Django==5.2.7 + - FastWARC==0.15.1 + - Flask-RESTful==0.3.10 + - Flask==3.1.2 + - GitPython==3.1.44 + - GitPython==3.1.45 + - HeapDict==1.0.1 + - Jinja2==3.1.6 + - Mako==1.3.10.dev0 + - Markdown==3.10 + - MarkupSafe==3.0.2 + - PyGObject==3.54.5 + - PyJWT==2.10.1 + - PyNaCl==1.6.1 + - PyQt5==5.15.11 + - PyQt5_sip==12.17.1 + - PyQtWebEngine==5.15.7 + - PyYAML==6.0.3 + - Pygments==2.19.2 + - RapidFuzz==3.13.0 + - Resiliparse==0.15.1 + - Routes==2.5.1 + - Rx==3.2.0 + - SecretStorage==3.3.3 + - Sphinx==8.2.3 + - TBB==0.2 + - Twisted==24.7.0 + - WebOb==1.8.9 + - WebTest==3.0.3 + - Werkzeug==3.1.3 + - accelerate==1.10.1 + - aiohappyeyeballs==2.6.1 + - aiohttp==3.13.2 + - aiosignal==1.4.0 + - alabaster==1.0.0 + - aligned_ir_eval==0.0.1rc1 + - allpairspy==2.5.1 + - amqp==5.3.1 + - aniso8601==10.0.1 + - annotated-types==0.7.0 + - anyio==4.11.0 + - anytree==2.13.0 + - apipkg==3.0.2 + - appdirs==1.4.4 + - approval_utilities==14.3.0 + - approvaltests==14.3.0 + - argcomplete==3.6.2 + - asgiref==3.10.0 + - asn1crypto==1.5.1 + - astroid==4.0.2 + - asttokens==3.0.0 + - asttokens==3.0.1 + - async-timeout==5.0.1 + - attrs==25.4.0 + - autocommand==2.2.2 + - autoqrels==0.0.1 + - babel==2.17.0 + - bandit==1.8.3 + - bcrypt==5.0.0 + - beautifulsoup4==4.14.2 + - billiard==4.2.2 + - bleach==6.2.0 + - blinker==1.9.0 + - blis==1.3.0 + - boltons==25.0.0 + - boto3==1.37.37 + - botocore==1.37.37 + - bs4==0.0.2 + - btrfsutil==6.17.1 + - build==1.3.0 + - cachetools==6.2.2 + - catalogue==2.0.10 + - cattrs==24.1.3 + - cbor==1.0.0 + - celery==5.5.3 + - certifi==2025.11.12 + - cffi==2.0.0 + - chardet==5.2.0 + - charset-normalizer==3.4.4 + - chatnoir-api==3.3.0 + - chatnoir-api==3.4.3.dev4+gf1b304697 + - chatnoir-pyterrier==2.0.6.dev142+g8392b4ca1 + - cheroot==11.1.2 + - chest==0.2.3 + - cleo==2.1.0 + - click-didyoumean==0.3.1 + - click-plugins==1.1.1.2 + - click-repl==0.3.0 + - click==8.2.1 + - cloudpathlib==0.22.0 + - cmd2==2.6.2 + - colaburl==0.1.0 + - colorama==0.4.6 + - comm==0.2.2 + - commonmark==0.9.1 + - conf26-reliability-analysis==0.1.0 + - confection==0.1.5 + - configobj==5.0.9 + - constantly==23.10.4 + - contourpy==1.3.1 + - coverage==7.12.0 + - crashtest==0.4.1 + - crit==4.2 + - cryptography==46.0.3 + - cssselect==1.3.0 + - cuda-bindings==13.0.1 + - cuda-core==0.3.2 + - cuda-pathfinder==1.2.2 + - cuda-python==13.0.1 + - cycler==0.12.1 + - cymem==2.0.11 + - dataclasses-json==0.5.9 + - dataclasses-json==0.6.7 + - datasets==3.5.0 + - dbus-python==1.4.0 + - de_core_news_sm==3.8.0 + - debugpy==1.8.12 + - decorator==5.1.1 + - decorator==5.2.1 + - defusedxml==0.7.1 + - dill==0.3.8 + - dill==0.4.0 + - distlib==0.4.0 + - distro==1.9.0 + - django-minify-html==1.13.0 + - djangorestframework==3.15.1 + - dnspython==2.8.0 + - doccano-client==1.2.8 + - docker==7.1.0 + - docopt==0.6.2 + - docstring_parser==0.17.0 + - docutils==0.22.3 + - duckdb==1.4.0 + - dulwich==0.22.8 + - elastic-transport==8.17.1 + - elastic-transport==9.2.0 + - elasticsearch-dsl==8.18.0 + - elasticsearch==8.6.1 + - elasticsearch==9.2.0 + - empty-files==0.0.9 + - en_core_web_sm==3.8.0 + - entrypoints==0.4 + - et_xmlfile==2.0.0 + - evaluate==0.4.3 + - exceptiongroup==1.3.0 + - executing==2.2.0 + - executing==2.2.1 + - face==24.0.0 + - fastjsonschema==2.21.2 + - filelock==3.20.0 + - findpython==0.6.3 + - flake8==7.3.0 + - flit_core==3.12.0 + - fluidity-sm==0.2.1 + - fonttools==4.56.0 + - freezegun==1.5.5 + - frozenlist==1.8.0 + - fsspec==2024.12.0 + - ftfy==6.3.1 + - furo==2024.8.6 + - gitdb==4.0.12 + - glom==24.11.0 + - google-api-core==2.19.1 + - google-api-python-client==2.140.0 + - google-auth-httplib2==0.2.1 + - google-auth==2.43.0 + - googleapis-common-protos==1.72.0 + - graphql-core==3.2.6 + - grpcio-tools==1.76.0 + - grpcio==1.76.0 + - h11==0.16.0 + - html5lib==1.1 + - httpcore==1.0.9 + - httplib2==0.31.0 + - httpx==0.28.1 + - huggingface-hub==0.29.3 + - hyperlink==21.0.0 + - hypothesis==6.148.1 + - idna==3.11 + - ijson==3.3.0 + - ijson==3.4.0.post0 + - imagesize==1.4.1 + - importlib_metadata==8.6.1 + - importlib_metadata==8.7.0 + - importlib_resources==6.5.2 + - incremental==24.7.2 + - inflect==7.5.0 + - iniconfig==2.1.0 + - inscriptis==2.5.1 + - inscriptis==2.7.0 + - installer==0.7.0 + - internetarchive==5.7.1 + - invoke==2.2.1 + - ipykernel==6.29.5 + - ipython==8.32.0 + - ipython==9.7.0 + - ipython_pygments_lexers==1.1.1 + - ir-datasets-longeval==0.1.dev39+g6ee2fef + - ir-datasets-subsample==0.0.0 + - ir_datasets==0.5.11 + - ir_measures==0.4.1 + - ir_measures==0.4.2 + - isodate==0.7.2 + - isort==7.0.0 + - itsdangerous==2.2.0 + - jaraco.classes==3.4.0 + - jaraco.collections==5.1.0 + - jaraco.context==6.0.1 + - jaraco.functools==4.1.0 + - jaraco.text==4.0.0 + - jedi==0.19.2 + - jeepney==0.8.0 + - jiter==0.10.0 + - jmespath==1.0.1 + - joblib==1.4.2 + - jsonargparse==4.41.0 + - jsonpatch==1.33 + - jsonpointer==3.0.0 + - jsonschema-specifications==2025.9.1 + - jsonschema==4.25.1 + - jupyter_client==8.6.3 + - jupyter_core==5.7.2 + - jupyterlab_pygments==0.3.0 + - keyring==25.6.0 + - kiwisolver==1.4.8 + - kombu==5.5.4 + - langcodes==3.5.0 + - language_data==1.3.0 + - lark==1.3.1 + - lazy-object-proxy==1.12.0 + - legacy-cgi==2.6.4 + - lensfun==0.3.4 + - lexicon==3.0.0 + - libtmux==0.47.0 + - lightning-ir==0.0.5 + - lightning-utilities==0.15.2 + - lightning==2.5.5 + - lit==21.1.5.dev0 + - llvmlite==0.44.0 + - lockfile==0.12.2 + - logutils==0.3.5 + - louis==3.34.0 + - lsr_benchmark==0.0.1rc3 + - lxml==5.4.0 + - lz4==4.3.3 + - lz4==4.4.5 + - mallard-ducktype==1.0.2 + - marisa-trie==1.3.1 + - markdown-it-py==4.0.0 + - marshmallow-enum==1.5.1 + - marshmallow==3.26.1 + - matchpy==0.5.5 + - matplotlib-inline==0.1.7 + - matplotlib-inline==0.2.1 + - matplotlib==3.10.0 + - mccabe==0.7.0 + - mdit-py-plugins==0.4.2 + - mdurl==0.1.2 + - minify_html==0.18.1 + - mistune==3.1.1 + - mock==5.1.0 + - more-itertools==10.8.0 + - mpmath==1.3.0 + - mrjob==0.7.4 + - msgpack==1.1.2 + - multidict==6.7.0 + - multiprocess==0.70.16 + - multiset==2.1.1 + - murmurhash==1.0.13 + - mypy-extensions==1.0.0 + - mypy==1.15.0 + - mypy_extensions==1.1.0 + - myst-parser==4.0.0 + - nbclient==0.10.2 + - nbconvert==7.16.6 + - nbformat==5.10.4 + - necessary==0.4.3 + - nest-asyncio==1.6.0 + - networkx==3.4.2 + - nftables==0.1 + - nh3==0.2.20 + - nltk==3.9.1 + - nose==1.3.7 + - npids==0.1.3 + - nspektr==0.5.1 + - numba==0.61.2 + - numpy==1.26.4 + - numpy==2.3.5 + - nvidia-cublas-cu12==12.4.5.8 + - nvidia-cuda-cccl==13.0.85 + - nvidia-cuda-cupti-cu12==12.4.127 + - nvidia-cuda-nvrtc-cu12==12.4.127 + - nvidia-cuda-nvrtc==13.0.88 + - nvidia-cuda-runtime-cu12==12.4.127 + - nvidia-cuda-runtime==13.0.88 + - nvidia-cudnn-cu12==9.1.0.70 + - nvidia-cufft-cu12==11.2.1.3 + - nvidia-curand-cu12==10.3.5.147 + - nvidia-cusolver-cu12==11.6.1.9 + - nvidia-cusparse-cu12==12.3.1.170 + - nvidia-cusparselt-cu12==0.6.2 + - nvidia-nccl-cu12==2.21.5 + - nvidia-nvjitlink-cu12==12.4.127 + - nvidia-nvjitlink==13.0.88 + - nvidia-nvtx-cu12==12.4.127 + - nvidia-nvvm==13.0.88 + - oauth2client==4.1.3 + - openai==1.93.0 + - openpyxl==3.1.5 + - openshot-qt==3.3.0 + - ordered-set==4.1.0 + - orjson==3.11.4 + - packaging==25.0 + - pandas==2.3.3 + - pandocfilters==1.5.1 + - parameterized==0.9.0 + - paramiko==4.0.0 + - parso==0.8.4 + - parso==0.8.5 + - patsy==1.0.1 + - patsy==1.0.2 + - pbr==7.0.1 + - pbs-installer==2025.4.9 + - pdf2image==1.17.0 + - pecan==1.7.0 + - pew==1.2.0 + - pexpect==4.9.0 + - pillow==12.0.0 + - pip==25.3 + - pkgconfig==1.5.5 + - pkginfo==1.12.0 + - platformdirs==4.5.0 + - pluggy==1.6.0 + - ply==3.11 + - poetry-core==2.1.3 + - poetry-core==2.2.1 + - poetry==2.1.3 + - pooch==1.8.2 + - portend==3.2.1 + - preshed==3.0.10 + - prettytable==3.16.0 + - progress==1.6.1 + - prometheus_client==0.23.1 + - promise==2.3 + - prompt_toolkit==3.0.50 + - prompt_toolkit==3.0.52 + - propcache==0.4.1 + - protobuf==6.33.0 + - psutil==7.1.3 + - ptyprocess==0.7.0 + - pure_eval==0.2.3 + - pwquality==1.4.5 + - py-cpuinfo==9.0.0 + - py==1.11.1.dev0+g447bac51.d20241130 + - pyOpenSSL==25.3.0 + - pyaml==24.12.0 + - pyaml_env==1.2.2 + - pyarrow==19.0.1 + - pyarrow==22.0.0 + - pyasn1==0.6.1 + - pyasn1_modules==0.4.2 + - pycairo==1.29.0 + - pycodestyle==2.14.0 + - pycosat==0.6.6 + - pycparser==2.23 + - pycriu==4.2 + - pydantic==2.12.4 + - pydantic_core==2.41.5 + - pyfailsafe==0.6.0 + - pyflakes==3.4.0 + - pygdbmi==0.11.0.0 + - pyjnius==1.7.0 + - pylint==4.0.3 + - pyparsing==3.2.5 + - pyperclip==1.11.0 + - pyproject_hooks==1.2.0 + - pyrate-limiter==2.10.0 + - pyrsistent==0.20.0 + - pyserial==3.5 + - pyterrier-alpha==0.12.6 + - pyterrier-alpha==0.16.4 + - pyterrier-dr==0.3.0 + - pyterrier-t5==0.0.1 + - pytesseract==0.3.13 + - pytest-asyncio==0.26.0 + - pytest-cov==5.0.0 + - pytest-cov==6.1.1 + - pytest-flake8==1.3.0 + - pytest==8.4.2 + - python-dateutil==2.9.0 + - python-dotenv==1.2.1 + - python-gitlab==5.6.0 + - python-magic==0.4.27 + - python-slugify==8.0.4 + - python-terrier==0.13.2 + - python-xlib==0.33 + - pytorch-lightning==2.5.5 + - pytrec_eval-terrier==0.5.10 + - pytrec_eval-terrier==0.5.8 + - pytrec_eval==0.5 + - pytz==2025.2 + - pyzmq==27.1.0 + - rank-bm25==0.2.2 + - readme_renderer==44.0 + - referencing==0.37.0 + - regex==2024.11.6 + - reliability_tests==0.0.1rc1 + - repoze.lru==0.7 + - repro-eval==0.4.0 + - requests-cache==1.2.1 + - requests-ratelimiter==0.7.0 + - requests-toolbelt==1.0.0 + - requests==2.32.2 + - requests==2.32.5 + - requirements-parser==0.11.0 + - resolvelib==1.2.1 + - responses==0.25.8 + - retrying==1.3.4 + - rfc3986==2.0.0 + - rfc3987==1.3.8 + - rich==14.2.0 + - roman-numerals-py==3.1.0 + - rpds-py==0.29.0 + - rsa==4.9.1 + - ruamel.yaml.clib==0.2.15 + - ruamel.yaml==0.18.10 + - ruff==0.9.10 + - runnb==1.0.2 + - s3cmd==2.4.0 + - s3transfer==0.11.5 + - safetensors==0.5.3 + - sarge==0.1.7.post1 + - schema==0.7.8 + - scikit-learn==1.7.2 + - scipy==1.16.3 + - scour==0.38.2 + - seaborn==0.13.2 + - sentence-transformers==5.1.1 + - sentencepiece==0.2.1 + - sentry-sdk==2.44.0 + - setuptools-scm==9.2.2 + - setuptools==80.9.0 + - shellingham==1.5.4 + - six==1.17.0 + - smart_open==7.3.0.post1 + - smashed==0.21.5 + - smbus==1.1 + - smmap==5.0.2 + - sniffio==1.3.1 + - snowballstemmer==2.2.0 + - sortedcontainers==2.4.0 + - soupsieve==2.8 + - spacy-legacy==3.0.12 + - spacy-loggers==1.0.5 + - spacy==3.8.7 + - sphinx-basic-ng==1.0.0b2 + - sphinx-tabs==3.4.7 + - sphinx_design==0.6.1 + - sphinxcontrib-applehelp==2.0.0 + - sphinxcontrib-devhelp==2.0.0 + - sphinxcontrib-htmlhelp==2.1.0 + - sphinxcontrib-jsmath==1.0.1 + - sphinxcontrib-plantuml==0.30 + - sphinxcontrib-qthelp==2.0.0 + - sphinxcontrib-serializinghtml==2.0.0 + - sphinxcontrib-umlet==1.0.2 + - sqlparse==0.5.3 + - srsly==2.5.1 + - stack-data==0.6.3 + - standard-cgi==3.13.0 + - stats==0.1.2a0 + - statsmodels==0.14.5 + - stevedore==5.4.1 + - sympy==1.13.1 + - systemd-python==235 + - teaching-ir-with-shared-tasks==0.1.dev239+g4443fcd + - tempora==5.8.1 + - tenacity==9.1.2 + - terminator==2.1.5 + - testfixtures==8.3.0 + - testpath==0.6.0 + - text-unidecode==1.3 + - texttable==1.7.0 + - thinc==8.3.6 + - threadpoolctl==3.5.0 + - tinycss2==1.4.0 + - tira-measure==0.0.1 + - tira==0.0.187 + - tirex-tracker==0.2.16 + - tokenizers==0.21.1 + - toml==0.10.2 + - tomli==2.2.1 + - tomlkit==0.13.3 + - torch==2.6.0 + - torchmetrics==1.8.2 + - tornado==6.4.2 + - tqdm==4.67.1 + - traitlets==5.14.3 + - transformers==4.50.1 + - trec-car-tools==2.6 + - trec-downloader==0.1.dev66+g7177269be + - trectools==0.0.50 + - triton==3.2.0 + - trouting==0.3.3 + - trove-classifiers==2025.9.11.17 + - twine==6.0.1 + - typeguard==4.4.4 + - typer==0.17.4 + - types-PyYAML==6.0.12.20241230 + - types-setuptools==75.8.0.20250210 + - typeshed_client==2.8.2 + - typing-inspect==0.9.0 + - typing-inspection==0.4.2 + - typing_extensions==4.15.0 + - tzdata==2025.2 + - uc-micro-py==1.0.3 + - unlzw3==0.2.3 + - uritemplate==4.2.0 + - url-normalize==2.2.0 + - urllib3==2.5.0 + - validate-pyproject==0.24.1 + - validate==5.0.9 + - vine==5.1.0 + - virtualenv-clone==0.5.7 + - virtualenv==20.35.4 + - waitress==3.0.2 + - warc3-wet-clueweb09==0.2.5 + - warc3-wet==0.2.5 + - wasabi==1.1.3 + - wcwidth==0.2.14 + - weasel==0.4.1 + - webcolors==24.11.1 + - webencodings==0.5.1 + - websocket-client==1.9.0 + - websockets==15.0.1 + - wget==3.2 + - wheel==0.45.1 + - wows-eval==0.0.6 + - wrapt==1.17.3 + - xmlsec==1.3.15.dev0+g1b3b527.d20250423 + - xmltodict==1.0.2 + - xxhash==3.5.0 + - yarl==1.22.0 + - yq==3.4.3 + - zc.lockfile==4.0 + - zipp==3.21.0 + - zlib-state==0.1.10 + - zlib-state==0.1.9 + - zope.interface==8.1.1 + - zstandard==0.25.0 + script: + path: /home/maik/.local/bin/lsr-benchmark + source: + archive: + path: spot-check/.tirex-tracker/code.zip + script path: lsr-benchmark + archive path: /tmp/filerl4Xut + branch: main + commit: 0e5cebb2607e4dde99c2fd1ae4771dc5f8aac74e + hash: 0b42bbc9994219b70dbeeeb69918b78e8a260882 + is repo: 1 + lang: null + repository: git@github.com:OpenWebSearch/wows-code.git + root: /home/maik/workspace/wows-code/ + tags: [] + unchecked files: 1 + uncommitted changes: 1 + unpushed changes: 0 + upstream branch: refs/remotes/origin/main +platform: + hardware: + cpu: + architecture: x86_64 + byte order: Little Endian + caches: + l1d: 576 KiB + l1i: 384 KiB + l2: 7680 KiB + l3: 18432 KiB + features: rdtsc rdtscp rdpid mwait fxsave xsave fpu mmx mmx_plus prefetchw daz + sse sse2 sse3 ssse3 sse4_1 sse4_2 avx avxvnni fma3 f16c avx2 cmov cmpxchg8b + cmpxchg16b clwb movbe lahf_sahf lzcnt popcnt bmi bmi2 adx aes vaes pclmulqdq + vpclmulqdq gfni rdrand rdseed sha + frequency: + avg: 0 + max: 0 + min: 0 + timeseries: + timestamps: + - 109ms + - 313ms + - 516ms + - 720ms + - 924ms + - 1127ms + - 1331ms + - 1535ms + - 1738ms + - 1942ms + - 2145ms + - 2349ms + - 2552ms + - 2756ms + - 2959ms + - 3163ms + - 3367ms + - 3570ms + - 3774ms + - 3977ms + - 4181ms + - 4384ms + - 4587ms + - 4791ms + - 4994ms + - 5198ms + - 5403ms + - 5607ms + - 5810ms + - 6014ms + - 6217ms + - 6421ms + - 6625ms + - 6828ms + - 7032ms + - 7235ms + - 7439ms + - 7642ms + - 7846ms + - 8049ms + - 8253ms + - 8456ms + - 8660ms + - 8863ms + - 9067ms + - 9271ms + - 9474ms + - 9678ms + - 9881ms + - 10085ms + - 10288ms + - 10492ms + - 10695ms + - 10899ms + - 11102ms + - 11306ms + - 11509ms + - 11713ms + - 11916ms + - 12120ms + - 12323ms + - 12528ms + - 12732ms + - 12935ms + - 13139ms + - 13342ms + - 13546ms + - 13749ms + - 13953ms + - 14156ms + - 14360ms + - 14563ms + - 14767ms + - 14970ms + - 15174ms + - 15377ms + - 15581ms + - 15784ms + - 15988ms + - 16191ms + - 16395ms + - 16599ms + - 16802ms + - 17005ms + - 17209ms + - 17412ms + - 17616ms + - 17819ms + - 18023ms + - 18226ms + - 18430ms + - 18633ms + - 18837ms + - 19040ms + - 19244ms + - 19447ms + - 19652ms + - 19859ms + - 20064ms + - 20268ms + - 20472ms + - 20676ms + - 20882ms + - 21086ms + - 21290ms + - 21495ms + - 21699ms + - 21903ms + - 22108ms + - 22312ms + - 22516ms + - 22720ms + - 22925ms + - 23129ms + - 23333ms + - 23537ms + - 23742ms + - 23947ms + - 24151ms + - 24355ms + - 24559ms + - 24764ms + - 24968ms + - 25173ms + - 25377ms + - 25581ms + - 25785ms + - 25990ms + - 26195ms + - 26399ms + - 26603ms + - 26808ms + - 27012ms + - 27217ms + - 27421ms + - 27625ms + - 27829ms + - 28034ms + - 28238ms + - 28442ms + - 28646ms + - 28850ms + - 29055ms + - 29259ms + - 29463ms + - 29668ms + - 29873ms + - 30077ms + - 30281ms + - 30485ms + - 30587ms + - 30689ms + - 30791ms + - 30894ms + - 30996ms + - 31098ms + - 31200ms + - 31302ms + - 31405ms + - 31507ms + - 31609ms + - 31711ms + - 31813ms + - 31915ms + - 32017ms + - 32119ms + - 32221ms + - 32323ms + - 32426ms + - 32528ms + - 32630ms + - 32733ms + - 32835ms + - 32938ms + - 33040ms + - 33142ms + - 33244ms + - 33346ms + - 33449ms + - 33551ms + - 33653ms + - 33756ms + - 33858ms + - 33960ms + - 34063ms + - 34165ms + - 34267ms + - 34369ms + - 34471ms + - 34573ms + - 34675ms + - 34778ms + - 34880ms + - 34982ms + - 35084ms + - 35186ms + - 35288ms + - 35391ms + - 35493ms + - 35594ms + - 35696ms + - 35799ms + - 35901ms + - 36003ms + - 36105ms + - 36208ms + - 36310ms + - 36412ms + - 36514ms + - 36616ms + - 36718ms + - 36821ms + - 36923ms + - 37025ms + - 37127ms + - 37229ms + - 37332ms + - 37434ms + - 37536ms + values: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + frequency max: 4700000 MHz + frequency min: 400000 MHz + model: Intel 12th Gen Core i7-1260P + number of cores: 12 + threads per core: 1 + vendor id: Intel Corporation + virtualization: null + gpu: + memory: 2147, MB + model: NVIDIA GeForce MX550, + number of cores: 1024, + supported: 1 + ram: 33347 MB + operating system: + distribution: Arch Linux + kernel: Linux 6.12.58-1-lts x86_64 + software: {} +resources: + cpu: + energy used system: 0 J + used process: + avg: 0 + max: 244 + min: 0 + timeseries: + timestamps: + - 109ms + - 313ms + - 516ms + - 720ms + - 924ms + - 1127ms + - 1331ms + - 1535ms + - 1738ms + - 1942ms + - 2145ms + - 2349ms + - 2552ms + - 2756ms + - 2959ms + - 3163ms + - 3366ms + - 3570ms + - 3774ms + - 3977ms + - 4181ms + - 4384ms + - 4587ms + - 4791ms + - 4994ms + - 5198ms + - 5403ms + - 5607ms + - 5810ms + - 6014ms + - 6217ms + - 6421ms + - 6625ms + - 6828ms + - 7032ms + - 7235ms + - 7439ms + - 7642ms + - 7846ms + - 8049ms + - 8253ms + - 8456ms + - 8660ms + - 8863ms + - 9067ms + - 9271ms + - 9474ms + - 9678ms + - 9881ms + - 10085ms + - 10288ms + - 10492ms + - 10695ms + - 10899ms + - 11102ms + - 11306ms + - 11509ms + - 11713ms + - 11916ms + - 12120ms + - 12323ms + - 12528ms + - 12732ms + - 12935ms + - 13139ms + - 13342ms + - 13546ms + - 13749ms + - 13953ms + - 14156ms + - 14360ms + - 14563ms + - 14767ms + - 14970ms + - 15174ms + - 15377ms + - 15581ms + - 15784ms + - 15988ms + - 16191ms + - 16395ms + - 16599ms + - 16802ms + - 17005ms + - 17209ms + - 17412ms + - 17616ms + - 17819ms + - 18023ms + - 18226ms + - 18430ms + - 18633ms + - 18837ms + - 19040ms + - 19244ms + - 19447ms + - 19652ms + - 19859ms + - 20064ms + - 20268ms + - 20472ms + - 20676ms + - 20882ms + - 21086ms + - 21290ms + - 21495ms + - 21699ms + - 21903ms + - 22108ms + - 22312ms + - 22516ms + - 22720ms + - 22925ms + - 23129ms + - 23333ms + - 23537ms + - 23742ms + - 23947ms + - 24151ms + - 24355ms + - 24559ms + - 24764ms + - 24968ms + - 25173ms + - 25377ms + - 25581ms + - 25785ms + - 25990ms + - 26195ms + - 26399ms + - 26603ms + - 26808ms + - 27012ms + - 27217ms + - 27421ms + - 27625ms + - 27829ms + - 28033ms + - 28238ms + - 28442ms + - 28646ms + - 28850ms + - 29055ms + - 29259ms + - 29463ms + - 29668ms + - 29873ms + - 30077ms + - 30281ms + - 30485ms + - 30587ms + - 30689ms + - 30791ms + - 30894ms + - 30996ms + - 31098ms + - 31200ms + - 31302ms + - 31405ms + - 31507ms + - 31609ms + - 31711ms + - 31813ms + - 31915ms + - 32017ms + - 32119ms + - 32221ms + - 32323ms + - 32426ms + - 32528ms + - 32630ms + - 32733ms + - 32835ms + - 32938ms + - 33040ms + - 33142ms + - 33244ms + - 33346ms + - 33449ms + - 33551ms + - 33653ms + - 33756ms + - 33858ms + - 33960ms + - 34063ms + - 34165ms + - 34267ms + - 34369ms + - 34471ms + - 34573ms + - 34675ms + - 34778ms + - 34880ms + - 34982ms + - 35084ms + - 35186ms + - 35288ms + - 35391ms + - 35493ms + - 35594ms + - 35696ms + - 35799ms + - 35901ms + - 36003ms + - 36105ms + - 36208ms + - 36310ms + - 36412ms + - 36514ms + - 36616ms + - 36718ms + - 36821ms + - 36923ms + - 37025ms + - 37127ms + - 37229ms + - 37332ms + - 37434ms + - 37536ms + values: + - 151 + - 79 + - 84 + - 89 + - 103 + - 103 + - 103 + - 94 + - 98 + - 103 + - 103 + - 103 + - 99 + - 103 + - 98 + - 98 + - 108 + - 99 + - 98 + - 99 + - 103 + - 103 + - 99 + - 103 + - 103 + - 99 + - 102 + - 99 + - 103 + - 103 + - 99 + - 103 + - 103 + - 99 + - 103 + - 99 + - 108 + - 98 + - 103 + - 99 + - 99 + - 99 + - 108 + - 98 + - 99 + - 103 + - 98 + - 103 + - 103 + - 103 + - 99 + - 103 + - 103 + - 99 + - 103 + - 103 + - 99 + - 103 + - 98 + - 103 + - 99 + - 102 + - 103 + - 99 + - 103 + - 103 + - 99 + - 108 + - 99 + - 99 + - 103 + - 98 + - 108 + - 98 + - 103 + - 99 + - 98 + - 103 + - 103 + - 99 + - 103 + - 103 + - 103 + - 99 + - 103 + - 99 + - 103 + - 99 + - 103 + - 94 + - 59 + - 49 + - 98 + - 74 + - 94 + - 79 + - 102 + - 97 + - 88 + - 88 + - 98 + - 103 + - 102 + - 98 + - 107 + - 88 + - 102 + - 103 + - 102 + - 98 + - 107 + - 98 + - 102 + - 98 + - 107 + - 97 + - 102 + - 98 + - 102 + - 102 + - 103 + - 102 + - 98 + - 107 + - 98 + - 103 + - 102 + - 102 + - 98 + - 102 + - 102 + - 98 + - 107 + - 103 + - 98 + - 103 + - 102 + - 98 + - 108 + - 98 + - 102 + - 102 + - 97 + - 98 + - 103 + - 103 + - 98 + - 107 + - 98 + - 103 + - 98 + - 99 + - 107 + - 98 + - 107 + - 99 + - 107 + - 99 + - 98 + - 107 + - 98 + - 107 + - 98 + - 107 + - 88 + - 118 + - 89 + - 107 + - 98 + - 107 + - 98 + - 107 + - 98 + - 98 + - 107 + - 98 + - 98 + - 107 + - 107 + - 98 + - 98 + - 107 + - 98 + - 107 + - 98 + - 98 + - 107 + - 98 + - 98 + - 107 + - 107 + - 98 + - 98 + - 107 + - 99 + - 107 + - 98 + - 98 + - 98 + - 99 + - 118 + - 88 + - 107 + - 107 + - 98 + - 98 + - 98 + - 117 + - 98 + - 98 + - 98 + - 107 + - 98 + - 107 + - 98 + - 99 + - 107 + - 98 + - 98 + used system: + avg: 0 + max: 22 + min: 0 + timeseries: + timestamps: + - 109ms + - 313ms + - 516ms + - 720ms + - 924ms + - 1127ms + - 1331ms + - 1535ms + - 1738ms + - 1942ms + - 2145ms + - 2349ms + - 2552ms + - 2756ms + - 2959ms + - 3163ms + - 3366ms + - 3570ms + - 3774ms + - 3977ms + - 4181ms + - 4384ms + - 4587ms + - 4791ms + - 4994ms + - 5198ms + - 5403ms + - 5607ms + - 5810ms + - 6014ms + - 6217ms + - 6421ms + - 6625ms + - 6828ms + - 7032ms + - 7235ms + - 7439ms + - 7642ms + - 7846ms + - 8049ms + - 8253ms + - 8456ms + - 8660ms + - 8863ms + - 9067ms + - 9271ms + - 9474ms + - 9678ms + - 9881ms + - 10085ms + - 10288ms + - 10492ms + - 10695ms + - 10899ms + - 11102ms + - 11306ms + - 11509ms + - 11713ms + - 11916ms + - 12120ms + - 12323ms + - 12528ms + - 12732ms + - 12935ms + - 13139ms + - 13342ms + - 13546ms + - 13749ms + - 13953ms + - 14156ms + - 14360ms + - 14563ms + - 14767ms + - 14970ms + - 15174ms + - 15377ms + - 15581ms + - 15784ms + - 15988ms + - 16191ms + - 16395ms + - 16599ms + - 16802ms + - 17005ms + - 17209ms + - 17412ms + - 17616ms + - 17819ms + - 18023ms + - 18226ms + - 18430ms + - 18633ms + - 18837ms + - 19040ms + - 19244ms + - 19447ms + - 19652ms + - 19859ms + - 20064ms + - 20268ms + - 20472ms + - 20676ms + - 20882ms + - 21086ms + - 21290ms + - 21495ms + - 21699ms + - 21903ms + - 22108ms + - 22312ms + - 22516ms + - 22720ms + - 22925ms + - 23129ms + - 23333ms + - 23537ms + - 23742ms + - 23947ms + - 24151ms + - 24355ms + - 24559ms + - 24764ms + - 24968ms + - 25173ms + - 25377ms + - 25581ms + - 25785ms + - 25990ms + - 26195ms + - 26399ms + - 26603ms + - 26808ms + - 27012ms + - 27217ms + - 27421ms + - 27625ms + - 27829ms + - 28033ms + - 28238ms + - 28442ms + - 28646ms + - 28850ms + - 29055ms + - 29259ms + - 29463ms + - 29668ms + - 29873ms + - 30077ms + - 30281ms + - 30485ms + - 30587ms + - 30689ms + - 30791ms + - 30894ms + - 30996ms + - 31098ms + - 31200ms + - 31302ms + - 31405ms + - 31507ms + - 31609ms + - 31711ms + - 31813ms + - 31915ms + - 32017ms + - 32119ms + - 32221ms + - 32323ms + - 32426ms + - 32528ms + - 32630ms + - 32733ms + - 32835ms + - 32938ms + - 33040ms + - 33142ms + - 33244ms + - 33346ms + - 33449ms + - 33551ms + - 33653ms + - 33756ms + - 33858ms + - 33960ms + - 34063ms + - 34165ms + - 34267ms + - 34369ms + - 34471ms + - 34573ms + - 34675ms + - 34778ms + - 34880ms + - 34982ms + - 35084ms + - 35186ms + - 35288ms + - 35391ms + - 35493ms + - 35594ms + - 35696ms + - 35799ms + - 35901ms + - 36003ms + - 36105ms + - 36208ms + - 36310ms + - 36412ms + - 36514ms + - 36616ms + - 36718ms + - 36821ms + - 36923ms + - 37025ms + - 37127ms + - 37229ms + - 37332ms + - 37434ms + - 37536ms + values: + - 5 + - 7 + - 9 + - 11 + - 7 + - 9 + - 8 + - 9 + - 8 + - 10 + - 8 + - 8 + - 9 + - 9 + - 9 + - 9 + - 9 + - 8 + - 8 + - 10 + - 9 + - 9 + - 9 + - 10 + - 8 + - 8 + - 9 + - 8 + - 8 + - 10 + - 7 + - 11 + - 11 + - 9 + - 13 + - 11 + - 8 + - 9 + - 10 + - 11 + - 8 + - 10 + - 7 + - 9 + - 9 + - 8 + - 17 + - 15 + - 15 + - 17 + - 14 + - 9 + - 9 + - 11 + - 9 + - 8 + - 9 + - 8 + - 10 + - 8 + - 8 + - 9 + - 8 + - 10 + - 9 + - 7 + - 9 + - 9 + - 7 + - 9 + - 9 + - 10 + - 9 + - 11 + - 12 + - 9 + - 9 + - 10 + - 10 + - 12 + - 8 + - 10 + - 10 + - 12 + - 12 + - 9 + - 9 + - 9 + - 11 + - 9 + - 11 + - 13 + - 9 + - 10 + - 9 + - 9 + - 9 + - 9 + - 12 + - 9 + - 10 + - 10 + - 9 + - 12 + - 9 + - 9 + - 10 + - 10 + - 10 + - 8 + - 10 + - 9 + - 15 + - 12 + - 10 + - 9 + - 9 + - 9 + - 8 + - 8 + - 9 + - 10 + - 9 + - 10 + - 9 + - 11 + - 10 + - 9 + - 8 + - 8 + - 9 + - 8 + - 9 + - 13 + - 10 + - 10 + - 9 + - 9 + - 8 + - 9 + - 10 + - 9 + - 9 + - 9 + - 8 + - 9 + - 9 + - 9 + - 9 + - 9 + - 9 + - 9 + - 9 + - 9 + - 9 + - 10 + - 11 + - 13 + - 9 + - 9 + - 11 + - 8 + - 8 + - 10 + - 7 + - 10 + - 8 + - 7 + - 8 + - 7 + - 10 + - 8 + - 8 + - 10 + - 10 + - 10 + - 10 + - 8 + - 7 + - 8 + - 7 + - 9 + - 9 + - 9 + - 8 + - 9 + - 8 + - 8 + - 7 + - 8 + - 8 + - 7 + - 8 + - 8 + - 9 + - 13 + - 11 + - 8 + - 10 + - 9 + - 8 + - 8 + - 8 + - 8 + - 8 + - 7 + - 9 + - 8 + - 9 + - 9 + - 9 + - 9 + - 8 + - 10 + - 7 + - 11 + - 8 + - 8 + - 8 + gpu: + energy used system: 95 J + used process: TODO + used system: + avg: 0 + max: 0 + min: 0 + timeseries: + timestamps: + - 109ms + - 313ms + - 516ms + - 720ms + - 924ms + - 1127ms + - 1331ms + - 1534ms + - 1738ms + - 1942ms + - 2145ms + - 2349ms + - 2552ms + - 2756ms + - 2959ms + - 3163ms + - 3366ms + - 3570ms + - 3773ms + - 3977ms + - 4181ms + - 4384ms + - 4587ms + - 4791ms + - 4994ms + - 5198ms + - 5403ms + - 5607ms + - 5810ms + - 6014ms + - 6217ms + - 6421ms + - 6624ms + - 6828ms + - 7031ms + - 7235ms + - 7439ms + - 7642ms + - 7846ms + - 8049ms + - 8253ms + - 8456ms + - 8660ms + - 8863ms + - 9067ms + - 9270ms + - 9474ms + - 9678ms + - 9881ms + - 10085ms + - 10288ms + - 10492ms + - 10695ms + - 10899ms + - 11102ms + - 11305ms + - 11509ms + - 11713ms + - 11916ms + - 12119ms + - 12323ms + - 12528ms + - 12732ms + - 12935ms + - 13139ms + - 13342ms + - 13546ms + - 13749ms + - 13953ms + - 14156ms + - 14360ms + - 14563ms + - 14767ms + - 14970ms + - 15174ms + - 15377ms + - 15581ms + - 15784ms + - 15988ms + - 16191ms + - 16395ms + - 16598ms + - 16802ms + - 17005ms + - 17209ms + - 17412ms + - 17616ms + - 17819ms + - 18023ms + - 18226ms + - 18430ms + - 18633ms + - 18837ms + - 19040ms + - 19244ms + - 19447ms + - 19652ms + - 19859ms + - 20063ms + - 20268ms + - 20472ms + - 20676ms + - 20881ms + - 21086ms + - 21290ms + - 21494ms + - 21699ms + - 21903ms + - 22107ms + - 22312ms + - 22516ms + - 22720ms + - 22925ms + - 23129ms + - 23333ms + - 23537ms + - 23742ms + - 23947ms + - 24151ms + - 24355ms + - 24559ms + - 24763ms + - 24968ms + - 25173ms + - 25377ms + - 25581ms + - 25785ms + - 25990ms + - 26194ms + - 26399ms + - 26603ms + - 26807ms + - 27012ms + - 27216ms + - 27420ms + - 27625ms + - 27829ms + - 28033ms + - 28237ms + - 28442ms + - 28646ms + - 28850ms + - 29055ms + - 29259ms + - 29463ms + - 29668ms + - 29872ms + - 30077ms + - 30281ms + - 30485ms + - 30587ms + - 30689ms + - 30791ms + - 30894ms + - 30996ms + - 31098ms + - 31200ms + - 31302ms + - 31404ms + - 31507ms + - 31609ms + - 31711ms + - 31813ms + - 31915ms + - 32017ms + - 32119ms + - 32221ms + - 32323ms + - 32425ms + - 32528ms + - 32630ms + - 32732ms + - 32835ms + - 32938ms + - 33040ms + - 33142ms + - 33244ms + - 33346ms + - 33448ms + - 33551ms + - 33653ms + - 33756ms + - 33858ms + - 33960ms + - 34062ms + - 34165ms + - 34267ms + - 34369ms + - 34471ms + - 34573ms + - 34675ms + - 34777ms + - 34880ms + - 34982ms + - 35084ms + - 35186ms + - 35288ms + - 35390ms + - 35493ms + - 35594ms + - 35696ms + - 35799ms + - 35901ms + - 36003ms + - 36105ms + - 36207ms + - 36310ms + - 36412ms + - 36514ms + - 36616ms + - 36718ms + - 36820ms + - 36923ms + - 37025ms + - 37127ms + - 37229ms + - 37331ms + - 37434ms + - 37536ms + values: + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + vram used process: TODO + vram used system: + avg: 0 + max: 511 + min: 0 + timeseries: + timestamps: + - 108ms + - 311ms + - 515ms + - 718ms + - 922ms + - 1126ms + - 1329ms + - 1533ms + - 1737ms + - 1940ms + - 2144ms + - 2347ms + - 2551ms + - 2754ms + - 2958ms + - 3161ms + - 3365ms + - 3568ms + - 3772ms + - 3976ms + - 4179ms + - 4383ms + - 4586ms + - 4789ms + - 4993ms + - 5196ms + - 5400ms + - 5605ms + - 5809ms + - 6012ms + - 6216ms + - 6419ms + - 6623ms + - 6827ms + - 7030ms + - 7233ms + - 7437ms + - 7641ms + - 7844ms + - 8048ms + - 8251ms + - 8455ms + - 8658ms + - 8862ms + - 9065ms + - 9269ms + - 9473ms + - 9676ms + - 9880ms + - 10083ms + - 10287ms + - 10491ms + - 10694ms + - 10897ms + - 11101ms + - 11304ms + - 11508ms + - 11711ms + - 11915ms + - 12118ms + - 12322ms + - 12525ms + - 12730ms + - 12934ms + - 13137ms + - 13341ms + - 13544ms + - 13748ms + - 13951ms + - 14155ms + - 14358ms + - 14562ms + - 14765ms + - 14969ms + - 15172ms + - 15376ms + - 15579ms + - 15783ms + - 15986ms + - 16190ms + - 16393ms + - 16597ms + - 16800ms + - 17004ms + - 17207ms + - 17411ms + - 17614ms + - 17818ms + - 18021ms + - 18225ms + - 18428ms + - 18632ms + - 18835ms + - 19039ms + - 19242ms + - 19446ms + - 19649ms + - 19856ms + - 20062ms + - 20266ms + - 20470ms + - 20675ms + - 20879ms + - 21084ms + - 21288ms + - 21493ms + - 21697ms + - 21901ms + - 22106ms + - 22310ms + - 22514ms + - 22718ms + - 22923ms + - 23127ms + - 23331ms + - 23535ms + - 23740ms + - 23944ms + - 24149ms + - 24353ms + - 24557ms + - 24762ms + - 24967ms + - 25171ms + - 25375ms + - 25579ms + - 25783ms + - 25988ms + - 26193ms + - 26397ms + - 26601ms + - 26806ms + - 27011ms + - 27215ms + - 27419ms + - 27623ms + - 27827ms + - 28032ms + - 28236ms + - 28440ms + - 28644ms + - 28848ms + - 29053ms + - 29257ms + - 29462ms + - 29666ms + - 29870ms + - 30075ms + - 30279ms + - 30484ms + - 30586ms + - 30688ms + - 30790ms + - 30892ms + - 30994ms + - 31096ms + - 31198ms + - 31301ms + - 31403ms + - 31505ms + - 31607ms + - 31709ms + - 31811ms + - 31913ms + - 32016ms + - 32118ms + - 32220ms + - 32322ms + - 32424ms + - 32526ms + - 32628ms + - 32730ms + - 32833ms + - 32935ms + - 33038ms + - 33140ms + - 33242ms + - 33344ms + - 33447ms + - 33549ms + - 33651ms + - 33754ms + - 33856ms + - 33958ms + - 34061ms + - 34163ms + - 34265ms + - 34367ms + - 34469ms + - 34571ms + - 34674ms + - 34776ms + - 34878ms + - 34980ms + - 35082ms + - 35184ms + - 35286ms + - 35389ms + - 35491ms + - 35593ms + - 35695ms + - 35797ms + - 35899ms + - 36001ms + - 36104ms + - 36206ms + - 36308ms + - 36410ms + - 36512ms + - 36614ms + - 36716ms + - 36819ms + - 36921ms + - 37024ms + - 37126ms + - 37228ms + - 37330ms + - 37432ms + - 37534ms + values: + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 508 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + - 511 + ram: + energy used system: 0 J + used process: + avg: 0 + max: 4005535 + min: 0 + timeseries: + timestamps: + - 109ms + - 313ms + - 516ms + - 720ms + - 924ms + - 1127ms + - 1331ms + - 1535ms + - 1738ms + - 1942ms + - 2145ms + - 2349ms + - 2552ms + - 2756ms + - 2959ms + - 3163ms + - 3366ms + - 3570ms + - 3774ms + - 3977ms + - 4181ms + - 4384ms + - 4587ms + - 4791ms + - 4994ms + - 5198ms + - 5403ms + - 5607ms + - 5810ms + - 6014ms + - 6217ms + - 6421ms + - 6625ms + - 6828ms + - 7032ms + - 7235ms + - 7439ms + - 7642ms + - 7846ms + - 8049ms + - 8253ms + - 8456ms + - 8660ms + - 8863ms + - 9067ms + - 9270ms + - 9474ms + - 9678ms + - 9881ms + - 10085ms + - 10288ms + - 10492ms + - 10695ms + - 10899ms + - 11102ms + - 11306ms + - 11509ms + - 11713ms + - 11916ms + - 12120ms + - 12323ms + - 12528ms + - 12732ms + - 12935ms + - 13139ms + - 13342ms + - 13546ms + - 13749ms + - 13953ms + - 14156ms + - 14360ms + - 14563ms + - 14767ms + - 14970ms + - 15174ms + - 15377ms + - 15581ms + - 15784ms + - 15988ms + - 16191ms + - 16395ms + - 16599ms + - 16802ms + - 17005ms + - 17209ms + - 17412ms + - 17616ms + - 17819ms + - 18023ms + - 18226ms + - 18430ms + - 18633ms + - 18837ms + - 19040ms + - 19244ms + - 19447ms + - 19652ms + - 19859ms + - 20064ms + - 20268ms + - 20472ms + - 20676ms + - 20882ms + - 21086ms + - 21290ms + - 21495ms + - 21699ms + - 21903ms + - 22108ms + - 22312ms + - 22516ms + - 22720ms + - 22925ms + - 23129ms + - 23333ms + - 23537ms + - 23742ms + - 23947ms + - 24151ms + - 24355ms + - 24559ms + - 24764ms + - 24968ms + - 25173ms + - 25377ms + - 25581ms + - 25785ms + - 25990ms + - 26195ms + - 26399ms + - 26603ms + - 26808ms + - 27012ms + - 27217ms + - 27421ms + - 27625ms + - 27829ms + - 28033ms + - 28238ms + - 28442ms + - 28646ms + - 28850ms + - 29055ms + - 29259ms + - 29463ms + - 29668ms + - 29873ms + - 30077ms + - 30281ms + - 30485ms + - 30587ms + - 30689ms + - 30791ms + - 30894ms + - 30996ms + - 31098ms + - 31200ms + - 31302ms + - 31405ms + - 31507ms + - 31609ms + - 31711ms + - 31813ms + - 31915ms + - 32017ms + - 32119ms + - 32221ms + - 32323ms + - 32426ms + - 32528ms + - 32630ms + - 32733ms + - 32835ms + - 32938ms + - 33040ms + - 33142ms + - 33244ms + - 33346ms + - 33449ms + - 33551ms + - 33653ms + - 33756ms + - 33858ms + - 33960ms + - 34063ms + - 34165ms + - 34267ms + - 34369ms + - 34471ms + - 34573ms + - 34675ms + - 34778ms + - 34880ms + - 34982ms + - 35084ms + - 35186ms + - 35288ms + - 35391ms + - 35493ms + - 35594ms + - 35696ms + - 35799ms + - 35901ms + - 36003ms + - 36105ms + - 36208ms + - 36310ms + - 36412ms + - 36514ms + - 36616ms + - 36718ms + - 36821ms + - 36923ms + - 37025ms + - 37127ms + - 37229ms + - 37332ms + - 37434ms + - 37536ms + values: + - 219070 + - 241803 + - 260812 + - 291336 + - 335581 + - 383344 + - 432128 + - 476217 + - 514838 + - 553185 + - 591757 + - 627789 + - 664989 + - 703754 + - 741302 + - 779485 + - 817823 + - 852406 + - 891506 + - 934035 + - 973066 + - 1011544 + - 1050554 + - 1083154 + - 1121939 + - 1160445 + - 1205035 + - 1241956 + - 1280503 + - 1319030 + - 1359101 + - 1398009 + - 1434079 + - 1471991 + - 1508241 + - 1545736 + - 1583357 + - 1621671 + - 1659244 + - 1695141 + - 1733029 + - 1772277 + - 1810173 + - 1844850 + - 1883725 + - 1924411 + - 1960427 + - 1992179 + - 2023976 + - 2051694 + - 2079977 + - 2113052 + - 2147409 + - 2181083 + - 2215260 + - 2251550 + - 2292387 + - 2331676 + - 2371727 + - 2413801 + - 2463801 + - 2501971 + - 2540359 + - 2581676 + - 2620469 + - 2662125 + - 2704257 + - 2751799 + - 2786193 + - 2823274 + - 2865119 + - 2905047 + - 2942824 + - 2984402 + - 3018838 + - 3060604 + - 3091701 + - 3131600 + - 3172683 + - 3211014 + - 3250458 + - 3294920 + - 3333906 + - 3376840 + - 3409207 + - 3443638 + - 3481997 + - 3517353 + - 3556491 + - 3576516 + - 3582955 + - 3710713 + - 3723431 + - 3757387 + - 3766362 + - 3774816 + - 3778109 + - 3786371 + - 3795066 + - 3808067 + - 3818541 + - 3818766 + - 3819233 + - 3819798 + - 3820318 + - 3821555 + - 3822428 + - 3819520 + - 3819532 + - 3819536 + - 3819548 + - 3819552 + - 3819552 + - 3819552 + - 3819704 + - 3819724 + - 3819728 + - 3819728 + - 3820158 + - 3820883 + - 3821584 + - 3822276 + - 3823009 + - 3823816 + - 3824574 + - 3825467 + - 3826270 + - 3827113 + - 3828006 + - 3828690 + - 3829518 + - 3830333 + - 3831111 + - 3831623 + - 3832156 + - 3832754 + - 3833323 + - 3833806 + - 3834482 + - 3835047 + - 3835453 + - 3835998 + - 3836129 + - 3836727 + - 3837321 + - 3838001 + - 3838656 + - 3839201 + - 3839959 + - 3840540 + - 3840827 + - 3841073 + - 3841417 + - 3841617 + - 3841953 + - 3842195 + - 3842519 + - 3842809 + - 3843117 + - 3843366 + - 3843801 + - 3844177 + - 3844526 + - 3844939 + - 3845185 + - 3845439 + - 3845652 + - 3845894 + - 3846098 + - 3846467 + - 3846701 + - 3847004 + - 3847319 + - 3847610 + - 3847966 + - 3848331 + - 3848523 + - 3848921 + - 3849306 + - 3849596 + - 3849879 + - 3850227 + - 3850526 + - 3850817 + - 3851177 + - 3851481 + - 3851714 + - 3852079 + - 3852300 + - 3852603 + - 3853021 + - 3853316 + - 3853582 + - 3853950 + - 3854184 + - 3854471 + - 3854700 + - 3855032 + - 3855462 + - 3855843 + - 3856154 + - 3856457 + - 3856920 + - 3857260 + - 3857620 + - 3857899 + - 3858317 + - 3858669 + - 3858972 + - 3859324 + - 3859640 + - 3864141 + - 3887308 + - 3907809 + - 3925762 + - 3946991 + - 3968233 + - 3989188 + - 4005535 + used system: + avg: 0 + max: 33065 + min: 0 + timeseries: + timestamps: + - 109ms + - 313ms + - 516ms + - 720ms + - 924ms + - 1127ms + - 1331ms + - 1535ms + - 1738ms + - 1942ms + - 2145ms + - 2349ms + - 2552ms + - 2756ms + - 2959ms + - 3163ms + - 3366ms + - 3570ms + - 3774ms + - 3977ms + - 4181ms + - 4384ms + - 4587ms + - 4791ms + - 4994ms + - 5198ms + - 5403ms + - 5607ms + - 5810ms + - 6014ms + - 6217ms + - 6421ms + - 6625ms + - 6828ms + - 7032ms + - 7235ms + - 7439ms + - 7642ms + - 7846ms + - 8049ms + - 8253ms + - 8456ms + - 8660ms + - 8863ms + - 9067ms + - 9270ms + - 9474ms + - 9678ms + - 9881ms + - 10085ms + - 10288ms + - 10492ms + - 10695ms + - 10899ms + - 11102ms + - 11306ms + - 11509ms + - 11713ms + - 11916ms + - 12120ms + - 12323ms + - 12528ms + - 12732ms + - 12935ms + - 13139ms + - 13342ms + - 13546ms + - 13749ms + - 13953ms + - 14156ms + - 14360ms + - 14563ms + - 14767ms + - 14970ms + - 15174ms + - 15377ms + - 15581ms + - 15784ms + - 15988ms + - 16191ms + - 16395ms + - 16599ms + - 16802ms + - 17005ms + - 17209ms + - 17412ms + - 17616ms + - 17819ms + - 18023ms + - 18226ms + - 18430ms + - 18633ms + - 18837ms + - 19040ms + - 19244ms + - 19447ms + - 19652ms + - 19859ms + - 20064ms + - 20268ms + - 20472ms + - 20676ms + - 20882ms + - 21086ms + - 21290ms + - 21495ms + - 21699ms + - 21903ms + - 22108ms + - 22312ms + - 22516ms + - 22720ms + - 22925ms + - 23129ms + - 23333ms + - 23537ms + - 23742ms + - 23947ms + - 24151ms + - 24355ms + - 24559ms + - 24764ms + - 24968ms + - 25173ms + - 25377ms + - 25581ms + - 25785ms + - 25990ms + - 26195ms + - 26399ms + - 26603ms + - 26808ms + - 27012ms + - 27217ms + - 27421ms + - 27625ms + - 27829ms + - 28033ms + - 28238ms + - 28442ms + - 28646ms + - 28850ms + - 29055ms + - 29259ms + - 29463ms + - 29668ms + - 29873ms + - 30077ms + - 30281ms + - 30485ms + - 30587ms + - 30689ms + - 30791ms + - 30894ms + - 30996ms + - 31098ms + - 31200ms + - 31302ms + - 31405ms + - 31507ms + - 31609ms + - 31711ms + - 31813ms + - 31915ms + - 32017ms + - 32119ms + - 32221ms + - 32323ms + - 32426ms + - 32528ms + - 32630ms + - 32733ms + - 32835ms + - 32938ms + - 33040ms + - 33142ms + - 33244ms + - 33346ms + - 33449ms + - 33551ms + - 33653ms + - 33756ms + - 33858ms + - 33960ms + - 34063ms + - 34165ms + - 34267ms + - 34369ms + - 34471ms + - 34573ms + - 34675ms + - 34778ms + - 34880ms + - 34982ms + - 35084ms + - 35186ms + - 35288ms + - 35391ms + - 35493ms + - 35594ms + - 35696ms + - 35799ms + - 35901ms + - 36003ms + - 36105ms + - 36208ms + - 36310ms + - 36412ms + - 36514ms + - 36616ms + - 36718ms + - 36821ms + - 36923ms + - 37025ms + - 37127ms + - 37229ms + - 37332ms + - 37434ms + - 37536ms + values: + - 32710 + - 32752 + - 32704 + - 32747 + - 32729 + - 32739 + - 32748 + - 32672 + - 32699 + - 32689 + - 32723 + - 32747 + - 32667 + - 32705 + - 32685 + - 32724 + - 32715 + - 32745 + - 32730 + - 32754 + - 32712 + - 32691 + - 32747 + - 32753 + - 32731 + - 32755 + - 32736 + - 32738 + - 32751 + - 32735 + - 32754 + - 32732 + - 32746 + - 32736 + - 32759 + - 32745 + - 32745 + - 32746 + - 32756 + - 32761 + - 32764 + - 32763 + - 32766 + - 32760 + - 32756 + - 32763 + - 32759 + - 32759 + - 32762 + - 32762 + - 32700 + - 32699 + - 32732 + - 32774 + - 32717 + - 32767 + - 32807 + - 32810 + - 32834 + - 32811 + - 32864 + - 32843 + - 32879 + - 32878 + - 32895 + - 32914 + - 32921 + - 32921 + - 32940 + - 32947 + - 32964 + - 32975 + - 32987 + - 32984 + - 32996 + - 33026 + - 32989 + - 33014 + - 32969 + - 32979 + - 33020 + - 33009 + - 33012 + - 33028 + - 33040 + - 32985 + - 33027 + - 33043 + - 33039 + - 33025 + - 33023 + - 33002 + - 32969 + - 33032 + - 33034 + - 33016 + - 33021 + - 33058 + - 32973 + - 32996 + - 33007 + - 33007 + - 33007 + - 33019 + - 33019 + - 33022 + - 33022 + - 33037 + - 33029 + - 33037 + - 33044 + - 33044 + - 33048 + - 33052 + - 32997 + - 33005 + - 33005 + - 33013 + - 33022 + - 33022 + - 33030 + - 33038 + - 33046 + - 33042 + - 33051 + - 33055 + - 33018 + - 33018 + - 33027 + - 33034 + - 33042 + - 33042 + - 33051 + - 33056 + - 33000 + - 33035 + - 33043 + - 33043 + - 33049 + - 33058 + - 33057 + - 32994 + - 33002 + - 33005 + - 33013 + - 33018 + - 33025 + - 33034 + - 33034 + - 33042 + - 33045 + - 33049 + - 33057 + - 33057 + - 33057 + - 33064 + - 33065 + - 32989 + - 33000 + - 33010 + - 33007 + - 33007 + - 33015 + - 33015 + - 33015 + - 33033 + - 33033 + - 33041 + - 33041 + - 33041 + - 33042 + - 33052 + - 33055 + - 33053 + - 33061 + - 33064 + - 33057 + - 33023 + - 33022 + - 33022 + - 33022 + - 33022 + - 33022 + - 33022 + - 33014 + - 33022 + - 33032 + - 33032 + - 33030 + - 33030 + - 33024 + - 33024 + - 33020 + - 33024 + - 33011 + - 33020 + - 33021 + - 33022 + - 33022 + - 33035 + - 33035 + - 33033 + - 33034 + - 33032 + - 33030 + - 33030 + - 33030 + - 33030 + - 33035 + - 33035 + - 33035 + - 33034 + - 33058 + - 32982 + - 33007 + - 33024 + - 33050 + - 33017 + - 33028 + runtime: + start time: 2025-11-22T09:21:54.458710659+0000 + stop time: 2025-11-22T09:22:32.054819467+0000 + system: 2480 ms + user: 35090 ms + wallclock: 37596 ms +schema version: 0.2 diff --git a/ecir26/corpus-construction/subsampled-corpora/spot-check/qrels.txt b/ecir26/corpus-construction/subsampled-corpora/spot-check/qrels.txt index 03800a8..5e681fa 100644 --- a/ecir26/corpus-construction/subsampled-corpora/spot-check/qrels.txt +++ b/ecir26/corpus-construction/subsampled-corpora/spot-check/qrels.txt @@ -1,113 +1,113 @@ -4 0 b033f721bf566af840c02f92d0d192f73387bd444d029ba378ebe0c82c1bb282 1 -4 0 5065aad4e8387e2f271747c1dbfec42bb08e737b72e3092d054bac5d3619958a 1 -4 0 17b604d97f8ef03fe73a18e72e1b4ba8d75a69c97884818448160b0dd84bc985 0 -4 0 37886bced6f9ebd55b100845db846855178cc12a387eef76e7efaa94433f4b2b 0 -4 0 ad8d1c94849766c350133b09373e1bd8f0b3c3b7a86cb86b819b64fbf7f5c2ba 2 -4 0 d164221e7f0ac0fb55c2c7a98b8adddd3cfc5065773b453184f4672430d475aa 1 -4 0 c742c4186c5cd4d04fdd6424db2965f6425421cb117f3a1d785a600fac9e8511 2 -4 0 94d5ca9ff7138432346582349faa3a478c0a624ab802b8b4442d26b9023ee37e 0 -4 0 1cb11c032dfd4d6371b372161f2b0785f6d908ee88304d3bda8b9efef5279d2a 1 -4 0 59983bcc0d0ae4fcfc6852a0d24dc4619b5a844830dcbd8e607532ba2f0421b1 -1 -4 0 b4262ef89b8254826504ca6744508921943a3693e2dabb8248d2b6bc64dc1ff7 -1 -4 0 8bedeb7272d73ecaa64e76171ed770f9c7417952dc44d764688c49eba90d9280 -1 -4 0 03ddb06e3ffa82fcf9d334838f44f5092324d9f229960bf1e9827df9da8ee432 0 -4 0 09e2c9e33126ee141b1cacfed2e6e1a46cee17a8fde06943814dd9244bbb98b2 0 -4 0 128a0aefedd560e509f6c5bde7d8de0cbec41fdd4590acf5b9ebf4d44209a0b1 1 -4 0 c1ddd3c71e2f0cb746e5c4682bd1d1c5db9b1d0ef20295fc072c9adc269abbf6 1 -4 0 06fad107b5bb74a5817e269f09979d7735154434e641e5e9747b9ff80bf34a2f 0 -4 0 17319218f24068bf04e1b20d5490ca010c3bf0a468f7e211932747077298c184 0 -4 0 7e2a43d53292a3a05c2deb04844f8614f54c20e73a04bb3be4aa954bd36d1a0e 2 -4 0 03ec625d5e20f3979e65cd8cbee62b2bb07674025d963e3b80e071e2e17bf0df 0 -4 0 08f8cdbff8feef02050ae18288e72994d2f87e287fccd827bba74712633d44f6 0 -4 0 f9ac27e52b0f82abd00b1b6585554b618061f77dc1acd621b63c9ff8b483121e -2 -4 0 042c9c14364fadd9bb1c0a99a63f02cce5f052ec65bff0a016af8f1f7a2ca559 -2 -4 0 abf80a8c6af6416e883ea7c7da65584596dcb68c0bddffea2621b3d79384d542 0 -4 0 bd5936ef378860974305ce89ed1cd1fec614a2de5297740090b0ed7d65e609de -1 -4 0 d690d07363ca30224a84ddd72a5f01b6b5c169bf9c7c29f7751e93194e18d9df 0 -4 0 c8a6f34d38f26c3933b96161535e47b43450670634ed94dde83dfbaa05e4eca5 0 -4 0 83de35f3c5b9070d4de1baaf06604e7f92674b70fa175318fc50e65288062c17 0 -4 0 10436fef4b9ee44f0d61ca21eb2c9a437e8dba6efd0b55be6671b9cd11058d76 0 -4 0 4b414adb6ce39c9e50eda84eb991113dd2efc24e4ee3fc1264f0d31c29a1828c 2 -4 0 c1a28c621e9de66f4d33b856a547e949673bd3e1e8a65be60c650e44e90a69ad -2 -4 0 1ad5b36d6ed22ea61dec7eac52e45623754b6216429efb30db391c14ee6eaf95 -1 -4 0 e749f7f77fc3c40082eec29c863e36965972d33fea4bbc761e7caff867b09597 -1 -4 0 23ca397b42f1e42ba554a1f56e925ddb0de1cfd136122cdba517cd145d60b892 0 -4 0 7905c3cc8b8343031e4aafd828d3dba293e2c78a936c6b7f45186f5037b513c1 3 -4 0 8644e516f8722b2e958560abc3d30b66594335748c06c757d735433fa4e6e6c2 3 -4 0 065239138958bd4681549561d99e73feb460684058fad55d5dfd708d20ad6974 -1 -4 0 f600a4faf33488c3cf296c477b8031c373c2cdbb115ab63f33dfb18117a8430a 1 -7 0 48c98120a377af17aa5b977fc0bd87314b198a49b5525bcb3f81dff63d127533 0 -7 0 aeb080b47bedd4cd99a5563084c9bc45db5db1c75874cee8c35178cbcef456f3 0 -7 0 603bbed49fc35ace3be903f0e3b34948e3e86e455cead75239a07d5d5d9d2af0 -2 -7 0 f197c94a660a6c7f8e7e08d480ec482924fe5b678bff8e2c6cd2da05c3698bb8 0 -7 0 3c35f0fba71acf8c1504c4d8ccd50b127c7f4b13fcac18ee7a135ec681989ca7 0 -7 0 4b8c49ad8db1f421693c84c7ff43741df4acbd707b36b961928ce47546d88380 1 -7 0 ad75412ffa8fb82cf52e3dd221bede41145c4682b4dff233540a8f622595558e 1 -7 0 b62d64d92b5cb081835c63125a257dd1dad1fba86622ea4bef0c965c46c99b30 0 -7 0 aae8a9d7bc1b4f93571bad0cf063c79c3c6d52be2d0efb8407c6d5c6f748a99e 3 -7 0 66eae5b3db92381cc06bf0e627342ffa144b04ee9c4bec6b8ff47e6674baa363 0 -7 0 244d7f96da69032fd164feb5a55223a734a6fc5b5be4ae8cdf93f21f8e519331 0 -7 0 b37eaef9bdf8a7fd9131c60eac391d7c4b450fe071b3d5c14e6a5139c1361b85 0 -7 0 4b7972901e7238ec5877ebec898b0b5322c37f505d7b38506b672377b29ae5d2 1 -7 0 ddeed40ee7c53dbafcb683e7fe054ffc05ba6fce6b5d683e41fa066e2557ff19 2 -7 0 b3ae75e98b52d3d2f3a939949fa11e47061ca2190f89026ccab0ea0e90b4986d -2 -7 0 ba56b9551429b8f3f322a7522f1956a46077c0a08045cad0db25ec8cdff2b8fd 2 -7 0 e7754e4bec287fb6ab35f220125f5355386c7c900b039d151bf9d54a5a83c477 -2 -7 0 1b0e7ca7179af4e453b64b106202a0e0d603b66f10a93907eaccce2a4d32cf61 3 -7 0 820a987d71d43842617df2a48acd8c0ebfeb9405f07e10cb6f8dbba111d45d25 0 -7 0 b1c717f52e63fc7665ee0e14573557f1e6886c8a02b22c4ceb1d3b2768075ae9 0 -7 0 b353d2e6da509bc52f9dc6e9167a5e7931c88f5199a7dc1a5305780ad5c60b80 -2 -7 0 38ea2c5fc017637d63c8285fd3aa7b2262bd17d9dd018c5926d5b01657a269f3 0 -7 0 2569a0707c27fcd03d570cb48cf5e5f25fdfe89e9f31e9b7c569336569902b38 0 -7 0 553fa98731bc9bdc0465bf50a4376e5c6cf6e0fce1db3358372d5d2392ed6ec0 1 -7 0 5195be4de067e367c3bc6f1855de2f20631f8b927d94b8e13f86110683717f76 0 -7 0 5d7f34ffdd66c1f4b8d99cd8f384672b588967c58d6afbeb32fb838b78425469 -2 -7 0 b949aa1087d23299a9a8c3aa437c35b0a179b7d906f7ae1be4644e260cbdbfcf 2 -7 0 23b553cb6053d79c9fbd648305b79154ba45c02fe300eb9def9c07cbe3fc8082 0 -7 0 3eda9285e6a683f69e9fa3e65e0aafd929c3e962e598b9a2df4fbd2441eaf606 3 -7 0 1b11b03fadea3948e87a2e6acdd490bcc1ce8d0414fcc3f849aeec25ab54eaf3 -2 -7 0 ff895675f75f754f7a69a09ee3fbb043aa9a3cdb9cc1ddd7f035c4b0aff791e5 2 -7 0 246d78f302a8d7ecd98e433083b49d3b26bfbfa8ed5eedc2daa21c53bc8d1929 1 -7 0 ac76f35a1f5e21116c9aff5a1464793ef142245470c41607d790aa82669447be -2 -7 0 d6e4f9946625e4a0245955d05fa14b3af4dbb533013edcada11ec6ebf499eae1 0 -7 0 e9853acc8570b1f104f7b1146e1b5df0213bfa2f19836b74cc2c63e5304b7407 0 -7 0 1cbfccada21eaa4ec040887237b70f3480517baa1090955c84ba157e96b5db3a 1 -3 0 56e97844ffe550c411336ba401687d9c218791e68f5b1804825a2978758721e5 0 -3 0 8a9be855b709647ee83459e3fad1381a7f23443f2cc46a2a4511f16d410344a8 0 -3 0 52d037c361e082049a02fdf1fe95f097ca9bea4715dd51b66ccf716d0db2362f 0 -3 0 e26177a468ffe7d2b8eb0ea68523c93c896fdd6acf9e22762021493d8bf12938 0 -3 0 b557dc47cf2343d597841d93afca6c29607004751f0fb13b0a6ea7b949d98773 0 -3 0 755779ffd178b1f9a6b4170a3373f50f17bdb90b8713916775b59c607a3fb279 0 -3 0 ef182a141e53e8b9347cceac30d41c1fd9cfaa4aca170ebf8c9a6019b20d73fd 1 -3 0 ce0168ce0316a2e799323550ec33749ec7b9060d2044a2ccfa7de6c656e0ddea 0 -3 0 b3e91b38eed01867d9b9a5048ae2445216f9f208e6fae56deb68c580e3cf5692 3 -3 0 e3766bbcf5e8708b60cb3592cf0a37e2ffd0be65c05d5b3b22e800aeb47121b8 0 -3 0 1f2c20f36169182cf77aa08b14657783fb2caffc48d21187bf3e47766e832e50 0 -3 0 6f211787d660702f3e95bc1b1f229da2d68660ed18b38ffc03b1d5d7f8ad3790 0 -3 0 e1845ad7ca451126a8ddaf0f5e9877239222da3e3ab0d33b371ce23bfe43284b 0 -3 0 e2e37f514110c0b3b7548903495348fac3db79d29df27a645f5eab0de4007716 1 -3 0 e00a412c07e34bca044b729bc218e92edca60336f7ecc1b2ec01f77436a92df4 1 -3 0 64f123715af956f2cb50ac1cb13922ef758669e653e895c7e26526cad9c7bb63 0 -3 0 84049484ae2857a3743e973c86c6d8b91e43e881b7b56ca1ff3e2ef631c6a0aa 0 -3 0 894ee5cdb938c6fac032ab8b8a6b3d4a998133a6cf114ab73478789e6fa26be6 0 -3 0 0434be636200bec94cf9c9267d83a314db5ed66f7daa040586c0100bb49359a5 0 -3 0 a18557d59ff2214a603ca6c27f59d08b176e6a17c4171d539fa7c98bdb0155b7 1 -3 0 bfe22cc0206dbabc86bacf2b9cb54818500834b23489cec69c5cb79cca922a23 0 -3 0 348faa53fc7f0a6fb3643d880d64d3515247e9a40eba86a2889354781f36d4dc 0 -3 0 bd5954f7e48b5c95c71c4fdea0bc3c8489c40335647b6c5365ca5496745697d2 0 -3 0 38f4a96022cda7b2e85db2015f2949b340bf4116d76ea73d17d5b4c0cbdd01e1 1 -3 0 5e477bb99bf405ed8244fab95c7566cb3a375205f524c6291466743e92db4c34 0 -3 0 2a5b6bb9235b3ada7e1ee8328b3bb035303ec962ce118313a4eabff5874adce6 0 -3 0 fa856b58cf666b25860a502b977e24a410b4b58da7552f81b98eeaa661f09782 0 -3 0 738290d24429699b22517a34476ea94f4703c84b56ccdbe93b1c7a31969107c1 0 -3 0 7c8c5551ad96a59f8074e3e7a076377ea9a8fd43f3ab153ec86af603d748c676 1 -3 0 5bab34028f894e2aa2f94a29e331c05f215a55e8c208f05dc9a7eaf209eebfc0 1 -3 0 52f5787a001e9835f9868491378b9302398b6227a39e29876b47b9f2993348ad 0 -3 0 d13bf3c91108fdafa3b61809b90919d908e1ed9f55af12e929baba0e628ac151 0 -3 0 1ddb8e93d2259c719bd72ea589132b4b3368e72cb2dac62b919a64d714a7b113 1 -3 0 ee212ee7a7090880397442e42c3541fb845eb550c30d8a04541b4a1ac3a4b141 0 -3 0 4ffaa715f8d174d1310279606d3dabd978015363eff3c95c9d9e118a00f8403e 0 -3 0 7c83ed04d2853ce11f6cc61c23ef5239fb81c71054c5de3423af9169fd02b138 0 -3 0 333479012e0a48f06e893ebdd4a3d3ca2f9a5cdcece815999ca053fa7e487930 0 -3 0 77ebae1a4e45807e9fa34055519464d8d235d49cd4c8367abec6e139010e0459 0 -3 0 0613590b24db271a692b0e0eea44ce4ac48080d5c230d7071c00cc1724b1613f 2 +4 0 b033f721bf566af840c02f92d0d192f73387bd444d029ba378ebe0c82c1bb282 1 +4 0 5065aad4e8387e2f271747c1dbfec42bb08e737b72e3092d054bac5d3619958a 1 +4 0 17b604d97f8ef03fe73a18e72e1b4ba8d75a69c97884818448160b0dd84bc985 0 +4 0 37886bced6f9ebd55b100845db846855178cc12a387eef76e7efaa94433f4b2b 0 +4 0 ad8d1c94849766c350133b09373e1bd8f0b3c3b7a86cb86b819b64fbf7f5c2ba 2 +4 0 d164221e7f0ac0fb55c2c7a98b8adddd3cfc5065773b453184f4672430d475aa 1 +4 0 c742c4186c5cd4d04fdd6424db2965f6425421cb117f3a1d785a600fac9e8511 2 +4 0 94d5ca9ff7138432346582349faa3a478c0a624ab802b8b4442d26b9023ee37e 0 +4 0 1cb11c032dfd4d6371b372161f2b0785f6d908ee88304d3bda8b9efef5279d2a 1 +4 0 59983bcc0d0ae4fcfc6852a0d24dc4619b5a844830dcbd8e607532ba2f0421b1 -1 +4 0 b4262ef89b8254826504ca6744508921943a3693e2dabb8248d2b6bc64dc1ff7 -1 +4 0 8bedeb7272d73ecaa64e76171ed770f9c7417952dc44d764688c49eba90d9280 -1 +4 0 03ddb06e3ffa82fcf9d334838f44f5092324d9f229960bf1e9827df9da8ee432 0 +4 0 09e2c9e33126ee141b1cacfed2e6e1a46cee17a8fde06943814dd9244bbb98b2 0 +4 0 128a0aefedd560e509f6c5bde7d8de0cbec41fdd4590acf5b9ebf4d44209a0b1 1 +4 0 c1ddd3c71e2f0cb746e5c4682bd1d1c5db9b1d0ef20295fc072c9adc269abbf6 1 +4 0 06fad107b5bb74a5817e269f09979d7735154434e641e5e9747b9ff80bf34a2f 0 +4 0 17319218f24068bf04e1b20d5490ca010c3bf0a468f7e211932747077298c184 0 +4 0 7e2a43d53292a3a05c2deb04844f8614f54c20e73a04bb3be4aa954bd36d1a0e 2 +4 0 03ec625d5e20f3979e65cd8cbee62b2bb07674025d963e3b80e071e2e17bf0df 0 +4 0 08f8cdbff8feef02050ae18288e72994d2f87e287fccd827bba74712633d44f6 0 +4 0 f9ac27e52b0f82abd00b1b6585554b618061f77dc1acd621b63c9ff8b483121e -2 +4 0 042c9c14364fadd9bb1c0a99a63f02cce5f052ec65bff0a016af8f1f7a2ca559 -2 +4 0 abf80a8c6af6416e883ea7c7da65584596dcb68c0bddffea2621b3d79384d542 0 +4 0 bd5936ef378860974305ce89ed1cd1fec614a2de5297740090b0ed7d65e609de -1 +4 0 d690d07363ca30224a84ddd72a5f01b6b5c169bf9c7c29f7751e93194e18d9df 0 +4 0 c8a6f34d38f26c3933b96161535e47b43450670634ed94dde83dfbaa05e4eca5 0 +4 0 83de35f3c5b9070d4de1baaf06604e7f92674b70fa175318fc50e65288062c17 0 +4 0 10436fef4b9ee44f0d61ca21eb2c9a437e8dba6efd0b55be6671b9cd11058d76 0 +4 0 4b414adb6ce39c9e50eda84eb991113dd2efc24e4ee3fc1264f0d31c29a1828c 2 +4 0 c1a28c621e9de66f4d33b856a547e949673bd3e1e8a65be60c650e44e90a69ad -2 +4 0 1ad5b36d6ed22ea61dec7eac52e45623754b6216429efb30db391c14ee6eaf95 -1 +4 0 e749f7f77fc3c40082eec29c863e36965972d33fea4bbc761e7caff867b09597 -1 +4 0 23ca397b42f1e42ba554a1f56e925ddb0de1cfd136122cdba517cd145d60b892 0 +4 0 7905c3cc8b8343031e4aafd828d3dba293e2c78a936c6b7f45186f5037b513c1 3 +4 0 8644e516f8722b2e958560abc3d30b66594335748c06c757d735433fa4e6e6c2 3 +4 0 065239138958bd4681549561d99e73feb460684058fad55d5dfd708d20ad6974 -1 +4 0 f600a4faf33488c3cf296c477b8031c373c2cdbb115ab63f33dfb18117a8430a 1 +7 0 48c98120a377af17aa5b977fc0bd87314b198a49b5525bcb3f81dff63d127533 0 +7 0 aeb080b47bedd4cd99a5563084c9bc45db5db1c75874cee8c35178cbcef456f3 0 +7 0 603bbed49fc35ace3be903f0e3b34948e3e86e455cead75239a07d5d5d9d2af0 -2 +7 0 f197c94a660a6c7f8e7e08d480ec482924fe5b678bff8e2c6cd2da05c3698bb8 0 +7 0 3c35f0fba71acf8c1504c4d8ccd50b127c7f4b13fcac18ee7a135ec681989ca7 0 +7 0 4b8c49ad8db1f421693c84c7ff43741df4acbd707b36b961928ce47546d88380 1 +7 0 ad75412ffa8fb82cf52e3dd221bede41145c4682b4dff233540a8f622595558e 1 +7 0 b62d64d92b5cb081835c63125a257dd1dad1fba86622ea4bef0c965c46c99b30 0 +7 0 aae8a9d7bc1b4f93571bad0cf063c79c3c6d52be2d0efb8407c6d5c6f748a99e 3 +7 0 66eae5b3db92381cc06bf0e627342ffa144b04ee9c4bec6b8ff47e6674baa363 0 +7 0 244d7f96da69032fd164feb5a55223a734a6fc5b5be4ae8cdf93f21f8e519331 0 +7 0 b37eaef9bdf8a7fd9131c60eac391d7c4b450fe071b3d5c14e6a5139c1361b85 0 +7 0 4b7972901e7238ec5877ebec898b0b5322c37f505d7b38506b672377b29ae5d2 1 +7 0 ddeed40ee7c53dbafcb683e7fe054ffc05ba6fce6b5d683e41fa066e2557ff19 2 +7 0 b3ae75e98b52d3d2f3a939949fa11e47061ca2190f89026ccab0ea0e90b4986d -2 +7 0 ba56b9551429b8f3f322a7522f1956a46077c0a08045cad0db25ec8cdff2b8fd 2 +7 0 e7754e4bec287fb6ab35f220125f5355386c7c900b039d151bf9d54a5a83c477 -2 +7 0 1b0e7ca7179af4e453b64b106202a0e0d603b66f10a93907eaccce2a4d32cf61 3 +7 0 820a987d71d43842617df2a48acd8c0ebfeb9405f07e10cb6f8dbba111d45d25 0 +7 0 b1c717f52e63fc7665ee0e14573557f1e6886c8a02b22c4ceb1d3b2768075ae9 0 +7 0 b353d2e6da509bc52f9dc6e9167a5e7931c88f5199a7dc1a5305780ad5c60b80 -2 +7 0 38ea2c5fc017637d63c8285fd3aa7b2262bd17d9dd018c5926d5b01657a269f3 0 +7 0 2569a0707c27fcd03d570cb48cf5e5f25fdfe89e9f31e9b7c569336569902b38 0 +7 0 553fa98731bc9bdc0465bf50a4376e5c6cf6e0fce1db3358372d5d2392ed6ec0 1 +7 0 5195be4de067e367c3bc6f1855de2f20631f8b927d94b8e13f86110683717f76 0 +7 0 5d7f34ffdd66c1f4b8d99cd8f384672b588967c58d6afbeb32fb838b78425469 -2 +7 0 b949aa1087d23299a9a8c3aa437c35b0a179b7d906f7ae1be4644e260cbdbfcf 2 +7 0 23b553cb6053d79c9fbd648305b79154ba45c02fe300eb9def9c07cbe3fc8082 0 +7 0 3eda9285e6a683f69e9fa3e65e0aafd929c3e962e598b9a2df4fbd2441eaf606 3 +7 0 1b11b03fadea3948e87a2e6acdd490bcc1ce8d0414fcc3f849aeec25ab54eaf3 -2 +7 0 ff895675f75f754f7a69a09ee3fbb043aa9a3cdb9cc1ddd7f035c4b0aff791e5 2 +7 0 246d78f302a8d7ecd98e433083b49d3b26bfbfa8ed5eedc2daa21c53bc8d1929 1 +7 0 ac76f35a1f5e21116c9aff5a1464793ef142245470c41607d790aa82669447be -2 +7 0 d6e4f9946625e4a0245955d05fa14b3af4dbb533013edcada11ec6ebf499eae1 0 +7 0 e9853acc8570b1f104f7b1146e1b5df0213bfa2f19836b74cc2c63e5304b7407 0 +7 0 1cbfccada21eaa4ec040887237b70f3480517baa1090955c84ba157e96b5db3a 1 +3 0 56e97844ffe550c411336ba401687d9c218791e68f5b1804825a2978758721e5 0 +3 0 8a9be855b709647ee83459e3fad1381a7f23443f2cc46a2a4511f16d410344a8 0 +3 0 52d037c361e082049a02fdf1fe95f097ca9bea4715dd51b66ccf716d0db2362f 0 +3 0 e26177a468ffe7d2b8eb0ea68523c93c896fdd6acf9e22762021493d8bf12938 0 +3 0 b557dc47cf2343d597841d93afca6c29607004751f0fb13b0a6ea7b949d98773 0 +3 0 755779ffd178b1f9a6b4170a3373f50f17bdb90b8713916775b59c607a3fb279 0 +3 0 ef182a141e53e8b9347cceac30d41c1fd9cfaa4aca170ebf8c9a6019b20d73fd 1 +3 0 ce0168ce0316a2e799323550ec33749ec7b9060d2044a2ccfa7de6c656e0ddea 0 +3 0 b3e91b38eed01867d9b9a5048ae2445216f9f208e6fae56deb68c580e3cf5692 3 +3 0 e3766bbcf5e8708b60cb3592cf0a37e2ffd0be65c05d5b3b22e800aeb47121b8 0 +3 0 1f2c20f36169182cf77aa08b14657783fb2caffc48d21187bf3e47766e832e50 0 +3 0 6f211787d660702f3e95bc1b1f229da2d68660ed18b38ffc03b1d5d7f8ad3790 0 +3 0 e1845ad7ca451126a8ddaf0f5e9877239222da3e3ab0d33b371ce23bfe43284b 0 +3 0 e2e37f514110c0b3b7548903495348fac3db79d29df27a645f5eab0de4007716 1 +3 0 e00a412c07e34bca044b729bc218e92edca60336f7ecc1b2ec01f77436a92df4 1 +3 0 64f123715af956f2cb50ac1cb13922ef758669e653e895c7e26526cad9c7bb63 0 +3 0 84049484ae2857a3743e973c86c6d8b91e43e881b7b56ca1ff3e2ef631c6a0aa 0 +3 0 894ee5cdb938c6fac032ab8b8a6b3d4a998133a6cf114ab73478789e6fa26be6 0 +3 0 0434be636200bec94cf9c9267d83a314db5ed66f7daa040586c0100bb49359a5 0 +3 0 a18557d59ff2214a603ca6c27f59d08b176e6a17c4171d539fa7c98bdb0155b7 1 +3 0 bfe22cc0206dbabc86bacf2b9cb54818500834b23489cec69c5cb79cca922a23 0 +3 0 348faa53fc7f0a6fb3643d880d64d3515247e9a40eba86a2889354781f36d4dc 0 +3 0 bd5954f7e48b5c95c71c4fdea0bc3c8489c40335647b6c5365ca5496745697d2 0 +3 0 38f4a96022cda7b2e85db2015f2949b340bf4116d76ea73d17d5b4c0cbdd01e1 1 +3 0 5e477bb99bf405ed8244fab95c7566cb3a375205f524c6291466743e92db4c34 0 +3 0 2a5b6bb9235b3ada7e1ee8328b3bb035303ec962ce118313a4eabff5874adce6 0 +3 0 fa856b58cf666b25860a502b977e24a410b4b58da7552f81b98eeaa661f09782 0 +3 0 738290d24429699b22517a34476ea94f4703c84b56ccdbe93b1c7a31969107c1 0 +3 0 7c8c5551ad96a59f8074e3e7a076377ea9a8fd43f3ab153ec86af603d748c676 1 +3 0 5bab34028f894e2aa2f94a29e331c05f215a55e8c208f05dc9a7eaf209eebfc0 1 +3 0 52f5787a001e9835f9868491378b9302398b6227a39e29876b47b9f2993348ad 0 +3 0 d13bf3c91108fdafa3b61809b90919d908e1ed9f55af12e929baba0e628ac151 0 +3 0 1ddb8e93d2259c719bd72ea589132b4b3368e72cb2dac62b919a64d714a7b113 1 +3 0 ee212ee7a7090880397442e42c3541fb845eb550c30d8a04541b4a1ac3a4b141 0 +3 0 4ffaa715f8d174d1310279606d3dabd978015363eff3c95c9d9e118a00f8403e 0 +3 0 7c83ed04d2853ce11f6cc61c23ef5239fb81c71054c5de3423af9169fd02b138 0 +3 0 333479012e0a48f06e893ebdd4a3d3ca2f9a5cdcece815999ca053fa7e487930 0 +3 0 77ebae1a4e45807e9fa34055519464d8d235d49cd4c8367abec6e139010e0459 0 +3 0 0613590b24db271a692b0e0eea44ce4ac48080d5c230d7071c00cc1724b1613f 2 diff --git a/ecir26/corpus-construction/subsampled-corpora/spot-check/queries.jsonl b/ecir26/corpus-construction/subsampled-corpora/spot-check/queries.jsonl index b495a85..d748563 100644 --- a/ecir26/corpus-construction/subsampled-corpora/spot-check/queries.jsonl +++ b/ecir26/corpus-construction/subsampled-corpora/spot-check/queries.jsonl @@ -1,3 +1,3 @@ -{"qid": "3", "query": "split ergo keyboard", "original_query": {"query_id": "3", "title": "split ergo keyboard", "description": "The user wants to know about split ergonomic keyboards, descriptions on what they are and where you might buy them", "narrative": "The relevant documents would describe details about split keyboards, not just ergonomic keyboards. There exists keyboards that are labeled ergonomic but that are in one piece, which should not be relevant."}} -{"qid": "4", "query": "metoo Hollywood", "original_query": {"query_id": "4", "title": "metoo Hollywood", "description": "The metoo movement and aftermath, specifically in Hollywood.", "narrative": "Relevant documents should contain information about how the metoo movement impacts Hollywood, could be a retrospective view, case study, opinion from an industry star etc. If the document does not mention Hollywood or filmmaking, it is not considered relevant. If the document is focused on Hollywood culture and only mentions metoo briefly, that too is not enough to make the document relevant."}} -{"qid": "7", "query": "gastritis symptoms", "original_query": {"query_id": "7", "title": "gastritis symptoms", "description": "I want to know more about what symptoms are linked to gastritis", "narrative": "Relevant documents would be documents that mention and list the symptoms patients with gastritis would have. Irrelevant documents are primarily documents that do not have any list of symptoms, so they could include a lot of information about gastritis, what could cause gastritis. But, if it never mentions the symptoms than it is not relevant."}} +{"qid": "3", "query": "split ergo keyboard", "original_query": {"query_id": "3", "title": "split ergo keyboard", "description": "The user wants to know about split ergonomic keyboards, descriptions on what they are and where you might buy them", "narrative": "The relevant documents would describe details about split keyboards, not just ergonomic keyboards. There exists keyboards that are labeled ergonomic but that are in one piece, which should not be relevant."}} +{"qid": "4", "query": "metoo Hollywood", "original_query": {"query_id": "4", "title": "metoo Hollywood", "description": "The metoo movement and aftermath, specifically in Hollywood.", "narrative": "Relevant documents should contain information about how the metoo movement impacts Hollywood, could be a retrospective view, case study, opinion from an industry star etc. If the document does not mention Hollywood or filmmaking, it is not considered relevant. If the document is focused on Hollywood culture and only mentions metoo briefly, that too is not enough to make the document relevant."}} +{"qid": "7", "query": "gastritis symptoms", "original_query": {"query_id": "7", "title": "gastritis symptoms", "description": "I want to know more about what symptoms are linked to gastritis", "narrative": "Relevant documents would be documents that mention and list the symptoms patients with gastritis would have. Irrelevant documents are primarily documents that do not have any list of symptoms, so they could include a lot of information about gastritis, what could cause gastritis. But, if it never mentions the symptoms than it is not relevant."}} diff --git a/ecir26/corpus-construction/subsampled-corpora/spot-check/queries.xml b/ecir26/corpus-construction/subsampled-corpora/spot-check/queries.xml index 47f4dea..a029f0f 100644 --- a/ecir26/corpus-construction/subsampled-corpora/spot-check/queries.xml +++ b/ecir26/corpus-construction/subsampled-corpora/spot-check/queries.xml @@ -1,3 +1,3 @@ -split ergo keyboard3split ergo keyboardThe user wants to know about split ergonomic keyboards, descriptions on what they are and where you might buy themThe relevant documents would describe details about split keyboards, not just ergonomic keyboards. There exists keyboards that are labeled ergonomic but that are in one piece, which should not be relevant. -metoo Hollywood4metoo HollywoodThe metoo movement and aftermath, specifically in Hollywood.Relevant documents should contain information about how the metoo movement impacts Hollywood, could be a retrospective view, case study, opinion from an industry star etc. If the document does not mention Hollywood or filmmaking, it is not considered relevant. If the document is focused on Hollywood culture and only mentions metoo briefly, that too is not enough to make the document relevant. -gastritis symptoms7gastritis symptomsI want to know more about what symptoms are linked to gastritisRelevant documents would be documents that mention and list the symptoms patients with gastritis would have. Irrelevant documents are primarily documents that do not have any list of symptoms, so they could include a lot of information about gastritis, what could cause gastritis. But, if it never mentions the symptoms than it is not relevant. +split ergo keyboard3split ergo keyboardThe user wants to know about split ergonomic keyboards, descriptions on what they are and where you might buy themThe relevant documents would describe details about split keyboards, not just ergonomic keyboards. There exists keyboards that are labeled ergonomic but that are in one piece, which should not be relevant. +metoo Hollywood4metoo HollywoodThe metoo movement and aftermath, specifically in Hollywood.Relevant documents should contain information about how the metoo movement impacts Hollywood, could be a retrospective view, case study, opinion from an industry star etc. If the document does not mention Hollywood or filmmaking, it is not considered relevant. If the document is focused on Hollywood culture and only mentions metoo briefly, that too is not enough to make the document relevant. +gastritis symptoms7gastritis symptomsI want to know more about what symptoms are linked to gastritisRelevant documents would be documents that mention and list the symptoms patients with gastritis would have. Irrelevant documents are primarily documents that do not have any list of symptoms, so they could include a lot of information about gastritis, what could cause gastritis. But, if it never mentions the symptoms than it is not relevant. diff --git a/ecir26/corpus-construction/subsampled-corpora/spot-check/topics.xml b/ecir26/corpus-construction/subsampled-corpora/spot-check/topics.xml index 24dcba1..137b4e6 100644 --- a/ecir26/corpus-construction/subsampled-corpora/spot-check/topics.xml +++ b/ecir26/corpus-construction/subsampled-corpora/spot-check/topics.xml @@ -1,17 +1,17 @@ - - - 3split ergo keyboard - The user wants to know about split ergonomic keyboards, descriptions on what they are and where you might buy them - The relevant documents would describe details about split keyboards, not just ergonomic keyboards. There exists keyboards that are labeled ergonomic but that are in one piece, which should not be relevant. - - - 4metoo Hollywood - The metoo movement and aftermath, specifically in Hollywood. - Relevant documents should contain information about how the metoo movement impacts Hollywood, could be a retrospective view, case study, opinion from an industry star etc. If the document does not mention Hollywood or filmmaking, it is not considered relevant. If the document is focused on Hollywood culture and only mentions metoo briefly, that too is not enough to make the document relevant. - - - 7gastritis symptoms - I want to know more about what symptoms are linked to gastritis - Relevant documents would be documents that mention and list the symptoms patients with gastritis would have. Irrelevant documents are primarily documents that do not have any list of symptoms, so they could include a lot of information about gastritis, what could cause gastritis. But, if it never mentions the symptoms than it is not relevant. - - + + + 3split ergo keyboard + The user wants to know about split ergonomic keyboards, descriptions on what they are and where you might buy them + The relevant documents would describe details about split keyboards, not just ergonomic keyboards. There exists keyboards that are labeled ergonomic but that are in one piece, which should not be relevant. + + + 4metoo Hollywood + The metoo movement and aftermath, specifically in Hollywood. + Relevant documents should contain information about how the metoo movement impacts Hollywood, could be a retrospective view, case study, opinion from an industry star etc. If the document does not mention Hollywood or filmmaking, it is not considered relevant. If the document is focused on Hollywood culture and only mentions metoo briefly, that too is not enough to make the document relevant. + + + 7gastritis symptoms + I want to know more about what symptoms are linked to gastritis + Relevant documents would be documents that mention and list the symptoms patients with gastritis would have. Irrelevant documents are primarily documents that do not have any list of symptoms, so they could include a lot of information about gastritis, what could cause gastritis. But, if it never mentions the symptoms than it is not relevant. + + diff --git a/ecir26/pyterrier-baseline/.devcontainer.json b/ecir26/pyterrier-baseline/.devcontainer.json index c4699ca..b4924d1 100644 --- a/ecir26/pyterrier-baseline/.devcontainer.json +++ b/ecir26/pyterrier-baseline/.devcontainer.json @@ -1,17 +1,17 @@ -{ - "dockerFile": "Dockerfile", - "customizations": { - "vscode": { - "extensions": [ - "ms-python.python", - "ms-python.vscode-pylance", - "ms-toolsai.jupyter", - "ms-toolsai.datawrangler", - "ms-azuretools.vscode-docker" - ] - } - }, - "runArgs": [ - "--network=host", "--privileged" - ] -} +{ + "dockerFile": "Dockerfile", + "customizations": { + "vscode": { + "extensions": [ + "ms-python.python", + "ms-python.vscode-pylance", + "ms-toolsai.jupyter", + "ms-toolsai.datawrangler", + "ms-azuretools.vscode-docker" + ] + } + }, + "runArgs": [ + "--network=host", "--privileged" + ] +} diff --git a/ecir26/pyterrier-baseline/Dockerfile b/ecir26/pyterrier-baseline/Dockerfile index 7ccb8f2..417c77a 100644 --- a/ecir26/pyterrier-baseline/Dockerfile +++ b/ecir26/pyterrier-baseline/Dockerfile @@ -1,15 +1,15 @@ -# the repo already contains everything pre-installed. In case you want to modify something, you can still do this below -# The base image is build from https://github.com/OpenWebSearch/wows-code/blob/main/ecir26/template-new-approach/Dockerfile.dev -FROM ghcr.io/openwebsearch/wows-code/ecir-2026-pyterrier:latest - -RUN apt-get update \ - && apt-get install -y git openjdk-11-jdk python3 python3-pip - -ADD requirements.txt /tmp/requirements.txt - -RUN pip3 install -r /tmp/requirements.txt - -RUN python3 -c 'from tira.third_party_integrations import ensure_pyterrier_is_loaded; ensure_pyterrier_is_loaded(patch_ir_datasets=True, is_offline=False)' - -ADD index.py /index.py - +# the repo already contains everything pre-installed. In case you want to modify something, you can still do this below +# The base image is build from https://github.com/OpenWebSearch/wows-code/blob/main/ecir26/template-new-approach/Dockerfile.dev +FROM ghcr.io/openwebsearch/wows-code/ecir-2026-pyterrier:latest + +RUN apt-get update \ + && apt-get install -y git openjdk-11-jdk python3 python3-pip + +ADD requirements.txt /tmp/requirements.txt + +RUN pip3 install -r /tmp/requirements.txt + +RUN python3 -c 'from tira.third_party_integrations import ensure_pyterrier_is_loaded; ensure_pyterrier_is_loaded(patch_ir_datasets=True, is_offline=False)' + +ADD index.py /index.py + diff --git a/ecir26/pyterrier-baseline/README.md b/ecir26/pyterrier-baseline/README.md index 1a8be25..777821d 100644 --- a/ecir26/pyterrier-baseline/README.md +++ b/ecir26/pyterrier-baseline/README.md @@ -1,62 +1,62 @@ -# PyTerrier Baseline - - -Get an overview of all possibilities to execute this baseline via: - -``` -./retrieve.py --help -``` - -This should yield an output like: - -``` -Usage: retrieve.py [OPTIONS] - -Options: - --dataset [radboud-validation-20251114-training|spot-check-20251122-training] - The dataset. [required] - --output PATH The output directory. [required] - --retrieval-model TEXT The retrieval model. - --index [default|title|description] - The text field of the index on which to - retrieve. - --help Show this message and exit. -``` - -## Upload some run via: - -``` -tira-cli upload --directory DIRECTORY-WITH-RUN -``` - -## Run All Variants - -We run retrieval via: - -``` -./retrieve.py --dataset DATASET-ID --output runs --retrieval-model BM25 --index default -./retrieve.py --dataset DATASET-ID --output runs --retrieval-model PL2 --index default -./retrieve.py --dataset DATASET-ID --output runs --retrieval-model DirichletLM --index default - -./retrieve.py --dataset DATASET-ID --output runs --retrieval-model BM25 --index title -./retrieve.py --dataset DATASET-ID --output runs --retrieval-model PL2 --index title -./retrieve.py --dataset DATASET-ID --output runs --retrieval-model DirichletLM --index title - -./retrieve.py --dataset DATASET-ID --output runs --retrieval-model BM25 --index description -./retrieve.py --dataset DATASET-ID --output runs --retrieval-model PL2 --index description -./retrieve.py --dataset DATASET-ID --output runs --retrieval-model DirichletLM --index description -``` - -## Indexing - -Submit the indexing as code submission to tira - -``` -tira-cli code-submission \ - --path . \ - --task ir-lab-wise-2025 \ - --tira-vm-id ows \ - --dataset spot-check-20251122-training \ - --command '/index.py --dataset $inputDataset --output $outputDir/index --text-field default_text' \ - --dry-run -``` +# PyTerrier Baseline + + +Get an overview of all possibilities to execute this baseline via: + +``` +./retrieve.py --help +``` + +This should yield an output like: + +``` +Usage: retrieve.py [OPTIONS] + +Options: + --dataset [radboud-validation-20251114-training|spot-check-20251122-training] + The dataset. [required] + --output PATH The output directory. [required] + --retrieval-model TEXT The retrieval model. + --index [default|title|description] + The text field of the index on which to + retrieve. + --help Show this message and exit. +``` + +## Upload some run via: + +``` +tira-cli upload --directory DIRECTORY-WITH-RUN +``` + +## Run All Variants + +We run retrieval via: + +``` +./retrieve.py --dataset DATASET-ID --output runs --retrieval-model BM25 --index default +./retrieve.py --dataset DATASET-ID --output runs --retrieval-model PL2 --index default +./retrieve.py --dataset DATASET-ID --output runs --retrieval-model DirichletLM --index default + +./retrieve.py --dataset DATASET-ID --output runs --retrieval-model BM25 --index title +./retrieve.py --dataset DATASET-ID --output runs --retrieval-model PL2 --index title +./retrieve.py --dataset DATASET-ID --output runs --retrieval-model DirichletLM --index title + +./retrieve.py --dataset DATASET-ID --output runs --retrieval-model BM25 --index description +./retrieve.py --dataset DATASET-ID --output runs --retrieval-model PL2 --index description +./retrieve.py --dataset DATASET-ID --output runs --retrieval-model DirichletLM --index description +``` + +## Indexing + +Submit the indexing as code submission to tira + +``` +tira-cli code-submission \ + --path . \ + --task ir-lab-wise-2025 \ + --tira-vm-id ows \ + --dataset spot-check-20251122-training \ + --command '/index.py --dataset $inputDataset --output $outputDir/index --text-field default_text' \ + --dry-run +``` diff --git a/ecir26/pyterrier-baseline/index.py b/ecir26/pyterrier-baseline/index.py index 0f838e1..245c632 100755 --- a/ecir26/pyterrier-baseline/index.py +++ b/ecir26/pyterrier-baseline/index.py @@ -1,34 +1,34 @@ -#!/usr/bin/env python3 -import click -import pyterrier as pt -from pathlib import Path -from tira.third_party_integrations import ensure_pyterrier_is_loaded -from tirex_tracker import tracking, ExportFormat -from tira.rest_api_client import Client -import pandas as pd -import json -from tqdm import tqdm - - -@click.command() -@click.option("--dataset", type=str, required=True, help="The dataset.") -@click.option("--output", type=Path, required=True, help="The output directory.") -@click.option("--text-field", type=click.Choice(["default_text", "title", "description"]), required=False, default="title", help="The text field to index.") -def main(dataset, text_field, output): - ensure_pyterrier_is_loaded() - tag = f"terrier-index-on-{text_field}" - description = f"This is a PyTerrier index that indexes the field {text_field} with default settings." - corpus_file = Client().download_dataset(None, dataset) / "corpus.jsonl.gz" - lines = pd.read_json(corpus_file, lines=True) - - docs = [] - for _, l in tqdm(lines.iterrows(), "load docs"): - docs.append({"docno": l["doc_id"], "text": l[text_field]}) - - with tracking(export_file_path=output / "index-metadata.yml", export_format=ExportFormat.IR_METADATA, system_description=description, system_name=tag): - pt.IterDictIndexer(str(output.absolute()), meta={'docno' : 100}).index(docs) - - -if __name__ == '__main__': - main() - +#!/usr/bin/env python3 +import click +import pyterrier as pt +from pathlib import Path +from tira.third_party_integrations import ensure_pyterrier_is_loaded +from tirex_tracker import tracking, ExportFormat +from tira.rest_api_client import Client +import pandas as pd +import json +from tqdm import tqdm + + +@click.command() +@click.option("--dataset", type=str, required=True, help="The dataset.") +@click.option("--output", type=Path, required=True, help="The output directory.") +@click.option("--text-field", type=click.Choice(["default_text", "title", "description"]), required=False, default="title", help="The text field to index.") +def main(dataset, text_field, output): + ensure_pyterrier_is_loaded() + tag = f"terrier-index-on-{text_field}" + description = f"This is a PyTerrier index that indexes the field {text_field} with default settings." + corpus_file = Client().download_dataset(None, dataset) / "corpus.jsonl.gz" + lines = pd.read_json(corpus_file, lines=True) + + docs = [] + for _, l in tqdm(lines.iterrows(), "load docs"): + docs.append({"docno": l["doc_id"], "text": l[text_field]}) + + with tracking(export_file_path=output / "index-metadata.yml", export_format=ExportFormat.IR_METADATA, system_description=description, system_name=tag): + pt.IterDictIndexer(str(output.absolute()), meta={'docno' : 100}).index(docs) + + +if __name__ == '__main__': + main() + diff --git a/ecir26/pyterrier-baseline/requirements.txt b/ecir26/pyterrier-baseline/requirements.txt index 8c61ea9..fbec619 100644 --- a/ecir26/pyterrier-baseline/requirements.txt +++ b/ecir26/pyterrier-baseline/requirements.txt @@ -1,5 +1,5 @@ -python-terrier -tira -ir_datasets -tirex-tracker==0.2.15 -click +python-terrier +tira +ir_datasets +tirex-tracker==0.2.15 +click diff --git a/ecir26/pyterrier-baseline/retrieve.py b/ecir26/pyterrier-baseline/retrieve.py index df219d6..82089c6 100755 --- a/ecir26/pyterrier-baseline/retrieve.py +++ b/ecir26/pyterrier-baseline/retrieve.py @@ -1,31 +1,31 @@ -#!/usr/bin/env python3 -import click -import pyterrier as pt -from pathlib import Path -from tira.third_party_integrations import ensure_pyterrier_is_loaded -from tirex_tracker import tracking, ExportFormat - - -@click.command() -@click.option("--dataset", type=click.Choice(["radboud-validation-20251114-training", "spot-check-20251122-training"]), required=True, help="The dataset.") -@click.option("--output", type=Path, required=True, help="The output directory.") -@click.option("--retrieval-model", type=str, default="BM25", required=False, help="The retrieval model.") -@click.option("--index", type=click.Choice(["default", "title", "description"]), required=False, default="default", help="The text field of the index on which to retrieve.") -def main(dataset, index, retrieval_model, output): - ensure_pyterrier_is_loaded() - pt_index = pt.Artifact.from_url(f"tira:{dataset}/ows/pyterrier-index-{index}") - topics = pt.datasets.get_dataset(f"irds:ir-lab-wise-2025/{dataset}").get_topics("title") - retriever = pt.terrier.Retriever(pt_index, wmodel=retrieval_model) - - tag = f"pyterrier-{retrieval_model}-on-{index}" - target_dir = output / dataset / tag - description = f"This is a PyTerrier retriever using the retrieval model {retriever} retrieving on the {index} text representation of the documents. Everything is set to the defaults." - - with tracking(export_file_path=target_dir / "retrieval-metadata.yml", export_format=ExportFormat.IR_METADATA, system_description=description, system_name=tag): - run = retriever(topics) - - pt.io.write_results(run, target_dir / "run.txt.gz") - -if __name__ == '__main__': - main() - +#!/usr/bin/env python3 +import click +import pyterrier as pt +from pathlib import Path +from tira.third_party_integrations import ensure_pyterrier_is_loaded +from tirex_tracker import tracking, ExportFormat + + +@click.command() +@click.option("--dataset", type=click.Choice(["radboud-validation-20251114-training", "spot-check-20251122-training"]), required=True, help="The dataset.") +@click.option("--output", type=Path, required=True, help="The output directory.") +@click.option("--retrieval-model", type=str, default="BM25", required=False, help="The retrieval model.") +@click.option("--index", type=click.Choice(["default", "title", "description"]), required=False, default="default", help="The text field of the index on which to retrieve.") +def main(dataset, index, retrieval_model, output): + ensure_pyterrier_is_loaded() + pt_index = pt.Artifact.from_url(f"tira:{dataset}/ows/pyterrier-index-{index}") + topics = pt.datasets.get_dataset(f"irds:ir-lab-wise-2025/{dataset}").get_topics("title") + retriever = pt.terrier.Retriever(pt_index, wmodel=retrieval_model) + + tag = f"pyterrier-{retrieval_model}-on-{index}" + target_dir = output / dataset / tag + description = f"This is a PyTerrier retriever using the retrieval model {retriever} retrieving on the {index} text representation of the documents. Everything is set to the defaults." + + with tracking(export_file_path=target_dir / "retrieval-metadata.yml", export_format=ExportFormat.IR_METADATA, system_description=description, system_name=tag): + run = retriever(topics) + + pt.io.write_results(run, target_dir / "run.txt.gz") + +if __name__ == '__main__': + main() + diff --git a/ecir26/submission-skeleton/ir-metadata.yml b/ecir26/submission-skeleton/ir-metadata.yml index 5090328..a7aaf6e 100644 --- a/ecir26/submission-skeleton/ir-metadata.yml +++ b/ecir26/submission-skeleton/ir-metadata.yml @@ -1,45 +1,45 @@ -# We use the ir-metadata standard to describe and process runs. -# The fields below are mandatory, you can add additional metadata if you like. -# There are two libraries that automate and simplify tracking of experimental metadata that you can use optionally: -# -# - The metadata module of [repro_eval](https://www.ir-metadata.org/software/): -# Tracks the platform and implementation of your experiments. -# -# - The [tirex_tracker](https://github.com/tira-io/tirex-tracker/): -# Tracks the platform, implementation, and resources (e.g., CPU, GPU, RAM, emissions, etc.) of your experiments. -# -# See https://www.ir-metadata.org for more details. - -method: - description: | - ENTER_VALUE_HERE - ... - This is a multi line string - ... - ENTER_VALUE_HERE - - name: ENTER_VALUE_HERE - -actor: - team: ENTER_VALUE_HERE - -data: - test collection: - name: ENTER_VALUE_HERE - -platform: - software: - # Which software and tools did you use for training, tunning and running your system? - # You can maintain the software that you used manually. - # Alternatively, you can use repro_eval or the tirex_tracker to track this. - libraries: - - ENTER_VALUE_HERE - - ENTER_VALUE_HERE - -implementation: - source: - # Please provide a reference to your code if possible. - # If you can not share your code, you can delete the implementation section. - # The repro_eval and/or tirex_tracker tools can track this automatically, including commits, branches, etc. - repository: ENTER_VALUE_HERE - +# We use the ir-metadata standard to describe and process runs. +# The fields below are mandatory, you can add additional metadata if you like. +# There are two libraries that automate and simplify tracking of experimental metadata that you can use optionally: +# +# - The metadata module of [repro_eval](https://www.ir-metadata.org/software/): +# Tracks the platform and implementation of your experiments. +# +# - The [tirex_tracker](https://github.com/tira-io/tirex-tracker/): +# Tracks the platform, implementation, and resources (e.g., CPU, GPU, RAM, emissions, etc.) of your experiments. +# +# See https://www.ir-metadata.org for more details. + +method: + description: | + ENTER_VALUE_HERE + ... + This is a multi line string + ... + ENTER_VALUE_HERE + + name: ENTER_VALUE_HERE + +actor: + team: ENTER_VALUE_HERE + +data: + test collection: + name: ENTER_VALUE_HERE + +platform: + software: + # Which software and tools did you use for training, tunning and running your system? + # You can maintain the software that you used manually. + # Alternatively, you can use repro_eval or the tirex_tracker to track this. + libraries: + - ENTER_VALUE_HERE + - ENTER_VALUE_HERE + +implementation: + source: + # Please provide a reference to your code if possible. + # If you can not share your code, you can delete the implementation section. + # The repro_eval and/or tirex_tracker tools can track this automatically, including commits, branches, etc. + repository: ENTER_VALUE_HERE + diff --git a/ecir26/template-new-approach/.devcontainer.json b/ecir26/template-new-approach/.devcontainer.json index c4699ca..b4924d1 100644 --- a/ecir26/template-new-approach/.devcontainer.json +++ b/ecir26/template-new-approach/.devcontainer.json @@ -1,17 +1,17 @@ -{ - "dockerFile": "Dockerfile", - "customizations": { - "vscode": { - "extensions": [ - "ms-python.python", - "ms-python.vscode-pylance", - "ms-toolsai.jupyter", - "ms-toolsai.datawrangler", - "ms-azuretools.vscode-docker" - ] - } - }, - "runArgs": [ - "--network=host", "--privileged" - ] -} +{ + "dockerFile": "Dockerfile", + "customizations": { + "vscode": { + "extensions": [ + "ms-python.python", + "ms-python.vscode-pylance", + "ms-toolsai.jupyter", + "ms-toolsai.datawrangler", + "ms-azuretools.vscode-docker" + ] + } + }, + "runArgs": [ + "--network=host", "--privileged" + ] +} diff --git a/ecir26/template-new-approach/.gitignore b/ecir26/template-new-approach/.gitignore index b77bbb3..3a47b27 100644 --- a/ecir26/template-new-approach/.gitignore +++ b/ecir26/template-new-approach/.gitignore @@ -1,2 +1,2 @@ -indexes -runs +indexes +runs diff --git a/ecir26/template-new-approach/Dockerfile b/ecir26/template-new-approach/Dockerfile index 7ec6ad1..23cded1 100644 --- a/ecir26/template-new-approach/Dockerfile +++ b/ecir26/template-new-approach/Dockerfile @@ -1,7 +1,7 @@ -# the repo already contains everything pre-installed. In case you want to modify something, you can still do this below -# The base image is build from https://github.com/OpenWebSearch/wows-code/blob/main/ecir26/template-new-approach/Dockerfile.dev -FROM ghcr.io/openwebsearch/wows-code/ecir-2026-pyterrier:latest - -ADD requirements.txt /tmp/requirements.txt - -RUN pip3 install -r /tmp/requirements.txt +# the repo already contains everything pre-installed. In case you want to modify something, you can still do this below +# The base image is build from https://github.com/OpenWebSearch/wows-code/blob/main/ecir26/template-new-approach/Dockerfile.dev +FROM ghcr.io/openwebsearch/wows-code/ecir-2026-pyterrier:latest + +ADD requirements.txt /tmp/requirements.txt + +RUN pip3 install -r /tmp/requirements.txt diff --git a/ecir26/template-new-approach/Dockerfile.dev b/ecir26/template-new-approach/Dockerfile.dev index bf0656f..9711797 100644 --- a/ecir26/template-new-approach/Dockerfile.dev +++ b/ecir26/template-new-approach/Dockerfile.dev @@ -1,12 +1,12 @@ -# docker build -f Dockerfile.dev -t ghcr.io/openwebsearch/wows-code/ecir-2026-pyterrier:latest . -FROM ubuntu:jammy - - -RUN apt-get update \ - && apt-get install -y git openjdk-11-jdk python3 python3-pip - -ADD requirements.txt /tmp/requirements.txt - -RUN pip3 install -r /tmp/requirements.txt \ - && python3 -c 'from tira.third_party_integrations import ensure_pyterrier_is_loaded; ensure_pyterrier_is_loaded(patch_ir_datasets=True, is_offline=False)' - +# docker build -f Dockerfile.dev -t ghcr.io/openwebsearch/wows-code/ecir-2026-pyterrier:latest . +FROM ubuntu:jammy + + +RUN apt-get update \ + && apt-get install -y git openjdk-11-jdk python3 python3-pip + +ADD requirements.txt /tmp/requirements.txt + +RUN pip3 install -r /tmp/requirements.txt \ + && python3 -c 'from tira.third_party_integrations import ensure_pyterrier_is_loaded; ensure_pyterrier_is_loaded(patch_ir_datasets=True, is_offline=False)' + diff --git a/ecir26/template-new-approach/README.md b/ecir26/template-new-approach/README.md index 73a91ea..989db98 100644 --- a/ecir26/template-new-approach/README.md +++ b/ecir26/template-new-approach/README.md @@ -1,64 +1,64 @@ -# An Artifact-Free Approach - - -Get an overview of all possibilities to execute this baseline via: - -``` -./retrieve.py --help -``` - -This should yield an output like: - -``` -Usage: retrieve.py [OPTIONS] - -Options: - --dataset [radboud-validation-20251114-training|spot-check-20251122-training] - The dataset. [required] - --output PATH The output directory. [required] - --retrieval-model TEXT The retrieval model. - --text-field-to-retrieve [default|title|description] - The text field of the index on which to - retrieve. - --help Show this message and exit. -``` - -## Upload some run via: - -``` -tira-cli upload --directory DIRECTORY-WITH-RUN -``` - -## Run All Variants - -We run retrieval via: - -``` -./retrieve.py --dataset DATASET-ID --output output --retrieval-model BM25 --text-field-to-retrieve default -./retrieve.py --dataset DATASET-ID --output output --retrieval-model PL2 --text-field-to-retrieve default -./retrieve.py --dataset DATASET-ID --output output --retrieval-model DirichletLM --text-field-to-retrieve default - -./retrieve.py --dataset DATASET-ID --output output --retrieval-model BM25 --text-field-to-retrieve title -./retrieve.py --dataset DATASET-ID --output output --retrieval-model PL2 --text-field-to-retrieve title -./retrieve.py --dataset DATASET-ID --output output --retrieval-model DirichletLM --text-field-to-retrieve title - -./retrieve.py --dataset DATASET-ID --output output --retrieval-model BM25 --text-field-to-retrieve description -./retrieve.py --dataset DATASET-ID --output output --retrieval-model PL2 --text-field-to-retrieve description -./retrieve.py --dataset DATASET-ID --output output --retrieval-model DirichletLM --text-field-to-retrieve description -``` -For each run, a directory is created at `output/runs/DATASET-ID`, which includes a `run.txt.gz` file. -After these files are generated, further investigate them by running the `analysis.ipynb` notebook. - -## Indexing - -Submit the indexing as code submission to tira - -``` -tira-cli code-submission \ - --path . \ - --task ir-lab-wise-2025 \ - --tira-vm-id ows \ - --dataset spot-check-20251122-training \ - --command '/index.py --dataset $inputDataset --output $outputDir/index --text-field default_text' \ - --dry-run -``` +# An Artifact-Free Approach + + +Get an overview of all possibilities to execute this baseline via: + +``` +./retrieve.py --help +``` + +This should yield an output like: + +``` +Usage: retrieve.py [OPTIONS] + +Options: + --dataset [radboud-validation-20251114-training|spot-check-20251122-training] + The dataset. [required] + --output PATH The output directory. [required] + --retrieval-model TEXT The retrieval model. + --text-field-to-retrieve [default|title|description] + The text field of the index on which to + retrieve. + --help Show this message and exit. +``` + +## Upload some run via: + +``` +tira-cli upload --directory DIRECTORY-WITH-RUN +``` + +## Run All Variants + +We run retrieval via: + +``` +./retrieve.py --dataset DATASET-ID --output output --retrieval-model BM25 --text-field-to-retrieve default +./retrieve.py --dataset DATASET-ID --output output --retrieval-model PL2 --text-field-to-retrieve default +./retrieve.py --dataset DATASET-ID --output output --retrieval-model DirichletLM --text-field-to-retrieve default + +./retrieve.py --dataset DATASET-ID --output output --retrieval-model BM25 --text-field-to-retrieve title +./retrieve.py --dataset DATASET-ID --output output --retrieval-model PL2 --text-field-to-retrieve title +./retrieve.py --dataset DATASET-ID --output output --retrieval-model DirichletLM --text-field-to-retrieve title + +./retrieve.py --dataset DATASET-ID --output output --retrieval-model BM25 --text-field-to-retrieve description +./retrieve.py --dataset DATASET-ID --output output --retrieval-model PL2 --text-field-to-retrieve description +./retrieve.py --dataset DATASET-ID --output output --retrieval-model DirichletLM --text-field-to-retrieve description +``` +For each run, a directory is created at `output/runs/DATASET-ID`, which includes a `run.txt.gz` file. +After these files are generated, further investigate them by running the `analysis.ipynb` notebook. + +## Indexing + +Submit the indexing as code submission to tira + +``` +tira-cli code-submission \ + --path . \ + --task ir-lab-wise-2025 \ + --tira-vm-id ows \ + --dataset spot-check-20251122-training \ + --command '/index.py --dataset $inputDataset --output $outputDir/index --text-field default_text' \ + --dry-run +``` diff --git a/ecir26/template-new-approach/analysis.ipynb b/ecir26/template-new-approach/analysis.ipynb index 9f96e16..238b826 100644 --- a/ecir26/template-new-approach/analysis.ipynb +++ b/ecir26/template-new-approach/analysis.ipynb @@ -1,244 +1,244 @@ -{ - "cells": [ - { - "cell_type": "code", - "execution_count": null, - "id": "c5266eee", - "metadata": {}, - "outputs": [], - "source": [ - "from glob import glob\n", - "import pyterrier as pt\n", - "from tira.third_party_integrations import ensure_pyterrier_is_loaded" - ] - }, - { - "cell_type": "code", - "execution_count": 6, - "id": "4536052c", - "metadata": {}, - "outputs": [], - "source": [ - "ensure_pyterrier_is_loaded()\n", - "ds_id = \"radboud-validation-20251114-training\"\n", - "dataset = pt.datasets.get_dataset(f\"irds:ir-lab-wise-2025/{ds_id}\")\n", - "topics = dataset.get_topics(\"title\")\n", - "qrels = dataset.get_qrels()" - ] - }, - { - "cell_type": "code", - "execution_count": 8, - "id": "3d15d8a4", - "metadata": {}, - "outputs": [], - "source": [ - "runs = {}\n", - "\n", - "for run_name in glob(f'output/runs/{ds_id}/*/run.txt.gz'):\n", - " runs[run_name.split('/')[-2]] = pt.io.read_results(run_name)" - ] - }, - { - "cell_type": "code", - "execution_count": 16, - "id": "78acfa9a", - "metadata": {}, - "outputs": [ - { - "data": { - "application/vnd.microsoft.datawrangler.viewer.v0+json": { - "columns": [ - { - "name": "index", - "rawType": "int64", - "type": "integer" - }, - { - "name": "name", - "rawType": "object", - "type": "string" - }, - { - "name": "ndcg_cut.10", - "rawType": "float64", - "type": "float" - } - ], - "ref": "19caa345-b967-466c-8088-03cd3049c8e1", - "rows": [ - [ - "0", - "pyterrier-BM25-on-default_text", - "0.45163465633411787" - ], - [ - "1", - "pyterrier-PL2-on-title", - "0.32316815366734686" - ], - [ - "2", - "pyterrier-DirichletLM-on-description", - "0.10784633195991518" - ], - [ - "3", - "pyterrier-BM25-on-title", - "0.3502689694059472" - ], - [ - "4", - "pyterrier-DirichletLM-on-default_text", - "0.35295185862782524" - ], - [ - "5", - "pyterrier-PL2-on-description", - "0.21274926689355075" - ], - [ - "6", - "pyterrier-BM25-on-description", - "0.23040444987949454" - ], - [ - "7", - "pyterrier-PL2-on-default_text", - "0.47268983180551777" - ], - [ - "8", - "pyterrier-DirichletLM-on-title", - "0.15208789262056968" - ] - ], - "shape": { - "columns": 2, - "rows": 9 - } - }, - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
namendcg_cut.10
0pyterrier-BM25-on-default_text0.451635
1pyterrier-PL2-on-title0.323168
2pyterrier-DirichletLM-on-description0.107846
3pyterrier-BM25-on-title0.350269
4pyterrier-DirichletLM-on-default_text0.352952
5pyterrier-PL2-on-description0.212749
6pyterrier-BM25-on-description0.230404
7pyterrier-PL2-on-default_text0.472690
8pyterrier-DirichletLM-on-title0.152088
\n", - "
" - ], - "text/plain": [ - " name ndcg_cut.10\n", - "0 pyterrier-BM25-on-default_text 0.451635\n", - "1 pyterrier-PL2-on-title 0.323168\n", - "2 pyterrier-DirichletLM-on-description 0.107846\n", - "3 pyterrier-BM25-on-title 0.350269\n", - "4 pyterrier-DirichletLM-on-default_text 0.352952\n", - "5 pyterrier-PL2-on-description 0.212749\n", - "6 pyterrier-BM25-on-description 0.230404\n", - "7 pyterrier-PL2-on-default_text 0.472690\n", - "8 pyterrier-DirichletLM-on-title 0.152088" - ] - }, - "execution_count": 16, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "pt.Experiment(\n", - " list(runs.values()),\n", - " topics,\n", - " qrels,\n", - " [\"ndcg_cut.10\"],\n", - " list(runs.keys())\n", - ")" - ] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Python 3", - "language": "python", - "name": "python3" - }, - "language_info": { - "codemirror_mode": { - "name": "ipython", - "version": 3 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.12" - } - }, - "nbformat": 4, - "nbformat_minor": 5 -} +{ + "cells": [ + { + "cell_type": "code", + "execution_count": null, + "id": "c5266eee", + "metadata": {}, + "outputs": [], + "source": [ + "from glob import glob\n", + "import pyterrier as pt\n", + "from tira.third_party_integrations import ensure_pyterrier_is_loaded" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "id": "4536052c", + "metadata": {}, + "outputs": [], + "source": [ + "ensure_pyterrier_is_loaded()\n", + "ds_id = \"radboud-validation-20251114-training\"\n", + "dataset = pt.datasets.get_dataset(f\"irds:ir-lab-wise-2025/{ds_id}\")\n", + "topics = dataset.get_topics(\"title\")\n", + "qrels = dataset.get_qrels()" + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "id": "3d15d8a4", + "metadata": {}, + "outputs": [], + "source": [ + "runs = {}\n", + "\n", + "for run_name in glob(f'output/runs/{ds_id}/*/run.txt.gz'):\n", + " runs[run_name.split('/')[-2]] = pt.io.read_results(run_name)" + ] + }, + { + "cell_type": "code", + "execution_count": 16, + "id": "78acfa9a", + "metadata": {}, + "outputs": [ + { + "data": { + "application/vnd.microsoft.datawrangler.viewer.v0+json": { + "columns": [ + { + "name": "index", + "rawType": "int64", + "type": "integer" + }, + { + "name": "name", + "rawType": "object", + "type": "string" + }, + { + "name": "ndcg_cut.10", + "rawType": "float64", + "type": "float" + } + ], + "ref": "19caa345-b967-466c-8088-03cd3049c8e1", + "rows": [ + [ + "0", + "pyterrier-BM25-on-default_text", + "0.45163465633411787" + ], + [ + "1", + "pyterrier-PL2-on-title", + "0.32316815366734686" + ], + [ + "2", + "pyterrier-DirichletLM-on-description", + "0.10784633195991518" + ], + [ + "3", + "pyterrier-BM25-on-title", + "0.3502689694059472" + ], + [ + "4", + "pyterrier-DirichletLM-on-default_text", + "0.35295185862782524" + ], + [ + "5", + "pyterrier-PL2-on-description", + "0.21274926689355075" + ], + [ + "6", + "pyterrier-BM25-on-description", + "0.23040444987949454" + ], + [ + "7", + "pyterrier-PL2-on-default_text", + "0.47268983180551777" + ], + [ + "8", + "pyterrier-DirichletLM-on-title", + "0.15208789262056968" + ] + ], + "shape": { + "columns": 2, + "rows": 9 + } + }, + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
namendcg_cut.10
0pyterrier-BM25-on-default_text0.451635
1pyterrier-PL2-on-title0.323168
2pyterrier-DirichletLM-on-description0.107846
3pyterrier-BM25-on-title0.350269
4pyterrier-DirichletLM-on-default_text0.352952
5pyterrier-PL2-on-description0.212749
6pyterrier-BM25-on-description0.230404
7pyterrier-PL2-on-default_text0.472690
8pyterrier-DirichletLM-on-title0.152088
\n", + "
" + ], + "text/plain": [ + " name ndcg_cut.10\n", + "0 pyterrier-BM25-on-default_text 0.451635\n", + "1 pyterrier-PL2-on-title 0.323168\n", + "2 pyterrier-DirichletLM-on-description 0.107846\n", + "3 pyterrier-BM25-on-title 0.350269\n", + "4 pyterrier-DirichletLM-on-default_text 0.352952\n", + "5 pyterrier-PL2-on-description 0.212749\n", + "6 pyterrier-BM25-on-description 0.230404\n", + "7 pyterrier-PL2-on-default_text 0.472690\n", + "8 pyterrier-DirichletLM-on-title 0.152088" + ] + }, + "execution_count": 16, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "pt.Experiment(\n", + " list(runs.values()),\n", + " topics,\n", + " qrels,\n", + " [\"ndcg_cut.10\"],\n", + " list(runs.keys())\n", + ")" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.10.12" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/ecir26/template-new-approach/requirements.txt b/ecir26/template-new-approach/requirements.txt index 958f0ed..4c9646d 100644 --- a/ecir26/template-new-approach/requirements.txt +++ b/ecir26/template-new-approach/requirements.txt @@ -1,5 +1,5 @@ -python-terrier -tira>=0.0.188 -ir_datasets -tirex-tracker==0.2.15 -click +python-terrier +tira>=0.0.188 +ir_datasets +tirex-tracker==0.2.15 +click diff --git a/ecir26/template-new-approach/retrieve.py b/ecir26/template-new-approach/retrieve.py index c2adee9..dd6530d 100755 --- a/ecir26/template-new-approach/retrieve.py +++ b/ecir26/template-new-approach/retrieve.py @@ -1,67 +1,67 @@ -#!/usr/bin/env python3 -import click -import pyterrier as pt -from pathlib import Path -from tirex_tracker import tracking, ExportFormat -from tira.third_party_integrations import ir_datasets, ensure_pyterrier_is_loaded -from tqdm import tqdm - -def extract_text_of_document(doc, field): - # ToDo: here one can make modifications to the document representations - if field == "default_text": - return doc.default_text() - elif field == "title": - return doc.title - elif field == "description": - return doc.description - - -def get_index(dataset, field, output_path): - index_dir = output_path / "indexes" / f"{dataset}-on-{field}" - if not index_dir.is_dir(): - print("Build new index") - docs = [] - dataset = ir_datasets.load(f"ir-lab-wise-2025/{dataset}") - - for doc in tqdm(dataset.docs_iter(), "Pre-Process Documents"): - docs.append({"docno": doc.doc_id, "text": extract_text_of_document(doc, field)}) - - with tracking(export_file_path=index_dir / "index-metadata.yml", export_format=ExportFormat.IR_METADATA): - pt.IterDictIndexer(str(index_dir.absolute()), meta={'docno' : 100}, verbose=True).index(docs) - - return pt.IndexFactory.of(str(index_dir.absolute())) - - -def run_retrieval(output, index, dataset, retrieval_model, text_field_to_retrieve): - tag = f"pyterrier-{retrieval_model}-on-{text_field_to_retrieve}" - target_dir = output / "runs" / dataset / tag - target_file = target_dir / "run.txt.gz" - - if target_file.exists(): - return - - topics = pt.datasets.get_dataset(f"irds:ir-lab-wise-2025/{dataset}").get_topics("title") - retriever = pt.terrier.Retriever(index, wmodel=retrieval_model) - - description = f"This is a PyTerrier retriever using the retrieval model {retriever} retrieving on the {text_field_to_retrieve} text representation of the documents. Everything is set to the defaults." - - with tracking(export_file_path=target_dir / "retrieval-metadata.yml", export_format=ExportFormat.IR_METADATA, system_description=description, system_name=tag): - run = retriever(topics) - - pt.io.write_results(run, target_file) - -@click.command() -@click.option("--dataset", type=click.Choice(["radboud-validation-20251114-training", "spot-check-20251122-training"]), required=True, help="The dataset.") -@click.option("--output", type=Path, required=False, default=Path("output"), help="The output directory.") -@click.option("--retrieval-model", type=str, default="BM25", required=False, help="The retrieval model (e.g., BM25, PL2, DirichletLM).") -@click.option("--text-field-to-retrieve", type=click.Choice(["default_text", "title", "description"]), required=False, default="default_text", help="The text field of the documents on which to retrieve.") -def main(dataset, text_field_to_retrieve, retrieval_model, output): - ensure_pyterrier_is_loaded(is_offline=False) - - index = get_index(dataset, text_field_to_retrieve, output) - run_retrieval(output, index, dataset, retrieval_model, text_field_to_retrieve) - - -if __name__ == '__main__': - main() - +#!/usr/bin/env python3 +import click +import pyterrier as pt +from pathlib import Path +from tirex_tracker import tracking, ExportFormat +from tira.third_party_integrations import ir_datasets, ensure_pyterrier_is_loaded +from tqdm import tqdm + +def extract_text_of_document(doc, field): + # ToDo: here one can make modifications to the document representations + if field == "default_text": + return doc.default_text() + elif field == "title": + return doc.title + elif field == "description": + return doc.description + + +def get_index(dataset, field, output_path): + index_dir = output_path / "indexes" / f"{dataset}-on-{field}" + if not index_dir.is_dir(): + print("Build new index") + docs = [] + dataset = ir_datasets.load(f"ir-lab-wise-2025/{dataset}") + + for doc in tqdm(dataset.docs_iter(), "Pre-Process Documents"): + docs.append({"docno": doc.doc_id, "text": extract_text_of_document(doc, field)}) + + with tracking(export_file_path=index_dir / "index-metadata.yml", export_format=ExportFormat.IR_METADATA): + pt.IterDictIndexer(str(index_dir.absolute()), meta={'docno' : 100}, verbose=True).index(docs) + + return pt.IndexFactory.of(str(index_dir.absolute())) + + +def run_retrieval(output, index, dataset, retrieval_model, text_field_to_retrieve): + tag = f"pyterrier-{retrieval_model}-on-{text_field_to_retrieve}" + target_dir = output / "runs" / dataset / tag + target_file = target_dir / "run.txt.gz" + + if target_file.exists(): + return + + topics = pt.datasets.get_dataset(f"irds:ir-lab-wise-2025/{dataset}").get_topics("title") + retriever = pt.terrier.Retriever(index, wmodel=retrieval_model) + + description = f"This is a PyTerrier retriever using the retrieval model {retriever} retrieving on the {text_field_to_retrieve} text representation of the documents. Everything is set to the defaults." + + with tracking(export_file_path=target_dir / "retrieval-metadata.yml", export_format=ExportFormat.IR_METADATA, system_description=description, system_name=tag): + run = retriever(topics) + + pt.io.write_results(run, target_file) + +@click.command() +@click.option("--dataset", type=click.Choice(["radboud-validation-20251114-training", "spot-check-20251122-training"]), required=True, help="The dataset.") +@click.option("--output", type=Path, required=False, default=Path("output"), help="The output directory.") +@click.option("--retrieval-model", type=str, default="BM25", required=False, help="The retrieval model (e.g., BM25, PL2, DirichletLM).") +@click.option("--text-field-to-retrieve", type=click.Choice(["default_text", "title", "description"]), required=False, default="default_text", help="The text field of the documents on which to retrieve.") +def main(dataset, text_field_to_retrieve, retrieval_model, output): + ensure_pyterrier_is_loaded(is_offline=False) + + index = get_index(dataset, text_field_to_retrieve, output) + run_retrieval(output, index, dataset, retrieval_model, text_field_to_retrieve) + + +if __name__ == '__main__': + main() + diff --git a/irixys23/search-engine-prototyping/README.md b/irixys23/search-engine-prototyping/README.md index 5e21b88..958a695 100644 --- a/irixys23/search-engine-prototyping/README.md +++ b/irixys23/search-engine-prototyping/README.md @@ -1,42 +1,42 @@ -![](img/banner.png) - -# Code for the Search Engine Prototyping Hackathon at [IRIXYS'23](https://irixys.uni-passau.de/workshops-summer-schools/) - -The International Research & Innovation Centre on Digital Intelligent Systems (IRIXYS) hosts a hackathon on Open Web Search from the 28th to 29th of November 2023. - -## Homepage - -For more information, please visit the [Prototype Search Application (Prosa) homepage](https://qnode.eu/ows/prosa/). - -## Task: Build your own conversational Search Engine - -This task is very much about creativity. Do you have an innovative idea for a new, exciting search application? The [OpenWebSearch.eu](https://openwebsearch.eu/) initiative encourages all teams to make their ideas come true and work on interesting new concepts around Web Search. The teams will not need to start from scratch, but they can build off of an existing [Prototype Search Application](https://opencode.it4i.eu/openwebsearcheu-public/prototype-search-application). This prototype relies on data provided by the Open Web Index, which makes the Search Application independent from proprietary Web Indices. It is up to your choice whether you want to focus on the search backend, which is implemented in Java, the web frontend or concentrate on the conceptual elaboration. In order open more opportunities for the participants, we additionally provide API endpoints for a Mistral 7b Instruct and Zephyr 7b model for assistant style tasks (suited for Chat Completion) and a Mistral 7b 128k Base model with longer context (suited for General Prompting). For further details, please visit the [LLM API documentation](https://llm-api.pads.fim.uni-passau.de/docs). - -## Local Index Creation Pipeline - -### Step 1: Perform crawling and create warc file -``` -mkdir data -wget --input-file urls.txt --recursive --level 2 --delete-after --no-directories --warc-file data/crawl -``` - -### Step 2: Extract metadata -``` -docker run --rm -v "$PWD/data":/data opencode.it4i.eu:5050/openwebsearcheu-public/preprocessing-pipeline /data/crawl.warc.gz /data/example-index.parquet.gz -``` - -### Step 3: Create index -``` -docker run --rm -v "$PWD/data":/data opencode.it4i.eu:5050/openwebsearcheu-public/spark-indexer --description "CIFF description" --input-format parquet --output-format ciff --id-col record_id --content-col plain_text /data/example- index.parquet.gz /data/index/ -``` - -### Step 4: Convert CIFF file to Lucene index -``` -gunzip data/index/index.ciff.gz -docker run --rm -v "$PWD/data":/data opencode.it4i.eu:5050/openwebsearcheu-public/prototype-search-application/ciff- lucene-converter /data/index/index.ciff /data/index/example-index -``` - -### Step 5: Run the search application -``` -docker run --rm -v "$PWD/data":/data -p 8000:8000 opencode.it4i.eu:5050/openwebsearcheu-public/prototype-search- application/search-service -default-index example-index --port 8000 --lucene-dir-path /data/index/ --parquet-dir-path /data/ -``` +![](img/banner.png) + +# Code for the Search Engine Prototyping Hackathon at [IRIXYS'23](https://irixys.uni-passau.de/workshops-summer-schools/) + +The International Research & Innovation Centre on Digital Intelligent Systems (IRIXYS) hosts a hackathon on Open Web Search from the 28th to 29th of November 2023. + +## Homepage + +For more information, please visit the [Prototype Search Application (Prosa) homepage](https://qnode.eu/ows/prosa/). + +## Task: Build your own conversational Search Engine + +This task is very much about creativity. Do you have an innovative idea for a new, exciting search application? The [OpenWebSearch.eu](https://openwebsearch.eu/) initiative encourages all teams to make their ideas come true and work on interesting new concepts around Web Search. The teams will not need to start from scratch, but they can build off of an existing [Prototype Search Application](https://opencode.it4i.eu/openwebsearcheu-public/prototype-search-application). This prototype relies on data provided by the Open Web Index, which makes the Search Application independent from proprietary Web Indices. It is up to your choice whether you want to focus on the search backend, which is implemented in Java, the web frontend or concentrate on the conceptual elaboration. In order open more opportunities for the participants, we additionally provide API endpoints for a Mistral 7b Instruct and Zephyr 7b model for assistant style tasks (suited for Chat Completion) and a Mistral 7b 128k Base model with longer context (suited for General Prompting). For further details, please visit the [LLM API documentation](https://llm-api.pads.fim.uni-passau.de/docs). + +## Local Index Creation Pipeline + +### Step 1: Perform crawling and create warc file +``` +mkdir data +wget --input-file urls.txt --recursive --level 2 --delete-after --no-directories --warc-file data/crawl +``` + +### Step 2: Extract metadata +``` +docker run --rm -v "$PWD/data":/data opencode.it4i.eu:5050/openwebsearcheu-public/preprocessing-pipeline /data/crawl.warc.gz /data/example-index.parquet.gz +``` + +### Step 3: Create index +``` +docker run --rm -v "$PWD/data":/data opencode.it4i.eu:5050/openwebsearcheu-public/spark-indexer --description "CIFF description" --input-format parquet --output-format ciff --id-col record_id --content-col plain_text /data/example- index.parquet.gz /data/index/ +``` + +### Step 4: Convert CIFF file to Lucene index +``` +gunzip data/index/index.ciff.gz +docker run --rm -v "$PWD/data":/data opencode.it4i.eu:5050/openwebsearcheu-public/prototype-search-application/ciff- lucene-converter /data/index/index.ciff /data/index/example-index +``` + +### Step 5: Run the search application +``` +docker run --rm -v "$PWD/data":/data -p 8000:8000 opencode.it4i.eu:5050/openwebsearcheu-public/prototype-search- application/search-service -default-index example-index --port 8000 --lucene-dir-path /data/index/ --parquet-dir-path /data/ +``` diff --git a/irixys23/webpage-classification/README.md b/irixys23/webpage-classification/README.md index 24ce0f8..fdd527d 100644 --- a/irixys23/webpage-classification/README.md +++ b/irixys23/webpage-classification/README.md @@ -1,73 +1,73 @@ -# Code for the Webpage Classification Task at [IRIXYS'23](https://irixys.uni-passau.de/workshops-summer-schools/) - -The International Research & Innovation Centre on Digital Intelligent Systems (IRIXYS) hosts a hackathon on Open Web Search from the 28th to 29th of November 2023. - -## Task - -The internet is full of fascinating web pages, but also flooded with spam content. In this task, we want to encourage the teams to separate the righteous from the wicked by applying state-of-the-art ML & NLP techniques. You will work with comprehensive [training and validation datasets](https://doi.org/10.5281/zenodo.10118828) containing URLs and content of benign, malicious and adult pages. The task is therefore to create an accurate Classification model. Note that it is recommended, but not required to use the programming language Python. The concrete software framework, e.g. scikit-learn, snorkel, or transformers, is up to your choice. We particularly encourage the teams to try [snorkel](https://www.snorkel.org/), as its intuitive and rule-based approach on creating Machine Learning models seems promising to achieve good and reproducible results in short time. The teams will use the [TIRA platform](https://github.com/tira-io/tira) for submitting their software solutions and compete with each other on a shared TIRA leaderboard. - - -## Getting Started: Step-By-Step Guide - -We also have a [12 minute screencast](https://cloud.uni-jena.de/s/6cbsJsWxfJFX4Wi) that shows the steps below in a video. - -**Step 1**: Use your TIRA invitation link to register on TIRA (your account will be already configured correctly) - -**Step 2**: Go to the [submission page in TIRA](https://www.tira.io/task-overview/webpage-classification) and click on "Submit" - -**Step 3**: On the submission page in TIRA: click on "Code Submission" and fill out the form with your Github account. This will create your dedicated git repository for this hackathon that already has predefined Github Actions and baselines to simplify the participation (the repository can be either public or private). - -**Step 4**: Go to your repository, [download the data](#dataset) and hack, hack, hack ... - -![Start Working](https://media.tenor.com/B6FrX7t3vHoAAAAC/kermit-the-frog-monday.gif) - -**Step 5**: Every time you have something for submitting, execute the corresponding Github Action. From here, Maik will take care that the submission will work and you can continue your hacking. - -![Submit Something](https://media.tenor.com/BtWHg2vubOEAAAAC/math-dancing.gif) - - -## Dataset - - -The training and validation dataset is available on [Zenodo](https://doi.org/10.5281/zenodo.10118828). You can download it via `wget 'https://zenodo.org/records/10118828/files/Hackathon_data.zip?download=1' -O hackathon-data.zip`. Please find a tutorial on Snorkel in the [baselines](baselines) directory, which showcases how to work with the dataset. - -## Submission with TIRA - -### Notes - -- The submission deadline is **29th of November 2023, 12:30 CET**. -- The leaderboard will be unblinded after the submission deadline. - -### Setup - -Please install `python` (version 3.7 or newer), `tira-run` and `Docker` on your machine. -To install `tira-run`, please use `pip3 install tira`. - -### Running the Evaluator - -If you have preditions in a file `tira-output/predictions.jsonl`, you can run the evaluator via: - -``` -tira-run \ - --image webis/irixys23:evaluator \ - --input-directory example-data/truth \ - --input-run ${PWD}/tira-output \ - --output-directory tira-evaluation \ - --command '/evaluation.py -o $outputDir/evaluation.prototext -t $inputDataset/truths.jsonl -p $inputRun/predictions.jsonl' -``` - -For more details, see the [code of the evaluator](evaluation). - -### Running Baselines - -You can find the baselines and their code in the [baselines](baselines) directory. - -To run the trivial baseline that always predicts `Benign`, please run (the `--evaluate true` flag indicates that the evaluator directly tests if the results of your submission are valid): - -``` -tira-run \ - --input-dataset webpage-classification/tiny-sample-20231023-training \ - --image webis/irixys23:trivial-baseline \ - --evaluate true \ - --command '/baseline.py -i $inputDataset/inputs.jsonl -o $outputDir/predictions.jsonl' -``` +# Code for the Webpage Classification Task at [IRIXYS'23](https://irixys.uni-passau.de/workshops-summer-schools/) + +The International Research & Innovation Centre on Digital Intelligent Systems (IRIXYS) hosts a hackathon on Open Web Search from the 28th to 29th of November 2023. + +## Task + +The internet is full of fascinating web pages, but also flooded with spam content. In this task, we want to encourage the teams to separate the righteous from the wicked by applying state-of-the-art ML & NLP techniques. You will work with comprehensive [training and validation datasets](https://doi.org/10.5281/zenodo.10118828) containing URLs and content of benign, malicious and adult pages. The task is therefore to create an accurate Classification model. Note that it is recommended, but not required to use the programming language Python. The concrete software framework, e.g. scikit-learn, snorkel, or transformers, is up to your choice. We particularly encourage the teams to try [snorkel](https://www.snorkel.org/), as its intuitive and rule-based approach on creating Machine Learning models seems promising to achieve good and reproducible results in short time. The teams will use the [TIRA platform](https://github.com/tira-io/tira) for submitting their software solutions and compete with each other on a shared TIRA leaderboard. + + +## Getting Started: Step-By-Step Guide + +We also have a [12 minute screencast](https://cloud.uni-jena.de/s/6cbsJsWxfJFX4Wi) that shows the steps below in a video. + +**Step 1**: Use your TIRA invitation link to register on TIRA (your account will be already configured correctly) + +**Step 2**: Go to the [submission page in TIRA](https://www.tira.io/task-overview/webpage-classification) and click on "Submit" + +**Step 3**: On the submission page in TIRA: click on "Code Submission" and fill out the form with your Github account. This will create your dedicated git repository for this hackathon that already has predefined Github Actions and baselines to simplify the participation (the repository can be either public or private). + +**Step 4**: Go to your repository, [download the data](#dataset) and hack, hack, hack ... + +![Start Working](https://media.tenor.com/B6FrX7t3vHoAAAAC/kermit-the-frog-monday.gif) + +**Step 5**: Every time you have something for submitting, execute the corresponding Github Action. From here, Maik will take care that the submission will work and you can continue your hacking. + +![Submit Something](https://media.tenor.com/BtWHg2vubOEAAAAC/math-dancing.gif) + + +## Dataset + + +The training and validation dataset is available on [Zenodo](https://doi.org/10.5281/zenodo.10118828). You can download it via `wget 'https://zenodo.org/records/10118828/files/Hackathon_data.zip?download=1' -O hackathon-data.zip`. Please find a tutorial on Snorkel in the [baselines](baselines) directory, which showcases how to work with the dataset. + +## Submission with TIRA + +### Notes + +- The submission deadline is **29th of November 2023, 12:30 CET**. +- The leaderboard will be unblinded after the submission deadline. + +### Setup + +Please install `python` (version 3.7 or newer), `tira-run` and `Docker` on your machine. +To install `tira-run`, please use `pip3 install tira`. + +### Running the Evaluator + +If you have preditions in a file `tira-output/predictions.jsonl`, you can run the evaluator via: + +``` +tira-run \ + --image webis/irixys23:evaluator \ + --input-directory example-data/truth \ + --input-run ${PWD}/tira-output \ + --output-directory tira-evaluation \ + --command '/evaluation.py -o $outputDir/evaluation.prototext -t $inputDataset/truths.jsonl -p $inputRun/predictions.jsonl' +``` + +For more details, see the [code of the evaluator](evaluation). + +### Running Baselines + +You can find the baselines and their code in the [baselines](baselines) directory. + +To run the trivial baseline that always predicts `Benign`, please run (the `--evaluate true` flag indicates that the evaluator directly tests if the results of your submission are valid): + +``` +tira-run \ + --input-dataset webpage-classification/tiny-sample-20231023-training \ + --image webis/irixys23:trivial-baseline \ + --evaluate true \ + --command '/baseline.py -i $inputDataset/inputs.jsonl -o $outputDir/predictions.jsonl' +``` diff --git a/irixys23/webpage-classification/baselines/sklearn-baseline/Dockerfile b/irixys23/webpage-classification/baselines/sklearn-baseline/Dockerfile index 0bbe08d..493c0bf 100644 --- a/irixys23/webpage-classification/baselines/sklearn-baseline/Dockerfile +++ b/irixys23/webpage-classification/baselines/sklearn-baseline/Dockerfile @@ -1,14 +1,14 @@ -FROM python:3.9 - -ADD requirements.txt /requirements.txt - -RUN pip3 install -r /requirements.txt \ - && rm -Rf /var/cache/apt \ - && rm -Rf /requirements.txt \ - && rm -Rf /root/.cache/pip - -ENV PYTHONPATH=/app - -ADD * /app/ - -ENTRYPOINT [ "python3", "/app/sklearn_baseline.py", "-i", "$inputDataset/inputs.jsonl", "-o", "$outputDir", "-m", "/app/sk_model.pkl" ] +FROM python:3.9 + +ADD requirements.txt /requirements.txt + +RUN pip3 install -r /requirements.txt \ + && rm -Rf /var/cache/apt \ + && rm -Rf /requirements.txt \ + && rm -Rf /root/.cache/pip + +ENV PYTHONPATH=/app + +ADD * /app/ + +ENTRYPOINT [ "python3", "/app/sklearn_baseline.py", "-i", "$inputDataset/inputs.jsonl", "-o", "$outputDir", "-m", "/app/sk_model.pkl" ] diff --git a/irixys23/webpage-classification/baselines/sklearn-baseline/README.md b/irixys23/webpage-classification/baselines/sklearn-baseline/README.md index 4fa777d..98affc1 100644 --- a/irixys23/webpage-classification/baselines/sklearn-baseline/README.md +++ b/irixys23/webpage-classification/baselines/sklearn-baseline/README.md @@ -1,19 +1,19 @@ -# Scikit-Learn Baseline for The Webpage Classification Task - -This is a scikit-learn baseline for the webpage classification task. - -## Run this baseline: - -To run this baseline with tira-run, please execute: - -``` -tira-run --image webis/irixys23:scikit-learn-baseline --input-dataset webpage-classification/tiny-sample-20231023-training -``` - -## Development - -``` -docker build -t webis/irixys23:scikit-learn-baseline . -docker push webis/irixys23:scikit-learn-baseline -``` - +# Scikit-Learn Baseline for The Webpage Classification Task + +This is a scikit-learn baseline for the webpage classification task. + +## Run this baseline: + +To run this baseline with tira-run, please execute: + +``` +tira-run --image webis/irixys23:scikit-learn-baseline --input-dataset webpage-classification/tiny-sample-20231023-training +``` + +## Development + +``` +docker build -t webis/irixys23:scikit-learn-baseline . +docker push webis/irixys23:scikit-learn-baseline +``` + diff --git a/irixys23/webpage-classification/baselines/sklearn-baseline/requirements.txt b/irixys23/webpage-classification/baselines/sklearn-baseline/requirements.txt index 16e64e4..8b36a44 100644 --- a/irixys23/webpage-classification/baselines/sklearn-baseline/requirements.txt +++ b/irixys23/webpage-classification/baselines/sklearn-baseline/requirements.txt @@ -1,4 +1,4 @@ -scikit-learn==1.1.1 -joblib -pandas -jsonlines +scikit-learn==1.1.1 +joblib +pandas +jsonlines diff --git a/irixys23/webpage-classification/baselines/sklearn-baseline/sklearn_baseline.py b/irixys23/webpage-classification/baselines/sklearn-baseline/sklearn_baseline.py index b1aa4aa..3ea9642 100644 --- a/irixys23/webpage-classification/baselines/sklearn-baseline/sklearn_baseline.py +++ b/irixys23/webpage-classification/baselines/sklearn-baseline/sklearn_baseline.py @@ -1,43 +1,43 @@ -#!/usr/bin/env python3 -import argparse -from sklearn.feature_extraction.text import TfidfVectorizer -from sklearn.linear_model import SGDClassifier -from sklearn.pipeline import Pipeline -from sklearn.metrics import classification_report -import os -import joblib -from sklearn_baseline_train import load_data, preprocess - -def parse_args(): - parser = argparse.ArgumentParser(description='Webpage classification with sklearn pipeline') - parser.add_argument("-i", "--input_data", help="Path to the jsonl file for which predictions should be made.", required=True) - parser.add_argument("-m", "--model", help="The sklearn SGDClassifier model to use for the predictions.", required=True) - parser.add_argument("-o", "--output", help="Path to the directory to write the results to.", required=True) - return parser.parse_args() - -def load_model(model_file): - # Load the trained model - pipeline = joblib.load(model_file) - return pipeline - -def main(input_file, output_dir, model_file): - # Load datasets - test_data = load_data(input_file) - - # Preprocess the content - test_data['url'] = test_data['url'].apply(preprocess) - - # Feature extraction and classifier pipeline - pipeline = load_model(model_file) - - # Make predictions on the test data - test_predictions = pipeline.predict(test_data['url']) - - # Save the predictions - test_data['prediction'] = test_predictions - output_path = os.path.join(output_dir, 'predictions.jsonl') - test_data[['uid', 'prediction']].to_json(output_path, orient='records', lines=True) - -if __name__ == "__main__": - args = parse_args() - main(args.input_data, args.output, args.model) +#!/usr/bin/env python3 +import argparse +from sklearn.feature_extraction.text import TfidfVectorizer +from sklearn.linear_model import SGDClassifier +from sklearn.pipeline import Pipeline +from sklearn.metrics import classification_report +import os +import joblib +from sklearn_baseline_train import load_data, preprocess + +def parse_args(): + parser = argparse.ArgumentParser(description='Webpage classification with sklearn pipeline') + parser.add_argument("-i", "--input_data", help="Path to the jsonl file for which predictions should be made.", required=True) + parser.add_argument("-m", "--model", help="The sklearn SGDClassifier model to use for the predictions.", required=True) + parser.add_argument("-o", "--output", help="Path to the directory to write the results to.", required=True) + return parser.parse_args() + +def load_model(model_file): + # Load the trained model + pipeline = joblib.load(model_file) + return pipeline + +def main(input_file, output_dir, model_file): + # Load datasets + test_data = load_data(input_file) + + # Preprocess the content + test_data['url'] = test_data['url'].apply(preprocess) + + # Feature extraction and classifier pipeline + pipeline = load_model(model_file) + + # Make predictions on the test data + test_predictions = pipeline.predict(test_data['url']) + + # Save the predictions + test_data['prediction'] = test_predictions + output_path = os.path.join(output_dir, 'predictions.jsonl') + test_data[['uid', 'prediction']].to_json(output_path, orient='records', lines=True) + +if __name__ == "__main__": + args = parse_args() + main(args.input_data, args.output, args.model) diff --git a/irixys23/webpage-classification/baselines/sklearn-baseline/sklearn_baseline_train.py b/irixys23/webpage-classification/baselines/sklearn-baseline/sklearn_baseline_train.py index a5c0718..3fd4912 100644 --- a/irixys23/webpage-classification/baselines/sklearn-baseline/sklearn_baseline_train.py +++ b/irixys23/webpage-classification/baselines/sklearn-baseline/sklearn_baseline_train.py @@ -1,55 +1,55 @@ -#!/usr/bin/env python3 -import argparse -import jsonlines -import pandas as pd -from sklearn.feature_extraction.text import TfidfVectorizer -from sklearn.linear_model import SGDClassifier -from sklearn.pipeline import Pipeline -import os -import joblib - -def load_data(file_path): - with jsonlines.open(file_path) as reader: - for obj in reader: - obj_keys = obj.keys() - break - data = {k: [] for k in obj_keys} - with jsonlines.open(file_path) as reader: - for obj in reader: - for k in obj_keys: - data[k].append(obj[k]) - return pd.DataFrame(data) - -def parse_args(): - parser = argparse.ArgumentParser(description='Train a webpage classification model') - parser.add_argument("-d", "--data_dir", help="Path to the directory containing the data subfolders.", required=True) - parser.add_argument("-m", "--model_output", help="Path to save the trained model.", required=True) - return parser.parse_args() - -def preprocess(content): - # Placeholder for the content preprocessing - return content - -def main(data_dir, model_output): - # Load datasets - train_data = load_data(os.path.join(data_dir, 'train/D1_train.jsonl')) - train_labels = load_data(os.path.join(data_dir, 'train/D1_train-truth.jsonl'))['label'] - - # Preprocess the content - train_data['url'] = train_data['url'].apply(preprocess) - - # Feature extraction and classifier pipeline - pipeline = Pipeline([ - ('tfidf', TfidfVectorizer()), - ('clf', SGDClassifier()) - ]) - - # Train the model - pipeline.fit(train_data['url'], train_labels) - - # Save the trained model - joblib.dump(pipeline, model_output) - -if __name__ == "__main__": - args = parse_args() - main(args.data_dir, args.model_output) +#!/usr/bin/env python3 +import argparse +import jsonlines +import pandas as pd +from sklearn.feature_extraction.text import TfidfVectorizer +from sklearn.linear_model import SGDClassifier +from sklearn.pipeline import Pipeline +import os +import joblib + +def load_data(file_path): + with jsonlines.open(file_path) as reader: + for obj in reader: + obj_keys = obj.keys() + break + data = {k: [] for k in obj_keys} + with jsonlines.open(file_path) as reader: + for obj in reader: + for k in obj_keys: + data[k].append(obj[k]) + return pd.DataFrame(data) + +def parse_args(): + parser = argparse.ArgumentParser(description='Train a webpage classification model') + parser.add_argument("-d", "--data_dir", help="Path to the directory containing the data subfolders.", required=True) + parser.add_argument("-m", "--model_output", help="Path to save the trained model.", required=True) + return parser.parse_args() + +def preprocess(content): + # Placeholder for the content preprocessing + return content + +def main(data_dir, model_output): + # Load datasets + train_data = load_data(os.path.join(data_dir, 'train/D1_train.jsonl')) + train_labels = load_data(os.path.join(data_dir, 'train/D1_train-truth.jsonl'))['label'] + + # Preprocess the content + train_data['url'] = train_data['url'].apply(preprocess) + + # Feature extraction and classifier pipeline + pipeline = Pipeline([ + ('tfidf', TfidfVectorizer()), + ('clf', SGDClassifier()) + ]) + + # Train the model + pipeline.fit(train_data['url'], train_labels) + + # Save the trained model + joblib.dump(pipeline, model_output) + +if __name__ == "__main__": + args = parse_args() + main(args.data_dir, args.model_output) diff --git a/irixys23/webpage-classification/baselines/snorkel-baseline/Dockerfile b/irixys23/webpage-classification/baselines/snorkel-baseline/Dockerfile index 19956fa..1660b1d 100644 --- a/irixys23/webpage-classification/baselines/snorkel-baseline/Dockerfile +++ b/irixys23/webpage-classification/baselines/snorkel-baseline/Dockerfile @@ -1,15 +1,15 @@ -FROM pytorch/pytorch:2.1.0-cuda11.8-cudnn8-runtime - -ADD requirements.txt /requirements.txt - -RUN pip3 install -r /requirements.txt \ - && rm -Rf /var/cache/apt \ - && rm -Rf /requirements.txt \ - && rm -Rf /root/.cache/pip - -ENV PYTHONPATH=/app - -ADD * /app/ - -ENTRYPOINT [ "python3", "/app/snorkel_baseline.py", "-i", "$inputDataset/inputs.jsonl", "-o", "$outputDir/predictions.jsonl", "-m", "/app/snrkl_model.pkl" ] - +FROM pytorch/pytorch:2.1.0-cuda11.8-cudnn8-runtime + +ADD requirements.txt /requirements.txt + +RUN pip3 install -r /requirements.txt \ + && rm -Rf /var/cache/apt \ + && rm -Rf /requirements.txt \ + && rm -Rf /root/.cache/pip + +ENV PYTHONPATH=/app + +ADD * /app/ + +ENTRYPOINT [ "python3", "/app/snorkel_baseline.py", "-i", "$inputDataset/inputs.jsonl", "-o", "$outputDir/predictions.jsonl", "-m", "/app/snrkl_model.pkl" ] + diff --git a/irixys23/webpage-classification/baselines/snorkel-baseline/README.md b/irixys23/webpage-classification/baselines/snorkel-baseline/README.md index 324406c..75aa8d2 100644 --- a/irixys23/webpage-classification/baselines/snorkel-baseline/README.md +++ b/irixys23/webpage-classification/baselines/snorkel-baseline/README.md @@ -1,19 +1,19 @@ -# Snorkel Baseline for The Webpage Classification Task - -This is a snorkel baseline for the webpage classification task. - -## Run this baseline: - -To run this baseline with tira-run, please execute: - -``` -tira-run --image webis/irixys23:snorkel-baseline --input-dataset webpage-classification/tiny-sample-20231023-training -``` - - -## Development - -``` -docker build -t webis/irixys23:snorkel-baseline . -docker push webis/irixys23:snorkel-baseline -``` +# Snorkel Baseline for The Webpage Classification Task + +This is a snorkel baseline for the webpage classification task. + +## Run this baseline: + +To run this baseline with tira-run, please execute: + +``` +tira-run --image webis/irixys23:snorkel-baseline --input-dataset webpage-classification/tiny-sample-20231023-training +``` + + +## Development + +``` +docker build -t webis/irixys23:snorkel-baseline . +docker push webis/irixys23:snorkel-baseline +``` diff --git a/irixys23/webpage-classification/baselines/snorkel-baseline/requirements.txt b/irixys23/webpage-classification/baselines/snorkel-baseline/requirements.txt index 68d29b7..e17397a 100644 --- a/irixys23/webpage-classification/baselines/snorkel-baseline/requirements.txt +++ b/irixys23/webpage-classification/baselines/snorkel-baseline/requirements.txt @@ -1,3 +1,3 @@ -joblib -jsonlines -snorkel +joblib +jsonlines +snorkel diff --git a/irixys23/webpage-classification/baselines/snorkel-baseline/snorkel_baseline.py b/irixys23/webpage-classification/baselines/snorkel-baseline/snorkel_baseline.py index 6fd3484..414c3e3 100644 --- a/irixys23/webpage-classification/baselines/snorkel-baseline/snorkel_baseline.py +++ b/irixys23/webpage-classification/baselines/snorkel-baseline/snorkel_baseline.py @@ -1,63 +1,63 @@ -#!/usr/bin/env python3 -import argparse -import jsonlines -import pandas as pd -import joblib -import os -import numpy as np -from snorkel_baseline_train import label_names, ABSTAIN, BENIGN, MALICIOUS, ADULT, get_snorkel_pandas_lf_applier, load_data - - -def predict_with_tie_break(label_model, L, tie_break_label=BENIGN): - # Get the probabilistic predictions - probas = label_model.predict_proba(L) - - # Initialize an array to store the final predictions - predictions = -1 * np.ones(L.shape[0]) - - # Iterate over each item - for i, prob in enumerate(probas): - # Find the maximum probability - max_prob = max(prob) - - # Check if there's a tie - if (prob == max_prob).sum() > 1: - # If there's a tie, predict BENIGN - predictions[i] = tie_break_label - else: - # Otherwise, choose the label with the highest probability - predictions[i] = np.argmax(prob) - - return predictions - -def parse_args(): - parser = argparse.ArgumentParser(description='Make predictions using a trained Snorkel labeling model') - parser.add_argument("-i", "--input_data", help="Path to the JSONL file for making predictions.", required=True) - parser.add_argument("-m", "--model", help="Path to the trained model.", required=True) - parser.add_argument("-o", "--output", help="Path to save the predictions.", required=True) - return parser.parse_args() - -def main(input_data, model_path, output_file): - # Load the test data - test_data = load_data(input_data) - - # Apply the labeling functions to the test dataset - applier = get_snorkel_pandas_lf_applier() - L_test = applier.apply(df=test_data) - - # Load the trained label model - label_model = joblib.load(model_path) - - # Use the custom prediction function with tie-break handling - test_predictions = predict_with_tie_break(label_model, L_test) - - # Map numeric labels to string labels - test_predictions_mapped = [label_names.get(label, 'Unknown') for label in test_predictions] - - # Save the predictions - test_data['prediction'] = test_predictions_mapped - test_data[['uid', 'prediction']].to_json(output_file, orient='records', lines=True) - -if __name__ == "__main__": - args = parse_args() - main(args.input_data, args.model, args.output) +#!/usr/bin/env python3 +import argparse +import jsonlines +import pandas as pd +import joblib +import os +import numpy as np +from snorkel_baseline_train import label_names, ABSTAIN, BENIGN, MALICIOUS, ADULT, get_snorkel_pandas_lf_applier, load_data + + +def predict_with_tie_break(label_model, L, tie_break_label=BENIGN): + # Get the probabilistic predictions + probas = label_model.predict_proba(L) + + # Initialize an array to store the final predictions + predictions = -1 * np.ones(L.shape[0]) + + # Iterate over each item + for i, prob in enumerate(probas): + # Find the maximum probability + max_prob = max(prob) + + # Check if there's a tie + if (prob == max_prob).sum() > 1: + # If there's a tie, predict BENIGN + predictions[i] = tie_break_label + else: + # Otherwise, choose the label with the highest probability + predictions[i] = np.argmax(prob) + + return predictions + +def parse_args(): + parser = argparse.ArgumentParser(description='Make predictions using a trained Snorkel labeling model') + parser.add_argument("-i", "--input_data", help="Path to the JSONL file for making predictions.", required=True) + parser.add_argument("-m", "--model", help="Path to the trained model.", required=True) + parser.add_argument("-o", "--output", help="Path to save the predictions.", required=True) + return parser.parse_args() + +def main(input_data, model_path, output_file): + # Load the test data + test_data = load_data(input_data) + + # Apply the labeling functions to the test dataset + applier = get_snorkel_pandas_lf_applier() + L_test = applier.apply(df=test_data) + + # Load the trained label model + label_model = joblib.load(model_path) + + # Use the custom prediction function with tie-break handling + test_predictions = predict_with_tie_break(label_model, L_test) + + # Map numeric labels to string labels + test_predictions_mapped = [label_names.get(label, 'Unknown') for label in test_predictions] + + # Save the predictions + test_data['prediction'] = test_predictions_mapped + test_data[['uid', 'prediction']].to_json(output_file, orient='records', lines=True) + +if __name__ == "__main__": + args = parse_args() + main(args.input_data, args.model, args.output) diff --git a/irixys23/webpage-classification/baselines/snorkel-baseline/snorkel_baseline_train.py b/irixys23/webpage-classification/baselines/snorkel-baseline/snorkel_baseline_train.py index cdcc18d..a6a4a7d 100644 --- a/irixys23/webpage-classification/baselines/snorkel-baseline/snorkel_baseline_train.py +++ b/irixys23/webpage-classification/baselines/snorkel-baseline/snorkel_baseline_train.py @@ -1,275 +1,275 @@ -#!/usr/bin/env python3 -import argparse -import jsonlines -import pandas as pd -from snorkel.labeling import LabelingFunction, PandasLFApplier, LFAnalysis -from snorkel.labeling.model import LabelModel -import os -import joblib - -# Constants for the labels -ABSTAIN = -1 -BENIGN = 0 -MALICIOUS = 1 -ADULT = 2 - -# Label mapping from numeric to string -label_names = {BENIGN: 'Benign', MALICIOUS: 'Malicious', ADULT: 'Adult'} - -def lf_educational_government_domains(row): - edu_gov_domains = ['.edu', '.gov'] - url = row['url'] - if any(url.endswith(domain) for domain in edu_gov_domains): - return BENIGN - return ABSTAIN - -def lf_news_websites(row): - news_domains = ['bbc.com', 'cnn.com', 'nytimes.com', 'theguardian.com'] - url = row['url'] - if any(domain in url for domain in news_domains): - return BENIGN - return ABSTAIN - -def lf_health_related(row): - health_keywords = ['health', 'medical', 'hospital', 'clinic', 'doctor'] - url = row['url'] - if any(keyword in url for keyword in health_keywords): - return BENIGN - return ABSTAIN - -def lf_educational_content(row): - edu_keywords = ['course', 'learn', 'education', 'school', 'university'] - url = row['url'] - if any(keyword in url for keyword in edu_keywords): - return BENIGN - return ABSTAIN - -def lf_tech_companies(row): - tech_domains = ['microsoft.com', 'apple.com', 'google.com', 'amazon.com'] - url = row['url'] - if any(domain in url for domain in tech_domains): - return BENIGN - return ABSTAIN - -def lf_family_kids_related(row): - family_keywords = ['family', 'kids', 'child', 'parenting', 'education'] - url = row['url'] - if any(keyword in url for keyword in family_keywords): - return BENIGN - return ABSTAIN - -def lf_cultural_artistic_content(row): - culture_art_keywords = ['museum', 'art', 'gallery', 'theatre', 'culture'] - url = row['url'] - if any(keyword in url for keyword in culture_art_keywords): - return BENIGN - return ABSTAIN - -def lf_major_retailers(row): - retailer_domains = ['ebay.com', 'amazon.com', 'walmart.com', 'target.com'] - url = row['url'] - if any(domain in url for domain in retailer_domains): - return BENIGN - return ABSTAIN - -def lf_government_services(row): - gov_keywords = ['gov', 'government', 'state', 'federal', 'official'] - url = row['url'] - if any(keyword in url for keyword in gov_keywords): - return BENIGN - return ABSTAIN - -def lf_sports_recreation(row): - sports_recreation_keywords = ['sport', 'fitness', 'gym', 'recreation', 'outdoor'] - url = row['url'] - if any(keyword in url for keyword in sports_recreation_keywords): - return BENIGN - return ABSTAIN - -def lf_explicit_adult_keywords(row): - explicit_keywords = ['nude', 'hot', 'erotic', 'escort', 'camgirl'] - url = row['url'] - if any(keyword in url for keyword in explicit_keywords): - return ADULT - return ABSTAIN - -def lf_age_restriction(row): - age_keywords = ['18+', 'adults-only', 'mature'] - url = row['url'] - if any(keyword in url for keyword in age_keywords): - return ADULT - return ABSTAIN - -def lf_adult_industry_domains(row): - adult_domains = ['.xxx', '.adult', '.sex'] - url = row['url'] - if any(url.endswith(domain) for domain in adult_domains): - return ADULT - return ABSTAIN - -def lf_adult_url_structure(row): - url = row['url'] - if '/adult/' in url or '/sex/' in url: - return ADULT - return ABSTAIN - -def lf_euphemisms_for_adult(row): - euphemisms = ['nsfw', 'afterdark', 'kinky'] - url = row['url'] - if any(euphemism in url for euphemism in euphemisms): - return ADULT - return ABSTAIN - -def lf_common_adult_content_keywords(row): - keywords = ['pornography', 'fetish', 'bdsm', 'swinger'] - url = row['url'] - if any(keyword in url for keyword in keywords): - return ADULT - return ABSTAIN - -def lf_sexual_innuendos(row): - innuendos = ['booty', 'babe', 'milf', 'daddy'] - url = row['url'] - if any(innuendo in url for innuendo in innuendos): - return ADULT - return ABSTAIN - -def lf_adult_product_references(row): - products = ['dildo', 'vibrator', 'lingerie', 'condom'] - url = row['url'] - if any(product in url for product in products): - return ADULT - return ABSTAIN - -def lf_explicit_usernames(row): - usernames = ['sexy', 'slutty', 'horny', 'naughty'] - url = row['url'] - if any(username in url for username in usernames): - return ADULT - return ABSTAIN - -def lf_adult_forums_chatrooms(row): - forums = ['chatroom', 'forum', 'webcam', 'livecam'] - url = row['url'] - if any(forum in url for forum in forums): - return ADULT - return ABSTAIN - -def lf_common_benign_domains(row): - common_domains = ['google.com', 'wikipedia.org', 'youtube.com'] - url = row['url'] - if any(domain in url for domain in common_domains): - return BENIGN - return ABSTAIN - -def lf_malicious_keywords(row): - malicious_keywords = ['hack', 'phish', 'malware', 'spyware'] - url = row['url'] - if any(keyword in url for keyword in malicious_keywords): - return MALICIOUS - return ABSTAIN - -def lf_adult_keywords(row): - adult_keywords = ['adult', 'sex', 'xxx', 'porn'] - url = row['url'] - if any(keyword in url for keyword in adult_keywords): - return ADULT - return ABSTAIN - -def lf_shortened_url(row): - shortened_services = ['bit.ly', 'goo.gl', 'tinyurl.com'] - url = row['url'] - if any(service in url for service in shortened_services): - return MALICIOUS # Often used for malicious purposes - return ABSTAIN - -def lf_long_url(row): - url = row['url'] - if len(url) > 100: # Arbitrary threshold - return MALICIOUS - return ABSTAIN - -def lf_non_standard_port(row): - url = row['url'] - if ':8080' in url or ':8000' in url: - return MALICIOUS - return ABSTAIN - -def lf_https_protocol(row): - url = row['url'] - if url.startswith('https://'): - return BENIGN - return ABSTAIN - -def lf_numerical_url(row): - url = row['url'] - if any(char.isdigit() for char in url): - return MALICIOUS - return ABSTAIN - -def lf_suspicious_subdomain(row): - suspicious_subdomains = ['secure-', 'account-', 'login-'] - url = row['url'] - if any(subdomain in url for subdomain in suspicious_subdomains): - return MALICIOUS - return ABSTAIN - -def lf_uncommon_tld(row): - uncommon_tlds = ['.biz', '.info', '.top'] - url = row['url'] - if any(url.endswith(tld) for tld in uncommon_tlds): - return MALICIOUS - return ABSTAIN - -def load_data(file_path): - with jsonlines.open(file_path) as reader: - for obj in reader: - obj_keys = obj.keys() - break - - data = {k: [] for k in obj_keys} - - with jsonlines.open(file_path) as reader: - for obj in reader: - for k in obj_keys: - data[k].append(obj[k]) - return pd.DataFrame(data) - -def get_snorkel_pandas_lf_applier(): - lfs = [lf_educational_government_domains, lf_news_websites, lf_health_related, - lf_educational_content, lf_tech_companies, lf_family_kids_related, - lf_cultural_artistic_content, lf_major_retailers, lf_government_services, - lf_sports_recreation, lf_explicit_adult_keywords, lf_age_restriction, lf_adult_industry_domains, - lf_adult_url_structure, lf_euphemisms_for_adult, lf_common_adult_content_keywords, - lf_sexual_innuendos, lf_adult_product_references, lf_explicit_usernames, lf_adult_forums_chatrooms, - lf_common_benign_domains, lf_malicious_keywords, lf_adult_keywords, - lf_shortened_url, lf_long_url, lf_non_standard_port, lf_https_protocol, - lf_numerical_url, lf_suspicious_subdomain, lf_uncommon_tld - ] - - return PandasLFApplier(lfs=[LabelingFunction(name=func.__name__, f=func) for func in lfs]) - -def parse_args(): - parser = argparse.ArgumentParser(description='Train a Snorkel labeling model') - parser.add_argument("-d", "--data_dir", help="Path to the directory containing the data subfolders.", required=True) - parser.add_argument("-m", "--model_output", help="Path to save the trained model.", required=True) - return parser.parse_args() - -def main(data_dir, model_output): - # Load datasets - train_data = load_data(os.path.join(data_dir, 'train/D1_train.jsonl')) - - # Apply the labeling functions to the datasets - applier = get_snorkel_pandas_lf_applier() - L_train = applier.apply(df=train_data) - - # Train the label model - label_model = LabelModel(cardinality=3, verbose=True) - label_model.fit(L_train, n_epochs=1000, log_freq=100, seed=123) - - # Save the trained label model - joblib.dump(label_model, model_output) - -if __name__ == "__main__": - args = parse_args() - main(args.data_dir, args.model_output) +#!/usr/bin/env python3 +import argparse +import jsonlines +import pandas as pd +from snorkel.labeling import LabelingFunction, PandasLFApplier, LFAnalysis +from snorkel.labeling.model import LabelModel +import os +import joblib + +# Constants for the labels +ABSTAIN = -1 +BENIGN = 0 +MALICIOUS = 1 +ADULT = 2 + +# Label mapping from numeric to string +label_names = {BENIGN: 'Benign', MALICIOUS: 'Malicious', ADULT: 'Adult'} + +def lf_educational_government_domains(row): + edu_gov_domains = ['.edu', '.gov'] + url = row['url'] + if any(url.endswith(domain) for domain in edu_gov_domains): + return BENIGN + return ABSTAIN + +def lf_news_websites(row): + news_domains = ['bbc.com', 'cnn.com', 'nytimes.com', 'theguardian.com'] + url = row['url'] + if any(domain in url for domain in news_domains): + return BENIGN + return ABSTAIN + +def lf_health_related(row): + health_keywords = ['health', 'medical', 'hospital', 'clinic', 'doctor'] + url = row['url'] + if any(keyword in url for keyword in health_keywords): + return BENIGN + return ABSTAIN + +def lf_educational_content(row): + edu_keywords = ['course', 'learn', 'education', 'school', 'university'] + url = row['url'] + if any(keyword in url for keyword in edu_keywords): + return BENIGN + return ABSTAIN + +def lf_tech_companies(row): + tech_domains = ['microsoft.com', 'apple.com', 'google.com', 'amazon.com'] + url = row['url'] + if any(domain in url for domain in tech_domains): + return BENIGN + return ABSTAIN + +def lf_family_kids_related(row): + family_keywords = ['family', 'kids', 'child', 'parenting', 'education'] + url = row['url'] + if any(keyword in url for keyword in family_keywords): + return BENIGN + return ABSTAIN + +def lf_cultural_artistic_content(row): + culture_art_keywords = ['museum', 'art', 'gallery', 'theatre', 'culture'] + url = row['url'] + if any(keyword in url for keyword in culture_art_keywords): + return BENIGN + return ABSTAIN + +def lf_major_retailers(row): + retailer_domains = ['ebay.com', 'amazon.com', 'walmart.com', 'target.com'] + url = row['url'] + if any(domain in url for domain in retailer_domains): + return BENIGN + return ABSTAIN + +def lf_government_services(row): + gov_keywords = ['gov', 'government', 'state', 'federal', 'official'] + url = row['url'] + if any(keyword in url for keyword in gov_keywords): + return BENIGN + return ABSTAIN + +def lf_sports_recreation(row): + sports_recreation_keywords = ['sport', 'fitness', 'gym', 'recreation', 'outdoor'] + url = row['url'] + if any(keyword in url for keyword in sports_recreation_keywords): + return BENIGN + return ABSTAIN + +def lf_explicit_adult_keywords(row): + explicit_keywords = ['nude', 'hot', 'erotic', 'escort', 'camgirl'] + url = row['url'] + if any(keyword in url for keyword in explicit_keywords): + return ADULT + return ABSTAIN + +def lf_age_restriction(row): + age_keywords = ['18+', 'adults-only', 'mature'] + url = row['url'] + if any(keyword in url for keyword in age_keywords): + return ADULT + return ABSTAIN + +def lf_adult_industry_domains(row): + adult_domains = ['.xxx', '.adult', '.sex'] + url = row['url'] + if any(url.endswith(domain) for domain in adult_domains): + return ADULT + return ABSTAIN + +def lf_adult_url_structure(row): + url = row['url'] + if '/adult/' in url or '/sex/' in url: + return ADULT + return ABSTAIN + +def lf_euphemisms_for_adult(row): + euphemisms = ['nsfw', 'afterdark', 'kinky'] + url = row['url'] + if any(euphemism in url for euphemism in euphemisms): + return ADULT + return ABSTAIN + +def lf_common_adult_content_keywords(row): + keywords = ['pornography', 'fetish', 'bdsm', 'swinger'] + url = row['url'] + if any(keyword in url for keyword in keywords): + return ADULT + return ABSTAIN + +def lf_sexual_innuendos(row): + innuendos = ['booty', 'babe', 'milf', 'daddy'] + url = row['url'] + if any(innuendo in url for innuendo in innuendos): + return ADULT + return ABSTAIN + +def lf_adult_product_references(row): + products = ['dildo', 'vibrator', 'lingerie', 'condom'] + url = row['url'] + if any(product in url for product in products): + return ADULT + return ABSTAIN + +def lf_explicit_usernames(row): + usernames = ['sexy', 'slutty', 'horny', 'naughty'] + url = row['url'] + if any(username in url for username in usernames): + return ADULT + return ABSTAIN + +def lf_adult_forums_chatrooms(row): + forums = ['chatroom', 'forum', 'webcam', 'livecam'] + url = row['url'] + if any(forum in url for forum in forums): + return ADULT + return ABSTAIN + +def lf_common_benign_domains(row): + common_domains = ['google.com', 'wikipedia.org', 'youtube.com'] + url = row['url'] + if any(domain in url for domain in common_domains): + return BENIGN + return ABSTAIN + +def lf_malicious_keywords(row): + malicious_keywords = ['hack', 'phish', 'malware', 'spyware'] + url = row['url'] + if any(keyword in url for keyword in malicious_keywords): + return MALICIOUS + return ABSTAIN + +def lf_adult_keywords(row): + adult_keywords = ['adult', 'sex', 'xxx', 'porn'] + url = row['url'] + if any(keyword in url for keyword in adult_keywords): + return ADULT + return ABSTAIN + +def lf_shortened_url(row): + shortened_services = ['bit.ly', 'goo.gl', 'tinyurl.com'] + url = row['url'] + if any(service in url for service in shortened_services): + return MALICIOUS # Often used for malicious purposes + return ABSTAIN + +def lf_long_url(row): + url = row['url'] + if len(url) > 100: # Arbitrary threshold + return MALICIOUS + return ABSTAIN + +def lf_non_standard_port(row): + url = row['url'] + if ':8080' in url or ':8000' in url: + return MALICIOUS + return ABSTAIN + +def lf_https_protocol(row): + url = row['url'] + if url.startswith('https://'): + return BENIGN + return ABSTAIN + +def lf_numerical_url(row): + url = row['url'] + if any(char.isdigit() for char in url): + return MALICIOUS + return ABSTAIN + +def lf_suspicious_subdomain(row): + suspicious_subdomains = ['secure-', 'account-', 'login-'] + url = row['url'] + if any(subdomain in url for subdomain in suspicious_subdomains): + return MALICIOUS + return ABSTAIN + +def lf_uncommon_tld(row): + uncommon_tlds = ['.biz', '.info', '.top'] + url = row['url'] + if any(url.endswith(tld) for tld in uncommon_tlds): + return MALICIOUS + return ABSTAIN + +def load_data(file_path): + with jsonlines.open(file_path) as reader: + for obj in reader: + obj_keys = obj.keys() + break + + data = {k: [] for k in obj_keys} + + with jsonlines.open(file_path) as reader: + for obj in reader: + for k in obj_keys: + data[k].append(obj[k]) + return pd.DataFrame(data) + +def get_snorkel_pandas_lf_applier(): + lfs = [lf_educational_government_domains, lf_news_websites, lf_health_related, + lf_educational_content, lf_tech_companies, lf_family_kids_related, + lf_cultural_artistic_content, lf_major_retailers, lf_government_services, + lf_sports_recreation, lf_explicit_adult_keywords, lf_age_restriction, lf_adult_industry_domains, + lf_adult_url_structure, lf_euphemisms_for_adult, lf_common_adult_content_keywords, + lf_sexual_innuendos, lf_adult_product_references, lf_explicit_usernames, lf_adult_forums_chatrooms, + lf_common_benign_domains, lf_malicious_keywords, lf_adult_keywords, + lf_shortened_url, lf_long_url, lf_non_standard_port, lf_https_protocol, + lf_numerical_url, lf_suspicious_subdomain, lf_uncommon_tld + ] + + return PandasLFApplier(lfs=[LabelingFunction(name=func.__name__, f=func) for func in lfs]) + +def parse_args(): + parser = argparse.ArgumentParser(description='Train a Snorkel labeling model') + parser.add_argument("-d", "--data_dir", help="Path to the directory containing the data subfolders.", required=True) + parser.add_argument("-m", "--model_output", help="Path to save the trained model.", required=True) + return parser.parse_args() + +def main(data_dir, model_output): + # Load datasets + train_data = load_data(os.path.join(data_dir, 'train/D1_train.jsonl')) + + # Apply the labeling functions to the datasets + applier = get_snorkel_pandas_lf_applier() + L_train = applier.apply(df=train_data) + + # Train the label model + label_model = LabelModel(cardinality=3, verbose=True) + label_model.fit(L_train, n_epochs=1000, log_freq=100, seed=123) + + # Save the trained label model + joblib.dump(label_model, model_output) + +if __name__ == "__main__": + args = parse_args() + main(args.data_dir, args.model_output) diff --git a/irixys23/webpage-classification/baselines/snorkel-jupyter-baseline/snorkel_tutorial.ipynb b/irixys23/webpage-classification/baselines/snorkel-jupyter-baseline/snorkel_tutorial.ipynb index e5a6298..f72de4e 100644 --- a/irixys23/webpage-classification/baselines/snorkel-jupyter-baseline/snorkel_tutorial.ipynb +++ b/irixys23/webpage-classification/baselines/snorkel-jupyter-baseline/snorkel_tutorial.ipynb @@ -1,744 +1,744 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "metadata": { - "id": "NYByJ-703szv" - }, - "source": [ - "The main aim of Snorkel is to allow to create more training data, because labelling large amounts of data manually is very hard and requires a lot of effort. Snorkel is using labelling functions to classify the data in different categories. Those labelling functions represent noisy, programmatic rules and heuristics that assign labels to unlabeled training data." - ] - }, - { - "cell_type": "code", - "execution_count": 171, - "metadata": { - "colab": { - "base_uri": "https://localhost:8080/" - }, - "id": "0uAxCV7U-BJW", - "outputId": "a6d9fd7e-dcc0-47f9-a4a3-824f6475bfe8" - }, - "outputs": [ - { - "output_type": "stream", - "name": "stdout", - "text": [ - "Requirement already satisfied: snorkel in /usr/local/lib/python3.10/dist-packages (0.9.9)\n", - "Requirement already satisfied: munkres>=1.0.6 in /usr/local/lib/python3.10/dist-packages (from snorkel) (1.1.4)\n", - "Requirement already satisfied: numpy>=1.16.5 in /usr/local/lib/python3.10/dist-packages (from snorkel) (1.23.5)\n", - "Requirement already satisfied: scipy>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from snorkel) (1.11.3)\n", - "Requirement already satisfied: pandas>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from snorkel) (1.5.3)\n", - "Requirement already satisfied: tqdm>=4.33.0 in /usr/local/lib/python3.10/dist-packages (from snorkel) (4.66.1)\n", - "Requirement already satisfied: scikit-learn>=0.20.2 in /usr/local/lib/python3.10/dist-packages (from snorkel) (1.2.2)\n", - "Requirement already satisfied: torch>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from snorkel) (2.1.0+cu118)\n", - "Requirement already satisfied: tensorboard>=2.9.1 in /usr/local/lib/python3.10/dist-packages (from snorkel) (2.14.1)\n", - "Requirement already satisfied: networkx>=2.2 in /usr/local/lib/python3.10/dist-packages (from snorkel) (3.2.1)\n", - "Requirement already satisfied: python-dateutil>=2.8.1 in /usr/local/lib/python3.10/dist-packages (from pandas>=1.0.0->snorkel) (2.8.2)\n", - "Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.10/dist-packages (from pandas>=1.0.0->snorkel) (2023.3.post1)\n", - "Requirement already satisfied: joblib>=1.1.1 in /usr/local/lib/python3.10/dist-packages (from scikit-learn>=0.20.2->snorkel) (1.3.2)\n", - "Requirement already satisfied: threadpoolctl>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from scikit-learn>=0.20.2->snorkel) (3.2.0)\n", - "Requirement already satisfied: absl-py>=0.4 in /usr/local/lib/python3.10/dist-packages (from tensorboard>=2.9.1->snorkel) (1.4.0)\n", - "Requirement already satisfied: grpcio>=1.48.2 in /usr/local/lib/python3.10/dist-packages (from tensorboard>=2.9.1->snorkel) (1.59.2)\n", - "Requirement already satisfied: google-auth<3,>=1.6.3 in /usr/local/lib/python3.10/dist-packages (from tensorboard>=2.9.1->snorkel) (2.17.3)\n", - "Requirement already satisfied: google-auth-oauthlib<1.1,>=0.5 in /usr/local/lib/python3.10/dist-packages (from tensorboard>=2.9.1->snorkel) (1.0.0)\n", - "Requirement already satisfied: markdown>=2.6.8 in /usr/local/lib/python3.10/dist-packages (from tensorboard>=2.9.1->snorkel) (3.5.1)\n", - "Requirement already satisfied: protobuf>=3.19.6 in /usr/local/lib/python3.10/dist-packages (from tensorboard>=2.9.1->snorkel) (3.20.3)\n", - "Requirement already satisfied: requests<3,>=2.21.0 in /usr/local/lib/python3.10/dist-packages (from tensorboard>=2.9.1->snorkel) (2.31.0)\n", - "Requirement already satisfied: setuptools>=41.0.0 in /usr/local/lib/python3.10/dist-packages (from tensorboard>=2.9.1->snorkel) (67.7.2)\n", - "Requirement already satisfied: six>1.9 in /usr/local/lib/python3.10/dist-packages (from tensorboard>=2.9.1->snorkel) (1.16.0)\n", - "Requirement already satisfied: tensorboard-data-server<0.8.0,>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from tensorboard>=2.9.1->snorkel) (0.7.2)\n", - "Requirement already satisfied: werkzeug>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from tensorboard>=2.9.1->snorkel) (3.0.1)\n", - "Requirement already satisfied: filelock in /usr/local/lib/python3.10/dist-packages (from torch>=1.2.0->snorkel) (3.13.1)\n", - "Requirement already satisfied: typing-extensions in /usr/local/lib/python3.10/dist-packages (from torch>=1.2.0->snorkel) (4.5.0)\n", - "Requirement already satisfied: sympy in /usr/local/lib/python3.10/dist-packages (from torch>=1.2.0->snorkel) (1.12)\n", - "Requirement already satisfied: jinja2 in /usr/local/lib/python3.10/dist-packages (from torch>=1.2.0->snorkel) (3.1.2)\n", - "Requirement already satisfied: fsspec in /usr/local/lib/python3.10/dist-packages (from torch>=1.2.0->snorkel) (2023.6.0)\n", - "Requirement already satisfied: triton==2.1.0 in /usr/local/lib/python3.10/dist-packages (from torch>=1.2.0->snorkel) (2.1.0)\n", - "Requirement already satisfied: cachetools<6.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from google-auth<3,>=1.6.3->tensorboard>=2.9.1->snorkel) (5.3.2)\n", - "Requirement already satisfied: pyasn1-modules>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from google-auth<3,>=1.6.3->tensorboard>=2.9.1->snorkel) (0.3.0)\n", - "Requirement already satisfied: rsa<5,>=3.1.4 in /usr/local/lib/python3.10/dist-packages (from google-auth<3,>=1.6.3->tensorboard>=2.9.1->snorkel) (4.9)\n", - "Requirement already satisfied: requests-oauthlib>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from google-auth-oauthlib<1.1,>=0.5->tensorboard>=2.9.1->snorkel) (1.3.1)\n", - "Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.10/dist-packages (from requests<3,>=2.21.0->tensorboard>=2.9.1->snorkel) (3.3.2)\n", - "Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests<3,>=2.21.0->tensorboard>=2.9.1->snorkel) (3.4)\n", - "Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests<3,>=2.21.0->tensorboard>=2.9.1->snorkel) (2.0.7)\n", - "Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.10/dist-packages (from requests<3,>=2.21.0->tensorboard>=2.9.1->snorkel) (2023.7.22)\n", - "Requirement already satisfied: MarkupSafe>=2.1.1 in /usr/local/lib/python3.10/dist-packages (from werkzeug>=1.0.1->tensorboard>=2.9.1->snorkel) (2.1.3)\n", - "Requirement already satisfied: mpmath>=0.19 in /usr/local/lib/python3.10/dist-packages (from sympy->torch>=1.2.0->snorkel) (1.3.0)\n", - "Requirement already satisfied: pyasn1<0.6.0,>=0.4.6 in /usr/local/lib/python3.10/dist-packages (from pyasn1-modules>=0.2.1->google-auth<3,>=1.6.3->tensorboard>=2.9.1->snorkel) (0.5.0)\n", - "Requirement already satisfied: oauthlib>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from requests-oauthlib>=0.7.0->google-auth-oauthlib<1.1,>=0.5->tensorboard>=2.9.1->snorkel) (3.2.2)\n", - "Requirement already satisfied: jsonlines in /usr/local/lib/python3.10/dist-packages (4.0.0)\n", - "Requirement already satisfied: attrs>=19.2.0 in /usr/local/lib/python3.10/dist-packages (from jsonlines) (23.1.0)\n" - ] - } - ], - "source": [ - "!pip install snorkel\n", - "!pip install jsonlines" - ] - }, - { - "cell_type": "code", - "execution_count": 172, - "metadata": { - "id": "uCN6oPLs-gBC" - }, - "outputs": [], - "source": [ - "#importing all the necessary packages\n", - "import snorkel\n", - "import json\n", - "import pandas as pd\n", - "import numpy as np\n", - "from snorkel.labeling import labeling_function" - ] - }, - { - "cell_type": "markdown", - "metadata": { - "id": "PXqrDaPO1o0T" - }, - "source": [ - "As an example, we load train and validation data for spam detection here" - ] - }, - { - "cell_type": "code", - "execution_count": 173, - "metadata": { - "id": "PDAl6OOqBnoh" - }, - "outputs": [], - "source": [ - "file_train = '/content/drive/MyDrive/data_colab/D1_train.jsonl'\n", - "file_val = '/content/drive/MyDrive/data_colab/D1_validation.jsonl'\n", - "val_truth = '/content/drive/MyDrive/data_colab/D1_validation-truth.jsonl'\n", - "\n", - "def load_data(file_path):\n", - " data = []\n", - " with open(file_path, 'r') as file:\n", - " for line in file:\n", - " json_data = json.loads(line)\n", - " data.append(json_data)\n", - " df = pd.DataFrame(data)\n", - " return df\n" - ] - }, - { - "cell_type": "code", - "execution_count": 174, - "metadata": { - "id": "Dr5YoMxPJT1L" - }, - "outputs": [], - "source": [ - "#loading train and validation data\n", - "df_train = load_data(file_train)\n", - "df_val = load_data(file_val)\n" - ] - }, - { - "cell_type": "markdown", - "source": [ - "Usually, Snorkel returns -1 value for ABSTAIN category and 0 or 1 for labels, but, as we have 3 labels, we use 0, 1 and 2." - ], - "metadata": { - "id": "ahpPPs06EiYu" - } - }, - { - "cell_type": "code", - "source": [ - "ABSTAIN = -1\n", - "BENIGN = 0\n", - "MALICIOUS = 1\n", - "ADULT = 2" - ], - "metadata": { - "id": "U5y0BFLZEfQ9" - }, - "execution_count": 175, - "outputs": [] - }, - { - "cell_type": "markdown", - "metadata": { - "id": "dPf7je9R10ca" - }, - "source": [ - "We replace the labels by numerical values" - ] - }, - { - "cell_type": "code", - "execution_count": 176, - "metadata": { - "id": "tdL9cmm2B3Lx" - }, - "outputs": [], - "source": [ - "df_val_t = load_data(val_truth)\n", - "df_val_t = df_val_t.replace({'Benign': 0, 'Malicious': 1, 'Adult': 2})\n", - "\n", - "# we check if all the labeled items are in data\n", - "list_of_values = df_val['uid'].to_list()\n", - "df_val_t = df_val_t[df_val_t['uid'].isin(list_of_values)]\n", - "df_val_t\n", - "val_true = np.array(df_val_t['label'])" - ] - }, - { - "cell_type": "markdown", - "metadata": { - "id": "FXTFmOF_6SQh" - }, - "source": [ - "Labeling functions in Snorkel are created with the @labeling_function decorator. In this case, the labelling function uses the keywords that are present in the urls and indicate that the content is adult, malicious or benign. The functions can search in different parts of the data (such as URL and html content)." - ] - }, - { - "cell_type": "code", - "execution_count": 177, - "metadata": { - "id": "ZmrzTtOHcIBB" - }, - "outputs": [], - "source": [ - "@labeling_function()\n", - "def lf_educational_content(x):\n", - " edu_keywords = ['academic', 'research', 'conference', 'student','school','education', 'university']\n", - " url = x['url']\n", - " if any(keyword in url for keyword in edu_keywords):\n", - " return BENIGN\n", - " return ABSTAIN" - ] - }, - { - "cell_type": "code", - "execution_count": 178, - "metadata": { - "id": "2kwPcjmDcTQh" - }, - "outputs": [], - "source": [ - "@labeling_function()\n", - "def lf_sexual_innuendos(x):\n", - " innuendos = ['booty', 'babe', 'milf', 'daddy','chick']\n", - " url = x['url']\n", - " if any(innuendo in url for innuendo in innuendos):\n", - " return ADULT\n", - " return ABSTAIN" - ] - }, - { - "cell_type": "code", - "execution_count": 179, - "metadata": { - "id": "zvLxi5jicfyq" - }, - "outputs": [], - "source": [ - "@labeling_function()\n", - "def lf_malicious_keywords(x):\n", - " malicious_keywords = ['hack', 'phish', 'malware', 'spyware']\n", - " url = x['url']\n", - " if any(keyword in url for keyword in malicious_keywords):\n", - " return MALICIOUS\n", - " return ABSTAIN\n" - ] - }, - { - "cell_type": "markdown", - "source": [ - "This function searches in html content instead of URL" - ], - "metadata": { - "id": "dD_3XC5zPdFN" - } - }, - { - "cell_type": "code", - "source": [ - "@labeling_function()\n", - "def lf_adult_content(x):\n", - " adult_keywords = ['sex', 'porn', 'hot','erotic']\n", - " html = x['html']\n", - " if any(keyword in html for keyword in adult_keywords):\n", - " return ADULT\n", - " return ABSTAIN" - ], - "metadata": { - "id": "LnLVYSkDNCiq" - }, - "execution_count": 180, - "outputs": [] - }, - { - "cell_type": "markdown", - "source": [ - "To apply one or more labelling functions that we’ve written to a collection of data points, we use an LFApplier. Because our data points are represented with a Pandas DataFrame, we use the PandasLFApplier. Correspondingly, a single data point x that’s passed into our LFs will be a Pandas Series object." - ], - "metadata": { - "id": "Uw0Dcf9LFmjE" - } - }, - { - "cell_type": "code", - "execution_count": 181, - "metadata": { - "colab": { - "base_uri": "https://localhost:8080/" - }, - "id": "R0DSfvhvdCnz", - "outputId": "18e4c6fd-8dce-4adb-8f0d-1944b4c41d3b" - }, - "outputs": [ - { - "output_type": "stream", - "name": "stderr", - "text": [ - "100%|██████████| 19783/19783 [00:07<00:00, 2657.97it/s]\n", - "100%|██████████| 2936/2936 [00:01<00:00, 1945.79it/s]\n" - ] - } - ], - "source": [ - "from snorkel.labeling import PandasLFApplier\n", - "\n", - "lfs = [lf_educational_content, lf_sexual_innuendos,lf_malicious_keywords,lf_adult_content]\n", - "\n", - "applier = PandasLFApplier(lfs=lfs)\n", - "L_train = applier.apply(df=df_train)\n", - "L_val = applier.apply(df=df_val)\n" - ] - }, - { - "cell_type": "markdown", - "source": [ - "Here we have statistics about the labelling of our labelling functions. Polarity means what labels and how many labels does a function return (for example, Malicious and Abstain). Coverage indicates how much dataset is labeled by this function. Overlaps is when several functions give the same label to the data. Conflicts is when different functions labeled the same data differently." - ], - "metadata": { - "id": "SEk_fc3CGmzI" - } - }, - { - "cell_type": "code", - "execution_count": 182, - "metadata": { - "colab": { - "base_uri": "https://localhost:8080/", - "height": 175 - }, - "id": "1lwv7uEEe4Xs", - "outputId": "724c8b18-b54d-4314-e977-790dbd591d13" - }, - "outputs": [ - { - "output_type": "execute_result", - "data": { - "text/plain": [ - " j Polarity Coverage Overlaps Conflicts\n", - "lf_educational_content 0 [0] 0.006723 0.003336 0.003336\n", - "lf_sexual_innuendos 1 [2] 0.012536 0.012384 0.000051\n", - "lf_malicious_keywords 2 [1] 0.001415 0.000202 0.000202\n", - "lf_adult_content 3 [2] 0.449527 0.015872 0.003538" - ], - "text/html": [ - "\n", - "
\n", - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
jPolarityCoverageOverlapsConflicts
lf_educational_content0[0]0.0067230.0033360.003336
lf_sexual_innuendos1[2]0.0125360.0123840.000051
lf_malicious_keywords2[1]0.0014150.0002020.000202
lf_adult_content3[2]0.4495270.0158720.003538
\n", - "
\n", - "
\n", - "\n", - "
\n", - " \n", - "\n", - " \n", - "\n", - " \n", - "
\n", - "\n", - "\n", - "
\n", - " \n", - "\n", - "\n", - "\n", - " \n", - "
\n", - "
\n", - "
\n" - ] - }, - "metadata": {}, - "execution_count": 182 - } - ], - "source": [ - "from snorkel.labeling import LFAnalysis\n", - "\n", - "LFAnalysis(L=L_train, lfs=lfs).lf_summary()\n" - ] - }, - { - "cell_type": "markdown", - "source": [ - "The LabelModel is able to learn weights for the labeling functions using only the label matrix as input. We also specify the cardinality, or number of classes." - ], - "metadata": { - "id": "FdCNis5qK8f3" - } - }, - { - "cell_type": "code", - "execution_count": 183, - "metadata": { - "colab": { - "base_uri": "https://localhost:8080/" - }, - "id": "T8d3f67PhvbZ", - "outputId": "ddf8d137-461d-414a-cfd3-25c9c1a15e65" - }, - "outputs": [ - { - "output_type": "stream", - "name": "stderr", - "text": [ - "100%|██████████| 500/500 [00:01<00:00, 293.99epoch/s]\n" - ] - } - ], - "source": [ - "from snorkel.labeling.model import LabelModel\n", - "\n", - "label_model = LabelModel(cardinality=3, verbose=True)\n", - "label_model.fit(L_train=L_val, n_epochs=500, log_freq=100, seed=123)\n" - ] - }, - { - "cell_type": "markdown", - "source": [ - "The majority vote model uses the information about how many functions predict that this data will have this label and how many predict that this data will have a different label. The final label is determined by the majority: if 3 functions predict that it will be a label 'a' and 2 that if will be a label 'b', the final label will be 'a'" - ], - "metadata": { - "id": "HZ5IsZWJLWsq" - } - }, - { - "cell_type": "code", - "source": [ - "from snorkel.labeling.model import MajorityLabelVoter\n", - "\n", - "majority_model = MajorityLabelVoter(cardinality=3, verbose=True)\n", - "preds_train = majority_model.predict(L=L_train)\n" - ], - "metadata": { - "id": "-8Tuv-a4L0Pd" - }, - "execution_count": 184, - "outputs": [] - }, - { - "cell_type": "markdown", - "source": [ - "Here we can see, what accuracy scores we get. For some tasks label model is better, for some majority label voter is better: for you to find it out." - ], - "metadata": { - "id": "Jce7tCSeN9CE" - } - }, - { - "cell_type": "code", - "execution_count": 185, - "metadata": { - "colab": { - "base_uri": "https://localhost:8080/" - }, - "id": "G3LOuX1th_Kv", - "outputId": "83ccf7e2-d78b-4e0e-d0b9-79c84be52eaa" - }, - "outputs": [ - { - "output_type": "stream", - "name": "stdout", - "text": [ - "Label Model Accuracy: 25.4%\n", - "Majority Vote Accuracy: 25.8%\n" - ] - } - ], - "source": [ - "label_model_acc = label_model.score(L=L_val, Y=val_true, tie_break_policy=\"random\")[\n", - " \"accuracy\"\n", - "]\n", - "print(f\"{'Label Model Accuracy:'} {label_model_acc * 100:.1f}%\")\n", - "\n", - "majority_acc = majority_model.score(L=L_val, Y=val_true, tie_break_policy=\"random\")[\n", - " \"accuracy\"\n", - "]\n", - "print(f\"{'Majority Vote Accuracy:'} {majority_acc * 100:.1f}%\")" - ] - } - ], - "metadata": { - "colab": { - "provenance": [] - }, - "kernelspec": { - "display_name": "Python 3", - "name": "python3" - }, - "language_info": { - "name": "python" - } - }, - "nbformat": 4, - "nbformat_minor": 0 +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": { + "id": "NYByJ-703szv" + }, + "source": [ + "The main aim of Snorkel is to allow to create more training data, because labelling large amounts of data manually is very hard and requires a lot of effort. Snorkel is using labelling functions to classify the data in different categories. Those labelling functions represent noisy, programmatic rules and heuristics that assign labels to unlabeled training data." + ] + }, + { + "cell_type": "code", + "execution_count": 171, + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "0uAxCV7U-BJW", + "outputId": "a6d9fd7e-dcc0-47f9-a4a3-824f6475bfe8" + }, + "outputs": [ + { + "output_type": "stream", + "name": "stdout", + "text": [ + "Requirement already satisfied: snorkel in /usr/local/lib/python3.10/dist-packages (0.9.9)\n", + "Requirement already satisfied: munkres>=1.0.6 in /usr/local/lib/python3.10/dist-packages (from snorkel) (1.1.4)\n", + "Requirement already satisfied: numpy>=1.16.5 in /usr/local/lib/python3.10/dist-packages (from snorkel) (1.23.5)\n", + "Requirement already satisfied: scipy>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from snorkel) (1.11.3)\n", + "Requirement already satisfied: pandas>=1.0.0 in /usr/local/lib/python3.10/dist-packages (from snorkel) (1.5.3)\n", + "Requirement already satisfied: tqdm>=4.33.0 in /usr/local/lib/python3.10/dist-packages (from snorkel) (4.66.1)\n", + "Requirement already satisfied: scikit-learn>=0.20.2 in /usr/local/lib/python3.10/dist-packages (from snorkel) (1.2.2)\n", + "Requirement already satisfied: torch>=1.2.0 in /usr/local/lib/python3.10/dist-packages (from snorkel) (2.1.0+cu118)\n", + "Requirement already satisfied: tensorboard>=2.9.1 in /usr/local/lib/python3.10/dist-packages (from snorkel) (2.14.1)\n", + "Requirement already satisfied: networkx>=2.2 in /usr/local/lib/python3.10/dist-packages (from snorkel) (3.2.1)\n", + "Requirement already satisfied: python-dateutil>=2.8.1 in /usr/local/lib/python3.10/dist-packages (from pandas>=1.0.0->snorkel) (2.8.2)\n", + "Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.10/dist-packages (from pandas>=1.0.0->snorkel) (2023.3.post1)\n", + "Requirement already satisfied: joblib>=1.1.1 in /usr/local/lib/python3.10/dist-packages (from scikit-learn>=0.20.2->snorkel) (1.3.2)\n", + "Requirement already satisfied: threadpoolctl>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from scikit-learn>=0.20.2->snorkel) (3.2.0)\n", + "Requirement already satisfied: absl-py>=0.4 in /usr/local/lib/python3.10/dist-packages (from tensorboard>=2.9.1->snorkel) (1.4.0)\n", + "Requirement already satisfied: grpcio>=1.48.2 in /usr/local/lib/python3.10/dist-packages (from tensorboard>=2.9.1->snorkel) (1.59.2)\n", + "Requirement already satisfied: google-auth<3,>=1.6.3 in /usr/local/lib/python3.10/dist-packages (from tensorboard>=2.9.1->snorkel) (2.17.3)\n", + "Requirement already satisfied: google-auth-oauthlib<1.1,>=0.5 in /usr/local/lib/python3.10/dist-packages (from tensorboard>=2.9.1->snorkel) (1.0.0)\n", + "Requirement already satisfied: markdown>=2.6.8 in /usr/local/lib/python3.10/dist-packages (from tensorboard>=2.9.1->snorkel) (3.5.1)\n", + "Requirement already satisfied: protobuf>=3.19.6 in /usr/local/lib/python3.10/dist-packages (from tensorboard>=2.9.1->snorkel) (3.20.3)\n", + "Requirement already satisfied: requests<3,>=2.21.0 in /usr/local/lib/python3.10/dist-packages (from tensorboard>=2.9.1->snorkel) (2.31.0)\n", + "Requirement already satisfied: setuptools>=41.0.0 in /usr/local/lib/python3.10/dist-packages (from tensorboard>=2.9.1->snorkel) (67.7.2)\n", + "Requirement already satisfied: six>1.9 in /usr/local/lib/python3.10/dist-packages (from tensorboard>=2.9.1->snorkel) (1.16.0)\n", + "Requirement already satisfied: tensorboard-data-server<0.8.0,>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from tensorboard>=2.9.1->snorkel) (0.7.2)\n", + "Requirement already satisfied: werkzeug>=1.0.1 in /usr/local/lib/python3.10/dist-packages (from tensorboard>=2.9.1->snorkel) (3.0.1)\n", + "Requirement already satisfied: filelock in /usr/local/lib/python3.10/dist-packages (from torch>=1.2.0->snorkel) (3.13.1)\n", + "Requirement already satisfied: typing-extensions in /usr/local/lib/python3.10/dist-packages (from torch>=1.2.0->snorkel) (4.5.0)\n", + "Requirement already satisfied: sympy in /usr/local/lib/python3.10/dist-packages (from torch>=1.2.0->snorkel) (1.12)\n", + "Requirement already satisfied: jinja2 in /usr/local/lib/python3.10/dist-packages (from torch>=1.2.0->snorkel) (3.1.2)\n", + "Requirement already satisfied: fsspec in /usr/local/lib/python3.10/dist-packages (from torch>=1.2.0->snorkel) (2023.6.0)\n", + "Requirement already satisfied: triton==2.1.0 in /usr/local/lib/python3.10/dist-packages (from torch>=1.2.0->snorkel) (2.1.0)\n", + "Requirement already satisfied: cachetools<6.0,>=2.0.0 in /usr/local/lib/python3.10/dist-packages (from google-auth<3,>=1.6.3->tensorboard>=2.9.1->snorkel) (5.3.2)\n", + "Requirement already satisfied: pyasn1-modules>=0.2.1 in /usr/local/lib/python3.10/dist-packages (from google-auth<3,>=1.6.3->tensorboard>=2.9.1->snorkel) (0.3.0)\n", + "Requirement already satisfied: rsa<5,>=3.1.4 in /usr/local/lib/python3.10/dist-packages (from google-auth<3,>=1.6.3->tensorboard>=2.9.1->snorkel) (4.9)\n", + "Requirement already satisfied: requests-oauthlib>=0.7.0 in /usr/local/lib/python3.10/dist-packages (from google-auth-oauthlib<1.1,>=0.5->tensorboard>=2.9.1->snorkel) (1.3.1)\n", + "Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.10/dist-packages (from requests<3,>=2.21.0->tensorboard>=2.9.1->snorkel) (3.3.2)\n", + "Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/dist-packages (from requests<3,>=2.21.0->tensorboard>=2.9.1->snorkel) (3.4)\n", + "Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/local/lib/python3.10/dist-packages (from requests<3,>=2.21.0->tensorboard>=2.9.1->snorkel) (2.0.7)\n", + "Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.10/dist-packages (from requests<3,>=2.21.0->tensorboard>=2.9.1->snorkel) (2023.7.22)\n", + "Requirement already satisfied: MarkupSafe>=2.1.1 in /usr/local/lib/python3.10/dist-packages (from werkzeug>=1.0.1->tensorboard>=2.9.1->snorkel) (2.1.3)\n", + "Requirement already satisfied: mpmath>=0.19 in /usr/local/lib/python3.10/dist-packages (from sympy->torch>=1.2.0->snorkel) (1.3.0)\n", + "Requirement already satisfied: pyasn1<0.6.0,>=0.4.6 in /usr/local/lib/python3.10/dist-packages (from pyasn1-modules>=0.2.1->google-auth<3,>=1.6.3->tensorboard>=2.9.1->snorkel) (0.5.0)\n", + "Requirement already satisfied: oauthlib>=3.0.0 in /usr/local/lib/python3.10/dist-packages (from requests-oauthlib>=0.7.0->google-auth-oauthlib<1.1,>=0.5->tensorboard>=2.9.1->snorkel) (3.2.2)\n", + "Requirement already satisfied: jsonlines in /usr/local/lib/python3.10/dist-packages (4.0.0)\n", + "Requirement already satisfied: attrs>=19.2.0 in /usr/local/lib/python3.10/dist-packages (from jsonlines) (23.1.0)\n" + ] + } + ], + "source": [ + "!pip install snorkel\n", + "!pip install jsonlines" + ] + }, + { + "cell_type": "code", + "execution_count": 172, + "metadata": { + "id": "uCN6oPLs-gBC" + }, + "outputs": [], + "source": [ + "#importing all the necessary packages\n", + "import snorkel\n", + "import json\n", + "import pandas as pd\n", + "import numpy as np\n", + "from snorkel.labeling import labeling_function" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "id": "PXqrDaPO1o0T" + }, + "source": [ + "As an example, we load train and validation data for spam detection here" + ] + }, + { + "cell_type": "code", + "execution_count": 173, + "metadata": { + "id": "PDAl6OOqBnoh" + }, + "outputs": [], + "source": [ + "file_train = '/content/drive/MyDrive/data_colab/D1_train.jsonl'\n", + "file_val = '/content/drive/MyDrive/data_colab/D1_validation.jsonl'\n", + "val_truth = '/content/drive/MyDrive/data_colab/D1_validation-truth.jsonl'\n", + "\n", + "def load_data(file_path):\n", + " data = []\n", + " with open(file_path, 'r') as file:\n", + " for line in file:\n", + " json_data = json.loads(line)\n", + " data.append(json_data)\n", + " df = pd.DataFrame(data)\n", + " return df\n" + ] + }, + { + "cell_type": "code", + "execution_count": 174, + "metadata": { + "id": "Dr5YoMxPJT1L" + }, + "outputs": [], + "source": [ + "#loading train and validation data\n", + "df_train = load_data(file_train)\n", + "df_val = load_data(file_val)\n" + ] + }, + { + "cell_type": "markdown", + "source": [ + "Usually, Snorkel returns -1 value for ABSTAIN category and 0 or 1 for labels, but, as we have 3 labels, we use 0, 1 and 2." + ], + "metadata": { + "id": "ahpPPs06EiYu" + } + }, + { + "cell_type": "code", + "source": [ + "ABSTAIN = -1\n", + "BENIGN = 0\n", + "MALICIOUS = 1\n", + "ADULT = 2" + ], + "metadata": { + "id": "U5y0BFLZEfQ9" + }, + "execution_count": 175, + "outputs": [] + }, + { + "cell_type": "markdown", + "metadata": { + "id": "dPf7je9R10ca" + }, + "source": [ + "We replace the labels by numerical values" + ] + }, + { + "cell_type": "code", + "execution_count": 176, + "metadata": { + "id": "tdL9cmm2B3Lx" + }, + "outputs": [], + "source": [ + "df_val_t = load_data(val_truth)\n", + "df_val_t = df_val_t.replace({'Benign': 0, 'Malicious': 1, 'Adult': 2})\n", + "\n", + "# we check if all the labeled items are in data\n", + "list_of_values = df_val['uid'].to_list()\n", + "df_val_t = df_val_t[df_val_t['uid'].isin(list_of_values)]\n", + "df_val_t\n", + "val_true = np.array(df_val_t['label'])" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "id": "FXTFmOF_6SQh" + }, + "source": [ + "Labeling functions in Snorkel are created with the @labeling_function decorator. In this case, the labelling function uses the keywords that are present in the urls and indicate that the content is adult, malicious or benign. The functions can search in different parts of the data (such as URL and html content)." + ] + }, + { + "cell_type": "code", + "execution_count": 177, + "metadata": { + "id": "ZmrzTtOHcIBB" + }, + "outputs": [], + "source": [ + "@labeling_function()\n", + "def lf_educational_content(x):\n", + " edu_keywords = ['academic', 'research', 'conference', 'student','school','education', 'university']\n", + " url = x['url']\n", + " if any(keyword in url for keyword in edu_keywords):\n", + " return BENIGN\n", + " return ABSTAIN" + ] + }, + { + "cell_type": "code", + "execution_count": 178, + "metadata": { + "id": "2kwPcjmDcTQh" + }, + "outputs": [], + "source": [ + "@labeling_function()\n", + "def lf_sexual_innuendos(x):\n", + " innuendos = ['booty', 'babe', 'milf', 'daddy','chick']\n", + " url = x['url']\n", + " if any(innuendo in url for innuendo in innuendos):\n", + " return ADULT\n", + " return ABSTAIN" + ] + }, + { + "cell_type": "code", + "execution_count": 179, + "metadata": { + "id": "zvLxi5jicfyq" + }, + "outputs": [], + "source": [ + "@labeling_function()\n", + "def lf_malicious_keywords(x):\n", + " malicious_keywords = ['hack', 'phish', 'malware', 'spyware']\n", + " url = x['url']\n", + " if any(keyword in url for keyword in malicious_keywords):\n", + " return MALICIOUS\n", + " return ABSTAIN\n" + ] + }, + { + "cell_type": "markdown", + "source": [ + "This function searches in html content instead of URL" + ], + "metadata": { + "id": "dD_3XC5zPdFN" + } + }, + { + "cell_type": "code", + "source": [ + "@labeling_function()\n", + "def lf_adult_content(x):\n", + " adult_keywords = ['sex', 'porn', 'hot','erotic']\n", + " html = x['html']\n", + " if any(keyword in html for keyword in adult_keywords):\n", + " return ADULT\n", + " return ABSTAIN" + ], + "metadata": { + "id": "LnLVYSkDNCiq" + }, + "execution_count": 180, + "outputs": [] + }, + { + "cell_type": "markdown", + "source": [ + "To apply one or more labelling functions that we’ve written to a collection of data points, we use an LFApplier. Because our data points are represented with a Pandas DataFrame, we use the PandasLFApplier. Correspondingly, a single data point x that’s passed into our LFs will be a Pandas Series object." + ], + "metadata": { + "id": "Uw0Dcf9LFmjE" + } + }, + { + "cell_type": "code", + "execution_count": 181, + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "R0DSfvhvdCnz", + "outputId": "18e4c6fd-8dce-4adb-8f0d-1944b4c41d3b" + }, + "outputs": [ + { + "output_type": "stream", + "name": "stderr", + "text": [ + "100%|██████████| 19783/19783 [00:07<00:00, 2657.97it/s]\n", + "100%|██████████| 2936/2936 [00:01<00:00, 1945.79it/s]\n" + ] + } + ], + "source": [ + "from snorkel.labeling import PandasLFApplier\n", + "\n", + "lfs = [lf_educational_content, lf_sexual_innuendos,lf_malicious_keywords,lf_adult_content]\n", + "\n", + "applier = PandasLFApplier(lfs=lfs)\n", + "L_train = applier.apply(df=df_train)\n", + "L_val = applier.apply(df=df_val)\n" + ] + }, + { + "cell_type": "markdown", + "source": [ + "Here we have statistics about the labelling of our labelling functions. Polarity means what labels and how many labels does a function return (for example, Malicious and Abstain). Coverage indicates how much dataset is labeled by this function. Overlaps is when several functions give the same label to the data. Conflicts is when different functions labeled the same data differently." + ], + "metadata": { + "id": "SEk_fc3CGmzI" + } + }, + { + "cell_type": "code", + "execution_count": 182, + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/", + "height": 175 + }, + "id": "1lwv7uEEe4Xs", + "outputId": "724c8b18-b54d-4314-e977-790dbd591d13" + }, + "outputs": [ + { + "output_type": "execute_result", + "data": { + "text/plain": [ + " j Polarity Coverage Overlaps Conflicts\n", + "lf_educational_content 0 [0] 0.006723 0.003336 0.003336\n", + "lf_sexual_innuendos 1 [2] 0.012536 0.012384 0.000051\n", + "lf_malicious_keywords 2 [1] 0.001415 0.000202 0.000202\n", + "lf_adult_content 3 [2] 0.449527 0.015872 0.003538" + ], + "text/html": [ + "\n", + "
\n", + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
jPolarityCoverageOverlapsConflicts
lf_educational_content0[0]0.0067230.0033360.003336
lf_sexual_innuendos1[2]0.0125360.0123840.000051
lf_malicious_keywords2[1]0.0014150.0002020.000202
lf_adult_content3[2]0.4495270.0158720.003538
\n", + "
\n", + "
\n", + "\n", + "
\n", + " \n", + "\n", + " \n", + "\n", + " \n", + "
\n", + "\n", + "\n", + "
\n", + " \n", + "\n", + "\n", + "\n", + " \n", + "
\n", + "
\n", + "
\n" + ] + }, + "metadata": {}, + "execution_count": 182 + } + ], + "source": [ + "from snorkel.labeling import LFAnalysis\n", + "\n", + "LFAnalysis(L=L_train, lfs=lfs).lf_summary()\n" + ] + }, + { + "cell_type": "markdown", + "source": [ + "The LabelModel is able to learn weights for the labeling functions using only the label matrix as input. We also specify the cardinality, or number of classes." + ], + "metadata": { + "id": "FdCNis5qK8f3" + } + }, + { + "cell_type": "code", + "execution_count": 183, + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "T8d3f67PhvbZ", + "outputId": "ddf8d137-461d-414a-cfd3-25c9c1a15e65" + }, + "outputs": [ + { + "output_type": "stream", + "name": "stderr", + "text": [ + "100%|██████████| 500/500 [00:01<00:00, 293.99epoch/s]\n" + ] + } + ], + "source": [ + "from snorkel.labeling.model import LabelModel\n", + "\n", + "label_model = LabelModel(cardinality=3, verbose=True)\n", + "label_model.fit(L_train=L_val, n_epochs=500, log_freq=100, seed=123)\n" + ] + }, + { + "cell_type": "markdown", + "source": [ + "The majority vote model uses the information about how many functions predict that this data will have this label and how many predict that this data will have a different label. The final label is determined by the majority: if 3 functions predict that it will be a label 'a' and 2 that if will be a label 'b', the final label will be 'a'" + ], + "metadata": { + "id": "HZ5IsZWJLWsq" + } + }, + { + "cell_type": "code", + "source": [ + "from snorkel.labeling.model import MajorityLabelVoter\n", + "\n", + "majority_model = MajorityLabelVoter(cardinality=3, verbose=True)\n", + "preds_train = majority_model.predict(L=L_train)\n" + ], + "metadata": { + "id": "-8Tuv-a4L0Pd" + }, + "execution_count": 184, + "outputs": [] + }, + { + "cell_type": "markdown", + "source": [ + "Here we can see, what accuracy scores we get. For some tasks label model is better, for some majority label voter is better: for you to find it out." + ], + "metadata": { + "id": "Jce7tCSeN9CE" + } + }, + { + "cell_type": "code", + "execution_count": 185, + "metadata": { + "colab": { + "base_uri": "https://localhost:8080/" + }, + "id": "G3LOuX1th_Kv", + "outputId": "83ccf7e2-d78b-4e0e-d0b9-79c84be52eaa" + }, + "outputs": [ + { + "output_type": "stream", + "name": "stdout", + "text": [ + "Label Model Accuracy: 25.4%\n", + "Majority Vote Accuracy: 25.8%\n" + ] + } + ], + "source": [ + "label_model_acc = label_model.score(L=L_val, Y=val_true, tie_break_policy=\"random\")[\n", + " \"accuracy\"\n", + "]\n", + "print(f\"{'Label Model Accuracy:'} {label_model_acc * 100:.1f}%\")\n", + "\n", + "majority_acc = majority_model.score(L=L_val, Y=val_true, tie_break_policy=\"random\")[\n", + " \"accuracy\"\n", + "]\n", + "print(f\"{'Majority Vote Accuracy:'} {majority_acc * 100:.1f}%\")" + ] + } + ], + "metadata": { + "colab": { + "provenance": [] + }, + "kernelspec": { + "display_name": "Python 3", + "name": "python3" + }, + "language_info": { + "name": "python" + } + }, + "nbformat": 4, + "nbformat_minor": 0 } \ No newline at end of file diff --git a/irixys23/webpage-classification/baselines/trivial-baseline/Dockerfile b/irixys23/webpage-classification/baselines/trivial-baseline/Dockerfile index f379a33..fdce941 100644 --- a/irixys23/webpage-classification/baselines/trivial-baseline/Dockerfile +++ b/irixys23/webpage-classification/baselines/trivial-baseline/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11 - -ADD baseline.py /baseline.py - +FROM python:3.11 + +ADD baseline.py /baseline.py + diff --git a/irixys23/webpage-classification/baselines/trivial-baseline/README.md b/irixys23/webpage-classification/baselines/trivial-baseline/README.md index e0aa71f..8cf3a03 100644 --- a/irixys23/webpage-classification/baselines/trivial-baseline/README.md +++ b/irixys23/webpage-classification/baselines/trivial-baseline/README.md @@ -1,25 +1,25 @@ -# Trivial Baseline The Webpage Classification Task - -This is a trivial baseline for the webpage classification task that always predicts the passed label (e.g., `Benign` for --prediction Benign). - -## Run this baseline: - -To run this baseline with tira-run, please execute: - -``` -tira-run --image webis/irixys23:trivial-baseline --input-dataset webpage-classification/tiny-sample-20231023-training --command '/baseline.py -i $inputDataset/inputs.jsonl -o $outputDir/predictions.jsonl' -``` - -or, to always predict malicious, please execute: - -``` -tira-run --image webis/irixys23:trivial-baseline --input-dataset webpage-classification/tiny-sample-20231023-training --command '/baseline.py -i $inputDataset/inputs.jsonl -o $outputDir/predictions.jsonl --prediction Malicious' -``` - -## Development - -``` -docker build -t webis/irixys23:trivial-baseline . -docker push webis/irixys23:trivial-baseline -``` - +# Trivial Baseline The Webpage Classification Task + +This is a trivial baseline for the webpage classification task that always predicts the passed label (e.g., `Benign` for --prediction Benign). + +## Run this baseline: + +To run this baseline with tira-run, please execute: + +``` +tira-run --image webis/irixys23:trivial-baseline --input-dataset webpage-classification/tiny-sample-20231023-training --command '/baseline.py -i $inputDataset/inputs.jsonl -o $outputDir/predictions.jsonl' +``` + +or, to always predict malicious, please execute: + +``` +tira-run --image webis/irixys23:trivial-baseline --input-dataset webpage-classification/tiny-sample-20231023-training --command '/baseline.py -i $inputDataset/inputs.jsonl -o $outputDir/predictions.jsonl --prediction Malicious' +``` + +## Development + +``` +docker build -t webis/irixys23:trivial-baseline . +docker push webis/irixys23:trivial-baseline +``` + diff --git a/irixys23/webpage-classification/baselines/trivial-baseline/baseline.py b/irixys23/webpage-classification/baselines/trivial-baseline/baseline.py index c845d6e..ef8a777 100755 --- a/irixys23/webpage-classification/baselines/trivial-baseline/baseline.py +++ b/irixys23/webpage-classification/baselines/trivial-baseline/baseline.py @@ -1,31 +1,31 @@ -#!/usr/bin/env python3 -import argparse -import json - - -def parse_args(): - parser = argparse.ArgumentParser(description='Webpage classification baseline') - parser.add_argument("-i", "--input", help="Path to the .jsonl file containing the inputs.", required=True) - parser.add_argument("-o", "--output", help="Path to the file to write the results to.", required=True) - parser.add_argument("-p", "--prediction", help="The to-be-predicted label. This classifier always predicts the passed label", choices=["Adult", "Benign", "Malicious"], default="Benign") - return parser.parse_args() - - -def predict_class(web_page, prediction): - # In reality, here would come the interesting part. - # But in this baseline, we just return the label passed via --prediction - return prediction - - -def main(input_file, output_file, prediction): - with open(input_file, 'r') as inp, open(output_file, 'w+') as outp: - for l in inp: - l = json.loads(l) - output = {'uid': l['uid'], 'prediction': predict_class(l, prediction)} - outp.write(json.dumps(output) + '\n') - - -if __name__ == "__main__": - args = parse_args() - main(args.input, args.output, args.prediction) - +#!/usr/bin/env python3 +import argparse +import json + + +def parse_args(): + parser = argparse.ArgumentParser(description='Webpage classification baseline') + parser.add_argument("-i", "--input", help="Path to the .jsonl file containing the inputs.", required=True) + parser.add_argument("-o", "--output", help="Path to the file to write the results to.", required=True) + parser.add_argument("-p", "--prediction", help="The to-be-predicted label. This classifier always predicts the passed label", choices=["Adult", "Benign", "Malicious"], default="Benign") + return parser.parse_args() + + +def predict_class(web_page, prediction): + # In reality, here would come the interesting part. + # But in this baseline, we just return the label passed via --prediction + return prediction + + +def main(input_file, output_file, prediction): + with open(input_file, 'r') as inp, open(output_file, 'w+') as outp: + for l in inp: + l = json.loads(l) + output = {'uid': l['uid'], 'prediction': predict_class(l, prediction)} + outp.write(json.dumps(output) + '\n') + + +if __name__ == "__main__": + args = parse_args() + main(args.input, args.output, args.prediction) + diff --git a/irixys23/webpage-classification/clueweb-test-data/README.md b/irixys23/webpage-classification/clueweb-test-data/README.md index fdf547b..9a90875 100644 --- a/irixys23/webpage-classification/clueweb-test-data/README.md +++ b/irixys23/webpage-classification/clueweb-test-data/README.md @@ -1,13 +1,13 @@ -I took a random sample of 1000 clueweb09 and 1000 clueweb12 documents. - -From the [official spam rank documentation](https://plg.uwaterloo.ca/~gvcormac/clueweb09spam/): - -The percentile score indicates the percentage of the documents in the corpus that are "spammier." That is, the spammiest 1% of the documents have percentile-score=0, the next spammiest have percentile-score=1, and so on. The least spammy 1% have percentile-score=99. - -If you just want the best of the four sets of scores, choose Fusion. If you just want to label pages as spam or not, label those with percentile-score<70 to be spam, and the rest non-spam. For more details, read the paper - -Run it via: - -./step-02-create-dataset.py -i cw09-spam-ranks -o cw-09 --dataset-id clueweb09 - -./step-02-create-dataset.py -i cw12-spam-ranks -o cw-12 --dataset-id clueweb12 +I took a random sample of 1000 clueweb09 and 1000 clueweb12 documents. + +From the [official spam rank documentation](https://plg.uwaterloo.ca/~gvcormac/clueweb09spam/): + +The percentile score indicates the percentage of the documents in the corpus that are "spammier." That is, the spammiest 1% of the documents have percentile-score=0, the next spammiest have percentile-score=1, and so on. The least spammy 1% have percentile-score=99. + +If you just want the best of the four sets of scores, choose Fusion. If you just want to label pages as spam or not, label those with percentile-score<70 to be spam, and the rest non-spam. For more details, read the paper + +Run it via: + +./step-02-create-dataset.py -i cw09-spam-ranks -o cw-09 --dataset-id clueweb09 + +./step-02-create-dataset.py -i cw12-spam-ranks -o cw-12 --dataset-id clueweb12 diff --git a/irixys23/webpage-classification/clueweb-test-data/step-01-cw09-sample-documents.sh b/irixys23/webpage-classification/clueweb-test-data/step-01-cw09-sample-documents.sh index d0ac454..1882de6 100755 --- a/irixys23/webpage-classification/clueweb-test-data/step-01-cw09-sample-documents.sh +++ b/irixys23/webpage-classification/clueweb-test-data/step-01-cw09-sample-documents.sh @@ -1,4 +1,4 @@ -#!/usr/bin/sh - -cat /mnt/ceph/storage/corpora/corpora-thirdparty/corpus-clueweb09/spam-ranks/clueweb09spam.Fusion |shuf |head -1000 > cw09-spam-ranks - +#!/usr/bin/sh + +cat /mnt/ceph/storage/corpora/corpora-thirdparty/corpus-clueweb09/spam-ranks/clueweb09spam.Fusion |shuf |head -1000 > cw09-spam-ranks + diff --git a/irixys23/webpage-classification/clueweb-test-data/step-01-cw12-sample-documents.sh b/irixys23/webpage-classification/clueweb-test-data/step-01-cw12-sample-documents.sh index c5bc661..833581f 100755 --- a/irixys23/webpage-classification/clueweb-test-data/step-01-cw12-sample-documents.sh +++ b/irixys23/webpage-classification/clueweb-test-data/step-01-cw12-sample-documents.sh @@ -1,4 +1,4 @@ -#!/usr/bin/sh - -zcat /mnt/ceph/storage/corpora/corpora-thirdparty/corpus-clueweb12/corpus-waterloo-spam-cw12/waterloo-spam-cw12-decoded/* |shuf |head -1000 > cw12-spam-ranks - +#!/usr/bin/sh + +zcat /mnt/ceph/storage/corpora/corpora-thirdparty/corpus-clueweb12/corpus-waterloo-spam-cw12/waterloo-spam-cw12-decoded/* |shuf |head -1000 > cw12-spam-ranks + diff --git a/irixys23/webpage-classification/clueweb-test-data/step-02-create-dataset.py b/irixys23/webpage-classification/clueweb-test-data/step-02-create-dataset.py index 9662354..cb6dae3 100755 --- a/irixys23/webpage-classification/clueweb-test-data/step-02-create-dataset.py +++ b/irixys23/webpage-classification/clueweb-test-data/step-02-create-dataset.py @@ -1,46 +1,46 @@ -#!/usr/bin/env python3 -import ir_datasets -import argparse -import json -import os -import chardet -from tqdm import tqdm - - -def parse_args(): - parser = argparse.ArgumentParser(description='Create ClueWeb09/ClueWeb12 webpage classification datasets.') - parser.add_argument("-i", "--input", help="Path to spam rank file.", required=True) - parser.add_argument("-o", "--output", help="Path to the file where the outputs are to be stored.", required=True) - parser.add_argument("--dataset-id", help="The id of the ir_dataset.", required=True, choices=['clueweb09', 'clueweb12']) - return parser.parse_args() - -def decode(body): - encoding = chardet.detect(body)['encoding'] - if encoding: - return body.decode(encoding, errors='replace').replace('\uFFFD', '?') - - - return body.decode(errors='replace').replace('\uFFFD', '?') - -def main(input_file, output_file, ir_datasets_id): - dataset = ir_datasets.load(ir_datasets_id) - docs_store = dataset.docs_store() - - os.mkdir(output_file) - os.mkdir(output_file + '/input') - os.mkdir(output_file + '/truth') - with open(input_file, 'r') as inp, open(output_file + '/input/inputs.jsonl', 'w+') as resulting_input, open(output_file + '/truth/truths.jsonl', 'w+') as resulting_truth: - - for line in tqdm(inp): - spam_rank, doc_id = line.strip().split(' ') - # From the spam rank documentation: percentile-score<70 is spam, and the rest non-spam. - label = 'Benign' if int(spam_rank) >= 70 else 'Malicious' - doc = docs_store.get(doc_id) - resulting_truth.write(json.dumps({"uid": doc_id, "label": label}) + '\n') - resulting_input.write(json.dumps({"uid": doc_id, "url": doc.url, "html": decode(doc.body)}) + '\n') - - -if __name__ == '__main__': - args = parse_args() - main(args.input, args.output, args.dataset_id) - +#!/usr/bin/env python3 +import ir_datasets +import argparse +import json +import os +import chardet +from tqdm import tqdm + + +def parse_args(): + parser = argparse.ArgumentParser(description='Create ClueWeb09/ClueWeb12 webpage classification datasets.') + parser.add_argument("-i", "--input", help="Path to spam rank file.", required=True) + parser.add_argument("-o", "--output", help="Path to the file where the outputs are to be stored.", required=True) + parser.add_argument("--dataset-id", help="The id of the ir_dataset.", required=True, choices=['clueweb09', 'clueweb12']) + return parser.parse_args() + +def decode(body): + encoding = chardet.detect(body)['encoding'] + if encoding: + return body.decode(encoding, errors='replace').replace('\uFFFD', '?') + + + return body.decode(errors='replace').replace('\uFFFD', '?') + +def main(input_file, output_file, ir_datasets_id): + dataset = ir_datasets.load(ir_datasets_id) + docs_store = dataset.docs_store() + + os.mkdir(output_file) + os.mkdir(output_file + '/input') + os.mkdir(output_file + '/truth') + with open(input_file, 'r') as inp, open(output_file + '/input/inputs.jsonl', 'w+') as resulting_input, open(output_file + '/truth/truths.jsonl', 'w+') as resulting_truth: + + for line in tqdm(inp): + spam_rank, doc_id = line.strip().split(' ') + # From the spam rank documentation: percentile-score<70 is spam, and the rest non-spam. + label = 'Benign' if int(spam_rank) >= 70 else 'Malicious' + doc = docs_store.get(doc_id) + resulting_truth.write(json.dumps({"uid": doc_id, "label": label}) + '\n') + resulting_input.write(json.dumps({"uid": doc_id, "url": doc.url, "html": decode(doc.body)}) + '\n') + + +if __name__ == '__main__': + args = parse_args() + main(args.input, args.output, args.dataset_id) + diff --git a/irixys23/webpage-classification/evaluation/Dockerfile b/irixys23/webpage-classification/evaluation/Dockerfile index 23ba32d..3fcb865 100644 --- a/irixys23/webpage-classification/evaluation/Dockerfile +++ b/irixys23/webpage-classification/evaluation/Dockerfile @@ -1,5 +1,5 @@ -FROM python:3.11 - -RUN pip3 install scikit-learn - -ADD evaluation.py /evaluation.py +FROM python:3.11 + +RUN pip3 install scikit-learn + +ADD evaluation.py /evaluation.py diff --git a/irixys23/webpage-classification/evaluation/README.md b/irixys23/webpage-classification/evaluation/README.md index 0226783..93cef98 100644 --- a/irixys23/webpage-classification/evaluation/README.md +++ b/irixys23/webpage-classification/evaluation/README.md @@ -1,13 +1,13 @@ -# The evaluator for the Spam Classification Task at IRIXYS'23 - -``` -tira-run --image webis/irixys23:evaluator-0.0.2 --input-directory example-data/truth --input-run ${PWD}/tira-output --output-directory tira-evaluation --command '/evaluation.py -o $outputDir/evaluation.prototext -t $inputDataset/truths.jsonl -p $inputRun/predictions.jsonl' -``` - -### Development - -``` -docker build -t webis/irixys23:evaluator-0.0.2 . -docker push webis/irixys23:evaluator-0.0.2 -``` - +# The evaluator for the Spam Classification Task at IRIXYS'23 + +``` +tira-run --image webis/irixys23:evaluator-0.0.2 --input-directory example-data/truth --input-run ${PWD}/tira-output --output-directory tira-evaluation --command '/evaluation.py -o $outputDir/evaluation.prototext -t $inputDataset/truths.jsonl -p $inputRun/predictions.jsonl' +``` + +### Development + +``` +docker build -t webis/irixys23:evaluator-0.0.2 . +docker push webis/irixys23:evaluator-0.0.2 +``` + diff --git a/irixys23/webpage-classification/evaluation/evaluation.py b/irixys23/webpage-classification/evaluation/evaluation.py index 9db1538..d62ccd9 100755 --- a/irixys23/webpage-classification/evaluation/evaluation.py +++ b/irixys23/webpage-classification/evaluation/evaluation.py @@ -1,74 +1,74 @@ -#!/usr/bin/env python3 -import argparse -import json -from sklearn.metrics import f1_score - -def read_jsonl_file(file_path: str, label_name: str, label_mapping: dict=None) -> dict: - """ - Reads the .jsonl file into a dictionary - param file_path: path to the .jsonl file - return: dictionary of UID to value from the file - """ - data = {} - with open(file_path, 'r') as f: - for line in f: - item = json.loads(line.strip()) - label = item[label_name] - - if label_mapping: - label = label_mapping[label] - - data[item['uid']] = label - return data - -def compute_f1_score(predictions: dict, truth: dict) -> float: - """ - Computes F1 score from the predictions and truth dictionaries - param predictions: dictionary of UUID to predicted value - param truth: dictionary of UUID to ground truth value - return: computed F1 score - """ - pred_list = [predictions[uuid] for uuid in sorted(predictions.keys())] - truth_list = [truth[uuid] for uuid in sorted(truth.keys())] - return f1_score(truth_list, pred_list, average='macro') - -def write_output(filename: str, k: str, v: float): - """ - print() and write the F1 score to the indicated output file - param filename: full path of the file, where to write to - param k: the name of the metric - param v: the value of the metric - return: None - """ - line = 'measure{{\n key: "{}"\n value: "{}"\n}}\n'.format(k, str(v)) - print(line) - open(filename, "w").write(line) - -def main(): - parser = argparse.ArgumentParser(description='Webpage classification | Evaluation: Compute F1 Score') - parser.add_argument("-p", "--predictions", help="path to the .jsonl file containing predictions", required=True) - parser.add_argument("-t", "--truth", help="path to the .jsonl file containing ground truth", required=True) - parser.add_argument("-o", "--output", help="path to the file to write the results to", required=True) - parser.add_argument("--evaluate-on-clueweb", action='store_true', help='Is the evaluation on the clueweb? (I.e., only two labels, Benign and Malicious)', required=False) - args = parser.parse_args() - - label_mapping = None - if args.evaluate_on_clueweb: - label_mapping = {"Benign": "Benign", "Malicious": "Malicious", "Adult": "Malicious"} - - # Read JSONL files - predictions = read_jsonl_file(args.predictions, 'prediction', label_mapping) - truth = read_jsonl_file(args.truth, 'label', label_mapping) - - # Ensure both dictionaries have the same UUIDs - if set(predictions.keys()) != set(truth.keys()): - print("Error: Some UUIDs in the Predictions and Truth files don't match.") - return - - # Compute F1 score - f1 = compute_f1_score(predictions, truth) - write_output(args.output, "f1_score", f1) - -if __name__ == "__main__": - main() - +#!/usr/bin/env python3 +import argparse +import json +from sklearn.metrics import f1_score + +def read_jsonl_file(file_path: str, label_name: str, label_mapping: dict=None) -> dict: + """ + Reads the .jsonl file into a dictionary + param file_path: path to the .jsonl file + return: dictionary of UID to value from the file + """ + data = {} + with open(file_path, 'r') as f: + for line in f: + item = json.loads(line.strip()) + label = item[label_name] + + if label_mapping: + label = label_mapping[label] + + data[item['uid']] = label + return data + +def compute_f1_score(predictions: dict, truth: dict) -> float: + """ + Computes F1 score from the predictions and truth dictionaries + param predictions: dictionary of UUID to predicted value + param truth: dictionary of UUID to ground truth value + return: computed F1 score + """ + pred_list = [predictions[uuid] for uuid in sorted(predictions.keys())] + truth_list = [truth[uuid] for uuid in sorted(truth.keys())] + return f1_score(truth_list, pred_list, average='macro') + +def write_output(filename: str, k: str, v: float): + """ + print() and write the F1 score to the indicated output file + param filename: full path of the file, where to write to + param k: the name of the metric + param v: the value of the metric + return: None + """ + line = 'measure{{\n key: "{}"\n value: "{}"\n}}\n'.format(k, str(v)) + print(line) + open(filename, "w").write(line) + +def main(): + parser = argparse.ArgumentParser(description='Webpage classification | Evaluation: Compute F1 Score') + parser.add_argument("-p", "--predictions", help="path to the .jsonl file containing predictions", required=True) + parser.add_argument("-t", "--truth", help="path to the .jsonl file containing ground truth", required=True) + parser.add_argument("-o", "--output", help="path to the file to write the results to", required=True) + parser.add_argument("--evaluate-on-clueweb", action='store_true', help='Is the evaluation on the clueweb? (I.e., only two labels, Benign and Malicious)', required=False) + args = parser.parse_args() + + label_mapping = None + if args.evaluate_on_clueweb: + label_mapping = {"Benign": "Benign", "Malicious": "Malicious", "Adult": "Malicious"} + + # Read JSONL files + predictions = read_jsonl_file(args.predictions, 'prediction', label_mapping) + truth = read_jsonl_file(args.truth, 'label', label_mapping) + + # Ensure both dictionaries have the same UUIDs + if set(predictions.keys()) != set(truth.keys()): + print("Error: Some UUIDs in the Predictions and Truth files don't match.") + return + + # Compute F1 score + f1 = compute_f1_score(predictions, truth) + write_output(args.output, "f1_score", f1) + +if __name__ == "__main__": + main() + diff --git a/irixys23/webpage-classification/example-data/input/inputs.jsonl b/irixys23/webpage-classification/example-data/input/inputs.jsonl index 961a917..8eec5de 100644 --- a/irixys23/webpage-classification/example-data/input/inputs.jsonl +++ b/irixys23/webpage-classification/example-data/input/inputs.jsonl @@ -1,10 +1,10 @@ -{"uid": 22084230, "url": "http://www.bound.org/", "html": "\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n"} -{"uid": 22075699, "url": "http://www.furious.com/perfect/moondog.html", "html": "\\\\n\\\\nMoondog interview- Perfect Sound Forever\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n
\\\\n\\\\n
\"Perfect
\\\\n\\\\n\\\\n\\\\n

MOONDOG

\\\\n
\\\\n

Interview by Jason Gross (May 1998)

\\\\n\\\\nSome artists are just so unique that it\\\\'s hard to pin them down or make some kind of comparison to them. Louis Hardin (aka Moondog) is just this kind of artist. He\\\\'s been active for over a half a century with everyone from symphony orchestras to Janis Joplin and Julie Andrews (yes, the actress!) performing his work. His work includes orchestra and small combo compositions, poetry, theology (as you\\\\'ll see below) and theory- his latest release is the wonderful Sax Pax For A Sax (Atlantic). As he notes, because he works with more tonal (or traditional or melodic, if you want) structures for his work, he\\\\'s some of an outcast and an anomoly. The closest analogy might be Cecil Taylor- a classical-minded composer who\\\\'s drawn to jazz (or vice versa). No, that still doesn\\\\'t explain away someone as complex as Moondog so maybe it\\\\'s best to read on and let him explain for himself.\\\\n


\\\\n\\\\n\\\\nPSF: With Sax Pax For A Sax, you\\\\'ve said that Charlie Parker was a big influence on the music. To me, it sounds more like big-band swing though.

\\\\n\\\\nI\\\\'m into swing. I get that from the American Indians like the Sioux, the Arapahoe and the Apache. They have this drum-beat, heart-beat. Bom, bom, bom. They had the walking beat, which is slower, and the running beat, which is faster. I used that almost all the time on this record. I claim that swing came from them. If you listen to Indian music from the plains, you\\\\'ll hear that there\\\\'s a steady swing beat and the big tom-tom is syncopated with swing-type melodies.

\\\\n\\\\nI got that influence when I was six-years-old in Wyoming. My father took us to an Arapahoe Indian reservation. The chief let me sit on his lap and let me beat the tom-tom for the Sun Dance. So, that goes back to the early \\\\'20\\\\'s for me.

\\\\n\\\\nPSF: You\\\\'re talking about drum rhythms here and on that album, it seems like a lot of the music is based on that.

\\\\n\\\\nThe beat is always in the background. I sit down at my desk and write as I get different ideas and phrases. I don\\\\'t compose at a piano, it\\\\'s mostly in my head. The classical masters, like Mozart and Hayden, would sit at their desk and write a string quartet like somebody would write a letter.

\\\\n\\\\nThey\\\\'re trained that way and it\\\\'s the best way to write because you\\\\'re not limited by your technique on an instrument. 95% of my music is done that way. Sometimes I test things on the piano, if it\\\\'s a complicated rhythm or a harmony.

\\\\n\\\\n
PSF: How did the Sax Pax project come together?

\\\\n\\\\nThey recorded it in Bath, England, mostly London musicians. We had been doing some concerts before so we had some music at our fingers and then we just put it together. Sax Pax is a play on the word \\\\'pax,\\\\' meaning peace. Ironically, the sax was invented (Adolf) Sax to, what some would saw, compete with the brass in military bands. So \\\\'peace\\\\' and \\\\'military,\\\\' that\\\\'s a little play on words there. The oboes and flutes wouldn\\\\'t compete with the trumpets and trombones in a military band. But the saxophone is very loud though it\\\\'s been abused and misused a lot. Made it sounding almost comical at times by jazz musiciains but it has a serious side too.

\\\\n\\\\n
PSF: How so?

\\\\n\\\\nA lot of the jazz and rock did abuse the saxophone as far as I\\\\'m concerned. I think I gave the saxophone a better deal. It can do very noble things.

\\\\n\\\\n
PSF: You\\\\'ve spent over a half-century as a composer. What\\\\'s kept you motivated to work?

\\\\n\\\\nIt\\\\'s just a desire and an urge to write. I like to compose music, it comes very natural to me. I write a lot of verse too. I have more ideas than I can use. It takes a lot of time just to develop one idea. Ideas come very fast and easily for me.

\\\\n\\\\n
PSF: What do you draw inspiration from for your work?

\\\\n\\\\nSilence mostly. I find a quiet place where I can work. That\\\\'s why I do a lot of work at night. Being in Munster, I have more peace at night though there\\\\'s a lot of bell ringing here. I like bells but my god, they really go at it here. I also hear all kinds of sirens too but they all sound the same. When I was in New York, you could tell the difference but here they all sound the same to me. Ambulence, police and fire all have the same siren. When that\\\\'s going on, I can\\\\'t work because that interferes with my thinking.

\\\\n\\\\n
PSF: Are there any composers or musicians today that you see as being your peers?

\\\\n\\\\nI\\\\'m not in the field of atonal music at all. I\\\\'m strictly tonal so I feel kind of lonely. That seems to be the big thing now and I have to close my ears to that because it\\\\'s far away from tonality. That\\\\'s the big thing for me, tonality.

\\\\n\\\\nI find that a lot of pop music is (though I don\\\\'t agree with how they use it) tonal. They use the basic one-four-five harmonies and at least that\\\\'s tonal. When it comes to the rules of counterpoint, they don\\\\'t pay any attention to that. That\\\\'s my big forte, to follow the basic rules of counterpoint. Everything on that album is pretty counterpointal.

\\\\n\\\\n\\\\n
PSF: Outside of pop or jazz, are there any composers that are favorites of yours?

\\\\n\\\\nI listen a lot to Bach, Beethoven, Brahams and Mozart. When I was a very young boy, I lost my site and I was at a school for the blind. I heard my first classical records. One was Tchaikovsky\\\\'s Fourth, Beethoven\\\\'s Fifth and things like that. We had a school orchestra and we played some Mozart and we played some other people like that. I got to hear quite a bit of music then and then a lot more later on recordings and radio.

\\\\n\\\\n\\\\n
PSF: Your parents were missionaries. Do you think that might have had an effect on your work?

\\\\n\\\\nAs far as religion, I went along with what they said. I didn\\\\'t know any different until I was in my late teens. My sister began reading a lot of philosophy to me and that undermined my belief in Christianity. The Greek thinkers and Pythagorus had a big influence on me. Shakespeare had a big influence on me and I was impressed with what Newton did. Then I gave religion up completely. That Christian influence didn\\\\'t last very long.

\\\\n\\\\nPSF: Pythagorus was also very interested in music.\\\\n

\\\\nHis basic rules of tone relation are the basis of counterpoint. I follow those very religiously. Those are physical laws of the universe which cannot be altered- that\\\\'s the way they are and the way that tones and scales are put together.

\\\\n\\\\n
PSF: Another lasting influence from your childhood seems to be nursery rhymes as you\\\\'ve done some recording of these.

\\\\n\\\\nI was approached by Julie Lawrence to do the music for the Mother Goose album with Julie Andrews and Martin Green. That\\\\'s how I got into the nursery rhymes. It was nice working with Julie. That was before she became a star in MY FAIR LADY. I only got into it because of that record.

\\\\n\\\\n
PSF: Part of your hertiage is Scandanavian. I know that for a while you were wearing a Viking costume. Was that a way for you to show pride in your heritage?

\\\\n\\\\nIt started out differently. When I first got to New York and I was attending rehearsals of the Philharmonic, they wrote me up as \\\\'a man with the face of Christ.\\\\' I put up with that for a few years, getting compared with a monk or Christ, then I said \\\\'that\\\\'s enough, I don\\\\'t want that connection. I must do something about my appearance to make it look un-Christian.\\\\' At that time, I was studying the Norse and I felt much closer to that than Christianity so I\\\\'d do something to make it look more Nordic. That\\\\'s what was behind it.

\\\\n\\\\n\\\\n
PSF: When you were first in Manhattan, you were performing on the streets. Why did you decide to do that rather than working in a club or hall?

\\\\n\\\\nI made my living that way and I got exposure. It really worked because I hadn\\\\'t been on the streets for more than a few weeks of the fall of \\\\'49 when I was written up. By January of \\\\'50, I was sitting in the doorway of Spanish Music Center on Sixth Avenue (which isn\\\\'t there anymore) owned by Gabriel Oller. He said \\\\'I like the music you\\\\'re making. I made records. Would you like to make some singles?\\\\' We did three singles together and then I got other offers including a Columbia album. The first one was with a forty-piece orchestra that (producer) Al Brown got together. He really did a lot for me.

\\\\n\\\\n
PSF: At that time, you got to meet Arturo Toscanini and Leonard Bernstein also.

\\\\n\\\\nIt was strange about Lenny. I came to New York in November of \\\\'43 and the next day, I went to the Sunday broadcast at Carnegie Hall. I wanted to sit right in front, not realizing that Bernstein was making his debut. Within a few feet, he was standing there and I thought \\\\'I\\\\'m going to be the first one to applaud\\\\' because I knew it was going over coast-to-coast. I didn\\\\'t know I was giving him the first clap of his coast-to-coast debut.

\\\\n\\\\nJoseph Shuster was playing the cello solo in DON QUIXOTE and he saw me. A few days later, I was standing at the stage door entrance and the man there said \\\\'you\\\\'re not getting any farther.\\\\' There was an open door leading to where the musicians where and they were taking a break. Joseph came over to me and said \\\\'I saw you Sunday, would you like to go to rehearsals?\\\\' He came back with (Artur) Rodzinski, the conductor. He took me and said \\\\'you sit here and enjoy yourself.\\\\' So, for years, I was allowed to go to all rehearsals.

\\\\n\\\\nI talked to Bernstein later and I told him about all of that. We got very friendly. The last time I met him was in Sante Fe, New Mexico. He was having his shoes shined and I was out on the street. He said \\\\'what are you doing in Sante Fe? I\\\\'m on my way to Israel.\\\\' It was 1948, just when they were forming the nation.

\\\\n\\\\nRodzinski introduced me to Arturo Toscanini. I was so impressed that I bent over to kiss his hand. He pulled it away and said \\\\'I\\\\'m not a beautiful woman!\\\\' (laughs) When they left, Rodzinski said \\\\'Louis, remember this.\\\\' And a few years later, they were both dead. That was at Madison Square Garden where the NBC Orchestra and the Philharmonic did a joint concert together. Over a hundred musicians there.

\\\\n\\\\n
PSF: It\\\\'s amazing that in such a short amount of time, you went from playing on the streets to having symphonies perform your works. Was that a dizzying pace for you?

\\\\n\\\\nI had been working for it, even on the street. I had problems like with Alan Freed, the rock and roll king. He was coming out of Ohio, using my name and one of my singles \\\\'cause it had a howling wolf in it. Word got around that he wanted me to work with him but then he was calling himself Moondog. Then, when he came to New York, he had a program and was calling it the Moondog Show. I took him to court. He tried to settle out of court but I told him no. He said \\\\'you might lose\\\\' and I said \\\\'you might lose too.\\\\'

\\\\n\\\\nIn the meantime, Igor Stravinsky heard about this thing and he knew about me because he must have seen me at the Carnegie rehearsals. He called up the judge in the case and said \\\\'Do right by this man, he\\\\'s a good musician.\\\\' I don\\\\'t know if that decided the case or not but I won the case against Freed and he stopped using the name. On the radio, he said \\\\'I can\\\\'t use the name Moondog anymore so now it\\\\'s be the Rock and Roll Show.\\\\'

\\\\n\\\\n
PSF: You\\\\'re spent a lot of time writing about and working with canons. What\\\\'s your fasincation about this?

\\\\n\\\\nIt\\\\'s the interplay of one part against another but the parts must fit. When you write a piece, it may take a day to write it but then, composers, especially Bach, would put it aside and say \\\\'it\\\\'s finished.\\\\' But that\\\\'s when my work really begins. It\\\\'s note by note and in a sixteen part canon, there\\\\'s 120 possibilities of making a mistake between any two notes. That\\\\'s the most boring labor you can imagine, comparing note against note for a whole composition. If you find a mistake, you can\\\\'t just change the note, you have to change the whole phrase because of the musical grammatics. My music on this album (Sax Pax), there\\\\'s not one mistake in there. I use it on a lot of other things too.

\\\\n\\\\nOne other thing I like about canon is that you start with one voice and then you add first counterpoint, then the second and so forth. If it\\\\'s a nine part canon, then you have this build-up which leads up to a climax. Harmonic music doesn\\\\'t do that- they start out full blast and goes on. But this builds up and builds up. That\\\\'s what I like. A lot of people like that effect of the gradual build-up.

\\\\n\\\\n
PSF: I\\\\'ve heard that you\\\\'ve also had special instruments made for your work.

\\\\n\\\\nYes, I had a cabinet maker in New York who had built instruments for me. I\\\\'d give him the specifications and he\\\\'d do a beautiful job on it. For the street playing, I needed a special kind of drum down close to the ground. I didn\\\\'t have a chair there so I\\\\'d just squat down and played. I had them specially built on a triangular shape. First I had square drums but I liked the triangle shaped better- I called them trimbas. Then I had a little harp that I played with my left hand. I\\\\'d beat the other drum with a maraca.

\\\\n\\\\n\\\\n
PSF: You\\\\'ve called yourself a \\\\'European in exile\\\\' and you\\\\'d lived in Germany for about 25 years. What\\\\'s drawn you there?

\\\\n\\\\nI feel culturally and artistically closer to Europe than I do to America, although I was born there and I have fond memories of America. Especially Wyoming where I lived on ranch as a boy and had my horses. I was hunting and trapping and fishing. But New York has a big hold on me too. Europe is where my heart is, artistically with all the composers who have worked here and all the historical things that I\\\\'ve read about. It\\\\'s very fascinating.

\\\\n\\\\n
PSF: This is an interesting quote from you: \\\\'rhythmically I\\\\'m in the past. Melodically and harmonically, I\\\\'m in the present or avant-garde.\\\\' What did you mean by that?

\\\\n\\\\n\\\\'Rhythmically in the past,\\\\' that goes back to the Indians. Even counterpoint comes out of the past. It\\\\'s goes back to 1100 or 1200. Harmoncially, my music is the same as Bach and Beethoven and Brahms and those people. No difference really. Rhythmically, it also goes back to the past- the swing rhythms of the Indians. You really couldn\\\\'t find anything more syncopated. If you get a chance, listen to some Sioux Indian recordings or Cheyenne or Blackfoot Indians. You see how syncopated their rhythms are.

\\\\n\\\\n\\\\n
PSF: You\\\\'re putting together a book of poetry now, right?

\\\\n\\\\nI started writing couplets in the \\\\'50\\\\'s. First, there were seven foot, which what\\\\'s called iambic septameter. The normal couplet is iambic pentameter but those lines are too short to get my ideas out. I\\\\'ve written a lot in nonameter, which is nine iambic feet to a line.

\\\\n\\\\n
PSF: You\\\\'re also working on Overtone Tree?

\\\\n\\\\nThat\\\\'s one of my symphonies that I\\\\'ve been working on for twenty years. I finally got it finished now. I\\\\'ve been doing a lot of other work but this is a major work. I don\\\\'t expect that it\\\\'ll be ever played. It\\\\'ll probably be buried with me. It\\\\'s written for four conductors- one main conductor and three assitants because at one time, there may be as many as sixty or seventy parts going and one conductor can\\\\'t hanlde that. It\\\\'s all counterpointal. So each conductor would have his own score and be in charge of a certain section of the orchestra. It\\\\'s based on the first nine overtones and I tried that as a theme in \\\\'73 on the northwest corner of 55th Street and Sixth Avenue- that\\\\'s where I got the idea to use overtones as a theme. After I worked on it, I went to Europe. I was in Hamburg in \\\\'75 and I was working on the overtones and I finally realized that I had something interesting here. It was a code. I didn\\\\'t know it was a code but I cracked the code and found out how to develop it. Ten years later, I found out what it was. I wasn\\\\'t looking for a code.

\\\\n\\\\nThat code proves that not only whoever created the universe does exist but he, I call him the mega-mind, wants us to know he exists. Within this code, it also proves that contraction must come before expansion. It also proves that a cause can become an effect and an effect can become a cause. It proves the two-directionality of time. It proves that the past is the future and the future is the past. All this flys in the face of what Hubble did, saying that there was a big bang and an expansion of the universe. His is a theory but mine is a fact. A fact incontrovertable, as I call it. They talked about these theories of mine on National Public Radio.

\\\\n\\\\n
PSF: Are you planning to tour and do performances again?

\\\\n\\\\nThere\\\\'s nothing that I\\\\'d like to do more. I have a 26-piece big band in England. They appeared at the Queen Elizabeth Hall, Elvis Costello put it on in \\\\'95. We got great reviews. I got great musicians- you can\\\\'t imagine how great these guys are. They cost so much so I haven\\\\'t got any work. It\\\\'s such an expensive bunch. It\\\\'s the Saxophonic plus the London Brass, they\\\\'re world famous. They liked me very much and they said \\\\'we hope we have the chance to work with you again.\\\\' But it would cost about 50,000 to bring them over. At least we made a recording of it.


\\\\n\\\\n\\\\nAnd now Moondog turns the tables for a theological discussion.

\\\\n\\\\nMOONDOG: I have a question for you. How do you feel about Christianity monopolizing the passing of time, when the Pope and the Church decided to stop the old Roman calendar of the Caesars and start all over again? How do you feel about how every religion must march to the Christian calendar?

\\\\n\\\\nJASON: I\\\\'m Jewish actually.

\\\\n\\\\nMOONDOG: I know but how do you feel about it?

\\\\n\\\\nJASON: I\\\\'ve always thought that it was pretty crazy that we had to decide to carve up time into such exact pieces. I never cared much for the Pope or the church.

\\\\n\\\\nMOONDOG: Well, I\\\\'m starting it all over again, going back 10,000 years, into the Ice Age or the Inter-Glacial Period when farming and civilization began. Starting there a new calendar. So by the time that Christ was born, it comes to (the year) 8001. This year will be 9998 and next year will be 10,000. All the numbers are going forward for all religions and, here\\\\'s one for you, Chirst was born 5 B.C. so his date would be 8996. I don\\\\'t know an exact date for Moses but he\\\\'s figured in there roughly. I can\\\\'t find a date for Abraham though. But I\\\\'m putting in things like that.

\\\\n\\\\nJASON: That might be tough to figure out. They didn\\\\'t always keep the birth certificates on floppies back then.

\\\\n\\\\n
\\\\n\\\\n

See some of Moondog\\\\'s favorite music

\\\\n\\\\nAlso, see some of his explanations of his theories on the Common Calendar and Canons\\\\n

\\\\n\\\\n\\\\n\\\\n
\\\\n
\\\\n\\\\n\\\\n


\\\\n

\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n
MAIN PAGEARTICLESSTAFF/FAVORITE MUSICLINKSWRITE US
\\\\n
\\\\n\\\\n\\\\n"} -{"uid": 22014284, "url": "http://vid18.net/video/gaggedandsmackedwhore", "html": " - XXX Video, Porn Tube, Free Sex Movies - Vid18.Net
Sponsored Watch and download free HD Porn Videos

\"Click


Link
Embed
© 2023 Free Videos 18+

"} -{"uid": 22070542, "url": "https://www.wurb.com/if/game/922", "html": "b\"Baf's Guide is currently down. Please try again later.\\\\n\""} -{"uid": 22040149, "url": "https://www.afropoets.net/jaynecortez.html", "html": "\\\\r\\\\n\\\\r\\\\n\\\\r\\\\n\\\\r\\\\n\\\\r\\\\n\\\\r\\\\n\\\\r\\\\njayne cortez, jayne cortez poetry, jayne cortez poem, jayne cortez poem There It Is, jayne cortez poem In The Morning - Welcome to African American Writer Jayne Cortez Poems Page. Collection of poems written by Black Writer Jayne Cortez can be found here. Picture, bio, poems, and so on. jayne cortez poem I am New York City, jayne cortez poem Jazz Fan Looks Back, jayne cortez poem PUSH BACK THE CATASTROPHES\\\\r\\\\n\\\\r\\\\n\\\\r\\\\n\\\\r\\\\n\\\\r\\\\n\\\\r\\\\n\\\\r\\\\n\\\\r\\\\n\\\\r\\\\n \\\\r\\\\n\\\\r\\\\n\\\\r\\\\n\\\\r\\\\n\\\\r\\\\n\\\\r\\\\n\\\\t \\\\r\\\\n\\\\t
\\\\r\\\\n\\\\t
\\\\r\\\\n\\\\t \"AfroPoets.Net
\\\\r\\\\n\\\\t
\\\\r\\\\n\\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n\\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n\\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n\\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n
\\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n
\\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n
\\\\r\\\\n

 Jayne Cortez

\\\\r\\\\n
\\\\r\\\\n
\\\\r\\\\n \\\\r\\\\n
\\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n
\\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n
\\\\r\\\\n
AfroPoets Famous Black Writers
\\\\r\\\\n
\\\\r\\\\n  o\\\\r\\\\n Home\\\\r\\\\n
\\\\r\\\\n  o\\\\r\\\\n Poetry Board\\\\r\\\\n
\\\\r\\\\n  o\\\\r\\\\n PoeticQ.com - Famous Poets Gallery\\\\r\\\\n
\\\\r\\\\n
\\\\r\\\\n
\\\\r\\\\n \\\\r\\\\n
\\\\r\\\\n\\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n
\\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n
\\\\r\\\\n  Picture\\\\r\\\\n
\\\\r\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t
\\\\r\\\\n
\\\\r\\\\n \"Jayne\\\\r\\\\n
\\\\r\\\\n
\\\\r\\\\n
\\\\r\\\\n
\\\\r\\\\n \\\\r\\\\n
\\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n
\\\\r\\\\n\\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n
\\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n
\\\\r\\\\n

\\\\r\\\\n Brief Bio\\\\r\\\\n

\\\\r\\\\n \\\\r\\\\n

\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t \\\\r\\\\n\\\\r\\\\nJayne Cortez was born in Arizona, grew up in Los Angeles, California, and currently lives in New York City. She is the author of ten books of poems and has performed her poetry with music on nine recordings. Her poetry is celebrated for its political, surrealistic, dynamic innovations in lyricism, and visceral sound. \\\\r\\\\n\\\\r\\\\n

\\\\r\\\\nCortez has presented her works and ideas at universities, museums, and festivals including: the Museum of Modern Art New York, UNESCO. Paris, the Berlin Jazz Festival, Germany, 11 Perfil da Literatura, Sao Paulo, Brazil,. Fourth World Congress on Women, Beijing, China, the Arts Alive International Festival, Johannesburg, South Africa, Banlieues Bleues Festival, France, Tampere Happening, Finland and New York University. \\\\r\\\\n\\\\r\\\\n

\\\\r\\\\nHer poems have been translated into many languages and widely published in anthologies, journals, and magazines including: Post Modern American Poetry, Daughters of Africa, Poems for the Millennium, The Jazz Poetry Anthology, Surrealist Women, Sulfur, Black Scholar, Presence Africaine and Mother Jones. She is the recipient of several awards: Arts International, New York Foundation on the Arts, the National Endowment for the Arts, the International African Festival Award, the Langston Hughes Award, and the American Book Award. \\\\r\\\\n\\\\r\\\\n

\\\\r\\\\nCortez appears in the Canadian film \\\\'Poetry in Motion\\\\' and the music video \"Nelson Mandela is Coming\" produced by Globalvision. Her poem \"I Am New York City\" was used as the theme for \"Honor\" an episode of the Fox Television series \"Tribeca. \" She is also on screen in the film \"Women In Jazz.\" Her most recent books are \"Somewhere in Advance of Nowhere\" published by Serpent\\\\'s Tail/ High Risk Books, and soon to be released \"Jazz Fan Looks Back\" published by Hanging Loose Press. \\\\r\\\\n\\\\r\\\\n\\\\r\\\\nHer work as activist and organizer is typified by her presidency of the Organization of Women Writers of Africa, her coordination of the Yari Yari International Conference of Women Writers of African Descent, NYU, the direction of the film Yari Yari, her organization of the 1999 international symposium \"Slave Routes: The Long Memory,\" and her participation in the Round Table: Dialogue Among Civilizations at the United Nations Millennium Summit 2000.\\\\r\\\\n\\\\r\\\\n

\\\\r\\\\n\"The Dictionary of Literary Biography\" asserts that Cortez has distinguished herself as \"a creative artist uniquely able to reach audiences for whom books of poetry have little appeal.\" And critic Barbara Christian notes, Cortez \"has forged connections in her work that help us see how our histories are related. The result is a poetry as wide in its scope as it is compelling in its craft.\"\\\\r\\\\n \\\\r\\\\n

\\\\r\\\\n

\\\\r\\\\n Poems - 10 in all

\\\\r\\\\n \\\\r\\\\n

\\\\r\\\\n\\\\r\\\\n
Jayne Cortez
\\\\r\\\\n\\\\r\\\\n
Poetry\\\\r\\\\n\\\\r\\\\n
SUMMIT\\\\r\\\\n\\\\r\\\\n
There It Is\\\\r\\\\n\\\\r\\\\n
MAKE IFA\\\\r\\\\n\\\\r\\\\n
Rose Solitude\\\\r\\\\n\\\\r\\\\n
In The Morning\\\\r\\\\n\\\\r\\\\n
I am New York City\\\\r\\\\n\\\\r\\\\n
Jazz Fan Looks Back\\\\r\\\\n\\\\r\\\\n
Under the Edge of February\\\\r\\\\n\\\\r\\\\n
PUSH BACK THE CATASTROPHES\\\\r\\\\n\\\\r\\\\n

\\\\r\\\\n\\\\r\\\\n
\\\\r\\\\n
\\\\r\\\\n \\\\r\\\\n\\\\r\\\\n
\\\\r\\\\n \\\\r\\\\n\\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n
\\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n
\\\\r\\\\n \\\\r\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t
\\\\r\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t
\\\\r\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\r\\\\n : Copyright © 2003-2022 : Site Maintained By MrAfrica@AfroPoets.Net :\\\\r\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\r\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t
\\\\r\\\\n\\\\r\\\\n

\\\\r\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\r\\\\n
\\\\r\\\\n
\\\\r\\\\n \\\\r\\\\n\\\\r\\\\n
\\\\r\\\\n
\\\\r\\\\n \\\\r\\\\n
\\\\r\\\\n \\\\r\\\\n\\\\r\\\\n \\\\r\\\\n
\\\\r\\\\n \\\\r\\\\n\\\\r\\\\n\\\\r\\\\n\\\\r\\\\n\\\\r\\\\n"} -{"uid": 22101207, "url": "https://www.keeate.com/app/index.php/privacypolicy/index/c7baef8e-be2f-4124-a52d-3c955c27f3b4", "html": "\\\\n\\\\n \\\\n Privacy Policy - \\\\n<div style=\"border:1px solid #990000;padding-left:20px;margin:0 0 10px 0;\">\\\\n\\\\n<h4>A PHP Error was encountered</h4>\\\\n\\\\n<p>Severity: Notice</p>\\\\n<p>Message: Trying to get property \\\\'title\\\\' of non-object</p>\\\\n<p>Filename: privacy_policy/index.php</p>\\\\n<p>Line Number: 4</p>\\\\n\\\\n\\\\n</div>\\\\n \\\\n \\\\n\\\\n \\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n \\\\n\\\\n\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n\\\\n \\\\n \\\\n \\\\n \\\\n
\\\\n
\\\\n

Privacy Policy for \\\\n
\\\\n\\\\n

A PHP Error was encountered

\\\\n\\\\n

Severity: Notice

\\\\n

Message: Trying to get property \\\\'title\\\\' of non-object

\\\\n

Filename: privacy_policy/index.php

\\\\n

Line Number: 65

\\\\n\\\\n\\\\n
application

\\\\n This application collects some personal data from its users.\\\\n \\\\n
\\\\n
\\\\n
\\\\n
\\\\n \\\\n\\\\n

A PHP Error was encountered

\\\\n\\\\n

Severity: Notice

\\\\n

Message: Trying to get property \\\\'home_icon_512_image\\\\' of non-object

\\\\n

Filename: privacy_policy/index.php

\\\\n

Line Number: 72

\\\\n\\\\n\\\\n
\\\\n
\\\\n\\\\n

A PHP Error was encountered

\\\\n\\\\n

Severity: Notice

\\\\n

Message: Trying to get property \\\\'o\\\\' of non-object

\\\\n

Filename: privacy_policy/index.php

\\\\n

Line Number: 72

\\\\n\\\\n\\\\n
\\\\' style=\\\\'width: 150px;\\\\'/>\\\\n \\\\n
\\\\n
\\\\n \\\\n
Personal data collected for the following purposes and using the following services:
\\\\n \\\\n
\\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n
\\\\n
\\\\n \\\\n Last updated: Mar 20, 2023 \\\\n
\\\\n \\\\n
\\\\n \\\\n This privacy policy was created by \"Keeate\"\\\\n \\\\n
\\\\n
\\\\n
\\\\n \\\\n \\\\n \\\\n\\\\n\\\\n \\\\n \\\\n\\\\n\\\\n"} -{"uid": 22022604, "url": "https://muckrack.com/andrew-kaczynski", "html": "\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n\\\\n \\\\n Andrew Kaczynski\\\\xe2\\\\x80\\\\x99s Profile | CNN Journalist | Muck Rack\\\\n \\\\n\\\\n \\\\n \\\\n \\\\n\\\\n \\\\n \\\\n \\\\n \\\\n\\\\n \\\\n \\\\n\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n\\\\n \\\\n \\\\n\\\\n \\\\n \\\\n \\\\n \\\\n\\\\n\\\\n \\\\n \\\\n \\\\n\\\\n\\\\n \\\\n\\\\n \\\\n \\\\n\\\\n \\\\n \\\\n \\\\n \\\\n\\\\n\\\\n\\\\n\\\\n \\\\n \\\\n \\\\n \\\\n\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n\\\\n \\\\n \\\\n\\\\n \\\\n \\\\n\\\\n \\\\n \\\\n\\\\n \\\\n \\\\n\\\\n \\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n \\\\n\\\\n\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n\\\\n \\\\n\\\\n \\\\n \\\\n \\\\n
\\\\n
\\\\n \\\\n \\\\n \\\\n \"Muck\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n\\\\n\\\\n\\\\n
\\\\n
\\\\n
\\\\n\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n \\\\n\\\\n \\\\n
\\\\n
\\\\n
\\\\n \\\\n
\\\\n \\\\n
\\\\n\\\\n \\\\n
\\\\n
\\\\n
\\\\n
\\\\n
\\\\n \\\\n \\\\n \\\\n\\\\n\\\\n\\\\n \\\\n\\\\n\\\\n\\\\n \\\\n\\\\n\\\\n\\\\n\\\\n
\\\\n
\\\\n
\\\\n
\\\\n
\\\\n \\\\n\\\\n\\\\n
\\\\n
\\\\n \\\\n \\\\n \\\\n \\\\n
\\\\n\\\\n \\\\n
\\\\n\\\\n\\\\n \\\\n\\\\n
\\\\n
\\\\n
\\\\n
\\\\n

\\\\n \\\\n Andrew Kaczynski\\\\n \\\\n

\\\\n \\\\n \\\\n Verified\\\\n \\\\n \\\\n\\\\n \\\\n\\\\n \\\\n
\\\\n \\\\n \\\\n
\\\\n \\\\n\\\\n
\\\\n \\\\n \\\\n
    \\\\n \\\\n \\\\n
  • \\\\n
    Editor and Reporter, KFile, CNN
    \\\\n
  • \\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n\\\\n \\\\n\\\\n \\\\n
\\\\n \\\\n
\\\\n Politics, \\\\n \\\\n U.S.\\\\n
\\\\n
\\\\n \\\\n
\\\\n \\\\n\\\\n \\\\n
\\\\n As seen in: \\\\n CNN, \\\\n \\\\n \\\\n CNN Business, \\\\n \\\\n \\\\n CNN en Espa\\\\xc3\\\\xb1ol, \\\\n \\\\n \\\\n Forbes, \\\\n \\\\n \\\\n Medium, \\\\n \\\\n \\\\n MSN, \\\\n \\\\n \\\\n MSN Canada, \\\\n \\\\n \\\\n The New York Times, \\\\n \\\\n \\\\n HuffPost, \\\\n \\\\n \\\\n Washington Post Opinions, \\\\n \\\\n \\\\n BuzzFeed\\\\n and more\\\\n
\\\\n \\\\n \\\\n \\\\n
\\\\n
\\\\n
\\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n CNN reporter\\\\xf0\\\\x9f\\\\x8e\\\\x97Beans & Tali's dad. Founder of @TeamBeansFund, raising money for childhood cancer in Beans' memory. Andrew.w.Kaczynski@gmail.com \\\\xf0\\\\x9f\\\\x87\\\\xa6\\\\xf0\\\\x9f\\\\x87\\\\xb1 \\\\xf0\\\\x9f\\\\x87\\\\xb5\\\\xf0\\\\x9f\\\\x87\\\\xb1\\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n
\\\\n
\\\\n\\\\n
\\\\n \\\\n
\\\\n \\\\n
\\\\n Is this you? As a journalist, you can create a free Muck Rack account to customize your profile, list your contact preferences, and upload a portfolio of your best work.\\\\n \\\\n Claim your profile\\\\n \\\\n
\\\\n \\\\n
\\\\n \\\\n
\\\\n\\\\n\\\\n \\\\n\\\\n \\\\n \\\\n \\\\n\\\\n
\\\\n
\\\\n

Get in touch with Andrew

\\\\n

Contact Andrew, search articles and Tweets, monitor coverage, and track replies from one place.

\\\\n \\\\n Learn more about Muck Rack\\\\n
\\\\n
\\\\n\\\\n\\\\n \\\\n
\\\\n
\\\\n

Contact

\\\\n \\\\n
\\\\n
\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n\\\\n
\\\\n \\\\n \\\\n \\\\n\\\\n\\\\n\\\\n\\\\n
\\\\n
\\\\n \\\\n Website\\\\n \\\\n \\\\n
\\\\n
\\\\n \\\\n\\\\n
\\\\n\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n\\\\n\\\\n\\\\n\\\\n
\\\\n
\\\\n \\\\n Blog\\\\n \\\\n \\\\n
\\\\n
\\\\n \\\\n\\\\n
\\\\n\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n\\\\n\\\\n\\\\n\\\\n
\\\\n
\\\\n \\\\n Twitter\\\\n \\\\n \\\\n
\\\\n
\\\\n \\\\n\\\\n
\\\\n\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n\\\\n\\\\n\\\\n\\\\n
\\\\n
\\\\n \\\\n Facebook\\\\n \\\\n \\\\n
\\\\n
\\\\n \\\\n\\\\n
\\\\n\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n\\\\n\\\\n\\\\n\\\\n
\\\\n
\\\\n \\\\n LinkedIn\\\\n \\\\n \\\\n
\\\\n
\\\\n \\\\n\\\\n
\\\\n\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n\\\\n\\\\n\\\\n\\\\n
\\\\n
\\\\n \\\\n Instagram\\\\n \\\\n \\\\n
\\\\n
\\\\n \\\\n\\\\n
\\\\n\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n\\\\n\\\\n\\\\n\\\\n
\\\\n
\\\\n \\\\n YouTube\\\\n \\\\n \\\\n
\\\\n
\\\\n \\\\n\\\\n
\\\\n\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n\\\\n\\\\n\\\\n\\\\n
\\\\n
\\\\n \\\\n Snapchat\\\\n \\\\n \\\\n
\\\\n
\\\\n \\\\n\\\\n
\\\\n\\\\n \\\\n \\\\n \\\\n \\\\n
\\\\n\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n
\\\\n
\\\\n\\\\n \\\\n \\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n \\\\n\\\\n \\\\n\\\\n\\\\n\\\\n \\\\n\\\\n\\\\n\\\\n \\\\n\\\\n \\\\n\\\\n\\\\n
\\\\n
\\\\n

\\\\n \\\\n Articles\\\\n \\\\n

\\\\n \\\\n \\\\n \\\\n Search Articles\\\\n \\\\n \\\\n
\\\\n
\\\\n \\\\n \\\\n \\\\n\\\\n\\\\n
\\\\n \\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n

\\\\n \\\\n DeSantis, who blamed diversity initiatives for Silicon Valley Bank's downfall, pushed for rollback of bank regulations under renewed scrutiny\\\\n \\\\n

\\\\n\\\\n
\\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n \\\\n By Steve Contorno and Andrew Kaczynski, CNNIn the wake of Silicon Valley Bank\\\\xe2\\\\x80\\\\x99s demise, Florida Gov. Ron DeSantis pointed fingers at several culprits, including the company\\\\xe2\\\\x80\\\\x99s diversity initiatives and federal regulators who he said \\\\xe2\\\\x80\\\\x9calways seem to whiff\\\\xe2\\\\x80\\\\x9d at preventing a financial crisis. But left out of DeSantis\\\\xe2\\\\x80\\\\x99 comments was his own record on banking regulations.\\\\n \\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n \\\\n
\\\\n\\\\n\\\\n \\\\n
\\\\n\\\\n\\\\n \\\\n \\\\n\\\\n\\\\n
\\\\n \\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n

\\\\n \\\\n DeSantis, who blamed diversity initiatives for Silicon Valley Bank's downfall, pushed for rollback of bank regulations under renewed scrutiny\\\\n \\\\n

\\\\n\\\\n
\\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n \\\\n In the wake of Silicon Valley Bank's demise, Florida Gov. Ron DeSantis pointed fingers at several culprits, including the company's diversity initiatives and federal regulators who he said "always seem to whiff" at preventing a financial crisis. But left out of DeSantis' comments was his own record on banking regulations.\\\\n \\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n \\\\n
\\\\n\\\\n\\\\n \\\\n
\\\\n\\\\n\\\\n \\\\n \\\\n\\\\n\\\\n
\\\\n \\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n

\\\\n \\\\n DeSantis, who blamed diversity initiatives for Silicon Valley Bank's downfall, pushed for rollback of bank regulations under renewed scrutiny\\\\n \\\\n

\\\\n\\\\n
\\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n \\\\n In the wake of Silicon Valley Bank's demise, Florida Gov. Ron DeSantis pointed fingers at several culprits, including the company's diversity initiatives and federal regulators who he said "always seem to whiff" at preventing a financial crisis. But left out of DeSantis' comments was his own record on banking regulations.\\\\n \\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n \\\\n
\\\\n\\\\n\\\\n \\\\n
\\\\n\\\\n\\\\n \\\\n \\\\n \\\\n
\\\\n
\\\\n\\\\n\\\\n \\\\n\\\\n\\\\n
\\\\n
\\\\n

Twitter Feed

\\\\n \\\\n \\\\n \\\\n Search Tweets\\\\n \\\\n \\\\n
\\\\n
\\\\n

@KFILE — 432,346 followers, 13,233 tweets

\\\\n \\\\n\\\\n\\\\n\\\\n \\\\n\\\\n \\\\n \\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n \\\\n\\\\n \\\\n
\\\\n
\\\\n \\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n
\\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n Andrew Kaczynski\\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n
\\\\n
\\\\n
\\\\n \\\\n
\\\\n \\\\n \\\\n Mar 20, 2023\\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n
\\\\n
\\\\n \\\\n
\\\\n \\\\n
\\\\n \\\\n @CheeseWhiz my grandfather was Arbereshe Albanian and Irish so it always rounds out to something around there on Ancestry depending on the update pic.twitter.com/uNP4vnwkbe\\\\n \\\\n
\\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n
\\\\n\\\\n
\\\\n\\\\n\\\\n \\\\n \\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n \\\\n\\\\n \\\\n
\\\\n
\\\\n \\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n
\\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n Andrew Kaczynski\\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n
\\\\n
\\\\n
\\\\n \\\\n
\\\\n \\\\n \\\\n Mar 19, 2023\\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n
\\\\n
\\\\n \\\\n
\\\\n \\\\n
\\\\n \\\\n Quite the scene in the Signature Bank collapse, in which total panic just spread in these WhatsApp groups.\\\\n\\\\n https://www.wsj.com/articles/signature-banks-quirky-mix-of-customers-fueled-its-rise-and-hastened-its-fall-8bc10cd2 \\\\xe2\\\\x80\\\\xa6 pic.twitter.com/8uN9q1C8Dn\\\\n \\\\n
\\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n
\\\\n\\\\n
\\\\n\\\\n\\\\n \\\\n \\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n \\\\n\\\\n \\\\n
\\\\n
\\\\n \\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n
\\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n Andrew Kaczynski\\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n
\\\\n
\\\\n
\\\\n \\\\n
\\\\n \\\\n \\\\n Mar 19, 2023\\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n
\\\\n
\\\\n \\\\n
\\\\n \\\\n
\\\\n \\\\n One of our friends gifted us this Sesame Street book about love for Talia. And it always reminds me of her big sister when reading it. Life is amazing but it can be so fragile in how precious it is. pic.twitter.com/3IsCK4qb3W\\\\n \\\\n
\\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n
\\\\n\\\\n
\\\\n\\\\n\\\\n \\\\n \\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n \\\\n\\\\n \\\\n
\\\\n
\\\\n \\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n
\\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n Andrew Kaczynski\\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n
\\\\n
\\\\n
\\\\n \\\\n
\\\\n \\\\n \\\\n Mar 19, 2023\\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n
\\\\n
\\\\n \\\\n
\\\\n \\\\n
\\\\n \\\\n Celebrating my 16% Irish heritage pic.twitter.com/ypUtaFYF3M\\\\n \\\\n
\\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n
\\\\n\\\\n
\\\\n\\\\n\\\\n \\\\n \\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n \\\\n\\\\n \\\\n
\\\\n
\\\\n \\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n
\\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n Andrew Kaczynski\\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n
\\\\n
\\\\n
\\\\n \\\\n
\\\\n \\\\n \\\\n Mar 19, 2023\\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n
\\\\n
\\\\n \\\\n
\\\\n \\\\n
\\\\n \\\\n often think about the discontinued Dunkin Donuts mascot pic.twitter.com/JG1ogHCgTk\\\\n \\\\n
\\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n
\\\\n\\\\n
\\\\n\\\\n\\\\n \\\\n\\\\n \\\\n\\\\n
\\\\n Show More\\\\n
loading
\\\\n
\\\\n\\\\n\\\\n\\\\n\\\\n
\\\\n
\\\\n\\\\n\\\\n \\\\n\\\\n \\\\n\\\\n\\\\n\\\\n \\\\n \\\\n
\\\\n
\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n\\\\n\\\\n\\\\n \\\\n\\\\n\\\\n\\\\n \\\\n \\\\n
\\\\n
\\\\n

Contact

\\\\n \\\\n
\\\\n
\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n\\\\n
\\\\n \\\\n \\\\n \\\\n\\\\n\\\\n\\\\n\\\\n
\\\\n
\\\\n \\\\n Website\\\\n \\\\n \\\\n
\\\\n
\\\\n \\\\n\\\\n
\\\\n\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n\\\\n\\\\n\\\\n\\\\n
\\\\n
\\\\n \\\\n Blog\\\\n \\\\n \\\\n
\\\\n
\\\\n \\\\n\\\\n
\\\\n\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n\\\\n\\\\n\\\\n\\\\n
\\\\n
\\\\n \\\\n Twitter\\\\n \\\\n \\\\n
\\\\n
\\\\n \\\\n\\\\n
\\\\n\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n\\\\n\\\\n\\\\n\\\\n
\\\\n
\\\\n \\\\n Facebook\\\\n \\\\n \\\\n
\\\\n
\\\\n \\\\n\\\\n
\\\\n\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n\\\\n\\\\n\\\\n\\\\n
\\\\n
\\\\n \\\\n LinkedIn\\\\n \\\\n \\\\n
\\\\n
\\\\n \\\\n\\\\n
\\\\n\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n\\\\n\\\\n\\\\n\\\\n
\\\\n
\\\\n \\\\n Instagram\\\\n \\\\n \\\\n
\\\\n
\\\\n \\\\n\\\\n
\\\\n\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n\\\\n\\\\n\\\\n\\\\n
\\\\n
\\\\n \\\\n YouTube\\\\n \\\\n \\\\n
\\\\n
\\\\n \\\\n\\\\n
\\\\n\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n\\\\n\\\\n\\\\n\\\\n
\\\\n
\\\\n \\\\n Snapchat\\\\n \\\\n \\\\n
\\\\n
\\\\n \\\\n\\\\n
\\\\n\\\\n \\\\n \\\\n \\\\n \\\\n
\\\\n\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n
\\\\n
\\\\n\\\\n \\\\n \\\\n\\\\n
\\\\n
\\\\n

Get in touch with Andrew

\\\\n

Contact Andrew, search articles and Tweets, monitor coverage, and track replies from one place.

\\\\n \\\\n Learn more about Muck Rack\\\\n
\\\\n
\\\\n\\\\n\\\\n \\\\n\\\\n \\\\n\\\\n\\\\n\\\\n \\\\n\\\\n\\\\n\\\\n
\\\\n
\\\\n \\\\n \\\\n\\\\n\\\\n \\\\n \\\\n\\\\n \\\\n \\\\n\\\\n \\\\n \\\\n \\\\n \\\\n\\\\n\\\\n\\\\n \\\\n\\\\n\\\\n\\\\n \\\\n \\\\n
\\\\n\\\\n\\\\n \\\\n \\\\n\\\\n \\\\n \\\\n \\\\n \\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n \\\\n\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n\\\\n \\\\n \\\\n\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n \\\\n \\\\n \\\\n \\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n \\\\n \\\\n\\\\n \\\\n \\\\n\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n\\\\n \\\\n \\\\n\\\\n \\\\n\\\\n \\\\n \\\\n \\\\n\\\\n \\\\n\\\\n \\\\n \\\\n\\\\n \\\\n \\\\n \\\\n\\\\n"} -{"uid": 21998788, "url": "https://www.pn-wuppertal.de/links/2-linkseite/6-httpwwwpalliativ-portalde", "html": "\\\\xef\\\\xbb\\\\xbf\\\\n\\\\n\\\\n \\\\n \\\\n\\\\t\\\\n\\\\t\\\\n\\\\t\\\\n\\\\t\\\\n\\\\tLinks\\\\n\\\\t\\\\n\\\\t\\\\n\\\\t\\\\n\\\\n\\\\n\\\\t\\\\t\\\\n\\\\t\\\\t\\\\n\\\\t\\\\t\\\\n\\\\t\\\\t\\\\n\\\\t\\\\t\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n
\\\\n\\\\t
\\\\n\\\\t\\\\t
\\\\n\\\\t\\\\t
\\\\n\\\\t\\\\t\\\\t
\\\\n\\\\t\\\\t\\\\t\\\\t
\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t
\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t
\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t
\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t
\\\\n\\\\t\\\\t\\\\t\\\\t
\\\\n\\\\t\\\\t\\\\t
\\\\n\\\\t\\\\t\\\\t
\\\\n\\\\t\\\\t\\\\t
    \\\\n\\\\t
  • \"Schrift
  • \\\\n\\\\t\\\\t
  • \"Standard
  • \\\\n\\\\t\\\\t
  • \"Schrift
  • \\\\n\\\\t\\\\t
\\\\n\\\\t\\\\t\\\\t
\\\\t\\\\t
\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t
\\\\n\\\\t
\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t
\\\\nHome \\\\xc2\\\\xbb Links
\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t
 
\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t
\\\\n\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t
\\\\n\\\\t\\\\t\\\\t\\\\t
\\\\n\\\\t
\\\\n
\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t
\\\\r\\\\n\\\\t\\\\r\\\\n\\\\t
\\\\r\\\\n\\\\t\\\\t

\\\\r\\\\n\\\\t\\\\t\\\\thttp://www.dgpalliativmedizin.de\\\\t\\\\t

\\\\r\\\\n\\\\t
\\\\r\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t
\\\\r\\\\n\\\\t\\\\t\\\\r\\\\n\\\\t\\\\t\\\\thttp://www.dgpalliativmedizin.de\\\\t\\\\t\\\\r\\\\n\\\\t\\\\t

Deutsche Gesellschaft f\\\\xc3\\\\xbcr Palliativmedizin e.V. (DGP)

\\\\t
\\\\r\\\\n\\\\t\\\\t
\\\\r\\\\n
\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t
\\\\n\\\\n\\\\t\\\\t\\\\t
\\\\n\\\\t\\\\t
\\\\n\\\\t\\\\t
\\\\n\\\\t\\\\t\\\\t
\\\\n\\\\t\\\\t\\\\t
\\\\n\\\\t\\\\t
\\\\n\\\\t\\\\t
\\\\n\\\\t
\\\\n
\\\\n
\\\\nCopyright © 2023 Palliativ Netzwerk Wuppertal e.V. Alle Rechte vorbehalten.\\\\n
\\\\n
\\\\n\\\\n\\\\n\\\\n\\\\n"} -{"uid": 22041498, "url": "http://www.network54.com/hide/forum/169571", "html": ""} -{"uid": 22072890, "url": "http://www.botany.hawaii.edu/faculty/carr/images/wik_oah.jpg", "html": "\\\\xff\\\\xd8\\\\xff\\\\xe0\\\\x00\\\\x10JFIF\\\\x00\\\\x01\\\\x02\\\\x01\\\\x00H\\\\x00H\\\\x00\\\\x00\\\\xff\\\\xe1\\\\x13\\\\xabExif\\\\x00\\\\x00MM\\\\x00*\\\\x00\\\\x00\\\\x00\\\\x08\\\\x00\\\\x07\\\\x01\\\\x12\\\\x00\\\\x03\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x01\\\\x00\\\\x00\\\\x01\\\\x1a\\\\x00\\\\x05\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x00\\\\x00b\\\\x01\\\\x1b\\\\x00\\\\x05\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x00\\\\x00j\\\\x01(\\\\x00\\\\x03\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x02\\\\x00\\\\x00\\\\x011\\\\x00\\\\x02\\\\x00\\\\x00\\\\x00\\\\x14\\\\x00\\\\x00\\\\x00r\\\\x012\\\\x00\\\\x02\\\\x00\\\\x00\\\\x00\\\\x14\\\\x00\\\\x00\\\\x00\\\\x86\\\\x87i\\\\x00\\\\x04\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x00\\\\x00\\\\x9c\\\\x00\\\\x00\\\\x00\\\\xc8\\\\x00\\\\x00\\\\x00H\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x00\\\\x00H\\\\x00\\\\x00\\\\x00\\\\x01Adobe Photoshop 7.0\\\\x002004:02:21 12:38:02\\\\x00\\\\x00\\\\x00\\\\x00\\\\x03\\\\xa0\\\\x01\\\\x00\\\\x03\\\\x00\\\\x00\\\\x00\\\\x01\\\\xff\\\\xff\\\\x00\\\\x00\\\\xa0\\\\x02\\\\x00\\\\x04\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x00\\\\x02\\\\xf1\\\\xa0\\\\x03\\\\x00\\\\x04\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x00\\\\x02D\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x06\\\\x01\\\\x03\\\\x00\\\\x03\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x06\\\\x00\\\\x00\\\\x01\\\\x1a\\\\x00\\\\x05\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x00\\\\x01\\\\x16\\\\x01\\\\x1b\\\\x00\\\\x05\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x00\\\\x01\\\\x1e\\\\x01(\\\\x00\\\\x03\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x02\\\\x00\\\\x00\\\\x02\\\\x01\\\\x00\\\\x04\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x00\\\\x01&\\\\x02\\\\x02\\\\x00\\\\x04\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x00\\\\x12}\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00H\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x00\\\\x00H\\\\x00\\\\x00\\\\x00\\\\x01\\\\xff\\\\xd8\\\\xff\\\\xe0\\\\x00\\\\x10JFIF\\\\x00\\\\x01\\\\x02\\\\x01\\\\x00H\\\\x00H\\\\x00\\\\x00\\\\xff\\\\xed\\\\x00\\\\x0cAdobe_CM\\\\x00\\\\x02\\\\xff\\\\xee\\\\x00\\\\x0eAdobe\\\\x00d\\\\x80\\\\x00\\\\x00\\\\x00\\\\x01\\\\xff\\\\xdb\\\\x00\\\\x84\\\\x00\\\\x0c\\\\x08\\\\x08\\\\x08\\\\t\\\\x08\\\\x0c\\\\t\\\\t\\\\x0c\\\\x11\\\\x0b\\\\n\\\\x0b\\\\x11\\\\x15\\\\x0f\\\\x0c\\\\x0c\\\\x0f\\\\x15\\\\x18\\\\x13\\\\x13\\\\x15\\\\x13\\\\x13\\\\x18\\\\x11\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x11\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x01\\\\r\\\\x0b\\\\x0b\\\\r\\\\x0e\\\\r\\\\x10\\\\x0e\\\\x0e\\\\x10\\\\x14\\\\x0e\\\\x0e\\\\x0e\\\\x14\\\\x14\\\\x0e\\\\x0e\\\\x0e\\\\x0e\\\\x14\\\\x11\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x11\\\\x11\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x11\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\xff\\\\xc0\\\\x00\\\\x11\\\\x08\\\\x00c\\\\x00\\\\x80\\\\x03\\\\x01\"\\\\x00\\\\x02\\\\x11\\\\x01\\\\x03\\\\x11\\\\x01\\\\xff\\\\xdd\\\\x00\\\\x04\\\\x00\\\\x08\\\\xff\\\\xc4\\\\x01?\\\\x00\\\\x00\\\\x01\\\\x05\\\\x01\\\\x01\\\\x01\\\\x01\\\\x01\\\\x01\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x03\\\\x00\\\\x01\\\\x02\\\\x04\\\\x05\\\\x06\\\\x07\\\\x08\\\\t\\\\n\\\\x0b\\\\x01\\\\x00\\\\x01\\\\x05\\\\x01\\\\x01\\\\x01\\\\x01\\\\x01\\\\x01\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x02\\\\x03\\\\x04\\\\x05\\\\x06\\\\x07\\\\x08\\\\t\\\\n\\\\x0b\\\\x10\\\\x00\\\\x01\\\\x04\\\\x01\\\\x03\\\\x02\\\\x04\\\\x02\\\\x05\\\\x07\\\\x06\\\\x08\\\\x05\\\\x03\\\\x0c3\\\\x01\\\\x00\\\\x02\\\\x11\\\\x03\\\\x04!\\\\x121\\\\x05AQa\\\\x13\"q\\\\x812\\\\x06\\\\x14\\\\x91\\\\xa1\\\\xb1B#$\\\\x15R\\\\xc1b34r\\\\x82\\\\xd1C\\\\x07%\\\\x92S\\\\xf0\\\\xe1\\\\xf1cs5\\\\x16\\\\xa2\\\\xb2\\\\x83&D\\\\x93TdE\\\\xc2\\\\xa3t6\\\\x17\\\\xd2U\\\\xe2e\\\\xf2\\\\xb3\\\\x84\\\\xc3\\\\xd3u\\\\xe3\\\\xf3F\\\\'\\\\x94\\\\xa4\\\\x85\\\\xb4\\\\x95\\\\xc4\\\\xd4\\\\xe4\\\\xf4\\\\xa5\\\\xb5\\\\xc5\\\\xd5\\\\xe5\\\\xf5Vfv\\\\x86\\\\x96\\\\xa6\\\\xb6\\\\xc6\\\\xd6\\\\xe6\\\\xf67GWgw\\\\x87\\\\x97\\\\xa7\\\\xb7\\\\xc7\\\\xd7\\\\xe7\\\\xf7\\\\x11\\\\x00\\\\x02\\\\x02\\\\x01\\\\x02\\\\x04\\\\x04\\\\x03\\\\x04\\\\x05\\\\x06\\\\x07\\\\x07\\\\x06\\\\x055\\\\x01\\\\x00\\\\x02\\\\x11\\\\x03!1\\\\x12\\\\x04AQaq\"\\\\x13\\\\x052\\\\x81\\\\x91\\\\x14\\\\xa1\\\\xb1B#\\\\xc1R\\\\xd1\\\\xf03$b\\\\xe1r\\\\x82\\\\x92CS\\\\x15cs4\\\\xf1%\\\\x06\\\\x16\\\\xa2\\\\xb2\\\\x83\\\\x07&5\\\\xc2\\\\xd2D\\\\x93T\\\\xa3\\\\x17dEU6te\\\\xe2\\\\xf2\\\\xb3\\\\x84\\\\xc3\\\\xd3u\\\\xe3\\\\xf3F\\\\x94\\\\xa4\\\\x85\\\\xb4\\\\x95\\\\xc4\\\\xd4\\\\xe4\\\\xf4\\\\xa5\\\\xb5\\\\xc5\\\\xd5\\\\xe5\\\\xf5Vfv\\\\x86\\\\x96\\\\xa6\\\\xb6\\\\xc6\\\\xd6\\\\xe6\\\\xf6\\\\'7GWgw\\\\x87\\\\x97\\\\xa7\\\\xb7\\\\xc7\\\\xff\\\\xda\\\\x00\\\\x0c\\\\x03\\\\x01\\\\x00\\\\x02\\\\x11\\\\x03\\\\x11\\\\x00?\\\\x00\\\\xe2\\\\xba_I\\\\xe9\\\\xfdC\\\\x1e\\\\xc7\\\\xe4\\\\xbd\\\\xfe\\\\xbb\\\\\\\\\\\\xfd\\\\xade\\\\xd8\\\\xf5mc\\\\x1b[\\\\xfdK+\\\\xce}\\\\x1b\\\\x98\\\\xed\\\\xee\\\\xfd#.\\\\xff\\\\x00\\\\xad\\\\xad\\\\x8a\\\\xfawO\\\\xab\\\\x0f\\\\xec\\\\xb5\\\\x87\\\\xb7 \\\\x02\\\\xe68\\\\xe4\\\\xf4\\\\xf2\\\\x0f\"\\\\xb6\\\\x92\\\\xdc\\\\xa6\\\\xefo\\\\xb7\\\\xf4\\\\xbb=\\\\xeb\\\\x9b\\\\xc6\\\\xb2\\\\xfa\\\\xf1\\\\xcd\\\\rw\\\\xe8\\\\x01.sKZuw\\\\xa7\\\\xb9\\\\xcd\\\\xdc\\\\xdd\\\\xdf\\\\xe0jM~N[\\\\xd9m;\\\\xc3\\\\x85\\\\xee\\\\xf5m\\\\x06\\\\xb6\\\\x02];\\\\xa5\\\\xaf\\\\xdb\\\\xb9\\\\x9e\\\\xef\\\\xa6\\\\xc69\\\\x88\\\\t\\\\x0b\\\\xa6(\\\\xe4\\\\x1f/f\\\\xf7R\\\\xab\\\\xea\\\\xdd\\\\x19F\\\\x9b\\\\x1f\\\\x9a\\\\xdbi#{\\\\xab\\\\x18\\\\xb6\\\\x02\\\\xe3\\\\xees\\\\x99~-\\\\xce\\\\xab\\\\xda\\\\xd3\\\\xf9\\\\x8f\\\\xb5lt~\\\\xbb\\\\xd3z\\\\x96Kpns\\\\xc5\\\\xd3\\\\xb3\\\\x1a\\\\xeb\\\\x80\\\\x1e\\\\xa8?E\\\\x96\\\\xb1\\\\x85\\\\xcc\\\\xab\\\\'\\\\xfa\\\\x9f\\\\xcf\\\\x7f\\\\xc6\\\\xff\\\\x009\\\\xc7\\\\x12\\\\xd3\\\\xec{b9\\\\x8d \\\\xa64\\\\x96\\\\xfb\\\\xaat\\\\x10dk\\\\xdf\\\\xc9\\\\xc8J7\\\\xbf\\\\xd1Y#\\\\x19\\\\x8a\\\\x96\\\\x9d\\\\x8b\\\\xe9\\\\x9dM\\\\xd4\\\\x8cW\\\\xfa\\\\x04\\\\x82\\\\xf2\\\\x1a\\\\xda\\\\xc7\\\\r\\\\xda6\\\\xbbo\\\\xfcb\\\\xe7\\\\xef\\\\xaad6\\\\x0c\\\\xea\\\\x1a\\\\xd6\\\\x82Di\\\\xae\\\\xed\\\\xaa\\\\xff\\\\x00A\\\\xeam\\\\xebx\\\\xc4_\\\\xafQ\\\\xa1\\\\xb1\\\\x93_\\\\x0e\\\\xb5\\\\xa3\\\\xe8\\\\xe4\\\\xb5\\\\xbf\\\\xfbq\\\\xfc\\\\xbf\\\\x7f\\\\xf8T\\\\xb30k\\\\x0f$\\\\xb3x\\\\x89\\\\x1c\\\\x88\\\\x8e\\\\x14;hZ9#!/P\\\\xdbG\\\\x1cT&j\\\\x06u\\\\xd0\\\\xbfo\\\\x1f\\\\x00\\\\xae\\\\xf4\\\\xbc\\\\xab\\\\x9dw\\\\xa5s\\\\xb7\\\\xb7\\\\x96\\\\x9f\\\\xfa.\\\\x9f\\\\xcfw\\\\xf6\\\\xd4\\\\x0bl\\\\x13\\\\xbc\\\\xcb\\\\x08\\\\x98p\\\\x91?\\\\xbb\\\\xa2\\\\x95,\\\\xaa\\\\xbb\\\\xd9aic\\\\x9d\\\\xf4\\\\x08;\\\\x9b\\\\xc7\\\\xd0\\\\xec\\\\xe4%\\\\xb5\\\\xf6\\\\xd7\\\\xecD\\\\x0e\\\\xa1\\\\xa9\\\\x92\\\\xdb\\\\x1d\\\\x95e&]\\\\xef 0\\\\x08\\\\x8d{m\\\\xfd\\\\xd5\\\\r\\\\xaeo\\\\xd2-\\\\xad\\\\xae&wA\\\\xd0\\\\x0f\\\\xddj\\\\xd0\\\\xea.\\\\xb4\\\\xe4\\\\x80uakc\\\\xdc\\\\x1b\\\\xba\\\\x7f{\\\\xf7\\\\x95\\\\x12\\\\xda\\\\x9b\\\\xb4\\\\x8d\\\\x08\\\\xe0\\\\x81\\\\xb5\\\\xae?\\\\xd7?\\\\xc9D\\\\x14\\\\x1d\\\\t\\\\x0c^CA\\\\xd0\\\\x8fPC\\\\xad3\\\\xaf\\\\xc3\\\\xf7\\\\x14\\\\xb1\\\\xa2\\\\xab\\\\x9bk\\\\xc0i\\\\xae4\\\\xe1\\\\xc0\\\\xcf\\\\xb7t}&\\\\xa8\\\\xb4X\\\\x1e\\\\x01\\\\xfel\\\\xc3\\\\xc9p\\\\x8d\\\\xcd\\\\xfeW\\\\xef\\\\xa2\\\\xd3\\\\x8fc\\\\xdc]\\\\xa0\\\\xdf\\\\x11\\\\x1e%\\\\xc3o\\\\xf2\\\\xda\\\\x81)\\\\t\\\\xb2\\\\xf1\\\\xc5Yy\\\\x15\\\\x82\\\\xd7\\\\\\\\lpk\\\\\\\\4\\\\xda\\\\x1cN\\\\xef\\\\xdd\\\\xfe\\\\xaa\\\\xafI&\\\\xda\\\\xdd%\\\\xe4\\\\xf8\\\\x99\\\\x83\\\\x07sc\\\\xf7Q\\\\xf2w\\\\xbb*\\\\xfb\\\\xc7\\\\x0e{\\\\x89t\\\\xfbI\\\\x07k\\\\x18[\\\\xf9\\\\x96)\\\\xd4\\\\xd3\\\\xeaP\\\\xe9/l\\\\xfb\\\\xb7\\\\x00\\\\x01\\\\x9d\\\\xdc~v\\\\xef\\\\xddLQ:\\\\xa2`\\\\xdd^\\\\xd8\\\\x05\\\\xf6j\\\\x08\\\\x1a\\\\xc7\\\\xd1\\\\xda\\\\x1a\\\\xa4\\\\xed\\\\xa5\\\\xde\\\\x99%\\\\xe2\\\\xc2\\\\x18\\\\x1aG\\\\x10~\\\\x9bO\\\\xf5Q\\\\x03\\\\x1c)\\\\x16V60\\\\x1d\\\\xd2\\\\xc9.\\\\x03\\\\xe8\\\\xb9\\\\xae\\\\xfc\\\\xe7m\\\\xf6\\\\xa6\\\\xdf\\\\xbd\\\\xef\\\\xbc\\\\x91\\\\xba\\\\x96\\\\x12Gr]\\\\xed\\\\x0f\\\\xff\\\\x00_\\\\xa0\\\\x9b3C\\\\xc7\\\\xa2\\\\x00\\\\xfe\\\\xd7\\\\xff\\\\xd0\\\\xe2(\\\\xa4\\\\xbe=0K\\\\x81\\\\x01\\\\xa3\\\\xbf\\\\xf5\\\\xbf\\\\xb6\\\\x9e\\\\xecF<83X\\\\x92I\\\\xd0\\\\x7fg\\\\xf9*\\\\xe3+l\\\\xee\\\\xda}77\\\\xd4li\\\\xee\\\\xee\\\\xdf\\\\xec9_,w\\\\xf86\\\\xc3,#k9sK\\\\xa3B\\\\xd7n\\\\xfc\\\\xefr\\\\xaf\\\\xd6\\\\xdc\\\\xb32\\\\x0b\\\\xc8\\\\xd9Qk\\\\xb6\\\\x9f\\\\xa2?8\\\\xf6\\\\xfeR\\\\x18\\\\x05\\\\xa4\\\\x82x\\\\xfc\\\\xdf\\\\x10\\\\xb6z\\\\x86\\\\x0be\\\\xc2\\\\xbfsk%\\\\xb2\\\\x7f9\\\\xc3BG\\\\xef5d\\\\xbe\\\\xa2\\\\x01n\\\\xa07V\\\\xf9x\\\\xa9\\\\xa1+\\\\r\\\\xbcy\\\\x04\\\\x86\\\\xac\\\\xf1r\\\\xef\\\\xc3\\\\xc8\\\\xaf+\\\\x19\\\\xe6\\\\xbb\\\\xe8p5\\\\xbcr\\\\x08\\\\xff\\\\x00\\\\xaac\\\\xfe\\\\x8b\\\\x98\\\\xbb\\\\xac>\\\\xa9\\\\x89\\\\xd4\\\\xb0\\\\x9b\\\\x93\\\\x01\\\\x8e\\\\xdd\\\\xb6\\\\xfa\\\\x7f\\\\xd1\\\\xd8u\\\\x9f\\\\xdeuo\\\\xfc\\\\xc7/>\"5\\\\x02|ei\\\\xfd_\\\\xbc\\\\xd7\\\\x9a\\\\xea\\\\xe7\\\\xdbk \\\\xf8\\\\x1d\\\\xbe\\\\xe6\\\\xa1\\\\x92:X\\\\xdc\\\\',\\\\x01\\\\x89=\\\\x9e\\\\x93\\\\'Mk0?xp\\\\xab3%\\\\xbe\\\\xa0\\\\xaa\\\\xd6\\\\x86\\\\xc9\\\\xf6\\\\xb9\\\\xbd\\\\xc9\\\\xfc\\\\xe73\\\\xdd\\\\xff\\\\x00A\\\\x10\\\\xdb\\\\xe9\\\\xb3o\\\\xb5\\\\xed\\\\xeeu\\\\x82\\\\x0f\\\\xe6\\\\xa0\\\\n\\\\xc5\\\\x87uzl\\\\xf7\\\\xfa$k\\\\xcf,?IA\\\\xbcKLhB^\\\\xa5\\\\x8e\\\\xf7X\\\\xcbX\\\\xdd\\\\ra\\\\xae3\\\\xcb\\\\x81\\\\xff\\\\x009ScZ\\\\xe2\\\\xe6\\\\xbc\\\\x93\\\\xb8L\\\\x9e7v\\\\x1b>\\\\x97\\\\xf2U\\\\xfe\\\\xa4\\\\x1d\\\\xfa\\\\'\\\\x06\\\\x17\\\\xb4\\\\xb4\\\\xcc\\\\x03\\\\xcc\\\\xf9*6;\\\\xd42\\\\xe0\\\\xd6\\\\x8d\\\\xa3S\\\\xa9\\\\x90=\\\\xc7`M\\\\xe2\\\\x02*\\\\x90\\\\x97\\\\xb8\\\\x83n\\\\xf6\\\\xb5\\\\xc2\\\\x08\\\\x1c\\\\xed\\\\xdb\\\\xed\\\\xf6{WCo\\\\xd4\\\\xae\\\\xb5\\\\xe9\\\\xd8\\\\xf0\\\\xea\\\\x1a\\\\xf7\\\\xb7Lf\\\\xd8D\\\\x91\\\\xc3C\\\\xb6\\\\xfa\\\\x7f\\\\xf4\\\\xd6+\\\\xf1r\\\\xf0\\\\xf3[U\\\\xb5\\\\xb9\\\\xb6\\\\x08u\\\\xf5\\\\xb9\\\\xba\\\\xb5\\\\xc0}\\\\'\\\\x7f\\\\'\\\\xfe\\\\x11\\\\x8a^*\\\\xdb^\\\\xf5\\\\xfc\\\\x18\\\\xa5\\\\t\\\\r\\\\xc2\\\\x10(c\\\\xc9\\\\xae\\\\xc2\\\\xd0\\\\xd3\\\\x0f$\\\\x1e\\\\xc7\\\\xf3\\\\x10\\\\xea\\\\xa6\\\\xbd\\\\xd9\\\\x0f\\\\x06Y\\\\xe9\\\\xeaY\\\\xdc\\\\xb8\\\\xcbB)u\\\\x8ff\\\\xe9i\\\\x90\\\\xe0Y\"{\\\\xb8;HB\\\\xc6\\\\xdcY\\\\x90\\\\xe6\\\\x08\\\\xfd\\\\x1b7G\\\\xf5\\\\xb5\\\\xe57$\\\\x85\\\\x81\\\\xf5Z\\\\x03\\\\xff\\\\xd1\\\\xc0\\\\x18\\\\x8fm5\\\\xb9\\\\xf5\\\\xbbmvA\\\\x0e\\\\x12\\\\x08p\\\\xdd\\\\xed\\\\x1f%\\\\xad\\\\xd1:u\\\\xd9\\\\xbdI\\\\x945\\\\xe0?\\\\xdcn\\\\xbc\\\\xcb\\\\xbfF\\\\x06\\\\xaf\\\\xf6\\\\xfb[g\\\\xe6\\\\xd5\\\\xb9R\\\\xc4d\\\\xbf`!\\\\xac\\\\xb4\\\\x1a\\\\xdf\\\\xee\\\\xd2N\\\\xadw\\\\xbf\\\\xf9k\\\\xb0\\\\xfa\\\\xa6q\\\\xea\\\\xe9\\\\x1b\\\\x1aY\\\\xeb\\\\xd8\\\\xf7\\\\xbe\\\\xd6\\\\x807C\\\\x7fF\\\\xc6;\\\\xf3\\\\xbf\\\\xc1\\\\xaayrpD\\\\x91\\\\xf4sp\\\\xc0NB\\\\xf6\\\\x1a\\\\xfd\\\\x8e\\\\x7fQ\\\\xfa\\\\x87k\\\\x03\\\\x9f\\\\xd3O\\\\xda\\\\xeah\\\\x96T\\\\xf2\\\\x1bws\\\\xb4h\\\\xda_\\\\xee\\\\xfd\\\\xd7\\\\xd7\\\\xff\\\\x00\\\\x16\\\\xb9\\\\xfe\\\\x89\\\\xf5<\\\\xf5~\\\\xa4\\\\xea\\\\xf2\\\\xec}X\\\\xb4\\\\xe9\\\\x90\\\\xe6\\\\x08yw\\\\xe7R\\\\xdfPm\\\\xaf\\\\xf9os}\\\\x8b\\\\xd4\\\\xb1\\\\xeck\\\\xc3H\\\\xe1\\\\xff\\\\x00D\\\\x8e\\\\xff\\\\x00\\\\xf9\\\\xca\\\\xca\\\\xc4\\\\xbf\\\\x1a\\\\xec\\\\xfc\\\\xbb\\\\x19\\\\xb6E\\\\xce.sF\\\\x91;7\\\\x7f\\\\xd76\\\\xfa\\\\x8fU\\\\xfe\\\\xf3.\\\\x01T$O\\\\xe1\\\\xd5\\\\xb40\\\\xc4J\\\\xc6\\\\x9e\\\\x0f\\\\x1b\\\\xf5\\\\xd7\\\\xea\\\\x17F\\\\xe9\\\\x1d\\\\x19\\\\xfdS\\\\xa7[k\\\\rvW[\\\\xa9\\\\xb5\\\\xe1\\\\xedp\\\\xb0\\\\xec\\\\xfd\\\\x13\\\\x8b[g\\\\xa8\\\\xdf\\\\xa4\\\\xb8,K\\\\xc6>Uv\\\\x9d\\\\x1bS\\\\x86\\\\xe09\\\\xdatz\\\\xf4\\\\x8f\\\\xf1\\\\x9b\\\\x9ar\\\\x1b\\\\x89\\\\xd3+\\\\xd4\\\\xd17\\\\xdd\\\\x06F\\\\xf7\\\\x8d\\\\x950\\\\xb7\\\\xe8;m{\\\\xac\\\\xff\\\\x00\\\\xae/3\\\\xba\\\\xb71\\\\xe6t\\\\x00\\\\xc1W\\\\xb0K\\\\x8e\\\\x15#d\\\\xae\\\\x06&\\\\xe2\\\\xf5\\\\xd61\\\\xcd;\\\\xda\\\\x1a\\\\xf6\\\\x11\\\\xa3\\\\x811\\\\xc7\\\\xe7\\\\x06\\\\xa8\\\\xd6\\\\xd7\\\\x17\\\\xb4W\\\\xee-p!\\\\x93\\\\x06\\\\x7fy\\\\x9f\\\\xbd\\\\xfde\\\\x9b\\\\xd0:\\\\xa8\\\\x96\\\\xf4\\\\xdc\\\\x82e\\\\xc43\\\\x1a\\\\xd0$\\\\xc9\\\\xfa5\\\\x11\\\\xfb\\\\xae\\\\xfc\\\\xc5\\\\xb60.\\\\xfbKH\\\\x1e\\\\xd2Av\\\\xd9\\\\x80?}\\\\xb3\\\\xf4\\\\x7f\\\\xa8\\\\xa3\\\\x980\\\\x04\\\\x10\\\\xd3\\\\x969F`\\\\x1e\\\\xfa\\\\x14}I\\\\xf3]0\\\\xe7\\\\x00d\\\\x96\\\\xb6u\\\\xf3\\\\xd1G\\\\xa2t<\\\\x9e\\\\xb1\\\\x98qq\\\\xdc\\\\xca\\\\xcb+u\\\\xcf{\\\\x84\\\\x90\\\\xd6\\\\x96\\\\x86\\\\xedm~\\\\xed\\\\xde\\\\xf5k\\\\xaba\\\\x072\\\\x90\\\\xd6\\\\x17\\\\x9au\\\\x0e\\\\x027\\\\x06\\\\xddh\\\\xdd\\\\xfaM\\\\xdf\\\\xe8\\\\xd5\\\\xca\\\\xf2\\\\xe8\\\\xc9i\\\\xa2\\\\xb2\\\\x1aZ@p\\\\x9eH\\\\xf7mg\\\\xf9\\\\xca\\\\xe3\\\\x08l\\\\xd9k\\\\x83\\\\x18\\\\xc1\\\\xb9\\\\xefwf\\\\x8fv\\\\xe7*\\\\x84\\\\\\\\\\\\x80\\\\x11\\\\xd8\\\\xea|[\\\\xba}\\\\xae\\\\t\\\\xfa\\\\xbb\\\\x83\\\\xd5\\\\xaa7\\\\xe6\\\\x97}\\\\xa2\\\\xdfs\\\\x9fY\\\\xdad\\\\xeb\\\\xeek\\\\xc3\\\\xb7l\\\\xfa+\\\\x91\\\\xeb\\\\xdf\\\\xe2\\\\xcf\\\\xab0\\\\xba\\\\xee\\\\x9fey\\\\xcc\\\\xd5\\\\xde\\\\x99\\\\x8a\\\\xad\\\\xf1\\\\xda\\\\xd6<\\\\xba\\\\x9b?\\\\xed\\\\xd5\\\\xd3b\\\\xfdk\\\\xc2\\\\xf5\\\\x1c.\\\\x06\\\\xb6=\\\\xees\\\\x03\\\\x84\\\\x18$\\\\x96\\\\xff\\\\x00\\\\xd1[x\\\\xfdc\\\\x12\\\\xf6\\\\xcdV\\\\x07\\\\x83\\\\xd8\\\\xa1\\\\x0c\\\\xf9q\\\\x9a\\\\xbd\\\\xba\\\\x15\\\\xa28\\\\xf7\\\\xef\\\\xd4>\\\\x07v=\\\\xd8\\\\xd9\\\\x06\\\\xab\\\\x18\\\\xeam\\\\xac\\\\xed{\\\\x1e\\\\x0b^\\\\xd7\\\\x0f\\\\xdek\\\\xb6\\\\xb9\\\\x8ej\\\\xdc\\\\xfa\\\\xa7\\\\xd7\\\\xf3\\\\x99q\\\\xe9W<\\\\xdd\\\\x8fk\\\\\\\\k\\\\x0e\\\\x97\\\\x16=\\\\xa0\\\\xd9\\\\xecw\\\\xee?o\\\\xd0]\\\\xff\\\\x00\\\\xd7\\\\xae\\\\x81\\\\x89\\\\xd6\\\\xf0\\\\x1b}B\\\\xba\\\\xfa\\\\x95Nkh\\\\xbc\\\\x98\\\\x0eg\\\\xe7c\\\\xdc\\\\xff\\\\x00\\\\xa5\\\\xb3\\\\xfd\\\\x1f\\\\xfa;\\\\x17\\\\x9et\\\\x9e\\\\x81\\\\xd6\\\\xf1\\\\xbe\\\\xb0\\\\xe36\\\\xcc+D\\\\xb8\\\\xb8\\\\xb8\\\\x00Y\\\\xb4\\\\xb5\\\\xdb\\\\xdeo\\\\x9fGc\\\\x7f?\\\\xf4\\\\x8bC\\\\x1ea\\\\x9f\\\\x11\\\\xd2\\\\xa5\\\\xa8\\\\xaf\\\\xeb\\\\x7fU&\\\\x8d\\\\xc7sV\\\\x1e\\\\xc6\\\\xbc\\\\xecv>\\\\x9bl\\\\x13n\\\\xe2*\\\\x1cA#W \\\\xe7u@\\\\xe9\\\\x0e\\\\xff\\\\x00b\\\\xc6\\\\xfa\\\\xc5\\\\x8b\\\\x91[\\\\xf20\\\\xdc\\\\xe15\\\\x82\\\\xd6>\\\\xb3,\\\\'\\\\x99k\\\\xff\\\\x00u\\\\xcb#\\\\t\\\\xb62\\\\xe6\\\\xfd\\\\xa6\\\\xe3s\\\\x87\\\\xd1k\\\\x9cKA\\\\x8f\\\\xcd\\\\xdc}\\\\xceT\\\\xe7\\\\x8b\\\\x8c\\\\x12g\\\\\\\\:p\\\\xd6\\\\xb2\\\\xf1b\\\\x14<\\\\xed\\\\xe8\\\\xdf\\\\xd6\\\\xfa\\\\x90\\\\xa3\\\\xec\\\\xd8\\\\xd787n\\\\xd6\\\\xb9\\\\xfa\\\\xfam<\\\\xb6\\\\x8f\\\\xcen\\\\xe5w\\\\x1b\\\\xeb7Z\\\\xaf\\\\xa7\\\\xb7\\\\x06\\\\xeb[\\\\x90\\\\xc6q}\\\\xa1\\\\xde\\\\xa9h\\\\xe2\\\\xbb-k\\\\xdb\\\\xea5\\\\xbf\\\\xcb\\\\xf7\\\\xaey\\\\xf9\\\\rou\\\\x11\\\\x9c&\\\\x00\\\\xdd\\\\xe5\\\\xca\\\\x88B\\\\\\\\$\\\\x01\\\\xa1\\\\xdd\\\\x90\\\\x1e\\\\xefR\\\\xde\\\\xaf\\\\x9e\\\\xc7Sx\\\\xdb[*xxk\\\\x1aC_\\\\xfc\\\\x8b\\\\x8c\\\\xee{6\\\\xfeb\\\\xea\\\\xf1\\\\xe9\\\\xc2\\\\xea\\\\xd8\\\\xd8\\\\xddJ\\\\xb7\\\\xb9\\\\xadx.ur\\\\x08\\\\x0e\\\\x9d\\\\x8fg\\\\r\\\\xfeoo\\\\xb1y\\\\xa5\\\\xddb\\\\xea\\\\xe9\\\\xfd&\\\\x8d\\\\x026\\\\x12\\\\'_\\\\xe4+?V>\\\\xbd\\\\x0e\\\\x97\\\\x92\\\\xfa2k\\\\xdd\\\\x83y\\\\x97\\\\x06\\\\x9dZ\\\\xf1\\\\xa0\\\\xbb_o\\\\xb9\\\\xbe\\\\xc4\\\\xec\\\\\\\\\\\\xbc\\\\xc8:\\\\x13\\\\x10;_\\\\xa9p\\\\x90\\\\xba\\\\x0f\\\\xa8]M\\\\xf5\\\\xe2\\\\xde\\\\xee\\\\x9fc~\\\\xd5mc\\\\xd1u\\\\xe0\\\\xb9\\\\xad mg\\\\xf3{]\\\\xb7\\\\xf9\\\\x0b\\\\xcbm\\\\xaf#\\\\x1c}\\\\x977\\\\xf4\\\\x8f\\\\xa0\\\\x96XI\\\\xf7H\\\\x00\\\\x9d\\\\xb6\\\\xfes\\\\x1c\\\\xbd\\\\x13\\\\x0b\\\\xacU\\\\x9d\\\\xd2i\\\\xcfm{Yn\\\\xe3Y.\\\\x9fk\\\\\\\\\\\\xe0\\\\xd7K\\\\x0f\\\\xee\\\\xae\\\\x1f\\\\xadfS\\\\x91\\\\xd4\\\\xad\\\\xb9\\\\x85\\\\xa1\\\\x81\\\\xe6\\\\xb7\\\\x93\\\\xf4e\\\\x91\\\\xfes\\\\x93\\\\xe3\\\\x10=$\\\\x01\\\\xa5\\\\xd3\\\\x0f2l\\\\x02:\\\\x17\\\\xff\\\\xd3\\\\xcd\\\\xc8\\\\xc8eXV\\\\xbd\\\\xc0M\\\\x87\\\\xd3c\\\\x86\\\\x93\\\\xde\\\\xcf\\\\xfa\\\\x0b\"\\\\x9f\\\\xac\\\\x1f\\\\xb3C~\\\\xcfX\\\\xb4\\\\x82Kw8\\\\xb4\\\\t\\\\xfc\\\\xd8g\\\\xee\\\\xbf\\\\xdc\\\\xaeu@\\\\xdb\\\\xb1\\\\x1ajw\\\\xa8\\\\xda\\\\xdaKKu\\\\x0f\\\\'\\\\xfc#?\\\\x92\\\\xb3\\\\xba\\\\x1f\\\\xd5\\\\xcb\\\\xba\\\\xa5\\\\xc6\\\\xfc\\\\x87\\\\x1apZcx\\\\xd1\\\\xcf?\\\\xe8\\\\xe8\\\\xdc?\\\\xcf\\\\xb5V0\\\\x84\\\\xc5OX\\\\x8d\\\\\\\\\\\\xec\\\\x06\\\\xaeWT\\\\xd9\\\\xe9\\\\x7f^z\\\\xc7N\\\\xca\\\\xb7 :\\\\xbb\\\\xdd\\\\x90\\\\xff\\\\x00R\\\\xca\\\\xeef\\\\xe6\\\\xef\\\\xfa3KZZ\\\\xfa\\\\xbd\\\\xbe\\\\xdfb\\\\xea[\\\\xf5\\\\xb3\\\\xaa\\\\xf5J\\\\xfd\\\\x1c\\\\x8ck\\\\xab\\\\xae\\\\xc6\\\\xfe\\\\x95\\\\x8c\\\\xa8\\\\xb2\\\\xa3?\\\\xbc\\\\xfbv\\\\xbd\\\\xdf\\\\xe7\\\\xa8\\\\xe0`\\\\xf4\\\\xee\\\\x9f\\\\xae\\\\x0e31\\\\xdd\\\\x10l\\\\x8d\\\\xd6\\\\x7f\\\\xdb\\\\xd6\\\\x97Y\\\\xfej;\\\\xecs\\\\x9d%\\\\xc5\\\\xce\\\\x1c\\\\xce\\\\xbf\\\\xc54\\\\xc67q\\\\x15\\\\xfc\\\\xbfu|\\\\xf3^\\\\x81\\\\xaa:m6\\\\x92\\\\xd2\\\\xe2\\\\x18\\\\xed\\\\x08$D\\\\x7f\\\\'ro\\\\xd9\\\\x9bCMW\\\\n^\\\\xdf\\\\xa5\\\\xb4\\\\xbe9\\\\xd1\\\\xdbF\\\\xe4r\\\\xe3:\\\\xf7\\\\xe6~\\\\x10\\\\xa2m\\\\xe2f&\\\\x01\\\\x99\\\\xd16P\\\\x12\\\\xf9\\\\x80>a\\\\x88H\\\\x8f\\\\x94\\\\xf0\\\\xf9+#\\\\x05\\\\x97\\\\x16\\\\x0bs\\\\xf2\\\\x88\\\\xac\\\\xe9\\\\xe9\\\\xb9\\\\xac\\\\x13\\\\xd9\\\\xde\\\\xefW\\\\xf3\\\\x7fy\\\\x8bC\\\\x0f\\\\xf6ya\\\\xa1\\\\xee\\\\xbd\\\\xe1\\\\xe27\\\\xba\\\\xc6\\\\xba`\\\\x7f\\\\x85\\\\xaf\\\\xd1\\\\xad\\\\x8b*\\\\xcb\\\\t\\\\xe4\\\\x90\\\\x7f\\\\x1f\\\\xf3\\\\x7fu\\\\x17\\\\x08\\\\xb4\\\\xdc$:\\\\x04\\\\xeax\\\\xe1.\\\\x10\\\\x06\\\\x91\\\\x11\\\\xf2\\\\xf4\\\\xa4JD\\\\x8b7\\\\xafT\\\\x9dS\\\\x07\\\\xa4\\\\x8aF\\\\xca\\\\x9fy2\\\\x05{\\\\xf67\\\\xfa\\\\xeeuc{\\\\xbf\\\\x92\\\\xb9\\\\x0b\\\\xbe\\\\xac\\\\xb6\\\\xeb\\\\xb7\\\\x06\\\\xba\\\\xb1\\\\xe2\\\\xeb\\\\x0b\\\\x88\\\\xfc7.\\\\xb3=\\\\xce\\\\x0ehkw6$\\\\x182\\\\xd3\\\\xc6\\\\xdd\\\\xc1R\\\\x16n\\\\x88p\\\\xda\\\\x06\\\\x83W\\\\x1f\\\\x1f\\\\xa3\\\\x1f\\\\x9c\\\\x8c,u#\\\\xc9t\\\\xb2H\\\\x1d\\\\ry9M\\\\xfa\\\\xb3\\\\x8c\\\\x19/\\\\xca\\\\xbe`i\\\\xec1\\\\xfd\\\\xa3\\\\xeeEo\\\\xd5\\\\xfc`\\\\xc2*\\\\xca\\\\xb6\\\\xb2\\\\x07/cy\\\\xff\\\\x00\\\\xa2\\\\xaf\\\\x8dd\\\\xc6\\\\x83\\\\xbc\\\\x7f\\\\xd1NK\\\\xcb[\\\\xa4\\\\xf8\\\\t\\\\xfc\\\\xba\\\\xa2E\\\\xee\\\\xb7\\\\xdd\\\\x9fw\\\\x16\\\\xcf\\\\xaa-{\\\\x8b\\\\x8e}\\\\x9a\\\\xf7u:k\\\\xfb\\\\xd1j\\\\x03\\\\xfe\\\\xa5g\\\\xed\\\\xfd[\"\\\\x9b\\\\xec \\\\x16\\\\xd5\\\\xab\\\\x1c\\\\xe9\\\\xe1\\\\xads\\\\xa6\\\\xbd\\\\xff\\\\x00\\\\xc8s\\\\xd7F=\\\\xa0\\\\x978\\\\x08\\\\x07\\\\x99$\\\\xcf\\\\x97\\\\xf2T\\\\x99s\\\\xb6\\\\x87\\\\x06\\\\x96\\\\x80@\\\\x07M~\\\\xef\\\\xfb\\\\xfax\\\\xc8F\\\\x97\\\\xf4\\\\\\\\2\\\\xcc<\\\\x9fK\\\\xfa\\\\xc1\\\\xd6:ev\\\\xf4\\\\xea\\\\\\\\EV8\\\\x87\\\\xe3\\\\xda\\\\x0f\\\\xe8\\\\xec\\\\x1a=\\\\xecn\\\\x8e\\\\xaa\\\\xcd\\\\xcd\\\\xfd+\\\\x15\\\\xc6\\\\xce\\\\xdd\\\\x8e\\\\xd4\\\\xf8\\\\x11>\\\\xe7H\\\\xb1\\\\xfa~\\\\xfe\\\\xd5\\\\xa9\\\\xd7\\\\xf0\\\\xf1w\\\\xd3\\\\xd5,\\\\xae/\\\\xbc\\\\x16<\\\\xb0\\\\x8dv\\\\x00\\\\xea\\\\xdeX~\\\\x93\\\\xf6\\\\xfe\\\\x8d\\\\xca\\\\x95\\\\x150zn\\\\xc8\\\\xd0\\\\xb8o\\\\xa3\\\\x1f\\\\xe8\\\\x97\\\\x91\\\\xfe\\\\x12\\\\xd7\\\\x7f\\\\xa1Pe\\\\x1cy*1\\\\xa2w\\\\xfe\\\\xb2\\\\xe9H\\\\xe4 \\\\x0f\\\\xb1\\\\xff\\\\xd4\\\\xcc\\\\xb3\\\\x1e\\\\xb2\\\\xdf\\\\xb1W\\\\x153]\\\\x9bt\\\\x12\\\\xe9\\\\xb1\\\\xee }\\\\x05\\\\xae\\\\xd2\\\\xd6\\\\xe2\\\\xd0)\\\\xd2\\\\x91[Em\\\\xed\\\\xa7\\\\x87\\\\xf2w,\\\\x9b\\\\xa5\\\\x8c\\\\x01\\\\xed\\\\xf4\\\\xecp\\\\x04\\\\x11\\\\xc7\\\\xa6\\\\xd0\\\\xd7m\\\\xff\\\\x00\\\\xa5\\\\xedV\\\\xf0/\\\\x0eg\\\\xd9\\\\xdb\\\\xa8h.l\\\\xf9\\\\xf24U\\\\x8b\\\\x93\\\\x13\\\\xa9\\\\x07\\\\xabq\\\\xce \\\\xc6\\\\x82x\\\\x1f\\\\x15\\\\x02|9\\\\x1eR?\\\\xb4\\\\x84\\\\xd7\\\\xef09\\\\x1c\\\\xea\\\\xa5\\\\xa7\\\\x12\\\\x01\\\\xe4\\\\x01\\\\xac\\\\xff\\\\x00%*\\\\\\\\\\\\xa2\\\\xe2\\\\x01\\\\x02\\\\x1a\\\\x0e\\\\x80v\\\\xd1E\\\\xc4\\\\x90u\\\\xf0\\\\x81\\\\xf9{$\\\\xe9\\\\x02\\\\x0b\\\\x08\\\\xf9\\\\x925\\\\xf8!\\\\xb8\\\\xe9&\\\\x00\\\\xd4L\\\\xfeQ\\\\xaaT\\\\x8b\\\\\\\\\\\\xd9\\\\x1b\\\\xa4\\\\xba\\\\x08\\\\xf6\\\\x10Qq\\\\x1e\\\\xd3v\\\\xe3/\\\\xd8\\\\xd3\\\\x00\\\\xcc\\\\xcf\\\\xd0\\\\xe7\\\\xe6\\\\xaa\\\\xb8\\\\xb8\\\\x1d\\\\x0c\\\\xf9\\\\x01\\\\xc2\\\\xbd\\\\x82\\\\\\\\\\\\xd0\\\\xeb,\\\\x9d\\\\xb1\\\\xa6\\\\xee<\\\\xdc\\\\xd0\\\\x9b-\\\\x93\\\\x1dd\\\\x11f\\\\xbe\\\\xafWd\\\\x12\\\\xe6F\\\\xa6;y\\\\x83\\\\xff\\\\x00}UC\\\\x98`\\\\xe9\\\\xb8\\\\x0fv\\\\xa7\\\\xfe\\\\xab\\\\xdb\\\\xfej\\\\x9d\\\\xd6\\\\xb2\\\\xcb\\\\x9c\\\\xe6\\\\xb8\\\\x96\\\\xbfXs\\\\x7f\\\\xf3\\\\xa5\\\\x06\\\\x96\\\\xed\\\\xdc\\\\xdd\\\\xa6t\\\\x92?\\\\xd8\\\\x90\\\\xd9\\\\x04\\\\xd9*\\\\xdd\\\\x04\\\\xe8\\\\'\\\\x91\\\\xa8\\\\xd18{\\\\xa0i\\\\x00q\\\\xfe\\\\xbf\\\\xba\\\\x90lk\\\\x03\\\\xc8i\\\\xc7\\\\x9a\\\\x94\\\\x19\\\\x98\\\\xd7\\\\xca\\\\x7f\\\\xd7jD\\\\x1e\\\\xea\\\\x0c\\\\x86\\\\xe8o\\\\xb4\\\\x18\\\\xec5\\\\xd7\\\\xf7\\\\x94\\\\x98\\\\x0b\\\\xc9\\\\x02\\\\x00?IE\\\\xa42y\\\\x13\\\\xdf\\\\xbf\\\\xc9Z\\\\xc3k=\\\\xd7<~\\\\x8d\\\\x90`\\\\xf7?\\\\xba\\\\x88\\\\x1d7H\\\\xb2tq\\\\xfe\\\\xb7\\\\xf5\\\\x0b0_Mt\\\\xe3\\\\xfa\\\\xb7\\\\xb1\\\\x92\\\\x1c\\\\xf15\\\\xd4^d;\\\\xd1\\\\xfa6Z\\\\xf67\\\\xf3\\\\xfd\\\\x95\\\\xae>rr[vm\\\\xd9\\\\x0f9d\\\\xea\\\\xe2\\\\xedO\\\\xf2O\\\\xfd\\\\xf5v\\\\x9dG\\\\x15\\\\xfdB\\\\xe7\\\\xd7\\\\xean\\\\x9fs\\\\x9d:\\\\x97\\\\x1f\\\\x0f\\\\xea.;6\\\\xba\\\\xf1\\\\x1c\\\\xfan\\\\x04^\\\\x0e\\\\xb1\\\\xc1\\\\x1e*\\\\xcc1\\\\x88\\\\xeb\\\\xd4\\\\xee]\\\\x0cx\\\\xc4\"\\\\x00\\\\x1a\\\\xf5/\\\\xff\\\\xd5\\\\xa5l\\\\xfd\\\\x89\\\\xb1\\\\xb6g\\\\xfc,\\\\x7f\\\\xe0\\\\x13\\\\xed\\\\xdb\\\\xfb\\\\xff\\\\x00\\\\xd8U\\\\x9d\\\\xean\\\\xa7w\\\\xad3\\\\xa7\\\\xa7\\\\xb29\\\\xfc\\\\xcd\\\\x9e\\\\xdf\\\\xf3\\\\xd7\\\\x00\\\\x92\\\\xa8wr{n\\\\xfanG\\\\xd2\\\\x1e3\\\\xac\\\\x7f\\\\xaf\\\\xd3D\\\\xaf\\\\xe8;\\\\x9e\\\\xdf\\\\x05\\\\xe5\\\\xc9\\\\'\\\\x05\\\\xd2\\\\xdd\\\\xf5f\\\\xc6\\\\xee\\\\xfd\\\\xbe\\\\x8c\\\\xc2\\\\t\\\\x9d\\\\xc7\\\\x89\\\\xd7\\\\xe9\\\\xc4\\\\xf3\\\\xfej\\\\xf2\\\\xf4\\\\x92Z\\\\xfaY\\\\xe0\\\\xcc\\\\xcc\\\\xfeo\\\\xfeb\\\\xac\\\\xd7\\\\xfd\\\\x05\\\\xdbg\\\\xfb<\\\\xfc\\\\xf7\\\\xaf+I\"\\\\x98\\\\xf5\\\\xf2}\\\\x13X\\\\xff\\\\x00t\\\\x7fi\\\\x10\\\\xf28\\\\xe3\\\\xe5\\\\xfd\\\\x95\\\\xe6\\\\xe9$\\\\x87\\\\xd2\\\\xc7x\\\\x98\\\\xfc~r\\\\x9b\\\\xf3\\\\x0f\\\\xe1\\\\x9b\\\\xd8\\\\xfd.\\\\xdc\\\\xff\\\\x00\\\\x04{\\\\xe7\\\\xecTm\\\\x9d\\\\xbb\\\\xdd>\\\\x94D\\\\xc7\\\\xf8M\\\\xfe\\\\xfd\\\\xff\\\\x00\\\\xd4\\\\xf6/+I?\\\\x1f\\\\xcc\\\\x19p|\\\\xf1}\\\\x06\\\\x8d\\\\xbfl\\\\xaf\\\\x99\\\\x8f\\\\xcc\\\\xdd?\\\\xd9\\\\xfc\\\\xc5\\\\xcd\\\\xfdl\\\\xfe\\\\x9c\\\\xc9\\\\xdb1\\\\xfd\\\\xbf\\\\xed\\\\xed\\\\xf6\\\\xac$\\\\x95\\\\x82\\\\xe8?\\\\xff\\\\xd9\\\\xff\\\\xed\\\\x18BPhotoshop 3.0\\\\x008BIM\\\\x04%\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x10\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x008BIM\\\\x03\\\\xed\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x10\\\\x00H\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x01\\\\x00H\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x018BIM\\\\x04&\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x0e\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00?\\\\x80\\\\x00\\\\x008BIM\\\\x04\\\\r\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x04\\\\x00\\\\x00\\\\x00\\\\x1e8BIM\\\\x04\\\\x19\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x04\\\\x00\\\\x00\\\\x00\\\\x1e8BIM\\\\x03\\\\xf3\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\t\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x01\\\\x008BIM\\\\x04\\\\n\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x008BIM\\\\'\\\\x10\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\n\\\\x00\\\\x01\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x018BIM\\\\x03\\\\xf5\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00H\\\\x00/ff\\\\x00\\\\x01\\\\x00lff\\\\x00\\\\x06\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00/ff\\\\x00\\\\x01\\\\x00\\\\xa1\\\\x99\\\\x9a\\\\x00\\\\x06\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x01\\\\x002\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00Z\\\\x00\\\\x00\\\\x00\\\\x06\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x01\\\\x005\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00-\\\\x00\\\\x00\\\\x00\\\\x06\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x018BIM\\\\x03\\\\xf8\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00p\\\\x00\\\\x00\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\x03\\\\xe8\\\\x00\\\\x00\\\\x00\\\\x00\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\x03\\\\xe8\\\\x00\\\\x00\\\\x00\\\\x00\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\x03\\\\xe8\\\\x00\\\\x00\\\\x00\\\\x00\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\x03\\\\xe8\\\\x00\\\\x008BIM\\\\x04\\\\x08\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x10\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x00\\\\x02@\\\\x00\\\\x00\\\\x02@\\\\x00\\\\x00\\\\x00\\\\x008BIM\\\\x04\\\\x1e\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x04\\\\x00\\\\x00\\\\x00\\\\x008BIM\\\\x04\\\\x1a\\\\x00\\\\x00\\\\x00\\\\x00\\\\x03C\\\\x00\\\\x00\\\\x00\\\\x06\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x02D\\\\x00\\\\x00\\\\x02\\\\xf1\\\\x00\\\\x00\\\\x00\\\\x07\\\\x00w\\\\x00i\\\\x00k\\\\x00_\\\\x00o\\\\x00a\\\\x00h\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x02\\\\xf1\\\\x00\\\\x00\\\\x02D\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x10\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00null\\\\x00\\\\x00\\\\x00\\\\x02\\\\x00\\\\x00\\\\x00\\\\x06boundsObjc\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00Rct1\\\\x00\\\\x00\\\\x00\\\\x04\\\\x00\\\\x00\\\\x00\\\\x00Top long\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00Leftlong\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00Btomlong\\\\x00\\\\x00\\\\x02D\\\\x00\\\\x00\\\\x00\\\\x00Rghtlong\\\\x00\\\\x00\\\\x02\\\\xf1\\\\x00\\\\x00\\\\x00\\\\x06slicesVlLs\\\\x00\\\\x00\\\\x00\\\\x01Objc\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x05slice\\\\x00\\\\x00\\\\x00\\\\x12\\\\x00\\\\x00\\\\x00\\\\x07sliceIDlong\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x07groupIDlong\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x06originenum\\\\x00\\\\x00\\\\x00\\\\x0cESliceOrigin\\\\x00\\\\x00\\\\x00\\\\rautoGenerated\\\\x00\\\\x00\\\\x00\\\\x00Typeenum\\\\x00\\\\x00\\\\x00\\\\nESliceType\\\\x00\\\\x00\\\\x00\\\\x00Img \\\\x00\\\\x00\\\\x00\\\\x06boundsObjc\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00Rct1\\\\x00\\\\x00\\\\x00\\\\x04\\\\x00\\\\x00\\\\x00\\\\x00Top long\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00Leftlong\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00Btomlong\\\\x00\\\\x00\\\\x02D\\\\x00\\\\x00\\\\x00\\\\x00Rghtlong\\\\x00\\\\x00\\\\x02\\\\xf1\\\\x00\\\\x00\\\\x00\\\\x03urlTEXT\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00nullTEXT\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00MsgeTEXT\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x06altTagTEXT\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x0ecellTextIsHTMLbool\\\\x01\\\\x00\\\\x00\\\\x00\\\\x08cellTextTEXT\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\thorzAlignenum\\\\x00\\\\x00\\\\x00\\\\x0fESliceHorzAlign\\\\x00\\\\x00\\\\x00\\\\x07default\\\\x00\\\\x00\\\\x00\\\\tvertAlignenum\\\\x00\\\\x00\\\\x00\\\\x0fESliceVertAlign\\\\x00\\\\x00\\\\x00\\\\x07default\\\\x00\\\\x00\\\\x00\\\\x0bbgColorTypeenum\\\\x00\\\\x00\\\\x00\\\\x11ESliceBGColorType\\\\x00\\\\x00\\\\x00\\\\x00None\\\\x00\\\\x00\\\\x00\\\\ttopOutsetlong\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\nleftOutsetlong\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x0cbottomOutsetlong\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x0brightOutsetlong\\\\x00\\\\x00\\\\x00\\\\x00\\\\x008BIM\\\\x04\\\\x11\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x01\\\\x01\\\\x008BIM\\\\x04\\\\x14\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x04\\\\x00\\\\x00\\\\x00\\\\x028BIM\\\\x04\\\\x0c\\\\x00\\\\x00\\\\x00\\\\x00\\\\x12\\\\x99\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x00\\\\x00\\\\x80\\\\x00\\\\x00\\\\x00c\\\\x00\\\\x00\\\\x01\\\\x80\\\\x00\\\\x00\\\\x94\\\\x80\\\\x00\\\\x00\\\\x12}\\\\x00\\\\x18\\\\x00\\\\x01\\\\xff\\\\xd8\\\\xff\\\\xe0\\\\x00\\\\x10JFIF\\\\x00\\\\x01\\\\x02\\\\x01\\\\x00H\\\\x00H\\\\x00\\\\x00\\\\xff\\\\xed\\\\x00\\\\x0cAdobe_CM\\\\x00\\\\x02\\\\xff\\\\xee\\\\x00\\\\x0eAdobe\\\\x00d\\\\x80\\\\x00\\\\x00\\\\x00\\\\x01\\\\xff\\\\xdb\\\\x00\\\\x84\\\\x00\\\\x0c\\\\x08\\\\x08\\\\x08\\\\t\\\\x08\\\\x0c\\\\t\\\\t\\\\x0c\\\\x11\\\\x0b\\\\n\\\\x0b\\\\x11\\\\x15\\\\x0f\\\\x0c\\\\x0c\\\\x0f\\\\x15\\\\x18\\\\x13\\\\x13\\\\x15\\\\x13\\\\x13\\\\x18\\\\x11\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x11\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x01\\\\r\\\\x0b\\\\x0b\\\\r\\\\x0e\\\\r\\\\x10\\\\x0e\\\\x0e\\\\x10\\\\x14\\\\x0e\\\\x0e\\\\x0e\\\\x14\\\\x14\\\\x0e\\\\x0e\\\\x0e\\\\x0e\\\\x14\\\\x11\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x11\\\\x11\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x11\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\xff\\\\xc0\\\\x00\\\\x11\\\\x08\\\\x00c\\\\x00\\\\x80\\\\x03\\\\x01\"\\\\x00\\\\x02\\\\x11\\\\x01\\\\x03\\\\x11\\\\x01\\\\xff\\\\xdd\\\\x00\\\\x04\\\\x00\\\\x08\\\\xff\\\\xc4\\\\x01?\\\\x00\\\\x00\\\\x01\\\\x05\\\\x01\\\\x01\\\\x01\\\\x01\\\\x01\\\\x01\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x03\\\\x00\\\\x01\\\\x02\\\\x04\\\\x05\\\\x06\\\\x07\\\\x08\\\\t\\\\n\\\\x0b\\\\x01\\\\x00\\\\x01\\\\x05\\\\x01\\\\x01\\\\x01\\\\x01\\\\x01\\\\x01\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x02\\\\x03\\\\x04\\\\x05\\\\x06\\\\x07\\\\x08\\\\t\\\\n\\\\x0b\\\\x10\\\\x00\\\\x01\\\\x04\\\\x01\\\\x03\\\\x02\\\\x04\\\\x02\\\\x05\\\\x07\\\\x06\\\\x08\\\\x05\\\\x03\\\\x0c3\\\\x01\\\\x00\\\\x02\\\\x11\\\\x03\\\\x04!\\\\x121\\\\x05AQa\\\\x13\"q\\\\x812\\\\x06\\\\x14\\\\x91\\\\xa1\\\\xb1B#$\\\\x15R\\\\xc1b34r\\\\x82\\\\xd1C\\\\x07%\\\\x92S\\\\xf0\\\\xe1\\\\xf1cs5\\\\x16\\\\xa2\\\\xb2\\\\x83&D\\\\x93TdE\\\\xc2\\\\xa3t6\\\\x17\\\\xd2U\\\\xe2e\\\\xf2\\\\xb3\\\\x84\\\\xc3\\\\xd3u\\\\xe3\\\\xf3F\\\\'\\\\x94\\\\xa4\\\\x85\\\\xb4\\\\x95\\\\xc4\\\\xd4\\\\xe4\\\\xf4\\\\xa5\\\\xb5\\\\xc5\\\\xd5\\\\xe5\\\\xf5Vfv\\\\x86\\\\x96\\\\xa6\\\\xb6\\\\xc6\\\\xd6\\\\xe6\\\\xf67GWgw\\\\x87\\\\x97\\\\xa7\\\\xb7\\\\xc7\\\\xd7\\\\xe7\\\\xf7\\\\x11\\\\x00\\\\x02\\\\x02\\\\x01\\\\x02\\\\x04\\\\x04\\\\x03\\\\x04\\\\x05\\\\x06\\\\x07\\\\x07\\\\x06\\\\x055\\\\x01\\\\x00\\\\x02\\\\x11\\\\x03!1\\\\x12\\\\x04AQaq\"\\\\x13\\\\x052\\\\x81\\\\x91\\\\x14\\\\xa1\\\\xb1B#\\\\xc1R\\\\xd1\\\\xf03$b\\\\xe1r\\\\x82\\\\x92CS\\\\x15cs4\\\\xf1%\\\\x06\\\\x16\\\\xa2\\\\xb2\\\\x83\\\\x07&5\\\\xc2\\\\xd2D\\\\x93T\\\\xa3\\\\x17dEU6te\\\\xe2\\\\xf2\\\\xb3\\\\x84\\\\xc3\\\\xd3u\\\\xe3\\\\xf3F\\\\x94\\\\xa4\\\\x85\\\\xb4\\\\x95\\\\xc4\\\\xd4\\\\xe4\\\\xf4\\\\xa5\\\\xb5\\\\xc5\\\\xd5\\\\xe5\\\\xf5Vfv\\\\x86\\\\x96\\\\xa6\\\\xb6\\\\xc6\\\\xd6\\\\xe6\\\\xf6\\\\'7GWgw\\\\x87\\\\x97\\\\xa7\\\\xb7\\\\xc7\\\\xff\\\\xda\\\\x00\\\\x0c\\\\x03\\\\x01\\\\x00\\\\x02\\\\x11\\\\x03\\\\x11\\\\x00?\\\\x00\\\\xe2\\\\xba_I\\\\xe9\\\\xfdC\\\\x1e\\\\xc7\\\\xe4\\\\xbd\\\\xfe\\\\xbb\\\\\\\\\\\\xfd\\\\xade\\\\xd8\\\\xf5mc\\\\x1b[\\\\xfdK+\\\\xce}\\\\x1b\\\\x98\\\\xed\\\\xee\\\\xfd#.\\\\xff\\\\x00\\\\xad\\\\xad\\\\x8a\\\\xfawO\\\\xab\\\\x0f\\\\xec\\\\xb5\\\\x87\\\\xb7 \\\\x02\\\\xe68\\\\xe4\\\\xf4\\\\xf2\\\\x0f\"\\\\xb6\\\\x92\\\\xdc\\\\xa6\\\\xefo\\\\xb7\\\\xf4\\\\xbb=\\\\xeb\\\\x9b\\\\xc6\\\\xb2\\\\xfa\\\\xf1\\\\xcd\\\\rw\\\\xe8\\\\x01.sKZuw\\\\xa7\\\\xb9\\\\xcd\\\\xdc\\\\xdd\\\\xdf\\\\xe0jM~N[\\\\xd9m;\\\\xc3\\\\x85\\\\xee\\\\xf5m\\\\x06\\\\xb6\\\\x02];\\\\xa5\\\\xaf\\\\xdb\\\\xb9\\\\x9e\\\\xef\\\\xa6\\\\xc69\\\\x88\\\\t\\\\x0b\\\\xa6(\\\\xe4\\\\x1f/f\\\\xf7R\\\\xab\\\\xea\\\\xdd\\\\x19F\\\\x9b\\\\x1f\\\\x9a\\\\xdbi#{\\\\xab\\\\x18\\\\xb6\\\\x02\\\\xe3\\\\xees\\\\x99~-\\\\xce\\\\xab\\\\xda\\\\xd3\\\\xf9\\\\x8f\\\\xb5lt~\\\\xbb\\\\xd3z\\\\x96Kpns\\\\xc5\\\\xd3\\\\xb3\\\\x1a\\\\xeb\\\\x80\\\\x1e\\\\xa8?E\\\\x96\\\\xb1\\\\x85\\\\xcc\\\\xab\\\\'\\\\xfa\\\\x9f\\\\xcf\\\\x7f\\\\xc6\\\\xff\\\\x009\\\\xc7\\\\x12\\\\xd3\\\\xec{b9\\\\x8d \\\\xa64\\\\x96\\\\xfb\\\\xaat\\\\x10dk\\\\xdf\\\\xc9\\\\xc8J7\\\\xbf\\\\xd1Y#\\\\x19\\\\x8a\\\\x96\\\\x9d\\\\x8b\\\\xe9\\\\x9dM\\\\xd4\\\\x8cW\\\\xfa\\\\x04\\\\x82\\\\xf2\\\\x1a\\\\xda\\\\xc7\\\\r\\\\xda6\\\\xbbo\\\\xfcb\\\\xe7\\\\xef\\\\xaad6\\\\x0c\\\\xea\\\\x1a\\\\xd6\\\\x82Di\\\\xae\\\\xed\\\\xaa\\\\xff\\\\x00A\\\\xeam\\\\xebx\\\\xc4_\\\\xafQ\\\\xa1\\\\xb1\\\\x93_\\\\x0e\\\\xb5\\\\xa3\\\\xe8\\\\xe4\\\\xb5\\\\xbf\\\\xfbq\\\\xfc\\\\xbf\\\\x7f\\\\xf8T\\\\xb30k\\\\x0f$\\\\xb3x\\\\x89\\\\x1c\\\\x88\\\\x8e\\\\x14;hZ9#!/P\\\\xdbG\\\\x1cT&j\\\\x06u\\\\xd0\\\\xbfo\\\\x1f\\\\x00\\\\xae\\\\xf4\\\\xbc\\\\xab\\\\x9dw\\\\xa5s\\\\xb7\\\\xb7\\\\x96\\\\x9f\\\\xfa.\\\\x9f\\\\xcfw\\\\xf6\\\\xd4\\\\x0bl\\\\x13\\\\xbc\\\\xcb\\\\x08\\\\x98p\\\\x91?\\\\xbb\\\\xa2\\\\x95,\\\\xaa\\\\xbb\\\\xd9aic\\\\x9d\\\\xf4\\\\x08;\\\\x9b\\\\xc7\\\\xd0\\\\xec\\\\xe4%\\\\xb5\\\\xf6\\\\xd7\\\\xecD\\\\x0e\\\\xa1\\\\xa9\\\\x92\\\\xdb\\\\x1d\\\\x95e&]\\\\xef 0\\\\x08\\\\x8d{m\\\\xfd\\\\xd5\\\\r\\\\xaeo\\\\xd2-\\\\xad\\\\xae&wA\\\\xd0\\\\x0f\\\\xddj\\\\xd0\\\\xea.\\\\xb4\\\\xe4\\\\x80uakc\\\\xdc\\\\x1b\\\\xba\\\\x7f{\\\\xf7\\\\x95\\\\x12\\\\xda\\\\x9b\\\\xb4\\\\x8d\\\\x08\\\\xe0\\\\x81\\\\xb5\\\\xae?\\\\xd7?\\\\xc9D\\\\x14\\\\x1d\\\\t\\\\x0c^CA\\\\xd0\\\\x8fPC\\\\xad3\\\\xaf\\\\xc3\\\\xf7\\\\x14\\\\xb1\\\\xa2\\\\xab\\\\x9bk\\\\xc0i\\\\xae4\\\\xe1\\\\xc0\\\\xcf\\\\xb7t}&\\\\xa8\\\\xb4X\\\\x1e\\\\x01\\\\xfel\\\\xc3\\\\xc9p\\\\x8d\\\\xcd\\\\xfeW\\\\xef\\\\xa2\\\\xd3\\\\x8fc\\\\xdc]\\\\xa0\\\\xdf\\\\x11\\\\x1e%\\\\xc3o\\\\xf2\\\\xda\\\\x81)\\\\t\\\\xb2\\\\xf1\\\\xc5Yy\\\\x15\\\\x82\\\\xd7\\\\\\\\lpk\\\\\\\\4\\\\xda\\\\x1cN\\\\xef\\\\xdd\\\\xfe\\\\xaa\\\\xafI&\\\\xda\\\\xdd%\\\\xe4\\\\xf8\\\\x99\\\\x83\\\\x07sc\\\\xf7Q\\\\xf2w\\\\xbb*\\\\xfb\\\\xc7\\\\x0e{\\\\x89t\\\\xfbI\\\\x07k\\\\x18[\\\\xf9\\\\x96)\\\\xd4\\\\xd3\\\\xeaP\\\\xe9/l\\\\xfb\\\\xb7\\\\x00\\\\x01\\\\x9d\\\\xdc~v\\\\xef\\\\xddLQ:\\\\xa2`\\\\xdd^\\\\xd8\\\\x05\\\\xf6j\\\\x08\\\\x1a\\\\xc7\\\\xd1\\\\xda\\\\x1a\\\\xa4\\\\xed\\\\xa5\\\\xde\\\\x99%\\\\xe2\\\\xc2\\\\x18\\\\x1aG\\\\x10~\\\\x9bO\\\\xf5Q\\\\x03\\\\x1c)\\\\x16V60\\\\x1d\\\\xd2\\\\xc9.\\\\x03\\\\xe8\\\\xb9\\\\xae\\\\xfc\\\\xe7m\\\\xf6\\\\xa6\\\\xdf\\\\xbd\\\\xef\\\\xbc\\\\x91\\\\xba\\\\x96\\\\x12Gr]\\\\xed\\\\x0f\\\\xff\\\\x00_\\\\xa0\\\\x9b3C\\\\xc7\\\\xa2\\\\x00\\\\xfe\\\\xd7\\\\xff\\\\xd0\\\\xe2(\\\\xa4\\\\xbe=0K\\\\x81\\\\x01\\\\xa3\\\\xbf\\\\xf5\\\\xbf\\\\xb6\\\\x9e\\\\xecF<83X\\\\x92I\\\\xd0\\\\x7fg\\\\xf9*\\\\xe3+l\\\\xee\\\\xda}77\\\\xd4li\\\\xee\\\\xee\\\\xdf\\\\xec9_,w\\\\xf86\\\\xc3,#k9sK\\\\xa3B\\\\xd7n\\\\xfc\\\\xefr\\\\xaf\\\\xd6\\\\xdc\\\\xb32\\\\x0b\\\\xc8\\\\xd9Qk\\\\xb6\\\\x9f\\\\xa2?8\\\\xf6\\\\xfeR\\\\x18\\\\x05\\\\xa4\\\\x82x\\\\xfc\\\\xdf\\\\x10\\\\xb6z\\\\x86\\\\x0be\\\\xc2\\\\xbfsk%\\\\xb2\\\\x7f9\\\\xc3BG\\\\xef5d\\\\xbe\\\\xa2\\\\x01n\\\\xa07V\\\\xf9x\\\\xa9\\\\xa1+\\\\r\\\\xbcy\\\\x04\\\\x86\\\\xac\\\\xf1r\\\\xef\\\\xc3\\\\xc8\\\\xaf+\\\\x19\\\\xe6\\\\xbb\\\\xe8p5\\\\xbcr\\\\x08\\\\xff\\\\x00\\\\xaac\\\\xfe\\\\x8b\\\\x98\\\\xbb\\\\xac>\\\\xa9\\\\x89\\\\xd4\\\\xb0\\\\x9b\\\\x93\\\\x01\\\\x8e\\\\xdd\\\\xb6\\\\xfa\\\\x7f\\\\xd1\\\\xd8u\\\\x9f\\\\xdeuo\\\\xfc\\\\xc7/>\"5\\\\x02|ei\\\\xfd_\\\\xbc\\\\xd7\\\\x9a\\\\xea\\\\xe7\\\\xdbk \\\\xf8\\\\x1d\\\\xbe\\\\xe6\\\\xa1\\\\x92:X\\\\xdc\\\\',\\\\x01\\\\x89=\\\\x9e\\\\x93\\\\'Mk0?xp\\\\xab3%\\\\xbe\\\\xa0\\\\xaa\\\\xd6\\\\x86\\\\xc9\\\\xf6\\\\xb9\\\\xbd\\\\xc9\\\\xfc\\\\xe73\\\\xdd\\\\xff\\\\x00A\\\\x10\\\\xdb\\\\xe9\\\\xb3o\\\\xb5\\\\xed\\\\xeeu\\\\x82\\\\x0f\\\\xe6\\\\xa0\\\\n\\\\xc5\\\\x87uzl\\\\xf7\\\\xfa$k\\\\xcf,?IA\\\\xbcKLhB^\\\\xa5\\\\x8e\\\\xf7X\\\\xcbX\\\\xdd\\\\ra\\\\xae3\\\\xcb\\\\x81\\\\xff\\\\x009ScZ\\\\xe2\\\\xe6\\\\xbc\\\\x93\\\\xb8L\\\\x9e7v\\\\x1b>\\\\x97\\\\xf2U\\\\xfe\\\\xa4\\\\x1d\\\\xfa\\\\'\\\\x06\\\\x17\\\\xb4\\\\xb4\\\\xcc\\\\x03\\\\xcc\\\\xf9*6;\\\\xd42\\\\xe0\\\\xd6\\\\x8d\\\\xa3S\\\\xa9\\\\x90=\\\\xc7`M\\\\xe2\\\\x02*\\\\x90\\\\x97\\\\xb8\\\\x83n\\\\xf6\\\\xb5\\\\xc2\\\\x08\\\\x1c\\\\xed\\\\xdb\\\\xed\\\\xf6{WCo\\\\xd4\\\\xae\\\\xb5\\\\xe9\\\\xd8\\\\xf0\\\\xea\\\\x1a\\\\xf7\\\\xb7Lf\\\\xd8D\\\\x91\\\\xc3C\\\\xb6\\\\xfa\\\\x7f\\\\xf4\\\\xd6+\\\\xf1r\\\\xf0\\\\xf3[U\\\\xb5\\\\xb9\\\\xb6\\\\x08u\\\\xf5\\\\xb9\\\\xba\\\\xb5\\\\xc0}\\\\'\\\\x7f\\\\'\\\\xfe\\\\x11\\\\x8a^*\\\\xdb^\\\\xf5\\\\xfc\\\\x18\\\\xa5\\\\t\\\\r\\\\xc2\\\\x10(c\\\\xc9\\\\xae\\\\xc2\\\\xd0\\\\xd3\\\\x0f$\\\\x1e\\\\xc7\\\\xf3\\\\x10\\\\xea\\\\xa6\\\\xbd\\\\xd9\\\\x0f\\\\x06Y\\\\xe9\\\\xeaY\\\\xdc\\\\xb8\\\\xcbB)u\\\\x8ff\\\\xe9i\\\\x90\\\\xe0Y\"{\\\\xb8;HB\\\\xc6\\\\xdcY\\\\x90\\\\xe6\\\\x08\\\\xfd\\\\x1b7G\\\\xf5\\\\xb5\\\\xe57$\\\\x85\\\\x81\\\\xf5Z\\\\x03\\\\xff\\\\xd1\\\\xc0\\\\x18\\\\x8fm5\\\\xb9\\\\xf5\\\\xbbmvA\\\\x0e\\\\x12\\\\x08p\\\\xdd\\\\xed\\\\x1f%\\\\xad\\\\xd1:u\\\\xd9\\\\xbdI\\\\x945\\\\xe0?\\\\xdcn\\\\xbc\\\\xcb\\\\xbfF\\\\x06\\\\xaf\\\\xf6\\\\xfb[g\\\\xe6\\\\xd5\\\\xb9R\\\\xc4d\\\\xbf`!\\\\xac\\\\xb4\\\\x1a\\\\xdf\\\\xee\\\\xd2N\\\\xadw\\\\xbf\\\\xf9k\\\\xb0\\\\xfa\\\\xa6q\\\\xea\\\\xe9\\\\x1b\\\\x1aY\\\\xeb\\\\xd8\\\\xf7\\\\xbe\\\\xd6\\\\x807C\\\\x7fF\\\\xc6;\\\\xf3\\\\xbf\\\\xc1\\\\xaayrpD\\\\x91\\\\xf4sp\\\\xc0NB\\\\xf6\\\\x1a\\\\xfd\\\\x8e\\\\x7fQ\\\\xfa\\\\x87k\\\\x03\\\\x9f\\\\xd3O\\\\xda\\\\xeah\\\\x96T\\\\xf2\\\\x1bws\\\\xb4h\\\\xda_\\\\xee\\\\xfd\\\\xd7\\\\xd7\\\\xff\\\\x00\\\\x16\\\\xb9\\\\xfe\\\\x89\\\\xf5<\\\\xf5~\\\\xa4\\\\xea\\\\xf2\\\\xec}X\\\\xb4\\\\xe9\\\\x90\\\\xe6\\\\x08yw\\\\xe7R\\\\xdfPm\\\\xaf\\\\xf9os}\\\\x8b\\\\xd4\\\\xb1\\\\xeck\\\\xc3H\\\\xe1\\\\xff\\\\x00D\\\\x8e\\\\xff\\\\x00\\\\xf9\\\\xca\\\\xca\\\\xc4\\\\xbf\\\\x1a\\\\xec\\\\xfc\\\\xbb\\\\x19\\\\xb6E\\\\xce.sF\\\\x91;7\\\\x7f\\\\xd76\\\\xfa\\\\x8fU\\\\xfe\\\\xf3.\\\\x01T$O\\\\xe1\\\\xd5\\\\xb40\\\\xc4J\\\\xc6\\\\x9e\\\\x0f\\\\x1b\\\\xf5\\\\xd7\\\\xea\\\\x17F\\\\xe9\\\\x1d\\\\x19\\\\xfdS\\\\xa7[k\\\\rvW[\\\\xa9\\\\xb5\\\\xe1\\\\xedp\\\\xb0\\\\xec\\\\xfd\\\\x13\\\\x8b[g\\\\xa8\\\\xdf\\\\xa4\\\\xb8,K\\\\xc6>Uv\\\\x9d\\\\x1bS\\\\x86\\\\xe09\\\\xdatz\\\\xf4\\\\x8f\\\\xf1\\\\x9b\\\\x9ar\\\\x1b\\\\x89\\\\xd3+\\\\xd4\\\\xd17\\\\xdd\\\\x06F\\\\xf7\\\\x8d\\\\x950\\\\xb7\\\\xe8;m{\\\\xac\\\\xff\\\\x00\\\\xae/3\\\\xba\\\\xb71\\\\xe6t\\\\x00\\\\xc1W\\\\xb0K\\\\x8e\\\\x15#d\\\\xae\\\\x06&\\\\xe2\\\\xf5\\\\xd61\\\\xcd;\\\\xda\\\\x1a\\\\xf6\\\\x11\\\\xa3\\\\x811\\\\xc7\\\\xe7\\\\x06\\\\xa8\\\\xd6\\\\xd7\\\\x17\\\\xb4W\\\\xee-p!\\\\x93\\\\x06\\\\x7fy\\\\x9f\\\\xbd\\\\xfde\\\\x9b\\\\xd0:\\\\xa8\\\\x96\\\\xf4\\\\xdc\\\\x82e\\\\xc43\\\\x1a\\\\xd0$\\\\xc9\\\\xfa5\\\\x11\\\\xfb\\\\xae\\\\xfc\\\\xc5\\\\xb60.\\\\xfbKH\\\\x1e\\\\xd2Av\\\\xd9\\\\x80?}\\\\xb3\\\\xf4\\\\x7f\\\\xa8\\\\xa3\\\\x980\\\\x04\\\\x10\\\\xd3\\\\x969F`\\\\x1e\\\\xfa\\\\x14}I\\\\xf3]0\\\\xe7\\\\x00d\\\\x96\\\\xb6u\\\\xf3\\\\xd1G\\\\xa2t<\\\\x9e\\\\xb1\\\\x98qq\\\\xdc\\\\xca\\\\xcb+u\\\\xcf{\\\\x84\\\\x90\\\\xd6\\\\x96\\\\x86\\\\xedm~\\\\xed\\\\xde\\\\xf5k\\\\xaba\\\\x072\\\\x90\\\\xd6\\\\x17\\\\x9au\\\\x0e\\\\x027\\\\x06\\\\xddh\\\\xdd\\\\xfaM\\\\xdf\\\\xe8\\\\xd5\\\\xca\\\\xf2\\\\xe8\\\\xc9i\\\\xa2\\\\xb2\\\\x1aZ@p\\\\x9eH\\\\xf7mg\\\\xf9\\\\xca\\\\xe3\\\\x08l\\\\xd9k\\\\x83\\\\x18\\\\xc1\\\\xb9\\\\xefwf\\\\x8fv\\\\xe7*\\\\x84\\\\\\\\\\\\x80\\\\x11\\\\xd8\\\\xea|[\\\\xba}\\\\xae\\\\t\\\\xfa\\\\xbb\\\\x83\\\\xd5\\\\xaa7\\\\xe6\\\\x97}\\\\xa2\\\\xdfs\\\\x9fY\\\\xdad\\\\xeb\\\\xeek\\\\xc3\\\\xb7l\\\\xfa+\\\\x91\\\\xeb\\\\xdf\\\\xe2\\\\xcf\\\\xab0\\\\xba\\\\xee\\\\x9fey\\\\xcc\\\\xd5\\\\xde\\\\x99\\\\x8a\\\\xad\\\\xf1\\\\xda\\\\xd6<\\\\xba\\\\x9b?\\\\xed\\\\xd5\\\\xd3b\\\\xfdk\\\\xc2\\\\xf5\\\\x1c.\\\\x06\\\\xb6=\\\\xees\\\\x03\\\\x84\\\\x18$\\\\x96\\\\xff\\\\x00\\\\xd1[x\\\\xfdc\\\\x12\\\\xf6\\\\xcdV\\\\x07\\\\x83\\\\xd8\\\\xa1\\\\x0c\\\\xf9q\\\\x9a\\\\xbd\\\\xba\\\\x15\\\\xa28\\\\xf7\\\\xef\\\\xd4>\\\\x07v=\\\\xd8\\\\xd9\\\\x06\\\\xab\\\\x18\\\\xeam\\\\xac\\\\xed{\\\\x1e\\\\x0b^\\\\xd7\\\\x0f\\\\xdek\\\\xb6\\\\xb9\\\\x8ej\\\\xdc\\\\xfa\\\\xa7\\\\xd7\\\\xf3\\\\x99q\\\\xe9W<\\\\xdd\\\\x8fk\\\\\\\\k\\\\x0e\\\\x97\\\\x16=\\\\xa0\\\\xd9\\\\xecw\\\\xee?o\\\\xd0]\\\\xff\\\\x00\\\\xd7\\\\xae\\\\x81\\\\x89\\\\xd6\\\\xf0\\\\x1b}B\\\\xba\\\\xfa\\\\x95Nkh\\\\xbc\\\\x98\\\\x0eg\\\\xe7c\\\\xdc\\\\xff\\\\x00\\\\xa5\\\\xb3\\\\xfd\\\\x1f\\\\xfa;\\\\x17\\\\x9et\\\\x9e\\\\x81\\\\xd6\\\\xf1\\\\xbe\\\\xb0\\\\xe36\\\\xcc+D\\\\xb8\\\\xb8\\\\xb8\\\\x00Y\\\\xb4\\\\xb5\\\\xdb\\\\xdeo\\\\x9fGc\\\\x7f?\\\\xf4\\\\x8bC\\\\x1ea\\\\x9f\\\\x11\\\\xd2\\\\xa5\\\\xa8\\\\xaf\\\\xeb\\\\x7fU&\\\\x8d\\\\xc7sV\\\\x1e\\\\xc6\\\\xbc\\\\xecv>\\\\x9bl\\\\x13n\\\\xe2*\\\\x1cA#W \\\\xe7u@\\\\xe9\\\\x0e\\\\xff\\\\x00b\\\\xc6\\\\xfa\\\\xc5\\\\x8b\\\\x91[\\\\xf20\\\\xdc\\\\xe15\\\\x82\\\\xd6>\\\\xb3,\\\\'\\\\x99k\\\\xff\\\\x00u\\\\xcb#\\\\t\\\\xb62\\\\xe6\\\\xfd\\\\xa6\\\\xe3s\\\\x87\\\\xd1k\\\\x9cKA\\\\x8f\\\\xcd\\\\xdc}\\\\xceT\\\\xe7\\\\x8b\\\\x8c\\\\x12g\\\\\\\\:p\\\\xd6\\\\xb2\\\\xf1b\\\\x14<\\\\xed\\\\xe8\\\\xdf\\\\xd6\\\\xfa\\\\x90\\\\xa3\\\\xec\\\\xd8\\\\xd787n\\\\xd6\\\\xb9\\\\xfa\\\\xfam<\\\\xb6\\\\x8f\\\\xcen\\\\xe5w\\\\x1b\\\\xeb7Z\\\\xaf\\\\xa7\\\\xb7\\\\x06\\\\xeb[\\\\x90\\\\xc6q}\\\\xa1\\\\xde\\\\xa9h\\\\xe2\\\\xbb-k\\\\xdb\\\\xea5\\\\xbf\\\\xcb\\\\xf7\\\\xaey\\\\xf9\\\\rou\\\\x11\\\\x9c&\\\\x00\\\\xdd\\\\xe5\\\\xca\\\\x88B\\\\\\\\$\\\\x01\\\\xa1\\\\xdd\\\\x90\\\\x1e\\\\xefR\\\\xde\\\\xaf\\\\x9e\\\\xc7Sx\\\\xdb[*xxk\\\\x1aC_\\\\xfc\\\\x8b\\\\x8c\\\\xee{6\\\\xfeb\\\\xea\\\\xf1\\\\xe9\\\\xc2\\\\xea\\\\xd8\\\\xd8\\\\xddJ\\\\xb7\\\\xb9\\\\xadx.ur\\\\x08\\\\x0e\\\\x9d\\\\x8fg\\\\r\\\\xfeoo\\\\xb1y\\\\xa5\\\\xddb\\\\xea\\\\xe9\\\\xfd&\\\\x8d\\\\x026\\\\x12\\\\'_\\\\xe4+?V>\\\\xbd\\\\x0e\\\\x97\\\\x92\\\\xfa2k\\\\xdd\\\\x83y\\\\x97\\\\x06\\\\x9dZ\\\\xf1\\\\xa0\\\\xbb_o\\\\xb9\\\\xbe\\\\xc4\\\\xec\\\\\\\\\\\\xbc\\\\xc8:\\\\x13\\\\x10;_\\\\xa9p\\\\x90\\\\xba\\\\x0f\\\\xa8]M\\\\xf5\\\\xe2\\\\xde\\\\xee\\\\x9fc~\\\\xd5mc\\\\xd1u\\\\xe0\\\\xb9\\\\xad mg\\\\xf3{]\\\\xb7\\\\xf9\\\\x0b\\\\xcbm\\\\xaf#\\\\x1c}\\\\x977\\\\xf4\\\\x8f\\\\xa0\\\\x96XI\\\\xf7H\\\\x00\\\\x9d\\\\xb6\\\\xfes\\\\x1c\\\\xbd\\\\x13\\\\x0b\\\\xacU\\\\x9d\\\\xd2i\\\\xcfm{Yn\\\\xe3Y.\\\\x9fk\\\\\\\\\\\\xe0\\\\xd7K\\\\x0f\\\\xee\\\\xae\\\\x1f\\\\xadfS\\\\x91\\\\xd4\\\\xad\\\\xb9\\\\x85\\\\xa1\\\\x81\\\\xe6\\\\xb7\\\\x93\\\\xf4e\\\\x91\\\\xfes\\\\x93\\\\xe3\\\\x10=$\\\\x01\\\\xa5\\\\xd3\\\\x0f2l\\\\x02:\\\\x17\\\\xff\\\\xd3\\\\xcd\\\\xc8\\\\xc8eXV\\\\xbd\\\\xc0M\\\\x87\\\\xd3c\\\\x86\\\\x93\\\\xde\\\\xcf\\\\xfa\\\\x0b\"\\\\x9f\\\\xac\\\\x1f\\\\xb3C~\\\\xcfX\\\\xb4\\\\x82Kw8\\\\xb4\\\\t\\\\xfc\\\\xd8g\\\\xee\\\\xbf\\\\xdc\\\\xaeu@\\\\xdb\\\\xb1\\\\x1ajw\\\\xa8\\\\xda\\\\xdaKKu\\\\x0f\\\\'\\\\xfc#?\\\\x92\\\\xb3\\\\xba\\\\x1f\\\\xd5\\\\xcb\\\\xba\\\\xa5\\\\xc6\\\\xfc\\\\x87\\\\x1apZcx\\\\xd1\\\\xcf?\\\\xe8\\\\xe8\\\\xdc?\\\\xcf\\\\xb5V0\\\\x84\\\\xc5OX\\\\x8d\\\\\\\\\\\\xec\\\\x06\\\\xaeWT\\\\xd9\\\\xe9\\\\x7f^z\\\\xc7N\\\\xca\\\\xb7 :\\\\xbb\\\\xdd\\\\x90\\\\xff\\\\x00R\\\\xca\\\\xeef\\\\xe6\\\\xef\\\\xfa3KZZ\\\\xfa\\\\xbd\\\\xbe\\\\xdfb\\\\xea[\\\\xf5\\\\xb3\\\\xaa\\\\xf5J\\\\xfd\\\\x1c\\\\x8ck\\\\xab\\\\xae\\\\xc6\\\\xfe\\\\x95\\\\x8c\\\\xa8\\\\xb2\\\\xa3?\\\\xbc\\\\xfbv\\\\xbd\\\\xdf\\\\xe7\\\\xa8\\\\xe0`\\\\xf4\\\\xee\\\\x9f\\\\xae\\\\x0e31\\\\xdd\\\\x10l\\\\x8d\\\\xd6\\\\x7f\\\\xdb\\\\xd6\\\\x97Y\\\\xfej;\\\\xecs\\\\x9d%\\\\xc5\\\\xce\\\\x1c\\\\xce\\\\xbf\\\\xc54\\\\xc67q\\\\x15\\\\xfc\\\\xbfu|\\\\xf3^\\\\x81\\\\xaa:m6\\\\x92\\\\xd2\\\\xe2\\\\x18\\\\xed\\\\x08$D\\\\x7f\\\\'ro\\\\xd9\\\\x9bCMW\\\\n^\\\\xdf\\\\xa5\\\\xb4\\\\xbe9\\\\xd1\\\\xdbF\\\\xe4r\\\\xe3:\\\\xf7\\\\xe6~\\\\x10\\\\xa2m\\\\xe2f&\\\\x01\\\\x99\\\\xd16P\\\\x12\\\\xf9\\\\x80>a\\\\x88H\\\\x8f\\\\x94\\\\xf0\\\\xf9+#\\\\x05\\\\x97\\\\x16\\\\x0bs\\\\xf2\\\\x88\\\\xac\\\\xe9\\\\xe9\\\\xb9\\\\xac\\\\x13\\\\xd9\\\\xde\\\\xefW\\\\xf3\\\\x7fy\\\\x8bC\\\\x0f\\\\xf6ya\\\\xa1\\\\xee\\\\xbd\\\\xe1\\\\xe27\\\\xba\\\\xc6\\\\xba`\\\\x7f\\\\x85\\\\xaf\\\\xd1\\\\xad\\\\x8b*\\\\xcb\\\\t\\\\xe4\\\\x90\\\\x7f\\\\x1f\\\\xf3\\\\x7fu\\\\x17\\\\x08\\\\xb4\\\\xdc$:\\\\x04\\\\xeax\\\\xe1.\\\\x10\\\\x06\\\\x91\\\\x11\\\\xf2\\\\xf4\\\\xa4JD\\\\x8b7\\\\xafT\\\\x9dS\\\\x07\\\\xa4\\\\x8aF\\\\xca\\\\x9fy2\\\\x05{\\\\xf67\\\\xfa\\\\xeeuc{\\\\xbf\\\\x92\\\\xb9\\\\x0b\\\\xbe\\\\xac\\\\xb6\\\\xeb\\\\xb7\\\\x06\\\\xba\\\\xb1\\\\xe2\\\\xeb\\\\x0b\\\\x88\\\\xfc7.\\\\xb3=\\\\xce\\\\x0ehkw6$\\\\x182\\\\xd3\\\\xc6\\\\xdd\\\\xc1R\\\\x16n\\\\x88p\\\\xda\\\\x06\\\\x83W\\\\x1f\\\\x1f\\\\xa3\\\\x1f\\\\x9c\\\\x8c,u#\\\\xc9t\\\\xb2H\\\\x1d\\\\ry9M\\\\xfa\\\\xb3\\\\x8c\\\\x19/\\\\xca\\\\xbe`i\\\\xec1\\\\xfd\\\\xa3\\\\xeeEo\\\\xd5\\\\xfc`\\\\xc2*\\\\xca\\\\xb6\\\\xb2\\\\x07/cy\\\\xff\\\\x00\\\\xa2\\\\xaf\\\\x8dd\\\\xc6\\\\x83\\\\xbc\\\\x7f\\\\xd1NK\\\\xcb[\\\\xa4\\\\xf8\\\\t\\\\xfc\\\\xba\\\\xa2E\\\\xee\\\\xb7\\\\xdd\\\\x9fw\\\\x16\\\\xcf\\\\xaa-{\\\\x8b\\\\x8e}\\\\x9a\\\\xf7u:k\\\\xfb\\\\xd1j\\\\x03\\\\xfe\\\\xa5g\\\\xed\\\\xfd[\"\\\\x9b\\\\xec \\\\x16\\\\xd5\\\\xab\\\\x1c\\\\xe9\\\\xe1\\\\xads\\\\xa6\\\\xbd\\\\xff\\\\x00\\\\xc8s\\\\xd7F=\\\\xa0\\\\x978\\\\x08\\\\x07\\\\x99$\\\\xcf\\\\x97\\\\xf2T\\\\x99s\\\\xb6\\\\x87\\\\x06\\\\x96\\\\x80@\\\\x07M~\\\\xef\\\\xfb\\\\xfax\\\\xc8F\\\\x97\\\\xf4\\\\\\\\2\\\\xcc<\\\\x9fK\\\\xfa\\\\xc1\\\\xd6:ev\\\\xf4\\\\xea\\\\\\\\EV8\\\\x87\\\\xe3\\\\xda\\\\x0f\\\\xe8\\\\xec\\\\x1a=\\\\xecn\\\\x8e\\\\xaa\\\\xcd\\\\xcd\\\\xfd+\\\\x15\\\\xc6\\\\xce\\\\xdd\\\\x8e\\\\xd4\\\\xf8\\\\x11>\\\\xe7H\\\\xb1\\\\xfa~\\\\xfe\\\\xd5\\\\xa9\\\\xd7\\\\xf0\\\\xf1w\\\\xd3\\\\xd5,\\\\xae/\\\\xbc\\\\x16<\\\\xb0\\\\x8dv\\\\x00\\\\xea\\\\xdeX~\\\\x93\\\\xf6\\\\xfe\\\\x8d\\\\xca\\\\x95\\\\x150zn\\\\xc8\\\\xd0\\\\xb8o\\\\xa3\\\\x1f\\\\xe8\\\\x97\\\\x91\\\\xfe\\\\x12\\\\xd7\\\\x7f\\\\xa1Pe\\\\x1cy*1\\\\xa2w\\\\xfe\\\\xb2\\\\xe9H\\\\xe4 \\\\x0f\\\\xb1\\\\xff\\\\xd4\\\\xcc\\\\xb3\\\\x1e\\\\xb2\\\\xdf\\\\xb1W\\\\x153]\\\\x9bt\\\\x12\\\\xe9\\\\xb1\\\\xee }\\\\x05\\\\xae\\\\xd2\\\\xd6\\\\xe2\\\\xd0)\\\\xd2\\\\x91[Em\\\\xed\\\\xa7\\\\x87\\\\xf2w,\\\\x9b\\\\xa5\\\\x8c\\\\x01\\\\xed\\\\xf4\\\\xecp\\\\x04\\\\x11\\\\xc7\\\\xa6\\\\xd0\\\\xd7m\\\\xff\\\\x00\\\\xa5\\\\xedV\\\\xf0/\\\\x0eg\\\\xd9\\\\xdb\\\\xa8h.l\\\\xf9\\\\xf24U\\\\x8b\\\\x93\\\\x13\\\\xa9\\\\x07\\\\xabq\\\\xce \\\\xc6\\\\x82x\\\\x1f\\\\x15\\\\x02|9\\\\x1eR?\\\\xb4\\\\x84\\\\xd7\\\\xef09\\\\x1c\\\\xea\\\\xa5\\\\xa7\\\\x12\\\\x01\\\\xe4\\\\x01\\\\xac\\\\xff\\\\x00%*\\\\\\\\\\\\xa2\\\\xe2\\\\x01\\\\x02\\\\x1a\\\\x0e\\\\x80v\\\\xd1E\\\\xc4\\\\x90u\\\\xf0\\\\x81\\\\xf9{$\\\\xe9\\\\x02\\\\x0b\\\\x08\\\\xf9\\\\x925\\\\xf8!\\\\xb8\\\\xe9&\\\\x00\\\\xd4L\\\\xfeQ\\\\xaaT\\\\x8b\\\\\\\\\\\\xd9\\\\x1b\\\\xa4\\\\xba\\\\x08\\\\xf6\\\\x10Qq\\\\x1e\\\\xd3v\\\\xe3/\\\\xd8\\\\xd3\\\\x00\\\\xcc\\\\xcf\\\\xd0\\\\xe7\\\\xe6\\\\xaa\\\\xb8\\\\xb8\\\\x1d\\\\x0c\\\\xf9\\\\x01\\\\xc2\\\\xbd\\\\x82\\\\\\\\\\\\xd0\\\\xeb,\\\\x9d\\\\xb1\\\\xa6\\\\xee<\\\\xdc\\\\xd0\\\\x9b-\\\\x93\\\\x1dd\\\\x11f\\\\xbe\\\\xafWd\\\\x12\\\\xe6F\\\\xa6;y\\\\x83\\\\xff\\\\x00}UC\\\\x98`\\\\xe9\\\\xb8\\\\x0fv\\\\xa7\\\\xfe\\\\xab\\\\xdb\\\\xfej\\\\x9d\\\\xd6\\\\xb2\\\\xcb\\\\x9c\\\\xe6\\\\xb8\\\\x96\\\\xbfXs\\\\x7f\\\\xf3\\\\xa5\\\\x06\\\\x96\\\\xed\\\\xdc\\\\xdd\\\\xa6t\\\\x92?\\\\xd8\\\\x90\\\\xd9\\\\x04\\\\xd9*\\\\xdd\\\\x04\\\\xe8\\\\'\\\\x91\\\\xa8\\\\xd18{\\\\xa0i\\\\x00q\\\\xfe\\\\xbf\\\\xba\\\\x90lk\\\\x03\\\\xc8i\\\\xc7\\\\x9a\\\\x94\\\\x19\\\\x98\\\\xd7\\\\xca\\\\x7f\\\\xd7jD\\\\x1e\\\\xea\\\\x0c\\\\x86\\\\xe8o\\\\xb4\\\\x18\\\\xec5\\\\xd7\\\\xf7\\\\x94\\\\x98\\\\x0b\\\\xc9\\\\x02\\\\x00?IE\\\\xa42y\\\\x13\\\\xdf\\\\xbf\\\\xc9Z\\\\xc3k=\\\\xd7<~\\\\x8d\\\\x90`\\\\xf7?\\\\xba\\\\x88\\\\x1d7H\\\\xb2tq\\\\xfe\\\\xb7\\\\xf5\\\\x0b0_Mt\\\\xe3\\\\xfa\\\\xb7\\\\xb1\\\\x92\\\\x1c\\\\xf15\\\\xd4^d;\\\\xd1\\\\xfa6Z\\\\xf67\\\\xf3\\\\xfd\\\\x95\\\\xae>rr[vm\\\\xd9\\\\x0f9d\\\\xea\\\\xe2\\\\xedO\\\\xf2O\\\\xfd\\\\xf5v\\\\x9dG\\\\x15\\\\xfdB\\\\xe7\\\\xd7\\\\xean\\\\x9fs\\\\x9d:\\\\x97\\\\x1f\\\\x0f\\\\xea.;6\\\\xba\\\\xf1\\\\x1c\\\\xfan\\\\x04^\\\\x0e\\\\xb1\\\\xc1\\\\x1e*\\\\xcc1\\\\x88\\\\xeb\\\\xd4\\\\xee]\\\\x0cx\\\\xc4\"\\\\x00\\\\x1a\\\\xf5/\\\\xff\\\\xd5\\\\xa5l\\\\xfd\\\\x89\\\\xb1\\\\xb6g\\\\xfc,\\\\x7f\\\\xe0\\\\x13\\\\xed\\\\xdb\\\\xfb\\\\xff\\\\x00\\\\xd8U\\\\x9d\\\\xean\\\\xa7w\\\\xad3\\\\xa7\\\\xa7\\\\xb29\\\\xfc\\\\xcd\\\\x9e\\\\xdf\\\\xf3\\\\xd7\\\\x00\\\\x92\\\\xa8wr{n\\\\xfanG\\\\xd2\\\\x1e3\\\\xac\\\\x7f\\\\xaf\\\\xd3D\\\\xaf\\\\xe8;\\\\x9e\\\\xdf\\\\x05\\\\xe5\\\\xc9\\\\'\\\\x05\\\\xd2\\\\xdd\\\\xf5f\\\\xc6\\\\xee\\\\xfd\\\\xbe\\\\x8c\\\\xc2\\\\t\\\\x9d\\\\xc7\\\\x89\\\\xd7\\\\xe9\\\\xc4\\\\xf3\\\\xfej\\\\xf2\\\\xf4\\\\x92Z\\\\xfaY\\\\xe0\\\\xcc\\\\xcc\\\\xfeo\\\\xfeb\\\\xac\\\\xd7\\\\xfd\\\\x05\\\\xdbg\\\\xfb<\\\\xfc\\\\xf7\\\\xaf+I\"\\\\x98\\\\xf5\\\\xf2}\\\\x13X\\\\xff\\\\x00t\\\\x7fi\\\\x10\\\\xf28\\\\xe3\\\\xe5\\\\xfd\\\\x95\\\\xe6\\\\xe9$\\\\x87\\\\xd2\\\\xc7x\\\\x98\\\\xfc~r\\\\x9b\\\\xf3\\\\x0f\\\\xe1\\\\x9b\\\\xd8\\\\xfd.\\\\xdc\\\\xff\\\\x00\\\\x04{\\\\xe7\\\\xecTm\\\\x9d\\\\xbb\\\\xdd>\\\\x94D\\\\xc7\\\\xf8M\\\\xfe\\\\xfd\\\\xff\\\\x00\\\\xd4\\\\xf6/+I?\\\\x1f\\\\xcc\\\\x19p|\\\\xf1}\\\\x06\\\\x8d\\\\xbfl\\\\xaf\\\\x99\\\\x8f\\\\xcc\\\\xdd?\\\\xd9\\\\xfc\\\\xc5\\\\xcd\\\\xfdl\\\\xfe\\\\x9c\\\\xc9\\\\xdb1\\\\xfd\\\\xbf\\\\xed\\\\xed\\\\xf6\\\\xac$\\\\x95\\\\x82\\\\xe8?\\\\xff\\\\xd9\\\\x008BIM\\\\x04!\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00U\\\\x00\\\\x00\\\\x00\\\\x01\\\\x01\\\\x00\\\\x00\\\\x00\\\\x0f\\\\x00A\\\\x00d\\\\x00o\\\\x00b\\\\x00e\\\\x00 \\\\x00P\\\\x00h\\\\x00o\\\\x00t\\\\x00o\\\\x00s\\\\x00h\\\\x00o\\\\x00p\\\\x00\\\\x00\\\\x00\\\\x13\\\\x00A\\\\x00d\\\\x00o\\\\x00b\\\\x00e\\\\x00 \\\\x00P\\\\x00h\\\\x00o\\\\x00t\\\\x00o\\\\x00s\\\\x00h\\\\x00o\\\\x00p\\\\x00 \\\\x007\\\\x00.\\\\x000\\\\x00\\\\x00\\\\x00\\\\x01\\\\x008BIM\\\\x04\\\\x06\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x07\\\\x00\\\\x06\\\\x00\\\\x01\\\\x00\\\\x01\\\\x01\\\\x00\\\\xff\\\\xe1\\\\x12Hhttp://ns.adobe.com/xap/1.0/\\\\x00\\\\n\\\\n\\\\n\\\\n\\\\n \\\\n adobe:docid:photoshop:9b852bb5-64b1-11d8-88a3-e9f20d87aaa6\\\\n \\\\n\\\\n\\\\n\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n\\\\xff\\\\xee\\\\x00\\\\x0eAdobe\\\\x00d@\\\\x00\\\\x00\\\\x00\\\\x01\\\\xff\\\\xdb\\\\x00\\\\x84\\\\x00\\\\x02\\\\x02\\\\x02\\\\x02\\\\x02\\\\x02\\\\x02\\\\x02\\\\x02\\\\x02\\\\x03\\\\x02\\\\x02\\\\x02\\\\x03\\\\x04\\\\x03\\\\x02\\\\x02\\\\x03\\\\x04\\\\x05\\\\x04\\\\x04\\\\x04\\\\x04\\\\x04\\\\x05\\\\x06\\\\x05\\\\x05\\\\x05\\\\x05\\\\x05\\\\x05\\\\x06\\\\x06\\\\x07\\\\x07\\\\x08\\\\x07\\\\x07\\\\x06\\\\t\\\\t\\\\n\\\\n\\\\t\\\\t\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x01\\\\x03\\\\x03\\\\x03\\\\x05\\\\x04\\\\x05\\\\t\\\\x06\\\\x06\\\\t\\\\r\\\\n\\\\t\\\\n\\\\r\\\\x0f\\\\x0e\\\\x0e\\\\x0e\\\\x0e\\\\x0f\\\\x0f\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0f\\\\x0f\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0f\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\xff\\\\xc0\\\\x00\\\\x11\\\\x08\\\\x02D\\\\x02\\\\xf1\\\\x03\\\\x01\\\\x11\\\\x00\\\\x02\\\\x11\\\\x01\\\\x03\\\\x11\\\\x01\\\\xff\\\\xdd\\\\x00\\\\x04\\\\x00_\\\\xff\\\\xc4\\\\x00\\\\xc2\\\\x00\\\\x00\\\\x02\\\\x02\\\\x03\\\\x01\\\\x01\\\\x01\\\\x01\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x05\\\\x06\\\\x04\\\\x07\\\\x02\\\\x03\\\\x08\\\\x01\\\\t\\\\x00\\\\n\\\\x01\\\\x00\\\\x02\\\\x03\\\\x01\\\\x01\\\\x01\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x02\\\\x03\\\\x01\\\\x04\\\\x05\\\\x00\\\\x06\\\\x07\\\\x10\\\\x00\\\\x02\\\\x02\\\\x01\\\\x03\\\\x02\\\\x05\\\\x01\\\\x05\\\\x05\\\\x06\\\\x03\\\\x05\\\\x06\\\\x00\\\\x0f\\\\x01\\\\x02\\\\x11\\\\x03\\\\x04!\\\\x12\\\\x05\\\\x001AQ\"\\\\x13\\\\x06aq\\\\x812\\\\x14\\\\x07\\\\x91\\\\xa1B#\\\\x15\\\\xf0\\\\xb1\\\\xc1\\\\xd1R\\\\x08\\\\xe13$\\\\xf1b\\\\x92S\\\\x16r\\\\xd2C\\\\x93T\\\\t\\\\x82\\\\xa2\\\\xd3U\\\\x17\\\\xe2c4%\\\\xa3\\\\xb2\\\\xe3d\\\\x94\\\\xa4\\\\x11\\\\x00\\\\x01\\\\x03\\\\x02\\\\x04\\\\x03\\\\x07\\\\x04\\\\x02\\\\x01\\\\x04\\\\x02\\\\x01\\\\x03\\\\x04\\\\x03\\\\x01\\\\x00\\\\x11\\\\x02!\\\\x031A\\\\x12\\\\x04\\\\xf0Qaq\\\\x81\\\\x91\\\\xa1\"\\\\x13\\\\x05\\\\xb1\\\\xc1\\\\xd12\\\\xe1\\\\xf1\\\\x14BR#\\\\x06b\\\\x15r\\\\x82\\\\x92\\\\xa2\\\\xb23CS\\\\xd2\\\\xe2$\\\\xff\\\\xda\\\\x00\\\\x0c\\\\x03\\\\x01\\\\x00\\\\x02\\\\x11\\\\x03\\\\x11\\\\x00?\\\\x00\\\\xf8\\\\xbb\\\\x92\\\\xf5\\\\xa1g\\\\xb2\\\\xc6\\\\xbf#\\\\xb1\\\\xa8\\\\x18\\\\n\\\\x0f\\\\x80\\\\x81\\\\x1dP\\\\xb7\\\\x12h\\\\x03\\\\x05\\\\xe4\\\\xad\\\\x82h\\\\x03\\\\x04)\\\\xdd\\\\x8a\\\\x07rk@`\\\\x03\\\\xf8u\\\\xed\\\\xb6Gy\\\\xea\\\\xd4b\\\\x05\\\\x05U\\\\xb8\\\\xc4;\\\\n\\\\x94\\\\xbd\\\\xc8\\\\xfbD\\\\xd9K3;\\\\x90\\\\x18$\\\\x13\\\\xb3h\\\\x1b\\\\xf6\\\\xf9n\\\\x8f\\\\xae\\\\xba\\\\xf5c%\\\\xab\\\\xb5\\\\x05\\\\x81\\\\xcb\\\\xea\\\\x97\\\\xaf6X\\\\xc6\\\\xc7M\\\\xa4\\\\xb3\\\\x06` \\\\x16$\\\\xb1\\\\xfa\\\\x08\\\\x9e\\\\xc3\\\\xa1*\\\\xe0\\\\x0c\\\\xb4u\\\\nW\\\\xee\\\\xb9r\\\\xb1\\\\xbe+\\\\xc2q\\\\x1c\\\\x86:\\\\xdfe\\\\x0f\\\\x91\\\\x94\\\\xb5\\\\x92\\\\xf4\\\\xb9\\\\xdc\\\\xbb\\\\xcb\\\\xb2\\\\x82\\\\x11v\\\\x92\\\\xb0\\\\xbe>3\\\\xe0:0\\\\x14=Y_\\\\\\\\\\\\x17\\\\x06\\\\x8e\\\\x112)[g\\\\xfeZ\\\\x84\\\\x824\\\\x88\\\\x80\"5\\\\xd4\\\\x1d<:\\\\x80\\\\xee\\\\xa2J\\\\xd9\\\\xe3\\\\xfe\\\\x16\\\\xad\\\\x8c\\\\xaf]P\\\\x00\\\\xfe`f\\\\x12\\\\xa3C$\\\\xafa\\\\xea\\\\x00k\\\\xafLe\\\\x11+F_\\\\t\\\\x93\\\\x82\\\\x96\\\\xd2\\\\xc1\\\\xa9W\\\\x0b\\\\n\\\\xa0\\\\xff\\\\x00\\\\t+\\\\xea\\\\xd5F\\\\x86b<\\\\'\\\\xaeF\\\\x82)O\\\\xf9O\\\\xaa\\\\xb3\\\\xc33\\\\x10\\\\xcd\\\\xbbP\\\\xd0\\\\x0f\\\\xd9\\\\xdc\\\\xf5*r@y\\\\x0c|[[\\\\xd8z\\\\x82\\\\xa9\\\\x1bl`Hf\\\\xdc\\\\xd1\\\\xe8\\\\x8f\\\\xfd\\\\x9f\\\\xaf\\\\\\\\\\\\x85\\\\x92\\\\'#\\\\xf1\\\\x8c;G\\\\xb9EB\\\\xca\\\\xee\\\\xf4\\\\x91\\\\xa9\\\\xda6\\\\x85\\\\x81\\\\xa8\\\\xd4\\\\x01\\\\xe1\\\\xd7\\\\x15\\\\xcc\\\\x91.\\\\xf8R\\\\x8b\\\\x12\\\\xdb\\\\x11\\\\xd2\\\\xb0\\\\x82\\\\xb1`U#|\\\\xc9B\\\\xa9\\\\x1b\\\\x84\\\\x18\\\\x9d;\\\\xc6\\\\xa3\\\\xa1\\\\\\\\pK|\\\\xb7\\\\x13\\\\x8f\\\\xef\\\\xa0\\\\xd8\\\\xb8\\\\xb4V\\\\xc5\\\\xda\\\\xfc\\\\x8b6\\\\xab\\\\xea@P\\\\x00m[\\\\xcf\\\\xb0\\\\xfaOR\\\\xdc\\\\xd0\\\\x17\\\\xc0b\\\\x92\\\\xf2i\\\\x15-bSv\\\\xb2\\\\xab\\\\xae\\\\x93\\\\x01\\\\x89\\\\x933\\\\x1d\\\\xa3O\\\\xb7\\\\xa5\\\\xc8#\\\\x0b\\\\x0c\\\\\\\\\\\\x86\\\\xc6\\\\xb4Z\\\\xbf\\\\x89\\\\x7f\\\\t\\\\xf2=@,\\\\xa2Q\\\\x12\\\\x0cWl~\\\\x84\\\\xfe\\\\xb4\\\\x1e\\\\'#\\\\x17\\\\xe2\\\\x9f(\\\\xc8v\\\\xe1\\\\xb2\\\\x9cU\\\\xc7\\\\xe6\\\\xb3k\\\\x88\\\\xec\\\\xc3B\\\\xc7M\\\\xa7\\\\xeb\\\\xdb\\\\xacm\\\\xf6\\\\xd7\\\\xd9&\\\\xe4\\\\x07\\\\xa71\\\\xcb\\\\x99\\\\x1f\\\\x7f\\\\x15\\\\xe3\\\\xbeS\\\\xe3\\\\xf4\\\\xb9\\\\x88]\\\\xfb\\\\xc5\\\\xe2FC2\\\\xfb\\\\xf94\\\\xfb\\\\xafe\\\\x0cKX\\\\xa4\\\\x10\\\\x02\\\\xed\\\\x924#\\\\xccG\\\\x97T\\\\xc4\\\\xc4H>\\\\x0b\\\\xce\\\\x8b\\\\x12\\\\x12u7\\\\x96\\\\xe6\\\\x93\\\\x1f\\\\x16\\\\xcb]\\\\x05%\\\\xa7\\\\xf2\\\\xd9\\\\x15\\\\x90\\\\xda\\\\x82F\\\\xc6C\\\\x04\\\\x01\\\\xf5\\\\x9f\\\\xdf\\\\xd0\\\\xdc\\\\x94\\\\xe4\\\\\\\\\\\\x16\\\\t\\\\x93\\\\x94b\\\\x0b\\\\x95Ud\\\\xbd|\\\\xa3\\\\xd7g \\\\xaf\\\\x8e\\\\xcc\\\\xeb\\\\xecc\\\\x830D\\\\x86m\\\\xf3\\\\x1a\\\\x91?M:\\\\x98\\\\xe9\\\\xcf\\\\x1e_u\\\\x9dI\\\\n\\\\xf3Q\\\\xed\\\\xe0p1oF\\\\x15_m\\\\x0ce\\\\x90($\\\\xa9\\\\x99\\\\xf4\\\\xb3\\\\x0f3\\\\x04x\\\\xf8tt\\\\x05\\\\x0c\\\\xadF$\\\\x9f\\\\xe90\\\\xd9\\\\xc2q\\\\x95q\\\\x8f\\\\x92\\\\x98\\\\xac\\\\x03\\\\xda)\\\\xc7\\\\xb2\\\\xd5D\\\\xb85m\\\\'p\\\\x06\\\\x06\\\\xf9\\\\x1a\\\\x8f\\\\xbb\\\\xa9p\\\\xdd\\\\xa9\\\\x8d\\\\x12\\\\xe4\\\\x85\\\\xb7\\\\x81\\\\xe2r\\\\xb0\\\\xf2\\\\xebz\\\\xf3^\\\\x8b\\\\x11\\\\x80EV2&\\\\t\\\\x0c\\\\x01\\\\xecA\\\\xfb\\\\xba\\\\xaf8>uGj\\\\x06&\\\\x98+g7\\\\xe3\\\\xd9ta\\\\xbf&\\\\x96{Y\\\\x89\\\\x08w*\\\\x85\\\\xb1\\\\x17\\\\xea\\\\xbd\\\\x89\\\\x9dg\\\\xf7\\\\xf4\\\\xa19[\\\\x97?\\\\xa2\\\\xdd\\\\xb1\\\\rQc\\\\x8a\\\\xd7\\\\xc2\\\\xfc\\\\xbb%\\\\x14Y\\\\x98\\\\x83!I\\\\x03\\\\xdbs\\\\xd8\\\\x08\\\\x04\\\\x12{\\\\xfd\\\\x87\\\\xb7V\\\\xe1\\\\xba\\\\x8c\\\\x80 \\\\x80\\\\x99sjNH\\\\xaeG5\\\\x7f\\\\xc82F.\\\\x0e:U\\\\xb9\\\\x15\\\\xee\\\\xb8\\\\xa9\\\\xda\\\\x826\\\\xb3\\\\x10\\\\xa4~\\\\x18\\\\xec\\\\xbe\\\\x03\\\\xef\\\\xe8\\\\xa7v1z\\\\xbb$\\\\x1d\\\\xacBH\\\\xe7r/\\\\xc1\\\\xe4[\\\\x1f\\\\x85\\\\xaa\\\\xc2\\\\xed\\\\\\\\\\\\xbeM\\\\xc2\\\\x19\\\\xddH\\\\xdd\\\\xa0\\\\x1aD\\\\x1f\\\\xee\\\\xe9Q:\\\\x8b\\\\x85J\\\\xf5\\\\xc9D\\\\xb0U\\\\x7f\\\\xc9\\\\xf9\\\\xa7\\\\x06\\\\xa3\\\\xee\\\\xdf}\\\\x99@\\\\xd7\\\\x0f`\\\\x00k\\\\xe1\\\\xf7\\\\xea#\\\\xbfG\\\\xa2$*7&G2Uz\\\\xdc~nP\\\\xcaw\\\\x1f\\\\x98\\\\x0cT\\\\xa8%\\\\x98UZ\\\\xf6\"=;\\\\x89\\\\xec\\\\x00\\\\xd7\\\\xe9\\\\xd3c\\\\x10B\\\\xa7+fg\\\\x1aq\\\\xc7\\\\xe1)]\\\\x8d\\\\x9bo\\\\xb8\\\\x0e+5l\\\\xaa*\\\\x0c?\\\\x98w\\\\xc0p\\\\x0e\\\\x90N\\\\xba\\\\x93\\\\xd8x\\\\xf55u\\\\x12\\\\x84\\\\xdb\\\\x07\\\\xe3\\\\xea\\\\xb7U\\\\xf1\\\\xb7@\\\\x9f\\\\x98\\\\xaa\\\\xca\\\\xd1\\\\x985V\\\\xdav\\\\xcb\\\\xce\\\\x80\\\\xea$\\\\xaf\\\\x97\\\\xdf\\\\xd4\\\\x80\\\\x01\\\\xe6\\\\x8a6[\\\\x1ac\\\\xe3\\\\xfc)\\\\xf9\\\\x7f\\\\x12L\\\\xbcA\\\\xb1\\\\xe96\\\\xef\\\\x1b\\\\x9f\\\\xdd\\\\x8b\\\\x00\\\\xed$7\\\\xa6\\\\x0fq\\\\xda|\\\\xfbI\\\\x18\\\\x92\\\\xec\\\\x9b\\\\xec\\\\x06q\\\\x8aD\\\\xcf\\\\xf8\\\\xdeCe>*c\\\\x955\\\\x92,\\\\x03\\\\xd2Wf\\\\xbb\\\\x88$D\\\\xf8h5\\\\xea\\\\xb8\\\\x8e\\\\x92\\\\xc5\\\\r\\\\xa17\\\\xab!\\\\xdc\\\\xaf\\\\x02\\\\x94\\\\x12\\\\x94\\\\x80=\\\\x95\\\\xd4A\\\\xd1\\\\x9a$\\\\x83\\\\xa0=\\\\xe3\\\\xbe\\\\xbe\\\\x1dF\\\\x98\\\\x9c\\\\x13\\\\\\\\\\\\xc4;\\\\xa5\\\\x0b*\\\\xbb\\\\x1f\\\\'n\\\\xc1\\\\xee\\\\xa8;PGpI\\\\x83\\\\xa6\\\\x9axw\\\\xe9r\\\\x89\\\\x06\\\\x818HJ5S*\\\\xae\\\\x8c\\\\xe4*m)yoA\\\\xfe\\\\rGrA\\\\x9dN\\\\x82\\\\'\\\\xa0\\\\x02\\\\x12\\\\xfd\\\\x832\\\\x10\\\\xf0=\\\\x14d\\\\xfc\\\\xc6\\\\x16C\\\\xd9\\\\x8ds\\\\xaa\\\\xd5\\\\xb9\\\\x90\\\\x89X\\\\x9fN\\\\x9e \\\\x9f\\\\xdd\\\\xd5\\\\x7fdG\\\\xd6\\\\x023! \\\\xcaS\\\\xf3\\\\\\\\\\\\xbdd\\\\x0f\\\\xce\\\\xde2O\\\\xe1ca07AQ\\\\'\\\\xf6t\\\\xe9Y\\\\xd7\\\\x8b\\\\xd1D\"1\\\\xc9\\\\x1b\\\\xc7\\\\xf9\\\\x9f=]M\\\\x8a\\\\xd9nq\\\\x80\\\\r]N`\\\\x06y\\\\r\\\\xdb\\\\xc4\\\\xcf\\\\xf1ORl\\\\x93\\\\x12+E$\\\\x9e|t\\\\xe3\\\\x92\\\\x9b\\\\xc7\\\\xfc\\\\xef\\\\x92\\\\xc67V\\\\xfb\\\\x99\\\\x1c\\\\x89f\\\\x00\\\\x10;\\\\xfaA\\\\x8d|:\\\\xafr\\\\xdd\\\\xc1\\\\x99\\\\x1c\\\\xbf?\\\\xc7\\\\xf6\\\\x99\\\\x19\\\\x10\\\\x1b\\\\x17\\\\xc7\\\\x8c\\\\x93\\\\xbe\\\\x0f\\\\xea~%\\\\x965W\\\\xe0\\\\xb62\\\\x12\\\\xaa\\\\xde\\\\xd1*\\\\x03\\\\x0f\\\\xe2\\\\xecc\\\\xbf\\\\xfd\\\\xbd^\\\\xb7|\\\\xb5P\\\\x9b\\\\xa5\\\\xaa<\\\\xf1\\\\n\\\\xcb\\\\xc7\\\\xe4\\\\xb1\\\\xdb\\\\x8e\\\\xaf\\\\x97\\\\xa8\\\\xd7\\\\x9b\\\\x87\\\\x90\\\\xc6\\\\xbbh\\\\xb5\\\\x98\\\\x11\\\\x1a\\\\x1d\\\\xab\\\\xe6f4\\\\xfd\\\\xbd67\\\\x19>\\\\xd0\\\\x85\\\\xc0\\\\ne\\\\xf8\\\\xed_\\\\x12\\\\xba\\\\xcb\\\\xb2\\\\xf9\\\\x0f\\\\x89Y\\\\xc9QE\\\\x16\\\\xfbT\\\\xad\\\\xc5\\\\x1e\\\\xbblQ\\\\x17\\\\x07\\\\x02CVA0t=\\\\xbc\\\\xcfL\\\\x8d\\\\xcbr\\\\xd4\\\\x1bPl\\\\x1f\\\\xcf\\\\xb9Z\\\\xb7f9\\\\x85\\\\x1a\\\\xef\\\\xc9\\\\xd3z\\\\xe3a\\\\xa8\\\\x14Q/L\\\\xae\\\\xd6\"\\\\x01e`\\\\xa2$}t\\\\xfaOX6-F2\\\\xd22\\\\xf3\\\\xed\\\\xea\\\\xaf\\\\xcaGJ?\\\\x81b\\\\xda\\\\x17\\\\xdd\\\\xfc\\\\n\\\\xa0nU3,dH\\\\x1f\\\\x84\\\\xea\\\\x0e\\\\xbf\\\\x7f\\\\x90\\\\xd4\\\\xdb\\\\x9d@\\\\x9c[\\\\xc9\\\\x01s\\\\x8d\\\\x11\\\\x0ek\\\\x8a\\\\\\\\\\\\xac\\\\\\\\KZ\\\\x85\\\\xa8\\\\xb5f\\\\\\\\\\\\x16\\\\x06\\\\xc2\\\\xab\\\\x07r\\\\xc9\\\\x12\\\\xc0\\\\r>\\\\xfe\\\\x9b:Pf\\\\xa9\\\\xdf\\\\xb1\\\\xac8U\\\\x1ew\\\\x03\\\\x8b]Yi\\\\xf9ti\\\\xb5\\\\xc971t\\\\n{\\\\xae\\\\xa4\\\\xf8\\\\r&`\\\\xf6\\\\xea\\\\xbcn\\\\x97b\\\\xcc\\\\xaaOj#\\\\x12s\\\\xf1Jy\\\\xfe\\\\x86N\\\\xfek\\\\x9c\\\\xc9.\\\\xe5s\\\\xdc\\\\x85\\\\xa1\\\\x06M\\\\xec\\\\xd6\"l/Y\\\\xf6\\\\xe0\\\\xc8:\\\\xc1\\\\xd6\\\\x0f\\\\xf6\\\\xf1\\\\xeb\\\\xb4=$\\\\xa7\\\\xdb\\\\xd6]\\\\x08\\\\xb3#*\\\\xd6J\\\\xd2\\\\xeb\\\\x08\\\\x80\\\\x06\\\\xe6,\\\\x01\\\\xf1\\\\xd0\\\\x13\\\\xe3\\\\xd4{`\\\\x1a#\\\\x11\\\\x88\\\\x0eSv?\\\\x1c\\\\xe3\\\\x87[\\\\x80se\\\\xac\\\\xcc\\\\xd6\\\\x1a\\\\xc9\\\\x00,\\\\xc8\\\\'\\\\xec\\\\xef\\\\xb7\\\\xb7M\\\\x00G\\\\x04\\\\xa6\\\\x12\\\\x05\\\\x87\\\\x1d\\\\x10J\\\\x99\\\\xde\\\\xc1\\\\xb2\\\\xff\\\\x00oo\\\\xa8\\\\xd6I\\\\xdc\\\\xe15\\\\x1bA\\\\x1a\\\\xcfD+T\\\\xa9\\\\x00\\\\x05C\\\\xff\\\\x00)\\\\x93\\\\x1b\\\\x8d|\\\\xccT\\\\xb9\\\\x82~#aa\\\\xa1$m\\\\xdc\\\\xbfH\\\\xf2\\\\x8e\\\\xfd\\\\xbal\\\\xa0\\\\xc0%7.8\\\\xe6\\\\x98prp)\\\\xaa\\\\xfc,R\\\\xed\\\\x90\\\\x88\\\\xcf^%k\\\\xb8\\\\xb9\\\\x08C)\\\\'\\\\xb9\\\\x06L\\\\x1f\\\\xdf\\\\x1a\\\\x84K\\\\xd0U:2\\\\x8cE1K\\\\xf6a\\\\xdd\\\\xc9\\\\xb3f\\\\xd2\\\\'\\\\xdd%\\\\x1a\\\\xb6\\\\x97\\\\xf6\\\\x88Q\\\\xa1\\\\x99$\\\\x1d<\\\\xa3\\\\xa3\\\\x15K\\\\x00\\\\x90\\\\xb7\\\\'\\\\x0e8\\\\xdc\\\\xc0\\\\xd9\\\\xae\\\\x87\\\\xda$\\\\xb0e\\\\xd0\\\\xb4\\\\x18\\\\x10{I\\\\xd2O\\\\x87~\\\\x86\\\\xe8\\\\xd3T`1\\\\xf5P)\\\\xdc\\\\x87\\\\xb6O\\\\xb8+F\\\\xae\\\\xb0\\\\xce.v\\\\x02\\\\n\\\\x10=\\\\x07t\\\\x15\\\\x13\\\\x11\\\\xd4FZ\\\\x9f\\\\xa2\\\\x8b\\\\x91\\\\x04\\\\x83\\\\x14\\\\x93\\\\x97\\\\x95VM\\\\x96\\\\x11\\\\xed\\\\xa9u\\\\x0cHc&<\\\\x10@\\\\x91\\\\xd4\\\\x93\\\\x10\\\\x14\\\\xdb\\\\xb7(\\\\xf8\\\\xacq\\\\xea\\\\xb3#e\\\\x80\\\\xae\\\\xc1\\\\xba\\\\th\\\\x96]B\\\\xb01\\\\xa7K2\\\\xa09.\\\\x9c\\\\x84\\\\\\\\\\\\x14\\\\xeb\\\\xc5q\\\\xb6ok\\\\xed\\\\rR\\\\xba\\\\x82\\\\xc8\\\\x01@`\\\\xc8\\\\xd6L\\\\t\"z\\\\x19\\\\\\\\\\\\x18\\\\x0c\\\\x14X\\\\xb7\"x\\\\xfa\\\\xa2|\\\\xc7;^\\\\x1b#5q\\\\nSe$\\\\xa1XQ\\\\x04n\\\\x1a\\\\x9d\\\\x0e\\\\xbf\\\\xe7\\\\xd5q\\\\x89\\\\x86]\\\\x15\\\\xe9\\\\xcc5\\\\x15O\\\\x97\\\\xc9e\\\\xd8\\\\xe4{\\\\xe7&\\\\x92\\\\xc2\\\\xe7\\\\xafl\\\\xcb\\\\xfe\\\\x11\\\\xb9\\\\x8fs\\\\xe7\\\\xe7\\\\xd3#kDhi\\\\xcb\\\\x92\\\\xe8\\\\xc7T}T)\\\\x84q\\\\xd6\\\\xe5q\\\\xb4:\\\\x9fS\\\\xbbmP\\\\xca\\\\t1:\\\\x01\\\\xdbH\\\\xfbz\\\\x98\\\\x8c\\\\xceI@>\\\\x1f\\\\xc2\\\\x15\\\\x97\\\\xc7b\\\\xd9P\\\\xfc\\\\x95\\\\xa5\\\\xec\\\\xad\\\\x98d\\\\xa5\\\\xc3a\\\\xa8\\\\xa6\\\\xa0O\\\\xd4L}zq\\\\x8cL\\\\x01\\\\x05\\\\xc9\\\\xf2Qn\\\\xec\\\\x84\\\\xbdA\\\\xbe\\\\xea\\\\x1f\\\\xe5kQ_\\\\xbbH\\\\xa8;\\\\x05 \\\\xcfpI \\\\x12L\\\\x83?\\\\xe7\\\\xd2\\\\xe5r&\\\\x98`\\\\x8c\\\\xcaNj\\\\x88q\\\\xd6\\\\xd7\\\\x8f\\\\x93\\\\xb6\\\\x8b\\\\x19\\\\x02\\\\xda\\\\rM[m\\\\x04\\\\x83\\\\x1a\\\\x1d\\\\xc3\\\\xf0\\\\x93\\\\xa4\\\\xcfU\\\\xaf0\\\\x1drQ \\\\xf8\\\\xd5]\\\\x17\\\\xe4^\\\\xd8\\\\xf8\\\\xd6.\\\\x97\\\\xdfP\\\\x96`\\\\xad\\\\xb4\\\\x9d\\\\x14\\\\tS\\\\x04\\\\x11\\\\xd8x\\\\xf5Jr\\\\x93\\\\x96\\\\x1f\\\\xb0\\\\xc7 \\\\xa6@\\\\x08\\\\x82\\\\xf5\\\\x0b\\\\xa9xl|\\\\x1b\\\\xff\\\\x00Os*\\\\xaa\\\\xf7l\\\\xca1\\\\xaf\\\\xfc\\\\xcb\\\\xd8}AvzL\\\\xb4\\\\x01\\\\xe3\\\\x10\\\\x07\\\\x86\\\\x9d^\\\\xd9\\\\x80-\\\\x10\\\\xe4\\\\x90\\\\xf5\\\\xcd\\\\xd6\\\\xb6\\\\xda\\\\xb1\\\\xc8.1\\\\xcc\\\\xe1i\\\\xc7{\\\\xee\\\\xc4\\\\xba\\\\xca\\\\xe1wV\\\\x8b\\\\xd8\\\\x96\\\\x98$\\\\xe9\\\\xdc\\\\xf8\\\\xf5\\\\x986\\\\xf0\\\\x83\\\\xb1\\\\x93\\\\xb7LU+\\\\x81\\\\xe9\\\\xc3%a\\\\x8b\\\\xfc\\\\x92y+\\\\x91\\\\x83\\\\xb1\\\\xdcd\\\\x8d\\\\x17S\\\\'\\\\xc0\\\\x9e\\\\x82\\\\xdd\\\\xb1l\\\\x87f?Q\\\\x8f\\\\x18\"\\\\xd5\\\\x19\\\\x03\\\\x93p\\\\xe8cq\\\\xa3\\\\x1e\\\\xdbl\\\\xae\\\\xf7\\\\xadY\\\\x08\\\\xa8\\\\xb9\\\\xd9\\\\xba\\\\x0e\\\\xe1\\\\x00w\\\\x11\\\\xaf\\\\x97W\\\\xad\\\\xdb\\\\x88\\\\xf5;7\\\\x9a\\\\xabp\\\\xc8b\\\\x1d>\\\\xff\\\\x00H^G\\\\x8b\\\\\\\\\\\\xccj\\\\x85\\\\xd7\\\\xd6\\\\xbf\\\\xcc\\\\ndK\\\\x01\\\\xd8\\\\xc0\\\\x82|GSv\\\\xc4\\\\xd9\\\\xe2\\\\x1f\\\\x8a\\\\xff\\\\x00\\\\x08\\\\xa0E\\\\xc8v!X\\\\xff\\\\x00\\\\x1a\\\\xba\\\\xfcg5\\\\xff\\\\x00\\\\xd28\\\\xb6L\\\\x82\\\\x12N\\\\x80\\\\xacy\\\\x11\\\\xe5\\\\xd7F\\\\x1a\\\\xa3\\\\xe8\\\\xf4\\\\x9c\\\\xc1C\\\\x1b:\\\\x8f\\\\xaa\\\\xbc\\\\x7f)\\\\xa2\\\\xbaj\\\\xc1\\\\xc5\\\\xae\\\\xebKQL\\\\xed\\\\xbf\"alei\\\\x042\\\\xc6\\\\xa4\\\\x82 \\\\x08\\\\xef\\\\xd5k\\\\xc7D\\\\xc3\\\\x92\\\\xdc\\\\xfa\\\\xabp\\\\xb7\\\\x1bq|\\\\xf9sQr\\\\xfeW\\\\x8fFHN:\\\\xb4\\\\xe4\\\\x12\\\\x8a\\\\xf7_aS\\\\xb1T\\\\x13\\\\xb5>\\\\xd31\\\\xdc\\\\xeb\\\\xd3\\\\xfd\\\\xd3\\\\x19T\\\\xb8\\\\x19\\\\x8a\\\\x84\\\\xab\\\\x97\\\\xe4_K%\\\\xdc\\\\x9f\\\\x9cr\\\\xd9M`\\\\xaf)\\\\xf0\\\\xbd\\\\xa0\\\\xc4\\\\xfb\\\\x01Am\\\\xc66\\\\xee\\\\x1bDOy\\\\x9e\\\\xa8\\\\x18\\\\\\\\\\\\xc2r8\\\\xe5\\\\xc7\\\\xdd/Q5\\\\'.;\\\\xfb\\\\x90\\\\xa6\\\\xe4y,\\\\xa4\\\\r}\\\\x8eg\\\\xd4l}\\\\xec\\\\xa6\\\\x07\\\\xa8\\\\x08h\\\\x82H\\\\x1d\\\\xbb\\\\xf5\\\\xd6\\\\xb6BE\\\\xf1\\\\x0f\\\\x9a\\\\xe9L\\\\x01\\\\x8e\\\\\\\\\\\\x05#\\\\x87\\\\xe6\\\\xf2\\\\xf0mvklg\\\\x06=\\\\x80\\\\xec\\\\xa5\\\\x89\\\\xec{\\\\x8d\\\\x06\\\\xd9:}\\\\xc7\\\\xa4\\\\x1d\\\\xacc*\\\\x83N_~\\\\x8a\\\\x05\\\\xd2+\\\\x15p\\\\xe2\\\\xdf\\\\x91mX\\\\x99kg\\\\xbe\\\\xce\\\\xb2\\\\xebb\\\\xb3+6\\\\xb2\\\\xcd\\\\xb8\\\\xc1 \\\\x11\\\\xdci\\\\xd6\\\\xb6\\\\xd2\\\\xc06\\\\xe11C\\\\x8e.\\\\x08V\\\\x8d\\\\xd38\\\\x11\\\\x8fuBE\\\\x9d\\\\xfe\\\\xcf#\\\\xf2;K\\\\x9bK\\\\x910\\\\xad\\\\xb2h9\\\\x1e]\\\\x9c\\\\xbc\\\\x17\\\\x96\\\\xdc\\\\xed\\\\x04\\\\t#\\\\x05\\\\xd9\\\\xf6\\\\xf0\\\\x19|\\\\xa8\\\\xc9\\\\xb5j\\\\xad\\\\xf1X\\\\xfb\\\\xe9j\\\\x10\\\\xca\\\\x84\\\\x8f@0}+\\\\x02\\\\x0f\\\\x89\\\\xea-\\\\xbc\\\\xdc\\\\x90\\\\xb27\\\\x1b}x \\\\r\\\\xf1\\\\xfc\\\\x95\\\\xad\\\\xabBZ\\\\xca\\\\x10\\\\xad\\\\xea\\\\xd0\\\\x9b}\\\\xd9iB\\\\x01\\\\x1a\\\\xc0=\\\\xf5\\\\xe9\\\\xb1\\\\xb4\\\\xcb&v\\\\xa6\\\\x10l[@\\\\xcbl\\\\x1a\\\\xd9\\\\xb2\\\\x85\\\\xb0T\\\\xd8\\\\x0e\\\\x89\\\\xa2\\\\xb0\\\\x0e\"{\\\\x98\\\\x80:U\\\\xad\\\\xd4%)@T\\\\x8cz) \\\\x80\\\\xe7\\\\x02\\\\x9b\\\\xb0\\\\xf1\\\\xb1\\\\xb2H\\\\x0c\\\\xa8+(\\\\x069\\\\xa5\\\\x0b\\\\rD\\\\xc41b\\\\xb1\\\\x11\\\\xdf\\\\xb8\\\\xf2\\\\xea\\\\xc9\\\\x83\\\\xa6\\\\xdb\\\\x84K\\\\xd7\\\\x15g|W\\\\xe2\\\\xdcv6v\\\\x05\\\\x19\\\\x80\\\\xdd\\\\x8bk\\\\x0b\\\\xbd\\\\xe5}\\\\xc5\\\\xab:0p\\\\xb2b?\\\\xd3\\\\xe3\\\\xd4\\\\xe8\\\\x03\\\\x15b\\\\xc4\\\\x04K\\\\x15l~\\\\xa0aqi\\\\xf1\\\\x1cz\\\\xb02\\\\x00BkJ\\\\xd0\\\\xd7\\\\xb6\\\\xa0\\\\x84\\\\x13\\\\xb8\\\\x8dH`\\\\x04\\\\x0fV\\\\xa3\\\\xcc\\\\xf5\\\\xd0\\\\xcc2\\\\xf46\\\\x98D\\\\x1c\\\\x970\\\\xaeg\\\\'_\\\\xe6\\\\x02S\\\\x800q\\\\x87\\\\xb1o\\\\xbdK\\\\xb5\\\\xadb\\\\x91\\\\xb3i\\\\x03A\\\\x13\\\\xa9\\\\x1d\\\\xba\\\\xc2\\\\xff\\\\x00\\\\x16W5KP\\\\x00}\\\\x97\\\\xa7\\\\xb5j\\\\xde\\\\x81G\\\\'\\\\x04\\\\x7f\\\\xe2w\\\\xe6S\\\\xf2|J\\\\xd7\\\\x14m\\\\xc8\\\\xac\\\\xb1\\\\xa2%\\\\x00\\\\x93\\\\xdci!{\\\\x8e\\\\xb4\\\\xfe>\\\\xd7\\\\xa1\\\\xe4\\\\xb0w\\\\xf0\\\\x8cn\\\\x10\\\\x85~\\\\xac\\\\xf2\\\\xf8x\\\\xb9y\\\\x16U\\\\x8feY\\\\x8b\\\\xe9K*fU\\\\x07MT\\\\x88$\\\\x12`\\\\x83\\\\xe1\\\\xd5\\\\x81(\\\\xb7\\\\xa7\\\\x9a\\\\xf3[\\\\x90\\\\x07j\\\\xe5\\\\xfeS/\\\\x97/UYU\\\\xd1b\\\\x92F\\\\xe0\\\\x85\\\\xca\\\\xb1\\\\xd7F1\\\\xe2\\\\xd2&4\\\\xf3\\\\xe9\\\\x81\\\\xfb\\\\x96l\\\\xc9\\\\xc0\\\\x95\\\\x07\\\\x88\\\\xa76\\\\xdc\\\\xeb\\\\xa9.\\\\xd5\\\\x92\\\\xe8\\\\xa9\\\\x03ji\\\\x06I\\\\x9d\\\\xd3\\\\x0b\\\\xdb\\\\xb6\\\\x9d\\\\xbc\\\\xba$\\\\x9cR\\\\xad\\\\x87,\\\\x999\\\\xfc\\\\xecn5\\\\x9f\\\\x15\\\\xeaU\\\\xcfj\\\\xc2\\\\xe3\\\\xa0B\\\\xacCn\\\\xd9c\\\\x93\\\\xfc>\\\\x02\\\\x0f]\"B\\\\xb5~`0\\\\x15\\\\xba\\\\xcd\\\\x8c\\\\xb6\"\\\\xee\\\\xac2\\\\xe9\\\\xb8\\\\x13\\\\x13\\\\xfd\\\\xddZ\\\\xb5\\\\xa4\\\\x93\\\\xae\\\\x83\\\\x86BfeAO\\\\xe7\\\\x92\\\\x97\\\\x93\\\\xc33\\\\x1d)>\\\\xcb\\\\xaa\\\\x13i*\\\\x15\\\\x1d\\\\x8c\\\\xce\\\\xb1\\\\xa0\\\\x1a\\\\xc8^\\\\x97 d\\\\x11\\\\xc4\\\\x1cB\\\\xc6\\\\xbczx\\\\xea7]\\\\xeafXk\\\\x1a\\\\x1aN\\\\x9d\\\\x8f\\\\x7f\\\\x0f.\\\\x91\\\\x19\\\\n\\\\xe3D\\\\xe9CI\\\\xab~\\\\x17\\\\x95\\\\xfc\\\\xb6\\\\xee<{X\\\\x94\\\\x90j\\\\xd4^\\\\x0bzX\\\\x881=\\\\xa4\\\\x89\\\\xd3\\\\xfc\\\\xba\\\\xa7r\\\\xd1#V`\\\\xe3\\\\xfc#\\\\x84\\\\xe4\"\\\\xd1`\\\\x0f\\\\x14O\\\\xdf\\\\x1c\\\\xfdL\\\\xe7k)^FJ\\\\xb5/`\\\\x19\\\\t\\\\x12\\\\xfb\\\\xc3I$\\\\x88\\\\x1a\\\\x1f\\\\xf3\\\\xea\\\\x95\\\\xf9\\\\xdd\\\\x84\\\\x05\\\\xc8\\\\x96\\\\x18\\\\x11\\\\xf7\\\\xe9\\\\xde\\\\xad\\\\xda\\\\xb8ui%\\\\xf8\\\\xf3\\\\xfc+V\\\\xdb(\\\\xb9\\\\xa8\\\\xcb\\\\xc7\\\\xb1Z\\\\xa7Op_ \\\\xa8/\\\\x0c\\\\xca\\\\xa0\\\\x0e\\\\xcc\\\\x0f\\\\xdd?oI\\\\x8e\\\\xe0\\\\xcaN\\\\xe3\\\\x00x\\\\xfeV\\\\xa4\\\\x1bN8\\\\xa6\\\\x8e45\\\\x8aN\\\\xac\\\\xc0\\\\x84\\\\xd6\\\\x00`\\\\x14\\\\x12$@ \\\\xcfb~\\\\xde\\\\xfdmm\\\\xe5\\\\xa8\\\\x12\\\\x02\\\\x82\\\\xec\\\\x8d\\\\x17U\\\\x15\\\\xd7paM\\\\x8d\\\\xbe\\\\xaa\\\\xfd[Q\\\\xd8\\\\x99\\\\x04vRA\\\\xd7\\\\xa7\\\\xdc\\\\x91\\\\x15\\\\xe4\\\\x80\\\\xe0\\\\xaa\\\\x1f\\\\xd4\\\\x0e|\\\\xd8\\\\xd98F\\\\xf5\\\\xc2\\\\xa5\\\\xc0\\\\x17\\\\x8f\\\\xc1XT\\\\x10\\\\x83\\\\xb6\\\\xa3O\\\\xaf\\\\xed\\\\x1d\"\\\\xdd\\\\xb3\\\\xfbd\\\\xb27\\\\x13&\\\\x8f\\\\xde\\\\xb9\\\\xd37:\\\\xf5\\\\xf6\\\\xbd\\\\xd2n\\\\xf7\\\\x16\\\\x1a\\\\xe6\\\\xdc\\\\xdb\\\\x81$\\\\xc4\\\\xeac\\\\xfb\\\\x88\\\\xe8\\\\xe3\\\\x06\\\\x88\\\\x0c\\\\xa9\\\\xc6\\\\x0f\\\\xda\\\\xca%|\\\\x85\\\\xb5oV]\\\\x940+eD\\\\x9d\\\\xb11:\\\\xce\\\\xbfgE?@\\\\xa7\\\\x82\\\\xefk\\\\x91\\\\xaa\"\\\\xab\\\\xc6\\\\xe4\\\\x83e~\\\\xc2\\\\xfa\\\\x8f\\\\xb8\\\\xa7\\\\xd2\\\\xc1Lj\\\\xa0H\\\\xd4\\\\xc8\\\\x9f\\\\xdb\\\\x1d8\\\\x18\\\\x94-6\\\\xad\\\\x14\\\\xcb\\\\xb8aU\\\\x0feI\\\\xfc\\\\xb3\\\\xb3p\\\\xd4\\\\xb6\\\\xe2D\\\\x03\\\\x1ed\\\\xf6\\\\x9e\\\\xdd: F%\\\\x08\\\\xd6X\\\\xe3\\\\xf6@\\\\xde\\\\xbfl\\\\x15\\\\xae\\\\xa2l$\\\\xc5l\\\\x00\\\\x80H\\\\xd4H\\\\xd7\\\\xa0o5\"ORQ\\\\x8e\\\\x1f;\\\\x90|[x\\\\xf7p\\\\xd8\\\\xaba\\\\xb4\\\\xca\\\\x02\\\\xcb\\\\xb7C\\\\xb6?\\\\x080;\\\\xf4\\\\xb8\\\\xbb\\\\xd5\\\\x19 \\\\x16\\\\x05\\\\x87\\\\x1cQ-\\\\xdfS\\\\xbd\\\\xf7\\\\xd8\\\\xa2\\\\x10\\\\x02\\\\xa8|\\\\xc2\\\\x98\\\\xd0yi\\\\xe1\\\\xd4\\\\xe4\\\\xe122\\\\x00\\\\x00S7\\\\x17\\\\x9bv>\\\\x1eC\\\\x12k\\\\xde\\\\x9d\\\\xfb\\\\x12\"4\\\\xed\\\\xde|:\\\\x88\\\\xc9\\\\x9e\\\\xa9,\"O\"\\\\x10A}\\\\x95Zn\\\\xa9\\\\x14\\\\xdeZh\\\\x92\\\\x0e\\\\xef\\\\xa4v2\\\\'H\\\\xd3\\\\xa9\\\\x17\\\\x19H\\\\x18V\\\\x81\\\\x1e\\\\xf8\\\\xef<\\\\xd89\\\\xa6\\\\x00\\\\\\\\KU\\\\x91\\\\xa9V\\\\x81\\\\xeb\\\\x1e \\\\xc1>\\\\x1f\\\\xf0\\\\xe8\\\\x85\\\\xc64\\\\xc1H\\\\x89\\\\x89z\\\\xaf~K\\\\xcbY\\\\x97z\\\\xd0\\\\x95\\\\xd6\\\\xd5cH\\\\x15+\\\\x99r\\\\xc7Ya \\\\xf9\\\\xe8z\\\\x80L\\\\x8b\\\\xe2\\\\x17\\\\t\\\\x9b\\\\x82\\\\xb4l\\\\xd6\\\\xbe\"\\\\xd4\\\\xcf\\\\xa1\\\\xb0\\\\xee;\\\\xda6\\\\xad\\\\'B{y\\\\x1d~\\\\xc3\\\\xe5\\\\xd4\\\\x06\\\\xc1\\\\x0c\\\\xde*\\\\x17\\\\xf4\\\\xeb\\\\xcb\\\\xbbQSX\\\\x81\\\\xc2*DK\\\\x91\\\\xdc\\\\x13\\\\xa0\\\\xef\\\\xe3\\\\xd7E\\\\xd8\\\\x96\\\\xa2\\\\x01pI\\\\x83\\\\xd4\\\\xa3\\\\xf8|\\\\x13a\\\\xfb\\\\x16\\\\xf2\\\\x18\\\\xce\\\\x97\\\\x18f\\\\xa6%\\\\x8c\\\\x83\\\\xa8\\\\xf1\\\\x9d;k\\\\xd5{\\\\x9a\\\\xa2C\\\\x07\\\\x1dS\\\\xe3h\\\\xca\\\\xae\\\\x9f\\\\xb2U\\\\xda\\\\xaf\\\\xcd\\\\xed\\\\xa8P\\\\xb5\\\\xaa\\\\x82\\\\x00Op\\\\xaf\\\\xed\\\\x00\\\\xc6\\\\xbd\\\\x89?n\\\\x9d\\\\x14\\\\x8b\\\\xd0b\\\\xac\\\\x18\\\\x81\\\\x12\\\\xc5\\\\xa8\\\\xaa>Y2r\\\\xb3\\\\xed\\\\xf7\\\\xabW\\\\x87\\\\x94pO\\\\xa9N\\\\xa0\\\\xe9\\\\xac\\\\x0f!\\\\xf6t\\\\xd8\\\\xdaz\\\\x14\\\\x89\\\\\\\\P1\\\\xf8\\\\x8f\\\\xcd\\\\xda\\\\xd4c [\\\\x9a\\\\x05b\\\\xdb\\\\x16\\\\xb46m,\\\\xd2_h\\\\xf5\\\\x00bOM\\\\xb7\\\\xb7\\\\x94\\\\xe4\\\\xc3\\\\xea\\\\x14\\\\xc6\\\\xed\\\\x1c\\\\x91\\\\xfcd\\\\xcbw\\\\x17\\\\xce\\\\xdd\\\\x8b\\\\xfc\\\\x8c\\\\x956c\\\\xda\\\\xca\\\\xa9@\\\\x01\\\\xa0\\\\tY$\\\\x1d<\\\\xb5?\\\\x7fI\\\\x14pq\\\\xe4\\\\xdftR\\\\x81\\\\xc8\\\\xf7\\\\xa2\\\\xd6s7\\\\xe0d\\\\x1c\\\\x94\\\\xc6U\\\\x0e\\\\xac\\\\x10X\\\\xa0\\\\xc8\\\\xfc\\\\'B\\\\xa4\\\\xeb\\\\xe3\\\\xfbz\\\\x8de\\\\xc8\\\\xc1uMpu\\\\xbb?\\\\x13\\\\x0b\\\\x9a\\\\xa6\\\\xbbQ\\\\xea\\\\x0e\\\\x8a\\\\x1a\\\\xf6V\\\\x804\\\\x8d\\\\xdbL\\\\xc6\\\\xe2\\\\x08\\\\xef\\\\xfb;u\\\\x04BC\\\\x92(\\\\xc8\\\\xe5\\\\xc7\\\\xe5\\\\x0c\\\\xc0\\\\xe1i\\\\xaf\\\\x94T$\\\\xb5j\\\\x02\\\\xbd\\\\x8e\\\\xa4\\\\x9d\\\\x0e\\\\xac\\\\x00:\\\\x00t\\\\x13\\\\xfb:\\\\xed\\\\x11\\\\x06\\\\x985\\\\x10\\\\xdc\\\\x9bzJ\\\\xb9r8\\\\xec\\\\xab8\\\\xea\\\\x8a46\"\\\\x03U\\\\xa8\\\\xa0\"\\\\x00c\\\\xd6Y\\\\xa5F\\\\xbf\\\\x88\\\\x7fwY\\\\xfb\\\\x9bS\\\\xbb\\\\x0fI\\\\xa8/\\\\xc7\\\\x0e\\\\x98\\\\xfa\\\\x00\\\\xcc.\\\\x87\\\\xf8-8Y\\\\x7f\\\\n\\\\xe5V\\\\xeb\\\\xee\\\\\\\\\\\\xa7\\\\xa3\\\\xdc\\\\xae\\\\xa7 \\\\xc9u#r\\\\xb3\\\\r\\\\xaa\\\\x0f\\\\x81\\\\x8e\\\\xe7\\\\xc7\\\\xa8\\\\xda\\\\xc9\\\\xe4t\\\\xea\\\\x0f\\\\xd1hmb\\\\xd6\\\\xd8\\\\xb3\\\\x85\\\\xc4\\\\xbc\\\\xe5\\\\xdc\\\\xc6\\\\x0eS\\\\xe1\\\\xd9\\\\x7f\\\\xb4\\\\x8bi\\\\x0c\\\\xaav\\\\x962@$i\\\\xd8y\\\\x0f\\\\xf8\\\\xd3\\\\xbbnV\\\\xc1s\\\\x8f\\\\x9fj\\\\xacKLR\\\\xa8\\\\x06N#fc\\\\x1c\\\\x9cB#o\\\\xf3\\\\x031\\\\xdcc\\\\xef\\\\x99\\\\'\\\\xb0\\\\xf2\\\\x8e\\\\x8f\\\\xdb\\\\x89>\\\\x81\\\\xc6i\"d\\\\n\\\\xf7\\\\xa3|\\\\x06\\\\x1e_%[U\\\\xb5\\\\x9e\\\\xd5\\\\nU\\\\\\\\\\\\xe8;\\\\xc4F\\\\x9a\\\\x03\\\\xdb\\\\xcf\\\\xa6\\\\xc4\\\\xc8\\\\x80\\\\x18\\\\x1cr8\\\\xf5C\\\\x18\\\\x92K\\\\x13\\\\x92\\\\xb2\\\\xf8z\\\\xad\\\\xe2hl2\\\\xca\\\\xd4^\\\\xe4\\\\xb6P`B\\\\x9b\"H\\\\xdd\\\\x05H\\\\xea\\\\xed\\\\xa2`K\\\\xfdS\\\\xe1o@\\\\x04\\\\xd1\\\\x07\\\\xe4\\\\xbeCF6P\\\\x16V\\\\x97\\\\xdc\\\\xaa\\\\xcfmm\\\\xa0`uR6\\\\x91#\\\\xfb\\\\x0e\\\\xfdR\\\\x96\\\\xf8\\\\xc8\\\\x90\\\\xc43\\\\xd0\\\\xd2\\\\xb9x\\\\xa3\\\\xb92\\\\r\\\\x12\\\\xdf+\\\\x9e\\\\x9c\\\\xe5.\\\\xf8\\\\xb9+Hg)^%\\\\x8a\\\\x14\\\\xee@v\\\\xa8 D7\\\\x84\\\\x8d\\\\x7f\\\\x7fT\\\\xc9\\\\x9c\\\\xe4\\\\xc6\\\\xbd\\\\xbfN_\\\\xca\\\\x19\\\\x98\\\\xca#\\\\xaa_L\\\\x1c\\\\xac\\\\x7f]\\\\x88k\\\\xa0\\\\xb4c\\\\xb5P@m\\\\xa2A\\\\xf1\\\\x1d\\\\x803\\\\xd5\\\\xc8\\\\\\\\&\\\\xa0\\\\x18\\\\xbe!\\\\xa8y\\\\x0e\\\\x8a\\\\xac\\\\xed\\\\x909\\\\xf5Q\\\\n2\\\\x91f+\\\\xa3{DE\\\\x8e\\\\x07\\\\xfe\\\\xd1\\\\x91\\\\x13#\\\\xfe\\\\xce\\\\xba\\\\xd3\\\\x97\\\\x96g\\\\x1e>\\\\xa8.5\\\\x1f\\\\x0c\\\\x936\\\\x1e!\\\\xcb\\\\xa8Uq\\\\x0b{)\\\\xf6\\\\x8e\\\\xf0\\\\x15\\\\xe4\\\\xc8\\\\x90`\\\\xf9\\\\xfd\\\\xa3\\\\xf7\\\\xb6\\\\xd8\"&2\\\\xccP(\\\\xd5\\\\x12t\\\\xe7\\\\xc7\\\\x01G\\\\xc6\\\\xe2\\\\xcd{\\\\x9e\\\\xca[%\\\\xeam\\\\xc2\\\\xb5\\\\xf3BI#Y\\\\n\\\\xb2;\\\\x9dz\\\\xa9\\\\xa6\\\\xe9\\\\x8b\\\\x1cs\\\\x0fZ.,%L9\\\\xf1\\\\xf7W\\\\x0f\\\\x06q\\\\xc6.1\\\\xc9\\\\xb2\\\\xd5(\\\\x9b\\\\xda\\\\x98\\\\xddf\\\\x9a\\\\x00\\\\xc0\\\\xc1\\\\x00\\\\xeb\\\\xe1\\\\xa0\\\\x81\\\\xd5\\\\xdbs\\\\xf6\\\\xac\\\\x83\\\\x17u\\\\xa7fCO\\\\xab\\\\x15\\\\x13\\\\x96\\\\xf9\\\\x9f\\\\x17^Z\\\\x85\\\\xe3lJ\\\\xd4\\\\x14\\\\xdf\\\\xb9}[\\\\xbb\\\\xfaL\\\\xc7\\\\x84A\\\\xf0\\\\x8f\\\\x1e\\\\xba\\\\xde\\\\xec\\\\xce:\\\\xb4\\\\xc8wb\\\\xaa\\\\\\\\\\\\xbc50o\\\\x14+;\\\\x9c\\\\xe1\\\\xb9T\\\\xb2jdM\\\\xaa\\\\x95;\\\\xed\\\\x04\\\\x92`\\\\x80\\\\t\\\\xf4\\\\xc83\\\\xa9\\\\xe9\\\\xe2~\\\\xe5\\\\x08o\\\\x05^W\\\\x04\\\\xcbH8\\\\xe7\\\\xd7\\\\x8ehX\\\\xe1E\\\\x97J;\\\\xb0r\\\\rpw&\\\\xbe\\\\x95\\\\xd5f@\\\\x1e#\\\\xfb\\\\xfa\\\\xadv\\\\xc6\\\\x9a\\\\xfe\\\\xc3\\\\x92\\\\x08\\\\xc0N\\\\xa2]\\\\xe1Z\\\\\\\\e\\\\x14\\\\xe3\\\\xe1#ZA\\\\xb2\\\\x90\\\\xbb\\\\xb7\\\\xe9\\\\xed\\\\xaa\\\\x12bW\\\\xb9\\\\xdd\\\\xd5\\\\xcb& S\\\\x8e\\\\xf5j\\\\x0f\\\\x18\\\\x93,\\\\x03c\\\\xf8\\\\xea\\\\x82\\\\xfc\\\\x837\\\\x8c\\\\xab\\\\x0b.\\\\xfa\\\\x82\\\\xfea\\\\x9dK\\\\x17oQ>\\\\x90\\\\x08\\\\x03A\\\\x13\\\\xa8\\\\x99\\\\xe9{\\\\x89i\\\\x86\\\\xa1FJ\\\\xb9\\\\xb8\\\\x7f@\\\\x18\\\\xaa\\\\xba\\\\xcb6\\\\xe4\\\\xb5\\\\x99U\\\\x93c*\\\\xbdW\\\\r\\\\xabb\\\\x92&[v\\\\x9a\\\\x80\\\\x08\\\\x9e\\\\xaa\\\\xd8\\\\xb9\"\\\\x1a@\\\\xb3?UR`?W\\\\xe0\\\\xa2\\\\x14\\\\xa6vv8\\\\xcaY}e\\\\xac\\\\xac\\\\xc11;W\\\\xd5\"5\\\\xd7\\\\xae\\\\xdc\\\\xc8\\\\xda\\\\x86\\\\xb8\\\\xe6E\\\\x13-\\\\x7f\\\\xccX\\\\x83\\\\x86(\\\\xf5\\\\xb4.V+\\\\x0b,`\\\\xb5W\\\\x08\\\\xf5\\\\xcc\\\\xca\\\\xc7c\\\\x11 \\\\x91#\\\\xb1\\\\xfbz\\\\xa5\\\\xfeD\\\\xaf5DH\\\\xef\\\\xe9\\\\xf5Z\\\\x976\\\\xe20\\\\xc1\\\\xddWyY+j\\\\xda\\\\x8bQ\\\\x00\\\\xaa\\\\x15\\\\xdc\\\\xde\\\\xad\\\\xf0\\\\x01\\\\xfb5\\\\xf3\\\\x9dz\\\\x19n\\\\xc4\\\\x83N5\\\\xc0\\\\xb2\\\\xce\\\\xf6j\\\\xf1!\\\\xba\\\\xa7o\\\\x85r\\\\xf5ce\\\\x9f{o\\\\xb9\\\\xed\\\\x90\\\\xcb\\\\xabn\\\\x93\\\\xa1$\\\\x824=\\\\xfc#\\\\xbfn\\\\x8a\\\\xc0\\\\xb4\\\\x08\\\\x94hFG\\\\xec\\\\x99\\\\t\\\\xcc\\\\x16=\\\\xa9\\\\xf7\\\\x91\\\\xa4f\\\\x8c\\\\xad\\\\xce\\\\xad\\\\x97B\\\\xb3c\\\\x97\\\\xda\\\\x11v\\\\xa8\\\\x05X\\\\xf6\\\\xd40\\\\x04\\\\x8f\\\\x1dG\\\\xd3L\\\\xeee?P\\\\x18R\\\\xa9\\\\xd7#n~\\\\x93\\\\x89\\\\n\\\\xac\\\\xe51\\\\x9a\\\\x89\\\\xa0\\\\xaa\\\\xa5\\\\xbe\\\\xa2\\\\xccg\\\\xd6[N\\\\xda\\\\x1dA\\\\xce\\\\xdd\\\\x92\\\\xf6\\\\xbab\\\\xd4\\\\x96d\\\\xadiB\\\\x89\\\\xb2\\\\xdd\\\\xa9]h\\\\xb6\\\\x06\\\\xeb\\\\x97%O\\\\x8b\\\\xff\\\\x00\\\\xf6\\\\xe7\\\\xfd9\\\\xc0\\\\xff\\\\x00q\\\\xbc7\\\\xe97\\\\xcf\\\\xff\\\\x00]9#\\\\xf1\\\\xfc/\\\\x8b\\\\xf3\\\\x1f0\\\\xf9~#|C\\\\x99\\\\xf8\\\\xff\\\\x0020\\\\xb8L\\\\x8fb\\\\xd5\\\\xa1\\\\xb3)\\\\xca\\\\xc38\\\\xf7\\\\x85\\\\xb1\\\\xeb\\\\xca\\\\xae\\\\xfb\\\\x01Z\\\\xd8{{\\\\x9e\\\\xbd\\\\xdc\\\\xb9(\\\\xf1\\\\x7f\\\\xfd\\\\xbb1yv\\\\xfd>\\\\xaf\\\\x8e\\\\xff\\\\x00p\\\\x7f\\\\x1d\\\\xc5\\\\xf9G\\\\xea\\\\x8f\\\\xc7?\\\\xf5\\\\xf7\\\\xc4~3g\\\\t\\\\xc9\\\\xd6\\\\x98\\\\xff\\\\x00\\\\x0f[^\\\\xdby\\\\xbc\\\\xfc\\\\x87f\\\\x18\\\\x94\\\\xae\\\\x18[*[%\\\\xec\\\\xb4\\\\x8aF\\\\x8a\\\\xf7,\\\\x82\\\\xc5A\\\\x00\\\\x86*\\\\xff\\\\x00\\\\xfd9\\\\xff\\\\x00gY\\\\x9f*\\\\x7f\\\\x80|\\\\x8f\\\\xf4\\\\xd3\\\\xf5N\\\\x9f\\\\x9e~\\\\x91|\\\\xbb\\\\xe3\\\\x9c\\\\xef\\\\xc8\\\\xab\\\\xfdB\\\\xc6\\\\xf8\\\\xff\\\\x00!\\\\x8b\\\\x91U?\\\\x17\\\\xca\\\\xab\\\\x07\\\\x90\\\\xa4p \\\\xdd\\\\x91e\\\\xef}\\\\xca\\\\xb4T\\\\x96\\\\x16\\\\xbb\\\\xd4TB\\\\xf4\\\\xddy\\\\xa5[\\\\xb6#\\\\x11\\\\x1e\\\\\\\\\\\\xfa+\\\\xcb?\\\\xfd\\\\xa9\\\\xe7p\\\\xf9\\\\x9f-?#\\\\xfdB\\\\xc4\\\\xe1\\\\xbe3\\\\xf1~;\\\\xe3\\\\x1c\\\\xc6\\\\x17\\\\xc8\\\\xb3\\\\xb8\\\\xac\\\\xda\\\\xf22\\\\xb1\\\\xbeS\\\\x93~\\\\x1e*\\\\xb7\\\\x1aO\\\\xbf\\\\x8f\\\\x90\\\\x97P\\\\xc8is!\\\\xb6\\\\x86+$\\\\x88\\\\xd4\\\\x9a\\\\xcaG+\\\\xfe\\\\xcc\\\\xdd\\\\xf9\\\\xb4\\\\xe0p\\\\x7fQ\\\\xf8\\\\xaf\\\\x99\\\\xf2<\\\\x07\\\\xcf\\\\xf8\\\\x7f\\\\x8a\\\\xfc\\\\xbb\\\\x84\\\\\\\\\\\\x1c\\\\xdc*\\\\xd7\\\\x1b>\\\\xaa\\\\xf3\\\\x0ce\\\\xabCX1IkR\\\\xad\\\\xde\\\\xd8\\\\x91\\\\xee\\\\xeeX\\\\xeb\\\\xb5\\\\xaeT\\\\xae\\\\x0f\\\\xfb*\\\\xc8\\\\xfdL\\\\xc1\\\\xfd@\\\\xf9w\\\\xc5~T\\\\xbf\\\\x15\\\\xc6\\\\xc3\\\\xe4>W\\\\x95\\\\xf0\\\\x8e\\\\x05x\\\\x0eo/\\\\x84\\\\\\\\\\\\x1e\\\\x032\\\\xea\\\\x059\\\\x1f#\\\\xcbU\\\\xa2\\\\x93h\\\\xa8{P\\\\xf7\\\\xb9\\\\x1e\\\\xa6\\\\x86VU\\\\x87R\\\\xb9_\\\\xf4\\\\x8f\\\\xf4J\\\\x9f\\\\xd4O\\\\x88\\\\xfc\\\\xcf\\\\xf53\\\\xe7\\\\x7f\\\\xa8t~\\\\x94~\\\\x92|#\\\\'\\\\x13\\\\x07\\\\x96\\\\xf9vG\\\\x1b\\\\x93\\\\xcbd_\\\\xc9g9J0\\\\xb0\\\\xf0)t{\\\\x8a\\\\x04\\\\xdfs3\\\\x8d\\\\xa3kCz\\\\xa3\\\\x9dq]\\\\x13\\\\xf1\\\\x0f\\\\xfe\\\\xdf\\\\x7f(\\\\xe5\\\\x7fQ?P\\\\xff\\\\x00M\\\\xf9\\\\xff\\\\x00\\\\x9e\\\\xbf\\\\x1bg\\\\xc3>A\\\\x81\\\\xf1\\\\xbc^O\\\\x85\\\\xf8\\\\xbf/\\\\xcfce\\\\xd9\\\\xc8\\\\xe0\\\\xd3\\\\xc9\\\\xe2\\\\xe4d\\\\xe4\\\\xe3\\\\xd7N6\\\\r?\\\\x96\\\\xc8\\\\xad\\\\xad{\\\\xaf;\\\\x18\\\\x95\\\\xdb\\\\xf8\\\\x19\\\\xbbR\\\\xe4\\\\xe9\\\\xc1\\\\x7f\\\\xb2o\\\\x86\\\\xfc\\\\x93\\\\xf4\\\\xff\\\\x00\\\\xf4\\\\xc7\\\\xe0\\\\xd9\\\\xdf<\\\\xe2\\\\xfe\\\\'\\\\xfa\\\\xeb\\\\xfa\\\\x8b\\\\xf2\\\\xdf\\\\x9e\\\\xe1p\\\\x1c\\\\xdb\\\\xd7\\\\xc9r8\\\\xdc\\\\xa6\\\\'\\\\xc2\\\\xac\\\\xc9\\\\xc6\\\\xb3\\\\x16\\\\xba\\\\xa8z\\\\xf1\\\\xb1\\\\xf1\\\\xb7b\\\\xbd\\\\xc7&\\\\xcf\\\\xe6C\\\\xa8Z\\\\xed\\\\r\\\\xb59\\\\xd7.;\\\\xa3\\\\xfd\\\\x9bs\\\\\\\\\\\\xceO\\\\xc2_?\\\\xf5\\\\x07\\\\x8e\\\\xe1\\\\x97\\\\x9d\\\\xfd\\\\x14\\\\xe4\\\\x7f]\\\\xfeL[\\\\x02\\\\xeb\\\\xe9\\\\xe2~3@\\\\'\\\\x19l\"\\\\xc5\\\\\\\\\\\\x86\\\\xc8a=\\\\xd4/\\\\x8e\\\\xed:\\\\xedJ\\\\x19:\\\\xfc\\\\xdb\\\\xff\\\\x00\\\\xb6\\\\x07\\\\xeaO\\\\xc6\\\\xbe\\\\x15\\\\x87\\\\xc9\\\\xd9\\\\xf3jo\\\\xf9\\\\xaf\\\\x1d\\\\xcb\\\\xfc?\\\\x8a\\\\xf9g\\\\xc4/\\\\xe09,<\\\\x0c+\\\\xbeo\\\\xc8Q\\\\xc6\\\\xe1S\\\\xc7\\\\xf3\\\\xb6\\\\x83\\\\x8f\\\\xc9\\\\xbe6FEc!1\\\\xd4\\\\x8a\\\\xb7Ar\\\\xd0\\\\xa4Iu\\\\xd8(_!\\\\xff\\\\x00\\\\xed\\\\xc0\\\\xd4dq\\\\x1cg\\\\xc3\\\\x7f\\\\xdc\\\\'\\\\xc5\\\\xbeU\\\\x9e\\\\xff\\\\x00\\\\xacI\\\\xfa7\\\\xf2Q\\\\x91\\\\x83\\\\x95\\\\xc6\\\\xe2q\\\\xfc\\\\xdf\\\\xe4NqJ\\\\xb2o\\\\xb5\\\\xc6U\\\\xd5W\\\\xfc\\\\xbb)\\\\xa9dY\\\\xe8Vb\\\\x1a9\\\\xd7#8_\\\\xec_\\\\xe3?\\\\xa7\\\\x7f\\\\xaf4\\\\xfcC\\\\xe4\\\\x9f.\\\\xaf\\\\xf5\\\\x1b\\\\xe3\\\\x1f\\\\n\\\\xfd<\\\\xf9g\\\\xea\\\\x07\\\\xea_\\\\x0f\\\\xf2>\\\\x0b\\\\xe4\\\\x1f\\\\r|~/\\\\x80[1\\\\x12\\\\xd7p\\\\xe0]\\\\x8fnK\\\\xa3\\\\xd3v.[\\\\x06\\\\x15\\\\xb7\\\\xb9\\\\xb1Y7\\\\xf3\\\\xaed\\\\x8b\\\\xfa\\\\xbd\\\\xfe\\\\xccs?\\\\xdb\\\\xe7\\\\xe9\\\\x07\\\\xc5\\\\xff\\\\x00V\\\\xb9\\\\x8f\\\\xd5\\\\xa4\\\\xe4\\\\xbeE\\\\xf2\\\\x0cn\\\\x0b?\\\\x8b\\\\xe1p~=\\\\xca\\\\x7fH\\\\xc9\\\\xfe\\\\xb1[]]\\\\\\\\w\\\\xc9)\\\\x17a]uU\\\\xa1\\\\xb1\\\\xd6\\\\xd1L\\\\xa0\\\\x94,J+\\\\x85\\\\xc8F\\\\xecLd\\\\x1c\\\\x15Gy`J\\\\t\\\\xdf\\\\xf4\\\\x0b\\\\xfd\\\\xc8\\\\x1ed\\\\xe3\\\\xfcG\\\\xe5\\\\x19\\\\x95\\\\xf1\\\\x9c\\\\xb7\\\\xb6\\\\xd5\\\\xe1\\\\xf3z%w\\\\x82?\\\\x05\\\\x83@X\\\\x89\\\\x1a\\\\xf7\\\\xfb\\\\xba\\\\xf2\\\\xdb\\\\xad\\\\xbc\\\\xf6U\\\\xff\\\\x00A?\\\\xb6c\\\\xa4\\\\xbf?u\\\\xe5w[sn\\\\xb9`\\\\xba\\\\xee\\\\xaa\\\\xe8k\\\\r\\\\xf60\\\\xa2k+V>\\\\xac\\\\x1dWQ\\\\x04\\\\x98\\\\x10\\\\xc6\\\\x7fwC\\\\t\\\\xea\\\\xa1,VM\\\\xd6|\\\\x17\\\\xb5`\\\\xd7\\\\x98+\\\\x19&\\\\xb0jgT\\\\xda\\\\x8b\\\\xb7q\\\\xd0\\\\x13\\\\xaf}A\\\\x9e\\\\xfauf\\\\xdd\\\\xa6yfUiYpy \\\\x14\\\\xf0\\\\xad\\\\x87\\\\x98\\\\xe2\\\\xbb\\\\xb2\\\\x05>\\\\xa0\\\\xe5\\\\x01h\\\\x10\\\\xc6HS:\\\\x03\\\\xe0?gF!V)\\\\x11\\\\x89\\\\x89VG\\\\t\\\\x8a\\\\xb8\\\\xbb*.U6\\\\x87\\\\xac\\\\r\"\\\\x1b\\\\xd4\\\\x15\\\\x96c\\\\xc7\\\\xc6Gn\\\\xfd3@\\\\x18\\\\xa7\\\\xc01V\\\\x07\\\\xce\\\\xb9\\\\xfe\\\\x18\\\\xfc\\\\x7f\\\\x1f\\\\x8b\\\\xe32\\\\x0e]t\\\\xbb;\\\\xd1\\\\xf8\\\\x19UT@1\\\\xa8\\\\x046\\\\xdf\\\\xff\\\\x00\\\\x17\\\\xa3\\\\xb3\\\\xa4;\\\\xad\\\\xdbR\\\\x06\\\\x01\\\\xb0\\\\n\\\\x9e\\\\xe3>=\\\\xc2\\\\xe6\\\\\\\\\\\\xb9\\\\xb9\\\\xfc\\\\xa6G\\\\x1c,\\\\x8b\\\\x9e\\\\xb6\\\\xabr;\\\\xc8\\\\x8a\\\\xe4\\\\xea\\\\x00\\\\x02\\\\t\\\\x1aw\\\\xea\\\\x9c6\\\\xf6\\\\x01/6\\\\x04\\\\xb9[\\\\xb6~VQ\\\\x833\\\\x90(\\\\x9c\\\\xfe!\\\\x8dnO\\\\xc9\\\\xf3~Ef)L{kj\\\\xb1/T,\\\\x15\\\\xd5H\\\\x0c`\\\\x804\\\\x00\\\\xc9\\\\xd4\\\\xf8\\\\xf4\\\\xdfr Qdno\\\\x19<\\\\x8a\\\\xe7\\\\xbf\\\\xd4\\\\x8c\\\\xea[\\\\x99\\\\xbd\\\\xf2\\\\xaf6\\\\x04,\\\\x96[\\\\xb42\\\\x0b B\\\\x9e\\\\xff\\\\x00\\\\x84\\\\xc4h\\\\x07A\\\\tV\\\\xab\\\\xce\\\\xee\\\\x08v\\\\xc9T<\\\\xcf)\\\\xc2\\\\xd3^2Z\\\\xfbn\\\\xce$\\\\xa2\\\\xd4w9u\\\\x8d\\\\xc5\\\\xd4\\\\xc8*Or{\\\\xfd:n\\\\xb8\\\\x91EP\\\\xce2\\\\x02\\\\'\\\\x02\\\\x85p\\\\x99\\\\xd8\\\\xf6__\\\\xb2\\\\rL\\\\x96CX\\\\xccI*\\\\xc1\\\\xb6\\\\x86,{\\\\x12{)\\\\xeb\\\\x89dV%\\\\x17\\\\xa1\\\\xc7\\\\x14\\\\xbf\\\\xf2#nVb_p\\\\xae\\\\xabD\\\\xd8\\\\xadk\\\\x17\\\\x8d\\\\xa6T\\\\x07Y\\\\xd4\\\\xea\\\\x7f\\\\x0fn\\\\xba8\\\\xa0\\\\xbc\\\\x18\\\\xa0\\\\xa2\\\\xc4\\\\xc8o\\\\xcd_\\\\xa3\\\\xacH\\\\xd8\\\\x13C\\\\xa8\\\\xf4~\\\\x18\\\\x83\\\\x1e\\\\x9e\\\\xf1\\\\xe5\\\\xd4\\\\xe4\\\\xab\\\\xe2\\\\xd2\\\\x97r-\\\\xc7=98\\\\x97W\\\\x86\\\\\\\\=$\\\\xca\\\\xf7\\\\xb1\\\\x80\\\\x04\\\\x12`\\\\x13\\\\x04\\\\x1d#\\\\xb7\\\\xec\\\\xe9Q\\\\x9b\\\\xf7+v}Q \\\\x17)\\\\x02\\\\xee3\\\\'\\\\xfa\\\\x83\\\\xab\\\\xd7e\\\\xa1\\\\x9b}\\\\xbf\\\\xf7C4\\\\x01\\\\xe0{\\\\xe8\\\\x04\\\\xfd\\\\x9d*\\\\x0cd\\\\xe9%\\\\xc8\\\\xad\\\\x14\\\\xb7\\\\xf8\\\\xad\\\\xbb\\\\x11\\\\xeb\\\\xbaM\\\\xe1B\\\\xd3b\\\\x90Wq&\\\\x18\\\\x8f\\\\xa1\\\\x1e\\\\x1f\\\\xdd\\\\xd1\\\\x98j(\\\\xccM\\\\x00\\\\xc53\\\\xf0\\\\x07\\\\xc7\\\\xa9\\\\x88cU\\\\xd2\\\\x88gz#\\\\xdf\\\\x94\\\\xb9\\\\xc7\\\\x1cjU\\\\xc7\\\\x08W\\\\xf0\\\\x8d\\\\xa5\\\\x83\\\\x12T\\\\xd9\\\\xa9\\\\xecA\\\\x93\\\\xe5\\\\xfb:V\\\\xe3o\\\\x1b\\\\x90\\\\xa1gQn\\\\xf3\\\\x10\\\\x084WW\\\\xc1\\\\xb2\\\\xf3\\\\x9f\\\\x06\\\\xcao\\\\xb6\\\\xd6\\\\xdbb\\\\xd7eN\\\\xe3E\\\\x06X,\\\\xee*\\\\x08\\\\x11\\\\xa0\\\\xeb\\\\xcb\\\\x1fv\\\\xcd\\\\xed\\\\x1d\\\\x98\\\\xf7\\\\xad\\\\xab&2\\\\x89\\\\xe3\\\\x92\\\\xb6x{\\\\xed5\\\\x97e$\\\\xa1\\\\x9f\\\\x18\\\\x8d\\\\xc4\\\\x98X\\\\x83&~\\\\xbe}z=\\\\x91$c\\\\xdc\\\\x8ex\\\\xa6\\\\xdc@m\\\\xbd=\\\\xe8e\\\\xc8&-v\\\\xdb\\\\xaf\\\\xe2*c\\\\xc3^\\\\xf1\\\\xfe][\\\\xba\\\\x03t\\\\xedJ\\\\x99uA~\\\\xa3q\\\\xd8\\\\xf9\\\\x19Ou \\\\x1a\\\\x0c\\\\xa5\\\\xd4\\\\xb3\\\\xe9]\\\\x8a\\\\xdb`\\\\xc4n\\\\x07\\\\xcf]:\\\\xe1\\\\x1d\"\\\\x85\\\\xd6\\\\x16\\\\xe2\\\\xeb\\\\x17\\\\xe5\\\\x92\\\\xa4\\\\xd8R\\\\xed\\\\x8fC\\\\x92\\\\x146\\\\xd0\\\\xe6\\\\x044\\\\xc6\\\\x80\\\\x18n\\\\x8aG\\\\x00\\\\n\\\\xaf\\\\t3\\\\x93U\\\\x073\\\\x1b1\\\\x98Um#\\\\xdd\\\\x98\\\\xa8w\\\\x0c\\\\xa2\"\\\\'\\\\xbfo\\\\x0e\\\\xa4\\\\x83<\\\\xb0L\\\\x84\\\\xa3\\\\x1a\\\\xbd\\\\x10\\\\xe3E\\\\xb5\\\\xde\\\\x81\\\\x94\\\\xab8\\\\x92\\\\xa0(\\\\x02H\\\\x12\\\\x0fa\\\\xafA\\\\xa4\\\\xe0\\\\x9a&\\\\x0cSW\\\\x13\\\\xcc>%\\\\xc9M\\\\xe7\\\\xdc*\\\\n\\\\x82\\\\xd3\\\\xa0\\\\xfcS \\\\xccN\\\\xba\\\\xc4\\\\xf4\\\\xc1#\\\\x13\\\\xa5\\\\xf1I2\\\\xd2\\\\x1c\\\\n/\\\\xdc\\\\x8e0\\\\xb9\\\\x85\\\\xf8\\\\xc4\\\\xddV\\\\xe1\\\\xbe\\\\xd5oI\\\\x83\\\\xa1\\\\x1a\\\\x03\\\\x1ak\\\\xfd\\\\x87Dd@PXT-\\\\xf7d\\\\xa6\\\\x1a\\\\xd4\\\\x12\\\\xa2\\\\x12\\\\xd4\\\\xd9\\\\xef)Yb\\\\xeaA`\\\\x04\\\\x18\\\\x9f\\\\x03\\\\xd4{\\\\x8ej\\\\x17h1\\\\x8d\\\\xa7\\\\xdb\\\\x00\\\\x98\\\\x89\\\\x93\\\\xe5=\\\\xe7\\\\xfb\\\\xfa#\\\\x0fI.\\\\x94\\\\xe1\\\\xebD\\\\xba\\\\xaf\\\\xed\\\\xbbU\\\\xe9e\\\\xac\\\\x9for\\\\x18r&\\\\xb0\\\\x96\\\\xd5\\\\x94[\"\\\\xab\\\\x01*\\\\xba\\\\xa5ft\\\\x85\\\\xed\\\\xaf\\\\xf9\\\\xf46A\\\\x8bHs\\\\xf0\\\\xeeI\\\\x93\\\\x1ci\\\\xcb%\\\\xbb3;\\\\x93\\\\xe4ps.\\\\xc7J\\\\xdb<]\\\\xb1\\\\xa0\\\\x01\\\\xbb|\\\\x03\\\\x04m\\\\x03Bt\\\\x02>\\\\x9d>\\\\xe5\\\\xe3\\\\xa4\\\\xc8d\\\\x8a\\\\x06&B245A\\\\xae\\\\xb1\\\\xef\\\\xbe\\\\xff\\\\x00f\\\\x8c\\\\x8c\\\\x1c`+\\\\xaa\\\\xec{,6\\\\x92\\\\xc1B\\\\xb1g\\\\x8f\\\\x16\\\\x05\\\\xb4\\\\xed\\\\xf6u\\\\xd0\\\\xdd\\\\xdb\\\\xba5A\\\\xc4i\\\\xd6\\\\xaaM\\\\xa3l\\\\rLO6o%7\\\\xff\\\\x00M\\\\xe6\\\\xbf\\\\x0c\\\\xdf \\\\\\\\\\\\xdc1\\\\x85\\\\xf9\\\\xc1\\\\x8aq[%W)\\\\x1ba`\\\\xfe\\\\xd1;\\\\xb6\\\\xc7\\\\xf1y\\\\xe9\\\\xd1{GN\\\\xb7\\\\x18\\\\xf7\\\\xf8\\\\'\\\\x004\\\\x83GX\\\\xf2X\\\\xa6\\\\xcc*l\\\\xa2\\\\xe5\\\\xc8\\\\xa2\\\\xa5\\\\n\\\\xd1\\\\xf8\\\\x81\\\\x99\\\\xdb\\\\xe3\\\\xa4\\\\xeb#\\\\xfcz\\\\xadq\\\\xc36\\\\x08m\\\\x82\\\\xcey X\\\\xb7]\\\\x8a\\\\xef\\\\x16\\\\xb5U\\\\xc16\\\\x00\\\\x03O\\\\xf8\\\\x01\\\\xd4\\\\x92\\\\x06\\\\x15FX\\\\xb1\\\\x18\\\\xab\\\\x9f\\\\xe3\\\\xb5`r\\\\t]\\\\xe2\\\\xb7\\\\xb2\\\\xbct\\\\xad[&\\\\xd4\\\\x08\\\\xfe\\\\xe9\\\\x01\\\\\\\\H\\\\x98\\\\xd7@O\\\\xec\\\\xe9S\\\\xbb\\\\t\\\\xcc\\\\x08\\\\xd4b\\\\xec\\\\x866\\\\x8el\\\\x1a\\\\x9c\\\\x14\\\\xf4\\\\x16\\\\xa7\\\\xae\\\\x9a\\\\xf1\\\\xacwf\\\\xb4:\\\\xab@\\\\xda ,\\\\x12u\\\\xecH\\\\xf2\\\\xe8\\\\xed38\\\\xc1\\\\x16\\\\xe6\\\\xa0\\\\x0f\\\\xaa\\\\xb6?MF{\\\\xd9\\\\x95\\\\xc4\\\\xda\\\\xa2\\\\xdf\\\\xcc\\\\xad\\\\x8b^;\\\\x10\\\\xa40\\\\x12cA#\\\\xc4\\\\x02\\\\x07\\\\x9fK\\\\xb7#\\\\x0b\\\\x99T\\\\xe1\\\\x9fjv\\\\xcaX\\\\xba\\\\xa2>w\\\\xc0\\\\xd4\\\\xbc\\\\x97!\\\\x83Mj\\\\xf6\\\\xa5\\\\xccY\\\\x95\\\\xa4\\\\x10\\\\x01\\\\xda7A\\\\x8dc\\\\xc3\\\\xed\\\\xeb\\\\xae[\\\\x12\\\\x91\\\\x0c\\\\xe5/y\\\\x12k\\\\x1a*\\\\xe7\\\\x87\\\\xa0\\\\xd7\\\\x92\\\\xa9\\\\x93S\\\\xe4`8dV\\\\xadd\\\\xfa\\\\x80\\\\x04\\\\xa9`f\\\\x00\\\\xee\\\\x07\\\\x87J\\\\x16qy\\\\x16>]\\\\x8a\\\\x81\\\\xbbX\\\\xd2\\\\xbfT\\\\xe5\\\\xc1\\\\xf1\\\\xd4\\\\xe1\\\\x96\\\\xb5\\\\xfd\\\\xca\\\\x98\\\\xb1U\\\\x0c4\\\\x15\\\\xee\\\\x84x\\\\x12\\\\x0c\\\\xfd\\\\xf1\\\\xd4\\\\xeb\\\\x96\\\\'\\\\x01\\\\x9a\\\\xbb\\\\xb6\\\\x86\\\\x92e\\\\xce\\\\xbd\\\\x81\\\\x0b\\\\xf9\\\\x175v5\\\\x86\\\\x8c|p\\\\xf5\\\\xef\\\\x01\\\\xf3fOmg\\\\xe9\\\\xf7\\\\xfe\\\\xce\\\\xa8\\\\\\\\\\\\xben\\\\\\\\\\\\x03!\\\\xcb\\\\x16\\\\xcd\\\\x1d\\\\xe9\\\\x12O\\\\xddW\\\\tev;[p\\\\xf7\\\\x1d\\\\xc6\\\\xb56\\\\xa1T\\\\x92\\\\xc0\\\\x19\\\\x89\\\\x9d\\\\x0e\\\\x83\\\\xed\\\\xf2\\\\xe9\\\\x90\\\\xdb\\\\xc6,\\\\xc7>\\\\xc2\\\\x95\\\\xee\\\\x101R\\\\xc7\\\\xe6l\\\\xb9\\\\xf9\\\\x15\\\\xae\\\\xb7G\\\\xb5ik\\\\xd5\\\\x94A1\\\\x12\\\\x1bRO\\\\x8c\\\\x0f\\\\xd8z;\\\\xc2W?\\\\xe4\\\\x14\\\\xcb$\\\\xb2\\\\xcc\\\\xc4\\\\xd3>i\\\\xff\\\\x00\\\\x8aL>O\\\\x08\\\\xbb\\\\x10\\\\xe5\\\\x1fkc\\\\xa4\\\\x9d\\\\x00\\\\x12\\\\xc7Q \\\\x91\\\\xda>\\\\xce\\\\x9bb\\\\xc6\\\\x90#\\\\xa8\\\\x9a\\\\xd7\\\\xaap\\\\xbb\\\\xee\\\\x8d$U\\\\x92\\\\xef#\\\\x81\\\\x81CP\\\\x9e\\\\xe8&\\\\xc6j\\\\xdb\\\\xdbPc_IQ,t\\\\x1d\\\\xf5\\\\xff\\\\x00\\\\x82\\\\xeeC\\\\xd6\\\\x03\\\\x93,\\\\xc7G\\\\xcf\\\\xa8I6\\\\xc4\\\\x1c\\\\x12\\\\xdf\\\\x9f\\\\xc1Q\\\\x90\\\\x1cz\\\\xd7#\\\\x174\\\\x06G\\\\x01Q\\\\x8e\\\\xe2~\\\\xe8 \\\\x0e\\\\x8ar\\\\x8e\\\\xa6\\\\x07\\\\xd4(\\\\x12c\\\\xa8E\\\\xcd8\\\\xa2\\\\xdb\\\\x8f\\\\x9f\\\\xc9\\\\xd7JX\\\\xd6-\\\\xf4\\\\x87\\\\x0cY\\\\x00Vc\\\\xa1\\\\x83\\\\xa1\\\\xd3MGn\\\\xab\\\\xdf\\\\x96\\\\x99\\\\t\\\\x12\\\\xd9S\\\\x1e\\\\xbcsL\\\\x8c\\\\x86\\\\x00>|u\\\\xfb+C\\\\x1b\\\\x93\\\\xa6\\\\xe5|\\\\xaa\\\\xb1m\\\\xa5l\\\\xaa\\\\x7f\\\\x9ce\\\\xd8\\\\xe8T\\\\x88\" \\\\x89\\\\x03\\\\xc3\\\\xcf\\\\xabq\\\\x90\\\\x8cj\\\\x0b3\\\\xd5]\\\\x8c\\\\xc4\\\\xa2I\\\\xc7\\\\xa2A\\\\xcb\\\\xc6\\\\xaa\\\\xfbowSM\\\\xc5YV\\\\xb5\\\\xf5\\\\x87i\\\\x89M\\\\x9f\\\\xc2O\\\\xdcJ\\\\xf4\\\\xebZ\\\\x08bZD:\\\\xca\\\\x91\\\\x01\\\\xce_p\\\\x87\\\\xae\\\\x0eE.n{\\\\x10\\\\xb5K\\\\xee)h\\\\x1b\\\\xc4\\\\xc0\\\\x91\\\\xd8\\\\xc1\\\\xd0\\\\xc0\\\\x8e\\\\xabn\\\\x84\\\\xa3\\\\x1d\\\\\\\\\\\\xbb\\\\xd4\\\\xc0\\\\x89J\\\\x9c\\\\x14\\\\xd5\\\\xf1\\\\xdeG%,\\\\xc6\\\\xa2\\\\xab\\\\xa5p\\\\t,6\\\\x86b\\\\xae\\\\xf2\\\\xc3@\\\\x0ck\\\\xe7=\\\\x10\\\\xbd9\\\\xb6\\\\x8a\\\\x81\\\\x8f1\\\\xfd\"\\\\x87\\\\xa43\\\\xb3x+\\\\x13+=\\\\xf3\\\\x8eJe\\\\x1cjXT\\\\xa9}\\\\x94\\\\xc2\\\\xbb\\\\x0b\\\\x15\\\\x99w5\\\\x84x\\\\x00#\\\\xc3\\\\xc7\\\\xa6\\\\x7f\\\\x95\\\\xeeKA\\\\xa0\\\\x1e}\\\\xaa\\\\xe9:\\\\xe2A5I\\\\xb9\\\\x98\\\\x9e\\\\xd2\\\\x02\\\\xf7\\\\xdbj4\\\\xb5\\\\x89\\\\xdc%\\\\x80\\\\xfa\\\\x89\\\\x92`\\\\x91\\\\x11\\\\xae\\\\xbf\\\\xb3\\\\xa3\\\\x8c_\\\\xa2\\\\xcd\\\\x981/\\\\x8bsP-\\\\xc5l\\\\xb4IZ\\\\xd0 Z\\\\xe91\\\\xa6\\\\xdd\\\\x06\\\\xed\\\\xa4\\\\xc1h\\\\x933\\\\xf4\\\\x8f\\\\x1e\\\\xa2r\\\\x88\\\\x8b\\\\xd1\\\\x94F\\\\xd4\\\\xa4i\\\\xda\\\\xc9\\\\xa7\\\\x81\\\\xe3.5\\\\xd8\\\\xb6^\\\\xb6\\\\x06\\\\x03\\\\xf0\\\\x82eH;\\\\x9c\\\\x89\\\\xfe\\\\x1d\\\\x07o\\\\xbfR:\\\\x0bc\\\\xdc\\\\x8d+\\\\xd4\\\\xab{H\\\\x98\\\\x17\\\\x9fb\\\\\\\\v\\\\xba\\\\x8e]\\\\x13\\\\x15\\\\x8d\\\\x98\\\\x9e\\\\xeb\\\\x05\\\\xda\\\\xff\\\\x00\\\\xcb\\\\xb3\\\\xd4\\\\'\\\\xd2\\\\xc7\\\\xee\\\\'\\\\xc7S\\\\xd6t\\\\xb6w\\\\x04\\\\xf5\\\\x0cA\\\\xcb<<:\\\\xa2;\\\\x86-\\\\x8b\\\\xf1\\\\xf7Y\\\\xf2_\\\\x15k\\\\xe8\\\\x19X\\\\xc8\\\\x88\\\\x95)sUAZ\\\\t\\\\x90\\\\x10\\\\x9d;\\\\x1f\\\\xb7\\\\xed\\\\xe8\\\\xb7_\\\\x1f2\\\\xf3\\\\x86%\\\\xbd)\\\\x80\\\\t\\\\n\\\\x1a!\\\\\\\\\\\\'\\\\x1be\\\\x99X\\\\xf4Z\\\\x96\\\\xd6\\\\xcbh\\\\xdeX\\\\x82\\\\x85D\\\\xc2\\\\x9a\\\\xfbhD\\\\xe9\\\\xdcxuH\\\\xdb\\\\xf5\\\\x08\\\\xe9:\\\\xa3W\\\\xc1W\\\\xb6\\\\xe1\\\\xc9\\\\xcc\\\\xa6nz\\\\x8c\\\\xcc\\\\x16L\\\\xb4P\\\\xc9\\\\x86\\\\xff\\\\x00\\\\xf3\\\\x9bH\"H\\\\x06t\\\\x07A\\\\xe1\\\\x11\\\\xf4\\\\xea\\\\xdd\\\\xfb\\\\x97\\\\xad\\\\xc0M\\\\xc6\\\\x0cs\\\\xe0\\\\xa2\\\\xbdn\\\\x1a\\\\x80\\\\xef_\\\\xbe\\\\x1c\\\\xff\\\\x00\\\\xd6r\\\\xa8\\\\xc4\\\\xcdA\\\\x90\\\\xb9h\\\\x06-l\\\\xd2\\\\x85\\\\x89\\\\xeeA\\\\x82 \\\\x13=dX\\\\xbb\\\\xa6\\\\xe1\\\\x84\\\\x8b\\\\xbd+V<:\\\\xb5\\\\x12.\\\\x01\\\\xab\\\\xf0\\\\xae/\\\\xfd)\\\\x85\\\\xff\\\\x00\\\\x9b_\\\\xedn\\\\xbb\\\\xff\\\\x00Qc\\\\x82\\\\xb4tM\\\\x7f\\\\xff\\\\xd2\\\\xf8\\\\xa8\\\\xd8\\\\xf8n\\\\x185\\\\xa0I\\\\xde\\\\xfb\\\\xb5V\\\\x1a\\\\xea<\\\\xe6c\\\\xed\\\\xea\\\\xa8\\\\x9c\\\\xc6K\\\\xcb\\\\x8b\\\\x97#P\\\\x16B\\\\xdcz\\\\xa9\\\\tR\\\\xa9\\\\x1b F\\\\x91\\\\xb7OT\\\\x7f\\\\x84t&22\\\\xaa\\\\x83\\\\x19\\\\xcaNWG/\\\\xfb\\\\xb2\\\\xfd]\\\\xa3\\\\xe0\\\\xdf\\\\xed\\\\xef\\\\xf4\\\\xff\\\\x00\\\\x00p\\\\x99\\\\x1f\\\\x1a\\\\xff\\\\x00m?1\\\\xc7\\\\xf9\\\\xbf\\\\xc3q\\\\xb2k\\\\xcas\\\\x9d\\\\xc9\\\\xe3g\\\\xd9\\\\x9f\\\\x8cyw\\\\xfc\\\\xcf\\\\xf3*\\\\xa0\\\\xddeU-\\\\x1e\\\\xc9\\\\x153)%\\\\xb6\\\\xb0\\\\xb1\\\\x19\\\\xb0iP\\\\xad-\\\\xbe\\\\xf3\\\\xdb\\\\x023\\\\x0b\\\\x0eK\\\\xfd\\\\xe9~\\\\xb7\\\\xe6s\\\\xbf\\\\xad\\\\x1c\\\\xef5\\\\xc0|[\\\\xe4\\\\\\\\\\\\x87\\\\xeb\\\\x9f\\\\xc9~\\\\'\\\\xf2O\\\\x9b>F.u\\\\xd5\\\\xd6\\\\x9f\\\\x0c\\\\xcf\\\\xaf\\\\x90\\\\xe28\\\\xbc4L\\\\xe5\\\\xf6\\\\xb0\\\\xd1\\\\xabZ\\\\xddX5\\\\xadX\\\\x8fww\\\\xaf\\\\xa6\\\\n\\\\xe0\\\\xb4a\\\\xb8\\\\xb70\\\\xe0\\\\xa2_#\\\\xff\\\\x00\\\\xee\\\\x17\\\\xfa\\\\xcf\\\\xf3.[\\\\x03\\\\x93\\\\xfdC\\\\xf8W\\\\xe9\\\\xe7\\\\xea-\\\\xdc?\\\\xccyo\\\\x95\\\\xf18?,\\\\xe0\\\\xef\\\\xe5\\\\xb1\\\\xf0\\\\xea\\\\xe60\\\\x86\\\\x0eO\\\\x07M9Y\\\\x8e\\\\x13\\\\x8fP\\\\x89ej?\\\\x9e\\\\x8e\\\\x8b\\\\x19\\\\x1b%\\\\x0f\\\\'-\\\\xd7\\\\x7f\\\\xf7\\\\x14\\\\xfdd\\\\xcb\\\\xf9z\\\\xfc\\\\x93?\\\\xe1_\\\\x01\\\\xe4\\\\xb8:\\\\xff\\\\x00N\\\\xb9/\\\\xd2\\\\xfa\\\\x7fN2\\\\xf0yK\\\\xb84\\\\xe09\\\\x8b\\\\xa8\\\\xbb=}|\\\\xa1\\\\xcekn\\\\xfc\\\\xb2!g\\\\xcb`\\\\x10mU\\\\x1dr\\\\xe4\\\\x93\\\\x8f\\\\xfe\\\\xf7\\\\x7fW0\\\\xbfW\\\\xbe\\\\x11\\\\xfa\\\\xc3\\\\xc7p\\\\xff\\\\x00\\\\x13\\\\xe3\\\\xf9\\\\x0f\\\\x81\\\\xfc#\\\\x13\\\\xf4\\\\xe7\\\\x8d\\\\xf8U\\\\\\\\}\\\\xef\\\\xf1\\\\xdc\\\\x9f\\\\x8dbP\\\\xf8\\\\xe3\\\\x8f\\\\xca\\\\xc2\\\\xb7*\\\\xc7j\\\\xec[\\\\tp\\\\x96\\\\xa8\\\\xdd\\\\x05v\\\\xc4u\\\\xcb\\\\x95\\\\x8b\\\\xf1O\\\\xfe\\\\xe1\\\\x7f\\\\xac\\\\\\\\O\\\\xc8\\\\xf0,\\\\xe2\\\\xfe;\\\\xf0\\\\x7f\\\\x8f|\\\\x13\\\\x86\\\\xf8\\\\x86g\\\\xc3\\\\xb8?\\\\xd1n?\\\\x8f\\\\xcc\\\\xc5\\\\xf8\\\\x958<\\\\x85\\\\xf5dfX\\\\xb8\\\\xe9\\\\x9d\\\\xf9\\\\xaf\\\\xcd]uki\\\\xbf\\\\xf3^\\\\xe6\\\\xf1\\\\xf8\\\\xa1\\\\x98\\\\x12\\\\x8dh\\\\x82dG\\\\xd4\\\\x9eW\\\\xfd\\\\xf6~\\\\xa6\\\\xe5\\\\x8c\\\\x8c\\\\x17\\\\xf8\\\\x9f\\\\xc3p\\\\xf0\\\\xf2\\\\xfec\\\\xc1|\\\\xc3#\\\\x03\\\\x0b\\\\x8e\\\\xc9\\\\xab\\\\x0c\\\\xd9\\\\xc0%g\\\\x03\\\\x8cf\\\\\\\\\\\\xc6\\\\x0f\\\\x87\\\\xbe\\\\x91e\\\\xa1\\\\xa6\\\\xe6ffk\\\\xa4\\\\xf4L\\\\x8d\\\\x93\\\\'\\\\xc7\\\\xff\\\\x00\\\\xdf\\\\xb7\\\\xeb\\\\'\\\\xc69\\\\x9c\\\\xbf\\\\x90c\\\\xf0?\\\\x12\\\\xcd\\\\xc9\\\\xe4\\\\x7fP\\\\xf9\\\\x8f\\\\xd4\\\\xaf{/\\\\x1f\\\\x90\\\\xb4\\\\xa73\\\\xcbq7\\\\xf0\\\\xc6\\\\x9a\\\\x80\\\\xe4\\\\x16q\\\\xf1\\\\xf1/\"\\\\x9a\\\\xcc\\\\x90`\\\\xb1r:\\\\xed+\\\\x90\\\\xfe\\\\'\\\\xfd\\\\xf0\\\\xfe\\\\xa9U\\\\xfap>\\\\x00\\\\xbf\\\\x0f\\\\xf8w*\\\\xab\\\\xfaw\\\\x9b\\\\xfa_G\\\\xcco\\\\xc1\\\\xce^f\\\\xbf\\\\x8ff\\\\'\\\\xb6\\\\xd4\\\\xa3\\\\xa6ut\\\\x0b\\\\x16\\\\x01\\\\x0e\\\\xb5\\\\x00\\\\xc5\\\\x15\\\\xad\\\\x16\\\\x15\\\\x1dK.I\\\\x1f\\\\xa4\\\\x7f\\\\xee;\\\\xe5\\\\x7f\\\\xa3\\\\xfc\\\\x17\\\\xc8>\\\\x15W\\\\xc5>\\\\'\\\\xfa\\\\x81\\\\xf1\\\\x1f\\\\x94g\\\\xe0\\\\xf2\\\\xb9\\\\x7f\\\\x13\\\\xf9\\\\x96\\\\r\\\\x9c\\\\x8f\\\\x1fW!\\\\xc7X\\\\x1f\\\\x1f:\\\\xa5\\\\xa7\\\\'\\\\x19\\\\xd5\\\\xca\\\\xa8F\\\\xf5\\\\x14q\\\\x00\\\\x82\\\\'\\\\xa85\\\\\\\\\\\\x15\\\\x9d\\\\xc6\\\\xff\\\\x00\\\\xf7\"\\\\xfdm\\\\xe0s\\\\xa8\\\\xe5\\\\xbeA\\\\xf1\\\\xef\\\\x85\\\\xfe\\\\xa1\\\\xf3\\\\xbcw\\\\xc9s\\\\xbeO\\\\xc0s\\\\xbf$\\\\xe3\\\\xb3n\\\\xc8\\\\xc0\\\\xc8\\\\xce\\\\xc4\\\\xfc\\\\xad\\\\xa3\\\\x15p\\\\xb3\\\\xb0\\\\xeaZ\\\\xe9\\\\xa0\\\\x1a\\\\xeb\\\\xdc\\\\x85\\\\x91d+m\\\\x88\\\\xed(\\\\x80\\\\n\\\\x86\\\\xb7\\\\xfd\\\\xf9~\\\\xaf\\\\xf1<\\\\xbf\\\\xc7/\\\\xc2\\\\xe2\\\\xfe(2\\\\xbe\\\\x13\\\\xfa\\\\x7f\\\\xcb~\\\\x9e\\\\xf0y\\\\'\\\\x1b\\\\x90\\\\xb1\\\\xa9\\\\xab\\\\x97fl\\\\xdeX3\\\\xe7\\\\x82\\\\xdc\\\\x8d\\\\xa4\\\\x92m$\\\\xd7=\\\\xe9\\\\x9e\\\\xf0Y\\\\n\\\\xd7\\\\xcd\\\\xff\\\\x00\\\\xf7\\\\x03\\\\xfdW\\\\xe6>\\\\x11\\\\xcc|5\\\\xbe\\\\x01\\\\xfao\\\\x81\\\\x95\\\\xf2\\\\x1f\\\\xd3\\\\x8c\\\\x7f\\\\xd2\\\\xbeW\\\\xe7\\\\xb8=\\\\xd9\\\\x99x\\\\xd4\\\\x82\\\\xe0Z\\\\xcb\\\\x8dM!\\\\xdcni\\\\x98\\\\xe8\\\\x82]\\\\xc8\\\\xb8\\\\\\\\\\\\xa5\\\\x8d\\\\xcb\\\\xfbW\\\\x97\\\\xa9\\\\xdc\\\\xd8\\\\x8f\\\\xba\\\\x9bT\\\\x95`\\\\x14\\\\xfe)\\\\'\\\\xcfP\\\\x04@\\\\xfb:\\\\xe9\\\\x08\\\\xcc\\\\x10C\\\\x82\\\\xaa\\\\xdc\\\\xd9\\\\x89\\\\x85\\\\xdd\\\\x1f\\\\xa1\\\\xdf\\\\xeed\\\\xe3S\\\\x87\\\\xf1\\\\x8f\\\\x9e\\\\xe4>G\\\\x1e\\\\x00\\\\xab\\\\x03\\\\x9b\\\\'\\\\xd7G`\\\\xa9i\\\\x8dTv\\\\x9f\\\\xf8u\\\\xe6\\\\xb7\\\\xbf\\\\x18v\\\\xef;na\\\\xcb\\\\x13\\\\x1e\\\\xceq\\\\xf3\\\\x0b\\\\xcco~4\\\\xda%\\\\x87\\\\xa5}\\\\x18\\\\xc2\\\\xc8\\\\xc7\\\\xe4\\\\xf8\\\\xea\\\\xb2\\\\xb8l\\\\xc5\\\\xbf\\\\x1a\\\\xda\\\\xd1\\\\xaaxV_m\\\\x97\\\\xf1\\\\xa1\\\\x04\\\\x8dH\\\\xd7\\\\xa4B\\\\xfc\\\\x88\\\\x0ch\\\\xb1\\\\xa7m\\\\xbfR\\\\xee\\\\x8d\\\\xd4\\\\x95[\\\\xb0\\\\x06\\\\xdf@\\\\xda\\\\xf7\\\\xa9\\\\x048\\\\xacL\\\\x15\\\\xfan\\\\x06`uf\\\\x13\\\\x13\\\\xa1)B\\\\x11\\\\x9e!\\\\xb1[o\\\\xae\\\\xbb=X\\\\xd5\\\\xfbU\\\\xeaW\\\\x19\\\\x0e\\\\xb1\\\\xdc\\\\x94\\\\x1e>\\\\x04k\\\\xe3\\\\xe7\\\\xd3\\\\xa6\\\\xc4\\\\xb0Cr\\\\xd1\\\\x85\\\\x02\\\\x99G*y\\\\x0cJ\\\\xf8\\\\xec\\\\xaa\\\\xc3X\\\\x1bm\\\\x17\\\\xda\\\\x81-VR\\\\x1c\\\\x1b\\\\x0f\\\\xf1v\\\\x83&;\\\\xf5NR\\\\x9cHl\\\\x13l^\\\\x94hp\\\\xe34\\\\xf7\\\\x83\\\\xcc|{\\\\x91\\\\xe0R\\\\x9eK\\\\x8c\\\\xc4\\\\xcb\\\\xca\\\\xc3 \\\\xdc\\\\xe9X[]\\\\x04V]=JIQ\\\\xa9\\\\x13\\\\xf7\\\\x1dOJ\\\\xdc\\\\x12]\\\\xab\\\\x9a\\\\xd2\\\\xff\\\\x00 B/\\\\xc7\\\\x8f\\\\xd5W\\\\xff\\\\x00-\\\\xe6\\\\xb3pMX\\\\x9c:\\\\x8a1i +\\\\xa3*\\\\x95\\\\xac\\\\xfa\\\\x94\\\\xd8;\\\\x02>\\\\xdf#\\\\xf4\\\\xeb\\\\xadZ%\\\\x9c\\\\xaa\\\\x17n\\\\x99\\\\x1a`\\\\xa8_\\\\x90c\\\\xf1<\\\\xa1\\\\xc8\\\\xc9\\\\xe4\\\\xac,\\\\xe4l\\\\xc81\\\\xad\\\\x8e?\\\\x10\\\\xf4\\\\x90N\\\\xb1\\\\'\\\\xb4x\\\\xf5u\\\\xa2\\\\xc9R\\\\xb7\\\\x19T\\\\xaa_7\\\\x83\\\\xe3\\\\x0es[\\\\x91f\\\\xe4\\\\x153%m\\\\xd9\\\\xd5\\\\x7f\\\\n\\\\x8fP\\\\x00\\\\x00\\\\x08?\\\\xbf^\\\\xa4\\\\x06\\\\xaa\\\\xa7\\\\xa6\\\\x0e\\\\xc5\\\\x0f\\\\xc2\\\\xe0\\\\xb1\\\\xb1\\\\xc5\\\\x998\\\\xde\\\\xed\\\\xcbQ\"\\\\xcd\\\\xa4\\\\x80\\\\xa5O\\\\xa4\\\\x12\\\\x0f\\\\x9e\\\\xbfg\\\\xef\\\\x83\\\\x12\\\\x99n\\\\xd0\\\\xa32\\\\x9d\\\\x8b\\\\x85~\\\\xcb\\\\x86F(\\\\\\\\\\\\x9a\\\\xe0\\\\xd7fJ\\\\x86\\\\x862\\\\x17\\\\xd3&`\\\\xf9\\\\xfe\\\\xce\\\\xa3\\\\xda$\\\\xb8N\\\\xb9`\\\\x1c3K\\\\xb9\\\\x1f\\\\x17\\\\xce\\\\x96\\\\xc9P\\\\x96&d\\\\xd8\\\\xf0\\\\xcb\\\\xe8\\\\x98\\\\x96\\\\x07M7\\\\r\\\\x00\\\\x1fwRc!\\\\x88U=\\\\x89\\\\x8e\\\\xa3\\\\xe8\\\\xb6\\\\xd9f?\\\\x11\\\\x82\\\\xab\\\\x91zT\\\\xa5\\\\xe0\\\\xaa\\\\x85\\\\xf7\\\\x9e\\\\xbf\\\\xf5(\\\\x10~\\\\xbd\\\\xf5\\\\x1fN\\\\xab\\\\xce\\\\xf0\\\\x85r\\\\xfa&\\\\xc3M\\\\xb8\\\\xea\\\\xcf \\\\xdeIV\\\\xff\\\\x00\\\\x92q\\\\x06\\\\xbbBb\\\\xdd\\\\x93u\\\\x8b\\\\xed\\\\xd5\\\\x96\\\\xad\\\\xa8P\"\\\\x00\\\\x1an\\\\x8e\\\\xc3\\\\xcf\\\\xa2\\\\x84\\\\x9cP2T\\\\xaf\\\\xbd\\\\x1a\\\\xac\\\\x972y|\\\\xe6\\\\xa4d\\\\xe3\\\\xfb*\\\\xcc\\\\xfb\\\\x11\\\\x0c\\\\xef\\\\xf6\\\\xc6\\\\x81\\\\xe5\\\\xbb\\\\x89\\\\x88\\\\x91\\\\xaf\\\\x8fP\\\\x04\\\\x89(=\\\\xcdD\\\\xd7*\\\\xad8|\\\\xdf*\\\\xb9#\\\\xdc\\\\xb2\\\\xca\\\\x82\\\\xd6}\\\\xa6\\\\x9e\\\\xd0I\\\\x92\\\\xc3\\\\xc0\\\\x9d\\\\'\\\\xeb\\\\xafPa#\\\\x88\\\\xc7\\\\x82\\\\xba\\\\x13\\\\x8b\\\\xe2k\\\\xd5c\\\\x99\\\\x95\\\\xca&\\\\\\\\\\\\xe4\\\\xde\\\\xcf\\\\xef\\\\xca\\\\x8b\\\\xab;\\\\xe5[M\\\\xa7P\\\\x01\\\\'\\\\xef\\\\xd3\\\\xa8\\\\xd1\\\\x1bdr\\\\x0b\\\\x8c\\\\x9e\\\\xa4\\\\xba\\\\xda8\\\\x06\\\\xb6\\\\xea\\\\xb2I\\\\x7f\\\\xcb\\\\xb2\\\\x06\\\\xb4\\\\xb7q\\\\x1a\\\\x80gi\\\\x00\\\\xeb\\\\xe7\\\\x1d[\\\\x10\\\\xcc\\\\x95\\\\xd1\\\\x8b\\\\x81WCr\\\\xf8\\\\x04\\\\xdf\\\\xeeZ\\\\x9b\\\\x00Rk\\\\xb5\\\\x7f\\\\x03@\\\\x00\\\\t\\\\x9e\\\\xf0D}\\\\xbdI\\\\xb5\\\\x16\\\\xa6*5\\\\\\\\\\\\x80\\\\xc7\\\\x8e_E\\\\x06\\\\x8f\\\\x8be[Y\\\\xcdu#\\\\t\\\\x8c%\\\\xf1\\\\xa9\\\\x81\\\\xe4\\\\xc7MF\\\\x9e}(m\\\\xc0\\\\x93\\\\x90\\\\xacF\\\\xe11|\\\\x10\\\\x8c\\\\x8e5U\\\\xd2\\\\x95\\\\xdfa\\\\xde}z\\\\xce\\\\xd9\\\\xdb\\\\x04\\\\x18\\\\xfd\\\\xdf\\\\xe5\\\\xd1h\\\\x11\\\\xa8]\\\\x0b\\\\xb2.Q\\\\xbcn3\\\\xf3\\\\x18\\\\xd66JV\\\\x96m+NN\\\\xd8\\\\x9fo\\\\xb6\\\\xd5R6\\\\xb3\\\\x1f\\\\xed\\\\xe7\"=Qk\\\\x12\\\\x0e3~>\\\\xc8=\\\\x98\\\\xc2\\\\x9c\\\\x8b/\\\\xb2\\\\x9bN*\\\\xb1\\\\xf7\\\\x9a\\\\xbfSz\\\\x84\\\\x83\\\\xac\\\\xcf\\\\x86\\\\x9d\\\\x04\\\\xed\\\\x89V\\\\xb4\\\\xe4\\\\xba\\\\x17\\\\x00\\\\xa6y:\\\\xdbVYg\\\\xb8\\\\x00\\\\xd5^6>\\\\x16\\\\xa1\\\\x940\\\\xd0N\\\\xe9\\\\x80G\\\\x99\\\\xf0\\\\xe8uF\\\\xd8:\\\\xcbr\\\\\\\\\"dC\\\\x07\\\\xe6\\\\xac/\\\\x8as\\\\x0b\\\\x85\\\\xc8c\\\\xe2\\\\xe2\\\\x9bj\\\\xc7!Scm X\\\\x00K\\\\x00`I`a\\\\xb4\\\\xed=y\\\\xaf\\\\x99\\\\xf4\\\\x118\\\\x92\\\\xd8\\\\x9e\\\\xdc\\\\xfb\\\\xbc\\\\x96\\\\xa6\\\\xce\\\\xeb\\\\x9d\\\\'\\\\x1e\\\\x1b\\\\xbd_\\\\x98\\\\x96\\\\x8ar\\\\x1bb\\\\xed\\\\xaa\\\\xd56\\\\x00\\\\xaf 3/\\\\xab\\\\xf0\\\\x98\\\\xf3?_(\\\\xea\\\\xe6\\\\xcfr\\\\t\\\\xe9L\\\\xd5\\\\xb2)^\\\\xf4\\\\xf3\\\\xc7\\\\xd3Y\\\\xb8W`\\\\xf7\\\\x12\\\\xc2\\\\x12\\\\x96\\\\x8d\\\\xb0O\\\\x80u\\\\xd0\\\\x10D\\\\x83:u\\\\xb4\\\\x00\\\\xcf\\\\x14\\\\xa9\\\\xd5\\\\xf9\\\\x15M~\\\\xa0\\\\xf1\\\\x99\\\\x15\\\\xf2W*\\\\xd3\\\\xed\\\\xa2\\\\x06>\\\\xe5\\\\xa4Y%\\\\x14\\\\x98X\\\\x1d\\\\x8e\\\\x9a\\\\x8f)\\\\xe8`\\\\xe2+\\\\x17sh\\\\xbfb\\\\xa4\\\\xe8\\\\xb7\\\\x08\\\\xaf\\\\xb2\\\\xf4\\\\x84\\\\xac\\\\x9fr\\\\xcc\\\\x87\\\\xda\\\\xd6L\\\\x81\\\\xe9\\\\x06d\\\\x8d\\\\x0f}D\\\\xf4`\\\\x82(\\\\x15-:\\\\xa5\\\\xa9\\\\xd8(v\\\\xeck\\\\x1c\\\\x9b\\\\x0f\\\\xb3a\\\\x95$1TS\\\\xdeXI\\\\x00\\\\x9f\\\\xa7Q\\\\xab\\\\xc1\\\\x0b\\\\x99\\\\xe3C\\\\xc7\\\\x1f\\\\xca\\\\x99~\\\\x15\\\\x0bXlR\\\\xcfj\\\\xb3nk@s*4a\\\\xaf}4\\\\xfe\\\\xfe\\\\x9b\\\\xa7SQ3\\\\x0c\\\\rs\\\\x1c`\\\\x91\\\\xf2\\\\x85\\\\xd8\\\\xf6\\\\xb8\\\\xb5#e\\\\x9b<<<\\\\x0f\\\\x91\\\\x91\\\\xa0\\\\xed=.bN\\\\xad[i\\\\nrN<=\\\\xf6~I\\\\xd6\\\\xc5V\\\\x17\\\\x91`S\\\\xb8\\\\x90\\\\x14\\\\x92d\\\\x8d7\\\\x1f\\\\x01\\\\xdb\\\\xa8&Y\\\\xa1\\\\xb6#\\\\x193\\\\xd7\\\\x8e*\\\\x84r\\\\x19i\\\\x9b\\\\x96\\\\xcb\\\\xb0\\\\xada\\\\x89\\\\xa1U\\\\x89\\\\x1a\\\\xac\\\\x03\\\\x1e\\\\x04\\\\xf9\\\\x1e\\\\xa21\\\\xea\\\\x96\\\\\\\\<\\\\x90\\\\xfai\\\\xbak\\\\x15\\\\x13i]$\\\\x0f/\\\\xe2=\\\\xe3A\\\\xd1i2\\\\x14E)\\\\x02\\\\xee\\\\x99,\\\\xcd\\\\x15\\\\xe2\\\\x9a\\\\x98\\\\x15$(5\\\\x8dw\\\\x99\\\\xd4\\\\x00\\\\x00\\\\x11\\\\xa9\\\\x1f\\\\xd8\\\\xf4!\\\\xc3\\\\xa4\\\\x86\\\\x90\\\\xa7\\\\xf0\\\\x81\\\\xfeY\\\\xf2\\\\xed\\\\x06\\\\x9a\\\\\\\\\\\\x13;\\\\xeb\"H\\\\xd6I_=\\\\x07F}|\\\\xc2!=\\\\x01\\\\x8af\\\\xe1\\\\xb8\\\\x97L\\\\xdcK=\\\\xb7\\\\xaa\\\\x85bmc\\\\xe9bI\\\\xfe\\\\x16`B\\\\xfd$w\\\\xe8\\\\\\\\\\\\xae\\\\x88\\\\x94\\\\xcdsO\\\\x03\\\\x86\\\\xe12-\\\\xcb\\\\xf7V\\\\xea\\\\x90\\\\xd4M\\\\x15V\\\\xc2\\\\x0b\\\\x1dA\\\\xb0\\\\x82\\\\x03\\\\x06%\\\\x8f\\\\xee\\\\xd7\\\\xa3\\\\x0c\\\\xad\\\\x8b\\\\x16\\\\xdf\\\\x1e;T[h~7\\\\x11\\\\x05t\\\\xb5U>\\\\xe2\\\\xef\\\\xdb~\\\\xd1 \\\\xab\\\\x1e\\\\xe7\\\\xcf\\\\xf7t\\\\xa9\\\\xc6\\\\x8aclB$\\\\xaa\\\\xcf\\\\x93\\\\xe4\\\\xf2\\\\xec\\\\x16\\\\xa3\\\\xb3\\\\xe3\\\\xe3X\\\\xfb\\\\xeb\\\\xadI\\\\xf5)\\\\xed\\\\xb8\\\\x99\\\\xf2\\\\x8f\\\\xeczN\\\\x82JQ\\\\x04\\\\x96>\\\\n.6}KU\\\\xb5d#\\\\xda,\\\\x07e\\\\xa1e\\\\x89\\\\x1fR{\\\\xfd\\\\x9dX\\\\x04\\\\x01T\\\\xb9\\\\xda.\\\\xe1\\\\x97\\\\xa3/\\\\x04\\\\xbe8\\\\xb0\\\\x1aU\\\\n\\\\xceB\\\\x8db}$\\\\x99\\\\xee{w\\\\xeau\\\\xc4\\\\xb2\\\\xe3nU\\\\xcf\\\\xa2k\\\\xe1_\\\\x00_s#\\\\nCRP\\\\xd9?\\\\xea\\\\x82\\\\x19H\\\\x853\\\\xde\\\\x7f\\\\xc3\\\\xa9\\\\xd2\\\\xe8# \\\\x08\\\\xd5\\\\xe0\\\\x83\\\\xf3\\\\xa9\\\\x9b\\\\x89\\\\x99E\\\\xce\\\\x0f\\\\xb5\\\\x9a\\\\x0e\\\\xcc\\\\x85:)\\\\xa3\\\\xe3\\\\xe2\\\\xbb\\\\x99\\\\xf8\\\\xec\\\\xac\\\\x8a\\\\x95w/\\\\xe5\\\\xcb\\\\xf6`\\\\x01\\\\xdf\\\\x04i\\\\xac\\\\x99 \\\\xcf\\\\x97Bp \\\\x9e\\\\xc4/\\\\xea\\\\x07\\\\x80\\\\xa5]\\\\xc2qu;\\\\xda\\\\xd9\\\\xbf\\\\xcd\\\\xb7\\\\x1c\\\\xda1@p\\\\xd8\\\\xce\\\\x1c\\\\xaf\\\\xb4\\\\x04C\\\\xca\\\\xf6\\\\'\\\\xa5K\\\\xdb\\\\x9d\\\\xa2u\\\\xe4\\\\xe6\\\\x9f\\\\xaf\\\\xe7\\\\xb9X\\\\xb4\\\\xd5\\\\x8e\\\\x9a\\\\xfdS\\\\x07\\\\x11\\\\x99\\\\xf9[\\\\xfd\\\\xaa\\\\x05\\\\x8c\\\\xea\\\\x8aDj\\\\xa6\\\\xc5\\\\x12\\\\x0bH$\\\\xe91\\\\x1e}\\\\xfa\\\\xa5gI\\\\x81\\\\x8b\\\\x99\\\\x1e\\\\x87?\\\\xc2\\\\x0b\\\\x82Q\\\\x93\\\\x80\\\\x02s|\\\\xd5\\\\xca\\\\xc9vw\\\\xdf~\\\\xd2\\\\x1f\\\\x19Q\\\\x80I \\\\xa0\\\\xf3\\\\x9f\\\\xe2\\\\x80c\\\\xcb\\\\xebj\\\\xc0\\\\xf4\\\\xd3\\\\x81\\\\xe6\\\\x97|\\\\xbc\\\\x98\\\\xf9\\\\xab\\\\xe3\\\\xf4\\\\x85\\\\xf1\\\\x97\\\\x94\\\\xa0\\\\xb5\\\\x8duv 5\\\\x82\\\\xc5N\\\\xab\\\\xb7\\\\xbcH\\\\x1d\\\\xfe\\\\xde\\\\x93\\\\x08j\\\\xbb\\\\xea\\\\xc8\\\\xf3\\\\xc9Z\\\\xd9\\\\x81EV~\\\\xb1G\\\\xc7\\\\xbeu\\\\xc8\\\\xd1\\\\x8d\\\\x8e\\\\xf5\\\\xa9\\\\xfcn\\\\x00\\\\'\\\\xd6D\\\\x8dA\\\\x10A x\\\\xfd`\\\\xf5n\\\\xe1\\\\xd1&\\\\x02\\\\x8a\\\\xbe\\\\xfe:eD\\\\x17\\\\x83\\\\xc0\\\\xa7~?%W\\\\xe0\\\\x05\\\\x9c\\\\xaa\\\\xa8\\\\xb3S\\\\n\\\\xa3v\\\\x9f\\\\x88\\\\x93\\\\xa8\\\\x11\\\\xa7U\\\\xe3t\\\\x83\\\\xe9\\\\xc1.\\\\x1b}uL\\\\xed\\\\x84\\\\xd9\\\\x14\\\\xb0\\\\'\\\\xf2\\\\xf4U\\\\x0e\\\\xa5\\\\xd8\\\\x85;\\\\xe7tO\\\\x8c\\\\xc4\\\\xeb\\\\xdb\\\\xae\\\\x068H\\\\xd4\\\\xad\\\\t\\\\xc4F\\\\x0c\\\\x0b*\\\\xe7\\\\x96\\\\xe2n\\\\xa32\\\\xcb\\\\xb0\\\\x912\\\\x90\\\\x0b\\\\'\\\\xdcRVl0%\\\\x80 \\\\xc0\\\\xd7\\\\xed\\\\xf1\\\\xea6\\\\xf6\\\\'\\\\x08\\\\xc8\\\\x12\\\\xeb>\\\\xf4A:\\\\xa2\\\\x18$*x9\\\\xc8\\\\xb2\\\\xa6\\\\x99U\\\\ruB\\\\xc0\\\\xc2f\\\\t\\\\xd4\\\\x80{\\\\xf8t\\\\xb9\\\\xc0@\\\\x06\\\\x8b\\\\xcb\\\\x93\\\\xd5.\"R\\\\x93\\\\x12;P\\\\xec\\\\xccD\\\\xa1\\\\xc5\\\\xaeK\\\\x82\\\\xc1F\\\\xc6\\\\x1a\\\\x13\\\\x004w\\\\xd4\\\\x0f\\\\xb3\\\\xa1\\\\x12\\\\x94b\\\\xf2c\\\\xc8\\\\xf2?\\\\xc2\\\\x993\\\\xb4J?\\\\xf1\\\\xdbG\\\\xe6\\\\xeaJ\\\\xdc\\\\xa2:\\\\xc1:\\\\x80\\\\xe3\\\\xea\\\\xa7\\\\xb1\\\\'\\\\xbf\\\\x87S\\\\xb5\\\\x84H\\\\xc5\\\\xe5\\\\x9f\\\\xdc%V3\\\\x19?\\\\x9a\\\\x95\\\\xcfbX24\\\\x8a\\\\xd2\\\\xba\\\\x8a\\\\x08R\\\\xbbO\\\\x7f\\\\xc3\\\\xa9\\\\x11\\\\xd8O\\\\x91\\\\xf3\\\\xe8nD\\\\xc8\\\\x90\\\\x0eX\\\\xf6tM\\\\xbaH\"\\\\xb5t\\\\xa1mvP,e\\\\xafu$\\\\xfa\\\\x18\\\\x9d\\\\xc2H*I\\\\xd4\\\\x10L\\\\x9f\\\\xaf\\\\xd3\\\\xaa\\\\xd7\\\\xed\\\\xc6\\\\x12\\\\xa7\\\\x1f\\\\x85\\\\x00\\\\xcaA\\\\xca\\\\x93\\\\x83\\\\x94\\\\xf7WV\\\\x15\\\\xe1\\\\xedV}\\\\x8a\\\\xc8a\\\\x88h\\\\xd0\\\\xfd\\\\xe7\\\\xcf\\\\xa8\\\\x9c\\\\xe6c\\\\xa4\\\\x8cp?E\\\\x02\\\\r\\\\'\\\\x05\\\\xba+\\\\x86\\\\xbcj\\\\xb8\\\\xee1^\\\\xe5\\\\xba\\\\xc5\\\\xf6\\\\xd8 \\\\xa8\\\\x80\\\\xce\\\\xc0v\\\\xdc\\\\'l\\\\x12G\\\\xd6:\\\\xbed=\\\\x90\\\\xc5\\\\xcbU[\\\\x88\\\\x11\\\\x8f\\\\xd1!]z)\\\\xc9|fz\\\\xdf\\\\x1c\\\\x96pv\\\\xc9#\\\\xd3\\\\xe93\\\\xa4\\\\xcf\\\\x94t\\\\x10\\\\xbe\\\\t\\\\xd2\\\\tq\\\\xcf?\\\\xe5f\\\\xde\\\\x80\\\\x8b\\\\x1e8\\\\xcd\\\\x1fK\\\\xaf\\\\xfc\\\\xb6\\\\x1e\\\\xd0\\\\xd9\\\\x18L\\\\x84\\\\xed\\\\xd1\\\\xf6\\\\x16\"w)\\\\xd3wi1\\\\xfb\\\\xfa\\\\xb8I\"\\\\xb8 c\\\\xa6$Ty\\\\xa9\\\\xb4`W\\\\x89\\\\x87^]j}\\\\xe0\\\\x05\\\\x8aj\\\\x1e\\\\xbe\\\\xe4B\\\\x92\\\\t\\\\x00\\\\x1f1\\\\x11\\\\xdf\\\\xa4\\\\xb0\\\\xab\\\\'\\\\x0bz\"\\\\xe7\\\\x14\\\\'\\\\x8e\\\\xc8\\\\xcb\\\\xa76\\\\xab\\\\xea\\\\xbd\\\\xaf\\\\xec\\\\xc1\\\\x9dB\\\\xd7\\\\xb0\\\\x1d\\\\xa2W\\\\xc7\\\\xbfs\\\\xa4\\\\xf8uV\\\\xd6\\\\xdeBO\\\\xa8\\\\xcb\\\\xbf,\\\\x90\\\\x0b\\\\x9e\\\\xa6\\\\x14\\\\xcf\\\\xf2\\\\x98\\\\xf9uk1\\\\xc2\\\\xb3<,\\\\xb5kT0$\\\\x0f\\\\xc2\\\\xcc\\\\xf1\\\\xda{N\\\\xbd>B}]\\\\xd5\\\\xab\\\\xad(\\\\x89e\\\\x82\\\\t\\\\x8b\\\\x99\\\\xb8\\\\xfbE\\\\xeb\\\\xb8\\\\x19\\\\xd5\\\\x8c\\\\x08 \\\\xc4i\\\\xa9\\\\x13\\\\xa8\\\\x1ftt\\\\x1b\\\\x8b\\\\x06\\\\xed\\\\xb3\\\\x03\"_\\\\x8f%N\\\\x17\\\\xb4KP\\\\xc9Y\"\\\\xcap\\\\xf8U\\\\\\\\Z\\\\xc2-u2\\\\xe5j\\\\x16\\\\x1d\\\\xcc\\\\x17\\\\x84m\\\\xaa\\\\x18\\\\x9f\\\\x01\\\\xa7\\\\x8fG\\\\xb4\\\\xb5\\\\xec[\\\\xd2U\\\\xf9\\\\xdd\\\\xd7\\\\r@3\\\\xa4/\\\\xc8\\\\xe4 \\\\xa9\\\\x01\\\\xfeE\\\\xf1u\\\\xd5\\\\x08Y:\\\\xed;\\\\x8c\\\\x19\\\\x00k\\\\xf6\\\\xfd\\\\xfd4\\\\xdd\\\\x11\\\\xa4\\\\x96la)\\\\xfe\\\\xb8\\\\'~7\\\\x92\\\\xc4\\\\\\\\L|<\\\\xab\\\\xa4.\\\\xf1\\\\x8e\\\\xaa\\\\x9b\\\\x8e\\\\xc3%I\\\\'\\\\xb9\\\\x91\\\\x03N\\\\x86\\\\xde\\\\xe0P\\\\x80\\\\xee\\\\xb4l\\\\xccE\\\\xe2qI\\\\xd9\\\\xdc\\\\x8d\\\\xef\\\\xcb.@\\\\xb4a\\\\xadVm,\\\\xa8\\\\xa9;I$H+\\\\xd8@\\\\xfd\\\\x9fN\\\\xb2\\\\xaf\\\\xdd\\\\xf7o\\\\x9ep\\\\x14\\\\xeaqJ\\\\xbbrq\\\\x03\\\\x91>\\\\x08Nw9\\\\x9cmu\\\\xc8bR\\\\xc2\\\\xd6\\\\xa5a\\\\x89\\\\x16\\\\x16\\\\x000:\\\\x1e\\\\xe3\\\\xcf\\\\xf6\\\\xf5\\\\xd67:-\\\\xca7C\\\\x12\\\\xfeiS2\\\\xd6\\\\xc3\\\\x05+\\\\xe2\\\\t\\\\x91f}\\\\rHrq\\\\xe6\\\\xc7bF\\\\x8a$\\\\x96\\\\x93\\\\xf6\\\\xf7\\\\xf3\\\\xeb\\\\x06v\\\\xcc\\\\xe6\\\\x00\\\\xe7\\\\xe0\\\\xaf\\\\xec\\\\xc5+\\\\x88W\\\\xcf\\\\xf5.G\\\\xff\\\\x00\\\\xac\\\\xb7\\\\xff\\\\x00\\\\x17\\\\xff\\\\x00\\\\xad\\\\xd6\\\\xc7\\\\xb7\\\\x0e\\\\xabST\\\\xb9\\\\xaf\\\\xff\\\\xd3\\\\xf8m\\\\xf9l\\\\xeb\\\\xadP\\\\x92\\\\xfb\\\\xabe;\\\\xc0\\\\xd8H\\\\x93\\\\xb9\\\\xa7^\\\\xf1\\\\x1fg\\\\xed#8\\\\xc75\\\\x91\\\\xee\\\\xda\\\\x8cK\\\\xd2\\\\xbd\\\\xeb*\\\\x1b&\\\\xba\\\\xec{\\\\x15J\\\\x02\\\\x0e\\\\xca\\\\xe4\\\\x00`J\\\\xa8\\\\xdb\\\\xd8k\\\\xff\\\\x00\\\\x1e\\\\xa2@\\\\x12\\\\xa2\\\\xe8\\\\xb7)\\\\x00\\\\rx\\\\xea\\\\xbe\\\\xb5\\\\xdb\\\\xfe\\\\xee?_\\\\xb2\\\\xbf\\\\xfbw\\\\xbf\\\\xcb\\\\xb2\\\\x7fP+\\\\xb7\\\\xe49?\\\\xac\\\\xb7\\\\xfe\\\\x9afr#\\\\x89\\\\xe2\\\\x82\\\\xb7\\\\xc5\\\\xff\\\\x00\\\\xf4\\\\x8a\\\\xe47\\\\x1c\\\\x14a\\\\x85Q\\\\xee1>\\\\xf6\\\\xdfzt\\\\xdf\\\\x11\\\\xd4\\\\x90\\\\xaf\\\\xcfV\\\\x8a}\\\\x9f\\\\xf0\\\\xae\\\\x7f\\\\xf7\\\\x8b\\\\xf0\\\\xaf\\\\xf6\\\\xfd\\\\xf2\\\\x8f\\\\x9f\\\\x7f\\\\xbb\\\\xbf\\\\x9e\\\\xf3\\\\x9f\\\\xa6\\\\\\\\\\\\x86\\\\x1f\\\\xca\\\\xff\\\\x00\\\\xdb\\\\xbf\\\\xca\\\\xbfJ2\\\\xfec\\\\xf2L\\\\x1ej\\\\xf1\\\\xff\\\\x00\\\\xa9\\\\xb8\\\\xaf\\\\x94\\\\x0cLl\\\\xdc\\\\x05\\\\xc1\\\\x8a\\\\xe8\\\\xc35c+\\\\x04\\\\xb1\\\\x18\\\\xd8\\\\xd6C\\\\x97\\\\x02W\\\\xa8\\\\xd2\\\\xe8oZ\\\\x89\\\\x04\\\\xc8S\\\\x1e<\\\\x10\\\\xcc\\\\x1f\\\\xf6-\\\\xfa\\\\r\\\\xf1\\\\xff\\\\x00\\\\xd5\\\\xdf\\\\xd3\\\\x7f\\\\xd3_\\\\x9ab\\\\xe6\\\\xfc\\\\x86\\\\x8f\\\\xd6\\\\xdf\\\\xd4\\\\x1f\\\\x97\\\\xf2\\\\x1f\\\\xa7\\\\xd9\\\\xd8<\\\\x8d\\\\xd5\\\\xec\\\\xfd:\\\\xe2>)\\\\x7f\\\\'\\\\x82w%\\\\x845\\\\xe76\\\\xfa\\\\x14X\\\\xc3\\\\xd6\\\\xb5\\\\xd9\\\\xa6\\\\xa4\\\\x08\\\\x14An\\\\xd4m\\\\x9d.jKv!\\\\\\\\w\\\\xfb^\\\\xff\\\\x00i\\\\x9f\\\\xa8\\\\x7f\\\\x10\\\\xf8Vo\\\\r\\\\xfa1\\\\xc8|?\\\\x97\\\\xfd_\\\\xfd\\\\x15\\\\xf97\\\\xcd\\\\xf8\\\\xac\\\\xca\\\\xfeM\\\\x9b\\\\x9bW\\\\xc7\\\\xb9\\\\x0f\\\\x8d=KKS[\\\\xd7Y\\\\xcbl\\\\xa6\\\\xb8\\\\x9b\\\\xbd\\\\xe3\\\\xb0\\\\x05QR$\\\\xb1<\\\\xedDb@\\\\x06\\\\x04\\\\xd4\\\\x13R\\\\xf8v\\\\xa9\\\\x9c\\\\x8f\\\\xfb=\\\\xff\\\\x00m\\\\x1f\\\\xa7\\\\\\\\G\\\\xe9\\\\xbeg\\\\x11\\\\xc2\\\\xf3\\\\'\\\\xe7|\\\\x03~\\\\x9b|\\\\xa3\\\\x8a\\\\xfdG\\\\xc3\\\\xaf\\\\xe5\\\\\\\\\\\\xa6\\\\x075\\\\x7f9\\\\xca\\\\xe3\\\\x0c\\\\xaa\\\\xf9&^!\\\\xf8,7\\\\x19\\\\xc7`\\\\x9c\\\\n\\\\x95.W-w#\\\\x93\\\\xb5\\\\xda+Z\\\\xcb:\\\\x07$\\\\xd8\\\\xcaD\\\\x90E2\\\\\\\\\\\\xed\\\\x85\\\\xfe\\\\xd7\\\\xbfA\\\\xb0\\\\xff\\\\x00\\\\xdbo\\\\xc3\\\\xf3\\\\xb3\\\\xf8\\\\xaeg\\\\x9b\\\\xfdI\\\\xf9w\\\\xe9+\\\\xfe\\\\xa2p\\\\xbf=\\\\xe2q\\\\xfeI\\\\xc8\\\\xda9\\\\xb6i\\\\xab\\\\x89\\\\xc8\\\\xa3\\\\x03\\\\x89\\\\xb7\\\\x83\\\\xc4\\\\xc1M(\\\\xc9\\\\xc9\\\\xc8\\\\xcc\\\\xae\\\\xd4r\\\\xac\\\\xe1\\\\x11\\\\x85\\\\x9dK\\\\xd5Dn\\\\x81\\\\x11\\\\xd8\\\\xaf\\\\xbf\\\\x9a\\\\x7f\\\\xb2\\\\x8f\\\\xd0|\\\\\\\\o\\\\xd2N\\\\x17\\\\xfa\\\\x1d\\\\x9f\\\\x03\\\\xf9\\\\x0f%\\\\xfa\\\\xaf\\\\xc6~\\\\x9e\\\\xfc\\\\xea\\\\xfcNs\\\\x92\\\\xe5U\\\\xe8\\\\xcb\\\\xe0\\\\xed\\\\xe5Z\\\\xbf\\\\xcd\\\\xf28xx\\\\xed\\\\x97k**\\\\xbe\\\\x1d\\\\x0bB\\\\xbd\\\\xbb!\\\\xd9H\\\\x05\\\\xa8\\\\x94n\\\\x05\\\\x12_\\\\xc7\\\\xbf\\\\xdbw\\\\xe9\\\\'\\\\xcc\\\\xbfS\\\\xf0\\\\x173\\\\xf4\\\\'\\\\xe4\\\\xff\\\\x00\\\\xa4\\\\x7f\\\\x1a\\\\xf8\\\\xf7\\\\r\\\\xf3\\\\x9eI\\\\xbe?\\\\xca\\\\xf2\\\\xbc\\\\x8d\\\\xd8\\\\x9f+\\\\xbf\\\\xe3Y5c\\\\xd1V%\\\\x95\\\\xd5\\\\x93\\\\xca\\\\xd2\\\\xe3\\\\xdd-\\\\x92)\\\\xa1\\\\xd8\\\\xc4Q\\\\\\\\\\\\xfe>tKw\\\\xc1\\\\xff\\\\x00\\\\xdao\\\\xe8\\\\x0f\\\\xc8\\\\xff\\\\x00Wy~G\\\\x03\\\\xf4\\\\xfb\\\\x90\\\\xe5\\\\xbfK)\\\\xf8\\\\x9f\\\\xc39\\\\x1ew\\\\x86\\\\xe6r\\\\xfe[\\\\xc3\\\\xd1\\\\xc6\\\\xf2\\\\xdf)\\\\xe5/\\\\xc0\\\\xfc\\\\xbf\\\\x11U\\\\xfc6?1\\\\xca\\\\xe3\\\\xd81g\\\\x1a\\\\xf7\\\\xf6\\\\xaaY\\\\x9b\\\\x18\\\\x89Z\\\\xe0\\\\x95.\\\\xa5c\\\\xff\\\\x00\\\\xb2?\\\\xf6\\\\xd9\\\\xc2]\\\\xf35\\\\xf9\\\\x7f\\\\x1b\\\\xf2?\\\\x98\\\\xe2s\\\\x7f\\\\xa9\\\\xbf \\\\xf8n\\\\x0eW\\\\x0c>I\\\\xc8\\\\xf2\\\\xdf\\\\x1a\\\\xc1\\\\xe3\\\\xb1\\\\x0eN*`\\\\xf1\\\\xff\\\\x00\\\\x1a\\\\xe29E\\\\xca\\\\xcch[l9\\\\xfb+4\\\\x8d\\\\xca4 \\\\xc3\\\\xa2u\\\\xf0\\\\x13\\\\x9d\\\\xc5\\\\xc4\\\\xc4\\\\xe5y\\\\x0c,;\\\\xff\\\\x00\\\\xa9&6U\\\\xd8\\\\xf8\\\\x99K]\\\\x95%\\\\x94\\\\xad\\\\x8c\\\\xaa\\\\xe2\\\\xabU^\\\\xb2|\\\\x15\\\\x94\\\\x15\\\\x9d@n\\\\xa5\\\\n\\\\n1\\\\xad,R\\\\x06\\\\x9f\\\\x8c\\\\x82\\\\x0c\\\\x00\\\\t\\\\'O\\\\xa0\\\\xd3\\\\xcf\\\\xc3\\\\xa8e\\\\xcbC\\\\x06B\\\\xc8\\\\xc2\\\\n\\\\x98a\\\\xe4GP\\\\xb9c\\\\xd4._\\\\xba\\\\xe5\\\\xcb`\\\\xb1\\\\x96\\\\n\\\\x96\\\\r\\\\x11 \\\\xf8u.\\\\xb9z\\\\xa4\\\\xbb\\\\x00\\\\xcc`\\\\x12@\\\\xd4\\\\xea\\\\x7f\\\\xc4\\\\xf9\\\\xf5\\\\xc1r\\\\x9f\\\\x87\\\\x92\\\\xd5\\\\xbdl\\\\xa4\\\\x86\\\\x0b\\\\r\\\\xb1C\\\\x18\\\\x10\\\\x07\\\\x81\\\\xef\\\\x11\\\\xd1D\\\\xa5\\\\xdc\\\\xb6&\\\\x18\\\\xae\\\\xb4\\\\xfd\\\\n\\\\xff\\\\x00q\\\\x1c\\\\xe7\\\\xe9\\\\xc5\\\\xb8\\\\xdc~{?+\\\\xf1\\\\x9b\\\\x19V\\\\xccWb,\\\\xa0\\\\x1d&\\\\x96\\\\x91\\\\xe9\\\\xef\\\\xe9:\\\\x1f\\\\xb7\\\\xac]\\\\xf7\\\\xc7\\\\x10\\\\xf3\\\\xb3\\\\x89\\\\xc69\\\\x1e\\\\xa3\\\\x91\\\\xf2+\\\\xcc\\\\xef\\\\xfe?L\\\\x89\\\\x85>\\\\xeb\\\\xea\\\\x97\\\\xc6>a\\\\xc1\\\\xfc\\\\xbf\\\\x89\\\\xc6\\\\xe7~=uY\\\\x98\\\\x99\\\\xe8\\\\xa2\\\\x9c\\\\xa4a\\\\xee.\\\\x91\\\\r3\\\\x0c\\\\xbd\\\\x80h\\\\xeb\\\\x1a3\\\\xd6s\\\\r\\\\x96o\\\\x82\\\\xf3\\\\xb7\\\\xec\\\\x98~\\\\xbd\\\\xe9\\\\x9f\\\\x90\\\\xcb\\\\xbb\\\\x1a\\\\x83\\\\xc8US\\\\xa8\\\\xbekKP\\\\x04b\\\\xea\\\\x06\\\\xf0UN\\\\xd1\\\\x13\\\\xdc\\\\x01>]X;\\\\x83\\\\x1abU1t\\\\x8a\\\\x92\\\\x950\\\\xfeAFVUG&\\\\xc1X\\\\xf6\\\\xcb;+w\\\\xb1\\\\x00\\\\x96\\\\x93\\\\x13\\\\'\\\\xc0\\\\x7f\\\\x9c\\\\x98\\\\xbcN!L/0r\\\\x1dI\\\\xde\\\\x85\\\\xeb\\\\xcd\\\\xe3\\\\xf2M\\\\x95ZY\\\\xad\\\\xac\\\\x00\\\\xc0\\\\x81\\\\xa8b!\\\\x80\\\\xfd\\\\x91\\\\xd1\\\\xdb\\\\x90\\\\x98b\\\\xaeFq\\\\xba0\\\\xc1~\\\\xe5\\\\xf9\\\\xa3\\\\xc8\\\\xe2\\\\xaad\\\\xa1\\\\xae\\\\xaaA\\\\xba\\\\xf5\\\\n\\\\xb0\\\\xc6[\\\\xd4\\\\xb2\\\\x01m\\\\xc3\\\\xbe\\\\xbdu\\\\xfb\\\\xb1\\\\xb5\\\\x17e\\\\xd7\\\\x00\\\\x8b\\\\x10\\\\xb9\\\\xeb\\\\xe4\\\\xbc\\\\xaf%\\\\x98\\\\xf7\\\\x8anj\\\\xab\\\\xa5\\\\xbf\\\\x97L\\\\x11\\\\n\\\\x80(\\\\x0b\\\\xda{\\\\xeb\\\\xdc\\\\xeb\\\\xd5`\\\\xf3\\\\x1e\\\\xa5\\\\x99v\\\\xe9.\\\\xc5W\\\\xbc\\\\xbe5\\\\x87\\\\x1f\"\\\\xe4S}6\\\\xd7\\\\x16Z\\\\xb2\\\\x01:\\\\xb1%\\\\xbb\\\\x0e\\\\xe7\\\\xec\\\\xed\\\\xd5\\\\x88\\\\x8e\\\\xaa\\\\xbc\\\\x8c\\\\xb3[\\\\xb0\\\\xdb/\\\\x8c\\\\xa3\\\\xdc\\\\xc7\\\\xddn+\\\\xd5\\\\xbe\\\\xb0\\\\xe5\\\\x81WU\\\\xed\\\\x1bI~\\\\xfe\\\\x1d\\\\xa0\\\\x0e\\\\x99\\\\x80r\\\\x8a2\\\\xd3\\\\x8e}\\\\xdf\\\\xda\\\\xd9\\\\xff\\\\x00\\\\xaa\\\\xf9{spE\\\\x94\\\\xe3\\\\xdfE\\\\x8a\\\\xde\\\\xe5MYR^b;\\\\x00[on\\\\xff\\\\x00oA\\\\xaeY&[\\\\xdc\\\\xcb\\\\x1c\\\\x91\\\\x97\\\\xae\\\\xcc\\\\x97\\\\x17Y\\\\x99W\\\\x19M@\\\\x13U\\\\xe4\\\\x90]A\\\\x1b= \\\\xe9\\\\xf4\\\\x1f\\\\xbf\\\\xa4\\\\xdf\\\\xdcH\\\\x0c;U\\\\xfbw`\"\\\\xd2-\\\\xc6j\\\\xbc\\\\xe6\\\\xb8\\\\xc7\\\\xe4\\\\xde\\\\xec\\\\xbcJ\\\\x056e\\\\x92C\\\\x194\\\\x90eewD\\\\x16\\\\x9e\\\\xf1\\\\xa7\\\\\\\\,\\\\xc4\\\\x8a\\\\x0cUK\\\\x96\\\\xb5T\\\\x17\\\\n=\\\\x7f\\\\x17r\\\\xcb\\\\x8b\\\\x99\\\\x8e\\\\x16\\\\xd4\\\\x87Z\\\\xe9Qe\\\\x8c\\\\xbb}AB\\\\x9dLA\\\\xd4\\\\xf5f\\\\xdc\\\\x04{\\\\x15YY\\\\x941\\\\xa9\\\\xcb\\\\xf0P\\\\x1c\\\\xdc\\\\nQN=\\\\x98\\\\xedZR\\\\xe3\\\\xda`\\\\x01\\\\x12d;4\\\\x130D\\\\x02N\\\\x9d\\\\x1b\\\\x80\\\\x85\\\\xb1\\\\xe4<\\\\xd7\\\\x963b\\\\xd2\\\\xa5\\\\xf1\\\\xd6\\\\xbf\\\\xcb\\\\xb85\\\\xdf]e\\\\x8e\\\\xd5_H\\\\xb1\\\\x19H \\\\xcf\\\\xf8\\\\x0f>\\\\x97*\\\\xe3\\\\x82(\\\\xfahF\\\\x18 \\\\xf7\\\\ny-\\\\xe2\\\\xb5)\\\\x95Q\\\\xf7\\\\x01$\\\\x05\\\\x0c\\\\xa7\\\\xd4A\\\\xd7N\\\\xde=@\\\\x805\\\\xcd\\\\x04uE\\\\xb9\\\\xa3\\\\x1c\\\\x15\\\\xf9j\\\\xab\\\\x81\\\\x90\\\\xa0\\\\xd2H\\\\xd1\\\\xff\\\\x00\\\\x96\\\\x04\\\\xa9\"?\\\\x0e\\\\x83\\\\xb9\\\\x1e=\\\\x1cI\\\\xc30\\\\xacZ\\\\x914*\\\\x07\\\\'\\\\x95m\\\\xd7\\\\x1cE\\\\xb1\\\\xbd\\\\x9cg\\\\x85\\\\xb5\\\\x81\\\\xac\\\\xa2\\\\xc2\\\\x88*N\\\\xa0\\\\x1e\\\\xc5|\\\\x7fgF.U\\\\xcf47\\\\x1c\\\\x96\\\\xe4\\\\x9d\\\\xf8l,\\\\xac\\\\xcc4F\\\\rR5!\\\\x91\\\\t\\\\x86*\\\\xaf\\\\xb3\\\\xd4\\\\x8a;\\\\t\\\\x1e\\\\x04\\\\xf4@\\\\xea\\\\xc12\\\\x12\\\\x96\\\\x9eHcp\\\\xf8u\\\\xe4Z\\\\xcfR\\\\nX\\\\xc5N\\\\xeb\\\\xb47\\\\xb8\\\\x04\\\\xe9\\\\x07]\\\\x081\\\\xe3\\\\xe3\\\\xa4u\\\\x1d\\\\nP\\\\rYp\\\\xff\\\\x00\\\\x84\\\\xa7\\\\x9d\\\\x94\\\\xdce\\\\xa5(\\\\xa6\\\\x8b+o\\\\xe5YS*\\\\x9fL\\\\x8fT\\\\xeb\\\\xea\\\\x91\\\\xa1\\\\x9e\\\\x957\\\\x8eI\\\\xb1\\\\xa7g\\\\x18\\\\xac1\\\\xaa\\\\xa7\\\\x95E\\\\xac\\\\x80\\\\x030\\\\xb3g\\\\xe1\\\\x1d\\\\xa0*\\\\xb0:\\\\xf7\\\\xd6GB\\\\x02f\\\\xad@\\\\xf1\\\\xd1D\\\\xcb\\\\xe30\\\\x842=\\\\x8bVN\\\\xefh$);g\\\\xcc\\\\x82\\\\x00\\\\x8f\\\\xf0\\\\xe9R\\\\x88f\\\\x90u\\\\xc4\\\\xb1\\\\xa1Epl7\\\\xdbU4\\\\xe3\\\\xa67\\\\xb0\\\\x81M\\\\xb4\\\\x86\\\\xda\\\\xd1\\\\x04\\\\x97]\\\\xb0I>=\\\\xe7\\\\xac\\\\xef\\\\x98\\\\x996XG,C\\\\xe1\\\\xe1\\\\xd1_\\\\xda\\\\xdc\\\\x8c\\\\x98\\\\x1cyu\\\\xf1W\\\\x97\\\\x12\\\\x1e\\\\xbc\\\\x1cP\\\\xeaY\\\\x9d\\\\x11\\\\x92\\\\xc4\\\\x07M\\\\x82@,\\\\xbe\\\\x1aD\\\\x1d~\\\\xd9\\\\xeb\\\\x1b\\\\xe3#(\\\\xd2C\\\\xaf\\\\xe1\\\\xfa\\\\x85\\\\xa9\"\\\\xe2\\\\x89\\\\xfe\\\\x8d\\\\xf7*\\\\x80\\\\xc2\\\\xdbk\\\\x0b+\\\\xaf\\\\xe2\\\\x8dT\\\\r\\\\x08\\\\xd3\\\\xbe\\\\x9d\\\\xfb}==\\\\xb9\\\\x99\\\\x8eiZ_\\\\x14\\\\x17\\\\xe5\\\\xd8ve\\\\xe25\\\\xf6\\\\xa2\\\\x9bv\\\\x07\\\\x92e\\\\x98\\\\xae\\\\x90Ch5\\\\xd0\\\\x81\\\\xack\\\\xe3\\\\xd1B\\\\x1a{Vn\\\\xec\\\\x07 .\\\\\\\\\\\\xe40\\\\x1e\\\\xb2^\\\\xbcv\\\\\\\\qi\\\\x12\\\\xca\\\\x06\\\\xe0\\\\x0fa\\\\x1d\\\\xfe\\\\x91\\\\xe0:q\\\\x83\\\\x8a,\\\\x89\\\\x03\\\\x02\\\\xe5.Y\\\\xbd\\\\xec(\\\\x8aP\\\\xd6\\\\xa4\\\\xa9f\\\\xeef\\\\x06\\\\x9a\\\\x08\\\\xd3\\\\xc7N\\\\xaa\\\\xcd\\\\xc0`\\\\xee\\\\x99\\\\x16\\\\x1d\\\\xe7\\\\x8a\\\\xac\\\\x8f#\\\\x93Mj\\\\x8c\\\\xcc\\\\xe4\\\\xefk\\\\xd2H\\\\x96\\\\x1e1\\\\xd8Dxt\\\\xdbr\\\\x9c!\\\\xa7\\\\x92\\\\x93hL\\\\x92\\\\x88S\\\\x8f\\\\x8f\\\\x99Y\\\\x16\\\\x1d\\\\x8bi\\\\x00\\\\\\\\\\\\xa6X\\\\x12\\\\x1a\\\\x14)\\\\xf3&5=Z`\\\\xccP\\\\t\\\\x18\\\\xf6\\\\xa6\\\\xea\\\\xfe9n\\\\x1e\\\\x0b\\\\xfeX=\\\\x97\\\\xba+\\\\x82\\\\xb1\\\\n&\\\\x06\\\\xe2\\\\x01\\\\x89\\\\x1e#_\\\\xbb\\\\xa5\\\\xe8\\\\xd2_\\\\x92\\\\xb5\\\\x18\\\\x03\\\\x179\\\\xe3\\\\xfc\\\\x14\\\\xafG\\\\xc6\\\\xf3\\\\xf2^\\\\xbb\\\\x05D\\\\x8c\\\\x90\\\\xad\\\\xee\\\\x06\\\\x1a\\\\x93\"`v\\\\x1a\\\\xf7\\\\x8e\\\\xa0Q(\\\\t\\\\x1a\\\\x01\\\\x82=\\\\x87\\\\xc1cU\\\\x9d\\\\xed\\\\xe4_\\\\xf9u\\\\x8d\\\\x99\\\\x0e\\\\xbbY\\\\x11d\\\\xfa\\\\x9c.\\\\xba\\\\rt\\\\x03\\\\xe9\\\\xd4\\\\x96\\\\x02\\\\xb4\\\\x04\\\\xae\\\\x8d\\\\x89H\\\\xb6`\\\\xbfb*x\\\\xdc?\\\\xcb\\\\xbf\\\\xb1Uy\\\\x94T_fE\\\\x9b\\\\x95`\\\\x00\\\\xa1\\\\x88\\\\x00\\\\x90\\\\x08\\\\xd6\\\\t\\\\x8f=z\\\\xe3!\\\\xfa\\\\x8cBg\\\\xb0 \\\\x1c\\\\xe08\\\\xed\\\\x085\\\\xfc\\\\xb7\\\\x11\\\\x89s-\\\\rZ\\\\xaa\\\\xcb^\\\\xe9X\\\\xee\\\\x0e\\\\x9bH\\\\x00H\\\\x9d;\\\\xf4\\\\x91t\\\\t0\\\\\\\\DY\\\\x99\\\\xf8\\\\xa2\\\\xdc\\\\xff\\\\x00-\\\\xe2\\\\xeakR\\\\xcc[\\\\xf2\\\\x9a\\\\xd4\\\\x91h \\\\x15\"H,\\\\xab\\\\xa6\\\\xbb\\\\xbbO\\\\xf7\\\\xf52\\\\xb9\\\\' f\\\\x88N\\\\x8e\\\\xc8>g\\\\xcc3r*\\\\x14\\\\xe3m\\\\xe3\\\\x9b\\\\xdb\\\\xf5\\\\xe4W\\\\xa0\\\\xb4\\\\x83\\\\xe9\\\\xef Gm#S>]\\\\x0c\\\\x01>\\\\x97\\\\xcb\\\\xc5\\\\x04\\\\xa5)c\\\\xe0\\\\x86\\\\xe1s<\\\\xa5\\\\x8c\\\\x8b\\\\x9d{\\\\xe4cT\\\\xc4\\\\xd2\\\\xb6\\\\x12\\\\x08b\\\\xdf\\\\xc3\\\\xb4w\\\\x99\\\\xd7\\\\xb9\\\\xe8\\\\xb4\\\\x98\\\\x90\\\\xf5];\\\\x9aC\\\\x04k#\\\\xe2\\\\xb4f\\\\xb6\\\\x16]nh\\\\xc3p\\\\x87-jUk\\\\x02\\\\x1f\\\\xc7\\\\xed\\\\xab\\\\xb0\\\\x96\\\\x89\\\\x80\\\\xdd\\\\xfc\\\\xfa\\\\xb7\\\\x1bA\\\\xc1\\\\x93\\\\xe9\\\\xcd\\\\x90\\\\x83(\\\\xc0\\\\xe8\\\\xa9\\\\xe4O\\\\x14@\\\\x1f\\\\t*\\\\xb7\\\\x93\\\\xe3\\\\xf1\\\\x8b\\\\xb5-c>\\\\x1d\\\\xd7\\\\xa1\\\\xad\\\\xc2\\\\x80v\\\\xcaL\\\\x06+\\\\xdf\\\\xc8\\\\xf4\\\\x99J\\\\x0eD]\\\\x9f:%\\\\x99TJX\\\\x8cY\\\\x06\\\\xa3\\\\x13\\\\xd2\\\\xa7$\\\\xb6\\\\xc81\\\\xb5L\\\\'~\\\\xc3\\\\xa1\\\\xf6\\\\xc0d\\\\xf9\\\\\\\\\\\\xaf\\\\xa5\\\\x1a\\\\xe1\\\\xb2\\\\xb8\\\\x9c,\\\\x9c\\\\xe6\\\\xe4\\\\xb1\\\\xb23\\\\xf1[\\\\x0e\\\\xd5D[\\\\x82E\\\\xce\\\\xb1[Y\\\\xa6\\\\xaa\\\\x1a\\\\t\\\\x00xu\\\\x16\\\\xa5\\\\xed\\\\xea\\\\x94\\\\x9eA\\\\xbb*\\\\x88\\\\x08L\\\\x80@\\\\x15\\\\xeb\\\\xf6D\\\\xf0\\\\xf2)\\\\xe5p\\\\xab\\\\xa70\\\\xfa\\\\xeaA]*\\\\x0bJO\\\\xe1\\\\xda\\\\xc6Oy\\\\x11\\\\xe5\\\\xdb\\\\xa6[\\\\x9c.\\\\x0eM\\\\xdc\\\\xabN\\\\x06&\\\\x87\\\\x8e9\\\\xa1G\\\\x80\\\\xb9^\\\\xc6\\\\xcb\\\\x0f\\\\xed\\\\xd6\\\\x9b\\\\xeb\\\\xa4\\\\x89\\\\xdaZ\\\\x145\\\\x91\\\\xd8\\\\t\\\\xff\\\\x00\\\\x87I\\\\x95\\\\xca\\\\xd4q\\\\xda\\\\xad@\\\\x8a\\\\x8c\\\\xd1n;\\\\x1b\\\\x1f\\\\x8d\\\\xf6ni\\\\xb2\\\\xa4qn\\\\xc25WF\\\\xd4\\\\xf6\\\\x0b\\\\xack\":\\\\xa3~Q5\\\\x91f!\\\\x8f\\\\x034\\\\xdbBy\\\\xe7\\\\x97\\\\xf6\\\\x99\\\\xf0\\\\xb2\\\\xf8<\\\\xec\\\\xb7|\\\\xbb\\\\xde\\\\x8aY\\\\xc3XB\\\\x87\\\\xb66\\\\xc8\\\\xef\\\\x13\\\\xe5:i\\\\xe5\\\\xd5\\\\xd8\\\\xe9.\\\\rQ\\\\xc0[54\\\\xfb\\\\xf7\\\\xad\\\\xb9\\\\xfcZ\\\\xf1 rb\\\\xb2=\\\\xc5c\\\\x8b\\\\xeev}J\\\\x072\\\\x08\"A\\\\xd6z\\\\xaf\\\\xfe?\\\\xb6uE\\\\xc0>\\\\x07\\\\xaf\\\\xd9\\\\x14\\\\xe2\\\\x04j\\\\x80W\\\\xc8\\\\x9fu=\\\\xcb\\\\x10e\\\\xef\\\\x8b@S\\\\xee\\\\x00\\\\x00\\\\xfcs\\\\xda\\\\x0e\\\\x80\\\\x7f\\\\x94t\\\\xc6\\\\x02$=_\\\\xc3\\\\x8f5B\\\\xeb\\\\x82\\\\xe0.\\\\x99\\\\xfd*\\\\xaa\\\\xfc\\\\x8c\\\\xdc;\\\\xabj\\\\xe5\\\\xde\\\\x1cn \\\\x11\\\\xda;H\\\\x81\\\\xac\\\\x1d\\\\x0fI\\\\xbb\\\\x12f\\\\x08\\\\xefW\\\\xb6\\\\x94\\\\xc1\\\\xd4\\\\x8f\\\\xf75\\\\xc4\\\\x94\\\\xf9O\\\\xc7R\\\\x91\\\\x1e\\\\xe6\\\\x1a39\\\\xf4\\\\x9b\\\\x00\\\\x8fZ\\\\x8d\\\\x0e\\\\xef)\\\\xf0\\\\xed\\\\xd1od\\\\\\\\DP\\\\xb2~\\\\xf6\\\\x04\\\\xb1\\\\xe6\\\\xaa\\\\\\\\G\\\\x1cf\\\\x12%\\\\x95\\\\xdc\\\\xf8\\\\x94\\\\xed\\\\xb2\\\\xc5\\\\x9dw\\\\x12\\\\x0f`H\\\\x93\\\\xa44\\\\x7f\\\\xf8=gJR\\\\xb3\\\\x17\\\\x9eM\\\\xf7K\\\\x83[\\\\x8d\\\\x12\\\\x977\\\\xf2\\\\xdc\\\\xec\\\\xe2[\\\\x16\\\\xc3V=VCS\\\\xb9d\\\\x10I\\\\x8du2L\\\\xeb\\\\xd0\\\\xdb\\\\xdc\\\\xce^\\\\xb6\\\\xc5P\\\\xbcL\\\\x8b:\\\\xdf\\\\xc4|\\\\x9e\\\\xc6\\\\xc3l|\\\\xebk+\\\\x92`Z\\\\xaew*\\\\x01\\\\xb6\\\\x19\"\"O\\\\xdd\\\\xe1\\\\xd5\\\\x9d\\\\xb6\\\\xfaR:$1Q\\\\x1b\\\\x9a_\\\\x90L\\\\x15\\\\xf04S\\\\x92\\\\xd9\\\\x0b\\\\xedW\\\\xf9\\\\x84F\\\\x0cN\\\\xc0\\\\xbb\\\\xa4\\\\x86.= n\\\\xd0\\\\xcf\\\\xdf\\\\xd6\\\\x81\\\\xb2\\\\tr\\\\x13\\\\xe3l\\\\n\\\\xbaH\\\\xf93q\\\\xb5\\\\xde\\\\xb5\\\\xe2\\\\n\\\\xefe\\\\x1f\\\\xcd\\\\xbfo\\\\xe1\"tU:H=\\\\xa3\\\\xc3\\\\xaaz F\\\\x0e\\\\x15;\\\\x97\\\\x06\\\\xafE\\\\x12\\\\xf59\\\\x15\\\\xd2*z\\\\xeb\\\\xaf\\\\xdd\\\\x90\\\\x0c\\\\tbf\\\\x04\\\\x81\\\\xe1\\\\'\\\\xb4\\\\xf4\\\\x98\\\\xc0\\\\xc0\\\\xe9\\\\x8b1\\\\xc3\\\\x1e8dBbA\\\\x9a\\\\xa3\\\\x8f4\\\\xf1nbfbV\\\\xd6V\\\\x05\\\\x92\\\\r\\\\xce\\\\xe7F\\\\x98\\\\x0b\\\\xa8\\\\x92L\\\\rI\\\\xd3\\\\xb7V\\\\xaeO\\\\\\\\@\\\\x8d\\\\x085N\\\\xb6#0GD\\\\x174\\\\xe2\\\\x0c\\\\\\\\\\\\x96\\\\xb0.7\\\\xbaBWc(j\\\\xac\\\\x80\\\\x1b\\\\xd0\\\\x14w\\\\xd3C?gUd\\\\xd8L14|\\\\xfcT8\\\\xc2\\\\xab(FR\\\\xa7wrl\\\\xe3qx\\\\xbbZ\\\\x8c<\\\\xac\\\\x9a\\\\xd5\\\\xef\\\\xb1BZ\\\\xecd\\\\xa8\\\\xf5\\\\x10@\\\\x81\\\\xe9\\\\x07\\\\xcc\\\\xeb\\\\xd3A\\\\xb5\\\\x1a\\\\x1cH\\\\xf1W-\\\\x88\\\\xe9\\\\xe6\\\\xdeH\\\\xa7=^F7\\\\x1dI\\\\xae\\\\xdfq)RqT\\\\x80w\\\\xa8:37h\\\\x83\\\\xa4j||\\\\xba\\\\xaf\\\\xb9\\\\xb3(\\\\xe91r\\\\xdcUY\\\\xb8c\\\\xed\\\\xd0\\\\xa5\\\\xa5\\\\xcb\\\\xf7x\\\\xd0h%o\\\\xa5\\\\xdd/C\\\\x15\\\\x82\\\\xb2\\\\x0c4\\\\x00F\\\\xbfN\\\\xfd\\\\x1c\\\\xc9\\\\x8b\\\\x18\\\\x8a\\\\x0e9x*BO\\\\x1a\\\\xe3\\\\xf6M\\\\x189\\\\x87\\\\x93\\\\xe2\\\\x99,\\\\xab\\\\xdc\\\\xf6i\\\\x0b\\\\xbeC\\\\x12\\\\xa2\\\\x0e\\\\x9aLi\\\\xdf\\\\xeb\\\\xa7Gj\\\\xec\\\\xa6=Xb\\\\xf8\\\\xba|$\\\\x0c4\\\\x94\\\\x15\\\\xb0\\\\xaf[\\\\x96\\\\x9a1nm\\\\x80=v:0`Y\\\\xbd,\\\\t\\\\x04\\\\x1d\\\\x00#H\\\\xf3\\\\xef\\\\xd0\\\\x9d\\\\xcd\\\\xb0\\\\xd1\\\\x18\\\\x9c(\\\\xa9\\\\x8b\\\\x06\\\\xa4\\\\x0e\\\\xf4\\\\xdf\\\\x98\\\\x8f\\\\xc7\\\\xf1\\\\xc9S\\\\xe3\\\\x1br}\\\\xbd\\\\xd5\\\\xda\\\\xda\\\\x16h\\\\x1b\\\\xc4\\\\x83\\\\xa6\\\\x9a\\\\x82O\\\\x97c\\\\xd5\\\\x8d4\\\\rO\\\\xba\\\\xb1?D@\\\\xe7\\\\x82Q\\\\xad\\\\xeet\\\\xbe\\\\xc5f\\\\xb1\\\\x93\\\\xf9\\\\xc9\\\\xb8\\\\x9bJ\\\\xaa\\\\x95\\\\x0c\\\\x0bk\\\\xb6O\\\\xabY\\\\x9e\\\\xdd\\\\x14m\\\\xbcNj\\\\x9cd\\\\x00$P\\\\xe7\\\\xc7\\\\x1c\\\\x90\\\\xecu\\\\xbcf\\\\x06\\\\x17\\\\x1fz\\\\xa8\"\\\\xde\\\\xe0\\\\x96]\\\\'\\\\xc1bd\\\\x11\\\\xdb\\\\xb7\\\\x9fT\\\\xa5\\\\x19\\\\x13\\\\xe9j&Z\\\\x94D\\\\x81.\\\\xe5c\\\\xca\\\\xe66%\\\\xf6U`Y\\\\xac\\\\xae\\\\xf5RXXN\\\\xa1v\\\\xc1\\\\xd4I\\\\x1f\\\\xf1\\\\xeb\\\\x17{\\\\xee\\\\x8b\\\\xc6\\\\xacO\\\\xd3\\\\xf8\\\\xc1_\\\\xf7\"h\\\\x00)J\\\\xdb\\\\xda\\\\xeb\\\\xfd\\\\xcd\\\\xa3\\\\xf9\\\\xc4\\\\n\\\\xd0/\\\\xa4} \\\\x19\\\\x11=(\\\\xb9\\\\xa9\\\\xc74\\\\xab\\\\x81\\\\xb0\\\\n\\\\xd8\\\\xf8\\\\x86-X\\\\xb4\\\\x1c\\\\xab\\\\xb6\\\\xd4XBX`\\\\x92\\\\xa0\\\\x02`\\\\xce\\\\xa0\\\\x90G\\\\xe1\\\\xea\\\\xae\\\\xdbL\\\\xefj\\\\x94\\\\xa9\\\\x1a\\\\xf2\\\\xecZ;Hh\\\\x83\\\\x11\\\\xde\\\\x9e\\\\xff\\\\x00\\\\xaa\\\\xd7\\\\xfe\\\\x97\\\\xff\\\\x00\\\\xc2z\\\\xbf\\\\xff\\\\x00\\\\xb5\\\\xb1\\\\xd7\\\\xc0\\\\xfe\\\\x13\\\\xb4\\\\x9e\\\\x9e!\\\\x7f\\\\xff\\\\xd4\\\\xf8j~Q\\\\xdf\\\\xd0YU7Dx\\\\x93\\\\x1b`\\\\x8f\\\\xac\\\\xcf\\\\x9f\\\\x9fJ\\\\xff\\\\x00\\\\x1e\\\\x0b\\\\'\\\\xff\\\\x00U\\\\x1ekjs\\\\xb5fX\\\\xb5>8oyA\\\\xae\\\\xc6\\\\xd3\\\\xd5 \\\\x15*;\\\\xfd\\\\xa7\\\\xae\\\\x8d\\\\x9d8\\\\x12\\\\x96~>V\\\\xc3\\\\x89a\\\\xf4W^/\\\\xc0\\\\xbf\\\\\\\\\\\\xb9\\\\x0f\\\\xd2\\\\xcc\\\\x8c\\\\xae7\\\\xe3\\\\x1f<\\\\xcd\\\\xfd\\\\x16\\\\xc1\\\\xe4\\\\xae\\\\xf9\\\\x1d\\\\xf98\\\\xf8<\\\\xa3|b\\\\xbeB\\\\xba\\\\x06\\\\x1d\\\\xdc\\\\x8b\\\\xb2\\\\xa1\\\\xc2[\\\\xd6\\\\xa2)6\\\\x9fPXRcN\\\\xbb\\\\xdd#\\\\x10\\\\x95\\\\xef]j\\\\x83\\\\xa7\\\\xc9\\\\t\\\\xe1~c\\\\xfa\\\\xc1\\\\xf3\\\\x7f\\\\x96r1\\\\xfeq\\\\xf1u\\\\xe5yL\\\\xcc\\\\xcf\\\\x95\\\\x8e\\\\x19\\\\xc5\\\\x988\\\\xb9\\\\xbe\\\\xd5\\\\x96[\\\\x94jT\"\\\\x92\\\\xea\\\\xedH\\\\xd6\\\\xa8#G\\\\xeb\\\\n\\\\xef\\\\xf9 \\\\x8e\\\\xa7.|\\\\xd5\\\\xfd\\\\xfe\\\\xe1\\\\xbfT\\\\xbf]\\\\xf1?Q\\\\x7fO\\\\xbeW\\\\xcd\\\\xfc\\\\x03\\\\xe4\\\\xbf\\\\xed\\\\x8a\\\\xcf\\\\x80\\\\xfc3\\\\x0b\\\\xe2?\\\\xa4?\\\\x1e\\\\xa9y\\\\x9e\\\\x1b3\\\\x8b\\\\xe0x\\\\xda\\\\xad\\\\xc4Z\\\\xf1\\\\xb3\\\\xf3\\\\x859w\\\\x96[\\\\xec\\\\xae\\\\xcbf][cH\\\\x1a\\\\xa6d\\\\xca\\\\x83\\\\x15[q9\\\\xcea\\\\x81\\\\x07.\\\\xc5K\\\\xfc\\\\'\\\\xe6\\\\x1f\\\\xee#\\\\xe5|\\\\xcf\\\\x17\\\\xf1o\\\\xd3^[\\\\xf5\\\\x17\\\\xe4\\\\xdc\\\\x9f\\\\x01\\\\xc2e\\\\xf1\\\\xdcO\\\\x03\\\\xf1l\\\\x9eS6\\\\xdc\\\\x0e\\\\x13$\\\\xa0\\\\xcd\\\\xc6\\\\xab\\\\x1f\\\\r\\\\x9d\\\\xa9\\\\xc6\\\\xb1\\\\x99=\\\\xc4U\\\\x15\\\\xb1#p:tB\\\\xd8\\\\xd3\\\\x8a(X\\\\x91\\\\xb6\\\\xe2G\\\\xcf\\\\x86_\\\\xbek\\\\xfa\\\\x89\\\\xfe\\\\xe1\\\\x7fOq8o\\\\xd3?\\\\x9d|\\\\x9f\\\\xf5\\\\x0b\\\\xe1\\\\xfc\\\\x7f\\\\x00\\\\xd8\\\\xbc\\\\x8f\\\\t\\\\xfay\\\\xcc\\\\xe6r\\\\xb85`5\\\\x16\\\\x1bq/\\\\xc7\\\\xe3r,\\\\xadi5\\\\xd87V\\\\xe8\\\\x82\\\\x18J\\\\x99\\\\xea#l6%M\\\\xad\\\\xb5\\\\xc9\\\\x06r\\\\x00\\\\xe6\\\\xe9\\\\x87\\\\xe0\\\\x9f\\\\xab?\\\\xeew\\\\xe5<\\\\xb6g\\\\t\\\\xfam\\\\xfa\\\\x93\\\\xfa\\\\xad\\\\xcc\\\\xfc\\\\x87\\\\xe4\\\\xb9\\\\x96\\\\xf2\\\\xf9\\\\xbcO\\\\xc5\\\\xf9\\\\x8ev\\\\xfc\\\\xfc\\\\xfc\\\\xc0\\\\xaa-\\\\xcd\\\\xb2\\\\x9c+\\\\x9a\\\\xcb\\\\xad\\\\xdbZ\\\\x86\\\\xb1\\\\x81hQ&\\\\x07P\\\\xd3\\\\x89\\\\xa5R\\\\xbf\\\\xe6\\\\x84\\\\x98\\\\x12\\\\xfe)_\\\\xe4\\\\xdf\"\\\\xfd}\\\\xfd<\\\\xe1\\\\xf9\\\\x1f\\\\xd1\\\\xff\\\\x00\\\\x93|\\\\x9f\\\\xf5\\\\x03\\\\xe0\\\\xbf\\\\x1d\\\\xb4\\\\x9by\\\\x9f\\\\xd2\\\\xceS3\\\\x94\\\\xe3\\\\xb16\\\\xe4?\\\\xbeZ\\\\xfe+!\\\\xab\\\\xac\\\\x8bl\\\\x02\\\\xc2Z\\\\xa9\\\\'^\\\\xfa\\\\xf4\\\\xc8\\\\xcbU\\\\x08\\\\xaa8]#\\\\xd3!\\\\xddP\\\\xfcx!\\\\x9c\\\\xd7\\\\xeb\\\\xb7\\\\xebw\\\\xc8\\\\xf0\\\\xf1\\\\xb8\\\\xaf\\\\x91~\\\\xaf\\\\xfc\\\\xe3\\\\xe4\\\\xea\\\\xe8\\\\xb2\\\\xf3\\\\xf9wX\\\\xc5\\\\xa1\\\\xff\\\\x00\\\\x01x\\\\x92\\\\xc4\\\\xea\\\\xc4\\\\x910t\\\\x89\\\\xe9\\\\xcd\\\\xcdR\\\\xf75\\\\x1apP^J\\\\xb1v?\\\\xe4\\\\xa8A\\\\xfc\\\\x87`\\\\xd6\\\\xc4\\\\xa7\\\\xafX,L\\\\x18\\\\xdau=D\\\\xe3FG\\\\x00b\\\\xdd\\\\xe7\\\\x8f4\\\\x1b\\\\x17\\\\x13?\"\\\\xdap1\\\\x95\\\\x92\\\\xdb\\\\x06\\\\xfa7\\\\x7f-m\\\\x90I\\\\xee#\\\\xc0\\\\xc4\\\\xe9\\\\xd2\\\\x0b\\\\xc4\\\\x1a:\\\\xb5\\\\xb7\\\\xb7\\\\xeeM\\\\x9d\\\\x9f\\\\xc9G\\\\xcf\\\\xcd\\\\xce\\\\xc8Ae\\\\x809\\\\xa2Wm{\\\\xf6\\\\xd6\\\\xd2\\\\x0e\\\\xd10=1\\\\'\\\\xfb\\\\xfa\\\\xe6 :\\\\x96\\\\x1a\\\\xb4\\\\xbb\\\\xfe\\\\x11\\\\x1e\\\\n\\\\xfb\\\\x86F=\\\\xf4Y\\\\xed\\\\xe4\\\\xd7C[\\\\xed\\\\xbc*\\\\xd8\\\\xe9\\\\xf8`\\\\x98\\\\x1d\\\\x8fc\\\\xfe]W\\\\xbf\\\\xb7\\\\x95\\\\xf8\\\\xe1P\\\\x0b9\\\\xc52\\\\x12\\\\x16\\\\x89rq\\\\x18d\\\\xba\\\\x17\\\\xe3\\\\x19\\\\x95r\\\\x985\\\\xe6\\\\xe4X\\\\xafeEU\\\\x93U\\\\xda\\\\x02\\\\x80w\\\\x01\\\\xa9\\\\x13\\\\xe5\\\\xe5\\\\xe1\\\\xd7\\\\x98\\\\xd9\\\\xccF\\\\xe1z\\\\x91\\\\xc6\\\\x0bj5\\\\x0cU\\\\x8b\\\\x86\\\\x10\\\\xd6\\\\x96Z\\\\xb6\\\\xad6\\\\x01mL\\\\xe7\\\\xf1.\\\\xe3$\\\\xb6\\\\xa3H\\\\x93\\\\xe9\\\\xfd\\\\xbdz+.\\\\x00qL\\\\x97IO\\\\xe4\\\\xf0\\\\x9f\\\\x90\\\\xf8\\\\xf5\\\\xc2\\\\x93_\\\\xf34d\\\\xfcG\\\\xb8\\\\x10D\\\\x81#\\\\xb0\\\\x03\\\\xc0\\\\xfd\\\\x9d>/3\\\\x8d\\\\x15M\\\\xc0h\\\\xd0.t\\\\xf9\\\\x1f\\\\xc6lKS\\\\xf2\\\\xfbh\\\\xb8\\\\xc88\\\\xa4\\\\xc0\\\\x96>\\\\x92\\\\xce\\\\xc4\\\\xe8c\\\\xb0\\\\xf2\\\\x8e\\\\x9e\"\\\\xf4\\\\x14+\\\\x1a\\\\xe5\\\\xb0MC\\\\xe2\\\\x91n\\\\xe1\\\\xb9Z2\\\\x05vc\\\\xbe\\\\xf1\\\\xb6\\\\xbb\\\\\\\\\\\\x81\\\\xa1\\\\x92!X\\\\x88\\\\x93\\\\xa4\\\\x81\\\\xdc\\\\x1f\\\\x1e\\\\x97\"R\\\\xe3\\\\x13\\\\x832-O\\\\xc5m\\\\xb1\\\\x92\\\\xfc\\\\xca\\\\xcam\\\\x7fr\\\\xe4\\\\xdd\\\\x01\\\\xc3\\\\x90\\\\x10)c\\\\x10\\\\'C\\\\x1d\\\\x18#$\\\\xc1nE1\\\\xd3\\\\xf0\\\\xdbx\\\\xaa1\\\\xf3,\\\\xc4\\\\xf7j\\\\xcbb\\\\xd8\\\\xec\\\\xed\\\\x04\\\\xa8$\\\\xce\\\\xc0d\\\\r\\\\xde\\\\xba.?`\\\\xc8\\\\xc4\\\\xe4:\\\\xa3\\\\xd8\\\\xf9\\\\x98<\\\\xf4VUi\\\\xcbj\\\\x8d5nc\\\\xb5\\\\x97M\\\\x06\\\\xbd\\\\xe0\\\\xf7c\\\\xf6\\\\xf4\\\\xc9\\\\xc8\\\\x13T\\\\xeb`L6\\\\x05+\\\\xf2\\\\x9c\\\\x1eo\\\\x1a\\\\x86\\\\x8a\\\\x90\\\\xd9\\\\x8e\\\\x84\\\\x94d@=;\\\\x8c\\\\x86\\\\x0b\\\\xa9\\\\xee`\\\\xfd\\\\x07IiDV\\\\xaag\\\\x18\\\\x82\\\\xe5\\\\xc9\\\\xfa%\\\\x16\\\\xa1\\\\xeaU\\\\xf4\\\\x1a\\\\xeb\\\\xdd\\\\xebW\\\\xfe&\\\\xd1\\\\xb6\\\\x99\\\\x1d\\\\xe3\\\\xa0v\\\\xa8F\\\\xef\\\\x8a/\\\\xc1\\\\xdfg\\\\xe70\\\\x10\\\\xb7\\\\xa6\\\\xac\\\\x96z\\\\xc5\\\\x82\\\\x00\\\\x9dJ\\\\x06\\\\xfb\\\\x8cN\\\\x9d&sf\\\\xed\\\\xe0(1\\\\xf5x+\\\\x0b\\\\x99\\\\xce\\\\xc6\\\\xc1\\\\xa5\\\\xec\\\\xa6\\\\xbfu\\\\x1a\\\\x1b\\\\xf3\\\\x04\\\\x00\\\\x8e\\\\x00;\\\\x95\\\\xab\\\\xd3\\\\xb1X\\\\x99\\\\xfak\\\\xd4\\\\\\\\\\\\xb8\\\\x0bd\\\\x9e\\\\xc4\\\\x0e1U\\\\xc3r/{\\\\xec\\\\xb1\\\\x07\\\\xb7x\\\\x13\\\\x91\\\\x1e\\\\xa5Rd\\\\x1d\\\\xad\\\\xa1\\\\xf23\\\\xf6\\\\xeb\\\\xd4Z\\\\x9c\\\\xa4H\\\\x02\\\\x89,\"+R8e\\\\xf918\\\\xcb\\\\x1a\\\\x83\\\\xc4r\\\\x8d\\\\x8d}u\\\\xdc\\\\xd9\\\\xef\\\\x92F\\\\xd2VYB@o\\\\xc5\\\\xf8A\\\\x8e\\\\xfd\\\\xe2:\\\\xb1\\\\xedBg\\\\xd2X\\\\xb1\\\\xe0\\\\'J\\\\xe1\\\\x02\\\\xb1\\\\xa7\\\\xe5<~w;\\\\x91\\\\xf8\\\\xfe2\\\\x9bl\\\\xb1\\\\xf1Qj\\\\xa3qf\\\\x05F\\\\x9a\\\\x03 @\\\\xf2\\\\xef\\\\xf4\\\\xd7\\\\xaa\\\\xd3\\\\x8c\\\\xb4\\\\xc4=@\\\\xc3\\\\xaa\\\\x912\\\\t\\\\x07\\\\x0f\\\\xb2Y\\\\xe1rhnC\\\\xdc\\\\xe4\\\\x93#9e\\\\xb756\\\\x85\\\\xb0\\\\xbc0V\\\\x92\\\\x18\\\\xe8\\\\xc4\\\\x1d\\\\x00:}z\\\\x98H\\\\x19D\\\\xdc\\\\x04\\\\x82\\\\xee\\\\xd4\\\\xabR\\\\xbc\\\\x92%@y\\\\x8e|b\\\\xba/\\\\xf4\\\\xb7\\\\x17\\\\x95\\\\xae\\\\xe5\\\\xa6\\\\xb72\\\\xc6\\\\xb8\\\\xda\\\\xc4\\\\x10\\\\xa5\\\\xbd\"\\\\x04I\\\\x13\\\\xac~\\\\xde\\\\xa9\\\\xdc\\\\x9c\\\\xc4\\\\xf4\\\\x0c:\\\\xab\\\\xbb(\\\\x07t\\\\xfb\\\\xfa\\\\xe3\\\\x98\\\\xd7|\\\\x93\\\\x8b\\\\xb2\\\\xfb\\\\x16\\\\xef\\\\xc9q\\\\xe8\\\\x95\\\\x16!\\\\x9e\\\\xb5u*@\\\\'\\\\xfd\"A\\\\xd7\\\\xfc\"\\\\xc6\\\\xeaF\\\\x13\\\\x12\\\\xa5\\\\x05_\\\\x16W/\\\\x87\\\\xc7%\\\\xcc\\\\x1f)\\\\xe6\\\\x19l\\\\xf6j\\\\xc9\\\\xfc\\\\xddL\\\\xa0:\\\\xaf\\\\xa4\\\\xb6\\\\xa4A*O\\\\x94\\\\xc7\\\\x87n\\\\xdde_\\\\xbb\\\\x1b\\\\xc0\\\\x17q\\\\xf8\\\\xe3\\\\xb9fNd\\\\xc8\\\\x80\\\\x97\\\\xf8<|l\\\\xbb\\\\x82XC\\\\xd4\\\\xaaNS\\\\xdc\\\\xd0X\\\\x93\\\\xe6>\\\\xdd#\\\\xbf\\\\x8fL\\\\x8d\\\\xb8\\\\xd6-\\\\xdb\\\\x97`I\\\\x89\\\\xadh8\\\\xe1\\\\x94\\\\x9c\\\\xec\\\\x15\\\\xc2cw\\\\x1fV\\\\xfa\\\\xbd\\\\xb2\\\\xe44\\\\xe9\\\\x1a\\\\x131\\\\xa91>?\\\\xbb\\\\xa9\\\\xf6D_\\\\xaf\\\\x8fw\\\\xe1.\\\\xec\\\\x9c\\\\x86\\\\xa7T\\\\xd5\\\\xf1\\\\x8ey\\\\xaf\\\\xc7\\\\xbf\\\\x8f\\\\xcb\\\\xac\\\\xb1\\\\xb4\\\\x83S\\\\xac\\\\x06P\\\\t\\\\xeeH\\\\x03Ru\\\\x07\\\\xbe\\\\x9du\\\\x9d\\\\xcd\\\\xc1#\\\\x19\\\\x12y\\\\x16\\\\xf2\\\\xe3\\\\xaa\\\\xb3jB u\\\\xc5B\\\\xe78$\\\\xb7~EvXm%\\\\xb7\\\\xa8\\\\x00\\\\x04\\\\x9e\\\\xf2\\\\xba\\\\x1dOm:\\\\xb5v\\\\xc8\\\\x12\\\\xd5Z\\\\x8f\\\\xbeIW!\\\\xa4\\\\xe1\\\\xf9J\\\\x0f\\\\x83\\\\x96\\\\x96\\\\xd8\\\\x1c\\\\xda\\\\xa5@f\\\\xb1vA:\\\\xb6\\\\xe2|\\\\xf5\\\\xf3\\\\xfd\\\\x9d\\\\x04\\\\x9e\\\\r\\\\xa5\\\\xeakJ\\\\x7f\\\\t4\\\\xe4\\\\x8fq\\\\x18\\\\xb9\\\\x94\\\\xfef\\\\x9b\\\\x16\\\\xdbU\\\\xb7\\\\x01\\\\x91\\\\xea\\\\xdf\\\\xb9\\\\xbf\\\\x11\\\\x04\\\\x88\"|\\\\xf5\\\\xed\\\\xd2\\\\xac\\\\xcep$\\\\x90I~\\\\xbeI\\\\xfa\\\\x04\\\\xcb\\\\x1a!\\\\xf7\\\\xe3:\\\\x9bi\\\\xde\\\\xc9Z\\\\xee\\\\xb1iv\\\\x8d\\\\x84\\\\xff\\\\x00\\\\x12\\\\x85$\\\\xf6\\\\x00\\\\r>\\\\xed:\\\\xb1r\\\\xd4d\\\\\\\\S\\\\xeb\\\\xd5T3\\\\x94^\\\\x85\\\\xd6+\\\\x90\\\\x8fUU\\\\xb0\\\\x86\\\\xac\\\\xab8V!\\\\x99b5\\\\x1a\\\\xc0\\\\x8f\\\\x10~\\\\xee\\\\x9dv\\\\xf4@a\\\\x8f \\\\x822#\\\\x00\\\\x19[\\\\xdc^6=\\\\xfcf\\\\x0bW\\\\x7f\\\\xe6\\\\xea4\\\\xb4*\\\\xef\\\\xdc-rK\\\\xab\\\\xf6\\\\x89\\\\x1a\\\\xcf\\\\x89\\\\xd2z\\\\xb3\\\\xa8F\\\\x01\\\\xea\\\\xea\\\\xf5\\\\x98\\\\r$\\\\xf4\\\\xcb\\\\x9aA\\\\xe5\\\\xf8\\\\xe1Z\\\\xba\\\\xadoe\\\\xde\\\\xeb+<\\\\xc2\\\\xfbldn:\\\\x80\\\\x0e\\\\xb3?\\\\xdf\\\\xd0\\\\\\\\\\\\x80g\\\\x01\\\\xca\\\\xcf1\\\\xd0\\\\xe3\\\\'\\\\xc7\\\\xe8\\\\xb5aW\\\\xec\\\\xba\\\\x8aPe\\\\x84\\\\xac\\\\x0fn\\\\xb8%|\\\\xcc\\\\x98\\\\x82#\\\\xb4v\\\\xfbz\\\\xab+nh\\\\t\\\\xfb+\\\\x11$T\\\\x17D0\\\\xf3\\\\xdb\\\\x93\\\\xae\\\\xdc\\\\x1c\\\\x80\\\\xb6\\\\x12G\\\\xe5\\\\xb6\\\\x15\\\\x01\\\\x84\\\\x08\\\\xd6\\\\x08\"|\\\\xcc}:\\\\x98\\\\xfa\\\\xdfPl\\\\xbbx\\\\xc13\\\\xdcp\\\\xc7\\\\x1cx\\\\xea\\\\x85\\\\xe5`\\\\xe4T^\\\\x90\\\\xa0&\\\\xed\\\\xae\\\\x1c\\\\x9d\\\\xb3;\\\\xa5w\\\\x19\\\\x00y\\\\x1f\\\\xb7\\\\xc7\\\\xa3\\\\xd1+cLp\\\\xe3\\\\x05V\\\\xe0:\\\\xf5\\\\x1e\\\\xe3\\\\xcb\\\\xb57\\\\xfcO\\\\n\\\\xeb\\\\xab\\\\xc8\\\\xa8^\\\\xcf\\\\x8c\\\\xc8K\\\\x87\\\\x82\\\\x95\\\\xb00\\\\x10\\\\xf6\\\\xd2|c\\\\xeb\\\\xf6u\\\\xa8\\\\x12)Eb\\\\xc8\\\\x12:MCW\\\\x92{\\\\xe2\\\\xb8\\\\x8b-f\\\\xab7$\\\\xee\\\\xa6\\\\xbd\\\\xa2\\\\x94,\\\\xd2B\\\\xcc\\\\x93 B\\\\xe84=\\\\xc7\\\\x97L\\\\x16e)v\\\\'\\\\xc3h\\\\xc5\\\\x99k\\\\xf9\\\\'\\\\x01\\\\x97\\\\x9a\\\\x88\\\\x98\\\\xf7\\\\xd8\\\\x96Y\\\\xa3VWi\\\\'\\\\xbe\\\\xbe$\\\\x00>\\\\x87\\\\xc7\\\\xa9\\\\x9d\\\\xb1\\\\x12\\\\xe3\\\\x14\\\\x1b\\\\x9bfm\\\\x11O\\\\xcf4\\\\xa88kx\\\\xca\\\\xb2)\\\\x19k^EHj\\\\xba\\\\xe50\\\\xcct*\\\\xb0I\\\\x07q\\\\xeeD\\\\x10:\\\\xefS0*\\\\x89\\\\xb5\\\\x18\\\\xbb\\\\xe2\\\\x81\\\\xaa\\\\x0c_s*\\\\xd9\\\\xb1\\\\xf1\\\\x98=4W\\\\xe9\\\\xf4\\\\x89c\\\\xb9\\\\xbb\\\\xeb$\\\\xf8\\\\xe9\\\\xf5\\\\xea\\\\x9c\\\\xcc\\\\xadGY\\\\xac\\\\x95\\\\x8b6\\\\xbd\\\\xc3\\\\xd0%\\\\x0eg!m\\\\xb5\\\\x80)\\\\xa3\\\\xb9\\\\xde\\\\xa0\\\\x87:\\\\x81\\\\xb7\\\\xc6@\\\\xf0\\\\x93\\\\xfb\\\\xba\\\\xc6\\\\xbb{\\\\xdd.\\\\xde<`\\\\xa4\\\\x8f[\\\\xe4\\\\xbc\\\\xe3\\\\xb1\\\\xe9g\\\\xf7nE\\\\xbfx\\\\xdbY\\\\x07P\\\\xc4H\\\\xdcI\\\\x81:\\\\x8f\\\\xb0\\\\xf5N\\\\xfc\\\\xfd,(Sl\\\\xc4\\\\x89;P\\\\xf1\\\\xdc\\\\xae\\\\xef\\\\x8e\\\\xe2\\\\xa6\\\\x1e\\\\x1b\\\\xdb\\\\x9b\\\\x0e\\\\xf8\\\\x98\\\\xeb\\\\xb2\\\\xaa\\\\xd4\\\\xb0b\\\\x04\\\\x891\\\\x1d\\\\x8c\\\\x99\\\\x89\\\\x11\\\\xd5\\\\x9d\\\\x99\\\\x85\\\\xbb2\\\\xbb6\\\\r\\\\xd2\\\\xa7:\\\\xf5Z\\\\xd4\\\\x8cDEJ\\\\x13\\\\xff\\\\x00\\\\xa9\\\\xea\\\\xff\\\\x00@\\\\xff\\\\x00\\\\xc4\\\\xbf\\\\xfb\\\\x9d\\\\x1f\\\\xfe\\\\xde\\\\xdf\\\\xff\\\\x00\\\\xd5\\\\xf4T=\\\\x8e\\\\xbek\\\\xff\\\\xd5\\\\xf8\\\\x0e+\\\\xdc-W,\\\\xaf@\\\\xf4\\\\xa6\\\\xd2\\\\x7f\\\\x8a\\\\x08\\\\xd7\\\\xb6\\\\xa7\\\\xa9\\\\\\\\\\\\xa7q\\\\xb8-\\\\x91k\\\\x07b\\\\x85\\\\x04\\\\xfb}\\\\x89\\\\xdaT\\\\xeb=\\\\x84\\\\x91\\\\xd7\\\\x00\\\\x93z\\\\xe8\\\\xb6\\\\x1d}\\\\xd9\\\\xf9\\\\x17\\\\x19\\\\xfa\\\\x99\\\\xcd\\\\xd7\\\\xc6~\\\\xa4\\\\xfe\\\\x90\\\\xfc\\\\xb3\\\\xe2\\\\xdf\\\\x1f\\\\xfd1\\\\xc2\\\\xc7\\\\xcb\\\\xb7\\\\x86\\\\xf9VW\\\\xc7\\\\xad\\\\xe4*\\\\xc4\\\\xa8|\\\\x83\\\\'\\\\'\\\\xe3\\\\xd7\\\\x7f\\\\xea\\\\x05\\\\xc3\\\\x18\\\\x9cf\\\\'\\\\x17\\\\xf1\\\\xd7\\\\xc3\\\\xc5\\\\xbe\\\\xbb9\\\\n\\\\xc5\\\\x1e\\\\xceN+\\\\xe3=\\\\xb9!re\\\\x97\\\\\\\\\\\\x00\\\\x85\\\\xca?\\\\xa3<\\\\x97\\\\x13\\\\xf2O\\\\x9b\\\\xff\\\\x00\\\\xba\\\\xec\\\\x0f\\\\xd1\\\\x05\\\\xc9\\\\xe2>k\\\\xf3.\\\\x0b\\\\x97\\\\xa3\\\\xfd\\\\xbf\\\\xe1\\\\xe2=x\\\\xb9vqV|\\\\x87\\\\x17\\\\'7\\\\x03\\\\x8f\\\\x0cR\\\\xc5\\\\xcc\\\\xb3\\\\x86\\\\xae\\\\xc4\\\\xad+\\\\x1e\\\\xe3\\\\xa0\\\\xb6\\\\xa5\\\\xf5\\\\xb2\\\\x83JQ0\\\\'J\\\\xc3\\\\x111\\\\x94\\\\xfd\\\\xbcH\\\\xa7\\\\x88q\\\\xda\\\\xce\\\\xcag\\\\xeaw\\\\xe8\\\\xcf\\\\xcbx\\\\xcf\\\\xf6\\\\xc9\\\\xfau\\\\xc0\\\\xd3\\\\xc5\\\\xfe\\\\xa6q\\\\x9f\\\\'o\\\\x9b\\\\n8\\\\xcf\\\\xd1\\\\xaf\\\\x96q\\\\xb4UnM\\\\xd6\\\\xf1\\\\x19\\\\x19<\\\\xbf)\\\\xc0\\\\xe1-#\\\\x91\\\\x18\\\\xb5\\\\xbe=ka#a,\\\\x19\\\\xfdk=\\\\x1d\\\\xa2\\\\xd5.\\\\x0f\\\\x18#\\\\x84H\\\\xb6\\\\tp_\\\\x03\\\\xe6\\\\xd9\\\\xaa\\\\xcb\\\\xfd\\\\xa0q?,\\\\xe5\\\\xad\\\\xff\\\\x00s;\\\\x81\\\\xc0\\\\xd7u\\\\xfc\\\\x8d\\\\xb9+\\\\xce\\\\xf0\\\\x8c\\\\xa9\\\\x8b^6\\\\xeb\\\\xcb\\\\x8d\\\\xb26\\\\x0f>\\\\xac\\\\xbb\\\\xab\\\\x9bc\\\\xa80<\\\\xfe\\\\xd5\\\\xea\\\\x8f~\\\\xaf|3\\\\xf5e?\\\\xdb\\\\xb7\\\\xe9\\\\xcf\\\\xc4\\\\xff\\\\x00U8o\\\\x92\\\\xe7~\\\\xaeq?)\\\\xf9/\\\\xc9\\\\xbe5\\\\xf1\\\\xaeb\\\\xbc\\\\x9c\\\\xaf\\\\x90\\\\xf0\\\\xbf\\\\x06\\\\xab\\\\x8d\\\\xc4~G/3\\\\x1e\\\\xc2\\\\xf9\\\\x18X\\\\x96fVlO\\\\xcc\\\\xaa(5\\\\xdfh\\\\n\\\\xac\\\\xc5\\\\xc8\\\\'[\\\\x91\\\\x8c\\\\x1aO\\\\xfc~\\\\x15w\\\\xfa\\\\x0f\\\\xc3\\\\xfc\\\\xc3\\\\xe5\\\\x9f\\\\xa1\\\\xbf\\\\xee/\\\\xe1_\\\\xa5\\\\x98\\\\x97r?\\\\xa9|\\\\xbd\\\\x9f\\\\x15\\\\xba\\\\xcf\\\\x8b\\\\xf1l\\\\xd6s\\\\\\\\\\\\xc7\\\\xc4\\\\xb1\\\\x8f&\\\\xdc\\\\xf6\\\\x1f\\\\x1fMe\\\\xee\\\\xc8Q\\\\x95w\\\\x1du\\\\xf5\\\\xd4\\\\x0e\\\\xfa\\\\xeb\\\\xdcA\\\\nz\\\\xe2\\\\xacB5\\\\'\\\\x9a\\\\xe9o\\\\xd0\\\\xef\\\\xd2\\\\x7f\\\\xd5\\\\xb5\\\\xe5\\\\xf8\\\\x0c?\\\\xd6\\\\xee7\\\\x03\\\\xe4\\\\x9c\\\\xcf\\\\xc2\\\\x7fK\\\\xf3\\\\xb3\\\\xff\\\\x00O\\\\x7fGy\\\\xcf\\\\x8e[\\\\xf2\\\\xff\\\\x00\\\\x97\\\\xf0\\\\x9cg\\\\xf5\\\\xbc\\\\\\\\|y\\\\xf8\\\\x97\\\\xbb\\\\x81nQs\\\\x93{\\\\xe3c\\\\xe5\\\\xe42SQ{\\\\xca*\\\\xadj\\\\xc3&)W\\\\xac\\\\x83V\\\\xc3\\\\xbf\\\\x1e\\\\x8b\\\\xa1\\\\x7fX?N\\\\x7fM\\\\x7fK\\\\xb9\\\\x0f\\\\x87?\\\\x19\\\\xfa3\\\\xf1%\\\\xe5\\\\xff\\\\x00U\\\\xff\\\\x00P>\\\\x0f\\\\xf1\\\\xff\\\\x00\\\\x95U\\\\xce\\\\xfcw\\\\tl\\\\xc1\\\\xc6\\\\xe6\\\\xf8\\\\x0c[yZ\\\\xb0p)\\\\xbf+\\\\x17\\\\x8e\\\\xb1\\\\xb2Q\\\\xac\\\\xdbE\\\\xb6\\\\n\\\\x1fz\\\\xd5aBg\\\\x81%,\\\\xb0`G/0\\\\xbe`\\\\x7f\\\\xb8\\\\x9eo\\\\x8b\\\\xe6\\\\xbfW\\\\xfee\\\\xc6\\\\xf1\\\\x1f\\\\x17\\\\xf8\\\\xf7\\\\xc38\\\\x9f\\\\x87s\\\\x1c\\\\x8f\\\\xc6\\\\xb8\\\\x8e\\\\x1f\\\\xe3\\\\\\\\}|~:\\\\xe2q\\\\xb9\\\\xf9)\\\\x8e\\\\xf9\\\\x1b$\\\\xdd~\\\\xd2\\\\x15\\\\xadr]\\\\xc2\\\\x8d\\\\xc4\\\\x91\\\\xd2\\\\xdeA\\\\xcb*7u\\\\xc6D\\\\x98\\\\xb0\\\\xcb\\\\x8f\\\\xba\\\\xa4\\\\x92\\\\x8fa@[\\\\xcb\\\\x80`\\\\xb1\\\\xd1\\\\xb5:H\\\\xf1\\\\xe8L\\\\xb5b\\\\x12esY\\\\xc1\\\\x96\\\\xc2\\\\xec\\\\xa5R\\\\xc8(Dn\\\\x80Z\\\\x07\\\\xed\\\\xff\\\\x00\\\\x8fP\"\\\\xf5\\\\x18\\\\xa0\\\\xd2\\\\rB\\\\xc1\\\\xa9\\\\xaa\\\\xc3e\\\\xabd3&\\\\xd6\\\\xaaw\\\\x02\\\\xba\\\\xc4\\\\x8e\\\\xc7\\\\xbf\\\\x88=\\\\x1cn\\\\xca4!6\\\\x17\\\\xa7\\\\x06\\\\n.F\\\\r\\\\x16\\\\x17V\\\\xc6\\\\xae\\\\xa0\\\\xe8\\\\x15U%\\\\x95a\\\\x08\\\\x07R$\\\\xa8i]zdn\\\\xc4\\\\x85j;\\\\xd3\\\\xcf4\\\\x99\\\\x9e\\\\xb6&C#\\\\xb8\\\\x7fo\\\\xf9u\\\\x91\\\\x07\\\\xd2\\\\xba\\\\r@\\\\x00\\\\xf5\\\\xc5j@\\\\xb8\\\\x07\\\\x9a\\\\x85\\\\xd4\"_\\\\xba\\\\xe5\\\\xcb\\\\xf7\\\\\\\\\\\\xb9~\\\\xeb\\\\x97,\\\\xd1\\\\xb6\\\\x99\\\\x89\\\\xd4h{\\\\x105\\\\x82\\\\x1dH(\\\\'\\\\x010\\\\xc5}>\\\\xff\\\\x00j_\\\\xee%o\\\\x18\\\\x9f\\\\x00\\\\xf9\\\\xa7!a\\\\xc8\\\\n*\\\\xf8\\\\xfe}\\\\x84\\\\xbf\\\\xba\\\\x80\\\\xc7\\\\xe5X\\\\x13\\\\xf8\\\\x96N\\\\xd2\\\\xdd\\\\xb5\\\\xeb\\\\xcb\\\\xef\\\\xf6\\\\x87g=p\\\\x7fnYr<\\\\xbb\\\\x0e\\\\\\\\\\\\xb0\\\\xe4\\\\xbc\\\\x8f\\\\xc8l}\\\\x92O\\\\xfa~\\\\x9f\\\\xc2\\\\xefnG\\\\x1f\\\\x19R\\\\xdc\\\\xba\\\\x00\\\\x18\\\\xd7\\\\xa8d\\\\xc7v\\\\xddf\\\\xe5\\\\x99\\\\x1b`\\\\xfd\\\\x0c\\\\x0e\\\\xab\\\\xda\\\\xbc\\\\xee\\\\xfd\\\\xbf\\\\xc2\\\\xc0\\\\x95\\\\x91\\\\xad\\\\xb3U\\\\x7f\\\\xc8>;\\\\x9f}yy\\\\x16\\\\x1fv\\\\xa5\\\\xa5o\\\\xc5Txj\\\\xc9h1\\\\xbc\\\\x82N\\\\xbe\\\\x11\\\\xa7\\\\\\\\a)\\\\xc4\\\\x97b\\\\xa9^\\\\x8d\\\\\\\\\\\\xd5*\\\\x95\\\\xaf\\\\x8d\\\\xaa\\\\x87w7e3NC\\\\x0b\\\\x0bR\\\\xaaX0\\\\n\\\\xa7C\\\\xa7\\\\x9f\\\\x87G\\\\x08\\\\x98\\\\x9ch\\\\x95\\\\x19i\\\\x14\\\\xc5\\\\x13\\\\xc3\\\\xc9z)\\\\xbbau\\\\xc5\\\\xbe\\\\xb7J\\\\x90\\\\xaa\\\\xfbh\\\\xda\\\\x03=\\\\x8e\\\\xe2t\\\\x13\\\\xd3\\\\x81\\\\xa3\\\\xe6\\\\xaeD\\\\x89\\\\x07H\\\\x19|E\\\\x97\\\\xddf+\\\\xad\\\\x8c\\\\xf9H&\\\\xe7]\\\\xba\\\\x89\\\\x84f DA\\\\x89\\\\xf0\\\\xf1\\\\xeb\\\\x802.\\\\xa9N%\\\\xc8lsK\\\\xd7\\\\xf1\\\\x19Ku\\\\x98\\\\xd8\\\\xd7\\\\x0c\\\\xaa\\\\xf1\\\\xed\\\\x1b\\\\xcdd\\\\x99F\\\\xf5\\\\x04]\\\\xdd\\\\xc9>:\\\\xf6\\\\xd7\\\\xeaM\\\\xab\\\\x04\\\\xb1\\\\t??\\\\xba!\\\\x95\\\\xc4\\\\xd5\\\\x8fR\\\\xe5\\\\xbd\\\\x81m*\\\\xd6\\\\n\\\\xc7\\\\xa1\\\\x02\\\\xa9\\\\x03\\\\xd6\\\\x01\\\\xd3\\\\xbc\\\\x8f\\\\xaf\\\\xd7\\\\xa90\\\\xe6\\\\x9e-\\\\x80\\\\xf2%V\\\\x9c\\\\xa5\\\\xd7\\\\xd8[&\\\\xb5O\\\\xc9\\\\xfb\\\\xa5i\\\\xbbi\\\\xda\\\\xe5\\\\xa2wA\\\\x83\\\\xb4y\\\\x0f\\\\xa9\\\\xe8$\\\\x90&\\\\rG\\\\x0e\\\\x85dp\\\\x97\\\\xe4\\\\x82i\\\\xc9v\\\\xf7\\\\x1c\\\\x13\\\\xeb\\\\x02\\\\x15d\\\\x92d\\\\xc0\\\\x1eG\\\\xc7\\\\xed\\\\xe8\\\\xe3\\\\x17\\\\x0b\\\\xb4\\\\x9cAz\\\\xa0\\\\xfc\\\\x87\\\\xc7\\\\r\\\\x16YW\\\\xb8_\\\\x1e\\\\xc4[a\\\\xc7\\\\xb8J\\\\xce\\\\x85J\\\\x83\\\\x1a\\\\x1f\\\\xd9\\\\xd4\\\\xfbmU2x\\\\xb9Am\\\\xc3\\\\xe4\\\\xf0\\\\xacL\\\\xac/Q\\\\xc5\\\\x01\\\\x8b\\\\x9d|\\\\x83\\\\x03\\\\xa7\\\\xda:M\\\\xdbd\\\\x82*\\\\x86\\\\xdc\\\\x805N\\\\xf89\\\\x99\\\\x8f\\\\x8bSec\\\\xab\\\\x10\\\\x01\\\\xf7,EK\\\\x003\\\\xa7q A\\\\xf1\\\\xfa\\\\xf6\\\\xd3\\\\xa5\\\\xdb\\\\x84\\\\xa0j\\\\\\\\rW\\\\xad\\\\\\\\8\\\\xe4\\\\xfcQNO\\\\x91q\\\\xd8\\\\xb6\\\\xd1^U\\\\x96\\\\xe4Y\\\\xff\\\\x00\\\\xc2]\\\\xc1d1;Ic\\\\xdf\\\\xbfy\\\\xd3\\\\xc6zp\\\\xb8\\\\x1c:\\\\xe3v!\\\\xc3Umns\\\\x8b\\\\xb2\\\\xcb\\\\'\\\\xdc\\\\xc6\\\\xaa\\\\xdb\\\\x15\\\\xabB\\\\x13x\\\\xd8d\\\\x96\\\\xd0\\\\x00 jH\\\\xfb\\\\x87G\\\\x0b\\\\x80\\\\xe0\\\\x10\\\\x9d\\\\xd4p\\\\x02\\\\xbei\\\\x87\\\\x18a\\\\xf2U\\\\xe4]\\\\xc6\\\\xe6PM\\\\xc0\\\\x03]\\\\x96m\\\\xb0\\\\x95\\\\x93\\\\xb5I-\\\\xe0\\\\x01\\\\x81\\\\xdcu&Z\\\\x8b2l4HW\\\\x9f\\\\xd9\\\\x0f\\\\xe50h\\\\xc9\\\\xc3\\\\xb3\\\\x1e\\\\xd5\\\\x15]UVVk\\\\x88\\\\x16\\\\xaa1\\\\x8dH\\\\x1b\\\\xb6\\\\xcc\\\\x93\\\\xd1ir\\\\xe1\\\\r\\\\xebd\\\\x83\\\\\\\\\\\\x92VG\\\\x12\\\\xcaj\\\\xbe\\\\xda\\\\xbf.1\\\\xca\\\\xb7\\\\xa0KB\\\\xead\\\\x98\\\\x83$xt\\\\xdcV|\\\\xe3(\\\\x97#\\\\x0eKBcq\\\\xb7\\\\xda\\\\xaf^)\\\\xa6\\\\xbcFZ\\\\xc5j\\\\xec\\\\xc0\\\\xf62A\\\\x89\\\\x8f\\\\xc4cQ:\\\\xf52/P\\\\x9b\\\\xaa%\\\\x99\\\\xd0\\\\xdeV\\\\x9a\\\\xec\\\\\\\\\\\\xab}\\\\xf1\\\\xee\\\\xb1\\\\x85@\\\\xbbJ,I\\\\xdd1\\\\x03\\\\xfc:\\\\x10\\\\xe0b\\\\x8cL9a\\\\xc7\\\\xe1B\\\\xb7\\\\x8b\\\\xe41\\\\xb1\\\\xaalj=\\\\xea\\\\xf3\\\\xce\\\\xc0\\\\xb4\\\\x7f1\\\\x8a\\\\x90X\\\\x0f9\\\\x81\\\\xdc\\\\xfe.\\\\xa4\\\\x1936*}\\\\xb0[\\\\x9a\\\\x83\\\\xf1\\\\\\\\;m\\\\xe4\\\\xf31\\\\xaf\\\\xc5\\\\xe3\\\\xac\\\\xdf\\\\x83\\\\x94\\\\xe59k\\\\xec\\\\xc6\\\\xadMu\\\\x12\\\\x82\\\\xa6R\\\\xa7\\\\xdc\\\\xff\\\\x00B\\\\xce\\\\xad\\\\xe6:\\\\xeb0\\\\x04\\\\x91 \\\\x05\\\\r$~\\\\x9dy+fd\\\\x10\\\\\\\\\\\\xe28*\\\\xdf\\\\xfd>{\\\\xaa\\\\xfc\\\\xdd6\\\\xe3\\\\xff\\\\x00\\\\xcd\\\\xa4\\\\x10-XPH\\\\xee \\\\xeb\\\\x1eq\\\\xfd\\\\xfdx\\\\xfb\\\\xc0\\\\xd9\\\\xdcK\\\\xd2H\\\\x93d\\\\xb5\\\\xac\\\\x87\\\\x0c\\\\xad\\\\xbcJH\\\\xb4\\\\xb3Z\\\\xc2\\\\x94\\\\x03zLm\\\\x1a\\\\x06\\\\xda\\\\xa5\\\\xa0\\\\x01\"#\\\\xbf\\\\xdb\\\\xd6\\\\x9d\\\\x88\\\\x9cj\\\\xc9\\\\xf2)\\\\xd7\\\\x8d\\\\xcd\\\\xa7\\\\x19/\\\\xa6\\\\xda\\\\xaau*H,T\\\\x90\\\\xbb\\\\x04\\\\xb0>$\\\\x03\\\\xf7\\\\xf5\\\\xa9l\\\\x80\\\\xdd\\\\x12$\\\\x1d/\\\\xf2\\\\x9cW\\\\x1bz:\\\\xbe8\\\\x18u3\\\\x1a\\\\x0c\\\\xedI0J\\\\x06=\\\\xe3\\\\xb1\\\\x1e}t\\\\xeeDKN\\\\n\\\\xad\\\\xcb1\\\\x8dN\\\\n\\\\xb1\\\\xe7\\\\xfeC\\\\xc7`^1y\\\\x0cj\\\\xf2^\\\\xaa[\\\\xf2\\\\xa6\\\\x927H\\\\x10\\\\x08e\\\\x10#H\\\\x81\\\\xdb\\\\xa1\\\\xf7\\\\x83\\\\xaa\\\\xa6\\\\xecc*\\\\x8f\\\\xe1V\\\\xbf\\\\xfa\\\\xcf\\\\xda\\\\xb0\\\\'\\\\xe5\\\\x05\\\\xf8\\\\x89XQE\\\\x8b\\\\xe8\\\\x1e!\\\\x82\\\\xa9\\\\x1bbu\\\\xd7\\\\xf6\\\\xcfQ\\\\x03\\\\'.\\\\xaa\\\\xcfu\\\\xcb%\\\\xab\\\\xe4\\\\x9c\\\\xc1\\\\xe7\\\\xe8\\\\xc1\\\\\\\\Cb\\\\xdd\\\\x8dCVE\\\\x96\\\\xa9\\\\xf7\\\\x940*\\\\xe6H \\\\xed:\\\\xc6\\\\xbf\\\\xb3\\\\xa7\\\\xdci\\\\x0e\\\\xe5\\\\xd7o\\\\xeb\\\\x0cR\\\\xaf\\\\xf4{\\\\x11s,\\\\xce\\\\xae\\\\xdb2\\\\x10\\\\x8f\\\\xc90\\\\x93QpUH\\\\xb0\\\\xa9\\\\x07Y\\\\x05{}z\\\\x88\\\\xc03\\\\x9cR\\\\xed\\\\x90\\\\xc7\\\\x9a\\\\x87o\\\\x07a\\\\xa9\\\\xed\\\\xae\\\\x97\\\\xc8\\\\xda7]#ON\\\\xa4)\\\\x11\\\\xe9\\\\x1a\\\\xeb\\\\xd1\\\\x88\\\\x00(\\\\x97\\\\x1b\\\\xb28(o\\\\xc4dR\\\\xca\\\\xaf\\\\x8d\\\\xf9r\\\\xfe\\\\x9aE\\\\x88e\\\\x8b1\\\\n\\\\x10}\\\\xa2:\\\\xe9\\\\xc0\\\\xe2\\\\xc9\\\\x9a\\\\xc9\\\\xc5\\\\xd3\\\\x8d\\\\xdc+\\\\xf1\\\\xfcSa\\\\xd9j\\\\xbd\\\\xce\\\\x8a\\\\xde\\\\x9d\\\\x143z\\\\xb4,\\\\x0e\\\\xba\\\\x19 N\\\\x9a\\\\xc7B\"H\\\\xa2;\\\\x92\\\\xd2+\\\\x9aC\\\\xae\\\\x81U\\\\xff\\\\x00\\\\xce?\\\\xc9s\\\\rh\\\\xdc\\\\x17_\\\\xe2RL\\\\xf5\\\\xda*\\\\xc7\\\\x04\\\\xb9OTi\\\\x8a/H\\\\xb2\\\\xa8\\\\xbd7*\\\\xa9\\\\x07\\\\x1a\\\\xea\\\\xf6\\\\x96\\\\x06\\\\x0f\\\\xa4\\\\x91\\\\xae\\\\xa0\\\\t\\\\x1f\\\\x7fG\\\\x1b\\\\x8cj\\\\x90F~(\\\\xc6\\\\x7f)}\\\\x18E\\\\x98#6B!\\\\xac\\\\xed \\\\x9d \\\\x96o\\\\x16=\\\\xf4\\\\x1fy\\\\xe9\\\\x13\\\\x91*\\\\xd0},s\\\\n&\\\\x1d\\\\x99\\\\\\\\\\\\x8b\\\\x11\\\\x97\\\\xbf1+\\\\xa8\\\\x92\\\\\\\\\\\\xfaj\\\\t\\\\x11\\\\xea\\\\xf1\\\\xf0\\\\xff\\\\x00\\\\x1f>\\\\xbb\\\\x1a$1w\\\\xfa\\\\xad\\\\xa7\\\\x84\\\\xcar\\\\xcbrUm\\\\xad\\\\x0bU\\\\x865\\\\xd4\\\\x86\\\\x85\\\\x9d\\\\xba\\\\t\\\\x925\\\\xd3\\\\xa6A\\\\xc4Y2Pgc\\\\xc7\\\\xe1G\\\\xa7\\\\x85\\\\xe4\\\\xbf<\\\\xb6\\\\xd5[\\\\xfb\\\\x15\\\\x80\\\\xd6<\\\\x85&{\\\\x010I=\\\\xe0\\\\xf8t\\\\x13\\\\x89\\\\x94\\\\x98\\\\x05\\\\xd0\\\\x1e\\\\x968\\\\xf4F\\\\xf9\\\\xde^\\\\xca^\\\\xbf\\\\xccP\\\\x1c\\\\xbb\\\\x13s\\\\xb1\\\\xecD\\\\x12\\\\x06\\\\x84\\\\xa9\\\\xf1\\\\xed\\\\xd7B\\\\xe1\\\\xcc\\\\'\\\\xc8\\\\xf4\\\\x7f\\\\xaa\\\\x8dM\\\\xd8\\\\xdc\\\\xe8Z=\\\\xb1Ve\\\\x05\\\\xbd\\\\x96\\\\xdb)b\\\\x11\\\\xdb\\\\xc3Q\\\\xe0 \\\\xfe\\\\xee\\\\x88\\\\x18\\\\xc8\\\\x13\\\\x9a^\\\\xa6\\\\x0cq\\\\xcb\\\\x97\\\\x82#\\\\xc4\\\\xf16\\\\xf1\\\\xabvC\\\\xd4\\\\x89k6\\\\xe0\\\\xcc\\\\x92^F\\\\x87y\\\\x8d%u\\\\x1d\\\\xc9\\\\xfbz\\\\xa1(\\\\xc8\\\\xc9\\\\xb1naX\\\\x80\\\\x98\\\\x0f\\\\x97\\\\xd4 \\\\x7f!\\\\xe4\\\\xf5\\\\x18\\\\xe6\\\\x9b6Rb\\\\xf7b\\\\x1d\\\\x86\\\\xe8\\\\x81\\\\x1d\\\\xbc\\\\x00\\\\x9dc\\\\xa02:\\\\xdb\\\\xc5H\\\\xf5E\\\\xd9\\\\x00\\\\xfe\\\\x9f\\\\x8d\\\\x99C\\\\xe4\\\\xe3=\\\\xde\\\\xe6*\\\\xcb#z\\\\x97a\\\\x9d#\\\\xb8\\\\xfb\\\\xfb\\\\xf5~\\\\xdd\\\\xa1 Ni:\\\\xc8\\\\xa2\\\\xc98\\\\xfb_!\\\\x17\\\\xdd\\\\x0b\\\\x8c\\\\xa5M6\\\\xdc\\\\x9b$\\\\xb0\\\\x003\\\\x90{\\\\t\\\\xff\\\\x00-z#i\\\\xcb`\\\\x9d\\\\x19\\\\x11@\\\\xad\\\\xcc\\\\xccJ\\\\xb0NF0\\\\xca\\\\xc1\\\\xca\\\\xf6\\\\x95W\\\\xdf\\\\xe2\\\\xd8\\\\xae;\\\\xc2A\\\\n|\\\\xc7\\\\x8b\\\\x0f.\\\\x91z\\\\x06\\\\xdc\\\\x88\\\\x91r3\\\\x19\\\\xb2\\\\xb3t\\\\x82X0\\\\x0c\\\\x91\\\\xaa\\\\xe40p\\\\xb3\\\\xf2\\\\x0f\\\\xb0}l\\\\xa6\\\\xbc\\\\x83\\\\xddX\\\\x9e\\\\xe3l\\\\x93\\\\x1f\\\\xb7\\\\xaa\\\\x97nFl\\\\x0b\\\\xd7\\\\x05U\\\\xcc\\\\\\\\\\\\xf2\\\\xe1\\\\xd5\\\\xf5\\\\xfaq\\\\xf2K,\\\\xe41\\\\xe9\\\\x14\\\\n-\\\\xa5\\\\x86\\\\xc7Q\\\\xb40/%\\\\xa5@\\\\x86>=\\\\xcc\\\\xeb\\\\xd5;s\\\\x94\\\\xae\\\\x97\\\\x0cy\\\\x7f?er\\\\xcd\\\\xd6\\\\x14F\\\\xbfX\\\\x15\\\\xee\\\\xe5\\\\xde\\\\xfb.\\\\xf7221\\\\xeb%\\\\xec\\\\xf4\\\\x80\\\\xd0\\\\xba\\\\x05\\\\xf4\\\\x92\\\\xdaF\\\\x83\\\\xf6uku\\\\x1dQ%\\\\x9c\\\\xd12\\\\xed\\\\xc8\\\\x8as\\\\\\\\\\\\x89\\\\xcb[x\\\\xb8\\\\xfb\\\\xab\\\\xec\\\\x12\\\\x1a\\\\x15$\\\\x08\\\\xd0z\\\\x94\\\\x9f\\\\x1f\\\\xaf\\\\xd9\\\\xd5S\\\\xe8\\\\xa335:\\\\xf3Y\\\\x955\\\\xc5e\\\\xc4\\\\xf2\\\\xc3\\\\x17\"\\\\xb5\\\\xb17$\\\\xed\\\\xb0\\\\x95\\\\x04\\\\x02t\\\\x90d\\\\x01\\\\xa7\\\\xd4tF\\\\xe9\\\\x91\\\\x14\\\\x1d\\\\xb9\\\\xff\\\\x00\\\\na\\\\x06r\\\\xfd\\\\xca\\\\xd6g\\\\xc1\\\\xcf\\\\xc1U\\\\xa9\\\\x83\\\\x0b\\\\x89P\\\\xbb\\\\xbf\\\\xd2\\\\xdf\\\\x81Xx\\\\xc1\\\\xed\\\\xd8u~\\\\x17\\\\x04\\\\xe1@\\\\xeb\\\\xa4#(\\\\x91\\\\x83\\\\xa1<\\\\x7f\\\\x05\\\\x99E\\\\x8e\\\\xd6\\\\xda\"\\\\x97\\\\x95\\\\xa9\\\\x1a\\\\x01c\\\\xdc\\\\x00\\\\x04\\\\x98\\\\x1dU\\\\xff\\\\x00\\\\x1e\\\\xe4\\\\xa4\\\\xf4a\\\\xe3\\\\xcd\\\\xa8\\\\xba\\\\xdd\\\\x9c\\\\xd1\\\\x8c\\\\xbf\\\\x92`a\\\\xb2c\\\\xd9\\\\x89k\\\\x1a\\\\xdel\\\\xc8V*\\\\xcaDz@\\\\xd3\\\\xc0O\\\\x88\\\\x1eG\\\\xa3\\\\x9e\\\\xf2bX\\\\x1ar\\\\xcb\\\\xc56\\\\xe4\\\\xe9\\\\xcf\\\\xb5L\\\\xe1\\\\xcf\\\\x1b\\\\xca>N>6B\\\\xee\\\\xcb\\\\xa4\\\\xbeB~\\\\x1b\\\\x18\\\\x0fQ\\\\x1e\\\\xa0`\\\\xee\\\\x80H\\\\xfd\\\\x9d2\\\\xd1\\\\x8c^ 6\\\\xaa\\\\x9e\\\\xfc\\\\xd0[\\\\x94.tS\\\\xb1-\\\\xe3\\\\xf0\\\\x96\\\\xeck\\\\xefz)\\\\xb0n\\\\x0c\\\\xab$X\\\\x8ct\\\\x982c\\\\xb7\\\\xfd\\\\xbd\\\\x1e\\\\xabV\\\\x1d\\\\xcb\\\\xf5\\\\xc58J#\\\\xc1\\\\x08\\\\xcf\\\\xa7\\\\x0b=\\\\x9b&\\\\x8b\\\\xe8\\\\xb6,\\\\xd1\\\\xf7%dm\\\\x05L}\\\\xdd\\\\xc8\\\\x1at\\\\x16\\\\xdaGTH*\\\\xa5\\\\xc8\\\\xc2@\\\\xe5\\\\xc6\\\\\\\\}\\\\x10\\\\xd6\\\\xf8\\\\xf2e\\\\xfbdJ\\\\xcd\\\\x9br\\\\xd4\\\\xe3\\\\x0f\\\\xaa\\\\x95\\\\xf2\\\\x9fk\\\\xf9\\\\x1cp\\\\xc4Z\\\\xce#\\\\xff\\\\x00\\\\xcd\\\\x88\\\\x0f\\\\xe0\\\\x0e\\\\xa7\\\\xc2F\\\\x9av\\\\xf2\\\\xeb/\\\\xe5w3\\\\xb4}\\\\xba\\\\x8e\\\\xae\\\\xb5F\\\\xc9\\\\xdaYrP\\\\xf8\\\\xfeK\\\\x8f\\\\xe3(5\\\\xd9`L\\\\x9c\\\\x8d\\\\xaa\\\\x98\\\\xe8[\\\\xda\\\\x85\\\\xd0\\\\x12\\\\xc0\\\\x88h\\\\x02|\\\\xc7Q\\\\xb1\\\\xf9\\\\x08\\\\xce,K\\\\x1e8\\\\xc5\\\\x05\\\\xed6\\\\x7f^:&>/\\\\xe7I\\\\x83\\\\x93\\\\x88\\\\xd7\\\\xd4\\\\x8b\\\\xb3j\\\\xe4QZnS`\\\\xf4\\\\xfb\\\\x8d\\\\x00L\\\\x0e\\\\xc2:\\\\xd4\\\\x8d\\\\xd9E\\\\x95\\\\x0f\\\\xf2\\\\xa7\\\\xaa\\\\xbc\\\\xf8\\\\xe0\\\\xa7\\\\xba\\\\xf9\\\\x1cnk\\\\x8f\\\\\\\\\\\\xda\\\\x99\\\\x9fb\\\\x94J\\\\xcb\\\\x89\\\\xd4\\\\xc3\\\\r\\\\xba\\\\x1fT\\\\x18\\\\x8e\\\\xfdZ\\\\x17\\\\x04\\\\xc1aUf\\\\x13\\\\x17\\\\x05qU\\\\xd7/\\\\x8dze{\\\\xd4\\\\x0b+\\\\xa8\\\\x7f*\\\\xfa\\\\xdd\\\\xb5\\\\x00\\\\x93,\\\\xa0\\\\xc4D\\\\xcc\\\\x93\\\\xd4\\\\x08\\\\x80VM\\\\xf8\\\\x90M0\\\\xfa!\\\\xe9\\\\x8f\\\\xeeq\\\\xed\\\\xb5kk\\\\xdc>\\\\xc5%\\\\x88f_P\\\\x03p\\\\x04\\\\xc8\\\\x02L\\\\xc7\\\\xd7\\\\xc3\\\\xac\\\\x9d\\\\xe6\\\\xf22\\\\x9c\\\\xac\\\\xe9r\\\\xd8uZ[;r\\\\xf6\\\\x8c\\\\x81o\\\\xc2\\\\xa9\\\\xee!\\\\xf2.$\\\\xc5\\\\x81\\\\x82l\\\\x92\"f$\\\\xe9\\\\xf6H\\\\xf1\\\\xeb\\\\x0e!\\\\xa2\\\\x12\\\\xa6\\\\x04\\\\x8b\\\\x93\\\\xf7N?\\\\x17\\\\xc1\\\\xaf; \\\\xd4\\\\\\\\X\\\\xd16\\\\x04\\\\xd4\\\\x06\\\\x11\\\\xa7\\\\xfc|\\\\xfa\\\\xa1\\\\xbb\\\\x94\\\\x83\\\\x001,;\\\\xd6\\\\x86\\\\xca \\\\x9a\\\\x97\\\\xa5U\\\\xbd\\\\xc9\\\\x0f\\\\xca\\\\xf1w\\\\xdbl\\\\x8d\\\\xe0Q\\\\x8e\\\\xdajX\\\\xea\\\\x1bp\\\\xec4\\\\x1dl^\\\\x1a!\\\\x1b \\\\xd4\\\\x8a>\\\\x1d\\\\xea\\\\xcd\\\\xd2\\\\xd0|\\\\xba*\\\\xf7\\\\xf2\\\\x14\\\\xff\\\\x00\\\\xf9\\\\xd5?\\\\xf9\\\\xab\\\\xfe]Q\\\\xf6.s\\\\x8a\\\\xcb\\\\xff\\\\x00&\\\\xd75\\\\xff\\\\xd6\\\\xf85\\\\x83X\\\\xbf 2\\\\x0b,\\\\xadT\\\\xb6E~\\\\x0c\\\\xbd\\\\x82\\\\x8dGs=\\\\x18H\\\\xbf=\\\\x10\\\\xc5\\\\x8a5\\\\xc8`\\\\x1fz\\\\x9d\\\\x96\\\\x1aq\\\\xd1@\\\\xb1\\\\x16\\\\x04W\\\\xa3@\\\\x1d\\\\x8c\\\\xce\\\\x80\\\\xf9\\\\xf4\\\\x16\\\\xe5\\\\xa8*;m\\\\xcb\\\\xc4\\\\xbdJ\\\\xda\\\\xb4\\\\x16\\\\xda\\\\x0b\\\\xf6\"\\\\x00\\\\x85\\\\x1aH\\\\x80<\\\\x8fmz#6K\\\\x95\\\\xee\\\\x9ftS\\\\x16\\\\xa6\\\\xc7\\\\xdaiyS\\\\xa9C\\\\x105\\\\xd0v\\\\xd0xGU\\\\xae\\\\xc8J\\\\x85T\\\\xbb=\\\\x7f\\\\xb2n\\\\xce\\\\xe53\\\\xfeM\\\\x92\\\\xd9\\\\x9c\\\\xd7#\\\\x95\\\\xcb\\\\xe7\\\\xb8@\\\\xf9\\\\xf9\\\\x96\\\\xbd\\\\xf72\\\\x80\\\\x02\\\\x83e\\\\x8c\\\\xec`\\\\r$\\\\xf6\\\\xed\\\\xd5)\\\\x13\\\\x02\\\\xea\\\\x84\\\\xe5(\\\\x17t\\\\xaf\\\\x99\\\\x84+;P\\\\x87I\\\\xf3\\\\x1e\\\\x90L\\\\x03\\\\x03\\\\xabVo>*\\\\xdd\\\\x9b\\\\xcf\\\\x8a\\\\x1cTV)\\\\x84W5\\\\xb6\\\\xe4\\\\xf0>Z~\\\\xde\\\\xac\\\\x82\\\\xee\\\\xac\\\\x83\\\\xa8\\\\x9e\\\\xa8z\\\\x93\\\\x8d\\\\x91\\\\x89\\\\xca`]\\\\x91\\\\xc7e\\\\xe3:]\\\\x89\\\\x9b\\\\x8c\\\\xcdM\\\\xb5X\\\\x96\\\\x06GB\\\\xa6U\\\\x91\\\\xc1*D\\\\x10G\\\\x9ct\\\\xc0\\\\x16\\\\x85\\\\xab\\\\xb2\\\\x07I\\\\xa9\\\\xfe\\\\x14\\\\xcc\\\\xbc\\\\xac\\\\xbeA\\\\xb29\\\\x9eB\\\\xeb\\\\xf3yL\\\\xc6k2\\\\xb2r\\\\xdc\\\\xda\\\\xcdc\\\\x99gfbgwy\\\\'\\\\xeaz\\\\x87r\\\\xc9&D\\\\xdc\\\\xd0\\\\xf4\\\\xfa\\\\xff\\\\x00)e\\\\xf2,cm\\\\xf6\\\\xb6\\\\xc7*=\\\\xb0\\\\t 4\\\\xc0;cA\\\\x1aA\\\\xd7\\\\xed\\\\xe8\\\\x9dh\\\\x08\\\\x00\\\\x18)\\\\x98%j\\\\xa2\\\\xfc\\\\x88\\\\x1b\\\\x98\\\\x0f[<\\\\xaaV\\\\x02\\\\xc0\\\\x805\\\\x82\\\\xc0Opt\\\\xea\\\\x19\\\\xd2/\\\\xc7T\\\\x84x\\\\xf1Qk\\\\xcf\\\\xc8W\\\\xf7kopW$\\\\xc1\\\\xd4)\"N\\\\xbeq\\\\xf4:yOPj\\\\x9b+\\\\x10\\\\x90b\\\\x139\\\\xb2\\\\xbc\\\\xaa\\\\x98\\\\xa5\\\\x8a#`\\\\xddQ\\\\x99\\\\x83\\\\xa6\\\\xb1\\\\xe3\\\\xe4z\\\\x01\\\\x1d\\\\'\\\\x9a\\\\xc9\\\\xd1+R\\\\xa8\\\\xe7\\\\x8a\\\\xd7M\\\\xb4\\\\xb3\\\\xa1\\\\xad\\\\x840-\\\\xbb\\\\xed>`}\\\\x0f~\\\\x8a@\\\\xb2\\\\x9b\\\\x90\\\\x90\\\\x05\\\\xd4\\\\xc1\\\\x90$#\\\\xb6\\\\xea\\\\xf7k\\\\xbbEf:\\\\x88?\\\\xe5\\\\xd2}\\\\xb3\\\\x88\\\\xc5#\\\\xdb\\\\xccb\\\\xb4_\\\\x8b\\\\x85i#&\\\\x94v\\\\x9e\\\\xc1H*\\\\xb25\\\\x9d\\\\x0fn\\\\xa4JG\\\\x04\\\\xdbw\\\\xaeDzM\\\\x10\\\\xeb\\\\xfe=\\\\x84\\\\xe5\\\\xbf-{\\\\xd6\\\\xdd\\\\xe0\\\\xc3(\\\\xf2]`\\\\xcf\\\\xdf\\\\xd4\\\\x8b\\\\x9c\\\\xc3+0\\\\xf9\\\\t\\\\x0f\\\\xda(5\\\\xfc\\\\x0f!T\\\\x9a\\\\xd1rT\\\\t&\\\\xb2\\\\t\\\\xef\\\\x10\\\\x14\\\\xc1\\\\'\\\\xe8\\\\x07D$\\\\n\\\\xb7oyny\\\\xb7j\\\\x17e\\\\x17S\\\\x1e\\\\xf5OT\\\\x92\\\\x06\\\\xe5\"H\\\\x89\\\\x89\\\\xf2\\\\x9e\\\\xa5Y\\\\x12\\\\x07\\\\x05\\\\xab\\\\xaeR\\\\xbfu\\\\xcb\\\\x97\\\\xee\\\\xb9r\\\\xfd\\\\xd7.F\\\\xf8\\\\x8eO#\\\\x077\\\\x1b&\\\\x9b\\\\xde\\\\x8bq\\\\xd8Y]\\\\xc8v\\\\xb2\\\\xba\\\\x99\\\\xdc\\\\x1bS#\\\\xbfQ8F\\\\xecL&\\\\x1e$1\\\\t\\\\x1b\\\\x8b\"\\\\xec\\\\x0cJ\\\\xfb3\\\\xfe\\\\xde\\\\xbfY?\\\\xfd(|>\\\\x9c+Ev\\\\xfc\\\\x9f\\\\x80@\\\\x9c\\\\xa5(b\\\\xcc\\\\x94S\\\\x0bz\\\\xb1\\\\xed\\\\xba`\\\\xf9\\\\x1e\\\\xbc\\\\x86\\\\xe3o=\\\\xb4\\\\xfd\\\\xbcH\\\\xc0\\\\xff\\\\x00\\\\xba9W\\\\xc8\\\\xf5^\\\\x1by\\\\xb5\\\\x9d\\\\xb9\\\\x98\\\\x9e\\\\xe5ugX\\\\xf6\\\\xe3\\\\xae;\\\\xd16\\\\x81+S\\\\xc9\\\\xdc`\\\\x17\\\\xdd\\\\xa7\\\\xff\\\\x00\\\\x84`tB\\\\xf8\\\\x95\\\\x02\\\\xcd\\\\xbboHu]\\\\xa6\\\\x0e.7\\\\xe6\\\\xf2\\\\xb2j\\\\xb7Bk\\\\xc3\\\\xc7\\\\x89\\\\x04\\\\x92\\\\x02\\\\xb3\\\\x88!w\\\\x05\\\\x8dN\\\\x9erz\\\\xe8\\\\x82#LU\\\\x02\\\\x05V8\\\\x94b1\\\\xa3\\\\x06\\\\xeb\\\\x1a\\\\xa3\\\\x90\\\\xde\\\\xba\\\\xd8\\\\x15\\\\n\\\\xc1\\\\x98\\\\xc2\\\\xc9\\\\xd0F\\\\xbb\\\\xa7\\\\xd5\\\\xdb\\\\xa6\\\\xc0i\\\\xcd\\\\xd1\\\\xc2l@\\\\xc1O\\\\xbe\\\\xabs/\\\\xba\\\\xbb\\\\xb1\\\\xeakT\\\\x8d\\\\x8a\\\\xe2j*\\\\xa0\\\\x83\\\\xb8\\\\x1d#\\\\xb4i\\\\xff\\\\x00\\\\x16J\\\\xaa\\\\xd5\\\\xe8\\\\t\\\\x07\\\\x01/\\\\xdd\\\\x83\\\\x81\\\\x83]\\\\xb6\\\\xe4c\\\\xae.El_\\\\x1d*\\\\x0c\\\\x0b?\\\\xf0\\\\x90@\\\\x89\\\\x11\\\\xa1\\\\x03S\\\\xf4\\\\xe9\\\\xb1\\\\xa0Uc\\\\x10\\\\x05qU\\\\xfevu\\\\xb9\\\\x84Se\\\\x01\\\\x04\\\\x13\\\\x0c\\\\xda\\\\xccH\\\\x93\\\\xa4\\\\xc7\\\\xd3\\\\xa0\\\\xd4JY\\\\x9c\\\\x98\\\\xa0\\\\x17ba\\\\xfb\\\\x15Yv3-U\\\\xbc\\\\xd8v\\\\xfaC0\\\\xfc1\\\\x1e:\\\\x89?\\\\xb3N\\\\xb8F\\\\xa9m\\\\x10*(\\\\xa0\\\\xdb\\\\xc4\\\\xbb\\\\xdbb\\\\xd0\\\\xb6\\\\xe4c\\\\xd8\\\\xbb\\\\x95\\\\xd7Ek\\\\xf4$\\\\x92&v\\\\x8fWs\\\\xe5\\\\xd1\\\\x10Ap\\\\x98c\\\\xaa\\\\xae\\\\xa4\\\\x8e9sh\\\\xae\\\\x9c\\\\xba\\\\xcd\\\\x97X;\\\\xed\\\\x81\\\\x04\\\\xf8\\\\x90\\\\x04\\\\x05\\\\x00\\\\x01\\\\xd1jp\\\\xcaD5P\\\\xe2\\\\xb6\\\\xe5q\\\\t\\\\x8d\\\\x8dg\\\\xb1U6\\\\x1b6{\\\\xdbP\\\\xef\\\\xaco\\\\x11\\\\x06eX\\\\x93$\\\\xfe\\\\xde\\\\xfds\\\\x90;S\\\\xad\\\\xda\\\\xd2\\\\x19#\\\\xf2\\\\x8fo\\\\x15h\\\\x05F\\\\xd6!\\\\xab\\\\x01A$\\\\x16\\\\x02Gx&4\\\\xed\\\\x1d*o\\\\x1a\\\\xe2\\\\x939\\\\xb1\\\\x01\\\\xd9+g\\\\xe3\\\\xe00W\\\\xa8mf\\\\xf4\\\\xdd]a\\\\x99\\\\x83\\\\x1f\\\\xf5x\\\\x91\"5\\\\x1dv\\\\x91&|\\\\x12g0?U\\\\n\\\\x8fk\\\\x1b#fv\\\\xd0\\\\x82IRd\\\\xbb\\\\x19\\\\x02N\\\\xd3\\\\xa0>\\\\x13\\\\xfb|`\\\\xa1\\\\x04\\\\x1cC\\\\xf1\\\\xf4L4\\\\n1(\\\\x17c\\\\xe6\\\\xb0\\\\xbc{d\\\\x153\\\\xa4+\\\\x03\\\\xa81\\\\x05\\\\x86\\\\x80A\\\\x02{tx)\\\\x8c\\\\x8cF?\\\\xd7\\\\x1d\\\\x11\\\\x8e?\\\\xe57T\\\\xd4\\\\xe2r\\\\xb8\\\\xbf\\\\x98B\\\\x8aq\\\\xf3\\\\x19\\\\xb4\\\\x05Op\"\\\\x06\\\\x9fN\\\\x808\\\\xcd>\\\\xdd\\\\xd3\\\\xa6\\\\xa9\\\\x97\\\\r\\\\xea\\\\xe5\\\\x16\\\\xba\\\\x05M\\\\x9b\\\\xbd\\\\x1a\\\\xc4\\\\xb2\\\\xcf\\\\xf9\\\\xab\\\\xbfG\\\\xdc\\\\x01\\\\x00\\\\x80{\\\\x1251\\\\xd3u\\\\x82\\\\x1b4\\\\xe6\\\\x17#LV\\\\xbf\\\\xfd+\\\\x8fc\\\\x8bh\\\\xb5\\\\xbd\\\\xab\\\\\\\\M\\\\xa4@\\\\xda\\\\xd3\\\\x04j\\\\x07\\\\x9c\\\\xf8\\\\xf4`\\\\xa0\\\\x1bz\\\\xb6)+\\\\x95\\\\xf8\\\\xb6]-cSY\\\\x0c\\\\xcd\\\\xb1\\\\x0c\\\\x16\\\\x05F\\\\x86\\\\x7f\\\\x11\\\\xd4\\\\x01\\\\x13\\\\x1eC\\\\xa1,qJ6\\\\x8d\\\\xb7j!u\\\\xd7\\\\xc9\\\\xe2-\\\\x15\\\\xd4MVc\\\\x96)\\\\x91\\\\xb8\\\\x82\\\\\\\\\\\\x18R\\\\xa0\\\\x0e\\\\xca\\\\x0e\\\\x93\\\\xd1[\\\\xb8E\"X\\\\xa9\\\\x89f\\\\xfeS\\\\xd75o\\\\x1b\\\\xf3\\\\xb3\\\\x8bo\\\\xca)\\\\xc7\\\\xe0\\\\xb9\\\\xea\\\\xb0\\\\x9e\\\\xa5\\\\xe51\\\\xe8Z\\\\xf1\\\\xb2\\\\xac\\\\xa1A\\\\xaf\\\\xdcJ\\\\x03\\\\x15w\\\\xda=@w\\\\xef\\\\xd5\\\\x9b\\\\xf2\\\\x8e\\\\xe4z\\\\xc3K\\\\xcb\\\\xcb5\\\\xa5f\\\\xecd\\\\x1aE\\\\x98(_\\\\xa7\\\\xf6\\\\xe5cg\\\\xe4e7\\\\xbdR\\\\xa2{N\\\\xd0]T\\\\xa8\\\\xdc\\\\xa5\\\\xa4N\\\\xa4D\\\\x8d:\\\\xf1\\\\x7f$&\\\\'\\\\xac\\\\xc4\\\\xf2||\\\\xf8\\\\xf3Wv\\\\xd2\\\\x07\\\\xd2<\\\\x15\\\\xbd^EV\\\\x93r\\\\x16G\\\\x0c\\\\x19\\\\x8c\\\\xb1\\\\x94\\\\x98?\\\\xc2\\\\x0f\\\\x8c\\\\xf4\\\\xdd\\\\xbd\\\\xd9J \\\\xcb\\\\x1cU\\\\xb90F\\\\x16\\\\xe6\\\\xabmpm\\\\xb6\\\\xb07\\\\x08\\\\x0b\\\\xbfsF\\\\x9e\\\\x9f\\\\x03\\\\xafZ&\\\\xf6\\\\x90\\\\x00\\\\xc7\\\\x97jXbT\\\\x8f\\\\x91\\\\xd9\\\\x85\\\\x8f\\\\xc2\\\\xe2%Y.\\\\xb9\\\\xf5\\\\x977Te\\\\x88e\\\\x04\\\\x03\\\\xbb\\\\xbcy\\\\xc6\\\\xa7\\\\xa6\\\\x1b\"\\\\xe5d\\\\xee\\\\x16~\\\\xe6\\\\xf0\\\\x01\\\\x86+\\\\x9b\\\\xb30\\\\xad\\\\xc8teg\\\\xbdjU\\\\xb4\\\\xd9X,\\\\x039\\\\x92\\\\x06\\\\x86I\\\\x90\\\\x0c\\\\xf8\\\\xce\\\\x9d_\\\\xb7lg\\\\x82\\\\xc6\\\\x98\\\\x9b\\\\xbcj\\\\x94m\\\\xc0\\\\xc8l\\\\xba\\\\xb2\\\\xb1\\\\xe8@\\\\xb6\\\\xfa\\\\xbd\\\\x84\\\\x12\\\\xbf\\\\x89\\\\x80\\\\n\\\\xbe=\\\\xb5\\\\x07_.\\\\xa2\\\\xb1\\\\x95*\\\\x80\\\\xc8\\\\xccTT\\\\xa9\\\\xbf\\\\xd3og\\\\xbf(z3\\\\x1d\\\\xda\\\\xd5J\\\\xd3`I\\\\x90UF\\\\x80\\\\x0e\\\\xfa}\\\\x9dq\\\\x1e\\\\xa7\\\\xe6\\\\x83\\\\\\\\\\\\xa4\\\\x7f\\\\x84c!\\\\xf3\\\\xf2x\\\\x9a\\\\x01\\\\xa0\\\\xb3\\\\xe3\\\\x85U\\\\xb9D\\\\x06\\\\'\\\\xb9v\\\\x90\\\\xf0Gc\\\\xe7\\\\xd1E3Y`H\\\\xa0\\\\xf3\\\\xedB\\\\xb1s\\\\xf38\\\\xaa\\\\\\\\\\\\xa2\\\\x1c\\\\x87\\\\xa4\\\\xa0+r\\\\xac)\\\\x12\\\\xdd\\\\x8e\\\\xe1\\\\x00\\\\x81>\\\\x1au\\\\xda\\\\x8b2\\\\x08\\\\\\\\\\\\xd3PY\\\\xcar\\\\xb3!\\\\xf9\\\\\\\\Zs\\\\xf9\\\\x14\\\\x8e\\\\xc8=\\\\xf1-\\\\xed\\\\xa6\\\\x80$\\\\x92#]<\\\\x87M\\\\x94\\\\xf5b\\\\xae[\\\\xb9\\\\x19E\\\\xcd>\\\\xff\\\\x00\\\\xda@\\\\xe4y\\\\x0bm\\\\xb2\\\\xe4\\\\xa1\\\\xfd\\\\xdcT\\\\xb1\\\\x94\\\\x95]\\\\xa0\\\\x96;Cl\\\\xd6\\\\x01\\\\x11\\\\xa1\\\\xe9\\\\x11\\\\x965\\\\xa2\\\\xaf9\\\\xe40\\\\xf2A\\\\xdd\\\\x12\\\\xdfn\\\\x9c\\\\xa4%\\\\x98mC\\\\xa9\\\\x11\\\\'\\\\xca\\\\t\\\\xf1\\\\xd6:a/\\\\x8a^\\\\xb2\\\\x1eQZj\\\\x91maY+D!m\\\\xad\\\\xa4\\\\x8d\\\\xbb\\\\xb5 \\\\x03=-\\\\x88\\\\xecM\\\\x00\\\\x1cj\\\\xe8\\\\xff\\\\x004\\\\xb77\\\\x1bAzh\\\\xb4\\\\xe4*\\\\xda]+Wj\\\\xa0zb\\\\xc9$H\\\\x1f\\\\x84\\\\xff\\\\x00\\\\x87P\\\\xed\\\\x92|\\\\x89\\\\x0cO\\\\x1c\\\\x0cR=y\\\\xb9\\\\xb8\\\\xd6\\\\'\\\\xb1q\\\\xa5X\\\\xe9Z\\\\xb3k\\\\xe1:\\\\xf8\\\\xf4\\\\x90\\\\x0cpL\\\\xf6\\\\xe3 \\\\xa7\\\\xe3\\\\xe6\\\\xf2x\\\\xf6\\\\xb5e\\\\xacvK&\\\\xda\\\\x9aT\\\\x92`\\\\x81\\\\xb4\\\\xc3\\\\t\\\\x1ay\\\\xf52\\\\x12\\\\x15\\\\xe4\\\\x80\\\\xc0\\\\x00\\\\xc2\\\\x94M\\\\x17\\\\xfc\\\\x9a\\\\xaf\\\\xe9\\\\xe5\\\\xad\\\\xa4\\\\x9bMaoje\\\\x80$~\\\\x11\\\\xa6\\\\xed\\\\x0f\\\\x991\\\\xa7A\\\\xa8\\\\x90\\\\xdc\\\\xd3\\\\x04N\\\\xaap;R\\\\x8aed_j\\\\xbd\\\\xb7\\\\xbd\\\\x97ZZ\\\\xc8\\\\xb9g\\\\xd2;\\\\x9du\\\\x1a\\\\x8f\\\\xa7Gb\\\\x12\\\\x03IrT]j\\\\xcb\\\\n\\\\xe4\\\\xa4\\\\xe2\\\\x1b\\\\xd78-\\\\x19IP\\\\x002\\\\xbc\\\\x04\\\\xdc\\\\x14\\\\x82B\\\\x03\\\\xe3\\\\'\\\\xb7\\\\x97\\\\xec\\\\xe8\\\\xeeZ$\\\\xd3\\\\x92[\\\\x06v\\\\xab\\\\xab\\\\xa7\\\\x08\\\\xf19\\\\xbcK\\\\xf2\\\\x19y\\\\xf6Wm\\\\x0e+\\\\xc8\\\\xac\\\\x80\\\\xcaU\\\\x84\\\\x93\\\\xa9\\\\xdc6\\\\xc6\\\\xa6 OH\\\\x8c\\\\xe1\\\\xa1\\\\xc9\\\\xcd\\\\x8a\\\\xb8)\\\\x0e\\\\xa9\\\\x0b\\\\'\\\\x17\\\\x8f\\\\xcf\\\\xb7>\\\\xfb,D\\\\xad\\\\x0e\\\\xca\\\\xb5\\\\x01\\\\x08\\\\xf5m\\\\n\\\\x0e\\\\xa4\\\\x9f\\\\xb7\\\\xc7S\\\\xd1\\\\x1ci\\\\x9a\\\\xa6\\\\xda\\\\xb3b\\\\nX\\\\xca\\\\xc6jsZ\\\\xac&{k\\\\xf6\\\\xc8\\\\xaa\\\\xa7\\\\x99 \\\\r\\\\x03Dy\\\\r?\\\\x7fA\\\\tN\\\\xdd\\\\tq\\\\xc3&\\\\x96\\\\xb9E\\\\x83f\\\\xe5\\\\xe2\\\\xe3\\\\xfb\\\\x0bh\\\\xf7\\\\xaf\\\\x05nS\\\\xbaa\\\\x8c\\\\x80\\\\xc4\\\\xe93\\\\xf7t\\\\x13\\\\xdc\\\\xce\\\\x12\\\\xa0\\\\xa1\\\\xe1\\\\x99\\\\x1ca\\\\x1cyq\\\\x8ab\\\\xf8[\\\\x0b2W\\\\x1e\\\\xd5g\\\\x19 \\\\x85\\\\xd7\\\\xdc\\\\n\\\\xbe\\\\xa60\\\\xa0\\\\xc4w\\\\x9d\\\\'\\\\xa7\\\\x93E \\\\x1dM\\\\x99\\\\xe9\\\\xc7U\\\\x9eb\\\\xd3g1\\\\x99\\\\xef(\\\\x002\\\\xec\\\\xda5m\\\\x9f]\\\\x08$\\\\x01\\\\xa4\\\\xc4u\\\\\\\\\\\\x98L\\\\x10\\\\xe5\\\\xce\\\\x1c\\\\xe8\\\\x97r2\\\\x00\\\\x91\\\\xde\\\\xae\\\\xef\\\\x82\\\\xe2\\\\x8e>\\\\xfc6\\\\xdc\\\\xcd\\\\xee2 \\\\xa9N\\\\xd2\\\\xaau*dx\\\\x93#\\\\xfcz\\\\xae@$f\\\\xea\\\\xd5\\\\x9ek\\\\x0f\\\\xd7\\\\x1c\\\\xd7O\\\\x90bcWO\\\\xe5\\\\xc2bW\\\\x08\\\\x8cAH\\\\x1e\\\\xa6\\\\x81\\\\xa9\\\\x1d\\\\xb5\\\\'\\\\xb6\\\\xbd\\\\x1d\\\\xeb&S\\\\x89\\\\xa8f\\\\xe3\\\\x87\\\\xe8\\\\x87\\\\x7ft\\\\xc0\\\\xb0\\\\xaa\\\\xa2\\\\xf9\\\\x1e;+%\\\\xd9\\\\x88l\\\\xa7\\\\x00\\\\x12\\\\xc1F\\\\xcd\\\\x17\\\\xd2\\\\xa0\\\\xe8$O\\\\xdd\\\\xf5\\\\xea\\\\xcd\\\\xdbf\\\\xb4z,\\\\xc8M\\\\xc3\\\\x82\\\\xe8P\\\\xe0mZ\\\\x91\\\\xed\\\\xa9\\\\xdd\\\\xc9+y3\\\\xb6S\\\\xf0\\\\x83\\\\xa8\\\\xed=\\\\xfa\\\\xcc\\\\x8cg\\\\xa4\\\\xb8.K+Z\\\\x884fY\\\\xd1Y\\\\xc5\\\\xb1^\\\\xc7b\\\\x8avSZ\\\\x88U\\\\xdafAb\\\\x08\\\\xef\"<:\\\\xb7\\\\x10\\\\xd1gU\\\\xe7\\\\'\\\\x8a\\\\xb10\\\\xf9\\\\x81~>@\\\\x08\\\\xe4)gkl\\\\x90\\\\xc4@\\\\xdcF\\\\x93\\\\xac\\\\x18\\\\x9f\\\\x0e\\\\x863\\\\x0e\\\\xd1\\\\xab\\\\xf5\\\\xe4\\\\xae\\\\xd9\\\\x97\\\\xa0\\\\x93\\\\x8aO\\\\x16S\\\\x91\\\\x91q\\\\xb1^\\\\xd1t\\\\xb3\\\\x861\\\\xbe\\\\x0e\\\\xa4\\\\x91\\\\xa4\\\\xe8!b\\\\'\\\\xef\\\\xe90\\\\xbf\\\\xa4\\\\x98\\\\xc8\\\\x12\\\\x06j\\\\x89$\\\\xd4\\\\x16\\\\xfb\\\\xa98\\\\x8d`v\\\\xcd\\\\xc4v{\\\\x03\\\\xaf\\\\xa8\\\\tb\\\\x19\\\\x8fi\\\\xd64\\\\xf1\\\\xd3O>\\\\x998\\\\x0b\\\\xbe\\\\xb8\\\\xb9\\\\xccpW\\\\x03(\\\\x16\\\\xcd7]\\\\xc5\\\\xd9\\\\x9d@\\\\xbc\\\\xd8\\\\xd4\\\\xdc\\\\x80\\\\x06w\\\\x0b.\\\\x1a\\\\x06\\\\x80\\\\x89\\\\xd4\\\\x18\\\\xfa\\\\xf4gj&\\\\x04\\\\x7f\\\\\\\\\\\\xf9\\\\xf8\\\\xab\\\\x13\\\\xf5\\\\x00^\\\\xa9C\\\\x94\\\\xe3s8\\\\xca\\\\xc5\\\\x89c\\\\xae\\\\xf6\\\\xd9e kZ\\\\x95$h\\\\xc3A\\\\xe2c\\\\xbfB,\\\\xce\\\\xd8\\\\xa9\\\\xc5\\\\x87\\\\x01\"P\\\\x01\\\\x9c\\\\xb9^p\\\\xb9y\\\\x98\\\\xf7\\\\x01Nc\\\\x86\\\\xac\\\\x0b\\\\reEa\\\\xc2\\\\xf8w\\\\xea\\\\xb5\\\\xcb\\\\x92\\\\x81\\\\xa1\\\\xaetn\\\\xee\\\\xf4Q\\\\x0c\\\\xe5\\\\x99t\\\\xaf\\\\x07\\\\xc8W\\\\xccqt\\\\xe4\\\\x9a\\\\xbd\\\\x9b\\\\xe9\\\\x1e\\\\xdd\\\\xb7\\\\xb2\\\\x88~\\\\xe5\\\\x8a\\\\x00>\\\\xd91\\\\xf4\\\\xebZ\\\\xc8:X\\\\xe0V\\\\x85\\\\x8b\\\\xbe\\\\xe4P\\\\xeek\\\\xe2\\\\xb8v5\\\\x96\\\\xa16oP\\\\xe4$\\\\x00\\\\x1c\\\\x10\\\\t\\\\x04@\\\\x07M\\\\xb2:\\\\xe9X\\\\x10\\\\xa04Cr\\\\xc5jj\\\\x96\\\\xec\\\\xfe\\\\x97CQvC\\\\x81mU{[\\\\xd4\\\\xfa\\\\x81\\\\x80\\\\xa1`\\\\xa9 \\\\x03\\\\xe3>?PzD\\\\xa3l\\\\x03\\\\x9f\\\\xf2\\\\x91\\\\x19\\\\xc6\\\\xd9\\\\x0fS\\\\xc6H\\\\x8e\\\\x073\\\\xc1\\\\xe2\\\\x1a\\\\xbd\\\\x96\\\\xb1FF\\\\xa6\\\\x92N\\\\xed\\\\xbf\\\\xe9\\\\x10\\\\t\\\\xf4\\\\xc1\\\\x9f/.\\\\xfd\\\\x07\\\\xbb!\\\\xfa\\\\xc7\\\\x1ei\\\\xb1\\\\xbd\\\\x00\\\\xb6\\\\xfc\\\\xbe\\\\x81\\\\xc9`Wo\\\\x1fs\\\\x1a\\\\xf6o\\\\xb0\\\\xd9\\\\n\\\\xcc\\\\x1b\\\\xbbKA;u\\\\xff\\\\x00\\\\x0f\\\\x1e\\\\xaa\\\\xef\\\\xb6\\\\x93\\\\xdd\\\\x98\\\\x97f\\\\x1e)\\\\xb2\\\\xdc\\\\x11\\\\x02U\\\\x1c\\\\xf89\\\\t\\\\x9c\\\\xcb\\\\x94\\\\xe8+@=\\\\xd2A\\\\x82I\\\\x88\\\\x00\\\\xeb$\\\\x0e\\\\xe3\\\\xfc:\\\\xa5\\\\r\\\\x81\\\\x8c}t\\\\xa8\\\\xc1Q\\\\x9d\\\\xe7\\\\x93\\\\x0c[\\\\x8e1L\\\\xe9\\\\x8f\\\\xb0UpF\\\\xf6*\\\\xa4\\\\r\\\\xd5\\\\x80\\\\xe8\\\\xae\\\\x01\\\\xfe($@\\\\x04\\\\x12|\\\\x0f\\\\x84u\\\\xaf\\\\x0b2\\\\x8b4\\\\xaa\\\\x91>\\\\xcasD8\\\\x9eo/\\\\x0b.\\\\xac\\\\xea\\\\xf7\\\\xec\\\\x0f\\\\xb9\\\\x91I\\\\x05\\\\x86\\\\xe3\\\\xb4I0\\\\xa4\\\\xf9\\\\x81\\\\xe1\\\\xd8\\\\xe9\\\\xd1\\\\xc4\\\\x98\\\\x90F\\\\x1ei1\\\\x94\\\\x9fQ\\\\xa3y\\\\x85ed\\\\xf1\\\\x94s\\\\x185d.U\\\\xa9M\\\\x88\\\\xea\\\\xa5\\\\x11w\\\\x80?\\\\x16\\\\xe0$\\\\x10\\\\t\\\\xd3\\\\xfe\\\\xde\\\\xac\\\\\\\\\\\\x1a\\\\xed\\\\x92)J+\\\\xbe\\\\xd8\\\\xbcD\\\\x9e\\\\xa1V\\\\xd99\\\\x17b\\\\xd7\\\\x95\\\\x89\\\\x88\\\\xf6\\\\xa7\\\\xe5T\\\\xa5\\\\xbe\\\\xd8\\\\x82\\\\x8aN\\\\x82\\\\xbf\\\\xac\\\\xff\\\\x00\\\\xc3\\\\xb9\\\\xeb\\\\xc5\\\\xda\\\\x9c\\\\x8d\\\\xc3\\\\xed\\\\x9c;\\\\xa4X\\\\xd6\\\\xb5M\\\\xbb/n:H\\\\xa7\\\\xd1\\\\xc5\\\\x0b*\\\\xee\\\\xfe:\\\\xfd\\\\xcd\\\\x97f\\\\xd7\\\\x07\\\\xba\\\\xb3n-\\\\xbaA\\\\x0c\\\\x0e\\\\xab\\\\xa7\\\\xd3\\\\xa2\\\\xf7\\\\xde\\\\x99\\\\x94\\\\x88\\\\xc2\\\\x81\\\\xcb\\\\x05a\\\\xfc\\\\x0f\\\\r\\\\xe9\\\\xb2\\\\xcc\\\\xc5\\\\xab\\\\xdb8\\\\xc9\\\\x1b\\\\x0b\\\\xec\\\\x0c\\\\xd6h\\\\x08=\\\\xc6\\\\xbe\\\\x1fO\\\\xb3\\\\xa5A\\\\xe7x\\\\x11V\\\\xaf~KGgn\\\\x95\\\\r\\\\xf7\\\\xe2\\\\x88\\\\xc7\\\\xcc2\\\\xb2\\\\x06\\\\x12\\\\xe30k(\\\\xb1\\\\xd5\\\\xca.\\\\xab\\\\xbc\\\\xae\\\\x8c6\\\\xf6\\\\x0b\\\\xa1\\\\xd7\\\\xfb\\\\xbb\\\\xabu)Kr\\\\xc4\\\\xe0:f\\\\x9f\\\\xb8\\\\x04\\\\xc2\\\\x8a\\\\xba\\\\xfc\\\\xb7%\\\\xff\\\\x00\\\\x97w\\\\xfe/\\\\xf8\\\\xf5g\\\\xfcY\\\\x7f\\\\xb7\\\\xc9e\\\\xb9\\\\xe4\\\\xbf\\\\xff\\\\xd7\\\\xf8k\\\\xc1`Wm\\\\xa9\\\\x93i\\\\x0e\\\\x95\\\\x02\\\\xec\\\\x85@\\\\xdb\\\\x04\\\\x83\\\\x1a\\\\xac\\\\xee\\\\xfb:\\\\x0b\\\\xf3\\\\xd3\\\\x1abVO\\\\xc8\\\\xee\\\\x0cb`1)\\\\x8a\\\\xc5\\\\xc7\\\\xce\\\\xca\\\\xf4\\\\x81\\\\\\\\.\\\\xaf\\\\x07\\\\xb0\\\\xd7\\\\xee\\\\xd3\\\\xaa\\\\xf1\\\\x94\\\\xadEe\\\\xc4\\\\xca\\\\xd4\\\\x14\\\\x8b8\\\\xff\\\\x00Jlm\\\\xe0\\\\x12\\\\xa5b6\\\\xc7\\\\x89\\\\xfd\\\\x9e=.7\\\\xf9\\\\xa5\\\\xc6\\\\xfdj\\\\xb5\\\\x91Z\\\\x90\\\\x81gp\\\\xde\\\\x81}Cw\\\\x84Lj\\\\'\\\\xa9\\\\xa9\\\\xaa*\\\\x9a\\\\xa9\\\\xb8;\\\\x92\\\\xd8\\\\xb1Y\\\\xd1\\\\xf4W$L\\\\xf8\\\\x11\\\\x1fN\\\\x95t\\\\x82(\\\\x93}\\\\x88\\\\xa27\\\\x93\\\\x88\\\\xb6m\\\\x00\\\\x02\\\\x07`\\\\x04w\\\\x02J\\\\x81\\\\xaf\\\\x8fU-\\\\xdd\\\\xd2\\\\n\\\\xa7n\\\\xe9\\\\tr\\\\xfe6[\\\\xdcHm\\\\xc6\\\\x18w\\\\xd0v\\\\xfb\\\\xb4\\\\xea\\\\xf47\\\\x14e\\\\xa1\\\\r\\\\xcd\\\\x18\\\\xa8O\\\\xc4\\\\xda\\\\xcf\\\\xb5+\\\\x80L\\\\x930\\\\x07\\\\xd3\\\\xec\\\\x1fN\\\\x9c7@\\\\n\\\\x94\\\\xe1\\\\xbb\\\\x00b\\\\xa1\\\\xf2\\\\xb8\\\\xc7\\\\xda\\\\xb3\\\\x19S\\\\xdb\\\\x03\\\\xf03v \\\\xc1\\\\xd4\\\\xeb\\\\xdb\\\\xa6X\\\\x9e\\\\xaa\\\\xf3V6wF\\\\xa1#T\\\\xaa\\\\x15\\\\xa9\\\\x0cnY\\\\xdc\\\\x85\\\\x05\\\\x96\\\\x90X\\\\xee\\\\x80\\\\x00\\\\x13#Q\\\\xa4\\\\x8e\\\\xdf\\\\xb3\\\\xabKi\\\\xc4\\\\xb0\\\\xc8\\\\xaf.\\\\xbd\\\\xedfB\\\\x82*%=\\\\x90=\\\\xcfP\\\\xd4\\\\x08:\\\\xea&N\\\\x9f\\\\xb4u\\\\xcb\\\\xa3\\\\x01\\\\x11\\\\x8e+Zc\\\\xd5A\\\\xaf\"\\\\xd4\\\\x8a\\\\xedf\\\\x1e\\\\xc8*\\\\xc0Ch7n\\\\xed\\\\xdbS\\\\xd4`\\\\xa7V\\\\xa7\\\\x88\\\\xc4\"\\\\\\\\]\\\\xd6=\\\\xd6\\\\xfb\\\\xd6\\\\x15\\\\x08\\\\xbb\\\\x16\\\\xb3\\\\x10\\\\x14v\\\\x88\\\\xff\\\\x00L\\\\xff\\\\x00o\\\\x18\\\\x93\\\\x90\\\\xaa\\\\xee\\\\xe0\\\\x04C\\\\x0c\\\\xf8\\\\xf1DM\\\\x988\\\\x16\\\\x05\\\\xb0ijJ\\\\xf8@Y\\\\xef\\\\xe1\\\\xac\\\\xf7\\\\xf3\\\\xe8\\\\x0e\\\\xa9\\\\x0eJ\\\\xae\\\\x8b\\\\xb7\\\\xc3\\\\xf22\\\\xa7Y>A\\\\xa3\\\\xa9\\\\x17\\\\x86j\\\\xd5\\\\xbf\\\\x92\\\\x94XH?\\\\x97\\\\x1e\\\\tk\\\\x90\\\\xe1\\\\xf2\\\\xf8\\\\xe2Z\\\\xc0-\\\\xa2@\\\\x19\\\\t\\\\xaa\\\\xeb\\\\xd8\\\\x1f.\\\\x99\\\\x19\\\\t`\\\\xb4ln\\\\xa1{\\\\xf55\\\\xe5\\\\x9a\\\\x15\\\\xd1+\\\\x0b\\\\xf7\\\\\\\\\\\\xb9d\\\\xa4\\\\xab\\\\x02\\\\xbd\\\\xc7i\\\\x8f\\\\xf1\\\\xeb\\\\x97+o\\\\xf4\\\\x8f\\\\xf5/\\\\x99\\\\xfd5\\\\xf9_\\\\x1b\\\\xce\\\\xf1y\\\\x04*\\\\xbf\\\\xb7\\\\xc8\\\\xe2\\\\xce\\\\xdfz\\\\x87 :\\\\x93\\\\xa0\\\\xd5F\\\\x93\\\\xe3\\\\xd5M\\\\xf6\\\\xcf\\\\xfc\\\\x9bl)1X\\\\x9e\\\\xbc\\\\x8fB\\\\xb3~Kh/A\\\\xc7\\\\xec0_p>3\\\\xf3\\\\x1e\\\\x03\\\\xe7\\\\x9f\\\\x19\\\\xe2\\\\xfeK\\\\xf1\\\\xe6\\\\\\\\\\\\xbf\\\\xea8\\\\xf2\\\\xce@\\\\xf7E\\\\x87\\\\xba01\\\\xaa\\\\x1d u\\\\xe6\\\\xedP\\\\xb6\\\\x05\\\\xd8\\\\x83\\\\x88#\\\\x15\\\\xe3.A\\\\xc1\\\\x19\\\\x843\\\\x93k\\\\xed*\\\\xefL\\\\x07`\\\\xdb\\\\xc0+,$\\\\x16\\\\x06\\\\x17\\\\xc6Lv\\\\xf3\\\\xe8\\\\x8c\\\\xa5\\\\xa8\\\\xb8f\\\\xc0\\\\xac\\\\xcb\\\\x91e\\\\x0b\\\\x1b\\\\x8aK\\\\x12\\\\xdb[\\\\x18(\\\\xb3bY\\\\x91\\\\xbb\\\\xfe\\\\\\\\k\\\\x0b\\\\xb0\\\\x1e\\\\xe6?\\\\xe0:x\\\\x89\\\\x01\\\\xf0H\\\\xd3\\\\x96(\\\\xff\\\\x00/\\\\xc7\\\\xe36\\\\x0e=\\\\x98\\\\x9c\\\\x8a\\\\xbf*+\\\\x9b)U*UP\\\\r\\\\x18\\\\x88\\\\xd4\\\\x9f\\\\xa7c\\\\xd4N\\\\xf8\\\\x04\\\\x85\\\\xa1h\\\\x86\\\\xd2\\\\x95\\\\xae\\\\x7f\\\\xea\\\\xd4\\\\xab!\\\\xab\\\\xdfJJ\\\\xef`\\\\xa2A#O\\\\x02\\\\xbf\\\\xdf\\\\xd2\\\\x8c\\\\xc4\\\\xaa\\\\x97v\\\\rE^\\\\xe5a\\\\xae#\\\\xabc5r\\\\xe4\\\\xac\\\\x80\\\\xe4\\\\x12\\\\xdan\\\\x86\\\\x991\\\\xa0\\\\xe9\\\\xc1\\\\xe4\\\\xa9\\\\xf4A\\\\xad\\\\xc6\\\\xcb5=p\\\\x1a\\\\xbaP\\\\xaa\\\\x10\\\\x01V\\\\x93,&u?\\\\xdb\\\\xcf\\\\xa2\\\\x00\\\\xa1\\\\x04\\\\x9e\\\\xa1\\\\r\\\\xce\\\\xcb\\\\xaf\\\\x13\\\\x1d\\\\xe2\\\\x1f \\\\x12\\\\x1a\\\\xa4&\\\\xb0\\\\x9a\\\\x80\\\\x19\\\\xa2@1\\\\xd8tZ\\\\x9a\\\\x88\\\\xb5\\\\xb0(x\\\\xe622\\\\xf1\\\\xb2.\\\\xb2\\\\xb0\\\\x84m\\\\xae\\\\xa4\\\\x9f^\\\\x9a4\\\\x98\\\\x1b\\\\xa3\\\\xc0\\\\xf8\\\\xf4:\\\\xdd\\\\x1d\\\\xbb\\\\xd5=\\\\x10\\\\xdc\\\\xbc\\\\x82\\\\xc2\\\\x9a(eD\\\\xb1Ha\\\\xba\\\\x0c\\\\x11\\\\xea\\\\x86$\\\\x8fO\\\\x8fB\\\\xc6\\\\xa9s\\\\x99\\\\x91\\\\xaaK\\\\xe5-u?\\\\x93w\\\\xfc\\\\xde9\\\\x1e\\\\xf0\\\\xc8#\\\\xd4\\\\xe4\\\\x91\\\\x0c\\\\xca\\\\xe3\\\\xacnUS\\\\xb4k:\\\\x19\\\\x853\\\\xd8u\\\\x13\\\\xa9\\\\xa2\\\\xacu\\\\x12\\\\xc3\\\\x15\\\\xe7\\\\x1b\\\\xc9_S\\\\xd9\\\\x83\\\\x91\\\\xee5\\\\x96\\\\x13T\\\\xb8\\\\x1b\\\\xab\\\\xdc\\\\xdd\\\\xb7k1\\\\xac\\\\x93\\\\xd8t\\\\xa8I\\\\x83\\\\x14\\\\xc2t\\\\xe0x\\\\xcd3\\\\xb7\\\\x12s\\\\xad\\\\x17\\\\n)E\\\\xc5G\\\\xdc\\\\xe9\\\\xa8\\\\x95\\\\xd3\\\\xd4\\\\xfaCy\\\\x03\\\\xf4\\\\xe9\\\\xbaA\\\\xa2lm\\\\xc8\\\\xbb`\\\\xa2\\\\xf27fq\\\\x96%|}$\\\\xdc*U\\\\xb5\\\\xabb\\\\x19\\\\x06\\\\xed\\\\xbb[\\\\xb6\\\\xee\\\\xf2u\\\\x9e\\\\x82V\\\\xc9\\\\x0e\\\\xa6a\\\\xbd#\\\\x06R\\\\xf8\\\\x7f\\\\x9cr\\\\x941\\\\xaf!\\\\x12\\\\xc4@=\\\\xa1k\\\\xeeQ\\\\x0e\\\\t\\\\n@\\\\x9fT\\\\x1d|\\\\xc9\\\\xe8\"f\\\\x03b\\\\xcb\\\\xa3t\\\\xc4\\\\x82\\\\x0fro\\\\xaf\\\\xe5\\\\x9c/!j\\\\x9b\\\\xf1?*-\\\\xdc\\\\xd9\\\\x0c\\\\x1c\\\\x10\\\\xaa\\\\x01\\\\xdd!\\\\xc10N\\\\xa3\\\\xc3\\\\xeb\\\\xd4\\\\xfb\\\\xc6\\\\x84\\\\x86\\\\n\\\\xc9\\\\xbc\\\\n\\\\x9fM|%\\\\xb4\\\\xdb~=\\\\xf8\\\\x99+\\\\xe9\\\\xf6\\\\xae\\\\x0e5\\\\xd7\\\\xb2\\\\x9dcq=\\\\xa3\\\\xcf\\\\xb7D\\\\'\\\\x13P\\\\xa7\\\\\\\\\\\\x16wq\\\\xee\\\\xc2\\\\xbbj\\\\xc4\\\\xc7Z\\\\xab\\\\xf5d\\\\xd3\\\\xb4\"\\\\xd4\\\\x1b\\\\xd2\\\\x1d\\\\x9f`1\\\\xa4\\\\x03\\\\xde{D\\\\xf4\\\\xd1v_\\\\xe9,\\\\xd9\\\\xa7\\\\x01\\\\x13\\\\x1a\\\\x8ar\\\\xe8\\\\x88cpg\\\\x82\\\\xab\\\\x13!\\\\xab\\\\xbe\\\\xabo\\\\x06\\\\xec\\\\x8c\\\\xb9f\\\\x16.\\\\xa6\\\\xb2\\\\x10\\\\xc8\\\\xf4\\\\xe8;\\\\xfd\\\\xbdb|\\\\x84e\\\\xa6\\\\x0e\\\\x08\\\\xab\\\\x9f\\\\xb2\\\\xb9b\\\\xde\\\\x92J\\\\'\\\\xc7\\\\xc5\\\\xd7\\\\xb8r\\\\xf5\\\\xaa\\\\x92H\\\\xd0\\\\x92?\\\\x89aLi\\\\xafi\\\\xd7\\\\xee\\\\xea\\\\xb6\\\\xdc\\\\x13,\\\\xeb\\\\xc7\\\\x92\\\\xb6d\\\\x00G\\\\x11\\\\x16\\\\xb7U!\\\\xce\\\\xe2\\\\xccQ\\\\x9c\\\\x18\\\\x00\\\\x832DG`\\\\xd1\\\\xdb\\\\xbf\\\\xdbp\\\\xcc\\\\x00\\\\x0e(k\\\\x92X\\\\xfd@&\\\\x8a\\\\xabj,\\\\x15\\\\xe5\\\\xfb@\\\\xbdj \\\\xba\\\\x9e\\\\xe0\\\\xc7o\\\\xc5\\\\x13\\\\xf5\\\\xf0\\\\'\\\\xab\\\\x16\\\\x0cH&%\\\\xd9dn\\\\xcbI\\\\x8a\\\\xe7\\\\xbf\\\\xea\\\\xf9x\\\\xb96{v5d5\\\\x91bN\\\\x9e\\\\x05T\\\\xa9$\\\\x91\\\\xf6xun\\\\x07N%d\\\\xc9\\\\xe2]\\\\xd6\\\\xcc/\\\\x90W\\\\x8f\\\\x90\\\\xd6_\\\\xe9\\\\n\\\\n\\\\xa5\\\\xaa\\\\xbf\\\\xf3\\\\t\\\\xfcLd\\\\x9f\\\\x1dA\\\\x1du\\\\xcb\\\\xc4c\\\\x82\\\\xebo\\\\x10\\\\xe3\\\\xc1\\\\x15\\\\xa3\\\\xe5\\\\xf8\\\\x98\\\\xfe\\\\xf5\\\\xb8\\\\xa0=\\\\xf7,Yi\\\\n\\\\\\\\\\\\x1d\\\\xc4\\\\x95\\\\x93$L\\\\xf7\\\\x1fo~\\\\xba7\\\\xc1\\\\x0e\\\\x13\\\\x8d\\\\xca\\\\x93\\\\xa5\\\\xbc\\\\x96\\\\xfb\\\\xfeC\\\\x89v\\\\x13\\\\xaa\\\\xd2\\\\x9e\\\\xf5\\\\x88\\\\xb1aa*\\\\xaa!\\\\x80\\\\x8d$\\\\x93\\\\xe5\\\\xe7\\\\xe1\\\\xd3\\\\x05\\\\xc7\\\\xc1\\\\x0c\\\\xaf\\\\x89D\\\\xc5\\\\xbf)9\\\\xf33o\\\\x15\\\\xa0\\\\x0cR6\\\\xa5c\\\\xf0\\\\x90\\\\x06\\\\x91\\\\xb6 \\\\x83\\\\xa9\\\\xee&:\\\\x8do\\\\x92D\\\\x84]\\\\xcei\\\\xff\\\\x00\\\\x8b#\\\\x92\\\\xc1\\\\x1f\\\\x9d\\\\xb1l\\\\xa5\\\\x83\\\\xaa&\\\\xc2\\\\xc04\\\\x10\\\\x07\\\\xa4\\\\xe9#\\\\xc7\\\\xee\\\\xe8\\\\xa3Uj\\\\xc8\\\\xd5\\\\x165K\\\\x17|\\\\x7f(Z\\\\xf3S\\\\xae8\\\\xb3p\\\\xb3A\\\\nH*\\\\xcd\\\\xa9\\\\xee<\\\\x06\\\\xbd\\\\x18\\\\x83\\\\nQ\\\\x95sn\\\\x7fe\\\\xb6\\\\x9e;\\\\x90\\\\xc7\\\\xadq\\\\x92\\\\x8aJ\\\\x12\\\\x8f\\\\x90\\\\xeeJ\\\\xd8=\\\\xb9c\\\\xec\\\\xdb\\\\x1b\\\\x94\\\\x10\\\\xda\\\\x8e\\\\x97\\\\x19\\\\xc8\\\\xd1\\\\xb1\\\\xf1N\\\\xf6N\\\\x14~K[\\\\xe3`\\\\xe2\\\\xb2\\\\x07\\\\xb0\"\\\\xee\\\\xdb[\\\\x96\\\\x06\\\\xc4e;\\\\x89\\\\x83\\\\x04\\\\x8d4\\\\xd7\\\\xfe\\\\x03\\\\xa8\\\\x1a&\\\\x11\\\\x08T\\\\xf1\\\\xcdm\\\\xbb\\\\x96\\\\xe23@\\\\xc6k\\\\x8b\\\\x14b+r\\\\x02\"\\\\xcf\\\\xd4\\\\x9f\\\\xa7\\\\x881>\\\\x1dp\\\\x90&\\\\xa7\\\\xb1L\\\\xae\\\\t\\\\x06c\\\\xcb\\\\xb9\\\\x03\\\\xe5\\\\xfe+x\\\\'\\\\'\\\\x19\\\\xab\\\\xb3\\\\x14\\\\x9f\\\\xe4\\\\xb2\\\\xaf\\\\xe3\\\\x113\\\\xa8\\\\x05\\\\xa2N\\\\xbfN\\\\x86\\\\xeb\\\\xba\\\\x90\\\\xf1\\\\x14\\\\xad8d\\\\xaf\\\\x95\\\\x9b)w\\\\xe6]\\\\xf2\\\\xb2l\\\\xb5c)\\\\xd8\\\\x96\\\\x1bD\\\\t\"g\\\\xef\\\\xe9&\\\\xe9b\\\\x0e/E\"&d\\\\x1e\\\\x8a0\\\\xe4\\\\x16\\\\xe0\\\\x95=D\\\\xa7\\\\xa8\\\\xb1C#kL\\\\xf6\\\\x03N\\\\xe4\\\\xcc\\\\xf4\\\\xc8\\\\xca\\\\xae\\\\xd8#\\\\x95\\\\xb6\\\\x14\\\\xc5jw>\\\\xf9j\\\\xb7\\\\xb8\\\\x90\\\\xa9\\\\xbc\\\\x895\\\\x83\\\\xaa\\\\xe9>}L\\\\xba:\\\\x98\\\\xd0=\\\\x11E\\\\xa3\\\\x1d\\\\xde\\\\xac\\\\xa1~\\\\xe5VQ\\\\xec;\\\\x11cL\\\\x02A\\\\x064o>\\\\xbab2\\\\x1e\\\\xa7d\\\\x115\\\\xd2\\\\x13\\\\xa6u\\\\x99\\\\t\\\\xc6{\\\\x02\\\\xc0\\\\x05\\\\xe0*\\\\xb2\\\\x012\\\\xa3\\\\xd3\\\\xa1\\\\xd5@\\\\x8f\\\\x1e\\\\xaa\\\\\\\\\\\\x11\\\\x0c\\\\xfc\\\\xfe\\\\x89\\\\xd1%\\\\x8baT\\\\x87\\\\xefd\\\\xa5\\\\xad[\\\\xb9\\\\xb57\\\\x10\\\\x8c<[\\\\xb0\\\\x82{\\\\xf7\\\\xe8\\\\xc4A\\\\x1d\\\\xb9\\\\xa0.+\\\\x9a%U\\\\xb7\\\\xe3\\\\xb3\\\\x1d\\\\x8c\\\\xdb\\\\x7f\\\\x95c\\\\r\\\\x08>\\\\x1a\\\\xf6?\\\\x7fc\\\\xd3=\\\\xb1\\\\xdc\\\\x86d\\\\xb6\\\\x00\\\\x15\\\\xbb##\\\\n\\\\xe6\\\\xbe\\\\x8b?\\\\x97v\\\\xf5UbT\\\\x01\\\\xe07\\\\x0f\\\\x00&<\\\\xba\\\\xe9[\\\\x833\\\\xa6Jn0\\\\xa9\\\\xe5\\\\xcd7|_\\\\x83\\\\xb4d\\\\xe3_]~\\\\xed\\\\x196\\\\x1aQ\\\\xe55(A$\\\\x18,\\\\x06\\\\xbd\\\\xc0\\\\xe975\\\\x80\\\\xed\\\\xd9\\\\xd8\\\\xa6\\\\x00JX\\\\xe0\\\\xa3\\\\xf2F\\\\xae;\\\\x9a\\\\xcbZ\\\\xe8\\\\xde\\\\x12\\\\xcd\\\\xcc\\\\xdb\\\\xa6!\\\\xa2\\\\t&G\\\\x8c\\\\xcfY\\\\xf0\\\\x8c\\\\x85\\\\xc2!\\\\x81\\\\xef!\\\\x93.\\\\x8aqUj\\\\xfc\\\\x0e\\\\xebyL\\\\xda\\\\x05\\\\xa0~j\\\\x9b\\\\xd5\\\\xfd\\\\x96RD)\\\\xdaX\\\\xcb\\\\r5\\\\xf0\\\\xf0\\\\x9f\\\\xb7\\\\xa7BfD\\\\x0f\\\\xf5\"\\\\xb6*N@\\\\xa5\\\\x0f\\\\xd5~K.\\\\xff\\\\x00\\\\x96\\\\xe6Zr=\\\\xc6\\\\xc5U\\\\xc6;YBJ\\\\xcc\\\\xc8\\\\xed\\\\xd8\\\\xf6\\\\xf0\\\\xd3\\\\xa7J23$\\\\x1a\\\\x0c\\\\x12wm#\\\\xd5-\\\\xf1\\\\xd7\\\\x8c*W5\\\\x93e\\\\x16\\\\xa0\\\\x1f\\\\x97@\\\\x08\\\\xd2\\\\x08\\\\x1e\\\\xa3\"`\\\\xfd\\\\xb1=,\\\\xef\\\\xa5l9\\\\x8b\\\\xb9\\\\xcf\\\\xb2\\\\xa9v\\\\xad\\\\xc2\\\\xa4\\\\x9c\\\\x07\\\\x012S\\\\xcf\\\\xf0y4\\\\xd9\\\\x87i\\\\xfc\\\\xb5\\\\xf0\\\\x82\\\\xab\\\\x99\\\\x81:j\\\\xca\\\\xc3Q\\\\x1a\\\\x98\\\\xec\\\\x00\\\\xf1\\\\xe8\\\\xa3\\\\xb8\\\\x95\\\\xe2t\\\\x9e9.\\\\xf7\\\\xe2(C=9\\\\xf9\\\\xa4\\\\xdeO\\\\rE\\\\xfb\\\\xa9\\\\x08\\\\x7f2\\\\xbe\\\\x84bX\\\\xa2\\\\xb1\\\\x1a\\\\x85S\\\\xafx\\\\x1f^\\\\x87us\\\\xdb\\\\x8f\\\\xa6\\\\xa4\\\\xf8\\\\xa4\\\\xc6\\\\x00\\\\x97\\\\xc0uE(l\\\\\\\\>.\\\\xe7\\\\xaa\\\\xf4\\\\xad\\\\xc8\\\\x9b\\\\xd9}jI\\\\x10=\\\\'n\\\\xa7\\\\xbcxu\\\\xd6\\\\xa7\\\\x08\\\\xc0\\\\xb9\\\\x15\\\\xc5\\\\x11\\\\x12\\\\xd1\\\\x85|\\\\xbb\\\\x10\\\\x0c3f>]mn\\\\xebjwG\\\\xadT*\\\\xeb\"\\\\x07\\\\xab\\\\xb1\\\\x8d4\\\\x10{OK\\\\x95\\\\xd3\\\\xee9\\\\xcb\\\\xc3\\\\x95|\\\\x92@\\\\xa0-\\\\x9f\\\\xd3\\\\x97\\\\x18\\\\xa7|\\\\x1e\\\\x1f\\\\x1b\\\\x92e\\\\xfc\\\\xa5L\\\\xdf\\\\x98p\\\\xc0\\\\xdb\\\\xe9\\\\x00\\\\x83,#\\\\xd3\\\\x124\\\\x11\\\\xf7tvcn.\"\\\\x1b\\\\x9d)\\\\xdd\\\\xf6E(\\\\t\\\\x91.\\\\x89\\\\xcb\\\\x99\\\\xe2Z\\\\xacz)\\\\xa1l\\\\xb1\\\\xacM\\\\xb9e\\\\x03)\\\\xd0\\\\x93\\\\xe9 \\\\xc9\\\\xfcZ\\\\x01\\\\xe7\\\\xe1\\\\xd3\\\\xb70\\\\x93\\\\x064<7z\\\\xb8m\\\\xfaA!%\\\\xdd\\\\xc0f\\\\x07\\\\xf7\\\\x8eE\\\\x9952+Z\\\\xa4\\\\x92A\\\\xafYo0\\\\x04\\\\x12G\\\\xdb\\\\xe3\\\\xacA\\\\xe4_\\\\xc3\\\\x98U\\\\r\\\\xa9D\\\\xe2\\\\x97\\\\xf9\\\\x1c\\\\x0c\\\\xc8kb\\\\xbaX\\\\xb9,\\\\xcch\\\\x0eE\\\\xec\\\\xc1\\\\x86\\\\xd3\\\\x10\\\\x08\\\\x82bL\\\\x8d;\\\\x9f\\\\r#\\\\xa5\\\\xdd\\\\xd3\\\\x19b\\\\xcf\\\\xe4\\\\xa4B\\\\x8f\\\\x93\\\\xab\\\\x13\\\\x1f\\\\x94\\\\xa6\\\\xacQ\\\\x87\\\\x88F}\\\\x02\\\\xb0\\\\xb8\\\\xads\\\\xaa\\\\xba\\\\xee\\\\xac,\\\\x19\\\\'@\\\\xc0\\\\xfe-N\\\\xbd8GH\\\\xd2*\\\\x9dn\\\\xf3\\\\x02\\\\x12^F=\\\\xd6U]\\\\x17\\\\xe1\\\\xaa\\\\xdeVo\\\\xdf\\\\xb8\\\\xb4h;\\\\x83\\\\x11\\\\xdbO\\\\x0f\\\\x1e\\\\x84\\\\x1fr5\\\\x15)\\\\x0c\\\\xc5\\\\xb1D~?\\\\x8cr\\\\x12\\\\xec,\\\\x80\\\\xc5\\\\xd8\\\\x81K\\\\xa1U)\\\\x1f\\\\x88\\\\xc90Dh5\\\\x81:\\\\xf8u\\\\x16\\\\x0b\\\\x19=\\\\x1b>\\\\xaa\\\\xc5\\\\xb8\\\\x19\\\\xc3I.\\\\xfcy(\\\\xb9XT\\\\xe2_e\\\\x0f\\\\x96\\\\xca\\\\xb6\\\\x7f\\\\xf1\\\\xec\\\\x03`^\\\\xda\\\\x85#l\\\\x88\\\\xef\\\\xdf\\\\xc3\\\\xa6\\\\x19\\\\x03\\\\x14\\\\x8b\\\\xb6t\\\\xc8\\\\tq\\\\xf8\\\\xfb\\\\xa2\\\\x9cW\\\\xc9\\\\xcf\\\\x14\\\\x96`\\\\x976c\\\\xbb\\\\x05\\\\xc5`L\\\\xa2\\\\xafb\\\\xb2\\\\x0e\\\\xe8\\\\x1a\\\\xc8=d\\\\xee.\\\\xff\\\\x00\\\\x8fm\\\\xb5\\\\x12\\\\x0eY\\\\xf1\\\\xcdZ\\\\xdbH\\\\x89\\\\xb1@9J\\\\xb3so\\\\xc9\\\\xc8\\\\xa1M\\\\x98\\\\xcc\\\\x0b\\\\xbb\\\\xa2\\\\xaa\\\\x81\\\\xabl-\\\\x1d\\\\xbe\\\\xbd\\\\xf5\\\\xd3\\\\xaf=\\\\x00Hv\\\\xa0\\\\xc3\\\\xb3\\\\xf2\\\\xad_\\\\x0ci\\\\x81A\\\\x97\\\\x1a\\\\xf1`{\\\\\\\\2\\\\xfaZ\\\\xda\\\\x15\\\\xbe\\\\xe0\\\\x08\\\\xd4x\\\\xf8\\\\xc1\\\\xea\\\\r\\\\xc0C\\\\x05\\\\\\\\@\\\\xc6N|\\\\x15\\\\xc1\\\\xf1\\\\x1aq\\\\xee\\\\xc7F*\\\\xa1=\"\\\\xc6 \\\\x96\\\\x04\\\\x8dX\\\\x13\\\\x13\\\\xe7\\\\xd8\\\\xf4\\\\xdf\\\\x8d\\\\x80\\\\x8c\\\\xa7p\\\\x87!lB&0\\\\x04\\\\xe7\\\\x9aR\\\\xf9?\\\\xcak\\\\\\\\\\\\xab1qW\\\\xd8\\\\xc7\\\\x03\\\\xdb\\\\xb7\\\\xd5%\\\\xd6\\\\xbd$\\\\x13\\\\xdf\\\\xb02>\\\\xef\\\\x1e\\\\x82\\\\xe1\\\\x96\\\\xe2f@6]\\\\xb5\\\\xcdT\\\\xbd\\\\xb9\\\\xd0\\\\x005\\\\xe1\\\\xa8\\\\x91?\\\\xa9\\\\x8f\\\\xfc\\\\xdf\\\\xff\\\\x00\\\\x1c\\\\xf5>\\\\xc7E[\\\\xfc\\\\xa2\\\\xbf\\\\xff\\\\xd0\\\\xf8\\\\xa1\\\\x98\\\\xab\\\\x88=\\\\x8aL\\\\x08\\\\x87n\\\\xde\\\\x9f\\\\xf1\\\\x1dW\\\\xb2}\\\\xca\\\\x95\\\\xe6l\\\\x93s\\\\xd5%\\\\x16\\\\xa5\\\\x06\\\\xb3\\\\x160\\\\xb6\\\\xb6P\\\\xe4\\\\r\\\\x04\\\\xea4\\\\x99\\\\xfa\\\\xc7L\\\\x94\\\\xab\\\\x85\\\\x13dk\\\\x85\\\\n/\\\\x81[\\\\x97B\\\\xc4\\\\xb5lAy0\\\\x0f\\\\x89\\\\xfa\\\\x1f\\\\xbb\\\\xaa\\\\x97\\\\xa4\\\\x1b\\\\xaa\\\\xa7~A\\\\xa9\\\\x8a.\\\\xdcU\\\\xb6[\\\\x02\\\\xa7\\\\xb83)\\\\xae\\\\x06\\\\x9b\\\\xa4\\\\x8fL}\\\\xbe=V\\\\x1b\\\\x80\\\\xca\\\\xa0\\\\xdd\\\\x001dU8\\\\xca\\\\xf0Ul\\\\xb6\\\\xcd\\\\xb60R\\\\xb5\\\\xc6\\\\xa2t\\\\x89\\\\xf0\\\\x8d\\\\xba\\\\xf4\\\\xa9\\\\xdd2,\\\\xabKrn\\\\x96\\\\x02\\\\x8a\\\\x05\\\\x9c\\\\x8d\\\\xa8Y\\\\x15$w0\\\\xa2#\\\\xc0LtB\\\\xc05O\\\\x8e\\\\xde&\\\\xaa0\\\\xcbv\\\\x9d\\\\xab\\\\xbb\\\\xd4D\\\\x08\\\\xf1\\\\xed\\\\xb8t\\\\xc3l&\\\\x1b@-\\\\r\\\\x9bJ\\\\x85\\\\x89\\\\xf6\\\\xd8\\\\x08\\\\xd7M4=\\\\xbf\\\\xbb\\\\xa3\\\\xf6\\\\x89\\\\xedF,\\\\xc8\\\\xf6\\\\xadW%9${\\\\xa2\\\\xb0 \\\\xc3O\\\\xa8\\\\x01\\\\'\\\\xb0\\\\xe8\\\\xa0e\\\\x0c\\\\x1d\\\\x1c\\\\x0c\\\\xa1\\\\x83\\\\xa5\\\\xec\\\\xae;l\\\\x83Pd#{\\\\xaa\\\\x82\\\\x01\\\\x03\\\\xec \\\\x9e\\\\xfa\\\\xf5~\\\\xdd\\\\xe0qZ6\\\\xb7G\\\\x9fD\\\\x1a\\\\xdc=\\\\xcfa\\\\xb9\\\\x1bs\\\\xb7\\\\xfc\\\\xd4>\\\\xbd\\\\xc0\\\\x7f\\\\x12\\\\xb4\\\\x08\\\\xd7\\\\xf6\\\\xfd\\\\xfd=\\\\xc1Z\\\\x10\\\\xdc\\\\x06\\\\x02\\\\'\\\\xc7\\\\x04\\\\'%3\\\\rt\\\\xd3}E\\\\x96\\\\xb1\\\\xba\\\\xb0\\\\x80@RHh\\\\x8f=:\\\\x82\\\\xadCI$\\\\x8c\\\\xd6\\\\xde=\\\\xac\\\\xa7\\\\x1f#*U\\\\x11TS[\\\\x99\\\\xfcs3:\\\\xc4n\\\\xd4\\\\x0e\\\\xff\\\\x00o\\\\\\\\\\\\x10^\\\\x88\\\\x99\\\\x11=\\\\xaa2\\\\xb3Z%\\\\xdd)%\\\\x8b\\\\xd8\\\\\\\\\\\\xea\\\\xde\\\\xe7\\\\xa4\\\\xed\\\\x00};~\\\\xd9\\\\xea\\\\x13\\\\x99\\\\xb0E\\\\xb1\\\\x14S\\\\x8b\\\\xee\\\\xda\\\\xfe\\\\xe1U6\\\\xa9\\\\xd4\\\\xc4)\\\\xd2>\\\\xe8\\\\x07\\\\xf7\\\\xe9\\\\xd1d\\\\xaa^yOHP\\\\x86R\\\\x15\\\\xde\\\\xad\\\\xeb\\\\xb8\\\\xb1\\\\xb5t\\\\x00\\\\xee\\\\xee\\\\x16T\\\\xc1\\\\x1d\\\\xa6g\\\\xee\\\\x9e\\\\xa1\\\\xd3\\\\xfd\\\\xbc\\\\xb9`\\\\x8f\\\\xd5\\\\x94\\\\xb5P\\\\x8f\\\\xbb\\\\xd1l\\\\x94-\\\\x13\\\\xb6t\\\\x07o\\\\x94\\\\x8dbz\\\\x19@H\\\\xac\\\\xc9\\\\xd93\\\\x99\\\\x1c\\\\xbe\\\\xaa}w\\\\xd5\\\\x93K\\\\x18\\\\xdb\\\\xfcI\\\\xb5\\\\x81Y\\\\xeef4=\\\\xc7c\\\\xd2e\\\\x13\\\\x12\\\\x15i\\\\xdb\\\\x95\\\\xb92\\\\xd4\\\\x89pr&[h;@\\\\x02 L\\\\xf9\\\\x11\\\\x1e]\\\\x11!\\\\x91\\\\x13\\\\x16S\\\\xd6\\\\x9b\\\\xd46\\\\xe6\\\\x82\\\\x84\\\\x16RL\\\\xea`\\\\x13\\\\xe2\\\\x07H3\\\\x89\\\\xc1 \\\\xce\\\\'\\\\x05\\\\xb1\\\\x9e\\\\xda\\\\xcd\\\\xb5\\\\xdb\\\\xb9\\\\xab+\\\\xb6\\\\xc0F\\\\x8d\\\\x02\\\\x08:\\\\x11\\\\x1e\\\\x11\\\\xe2:\\\\x88\\\\xb5\\\\x08\\\\xa1C\\\\x16,cB\\\\x81\\\\xe6|w\\\\x170Yv\\\\x03\\\\x0c{&}\\\\xbe\\\\xf5\\\\x92d\\\\x9d\\\\x06\\\\xab\\\\xf7xxt\\\\xc1y\\\\xa9%~\\\\xcf\\\\xc8\\\\xca\\\\r\\\\x1b\\\\x81\\\\xfa\\\\xe6\\\\x93r\\\\xb1/\\\\xc3\\\\xb4\\\\xd5}e\\\\x18~\\\\x16\\\\xf0a\\\\xe6\\\\xa7\\\\xc4t\\\\xf5\\\\xafn\\\\xe4n\\\\x07\\\\x89p\\\\xa3u\\\\xc8\\\\xd6h\\\\xe5\\\\x082t \\\\x881\\\\xa8\\\\xeb\\\\x82\\\\xe5\\\\xd9?\\\\xed\\\\x7f\\\\xf5\\\\xca\\\\xef\\\\x80|\\\\x92\\\\xae\\\\x17\\\\x97\\\\xccQ\\\\xf1^n\\\\xc1U\\\\xea\\\\xf3\\\\xed\\\\xe3\\\\xd8\\\\xdf\\\\x85\\\\xfcJ\\\\xa8\\\\xfe(\\\\xfd\\\\xfdc\\\\xfc\\\\x9e\\\\xc4\\\\x19\\\\x7f\\\\x91lW\\\\tu\\\\x1c\\\\xfb\\\\xb3\\\\xe9\\\\xd8\\\\xbc\\\\xef\\\\xcal\\\\x8cF\\\\xb8\\\\xf7\\\\xaf\\\\xaevp\\\\xd8\\\\xbc\\\\x96&6g\\\\x13\\\\xc86_\\\\x1bpK\\\\xae\\\\xc9$\\\\x10\\\\x92A\\\\x04F\\\\xa4\\\\x10D\\\\x00u\\\\x13\\\\xd6U\\\\xc8j\\\\x01\\\\x8d\\\\x0f\\\\x14^^\\\\xf4\\\\x03;U-\\\\xf2|\\\\x13q\\\\xaf\\\\xbf\\\\x17 Z\\\\x1a\\\\xc6\\\\xb6\\\\xa0\\\\xaf \\\\xba\\\\xc4\\\\xa9\\\\nG\\\\x81\\\\xf0\\\\xfe\\\\xee\\\\xb8L\\\\x86\\\\x8b,\\\\xed\\\\x1az!Y9F\\\\xab\\\\xa9\\\\xc8[\\\\x1e\\\\xc7\\\\xb1\\\\x06\\\\xe0\\\\xbbSj1\\\\x92\\\\x01\\\\xd4\\\\xb6\\\\x82&\\\\x7f\\\\xc0\\\\xf4\\\\xa9\\\\x88\\\\xbbT\\\\xa9\\\\x89 8Z0p\\\\x05\\\\x1c\\\\x80\\\\x19U\\\\xd5]Ya\\\\xecB\\\\xa4\\\\x04\\\\x93\\\\xae\\\\xa1D\\\\x03\\\\xdfN\\\\x86\\\\xd4\\\\x0e\\\\x05[2\\\\x13\\\\x0e\\\\xea/2\\\\x96\\\\xa5\\\\x8aqj\\\\rf\\\\xc2\\\\x1eD\\\\x97\\\\x027\\\\x1fI:\\\\t\\\\x8d;\\\\xc7WD\\\\x9a\\\\x81T\\\\x90d\\\\xb61\\\\x149\\\\xbe\\\\xc3Uk,\\\\xe2\\\\x8d\\\\x12Ut\\\\x81:}\\\\x93\\\\xd3\\\\xcc\\\\x9a\\\\xa5\\\\x08\\\\x05W9\\\\xadU\\\\xf7\\\\xe4{\\\\x140\\\\xad\\\\xacd\\\\xb2\\\\xc0=AI\\\\xf4\\\\xa9\\\\x8d\\\\x0f\\\\xf9\\\\xf4\\\\xb2AvK\\\\x95P\\\\xf5\\\\xc7t\\\\x15\\\\xb3\\\\xd4\\\\xb6\\\\xe3\\\\xd5`\\\\x15Z\\\\xa1J\\\\xb0\\\\xf0\\\\x12;\\\\x11\\\\x00\\\\x8d:\\\\x06b\\\\x1d2\\\\xdc\\\\t\\\\x06\\\\x94\\\\xe6\\\\x85\\\\xf2\\\\x87\\\\x18\\\\xdf\\\\xebG\\\\xf7\\\\x1c\\\\x99\\\\xb6\\\\xa5c\\\\n\\\\xbd\\\\x89S\\\\xe5\\\\xf6\\\\xf4\\\\xd3&\\\\xaaU\\\\xca\\\\x14\\\\x83\\\\x90\\\\xe8\\\\xedy\\\\x16\\\\xd8*\\\\x80\\\\x19H\\\\x00\\\\x10t\\\\xd7]d\\\\xeb\\\\x1f\\\\xbf\\\\xae\\\\xa2\\\\xad&\\\\xab\\\\xa6\\\\x0e\\\\x1a\\\\xccO\\\\xca\\\\x93b\\\\xda\\\\xd9V\\\\x1f\\\\xe6^\\\\x0e\\\\xe0\\\\x80\\\\x82Y`\\\\x08\\\\x925\\\\xd4\\\\xff\\\\x00\\\\x87D\\\\x08\\\\xc9Y\\\\xb1-!\\\\x888%\\\\xbc\\\\xea\\\\xd3u\\\\xa6\\\\x8d\\\\xa5lp\\\\xe2\\\\xc2J<\\\\x19\\\\x00\\\\x12\\\\xdah\\\\x0f\\\\x8c\\\\xfd\\\\xddN\\\\x15\\\\t.\\\\xc5\\\\xf2+~\\\\x16\\\\'\\\\x1e\\\\x19\\\\xb2\\\\x98\\\\x98\\\\xb0\\\\xaa\\\\xb8w\\\\x05a\\\\x81\\\\x10\\\\xa1\\\\xa2?\\\\xb7~\\\\x96f\\\\x03\\\\x92\\\\x9d\\\\x11\\\\xa97\\\\xe0\\\\xdf\\\\xc6cT\\\\xb4\\\\xdb\\\\x98\\\\xc0\\\\xce\\\\xe5JWpXY\\\\x86\\\\xd7q\\\\x91\\\\xa1#\\\\xb9\\\\xd3\\\\xa1\\\\x17X\\\\x8eJ\\\\xc8\\\\x9c\"9\\\\x14\\\\xb9\\\\x9fB\\\\xdf\\\\x9a\\\\xf9\\\\x18,\\\\xc3\\\\x16\\\\xd8*\\\\xb1\\\\xf8G\\\\x84\\\\x8dI\\\\xed\\\\xdb\\\\xfb\\\\x06H\\\\xb1U\\\\xa6\\\\x01\\\\x97\\\\xa7\\\\x12\\\\xa3\\\\xbf\\\\x15CZ\\\\xa9U\\\\xa5\\\\x941W\\\\xb7P{F\\\\xe6\\\\x03S\\\\xe1\\\\xaf\\\\xdd\\\\xd0\\\\xc9\\\\x9d\\\\xd0J\\\\xd8\\\\x91\\\\x01h\\\\xbb\\\\x81\\\\xbbs\\\\x1cg\"\\\\xa9UB\\\\x93\\\\xd8j\\\\x00\\\\x92G\\\\x9f\\\\x8f~\\\\xa0\\\\xdbdF$\\\\xb5T3\\\\x8bo\\\\x1fQ\\\\xc8\\\\xae\\\\xb7\\\\xb2\\\\xf9+uL$)\\\\x83\\\\xb4\\\\xc8\\\\x89 \\\\x0f\\\\xdb\\\\xd0\\\\x0b^\\\\x96\\\\xcd7S\\\\x10FY)4r\\\\xb9\\\\x0fU\\\\xad\\\\x97\\\\xca=8\\\\xd6W\\\\xecfWe\\\\x84\\\\x8bt\\\\x96\\\\x0c\\\\xaau\"N\\\\x91\\\\x03\\\\xbfS\\\\x18\\\\x90\\\\xee@\\\\x1fTp\\\\x94Nf\\\\xaa\\\\xd4\\\\xe1~I\\\\xca\\\\xf2|\\\\x07\\\\x11\\\\xc6X\\\\xa3;\\\\x8d\\\\xe1\\\\xaf\\\\xbe\\\\x8c^M\\\\x16\\\\xc6\\\\xb1\\\\xd2\\\\xdf[T\\\\xe3r\\\\x82\\\\xab>\\\\x93\\\\xa7\\\\xee\\\\xe9\\\\x1f))]\\\\xda\\\\xc6,\\\\xe2\\\\x06\\\\x85hmKM\\\\xf9\\\\xa38\\\\xd5\\\\xbd\\\\x1c\\\\x85\\\\xa2\\\\x8f\\\\xf5\\\\x87[\\\\x96T\\\\x89\\\\xef\\\\xa0\\\\xf2:k\\\\xa7X\\\\xfba\\\\x90=\\\\xebD\\\\xb3\\\\xa6*\\\\xaaJ\\\\x82Z)\\\\x08\\\\x10\\\\xee\\\\xac\\\\x19%\\\\x0c\\\\xe9 \\\\xcfx\\\\xd4u\\\\xa2 \\\\xe1\\\\xdb5\\\\x05\\\\x9d\\\\'\\\\xfe\\\\xa9\\\\x0c\\\\xb5\\\\xc5\\\\xc6\\\\xe4v\\\\x14\\\\xbb&\\\\xb8\\\\'l\"\\\\xa9&B\\\\x83$\\\\xe8~\\\\xc9\\\\xd3\\\\xaas2\\\\xb6L\\\\xc1`:d\\\\xb3\\\\xf7^\\\\xacW1\\\\x92\\\\xady\\\\x15\\\\xa1v\\\\x04\\\\xb23\\\\x03\\\\r\\\\xfe\\\\x92d\\\\xe8~\\\\xce\\\\xae\\\\xfc}\\\\xd9]&L\\\\xc1c]\\\\x02\\\\xd8\\\\xa9Z\\\\xf3\\\\x14\\\\xddp\\\\xab\\\\x1a\\\\xa3\\\\xef!\\\\x0e\\\\xc1\\\\x84\\\\xfaI\\\\x12X\\\\xf6#\\\\xee\\\\xea\\\\xd6\\\\xe2N\\\\x08\\\\xfa\\\\xa5\\\\xda|N\\\\x05i\\\\xe4\\\\n\\\\xbeUm\\\\x84\\\\xae\\\\xd4\\\\xb2\\\\x06v\\\\xd9\\\\xb4\\\\x06\\\\xd3r\\\\xc0\\\\xef\\\\xb64\\\\xf1\\\\xe9BZK\\\\x07\\\\xc17P!\\\\xe5\\\\x8f\\\\x1eJn\\\\x065\\\\x99$[\\\\xf9{N\\\\x18aN\\\\x80\\\\xcc\\\\x88:i\\\\xe6c\\\\xef\\\\xea\\\\xcc$\\\\x12%\\\\x12\\\\x03\\\\xe3\\\\xc6\\\\t\\\\xbe\\\\x9e\"\\\\xa0\\\\xd5\\\\xd9{\\\\xd9\\\\xed\\\\xa85V\\\\x8a@&\\\\x08-%`x\\\\xc7D+\\\\x8a`\\\\xb2h\\\\xf8Q\\\\x11\\\\xb3\\\\x9f\\\\xc0\\\\xe1\\\\xeeJ\\\\xa8A\\\\x9e\\\\xbbak\\\\nEQ&@P<4\\\\x813\\\\xe2N\\\\xbdH$P\\\\'{\\\\xe0R\\\\x042]\\\\xe4~G\\\\x9dm\\\\xbb\\\\xebeJ\\\\xd6\\\\xc3\\\\xed\\\\xd0W\\\\xd5\\\\xa1\\\\x1f\\\\x89@\\\\x8dbc\\\\xa93\\\\xa5\\\\x0ej\\\\xaf\\\\xb9)\\\\x16\\\\xc0&.?\\\\x96\\\\xfe\\\\xab\\\\x8b\\\\x1c\\\\x96U\\\\\\\\u\\\\x8a\\\\xcbe*\\\\xc7cX\\\\xac6\\\\x9d\\\\x8a\\\\x04A\\\\xf3?\\\\xf1\\\\xe8\\\\x04\\\\x9c\\\\x9c\\\\x95\\\\x9bw\\\\x1f\\\\x1cRg1\\\\x87y\\\\xb2\\\\xec\\\\xb2}\\\\xfc}\\\\xd2\\\\xb7\\\\x03\\\\xe9\\\\x02~\\\\xa0L\\\\x11\\\\x064\\\\xe8\\\\xb4\\\\xb9@\\\\xc4\\\\x8e+\\\\xd8\\\\x96Z\\\\xefb\\\\xe4+W\\\\xa9+V\\\\x15\\\\xb0\\\\xdd25\\\\x82<\\\\x07o\\\\xb3\\\\xa9\\\\x88\\\\x0e\\\\xa7N\\\\xa0\\\\x9c\\\\xf8nZ\\\\xbeH\\\\xff\\\\x00O\\\\xcdYf?\\\\xca\\\\x00\\\\xea\\\\xdb\\\\x810L\\\\x12#_\\\\xee\\\\xe9d\\\\x83B\\\\x9bn\\\\x98\\\\xa4\\\\xfeg\\\\x13\\\\x1b\\\\x17>\\\\xda\\\\xa9kk\\\\xa6\\\\xc3\\\\xbb\\\\xda\\\\x8d\\\\xee\\\\x01\"c]O\\\\x90\\\\xf0\\\\xeb\\\\xb4\\\\x81\\\\x81\\\\xeeD_ \\\\x17\\\\xb8\\\\x98?\\\\x9av\\\\xfc\\\\x9b\\\\xd6\\\\x9e\\\\x96\\\\r$\\\\x06\\\\xf6\\\\xd7X+\\\\xa6\\\\xbeq\\\\xff\\\\x00\\\\x1e\\\\x8eD\\\\x19>\\\\xf4\\\\xe4\\\\xd7nb:\\\\xd0\\\\xb0Q\\\\xc1]\\\\x8c\\\\x00\\\\x89\\\\x07\\\\xfb\\\\xccu\\\\\\\\\\\\x83G%\\\\xfa`\\\\xc9\\\\xb1.NI\\\\xbb\\\\x90\\\\\\\\{\\\\xf0\\\\xb6\\\\x17J\\\\x9a\\\\xe5!j\\\\r\\\\xb9\\\\x91\\\\x8c\\\\xeb\\\\xe2A\\\\x83\\\\xe3\\\\xdf\\\\xa2\\\\r?\\\\xa29\\\\x90\\\\x07\\\\'H\\\\x17q\\\\xd95\\\\xadm[{\\\\x89N\\\\x88\\\\xb67\\\\xe1 \\\\xcc\\\\xc2\\\\x9dg\\\\xeb\\\\xd3bI\\\\xaaL\\\\x86X\"\\\\t\\\\x86\\\\x8d\\\\x85{\\\\xb2^l:WRV6}Y\\\\xf4\\\\x9f\\\\x13\\\\xdb\\\\xa2\\\\xb8c\\\\x18\\\\xbb(\\\\x80\\\\x93\\\\x97\\\\xe5\\\\xf6[\\\\x9f\\\\x87\\\\xcc\\\\xae\\\\xb2\\\\x96\\\\xd2\\\\x15\\\\x9c\\\\xa9\\\\xf76n%J\\\\x82\\\\x037\\\\xd4w\\\\xea\\\\'\\\\x19iv\\\\xfe\\\\x91\\\\x00\\\\x1b\\\\x15k|Z\\\\xaapn\\\\xafx\\\\xaf;\\\\x1d\\\\x10\\\\x8bV\\\\xa6`\\\\xb6\\\\x16]\\\\xc5Q\\\\x86\\\\xa0\\\\x81\\\\xe5\\\\x12\\\\x7fgA9\\\\x08Q\\\\xc1\\\\x1c`\\\\x9bh\\\\x00_\\\\x99\\\\xe1\\\\xd0<\\\\xae?\\\\x16\\\\x8c\\\\xcb/\\\\x08,\\\\xb0\\\\xbb\\\\x16\\\\x0eAU\\\\xde\\\\xc7h\\\\x1a\\\\x8e\\\\xc3\\\\xb4\\\\xf7\\\\xea\\\\x88\\\\xdb\\\\xff\\\\x00\\\\xa8\\\\x16\\\\xe5\\\\xde\\\\x99)\\\\x00U\\\\xc9\\\\xf0\\\\x0c\\\\x04\\\\xa6\\\\x97\\\\xbd\\\\xf1\\\\\\\\\\\\x05\\\\xad\\\\x8d6\\\\x01\\\\xb5\\\\xe4\\\\xc9\\\\xd6fbH\\\\x13\\\\xf6\\\\xf4\\\\x16\\\\x8cu\\\\xb0\\\\rO\\\\xedY\\\\xb3\\\\x02\\\\xcekUN|\\\\xc7\\\\x899|\\\\xceu\\\\xc4\\\\xdam\\\\xb5\\\\x92\\\\xc4\\\\xb8\\\\x08\\\\x00\\\\xafx_\\\\xa4\\\\xeb\\\\x11\\\\xd5\\\\xbbv\\\\x8c\\\\xa2]\\\\xc1+7z\\\\x1ee\\\\x83\\\\xbaL\\\\x1c~mx\\\\xf7\\\\x1bP\\\\x84\\\\x03j\\\\xc0,[o\\\\xa8H\\\\'\\\\xeb?N\\\\xddcn\\\\xad\\\\xdc\\\\xd6\\\\xceH\\\\t\\\\xdbx\\\\x83\\\\x03FJ#\\\\x1d\\\\xcd\\\\xfb\\\\xac\\\\xafm\\\\x8b\\\\xbb{\\\\x9d\\\\xcc^\\\\x0c\\\\xe9\\\\xf5?\\\\xd8t\\\\xdb@\\\\xc8\\\\x12\\\\xff\\\\x00\\\\xc7\\\\xf2\\\\xab\\\\\\\\&4gV\\\\x1f\\\\t\\\\x86\\\\xdc\\\\x8e=Mu\\\\x05\\\\xe8\\\\xc3u\\\\xf6\\\\x9e@;\\\\x8e\\\\xa57\\\\x02\\\\x0f\\\\xef\\\\xf1\\\\xea\\\\xdd\\\\x8b \\\\x82\\\\xc4\\\\x91\\\\xc6k\\\\xa0gp\\\\xb1\\\\xcb\\\\xee\\\\xb4|\\\\x8di\\\\xae\\\\x94\\\\xc2ZX\\\\xe4V\\\\xa5\\\\x9e\\\\x04\\\\xc4\\\\xeagM4\\\\x07\\\\xb1\\\\x9e\\\\xaan\\\\xf6\\\\xa2:td\\\\x9d;\\\\xf41\\\\xe4\\\\x17\\\\xbf\\\\x1b\\\\xc7\\\\xa5o\\\\xb0\\\\xe5\\\\xa2\\\\n\\\\x85d\\\\x1bL\\\\x94\\\\x0c\\\\x7f\\\\x88\\\\xef\\\\x1a\\\\x89\\\\x1d>\\\\x05\\\\x883\\\\x18\\\\xd3\\\\x8f\\\\xb2\\\\xa9l\\\\t\\\\xf6c\\\\xde\\\\x9ex\\\\xaeg\\\\x17\\\\x1b\\\\x90\\\\xad]wR\\\\x8cR\\\\xbb\\\\x10\\\\x02\\\\xbe\\\\x93\\\\xa6\\\\xcf\\\\x00\\\\x06\\\\xe8\\\\x04\\\\x9f\\\\xb3\\\\xab7H\\\\x83D\\\\xe08\\\\xc5:\\\\x17\\\\xd8\\\\xd10|\\\\x9f\\\\x93(\\\\x85q\\\\xe8*\\\\xd6\\\\xefRC\\\\x06\\\\x15\\\\x98\\\\x04\\\\xc3L\\\\xeb>\\\\'\\\\xa3\\\\x91\\\\xd6\\\\x18\\\\xe0\\\\x9b~\\\\xe3F\\\\x8a\\\\xbd\\\\xbe\\\\xcb\\\\r>\\\\xd0\\\\xb5\\\\x9b\\\\xdd\\\\xa5\\\\xbd61\\\\x0c\\\\xa4\\\\xedf-\\\\x00\\\\x85S2|\\\\x7fgQ\\\\x1bf\\\\x01\\\\x81zb\\\\xb3e2e\\\\xdb\\\\xd4\\\\xfd\\\\x12\\\\xf6V%\\\\xd6^-\\\\xac\\\\x13\\\\x91l\\\\x97dOF\\\\xd0\\\\xda\\\\r\\\\xba\\\\xf6\\\\xeet\\\\xfbH\\\\xea\\\\xa5\\\\xcbr\\\\xd5Ls!0KP\\\\xa0w\\\\x18+\\\\x9f\\\\xe3\\\\x14\\\\xbe\\\\x1f\\\\x0b\\\\x8bS/\\\\xb6X\\\\x17\\\\xb7q\\\\xd9\\\\xbc\\\\x82Ob\\\\x01\\\\x1e \\\\xc1\\\\xea\\\\xe5\\\\x97\\\\x11\\\\xf5\\\\x1c\\\\x99_\\\\xb1\\\\x1d0b\\\\x1276\\\\x18f\\\\xde\\\\x15o\\\\xc56\\\\xb3:o]MfB\\\\xb4\\\\x96\\\\x90\\\\x04\\\\x1dzDlF\\\\x01\\\\xc6\\\\x14\\\\xc7\\\\xcdR\\\\xb99JM\\\\xda\\\\xa6\\\\xf0\\\\xbcu\\\\xd9is\\\\x94\\\\x17+ X\\\\x04\\\\xfbi\\\\xed\\\\xc4\\\\x12\\\\x1a;X\\\\xba\\\\xeb\\\\xdf\\\\'\\\\x1e\\\\xba\\\\xbd\\\\xb2\\\\xc6\\\\xb8%\\\\x18\\\\x12\\\\x08aY\\\\x10\\\\x14\\\\x1f/!\\\\xa7\\\\x87G\\\\xb6\\\\x0f\\\\x17 \\\\xc4\\\\xf2uZ2\\\\x11\\\\x9eD2\\\\x8f\\\\xc9c\\\\x84\\\\xc8v\\\\xb4\\\\x8bp\\\\xdfr\\\\\\\\\\\\xa5\\\\xc2\\\\x16#\\\\xf8\\\\x83\\\\x06$\\\\xe9\\\\xae\\\\x83\\\\xef\\\\xd7\\\\xa6\\\\x88\\\\x17\\\\xe8\\\\x10\\\\\\\\1\\\\x8c\\\\x87/\\\\xaa\\\\xf7\\\\x1f\\\\x98\\\\xa3\\\\x8f\\\\xa8\\\\x9b\\\\xb1\\\\x7f2\\\\x0b{\\\\x94X\\\\x14\\\\xfb\\\\x95m\\\\x1b\\\\x95\\\\x88=\\\\x8e\\\\xd9\\\\x03\\\\xf6\\\\xfdz\\\\x060\\\\x0c\\\\xee\\\\xac\\\\r\\\\xc7N\\\\x02\\\\x95\\\\x93\\\\x95\\\\x87\\\\xcba\\\\x8b\\\\xeb\\\\xa3\\\\xdb\\\\xba\\\\xba\\\\xdbz=\\\\xa1QX\\\\x91\\\\xb9QTz\\\\x89\\\\x89\\\\x8f\\\\xf0\\\\xe9vn\\\\x9b\\\\x90|\\\\x0f\\\\x8ejf5\\\\xe0\\\\xc9\\\\x1f>\\\\xbc\\\\xc1w\\\\xb3e\\\\x85BY\\\\xb6\\\\x010\\\\xb0 \\\\xc1\\\\x10`\\\\xcfs\\\\xd6\\\\'\\\\xc9]/\\\\xa2C\\\\n\\\\xa8\\\\xb3l\\\\x93L\\\\x0b\\\\x04\\\\xd1\\\\xc3~R\\\\xd1V!ol9\\\\xd8,\\\\xba\\\\x0c\\\\x16\\\\xd6A\\\\'N\\\\xda\\\\x1f1\\\\xdb\\\\xb7T6\\\\xf7m\\\\xb6\\\\x99\\\\x00dy\\\\xe1\\\\xfcd\\\\xb5\\\\xc1\\\\x02,Qz>.\\\\xd5f\\\\xad\\\\xadH\\\\xbd-\\\\xdb\\\\xeac>\\\\xd9\\\\x0eC\\\\x06\\\\xd0\\\\xe8A\\\\x89\\\\x8e\\\\xab\\\\xee\\\\xb6w\\\\x85!\\\\x83\\\\x9c2\\\\xcb\\\\xcb\\\\x9a8\\\\xd8\\\\x8c\\\\x88\"\\\\xa3\\\\xea\\\\x9f\\\\xaa\\\\xc2Jp3\\\\x0b\\\\xd2\\\\xf4SeC\\\\xdb|tf\\\\t\\\\xdc\\\\x86\\\\x83\\\\xa9\\\\x03\\\\xc3C\\\\xd6\\\\xcd\\\\xad\\\\x87\\\\xb5\\\\xb7\\\\xd0I\\\\xe6O.\\\\xa9\\\\xd7\\\\x9c\\\\x05\\\\xcf\\\\x1c\\\\x9b;\\\\xe4^\\\\xb72\\\\xfb\\\\x8e\\\\xdb\\\\x83\\\\x10u\\\\x12w\\\\t\\\\x93\\\\xf7\\\\xc7Y\\\\x16\\\\xc3u\\\\xf3\\\\xe3\\\\xb5d]\\\\x8c\\\\x8c\\\\xa9\\\\x8eH\\\\x7f\\\\xb3W\\\\xff\\\\x00\\\\xb5\\\\xff\\\\x00\\\\xe7\\\\xff\\\\x00\\\\xc7\\\\xab\\\\x1a\\\\xa3\\\\xc0T\\\\xb4\\\\x1e\\\\x8b\\\\xff\\\\xd1\\\\xf8\\\\xb1\\\\x99\\\\x8e\\\\xb7-y\\\\x14\\\\x8d\\\\xeaD\\\\x9b\\\\x0e\\\\x84I\\\\xd6|\\\\xfa\\\\xa7f\\\\xe1\\\\x8b\\\\xc4\\\\xaf+f\\\\xe1\\\\x8b\\\\xc4\\\\xacq\\\\xd4\\\\xd0\\\\xa5M{\\\\xcb\\\\xa9\\\\xd4xv\\\\xd7\\\\xfbv\\\\xeb\\\\xae\\\\x1dG\\\\x157\\\\x0e\\\\xbc\\\\xd1\\\\x1a*{\\\\x89\\\\xf7\\\\x0f\\\\xa4\\\\x99\\\\xadGmt\\\\xf0\\\\x1f\\\\xdd\\\\xd2\\\\' 0U\\\\xaeLG\\\\x04\\\\xf1\\\\x80\\\\x9f\\\\x95\\\\xc7\\\\xb5l*\\\\xb6hN\\\\xef\\\\xe1\\\\x02fXLL\\\\xf6\\\\x1dgJd\\\\x97\\\\x1cv,\\\\xab\\\\xb3\\\\x8c\\\\xf2%\\\\xf0By\\\\x1b\\\\xed\\\\xbe\\\\xd5\\\\x05d\\\\xc6\\\\xc50\\\\xd3\\\\x1e^3?oO\\\\xb6\\\\x06)\\\\xdbx\\\\x08\\\\x84;\\\\xda\\\\x10\\\\xb60\\\\x8b\\\\x1fJ\\\\xbcL\\\\xf8\\\\xe9\\\\xd35e\\\\x92~\\\\xbc\\\\xb2QW\\\\x08\\\\xb3\\\\x80\\\\xd2T\\\\xd9\\\\xbd\\\\xd7P#\\\\xc6N\\\\xb1\\\\xf6\\\\xc6\\\\x9d\\\\x19\\\\xba\\\\x02i\\\\xbc\\\\xc3\\\\xb9D\\\\xe41i\\\\xaa\\\\xcbE^\\\\xe5\\\\xb49\\\\x01=\\\\xc8%Dht\\\\x1d\\\\xe3\\\\xc6:m\\\\x9b\\\\x8f\\\\xd17ovR\\\\x01\\\\xd8\\\\x1e\\\\x89r\\\\xc3jXT\\\\xb8 \\\\x12s\\\\xd1\\\\xc6\\\\x02B\\\\xb5E\\\\x18\\\\t\\\\x075Y\\\\x0bQ\\\\xebz\\\\xedD\\\\xc8\\\\xa6\\\\xc0M\\\\x8a\\\\xe0k\\\\xa8\"g\\\\xb9\\\\x04u\\\\x06$\\\\x1aQs\\\\x18\\\\x90cB8\\\\xf0@\\\\xb3>7[\\\\xabY\\\\x85p[`\\\\xb7\\\\xe5\\\\x98\\\\x82\\\\t\\\\xd7\\\\xd2\\\\x0fq\\\\x00x\\\\xfe\\\\xee\\\\x8a7A\\\\xc6\\\\x8a\\\\xf5\\\\x9f\\\\x91\\\\xabLw\\\\xa5\\\\\\\\\\\\x8cl\\\\x8cW\\\\xf6\\\\xf2)j\\\\x9b\\\\xc3p\\\\xd0\\\\x81\\\\xa4\\\\x83\\\\xd8\\\\x8f\\\\xa8\\\\xe9\\\\xabR\\\\x13\\\\x8c\\\\xc3\\\\xc4\\\\xb8Yc\\\\\\\\)\\\\xb01\\\\x98\\\\x1d\\\\xe0\\\\xc7m|\\\\'\\\\xc7\\\\xa9\\\\x05\\\\x97J:\\\\x83/\\\\xa5\\\\xdf\\\\xedS\\\\xfd\\\\xc2:\\\\xa6\\\\x1f\\\\xe9\\\\xef\\\\xca\\\\xb9f\\\\xaa\\\\x83\\\\xe8\\\\xe0\\\\xb3/o\\\\xc4\\\\x01\\\\xff\\\\x00\\\\x91f\\\\xee\\\\xc64_\\\\xdd\\\\xd7\\\\x9c\\\\xf9\\\\r\\\\x91\\\\xb1-Q-l\\\\xff\\\\x00\\\\xf8\\\\x9e]\\\\x87/\\\\x05\\\\xe4w\\\\xfb#fd\\\\x81C\\\\xe4W\\\\xd1\\\\xbf\\\\xc8W\\\\xca\\\\xfbl\\\\xf5&\\\\xda\\\\xc9\\\\x0buZ\\\\x96\\\\x0cF\\\\x82$\\\\xc0\":\\\\xce\\\\x912g\\\\x18S\\\\xb5dN\\\\xd7:\\\\xa8\\\\x9c\\\\xdf\\\\xc7/O\\\\xe5\\\\\\\\\\\\x88\\\\x8by\\\\x1f\\\\xcb\\\\xa0\\\\x08sZ\\\\xf8\\\\x82\"\\\\x01\\\\xd0\\\\xeb\\\\xd3\\\\x00\\\\x06,\\\\xca\\\\xa5\\\\xdb\\\\x06&\\\\x99$\\\\x83\\\\x88\\\\x13\\\\x16\\\\xd6\\\\xb03\\\\x15\\\\xff\\\\x00\\\\xf7rZ`\\\\x03\\\\xab4h~\\\\xde\\\\x93h\\\\x0b`\\\\x81\\\\x81\\\\xcd\\\\x0c\\\\\\\\\\\\x17>\\\\x0b]\\\\x19\\\\x15\\\\xe5\\\\xd4\\\\x8e\\\\xf5\\\\x1b\\\\x0e<\\\\x0b\\\\xca\\\\x01\\\\xbb\\\\xcb]\\\\xda\\\\x91=\\\\xff\\\\x00\\\\x7fWmI\\\\xf1Rb\\\\x929\\\\xea\\\\x18\\\\xe4>P\\\\x0e\\\\xd5=\\\\x86+\\\\t\\\\xa0\\\\xd3\\\\xf1\\\\xa8\\\\xd7\\\\xc3\\\\xbe\\\\xbfoRI%W\\\\xba\\\\xe0\\\\xe0\\\\x91\\\\xf3\\\\xb8\\\\x9b\\\\xb1\\\\xedU\\\\xaa\\\\xe4k\\\\xafR\\\\xc3\\\\x1c\\\\x12`\\\\x8dC4@\\\\xd0\\\\x19\\\\x8e\\\\xa7\\\\n*\\\\xe2\\\\x05\\\\xf1Y\\\\xd7Nh\\\\xe2N\\\\x05\\\\xec*\\\\xa2\\\\x8bE\\\\xab\\\\xb67\\\\xb3\\\\xb1\\\\x89\\\\x91\\\\x04\\\\xf9\\\\xfd\\\\x9d\\\\x13H\\\\x86W\\\\xad\\\\xcaZ4\\\\xe0\\\\x12\\\\xb6}5Z\\\\xf6\\\\n\\\\xdc9\\\\xa9&\\\\xf0\\\\x82v\\\\xc1\\\\x90dk\\\\xdf\\\\xcf\\\\xae\\\\xc1\"q\\\\x04\\\\xa0O\\\\xc5\\\\xe1\\\\xd8\\\\x86\\\\xe5\\\\xb9\\\\xaa,\\\\x0e\\\\xd4\\\\xdb\\\\x02I\\\\xd4\\\\xfdOi\\\\x11\\\\xd4?$\\\\x1e\\\\xce\\\\xac\\\\xd6x\\\\\\\\E\\\\x14Z,|\\\\xc5DJ\\\\xd80\\\\x8d\\\\x19\\\\xbb\\\\x89\\\\xd4\\\\xea v\\\\xeaF\\\\x18\\\\xa6[\\\\xb2\\\\xc6\\\\xa8_)\\\\xc5S\\\\x96jlJ=\\\\xc7\\\\x04\\\\x0b\\\\x1c~ \\\\xcd\\\\x10=K\\\\x00\\\\x18\\\\xa1\\\\xb6K\\\\xe2\\\\x88\\\\xf1\\\\xf8\\\\x17T\\\\xc7%\\\\x88Kb\\\\x19\\\\t\\\\xde\\\\xbbX\\\\xea\\\\x01\\\\xf1?w]\\\\x18\\\\xb5S#\\\\x174V\\\\x05\\\\x18V6 \\\\xd9\\\\x8ek\\\\x0c\\\\xa5\\\\xdd\\\\xdc\\\\x1fS\\\\xc6\\\\xb2\\\\x07i\\\\x1a\\\\xf8t\\\\xc8\\\\xc8\\\\x1a+F\\\\x0c+\\\\x8a\\\\x17\\\\x99\\\\x81jaE\\\\x98\\\\x9f\\\\xcd\\\\xce\\\\xad\\\\x9a\\\\xb50Y\\\\xd5\\\\x8c\\\\xee\\\\x91\\\\xda \\\\xc6\\\\x9d\\\\x19p\\\\xca\\\\xb9\\\\x89\\\\x03\\\\'*\\\\xb7\\\\xe5x\\\\x14_\\\\xcc\\\\xee\\\\xbc6\\\\xe0\\\\x08F\\\\xd1\\\\xfd^!`\\\\x02\\\\x17ws\\\\x07\\\\xcf\\\\xc3\\\\xa5\\\\x98\\\\xb8*\\\\x03\\\\x85\\\\xe7\\\\xc72\\\\xf38\\\\xac\\\\x9a0\\\\xf2\\\\xdcc\\\\xe3ZA]\\\\xc1\\\\xd4\\\\x85\\\\x04\\\\x815\\\\x00\\\\xbb\\\\xb7i\\\\xac\\\\x11\\\\xafX\\\\x9b\\\\xfb\\\\x92\\\\xb3\\\\x1d\\\\'\\\\xf5\\\\x93\\\\xb7N\\\\xee\\\\xabGo\\\\x03\\\\x8a\\\\xb7pm\\\\xdf\\\\xb1\\\\xc3\\\\x96\\\\x07Z\\\\xde\\\\xb6\\\\xd7\\\\xc8\\\\x8f\\\\x00w\\\\x03\\\\xe0>\\\\xbdd\\\\xec.8g\\\\x04\\\\x8c?\\\\x0bVN\\\\x9bq\\\\xed\\\\xf5\"9\\\\xf6=\\\\xadR\\\\x9d\\\\xa5C+A\\\\x98\\\\x04v\\\\xec~\\\\xfe\\\\xb7\\\\xa19\\\\x01P\\\\xdcrJf,y\"\\\\xfc\\\\xd6&7=\\\\xc6%l\\\\x8fw\\\\xb0\\\\xad\\\\xbd\\\\x9aH\\\\x12&D\\\\xf6&\\\\'\\\\xb7V\\\\xa5\\\\xed\\\\x80[5V\\\\xfd\\\\xadC\\\\xb1Q\\\\x19?\\\\x17\\\\xa1/\\\\xb6\\\\xff\\\\x00}\\\\x1e\\\\xdcm\\\\xcaM\\\\x84!@D\\\\xa9X*\\\\x07\\\\xa4\\\\xf63\\\\xd6n\\\\xdaDL\\\\x98\\\\xe3\\\\x87\\\\xe3\\\\x93\\\\xaa\\\\x17\\\\xadCKx\\\\xa5\\\\xfax\\\\xccD\\\\xb5\\\\xc94\\\\xd2\\\\x95\\\\xd8\\\\xd1s\\\\xcb\\\\xb9\\\\xdeOq\\\\xea:F\\\\xdd\\\\xd3\\\\xd5\\\\xab\"\\\\xe0$\\\\xccU\\\\xfc{\\\\xb2K\\\\x98\\\\xb6\\\\x18,\\\\x0e\\\\'\\\\x12\\\\x99l\\\\xc7\"\\\\xb1\\\\x91d\\\\xd6\\\\x1d\\\\x01\\\\x83\\\\xb3t\\\\x86N\\\\xe2\"\\\\t\\\\xfb>\\\\x9d]\\\\xb6\\\\xc2\\\\xa6\\\\x8a\\\\xb5\\\\xd1\\\\x03\\\\x9b\\\\xf1\\\\x829U5q\\\\xb4\\\\xdc\\\\x7f\\\\x95\\\\xf9_iY\\\\xd1\\\\x9cK@\\\\x07\\\\xd0\\\\x04\\\\xc4\\\\x99\\\\xef\\\\xa9\\\\xe8\\\\xc3\\\\t>)\\\\xb1\\\\x10\\\\x84\\\\\\\\\\\\xe1\\\\xf4J\\\\x1c\\\\xd7:}\\\\xbbq0Q1Q\\\\xad\\\\x1b,BK\\\\xb2\\\\xa8\\\\x06\\\\x01\\\\x805\\\\x89o\\\\xd9\\\\xa8\\\\xeb\\\\xa5\\\\x07U\\\\xe5x\\\\xc8\\\\x900J\\\\xf2\\\\xd9\\\\x0c\\\\xdb\\\\xacR\\\\xcda\\\\xf6\\\\x94\\\\x90\\\\xd61\\\\x1d\\\\xbd*\\\\xdbi\\\\xe8\\\\xf0:\\\\xf4\\\\xe9\\\\\\\\\\\\x06\\\\x1a@\\\\x02\\\\xae\\\\xf9\\\\xff\\\\x00Hb@,\\\\\\\\8\\\\xf1A\\\\xb0\\\\xf1r\\\\xb0\\\\xf2\\\\xb1\\\\xb2+\\\\xddb?\\\\xa9\\\\x99\\\\xf4-\\\\x04\\\\x8d)c\\\\xe4]V=\\\\x0bg\\\\xf3\\\\x15k\\\\xa1Cj\\\\xdaz\\\\x89\\\\x04\\\\xc6\\\\xa3\\\\xc3\\\\xf6OU\\\\xeeY0v\\\\x0e\\\\xca\\\\xb4\\\\xed\\\\x91*\\\\x1e\\\\x89\\\\x8b\\\\x07\\\\x1f\\\\xfaG\\\\x1f}7\\\\xe3\\\\'\\\\xb7\\\\xb9\\\\xb78\\\\x95>\\\\x953*W\\\\xbe\\\\xe9\\\\x8d\\\\xda\\\\x9e\\\\xde\\\\x1dM\\\\xb3\\\\xa4\\\\n\\\\x07\\\\xe5\\\\xf6N\\\\x106\\\\xe2d\\\\xf5>i\\\\x17\\\\xf3\\\\xb5f\\\\xb9\\\\xba\\\\xea\\\\xc2XH6\\\\x10\\\\xa5I)*\\\\xa4\\\\x10\\\\x06\\\\xa2t\\\\xd7\\\\xb7\\\\xed\\\\xe8\\\\xed]\\\\x17C\\\\x85\\\\x9fzGQ$\"\\\\xadux\\\\xd8\\\\x86\\\\x91]v\\\\\\\\]\\\\x99,%Ycl8\\\\n4\\\\x8f\\\\xae\\\\xa3_\\\\xa4u3\\\\x88!\\\\x8a8\\\\x9d\\\\x0e\\\\xde\\\\x18\\\\xf8-x4r\"\\\\xecz,F\\\\xa5.oj\\\\xb8\\\\xb2T\\\\xaf\\\\x90\\\\x02\\\\x00\\\\xf0\\\\xea\\\\xb9\\\\x9e\\\\x99\\\\x08\\\\xca\\\\x84\\\\xd1u\\\\xbb2>\\\\xa1\\\\x87\\\\x14\\\\xa7\\\\xd5Y9\\\\x18\\\\x15\\\\xdb\\\\xc7\\\\xbd\\\\xf5\\\\xa3~t/\\\\xb6Q\\\\xb7B\\\\xc0\\\\x02\\\\x01i\\\\x805\"O}\\\\x10`@:\\\\x9dz\\\\xab)kY\\\\xd2\\\\xb8oI\\\\x85\\\\x17\\\\x94Yr\\\\xabe\\\\\\\\Y\\\\xaa\\\\xac\\\\x94\\\\xa5\\\\x0f`\\\\xe4L~\\\\xee\\\\xdd.lH\\\\x03\\\\x13\\\\xf4]8\\\\x03\\\\xe9\\\\x8fz\\\\x91\\\\x86\\\\xf8\\\\xb9N\\\\x1d\\\\xaaU\\\\r\\\\xb8\\\\xb13>\\\\xa3\\\\xe9\\\\x83\\\\xaf\\\\x87\\\\\\\\c \\\\x97xN\\\\xd8g\\\\xe34O3\\\\xe3\\\\x8f\\\\xbd/FQK\"\\\\xd8k`C\\\\x10\\\\xc0\\\\x99\\\\x1d\\\\x8cH3=.R\\\\x95\\\\xb8\\\\x97\\\\xf1\\\\xfe\\\\x11B\\\\xf7\\\\xa6\\\\x959s@-&\\\\xb4j\\\\xd2\\\\xb5U-\\\\x0c\\\\x07y\\\\x1ed\\\\xeb\\\\xd1\\\\xc0\\\\x12\\\\xc4\\\\x9a\\\\xa3\\\\x8dK\\\\x92\\\\x85\\\\xd9R\\\\xbe\\\\xe0[y0\\\\x16\\\\x07\\\\xdf3\\\\xe1\\\\xdb\\\\xabQ\\\\x9b+Q\\\\x91\\\\x08F\\\\x7f\\\\x1fq\\\\xdeWi\\\\'\\\\xf8@\\\\x89c\\\\xdf^\\\\xadX\\\\xdc\\\\x05n\\\\xc6\\\\xe24P*\\\\xc0\\\\xf5\\\\xd8\\\\xf7\"\\\\xa5A\\\\x03(m`\\\\x8f\\\\x1e\\\\xdd\\\\xc7O\\\\x9d\\\\xfa\\\\x00\\\\rU\\\\x89n\\\\x0b\\\\x01\\\\x12]g\\\\xfdB\\\\xca\\\\x88\\\\xadW\\\\xf9aN\\\\xc0;\\\\x8e\\\\xe6I=\\\\xfa\\\\x11`H:\\\\x1f\\\\xf1\\\\xc4\\\\xaaqQ\\\\xdb\\\\x96b\\\\xc0\\\\xdaD9\\\\nd@\\\\x9f9\\\\x9e\\\\x8f\\\\xfcV\\\\x14L\\\\x1b:zr[\\\\xcd\\\\xd4d\\\\x80\\\\x18w\\\\x7f\\\\xc4N\\\\xa2t&~\\\\xd3\\\\xe3\\\\xd0\\\\x08J\\\\x05,BPK\\\\xd9\\\\x982A\\\\x1f\\\\xcd;\\\\x81W\\\\x80\\\\xda\\\\x16&\\\\x0c\\\\x03\\\\xa6\\\\xba\\\\xf7\\\\xd3\\\\xab\\\\xb0\\\\x98\\\\x90Z\\\\x9b}\\\\xcf:q\\\\xc7$=\\\\x14\\\\xe1W\\\\xf9\\\\x97K\\\\x1bl%t\\\\x95\\\\x13\\\\xb64\\\\xdd\\\\xdc\\\\t\\\\x07\\\\xc3\\\\xc7\\\\xbfD\\\\xadJB\\\\xe9\\\\xd2;\\\\xcf\\\\x1c2\\\\xd7^fM\\\\x86m\\\\xb6\\\\x14\\\\x08\\\\xac\\\\x92\\\\'P4\\\\x1b\\\\x94I\\\\xdd\\\\x1fa\\\\xef\\\\xa7\\\\\\\\\\\\n3b\\\\x03\\\\x00\\\\xa2\\\\xd2mk6\\\\xd6Uk\\\\xccR4_\\\\x00`J\\\\x8e\\\\xde\\\\xaf/\\\\x1e\\\\xa0&I\\\\x80s\\\\x92\\\\x95~K\\\\xe0\\\\xe3\\\\xd7\\\\x8e\\\\x08\\\\xf7\\\\x988\\\\xba\\\\xc3\\\\'\\\\xb9\\\\xdd\\\\xb6|\\\\xfd]\\\\xc7\\\\x8f\\\\\\\\JL .K^Y(\\\\xb5b]kT+\\\\xfc$\\\\x90\\\\x8f\"\\\\x13\\\\xbc\\\\x08\\\\xd7C\\\\x1d\\\\xfc\\\\xfa\\\\xe6M\\\\x9d\\\\xd8\\\\xc3\\\\x14\\\\xcc/\\\\x18\\\\x88)\\\\xba\\\\xc0\\\\xcc\\\\xef\\\\xb4\\\\xbfre\\\\xb4\\\\x8e\\\\xe6;\\\\xf4\\\\x06:\\\\xaa\\\\xb2\\\\x8d\\\\xbfx\\\\xea\\\\x88`\\\\x02\\\\x93U,\\\\xecl%[q\\\\x80A+\\\\x04\\\\x7f\\\\x11\\\\xfd\\\\xdf\\\\xbf\\\\xa0\\\\x9c\\\\xf4\\\\x86H\\\\x9c\\\\xd82%\\\\x95R\\\\xbdKk\\\\xb0\\\\x0e\\\\x8b\\\\xb5\\\\xd2D\\\\x96\\\\xf0\\\\xfb\\\\xb5\\\\xee:\\\\xafnLXp\\\\x15kR \\\\xb0Ad\\\\xa8\\\\xdcC#+\\\\x10\\\\xd3\\\\xdc\\\\x99\\\\xf1\\\\xea\\\\xed\\\\r\\\\x15\\\\xe6\\\\x06\\\\x8aE9\\\\x0e\\\\x87\\\\xbb\\\\x01\\\\x07h\\\\x90\\\\xd0;\\\\x9e\\\\xfd\\\\xfc\\\\xba\\\\\\\\\\\\xed\\\\x82\\\\x95;`\\\\xa9Y5cr4\\\\xa0\\\\xc9\\\\xac\\\\\\\\\\\\x14B\\\\xb0\\\\x11\\\\x04\\\\x904\\\\x8dGmzDI\\\\x81d\\\\x16\\\\xaeN\\\\xc4\\\\xbd4I9\\\\xfc=\\\\xf8g\\\\xdd\\\\xa0\\\\xb5\\\\xf4L\\\\x86\\\\x03\\\\xd6\\\\xbf\\\\xfb@\\\\x7f\\\\x7fV\"_\\\\x05\\\\xb5cu\\\\x1b\\\\xb4\\\\xc0\\\\xf2^q\\\\x9c\\\\x85\\\\x98v\\\\xad\\\\xabc##\\\\x03[&\\\\x85\\\\x08\"\\\\x08$\\\\xf7\\\\x1e\\\\x1d\\\\x11\\\\x02@\\\\xc6A\\\\xc1\\\\xc9\\\\x1d\\\\xfb\"\\\\xecY}R\\\\xff\\\\x00j\\\\xff\\\\x00\\\\xee5\\\\xf9\\\\xb5\\\\xc4\\\\xf8G\\\\xca3\\\\r\\\\\\\\\\\\xbd(\\\\x89\\\\xc6g\\\\xd8\\\\xe0\\\\x0c\\\\xc5\\\\x04M,\\\\xc4\\\\x98\\\\x7f/?\\\\xb7\\\\xaf-\\\\xbd\\\\xd9\\\\x1d\\\\xac\\\\x9f\\\\x18H\\\\xd0\\\\xe6\\\\x0f#\\\\xf69\\\\xf6\\\\xaf3\\\\xbb\\\\xda{R\\\\xa6\\\\x0b\\\\xe8B\\\\xfeg#\\\\x13b[hP\\\\x0bd\\\\xd7{\\\\x072DHa\\\\x1ak\\\\x1e\\\\x03\\\\xf7\\\\xf5\\\\\\\\\\\\xb0\\\\x0c\\\\xea\\\\x84\\\\xad\\\\x12\\\\x12\\\\'/\\\\x89B\\\\xe6Y\\\\xef\\\\xd6j\\\\x08\\\\x03YUc\\\\xf1\\\\xed\\\\xf0\\\\x90\\\\x0c\\\\x92\\\\x00\\\\x9f?.\\\\x84[Tn[\\\\x11*\\\\xb9\\\\xb3;\\\\x1f\\\\x13+\"\\\\xd66WM\\\\x91\\\\xed\\\\x82\\\\xbaD\\\\x11$\\\\r\\\\t\\\\x1d\\\\xf6\\\\xfd\\\\xfd6\\\\xd0#\\\\x12\\\\xabJ@\\\\x05\\\\'-\\\\x95\\\\x17\\\\x1f\\\\x11T[\\\\x8f\\\\xb0\\\\x9a\\\\xacRK\\\\x12\\\\xe2@\\\\x90`\\\\xeb\\\\xfb\\\\xbe\\\\xe9y\\\\x1c\\\\x91\\\\x91\\\\x19\\\\xc7\\\\n\\\\xa5\\\\x9c\\\\xbc\\\\x0cz\\\\xeef\\\\xcb\\\\xc5\\\\xa6\\\\x84e \\\\xdfJ\\\\x98\\\\xd3\\\\xbcm\\\\xd2L\\\\t\\\\x07\\\\xf6\\\\xf4v\\\\xe2\\\\x05UX\\\\xc4\\\\x02]\\\\'r\\\\x19\\\\xb5\\\\x8b-DF\\\\xb2\\\\x941C3\\\\x1dT@\\\\x1bd\\\\x08\\\\x11\\\\xa0\\\\x93\\\\xe5\\\\xd4\\\\x19UG\\\\xb8A\\\\xa5\\\\x10\\\\x82\\\\xd0\\\\x97W\\\\xf9=\\\\x96m;B\\\\x0fK/}|\\\\xf4\\\\x9e\\\\xdd\\\\x0c\\\\x81!,H\\\\xf2A\\\\xb2V\\\\xebMwb\\\\xb3\\\\x91g\\\\xa5\\\\xbd?\\\\x81dL\\\\xaf\\\\xd4\\\\x99\\\\xff\\\\x00>\\\\xbaV\\\\xe8\\\\xeb\\\\x81\\\\xe4V\\\\x16]\\\\x99\\\\x8bUU62\\\\xa9\\\\xc8\\\\x13Q\\\\x1bY\\\\x80\\\\x8e\\\\xd2F\\\\x86\\\\x7foPA\\\\x88\\\\xae(\\\\x8c\\\\xe4\\\\x18\\\\x1c\\\\x14*\\\\xb3]\\\\xb3\\\\x0262\\\\xab\\\\x15d\\\\xb5\\\\xe0\\\\xac(\\\\x04\\\\x8d\\\\'\\\\xb3\\\\x05\\\\xfd\\\\xa7\\\\xae\\\\xb7#\\\\x8a`\\\\x99\\\\xa3\\\\xa9{\\\\xcd\\\\xa9mig\\\\xb8\\\\xa4\\\\x82h\\\\x9d\\\\xdbd@ \\\\x13\\\\xe5\\\\xac\\\\xf8\\\\xfd\\\\xbd\\\\x16\\\\xb0K\\\\x14\\\\xc3\\\\xeb\\\\n\\\\x01\\\\xe0\\\\xeb\\\\xbe\\\\xb7\\\\xbb\\\\x13x\\\\x0e@\\\\xae\\\\xa9*\\\\xa1[Q\\\\xa3m:\\\\x9d\\\\x0e\\\\x9d1\\\\x92%\\\\xb7\\\\xeeK\\\\xb9\\\\\\\\fMy\\\\x82\\\\xa0\\\\xea\\\\xab\\\\xfc\\\\x16A\\\\x05{\\\\x12\\\\t&G\\\\xdd\\\\xd0\\\\xb9)R\\\\xb7-TX\\\\xa5|\\\\xab\\\\xdc\\\\xdf\\\\xd3l\\\\xa9\\\\xbf&\\\\xae\\\\xc0\\\\x8d\\\\xb1\\\\nw\\\\x12\\\\t\\\\xdb\\\\xa8\\\\xd3\\\\xb0\\\\xd7\\\\xa4\\\\x97\\\\x97FS\\\\xa8\\\\xe4\\\\xbfQ\\\\xc9\\\\xe6\\\\xaa99\\\\x05\\\\xac%L\\\\xc9\\\\n\\\\xc1\\\\x01\"c\\\\xc8\\\\x9f\\\\x1f\\\\xbf\\\\xa9\\\\x00\\\\x8a\\\\x8f\\\\xedv\\\\xb21O\\\\xbc`\\\\xc6\\\\xce\\\\xc09F\\\\xa6\\\\xaa\\\\xc2\\\\n\\\\xb0c\\\\x1f\\\\xf8L\\\\xf8\\\\xf6\\\\xf3\\\\xe9\\\\xa6T\\\\xaa\\\\xb1\\\\n\\\\x87B\\\\xb3\\\\xb85k\\\\\\\\\\\\xaan(\\\\x84SXm\\\\xc41\\\\x98\\\\xdc\\\\x0fp:\\\\xe8\\\\x85\\\\xc4:\\\\xae\\\\xdb\\\\x8d\\\\xba\\\\x9c^W2\\\\xdbf\\\\xca^\\\\x9a\\\\xd1-Sc{o>\\\\xa5}\\\\xc7j\\\\xf8xuC\\\\xe4,\\\\xbd\\\\x99\\\\xc8\\\\xd6\\\\x83\\\\'j\\\\xd4\\\\xabVp\\\\xec\\\\xea\\\\xad,\\\\x1b+\\\\x18\\\\x98\\\\xfb\\\\x83\\\\x15\\\\xa5\\\\x11\\\\x98\\\\t\\\\x04\\\\x02\\\\x04\\\\x9e\\\\xd04\\\\x03\\\\xb8\\\\x07\\\\xeb\\\\xd7\\\\x98\\\\xb7(\\\\xdb\\\\x91\\\\x88\\\\xc9\\\\x9d\\\\xe9\\\\x95\\\\x1f\\\\xb7\\\\xb1k\\\\xc4\\\\x92+\\\\x8aj\\\\xc1\\\\xb9m-\\\\xfc\\\\xe5s`\\\\x9a\\\\xd5L\\\\x95\\\\x12 (\\\\x9dD\\\\xfdG\\\\xd7\\\\xafAi\\\\xa7\\\\x1a\\\\xe7\\\\x83\\\\xa5;\\\\xc9\\\\xfcT\\\\xfeO\\\\x91\\\\xb3\\\\x1f\\\\x81\\\\xbb.\\\\x8bV\\\\xb3[=vD\\\\x9fqX0\\\\xda\\\\x00\\\\xdc\\\\x14@\\\\x89\\\\xd3\\\\xcb\\\\xa4\\\\xdc\\\\x91$\\\\x01N3U\\\\xef\\\\xb0\\\\x05r\\\\xe7)\\\\xca\\\\xe6\\\\xdff\\\\xd7\\\\xb1\\\\xab7\\\\xb9\\\\xf4+\\\\x83\\\\xfcg\\\\xb8\\\\x82 \\\\xf9\\\\x11\\\\xf5\\\\xea6\\\\x1a\\\\xc4\\\\xc8\"\\\\x8c\\\\xfcv\\\\xac\\\\x9b\\\\xdad2wn;\\\\x10\\\\x1bs\\\\xb3\\\\xbf\\\\xe7W\\\\xbc\\\\x83![t\\\\xee\\\\xda\\\\x0c\\\\x85&\\\\x0c\\\\r:\\\\xd6\\\\x88.\\\\xe6\\\\xa1R0\\\\x8ey\\\\xa8\\\\x02\\\\xcc\\\\x9b\\\\xac\\\\xb1\\\\x18\\\\x04PK\\\\xd5sF\\\\x8d\\\\x1e\\\\xa0 \\\\xea>\\\\xce\\\\xa4\\\\x0fr\\\\x9e\\\\x08\\\\x88\\\\x11\\\\x8f4n\\\\x8c\\\\x8b\\\\xee\\\\xc6\\\\xaa\\\\x9c\\\\xe7\\\\x05A\\\\t\\\\xb6H\"4\\\\x05\\\\xb5\\\\x89\\\\x111\\\\xe2:8D\\\\x84\\\\x12\\\\x885\\\\xd5N8\\\\x0be(\\\\x88\\\\xc3\\\\xdd\\\\xa4_[\\\\x06\\\\x02\\\\xa0\\\\x08\\\\x0f\\\\xb8\\\\x10\\\\x0c\\\\xe8A\\\\xed\\\\xe7\\\\xd3\\\\\\\\\\\\x00\\\\xa2C\\\\xd5\\\\xf4\\\\xea\\\\xa7\\\\xd1\\\\x91\\\\xc3cd\\\\xe3Zq\\\\x9d}\\\\x84\\\\tu\\\\xb5\\\\x82In\\\\xc5\\\\x94\\\\xe9\\\\x03\\\\xb6\\\\x9d\\\\xfa\\\\x81!\\\\x1cT\\\\x82\\\\xd2r)\\\\xda\\\\x8a\\\\xe2d\\\\x7fS\\\\xcd\\\\xfc\\\\xae\\\\r>\\\\xe0>\\\\xa70\\\\x1c\\\\xb1h=\\\\xa2u\\\\x1a\\\\x98\\\\x1fO\\\\xafD\\\\xe4\\\\x97\\\\x18\\\\'\\\\xb8\\\\x91\\\\xa6|qD\\\\x03\\\\xe4\\\\x9c3\\\\xd6\\\\x96Z\\\\xfc\\\\x81q]\\\\xac\\\\xb5\\\\xd1\\\\xbd\\\\x9eB\\\\xb6\\\\xbe\\\\xa2D\\\\x01\\\\x1a\\\\x0f\\\\xdb\\\\xae\\\\x9dt\\\\x80!\\\\x89E/I\\\\xc3\\\\xb0b\\\\x94p1\\\\x06G \\\\xb8\\\\xad\\\\x91V(\\\\xb5Y\\\\xbf7\\\\x90J \\\\xd8\\\\xa5\\\\xa0\\\\xb7\\\\x84\\\\x8e\\\\xdaw\\\\xe9b\\\\x1a\\\\x8b}Q\\\\xc4\\\\x82*\\\\xa0\\\\xae^\\\\xe8\\\\xa9\\\\xeb!U\\\\xcb\\\\x13\\\\\\\\+\\\\x9d5\\\\xd7C\\\\x124\\\\xf2\\\\xe9q\\\\x9b\\\\xd0\\\\xe0\\\\x14\\\\xca\\\\rPrd\\\\xe3\\\\xf1\\\\x8b3?8\\\\xafpW\\\\xa2\\\\x96\\\\x0fen\\\\x16B\\\\x95\\\\xecG\\\\x88:i\\\\xf7\\\\xf4\\\\xa9]\"F,\\\\xee8\\\\nc\\\\x80\\\\x90#\\\\x15j^\\\\xd9<\\\\x9e\\\\x17\\\\xf5\\\\niJ8z\\\\xed\\\\\\\\#\\\\x90-\\\\x01V\\\\xc7$\\\\xaa\\\\xeadn\\\\xfb:\\\\x98\\\\\\\\{Bb-\\\\x17n\\\\xf5v@;\\\\x1cR\\\\xef%\\\\xc6c\\\\xe1\\\\xa5\\\\xd6\\\\xe3\\\\x8fq\\\\xdf\\\\xd3f5G\\\\xf1)\\\\x11,\\\\xc3\\\\xbe\\\\xba\\\\x93\\\\xf7\\\\xeb\\\\xafQwo\\\\xaeBA\\\\xc3d\\\\x94e\\\\x18\\\\xc4\\\\x8cx\\\\xfb%#\\\\xcb\\\\xe4\\\\xd4\\\\xb9\\\\tf#\\\\xb5\\\\x83\\\\xd2\\\\xb66\\\\xe81\\\\xe4\\\\x82;k\\\\xd2\\\\xad\\\\xdb\\\\x98}B\\\\x9cQ\\\\x05\\\\xc9\\\\xb35\\\\n\\\\x8c9\\\\x8c\\\\x9d\\\\xeam\\\\xdbYT\\\\x95\\\\xb9P\\\\xa8\\\\x81\\\\xa8Ru\\\\x9e\\\\xf3>\\\\x1d>6\\\\xe2\\\\x06\\\\x93NH5\\\\xc8\\\\x97\\\\xcdL\\\\xe3*\\\\xc5\\\\xcf\\\\xf6v\\\\x81]\\\\x96\\\\x83\\\\xba\\\\xbd\\\\x08/\\\\xdaO\\\\x94\\\\x9dz\\\\x13m\\\\xa2\\\\xd1\\\\xc0\\\\xa9\\\\x05\\\\xe5\\\\\\\\\\\\x93%\\\\xb4bc\\\\xa0\\\\xf7\\\\xd1R\\\\xfa\\\\xdc\\\\xab\\\\xa8\\\\xff\\\\x00R\\\\xcf\\\\xf1\\\\x18\\\\x1a\\\\x93\\\\xd8u2\\\\x97qE\\\\xa3H9\\\\xa8\\\\x8f\\\\x93E\\\\xdf\\\\xf4\\\\xd5\\\\xb1[\\\\xd8m\\\\xf6\\\\xd8\\\\x81\\\\n4>\\\\xadu\\\\x07\\\\xf6\\\\xf4\\\\x88\\\\xda\\\\xb7#\\\\x85]\\\\xd3\\\\x01#\\\\x13\\\\xd1k\\\\x9eS\\\\x03\"\\\\xb8u\\\\xcdD\\\\xad2\\\\x1b\"\\\\x86,\\\\xb5n K\\\\x11\\\\xa0\\\\x82@\\\\xe9\\\\x97,\\\\xce1$T\\\\x00\\\\xeb\\\\x9e.\\\\xc0\\\\xd4\\\\xab\\\\'3\\\\x92\\\\xc7\\\\xbb\\\\x02\\\\xbc\\\\x81J*\\\\xc2%u *\\\\xa4\\\\xa8\\\\xfc1\\\\xb8\\\\x83\\\\xa7s\\\\xdb\\\\xa1\\\\x99\\\\xe9J&\\\\x1b\\\\x9a\\\\xa3T\\\\xa5\\\\xc4\\\\xdfa\\\\xcap\\\\xbe\\\\xd51\\\\xbc\\\\xa0r\\\\xecIr\\\\xa4*\\\\x85\\\\xf1&H\\\\xea?Z\\\\x13\\\\x87\\\\x14U\\\\xb1.B\\\\xe9\\\\xae\\\\x16\\\\xcb\\\\xdf\\\\xe29G\"\\\\xb5m6\\\\x12\\\\x16\\\\x0e\\\\xd0\\\\xba\\\\t1\\\\x1d\\\\x0cn\\\\x06\\\\xea\\\\xb4-\\\\x02b\\\\xb9_\\\\xe48.\\\\xb9\\\\xf97\\\\x05\\\\x8a\\\\xe9h;\\\\xa4m\\\\x92dI\\\\x9d\\\\x08=\\\\x08&$\\\\xd4\\\\x91\\\\xd7\\\\xf2\\\\xb3\\\\xafZ$\\\\x9a \\\\x01l\\\\xc7V\\\\xca\\\\xc7\\\\xca\\\\xf6\\\\x868S`\\\\xdd\\\\xa0\\\\r\\\\xd8\\\\x02\\\\x01\\\\xef\\\\xa4\\\\xfe\\\\xd3\\\\x1d&S\\\\xb9\\\\x01\\\\xac\\\\xb3v\\\\xaa\\\\xe6\\\\x02E\\\\x87\\\\xddX\\\\x1f\\\\x1a\\\\xf9}A\\\\xad\\\\xc4\\\\xcb\\\\xb8\\\\xfem\\\\x98\\\\xad\\\\x17\\\\xc2\\\\xea[\\\\xd4K\\\\x19\\\\'R`i\\\\xa7O\\\\xb7\\\\xbc2\\\\x91\\\\x8e\\\\x04\\\\xa7X\\\\x9e\\\\x83^\\\\x8a/?\\\\x91a\\\\xa0W^\\\\xdf\\\\xcdo+xF`l\\\\x99:\\\\xcf\\\\xa4\\\\x91$/\\\\xf7xt\\\\xbb\\\\xf3\\\\xa38%\\\\xf0v\\\\xee\\\\x1dQ\\\\xee\\\\t%\\\\xc0\\\\xa2I\\\\x14\\\\xb1g;X-\\\\xc1Y\\\\xd4\\\\x81!\\\\x89b\\\\xa0\\\\xf72H\\\\x83\\\\xa7\\\\x9e\\\\x9d7h\\\\xf5\\\\xa3s\\\\x1c\\\\x96P\\\\x8b\\\\x1e\\\\x9fU?7\\\\t}\\\\xfa\\\\x9b\\\\xf2\\\\xccARl\\\\xa8\\\\xe9\\\\xed\\\\xb3\\\\xf8\\\\x9e\\\\xe25\\\\x9e\\\\x82\\\\xf4\\\\xc4$\\\\xe4\\\\x1c\\\\xbf\\\\x1fujp\\\\xd4\\\\xcd\\\\xf6\\\\xa2\\\\xb2\\\\xbe9\\\\x87U8\\\\xadfV\\\\t\\\\xbe\\\\xcaBW\\\\x8f]\\\\xc0\\\\xed\\\\xdc\\\\xb2\\\\xe5\\\\x92\\\\x18~\\\\x16:\\\\x1e\\\\xfdZ\\\\xd3l\\\\xd6A\\\\x91\\\\xed-\\\\xc9\\\\x89\\\\xad\\\\x10\\\\x9e[\\\\x9b\\\\xc89\\\\x15\\\\xa6-\\\\xebN5\\\\x160\\\\x02}-\\\\\\\\\\\\xfa\\\\xb6\\\\x9d\\\\xa0\\\\x99\\\\x0b$ju\\\\xef\\\\xd2u\\\\x19\\\\x90\\\\x07\\\\xea\\\\x95r\\\\xe4\\\\x89,@n\\\\x7fdC\\\\x8b\\\\xe7\\\\xee\\\\xfc\\\\x9bce.\\\\xdcc\\\\xee/\\\\xe6X\\\\x05-\\\\xa0\\\\xf5\\\\x12\\\\x08\\\\x88\\\\xd3\\\\xe8\\\\x01\\\\xea\\\\xc0\\\\x07\\\\x9d\\\\x11\\\\xdb\\\\xb9!L\\\\x8aL\\\\xe5\\\\x9e\\\\xc7\\\\xbd\\\\xf1\\\\xd8\\\\x9bE\\\\x84\\\\\\\\\\\\x08\\\\r\\\\xb8\\\\xc1\\\\xec5X\\\\xdb\\\\xdf\\\\xeb\\\\x1e\\\\x1d\"\\\\xe03\\\\x045\\\\x12\\\\xee\\\\x80\\\\x0e.r\\\\n\\\\xd0\\\\xf8]4/\\\\x19R:\\\\xb6M\\\\xb6\\\\xd8\\\\x15\\\\xd0\\\\x10\\\\xc5\\\\xf5\\\\x0c\\\\x04\\\\x83\\\\xa91\\\\xfe}7o\\\\xfai\\\\x15!\\\\\\\\\\\\xb0\\\\x01\\\\x04\\\\xbf_$\\\\xa5\\\\xf2j\\\\xb6\\\\xddec\\\\x18\\\\xe3Y]\\\\x90\\\\xea\\\\xc9\\\\xfc=\\\\xc2\\\\xb3\\\\xc0\\\\xf5G\\\\x97\\\\x8fI3,]S\\\\xba=L\\\\xca\\\\x07\\\\x1f\\\\xf9^QHl\\\\x80=\\\\xa2aT\\\\xb2\\\\x14U\\\\x03\\\\xf8\\\\xac\\\\xd0\\\\x9dg\\\\xbf~\\\\xddgOT\\\\x83bsji\\\\x18\\\\xe3\\\\x83\\\\xabVD.\\\\x06t\\\\xe5W9\\\\x8f\\\\xc0q\\\\x85-f\\\\xc8|\\\\xb7\\\\r[\\\\xbbn+\"\\\\x18I\\\\xdb \\\\x1e\\\\xfe}>\\\\x17\\\\xe3b\\\\xcb\\\\xe3A\\\\x9a\\\\xb1\"#\\\\x9dT>?\\\\x98\\\\xca\\\\xe4\\\\xb2\\\\x81\\\\xc7k)\\\\xca\\\\xa5\\\\x96\\\\xe7K6\\\\x8a\\\\x8a\\\\xac\\\\x82\\\\xbb\\\\xa3\\\\xd5\\\\xa6\\\\xbd>\\\\xd5\\\\xcb\\\\x97}A\\\\xd9\\\\xb3Tu\\\\x13&$\\\\xbf\\\\x92\\\\xb0\\\\xed\\\\xe4V\\\\xda)L\\\\xe6\\\\xf6V\\\\xea\\\\xdb\\\\xdbbLnn\\\\xd0V4\\\\'\\\\xc6~\\\\xce\\\\xdd]\\\\x85\\\\xd6\\\\x8f\\\\xa8\\\\xabb\\\\xe0\\\\x8cX\\\\xa5,\\\\xde\\\\x07\\\\x13\\\\x95\\\\xae\\\\xab\\\\x95\\\\x14\\\\xaaU\\\\x01\\\\xb7+\\\\r\\\\xbd\\\\xc1\\\\n50\\\\xdd\\\\xfc\\\\xfbt\\\\xbb\\\\xd0\\\\xd5\\\\x17\\\\x80t\\\\x81\\\\xb6\\\\x8c\\\\xcd\\\\x0f\\\\x8dUs\\\\xc9\\\\xd3\\\\x85\\\\xc3T\\\\xd5\\\\xe3\\\\xee\\\\x17^\\\\x9b\\\\xde\\\\x87\\\\x0c4\\\\x80\\\\x15\\\\xc9\\\\x89;g\\\\xb7\\\\xed\\\\x1e^{\\\\xe4!\\\\x084@.j\\\\\\\\\\\\xe1\\\\xc5U\\\\xa1\\\\x0f`1\\\\xc5\\\\x9a\\\\x83\\\\xee\\\\xab\\\\xe6\\\\xcdo\\\\xcc\\\\xd8\\\\xd68\\\\x7fPV\\\\xaaOi3\\\\xac\\\\xe8A\\\\xd4\\\\xfe\\\\xcdz\\\\xaa-zC*\\\\xd2\\\\x99\\\\x93\\\\xf2\\\\xf0\\\\xe3\\\\xc5e\\\\x99\\\\xc8\\\\xfb\\\\x96#\\\\x86%T\\\\x7f0\\\\xa9\\\\x90<`\\\\xf8\\\\x11\\\\xe3\\\\xd7Z\\\\xb2\\\\xc1\\\\x91\\\\xca\\\\xf1\\\\x91\\\\x05\\\\xc3\\\\x84\\\\xef\\\\xf0nB\\\\xec^W\\\\x18\\\\xc05ZAf\\\\x80\\\\x19Y\\\\xe0\\\\x02\\\\x01\\\\xd3\\\\xb8\\\\x13\\\\xe3\\\\x1dU\\\\xbf\\\\x1fTH\\\\xa1vL\\\\xd9\\\\x9d4<\\\\x9d[\\\\xfc\\\\xddv]\\\\xc7\\\\xb3\\\\xddBM2\\\\x8fv\\\\xf8\\\\x02\"\\\\x1aV\\\\x04\\\\x083\\\\xf7u\\\\xbfv\\\\xdcn\\\\xc2>\\\\xe0a\\\\xf4\\\\xef\\\\xf2VwD\\\\xe9h\\\\xe2~\\\\x8a\\\\x84\\\\xe5\\\\xb1\\\\xc8\\\\xca\\\\xb5\\\\x7f\\\\x99mU\\\\xbe\\\\xe5\\\\xbd\\\\x98X\\\\xae;\\\\xc9\\\\x81\\\\xa6\\\\x9fO\\\\xf1\\\\xea\\\\xa7\\\\xfe\\\\xbev\\\\xa4CzrX\\\\xf2\\\\xbb\\\\xac\\\\x02\\\\x0fw\\\\xd7*-\\\\xbb\\\\xb8\\\\xff\\\\x00\\\\xf4\\\\xaf\\\\xff\\\\x00\\\\xec\\\\x7f\\\\xfd\\\\xbe\\\\xab\\\\x7f\\\\x8bs\\\\xfd\\\\xa7\\\\xc9Z\\\\xff\\\\x00\"\\\\xdfO?\\\\xc2\\\\xff\\\\xd3\\\\xf8\\\\xeb\\\\x82\\\\xce\\\\xf6V\\\\x80\\\\x94+\\\\x1e\\\\xaf&\\\\xfd\\\\xfdc\\\\xdd\\\\x88b\\\\xbc=\\\\xe0\\\\x00%;{x\\\\xd8\\\\x18\\\\xab\\\\x90P\\\\xb5\\\\xe57\\\\x96a\\\\x03i\\\\x1a\\\\x05$I\\\\x88\\\\x89\\\\x1dR\\\\x15\\\\xa0+.bS\"5\\\\x0e\\\\x97\\\\xad[\\\\xb2l\\\\x92\\\\xc0\\\\xb3\\\\x9fH\\\\x92v\\\\x81\\\\xa6\\\\xba\\\\xe9\\\\xdb\\\\xa6\\\\xc4\\\\x88\\\\xba\\\\xb5\\\\x12 \\\\x11Kq\\\\xf6a\"\\\\xd8\\\\xdb\\\\xe1\\\\x80e\\\\x07\\\\xc2|A\\\\xfb#\\\\xfc:P>\\\\xa7U\\\\xa3q\\\\xe6\\\\xe1aC{#}h\\\\xac\\\\x81\\\\x8e\\\\xd1\\\\x1d\\\\xa3Y\\\\xdcG\\\\x80\\\\xec\\\\'\\\\xa6\\\\xfb\\\\xadNaL\\\\xc6\\\\xaa\\\\x1e;\\\\x93\\\\x87\\\\x18s3q\\\\x9bs\\\\x0b\\\\x91QV\\\\xb5\\\\x04h\\\\x9a\\\\x08PA\\\\x00\\\\x99\\\\x1e=&R\\\\x91,2H\\\\x00\\\\x07\\\\x1f\\\\\\\\\\\\xbf\\\\tG7\\\\x11*\\\\xb5\\\\xeak\\\\x18:9S^\\\\xc9\\\\x00\\\\xeb\\\\'\\\\xb9\\\\x9d\\\\x07Cj\\\\xe3\\\\xc5\\\\xd3\\\\xed\\\\xdc<\\\\xbc\\\\xd0\\\\xf9\\\\xfc\\\\xb0V\\\\xac\\\\xef\\\\xdaA\\\\xdc{\\\\x95\\\\xed\\\\xe1\\\\xe7=9\\\\x84\\\\xf1Omx\\\\xaf1\\\\xea9\\\\x96\\\\x81eE\\\\xeai\\\\xf5\\\\xaf\\\\x81o\\\\x18\\\\x1d\\\\xf5\\\\xef\\\\xd16\\\\x9a\\\\x0cT\\\\xce^\\\\xd8\\\\xa1b\\\\xa1\\\\xf2t%\\\\x01q\\\\xabX:\\\\x96\\\\xb3Y3\\\\xe0A\\\\x88\\\\x88?\\\\x7fL\\\\xb3\"I\\\\'$\\\\xed\\\\xbc\\\\x8c\\\\x8e\\\\xa2]/&\\\\x17\\\\xf3\\\\x13xM\\\\x8d\\\\xa2\\\\x85\\\\xd5\\\\x88\\\\x1f\\\\xc4\\\\xda\\\\xf5vW)Ex\\\\xde\\\\xa58\\\\xe8\\\\x84rXd\\\\x0bMNZT\\\\x91g\\\\xfa~\\\\xba\\\\xcf\\\\x9f\\\\x97Vl]p\\\\xc6\\\\x8a\\\\xee\\\\xd6\\\\xfb\\\\x10\\\\xe8J\\\\xb1\\\\xc3c\\\\x12Z\\\\xf7&\\\\xaa\\\\xc4\\\\xb4\\\\xe8;H\\\\xfb\\\\xcf\\\\x80\\\\x9d:\\\\xb4@!]\\\\x90\\\\x17\\\\x87A\\\\xc7\\\\x19\\\\xa3\\\\r}j\\\\x15,Ug\\\\xb5e\\\\x94D\\\\xc7`@\\\\x9d;uX[$\\\\xb8\\\\xc9P\\\\x16\\\\xa4j0\\\\n&mf\\\\xd4/U\\\\xa4\\\\xb2\\\\xff\\\\x00\\\\xcae:\\\\xfa{I\\\\xf0\\\\x9e\\\\xd25\\\\xe9\\\\x96\\\\xcbQ?o=\\\\x05\\\\x88\\\\xedJ\\\\xd94d\\\\x15AmL\\\\xa0n\\\\x12\\\\xbe\\\\xa3\\\\xde\\\\x14G}H\\\\x1e=0\\\\xadxN\\\\'\\\\x02\\\\xa6q\\\\xd8\\\\xf6o\\\\xbe\\\\xfbU\\\\xbd,\\\\x01Q\\\\xac\\\\xb1\\\\x93\\\\xdcH\\\\x9f\\\\xb4u\\\\xc2\\\\x89;\\\\x9b\\\\xa0\\\\x01\\\\x1ej.Mv5\\\\x96\\\\xbeC\\\\x9d\\\\xe8\\\\xb3j\\\\x13$\\\\x81\\\\x05T\\\\t&\\\\x01\\\\xf1\\\\x9e\\\\xc7\\\\xc3\\\\xae)\\\\xd6\\\\xccXi\\\\xc1\\\\x17\\\\xc2t\\\\xaa\\\\x93\\\\xb7\\\\xf9#h6+:\\\\xc9\\\\x81\\\\xf8\\\\x8fa\\\\xa8\\\\xecg\\\\xae \\\\x1cU=\\\\xc4\\\\x0c\\\\xa5\\\\xcf\\\\xb9h/\\\\xbe\\\\xd6Y\\\\xb1\\\\x943\\\\n\\\\xa5\\\\x83\\\\x82YgQ\\\\xb8\\\\xc8\\\\x12{i\\\\xafD\\\\x99\\\\xa7L^\\\\x9dr\\\\xf3R\\\\xee\\\\xcb\\\\\\\\r\\\\xc8\\\\x0e\\\\xe6@X\\\\xd6\\\\xec\\\\x14\\\\x92\\\\x08%D\\\\x9e\\\\xfa\\\\xc8\\\\x1f\\\\xb0t\\\\x0c\\\\x08u^\\\\x1b}a\\\\xcd\\\\x1d~\\\\xc7\\\\xe6lcu,HPA\\\\x82\\\\xf0\\\\xac\\\\x93:\\\\xee\\\\xd0xt\\\\x06\\\\xd4J\\\\xeb\\\\x9b\\\\x00\\\\x18\\\\x8f\\\\xa2\\\\x93\\\\x92\\\\x96\\\\x04.\\\\x8e64\\\\x96i3\\\\x07M\\\\t\\\\x04\\\\x0e\\\\xfa\\\\x9f\\\\xd9\\\\xd1BY%Y!\\\\xd8\\\\x8a\\\\xf1\\\\xc3(\\\\xf0\\\\x00\\\\xaeB\\\\x85\\\\n]\\\\x9f\\\\xf8F\\\\xd3\\\\xe6\\\\x06\\\\xbe?wLM\\\\xa9~xuR\\\\xb1\\\\xed,\\\\xff\\\\x00\\\\x89\\\\x85e\\\\xb6\\\\x82\\\\x1bp\\\\x8f\\\\x03#\\\\xf7\\\\xf4\\\\xab\\\\x91\\\\xa2E\\\\xebl:\\\\xa9U\\\\xde\\\\xc2\\\\xc3\\\\xb1T\\\\x80\\\\xd0U\\\\x7f\\\\x0c\\\\xf6\\\\x1a\\\\r\\\\x0fJ\\\\x94)T\\\\x99[\\\\xa5T\\\\x1eC\\\\x84\\\\xa6\\\\xe4\\\\xb2\\\\xee<\\\\x9a\\\\xf2\\\\x14\\\\x11}bB\\\\xb4~!\\\\xa4\\\\rz\\\\x1bw\\\\xb2\\\\x92\\\\xb3\\\\xb6\\\\xdf\\\\xca\\\\'M\\\\xcc2(o\\\\x15\\\\xc8\\\\xe5\\\\xf0\\\\xd9\\\\xd4e\\\\xe3\\\\xbb\\\\xe2gb\\\\xb8\\\\xb6\\\\x9b7\\\\x15z\\\\xddH \\\\xa9\\\\xd3Y\\\\xf1\\\\x1d>\\\\xe5\\\\xb8\\\\xdd\\\\x81\\\\x84\\\\x83\\\\x83\\\\x8a\\\\xbfz\\\\xd8\\\\xbd\\\\x1ch\\\\xbe\\\\xbf\\\\xff\\\\x00\\\\xb6\\\\xff\\\\x00\\\\xf7\\\\x1f\\\\xff\\\\x00\\\\xae8\\\\xbcn\\\\x03\\\\x9f\\\\xc9J>Y\\\\x8e\\\\xabEY\\\\x8f\\\\x1b25\\\\xfe\"t\\\\x05\\\\xa3\\\\xef\\\\xeb\\\\xcc_\\\\xda\\\\xcbm=&\\\\xa3#\\\\xcf\\\\xb7\\\\xaf\\\\xd5y\\\\xcb\\\\x96\\\\xbd\\\\xb96K\\\\xa6\\\\xb9\\\\x9c\\\\xdb\\\\xf3\\\\xaa\\\\xb9[\\\\x1b\\\\xdb\\\\xba\\\\x89\\\\xddv\\\\xdd\\\\xa3\\\\xb6\\\\x80\\\\x82#\\\\xb1:\\\\x8f\\\\xef\\\\xe9d\\\\x1a\\\\x00\\\\x16u\\\\xfbl\\\\xab\\\\xea\\\\xb8\\\\xf6\\\\xcb\\\\xc8\\\\xf7_\\\\x17\\\\xf3\\\\x16Q\\\\xea\\\\x08H\\\\x89\\\\x00A:\\\\x13\\\\xa7\\\\xd7\\\\xef\\\\xeab\\\\t\\\\x0fE\\\\x9d8\\\\xa3\\\\x98\\\\xd8\\\\x1c`\\\\xe2\\\\xafK\\\\xb9\\\\x15\\\\xa9\\\\xeb3\\\\x83AV,\\\\xcc\\\\xd1\\\\x10aL\\\\x03\\\\xdf\\\\xc7\\\\xb7Fo\\\\x08\\\\x80\\\\xea-\\\\r\\\\x14\\\\xcd+\\\\x0b\\\\x1e\\\\xc1g\\\\x15\\\\x94\\\\xe9e\\\\xd4\\\\\\\\\\\\x02\\\\xd8\\\\xc1O\\\\x88 \\\\xfa\\\\xa2dG\\\\xd3\\\\xa4\\\\xca\\\\xee\\\\xaa}\\\\xd4\\\\xdc\\\\x83W\\\\x14\\\\xa3\\\\xc8\\\\xf1b\\\\xbc\\\\x8c\\\\x8b\\\\x1c\\\\xd4\\\\xd7\\\\xae\\\\xad\\\\xb0\\\\xb6\\\\xa3\\\\xfd3%`\\\\x88\\\\xd3\\\\xa6E\\\\xc8\\\\xa2\\\\xa6A\\\\x89C\\\\xff\\\\x00/\\\\x97e\\\\x87y\\\\xde\\\\x99\\\\x05Z\\\\xc7P\\\\x0e\\\\xd0\\\\xbf\\\\x87C\\\\x10?\\\\xb7n\\\\x8d\\\\xa4\\\\x84\\\\x8a\\\\xb0B\\\\xf2*\\\\xae\\\\xa4/s\\\\xcb\\\\x89*\\\\x16U\\\\x8e\\\\xa7\\\\xb4}\\\\xd3\\\\xd1\\\\x19i\\\\xc5NhV6E\\\\x19mU9\\\\x94\\\\xb1\\\\xadX\\\\x94\\\\t\\\\xac\\\\xe9\\\\xe2c\\\\xbf\\\\x84\\\\x0f\\\\xb7\\\\xa82\\\\x06\\\\x85DN\\\\xa3U\\\\x11\\\\xee\\\\xc3\\\\xc4Wj\\\\xd1jRG\\\\xa4\\\\x03\\\\x03n\\\\x807x\\\\x1a\\\\xc7\\\\\\\\\\\\x0b(\\\\xd6\\\\x01,\\\\x85\\\\xa6Um\\\\x93p|Ot\\\\x99%\\\\xe26\\\\x99\\\\xf4\\\\x11\\\\x03I\\\\x04Gn\\\\xa4\\\\xb4\\\\xb1\\\\x08\\\\xe1x\\\\xd4y(v\\\\xf38\\\\xfcxZ\\\\xdf\\\\xdd\\\\xbf\\\\xdb\\\\x03\\\\xde\\\\x0f#\\\\xc2gP\\\\x0f\\\\xfd\\\\x9d*s1\\\\xaeI\\\\xbe\\\\xf0\\\\x08\\\\x866_\\\\x1b\\\\x9b6Sr\\\\xb5\\\\xd5\\\\r\\\\xac\\\\xacL\\\\xae\\\\x82A\\\\x91\\\\xa9\\\\xfbt#\\\\xa6Fc\\\\x14o\\\\x19\\\\x1a\\\\xa8\\\\xb9\\\\xfcb_Y\\\\x18J\\\\xd8V\\\\xba\\\\x00\\\\xd4\\\\xefb\\\\xab\\\\x04\\\\xb6\\\\x9d\\\\x8e\\\\xb0@=\\\\xf5\\\\x89\\\\xe8\\\\xcdJL\\\\xec7\\\\xea\\\\x86\\\\xd3\\\\xc6r6\"\\\\xe3\\\\x9cU\\\\xa5X\\\\x97V\\\\x89%XO\\\\x803=\\\\xfb}:\\\\x83\\\\x16@!,\\\\n=@l*\\\\xd4\\\\xa5\\\\xb6\\\\x10\\\\xbe\\\\xa0\\\\xa3O\\\\xc3\\\\xa9\\\\x1d\\\\xbe\\\\xa7\\\\xbf\\\\x9fH\\\\x9dN%6&\\\\x8c\\\\x82r\\\\x19\\\\xd9\\\\x18\\\\xd9o\\\\x91\\\\x8dx\\\\xb5),\\\\xf4\\\\xa1_r\\\\xb6\\\\xdcD\\\\x86\\\\x07I11\\\\xd3\\\\xe0\\\\x0cj\\\\xee\\\\xc8L\\\\x80)\\\\xaf\\\\x8f\\\\xe38\\\\xbf\\\\x9c\\\\xae}\\\\xfc/\\\\x1dw\\\\x13\\\\xcbqX\\\\x80\\\\xf2\\\\x1c[Z\\\\x1a\\\\xbc\\\\xfb}A\\\\xad\\\\xac:\\\\x92\\\\xb25*D\\\\x03\\\\xac\\\\xf5t[\\\\x8d\\\\xf8\\\\x9d\\\\x01\\\\x88\\\\x15\\\\x1c\\\\xf9\\\\xb2\\\\xbdd\\\\t\\\\xe1\\\\x8a[\\\\xe1\\\\xc5\\\\x98\\\\xf8\\\\x16c\\\\xdc\\\\x8c,Fznx\\\\x0c\\\\xc5\\\\x17B\\\\x18A\\\\x07PdOx\\\\xeb\\\\xe7w\\\\xe3\\\\x1b7%\\\\x17\\\\x15-\\\\xdb\\\\xc9\\\\xfa\\\\xad;Q\\\\x12\\\\x00\\\\xd7\\\\x8cS\\\\x9d-s\\\\xaa\\\\xd2\\\\x80\\\\xfbx\\\\xfa\\\\xc8A\\\\xa4\\\\x18]\\\\t\\\\x1d\\\\xe3M4\\\\xed\\\\xd6\\\\xcd\\\\x83\\\\xaa5\\\\x18%\\\\xc81!m\\\\xe7p2\\\\xb28L\\\\xe1MV\\\\xae\\\\xf0Yi$\\\\x90\\\\x18\\\\x00Gm\\\\x07\\\\xd9\\\\xd5\\\\x91\\\\xb7\\\\xad;UM\\\\xc1\\\\xe7\\\\x8a\\\\xe6>V\\\\xac\\\\xfc\\\\\\\\\\\\xd6\\\\xb1\\\\xb1\\\\xd2\\\\x91S\\\\x98\\\\xde\\\\x043\\\\'ue\\\\xd2G\\\\xd7\\\\xa5\\\\xc2\\\\xe1\\\\xb77\\\\x8b\\\\x7f]\\\\x16\\\\\\\\\\\\xcb\\\\x8a\\\\xd3\\\\x8c\\\\xca\\\\x17\\\\x8em7~a\\\\xecI\\\\xba\\\\xd2\\\\xeat\\\\x1a\\\\x11\\\\xea\\\\xd0\\\\xee\\\\xf4\\\\x81\\\\xe1=h\\\\xda\\\\x99\\\\x969\\\\xaa\\\\xd2\\\\x1c\\\\xa8\\\\xdc:\\\\x94\\\\xfc\\\\xb2a\\\\xd6\\\\xf5\\\\xfeC\\\\x1f3\\\\xf35\\\\x9aE\\\\xac\\\\xa5\\\\xbd\\\\xb2\\\\x0c\\\\xab\\\\xa0\\\\x98V\\\\x1ec\\\\xab@\\\\x80\\\\xec\\\\x11\\\\xc6N\\\\x08\\\\xa6\\\\x08-WZ\\\\xee\\\\xaa\\\\xf5\\\\xb9\\\\x01\\\\xc3\\\\x95\\\\x00\\\\xb4\\\\xcc\\\\x00J\\\\x93\\\\xe4:V9%\\\\x98Df\\\\xc16\\\\xe5\\\\xf2\\\\xf5\\\\xe2W[\\\\xd4\\\\x80\\\\xb1\\\\xa9d:\\\\xee\\\\xdf\\\\xb4\\\\xeaF\\\\xe1\\\\xac@\\\\x03]#N\\\\x88M\\\\x93(\\\\x00\\\\x03\\\\xc5/\\\\xa6~.y)k\\\\x0cwU\\\\xdbSv:3C0#\\\\xc8\\\\xfd?oQ\\\\x19\\\\x02\\\\xe9r\\\\xb6EO\\\\x1d\\\\x168\\\\xd9y\\\\x18Y\\\\xb5YK[U\\\\x98\\\\xc5M7\\\\xc0\\\\xdd\\\\x00\\\\xe9\\\\xe9=\\\\xb5\\\\xd7\\\\xa0\\\\x92\\\\xe2LC\\\\x82\\\\x9f\\\\x9b\\\\'\\\\x0b\\\\x9f\\\\xad\\\\xff\\\\x004\\\\xe2\\\\x9b\\\\xe7\\\\xde\\\\x00A$\\\\x83#O\\\\r\\\\xc7X#\\\\xbfs\\\\x1dM\\\\xab\\\\x86b\\\\xa3J\\\\xb1\\\\x1b\\\\x91\\\\x93\\\\x07\\\\xaf?\\\\xedW\\\\xdc\\\\x86:d\\\\x12\\\\xb8x\\\\xdb\\\\nnb,\\\\xfe \\\\x16D\\\\x8f\\\\xaf\\\\xf6\\\\xd3\\\\xa5\\\\xcfs\\\\x00Hz\\\\xf2K\\\\xb7\\\\x8fN\\\\x8bn\\\\'\\\\x14*\\\\xf6\\\\xcef\\\\xd2PJ\\\\xd5\\\\xb8\\\\x82\\\\x0ci0 \\\\x8d\\\\x7f\\\\xb7\\\\x8d;\\\\x9b\\\\xb1\\\\x17zW5r\\\\xde\\\\xdfT\\\\xab\\\\x98X\\\\xe5r\\\\xa9\\\\x8a\\\\xc6\\\\xa4\\\\x82\\\\xfb\\\\x88Z\\\\xea`?\\\\x99\\\\x1a\\\\xb3\\\\x1f\\\\x00F\\\\x90\\\\'\\\\xa5\\\\xcc\\\\x13\\\\x8e=\\\\xf4(\\\\xe0@\\\\xc3\\\\x0ej+\\\\xfc\\\\x86\\\\xfc\\\\x94J\\\\xeb\\\\xa1R\\\\x03\\\\x12\\\\xe5\\\\x9e\\\\x01o\\\\xe3\\\\x02@\\\\x0c\\\\t\\\\x89\\\\xe9\\\\xc3I!\\\\x83\\\\x1e\\\\xda?D\\\\xb2L\\\\\\\\\\\\x9c\\\\xd1\\\\x8e\\\\x13\\\\x94\\\\xb7\\\\x12\\\\xca\\\\x00\\\\x0e\\\\xf9\\\\x1e\\\\xe6\\\\xcb\\\\x893\\\\xba\\\\xb1\\\\x1aC\\\\xe9\\\\xdb\\\\xcf\\\\xab\\\\xf6t\\\\x00\\\\x1b\\\\x12\\\\x94bGN2O\\\\x1c\\\\x97#\\\\xc2r\\\\xe5\\\\x8f\\\\x1d\\\\x80\\\\xd8\\\\xd5\\\\xda\\\\x8a\\\\x11\\\\xf2\\\\x0f\\\\xb9`\\\\x06w\\\\x8d\\\\xc3C\\\\'\\\\xe9?N\\\\x8es\\\\x89,\\\\x02|\\\\xc0\\\\x90\\\\x7f$\\\\x8d\\\\x91\\\\xc6Y\\\\x90w%\\\\xa2\\\\xcaj\\\\x00m\\\\x0c\\\\xc5\\\\xb7L\\\\xee\\\\x83\\\\x04i\\\\xf4\\\\xe9f\\\\x14|YW\\\\xaa\\\\x99\\\\x83\\\\x8c\\\\xf8\\\\xed\\\\xef9v2Um$m\\\\xef\\\\x1f\\\\xc3\\\\x13\\\\x1e=V\\\\xb8I\\\\x92lK\\\\xe4\\\\x8br\\\\xb9Te\\\\xd5^2Z\\\\x03\"\\\\x01g\\\\xabM\\\\xc0\\\\xe9\\\\xf5>\\\\x1d\\\\xbe\\\\xfe\\\\xa0\\\\x112\\\\x02l\\\\xa7G\\\\xe4\\\\x95\\\\xf2\\\\xaa\\\\xce\\\\x0e,[+jn\"\\\\xb9\\\\xad\\\\xb6\\\\xecc\\\\xa0\\\\x04\\\\x9e\\\\xd2;\\\\xc6\\\\x9d[\\\\xb7h\\\\x80[4\\\\x9dQ[\\\\xf8a\\\\x95~uX4c\\\\xe4\\\\xd8\\\\xb7Z)\\\\xb2\\\\x8a\\\\x1b\\\\xdc{X\\\\xb7\\\\xe1\\\\xacN\\\\xbe0>\\\\xfe\\\\xba0\\\\x9e\\\\x11\\\\x0f\\\\xc6\\\\t\\\\xd1\\\\x94I\\\\x00\\\\xf8\\\\xfd\\\\xd5\\\\xad\\\\x97\\\\x8a\\\\xb4b\\\\xb6+\\\\xd2\\\\xd8\\\\xebK\\\\xb2\\\\x1arT\\\\x8b\\\\xab\\\\xd7\\\\xb3\\\\xed1:\\\\x9f\\\\xf1\\\\xea\\\\xac\\\\xc5_\\\\x0e\\\\x87$\\\\xdb\\\\xb1\\\\x00\\\\x902Q\\\\xb8\\\\x06\\\\xc3\\\\xc6\\\\xcd\\\\xad\\\\xdf\\\\xfe\\\\xaa\\\\xca}\"\\\\xb3\\\\xea\\\\x11\\\\xded\\\\xc0\\\\xf4\\\\x8e\\\\xdd&\\\\xe5\\\\xc1\\\\x1a\\\\xbe\\\\x1fD\\\\x88\\\\x80N\\\\x0b\\\\xa5x\\\\xec\\\\xee6\\\\xbf\\\\x88\\\\xe4\\\\xe4\\\\xd6\\\\xad\\\\xee-LJ\\\\x97\\\\'\\\\xd7\\\\xdd\\\\xa7A\\\\x13\\\\x1e\\\\x1f\\\\xf1\\\\xe9v/\\\\r\\\\x06AiPE\\\\x97-\\\\xf3\\\\xfc\\\\xa5\\\\xd6\\\\xe5\\\\xdc\\\\xcdS=e\\\\xe1q\\\\xea`\\\\x08?\\\\xc5\\\\xe3\\\\xa6\\\\x86:\\\\x0fxJ8\\\\x12\\\\xe7\\\\xa5\\\\x16]\\\\xd9\\\\xcbWO\\\\xaa^\\\\xe48\\\\xbb\\\\xf21m\\\\xb6\\\\x85T\\\\xf6\\\\xd1\\\\x1c&\\\\x80\\\\x9d\\\\xdf\\\\xe92fu\\\\x83\\\\x1d8\\\\xdb!\\\\xf2\\\\x1e\\\\x99\\\\x06>\\\\xde\\\\xac\\\\xfb\\\\xa4\\\\xb1\\\\x88\\\\xd4\\\\nf\\\\xe0\\\\ts\\\\x08o\\\\xc7\\\\xf9;F]_\\\\x99\\\\xa8\\\\xad4\\\\x10\\\\xd9W\\\\xd6\\\\xab\\\\xe8\\\\x0b\\\\xa6\\\\xed\\\\x8b\\\\xb4\\\\xeau\\\\xef\\\\xdf\\\\xa6\\\\xc2M \\\\xe5\\\\xa3\\\\x9a\\\\xafl\\\\x91*:\\\\xf3\\\\xe5\\\\\\\\g\\\\xe7o\\\\xc5\\\\xc9\\\\x17\\\\x02*SZ\\\\xc2\\\\xc5\\\\xc6\\\\xa6$\\\\xee\\\\x1a\\\\xe8\\\\x04\\\\xccG\\\\xd9\\\\xd5]\\\\xfe\\\\xda\\\\x17.Fr\\\\xa8\\\\x18\\\\xf5\\\\xe4\\\\xaf_$\\\\xd0\\\\x1a\\\\xf9\\\\x85W\\\\xe5pT\\\\x8b.\\\\xdbh\\\\xb5\\\\x04\\\\x15\\\\xee\\\\xc7h \\\\x13?\\\\x84\\\\xf6\\\\xf3=a\\\\xef\\\\x88\\\\xb1q\\\\xa3\\\\x81\\\\xc1L-\\\\xfb\\\\x91g\\\\xc1\\\\x03|:\\\\xcb\\\\x1aq\\\\xb7 Rw5\\\\x80\\\\x00\\\\xcb\"\"\\\\x0fo\\\\xac\\\\xf7\\\\xe9B\\\\xe1\\\\xc6I\\\\x02\\\\xd0\\\\x94\\\\x8dY\\\\x17\\\\xe12\\\\x96\\\\x9c\\\\x9cM\\\\x13\\\\xf3\\\\n\\\\xdb\\\\x12\\\\x08\\\\xdd\\\\x06gQ\\\\xd8\\\\x1f\\\\xafU\\\\xb7V\\\\xf5D\\\\xf2N\\\\xdbH\\\\t\\\\x82\\\\x00|\\\\x17@]f\\\\xce#!\\\\xde\\\\xe5J}\\\\x81\\\\xef\\\\xb3\\\\x89r\\\\xa87B\\\\xb4\\\\x88\\\\x9dH$i\\\\xd6\\\\xa8\\\\x12\\\\x16c(\\\\x97-\\\\x81\\\\xe5\\\\xf6Ww\\\\x1e\\\\xa1UCr\\\\x19\\\\x8a\\\\xf5\\\\x10\\\\xacY\\\\x04\\\\x8b\\\\x19I\\\\ra$\\\\x99rd\\\\x0e\\\\xfa\\\\x7fw]\\\\r\\\\xd96\\\\xc6\\\\xa2u,+\\\\xb0iQ\\\\x9b\\\\x8cP?r\\\\xdf\\\\xfc\\\\xfa\\\\xff\\\\x00\\\\xf1\\\\x0f\\\\xf3\\\\xea\\\\x96\\\\x91\\\\xc8\\\\xa77U\\\\xff\\\\xd4\\\\xf9\\\\x13\\\\xc3\\\\xf1\\\\xb6d^6\\\\x18\\\\xdcA\\\\x00jOy?v\\\\xbfN\\\\xb1.\\\\xdc\\\\xc9x\\\\r\\\\xcd\\\\xeai\\\\x01\\\\xca)\\\\xcb\\\\xef\\\\xad\\\\xde\\\\xa5i\\\\xa8\\\\x11\\\\xa9\\\\x92I\\\\xf0,g\\\\xb4\\\\x01\\\\xdb\\\\xed\\\\xe9\\\\x11#WUSl\\\\x06$W\\\\x8c\\\\x14+\\\\x8d\\\\x18\\\\xc3\\\\x91\\\\xc1\\\\xe6)\\\\xc9\\\\rPKV\\\\xbb\\\\x02\\\\xb8\\\\x0ccPH3$w>\\\\x13\\\\xd5-~\\\\xd8nk\\\\x1a\\\\xe5\\\\xa3\\\\xa8\\\\x9c\\\\x12\\\\x8d\\\\xd7\\\\xda1k\\\\x17\\\\xd8w\\\\xe3\\\\xb8T\\\\xa9@\\\\x82T\\\\x12\\\\tv$\\\\x89\\\\x11\\\\xa7\\\\xdf\\\\xd1\\\\xdc`\\\\x1c\\\\xd7\\\\xa2\\\\xa6\\\\xc5\\\\xe8\\\\xa35V[u<\\\\x9d\\\\xa86\\\\r\\\\x95\\\\xddia\\\\xeeh}[\\\\xb6\\\\xeaW\\\\xbe\\\\xbfwI\\\\x16\\\\xdaT\\\\xc0\\\\xa7[:\\\\xa3\\\\xa4\\\\x9a\\\\xa6\\\\x1eR\\\\xba\\\\x92\\\\x9d\\\\xd8\\\\xaa\\\\xacC\\\\x03[\\\\x8fPY\\\\x8d\\\\x04w$\\\\xf9\\\\xeb\\\\xa7V\\\\xe2t\\\\xa4\\\\xce,\\\\x95\\\\xde\\\\xab\\\\xb2\\\\xd8\\\\xb5\\\\xc2\\\\xbckTE\\\\x906\\\\xc9c\\\\xe2\\\\xc7\\\\xec\\\\xe9\\\\xe2D\\\\x84\\\\xba\\\\xbaU\\\\xe6\\\\xce7\\\\xe6\\\\xbd\\\\xaah\\\\xddz\\\\xa2\\\\x86A\\\\x04\\\\x12\\\\x0e\\\\xac\\\\xa5{\\\\x08\\\\xed\\\\xd0\\\\x19\\\\x03\\\\x82\\\\t\\\\x01\\\\x82^\\\\xca\\\\xc6uV(\\\\x06F\\\\xe4\\\\x05\\\\xcfc\\\\\\\\A\\\\'H\\\\xef\\\\xa7~\\\\x82Atb\\\\xf4\\\\t_:\\\\xa3\\\\x90k\\\\xaa\\\\xb5\\\\xd9\\\\x03}th%\\\\xa0\\\\x8d&\\\\x9a\\\\x88\\\\xfbzA7,\\\\x97w\\\\n\\\\xdd\\\\xb9\\\\x82\\\\xc34\\\\xeb\\\\x83\\\\xf2\\\\x1c\\\\r\\\\x95\\\\xdas(\\\\x0etjKC\\\\xc4\\\\xf6\\\\r\\\\xafo\\\\x0f\\\\x1e\\\\x8a\\\\x1b\\\\xc8\\\\xca\\\\x89\\\\xa4D)\\\\xf7Y\\\\x89\\\\x93SX\\\\x96\\\\xb5\\\\x03$\\\\xb1\\\\xa7i:\\\\xb7\\\\x98\\\\xf4\\\\xb7c\\\\xd5\\\\xa8\\\\x90E\\\\x12L\\\\x1d\\\\x0b\\\\xb7\\\\xe2\\\\xf6\\\\xdf\\\\x8c\\\\xf9XkUm\\\\xbc\\\\x05D*Ae;\\\\x8a\\\\x15\\\\xd0\\\\x80@\\\\x99\\\\'\\\\xb7mzdm\\\\x13Q\\\\x88\\\\\\\\m\\\\x11\\\\xd8\\\\xbc\\\\xe0>5\\\\xf3^K\\\\x99\\\\xa0\\\\xfc^\\\\xeax\\\\xeek.\\\\x9b\\\\xdf\\\\x1f6\\\\xcb\\\\x15Z\\\\xcd\\\\x95\\\\x12\\\\xf5\\\\x062\\\\x01\\\\xb0\\\\x02\\\\x02\\\\x85\\\\x92|:\\\\x9fj\\\\xec\\\\x81\\\\x16\\\\xcbK\\\\xaf\\\\xd3\\\\xbd7i\\\\xa8\\\\xcf\\\\xd3GZ8l\\\\xbb\\\\x97\\\\n\\\\xee;?\\\\x15\\\\xaa\\\\xb6\\\\x9c\\\\x922+\\\\xb42\\\\xdb\\\\xbfR\\\\xc2\\\\x00\\\\xf4\\\\x90\\\\xc2\\\\x7f\\\\xc3\\\\xaf)\\\\xba\\\\x84E\\\\xcd3\\\\r_\\\\x1e\\\\x8bF\\\\xc4\\\\xa4)\\\\x9al\\\\xc5\\\\xf7\\\\n-\\\\xb5\\\\xecj\\\\xed\\\\xd4\\\\xa0\\\\x83\\\\x05\\\\xcc\\\\x8e\\\\xfd\\\\x82\\\\xfd{}\\\\xbd\\\\\\\\\\\\xdb\\\\x13\\\\x18\\\\x82\\\\x14\\\\x98\\\\x90K\\\\xa7\\\\xbeEx\\\\xcc\\\\xbe-\\\\xad\\\\xc7F\\\\x195R\\\\xbf\\\\x99i(7F\\\\xe0 \\\\x10\\\\'M\\\\x04\\\\x1f\\\\x1e\\\\x9e\\\\xda\\\\xeb,_\\\\xcb\\\\x91J\\\\xbc\\\\x06\\\\x97\\\\xc9r\\\\x87\\\\xc9\\\\xc3\\\\xd9u\\\\x94UHx\\\\xb1\\\\xca\\\\x97 \\\\xc2\\\\xfe-\\\\x84\\\\x92#\\\\xbc\\\\xe9\\\\xf7t\\\\xc8\\\\xda\\\\xd5M.\\\\x16=\\\\xc9\\\\xb4\\\\xaaZ\\\\xb4\\\\xfc*\\\\xd8*{\\\\xdbK2\\\\xd6\\\\xac\\\\x05\\\\x88v\\\\x90ZbKi\\\\xfd\\\\xdd[\\\\x8d\\\\xaa\\\\x86-\\\\xd1R\\\\x99!\\\\xcej}\\\\xd8\\\\xb7]}\\\\xf6\\\\xd7S\\\\xe4\\\\xfbD\\\\x06*$\\\\x85f\\\\x90\\\\xc6;I?\\\\xe3\\\\xd3\\\\x88\"\\\\xaa\\\\x18\\\\x97l1Y\\\\xe1\\\\xadxv]\\\\x93\\\\x90\\\\xed\\\\xfc\\\\xa6\\\\x0c\\\\x98\\\\xb3\\\\xb84\\\\xca\\\\xed\\\\x13 x\\\\x9e\\\\xff\\\\x00^\\\\x96\\\\x1c\\\\x9e\\\\x9cf\\\\x9b\\\\x02\\\\x00\\\\x05\\\\x82\\\\xd5\\\\x99w\\\\x1d\\\\x9e\\\\x97\\\\x92\\\\x80[X\\\\x1e\\\\xc3\\\\xb3\\\\x05_J\\\\x82P\\\\x81\\\\xdfw\\\\x87B\\\\xd1\"\\\\xa1\\\\x14\\\\xa4I~\\\\x89v\\\\x94\\\\xb6\\\\xbbE\\\\xaa\\\\x9f\\\\x85\\\\x80h\\\\x1b\\\\xb4\\\\xf2\\\\x07MG\\\\xda:X\\\\x1aK\\\\xa9\\\\x94\\\\x81\\\\x0c\\\\xeava\\\\xb2\\\\xdb\\\\xc2\\\\xe3\\\\x9b7\\\\x06;\\\\xde\\\\xce\\\\xc6cY\\\\x8e\\\\xe7@z\\\\xe9\\\\x19;\\\\x8414:\\\\xb0O\\\\x1f\\\\x1e\\\\xe1\\\\xf2ksm\\\\xc4\\\\x0b\\\\xc3\\\\x02A\\\\xd1\\\\x89\\\\x1a(\\\\xda=\"5\\\\x82OD\\\\xd2%\\\\xf1\\\\xf2Gj\\\\x0eY\\\\x17\\\\xcf\\\\x18\\\\x14\\\\x15L\\\\xbaR\\\\xbbC\\\\x18\\\\xb9W\\\\xf9\\\\xb2avn;\\\\x81\\\\xf0\\\\xef\\\\xfe\\\\x13\\\\xd5M1\\\\xb9-$9\\\\x07\\\\x1f\\\\xb2\\\\xb3{\\\\xd3O%^s\\\\x19\\\\x9b\\\\xcd\\\\xa9\\\\x86\\\\x1d*h\\\\xadm$\\\\xc8@t\\\\x9e\\\\xde\\\\x1a\\\\x19\\\\xfa\\\\xf4\\\\xa3\\\\xb1\\\\x1a\\\\xc3a\\\\xe3\\\\xf5I\\\\x86\\\\xe4\\\\xca\\\\x85/\\\\x86\\\\xc7\\\\xd9q\\\\xda\\\\x8bz\\\\x81\\\\xb1\\\\x81\\\\xd7p\\\\x1e\\\\x04w\\\\xe9\\\\xf2:`\\\\xc4\\\\xd4qE\\\\x1e\\\\xaarR\\\\xb0\\\\xb8\\\\x8c\\\\x8c\\\\x95g(k\\\\x04\\\\x86\\\\x96]#]d\\\\x90 GK\\\\x95\\\\x99\\\\n\\\\xe0\\\\x8b\\\\xdcr\\\\xc2\\\\xa8\\\\xd5\\\\x89e\\\\x18\\\\x0b\\\\x83\\\\x91\\\\x96\\\\x86\\\\xac[\\\\r\\\\xde\\\\xcd\\\\x80\\\\x16\\\\xde\\\\xde\\\\x98V\\\\x8d\\\\xcc#\\\\xc2t\\\\xef\\\\xd5\\\\xcbBR\\\\x81\\\\xd4A\\\\x03\\\\x9eo\\\\xc9L\\\\xde\\\\x99%\\\\xc6\\\\xc8\\\\xbdB\\\\xa5keJ\\\\x04#!& \\\\xeaDy\\\\x93\\\\xe7\\\\xd2L\\\\x004\\\\xa2`\\\\x99gwF8\\\\xfc\\\\xcc\\\\xaaY\\\\x1a\\\\xaa\\\\xde\\\\xc4g\\\\xda\\\\xd6\\\\x12L\\\\x83\\\\xde~\\\\xce\\\\x8e\\\\xe11\\\\xaeIC\\\\x1e\\\\xaa\\\\xd9\\\\xe3p\\\\xee\\\\xbb\\\\x1b|T)\\\\xb9u \\\\xa9i^\\\\xe3a\\\\xd6t\\\\xf3\\\\xe9\\\\xd1\\\\xa0\\\\xe4\\\\xe9\\\\xc0O\\\\xe6\\\\r,\\\\xab[\\\\xdb*\\\\x1c\\\\x8fN\\\\xe8\\\\x00\\\\xb9 G\\\\x7f>\\\\x91\\\\xa4\\\\x02[\\\\x1c\\\\x90j\\\\x93\\\\x06\\\\xc1+\\\\xe4\\\\xe4\\\\xe4b\\\\x0c\\\\x9cK*\\\\x07\\\\x1d\\\\n\\\\xb8]\\\\xbb\\\\xa0\\\\xce\\\\x83_P\\\\x1dY\\\\xb5\\\\xb8:X\\\\x86\\\\xcd\\\\x0c\\\\xe0\\\\xf2x\\\\xa9i\\\\xcb\\\\xdb\\\\xc7\\\\xa5\\\\x17\\\\xd4\\\\x8f\\\\x87\\\\xc8\\\\x82\\\\xb7U\\\\x97T\\\\xd4\\\\xf5\\\\x90{\\\\x8d\\\\x87Mu\\\\xfd\\\\x9fp\\\\r\\\\xe0\\\\x8c\\\\x88\\\\xc2_D\\\\xe8BC\\\\xd4\\\\x7f\\\\xb4\\\\xfd\\\\xf1\\\\xbc\\\\xfc\\\\x9eg\\\\x1d\\\\xc6vSd\\\\\\\\e\\\\xd9f\\\\x0bF\\\\xac\\\\xcc\\\\xc4\\\\x92\\\\xc4\\\\x90g\\\\xa0\\\\xb9\\\\xa6f\\\\xb5t~\\\\xa7z\\\\xba\\\\xdf\\\\xc6b#\\\\xe6\\\\\\\\\\\\xd5\\\\xb3\"%\\\\xdb\\\\xb77\\\\x93\\\\x03\\\\xe0{xw\\\\xd7\\\\xac\\\\xfb\\\\xb6\\\\xea\\\\xe1LiF\\\\xc5]\\\\xad[\\\\xaf\\\\x02\\\\x98J\\\\xea\\\\x87$0\\\\xdd3\\\\xa1:\\\\xb4\\\\x08\\\\x99\\\\xed\\\\x1f\\\\xb3\\\\xa5\\\\xdb\\\\xb0O\\\\xa6\\\\'\\\\x15p\\\\xfe\\\\xbdU+\\\\xcbqyx\\\\xf9\\\\xb9U2\\\\x07\\\\xac1\\\\x03MX\\\\x8fY\\\\x83\\\\x1f\\\\xb7\\\\xbf\\\\xdf\\\\xd3\\\\xac[\\\\x9d\\\\x99\\\\xc8\\\\x16l\\\\x96F\\\\xe6%\\\\x10\\\\xe38\\\\xbbs\\\\xf8\\\\xfb\\\\xe8\\\\xb1\\\\xf6_Q>\\\\xd5H=*\\\\x90\\\\x01\\\\xd65\\\\x1d\\\\x8fWt\\\\xb8\\\\xa6)6\\\\xc4\\\\x8b\\\\x89\\\\x14\\\\x01\\\\xfe\\\\x1d\\\\xc9a;5\\\\xea\\\\xae\\\\xe0\\\\xb1>\\\\x98\\\\x1d\\\\xf5\\\\xd7A;I\\\\xef\\\\xa6\\\\x9d\\\\xb5\\\\xeb7\\\\xfcCn\\\\xb9\\\\xf1\\\\xf6\\\\xc10\\\\xdb7\\\\x18f\\\\x13\\\\x87\\\\x0f\\\\xc7\\\\xe3q\\\\xbc\\\\x86!\\\\xc5\\\\xb3\\\\xfe\\\\x8f\"\\\\x8d\\\\x9e\\\\xa5\\\\xd0\\\\xc1\\\\x04\\\\xc6\\\\xd2\\\\x0c\\\\xc0\\\\x89:\\\\x8f\\\\xdf\\\\xd2`#b\\\\xf02zr\\\\xfa\\\\xf1\\\\xf5W-}Sf_\\\\x1c\\\\x9f\\\\x99\\\\xab1\\\\xad\\\\x17W\\\\x8dO\\\\xba\\\\x08%\\\\xb7\\\\x01\\\\xea`\\\\x08?\\\\xb6>\\\\xf9\\\\xebB\\\\xf5\\\\xb8\\\\xce\"\\\\xe4i\\\\xf7O\\\\x933\\\\xb5R5\\\\xfc\\\\xbd\\\\xd7d\\\\xff\\\\x00\\\\xd3Zq\\\\xac`\\\\xeaU7\\\\xb0\\\\x1b\\\\x01+\\\\nD\\\\x80\\\\xdaA0|\\\\xfcGH\\\\xd9\\\\\\\\\\\\x84A\\\\xd4H\\\\x93\\\\xe0x\\\\xcde\\\\xdf\\\\x9c\\\\xe4Cy(\\\\r\\\\xf9\\\\xd6\\\\xbdM\\\\x95\\\\xad\\\\xcf\\\\x90\\\\x16\\\\xcbB\\\\xaa\\\\xc92\\\\xacX\\\\x8d\\\\x0c\\\\xc7\\\\xdf\\\\xf7\\\\xeb\\\\xd6\\\\x9c\\\\x83\\\\x9a\\\\xe6\\\\xaa\\\\x88\\\\x99\\\\x001D\\\\xf8\\\\xfc\\\\x91\\\\x89\\\\x89g\\\\x1d\\\\x90\\\\xff\\\\x00\\\\xcb,\\\\xb5zuM\\\\xd6\\\\x19+\\\\xa7\\\\x81\\\\x07S\\\\xaf\\\\xd6:\\\\x83\\\\x83.\\\\x12g\\\\x0fN\\\\x9dJ5\\\\x9d\\\\xc7a^\\\\x94=W\\\\x16\\\\xbe}\\\\xb5\\\\xa2\\\\xdf\\\\xe5\\\\xb0C\\\\xa6\\\\x84\\\\x10Z|\\\\xa7^\\\\x8d\\\\xa3\\\\x92\\\\xb6t\\\\x0f\\\\xf5T\\\\xa4~a\\\\xf11O\\\\xb4\\\\xd4\\\\x0c\\\\x1c\\\\xd4V\\\\x16\\\\x89\\\\x98PL\\\\xb1\\\\xdd\\\\xe3\\\\xa0\\\\xf1:\\\\x0e\\\\x91t\\\\x07\\\\x14]#\\\\x11\\\\x16\\\\x18\\\\x94\\\\xdf\\\\xf0NN\\\\x8bW\\\\x93\\\\xee\\\\xdd\\\\xff\\\\x00i]\\\\xfe \\\\xff\\\\x00q\\\\xf0\\\\xfeW\\\\xff\\\\xd5\\\\xf9t\\\\xadO\\\\x05\\\\x8d[T\\\\x10\\\\xe5\\\\xb9\\\\x02\\\\xe0fB\\\\x11\\\\x04\\\\x15\\\\x1f\\\\x84\\\\x9f\\\\xee\\\\xf1\\\\xeb\\\\xce\\\\x1dC:\\\\x9f%\\\\xf3\\\\x18\\\\xcc\\\\xdc\\\\x97Z\\\\xa0o\\\\x90\\\\x99\\\\xf76\\\\xc5J\\\\xec`\\\\x01b!F\\\\x91\\\\xa0\\\\x9e\\\\xcb\\\\xd24J\\\\xd9\\\\xc5\\\\xc2t\\\\x81\\\\x8dO\\\\x92\\\\x9b\\\\x83\\\\xc7\\\\xdb\\\\xbd\\\\x92\\\\xca\\\\xc1\\\\xd8\\\\x0b\\\\xb3\\\\x1d\\\\xd0\\\\x06\\\\x91\\\\xa0\\\\x1d\\\\x8f\\\\xd3\\\\xbfS?S%\\\\\\\\\\\\x91\\\\x97\\\\xea\\\\xa7\\\\xba[\\\\x97\\\\x94=\\\\xb5(\\\\xb26n:i:n\"~\\\\x9at\\\\xab\\\\x8d\\\\x84rU\\\\xc3DW5\\\\xee}j\\\\xd9\\\\x17\\\\xefj\\\\xea\\\\xf5\\\\x9fr\\\\xb0F\\\\xdd\\\\xe6giP@\\\\x02#\\\\xa3\\\\x10\\\\x00;\\\\xa8\\\\x84\\\\x8a\\\\xd7\\\\x81`\\\\xad\\\\xeaGv5\\\\xc1g\\\\x03\\\\xd4\\\\x08\\\\xec!{k\\\\xd8\\\\x90z\\\\x89\\\\x19\\\\x00\\\\xc1\\\\x14\\\\xc0w!1\\\\xd7\\\\xf1\\\\xdc\\\\xac\\\\x92\\\\xd6TR \\\\x1a\\\\x82\\\\xee+\\\\x0c\\\\x7f\\\\x08\"O\\\\xef\\\\x8f\\\\xafQn\\\\x04\\\\xd1\\\\'S\\\\x169\\\\xa6\\\\xfc\\\\x0e\\\\x16\\\\x9c.?\\\\xdc\\\\xc9(}\\\\x88kY\\\\x80\\\\xdal&\\\\x02\\\\x82\\\\xda\\\\r\\\\xab\\\\xde;\\\\x1e\\\\xff\\\\x00K@\\\\x80+B\\\\x8c\\\\x11\\\\x10\\\\xe2\\\\xbc}\\\\x95q\\\\xcaT\\\\xd7d\\\\x9a\\\\xc7\\\\xbbq\\\\xb1\\\\xf6\\\\xd6\\\\xca$0C\\\\xf4\\\\x91>Q\\\\xd2\\\\xd8=\\\\rTBz\\\\\\\\\\\\xe1\\\\xdb\\\\xc6\\\\x08v+fc\\\\x1c\\\\x83\\\\x8bkb\\\\xa5\\\\xc9\\\\xb3\"\\\\xa4fR\\\\xeaL\\\\x14eX\\\\x90\\\\x08\\\\x1d\\\\xfa|\\\\'(QX7X3\\\\x94\\\\x1e\\\\xf4f\\\\x0cB\\\\x86y\\\\n\\\\xe5dm\\\\xdb\\\\xa0\\\\x83\\\\xdbY\\\\xd7\\\\xaeg)\\\\xf0 Yx\\\\xb5\\\\x9a\\\\xd2\\\\xc0\\\\x87\\\\xdc\\\\x03k\\\\x08\\\\x91:\\\\xc4\\\\x00|?\\\\xc7\\\\xa7[\\\\xb8Aez\\\\xd5\\\\xd2\\\\xec\\\\xf4K\\\\xaf\\\\x8ba\\\\xf7MJN\\\\xe0\\\\x06\\\\xc1\\\\xa1:\\\\xcbL\\\\xc4\\\\xf5t\\\\\\\\\\\\x14u\\\\xa0.\\\\x80\\\\xce\\\\x86_\\\\x84\\\\x81\\\\xda\\\\xbb\\\\x06\\\\xef\\\\\\\\0]`\\\\x9dt\\\\x9e\\\\xac\\\\xc2\\\\xf3\\\\x87\\\\n\\\\xd5\\\\xbb\\\\xe5\\\\x9crB\\\\xf2\\\\xe8\\\\xb1\\\\xb6\\\\x8a\\\\xdcWqn\\\\xe4\\\\x8d=0H\\\\x03\\\\xbcw\\\\x13\\\\xd3\\\\xe3-J\\\\xed\\\\x8b\\\\x82\\\\xae(\\\\xa3beWA\\\\x14N\\\\xe1&o\\\\x10\\\\x16H\\\\x98\\\\'h\\\\xd7_\\\\xf3\\\\xeb\\\\x88t\\\\xeb\\\\xf6\\\\x0c\\\\xfd^H\\\\xe5\\\\xc5\\\\xb2jK\\\\x91\\\\xd9\\\\xbd\\\\xa5\\\\x0c\\\\xa0~\\\\x1f=\\\\x0e\\\\xb1\\\\xdfQ\\\\xd2`t\\\\x16\\\\xe6\\\\xb3-\\\\xff\\\\x00\\\\xc7\"\\\\x08\\\\xc5\\\\x01z\\\\x1b\\\\xdc2}\\\\x95t\\\\xf6iBM\\\\x80G\\\\xab\\\\xd3\\\\xb8D\\\\x18\"\\\\x0c~\\\\xee\\\\xac-8\\\\xdd\\\\x1ay\\\\xe6r\\\\xe3\\\\xb6\\\\xaa>U\\\\x16\\\\x1b\\\\x12\\\\xda\\\\xcaz\\\\x9cW\\\\\\\\1*\\\\x1cH;t=\\\\xc9\\\\xd6~\\\\xbfoPS\\\\xad\\\\xdc\\\\x0cA\\\\xedR\\\\x93\\\\x05*,\\\\xd6Z\\\\r\\\\xf6!\\\\xaf\\\\xda\\\\x98\\\\nL\\\\x98\\\\'\\\\xc64\\\\xf1\\\\xea\\\\x12%\\\\xb82\\\\xc0S\\\\x9a\\\\xca\\\\xce:\\\\xc9\\\\x16\\\\x1b\\\\x95\\\\x81m\\\\xe5\\\\x19!\\\\x0e\\\\x9bV\\\\x00&;\\\\x1f\\\\xaf\\\\\\\\\\\\x0b\\\\x95\\\\x11\\\\xddG\\\\x06*]U\\\\xdc-b\\\\x8aK\\\\xee\\\\x85\\\\x12`(\\\\xfe\\\\r\\\\xa4xk\\\\xfd\\\\xb4\\\\xeb\\\\xa4CU\"\\\\xe4\\\\xe2c\\\\\\\\8\\\\xae9\\\\xa9ve&\\\\x16\\\\xff\\\\x00j\\\\x13\"\\\\xc0v\\\\x8d\\\\xcc\\\\xa2\\\\x04H\\\\x85\\\\x07P>\\\\x9d\\\\xfaH\\\\x86\\\\xb6|\\\\x12!d\\\\xdeg\\\\xc0(\\\\x95\\\\xe7W\\\\x92Iz\\\\xcaZ\\\\xec\\\\xda\\\\x11\\\\xb6\\\\x1ad\\\\x83\\\\xff\\\\x00d\\\\xf4\\\\xc1\\\\x12(\\\\r\\\\x13\\\\xe5\\\\xb6\\\\x95\\\\xbc\\\\x0b\\\\x85.\\\\xb5\\\\xc7\\\\x10\\\\xc5\\\\x8e\\\\xe6\\\\x98\\\\x9e\\\\xe0@\\\\xd7\\\\xcc\\\\xf9\\\\xf6\\\\xe8ddUy\\\\x19\\\\x9a(Y\\\\x18\\\\x80\\\\\\\\,\\\\x1e\\\\xb0\\\\xa4V\\\\x10\\\\x8d&X\\\\xcc\\\\x88:\\\\x92I\\\\xe8\\\\xe3\\\\'\\\\xc5Z\\\\xb3\\\\xb8\\\\xf4\\\\xb6\\\\x1dW\\\\xea\\\\xc1cb\\\\x94m\\\\x81\\\\xa6\\\\xb7b\\\\x18\\\\xc7\\\\x80\\\\x1d\\\\xc9\\\\x03\\\\xcc\\\\xf5*.\\\\x11CN8\\\\xc1L{\\\\xfd\\\\xb4\\\\xd9\\\\x1a\\\\xb0*\\\\xcd\\\\xa9\\\\x80\\\\xed\\\\x8a?4\\\\x0f\\\\xf2\\\\x89E\\\\x96VU\\\\xfd\\\\x84\\\\x00\\\\xb2\\\\x92$\\\\x93\\\\xd8z|\\\\xe6H\\\\xe9\\\\x11\\\\x88\\\\x84\\\\xf5\\\\x05_I\\\\xcda\\\\xc7\\\\xf2\\\\n}\\\\xce>\\\\xc0\\\\xae\\\\xd3\\\\xfc\\\\x9f1\\\\xa7`N\\\\x92<:|%^\\\\x88\\\\xa4\\\\x1e\\\\xab\\\\x0e]R\\\\xc5V\\\\xa3r\\\\x8ak;\\\\xd2#w\\\\x9a\\\\xbcO\\\\x7f\\\\xafG#\\\\xc9*\\\\xe4iD\\\\x93\\\\x9f\\\\x8c\\\\x96W\\\\xf9\\\\xa5aK\\\\xce\\\\x9b\\\\xb4f:\\\\x82#\\\\xc3\\\\xef\\\\xeb\\\\x83rUd\\\\x1e\\\\xa8.;e\\\\xd4\\\\xf9*\\\\x11+\\\\\\\\\\\\x955\\\\xd9\\\\xbb\\\\xb0\\\\x1eC\\\\xb7o\\\\x1e\\\\xa6$\\\\xa9\\\\xb6L]\\\\n\\\\xca\\\\xc7\\\\xc4\\\\xd8\\\\xae\\\\xc6o\\\\x04\\\\nA\\\\x12\\\\xdd\\\\xbc\\\\xe4\\\\xfe\\\\xee\\\\x8e>\\\\x95\\\\x04\\\\x02\\\\x96y|d\\\\xb5\\\\rT0\\\\xc6\\\\xb80R\\\\xe5w\\\\x06\\\\x1f\\\\xfe\\\\t:\\\\xf8tZu%\\\\\\\\\\\\xad\\\\x12\\\\xb5\\\\x987\\\\xe1\\\\x90\\\\x96dz\\\\x1d\\\\xd4\\\\xa5&d\\\\x02\\\\xa4\\\\xb34\\\\x08 \\\\x81\\\\xacy}\\\\xb3\\\\xc2-\\\\x81H\\\\xc3\\\\x15\\\\r\\\\xf02\\\\xad\\\\xb1\\\\xafvt\\\\xc5\\\\xbbs\\\\xa5\\\\x8eH \\\\xc1.V4\"Op4\\\\xfatb\\\\xda(\\\\xdb.\\\\xf9(9\\\\x18^\\\\xcd\\\\x04\\\\xd6\\\\xde\\\\xee\\\\xe0K2\\\\x95PHQ\\\\xe92|\\\\xbc\\\\xba\\\\x83\\\\x01$\\\\xd8\\\\xbck\\\\x8f\\\\xd9 \\\\xddFQ\\\\xb6\\\\xc1\\\\xf9\\\\x8biT\\\\xf5V\\\\xb6\\\\rK0\\\\xd0\\\\x03\\\\xe1\\\\xd5I\\\\xec\\\\xe3*\\\\x12\\\\xc12\\\\x17\\\\xd8\\\\x12\\\\x990\\\\xb39\\\\xe09\\\\xef~8\\\\xf1U\\\\x83\\\\xd5f6C\\\\xa2\\\\xd7\\\\xef\\\\xbd\\\\x8f\\\\x1bv\\\\xed2G\\\\x913:\\\\xfd\\\\xdd\\\\x18\\\\x06\\\\'\\\\x07uS\\\\xf648\"\\\\x8b88V\\\\xe3\\\\xb2]C\\\\xd8\\\\xeb\\\\xea\\\\x03W\\\\xac\\\\x19\\\\xf5,\\\\xac\\\\xc6\\\\x9aN\\\\x87\\\\xc7\\\\xa6k`j\\\\xbb\\\\xb7\\\\x82\\\\x80\\\\xe5]\\\\x99\\\\x9c\\\\xd5$\\\\xfa\"}\\\\x90\\\\xcc\\\\x14\\\\x01\\\\xd8\\\\x1d{\\\\x93\\\\xac}~\\\\xee\\\\x90\\\\t%\\\\x93\\\\x01\\\\x8c\\\\x03\\\\x92\\\\xa4aq\\\\xbc\\\\x85\\\\xcd\\\\xad\\\\x02\\\\xcfp\\\\x12\\\\x8eX*\\\\x16c\\\\x1e\\\\x93\\\\xd8\\\\xe8b;\\\\x83\\\\xd7\\\\x19\\\\x10t\\\\xe2\\\\xa5\\\\x84\\\\xc5\\\\x13M|\\\\x06+\\\\x84W\\\\xc9\\\\x0e\\\\xec\\\\xe4\\\\xddZ\\\\x0fD\\\\xf6-\\\\xb8A\\\\x1aLv\\\\xff\\\\x00\\\\x0e\\\\xa6F.\\\\xd9\\\\x9c\\\\x93c\\\\xb6\\\\xa3\\\\x92\\\\xa5\\\\x0eC\\\\x89\\\\xa2\\\\xccu\\\\xb9\\\\xe8VHe\\\\xb1\\\\x0fv\\\\xafE\\\\xf5/c\\\\x00O\\\\x8f\\\\xd9\\\\xd44@`\\\\x8eS\\\\x89,\\\\xd8&\\\\xbe\\\\x13\\\\xe4<=\\\\xbb\\\\xa9{\\\\xac\\\\xaa\\\\xe0\\\\xc7\\\\xf2\\\\xb7\\\\x12\\\\xa9T\\\\x81$X\\\\xb2K\\\\x12I\\\\x88\\\\xfax\\\\xf5\\\\x03s\\\\x11B\\\\xfc\\\\xbbW\\\\r\\\\xc88S5\\\\x13\\\\xe4<;\\\\xe6\\\\xd6\\\\xb9U\\\\xe5[k\\\\x91\\\\xb9\\\\x94\\\\x95e\\\\x15\\\\xfaH\\\\x9d\\\\xb2A\\\\xd7I\\\\x11\\\\xd3\\\\x84\\\\x1c*\\\\xf7}A\\\\xc5\\\\x7f\\\\t\\\\x0f+\\\\x85f\\\\xaa\\\\xb4\\\\xad\\\\x192\\\\xac\\\\r\\\\xee\\\\xb3\\\\x19WS\\\\xf8J\\\\x89\\\\xf1\\\\xfa\\\\x81\\\\xfd\\\\xddH\\\\xd3\\\\'lR\\\\xc01\\\\x01A\\\\x7f\\\\x8a\\\\\\\\j\\\\\\\\\\\\x81}n\\\\xa2\\\\xe3[\\\\xa0e,H\\\\xd7q\\\\x1d\\\\xc8\\\\xf2\\\\x8f\\\\xbf\\\\xaa\\\\xd7,\\\\x00\\\\t\\\\xd5\\\\xc1L\\\\x8d\\\\xd2C\\\\x8a\\\\x8c\\\\xbb\\\\xb9q\\\\xdc\\\\x8a\\\\xf0\\\\xb8\\\\xafN-\\\\xf4R\\\\xbb\\\\xedW;rwB\\\\xb0S\\\\xd9g\\\\xb0`bc\\\\xeb\\\\xd5(\\\\x1fq\\\\x84d\\\\xfaO\\\\r\\\\xc7r\\\\xb7\\\\x08\\\\x91R\\\\x03\\\\x11\\\\xc0\\\\xe1\\\\x92\\\\x86]L^2\\\\x95\\\\x94X\\\\xbb\\\\xe4\\\\xc2\\\\xb4\\\\xaby\\\\x82t\\\\xed\\\\xdf\\\\xabq\\\\x99g!\\\\x82N\\\\x920\\\\xc5\\\\x16\\\\xc3\\\\xe1l\\\\x8b/\\\\xe4H\\\\xc7\\\\xc7\\\\xd8\\\\x1dl\\\\xf0\\\\n@ \\\\xee\\\\x00\\\\x80u\\\\x00\\\\x8e\\\\xfa\\\\xfd:|d\\\\t\\\\xf5Q\\\\xb3\\\\xe8\\\\x8c@\\\\x80\\\\xdc:\\\\x17Ne\\\\xd4\\\\xe5{k\\\\x02\\\\x8d\\\\xc5\\\\x03@\\\\xf6\\\\xdet\\\\x82I\\\\xf2\\\\xfbz\\\\xacnz\\\\xbd,\\\\xdfT\\\\xc1k\\\\xc93[\\\\x97\\\\x97^-5P\\\\x1cR\\\\xad\\\\xb9\\\\x101*\\\\x011\\\\nF\\\\xbe]\\\\xbaT\\\\x84\\\\xe2Eh\\\\xee\\\\xa4HJ=V\\\\x07\\\\x94\\\\xc8\\\\xb5Eb\\\\xd6\\\\xa9\\\\xabb\\\\xe2\\\\xb2tf05\\\\xf0\\\\'H3\\\\xd3\\\\xc4\\\\xb5\\\\n\\\\x1a\\\\xa0\\\\x1e\\\\x9a\\\\x91E3\\\\x1b\\\\xd8\\\\xb5\\\\xdd\\\\xb2\\\\x11E\\\\xd9\\\\x01W{\\\\x0fL\\\\x13\\\\xac\\\\x1e\\\\xdak\\\\xa4w\\\\xeaH&\\\\x85\\\\xbbYu!P\\\\xec\\\\xbc\\\\x7f\\\\x8d\\\\xa6]G#\\\\x1a\\\\xea\\\\xfd\\\\xdb,dJC\\\\x19\\\\x1aA\\\\x1aN\\\\x80t\\\\xd9m\\\\xdd\\\\x8a\\\\xb6 0\\\\x04c\\\\xde\\\\x9a>9\\\\xc4\\\\xe5\\\\xe3\\\\xe4\\\\xd9S\\\\x92mt*\\\\x18z\\\\xe0D6\\\\x9bO\\\\xfa|\\\\xfa\\\\xcf\\\\xddH\\\\xf5\\\\xaa\\\\xb3\\\\x0bDI\\\\x10\\\\xe2(8Y\\\\xb6\\\\xdb}\\\\x82\\\\xcfn\\\\xd6\\\\x056\\\\x80X\\\\x9d@\\\\xee<\\\\xba\\\\xc6\\\\x17&?l\\\\xa9\\\\xda;\\\\x13\\\\x05\\\\xa1@\\\\x02\\\\xb2\\\\xa9\\\\xe4\\\\xad\\\\xb91\\\\xefUiY\\\\xd8\\\\x8cU\\\\t\\\\x9d;\\\\x13\\\\x1ax~\\\\xee\\\\xb4\\\\xf6s2\"MB\\\\x95\\\\xb9\\\\x96\\\\x81\\\\xcd\\\\x95u\\\\xc9s\\\\xa4\\\\xf2\\\\xb9\\\\x07*\\\\xb7\\\\x96pP\\\\x05^\\\\xc4m\\\\xf4\\\\xea;\\\\x11\\\\xaf\\\\x8fV\\\\x85\\\\xf3\\\\xad\\\\xa4\\\\x16=\\\\xcb\\\\x95s\\\\x8av\\\\xf8\\\\xdf%\\\\x8a\\\\xd8t\\\\xbdM]jm\\\\x08\\\\xeb\\\\xa5\\\\x8c\\\\x84\\\\x8dd\\\\x88\\\\x1e\\\\x1a\\\\x13\\\\xd3v\\\\xfb\\\\x98\\\\x12Y\\\\x9dY\\\\xdb\\\\x87\\\\x0eQ^n\\\\x9d\\\\xd8\\\\xd9\\\\x06\\\\x90/\\\\xc8s\\\\xbft6\\\\xe2\\\\xc0\\\\xfaF\\\\xd0\\\\t>Bzu\\\\xf9\\\\xea\\\\x04\\\\x057&\\\\x03\\\\xe9*\\\\xa4\\\\xbf+4\\\\xbeK#\\\\xb8v\\\\x81\\\\xb1\\\\x9a;\\\\x82\\\\xa2\\\\x03\\\\xf6#\\\\xb1:@\\\\xd4uB\\\\xee\\\\xd2\\\\x12:\\\\xf3n\\\\xe5\\\\x9f+\\\\xb2\\\\x05\\\\xbb\\\\xd5\\\\x8b\\\\xf1\\\\xb7\\\\xab\\\\x92\\\\xe1\\\\xaf&\\\\xfaW#\\\\tC\\\\n\\\\\\\\\\\\x15vPH\\\\xda\\\\xa4H \\\\x9d@?]\\\\x0e\\\\x9dX\\\\xb5\\\\x1dQbr\\\\x04\\\\x7f\\\\n\\\\xed\\\\x99\\\\xbcH!T?#\\\\xc1\\\\xc9\\\\xe3\\\\xb3Jc\\\\xdd\\\\xee\\\\xfb\\\\xa46\\\\x8a\\\\xca\\\\x08\\\\'qV\\\\x03\\\\xb8\\\\x12\\\\x7f\\\\xe1\\\\xd6\\\\x04\\\\xc4\\\\xed\\\\xdf\"\\\\xa6\\\\xae>\\\\xd4I\\\\xb9\\\\x08\\\\xe9~8\\\\xf3M<\\\\x0f\\\\xbc*@\\\\xb6%\\\\x17\\\\xb3\\\\xec\\\\xf6\\\\xdeJ\\\\xc1\\\\x8fq\\\\x1a}J\\\\x07\\\\x81\\\\x04\\\\xfe\\\\xee\\\\xbdI\\\\xcf\\\\xf4\\\\xf3\\\\x9c8w\\\\xd3\\\\x87b\\\\x8av\\\\x16gT\\\\x00\\\\x92\\\\xd1\\\\xf8\\\\xb61\\\\xec\\\\x00\\\\x06?w]\\\\xb1\\\\xdd\\\\x80\\\\xd1vj\\\\x0e\\\\xa9\\\\xd1`^*\\\\xd6\\\\xe6\\\\x19\\\\xb2Q\\\\x1b[\\\\xe8\\\\xbc\\\\xc1\\\\xb9u\\\\x9d @\\\\xf0\\\\x9f\\\\x18\\\\xef\\\\xe5\\\\xd6\\\\xd4\\\\xbc\\\\x92\\\\xf7*\\\\x17\\\\x17\\\\xc2]K`\\\\xb255ec\\\\xde\\\\x8d\\\\xc6[!].W\\\\x11\\\\xbd\\\\x06\\\\x92I\\\\xd4\\\\x9d:\\\\xaf\\\\x02dA\\\\x1c\\\\xd1\\\\xd8\\\\xb3 CQ2~\\\\xa5\\\\xf0\\\\xb9<\\\\x97)V_#\\\\x91\\\\xef\\\\xf37RG*\\\\xb8\\\\xea\\\\x80{\\\\xc8\\\\xbf\\\\x86D\\\\xa9\\\\x04v`d\\\\x9f\\\\xddg{ns\\\\x98\\\\x915\\\\x18\\\\xb2-\\\\xd5\\\\xb2\\\\xfc\\\\xdcUUY\\\\x9f\\\\x1c\\\\xb6\\\\x8a\\\\x93\\\\'\\\\xf2?\\\\x9b(B\\\\xdfpoC(S\\\\x0b\\\\xb6<\\\\x06\\\\x87N\\\\xda\\\\xcf\\\\x87Y\\\\xf7\\\\xe3(\\\\xcbV\\\\'\\\\x0e\\\\xe5NV\\\\x89\\\\xc4S\\\\x8e\\\\x88F!\\\\xce\\\\xc7d\\\\xc3lVf]\\\\xc4;\\\\x05\\\\x85\\\\xda\\\\x08>\\\\xa5\\\\x11\\\\xe3\\\\xa9\\\\xd3\\\\xb7I H\\\\x01!P\\\\x10\\\\xc2R\\\\x81\\\\x03\\\\'\\\\xfeS_\\\\xc7x\\\\xec\\\\x86\\\\xb3\\\\xf35T\\\\xcb\\\\x83\\\\x8e\\\\xcb\\\\x0cN\\\\xc5\\\\'i,L\\\\r$\\\\x98\\\\x03\\\\xcb\\\\xa2\\\\xb1\\\\x08\\\\xdb\\\\xf4\\\\x81\\\\xd8U\\\\xab \\\\xcf\\\\xd4qC~A\\\\x83fm\\\\xc2\\\\xdc_{\\\\'\\\\xdb\\\\x0e\\\\xd91\\\\x08\\\\xe9\\\\x12\\\\xdf\\\\xc4\\\\xdf^\\\\xacz\\\\xa4\\\\\\\\*\\\\xd7\\\\x8b\\\\x16\\\\xabx!\\\\\\\\\\\\x7f\\\\x1cj\\\\xae\\\\xfc\\\\xf6_c\\\\x1d\\\\x16\\\\nW\\\\xaa\\\\x96\\\\x80\\\\x15\\\\x0f\\\\xa8\\\\x13\\\\xa2\\\\x90\\\\x00\\\\x85\\\\x1e]@\\\\xb90H`\\\\xc8\\\\xed\\\\xda\\\\x0c\\\\xff\\\\x00\\\\xdaY\\\\xf9 \\\\xc2\\\\xbe\\\\xda\\\\x8e\\\\x03\\\\xed\\\\xa9W\\\\xdczCD9a\\\\xac\\\\x804\\\\xd3\\\\xc2\\\\x7foX\\\\xbf\\\\'\\\\x08\\\\xc6bQ\\\\x18\\\\xe2\\\\x9b\\\\xeek\\\\x1a_\\\\xf9P\\\\xbe9\\\\x8f\\\\xf9\\\\xceG\\\\x1d+\\\\x13\\\\x04\\\\xbb\\\\xdc}$i$\\\\xe9#\\\\xb8\\\\xf1\\\\xeb\\\\x0f{=\\\\x16\\\\xcb\\\\xa6m-\\\\x8do\\\\xc9t\\\\xf5\\\\x18T\\\\xaa\\\\xe2\\\\xe3Z\\\\xd5\\\\x865\\\\xaa\\\\x85\\\\x00)HO\\\\x11\\\\xf8\\\\xbb\\\\x131\\\\xe2:\\\\xf4\\\\xff\\\\x00\\\\x1bl\\\\x1d\\\\xb0\\\\x12c@\\\\xb5\\\\xc9\\\\x11\\\\xc5(|\\\\xc2\\\\xce?\\\\x0cT\\\\x05M\\\\x9b\\\\x93pe\\\\xc5\\\\xaa\\\\x95\\\\x01\\\\xd4\\\\x86 \\\\x1d\\\\xa6A\\\\x81\\\\xa4D\\\\x18\\\\xea\\\\xbd\\\\xcd\\\\x12\\\\x91\\\\x80\\\\x0c\\\\xf9s\\\\xea\\\\x1e\\\\x9f\\\\x95\\\\x9dz\\\\xfe\\\\x80\\\\xf1\\\\xe3\\\\x8e\\\\xf5UE\\\\x9f\\\\xfd+\\\\xff\\\\x00\\\\xf2\\\\x7f\\\\xfdN\\\\xb2\\\\x7f\\\\xc2\\\\x9f\\\\xfbO\\\\x88K\\\\xff\\\\x00$\\\\x7f\\\\xb8x/\\\\xff\\\\xd6\\\\xf9#\\\\x95{\\\\xe4d^\\\\xccDL\\\\x83\\\\x04\\\\xa8i13\\\\xdb\\\\xaf8\\\\x05\\\\x1d|\\\\xea\\\\x11\\\\x11\\\\x88Y\\\\xe2P}\\\\xca\\\\x9eK1\\\\x96R<\\\\xfbN\\\\xb1\\\\xe7\\\\xe1\\\\xd4\\\\x93\\\\x92\\\\x1b\\\\xb7(B\\\\xb3x\\\\xbc\\\\xbcq\\\\x80\\\\xe1\\\\xde\\\\xbaY#q\\\\x93\\\\xb8\\\\x8e\\\\xeb\\\\xa4\\\\x99\\\\x83\\\\xdcw\\\\xe9Fb\\\\x00\\\\x9c\\\\xce\\\\x0b<]!\\\\xa0p\\\\xe3\\\\x0e\\\\xf47\\\\x91{\\\\xeckvMTn[\\\\r\\\\t\\\\xea\\\\nv\\\\xc4\\\\xb1\\\\x04\\\\x80t\\\\xf3\\\\xd3\\\\xa5\\\\xbe\\\\xa3\\\\xdf\\\\xc1P@\\\\x05\\\\x90\\\\x90\\\\x9b\\\\x91\\\\xdc\\\\xbb\\\\xb5\\\\x86\\\\xd9z\\\\xc6\\\\xa1G\\\\x98o\\\\x19\\\\xfe\\\\xc7\\\\xa3l\\\\x8e+\\\\x9d\\\\x8btE\\\\xb8<;2r\\\\xd6\\\\x9a\\\\xc2\\\\xd3Y Z\\\\xc170\\\\x91\\\\xdchF\\\\x83\\\\xee\\\\xea\"$OD\\\\x17\\\\x08$\\\\x02\\\\xac~g\\\\x90\\\\xa7\\\\xe3\\\\x94\\\\xaduX\\\\xa7.\\\\xafm\\\\ru\\\\x95\\\\x13\\\\t\\\\xf8\\\\x98\\\\xaf\\\\x8f\\\\x86\\\\x9d\\\\xc4\\\\xf5_u\\\\xbb\\\\x95\\\\x9b\\\\x82\\\\x00UY\\\\x11\\\\x8e\\\\x96\\\\xcc*\\\\xef\\\\x95\\\\xe7\\\\xb2y\\\\x86E\\\\xbe\\\\xcfim]\\\\xbf\\\\x96\\\\xa8\\\\x05P\\\\x04\\\\x12\\\\xc0y\\\\x92$\\\\xf4\\\\x98\\\\xdd\\\\x95\\\\xe9\\\\x9dT\\\\t>\\\\xacNK,Z\\\\xd3(U\\\\x8e\\\\xa0\\\\xa6K8Si mf\\\\x88\\\\x1a\\\\xc6\\\\x90\\\\x0fW\\\\xf5\\\\x1c\"\\\\x96\\\\xe3\\\\xfd]\\\\xc5\\\\x12O\\\\x8f\"\\\\xe3X^\\\\xf4\\\\xf7l\\\\xde\\\\xb5\\\\xd1\\\\x1bH\\\\n&\\\\t\\\\'Y\\\\'\\\\xb7\\\\xf6,b\\\\xd5)\\\\x90\\\\x90q\\\\xf7\\\\xcd+\\\\xe6aY^\\\\xf0\\\\xe4\\\\x1a\\\\xd0\\\\x14vH\\\\x8fI\\\\x88\\\\x83\\\\xafn\\\\xa4\\\\x82\\\\xc4\\\\x95\\\\x10\\\\xb8\\\\x1d\\\\xb3u\\\\x08\\\\xf1^\\\\xee\\\\x1b\\\\xdbj{5\\\\x97>\\\\xc1\\\\x9dv)\\\\xd4\\\\x81\\\\xdfS\\\\xe3=\\\\x10\\\\xe6\\\\xafCW\\\\xec\\\\x0f\\\\xf2\\\\x949\\\\x1cJ\\\\xe9P\\\\x10\\\\x9a\\\\xa4CA\\\\x04\\\\x8d{\\\\xc6\\\\xa3]:m\\\\xa9\\\\x92kUwot\\\\xc8\\\\xd6\\\\xa90\\\\xa97\\\\xb0]\\\\xc4\\\\x07\\\\x8b\\\\x08\\\\xfe/.\\\\xfe}i\\\\x83\\\\xe9\\\\xaa\\\\xd8\\\\x7fJ\\\\x1b\\\\x97\\\\x8a7\\\\x85\\\\xb2,\\\\ngv\\\\xedA\\\\x1d\\\\xa0\\\\x83\\\\xe4<:\\\\xb3nn\\\\x15\\\\xab\\\\x17\\\\x988\\\\xa2\\\\x11~ Y\\\\xf6M\\\\x88\\\\x08}\\\\xbb\\\\x89:\\\\xef\\\\x86\\\\x00\\\\x83&C\\\\x1e\\\\xfd1h[\\\\xbf\\\\xab\\\\x16L\\\\xdc1\\\\xb1\\\\x9e,\\\\xd1\\\\xb6A\\\\x98\\\\x1bH\\\\xd0zN\\\\x84}\\\\xddT\\\\xdd`\\\\xb27\\\\xdaF\\\\x1c~\\\\x16\\\\x19\\\\x98\\\\xcd\\\\x8eX\\\\xaa\\\\x9fm\\\\x97x\\\\x8d|d\\\\xf7\\\\xef\\\\xdf\\\\xa6Y\\\\xba$+\\\\x8a\\\\xeb7D\\\\xf1\\\\xc5\\\\x04\\\\xb2)U\\\\xc8\\\\xc8\\\\x8d\\\\xe1\\\\x18V,\\\\xd4o\\\\x83\\\\x13\\\\xd8x\\\\x0f\\\\xb3\\\\xf7\\\\xf4\\\\xf2V\\\\x94\\\\x0e\\\\xa3\\\\xa68}\\\\x94|+\\\\x17(\\\\xad\\\\xa6\\\\xc6\\\\xad\\\\xc3\\\\x87j\\\\xf7\\\\x90\\\\x18\\\\t\\\\xdc\\\\xa8\\\\xa4\\\\x93\\\\xa7\\\\xdb\\\\xfe]C\\\\xb8L\\\\xbc4\\\\x06j3\\\\x7fj`c\\\\xeeo;\\\\x82\\\\x106\\\\xd4@\\\\x1d\\\\xe3X>\\\\x00\\\\x18#\\\\xed\\\\xeaUr\\\\x06\\\\x96\\\\xa3\\\\xf3EiG\\\\x15]}\\\\xeemf\\\\xf4\\\\xd7XQ\\\\t\\\\xd8\\\\x86=\\\\xfb\\\\xc7U\\\\xe4^B#\\\\x8e\\\\x8a\\\\x9d\\\\xc2\\\\t\\\\x11\\\\x88o\\\\xba\\\\x13e\\\\x93{\\\\xaa\\\\xb3\\\\xa5\\\\x81w\\\\\\\\\\\\x01\\\\xdc\\\\x06\\\\xe6\\\\xf1]5#\\\\xc4\\\\x19\\\\xea\\\\xc4U\\\\xebp\\\\xf4dF\\\\\\\\p\\\\x17\\\\xe5\\\\xa5\\\\xcb-`\\\\x92\\\\x94\\\\xdb5\\\\x06!\\\\x84\\\\x01\\\\xa0\\\\x00\\\\x1f\\\\t1?\\\\xb3\\\\xaez)\\\\x95\\\\xd0\\\\xceq!a\\\\x95z\\\\xb5\\\\x95\\\\xd7I\\\\xda\\\\xe5\\\\xa3{\\\\xe8P\\\\xa8 H#U\\\\xd5\\\\x80\\\\xf0\\\\xea\"\\\\x14\\\\xd9\\\\xb4t\\\\x93.\\\\x1f\\\\xef\\\\x82\\\\xf7\\\\x8f\\\\xcb{?\\\\x94\\\\xcaeA!\\\\xb4\\\\x02\\\\t\\\\x81\\\\xac\\\\xc1\\\\xff\\\\x00\\\\x0e\\\\xa0\\\\x87\\\\xaa\\\\x8d\\\\xd5\\\\x80=AO\\\\xc85\\\\xd2\\\\x8e\\\\xc2X*\\\\x93!gI\\\\x8f\\\\xc3\\\\xff\\\\x00\\\\x1e\\\\x86$\\\\x9cU[O2\\\\x07\\\\x1e*\\\\n\\\\xe4T\\\\xf6\\\\x15\\\\xb2\\\\xb9\\\\xdaA6\\\\xa9 \\\\x05_\\\\xc2X@\\\\x80d\\\\x9e\\\\x88\\\\xabf\\\\xd1\\\\x02\\\\x85b\\\\xe42\\\\xfb\\\\x95\\\\xb6\\\\xe2\\\\x00\\\\x0e\\\\x93\\\\x1e1\\\\xa6\\\\xbd\\\\xbc~\\\\x9d\\\\x0e\\\\x90P\\\\xe8\\\\xc8\\\\xacE\\\\xc42\\\\xb3\\\\x12\\\\xa5?\\\\x10\\\\xfe\\\\xee\\\\xf1\\\\xfd\\\\xfd\\\\x08\\\\x06%p\\\\x8eK\\\\xa5\\\\x7fB\\\\xff\\\\x00Z/\\\\xf8\\\\x7f#\\\\x8d\\\\xc2\\\\xf2\\\\xd7\\\\xbbpyV*\\\\xd3\\\\x92\\\\xc6N#\\\\x1e\\\\xc7\\\\xbf\\\\xe1\\\\x9e\\\\xfdf\\\\xefvlM\\\\xd8a\\\\x98\\\\xfb\\\\x8f\\\\xb8Uw;v\\\\x0e1_O8.i\\\\xb3\\\\xa8\\\\xa7\\\\'\\\\x13*\\\\xc69U\\\\xaf\\\\xb1n\\\\xf1eV)\\\\x1a\\\\x95\\\\x03\\\\xfd]\\\\xc7Yl4\\\\xba\\\\xca\\\\x9d\\\\xbcY\\\\x13\\\\xe5\\\\xff\\\\x00\\\\xe5\\\\xd6\\\\xd6\\\\x85R\\\\xcc\\\\xc7\\\\xf3\\\\n$\\\\x99\\\\xef\\\\xe7\\\\xe3\\\\x1a~\\\\xfe\\\\xabh\\\\xab\\\\xe4\\\\xa9\\\\\\\\\\\\x80\\\\n\\\\xb9\\\\xe53k\\\\xc5\\\\xca\\\\xa8\\\\xd2Y+\\\\xa6C\\\\xbe\\\\xba\\\\x98\\\\x8e\\\\xfa\\\\x18\\\\'\\\\xc7\\\\xa2\\\\x88.\\\\xaaH\\\\x80\\\\x8b\\\\xe2r\\\\xf5[\\\\x8e\\\\xf7oF\\\\xf7\\\\xcf\\\\xae\\\\xb6\\\\xd0\\\\xa9_\\\\x00\\\\x01\\\\xd2:\\\\xb0\\\\xc2At**\\\\xa2\\\\xe6\\\\xb6:\\\\x00\\\\xcdR:n\\\\xdf[F\\\\xb0|\\\\x1b\\\\xc7\\\\xc3\\\\xbfJ\\\\xa0I\\\\x95\\\\xb7=\\\\x12_!\\\\x93B\\\\xd8\\\\x12\\\\xa0\\\\xcfA\\\\xfcz\\\\xc0\\\\x93\\\\x13 ODf\\\\xd8%L \\\\'>,,\\\\x16\\\\x0bh\\\\xb6m\\\\x90 \\\\xf7\\\\xd2H\\\\xfb\\\\xba!P\\\\xe9FUd\\\\x13.\\\\xd4,-\\\\xda\\\\xccH:\\\\x02\\\\xc0H`\\\\'\\\\xb4\\\\x9e\\\\xc3\\\\xec\\\\xe9\\\\xd1\\\\n\\\\xbc\\\\x83\\\\x9a(X\\\\xcesIk\\\\x91\\\\xb2\\\\x05.\\\\x19.- \\\\x15\\\\x98\\\\x90B\\\\xce\\\\x9aGo\\\\xbf\\\\xa2\\\\x0b\\\\xa2\\\\x01/*\\\\xa0<\\\\x86Q9t\\\\xe1\\\\n\\\\xed\\\\\\\\oq\\\\x91\\\\n\\\\xb9I\\\\xdc\\\\x0c@3 Ln\\\\x8f\\\\xa7B\\\\t%\\\\x90\\\\x9b\\\\x81\\\\xf0C1\\\\x96\\\\xf2\\\\xe9\\\\x8b\\\\x97\\\\rY\\\\xf4\\\\n\\\\x8e\\\\xbbL(S\\\\xa4\\\\x06%G\\\\x9f~\\\\x8e\\\\xdc\\\\x80,S!2hY-s\\\\x15\\\\xdf\\\\x8b\\\\xeeU\\\\xb2jm\\\\xca\\\\x15A,d\\\\x9d\\\\x1b\\\\xb1\\\\xd6{\\\\xf7\\\\xed\\\\xa0\\\\xead\\\\x84\\\\x81\\\\x1e\\\\xc4\\\\x05l\\\\xb8\\\\xda\\\\x8a\\\\xc7x\\\\xb5\\\\xca\\\\xbb2\\\\x9dA\\\\x88\\\\x11\\\\x11\\\\xa13&:\\\\\\\\dA\\\\xaa\\\\x18\\\\xdc%\\\\xcei\\\\xaa\\\\xee[\\\\x9d\\\\xc5\\\\xf8\\\\xbb|b\\\\x8b\\\\xeb\\\\x1c\\\\x1e^J\\\\xe5\\\\xae\\\\x0b\"\\\\xd8\\\\xea\\\\xfb\\\\x7f\\\\xe6\\\\x0b\\\\x1a\\\\x1b\\\\xf0\\\\x80#N\\\\xa6\\\\xec\\\\xe4c\\\\xa6\\\\x8c\\\\xafF\\\\xef\\\\xa4\\\\x01GC\\\\xbe1\\\\xf2>G\\\\xe3\\\\x19T\\\\xe4Wq\\\\xd5\\\\xb7[U\\\\xd5\\\\x90\\\\xaf\\\\xbfX\\\\xd0Cn\\\\xfa\\\\x81\\\\x1a\\\\xf5\\\\x95th\\\\x1a\\\\xa3C\\\\xd6\\\\x8e\\\\x8e$\\\\x89V\\\\xab\\\\xa2h\\\\xe6\\\\xb8\\\\xcf\\\\x90`\\\\xe3rx\\\\xbb*m\\\\xaar\\\\xb1f\\\\n91\\\\x06<\\\\x86\\\\x83_\\\\xafY\\\\x97/F\\\\xe9\\\\x04\\\\x10??\\\\x8eKV\\\\xcc\\\\x9c\\\\x17\\\\xe3\\\\xf9Sp\\\\xc9!\\\\x82\\\\xa2\\\\x11S3\\\\r\\\\xd2If:\\\\x91\\\\xbagN\\\\xac[\\\\xae_\\\\xda7~\\\\xe4\\\\xcd\\\\x84r/&\\\\x81}\\\\xb4\\\\xfb\\\\xa0\\\\xc3( (*H \\\\x90\\\\x04\\\\xe9\\\\x1a\\\\xc4\\\\x1e\\\\xad\\\\x98\\\\x19`pK&\\\\x8a\\\\x84\\\\xf9\\\\xa7\\\\x1f\\\\x90\\\\x9c\\\\x95\\\\xcbK\\\\xee\\\\xc8\\\\xad\\\\x97{1+;\\\\x89M\\\\xb2T\\\\x83\\\\xf4\\\\x80G\\\\xdf\\\\xd3\\\\xc0\\\\x98\\\\x80\\\\xcc\\\\xf1B\\\\xb0\\\\xefF\\\\xb5\\\\xe7\\\\xfc*\\\\xf98\\\\xec\\\\xb6\\\\xba\\\\xc6j\\\\xff\\\\x00\\\\x9c\\\\x15X\\\\x90a\\\\x94l$\\\\x82Gr~\\\\xb3\\\\xf6\\\\xf5j\\\\x0e\\\\xd5UD\\\\t4Y\\\\xdb\\\\xc1\\\\xf29\\\\xb5\\\\x87\\\\xb5\\\\xa4\\\\xb1\\\\x06\\\\xd6c\\\\xd9\\\\n\\\\xe8\"$}\\\\x83\\\\xf6v\\\\xe8f\\\\x0b\\\\xf4D-\\\\xcb\\\\x12\\\\x18\\\\xad\\\\xb8\\\\xbcV\\\\r*\\\\xc9\\\\x91mV\\\\x9a\\\\x94\\\\x972@\\\\x1aw\\\\x06e\\\\x86\\\\x93\\\\xaf\\\\xf7\\\\x91\\\\xd2Ic\\\\xf6L\\\\x16\\\\xc3T\\\\x85\\\\xa6\\\\xde]*8\\\\xb4\\\\xc1\\\\xc8\\\\xa8\\\\xd7\\\\tRn\\\\n\\\\x19L\\\\x02\\\\xb2;\\\\xc0\\\\x04\\\\x1f\\\\x03\\\\xe1\\\\xd4\\\\\\\\\\\\x12\\\\x98\\\\x00\\\\xd1\\\\xf9\"&\\\\x03\\\\xf5\\\\xc1h\\\\xcc\\\\xcf\\\\xbb7\\\\x14\\\\x84{*\\\\xaa\\\\xa6\\\\xda\\\\xabY\\\\x80T\\\\x0fS\\\\x0e\\\\xc7\\\\xc0w\\\\x8e\\\\xa6\\\\x11\\\\x02,rC)\\\\\\\\ \\\\x94\\\\xad^5\\\\xd7\\\\x14\\\\x08\\\\xacZ\\\\xe6\\\\'y\\\\x930|\\\\xa0\\\\xe9\"g\\\\xae\\\\x8c\\\\x0bS\\\\x04\\\\xb9N\\\\xb5F\\\\xeb\\\\xe1\\\\xf2\\\\xe6\\\\xb5M\\\\xc9\\\\xb8\\\\xfaZ\\\\xb2\\\\x00\\\\xec\\\\x0c\\\\xc1\\\\xd7\\\\xf6v#\\\\xa1\\\\xb9gX\\\\x0c\\\\x19(L\\\\x95h|\\\\x7f#/\\\\x07\\\\x16\\\\xbf\\\\xcd\\\\x97j\\\\xeb\\\\x93\\\\xef\\\\xa7\\\\xa6\\\\xbe\\\\xc5T\\\\x12D\\\\x19>\\\\x02c\\\\xcb\\\\xc9\\\\x96\\\\xe5r\\\\xa0+\\\\xb6\\\\xc5*\\\\x90\\\\xf9\\\\xdf\\\\x90\\\\xb5YV_\\\\x8d\\\\xba\\\\x8b\\\\xb7E\\\\nI\\\\x1bC\\\\rcH\\\\xd4\\\\x932:\\\\xa0o\\\\x03p\\\\x96iE\\\\xab\\\\xcdt\\\\x9c\\\\xc4\\\\x08\\\\x9a\\\\x15\\\\x1e\\\\xdeO c\\\\xa5\\\\x96\\\\xa6\\\\xfc\\\\xa9\\\\x1f\\\\xf4\\\\xb0@\\\\nX\\\\xed\\\\x90\\\\xa2u\\\\xdd\\\\x1aw\\\\x1dW\\\\xbc.>\\\\xa9\\\\xd4\\\\x1cB\\\\x8b3\\\\x00i\\\\x14e\\\\xbf\\\\x03\\\\x9c8\\\\xc1\\\\x8eF\\\\x0f\\\\xb7*\\\\x13\\\\xf1\\\\x02{N\\\\xb0N\\\\x83\\\\xeb\\\\xd4Y\\\\xb9\\\\xa6\\\\xf0j\\\\xc5\\\\xa8?<\\\\xd3u\\\\x11\\\\x1a\\\\xb7\\\\x1d1\\\\t\\\\x9d\\\\xf0\\\\xf8Nk\\\\x11\\\\xee\\\\xab\\\\xdb\\\\xb5l\\\\xdb\\\\xb6\\\\x87\\\\x1blF\\\\n\\\\x17\\\\xd2\\\\t\\\\x1f\\\\xe9\\\\x8dt\\\\xfau\\\\xa9;\\\\xb6fLO\\\\x1d\\\\x88!\\\\r@i\\\\xa2I\\\\xe4py\\\\x11\\\\x18\\\\xa6\\\\xc1^=vz\\\\x82\\\\xc0\\\\x1b@\\\\x82B\\\\xf8v\"\\\\x0fUe\\\\xb9\\\\x17$@ \\\\x06\\\\xf1S\\\\x1bf\\\\xd9r*\\\\xb2\\\\xc2\\\\xe2\\\\xe9\\\\xc8m^\\\\xb6E\\\\xd6\\\\xc5v\\\\x92\\\\x18\\\\x1dt\\\\x1f\\\\xbfM:\\\\xa9\\\\xea\\\\x89\\\\x12\\\\x02\\\\x9d\\\\xbf\\\\xd5\\\\x13\\\\xa3W\\\\x04\\\\xd5\\\\x12\\\\xca5UH\\\\x8d\\\\xb6\\\\xdfZ\\\\xed\\\\xae\\\\xc3%@\\\\xd2L\\\\xf8\\\\x80\\\\x07\\\\x9fV-L\\\\xc8\\\\xb4\\\\xaa\\\\x14\\\\xca:E\\\\x10a\\\\x8c\\\\x16\\\\xca\\\\xeeb\\\\xcb&gl\\\\x81\\\\xa4\\\\rO\\\\xd7\\\\xab\\\\xf4\\\\x02\\\\xb4Hr\\\\xf4NX\\\\x18nx\\\\xefw\\\\xf9%\\\\xe9\\\\xb8\\\\x05V`\\\\xd63\\\\xb7\\\\x89X\\\\xed\\\\xa1\\\\x93\\\\xfe]\\\\x00\\\\xb9\\\\x91\\\\xc9:1\\\\xa1\\\\xf2M|g\\\\x02\\\\x8b]\\\\x16S\\\\x84\\\\xd7\\\\xdbu\\\\xa4\\\\xd8\\\\x9e\\\\xecm\\\\x0ecE\\\\xf1\\\\x99\\\\x82:\\\\xbd\\\\x0bbB\\\\x8a\\\\xf5\\\\x80\\\\rU\\\\xc1\\\\xc4\\\\xf0\\\\xb6\\\\x00\\\\xb4f\\\\xd8)\\\\xb6\\\\xaa=\\\\x9a\\\\\\\\V\\\\n\\\\xa12}\\\\xb2\\\\x16A=\\\\xe4\\\\xcfK\\\\xdcz\\\\x9cJ\\\\x85\\\\x93\\\\xf41\\\\xa5V\\\\x9c\\\\x7f\\\\xd2\\\\xfb\\\\xaaKs\\\\xb2$V\\\\xa8Y\\\\xb6\\\\x8d\\\\xc1I\\\\xfb\\\\xe7I\\\\x9d;\\\\xf7\\\\xeb\\\\xcf\\\\x1d\\\\xa9\\\\x0eI\\\\xe9\\\\xd8\\\\xadE\\\\xb3J\\\\xfc\\\\xf8\\\\xab\\\\xe3-\\\\x93\\\\x8el\\\\x80+_m\\\\xd4\\\\x8e\\\\xcc \\\\x95\\\\xd3Mg\\\\xab\\\\x16\\\\xef\\\\xc6\\\\xc4\\\\x0cMU\\\\r\\\\xd5J\\\\xe7\\\\xec\\\\xac\\\\x823,cyE\\\\'S\\\\xb8\\\\x19\\\\x1e\\\\x04\\\\xcc\\\\x98=P;\\\\x8b\\\\x87\\\\xd41\\\\xe4\\\\xb2nZ\\\\x18\\\\'\\\\xae>\\\\xf4\\\\xa3\\\\x8d\\\\x19c}E\\\\x89\\\\xf7\\\\x05Q\\\\x05\\\\xa4\\\\xa9\\\\xd0\\\\x12D\\\\x15\\\\x9d|\\\\xccub\\\\xcd\\\\xc1(\\\\t3W.\\\\xfe;\\\\xd16\\\\x90\\\\xc1G\\\\xe2\\\\xb9\\\\xcb\\\\xf1\\\\xde\\\\xe4koq^\\\\xdfU\\\\xa7\\\\xbd\\\\xa4\\\\x91$\\\\xa8\\\\xd4\\\\x03\\\\xf5\\\\xfb\\\\xba\\\\xbb\\\\xb2&&Q\\\\x95Y\\\\xab\\\\xda\\\\xab\\\\xcet\\\\xd4(\\\\xa6\\\\xdc+\\\\xe4\\\\xea\\\\x10\\\\x88\\\\xd9\\\\rc%\\\\xe1\\\\x90\\\\xc2v>\\\\x82>\\\\xfe\\\\xdaur J-\\\\x8b\\\\xa5\\\\xccD\\\\x90I\\\\xa8\\\\xe1\\\\x96\\\\xcf\\\\x8c\\\\x1f\\\\xcbd\\\\xecSuu\\\\xd4\\\\xc0\\\\x10\\\\x14\\\\xb1,t\"\\\\xcd`\\\\x83\\\\x10\\\\'\\\\xc7\\\\xc7\\\\xa8\\\\x8d\\\\xbd\\\\x12\\\\x03 ;\\\\xe8\\\\xba\\\\xd5\\\\xe2I\\\\xc7\\\\x14\\\\xc5\\\\xcc\\\\xe3\\\\x05\\\\xfew\\\\xe5\\\\xd3u\\\\xa4\\\\x1agkB\\\\xb1\\\\xdaaT\\\\x0f\\\\x1e\\\\xfd\\\\xc4\\\\x9f\\\\xa7K\\\\xbb\\\\xa6\\\\x17]\\\\xbf\\\\xa5gp\\\\x00\\\\x0e\\\\x1e\\\\xaa7\\\\x0f^V\\\\x1f\\\\xbd\\\\x94\\\\xd8\\\\x8bw\\\\xe6n\\\\xdc\\\\xdb\\\\xdc\\\\xad\\\\xb5\\\\xban\\\\xf5\\\\x00H\\\\xdf\\\\x02$\\\\xc0\\\\x9f\\\\xafV5\\\\xb0r\\\\xa9\\\\xda\\\\x8c\\\\x84\\\\xe8\\\\xc4\\\\x94\\\\xd5\\\\xc9r\\\\xd8h\\\\xb5\\\\xfb\\\\xa8\\\\xe9u\\\\x88M7m\\\\xf4\\\\xb1\\\\x13\\\\'w`I\"u\\\\xfb:\\\\xad{}\\\\x18D\\\\x0f\\\\xf5c\\\\xfd-\\\\x19\\\\xcbHa\\\\xe2\\\\xa7W\\\\xca\\\\xe0\\\\xdfZ\\\\xfeu\\\\x16\\\\xa3mH\\\\x7f0[mi hLD\\\\xc6\\\\xa4w\\\\xf3\\\\xea!\\\\xb9\\\\x99>\\\\xb8\\\\xd3\\\\x9a\\\\\\\\w\\\\x11\\\\xcf\\\\xce\\\\x89\\\\x0f\\\\xe4wq\\\\xb9\\\\x99\"\\\\x9c\\\\x1bR\\\\xdb\\\\xa9far\\\\x96Df\\\\x1bA,V$\\\\x05\\\\x90;\\\\x11\\\\xd5-\\\\xd6\\\\xe3\\\\xdc&0bF3\\\\xd9\\\\x89y\\\\xdc\\\\xb7.\\\\xfagt\\\\x02\\\\xf5\\\\xb0\\\\x12\\\\x7fO\\\\xf2\\\\xe8\\\\xadL\\\\xb3\\\\x15\\\\x1bk\\\\xc6,I\\\\xfeR\\\\xe5\\\\x95\\\\xe4\\\\xe1\\\\xda\\\\xd6\\\\xd6\\\\x16\\\\xfc{\\\\x0e\\\\xe3\\\\x8e\\\\xbe\\\\x912v\\\\x85U\\\\xf2\\\\x9d\\\\xda}g\\\\xa7\\\\xad[s\\\\x8d\\\\xd0\\\\xd9\\\\x85\\\\xbf\\\\x07*\\\\xcc\\\\x90\\\\x94#\\\\xc6b\\\\xb1\\\\xdc\\\\x8e \\\\x90$\\\\x1d`\\\\x82|u\\\\xd7\\\\xaet\\\\xbb\\\\xd6\\\\xa3\\\\x17\\\\x91\\\\x14D\\\\x971E\\\\x8bY\\\\xfeujB\\\\xb9M@f\\\\x1b\\\\xb5?b\\\\xc7\\\\xdf\\\\xd0\\\\x1bn)\\\\x8a\\\\xa9-\\\\xb1\\\\xd2\\\\xf8\\\\x15\\\\x1f;\\\\x1dK\\\\x9b\\\\x15\\\\xbd\\\\xad\\\\xd0\\\\xab`\\\\xfcj^|$F\\\\xb04\\\\xf3\\\\xe8\\\\xa0\\\\\\\\U7ms\\\\xd2\\\\xc6\\\\xbc\\\\x7fk\\\\xdc6\\\\x15\\\\x06\\\\xae\\\\xa6{\\\\x00Y\\\\x88 \\\\xaf\\\\xf0\\\\xb4L\\\\x02\\\\'\\\\xc8x\\\\xf52\\\\x888\\\\xae\\\\xdcGS\\\\x13O\\\\xbf\\\\x1dTv\\\\x0c\\\\xb7U`-\\\\xb41{A$2\\\\xa6\\\\x86\\\\x00]{\\\\xe9\\\\xf6\\\\xf7\\\\xe8\\\\x93\\\\xa2^\\\\x04p\\\\xeb\\\\x0b\\\\xb2)\\\\xc05\\\\xae:\\\\tHs\\\\'rG\\\\x88,\\\\t:\\\\xf9k\\\\xd4\\\\x1eJcnWA\\\\xd7\\\\xc7\\\\x1c\\\\xd1\\\\x1a\\\\x9c_HteK\\\\x14\\\\x00\\\\xcb\\\\xae\\\\xe1\\\\xe2D\\\\x10>\\\\xde\\\\x85\\\\xd8\\\\xaa\\\\x93\\\\x06\\\\xdc\\\\xdb$:\\\\x84\\\\xb1\\\\xaf,\\\\x17u\\\\xaa]\\\\xb4m\\\\xa3\\\\xc0\\\\x02\\\\xc7n\\\\x80\\\\xc1\\\\x8e\\\\x89\\\\\\\\\\\\x9c\\\\xa2#\\\\xd2\\\\x8b\\\\xd2\\\\xc9\\\\xbeS\\\\xd0\\\\x8c\\\\x04\\\\xcc\\\\xab\\\\x11:\\\\x03\\\\xfb\\\\x87B\\\\xca\\\\x08-TV\\\\xbcz\\\\xb2\\\\xab\\\\xda\\\\xe3e\\\\xe2\\\\x00e3\\\\xaf\\\\x86\\\\xbd\\\\xcf\\\\xdf\\\\xd2dLU\\\\x19]\\\\x95\\\\xb2\\\\xf8\\\\x84\\\\x1d\\\\xab\\\\xb3\\\\x16\\\\xd2\\\\xb7)$\\\\x1e\\\\xe4\\\\x98m{\\\\xcfn\\\\xfd:\\\\x05\\\\xea\\\\x15\\\\xd8\\\\xc8\\\\\\\\\\\\x8d\\\\n\\\\xec/\\\\xd0\\\\x7f\\\\xd7,\\\\xae\\\\x10\\\\xe3\\\\xfck\\\\xe47\\\\xb5\\\\xfcb\\\\x91\\\\xfd7%\\\\x89f\\\\xa6\\\\t!O\\\\x98\\\\x1d\\\\xfe\\\\x9dcn\\\\xf6b\\\\xd9\\\\xd5\\\\x1f\\\\xd4\\\\xe5\\\\xc8\\\\xf4Y\\\\x9b\\\\x8b\\\\x1aM\\\\x17\\\\xd0\\\\x86\\\\xf9\\\\x03gac\\\\x0b6e&]!\\\\xea\\\\xb6\\\\xb1!\\\\x83\\\\x00w\\\\x02\\\\xbd\\\\xf4=\\\\xba\\\\xc82\\\\xa7U\\\\x93|*\\\\xf7\\\\x94\\\\xbdAe\\\\xb1M\\\\x9b\\\\xc9\\\\xdaA\\\\x1e\\\\x1a\\\\x11\\\\x07\\\\xae\\\\x13\\\\x1c\\\\x96m\\\\xd0\\\\x02\\\\x83\\\\x85\\\\xcbV2\\\\rV\\\\xbdtR}\\\\x0c\\\\x9a\\\\x9f\\\\xc3\\\\x1bG\\\\xd3M\\\\x07B.\\\\x93L\\\\x92D\\\\xf4\\\\x95\\\\x12\\\\xeej\\\\xeas\\\\r\\\\x1e\\\\xef\\\\xb9\\\\x8fh\\\\x85\\\\x00\\\\xf8H\\\\xd0\\\\x830|{\\\\xf4\\\\x8ft\\\\xbb\\\\x14R\\\\x96a~l\\\\x81q\\\\xa1,\\\\xbdmC\\\\x10@$\\\\xae\\\\xef\\\\xf5\\\\x05>}\\\\xbae\\\\xb9\\\\x9c\\\\xaa\\\\x10\\\\x10\\\\x08X\\\\xdb\\\\xc7\\\\xe4\\\\x16\\\\xddK\\\\x0b[T\\\\xa8\\\\x8f\\\\x1d\\\\xdd\\\\xe3A&<\\\\xfa\\\\xb2\\\\xc4\\\\xa4\\\\x98\\\\x14\\\\xb3\\\\x9e\\\\x196Umn\\\\x19H\\\\xac\\\\t\\\\x82\"\\\\'S\\\\xd8\\\\xf6\\\\xef\\\\xfe\\\\x1d\\\\x14f\\\\xab]\\\\x89f\"\\\\xab\\\\n\\\\xebU\\\\xc63C\\\\xd7Ph\\\\xf2R\\\\xa7RB\\\\xe9>3\\\\xa7MpqS\\\\x103\\\\xc1+\\\\xdb\\\\xc4\\\\xa6Q\\\\xc8\\\\xbb\\\\x0e\\\\xe3W\\\\xe5)k-Y\\\\x86f?\\\\x88\\\\x89\\\\xff\\\\x00Ws\\\\'\\\\xfcz 9%\\\\xce\\\\x0e[\\\\xc1F\\\\xe3\\\\xbf+m\\\\xb8Oe\\\\xccr,\\\\x1b\\\\x16\\\\xab$\\\\xa9\\\\x03\\\\xd2@\\\\x1d\\\\x8cL\\\\x9f/\\\\xa4tD\\\\x0cJ\\\\x9bZh\\\\xd9\\\\xaf9\\\\x9c\\\\n\\\\xdd\\\\x8diu.\\\\x183S\\\\x91\\\\\\\\J\\\\x02$\\\\x80gHX:\\\\xeb\\\\xe1\\\\xd0\\\\xb8\\\\xc4&\\\\xccj\\\\xa8\\\\xc4$\\\\xbc\\\\x8c\\\\x85\\\\xc7\"\\\\xbcTV5)\\\\xaa\\\\xb7Y\\\\xb41V\\\\'@gv\\\\xb3\\\\xdb\\\\xb7]\\\\xa83%{nH\\\\x18(\\\\xa9\\\\xcf\\\\xde2\\\\xa9\\\\xa1\\\\x9d-s(\\\\xf6\\\\x02\\\\xa1@q\\\\xd8\\\\xa8\\\\x1a\\\\x10;\\\\xe9\\\\xa7@d\\\\xc7\\\\x9ac\\\\xfa^N\\\\x14\\\\x85\\\\xb3\\\\x13+\"\\\\xe8\\\\xc7@\\\\xc3J\\\\x98\\\\x9fqt\\\\x9d\\\\xad\\\\xb9\\\\xf4\\\\xf5O\\\\x8e\\\\xa3\\\\xa5\\\\xceB]S\\\\x03\\\\x82\\\\xac\\\\x8f\\\\x86\\\\xe2a\\\\xe3\\\\xe2\\\\x8eF\\\\x8eI\\\\x17\\\\xf3yVc\\\\xe5\\\\xf0U\\\\x867\\\\xd0\\\\x10\\\\x13\\\\xee8a\\\\xb0\\\\x83\\\\xd8yO^~\\\\xfd\\\\xa8\\\\xc6Bq8\\\\x92\\\\x0c@\\\\xa8e\\\\xafj\\\\xa1\\\\xdd\\\\xcd\\\\x15\\\\xa1M\\\\x95\\\\xab\\\\xca\\\\xab\\\\xba)\\\\xf4)\\\\xec\\\\x07b\\\\tS\\\\xdb\\\\xe9\\\\xd8\\\\xeb\\\\xd5\\\\xabd\\\\xf1\\\\x92f\\\\xa0\\\\x13g\\\\x1b\\\\x99Ev+d\\\\x83\\\\xb1\\\\x82\\\\x84-\\\\xa6\\\\xe8\\\\x05\\\\x84\\\\xc0\\\\x04\\\\x02{\\\\xcfZ\\\\x96\\\\xae\\\\x86b\\\\xa2Q\\\\t{\\\\xe4\\\\xdc&\\\\'5\\\\x963j\\\\xc7\\\\x8a\\\\x89;\\\\xd3d(bu\\\\xf4\\\\x93\\\\xa0\\\\xf4\\\\xe9\\\\xf5\\\\xe9f`gUF\\\\xed\\\\x8dN\\\\x96\\\\xe9\\\\xe2\\\\xf0p\\\\xa9\\\\xb6\\\\xff\\\\x00k\\\\x1b\\\\x11SF[ \\\\x94X*cv\\\\x9a\\\\x82|5\\\\xe9\\\\xb0\\\\xb8\\\\xe1\\\\x92}\\\\xb8\\\\xc0\\\\xa4\\\\xee{\\\\x1e\\\\xabjk0o\\\\xa3\"\\\\xd2\\\\xa2\\\\xd4D\\\\x80\\\\xde\\\\x91\\\\x00m\\\\xf2\\\\xd0k\\\\xe5\\\\x1a\\\\x9dzc\\\\x12\\\\xab\\\\xdc\\\\xbc0\\\\x8f\\\\x82\\\\xae\\\\xf9\\\\x1c.J\\\\xc4\\\\xa73\\\\x95\\\\xc7\\\\xb2\\\\x9cfS^>\\\\xdfAV\\\\x12\\\\x0e\\\\xd0W\\\\xb9 \\\\xfd\\\\xde=Lm\\\\x86b(\\\\xa9\\\\xce\\\\xe4\\\\x98\\\\x92\\\\x85&\\\\x12\\\\x06\\\\x03%B\\\\xab0\\\\n\\\\xf6\\\\x9d\\\\xa0)\\\\x00\\\\xb9$\\\\x10u\\\\xf0\\\\x98\\\\x1dA\\\\xb6\"\\\\x18\\\\xa8\\\\x17\\\\x05\\\\xc9\\\\x16/\\\\xc7\\\\x0c\\\\x8a\\\\xf2\\\\xf9\\\\x95\\\\xb69\\\\xfc\\\\xa2\\\\x8a\\\\x01UR\\\\xab\\\\xb41@\\\\x08\\\\xd7\\\\xb8\\\\x86\\\\xd3\\\\xfbw\\\\x86\\\\xd0\\\\x18)\\\\x9d\\\\xe7\\\\xa7>2K4\\\\xef\\\\xa6\\\\xf5ev\\\\xa5\\\\x81\\\\x01\\\\xec\\\\x89`\\\\xa7B#\\\\xfe=\\\\x0c\\\\x81\\\\x8f\\\\xea\\\\xc8\\\\x01\\\\x07\\\\x1c\\\\x11\\\\xea\\\\xf2\\\\xb2\\\\xb0\\\\xe0\\\\xfee\\\\x8a\\\\xe2\\\\x12\\\\xf6\\\\x10\\\\x0e\\\\xd0H\\\\xde\\\\x0e\\\\xbd\\\\xce\\\\x90t\\\\xef\\\\xa4\\\\xc7@5\\\\x18\\\\xd7\\\\x1c\\\\xd7\\\\x1a\\\\x17\\\\x8dyU3S\\\\xf2\\\\x1e#\\\\xf2/G\\\\xb7f-\\\\xed\\\\xb6\\\\xc1aiC\\\\xb6A*\\\\xba\\\\xeaA\\\\x91\\\\xfb\\\\xfe\\\\xb4\\\\xb7:\\\\xac\\\\x8fI\\\\xd23W\\\\xec\\\\xdf\\\\x18\\\\x10\\\\xee\\\\x84g\\\\xfc~\\\\x9eF\\\\xaa2x\\\\xccR\\\\xb6C^E\\\\x87\\\\xfeb\\\\x92\\\\x0c\\\\xa2\\\\x92=0;\\\\x9f\\\\x1d<\\\\xfaL62\\\\xbc^4\\\\x04x\\\\xf2d\\\\xc9\\\\xc4\\\\x1aG\\\\xb9%fbgq\\\\xb6\\\\xe5c\\\\xdb\\\\x8feL\\\\x9f\\\\xcbz\\\\xf5;\\\\x0b\\\\x83!\\\\xfc\\\\xa4\\\\x1f8\\\\xe8w\\\\x116\\\\xc8\\\\x89\\\\x7fM+\\\\x9etK\\\\x00\\\\x83\\\\x82\\\\xf2\\\\xf2F=b\\\\xcb\\\\x92\\\\xdb\\\\x8f\\\\xa0 \\\\x10$\\\\t#O\\\\xa7\\\\xdd\\\\xd5x]$r\\\\x03\\\\xcf\\\\xb5\\\\x07\\\\xb7\\\\x88j\\\\xbf\\\\x82r\\\\xf8G\\\\xe6\\\\xec\\\\xba\\\\xe4\\\\xc4\\\\xa2\\\\xdc\\\\x81E&\\\\xdeCj\\\\xef\\\\xda\\\\xa1\\\\xb6\\\\xb37y\\\\x0b\\\\xa0\\\\x9d\\\\x96\\\\x1a,L\\\\x8dH\\\\xd0\\\\xfdz\\\\xa3z\\\\x06\\\\x00\\\\xb7\\\\x1d\\\\x13\\\\xa0\\\\x1c\\\\xb1\\\\xe3\\\\xb1\\\\x14\\\\xe4\\\\x8b#c\\\\x15vp\\\\xe0\\\\x12\\\\xcd\\\\xaf\\\\x7f\\\\xe1\\\\x00\\\\x81\\\\xa6\\\\xbau^\\\\xcc\\\\xfdm\\\\x1f4\\\\xdd \\\\xc5\\\\xca9\\\\xc5\\\\x1a\\\\xf3\\\\x99\\\\xb1\\\\xd9la\\\\x8f\\\\xb8[Y\\\\xfe\\\\x05\\\\x90$)\\\\xd3\\\\xbf\\\\x87V/]\\\\x9395\\\\x19~\\\\x02\\\\x88\\\\xdbun`p\\\\xdcN\\\\xea\\\\xa6\\\\x81X\\\\x95w\\\\x11&\\\\xa1\\\\x00\\\\x83$k\\\\xe7\\\\xdf\\\\xa2\\\\x17\"C\\\\xb3\\\\x1f\\\\xa2x\\\\x87\\\\x82\\\\xb1\\\\xf1>3FM\\\\xc9~\\\\r\\\\xf1[\\\\xcdd\\\\x92\\\\xb2\\\\x80\\\\x196/\\\\xdaN\\\\xb3\\\\xd3\\\\xc6\\\\xe0\\\\xbb\\\\xc4\\\\xa7\\\\x8bqeu\\\\xf0\\\\xbcN\\\\x155Y\\\\x8f~U9\\\\xf6\\\\x8av6\\\\xe0\\\\x06\\\\xff\\\\x00\\\\x11\\\\x13\\\\x06f5\\\\xef\\\\xd4\\\\xff\\\\x00\\\\x92d}E\\\\xc2|\\\\x18v\\\\xa3\\\\x7f\\\\x1f\\\\xc29\\\\xbcFf=\\\\xe5\\\\xc7\\\\xe5\\\\xd5\\\\xd2\\\\xc0Ob?\\\\x08RA\\\\xd0\\\\xfd\\\\x0fH\\\\xbb:6.\\\\x9df\\\\xab\\\\x90\\\\xbf[\\\\x88\\\\xc3\\\\xe5\\\\x9e\\\\xba\\\\x97\\\\xdcm\\\\x88\\\\x01\\\\x1a\\\\t\\\\xdb\\\\xd8\\\\xee\\\\x06~\\\\xdf>\\\\xaan\\\\xe2\"\\\\x03\\\\xf3\\\\xc5R\\\\xdc\\\\xfe\\\\xd4\\\\x18\\\\x05\\\\xce\\\\xfe\\\\xe2d\\\\x10Y\\\\x82\\\\xd9cA\"\\\\x18\\\\x02\\\\xbav?N\\\\xa9\\\\x12\\\\xcb5\\\\xce\\\\x05Xx\\\\\\\\vc\\\\xf1\\\\xdf\\\\x97\\\\xaf\\\\x1d\\\\x96\\\\xd7]\\\\xc9J\\\\x91\\\\x1e\\\\xa05\\\\x88\\\\x9f\\\\xee\\\\xfd\\\\xbdhl\\\\xac\\\\x8d\\\\x1e\\\\xa0A5\\\\xed\\\\xe5\\\\xe2\\\\x11\\\\xdd\\\\x8c\\\\xa5\\\\x10\\\\xca\\\\x05\\\\x1c\\\\x0eu[T\\\\xd0\\\\xcb\\\\xb6f\\\\x90\\\\x82d\\\\r\\\\xcd\\\\'\\\\xcc\\\\xc0\\\\xfe\\\\xd3\\\\xd5\\\\xdd\\\\xad\\\\xa9\\\\t\\\\x1a\\\\xb8\\\\xec\\\\xc7\\\\xb5g\\\\xc9\\\\x8b=?\\\\x84s+\\\\x0e\\\\xd4oo\\\\x02\\\\xc4\\\\xae\\\\x87\\\\xadZ\\\\xdb\\\\xdd}\\\\xb2\\\\x19\\\\x949\\\\x9d\\\\xcc\\\\x00\\\\x88\\\\xd3\\\\xcf\\\\xf6uzv\\\\xc4M\\\\x12\\\\xc6\\\\xa3\\\\x8eX,\\\\xf8\\\\xb6\\\\xca\\\\xa3*\\\\x9a\\\\x95E\\\\xb5\\\\xa9U(B\\\\xfb\\\\xc8T\\\\x89\\\\n\\\\x84D\\\\x12d\\\\xf9\\\\xf7\\\\xfau\\\\\\\\\\\\xceQ\\\\x88\\\\xccy\\\\xa3\\\\x8dK\\\\x8c\\\\xd5\\\\xab\\\\x99\\\\xc6\\\\xdds\\\\x1b\\\\x1dk7~]l\\\\xa2\\\\xc5;A\\\\x1bI\\\\x9d\\\\x06\\\\x91\\\\x1d\\\\xc4t\\\\xe9\\\\xc4\\\\xce5\\\\x18-AlJ\\\\x15)O\\\\n\\\\xbc\\\\n3\\\\xac\\\\xa1\\\\xb2\\\\xab\\\\xa9\\\\xc3\\\\x94}\\\\x06\\\\xd8\\\\xfc^\\\\xa1>\\\\x9e\\\\xe3\\\\xc7\\\\xac\\\\xbb;\\\\x92.i\\\\x99\\\\xc0\\\\xb5:f\\\\x92!n\\\\x18\\\\xe7\\\\x92\\\\xfd\\\\xcca\\\\xa6}\\\\xbb\\\\xab\\\\xb0\\\\\\\\*\\\\x0c\\\\xae\\\\x14h\\\\t!\\\\x80\\\\x1e\\\\x93\\\\x00\\\\x91\\\\x1f\\\\xb7\\\\xcb\\\\xa7\\\\xde\\\\xb5\\\\x12L\\\\xe3Y\\\\x1c\\\\xf9%\\\\xdc\\\\x8e\\\\xac0K\\\\xd7\\\\xe1\\\\xe7\\\\x9c\\\\x1c\\\\xa3\\\\x91x\\\\xa9\\\\xde\\\\xb6J\\\\xf1\\\\xed\\\\x02W\\\\xf8\\\\x8bI;\\\\xa2c\\\\xc8w\\\\xd3\\\\xcdR\\\\x87\\\\xb9l\\\\x87\\\\xaf\\\\xd1U\\\\x844\\\\xc8\\\\x99\\\\x0f\\\\xe5 \\\\xd9\\\\xc6\\\\xe6\\\\xaeZ{\\\\xfb\\\\x90\\\\x95\\\\x04\\\\xd7\\\\xaa\\\\x9e\\\\xe3\\\\xd5\\\\x1d\\\\xccx\\\\xcfYv67\\\\x08vn\\\\xa9\\\\xd3\\\\x9c3\\\\xaf\\\\xd1X\\\\xff\\\\x00\\\\x05\\\\xc7\\\\xba\\\\xbeR\\\\xfb\\\\x99\\\\xb6\\\\xd9J\\\\x07\\\\x17}\\\\x1aN\\\\xf8\\\\x1e\\\\x1e\\\\x10|z\\\\xb3\\\\xb7\\\\xb7(]\\\\x06@8\\\\xa7F\\\\xe3\\\\x14\\\\xeb\\\\x12ycD\\\\xf1\\\\xf2\\\\xac\\\\xa5\\\\xab\\\\x15\\\\x19\\\\xacOs$\\\\x82+;N\\\\xdd\\\\xf0@\\\\x95\\\\xd7\\\\xb0\\\\x88\\\\x1e}o\\\\\\\\\"hwr#\\\\x0cJ\\\\xa4\\\\xd1\\\\x91\\\\xef\\\\xb8#%F\\\\xd1\\\\xa1:\\\\xd7Yb\\\\xd2\\\\x0cD\\\\x8d\\\\xbe$w1\\\\xdb\\\\xaa1\\\\x06\\\\x13`0\\\\n\\\\xa5\\\\x08w\\\\xc5g\\\\x8e\\\\xb9In>6E\\\\xe6\\\\xfa\\\\xe5\\\\x9d\\\\xd5\\\\x00R\\\\x06\\\\x84F\\\\x9a\\\\xee\\\\x04~\\\\xdf\\\\x0e\\\\xa4\\\\x1c`\\\\xd4\\\\xe2\\\\x88\\\\xad\\\\x92@9\\\\xa2YN\\\\xf8\\\\xbab\\\\xd8d\\\\x91\\\\xef\\\\xdf\\\\xb9\\\\x80m\\\\xfa\\\\xb7\\\\xab\\\\xcc/\\\\x81 \\\\xfd\\\\xfd6\\\\xf6\\\\xb0\\\\x0e\\\\x90\\\\xe8H\\\\x88\\\\xa8\\\\xce\\\\x88\\\\xef\\\\t\\\\x99\\\\x91O\\\\x1cV\\\\xe0\\\\xbf\\\\x96\\\\xb1gBI(\\\\xa7\\\\xba\\\\x043\\\\xa9\\\\x04k\\\\xfd\\\\xfd(\\\\x89F \\\\x9cNI\\\\xb6\\\\xa4\\\\xf4\\\\tr\\\\xbc\\\\xbb\\\\xaa\\\\xcc\\\\xb2\\\\xbf\\\\xe7\\\\x10\\\\xa5\\\\x0b4\\\\x91\\\\xb6\\\\xb4\\\\x04\\\\x84 \\\\x90gQ\\\\xa0:\\\\xfdz\\\\xabrfR\\\\x94NU\\\\xaf\\\\xeb\\\\xd1\\\\x07\"\\\\x07\\\\x86+J\\\\xf3w\\\\xe2\\\\xd2\\\\xa45\\\\xb7\\\\xda\\\\x00&\\\\xd7h\\\\xf43L\\\\x10\\\\xb0\\\\'\\\\xb7\\\\x7f\\\\x0e\\\\xdd:W\\\\xa2\\\\x1aQ\\\\x04\\\\xb8\\\\x7f\\\\xe3\\\\xf0\\\\x93Hc\\\\x97\\\\xdf\\\\x8a\\\\xa6\\\\n~q\\\\x97\\\\xf9\\\\x06\\\\r\\\\x8f^C\\\\x045\\\\xe3\\\\xe430\\\\x00\\\\x12A\\\\x044\\\\xc8\\\\xf2\\\\xf2\\\\xf0\\\\xef\\\\xd5\\\\x1b\\\\x9f18\\\\xfaF\\\\'\\\\xcb\\\\xf2\\\\xb4\\\\xb6\\\\xf1h\\\\xbeIF\\\\x8eG\\\\x1e\\\\xfc\\\\x9a\\\\xbd\\\\xfa\\\\xfd\\\\xa6h;\\\\xdb]\\\\xa5\\\\x89\\\\xdaec\\\\xc7\\\\xacK\\\\xe6R\\\\x04\\\\x9a\\\\xfdS\\\\xfd\\\\xe8\\\\xc9\\\\x837\\\\xd1[_\\\\x12\\\\xe0f\\\\xbb3\\\\xaa\\\\xadn\\\\xd9+\\\\x8de$\\\\x14\\\\xee}S\\\\x00\\\\xcc\\\\xf6\\\\x1f\\\\xf6\\\\xf4\\\\xdf\\\\x8e\\\\xdbF\\\\xfc\\\\xf5=A\\\\xc3\\\\x97\\\\x1fEb\\\\xd8c\\\\xc7\\\\x1d\\\\xe9\\\\xbf\\\\x92\\\\xbf/\\\\x0f\\\\x8f\\\\xb6\\\\xaa\\\\xc6\\\\xeal`\\\\xb6\\\\xa3\\\\xa9,\\\\xa1\\\\x87\\\\xa4\\\\xd7\\\\x1a\\\\xc7\\\\xd3\\\\xaf]o\\\\xd3\\\\x11\\\\x10\\\\x1e,\\\\xa9|\\\\x84\\\\x98\\\\xf5To\\\\xc9\\\\x94\\\\x0b\\\\xacJn\\\\xfe\\\\xa0\\\\x89\\\\x0f\\\\xef2\\\\x8d\\\\xd5\\\\x12\\\\x03\\\\x19\\\\xf1\\\\xd3v\\\\xd8\\\\xd3\\\\xb7\\\\x87n\\\\xb3w\\\\xd1\\\\x93k\\\\x15\\\\x02\\\\x842\\\\xcc\\\\xb2\\\\xce\\\\xdce\\\\xfc\\\\xa5\\\\xbf\\\\xc9W\\\\xff\\\\x00\\\\x9a\\\\xbf\\\\xf8\\\\x7f\\\\xe1\\\\xd5\\\\r\\\\x1b_\\\\xf7O\\\\xc1Y\\\\xd1s\\\\x97\\\\x9a\\\\xff\\\\xd0\\\\xf9W\\\\x97\\\\x82q\\\\xb2\\\\xedV X\\\\x86\\\\n0\\\\xed2\\\\x04\\\\x03\\\\x13\\\\xd7\\\\x94\\\\x04\\\\xe9<\\\\xc2\\\\xf9\\\\x84nQ\\\\x91\\\\x0fNUu\\\\xb4\\\\xfbf\\\\xb1\\\\xea1\\\\x12t\\\\x03Y\\\\xd3\\\\xcf\\\\xf6\\\\xf51-\\\\x92\\\\xab\\\\xfa\\\\x12\\\\x8b\\\\xe1p\\\\xd7\\\\xe4\\\\xb6=u\\\\xa5J\\\\x8ca\\\\xad\\\\x9dW\\\\xcbr\\\\xac\\\\xe9\\\\x07\\\\xc7\\\\xa6\\\\x8by\\\\x14\\\\x1a\\\\xf5\\\\x13T\\\\xd5\\\\xcc\\\\xde\\\\xfc^>/\\\\x1fK\\\\xc6\\\\xd0U\\\\xca\\\\x92\\\\tm$\\\\x02&\\\\x00\\\\xf0\\\\xf0\\\\x9f\\\\xb7\\\\xa9\\\\x90\\\\x02\\\\x9c\\\\xd0\\\\xce8\\\\x01F@0q\\\\xef\\\\xb0\\\\xb6e\\\\xc5\\\\x80\\\\xc3B\\\\xc5V{\\\\xa9\\\\x92H\\\\x11=\\\\x04b\\\\x19\\\\xe5D\\\\x89H~\\\\xb1\\\\x0e\\\\xacN\\\\x0b>\\\\xfc\\\\xfe=q\\\\x16\\\\xd6\\\\x1f\\\\xfc)f\\\\xdc\\\\x1d5c\\\\xdfPT\\\\xce\\\\x9f\\\\xe3\\\\xd1\\\\xb9!\\\\x93\\\\xadM\\\\xc1\\\\x81)_\\\\x94\\\\xe0\\\\xf2\\\\x97!\\\\xa2\\\\xa35?\\\\xa6\\\\xb8:\\\\xb1m\\\\x80\\\\x03&b1\\\\xc3\\\\x9eG\\\\xdc\\\\xaf-\\\\x0b\\\\xd5\\\\xbc \\\\x002\\\\x14\\\\xf5\\\\x12\\\\x1aT\\\\x1d\\\\xa3\\\\xd4c@;\\\\xf6\\\\xea\\\\xcd\\\\xabD\\\\x05\\\\xdbq\\\\xac\\\\xe1F\\\\xe7\\\\x82\\\\x9d\\\\x93\\\\xf0\\\\xaa\\\\xac\\\\xc8\\\\x83]\\\\x94ac\\\\x16\\\\x15\\\\x95Rl+\\\\x07pe\\\\x1d\\\\xc9\\\\x00\\\\x1f\\\\xaf\\\\x87L\\\\xf6c#\\\\xea\\\\nel\\\\xc5\\\\xf4\\\\xbdT|\\\\x1e\\\\x02\\\\xfc<\\\\xd6\\\\xa9p\\\\x99\\\\x1b%\\\\xc0\\\\xae\\\\xab!\\\\x90\\\\xd6\\\\t,N\\\\x84\\\\x81\\\\xf6\\\\x19\\\\xe8}\\\\xb0\\\\x06\\\\tp\\\\xd4H\\\\x12q_\\\\x15/\\\\xe5X\\\\xd6a\\\\xe0S\\\\x8b\\\\xed63e\\\\x92\\\\x81\\\\x8c\\\\x95\"}I\\\\x04\\\\xc0\\\\xd4\\\\x8f\\\\x1e\\\\x952\\\\xca\\\\xc5\\\\xe9\\\\x18\\\\x98\\\\xc4\\\\n*\\\\x8f\\\\x92\\\\xe3r\\\\x12\\\\xb46#WR\\\\x92\\\\x88\\\\x18\\\\xc9\\\\xf4\\\\x93\\\\xb8\\\\x82\\\\xbd\\\\xfe\\\\xbd2Q\\\\x96j\\\\xc0\\\\x91\\\\x83\\\\x02\\\\x19-.0\\\\xf7\\\\x8e\\\\xc4\"\\\\xb6hf\\\\x12\\\\xaa\\\\x1d\\\\xa6\"\\\\x04v3\\\\xd0\\\\x80@\\\\xe6U\\\\x98\\\\xcd\\\\xc5J\\\\t\\\\xcb\\\\xf1\\\\xa7\\\\x16\\\\xdb*\\\\xb1\\\\x82\\\\xcf\\\\xab|k\\\\xa8\\\\x1d\\\\xa2zm\\\\xb9\\\\x97\\\\x0f\\\\x8a\\\\xbff\\\\xe5[\\\\x16K\\\\xe7\\\\x0fy\\\\xaf|\\\\x00 \\\\xa3\\\\x91\\\\x1d\\\\xbcN\\\\x91\\\\x06:\\\\xb1\\\\xee\\\\xb3\\\\xb2\\\\xb6/3\\\\xb2\\\\x1d\\\\x9bz\\\\xd1\\\\x14\\\\x0fK\\\\x8fW\\\\xb8\\\\xb1\\\\x10g\\\\xb0\\\\xf1\\\\xfbz}\\\\x9bfUV,\\\\xc0\\\\xcf\\\\xd4\\\\x93\\\\xf3h\\\\xb2\\\\xe6hPw\\\\x05P\\\\xad\\\\xfcf|cQ\\\\xf6\\\\xff\\\\x00t\\\\xcfZY-\\\\xcd\\\\xb5\\\\xc1\\\\x10\\\\xc8=t.\\\\xe6|\\\\x9d\\\\xca\\\\xd2\\\\x01\\\\xb5`\\\\xa0\\\\xf0\\\\xd4\\\\x83\\\\x06c\\\\xfb\\\\xfb\\\\xf5\\\\x00+\\\\xb2\\\\x95(\\\\x8f`\\\\xf3\\\\x0b\\\\x8bbb\\\\x9b7#(\\\\xddi!\\\\x8b4v n\\\\x00k\\\\xe7\\\\x1d.\\\\xed\\\\xa1>\\\\xd5\\\\x9d\\\\xb9\\\\xd9{\\\\x8f!\\\\x8f$x\\\\xe1QxcP\\\\x97uXI\\\\r\\\\xa0o\\\\x0f\\\\x13\\\\x1e\\\\x1e= ^\\\\x94qY\\\\xa2\\\\xfc\\\\xa1\\\\x8a\\\\x19\\\\x9d\\\\x89\\\\x8b\\\\xed\\\\n/\\\\x08\\\\xd6X\\\\xf3\\\\xbeB\\\\x95c!A\\\\xda~\\\\xb3\\\\x1d>\\\\x133/\\\\x92\\\\xb9b\\\\xfd\\\\xc2\\\\\\\\;\\\\x0c\\\\x92\\\\xd3c\\\\xe5\\\\xe0\\\\xef\\\\xb7\\\\x1d\\\\x96\\\\xd4M\\\\xbb\\\\xef\\\\xd0\\\\xc6\\\\xdf\\\\x06\\\\x06\\\\x7fwq\\\\xd3*\\\\x16\\\\xa0\\\\x9cn\\\\x069\\\\xe4\\\\x8cM\\\\xb9&\\\\xdd\\\\xb0h\\\\xf6\\\\xe5lOI!\\\\x87\\\\x80\\\\x93\\\\xdf\\\\xc3Pz\\\\x9c\\\\x15R#i\\\\xb9\\\\xbf\\\\x15[p\\\\xd9\\\\xfd\\\\x1e\\\\xe5E\\\\x17\\\\xd4\\\\x19F\\\\x9a\\\\x03\\\\n\\\\x0f\\\\x8f`:\\\\x89\\\\x07\\\\t;\\\\x80*\\\\xc5\\\\x08\\\\xe4\\\\x1d\\\\x97-\\\\xcb2\\\\xad\\\\x8a\\\\x86 \\\\xeb\\\\xae\\\\xa0\\\\xe8t \\\\x18\\\\xd4\\\\xfd>\\\\xbdpWv\\\\xc0\\\\x1ba\\\\xb0Z1\\\\xcb\\\\x1bI\\\\n\\\\xa5\\\\xb6z=!\\\\xb6\\\\xbc\\\\xc0\\\\x11\\\\xa1\\\\xfcDO\\\\x7f\\\\xb0\\\\x8e\\\\xb8\\\\'O\\\\x05?\\\\x16\\\\xd6\\\\xa9\\\\x9e\\\\xb6;\\\\xc1\\\\x80J\\\\x19\\\\x125& F\\\\xad\\\\xdf\\\\xb7R\\\\xce\\\\xab\\\\xde\\\\xb7\\\\xac:#\\\\x96\\\\x88\\\\x16dn\\\\xb2\\\\x05n\\\\x0e\\\\x8cLhb?i\\\\xf1\\\\xd7\\\\xa1\\\\x8c\\\\x9dU\\\\xb1\"O@\\\\x86\\\\xaeJ\\\\x8bv#\\\\xb3\\\\x06\\\\x86\\\\xf6\\\\xc7\\\\xac\\\\t%H\\\\'H\\\\x92g\\\\xef\\\\xfb\\\\xfa%l\\\\xdbqU6\\\\x8c\\\\x9fe7m\\\\xfec\\\\xb0\\\\x10\\\\x01\\\\x12\\\\x00\\\\xd4\\\\xc1>\\\\x1d\\\\xbf\\\\xbf\\\\xa0\\\\x9c]U\\\\xb9kQl\\\\x94\\\\xe5t\\\\xc9\\\\xa8{\\\\xbe\\\\xb5a:hdH\\\\x9f\\\\xdd\\\\xd2X\\\\xc4\\\\xd1W \\\\xdb4Qik12\\\\x11\\\\xeas\\\\xb9\\\\x08)g\\\\x88\\\\xfe\\\\xde=5\\\\xc4\\\\xc3\\\\x15e\\\\xfd\\\\xc0\\\\xbe\\\\x80\\\\xfe\\\\x8b\\\\xfe\\\\xa1\\\\xe4f\\\\xfcw\\\\x13\\\\x132\\\\xd6\\\\xb1qF\\\\xc3D\\\\xc3#\\\\x0e\\\\xc5| \\\\xc7n\\\\xbc\\\\x9e\\\\xe6\\\\xc9\\\\xb5t\\\\x8c\\\\x87\\\\xddbnm\\\\x90K\\\\xab\\\\xb7\\\\x908\\\\x99\\\\xb8\\\\xed\\\\x92\\\\xd9H\\\\xac}e-m\\\\xaf\\\\xb8\\\\xc7n\\\\xd1\\\\xfec\\\\xaa\\\\xa2M\\\\'+\\\\x16\\\\xf0&\\\\xa2\\\\x8a\\\\xb9\\\\xc8{V\\\\xdb+*\\\\x11m\\\\x97@\\\\x8e\\\\x19@\\\\xf1$\\\\x93\\\\xdbA\\\\xe3\\\\xd1\\\\xfbBq\\\\xad\\\\x1b\\\\x92\\\\xa4n\\\\x0c@Q,\\\\xc9E\\\\xb7j\\\\x114@\\\\xb5ZI\\\\x86\\\\xed\\\\xa7m\\\\x7fgA\\\\xedDHI\\\\x99\\\\x08\\\\xba\\\\xee\\\\x8fU\\\\x99\\\\xed\\\\xae;$\\\\xda\\\\xc2e\\\\xb7L\\\\xc7m\\\\xd3\\\\x13\\\\x1d3\\\\xdb\\\\x8b;\\\\xa2\\\\x17\\\\x08\\\\xa6I\\\\xab\\\\x13\\\\x94\\\\xb1\\\\xeb\\\\xdbZm\\\\x05a\\\\x1d\\\\x84\\\\xc1\\\\x991:O\\\\x8fQ\\\\xeeO\\\\x05d\\\\\\\\\\\\x12\\\\x1dP\\\\xeb\\\\xaa\\\\xc3V\\\\x16^\\\\xa7{9eru\\\\x12 \\\\xee\\\\x99\\\\xea\\\\xdd\\\\x93\\\\x19\\\\x04\\\\x93l=j\\\\x83\\\\xf2\\\\\\\\k]U\\\\x00\\\\xdciM\\\\xc0\\\\xba\\\\xcb\\\\x00\\\\xaa;\\\\xea\\\\x08\\\\x8d\\\\x7f\\\\xc3\\\\xa6\\\\xd4\\\\xaa\\\\xd7-\\\\xf2\\\\xfe\\\\x15m\\\\x99FM9b\\\\xbb\\\\xb7\\\\x05q\\\\xfc\\\\xb0\\\\xaa\\\\x14\\\\x91\\\\xac@12\\\\x04\\\\xfd\\\\xddK69\\\\xaa\\\\x865t?)\\\\xbd\\\\xa0q\\\\xea\\\\xa5\\\\xca\\\\x06\\\\x8a\\\\x01$\\\\xb8/$A\\\\x98^\\\\xc2c\\\\xa9\\\\x07\\\\xa2\\\\x00LM\\\\x06\\\\n2\\\\xe46\\\\x07&\\\\xd5>G\\\\xbdQ\\\\xda\\\\x8f_\\\\xb8\\\\xca\\\\xaa\\\\\\\\n\\\\xf4\\\\x9d\\\\xa4\\\\xce\\\\xb0\\\\x08\\\\x11\\\\xd0\\\\xe0[%`KL\\\\x84Y\\\\x18\\\\xab\\\\x13;\\\\x1f\\\\x92\\\\xa7;\\\\x85\\\\xcc_\\\\xccAZ\\\\x9d\\\\x08\\\\x07\\\\xf9\\\\x93\\\\xa2\\\\xf7\\\\x82@!\\\\xa0\\\\x1d:t\\\\x06\\\\x92\\\\xf1\\\\xa1O\\\\x8c\\\\xc84\\\\xe4\\\\x90\\\\xb9\\\\x1e\\\\x1d\\\\xb0n\\\\xc8\\\\xfc\\\\xddn\\\\xb6j2(M\\\\x16\\\\xb2\\\\xc6\\\\x02\\\\xb1mA\\\\x90\\\\x0fi\\\\x83\\\\xd2%\\\\x11\\\\x8a\\\\x89O\\\\x1e\\\\xcf4.\\\\xea-\\\\xd9W\\\\xb3r\\\\xa9\\\\x04\\\\xd2\\\\xe87o%WI;|\\\\x07\\\\x81=\\\\xbcz\\\\xab;&n\\\\x03\\\\x00y}\\\\xd3=\\\\xca\\\\x05n|\\\\x06\\\\xdc:\\\\xda\\\\xcb\\\\x1e\\\\xf5\\\\xba\\\\xeeB\\\\x84\"\\\\xbd\\\\x01\\\\x0e\\\\xac\\\\x07\\\\xa8\\\\xbcD\\\\xc6\\\\x87\\\\xac\\\\xad\\\\xf1\\\\x84\\\\x0e\\\\xa3\\\\x8c\\\\x99\\\\x852\\\\xcdhm\"AV\\\\xde\\\\r\\\\x96Z#e\\\\x95\\\\xd3\\\\xea\\\\xf7T\\\\xcbm\\\\xd7\\\\xf8Tj\\\\x00\\\\xf3\\\\x1e}\\\\r\\\\x99\\\\x16\\\\x1a\\\\x85;\\\\xff\\\\x00\\\\xb5\\\\xa1L\\\\x91\\\\x9c2\\\\x1a\\\\xeb,\\\\xbc1c&\\\\x18\\\\x06]{\\\\x93 \\\\xf9\\\\xce\\\\x9f\\\\x7fV\\\\xed\\\\xc9\\\\x9eY\\\\xa5\\\\x98\\\\x8a\\\\x07u\\\\x0f\\\\x99\\\\xe7W\\\\x01\\\\xaa\\\\xc6v\\\\xc8\\\\xab\\\\n\\\\xd5v{*Qc\\\\xf7\\\\x12+\\\\x96\\\\x10\\\\xb0\\\\x04\\\\x83\\\\xdaz+1\\\\x13\\\\xb8\\\\x1d\\\\xf4\\\\xf4T\\\\xb731T\\\\xf6v/=\\\\xcfbr<\\\\xee\\\\x05/o\\\\x11\\\\xc2\\\\xb0nA\\\\x92\\\\xd0\\\\nWc\\\\x9d\\\\x8eD\\\\xea\\\\x1e5\\\\xf1\\\\x1d\\\\xba\\\\xb5khc\\\\x13 )\\\\x9ek:\\\\xe6\\\\xb9\\\\x83 \\\\x1d\\\\xb2\\\\xfb\\\\x84\\\\x05\\\\xf1\\\\xf9\\\\x1c\\\\x02\\\\xa2\\\\xe5\\\\xd8\\\\xdd\\\\xde\\\\xba{\\\\x02\\\\xe0\\\\xf9\\\\xe8wm\\\\x1d\\\\xff\\\\x00g~\\\\x99\\\\xa4\\\\xc4\\\\xe2\\\\xa8N\\\\x05\\\\xd9\\\\xb8\\\\xcdo\\\\xff\\\\x00\\\\xd4\\\\x98\\\\xd9\\\\x8c\\\\x94\\\\xf28\\\\xed\\\\x7f\\\\xe5\\\\x99\\\\x91\\\\x82\\\\xac\\\\t\\\\'\\\\xb9Y\\\\x82\\\\x01\\\\xff\\\\x00\\\\x1e\\\\x9e.\\\\x0c\\\\xd0\\\\x99\\\\xe9 \\\\xe5\\\\xc74S+\\\\x8e\\\\xaf6\\\\xaa\\\\x05M\\\\xbb\\\\x1f\\\\xd66\\\\x12\\\\x15\\\\x12[M\\\\xc7\\\\xed\\\\xd3\\\\xe8\\\\x0f~\\\\xc7\\\\xa60(\\\\xe5\\\\x1c\\\\x04p\\\\xe3\\\\xbd#dq\\\\xcb@\\\\xb6\\\\x8b\\\\x1e\\\\xc1\\\\xab-(\\\\x0cN\\\\xe62\\\\xc0\\\\xf7a\\\\xa4\\\\x1f\\\\xafH\\\\xa1\\\\x93\\\\x07\\\\t\\\\x04\\\\xb1\\\\xaf\\\\x1fo\\\\x05%\\\\xab\\\\xa7\\\\x16\\\\xad\\\\xec\\\\xeb!J\\\\x12P\\\\x15\\\\x95 \\\\x90A\\\\xed*g\\\\xc7\\\\xfb\\\\xfa\\\\x83\\\\x9adb\\\\x1d\\\\t\\\\xe4,\\\\xb1-\\\\xae\\\\xe4\\\\xad\\\\x9b\\\\x10!t\\\\x0f\\\\x0b!\\\\xd7\\\\xb4\\\\xcc\\\\x99\\\\x8e\\\\xdd.R \\\\xd0.\\\\x84#\\\\x86\\\\x05\\\\x02\\\\xba\\\\xe4\\\\xb0\\\\xd5r\\\\xd3\\\\xed\\\\x1a\\\\xdc\\\\xc4\\\\x93\\\\x00\\\\x83&\\\\x0c\\\\x9f\\\\xa7~\\\\xb3\\\\xb73z\\\\x18\\\\xd1Y\\\\xb5\\\\x03\\\\x17\\\\xf5&\\\\xdf\\\\x89\\\\xf3-\\\\x8d\\\\x9a\\\\xe6\\\\xff\\\\x00q\\\\xee\\\\xb2\\\\xb20\\\\xf2\\\\x836\\\\xea\\\\x8c\\\\xc6\\\\xe5\\\\x93\\\\x1e}\\\\r\\\\x8b\\\\xbe\\\\xd4\\\\x84\\\\x98\\\\xbe\\\\x00\\\\x03@\\\\xacX\\\\x91\\\\x04\\\\x8ey\\\\xf2Ys\\\\x9897\\\\xe6Z\\\\xb5XM\\\\xd7\\\\x80V\\\\xc6\\\\x05\\\\xdd\\\\xd8jC3\\\\x12\\\\t3\\\\xda\\\\x7f\\\\xe0\\\\x13\\\\xdc\\\\xfbz\\\\x81\\\\x93\\\\x9eu?Jy)\\\\xbb\\\\x01)9\\\\xc5(]_\\\\xe5\\\\xc7\\\\xbe\\\\xfe\\\\xb2\\\\xc1k*\\\\x906Y$\\\\xc9&c\\\\xc8G\\\\xed\\\\xea\\\\xa3\\\\xeb5\\\\x0c\\\\x8a1\\\\xd2(SW\\\\xc2m\\\\xcb\\\\x19\\\\xa4S\\\\xc8[\\\\x88\\\\x85[\\\\xdfZ\\\\xactf\\\\x91\\\\xaa\\\\x90\\\\x0fo>\\\\xacZ\\\\x8e\\\\xa9\\\\x88\\\\x82@\\\\xe8Y\\\\xc7\\\\xe1D\\\\t\\\\x81\\\\xa7\\\\x19\"\\\\\\\\\\\\xf6\\\\x08\\\\xad}\\\\xd3\\\\x9bK%\\\\x967\\\\xf2R}\\\\xc1\\\\xb4m\\\\xf54G\\\\xabh\\\\x89=\\\\xba\\\\xd0\\\\xba\\\\r\\\\xa8j\\\\x7f\\\\xcd\\\\x02\\\\x83\\\\xeaq\\\\xc7jX\\\\xe3\\\\xd7\\\\x05o\\\\xb2\\\\xbc\\\\x9cv\\\\xcb/Y\\\\xf6]\\\\x00\\\\x94bA\\\\x1a\\\\xcf\\\\xa8\\\\x1d|:\\\\xce\\\\xf7m\\\\x90L\\\\xdc\\\\x929\\\\xe0x\\\\xc56\"B\\\\x83\\\\x0e8\\\\xc1\\\\x14~\\\\x03.\\\\xeb\\\\x1c\\\\x85g\\\\xac\\\\x00.e\\\\x92\\\\xd1\\\\xb4\\\\x19\"I\\\\x10O\\\\x7f\\\\xd9\\\\xd5;\\\\x936\\\\xe9\\\\x8fb| K2d\\\\xe31\\\\xaa\\\\xc1\\\\xc8F{\\\\x06\\\\xed\\\\xc3\\\\xdc\\\\xb9\\\\xb4\\\\xd5|H\\\\x9e\\\\x91;\\\\x86R\\\\xf5:\\\\xb5n\\\\xd4b\\\\x1d[8\\\\xf8\\\\x8fn\\\\x12\\\\xdb]\\\\xa1\\\\xadz\\\\x8b\\\\xd4R\\\\xcd\\\\xc0\\\\xb1\\\\x92#\\\\xc2@\\\\x8f\\\\xdd\\\\xdb\\\\xad\\\\x1bs\\\\x13\\\\x0c\\\\x01\\\\xc3\\\\xcf\\\\x9fU\\\\x12\\\\x8eh\\\\x8f\\\\x19\\\\xcafq\\\\xd7]\\\\xf9\\\\x8b\\\\xb6\\\\xd8\\\\xc2\\\\x13\\\\xddB7\\\\x12\\\\x01\\\\xd3l\\\\x02\\\\x0f\\\\xef\\\\xeaD\\\\xa5\"\\\\xce\\\\x1d\\\\xb9~\\\\x12\\\\x88\\\\xd2\\\\x9dx\\\\xbf\\\\x926U+Z\\\\\\\\E\\\\xc9\\\\xb5\\\\xe0\\\\x83\\\\r\\\\xb8F\\\\xd6\\\\xf2\\\\x00\\\\x0e\\\\x822,8\\\\xc5I\\\\x95iE\\\\xd0\\\\xff\\\\x00\\\\x01\\\\xe4\\\\x1f(\\\\xfbVTv\\\\xd9H\\\\xb5\\\\xad\\\\xadQ\\\\xd5\\\\x18A;\\\\xb7k\\\\'\\\\xb8\\\\x83\\\\x1f\\\\xb7\\\\xa9\\\\x12-\\\\xcd]\\\\xdb\\\\xd6\\\\x8b\\\\x95\\\\xbfZ\\\\xf8\\\\xab9\\\\x1f\\\\x92\\\\xe6n-a\\\\xb1Sh+\\\\xa6\\\\xed\\\\xb0\\\\tPt\\\\xd3\\\\xc0\\\\x9d>\\\\x83\\\\xab\\\\xff\\\\x00\\\\xe3\\\\x0b\\\\xc0\\\\xbfw\\\\xe5Q\\\\xdd\\\\x92\\\\x08#5Cb\\\\xfcJ\\\\xea\\\\xae,.\\\\x00!\\\\xfe[Z\\\\xb0X\\\\xa1\\\\x83\\\\xb4w\\\\xf1\\\\xf0\\\\xfd\\\\x9dg^\\\\xf8\\\\xe95d\\\\x00Um\\\\x13#\\\\x82x\\\\xab\\\\x9a\\\\xe3\\\\xf8\\\\xd6\\\\xc8\\\\xf7\\\\xe9l\\\\x87\\\\x15\\\\xcdm\\\\xae\\\\xd2\\\\xeb\\\\xb40U\\\\x03M\\\\xbe\\\\x11\\\\x1fA\\\\xd5\\\\xcbp\\\\x16\\\\x19\\\\xb0\\\\xc8\\\\x9c\\\\xd4N\\\\xf9\\\\x05\\\\x86\\\\x1c\\\\x93\\\\'\\\\x17f\\\\x0f \\\\xde\\\\xc3;c\\\\xdcJ\\\\xb2\\\\xd6\\\\xf2\\\\x15J\\\\xc4\\\\x06\\\\nD\\\\x1d<{OZVb\\\\x18\\\\xb1K\\\\x8d\\\\xc1\"\\\\x1c-\\\\xf6\\\\xfc}1n[68u\\\\xb0\\\\xb5L\\\\x0f\\\\xa5X\\\\x92\\\\xda\\\\x93\\\\x1a\\\\x1dz3n\\\\xb48\\\\xae6#\\\\x8eIk6\\\\xdc.#\"\\\\xdbl\\\\x00X\\\\x84\\\\xb2\\\\xaa\\\\x01;\\\\xa6K\\\\x08$\\\\x81\\\\'\\\\xcf\\\\xb6\\\\xba\\\\xf5Opci\\\\xc9\\\\xcb5-\\\\x18\\\\xe1T\\\\xdf\\\\xc7\\\\xf3\\\\xd5f\\\\xf1\\\\xf8\\\\xf7T\\\\x15r\\\\x14M\\\\xd5\\\\x86\\\\xdd*\\\\xbal\\\\x90\\\\xdd\\\\xd7\\\\xc3i=\"\\\\xd6\\\\xfaR\\\\x88\\\\x12\\\\xeb\\\\xc3\\\\xabP\\\\xf5\\\\x82\\\\xaaO\\\\x90b\\\\x94\\\\xbf\\\\'/\\\\x1ai\\\\n\\\\xd6Y{K0\"v\\\\xce\\\\x85\\\\xb5=\\\\xc0\\\\'\\\\xfcGY\\\\x17\\\\xb6l\\\\xd2\\\\xc3<_>\\\\xff\\\\x00\\\\xb2\\\\xa7;\\\\xb5!k\\\\xe0\\\\xf9\\\\xdb\\\\xf1-\\\\xfe{\\\\x13U\\\\xdbKP\\\\xe40\\\\r\\\\xff\\\\x00{\\\\xeb\\\\xfd\\\\x87W\\\\xb6\\\\xd7\\\\xe1\\\\x1aFC\\\\x0c\\\\xdf\\\\x87U\\\\xc1\\\\xb9\\\\x12\\\\xe4f\\\\xacKW\\\\xf3\\\\xb8\\\\xcdg\\\\x1b\\\\x02\\\\xac\\\\x84+b\\\\x83\\\\xb9\\\\xc3\\\\x15\\\\xdd&\\\\'\\\\xb4\\\\x98\\\\x8f\\\\x0e\\\\xad\\\\xda\\\\x12\\\\x94\\\\xc1\\\\x02\\\\x9cUX\\\\x9c\\\\x85\\\\xcbE\\\\xbfd\\\\xb9\\\\x94\\\\x1e\\\\xfbl[\\\\xec\\\\x15\\\\xd8\\\\xa0P\\\\x05\\\\x80n,\\\\xb0=.J\\\\x99\\\\xec&\"z\\\\xb2nh\\\\xa1\\\\xc3\\\\xee\\\\xa8\\\\x10F\\\\x0e\\\\x8a|+\\\\x8b\\\\xb59J\\\\xb2\\\\x1c\\\\xfb\\\\xe2\\\\xd5ot\\\\x97.?\\\\t\\\\x12\\\\xcb\\\\xa0 \\\\x00H\\\\x80{\\\\x8f\\\\xa0\\\\xea\\\\xb5\\\\x9d\\\\xa4cq\\\\xc3\\\\xd7\\\\x9f\\\\x9b\\\\xabVe\\\\xa8\\\\xf2l\\\\x93/\\\\xc9\\\\xe8\\\\xbb$=),\\\\xb5\\\\xeeD\\\\x81\\\\'q\\\\x03V\\\\xd6\\\\x04\\\\x81\\\\xd8\\\\x89\\\\x03\\\\xed\\\\xea\\\\xfc\\\\xa1V\\\\xe3\\\\x14\\\\xdb\\\\xf0\\\\'\\\\x0e;\\\\x95q\\\\x81\\\\xc6Rr20N\\\\x13d\\\\x9d\\\\xe0\\\\xb4Y\\\\xb0\\\\xa0$\\\\x80\\\\x1b\\\\xf0\\\\xce\\\\xba\\\\x93\\\\x1f\\\\xbbN\\\\x94%\\\\x19\\\\xc8\\\\x8eJ\\\\xa7\\\\xb38\\\\xd34F\\\\x8f\\\\x8fd\\\\xf1\\\\xc2\\\\xf1\\\\x90\\\\x8cw\\\\x9d\\\\xf5R\\\\xa4\\\\x10\\\\x11}@\\\\x03$\\\\x91\\\\xb5F\\\\x91\\\\xf5\\\\xe8\\\\'d\\\\xc41v\\\\t\\\\xb1\\\\xb6A\\\\xa0\\\\xab\\\\xf0\\\\xc8\\\\xa7\\\\x07\\\\x95\\\\xf1o\\\\xe9|\\\\xee?\\\\xc8\\\\xb09+\\\\xb3\\\\xed\\\\xa8\\\\x1e\\\\x07#\\\\x10\\\\xadh\\\\x96\\\\x1fK\\\\xfb\\\\x8b\\\\xa0`\\\\xc4\\\\x8e\\\\xda\\\\xf4\\\\xe8\\\\x08{d\\\\x17\\\\nl\\\\x08\\\\rB`\\\\x92p\\\\xe4\\\\xa0U\\\\x85K\\\\xd6l\\\\xb7\\\\x1f\"+\\\\x1e\\\\xd5\\\\x8bZ\\\\xb2\\\\x94A\\\\xac\\\\xb8\\\\xd6\"\\\\x0f\\\\x81=\\\\x0e\\\\x98M\\\\x8c\\\\x82\\\\x10%\\\\x04\\\\xb7\\\\x9b\\\\xc7\\\\xfe^\\\\xfb\\\\xfd\\\\xc9\\\\xa1-\\\\xabe!\\\\x89\"?\\\\x12\\\\x0e\\\\xe7\\\\xd4>\\\\xbai\\\\xdb\\\\xaaw-FN\\\\xc4\\\\xbfm:tD\\\\x0e\\\\xa2\\\\x1f4\\\\xb7\\\\x9d\\\\x8ch\\\\xbf\\\\xf2\\\\xd9\\\\xae\\\\xc1\\\\x98n}\\\\x8f\\\\xbf\\\\xf9\\\\xab%N\\\\xe8\\\\x86\\\\xef\\\\xdac\\\\xf6GX\\\\xd7\\\\'+s\\\\x94.\\\\x87#\\\\x16#\\\\x16\\\\xa1\\\\xcf\\\\xc96\\\\xf5\\\\x900\\\\xcf\\\\x05\\\\xaa\\\\x9a\\\\xc9\\\\xc2z\\\\t\\\\x96,HU\\\\x80\\\\x14\\\\xcc\\\\xb4\\\\x0f\\\\x1e\\\\xc7\\\\xac\\\\xe9Hjt\\\\xf1\\\\x02m\\\\xe9ACUU\\\\xff\\\\x00\\\\xcc\\\\xddf\\\\xe5\\\\x91\\\\x12\\\\xa0\\\\x04\\\\x1d\\\\xc7p \\\\x8d~\\\\xde\\\\xac11\\\\xa2\\\\xa5\"\\\\x1d^\\\\xff\\\\x00\\\\xa6\\\\\\\\\\\\x8dk\\\\xf9\\\\x9aq\\\\xb2\\\\xdc\\\\xd1m\\\\'\\\\xdc\\\\xc4x\\\\x08[r\\\\xc7\\\\x91\\\\x92\\\\xde\\\\x03\\\\xa0\\\\xd8CN\\\\xe7\\\\xd42\\\\xfb\\\\xd3\\\\xea\\\\xb4l]qEgs\\\\xf4=\\\\xb8u\\\\x9c:\\\\xea\\\\x15\\\\xbb\\\\x12P\\\\xad\\\\x9b\\\\xd0\\\\xc4\\\\xb5\\\\x8a\\\\xb2A_O\\\\x91>Q\\\\xaf^\\\\xa2\\\\xfd\\\\xcfl\\\\x02\\\\x1d\\\\x8f\\\\x8f\\\\xf4\\\\x95\\\\xbc\\\\x81\\\\x99r\\\\xa9\\\\xca\\\\xf0,\\\\xaa\\\\xeb\\\\x81\\\\xc4&\\\\xdbQ\\\\xc6A&Y\\\\x18\\\\xf6 \\\\x1d\\\\xde`\\\\xf8\\\\x08\\\\xed\\\\xae\\\\x9d&Z\\\\xaeC\\\\xd2(\\\\xd4\\\\xad|\\\\x16T\"c \\\\x08\\\\xedC\\\\xbf\\\\xa6\\\\xdf\\\\xff\\\\x00\\\\xd1e\\\\x7f\\\\xf2\\\\x8f\\\\xff\\\\x00\\\\x92\\\\xea\\\\x8e\\\\x9b\\\\xdc\\\\x8f\\\\x88\\\\xfc-\\\\x0fds\\\\x1cw\\\\xaf\\\\xff\\\\xd1\\\\xf9\\\\xc9\\\\xf2>\\\\x1e\\\\xca\\\\xef\\\\xab!X\\\\xe4\\\\x1c\\\\x80\\\\xcc\\\\xca\\\\xda4\\\\xa4z\\\\x86\\\\xbf\\\\xc5\\\\xf5\\\\xeb\\\\xcb\\\\x1be\\\\xc9\\\\x05|\\\\xa6\\\\xeb[<\\\\x9d+b\\\\xba\\\\x05j\\\\xc1`#\\\\xba\\\\x907O}4\\\\xef=\\\\x14j\\\\xddP]\\\\x89wN\\\\\\\\\\\\x12\\\\x8aq\\\\xb3r\\\\x9fk\\\\xe3\\\\xe3\\\\xa0\\\\x0e\\\\x81\\\\x82\\\\x96:0\\\\x10}_lv\\\\x1d\\\\x1c\\\\x8ey*\\\\xeeAp\\\\xb5\\\\xe6\\\\x9b9L\\\\xb3\\\\x95F\\\\xe7g\\\\x80+\\\\xef\\\\xbe\\\\x04\\\\xca@1\\\\x11&{\\\\x0e\\\\xfd\\\\x0c]\\\\xdf$&z\\\\xf1\\\\x15X\\\\xd9M\\\\x82\\\\xa4\\\\x16V\\\\xc1\\\\xd8\\\\x10k\\\\x8d\\\\x04\\\\x08\\\\x1b\\\\x90}\\\\xbf\\\\xda:a\\\\x1a\\\\xa8\\\\x92\\\\x01\\\\x04\\\\x80\\\\x9a\\\\xbe+\\\\xed\\\\xa3\\\\xff\\\\x000\\\\x8cg\\\\xb6W\\\\xde\\\\x90v\\\\xb0\\\\xed\\\\xe9*Y{\\\\x91\\\\xdf\\\\xae\\\\x84\\\\x18\\\\xbf4V\\\\xa4#r\\\\xa9\\\\x9b\\\\x9c\\\\xc1\\\\xbe\\\\xec\\\\xfa\\\\x88b\\\\xf8\\\\xdb\\\\xd5*\\\\xb0,\\\\xees\\\\xe9,7m\\\\xd0\\\\x80\\\\x06\\\\xbe3\\\\xd4\\\\xea\\\\xaa\\\\xeb\\\\xfe\\\\xa2\\\\x981\\\\xb3\\\\xae\\\\xf8\\\\xd5n-\\\\xc6\\\\xacde\\\\x88zj\\\\x92\\\\x0e\\\\xd1\\\\xb5N\\\\xa0\\\\x11\\\\xfb5\\\\'\\\\xbfN\\\\xf74\\\\xa2\\\\x85\\\\xc3g\\\\xb5c\\\\x81\\\\xf2\\\\x0c\\\\xac\\\\x8c\\\\xa4\\\\xa7)\\\\xd4\\\\xd6\\\\xa4_R\\\\xba\\\\xeep\\\\x8c\\\\xa4@$\\\\x0fI\\\\xf3\\\\x99\\\\xe8=\\\\xc7S\\\\x1d\\\\xc1\\\\xcd\\\\xff\\\\x00\\\\t\\\\xb6\\\\x9f\\\\xe9u\\\\xded\\\\xaeVe\\\\xd4\\\\xff\\\\x00/s\\\\xce\\\\x8a$o\\\\x00\\\\xac\\\\x16\\\\x1d\\\\x80?\\\\xdd\\\\x1dF\\\\xb0\\\\xea\\\\xcce\\\\rL*x\\\\xf0J<\\\\xfeM\\\\r\\\\x95\\\\x87w)c\\\\x9e:\\\\x9b\\\\x91\\\\xef]\\\\xba\\\\xbdJ\\\\xde\\\\xe1Q\\\\xa0 \\\\x9e\\\\xdd\\\\xa7\\\\xcf^\\\\xba\\\\x06&^\\\\xac\\\\x14\\\\x93\\\\xa6~\\\\xac)\\\\xc7\\\\xe1)~\\\\xa2\\\\xf3\\\\xdc7\\\\xca\\\\xef\\\\xc8\\\\xbf\\\\x8c\\\\xc2<}x\\\\n\\\\xb4\\\\xe1Q\\\\xb5\\\\x02\\\\xd9H\\\\x80\\\\xbe\\\\xe4F\\\\xf7\\\\xef$\\\\x8e\\\\xacn.B\\\\xefF\\\\n\\\\xe6\\\\xebyj\\\\xe36XuT^PZme\\\\xa1\\\\xdd\\\\x8b7\\\\xadb$9\\\\x04A\\\\x1au\\\\x9f#\\\\xa4\\\\x9c\\\\xc2L\\\\x1aA\\\\xcf\\\\x0c\\\\xb1\\\\x18/\\\\x9d\\\\xa3\\\\xed\\\\x0c\\\\xa3F\\\\x80C\\\\r\\\\xa3h$i04\\\\x9f\\\\x1e\\\\xb9\\\\xc8\\\\x06AX\\\\x84\\\\xc9,\\\\x96yZi\\\\xc2\\\\x1e\\\\xc2\\\\x866W\\\\xbb|\\\\x9d\\\\x00\\\\x04@\\\\x891\\\\xdb\\\\xb7V,\\\\xcbYuv\\\\xc93)\\\\x0f7\\\\x1c\\\\xba\\\\xb3V=\\\\xc5\\\\x98x\\\\x9d\\\\'\\\\xb0\\\\x83\\\\xe1\\\\xd6\\\\xbd\\\\x9b\\\\x8cX\\\\xad\\\\x9b\\\\x17X\\\\xd6\\\\x8bEXmme\\\\xc1\\\\x1e\\\\x93\\\\xf8I\\\\xd4\\\\xe9\\\\xac}zd\\\\xaf\\\\x01&L\\\\x95\\\\xed%\\\\x94K\\\\xf0\\\\xea\\\\x1b+\\\\xc8R\\\\xed\\\\x1e\\\\xa1\\\\xe0T\\\\x18\\\\xda`\\\\x0f)\\\\x03\\\\xa3\\\\x8d\\\\xcdX`\\\\x9fn\\\\xfc\\\\x8db\\\\x80\\\\xdf\\\\x8b\\\\x8fJ\\\\x97\\\\xa9\\\\xabw\\\\xa5\\\\x07\\\\xf2\\\\xbf\\\\x8f\\\\xf1\\\\x83\\\\xbf\\\\xc41\\\\x00\\\\x91\\\\xe5\\\\xdb\\\\xc4t\\\\xd6ZV\\\\xee\\\\xcaX\\\\x82\\\\x1f\\\\xc1n\\\\xe3\\\\xb96\\\\xc5uV\\\\xb2C\\\\xa4\\\\x872\\\\xc5X\\\\x1dD\\\\x81\\\\xea\\\\xdd\\\\x1d\\\\x04\\\\xa2$\\\\x18\\\\xa5\\\\xee\\\\xb6\\\\xa2\\\\xe8\\\\xa6)\\\\x874~b\\\\x93p\\\\x8b\\\\x0c\\\\x10\\\\xac\\\\xe1G\\\\xa8\\\\t\\\\'\\\\xcf\\\\xcbS\\\\xdb\\\\xa5Z\\\\x1aN\\\\x95\\\\x99\\\\xb7:$\\\\xd8v%\\\\x82\\\\xedv\\\\xdaU\\\\xaa\\\\xadU\\\\rO\\\\xb8\\\\x12\\\\x00`70f\\\\x8f\\\\x12\\\\x07\\\\x7f(\\\\xea\\\\xc2\\\\xd8\\\\x11\\\\x11yT\\\\xe7\\\\xc7\\\\x1d\\\\xabu-\\\\xf9!s\\\\xae\\\\xdbC\\\\x9d\\\\xc8\\\\x0e\\\\xd5\\\\r\\\\x04\\\\x0f[x~.\\\\xdf\\\\xe3\\\\xd42\\\\x0b\\\\x90\\\\x17hh\\\\xdcQ`\\\\xb9\\\\xf9-~\\\\xc6U\\\\x1a\\\\x90Ck\\\\xea$n\\\\x12;\\\\xf7\\\\x9d;\\\\xfd\\\\xfdr\\\\x93\\\\xb6\\\\x80\\\\x8a\\\\x91\\\\x9d\\\\x8fs\\\\xfb6W\\\\x0c\\\\x8aA\\\\xda\"\\\\x0c\\\\x93\\\\xa9\\\\xfd\\\\xa7\\\\xfcz\\\\x97t\\\\xbb\\\\x17cPqZ\\\\xd8\\\\xe3Z\\\\x957\\\\xb8\\\\xa0\\\\xaa\\\\x8fy\\\\x116\\\\xfa\\\\xbf\\\\x84*\\\\x91$\\\\x0e\\\\xd0>\\\\xfd;r(\\\\xeb\\\\x894\\\\xa6U\\\\xf1C\\\\xady!\\\\xe9\\\\xafT\\\\r,u\\\\xdcI\\\\nH\\\\xee\\\\x0e\\\\xbd\\\\xa0\\\\xf5\\\\x04\\\\xf2V\\\\x00\\\\xe6\\\\x981\\\\xf1\\\\xed\\\\xc9\\\\xc4t\\\\xc9+* 8\\\\'\\\\xd4;\\\\x86\\\\x91\\\\xdeO\\\\xed\\\\xfb:\\\\x19OK,\\\\xdb\\\\xb7#n\\\\xe01Q\\\\x8e\\\\rx\\\\xe8\\\\xf6Z\\\\x81\\\\x820b\\\\xc7\\\\xb1\"`k1\\\\'\\\\xbf\\\\xdb\\\\xd4\\\\x82\\\\nh\\\\xdc\\\\x19\\\\x96\\\\x19\\\\xa8b\\\\xd6\\\\xb1\\\\xc9\\\\x7f\\\\xc2\\\\x7f\\\\x80\\\\xcc\\\\t\\\\xf1R{ORJy\\\\x00\\\\x04J\\\\xab\\\\xbd\\\\xb5P\\\\x0e\\\\xed\\\\xba\\\\xa2\\\\xfd|\\\\xe3O\\\\x0e\\\\x96c\\\\xa9T\\\\x9c5\\\\x15\\\\x98`\\\\xc6d\\\\x83\\\\xae\\\\xef\\\\xbf\\\\xc3\\\\xfb\\\\x1e\\\\x85\\\\x99F\\\\n\\\\xe5\\\\xfd.\\\\xe5\\\\xee\\\\xc6l\\\\x94\\\\xc6x\\\\xbdv\\\\xba\\\\x16m\\\\xa3o\\\\x89\\\\x91\\\\xdb\\\\xcf\\\\xaco\\\\x95\\\\xb4\\\\xe5\\\\xc6$y\\\\x85\\\\x9d\\\\xbd\\\\xc6\\\\xab\\\\xb0\\\\xfe?\\\\x9c\\\\xd9\\\\xfc`\\\\xbc\\\\x96\\\\xc8-\\\\x15\\\\xdf\\\\x8eU\\\\x89*\\\\x04\\\\xeb\\\\x064\\\\x88\\\\xeb\\\\x0f\\\\xd5\\\\x10\\\\xd2\\\\x1d\\\\xae\\\\x16\\\\x14\\\\xce\\\\xac\\\\n\\\\xdb\\\\x8e\\\\xcfK\\\\x9cJXA\\\\xdc\\\\xfa+\\\\x99MF\\\\x83\\\\xbc\\\\x8f\\\\xb7\\\\xb7E\\\\xb5%\\\\xd8\\\\xfe\\\\x16T\\\\xe9P\\\\xa0r\\\\xb8\\\\xbb\\\\xbf)u\\\\n\\\\xc9\\\\x00\\\\x8buUa \\\\x15\\\\xda\\\\xa8Oa3\\\\xe5\\\\x13\\\\xdb\\\\xa9\\\\xbbh\\\\xdd\\\\x936\\\\x19\\\\xa02\\\\x11\\\\x8e\\\\xadO\\\\xd1j\\\\xc0kj\\\\xf6\\\\xd9\\\\xd3j\\\\xea\\\\xcdc\\\\x03\\\\x1aHi\\\\xec5\\\\xfb:+bQ8(5\\\\x03\\\\xa5S%y\\\\x96\\\\x05\\\\x03l\\\\x12C\\\\x12\\\\x86D\\\\x0e\\\\xdd\\\\xa6#\\\\xa3\\\\xd4N!3[T\"Vfa\\\\x9a\\\\xb6\\\\xbe\\\\xfbk\\\\xaf\\\\xb2\\\\x81\\\\xd8\\\\x1dd\\\\x9f\\\\x0e\\\\xfdp1\\\\x07\\\\xb9\\\\x13\\\\xfaT\\\\'\\\\xcdfF\\\\xf6\\\\x00\\\\xb4:\\\\x90*u\\\\x90\\\\xc6g\\\\xbf\\\\xdb\\\\xff\\\\x00gV\\\\xa3\"\\\\n\\\\xed@\\\\xb3\\\\xa1\\\\xd9|eyu\\\\xbd\\\\xd5\\\\x02\\\\xd6^\\\\x93\\\\xb5\\\\x96\\\\x00\\\\x02}*D\\\\x18\\\\x12&\\\\x0f\\\\xd7\\\\xa7\\\\x89\\\\x9e\\\\xe4\\\\x12\\\\xb4MBE\\\\xc8\\\\xc0\\\\xcb\\\\xdd\\\\x90\\\\xadIq_\\\\xaf \\\\xa9)\\\\xab\\\\xfaP3\\\\x9d\\\\x07y\\\\x8f?\\\\x0e\\\\xa4F\\\\x8a\\\\xac\\\\xe0C\\\\xbe$\\\\xd7$\\\\x11C>@\\\\xc2\\\\xb1\\\\x03d{\\\\x8a\\\\xfb\\\\x98\\\\xcb&\\\\xdd\\\\x04\\\\x92\\\\x00\\\\x04\\\\x0e\\\\xf2\"5\\\\xd7\\\\xa2\\\\x12\\\\x0c\\\\xc8!\\\\x00\\\\xf5w~8\\\\xe4\\\\x8a\\\\xdd\\\\x9bo\\\\x1e\\\\x1f!C]\\\\x0e\\\\x96P\\\\xcaWu{D\\\\x9d\\\\xb1\\\\x1a\\\\x98\\\\xff\\\\x00\\\\xb3\\\\xa59\\\\xa1V\\\\xd9\\\\x81c^)\\\\xfc\\\\xaf\\\\xd99U|\\\\x82\\\\xb6\\\\xbe\\\\xdc\\\\x95K\\\\xadPr\\\\r\\\\x8d\\\\xa3\\\\x17\\\\xfe v\\\\xea\\\\xa4G\\\\x84\\\\x8dz\\\\x8dz\\\\xcdMJ9\\\\xc9\\\\xc3\\\\x92\\\\xc8\\\\x16G\\\\x1e\\\\xd8\\\\xf9-\\\\x83\\\\x90\\\\xcaj\\\\xba\\\\x1c\\\\xe5Q\\\\xeb(\\\\x8a\\\\x0c\\\\xec\\\\x93\\\\x04\\\\x98\\\\xd0\\\\xf4\\\\xab\\\\x80Z\\\\x89\\\\x04\\\\x00\\\\x17[\\\\x1a\\\\xa6N\\\\xacB=\\\\xf1Lj\\\\x176\\\\xac\\\\xaag&\\\\x8d\\\\xa1\\\\x07\\\\xb8\\\\xc5\\\\x18\\\\x19\\\\x83\\\\xdc\\\\x7f\\\\x0f\\\\x87\\\\x87Y\\\\x9f#f\\\\x1aD\\\\xdd\\\\xdb\\\\x07\\\\xe7\\\\xd1\\\\\\\\\\\\xdbI\\\\xa81\\\\xcd^\\\\xf8v[\\\\x91]\\\\x93\\\\xee\\\\xddZ\\\\x81\\\\xf9x\\\\x90\\\\x85\\\\x0cB\\\\x95\\\\x8e\\\\xf0\\\\xa3qQ\\\\x1f\\\\xbb\\\\xa8\\\\xb1\\\\'\\\\x8f\\\\xa8v+\\\\xc0?DV\\\\x81H\\\\xb0\\\\xaa\\\\xa0$\\\\x156\\\\x8f\\\\xe1:\\\\x10u#I\\\\x9f\\\\x15\\\\xff\\\\x00.\\\\x9fn\"X\\\\x0e:.%\\\\x927\\\\xcd\\\\x85\\\\xb4!\\\\xf7\\\\x91\\\\xbd\\\\xd9\\\\x87 \\\\x10HS\\\\xf8\\\\xbf\\\\x17\\\\x8f\\\\xd4\\\\xcc\\\\x0e\\\\xba\\\\xd9a\\\\xa8\\\\x8ek>\\\\xf8w\\\\n\\\\x9e\\\\xce\\\\xcc\\\\xad\\\\x92\\\\xc0\\\\xa6\\\\xc5l\\\\x81\\\\xb4\\\\xd5Yu\\\\xad\\\\xb4\\\\x04\\\\xb3\\\\x85>\\\\xa1\\\\xaf\\\\x8f\\\\xd7\\\\xabr\\\\x99vo\\\\xc2\\\\xcd\\\\xb9(\\\\x80\\\\xe5~\\\\xc7c\\\\x90\\\\x1f\\\\x1d\\\\xecdJ\\\\xaa\\\\x02\\\\x96RX\\\\xec\\\\x0e}2\\\\x01\\\\x98n\\\\xdeC\\\\xb7R\\\\xe4\\\\xaa~\\\\xe0\\\\x06\\\\xbcq\\\\x92\\\\x8d^\\\\rv\\\\xdb\\\\x8d\\\\xed\\\\xd9\\\\xf9a`\\\\x1e\\\\xdec\\\\xfaft\\\\x8dDL\\\\x83\\\\xdcOS\\\\x00H\\\\x0eQ;Lq\\\\xc6i\\\\xb7\\\\xe3\\\\xa9^/)\\\\x9b\\\\x85\\\\x92Z\\\\xdaX\\\\x96\\\\xacX\\\\t-\\\\x06Wpb\\\\x07f\\\\x93\\\\xff\\\\x00\\\\xb4:\\\\x10LK&@\\\\x81\"8\\\\xef[\\\\xf9\\\\x81\\\\x85N9\\\\xc9,}\\\\xdd\\\\xbb\\\\x11[\\\\xc4\\\\x06\\\\x01\\\\xb4\\\\x12Gh\\\\x9d;\\\\xf4\\\\xddC\\\\x14w\\\\x1a\\\\x1d\\\\n@\\\\xcb\\\\xba\\\\x8c\\\\xe4\\\\xb2\\\\xa5U\\\\xae\\\\xcd\\\\xfb\\\\x95ST\\\\x04\\\\x11\\\\xe9\\\\x98\\\\x89\\\\xf2>\\\\x1e]\\\\x03\\\\x02\\\\x15Y\\\\xcd\\\\x83\\\\x90\\\\xdd\\\\x88+\\\\xe3\\\\x17\\\\xba\\\\xbaT\\\\xd8\\\\xe8\\\\xfe\\\\xbb\\\\x95\\\\xc9\\\\x05\\\\x82\\\\x93\\\\xdaG\\\\x80?\\\\xb7\\\\xa0\\\\x9ch\\\\x8e2\\\\xa6\\\\r\\\\xf9\\\\xfe\\\\x91\\\\xec\\\\xaf\\\\x8f\\\\xd1\\\\x9c,^4\\\\x8a\\\\x96\\\\xa4kmgm\\\\xac\\\\xb5\\\\xac\\\\x03\\\\xde\\\\x04\\\\xf8\\\\x91\\\\xafYP\"\\\\xf4\\\\xa4\\\\x07\\\\xa8\\\\x8e\\\\x03\\\\xab\\\\xc6\\\\x02\\\\x00\\\\x17`y\\\\xa8\\\\x9cO\\\\x1b\\\\x8e\\\\xb96\\\\xaa\\\\xe6z\\\\xa9\\\\x92\\\\xc8|J\\\\x8f\\\\xf5\\\\xc1\\\\x00\\\\xcf\\\\x96\\\\xa7\\\\xc3Mz\\\\xab\\\\xedW\\\\xd4Y\\\\xb0o4V\\\\xc8v\\\\xe35\\\\x1f\\\\x9a\\\\xbe\\\\xf3\\\\x9c+w\\\\xda\\\\x95\\\\x90ju\\\\x12\\\\xdb\\\\x80\\\\xf4\\\\xefm\\\\xa3\\\\xb8\\\\x1du\\\\xa1\\\\t\\\\x99\\\\x03G*.\\\\x83\\\\x96H\\\\x0b\\\\x7f$YE\\\\xd5\\\\tw\\\\x0c\\\\xbe\\\\x9fV\\\\xb3\\\\'\\\\xef\\\\x1a\\\\x93\\\\xd5\\\\x8b\\\\x91\\\\x88\\\\x86\\\\xacyW\\\\x87\\\\xf3Sh\\\\x12H\\\\xc3\\\\xb4&\\\\x1f\\\\x8dT\\\\xb4\\\\xe67\\\\xfc\\\\xd2\\\\xac\\\\x08\\\\x91\\\\xe9\\\\x83\\\\xa7s:G\\\\x893\\\\xd5\\\\x1d\\\\xc5\\\\xfd\\\\x13\\\\x04\\\\x1e\\\\xfe:\\\\xab6\\\\xa0\\\\xecqtw?\\\\x8e~V\\\\xfc\\\\x8c{\\\\x18S\\\\xb2\\\\x00w\\\\x11\\\\xd8zcB\\\\x083\\\\xe7\\\\xd2g\\\\xbd\\\\xbb)\\\\x08\\\\xcc\\\\x81^\\\\xe4\\\\xf1`=\\\\x01^U\\\\xc5\\\\xe3a0\\\\x00\\\\xfb\\\\xcbV\\\\xd6\\\\xf7\\\\x17p\\\\x00\\\\x825\\\\x92\\\\x07b \\\\x18\\\\xea\\\\xa5\\\\xdb\\\\xa7S;\\\\xf6\\\\x7f!Y\\\\x85\\\\xa0*Q\\\\x0cNC3)\\\\xc6?\\\\x17\\\\x83\\\\x91\\\\xca[j\\\\xfaj\\\\xa5\\\\\\\\\\\\xecru\\\\x8d\\\\xbaI\\\\xd6ze\\\\x93(\\\\xd0\\\\xf1\\\\xf9M0v\\\\xd3\\\\xe2\\\\xb4\\\\xf2\\\\x18\\\\xdc\\\\xc6\\\\x07 32\\\\xb8{\\\\xea4\\\\x15k\\\\xe8\\\\xc9\\\\xc6u\\\\xaeL\\\\xc0u=\\\\xc7}z}\\\\xa9\\\\xe9\\\\x93\\\\x90\\\\x1c\\\\x17c\\\\xf8\\\\\\\\l\\\\x92\\\\x8b\\\\xf0\\\\xbc\\\\xd9\\\\xc3\\\\xbb\\\\x1e\\\\x97R\\\\x8bk\\\\x06\\\\x14\\\\xc9\\\\xda\\\\xad:2\\\\x82D\\\\x01\\\\xe0?\\\\x7fU\\\\xe6L\\\\xa5\\\\xaa\\\\x18\\\\x82\\\\xb8D\\\\x80]3|\\\\x8a\\\\xcb,\\\\\\\\l\\\\xba\\\\xec{R\\\\x08.\\\\xa4\\\\x89\\\\x81\\\\x041\\\\x83\\\\xb7\\\\xbcDu2\\\\xdc\\\\x01!\\\\x8f\\\\xd3\\\\x05\\\\xde\\\\xd1 \\\\xf3F~)\\\\x96r\\\\xf2\\\\xd1m\\\\x82\\\\x0f\\\\xfc\\\\xd8m\\\\xac\\\\xf0 \\\\x19\\\\xec5X\\\\x1fN\\\\xfd\\\\xfa\\\\xbdj\\\\xf4fK\\\\x9a\\\\x9cx\\\\xc1V1 \\\\x8e\\\\\\\\w\\\\xae\\\\xa0\\\\xf8?)`\\\\xe5*\\\\x14;\\\\n\\\\xadu\\\\xae\\\\xe5S;\\\\x95H;X\\\\x1d\\\\x7f\\\\x17o\\\\xef\\\\xef\\\\xd7{\\\\x9a;\\\\x1dY\\\\x8dH\\\\xe6\\\\x95\\\\xff\\\\x00R8\\\\x9c\\\\x8cn\\\\x7f3!\\\\xb0m\\\\xb7\\\\x8b\\\\xdc\\\\xa53V\\\\x97(\\\\x02\\\\x12\\\\x0e\\\\xe2@R\\\\x07\\\\xd0i\\\\xf7\\\\xf5\\\\xb7cs\\\\x18E\\\\x8aN\\\\xea\\\\xdc\\\\xf5`\\\\xea\\\\xbb\\\\xcf\\\\xe3\\\\xe8\\\\xbe\\\\xaa\\\\xc6\\\\x1a\\\\x9b.d\\\\xddI\\\\xa4JHXr`L\\\\x13>\\\\x1dZ\\\\xbb\\\\x08N\\\\x05\\\\xb1T\\\\xf5\\\\xfaN\\\\x95LsxOKM\\\\xb6\\\\x8f\\\\xcc\\\\xef%\\\\x91T\\\\x87\\\\xaa\\\\xb5?\\\\x8bI\\\\x07\\\\xbf\\\\x9c\\\\xf6\\\\xeb2\\\\xdc\\\\x84\\\\xbd8\\\\x91\\\\xdc\\\\xa9N,]i\\\\xe3\\\\xb2\\\\x9c\\\\x05\\\\xbc\\\\\\\\\\\\x94\\\\xe4X\\\\xc5Y \\\\x90w0;@:\\\\x90@\\\\xed\\\\xdf^\\\\x9a\\\\x0e\\\\x90\\\\x1aU\\\\xf2\\\\xecBHz\\\\x0f\\\\xcar\\\\xe4\\\\xf9/\\\\xfa\\\\x1fi\\\\xef\\\\xb0\\\\xb5\\\\xaf\\\\xb5\\\\x98\\\\xe8%H0\\\\xc7\\\\xcb\\\\xa7\\\\x93)s\\\\x0e\\\\x996\\\\xd2\\\\xc0\\\\xbaC\\\\xe41\\\\xceK\\\\xdd\\\\x9d]\\\\xe6\\\\xf0\\\\xcc&\\\\xa80\\\\x88T\\\\x0f\\\\xc4\\\\x0b\\\\x03$\\\\x90\\\\x00:\\\\xfd\\\\x9dS\\\\xdc\\\\xd9\\\\x0f\\\\'$\\\\xea\\\\x0c1a\\\\xfd\\\\xa4\\\\x02@\\\\x04\\\\x1c\\\\n\\\\xcf\\\\xe3\\\\xb9\\\\x99\\\\x18\\\\x99\\\\x8bP\\\\x08\\\\xeby\\\\x01\\\\xf1\\\\xc1!d\\\\x82%@\\\\x03Q\\\\xe2\\\\x06\\\\xbfN\\\\xb0\\\\xa1n\\\\xecf\\\\x08\\\\xc1\\\\xeb\\\\xdf\\\\xe5\\\\xe0\\\\xaf[\\\\x90\\\\x14G>E\\\\xc6Zw\\\\xe6KJ\\\\xb9{\\\\xebbLB\\\\xa8`%H\\\\x04\\\\xf7:\\\\x8e\\\\xb4g\\\\xb5\\\\x90\\\\x99\\\\x90\\\\x04\\\\x92(9\\\\x1f\\\\xc2\\\\x1b\\\\xe0\\\\x80*\\\\xc1\\\\xeb\\\\xd8\\\\x93\\\\xebA\\\\x9fM\\\\x98\\\\xd5\\\\x82\\\\xb7\\\\x08]\\\\x84\\\\x8d\\\\xa6\\\\x0c\\\\x10CD~\\\\x11\\\\x1f\\\\xbb\\\\xaa\\\\xf7\\\\xe3r\\\\xb1\\\\x80\\\\xfa=8\\\\xc70\\\\x95gL\\\\xc5N\\\\x0e\\\\x9e>=\\\\x9d\\\\x95\\\\xc5\\\\xe2]\\\\x8f\\\\x99\\\\xed\\\\xa2\\\\xc9\\\\xf6\\\\xd9lRK;\\\\x15!\\\\xa3\\\\xb1\\\\x07X\\\\xd7\\\\xbfW6;\\\\xa3\\\\x0fL\\\\xb1\\\\xe9\\\\xd7\\\\xbc\\\\xe1\\\\x9a&\\\\xf6\\\\xde@\\\\xb8\\\\xe3\\\\x80\\\\x88\\\\x97\\\\xe33k4][#\\\\x82\\\\xa7\\\\xde\\\\x98\\\\xab\\\\xd3\\\\x0bd\\\\xb7c\\\\xa1\\\\x98\\\\x1a\\\\xf8\\\\xc7Z%\\\\x88q\\\\x92\\\\xaf)D\\\\x96lU\\\\x8f\\\\xc4b\\\\x1c\\\\x1a\\\\xebe\\\\xc5\\\\x16\\\\x0b\\\\xc8k/U\\\\x00I\\\\x00\\\\xb1\\\\xda\\\\x04\\\\xf8\\\\t\\\\x81\\\\xfd\\\\xdd2\\\\xdb\\\\xebgW,Zv*\\\\x7f%\\\\x95\\\\x86\\\\x15\\\\xc6\\\\xe5\\\\x16WN\\\\xf2,b\\\\x14\\\\x90N\\\\xe0L\\\\xc8\\\\x89\\\\xd4w\\\\xe9\\\\xf7\\\\xae\\\\x87dW\\\\xae\\\\xb1\\\\xe2\\\\x8a\\\\xbc\\\\xe1\\\\xf2\\\\xb8\\\\xfc\\\\xec\\\\xb7G\\\\xc6J\\\\xd7(\\\\x91\\\\xbd\\\\x98\\\\xd6ke\\\\xf1pD\\\\x92t\\\\x1d\\\\x86\\\\xb3\\\\xd5}\\\\xb89\\\\xe2\\\\xabB\\\\xf6\\\\xa9`\\\\xbd\\\\xcb\\\\xe5\\\\xf1)v\\\\xc18\\\\xb6X\\\\xe8\\\\xa4%\\\\xcd(\\\\n\\\\x91\\\\xea\\\\xfc$\\\\x88\\\\xd3\\\\xed\\\\xf2\\\\xe8\\\\xbd\\\\xd2K3\\\\xf7\\\\xa2\\\\xbb\\\\xb8\"\\\\x9cx\\\\xa5\\\\xcby.\"\\\\xcbZ\\\\xa7Ok$\\\\t\\\\xf7k\\\\xd0\\\\x05a\\\\xb4\\\\xc6\\\\xbbfT\\\\x82L\\\\xc6\\\\x91\\\\xd4^\\\\xb8\\\\xc0\\\\xd3\\\\x00\\\\x93\\\\x1b\\\\xc0\\\\x90\\\\xe2\\\\xa7\\\\x04\\\\xe1\\\\x8ep.\\\\xc1b\\\\x97\\\\xa8e\\\\x87\\\\n\\\\xa4\\\\x127.\\\\xe3\\\\x025\\\\x04\\\\x01\\\\xd4\\\\xfb\\\\xa2v\\\\xdb\\\\xf5\\\\xfb+.&(\\\\xab\\\\x7f\\\\x92o\\\\xa5\\\\xbf)Sks0\\\\xa2\\\\xb6\\\\x00\\\\x16S\\\\xdc\\\\x16\\\\x00\\\\x00\\\\x06\\\\xe8\\\\x1a\\\\xeaz\\\\xc9\\\\xf9\\\\x1b\\\\xbe\\\\xdc\\\\x03\\\\x12\\\\x0c\\\\x9c7ER6\\\\xe4\\\\x0b\\\\x1f\\\\xba\\\\\\\\dqF\\\\x18\\\\xb9\\\\x14\\\\nI\\\\x08#qX;}f`\\\\x89\\\\xed\\\\x1au\\\\xe6\\\\xe0D\\\\x8b\\\\x02\\\\xce~\\\\xabGD\\\\x88\\\\xa8vR\\\\xef\\\\xc0\\\\x15`d\\\\xde\\\\xce\\\\xbb.r\\\\xfe\\\\xce\\\\xbb\\\\xc4v\\\\xdb\\\\xdfC\\\\'^\\\\xd1\\\\xf5\\\\xe8\\\\xccL\"\\\\x0b\\\\x8a\\\\x96\\\\x1d[5\\\\xc0i\\\\x15z\\\\xa4g\\\\xc5\\\\x17\\\\xd8\\\\xf6Sa;\\\\tc\\\\\\\\\\\\xf6m\\\\x04\\\\xf8\\\\x13?_\\\\xafV\\\\xa3sHb\\\\x15\\\\tGS\\\\xb2\\\\xb5\\\\xff\\\\x00MQ+\\\\xcd\\\\xcbt*\\\\x96-l\\\\x8e\\\\xcaT\\\\xacm\\\\x04\\\\xeb\\\\x06;jzM\\\\xbb\\\\x8d~.h\\\\xc5_\\\\xda\\\\x80\"Nn\\\\xad\\\\xbew\\\\x95\\\\xb3\\\\x13\\\\x0e\\\\x1a\\\\xf5[\\\\x19\\\\x0e\\\\xda\\\\xe0\\\\xac\\\\x92v\\\\xed\\\\x91\\\\xb5\\\\x88\\\\xd3N\\\\xc0k\\\\xd6\\\\xbe\\\\xefu;2\\\\x0c|\\\\x89S|\\\\x82;\\\\x95-\\\\x7f?\\\\xb2\\\\xdb\\\\xf2\\\\x9b>\\\\xc4\\\\xc8\\\\xa8\\\\xec\\\\xc5v@\\\\xea\\\\xe4\\\\xfe-\\\\xc4LF\\\\x80Go\\\\x1e\\\\xdd\\\\'e\\\\xbc\\\\xd0I\\\\x14\\\\x1dqe\\\\x99r\\\\x04\\\\xe2\\\\xbf\\\\x7f\\\\xea!\\\\xff\\\\x00\\\\x91G\\\\xfe\\\\x1bz\\\\xd0\\\\xff\\\\x00\\\\xda[I\\\\xf6z\\\\x95\\\\xff\\\\xd2\\\\xe1o\\\\x90a7%E\\\\xca\\\\x8c\\\\x04\\\\x864\\\\xa7\\\\xa8\\\\xfa\\\\x86\\\\x87k\\\\ru\\\\xfa\\\\xf5\\\\xe5o\\\\xc7\\\\xdc1\\\\xe5\\\\x8a\\\\xf9\\\\x8d\\\\xdfS\\\\x9a$<~\\\\'\\\\xdbF\\\\xc8\\\\xbf`\\\\xc5\\\\xaa\\\\xdfi\\\\xb2$\\\\xc1h\\\\xd4x\\\\x99\\\\xf3\\\\'\\\\xa3\\\\x94\\\\x80\\\\xa2\\\\xcf:\\\\xa5\\\\x81S2\\\\x1fet\\\\xae-\\\\xe6\\\\xba,\\\\xac\\\\xefYh\\\\xef\\\\xf4\\\\xef\\\\x13\\\\x13\\\\xe5\\\\x1d3Q!\\\\x9e\\\\x8a\\\\xa8\\\\x071\\\\xfd\\\\xad\\\\xdcM/Fmnn\\\\\\\\zDn\\\\x1d\\\\xa4O\\\\xd3_\\\\x18\\\\x81\\\\xe7\\\\xd4\\\\x08\\\\xe40\\\\\\\\oS\\\\x1a\\\\xbak\\\\xe7x\\\\xfc\\\\x8c\\\\xdbk\\\\xc8\\\\xc7\\\\x01\\\\xea`\\\\x10\\\\xb0\\\\xf4 h\\\\x82\\\\xd0LA>^\\\\x1dL\\\\xa4\\\\x9b;R}@&O\\\\x8b\\\\xf08t2ee\\\\xe2\\\\xd9l\\\\x14\\\\x14:\\\\xea\\\\x9b\\\\x80\\\\'w\\\\x9f\\\\xa4\\\\x80&t\\\\x12L\\\\x8e\\\\x9a\"\\\\xd5K\\\\x85\\\\x82$\\\\t\\\\xab\\\\xf9+\\\\xadh\\\\xc6\\\\xab\\\\n\\\\xfc\\\\xdb\\\\xe8J\\\\xae\\\\xc5\\\\x01\\\\xd0\\\\xcc\\\\x8d{\\\\xac\\\\x91\\\\xea\\\\xd4\\\\x83\\\\xdb\\\\xec\\\\xeb\\\\xa6\\\\xc2\\\\xabF\\\\xe0\\\\xd2\\\\x1f5@\\\\xf2\\\\xf9\\\\x96\\\\xf3<\\\\xa5\\\\xd7\\\\xbd\\\\x8a\\\\x86\"\\\\xbcv\\\\x1b\\\\x8a\\\\r;\\\\xcfy\\\\x92@=\\\\xbbi\\\\x03\\\\xa4D\\\\x99\\\\x9cV=\\\\xc9\\\\x19\\\\x13\\\\xcf\\\\x92o\\\\xe1\\\\xf8\\\\xecq\\\\x8c\\\\xd9\\\\x06\\\\xf4G\\\\x07c\\\\xee\\\\xb1mRk> \\\\xac\\\\xe9\\\\x04\\\\xfd\\\\xa7\\\\xa38&[\\\\x11!\\\\xc9\\\\xe0!,\\\\xb4\\\\xb6e\\\\x97~s\\\\xde\\\\xf6\\\\xed>\\\\x862\\\\xc5\\\\xc3~\\\\x01\\\\xe9\\\\x07j\\\\xafa\\\\xae\\\\xbd\\\\xe3\\\\xae\\\\x02\\\\x94C\\\\x1b\\\\x8ei$g\\\\x94\\\\xc6\\\\xbf\\\\x95\\\\xad\\\\x8a@\\\\xf6\\\\x17\\\\xf8\\\\x983\\\\x95\\\\xda6\\\\xc7\\\\x89\\\\x104=\\\\xfe\\\\xce\\\\x85\\\\x9d]}qr\\\\xaa\\\\x9eW\\\\x8a\\\\x0bFK8k2Q\\\\xe6\\\\xc4\\\\xd9\\\\xb2\\\\xb4Q:\\\\xef&K\\\\x13\\\\'\\\\xfc\\\\xbbt\\\\x05\\\\x9b\\\\x9aF\\\\xbd\\\\x0e\\\\x08l2\\\\xe3\\\\xc1h\\\\xa3\\\\xe1\\\\x9c\\\\x8eN\\\\r<\\\\x89\\\\xc5eL\\\\xf2\\\\xe3\\\\x0e\\\\xd0\\\\x00\\\\x04$\\\\x9b\\\\x1b@6\\\\xed\\\\xec~\\\\xd9\\\\xea\\\\xe46\\\\xc5\\\\xb5sV\\\\x04d\\\\xcf\\\\x888(|\\\\x8f\\\\x11w\\\\x07\\\\x8b\\\\x91\\\\x8b\\\\x9dY\\\\xc7\\\\xb8\\\\xa3=\\\\x8a\\\\xacd3j\\\\x9e\\\\x92\\\\x01\\\\xf0\\\\x13?wU\\\\xb7\\\\x11\\\\x00\\\\x80U\\\\x9b3\\\\xd3\\\\x1a\\\\xaa{>\\\\xa7\\\\xc8\\\\xba\\\\xd2\\\\xcal\\\\xdc\\\\xc4\\\\xd8\\\\xe4\\\\x98\\\\x03_\\\\xe2\\\\xed\\\\xfe\\\\x7f\\\\xbb\\\\xa3\\\\xb5\\\\xe9Z6ni\\\\x08&f\"\\\\xca\\\\xb2\\\\xd6\\\\xac\\\\x9a(\\\\r\\\\xa4/\\\\xd7\\\\xab6\\\\xee\\\\xab\\\\x96n\\\\x9c\\\\xca\\\\x87m\\\\x1e\\\\xd6\\\\x1b\\\\xecQQc\\\\xeaQ\\\\xdc\\\\x83\\\\xdbQ\\\\xd3#7\\\\x9dj\\\\x9d\\\\x19\\\\xea\\\\x9dj\\\\x96v \\\\x1a\\\\xb1\\\\xb0\\\\x90N\\\\x84\\\\x8du\\\\xf3\\\\xf2\\\\x8e\\\\xb4\\\\x8c\\\\x89\\\\xe8\\\\xb4\\\\xb5\\\\x13\\\\xd1cv\\\\x06\\\\xd6L\\\\xb3Umc\\\\xae\\\\xfa\\\\xad\\\\x00\\\\x82\\\\x00\\\\xf0\\\\x80{\\\\xc7c\\\\xd7F\\\\xe0%\\\\xb9#\\\\x86\\\\xe6\\\\x9a\\\\x01,1B,\\\\xc2M\\\\xe0\\\\xa4#C\\\\x94\\\\xda\\\\x04+\\\\x82J\\\\x93=\\\\x87\\\\xd9\\\\xd3\\\\x95\\\\xe8ni^\\\\x88\\\\xde\\\\x11w\\\\xa9\\\\xebb\\\\x16\\\\x7f\\\\x14i\\\\xe7\\\\xa0\\\\'\\\\xe9\\\\xd2/\\\\xd0\\\\x82\\\\xb3\\\\xb7\\\\x0c$\\\\xe1\\\\n\\\\xce\\\\xc7Z\\\\x85\\\\x8c\\\\xc3\\\\xd4\\\\xc4\\\\x05\\\\xa9\\\\xf5\\\\x98\\\\xd0\\\\x0f\\\\x1e\\\\xda\\\\xe9\\\\xd3c-C\\\\x9a\\\\xbb\\\\xb6\\\\xbad\\\\xc3.k@\\\\xbe\\\\x9a\\\\xea\\\\x15\\\\xd4\\\\xd5\\\\xeeB\\\\xb2v\\\\xe9\\\\xb6=33$Dy\\\\xf8\\\\xf4I\\\\xc2\\\\xdc\\\\x8c\\\\x9c\\\\xba\\\\x18##!\\\\xee\\\\xb1\\\\x05~\\\\xe3\\\\xb6\\\\xeb\\\\x18\\\\xc8R#v\\\\xa7\\\\xb9\\\\x1b\\\\xb4\\\\xd3\\\\xcb\\\\xed\\\\xea\\\\x02\\\\xb3\\\\xfa\\\\xc5\\\\x86A\\\\x1f\\\\n\\\\xc7\\\\x15\\\\x00\\\\xfeuh\\\\n~\\\\t\\\\x0eWA\\\\xa7\\\\x88\\\\x11\\\\xd7\\\\x06u\\\\x9aH\\\\xf7+C\\\\x8e<\\\\xd0\\\\x8b+\\\\xba\\\\xd6\\\\xad\\\\xd9\\\\\\\\\\\\x90\\\\xf2\\\\xe8\\\\xd3\\\\xa4\\\\x10 \\\\x10A\\\\xd6|>\\\\xde\\\\x88\\\\xab\\\\xe2Q\\\\x8d\\\\x1d\\\\x10\\\\xc4\\\\xc0Z)\\\\xddj\\\\xfa\\\\x9b\\\\xd67\\\\x99\\\\x88\\\\xfc043\\\\x1d\\\\x00<\\\\x95K\\\\xbb\\\\x8dRh\\\\xe0\\\\xb3~R\\\\xba\\\\x88\\\\xa4\\\\x12\\\\xb5\\\\xb3N\\\\xe8\\\\x81\\\\xa4\\\\xc4x\\\\x98\\\\xfb:\\\\xe3\\\\x10\\\\xeeT\\\\r\\\\x99\\\\x95N+4\\\\xc8L\\\\xeaAp\\\\x18\\\\xb0\\\\x05\\\\xab\\\\xfcD\\\\x02{\\\\xf8On\\\\xb8D\\\\x04>\\\\xd1\\\\xb3*`\\\\x83\\\\xb1zH\\\\xdcKm\\\\xd2\\\\xb1\\\\xf8H\\\\xd7B@?o\\\\xd7\\\\xaeW\\\\x05V\\\\xfa,\\\\x96_F\\\\xf6\\\\xdcD\\\\x83\\\\x04\\\\x9e\\\\xc4Gc\\\\xa1\\\\xeaP\\\\xce\\\\x0c\\\\x14\\\\xab=\\\\xb3`P\\\\xd1\\\\xb0\\\\x88\\\\x03_\\\\xbbR<\\\\xba\\\\x80\\\\x12b\\\\x0b:v\\\\xf8.p\\\\xc1\\\\xe61\\\\x9e\\\\xe7\\\\xdbVF\\\\xe4\\\\xb2{\\\\x10\\\\xfe\\\\x10|\\\\'\\\\xac\\\\xef\\\\x91\\\\x89\\\\xf6\\\\xdcd|\\\\xb3Y\\\\xdb\\\\xf8\\\\x82;\\\\x17b|_\\\\x94\\\\xcb\\\\xe1\\\\xefD\\\\xb1FF&`\\\\x90\\\\x18\\\\x06\\\\xd0\\\\x08\\\\x105\\\\xd4\\\\x8d\\\\x08\\\\x88\\\\xeb\\\\xcb\\\\xbc\\\\xad\\\\xc8\\\\x99\\\\x11\\\\xa7%\\\\xe7\\\\xaf\\\\x07\\\\x03\\\\x9a\\\\xb2\\\\x1d\\\\xb1\\\\xd6\\\\xbb2Eb\\\\xca\\\\xe9Qm\\\\xb6o\\\\x00\\\\x92\\\\x04\\\\x86,\\\\x01\"\\\\x0e\\\\xbau\\\\xd3\\\\x90\\\\xb4\\\\xe4\\\\x82U+\\\\xb0\\\\x8c\\\\x9aX\\\\x14\\\\xa3\\\\x97\\\\xc9_s\\\\x94\\\\x91\\\\xefz\\\\xc0\\\\xb4\\\\xf6d\\\\x00oP@\\\\x11;\\\\x86\\\\x9fMz\\\\x91|\\\\x92C\\\\xd1T\\\\xd2F\\\\x18\\\\xe4\\\\x8b`r\\\\x18\\\\x0f]5\\\\xe4\\\\x87T\\\\'\\\\xdb\\\\xb8\\\\x8d\\\\xdbw\\\\x01\\\\xf7\\\\x8f\\\\x08\\\\xd3\\\\xc3\\\\xcb\\\\xa6\\\\x1d\\\\xc4dj[\\\\xb74P\\\\xa6\"\\\\xbfD\\\\xd9[q\\\\xafU\\\\xa1\\\\x05n\\\\xc1C\\\\x02gw\\\\xed\\\\x1aLw\\\\x9f\\\\xb3\\\\xa6\\\\x0b\\\\x91\\\\xa89\\\\'\\\\xfa_\\\\x0cT\\\\xd6\\\\xb3\\\\x8c\\\\xae\\\\xa5\\\\xa8\\\\xedk\\\\x14\\\\xc81\\\\x00n\\\\xf3\\\\xfb\\\\x8fE\\\\xaa \\\\xba\\\\x19GHB\\\\xf2[\\\\x89\\\\xf7\\\\x1a\\\\xaa\\\\xf2\\\\xd1\\\\x92\\\\xb4\\\\x1f\\\\xc9R\\\\xb2\\\\xba\\\\r\\\\x00\\\\xdb\\\\xe6>\\\\xba\\\\xf4\\\\xe0\\\\xc9\\\\x12\\\\x94IgSh\\\\xc8\\\\xe3\\\\xf3W\\\\xf2\\\\xc7+\\\\xdb\\\\xbc\\\\x00\\\\xcaL\\\\xfa\\\\x80\\\\x99\\\\x04\\\\x9f\\\\x10&c\\\\xe9\\\\xd3\\\\xa3 \\\\x8a7\\\\xe3\\\\x83\\\\xad9\\\\xff\\\\x00\\\\x95\\\\xaf\\\\n\\\\xeaJ\\\\xa2\\\\xa5\\\\xec\\\\x19\\\\x95\\\\\\\\M\\\\x84B\\\\x8f\\\\x1d\\\\xd1\\\\xb7\\\\xc0i\\\\xd1\\\\x82\\\\xf8!\\\\xb8c,\\\\x15e\\\\xceq\\\\xb6.G\\\\xbb\\\\x8c\\\\x8a\\\\xcc\\\\xab\\\\xbf\\\\'\\\\x1a\\\\xb0\\\\xb1\\\\xb7\\\\xb2\\\\xa9$\\\\xfe\\\\x1f\\\\x1f\\\\x08\\\\x9f\\\\xa4\\\\xf52\\\\x0c\\\\xa9N&\\\\'\\\\xaaL-\\\\x95\\\\x91c\\\\xb5\\\\xef\\\\xae8$\\\\xd0\\\\xeaZv\\\\x90\\\\n\\\\x92;\\\\x89\\\\xf1\\\\xfat\\\\xb0\\\\xe3\\\\xb1\\\\x14d\\\\tg(;\\\\xd2\\\\xaa\\\\xac\\\\xe1\\\\r\\\\xca\\\\xed\\\\xb2\\\\xab$\\\\x16\\\\xa8 \\\\x0c\\\\xdb\\\\x90O\\\\xec\\\\x1a~\\\\xce\\\\xa3\\\\xdb\\\\x89\\\\xabW\\\\xe8\\\\x9fn\\\\xe9\\\\'J#\\\\x8d\\\\xca[\\\\xc7\\\\xd1n-\\\\xd5\\\\xa7%NUB\\\\xba\\\\xd1\\\\x9d\\\\x88\\\\xa9\\\\xd0\\\\xcf\\\\xba?\\\\x84\\\\xb0\\\\x82\\\\x00\\\\xf2\\\\xf0\\\\x9dzO\\\\xba-\\\\xbcH\\\\xd4\\\\xf8q\\\\xf9V#jA\\\\x88\\\\xee\\\\xbaA\\\\xea\\\\xba\\\\x02 \\\\x80C:9\\\\xca?\\\\x18\\\\xb4\\\\xe3Ue\\\\x81,\\\\xc8_If*\\\\xb0$\\\\xed(L\\\\x00fT\\\\xc7\\\\xf9t\\\\xa1(\\\\x92\\\\xc0\\\\xd7\\\\x92\\\\xb5u\\\\x80s\\\\x9frG\\\\xe3\\\\xb2\\\\xb8||\\\\xbbm\\\\xca\\\\xc8p]\\\\x9a1\\\\x94\\\\x1d\\\\x9ah\\\\xa6\\\\xbd5\\\\x00\\\\xf7\\\\x10>\\\\x9e\\\\x1dq1j\\\\xaa\\\\xf0,I\\\\x18)\\\\xd9<\\\\x9f\\\\x01\\\\x9f\\\\x95\\\\xeec\\\\xda\\\\x8b\\\\x85\\\\x8d\\\\x0bM\\\\x00\\\\x14\\\\nd\\\\x93\\\\xb5\\\\x7f\\\\xf6\\\\x87\\\\x89\\\\xfa\\\\xf5Sq~\\\\x0cI>\\\\x93\\\\xf5\\\\n\\\\xd8\\\\x11v\\\\xe4\\\\x86\\\\xfc\\\\x83\\\\xf95\\\\x9c\\\\x9c,\\\\xca\\\\x8a\\\\x06Z\\\\x8b\\\\x00Y\\\\x19\\\\x9fY\\\\x04\\\\x12\\\\x0b\\\\rz\\\\xa4!\\\\tD\\\\x98\\\\xcd\\\\x88<\\\\xf1\\\\x06\\\\xb9uL\\\\xbaI.*\\\\xff\\\\x00_\\\\xc2O\\\\xe2i\\\\xc9\\\\xb7?\\\\x15kr\\\\r\\\\xb6\\\\x84M\\\\xf2\\\\x01,DLH\\\\xf2?n\\\\x9at\\\\xa9\\\\xdc\\\\xacc\\\\x10\\\\xc7\\\\xaf\\\\x1c\\\\xc2]\\\\xb8W\\\\xb7\\\\x8f$O\\\\x9d\\\\xc3\\\\xc9\\\\\\\\\\\\xb0\\\\xc6jU\\\\xdc\\\\xae\\\\x14\\\\xfe6\\\\x02\\\\x08$\\\\x01\\\\xdc\\\\x1e\\\\xa4\\\\xcfS\\\\xc80\\\\xe8\\\\xf5\\\\xfc&H\\\\x01\\\\x8f\\\\x8bqTn\\\\x8f\\\\x85\\\\xf2\\\\x97\\\\xe2cf_I\\\\xba\\\\x9b+\\\\xdbY\\\\xf4n\\\\x81\\\\x02\\\\x07b\"5\\\\xe9w\\\\xe5r\\\\xa5\\\\xb5\\\\x03\\\\x81\\\\x08\\\\xad@\\\\xcd\\\\xa8\\\\xdc\\\\xff\\\\x00\\\\x94k\\\\x0b\\\\x8d\\\\xc7\\\\xe2\\\\xa8\\\\xa1\\\\xdd\\\\xcd\\\\xf75{\\\\xd9=\\\\xb8\\\\xd8& \\\\x9f\\\\x08\\\\x88\\\\x1f^\\\\xddfk\\\\x11\"W\\\\x01|\\\\x87\\\\x95V\\\\x9cmi\\\\xcdH\\\\xa7\\\\x91\\\\xc6\\\\xc9\\\\xbb\\\\xf2\\\\xbce6d\\\\xe6\\\\\\\\\\\\x1a\\\\xb5X%a\\\\xa4\\\\xc4D\\\\x99\\\\'Q\\\\xd2\\\\xae\\\\xdc:\\\\xb5\\\\x00\\\\xc1\\\\x88eb\\\\xa40\\\\xc7\\\\x9a\\\\xe8\\\\xaf\\\\x81\\\\x7f\\\\xb6\\\\xcew\\\\x9e\\\\xc4\\\\xaf\\\\x93\\\\xf9~s\\\\xf1\\\\xdcs%c\\\\x1f\\\\x89\\\\xac\\\\x1d\\\\xee\\\\xb2\\\\x0c;\\\\xc6\\\\xd10t\\\\x12zla\\\\xe9\\\\x12\\\\x91\\\\xf0E\\\\x18\\\\x00\\\\x0bV\\\\xab\\\\xb1\\\\xbe!\\\\xfam\\\\xc0\\\\xf0\\\\x1cb\\\\xe0\\\\xf0\\\\xdc&=5\\\\xd7QZ\\\\xabJ\\\\x88\\\\xb5\\\\x9a4p\\\\xcd\\\\xea\\\\xdd\\\\xdb]c\\\\xbfn\\\\xcb;\\\\xa1\\\\x12t\\\\xf8f\\\\xea\\\\xc4,\\\\x13CR\\\\xac\\\\x8e\\\\x1b\\\\xf4\\\\x97/\\\\x9c\\\\xf6(\\\\xbb\\\\x11?!\\\\x95S\\\\x1a\\\\xb3r\\\\x00\\\\xda*R7\\\\xbe\\\\xa09:@\\\\x07\\\\xbe\\\\xbfoV6\\\\xd6\\\\xf77O j\\\\xe4\\\\xa7\\\\r\\\\xbb\\\\x80\\\\xc0!\\\\xd7\\\\x7f\\\\xb4\\\\xff\\\\x00\\\\x87\\\\xf3\\\\xec\\\\x1b\\\\x97\\\\xa7\\\\x8f\\\\xae\\\\xd6{jv\\\\xa6\\\\x9d\\\\xcc\\\\xa4\\\\xc9\\\\x1b\\\\x1b\\\\xd0F\\\\x90@\\\\x89\\\\x9d:([\\\\x9c\\\\xa65\\\\x08\\\\xd4\\\\xb1\\\\x1b\\\\xcec\\\\xb7\\\\x03\\\\x8fk=,\\\\xf4\\\\xe5\\\\xdc\\\\xca\\\\rD\\\\xa9\\\\x04\\\\xa8Q\\\\x1a\\\\x88\\\\x9d`\\\\xcfN\\\\xb9\\\\xf3>\\\\xf0\\\\x16\\\\xc4js\\\\xe4\\\\x87s\\\\x00\\\\x014\\\\xe3\\\\x975\\\\xf2\\\\x83\\\\x8b\\\\xe6n\\\\xc6[,@\\\\xa9{5\\\\x9e\\\\xc6\\\\xdf\\\\xe1g`bA2\\\\x00mc\\\\xb8\\\\xd3\\\\xad\\\\xebR\\\\xd0[%\\\\xe4\\\\xcf\\\\xec\\\\xe1$\\\\xfc\\\\x93\\\\x8f\\\\x0b\\\\x922[\\\\x7f\\\\xbfj\\\\xb6\\\\xd6\\\\xad\\\\xa1\\\\xc0\\\\xf3\\\\'\\\\xb9\\\\x8dA\\\\xf1#N\\\\x83si\\\\x88\\\\x94\\\\x8bW\\\\x10\\\\xbapj\\\\x80\\\\x94\\\\xfd\\\\x9bi\\\\xaa\\\\xbd\\\\xb6\\\\x15e$8\\\\x12\\\\x1fq\\\\x86 A\\\\x91\\\\xd8\\\\x1d\\\\x0fL1:\\\\\\\\T\\\\x8eJ\\\\xac`\\\\xe5\\\\xb8t\\\\xf3\\\\xc7a\\\\xff\\\\x00S\\\\xe2+\\\\x19Y\\\\x13\\\\xb1\\\\x7f\\\\x17\\\\xa4(\\\\x1e\\\\x92\\\\x8a\\\\x00!\\\\xb5\\\\x07\\\\xb7\\\\x7f\\\\x08\\\\xe9\\\\xd0\\\\xd2@o\\\\xe14GP \\\\xe4\\\\xb4\\\\nq\\\\xf8\\\\xfa\\\\xf2KR\\\\x9b\\\\xab\\\\x00Z\\\\x80)\\\\x98\\\\xd3\\\\xd5\\\\xa7\\\\xa7\\\\xc7\\\\xb6\\\\xba\\\\xf9t\\\\x89\\\\xc4\\\\xdb\\\\xf5Q\\\\x94j\\\\x0c\\\\xd9\\\\xaa\\\\xf8d\\\\x06\\\\xe5\\\\x06F\\\\x1e1|p\\\\xc1\\\\x91\\\\x7f\\\\x0b\\\\x0f\\\\xb5\\\\xb5\\\\x13&;Gn\\\\xbc\\\\xe4\\\\xef=\\\\xfdp\\\\xab`\\\\xc9\\\\xb2\\\\x81f\\\\xcb\\\\xaa\\\\xb2\\\\xda\\\\xc7\\\\xc8\\\\xc4\\\\xa0\\\\xe7P\\\\x1d\\\\x9a\\\\xb1\\\\xee03&$\\\\x1d\\\\xbd\\\\x81-\\\\x0b\\\\xa0\\\\x99\\\\x8dz\\\\xd8\\\\xff\\\\x00,\\\\xc8\\\\x03 A\\\\xc3\\\\xfbK\\\\xf65A\\\\x9d\\\\xf9\\\\x15Ve\\\\xe3\\\\xdf\\\\x89\\\\xc8]x\\\\xa8T\\\\xe2\\\\xc0\\\\x00\\\\xf4\\\\x98&H\\\\xed\\\\xa7\\\\x84x\\\\xc7X\\\\xf7-\\\\xdd\\\\xb5=\\\\\\\\\\\\xcb\\\\x85\\\\x1e\\\\x9c\\\\x14\\\\xcc\\\\xd7\\\\xf7\\\\xda\\\\xbb\\\\x0eK\\\\xfb\\\\x96\\\\x00\\\\xec\\\\xac\\\\xc5\\\\x80\\\\xf4\\\\xef\\\\x82&F\\\\xe1\\\\xfb\\\\xcfL\\\\xdd[\\\\xf7\\\\xaeuo\\\\nr\\\\xe2\\\\xab\\\\xa36\\\\x88\\\\x0e\\\\xd5Y\\\\xe0\\\\xe5\\\\x1a+\\\\xa7\\\\xdb\\\\xb5\\\\x95+_m\\\\xfd\\\\xd9}\\\\xc4m;U`\\\\xe9\\\\xa7\\\\xd2\\\\x0fF7Q\\\\xb2\\\\x01\\\\x81\\\\xa7\\\\\\\\Ov]\\\\nP\\\\xb7\\\\xad\\\\xe2A\\\\xeeW\\\\xa7\\\\xc5y\\\\xcbi\\\\xe2\\\\xed\\\\xa6\\\\xc0\\\\xd6\\\\xad\\\\x96\\\\xb2\\\\xd5c\\\\x1d\\\\xca;,\\\\xa3A\\\\x00v\\\\xd7I\\\\x11\\\\xd6\\\\x8e\\\\xce\\\\xecnM\\\\xe4*F_ef\\\\xcb\\\\xc2=\\\\x12\\\\xe7\\\\xc8\\\\xf2\\\\xd33*\\\\xd5\\\\x03\\\\xdc`\\\\xec\\\\xabu\\\\x87o\\\\xa1\\\\x84\\\\x05e$\\\\x83\\\\xa9\\\\xd4\\\\x8dz\\\\xbdp\\\\x89\\\\x93\\\\x10*sT\\\\xafH\\\\xb8/\\\\x82]\\\\xc3\\\\xa5\\\\xcf\\\\xf2\\\\xeb\\\\xbd\\\\x8f\\\\xb8i\\\\x16 \\\\xdb\\\\x1bw@Um\\\\x0b\\\\x051\\\\x1f\\\\xdf\\\\xd3@j%\\\\x00C\\\\xd7\\\\x15\\\\x8f2m\\\\xc4-\\\\rZ)\\\\xb3e\\\\xd6,\\\\xb32Y:m\\\\x06H\\\\x82&^5\\\\x0c\\\\xe9U\\\\xb7YV\\\\x1e\\\\xe6\\\\xd8\\\\xe1\\\\x08\\\\xdd\\\\xbd\\\\xa5\\\\xa1\\\\xa3\\\\xc7\\\\xe8>\\\\xc0:\\\\xab\\\\xb8\\\\xb7\\\\xb7\\\\x89rKt\\\\x18*\\\\x90\\\\x94\\\\xc8\\\\xa7\\\\xf7\\\\xd9\\\\xc9\\\\x10\\\\xfe\\\\x8b\\\\x95\\\\xff\\\\x00\\\\xd7W\\\\xff\\\\x00\\\\xcf=d\\\\xff\\\\x00\\\\x99/\\\\xff\\\\x00\\\\xb0q\\\\xdc\\\\xad\\\\xfb\\\\x12\\\\xe5\\\\xf5_\\\\xff\\\\xd3\\\\xe1\\\\x8f\\\\x89\\\\xf2T\\\\xf28\\\\xe9\\\\x8c\\\\xbb\\\\xaa\\\\xba\\\\x84\\\\xdcK\\\\x91\\\\x12\\\\x14\\\\xc9$I\\\\x1a\\\\xe9\\\\x1e_\\\\xb7\\\\xaf1m\\\\x9bH\\\\xc5|\\\\xb2\\\\xc9b\\\\xd2}y\\\\xff\\\\x00\\\\x90\\\\x8f\\\\xb7\\\\x18\\\\x89T\\\\x93\\\\xe4\\\\x13v\\\\xe4\\\\x92H4\\\\xe4\\\\xaf\\\\xde\\\\x1d\\\\xd4\\\\xd3\\\\xb3r\\\\xd9\\\\xee9e\\\\xadeN\\\\xa4A\\\\'RD\\\\x90:n\\\\xdeo\\\\x1dQ4\\\\xc7\\\\xaf\\\\x1c\\\\xd3\\\\xd9\\\\xcb\\\\x14\\\\xd1J\\\\xaa\\\\xb8\\\\x9b\\\\n\\\\x97U{\\\\xbd\\\\xb1\\\\xb4\\\\xe9 m/3\\\\xa7s\\\\xe1\\\\xf4\\\\xea\\\\xe5\\\\x0e>H\\\\x8c\\\\x1a\\\\x8a\\\\xa1\\\\xfdC\\\\xda\\\\xd6\\\\x97j\\\\x0c\\\\xd6\\\\x18\\\\x8b\\\\x0e\\\\x81d\\\\xce\\\\xa3\\\\xf0\\\\xc9&g\\\\xc8jz\\\\xabp\\\\x92\\\\t1\\\\xc0\\\\xd3\\\\xa3f\\\\xa9\\\\\\\\\\\\xc6\\\\x8a\\\\xa1lkl\\\\xba\\\\xcb8\\\\xa4\\\\xb2\\\\xafy@\\\\xa4\\\\x17\\\\x9d\\\\xc5D<\\\\x9e\\\\xfa\\\\x99\\\\x1d\\\\xf4\\\\xea\\\\xc4a)\\\\xea\\\\x00c\\\\xe43Te\\\\x18\\\\xc9\\\\x9a\\\\x86?U\\\\x17\\\\x1b\\\\'%U\\\\x93\\\\x185\\\\xe9\\\\\\\\\\\\xb3S$\\\\x80\\\\x84\\\\x98U$\\\\x893?\\\\xb7\\\\xe8:8\\\\xdb`\\\\xc3,\\\\x95y\\\\xc2F\\\\xb4e\\\\xb6\\\\xeeS/\\\\r\\\\xb2+\\\\xc4\\\\xb4\\\\xfb.=4\\\\xc6\\\\x81\\\\xd8\\\\xed\\\\x0c\\\\xa1\\\\x98\\\\x861\\\\xa4\\\\xff\\\\x00\\\\x87F\\\\\\\\D\\\\x9a\\\\x8e1\\\\tztJ\\\\x99\\\\xf1\\\\xc1R\\\\xf8\\\\x0en\\\\xc6\\\\xba\\\\xd4r\\\\x87\\\\xde]\\\\xaa\\\\xfb\\\\x89\\\\x8d\\\\x84\\\\xb1\\\\x07\\\\xb6\\\\xbau\\\\x9b\\\\xba\\\\xdcKO2\\\\xf8\\\\x85cn\\\\x04dG\\\\xd5C\\\\xe7\\\\xed\\\\xb6\\\\xdc\\\\xa5\\\\xff\\\\x00\\\\xacZ\\\\xd5+om\\\\xc0\\\\rYV\\\\xf1\\\\x0c\\\\xa0\\\\x9d{\\\\x9f\\\\xafJ\\\\x83\\\\x9b\\\\xa7K\\\\x16\\\\xce\\\\x94z\\\\xe2\\\\x8a\\\\xe9q\\\\\\\\?\\\\t:\\\\xb65\\\\xde\\\\xac,{*\\\\x06\\\\ta\\\\xb8\\\\x10#p\\\\xef \\\\x18\\\\xd4\\\\x8e\\\\x88L\\\\x03S_\\\\xb7b\\\\xe3P\\\\xcd\\\\xfd\\\\xa9\\\\xd9\\\\x19\\\\x02}\\\\xecm\\\\xe8\\\\xf7\\\\x7f\\\\x08U \\\\x86$\\\\x98\\\\x8f\\\\xa0\\\\xea\\\\xa4-\\\\x89\\\\x1d2\\\\xc0\\\\x1a\\\\xf4M\\\\xe6s\\\\xfa\\\\xa2X)\\\\x91~>]5\\\\x89R\\\\xa1\\\\x86>\\\\xd2\\\\xe3abA\\\\x12On\\\\xd1\\\\xe5\\\\xd1\\\\x12mz\\\\x0c]\\\\xebL\\\\xc2\\\\x18\\\\xc7Qq\\\\xf6L<\\\\x07\\\\x0c\\\\xf4f\\\\x0b\\\\xb3\\\\x98\\\\xfeU\\\\x10oe\\\\xf5\\\\x85b$\\\\x1d\\\\xa4\\\\xe9\\\\xd8\\\\x8d\\\\x7f\\\\xbb\\\\xa5\\\\x19<\\\\xc6\\\\xa1@[\\\\x9bS>\\\\x99\\\\xab6l\\\\x92\\\\x9b\\\\xb9^\\\\x02\\\\x9a\\\\xff\\\\x00/m%\\\\xf9*\\\\x82\\\\x8d\\\\x97\\\\xa2\\\\xff\\\\x00&\\\\x04\\\\xb8\\\\x0c\\\\x18\\\\xc1*\\\\xa0\\\\x88\\\\x98\\\\xfb:f\\\\xea\\\\xc0\\\\xb6A\\\\x8f\\\\xaa\\\\x98\\\\x81N>\\\\xaa\\\\xc8\\\\x84\\\\x1f\\\\xd4X\"8\\\\xfc\\\\xaa\\\\xd5\\\\x88\\\\x94\\\\x7fR\\\\xaa\\\\x8c{,\"\\\\xbcb\\\\x19\\\\x8e\\\\x83\\\\xf8\\\\xce\\\\xa7o\\\\x90\\\\xf0\\\\xd3\\\\xec\\\\xea\\\\xb0\\\\xde4\\\\x18\\\\x10\\\\xde}\\\\xe8\\\\xc4@v\\\\x1ctVG\\\\xe8\\\\xbf\\\\xc3\\\\xfe9\\\\xf3O\\\\xd4$\\\\xe2\\\\xfeGU\\\\xf9\\\\x9c=\\\\x18\\\\xcde^\\\\xdf\\\\xa7\\\\xdd\\\\xbfh\\\\x15\\\\xab7\\\\x82\\\\x9d\\\\x04\\\\x13\\\\xf5\\\\xeb*\\\\xfd\\\\xebB\\\\xe3\\\\xcc\\\\x96\\\\xfe\\\\xbc\\\\x96\\\\x96\\\\xde\\\\xd9\\\\x96\\\\x01}&\\\\xf8\\\\x0f\\\\xe9_\\\\xe9\\\\x17\\\\r#?\\\\xe2\\\\\\\\uo\\\\x8e\\\\x1f\\\\xd8\\\\xcd\\\\xc5\\\\xa9\\\\xed\\\\xc8\\\\xae\\\\xfd\\\\xc7\\\\xdbr\\\\x18\\\\xf8\\\\x03\\\\xe2 h:~\\\\xcf\\\\xe46\\\\xd0\\\\x1an5^\\\\xa3\\\\x15{\\\\xfcYL\\\\xe0Y\\\\\\\\\\\\x9c\\\\x0f\\\\xc0\\\\xf8L\\\\xda\\\\xdf\\\\'/\\\\x97\\\\r\\\\xc6PBY\\\\xc7R\\\\rv_+\\\\xbd]\\\\xc3\\\\x02PCF\\\\x92t>=:\\\\xdd\\\\x9d\\\\xbc\\\\xc6\\\\xa9^\\\\xf4\\\\x02\\\\xcd\\\\x84\\\\xfaS\\\\x97\\\\x8a\\\\x91`\\\\x86qT\\\\xf3\\\\x81\\\\x83\\\\xf1\\\\xbe\\\\x0e\\\\xd7\\\\xc8\\\\xe2-\\\\\\\\a\\\\x8c}\\\\xd7\\\\xba\\\\xdb=\\\\xc2\\\\x80\\\\xe8\\\\x11K\\\\x10H\\\\x91\\\\xa7\\\\x94\\\\xf8\\\\x88\\\\xe9R\\\\xf9\\\\x1d\\\\xa6\\\\xdez\\\\xacI\\\\x84j\\\\xe7\\\\x17\\\\xe4\\\\x15\\\\xbb{2\\\\x00\\\\xa3w\\\\xaa_\\\\x9d\\\\xf9\\\\xf6.\\\\x16u\\\\x98\\\\x8b\\\\x98\\\\xb8\\\\xe8\\\\xd9\\\\x06\\\\xea\\\\xc8e${\\\\x8cT{hT\\\\x9fN\\\\xb3\\\\x1a\\\\x8f\\\\xb6:\\\\xf0\\\\x1b\\\\xef\\\\x9e\\\\xb8nR\\\\x83*\\\\xf3\\\\xe2\\\\xbc\\\\xbb\\\\xd6\\\\x95\\\\xab1\\\\x0e\\\\x84\\\\xe3|\\\\xce\\\\xe7\\\\xb2\\\\xa1]\\\\xc0%D\\\\xfe\\\\\\\\\\\\xa8\\\\x86R\\\\xc49\\\\xda\\\\x07\\\\x837q\\\\xdat\\\\xf1\\\\x8e\\\\xab\\\\x7f\\\\xee\\\\xefLi\\\\xc4\\\\x8c\\\\x00\\\\xaec.\\\\xb8#6\"*h\\\\x13\\\\'\\\\t\\\\xfa\\\\x901-\\\\xca\\\\xc9\\\\xe6-AmN\\\\x0b\\\\xa9o@6\\\\x85\\\\x1bJ\\\\x97\\\\x80W\\\\xbc\\\\xccG\\\\x97Z\\\\x1f\\\\x1d\\\\xff\\\\x00`\\\\xbbf\\\\xec\\\\xb5\\\\x07\\\\x90\"\\\\x87\\\\x8c\\\\x92\\\\xaeX\\\\x84\\\\x80\\\\xad\\\\x0f\\\\x8a\\\\xd9\\\\xcd\\\\xfe\\\\xad\\\\x8cL\\\\\\\\\\\\xcc\\\\xca\\\\x9a\\\\xa5\\\\x04\\\\x96g$&\\\\xd6d\\\\x85P\\\\xb2,$\\\\x81=\\\\x8c}\\\\xbd\\\\xafn?\\\\xec\\\\x1b\\\\xab\\\\x8f/\\\\xd4\\\\x93\\\\x90\\\\x01\\\\x00\\\\xb1\\\\x08\\\\xb3U\\\\x97>\\\\xf2?\\\\xaaW\\\\xf2\\\\xf5\\\\xe4\\\\xb6\\\\x0eZ=\\\\xd7\\\\xd94\\\\x12\\\\x8c\\\\xc1H\\\\xd0\\\\x07#\\\\xb6\\\\x83\\\\xd2#\\\\xc7\\\\xa9\\\\xf8\\\\xf0w2\\\\xd7*\\\\x8f4\\\\x8b\\\\xf2\\\\xd3MO\\\\xf4\\\\\\\\\\\\xd7\\\\xfa\\\\xab\\\\xf2^s\\\\x9d\\\\xba\\\\x8e+39\\\\x9b\\\\x15Su\\\\xa8tw.\\\\xa2IU\\\\x1a\\\\xc9\\\\xd3\\\\xaf\\\\xa2\\\\xfcn\\\\xca\\\\xc8\\\\x8e\\\\xa0=C3\\\\xd5y\\\\x9d\\\\xed\\\\xdb\\\\x85\\\\x804\\\\xe4\\\\xaa,,|\\\\\\\\L\\\\x8b\\\\x1a\\\\xd2\\\\xa2\\\\xea\\\\x14\\\\xb3\\\\xa9\\\\x10\\\\\\\\1\\\\x02\\\\x04\\\\xce\\\\xd3\\\\xaf\\\\x87n\\\\xb4L\\\\xe5\\\\x13\\\\\\\\B\\\\xc8\\\\x16\\\\xc4\\\\t#5\\\\xbb\\\\xe4\\\\x1ce|\\\\xb2U_\\\\x1dU\\\\x96\\\\xd7z\\\\x85`\\\\xcawz\\\\x08=\\\\x86\\\\xa4N\\\\x9a\\\\x13\\\\x1d&\\\\xf8;\\\\x88zr\\\\xfe\\\\xd5\\\\xc8\\\\xbc\\\\xc5rB8\\\\xef\\\\x85\\\\xf2\\\\x8b\\\\x87^FG\\\\x19\\\\x975\\\\xb4\\\\x96J\\\\xd8\\\\xeefb\\\\x14\\\\x90@\\\\x8f\\\\xa7\\\\x8e\\\\x9auwm\\\\x19\\\\x08z\\\\xb1\\\\xe35Z[yr,\\\\x89\\\\xaf\\\\xc4\\\\xb9\\\\x8e,\\\\xdf\\\\x95\\\\x91\\\\xc4\\\\xf2\\\\x14%\\\\xa8\\\\xadK\\\\x8c{\\\\x08\\\\xf6\\\\xa4\\\\xeebD/~\\\\xdf\\\\xe3\\\\xd4\\\\xc8\\\\x88\\\\xd3\\\\x07\\\\xfatM\\\\xff\\\\x00\\\\x1c\\\\x81\\\\x81t\\\\x8f\\\\xf2L\\\\x0c\\\\xc5\\\\xae\\\\xea*\\\\x13]\\\\x9b\\\\r\\\\xe3T;\\\\xa3D*{\\\\xc8\\\\xed\\\\'I\\\\xed\\\\xd5\\\\r\\\\xdd\\\\xa9\\\\xca\\\\xd9\\\\x88\\\\xa2G\\\\xb65:J|\\\\x03\\\\x8d}^\\\\xe0\\\\x0e\\\\x8ev\\\\xecB$X\\\\x06\\\\xedu\\\\x9d\\\\x18F\\\\x9a\\\\xe9\\\\x12:\\\\xc7\\\\xdb\\\\xd8\\\\x10\\\\x93N\\\\x8fN;\\\\xd4\\\\xcc\\\\xbe\\\\x07\\\\x05q\\\\xe1q\\\\xe3;\\\\x02\\\\xba\\\\x92\\\\x03\\\\xd5\\\\x04(%\\\\xa4\\\\x8e\\\\xe0\\\\xc3v\\\\xebv\\\\xcc\\\\x01\\\\x1a\\\\x88\\\\xa8I\\\\x83\\\\xe91\\\\xc4\\\\x14\\\\xb5\\\\xcap\\\\xb6\\\\xe3\\\\\\\\^\\\\xe3Zc\\\\xff\\\\x001\\\\x9c\"\\\\x8d\\\\xac\\\\xc0H\\\\x90\\\\x0ch{I\\\\xd7\\\\xef=*D\\\\x02\\\\\\\\$\\\\x0b^\\\\xa7t\\\\x8f\\\\xc8g\\\\xf1\\\\xe2\\\\xc3n1Z\\\\xca\\\\xd5\\\\xb0\\\\x9d\\\\xa6mY\\\\x12X\\\\x90B\\\\x924>\\\\x1au\\\\x89wq\\\\xaeD\\\\x82\\\\x08\\\\xe4\\\\xcc\\\\xf5\\\\x1d)EcCq\\\\xc6ho\\\\x1b\\\\x97H_b\\\\xd4cU\\\\xc43\\\\x17\\\\x04\\\\x82\\\\x1b\\\\xd4t\\\\x00@\\\\xfa\\\\x01=\\\\xba\\\\xcd\\\\xdc\\\\x02k\\\\x1c\\\\xba\\\\xa6\\\\xc2 \\\\x16\"\\\\xaa\\\\xe8\\\\xe3j\\\\xfc\\\\xae\\\\x1e5x\\\\x8b\\\\xb0\\\\xec/K/\\\\xa9]\\\\x98\\\\x0e\\\\xc6Om?l\\\\xf5w\\\\xe2/\\\\x9d>\\\\x97\\\\'\\\\xaf<\\\\xfb\\\\x95\\\\x99\\\\xc5\\\\x81Iy\\\\\\\\\\\\x92\\\\xd9\\\\xcbd\\\\xff\\\\x00PW\\\\xa2\\\\xa7\\\\xdd\\\\xedC\\\\x90V\\\\xef\\\\t\\\\x8d\\\\x0f\\\\xd2#\\\\xee\\\\xeb_k\\\\xf22\\\\xbbsI\\\\r\\\\xf5X\\\\xf7\\\\xa1\\\\x18\\\\x87C\\\\xf19S\\\\x8f\\\\x95G\\\\xa1]\\\\x92\\\\x16\\\\xd7q\\\\xbaJ4)P\\\\x04\\\\r\\\\x06\\\\x9a\\\\xc7\\\\xdb\\\\xafZ\\\\xd0wUL\\\\x884\\\\xe3\\\\x8ei\\\\x979O/\\\\x8dU\\\\x8eF3\\\\xab\\\\x07K\\\\x16\\\\xb0C\\\\x0e\\\\xe0\\\\t$\\\\x13\\\\xaf\\\\xf9\\\\x19\\\\xd7\\\\xa6\\\\xea\\\\x12M\\\\x9c\\\\x8c\\\\xa2\\\\xf2J\\\\\\\\\\\\x96\\\\x11\\\\xa3bdM\\\\xf9\\\\x16XO\\\\xb5#h\\\\x98\\\\xdb*5\\\\x02u\\\\x1a\\\\xf6\\\\xf3\\\\xea\\\\x9c\\\\xe7\\\\x12\\\\xc3\\\\x07+\\\\x80\\\\xc5\\\\xc2\\\\xfd\\\\x82\\\\x97\\\\xe3\\\\x1b\\\\xd6\\\\xd6\\\\x8c\\\\x863^9@\\\\xc5\\\\xd7]\\\\xd2@=\\\\x84\\\\xc4x\\\\xfe\\\\xea\\\\xd3\\\\xbbr\\\\xd1&A\\\\xe3\\\\xc3\\\\xf9T&F1\\\\xa0\\\\x18\\\\xe7\\\\xc7j\\\\xf3\\\\x9ck\\\\x1e\\\\x8c\\\\x0b\\\\xec\\\\x0e\\\\xb8\\\\xe3pd\\\\xb1\\\\x85\\\\xa4\\\\xb0\\\\x1a\\\\x95RI\\\\x90\\\\x04\\\\xcc\\\\xf5\\\\x83\\\\xb8\\\\x1a\\\\xa1\\\\x19\\\\x07\\\\xa8\\\\xcc\\\\xf5Z$0\\\\x04\\\\xe4\\\\xab\\\\xa98\\\\xecok\\\\x05\\\\x90#\\\\xf9l\\\\x1aH\\\\x9d\\\\xa2\\\\x08\\\\xf2\\\\x99#N\\\\xbb\\\\xf6\\\\xa2\\\\xa0\\\\xcdWV\\\\x1e\\\\x16~Bq\\\\x82\\\\x91b:\\\\x04\\\\xf7*\\\\xa9D\\\\xbe\\\\xa7i\\\\xdc\\\\xa0\\\\x083\\\\xa8\\\\x93\\\\xd8t\\\\xa8\\\\x93\\\\x18\\\\xca/Fz\\\\x1e\\\\xad^\\\\x1f\\\\xb8\\\\xab\\\\xf1\\\\x94\\\\xb4\\\\xb8H\\\\x99\\\\xb6o\\\\xb8\\\\x1bk\\\\xf7\\\\x907\\\\xac\\\\t\\\\x92\\\\xcd$\\\\x11\\\\x07\\\\xc0\\\\x81\\\\xaf\\\\x87Gh4iB\\\\xb3\\\\xeeL\\\\x899V\\\\xf7\\\\xe9\\\\xaa\\\\xfbX\\\\xdc\\\\x83\\\\xae\\\\x15{\\\\x9e\\\\x16\\\\xcc\\\\xe3,\\\\xaa#\\\\xf0\\\\x99\\\\xf4\\\\x8d5&>\\\\x9a\\\\xf56b.]\\\\x01\\\\xaa\\\\x0e?n_usjL\\\\x03\\\\x0e\\\\\\\\\\\\x14\\\\xdb\\\\xf2\\\\xac:\\\\xee\\\\xa0\\\\xdf\\\\xf9\\\\xb5\\\\xb3-\\\\x16W\\\\x1dT\\\\xc5ujw\\\\x925\\\\x00\\\\xeb\\\\xda|\\\\xcf\\\\x9fZW\\\\xc4`\\\\t$\\\\xbc~\\\\x9c\\\\xe9\\\\x8aN\\\\xee\\\\xb2o\\\\xee\\\\x8a\\\\xb3\\\\xab#\\\\xd9\\\\xe3\\\\x97\\\\xde\\\\x05\\\\xae\\\\xf7\\\\x9cR\\\\xe4\\\\x82@\\\\x13\\\\nJ\\\\xe9\\\\x1d\\\\xa4\\\\x7f\\\\xc7\\\\xaa[\\\\x93\\\\x13\\\\xb7\\\\x06\\\\xc9`\\\\xf5\\\\xc8\\\\xb5i\\\\xc70\\\\xabZ&3\\\\xf5\\\\x8a\\\\x9c*\\\\xa3\\\\x7fY\\\\xcf\\\\xff\\\\x00\\\\xc9\\\\xaf\\\\xff\\\\x00\\\\x10\\\\xff\\\\x00\\\\xf2}g\\\\xfb\\\\x9d|\\\\xbf\\\\x95cI\\\\xe0\\\\xaf\\\\xff\\\\xd4\\\\xf9\\\\xc9\\\\xf1\\\\x9eF\\\\xfe76\\\\x9b=\\\\xaa\\\\xacG\\\\xdc\\\\xb6&\\\\xaa\\\\xd6\\\\x8b\\\\x00\\\\x92u;cM\\\\x7f\\\\xc3\\\\xaf0`A~k\\\\xe4&\\\\xe6\\\\x93G\\\\xe3%g\\\\xf2\\\\xf8\\\\xed\\\\x99\\\\x81\\\\x95e\\\\x95J\\\\xb5j\\\\xe1`j\"\\\\x14\\\\x82\\\\xdb\\\\xb4\\\\x91\\\\x1f\\\\xbeza\\\\xa8O\\\\xbeuGS*\\\\x84V\\\\xaa\\\\xeal\\\\xb1M\\\\x81\\\\xb6\\\\xadD\\\\xcc\\\\xcfx\\\\x02G\\\\x7f\\\\xafK\\\\xb2\\\\xdaX\\\\x97TI,\\\\xc0#\\\\\\\\~a\\\\xc3\\\\xc8\\\\xa6\\\\xd6Qu\\\\xa9dR\\\\xbbWf\\\\x80\\\\xe8\\\\x07\\\\xdb\\\\x11\\\\x1d0\\\\xce1\\\\x8fR\\\\x91P\\\\\\\\eZ\\\\xab\\\\x1f\\\\x97\\\\xc8\\\\xaf#\\\\x06\\\\x95\\\\xc8\\\\x81e\\\\xc09o-\\\\x04\\\\xd6\\\\xb6@\\\\x90\\\\x0c\\\\xc7\\\\xd4\\\\xf5\\\\xd3<\\\\x95\\\\xab\\\\xf2\\\\xd4=X\\\\x14\\\\x95\\\\x8c\\\\xf5\\\\xfb\\\\xb6\\\\x12J\\\\xc9\\\\xfeYi\\\\x84]L\\\\xe8\\\\x0e\\\\xa0\\\\x81?N\\\\xa1\\\\xd6{\\\\x05d|?\\\\x96\\\\xce\\\\xfc\\\\xcd\\\\xd8Wo8v\\\\xec\\\\x15+\\\\xc3\\\\x10\\\\xad\\\\x00\\\\x98\\\\x95\\\\x90D\\\\xeaz\\\\x8a\\\\xear\\\\xac\\\\xed\\\\xae\\\\x90z\\\\x14\\\\xf9\\\\xc9p\\\\xb4\\\\\\\\\\\\xb7]j\\\\x96\\\\xb3\\\\x1c\\\\xd7\\\\xed\\\\xd4I\\\\xf5m\\\\xd5H$\\\\x08 \\\\x90`\\\\xf52\\\\rUf\\\\xfd\\\\x91\"\\\\xe0 \\\\x94p\\\\xd9\\\\xbc\\\\xae[P+\\\\xae\\\\xc6gSI%PN\\\\xd9;\\\\x89\\\\x12t\\\\xd7\\\\xb8\\\\x8e\\\\x86\\\\xd1y\\\\x17U=\\\\xa9;\\\\x13E\\\\xa8\\\\xddO\\\\x1fe\\\\x9cr\\\\xd4\\\\xc9i\\\\xb4\\\\xb6Ejw\\\\x82Lo\\\\x88:\\\\xb0\\\\'\\\\xcb\\\\xa9z\\\\xb2df!\\\\x16lRo,\\\\xebNe\\\\xa6\\\\xb2\\\\xcfU\\\\xae\\\\xbb\\\\xec\\\\xb2\\\\x14&\\\\xed\\\\xb0d\\\\xc8\\\\x80d\\\\x11\\\\xe1\\\\xf6\\\\xeb\\\\xd0\\\\xe0\\\\xab\\\\x02\\\\\\\\\\\\xd7<\\\\xe8\\\\xacO\\\\x8a\\\\xe0Y\\\\x8e\\\\xd1\\\\x96\\\\xe9uV\\\\xd7\\\\xba\\\\xba\\\\x91\\\\xc8Z\\\\xda\\\\t*\\\\xe5X\\\\x02G\\\\x8bG\\\\x8fM\\\\xb6;\\\\xd6\\\\x86\\\\xdaDH\\\\xe6\\\\xa0\\\\xfc\\\\xe3\\\\xe4\\\\xd4\\\\xd3NN. \\\\x0fxJ\\\\xceC\\\\x92\\\\x06\\\\xd5$yjd\\\\x8d{u_uz\\\\xbac\\\\x8b\\\\'_\\\\xbaF\\\\n\\\\x86\\\\xb7:\\\\xcf~\\\\xb6\\\\xb5\\\\x89\\\\t;\\\\x98/e \\\\xe9-\\\\xe2\\\\xb3\\\\x00yy\\\\xf4\\\\x16\\\\xa6b\\\\x07\\\\x9f\\\\xdd(N\\\\xac\\\\x0f\\\\xf4\\\\xbfr\\\\x18\\\\xaf\\\\xc9\\\\xd7U\\\\xf4S\\\\xbd\\\\x80>\\\\xd0F\\\\xda!\\\\x9fP\\\\'C\\\\xf5\\\\xea\\\\xd0\\\\x99\\\\x96\\\\t\\\\xe0\\\\x02\\\\xc8\"\\\\xf06\\\\xaeF\\\\xeb\\\\x8f\\\\xb6j\\\\x96\\\\xb1\\\\xd9K\\\\x00A\\\\x12@1:I\\\\xef\\\\xd1F\\\\x9d\\\\x13mf\\\\x0f\\\\x1f\\\\x95]\\\\xf2X\\\\xe7\\\\xdd\\\\xba\\\\xc6\\\\xb6Hr\\\\xa1\\\\x9f\\\\xc4x\\\\x12~\\\\xbe:\\\\xf4V\\\\xe4\\\\xea\\\\xfd\\\\x99\\\\x81\\\\xe9\\\\x18!\\\\xff\\\\x00\\\\x975P\\\\xd6\\\\xec)\\\\xdc\\\\x82`\\\\x90\\\\x1b\\\\xb8\\\\x8e\\\\xe6Gh\\\\xe9\\\\xae\\\\xe7\\\\xa2\\\\xb1\\\\xa9\\\\xcb%\\\\x9b\\\\xeb\\\\xddk\\\\x05S\\\\xb6\\\\xb0%\\\\xdb\\\\xb1\\\\x04\\\\xf8\\\\x13\\\\xdf\\\\xf6uv2a\\\\xda\\\\xb4!&\\\\x1d\\\\xabM\\\\xd8\\\\xc2\\\\x9fS\\\\xa8\\\\xb0\\\\xb0\\\\xf4\\\\x80\"\\\\t\\\\x06\\\\x07\\\\xd7\\\\xa2\\\\x8d\\\\xc3*`\\\\x8e\\\\x175aD-\\\\xad+hP\\\\x84m\\\\xf5\\\\x0b\\\\x0e\\\\xd8?\\\\xb0\\\\xf9\\\\xf6\\\\xd3\\\\xab\".\\\\x15\\\\xa1\\\\x0fK\\\\xbfr5\\\\x86=\\\\xfaX6\\\\xd5\\\\x08#l\\\\x1e\\\\xd3&u\\\\xd7\\\\xb7~\\\\xff\\\\x00N\\\\xaa\\\\xdd\\\\xf4\\\\xca\\\\x8a\\\\x9d\\\\xc1\\\\xa6TCr\\\\xab\\\\xaa\\\\x87\\\\xd1\\\\xa4D\\\\xa90O\\\\xd6t\\\\xf1=>\\\\xdc\\\\xa50\\\\xacY2\\\\x98Bo\\\\xcc\\\\xbe\\\\xdfs\\\\xd9S;\\\\x99\"\\\\x06\\\\xd2\\\\x14\\\\xe9\\\\xa9\\\\xd3\\\\xcb\\\\xb7\\\\x86\\\\xbd>0\\\\x01h[\\\\xdb\\\\xc2,\\\\xfd\\\\xaa\\\\t\\\\xa2\\\\xdb\\\\xecCs\\\\x12\\\\xe8I\\\\xb5\\\\\\\\J\\\\xaf\\\\xa7]\\\\xa3\\\\xb1\\\\x00\\\\xfd\\\\xe2c\\\\xc3\\\\xa2e`N0\\\\x8d8\\\\xe3\\\\xec\\\\xb1\\\\xb5\\\\x18\\\\xddb\\\\x8a\\\\xd2\\\\xc0\\\\xec\\\\rpuf#l\\\\x1d|D\\\\xeb\\\\x1dJ(\\\\x9fK\\\\xf0\\\\x117\\\\xc7\\\\xaa\\\\xfaR\\\\xe1\\\\xbft\\\\x02T\\\\x80F\\\\x82@i\\\\xfcQ\\\\xa4\\\\x83\\\\x13\\\\xa7C\\\\xaa\\\\xacU1~P\\\\x91\\\\x8f\\\\x1f\\\\xc2\\\\x84S\\\\x111\\\\xee\"\\\\xd0\\\\xda\\\\x87{D\\\\x10\\\\x18\\\\xccm:\\\\x08\\\\xd4\\\\x8f\\\\xbc\\\\xf5*\\\\xc6\\\\xab\\\\x86b\\\\x94\\\\xe3\\\\x14-\\\\x1b\\\\xf2\\\\xf6MHU\\\\xabc\\\\xa5\\\\x85b#\\\\xfbk\\\\xf7\\\\x0e\\\\xa1Z#Pb\\\\xa7\\\\xe1\\\\xde\\\\xd4\\\\x9a\\\\xd2\\\\xd7\\\\x01I\\\\x0bX:\\\\x9f\\\\x18\\\\x06&$\\\\x9f\\\\xed\\\\xa7R\\\\xce\\\\x15{\\\\xf6\\\\xb5\\\\n\\\\n\\\\xa9\\\\x19\\\\xc40\\\\xac\\\\x19\\\\x00\\\\x9fpXI\\\\x89\\\\x10;\\\\x1f)\\\\xe8G$\\\\xbd\\\\xb8e\\\\x12\\\\x97\\\\xf6K,\\\\x1dT\\\\xa0R|{\\\\xf8\\\\xc7n\\\\xa56\\\\xe4]H\\\\xa9\\\\xf7;9\\\\x1b\\\\xb6\\\\xa9!H\\\\xf1\\\\x8d\\\\x07y\\\\xed\\\\xd4\\\\x9c\\\\x12\\\\xe6\\\\x1a,\\\\xba\\\\x97\\\\xf4c6\\\\xcb\\\\xf1\\\\x9b\\\\x08\\\\x8d\\\\xa4\\\\xff\\\\x00\\\\xca\\\\xb3\\\\xc42\\\\x9dc\\\\xbfq\\\\xa6\\\\xbdy\\\\x8f\\\\x93\\\\xb2=\\\\xcdB\\\\x87\\\\x0f\\\\xb8^s\\\\x7foIp\\\\xbaJ\\\\x96\\\\xb1\\\\xaa\\\\xac\\\\x0bP\\\\xbd 0H\\\\xee7j\\\\xc4\\\\x18\\\\xef\\\\xd5H\\\\x00GP\\\\xb1\\\\xeeP\\\\xa3\\\\x986\\\\xa6H5\\\\x97\\\\xafl\\\\xfa\\\\xee\\\\x1aN\\\\xbf\\\\xbe?wS\\\\x0bQ\\\\xc0\\\\xa5\\\\x9fR\\\\xdd\\\\xc8\\\\xf0\\\\xf4\\\\xb0\\\\xab\"\\\\xa2^\\\\xb4\\\\x0bZ\\\\xd7\\\\\\\\I\\\\xfb;Gr\\\\x7f\\\\xcb\\\\xa1\\\\xb9n\\\\x11\\\\xc5$\\\\xc4\\\\xa5\\\\x9c\\\\xc7\\\\xaa\\\\xbaS\\\\xd8_pS%\\\\xad;tQ&\\\\x07\\\\x8c\\\\x88\\\\xea!(\\\\x88\\\\xd1*q!*\\\\xd7\\\\x9dG\\\\xbf\\\\xb4\\\\x93\\\\xed\\\\xd93[6\\\\x85\\\\x81\\\\x83\\\\xbe;\\\\x8d\\\\x06\\\\x87\\\\xa7BO\\\\x8aC\\\\x88\\\\x91\\\\x90E\\\\xf2\\\\x97\\\\x07 5\\\\x9bM\\\\xb6\\\\x9dig=\\\\xc8\\\\xd66F\\\\x9eb\\\\x0c\\\\xf8\\\\xf4\\\\xd8\\\\x98\\\\x9a\\\\x85bB$>iw\\\\x94\\\\xe5\\\\x17\\\\x1dEUcH\\\\xa4\\\\x9d\\\\x94\\\\xae\\\\xa2\\\\x07\\\\xe1\\\\x8d&D\\\\xb3e\\\\xee\\\\xfc*\\\\xbb\\\\x04jV\\\\x0f\\\\x91\\\\xed\\\\xd4\\\\x10%Bp\\\\xf3B#\\\\xc8\\\\xf9%\\\\xeeDa\\\\xe2\\\\xe5c\\\\xe48~:\\\\xb4\\\\xb2\\\\xba\\\\xeb\\\\xc6.Bb\\\\x06\\\\x9f\\\\x162w\\\\x92A\\\\x9d:\\\\xc4\\\\xf9\\\\x98D\\\\xc5\\\\xd8\\\\xf4\\\\xe7\\\\x1f\\\\xcfU~\\\\xc0&A[\\\\xfc*\\\\xdb\\\\x8bmd-a\\\\xad\\\\xb2\\\\x15T\\\\xb3\\\\xa0\\\\x93\\\\xf8Y\\\\xa0\\\\x12\\\\'\\\\xf6\\\\x1e\\\\xa9m\\\\xa4`\\\\xcd\\\\x9f\\\\x0c\\\\xaf;\\\\x87N\\\\x81\\\\x98\\\\x95\\\\xad\\\\xec\\\\x1e\\\\xd2\\\\x8d\\\\xd4~ \\\\xa9\\\\xbaU\\\\x96O\\\\xa4x\\\\xb4\\\\xf5za\\\\xdbW\\\\xf4\\\\x85\\\\xde\\\\xa1 |\\\\xf6\\\\xb7\\\\x18\\\\x86\\\\xdfl:\\\\xb8\\\\xdb`\\\\x1e\\\\n\\\\xde\\\\x9d\\\\x7f\\\\x864\\\\xd6?\\\\xe3\\\\xd3l\\\\xe98\\\\x82\\\\xb3\\\\xf7\\\\x00\\\\xc5\\\\xc8\\\\xcf\\\\xa2\\\\xe7\\\\xcc\\\\xea\\\\xb2\\\\xa3!\\\\x05\\\\x96\\\\xd61+\\\\x05\\\\xe9\\\\x9e\\\\xf4\\\\xabB\\\\xed*$\\\\x88#X$\\\\x8e\\\\x98\\\\xd3\\\\xa8\\\\x05\\\\xcck\\\\xdc\\\\xa9KA\\\\xc6\\\\x8e\\\\x856u5X\\\\x15\\\\xb7UQ\\\\xda\\\\x95 \\\\x92\\\\x15\\\\xb7F\\\\xedbD\\\\xe91\\\\xd4\\\\xeb4\\\\xcb\\\\x8f\\\\xba\\\\x89\\\\x00\\\\\\\\eU\\\\x15\\\\xb2\\\\x13*\\\\xd1SZj\\\\xf6\\\\x94\\\\x04\\\\xad\\\\x9d\\\\x9c,v\\\\x00\\\\xea`\\\\xed\\\\xe8\\\\xc1\\\\x12\\\\xe8\\\\x92`\\\\\\\\rR\\\\xb1\\\\x07\\\\xe5\\\\xda\\\\x8b\\\\xd4\\\\x96\\\\xde\\\\te\\\\'\\\\xc66\\\\xb7m\\\\x07\\\\x88\\\\xec:\\\\xa5\\\\xbe\\\\xb5\\\\xe9\\\\x15\\\\xa15<\\\\xb8\\\\xc1L\\\\x1d\\\\xcd0\\\\xc1\\\\x1c\\\\xf9\\\\x0e\\\\x06K\\\\xd3\\\\x8fu\\\\x18\\\\xc4\\\\xe3\\\\xd3\\\\xad\\\\xa3Y\\\\x07\\\\xc2Op OY\\\\xd0\\\\xb3\\\\xed\\\\x17\\\\xc3\\\\xb1\\\\xcd\\\\x15\\\\xbb\\\\xe3P\\\\x04 u\\\\xf1\\\\x99\\\\xb9h\\\\x85S\\\\xdbj\\\\xddP[\\\\xf8I>CA\\\\xfbz\\\\xb3r\\\\xed\\\\xb2\\\\xc1\\\\x9c\\\\x9a\\\\x028\\\\xf1U\\\\xad\\\\xdb\\\\x97&G\\\\xf1\\\\xbe8\\\\xefs\\\\xbf\"\\\\x80UHO\\\\xe6#L\\\\x92\\\\x0e\\\\x92\\\\x16d\\\\x18\\\\xfb>\\\\xce\\\\x92\\\\x04\\\\x89i\\\\n\\\\x02\\\\xc4\\\\x8e\\\\xbfVV\\\\xc4\\\\x08=\\\\xc8\\\\xfe\\\\x0b\\\\xd5\\\\x83m\\\\xb6R\\\\x88}\\\\xa5\\\\xd9m\\\\xe4\\\\x00\\\\xb5m\\\\x1eQ\\\\xb7\\\\xd4\\\\x04\\\\t\\\\x13\\\\xd5!\\\\xb9\\\\x16\\\\xae\\\\x19\\\\x01\\\\xa9\\\\xa9\\\\x9fwr}\\\\xbb \\\\n\\\\xd1\\\\xf8\\\\xf1C\\\\xf29\\\\xfe?\\\\x1d\\\\xdbu\\\\xbe\\\\xe22\\\\r\\\\xd5V\\\\x06\\\\xc0\\\\xf0 \\\\xb1\\\\xd0\\\\x92\\\\xa7\\\\xb0\\\\xf3\\\\xf1=\\\\r\\\\xc9Nc\\\\xd2\\\\xd5\\\\xcb\\\\x86\\\\xfcwb\\\\xc8]\\\\x00\\\\xd3\\\\x8f\\\\xaa[\\\\xcd\\\\xf9>~YZ\\\\xa8\\\\xb4\\\\x8c$\\\\n\\\\rQ$\\\\x8dI\\\\x98\\\\x8f\\\\xc3\\\\xe2:\\\\xe8\\\\xda\\\\x96\\\\x96\\\\x99$\\\\xf0\\\\xca\\\\x04u\\\\x1a\\\\x85\\\\x8f\\\\x1f\\\\x8f\\\\xcarY\\\\x98\\\\xd5\\\\xe2\\\\xd7e\\\\xf7\\\\xe4]]\\\\x15(\\\\x92K;\\\\x05X\\\\x99\\\\xf1\\\\xe9s\\\\x10\\\\x88ev\\\\x10\\\\x04\\\\xaf\\\\xb5\\\\xbf\\\\xa1\\\\xdf\\\\xa1\\\\x9cW\\\\x1f\\\\xfaG\\\\xc6e2\\\\xbe\\\\x07\\\\xc8\\\\x98\\\\xa9\\\\xe4\\\\xf9&\\\\n\\\\xfb\\\\x89\\\\x92Xx\\\\xa2W\\\\xba$jft\\\\xe9\\\\xb76\\\\x967\\\\x1b0d\\\\x1aF\\\\x8e;V\\\\x95\\\\xabr\\\\xb5X\\\\xfe\\\\xa0\\\\xfdx\\\\tW\\\\x9b\\\\xe6~C\\\\xf1^N\\\\xcc;\\\\xf2\\\\x13%iuZ266\\\\xd2\\\\xa1\\\\xf6\\\\x13\\\\x1d\\\\x8fb@\\\\xf1\\\\x99\\\\xed\\\\xa7_/\\\\xf9C{ex\\\\xc5\\\\xb5\\\\x0eu\\\\xe3\\\\x8e\\\\xe5\\\\xbf\\\\xb5\\\\x10\\\\xb9\\\\x10p\\\\xe9\\\\xcf\\\\xb1m\\\\xca\\\\xfd\\\\\\\\\\\\xe6\\\\xaf\\\\xc1Z\\\\xae\\\\xc8t\\\\xca\\\\xc7\\\\x03e)\\\\xb8\\\\xec\\\\xd8}\"\\\\x1a&H\\\\x92A\\\\xfa}z\\\\xca\\\\xbb\\\\xf2wgQ\\\\xfc+\\\\xb1\\\\xdb\\\\xb5\\\\\\\\\\\\xf7\\\\xb2\\\\xaf\\\\xb9_\\\\xd4_\\\\x94\\\\xe5\\\\x0c\\\\x8cl\\\\xdeR\\\\xcc\\\\xb4\\\\xb9\\\\xc0\\\\xbf\\\\xf8Xm\\\\x10\\\\x01\\\\xb3BGo\\\\x0e\\\\x91\\\\xae\\\\xe5\\\\xd8\\\\xb1\\\\x91c\\\\\\\\\\\\xbf\\\\x1fu\\\\xc60\\\\x8c\\\\xa80H\\\\x17\\\\xf3Y\\\\x16:d\\\\xb6M\\\\x969X\\\\xfeai\\\\xf2\\\\x81\\\\xe0A\\\\xed\\\\x03\\\\xbfE\\\\x1d\\\\xb0\\\\xc1\\\\x90\\\\xca\\\\xf9\\\\x14\\\\nNW\\\\xcay\\\\x9b\\\\xb0S\\\\x11\\\\xf9+m\\\\xc4\\\\x16n\\\\x15\\\\xd8e\\\\x94\\\\xaa\\\\xc0Pth\\\\xd2c_\\\\xafD,\\\\x82X\\\\xe4\\\\x88\\\\xdc,H\\\\x08P\\\\xcfwF\\\\xdfk#2\\\\x91S\\\\xab\\\\x18\\\\x86:\\\\x90\\\\xad=\\\\x1f\\\\xb4\\\\x06I\\\\x06\\\\xe4\\\\x9e\\\\x84\\\\xa9\\\\xd8\\\\xb4d\\\\xf37\\\\xa5%\\\\x9a\\\\xc7\\\\xf6\\\\xf7;9,J\\\\xae\\\\xa0\\\\x0f\\\\xa0\\\\xd0\\\\x9e\\\\xael6F\\\\xfd\\\\xcd\"\\\\x89W\\\\xf7\\\\x0c*\\\\xac\\\\x7f\\\\x8f|/\\\\x9a\\\\xbb3\\\\x8d\\\\xc4\\\\xe3\\\\xd5n\\\\xcc\\\\xc9pN;1U\\\\xac4\\\\xb7\\\\xf3\\\\x19\\\\xa0m\\\\xec\\\\x06\\\\xb3=\\\\xfe\\\\xbe\\\\xe7\\\\xe2\\\\xfe2\\\\xed\\\\xa9F0\\\\xa98\\\\xd6\\\\x83\\\\xc5f\\\\\\\\\\\\xb9\\\\x19\\\\x02M\\\\x03&N\\\\x13\\\\xf4\\\\x0b\\\\x98\\\\xf9\\\\xff\\\\x003\\\\xc8r\\\\x871\\\\xf18\\\\xbc+\\\\x88\\\\xcb5\\\\xb2\\\\xd9j\\\\xaa\\\\x92+\\\\xf6\\\\xa5\\\\xbd[\\\\xa0\\\\x81\\\\x12Lu\\\\xed6LC\\\\x893b\\\\xa9Klf_\\\\x10\\\\xad_\\\\x85\\\\xff\\\\x00\\\\xb4O\\\\x83\\\\xe3\\\\xbf\\\\xe7~@\\\\xf9W\\\\x9b\\\\x05G\\\\x11\\\\xb2\\\\x08\\\\xf6\\\\x9a\\\\te\\\\xf4\\\\xabv\\\\xfa\\\\xcc\\\\x89\\\\xfb\\\\xfa\\\\xb3vV\\\\xa2\\\\xc1\\\\xc9\\\\xea\\\\xa2\\\\xc6\\\\xc2 \\\\xfa\\\\xb0WO\\\\x1f\\\\xfaC\\\\xf0n\\\\x1b\\\\xf28\\\\x89\\\\xf1\\\\xac\\\\x1c\\\\x1e\\\\\\\\\\\\xbbX\\\\xd9\\\\x18\\\\xf4\\\\x1bQY\\\\x12\\\\x08\\\\xdaD\\\\x10d\\\\x10I\\\\x04\\\\x99\\\\x13\\\\xd1F\\\\xfcF\\\\xa0!Eo\\\\xfcX\\\\x86\\\\x07\\\\x14\\\\xc5\\\\xc9\\\\xfcC\\\\x13\\\\x89\\\\xa8\\\\xd7\\\\xc3\\\\xe3\\\\xe3\\\\xe3\\\\xe6\\\\xd9`\\\\x01\\\\x96\\\\xa4*\\\\xe4\\\\x0fCYS\\\\x7f\\\\xa5f\\\\x001\\\\xfe.\\\\x1f$cI\\\\x0c8\\\\xc3\\\\xaeIr\\\\xdb?\\\\xebU\\\\xbb\\\\x8c\\\\xe0x\\\\xee2\\\\x85\\\\xcc\\\\xe5rW+\\\\xdaP\\\\xed\\\\x8d\\\\x94\\\\x8ah\\\\xb8\\\\x85c\\\\x0fI\\\\x10F\\\\xe2Dx\\\\xf7\\\\xea\\\\xb9\\\\xf9a04\\\\xf3N\\\\x8e\\\\xd21br\\\\xf0\\\\\\\\O\\\\xfa\\\\xa9\\\\xfe\\\\xdc+\\\\xe4\\\\xb9.C\\\\x9b\\\\xe1H\\\\xc1\\\\xc8\\\\xb06e\\\\xbc\\\\x7f\\\\xb5\\\\xb2\\\\x93\\\\xbc\\\\x96e\\\\xad@\\\\x85Q\\\\x04\\\\xcfn\\\\xfe\\\\x1dX\\\\x9c\\\\\\\\\\\\xeb\\\\x1f\\\\xabU\\\\xf1u\\\\x93wj%\\\\x88bW\\\\x15\\\\xfc\\\\x9f\\\\xf4\\\\x9f\\\\xe4\\\\\\\\\\\\x16`\\\\xc6\\\\xe4x\\\\x8c\\\\x8aY\\\\x1c\\\\x1b]F\\\\xea\\\\xe5\\\\x9aLX\\\\xa0\\\\x8dc\\\\xb4\\\\xf6=g\\\\xeem`\\\\x08.:\\\\xe6\\\\xa9\\\\xdc\\\\xdbH\\\\x12G\\\\xd1{\\\\x81S\\\\xe3W]L+Q\\\\\\\\3\\\\x8d\\\\xd2\\\\x17v\\\\xbf\\\\x88\\\\x13$v \\\\x8e\\\\x9f\\\\xb5&\\\\xdb\\\\xcaD1\\\\x18*\\\\xfa4b\\\\x88g\\\\xd5\\\\x87\\\\x99\\\\xc5\\\\xdd\\\\x8dBWq\\\\xbd\\\\x0c\\\\xda\\\\x01 \\\\x82\\\\x0e\\\\xd2\\\\xc25\\\\x91\\\\xa7\\\\xec\\\\xea\\\\xe4\\\\xb4\\\\xdd\\\\x85\\\\x12.i!\\\\xa2\\\\xb9\\\\xdf\\\\x98\\\\xe0n\\\\xc4\\\\xb2\\\\xd4\\\\xb5+p\\\\\\\\1\\\\x00N\\\\xd4\\\\x90\\\\x14\\\\x96\\\\x80&\\\\x07\\\\x81\\\\x90z\\\\xf1{\\\\x9br\\\\xdb\\\\\\\\1?u#T\\\\x85s\\\\x1d\\\\x10T\\\\xa6\\\\xe5\\\\xc9\\\\xaa\\\\xba\\\\xc1w$-&dI#\\\\xd2#]~\\\\xce\\\\x90d\\\\x0cW\\\\x10D\\\\x87\\\\x0c\\\\xae\\\\x9e\\\\x1e\\\\x8b0\\\\xf8\\\\xea\\\\xcb\\\\xa0\\\\xc7\\\\xa5P\\\\x8b\\\\xd4{\\\\x8cl\\\\xde\\\\x17\\\\xb9\\\\xf0\\\\x1bOq\\\\xafZ\\\\x9f\\\\x1ffF\\\\xce\\\\x0c\\\\xf8\\\\xf3)\\\\xc6\\\\x8e\\\\xc5\\\\xd2&f.=\\\\x997\\\\xb2-fl\\\\xddC+\\\\x12\\\\xd2U\\\\xac\\\\xd6`j{\\\\xc0\\\\xff\\\\x00.\\\\xbbg\\\\xb3\\\\x88\\\\xbcL\\\\xa7\\\\x81\\\\xa3,\\\\xeb\\\\xd7dcA\\\\x8f\\\\xd9M\\\\xc6\\\\xe2k\\\\xafvE\\\\xf7\\\\xb0\\\\xa5P\\\\x84\\\\xb24\\\\x88&$)&H\\\\x80c\\\\xafDbKH\\\\xfdRm\\\\x98\\\\xb5Os:|\\\\xf8\\\\xd6\\\\x12\\\\xdf\\\\x86F\\\\xc4\\\\xc9\\\\xc6\\\\xa4\\\\x92\\\\xeaN\\\\xed\\\\xc6$H\\\\x89\\\\x1fX\\\\xfe\\\\xee\\\\x8fov\\\\x11\\\\xf4H\\\\xab1\\\\xb7\\\\x19\\\\x02\\\\xd5\\\\xe3\\\\x92\\\\xd5\\\\xcb\\\\xfcUq\\\\xec\\\\xb5\\\\xe8H\\\\xaa\\\\x9dq\\\\x94\\\\xb0\\\\x9f\\\\x11!\\\\xa6`v]f:+\\\\xf6\\\\xda\\\\xa1/\\\\xd9\\\\x940\\\\xafjEl\\\\x0c\\\\x87\\\\xbb\\\\x1a\\\\xcbYjZ\\\\\\\\\\\\xfb\\\\xe6\\\\xfb\\\\x022\\\\xab0P\\\\xad\\\\xb4\\\\x12\\\\x17\\\\xbc\\\\xf9\\\\xfd\\\\xbdfo-Fq\\\\x89\\\\x99\\\\xf4\\\\xbd{\\\\xd2m\\\\xcaZ\\\\xcbc\\\\xf4D>]\\\\x8bNF-y\\\\x14m_\\\\xca\\\\x82v\\\\xefV}\\\\xaf\\\\xb4\\\\x01\\\\xa0\\\\xf3\\\\x92\\\\x08\\\\xff\\\\x00\\\\x1e\\\\xa8\\\\xfc\\\\x95\\\\xbfK\\\\x86a\\\\xf4%\\\\xa9\\\\xfd\\\\xab\\\\xda\\\\xdd\\\\x86j\\\\xaa\\\\xc7\\\\xc0[\\\\xb2\\\\xf7\\\\xb0\\\\x14US\\\\x9f}X\\\\x90\\\\x16\\\\xb0I\\\\x8e\\\\xc0\\\\x12GT-\\\\xfa\\\\x80\\\\x04\\\\x80\\\\x0et\\\\xfe\\\\xd2b\\\\x0e\\\\xa6aJ\\\\xf6w\\\\xe0\\\\x9bq.\\\\xe3\\\\x11s\\\\xabf{\\\\x19v\\\\xd7\\\\x8aS\\\\xf9p\\\\xa7V%u\\\\x064:\\\\x9e\\\\xaaM\\\\xed\\\\xea\\\\xd3W\\\\xa3\\\\x9c\\\\xc5\\\\x7f\\\\x85\\\\xa3j\\\\xe8\\\\x93\\\\x03\\\\xc7D\\\\xa9\\\\x92\\\\x16\\\\x92\\\\xc6\\\\xb1\\\\xee\\\\x9a\\\\xec\\\\x94, 4\\\\xc4\\\\x88\\\\xfb<\\\\xbad=X\\\\xd2\\\\x8a\\\\x9d\\\\xc0##\\\\xdb\\\\x9a\\\\xb2\\\\xbfM\\\\xda\\\\xca\\\\xee\\\\xb5j-\\\\xed\\\\xda\\\\x04\\\\xe3\\\\xac\\\\x8d\\\\xceN\\\\xed\\\\xc2`i\\\\xb6z~\\\\xcc>\\\\xe4T;q\\\\xc6(\\\\xec\\\\xc5U\\\\xc2\\\\xcal\\\\x83\\\\x0c\\\\t\\\\x04\\\\xc6\\\\x91\\\\xf5\\\\xee:\\\\xd2\\\\xdd^\\\\x10\\\\x04J\\\\x8e\\\\x19\\\\xf8\\\\xcf\\\\x92\\\\xad}\\\\xa7*e\\\\x82\\\\xa7\\\\xec\\\\xc7eAj{\\\\x84T\\\\xf1\\\\x8bqm\\\\xae[YV\\\\x12\\\\xc1{\\\\x82\\\\xd2\\\\x06\\\\x9dbNq\\\\x00\\\\x11\\\\xfe\\\\xa7\\\\x7f\\\\xa3\\\\xf7\\\\xf2\\\\x1e5ClH\\\\x9e\\\\xc6\\\\xcb\\\\x8f\\\\x15\\\\xef\\\\xf4\\\\x8b?\\\\xfc\\\\xe3\\\\x8f\\\\xff\\\\x00\\\\xcc^\\\\xab\\\\xfb\\\\xbf\\\\xf8\\\\xab_\\\\xe3\\\\x9ek\\\\xff\\\\xd5\\\\xf9\\\\x91\\\\\\\\R\\\\xc4\\\\xed\\\\x01\\\\x86\\\\x86d\\\\xc6\\\\xe26\\\\x90I\\\\xf0\\\\x8d:\\\\xf3\\\\x9ah\\\\xc5||\\\\xfa\\\\x95\\\\xef\\\\xf1\\\\x8a\\\\xb29\\\\x1e:\\\\x83~\\\\xfb\\\\x15\\\\xc94\\\\xde\\\\xc3\\\\xdcS \\\\x03)\"&\\\\x0f\\\\x8c\\\\xf8\\\\xc4u\\\\x00jp\\\\xadm\\\\xc3\\\\x84\\\\xad\\\\xcc\\\\xfcY\\\\xdb#\\\\'\"\\\\x9c{kU\\\\x90\\\\x84\\\\x9f\\\\xc2A\\\\xf5O\\\\xa6\\\\x07\\\\x87\\\\x97\\\\xd2zH\\\\xb6-\\\\x9d T\\\\xd5\"\\\\xed\\\\xa9\\\\x02y~\\\\x16\\\\xbbw\\\\xf8*\\\\xe8;\\\\xc8>=\\\\xba\\\\x9d<\\\\x94\\\\xd8\\\\xb2\\\\x01!\\\\xb0\\\\xe3\\\\x8e\\\\x89\\\\xcb\\\\x99\\\\xe7\\\\xeb\\\\xa6\\\\xeax\\\\xecJ}\\\\xc4\\\\xc6TK2\\\\x1271h\\\\x99\\\\xdb\\\\xe2\\\\x0e\\\\x86$\\\\xf4\\\\x1e\\\\xac\\\\xd9Y\\\\x9d\\\\xf2%\\\\xa4\\\\n~\\\\x14\\\\xday\\\\x0c\\\\x14\\\\x17\\\\xfeU\\\\xb7:\\\\x11\\\\xed)\\\\x00\\\\x10\\\\xcc\\\\n\\\\x99\\\\xd4\\\\xc9\\\\x90fI\\\\x1e\\\\x1d@ \\\\x87\\\\ncr\\\\x12w\\\\xa1K\\\\\\\\\\\\x87\\\\x03mv6Edg3\\\\xb27\\\\xb5P\"\\\\x15\\\\xc8$\\\\x13\\\\xbb\\\\xb1\\\\xec|\\\\xfc\\\\xb4\\\\x1d\\\\t\\\\x12\\\\x15\\\\t76\\\\xd9\\\\x8c\\\\xd2e|F]m\\\\xb6\\\\xdf\\\\xe4\\\\x19\\\\x8b-P\\\\xcak$\\\\x11%{v\\\\x9d$OR\\\\x03\\\\xaa\\\\x863\\\\xce\\\\xbd\\\\xdcU^_\\\\x17\\\\xe1\\\\xc6/\\\\x0f~Vbn\\\\xaf\\\\xdb\\\\x9fh\\\\x80&A\\\\x01\\\\x06\\\\xa0\\\\x03\\\\x11&~\\\\xee\\\\xad\\\\x08\\\\xb4\\\\tZva\\\\xa2\\\\x0e\\\\xb9\\\\xc7\\\\xe5l\\\\xb9\\\\xfc\\\\x96K%L+\\\\xdcU\\\\xaa\\\\x96\\\\xdb\\\\xbcv$\\\\x9du\\\\xd6\\\\x7foYrb]+\\\\x12\\\\xed\\\\x9aT\\\\xc7\\\\xe3/\\\\xba\\\\xc2\\\\xbe\\\\xd94\\\\x0fW\\\\xb4\\\\xbe,H\\\\xdb\\\\xea\\\\x04\\\\x00 L\\\\x89\\\\xe9\\\\x96\\\\xab#\\\\x1c\\\\x82\\\\x8d8\\\\x10\\\\nr\\\\xc4\\\\xc6\\\\xc5\\\\xe3\\\\xf1\\\\xde\\\\xfb\\\\xdd\\\\x05kH\\\\xdbF\\\\xde\\\\xe5\\\\x0e\\\\x93\\\\xf5>3?\\\\xb3\\\\xab\\\\x11\\\\x1a\\\\x01 b\\\\xac\\\\xd9\\\\x91\\\\x80\\\\xfc\\\\xa5\\\\x87\\\\xe5\\\\xeb\\\\xc9\\\\xb2\\\\xc1V\\\\xc4\\\\xae\\\\xe3\\\\xf8C\\\\x98\\\\x90t\\\\x04\\\\x9f\\\\rt\\\\x00\\\\xfd\\\\x9d\\\\x16\\\\xbd`\\\\xbetV#x\\\\xca\\\\x99\\\\x84\\\\x91\\\\xceq[K\\\\x10\\\\x8cv\\\\x96\\\\x05\\\\x88\\\\xda\\\\x17\\\\xec\\\\x1a\\\\x85\\\\x13>\\\\'\\\\xa3\\\\x8cDN)\\\\x91\\\\x93aT\\\\xbd\\\\x97\\\\x8c\\\\xd6\\\\xe01*[\\\\xdb\\\\x8d\\\\x00mTH\\\\x1b\\\\xa4w\\\\x03N\\\\xfd\\\\xba)M\\\\x88\\\\xe3\\\\xc1>\\\\xdc\\\\x8d\\\\x0f\\\\xf4\\\\x93\\\\r\\\\x05\\\\xec\\\\x80\\\\x9e\\\\xa1\\\\xa1P\\\\t\\\\xee#h\\\\xf3\\\\xea\\\\xc04W\\\\xc4\\\\xd8(Y\\\\xb8\\\\xcc\\\\xf6m.7\\\\x03:\\\\x82}CB@\\\\xf0\\\\xed\\\\xdb\\\\xa6Z\\\\x9b\\\\'Y\\\\xb8\\\\x00@\\\\x1f\\\\x1e\\\\xda\\\\xc2\\\\x98\\\\x90X\\\\x85=\\\\xf4\\\\xfa\\\\xc4\\\\x99\\\\xfauz3\\\\x05_\\\\x8d\\\\xc0Q\\\\x0c:\\\\xf6YXB$\\\\xac>\\\\xb0e\\\\xb4\\\\x1dW\\\\xb9\\\\'\\\\x15H\\\\xbb\\\\'\\\\x05\\\\xd4\\\\x0eV\\\\x87\\\\x16\\\\x12\\\\x7f\\\\xe5\\\\x1b\\\\x06\\\\xe8\\\\xff\\\\x00P\\\\xd4\\\\xf8\\\\x1e\\\\xc7\\\\xb9\\\\xfb\\\\xfa~\\\\xdaa\\\\x9b5gi?\\\\x16C\\\\x115\\\\x92\\\\x9bt>\\\\x95\\\\xec \\\\xf7\\\\xd0G\\\\x8f\\\\x9fV\\\\x89V\\\\xe7\"\\\\xd8\\\\xaf.\\\\xc6\\\\xd6\\\\xbb\\\\x04 \\\\xae\\\\x18zfI$\\\\xf8G\\\\x99\\\\xfb\\\\xfa\\\\x88\\\\xc9\\\\xd7[\\\\xbd\\\\x889\\\\xad7c\\\\xb3=l\\\\xe3\\\\xd1;\\\\x88\\\\xd2t\\\\xf1\\\\x99\\\\xf1\\\\xd3N\\\\x88\\\\x10pM\\\\xb7t\\\\x00@\\\\xc5K\\\\xf6\\\\xdf\\\\xd8$7\\\\xa8\\\\x10\\\\x0b\\\\x0e\\\\xfe}\\\\xbc\\\\xba[\\\\xfa\\\\x95a!\\\\xaf\\\\n \\\\xabS{\\\\xd6J\\\\x9a\\\\xfd\\\\x04(^\\\\xecH\\\\xef\\\\xb4\\\\xb0\\\\x92\\\\x07\\\\x97\\\\xf7\\\\xf4\\\\xc5\\\\xa2f4\\\\x8c\\\\xd7\\\\xe5\\\\xad\\\\xae\\\\xd8\\\\xfe\\\\xdb{a\\\\x89\\\\xaa\\\\xc3\\\\xb4\\\\xb9\\\\x00\\\\xe8H\\\\xd3tv\\\\x80N\\\\xbe\\\\x03\\\\xaeRg\\\\xa6\\\\x99\\\\xf9!Ol\\\\xb8\\\\xd2l\\\\xd0\\\\xb2\\\\xcc)\\\\xed\\\\xa1Q\\\\xa0\\\\x90\\\\x07o\\\\xef\\\\xe8\\\\tO\\\\x01\\\\x935{o\\\\xc7(B9]\\\\n\\\\x12fG\\\\x87\\\\x8f\\\\xf7\\\\xc7RqY\\\\xb3xM\\\\xf0t\\\\x16\\\\xbb\\\\x1cXU\\\\xfb\\\\n\\\\xd9\\\\xd9D\\\\x05\\\\x9f\\\\t\\\\x8e\\\\xe7\\\\xb0\\\\x93\\\\xe3\\\\xd7+\\\\xd2\\\\x01\\\\x91Jd.\\\\x80\\\\xa9X\\\\x95\\\\xd2\\\\'\\\\xccm\\\\xd3\\\\xbc\\\\xf5\\\\xc7\\\\x05R\\\\xe6*\\\\xf4\\\\xfd%\\\\xcej\\\\xa9\\\\xcby\\\\x15{\\\\x17\\\\x06\\\\x07\\\\xf8\\\\xc6\\\\xef\\\\x12c\\\\xb4\\\\x8e\\\\xfda|\\\\xa0\\\\xf5\\\\x18\\\\xe0\\\\xe0x\\\\xac\\\\xad\\\\xf4\\\\x17Q\\\\xe2\\\\xe5\\\\xd3\\\\x93Eya\\\\xcb\\\\x16\\\\xa85\\\\x91%I_L\\\\xc9\\\\xd4\\\\xeb\\\\xa7X1\\\\x96\\\\x92A^~\\\\xf4z`\\\\xb2\\\\xa7\\\\x9a\\\\xb6\\\\xab@\\\\xc7\\\\xd1\\\\x18\\\\x10E\\\\x83\\\\xf0\\\\xe9\\\\xe2G}{k\\\\xd3\\\\x05\\\\xe6-\\\\x15H\\\\xcbH~H\\\\xad\\\\xfc\\\\x93~LYW\\\\xa5l\\\\x1bJ\\\\xee#\\\\xbe\\\\xbaw2#\\\\xc3\\\\xb7At\\\\xc9\\\\x81\\\\xc8\\\\xa275\\\\x0e\\\\xc5\\\\x1e\\\\xab\\\\xd9\\\\xd8X.\\\\xd8l\\\\x80ka\\\\xa3\\\\xc9\"t\\\\xf1\\\\xf2\\\\x9e\\\\xbbQ\\\\xff\\\\x00I/\\\\xc9\\\\x0cd\\\\t\\\\x0e\\\\x85\\\\xe6qMmKe7\\\\x16.[};\\\\x00 \\\\xf6$J\\\\xc8\\\\x88&Gn\\\\x9a\\\\x1eC\\\\x92T\\\\xad\\\\xf4%\\\\r\\\\xcd\\\\xc9\\\\xb7\\\\x8b\\\\xaa\\\\xc6\\\\xae\\\\x95\\\\xc9{Wh\\\\x89>\\\\x04J\\\\xeaI\\\\xd0N\\\\x9d\\\\xfe\\\\x9d/\\\\xd7\\\\x00i\\\\xc7DS\\\\x9bP \\\\xb4\\\\xe7\\\\xdb\\\\x9c=\\\\xbb*\\\\xb1\\\\xec_\\\\xe5\\\\x94\\\\x04\\\\x06D3\\\\xa8f\\\\xdb\\\\xe7\\\\x04\\\\x01\\\\xe3\\\\xd5\\\\xebs\\\\xd5B*\\\\xaa\\\\xc3\\\\xd5C_\\\\xc2\\\\x90\\\\xdcH\\\\xbe\\\\x1a\\\\x82\\\\xa5\\\\xd0n\\\\xf6\\\\x19\\\\xb5,\\\\xe0\\\\x83$D\\\\x9d\\\\x07y\\\\x8f\\\\x0e\\\\x9c\\\\x00!\\\\xd0\\\\xc6\\\\xcb\\\\xd0x(w\\\\xf1wa\\\\xa35Tn\\\\x15\\\\xe8\\\\xc1\\\\x8boQ\\\\xa6\\\\xbd\\\\xfcF\\\\xe9\\\\x8e\\\\xb8\\\\x8d\\\\'\\\\xb5\\\\x04\\\\xe0\\\\x00%\\\\xb8\\\\xcdyn>EB\\\\xdc\\\\x8f~\\\\xba\\\\xb6:\\\\xb23\\\\xcamv-\\\\n\\\\x19N\\\\x92\\\\x04\\\\xfd@\\\\xeae\\\\x12\\\\x84\\\\xbci\\\\x8f\\\\xd0\\\\'O\\\\x86\\\\xfc\\\\x85q\\\\xf3-\\\\xa3\\\\x90\\\\xa1\\\\xf3q=\\\\xab}\\\\xd8 \\\\xd8\\\\x8e\\\\xa9\\\\xf8\\\\x8b\\\\x12AX\\\\x82Oy\\\\xfa\\\\xf4\\\\x105$\\\\xd5\\\\x95\\\\xb8\\\\xcc\\\\xbb\\\\x1a\\\\xa7u\\\\xb3\\\\x1f\\\\x97\\\\xc7\\\\xaa\\\\xf2\\\\xe0d\\\\x11\\\\xee\\\\x08de\\\\x1b\\\\x8c)`uH$\\\\xcc\\\\xeb\\\\xe5\\\\xd1\\\\xc6bU\\\\xcdq\\\\x04\\\\x97\\\\xc0\\\\xa5\\\\xaeS\\\\x84\\\\xac>5\\\\x18\\\\xb8~\\\\xf6U\\\\x17\\\\x05\\\\xbf\\\\x95k\\\\x18\\\\xe9${j\\\\xaeG\\\\xa6?\\\\x11h\\\\xeb+\\\\xe5\\\\xa1\\\\xae\\\\xd3\\\\x01^j\\\\xf6\\\\xd6Ze_\\\\x14\\\\xeb\\\\x895YZ\\\\xb8e\\\\x15\\\\x90v\\\\x95\\\\xf4\\\\xa9\\\\x92\\\\x14\\\\x03\\\\x1a\\\\x93\\\\xe1\\\\xa8\\\\xfb<\\\\xb2-\\\\x1d\\\\x00\\\\x0eYuZ@\\\\x12:\\\\'\\\\x1aUl\\\\x05Q\\\\x83\\\\x97e%`\\\\x91,\\\\x01\\\\xda5\\\\x1e}\\\\xe3\\\\xec\\\\xebZ#S:\\\\tE\\\\x8a\\\\r\\\\xf2\\\\xfc\\\\x0b\\\\xdb\\\\x8e\\\\xa1P{\\\\xb2\\\\x03\\\\xeew\\\\x80\\\\xc7\\\\xf8\\\\xb5\\\\x01\\\\x8e\\\\x8b\\\\xa01\\\\xd1F\\\\xdd[%OrN*\\\\x89\\\\xbf\\\\xe3Y\\\\xf996\\\\x1bj6\\\\xd4\\\\xa8\\\\x1a\\\\xd0\\\\x00\\\\x90\\\\xad\\\\xdfk\\\\rd\\\\x92~\\\\xa3\\\\xa6\\\\x08D\\\\x1eO\\\\xd7\\\\x17TF\\\\xa9ws\\\\t_/\\\\xe2Y\\\\x07\\\\xdcT\\\\xaa\\\\xd3J3{\\\\x88\\\\xed\\\\xaa\\\\xb24j`\\\\x01\\\\xe31\\\\xe1\\\\xe3\\\\xd3%j$q\\\\x8a\\\\x08\\\\xc8\\\\x96l\\\\x0f\\\\x1e+\\\\xccO\\\\x8ddb9\\\\x16X\\\\x90\\\\x95\\\\x16\\\\xb5E\\\\x81\\\\x18IU\\\\xdb\\\\x07X=\\\\xfbk\\\\xa7\\\\x97G\\\\xa7Hp\\\\x82d\\\\xbb\\\\x05\\\\x8d\\\\xd8\\\\xb8\\\\xd5[BWh\\\\xaf\\\\x17F-\\\\x04\\\\xed,}@\\\\x02;\\\\xa92L}:\\\\xc1\\\\xde\\\\xef!9\\\\xe9\\\\xb7\\\\x831\\\\xe4\\\\xadGi\\\\x99\\\\x18\\\\xa6AlB\\\\x04\\\\x8cx\\\\xe3\\\\xb9V\\\\x9f\\\\xa9\\\\x9f\\\\x11\\\\t\\\\x9b\\\\x89\\\\x89\\\\x99\\\\x90\\\\x98w]\\\\x81S\\\\x04eU\\\\xae\\\\xfa*w\\\\x163(\\\\xec\\\\xd3&Z t\\\\xad\\\\xee\\\\xc27=7\\\\x08\\\\x8b\\\\xc7\\\\xff\\\\x00\\\\xb8U\\\\xfb\\\\xf3I\\\\xf5[\\\\xa8\\\\xc7\\\\x9a\\\\xe2\\\\xae^\\\\xd4\\\\xa3+*\\\\x9a\\\\\\\\\\\\xdfUY\\\\x0f]e`\\\\xc8\\\\x0cB\\\\x92D\\\\x8e\\\\xda\\\\x93\\\\xd7\\\\xca\\\\xafm\\\\xe3n\\\\xf4\\\\xa3\\\\x13@K\\\\x1e\\\\x8bz7d`\\\\tA\\\\xd3\\\\x1b*\\\\xe5kY\\\\xc8\\\\xa8/\\\\xb9\\\\xefZ\\\\xc1D\\\\x812\\\\t\\\\x89\\\\xf0\\\\x02>\\\\xce\\\\x9f\\\\x1b\\\\x121\\\\xd4\\\\x03\\\\x0f\\\\x05ZW\\\\xb2\\\\xcdh\\\\xbb\\\\x89\\\\xe4\\\\xaf\\\\x01\\\\xaa\\\\x8c\\\\xa4\\\\x01mcQ\\\\x1bw0\\\\x0c\\\\x14\\\\x86\\\\xff\\\\x00I\\\\x99\\\\x1e\\\\x7fd\\\\xf5r\\\\xde\\\\xca\\\\xe1s\\\\x01\\\\xa86 \\\\xbf\\\\x07\\\\xa6(?\\\\xca\\\\x88\\\\xa1\\\\xa7w\\\\x1e(:\\\\xee\\\\xf5Ss{N\\\\xcd\\\\xf8\\\\x0f\\\\xaa \\\\xb7}t\\\\x0b\\\\xba{uX\\\\x86\\\\xa8O\\\\x8d\\\\xc7\\\\x0f\\\\x8b\\\\xa2\\\\xf8\\\\x98\\\\x99\\\\xb9yKZ\\\\x10\\\\xb6Z\\\\xe3k\\\\xc4\\\\xa3\\\\xb0PJ\\\\xccjH\\\\xfb\\\\xba\\\\xeb6\\\\xbd\\\\xd9\\\\x08G\\\\x13\\\\xce\\\\x8a%1\\\\x18\\\\xf3,\\\\xad\\\\xff\\\\x00\\\\x8bp\\\\x8b\\\\x8e\\\\xb8\\\\xf89\\\\xd8\\\\xf6~_\"\\\\xd5\\\\xba\\\\xec\\\\xe4\\\\xa6}\\\\xb3\\\\x05v\\\\xd4\\\\xe2O\\\\xab\\\\xc4\\\\x10Ox\\\\xd2z\\\\xf5{(\\\\xc7g\\\\x01\\\\t\\\\n\\\\x92\\\\xfa\\\\x99\\\\xfc\\\\n\\\\xce\\\\x94\\\\x0c\\\\xc99\\\\x0c\\\\x95\\\\xe3\\\\x8d\\\\xc1\\\\xb5\\\\xd6\\\\xa58\\\\x14er\\\\x999,\\\\x95\\\\xaeo\\\\xb4(\\\\xac\\\\xd5_\\\\xad\\\\x92\\\\xb0\\\\xde\\\\xa2\\\\t\\\\xf1\\\\x11\\\\x1f\\\\xdd\\\\xb9j\\\\xf0\\\\x94\\\\x9a1$\\\\x9c\\\\xd9\\\\x859.\\\\x16\\\\xfd9\\\\x06\\\\xcb\\\\x1f\\\\x15\\\\xd7?\\\\x1b\\\\x1c+\\\\xe0\\\\xf1\\\\xcf\\\\xc6b\\\\'\\\\x19H\\\\xac\\\\nB2\\\\xabW\\\\x03l:\\\\x13\\\\xddI\\\\xfcG\\\\xbe\\\\xbeg\\\\xad\\\\xfb7!\\\\xc9\\\\x809e\\\\xda\\\\x8e\\\\x03P\\\\x00f\\\\xa5a\\\\xbenUN\\\\xb6UU\\\\xb6\\\\xf1\\\\xed\\\\xed\\\\xd6/\\\\xa8\\\\n\\\\xed$:\\\\x16\"\\\\x0c+m\\\\xdc\"\\\\'O\\\\x03\\\\xd4\\\\xed\\\\xef\\\\\\\\c&\\\\x04d\\\\x08\\\\xe7\\\\x8f\\\\xe5\\\\x0c\\\\xa2\\\\r\\\\x0fy[\\\\x86\\\\x16w\\\\xe4\\\\x13\\\\x13\\\\'\\\\x91\\\\xb38\\\\xde\\\\x90\\\\xd6\\\\xb0J\\\\xc8\\\\xb4,\\\\xb1R\\\\xa2@\\\\x81\\\\xf5\\\\xea.\\\\x1b\\\\xb3\\\\x88\\\\x8b\\\\xd1\\\\xb9\\\\x8cyse1\\\\x84c\\\\\\\\\\\\xd2\\\\xceg$+\\\\x9c\\\\x9c\\\\xe4w\\\\xb7\\\\x11\\\\x9a\\\\x86\\\\xf6\\\\x84\\\\xb6\\\\xd5>\\\\x81\\\\xb7\\\\xedS\\\\xa80O\\\\x84u\\\\x91?\\\\x91\\\\xf7\\\\t\\\\xf7\\\\x1d\\\\xc5:\\\\xf4L\\\\x16\\\\xb4\\\\x90\\\\x02\\\\x81\\\\x90\\\\xeb\\\\xc8\\\\n\\\\xac\\\\xdf5\\\\xde\\\\xd4\\\\xa5WX\\\\x8eV\\\\xc1 \\\\x92\\\\xf0}/\\\\x04z\\\\x87m\\\\x00\\\\xf3\\\\xeaM\\\\xc0\\\\x05*8\\\\xc7\\\\xee\\\\xb8\\\\x8dE\\\\x1c\\\\xc7\\\\xe4/\\\\xe32\\\\xee4\\\\xfb~\\\\xeddR}\\\\xf6\\\\xda6\\\\xe8H\\\\xad\\\\xa1\\\\xf4\\\\xef\\\\xfe]\\\\xc8\\\\xbd\\\\xb4\\\\xdf\\\\xce\\\\x07\\\\xaf_\\\\xb2L\\\\xe1\\\\x10]\\\\x99\\\\x92e\\\\xdf\\\\x16\\\\xe0r8\\\\x97\\\\xa7\\\\x90\\\\xc4\\\\xfc\\\\xa65Y\\\\xa0]\\\\x8fe\\\\x8a\\\\xd4\\\\xdb\\\\xee3\\\\x8d\\\\xd6\\\\x02\\\\x7f\\\\x11\\\\x0e\\\\n\\\\x89\\\\xd2t\\\\xf1\\\\xea\\\\xc5\\\\x8d\\\\xdcaIT\\\\xea\\\\x14\\\\xe34\\\\xa3f2\\\\x15\\\\xa3.V\\\\xf9\\\\xef\\\\xfbt\\\\xf8\\\\xc6g\\\\t\\\\x7f\\\\xc98^U\\\\xa8\\\\xc6\\\\xb7\"\\\\xfa\\\\x16\\\\xaa\\\\xc1\\\\xdf]\\\\xb5\\\\x90=\\\\xc3K\\\\x0f\\\\xc2O\\\\xd7O\\\\xd9\\\\xd5\\\\xeb\\\\xa0h\\\\x12\\\\x19\\\\xaa7vq\\\\x98w\\\\x0b\\\\x86>_\\\\xf0\\\\xff\\\\x00\\\\x93|\\\\x17\"\\\\xb5\\\\xe4\\\\xea-NR\\\\x9f\\\\xc9e\\\\x95\\\\xfeV@_T\\\\xa8\\\\xd0w:\\\\x82\\\\x07A\\\\t\\\\x0b`\\\\x10q\\\\xc7\\\\x97r\\\\xc5\\\\xdc\\\\xed%\\\\x02R\\\\x9d\\\\xf7b\\\\xf2\\\\xf4\\\\x8c{\\\\xac\\\\t\\\\x90\\\\xcf\\\\xe9h\\\\xf7\\\\x01\\\\x05D\\\\xa8\\\\x0c}=\\\\xa3S\\\\xd1\\\\xee\\\\xbd\\\\xbd\\\\xc0\\\\xf6\\\\xe7Gc\\\\xda\\\\xa9BF5*\\\\x1e\\\\'\\\\xc2\\\\x03e\\\\xd5H/u+b\\\\xb9\\\\xac\\\\x81\"`\\\\x02\\\\\\\\\\\\xeb>\\\\x1f\\\\xb3\\\\xeaz\\\\xcf?\\\\x06\\\\ru\\\\x14^\\\\xe1\\\\xc5\\\\xa8U\\\\x89\\\\xc8\\\\xf0\\\\xf7`a\\\\xdf\\\\xf9B\\\\x05\\\\x98\\\\xb0\\\\x16\\\\xd6\\\\n\\\\xc1\\\\x0f\\\\xe10\\\\x8c\\\\x0fpG\\\\x97\\\\x9fZ>\\\\xc1\\\\xdb\\\\xc7M\\\\xb0\\\\x1b\\\\xaa\\\\xb17\\\\xf6\\\\xdf5Vd\\\\xd1R%\\\\xads\\\\xaa\\\\xd8\\\\x0c\\\\xdb\\\\x8e\\\\x00P\\\\xbb\\\\xb5\\\\x04\\\\xb7s\\\\xe1\\\\xae\\\\x87\\\\xf6t\\\\xa8\\\\xed\\\\xa2Zr-Z\\\\x81\\\\xcf\\\\x8c\\\\xd6`5d;\\\\x03.\\\\xc8\"\\\\x91K\\\\xd6\\\\t5\\\\x02\\\\xccaX\\\\xb4n\\\\x1aD\\\\x10;\\\\xfd\\\\xbfN\\\\xae\\\\xc5\\\\xc9\\\\xad]W!\\\\x87b\\\\x9c\\\\xbc\\\\xfb\\\\xf0T\\\\x01T\\\\xaf\\\\xbc\\\\xab\\\\xbfwp\\\\x02\\\\x83\\\\xb5@$\\\\xc0\\\\x8d\\\\x0c\\\\xc7o>\\\\xb2w{\\\\xefjZ@ur\\\\xcc$\\\\xdcq\\\\xd8\\\\x9a8\\\\xbf\\\\x93\\\\xd9\\\\x99\\\\x8b\\\\xf9\\\\x8c\\\\x8fk%\\\\\\\\\\\\x04\\\\xbc\\\\xeeEp\\\\x0b4\\\\x05\\\\'i\\\\x04\\\\x03#\\\\xab\\\\x9b]\\\\xec\\\\xa4\\\\x01\\\\x9ec*\\\\xa1\\\\xf74\\\\x13\\\\x1c[\\\\xb1\\\\r\\\\x19\\\\xfc?)vE~\\\\xff\\\\x00\\\\xb3}-\\\\xbbZ\\\\xc9\\\\x05+\\\\xd0\\\\x9d;\\\\x10dA\\\\xfe\\\\xee\\\\x86\\\\xfd\\\\xeb\\\\x17\\\\xa1(\\\\x83Q\\\\xf4\\\\xcd\\\\x93s\\\\xd6E9\\\\xa8\\\\xbf \\\\xe2^\\\\xee.\\\\xa3\\\\x8a\\\\xe9j\\\\xfb~\\\\xf7\\\\xa4\\\\xfe%\\\\xf0\\\\n@\\\\x8e\\\\xc3\\\\xb7\\\\x9fY[\\\\x8b`\\\\xd9x\\\\x1a\\\\x00\\\\xfd\\\\xa3\\\\x8c\\\\x15\\\\xa2# %\\\\x9a\\\\xaa\\\\xde\\\\xbb\\\\x13\\\\x1f\\\\x1f\\\\xdd@\\\\x15\\\\xb4j\\\\x98\\\\x15\\\\xf4\\\\x92D\\\\x99=\\\\xf5\\\\xf0\\\\xeb(H\\\\x19\\\\x16J\\\\x8c@\\\\x15e\\\\x87\\\\x1cj\\\\xac\\\\xba\\\\xd8\\\\xb9\\\\x1bj_\\\\xfawB\\\\xa6,2\\\\x14\\\\x1d\\\\xc3U\\\\x92t\\\\x1d\\\\xfay\\\\xd0_^`\\\\xb3s\\\\xc9\\\\xfas\\\\xcd*\\\\xd3\\\\xbd<\\\\xd4\\\\x1b/\\\\xc9su\\\\x04\\\\x80\\\\\\\\\\\\x95\\\\xa0n-\\\\xbb\\\\xd5>s\\\\xae\\\\xbf\\\\x7f\\\\\\\\!\\\\x10\\\\xc7\\\\xc5\\\\x0c\\\\xa4L\\\\x88ey~\\\\x98ae\\\\xb3\\\\\\\\\\\\x85\\\\xd6\\\\xb4\\\\xc7u[\\\\xf6\\\\x1d\\\\xfb\\\\xa4\\\\x850$\\\\xe9\\\\xa4u?\\\\x1dk\\\\xdd\\\\xdd\\\\t\\\\x8f\\\\xd43\\\\xf7\\\\xab\\\\xb6\\\\xa9\\\\r$\\\\xd5Y|\\\\xfe\\\\x16\\\\x16kUe!\\\\xaa\\\\xb2\\\\x9a\\\\x992jr\\\\n\\\\xdb\\\\xac\\\\x04\\\\x02&\\\\x02\\\\x91\\\\x13\\\\xe5\\\\xa7[\\\\xdb\\\\xbd\\\\x9d\\\\xbb\\\\x87Vc.h.@\\\\x0c\\\\xd8*O\\\\x9a\\\\xca\\\\xc5\\\\xc2\\\\xca\\\\xd9N\\\\x1aeX\\\\xf2\\\\x85\\\\x15\\\\x80\\\\xa9\\\\x8b\\\\x05\\\\xfc\"\\\\x0e\\\\x80\\\\xfd;\\\\xf5\\\\xe6\\\\xeeN\\\\x02d\\\\x18\\\\x8a;\\\\xff\\\\x00\\\\n\\\\x0c\\\\xc4@\\\\xd1\\\\x81B\\\\xbf\\\\xab\\\\xdd\\\\xff\\\\x00\\\\x97\\\\x8f\\\\xfd\\\\xbf\\\\xfc\\\\x1e\\\\x83\\\\xdf<\\\\xbc\\\\x90\\\\xfb\\\\xb2\\\\xe6x\\\\xef_\\\\xff\\\\xd6\\\\xf9\\\\xb4\\\\xd5\\\\xb2]Y\\\\xaacFV#\\\\xb9\\\\x82\\\\x0e\\\\xa6{\\\\x9dz\\\\xf3\\\\x84\\\\x1dT_\\\\x18?\\\\xadU\\\\xcb\\\\xfa}\\\\x95\\\\x87P\\\\xc8\\\\xe3rm\\\\xb0\\\\xe4]\\\\xea\\\\xad\\\\x10\\\\x8faDK.\\\\xef\\\\xe1>\\\\xa8\\\\x88=t\\\\x9c\\\\x16M\\\\xda]\\\\x0e\\\\xc7\\\\xf8S~[vX\\\\xe2\\\\xed\\\\xc4\\\\xac\\\\xa5uU~\\\\x8c\\\\xa0\\\\xa5N\\\\xecdn\\\\x13\"WC=,\\\\x83\\\\xa9\\\\xc7z\\\\xb5\\\\xba\\\\x9f\\\\xa6\\\\xb4\\\\n\\\\xa3\\\\xbb!\\\\x90\\\\x93c\\\\xd8\\\\xbb\\\\xce\\\\xdd\\\\xe8I\\\\xdeD\\\\x8d\\\\xcct\\\\x98\\\\x1a\\\\t\\\\xe8\\\\x89\\\\xd3\\\\xde\\\\xb2\"\\\\xf2\\\\xfb\\\\xfe\\\\x16\\\\xcbsn\"\\\\x8b\\\\xacopX\\\\x8d\\\\xed\\\\x07,v\\\\x91\\\\x00\\\\x0e\\\\xc3\\\\xf7\\\\xf7\\\\xf1\\\\xea\\\\x00|h\\\\x8bG_\\\\xe92|b\\\\xac\\\\x8b\\\\xf3q\\\\xd6\\\\xa5K\\\\xf7\\\\x1f\\\\xe6\\\\x07\\\\x10\\\\xbb\\\\x98\\\\x10\\\\t\\\\x1d\\\\xca\\\\xf5\\\\xc25]m\\\\xe56\\\\x0b\\\\xa3\\\\xaa8\\\\x9cw\\\\x19[\\\\xbb*\\\\xa5\\\\xa8*Lu\\\\xd4\\\\xa0\\\\xf1$,\\\\x10\\\\t\\\\x064\\\\xfe\\\\xf8\\\\xe9\\\\xc4\\\\x91\\\\x16Zz\\\\x80\\\\x8fb\\\\xa6y\\\\x88L\\\\x9b.\\\\xafz\\\\xe2\\\\xd9\\\\xed\\\\xbd\\\\xa8F\\\\xe7 i!\\\\xa7t\\\\x99\\\\x9d@\\\\x03\\\\xb7\\\\x8fK\\\\x93\\\\xe9Y\\\\x97*_\\\\x90\\\\x7f\\\\xedi\\\\xe2\\\\xad\\\\xc8\\\\xae\\\\xc4\\\\xdbfBcW\\\\xee\\\\xec\\\\x12\\\\x14\\\\x15e\\\\x95!A\\\\xd7\\\\xcc\\\\x92`t\\\\x06\\\\x07J\\\\xe8\\\\xc8\\\\x83@\\\\xfe\\\\\\\\}U\\\\x91\\\\xc4r\\\\xd8\\\\xf6\\\\xfbt\\\\xdd\\\\xb9\\\\x92\\\\xf2\\\\xbb\\\\xb2X\\\\xc0\\\\x04I \\\\xae\\\\xbaO\\\\xdb\\\\xa7\\\\xd3\\\\xa9\\\\xd4\\\\xc5Y\\\\xb3\\\\xb8\\\\xd3\\\\xd9\\\\xc7\\\\x92\\\\xb28?\\\\x8fq\\\\xc9\\\\x96s/\\\\xf6\\\\xf3+\\\\n\\\\x0b\\\\xaa7\\\\xe2\\\\xf1\\\\xd4\\\\x11\\\\xe1\\\\xa4\\\\x1f\\\\x10:}\\\\x88\\\\tH\\\\x95~\\\\xcd\\\\x9bs.\\\\xb1\\\\xfdD\\\\xe4\\\\xb11\\\\xf0F\\\\x06:\\\\xa8\\\\xa6\\\\xf2\\\\x8fe\\\\xa01\\\\xb1t2\\\\x08\\\\x07A\\\\xdc\\\\x03\\\\xaf\\\\xef\\\\xe8\\\\xf7w@\\\\r\\\\x14\\\\x1b\\\\xb2\\\\x00l\\\\x97(d\\\\xdbo\\\\xe7\\\\xac6+\\\\x8b\\\\xdbs-_\\\\x8c1=\\\\xc9q\\\\x02\\\\'\\\\xf7\\\\xc7\\\\x87Y\\\\xa2M\\\\'\\\\xe0\\\\xac\\\\xf8\\\\x12\\\\x08\\\\x1eI\\\\xc3\\\\x818\\\\x83\\\\x1e\\\\xc3}nsZ\\\\xc3!\\\\xc0\\\\x01Sa\\\\x99y\\\\xd4\\\\xc0=3S`*U\\\\xcbW4\\\\xc6\\\\xb8$\\\\xeeg#\\\\xf3\\\\xd9v#+~]\\\\n\\\\x8b\\\\xdd\\\\x15gi-\\\\xf7\\\\xf9\\\\x01\\\\xd4\\\\xbe\\\\xaa%O\\\\xd5 \\\\xf8\\\\x04\\\\xb3\\\\x93\\\\xc7\\\\xbd!\\\\xac\\\\xc5V5[\\\\xb6,\\\\x00oU\\\\x06N\\\\xe24\\\\xd0i\\\\xae\\\\x83\\\\xc3\\\\xa3\\\\x8c\\\\x00\\\\x0c\\\\x98&\\\\xe5\\\\xbf\\\\x8f\\\\x05\\\\x1b\\\\x1d\\\\x18\\\\xde\\\\xf8\\\\xb7\\\\xab0h-j\\\\x99F\\\\x06u\\\\x932\\\\x0fn\\\\x9f\\\\x18\\\\x81T\\\\xf8]\\\\x00\\\\x81E?\\\\xfa\\\\x10\\\\xc8\\\\xa6\\\\xf4\\\\xa2\\\\xc6\\\\x01\\\\xa6\\\\x04\\\\x02\\\\x1a\\\\x00\\\\x8d\\\\xa6\\\\x07m;}\\\\xfdq\\\\xb6MB\\\\xbb\\\\x16\\\\x94(\\\\xab\\\\xac\\\\x9f\\\\x8e:^\\\\t0\\\\xa0\\\\xb6\\\\xe2\\\\'p\\\\x1a\\\\x1d\\\\'\\\\xbc\\\\x7fwP\\\\x0bP\\\\xa7D\\\\x9c2A\\\\xb3\\\\xf8\\\\xba\\\\xdd\\\\xcd\\\\x94\\\\xba\\\\x00\\\\xc0\\\\x95U\\\\xf1\\\\x08\\\\xb2{\\\\xf7\\\\xed\\\\xf7tbZ;?*\\\\xc4]\\\\xd8%\\\\xcb0\\\\xab\\\\xa9\\\\x81\\\\xb1\\\\xc0!\\\\t\\\\x91\\\\xa8\\\\x04\\\\xe8\\\\x14\\\\x1f\\\\x03\\\\xf6i\\\\xd3cp\\\\x90\\\\xac\\\\x07\\\\xa8u\\\\'\\\\r(\\\\xdc\\\\x82\\\\xb3\\\\xeau\\\\xf5\\\\xb6\\\\x8b\\\\xda\\\\x08\\\\x03\\\\xec\\\\x88\\\\xed\\\\xd7H\\\\x9c\\\\xd1@9\\\\x1d\\\\x10~_\\\\r\\\\x99\\\\xbd\\\\xc4W*\\\\xc6L/c\\\\xa8\\\\x8d|\\\\'\\\\xee\\\\xea\\\\xce\\\\xde\\\\xe6J\\\\xcd\\\\xa7\\\\x89d\\\\xb61\\\\xcf\\\\xa4\\\\x1d\\\\xb1\\\\xb2gA\\\\x1eR<{\\\\xf5\\\\x7fR\\\\xba\\\\xe4\\\\xf6\\\\xad\\\\xe0\\\\x85\\\\xda\\\\x16\\\\xa3\\\\xdd\\\\xb7\\\\xee\\\\x04\\\\x93\\\\xe4\\\\x1b_!\\\\xd0\\\\x18\\\\x9c\\\\xd2\\\\xcd\\\\xb2q_\\\\xb2\\\\xebgEf#v\\\\xa4\\\\x05\\\\x05L\\\\x13\\\\xd9\\\\xa4\\\\t\\\\x99\\\\xed\\\\xd7[\\\\xa1]\\\\x01\\\\xa4\\\\xa8\\\\xf4!\\\\xf7\\\\x16\\\\xb7\\\\x9d\\\\x8eHP\\\\x80n\\\\x1a@\\\\xef\\\\x1e=\\\\xfa)\\\\x9a:)\\\\x97\\\\x0f\\\\xf5_\\\\xb2(Jl\\\\xd8\\\\x12`mf\\\\xee5\\\\xd6\\\\x0f\\\\xd3^\\\\xddL&Hu\\\\xd0\\\\xb8H\\\\xc5k\\\\xb2\\\\xdaj\\\\xdd[,\\\\x90\\\\xa0\\\\xbb\\\\xc6\\\\x81{B\\\\xccjt\\\\xd3\\\\xa9\\\\x0eK\\\\xba(BS\\\\xaa\\\\x01\\\\x95\\\\x0f\\\\x90\\\\xd6\\\\xeeWY\\\\x82\\\\xbe\\\\x00\\\\x15\\\\xdad\\\\xb7\\\\x94\\\\xc9\\\\x8f\\\\xb7\\\\xa3e\\\\xa7f\\\\x91l\\\\x14\\\\xde6\\\\xe5!HVE\\\\x04\\\\xd7\\\\x0b0\\\\x00%\\\\x88\\\\x13\\\\xac\\\\t\\\\x98\\\\xef\\\\xd0\\\\x90\\\\xe2\\\\x8a\\\\xb6\\\\xee\\\\x07\\\\xef\\\\xf6^\\\\xe5\\\\xe2\\\\xb0\\\\xb4{eJ)\\\\x160\\\\x82\\\\'\\\\xc8\\\\x8d \\\\x1f\\\\xa7R\\\\x0b\\\\x85\\\\xd6/\\\\x97\\\\xd4VUr\\\\xf7\\\\xb6\\\\xd4\\\\xcc\\\\xa9\\\\xafv\\\\x00\\\\x16\\\\x02;\\\\t\\\\x01&b;\\\\x8f\\\\xf8u:\\\\xb9\\\\xa3\\\\x94\\\\xa5\\\\x89M\\\\x96\\\\xf1x\\\\x9c\\\\x95\\\\x12\\\\x81\\\\xebk\\\\xaa\\\\n\\\\xc9\\\\xed(P\\\\xc0B\\\\xcc\\\\x10\\\\xb3\\\\xa0\\\\xd6$\\\\xf7\\\\xeaH\\\\xd4\\\\x134\\\\x02\\\\x0b%<\\\\x8e#3\\\\x16\\\\xcb\\\\xd0\\\\xb1\\\\xa7\"\\\\xd2\\\\x18o\\\\x04\\\\x12\\\\x06\\\\xa5A\\\\x06\\\\x0f\\\\xabS\\\\xe0~\\\\xd1\\\\xd0\\\\x18\\\\x90\\\\x95\\\\xa1\\\\x8dh\\\\xa5\\\\xf0\\\\xfc\\\\x9eV\\\\x1f!M\\\\xd6\\\\xd6\\\\xc2\\\\xe5\\\\x00\\\\xd8\\\\x11@\\\\xf7{\\\\xb3/\\\\x91:\\\\x92\\\\x0f\\\\xd3\\\\xaaS\\\\xbac:\\\\x8e\\\\x8c3\\\\xcf\\\\xf2\\\\xacE\\\\x8e\\\\n\\\\xee\\\\xe3^\\\\x8c\\\\xfa\\\\xb1r\\\\x15\\\\xd6\\\\xdcwUF*dVf%\\\\x94\\\\x8dF\\\\xb11\\\\xa7T\\\\xb7\\\\x97=\\\\xe6\\\\x0e\\\\xe3\\\\xe8\\\\xb4\\\\xf6\\\\xf1\\\\xf1S2)T\\\\xc9c\\\\x8a\\\\xec\\\\xca\\\\xac\\\\xa2\\\\xc6\\\\x85\\\\xfc!@\\\\x0c;}\\\\x91\\\\xe7\\\\xd5A\\\\r%\\\\xb1j\\\\x95y\\\\xc0,\\\\x07N\\\\xc4^\\\\x82\\\\xe8\\\\xa0i\\\\x0b1n\\\\x91\\\\xb2%\\\\x81\\\\x13\\\\xa6\\\\xb0\\\\x06\\\\x9fw\\\\x8fW-\\\\xc4\\\\xb3\\\\x8c\\\\x10K\\\\xd3\\\\x8a\\\\x91v^&Q\\\\xa3\\\\x03.\\\\xd3]69[\\\\xd9\\\\xc1\\\\x8a\\\\xca\\\\xb0\\\\x01\\\\x90\\\\x02\\\\x00\\\\xf0\\\\x92t\\\\xe8\\\\xce\\\\xe21 \\\\x13C\\\\xf5A(\\\\x92\\\\r;;\\\\x12\\\\x16g)\\\\xc7`\\\\xdd`|\\\\x85\\\\xc6{\\\\x19V\\\\xd7\\\\xb0m%\\\\xa0j\\\\x02\\\\x03\\\\xdf\\\\xcb\\\\xed\\\\xeb\\\\xbf\\\\xcd\\\\x81>\\\\xa6Tg\\\\x18\\\\xc4\\\\x96\\\\xc1\\\\xd2\\\\xbd\\\\xfc\\\\xc7\\\\x1db_M\\\\x17\\\\xd3\\\\x8fu\\\\x83pm\\\\xa8\\\\x00a\\\\xea,\\\\x9aL\\\\x18\\\\x89\\\\x03\\\\xc3^\\\\xa6{\\\\x90\"F\\\\x07\\\\'a\\\\x92H0w\\\\x18$>g3)+\\\\x16{\\\\x8fqe\\\\xf6\\\\xc3\\\\x87\\\\x95e\\\\x9fI1\\\\xa1\\\\x91\\\\xa7o\\\\xf3\\\\xeb \\\\xce\\\\xf5\\\\xda\\\\xcaN\\\\x08n;z+\\\\x13\\\\xd2\\\\x00\\\\xd3E\\\\\\\\\\\\xe5\\\\xf2\\\\x19\\\\xc5\\\\xc5IZ\\\\x01,X\\\\xe8\\\\xa5\\\\xc8\\\\xd0\\\\x92\\\\x07\\\\x88#_\\\\x0e\\\\x9f\\\\x1d\\\\xa8\\\\x90sB(\\\\x92.\\\\x93E\\\\r,\\\\xcc\\\\xb0\\\\x8b\\\\x97#a\\\\x8d\\\\x8eZB\\\\xfa\\\\x8f\\\\xf1i\\\\xa0>`\\\\xf5f\\\\xd6\\\\xd8C\\\\x93%\\\\xebs\\\\x81[\\\\x1c\\\\x1c\\\\x8b\\\\x14d\\\\xd6?\\\\x06\\\\xd4\\\\xc9\\\\x0c\\\\x02\\\\xb9_H\\\\x81\\\\xe7\\\\xda\\\\xeaL\\\\xa4\\\\xe0?\\\\x05\\\\x15\\\\xe3y\\\\xeb\\\\xf0\\\\x1c\\\\x17Qb\\\\xbb\\\\x02\\\\xf8\\\\xe4\\\\x98:@\\\\x04\\\\x91\\\\xdab5\\\\xea\\\\xb1\\\\x88\\\\x8e\\\\x15\\\\x00\\\\xbb&B-\\\\xdb\\\\xe6\\\\x8cf`]\\\\x93X\\\\xe4\\\\x94\\\\xb1\\\\xc7\\\\xb5\\\\x7f\\\\x96\\\\x84\\\\x83\\\\x13\\\\xa4\\\\xea$\\\\x80z\\\\xe1\\\\tJ&g\\\\x01\\\\xc7\\\\x920@\\\\xed\\\\xcdF\\\\xa3\\\\x02\\\\xfbJ\\\\xa3V\\\\xf7\\\\x10Ma\\\\x95AP\\\\xcd\\\\xae\\\\xcd\\\\'_\"zD\\\\xce\\\\xb8\\\\xea\\\\x0fN\\\\x94\\\\xe8\\\\x9doP\\\\xa1\\\\xc3\\\\xcdw\\\\x87\\\\xfbR\\\\xf8\\\\xf8\\\\xe3r3\\\\xbeC\\\\x9b\\\\xc5\\\\xd9\\\\xc9\\\\xd1c\\\\xae(\\\\xc6\\\\xf5o\\\\xde\\\\x0b\\\\x00\\\\xb5\\\\xb4\\\\x182g\\\\xe9\\\\x1a\\\\xf5\\\\x91\\\\xaaR\\\\x9da\\\\xae\"\\\\x8d\\\\xd5l\\\\xed`4\\\\xe3\\\\xa4\\\\x95\\\\xd5_\\\\xfe\\\\x91/\\\\xf8\\\\xde^~\\\\x1eU\\\\x19\\\\xdcs=Np\\\\xdde\\\\x1a\\\\xa6r\\\\xba\\\\xb4\\\\xee\\\\xdc\\\\x01\\\\x90@\\\\xef\\\\xe6:\\\\xf37>D\\\\xecoJ\\\\x17\\\\xa1(\\\\xe2\\\\xdcf\\\\xb6\\\\xe3d\\\\xdd\\\\x00\\\\xc4\\\\xbf4\\\\xa3\\\\xca|\\\\xf9>G\\\\xc9\\\\xd0yk3rq\\\\xeed\\\\xde\\\\xca\\\\xd3u`\\\\x8d\\\\xa7l\\\\xca\\\\xb9\\\\xdb>\\\\x03\\\\xef\\\\x03\\\\\\\\\\\\xf1\\\\xf2\\\\xd0\\\\xbfp\\\\x0b\\\\xc6F\\\\'\\\\x96#\\\\xaf^I\\\\xfe\\\\xc9\\\\xb6\\\\t\\\\x87\\\\xed\\\\xd74\\\\xa1\\\\x83\\\\xf1\\\\x9c~Y3sq\\\\xcd\\\\xdbo{\\\\x7f\\\\xa7\\\\xd7{\\\\x8fr\\\\xb4\\\\x90T6\\\\xd5\\\\x82v\\\\xf8\\\\xcf~\\\\x99c\\\\xe2l\\\\xde\\\\xb79A\\\\xc0?\\\\xab\\\\xe5\\\\\\\\\\\\xf8\\\\xfc\\\\xa4\\\\xcbq10\\\\rF}z\\\\'N7\\\\x889\\\\x8b\\\\x8d\\\\xc7\\\\xe5a=\\\\xb9U:\\\\xfeb\\\\xb7*\\\\xb5^+\\\\x01k(\\\\x9a\\\\'\\\\xa8L\\\\xc9\\\\x07\\\\xce;u\\\\xad\\\\xb3\\\\x89\\\\xb9\\\\x11f\\\\xec\\\\x06\\\\xa0\\\\xdc\\\\x98\\\\xb6\\\\x04\\\\x0c\\\\x1b\\\\xfbU\\\\xae\\\\x8d2\\\\xd6\\\\r1\\\\xea;S\\\\xe8\\\\xf8~5\\\\x19v&E_\\\\x92\\\\xa3\\\\x8dE|\\\\xacJmj\\\\xc9\\\\n\\\\x02\\\\xef\\\\n\\\\x01\\\\x05T\\\\xc9\\\\x92{\\\\x19:v\\\\xdf\\\\xff\\\\x00\\\\x1e6\\\\xe6u\\\\r\"8\\\\x81A\\\\xc7\\\\xe5U\\\\x0f \\\\x1b\\\\x12q\\\\xcdS\\\\xff\\\\x003\\\\xf8\\\\xd5\\\\x1c\\\\xa7 \\\\x87\\\\x8a\\\\xc3\\\\x18\\\\x8d\\\\xb2({\\\\t[\\\\xb2+\\\\x90\\\\x05\\\\xaf\\\\x0b\\\\xb6#\\\\xd2\\\\x01\\\\x1d\\\\xbbx\\\\xf5\\\\xe7\\\\xfe[k\\\\xfee\\\\xc7\\\\xb5\\\\x11\\\\x12\\\\x06y\\\\xf5?n\\\\xe5sn\\\\xf6C\\\\x12K\\\\xe5\\\\xf8J_\\\\x1d\\\\xc5zs\\\\x19_\\\\x19\\\\xd6\\\\xca,+\\\\x91\\\\xc7j\\\\xa5\\\\xe4\\\\xff\\\\x00\\\\x10\\\\x88]@\\\\xd2g\\\\xaf9\\\\xf1\\\\xef\\\\x0b\\\\xc4M\\\\xcbe\\\\xd7\\\\xab\\\\xf2\\\\xfe\\\\x95\\\\xdb\\\\xa3T\\\\\\\\g\\\\x9a\\\\xe9o\\\\x87\\\\xfcg\\\\x90\\\\xaa\\\\x9a^\\\\xfb\\\\xae\\\\xc7\\\\xc5\\\\xc8U|\\\\x0cDe\\\\x16\\\\x97\\\\x06,\\\\xf4i\\\\xed\\\\x8d\\\\xbf\\\\x87o\\\\xdb=z\\\\xfd\\\\xae\\\\xd6\\\\xf4m\\\\x8fp\\\\xe9\\\\x19\\\\x00j\\\\x7f\\\\n\\\\x8d\\\\xdb\\\\xa3SD9\\\\xf2\\\\xfeWUp\\\\x18\\\\xb8\\\\xfce\\\\x06\\\\xf7\\\\xc5\\\\x06\\\\xa1\\\\xec\\\\xee\\\\xbfy\\\\xb5\\\\xea\\\\n\\\\xa3\\\\xf1\\\\x1d\\\\x06\\\\x93\\\\xa9\\\\xf1\\\\xebj\\\\x17\\\\x80\\\\xc8\\\\xe9\\\\x19\\\\xe2\\\\xdc\\\\xd1\\\\xdb\\\\xb5\\\\xa7\\\\x95Q\\\\xfe7\\\\x88\\\\xc0\\\\xc7\\\\\\\\\\\\x8ec\\\\x0b(\\\\xa2g\\\\xa5\\\\x14V\\\\xf5\\\\xedp\\\\xbe\\\\xb5\\\\x02\\\\x14\\\\x08(Y\\\\x81 \\\\x8d\\\\'\\\\xbcu\\\\xabf\\\\xd7\\\\xfcB\\\\xe4\\\\ty0\\\\xc8\\\\x9a\\\\xf4\\\\xe5\\\\xcf\\\\x92X\\\\x80\\\\xd4i\\\\x82\\\\x97\\\\x93\\\\x95\\\\xce\\\\xdb\\\\xcb\\\\xe4c\\\\xfb4\\\\xd3\\\\xc6\\\\xe3\\\\x86\\\\xaa\\\\xec\\\\xab)\\\\x7fr\\\\xc8I\\\\x9aN\\\\x8ad\\\\xfd\\\\xda}\\\\xfdN\\\\xe2wD\\\\xccd(\\\\x03\\\\x12\\\\xd9\\\\nS\\\\xb5\\\\x91\\\\x91\\\\x03\\\\x17\\\\xcf\\\\x15\\\\xfb+\\\\x0e\\\\x9c}\\\\x99\\\\xd4\\\\x06\\\\xb7,\\\\xd4JX\\\\xc6\\\\xc6-\\\\x1a\\\\x8d\\\\x15\\\\x80P<\\\\x86\\\\x91=S\\\\xdc\\\\x9bV@\\\\x9cC\\\\xc8\\\\xc6\\\\x86\\\\xb8}\\\\x99tA\\\\x96t%y\\\\x93\\\\x85W\\\\xe6q\\\\x12\\\\xb4\\\\xc4p\\\\x03\\\\x0c\\\\xda,\\\\x1f\\\\xc6\\\\xc3v\\\\xea\\\\xf5\\\\x80\\\\xc6<\\\\x07\\\\xd7\\\\xc3Z\\\\xf7\\\\xad\\\\rp\\\\x10\\\\x11v\\\\xf5\\\\x0f\\\\xfc\\\\xb1\\\\xa7#\\\\xfd\\\\xa2-W~\\\\x88;\\\\xe1\\\\xe4*\\\\x85\\\\xce\\\\xb9(,\\\\xca\\\\x89\\\\x8b\\\\x8c\\\\x14\\\\xa9\\\\x92\\\\xc0\\\\x96w\\\\xd7\\\\xd4\\\\xa2dG\\\\x9e\\\\x91\\\\xd5\\\\x12&)p\\\\x80\\\\x7f\\\\xda0\\\\xf1\\\\xf3\\\\x0c\\\\xa4\\\\xb6HB\\\\xe3\\\\\\\\\\\\xb7\\\\x10\\\\xa8\\\\xf75\\\\xb6\\\\xfbk[\\\\xb0\\\\xb0\\\\x1d\\\\xd0b\\\\xb5`;\\\\xae\\\\xa2L\\\\x08\\\\xed\\\\xafQj\\\\xe0\\\\x89\\\\x11\\\\x8de\\\\x83q\\\\xe4\\\\x97 N8&\\\\xfeC\\\\x19y.7\\\\x91\\\\xc6\\\\x03\\\\xf2\\\\xc7\"\\\\x85\\\\xad\\\\xe1Afj\\\\xce\\\\xab\\\\xdb`\\\\x8e\\\\xd2z\\\\xf4Q\\\\x80\\\\xbd\\\\xa8\\\\x9fKt\\\\xac\\\\x88\\\\xf2\\\\xa2\\\\xaf)\\\\xd3N*\\\\xa5\\\\xbb\\\\xe2\\\\xdcO\\\\x15\\\\x86\\\\xa7:\\\\xac\\\\xdeW\\\\x87\\\\xb6\\\\xcbi\\\\xc8\\\\xe3\\\\x14\\\\xd7S\\\\xd1\\\\x93aS\\\\x8e\\\\xf5\\\\xb21f\\\\x91+\\\\xe6\\\\x1b\\\\xc3oN\\\\xff\\\\x00\"\\\\xdca\\\\xear\\\\tf\\\\xa7\\\\xa4\\\\xf4\\\\xedU\\\\xfd\\\\xb3\\\\x13\\\\xa9\\\\xab\\\\xc3*\\\\xbb\\\\xe6_\\\\xa6o\\\\xf2\\\\xaf\\\\x8d\\\\xe4a\\\\xe6|c\\\\x92\\\\xba\\\\x9e!\\\\xb2\\\\xab\\\\xcc\\\\xfc\\\\xd9Se4\\\\x035\\\\xd8\\\\x8c\\\\xb1\\\\xad{\\\\x84\\\\xed\\\\x99\\\\xef:\\\\x98d\\\\x04\\\\xa3\\\\x0fL$Y\\\\xdc\\\\x16\\\\xc3.\\\\xf0\\\\xa2\\\\xec=\\\\xd7v\\\\xa7\\\\x97\\\\xf0\\\\xben~\\\\xa1\\\\xfe\\\\x9d\\\\xf3_\\\\x07\\\\x0b\\\\x9c\\\\xb5]\\\\xc8\\\\xf0\\\\x97\\\\xdej\\\\xa3\\\\x97\\\\xb6\\\\xa3D\\\\\\\\\\\\x9f\\\\xc0\\\\xe1\\\\xa4\\\\xc8\\\\x82\\\\x07\\\\x9cOU\\\\xe5&\\\\x03Vg\\\\x1eK\\\\x13s\\\\xb3\\\\x90\\\\xa8\\\\xa2\\\\x93\\\\xf0<\\\\xfcL\\\\x86\\\\xb2\\\\x8c\\\\xa6\\\\r{\\\\x85Z.>\\\\x9d\\\\xaa\\\\xbf\\\\x88;\\\\x01\\\\'\\\\xc6\\\\x00\\\\xfd\\\\xdd\\\\\\\\\\\\xdbn\\\\xb5\\\\xcc\\\\x03\\\\x80T\\\\xed\\\\x8d\\\\x05\\\\x8au\\\\xe5\\\\xf1\\\\xa9\\\\xc4\\\\xc2k\\\\xab3\\\\xedE\\\\xcb\\\\xb8\\\\x02\\\\xad\\\\xa4\\\\xe8\\\\xdd\\\\xbbi\\\\x1f\\\\xb3\\\\xad}\\\\xc0\\\\xf4\\\\xd13r\\\\xfah\\\\xa8~_\\\\x1a\\\\x9c\\\\xa6\\\\xb9+c]\\\\xf9D\\\\xd9iB@\\\\x02`@\\\\x1d\\\\xb4\\\\xf3\\\\xf2\\\\xeb<[\\\\x05\\\\xc1n\\\\xab*qi8\\\\xc5\\\\t\\\\xc1\\\\xa7\\\\xd8\\\\x7fj\\\\x90r*\\\\xaa\\\\xb0\\\\xcc\\\\xcaw\\\\x07+;D\\\\x88\\\\xd7\\\\xb4y\\\\xfdGJ\\\\x94\\\\x04_K\\\\x0e3L\\\\x04\\\\x9e\\\\xaa\\\\x0eZ&]V\\\\xd1\\\\x90\\\\x11,\\\\xde\\\\xcb\\\\x8e\\\\xf7\\\\x01\\\\xe9Q\\\\x04\\\\xe9\\\\xf8\\\\xb4\\\\x1eg\\\\xack\\\\x97!z\\\\xd1r\\\\xc62j\\\\x8c\\\\xf3\\\\xee\\\\xe0\\\\xa7\\\\x8bF\\\\x12\\\\x14%\\\\xc0Ph\\\\xe3\\\\xd90/\\\\\\\\{D\\\\xa0\\\\'W\\\\x8fR\\\\x98\\\\xda\\\\x14\\\\x12d\\\\x02d\\\\xf6\\\\x83\\\\xf5\\\\xd2\\\\x9d\\\\xbbS\\\\xb9\\\\x12\\\\x01q\\\\x88\\\\xfb\\\\xf1\\\\x82t\\\\x80\\\\x88\\\\x0fB\\\\x97K\\\\xbd7l\\\\x88\\\\x92\\\\nd,\\\\x10\\\\xbe]\\\\xbbn\\\\xdd\\\\xdf\\\\xb8\\\\xea\\\\x94\\\\xa09\\\\xbf\\\\xdd\\\\x10\\\\xa0\\\\xa8V_\\\\x0bE\\\\x99\\\\x1c+\\\\x92M\\\\x85\\\\xd8\\\\xed\\\\xb1CI\\\\x1f\\\\xc2\\\\x17\\\\xd4@>@\\\\xeb\\\\xd6\\\\x86\\\\xc0j\\\\xb4b\\\\x01\\\\x0c\\\\xe7\\\\x8e\\\\xbf\\\\xda`\\\\x89\\\\xedt\\\\x81\\\\xcc\\\\xf1\\\\xf7\\\\xf1\\\\xf6UM{\\\\x9d\\\\x8a\\\\x9b\\\\xc0\\\\x12\\\\xd1[\\\\x83\\\\xdd\\\\xbc\\\\x8f\\\\xee\\\\xea\\\\x88\\\\x81\\\\x8c\\\\xe5\\\\x19\\\\x0c8\\\\x7f\\\\x05^\\\\xe0\\\\xc2XW\\\\x80\\\\x87\\\\xe0\\\\x9fn\\\\xb2\\\\xed\\\\x7f\\\\xb2\\\\x8f\\\\x0bk\\\\xa4\\\\x05\\\\xdd\\\\xe4H\\\\xd2`\\\\xf5\\\\x17\\\\x1d\\\\xe9\\\\xc0M\\\\xb7\\\\x10\\\\xceY\\\\x08aA\\\\xc9t\\\\x82\\\\xdb`\\\\xcc\\\\x9e\\\\xe7\\\\xd2\\\\x07\\\\xdf\\\\xdf\\\\xa7\\\\x8dZ]V \\\\x19\\\\x16]\\\\x07\\\\xfaqzWMal\\\\xf6\\\\x85\\\\xcf6\\\\xd4I$\\\\x14]\\\\xbb\\\\xccjV\\\\x18\\\\x8f\\\\xdb\\\\xa4\\\\xf5?\\\\x15\\\\x19\\\\r\\\\xc1\\\\x93\\\\x86\\\\xf3\\\\xe2\\\\xaa\\\\xfd\\\\xa04u\\\\x0bo\\\\xc9\\\\xf9v\\\\x19wU`\\\\x14\\\\xa5>\\\\xdaWh,P\\\\x81\\\\xa7\\\\xaa\\\\x08a\\\\xbb\\\\xc2:\\\\xb7\\\\xba\\\\xbenL\\\\xd7\\\\xd5\\\\xcf \\\\xf5\\\\xafo\\\\x92\\\\xa1~e\\\\xe9\\\\x82\\\\xabsr\\\\x9a\\\\xfb\\\\xad\\\\xb7\\\\x92\\\\xac\\\\xd7b\\\\x1fA\\\\xa9\\\\xa4,6\\\\xd9f\\\\xfcDOs3:\\\\xf5X\\\\xed\\\\xfd\\\\xb3\\\\xeeL\\\\t\\\\x02(\\\\xd8\\\\x19u\\\\xee~\\\\xaa\\\\xb6\\\\xb2h\\\\t\\\\x1d\\\\xbc`\\\\xa0~o\\\\x07\\\\xff\\\\x00\\\\xa7\\\\xb7\\\\xf6\\\\xbf\\\\xfe\\\\xf7I\\\\xd5\\\\x0f\\\\xf6\\\\x0f\\\\x13\\\\xf9O\\\\xf6\\\\xe7\\\\xfe\\\\xe2\\\\xbf\\\\xff\\\\xd7\\\\xf9\\\\xcf\\\\x8fM\\\\xb5\\\\x84\\\\xf7\\\\xde\\\\xb3(+\\\\xa6\\\\xb1\\\\xab.\\\\xbb\\\\x83\\\\x0f\\\\x1f8\\\\x93\\\\xdb\\\\xac\\\\x08\\\\xc0\\\\xc7\\\\x1cW\\\\xc5\\\\xe5 \\\\\\\\\\\\x00\\\\x8dq/be\\\\xb7\\\\xb0\\\\xde\\\\xc1\\\\x90PX\\\\xc0\\\\x8d\\\\xb2\\\\x04\\\\x93\\\\xa1\\\\x11\\\\xafn\\\\x95\\\\xed\\\\xcaF\\\\x8a3\\\\xa6![y\\\\x95\\\\xff\\\\x00P\\\\xe3M5\\\\x97C},\\\\xac\\\\t\\\\x9d\\\\xd6\\\\x88\\\\x1e\\\\xa2|Dk\\\\xe7?^\\\\xbaT\\\\x8a\\\\xd0\\\\x9c}\\\\xc8\\\\xaa\\\\x8f\\\\x92\\\\xe3\\\\xb2\\\\xb8\\\\xd6\\\\xc7\\\\xa7\\\\x92\\\\xc5\\\\\\\\_\\\\xcd\\\\xd6\\\\xb9\\\\x18\\\\xf6\\\\x826\\\\xd9S\\\\x12\\\\xa1\\\\xe4\\\\x12D\\\\x81\\\\xa8\\\\xfe\\\\xee\\\\xa0\\\\xda6\\\\xd8\\\\x1a\\\\x13_\\\\x15\\\\x96I,b\\\\x14\\\\xb5\\\\xc6\\\\xc2\\\\xcd\\\\xbdk\\\\xac*T[\\\\xdbJZWt\\\\x11\\\\x0cD\\\\x0fLI\\\\xef\\\\xf7\\\\x8e\\\\xa0\\\\x113\\\\xd1\\\\x11\\\\x84uQ\\\\xfap\\\\xdcsW\\\\'\\\\x1b\\\\xc5\\\\xd1\\\\xc2q\\\\x8f\\\\x96\\\\xe8\\\\xab\\\\x92\\\\x17\\\\xb2\\\\xc2\\\\x00\\\\xdbL\\\\xb0\\\\xd8;\\\\x13\\\\x10G\\\\x9cO\\\\x8fV\\\\xc3\\\\x01Z\\\\xabq\\\\xb5\\\\xedE\\\\xf3I\\\\xd6\\\\xfc\\\\x8d\\\\xf2\\\\xf3g%_\\\\x1e\\\\xbaw\\\\x13\\\\xae\\\\xe0\\\\xe7j\\\\xa8\\\\xaa\\\\x08>S:\\\\xf4\\\\x82\\\\\\\\\\\\xb9T\\\\xa7t\\\\xbal\\\\xc9\\\\xe3\\\\xdb;\\\\x17\\\\x1e\\\\xdcK\\\\xdf\\\\xdf\\\\xda\\\\xd3+ zgm\\\\x8b\\\\xac\\\\xe8\\\\x9a\\\\xf4\\\\xe8F\"\\\\xadD\\\\xb8i%\\\\xf1tO\\\\x96\\\\xa7\\\\x03\\\\x1e\\\\xfb\\\\xf2\\\\x97\\\\t\\\\x01V5\\\\x04:\\\\x95#h\\\\x85\\\\xd1\\\\xa4\\\\x8dH\\\\x06|{\\\\xf4d\\\\x82y\"\\\\x94\\\\xa0\\\\x1c7\\\\x1c`\\\\x90?\\\\xa6%\\\\x97\\\\x1b\\\\x99\\\\x8a\\\\x92IHPvA3\\\\xb4H1\\\\xbb\\\\xb8\\\\xf0\\\\x81\\\\xf7sS\\\\x04\\\\x16\\\\xe5\\\\xdf\\\\xc6*FcS\\\\xc7b\\\\xb0,\\\\xcf\\\\x90\\\\xf2B\\\\xd8\\\\x84\\\\x98q\\\\xbby\\\\x1aH\\\\x98\\\\xd3\\\\xe9\\\\xf6u&F!\\\\x95\\\\xebs!\\\\x86j\\\\xa5\\\\xcf\\\\xcd\\\\xc9\\\\xc8\\\\xb7S\\\\xfc\\\\xa60\\\\xa4\\\\x1d\\\\xa6I\\\\xdb\\\\xe7\\\\xf5\\\\xd6;\\\\xf5T\\\\x82M_\\\\xb1^\\\\xb6\\\\x1f\\\\x1a\\\\xf5\\\\xc1\\\\x00\\\\xce\\\\xc4\\\\xc9e]\\\\xadcN\\\\xe3f\\\\x9e\\\\xad5\\\\x11\\\\x112;\\\\xeb\\\\xdf\\\\xa7\\\\xfb\\\\x91\\\\x05X\\\\x83\\\\xca\\\\xbd\\\\xa9V\\\\xfckC\\\\x1d\\\\xef3\\\\xf8\\\\x14\\\\xb4\\\\x10;\\\\x89\\\\x12bD\\\\xe9\\\\xe0z\\\\xb7\\\\t\\\\x06V\\\\xa2\\\\x03,\\\\x17\\\\x18\\\\xa4\\\\r\\\\xc4\\\\x90@m\\\\xbe\\\\xadbI:\\\\x9dA?\\\\xda:f\\\\xa7N\\\\x11|pG\\\\x97\\\\x14\\\\xe4c\\\\xb32\\\\x87\\\\xb54\\\\'R\\\\x01\\\\xd0\\\\x02\\\\x0e\\\\x9a\\\\x8f\\\\xd9\\\\xf6w\\\\xea\\\\xac\\\\xae\\\\xe8\\\\x90\\\\xe4\\\\xacF\\\\xc9!\\\\x01\\\\xb3\\\\x83:\\\\xc2\\\\x1a\\\\xd5T\\\\x00t\\\\x90\\\\xd3 \\\\xfd\\\\xe3\\\\xcf\\\\xab\\\\xf1\\\\xdc\\\\x8ej\\\\xd4\\\\t+\\\\xc1\\\\xc21\\\\x95\\\\x8f\\\\xc4\\\\xbaX\\\\x0e\\\\xba~\\\\x10L\\\\x19\\\\xed\\\\xd1\\\\x1d\\\\xccqL=T\\\\x9bxV\\\\xf6M[Ev\\\\x00B1\\\\xd4\\\\x85$\\\\x92\\\\x01$\\\\x1d~\\\\xff\\\\x00\\\\xf0\\\\xe9p\\\\xdc\\\\x83\\\\'\\\\xc4%\\\\x98\\\\x91\\\\'@\\\\xdb\\\\x8c\\\\xcaKC\\\\x05g\\\\x15\\\\x80\\\\x15\\\\xd3w\\\\x86\\\\x91\\\\xa8\\\\x1d\\\\x87\\\\x9fV}\\\\xe8\\\\x90\\\\xa6@iZ9,u\\\\xa8\"\\\\xadD\\\\x00\\\\xab\\\\xb8\\\\x9d\\\\x00#\\\\xfb\\\\xa6<\\\\xba\\\\x8b&\\\\xb8\\\\xaa\\\\xd6\\\\xc1\\\\x06\\\\xa9W!N\\\\xe9hD\\\\xda\\\\xdb\\\\xddt;Os3\\\\xafn\\\\xae\\\\x85\\\\xa7d\\\\x86lJ\\\\xd1bX\\\\xd4\"\\\\x06.\\\\xca\\\\x82\\\\x11\\\\xb6\\\\x04%\\\\t%N\\\\x93\\\\xf4\\\\x83\\\\xe1\\\\xdf\\\\xae)\\\\x91 \\\\x12O\\\\xdf5\\\\'\\\\x06\\\\x86\\\\xb9\\\\x83\\\\xba\\\\xb6\\\\xa4\\\\x93dw \\\\x00Lx\\\\x9f\\\\xbb^\\\\x82R`\\\\x93\\\\xba\\\\xb8\"\\\\x18q\\\\xc7\\\\x920\\\\xec\\\\xbb\\\\x0e\\\\xc0\\\\xd2\\\\x93\\\\xa9`Gh\\\\xf4\\\\xe9\\\\xa7\\\\x7f\\\\x0e\\\\x90\\\\x01z\\\\xac\\\\xf8\\\\x8a\\\\xd5*\\\\xe4X}\\\\xd2\\\\xc7\\\\xd4\\\\x92}\\\\xa2 I\\\\xee\\\\x06\\\\x9fq\\\\xea\\\\xc9[V\\\\xe24\\\\xa7\\\\xcf\\\\x81ri\\\\x81\\\\xf2n:\\\\xed\\\\xde\\\\x91bWj\\\\xb6\\\\xa2\\\\x1b\\\\xd3\\\\xe3\\\\x13\\\\xaf\\\\x9fY\\\\xdf-k^\\\\xdaDT\\\\xc6\\\\xbe\\\\x0b/\\\\xe4\\\\xed\\\\x9fm\\\\xfe\\\\x8b\\\\xb2\\\\xf0q\\\\xef~D\\\\x82\\\\xde\\\\xd6=\\\\xf0\\\\xd5\\\\xec\\\\xdc\\\\xc1\\\\x00\\\\x04\\\\x8f\\\\xc2d\\\\x1f\\\\x18\\\\xfa\\\\xf5\\\\xe3\\\\xad\\\\xea\\\\x8c\\\\x8ec\\\\xc4q\\\\xfc//r\\\\xe0%\\\\xb0~\\\\xe4\\\\xca\\\\xe4\\\\xd5p\\\\xc9\\\\xb5\\\\rV\\\\x85>\\\\xef\\\\xa5\\\\xd5\\\\x9aH\\\\x86\\\\x1eQ1\\\\xdb\\\\xfc:\\\\x92\\\\xe2`\\\\x8c\\\\x0f\\\\xd7\\\\xb7\\\\xec\\\\xa8_\\\\x8dQ[1?1\\\\x8dp\\\\xb17d5@!U\\\\x08\\\\xa5\\\\xa0\\\\xec\\\\xd5\\\\x8c\\\\x91\\\\xf6\\\\x08\\\\xd7\\\\xed\\\\xea\\\\xed\\\\xdf\\\\xd6\\\\x81\\\\xddV\\\\x01\\\\xf1,\\\\x92\\\\xdf\\\\x1e\\\\xfa\\\\x98\\\\x93Y\\\\xb4\"HQ$D\\\\xfa\\\\x82\\\\x91\\\\x1a\\\\x19\\\\xef\\\\xf7\\\\xc7H\\\\x16\\\\r\\\\xbc\\\\x92\\\\xf5\\\\x82IB\\\\xeck\\\\xd1\\\\x82\\\\x00\\\\xa7h\\\\x97\\\\x83\\\\xb5\\\\x81\\\\x1a\\\\t\\\\x1a\\\\x92\\\\x02\\\\x9d\\\\x7f\\\\xcf\\\\xa6\\\\xcaR\\\\x1f\\\\xe9\\\\xfc\\\\xa5\\\\x80\"\\\\x19\\\\xd1\\\\xce)\\\\xb1\\\\xfd\\\\x86l\\\\x92m\\\\xca\\\\xa8\\\\x10+n\\\\xec\\\\xa4n\\\\x98\\\\x88\\\\'\\\\xbfo\\\\xfb\\\\x15r1\\\\xd0L\\\\x85s\\\\xa9\\\\xed\\\\xa2\\\\xbb\\\\xb7:\\\\xe5\\\\xa5\\\\xf8=(\\\\xa7e&EXW\\\\xd1\\\\x8a\\\\x8c\\\\x8a\\\\xca\\\\xcde$I$\\\\x11\\\\xa4\\\\xa8\\\\x81\"\\\\t\\\\x1a\\\\xfd\\\\xdd\\\\xba\\\\xb5\\\\x0b\\\\x9a\\\\xc5\\\\x12.Z6\\\\xe2iB\\\\x96\\\\xb1\\\\xf0\\\\xac\\\\xb3\\\\xf35\\\\xdd`Zj\\\\x0c\\\\xfe\\\\xc8\\\\x04\\\\xef\\\\x95\\\\x8f\\\\t\"f;\\\\xf5b$\\\\xb5U@ZX\\\\xa9M]4c\\\\x91b\\\\x9bm\\\\xf4\\\\x91{7\\\\xabi\\\\x90\\\\x01X2 F\\\\x84\\\\x0f\\\\xdb\\\\xd1\\\\x91D\\\\xd6\\\\xd3\\\\x10\\\\xd5\\\\xfc\\\\x7f\\\\x0b+9NCcS[Wmx\\\\xdb\\\\xab\\\\xa2\\\\x0e\\\\xd0\\\\xca\\\\t1\\\\xa4\\\\xfd\\\\xfa~\\\\xe9\\\\x1dC\\\\xbe\\\\x08\\\\xe53\\\\x1e\\\\xaaN7\"\\\\xafr\\\\x9c\\\\x80\\\\xf6%*\\\\x17!\\\\x98\\\\x1d\\\\xa0\\\\x01\\\\x01T\\\\x93\\\\xac\\\\x18\\\\xd3\\\\xeb\\\\xfbDH\\\\xa9\\\\x85\\\\xd0\\\\\\\\\\\\x15\\\\x9eO\\\\r\\\\xfdM\\\\x9f3\\\\x11\\\\x92\\\\xab\\\\xd9\\\\xdbi[\\\\x14\\\\x1d\\\\x04\\\\xca(\\\\x1d\\\\xc4\\\\x98\\\\x8f\\\\xbfN\\\\xaa\\\\xee,\\\\x8b\\\\xa0\\\\xca,\\\\x0f\\\\x18\\\\'[\\\\xa7\\\\xd0\\\\xf1\\\\xcd2|b\\\\xdeK\\\\x8a\\\\x19|>E#)\\\\xaap\\\\xc7`\\\\x04\\\\xc2\\\\xe8f!\\\\x89\\\\x0b\\\\xe1\\\\xe3\\\\xaf\\\\x80\\\\x9e\\\\xbc\\\\xed\\\\xd3r\\\\xcc\\\\xb4\\\\x11\\\\xd6\\\\x9cc\\\\xd1j\\\\xed\\\\xc6%\\\\xf0V\\\\x0e\\\\x1d.\\\\xf7\\\\x06\\\\xb9U\\\\xfd\\\\xd0V\\\\xa0\\\\xba\\\\x12\\\\x01\\\\x95\\\\x9f\\\\x00u GV\\\\xedD\\\\xc8\\\\xb9W5\\\\x0eI\\\\x99\\\\xdb\\\\xdb\\\\x0c}$l \\\\x05\\\\x01d \\\\xed\\\\x04\\\\r\\\\t\\\\xf1\\\\x1d\\\\xbe\\\\x9d\\\\\\\\\\\\x8d\\\\xcd!\\\\x99/K\\\\x84\\\\x07\\\\x9b\\\\xbb.\\\\xec\\\\x0b\\\\xc60gZ\\\\xd4\\\\xedV\\\\x04\\\\xa6\\\\xf0t\\\\x85X`\\\\x07\\\\x7f>\\\\xaa^\\\\x99\\\\xb8iZ`\\\\x86\\\\xe8\\\\x001\\\\xc1\\\\xd72\\\\xf3\\\\xd7\\\\xf2IqL\\\\xa6\\\\x80!k(a\\\\xa7\\\\xf8\\\\x95\\\\x99I\\\\xf5L\\\\x93=R\\\\xb4\\\\x06\\\\xa0&\\\\x058\\\\xe35B\\\\xe1glO\\\\xdf\\\\xe8\\\\x97m\\\\xc3\\\\xc8s\\\\xee]\\\\x94\\\\x17\\\\xdb\\\\x00<\\\\xa9*\\\\xaa\\\\x01\\\\x0b\\\\x11\\\\xf5\\\\xd3\\\\xe8\\\\x9d6\\\\xdd\\\\xbdD\\\\xc9\\\\xc5Cb\\\\xfd\\\\xeag=-\\\\xcdk~\\\\x02\\\\xd0K\\\\xdf\\\\x96w\\\\xa5\\\\xc1.\\\\xa8K\\\\x94F\\\\xd2\\\\xb2\\\\x1a| \\\\xfd\\\\x9e~S+\\\\xf2%\\\\xa4_\\\\x9be\\\\xf9C8\\\\x8cX\\\\xa9\\\\x99\\\\xdcj\\\\x1cZ\\\\xd4\\\\xa2\\\\xbf\\\\xb4\\\\xc6n\\\\xad\\\\xbd]\\\\xce\\\\x81\\\\xa3\\\\xec\\\\xd6:\\\\x0b\\\\xa22\"D\\\\x02:\\\\x1f\\\\xb74v\\\\t\\\\xa8\\\\x18u\\\\x1cQ\\\\x90l\\\\x8c\\\\x07{\\\\xeck\\\\xab\\\\\\\\z\\\\xeb\\\\x8a\\\\xaaU\\\\x80\\\\x02\\\\x82\\\\x17\\\\xd6\\\\xc7I$\\\\x9e\\\\xaa\\\\xde\\\\xbe%2\\\\x04\\\\x00o\\\\xaeJ\\\\xccm\\\\xb0\\\\x7f4K\\\\xfa\\\\x87\\\\xe4)\\\\\\\\TA`u(\\\\xe4\\\\x9fI\\\\'@`i\\\\xa0\\\\x81\\\\xfe=V\\\\xb73W\\\\x158\\\\xe2\\\\x9f\\\\xed\\\\xbf\\\\xeai\\\\x96kV?/\\\\x90\\\\xb6\\\\x87\\\\xa5\\\\xc5U\\\\xbbI\\\\nX@\\\\x1a\\\\x83\\\\xd8\\\\x9fI\\\\xd6O@}.\\\\xd4|\\\\xb2\\\\xe9\\\\x9eYuN\\\\x16\\\\x1b\\\\x1c\\\\x97\\\\xd7O\\\\xf6\\\\xad\\\\x87\\\\xc9\\\\xd1\\\\xfaD9\\\\x8c*\\\\x1a\\\\xc6\\\\xcek\\\\x0efV\\\\xe1]ai&K?\\\\xe2F*d\\\\x11\\\\xdb\\\\xa9\\\\xb0w\"\\\\xdc\\\\xe7n,\\\\xe6\\\\xa7\\\\x8c\\\\xd6\\\\x84\\\\x04\\\\x18\\\\x03\\\\x97\\\\x1e\\\\x08\\\\'\\\\xea\\\\x0f-\\\\xc9\\\\xfc\\\\x93\\\\x93\\\\xc6\\\\xc4)\\\\xf9\\\\xcb0\\\\xbd\\\\xcf\\\\xcb\\\\x9a\\\\x1bs\\\\x80\\\\x02\\\\xeef I\\\\xd4w>\\\\x1ai\\\\x13\\\\xd7\\\\xcf\\\\xfek{{\\\\x7f!d\\\\r^\\\\xdb\\\\xe0\\\\x1c\\\\xb7nc\\\\xee\\\\xb76\\\\xb6\\\\xa3g\\\\xd6\\\\xec\\\\xec\\\\x8d|\\\\'\\\\xf4\\\\xd6\\\\x9c\\\\xec\\\\x9c\\\\\\\\\\\\xbe[s[\\\\x91g\\\\xa2\\\\x92BZ\\\\xc5A\\\\x1a\\\\x83\\\\xa0:@\\\\xf3\\\\x1a\\\\xf8uw\\\\xe2>\\\\n\\\\x11\\\\x10\\\\x9d\\\\xdcN\\\\x01\\\\xea>\\\\xdf\\\\x9e\\\\x89;\\\\x9d\\\\xc6\\\\xa2Dk\\\\xd5_\\\\xbc\\\\x1f\\\\xc7\\\\xab\\\\xc0^=\\\\xb1\\\\xb1)fL\\\\xa4\\\\xc7\\\\xc7\\\\x04n6X\\\\xa0\\\\r\\\\xb7K\\\\x9d\\\\xca<\\\\xa3\\\\xeb\\\\xd7\\\\xa0\\\\xb6Db\\\\xf0\\\\x15v\\\\xa3\\\\x12{k\\\\xe4\\\\xaa\\\\x90Iw\\\\xc1E\\\\xfc\\\\x87\\\\'\\\\x9f\\\\xc9\\\\xe6f\\\\xe2q\\\\xaa(\\\\xe3-\\\\x7f\\\\xeaO\\\\x8e\\\\x88\\\\xaa\\\\x96;\\\\xee]\\\\x01\\\\xd8\\\\x00\\\\x00\\\\x1d\\\\xbe\\\\x1fX\\\\xea\\\\x95\\\\xbb\\\\xf7\\\\'u\\\\xe3\\\\x16\\\\x10py\\\\xb9\\\\xf2\\\\xeeL6\\\\xdc\\\\x12s\\\\xf0R\\\\xf9^3\\\\x1b\\\\x12\\\\xf5\\\\xc0\\\\xe4\\\\x19\\\\xf3/y\\\\xc9\\\\xc9\\\\x1f\\\\x9a\\\\xd2,\\\\xdc\\\\x05mf\\\\xc2+\\\\x88\\\\x04+\\\\x12\\\\x08\\\\xfat\\\\xfd\\\\xe4\\\\xad\\\\xc2DI\\\\xe4q5\\\\xc8\\\\xf3\\\\xe5\\\\x95\\\\x17X\\\\x83\\\\xf2\\\\x1c\\\\xbb\\\\x92\\\\xfdX9x\\\\xf9\\\\x17\\\\xf1\\\\xb5\\\\xf1xY\\\\x1c\\\\xa7<\\\\xe8\\\\xb8\\\\x9bf\\\\xc5\\\\xaf\\\\xda%jQh\"Y\\\\x84\\\\x80\\\\x0e\\\\x87\\\\xbc/\\\\x8cm\\\\x8d\\\\xd8\\\\xfat\\\\x03rt\\\\x1c\\\\x80\\\\xc8>e2Zd\\\\x1cH\\\\xb4W0r\\\\xb6\\\\xd9\\\\xf1?\\\\x97\\\\xf2Xy\\\\x06\\\\xdb3\\\\x12\\\\xc7L\\\\xbamM\\\\xcc\\\\x96H\\\\xde\\\\xc4\\\\xc1\\\\x01\\\\x95\\\\xa4\\\\x13?f\\\\xbdx=\\\\xd1\\\\xbb\\\\xb4\\\\xdc\\\\\\\\\\\\xa0\\\\'7\\\\xe6k\\\\xd2\\\\xabN\\\\x062\\\\x88\\\\xe5\\\\xf8]\\\\x17\\\\xf0\\\\xaepz9\\\\x0c\\\\xac\\\\xfb\\\\x1b\\\\x0e\\\\xa8Z\\\\xd1,\\\\x93k\\\\xc7\\\\xe2V\\\\xecDH\\\\xf0#\\\\xb6\\\\x93\\\\xae\\\\xcd\\\\x8d\\\\xed\\\\xc8\\\\x87\\\\x97\\\\xaa#\\\\x06?t\\\\xb3n\\\\x06\\\\\\\\\\\\xbb\\\\x95\\\\xf1\\\\xc6sy\\\\x7f/\\\\xe5\\\\x1910\\\\x16\\\\xbe\\\\x13\\\\x8f\\\\x1bs\\\\xd1v\\\\x8b^\\\\xa7\\\\x81\\\\xed\\\\xa3\\\\xa8\\\\x1bI\\\\xd3_\\\\x00L\\\\x19\\\\xed\\\\xb7\\\\xb3\\\\x9d\\\\xcd\\\\xed\\\\xe8\\\\x93\\\\x12-\\\\x83\\\\\\\\\\\\x8aL\\\\x88\\\\xb4\\\\xf5\\\\x0eB\\\\xb6x\\\\xfc\\\\xae(\\\\xf1\\\\xb6b\\\\xe0\\\\xf1\\\\xb5\\\\xd9\\\\x83\\\\x8c\\\\xed\\\\x861Q\\\\xf6\\\\x9d\\\\x95\\\\xc9\\\\xfcD\\\\x00N\\\\xee\\\\xe3q>3\\\\xe1\\\\xd7\\\\xb5\\\\xb7{o\\\\x1bZc\\\\x00@\\\\xa5\\\\x0e\\\\x92\\\\xc3\\\\xaf\\\\xd5Us\\\\x12\\\\xe4\\\\xf5[\\\\xa9\\\\xc9\\\\xcaBZ\\\\xf1c\\\\xdb\\\\x94\\\\xe0\"\\\\x98\\\\xdbX\\\\xdb!t\\\\xf5\\\\x11=\\\\xcbu\\\\x9fowz\\\\xd12\\\\x90\\\\x91\\\\x94\\\\xa8\\\\x01\\\\xc0\\\\x0e\\\\x8d^\\\\xf2\\\\x99\\\\xa23\\\\xa0\"\\\\x88\\\\xee\\\\'\\\\x1d\\\\x90\\\\xdbm\\\\xb9\\\\x03\\\\x02\\\\xa3\\\\xf9]\\\\x8e\\\\xd3\\\\xdd\\\\xbb\\\\x9d4\\\\xeb_k\\\\xb4\\\\x9c\\\\xc8\\\\x94\\\\xc04\\\\xc3\\\\x90\\\\xf3\\\\xa2(m\\\\xe5S\\\\x92\\\\x01\\\\xcdq\\\\xe8X\\\\xdd\\\\x8f\\\\xca\\\\x1e7!\\\\xf2Ul\\\\xaa\\\\xb4FW\\\\x00L\\\\x99\\\\x12 \\\\x0e\\\\xe0\\\\xf6\\\\xd3\\\\xc7\\\\xac\\\\xdf\\\\x96\\\\xd9\\\\xdb\\\\xb6M\\\\xcfr0\\\\x94\\\\xa4\\\\x06\\\\x96\\\\r\\\\xff\\\\x00\\\\xca\\\\x99\\\\x81\\\\x9a\\\\x88H1\\\\x0cK\\\\x1a%\\\\x8b\\\\xde\\\\xd1\\\\x95\\\\x92*V\\\\xbe\\\\xf4\\\\x0c\\\\xe4\\\\xd6\\\\xc1R\\\\xe4hRk\\\\xef\\\\x0c\\\\x00\\\\x98\\\\x89\\\\xfa\\\\xf5\\\\xe4\\\\xae\\\\xdc\\\\x12\\\\x9c\\\\xb4T\\\\x87\\\\xad\\\\x1a]c\\\\x9f\\\\\\\\;S4\\\\xb1\\\\xae\\\\x08^\\\\x18\\\\xb6\\\\xd9\\\\xb1]\\\\xab\\\\xaf\\\\x1e\\\\xb5\\\\xb12\\\\x91\\\\x85DZ\\\\x19\\\\x81[\\\\x91\\\\xa0\\\\x06\\\\xd0C\\\\x02g\\\\xf7t6.\\\\x16\\\\xd6\\\\x0e\\\\x15\\\\x04zH\\\\xaeo\\\\xf6Q(\\\\x00X#\\\\xf5dR\\\\xeb\\\\xef=\\\\x80\\\\xdbK\\\\x92.C2\\\\x1d\\\\x9a=\\\\x02\\\\x08&N\\\\xa4jG~\\\\xb4\\\\xacn!r\\\\xdb\\\\x92u\\\\x03\\\\x8b\\\\xd0\\\\xb9\\\\xe5N\\\\xd7\\\\xcd\\\\x95y\\\\t\\\\taD7\\\\x9b\\\\xc9\\\\xa3\\\\x83\\\\xcc9\\\\xd8\\\\xb8\\\\xb5\\\\xa5y\\\\xd1O-\\\\xee\\\\xa1\\\\xb0\\\\xd6\\\\x1e\\\\x02\\\\xb7\\\\xe2>\\\\xd8\\\\x00\\\\xeb\\\\x1fO\\\\xb3\\\\xa7o\\\\xf7\\\\x9f\\\\xe2\\\\xdc{q\\\\x022\\\\xa4\\\\x9c9\\\\x0f\\\\xdeX\\\\xf6.\\\\x8d\\\\xa3.\\\\xa8^Uu|\\\\x93\\\\x02\\\\x83\\\\x99Vn_\\\\x15\\\\x8fe\\\\x15\\\\xe1_Do\\\\xb3\\\\xde;Q\\\\xe9\\\\x05\\\\x83)\\\\xf1bG\\\\xe1\\\\xfd\\\\xbdhm\\\\xf7@\\\\xc62\\\\x93\\\\xc8\\\\x06\\\\x1c\\\\xb1\\\\xc0\\\\xa5{f`\\\\xf2\\\\n\\\\x8b\\\\xfd_\\\\xf8\\\\xff\\\\x00\\\\x13\\\\x95\\\\xf1\\\\x8f\\\\x95\\\\xf1<\\\\xd5\\\\xe3\\\\'!qop\\\\xd5\\\\xaf\\\\xbe\\\\xb8\\\\xf7\\\\xe2\\\\xd6\\\\xc564\\\\xfa\\\\x18\\\\xb0\\\\xd7\\\\xeb\\\\xae\\\\x9d^\\\\xde\\\\xeeLn\\\\x18\\\\x81\\\\x17\\\\xcf\\\\xa1\\\\xe9\\\\xf7U\\\\x85\\\\xa8\\\\x98\\\\x10y\\\\x15\\\\xf2\\\\xf3\\\\xe2o\\\\xb7\\\\x94\\\\xa6\\\\xb6\\\\xbc\\\\xfb*\\\\xca\\\\x0b\\\\x82%cPH\\\\x04\\\\x02\\\\x04\\\\x9d;\\\\xf9\\\\xcfU\\\\xb6\\\\xb1\\\\x13\\\\xb8\\\\xee\\\\xf1\\\\xfb\\\\xfe\\\\x17\\\\x9c\\\\xbd\\\\xe8,\\\\xcc]^\\\\x83?\\\\x1e\\\\xda\\\\xed\\\\xab,m\\\\xa8\\\\x16\\\\xb1^\\\\xd8*\\\\xae|\\\\x01 \\\\x80Op4\\\\xff\\\\x00\\\\xd9\\\\xeb\\\\xd5\\\\x0b\\\\xd1\\\\xd3\\\\xea\\\\xc52DF5T\\\\x8f7G\\\\x17\\\\xfdI\\\\x15\\\\t\\\\xa9^\\\\xc3\\\\xea\\\\x0c6\\\\xc3@\\\\x00\\\\x93\\\\xd8z\\\\xa0\\\\xff\\\\x00\\\\xc0\\\\xf5F\\\\xec\\\\xc4d\\\\xc1\\\\x85U\\\\x07\\\\x81\\\\x15\\\\x0b\\\\x0b\\\\xf8\\\\x1cM\\\\x97\\\\x9c\\\\x7fiM\\\\xbb\\\\x8a\\\\x95\\\\x10Y\\\\x81\\\\x10R$\\\\xf9\\\\xfe/\\\\xb3\\\\xa5\\\\xcfK\\\\x99=>\\\\xa9\\\\xd0\\\\xb1\\\\x19a\\\\x8af\\\\xf8\\\\x8f\\\\xe8w\\\\xea\\\\x7f\\\\xce0\\\\xaf\\\\xca\\\\xe18\\\\x0f\\\\xce\\\\xe1q\\\\xc1n\\\\x19\\\\x19v-\\\\x15[\\\\xbc\\\\xe8\\\\x8al\\\\x82Ki\\\\x1b\\\\x7f\\\\xca1\\\\xa1\\\\xb7\\\\x91$\\\\x11\\\\xe9|\\\\x0fU\\\\xadc\\\\xe3\\\\xa5?TC\\\\xb2\\\\xab~W\\\\xfa}\\\\xf3o\\\\x89r\\\\xf7\\\\xe2\\\\xf3\\\\xdc\\\\x15\\\\xfc^U\\\\xaaR/M\\\\xc9\\\\'p\\\\x08\\\\x1chtS\\\\x10z\\\\xaa-]\\\\xb7u\\\\xc0\\\\x00\\\\xf2\\\\xc9\\\\x90_\\\\xd9\\\\x98\\\\xc4\\\\xea\\\\xfaf\\\\x970\\\\xb8\\\\x9b\\\\xf2\\\\x9fvr\\\\x8a\\\\xd4\\\\x7f\\\\xcb\\\\x85,7\\\\x18\\\\x01X\\\\x83\\\\xd8\\\\xf5O\\\\xfcs9\\\\x11\\\\xfa\\\\x9e\\\\xc2\\\\x7f\\\\x85PA\\\\x88\"\\\\xa9\\\\xf6\\\\xac\\\\x9e\\\\'\\\\x8b\\\\xaa\\\\xac{\\\\x9f\\\\xdc\\\\xa9\\\\x17\\\\xd5\\\\x8a\\\\x86Ab\\\\xa1}+\\\\x12d\\\\x9f\\\\x01\\\\xa4\\\\xf5\\\\xb7\\\\xb6\\\\xb7f\\\\xc5\\\\x01\\\\xf5\\\\x1cC\\\\xe7\\\\xc7$\\\\xab\\\\x97\\\\x8c{\\\\x96\\\\xeeS\\\\x84\\\\xc28\\\\r\\\\xc8\\\\xb3V\\\\xde\\\\xfan\\\\xae\\\\xd5\\\\xd4\\\\xa7\\\\xa4\\\\x0fQ\\\\xef\\\\xa0\\\\xd2|\\\\xfa\\\\r\\\\xc6\\\\xd2\\\\x0cn`C\\\\xf6\\\\xf7\\\\x94\\\\x13&\\\\xf0T\\\\x8f\"\\\\xb6=\\\\x8e\\\\x8b\\\\x0b\\\\x86\\\\xacB0\\\\x04\\\\x80\\\\x07\\\\x8c0\\\\x99 \\\\xf8\\\\xf5\\\\x88\\\\'\\\\x13P\\\\x1b\\\\xa2L\\\\x84\\\\xa4\\\\x18\\\\x93\\\\xda\\\\x84 fT\\\\xb5\\\\n>\\\\xf3\\\\xe9\\\\x1f\\\\x85\\\\xca\\\\xe8\\\\'\\\\xb6\\\\xb3\\\\xfb\\\\xbaqaB\\\\x96\\\\t`_\\\\xf9]\\\\x19\\\\xf1\\\\x11\\\\x8f\\\\x87\\\\xc2b[\\\\x8aU\\\\xb2i\\\\x0c\\\\xd4=\\\\x8a7n n\\\\xfd\\\\x9e$v\\\\x1d]\\\\xd8E\\\\xad\\\\xeb\\\\xf4\\\\xc8\\\\x87Wu\\\\x16,\\\\xe1\\\\x03\\\\xe6\\\\xb2\\\\xd0]o\"\\\\x94!(\\\\x0b\\\\xbdm$K\\\\x11\\\\xfc\\\\xcd\\\\xa3C\\\\x1ef\\\\x08\\\\xf3\\\\x9fOJ\\\\x83\\\\x03)\\\\x98\\\\x8cG\\\\x1d\\\\xfc>\\\\n\\\\x8d\\\\xe9k\\\\x90\\\\x03\\\\x92T\\\\xe48\\\\xca3\\\\xaa\\\\xa3+\\\\x06\\\\xefn\\\\xdbj\\\\r\\\\x9eI\\\\xdbZ\\\\x8b\\\\x18\\\\x80+\\\\x00\\\\x82\\\\xe1\"N\\\\xbav\\\\xfau\\\\xaf{knq3\\\\xca@c\\\\x80\\\\xeb\\\\xdd\\\\x9a\\\\xac\\\\xc6:C\\\\xe1\\\\xc7z\\\\x13\\\\xfd\\\\x17\\\\x8b\\\\xff\\\\x00\\\\xf3\\\\xb0\\\\xff\\\\x00\\\\xe5?\\\\xfe\\\\xefY\\\\xdf\\\\xe0[\\\\xff\\\\x00\\\\xfb\\\\x87\\\\x87\\\\xf2\\\\xadj<\\\\x8f\\\\x1d\\\\xcb\\\\xff\\\\xd0\\\\xf9\\\\xfd\\\\xf9e\\\\xc6\\\\xde\\\\x0e1\\\\xc8\\\\xb2\\\\x93\\\\xb6\\\\xe9:!h\\\\x1b\\\\xa4\\\\x89\\\\x03\\\\xf1w\\\\xd3\\\\xf6k\\\\x80:\\\\x85\\\\xf1\"\\\\xceA\\\\x06\\\\x98\\\\xa6\\\\xde+\\\\x82\\\\xc9\\\\xcc\\\\xf6\\\\x8e%\\\\x037#85H\\\\xaav\\\\xed\\\\x08d\\\\xb6\\\\xed@\\\\x90\"Li\\\\xdb\\\\xe8d\\\\tzT\\\\xda\\\\xb7)\\\\xb4\\\\xb39r\\\\xeb\\\\xf6V\\\\x1bq\\\\x9c\\\\x98\\\\xa3\\\\x1f\\\\x18\\\\x81M\\\\xb5\\\\x82}\\\\x90\\\\xa3\\\\xdb!G\\\\xa5d\\\\x89\\\\x92<|\\\\xfa\\\\xa31=lp\\\\xc9l\\\\xdb\\\\x88\\\\x16\\\\x9b5P\\\\xf3X\\\\x15\\\\xe2rYa\\\\xe9[ou\\\\x01*\\\\x90\\\\x1a\\\\xa91\\\\xb8A=\\\\xbf\\\\x88y\\\\xf4%\\\\xf50\\\\x15Y[\\\\x86\\\\x8b\\\\x8a\\\\x05\\\\x13\\\\x89\\\\xc2\\\\xcb\\\\xbb)\\\\x1e\\\\xbcoX\\\\x83J\\\\xc40]\\\\x04\\\\xa3\\\\x03\\\\xdc\\\\xf6\\\\xfa\\\\xfd\\\\xfdX\\\\xb5\\\\x00*\\\\x03$\\\\xbc\\\\xcb5h\\\\xad\\\\x8f\\\\x90Yn7\\\\x081\\\\x8d\\\\x8c\\\\xb5\\\\xaa*\\\\xa3\\\\xb0$\\\\x83\\\\x00\\\\x13\\\\xdf\\\\xc2D\\\\x7fc\\\\xd4\\\\xdd4rU\\\\xeb\\\\x80\\\\x80\\\\x074\\\\x83\\\\xc3R\\\\x994\\\\xd8V\\\\xb3`\\\\xc6f\\\\x1e\\\\x89\\\\x82\\\\xe5\\\\x88\\\\x12\\\\xc6\\\\x08\\\\x9dI\\\\xfb\\\\xb4\\\\xf1\\\\xeb\\\\xa2}/\\\\x92\\\\xa4l\\\\x1d/*\\\\xab/\\\\x83\\\\xf6mJ\\\\xa9\\\\x1a0\\\\xc7\\\\xa8\\\\\\\\\\\\x98\\\\xfb\\\\xbd(T6\\\\xa5\\\\x9b\\\\xd4F\\\\xd0\\\\xc6\\\\x0c\\\\x91\\\\xd7\\\\x10\\\\x0fb}\\\\x86\\\\r\\\\x13\\\\xc95\\\\xf2y\\\\xd8\\\\x984\\\\xb5ob\\\\x06B\\\\x82\\\\xa5s\\\\xdd\\\\x98\\\\xc2\\\\x15\\\\x89#S\\\\xd4J\\\\xe4@Vg0(\\\\x93i\\\\xc8\\\\xa2\\\\xf5\\\\x19,\\\\xd6=\\\\x80\\\\x83B\\\\xd5\\\\xa8\\\\xf4\\\\xfa\\\\xa7h\\\\xf4\\\\x99#\\\\xee\\\\xfd\\\\xfd\\\\x149\\\\x94\\\\x8bZsz+&\\\\xff\\\\x00\\\\x91U\\\\xcfU\\\\xc0\\\\xe3\\\\xd5\\\\xc1\\\\xd3\\\\xc1\\\\xe4qJ\\\\x12\\\\xcc\\\\xdcQ\\\\xaeC\\\\x03&\\\\xc7\\\\x00\\\\x19\\\\'\\\\xec\\\\xf3\\\\xf3\\\\xe9\\\\xdb\\\\x9b\\\\xe2`\\\\x16e\\\\xb1\\\\xba\\\\xbf\\\\x0b\\\\xf0\\\\x8cc\\\\x061\\\\xc7\\\\xaa\\\\xbe\\\\xfe3\\\\xfa\\\\x1b\\\\xf2O\\\\xd4\\\\xae\\\\x12\\\\xec\\\\xcc\\\\x16\\\\x18\\\\x95\\\\x964a\\\\xa0Q\\\\xb5\\\\xecE,\\\\xc2\\\\xc8\\\\xd4@\\\\xd4\\\\x125\\\\x9d\\\\'\\\\xac\\\\xf9\\\\x83v\\\\xa0\\\\x82\\\\xcc\\\\xadY\\\\xd8\\\\x99\\\\x8c\\\\x16\\\\xbeC\\\\xfd\\\\x98~\\\\xa1\\\\xd3\\\\x8er\\\\xf8\\\\xb7\\\\xa3\\\\x97\\\\xc9\\\\xc1D\\\\xb4b\\\\xadv\\\\xd3{\\\\xbb(b\\\\xb0\\\\xe1u\\\\x12G\\\\xec\\\\xd3\\\\xc3\\\\xa9\\\\x8d\\\\x89\\\\xc4\\\\xb0 \\\\xbeH\\\\xa7\\\\xf1R\"\\\\x8f\\\\x82\\\\xe7\\\\xa6\\\\xf8\\\\x87-\\\\xc5r\\\\x99\\\\xbc_!\\\\x84\\\\xf8y8\\\\xc4\\\\xaen=\\\\x83n\\\\xb3\\\\xb7q:\\\\x92\\\\'\\\\xc4\\\\x13\\\\xa7M\\\\x86$,\\\\xb3\\\\xb7\\\\x94$\\\\xc7\\\\x97\\\\x8fU\\\\x9e/\\\\xc5\\\\xda\\\\x9f~\\\\xefh1`}v\\\\x10\\\\xcb\\\\xb8\\\\x02\\\\xca5\\\\xd7^\\\\x9e\"EP\\\\r\\\\xb1\\\\x15\\\\tc\\\\x98\\\\xe2\\\\x1d\\\\xd8;PM.\\\\xa8\\\\xac\\\\x15\\\\x88\\\\x00\\\\xc7\\\\xa1BI\\\\x04\\\\x82`\\\\x1f\\\\xdf\\\\xd0\\\\tUU\\\\x95\\\\xa2N4[1\\\\xb8K^\\\\xb5\\\\xbf!*\\\\xf6\\\\x10\\\\x06\\\\xaf\\\\x19\\\\x06\\\\x84\\\\x00\\\\t\\\\x03\\\\xf8X\\\\x82#N\\\\x9b\\\\x17\\\\xc4\\\\xa7\\\\xc2\\\\xd9\\\\x05\\\\xddS\\\\xbf&\\\\xf6\\\\x8d\\\\xf7\\\\xb5u\\\\xed\\\\x1b\\\\xacQ\\\\x0b*\\\\x14I\\\\xdc\\\\xc0h\\\\xb2\\\\xda\\\\xfd\\\\xdd,\\\\xcc\\\\x82\\\\x86\"@\\\\xf2Itq-\\\\x98l\\\\xcc\\\\xbe\\\\xd1\\\\xb0)v\\\\xb6L\\\\x92A\\\\x00\\\\x80$\\\\xc7\\\\x7f\\\\r|z\\\\x82\\\\xe6\\\\xa6\\\\xabF\\\\x06\\\\x80%\\\\xcc\\\\xea\\\\x185\\\\xab\\\\rY\\\\x00\\\\x8a\\\\xd0\\\\x82\\\\x00^\\\\xd2\\\\xe0\\\\xf60z\\\\x1dQvj\\\\'\\\\xda2>\\\\xa7\\\\xaaZ\\\\xb7\\\\x8e\\\\xfc\\\\xc5\\\\xb5\\\\xd9\\\\xaf\\\\xb6\\\\xd2`\\\\x80F\\\\x9e#B\\\\x7f\\\\xb6\\\\x9dq\\\\xbf\\\\xa2\\\\x8bJ\\\\xd4AD8\\\\xef\\\\x8d\\\\xe7\\\\xf2yTq\\\\xbcv%\\\\xd9y\\\\xf9l*\\\\xc5\\\\xc5\\\\xa5K\\\\xbb\\\\xb3F\\\\xd04\\\\xfa\\\\xf8\\\\xf4\\\\xab\\\\xbb\\\\xc1n\\\\xa4\\\\xe0\\\\xae\\\\xdb\\\\x885+\\\\xb2?I?\\\\xd9\\\\x7f\\\\xea\\\\x1f\\\\xccy\\\\xf5\\\\xe2~MB\\\\xfcO\\\\x8a@\\\\xad\\\\x95\\\\x95iW\\\\xb1\\\\x95\\\\xbf\\\\x0e\\\\xc4S\\\\x1a\\\\xf9\\\\x9d:\\\\xc8\\\\x9f\\\\xc8{\\\\xf5\\\\x89\\\\xd2\\\\xd9\\\\xf2*\\\\xd6\\\\xb1\\\\x11\\\\xe9\\\\xab\\\\xae\\\\xec\\\\xfd<\\\\xff\\\\x00a\\\\x1f\\\\xa4\\\\xbf\\\\x16d\\\\xe4\\\\xbek\\\\x87\\\\x99\\\\xf2\\\\xf6\\\\xa2\\\\xdf\\\\x7f~Cm\\\\xa0\\\\xd1%Z\\\\xa6\\\\xc7\\\\xafig\\\\x11 \\\\x86\\\\x89\\\\xd0\\\\xf5Z;\\\\xff\\\\x00m\\\\xe5u\\\\xe5\\\\x18\\\\xf87fk\\\\x89\\\\x9c\\\\x98\\\\n\\\\x0c\\\\xf9\\\\xab\\\\x03\\\\x94\\\\xff\\\\x00`_\\\\xed\\\\xe3\\\\x97{\\\\xf2\\\\xb1\\\\xbe3\\\\xc9\\\\xf1?\\\\x9a\\\\x06\\\\xea\\\\xae\\\\xaf/\\\\xd8Q\\\\xb8J\\\\x7f(n\\\\x80<\\\\xb4\\\\xebLnm\\\\xca\\\\x03H\\\\x94\\\\\\\\S\\\\x16\\\\xaeaW\\\\x95\\\\xdb\\\\xa3\\\\xfdB@*#\\\\xe6?\\\\xfd\\\\xb7\\\\xbfO\\\\xd7\\\\x97T\\\\xf8\\\\xf7\\\\xcc\\\\xf9\\\\xac*\\\\xbd\\\\xa4|\\\\xbe51\\\\x7f9\\\\xed\\\\xdbh;TZD\\\\x80|\\\\x0bi\\\\x1dX\\\\xdb\\\\xdd\\\\x11\\\\x98\\\\xb7;\\\\x9eUR7so\\\\xd5\\\\xfe\\\\x8b\\\\x9d\\\\x7fZ\\\\x7f\\\\xfb}~\\\\xa2\\\\xfe\\\\x9fc\\\\xe1\\\\xe6\\\\xfc#\\\\x90O\\\\xd4\\\\x1c{\\\\xe8\\\\xae\\\\xdc\\\\xee.\\\\x94Z\\\\xf3\\\\xe8f\\\\xfc[\\\\x92\\\\x02\\\\x90\\\\x0e\\\\x9a\\\\x19\\\\xf2\\\\xef\\\\xd5\\\\xe8\\\\x99\\\\n\\\\x8fW\\\\xd5;\\\\xde\\\\x8e\\\\x17(q\\\\xa5B\\\\xf9\\\\xe1\\\\xcf\\\\xf0YX\\\\x19\\\\x19\\\\\\\\W+\\\\x87o\\\\x17\\\\xc8a\\\\x1fk3\\\\n\\\\xfa\\\\xda\\\\xbb\\\\xaau\\\\xd6\\\\x1dX\\\\x06\\\\x10|\\\\xfa\\\\xb3b\\\\xfdz\\\\xf5\\\\xfc\"\\\\x94G\\\\xec\\\\x15e\\\\xc8q\\\\xf7c\\\\xd9\\\\x0e\\\\xac\\\\xba\\\\xb0\\\\x0f\\\\xa1\\\\x92|I\\\\xd7^\\\\xc7\\\\xadkWD\\\\x85\\\\x17B\\\\xe3(t\\\\xa0@\\\\x84\\\\x98*u`\\\\xa2\\\\'BN\\\\xd1\\\\xdc\\\\x9e\\\\x8c\\\\x93\\\\x80]rD\\\\x95\\\\x1b\\\\'0W[>8W\\\\x86\\\\n\\\\xec\\\\x1b\\\\xb0bA\\\\xd4\\\\x19=\\\\x87n\\\\xa5\\\\xbb\\\\xd3\\\\xadm\\\\xcc\\\\x8f\\\\xadD\\\\xc7\\\\xcd\\\\xdf`\\\\x168\\\\xd5\\\\x89\\\\n\\\\xa5\\\\xa14\\\\xf0\\\\x11\\\\xf8G\\\\xf7\\\\xf58\\\\xa7\\\\xdc\\\\xb0\\\\x1b\\\\xd2\\\\xbd\\\\xe4)\\\\x1e\\\\xda\\\\xd8\\\\x9a\\\\x89\\\\xf6\\\\xce\\\\xddd\\\\xb1\\\\x8dG\\\\xe1#\\\\xfb}:\\\\x85\\\\x1bi\\\\x9718\\\\xac\\\\xb8\\\\xd2\\\\xc2\\\\xda,\\\\xac\\\\x92\\\\xb4)=\\\\xb6\\\\xc9, \\\\x92$\\\\x11\\\\x1d\\\\xb5\\\\xff\\\\x00\\\\x8fH8e\\\\x1b\\\\xb60 \\\\xe6\\\\xbb\\\\xbb\\\\xe3\\\\x1c\\\\x86G\\\\'\\\\xc0\\\\xf1\\\\x9c\\\\xde\\\\r\\\\xa2\\\\xe6\\\\xc6\\\\xa9?>\\\\x80\\\\xac\\\\x97E\\\\xdadH\\\\x9f\\\\x10g\\\\xed\\\\xeb\\\\xe7\\\\xb7\\\\xed\\\\xde\\\\x8c\\\\xda41$\\\\x1ed\\\\x0c)\\\\xd8\\\\xbc=\\\\xd0!#\\\\x13\\\\x97\\\\xd5Y\\\\x15\\\\xdd_#U9-B-\\\\xde\\\\x95\\\\xda\\\\x00\\\\n\\\\x1b\\\\xc5\\\\x84\\\\xea|\\\\xa4\\\\xf9w\\\\x8e\\\\xac\\\\xeb\\\\x13\\\\x02X\\\\xb7%\\\\\\\\4\\\\x86\\\\x99\\\\x7fHg%\\\\xca\\\\xae.\\\\xeccW\\\\xf2\\\\xa9\\\\x04d\\\\xd0\\\\x08}B\\\\xefrT\\\\x005\\\\x1e\\\\x00\\\\xc7\\\\xef\\\\xe8?\\\\xc8cJT\\\\xaa\\\\x93\\\\x80\\\\x15Ai\\\\xe5Ev\\\\xb2\\\\xe5\\\\xb1\\\\xb6\\\\xcb@\\\\xf6\\\\xac\\\\xac\\\\xb1>\\\\x95\\\\xef\"\\\\x08\\\\xf4\\\\xe9\\\\xd3\\\\x86\\\\xe0\\\\x00\\\\xc4\\\\xb9K \\\\x83QL\\\\x91\\\\x9cK8\\\\x0c\\\\x8a\\\\xea\\\\xbdY71\\\\x05\\\\x96\\\\xe0`;i\\\\x10\\\\xa04\\\\x0f\\\\xa7\\\\x94x\\\\xcfR/\\\\xc01w\\\\xca\\\\x89\\\\xd1\\\\x11\\\\x90v\\\\xc2\\\\xad\\\\xcb\\\\x9a3\\\\x8a\\\\xbc6\\\\rY|\\\\x8d\\\\x97T\\\\xb4V\\\\xec\\\\x82\\\\xb5Y\\\\x01XI\\\\xd8fD\\\\x80~\\\\xcf?.\\\\x9d\\\\xdbR\\\\x04\\\\x0e\\\\xfe\\\\x8aD\\\\x80\\\\xf5`\\\\x84Y\\\\xf2N\\\\x06\\\\xea\\\\x1d(oaW\\\\xf96\\\\x15\\\\x1d\\\\xe0\\\\x99\\\\x99\\\\x0cgO\\\\xbf\\\\xa5\\\\xc6\\\\xecn\\\\x07\\\\x8e\\\\x1e\\\\n%~ \\\\xb4\\\\x94l\\\\x9c\\\\x1a\\\\xf2k\\\\x19\\\\x02\\\\xd6z\\\\xdc\\\\x9d\\\\xf4\\\\xee\\\\x08\\\\x1dF\\\\xdd\\\\x14\\\\rG`$\\\\xfd#\\\\xab\\\\xb0\\\\x90\\\\x96(L\\\\x04\\\\xaa0\\\\xe4\\\\x82dSr\\\\xe3\\\\xd9UnSd\\\\x05\\\\x91\\\\xee\\\\x8d\\\\x0e\\\\xae\\\\xa1\\\\x81%I\\\\'A\\\\x1f\\\\xe1\\\\xd3\\\\x80z$\\\\x1dB-\\\\x9a\\\\x83S\\\\x86z\\\\xae\\\\xca;k\\\\xa5\\\\xfd\\\\xb3b\\\\x89\\\\x10W\\\\xd7\\\\xd8\\\\x0f/\\\\xa8\\\\x06z\\\\x9aK\\\\x1a!-\\\\x12\\\\x0f\\\\xd5\\\\x15\\\\xc7\\\\xc6\\\\xc5\\\\xbb\\\\x10\\\\xecp*\\\\n\\\\xfe\\\\xcdG\\\\xd2\\\\x11\\\\xd4\\\\x9d\\\\x03H\\\\x9d\\\\xd1\\\\xaf\\\\x7f\\\\xd9\\\\x1d\\\\x01#\\\\x9a8\\\\x88\\\\x81QO\\\\xba\\\\xfd\\\\x87\\\\x99N\\\\x1e]^\\\\xdd\\\\x88\\\\xd69o\\\\xfaj\\\\xce\\\\xa4\\\\xeaF\\\\xe9\\\\x8dG\\\\x86\\\\x9e]T\\\\xb9r0\\\\xa8\\\\xf0L\\\\x84j\\\\xce\\\\x0b\\\\xa7\\\\x8e\\\\x0f#\\\\x13\\\\x91\\\\xca7Z\\\\xca2\\\\xe1\\\\xf7\\\\x97\\\\x1b\\\\x1a5PDD\\\\xf8N\\\\xa7\\\\xeb\\\\xd6.\\\\xe4\\\\xdb>\\\\xb2My\\\\x86\\\\xe3\\\\xb9j\\\\xd9rY:\\\\xe1\\\\xd8k\\\\xb5k\\\\xac\\\\x0c\\\\x86\\\\xa4\\\\xef4\\\\xb41\\\\x127\\\\x12Li#]>\\\\x9d\\\\x16\\\\xde~\\\\xdd\\\\x06Y+\\\\xd2\\\\xab\\\\x13\\\\x9a:\\\\x11\\\\r&\\\\xd2\\\\xe8\\\\xc7r\\\\xd4\\\\xc9d\\\\x82\\\\xbb\\\\xfb+\\\\x93\\\\xd8\\\\x1dH\\\\xf1\\\\x8e\\\\xae@\\\\x03\\\\x07&\\\\x83\\\\x9fT\\\\x0c]\\\\xf3A\\\\xb9\\\\xbcw\\\\xab\\\\x8c\\\\xcb\\\\xca\\\\xaa\\\\xe7\\\\xadU\\\\t\\\\xb9\\\\x84\\\\x1d\\\\xb1\\\\xb8\\\\x07#BL\\\\x03\\\\xa8=\\\\xbbyuN\\\\xf8\\\\x8c*\\\\x0bS\\\\x82\\\\x14O\\\\xd5\\\\x8f5\\\\xcc\\\\xdc\\\\xb6C6E\\\\x98\\\\xea\\\\xf5\\\\xda\\\\xb6\\\\x02\\\\xcf\\\\x92\\\\xc0\\\\x80N\\\\xb1\\\\xb8\\\\x19\\\\xef\\\\xfbG\\\\xd7\\\\xa8\\\\x84\\\\xe13\\\\xa2D\\\\x0e\\\\xab\\\\x1e\\\\xe80}5f\\\\xea\\\\x87\\\\xe2\\\\xe3\\\\xb5\\\\x94\\\\x93U\\\\x8bZ\\\\x92\\\\xbe\\\\xfa\\\\xb9\\\\x1b@ \\\\xb0\\\\x90t\\\\x13\\\\x064\\\\x9e\\\\xf3\\\\xd5\\\\xa8@\\\\xda#L\\\\x9f\\\\xb6\\\\xa3\\\\xb42\\\\x03(\\\\xca\\\\x0chx\\\\xc5gev\\\\xe1W\\\\x06\\\\xb1f\\\\xe15\\\\xdb\\\\xa9R\\\\xb0fA:\\\\x11\\\\xdb\\\\xf0\\\\xfd\\\\xe3N\\\\xaf\\\\xdb\\\\xb9\\\\xaa$sU_\\\\xda\\\\xa65\\\\xa2\\\\t\\\\x95e\\\\x86\\\\xc2Q\\\\x9a\\\\xf2\\\\xee&\\\\x96\\\\xd1I3\\\\xf8t\\\\xd7N\\\\x97\\\\x8cZ\\\\x84\\\\xf7y\\\\'\\\\xce\\\\xe0z\\\\x1af\\\\n\\\\x8b\\\\xc6\\\\x0c\\\\xccl\\\\x81n\\\\x13Y\\\\x8e\\\\xee=U\\\\x91\\\\xe9\\\\xb2N\\\\x80\\\\xc9\\\\xf1\\\\x89\\\\xea\\\\xac\\\\xc8r#\\\\xe9\\\\xedM\\\\x8c^\\\\xa6\\\\xa8\\\\xa7/\\\\x9d\\\\x95c\\\\x8fq\\\\xd6\\\\xc25k\\\\x00\\\\xd4\\\\x82\\\\x00\\\\x99\\\\xd0\\\\x9d{N\\\\xbdQ\\\\x16\\\\xcd\\\\xc1\\\\xa8\\\\x90~\\\\xa7\\\\'V\\\\xa0@\\\\x96\\\\x92\\\\x0fj\\\\x1d\\\\x8d\\\\xcb\\\\xe7S\\\\x13f\\\\xa0\\\\x00\\\\x85\\\\x80#@Gh\\\\xf2\\\\x9e\\\\xa60\\\\xf6\\\\xcb\\\\xc4\\\\xb1\\\\x05<[\\\\x05>\\\\xd3\\\\x8d\\\\x95\\\\xcd\\\\xe0n\\\\xa0\\\\xd4\\\\xd6\\\\xa4\\\\x16\\\\xa4\\\\xb7\\\\xaaX\\\\xed\\\\x00$Dw3\\\\xe6z\\\\xe1\\\\xef^?\\\\xb3\\\\x93\\\\xfd2!\\\\x18\\\\x83\\\\x93\\\\x04\\\\x01\\\\xb8\\\\x1c\\\\x9f~\\\\xcfz\\\\xa3[\\\\x82K\\\\x17\\\\x04/\\\\xa6\\\\x04\\\\x82c\\\\xc7\\\\xec\\\\xea\\\\xbd\\\\xc9{`\\\\xb9\\\\xc0\\\\xb2\\\\xb1l\\\\x12\\\\xcaG\\\\xe4*w\\\\xae\\\\xbc3\\\\xb5\\\\x99Y\\\\x99\\\\xa0\\\\x90bu\\\\x04i\\\\x07\\\\xee\\\\xfb\\\\xfa\\\\x08\\\\xfa\\\\x85My}\\\\x13\\\\x86\\\\xa8\\\\xf5\\\\x05}\\\\x81\\\\xff\\\\x00k\\\\x9c\\\\xf6\\\\x10\\\\xfd%\\\\xe18N/\\\\x03\\\\xfa\\\\x96c%\\\\xf8\\\\x9c\\\\xfe.Q\\\\rZ]k\\\\x15K\\\\x13l\\\\x8fJ\\\\x9d\\\\xc0\\\\xb0\\\\xef\\\\x07\\\\xe9\\\\xd2\\\\xe7\\\\xb8\\\\xbba\\\\xed\\\\x80\\\\xfa\\\\xa8\\\\xc6\\\\xb59\\\\xad=\\\\xb4D\\\\xb0E\\\\xdf\\\\xe1\\\\x99\\\\\\\\w\\\\xce\\\\xa9\\\\xcd\\\\xcf\\\\xc4\\\\xae\\\\xea2n5P\\\\xa9m[\\\\n\\\\x02\\\\x05\\\\x969\\\\x04\\\\xb0\\\\x02\\\\x01\\\\xfb&\\\\'\\\\xac[;\\\\tZ\\\\xdcF\\\\xf4\\\\x98\\\\xb9f\\\\x040\\\\x19\\\\xf9\\\\xf3V\\\\xcd\\\\xc18\\\\x18\\\\x0cB\\\\xbd0\\\\xd7\\\\x13\\\\x88\\\\xc4NQq\\\\xd6\\\\xe1\\\\xed\\\\xd8ib\\\\xc9]X\\\\xecWr\\\\x16\\\\xb6\\\\xc1\\\\xabm\\\\x9dGi\\\\x8d#\\\\xad)\\\\xde\\\\x02\\\\x1c\\\\xd9\\\\xfa\\\\x01\\\\xc9&6\\\\xf08!\\\\xf7U\\\\x8d\\\\x95\\\\x8b\\\\x8bNI\\\\xa3\\\\x12\\\\xfcz\\\\xbd\\\\xc3j\\\\x06/{\\\\x90\\\\xc6\\\\xbb7.\\\\x8d\\\\xed\\\\xc4\\\\xf8i\\\\xa1\\\\xeb\\\\ns$\\\\x08\\\\x82 \\\\x00\\\\xc9\\\\xdd\\\\xff\\\\x00\\\\xdd\\\\xdd\\\\xd1\\\\\\\\\\\\x94\\\\x00\\\\x0f\\\\x89\\\\xfb(\\\\xdc\\\\x7f,\\\\xfck.[rk\\\\xcebr\\\\xb7\\\\xd4\\\\xdc\\\\xb6]\\\\xf7([m__\\\\xab\\\\xda\\\\x86bL(\\\\x1f\\\\x7fQg{;znJBq\\\\x97\\\\xecy\\\\x9e\\\\xa8\\\\xfd\\\\xa1\"t\\\\x8a\\\\xd1l\\\\xc6\\\\xc8\\\\xe1o\\\\xe6\\\\xbd\\\\xfcK\\\\xb1p1m\\\\xa0\\\\xde\\\\x94\\\\x1c\\\\x8fwb\\\\x92\\\\xcb\\\\x90.\\\\x85R\\\\xa7B\\\\x11I\\\\x91\\\\xa6\\\\xde\\\\xd1\\\\xd6\\\\x95\\\\xa9Br\\\\xf7\\\\x1c\\\\x08\\\\x80\\\\xf8\\\\xbd3v\\\\xc3\\\\xa0*\\\\xb9\\\\xb6c\\\\x80\\\\xcf\\\\x8eIS\\\\x9a\\\\xe4\\\\xf8ll\\\\xdes\\\\x1a\\\\x9c\\\\xa21\\\\xec\\\\xa1\\\\x87\\\\xc7\\\\xf2\\\\x1a\\\\xbb\\\\r\\\\x80]\\\\xb4\\\\x97A\\\\xb9Hp@R\\\\\\\\\\\\xc6\\\\xa65\\\\xe8o\\\\xef\\\\xacY\\\\x84\\\\xc6\\\\xa6$zhIc\\\\xf4\\\\xfeQ\\\\xfb\\\\x12\\\\x91\\\\x0c\\\\x1e\\\\xb5J\\\\xfcg\\\\xe9\\\\x97\\\\xc7~U\\\\x95c\\\\xf2\\\\xdc\\\\x9d\\\\xb8\\\\x19,\\\\x03P\\\\xf0\\\\x0b\\\\xf6\\\\x00\\\\x1a\\\\xf6\\\\xbe\\\\xe7\\\\x16\\\\x12`\\\\x11\\\\xfe=\\\\x06\\\\xcb\\\\xe1v\\\\xbf \\\\t\\\\xbb/W\\\\x9d>\\\\xa9;\\\\xad\\\\xd4\\\\xec\\\\xe0\\\\x18w\\\\xab\\\\x8b\\\\xe3\\\\x9f\\\\xa2\\\\xff\\\\x00\\\\r\\\\xf8\\\\xdf7\\\\x87\\\\x89\\\\x8d\\\\x9b\\\\x97\\\\x95Z\\\\x90\\\\xe2\\\\xcc\\\\x8a\\\\xd6\\\\x961\\\\x1b\\\\x95\\\\xeb$\\\\x82E\\\\x82\\\\x00#Pu\\\\xf37\\\\x7f\\\\xf4\\\\xbb\\\\r\\\\xbd\\\\xe8\\\\xc2\\\\x04\\\\xd4\\\\xd5\\\\xc7\\\\xdb\\\\x98(\\\\x8d\\\\xfb\\\\xa41\\\\xc1\\\\xb8\\\\xe6\\\\xae\\\\x16\\\\xe5>3\\\\xc2c\\\\xd5\\\\x91BV\\\\n^\\\\xd8\\\\xd4\\\\xe3(j\\\\xb2,(\\\\xd0\\\\x7f\\\\x08\\\\x81\\\\xb6{7q\\\\xd6\\\\xbd\\\\x8b\\\\xfbk03\\\\xc5\\\\x89\\\\x1c\\\\xa4@>\\\\x03\\\\xb34%\\\\xe4DE\\\\x1c)\\\\xdce\\\\xac\\\\x98\\\\xafU\\\\xfcw\\\\xe5(l\\\\xbbl\\\\xc2ZKYs+6\\\\xeft\\\\x84Y\\\\xf5\\\\x92u$\\\\x9f>\\\\x9d-\\\\xcd\\\\xb3lCAb_\\\\xd3\\\\xfb\\\\xa9\\\\xf6\\\\xcb\\\\xb89g\\\\x87\\\\xf6\\\\x8eSg\\\\xb8\\\\xb52X[\\\\xdex\\\\x05F\\\\x8c\\\\xa1d\\\\x02|\\\\x01>=;ozS\\\\x11.\\\\xe6Rj\\\\x0c@\\\\x18\\\\x1e_T\\\\xb2\"\\\\x07%*\\\\xcb[\\\\x1e\\\\x9a\\\\xf3l\\\\xad\\\\xcf\\\\xbav^ii*\\\\xab\\\\xa0\\\\xf4\\\\x924\\\\xed=\\\\x1d\\\\xcd\\\\xc1\\\\xb1\\\\x18\\\\xde\\\\x9cji-\\\\'\\\\x00\\\\x1d\\\\xa8p\\\\xcb\\\\xb5X\\\\x16\\\\xc9\\\\x04\\\\xbb\\\\x04\\\\xad\\\\x963il\\\\xf2V\\\\xbcB\\\\xaf\\\\x14%\\\\x95\\\\x94\\\\x17o]\\\\xc0\\\\xb1\\\\xef3\\\\xf7}\\\\xbdy]\\\\xc1\\\\xba\\\\r\\\\xc2H\\\\x88\\\\x05\\\\xaa4\\\\xea\\\\xcd\\\\xebS\\\\xfd&N:H\\\\x04\\\\x11\\\\xc7D\\\\xbd\\\\xbb\\\\xf3\\\\x17\\\\x95\\\\xac\\\\xe3\\\\xe5\\\\xf2\\\\x18[)\\\\xceb\\\\xec\\\\xac\\\\x81\\\\x81!\\\\x88\\\\x00\\\\r\\\\xc64\\\\x81\\\\xf6\\\\xf5\\\\x8f(NNX\\\\x19\\\\x0c\\\\xcb\\\\xbfoo\\\\x050\\\\xb3bX\\\\xd5i\\\\xb6\\\\xd4\\\\xc4\\\\xb2\\\\xab9\\\\x1a\\\\xfd\\\\xb4\\\\xc8\\\\xf4\\\\xd4\\\\xa8\\\\x0f\\\\xbf-\\\\xf8O\\\\xb6\\\\xd0\\\\xaa\\\\x80\\\\rH\\\\xd7\\\\xaa\\\\x86\\\\xfcm\\\\x18\\\\x9b\\\\xce\\\\x01\\\\x07&\\\\x93\\\\x9f\\\\xd7\\\\xd2Y\\\\xa1\\\\xd5\\\\x0cmH\\\\x86\\\\x8eE\\\\xfa\\\\x7fk \\\\xf8\\\\x8f\\\\xed\\\\xe4a\\\\xee\\\\xceu\\\\xb5\\\\xbf\"\\\\xd5\\\\x00\\\\xb5\\\\xeeYV\\\\xde\\\\xe0D\\\\x06\\\\x00\\\\x95bI\\\\xe8\\\\xff\\\\x00\\\\xc8\\\\x83\\\\x03\\\\x07\\\\x99z\\\\x11@\\\\xfd{\\\\x0b8Rm\\\\x98\\\\x93\\\\xaa\\\\x9d\\\\xa8\\\\xb8\\\\xe3\\\\xb1\\\\xb2\\\\xa8\\\\xfc\\\\xb6J\\\\x94\\\\nE\\\\xa1\\\\xa5\\\\x88k\\\\x9c2\\\\xbfy\\\\xf4\\\\xfa\\\\x8c)1\\\\xd6\\\\xf5\\\\x9b\\\\x16\\\\xef\\\\x8d2\\\\x1aZ\\\\xbd\\\\xb24\\\\xe0*\\\\xb2\\\\x91\\\\x8a\\\\x15\\\\xc5\\\\xf1\\\\xb9\\\\x18v7\\\\x03}\\\\x0b]\\\\x15W\\\\xbb\\\\x13\\\\x96\\\\xae\\\\xd7Z\\\\xc9VWErN\\\\xe6\\\\xb2=+\\\\xd8@\\\\xea\\\\xee\\\\xc4\\\\x1bD\\\\xda\\\\xba\\\\x00\\\\x94?\\\\xd4\\\\xf4%\\\\xdcw\\\\xf8%\\\\x91\\\\xa8<0)\\\\x07\\\\xe5|\\\\x06_\\\\xc8~A\\\\x9fE6c[\\\\xc8\\\\xda\\\\xcbU\\\\xb8\\\\x95\\\\xee\\\\xf6\\\\x1c{rWi]w\\\\x08\\\\x05\\\\x89\\\\xef\\\\xe24\\\\xe9\\\\xd7\\\\xaf\\\\xff\\\\x00\\\\xccd\\\\x08%\\\\xf2\\\\xc3\\\\xc1Dlk\\\\x15\\\\x0b\\\\xe67\\\\xc9\\\\xf8\\\\xae\\\\x07\\\\x82\\\\xfdK\\\\xf9n\\\\x0f\\\\xc7\\\\xc3\\\\xdb\\\\x81\\\\x83{WeLD-\\\\xb0\\\\x05\\\\xc8\\\\x84\\\\x8f\\\\xc2\\\\x1a@\\\\xd2>\\\\xee\\\\xaem\\\\x882\\\\xf4\\\\x0cx!y\\\\xdd\\\\xdc@\\\\xba\\\\x82sy\\\\x17\\\\'\\\\xf2\\\\x15\\\\x98\\\\x06F\\\\x01WM\\\\xd6\\\\x00B\\\\x88\\\\x8du\\\\x1e\\\\x1a\\\\xfe\\\\xee\\\\xb6\\\\xa7\\\\xa4\\\\xd0\\\\xd3\\\\xbdg\\\\xeeu:\\\\xafMwX\\\\xc2\\\\xcb_rc\\\\xb9\\\\xf7\\\\x19\\\\xa7Y\\\\xef0-\\\\x9f\\\\xf1\\\\xaeS\\\\x8b\\\\xa6\\\\xdcL\\\\xa5j\\\\xf0\\\\xf3\\\\x15F\\\\xfa.\\\\xd6-\\\\x03O\\\\xc2OU\\\\xaf\\\\xed\\\\xa2\"L=C\\\\x0e\\\\xa9\\\\xbb\\\\xbd\\\\xbf\\\\xba\\\\x1b\\\\x05\\\\xf2\\\\xbb\\\\xe6?\\\\xed;\\\\xf5[\\\\xe3u\\\\xe6_\\\\xc5p#\\\\x9b\\\\xc2\\\\xc53vF\\\\x05\\\\xa2\\\\xff\\\\x00\\\\xe4\\\\xb1\\\\x83`\\\\xac\\\\x95pV\\\\x01:\\\\x13\\\\x1e\\\\x1dT\\\\x1e\\\\xa0\\\\xd0\\\\x04\\\\xf3^f\\\\xf7\\\\xc7O\\\\x15\\\\xc7\\\\xff\\\\x00#\\\\xe0y,.B\\\\xe5\\\\xc8\\\\xdd\\\\x83\\\\x95\\\\x84Z\\\\xbc\\\\xca\\\\xedR\\\\xaf\\\\xb9L2\\\\xb0\\\\x12\\\\x03\\\\x08?wK\\\\xbd\\\\xb0\\\\xd58\\\\x97n\\\\xab\\\\x16`\\\\xdb&2\\\\x15Y\\\\xe2s\\\\xbe\\\\xde>6\\\\x13T\\\\xb6\\\\xa5\\\\xa0\\\\x84\\\\xb1\\\\xf6\\\\x99\\\\x8d\\\\x01\\\\x82@\\\\x82bGCrs\\\\x84\\\\x80g\\\\x89\\\\xa3\\\\x1c\\\\x7f\\\\xaei6\\\\xc8\\\\x18\\\\xd1*\\\\xfc\\\\x9b\\\\x8b\\\\xaf\\\\x1e\\\\xe58\\\\xca=\\\\x9b\\\\x86\\\\xfa\\\\x95\\\\xd8\\\\xcc\\\\xc7\\\\xa8n\\\\x9fP>\\\\x07\\\\xc3^\\\\xb3\\\\xef\\\\xd9\\\\x8d\\\\xa3\\\\xe9\\\\xa3\\\\xfd\\\\x17\\\\\\\\\\\\x8c\\\\xa4\\\\x93\\\\xea\\\\xc5\\\\xfc\\\\xe5\\\\xf8\\\\xf5S\\\\xad\\\\xf6\\\\xb8JQK(\\\\']K\\\\x12\\\\x01\\\\xed\\\\x06{}\\\\x9d.\\\\xdcg#\\\\xa4\\\\x07~\\\\xc4\\\\x89\\\\x10\\\\xf9S\\\\x92\\\\xe9O\\\\x8e\\\\xf0\\\\x89\\\\x8f\\\\xf1\\\\xe4\\\\xa9a/\\\\xdb\\\\xfc\\\\xa70Cn\\\\x13\\\\x05L\\\\rOc\\\\xd6\\\\x9f\\\\xc7\\\\xd9>\\\\xc9\\\\xff\\\\x00uK+:\\\\xbd#\\\\x95\\\\x12w$\\\\xb98\\\\xf7\\\\xdd\\\\xc6]\\\\x87fS;m\\\\xbc!@\\\\xcd\\\\x04l!A\\\\x04\\\\x99\\\\xd07\\\\x90\\\\xed\\\\x1d\\\\x16\\\\xdbno\\\\x00%\\\\x13\\\\xa4\\\\xe5\\\\xd7\\\\x8aw,\\\\xeb\\\\x9e\\\\x89\\\\x1a\\\\xe0\\\\xa2q\\\\xf8|\\\\x80M\\\\xb7X\\\\x98\\\\xdf\\\\x99&\\\\x93NMBk5\\\\xb9\\\\xf4\\\\x80N\\\\x84\\\\xfd\\\\xbd\\\\xcf\\\\xdd\\\\xd1\\\\xdd\\\\xf7\\\\xe5\\\\x13nT\\\\xd5J\\\\xe0\\\\x06L\\\\xba\\\\xd5\\\\xb0\\\\xeep\\\\x0bg\\\\xf4\\\\xda?\\\\xf21\\\\xff\\\\x00c\\\\xf5\\\\x97\\\\xff\\\\x00\\\\xae\\\\x97(\\\\xff\\\\x00\\\\xf9+\\\\x9e\\\\xf5\\\\xbeG\\\\xc9\\\\x7f\\\\xff\\\\xd1\\\\xe0\\\\xde]E\\\\xbc\\\\x99\\\\xad\\\\x18\\\\xddZ:\\\\x1bj\\\\xd2[\\\\xdd\\\\xf5\\\\x13\\\\x00\\\\xcc\\\\xf9\\\\xfd\\\\x7fg^rR$\\\\xd1|N\\\\xe8\\\\xd33\\\\xd5-\\\\x95~F2\\\\x0b\\\\xf7\\\\xdc\\\\xce\\\\x9b\\\\xaa\\\\xbc\\\\x1d\\\\x7f\\\\x10i\\\\xf1\\\\xd4N\\\\xa4t\\\\x11\\\\x90uokq\\\\xe8q\\\\xc5%|\\\\xb3\\\\x1d/\\\\xe4\\\\xd7(\\\\xb3T\\\\x02\\\\x8b\\\\x19\\\\x0e\\\\xd9*\\\\xa4\\\\xb4\\\\xce\\\\xe0I>\\\\x1fdk\\\\xd5H\\\\xc6Z\\\\xdc\\\\xf3\\\\xa2\\\\xaf\\\\xb8g\\\\xe3\\\\x87|\\\\xd4.+=FF-\\\\xf96\\\\x8cl,gQk\\\\xd7\\\\n\\\\xc6\\\\x08\\\\xde\\\\xbb;\\\\xc1\\\\xec\\\\t\\\\xf1\\\\xea\\\\xecd\\\\xf8\\\\x94\\\\x88\\\\\\\\\\\\x91\\\\x00\\\\x9c\\\\x15\\\\x85]\\\\x14\\\\xfc\\\\x9a\\\\xdf\\\\xfa|[2p\\\\x12\\\\xc5\\\\xf6\\\\xb6\\\\x02\\\\x85\\\\xd0\\\\x16\\\\x8d\\\\x0c\\\\x19\\\\x1bI$x\\\\xf9\\\\xf4\\\\x99\\\\x03rLB\\\\xbb\\\\xac\\\\\\\\p0ZyLJ\\\\xb8\\\\xf6\\\\xaa\\\\xbe/\\\\x17\\\\x1e\\\\xaa\\\\x13m\\\\xb9w\\\\xf6w\\\\xdc`\\\\xefX\\\\xd4\\\\x93\\\\xf41=\\\\xa7\\\\xa6\\\\x162l\\\\x92\\\\xefE\\\\x98 \\\\x98y\\\\xb9\\\\x14]\\\\x93\\\\x91\\\\x8cQnc\\\\xfc\\\\xdfl\\\\x071\\\\xe2\\\\x18\\\\x01:\\\\xf7\\\\x92\\\\xeb\\\\x8fD\\\\x85\\\\xf4\\\\xa9\\\\xdb\\\\xe2\\\\xa2d\\\\xc6\\\\xbd\\\\xfc\\\\xa04\\\\x89\\\\xf7\\\\'[\\\\xb6f\\\\x1f>\\\\xaa~/\\\\x00\\\\xabr\\\\xb9\"\\\\x9a\\\\xc1 \\\\x07\\\\xf4\\\\x98\\\\x00\\\\x1fJ\\\\x813\\\\xf7\\\\xf4m\\\\x98N\\\\xb7`\\\\x00:.\\\\x83\\\\xfd,\\\\xfd5\\\\xbf\\\\xe4|\\\\xcf\\\\x1c\\\\xd6\\\\xd0\\\\xf6\\\\xe1o;\\\\xf2\\\\x04\\\\xd6\\\\xc5V\\\\x1d\\\\xc8\\\\xd0O\\\\xd3\\\\xfb\\\\xba\\\\xc9\\\\xdf|\\\\x84\"\\\\r\\\\xb0\\\\\\\\\\\\x8eX\\\\xad\\\\xed\\\\x9f\\\\xc7\\\\x9aH\\\\x8a/\\\\xa9\\\\x1f\\\\x10\\\\xa7\\\\x1b\\\\xe3\\\\xff\\\\x00\\\\x1c\\\\xaf\\\\x8a\\\\xe3\\\\xaaZ\\\\x05vK\\\\xd5J\\\\xc7\\\\xa8\\\\x91\\\\x04\\\\x86\\\\xf2\\\\x11\\\\x1f\\\\xb7\\\\xac\\\\x9b\\\\x7f\\\\'\\\\x1bn\\\\x05\\\\x17\\\\xa0\\\\x8d\\\\xa0 \\\\xca\\\\xc6\\\\xaf\\\\x966\\\\xe3\\\\xe2\\\\xa6E\\\\xe0*\\\\x15Z\\\\xdd\\\\xf4f,\\\\x04\\\\x03\\\\x1a\\\\x19\\\\xebj\\\\x1f\\\\'\\\\x19\\\\xc0\\\\x19\\\\x16\\\\xaf}~\\\\xbfd\\\\xf2L\\\\xc4`p\\\\x0b\\\\x8e?\\\\xdcw\\\\xe9M\\\\x1c\\\\x8e)\\\\xf9o\\\\xc6029o\\\\x93\\\\x1b\\\\xc8\\\\xbf\\\\x13\\\\x19\\\\x0e@\\\\x18\\\\xee{\\\\xb2\\\\x81\\\\x02\\\\x0f\\\\x892G\\\\xd9\\\\xd5[\\\\x7f%\\\\x0b\\\\x17\\\\xb1\\\\x04\\\\x1cZ\\\\xa4\\\\x7fj\\\\x8e\\\\xff\\\\x00c\\\\xeeGT\\\\x05A\\\\\\\\\\\\x17_\\\\xc3\\\\xff\\\\x00Qy\\\\xb7\\\\xcc\\\\xbb\\\\x8b\\\\xf8\\\\x96~mX\\\\xc1\\\\xd7-)\\\\xc6r\\\\x11\\\\x97VV$\\\\x1e\\\\xc4j\\\\x07\\\\x87W?\\\\xf6P5zt^tlo\\\\x13QT\\\\x87Y\\\\xca9\\\\xa2\\\\x8c\\\\xfc\\\\'\\\\x17\\\\xe2\\\\x96L\\\\x8a\\\\x88>\\\\xe2\\\\x9f\\\\xf4\\\\x95s\\\\xe9\\\\x02\\\\x00#\\\\xc3\\\\xab6\\\\xafFe\\\\xc5UI\\\\xdb\\\\x94\\\\x0bH)\\\\xbf!5`a\"\\\\xa5MZ[(v\\\\xaf\\\\xa0Bi\\\\xbb\\\\xc4\\\\x83\\\\xac\\\\x81\\\\xfb\\\\xfa}\\\\xfb\\\\x94Ct\\\\x1a\\\\x05\\\\xcf\\\\x9c\\\\xadob\\\\xdbo\\\\xe0\\\\x19[\\\\x85v\\\\x1d\\\\xca\\\\xc7h\\\\x1b;\\\\x93\\\\xa0:OI\\\\x93\\\\xe9\\\\x032\\\\x86-\\\\x1a\\\\xb2\\\\x85G\\\\xc6r\\\\xc5\\\\x0em\\\\xa6\\\\xc4[\\\\x86\\\\xc2\\\\xc5\\\\x9bR\\\\x0e\\\\xbe\\\\xa3\\\\xf5\\\\xf3\\\\xe9\\\\xf1\\\\x891\\\\xadS\\\\xa2\\\\t$\\\\x8e?\\\\x94\\\\x9d\\\\xc9\\\\xf0m\\\\xba\\\\xd0\\\\xea\\\\xce\\\\xec\\\\xc0\\\\xaa\\\\xd6\\\\x03k$hV{\\\\xc0\\\\xd3\\\\xa5\\\\x88\\\\x88\\\\x06\\\\xcf\\\\x07N\\\\xb7v\\\\xa1\\\\xf0Qj\\\\xe1\\\\x1c\\\\x94\\\\xa9U\\\\x95\\\\xadu\\\\x08\\\\xc1}E\\\\xd8z{\\\\x0f\\\\xacw\\\\xea\\\\x9d\\\\xd9\\\\x08D\\\\xe4\\\\xb4\\\\xf6\\\\xf75\\\\x9ek\\\\xe9G\\\\xfbi\\\\xfd\\\\x08\\\\xe0>\\\\'\\\\x83\\\\x85\\\\xf2_\\\\x95\\\\xde\\\\x13\\\\x9a\\\\xe6\\\\x8a61\\\\xfc\\\\xb8\\\\xb1\\\\xf1Sn\\\\xe2\\\\xaa\\\\'V>\\\\x98\\\\x9d\\\\x0c\\\\x99\\\\xfa\\\\xf8\\\\xcd\\\\xff\\\\x00\\\\xca@\\\\x9d \\\\x9cK0\\\\xc4\\\\xb6\\\\x0b^\\\\x11\\\\x90\\\\xf5K\\\\x0f\\\\xe5}9\\\\xf8\\\\xae\\\\x1d_\\\\x94\\\\xc6\\\\xe5Y\\\\xfd\\\\xdd\\\\x94{>\\\\xc9E[\\\\x1bo\\\\xe1\\\\xb1\\\\xff\\\\x00\\\\xd1\\\\xe91\\\\xb4\\\\x18\\\\x1f^\\\\x83c9\\\\x08\\\\x9b\\\\xd2\\\\x904\\\\xfds\\\\x1dJ\\\\xb0H\\\\r\\\\x10\\\\x1b\\\\'\\\\xe6\\\\x9d\\\\x8d\\\\xd7\\\\xa1\\\\x01\\\\xed\\\\x16\\\\xbb\\\\r\\\\xd0\\\\xa6c\\\\xc6#H\\\\xfb\\\\x07Z\\\\xf2\\\\xb9r\\\\xdbk\\\\x90\\\\x93\\\\x87\\\\xa5[6o\\\\xb6I\\\\x01\\\\x8e\\\\x18\\\\xac\\\\xea\\\\xa72\\\\xf6\\\\xa0\"\\\\xb3U\\\\x94\\\\xdf\\\\xcar\\\\xb1#\\\\xc0\\\\x89\\\\xed\\\\xde\\\\x0fN\\\\xdb\\\\xdc\\\\xdc\\\\xde\\\\xddm\\\\x01\\\\xe9p\\\\xab\\\\xdd\\\\x8bT%|\\\\xeb6\\\\xb1\\\\xd8\\\\x9a\\\\x83\\\\xf8A\\\\x04\\\\x89\\\\xd0\\\\t\\\\x1ai\\\\xfb\\\\xba\\\\xb5j9\\\\x95\\\\xd6\\\\xad\\\\xb9\\\\xaa\\\\\\\\5\\\\xa0\\\\x05\\\\x97s1\\\\xd2\\\\xba\\\\x80 \\\\xb0bX(\\\\xf0\\\\x82$\\\\xfe\\\\xde\\\\x9c\\\\xb55\\\\x1f\\\\xca\\\\x86\\\\x95\\\\x04e\\\\xdfi\\\\xdc%Y\\\\x14\\\\x91d\\\\x82$\\\\xaf\\\\x7f\\\\xb4O\\\\xec\\\\x9e\\\\x85\\\\x93]\\\\xd1\\\\xde>\\\\xc4\\\\xba\\\\x9a\\\\xaa\\\\xd0\\\\xa3\\\\xa9.I\\\\x98\\\\xd4\\\\x983\\\\xdc\\\\xce\\\\xa7\\\\xa8\\\\x96\\\\x0e\\\\x16v\\\\xe6&22\\\\xcdo\\\\xc8\\\\tH\\\\n\\\\xad\\\\xb7\\\\xdc2v\\\\x89$\\\\x9fH\\\\x8e\\\\xf1\\\\xd7@\\\\x93\\\\x8a]\\\\xa2fj\\\\x1d\\\\x97I~\\\\x81\\\\xfc\\\\x9c2\\\\xe4|\\\\x7f*\\\\xd2\\\\xc0\\\\x0f\\\\xcda\\\\x80D3\\\\x027 \\\\xff\\\\x00\\\\xda\\\\x1fw^w\\\\xe6l\\\\x8bs\\\\xf7\\\\x055}\\\\x7f\\\\xa5\\\\x83\\\\xf2\\\\xfbm\\\\x17\\\\\\\\`WD\\\\xd3\\\\x89S\\\\xe5\\\\x1c\\\\xac\\\\x14oi\\\\xc2\\\\xef\\\\x90\\\\xcc\\\\xc0\\\\x96\\\\xf4\\\\xc1\\\\xd0\\\\xf6\\\\x9dO\\\\xd7\\\\xac\\\\x11l@\\\\x06\\\\x14\\\\xe2\\\\xbdV\\\\x14\\\\x89\\\\xd5\\\\x92\\\\xcf?\\\\x00Z+\\\\xcc\\\\xae\\\\x859%f\\\\xca\\\\xa2M\\\\x80\\\\xb7\\\\xaa\\\\x04\\\\x98?a\\\\x1e}0\\\\x03\\\\x10\\\\xedS\\\\xc5\\\\x12oCXu_Z\\\\xb7cd\\\\x8c{\\\\x95\\\\xa5\\\\xd8\\\\x96@\\\\xda\\\\rD\\\\x08i\\\\x8f\\\\xb6~\\\\xee\\\\xa6\\\\xdd\\\\xd8<\\\\x81\\\\r\\\\xf8I\\\\x9e\\\\xa6\\\\x8d\\\\\\\\p\\\\xcb^*\\\\xb3\\\\x1bE&\\\\xa1\\\\xb9J8\\\\xb1\\\\xcb02\\\\xc5^\\\\xb8\\\\x00\\\\r\\\\xa7\\\\xfdZt\\\\xd1n\\\\xdc\\\\xeb\\\\x13\\\\xc7@\\\\x86\\\\x02`7\\\\xd7\\\\xeb\\\\xfd\\\\xacq\\\\xe8\\\\xbe\\\\xc9L\\\\xbb_)\\\\x18X\\\\xae\\\\xa5\\\\x0c\\\\x8b\\\\x16aCj\\\\xb3\"\\\\x07\\\\xee\\\\xe9\\\\x16\\\\xf6M=R\\\\xa5r8\\\\xf2t~\\\\xe4\\\\x8ct\\\\xe3\\\\xf6\\\\xecZ-\\\\xe3\\\\x85\\\\x161JY\\\\xc3\\\\x06\\\\x17\\\\x06-\\\\xb4\\\\xac\\\\xfac\\\\xfd,&@#N\\\\xe4u~6-\\\\x80\\\\xdah\\\\x91rR\\\\x115D\\\\xf8\\\\x16\\\\xe6\\\\xd0f\\\\xb5\\\\x1c}\\\\xfc\\\\x8e\\\\x16-^\\\\xf6~\\\\xd46WUB\\\\x145\\\\x90\\\\x7f\\\\x0c\\\\xb1\\\\xef\\\\xd1\\\\xc6\\\\xd9\\\\x0e\\\\xc1\\\\xc6i\\\\xb6\\\\xb5v\\\\xf3\\\\xe0\\\\'L\\\\\\\\\\\\xec\\\\x1eA6\\\\xc5t\\\\x92\\\\x08c\\\\x001W EjI\\\\xdaf>\\\\x87\\\\xc7N\\\\x99\\\\x19\\\\x01SE`\\\\x11:\\\\x1e8\\\\xcd\\\\x03\\\\xe58QU\\\\xf6Z\\\\xd5\\\\x1a\\\\xe9(\\\\xea}\\\\xb6\\\\x89m\\\\xd2\\\\xacTD\\\\x10\\\\'\\\\xed\\\\xfa\\\\x8e\\\\xa3\\\\xaaL\\\\xa2\\\\xc7\\\\xa2\\\\x15\\\\x95U\\\\xb8\\\\xeb\\\\x8c1_j\\\\xdb\\\\xaaU\\\\x1a\\\\xb0*T\\\\xbd\\\\x80hL\\\\x83\\\\xa8\\\\x1d$\\\\xc0\\\\xe2\\\\x0b\\\\x0e\\\\x1d.Rf\\\\x11\\\\xad[\\\\x8ek7U\\\\xb7\\\\x16\\\\xda\\\\x0bX\\\\xbf\\\\x97\\\\xaembB\\\\xb6\\\\xefT{m\\\\x13*O\\\\x84y\\\\x8e\\\\xa2\\\\xf6\\\\x99\\\\xc4\\\\xc4\\\\xd3\\\\xaam\\\\xb1\\\\xa7\\\\xaa+\\\\xc3\\\\xb0\\\\xe2\\\\xf9,F\\\\xb2\\\\xe74\\\\xe5U\\\\xee+\\\\x1fY,I\\\\xd7o\\\\x84\\\\x01\\\\xa4\\\\x8f\\\\xef\\\\xeb\\\\xcb\\\\xef\\\\xccmK\\\\x12\\\\xcc\\\\xeb[m\\\\x13L*(\\\\xad\\\\x8c<\\\\x8am\\\\x03\\\\xdc_\\\\xe5\\\\xb6\\\\xb9\\\\x16\\\\x95m\\\\xc0)$\\\\xf8\\\\xeb\\\\xf6H\\\\x93\\\\xdf\\\\xea\\\\xcd\\\\x9d\\\\xcfp\\\\x02EB\\\\xbd!\\\\xa5\\\\xeb\\\\x8af\\\\xa3*\\\\xc6\\\\xaf\\\\xd8dw\\\\xabqK\\\\x10C\\\\xfba|\\\\xc0o\\\\x01\\\\x07\\\\xbfW\\\\xe3x\\\\xc8i5\\\\x0b\\\\x8c\"\\\\x03\\\\x93U\\\\x1a\\\\xea\\\\xec8YtS]LH\\\\x11\\\\x8c\\\\xde\\\\n\\\\xa7C\"T\\\\xae\\\\xb0;k\\\\xf7\\\\xf4\\\\x13\\\\xb9\\\\x18\\\\x97`z\\\\x7f)7\\\\x011\\\\xa1T/\\\\xc8>3\\\\x9d\\\\x8e2n\\\\xaa\\\\xfa\\\\xd7#v\\\\xb8\\\\x88C\\\\x80g\\\\xc4\\\\x8d\"\\\\x06\\\\xb2#\\\\xaa\\\\xfb}\\\\xbf\\\\xf9$\\\\xcc~\\\\xf15\\\\x1cr\\\\xe4\\\\xb37\\\\x00[\"\\\\xac\\\\x0ehN-\\\\x14\\\\xd5a|\\\\x97\\\\xd8QC\\\\xa2\\\\xba\\\\xc6\\\\xae;@\\\\x91\\\\xe9\\\\xdd\\\\xae\\\\xb2\\\\x07Z\\\\x91\\\\x8c\\\\xe19k\\\\xa4@\\\\x15\\\\xeaqU!(\\\\x16\\\\xfag\\\\xd1h\\\\xcc\\\\xca\\\\xaa\\\\x9b\\\\x16\\\\xdce\\\\xa9\\\\x91\\\\x87\\\\xa9\\\\x94z\\\\x8f\\\\xe1\\\\x02N\\\\xe8\\\\x06\\\\x07\\\\xd4\\\\xf8v\\\\xe8cs\\\\xdb!\\\\x9bI\\\\x1c\\\\xf9\\\\xa6H\\\\x899\\\\x08\\\\x0f\\\\xf5,\\\\\\\\+]\\\\xda\\\\x91q\\\\x95\\\\xb7\\\\xb1C&\\\\x08\\\\x89\\\\xf3=\\\\xa0H\\\\xean^\\\\x84e\\\\xaa!\\\\xc6\\\\x08cl\\\\x9a\\\\x1f\\\\xc2\\\\xdf\\\\x85\\\\xcdR\\\\x994\\\\xdd\\\\x91\\\\x8a-\\\\xad\\\\x94\\\\xd71\\\\xb9\\\\x81\\\\xd4\\\\x82ZD\\\\x99\\\\xef\\\\xd5i\\\\xca&\\\\xb2\\\\xc2C\\\\xb5\\\\xba}\\\\x15\\\\xa8\\\\xceL\\\\x1b.\\\\xe5\\\\'\\\\x97\\\\xe3\\\\xd6\\\\xc3\\\\x8f\\\\x93[\\\\xad\\\\x9e\\\\xef\\\\xa5HQ\\\\x03v\\\\xacH\\\\xd0\\\\xf9\\\\x10<>\\\\xde\\\\x92#\\\\x16\\\\x04\\\\x11^\\\\xe6)\\\\xe3Q5z \\\\x95\\\\xe2\\\\xfb\\\\xd6UM;\\\\xd9\\\\x8b\\\\x80\\\\xa8\\\\xd0&I\\\\xda\\\\x04O\\\\x7f\\\\xb3\\\\xfc\\\\xfa\\\\xadr`T+\\\\xd6\\\\xa2eE\\\\xd7\\\\xdf\\\\x11\\\\xff\\\\x00g\\\\x9f\\\\xa9\\\\x1c\\\\x96\\\\x1e\\\\x0f!\\\\xca\\\\xe5\\\\xe2|j\\\\xbc\\\\xb4[\\\\xaa\\\\\\\\\\\\x86{\\\\t\\\\xa9\\\\xa0\\\\xa9>\\\\xd8 L\\\\xc8\\\\x04\\\\xf8\\\\x1e\\\\xaa]\\\\xbfG\\\\xc1j[\\\\xd8\\\\x83\\\\x8dJ\\\\xe8n?\\\\xfd\\\\xa9\\\\xf0\\\\x99x\\\\x94Q\\\\x93\\\\xf2,\\\\x9b\\\\xcd\\\\x11^e\\\\x18\\\\xc9RZ\\\\xe5B\\\\x86!\\\\x9c\\\\x82\\\\x00o>\\\\x92~V2g*\\\\xc46\\\\x00\\\\x16W7\\\\xc6\\\\xff\\\\x00\\\\xda\\\\x97\\\\xe8\\\\xbf\\\\xf4<\\\\xfc\\\\x0eO\\\\x87\\\\xe4n\\\\xba\\\\xca\\\\xd4S\\\\xcdQ\\\\x92[(\\\\xd9\\\\xb5\\\\x86\\\\xff\\\\x00l\\\\x88\\\\x00\\\\xf8\\\\x0f>\\\\x9bo\\\\xe46\\\\xc2\\\\x12\\\\x89\\\\x04\\\\x1e`\\\\xab\\\\x03fNA!\\\\xfe\\\\x93\\\\xf0\\\\xd9\\\\x9f\\\\xa1_\"\\\\xf9\\\\x1f\\\\x17FS\\\\xd5G=U\\\\x89E\\\\xd9\\\\x01V\\\\xb4\\\\xd8\\\\xcd\\\\xa3\\\\x02\\\\x08\\\\x87\\\\x04\\\\t\\\\x9f\\\\xc5\\\\xa7\\\\x88\\\\xeb*\\\\x7f$b\\\\x0cc\\\\x8adv\\\\xa6/ \\\\xae\\\\x1e*\\\\xcc<\\\\xa1fVi\\\\xaa\\\\x95\\\\xb3%\\\\x1b\\\\x13r\\\\xb9\\\\xa2\\\\xf5\\\\xdd\\\\xeb\\\\x1bR\\\\x00\\\\x0b\\\\xafm\\\\'\\\\xa0\\\\xdbG\\\\xdb\\\\x8b\\\\xdc\\\\x0cI\\\\xa3\\\\xe6\\\\xe9s}]\\\\xc9\\\\xbf\\\\x90\\\\xc8\\\\xe0p\\\\xf2s_6\\\\xcc\\\\xcc\\\\x85\\\\x0e\\\\xb7W\\\\xc7#\\\\x95\\\\xc7\\\\x01\\\\x1aE(\\\\xcea\\\\x91\\\\xf7k \\\\x88\\\\xecu\\\\xe9;\\\\x8b\\\\xf6a3\\\\x19\\\\xb9~X\\\\x0f\\\\xb3&\\\\xc69\\\\xc2\\\\x85\\\\x01\\\\xf9^_\\\\xc0++]5\\\\xdf\\\\x95\\\\x8eqn\\\\xb7\\\\x1d\\\\xb8\\\\xf1b\\\\xbe#\\\\x9a\\\\xf7U[;\\\\xb1H,\\\\xc0\\\\x1d\\\\xa3O>\\\\xab\\\\xef\\\\x0f\\\\xc7\\\\x89i\\\\x992\\\\xc6\\\\xb1zS\\\\xd2\\\\xff\\\\x00t\\\\xeb\\\\x06\\\\xf9/\\\\x10\\\\xcf\\\\xcf\\\\x97E]\\\\xf1\\\\x1c\\\\x97\\\\'v\\\\x15G\\\\x934\\\\xe5\\\\xd7\\\\x8fI|\\\\x97\\\\xa8-6X\\\\x81\\\\xb6\\\\x91\\\\xee1:\\\\xae\\\\x9e\\\\xa8_=z\\\\xc5\\\\x85\\\\xd9\\\\xeeIp4F\\\\xa5\\\\xa8H\\\\xed\\\\xfe\\\\x95\\\\xab\\\\xd6\\\\xe3\\\\x0f\\\\xd4\\\\xd4\\\\xf3^\\\\xe6|\\\\x86\\\\xdeN\\\\xde;\\\\x1f\\\\x11\\\\xed\\\\xe3\\\\xec\\\\xae\\\\xabq\\\\xf0\\\\xf0E!\\\\x96\\\\xcaC\\\\x92Y\\\\xac]\\\\x84\\\\xb6\\\\xe3\\\\xbb\\\\xd4u\\\\x10@\\\\x00\\\\xf4\\\\xc9|\\\\x84\\\\xaf\\\\x81\\\\x08\\\\x06\\\\xd2Y\\\\x9a\\\\x86<\\\\xcf\\\\\\\\\\\\xd3\\\\xa1`[\\\\x04\\\\xc9\\\\x88\\\\xed\\\\xcd/\\\\xbd|zsY\\\\x0e\\\\xd9y7\\\\xb2\\\\xe5\\\\x03L\\\\xfe\\\\x15Xm\\\\xcaT\\\\x18\\\\x01v\\\\x19_>\\\\x91sE\\\\xdb\\\\xc6\"\\\\xb1\\\\x8e\\\\x0c1||\\\\x10\\\\x1b\\\\xc4B\\\\x81\\\\x9f\\\\x9a\\\\xbe>(Um\\\\x1c\\\\xb3_]\\\\x0f[\\\\xd2\\\\xd8\\\\xb8\\\\xb7\\\\x14\\\\xb3\\\\xdc@\\\\xc43\\\\x80\\\\xe6`@\\\\x11:\\\\rG^\\\\x93mvv\\\\x04n\\\\x8a\\\\x13\\\\xcddF\\\\x02\\\\xe4\\\\x889+\\\\xab7\\\\xe5\\\\x98\\\\xbc\\\\x8e\\\\x17\\\\x1d\\\\xccdS_\\\\x1aNk\\\\xe1\\\\xe2\\\\n+9\\\\x1f\\\\xf5AC\\\\xd5V\\\\xd4\\\\x87\\\\x02\\\\xc2\\\\x80\\\\x89\\\\x1f\\\\xdd=z\\\\x1b\\\\x9b\\\\x98\\\\xef\\\\xf4n$\\\\x04t\\\\x92\\\\x00\\\\x03\\\\xfdT-\\\\xce\\\\xbdT\\\\x98\\\\xe8\\\\x04\\\\x0e\\\\xfa\\\\xf0\\\\xc1FN;\\\\xe3\\\\\\\\\\\\xb7%g\\\\'w\\\\xf5<\\\\x9b\\\\xaev\\\\xb33\\\\x89\\\\xbe\\\\x1c\\\\xd2\\\\xfbv\\\\x1aA\\\\xa8\\\\x06\\\\x85}`\\\\xf6?wI\\\\x94\\\\xf6r\\\\xbd\\\\xab\\\\xd4\\\\xe7\\\\x18\\\\x9a\\\\xb7a\\\\n}\\\\xbb\\\\x94\\\\x88N\\\\x99\\\\xdc\\\\xc5\\\\xd7*`a\\\\xe3Z3\\\\xab\\\\xc7zq\\\\xaez\\\\xd8\\\\xd8=\\\\xb4\\\\r\\\\x00\\\\x03%\\\\x8cA\\\\xf5I\\\\xebGq\\\\xbe\\\\x9e\\\\xeb\\\\xfe\\\\x1bQ\"`0,\\\\xd2nC\\\\xe9\\\\xcdt \\\\x1cj4\\\\x08?\\\\xc7w\\\\xae\\\\x1d\\\\xb8\\\\xff\\\\x00\\\\x9c\\\\xcbL\\\\xa7{\\\\x0ex\\\\xccP\\\\xac\\\\x1fU,\\\\xb0@\\\\x00\\\\x11\\\\xa9\\\\x1a}\\\\x9dbl\\\\'#\\\\x13j2\\\\x95\\\\xb2_S\\\\xf88\\\\xec\"\\\\xa9\\\\xd7\\\\x83\\\\x1dL\\\\x0ba\\\\xc7\\\\xd1n\\\\xe7r\\\\xb3\\\\x9b\\\\x8e\\\\xc7\\\\xc6\\\\xf8\\\\xf1NG\\\\x99\\\\xef\\\\x85S\\\\xb1Z\\\\xaeD\\\\x048k\\\\xb4T`{\\\\x13\\\\xf6\\\\xf5ssf7\\\\xa1n\\\\xd4$e r\\\\xce-\\\\xcf&>UA\\\\t\\\\x80\\\\xe6A\\\\x9d\\\\x01\\\\xc1\\\\xe4>Y\\\\xcc\\\\xd5N\\\\x7f\\\\'\\\\x94\\\\x9c\\\\xb6\\\\'\\\\x1dkc\\\\xdfm\\\\x88\\\\xb5S[\\\\x10\\\\xc9b\\\\xed\\\\xf5\\\\x1bZ\\\\xb5h\\\\x92 \\\\xf7\\\\xea\\\\x8f\\\\xc9\\\\xde\\\\xdd\\\\xdd1\\\\xba\\\\xe6v\\\\xad\\\\x1d$\\\\xcb\\\\x00\\\\xe1\\\\x8b\\\\xbe2\\\\x18\\\\xba\\\\xb0\\\\x08\\\\x90\\\\xad\\\\t\\\\x14L_\\\\xd2x{W\\\\x1f#\\\\x0f%\\\\x9cq\\\\xd6\\\\xa5\\\\xd8\\\\xf9;\\\\xc7\\\\xbc-\\\\xadv\\\\xeb\\\\x02\\\\x181\\\\xef\\\\xbb\\\\xb7Q\\\\xfe\\\\x0e\\\\xcc\\\\xff\\\\x00\\\\xc9b\\\\xf1\"\\\\xd9\\\\x04\\\\x13\\\\xfb\\\\x82\\\\x07,\\\\x0cI\\\\xab\\\\x9a\\\\x84\\\\x9fr\\\\xe0\\\\xa1\\\\x8b8b\\\\x17\\\\x99\\\\x94\\\\x9fun\\\\xb5\\\\xd6\\\\xc6\\\\xbeK%\\\\xa4\\\\xech\\\\x1a\\\\x83\\\\x06\\\\'\\\\xc7\\\\xec\\\\xed\\\\xd6\\\\x7f\\\\xc8m\\\\xe7+\\\\x82\\\\xe4\\\\xc8\\\\x91\\\\x9dH\\\\x93\\\\xe9\\\\x97kx\\\\xf6)\\\\x84\\\\x80\\\\r\\\\xcb\\\\x96!A\\\\xf7\\\\xf1\\\\xa8|K\\\\x19U,W&\\\\xa4P\\\\x19\\\\x05\\\\xaaa\\\\x80\\\\x98\\\\x8f\\\\x1dN\\\\xbf\\\\xb3\\\\xa4B\\\\xecm\\\\xde\\\\x84\\\\xd9\\\\x88\\\\xa8\\\\xc0\\\\x87\\\\xc1\\\\xbf\\\\xb4D\\\\x19D\\\\x84_3$\\\\xde\\\\x19h\\\\x84\"\\\\x92\\\\xa1j=\\\\xddO\\\\x88Q\\\\xa8\\\\x1e1\\\\xd7\\\\xa3\\\\xde\\\\xef#|\\\\xfa\\\\x06\\\\x90#\\\\xfe\\\\x9ec\\\\x9f6\\\\xcdP\\\\x84Lq\\\\xa9B\\\\xf9\\\\x1blZi\\\\xcb\\\\xb1-\\\\xe4\\\\xb2Si\\\\xae\\\\x9a\\\\x89\\\\xa9\\\\x03T\\\\xc6Y\\\\x91b\\\\x08\\\\x067\\\\x11#\\\\xef\\\\xea\\\\xae\\\\xe7y?l\\\\\\\\\\\\x93\\\\xcf\\\\x06\\\\rOM\\\\x1c\\\\x81\\\\xcb\\\\x99V#heFUo\\\\xce\\\\xbeA\\\\x94\\\\x9f\\\\x15\\\\xf9\\\\x1f\\\\xcb\\\\x08Krx\\\\n,\\\\xcb9\\\\x18(\\\\xea\\\\xc0*\\\\x7f,A\\\\x89@\\\\xc4xn\\\\xf3\\\\xeaN\\\\xf0\\\\xdf\\\\xbf\\\\xaa\\\\x8f\\\\x93\\\\x06\\\\xc9\\\\x1c\\\\xad\\\\x0fd\\\\x9c\\\\x86+\\\\xe5\\\\xef\\\\x1d\\\\xbb\\\\x90\\\\xc9\\\\xe4\\\\xf9nG+\\\\xf3Y\\\\xf9V\\\\xb6FFR\\\\x9d\\\\xa1\\\\x9e\\\\xd3\\\\xb9\\\\x87n\\\\xc2@\\\\x8f\\\\x0e\\\\xbdV\\\\xd2\\\\xc8\\\\x12wv\\\\x02\\\\xab\\\\xc6\\\\xce\\\\xe6\\\\xa9\\\\x9e\\\\xd5\\\\xa36\\\\xdfj\\\\xabh\\\\xaf\\\\xf2\\\\xd6V\\\\x15\\\\x94om)!O\\\\xe13\\\\xfb\\\\xbfdu\\\\xa7\\\\x19\\\\x89=\\\\x07\\\\xd9R\\\\xbc+\\\\xdf\\\\xde\\\\xa7|\\\\x07\\\\xf4\\\\xa3\\\\xe5\\\\xdf\\\\xaa<\\\\xb3\\\\xe0|S\\\\x8f\\\\x17\\\\x9a\\\\x90>fK\\\\x82(\\\\xa0\\\\x18\\\\x00\\\\xb34\\\\x01\\\\xa9\\\\x98\\\\x12H\\\\xea\\\\x9c\\\\xc9\\\\xc0\\\\xab\\\\xbb]\\\\x9c\\\\xae\\\\x1a`\\\\xbe\\\\xb1~\\\\x8d\\\\xfe\\\\x87\\\\xf1\\\\x1f\\\\xa4\\\\x9f\\\\x1f\\\\xb3mg3\\\\xe4\\\\x1c\\\\x9e5u\\\\xf39\\\\xcc\\\\xfb\\\\xeb\\\\x05D\\\\x1a\\\\xa9\\\\x81\\\\xf8\\\\t>=&\\\\xe6\\\\xdaB\\\\x123\\\\x18\\\\xbb\\\\x15\\\\xea6\\\\xdbo`\\\\x02\\\\x07o%t\\\\xe4\\\\xdb\\\\x93RR\\\\x85E\\\\x02\\\\xe4Rn\\\\xdd\\\\xb9S^\\\\xea5\\\\xe9{\\\\x9b\\\\x97\\\\xa1\\\\x18\\\\xb8b@\\\\xab\\\\xd0+\\\\x8f\\\\xa6\\\\x82\\\\x9a\\\\xba\\\\xfd\\\\x07\\\\xd5~{o\\\\xa9\\\\xce/\\\\xe6\\\\xd5\\\\x85,l[Xic\\\\xff\\\\x00\\\\xdd3#\\\\xbf~\\\\x93+\\\\xb7-\\\\x1d\\\\x17bZ\\\\xd7\\\\xdbH\\\\xbe\\\\x99\\\\xf4+\\\\x91\\\\xb4N\\\\xa4l>\\\\x0b\\\\xa9\\\\xd4\\\\x7fwEk\\\\xa9Y\\\\xb5\\\\x18+\\\\x0b\\\\xe1?*N\\\\x13\\\\x90|\\\\xac\\\\x8c*\\\\xf3&\\\\xab1p\\\\xb1-f\\\\xdc\\\\x97\\\\xdc\\\\x9bE\\\\xfe\\\\x98\\\\x9d\\\\x91\\\\xa0\\\\xd4N\\\\xa7\\\\xabVn\\\\x8bd\\\\xd1\\\\xde\\\\x89\\\\xf6.\\\\x88\\\\x9dL\\\\x9b\\\\xce\\\\x1b\\\\xdb\\\\xc4\\\\xdb\\\\x91\\\\xb5\\\\xb1mff\\\\x86b\\\\r\\\\xaa\\\\x0e\\\\xa01\\\\xd3C\\\\x07\\\\xec\\\\xe9z\\\\x18:\\\\xb0c#\\\\x17!\\\\x01\\\\xe3>?^G\"3r)\\\\xae\\\\xbcu\\\\xb4\\\\xfb\\\\xb4V\\\\x08%\\\\xc2\\\\xaf\\\\xa8\\\\x16\\\\x9e\\\\xf0\\\\'\\\\xa0\\\\x15\\\\xae\\\\x08m\\\\xd9\\\\x93\\\\xd6\\\\x80\\\\'&\\\\xe618Sn>\\\\x016\\\\x9bW\\\\xd7m\\\\xdbk(\\\\x85O\\\\xe3\\\\x00D\\\\x03>?oC;\\\\xc0`\\\\xac\\\\x82\\\\xde\\\\x90\\\\x11o\\\\x85\\\\xaa|\\\\x9f\\\\xe7\\\\x1cn\\\\x05\\\\xb7\\\\x06\\\\\\\\\\\\x8bT=\\\\x8c\\\\x84%\\\\x90\\\\x00\\\\xac\\\\x05Q\\\\xb7\\\\xee\\\\x1e1\\\\xd66\\\\xfa\\\\xfc\\\\xe3h\\\\xcb\\\\x9a\\\\xd3\\\\xf8\\\\xfb\"S\\\\x0e\\\\xbe\\\\xba|?\\\\x0f\\\\x0f\\\\x07\\\\x8b\\\\xc5\\\\xe1\\\\xdd\\\\x0f\\\\xbd\\\\x96j\\\\x0bk\\\\xd6\\\\x8c\\\\x1a\\\\xe4\\\\x81XF\\\\xf40\\\\x98;\\\\xc6\\\\xdf\\\\xbc\\\\xf8\\\\xf9\\\\xf9\\\\xdfy\\\\x0c\\\\xe5\\\\x99\\\\xcc\\\\x9f,W\\\\xad\\\\x80\\\\x02\\\\x833N\\\\x9cf\\\\x9fn7\\\\xe2\\\\xf2\\\\xd7\\\\xf1\\\\xcf\\\\xb3mb\\\\x93~q`&T\\\\x9fb\\\\xb1\\\\x05\\\\x89\\\\xf1\\\\x10N\\\\x9eq\\\\xd2\\\\xee\\\\xdc\\\\x06F\\\\x04\\\\x8fIb_/\\\\xf6\\\\x8ac\\\\xd8S\\\\xaeBV\\\\xe5\\\\xa75\\\\'3*\\\\xa2i\\\\x1e\\\\xd20\\\\xf7U\\\\x06>\\\\x84k0\\\\xef3\\\\xe1\\\\xa8:\\\\x1e\\\\x83q~2#H\\\\x01\\\\xa8\\\\x07\\\\xe7\\\\xb7\\\\x9a\\\\x1bn)\\\\x8a\\\\x93\\\\x8f\\\\x93M\\\\xeb\\\\x99Sc\\\\xba{Jq\\\\xb7\\\\x075\\\\xa9\\\\x11$\\\\x95\\\\x1a\\\\x9e\\\\xfd\\\\xfaU\\\\xb9{\\\\xa0\\\\x804\\\\xb0j\\\\x16\\\\x04\\\\x0ec\\\\x12S\\\\xe3r \\\\x1d^\\\\xa7\\\\xc3\\\\xa2%\\\\xc4d\\\\xd3\\\\xc7%\\\\xe8\\\\x98u\\\\x1a\\\\x10\\\\x05AP\\\\t\\\\xb1\\\\xc8\\\\x002\\\\x80\"cN\\\\xb4\\\\xfe?s\\\\x1b\\\\x11\\\\x9e\\\\xa8\\\\xea\\\\x02\\\\x80\\\\xb9\\\\xa4\\\\x8f.j!t\\\\x89T:\\\\xab\\\\xfeO\\\\xfa9\\\\xf0\\\\x7f\\\\x96\\\\xd1\\\\x97V\\\\x7f\\\\x07\\\\x89\\\\x8b\\\\xcaf\\\\xb3X\\\\xfc\\\\xb5\\\\x15E\\\\xefn\\\\xac\\\\x1a\\\\xe7\\\\x1a\\\\xb0c\\\\x1f_\\\\xf0\\\\xb3\\\\xb7\\\\xb8m\\\\x01\\\\x01CV\\\\xed\\\\xeb\\\\xda\\\\xa9^\\\\xd9\\\\xc6\\\\xe9sE\\\\xf3\\\\xc7\\\\xf5\\\\x1b\\\\xfd\\\\xbb\\\\xfe\\\\xa4\\\\xf1\\\\x99Ta\\\\x7fA\\\\xb3/\\\\xf3\\\\xd65|~M%\\\\x1f\\\\xdd\\\\xacj$)\\\\x90H\\\\x1a\\\\xce\\\\x83\\\\xadq\\\\xbf2\\\\x8b\\\\xce\\\\x9d\\\\xab\\\\x17u\\\\xf12\\\\xd4@\\\\x18\\\\xae[\\\\xe4\\\\xfe3\\\\xc9p\\\\xfc\\\\xa3\\\\xe2r\\\\xfc}\\\\xd8\\\\xdc\\\\x86\\\\x1d\\\\x92\\\\xf8\\\\xd7\\\\x82\\\\xb6\\\\x06\\\\x0c\\\\t\\\\x10|\\\\xb6\\\\xe8F\\\\x9eC\\\\xab\\\\x96g\\\\xeeDHH\\\\x10\\\\xb1\\\\xefm\\\\xe5\\\\x12A\\\\x15YrY\\\\x94c\\\\xd4M\\\\xa0\\\\xb6\\\\xf0X\"\\\\x83\\\\xb1;\\\\x11\\\\xf8Cw&\\\\x0c\\\\xf7\\\\xe9\\\\xd2\\\\xbd\\\\xa2-\\\\x9a\\\\x98\\\\xfa@j\\\\x85Y\\\\xe4\\\\x95\\\\xc9\\\\xc9\\\\xf7K\\\\x1a\\\\xd4\\\\xd8Yo\\\\x04\\\\x80\\\\x0c\\\\x9dX\\\\x91\\\\xf5\\\\x9f\\\\xa7\\\\x9fJ\\\\x85\\\\xc16&\\\\x8c\\\\x88N\\\\xad!B\\\\xae\\\\xef\\\\xd2\\\\x8f\\\\xd3\\\\xccNS\\\\x9a\\\\xe2\\\\xf9nZ\\\\xa1W\\\\x05\\\\xc5\\\\xd8/\\\\x07i\\\\xf5\\\\xb2\\\\xb4\\\\xa1E\\\\xf1\\\\xd4N\\\\x83\\\\xbf\\\\x9cu\\\\xe5?\\\\xec\\\\xff\\\\x00+omgF|pW\\\\xa0\\\\xf8\\\\xed\\\\xb6\\\\xa98\\\\xc1}\\\\x14\\\\xe0y\\\\x1bx\\\\xecp\\\\xfcX\\\\xc4\\\\xb2\\\\xdc\\\\xa6D\\\\xc9olo\\\\xa5\\\\x94\\\\x9a\\\\xd5V\\\\xc7S\\\\xa3)\\\\x86\\\\x831\\\\xa7\\\\x84\\\\xf5\\\\xf3\\\\xfb{\\\\xc9\\\\xc7\\\\xd4$\\\\x1c\\\\x9cV\\\\xe5\\\\xc8V\\\\x94e\\\\xd2\\\\xbcN\\\\x1e-4Q\\\\x91B\\\\x1c:\\\\xef\\\\xa0X\\\\xf4n\\\\x92_h\\\\x06\\\\xb9\\\\xd4mR @\\\\x1d\\\\x8f[\\\\xd6\\\\xee\\\\x06\\\\xad\\\\x01\\\\x0f\\\\xd4\\\\xff\\\\x00\\\\xe2:\\\\x7f)f \\\\x14\\\\xc8\\\\xadUV)W\\\\xdfb\\\\xd4\\\\x1e\\\\x00\\\\x04\\\\xa2w.\\\\xab\\\\x06@\\\\xebR\\\\x06\\\\x10\\\\xb8\\\\xf1/!\\\\x10r:Fr\\\\x01\\\\xaa;\\\\xdd/\\\\x01\\\\\\\\\\\\x14\\\\xe3\\\\xf9\\\\xcc\\\\x9a1-7\\\\x13NE\\\\x8c\\\\x98\\\\xfe\\\\xa2\\\\xaaXI!T\\\\xfa\\\\x87n\\\\xfdh\\\\xc4_\\\\xdcB\\\\xdc\\\\xa5\\\\'\\\\x12$G\\\\xfd1pj\\\\x05u\\\\x0e`\\\\xd0d\\\\xa2n\"\\\\xe3\\\\x07\\\\xe6\\\\xebbZ\\\\xb5(\\\\xafyGR\\\\nY\\\\xa9b{\\\\x19\\\\x89\\\\x1e\\\\x1d\\\\\\\\\\\\x89\\\\x8d\\\\xb8\\\\xe9\\\\xd6A\\\\x15\\\\x073\\\\x91v\\\\xa7\\\\x8a\\\\xaf\\\\xac\\\\xe0\\\\xcaV\\\\x1e*\\\\xd7\\\\x92\\\\xb6{\\\\xd7_u\\\\xe1R\\\\xd4-\\\\xfc\\\\xb6\\\\x13#j\\\\xc6\\\\x91=\\\\xc1\\\\xebKm1\\\\n\\\\x0cH\\\\xc7\\\\x9a(\\\\xdb\\\\x06@\\\\x1a\\\\xd7\\\\x07_4?\\\\xfb\\\\xa8q8\\\\xfc\\\\x87\\\\xc0\\\\xfe\\\\t\\\\xce\\\\xe2\\\\xe3\\\\xdf@\\\\xe29W\\\\xc5\\\\xb6\\\\xcd\\\\xe8\\\\xd41\\\\xb9\\\\x0e\\\\xe1\\\\x1a\\\\xb0p\\\\x04\\\\x1f\\\\x03\\\\xdb\\\\xc3\\\\xa3\\\\xdcN\\\\xd7\\\\xbb\\\\x03\\\\x00\\\\xc5\\\\xfbV\\\\xa0\\\\x903`\\\\x187E\\\\xf0+\\\\x90F{\\\\x97\\\\xb8P\\\\xd3\\\\xba7\\\\x1d|\\\\x07\\\\x8e\\\\x9dzk$\\\\x08\\\\xaa\\\\x97(JO\\\\xcb\\\\xac%\\\\xac\\\\xaa\\\\x0b\\\\x04\\\\xb1\\\\x8de{\\\\xa9]G\\\\xec\\\\x8e\\\\xaf@\\\\xb8C\\\\x03\\\\xc8\\\\xa0\\\\xd9\\\\x8fb\\\\x95\\\\xa4W\\\\x15\\\\xd8\\\\xa6l\\\\x00\\\\x0f\\\\xc2\\\\x0b\\\\x1d\\\\xc3\\\\xb4x\\\\xc1?\\\\xb3\\\\xa3ur\\\\xc0\\\\x06\\\\xae\\\\x86\"\\\\x93hz\\\\xcd\\\\x9e\\\\xb0\\\\xf5\\\\xaa\\\\xaf\\\\xe2\\\\x80\\\\x01\\\\x80#Y\\\\x9e\\\\xd1\\\\xa7\\\\xee\\\\xe8U\\\\x92\\\\xcdTg\\\\n\\\\xa6K+\\\\xda\\\\x85aA\\\\xb8\\\\xbf\\\\xa0\\\\xb1f\\\\xdd\\\\xa0\\\\xed+\\\\x1dt\\\\xb0Tw\\\\x12\\\\x12\\\\x89s\\\\xd9\\\\x9f\\\\x0e\\\\xb6r\\\\x07j\\\\xa3\\\\x03\\\\xe8-\\\\x04\\\\xae\\\\xa3A\\\\xe4{\\\\xf8\\\\xe9\\\\x1dD\\\\r\\\\x10m*O4g\\\\xe2<\\\\xcd\\\\xbc77\\\\x87\\\\x9b]d\\\\x8cK\\\\xab\\\\x98\\\\x1a:\\\\xc0\\\\x92|\\\\xe4yuW\\\\xe4v\\\\xc3q\\\\xb7\\\\x9c:S\\\\xb4U\\\\'\\\\xe4lk\\\\xb6k^(\\\\xbe\\\\x8apYb\\\\xda\\\\x06BeV\\\\xb8\\\\xd9\\\\x94\\\\x0bic\\\\xa7\\\\xb4\\\\x96\\\\xb0\\\\xda\\\\xaa\\\\xc4A\\\\xd3\\\\xd3\\\\x07\\\\xfb\\\\xba\\\\xf2V\\\\xa0\\\\x0brn\\\\x94^\\\\x1ec\\\\xb8\\\\xa6\\\\x84\\\\xaa\\\\xaa\\\\xa2\\\\xab\\\\xec\\\\xad\\\\xd8o\\\\xd9[\\\\r\\\\xac\\\\x01>\\\\x96n\\\\xf1\\\\x1eq\\\\xfd\\\\xfd<\\\\xd9\\\\x8e\\\\xacA\\\\xed@\\\\'\\\\xcd@\\\\xe4>8o\\\\xaa\\\\xf5\\\\xac\\\\x0fv\\\\xd8g\\\\x88\\\\x9fI\\\\x90\\\\xa0F\\\\xa0\\\\x9e\\\\xc3\\\\xfb\\\\xba/\\\\xf1\\\\xe2\\\\x03b\\\\x12&\\\\r\\\\x19W\\\\xb5pO\\\\x8bkT=\\\\x02\\\\xe5\\\\xb3\\\\xda\\\\xa6\\\\xdd\\\\x0b\\\\r\\\\xc4\\\\x06\\\\xd6c\\\\xbc\\\\xe9\\\\xe3\\\\xfbz\\\\xebV\\\\xe2\\\\taS\\\\xf6U\\\\x8b\\\\x82\\\\xc4\\\\xd0\\\\xf1\\\\xe2\\\\xb5\\\\xfeAj\\\\xbcWm\\\\x8dn]J6T\\\\x00`\\\\x92d*\\\\xed\\\\x80A\\\\x91 \\\\x13\\\\x06z\\\\x92%\\\\x88\\\\xc1\\\\x15\\\\xb6&\\\\xa2\\\\xa8\\\\xc5\\\\xf5\\\\xe1n\\\\xc7\\\\xa8\\\\xac\\\\xbb06\\\\xaa\\\\x16\\\\xdc\\\\x87]\\\\xc1\\\\xca\\\\xa9\\\\x92\\\\xa7\\\\xc3\\\\xec\\\\xf0\\\\x1a\\\\xba2\\\\x04\\\\xe0\\\\xcc\\\\x9ed\\\\x08\\\\x1eKf1\\\\xaf\\\\x87\\\\xc3\\\\xcd\\\\xae\\\\xbb-\\\\xc1\\\\xc6\\\\xe4\\\\xaa5\\\\xde\\\\xf8\\\\xb6\\\\xc8\\\\xb2\\\\xb2A5\\\\xdcP(e,\\\\'\\\\xc7\\\\xa6\\\\t\\\\x81\\\\xd8T\\\\x06\\\\x89-\\\\xc9\"mL|\\\\x91~=\\\\xfb.\\\\xac\\\\xb9\\\\xa7\\\\x1c@\\\\xad\\\\x89\\\\x02c\\\\xb7\\\\xa4\\\\x80$\\\\xc4\\\\x8f\\\\xb3\\\\xba\\\\xa5\\\\x10k\\\\x1f\\\\xe1\"\\\\x139\\\\xd0\\\\x8e(\\\\x9e\\\\xb8\\\\xae\\\\x7f\\\\xf3U&.z\\\\xa1\\\\xb1j\\\\x87\\\\xc8B\\\\x0c\\\\xc2\\\\xeeR\\\\xe4\\\\x0f&3\\\\xa0\\\\x8f.\\\\xa4\\\\x12\\\\xd5V!,A.\\\\xb7fp\\\\x986\\\\x9a\\\\xec\\\\xc56dg\\\\xa3\\\\x93\\\\x91\\\\x8a+;\\\\x10\\\\x03\\\\xa3On\\\\xda\\\\xf7\\\\xd7]z\\\\x89\\\\xe9,]q\\\\x80|\\\\x1d\\\\x94Nc\\\\x8e\\\\xc7\\\\xc4v\\\\xaf\\\\x16\\\\x9c\\\\xa3\\\\x86\\\\xf5\\\\x0b=\\\\xdc\\\\x8a\\\\xda\\\\xa2w\\\\x02\\\\x1a\\\\x06\\\\xd2ui\\\\x8dF\\\\x91\\\\xd27\\\\x13\\\\x8d\\\\xb1Z\\\\xc5\\\\xaa\\\\x7f\\\\x84\\\\xd3\\\\x07,(y \\\\xf8\\\\xaem\\\\xc8\\\\xc5lg\\\\xab&\\\\x8b\\\\xb6\\\\xaa[`\\\\xda\\\\xf2\\\\xa0\\\\r\\\\xba\\\\xeb\\\\x00\\\\x81\\\\x07\\\\xc4\\\\xcf\\\\x9f^O\\\\xe5&%\\\\x87\\\\xa9\\\\xf0\\\\xa5G\\\\xd1il\\\\xa3\\\\'|\\\\x02\\\\xb38\\\\xbc\\\\x8am\\\\xc9j\\\\xd4\\\\x96\\\\xb2\\\\xb38\\\\xc1\\\\xb6&\\\\xe4\\\\xd85\\\\x00\\\\xe8\\\\t\\\\x9d\\\\x14t\\\\x8f\\\\x8f\\\\xbfl\\\\r$\\\\x97\\\\xe4V\\\\x8d\\\\xcbf\\\\x99\\\\x04\\\\xd6\\\\x99\\\\x0e\\\\xe8\\\\xfe\\\\xec\\\\xa1\\\\x08b\\\\x14\\\\x96\\\\n\\\\x07a\\\\xac\\\\x00\\\\'\\\\xef\\\\xebZ7\\\\x1cW?\\\\x14\\\\x99\\\\n\\\\xac\\\\xb2\\\\x8e_\\\\x1d\\\\xc2r\\\\x19X\\\\xb95c\\\\x9c\\\\xe6\\\\xae\\\\xa5kT\\\\x82\\\\xd3\\\\xe0$\\\\x88\\\\x06;\\\\x8e\\\\xe6zM\\\\xebD\\\\x06\\\\xd4\\\\x03\\\\xf3\\\\xe0%\\\\xdd\\\\xba\\\\x00T\\\\x17-\\\\xc9[M\\\\x06\\\\xfbv6E\\\\xe3i|g\\\\xee\\\\x1bM\\\\xda\\\\xce\\\\xd3#\\\\xb7\\\\x94\\\\xcfV\\\\xf6W\\\\xadZy8\\\\x06B\\\\xa0s\\\\xe6\\\\xb17\\\\x1a\\\\x8d\\\\x00\\\\x7f*$L\\\\xcc\\\\xeb\\\\x9e\\\\xa7\\\\xad\\\\xde\\\\xc8&\\\\x16N\\\\xe5\\\\xadK\\\\x99\\\\xdb\\\\x1axtw\\\\xb7\\\\x02p\\\\xd2e\\\\xa8\\\\x9e\\\\xe4\\\\xbbq\"N\\\\xcc\\\\x19j9\\\\x19\\\\x1e\\\\xde\\\\xfa;\\\\x86\\\\x05\\\\x10\\\\x91,\\\\x80\\\\x03\\\\xe9\"#O\\\\xa7\\\\xdb\\\\xdf\\\\xaa\\\\xba\\\\x80\\\\x19\\\\x03\\\\xcc\\\\x0e\\\\xee3M\\\\x88g\\\\xc7\\\\xf3\\\\x9b\\\\xf1E7\\\\t\\\\xf1\\\\xb94#${9\\\\xb4BV\\\\t>\\\\xb40\\\\x00\\\\x1fI\\\\x1d\\\\xfa|M\\\\xb9\\\\x00\\\\xe6\\\\xa2\\\\x95\\\\xf2\\\\xefG\\\\x19>!\\\\x0f\\\\xb3\\\\x8f\\\\xc9\\\\xab)\\\\xbd\\\\xc4!j\\\\xd4\\\\xe9;A\\\\x9d\\\\xa3\\\\xd24\\\\x90A\\\\x99\\\\xe9\\\\x03\\\\xfe7x\\\\xe1\\\\xcf\\\\xeb\\\\xfc+&Z\\\\xb0N|g\\\\x1d\\\\xba\\\\x9f\\\\xfa\\\\xbb\\\\x95\\\\x16\\\\x93\\\\x15\\\\rw\\\\x95`;)\\\\x13\\\\xdb_\\\\x01\\\\xfe\\\\x11\\\\x1b \\\\x97\\\\x12\\\\x01\\\\xb8\\\\xed\\\\xea\\\\x8e%\\\\xc3.\\\\xa9\\\\xff\\\\x00l\\\\x9f\\\\xa6\\\\x9f\\\\x1c\\\\xf9_\\\\xcb\\\\xee\\\\xb7\\\\x96\\\\xc9\\\\xaa\\\\xac\\\\x9e\\\\'\\\\x1cfq8\\\\xc4\\\\x94[\\\\xf2\\\\x11\\\\x94C\\\\x86\\\\x1a\\\\x00\\\\x18\\\\x12c\\\\xee3\\\\xd5k\\\\x97\\\\r\\\\xbfH#\\\\xb4qFZ\\\\xbb[1>\\\\xa5\\\\xf5xagqXy|vv8Z2-\\\\xdfm9\\\\x10\\\\xc8\\\\x19\\\\xd5UYJ\\\\xa8\\\\xf6\\\\x8c~\\\\xc3\\\\xdf\\\\xaf9\\\\xf3\\\\x13\\\\xb9l\\\\x9bd\\\\xfd\\\\xf5\\\\xebz\\\\xc7\\\\xccKq\\\\xb7\\\\xf6\\\\xc8\\\\x81\\\\x8cE\\\\x033v\\\\xe7\\\\xe0\\\\xa8\\\\xcfk\\\\x11*f]&r\\\\x9c\\\\xa7\\\\x1fF\\\\x0e\\\\x13ba\\\\xe2XZ\\\\xa2\\\\xf7\\\\xe35(\\\\x02Z\\\\xbb=\\\\xb7\\\\xa1\\\\xb7\\\\x07\\\\x1b\\\\xa4{\\\\x85\\\\xe7]GU\\\\'\\\\xf2V\\\\xa0\\\\x1f@\\\\xa8\\\\xa8l\\\\x0f\\\\xfe?wQ+$\\\\n\\\\x9c\\\\n\\\\xa8\\\\xfew\\\\xcf\\\\xf0X\\\\xd6Q\\\\xc9Qmh\\\\xb9\\\\x98\\\\xb5\\\\x7fQ\\\\xcer\\\\x8c\\\\x1a\\\\xe5\\\\xdc.D*\\\\x8a\\\\x01;D,n\\\\xf3\\\\xee#\\\\x03\\\\xe4\\\\xa3\\\\t\\\\x91(\\\\x91\\\\xea\\\\x8dO#\\\\xe1\\\\xe4\\\\xc5Y\\\\x8c\\\\x9b\\\\x98e@\\\\xe7~\\\\xad\\\\xf1\\\\x95=\\\\x95\\\\xe0c\\\\x0b(DT\\\\xa7\\\\x1c\\\\xee\\\\xae\\\\xa7\\\\x80!\\\\xcb\\\\x15\\\\xdc\\\\xba\\\\xacG\\\\x97\\\\xd6\\\\x08\\\\xaf+\\\\x91\\\\x88\\\\x1aF\\\\x01\\\\x98\\\\x0cz\\\\xf3])\\\\x97c\\\\xe2\\\\x92\\\\x9f\\\\xf5*\\\\xc6\\\\xbd\\\\xbf\\\\xa5SN0\\\\xb9\\\\xcb\\\\xdaT\\\\xee\\\\x82\\\\xc3U\\\\x08\\\\xd2\\\\xa0\\\\xa9\\\\xf4\\\\xcc\\\\xc9\\\\x81\\\\xe3\\\\xd2\\\\xb4\\\\x98<\\\\xa2\\\\xc0\\\\x9e\\\\x94\\\\xe7\\\\x87\\\\x0e\\\\xa0\\\\xdf$1\\\\xcb\\\\xbd\\\\x13\\\\xe1\\\\xf3\\\\xb2y;\\\\x15\\\\xb1\\\\xecl\\\\xab=\\\\xd5\\\\xa5)PQ\\\\x88.\\\\tS\\\\x02t&Hm:\\\\xb9\\\\xb2\\\\xb4\\\\\\\\\\\\xb1\\\\x04?P\\\\xa9\\\\xde\\\\xbah\\\\xe1\\\\x97@|K\\\\x96\\\\xe2\\\\xa9cN-\\\\t\\\\x8fR\"\\\\x15\\\\xa5\\\\xd9\\\\xaeU%IuR\\\\xd2\\\\x044\\\\xc0\\\\x8e\\\\xe7\\\\xbfW\\\\xb7W\\\\xad\\\\x97\\\\x114\\\\r\\\\xc6(m\\\\xc6T%\\\\x9f\\\\xb3\\\\xf8W\\\\xd7\\\\xc5y\\\\xaaS#\\\\x0e\\\\xabm\\\\xb7/\\\\x8c\\\\xc2\\\\x1f\\\\x9eL\\\\x14oK\\\\\\\\\\\\xf0\\\\x8a\\\\xc1\\\\x98\\\\x18o\\\\x19c\\\\xac\\\\x9e\\\\xdd\\\\'e\\\\xf2&\\\\xd5\\\\xc1\\\\xeeI\\\\xed\\\\xc4\\\\xb9\\\\x0e\\\\xce{\\\\xde\\\\xb8dV\\\\x96\\\\x8dQ\\\\xa6<\\\\xd5\\\\xa5\\\\x87\\\\xcf\\\\xfek\\\\x98|l>2\\\\x9a\\\\xc656\\\\xdb\\\\x9bm\\\\xe4*\\\\xa3\\\\x15\\\\x07[\\\\xab\\\\xd1\\\\x83\\\\x03=\\\\x89=\\\\xfa\\\\xf4[\\\\x7f\\\\x943\\\\xba%j\\\\xd0\\\\xf4\\\\xbb\\\\xea4b+\\\\xea\\\\x8b}\\\\xddU6\\\\\\\\z\\\\x8e?T\\\\x1b\\\\x94\\\\xe6\\\\x9b\\\\x11\\\\xb0\\\\xf2q3\\\\xb9\\\\x1b^\\\\xc6\\\\xba\\\\xdb\\\\xf6W\\\\xb4\\\\xd5\\\\x8aHg\\\\xba\\\\x95\\\\x08\\\\xc4/\\\\x82\\\\xb3\\\\x1d\\\\xa7\\\\xc4un\\\\x17\\\\xbd\\\\xb1\\\\x19\\\\xc4\\\\xcf2N\\\\x0c\\\\x0e:qn\\\\x99%\\\\x90\\\\xee\\\\x08\\\\x1cs[W\\\\x93\\\\xe1\\\\xb91\\\\x81\\\\xceds\\\\x19\\\\x94>\\\\xcb\\\\xb8\\\\xda1\\\\xf2\\\\x10\\\\x9bK\\\\xd9i\\\\x9b\\\\x98W\\\\x1a\\\\xb4A\\\\x80@\"c\\\\xaaWo\\\\xd8\\\\xbe\\\\x05\\\\xe1r@\\\\x90cP\\\\xe5\\\\xff\\\\x00\\\\xdeX\\\\x8cs\\\\xc6\\\\xb5M\\\\x02dh\\\\xef\\\\xfe\\\\x11\\\\xce7\\\\xe2\\\\xdc\\\\x9d\\\\xfc\\\\x8f\\\\x1c\\\\xd4|\\\\x84\\\\xe0\\\\xe0\\\\x9a\\\\x9e\\\\xcc\\\\xd5\\\\t\\\\xb7\\\\xdfG$\\\\x8a\\\\x92\\\\xc9\\\\x906\\\\x01%\\\\x86\\\\x87\\\\xf0\\\\xf5\\\\xaf\\\\xb0\\\\xf8\\\\x9b\\\\x97el\\\\x0b\\\\xa48s#M@\\\\xbf\\\\xa4s\\\\xa0\\\\xcf\\\\x04:\\\\xe17\\\\r\\\\xfc#\\\\x994Vq\\\\xaf\\\\xe3\\\\xaa\\\\xaa\\\\xb4\\\\xc61U\\\\xb4\\\\xa3\\\\xfbu\\\\x90\\\\xbd\\\\xd0\\\\x982\\\\xa4w\\\\xd2z\\\\x8b\\\\xeflJ\\\\xdd\\\\xb8\\\\xc7\\\\x1a\\\\xbc\\\\x80\\\\x8b\\\\x8f\\\\xf7?\\\\xedN\\\\x8e\\\\x86\\\\x13/\\\\xa9\\\\xf0\\\\xedP\\\\\\\\S\\\\xf9\\\\\\\\\\\\x81B\\\\xa588h\\\\xb4{k\\\\xd9\\\\x02\\\\x08\\\\x1bu\\\\xdc@\\\\xf0\\\\x8e\\\\xb3/\\\\xce\\\\xdd\\\\xcbW\\\\xa5\\\\x00\\\\x05\\\\xb8\\\\xb0=\\\\xbc\\\\xff\\\\x00\\\\xdd.a\\\\x94HNR\\\\x0f\\\\x89B\\\\xdcd>6Q\\\\xb1\\\\x15\\\\x7f.PUi\\\\x86\\\\xb2\\\\xd4\\\\x04\\\\x12\\\\xc8\\\\xa0\\\\r\\\\xa6$G\\\\x9f\\\\xd3\\\\xac)\\\\xea\\\\xbbbZ\\\\xe8\"CK\\\\x19H\\\\x7f\\\\xe22V\\\\x04\\\\x00\\\\x90#J\\\\xd3\\\\xda|\\\\x0f\\\\x87\\\\x87Z\\\\x1b[\\\\x92\\\\x88\\\\x7f\\\\xf5\\\\x03\\\\xd5\\\\xfbqJ\\\\xbb\\\\x10N8\\\\xa8\\\\xf6r)~\\\\x16mkC\\\\xa8\\\\xcc\\\\xa9E\\\\xd7)z\\\\x95\\\\x95\\\\x9a%\\\\xf6z\\\\xa1KL\\\\x01\\\\xaf\\\\xd3\\\\xab\\\\xe3}\\\\xff\\\\x00\\\\x11\\\\x89\\\\x04\\\\t\\\\xe2Aa\\\\xde\\\\xdf\\\\xcb\\\\xa5B\\\\xdb\\\\x90\\\\xd9x\\\\xaeO\\\\xff\\\\x00sw\\\\xe6c~\\\\x98]\\\\xc2`\\\\xe7\\\\xe4\\\\xda\\\\xb9\\\\x1c\\\\x8d\\\\x18\\\\xf9\\\\xb7SaOz\\\\xa2\\\\x06\\\\xfa\\\\xc8\\\\x11\\\\x00\\\\x1d\\\\xad\\\\x10F\\\\xbfN\\\\x8bib7$#\\\\x12\\\\xedBz$\\\\xef\\\\xef\\\\xca\\\\xdd\\\\xb2\\\\xf4\\\\\\\\W\\\\xf1\\\\xacD\\\\xc6\\\\xc1\\\\xfc\\\\xbc\\\\x96k\\\\xadgFbA \\\\x8d\\\\t\\\\xef1\\\\xda\\\\x00\\\\xeb\\\\xd8\\\\xec\\\\xa2m\\\\xc0\\\\xd7\\\\xfa^]\\\\xc1/\\\\x9ad\\\\xf8\\\\xd7\\\\xe9\\\\xe7\\\\xc9\\\\xff\\\\x00R\\\\xfeIW\\\\xc6\\\\xfe#\\\\x85]\\\\x9c\\\\xa7\\\\xb6m\\\\xb0\\\\xbb\\\\n\\\\xeb\\\\xae\\\\xa5\\\\xf5\\\\x1b\\\\x1d\\\\x98\\\\x80\\\\xaa\\\\xa7I\\\\x8d|5\\\\xee\\\\xc1\\\\x19\\\\xcadG\\\\x13V\\\\xca\\\\x8a,\\\\xedM\\\\xd9\\\\xb0_T\\\\xff\\\\x00B\\\\xbfL0\\\\xff\\\\x00J>\\\\x1c\\\\xbc\\\\x0ea\\\\xc5\\\\xc8\\\\xe6\\\\xb2]\\\\xf2y~f\\\\x82\\\\xc4\\\\xddcj\\\\xa8U\\\\xc7\\\\xa4W;D\\\\x1dF\\\\xbaLu\\\\x100\\\\x8e\\\\xa9\\\\xc8\\\\x83\\\\xc8\\\\xfd\\\\x9b\\\\xb5z\\\\xfd\\\\x85\\\\xa8F\"\\\\xdc\\\\x83\\\\x1c\\\\xd5\\\\xbb\\\\x8e/\\\\xc8\\\\xab\"\\\\x84p\\\\x95\\\\x14cb\\\\x91\\\\xb8\\\\x82\\\\x04\\\\xe9\\\\xfd\\\\xfdW\\\\xb6n^\\\\x8c\\\\xa0\\\\x0e \\\\xbel\\\\xae\\\\xda\\\\x04\\\\x82\\\\x06\\\\x1cs@\\\\x9e\\\\xe4JSv\\\\xd6\\\\xb0\\\\x93\\\\r\\\\xb4\\\\x85X\\\\xd2\\\\x0fY\\\\x17/\\\\x01j/ d\\\\xed\\\\x85\\\\x00H\\\\x89\\\\xa9\\\\xa7^\\\\xf5\\\\x11,S\\\\x91\\\\xbe\\\\xe6\\\\x0bMP\\\\xda\\\\xfa\\\\x81mt\\\\xfe\\\\xd1\\\\xd5(\\\\xccB\\\\xe1\"t\\\\r^g\\\\x92 }\\\\xc2\\\\x0c\\\\xc5\\\\x06Jm<\\\\x83W]u\\\\xd7e\\\\x81[s=A`\\\\xc83\\\\xa0\\\\x1e\\\\x03\\\\xa6\\\\xda\\\\xde\\\\xdc\\\\xd2\\\\x04I\\\\x00\\\\x93\\\\x80\\\\xc4\\\\xbf\\\\xd02\\\\xb2.\\\\x88\\\\x00+\\\\xd9\\\\x98T\\\\xcf\\\\xeb\\\\xd7\\\\x0b\\\\x8d\\\\xf2\\\\xef\\\\xd3/\\\\x92\\\\xe2g\\\\xe3\\\\x16\\\\xfc\\\\x8d?\\\\xd4\\\\xb1\\\\xc1$m\\\\xbe\\\\x8d\\\\x15\\\\x84\\\\x13\\\\xdc\\\\x13\\\\xe0z-\\\\xb6\\\\xeas\\\\xb8\\\\x0c\\\\x86=\\\\xdd\\\\xea\\\\x8f\\\\xc8\\\\x81r\\\\xd9lW\\\\xc6\\\\xbeU0\\\\xeeu\\\\xb2\\\\xb2\\\\xacY\\\\x94\\\\x86$\\\\x89\\\\x85\\\\xd6\\\\'S\\\\x06u#\\\\xafI)\\\\xc6m\\\\xaa\\\\x95,\\\\xbcL\\\\xe2\\\\x01-\\\\xd8\\\\x96s\\\\xb2\\\\xef\\\\xe2rq/\\\\xc7d\\\\xbb\\\\t\\\\xab6-\\\\xb6\\\\x163\\\\xa1\\\\x94\\\\x1d\\\\xd6O\\\\x97x\\\\x07\\\\xec\\\\xea\\\\xad\\\\xe8\\\\x98\\\\x17\\\\x89x\\\\x9cJL\\\\xcb\\\\xa8|6\\\\r\\\\xbc\\\\xef#q\\\\x18\\\\xeb\\\\x8a\\\\xabb\\\\xbbc\\\\xa9\\\\x1b\\\\xb5\\\\xd3C\\\\xdc\\\\x82;\\\\xc0?\\\\xbb\\\\xac\\\\x03b7\\\\xafH\\\\xc8\\\\xd0q\\\\xdf\\\\xda\\\\xad\\\\xdb\\\\xb8%\\\\x103]\\\\x07^\\\\x1e\\\\xee=\\\\xc6&$%4\\\\xaal:I\\\\x0b\\\\xa1g\\\\x07\\\\xd2A\\\\x1f\\\\xb3\\\\xaf@-\\\\xb5\\\\x97\\\\x88u\\\\xd3\\\\x88\\\\x02\\\\xb4U\\\\xa7\\\\xcb0\\\\xb8\\\\xec@\\\\xb9\\\\xf8\\\\xd6-\\\\xaa\\\\xfb\\\\x03\\\\xa8V\\\\x07\\\\xdc\\\\x00\\\\x12\\\\x92L\\\\xe9$i\\\\xa7\\\\xd7\\\\xac\\\\xdd\\\\xd5\\\\xc1\\\\xb5\\\\xbco[ \\\\x82\\\\xc3\\\\xbcc\\\\xde\\\\xb3\\\\x08\\\\xd7\\\\xe9\\\\xad\\\\x12-\\\\xb5f\\\\xe5[\\\\xed\\\\xad\\\\xf6da\\\\xdd`c\\\\x89_\\\\xa9\\\\x03D\\\\x02\\\\xa0\\\\xfd\\\\xff\\\\x00Y\\\\xea\\\\x86\\\\xff\\\\x00\\\\xe4\\\\x7f\\\\xc8\\\\x1e\\\\xdce\\\\x9e\\\\rN\\\\x87\\\\x9ei\\\\xb6v\\\\xc4T\\\\x8c\\\\xb8\\\\xefE\\\\x7f\\\\xf4~W\\\\xff\\\\x00C\\\\x8b\\\\xff\\\\x00\\\\xf3\\\\x7f\\\\xcf\\\\xa5\\\\xe8\\\\x9f\\\\xfbc\\\\xe3/\\\\xca?\\\\xf1\\\\xbb|\\\\x97\\\\xff\\\\xd3\\\\xa18\\\\xaf\\\\x8b_\\\\x8e,l\\\\xaa\\\\x96\\\\x8a,;+\\\\xaa\\\\x15[h\\\\x12N\\\\xf2G\\\\xab\\\\xb6\\\\x9f\\\\xe3\\\\xdb\\\\x14Z\\\\xc9|\\\\x96\\\\xd6\\\\xd8\\\\xc4j9\\\\xac\\\\xf2~8\\\\xb9\\\\xcdn\\\\x165+jTT\\\\xe3\\\\xd8T\\\\x96\\\\x906\\\\x9d$\\\\x82A3\\\\xd2g\\\\x02M2J\\\\x9e\\\\xd4H\\\\xab\\\\x1b\\\\xe2\\\\xdc\\\\r<&\\\\x1b?\\\\xf2\\\\xae\\\\xbf*\\\\xb5\\\\xfc\\\\xcaZ\\\\xb2k\\\\xfb\\\\x01&\\\\x19fbz1l\\\\x1cJ\\\\xb3\\\\xb5\\\\xdb\\\\x8bmV\\\\xe9\\\\xc9E\\\\xf9\\\\x17\\\\x11\\\\x8d\\\\x93\\\\x85jR\\\\x81\\\\xad\\\\xb8\\\\xcdJ\\\\xe9 6\\\\x93\\\\xa7\\\\x87\\\\x9f\\\\x80\\\\xfd\\\\x9d#t\\\\xc3\\\\x00\\\\x9b\\\\xb8\\\\xb7\\\\x12(\\\\xb9\\\\xfa\\\\x9e\\\\x16\\\\xe1\\\\x99\\\\x92\\\\xf6\\\\x8br*\\\\xad\\\\xd6\\\\xcd\\\\xeb\\\\xde\\\\x14\\\\xeb;\\\\x95\\\\xb7\\\\x12\\\\xc4i\\\\xf4\\\\xfa\\\\xf4\\\\x9d\\\\xac\\\\x84\\\\x85qX\\\\xf7-\\\\x92p\\\\xc2\\\\xbcq\\\\xcd3\\\\xf0\\\\xf8\\\\x98\\\\x95a\\\\xa1\\\\xb7\\\\x1a\\\\xaa\\\\xac\\\\x0c\\\\xd6\\\\x9c\\\\x87\\\\xee\\\\xcd`\\\\x8fMf\\\\x08\\\\x00\\\\xfd\\\\x9a\\\\xf8\\\\xf6\\\\xea\\\\xd0,\\\\x14\\\\xd9\\\\x8bb\\\\xcc\\\\x9c\\\\x1f\\\\x9b\\\\xe3)\\\\xc4\\\\x14\\\\xdc\\\\xc7!i\\\\x08\\\\xaa\\\\xb6\\\\xca\\\\xbe\\\\xd80\\\\x000b@\\\\xeeu\\\\xfd\\\\xdd*s\\\\xa3+\\\\x82\\\\xf6\\\\x90\\\\x82\\\\xe2s\\\\x96\\\\xb5\\\\xcbe\\\\xca\\\\xb4a\\\\x86\\\\x1e\\\\xd4\\\\x08`Z;F\\\\xe0\\\\x07\\\\xef\\\\x9f\\\\x0e\\\\x85\\\\xcbV\\\\x88-\\\\xdc\\\\xd4]\\\\xf2Spx\\\\x05\\\\xcc\\\\xe42\\\\x17\"\\\\x90FPv\\\\xc5\\\\xa5\\\\x99\\\\xb7=\\\\xe0h6\\\\xa8\\\\xd0\\\\x98\\\\x1a\\\\x9d:\\\\xe6\\\\x84A|\\\\x15\\\\xabvu\\\\x97\\\\xe8\\\\xba\\\\xa3\\\\xf4G\\\\xf4\\\\xf1\\\\xb0y:9+\\\\xf8f7\\\\xd0\\\\x05\\\\xaa\\\\xf9\\\\x1a-`\\\\xb0\\\\x87\\\\xd2\\\\t\\\\x82w\\\\x16\\\\x1f\\\\xbf\\\\xb7^O\\\\xe6\\\\xb7\\\\xb2\\\\x8d\\\\xe1n!\\\\xe0\\\\x05W\\\\xa9\\\\xf8\\\\xdd\\\\x93[\\\\xd4i#\\\\x82\\\\xfa>\\\\xfcfe\\\\x1c\\\\x7f\\\\xbc\\\\xd9\\\\x14\\\\xaeBc\\\\x1b-\\\\xc7;B{\\\\x96\\\\x0fIk\\\\x02\\\\xa10\\\\x00\\\\x83\\\\xe7\\\\xd6=\\\\xd2e\\\\xaaV\\\\xeb\\\\xd3!\\\\xe2\\\\xde+l\\\\xc3\\\\xdb\\\\r,x\\\\xe4\\\\xb5[\\\\x9d\\\\xee\\\\xd9\\\\x87\\\\x86J\\\\xd7\\\\x94\\\\xb4\\\\x87\\\\xe4w\\\\xa3\\\\x9b\\\\x9dk\\\\x00\\\\xab\\\\x87\\\\xd2\\\\x02\\\\xce\\\\xed\\\\xc3\\\\xc3\\\\xbf~\\\\xa9k\\\\x9f\\\\xff\\\\x00\\\\xb5(\\\\x00b\\\\x1c\\\\xe3^\\\\xbd\\\\xdd\\\\x10\\\\xc5\\\\x8f\\\\xa9\\\\xdf\\\\xb5\\\\x10\\\\xe2\\\\xee\\\\xaa\\\\xfbM\\\\x9c\\\\xdf\\\\xb8\\\\xb4\\\\xd8\\\\x1e\\\\xccCZ\\\\xaa\\\\x92\\\\xed\\\\xa2\\\\x07\\\\x1a@\\\\x04H\\\\x9d\\\\x0fy\\\\xea\\\\xc6\\\\xd8@\\\\xcfU\\\\xe7\\\\x06@\\\\xb0\\\\r\\\\xfbd\\\\xe3\\\\x93\\\\xd5\\\\x1ctf\\\\xfaG,T\\\\xb6\\\\xf7jKn\\\\x07\\\\xdeB@U\\\\x02\\\\x19\\\\x8c\\\\x90\\\\xc3\\\\xbfa\\\\xdf\\\\xec\\\\x9e\\\\xa0\\\\x13\\\\x18\\\\x93\\\\xf4\\\\xcf\\\\x9f\\\\x1c\\\\x92\\\\xae\\\\x08\\\\xbb\\\\x8c\\\\x11l{.\\\\xae\\\\x97\\\\xc9\\\\xc7W\\\\xb3\\\\x12\\\\x92\\\\x05\\\\xd6\\\\x80\\\\n\\\\xaby\\\\x13\\\\xae\\\\xb3\\\\xd6\\\\x8e\\\\xde\\\\xf4\\\\xe3l\\\\xce\\\\xd0&\\\\x01\\\\x9c\\\\xe2\\\\x1f\\\\x97\\\\x8a\\\\x91\\\\t\\\\n\\\\x94g\\\\xda\\\\x9ca\\\\x9d}\\\\xff\\\\x00\\\\xf5\\\\xb7^kT\\\\x02C\\\\x00\\\\'Q\\\\xdc\\\\x11\\\\xd6\\\\x9cm\\\\x11l^\\\\x9c\\\\x86\\\\xb9I\\\\xbb@\\\\x1e \\\\x84\\\\xe2#(\\\\x92M]l\\\\xe3\\\\xe8\\\\xaa\\\\xcc\\\\xa3\\\\x91~:]}(R\\\\x82\\\\xdbK*?x&`y\\\\xc7O\\\\xd8\\\\xc5\\\\xe7)]\\\\x8e\\\\xaa0\\\\x0e0Ej\\\\x02F\\\\x98\\\\x85\\\\xcf\\\\x9f\\\\xad?\\\\xed\\\\xef\\\\xe3\\\\xff\\\\x00\\\\xa8\\\\xb5\\\\xf2? \\\\xc7\\\\xaa\\\\xec/\\\\x95\\\\xa61\\\\x18\\\\xbe\\\\xc8\\\\x91\\\\x90\\\\xf5\\\\r\\\\xc8\\\\xa7\\\\xeb\\\\xa0\\\\x03\\\\xfb\\\\xfa|blD\\\\xce\\\\xdb\\\\x80O\\\\xea\\\\xce\\\\xb3\\\\xb7\\\\x9b/x\\\\xb4\\\\x85W\\\\xc7\\\\x9e{\\\\x82\\\\xca\\\\xc4\\\\xcc\\\\xb3\\\\x0b*\\\\x97\\\\\\\\\\\\xbck,L\\\\x84(K\\\\xd6\\\\xcd\\\\xe9t$\\\\x90\\\\x01\\\\x1a};\\\\xf9u\\\\xa9\\\\t\\\\x89\\\\xc4i\\\\xa8^>\\\\xed\\\\x99BlP\\\\x1e\\\\x1b\\\\xe2y\\\\x9c\\\\xe73\\\\x89\\\\xc4\\\\xa5\\\\x1b\\\\xae6\\\\xa7\\\\xbfur\\\\xc2\\\\x01\\\\xda\\\\xed \\\\x96\\\\x0b\\\\x07A\\\\xe7\\\\xd5=\\\\xf6\\\\xecm\\\\xed\\\\x19R\\\\x9f^\\\\xa9\\\\xdbk\\\\x06\\\\xe4\\\\xc3Uw_\\\\xc6\\\\xfe7\\\\x83\\\\xc7bQ\\\\x8fEa\\\\xb8\\\\xcck=\\\\x86B\\\\xccX\\\\x15U.\\\\xe6#Pd\\\\x83\\\\x1a\\\\xc8\\\\x1d\\\\xba\\\\xf8\\\\xaf\\\\xc9\\\\xee\\\\xa7\\\\xbb\\\\xb8n\\\\xcaZ\\\\xbdE\\\\x87N0\\\\xa5W\\\\xbd\\\\xb1dY\\\\x80\\\\x88\\\\rE\\\\xd1\\\\xf8\\\\x9cO\\\\xc7x\\\\xbf\\\\x8f\\\\xdb\\\\x96\\\\xa4W\\\\xcaf\\\\xdb\\\\xed\\\\xe2c\\\\x1a\\\\xcc\\\\xd7W\\\\xa0\\\\x93\\\\xe3\\\\x0cGc$\\\\xc7\\\\xd7\\\\xab\\\\xf7v\\\\xb6\\\\xc5\\\\x81(\\\\xcb\\\\xd6H\\\\xa7!\\\\xd7\\\\xaf$\\\\x02GUU\\\\xdf\\\\xc2\"\\\\xe0p\\\\xb85\\\\n\\\\x18\\\\xa3\\\\x1fq0\\\\\\\\(\\\\xb8\\\\x08\\\\xf4\\\\xfaJ\\\\x88a\\\\x11\\\\xd8u\\\\xe8\\\\xf6wE\\\\x8d\\\\xa4`\\\\xda\\\\xb5\\\\x17\\\\xd3M]\\\\x0ci\\\\xda\\\\xaa\\\\xce\\\\x04\\\\xc9\\\\xf9\\\\x05\\\\xab\\\\x03&\\\\xfc\\\\xbc\\\\xccpO\\\\xe5\\\\xb0\\\\xaa;\\\\xa0\\\\xd1\\\\xeaG(\\\\x1e\\\\xb7]b\\\\x1bv\\\\xd6Q\\\\xda\\\\'\\\\xc7\\\\xa1\\\\xdb\\\\xcbU\\\\xc8<\\\\x98\\\\x02\\\\xff\\\\x00\\\\xad\"\\\\xe2\\\\x84\\\\x0c\\\\xdf0\\\\xf4Q\\\\x8b\\\\xf2La\\\\xc3\\\\x80\\\\xb5P}\\\\xed\\\\xe4\\\\x9b\\\\xd0\\\\x82\\\\xa5\\\\xa4\\\\xb3;\\\\x03\\\\xf6u\\\\xa7\\\\x0b\\\\xd2\\\\xbbKp\\\\xf5> \\\\xb8pu\\\\x19\\\\x17\\\\xa7whQ(\\\\x80*x\\\\xc1gF\\\\xd3J\\\\x14,/$\\\\x92\\\\xc5[c\\\\x0f5&<\\\\xbam\\\\x99\\\\x08Z\\\\x048\\\\x99<\\\\x8e\\\\x82:\\\\x13D\":\\\\xf0\\\\xfeQZr)\\\\xc0\\\\x03#\\\\'&\\\\xbcu\\\\xac\\\\xaa\\\\xa5\\\\x966\\\\xd5%\\\\xb4\\\\x89=\\\\xba\\\\xf4\\\\x1bc(T\\\\x97\\\\xe4\\\\xff\\\\x00nIv\\\\xe4!-X\\\\x11\\\\xc5W\\\\xc8?\\\\xfe\\\\xe8?=\\\\xe3\\\\xb9\\\\xea?L\\\\xbe=\\\\xc6\\\\x95\\\\xae\\\\xcc;s\\\\xf2r\\\\x96\\\\x9bV\\\\xc4\\\\xbda\\\\x15\\\\x1e\\\\x13H\\\\x1a\\\\xc1:\\\\xfa\\\\xba!\\\\x19J\\\\xec^\"=\\\\x9fU~\\\\xd6\\\\xe67dH\\\\x0c\\\\xc3\\\\x86_\\\\x16y7f\\\\xb6\\\\xcb E`1e\\\\x9d\\\\x04\\\\xf7\\\\xf0\\\\x88\\\\xeb\\\\xd5\\\\xd8\\\\r\\\\x14\\\\x99\\\\x11\\\\x92[\\\\xcej\\\\xf7\\\\x9b+p\\\\xcc[\\\\xf1\\\\x1dZ\\\\x07\\\\x9e\\\\x9e\\\\x1f^\\\\xac\\\\xdb|\\\\n@\\\\xaf\\\\x89J\\\\xee\\\\x16\\\\xe66\\\\xecXH6\\\\x10\\\\x03\\\\x90[\\\\xd3\\\\xb2Oy\\\\x1fO\\\\xd9\\\\xe3aiG\\\\xd2\\\\x1b\\\\x8e\\\\xd5\\\\x1eq+-aOE\\\\x00\\\\xbdK\\\\xb9\\\\x83\\\\x12`,\\\\xf9Ga\\\\xdf\\\\xa8\\\\xa0Li\\\\x10\\\\xcf\\\\x8a\\\\xd4\\\\xd9\\\\x97\\\\xad\\\\xd5=\\\\xb6\\\\x16\\\\xaa\\\\xb6;\\\\xbd\\\\xb0U~\\\\x83C\\\\xac\\\\x0f\\\\xd9\\\\xd4:\\\\x9ff:H\\\\x01\\\\x1c\\\\x00\\\\xe4QYa\\\\x0eX4\\\\xf7;\\\\x83L\\\\x08\\\\x83\"c\\\\xaef*\\\\x81\\\\xff\\\\x00\\\\x8ae\\\\x90\\\\xbf\\\\xcd\\\\xdbS\\\\xc8Q\\\\x15\\\\x92\\\\x05\\\\x8d%;\\\\xf6^\\\\xc6\\\\t\\\\x9dg\\\\xcb\\\\xa9up\\\\xd9\\\\x8c\\\\xc5s]\\\\x8b\\\\xfaM\\\\xf3:\\\\xb9~)\\\\xb8{2_\\\\xdd\\\\xc1\\\\xa5,\\\\xc6\\\\x04\\\\x89b\\\\xacd\\\\x00F\\\\x82~\\\\xd3\\\\xfb\\\\xfa\\\\xf1\\\\xbf%\\\\xb4;k\\\\xba\\\\x9d\\\\xa2I#\\\\x97Q\\\\xe6\\\\xbcf\\\\xf7g+R\\\\x901\\\\xc7\\\\x80\\\\xaf\\\\x0cl\\\\xd6\\\\xdfr\\\\xd4\\\\xd65\\\\x8a\\\\xbe\\\\xa55\\\\x9fZ\\\\xaf\\\\xa5\\\\x94w:\\\\x1f\\\\x1f\\\\x1f\\\\xdb\\\\xd5hH~\\\\xc0\\\\xe0\\\\xf9,\\\\t\\\\xc1\\\\xa4\\\\xc0?zp\\\\xa2\\\\xc4\\\\xbe\\\\x16\\\\xe2\\\\xe9z\\\\xa8\\\\x0f\\\\xed\\\\x92\\\\xa4\\\\xbc\\\\x11\\\\x11\\\\x02\\\\x08=\\\\xfa\\\\xb7\\\\xa8\\\\xb69\"\\\\xb7:1\\\\xc4(W\\\\xe3\\\\xe2gUh\\\\xb1Q\\\\xacV\\\\x0c\\\\xc8&AYe\\\\x83\\\\x1a\\\\x9f\\\\x18\\\\x1f\\\\xf6\\\\xcc\\\\\\\\\\\\x87z\\\\xa12\\\\x84\\\\x9d\\\\x85Pl\\\\x8e\\\\x1a\\\\xc4\\\\xaa\\\\xfc\\\\x85\\\\xb9NAM\\\\x10\\\\x92\\\\x18\\\\xd6[i\\\\xdc\\\\x08\\\\x04hgO\\\\xa7F\\\\xc6\\\\x89F\\\\x12\\\\x81|h\\\\x91\\\\xf3\\\\xf13k\\\\xb5\\\\xd9\\\\x83\\\\xd2q\\\\xee\\\\xff\\\\x00\\\\x98D\\\\xb0=\\\\xc0\"b\\\\x08\\\\x82\\\\'Y\\\\xe8L\\\\x1f\\\\x02\\\\xc7$\\\\xbdo\\\\x88\\\\xcdO\\\\xc0\\\\xba\\\\xcb\\\\xe84f\\\\x08;\\\\x8b3J\\\\xe8\\\\xa6;,\\\\xf61\\\\xaci\\\\xd4\\\\xdbp\\\\xc2X\\\\xa6F\\\\xa7\\\\xfaC\\\\xf3x\\\\xe5v\\\\xd3\\\\x1djT T\\\\x15\\\\x86\\\\x8c\\\\xc1\\\\x84\\\\x1df#Y\\\\x8e\\\\xd1\\\\xd3\\\\r\\\\xb75\\\\x14B`\\\\x08\\\\x069!\\\\'\\\\xf3x\\\\xcdY\\\\xfc\\\\xc3{u\\\\xc4!S\\\\xb8\\\\x02u\\\\'omc\\\\xec\\\\xe8dK\\\\xe2\\\\x84H\\\\x90N}9\\\\'./\\\\xe4\\\\xb9\\\\xdc{:\\\\xa5j\\\\xf4X\\\\n\\\\x84\\\\x8d}\\\\xb5\\\\x81\\\\xb5Kj\\\\xc4\\\\x02\\\\t?^\\\\x80L\\\\xc1\\\\xce!X\\\\xb79\\\\n\\\\x1e8\\\\x08\\\\xfdw\\\\xaf1\\\\xb91\\\\xed\\\\xf7\\\\r@\\\\x92\\\\x8f\\\\xea$\\\\x1d&\\\\t\\\\x9d\\\\x08=\\\\xbfh\\\\xe9\\\\x17e\\\\xce\\\\xa1Y\\\\x83\\\\\\\\\\\\xe8~\\\\xca\\\\xc1\\\\xf8\\\\x87\\\\x1f\\\\xf0\\\\xf7\\\\xe2>A\\\\x8d\\\\xf3\\\\x9c\\\\xbb\\\\xf0y\\\\xde+\\\\x13\\\\x7f\\\\xc1-\\\\xc0\\\\xa1\\\\n5\\\\xa5\\\\xfdt\\\\xdeW\\\\xc0\\\\x9d\\\\x01\\\\x1d\\\\x84\\\\xf9GY\\\\xfb\\\\x89mnY\\\\x97\\\\xbeZQ\\\\x1e\\\\x802\\\\xed[;\\\\x08GI\\\\x12w\\\\xc9%\\\\xf0\\\\xb5\\\\xa5\\\\\\\\\\\\xb6BK\\\\xfbu\\\\x17b\\\\xdb\\\\x81uf\\\\x91\\\\xf8\\\\x86\\\\x90[\\\\xe9\\\\xdb\\\\xee\\\\xeb\\\\xc7@\\\\xc3\\\\xdd$\\\\x9a1\\\\xab\\\\xad\\\\x1c\\\\x93m\\\\x9b\\\\xd3\\\\r\\\\x84\\\\xa3\\\\xda\\\\xc4\\\\xd7\\\\xba\\\\xa4*\\\\xae\\\\x80\\\\x99 \\\\xf8\\\\x1d\"f\\\\x0f\\\\xd7\\\\xad\\\\xdbGE\\\\x97\\\\x04\\\\x13\\\\xcf\\\\xbdV\\\\xb85O\\\\x92\\\\x15\\\\xf2\\\\xfb,\\\\xb3\\\\x84\\\\xab\\\\x17\\\\xd9aB6\\\\xb9L\\\\xea\\\\xda\\\\xa5\\\\x97\\\\n\\\\xd8\\\\x80-m\\\\xa3X\\\\x926\\\\xf5\\\\x8c8\\\\xedF^\\\\xdcn8\\\\xa0C\\\\xef]d1\\\\x86\\\\x952\\\\x06\\\\x80\\\\x98\\\\xd7\\\\xb9\\\\x9f\\\\xdf\\\\xd5\\\\xa8L\\\\xea\\\\xd2\\\\x0e\\\\xa7\\\\xf0\\\\xafni\\\\xc6\\\\xd0\\\\x01\\\\xf0R0\\\\xfeBP\\\\xff\\\\x00\\\\xd3\\\\xd0\\\\x05S\\\\rs( \\\\x16\\\\x90\\\\x00\\\\xd7]u\\\\x1f\\\\xb8tB\\\\xe5\\\\xc8~\\\\xa3\\\\xf1\\\\xe2\\\\x13!\\\\x10C\\\\xe0\\\\xbe\\\\x82\\\\xff\\\\x00\\\\xb2\\\\xff\\\\x00\\\\xd3L\\\\xdf\\\\x96|\\\\xc5\\\\xfet\\\\xe8\\\\xab\\\\xc4\\\\xfc`n\\\\xb7\\\\x1a\\\\xd9U\\\\xca.\\\\x08(\\\\x18\\\\xc0*\\\\xbe\";G\\\\xda:6\\\\xf5I\\\\xc8\\\\x073\\\\xd8\\\\xb5\\\\xf6Pz\\\\xbbqU\\\\xf5V\\\\xde<\\\\xa6X\\\\xcaos!/%mCY\\\\xb5\\\\xcc\\\\x0f\\\\xc4Z;/\\\\xd7@:\\\\xa3\\\\xba\\\\xdb\\\\x03!&%\\\\xf1\\\\xa1=\\\\xfc\\\\xa9\\\\xd5k\\\\xc6d\\\\x974I\\\\xbc\\\\x87\\\\xc5\\\\xab\\\\xb2\\\\xeb\\\\\\\\\\\\xe5\\\\xbd9\\\\xa8\\\\xc5k\\\\xc4\\\\xb0\\\\xb1W\\\\xad\\\\xd7x(\\\\xc8@\\\\x01\\\\x82\\\\xc7}\\\\x0e\\\\x9d`_\\\\xf805\\\\x03=3\\\\x07\\\\xf5l\\\\\\\\8\\\\x9081\\\\xedV\\\\x86\\\\xe3\\\\nQy\\\\x99\\\\x8fVf&-\\\\x9c\\\\xbe\\\\x03`SI\\\\x18\\\\xf8\\\\xd5\\\\xbdma\\\\x05\\\\n\\\\xb1U\\\\xb1L\\\\xac\\\\x99\\\\x92A\\\\x1a\\\\xcfAv\\\\xd4\\\\xa7\\\\x00o\\\\r1\\\\x1e\\\\x90\\\\x1b\\\\x96 \\\\x1e\\\\xb9\\\\xf6\\\\xa2\\\\xb6@\\\\x91\\\\xd3\\\\xc7%\\\\x9eO\\\\x13Nv5K\\\\xc5\\\\x1a\\\\x9e\\\\xb5{F-\\\\xa2\\\\xc8\\\\x8av\\\\xc1\\\\xadeH\\\\x040\\\\x1d\\\\xfe\\\\xde\\\\x82[8\\\\xdd\\\\x83\\\\xd9\\\\x01\\\\x8b\\\\xb1qQ\\\\xca\\\\xb9\\\\x85\"\\\\xf9\\\\x84\\\\x98\\\\x94\\\\x91\\\\x83\\\\xf2v\\\\xe2r=\\\\x9c{\\\\xbd\\\\xfa\\\\x89f\\\\xcd+\\\\x16V\\\\xee\\\\tW\\\\xa9\\\\xf4\\\\x03\\\\xb9\\\\x8f\\\\xbez\\\\xc5\\\\xda\\\\xfc\\\\x80\\\\xd9\\\\xcc\\\\x8c\\\\x89f8\\\\x15l\\\\xdb\\\\xd6\\\\x1cQ\\\\x01\\\\xfdA\\\\xe1\\\\xf1\\\\xcf\\\\x11s\\\\xf1\\\\x19\\\\xf8x\\\\xbc\\\\x86v\\\\x13g\\\\xe2V\\\\xb65\\\\xcd-\\\\xe9)t\\\\x08\\\\xa8+@\\\\x02u\\\\x00\\\\x01\\\\xd6\\\\xee\\\\xfbml\\\\xc0]\\\\xb78z\\\\x80`\\\\x0f:\\\\x07l\\\\x18\\\\xe2\\\\x12D\\\\x89,EA\\\\xe5\\\\xc7\\\\x1d\\\\x17\\\\xcd_\\\\x94\\\\xf2\\\\x9f+\\\\xe7\\\\xb9<\\\\xac>W\\\\xf3\\\\x19\\\\x19t?\\\\xb1\\\\xf91\\\\xdb\\\\xdc\\\\x06@\\\\xd8\\\\x00\\\\x80G\\\\x88\\\\xeb\\\\xcf\\\\x1aHk\\\\xfd\\\\xbb;\\\\xa8\\\\xd9\\\\xfdT\\\\x18\\\\x96,;\\\\xf8\\\\xa2\\\\x81\\\\x9b\\\\xf1?\\\\x92\\\\xe2q\\\\xf7\\\\xf2\\\\x99\\\\x16\"\\\\xa3[\\\\x93j\\\\x88\\\\xac\\\\x16 I\\\\xd4\\\\x19+\\\\x10>\\\\xbdX\\\\xff\\\\x00\\\\x16\\\\xecc\\\\xac\\\\xc0\\\\xe9\\\\xe7\\\\xdbO\\\\xaaL\\\\xad\\\\xb7/\\\\xbf\\\\xf2\\\\x95h9\\\\rkT\\\\xbe\\\\xe3\\\\x9d\\\\xca\\\\xd5\\\\xa0Y\\\\xde\\\\xc4\\\\xca\\\\xaa\\\\x86\\\\x132 k\\\\xfb4\\\\xe8\\\\x0cAf\\\\xc4\\\\xd3\\\\x86C\\\\x16\\\\x07\\\\xa7U{\\\\xfc&\\\\xac1uw\\\\xe5\\\\xd6\\\\xd4\\\\xfb5\\\\xbe\\\\xca\\\\xab\\\\xb3\\\\xdb5\\\\xdc\\\\xea\\\\x00kDG\\\\xa4\\\\xfa\\\\x88\\\\x1d\\\\xc9\\\\x92u\\\\xebKef.\\\\xe6-\\\\x90\\\\xaf\\\\xff\\\\x00\\\\xab\\\\xf1O\\\\xb2\\\\xa9zF]_\\\\x1f\\\\xe1^\\\\x18\\\\xb9\\\\xb8\\\\xe2\\\\xeb\\\\xf2\\\\xb0\\\\x11qAZ\\\\xc5x\\\\xfbV\\\\xea\\\\xeeH\\\\x83j\\\\xbcn\\\\x0cN\\\\xa6\\\\x0c}{\\\\xf4[\\\\xb8Bd\\\\x98E\\\\x81\\\\xe8\\\\x99\\\\x00F\\\\'\\\\x0e\\\\xb5WO\\\\xc39l|\\\\xf1\\\\xec\\\\xbeZ\\\\xe0\\\\xe2\\\\xef\\\\x0b\\\\x7f \\\\xcaR\\\\xc2\\\\xb6\\\\x95PV7jf<\\\\xb5\\\\xeb6\\\\xc5\\\\xa0n5\\\\xcf\\\\xd7:y\\\\xab\\\\x90\\\\xba\\\\xc3\\\\x8f\\\\x0f\\\\x15dg_\\\\xc3\\\\xf06\\\\xe3^\\\\xf9X\\\\xab\\\\x8d\\\\xcb\\\\xff\\\\x00\\\\xd0\\\\xd3\\\\xc4%\\\\x8b\\\\x90\\\\xd6\\\\xe39\\\\x07\\\\xdd\\\\xb9H`\\\\x1bn\\\\xe3\\\\x1f\\\\xfe0\\\\xed\\\\xd6\\\\xd6\\\\x88\\\\xd8\\\\x96\\\\xabo(\\\\x90i\\\\x1fSG\\\\xfd\\\\xd2\\\\xe5\\\\xc1R nt\\\\xfc\\\\xf2M\\\\\\\\w\\\\xf4\\\\x8c>F\\\\xea\\\\xb1\\\\xab\\\\xcenK;\\\\x19U\\\\xd9\\\\x96\\\\xc3A\\\\xc4r\\\\x9e\\\\xddu\\\\xc7\\\\xe1\\\\x12\\\\x90A\\\\xed\\\\xaf\\\\x86\\\\x9dh\\\\xc3sn\\\\x11\\\\x04j\\\\xff\\\\x00\\\\x92\\\\x99\\\\x91\\\\\\\\\\\\x00\\\\xcf\\\\xc5\"Vf+Ju\\\\xfa\\\\xa2\\\\x14`\\\\xf0\\\\xa7\\\\x92\\\\xcb\\\\xba\\\\xdcZ\\\\xb33+\\\\xe3\\\\xeb\\\\xa7\\\\x1d\\\\xb2T%t\\\\x05\\\\xb0\\\\x97\\\\x15\\\\xa9\\\\x1bE\\\\x84\\\\xed$\\\\xf7\\\\x81\\\\xe5\\\\xd7X\\\\xbd\\\\xb7\\\\x1a\\\\xed\\\\x88\\\\t\\\\x1d \\\\x83/KV\\\\xa0\\\\x7f\\\\xe5\\\\xc9\\\\x1c\\\\x8d\\\\xcd\\\\x15-\\\\\\\\\\\\xab\\\\xc7T\\\\xd8\\\\x86\\\\xb5\\\\xa6\\\\xa2\\\\xd6\\\\xbd\\\\x14*\\\\xfb\\\\x85\\\\x0e\\\\x8a\\\\xb0\\\\x7f\\\\xe2g\\\\xad\\\\xa8\\\\xe8\\\\xf6\\\\xa2\\\\xf31\\\\x80\\\\x1a\\\\x9b \\\\xc5\\\\xbbs\\\\xa9\\\\x14|\\\\x95H\\\\x965\\\\x1cq\\\\xde\\\\x87g-\\\\xb7c\\\\xe4\\\\x0c{\\\\x11\\\\xec\\\\xba\\\\xcd\\\\xadyU)Um\\\\xf8\\\\xfe\\\\xad\\\\xa7\\\\x88\\\\xd6L\\\\xf8u\\\\x9d\\\\xb8\\\\x88\\\\x90\\\\x91\\\\x89\\\\x13\\\\x04\\\\x97,\\\\x08\\\\x11?\\\\xb6U\\\\xed\\\\n\\\\xcd\\\\xa9\\\\xc7\\\\x19\\\\r?\\\\x9c\\\\x947\\\\xc8\\\\xc7\\\\xfc\\\\x99\\\\xadr/\\\\xdb\\\\x8e\\\\xe8*b\\\\x08b\\\\xa5\\\\x80,K\\\\x00Z\\\\x01\\\\xee:\\\\xcd\\\\xbfv\\\\xcc\\\\xf6\\\\xdaL\\\\xe4\\\\x18\\\\x86\\\\xca\\\\x8f\\\\x9b\\\\xd6M\\\\xd3$.D\\\\xa9\\\\xf9Q\\\\xea\\\\xf6\\\\xb2\\\\x0bR]\\\\x98\\\\xab\\\\x12\\\\xb7F\\\\xd0\\\\xfbK\\\\x02\\\\xbbO\\\\x84\\\\x8e\\\\xb3m\\\\xd9\\\\xf7\\\\xa7\\\\xa3V\\\\x05\\\\xdf\\\\rB\\\\xb4n]O7Fe\\\\x11\\\\x1fP\\\\xa9\\\\xf2\\\\xfe\\\\xd7\\\\x96\\\\xbdx\\\\xf8\\\\xb6-4\\\\x96\\\\xb7a\\\\xb5Ci]\\\\x82u\\\\x12$\\\\xf7\\\\xfat\\\\xe3+vm\\\\x11\\\\x10\\\\xf25\\\\xe5\\\\x19\\\\x07\\\\xf1\\\\xa7LP1\\\\x93\\\\x04;\\\\x16\\\\xd3\\\\xca\\\\xe3]\\\\x90(E\\\\xa9]\\\\x81\\\\x0c\\\\xc1C\\\\xae\\\\xe1\\\\xaa\\\\xa9bI\\\\xd6b:\\\\xabe\\\\xef\\\\xc4\\\\xde\\\\x80\\\\x88\\\\x03\\\\xab\\\\x12\\\\x1f\\\\x10\\\\x1e\\\\xbd\\\\x810\\\\xc4\\\\xbb\\\\x1cV\\\\x9eW\\\\x87\\\\xcd\\\\xc8\\\\\\\\l\\\\xac\\\\x1c\\\\xc1\\\\x85\\\\x97\\\\x8a\\\\xe3eD\\\\xff\\\\x00 \\\\x00eIUYb\\\\xb0\\\\x00\\\\xfbz\\\\xb5\\\\xfe,\\\\xf7&22\\\\xd2A\\\\xeeS\\\\x1fA\\\\xa8\\\\x7f\\\\xaa\\\\xe2o\\\\xf73\\\\xcfgd|\\\\xab\\\\x88\\\\xf8f~96q\\\\xd4\\\\x0b\\\\xad\\\\xbd\\\\xb4\\\\x0fe\\\\xe7j\\\\x02?\\\\x07c:G\\\\xee\\\\xeb\\\\x7f\\\\xe3-\\\\xff\\\\x00\\\\x8f2.\\\\x17&\\\\x99,o\\\\x94\\\\x91\\\\x93\\\\x06\\\\xe3\\\\x15W|/\\\\xf4\\\\xff\\\\x00\\\\x98\\\\xf9?\\\\xc8\\\\xf8\\\\xff\\\\x00\\\\x8eq\\\\xd4\\\\x1f\\\\x7f)\\\\x81\\\\\\\\\\\\x98+]H\\\\x9a\\\\xbb\\\\xb0R@\\\\x02$G^\\\\xaa\\\\xdd\\\\xb8\\\\xb0\\\\x0f\\\\x8a\\\\xca\\\\x16u`\\\\xbe\\\\x97\\\\xfe\\\\x97~\\\\x94\\\\xfcc\\\\xf4\\\\xc7\\\\x8b\\\\xfe\\\\x9f\\\\xc2\\\\xa2\\\\xbf3\\\\x95Z?=\\\\xf2\\\\x17\\\\x81e\\\\xcc\\\\x0c\\\\x94\\\\x930\\\\x80\\\\xf8\\\\x03\\\\xaf~\\\\x90a\\\\x133\\\\x11&\"\\\\xa4\\\\xf2\\\\x0b\\\\x7fkb0\\\\x00E\\\\xab\\\\xc7\\\\x82\\\\xb5\\\\x0f\\\\xf4\\\\xcb\\\\xec\\\\xb2\\\\xec\\\\x9b\\\\\\\\*\\\\xa2\\\\xb2\\\\xd8\\\\x80\\\\x81c\\\\x8d!T\\\\t\\\\x81\\\\xd53{hg#9\\\\x10\\\\x00\\\\x05\\\\xc0\\\\xfd\\\\xa5\\\\xc8\\\\x01\\\\xf5Z\\\\xfe\\\\xdc.z\\\\xa5W\\\\xee@\\\\xc7.\\\\xf8\\\\xde\\\\xff\\\\x00\\\\xb0\\\\x18Y\\\\x954\\\\xd6\\\\x15\\\\x0f\\\\xf1\\\\x1du=\\\\xb4\\\\xf1\\\\xeb\\\\x1a_2a\\\\xabC\\\\xea\\\\x9f\\\\xa40\\\\xe7\\\\x8b\\\\x93\\\\x82T\\\\x01\\\\x86\\\\x18U\\\\x0e\\\\xad2\\\\xad\\\\x16\\\\x92\\\\x80\\\\x84;\\\\xad`4\\\\x82tbf\\\\x07Tan\\\\xed\\\\xd1\\\\'\\\\x02\\\\x95=\\\\x999vK\\\\x1a\\\\x85Yx\\\\xf8\\\\xf5*W\\\\x05?\\\\x9a7=k\\\\xd9c\\\\xcc\\\\x9f\\\\x1e\\\\x97\\\\xed\\\\xc2,2#,\\\\xbb_\\\\xf9L\\\\x94(\\\\xf4r\\\\xa3\\\\xd7k\\\\x12\\\\x1e\\\\xbb\\\\x0cv\\\\xaa\\\\xd6\\\\x03\\\\xec\\\\xed=\\\\x0c7R2q.\\\\x82\\\\x9fd\\\\x91lrD-\\\\xc7\\\\xaf.\\\\x83\\\\x83\\\\x9fB\\\\xe4c\\\\xe7\\\\xd2\\\\xd8\\\\xd9I\\\\xdb}N!\\\\xd0\\\\x9f\"41\\\\xdf\\\\xad\\\\x9d\\\\xbd\\\\xc9Fp\\\\x84\\\\x83\\\\xca]\\\\x98rt7\\\\xa3\\\\xaa.pe\\\\xf2w\\\\xf5\\\\xd7\\\\xfd\\\\xb7|\\\\x97\\\\xf4\\\\xfb\\\\x95\\\\xcf\\\\xe6\\\\xb8\\\\xfa\\\\xff\\\\x00\\\\xac\\\\xfcK\"\\\\xdbr1\\\\xb3jV\\\\xf71\\\\x95\\\\xbdPTj\\\\x02\\\\x16\\\\x81\\\\xafa\\\\xe3\\\\xd6\\\\xa4e\\\\xa2\\\\xe3H\\\\xbf\\\\xdb\\\\x91^o{\\\\xb1\\\\x94}B\\\\xa0\\\\xaeP\\\\xf9\\\\x15\\\\x18t\\\\x9aqp\\\\xad\\\\\\\\\\\\xe7\\\\x18\\\\xeb\\\\xeee:\\\\x90\\\\xb5[i\\\\x00\\\\x81\\\\xb8\\\\x8d\\\\x00\\\\x13\\\\xbb\\\\xc7\\\\xc3\\\\xab\\\\xbb\\\\x93n\\\\x11\\\\x01\\\\xc1\\\\r\\\\xf5X\\\\x865\\\\xa2\\\\x8f\\\\xf1\\\\x0c\\\\x1b\\\\xf1>A\\\\x8e\\\\xb8\\\\xd7~hZk%\\\\x14H\\\\x1e;\\\\x04\\\\x105\\\\xfa\\\\xf5\\\\xe4w`[\\\\xbd\\\\xe8\\\\xa8\\\\x1c\\\\xab\\\\x8e\\\\x0e\\\\xac\\\\xd8\"M\\\\xd5vf-x4qerqT)\"\\\\xcb\\\\x8d\\\\x7f\\\\xcbe%\\\\xa4\\\\xb3v\\\\xed\\\\x1e=\\\\x8f~\\\\xbdf\\\\xca\\\\xf5\\\\xbf\\\\xf1\\\\xc9\\\\x90\\\\xedVe\\\\tN*\\\\x8b\\\\xe7>-g#\\\\xccn\\\\xa6k\\\\xc5l\\\\x8ft\\\\xa3\\\\x80\\\\xab/\\\\xe9%`\\\\x02{w1\\\\xdf\\\\xc6:\\\\xf3\\\\x1f#j7\\\\xa5\\\\xa2\\\\xd3\\\\x88\\\\xbb\\\\xaa\\\\xd6v\\\\xe5\\\\xf5\\\\x14\\\\xd9\\\\xc4\\\\xfcg\\\\x8f\\\\xe0\\\\xf2*cJ\\\\xe5\\\\\\\\\\\\xbf\\\\xccg`\\\\xb0\\\\xad\\\\x13\\\\xb5\\\\x8f\\\\x8f\\\\xe0\\\\xef\\\\x1d\\\\xfe\\\\xde\\\\x91\\\\xb4\\\\xf8\\\\xe3\\\\x03\\\\xaa\\\\\\\\rZ\\\\x11\\\\xb6\\\\x08l\\\\x13/\\\\xe6q?\\\\xf21\\\\xff\\\\x00\\\\xf0\\\\x1f\\\\xf3\\\\xebg\\\\xdb\\\\xea\\\\x8f\\\\xfc^\\\\x9eK\\\\xff\\\\xd4\\\\xe5\\\\xcb\\\\xfeip\\\\xae\\\\x83\\\\x9aMH\\\\xc7k\\\\x15mB\\\\xed2dx\\\\xcfo/.\\\\xb0%*b\\\\xbe2wE\\\\xf3Qx\\\\x7f\\\\x91\\\\xf2\\\\xf9\\\\xb9\\\\x97\\\\xbe+\\\\\\\\\\\\x98\\\\xf8\\\\xc0\\\\x9b\\\\t\\\\xf4\\\\xa8V\\\\xd03\\\\xba\\\\xfad\\\\x9d \\\\x8f\\\\xafn\\\\xa2\\\\xd4%<0\\\\tq\\\\xbf#\\\\x86I\\\\x8f\\\\x07\\\\xe6\\\\xde\\\\xc1\\\\xf62\\\\xf2v\\\\xb0\\\\x00\\\\xa7\\\\xb6\\\\xdb\\\\x9c\\\\xee\\\\x81\\\\xdc\\\\x95\\\\xdcdA\\\\x81\\\\x1f\\\\x7fd\\\\xde\\\\x9c\\\\xa2iT\\\\xc8nNe\\\\\\\\\\\\x1c~m|\\\\xe7\\\\x1c\\\\xb6\\\\x16\\\\rmC}\\\\x8aN\\\\xab\"L\\\\xed\\\\x1a\\\\xf6\\\\xd6;N\\\\xbatR\\\\x93\\\\x86\\\\x91e\\\\xadb\\\\xe0\\\\x9cz\\\\xa5>v\\\\xba\\\\xb00\\\\xdb-\\\\xc5U=\\\\xecktB\\\\x0e\\\\xe0|W\\\\xccA\\\\xf3\\\\xf1\\\\xd3\\\\xaa`\\\\x08\\\\x14\\\\x8b\\\\xde\\\\x90K*\\\\x93\\\\x91\\\\xcb\\\\xca\\\\xbe\\\\xc6\\\\x8a\\\\xed\\\\xa3\\\\x1a\\\\x18V\\\\xc9Y(D\\\\x12@m}@G\\\\x7f\\\\xf2\\\\xea\\\\xe4j\\\\x16i\\\\xb8\\\\xf9P\\\\xa9\\\\\\\\~+\\\\xa2{\\\\xd75\\\\xd7\\\\xd6\\\\xd1J\\\\x06\\\\x00\\\\x8a\\\\\\\\\\\\x12I2H\\\\x03\\\\xc8\\\\xccy\\\\xcc\\\\x9e\\\\xba!\\\\x91\\\\x88\\\\xb6y7\\\\xf2\\\\x88\\\\xf1\\\\xeb\\\\x95nw\\\\xe6r\\\\x0b8f\\\\x0b]K\\\\xac<\\\\xaf\\\\xb47hA \\\\x8f\\\\xb7\\\\xef\\\\xea\\\\r\\\\x0e\\\\xa3\\\\x92\\\\xb1b\\\\x1a\\\\x88\\\\x01w\\\\xc7\\\\xe9\\\\xbf\\\\xfbv\\\\xf9\\\\x0f\\\\x1d\\\\x7f\\\\x07\\\\xce\\\\xfc\\\\x9f\"\\\\xcc\\\\x0eJ\\\\xb7\\\\xc7\\\\xbe\\\\xbf\\\\x8c\\\\xd6\\\\x8a2\\\\xb61\\\\xdd^\\\\x8c!P\\\\t$\\\\x89=b|\\\\x87\\\\xc9\\\\r\\\\xb4\\\\x80,\\\\xfc\\\\xbf\\\\xd5\\\\xcdz\\\\xcd\\\\x8f\\\\xc4\\\\xc9\\\\x81=\\\\xbf\\\\x85\\\\xda8\\\\\\\\\\\\x07\\\\x1d\\\\xc6\\\\xe5|\\\\x89\\\\x8f\\\\x180i\\\\xc9\\\\xc7e\\\\xa7\\\\x8f\\\\x83xP\\\\xeb\\\\xb1\\\\x02\\\\xd8\\\\xc1{\\\\x1e\\\\xd0?\\\\xee\\\\xf9u\\\\x83-\\\\xe4/J\\\\xe5\\\\xd9\\\\x86\\\\x12\\\\xc8\\\\xd4\\\\xf0\\\\x16\\\\xdf\\\\xb5\\\\xa1\\\\xa22[\\\\xec\\\\xe3\\\\xb2\\\\xf0p\\\\xecLG\\\\xc9\\\\xbc\\\\x00\\\\x12\\\\xdc<\\\\x87VQ]u\\\\x84RX\\\\x83\\\\x08\\\\x14I\\\\x00\\\\xb4\\\\x8d{\\\\xf5\\\\x95xI\\\\xccm\\\\x93_\\\\xc6Gh\\\\xc3\\\\xe0x\\\\xd49\\\\xb9\\\\xdc\\\\x9d\\\\x8b\\\\xee\\\\xd4\\\\xbe\\\\xd0,+d`G\\\\xae#\\\\xfbi{mr\\\\xdc$dd\\\\xcdQ\\\\x9b\\\\xa5J$3\\\\x07s\\\\xfd/\\\\xe6\\\\xab\\\\xf5\\\\xef\\\\xf5C\\\\x90\\\\xfd[\\\\xfdA\\\\xe7~[\\\\x96\\\\xbe\\\\xce\\\\x05\\\\xb7=\\\\\\\\\\\\x1e\\\\x00P\\\\x8bF\"\\\\x93\\\\xb1B\\\\xa0\\\\x00\\\\x13\\\\xdc\\\\xc7\\\\x9fWvr\\\\xf7&fq\\\\xe3\\\\xee\\\\xafF\"\\\\xd4\\\\x1b3\\\\x8a\\\\xe6ND:\\\\xd8v\\\\xfa\\\\xc1\\\\x06H\\\\x8dLh\\\\t\\\\x80z\\\\xf4v\\\\xcd\\\\x12e *\\\\x84e\\\\xa6\\\\xcah6\\\\t%C\\\\x13#q\\\\x1a\\\\x15\\\\x9dt\\\\xe9\\\\xb6\\\\xcb\\\\xc8\\\\xb2DI\\\\xd6R\\\\xceQ!\\\\x8d`\\\\xa2n\\\\xd5\\\\xd9\\\\xdbl\\\\x90O\\\\x88\\\\x07A\\\\xdb\\\\xabKN\\\\xc8p\\\\xe8K\\\\xa0\\\\xb7z~2\\\\x181\\\\xd9\\\\xab\\\\r\\\\xdam\\\\x82<<5\\\\xe8Y[vR\\\\xd16\\\\x8fz\\\\xf8\\\\x8a\\\\n\\\\xaa\\\\xec>\\\\x92\\\\x84\\\\x91\\\\xafx\"@\\\\x1a\\\\xff\\\\x00\\\\x8fR\\\\x12\\\\xe5\\\\'\\\\xa0\\\\xcdO\\\\xc7\\\\xcaIJQ\\\\x13\\\\xda\\\\xb2H\\\\x01\\\\x84\\\\xac\\\\x02|g\\\\xb9\\\\x06>\\\\xee\\\\xa0\\\\x85V\\\\xf5\\\\x82A\\\\x93\\\\x97\\\\x08nmf\\\\xbc\\\\x9b\\\\x16\\\\xcd\\\\xa3~\\\\xeb+p\\\\xc4\\\\x08rJ\\\\xc6\\\\xb0g\\\\xc7N\\\\xfd@.\\\\xac\\\\xd8\\\\x96\\\\xa8\\\\x06\\\\xca\\\\x9e\\\\t\\\\x8b\\\\xe3\\\\x7f#\\\\xc8\\\\xe0\\\\xf9:9\\\\x1c[Z\\\\xa7\\\\xc5\\\\xb1m\\\\x161\\\\x00\\\\x15\\\\x11\\\\xe9\\\\x81\\\\xdcG\\\\x7f\\\\xb7\\\\xa5nlF\\\\xfc\\\\x0c\\\\x0fwj\\\\xa5\\\\xf2\\\\x1b\\\\x11~\\\\x0c\\\\xbe\\\\x85\\\\xfcc;\\\\x0b\\\\xe4\\\\xdcF/\\\\xc8p2jK,\\\\x03~9`\\\\xaf\\\\xb8\\\\xea\\\\xfb\\\\xd7\\\\xc4\\\\r`\\\\x0e\\\\xbe|6\\\\xf3\\\\xdb\\\\xc8\\\\x89\\\\xd2\\\\xa6\\\\x94\\\\xc7\\\\xf1\\\\xf6^6\\\\xf82x\\\\x97qC\\\\xd8\\\\x13\\\\x17\\\\x1b\\\\x9a\\\\xb8\\\\x99-\\\\xf9\\\\xad\\\\xb6\\\\xe4\\\\xe4\\\\x81\\\\xec\\\\xee2 \\\\x9dI,4\\\\x02t\\\\x10GW\\\\xad\\\\x93\\\\xac\\\\x19\\\\x06,\\\\xeb8\\\\x9d4\\\\x18)\\\\xf6Pk\\\\xbe\\\\xdc\\\\x9cR\\\\xb6Z\\\\xe5\\\\xfd\\\\x15\\\\xcc\"\\\\x95\\\\x85:\\\\x99\\\\x90D\\\\xf9OWX\\\\x9a\\\\x8c\\\\x15b\\\\x1a\\\\xbd\\\\x7f\\\\xa5\\\\xe6? \\\\x11i\\\\xa72\\\\x83[\\\\x85*\\\\xd7\\\\x00\\\\x88Y;\\\\xa8\\\\xd0\\\\xeb\\\\xfd\\\\x89\\\\xea d\\\\xe5\\\\xd3!|D(|\\\\xae\\\\x0f\\\\xe6)\\\\xf71k6\\\\xefV.\\\\x01\\\\x04\\\\xa0\\\\x8d\\\\xc4\\\\xc3w\\\\x00\\\\x11\\\\x1d\\\\xbe\\\\x9d\\\\xfa\\\\x92\\\\xce\\\\xea$\\\\x1e\\\\xa0\\\\xd1,\\\\x8a\\\\xb2\\\\xb7\\\\xbd\\\\x99\\\\x16?\\\\xfc\\\\xa1]S%\\\\x8e\\\\x90\\\\x00=\\\\x80\\\\xef\\\\xa0\\\\xd7_\\\\x1e\\\\x88H\\\\xbdP@\\\\x06\\\\xa6A\\\\x03\\\\xb2\\\\xfbm{\\\\x14\\\\x82\\\\xd5\\\\xb9\\\\xf7}\\\\xb0dn\\\\xef\\\\xee\\\\x12\\\\xd24\\\\x1d\\\\xf5\\\\xfe\\\\xfe\\\\xa0\\\\x03\\\\xab\\\\xa2\\\\x19O\\\\xd5\\\\xc3-\\\\x1b\\\\xeb\\\\xe4\\\\xc5\\\\x81\\\\'n\\\\xf3\\\\xba\\\\x96&I\\\\x06Gr\"4\\\\x1d\\\\xe7\\\\xa3\\\\xd4$\\\\xa62\\\\x04\\\\x96\\\\x19\\\\xf1\\\\xdc\\\\xb4-9\\\\x0bs\\\\x01e\\\\x80<\\\\x1d\\\\x96\\\\x80X\\\\x7f\\\\x08$\\\\r`\\\\x03\\\\xacxyw\\\\xe9\\\\x12\\\\x97\\\\xb5\\\\x10\\\\xf8u\\\\\\\\}g7\\\\xe6\\\\x8bb\\\\xe7\\\\xbf\\\\x0f~-\\\\xea\\\\xc0\\\\xa5V\\\\xff\\\\x00\\\\xd4R\\\\xbf\\\\x82\\\\x19L\\\\xaa\\\\x80I\\\\x12\\\\x0c\\\\x8f\\\\xa7Y\\\\x9b\\\\xdb\\\\xc2\\\\xdc\\\\x81\\\\x18\\\\x83_\\\\xb2\\\\xbdd\\\\xab\\\\x87\\\\x1f4r|[r\\\\x94~^\\\\xdb\\\\xe8\\\\xdf\\\\x8e\\\\xb4\\\\x81\\\\x04\\\\x16\\\\x82\\\\xdbdz\\\\xbc~\\\\x87\\\\xc7\\\\xacM\\\\xdc\\\\xcd\\\\xe8\\\\x19\\\\x8cE\\\\x07U\\\\xb9\\\\xb4!\\\\xd8\\\\x94\\\\'\\\\x86[1r/\\\\x19U\\\\x9ar\\\\x1d\\\\x0b\\\\xb5d.\\\\xd3\\\\\\\\\\\\xeeR\\\\xac4 \\\\xf7\\\\xef\\\\x03\\\\xf7u\\\\x95f\\\\xd1\\\\xb5-2\\\\xa1\\\\xe3\\\\xea\\\\xaf\\\\x92\\\\xe11 t\\\\xc6JV\\\\xb2\\\\x972\\\\xd8\\\\xd5\\\\xd5\\\\\\\\l\\\\xb1I,\\\\t>#^\\\\xf1\\\\xd6\\\\xb8\\\\xbb!\\\\x01\\\\x06\\\\xa8I\\\\x95\\\\xb8\\\\xd4\\\\xe4\\\\x95~_\\\\xc5r9\\\\x1cR\\\\xdfKW~EA\\\\x94W%\\\\xd8\\\\x05c$\\\\x00LG\\\\xf9\\\\xf5N\\\\xe6\\\\xcaZ\\\\xc4\\\\xdd\\\\xf9\\\\x80\\\\x93rn\\\\x08f+\\\\x9a3\\\\xad\\\\xe4jw\\\\xb7&\\\\xe6R\\\\x82R4 \\\\x0f\\\\xe2\\\\x82}B{\\\\xe9\\\\xd6\\\\x85\\\\xa8\\\\xdb!\\\\xa2\\\\x16|\\\\xa1\\\\x9a\\\\xc3\\\\x0f\\\\xe4\\\\x89I\\\\xaf\\\\x1e\\\\xdb\\\\r\\\\xf5\\\\xa9\\\\x054\\\\xf4\\\\x86=\\\\xdboi\\\\xd3N\\\\x9f\\\\xec\\\\xdc\\\\x8dbY/\\\\xd2\\\\xe8\\\\x9d\\\\xdf \\\\xac\\\\xa9u\\\\xaeRHdp\\\\x00-\\\\xbaA\\\\x95\\\\n\\\\'\\\\xb7\\\\x9fC\\\\x011B\\\\xc7\\\\x8e\\\\x88\\\\xc4\\\\x1a\\\\xa8VG\\\\'\\\\x93k\\\\x90\\\\xae\\\\xbb\\\\\\\\\\\\x89d?\\\\xe9\\\\xed\\\\xdfQ\\\\xf6\\\\x9e\\\\x84Y\\\\x8e%0\\\\x0c\\\\xbc\\\\xd1\\\\n\\\\xb133B\\\\x94\\\\xa2\\\\xcb\\\\x11\\\\x9fb\\\\xdb\\\\xa9@\\\\xc0\\\\x16\\\\xdb1\\\\xa9\\\\xf1\\\\xfa\\\\xf4v\\\\xf6\\\\xf3\\\\x90\\\\x06\"\\\\x84\\\\xb2\\\\xe2Dq\\\\xcf\\\\xe8\\\\x9a\\\\xf08\\\\x9c\\\\xdcAB_\\\\x8bu8\\\\x8b\\\\xb7\\\\xdf\\\\x1b`o\\\\r\\\\xea^\\\\xc3] \\\\x7f\\\\x7fZVv\\\\xd7#R\\\\xe28\\\\x91\\\\xcc\\\\xa1\\\\x94\\\\xeb\\\\x85]}J\\\\xff\\\\x00a\\\\xf9`\\\\xe4|\\\\xcf\\\\x88~Dc\\\\xf14Q^F%\\\\x16\\\\xeeK,v0\\\\x16\\\\xa5\\\\x11\\\\x12;\\\\x8f%\\\\xea\\\\xac\\\\xec\\\\x89]-6\\\\x00S\\\\x9f`Z\\\\xfb)\\\\x80\\\\x17\\\\xd26\\\\xcd\\\\xf66%\\\\xa5i\\\\xa9\\\\x91\\\\x9d\\\\xc1o^\\\\xe1\\\\x10\\\\x17\\\\xc0\\\\x88:\\\\x9e\\\\x927\\\\xde\\\\xcf\\\\xa2GLjz\\\\xbf\\\\xfe=\\\\xaa\\\\xf4\\\\x83\\\\x87\\\\xc4\\\\xa8\\\\x19x\\\\xd7\\\\xb5\\\\xd8\\\\xf9\\\\xc1X\\\\xaa\\\\x9a\\\\xed\\\\xa2\\\\x9aF\\\\xf6\\\\xb9B\\\\xea\\\\t0\\\\xa2\\\\'A\\\\xdb\\\\xc7\\\\xaa\\\\xbb\\\\xab3\\\\x17#x\\\\xc6\\\\xb4 D>\\\\xa0<\\\\x9crL\\\\x81\\\\x0c\\\\xdfu\\\\x1f#(\\\\xe6d\\\\xe7[\\\\x92+\\\\xca\\\\xc6\\\\xad+e\\\\xdc\\\\x81\\\\xcd\\\\x16k\\\\xb8\\\\x05\\\\x99\\\\x0f\\\\x02\\\\t\\\\x1dV\\\\xdc\\\\xee\\\\xe5\\\\xb8\\\\x9d\\\\xc9\\\\xcc\\\\x89A\\\\x86O\\\\xa0\\\\x9eC)dJd}\\\\x1d\\\\x0f\\\\xd5B\\\\xc4\\\\xa7\\\\x01G\\\\'\\\\x8e\\\\xd4S\\\\x91\\\\xee)\\\\xb2\\\\xa5\\\\xa9\\\\x9a\\\\xb2\\\\xea\\\\xc0z\\\\xa0\\\\x18\\\\x9f\\\\x03\\\\xd5\\\\r\\\\xbf\\\\xb1\\\\x08\\\\xdc\\\\x84\\\\x80\\\\x9d\\\\x1e,H=\\\\xad\\\\x81\\\\xe4]4\\\\xcaN\\\\xe1\\\\xfa\\\\xaa\\\\x87\\\\xe5|\\\\xc6{rX\\\\xf9y\\\\x1cX\\\\xe3\\\\xf1\\\\x8b\\\\x11Mu\\\\xaa\\\\xb5W\\\\xd9Y\\\\x05\\\\x99\\\\x8a\\\\xb2\\\\xb4\\\\xee\\\\x83\\\\xa1\\\\x9f\\\\x1e\\\\xd3\\\\xd7\\\\x91\\\\xf9\\\\xcb\\\\xc3\\\\xdc\\\\x8d\\\\xdb\\\\x90\\\\x15!\\\\x80\\\\xc0\\\\xb6+Gj(@\\\\'\\\\x04\\\\xcf\\\\x92\\\\xbc\\\\x179\\\\x8d\\\\xc8Y\\\\xc2\\\\xd1\\\\xc7[\\\\x82\\\\xf4\\\\xa8\\\\xb7\\\\x85\\\\xc8\\\\xb1\\\\xab\\\\xb2\\\\x86U\\\\xdeA\\\\xdb\\\\xde\\\\xb7a\\\\x00\\\\x93\\\\xdf^\\\\xbd\\\\x15\\\\xb8m\\\\xf7\"W,\\\\x00-\\\\x96\\\\x02.}$3\\\\x81\\\\xd0\\\\x9c3IyB\\\\x925\\\\xafz\\\\xe4\\\\xef\\\\xd4\\\\x1f\\\\x8fUO#\\\\x89\\\\xcfb\\\\xe0\\\\xbd\\\\\\\\\\\\x86\\\\x0e)Nr\\\\xab\\\\xeaZ\\\\xdb\\\\xdfWdVG*\\\\x18\\\\xa2\\\\xa4jA>\\\\x9f\\\\xd9Jq\\\\xb3\\\\t\\\\xc6q\\\\x07P\\\\xfd\\\\xb53\\\\t`\\\\xdd\\\\xdc\\\\xd5\\\\x9bspD\\\\xa8\\\\x0e\\\\r\\\\xc9S\\\\xdf\\\\xaa\\\\x1f\\\\xa9\\\\x1c\\\\x7f5\\\\xf1\\\\xbc\\\\x1f\\\\x86q\\\\x81s*\\\\xa9\\\\r\\\\xbc\\\\x97\\\\'\\\\xb7\\\\xdb\\\\x92\\\\xa4\\\\x14Dp\\\\xc6T\\\\x15\\\\xfbz\\\\xd8\\\\xf9_\\\\x95\\\\xb7;\\\\x11\\\\xb3\\\\x02\\\\xf9\\\\x93\\\\xf6\\\\xea\\\\xb3\\\\xe5\"\\\\xe5\\\\xa8\\\\x84\\\\xfe\\\\x91~\\\\x94\\\\xf2\\\\x7f\\\\xa8\\\\xfc\\\\xbd\\\\xb88Q\\\\x8f\\\\x89\\\\xc5\\\\x04\\\\xbb\\\\x9a\\\\xe5\\\\x9a\\\\xb6w\\\\xa1\\\\x1dX/\\\\xb4\\\\x15X\\\\x92N\\\\xbf\\\\x87\\\\xc3\\\\xb6\\\\x9dg|w\\\\xc6\\\\x1d\\\\xc83%\\\\xa1\\\\x13^\\\\xec\\\\x87\\\\x8a\\\\x8b03:G\\\\x1d\\\\xab\\\\xea_\\\\xc0\\\\x7fC\\\\xbfL>+\\\\x83\\\\xc7\\\\xe3?\\\\xc6q\\\\xf9\\\\x9eW\\\\x17\\\\xd7\\\\xf9\\\\xde@\\\\x0c\\\\x9b\\\\x0b\\\\x80\\\\x05\\\\x85\\\\xf4\\\\xdb\\\\xb8\\\\xc8\\\\'\\\\xe9\\\\x1d{\\\\x8d\\\\x96\\\\xdfmi\\\\xa0`\\\\xfed\\\\xf3~\\\\xaa\\\\xff\\\\x00\\\\xf8\"\\\\x01\\\\xce\\\\x0b\\\\xa18Pl\\\\xb7\\\\'\\\\x8c\\\\xbb\\\\x86^[\\\\x88\\\\xcc\\\\xab\\\\xdb\\\\xc9\\\\xe2\\\\xde\\\\xe6\\\\xab\\\\xde\\\\xa9%\\\\x90\\\\x96\\\\x95c\\\\xaboM\\\\x7fi\\\\x13\\\\xd4|>\\\\xea\\\\xf6\\\\xda\\\\xf9\\\\xf4\\\\x19D\\\\x82\\\\xf0}/C\\\\xe7\\\\x9a\\\\xbd<\\\\x1c\\\\x16\\\\xaat\\\\xab\\\\xf2\\\\xfc~M\\\\xf4\\\\xb7\\\\xb3N.3R+\\\\xa9J\\\\xdbm\\\\x08\\\\x88\\\\xbaY\\\\xb6\\\\x08\\\\x0e5\\\\x13$\\\\xc7Z\\\\x02q\\\\xb7p\\\\xeah\\\\xc4\\\\x90y\\\\x98\\\\xf3\\\\x14\\\\xe0\\\\xaa\\\\xf7\"Lx\\\\xaa9\\\\xf2l\\\\xe7\\\\xc6\\\\xa3\\\\x8b\\\\xe3\\\\xa9\\\\xf8\\\\xcd\\\\x9c\\\\xad\\\\x19\\\\x12\\\\xcf\\\\x9bA\\\\x9bn H\\\\x80\\\\x06\\\\xe0\\\\xd5\\\\x82\\\\x18\\\\x06\\\\xd0\\\\xc6\\\\x87\\\\xafO\\\\xf2\\\\x16!j\\\\xcd\\\\xb8\\\\x1b:\\\\xa2\\\\xc4\\\\x89\\\\x8f\\\\xda\\\\xe3\\\\xe1\\\\xd7\\\\xd3\\\\x90/\\\\xd2\\\\x89Vo{\\\\x94\\\\x0c\\\\xe1\\\\x19\\\\xc2\\\\xae\\\\x86\\\\xc7\\\\xc7\\\\xc5\\\\xfev]\\\\x17\\\\xa2YVvK)-e\\\\x86B\\\\x1d\\\\x04\\\\x11\\\\xe2#N\\\\x9fgmdX\\\\x8d\\\\xb9\\\\x03(\\\\xca\\\\xa2R \\\\xfa\\\\x8e](\\\\xee9\\\\x85\\\\\\\\JFt,_%\\\\xaa\\\\xd5\\\\xbf\\\\x1b\\\\x90\\\\xafn58\\\\xd8X\\\\xa4\\\\x0c\\\\x9b\\\\x81,\\\\x86D\\\\xedU\\\\xed$\\\\xf8\\\\x8f\\\\r:\\\\xa1\\\\xee\\\\x8b;\\\\x91([\\\\x8d\\\\xbb0 \\\\x19c\\\\x0e\\\\xc6\\\\xe6Nc\\\\x9dS.X!\\\\xc4\\\\x892\\\\xc5\\\\x90\\\\xac\\\\x8b\\\\x16\\\\xd7\\\\xaf\\\\'\\\\x1f\\\\x1b\\\\xdej^R\\\\x8dmoQ*M^+\\\\xaf\\\\xdd\\\\xd65\\\\xfb\\\\xde\\\\xe5\\\\xc1+0r\\\\x0f\\\\xeaN\\\\xacs\\\\x8fN\\\\x88\\\\xe0\\\\x01\\\\x04H\\\\xb51\\\\xfc\\\\xa8\\\\x1c\\\\x9ee\\\\x15gc\\\\xf1\\\\xf9Y+\\\\x8be\\\\x96#Y}l\\\\tTe\\\\xf4\\\\x02\\\\x04H$\\\\x05\\\\x02u\\\\xea\\\\xa7\\\\xc9^\\\\x03u\\\\x1b7H\\\\x8b\\\\x97\\\\xd4\\\\x18\\\\xd0\\\\x81\\\\xe9h\\\\xe2\\\\xd8\\\\x04v\\\\xa0\\\\xf02\\\\x15\\\\x0b\\\\xda2\\\\x9a\\\\xec\\\\xb6\\\\xae\\\\xb6{\\\\xd6\\\\x85V\\\\xda\"\\\\xbdK\\\\x08R\\\\xa0\\\\x93\\\\x03R{\\\\x1e\\\\xdd\\\\xfa\\\\x1b\\\\x17N\\\\xadd\\\\x92\\\\x06\\\\x03\\\\x0c\\\\xe8\\\\x08\\\\xe4\\\\xbbC\\\\xd0(\\\\x19\\\\xcb\\\\xbf\\\\x91\\\\xb7\\\\xdf\\\\xc8\\\\xfc\\\\xb3\\\\xe2X\\\\xabm\\\\x14\\\\xb5~\\\\xe3\"\\\\xfa\\\\xb7\\\\x10g\\\\xd3\\\\r\\\\x03\\\\xb7\\\\x7f.\\\\x9fz\\\\xdc5\\\\xbc\\\\xe4\\\\xc4\\\\x1a\\\\x88\\\\xb7\\\\x0c\\\\xa2\\\\x11\\\\x93\\\\x10\\\\x07\\\\xe15\\\\xe2\\\\xda\\\\xd5%V[b.)\\\\x9a\\\\xd9\\\\x98l\\\\x86\\\\x83\\\\xa6\\\\xa7\\\\xbf\\\\x8fW\\\\xf6\\\\xb7\\\\x0c@\\\\x9d=\\\\xbc\\\\x1b\\\\xaf$M\\\\x97\\\\x1f\\\\xd2\\\\xe3\\\\x9f\\\\xd6\\\\x7f\\\\x89\\\\x7f\\\\xfaC\\\\xe7~C\\\\xcb\\\\xf0\\\\xf4\\\\xdc\\\\xcd\\\\xc3\\\\xed\\\\xc9\\\\xaf0Z\\\\xbe\\\\xddUR\\\\xa2\\\\x82{\\\\x8d,a\\\\x00\\\\x00H\\\\xfb:\\\\xd6\\\\xda\\\\xdb\\\\xb8c\\\\xac\\\\xc5\\\\x87\\\\xed\\\\xd8\\\\x1d\\\\x83\\\\xf1E\\\\x9f\\\\xbf\\\\xb5n\\\\xec\\\\x8e\\\\x9cr\\\\xfe\\\\x15\\\\xc7\\\\xfe\\\\xdd>\\\\x1b\\\\xc6\\\\xf1\\\\x9f\\\\x11O\\\\x9a\\\\xf2\\\\xbb\\\\x877\\\\xf2\\\\x0b\\\\xacE.H4SA4\\\\x90\\\\t\\\\xeeX\\\\xa9&|\\\\xbbG^\\\\x96\\\\xdd\\\\xeb>\\\\xce\\\\xbb\\\\x92j\\\\xf9\\\\xaa\\\\xfb-\\\\xb9\\\\xb2\\\\x008\\\\x95\\\\x7f\\\\xe4\\\\xe5\\\\xd2\\\\xbc\\\\x99l$[qh@\\\\xcc\\\\xf6A\\\\x97=\\\\xc9\\\\xf3\\\\x1db\\\\xde\\\\xdeB\\\\xe6\\\\xec\\\\xfb`\\\\x1bq\\\\x18\\\\xcb>d\\\\xf3\\\\x1d\\\\x16\\\\xa5\\\\xcd\\\\x16\\\\x880u\\\\x1b3\\\\x96\\\\xc4\\\\xa6\\\\x8dS\\\\xf2\\\\xd9\\\\x8f`e\\\\n%\\\\x08\\\\xfe\\\\x11\\\\xb4k=\\\\xfa\\\\xcd\\\\xde\\\\xef\\\\xb6\\\\xf6 Xi\\\\xb8K\\\\xb0\\\\xfdZ\\\\x8c\\\\x1b\\\\x17V#p\\\\xdd\\\\x005]/]{ed\\\\xb5\\\\x9a\\\\xb2\\\\x84+k{m\\\\xab\\\\x93\\\\xe0[\\\\xc2\\\\x06\\\\xb1\\\\xd7\\\\x9c\\\\xbb\\\\xbb\\\\x95\\\\xf9\\\\xbfJ\\\\x96\\\\xa7r\\\\xe3\\\\x00y\\\\xd5N\\\\xfe}zWa\\\\xb1^\\\\x15Y\\\\x0c\\\\x82#\\\\xfc:\\\\xb4/\\\\xdd\\\\xb7\\\\x13\\\\xa6D\\\\x92\\\\xd4\\\\xc8\\\\x84F\\\\xd3\\\\x9e\\\\x9c\\\\xd7\\\\xa9E\\\\xa2\\\\x1c<\\\\xd5`\\\\x1f\\\\xcc\\\\'T\\\\xb1A\\\\x92$v#\\\\xa2\\\\x84%\\\\t\\\\x02]\\\\x8d_\\\\x91\\\\x0f\\\\x97U\\\\x1e\\\\xdb\\\\xc6\\\\x84\\\\x1e\\\\xd5\\\\x1c\\\\xe6)k`5\\\\x8f\\\\xf8v\\\\xca\\\\xa0\\\\xd7\\\\xe9\\\\xe3>\\\\x07\\\\xae\\\\x1b\\\\xedr5\\\\x7f\\\\x01\\\\xc7jA\\\\x88\\\\x88\\\\xc2\\\\xa8\\\\xce6=\\\\xc7\\\\x03\\\\x1b*\\\\xc6\\\\n/\\\\xdd[T\\\\x183!\\\\x1a\\\\x9f\\\\xbbN\\\\xfdnm\\\\xb6W#n75RO\\\\x9dC};T\\\\xce@\\\\xc1\\\\xfb\\\\x96\\\\xcc\\\\xbcl>K\\\\x03\\\\'\\\\x8d\\\\xe4i\\\\xfc\\\\xf7\\\\x1f\\\\x9fQ\\\\xc6\\\\xbb\\\\x11\\\\xc8`\\\\xc9g\\\\xd3MD\\\\x92:\\\\xb7\\\\x1fH&D\\\\xc9\\\\xe8\\\\xcf\\\\xde\\\\x86R\\\\x8c\\\\xa3\\\\xa4\\\\n\\\\x01\\\\xf5\\\\xfb\\\\xaf\\\\x89\\\\x1f\\\\xab\\\\x1f\\\\x02\\\\xab\\\\xe1?;\\\\xf9G\\\\xc6]Cabg;`\\\\xda\\\\xbb\\\\xab\\\\r\\\\x8e\\\\xe7r\\\\xed\\\\x93\\\\xa4\\\\x03\\\\xaf\\\\x9f\\\\xed\\\\xeaav\\\\x84J\\\\xa5\\\\xe8\\\\xbc\\\\x8e\\\\xf7n!2\\\\x06\\\\x08o\\\\xc1\\\\xbe(\\\\x1b\\\\x92\\\\xbb;/\\\\x1d\\\\xe8\\\\xc5B\\\\xac\\\\x9e\\\\x80\\\\x01\\\\x15\\\\xf7\\\\xecL\\\\xc9\\\\x9dG\\\\x94OYwg\\\\xee\\\\xdf\\\\x96\\\\x9a9\\\\x1d\\\\x94I\\\\xb3cLC\\\\xe2\\\\x15\\\\xd5~}\\\\x97\\\\xaeM\\\\x01\\\\xbd$\\\\x93\\\\xee2\\\\x12`\\\\x00eu\\\\x8e\\\\xfd\\\\xbcH\\\\xf0\\\\xeb\\\\xd3mf\\\\xd6\\\\xccNj\\\\xf4m\\\\xb3\\\\x12\\\\x87>\\\\'\\\\xe66\\\\xe4\\\\xb2\\\\x8b/\\\\x90\\\\xcf\\\\n\\\\x17\\\\xdc\\\\x93\\\\x0c{\\\\x9d\\\\x164 \\\\xe9\\\\xd2\\\\x8d\\\\x98\\\\x82\\\\xf1\\\\xab\\\\xa6\\\\xfba\\\\xc3\\\\xd1d\\\\xdck\\\\x97W\\\\xb1\\\\x00R\\\\xc1\\\\x8a\\\\x08 \\\\x00\\\\x08bd\\\\x91>\\\\xa8 i\\\\x1eF:\\\\x89\\\\r\\\\x05\\\\xca\\\\x118\\\\x80\\\\xcb\\\\xcd\\\\xd8_\\\\xfd^?\\\\xff\\\\x00\\\\x89\\\\xff\\\\x00\\\\xe4\\\\xfa\\\\xad\\\\xef\\\\xf4J\\\\xff\\\\x00$s_\\\\xff\\\\xd5\\\\xe2\\\\xdf\\\\xe8\\\\xd9\\\\' \\\\xd7U~\\\\xdbT\\\\xa2\\\\xbb\\\\xd5\\\\x86\\\\x96Z\\\\xcb*\\\\xc44\\\\x91\\\\xb0\\\\xf8\\\\xed\\\\xfb|z\\\\xf3\\\\xb2\\\\x93\\\\x10\\\\xbe-\\\\xed\\\\x13\\\\x80\\\\xc0x\\\\xa6l\\\\x9e\\\\x0f\\\\'\\\\x0f\\\\x8a\\\\xc6\\\\xe3ik\\\\x19r]\\\\xad\\\\xb5\\\\x95\\\\x97c\\\\r\\\\xa1TZv\\\\xfa@^\\\\xc4O\\\\xd3MAk\",\\\\x8a[y\\\\x080\\\\xf3#\\\\xf0\\\\x81\\\\xbf\\\\x1fmf\\\\xfc\\\\xea.DJ\\\\xacS\\\\x8a\\\\xcc\\\\x88\\\\xd5\\\\x86\\\\x10\\\\x80\\\\xc9\\\\xef\\\\xa9\\\\xd0\\\\x0f.\\\\xda\\\\xf4\\\\x98\\\\x97(.Z15\\\\xa3}U\\\\x95\\\\xf1l\\\\xec\\\\xbc\\\\\\\\\\\\x96)\\\\x94j\\\\xaa\\\\xfa\\\\xc5\\\\x96\\\\xc8\\\\xf5\\\\x17s, ~\\\\x1f-?x\\\\xe97\\\\xa4c\\\\'\\\\xcb\\\\xcd>\\\\xc5\\\\xc0\\\\r3\\\\xcf\\\\x8f5`r\\\\xd4&g\\\\x17\\\\x98\\\\xf7RY-D\\\\xb9,X>\\\\x017\\\\x13\\\\xb7\\\\xc3X\\\\x81\\\\xd1\\\\xdd\\\\x0fR?\\\\x0bB\\\\xe8\\\\xd5\\\\x07\\\\xc3\\\\xea\\\\xaal\\\\xdc\\\\xeb\\\\xd7\\\\x13\\\\xf2\\\\xb5\\\\x15cH\\\\x15UN\\\\x80\\\\x15I\\\\x90\\\\x1c\\\\xc7\\\\xdaA\\\\xf0\\\\xe8\\\\xbd\\\\xc1lT\\\\xac\\\\xba\\\\xbfb9\\\\xc3\\\\x1f\\\\xcf\\\\xd5\\\\x8fV@LpX#[\"\\\\x0b\\\\xea\\\\n\\\\x93:\\\\x02\"[\\\\xbf\\\\x9ct\\\\xc8\\\\x9dUV6\\\\xe4K\\\\x1e\\\\n\\\\xb8?N\\\\xff\\\\x00L\\\\xdb\\\\xe7\\\\x7f5\\\\xf8\\\\xff\\\\x00\\\\xc6xek\\\\xef\\\\xc9e\\\\xad\\\\x95]kc\\\\xec\\\\x02\\\\xef\\\\x04\\\\x90\\\\x0c%s$\\\\xf6\\\\xed=Q\\\\xdf\\\\xdc\\\\x94`\\\\xd0\\\\x1a\\\\x89,\\\\xc3\\\\x17\\\\xfa-\\\\xef\\\\x8d\\\\xd9\\\\xfb\\\\xd7\\\\x04A\\\\xc7\\\\xb9}]\\\\xc0\\\\xa3\\\\x92\\\\xc2\\\\\\\\|;\\\\x12\\\\xc6N.\\\\xcb\\\\x13\\\\x16\\\\xdb=y\\\\x07\\\\xf2\\\\xff\\\\x00\\\\xcbp^I#\\\\xd0H\\\\x1eK\\\\xb4x\\\\x1e\\\\xbc\\\\x1c\\\\xaf\\\\xea\\\\x99\\\\x91\\\\x91z\\\\xb3\\\\x8a\\\\x86\\\\xc4tf\\\\xfb\\\\x05\\\\xedejp\\\\x1a\\\\r\\\\x1b\\\\x96|\\\\x93\\\\x8a\\\\xe3a\\\\xe4;d\\\\xe5d~[%*>\\\\xc5\\\\x8c\\\\x8cY\\\\xaf\\\\x8d\\\\xde\\\\xd49\\\\x1d\\\\xcf\\\\x84\\\\xe9\\\\xd1\\\\xc6\\\\xcd\\\\xb9\\\\xceFr\\\\xd2@\\\\xf4\\\\xf3\\\\x94\\\\xb9w\\\\xa0 bI\\\\x01\\\\x04-}\\\\xa9\\\\x96\\\\x98\\\\xf75\\\\x99\\\\xe7\\\\x16\\\\x10\\\\xd9\\\\n\\\\xa8\\\\xe1\\\\xa4\\\\'\\\\xb6T2+\\\\x06\\\\ncR>\\\\xee\\\\xaa\\\\xea6\\\\x9c;\\\\x92\\\\x03\\\\xf6\\\\xf2\\\\xe6\\\\x01\\\\xc1\\\\x81\\\\xaa\\\\x072\\\\x08uVa\\\\xfeN\\\\xcaM4c\\\\x95\\\\xbd\\\\x7f\\\\x90\\\\xe4\\\\x07\\\\r\\\\x04\\\\xa9. m\\\\'E\\\\x1e_\\\\x8b\\\\xc7\\\\xac\\\\xfb\\\\x97\\\\x05\\\\xc8\\\\x12@\\\\x03V\\\\x19\\\\x8eNy?\\\\xf2\\\\x9c\\\\xdad\\\\x00.\\\\xe1\\\\x1dk7X\\\\x13\\\\xdb\\\\x95+\\\\xbb}\\\\x91$\\\\xae\\\\xa3h\\\\x11\"~\\\\x83\\\\xa8%\\\\xe6\\\\xf4\\\\xd2Fx\\\\xfd\\\\xbb\\\\xd7j\\\\xf4\\\\xb6k\\\\xfd\\\\xba\\\\xb9\\\\xb7\\\\xba`\\\\t\"\\\\x83!\\\\xfd\\\\xe2\\\\x93;LY\\\\xd1\\\\x1c>E\\\\xb1*\\\\xb9\\\\xaaC\\\\x7f\\\\xbe\\\\xaa\\\\x93\\\\xbbiEbu3\\\\xdf\\\\xab\\\\xfb}\\\\xf4\\\\xacD\\\\xca#V\\\\xafI\\\\xad@<\\\\xf9\\\\xa6\\\\xdb\\\\xb9\\\\xa0K\\\\xa8\\\\xa7j[\\\\xfdF\\\\xe2\\\\xb8O\\\\x90|\\\\x07\\\\xe5\\\\xfe\\\\xaf{\\\\x1bH[\\\\xff\\\\x00\\\\x8e\\\\x8e\\\\xcd\\\\x1d&\\\\x8d\\\\xfbb}$t\\\\xa1\\\\xa6\\\\t\\\\x17.L\\\\x93\\\\x19\\\\x1c\\\\xb1\\\\xeay\\\\xf7\\\\'\\\\xce\\\\x0f\\\\x96\\\\xe3O\\\\x07f&\\\\x1b\\\\xe3\\\\xdf\\\\x7f$\\\\xf3\\\\xc9\\\\xa5\\\\xaa\\\\xcd\\\\x95\\\\x8d\\\\'qAcnm\\\\xac\\\\xcf$\\\\xb1\\\\xd7q\\\\x83\\\\xd2\\\\xef\\\\xefc\\\\x1b2\\\\x8c4\\\\x93,\\\\xdb\\\\xd7\\\\x10?\\\\xd3\\\\x19\\\\x1a\\\\xb1\\\\xcf\\\\xc1?o\\\\xe9\\\\x0cp-\\\\x8a#\\\\x9b\\\\x91\\\\xf9;\\\\xb1]\"\\\\xff\\\\x00k\\\\xdbW\\\\xc6H A*\\\\x02\\\\xe9\\\\xb9\\\\x8c\\\\x98\\\\xf3\\\\xe9q LH1!\\\\xb0\\\\xe9\\\\x97<\\\\x7f\\\\xb5\\\\x12vGk\\\\xf7\\\\xac\\\\xb9*0\\\\xf4\\\\xcb\\\\xaePV\\\\x90\\\\xac\\\\x00!gB\\\\x01=\\\\xc8\\\\xf1\\\\xebgon\\\\xec\\\\xee\\\\x08\\\\x9a\\\\xc6\\\\xaf_\\\\x01^\\\\x7f\\\\xea=\\\\x89\\\\x06B8c\\\\xd8\\\\x8dc\\\\xdfw\\\\xb9EY\\\\x15B#\\\\xb1om\\\\xa1X.\\\\x80j;\\\\xeb\\\\x07\\\\xadh\\\\xee$e\\\\x08\\\\\\\\\\\\x8b\\\\x08\\\\x93X\\\\x9a\\\\x1d9gZ\\\\xa2\\\\xb4X\\\\xe2\\\\xe0\\\\xe4\\\\xb8\\\\x8f\\\\xfd\\\\xf7s\\\\x18\\\\\\\\_\\\\xe8\\\\xd7\\\\xc91\\\\xed4der\\\\x15\\\\xd2\\\\x94\\\\xd2\\\\xf6\\\\xb4\\\\xba\\\\xdfp]\\\\xe8\\\\xa3\\\\xd15\\\\x15\\\\x83:\\\\xc7Vn\\\\xdc\\\\xb6\\\\x00\\\\x8cH$\\\\xe2\\\\xdc\\\\xcf\\\\xe1 BR\\\\xb8\\\\t\\\\xc1\\\\x7f?Yd\\\\x80\\\\xfb\\\\xbf\\\\x98\\\\x84A&&50\\\\'\\\\xc3^\\\\xb5\\\\xf6\\\\x7f\\\\xa8d\\\\xfb\\\\x97\\\\t\\\\t\\\\'30\\\\x02}\\\\n\\\\x8e\\\\x0c\\\\x9a\\\\xf6\\\\xea \\\\x12\\\\x07\\\\xda\\\\x0f[\\\\xd0\\\\x851U]\\\\xc6)w\\\\x92\"\\\\xc6\\\\xf7!\\\\x94\\\\xdc7C\\\\x02\\\\x0c1\\\\x1a\\\\xc6\\\\xbd\\\\xe3\\\\xabV([\\\\x92\\\\xebG\\\\xd4z%\\\\x9b\\\\x01uHW,Cm\\\\xb5 \\\\x8df\\\\x01f\\\\xf0\\\\x8f\\\\x01\\\\xe3\\\\xd5\\\\xb5\\\\xa7\\\\x03\\\\xa7\\\\xf0\\\\xb0L4\\\\xa8\\\\xfb\\\\xd6Z=P\\\\xde\\\\x93\\\\xbbws\\\\x00\\\\x1d|\\\\xa3Mz\\\\x84F\\\\xf9\\\\x97\\\\xa6!\\\\x0c\\\\xcd\\\\xb4Z\\\\xc5\\\\xaaT5\\\\xd3\\\\n\\\\xb6\"\\\\x9d\\\\xc3\\\\xf1w\\\\xf0\\\\x1a\\\\xcf\\\\xec\\\\x9e\\\\xa0\\\\xab\\\\x16\\\\xa0b*\\\\xb4c:\\\\x07\\\\xa5\\\\xac!=\\\\xb7\\\\xddc\\\\x8f\\\\xc4\\\\x00\\\\x8d\\\\xa4\\\\x1f=\\\\xdf^\\\\xa0#\\\\x98\\\\xa1dc+e\\\\xd8\\\\xb55eX\\\\xa8]\\\\xea\\\\xba\\\\x02\\\\x0e\\\\xba\\\\x03\\\\xfb5\\\\x1f\\\\xb3\\\\xa2Ul\\\\xbcfA\\\\xeeCSFbT\\\\x95\\\\x9fU\\\\x95\\\\x82HX\\\\x88:\\\\x80`\\\\x1f\\\\xed\\\\xa7P\\\\xac\\\\x9a\\\\x85w~\\\\x9b\\\\xfc\\\\xe77\\\\xe2\\\\xf9\\\\xa7\\\\x1b#&\\\\xc1\\\\xc6\\\\xdfde\\\\xac~\\\\x16\\\\x1f\\\\xc6\\\\x01\\\\'\\\\xb4\\\\xce\\\\x9a\\\\x1e\\\\xb1\\\\xbec`o\\\\rv\\\\xff\\\\x00q\\\\xd3\\\\x11\\\\xf9\\\\xe4\\\\xbc\\\\xc7\\\\xc9m\\\\x04\\\\xbdQ\\\\x15]\\\\xb1\\\\xc1_\\\\xc6\\\\xf25\\\\xd1\\\\x98m\\\\xae\\\\xea\\\\xb3\\\\xcdo\\\\x8d\\\\x93\\\\x01\\\\xc3\\\\x11\\\\xa8\\\\x03|\\\\x90\\\\x1a\\\\'X\\\\xd7\\\\xec\\\\xd7\\\\xcem\\\\xf47\\\\xa8\\\\x8d@1u\\\\xe5\\\\xef\\\\xda:\\\\x8d(\\\\xea\\\\xc9\\\\xae\\\\xa0\\\\x90\\\\x16\\\\x8f{\\\\x1e\\\\xa4\\\\xdc\\\\xd0\\\\x8aK\\\\x12f\\\\\\\\\\\\xc9\\\\xd0\\\\xfdg\\\\xfc\\\\xf4mD\\\\x00FE\"\\\\xe8&\\\\x85\\\\x05\\\\xe5)\\\\xc6\\\\xa3r\\\\xbe9d\\\\x01\\\\x9d\\\\x9dT\\\\x16\\\\xdc\\\\x9a\\\\xed$\\\\x89\\\\xd0\\\\x18\\\\x8f\\\\x1d:\\\\x994h\\\\xaa\\\\xe1D;\\\\x8d\\\\xb3\\\\x89K\\\\x93\\\\x03#!\\\\xb1\\\\xf1$3\\\\xdc\\\\xe7\\\\xdc\\\\xb1\\\\'\\\\xf0\\\\xb4\\\\x9e\\\\xfa\\\\x8e\\\\xdf\\\\x7fC\\\\xe8\\\\xd5R\\\\x9fj\\\\xe6\\\\x9a\\\\xbd\\\\x16\\\\xfeC\\\\x07\\\\x8bu\\\\xb2\\\\x95F\\\\xca\\\\xa7]\\\\x89 H* )P@\\\\xfc^&\\\\x07Rg\\\\x10)R\\\\x99(\\\\x03P\\\\x15I\\\\x9f\\\\xc3\\\\xf24\\\\x7f9P\\\\xadmn\\\\xca\\\\xa9\\\\x04\\\\x10Q}@\\\\x82\\\\x01\\\\xfe\\\\xef\\\\x1f\\\\x0e\\\\xab\\\\xc0NRr{\\\\x95Q\\\\x13\\\\x01\\\\xe9\\\\xe6\\\\x96\\\\x12\\\\xab\\\\xf1\\\\xad\\\\xa2\\\\xca\\\\xb2KM\\\\x9e\\\\xe0\\\\xc4\\\\r \\\\xea\\\\xb2X\\\\x1f\\\\xc3\\\\'Mz\\\\x11\\\\x13\\\\x8b\\\\xe0pC\\\\xac\\\\x06\\\\xa5\\\\x0e\\\\x07\\\\xbf4\\\\xd1\\\\xc7\\\\xe7Y\\\\xc9\\\\xa8\\\\x17\\\\xb2\\\\x1b;hHq\\\\r\\\\xf8\\\\x13\\\\xea`DD\\\\x8d\\\\x0fS\\\\x0b\\\\xba\\\\x87\\\\xfc\\\\x94(\\\\xe2u\\\\x121\\\\xfb,\\\\xf2x\\\\xe7\\\\xa5\\\\xc2\\\\x08>\\\\xeb\\\\x1f\\\\xc2\\\\x01%\\\\xa2\\\\x03\\\\x03;\\\\x88\\\\xf3\\\\x98\\\\x83\\\\xd6\\\\x16\\\\xff\\\\x00j\\\\xd2\\\\x0c]\\\\xf8\\\\xf0W\\\\xedM\\\\x81O\\\\xdf\\\\n\\\\xb2\\\\xc1U\\\\xbcc[]\\\\xf4\\\\xb4\\\\\\\\\\\\xb5\\\\x04\\\\x07f\\\\xa3\\\\xd2\\\\xa1\\\\x84z\\\\x98\\\\rz\\\\xcd\\\\x916\\\\xe4 \\\\xee\\\\rp\\\\xf1\\\\xc7\\\\x9a\\\\xd5\\\\xdb\\\\xcbUU\\\\x89\\\\x8c\\\\xb4\\\\xd9hL\\\\x87\\\\rZ\\\\xd9#d3\\\\x071\\\\xa6\\\\x90 \\\\x9f\\\\x01\\\\xe7\\\\xd5\\\\xd8\\\\x91/\\\\xdb\\\\xc9[\\\\x01Mz\\\\x94V\\\\xe1\\\\xa9\\\\x17^\\\\x8cZ\\\\xbb\\\\x01\\\\xf4\\\\x89\\\\x1e\\\\xa3\\\\x1e3\\\\xa7o\\\\x1e\\\\x98\"\\\\rMH\\\\xc1A\\\\xadT\\\\xees\\\\xe2\\\\xfc\\\\xce?\\\\xc5?\\\\xafW\\\\x8bq\\\\xe2\\\\xe4\\\\xd7u\\\\xf5\\\\x88M\\\\xd5\\\\x952\\\\xc4j!\\\\xbb\\\\xe8;t7\\\\xf6\\\\x92\\\\x11\\\\x13r\\\\x07O/5\\\\xc6\\\\x07A-N\\\\x1dr\\\\x07\\\\xc8\\\\xf0)\\\\xc8\\\\xc8\\\\xb9\\\\x95}\\\\xc7RE\\\\xa2\\\\xc2K{\\\\x90D\\\\xcc\\\\x0f\\\\x1d\"\\\\x0fK\\\\xb6}Mo\\\\x01\\\\x8fnk*\\\\xf4\\\\xe5\\\\x17\\\\xcc\\\\xf2\\\\xfc$kx\\\\n\\\\xd0\\\\xedK\\\\r7\\\\x00\\\\x1b\\\\xd9]`\\\\xc9\\\\x90gQ\\\\xf5\\\\xef\\\\xdb\\\\xadX\\\\xc6D~\\\\xd1\\\\x91\\\\xcb\\\\xaa\\\\xad\\\\xef=LK\\\\x0cz\"\\\\x0f\\\\xc3?\\\\xb0\\\\xb6\\\\xb9h(\\\\xad\\\\xea\\\\xd2\\\\x04\\\\rc\\\\xb9\\\\x83\\\\xf5\\\\xd7\\\\xa5F\\\\xd1\\\\'\\\\x10;h\\\\xac\\\\xfb\\\\xcc\\\\x0b\\\\x8c\\\\xbcQ_\\\\x8f|V\\\\xdc\\\\x8eW\\\\x15\\\\x17\\\\x16\\\\xdc\\\\xbc\\\\x1d\\\\xeb\\\\xf9\\\\xb6]\\\\xab\\\\xba\\\\xb1\\\\xea;\\\\x0b\\\\xc8\\\\x0c\\\\x00\\\\xea\\\\xfd\\\\xbd\\\\xa6\\\\xb9E\\\\xeb\\\\x1c\\\\xc8J\\\\x17\\\\x9c\\\\x18\\\\xae\\\\x8c\\\\xf8fG\\\\xc5m\\\\xdd\\\\xc7\\\\xf3|NO\\\\xf4z\\\\x92\\\\xca\\\\xb1j\\\\xe3\\\\xd5\\\\x13%o2+\\\\xb8\\\\xb1]\\\\xacH\\\\x80u\\\\x1dl\\\\xd8\\\\xbbd\\\\x8d$P\\\\x0c\\\\x05\\\\x13mH=\\\\\\\\\\\\x84s\\\\x13\\\\x98\\\\xaf\\\\x8b\\\\xa2\\\\xbcK\\\\xb0\\\\xe9\\\\xca\\\\x15\\\\xbd6q\\\\xf9\\\\x19\\\\n\\\\x19\\\\x16\\\\xfa\\\\x8e\\\\xf0,R \\\\x9d \\\\xcc\\\\xea|:\\\\\\\\\\\\xf7\\\\x02\\\\x00R\\\\xb9)\\\\x84\\\\xb3\\\\xcb\\\\xcdug\\\\xfbZ\\\\xfdB\\\\xc5\\\\xa7\\\\xf5ap\\\\xb9<\\\\x0cZ_\\\\xe4\\\\x8a\\\\xd5\\\\xa5\\\\x95\\\\xaaT+{Id\\\\xf6\\\\x83\\\\x9fL\\\\x10t\\\\x07\\\\xb7n\\\\xb1w\\\\xd7\\\\xe3\"\\\\x0c\\\\xc5\\\\x01\\\\xc7\\\\x05\\\\xa5\\\\xb2\\\\x9b\\\\xcf\\\\xb7\\\\x87_M2\\\\xf1\\\\xeb\"\\\\xca\\\\xdfe\\\\xa8\\\\xe4H#v\\\\xbd\\\\xa6[\\\\xbfn\\\\xb0w\\\\xf6A$8 \\\\xb7\\\\x0f\\\\x9a\\\\xd9\\\\xb7#\\\\x8a\\\\xfc.\\\\xf7\\\\x1c{\\\\xd6\\\\x14\\\\xae\\\\xb8\\\\xf6\\\\xdc1]\\\\x8c\"#\\\\xae\\\\x8e\\\\xe27$\\\\xd7\\\\x08\\\\x00\\\\x01\\\\xa4\\\\x82F\\\\x99\\\\x0c(\\\\xe8\\\\x1aC\\\\x07\\\\xc7\\\\n \\\\xf99K\\\\x8f^+\\\\xddr[\\\\xc8\\\\xb6\\\\xf2\\\\xe8\\\\xa0\\\\xd7[)&\\\\x19\\\\x88\\\\x92\\\\x82\\\\x04\\\\xf9\\\\xcfn\\\\xa8^\\\\xbb\\\\x18\\\\x88\\\\\\\\\\\\x91{\\\\xa7V\\\\xac\\\\x81\\\\x07\\\\x9ba\\\\xcd:1\\\\xc4d\\\\x19\\\\x92\\\\xe2\\\\xbd\\\\x98y\\\\x15eS\\\\x8c\\\\xa5\\\\x0e\\\\xf0\\\\xe2\\\\xb9;U\\\\x81 F\\\\xee\\\\xc2;\\\\x92d\\\\x9f\\\\x0e\\\\xb3\\\\xbfY\\\\t\\\\x00+\\\\xc90\\\\x12\\\\xccp\\\\tg\\\\xe4\\\\xdc\\\\xbe\\\\nce\\\\xfb\\\\xb5\\\\x0bi\\\\xb3\\\\x04\\\\xd9\\\\x87e\\\\x0b\\\\xee\\\\x8a\\\\xed\\\\xb3r\\\\xb1\\\\x1b\\\\xfd\\\\x10\\\\xca\\\\t%A\";\\\\xf5[}\\\\xb9\\\\xb5f\\\\xd4\\\\xb5\\\\x82I\\\\x8d\\\\x18?\\\\xd6\\\\x81\\\\xf3o\\\\x14\\\\xdbbS>\\\\x93L\\\\x90\\\\xae\\\\x0b\\\\x8e\\\\xe2,\\\\xa3\\\\x87\\\\xe6*\\\\xe4\\\\x1b\\\\x8f{\\\\x8bcf\\\\x8bql\\\\xb5M\\\\xd4\\\\xb9Z\\\\xc5Y\\\\x0e@.\\\\xe1\\\\xbf\\\\x89}\\\\'\\\\xeb\\\\xd0\\\\xfcdl\\\\x08[\\\\xbb\\\\x19h$\\\\x17\\\\x89\\\\x05\\\\x9c`\\\\xd2|N8#\\\\xba\\\\xf5\\\\x8dK \\\\x9c\\\\xdf\\\\x01g)~N~V~?\\\\x1e\\\\xd7[e\\\\x16\\\\x06\\\\x12\\\\x95\\\\xa8\\\\xd1r2\\\\x15\\\\xe5\\\\x8e\\\\xba\\\\x15 \\\\x1e\\\\xe7\\\\xc7W\\\\\\\\\\\\xdbJ\\\\xe4\\\\xb5NB1\\\\x91\\\\xee\\\\xff\\\\x00\\\\xe5\\\\x87\\\\x8ax\\\\x93\\\\x02#R8\\\\xee_8\\\\xfeK\\\\xc0Q\\\\xc3\\\\xfc\\\\x93\\\\x96\\\\xe0\\\\xebe\\\\xc8\\\\xb12\\\\\\\\b\\\\xb5u\\\\x87\\\\xa9\\\\xea\\\\xee\\\\x8e\\\\xa4\\\\xb2\\\\xa8\\\\xecL\\\\x81\\\\xdb\\\\xf6u\\\\x9b\\\\x1bM6z\\\\xd5\\\\xa9\\\\xfc\\\\x8e\\\\x02E\\\\xf0\\\\xc6\\\\x8e\\\\xcb\\\\xae?\\\\xda\\\\xc7\\\\xc98n+\\\\x13\\\\xe4\\\\x1c\\\\x0bs6Q\\\\xf2\\\\x9eO=s8\\\\xee=1\\\\xdc\\\\xab\\\\x04\\\\xa6,(\\\\xc9\\\\xdbi\\\\'n\\\\xf8\\\\x04\\\\x11\\\\x00w\\\\xeb\\\\xd5\\\\xfcm\\\\xd8\\\\x8d\\\\xb9\\\\x8cg\\\\xff\\\\x00 \\\\x91-\\\\xdd\\\\x8fbf\\\\xc9\\\\xbd\\\\xc2$(Z\\\\xb8\\\\xf0Wlb|\\\\xd6\\\\xbe>\\\\x9b?\\\\xa8g%y5!\\\\xb7\\\\x93\\\\xcezC8\\\\xb5O\\\\xf3\\\\x04)\\\\x8e\\\\xe0\\\\xa8\\\\x10\\\\x0fGc\\\\x7f1&~\\\\xfc\\\\xddz\\\\x0b\\\\xb6\\\\xe1\\\\x18\\\\xea>\\\\x1fe\\\\xcb\\\\xdf5\\\\xf9e\\\\xff\\\\x00\\\\xa8\\\\x7f$\\\\xb7\\\\xe4\\\\x96\\\\xa0\\\\x18X;\\\\xb18\\\\x1am>\\\\xda\\\\xae%J\\\\xde\\\\xdb\\\\xb8\\\\xf4\\\\x92\\\\xee\\\\xe5\\\\x89$F\\\\xa0v\\\\x1dF\\\\xebtwS\\\\xf7\\\\tr)\\\\xdc;\\\\x17\\\\x98\\\\xdc\\\\\\\\\\\\xd5\"2\\\\xe4\\\\x82\\\\xe0\\\\xf1\\\\xc9\\\\xca\\\\x9c\\\\x8b\\\\x01\\\\xb6\\\\x97`\\\\x12\\\\xbb\\\\x85`;80P\\\\x93\\\\x07Q\\\\xae\\\\xbau\\\\x8fsjn\\\\x92sK7\\\\x04hr\\\\xc9[\\\\xff\\\\x00\\\\x15\\\\xcb\\\\xcd\\\\xc8\\\\xe3\\\\xf0+\\\\xf7\\\\xb7\\\\x9a\\\\x89\\\\xae\\\\xaa\\\\xaa\\\\x1a\\\\x8d\\\\x9e\\\\x94\\\\x10Gr\\\\x17\\\\xd2t\\\\xd6g\\\\xc3\\\\xac+\\\\xf6d\\\\xfa\\\\x87\\\\xec\\\\xb4m^x\\\\x80\\\\xad\\\\xfe(\\\\x8bj\\\\xb3\"\\\\xda\\\\xab\\\\xc8\\\\xbe\\\\xe7T\\\\xc9V\\\\xa4T\\\\xcf\\\\xb1B\\\\xa8s\\\\x02@\\\\xd6\\\\'\\\\xad\\\\xed\\\\x8d\\\\xdfDD\\\\x80\\\\x93\\\\x11Fg\\\\xff\\\\x00\\\\xe4y}\\\\xd5{\\\\xae\\\\xee2\\\\xe2\\\\x9dQzK\\\\xad,\\\\xf8\\\\xd6\\\\x83HU\\\\xf6\\\\xd0\\\\xb3-U\\\\xed\\\\x9fRL\\\\x9dGs:\\\\xf6\\\\xebP\\\\xdd\\\\x94m\\\\xcbAp\\\\xc1\\\\x9c\\\\x98\\\\xc6-\\\\x9c_\\\\x9bb\\\\x19\\\\xcb\\\\xd1\"0r\\\\t\\\\xa7g\\\\xdde\\\\xb3\\\\x15\\\\xda\\\\xda\\\\xf6\\\\xfeU\\\\x19\\\\x17zW\\\\'q\\\\x0b\\\\x04n\"u\\\\x1d*\\\\xdcl\\\\xdd\\\\x12\\\\x8c\\\\xa4`\\\\x18PWSb\\\\x01?\\\\xee\\\\xf2Gp\\\\x91:\\\\x01\\\\xf8Z22\\\\xea\\\\xaa\\\\x8a\\\\xdc\\\\xdfi\\\\xf6\\\\xdc\\\\x0b+\\\\xb1\\\\x14)\\\\xdd!@#S\\\\xf5\\\\x8dz\\\\xaf\\\\xb8\\\\xbfj6\\\\xc3JDD\\\\xfe\\\\xb2\\\\x8ct\\\\xd7\\\\x00\\\\xf8\\\\x94\\\\xc0dM(Nn]\\\\x08\\\\xcc|\\\\x1c\\\\x8cO\\\\xeaj+F{=\\\\xbc|\\\\xa4..\\\\x90\\\\x08T\\\\xac)\\\\xda\\\\x06\\\\xe3\\\\x1a\\\\x98\\\\xf3\\\\xeb2\\\\xf5\\\\xcb7-\\\\x9b\\\\xba\\\\x04L\\\\xa4\\\\xd1!\\\\xf5\\\\xd0~\\\\xb0\\\\x18\\\\x00\\\\xfc\\\\xd3=\\\\xb9sv\\\\xe1\\\\xca]\\\\xcb6q\\\\xb6`\\\\xf2uf\\\\xd7\\\\x89w\\\\x1bA\\\\xfc\\\\xc5\\\\xd94\\\\x8b\\\\t.\\\\x84\\\\x98mga\\\\x80\\\\x08\\\\xf1\\\\'N\\\\xa8_\\\\xbbso\\\\xa6\\\\xe4&#(\\\\xc5\\\\xcb\\\\x8a\\\\xbf\\\\x9e\\\\x14b\\\\x1a\\\\xa8\\\\xad\\\\xc4L\\\\xb3v!\\\\xd8T\\\\xe6aZ\\\\x86\\\\xbeM3\\\\xf9\\\\x1eC\\\\x18d\\\\xa5Y\\\\xc4X\\\\x83\\\\xde%\\\\xb6\\\\xfb\\\\x8b\\\\x10N\\\\xe6\\\\xd5\\\\xa3@\\\\x07T\\\\xec\\\\xd8\\\\xbe&?\\\\xe5\\\\x13\\\\x9c\\\\x86\\\\xa0\\\\xff\\\\x00\\\\xa9|\\\\xba\\\\x1cS\\\\x0c\\\\xa2A\\\\xf4\\\\xb0\\\\xc0\\\\xad\\\\x9f\\\\x1f\\\\xe3M\\\\x995\\\\xd7\\\\x8f\\\\x85br\\\\xf9\\\\xd49\\\\xb9\\\\x90\\\\x91SS?\\\\xfc\\\\x1d\\\\xcd\\\\x1f^\\\\xe6A=n\\\\xfcG\\\\xc7=\\\\xd04\\\\x7f\\\\xc9\\\\'\\\\xc3\\\\x06\\\\xe4\\\\x1d&\\\\xec\\\\xc8\\\\x18\\\\xd0x\\\\xa5\\\\xff\\\\x00\\\\xd4\\\\xaeS\\\\xfam\\\\\\\\\\\\x7f\\\\xc7+\\\\xb5\\\\xednj\\\\xa4\\\\xc6\\\\xc8\\\\xa1/\\\\r`5\\\\x85-{\\\\xa0\\\\x86\\\\x00(\\\\xf5\\\\x01\\\\x13\\\\x1dk\\\\x11\\\\x01v6\\\\x84z\\\\x9e\\\\xde}\\\\xc9\\\\x13\\\\xd4 \\\\xee\\\\xec\\\\x12\\\\'3\\\\x1cn\\\\x1d4ar\\\\x15\\\\xf2\\\\x1cw+Xz2m\\\\xa8S\\\\xeeU[zv\\\\x89.\\\\x90A\\\\x90N\\\\x91\\\\xafZ{\\\\xb9\\\\x9b\\\\x11\\\\x10\\\\x12\\\\xd6\\\\x0e\\\\x04\\\\xd1\\\\xfb3\\\\xf3Ul\\\\x88\\\\xdc$\\\\x9a\\\\x10\\\\xaf\\\\xef\\\\x8ds\\\\xf8\\\\\\\\\\\\x97\\\\xc7~;\\\\xc5`\\\\xe3\\\\xfeU+\\\\xa3\\\\xf2\\\\xfc\\\\x85;w\\\\xd8\\\\xb6,\\\\x16(\\\\xa2H\\\\xd4\\\\x93\\\\'\\\\xaa\\\\xdb\\\\xbd\\\\xf4n\\\\xc2\\\\xde\\\\xdc\\\\x02\\\\x062\\\\xcc\\\\xe2\\\\xf4\\\\xfa+\\\\xb6\\\\xed\\\\xe9\\\\x06Y\\\\xe4\\\\x9c\\\\xf1\\\\xb8\\\\xe6\\\\xc6\\\\xdb~\\\\xd1\\\\x90\\\\xf4\\\\xd8\\\\x1e\\\\x97\\\\xb4\\\\x7f\\\\xcb\\\\x81\\\\xe8B>\\\\x83\\\\xbfM\\\\xb3\\\\xf1\\\\xc6\\\\xc1\\\\x17\\\\x00\\\\xd5 \\\\\\\\j\\\\xc9\\\\xb0\\\\x07\\\\xee\\\\xa3\\\\xdc%\\\\xf2\\\\x0bJq\\\\xef\\\\x93\\\\x93g#\\\\x9a=\\\\xed\\\\xcc\\\\xc9B\\\\x01\\\\x15VI\\\\x9f\\\\xe5\\\\xe92g\\\\xbfX\\\\xf76\\\\xf3\\\\xbb3\\\\xb9\\\\xbd\\\\xea&DPzC\\\\xf2WmCP\\\\xd2\\\\xcc\\\\x11;\\\\xf8\\\\xf6\\\\xa7\\\\x03\\\\xdd]\\\\xc6\\\\x85`\\\\xadj\\\\xc0\\\\t\\\\xf4\\\\x07\\\\xc8ur{\\\\x1b\\\\x96\\\\xf6\\\\xde\\\\xee0v\\\\'!\\\\xdf\\\\xfd&\\\\\\\\\\\\x84E\\\\x10\\\\x1fp\\\\xfb\\\\xc5\\\\xab\\\\xb9\\\\x9e\\\\xa5\\\\x04Wp\\\\xf4\\\\x92\\\\xbe[N\\\\x82:\\\\xc5\\\\x95\\\\xc8\\\\x89\\\\xbcd\\\\xf1\\\\xc0K\\\\xec\\\\xd9%\\\\rd\\\\xf6)\\\\x1b\\\\x8a\"\\\\xb5@8]]m;dG\\\\x89\\\\x8f\\\\x03\\\\xf4\\\\xebB\\\\xcd\\\\xd3\\\\x10%\\\\x0f[b\\\\xf4z}\\\\x8aM\\\\xd8P\\\\xe4\\\\xa0\\\\x8c`\\\\x87uT\\\\xa5\\\\x02\\\\xcbC\\\\xb0\\\\x08\\\\xad\\\\xaa\\\\x90X\\\\x89;\\\\x89e\\\\xd2GR,\\\\x81\\\\xfa\\\\xc5\\\\x818\\\\x068T\\\\xb6l\\\\x92\\\\xee\\\\x05pRk1c\\\\x12\\\\x08\\\\xfe \\\\xc3\\\\xc5|\\\\xbe\\\\x87\\\\xe8z\\\\xebri\\\\x17\\\\xee\\\\xfcv\\\\xa8\\\\xd3TB\\\\xa2\\\\xab%H\\\\x05\\\\x9a)\\\\xf2\\\\xd2d\\\\x9e\\\\xb56\\\\xe4F\\\\x80\\\\xb9\\\\xcb\\\\x97j\\\\x19\\\\x10\\\\\\\\\\\\xe0\\\\n\\\\xe6\\\\xaf\\\\xd6?\\\\xd0\\\\xae;\\\\xe6\\\\xaf\\\\x91\\\\xf3\\\\x1e\\\\x1f\\\\x12~KnMi\\\\x95R6\\\\xf4\\\\xcaA\\\\x11\\\\xe9c*@\\\\x1e\\\\x00\\\\xf5gl\\\\x0e\\\\xe2\\\\x12\\\\x11gzf\\\\xfe+;\\\\xe46Z\\\\xc7\\\\xb81\\\\\\\\\\\\x81w\\\\x15\\\\xfd7~\\\\x07\\\\xb60\\\\xff\\\\x00/i[p\\\\xcal!\\\\x81\\\\x86\\\\xdf2Vc\\\\xb6\\\\xa2c^\\\\x9dgc\\\\xed\\\\x12Z\\\\xb9\\\\xac\\\\xe8\\\\xc1\\\\x82\\\\xd6\\\\x94\\\\x17-mJ\\\\xde\\\\x98\\\\xad\\\\xddZ6\\\\xea\\\\x16G\\\\x91\\\\xf3\\\\xf0\\\\xea\\\\xec[P)\\\\xb8x-\\\\x1c\\\\xbf7\\\\xc6p\\\\x15\\\\xb5\\\\xb9w\\\\xad\\\\xb6\\\\xb30\\\\xaa\\\\xb4\\\\x05\\\\x8d\\\\xab\\\\xe3\\\\xa0\\\\r\\\\x13:\\\\x88\\\\xd3\\\\xc7\\\\xaa{\\\\xaf\\\\x90\\\\xb7\\\\xb7%\\\\xcdF\\\\x1dR\\\\'u\\\\xc3\\\\x01\\\\xde\\\\xa9\\\\x0f\\\\x91\\\\xfe\\\\xaa\\\\xe7e\\\\x16>\\\\xf2b\\\\x14\\\\xdb\\\\xed-\\\\x13\\\\x0e\\\\x80@,{L\\\\x9f-GX#\\\\xe5.\\\\xde\\\\xae\\\\x07\\\\xc7\\\\x8ej\\\\x85\\\\xf2#Wt\\\\xb1\\\\xff\\\\x00\\\\xe9S/\\\\xff\\\\x00\\\\xae_\\\\xfeS\\\\x7f\\\\xeeug\\\\xfc\\\\xdb\\\\xff\\\\x00\\\\xee\\\\xf2\\\\x0b;Ty/\\\\xff\\\\xd6\\\\xe6\\\\x0c^o\\\\x1d,\\\\xab\\\\x1c\\\\n\\\\xf2\\\\x18\\\\x95#6\\\\xc469 \\\\xc3$O}\\\\x0e\\\\xa7\\\\xbe\\\\x9d\\\\xfa\\\\xf3@\\\\x1dK\\\\xe3P\\\\xdc\\\\xb5\\\\x07\\\\xe5g\\\\xc9\\\\xe7\\\\xa6O \\\\x81rMuc\\\\x8d\\\\xd4b+\\\\x00\\\\xf1\\\\xf8B\\\\x03\\\\x1f\\\\x89\\\\xa4\\\\xc8\\\\x8d:\\\\x91\\\\x1c\\\\xdf\\\\x0c\\\\x92\\\\xe7}\\\\xcb\\\\x043\\\\x94\\\\xf721\\\\xaa\\\\x0fC<\\\\x85\\\\xb2\\\\xe2\\\\x14\\\\x90\\\\xb1\\\\x01AR\\\\xa7]|\\\\xa7\\\\xc4yt\\\\x02\\\\x0eh\\\\xa2wL\\\\xa2\\\\xd2S8\\\\xea\\\\x9c%\\\\xb6\\\\xdb\\\\x90\\\\x96\\\\xa5MP\\\\x1e\\\\xe3\\\\xc3\\\\xa9\\\\x82\\\\x01X \\\\x00\\\\xa2 xA\\\\xd3\\\\xa3\\\\xb8B\\\\x18v\\\\xba\\\\xb8\\\\xb8\\\\x9b\\\\xdf;\\\\x8f\\\\x16d*]\\\\xf9t\\\\xff\\\\x00\\\\x97\\\\xf8}/\"U\\\\x88\\\\xf3\\\\xf0\\\\xf2\\\\xfa\\\\xf5\\\\xd1\\\\x1a\\\\xa2\\\\xc5j\\\\xd9\\\\x90\\\\x9cX\\\\xd5W\\\\\\\\\\\\x8e%T\\\\xf2\\\\x8a\\\\x02\\\\x82\\\\x01cPw\\\\x0bX\\\\xd0i \\\\x82N\\\\x84\\\\xc9\\\\xed\\\\xe7\\\\xd2\\\\x80y2\\\\xabv\\\\x0cP\\\\xea\\\\xdc\\\\x8b\\\\x08\\\\x82iB\\\\x1c\\\\xac\\\\x12\\\\ts\\\\x01B\\\\x8e\\\\xc3\\\\xbfa\\\\xdf\\\\xa9\\\\x84\\\\xb2\\\\xc1\\\\x94\\\\xdb\\\\x0eG\\\\x8a\\\\xedo\\\\xf6\\\\xbb\\\\xf14\\\\xe5\\\\x0f;\\\\xf3k31.\\\\xcc\\\\xf8\\\\xb6V6>\\\\'\\\\x0be\\\\xd6cd[\\\\xf9\\\\x94$]\\\\x8c\\\\xc8A\\\\x94#\\\\xea|\\\\xa3\\\\xc7\\\\x0b\\\\xe5\\\\xa53\\\\x03\\\\xa4\\\\xc6Q4 \\\\xd0\\\\x97\\\\x14n\\\\xcek\\\\xd6\\\\xfc%\\\\xa0I\\\\x93\\\\xb4\\\\x837\\\\x8a\\\\xfa3\\\\xc5pYc\\\\x8f7&a\\\\xcbL,\\\\x9d\\\\xc9w\\\\xbc\\\\xc4\\\\x81x\\\\x0cV\\\\xad\\\\xda\\\\xb4\\\\x03\\\\xdd\\\\xbcw\\\\x03\\\\xd7\\\\x99\\\\x1b\\\\t\\\\x18j\\\\x88\\\\xf4\\\\xc0\\\\x81C\\\\xcf\\\\x90\\\\xcf\\\\xafz\\\\xf5&\\\\xe1\\\\x94L\\\\x89t\\\\xa3\\\\x9f\\\\x9c\\\\xabm\\\\x8ar\\\\xac\\\\xa4#\\\\x8a\\\\xcdh\\\\x19J\\\\xa9V\\\\x067\\\\x92\\\\x0e\\\\xd7\\\\x07q\\\\x1f\\\\xb8\\\\t4%\\\\x10\\\\xf5?o\\\\xaf,\\\\xd5c\"0\\\\xaf\\\\x1c\\\\xd6\\\\xee;>\\\\xab\\\\x14\\\\xd3}6\"\\\\xfb\\\\rjd\\\\xa0\\\\xf6K\\\\x98\\\\x00\\\\x1d\\\\xcaJ\\\\xa4\\\\x12\\\\x00i\\\\xd4\\\\xea\\\\x16zM\\\\xcb\\\\x80\\\\x11\\\\x12M8\\\\x1d\\\\xddS\\\\x85\\\\xc1 \\\\xec\\\\xe1NG\\\\xc0\\\\x19xM\\\\x9f\\\\x93\\\\xed\\\\xe0\\\\xae\\\\xea(\\\\xca\\\\xaa\\\\xb9f\\\\xb4\\\\x88\\\\x15\\\\xb4.\\\\x8b\\\\xac\\\\x82\\\\xc2\\\\x01\\\\xf2\\\\xd3\\\\xaa\\\\xf6\\\\xbd\\\\xb9\\\\xdd\\\\x11\\\\xbb\" \\\\xc7\\\\x00\\\\xfa\\\\x8e@\\\\xf4\\\\\\\\u\\\\x00L@G\\\\x97\\\\x10U@\\\\x16\\\\xddux\\\\xe5+\\\\xd9r\\\\xae\\\\xe6m\\\\xc4*\\\\x9d\\\\xbbA$\\\\x18\\\\x1fI\\\\x9e\\\\xae\\\\r\\\\xb0\\\\x9cD\\\\t:H\\\\xc41/\\\\x85\\\\x06|\\\\xb1\\\\xa6(K\\\\xc4\\\\xbbW\\\\x92\\\\x95\\\\x83B#\\\\x1c\\\\x01b\\\\x8c\\\\xaa\\\\x8e\\\\xfa\\\\xd0\\\\xcc\\\\xb5A\\\\xbdL\\\\xc4\\\\x8d`\\\\xe8I\\\\x9e\\\\xabl\\\\xadj\\\\xd5i\\\\xc6\\\\xb8d\\\\xc4\\\\x03\\\\x17bNT\\\\xcc\\\\x94\\\\xfc\\\\x08l\\\\xfc\\\\x8f\\\\xf2\\\\x88\\\\x80)u\\\\rb;\\\\xb1 \\\\r\\\\xfb\\\\xb6\\\\x89\\\\xec5\\\\xef\\\\xafW\\\\xe3\\\\x18[?\\\\xb0&\\\\xa2\\\\x85\\\\xfcYf\\\\xacmQ\\\\xc9V\\\\x11\\\\xbd\\\\xcb\\\\x81\\\\x82\\\\xc6\\\\x86\\\\x00/\\\\xb7\\\\'l\\\\xa3n\\\\x99\\\\'\\\\xd2#\\\\xa0\\\\xde\\\\\\\\\\\\x8c\"\\\\xe1\\\\xc1\\\\x97m{\\\\xf9\\\\x1e\\\\x87*\\\\xaa\\\\xf6\"\\\\xe6\\\\x9c\\\\xdf\\\\x8c\\\\x95\\\\x8d\\\\x82\\\\xa9\\\\x97w\\\\x1cQ\\\\x15+j]\\\\x86K\\\\x04{\\\\x97h]\\\\x8d\\\\xb9\\\\xc0v\\\\x1d\\\\xa3O11\\\\xde\\\\xb1\\\\x81\\\\x91\\\\x8e\\\\x006,\\\\xe6\\\\x9d\\\\x95#\\\\xaa\\\\xb1\\\\x16.K\\\\xf1\\\\xd5\\\\x1a6\\\\xe3ad\\\\xaeIv\\\\xca\\\\xa6\\\\x8b\\\\x05;\\\\xae\\\\x03\\\\xdc\\\\xa4\\\\xd8w#\\\\xa7\\\\xa5K\\\\x01\\\\'MO\\\\xd6:\\\\xd1\\\\x8d\\\\xdb6d$\\\\x06\\\\xa0\\\\x0b\\\\x0eq\\\\xd4}2\\\\x14\\\\x04\\\\xb7$\\\\x93\\\\x12s`\\\\x89b\\\\xdb\\\\x8dr\\\\xe5S\\\\x89\\\\xef\\\\x87\\\\xdd6\\\\xb3\\\\xd6\\\\xe8 \\\\x1d\\\\xa0ne\\\\x8d`\\\\x93\\\\x04\\\\x9e\\\\xafX\\\\x16\\\\x84\\\\'\\\\x0bbUwq\\\\xc8\\\\xe0\\\\xfeg\\\\x9e\\\\x19!\\\\x96\\\\xa2\\\\xd9\\\\x15\\\\x9dl\\\\xc1\\\\xd2\\\\xac\\\\xeb\\\\xd2\\\\xbb\\\\xf3=hj\\\\x0c\\\\x12k\\\\xd6\\\\x01o\\\\xfb\\\\xbdD\\\\xe6\"ZE\\\\xdc\\\\x02\\\\xd1\\\\x19\\\\x8f\\\\xe1213f\\\\xa7R\\\\xbe~\\\\xff\\\\x00\\\\xbd\\\\x7f\\\\xd6\\\\x7f\\\\xd2\\\\xf3\\\\xf0._\\\\xe04\\\\xe5\\\\xd7\\\\xcf\\\\xfc\\\\xe3\\\\x9c,\\\\xb7\\\\xf1X\\\\xc8\\\\x86\\\\xbe9=-U\\\\xb6\\\\xdd\\\\xb4\\\\xac\\\\xc7u\\\\x04\\\\x9e\\\\xfd\\\\xba\\\\xb7\\\\xb6\\\\x94d$\\\\xc3I\\\\x91r\\\\x1b\\\\x0eEu\\\\xfd#L\\\\x81s\\\\xc6\\\\x0b\\\\xe2?\"\\\\x8bZY[\\\\xfaeHXY,F\\\\xb2d\\\\xf7$w\\\\xeb{j\\\\x0b\\\\xe1\\\\x87\\\\x83s\\\\xfe\\\\x15)\\\\xdd\\\\x07\\\\xbdV\\\\xbc\\\\x9d2\\\\xee\\\\x0b\\\\xab\\\\x162\\\\t\\\\x1d\\\\x803\\\\xa1\\\\xf1\\\\x9e\\\\xbd\\\\x15\\\\x9b\\\\x94\\\\n\\\\xb8\\\\xb8\\\\xc8U\\\\xd5\\\\x0b1\\\\xd8\\\\xb5dG{Lz\\\\xb6\\\\xc4\\\\x9dG\\\\xf6\\\\x8e\\\\x9f\\\\x19\\\\xb4\\\\x91\\\\x8b\\\\x9e\\\\xa4\\\\xad\\\\x96\\\\xff\\\\x00\\\\x97W5\\\\xc4*\\\\xb7\\\\xa8\\\\x01\\\\xe6 \\\\x8d@\\\\xfbz\\\\xbf\\\\x12Hr\\\\xb4\\\\xf6\\\\xe3^=\\\\x10\\\\xbb\\\\xbf0\\\\xd6YZ\\\\x97\\\\x0f\\\\xf8w\\\\x92\\\\t\\\\x1b\\\\x00f\\\\xeeDxk\\\\xdf\\\\xc3\\\\xc7\\\\xa9*\\\\xf4LX\\\\x15\\\\t1\\\\xdb#\\\\xdc\\\\xd4+\\\\xaa\\\\x81\\\\xe2bD\\\\x80\"\\\\x14\\\\x03\\\\xd8\\\\xfd~\\\\xde\\\\xa1\\\\x9d2S\\\\x11Z\\\\xacR2\\\\x05u\\\\xd8\\\\x02\\\\x96\\\\xda\\\\xa4\\\\x0fN\\\\xa6F\\\\x83p3\\\\xda>\\\\xee\\\\xa0\\\\xe2\\\\xa4\\\\x1a:7\\\\x8a\\\\xe8\\\\xe0\\\\xd4QT\\\\x9d\\\\xaa\\\\xf6B\\\\x82|H*{\\\\x90t\\\\xf3\\\\x1d\\\\x13\\\\xaa\\\\x97\\\\xa2c\\\\xea\\\\x07\\\\xbb\\\\x8c\\\\x10\\\\x9b\\\\xabZ\\\\xed*\\\\xd4\\\\xc7\\\\xb4I\\\\xb03hUN\\\\x80\\\\x90~\\\\x91\\\\x02<5\\\\xea\\\\x08V\\\\xa2^.\\\\xf8\\\\xa2\\\\xf4\\\\xe4\\\\x1cz\\\\xd9\\\\xda\\\\xa7\\\\x02\\\\xb5P\\\\x1c\\\\x99\\\\x83\\\\xb6J\\\\xa9\\\\xd0\\\\xc6\\\\xd1\\\\xa0\\\\xfbz\\\\xe2\\\\x1cUT\\\\xbbh\\\\\\\\,\\\\x08W\\\\x97\\\\xe9g\\\\xeaS\\\\xf1w\\\\xd5\\\\xc5\\\\xf2l\\\\xff\\\\x00\\\\xd3lh\\\\xa5\\\\xcf\\\\xe3\\\\xa5\\\\x88\\\\x95#\\\\xc8k\\\\xd7\\\\x9b\\\\xf9\\\\x7f\\\\x89\\\\x07\\\\xfe{b\\\\xa3\\\\x11\\\\xcf\\\\xa8\\\\xeb\\\\xf5X?%\\\\xb06\\\\xce\\\\xa8\\\\x9a\\\\x1cWj\\\\xfcc\\\\x97e4\\\\xbd\\\\xb7\\\\x9b\\\\xb1\\\\x8a\\\\x84\\\\x1b5\\\\x0e;\\\\xa3\\\\x97\\\\xb0\\\\xfa\\\\x80\\\\xd3\\\\xb7o\\\\x0e\\\\xb1v\\\\xfb\\\\x99\\\\x08\\\\xb9s\\\\x97\\\\xe1y\\\\xb9\\\\xd9b\\\\xd8q\\\\xc5\\\\x13o#\\\\x8b~S\\\\xa2c\\\\xb2\\\\xd6+Y6Z\\\\n\\\\xa2\\\\xedR_\\\\xd45>\\\\x06[A\\\\xf6u\\\\xa0I\\\\x93d\\\\xa9\\\\xce<\\\\x92&_\\\\x11\\\\x9b\\\\xf9\\\\xb6\\\\xb0\\\\x93\\\\x8c\\\\xc2\\\\x15wA\\\\x92gh H3\\\\xe3>}.\\\\xe5\\\\x91p\\\\x07&\\\\x9cU+\\\\xf5%\\\\x96\\\\xb7\\\\xc8~-\\\\xda\\\\xac\\\\xbe@[n\\\\xd2\\\\xfb\\\\xa9\\\\x99U\\\\xb0\\\\x81\\\\xa4\\\\x02F\\\\x93\\\\x03\\\\xb9\\\\xfe\\\\xfc\\\\xe9\\\\xcb\\\\xdb#\\\\xd5\\\\x9e^J\\\\xe4$\\\\xddT\\\\xbb-\\\\xc5\\\\xe5\\\\xa8\\\\x16c\\\\x12\\\\x1a\\\\xbf]\\\\x8a\\\\xe0@u\\\\xf4\\\\x01\\\\x1a\\\\x1d$k\\\\xf5\\\\x92:\\\\xbf\\\\x1b\\\\x8fW\\\\xc5*q\\\\x8c\\\\x8br\\\\xfa\\\\xe4\\\\xabNK\\\\x89\\\\xe4)\\\\xb3 5\\\\x04\\\\xfb\\\\xccD\\\\xb3~5I\\\\xdc`\\\\xea\\\\x0c\\\\x8f>\\\\x938HaQ\\\\x9fbI\\\\rL?\\\\x84\\\\x17\\\\x13\\\\xf3\\\\x18\\\\xf9\\\\x15\\\\xd2k\\\\xb5v\\\\x80-pt\\\\x01\\\\x8f\\\\xf0\\\\xc6\\\\xa7] \\\\xeb\\\\xd5\\\\x0fT$D\\\\x9c\\\\xc4\\\\xd0w\\\\xa6\\\\x82\\\\x1a\\\\x80\\\\n\\\\xf6x\\\\xa7\\\\\\\\\\\\\\\\Krk98\\\\xd9\\\\x8bu\\\\x94\\\\x89\\\\xb3\\\\x18\\\\x02wL\\\\x15 \\\\x1d\\\\x010tn\\\\xe7\\\\xeb\\\\xd8om\\\\xe4G\\\\xfcSfjvy\\\\xa7\\\\xdb\\\\x90pH\\\\xc5Y\\\\xdf\\\\r\\\\xc2\\\\xb9.\\\\xbe\\\\xf7M\\\\xb0\\\\x19\\\\t0\\\\xc3\\\\xf9\\\\x84\\\\x18\\\\x96\\\\x9f\\\\x08\\\\x98\\\\xeb(\\\\xc6F\\\\xe4\\\\xb5\\\\x0c\\\\xce5Z\\\\xf6(Ey\\\\'\\\\xfcz\\\\x96\\\\xa4\\\\x87*\\\\x11=\\\\r\\\\xdc\\\\x92\\\\x01,\\\\xb13\\\\xfc=\\\\xb4\\\\x93\\\\xd5\\\\xab@\\\\x1cr\\\\x1d\\\\xea\\\\xe4\\\\x9c\\\\xe4\\\\xa5]\\\\x8a\\\\xa3\\\\xd8Z\\\\x1a\\\\xd76\\\\x05dH\\\\x12A\\\\x10$\\\\x18=\\\\xcc\\\\xff\\\\x00\\\\x87N1\\\\x00\\\\x02\\\\x0b\\\\xf9QF\\\\x06\\\\xaa_+\\\\xf2O\\\\x94?\\\\xc1\\\\xcf\\\\xc3,\\\\xe6,\\\\xa3\\\\xe2A\\\\xfd\\\\xca\\\\xb8\\\\xf4E \\\\xd8\\\\x0c\\\\xc2\\\\xbbj\\\\x15\\\\xa7Pz\\\\xb1\\\\xaeW\"-\\\\x190\\\\xca\\\\x9e_\\\\xda]\\\\xdb\\\\xb2\\\\x00\\\\xd5sk\\\\xf0\\\\x98\\\\xfc\\\\x96n?\\\\x14y\\\\n\\\\xf8\\\\xe3\\\\x93\\\\x95]6fd\\\\xb6\\\\xda\\\\xab7\\\\x19[_i:\\\\x0e\\\\xff\\\\x00\\\\xe4z\\\\xafn\\\\xccn\\\\x1flI\\\\xab^U\\\\xe6\\\\xb3\\\\'Y\\\\x02h\\\\n^\\\\xcc\\\\xf8\\\\xca`\\\\xf2y\\\\x98\\\\xf7\\\\xdf_!F5\\\\xafZ\\\\xe5\\\\xe3.\\\\xda\\\\xacD;C):\\\\x90H\\\\xd4\\\\xeb2:lmF3i\\\\xbb\\\\x0eL\\\\xdd\\\\x10\\\\\\\\\\\\x06\\\\xb1\\\\x07\\\\xc5h^6\\\\xeboOX\\\\xae\\\\xbcv\\\\x8cz\\\\x83n\\\\xd8\\\\x8d\\\\xac\\\\x18\\\\x9d\\\\xd0I\\\\xf11\\\\xd5\\\\xfbc]\\\\xca\\\\x9a\\\\x0c\\\\x064\\\\xcc\\\\x14\\\\xa9\\\\x12\"\\\\x15\\\\xb1\\\\x8a\\\\xdc\\\\x07\\\\x1d\\\\xf1\\\\xdb\\\\xc5\\\\xf9T\\\\xe4gf\\\\xda\\\\xab\\\\x8f\\\\x97XR\\\\x97\"\\\\x8f\\\\xe6W\\\\x07@Cv\\\\xd3\\\\xf7\\\\x8e\\\\xb5g\\\\xa66\\\\xd8w)\\\\xb7\\\\xa3\\\\x1cY\\\\x0b\\\\xab\\\\x93\\\\xc0\\\\xa2\\\\xbc\\\\x7fn\\\\xabq\\\\xf2\\\\xd5\\\\xa4\\\\xb5JU\\\\x90\\\\x83\\\\xe9\\\\x0cL\\\\xc1\\\\x1b\\\\xbc\\\\xbaG\\\\xba\"\\\\xc4\\\\x06%2#\\\\x12\\\\x03\\\\xa6\\\\xfe+\\\\x0b\\\\xe4\\\\x1c\\\\xf70px\\\\xac_{\\\\n\\\\xdbV\\\\xd6\\\\xae\\\\xfa\\\\xe7A\\\\xda\\\\xcb\\\\x1c(*A\\\\x83\\\\xa7\\\\x7f\\\\xbb\\\\xa6\\\\xca\\\\xf8\\\\x04\\\\x87\\\\xc3\\\\x9al#\"\\\\xce\\\\x18qU\\\\xd7\\\\x7f\\\\x07\\\\xfd:\\\\xc4\\\\xf8{\\\\xd3\\\\xc9\\\\xf2\\\\x96Q\\\\x97\\\\xce\\\\xd5\\\\xb7)\\\\xb2l\\\\xafg\\\\xb4\\\\xee\\\\x0c\\\\x1a\\\\x82\\\\x06\\\\x12\\\\xa0\\\\x10I\\\\xfbL\\\\x1d:\\\\xc4\\\\xdf\\\\xee\\\\xa2bD\\\\x8e*\\\\xfd\\\\x8b~\\\\xa1\\\\xc1_E\\\\xbe?\\\\xf2.;\\\\xe4\\\\x9c\\\\x16&n\\\\x13\\\\xfb\\\\xf6\\\\xd7Z\\\\xd7\\\\x93\\\\x8c\\\\xc4\\\\x0b\\\\x11\\\\xd5@2$\\\\xe8{\\\\x83?\\\\xbf\\\\xac\\\\xcfv\\\\xdd\\\\xcb\\\\x0c+(\\\\xd1\\\\xb3#\\\\x98[ \\\\xb1\\\\xe7\\\\xf6Cn\\\\xab6\\\\xfc\\\\x85U\\\\n1l\\\\xde\\\\x08\\\\xd0\\\\x15\\\\x11\\\\x00\\\\t\\\\x1a\\\\x10gl\\\\x88\\\\xeb\\\\x02q:\\\\x9f/4\\\\xd1 V\\\\'\\\\x02\\\\xea\\\\xf2\\\\xad\"\\\\xc7\\\\xab\\\\x18E\\\\xd5\\\\xa5\\\\xf0F\\\\xff\\\\x00\\\\xc6K6\\\\xae\\\\xb0D\\\\xf9yt>\\\\xddH\\\\x07H\\\\xff\\\\x00\\\\xcb\\\\xc7\\\\xb5\\\\x16\\\\x08nM\\\\xb68\\\\xb2\\\\xbb\\\\xea7\\\\xb1\\\\xb4\\\\xb5y(\\\\x00J\\\\x84\\\\xa9\\\\x90\\\\xaf\\\\xdf^\\\\xd2\\\\x0e\\\\xa3\\\\xaa\\\\xa6\\\\xe5\\\\xd2}U\\\\x0f\\\\x88\\\\xfc+\\\\x11\\\\x115\\\\xe4\\\\x10\\\\xaeC\\\\n\\\\xbc\\\\x8bj\\\\xbb\\\\xde\\\\xc9lNN\\\\xf7\\\\xc3\\\\xc9P\\\\x05\\\\xd7cRSs,\\\\x95\\\\x15\\\\xa7\\\\xa8J\\\\xc00\\\\t\\\\xfa@\\\\xdd\\\\xb1h\\\\xc8H\\\\xbbH\\\\x98\\\\xb6$\\\\x00;\\\\x80\\\\xeeD%*\\\\x06\\\\xe3\\\\x9fr\\\\xae\\\\xf0h\\\\xab\\\\x08\\\\xdb\\\\x93\\\\x9b\\\\xc4\\\\xfek\\\\x8f\\\\xccL\\\\x84\\\\xe2\\\\xe9\\\\xb2\\\\xd4\\\\x1e\\\\xd5\\\\xd4\\\\xa8ad\\\\x163\\\\xb0\\\\x13\\\\xff\\\\x00\\\\xb6`\\\\x00z\\\\xc8\\\\xdb\\\\xda\\\\x8d\\\\xb8OT^2\\\\xd5\\\\xa4=cL\\\\xabO\\\\xba\\\\xb4Ip\\\\xdd\\\\xebe\\\\\\\\\\\\xcf\\\\xc78\\\\xee?\\\\xdc\\\\xc9\\\\xaf sa\\\\x9dO)\\\\x95eg\\\\x15\\\\x1e\\\\xd7J\\\\x99\\\\x8a\\\\xb3x\\\\xd4\\\\x806\\\\xfd\\\\x18\\\\xfd:\\\\xd2\\\\xd8o\\\\xac\\\\x0bq\\\\xb5\\\\x1dF\\\\xe0\\\\xcc\\\\xd49-\\\\x86T\\\\xe6\\\\xee\\\\xbaV\\\\xe7#\\\\xe7L{\\\\xd55\\\\xfe\\\\xe2\\\\xbe\\\\x15\\\\xc3\\\\xd9\\\\xc5b]\\\\xc5\\\\xe3\\\\xe2\\\\xf1\\\\x94\\\\xfc^\\\\xbcjq9\\\\n))\\\\xf9\\\\xca\\\\xb2@vk@fSk\\\\x1b\\\\x04\\\\x91\\\\xa6\\\\xbdY\\\\xf9YB\\\\xf5\\\\xc1\\\\x0fH\\\\x10\\\\x00\\\\x06\\\\x0cd\\\\xfc\\\\xea\\\\xcf\\\\xcd\\\\xa8\\\\x95\\\\x1bf129\\\\xd6\\\\xab\\\\x94\\\\xb0\\\\xf2\\\\xf9\\\\x0e+/\\\\x1a\\\\xde\\\\x1e\\\\xfb\\\\xb8\\\\x8a\\\\xb8\\\\xebl\\\\xab\\\\x1b6\\\\xb2\\\\x12\\\\xc5.H%\\\\xadP\\\\xaa\\\\xdd\\\\xc9#\\\\xc4\\\\x18\\\\x8e\\\\x97\\\\xae\\\\xe5\\\\xa9F1\\\\r\\\\x11B[\\\\xef\\\\x9aO\\\\xb7G8\\\\xd0\\\\xd1u\\\\x17\\\\xc7\\\\xb9/\\\\xd5\\\\xbf\\\\xd4\\\\xae\\\\x07\"\\\\xbc<\\\\x1as10\\\\xb0\\\\x82g\\\\xf2\\\\x9b\\\\x16\\\\x87\\\\xca\\\\xae\\\\xb5i\\\\xd9a\\\\xdb\\\\xb8\\\\x8f\\\\xe2\\\\x1d\\\\xe7\\\\xab\\\\xb6\\\\xe7;\\\\xb1\\\\xd5\\\\x90\\\\xc4\\\\xf3O\\\\x96\\\\xe2s\\\\x8e\\\\x87\\\\x7f\\\\xaap\\\\xf8\\\\xaf\\\\xc2~KM5q9\\\\xb8w\\\\xbb\\\\xdc\\\\xc2\\\\xe4\\\\xc7\\\\x7f\\\\xe6\\\\xbb\\\\xb0P\\\\xc01mH\\\\xdb\\\\xbb@\\\\x7fn\\\\xbd[\\\\xb1v\\\\'\\\\xd3\\\\x1fQ\\\\xe4\\\\xd5=\\\\x8a\\\\x9c\\\\xb6\\\\xf32v\\\\xef9+\\\\xa3\\\\x17\\\\xe2\\\\x1c\\\\xa7\\\\xe5\\\\xec\\\\xf7\\\\xaf\\\\\\\\5\\\\xcd\\\\xdbvN#TK\\\\x02\\\\xaa\\\\x02\\\\x94-\\\\xb4\\\\xee\\\\x00\\\\x0e\\\\xff\\\\x00\\\\xe1\\\\xd5\\\\x1b\\\\xff\\\\x00$ LL\\\\x0b\\\\xf6\\\\'[\\\\xd9\\\\x90\\\\x03\\\\xc9=\\\\xe0p8X+M\\\\xf5R\\\\xd4{\\\\x81I\\\\xc9b\\\\xc3{\\\\r\\\\xa5\\\\x88\\\\x1aA$}\\\\xc4\\\\xe8\\\\x06\\\\xbd$_\\\\x84\\\\xc0\\\\x9c\\\\xa2C\\\\xe7\\\\x85B|\\\\xac\\\\xe9\\\\t\\\\x9f7\\\\x89\\\\xbf\\\\'\\\\x00\\\\xda\\\\xbb\\\\xff\\\\x00-i\\\\x0elK\\\\x19\\\\x1dI\\\\xfc\\\\'r\\\\xeb\\\\x00\\\\xfe\\\\xee\\\\xaf\\\\xdf\\\\xf8\\\\xbb\\\\x97l{\\\\xa0\\\\xfa1\\\\xc7\\\\xba\\\\xa7\\\\x90K}#\\\\x05\\\\x02\\\\x8b\\\\xb2\\\\x83-9\\\\x97\\\\xd4\\\\x96R\\\\xcc\\\\x17]\\\\xecD\\\\xe8\\\\xc1\\\\x01\\\\x10#\\\\xb1\\\\xd3_\\\\x0e\\\\xb2#\\\\xba\\\\x9c.\\\\x88\\\\\\\\\\\\xb8\\\\x03R\\\\xbe\\\\xa3\\\\xd1\\\\x83\\\\xf8&\\\\x0bn(\\\\xfc\\\\xf9)\\\\xb6\\\\xff\\\\x00Rt\\\\xb2\\\\xb54U]\\\\xb0\\\\x16\\\\xc7Ff0N\\\\xe60\\\\xe0\\\\x01\\\\x1d\\\\xb4\\\\xebB[\\\\x8b\\\\xba%\\\\x1a1!\\\\x8f\\\\xd7:.\\\\xf6\\\\x89\\\\x00\\\\x90\\\\xc5\\\\x03\\\\xe6M\\\\xacS\\\\x1f7\\\\x01n\\\\xe3\\\\\\\\\\\\xb1K1A{\\\\x03\\\\x18\\\\n\\\\xc4\\\\x91\\\\xa3\\\\x1dA\\\\xd7\\\\xef\\\\xf0\\\\xeb?\\\\xe4n\\\\x99\\\\x91n\\\\xe0\\\\x1a2\\\\xd3\\\\xd79\\\\x1cT\\\\xdb\\\\xb4@2\\\\x1el\\\\x85\\\\x8c\\\\xfc\\\\xbe3\\\\x17;\\\\x8b\\\\xa2\\\\xa0\\\\xaa\\\\x8f]b\\\\xab\\\\x8f\\\\xbcT\\\\x93\\\\xb9=\\\\xb5\\\\x1a\\\\x01\\\\x10;\\\\xcc\\\\xc9\\\\xfau\\\\x9c7\\\\xc7m\\\\xaa\\\\xcb0|\\\\xfdE\\\\xc1q\\\\xa7\\\\x93\\\\xf8\\\\xa7\\\\x08\\\\x19G\\\\x17\\\\x07\\\\x1e\\\\xaa.C\\\\x0c\\\\xab\\\\xb1W\\\\x91\\\\xaa\\\\xcc+*g\\\\xa9h7\\\\x85Wk_s\\\\xbbW\\\\x0cv\\\\x98\\\\x98\\\\'\\\\xf7\\\\xf5f\\\\xfe\\\\xdc]\\\\x00\\\\xdcx\\\\x80\\\\xec\\\\xe7\\\\x17.I\\\\xfe\\\\xd2`\\\\x0cE*\\\\x85\\\\xfc\\\\x97\\\\xe4\\\\x1f\\\\x12\\\\xf8\\\\xaeb\\\\xdd\\\\x98j\\\\xc4\\\\x92\\\\x12\\\\xcc\\\\\\\\Z\\\\x83e^O\\\\xe1U\\\\xabOI3\\\\xea=\\\\xfe\\\\xc9#\\\\xa0,[\\\\xb8\\\\x0c\\\\x03\\\\xe4\\\\xc0q\\\\xe2\\\\x88\\\\x89ib\\\\xaa^C\\\\xf5\\\\xd3\\\\xe4Yvd`\\\\xfc\\\\x17\\\\xe2\\\\x0fEx\\\\x8bem\\\\xca\\\\xe4l\\\\xba\\\\xf4m]\\\\x99T0\\\\x00i\\\\xa8\\\\xd7\\\\xc6<:\\\\xbb\\\\xfeF\\\\xe2\\\\xe1{p\\\\x90\\\\x11~1\\\\x7f\\\\x04\\\\x0f\\\\x08\\\\xc7\\\\x10\\\\x1dV\\\\x9f\\\\x12\\\\xb6\\\\x9c\\\\x9eM\\\\xf9\\\\x8eg\"\\\\xceW\\\\x9e{\\\\\\\\WnI\\\\xf4\\\\xee\\\\x7fW\\\\xa7y\\\\x10H:,\\\\x1f\\\\xf1\\\\xea\\\\xef\\\\xc5{u2\\\\x1a\\\\xa6E:\\\\x1ej\\\\xb6\\\\xe1\\\\xe9\\\\x90\\\\x18\\\\xf5V\\\\x03\\\\xf1F\\\\xae\\\\x1e\\\\xe7\\\\xb6\\\\xcf\\\\xcd\\\\xf2\\\\x02\\\\xea\\\\xe9\\\\xd8\\\\xb6\\\\xc2\\\\xd0\\\\xfb\\\\x8b\\\\x94\\\\x01\\\\xb5w\\\\x05\\\\x80;F\\\\x87\\\\xf1O~\\\\x9fso\\\\xa2\\\\xc7\\\\xa9\\\\xe5\\\\'\\\\x03\\\\x1f\\\\xd7\\\\xc7\\\\xcd\\\\x94F\\\\xf079\\\\x0e8\\\\xaa\\\\xb7\\\\xbfI\\\\xb3\\\\xf1h\\\\xcb\\\\xaf\\\\x8c\\\\xcf\\\\xc3\\\\xc9\\\\xfc\\\\xc6hd\\\\xc4\\\\xb9UG\\\\xb6H\\\\xdd\\\\xeb\\\\xec\\\\xc3p\\\\xd3\\\\xb1\\\\xd7\\\\xbcu\\\\xa1\\\\xb2\\\\x85\\\\xa8\\\\\\\\\\\\xd38\\\\xc9\\\\xc8\\\\x18b\\\\x9b\\\\xa4\\\\x9e\\\\xa0+\\\\xc1\\\\xddr!6\\\\x94j\\\\xdf\\\\xd4\\\\xc0\\\\xc9\\\\x00\\\\x9dg\\\\xce:^\\\\xfa\\\\xe0\\\\xbflF\\\\xa0\\\\xc6U\\\\xcf\\\\xc7\\\\x87\\\\x057m\\\\xfb\\\\xbbv)\\\\x19\\\\x96X1\\\\xd2\\\\x9aY\\\\xce1\\\\x1e\\\\x86\\\\x81,G}`\\\\xf5[y~B\\\\xd0\\\\xb7\\\\x076\\\\xce\\\\x1c\\\\xc9\\\\xcdhJ4t&\\\\xcb\\\\xf2\\\\x97\\\\x1a\\\\xdc:\\\\xf2\\\\x1cbn\\\\xddm`\\\\x13\\\\x13\\\\xa9\\\\xd3\\\\xac\\\\x1b\\\\xdb\\\\xbd\\\\xc1\\\\xb3-\\\\xbc%/m\\\\xea\\\\x07\\\\xe14@F\\\\xa4\\\\xa8\\\\xd8\\\\xf5\\\\xd6\\\\xa4\\\\xb3\\\\x89FQ\\\\x08{\\\\x7fv\\\\x9f^\\\\x93d\\\\x8do0\\\\x19\\\\xa8\\\\x12\\\\xc5\\\\xb0#E\\\\xfa\\\\xbfJ]Z\\\\x80\\\\xf27)n\\\\xdd\\\\xcf\\\\xa7A\\\\xf4\\\\xd7\\\\xab[k\\\\x97b%n\\\\x843\\\\x87\\\\xe5Z*\\\\xf7!l\\\\x8dC\\\\x9a\\\\xd5\\\\x8c\\\\x15\\\\xdd\\\\x88M\\\\xd6\\\\xd8\\\\x04\\\\x15\\\\x80\\\\xc0\\\\x98\\\\xd3\\\\xb1\\\\xd3N\\\\x9b\\\\xb1\\\\x985.\\\\xe5\\\\xb0\\\\xf3\\\\n\\\\xbd\\\\xc8\\\\xb9`\\\\x02\\\\x93e4\\\\x15\\\\x08,\\\\xd8$\\\\x83\\\\xb7\\\\xc4\\\\x8dc\\\\xe9\\\\xd5\\\\xc1\\\\x1b2\\\\x8e\\\\x90Hc\\\\x8f?\\\\xc2\\\\x0b\\\\x90 \\\\xe5U\\\\xb5Zk(Y\\\\xc2\\\\x02`\\\\x88\\\\x07O\\\\xaf\\\\x81\\\\xea\\\\xe4e\\\\xe9\"\\\\xb5\\\\xf1J|+@\\\\xa5c\\\\xb5f\\\\xfa\\\\xc3\\\\\\\\\\\\x81\\\\x10IN\\\\xc4A\\\\x91\\\\xb4\\\\xc7y\\\\xea\\\\xe5\\\\x8c@\\\\x8c\\\\x80\\\\r\\\\x80\\\\xc7\\\\x82\\\\xba\\\\xdc\\\\x86\\\\xa7\\\\x95|\\\\x97\\\\'\\\\xff\\\\x00\\\\xb9~\\\\x17\\\\x06\\\\xcf\\\\x94\\\\xf0\\\\xfc\\\\xff\\\\x00\\\\x17\\\\x8b^8\\\\xe6\\\\xb0\\\\x8af56)V\\\\xb6\\\\x86m\\\\xceB\\\\x9d\\\\x0b\\\\x06\\\\xeeD\\\\x1d\\\\xbec\\\\xadk\\\\xbb\\\\x81r\\\\xe9\\\\xb9\\\\x11\\\\xa4rw\\\\xe9\\\\xe7\\\\xc9W\\\\xf9=\\\\x01\\\\x889qE\\\\xcc|\\\\xdb\\\\xff\\\\x00\\\\xe9\\\\xbe;/2\\\\xfcKf\\\\x8a\\\\x8d\\\\xba\\\\x90\\\\x01\\\\xd9-2H\\\\xf3\\\\x10\\\\x18\\\\xf7\\\\xfbc\\\\xaa{\\\\x9d\\\\xc0\\\\x85\\\\xb38\\\\xbd\\\\x16\\\\r\\\\xe9\\\\xbb\\\\x00\\\\xb9k\\\\xe5\\\\x1f%\\\\xb7\\\\x96\\\\xc9f\\\\xa0\\\\xec\\\\xc9\\\\xbd\\\\x8849P\\\\xaa\\\\x18\\\\x88\\\\x0cCD\\\\x89\\\\x9d?o^Kq{\\\\xdf\\\\x95\\\\x07\\\\xa7\\\\x0f5NS\\\\xc8\\\\x97*\\\\xa1\\\\xc8\\\\xce\\\\x1e\\\\xf3\\\\xdbjV\\\\x94Z\\\\n>K\\\\t\\\\t\\\\x07@cS\\\\x07\\\\xc3\\\\xc8\\\\xf9\\\\xf5f\\\\xd5\\\\xb6\\\\x0c+\\\\xc6+>s\\\\xd4\\\\\\\\\\\\x9c\\\\x16\\\\x8f\\\\xcd/\\\\x96\\\\'\\\\xff\\\\x00\\\\x8b\\\\xff\\\\x00\\\\xe4\\\\xba\\\\xb1\\\\xee\\\\xcf\\\\x88\\\\x84\\\\xbd1\\\\xe6\\\\x17\\\\xff\\\\xd7\\\\xe4~\\\\x1f\\\\x01\\\\xf1\\\\xef\\\\xb3#\"\\\\x87k\\\\x10\\\\xb1\\\\xa6\\\\xbd\\\\xa5A\\\\x0e%\\\\xcbm\\\\xd4\\\\x83\\\\xb6$w\\\\xfd\\\\xbdy\\\\x98\\\\xc4\\\\xbfj\\\\xf8\\\\x98\\\\x8d\\\\x1d\\\\x9d\\\\x96\\\\xcc\\\\xe5\\\\xb6\\\\x9b\\\\\\\\\\\\xddC{w\\\\xa0g#k4\\\\x96\\\\x0cT\\\\x124h\\\\xd3\\\\xc7B\\\\x07\\\\xd8rB\\\\\\\\\\\\xc9\\\\xd1\\\\xf3^-|fW \\\\xfe\\\\xfb&M[E\\\\x84\\\\xc1\\\\xf4\\\\t;\\\\x81\\\\xd7\\\\xa1\\\\x8b\\\\x80\\\\xea\\\\xc1\\\\x1e\\\\x87K\\\\x18X\\\\xd9_\\\\x9b\\\\xca\\\\xb2\\\\xbcg\\\\\\\\{\\\\xe5\\\\xda\\\\xa1\\\\xa5N4\\\\x90[\\\\xc5B\\\\xb1\\\\xf1\\\\xf0\\\\xf11\\\\xd4\\\\xc5\\\\x8c\\\\xba*\\\\xce\\\\xefL\\\\xd5\\\\xdb\\\\xf1\\\\x0c\\\\xfc6/\\\\x89a\\\\xaf\\\\xdfY\\\\x00\\\\xa0]\\\\x12\\\\x03J\\\\x95\\\\x91\\\\xa9\\\\x1f\\\\xb7\\\\xb6\\\\xbdq\\\\xb8\"z-\\\\r\\\\x95\\\\xc2%\\\\xa4\\\\xa2|\\\\xf7\\\\x0fN}\\\\x0biM\\\\xd7\\\\x03\\\\xb5\\\\x8fbA\\\\xdd\\\\x05\\\\x98z\\\\x7f\\\\xe1\\\\xd2o\\\\xfaH\\\\xaa\\\\xbb~\\\\xde\\\\xa0\\\\x90O\\\\x12\\\\x99\\\\x19V\\\\xe2\\\\xd7l\\\\x14$\"\\\\rB\\\\xac\\\\x00\\\\x00\\\\x01\\\\xa4\\\\x8d$\\\\x19\\\\xd7\\\\xcb\\\\xa5\\\\t\\\\x19T*\\\\xd0\\\\x80\\\\x12\\\\x15\\\\xa8_B\\\\x7f\\\\xdb\\\\xdf\\\\x03\\\\x81W\\\\xc5p\\\\xf3\\\\xa8\\\\xb9\\\\xea\\\\xe4k\\\\xb4\\\\xfe\\\\x7f\\\\xf9~\\\\xea:\\\\xd86\\\\xc3)\\\\x1aN\\\\x83\\\\xb7\\\\x7f2c\\\\xaf)\\\\xbe\\\\x81\\\\x9d\\\\xf2e\\\\x8ci\\\\xcd{\\\\x7f\\\\x8d\\\\xd3\\\\x1b s]\\\\x83\\\\x82\\\\x97_\\\\xc3W\\\\xcc\\\\x96D^>\\\\xf3P\\\\xd8}\\\\xa6\\\\xa4\\\\xfaX\\\\xa7\\\\xb4\\\\x00\\\\x8fI\\\\xed\\\\xd8\\\\x83\\\\xe3\\\\xd6|\\\\xf6\\\\xd3\\\\x8d\\\\x91|\\\\x1c%\\\\xa7\\\\x1f&\\\\xc7\\\\xbdi\\\\x12%L\\\\x94>R\\\\xcc\\\\x0b\\\\x00\\\\x19-\\\\xee~u\\\\xab\\\\xb1Y\\\\x10\\\\x8b\\\\x1e\\\\xc5x\\\\x15\\\\x85\\\\x05H\\\\x12\\\\xd3\\\\xf6\\\\x8f>\\\\xa9n%\\\\xa6G[\\\\x87c\\\\x1c\\\\xc9<\\\\xa8\\\\xa6\\\\x11p\\\\xd9qU\\\\xa0\\\\xf1f\\\\xd4\\\\xaf?\\\\n\\\\xc5J\\\\xf8w\\\\x03\\\\x92Sz;\\\\n\\\\xd6N\\\\xd6\\\\x03\\\\xbcL\\\\xb4\\\\x19\\\\xfb\\\\xc0\\\\xe8.\\\\xed\\\\xc4\\\\x81\\\\xbb\\\\x16\\\\xf4\\\\xb3\\\\xd4S\\\\xbb\\\\x13^Jtt\\\\xaa\\\\t\\\\xcc\\\\x1a\\\\xf2q\\\\xb2o\\\\xe3\\\\xebo\\\\xccd\\\\x8a\\\\xdb\\\\x02\\\\xdcBjt\\\\x95e\\\\xb1\\\\\\\\\\\\xd8WG*6\\\\x80\\\\t\\\\xfd\\\\xbdb\\\\xfc\\\\x95\\\\xa0a1\\\\x18\\\\x9dN\\\\x0cH9f\\\\xff\\\\x00P1\\\\xa2u\\\\x89T\\\\x17\\\\x1dGT\\\\xe9\\\\xc6f\\\\xb7\\\\'\\\\xc6b\\\\x1eF\\\\x84\\\\xaf\\\\x91\\\\xc6E\\\\xf71V\\\\x86A\\\\xb0zu \\\\xb7\\\\xe2\\\\x91\\\\xba:\\\\xd3\\\\xb7{\\\\xdf\\\\xb1\\\\x19\\\\xdd\\\\x00N\\\\x00\\\\x06\\\\x01\\\\x83g\\\\xa8\\\\x8f21]6\\\\x12\"\\\\x18\\\\x1ek\\\\xde?\\\\xdb\\\\xfc\\\\xd8\\\\xc7\\\\xae\\\\x8a\\\\xf1\\\\x90,\\\\xf1\\\\xd9\\\\x0c\\\\xc8\\\\xae\\\\xc9\\\\xdd\\\\xc2\\\\x80\\\\xc5\\\\x9a\\\\x0e\\\\x85\\\\xbb\\\\x10#\\\\xc3\\\\xa6m\\\\xe1\\\\xae^\\\\x80\"r\\\\xc0\\\\xf7\\\\xb8V\\\\xbb\\\\xc2\\\\xe4\\\\x96$\\\\xaa\\\\x8d\\\\xa3\\\\xd0\\\\xba\\\\xc9>q\\\\xd2.\\\\xdd\\\\xb1l\\\\x81p\\\\x92\\\\xd5jU\\\\xb9\\\\xf4\\\\xe9\\\\x8b:\\\\xb3\\\\x1b\\\\x12\\\\xc6#\\\\x1e(\\\\x8c\\\\xe3a&o)\\\\xc9\\\\x0e?\\\\x8dLLl\\\\xac#\\\\x93\\\\xf9\\\\xbc{\\\\x9f\\\\xf2\\\\xae\\\\xbbH\\\\xf6\\\\xa9u\\\\xef\\\\xac\\\\x95\\\\x1f~\\\\x9e*\\\\xb7\\\\xb0\\\\x17\\\\'#\\\\xa0\\\\x00A\\\\x90sB\\\\x19\\\\xda?e\\\\x12\\\\xb9\\\\xab\\\\x02\\\\x1b\\\\x0f\\\\xedc\\\\xca{x\\\\x1f\\\\x1b\\\\xc5\\\\xa7\\\\n\\\\xdc\\\\x8c\\\\\\\\\\\\x9c6\\\\x06\\\\x9b\\\\r\\\\x8c\\\\xbe\\\\xcaX\\\\xe7\\\\xdcZ\\\\xdd\\\\xb7\\\\x03\\\\xd8\\\\x05\\\\x0c|d\\\\xeb\\\\xd5\\\\x93\\\\xb3\\\\xb5\\\\x0bL\\\\x0c\\\\xa2cQ^x\\\\x81\\\\xf8I\\\\x9d\\\\xd9\\\\x90\\\\xf4)\\\\xc7\\\\x86\\\\xcb\\\\xca\\\\xba\\\\x8b^\\\\xfb\\\\xfd\\\\xeb\\\\x98%\\\\x85u\\\\x01)e\\\\x1b\\\\x01\\\\xf0%\\\\xb52\\\\x04\\\\x1f\\\\r:\\\\xd5\\\\xda\\\\xce\\\\xecL\\\\xf3ly\\\\x08\\\\xfd\\\\xdd\"@0\\\\xc8\\\\xa5O\\\\x95g\\\\xe3qt\\\\xf2\\\\x1c\\\\xb7!\\\\x96\\\\x99\\\\x1c:P?\\\\xaa\\\\xe3\\\\xadm\\\\xefc\\\\x84\\\\xdc\\\\xf5\\\\xbe<\\\\x98\\\\x0e\\\\xc8\\\\xb1\\\\xae\\\\x9e$u\\\\xa7\\\\xf1\\\\xf2h\\\\xfb\\\\xa6\\\\xa0\\\\xd0\\\\x100\\\\xec~\\\\x89\\\\x1b\\\\x8aP\\\\xf7\\\\xaf\\\\x81_\\\\xa8\\\\xf7S\\\\xce\\\\xfc\\\\x9f\\\\xe4<\\\\xed,\\\\xd5\\\\xe2\\\\xf2\\\\xdc\\\\x96E\\\\xf4\\\\xef\\\\x01\\\\xca\\\\xa3\\\\xb9(\\\\xacA\\\\xfc@w\\\\xd65\\\\xd3\\\\xab\\\\xf6\\\\xf6^\\\\x9dOG\\\\xf2Y\\\\xb77$\\\\xaey\\\\xe5\\\\xea\\\\x7fr\\\\xcb6\\\\xec\"X\\\\x10c_\\\\xb4\\\\xcf\\\\x7f\\\\xafVm\\\\x13\\\\x12AP\\\\'D\\\\x89\\\\x9f]\\\\x8e\\\\xc5J\\\\x06\\\\x087X{\\\\x92\\\\xd0A\\\\x8f\\\\x02\\\\x07\\\\xd0u\\\\xaff`\\\\x07\\\\x05\\\\x16\\\\xa3\\\\xe4\\\\x81\\\\x9a\\\\t\\\\xaa\\\\xf0\\\\x88\\\\x00c-\\\\x05\\\\xa0GmOy\\\\x83\\\\xfb\\\\xba\\\\xb4&\\\\xc4\"\\\\x8c\\\\xd9)eR\\\\xc2U\\\\xbd\\\\x01\\\\x96\\\\x03\\\\x89\\\\xed1\\\\xa7\\\\xde:\\\\xd2\\\\xb70E\\\\x16\\\\x9d\\\\x9b\\\\x80T!\\\\x96\\\\xe2{im\\\\x8b\\\\xb8\\\\x82\\\\xa4m\\\\x80\\\\xdb\\\\x964\\\\x07q#\\\\xf6t\\\\xd0]^\\\\x86\\\\xe3Q\\\\x01F\\\\xa1Mu\\\\xe4\\\\x1d\\\\xcc\\\\xbe\\\\xea\\\\x1d\\\\x8eK\\\\x02\\\\xc4\\\\x19\\\\x0c\\\\xdd\\\\xe4\\\\xc8\\\\xef\\\\xfb\\\\xba\\\\x96M\\\\xb9\\\\xea\\\\x90\\\\xcd\\\\x8a\\\\x1eh\\\\x8c\\\\x87M\\\\xa1YI\\\\xde\\\\x80\\\\xab\\\\x91>\\\\xa0\\\\x15\\\\xa3\\\\xbfy>\\\\x1d\\\\x0bU8M\\\\xe2\\\\xe8\\\\xae\\\\n-N\\\\x8dr\"\\\\xb3\\\\x19\\\\x16\\\\xee\\\\x89\\\\'Q\\\\xa4\\\\xeaA$\\\\x1df:\\\\xe2\\\\xec\\\\xab_&@\\\\x88\\\\xfd\\\\x11,\\\\x8cE\\\\xc8i\\\\x9d\\\\xcaH;A\\\\x9fR\\\\x92F\\\\xa3\\\\xf7\\\\x8e\\\\x84I\\\\x85U;w\\\\xcc\\\\x03 \\\\x99\\\\xee}\\\\xc7\\\\xa8;\\\\x15\\\\x8f\\\\xe5\"\\\\x92WU\\\\xd8\\\\xcct\"&b>\\\\xce\\\\x8c\\\\xad\\\\x0b\\\\x01\\\\xe2\\\\xf9\\\\xf9\\\\xaf\\\\xdcu\\\\xea\\\\x05\\\\xa5X+ U@[l\\\\xc1\\\\xeec\\\\xb7\\\\xef\\\\x1e\\\\x1dpQ\\\\xb8\\\\x86\\\\xa0\\\\x02\\\\xe8\\\\xbf\\\\xd2\\\\xdf\\\\xd5\\\\x8b\\\\xb8\\\\xb3\\\\x8f\\\\xc4sv\\\\xfec\\\\x8d-\\\\xb6\\\\xabX\\\\xb4\\\\xd4f \\\\x13\\\\xa8\\\\x06{\\\\x1e\\\\xbc\\\\xef\\\\xc9|q\\\\x887-\\\\x07\\\\xe63\\\\xeac\\\\xf7\\\\x0b\\\\xcc\\\\xfc\\\\x87\\\\xc7i\\\\x911\\\\xc3\\\\x8e(\\\\xbbO\\\\x88\\\\xe6*\\\\xce\\\\xc2l|]\\\\xa2\\\\x8b\\\\x06\\\\x99\\\\x0e\\\\xd25\\\\xd40\\\\x82\\\\x01\\\\xf0\\\\x1a\\\\x89\\\\xeb*\\\\xc5\\\\xed@G\\\\x0e\\\\xd5\\\\xe7\\\\xafXd\\\\xf3^2_\\\\x84\\\\xc6\\\\xbcj\\\\xf3\\\\x8d\\\\xaa\\\\xb4!h\\\\x0c\\\\xa1\\\\x8e\\\\xfd\\\\xcb>\\\\x04A\\\\xd3\\\\xcf\\\\xab\\\\x82.\\\\x15F$$~s\\\\x81\\\\xa8\\\\xbd\\\\x8f\\\\x91A.\\\\xbe\\\\x84h\\\\xfc/\\\\xe4\\\\xbd\\\\x89\\\\x06f\\\\x07U\\\\xeem\\\\xa2]\\\\xc2\\\\x89\\\\x19$s\\\\xc6\\\\xe7q\\\\xb9\\\\rv(v\\\\xa9}6\\\\xd2\\\\xe4Gc:\\\\xf8\\\\x03\\\\xf6\\\\xc9\\\\xf1\\\\xd3\\\\xa4\\\\x1b\\\\x02\\\\xd9\\\\x02\\\\'\\\\xd22\\\\xfc!\\\\x84\\\\x89$\\\\x97E\\\\xa9|L\\\\xf0\\\\xa9\\\\x94\\\\x1d\\\\x1d\\\\xd4\\\\xb8w\\\\x05J\\\\xa1\\\\xf4\\\\xc9\\\\xed\\\\xa1\\\\xed#\\\\xf6v\\\\xe8\\\\xe3r&t\\\\xe4\\\\x98X\\\\x8a\\\\x8c\\\\xf8)o\\\\x99\\\\xe0\\\\xf1\\\\xea\\\\xbf}\"Y\\\\x088\\\\xb6\\\\xa6\\\\xa0\\\\x12\\\\tp\\\\x1aL\\\\xf6 O\\\\xec\\\\x1dW\\\\xdd\\\\xdb\\\\x8c\\\\x87\"0\\\\xe4\\\\xba.(\\\\xeeV\\\\xee\\\\x04:\\\\xe7\\\\x8a\\\\xeeE@\\\\xf0\\\\xc0\\\\x12B\\\\xb0\\\\xac\\\\x01\\\\x04\\\\x88$\\\\xeb1\\\\x1d\\\\xfa\\\\xca7\\\\xa5\\\\xee\\\\x910\\\\x01\\\\xa1\\\\xfb+\\\\x96\\\\xed\\\\x86\\\\x0cK.\\\\x86\\\\xf8\\\\xde:\\\\xe3\\\\xe11\\\\x91\\\\x8c\\\\xb9$\\\\x10\\\\xd6\\\\x13\\\\x00\\\\xd8#p\\\\x12\\\\xdfC?\\\\xb4F\\\\x9d\"D9z?5\\\\xad\\\\xb4\\\\x88f>)\\\\x8b\\\\x13\\\\x12\\\\xbb\\\\x08\\\\xb2#j\\\\x91\\\\xee\\\\x91\\\\xab\\\\x02|\\\\x18\\\\x82\\\\x7f\\\\x88}5\\\\xea\\\\xd5\\\\xb8D\\\\x80F*\\\\xc3\\\\x10YM^<\\\\xe5\\\\x0b\\\\xc6%a\\\\x9a\\\\xba\\\\xf7\\\\xba\\\\xb4\\\\xc8\\\\x1d\\\\xcb8\\\\xd7\\\\xb4\\\\x91?\\\\xbb\\\\xa7\\\\xc6\\\\x1a\\\\xc1`\\\\xa4\\\\xc4\\\\x0c\\\\xf0Q2\\\\xaa\\\\xc6~\\\\x12\\\\xccg\\\\xc4[e\\\\x83Wqb\\\\n\\\\x15Y\\\\n\\\\xab\\\\xb8\\\\x03\\\\xaf\\\\x7f\\\\xbb\\\\xa87\\\\x04m1\\\\x8d_\\\\x15^\\\\xe4\\\\\\\\\\\\xd0\\\\xd1s\\\\xef6pi\\\\xb6\\\\xf4\\\\xb2\\\\xa5\\\\xb4\\\\xb9/H\\\\x98b\\\\xc0\\\\x82\\\\x03Di\\\\xe2\\\\x01\\\\xfauVwH\\\\x04H\\\\x021\\\\xeaU\\\\tDF\\\\xa3\\\\x14\\\\x91\\\\x7f+\\\\x91\\\\x8b\\\\x91ex\\\\xd5\\\\xff\\\\x00!L\\\\x95p\\\\n\\\\xed\\\\n\\\\xc1N\\\\x80\\\\x83\\\\x111\\\\x1a\\\\xfd\\\\xbd\\\\x15\\\\x83-^\\\\x98\\\\xb8\\\\xeb\\\\x83\\\\xb5\\\\x0f\\\\x82U\\\\xcb\\\\xad\\\\x8a\\\\x0b^NU\\\\xf9\\\\x8f\\\\xfc\\\\x95\\\\xba\\\\xca\\\\xc8\\\\x055\\\\x01H]\\\\xa8\\\\x0e\\\\x80x\\\\xe8>\\\\x91:\\\\xf4\\\\xfb\\\\x1a\\\\xfd\\\\xe1)\\\\x07.\\\\xcdF\\\\xc2\\\\x9f\\\\xc2\\\\x03(\\\\x98\\\\x9e\\\\xce?\\\\x95yW\\\\xf1<\\\\xeb\\\\xb8LNS\\\\x90\\\\xe3\\\\xec\\\\xe3\\\\xf0\\\\xf2r\\\\x86\\\\x1eNb#6=6\\\\xa0V\\\\r\\\\xba\\\\x04O\\\\xf1\\\\x00\\\\'\\\\xafXl\\\\x91\\\\x00Ho\\\\xa23\\\\x07b\\\\xca\\\\xe5\\\\xfd6\\\\xe1~@\\\\x0e~\\\\'\\\\x15\\\\xcaq\\\\xe7\\\\x84\\\\xc8v\\\\xae\\\\x80\\\\xd8u\\\\x947)\\\\xda\\\\xd6\\\\x96\\\\xb9d\\\\xac\\\\x1d\\\\x0f\\\\x9fH\\\\xbf\\\\xba\\\\xf6\\\\xe3&\\\\x90ej\\\\xd4%\\\\x11\\\\x8d\\\\r\\\\x17M`\"\\\\xd9X\\\\xfc\\\\xe6:]\\\\xc8\\\\xe28K>E\\\\x8d\\\\x8f]Ce@\\\\x12 \\\\x00\\\\xa0Gr\\\\x04\\\\x9f\\\\x0e\\\\xbc\\\\xc6\\\\xef\\\\xe4\\\\xe5x\\\\xd2\\\\xac?a\\\\x82\\\\xd2\\\\xb5d5T\\\\x96*\\\\xe2\\\\xe1`\\\\xdd]u\\\\xee\\\\xae\\\\x9aA\\\\xdf\\\\xb4n\\\\x0cI\\\\xf5B\\\\x8d\\\\xd0$\\\\xfd:\\\\xc0\\\\xbf{Y\\\\xadU\\\\xc8E\\\\x82\\\\xb8?HyN7\\\\x17\\\\x8f\\\\xe7V\\\\x97Z\\\\xf2\\\\xab\\\\xb2\\\\xa4\\\\xad\\\\xeb$\\\\x97PH}\\\\x13q\\\\x80\\\\x0e\\\\xb0L}\\\\xddV\\\\x85\\\\xf1i\\\\xda\\\\x928vf\\\\xac\\\\xc4\\\\x00\\\\x088+\\\\xe2\\\\xafa\\\\xf8\\\\xcc\\\\x8bj\\\\xc9o\\\\xca\\\\xbd\\\\xae\\\\x1a\\\\xe4$\\\\x97\\\\x1d\\\\xdc \\\\x1e\\\\xa6\\\\x90 \\\\x0f\\\\xbb\\\\xab^\\\\xd1\\\\x95\\\\x89z\\\\x98\\\\x1959Q\\\\xd8g\\\\xd8\\\\xa5\\\\xc0\\\\xc3\\\\x92R\\\\xfe\\\\xbe\\\\xff\\\\x00\\\\x99|\\\\xe67\\\\xff\\\\x00D\\\\xc1R\\\\xaf\\\\xc8\\\\x84`\\\\xac\\\\x05\\\\x8d\\\\\\\\nq\\\\xb7q\\\\xed\\\\x1ec\\\\xeb\\\\xd6T\\\\xb77#p\\\\xcana\\\\x16\\\\x1a\\\\xba\\\\'\\\\x08DDs(u\\\\x9f$\\\\xc2\\\\xaf\\\\x91\\\\x16b\\\\xa6A\\\\xe3\\\\xeeV\\\\xad\\\\xf0r\\\\xa5o\\\\xb1\\\\x19T\\\\x96I\\\\x06d\\\\x19\\\\x06bOm:\\\\x8b\\\\xbb\\\\xab6\\\\xee\\\\x16\\\\x07O\"j\\\\xdfc\\\\xc9\\\\x1c\\\\x03\\\\xa5\\\\xc4\\\\xe5\\\\xf9a\\\\x91\\\\xc3\\\\xf2\\\\xf7\\\\xde\\\\xf7\\\\xd1\\\\x99e\\\\xa2\\\\x9a\\\\x11\\\\xc2\\\\xb2\\\\xad\\\\x7f\\\\xcb\\\\x9f\\\\xcb\\\\x98\\\\x04\\\\x88\\\\x02H\\\\xed\\\\xaf\\\\x97Tu_\\\\x91\\\\x17dC\\\\x93\\\\xe9\\\\x1d0vN\\\\x8f\\\\xb4\\\\x0e\\\\x93\\\\x97\\\\xf6\\\\xbd\\\\xc9\\\\xe0.\\\\xe3\\\\xb1\\\\x05\\\\x99\\\\x98U\\\\xe5\\\\xf29\\\\x0c\\\\xcb\\\\x8d\\\\x8f\\\\x81g\\\\xfdQeR\\\\xc3\"\\\\xd6!\\\\x94\\\\x08g,\\\\xbbGW\\\\xa5\\\\xb0\\\\xf6m\\\\x99\\\\\\\\\\\\xa9\\\\x90v\\\\x8e4\\\\xcf\\\\xb2\\\\xb5\\\\x0b\\\\x85\\\\xd12\\\\xc3\\\\x8eIG/\\\\x0f\\\\x84\\\\xca\\\\xe4\\\\x1b#+\\\\x8d\\\\xcb\\\\xe4\\\\xbe;jn8*\\\\xefU\\\\x9b\\\\xedR\\\\x11\\\\x0b\\\\xec*\\\\xd0\\\\xf2{\\\\r4\\\\xd0\\\\x0e\\\\xb3#~\\\\xc6\\\\xcfu\\\\xee\\\\x08\\\\x19D\\\\x07\\\\xa5\\\\x08$S\\\\xb8c\\\\xd5X\\\\x87\\\\xbacB\\\\xc5\\\\x12\\\\xe3\\\\xb8\\\\x1e\\\\x03\\\\x9d\\\\xcc\\\\xa7\\\\x13\\\\xe4u\\\\xe4\\\\xf2X\\\\x99\\\\xb6WfO\\\\x15X\\\\n.\\\\xc7\\\\xa0n\\\\x14\\\\xb1B\\\\xba\\\\x02#l\\\\r\\\\xd05\\\\xe9\\\\xff\\\\x00\\\\x13\\\\xbd\\\\xb5=\\\\xc7\\\\xb9v$\\\\xb9$\\\\x82\\\\x99r&#\\\\x15ue|[\\\\x86\\\\xe68G\\\\xf8\\\\xd6_\\\\xc6\\\\xb8\\\\xce?\\\\xe3\\\\xf4 |\\\\x0e.\\\\xacJK\\\\x0bI\\\\xfcf\\\\xd7V;\\\\x94\\\\x08$\\\\x1dz\\\\xf5W\\\\xf7\\\\xb7w\\\\x90\\\\x95\\\\xb9DB#\\\\n\\\\x07\\\\x95y\\\\x9a\\\\xb0K&1m#\\\\x8e\\\\xd5\\\\x0f#\\\\xe3\\\\xdc_\\\\x1b\\\\xc78\\\\xe38\\\\xd4\\\\x14\\\\xf1AV\\\\xbe\\\\x0e\\\\x8d\\\\xd5&J\\\\xaa\\\\xc2\\\\x9bUI,Y\\\\xf5\\\\x1a\\\\x82{x\\\\xc7Y\\\\xbb\\\\x83l@\\\\x96}\\\\'\\\\xf5\\\\xa8\\\\xd4\\\\x06\\\\x07\\\\xc6\\\\xa8\\\\xec\\\\x9e\\\\x8c\\\\xea?\\\\x05\\\\xc7\\\\xd6\\\\xf9\\\\x19\\\\t\\\\x91\\\\x9fnVz\\\\xbd9W\\\\xe3\\\\x89|\\\\\\\\\\\\\\\\\\\\x8b+\\\\xdf\\\\xb2\\\\x90\\\\xc9\\\\xe9*[iR`\\\\x0f\\\\xbf\\\\xae7\\\\xa2Dm\\\\xc2T\\\\xc46Ro\\\\xd5\\\\xfbh\\\\x8aZ\\\\x99\\\\xc6i\\\\xb1\\\\xad(v\\\\xb5\\\\xe1\\\\x84C!\\\\xf3\\\\x1f\\\\xea\\\\xd0\\\\xe8\\\\x07n\\\\xab\\\\x1b\\\\x82-\\\\x1d}\\\\xbf\\\\xcf\\\\xd9(\\\\x9c\\\\xca\\\\xf6\\\\xab\\\\xb7\\\\xadu\\\\xc8e\\\\x1a\\\\xfb`\\\\xc8\\\\xda\\\\x0e\\\\x8b\\\\xd2\\\\x8d\\\\xd8\\\\x91\\\\xa4\\\\x97\\\\x07\\\\xaeC$V\\\\xe4K\\\\x00\\\\xce\\\\x14\\\\xc6\\\\xc8w[2(\\\\xb8Wmh\\\\x8aqY\\\\xbd\\\\x0c\\\\x80F\\\\xdd\\\\xa7^\\\\x99-\\\\xc4\\\\xdeS\\\\xb761\\\\x01\\\\xe2O\\\\xa6Q\\\\x19\\\\x11\\\\xcd0\\\\x91(\\\\xbb\\\\x7f\\\\x1f\\\\xc2V\\\\xc1\\\\xc9\\\\xad\\\\xf2\\\\xf3s\\\\x13\\\\x19S+6\\\\xd2\\\\xe4\\\\x85\\\\xd4v\\\\x10{\\\\xc4(\\\\x02\\\\'N\\\\xbc\\\\xb5\\\\x8d\\\\xf7\\\\xbd~w#\\\\x1fT\\\\x8b\\\\x86\\\\x14\\\\x1c\\\\xdb\\\\xa0D^\\\\x145LU\\\\xd9U@V\\\\xca\\\\ts\\\\xad\\\\x86L\\\\xc83\\\\xba<:\\\\xf4\\\\xd6\\\\xf4A\\\\xa2@rq\\\\xe3\\\\x92\\\\xacn0\\\\xe8\\\\xa4\\\\x7f\\\\x1djiCR\\\\x8e\\\\xcd\\\\xe3\\\\xfb|#\\\\xc7\\\\xab\\\\x86\\\\xd9$GHa\\\\xcd,\\\\\\\\b\\\\xea\\\\x16~\\\\x0e\\\\x15\\\\xb7\\\\xdd\\\\x99F2\\\\xad\\\\xc6\\\\xb4\\\\xa8\\\\x00\\\\x81\\\\x80\\\\x93\\\\x05\\\\x94hC\\\\r\\\\xc7\\\\xd5\\\\xe5\\\\xd1nv\\\\xb0\\\\x94\\\\xa5p\\\\x01\\\\x1c9P\\\\xf4\\\\xfc\\\\xae\\\\x17A \\\\x03\\\\x8a\\\\xac?\\\\xf5\\\\x1bs|\\\\xb6O\\\\x07\\\\xc3\\\\xd2r\\\\xf3\\\\xea\\\\x1f\\\\x96\\\\xb7\\\\x9e;\\\\x13\\\\x13\\\\x19\\\\xa0\\\\xb2\\\\x02\\\\xc7[m\\\\x89\\\\x8e\\\\xd0t\\\\xe86\\\\x1b+\\\\x9f!q\\\\xbf\\\\xd2(e\\\\xf4\\\\xef)7\\\\xf7\\\\x11\\\\xb4\\\\x18\\\\n\\\\x9c\\\\x12V\\\\x1f\\\\xc68\\\\x16\\\\xcf\\\\xc7\\\\xe3y6\\\\xc9\\\\xe4~I]\\\\xb6\\\\xdb\\\\xca\\\\xf2\\\\xf6c\\\\xb5\\\\xcb\\\\x87g\\\\xb8\\\\xa1m}\\\\x84\\\\x8bP+\\\\r\\\\xa1\\\\x8c\\\\xc4\\\\x83\\\\xd7\\\\xa3\\\\xd8\\\\xedv\\\\xb6b#\\\\x18\\\\xbd\\\\xc8\\\\xb9\\\\x91o\\\\xd7\\\\xad1\\\\x1c\\\\x95\\\\x0b\\\\x92\\\\xbbp\\\\x92O\\\\xa4\\\\xa6\\\\x1c\\\\x8f\\\\x86\\\\xe4\\\\xf0\\\\\\\\\\\\xb6UyX\\\\xd6Q\\\\x81I\\\\xb6\\\\xfbkK\\\\x12\\\\xe0j`\\\\xeem\\\\xf6\\\\xe6\\\\xb6\\\\xb0\\\\xb9Rv\\\\xe8cC\\\\xdb[Q\\\\x99\\\\x84\\\\x88\\\\x94X\\\\x02\\\\xecpn\\\\xca\\\\x12\\\\xe8n[\\\\xd3\\\\x9dz*w\\\\xe2\\\\x90{\\\\xe9\\\\xa7}4\\\\x9e\\\\xbc\\\\xf6\\\\xf7srQ&\\\\x00\\\\xc7P\\\\xa8z\\\\x0e\\\\x1a\\\\x8e\\\\xacD\\\\x07^c=T\\\\xa3\\\\x01Xwu\\\\xf6\\\\xbd_\\\\x85>\\\\xbb\\\\xbc\\\\xfa\\\\x8d\\\\xa5\\\\xd8Y\\\\x85\\\\x03\\\\x924\\\\xd7\\\\x08\\\\xf5u\\\\xd2\\\\x04\\\\x95\\\\x8e\\\\x02\\\\xdfnM\\\\x9e\\\\xddi{\\\\xab\\\\x1a\\\\xea\\\\xdb_\\\\xfa\\\\x0f\\\\xa6wv\\\\x9e\\\\x9f\\\\xf1r\\\\xbdv\\\\xf1\\\\xd0\\\\x04\\\\x8cK\\\\x06\\\\x8f.\\\\xdeytH\\\\xb9l\\\\x0e\\\\xae\\\\xb5\\\\xd4\\\\x9997d\\\\xa6\\\\x1e\\\\x0b;\\\\xab\\\\xb3\\\\xe4\\\\xd7Tz@\\\\xd0\\\\x1dc\\\\xb1\\\\xd3\\\\xa7\\\\xedM\\\\xed\\\\xc1\\\\x9cm\\\\xdar\\\\xe4\\\\x91\\\\x1a\\\\xe9\\\\x03\\\\xe8\\\\xabN\\\\xd3Hi[\\\\xff\\\\x00\\\\x93\\\\xed(*7\\\\xd6L\\\\xa4\\\\xee:\\\\r7\\\\x11\\\\xe0:\\\\xb0!\\\\x08\\\\xc4j\\\\x1d\\\\xad_\\\\x14:\\\\xc4\\\\x85\\\\rG5\\\\xab&\\\\xef\\\\xca\\\\xe2\\\\xbd\\\\xed;\\\\x08;\\\\x95D\\\\xb8\\\\xd3\\\\xfd&4\\\\xea\\\\xed\\\\xdb\\\\xa60\"-\\\\xea=\\\\xf8}\\\\x15XC\\\\tI\\\\x05\\\\xe2yw\\\\xe3*\\\\x19\\\\x19XQ\\\\x8b\\\\x9f\\\\x94\\\\xbe\\\\xce\\\\\\\\\\\\x07U\\\\xf6\\\\xc8\\\\x1bI\\\\xee \\\\x12I\\\\x00\\\\xf6\\\\xef\\\\xd5\\\\x9f\\\\x8a\\\\x17#A\\\\x00C\\\\x82I\\\\xae\\\\r@\\\\xa2\\\\xe5\\\\xd8\\\\xc2/\"\\\\xdc\\\\x97\\\\x14\\\\xff\\\\x00\\\\xb9\\\\x8f\\\\xd4\\\\xde\\\\'\\\\x97\\\\xf9J\\\\xf0\\\\x9cC\\\\xd5v\\\\x0f\\\\x0c\\\\xadVf}Qb\\\\xd9\\\\x90\\\\xe4\\\\xb3\\\\xb5L\\\\xbbach\\\\x9f1\\\\xf6\\\\xf5\\\\xa1\\\\xf2\\\\x17\\\\xa33!\\\\n\\\\x0e\\\\x99\\\\xf5\\\\x8fE\\\\xe57\\\\xfb\\\\x93)\\\\x902\\\\xcf\\\\x9a\\\\xe4\\\\xdcO\\\\x9c\\\\xb6ce\\\\xf0\\\\xf9\\\\xa1\\\\xb2\\\\xd6\\\\xbd+\\\\xb2\\\\xf2l.\\\\x8e\\\\x07\\\\xe2\\\\x91\\\\xe0c\\\\xc6u\\\\xeb\\\\x13oznm\\\\xf2\\\\xe7\\\\xcb\\\\xafUL\\\\x10N\\\\xa7\\\\xc7\\\\xea\\\\xa8\\\\xdf\\\\x91\\\\xe2\\\\xe4>fa\\\\xe3\\\\x0b[\\\\x8e\\\\xbb\\\\xdb\\\\xdc\\\\x1a\\\\xec*=L\\\\xc6\\\\x07\\\\x88\\\\x8d\\\\xa3\\\\xaa\\\\xe2\\\\x1a\\\\xa6D\\\\x01!\\\\xfb\\\\x7f\\\\xa4\\\\xab\\\\xd6\\\\xf4bX\\\\xaa\\\\xc2r\\\\x12\\\\xefr\\\\xea\\\\xc5\\\\x86\\\\xdd\\\\\\\\\\\\x99!\\\\xd4\\\\x89\\\\x961\\\\x10|?\\\\xe1\\\\xd5\\\\xb8\\\\xb0n\\\\x99*e\\\\xe8\\\\xb6\\\\xfb5\\\\xff\\\\x00\\\\xe4\\\\xe2\\\\x7f\\\\xf3\\\\x1f\\\\xff\\\\x00w\\\\xae\\\\xf7z\\\\x1e;\\\\xd3=\\\\xb2\\\\xbf\\\\xff\\\\xd0\\\\xe7NG;\\\\x13\\\\x13\\\\x19l\\\\xdd\\\\xef]s\\\\x05P\\\\x80\\\\x83\\\\xbd\\\\xc9\\\\xdc\\\\x07\\\\x81\\\\xfd\\\\xbe}\\\\xfa\\\\xf3\\\\xa0\\\\x90\\\\x1eY\\\\xaf\\\\x8e\\\\xde\\\\xdcDE\\\\xce\\\\x1ft3\\\\x17\\\\x1e\\\\xec\\\\x8c\\\\xfd\\\\xa9ZX+\\\\xd8]]\\\\xa5\\\\xc1u\\\\x10\\\\x14\\\\xc9U\\\\x1a\\\\x93\\\\xbb\\\\xc7\\\\xcb\\\\xce\\\\x0c\\\\x81J\\\\x8c\\\\x01\\\\xa8M\\\\\\\\\\\\xce\\\\x18\\\\xcd\\\\xaf\\\\x1d6R\\\\x81\\\\xdcl\\\\x85\\\\xeck\\\\xecR|D}\\\\x924\\\\x1dq$\\\\xb3\\\\'\\\\xde\\\\xb3\\\\xacS%\\\\x15\\\\xb8\\\\xac\\\\xac^:\\\\xccj,\\\\xde\\\\xf7\\\\x87K\\\\xecC+\\\\x05G\\\\x83\\\\xeb#H\\\\x1e\\\\x06c\\\\xa1\\\\x95\\\\xdd\\\\x11-\\\\x89J\\\\x8e\\\\xdc\\\\xe7\\\\xd5\\\\xd5\\\\x85\\\\xfaq\\\\xf0\\\\xdckI\\\\x16\\\\xe7\\\\xed4K\\\\xab\\\\xbb\\\\x8fK\\\\x00\\\\x14\\\\x9dbc\\\\xec\\\\x8f>\\\\x99f\\\\xd05*\\\\xde\\\\xda\\\\x00bS\\\\xaf;\\\\xc7\\\\xfb8YIM\\\\x9bY+#p\\\\x125\\\\x04\\\\x02G\\\\x90\\\\xfa\\\\xfd\\\\xddv\\\\xee\\\\x03C\\\\xab\\\\xf7\\\\x7fZ.{\\\\xaa\\\\xcc\\\\x9c\\\\xaePc\\\\xfea\\\\xaa6\\\\\\\\\\\\xb4\\\\xaa\\\\xb1\\\\x12@m\\\\xbd\\\\xf4:\\\\x1d\\\\x07\\\\x87TD\\\\x89\\\\x89!g\\\\xdaoq\\\\x8f\\\\x82\\\\xfa]\\\\xfag\\\\x90\\\\x9f\\\\x13\\\\xc2\\\\xc7\\\\xc7\\\\xc9\\\\xcb\\\\xc6\\\\xc8\\\\xae\\\\xb5\\\\x15\\\\x8ahb\\\\xe6\\\\xd3@\\\\x90\\\\xef\\\\xb6U}Dm0D\\\\x08=x\\\\x9b\\\\xde\\\\xe0\\\\xbb)NL%_\\\\x05\\\\xf4\\\\x1d\\\\xb4@\\\\xb5\\\\x11\\\\x10\\\\xe7\\\\xf3\\\\xc9YK\\\\xf3\\\\x0bj\\\\xe4\\\\t\\\\xbd\\\\x13\\\\xfe\\\\xb07\\\\xf3\\\\xac\\\\xb3xvB\\\\x1d}\\\\xdfT\\\\x86\\\\x13\\\\xa9\\\\xfe-\\\\x07\\\\xd7\\\\xac\\\\x9d\\\\xcd\\\\xd9\\\\xd8\\\\xba}\\\\xc2\\\\xf08\\\\x13\\\\xcf\\\\x9a\\\\xb5l\\\\xb8q\\\\x8f\\\\x1e)\\\\xcb\\\\x0f\\\\xe4<7/f&\\\\x0eFM\\\\xd9\\\\x19\\\\xd6\\\\xaa\\\\xb5\\\\x159\\\\x1e\\\\xddv(3n\\\\xf9\\\\n\\\\xa1\\\\x8b\\\\x11+\\\\xa1\\\\xdb\\\\x06:\\\\x8b\\\\x9b\\\\xdb7Z%\\\\xcc\\\\x8dC~S\\\\xad\\\\xdb\\\\x97bd\\\\xd9\\\\x97R\\\\xda\\\\xd8*\\\\xb9\\\\x9e\\\\xfd\\\\xdbx\\\\xd1\\\\xe8\\\\xf6\\\\xcd\\\\x83\\\\xfeb\\\\xae\\\\xf6O\\\\xe2]\\\\xf1\\\\x10{\\\\xfdz\\\\xe8\\\\xb4\\\\xc8a\\\\x89\\\\xa5\\\\x95\\\\xdeH\\\\x80\\\\n\\\\x86\\\\x1a\\\\r\\\\x93\\\\xf6\\\\xe9\\\\xd7\\\\x86\\\\xf9y\\\\x98\\\\xeeI\\\\x84\\\\x86\\\\x96\\\\xad\\\\x07\\\\xab\\\\xb4r\\\\xeeWv\\\\xd2\\\\xf4\\\\xe1W\\\\xa2P\\\\xe3\\\\xb9[\\\\xb2x\\\\x0f\\\\x90\\\\xd7FF\\\\x16:T\\\\xa3*\\\\xfa\\\\xafe\\\\xaa\\\\xec\\\\x8a\\\\x8b\\\\xfe\\\\nk\\\\x88f\\\\x1av\\\\xd7l\\\\x9e\\\\x91\\\\xb2\\\\xdc\\\\x1d\\\\xde\\\\xce\\\\xf4bc\\\\x11\\\\n\\\\x90Y\\\\xe5\\\\\\\\\\\\x81\\\\x0c~\\\\xaan\\\\xdb\\\\xf6\\\\xee@\\\\xc9\\\\xc98tW\\\\x0f\\\\xc6~UW\\\\xc7\\\\x97\\\\xe3k\\\\x8d\\\\xc5U\\\\xccf%\\\\x16e[\\\\x9c*\\\\xdbM\\\\xa6\\\\xc2=\\\\xaa\\\\xd4\\\\t%\\\\xab\"\\\\x04\\\\x91\\\\xe9?g[\\\\xf6\\\\xafB\\\\xc0\\\\xb5m\\\\x84\\\\x81\\\\x8b\\\\x89\\\\x01\\\\xfbK!\\\\xdd\\\\x85Uad\\\\xccJd\\\\xb3\\\\x1a\\\\x02|\\\\xd5\\\\xa3\\\\x83\\\\xc8r7c\\\\xddc\\\\xf08v\\\\xfe\\\\x7f9\\\\xb2\\\\xef\\\\xcez\\\\xb7d-\\\\x962\\\\x11U\\\\x96n\\\\x025-\\\\xb8\\\\xb6\\\\x9e#\\\\xb7@n\\\\t\\\\xd6q\\\\x0e\\\\xe7 \\\\xf5j\\\\x1emT:\\\\xe4\\\\xcd\\\\xcc\\\\xa6\\\\x9e;\\\\x1f\\\\x91\\\\xf8\\\\xc7\\\\x149[x\\\\xe6\\\\xb3\\\\x8fS\\\\x90pM\\\\xa1\\\\x06\\\\xf3q\\\\x01\\\\xab\\\\xde\\\\xbf\\\\xc0w\\\\x12\\\\xc4\\\\x8e\\\\xe2F\\\\x9d\\\\x82\\\\x1e\\\\xe6\\\\xd60\\\\x94`H.\\\\x01j\\\\x1ec\\\\xc0\\\\xd5t\\\\xad\\\\x9d$\\\\x9a\\\\x0e\\\\xdc\\\\xd3o\\\\xf4\\\\xbf\\\\xccQ\\\\xc9b\\\\xde\\\\xc1\\\\xf1\\\\xf2\\\\xe8\\\\xad\\\\xac|j\\\\x95\\\\xebk#\\\\xdd\\\\xadA\\\\xdb*\\\\xc0\\\\x804\\\\xd7\\\\xeb\\\\xd6\\\\xb4lN\\\\xd8\\\\xb9l\\\\xfe\\\\xac=Q\\\\x88/,Dp\\\\xa4\\\\xb2)\\\\x13\\\\xab\\\\x1f\\\\xaf\\\\xd5\\\\x0c\\\\x19\\\\xfc\\\\x9dM\\\\x8b\\\\xeed\\\\xbf\\\\x11BY9k\\\\x9a\\\\x82\\\\xcb\\\\x1e\\\\xb3\\\\n\\\\ti\\\\xda\\\\xa7@\\\\x14v\\\\x1fN\\\\xddT\\\\xb3v\\\\xe1\\\\x98\\\\x05\\\\xc0\\\\x18\\\\x9eyW\\\\xaa9\\\\xdb\\\\x00b\\\\x176\\\\x7f\\\\xba?\\\\x9dW\\\\xf1\\\\x9f\\\\x8d_\\\\x83\\\\x9a\\\\xfe\\\\xd73\\\\xc9\\\\x1bx\\\\xde\\\\x1f\\\\x8b\\\\xf6\\\\xd8Xht%\\\\xb2]\\\\xd0\\\\x90\\\\xc5@\\\\x853\\\\xdc\\\\xf9u\\\\xbbe\\\\xe2E\\\\xb9\\\\x96#\\\\x0e\\\\xc5\\\\x93\\\\xbe\\\\xbb\\\\xa0\\\\x15\\\\xf1\\\\xdf\\\\x94\\\\xb7\\\\xf9\\\\xadQ\\\\xac\\\\x8a\\\\xa4B\\\\xa8\\\\xff\\\\x00\\\\x97\"^`\\\\x0e\\\\xda\\\\xf6>\\\\x1d\\\\xba\\\\xda\\\\x85\\\\xd0}96K\\\\x10\\\\xcc\\\\x82\\\\xe9\\\\x07\\\\x96\\\\xc5L\\\\x84+J\\\\xd6TI\\\\xb2\\\\xc0\\\\xd3\\\\xa4zG\\\\x98\\\\x1eq\\\\xd0\\\\xcd\\\\x80\\\\xf4\\\\xb5*S#2\\\\xf8v*\\\\xdb\\\\x91\\\\xc0(\\\\xe1\\\\rG\\\\xda\\\\x0c\\\\x13i\\\\x11\\\\xb4\\\\x9925\\\\xd3N\\\\xfd6\\\\xc5\\\\xf99p\\\\xc5=\\\\xc5\\\\x1d\\\\x03l\\\\x1b&\\\\xd5\\\\nX2L\\\\x9d\\\\x08=\\\\x87\\\\xa7\\\\xfb\\\\xc9\\\\xea\\\\xe0\\\\xbc(z\\\\xae\\\\x8b\\\\xcb\\\\x00\\\\x92\\\\xf9\\\\n-g\\\\xf4\\\\x82`j\\\\x04\\\\x1d\\\\x06\\\\xba\\\\x9f\\\\xdb\\\\xa7Z\\\\xb6&\\\\x00W\\\\xf6\\\\xf3\\\\x00!\\\\xea\\\\x80\\\\xa3\\\\xac\\\\x96m\\\\xba\\\\x18\\\\x1b@\\\\x1d\\\\xc4\\\\x1e\\\\xacjb\\\\xea\\\\xc1\\\\x95P\\\\x8bp\\\\xd9YJ\\\\x82\\\\x14+\\\\x1ai\\\\x0cD\\\\x9du\\\\x9d\\\\x0fs#\\\\xeb\\\\xd3\\\\xe30U\\\\xe8n\\\\x01\\\\x15\\\\xc73\\\\xfc,-)F\\\\xc0\\\\x8a\\\\xa0\\\\x92\\\\xa2\\\\xe6U\\\\xdb\\\\x03\\\\xb4\\\\x8f O\\\\x9f~\\\\x89\\\\x1c\\\\x01\\\\xb8\\\\xee\\\\xfd\\\\x10[K\\\\xda\\\\xc5\\\\xc0\\\\xdb\\\\xa3\\\\x1d\\\\xc2`$\\\\x95\\\\x81\\\\xa7e\\\\x8dg\\\\xbfP\\\\xaf\\\\xc40Gp\\\\xef\\\\xb2\\\\xc5Z\\\\x8b\\\\xac\\\\xd6\\\\x02+\\\\xa7\\\\x8ci;gBc\\\\xc3\\\\xae ,\\\\xed\\\\xc5\\\\xb1\\\\x12\\\\xfc\\\\xd2\\\\xe6]\\\\xac\\\\xf6\\\\x96um\\\\xeb\\\\xff\\\\x002\\\\xb6\\\\x1a\\\\x02\\\\x04\\\\x03\\\\xb7H\\\\xef\\\\xe3\\\\xe7\\\\xd7\\\\x12\\\\xb4a\\\\x10\\\\x050[q\\\\x99\\\\xb7\\\\x15\\\\xf6\\\\xf6\\\\x96VR\\\\x88\\\\xa6eN\\\\x80\\\\xf9\\\\xc7\\\\xde\\\\x7f\\\\xc7\\\\x82\\\\xe9\\\\x84~\\\\xb7\\\\x18\\\\xe1w06\\\\x98$)\\\\xeec\\\\xb8\\\\x8f8\\\\xead\\\\x1dg\\\\\\\\\\\\x81\\\\xb9\\\\x80\\\\xa2\\\\xbc\\\\x7fN\\\\xff\\\\x00U9\\\\x1f\\\\x8e\\\\xe4Q\\\\x89\\\\xc95\\\\x99\\\\x9cO\\\\xb87\\\\xd2\\\\x7f\\\\x12\\\\x0e\\\\xc0\\\\x86\\\\xd4\\\\xe8{\\\\x8e\\\\xbc\\\\xef\\\\xc8|[\\\\x1dv\\\\xb1\\\\xe5\\\\x91\\\\xec\\\\xe4~\\\\xab\\\\x13u\\\\xb3r\\\\xe1w\\\\x07\\\\xc6\\\\xb9\\\\xca\\\\xf2\\\\xb1\\\\xa9\\\\xcd\\\\xc6\\\\xbdo\\\\xa6\\\\xf1]\\\\xc9P\\\\x93\\\\xbdA\\\\x016)\\\\n#\\\\xc0\\\\xe90|:\\\\xca\\\\x8c\\\\xee\\\\xda\\\\x93Ma\\\\\\\\\\\\xda\\\\xb0\\\\x04\\\\x05c\\\\xbeuY\\\\xb8\\\\xe9\\\\xeb\\\\xa4\\\\nK3\\\\xd6T\\\\x06\\\\x92$\\\\xe8\\\\xc4I\\\\x99\\\\xff\\\\x00\\\\x0e\\\\xad{\\\\xda\\\\x875Rq4A\\\\xee\\\\xc4\\\\xe2\\\\xbd\\\\x90j\\\\x02\\\\xc4\\\\xba^\\\\xa7W]O\\\\xe2\\\\x87Y\\\\x0b\\\\xb7O\\\\x0f\\\\xfbd\\\\xc8w*\\\\xe07zM\\\\xbf\\\\x83[\\\\xeeF\\\\xc6\\\\xa6\\\\xcb-*\\\\x03;\\\\x95X\\\\x11 \\\\x82\\\\x00\\\\x81\\\\xafh\\\\xea\\\\xad\\\\xdbt,\\\\x88\\\\x0e\\\\xe4&\\\\xae!\\\\xf1i\\\\xb7\\\\xde)]\\\\xd5\\\\x055\\\\xaa\\\\x83\\\\xacN\\\\xd6 \\\\x12\\\\x01\\\\xdc`\\\\xed\\\\xd3\\\\xee\\\\xec\\\\xa2#\\\\x08\\\\x8e\\\\x9c:8\\\\x89\\\\x1c\\\\xd6\\\\xea\\\\xfe:\\\\xf6\\\\x8a\\\\x9d}\\\\xba\\\\xed\\\\xa5X\\\\x12\\\\x10\\\\x16\\\\x12\\\\x08;\\\\x88\\\\x03\\\\xb93=\\\\xc4u\\\\x93\\\\xb8\\\\xdaJBZ3\\\\xc5\\\\xc0\\\\xc3\\\\xf8*\\\\xed\\\\xa9\\\\x00\\\\xcf\\\\x91\\\\xc1]?\\\\x1c\\\\xc2\\\\t\\\\xc5\\\\xa5Z\\\\x92\\\\x8c\\\\x89\\\\x1b7z\\\\xdbD$F\\\\xe8\\\\'\\\\xc4\\\\xc7\\\\x8f~\\\\xa9\\\\xdb\\\\x89\\\\xfds\\\\x0bv\\\\xc6\\\\x1a\\\\x9b\\\\x1c\\\\x93]\\\\x18-b%\\\\xde\\\\xec\\\\xd8UJ\\\\x13`]\\\\xa3n\\\\xd3\\\\xf8u=\\\\xa3A\\\\xdb\\\\xb7n\\\\xb4cZ\\\\x9c\\\\x91F#\\\\x06R\\\\xf95\\\\xc6\\\\xa6\\\\xa1e&\\\\xc4u\\\\xab\\\\xdb\\\\xbbj\\\\xed\\\\x82@\\\\xed\\\\x06\\\\x08\\\\x83\\\\xe3=2f\\\\'\\\\x0e\\\\n\\\\x9a\\\\xfe\\\\xb4K\\\\xdc\\\\xde?\\\\xb3\\\\xc7\\\\xe5\\\\x1a?\\\\xe9\\\\xd3j\\\\xed\\\\xabF\\\\xac\\\\xb4G\\\\xb8\\\\xf24\\\\x1d\\\\xc9\\\\x03\\\\xcf\\\\xaa\\\\x97\\\\xa8\\\\xf4\\\\xfe\\\\x12f\\\\xcc\\\\n\\\\xe7\\\\xbc\\\\x94\\\\xc5\\\\xb1\\\\xb2*\\\\xcf\\\\xc5\\\\x19\\\\xf8\\\\xa5\\\\x98\\\\xdc\\\\xe9j$\\\\x16OK+\\\\x10\\\\x06\\\\x87]O\\\\xd8:\\\\x8d\\\\xa4\\\\x85\\\\xc8\\\\x98\\\\xce\\\\x1a\\\\xba\\\\xd1\\\\xfa1Y\\\\x17\\\\xc8\\\\x89pZ\\\\xa9[\\\\xfarR\\\\x8bZ\\\\xec\\\\xaa\\\\xa6\\\\xd5\\\\xd6\\\\x0b\\\\xb8\\\\x1a\\\\x93\\\\xa4K\\\\x01\"L\\\\x7f\\\\x9fWm\\\\x83\\\\x00#\"\\\\xcf\\\\x97\\\\xf3\\\\x9a\\\\xacA\\\\x18\\\\x053\\\\x1f\\\\x88D\\\\xcb\\\\xaa\\\\xcc\\\\xbc#}\\\\x10kA#\\\\xc4\\\\xa8\\\\x8d\\\\xc0\\\\x82;\\\\xf7\\\\xf2\\\\x1dY\\\\x84\\\\xe1\\\\t\\\\x02\\\\xcfO\\\\xbf\\\\x8f\\\\xf4\\\\xa6\"O@\\\\xbak\\\\xe1?\\\\x07\\\\xb7\\\\xe4+O\\\\xe63\\\\xee\\\\xab\\\\xe2\\\\xd7%v\\\\xbf\\\\x1a\\\\xc5\\\\x8a\\\\xbd\\\\xfb!\\\\x82\\\\x00@\\\\x96\\\\xd0\\\\x13\\\\x1a\\\\xfe\\\\xce\\\\xae\\\\xee\\\\xf7\\\\xc0[g\\\\xf4\\\\x9c\\\\xba\\\\xf2V\\\\xadZ2\\\\x96\\\\x0b\\\\xa7\\\\xf8/\\\\x8d`\\\\xa6:q\\\\x94\\\\xd6\\\\xfcml\\\\x16\\\\x8c\\\\x1a\\\\n*\\\\xd7*\\\\xbf\\\\x84\\\\x05\\\\x98\\\\xfcG\\\\xc3C\\\\xa1=y\\\\x8d\\\\xd6\\\\xe8n\\\\x1e\\\\x04\\\\x90\\\\xd8\\\\x0c\\\\xbf\\\\xb0\\\\xb6\\\\xec\\\\xd9\\\\xd3V\\\\xc9\\\\x1e\\\\x18+\\\\x85K`\\\\xef\\\\xabc\\\\x16\\\\xfc\\\\xdeg\\\\xa6\\\\xed\\\\xe6\\\\xb2\\\\x04\\\\x9deA\"~\\\\xcd4\\\\xf0\\\\xc8\\\\x13\\\\x99x=*\\\\xfdS\\\\xc3b\\\\xd5K\\\\xdc\\\\xc6B\\\\xb1\\\\xb5?\\\\x95P`6\\\\xadn\\\\x03-\\\\x85v\\\\x85\\\\x12\\\\x01!\\\\x8e\\\\x80\\\\x8f?\\\\x0f\\\\x14]\\\\t\\\\x80\\\\x91\\\\x86)3\\\\x8d\\\\xf9.o\\\\x03\\\\x99\\\\x83\\\\xc9.\\\\xe3El\\\\x89n\\\\x13\\\\x89-Z\\\\x92N\\\\xfd}D7c\\\\xe3\\\\xfe\\\\x98\\\\xeb.\\\\xe9\\\\xacD\\\\x87\\\\x82\\\\xb0\\\\x03\\\\x82\\\\xcb\\\\xb0\\\\xbe\\\\x07\\\\xf2:\\\\xbeQ\\\\x8f\\\\xc7d\\\\xf1\\\\x15\\\\x7fK\\\\xc6Z\\\\x8bQZX\\\\xbe\\\\xf1\\\\xbd\\\\x9br:$\\\\x91\\\\x08\\\\x0b\\\\x03\\\\x1aF\\\\x9dj\\\\xfcm\\\\xe3rz\\\\xad\\\\x06\\\\x940\\\\xed\\\\xe7\\\\xda\\\\xcan\\\\xc4\\\\xb3\\\\x13\\\\x96X\\\\xa3_:\\\\xc7\\\\xfc\\\\xf0\\\\xfc\\\\xff\\\\x00\\\\x0e\\\\xa2\\\\xeaqA\\\\xb3\\\\x97\\\\xa5_m\\\\x16\\\\x05:\\\\xef&\\\\x10\\\\xb3k\"$\\\\x9e\\\\x95\\\\xf2\\\\xe4\\\\xeef\\\\'\\\\x01\\\\xe9\\\\xcf\\\\x93\\\\x8e\\\\xbdQ\\\\xdb\\\\x86\\\\x88\\\\x9ej\\\\xa6\\\\xe4\\\\xf9\\\\x7f\\\\xcd\\\\xd6\\\\xd9|^M\\\\x99X\\\\xa4\\\\xd6\\\\x9996W\\\\xb5\\\\xd2\\\\xdb\\\\x11I\\\\xa9[pX\\\\x94$O\\\\x80\\\\x1dd\\\\xeed#\\\\x13r\\\\xd9$8y0\\\\xc7\\\\x92m\\\\xb3\\\\xa9\\\\xa2h9%Jrl\\\\xbd\\\\xddjR\\\\xb7)\\\\xf4\\\\xe6\\\\xb8VfM5K6\\\\xab\\\\t\\\\x00\\\\x86#\\\\xef\\\\x9e\\\\xb1\\\\xad\\\\xdc\\\\x9c\\\\xe5\\\\xa8d\\\\xc5\\\\xdb\\\\x15~Q\\\\x88\\\\x0c~\\\\xbft\\\\xea\\\\x9f,\\\\xe5r2\\\\x8eM\\\\x99v>Z\\\\xe3V\\\\x83&\\\\xbb}\\\\xb0!=\\\\xb4C\\\\n}L$I\\\\x07M5\\\\'\\\\xad\\\\x1b\\\\xbf%\\\\xb9\\\\x94\\\\xcc\\\\xe4}L\\\\x00=\\\\x0e8t\\\\xfeT\\\\xc66\\\\xcc@\\\\x1crR\\\\xb1\\\\xf3\\\\xab\\\\xe5S*\\\\xcc\\\\xcd\\\\xfe\\\\xfa\\\\xdbY\\\\xad,u`UL\\\\x10\\\\xca\\\\xda\\\\x88\\\\x01\"#Q\\\\xd8A\\\\xea\\\\x8c\\\\xef[\\\\x91\\\\x91\\\\x992\\\\x99f4a\\\\xfd&\\\\x80X\\\\x08\\\\x8a+S\\\\xe1\\\\xb8)\\\\x9d\\\\xcd\\\\xbeV1\\\\x0fV2\\\\x96\\\\x0c\\\\xcb%}\\\\xce\\\\xf0|\\\\x8cj>\\\\xce\\\\xbd\\\\x17\\\\xfdwh7[\\\\x918\\\\x8a\\\\n\\\\xbe4o5OrLCf\\\\xac\\\\xcc\\\\xa3CW\\\\xba\\\\xe6t\\\\xb1\\\\x19}\\\\x90\"\\\\x0f\\\\x99=zM\\\\xe5\\\\xebss\"h}?t0\\\\xb6\\\\xd1\\\\x0f\\\\x8a\\\\n^\\\\xe2\\\\xd2\\\\xa4;\\\\xb2\\\\xed\\\\x03\\\\xb9\\\\xdb\\\\x13\\\\xaf\\\\x94\\\\xeb\\\\xd6!\\\\x9c\\\\xdf\\\\x10|\\\\xcf\\\\xf0\\\\x8c\\\\x13\\\\x96+U\\\\x96\\\\'z\\\\xc0MK:\\\\x93$\\\\x98\\\\x02LGU\\\\xaf]\\\\xb6\\\\xd4\\\\xa3W\\\\xaadL\\\\xbb]F\\\\xb6\\\\xb4\\\\xf7=`*\\\\xb5r\\\\xd5\\\\xe8\\\\x17h\\\\xd0\\\\x03\\\\xe6z\\\\xa18\\\\x88\\\\xcb\\\\xd5@F\\\\x19\\\\x11\\\\x97iE0\\\\tq\\\\x8f\\\\xd1j\\\\xc5\\\\xb1\\\\xd8\\\\xb0\\\\x95\\\\xf6\\\\xeb\\\\xf5\\\\x00\\\\xc3n\\\\xd30\\\\x07o\\\\x1e\\\\xfau\\\\x1by]\\\\x9b\\\\xe1\\\\xa65b\\\\xcc\\\\x0b\\\\xd0a\\\\x9fD\\\\xb18\\\\xc7\\\\x8f\\\\x15(\\\\x8b\\\\xbd\\\\xf0\\\\xe0\\\\x8d\\\\xd68\\\\x95\\\\x07\\\\xc4\\\\xaf\\\\xd8c\\\\xa6\\\\x9b7\\\\r\\\\xe0C\\\\x13#Z\\\\xb8\\\\xc1w\\\\xbbNL\\\\xa3\\\\xf1\\\\xfc/(\\\\x1b\\\\x93\\\\xca\\\\xab\\\\x05\\\\x86)\\\\xb7\\\\xdc\\\\x90$ma2\\\\xbf\\\\x86b\\\\x0fo\\\\xdb\\\\xd2\\\\xb6_\\\\xf5\\\\xdd\\\\xe8\\\\xf7oB\\\\xd3A\\\\xdf\\\\x07\\\\xa1\\\\xe5\\\\xcf\\\\xb9\\\\x19\\\\xb8\\\\x0cA\\\\x15\\\\xe6\\\\xa7\\\\x145\\\\xb5\\\\x05\\\\xaa*\\\\\\\\\\\\xc5Z\\\\x02\\\\xcd#@?\\\\xbb\\\\xad{{9\\\\x83\\\\x12c^\\\\xca\\\\x91\\\\xcb\\\\x8c\\\\x159\\\\xdc\\\\x04\\\\xad\\\\xcc\\\\xf9U\\\\x1a\\\\x94b\\\\x8c\\\\x93s\\\\xba\\\\xb3\\\\t\\\\x0c\\\\x15{\\\\x99h\\\\x02\\\\x0f\\\\xd7\\\\xad+6n\\\\x96\\\\x12\\\\x8d\\\\t!\\\\xeb\\\\x87~\\\\to\\\\x10\\\\xe74\\\\x91\\\\x97\\\\xf3\\\\xec^=\\\\xac\\\\xaa\\\\xdaW\\\\x90\\\\x08\\\\xa4\\\\xdd\\\\xec\\\\x02\\\\xb1.P$\\\\x91\\\\x06\"I\\\\x13=Q\\\\x9e\\\\xec@\\\\x98\\\\x13\\\\x19S/\\\\xa1\\\\xecF\\\\x1d\\\\x9c\\\\x82\\\\x97y\\\\xacz\\\\xb3\\\\x12\\\\x9eK\\\\x82\\\\xaa\\\\x87KXeg\\\\xe2\\\\xa94\\\\xfb\\\\xa2\\\\xa6R%J\\\\x80YK\\\\xc4\\\\x83\\\\xdc\\\\xfd\\\\xddZ\\\\xb7\\\\xb8\\\\x9c,i\\\\x83\\\\xb3\\\\xf6?\\\\'I\\\\x9d\\\\x9dr\\\\xd5\\\\xf5F8\\\\n\\\\xee\\\\xae\\\\xbb\\\\xf9\\\\x8b\\\\xf1\\\\xf1\\\\xf0x\\\\xfc:\\\\xd7\"\\\\xfc\\\\x8aH6\\\\xdf\\\\xee\\\\xb9\\\\x15\\\\x8c\\\\x95f\\\\x87U\\\\x06tm\\\\x07W,\\\\xee\\\\x84\\\\x1c\\\\xcc\\\\x01\\\\x81\\\\x1d\\\\\\\\\\\\xd1\\\\xf8\\\\xa2(\\\\xd92\\\\x05\\\\xb0\\\\x03\\\\x8f\\\\xe5e\\\\x97v]\\\\x91\\\\xae\\\\xa7\\\\xa2\\\\xdcoe`\\\\x7f\\\\xc8_Q\\\\xff\\\\x00\\\\xee\\\\xec=\\\\x10Z\\\\xb1\\\\xa88\\\\x0eW<1\\\\xc7\\\\xa3\\\\x95\\\\xb7\\\\xf3\\\\xf4\\\\xdd\\\\x8d\\\\x8e\\\\xce\\\\xca\\\\xcc\\\\xec\\\\xcdi\\\\xd4\\\\x95-\\\\xa4h\\\\x08\\\\x99]{u\\\\xe4\\\\xa3\\\\xbc\\\\x13\\\\xbaL\\\\xbfW=\\\\xaa\\\\xfc\\\\xf6\\\\xfaCg\\\\xe4\\\\xad|\\\\xf7\\\\xc6\\\\xcf\\\\xe10\\\\xe9\\\\xc7\\\\xc5\\\\xca\\\\xa7\\\\x9a\\\\xb6\\\\xccU\\\\xc7\\\\xc8\\\\xca\\\\xbc8\\\\xc9\\\\n6\\\\xb3\\\\x15`!T\\\\x9d\\\\xa0x\\\\x03=z\\\\xabS\\\\x95\\\\xfb\\\\x03H\"D\\\\x86$\\\\xe3\\\\xfc$\\\\x11\\\\x10Y\\\\xc3f\\\\xab\\\\x7f\\\\x8cddr\\\\xff\\\\x00*\\\\xe0\\\\xf8\\\\x0eS0c\\\\xe2q\\\\x1c\\\\xa6M\\\\xf95\\\\x8a\\\\xbd\\\\xccz-\\\\x88\\\\x855\\\\xeeR\\\\xc4\\\\xa8\\\\xf5O\\\\xd7\\\\xed\\\\xc8\\\\x85\\\\xd8Bm3\\\\xa6q\\\\x94\\\\x9f\\\\xfd\\\\xbd\\\\xc1k\\\\x08\\\\xc8[\\\\xa1\\\\xa1e\\\\xd7\\\\xa79\\\\xc6e\\\\x9999\\\\x97e\\\\xd2i\\\\xa8W\\\\x99\\\\t\\\\xec ]\\\\xc1\\\\xe1d\\\\xe8L\\\\xfa\\\\xbe\\\\x9d7w\\\\xba&\\\\xef\\\\xbb)\\\\x93@\\\\x1d\\\\x81\\\\x0c\\\\xd5\\\\x15\\\\xfa\\\\xa0\\\\xb5\\\\x1ai`\\\\xe8W%\\\\xccb.5\\\\x87\\\\x0f\\\\x91\\\\xc4\\\\xa6\\\\xfaU\\\\x9f\\\\x107\\\\xf3\\\\x7f0\\\\x80i\\\\xb5\\\\x14\\\\x8f\\\\xa7\\\\x8f\\\\xd6\\\\x0fn\\\\xb2w;\\\\x8bW-\\\\xb0\\\\x90\\\\x8c\\\\xa2\\\\x08\\\\x19\\\\xc8\\\\x8c\\\\x89\\\\x18\\\\'\\\\xd9\\\\x88\\\\x84\\\\xaa\\\\t\\\\x04\\\\xf7\"\\\\xf4d>J-v\\\\xda\\\\xc4\\\\xe2W\\\\xee]Y\\\\x0b\\\\xb1_\\\\xf8\\\\xb5\\\\x80\\\\xd3\\\\x1ec\\\\xb7L\\\\xb3\\\\x19\\\\xdd\\\\xb5\\\\rr-\\\\x10I\\\\x04\\\\x06\\\\x072\\\\xec\\\\xf5\\\\x1c\\\\xfb\\\\x94JLKw(!\\\\xac\\\\xc8V\\\\xb5;ZT\\\\xaf`\\\\xbb\\\\x0c\\\\x8d\\\\xb1\\\\x1a\\\\x93\\\\xdf\\\\xbf\\\\xd3\\\\xac\\\\xa2\\\\r\\\\xe8\\\\xcaQ\\\\xa1%\\\\xbf\\\\xfa\\\\x7f%N\\\\xac5\\\\xbe\\\\x8c\\\\x1a\\\\xb3\\\\xec\\\\x8c\\\\xfaK-\\\\x9b/\\\\x96\\\\xb2\\\\xad\\\\xa0\\\\x99\\\\xda\\\\xd3,b<:\\\\xd2\\\\xb3n~\\\\xc0\\\\x97wZ\\\\xd5ym\\\\xff\\\\x00\\\\xc8\\\\tH\\\\xc28b\\\\xff\\\\x00U\\\\xc4\\\\x9c\\\\xf7%u\\\\xea\\\\xc5@GF\\\\x06\\\\xcd\\\\x05\\\\x84\\\\xab\\\\x03\\\\xae\\\\xee\\\\xccu\\\\xee\\\\x7f\\\\xcf\\\\xad\\\\x0fo\\\\xdc\\\\x883\\\\x19t^v\\\\xe4\\\\x98\\\\x96.\\\\xaa\\\\xdc\\\\xbc\\\\x8a\\\\xa8\\\\xcc{\\\\x96\\\\xcfoma\\\\xd1\\\\x12Zf~\\\\xcf\\\\xda>\\\\xce\\\\xbc\\\\xc6\\\\xfbm\\\\xa6\\\\xe9\\\\x11\"\\\\xa1\\\\xfb:+6\\\\xee\\\\r5\\\\xc9\\\\x02\\\\x1c\\\\xeeNM\\\\xad\\\\xf9\\\\xac\\\\x7ft\\\\xa1b\\\\xecI\\\\x04\\\\x825\\\\r\\\\xda}&gO\\\\x1e\\\\x90-\\\\xfbr\\\\xd4\\\\x0b\\\\x9e\\\\xb5\\\\x07.\\\\xd5\\\\x1e\\\\xe94!K\\\\xcbn\\\\x1f%q\\\\xaa\\\\xc1\\\\tK\\\\xd2\\\\x14\\\\x0bXG\\\\xa67\\\\x01\\\\xdb\\\\xf6N\\\\xb3\\\\xd5\\\\xed\\\\xd4\\\\xad\\\\x18DC\\\\x11\\\\x8f\\\\x1fj\\\\x94\\\\x11\\\\x9cL\\\\x9aX}\\\\x11/j\\\\x8f\\\\xfe\\\\xa3\\\\x17\\\\xff\\\\x00\\\\x95\\\\xff\\\\x00\\\\xeat\\\\xcf\\\\xf1G\\\\xfb\\\\xa3\\\\xe0\\\\x8f\\\\xde=\\\\x17\\\\xff\\\\xd1\\\\xe4\\\\x9bx\\\\x9c\\\\xcb\\\\xef\\\\xba\\\\xf6\\\\xda\\\\xc1YS\\\\x1d\\\\x9a\\\\xd9\\\\xd9X\\\\xdaN\\\\xd0\\\\x17B<\\\\xc9\\\\xfa\\\\x1e\\\\xbc\\\\xe1\\\\x06X\\\\xaf\\\\x89J\\\\xc9\\\\xf5\\\\x11\\\\x9f\\\\x82\\\\x8f\\\\x8dnN#V\\\\xb5\\\\xe45_\\\\x9bb\\\\xa9S\\\\xb0\\\\xdf\\\\x04\\\\x90\\\\xced4.\\\\x9e:\\\\xe9\\\\x13\\\\xf8zQ\\\\xb5WA\\\\x19\\\\x18\\\\ng\\\\xc7\\\\x1fT\\\\xeb\\\\xc6e\\\\xdd\\\\x8fo\\\\x1f^Um\\\\xed\\\\xdd\\\\x15\\\\xe3\\\\xd2\\\\xc4{\\\\xac\\\\x14\\\\xea\\\\xd0K\\\\x12\\\\x1a<~\\\\xee\\\\x8bA\\\\x0c][\\\\xb5vQ\\\\xa1\\\\xa0*_?\\\\xcceT\\\\xec\\\\xb8\\\\xe1\\\\x94T`\\\\'\\\\xe0G\"w~(\\\\x80~\\\\x9a\\\\xfd\\\\xdd\\\\x01\\\\x8b\\\\xb0Qz\\\\xe3S\\\\x8f\\\\x15\\\\x07\\\\x8d\\\\xe4r\\\\xf0}\\\\x84\\\\xa4\\\\x97\\\\xdc\\\\xea\\\\xd6d;\\\\xce\\\\xe0\\\\xfbA\\\\t\\\\x03\\\\xd25\\\\x00\\\\x19\\\\x99\\\\xef\\\\xe0:f\\\\x0c\\\\x06)Z\\\\xa42\\\\xad\\\\x15\\\\xe5\\\\xc1\\\\xe7\\\\xdd\\\\xc9P\\\\xfb\\\\xab\\\\xb8.+\\\\x82M\\\\x86U\\\\xc2\\\\x83\\\\xa0\\\\x93\\\\xb7R\\\\'\\\\xbf\\\\x8fM\\\\x8cI\\\\x04\\\\x15\\\\xafbZ\\\\x83rU\\\\x0f\\\\xca\\\\xf0\\\\xee\\\\xc1\\\\xe6\\\\xda\\\\xa0\\\\xc2\\\\xa7\\\\xf7\\\\xd5\\\\xab\\\\xb9!W\\\\xcc\\\\xc8\\\\x82{Di\\\\xafT\\\\x85\\\\xb6\\\\xa2\\\\xad)\\\\xe8\\\\x98+\\\\x95\\\\x8fb\\\\xe6\\\\xd7\\\\x91\\\\xc3d\\\\x04nB\\\\xea\\\\x15r\\\\x98\\\\x18\\\\rY&\\\\xc0\\\\x0e\\\\xe5\\\\x04H\\\\r\\\\xa1\\\\x9e\\\\xbc\\\\xfc.^\\\\xd9K\\\\xd5\\\\'\\\\x84\\\\x8e!\\\\x8f`\\\\xa8\\\\n\\\\xcbF\\\\xe7\\\\xea0\\\\xe3\\\\xc9]\\\\\\\\.FP\\\\xa4cge\\\\xbdw9k(\\\\xc9V\\\\x0er\\\\x06\\\\xa5\\\\x0e\\\\xd8\\\\x80\\\\xcc\\\\xdd\\\\x81\\\\xee<\\\\xba\\\\xf4\\\\x96\\\\xa0\"#\\\\xeabC\\\\xf3~\\\\xceH q\\\\xf1\\\\xab\\\\x00A\\\\x95\\\\x98\\\\x11\\\\x13\\\\x1d_\\\\x84g\\\\x1bL\\\\x03\\\\xc0\\\\x97p\\\\xd4-C\\\\xfe\\\\xe21\\\\xa2\\\\tz{y\\\\x14\\\\xab\\\\x89\\\\xf2+*\\\\xc7\\\\xa7\\\\x8d\\\\xca\\\\xbb\\\\xf2\\\\xc6\\\\x9c\\\\x81\\\\xfd:\\\\xd6v\\\\xa9\\\\ru\\\\xd7\\\\xbb\\\\xdbP\\\\xa0\\\\t \\\\x1d\\\\x7f\\\\t\\\\xef\\\\xdb^\\\\xa9N\\\\xfd\\\\xe0\\\\r\\\\xa9\\\\x1aF\\\\xb15\\\\x1c\\\\x14Vb\\\\x05Z\\\\xa7\\\\x14\\\\xf5\\\\x8d\\\\x97m\\\\xc7\\\\x162C_n0\\\\xb1\\\\xac\\\\x9f}\\\\x032\\\\xca\\\\xc1\\\\x06\\\\x0f\\\\x84\\\\t\\\\xfd\\\\xba\\\\xf4\\\\xebWn8\\\\x90\\\\x9b\\\\x9d5?\\\\xb0\\\\x04\\\\xe1\\\\xf6\\\\xa1Rc\\\\xaa\\\\x87\\\\x00Uy\\\\xfa\\\\x83\\\\xc8ep\\\\x9c-\\\\xf8\\\\xa7\\\\x97\\\\x0fL=\\\\xb7\\\\xe3\\\\x10\\\\xa2\\\\xfa\\\\xde\\\\xc8(\\\\xa4\\\\x81\\\\xaa\\\\x11\\\\'_\\\\x1f/\\\\x02\\\\xdc\\\\x0b\\\\x966\\\\xf1\\\\x84\\\\xa7\\\\xcc\\\\x90\\\\xc1\\\\xdeU\\\\xa9\\\\xe4\\\\x91*\\\\xca\\\\x94_?\\\\xfeM\\\\xceg\\\\xf2\\\\xbc\\\\x9di\\\\x93x\\\\xbe\\\\xcc\\\\x9d\\\\xa6\\\\x9b\\\\x1d\\\\xe5* \\\\x006\\\\x93\\\\x04\\\\x125\\\\x1a\\\\x9dcN\\\\xbc\\\\xd6\\\\xf6R\\\\x99f\\\\xa9\\\\xc1\\\\xfe\\\\xdcc\\\\x92}\\\\x92\"ji\\\\xd1&\\\\xe6\\\\xf2dd\\\\'\\\\x17\\\\x91[ng\\\\x14\\\\xb2.\\\\x8e$\\\\xfa\\\\xbdCw\\\\x87\\\\x99?N\\\\xb1\\\\xa4.]\\\\x9d*\\\\xd9\\\\x0c\\\\xfe\\\\xb5Zp\\\\x8d5}WT|=\\\\xb9\\\\x02V|\\\\xbbv\\\\xe9\\\\x0eg#\\\\xa6\\\\x84f\\\\xdcU^\\\\x045s\\\\xf1d\\\\x9dg\\\\x11j\\\\x0c\\\\x85rL\\\\xb1\\\\xdb\\\\xb4H\\\\xdc;\\\\xf8N\\\\xa7\\\\xe9\\\\xd1\\\\x1fr\\\\'\\\\x9a\\\\xb5i\\\\x99W\\\\x1c\\\\xa6\\\\x1f\\\\xb7iWUB\\\\xa4\\\\xadu\\\\x82N\\\\x84I$\\\\x8dA\\\\x9f\\\\xef\\\\xebomp\\\\x98\\\\x83\\\\xc7b\\\\x88I\\\\x90\\\\x07\\\\xc4\\\\x9b\\\\x18\\\\xfaC\\\\r\\\\x0b/\\\\xd9\\\\xa7o\\\\x11\\\\xa7WE\\\\xda+B\\\\xeb\\\\x05\\\\x1b1\\\\x15)@\\\\x14\\\\xb5\\\\xb6\\\\x02\\\\x1d\\\\xf5\\\\xd4v\\\\x9f/\\\\x1e\\\\x9bh\\\\xb9\\\\xe8\\\\x99fO.\\\\x89[\"\\\\xb0\\\\xd7+\\\\x82+b\\\\xc1}\\\\xc0\\\\xb2|`\\\\x1dL\\\\x83\\\\xa7n\\\\xaf\\\\x85\\\\xb3fGK3\\\\xf7\\\\xf0\\\\xdd\\\\xe8nE\\\\xa2\\\\xd3]\\\\x85`\\\\xa4\\\\x17\\\\xdf\\\\xf8`h\\\\x03I\\\\x13\\\\xdc\\\\xf8k\\\\xd7\\\\x15j\\\\x10\\\\xd2\\\\xe1{\\\\x86\\\\xee\\\\xd6nR\\\\xca\\\\x8f\\\\xe9\\\\x80\\\\x0b\\\\x13\\\\xe3\\\\xb4\\\\x08\\\\x00\\\\xe9\\\\xe0\":\\\\xe0\\\\xba\\\\xf0\\\\x1aj\\\\xb7r{E~\\\\xbbf\\\\xd6\\\\x01\\\\x0e\\\\x80\\\\x92\"T\\\\x1e\\\\xd0\\\\xdf\\\\xbb\\\\xa8ud\\\\x85\\\\xf9,!\\\\xd4\\\\x936J\\\\x92\\\\xf2\\\\x1a\\\\x04\\\\xc9:\\\\x0e\\\\xc0\\\\x01\\\\xf6u\\\\xcb\\\\x992aY4x\\\\xc9Us#\\\\xf0\\\\xc8\\\\x90\\\\x07x\\\\xef\\\\xd4\\\\xc8:\\\\xcc\\\\xdc\\\\xc3\\\\xd4\\\\xbe\\\\xa6~\\\\x82\\\\xe7|g\\\\xe5\\\\xff\\\\x00\\\\xa5\\\\x18\\\\xbcO&\\\\xe9\\\\x8d\\\\xcf\\\\xf0\\\\x8d\\\\xff\\\\x00\\\\xf0\\\\x9eAX\\\\x1b\\\\xaaP\\\\xa0\\\\x84c\\\\xbbT:\\\\xf7\\\\xec{yt\\\\x17v\\\\xd6\\\\xf76\\\\x80\\\\x90v\\\\x18\\\\xe6\\\\x19\"\\\\xc6\\\\xd6\\\\xdd\\\\xfb&\\\\'\\\\x10Ht\\\\x7f\\\\x06\\\\xccW\\\\xc9\\\\xca\\\\xe3\\\\xef)\\\\xf9\\\\xaa\\\\xedUK\\\\xb7nRr]\\\\x91g\\\\xca\\\\xf1\\\\xacl\\\\x9a\\\\x0e\\\\xcc\\\\x0c\\\\x05;\\\\xabm\\\\xba\\\\xee\\\\x7f3\\\\xac\\\\x03:\\\\xf9uJr\\\\x8d\\\\x98\\\\xfa\\\\xdf[\\\\xd0}\\\\xca\\\\xb7\\\\r\\\\xb9\\\\x12e\\\\xd5\\\\xdco\\\\x14*\\\\xc3\\\\xa6\\\\x8d\\\\xb4\\\\xe2\\\\xe3q\\\\x93}-]+\\\\xee\\\\xb1\\\\xec\\\\xc6V\\\\x03\\\\x15\\\\xed\\\\x1bH\\\\x88\\\\xeb\\\\x17\\\\x7f\\\\xbd\\\\x95\\\\xd2\\\\xe4\\\\xb7r\\\\xd1\\\\xb3dD\\\\x00|T\\\\x8bri\\\\xc7\\\\xc9\\\\\\\\\\\\\\\\{j\\\\xba\\\\x84\\\\xb5Z\\\\x9c\\\\x9b%\\\\x98\\\\xb9\\\\x82Q\\\\xdb\\\\xd2B\\\\xaci\\\\xd6?\\\\xaaE\\\\x9d\\\\xc69\\\\xab\\\\xe0\\\\x80\\\\x03\\\\xb8+f}\\\\xe9U\\\\x1e\\\\xeb[u\\\\x87\"\\\\xc2BG\\\\xe3)2\\\\xc7i\\\\x104\\\\xfb<\\\\xfa\\\\xb0\\\\xf4\\\\xa8\\\\xecK4-\\\\x9a\\\\xac\\\\xf9\\\\x8eM\\\\xb2i\\\\x15WR\\\\xbd\\\\xd4\\\\xce\\\\xe6d\\\\xd4\"\\\\xa9U\\\\t\\\\xea:k\\\\xdci\\\\xe5\\\\xd2\\\\'#7S)i#\\\\xcdW\\\\xbc\\\\x8eH2\\\\xc3(\\\\xd8-`\\\\x95\\\\xed\\\\x04\\\\x06\\\\xdb\\\\xab\\\\t\\\\x8f\\\\xe1#Y\\\\x13\\\\xa8\\\\xfau\\\\x89\\\\xba\\\\xbd\\\\xa6_\\\\xb6!\\\\x89\\\\xf9\\\\xe3a\\\\xcc\\\\xe6\\\\xd2\\\\xa6\\\\x04\\\\xfaZ\\\\xba\\\\xa7V\\\\x94S \\\\x13\\\\xa0\\\\x89=j\\\\xeb\\\\xb7\\\\xf1\\\\r(V\\\\xef\\\\xfb\\\\xa8\\\\xddh\\\\xde\\\\n\\\\xa4\\\\xa4nS\\\\x10\\\\xab\\\\x1a?[\\\\xfeB*\\\\xc9\\\\x16YKS\\\\x90\\\\xc1V\\\\xd4TE\\\\xae\\\\xb73\\\\xb4k\\\\xe3\\\\xe0\\\\x7fg\\\\x9fY\\\\x17\\\\x7f\\\\xed\\\\xfb\\\\xb6 N\\\\x8c\\\\xd8\\\\xd1\\\\x8f\\\\xd1Z\\\\xb5kH \\\\xe2P\\\\x9b\\\\x7fVy*\\\\xb21\\\\xb333^\\\\xdc\\\\x86[\\\\x7f+ml\\\\xa5QQ\\\\t\\\\x93\\\\xb40.\\\\xbaxk\\\\xf7u\\\\x97{\\\\xfe\\\\xc9\\\\xb9\\\\x17\\\\x85\\\\xcdNK\\\\xb1\\\\xec\\\\xe4\\\\xba6\\\\x03\\\\x10\\\\x02X\\\\xe5?U\\\\xb9\\\\xfeUZ\\\\x85\\\\xcb\\\\xba\\\\xda-h*\\\\xed\\\\x15\\\\xa7\\\\xba$\\\\x96\\\\xf6\\\\x88\\\\xfcD\\\\xe9\\\\xfb\\\\x94\\\\x0e\\\\xab^\\\\xff\\\\x00\\\\xb2n/zL\\\\x89\\\\xef\\\\xe7\\\\x9a\\\\x98\\\\xed@\\\\x0ei\\\\xd1\\\\x18\\\\xf8\\\\xf6\\\\x1eVFW\\\\x1d\\\\x8de\\\\xc6\\\\xdc\\\\xfc\\\\x85KhV*\\\\xe1wmd`\\\\xc4\\\\xf8(0t\\\\x83\\\\xa1\\\\x9db\\\\xf5\\\\x88JR\\\\x0ejk\\\\xc1A\\\\x1b\\\\xa1\\\\xcfJ\\\\x7f*\\\\xd9\\\\xc7j\\\\xf9.?\\\\x8fS\\\\xc5SU\\\\x8f\\\\xb5W\\\\t\\\\x8e\\\\xd7\\\\x15\\\\xa9;\\\\x8dLK,\\\\xbbk\\\\x00\\\\xf8A\\\\x1dz\\\\x0b`\\\\x88\\\\t\\\\xb6\\\\x91\\\\xcb>\\\\xdeUJ-\\\\xfa\\\\xe6\\\\x16\\\\x1c\\\\x05\\\\xb4q_\\\\xd4\\\\x133\\\\xda\\\\xaf\\\\x02\\\\xc9[kj\\\\xc9\\\\xca\\\\xae\\\\xb4\\\\xd4X+>\\\\x83\\\\xb2\\\\x7f\\\\x8aI\\\\x1a\\\\xcfh\\\\xb9c}l\\\\x12\\\\'H\\\\xf31\\\\xa8\\\\xea\\\\x05\\\\x07\\\\x8a\\\\xe1\\\\xb7l\\\\x10\\\\xdc<\\\\xe5\\\\xcb\\\\xe6\\\\xb1y\\\\x1a\\\\xb3o\\\\xb3\\\\x06\\\\xba\\\\x9b\\\\xfas\\\\x02\\\\x881h\\\\xa9\\\\x88k/\\\\x03g\\\\xb4]\\\\x9aa{\\\\xfd{u\\\\x9d)\\\\xc3qt\\\\xbb\\\\xcbN\\\\x0f\\\\x80\\\\x1c\\\\xf2n\\\\xe5f\\\\x1a\\\\xa0\\\\xc4\\\\x16u^|\\\\xae\\\\xda_:\\\\xfb,5\\\\xba\\\\xd3e\\\\xb6\\\\xe5\\\\xdbS\\\\xd2@\\\\xb00W*\\\\xc0m\\\\x00\\\\x9d~\\\\x9db\\\\xeeN\\\\x9b\\\\xc4H\\\\nx>\\\\x14V4\\\\x19\\\\x17\\\\x8e?dC\\\\xe4\\\\xa9\\\\x95]\\\\x18\\\\xcf\\\\x85p\\\\xc9\\\\xfe\\\\x9d\\\\x88\\\\xf6\\\\x82\\\\xc1klT\\\\x041j\\\\xdeCY\\\\xb9\\\\xce\\\\xa4\\\\x08\\\\x0b\\\\xd8u\\\\xb5\\\\xba\\\\xf7\\\\x03{f\\\\x91\\\\x88\\\\xff\\\\x00\\\\xe9\\\\xaeX;\\\\xf7\\\\xa1\\\\xb7\\\\xa0\\\\x16\\\\x9eg\\\\xc5W\\\\xdf\\\\x11\\\\xe7\\\\xf219k_;$\\\\xe6e[\\\\x90\\\\xcc\\\\xb9\\\\x94\\\\xae\\\\xe2\\\\xceu\\\\x12XA2H+\\\\x1e@\\\\xf5\\\\x83z\\\\xf4\\\\xe5=r\\\\xa9\\\\'\\\\x1e\\\\xaa\\\\xf9\\\\xd3\\\\xfa\\\\x8c9.\\\\x90\\\\xc3\\\\xf9\\\\x1e\\\\x06B&\\\\x0f\\\\xf3p\\\\xc3RW\"\\\\xe7o~\\\\xc7s\\\\x00\\\\x94R\\\\xa7\\\\xdb\\\\xde\\\\xc0\\\\x01\\\\xdc\\\\t\\\\xea\\\\xd470m\\\\x0e\\\\xc1\\\\xb3\\\\xf5z\\\\x8eC\\\\x93\\\\xa86\\\\xff\\\\x00\\\\xd4\\\\x07\\\\xf4\\\\xa5f`d`r<\\\\r\\\\x1czU\\\\xc6\\\\xf3*\\\\x9b\\\\xef\\\\xc9\\\\x18\\\\xea\\\\xea)\\\\x90v\\\\\\\\d\\\\x80\\\\xcd\\\\xa2\\\\xca\\\\xfa\\\\xbc|\\\\xfal\\\\xb6\\\\x02\\\\xc5\\\\xebb\\\\x11\\\\x02\\\\xe3V\\\\x94\\\\xe6\\\\xc7\\\\x1a\\\\xe5E1\\\\xbb\\\\xae224\\\\xed\\\\xcd5+\\\\xf2\\\\x19I\\\\x90\\\\xfb]jvqm\\\\x14\\\\xd8\\\\x88\\\\x1a\\\\xf1\\\\x0cK<\\\\x96xR\\\\x17\\\\xcb\\\\xb8\\\\x89\\\\xe9\\\\x97\\\\'t\\\\xdb\\\\x91\\\\x0e\"\\\\\\\\0o\\\\xd8W\\\\x1cKu\\\\xa2\\\\xac \\\\xf9\\\\xac9\\\\x0eM8\\\\xe4s\\\\x8f\\\\xb3!\\\\xd5\\\\x1d\\\\x9dU}\\\\xc1S \\\\x1a\\\\x7f-\\\\x8fy\\\\xd3^\\\\xfdU\\\\xba=\\\\x82\\\\x04*H\\\\xed\\\\x01\\\\xbb\\\\x1cw\\\\xbfD\\\\xe8KQ\\\\xd2\\\\xd9\\\\xa1\\\\xb4r\\\\xb7r\\\\xcf\\\\x8b\\\\x8c\\\\xb5\\\\xa5X\\\\x15\\\\xed\\\\xbb(\\\\xdd[\\\\xa9\\\\xc9o\\\\xc5\\\\xf9xb#\\\\xb8:\\\\xcf\\\\xd7\\\\xa6\\\\xfc|N\\\\xe4\\\\xb9\\\\x03\\\\xdb\\\\x8d\\\\x7f\\\\xf9\\\\x11\\\\x97`\\\\xc9&\\\\xf5\\\\xd3\\\\x01\\\\xa4\\\\xe2\\\\x9e(\\\\tf1\\\\xc6E\\\\xae\\\\x94\\\\x12\\\\xe9c\\\\xaf\\\\xac\\\\x9e\\\\xf0\\\\x1b\\\\xbcu\\\\xe9m\\\\x08Onm\\\\x81\\\\xa4\\\\n\\\\x82EOG\\\\xe3\\\\x05N.eF\\\\xaa\\\\x88\\\\x18\\\\xa3)Uee0\\\\xce\\\\x0c~\\\\xcd|z\\\\xa5]T\\\\xc7\\\\x9f\\\\x1cw)\\\\x13\\\\xd3\\\\x92\\\\xa2\\\\x7fZ\\\\xfe\\\\\\\\\\\\x98|#cq\\\\xd9V\\\\xd3\\\\x9fU\\\\xc0\\\\x0bA\\\\x00jv\\\\xc8\\\\x13\\\\xacO\\\\x7f\\\\xa7G\\\\xb3\\\\xba7[\\\\xa8\\\\xc49\\\\x11z\\\\xfd\\\\xd5M\\\\xf5\\\\xc3n\\\\xd9#5\\\\xf3\\\\x8f\\\\x9a\\\\xfcy\\\\x84^\\\\xf65A\\\\xef\\\\xa5\\\\x83\\\\xc9$\\\\xca\\\\x9d\\\\xc3\\\\xc4\\\\x9d<{\\\\xfe\\\\xff\\\\x00Wl\\\\x16b\\\\\\\\\\\\n\\\\x87^\\\\x17u\\\\x13\\\\xa8\\\\x90*\\\\xaa\\\\xaeGs9\\\\xf7\\\\xd8%h\\\\xa4)\\\\x00\\\\x17i\\\\xd4\\\\x92%dy\\\\xc9\\\\xf1\\\\x13\\\\xe7\\\\xd2/\\\\x89L\\\\xc6\\\\xa3:\\\\xaa1\\\\xd2\\\\tt\\\\x97\\\\x98\\\\xf6-O\\\\x94\\\\x98\\\\xe5\\\\xef\\\\xde7n\\\\x01v\\\\xed\\\\xd1I\\\\xfcRA:\\\\x89\\\\xed\\\\xd2\\\\xb7\\\\xb3\\\\xf6\\\\xe2nQ\\\\xcb\\\\x06o46\\\\x98\\\\xd3*\\\\xd5W\\\\xd7\\\\x0b9\\\\x1b\\\\x96\\\\xc7u*H\\\\xb1\\\\xd3t6\\\\xf2\\\\x0e\\\\x81`\\\\xcfc\\\\xacu\\\\x85#\\\\xa4\\\\x19bN4\\\\xe6\\\\xea\\\\xcc^DD\\\\x8c\\\\x02\\\\xd5b2\\\\xe2\\\\xa1\\\\xae\\\\xd9\\\\xae\\\\xd2^\\\\xcb\\\\x17\\\\xd4\\\\xd1$,\\\\x89\\\\xd3\\\\xef\\\\xff\\\\x00\\\\r\\\\x02\\\\'\\\\xd5\\\\x85B\\\\t\\\\x8d W\\\\x1c\\\\xb1<}\\\\x96\\\\x9f\\\\xcc\\\\xaf\\\\xff\\\\x00Ko\\\\xed?\\\\xfb\\\\xdd\\\\x16\\\\x83\\\\xcc%\\\\xeb\\\\x9f^;\\\\xd7\\\\xff\\\\xd2\\\\xe5L.Z\\\\xea\\\\xb3k\\\\xc4\\\\xc8\\\\xb4d%v*:7\\\\xac\\\\x8d\\\\xbb\\\\xa4\\\\xb9\\\\x10\\\\x18\\\\xc7\\\\xd8>\\\\xfe\\\\xbc\\\\xdc\\\\xa4\\\\xbe\\\\'j\\\\xe4\\\\x81\\\\xd33\\\\xdd\\\\xe3\\\\xe2\\\\x83\\\\xf2\\\\x07vG\\\\xa7\\\\x15\\\\xd6\\\\xfc;\\\\x82\\\\x86!\\\\x80\\\\xd8\\\\xe4\\\\x00VL\\\\x11\\\\xb8\\\\xf8\\\\t\\\\xfd\\\\x9a(KQp\\\\x95(\\\\x07f\\\\x14F\\\\xb8\\\\xeeK\\\\x12\\\\x8bj\\\\xca9Y\\\\x199\\\\xa4\\\\x80\\\\xc2\\\\xe0\\\\x00[\\\\x14i\\\\xb6\\\\x14Gq\\\\x13\\\\xfb\\\\x9at \\\\x02\\\\xd2L\\\\xbe_\\\\x0e\\\\xef4[\\\\x06\\\\xd3CSnJUe\\\\x96\\\\xd2}\\\\xb6;V6\\\\x88-\\\\x1a\\\\x82c\\\\xd2|t\\\\xe9\\\\xe1\\\\x80\\\\xea\\\\xa1\\\\xdd\\\\x8e%Z\\\\xff\\\\x00\\\\x19\\\\xe6\\\\x97.\\\\xb1\\\\x8a\\\\x97\\\\xbb\\\\x15\\\\xa8\\\\xae\\\\xc6!v\\\\x83.\\\\x08\\\\x1fg`<|z(\\\\xb8*\\\\xfe\\\\xda\\\\xe3\\\\x94\\\\xa5\\\\xf3\\\\xee>\\\\xd0\\\\xd8\\\\xd9\\\\x15\\\\x02\\\\xae\\\\n\\\\xd6\\\\xfe\\\\xad\\\\xcb\\\\xb9\\\\x08#A\\\\xf4\\\\x93\\\\xdf\\\\xef\\\\x03\\\\xaa\\\\x97\\\\xed\\\\x9do\\\\xc93p4\\\\xd5\"\\\\xff\\\\x00\\\\xcf5\\\\xebX\\\\'\\\\xd4\\\\xe4\\\\xf8\\\\'\\\\xfa|\\\\x86\\\\x93\\\\x11\\\\xf4\\\\xead\\\\\\\\$Bz\\\\xd8\\\\xbb&\\\\xae&\\\\xa5\\\\xacV\\\\xecl\\\\x8a\\\\xe01\\\\xb2v\\\\x8d|&4\\\\x8f\\\\xee\\\\xea%n:\\\\x18\\\\xbe\\\\n\\\\xdd\\\\xb1\\\\xea|X\\\\xae\\\\x95\\\\xf8\\\\'\\\\xeaz_}?\\\\x1f\\\\xce\\\\xa6\\\\x9aYi\\\\xa4\\\\xd1\\\\x91\\\\xb9\\\\x96T\\\\x18h\\\\x85f$\\\\xfdg\\\\xaf\\\\x9d\\\\xfc\\\\x9f\\\\xc3\\\\x0b23\\\\x89&\\\\x04\\\\xf3^\\\\xc3\\\\xe3\\\\xfeL]hK\\\\xf6\\\\xe3\\\\xc9v\\\\x7f\\\\x0b\\\\x93\\\\x92*z\\\\xf8\\\\x9ap\\\\xb9\\\\xee\\\\x02\\\\xaa\\\\x05\\\\xa3\"\\\\x96Z\\\\xef\\\\xa5\\\\xae@@;\\\\x88\\\\x9fV\\\\xa4\\\\xeagQ\\\\xa4\\\\x1e\\\\xa9F\\\\xc9\\\\xb39i\\\\xf5\\\\xdb\"\\\\x84e\\\\xda\\\\xb4\\\\x85\\\\xe7\\\\x028\\\\x1c\\\\xfbQ\\\\xc6F\\\\xc3\\\\xc0<=\\\\xf7\\\\xe4\\\\xe5\\\\xe3\\\\xf2\\\\x98\\\\xc2\\\\xc1Q\\\\xad\\\\xe9\\\\xa7\"d\\\\xed2H.cF\\\\x06f\\\\t\\\\x90:\\\\xdb$H\\\\x98\\\\x87!\\\\xbci\\\\xcb\\\\xc5V\\\\xb9#\\\\x18\\\\xb18\\\\xf8*\\\\x8a\\\\x9c\\\\xd1^G$\\\\x9c6\\\\r\\\\x8d\\\\x83\\\\n\\\\xc7\\\\x1e\\\\xe2}\\\\xcd\\\\xc9?\\\\xf5\\\\x0c\\\\x84\\\\x15:\\\\xb10f{\\\\xe9\\\\xe1\\\\xe4\\\\xbeF\\\\xdc\\\\xa13\\\\x1b0\\\\xf4\\\\xb3\\\\xb1\\\\xc6\\\\x99\\\\xab{R\\\\x19\\\\xe4}Dw\\\\x17L?\\\\x14\\\\xf9\\\\x92\\\\xf1\\\\xc3\\\\x8b\\\\xc0\\\\xe4=\\\\xdcN\\\\x16\\\\xf2\\\\x13\\\\xfa\\\\x95\\\\xa8r\\\\'h\\\\x1e\\\\xc8t\\\\x0cY\\\\x02;1R>\\\\xc3=\\\\x0f\\\\xc6o\\\\xcf\\\\xb7\\\\x08\\\\xcc\\\\xd0fk\\\\xd9\\\\xe1\\\\x92\\\\xb1=\\\\xbdL\\\\x87\\\\x1ctW?\\\\xc7sx\\\\xe6\\\\xc8\\\\xe4\\\\x12\\\\xees\\\\xf3\\\\x97c\\\\xe4{\\\\xd5\\\\xf3N\\\\x82\\\\xa5\\\\xb9\\\\xed\\\\x1bDR\\\\xa5\\\\xa1\\\\x81\\\\x951\\\\xf4#\\\\xbf[\\\\x82\\\\xf5\\\\xa9\\\\\\\\\\\\x907\\\\x1a\"\\\\xa0\\\\xe4\\\\xfd\\\\x99\\\\x13\\\\xe5\\\\x8a\\\\xed%\\\\x81\\\\x03\\\\x1f\\\\x15\\\\x17/\\\\x17\\\\x02\\\\x97\\\\xc8\\\\x05q2\\\\xaf\\\\xc1\\\\xad\\\\xeeU\\\\xc8`\\\\xcfM\\\\xdb\\\\x99\\\\x94)] \\\\x98\\\\x81:v\\\\xea\\\\xb4n\\\\xc2\\\\x11\\\\x90\\\\xa1a\\\\x99r\\\\xfd9\\\\xae\\\\x94L\\\\x9b \\\\x929\\\\xaf\\\\x93W\\\\x89\\\\xc7\\\\xe0\\\\xd6(z2\\\\xd1\\\\x12\\\\xfeG\"\\\\xa4%\\\\x7f3$\\\\x83\\\\xb5Xo$\\\\x08\\\\x1e\\\\x1f\\\\xb3\\\\xa0\\\\x90%\\\\xb4\\\\x8a0v\\\\xc1\\\\xfa\\\\xf5K\\\\x9d\\\\xca6j\\\\x89\\\\xf9\\\\xcf\\\\xcc\\\\xf29_|\\\\xd5\\\\xeeY;\\\\xaa\\\\xd9\\\\xebm\\\\x8e\\\\xe4\\\\x83;\\\\xb6\\\\x80\\\\xe2\\\\x08\\\\x89\\\\xdb\\\\xdf\\\\xa3c\\\\x18\\\\xd4T\\\\xaa\\\\x86\\\\xe3\\\\x97u\\\\xcb\\\\x7f&\\\\xcc\\\\xbcYU;\\\\n(\\\\x96d,v\\\\x86\\\\x0cH`\\\\t\\\\xef\\\\xe6Go\\\\xb2:\\\\xc5\\\\xde\\\\xce!\\\\xa2A\\\\xc3\\\\x9e}?)\\\\xd6\\\\x81\\\\xa9\\\\x0c\\\\x8b\\\\xfcb\\\\xaa\\\\xbeI}y\\\\x98\\\\xd8\\\\xb6\\\\x8eS\\\\x8cazP\\\\xfe\\\\xa5Z\\\\xd2K\\\\xbb\\\\xd8\\\\x02\\\\xe9?\\\\xdb\\\\xc7\\\\xa0\\\\xb1\\\\xfb\\\\x19[\\\\x88\\\\xd4\\\\x0b\\\\xf77b\\\\xbbjf1\\\\xd1\"\\\\xe0\\\\xae\\\\xa7\\\\xc6\\\\\\\\Z8\\\\xacljj\\\\xb7\\\\x03\\\\xe4\\\\x19C\\\\x17/\\\\x8e\\\\xa7\\\\x1fm\\\\xb8\\\\xd7%\\\\x87m\\\\x95\\\\xd9i\\\\x96\\\\xad\\\\x86\\\\xe9\\\\x1fN\\\\xb6\\\\xfd\\\\xbb~\\\\xc6\\\\x99FQ\\\\xbaX\\\\x86\\\\xacH<\\\\xf9!\\\\xd7\\\\xaaD\\\\x92\\\\xf1\\\\x14/B?*\\\\xf6\\\\xe2\\\\xf1m\\\\xa7\\\\x03\\\\x10T\\\\xe12\\\\xb8\\\\xe3e8)\\\\x85ql,\\\\xba\\\\xe0\\\\x8b\\\\x8a\\\\xd87M\\\\xc4i\\\\xb8\\\\x91\\\\'\\\\xd2\\\\x07~\\\\x8e/l\\\\x82\\\\x01p\\\\x08\\\\xa1\\\\xf4\\\\x18\\\\x8ck\\\\xfe\\\\xef\\\\xaa\\\\\\\\c\\\\x19\\\\x0fV\\\\x1fu\\\\xe6~\\\\x1f\\\\x16q)\\\\xcd\\\\xa3\\\\xfe\\\\x8e\\\\xec\\\\xb2?!\\\\x83J\\\\xb8\\\\xb1-pZ\\\\x0b\\\\x89\\\\x1e\\\\x95m\\\\xf1?\\\\xb8t\\\\xbb\\\\x1aL\\\\xb5a,\\\\xb1\\\\x1e=\\\\x07j\\\\x8b\\\\xc1\\\\xa2\\\\xc7\\\\xf5Gx\\\\x9cN\\\\x1b+\\\\x12\\\\xbc{\\\\xb1k\\\\xcc\\\\xcdwKss\\\\xee:\\\\xb3K=m\\\\x002\\\\x96Rv\\\\x9f3\\\\xe3\\\\x11\\\\xd6\\\\xc4\\\\xae\\\\xed\\\\xe2E\\\\xa3\\\\x07$T\\\\xf5\\\\xc9\\\\xbe\\\\x8a\\\\xad\\\\xa8\\\\xca@\\\\x97\\\\xc3\\\\x8f\\\\x15R\\\\xff\\\\x00\\\\xb8\\\\x1eZ\\\\xdf\\\\x8f\\\\xe1\\\\x9e?\\\\xde\\\\x0b\\\\x9b\\\\xccP)L}\\\\xe0\\\\x88u\\\\x8b\\\\x18\\\\xb36\\\\xe1\\\\xa1\\\\x80 k\\\\xe1\\\\xac\\\\xf5\\\\xa5\\\\xb6\\\\xb4}\\\\xfd\\\\x13`1\\\\xfe\\\\x15\\\\x1d\\\\xfc\\\\x8c`\\\\xc3\\\\x15\\\\xf3\\\\xd3\\\\xe4\\\\\\\\b]\\\\x82\\\\xc5\\\\x1bk\\\\'\\\\xa4VA\\\\xdc\\\\x8cdD\\\\x01\\\\xa8\\\\x83\\\\xdc\\\\x08\\\\xed\\\\xd6\\\\xf6\\\\xe2\\\\xc0\\\\xa1\\\\x89o\\\\xc2\\\\xf3w\\\\xea\\\\x1f\\\\xaa\\\\xab\\\\xce\\\\r\\\\x96YzUBB/\\\\xf3\\\\x86\\\\x85u$\\\\x93\\\\x1a\\\\x825\\\\x12\\\\'\\\\xc3\\\\xa7Y\\\\x84Y\\\\x85J\\\\xa2\\\\xe7\\\\x12\\\\x959\\\\x1f\\\\x8c[\\\\x91u\\\\x99\\\\x19\\\\x96\\\\xd5[ fj\\\\xe6Ama@\\\\x00\\\\x1f\\\\x00#\\\\xfc:(\\\\xed\\\\xc3\\\\xbc\\\\x91\\\\x99\\\\xb0H\\\\xbc\\\\xae\\\\x18\\\\xae\\\\xef`\\\\r\\\\x8c\\\\xc5\\\\x81\\\\xf6\\\\xc8\\\\x82\\\\x0e\\\\x93=\\\\x8f}z)\\\\xc31\\\\xd9\\\\xdc\\\\x8e\\\\x12&\\\\x85\\\\x02\\\\xb3\\\\x1c9\\\\xb6\\\\x9b\\\\x17\\\\xf03-\\\\x9b\\\\x04\\\\x8e\\\\xc3\\\\xb9\\\\x1e1\\\\x07\\\\xfe\\\\xce\\\\x86\\\\xb1.p\\\\x1e\\\\r\\\\xf9Z6nM#$S\\\\x8di\\\\x86K6\\\\xc1g\\\\xd3t\\\\xb4zgC\\\\xae\\\\x9d\\\\xfa+&\\\\xa4*V$a\"EA\\\\xcb7\\\\xfe\\\\xb1M\\\\\\\\\\\\x9f\\\\xeb\\\\x85\\\\xe9\\\\x96r\\\\xb0rv\\\\xe4\\\\xe2\\\\xb2\\\\x84\\\\xad\\\\xc9\\\\xf5\\\\x80J\\\\x90\\\\xca\\\\xb0`yy\\\\x99\\\\xfbcsf\\\\x17\\\\xa1\\\\xa4\\\\xae\\\\xdd[\\\\x95\\\\xe6\\\\x02=\\\\xeb\\\\xab\\\\xff\\\\x00G\\\\x7f\\\\xdc\\\\x0f\\\\x05\\\\xf2QV\\\\')\\\\xec\\\\xd5\\\\xca2\\\\xadO\\\\x85\\\\x92@\\\\x04\\\\x10D\\\\xa3\\\\x8e\\\\xf1=\\\\x88\\\\x933\\\\xe1\\\\xd7\\\\x92\\\\xdcmN\\\\xdadK\\\\xf58\\\\x1e|rX\\\\xdb\\\\x8d\\\\xb1\\\\x81\\\\xa8]\\\\xb3\\\\xc3a|_\\\\x9aZo\\\\xba\\\\xc6\\\\xa1\\\\xec\\\\x80MCh\\\\xdc\\\\xfd\\\\x89\\\\x1a\\\\x91\\\\x11\\\\xaf\\\\xfa\\\\xbaDl\\\\xc2D\\\\xf3\\\\xe8\\\\xaa\\\\x1d\\\\xb8\\\\x97b3g\\\\xc5\\\\xf0\\\\xb8\\\\xcam\\\\xbf\\\\t\\\\xeaz\\\\x80>\\\\xc8\\\\'cm\\\\x1f\\\\x89\\\\x80\\\\xf4\\\\xf8\\\\x98\\\\xef\\\\xf6t\\\\x91\\\\x03l\\\\xd3\\\\x92\\\\xef\\\\xf1\\\\x06/\\\\x9a\\\\x0b\\\\x9a\\\\n\\\\xa40k\\\\xeb\\\\xaby\\\\xac\\\\x18R\\\\xe5\\\\x82\\\\xcb7\\\\xdf\\\\xa8&?\\\\xbf\\\\xaa\\\\xf7\\\\xdd\\\\x83\\\\xd7\\\\xea\\\\x9fn\\\\xc8\\\\x05$dU\\\\xb5\\\\xc1\\\\xad\\\\xd6@b\\\\xeau\\\\xf4\\\\x89X\\\\x00)\\\\x07\\\\xef\\\\xd3\\\\xed\\\\xeb*P58\\\\xba\\\\xbf\\\\x10\\\\x00b\\\\x89\\\\xe3\\\\xdb\\\\xee\\\\xaa\\\\xa9.\\\\xbbB\\\\xaf\\\\xb4D\\\\x10D\\\\x9fI\\\\xd4i\\\\xfb;\\\\xf4\\\\xd8L\\\\xc8 0\\\\x02\\\\x83\\\\x15\\\\x8e\\\\xa8\\\\xe5)\\\\x06\\\\xa5_\\\\xf9h\\\\x1bws\\\\xbaH\\\\xf02\\\\x7f\\\\xe1\\\\xd1\\\\xdb\\\\xb9\\\\xa3\\\\xf5\\\\xfc\\\\xa8\\\\x9cD\\\\xf1\\\\xfc,\\\\xf3V\\\\xd1\\\\xc7\\\\xbb\\\\xd9%\\\\xb2\\\\x8a-u\\\\x82\\\\x07\\\\x8f\\\\xa8\\\\x93\\\\x12\\\\x06\\\\x91\\\\xda<\\\\xba\\\\xeb\\\\x84\\\\x80\\\\x0e!*`5\\\\n\\\\xa1\\\\xf9\\\\xbe;\\\\x93\\\\xe1\\\\xb3\\\\x1a\\\\x8c\\\\xac4p\\\\x8b\\\\xefq\\\\xd3f\\\\xd2\\\\xa2\\\\xc0`\\\\xacH\"\\\\x0f\\\\xa7]:|#~\\\\xd1\\\\xd2a\\\\xea\\\\x02\\\\x85\\\\xfc\\\\xd6-\\\\xebp\\\\x05\\\\xdc\\\\xb1)\\\\xdb\\\\xf4S\\\\x00d|\\\\x95\\\\xb9~[\\\\x81\\\\xc4\\\\xe6\\\\xb0\\\\x16\\\\x9b)Zr\\\\x99\\\\x99\\\\x17!\\\\x94\\\\xa0\\\\xb5\\\\x15d\\\\x96]\\\\x08\\\\x93\\\\xdf^\\\\xadm>NV\\\\x813\\\\x882\\\\xf1\\\\xafD\\\\xed\\\\xbc4\\\\xcbW\\\\x0e\\\\xba\\\\xab\\\\x8e\\\\xc6t\\\\x16\\\\xfb\\\\xbb\\\\xadkv\\\\x9fY$\\\\xab.\\\\x85\\\\x89\\\\xd7Q\\\\x12\\\\xd1\\\\xde`\\\\x0e\\\\xfdy\\\\xfd\\\\xce\\\\xe8\\\\xc9\\\\xc6g7Z\\\\xb6`EJ(\\\\xf7\\\\xd5\\\\xefb\\\\xd5]\\\\xad\\\\x8bH\\\\xb3l\\\\xb1``,\\\\xae\\\\xe3\\\\x10\\\\x00\\\\xf0\\\\x00G\\\\xd9\\\\xd6L\\\\xe44\\\\xf59\\\\xab\"\\\\x9d\\\\xa8nu\\\\x98\\\\xb8\\\\xfb\\\\xf2\\\\xbf,\\\\xb8\\\\xf65\\\\x8c\\\\x88\\\\xf6*\\\\xd7\\\\xb7rB\\\\xa1\\\\xee[\\\\xb7\\\\xfd\\\\x9d.\\\\x04\\\\xdb\\\\x00\\\\x9cx\\\\xc9t\\\\xc9\\\\xd4\\\\xc1*\\\\xf2<\\\\xc6bY]\\\\xc9eH\\\\xd5MU\\\\xee\\\\x1b\\\\xc1B\\\\x06\\\\x85Kw;\\\\x86\\\\xef\\\\xf3\\\\x9e\\\\x97;\\\\xf2\\\\x83\\\\x90@\\\\xfb\\\\xba\\\\x98z\\\\x8b\\\\x84\\\\x8d\\\\x9d\\\\x98\\\\xce\\\\x16\\\\x96b\\\\xe5\\\\x80U \\\\x81l\\\\x10X\\\\x8d`\\\\xe9\\\\xa4k\\\\xfbOU.\\\\xdd#\\\\xd2\\\\xc5N\\\\xa7r\\\\xfd\\\\xa9\\\\x1f6\\\\xfd\\\\xf2=k\\\\xec\\\\xaa\\\\x94bv\\\\xb5b\\\\xb6\\\\xf5\\\\x16=\\\\xe7\\\\xc3\\\\xe8OYW\\\\xa5\\\\xeeQ\\\\xb0\\\\x0f\\\\x8e\\\\r\\\\xc3v\\\\xab0\\\\x8b%\\\\xec\\\\xac\\\\x93\\\\xb5K\\\\xd8\\\\xc9b\\\\xa0\\\\n\\\\x8aWc\\\\x8d\\\\x00c\\\\x04\\\\xc8\\\\x8e\\\\xe2>\\\\x9d \\\\x87\\\\x1e\\\\xac@`\\\\xd8qT\\\\xebf\\\\xb4\\\\xab\\\\xa7\\\\xdf\\\\xd3?\\\\xd5\\\\x0c\\\\xef\\\\xd3\\\\xce[\\\\xdf\\\\xac\\\\xbd\\\\x9cfm\\\\x91\\\\x95MnP\\\\xa2\\\\t\\\\xd6\\\\xb1 \\\\x80gP\\\\x08\\\\x98\\\\xf1\\\\xed\\\\xd5\\\\xdd\\\\x96\\\\xf6Ve\\\\xe5\\\\x8a9\\\\xc2\\\\x98\\\\xe0\\\\xbb\\\\x9b\\\\xe3\\\\xdf4\\\\xe0\\\\xb3p)\\\\xe4\\\\xbe?\\\\x91\\\\x84\\\\xd8\\\\x9c\\\\x89}\\\\xd9\\\\x96T\\\\x96\\\\xec{\\\\x04\\\\x13g\\\\xa0\\\\xb2\\\\xfbfZ\\\\x07s\\\\xfbz\\\\xf4\\\\x16~F\\\\x11\\\\xc03\\\\xe7\\\\x97\\\\x01+\\\\xd94\\\\xfa%\\\\x7f\\\\x9c\\\\xf38\\\\xef\\\\xc6Q\\\\xc3\\\\xf0\\\\xf8\\\\xf6d\\\\xd6l?\\\\x9c\\\\xe4!\\\\rl\\\\xc3]\\\\xc1J\\\\xa9\\\\x1d\\\\x89\\\\x82I\\\\x8f.\\\\xab|\\\\x8e\\\\xf62\\\\x02\\\\xdc\\\\x03\\\\xd6\\\\xa7#\\\\xc6)\\\\x96l\\\\x91\\\\'9$Ji\\\\x19\\\\xb6\\\\xe1Q\\\\xc6\\\\xd2\\\\xd6[F0l\\\\x88\\\\xb5\\\\xac\\\\x0c\\\\xfbw\\\\x1d\\\\xfb\\\\xc9e\\\\x93\\\\xa8]\\\\x7fg^\\\\x7f}=sh\\\\x0c\\\\x05s\\\\xaf5n\\\\xc8aSR\\\\x9cx\\\\x8c\\\\x1a\\\\xb3s\\\\xca\\\\xa2\\\\xd5F.\\\\x05B\\\\xfc\\\\x9a\\\\x1a\\\\xfd\\\\x82\\\\xb4\\\\xac\\\\xcb\\\\xa0`\\\\x10\\\\x8d\\\\xc5\\\\x9b\\\\xb7i\\\\xeb\\\\xb6;@fI\\\\x00F5\\\\xed\\\\xe8\\\\x8e\\\\xf5\\\\xd90\\\\x00\\\\xd5T\\\\xdc\\\\xef\\\\xfb\\\\x8c\\\\xe2\\\\x7fN\\\\xbeq_%\\\\xc7-6\\\\xfc~\\\\x93\\\\xedsiU\\\\xa1\\\\xc5\\\\x95\\\\x98\\\\x84\\\\xac\\\\x83\\\\x0e\\\\xe9?a\\\\xebOowU\\\\xf6\\\\xb6\\\\x0b\\\\x1f.\\\\xbf\\\\x95ZR\\\\xd1\\\\x07\\\\x0c\\\\xfc\\\\xb9\\\\xae\\\\xcf\\\\xfd<\\\\xfdU\\\\xf8O\\\\xea\\\\xdf\\\\x089/\\\\x86s\\\\x7f\\\\xd4\\\\x96\\\\x94\\\\x1f\\\\x9d\\\\xc3\\\\xb8\\\\x85\\\\xc8\\\\xc7w\\\\x12\\\\x15\\\\xaa\\\\x04\\\\xc6\\\\x9d\\\\xfc\\\\x8f[\\\\xf2\\\\x06\\\\xec=\\\\xa9\\\\x12H\\\\x19\\\\x9a\\\\x12y\\\\x0e\\\\xc4\\\\x9ft\\\\x1a\\\\x84\\\\xff\\\\x00\\\\x8b\\\\xee\\\\xbc\\\\x9b\\\\x92\\\\xc2\\\\x95)\\\\x0c\\\\x14N\\\\xd1\\\\xd8I?^\\\\x93\\\\xb6\\\\xb7;\\\\x84\\\\xfb\\\\x82M\\\\x10\\\\xd8`:\\\\x9c1G\\\\x1b\\\\x84\\\\x0f5\\\\xee:)&\\\\xc7\\\\xafj\\\\xa8\\\\xd1\\\\x04\\\\x00On\\\\x9d\\\\xb4\\\\xb2\\\\x1b\\\\\\\\\\\\xc30\\\\xc3\\\\x99\\\\xe3\\\\x14\\\\xb3:\\\\xd0!\\\\x8ep2\\\\x06EM\\\\xc9S\\\\x80\\\\x94\\\\x869\\\\x97\\\\x97\\\\nQ`\\\\x88\\\\x82\\\\x7fx\\\\xed\\\\xd0X\\\\xdaY\\\\xbc\\\\x0c\\\\x9cF15/\\\\x8fF\\\\xfc \\\\xf7\\\\x0cMsT7!\\\\xfa\\\\xa5\\\\xc8q\\\\'\\\\xf2\\\\xbc?$\\\\xca\\\\x86\\\\xd6\\\\x1f\\\\x9c,\\\\x1e\\\\xcb\\\\x80\\\\xdd\\\\xedF\\\\xe8\\\\xd0\\\\x02&D\\\\xb1=\\\\xcfX\\\\xd7\\\\xbexl\\\\xa1\\\\xa6\\\\xdc\\\\x88.^\\\\xbc=\\\\x13\\\\xa3\\\\x19].0jq\\\\x92\\\\xa8\\\\xf3~O\\\\x97\\\\xce\\\\xee|\\\\xab\\\\xda\\\\xfa\\\\x95\\\\x89k\\\\x00 \\\\xaa\\\\x93\\\\xbbsk\\\\xa1\\\\xd0\\\\x11\\\\xacw\\\\x8f\\\\xa7\\\\x97;\\\\xd3\\\\xbc\\\\x9d]\\\\xb3?N\\\\xcf\\\\xedX1\\\\x16\\\\xc51\\\\xe4\\\\x86Q\\\\x8e\\\\x8b\\\\x92\\\\xc4\\\\xb0\\\\xb6\\\\x9b\\\\x1b\\\\xd6U\\\\xd8\\\\xa9,aTm\\\\xdc\\\\xda\\\\x83\\\\xe0 v\\\\xe9v\\\\xf6q\\\\xd4N!\\\\xeb\\\\x8d]t\\\\xaf\\\\xfayv\\\\xacr\\\\xb8*\\\\xa8O^\\\\xf6\\\\xbf!\\\\x11+}\\\\xeb\\\\xbd]\\\\x80p\\\\xec\\\\xba\\\\x95\\\\x04\\\\x8f\\\\xc4<\\\\xa0\\\\x8e\\\\xfd>\\\\x1f\\\\x13d\\\\x069\\\\xb6x=p\\\\xc9W\\\\xff\\\\x00>A\\\\xf4\\\\xe5\\\\xc3:i\\\\xe4\\\\xfe\\\\x1b\\\\xc6q\\\\x19x\\\\xb4\\\\xf1\\\\xdc\\\\x95\\\\x1c\\\\xed\\\\xc7\\\\x1e\\\\x8c\\\\x96\\\\xb3\\\\x148\\\\xad\\\\tIdP\\\\xca\\\\xa1]Xk\\\\x10c\\\\xef\\\\xebkw\\\\xf0\\\\x166\\\\xb2\\\\x1e\\\\xd4\\\\xe39P\\\\xb8\\\\xc0?\\\\x95\\\\x15{[\\\\xeb\\\\x97?a\\\\xc7\\\\xd7\\\\xa7\\\\xd1\\\\x01\\\\xf9\\\\x1f\\\\xea>\\\\x07\\\\xc0l\\\\xc1\\\\\\\\\\\\x9aFfvM\\\\xe3\\\\xf9.v\\\\x91V\\\\xf8\\\\xb2\\\\xcb\\\\n\\\\x99\\\\x89\\\\'\\\\xb7p~\\\\xfe\\\\x93fq\\\\xd6\\\\x1d\\\\xc0v=y\\\\x97\\\\xe4\\\\xad[\\\\xb6%U\\\\xd3\\\\x1cg\\\\xc9q\\\\xf9n;\\\\x1b5\\\\xf8\\\\xcan\\\\xb1\\\\xe6\\\\xdck\\\\xb1\\\\xdd,\\\\xc3\\\\xb6\\\\x8b\\\\xb5\\\\xa1\\\\xca\\\\x86\\\\x04m&\\\\x04\\\\xfdD\\\\x8e\\\\xdd}\\\\x0b\\\\xdc\\\\x8c\\\\xadP\\\\x01\\\\xddN\\\\x9f\\\\xdaP\\\\x8e\\\\x99sLX\\\\xb6]Fv%\\\\xe9\\\\x889~O\\\\x17a\\\\xf6\\\\xdd\\\\xa4X\\\\xba\\\\xb5\\\\xac\\\\xac\\\\xa8\\\\xa1\\\\x06\\\\xa5RA\\\\xed\\\\xa9\\\\xef\\\\xd6D\\\\xf7\\\\x1e\\\\xd4\\\\xc3\\\\xc7W\\\\xdf\\\\xc3\\\\x0e\\\\xf5b\\\\xdc^\\\\x8e\\\\xcc\\\\x81s\\\\x873\\\\x07\\\\n\\\\xd6\\\\xcf\\\\xc6\\\\xab\\\\x1e\\\\xdc\\\\xb7\\\\xb1\\\\x7f\\\\xa5\\\\xd3p\\\\xdd\\\\xb2\\\\xc7\\\\xdcM\\\\xaa\\\\xa2\\\\x14n \\\\xf8\\\\x93\\\\xdc\\\\xf9u\\\\x9f\\\\xbb\\\\xb9r\\\\xc8\\\\x06Q\\\\xc7\\\\x00\\\\x08\\\\xd5\\\\xdf\\\\xd1:\\\\xd8\\\\x8c\\\\x8bx\\\\xf2U\\\\xaf\"m97c\\\\x8a\\\\xd73.\\\\xc5\\\\xb1}\\\\xb1\\\\xa2\\\\n\\\\xde\\\\xb6\\\\r\\\\xbc9\\\\x11\\\\xa0\\\\x82G\\\\xdb\\\\xd6\\\\x18\\\\xbdrW\\\\xb5B\\\\xb2\\\\x95\\\\x1b!\\\\xc7\\\\x8a\\\\xb7\\\\xed\\\\x00=N\\\\x19+\\\\xf3\\\\xfc\\\\xb5X\\\\xdf\\\\x1fnG.\\\\xe0\\\\xedE\\\\x95\\\\xe3q\\\\xdb\\\\x98\\\\xad\\\\x94-adm:z\\\\x8e\\\\xd5\\\\x13$\\\\x8f>\\\\x9f\\\\t\\\\x1b\\\\xb1>\\\\xe9$\\\\xbd\\\\x07 >\\\\xd8\\\\x04\\\\xdb\\\\x821sEY\\\\xf1b\\\\xcb\\\\xdf\\\\xfa\\\\xad\\\\t]\\\\xf5Sz\\\\x87>\\\\xea!Ao\\\\xa5Yk\\\\x95\\\\'P\\\\x01\\\\xf2\\\\xef\\\\xe1\\\\xd3}\\\\x838j\\\\x03\\\\x0c\\\\xd5Cx\\\\t3\\\\xe2\\\\xac\\\\xde/\\\\xe4\\\\\\\\\\\\xad\\\\xabZ\\\\\\\\\\\\xf5\\\\x96\\\\xbc\\\\xfb\\\\x15\\\\x15b\\\\x80T=m\\\\xa7\\\\xaaX\\\\x93\\\\x13\\\\xf4\\\\xd3\\\\xc7\\\\xac\\\\xbb\\\\xf0\\\\x94K\\\\x98\\\\xe3\\\\xcb\\\\xeb\\\\xda\\\\xaf[\\\\xb8\\\\xec1\\\\xe3\\\\x92\\\\xb1>/~V\\\\x1f)U\\\\xb9\\\\x97b\\\\xd8\\\\xb9f\\\\xba.\\\\xbf:\\\\xc6\\\\xda\\\\x11\\\\x0e\\\\xf5\\\\x12\\\\xad\"#\\\\xbb\\\\x1d>\\\\xbdv\\\\xc7s+\\\\x12\\\\x88\\\\xb8A\\\\x0fS\\\\':Grm\\\\xc8\\\\t\\\\xe00\\\\xf3=U\\\\xb3^]\\\\xad\\\\x93G5\\\\xc7\\\\xe4\\\\x8bx\\\\xb3e\\\\x8f\\\\xc9cX\\\\xa1H\\\\xd8\\\\n=\\\\xd5\\\\x16;\\\\xb6\\\\xc6\\\\xbed\\\\x89=j\\\\xc7\\\\xff\\\\x00\\\\xdd\\\\xf7\\\\xadKU\\\\xb2\\\\\\\\\\\\xf4\\\\xe6@\\\\xc5\"A\\\\xe2\\\\xd2\\\\x1e\\\\xa1EXs\\\\\\\\\\\\xfe\\\\x1e>/\\\\xe4\\\\xab\\\\xa2\\\\x9cDl\\\\xc7Zsh\\\\xf7)\\\\xb7,\\\\xc1\\\\x12\\\\xf5\\\\x82\\\\x14\\\\r\\\\xa2H\\\\xf1\\\\x89\\\\xeb.[\\\\xc8_kV\\\\xe1\\\\xa5\\\\x8e5\\\\x1a\\\\xba\\\\xf4\\\\x08\\\\xaezF\\\\xa2k\\\\xcb\\\\xf1\\\\xcdY\\\\x7f\\\\x0c\\\\xe1\\\\xb3\\\\x12\\\\x86\\\\xb7\\\\x91\\\\xc9\\\\xba\\\\xdam+v=\\\\x08\\\\xecSr\\\\t\\\\x1f\\\\x88\\\\x07\\\\x10X\\\\xc7^\\\\x87\\\\xe36b\\\\x12\\\\x00\\\\xb8\\\\x8b=\\\\r\\\\tY\\\\xc6FN\\\\xf8\\\\xd5Y+\\\\x87c\"=\\\\xb8\\\\xee\\\\x11\\\\x9b\\\\xd3i$(\\\\x82\\\\'\\\\xbe\\\\x83N\\\\xbd\\\\x04\\\\xb6\\\\xda\\\\xa2%(\\\\x9d\\\\'<\\\\xb9\\\\x10\\\\xf8.\\\\xb7nY\\\\x85\\\\x16\\\\xe4[\\\\xd5\\\\x9f\\\\xdd\\\\x8a1\\\\xd1\\\\x97z\\\\xc6\\\\xd1\\\\xb7\\\\xfbx\\\\xf5J\\\\xe5\\\\x9fr\\\\x04\\\\x8f\\\\xd2#.\\\\x8ag Z\\\\xbd:/\\\\x94\\\\x1f\\\\xaf\\\\xbf\\\\xaa\\\\xd8\\\\xa9\\\\xf3E\\\\xc7\\\\xa7#\\\\xdd\\\\xab\\\\x15\\\\xc8\\\\xcc\\\\xc3\\\\x05Q\\\\x0b4\\\\x95P\\\\x0e\\\\xa3\\\\xc2d\\\\xfe\\\\xc9\\\\xd5;)\\\\x0bq\\\\x17\\\\x19\\\\x9c\\\\xf1\\\\xdc\\\\xb0>J\\\\xe12`\\\\\\\\\\\\x05U\\\\xd7\\\\xcd\\\\xd3\\\\xcca\\\\xbeR:\\\\xaa\\\\xeeU\\\\xb2?\\\\x10\\\\x06\\\\x04H\\\\xd4\\\\x98\\\\x00\\\\x0e\\\\xc3\\\\xbf\\\\x97^\\\\x9e\\\\x1b\\\\x818\\\\xfa\\\\x87E\\\\x86ZE\\\\x00\\\\xcc\\\\xc6\\\\xc7\\\\xc9\\\\xaf-\\\\xec\\\\x9fr\\\\xbf\\\\xf9+\\\\xb4\\\\x95&@\\\\x9d\\\\xbezw\\\\xed\\\\xf4=4\\\\x02+\\\\xc7%F\\\\xee\\\\xdc\\\\x10YV\\\\\\\\\\\\xee\\\\x0ec\\\\xde(\\\\xf7\\\\x19\\\\x08\\\\xde\\\\xaf\\\\n\\\\x00 \\\\xc6\\\\xa3\\\\xc2@\\\\xd65\\\\xeb\\\\x07\\\\xe5\\\\xae\\\\x90b\\\\x0f\\\\xd7\\\\xc1\\\\xd2m\\\\xd9%\\\\xf1\\\\xf0\\\\xfa .\\\\x98\\\\xfcn\\\\'\\\\xe5\\\\xf1\\\\xec6]\\\\xee3d:\\\\xeaA]\\\\x7f\\\\x14\\\\x1d\\\\xc4\\\\rt\\\\xfd\\\\x9d\\\\xfa\\\\xcc\\\\xf7dh\\\\xf4-\\\\xfc\\\\'\\\\x00 \\\\\\\\\\\\xe2\\\\x96\\\\xb22\\\\x0b0\\\\xa9\\\\xc2Z\\\\xeeG\\\\xad\\\\xdbn\\\\xe0\\\\xc3q\\\\x11\\\\xd8L\\\\x83\\\\'\\\\xab\\\\x02\\\\xb1\\\\xecU\\\\xf5\\\\x81Q\\\\xe0V\\\\xef\\\\xe8\\\\xd9\\\\xdf\\\\xf9g\\\\xff\\\\x00\\\\x17M\\\\xf6\\\\xe7\\\\xc9w\\\\xb8\\\\x17\\\\xff\\\\xd3\\\\xe3\\\\xf7\\\\\\\\S\\\\x9de\\\\n\\\\xbf\\\\x94\\\\xa6\\\\x97W|\\\\xaa\\\\xd4\\\\x82\\\\xcd:\\\\x87-\\\\x10\\\\xc7\\\\xed\\\\xect\\\\xef\\\\xd7\\\\x98\\\\x9d;\\\\xd7\\\\xc2\\\\xc4\\\\x8b\\\\x97\\\\xe6\\\\xf5\\\\x15O\\\\x1c\\\\xea\\\\x87\\\\xe3*\\\\xc7\\\\xe3\\\\xac\\\\x1e\\\\xcd\\\\x98k\\\\xefc\\\\xf6\\\\xad\\\\xd9L\\\\x16\\\\x01\\\\xbdQ\\\\xdbI\\\\xf0\\\\xe9\\\\xb5\\\\x88V\\\\xee\\\\xc5\\\\xc0 \\\\xd0\\\\xa0|o\\\\xc7l\\\\xca\\\\x15\\\\xdc,\\\\xb2\\\\xf4\\\\xa1\\\\x86G\\\\xe5\\\\x06\\\\xa5\\\\xc2\\\\x00\\\\x00\\\\x96\\\\xd7\\\\xc2c\\\\xfb\\\\x08\\\\x11t\\\\x9foQq\\\\xda\\\\xad\\\\xcc\\\\xcf\\\\x8ad\\\\xe2ab{\\\\x8c1\\\\xecD\\\\x84\\\\xa3TR\\\\xcd\\\\xeae\\\\xdc\\\\xde\\\\xa1\\\\xa1\\\\x12g^\\\\xd3\\\\xd5\\\\xab\\\\x96\\\\xbd\\\\xb8\\\\xb3+\\\\xf1\\\\xb7/l=R\\\\xcbSM\\\\x18\\\\xb4?%\\\\x90\\\\xde\\\\xe0\\\\xb1\\\\xbd\\\\xaa\\\\xa8\\\\x01\\\\x8e\\\\xef\\\\xe1e\\\\n\\\\x01\\\\xff\\\\x008\\\\x9e\\\\x821\\\\x01\\\\x89\\\\xc5&`ii#\\\\xbc\\\\x06f \\\\x8c\\\\xa7\\\\xb0\\\\xdb\\\\x9aJ\\\\xd0\\\\x1a\\\\xb3\\\\xda\\\\x0e\\\\xa3OH\"t\\\\x8f\\\\xb3\\\\xbfDT\\\\xd9\\\\x91\\\\x05\\\\xd3?\\\\xc9\\\\xf1^\\\\xdc\\\\x0c\\\\x91b\\\\xd8,@\\\\x19\\\\xe0\\\\x05\\\\x11\\\\x0c\\\\x03\\\\x10\\\\xda\\\\x9f\\\\x11\\\\xf6GH\\\\xbe=/\\\\x9a\\\\xd3\\\\xb8\\\\x1e*\\\\x8a\\\\xc6\\\\xfc\\\\xed\\\\x97\\\\xfbT\\\\xe3\\\\x87\\\\xbe\\\\xb2M\\\\x84~5\\\\x01d\\\\x82\\\\x01\\\\x1b\\\\xa6\\\\x04y~\\\\xee\\\\xab\\\\xc1\\\\xe5\\\\xda\\\\xb3\\\\xa2\\\\x0cJ`\\\\xbf\\\\x96\\\\xb0\\\\xe2\\\\xa6?\\\\xbc\\\\x16\\\\xd0\\\\x8f\\\\xed{\\\\x8d\\\\x1b\\\\x9a\\\\x0c\\\\x86]\"c\\\\xb7]\\\\xb82\\\\x03\\\\xb5Y\\\\x17\\\\x01\\\\xa9*V\\\\x0eu\\\\x989x\\\\xd98\\\\xc4\\\\x1c\\\\x8a\\\\xec[_%d\\\\x97`$\\\\xc9\\\\x07\\\\xbc\\\\xe8#\\\\xaaw\\\\xf6q\\\\xb9\\\\xe9%\\\\x9f\\\\x92\\\\xb5f\\\\xfc\\\\xa3\\\\xea\\\\x01\\\\xca\\\\xfa\\\\x95\\\\xfa1\\\\xc9p\\\\x9c\\\\x97\\\\t\\\\xc5\\\\x1c\\\\\\\\\\\\x9a\\\\xb9\\\\'\\\\xe5q\\\\xaa\\\\xb3>\\\\xc5fF\\\\xc5\\\\xbbRq\\\\xd8\\\\x16\\\\x92\\\\xe6`\\\\x80\" \\\\xcf~\\\\xbc\\\\\\\\\\\\xb6\\\\xff\\\\x00\\\\xe2\\\\xde\\\\x95\\\\xb2\\\\xed\\\\xcc/q\\\\xb7\\\\xba/[\\\\x12\\\\xa7\\\\x1cQtu\\\\xdc\\\\x15\\\\\\\\\\\\x8e\\\\x19\\\\xc0\\\\x18\\\\x89F:\\\\xee[\\\\x91\\\\x9c39\\\\n\\\\xa9\\\\\\\\\\\\x10A\\\\x1bO\\\\xed\\\\xebR6cr\"1\\\\x0f\\\\\\\\h\\\\xb8\\\\xc5\\\\xf1Uo\\\\xcb\\\\xff\\\\x00N9\\\\x9e4cr8\\\\x1cm\\\\x1c\\\\xa2c`5yTW\\\\xe8\"\\\\xd5\"l\\\\xdaI\\\\xdcJ\\\\x93\\\\xdb\\\\xcb\\\\xeb\\\\xae\\\\x7f\\\\xcd|L\\\\xc8\\\\xf7#\\\\x16\\\\x94A\\\\x08\\\\xec\\\\x9fh\\\\xd6\\\\xa0\\\\xf0\\\\xea\\\\x97\\\\xe3\\\\xae\\\\xb1nKqr\\\\x94l\\\\r5\"\\\\x85\\\\x13\\\\x02YR \\\\xc90\\\\xc0\\\\x825\\\\x91\\\\xafo\\\\x9f\\\\xda\\\\x13\\\\x13\\\\x00\\\\x1a\\\\xe4\\\\xb5\\\\x0c\\\\xe2\\\\xcfZU?q\\\\xbc\\\\x7f!\\\\xc7\\\\xdfC{\\\\xca\\\\xdc\\\\x81\\\\xb2\\\\xa7\\\\xc7\\\\xbb\\\\x1c\\\\x9b\\\\xebR\\\\xc4\\\\x16KYHd!\\\\xa0,\\\\xae\\\\xa7\\\\xb6\\\\x9d^\\\\x97\\\\xc6\\\\xee,\\\\xdc\\\\x03U:q\\\\x92\\\\x08n\\\\xa18\\\\xean?\\\\x94C\\\\x99\\\\xcc\\\\xa6\\\\xbc\\\\xdb+C}\\\\r\\\\x8e\\\\x16\\\\xbb\\\\xec\\\\xbfj\\\\xb2\\\\xdc\\\\xba\\\\xbb\\\\x9d\\\\xb0\\\\xbd\\\\xf5$\\\\x1dt\\\\xea\\\\xfd\\\\xab$\\\\x9d1q\\\\xcd\\\\xf8\\\\xa2E\\\\xeb\\\\xcd\\\\xf6H\\\\xf9;R\\\\xff\\\\x00\\\\xcdec\\\\xe4\\\\x1c\\\\x9d\\\\xbf\\\\xf4\\\\xdc\\\\xa8\\\\xac\\\\xb0\"\\\\xcfJ\\\\x95_X!\\\\xcb\\\\t\\\\x9e\\\\xc3\\\\xb9\\\\xd2:\\\\xdd\\\\xda\\\\xd8\\\\x8cX\\\\x97\\\\x1d\\\\xcb>s\\\\x914*\\\\x8a\\\\xf9u\\\\x0f\\\\xc7\\\\xa5\\\\xedVc\\\\x7fPg\\\\xb3&\\\\xecOkB\\\\xdbuu\\\\x9d\\\\xc2dm\\\\x81\\\\xa9\\\\x03_\\\\x0e\\\\x8a\\\\xed\\\\xa3\\\\x1bD\\\\xbdy7\\\\x1e\\\\t$\\\\xbc\\\\xdb\\\\x05\\\\xcd\\\\x9c\\\\xb6~E\\\\xf6\\\\xd8\\\\xd7\\\\xdb\\\\x94\\\\n\\\\x12\\\\xa0\\\\xd9\\\\xab\\\\x89\\\\xfcI#F\\\\x9dG\\\\xd3\\\\xc7\\\\xaf)x\\\\x13.\\\\xce}V\\\\x84Z!<\\\\xfe\\\\x97r8\\\\xa7\\\\x90\\\\xcb\\\\xa0\\\\xb8\\\\xb3#\\\\xd2\\\\xeb\\\\xfc\\\\xc6Em\\\\x9b\\\\xa2F\\\\xa1\\\\x87\\\\x98\\\\x83\\\\xe5\\\\xd5r\\\\'\\\\x0c(\\\\xfdU\\\\x9b2\\\\x04\\\\x8e\\\\xceK\\\\xb4>\\\\x15\\\\x9f\\\\x98\\\\r\\\\x18\\\\xf7\\\\xf2M\\\\xf9\\\\x03I\\\\xbb\"\\\\xac\\\\xa5\\\\xda\\\\x8b\\\\xa8\\\\xdc)\\\\xb5\\\\x8b=\\\\x7f\\\\x84DDw\\\\xebKo\\\\xbf\\\\xbc \"dLq\\\\xadi\\\\xdb\\\\x88@m\\\\xc1\\\\xc9\\\\xa2\\\\xe8\\\\xfa\\\\xe9nAo\\\\xba\\\\xa5J\\\\xf8:-\\\\xa1q\\\\xb07\\\\x80\\\\xc8\\\\xa8\\\\x92\\\\x82\\\\xc3\\\\\\\\I\\\\x0cgv\\\\xa0\\\\xf63\\\\xaf[\\\\xbb\\\\x88\\\\xcaD\\\\xdc\\\\xb6\\\\x00\\\\xb6H\\\\x0cN\\\\x01\\\\xbe\\\\xb8\\\\xd74\\\\x918\\\\x91\\\\xa4\\\\xadW\\\\xe3\\\\xdbn!\\\\xc2\\\\xfe\\\\xa1E\\\\x14R\\\\xf6\\\\xd8A\\\\xad\\\\x13i\\\\x04z\\\\xf7\\\\x06\\\\xde\\\\x1dA\\\\xd0\\\\x024\\\\xf1\\\\xea,\\\\xda\\\\xf7N\\\\x980c\\\\xc1\\\\xe7\\\\xdc\\\\x8eR-T\\\\xa5\\\\x99\\\\x99\\\\xca=\\\\x98\\\\xefF\\\\x1d\\\\x99|^=\\\\xa6\\\\xabr-\\\\xa4cV\\\\xa6\\\\xdfR\\\\x9d\\\\xec\\\\x10/i\\\\x06A\\\\xfe!\\\\xd5\\\\x8d\\\\xd5\\\\x9fn\\\\xd82v\\\\x05\\\\xba?B\\\\x93\\\\x08\\\\xcaR`(\\\\xb9\\\\x8b\\\\xe6Y4|\\\\xaf\\\\xe5\\\\x1c\\\\x85\\\\xd5\\\\xe6Y\\\\x9a\\\\xd8\\\\xcf\\\\xec&M\\\\xac^\\\\xc6\\\\xac\\\\x13\\\\xee\\\\xedmf\\\\x18\\\\xf7\\\\x04\\\\xf6\\\\x9f\\\\x13\\\\xd5+;\\\\x87:\\\\xea\\\\xe4\\\\xa4\\\\xdd\\\\x8b\\\\x92\\\\x1dcW\\\\xc1\\\\xb12h\\\\xb2\\\\xca\\\\xf1k\\\\xb6\\\\x9c\\\\x94j\\\\xd1\\\\xec\\\\xad.5\\\\x86Q\\\\xb9\\\\x86\\\\xedN\\\\xd0\\\\xc3S\\\\x1doX\\\\xf9\\\\xab\\\\xf0\\\\x15i\\\\x83J\\\\xf2Y\\\\xf76p\\\\x96\\\\x14*\\\\xb3\\\\xf9O\\\\xe8\\\\xbd\\\\xb5\\\\xe7\\\\xe1\\\\xd7\\\\xc4\\\\xe3~o+.\\\\xbb\\\\xf2/\\\\xdc\\\\xedA\\\\xaa\\\\x8cTE\\\\xb1\\\\x99\\\\x18(!\\\\xde\\\\xea\\\\xd0\\\\x0e\\\\xf2O\\\\x97W6\\\\xff\\\\x00/\\\\x1dnh0U\\\\xee\\\\xfcP0&\\\\x8f\\\\x97j\\\\xe7\\\\xef\\\\x9a\\\\xfc\\\\x03\\\\xe5X\\\\xb7?\\\\xe7x<\\\\xae?\\\\x15!*\\\\xc9j\\\\xa5@\\\\x89\\\\xee\\\\xa0\\\\t`u=k\\\\xff\\\\x00\\\\x9fn\\\\xe1\\\\x0ch\\\\xb2%\\\\xb4\\\\x98\\\\xc4*\\\\xdf#\\\\x84\\\\xa0\\\\xba\\\\x06\\\\xa9\\\\xd8\\\\x98\\\\x0e\\\\xcf\\\\xa8\\\\nA\\\\xd7i\\\\xfa\\\\xe9 }\\\\x9d]\\\\xb7lgP\\\\x91\\\\xa0\\\\xc5\\\\xc9C\\\\xb9\\\\xce;\\\\x16\\\\xba/\\\\xa8b&5(\\\\xa0=\\\\x95\\\\x12`\\\\xac\\\\xc8S\\\\xb6L\\\\xc1\\\\xd3\\\\xfc\\\\xban\\\\xec\\\\xc7I\\\\xa3\\\\x06W\"N\\\\x9af\\\\xb9\\\\xc3\\\\x94\\\\xc7M\\\\xf6\\\\x9a\\\\xb5EbU\\\\x8e\\\\x9b\\\\x89\\\\x1f\\\\xe9\\\\x00w\\\\xeb\\\\x0e\\\\xccD\\\\x08b\\\\xe0\\\\xab\\\\xb6\\\\xdf0\\\\x9721\\\\x08\\\\xa4\\\\x89%\\\\x89\\\\x00Z \\\\x89\\\\x1a\\\\xf7 \\\\x83\\\\xdb\\\\xb4\\\\xf5\\\\xa3fo$\\\\xf6\\\\x00%K1\\\\x19\\\\x046\\\\xcb\\\\r\\\\x8aB\\\\xb0\\\\xeeC0\\\\xd6I\\\\x1d\\\\xe3\\\\xc7\\\\xadX\\\\xcd\\\\xfb\\\\x97D\\\\x11\\\\x82V\\\\xc9\\\\xd1\\\\xd1\\\\xa4\\\\xeeb\\\\x08\\\\x02A#\\\\xbc\\\\x81\\\\x1e\\\\x13\\\\xd6\\\\x85\\\\xbc\\\\x15\\\\xebqp\\\\xc8s\\\\x81\\\\x91\\\\nT\\\\x19\\\\x05DH\\\\x912\\\\x06\\\\x9e]=g\\\\xe9\\\\x88:f\\\\xee\\\\xa8\\\\x1bT\\\\xe4\\\\x9a\\\\xf9\\\\x0c\\\\xda\\\\xac\\\\xdfx}\\\\xa7R/!@B\\\\x0c\\\\x80\\\\'\\\\xc8\\\\xf5N\\\\xf9\\\\x0cIP#M)\\\\x0779\\\\xab\\\\xbc\\\\x86\\\\x01\\\\x03Mh\\\\xe7OJ\\\\x88\\\\x04\\\\x01\\\\x00\\\\xc1\\\\xfd\\\\xdau\\\\x84f K\\\\xe6\\\\x9f\\\\x18\\\\xb8\\\\xa2\\\\x95\\\\x8f\\\\x99\\\\x89ue\\\\x17\\\\x17\\\\xf9\\\\xfb\\\\xfd6\\\\xa9\\\\xfe^\\\\xd8\\\\x82_\\\\xb1\\\\xd4\\\\xb4h\\\\x7fwc\\\\xf7\\\\xa1(\\\\xb3z\\\\xb9\\\\x8eJ4\\\\xc8J\\\\xa6\\\\x9ejE\\\\x99*\\\\x96\\\\x1a\\\\xac\\\\x1e\\\\xc2,\\\\x12\\\\x9e\\\\x90\\\\x00a\\\\xb8\\\\x07*t\\\\x91\\\\xd8\\\\x93\\\\xe7=\\\\x1cf\"@\\\\xfe\\\\x92\\\\xc8p\\\\xb3\\\\xbf*\\\\xa3W\\\\xb4\\\\xd4\\\\x1b\\\\x11\\\\x98\\\\xa5p\\\\xa0\\\\xb9:\\\\x0fN\\\\xa4\\\\x80\\\\x08\\\\x8f\\\\xf8\\\\xf5\\\\x17\\\\xeef\\\\xcb\\\\xa5\\\\n8\\\\xaaDO\\\\x89_\\\\xf2NS\\\\x17\\\\n\\\\xaa\\\\xc8\\\\xc8\\\\xb1\\\\xac\\\\xb1\\\\xa9\\\\x01\\\\xa3a2\\\\xcf\\\\xbacH\\\\xed>]_\\\\xd9\\\\xda\\\\x17\\\\r*[\\\\x05\\\\x99;._\\\\x06WO\\\\xc78lO\\\\x8f\\\\xe1YZme\\\\xa2\\\\xb0\\\\xd4\\\\xd8\\\\x95\\\\x94.P\\\\x10\\\\xcfb\\\\xf6^\\\\xd24\\\\x99\\\\x1d\\\\xfc\\\\xb1\\\\xb7\\\\x97\\\\x84n\\\\x16\\\\xf2\\\\x14V\\\\xec\\\\xd9\\\\xa3\\\\x84\\\\xf8\\\\xb9\\\\x05\\\\xbf\\\\x9a\\\\xeb\\\\xb5\\\\x18MJ\\\\x08fb4\\\\xfc\\\\x04\\\\x03\\\\xabv\\\\xef\\\\x07X\\\\xea\\\\x9d\\\\xe9\\\\x11T\\\\xf8\\\\xd0\\\\xd5\\\\x04L\\\\xcax\\\\xe4\\\\xbe\\\\xecl\\\\x9fu\\\\x99\\\\x1b\\\\xdd;\\\\xb6\\\\n\\\\x99\\\\xb5.\\\\x14\\\\xe8\\\\xcd\\\\xa8\\\\x89\\\\x13\\\\xf7\\\\x08\\\\xeb7\\\\xdc6\\\\xc6\\\\xb0j|\\\\x93\\\\x89\\\\x07\\\\xd2R\\\\xa6G.nv\\\\xf5/\\\\xb7L8\\\\xddh\\\\xdfb\\\\x12`!i\\\\x93\\\\xac\\\\x90c\\\\xfc:\\\\xa7\\\\x1b\\\\xa2\\\\xe08R\\\\xa7%\\\\xc41\\\\xc7\\\\x10\\\\x94\\\\xf2r\\\\xe9\\\\xb1\\\\xac\\\\xb9\\\\xed\\\\xf6+PE5\\\\xbf\\\\x83\\\\x1d}!@>=\\\\xce\\\\xbfgY\\\\xd2\\\\xba%\"^\\\\x99q\\\\xcd5\\\\xa8\\\\xc8NFc1\\\\xae\\\\xbb\\\\x19tAeD\\\\x9f\\\\xe2\\\\x8d*$\\\\xf6\\\\x89$n\\\\x11\\\\xdctZ\\\\xbf\\\\xdd6\\\\xa3\\\\xd7\\\\xa6];\\\\xd4\\\\n\\\\xd5\\\\xa88t\\\\xaf\\\\x94\\\\xb7\\\\x97\\\\xc7Z\\\\x831+\\\\r\\\\xb4X\\\\xa0\\\\xa7v\\\\xdc\\\\x1awzv\\\\xeb\\\\xdc~\\\\xce\\\\xa8H9\\\\x00r\\\\xc2\\\\xb8u\\\\xe3\\\\xec\\\\xac\\\\xc6Pc\\\\xc5R\\\\xc6nH\"\\\\xc8P\\\\xcfa\\\\xde\\\\x1e\\\\x1c8\\\\x11\\\\xb4\\\\xaf\\\\xab\\\\xd2\\\\x00\\\\xfb\\\\xbf\\\\xc3\\\\xa4\\\\xc4P\\\\x0f4\\\\xcd` \\\\xf6d\\\\x0fl<\\\\xb4\\\\x80C \\\\x01\\\\xb4:w\\\\x1a\\\\x1f(\\\\xd7\\\\xa6\\\\xc6\\\\x15E\\\\xee\\\\x0c\\\\xd1>\\\\x1f\\\\xe4\\\\xfc\\\\xef\\\\xc7\\\\x9a\\\\xe1\\\\xc2s\\\\x19<]6\\\\xa4]]\\\\x16{j\\\\xeaed\\\\xae\\\\xa0\\\\xfd\\\\t\\\\xea\\\\xc4.\\\\xce!\\\\x81\\\\xc7\\\\xbc.2\\\\x89d\\\\xf5\\\\xf1\\\\xef\\\\xd5\\\\xdf\\\\x92`f\\\\xad\\\\xdc\\\\xc3[\\\\xf2\\\\x0c;\\\\x19\\\\r\\\\x987\\\\xbe\\\\xd7\\\\xdd \\\\xee\\\\x0e\\\\x04\\\\x82?\\\\xb7n\\\\xbb\\\\xdc?\\\\xea.\\\\x07_\\\\xa2(\\\\x9e\\\\xe2\\\\xadl\\\\xcf\\\\xd6/\\\\x8c\\\\xe2\\\\xe3Qo\\\\x11\\\\xc6\\\\xdb\\\\xc8g\\\\xe6V_.\\\\xd6>\\\\xda\\\\xd5\\\\x1e\\\\x95\\\\x1e%\\\\x9aN\\\\xa6@\\\\xdb\\\\x04w\\\\x8e\\\\xa2\\\\xef\\\\xb6\"\\\\x00rN\\\\'\\\\x0e\\\\xe6\\\\xe7\\\\xe4\\\\x8a3,\\\\xdeJ\\\\x9f\\\\xf9\\\\xdf\\\\xeb_!w\\\\x1b~6Fe<\\\\x06%\\\\xc8R\\\\xdcJ\\\\x9f\\\\xd5p\\\\xdb\\\\xaa\\\\xbb\\\\xc6\\\\xe6S\\\\x1d\\\\xb4\\\\x1at\\\\xdd\\\\xb5\\\\xbb\\\\x97\\\\xff\\\\x00\\\\xe3\\\\xb6\\\\x1a9\\\\xf5\\\\xef\\\\xfb!\\\\xbbz6\\\\xce\\\\xa2\\\\\\\\\\\\xe4\\\\xb8\\\\x8f\\\\xe6?+?!\\\\xcfSE\\\\x8c\\\\xd8\\\\x98\\\\x9f\\\\xcb\\\\xa8\\\\xc1AcG\\\\xe2\\\\x8dc\\\\xb1\\\\x03\\\\xaf_\\\\xf1\\\\xdb\\\\x0f\\\\xf1\\\\xa1QS\\\\xe4\\\\xa8N\\\\xfe\\\\xaa\\\\xa3\\\\x9f\\\\xa6\\\\xdf\\\\xaa?.\\\\xfd1\\\\xe7qy\\\\xbf\\\\x89r\\\\xd6\\\\xf1\\\\xb9U\\\\x90\\\\x96(c\\\\xed\\\\xdc\\\\x80\\\\xfe\\\\x0b\\\\x17\\\\xc5OO\\\\xbfdH\\\\x14\\\\xb8\\\\xdd\\\\xcc/\\\\xaf\\\\xbf\\\\xa2_\\\\xefc\\\\xf4\\\\xfb\\\\xe5\\\\x98\\\\xa3\\\\x8b\\\\xf9\\\\x8e[\\\\xfcS\\\\xe4\\\\x19\\\\x81E\\\\xefxg\\\\xc5\\\\xb5\\\\xf4\\\\x00\\\\x8b?\\\\x84\\\\x13>\\\\x93\\\\xe1\\\\xa7Uv2\\\\xbb\\\\xb43\\\\x04\\\\xbc%^\\\\xbe9\\\\x8e\\\\x8a\\\\xc0\\\\xdc\\\\x83L2p)\\\\xe0\\\\xbb\\\\xaf\\\\xde\\\\xe3/\\\\xc0\\\\xa3/\\\\x8e\\\\xcd\\\\xa7+\\\\x1b!=\\\\xcb\\\\x1d!\\\\x90\\\\x08\\\\x90\\\\xdb\\\\xbbA\\\\xebb\\\\xe5\\\\xdb\\\\x11\\\\xb6\\\\xf6\\\\xe5\\\\x12\\\\x1a\\\\xa0\\\\xe4B\\\\xb1(\\\\xc0\\\\xc4\\\\x18\\\\x9a\\\\xe6\\\\xdf\\\\x95\\\\xcc_*Zy~I\\\\xaa\\\\xab\\\\x93\\\\xa7\\\\x82\\\\xc9\\\\xe4n\\\\xbd\\\\xb9\\\\x07\\\\xc9F\\\\x18\\\\xa5k\\\\r\\\\xb3q\\\\x82F\\\\xe8\\\\x8d\\\\'R u\\\\xe1\\\\xee\\\\x019z\\\\xa7\\\\x1bz\\\\x9c\\\\x93\\\\xfe\\\\x9e\\\\xcax\\\\x04\\\\xb9\\\\xcbN\\\\x03W\\\\xd5s\\\\xe6F\\\\x0b\\\\xb3\\\\xad\\\\x99\\\\x19U\\\\x16Z\\\\x83zkS\\\\xb8\\\\x06\\\\x07w\\\\xb71\\\\xd8k=\\\\x88\\\\x99\\\\x1dx\\\\x8b\\\\xf1\\\\x8c\\\\xcb\\\\xce\\\\xe0\\\\'\\\\xc5\\\\xfa\\\\xf8?\\\\xe5^\\\\x8d\\\\xc3\\\\x1c\"\\\\x7f\\\\x1d\\\\x14\\\\xd0\\\\x98\\\\xf8u\\\\xfb6d\\\\x9f\\\\xcc\\\\xef\\\\xad\\\\xf2\\\\x07\\\\xb87\\\\x12\\\\xa7he\\\\xac\\\\x98\\\\x04\\\\xf6\\\\xecu\\\\xf13\\\\xd6\\\\xb5\\\\xb3\\\\xb7\\\\xb5\\\\x1d&O\\\\'\\\\x0f_\\\\xa0\\\\xea\\\\xa9L\\\\xcerp)\\\\x97\\\\xf6\\\\x88\\\\xda\\\\xd9\\\\x7f\\\\x98\\\\xfc\\\\xb7\\\\xbe\\\\xd8\\\\xd5\\\\xb3{\\\\x95\\\\x05\\\\x855\\\\x07]\\\\xd6\\\\x01\\\\xa7e\\\\xed;\\\\xa0un\\\\xe5\\\\xc1\\\\xa8F2\\\\x1e\\\\x1e)q\\\\x1e\\\\x92Ht_\\\\x12\\\\xce&\\\\xbe?.\\\\xdc\\\\x86g\\\\xca\\\\xb0F\\\\x0eMghwf\\\\x87\\\\xad\\\\xfby\\\\x93\\\\xe9\\\\xfaGW\\\\xe1\\\\xbb\\\\xb5\\\\x0bx\\\\xb18K\\\\x9fD\\\\xbd$\\\\x96c\\\\xf8\\\\xedI\\\\xff\\\\x00,\\\\xfdZ\\\\xe1\\\\xb8*\\\\x1d\\\\x16\\\\xf1\\\\x97\\\\xcbT\\\\xafF\\\\x06\\\\x1e\\\\xe9Z\\\\xe3\\\\xb1c\\\\xa0\\\\x85 \\\\x83=\\\\xfe\\\\xf9\\\\xea\\\\xad\\\\xdf\\\\x917#\\\\xa6\\\\xce\\\\x01Z\\\\xdb\\\\xecd\\\\xef,\\\\x17\\\\x1ds|\\\\xbew\\\\xc83\\\\xf2\\\\xb9L\\\\xeb\\\\xdf&\\\\xec\\\\x8b\\\\x0c\\\\x86\\\\x04\\\\x8d\\\\'\\\\xd2\\\\x8aO\\\\xe1_.\\\\x91n:(\\\\xb4\\\\xcb\\\\x0c\\\\x17\\\\\\\\\\\\xff\\\\x00\\\\xb5\\\\x8f\\\\x9b\\\\x11\\\\xc9Y\\\\xf0n{\\\\x06\\\\xaeF\\\\x87\\\\xa9\\\\xad\\\\xe0\\\\xad\\\\xca}\\\\xa6\\\\xa6\\\\x043\\\\xd0\\\\x9e\\\\x04\\\\x13\\\\xd1\\\\x8f[\\\\xe6%\\\\x9blg\\\\xb1\\\\xe5\\\\x84\\\\x05\\\\x92\\\\x80\\\\xf6\\\\xef\\\\xdfM<|6\\\\xea\\\\xde\\\\x97b~\\\\xbd\\\\xebJ%\\\\xce\\\\x08\\\\x7f\\\\x11\\\\xc2\\\\xbf%\\\\xca\\\\xe2[v5\\\\x99\\\\xbcmoe,M\\\\xcf\\\\x8dY\\\\xb6\\\\tZ=\\\\xe2@\\\\x0f\"@\\\\x04}Lj\\\\x19\\\\xf0\\\\x7f\\\\x1f;\\\\xf7\\\\xde`\\\\x98\\\\nrr\\\\x05+\\\\xcdE\\\\xfb\\\\x80F\\\\x8b\\\\x99\\\\xfeme? \\\\xf9\\\\x17/\\\\xc5\\\\xd7\\\\x92j.\\\\xfd\\\\x9bB\\\\xdc%#\\\\x12\\\\t5\\\\xcf.\\\\xd4\\\\xdb\\\\x902.\\\\x0f\\\\xe1S_\\\\xaa\\\\xbf7\\\\xe2\\\\xbe\\\\x0f\\\\xf1~K\\\\x91\\\\xe6m~?\\\\x8d\\\\xc5\\\\xc3l\\\\x9c\\\\xbc\\\\x8d\\\\xe4\\\\x96J\\\\xe7\\\\xd0\\\\x02\\\\x82\\\\xc4\\\\xbb\\\\x08\\\\x9e\\\\xbc\\\\xec\\\\x8c\\\\xc1\\\\x8d\\\\xb2\\\\x0cC\\\\x87\\\\xae-\\\\x80\\\\xf1J\\\\xdc\\\\x18\\\\x80\\\\xe2\\\\xb4\\\\xa2\\\\xfez>[\\\\xf3k~M\\\\xf2\\\\x9ec\\\\x9cVm\\\\x99\\\\xf9v]\\\\x8c\\\\x96\\\\x7f\\\\x05E\\\\xbf\\\\x96\\\\xa4I\\\\x1f\\\\x87N\\\\xfdm\\\\xc7mJ\\\\xf1\\\\xfd/7\\\\xbb\\\\x15M_\\\\x17\\\\xe7\\\\xb2x\\\\xccGf]\\\\xf9\\\\x1605\\\\x89\\\\x8d\\\\xccL\\\\xb2\\\\xb4\\\\x904?]?\\\\x7fV-\\\\xc6Q\\\\x8c\\\\x9b\\\\x1a\\\\xb7^\\\\xf5\\\\x89rZK\\\\xabG\\\\xe3\\\\x7f(\\\\xaf?\"\\\\xca\\\\xb3l\\\\xa6\\\\xbaA\\\\x10kS\\\\xe8^\\\\xd2H\\\\xf5D\\\\xf7\\\\x81\\\\x1d\\\\\\\\\\\\xda\\\\xdd\\\\x91mLs\\\\xe7N\\\\\\\\\\\\xd5I]b\\\\xcf\\\\x8f\\\\x0e\\\\x88r\\\\x94W\\\\x96-\\\\xb7\\\\x1c\\\\xd7\\\\x99F:\\\\xa2\\\\xdd\\\\x1a\\\\x83\\\\xba\\\\x08\\\\xed\\\\x07\\\\xd4\\\\t\\\\x8d{\\\\xf7\\\\xea\\\\x8e\\\\xe8\\\\x0b\\\\xf2|\\\\xc6*\\\\xdd\\\\xb9\\\\xc7K\\\\x05^s<\\\\x13\\\\xa0Oe\\\\xfd\\\\x9a\\\\xeee\\\\xf7\\\\xabU\\\\x0c\\\\xc3Q\"$\\\\xee\\\\xd7\\\\xc7\\\\xf6\\\\xf5\\\\x95=\\\\xbc\\\\xed9\\\\xc4\\\\x1e\\\\xbcQ*v\\\\xa3!\\\\xc7\\\\x8a\\\\x01\\\\x8b\\\\xf1\\\\x9c\\\\xceG 2\\\\xd0\\\\xe2\\\\xbcs\\\\xeeWb\\\\xee\\\\x83\\\\xb9\\\\xb5\\\\x0c\\\\xbe0t\\\\'\\\\xfc\\\\xba\\\\x1br$\\\\x10\\\\x01.\\\\xd9wc\\\\x92\\\\xadso#._t\\\\xdf\\\\xfd\\\\x07?\\\\xc9\\\\xff\\\\x00\\\\xf1\\\\xd5\\\\xff\\\\x00\\\\xbf\\\\xd6\\\\x8f\\\\xf8{\\\\x9f\\\\xf7\\\\xf9\\\\x8f\\\\xca\\\\x86\\\\xb7\\\\xfe\\\\xd5\\\\xff\\\\xd4\\\\xe6\\\\xdes\\\\x8e\\\\xaf\\\\x8dE\\\\xb5k\\\\\\\\\\\\xa6w\\\\xdeKC\\\\x15\\\\xda}Jc\\\\xb1\\\\xd0N\\\\x9fO\\\\x0e\\\\xbc\\\\xe1\\\\x80\\\\x01|Vp\\\\xd1\\\\'\\\\xcb\\\\x8a\"\\\\x1f\\\\x1d\\\\xb8r\\\\xb8\\\\x8d\\\\x93\\\\x9dm5\\\\xfb\\\\xae\\\\xb5\\\\xe3\\\\xe0\\\\xda\\\\x0e\\\\xefl\\\\x91\\\\xfcGC\\\\xe2A\\\\xf2\\\\xe9\\\\x91\\\\x8e\\\\xaa\\\\xae\\\\xb7-@\\\\xbat\\\\xe0\\\\xea\\\\xaf\\\\x17:\\\\x91\\\\x83B-\\\\xd8\\\\x96\\\\xd4\\\\x05\\\\x946\\\\xea\\\\x88v\\\\x04\\\\xa3\\\\xe9\\\\xe0\\\\xda\\\\xf8\\\\x0f\\\\xb3\\\\xbfO\\\\xb6ZT\\\\t\\\\xb6\\\\xe2Ih\\\\xa2\\\\x7f6\\\\xe7\\\\xf9\\\\n\\\\xf2\\\\xdb\\\\xde [\\\\x97^\\\\xdb+\\\\x01B\\\\x10\\\\xa4mm\\\\x91\\\\xa0\\\\xef\\\\xa0:\\\\x9e\\\\x95~R\\\\xd5\\\\xd5X\\\\xbfsH\\\\x11t\\\\x83O-\\\\x8c)4U\\\\x8f~g\"\\\\xd6\\\\x0fw!5\\\\xafX\\\\xdc\\\\x08;d\\\\x01\\\\xdf\\\\xc4x\\\\x8e\\\\x88L0j\\\\xaap#\\\\xbf\\\\xe9\\\\xf4^p<\\\\x97!\\\\xef\\\\x9c\\\\xac\\\\x90\\\\xb8\\\\xe9\\\\xc7\\\\x88\\\\xc2\\\\xc6C%a\\\\x89\\\\xdd\"Gp\\\\x08$Oq\\\\xa7~\\\\xa2\\\\x04\\\\x9fQ)\\\\x96\\\\x89\\\\x96\\\\x01Zy9\\\\x89\\\\x97\\\\x85\\\\xee\\\\xe5\\\\xd9\\\\xe9\\\\xba\\\\xb69.\\\\xacHF\\\\xd0\\\\x86I\\\\x13\\\\x12c\\\\xbe\\\\x9f\\\\x7fC}\\\\xfd\\\\xb5\\\\xaa=P\\\\\\\\\\\\xe9sd\\\\xd1\\\\xf2\\\\x0c\\\\x94\\\\xa9\\\\xcb\\\\x1aAe@\\\\xf0\\\\x08$\\\\x18\\\\'I\\\\x03\\\\xc7\\\\xaa\\\\x96\\\\xdeRn\\\\\\\\UQ\\\\x94X\\\\xd1K\\\\xbf\\\\xdb\\\\xcb{E5\\\\x82\\\\xb5\\\\x95\\\\x17R+\\\\x11\\\\xbcI\\\\x91\\\\x0ct\\\\x99\\\\x88:\\\\xc1\\\\xe8\\\\xae[\\\\x05\\\\x80\\\\xc9p\\\\x8bP\\\\xb2l\\\\xe3q\\\\xef\\\\xa2\\\\xad\\\\xd4\\\\x0fvN\\\\x85\\\\xa0\\\\xb4.\\\\x8cI%\\\\xa7i\\\\x99X\\\\xff\\\\x00\\\\x1e\\\\xba10\\\\xc9\\\\xd3b\\\\xe75o\\\\xfc\\\\x0f\\\\xe5\\\\x1c\\\\xb7\\\\xc2\\\\xb9\\\\x1e;\\\\x9a\\\\xe2\\\\xb2/\\\\xc6ab6f)\\\\x1e\\\\x9b\\\\x82\\\\xb6\\\\xac\\\\xbeD\\\\r$\\\\xf9\\\\xf5G\\\\xe4vv\\\\xef\\\\xdbk\\\\x85\\\\xba\\\\xad_\\\\x8f\\\\xbfr\\\\xdc\\\\x9a/\\\\xf5_W\\\\xbe\\\\x07\\\\xfa\\\\xdd\\\\xf0\\\\xbf\\\\x99\\\\xfeJ\\\\xcc\\\\xdc\\\\xeaxl\\\\xdb\\\\xa9\\\\xad\\\\xad\\\\xc5\\\\xcd\\\\x8a\\\\x91\\\\x9b\\\\xfeYPW\\\\xf0\\\\xc1\\\\x833\\\\xafX\\\\xdbM\\\\xe5\\\\x916\\\\x99\\\\x00\\\\nr\\\\x07\\\\x01\\\\x96\\\\x0b\\\\xd9\\\\xc2\\\\xe4\\\\xae\\\\x91)w\\\\xf4\\\\xc9YO\\\\x9f\\\\xc2f&F3r\\\\x18\\\\xf9t\\\\x95\\\\xb0=\"\\\\xc5z\\\\xc2x\\\\xf8\\\\x9d\\\\xc3\\\\xed\\\\xfb\\\\xfa1\\\\xbc\\\\xdbL\\\\x98{\\\\x84\\\\xb3\\\\xf3f\\\\xe9\\\\xcdt\\\\xed\\\\x9a\\\\x96\\\\x04d\\\\x17,\\\\xfc\\\\xbf\\\\xe2\\\\xd4\\\\xff\\\\x00\\\\xea\\\\xac\\\\x1eO\\\\xe2\\\\xd8y#\\\\x88\\\\xe4\\\\xa9\\\\\\\\\\\\x8c\\\\x8c\\\\xf4\"\\\\xc0nF3j\"\\\\x0f@3\\\\xb7o\\\\x89\\\\xed\\\\xdc\\\\xf5\\\\xe4~Sed\\\\xdd\\\\xd5a\\\\xea\\\\xcf\\\\xc8\\\\x9ec\\\\x93\\\\xf2S\\\\x19\\\\x91\\\\x0fR\\\\xbd\\\\xfe=\\\\xf1!\\\\x8b\\\\xf1\\\\xea\\\\xb3\\\\xb3\\\\xb9\\\\x0bq9\\\\xeb\\\\x1a\\\\xbb\\\\xdc\\\\xa2\\\\x85\\\\xb0\\\\xdbI\\\\xfeZA\\\\x9d\\\\x17\\\\xc7\\\\xce|\\\\xfa\\\\xf4\\\\x1b\\\\x7f\\\\x8b\\\\x8d\\\\x9d\\\\xbf\\\\xf92\\\\xbacs \\\\xd8\\\\xc8a\\\\xe0\\\\x83^\\\\xa0bx\\\\xe7\\\\xe0\\\\x9538>V\\\\xfby<\\\\xbbX\\\\xf2\\\\x9c\\\\xfeP9J\\\\x95\\\\xa8\\\\xf6,\\\\xa82\\\\x8b\\\\xa9p\\\\x14\\\\xf8\\\\r\\\\x07~\\\\xf1\\\\xd2\\\\xb6\\\\x90\\\\xb9#9H\\\\x99NE\\\\xe5\\\\x9b\\\\xf3\\\\xecH\\\\xbc\\\\x1d\\\\xbc\\\\x90?\\\\x9eq\\\\x1cU|6\\\\x1d\\\\xd8\\\\xf8\\\\x19\\\\\\\\\\\\x7f2\\\\xf9\\\\x9e\\\\xd6w\\\\x15M\\\\xad\\\\x91\\\\x8e\\\\x82\\\\xc0=T\\\\x92\\\\'H\\\\xda\\\\x14\\\\x80f|\\\\x07W}\\\\xb1\\\\x1a\\\\x81\\\\x8e#\\\\x1f\\\\x0f\\\\xa3\\\\x1a\\\\xa9\\\\xba-\\\\xfbn#\\\\xa6OU\\\\xce\\\\x1f5\\\\xba\\\\xce~\\\\xcbk\\\\xa9)\\\\xfc\\\\xd3[\\\\xb5qk@\\\\x97T\\\\xf5\\\\xae\\\\xc4V\\\\x06ub\\\\t:\\\\xcc\\\\xf4\\\\x9b\\\\xb6\\\\xa5z\\\\x99\\\\x9f\\\\x15Z\\\\xc40\\\\x88\\\\xa9\\\\xfc\\\\xae\\\\\\\\\\\\xfdE\\\\xf8o\\\\'\\\\xc1c\\\\xb6U\\\\xb5\\\\x8b\\\\xcan\\\\xdbUL\\\\xc1\\\\xd4\\\\xa6\\\\xaf\\\\xb8\\\\x1deG\\\\x81\\\\x1de\\\\xfc\\\\x97\\\\xfdz\\\\xe5\\\\xa8\\\\x0b\\\\xa0\\\\x83\\\\xd8\\\\xbd\\\\r\\\\x8f\\\\x8e\\\\xb9pz\\\\xa8\\\\xaa\\\\x1f\\\\x8a\\\\xfc\\\\xe1\\\\xf8\\\\xff\\\\x00\\\\x94\\\\xf0\\\\xa7\\\\xf2U\\\\xa3&J\\\\xd3f\\\\xd5,\\\\xe1L\\\\x06+ \\\\x8d\\\\xc7\\\\xec\\\\xfd\\\\x9dc\\\\x8d\\\\x8d5c\\\\x87\\\\x1d\\\\xaa\\\\xc5\\\\xcf\\\\x8d\\\\xf6\\\\xe2N\\\\xae:\\\\xaf\\\\xa7\\\\xdf\\\\x0c\\\\xf8G\\\\xc8\\\\xf3*\\\\xc4\\\\xb7\\\\x13\\\\x14S\\\\xc4\\\\xf2\\\\xaall\\\\xf4\\\\xc8CUtV\\\\xe2\\\\xb6\\\\x0e\\\\x81\\\\xf7(\\\\x0e`\\\\xaf\\\\x88\\\\xd6;\\\\xf4[\\\\x7f\\\\x83\\\\xdc8\\\\x90a\\\\x19\\\\xd5\\\\xdc~\\\\xa2\\\\x86\\\\x83\\\\n\\\\x85\\\\x91=\\\\xc0\\\\x98l[\\\\xa7\\\\xddtVF?!\\\\xc4YJ\\\\xe6[\\\\x8f_\\\\x1c\\\\x82\\\\x8a\\\\xaa\\\\xcb\\\\xaa\\\\xb3\\\\x8e\\\\x83\\\\xc0\\\\xab\\\\x02\\\\xc43\\\\x16\\\\x11\\\\xa9\\\\x8f\\\\xa0:\\\\x9d\\\\x89\\\\xd9\\\\xba.\\\\x08\\\\xcc\\\\x08\\\\xc6X\\\\x1a\\\\x81\\\\xe1\\\\xcd\\\\x01\\\\x90\\\\x88\\\\x07\\\\x101\\\\xe6\\\\x13U\\\\xb8Xx\\\\xb4\\\\xdb\\\\xc9d]F-9\\\\x94\\\\xd6\\\\xb6g^@JUD\\\\xef%\\\\xfc\\\\xf5\\\\x99:\\\\xe9\\\\xd6\\\\x84v\\\\xf6\\\\xf6\\\\xd5\\\\x91\\\\x01\\\\xf0<\\\\x93\\\\x03\\\\xca \\\\xb5\\\\x17\\\\x1a\\\\xfc\\\\xeb\\\\xf5\\\\x7f\\\\x95\\\\xe4m\\\\xe7\\\\xbe\\\\x15\\\\xc2r6\\\\xf2|g5`\\\\xa6\\\\xff\\\\x00\\\\x90\\\\xe4n\\\\x0beu\\\\x1d\\\\xa4V\\\\xa4\\\\x00\\\\x9e\\\\x91\\\\x12\\\\x07\\\\xdd\\\\xdb\\\\xacM\\\\xe7\\\\xca\\\\xce\\\\xf7\\\\xfcD\\\\x99\\\\x02\\\\xcf\\\\xca\\\\x9d\\\\xa8Lt\\\\x12c\\\\x81I\\\\\\\\\\\\x16\\\\x11\\\\x18\\\\xe9ut\\\\x8fj\\\\x97E\\\\xf5<\\\\xdc\\\\xac\\\\x0c\\\\r\\\\t\\\\x1aA\\\\x07A\\\\xe3\\\\xd8uX\\\\x07\\\\r\\\\x97\\\\xd1#[\\\\xf6\\\\xfdU\\\\xcb\\\\xc4\\\\xf1\\\\x97\\\\x05\\\\xf6\\\\xaa\\\\x95k`Pv\\\\xb0\\\\xad\\\\x03N\\\\xfd\\\\x85L1\\\\xd4v0;\\\\xe9\\\\x11\\\\xd3\\\\xe7)\\\\x07\\\\x07,\\\\xd0\\\\xe8\\\\xd7P\\\\xacN7\\\\xe3\\\\\\\\P\\\\xe43\\\\xf9?\\\\xcb?\\\\xf5\\\\x0eV\\\\xba\\\\xa8k\\\\xadf\\\\xb5*\\\\xa2\\\\x90JWJ\\\\x83\\\\xe8Fvk\\\\x1b\\\\xc5\\\\x9c\\\\x92|:\\\\x1f\\\\xf2L\\\\x80\\\\x89-\\\\xd5\\\\xb1?\\\\xc2h\\\\x80l\\\\x13bp\\\\\\\\}\\\\xa9mv\\\\xd3]\\\\xe2\\\\xed\\\\x82\\\\xf5 9`?\\\\x10$\\\\x02 \\\\xc9\\\\xd4}:8_\\\\x98\\\\x14,A\\\\xe3\\\\x05\\\\xc6\\\\xc4Af\\\\xa2\\\\xab\\\\xbeg\\\\xfe\\\\xdd\\\\xbfM\\\\xfe\\\\\\\\\\\\xb99\\\\x07\\\\x8c?\\\\x1f\\\\xe4\\\\xeeF#?\\\\x00m:\\\\xf6\\\\xde\\\\x84\\\\xc3}$\\\\xe8z\\\\xd6\\\\xda\\\\xfc\\\\xce\\\\xe3n\\\\xe7\\\\x11\\\\xd5V\\\\xbb\\\\xb0\\\\xb73\\\\xfe\\\\xd5\\\\xc5_\\\\xa9\\\\xbf\\\\xed\\\\x1f\\\\xf5\\\\x03\\\\x1a\\\\x9c\\\\xb1\\\\xf1cG?\\\\x88\\\\x14\\\\xcaV\\\\xfe\\\\xcd\\\\xfbA>\\\\xa0\\\\x18\\\\x00|~\\\\xa7\\\\xeb\\\\xd6\\\\xd1\\\\xf9\\\\xe8\\\\xdf\\\\x8ba\\\\xde\\\\xca\\\\x94\\\\xfe6Q\\\\xc3\\\\x0f\\\\x10\\\\xbez|\\\\xdb\\\\xf4\\\\xcf\\\\xe5\\\\xdf\\\\x0e\\\\xcd\\\\xb3\\\\x13\\\\xe4\\\\xdc\\\\x06w\\\\x19uv\\\\x15-}l\\\\xb5\\\\x96\\\\x03\\\\xb0b \\\\x98\\\\x89\\\\x83\\\\xd2\\\\xad\\\\xde\\\\x8b\\\\x81\\\\xcf\\\\xc1D,\\\\xe3\\\\xc7\\\\xf2\\\\xabL\\\\xfe9\\\\x12\\\\xa6\\\\x0c\\\\x02X\\\\xa8wL\\\\x96\\\\xfd\\\\xf0\\\\xf7\\\\x03\\\\x9fuuga\\\\xbb\\\\x1foi;C\\\\x80\\\\t\\\\xdaG\\\\xe2\\\\x9f\\\\xef\\\\xef\\\\xd6O\\\\xc9\\\\xedu\\\\xc7\\\\\\\\K\\\\x11\\\\x8fb\\\\xcd\\\\xdcm\\\\x83>a}?\\\\xc1\\\\xe7\\\\xad\\\\xcf\\\\xc6\\\\xd9\\\\x8b|\\\\xe3\\\\xd8\\\\x9e\\\\xee={\\\\x95\\\\xf7.\\\\x8c\\\\xcc \\\\x83\\\\xae\\\\xe92\\\\'\\\\xaf\\\\'v\\\\xec\\\\xa5A\\\\x82\\\\xce\\\\x00v!g\\\\x97F\\\\xb9\\\\xeb\\\\xba\\\\xb6\\\\x0f[\\\\xa5\\\\x95\\\\xab8\\\\xde\\\\x10z{i\\\\x06F\\\\xb1\\\\xa9\\\\xf0\\\\xeb\"W^DK\\\\xf9Fb\\\\x180\\\\xa7FGq6e\\\\xd6\\\\xadHT\"\\\\xaf\\\\xf9u\\\\x9d\\\\xdf\\\\x84\\\\x10X\\\\x96;gA\\\\xfbu\\\\xf2-a*\\\\x80\\\\xc7/\\\\xe5\\\\x03\\\\xb5\\\\x147\\\\xb1i\\\\xbdV\\\\xd77\\\\x18\\\\tEBX\\\\x02Wt\\\\x90\\\\xaa<\\\\xca\\\\x9d\\\\t\\\\xed\\\\xe5\\\\xd2\\\\xc5\\\\x08|J(\\\\x83!\\\\xcb\\\\x9aq\\\\xc1f\\\\xcc\\\\xae\\\\xb6\\\\\\\\V&\\\\xba\\\\xdf\\\\xdfG@UYN\\\\xac\\\\xa4\\\\x89\\\\x83\\\\xf4?_\\\\x0e\\\\xb4\\\\xec\\\\xc0O\\\\x01\\\\x96iWe\\\\xa7,\\\\xd3\\\\x0f\\\\r\\\\xcb_\\\\xc0ar/\\\\x85\\\\x8f\\\\x85\\\\x85\\\\x95\\\\x98\\\\xc0\\\\'*\\\\xa1\\\\x97)+m\\\\xca\\\\xc9M\\\\x8a\\\\xd0\\\\x03\\\\xee\\\\x86\\\\xd3Q\\\\xe4:\\\\xb9\\\\x1d\\\\xd4\\\\xb6\\\\xf6d\\\\x00\\\\x00\\\\x9f\\\\xf5g\\\\xd8\\\\x12.[\\\\x00\\\\xbb=\\\\x11Zr)\\\\xa3\\\\x1d\\\\x08\\\\ru\\\\xd7\\\\x12\\\\x9b\\\\x1fh\\\\x1b\\\\x95BI$\\\\xac\\\\xee\\\\x03\\\\xfb\\\\xb4\\\\xf3\\\\xc1\\\\xba#(\\\\x97\\\\xc4\\\\x8a\\\\xaa\\\\xf1\\\\x91\\\\x00\\\\x00\\\\xb4\\\\xd9\\\\xca\\\\xd7I\\\\xb7\\\\xdb{\\\\x10\\\\x04Q\\\\xbf\\\\xf1XZ \\\\xb0\\\\xdb\\\\x11\\\\xe8$GY\\\\x974\\\\x87\\\\xaby\\\\xa7\\\\xc6L\\\\x92y\\\\x1eMV\\\\xf5\\\\xf6\\\\xd7\\\\xde\\\\xb0\\\\x94\\\\xf7}\\\\xb5\\\\xde;~&%\\\\x81\\\\x96\\\\x04x\\\\xe9\\\\xae\\\\x9au\\\\x81\\\\xbd\\\\xdc\\\\x01&\\\\x154\\\\x14\\\\xc3\\\\xb5\\\\xa9\\\\xc6J\\\\xdd\\\\x91\"*\\\\x7f*\\\\x16VMWY[X\\\\x05VVB\\\\xbeB\\\\xb0eEC*\\\\xbb\\\\x8e\\\\xbe\\\\x92\\\\x07pK\\\\xedv!\\\\xa1\\\\x81\\\\t\\\\xeb\\\\xfc$y\\\\xcc\\\\xf7\\\\x1e\\\\x1d\\\\x80\\\\xe8\\\\x04\\\\x03\\\\xa23t:\\\\xc7\"\\\\x0e\\\\xd12\\\\x1cI\\\\xdb\\\\xa7\\\\x8f\\\\xdb\\\\xe7\\\\x1fN\\\\x9c\\\\x02X\\\\x90Q\\\\xfd\\\\xd3\\\\x08\\\\x04[\\\\xfcH\\\\x04\\\\xac3\\\\x99=\\\\xc8\\\\xed3\\\\xf4\\\\xd7\\\\xa3\\\\xd2\\\\x88H\\\\xad\\\\x95]\\\\xed\\\\xc9fS\\\\x03M\\\\xdd\\\\x8e\\\\xd1\\\\xd8\\\\x9f\\\\xf1\\\\xd7\\\\xa8\\\\x94]LdB\\\\x05\\\\xf2/\\\\x9a\\\\xe3|\\\\x7f\\\\x1a*qo%r\\\\xc65`\\\\xe9\\\\\\\\D\\\\xb3\\\\x13\\\\xd8use\\\\xf1\\\\x92\\\\xdc\\\\xca\\\\xb4\\\\x88\\\\xc5A\\\\xbap\\\\x07\\\\xf8\\\\\\\\\\\\xe5\\\\xce\\\\xf3Y\\\\xfc\\\\xce[ed\\\\xdbe\\\\x8e\\\\xe5\\\\xa1L\\\\x00\\\\x80\\\\xe8@\\\\x07\\\\xb0\\\\xf1\\\\xeb\\\\xdam6\\\\xd0\\\\xb1\\\\x1d1\\\\x1f\\\\xca\\\\xa3rnj\\\\xa0b\\\\xb5\\\\x97\"\\\\xaaV\\\\xec\\\\xd5\\\\xca\\\\x96@`\\\\xeb\\\\xe0u\\\\xe9\\\\xd3\\\\xf4\\\\x17vK\"E\\\\xd1|>\\\\x1b\\\\x91\\\\xc8\\\\x08\\\\xe9[\\\\x1d\\\\xcd\\\\xd9\\\\xe0(\\\\x03\\\\xed\\\\xf2\\\\xea\\\\xbd\\\\xcd\\\\xcd\\\\xb8f\\\\xa66\\\\xa4pO1\\\\xc6\\\\x7fJ\\\\xe1~a\\\\xcab\\\\xe0c&\\\\xd4\\\\xc6\\\\xf7}\\\\xc5*D4#\\\\x0e\\\\xdb|$\\\\xf9\\\\xf5\\\\x9f\\\\xba\\\\xbc.\\\\x16\\\\x18s8\\\\xabp\\\\xb4\\\\x06UE\\\\xf9_\\\\xd6\\\\x1f\\\\xd4\\\\x0ec\\\\x17\\\\xf2\\\\xb9\\\\xff\\\\x00*\\\\xc9Z\\\\x81\\\\xd9y\\\\xac\\\\nm`4\\\\xf52*\\\\x98\\\\xf2\\\\xf1\\\\xfd\\\\xfdfJ\\\\xc8\\\\x91\\\\xd4jS\\\\xa3\\\\x08\\\\xbb%\\\\x9a>I\\\\xcd\\\\x9b\\\\x12\\\\xc4\\\\xe5\\\\xf3T\\\\x88\\\\xf6n7\\\\xb8\\\\x86\\\\x93\\\\xe6\\\\xdd\\\\xff\\\\x00wU\\\\xa5\\\\xb3\\\\xb5\\\\x1f\\\\xf4\\\\x0f\\\\x04\\\\xe7\\\\xa3\"x\\\\x7f4\\\\xe7\\\\xf0s*\\\\xcfNV\\\\xfbr*\\\\x00)\\\\xb1\\\\x8d\\\\x825\\\\xf4\\\\x90bD\\\\xf8y\\\\xf56\\\\xf6\\\\xf0\\\\x81\\\\x04DS\\\\xc1t\\\\xa0\\\\x08.\\\\x8b\\\\xd9\\\\xf3o\\\\x93\\\\xe5\\\\xbb\\\\xdbo=\\\\x94^\\\\xd2\\\\x0b\\\\x02\\\\xed\\\\x04\\\\x86\\\\'T\\\\x064\\\\xf0\\\\xd3\\\\xaa\\\\xd3\\\\xb1\\\\x13\\\\x88|\\\\xf1L\\\\x84\"\\\\xcc\\\\xca&W\\\\xcb\\\\xb9\\\\xfb\\\\xc1\\\\xae\\\\xeec)\\\\xe0\\\\xcd\\\\xcb\\\\xb8\\\\x82|\\\\x0c\\\\xc4w\\\\x81\\\\xaf\\\\xd0t1\\\\xd9\\\\xdb\\\\xff\\\\x00h\\\\xcc\\\\xf7\\\\x9c\\\\xd1i\\\\x19!\\\\x9e\\\\xdf\\\\xbdg\\\\xbb{;\\\\x8d\\\\xba\\\\x12\\\\xcc\\\\xcd1\\\\xea\\\\']g\\\\xf6\\\\x8e\\\\x99\\\\xa9\\\\x83\\\\x04C\\\\xc9NJ/F\\\\xa85m\\\\xb5\\\\xc2\\\\x04\\\\xb0\\\\x81\\\\xa5g\\\\xb6\\\\xd3\\\\xe4\\\\x06\\\\x9d$\\\\xc8\\\\x17\\\\xe2\\\\xaa\"\\\\x01.\\\\x8bq\\\\xd9\\\\xb9\\\\\\\\^~6~+\\\\xbd\\\\x19\\\\xb8WV\\\\xf8\\\\xb7\\\\'\\\\x83\\\\x826\\\\x18\\\\x04H\\\\xd7];y\\\\xe9=n\\\\xe1\\\\x84\\\\x84\\\\xa2Y\\\\xaa\\\\x88\\\\x87\\\\x04s_M\\\\xff\\\\x00J\\\\x7fV\\\\xbe=\\\\xf3\\\\xbf\\\\x8e%\\\\x99\\\\x1c\\\\xf6\\\\x1f\\\\x1b\\\\xf3T\\\\x8ay\\\\x0e\\\\x1f!\\\\xbd\\\\xa6.\\\\x06\\\\xd1e\\\\rg\\\\xe3A\\\\x02@\\\\xed\\\\xfd\\\\xfe\\\\xda\\\\xd6\\\\xfe\\\\xd6\\\\xe2\\\\xc0:\\\\x98\\\\xe60n\\\\xce\\\\x8a\\\\xa4c\\\\xa4\\\\x97\\\\xfe\\\\xc2\\\\xbd~-\\\\xc3q\\\\xdf\\\\x94\\\\xe4\\\\xde\\\\xfb.\\\\xcd\\\\xcc\\\\xba\\\\xc6\\\\xaf\\\\xf3Ik0\\\\xf4\\\\x93\\\\xf8\\\\x89$\\\\x12t\\\\x93\\\\xe3\\\\xd5\\\\xbf\\\\x8f\\\\xd9m.\\\\xc6\\\\xe3\\\\xea2\\\\xc9\\\\xb0\\\\x07\\\\xaa)\\\\\\\\\\\\x941\\\\nC\\\\xf0\\\\\\\\6W\\\\x15\\\\x95\\\\xc2\\\\xdfY\\\\xc6\\\\xc9\\\\xca\\\\xbc\\\\xbd\\\\x88\\\\xdbY^Do`dH\\\\x8d\\\\x0f\\\\x87U!n\\\\xccm\\\\x1b2&\\\\x17uW\\\\xfd\\\\xad\\\\xf9N\\\\x87\\\\xaa\\\\xb9\\\\xb7\\\\x01V?+\\\\xfd\\\\x07\\\\xf8\\\\x97!\\\\x92\\\\xbc\\\\xa7\\\\x10\\\\xb7\\\\xe2s\\\\xbb\\\\xc3f^\\\\x1c2\\\\xe4\\\\xec\\\\x00\\\\xaf\\\\xb8\\\\x00\\\\x1a\\\\x08\\\\xd3\\\\xeb\\\\xafN\\\\xdcX\\\\xf6L}\\\\x92d\\\\xdf\\\\xb6\\\\x1e>\\\\x1c\\\\xfb\\\\x94\\\\x12\\\\xf4\\\\x96\\\\x00\\\\x96\\\\xcd S\\\\xf0k\\\\xb8k*\\\\xc1\\\\xe7\\\\xb07^\\\\xf6{x\\\\xd9JA\\\\xa8\\\\xd7a\\\\x04\\\\x80`\\\\x14`\\\\x06\\\\xa4\\\\xf8\\\\x18\\\\x8f#\\\\xdbN\\\\xd5\\\\xd9\\\\xe8\\\\xf2*\\\\xa5\\\\xebR\\\\xb6{\\\\xd5\\\\x8f\\\\xf1\\\\xff\\\\x00\\\\x8e\\\\xf076\\\\x16F2\\\\xe3\\\\xe3a\\\\xd5p\\\\xc7\\\\xb9\\\\x1dLmA\\\\xbbuA\\\\x881\\\\xdc\\\\x12|{\\\\xe9\\\\xd5\\\\xa9\\\\xd9\\\\x89\\\\xa3\\\\x86\\\\'\\\\x86P\"\\\\tr\\\\x9f1\\\\xb8LJ\\\\xb9|V`\\\\xf5q{\\\\xde\\\\xbf\\\\xc9\\\\x15VsUh\\\\xa1\\\\x0b2\\\\xc6\\\\xd2\\\\xc4k\\\\xe6>\\\\xde\\\\x91\\\\r\\\\xb5\\\\xb9^\\\\x02\\\\xe7\\\\xeaOGa\\\\x87\\\\x8ap\\\\x98\\\\x8f\\\\xa8`\\\\x13\\\\x86_\\\\xc6\\\\xb8>C\\\\x18\\\\xd28\\\\xea\\\\x99Uf\\\\xa6n\\\\xc8\\\\xbe@\\\\xe8dw\\\\xd3\\\\xab\\\\xd7>\\\\x1biv\\\\x04\\\\xd8\\\\x83\\\\x16w&\\\\x8a\\\\xd5|Ud\\\\xdf\\\\xa5\\\\x7f\\\\x16\\\\xaf\\\\x92\\\\xce\\\\xbdpS\\\\xf39\\\\t\\\\xed\\\\xd5\\\\x96c\\\\xdc\\\\xadH\\\\x95deiV\\\\x13\\\\xa7\\\\xf9\\\\x1e\\\\xbc\\\\xdf\\\\xf8\\\\xa7mrvb\\\\xd2z\\\\x07\\\\x1c\\\\xfa\\\\xbd\\\\x17J\\\\xce\\\\xb62\\\\xa3V\\\\x850\\\\x1a>G\\\\xf1\\\\xfa\\\\x91\\\\xf0s*\\\\xe7\\\\x16\\\\xa3\\\\xed\\\\xa0\\\\xc9%2v( \\\\x83p$4i\\\\xdct\\\\x12\\\\x85\\\\xfd\\\\xac\\\\xbd\\\\xc8I\\\\xce\\\\x0f\\\\xd9F\\\\xecN\\\\xd4#D\\\\x17\\\\xe5?\\\\xac\\\\x16\\\\xf1\\\\xa0\\\\x08\\\\x1a\\\\xfd\\\\xd1=>q\\\\xb5)\\\\x82%R\\\\xf5\\\\x1c\\\\xbf\\\\x8f\\\\x05\\\\x96L\\\\x86K\\\\'\\\\xf9\\\\'\\\\'\\\\xc6]CU\\\\x90B=\\\\x86\\\\xba\\\\x91\\\\xc1#h%~\\\\xc3\\\\x04y\\\\x0f\\\\xbf\\\\xaa3\\\\xd59\\\\xb0,\\\\t`:a\\\\xd9\\\\xd5H\\\\x91\\\\x80\\\\x04\\\\xe2\\\\xd8\\\\xf5\\\\xc4~\\\\x136\\\\x07\\\\xc8\\\\xb1\\\\xee,\\\\xfc\\\\x82+\\\\xd8\\\\xaeP\\\\xdf\\\\\\\\\\\\xab\\\\xedS;J\\\\xee\\\\x03\\\\xc4\\\\xc4\\\\x9f>\\\\xde\\\\x11t\\\\x1bz\\\\xa5 \\\\xcd\\\\x81\\\\xe6\\\\xdd>\\\\x89\\\\xd6\\\\xef\\\\xea`\\\\xf8\\\\xa7\\\\xaa\\\\xe9\\\\xc4\\\\xb3\\\\x1d\\\\xea\\\\xc1\\\\xcd\\\\xab-\\\\xc2\\\\xa3\\\\xfbu\\\\xb4\\\\x15g\\\\x99\\\\x05dh\\\\xba\\\\x98\\\\x88\\\\x9e\\\\xda\\\\xf6\\\\x8b\\\\x17\\\\xe1<\\\\x19\\\\xd9\\\\xf1\\\\xfa\\\\xf1\\\\x9a\\\\xb9\\\\xa6\\\\x99\\\\x8c\\\\xbf\\\\xa4\\\\xab\\\\xfd7\\\\x13\\\\xfdw\\\\xfe\\\\xef\\\\xff\\\\x00#\\\\xd5o\\\\xf1:\\\\xf9\\\\x8f\\\\xc2\\\\x8fl\\\\x7f\\\\xbb\\\\xc8\\\\xfeW\\\\xff\\\\xd5E\\\\xb3\\\\x8dl\\\\xba\\\\x8dX\\\\xca\\\\xb6\\\\xea\\\\xc1\\\\x9d\\\\xa0:\\\\x9e\\\\xee\\\\xa0\\\\xc7\\\\xa8\\\\x11\\\\x03MN\\\\xba\\\\xf5\\\\x85\\\\x8d#\\\\x8a\\\\xf94\\\\xe1\\\\xee1\\\\x1ctA\\\\xf38G\\\\xf6\\\\xac\\\\xc0\\\\xc6\\\\xc4\\\\xaf\\\\x02\\\\xc2\\\\xac\\\\xb6\\\\xe6)\\\\x06\\\\xeb\\\\xbc\\\\xd9\\\\xe4\\\\x03\\\\xd8\\\\xc6\\\\x87N\\\\x89\\\\xd8\\\\x08\\\\x95L\\\\xd9\\\\x90\\\\r\\\\x81\\\\xe8\\\\x8c\\\\xf1\\\\xbce\\\\x1cz\\\\x9a*\\\\x0cN\\\\x15A\\\\xbf:\\\\x0e\\\\xe4m\\\\xa7\\\\xb1\\\\x00\\\\x01\\\\x1b|\\\\xf5\\\\xf1\\\\xe8\\\\xc1\\\\x1f\\\\xe9\\\\t\\\\xfb{&!\\\\x86Y\\\\xa5\\\\x1f\\\\x91d\\\\xff\\\\x00\\\\xfcB\\\\xcc\\\\xec\\\\xabZ\\\\xcc*\\\\xc0\\\\x90%v\\\\x88\\\\x89Rd\\\\xed\\\\x9f\\\\xa6\\\\x83\\\\xcb\\\\xaa\\\\xfa\\\\x86\\\\xb79%\\\\xdf\\\\x83\\\\xcb\\\\xd4i\\\\xc5R\\\\xfe_%\\\\x81s\\\\xfb\\\\xede\\\\x18v\\\\x055\\\\xad4,T\\\\x8d\\\\xe9\\\\x04\\\\xb9\\\\xd4\\\\x96i\\\\x1a\\\\x8e\\\\xdd\\\\xfa\\\\x9b\\\\x92\\\\x06\\\\xb8!\\\\x80|\\\\xf2\\\\xfb\\\\xad\\\\xbf\\\\x0e\\\\xb7\\\\x8d4\\\\xe4Xr\\\\x12\\\\xd3\\\\x80\\\\x11\\\\xec\\\\xdc\\\\xec]\\\\xdc\\\\x18DY\\\\xd6\\\\x04\\\\xeau\\\\xff\\\\x00\\\\x1e\\\\xa6\\\\xc0x\\\\x99d\\\\x8e\\\\xd0\\\\x88$x\\\\xe4\\\\xac+y,|\\\\xcc\\\\x12\\\\xf8\\\\xf4\\\\xb6\\\\xca\\\\xc8\\\\xdb[\\\\xee\\\\xec\\\\x0c\\\\x10 \\\\x95m\\\\xa0x\\\\xf7\\\\xef\\\\xd8u3\\\\xf5E\\\\x96\\\\xa5\\\\xa9Fp\"9QP\\\\xfc\\\\xf5w\\\\xa7+\\\\x90\\\\xb6\\\\x81\\\\xb2\\\\xefPe\\\\xf4\\\\x86\\\\xdcu\\\\xdd\\\\xe6\\\\x14\\\\xc6\\\\xba}\\\\x9dc\\\\xdb\\\\xbd\\\\xa2d6\\\\'\\\\xb1&v\\\\x0b\\\\xb9\\\\xc1\\\\x1d\\\\xe1\\\\xfd\\\\x81\\\\x90w\\\\xabd\\\\xd8\\\\n\\\\x02\\\\xa9\\\\xb9w\\\\x83\\\\xa8U\\\\x02}C\\\\xc0\\\\x03\\\\xf7urwD\\\\x08%\\\\x15\\\\x9b+\\\\xad\\\\xbe\\\\x0f\\\\xfaW\\\\xca\\\\xf2\\\\xfce9\\\\xbc\\\\x86\\\\x0bq\\\\x15d\\\\xd8\\\\xb5\\\\xe3am\\\\x02\\\\xfb=\\\\xc6!7+x\\\\x18\\\\x92G\\\\x97T\\\\xf7_-\\\\x0bL\\\\x06%mm>2S\\\\xac\\\\xbd1\\\\n\\\\xe7\\\\xe1\\\\xbfI8\\\\xfc<\\\\xb5\\\\xc5\\\\xbb\\\\x14f\\\\xe7\\\\xed55\\\\x05\\\\xcb\\\\x11\\\\xb0\\\\xed&@\\\\x9d\\\\n\\\\xc1\\\\xfd\\\\xe3\\\\xaf;\\\\xbb\\\\xf9\\\\x13v^\\\\xae\\\\xc6[;}\\\\x94m\\\\x8a\\\\x07=\\\\x8b\\\\xa5>\\\\x0f\\\\xfaC\\\\xc5&3\\\\xdd\\\\xca\\\\xf0\\\\xc8\\\\xb9\\\\x0e\\\\xa8p2\\\\x08E\\\\xabh\\\\x1e\\\\xa6z\\\\xcf}\\\\xdam3#\\\\xbfI\\\\xb1\\\\xb4\\\\x13\\\\x06&\\\\x05\\\\xf1\\\\x12p\"\\\\xd5|U\\\\xc8\\\\xc7\\\\x99\\\\xeeV\\\\xa67\\\\x07\\\\xc6\\\\xf0\\\\xff\\\\x00\\\\x98\\\\xfe\\\\x99\\\\xc4\\\\xd5\\\\x99U\\\\x14\\\\x1a\\\\xf2[\\\\xd2\\\\x81\\\\x1d\\\\x86\\\\xc8^\\\\xda\\\\x91 \\\\x98\\\\xfd\\\\xfd6\\\\x16a\\\\t\\\\xc8\\\\x88\\\\x89\\\\x81\\\\x16\\\\xd5\\\\x80\\\\x04\\\\xf2\\\\xfe\\\\x93\\\\x08h\\\\xb7\\\\xea\\\\xa5aQ\\\\x8a\\\\xc06\\\\x17\\\\xb9\\\\x86\\\\x94\\\\xb6\\\\xd6\\\\xac\\\\x82\\\\x84\\\\xb5Cg\\\\xadYa\\\\xa7\\\\xc4\\\\xc7\\\\xd7\\\\xbfH\\\\x8c\\\\t>\\\\x92@\\\\x19vR\\\\xb4\\\\xf1(&\\\\x00,\\\\xe13[\\\\x8e\\\\xb5\\\\xd0?4=\\\\xda\\\\xdd=\\\\x0e\\\\xc1K#\\\\x81\\\\xe1\\\\xda\\\\x01\\\\xed\\\\xf5\\\\xeb`\\\\xdb\\\\x8c,\\\\xb5\\\\xcfPj\\\\x12\\\\xcf\\\\x13\\\\xf8<\\\\xf3Sr\\\\xd9\\\\x04\\\\x13@xt\\\\x1a\\\\xea\\\\xd2\\\\xa3F}k\\\\xed\\\\xbe6\\\\xe2\\\\x97\\\\xa3\\\\x16\"\\\\xb9\\\\x1b\\\\x90\\\\x80\\\\x0c\\\\xa9\\\\xee|t\\\\xea\\\\x9b\\\\x9b@N4\\\\x19U\\\\xc3r\\\\xfe\\\\xd5~\\\\xca\\\\x94\\\\x95\\\\xc9\\\\xe0[\\\\x9e\\\\xd9\\\\x19\\\\x8bM\\\\xf9|\\\\xfd\\\\xf7\\\\xa5\\\\x9cj\\\\xba#b5H\\\\x8b$\\\\xd7\\\\xe7\\\\xe5\\\\xbb\\\\xc8}z\\\\xb1d\\\\xc4\\\\x07\\\\x0f\\\\xabU\\\\x7f\\\\xdb\\\\xfd\\\\xa5\\\\xde{\\\\x98\\\\xe3\\\\x97\\\\xf2\\\\xb9_\\\\xe6\\\\xb4\\\\xe0pD~^\\\\xcb)\\\\xbc\\\\xe5\\\\xa5\\\\xf7c\\\\xd6\\\\xb5\\\\xcd\\\\x99\\\\x83w\\\\xac\\\\xb4oU\\\\xf5\\\\x1fL\\\\xf9y\\\\xf47\\\\xa4,\\\\xc9\\\\xc6!.\\\\xc10\\\\xab\\\\xd6\\\\x8a\\\\x99\\\\xf9\\\\x17\\\\x17\\\\xca~\\\\xae\\\\xe5\\\\x8c\\\\x0e/\\\\x8c\\\\xc9\\\\xa7\\\\x91\\\\xcd\\\\x03\\\\x1c\\\\xfbv\\\\xa7\\\\xe5\\\\xbd\\\\xd6\\\\xd5\\\\x8a\\\\x96\\\\x00\\\\xf7\\\\x13\\\\x07\\\\xed\\\\xea\\\\xae\\\\xe7\\\\xe6\\\\xadnG\\\\xb5\\\\xa4\\\\x89\\\\x10\\\\xcc\\\\r\\\\x0f5\\\\xe9\\\\xac\\\\xfc\\\\xbd\\\\xc8D\\\\x12\\\\x01\\\\n\\\\xf1\\\\xfd+\\\\xff\\\\x00j|/\\\\xc0\\\\x96\\\\xac\\\\xdf\\\\x92\\\\xa6?\\\\xca\\\\xb9\\\\xcc\\\\xc7G\\\\xc5\\\\xc8\\\\xacoJ\\\\x8b\\\\xac\\\\x81Q#r\\\\xea}M\\\\xf4\\\\xd3\\\\xcf\\\\xac9m\\\\xcd\\\\xa9h H\\\\x9c\\\\x18\\\\xf9$\\\\xee\\\\xf7\\\\xb2\\\\xdcKS\\\\xb4y.\\\\xbb\\\\xe2xN\\\\x1f\\\\x86QG\\\\x1bS\\\\xe0\\\\xa2(6)m\\\\xc2\\\\xe7\\\\xa8m\\\\x0c\\\\xfd\\\\xe4/a\\\\xd5\\\\xfbs\\\\xb7\\\\x03\\\\xa6$\\\\xc5\\\\x86\\\\x07\\\\x03!\\\\xfc\\\\xf8\\\\xe2\\\\xb3\\\\x84D\\\\xb2\\\\xc7\\\\xe8\\\\x85s\\\\xbc?!\\\\xce\\\\xd7}y9n8\\\\xc3\\\\xe8\\\\xc8\\\\xe3P\\\\xba\\\\xfb\\\\x8a\\\\x1aA\\\\x07\\\\xba\\\\xc9\\\\xfa~\\\\xee\\\\xa8\\\\xdc\\\\xbb~\\\\xec\\\\t\\\\x98:I\\\\xc2\\\\xb9\\\\x1cG%\\\\xd2\\\\xb4\\\\x1c\\\\xb6!\\\\xbb\\\\x15_\\\\xfa\\\\xa7\\\\xfa[\\\\xcb\\\\xe5\\\\xfcc3/\\\\x8b\\\\xf9g)\\\\x99\\\\xc7\\\\xf1t\\\\x8b\\\\x1b\\\\x81\\\\xcd\\\\xb4\\\\xdd\\\\x8e\\\\xa1$\\\\x93\\\\xbdv\\\\x9d\\\\xab\\\\xa0\\\\x86\\\\x9d\\\\xa0\\\\xe6\\\\xd3/=\\\\xa4\\\\x12<`\\\\xfd:\\\\x89,\\\\xfb\\\\x81\\\\xabJ$\\\\xdc\\\\xcaF>VE+!k\\\\xb1\\\\x82\\\\xcfx\\\\x9d?w@qZ\\\\xb0\\\\x96\\\\xa8\\\\x82\\\\xa3u\\\\x08\\\\x97\\\\xe9#\\\\xb7\\\\\\\\\\\\xb9\\\\x1a\\\\xe397\\\\xc4\\\\xb8\\\\x18\\\\x80d\\\\x9d\\\\xa7l\\\\xea\\\\t\\\\xed\\\\x00\\\\xf6\\\\xd0tA\\\\x8d\\\\nU\\\\xdbz\\\\xc3/\\\\xa8\\\\xbf\\\\xa1_$<\\\\xf7\\\\xc3x\\\\x8c\\\\xac\\\\x9c\\\\xb7\\\\x16\\\\xe0\\\\x96\\\\xa3cN\\\\xf0\\\\x17T\\\\xf1\\\\xeeD\\\\xf7\\\\xff\\\\x00\\\\x0e\\\\xbe\\\\x7f\\\\xbe\\\\xdb\\\\xc6\\\\xce\\\\xe2Q|\\\\x0f\\\\x91\\\\xa8X;\\\\x80bK\\\\x8f\\\\xe5\\\\\\\\\\\\x1c\\\\x85\\\\x87\\\\xdcL\\\\x9a\\\\xdfq\\\\xd7\\\\xd2\\\\x92T4\\\\xe9\\\\xb8\\\\x90t\\\\x03\\\\xb1\\\\x1f\\\\x7fb:\\\\xf3\\\\xbb\\\\xe9{r\\\\x8c\\\\x83\\\\xfdY2\\\\xdcI\\\\x0f\\\\x8f\\\\x1e\\\\nN7)bl]\\\\xc5+*\\\\x1d\\\\xbf\\\\xd1\\\\xb4\\\\xa9\\\\x10\\\\xf2|\\\\x07\\\\x88\\\\x11\\\\xdaz\\\\x0f\\\\xf2I<\\\\xa8\\\\xea\\\\x04Dq\\\\xe4{\\\\x93N\\\\x15\\\\xcbu\\\\xb5\\\\xdf\\\\x08m\\\\xac\\\\x0b\\\\\\\\\\\\xda\\\\xc06\\\\xc5\\\\xd0\\\\x80\\\\x18\\\\x08\\\\x99\\\\xf13\\\\xd6\\\\x9d\\\\x88\\\\x899\\\\xa6G\\\\xfa\\\\xfc$\\\\x0fV\\\\x0e\\\\xdcb\\\\x9c?\\\\xa9Q]\\\\xe1\\\\xff\\\\x000\\\\x8a\\\\x08/F5{\\\\x84\\\\x08\\\\x88\\\\x12O\\\\x812\\\\x01\\\\xff\\\\x00\\\\x1e\\\\xaf\\\\x1b\\\\x95ztg`\\\\x84\\\\x80N\\\\x9c{TN\\\\x7f\\\\x96T\\\\xe1q\\\\xf2\\\\x9a\\\\xc2\\\\xaa\\\\xf7\\\\x84Z\\\\xd97\\\\xab\\\\xc1\\\\x0c\\\\xdbL\\\\xc2\\\\xf62b>\\\\xbd\\\\x07\\\\xca^\\\\x90\\\\xb0%\\\\xd7<\\\\xd4\\\\x08\\\\x07,\\\\xb4\\\\xa7\\\\xca*|4\\\\xb8\\\\xb5j\\\\xd61\\\\tR\\\\x02!\\\\x90\\\\x9d\\\\xa2{\\\\x89\\\\x1a\\\\x8e\\\\xd1\\\\xd7\\\\x9b\\\\xb9\\\\xbf\\\\xb7\\\\x18\\\\xea,\\\\x1c\\\\xf0\\\\x12\\\\xe3bN\\\\xd9\\\\x05\\\\x91\\\\xe5\\\\xab\\\\xceJ\\\\xe8AeNf\\\\xcbm\\\\xb5\\\\x99\\\\x08\\\\n\\\\xde\\\\xa0\\\\x9a\\\\t\\\\x8e\\\\xc6z\\\\xc7\\\\xbb\\\\xbb\\\\x8e\\\\xe0\\\\x88D\\\\x10q$\\\\xb8\\\\xc3\\\\x16V\\\\x05\\\\xb3\\\\x1a\\\\x91^<\\\\xd0\\\\x9c\\\\xdb\\\\xbf(\\\\xc9My\"\\\\xeb\\\\x19%\\\\x9b|*\\\\xbe\\\\xfd\\\\xd1\\\\x10A\\\\x00yx\\\\x9e\\\\xfa\\\\xc7T\\\\xae4\\\\x08\\\\x88\\\\x93\\\\xb8<`\\\\x8e \\\\x17-A\\\\xc7\\\\x05\\\\t~U\\\\xd6\\\\xdb\\\\xaf\\\\xf7C\\\\x8a\\\\xe0\\\\x82\\\\xa5\\\\x88vP\\\\x0e\\\\xd0\\\\xdbN\\\\x841\\\\xdb x\\\\xf5\\\\x11\\\\xdc\\\\xca2$z\\\\xa3N0\\\\xedn\\\\xf5>\\\\xd4Xe\\\\x8a\\\\tg:\\\\xd5Z\\\\xed\\\\x0b\\\\x92=*\\\\xc6\\\\x18.\\\\x80N\\\\x8e$j<\\\\xfb\\\\x81\\\\xa7\\\\\\\\w-#&\\\\x7f\\\\xbf\\\\x1f\\\\x85&\\\\x11\\\\x01\\\\x87\\\\x1d\\\\xa9_\\\\'\\\\x92\\\\xb2\\\\xefU\\\\x8c\\\\xc5\\\\x1f\\\\xd27n \\\\x02eD\\\\xc6\\\\xbf\\\\x7fH1\\\\x94\\\\x83\\\\x9c\\\\x05>\\\\xec\\\\x8bTP\\\\x83\\\\x9a\\\\x8cB\\\\xda\\\\xceN\\\\xd2nrIr\\\\xde\\\\x02L\\\\xcc\\\\xcc\\\\xe9\\\\xe1\\\\xd4\\\\xfbg\\\\x10\\\\x88\\\\xcc\\\\x8c*\\\\xa3]\\\\x9c\\\\xc1P1\\\\x8d\\\\xca\\\\xdb\\\\x08\\\\xec4:\\\\xea5\\\\xe8\\\\xe3i\\\\x08y\\\\x1a(\\\\r\\\\x90Y\\\\xbf\\\\x11\"}O1\\\\x11\\\\xbbY1?Y\\\\xe9\\\\xc2\\\\x0c\\\\xa7\\\\x009--~\\\\xdbO\\\\xb6\\\\xcd\\\\x0e\\\\xbe\\\\xae\\\\xf1\\\\xba?\\\\x10\\\\x12~\\\\xd9\\\\xd7\\\\xa2\\\\x10\\\\xa5Wj\\\\xe4R\\\\'\\\\xca>wW\\\\x16\\\\x9f\\\\xd3x\\\\x9a\\\\x9b?\\\\x90\\\\xbe\\\\xbd\\\\xcdb\\\\x1d*\\\\xd0\\\\x8d\\\\xdb\\\\xbcu\\\\'\\\\xe9\\\\xe5\\\\xd6\\\\xb6\\\\xc3\\\\xe2M\\\\xe3\\\\xae\\\\xe1\\\\xd3\\\\x11\\\\xe6\\\\x97)\\\\xcb\\\\x01\\\\xe2\\\\xabl^?\\\\x98\\\\xcc\\\\xbdr\\\\xb9\\\\r\\\\xd6\\\\xd9k\\\\x87\\\\xc8\\\\x161,\\\\xe0\\\\x98\\\\x11\\\\x12cI\\\\xed\\\\xd6\\\\xec\\\\xaf\\\\xd9\\\\xb64\\\\xc3\\\\x00\\\\xa21\\\\x95r)\\\\xb4\\\\xf1\\\\x1c\\\\x7f\\\\xb9\\\\xb90+U\\\\xd9\\\\xb2,\\\\xb0\\\\xbf\\\\xff\\\\x00\\\\x87#\\\\xb6\\\\xbdT\\\\xb9\\\\xbds\\\\xe9\\\\x0c\\\\xe6\\\\xd2\\\\n\\\\x82\\\\xbd\\\\xfc\\\\xc6\\\\xa0\\\\xcf`zY.qF\\\\xfaB\\\\x97\\\\x8e\\\\xacw@Bv\\\\x12\\\\xa4\\\\x02\\\\xa3\\\\xb0\\\\xd0\\\\x00\\\\'\\\\xeb\\\\xd2\\\\xa6S\"\\\\xd9\\\\xa9\\\\n\\\\x8e\\\\xc1\\\\x186\\\\xd1b\\\\x8d\\\\xaa\\\\xa6[Q\\\\x04\\\\xcbI\\\\xd0\\\\xf8yt\\\\x04\\\\x84\\\\xc7l\\\\x94\\\\xd1E\\\\xb7\\\\xbbW[\\\\x07\\\\xde\\\\x9bv$\\\\xb7\\\\xa4j|~\\\\xa3\\\\xc3\\\\xa5j\\\\x11\\\\x0eQ\\\\x03\\\\xd1\\\\xd4\\\\xcaq\\\\x1a\\\\x00\\\\x17mz\\\\x00a \\\\x9f\\\\x03\\\\xe3\\\\x1f]:\\\\\\\\\\\\xaet\\\\xc5\\\\x14b\\\\xe8\\\\xad4\\\\xd6\\\\x06\\\\xe0\\\\xc0\\\\xa8ds1:\\\\x18>\\\\'o\\\\xd2z\\\\xaf)\\\\x1f\\\\xaalb\\\\xd8\\\\xa28\\\\xd4+\\\\xfb\\\\x8c\\\\xad\\\\xe1\\\\xe91\\\\x1aF\\\\xad\\\\xf6\\\\xeb\\\\xe2zL\\\\xe6\\\\xcc\\\\x88G50\"\\\\x1av(fBX#\\\\x9dA*d\\\\x85\\\\x90;\\\\x83\\\\xe0\\\\'\\\\xa5\\\\x97\\\\x05\\\\xca\\\\xe9\\\\x1a0\\\\x0b\\\\n\\\\xd3\\\\xd5\\\\xb6\\\\xd2N\\\\xd0\\\\xd3;\\\\xb6\\\\x80\\\\x0cw\\\\xfe\\\\xee\\\\xb8\\\\x9eI`\\\\x07\\\\xec[\\\\xe9\\\\xb0\\\\xb1z\\\\xf6+VC\\\\x1a\\\\xdc\\\\xfe\\\\x11\\\\x1a\\\\xeb&;\\\\x1f\\\\x03\\\\xd0\\\\xca-\\\\\\\\\\\\xd3\\\\x04\\\\xab^i\\\\xa3\\\\x8d\\\\xbe\\\\xbc{k\\\\xb1\\\\xa96X\\\\x06\\\\xeaJ\\\\xbe\\\\xc0\\\\xb1\\\\xdc\\\\xee\\\\x1a\\\\x06\\\\xf1\\\\xef\\\\xd5h\\\\xc8FNj<\\\\x14\\\\xcc\\\\x99T\\\\x15\\\\xf4K\\\\xfd\\\\xac\\\\xf3\\\\xc9\\\\xc8|s\\\\x98\\\\xe2\\\\x07!c\\\\xdb\\\\x83\\\\x9cn\\\\xb6\\\\xab\\\\x18\\\\xc5\\\\x95\\\\xd9X\\\\nj\\\\x06v\\\\xc1\\\\x00\\\\x1e\\\\xdfg^\\\\xeb\\\\xfe\\\\xb3x\\\\xdd\\\\x80\\\\x8e\\\\xb6\\\\x0eA\\\\x1c\\\\xe9\\\\x95\\\\x15-\\\\xd7\\\\xa7\\\\x11\\\\xd8\\\\xbac3\\\\x17\"\\\\xd5\\\\xaf$b\\\\xfa\\\\x11\\\\xa12\\\\x08%w\\\\xce\\\\x80\\\\xc8\\\\xf1\\\\xea\\\\xf6\\\\xfbor\\\\xe0\\\\x13\\\\xd0\\\\xd9j\\\\xc8\\\\xcb\\\\x91\\\\xa6\\\\'\\\\xfaC\\\\x018\\\\x87\\\\x0e\\\\xcbmy\\\\xd7\\\\x7f/\\\\n\\\\xfa\\\\xaa\\\\xc7\\\\xb2\\\\x94c\\\\xee\\\\xf6\\\\x16D}\\\\xb2D\\\\xf8\\\\xf5^;\\\\xcb\\\\xa5\\\\xac\\\\xc8F\\\\x06\"\\\\xa7\\\\x01.\\\\xfa\\\\xd5[\\\\x8c\\\\xa8\\\\x1c:\\\\x83\\\\x97\\\\x85\\\\x8b\\\\x99XRKW\\\\'\\\\xf3V\\\\xf8\\\\x89!\\\\xa01\\\\xed\\\\xf6\\\\x8e\\\\xa8_\\\\xb4\\\\x04\\\\xa3+r`\\\\x1fQ\\\\xc7\\\\xae9\\\\'\\\\xdb\\\\x90\"\\\\xa1\\\\xfbP\\\\xbc\\\\xee7\\\\xf2\\\\x94U\\\\x81\\\\xc4q\\\\xc8*\\\\xb4\\\\x81Y\\\\xc7?\\\\xccB\\\\x04\\\\xc8\\\\xfcS\\\\xf8fH\\\\xfd\\\\xfdhGux\\\\\\\\\\\\x16\\\\xe3\\\\x1dY\\\\xb8\\\\xa9\\\\xf0\\\\xf3U\\\\xe7\\\\xb7\\\\x88\\\\x0e\\\\xec\\\\x13f.g\\\\x1957\\\\x1b\\\\x8eMD\\\\n-\\\\xb4\\\\xd6\\\\xca\\\\xa4(+\\\\x00\\\\xb8\\\\x04\\\\x95>}\\\\xba\\\\xf4\\\\x03wi\\\\xff\\\\x00\\\\xe1\\\\x1a\\\\x81\\\\x0cKt\\\\xc9\\\\xf9ueV\\\\x91\\\\x90zs\\\\x0fE?\\\\xfa\\\\x87\\\\xb7\\\\x91ZV\\\\x86\\\\xc5\\\\xa9=\\\\xba\\\\x82\\\\x80\\\\xc3|\\\\x8dH$uT\\\\xfc\\\\xa4l\\\\xdd\\\\x10\\\\x00\\\\x96\\\\x00G\\\\x02\\\\xf2\\\\xf2W\\\\xc4L\\\\x889\\\\x05\\\\x91\\\\xa6\\\\x85f@\\\\xe8r\\\\x04\\\\xfb\\\\xf5\\\\xd8E{@\\\\x12@\\\\x1a\\\\xcf\\\\xd3\\\\xa5N\\\\xd5\\\\xa8\\\\x9d.\\\\r\\\\xc7:\\\\xa3\" \\\\xcdS\\\\xcd\\\\xeb\\\\x874\\\\xd1\\\\x15\\\\x1a\\\\xec\\\\xe3\\\\x90\\\\xf4\\\\xd4\\\\xb8\\\\xbe\\\\xda\\\\xa0an|\\\\x00\\\\xaa\\\\xca\\\\xb2\\\\xba\\\\x1dIc\\\\xe5\\\\xa7N\\\\x95\\\\xd8\\\\xeeZ-\\\\xa3H\\\\xac\\\\x98T\\\\xb7\\\\xdf4\\\\x89\\\\xdc:I=\\\\xc9{\\\\x98\\\\xe1)\\\\xe4x\\\\xeb\\\\xeadOy\\\\xa5\\\\xad\\\\xc7\\\\x81\\\\xea\\\\xdaC\\\\x82I\\\\x00H`\\\\x08\\\\x1dP\\\\xbb\\\\xf1@Z\\\\xd4\\\\xe3P.F\\\\rN\\\\x7fH\\\\xe6\\\\xaa\\\\xfb\\\\xda\\\\x8e\\\\x18\\\\xf7\\\\xae\\\\x1a\\\\xfdn\\\\xfd\\\\x0e\\\\xf8\\\\x7f\\\\xea\\\\x06#\\\\xe3r\\\\xdcg\\\\xf4\\\\xdeV\\\\xaa\\\\x9f\\\\xfa\\\\x7f4\\\\xa1\\\\x05\\\\xd55\\\\x84\\\\x856\\\\x10\\\\x15\\\\x98\\\\x00G\\\\xa6t\\\\xd7\\\\xaaV\\\\xf7\\\\x9e\\\\xd1\\\\x02@\\\\xf6\\\\xf2\\\\xfe:*\\\\xf7-\\\\x98\\\\x93\\\\xa6\\\\xa1|\\\\xb5\\\\xf9\\\\x97\\\\xe8\\\\xe7\\\\xc8\\\\x7fN9\\\\xea\\\\xb8\\\\xceu\\\\x05\\\\xb8\\\\xd7[\\\\x18\\\\\\\\\\\\xa5\\\\x10\\\\xd5]T\\\\xf7\\\\r\\\\xea\\\\xdacX\\\\x89\\\\xebJ[\\\\x80\\\\xe1\\\\xf0+\\\\x1fy\\\\x19I\\\\xd1\\\\x06\\\\xc0\\\\\\\\V\\\\xb7~?\\\\xb8\\\\xf4\\\\xe3\\\\xff\\\\x00.\\\\xc6bB\\\\x19\\\\x03f\\\\x80\\\\xe8\\\\xc5\\\\xa6\\\\x7fg\\\\xd3g\\\\xdc\\\\x80\\\\xd4\\\\x00\\\\xff\\\\x00N<\\\\xbas\\\\xcdy\\\\xdb\\\\xc4\\\\xa9u~S\\\\x96]\\\\xd8\\\\xd8\\\\xef\\\\xee\\\\xe2!>\\\\xd1\\\\x06\\\\x07\\\\x84A\\\\x03\\\\xc4\\\\x18\\\\x13?\\\\xb7\\\\xa9\\\\xb3\\\\xb7\\\\xd7\\\\x18\\\\xcc\\\\x80\\\\xe3\\\\x96\\\\x07\\\\xb5R\\\\x95\\\\xdcc\\\\x87\\\\x9a\\\\r\\\\xc9\\\\xf1M\\\\x89\\\\x8c\\\\x99\\\\xf9U{\\\\x95\\\\xdc]H\\\\xdb\\\\xb5\\\\xd7B@T^\\\\xc0\\\\x90\\\\n\\\\x99\\\\xfe\\\\xfe\\\\x99\\\\xb8\\\\xb1\\\\x194\\\\xc8\\\\x155\\\\xaf\\\\xe3?\\\\xaa\\\\rR\\\\x889\\\\x9c\\\\x90\\\\x04\\\\xbe\\\\xcb=\\\\xe3U\\\\xc5\\\\xeeuJ\\\\x99l\\\\x10\\\\xd0\\\\xc4\\\\xc2\\\\x8e\\\\xc6 D\\\\x03\\\\xdb^\\\\x91!\\\\xef\\\\x19D\\\\x9a\\\\xf2\\\\xe7\\\\xf8K\\\\xfdY\\\\x87\\\\x7f%+\\\\x8b\\\\xce\\\\xce\\\\xc6\\\\xcf\\\\xab\\\\x1e\\\\xa4\\\\xb2\\\\xec\\\\xba\\\\xc0\\\\xf7\\\\xeb\\\\x05\\\\xca\\\\x94c\\\\'|\\\\x7f\\\\t\\\\xef\\\\x1dy\\\\xcf\\\\xf0\\\\xe79\\\\x18\\\\xc7\\\\xcb\\\\xf8\\\\xcb\\\\x9a\\\\xba/\\\\x985qn\\\\xcf\\\\xe1=\\\\x7f\\\\xea\\\\xdeg\\\\xff\\\\x00\\\\xcd\\\\x98\\\\x7f\\\\xf8\\\\x9b\\\\xfc\\\\xfa\\\\x0fn|\\\\x87\\\\x1f\\\\xfdI\\\\xff\\\\x00\\\\xe6\\\\x0ek\\\\xff\\\\xd6\\\\xae\\\\xfe2\\\\xd9|^K\\\\x0c\\\\xdb\\\\xd4\\\\xe4\\\\xdec&\\\\x84fm\\\\xb0b\\\\xd1^\\\\xa7]\\\\x0f\\\\x88\\\\xf3\\\\xef\\\\xd6$G\\\\xb7\\\\x8dW\\\\xc6\\\\xf6\\\\xd3\\\\x94e^9\\\\xa2\\\\x1f/\\\\xf9\\\\x02\\\\xe0\\\\x00\\\\xf4*\\\\\\\\\\\\xec\\\\x803\\\\x10\\\\x1bH\\\\x81\\\\x1e \\\\x03\\\\xde>\\\\xa3\\\\xa4\\\\xdd\\\\x992M\\\\xddn4\\\\x90\\\\xd8$\\\\xde#\\\\xe5\\\\xb9Ub\\\\xd9Vp\\\\xa9j\\\\x01\\\\xc9\\\\xad\\\\x97{o\\\\xd7l\\\\xb2\\\\x92\\\\x07\\\\xe1\\\\xf3\\\\xfb\\\\xb5\\\\xeb\\\\x84\\\\xc8\\\\x89\\\\x05*\\\\x1b\\\\x99f\\\\xab\\\\xeeK-\\\\xd9-\\\\xcc\\\\xca\\\\xb9rk\\\\x0cYj\\\\x83\\\\xed\\\\x8d\\\\xcf\\\\xb3X\\\\xd4\\\\x03\\\\xde<\\\\xbc\\\\x07~\\\\x91\\\\xa4\\\\x90\\\\x1dW\\\\xbds\\\\x1c\\\\x18$\\\\xfe[?\\\\xdfj\\\\xcd\\\\x14~UB\\\\xaa\\\\xa5h\\\\xeb\\\\x06 \\\\xed \\\\x9d\\\\xc3\\\\xea\\\\x00\\\\xd7\\\\xa7\\\\xc88dR$\\\\xe0\\\\x11\\\\x9e(\\\\xddux\\\\xb8j\\\\x81_\\\\x13u\\\\x85`\\\\xcb\\\\xc4\\\\x96\\\\x98!\\\\x80\\\\xd4\\\\xf8\\\\xf4\\\\xc8\\\\xc2\\\\x98\\\\'DR\\\\x98\\\\xab7\\\\xe3\\\\xf6d\\\\x04z\\\\xf9\\\\x03\\\\xab\\\\x92\\\\x1a\\\\xa5%\\\\xc2*\\\\x82\\\\x00\\\\x0e\\\\xc4j@1\\\\xdb\\\\xcb\\\\xa6\\\\x08i\\\\x0cV\\\\x8e\\\\xd37\\\\xc5%|\\\\xcf+\\\\x1b\\\\x8f\\\\x14\\\\xd9\\\\x8fj\\\\xdbx\\\\xf7\\\\x056D \\\\xdb\\\\xe9;@\\\\xd4LI\\\\xf2\\\\x1fg^o\\\\xe4fc=c\\\\x11\\\\x87\\\\xf0\\\\xaf\\\\x80\\\\xe4\\\\x81\\\\x82\\\\xe8\\\\x0f\\\\xf6\\\\xfb\\\\xf0jc\\\\x18\\\\xccj\\\\xf0F^\\\\x8b\\\\xf2jLsz\\\\x95\\\\x15\\\\xfb\\\\x82bL\\\\x1d\\\\x04\\\\xfd\\\\x91\\\\xdb\\\\xa3\\\\xf6\\\\xee^\\\\x80\\\\xb6%M:\\\\xaa\\\\xdc\\\\xd8\\\\x0f\\\\xe3\\\\xaa9@\\\\x9cY\\\\r\\\\xa0\\\\xd9E\\\\x97.\\\\xc0\\\\xccf\\\\xabk\\\\xdd\\\\x01gI\\\\x07i\\\\x98\\\\x07\\\\xb7K\\\\xd8\\\\\\\\03\\\\x8c\\\\x86.\\\\x08|<\\\\xbc\\\\x95+\\\\xb01 \\\\x8cV\\\\x9e[\\\\x90\\\\xa3\\\\x85\\\\xe2o\\\\xcb\\\\xa9\\\\x1b\\\\x92\\\\xccg\\\\xaa\\\\x9c\\\\xbd\\\\x05\\\\x8b\\\\xf2\\\\x12\\\\xd5\\\\x84\\\\x9d\\\\xc1\\\\xec\\\\xcdY\\\\xd1\\\\x1d,S:\\\\xdc\\\\xf97W\\\\x91\\\\x90`XK_\\\\xb4m,\\\\t\\\\x07~\\\\xbeCN\\\\x8e\\\\xfd\\\\xefz~\\\\xe4\\\\xb1&\\\\xa7\\\\x07<\\\\xd1\\\\xc2\\\\x00\\\\x10\\\\x0e\\\\x1fe=\\\\x07\\\\xf3-T\\\\xb8\\\\x94#\\\\xf9n\\\\xc3\\\\xc3\\\\xc0\\\\x91\\\\xd3 g\"C\\\\xff\\\\x00I\\\\xba`\\\\x0f\\\\xa7\\\\x05\\\\xbe\\\\xac7\\\\xb1Z\\\\xd0F\\\\xc6m\\\\x8b\\\\xe6\\\\xd1\\\\xdc\\\\x93\\\\xd4\\\\xfb\\\\x13\\\\x90\\\\xd4\\\\x0b9\\\\xf1N\\\\xb7h\\\\x178\\\\x8f>\\\\xd5\\\\x98\\\\xe3\\\\xac\\\\xb1\\\\xd4\\\\x06U\\\\x07\\\\xd2\\\\x04x\\\\x8e\\\\xf1\\\\x1d\\\\x1f\\\\xb0fEC\\\\x15\\\\x03npQ\\\\x1b\\\\x1d\\\\xdd\\\\x8aG\\\\xfc\\\\xa2d\\\\x90@a\\\\xdb\\\\xb7\\\\x9fH\\\\x95\\\\xb9L\\\\x1e@\\\\xa5\\\\xca\\\\xd7\\\\xa9\\\\x9a\\\\xaa;\\\\xe31td\\\\x8d\\\\x8a\\\\x1bj\\\\xf9DL\\\\xf43\\\\xdb\\\\x90C\\\\x1ab\\\\xdc\\\\x92\\\\xb4\\\\x99T\\\\x06g\\\\x0b\\\\x04{\\\\xab\\\\xac\\\\xda\\\\x00z\\\\xd4\\\\x81i\\\\xec$\\\\xf6\\\\x1bH\\\\xe8m\\\\xde\\\\xb9lk`@8\\\\xe1\\\\xe1\\\\xdc\\\\x80\\\\xdb\\\\x7f\\\\xba\\\\xac~c\\\\xfaY\\\\xfak\\\\xf3\\\\xbckq\\\\xfeK\\\\xf1\\\\xac\\\\x02l\\\\x9fr\\\\xda\\\\x91+\\\\x0c_OP\\\\x10\\\\x0c\\\\xf7\\\\xf0:w\\\\xea\\\\xed\\\\x8f\\\\x97iT\\\\xd3>J\\\\xb9\\\\xb2[\\\\x06=8\\\\xfc/\\\\x9c\\\\xff\\\\x00\\\\xaf\\\\x9f\\\\xec9\\\\xf1\\\\xa9^C\\\\xf4\\\\xc7\\\\x06\\\\x8b8\\\\xfa\\\\x10\\\\x81^>\\\\xe1\\\\x92\\\\xae\\\\xceO\\\\xf3\\\\xebvee\\\\x12\\\\x00e\";\\\\x91\\\\xd7\\\\xaa\\\\xdb|\\\\xc7\\\\xb9(\\\\x08\\\\x81\\\\x12\\\\x03c\\\\xfbv\\\\xf5\\\\xe0\\\\xf4\\\\rf\\\\x0eK\\\\x90\\\\xbeV\\\\xfc\\\\xbf\\\\xe1\\\\x1c\\\\xdf\\\\xc4\\\\xf9\\\\xac\\\\xce\\\\x07\\\\xe4\\\\\\\\e\\\\x9c_-\\\\x82\\\\xe5n\\\\xc4\\\\xb7M\\\\xc4\\\\x18\\\\xdc\\\\xa7\\\\xf8\\\\x87\\\\x88#\\\\xafW\\\\xb4\\\\xf9\\\\x11*\\\\x1a\\\\x1c\\\\xfa+ \\\\x8f\\\\xb4\\\\x9d\\\\x0f\\\\\\\\\\\\xca\\\\xc4\\\\xaei\\\\xaeh\\\\xa5`(\\\\x01H\\\\x0c`\\\\x90t\\\\x81\\\\xf6x~\\\\xce\\\\xa0\\\\xaa3$\\\\x9e\\\\x88\\\\x07;K\\\\xd7\\\\x9b\\\\xee\\\\xb1\\\\x95\\\\xc9\\\\xad]5\\\\x92\\\\x02\\\\x8d\\\\x90\\\\x7f\\\\xf0\\\\xf4\\\\xb7u\\\\x7fk m\\\\x8e\\\\x94A\\\\xba\\\\xe5a~\\\\xeb\\\\x97,\\\\x94\\\\xc1\\\\x1d\\\\xfb\\\\xf8\\\\x18=J\\\\xe5\\\\xf4\\\\x07\\\\xfd\\\\xac\\\\xf2\\\\x957\\\\xc6\\\\xf9\\\\x8e*\\\\xcaC\\\\xe4\\\\xd7u6\\\\xd0\\\\xf5\\\\x12X-\\\\x8cw\\\\x13#\\\\xb6\\\\xb1\\\\xf6\\\\xf8\\\\xf5\\\\xe4~z\\\\xd0\\\\x8d\\\\xfdL^@3tpx\\\\xea\\\\xb0\\\\xb7\\\\xbf\\\\xb9\\\\xe5\\\\xc1]K\\\\xc9\\\\xb5\\\\x98\\\\xa2\\\\xab\\\\xaeZ\\\\xf6\\\\xe4\\\\xab\\\\xd7\\\\x8c\\\\xa5\\\\xcb?\\\\xa7U\\\\x04A\\\\x02F\\\\x9a\\\\xf5\\\\xe47\\\\xf6ei\\\\x89b\\\\xf4\\\\xc5W\\\\xb4I[q\\\\xf3+\\\\x15\\\\xd0\\\\xac\\\\xa1k\\\\xc6om\\\\xc3I\\\\x1d\\\\xb7\\\\x1e\\\\xe6LL\\\\xce\\\\xbf\\\\xe5T]\\\\x83\\\\xe9!\\\\x80\\\\xa2&\\\\x00c\\\\xd7\\\\xb5\\\\xd1<\\\\x056^\\\\r\\\\x8ek\\\\xf6\\\\xd4\\\\x9a\\\\xaar\\\\x04\\\\x80DF\\\\xd3\\\\x03]&<{\\\\xf5f\\\\xce\\\\xdeD\\\\xd6\\\\x8d\\\\xe2\\\\xd4o\\\\xedH\\\\x985\\\\x1c\\\\x15b\\\\xf0V\\\\xfc{\\\\xf2\\\\xf6e\\\\xf3\\\\xeb\\\\x94\\\\xd5\\\\xe3\\\\xba\\\\xe3\\\\x8e\"\\\\x80\\\\x7f\\\\x98\\\\xa8\\\\x00\\\\x97\\\\xb0\\\\x02\\\\x15@=\\\\xfc\\\\x7f\\\\x7f[\\\\x1bocI\\\\x94\\\\xdd\\\\xf2\\\\x88\\\\xcf\\\\xb5\\\\x03\\\\x90\\\\xce\\\\x1c=Ui\\\\xfa\\\\x89\\\\xf3,UZ\\\\xf8\\\\xce6\\\\x97\\\\xc2\\\\xe3}Wb\\\\xb1ou\\\\xacy\\\\xf4%\\\\x8eg\\\\xf0\\\\x8e\\\\xdeRg\\\\xbfC\\\\xf3\\\\xdb\\\\x88\\\\x1b\\\\x02\\\\xc8\\\\x0c1\\\\xef\\\\xed\\\\xe8\\\\xab\\\\xeb\\\\x12\\\\x91\\\\xd3\\\\xfa\\\\xa0\\\\x1c\\\\x06x\\\\xca\\\\xa9k@\\\\xd6{BCVIr>\\\\x80Oc\\\\xae\\\\x9e\\\\'^\\\\xbeqz\\\\xc4\\\\xa5F%\\\\xbe\\\\x9crV\\\\xe1!\\\\x13Z\\\\x02\\\\x9dqs\\\\x1a\\\\xca\\\\x80\\\\x16\\\\x96!\\\\x1a\\\\xcb\\\\xab\\\\xa7\\\\xf8\\\\x14)E\\\\x92\\\\xc4\\\\x83:\\\\x08\"{\\\\t\\\\xe8-\\\\xd9\\\\x91\\\\x8b\\\\xc2L\\\\xc1\\\\xc8\\\\xe5\\\\xcb\\\\xec\\\\x190\\\\xb1!\\\\xc3\\\\xf2P\\\\xb3\\\\xf2\\\\xd7\\\\xd2\\\\xfb\\\\xdc\\\\xbdh\\\\tbP+\\\\r\\\\x08#n\\\\x82 N\\\\xbf\\\\xdd&\\\\xac\\\\x87\\\\xeaC\\\\xb8\\\\xe2\\\\x8c\\\\x99\\\\t\\\\x08\\\\x9a\\\\xb3 \\\\xb7\\\\xf2\\\\x99\\\\x16\\\\xef\\\\xb1-T,\\\\xdb\\\\x9e\\\\xe2\\\\xa1\\\\x9fQ\\\\'\\\\xd7\\\\x00\\\\xf7?\\\\xdb^\\\\xac\\\\x0b\\\\xd2\\\\x0e1|\\\\xe8\\\\xfe)ZAn\\\\x88\\\\r\\\\xf9\\\\x86\\\\xbdw*\\\\xaa6\\\\xa1\\\\xcc\\\\x9f\\\\x01\\\\'_\\\\xb7\\\\xb0\\\\xfb\\\\xfa\\\\x88\\\\xdbp\\\\xa0\\\\x9eH\\\\r\\\\xb9\\\\xf9^\\\\xdd\\\\xa9[\\\\x94\\\\xa8\\\\xd6Y\\\\xd4\\\\xb1 \\\\x90#Q1\\\\xa0=\\\\\\\\\\\\x8c\\\\x06\\\\x1dP\\\\x92\\\\xdd\\\\xc8e\\\\x99\\\\x8a@Tb\\\\xae\\\\xbd\\\\xce\\\\x8cP\\\\xeb\\\\xa9\\\\'\\\\xc2I\\\\xef\\\\xd3\\\\x85\\\\xb3\\\\x9a\\\\x02X\\\\xb3(\\\\xad\\\\xc8\"\\\\x8a\\\\xa1\\\\xd4\\\\xc4\\\\x10\\\\x00\\\\x88\\\\x1e\\\\x1d\\\\xe3\\\\xbbk\\\\x00\\\\xe9\\\\xd1\\\\x8b$\\\\xba1*UD\\\\xb7\\\\x933f\\\\xef\\\\xc2w\\\\x93Q\\\\xd2V\\\\x0c\\\\x02\\\\x07rg\\\\xb7\\\\xfd\\\\xbd66\\\\x10\\\\xbd@\\\\xc9\\\\x07\\\\xca\\\\xcf\\\\xcc\\\\xc8\\\\xf7\\\\x05)\\\\xedUp\\\\xd8@\\\\x044i\\\\xae\\\\x9eS\\\\xa7Vm\\\\xda\\\\x84q\\\\xa9\\\\x08\\\\x80\\\\x12\\\\x08e\\\\\\\\u5\\\\x8d\\\\xde\\\\xd9\\\\x0e\\\\xe3sd1\\\\xdc\\\\xd3:\\\\xcc\\\\x833\\\\x1d>W\\\\x89\\\\xfc#\\\\xa1\\\\xa3\\\\xf7\"iTAe\\\\x0c\\\\x7f\\\\x10\\\\xf1\\\\x00\\\\x1d7I\\\\x91\\\\xac\\\\xf6\\\\xfe\\\\xee\\\\x90d\\\\x8cE\\\\xa8\\\\x14\\\\xba\\\\xaam\\\\xe4\\\\n\\\\xc8\\\\x133\\\\xe4$\\\\x9f\\\\x19\\\\xf0\\\\xe9R\\\\x90dZ\\\\t\\\\xa2\"(\\\\xb4\\\\xb9\\\\x01\\\\x80fmT\\\\x91\\\\x13\\\\xac\\\\xf6:\\\\xf6\\\\x9e\\\\xff\\\\x00wI\\\\xd6\\\\x191\\\\xe8\\\\xe3%\\\\xba\\\\x8aUd\\\\xc1d]eA\\\\x95\\\\x07\\\\xb1\\\\xd7\\\\xb7\\\\xd6:\\\\x19\\\\xc92\\\\x14\\\\xeeS\\\\xd6\\\\xb0J\\\\x92\\\\xfe\\\\xe2\\\\xa9\\\\x0b,\\\\xa2\\\\xc2g\\\\xd4\\\\x04\\\\xfd&zI<`\\\\x88)M\\\\xbd\\\\x7f\\\\x9aI\\\\n\\\\x1c{u\\\\xc0\\\\n\\\\xdb{\\\\x03\\\\xb8\\\\x81\\\\xdb\\\\xa5\\\\x864N\\\\x01\\\\xbf*mu:\\\\x8b$)\\\\x08\\\\x80\\\\x924\\\\xdd\\\\x07M\\\\x00\\\\xf0\\\\x93\\\\xdb\\\\xa5\\\\x99\\\\x02\\\\xca\\\\x00%~}\\\\xe2\\\\xc0A\\\\x12\\\\x8c6\\\\xba\\\\xc8\\\\x04\\\\xe8c\\\\xbf\\\\x97\\\\x7f.\\\\xb83\\\\'i\\\\xfe\\\\xd4\\\\xfcc\\\\xb4l\\\\xacN\\\\xe8\\\\xdc\\\\x08\\\\xf4\\\\xed\\\\x07\\\\xb80\\\\xa0\\\\xcf}:L\\\\xc3\\\\xd4\\\\xa6A\\\\x19\\\\xe3\\\\xd5NPZ\\\\xd9\\\\xbb\\\\x08RI\\\\x04\\\\x9d`\\\\xeb\\\\xacx\\\\xc0\\\\xe92\\\\x81\\\\x98d\\\\x7f\\\\xa9wG\\\\xea\\\\xc1,\\\\xee\\\\xa2\\\\xefr\\\\n\\\\xb32\\\\x82C5\\\\x82B\\\\xca\\\\x89\\\\xee~\\\\xe8\\\\xe8\\\\xa1\\\\xb2\\\\x9c\\\\x89\\\\x14\\\\xa0\\\\xca\\\\xbcuC;\\\\xa1\\\\xf8\\\\xf1^*\\\\xda\\\\xd1]Kc\\\\'\\\\xe0\\\\x907\\\\rF\\\\xd9\\\\xd2<4\\\\'\\\\xaa\\\\xf1\\\\xb59`\\\\x1dD\\\\xe5\\\\x10j\\\\xa2\\\\xe4\\\\xb23\\\\x1fCnR7\\\\x07\\\\x80\\\\xbb\\\\x84\\\\x16\\\\x8df&;v\\\\xe8t\\\\xb1d\\\\x1a\\\\x8f$2\\\\xcb\\\\xce\\\\xf1j(\\\\xa8\\\\x01\\\\xb9\\\\x05\\\\x9a\\\\x1d\\\\xa6\\\\x0cO}@\\\\xe9\\\\x82\\\\x14cT&D\\\\xf4YU\\\\xcb\\\\x1c{w=\\\\x86\\\\xd0\\\\x01(\\\\xcc=24\\\\x06A\\\\xf0\\\\xf0\\\\x8d:\\\\xe9m\\\\xf5\\\\n\\\\x06E\\\\x19\\\\xb5\\\\n\\\\xe9\\\\x7f\\\\xf6\\\\xc9\\\\xf3\\\\xb3\\\\xc3~\\\\xa6\\\\xf1|e\\\\x99\\\\x89\\\\x8d\\\\x8b\\\\xce\\\\xa3\\\\xe1\\\\x9bm \\\\xaf\\\\xb8\\\\x04\\\\xd6$\\\\xf6\\\\xdd\\\\xdb_\\\\xef\\\\xebC\\\\xe2%;\\\\x17}%\\\\x89\\\\xafz\\\\x0b\\\\xf1\\\\xf7\\\\x07b\\\\xfa\\\\xbd^fu\\\\x9c}\\\\xa8\\\\x0f\\\\xb7\\\\x82\\\\xef\\\\x16\\\\xee]\\\\xc4\\\\x15\\\\x89\\\\x01\\\\x87\\\\x84\\\\x8f\\\\x0e\\\\xbd\\\\xef\\\\xf9{\\\\x89\\\\xed\\\\x88}6\\\\xe4A.\\\\x1e\\\\xa1\\\\xb3\\\\xee\\\\x18rI\\\\x1a\\\\xa2\\\\x08\\\\xc4a\\\\xd8\\\\xff\\\\x00\\\\x94+\\\\xf3\\\\r`b\\\\x8c/U\\\\xfcvk,`\\\\x8fH#_\\\\xb2z\\\\xcb\\\\xbeL\\\\xc4\\\\xa4\\\\xda\\\\x8b\\\\xd4\\\\xe6O0\\\\xba21j\\\\xb0P\\\\x8dvSK\\\\xd8\\\\xb9U\\\\x84{w-l\\\\x9e\\\\xb5Viq\\\\xa4\\\\x02\\\\x07\\\\x84\\\\xfe\\\\xde\\\\xb2\\\\xbf\\\\xc4\\\\x88\\\\x8e\\\\xa1 \\\\x1f,\\\\xf1\\\\xaa\\\\xb9\\\\x0b\\\\xaf\\\\x16^]}\\\\xea\\\\xebeV\\\\xa5\\\\x02\\\\x91\\\\x16Z\\\\x8a\\\\n\\\\x8f-\\\\x041Y=\\\\xbaM\\\\xd9\\\\xdc\\\\x84\\\\xc4\\\\xad\\\\xcbH\\\\x8d\\\\x0b\\\\x0e\\\\x7fdQc\\\\xfb\\\\x07Q\\\\xf1\\\\xf2\\\\xaf\\\\xc5\\\\xcd\\\\xb4X\\\\xabN\\\\x16b\\\\xef\\\\xaa\\\\xa5\\\\n\\\\xbbmbI\\\\xf5\\\\x16\\\\x00\\\\x87\\\\x00\\\\x91\\\\xe5\\\\xd5\\\\xcb{\\\\x8b\\\\x96\\\\xe2d\\\\x03D\\\\xf2\\\\xe3\\\\xc1\\\\t\\\\x84fk\\\\x8f\\\\xd97\\\\xe1\\\\x8b1q\\\\x9b\"\\\\xdd\\\\xa7\\\\xdd:\\\\xa1\\\\x01\\\\x8a2\\\\x9fI\\\\x9f\\\\x0f\\\\xaf\\\\x87W\\\\xb6\\\\x96\\\\xa5\\\\xb7\\\\xb6oI\\\\x9aY\\\\x10\\\\t\\\\x04V\\\\'\\\\xa5q\\\\xc9X\\\\x8d\\\\xc6\\\\x0c\\\\xbd\\\\xbd\\\\xd2\\\\xdc_\\\\xcc\\\\xdc\\\\xc9[3\\\\xfe\\\\x08-\\\\x0b:\\\\xcf\\\\x94\\\\x9e\\\\xa6s\\\\x17m{\\\\x93a\"pg\\\\xa6o\\\\xd5\\\\xd4N\\\\xa2\\\\x8a\\\\x1d\\\\xfc\\\\x8f\\\\x0b\\\\x86\\\\xfc^.[\\\\x97\\\\xbb\\\\x92\\\\x17/\\\\x13{\\\\xe8\\\\xeff8\\\\rl\\\\xa8\\\\x81!O\\\\x8e\\\\x9d\\\\\\\\\\\\x97\\\\xb1\\\\x18FR\\\\x89\\\\x94Z\\\\x93\\\\xc0\\\\x821&9\\\\xb6\\\\t P\\\\xbe!nh\\\\xc7\\\\xdfj\\\\xe4\\\\xb5VR\\\\x16\\\\xc3\\\\x90\\\\xb1\\\\x08 \\\\xb0fV\\\\x07w\\\\xd8\\\\x07]b\\\\xf8\\\\xb1#=E\\\\xc1\\\\x05\\\\xf2\\\\xae\\\\x04\\\\xbe,\\\\xf5d\\\\xa9Xv\\\\x00\\\\x0e>\\\\xea\\\\xa8\\\\xf9g\\\\rfy\\\\xc4\\\\xab\\\\x8c\\\\xe3\\\\x07#F><]\\\\xc8T!.{\\\\x01\\\\xd7]\\\\xc0\\\\x17f\\\\x1b~\\\\xb1\\\\x1auG}\\\\xb7\\\\x06\\\\xe0\\\\x16`\\\\xe06\\\\xa3V/\\\\x9dUyG\\\\xd2\\\\xe6\\\\x8b\\\\x9b?T\\\\xbe\\\\x1d\\\\xc3s\\\\xbc\\\\x16G\\\\x13\\\\xcb\\\\xa8\\\\xcb\\\\xaa\\\\xeb\\\\x03\\\\xd3\\\\x96\\\\xc5\\\\r\\\\x98\\\\x97\\\\x19J}J\\\\xa3Um\\\\x08\\\\x00i\\\\xe2z\\\\xa7\\\\xaf\\\\xd9\\\\x98l\\\\x1f\\\\xc1S\\\\xbbd\\\\\\\\\\\\x89\\\\x01|\\\\xe0\\\\xf9o\\\\t\\\\x95\\\\xf1\\\\xeec#\\\\x85t\\\\x0f\\\\x99\\\\x8e\\\\xe2\\\\xa7H\\\\x05[d\\\\x05\\\\xb3X\\\\x00@\\\\x93\\\\x07\\\\xf6u\\\\xbe/\\\\xb8\\\\xf4\\\\x872\\\\xcb\\\\xb35\\\\xe4\\\\xf7vtJ\\\\xb4d\\\\xb1\\\\xc5c5\\\\x99\\\\x995c\\\\xc8\\\\xa8\\\\x7f3.$ \\\\x83\\\\x11\\\\x00\\\\xf6\\\\x85\\\\xf5\\\\x11\\\\xf6x\\\\xf5\\\\xa9\\\\xb2\\\\x96\\\\x93(\\\\xf4~\\\\xd5\\\\x93r>\\\\xa1\\\\xc9\\\\xfe\\\\x8b\\\\xde\\\\x7f6\\\\xd6\\\\xa9\\\\xa9\\\\xc4\\\\xc76%[TX\\\\x1fi!L\\\\xc1i\\\\xf1\\\\x90DGAsT\\\\xcc\\\\x80\\\\xa8\\\\x01\\\\xf9U2w\\\\x19\\\\xb9\\\\x92\\\\xa1qxJq\\\\xf1\\\\xb3\\\\xafOx95\\\\xda\\\\x8d\\\\xf8\\\\xe1\\\\xb6\\\\x9b\\\\x18\\\\x9dI\\\\x1e\\\\x04\\\\x93?`=.\\\\xdc\\\\\\\\j\\\\x7f\\\\xd9\\\\x9d\\\\xf1\\\\x1d\\\\xf9\\\\xa5\\\\x98\\\\x87\\\\xec\\\\xf3R2.\\\\xc298mR\\\\xaa\\\\x0fp\\\\xad\\\\xa8\\\\x80\\\\x87b\\\\xc3hf\\\\x08\\\\x0c\\\\xa9#BO\\\\xdcz\\\\x0b\\\\xbbx\\\\xb8\\\\x91:\\\\\\\\\\\\xe9x\\\\xe2_\"\\\\xc8ay\\\\xd8\\\\x01\\\\x85YD\\\\xfe\\\\x95W\\\\xfeJ\\\\xff\\\\x00\\\\xe3\\\\xeb\\\\x1b\\\\xfc\\\\x08\\\\xff\\\\x00\\\\xb8\\\\xf9~\\\\x15\\\\xafpr\\\\x0b\\\\xff\\\\xd7@\\\\xc4\\\\xc1\\\\xbb\\\\x8f\\\\xb6\\\\xbb\\\\xb9\\\\x05D\\\\xb6\\\\xd5of\\\\xaaI\\\\xb1\\\\xdc\\\\x06#sO\\\\xe2\\\\x9f\\\\x0f.\\\\xb2\\\\xae[\\\\xd1\\\\x8ek\\\\xe3\\\\xb0\\\\x86\\\\x92\\\\x1d\\\\x00\\\\xf9\\\\xd6+b\\\\xe7ceZMg\"\\\\xad\\\\xb5T\\\\xcd\\\\xb9F\\\\xe0\\\\x18\\\\x93\\\\x1b\\\\xbc\\\\x08\\\\xef\\\\xafUnE\\\\xa4\\\\x87v\\\\x18\\\\xb8I\\\\\\\\N\\\\x1eNK\\\\xb5\\\\x9c\\\\x83\\\\x07\\\\xe3(\\\\x04[\\\\xed~!\\\\xd8z\\\\x7f\\\\x08$\\\\x10#wo\\\\x1f\\\\xacB\\\\x1a\\\\x87\\\\xab\\\\x05V\\\\xd8$\\\\xf3\\\\r\\\\x87U\\\\xef\\\\'o\\\\x15e\\\\x17{)\\\\xecU\\\\x89YJ\\\\x12\\\\xd6\\\\xd5\\\\xc9\\\\xd2X\\\\x93\\\\xd8\\\\x96\\\\xff\\\\x00P\\\\xef\\\\x1d\\\\x0c\\\\xe4E\\\\x02\\\\xb98\\\\tE\\\\xc3QU\\\\xc7\\\\x88\\\\xba\\\\x9d\\\\xd96\\\\x11b\\\\x9fMMeL\\\\xa1\\\\x89\\\\x10e\\\\xb5\\\\xd0N\\\\x9d\\\\xbe\\\\xfe\\\\xa6\\\\xdc3)q\\\\xb0\\\\xff\\\\x00\\\\xaf\\\\x9fb3N}\\\\x18\\\\x1c66 U|\\\\xec\\\\x8b\\\\x7f1\\\\x93j\\\\x827\\\\xd6\\\\x14(\\\\n{\\\\xc6\\\\x87N\\\\xde\\\\x00OV\\\\xe3r1\\\\x80\\\\x00UX\\\\x85\\\\xb1\\\\x10A\\\\xcd2\\\\xf0\\\\xfc\\\\xaa5\\\\x1bE\\\\xec\\\\xfb\\\\xcf\\\\xb7V\\\\x18r\\\\x08\\\\x0c\\\\xde\\\\x06\\\\t\\\\x00\\\\x99#\\\\xc8h:\\\\x03pI\\\\x81W\\\\xf6\\\\xb8\\\\xd5X\\\\x9f\\\\xa7\\\\xdf\\\\xa7X\\\\xdf\\\\xa8\\\\xbf)l\\\\xcc\\\\xc6?\\\\xd1\\\\xb8\\\\x159\\\\x19\\\\xd4\\\\xdc\\\\xc0#\\\\x92\\\\xc3\\\\xda\\\\xac\\\\x96:\\\\xcf\\\\x8ck=y\\\\x8f\\\\x92\\\\x94b\\\\xf2\\\\xc5\\\\x9e\\\\x9dr[{]\\\\xb8\\\\xb8Yw\\\\x9e\\\\x0f\\\\x06\\\\xa6\\\\xac\\\\x0c\\\\x9e\\\\\\\\[\\\\xc2\\\\xf1\\\\x15\\\\xfbc\\\\x83\\\\xc7\\\\xa9K[\\\\x91IsU\\\\x85Ae\\\\x12\\\\x00$Os\\\\x10F\\\\xbdy\\\\xe1`\\\\\\\\k\\\\xb7\\\\xde:\\\\xb0\\\\xff\\\\x00t\\\\x87E\\\\xb4$#\\\\x1d\\\\x10b\\\\xdeI\\\\xef\\\\xe3\\\\x9c\\\\xae&\\\\x05\\\\x96r\\\\x96Qe\\\\xfc.%\\\\x9e\\\\xde.\\\\x16\\\\x0b\\\\xec\\\\xc9[+o\\\\xe5\\\\xb3\\\\x92\\\\xacS\\\\xf0\\\\x82A\\\\xd0\\\\x9d\\\\x07V\\\\xe38\\\\xcd\\\\xaei\"\\\\xd8,\\\\x1a\\\\x87P\\\\xc1\\\\xd1\\\\xcc\\\\x11\\\\xc9\\\\xf9\\\\xabO\\\\x0f\\\\x97\\\\xf9\\\\x06g\\\\xc8r\\\\xab\\\\xe63y^:\\\\xaeR\\\\xbcb\\\\xb4\\\\x1a\\\\xd1r2)X\\\\t*\\\\xac\\\\xa0\\\\xad\\\\x88\\\\x1a]\\\\x04\\\\x81\\\\xd3\\\\xa1;\\\\x97.JWL\\\\xa2\\\\x18v\\\\xcb\\\\xb7\\\\xb4f\\\\x9c\\\\x19\\\\xaa\\\\x8e\\\\xe3\\\\xf0\\\\xbcu\\\\xb9\\\\xbc\\\\x9eO\\\\x1d^\\\\xdc\\\\x1c\\\\xb67\\\\xaf\\\\xe5\\\\xaeZ\\\\x8dC\\\\xdb5\\\\xa1k\\\\x15\\\\xbdFu\\\\xf5C\\\\x1e\\\\xfa\\\\xf5\\\\x978\\\\xc6\\\\xe5\\\\xd6\\\\r\\\\xa4\\\\xb9\\\\x8b\\\\x16 u9\\\\xd7#_\\\\x14\\\\xf9N\\\\x98Tc\\\\x9a1\\\\x8c\\\\x96f]]\\\\xfc\\\\xa18\\\\xb8\\\\xf7)\\\\xab\\\\x88E\\\\x15\\\\xd6R\\\\x91\\\\xb6\\\\xc6\\\\xb1\\\\xc9\\\\x9fSm\\\\xd1N\\\\xba\\\\x13\\\\xd1N\\\\xc9\\\\x12\\\\x06\\\\xe1\\\\xf4\\\\x9eM@\\\\xb8\\\\\\\\\\\\x7f\\\\xd7\\\\x10\\\\x9b\\\\xf8\\\\xfb\\\\xec\\\\\\\\\\\\xa7\\\\xce\\\\xc4\\\\xa2\\\\xfco~\\\\xba\\\\xc5\\\\xf8\\\\xd9.\\\\xd1[(\\\\x88\\\\xf5\\\\xf9\\\\x83\\\\xf7\\\\x8d{\\\\xf5f\\\\xce\\\\xe2p\\\\xbf\\\\xae\\\\xd4t\\\\xb8\\\\x0e\\\\t\\\\xcd\\\\xb0/\\\\xd3\\\\x9a\\\\x96 b\\\\x0b\"7T\\\\xb9\\\\x01\\\\x895VY\\\\x8e\\\\x92X)>\\\\nt\\\\x9e\\\\xdd?qd^q\\\\xe9\\\\x05\\\\xf1w\\\\x00\\\\xf2\\\\x074\\\\x11\\\\xc1\\\\xde\\\\x9c\\\\x90|\\\\xeb\\\\xb2x\\\\x8a\\\\x86E\\\\xb86~^\\\\xc1>\\\\xef\\\\xf0\\\\x1d\\\\xb2[i\\\\x12{\\\\r4\\\\xef\\\\xe3\\\\xd5h\\\\xc6\\\\xe6\\\\xd8z\\\\xe0c\\\\xa8g\\\\x81\\\\xec(%h\\\\x9a\\\\x8c\\\\x15{\\\\xce\\\\xfe\\\\xa6e\\\\xf1J\\\\xb8\\\\xaa\\\\xbc\\\\x8f\\\\xa46Kz\\\\x01E\\\\xc8\\\\xcc\\\\x87\\\\xdb6\\\\x83`n\\\\xec\\\\xa4\\\\xea&|\\\\xbbtv\\\\x84,M\\\\x88\\\\xa6\\\\xaa\\\\xbe$r\\\\x1d\\\\xd8#:\\\\xa4AG2o\\\\xc2&\\\\xc5\\\\xc4K1\\\\xeaf\\\\x1e\\\\xd9\\\\xfe!\\\\x1fA\\\\xf5\\\\xebOqv\\\\xc5\\\\xc3(\\\\xdb\\\\x12\\\\x8c\\\\\\\\3\\\\xe2\\\\xadNQ\\\\x85cN\\\\xc5F\\\\xfe\\\\xad|\\\\x1f\\\\x1a\\\\x91g\\\\xc8\\\\xf12\\\\xff\\\\x00\\\\xeb\\\\x89[s\\\\xf1\\\\x01f\\\\xa7#P{\\\\xacA\\\\xf1\\\\xd6g\\\\xe9\\\\xd6G\\\\xcam\\\\x06\\\\xda\\\\xe5N\\\\xa2qj\\\\x8a\\\\xa5_\\\\xb4\\\\x08s\\\\x8b*\\\\xf3\\\\x8aZk\\\\xe3\\\\xf2\\\\x03\\\\xb5.\\\\x82\\\\xbb\\\\x16\\\\xa9\\\\xb4\\\\xa5\\\\x95\\\\xfb\\\\x84A\\\\xf6\\\\xc4\\\\x83\\\\xdc\\\\xcfm5\\\\x9f\\\\x1e\\\\xb2\\\\xee\\\\x16\\\\xb6G,+\\\\xdc\\\\xa9[\\\\x04\\\\xcb\\\\x15f\\\\xf1\\\\x9c\\\\xcb6\\\\x1f\\\\x1a\\\\xb8<\\\\x8b\\\\xe4\\\\xae&0\\\\xaf2\\\\xb2\\\\x18\\\\x82\\\\xc6\\\\x7f\\\\xe5\\\\xb3H\\\\xf5\\\\x01>`\\\\xc7\\\\xd9\\\\xd4N\\\\xf0q\\\\x18\\\\xc9\\\\xcba\\\\x94y\\\\xb7j\\\\xb4\\\\x0bF\\\\x8d\\\\xf7Lu\\\\xe5\\\\xfbt\\\\xd5\\\\x0b\\\\xb7\\\\xdc\\\\xf5\\\\x9a\\\\xf5r\\\\x031h=\\\\xe2|5=\\\\xfa\\\\x1b_\\\\xab5y;\\\\xae\\\\x93\\\\xbb\\\\xe2\\\\x8bWu{l*U\\\\xd5\\\\xd5v\\\\x11\\\\xfc \\\\x9f\\\\xa4\\\\xce\\\\x87\\\\xab\\\\x02B.\\\\x0e\\\\x07\\\\x0e\\\\x9f\\\\x95\\\\xd1\\\\xc5\\\\xda\\\\xa8\\\\xbe-\\\\xedW\\\\xb8\\\\x8c\\\\xcc\\\\xaa\\\\x83v\\\\xc5\\\\xec\\\\x07\\\\x99\\\\x1ez\\\\xf5f\\\\xce\\\\xe0\\\\xc1\\\\xe2h:`\\\\xad[v\\\\xc4\\\\xd1y^e\\\\xb5J\\\\xd6\\\\x15\\\\xab\\\\x88\\\\x0c\\\\xa0\\\\x92\\\\x14\\\\x9e\\\\xe2{}\\\\xbd\\\\x0co\\\\x9bT\\\\x8e\\\\x15\\\\xaf\\\\x18)\\\\x8d\\\\xc9\\\\x1a\\\\xe3\\\\xd8\\\\x88\\\\xd5\\\\xee\\\\x14fPw\\\\x027\\\\xd5\\\\xa8\\\\x904\\\\x99\\\\x1d\\\\xfa\\\\xb7h\\\\x1d4\\\\xaf0\\\\x9dR\\\\xea=\\\\xf6{\\\\x96HB\\\\x8e5\\\\xf6\\\\x94\\\\xf7\\\\x06@=\\\\xf5\\\\xed\\\\xd5k\\\\x93\\\\xf7\\\\'\\\\x83\\\\x1f\\\\xb2\\\\xe9\\\\x9aQF\\\\xb2\\\\x8f|\\\\x16j\\\\xd2\\\\\\\\\\\\x95ZF\\\\x9bDj\\\\xc4v\\\\xe8/z\\\\xc6\\\\x03\\\\x90\\\\x19\\\\xf6\\\\xa5\\\\x0b:\\\\xaas\\\\xf2B\\\\xf2\\\\xb8\\\\xe5\\\\xa8\\\\x8a\\\\x99V\\\\xca\\\\xc7\\\\xf36\\\\xaa\\\\x92\\\\x07\\\\xfd\\\\x9dQ\\\\xbd\\\\xb5\\\\x8cZ$\\\\x021H\\\\x9d\\\\x83\\\\x12\\\\x87gSm^\\\\xd1\\\\xd9(\\\\xf0\\\\xd3$@\\\\xfbG\\\\xd3\\\\xa4\\\\xeeM\\\\xdd\\\\xbc\\\\xa3 (R\\\\x0c\\\\x01\\\\xc7\\\\x15\\\\xce\\\\x9f\\\\xab\\\\xff\\\\x00\\\\xed\\\\xab\\\\xf4\\\\xd7\\\\xf5\\\\x9f\\\\x8e\\\\xcaN[\\\\x8d\\\\x1c_\\\\xc8=\\\\xbd\\\\xbc\\\\x7f\\\\xc81\\\\xc1\\\\xf7)}\\\\x7f\\\\x11\\\\xee\\\\xea\\\\x0f\\\\x81\\\\xd7\\\\xf7F\\\\xa7\\\\xc7\\\\xfc\\\\xe4\\\\x81s\\\\xe3\\\\xc6?\\\\xcaLa\\\\xed`{y\\\\x7f\\\\x0b\\\\xe3G\\\\xebg\\\\xfbN\\\\xfdN\\\\xfd\"\\\\xcc\\\\xbe\\\\xcc\\\\xee%\\\\xfeA\\\\xf1\\\\xc8-\\\\x8b\\\\xf2~-Z\\\\xda\\\\x1a\\\\xb0H\\\\xfe`Yj\\\\xc8\\\\xf1\\\\r\\\\xdb\\\\xafy\\\\xf1\\\\xbf?\\\\x19\\\\xc4j\\\\xcf\\\\xbcq\\\\xdb\\\\xe6\\\\x98\\\\'\\\\x19S\\\\x03\\\\xc7\\\\x8fr\\\\xe5NK\\\\x8e\"\\\\x9d\\\\xaa\\\\x90\\\\xcaJ\\\\x95?@|\\\\x08\\\\'\\\\xafO\\\\xb4\\\\xdd\\\\xc6e\\\\xdd,\\\\xdbcU^\\\\xe4a\\\\n\\\\x89r\\\\xa4\\\\xb1\\\\xef\\\\xb8(\\\\xecDLx\\\\xe9\\\\xe7\\\\xd6\\\\xecf\\\\xea\\\\x0e\\\\x0c\\\\xa0\\\\x84\\\\x00\\\\x12\\\\x011\\\\xe9:\\\\xc9\\\\x89\\\\xed\\\\xdat\\\\xf0\\\\xe8\\\\xdd*R.\\\\xb3*\\\\x8a\\\\xe1\\\\xd5H\\\\x07\\\\xd0\\\\xbfg\\\\xed\\\\x8f\\\\x18\\\\xe8P\\\\x13FCy\\\\xea\\\\x99\\\\xf1h\\\\xbc\\\\xac{o\\\\xb4\\\\r\\\\x7f\\\\x89u\\\\xff\\\\x00\\\\xfaz\\\\x11\\\\x82\\\\xb7\\\\xb3\\\\x95HJ}r\\\\xbe\\\\xbfu\\\\xcb\\\\x97\\\\xa2$N\\\\xa3\\\\xc4u\\\\xcb\\\\x97q\\\\xff\\\\x00\\\\xb5\\\\xac/w\\\\x1f\"\\\\xfc\\\\x14\\\\x0fe\\\\xaa\\\\xe39\\\\xd6KV\\\\xca\\\\xf1X\\\\n\\\\xd2\\\\x0c\\\\xf7\\\\xd4G\\\\x87^o\\\\xe6\\\\xa1)\\\\xdd\\\\x89o\\\\xd4S\\\\xbdb\\\\xef\\\\xc8\\\\xf7+\\\\xc5\\\\x17nd\\\\xe2[j\\\\x97\\\\xcf*\\\\xd5\\\\xa1\\\\x07$\\\\x816\\\\xd7\\\\xb4\\\\x01 6\\\\x87\\\\xb6\\\\xb1\\\\xacu\\\\xe6\\\\xb7\\\\xb6\\\\x0c\\\\xbdS\\\\x0fZ\\\\xf4\\\\xecY\\\\xf6\\\\xa5\\\\x85r@\\\\xe8\\\\xb6\\\\x9am]\\\\xf4\\\\xd6\\\\xe8\\\\xd6\\\\n\\\\xc4\\\\x91\\\\x0fY\\\\x93$\\\\t\\\\x00\\\\xcc\\\\x12\\\\xbe}\\\\x03\\\\xf3E\\\\x17\\\\x01\\\\xb9)J\\\\\\\\m\\\\xf7B\\\\x16;C\\\\x11\\\\xdc\\\\xabk\\\\x04\\\\x13\\\\x12z\\\\x02\\\\xd9#\\\\x12s\\\\\\\\V\\\\xf7d_K\\\\xb8b\\\\xea\\\\xbe\\\\xea! \\\\x81\\\\xf7\\\\x81\\\\x1f\\\\xb3\\\\xa0\\\\x00\\\\x9c\\\\x118gR\\\\x00[\\\\x06\\\\xb5%j@R\\\\x92Q\\\\x81\\\\x03\\\\xc8}\\\\xbe\\\\x1d\\\\x06\\\\x19\\\\xae\\\\x05\\\\xf0\\\\xaa\\\\x97I\\\\xaf\\\\xdb\\\\xfcDmeTx\\\\x85o\\\\x11\\\\x0b\\\\xafo\\\\x03\\\\xe5\\\\xf4\\\\xe9rwM\\\\x18\\\\xa9\\\\x8a\\\\xe6\\\\xa8\\\\x90\\\\x80\\\\xa1\\\\x0fP\\\\x02L\\\\x81\\\\xeai\\\\x02u\\\\'\\\\xcb\\\\xa5\\\\x10\\\\xe8\\\\xd9\\\\xd9{\\\\xef\\\\n\\\\xe4\\\\x8bG\\\\xb8\\\\x84\\\\x17\\\\xdaJ\\\\x05\\\\xfb$\\\\x9f\\\\x0f\\\\x0e\\\\xbbK\\\\xe4\\\\x88\\\\xc4\\\\x90\\\\xe8]\\\\xb9\\\\xee\\\\xb6\\\\n\\\\xc9\\\\xfePb\\\\x9bgF&\\\\t\\\\xf2\\\\xe9\\\\xf1\\\\xb2\\\\x19\\\\xf3L\\\\xd4\\\\x88b\\\\xde\\\\xb7YR\\\\xb0k70!\\\\x80\\\\x9d\\\\xbbc\\\\xc2{\\\\x80`\\\\x18\\\\xff\\\\x00\\\\x0e\\\\x958\\\\x11\\\\x82\\\\xe1&V7\\\\x19\\\\xc6e\\\\x07\\\\xbb!\\\\xf1\\\\x89\\\\xb2\\\\x83Y\\\\x07s-a\\\\x04\\\\xfa\\\\xcbw1\\\\xa1\\\\x91=6\\\\xc6\\\\xcau&81\\\\x00\\\\xd3\\\\x8e\\\\xe5\\\\xde\\\\xe0O\\\\xfc^-\\\\xb8\\\\x96%\\\\xebq\\\\xaf4,_z\\\\x83*I\\\\x83\\\\x0b2<\\\\x17\\\\xfe\\\\xde\\\\xb4l[6\\\\x8e\\\\xa8\\\\xfe\\\\xc7\\\\x1e\\\\xdei\\\\x17\\\\x1aB\\\\xa2\\\\x88\\\\xcew\\\\x17E\\\\x81.\\\\xadV\\\\xcc\\\\xcc\\\\xc1]\\\\xb8\\\\x0e\\\\x90\\\\x9b\\\\xddF\\\\xe8m\\\\xbaD\\\\x02O\\\\xa7\\\\xa3\\\\xdcX\\\\x8c\\\\xce\\\\xa2=DQ\\\\xa8\\\\xed\\\\xcf\\\\xee\\\\x862\\\\x94b@4\\\\x18\\\\xe6\\\\xab\\\\xfeo\\\\n\\\\xeb\\\\xb3I\\\\xf6A\\\\xaa\\\\x81\\\\xb6\\\\xc7C\\\\nB\\\\x8fV\\\\xd6f\\\\x1a\\\\x93\\\\xdf\\\\xeb\\\\xf6\\\\xf5\\\\x87\\\\x7fmrs},<\\\\xb9\\\\xf7\\\\xa7\\\\xeaa\\\\xda\\\\x92\\\\xb3k\\\\x8b\\\\x19\\\\x93(\\\\\\\\\\\\xb6 s\\\\xed4\\\\x85\\\\x9d`\\\\xc0\\\\xd0\\\\x83\\\\x1a\\\\r4\\\\xe9\\\\x12\\\\xb7\\\\xed\\\\x90({\\\\x12\\\\x9d\\\\xc3\\\\xbaU\\\\xcb\\\\xb8\\\\xd1Y\\\\xda\\\\tX:\\\\xc1\\\\x13\\\\x06$\\\\xc7V\\\\xad\\\\xc7Q\\\\\\\\1\\\\xc5\\\\x14\\\\xf8\\\\xe79\\\\x99\\\\xc4\\\\xf2\\\\x9cw+\\\\x84\\\\xc0\\\\xe6q\\\\xd94\\\\xe5\\\\xe1\\\\xbbz\\\\x87\\\\xb9S\\\\xee\\\\x01\\\\x84\\\\xea\\\\x0cG]1\\\\xa0\\\\x89\\\\x0c\\\\x93\\\\x80\\\\r\\\\x9dW\\\\xd8\\\\xef\\\\xd2\\\\xff\\\\x00\\\\xd5\\\\xbe\\\\'\\\\xf5\\\\x03\\\\x82\\\\xe1-NK\\\\xfau\\\\xbc\\\\x9e5\\\\xa3\\\\x91\\\\xab!\\\\x8f\\\\xb2\\\\xb9\\\\x08\\\\x04\\\\xd6\\\\xd3 j`\\\\x01\\\\xa1\\\\x1fN\\\\xbd\\\\x1f\\\\xc4\\\\\\\\\\\\x8d\\\\xe9\\\\x0bs>\\\\x964$\\\\xb7gj\\\\xe3J\\\\xb7j\\\\xb8x~_\\\\x0e\\\\xec\\\\xabx\\\\xca2?3\\\\x91N07\\\\xde\\\\xcc\\\\t[\\\\x97\\\\xd27Y\\\\xaa\\\\xed\\\\'\\\\xb7\\\\xd2:\\\\xd7\\\\x00\\\\xea1\\\\x888P\\\\xe6\\\\x0fR\\\\x95\\\\xa6\\\\xaex\\\\n@\\\\xb2\\\\xa3\\\\x90\\\\x0bZ\\\\xbe\\\\xea\\\\x95\\\\x15\\\\xbb\\\\x00$\\\\xee!\\\\x80:\\\\x86\\\\x1d\\\\xe3\\\\xac\\\\xbb\\\\xf6\\\\x04g\\\\xa9\\\\xd8\\\\xf5\\\\xe3\\\\x04Q\\\\x9b\\\\x7f\\\\n\\\\x05\\\\xf7\\\\xba\\\\xe6\\\\\\\\\\\\xbb,y\\\\x0b\\\\xed\\\\xbbVYv\\\\x98,HI\\\\xf1\\\\xef#\\\\xec\\\\xed\\\\xd6D\\\\x8c\\\\xbd\\\\xd2d\\\\x1ce\\\\xc0Vb\\\\x06\\\\x94\\\\xbf\\\\x9d\\\\x83\\\\x95\\\\xca*\\\\no\\\\xac\\\\xf2\\\\x15Zn\\\\xa3\\\\x1e\\\\xc7j\\\\xd6\\\\xb4\\\\xac\\\\x92%\\\\x8c\\\\xf8\\\\x99\\\\x1d\\\\xa3\\\\xa1\\\\x9e\\\\xd2W\\\\xa2\\\\xe0\\\\x80z\\\\x96`?*!sL\\\\x9a\\\\xaa\\\\xc8\\\\xe0\\\\xae\\\\xc8\\\\xe5hJ\\\\xee\\\\x15-\\\\xb4\\\\x86GT\\\\x96\\\\xa9n@\\\\x0bA n\\\\x07\\\\xfb\\\\xfa\\\\xd9\\\\xf8\\\\xeb\\\\x177r\\\\xf6\\\\x89\\\\x0c\\\\x011\\\\xcc\\\\x029\\\\xf3\\\\xf1N\\\\x13\\\\x8b\\\\x02\\\\x03,\\\\xb2n\\\\xc9\\\\xad\\\\x1e\\\\xb4(\\\\xd9[J\\\\xaa\\\\xb3mE\\\\x04\\\\x9d\\\\xc4\\\\x11:\\\\xc7K\\\\xbdv\\\\xecbaMU\\\\xa5\\\\x189\\\\xab\\\\x1e}\\\\x8a\\\\x06\\\\x9d~\\\\xa7K<~e\\\\\\\\\\\\x87\\\\xe69A\\\\x89\\\\x98\\\\xd8\\\\xd8\\\\xee\\\\xd5\\\\xe1#\\\\xaa\\\\x14\\\\xb2\\\\xca\\\\x9a,\\\\xda\\\\xa0\\\\x97\\\\x8b\\\\x18\\\\r\\\\xa7\\\\xc4y\\\\xf4\\\\xbbP\\\\xb5\\\\xfb\\\\x90N\\\\x0c2\\\\xd5\\\\x989\\\\xf6.\\\\xbd\\\\x19\\\\xdb\\\\x1aA\\\\x05\\\\xfe\\\\x8b>G\\\\x98\\\\xc4\\\\xb6\\\\x8b\\\\xb0\\\\xf20\\\\xdc\\\\x1a\\\\x1d2\\\\x19\\\\xac6\\\\x1aS\\\\xdam\\\\xfbK)R\\\\xf2V\\\\n\\\\x93\\\\xafh\\\\xf0\\\\xe9\\\\xf7\\\\xee\\\\xc4\\\\x81\\\\x1d9\\\\xe6\\\\xe4\\\\x0f\\\\xcfzU\\\\xb9\\\\x18\\\\xd5i\\\\xe3k\\\\xa7\\\\'\\\\x8f\\\\xce\\\\\\\\\\\\xcc\\\\x86\\\\xc6\\\\xa6\\\\x9b\\\\x05\\\\xf8\\\\xf7\\\\x90.J\\\\xbd\\\\xcd\\\\xa2\\\\xaa\\\\xe8A\\\\xa1\\\\x8d\\\\xa4~\\\\x19\\\\x1d3eh]\\\\xb5-e\\\\xb4\\\\xd7W\\\\xedS\\\\xfe\\\\x908d\\\\xbb\\\\xb3\"C\\\\xe8\\\\xa8O\\\\x95\\\\xdan\\\\xe63+|afM\\\\xe4c\\\\xe4e\\\\xeew\\\\xf7\\\\n\\\\x93\\\\xeb\\\\xd9\\\\xb6Wp\\\\xeecH\\\\xd0yR\\\\xbb\\\\x039ig/R\\\\xa8\\\\xdc,_ \\\\xb8\\\\'\\\\xfd\\\\xc4\\\\xfc[\\\\x1d\\\\x86?\\\\xc98\\\\xfb\\\\x1cY\\\\x8dsa\\\\xe5\\\\xdc\\\\x17\\\\xd2\\\\xde*X\\\\x9fV\\\\xb0F\\\\xb1\\\\xf7\\\\xf5gj\\\\xce\\\\xe09\\\\x89X\\\\xbf\\\\'i\\\\x83\\\\xe4U\\\\x05\\\\xf1\\\\xccL\\\\xaa+\\\\xb3/\\\\xdbR\\\\xe9-QI\\\\x0c\\\\xe5Gr\\\\xba\\\\xcc\\\\x8dOn\\\\xbdN\\\\xdch\\\\x802g\\\\xe9\\\\x92\\\\xf3\\\\x00<\\\\x88\\\\x18\\\\x0c\\\\xcf4\\\\x07;\\\\x07*\\\\xfc\\\\xebn.\\\\x08\\\\xb3_l1*\\\\xa5\\\\xa6\\\\x08\\\\xdc\\\\x01]d\\\\xfd\\\\xde3\\\\xd6y\\\\xb8D\\\\xe4)\\\\xa8\\\\xd3\\\\xb9\\\\x0c\\\\xac\\\\x92V<\\\\xb6G\\\\xb1\\\\x8bN\\\\nZl5\"\\\\x95\\\\x16\\\\x96m\\\\xca\\\\xcc\\\\x00\\\\xdc\\\\x07r\\\\xc7\\\\xcc\\\\xc7\\\\xd3\\\\xae\\\\xbf\\\\'\"&\\\\xa0c\\\\xd5\\\\xf0n\\\\xbf\\\\x842\\\\x1aCf\\\\xc9K%s\\\\x1d\\\\xf1}\\\\x9cm\\\\x1a\\\\xe7\\\\xba\\\\xf6\\\\xad6\\\\xee3\\\\xb1\\\\xb6\\\\x03\\\\xa7q\\\\xf5\\\\x13\\\\xe3=\\\\x11&\\\\xc9\\\\xf5\\\\xb6.\\\\xc0\\\\x1c0r\\\\xaa1$7\\\\x19\\\\xfdQ\\\\xbf\\\\xccr?\\\\xfe\\\\xd3\\\\xff\\\\x00\\\\x9a?\\\\xcf\\\\xab\\\\xdf\\\\xe6\\\\xed\\\\xb8\\\\x08t\\\\xdc\\\\xe6|\\\\x97\\\\xff\\\\xd0\\\\x0b\\\\xf1\\\\xdc&l\\\\x8a\\\\xef\\\\xe4@\\\\xcd\\\\\\\\\\\\xe2\\\\x1f\\\\x1d\\\\x81\\\\xdcR\\\\xb1\\\\xf8w\\\\xc3N\\\\xd2\\\\x18y\\\\x02~\\\\xde\\\\xb3b\\\\x1c\\\\xd75\\\\xf1\\\\xeb?\\\\xb3\\\\x9e\\\\xe4#\\\\xf5\\\\x17\\\\x8b\\\\xa333\\\\x19,\\\\xa4W\\\\x8e+_S\\\\x92P2\\\\x10u1\\\\x03C k\\\\xdb\\\\xbfn\\\\xaan\\\\x08\\\\x12G\\\\xbbr\\\\xabNB\\\\xec\\\\x8cg\\\\xaf\\\\x1d\\\\xb1\\\\x17\\\\x1d*\\\\xa0-h\\\\\\\\(f\\\\x8d\\\\x19\\\\xd9A\\\\x1a\\\\xa9\\\\xee:Q\\\\x99\\\\n\\\\xacf\\\\x15a\\\\xcc\\\\xf2\\\\x159\\\\xae\\\\x9f\\\\xcb2]C-\\\\x9e\\\\xe2\\\\xc1[\\\\x08;F\\\\xd6\\\\x10`\\\\x01#\\\\xf7\\\\xf8t\\\\x04U\\\\xf2@g\\\\xab\\\\xc5\\\\x02\\\\xe59\\\\x0eE}\\\\xca\\\\xd4\\\\xa4\\\\xe3\\\\x84(\\\\x10\\\\t#M\\\\x84\\\\xa1\\\\x06{\\\\x10g\\\\xaerpW\\\\x86\\\\xa2Hn\\\\xc4\\\\xabSg\\\\xe7e[]k97\\\\x80\\\\xd7\\\\x9d\\\\xc4\\\\x11\\\\xb4IQ\\\\xd8\\\\x90|@\\\\x1atq\\\\x04\\\\x8d#\\\\x14zLe\\\\x97\\\\x1cuV>\\\\x16>\\\\'\\\\x0cjAq\\\\xbb\"\\\\xea\\\\xc2\\\\x16\\\\x1b\\\\xb7\\\\x063\\\\xe8\\\\x1b\\\\xa0\\\\x00\\\\t\\\\xf0\\\\x1d\\\\xfam\\\\xcbq\\\\xb7\\\\x1e\\\\xaa\\\\xe5\\\\x984\\\\x9d\\\\xd7n\\\\xfe\\\\x95\\\\xf1\\\\x0f\\\\xc5\\\\xfco\\\\x0f\\\\x11\\\\xa9\\\\xff\\\\x00\\\\xaa\\\\xcdj\\\\xf3\\\\xb9K \\\\x01R\\\\xb1\\\\x06\\\\xa6>\\\\x90\\\\x00P\\\\x04\\\\x92c\\\\xcf\\\\xc7\\\\xaf\\\\x9f|\\\\xc5\\\\xc9\\\\\\\\\\\\xbd\\\\xa6\\\\'\\\\x02;\\\\x89\\\\xe3\\\\xb9{\\\\r\\\\x84c\\\\x08\\\\xea\"\\\\xac\\\\xba\\\\x1b\\\\x84\\\\xc8\\\\xca\\\\xce\\\\xe7\\\\xf0xl\\\\xcb\\\\xe9\\\\xc8\\\\xaf\\\\x0e\\\\xc6\\\\xf6\\\\xb9\\\\x01\\\\x92B\\\\xaa\\\\x93\\\\xe9;\\\\xc1(\\\\x81\\\\x12H*5\\\\x99\\\\x1d\\\\x15\\\\xb9Jw\\\\x85\\\\xab\\\\x85\\\\xc8\\\\xc0\\\\x83@\\\\xd9\\\\xbbd\\\\x1f\\\\x04Z\"\"Ls\\\\xe8\\\\xad:r\\\\xb0>=~mJ\\\\x1a\\\\xb2\\\\xf9N\\\\xd8\\\\x97z/Kq\\\\xe5\\\\x8a\\\\x8b^\\\\xd5BY\\\\xf7\\\\x02e\\\\x0f\\\\xd7oJ\\\\x9e\\\\xf2\\\\x16\\\\x0c\\\\xc5iW\\\\xfd\\\\xa2A\\\\xae<\\\\xfb\\\\x93\\\\xfd\\\\x83(\\\\x84\\\\xe9\\\\x87\\\\xf2\\\\x9b\\\\xa8\\\\xc7\\\\xc1\\\\xf9\\\\x15\\\\x99V\\\\xe5a\\\\xf1\\\\x82\\\\xda0r\\\\x7f\\\\xfd\\\\xde\\\\xd3m\\\\xaa\\\\xb5\\\\xa62\\\\x92\\\\x8c\\\\x1e\\\\xca\\\\x10\\\\xee\\\\x9d\\\\xa1H1>\\\\x1d;\\\\xff\\\\x00arb7A$\\\\x0f\\\\xd5\\\\xa9\\\\'l0mQ\\\\x08\\\\xed\\\\xc7H#\\\\x0f\\\\xa7r\\\\x13\\\\x83\\\\xcb\\\\xa5\\\\xd7YF-\\\\xcb\\\\x9d\\\\xf1\\\\xce_\\\\r\\\\xcf \\\\x99\"\\\\xc5e\\\\xcaRA\\\\xd8+S\\\\xfc\\\\xc2\\\\xa0xi=\\\\xa3\\\\xaa\\\\x92;iI\\\\xc7\\\\xaa\\\\x12\\\\x15\\\\r\\\\x84\\\\xba\\\\x7f\\\\xe5\\\\xcf$\\\\xe8\\\\xeb\\\\x93\\\\x8c$\\\\xfe_\\\\xcad\\\\xf8\\\\xfd\\\\x15c\\\\xe4\\\\xb7)\\\\x8dP\\\\xbb\\\\x17\\\\x15\\\\x05\\\\x19\\\\x94\\\\'\\\\xb9a\\\\xbe\\\\xc0\\\\xa5Srm=\\\\xd5\\\\x98\\\\x0e\\\\xc6|;uB38\\\\xdb\\\\x8b\\\\xc4Q\\\\xaa\\\\xe5\\\\xf9\\\\xe2\\\\xdd\\\\xc5[,\\\\x06\\\\x93\\\\x8f\\\\x1c\\\\xb1Vf\\\\xc5\\\\xcd\\\\xa7\\\\x11\\\\xb1\\\\xee\\\\x84\\\\xc6\\\\xcf\\\\xa9m\\\\xc3\\\\xb1\\\\xc8b\\\\xc8\\\\'\\\\xf9\\\\x8ad\\\\xbb\\\\x02D):u\\\\xa9\\\\x08\\\\x19\\\\xc2&9H\\\\r$\\\\xd7\\\\x0cH\\\\xcf\\\\x92\\\\xaf\\\\x19h2\\\\x188\\\\xe5E\\\\x95\\\\x9c\\\\x825\\\\x99\\\\xb4\\\\x17\\\\xbb\\\\x1a\\\\xfcU\\\\t`Z\\\\xc3\\\\x1a\\\\xed&B\\\\xc4\\\\x13$\\\\x10v\\\\x91\\\\xdb\\\\xa0\\\\xb9zq2\\\\xa4\\\\xa0Xe\\\\x9b\\\\xd7\\\\xb1H\\\\x8b0\\\\x95G\\\\x0c\\\\xa6\\\\xf3Y9\\\\xd8\\\\xdf\\\\x1f\\\\xca\\\\xcc\\\\xc8\\\\xc9\\\\xd9m\\\\x18\\\\xefe^\\\\xe3l\\\\xec\\\\x86$m\\\\x80$\\\\x0e\\\\xae|\\\\x89\\\\xdc\\\\x9d\\\\x94n\\\\\\\\.{j\\\\xdf\\\\xfcY\\\\x82\\\\x88b\\\\xc5\\\\xc7E\\\\xce\\\\xdf\\\\x1e^;\\\\x96\\\\xe2s1\\\\x1f\\\\to\\\\xb5\\\\xaf\\\\x07\\\\x92\\\\xc8\\\\x0e\\\\xde\\\\xfb3jv\\\\x12\\\\x1f\\\\xb9Rg\\\\xc3\\\\xef\\\\x1dy\\\\xab\\\\x1b\\\\x9bwl\\\\x10C\\\\x1c\\\\xda\\\\xa7\\\\xc5\\\\x0c\\\\xe3!7\\\\xefO\\\\x9f\\\\x02\\\\xceJ0sx\\\\x93KQg\\\\x16KW\\\\x84\\\\xc4=\\\\x89]\\\\xb73V\\\\xfam\\\\xd0\\\\x87\\\\x04\\\\xe9\\\\xf5\\\\xf1\\\\xe8~:\\\\xfe\\\\x98\\\\xce,A\\\\x84p\\\\x158\\\\xd0\\\\x8c9\\\\xa9\\\\xb9\\\\x12\\\\x18\\\\xe3\\\\xa8\\\\xa7\\\\x1cf\\\\xae\\\\xe3]A\\\\xc3\\\\xda\\\\x84\\\\x81Y;\\\\xa04\\\\x99$\\\\xc1\\\\x13\\\\xdf\\\\xa2\\\\xb5r\\\\x17\\\\x0c`\\\\xef!\\\\x97o\\\\\\\\q\\\\xad)\\\\xe2\\\\xa0\\\\x02\\\\xf8\\\\xad[-\\\\xaa\\\\xeb\\\\x05G\\\\xdb\\\\x08\\\\x033\\\\x10d\\\\x9d\\\\xda\\\\xc0:}\\\\x9dW\\\\x88\\\\x95\\\\xbb\\\\xc6P\\\\xa3\\\\x0f\\\\x1e\\\\xe3N\\\\xc5\\\\x12\\\\x89\\\\xd3\\\\xa4\\\\xac\\\\xect\\\\\\\\\\\\x8a\\\\xc8\\\\xb0\\\\r\\\\xc47\\\\x9c\\\\xc7\\\\x80>3\\\\xd1\\\\xfb\\\\xb1\\\\x8d\\\\xe1!*\\\\xfe\\\\xc70z\\\\x0f%\\\\xd3\\\\x83\\\\x86\\\\xcb%>\\\\xdd\\\\xd5~Z\\\\xefm\\\\xca\\\\xdc\\\\xa5\\\\x90\\\\xb00\\\\xd2{\\\\x89\\\\x1e]h\\\\xdfh\\\\xe9\\\\x93\\\\x16\\\\x90z\\\\xe6\\\\xe7\\\\xf1\\\\xe6\\\\xa0j\\\\x0cYo\\\\xae\\\\xdd\\\\xd0\\\\xa8B\\\\x98\\\\xdc\\\\xeau&\\\\x0e\\\\x9foVm\\\\xdc\\\\x12\\\\x90\\\\x03 \\\\xf5\\\\xf2\\\\xe3%\\\\xcet\\\\xf2u\\\\x07\\\\xe4\\\\xf5\\\\xa6O\\\\xc7\\\\xf9<[ku\\\\xa9\\\\xf1woA\\\\xb9\\\\xb7\\\\x01\\\\xb8h<\\\\x01\\\\xfau?%#-\\\\xb9\\\\r\\\\xc8\\\\xb8\\\\xe3\\\\x04Q\\\\xa4\\\\x80\\\\xc9\\\\xb3\\\\\\\\\\\\xd3C\\\\x8c\\\\x9b\\\\xb8\\\\xfaoj\\\\x85\\\\xd8\\\\x95\\\\x1cT\\\\xb7\\\\x1bmN\\\\xc1X\\\\xb7\\\\xa8\\\\x98\\\\xdc\\\\xdb\\\\x9a\\\\'\\\\xd5\\\\xa6\\\\x87\\\\xaf>m\\\\xcat\\\\x15\\\\xf2\\\\xfe\\\\xd5h\\\\xcb\\\\x00q\\\\n\\\\xcc\\\\xf8\\\\xeaa\\\\xa8t\\\\xb9\\\\x0e6\\\\xea\\\\xea\\\\xbb\\\\xdd\\\\x8fHR$\\\\xa5^\\\\x90H\"t\\\\xf0\\\\x8f\\\\xda\\\\x16\\\\xed\\\\x08\\\\x86VKO\\\\x8a\\\\xa7\\\\x01\\\\x88\\\\x9b\\\\n\\\\xe2\\\\xb3\\\\xd9\\\\xbd\\\\x8bYZ\\\\x9fQ\\\\x04\\\\xc9&L\\\\xc1\\\\xec<:\\\\xe9A\\\\xc8\\\\x18:`\\\\x8c\\\\xa4\\\\xea\\\\x0f\\\\xe5\\\\xae\\\\xa0\\\\x15V\\\\x9b\\\\x18\\\\x92\\\\xa9:\\\\x87\\\\x8f\\\\xc1\\\\xf5\\\\xd7\\\\xcf\\\\xfe\\\\x1dU\\\\x9d\\\\xa9\\\\x9fMQ\\\\xc0\\\\x82\\\\xee\\\\xa4\\\\xd7\\\\x97b\\\\xfbt\\\\xb3\\\\x1a\\\\x183W\\\\x07\\\\xc7h\\\\xd4\\\\xa8:\\\\x99\\\\xfa\\\\xf8yu_\\\\xfc\\\\x99\\\\x02\\\\xd8\\\\x0e\\\\xab\\\\xb46h\\\\xb59\\\\xa2\\\\xb0Whc\\\\xaa\\\\xf6\\\\xef:\\\\x03\\\\xe3\\\\xa7Wm\\\\xee\\\\xc6\\\\x12\\\\xc7\\\\x8a\\\\xa3\\\\x8c\\\\xb4\\\\n\\\\x07Fh\\\\xccT5\\\\xa2\\\\xb3\\\\x9b\\\\x1b\\\\xd0\\\\x1cD\\\\x1d&u\\\\xd3\\\\xadH^0\"#\\\\x16M\\\\xb7z=_\\\\x05\\\\x90\\\\xbd\\\\xab :\\\\xa3\\\\xb5v\\\\xe8[\\\\xbc\\\\xf6\\\\x82Gy\\\\xd7\\\\xa0\\\\xd7(3\\\\x80\\\\xe0\\\\xa6\\\\t\\\\xe2\\\\xf5\\\\xaf\\\\x82(\\\\x05\\\\x19\\\\x95\\\\x1c\\\\x9aEk\\\\xed\\\\x8fn\\\\xda|g\\\\xc7\\\\xed\\\\xebL\\\\xc2\\\\x1b\\\\x98{\\\\xb0`\\\\xc1\\\\x8csF\\\\x08!k\\\\xfc\\\\xbd\\\\x82\\\\xc7AH(\\\\xbd\\\\xc6\\\\xe1\\\\xdc\\\\x88\\\\x10|\\\\xba\\\\xael\\\\xccL\\\\xc4G\\\\xb6\\\\xa3<;\\\\x91iB-\\\\xc2\\\\xdb\\\\xef\\\\xd5\\\\x92\\\\x85]\\\\xa1\\\\xeb$\\\\xc6\\\\xcf\\\\xfd\\\\x9f?.\\\\xb3oY\\\\x9c\\\\x01\\\\x84\\\\xc1\\\\x07\\\\xae]\\\\x9fD\\\\xa1f$\\\\x97\\\\xcd\\\\x01\\\\xbb\\\\x1bc\\\\xc5j}J\\\\xcaP\\\\x92$\\\\x10~\\\\xc9>Zu\\\\x99(\\\\x08a\\\\xfe\\\\xa1\\\\x81U\\\\'h\\\\xbb\\\\x00\\\\xa0\\\\xe6a\\\\xad\\\\xd8\\\\xb6\\\\xe2ec\\\\xa6_\\\\x1fzl\\\\xbb\\\\x12\\\\xf5\\\\r\\\\\\\\\\\\x1f\\\\xe1`A\\\\x90OM\\\\xb3r\\\\xee\\\\xdaBp$G\\\\xe9\\\\xd0\\\\xf3\\\\n\\\\xad\\\\xdbN\\\\x18\\\\x8a/\\\\x9b\\\\x9f\\\\xee7\\\\xfd\\\\x90\\\\xf1_)\\\\xc7\\\\xc8\\\\xf9?\\\\xe9e+\\\\xc4\\\\xf3\\\\xfb\\\\x9d\\\\xb3\\\\xf8+\\\\x8a\\\\xd7M\\\\xea\\\\xa7\\\\xff\\\\x00\\\\x86F\\\\x8a\\\\xccF\\\\x9d\\\\x84w\\\\x8e\\\\xbd_\\\\xc4\\\\xfc\\\\xf83\\\\x00ze\\\\xcb#\\\\xd9\\\\x90>\\\\x01C\\\\x98b^?E\\\\xf1\\\\xbf\\\\xe6\\\\x7f\\\\x08\\\\xe6\\\\xfe/\\\\xcafp\\\\x7f!\\\\xe3-\\\\xe2\\\\xb9L6\"\\\\xfck\\\\x94\\\\x86\\\\x00\\\\xc7\\\\xa8\\\\x18\\\\xd4\\\\x1f\\\\x02:\\\\xfa_\\\\xc7|\\\\x9c/\\\\x8ab1\\\\x1c\\\\x91\\\\x18\\\\x93QP\\\\xaa\\\\xdc\\\\xack*\\\\xdcXF\\\\xcd\\\\x0b\\\\xf8\\\\x03\\\\xae\\\\xb3\\\\xe1\\\\xd6\\\\xe4&\\\\n\\\\xa8c\\\\x92\\\\x87`\\\\xd00\\\\x04\\\\x82 H\\\\x92>\\\\xfe\\\\x8cb\\\\x835\\\\x8eJ\\\\x0c\\\\x8e?&\\\\xa70V\\\\xb8\\\\x0c\\\\x06\\\\xa5\\\\x97T\\\\xf2\\\\x8e\\\\xd0z\\\\x16c\\\\xda\\\\x8e\\\\xc1\\\\xd1s\\\\xb5 \\\\xf5\\\\xcb]~\\\\xeb\\\\x97/\\\\xddr\\\\xe5\\\\xd2\\\\xbf\\\\xed\\\\x93\\\\x9d\\\\xca\\\\xe3~r\\\\xb8T\\\\\\\\\\\\xc9\\\\xfdB\\\\xa6Z\\\\xd1\\\\x08_\\\\xe6\\\\x0f\\\\xc2|<\\\\xff\\\\x00\\\\xcb\\\\xac_\\\\x9cx\\\\xda\\\\x85\\\\xc0X\\\\x897\\\\xff\\\\x00w\\\\xf2\\\\xcb/\\\\xe4\\\\xe1\\\\xe9\\\\x05\\\\x97\\\\xd2V\\\\xab<\\\\x9a\\\\xd72\\\\xebC]6\\\\x9b\\\\xad \\\\xad\\\\x8e\\\\x01>\\\\x96\\\\xef\\\\xb8\\\\x81\\\\xe0z\\\\xf2\\\\x9b\\\\x9bW\\\\x01\\\\xf5\\\\xd1\\\\xeb\\\\\\\\\\\\xd6DH5A\\\\xadSU\\\\xe9\\\\xb7\\\\xf9\\\\x9bT\\\\xb6\\\\xc2\\\\x90\\\\xb0\\\\xb0\\\\x0f\\\\xac\\\\x03\\\\xdb\\\\xc4\\\\x1d:\\\\xcb\\\\xb9\\\\xe8-\\\\x8bt\\\\xfb\\\\xa6\\\\x8ek\\\\x0e3?>\\\\xbb\\\\rV\\\\xd94)(_q`\\\\x8aI\\\\x9d\\\\x84j\\\\x08\\\\x03\\\\xb9>>}G\\\\xc6\\\\xca\\\\xf4\\\\xe7\\\\xa0\\\\xe0\\\\xfd\\\\xb4\\\\xe9\\\\xcb\\\\xbd\\\\x0e\\\\xe8\\\\xc6\\\\x15\\\\xc2\\\\x88O\\\\xca\\\\xf9\\\\x93}MSXB\\\\xaa\\\\x7f-KN\\\\x8a\\\\xda\\\\x84\\\\x025\\\\x8e\\\\xe2?|\\\\xf5\\\\xb5\\\\xf2{\\\\xd8\\\\xc4i\\\\x8eC\\\\x0f%\\\\x91\\\\x00f\\\\\\\\\\\\xaac=\\\\xed;\\\\x83(FYR\\\\x83\\\\xb9\\\\xf1\\\\xd5N\\\\xbd\\\\xfc:\\\\xf3\\\\x1a\\\\x8c\\\\xa5Ud\\\\xd2\\\\xbc\\\\xd2\\\\x17\\\\xc8\\\\xfeE\\\\x8f\\\\xf1\\\\xce&\\\\xfeR\\\\xeb\\\\x18\\\\xbd\\\\x10\\\\xd4\"\\\\x82\\\\x0b\\\\xbfe\\\\xee\\\\x00\\\\xd4\\\\xf5\\\\xa9\\\\xf1\\\\xdb\\\\to/\\\\x0bc\\\\x0c\\\\xcf!\\\\x9an\\\\xde\\\\xd1\\\\xb8DF%s\\\\xb6/\\\\xea\\\\xe7\\\\xcb\\\\xf0sl\\\\xcb\\\\xab\\\\x93q\\\\xee\\\\xd8]\\\\xf1X\\\\xca\\\\x00t\\\\x85\\\\x1e\\\\x11\\\\xe3={\\\\xbb\\\\xbf\\\\xf5\\\\xdd\\\\x85\\\\xc8\\\\x08\\\\x1bxg\\\\x9f\\\\xe3\\\\xc9o\\\\xff\\\\x00\\\\xeb`\\\\x065\\\\xe3%np_\\\\xae\\\\x1c\\\\xc6F\\\\x136kUNH\\\\x04\\\\xd2\\\\xc40\\\\xad\\\\x94v\\\\x06$\\\\x83\\\\xf5\\\\xf3\\\\xeb\\\\xcfo?\\\\xe9\\\\x96D\\\\xc7\\\\xb4\\\\xe6\\\\'\\\\x1ec\\\\xaa\\\\xcc\\\\xbf\\\\xb76\\\\x8e\\\\x9a\\\\x9ad\\\\xa6\\\\xe3\\\\xfe\\\\xb7Y}\\\\xa1sq\\\\x9a\\\\xba\\\\xec\\\\'\\\\xdd\\\\xb5\\\\x18\\\\xb1\\\\x92H\\\\x90\\\\x0cv\\\\x1f^\\\\x97s\\\\xfe\\\\x93\\\\xa6/n@\\\\x9eF\\\\x88L.\\\\x05\\\\x97%\\\\xfa\\\\xbfK\\\\xb0\\\\xfe\\\\x9b\\\\x8e-c\\\\xb4T\\\\x1c2\\\\x85\\\\x00\\\\rO\\\\x8f\\\\x87\\\\x87Ac\\\\xfe\\\\xa3?\\\\xff\\\\x00\\\\x94\\\\xb0\\\\xe9T->\\\\xa9O#\\\\xf5?\\\\x9a\\\\xc9+K\\\\xe3\\\\xa1v?\\\\xc9\\\\xf6IR\\\\']\\\\xa6A\\\\x91\\\\'\\\\xb6\\\\x9dj[\\\\xff\\\\x00\\\\xab\\\\xd8\\\\x8dD\\\\x8fW\\\\xe3\\\\xf2\\\\xb8B\\\\x84\\\\xab\\\\x0b\\\\xe2\\\\xfc-\\\\x8e\\\\xf5r\\\\xfc\\\\xae\\\\xdbrl\\\\xafu5?\\\\xf0\\\\x1b=L\\\\xda\\\\x99\\\\x93:\\\\x08\\\\xeb\\\\xce|\\\\x9e\\\\xee!\\\\xedZ\\\\xa4A\\\\xc7\\\\x9bP\"\\\\x83\\\\xbdqV\\\\x86>8\\\\x0b.\\\\x17\\\\xd3&w\\\\x01\\\\xdb\\\\xb4\\\\xf9\\\\x18\\\\xeb\\\\xce\\\\xce|\\\\x95\\\\x86\\\\xd4j\\\\x14\\\\xb3Z\\\\x06*\\\\x90\\\\xd3\\\\xa38X\\\\x07\\\\xc0i\\\\x1d/Q\\\\xcd\\\\x14\\\\xe0\\\\xf5\\\\xe3\\\\xe8\\\\xb3Y$@\\\\'wh]\\\\x07\\\\x9cF\\\\x9dA\\\\\\\\\"x\\\\xfa/Em*\\\\x00\\\\xda\\\\xcaa\\\\x94\\\\xf6\\\\xf1\\\\xf0\\\\x1f\\\\x7f\\\\\\\\\\\\xe8\\\\x80!z\\\\x18\\\\xa2(\\\\x05X\\\\xabn(L\\\\x00\\\\xa6\\\\x08\\\\x03\\\\xb7o\\\\xb7\\\\xa8g*\\\\x19\\\\x96\\\\xc7{Q\\\\xab\\\\x0c\\\\xc5}\\\\xc1\\\\xb83\\\\x00t\\\\xf00\\\\x07o\\\\x0e\\\\x84\\\\x00Qk.\\\\xeb\\\\xcf}+p\\\\xd6\\\\x91\\\\xb9\\\\x0e\\\\xd0\\\\xc7\\\\xb9+\\\\xa4\\\\x01\\\\xaf\\\\xd9\\\\xd4\\\\xe8$Q\\\\x16\\\\xa6.Vve7\\\\xe0\\\\xdf\\\\xe8\\\\x0c%\\\\x0c\\\\x812\\\\x0c\\\\xe9\\\\'_>\\\\xa0[\\\\xcd@\\\\x9bP-\\\\xa2\\\\xf6B\\\\xb0\\\\xaa\\\\xcabS\\\\xb0\\\\xf4\\\\x99\\\\x92\\\\x07y\\\\x88\\\\xe8t:p\\\\x98\\\\x01KO\\\\xcc\\\\x96\\\\x95fb\\\\x08e\\\\xdb\\\\x13\\\\xdfA\\\\x1d\\\\xf4=,\\\\xe9F\\\\x0b,\\\\xb7)BT\\\\xfa\\\\xd3\\\\xf8\\\\x8f`\\\\x0f\\\\xa7lh\\\\x08:\\\\x99\\\\xd7\\\\xa8j\\\\xa3\\\\x18\\\\xacW\\\\x17\\\\xdc\\\\xd9\\\\xba\\\\x02\\\\xda\\\\xc0\\\\x08\\\\xf3_#\\\\xa6\\\\x9fY\\\\xeaM\\\\xc6\\\\xeeE\\\\x11\\\\xde\\\\x98\\\\xf8\\\\x8b1\\\\xf1\\\\x9e\\\\xa7R\\\\x8dj\\\\x88W0J\\\\xd8\\\\'op<5\\\\xff\\\\x00\\\\x87U\\\\xa79\\\\xc6Z\\\\x85\\\\x191\\\\x8euV\\\\x96\\\\x072,\\\\xa6\\\\xa6[\\\\x05\\\\xb9(\\\\x15\\\\x15\\\\x02\\\\xb9\\\\xd3w\\\\xaav\\\\xc9\\\\x02\\\\x01\\\\xd3\\\\xfb\\\\x1d[{\\\\x8dV\\\\xc6g\\\\x0c\\\\xf0t5sFNc6\\\\x9c\\\\x1cfQmd\\\\xe5/\\\\xb6\\\\xcbY\\\\xf5\\\\n\\\\xcf\\\\xa8\\\\xb0u\\\\x1a0?\\\\xbf\\\\xeb\\\\xda\\\\xe1\\\\x02!\\\\x8d\\\\tJ\\\\x12\\\\xd4\\\\xec\\\\xec\\\\x14{\\\\xf9uJh\\\\x02\\\\xcd\\\\xabmL]\\\\xec0\\\\xe8D((\\\\x00\\\\x9f\\\\x19\\\\x86\\\\xfbz\\\\\\\\\\\\x88\\\\r\\\\x13G\\\\xe7\\\\x8a\\\\x1d!\\\\xdc!9|\\\\xce%\\\\xf4\\\\xd9\\\\xed\\\\xb5\\\\x19\\\\x96\\\\r\\\\xc8A\\\\x0c\\\\x14\\\\x00c\\\\xddU\\\\xf5~\\\\xf5\\\\xe8}\\\\xf8\\\\xdc\\\\xa0b{)\\\\xda\\\\x84\\\\xc3H5\\\\xe3\\\\xb5W\\\\x99\\\\xd9\\\\x8e2\\\\t\\\\xb1QJ2\\\\xb8B\\\\xac+\\\\x1buiRt\\\\x82;\\\\x7f\\\\x9fX7\\\\xe4gsVc.\\\\xbd\\\\xe9\\\\xa0\\\\x11NiO1\\\\xbf2\\\\xd96\\\\xda\\\\x13}\\\\x92Y\\\\x17\\\\xd2\\\\x80\\\\xce\\\\xe2@\\\\x1f\\\\x87Y\\\\xd3\\\\xb7G\\\\x12\\\\xc5LG\\\\x92\\\\x85O\\\\xa8\\\\xa8\\\\xfe],\\\\xf2+m\\\\xbe\\\\x06t \\\\x8f\\\\x08\\\\xd3\\\\xc3\\\\xa6J\\\\x9c\\\\xca!!^\\\\x8a\\\\xe0\\\\xfd(\\\\xf9\\\\xcd\\\\xbf\\\\r\\\\xf9\\\\x05Yv\\\\xdd\\\\xeea\\\\xdb`9\\\\x98e\\\\x99W\\\\xd2\\\\xcb\\\\x0c\\\\xc3\\\\xe84\\\\'\\\\xbc}\\\\xddX\\\\xf8\\\\xdb\\\\xf6\\\\xf6\\\\xfb\\\\x98N\\\\xe0xS\\\\xb3\\\\xb50H\\\\x98\\\\x90(\\\\xbe\\\\xbd|[\\\\xe5\\\\xff\\\\x00\\\\x13\\\\xf9\\\\x86\\\\x0f\">4\\\\xa6\\\\xae+\\\\x9c\\\\x18V\\\\xe7\\\\xd9\\\\x8a\\\\x95\\\\xd4\\\\xb8\\\\x99P\\\\x8aQny-V\\\\x92G~\\\\xf1\\\\xd7\\\\xd5e+w\\\\x1f\\\\xda\\\\xac\\\\x0b1\\\\x1f\\\\x94\\\\x92\\\\xf6\\\\xc0\\\\xd4*\\\\x9b\\\\xf9\\\\x17\\\\x0bv(\\\\xc3\\\\xba\\\\xec\\\\x8a\\\\xed\\\\xf7(\\\\xfc\\\\xd5\\\\xa5JX\\\\xe8\\\\xc2v\\\\xb0\\\\x03M<\\\\x7fo^g\\\\xe4\\\\xad\\\\xc62lL\\\\xa8\\\\x8a,C`\\\\xca2W\\\\x95[\\\\xa2\\\\xb5\\\\x8f^;\\\\x19j\\\\xf7@#\\\\xb1\\\\xf5\\\\x0e\\\\xdda\\\\xca\\\\x06\\\\r\\\\x01H\\\\xf2\\\\xfeQ\\\\x9ek\\\\x1br*}\\\\xe9}\\\\xc6\\\\x85\\\\xa9\\\\x0b\\\\xd5[\\\\xc5\\\\xefyG\\\\x05\\\\x8d\\\\xa0\\\\x83\\\\x08c\\\\xb82|OSr~\\\\xe0186\\\\x0c\\\\x0e\\\\xaa\\\\xff\\\\x00\\\\xab\\\\x975\\\\x00\\\\x91\\\\xc6\\\\no\\\\xc1=\\\\xec\\\\xee3\\\\x98\\\\xab\\\\xda\\\\xf6\\\\xef^F\\\\xcb\\\\xbf3\\\\xee\\\\x82Mn\\\\x14\\\\xa2\\\\xec\\\\x90F\\\\xd1\\\\xa7\\\\xf7ug\\\\xe2\\\\xf6f\\\\xf5\\\\xa9\\\\xc0\\\\x06\\\\x90.\\\\xee\\\\xde\\\\x9c\\\\x83>\\\\x1d\\\\x8e\\\\x9d)\\\\xf2\\\\xe8\\\\x88grF\\\\x8cM\\\\xf9\\\\x1c`\\\\xc9Wm\\\\x8e\\\\x94\\\\xb9;k`F\\\\xe2 n\\\\x07^\\\\xda\\\\xf5R\\\\xf6\\\\xe0\\\\x18\\\\xe9\\\\x94\\\\x07\\\\x98\\\\xcb\\\\xcdL\\\\x00\\\\x05\\\\xde\\\\xa9s\\\\x8d\\\\xb3(q\\\\x8a\\\\xb8\\\\xd8\\\\x0ch\\\\xc9d^3\\\\x8c\\\\xa4\\\\x13\\\\x96\\\\xc2\\\\xa7\\\\xdc\\\\x96T\\\\xa4N\\\\xc1\\\\xe0\\\\xc4\\\\x02@\\\\x9f\\\\xafK\\\\xb5b\\\\xe54\\\\rZ\\\\xb0\\\\x03\\\\xf6q\\\\x98\\\\x18\\\\xa6\\\\xcf\\\\x93\\\\xf6\\\\xf9!k\\\\x9d\\\\x93\\\\xcc[o\\\\x13czx\\\\xe2\\\\x08%\\\\x03\\\\xd7\\\\x94\\\\xc5\\\\x99\\\\x89\\\\xf7X\\\\x03\\\\xbeF\\\\xd6\\\\x1fw\\\\x9fEr\\\\xe1f86u\\\\xads\\\\xedJ\\\\xb8cF\\\\xfe\\\\x7f\\\\x94+\\\\x8a\\\\xe4\\\\x1f\\\\x8bB2\\\\xb2.\\\\xe1\\\\xf8\\\\xee;0af\\\\xbdJ/_u\\\\xe1\\\\xd7c\\\\r\\\\xbd\\\\xc2\\\\x86c\\\\xe0\\\\xa7O \\\\xdd\\\\xa4\\\\xad\\\\xdb\\\\x8b\\\\x9dV\\\\xc0,H\\\\xa8$\\\\xf1\\\\xe0\\\\xaa\\\\xdc\\\\x96\\\\xa2\\\\xc0\\\\xbf\\\\xd9y\\\\xf2,<\\\\x0eC?3\\\\x95\\\\xc5\\\\xb1.\\\\xe4\\\\xac\\\\xc5\\\\x17\\\\\\\\\\\\xd8\\\\xd7\\\\'\\\\xb2\\\\xb62\\\\x9a\\\\xcd\\\\xa8\\\\xc5M\\\\x8c\\\\xa3l\\\\xed]`\\\\xeb\\\\xd5\\\\xe7\\\\x86\\\\xa9N\\\\x15z\\\\xe3\\\\x9eg\\\\x9btUw\\\\x03U\\\\n\\\\xe3\\\\xaf\\\\x9c\\\\xf1\\\\xcd\\\\xf2\\\\xbe7\\\\x9f\\\\xc4\\\\xc8\\\\xa3}9t\\\\x1bQk3M\\\\x86\\\\xa9ez\\\\xd5\\\\xa7lCi\\\\xf8\\\\xa7\\\\xe9\\\\xd5_\\\\x8ey\\\\xdd\\\\x97\\\\xfeU\\\\xe8\\\\xa9o\\\\xe2D\\\\x1b\\\\x92\\\\xe2\\\\x0eS-R\\\\xa6\\\\xc6\\\\xc2]*,\\\\x95;2\\\\xab\\\\x05\" \\\\xcc\\\\x8e\\\\xe0\\\\xf7\\\\xfbO^\\\\x9a\\\\xe1\\\\x02/\\\\x10\\\\x01\\\\x14~(\\\\xbc\\\\x8d\\\\xc7\\\\x8d2\\\\xe3\\\\xbd/`r\\\\xb8\\\\xf8<\\\\x83\\\\xb5\\\\xdbor\\\\x86\\\\xb7\\\\xd4\\\\xd9&\\\\xb0\\\\x04\\\\xae\\\\xb2\\\\t\\\\x8f\\\\x08\\\\x8d{\\\\x9e\\\\xb2\\\\xf6\\\\xf7\\\\x84g#\\\\x8b\\\\x86\\\\xe7\\\\xf9>A*z\\\\xa2s\\\\xa2\\\\xcf#\\\\x17\\\\x1b\\\\x96j\\\\xee\\\\xaff\\\\xfa\\\\xdbh\\\\xa4\\\\x13\\\\x008\\\\x00\\\\x16S\"Dv\\\\x07\\\\xc3\\\\xa92\\\\x17ZC\\\\x11V\\\\xe3\\\\xfbL\\\\xd2&:\\\\x15\\\\xe5|VE|\\\\x9a\\\\x8b\\\\xbd\\\\xba\\\\xf1ce{\\\\x15U\\\\xfb\\\\x1d\\\\xcd\\\\xa0\\\\x98,u\\\\'\\\\xb7y\\\\xea\\\\xd1\\\\xbf\\\\xaaz\\\\xb4\\\\xbe\\\\x03\\\\xf9n\\\\xfeJ\\\\x99\\\\xda\\\\x90\\\\xc0\\\\x1ei\\\\xc3\\\\xff\\\\x00Oq\\\\xbf\\\\xe9O\\\\xfe`\\\\xff\\\\x00.\\\\xafzyy#\\\\xf6:\\\\x15\\\\xff\\\\xd1?\\\\xc6\\\\xf1F\\\\xbeM/\\\\xc9\\\\xc1\\\\x17.%\\\\x0bM\\\\x15\\\\xa4&\\\\xd7+\\\\xb6\\\\xbd\\\\xb0`\\\\xc4\\\\xcc7o\\\\xb7\\\\xac[wF\\\\xafR\\\\xf9,-\\\\x91 \\\\x16\\\\xff\\\\x00\\\\x97|F\\\\xdb8\\\\xdc|\\\\xca\\\\xf7\\\\x1fn\\\\xc0\\\\xb9\\\\x18\\\\x87n\\\\xe0H\\\\x9d\\\\xdb\\\\x8e\\\\xa4\\\\x10gA>\\\\x07\\\\xb7H\\\\xbfq\\\\x88|\\\\x11\\\\xdf\\\\xb2[\\\\x92\\\\xe6\\\\xceo\\\\x0e\\\\xe2\\\\xcf^K\\\\x1c\\\\xc5\\\\x875\\\\xe3:\\\\xce\\\\xd5\\\\'S\\\\xbc\\\\x95\\\\xdd\\\\xa0\\\\x00\\\\x8e\\\\xe3\\\\xaa\\\\xc6\\\\xf8%\\\\x9dP\\\\x9d\\\\xa9DtU\\\\x17+\\\\x8eX\\\\xa9\\\\xbd\\\\x03X\\\\tZ\\\\xaa]\\\\xa0m\\\\x9d\\\\xa1Ox\\\\x9d\\\\xbfoS\\\\xee\\\\xc5\\\\xd9\\\\x00\\\\x81jvx!u\\\\xa9\\\\x18\\\\xd9\\\\xa0:%\\\\xf7*\\\\xe3S]\\\\xa0\\\\x96\\\\x05Ia\\\\xfc\\\\xdd} H\\\\xef\\\\'\\\\xcaz\\\\xb3j\\\\xe4DHO\\\\xb2\\\\xf5$\\\\xd7\\\\xe9\\\\xde\\\\x93\\\\xf0\\\\xeb\\\\xfc\\\\xbeF-\\\\xe2\\\\xda\\\\xcdmtd\\\\x02v\\\\xc8\\\\x90\\\\x18\\\\x805\\\\x88\\\\x99=\\\\xba\\\\x9bRr\\\\xac\\\\x18\\\\x11WO\\\\x9f\\\\x19\\\\xc5\\\\xfe\\\\xb7\\\\xf2\\\\xce\\\\x1f\\\\x07\\\\xf3\\\\x0b{\\\\xe4e\\\\'\\\\xbbd\\\\x98\\\\x15\\\\x83-\\\\xa9\\\\xd3\\\\xd3\\\\x11\\\\x1d\\\\xba^\\\\xf2\\\\xeca\\\\x02O%\\\\xa9\\\\xb7\\\\x89\\\\x91\\\\x0b\\\\xe8f\\\\x1eU+v7\\\\x17\\\\x89q\\\\x18\\\\x99\\\\xae)\\\\xb2\\\\xe0_j\\\\x82@2\\\\x83\\\\xf1w\\\\xf1\\\\xd7\\\\xc6\\\\x0c\\\\xf5\\\\xf3\\\\x1b\\\\xd3\\\\x94\\\\xaf\\\\xb0\\\\x7fU\\\\x1d\\\\xf0\\\\xce\\\\xa35\\\\xeb-R\\\\x1d\\\\x99\\\\x15vq\\\\xa2\\\\xfa\\\\xb9,lnS\"\\\\xa49\\\\x18\\\\xf6>6~.9\\\\xad\\\\x1e\\\\x94aXKv\\\\x8fZ1\\\\xf4\\\\xab7\\\\xaa|\\\\x87Z\\\\xa2S\\\\xf7\\\\x04fG\\\\xeb\\\\x88\\\\x18\\\\x87j\\\\x8eG\\\\x9a\\\\xe8\\\\xd2\\\\x04\\\\xc5\\\\xf1\\\\xcc\\\\xe0q\\\\xa7b-\\\\x9d\\\\x99\\\\x8b\\\\x99\\\\xcc\\\\xe3q<\\\\x8a\\\\xe4c\\\\xe156_c\\\\x8b\\\\xebB\\\\xf7\\\\xd4\\\\x85)Ym\\\\xc1+\\\\xafl\\\\xed\\\\x89\\\\xfb\\\\'\\\\xa9\\\\xddB\\\\x04{s\\\\x8e\\\\x88\\\\xc9\\\\xf9;\\\\xe4\\\\x0fA\\\\xc9>\\\\xd5\\\\xc2#\\\\xa9\\\\xdc\\\\x83\\\\xe5\\\\x99M<\\\\x1f\\\\xc4\\\\xb9>C\\\\x0f\\\\x8c\\\\xe4\\\\xb9\\\\x1eV\\\\x97\\\\xfc\\\\x9a\\\\xd5\\\\x95\\\\xb7\\\\x08\\\\xfb\\\\xb4c\\\\xe3\\\\x87*\\\\xe6\\\\xd8\\\\x92\\\\tpT\\\\x92\\\\xb0&O\\\\x8fT6\\\\xdf\\\\x16mF2\\\\x94\\\\xf5\\\\xb3\\\\x11\\\\xa4\\\\xb8\\\\x11\\\\xc2\\\\xbc\\\\xa5\\\\x929^\\\\xd4%\\\\xa40\\\\xae*\\\\xd9\\\\xc0\\\\xf8\\\\x99\\\\xe1r9\\\\x88\\\\xb1\\\\x97\\\\x89|%\\\\xce\\\\xaf,\\\\xd0\\\\xb5YI\\\\xab\\\\xf0\\\\xa2\\\\x95U\\\\r\\\\x04\\\\xfa\\\\xc0$\\\\x10\\\\x01\\\\x8f\\\\x03\\\\xac>4[\\\\xd7F\\\\x89\\\\x1a\\\\x9d\\\\xbd\\\\\\\\V\\\\xad\\\\xda\\\\x827j\\\\xd5M\\\\xf85\\\\xf1\\\\x98k\\\\xc6\\\\xd9\\\\xee\\\\xdd\\\\xcb.h\\\\x08\\\\xdc\\\\x9c\\\\n\\\\xb1M\\\\xfa\\\\r\\\\xe4\\\\x00%\\\\xb7F\\\\xd3:jz+\\\\x16\\\\xb6\\\\xbbfg\\\\xb8eMF\\\\x91\\\\x12\\\\xe3\\\\x03\\\\x92)\\\\xces\\\\xa6\\\\x1fVR\\\\xf9\\\\x1e Z\\\\xf8\\\\x85\\\\xde\\\\xdb\\\\xb9\\\\x01IW\\\\xc8\\\\x12\\\\r\\\\x90\\\\x90Y\\\\xec\\\\x00\\\\x89\\\\x91\\\\xa9\\\\xef\\\\xd1\\\\xee\\\\xfe;Q\\\\x04\\\\xc9\\\\xcbT\\\\xf3<\\\\xdf\\\\xb5\\\\xdd\\\\x0c/\\\\x97z\\\\xad\\\\xfc?\\\\xc7?\\\\xa5\\\\xd7e>\\\\xdd\\\\x95]e\\\\x8dq\\\\x01\\\\x83\\\\x8b,\\\\xd8\\\\x01\\\\xb4\\\\xac\\\\xf7`\\\\x00$\\\\xea#\\\\xa2\\\\x97\\\\xc5\\\\xdd\\\\r\\\\x19\\\\x02\\\\xf55\\\\xaeX\\\\xb7^x\\\\xa7\\\\x8b\\\\xda\\\\x89~\\\\xe6\\\\xc5+\\\\xfe\\\\xa0\\\\xf3\\\\xf9\\\\\\\\W\\\\xc7\\\\xae\\\\xe2\\\\x19\\\\xa9\\\\xa3+\\\\x9f\\\\xa5\\\\xa8\\\\xaf6\\\\xcd\\\\xde\\\\xd5u\\\\x06\\\\x87\\\\xf5\\\\x00a\\\\xbb@\\\\xfb\\\\xfa\\\\xa7\\\\xf2[\\\\x89Z\\\\xdb\\\\x1b\\\\x04\\\\xc4\\\\x19\\\\x8a\\\\x9c\\\\xa8h\\\\x07k%\\\\xc2Dz\\\\x8b\\\\xf2o\\\\xaa\\\\xac\\\\xfe \\\\xd9\\\\xd8|fnF%\\\\x17\\\\xaf\\\\x13\\\\xcbc\\\\x9a\\\\x90f\\\\x86d\\\\xb6\\\\xe4.\\\\x1e\\\\xd5`\\\\x14m/\"C\\\\x06\\\\x132cO#\\\\xb1\\\\x94\\\\xa1nq\\\\x83\\\\xe8\\\\x97\\\\xfb\\\\xb3\\\\xe6A\\\\xfc\\\\'\\\\xdf\\\\x12- +\\\\xc7\\\\x92+\\\\xc0Sw\\\\x0f\\\\xcb\\\\xf2\\\\xb6\\\\xddS\\\\xfb\\\\x99\\\\xe2\\\\x8clW\\\\xb2\\\\xe5-R\\\\xec,UUC\\\\x17\\\\xac4\\\\x04\\\\'\\\\xc3\\\\xa0\\\\xdbX\\\\xb7jS\\\\x99w\\\\x9b\\\\x00\\\\xe6\\\\xbf\\\\xccy \\\\x94\\\\xc9\"8\\\\x00\\\\x9e\\\\x86U\\\\xd8WUe\\\\xd5MiB\\\\x97\\\\xc9:\\\\xa8:\\\\xea\\\\tc\\\\xe6<#\\\\xeb\\\\xd1\\\\x1d\\\\xd4\\\\xb6\\\\xf7u\\\\x98\\\\x96f\\\\xaf}A\\\\xfav)`b\\\\xd1gwR\\\\xb7\\\\xb5\\\\xc6\\\\xe7j\\\\xdd\\\\xb7\\\\x10nba\\\\x8b0\\\\x98\\\\x80|\\\\xbc\\\\xba\\\\x9d3\\\\x99\\\\x9c\\\\xa7\\\\x13\\\\\\\\y\\\\x92z~\\\\x14\\\\x19\\\\x81@T\\\\x93]6b\\\\xa38{/K\\\\x07\\\\xa2t\\\\x83\\\\xa2\\\\xc4yuvV\\\\xa0l\\\\t12vo\\\\xa1\\\\r\\\\xc8y\\\\xa5FN\\\\xfd?\\\\xaf\\\\x156\\\\xec\\\\xeb2R\\\\xaa/\\\\xb9\\\\xbf-\\\\x8e\\\\xa2\\\\xba\\\\x89\\\\x1e\\\\xa1\\\\xe3\\\\xa0\\\\x03\\\\xb7O\\\\xb9\\\\xba\\\\x9d\\\\xd6\\\\x8d\\\\xe9\\\\xfa\"\\\\x1a4\\\\xc0r\\\\xa6\\\\\\\\d\\\\xac\\\\\\\\\\\\x9e\\\\xa8\\\\x802Rk8\\\\x15\\\\xd2\\\\x9f\\\\xf3.\\\\xb1\\\\x882\\\\x9a2m\\\\xf3\\\\x1f^\\\\xaf\\\\xda\\\\x96\\\\xda\\\\xdc\"\\\\xceI\\\\xe5\\\\x92S\\\\x069\\\\x953*\\\\xfa\\\\xca+d2\\\\xe3UZ\\\\x8a\\\\xeac*J\\\\x98\\\\xda\\\\x0e\\\\xa0\\\\x93\\\\xafW\\\\xae[\\\\xb6\\\\xcfx\\\\x81\\\\x16`0\\\\xa7\\\\xe5E\\\\xdb\\\\xf2\\\\x98\\\\x1aC6}\\\\x17\\\\x1ds\\\\xf9\\\\\\\\_\\\\x0f\\\\xcd\\\\xf2\\\\xdc]\\\\n\\\\xb6\\\\xe4q\\\\xd9\\\\xdb=\\\\xda\\\\xc2\\\\x9a\\\\xd6\\\\xb62Wz\\\\xc9-\\\\xea \\\\x18\\\\xfb\\\\xba\\\\xf2\\\\xa6\\\\x16K\\\\x88\\\\x92d\\\\xe4t\\\\x01\\\\xf9\\\\xe6\\\\xfc\\\\xd2\\\\xe5\\\\tD\\\\xd4Q=\\\\xe0e\\\\xaen\\\\rW\\\\xa1{2Q\\\\xeeV\\\\xb6\\\\xcb\\\\x01\\\\x05T\\\\x02\\\\x89Qi\"\\\\x0c\\\\xfaN\\\\x84w\\\\x8e\\\\x8a\\\\xf6\\\\xdf\\\\xd3CDv\\\\xaf0b*\\\\xe9\\\\xdf\\\\x12\\\\xe3\\\\xbf\\\\x17.\\\\xca\\\\x85W\\\\xff\\\\x00,X\\\\x9b\\\\xf746\\\\x9b\\\\x95\\\\xbc\\\\xd8\\\\x11\\\\xb8\\\\x1f\\\\x0e\\\\xdd&1\\\\x05\\\\x8c\\\\x8bq\\\\xf5V\\\\x01z\\\\xa6\\\\x1c\\\\x8eK\\\\x18d{(\\\\xa4Zg\\\\xdb\\\\xbd\\\\x90\\\\x16PGx>\\\\x11\\\\xac\\\\xcf\\\\x9fE~F\\\\xa29\\\\xe0\\\\xba2\\\\x1d\\\\xeb1\\\\x8b\\\\x8f\\\\xb9\\\\x189\\\\xb6 \\\\x86RJ\\\\x93\\\\xe0\\\\xde33\\\\xd5\\\\x01\\\\xb3\\\\xb7\\\\x191\\\\xaf\\\\xd1\\\\x11\\\\x91\\\\xa1u\\\\x9f\\\\xb6\\\\xaa%\\\\xe1\\\\xd8\\\\xff\\\\x00\\\\xca\\\\x07\\\\xc2<\\\\x07\\\\x90\\\\xea\\\\x05\\\\x88\\\\xc0V\\\\xaf\\\\x82\\\\x9dg\\\\x12\\\\xb2OAG\\\\x00\\\\xabV{\\\\x8f\\\\x03\\\\xe1\\\\x11\\\\xd3a\\\\xe8lA\\\\xe3\\\\xc9\\\\x00\\\\xac\\\\x9f\\\\x92\\\\xcf\\\\xde\\\\xdaY\\\\xecs\\\\xed\\\\x96\\\\x06\\\\xc6\\\\xd2d\\\\xf8\\\\xcf\\\\x9fS)\\\\xb1y`\\\\x8a7+^\\\\xf5*\\\\xac\\\\xca\\\\xf6\\\\x9a\\\\xd9\\\\x03o`\\\\xd2\\\\x04\\\\x18\\\\x07\\\\xcf\\\\xabp\\\\xb9\\\\x19\\\\xc5\\\\x8f5\\\\xc3p \\\\xf4F1kl\\\\xcb\\\\r\\\\x18\\\\x963\\\\x14\\\\xac\\\\xbd\\\\x92v\\\\xb6\\\\xd0&D\\\\xf7\\\\xebB\\\\xce\\\\xdaW\\\\xce\\\\x9bnK\\\\x12r4\\\\xc7\\\\xb7\\\\xb1Y\\\\xb5sT\\\\xb4\\\\xc4\\\\xe1\\\\xcdaH\\\\xac\\\\xd2\\\\xcdk\\\\xbb\\\\xd8\\\\x1ew8\\\\x90\\\\xab\\\\xe0g\\\\xc3\\\\xaaP0\\\\x94\\\\t\\\\x91:\\\\x81\\\\xeeeb \\\\x81Z\\\\xa8V\\\\xe2\\\\xe3\\\\xa5\\\\xb52\\\\xdd\\\\xef34\\\\xab\\\\xa1\\\\x10\\\\x15\\\\xbc\\\\x0c\\\\xeb\\\\xd5\\\\x1b\\\\xb6-\\\\xc6\\\\xe0\\\\x02@\\\\x93\\\\x98\\\\xe4{j\\\\xbb@g\\\\xc6\\\\xae\\\\xb5eS\\\\x91m\\\\x8e\\\\xe5HUM`~%\\\\xf0\\\\x93\\\\xe7\\\\xd4\\\\xdc\\\\x85\\\\xdcH\\\\xa3y%]\\\\x86\\\\xb9\\\\x1e\\\\x1f\\\\xf9@\\\\xb21U\\\\xabm\\\\xe1\\\\x1cX\\\\xa4\\\\x02\\\\xa2C\\\\x10#_?\\\\xafY\\\\xc61\\\\xc5\\\\xeb\\\\xf7Ugn@U\\\\x88\\\\xe63\\\\\\\\C\\\\xfe\\\\xea\\\\x7f\\\\xdb\\\\xb7\\\\r\\\\xfa\\\\x9f\\\\xf1l\\\\xfbx\\\\\\\\\\\\x1cj>s\\\\x8d\\\\x91\\\\xf9\\\\x8e#1\\\\xf4{UP\\\\x97\\\\xc7\\\\x04\\\\x08\\\\x00\\\\x8e\\\\xc0\\\\x9d\\\\x0fn\\\\xfdzo\\\\x84\\\\xf9\\\\x9b\\\\xb1\\\\x98\\\\x89\\\\xac\\\\x86\\\\x07\\\\x07\\\\x1f\\\\xed\\\\xaf\\\\x88\\\\xc9\\\\xe9\\\\x9a\\\\xa7r\\\\xe0\\\\xb4\\\\xc4\\\\xfe\\\\xa7/\\\\xbfr\\\\xf8\\\\x17\\\\xf2~\\\\x1b7\\\\x8c\\\\xc8\\\\xcc\\\\xe3\\\\xf31\\\\xed\\\\xc5\\\\xcd\\\\xe3\\\\xedjr\\\\xf1l]\\\\xaf[\\\\xa3C+\\\\x83\\\\xac\\\\x8f\\\\xaf_^\\\\xf8\\\\xed\\\\xdcoDI\\\\x0c\\\\xc0&\\\\x95t\\\\x81eV)\\\\xb5H\\\\xd5u\\\\x81\\\\xac\\\\xf7\\\\x8f\\\\xed\\\\xfbz\\\\xd8\\\\x04QW\\\\x90b\\\\xb6a\\\\xb2\\\\xa3\\\\xb2:\\\\xee\\\\x04\\\\xfa 4v\\\\xef\\\\xa4H\\\\xf3\\\\xfd\\\\xddD\\\\x8e\\\\x05\\\\x06\\\\xaa\\\\x82\\\\xab\\\\xac\\\\x8a\\\\xfd\\\\xac\\\\x8b\\\\xea\\\\x06Ev2\\\\x82\\\\x04v1\\\\xdb\\\\xa2+p\\\\x17\\\\x0bOP\\\\xa5~\\\\xeb\\\\x97+\\\\xc3\\\\xfd\\\\xbe\\\\xe1\\\\xe4e~\\\\xa3\\\\xf1\\\\x0fI\\\\xa9\\\\x13\\\\x14Ym\\\\xcfo`\\\\xaa\\\\xbdyw\\\\xf7C9\\\\xc35\\\\x84\"\\\\xc5\\\\r\\\\xb7\\\\x1e\\\\xd5G54]C\\\\x05\\\\xb6\\\\xb2 \\\\x12\\\\x01\\\\x82H\\\\xec\\\\xb3\\\\xa4\\\\x99\\\\xfd\\\\xbdg\\\\xce\\\\xcd\\\\xca\\\\xb1\\\\xa8Mx\\\\xf2\\\\xc5\\\\x01\\\\xe4\\\\xf9\\\\\\\\|J\\\\xfdx\\\\xa2\\\\x82\\\\xd2ro\\\\x00\\\\xed\\\\'q\\\\x9d\\\\x82Lh\\\\'\\\\xef\\\\xea\\\\xd4w1\\\\xdb\\\\xdb\\\\xd5\\\\xa4\\\\x03,\\\\xff\\\\x00\\\\x85\\\\x9d\\\\xba\\\\xf5\\\\xcbK\\\\xbb*\\\\xa7\\\\x92\\\\xccl\\\\x836\\\\xd8,\\\\x90\\\\x1e\\\\xab@\\\\x04\\\\x15,\\\\x06\\\\xd3\\\\'_\\\\xc2?i\\\\xeb\\\\xcd\\\\xeen\\\\x9b\\\\x85\\\\xf1\\\\xeefS\\\\x180\\\\xa50I\\\\xd9\\\\xd6\\\\x97p\\\\x05\\\\xac\\\\xdd\\\\xfd\\\\xc8\\\\xeeS\\\\xc4@\\\\xd4\\\\x0f\\\\xaf\\\\x9fSj,0G\\\\xa5\\\\xe4\\\\xd4U?\\\\xea~)\\\\xcb\\\\xf8\\\\xf6k\\\\xa8\\\\xff\\\\x00\\\\x90\\\\xabk:(\\\\xf5Gs\\\\x04\\\\x8e\\\\xdd\\\\x8e\\\\x9dz\\\\xaf\\\\xfa\\\\xdc\\\\xe3\\\\r\\\\xc8\\\\x0f\\\\x88#\\\\xbf\\\\x16Z\\\\xbb(\\\\xe8 \\\\xf5\\\\xfa\\\\xd1rt\\\\x99\\\\x04w\\\\x1d\\\\xba\\\\xf7k\\\\xd0&^*\\\\xdd\\\\xd8mP#unX\\\\xc8\\\\xd6\"@\\\\x1e~=\\\\x14C\\\\xaa;\\\\x98z\\\\x81^e_\\\\xb5\\\\xec\\\\xecN\\\\xe6\\\\x10@\\\\x00\\\\x81\\\\xd8}\\\\xa4\\\\x1e\\\\xddN\\\\t\\\\x96\\\\xad\\\\x86\\\\x0bn\\\\x15\\\\xec\\\\xb6\\\\n\\\\x9eY\\\\xc8]\\\\xfb\\\\x89!KI\\\\x05Dx\\\\xaf\\\\x9f\\\\\\\\C\\\\xd1/ql\\\\x18\\\\xbf.*\\\\xae\\\\xff\\\\x00\\\\x86p\\\\xf4\\\\x1a\\\\xab\\\\xe43*G\\\\xb1\\\\xc1\\\\x18\\\\xf2\\\\t\\\\xda&\\\\x0bi\\\\xdc\\\\x9f>\\\\xbcw\\\\xceod$m@\\\\xd3?\\\\xc2\\\\xc52\\\\x0eW@qt2\\\\xd5T\\\\x9d\\\\xd1\\\\xa4\\\\x9e\\\\xe5bDk\\\\xe1\\\\xd7\\\\x82\\\\xdcM\\\\xc9Gm\\\\x9b\\\\x1a\\\\xa6$J\\\\xaa1c{\\\\xf3\\\\x1b\\\\\\\\\\\\xea\\\\x16\\\\x07}\\\\'\\\\xbe\\\\x93\\\\xa7n\\\\xa9\\\\x12N\\\\x14O\\\\x88\\\\xa8_\\\\xacoU`>\\\\xe6s\\\\x1e\\\\xde\\\\x8b\\\\xe1\\\\xdb\\\\xc4u \"9:\\\\xc5\\\\xad*w\\\\x8d\\\\xa9\\\\xdb\\\\xd7$\\\\x1f\\\\xb7N\\\\xb8E\\\\xe8\\\\x80L\\\\xe5\\\\x92\\\\x8en\\\\xfed\\\\x9d}=\\\\xce\\\\xb32I\\\\xf2\\\\xd4i\\\\xd1\\\\xe9\\\\xa2\\\\x81\"\\\\xd5^\\\\x0c\\\\x86p\\\\x1a\\\\x181\\\\xf0\\\\x81\\\\xea\\\\x03I>CN\\\\xfdN\\\\x86L$\\\\xade\\\\xda\\\\xc7@$\\\\x92\\\\xb0\\\\x0f\\\\xd4\\\\x8d=-\\\\xf6\\\\x9e\\\\xa5\\\\x80\\\\n\"J\\\\xf1\\\\xac\\\\xa4\\\\x9d \\\\x94V\\\\xda5&A=\\\\x87\\\\\\\\\"W?\\\\x8a\\\\xcc\\\\xd8\\\\x95\\\\xb6\\\\xd8\\\\x9e\\\\xde\\\\xee\\\\xef\\\\x1d&L\\\\x1f3\\\\xe3\\\\xd4i%p-\\\\x81\\\\xa2\\\\xdd\\\\xf9\\\\xafeJ\\\\x94\\\\x97`J\\\\xd6u]D\\\\rg]z\\\\x1foQN\\\\x12e\\\\xbf\\\\xf3\\\\x81\\\\x8b\\\\x10@RJ\\\\xcc\\\\x9fI#Q?a\\\\xe8}\\\\xa4Q\\\\xb8\\\\xcb\\\\xf2\\\\xe5Y\\\\xb9T\\\\xa9\\\\x04(P\\\\x18\\\\xe8\\\\x00\\\\xec\\\\x06\\\\xb0\\\\t>=A\\\\xb6\\\\x13\\\\x05\\\\xc3\\\\x82\\\\x9e\\\\x99\\\\x0e\\\\xb2\\\\xfb\\\\x82\\\\xb0\\\\x80\\\\x80\\\\xeb\\\\x00D\\\\rt\\\\xd3\\\\xa5\\\\x18\\\\x03D\\\\xd9\\\\x17\\\\t\\\\x83\\\\x17+\\\\x12\\\\xf7\\\\x02\\\\xec\\\\x81C\\\\xa8$\\\\xcc\\\\x85\\\\xd2\\\\t:L\\\\xce\\\\x9a\\\\xcfU\\\\xfd\\\\xa6\\\\x1c\\\\x15\\\\xc2UL\\\\x98<\\\\xd6\\\\x1e9\\\\xad\\\\x05\\\\xadU\\\\x14\\\\x97\\\\x16\\\\xa9\\\\x95\\\\xdc\\\\\\\\\\\\x10]X\\\\x9dH\\\\xd0zc\\\\xc7\\\\xbfV6\\\\xf7#\\\\x01\\\\xea|\\\\xe8:\\\\xf0\\\\x14JDP)m\\\\xf2jnT_\\\\xcb\\\\xb8\\\\x86\\\\x03\\\\xde\\\\xb0\\\\xf6-\\\\x03\\\\xd25\\\\xf4\\\\xc9\\\\xed\\\\xd4\\\\x9d\\\\xc8\\\\xa05<\\\\xf9v).pZ\\\\x07$\\\\x96=\\\\xad~q\\\\xa45\\\\x8b]\\\\x8f\\\\x05\\\\x81U2\\\\x0cH\\\\x13=\\\\x87\\\\x8c\\\\xf4\\\\x98\\\\x00u\\\\x132\\\\x1c\\\\x8c\\\\x9e\\\\x81\\\\x0c\\\\xa4X0Zr9,\"`\\\\xad\\\\x8d\\\\xed(\\\\x87g\\\\x1e\\\\x97\\\\'R\\\\xd0\\\\x7fd\\\\x7f\\\\x8fA\\\\xaa\\\\xd9\\\\x18\\\\x12r\\\\xaf\\\\x8a\"\\\\x0b0\\\\xc0\\\\xa3_\\\\xfe\\\\x918|\\\\x1f\\\\x8d\\\\xf2\\\\xbf\\\\x1d?\\\\x0c\\\\xe232y7\\\\xaa\\\\xea9\\\\xfc\\\\x95\\\\xb9\\\\xb2\\\\xb0M@\\\\x06\\\\x14C\\\\x80E\\\\x80A\\\\x913\\\\xd6\\\\xed\\\\x8f\\\\x94\\\\xb46\\\\xf3\\\\xb7\\\\xfe4\\\\t\\\\x96g.;UYZ\\\\x9b\\\\x8fW\\\\xf2\\\\xaa{r\\\\xdd\\\\x82\\\\xb3\\\\xce\\\\xd6\\\\xd5I\\\\x105$\\\\x95\\\\x1a\\\\xeb\\\\xa0\\\\xfd\\\\xdddF\\\\xd8\\\\x18\\\\'\\\\xca@W5\\\\xb0]fIA?\\\\xc3\\\\x1d\\\\xbcGs\\\\xfb\\\\xbe\\\\xcf\\\\xb3\\\\xa8\\\\xd2\"\\\\xb8\\\\x12Q\\\\xec\\\\x06\\\\xf67\\\\xb5\\\\xbbB\\\\x8f\\\\xf9\\\\x81\\\\xdc\\\\x02\\\\xa4\\\\x00D\\\\x82@\\\\x8f\\\\x1d;i\\\\xdf\\\\xaa\\\\x97F\\\\xac\\\\x13E\\\\xcd&\\\\xab\\\\xa6\\\\xbfE\\\\xfe}\\\\xcb=\\\\xd9?\\\\x17\\\\xc3\\\\xe4+\\\\xc3\\\\xf8\\\\xe6\\\\x19R)\\\\xa7)A\\\\xbe\\\\xe0\\\\x0b+X\\\\xa4\\\\x89\\\\x0b\\\\xb8\\\\x81\\\\xe4{u\\\\xf4}\\\\x88\\\\x9f\\\\xc8||d\\\\t\\\\xb7\\\\xed\\\\x861\\\\x19\\\\x91\\\\xfe\\\\xa3\\\\xd3\\\\x92\\\\xb7\\\\xae2\\\\x0f\\\\x89\\\\xea\\\\xbe\\\\x97\\\\xfc&\\\\xfc.G\\\\x88\\\\xc1\\\\xcc\\\\xc4\\\\xe4-\\\\xcb\\\\xad\\\\x15\\\\x8d\\\\xb6d\\\\r\\\\xaa\\\\x96\\\\x18\\\\xfc#\\\\xc00\\\\xfauN\\\\xfd\\\\xb8\\\\xca#L\\\\x89\\\\x03\\\\x9f>\\\\x9d\\\\xaa\\\\xac\\\\xa8pM\\\\xacC\\\\xfaR\\\\xc1\\\\xb9\\\\x87i\\\\xf5F\\\\xd9 \\\\x033\\\\xd64\\\\xed\\\\x98g\\\\xf9E\\\\xa8\\\\x1a \\\\x80\\\\x14\\\\xc9\\\\x9c\\\\x94q\\\\xed\\\\xd8Z\\\\xdb\\\\xddw\\\\xa3\"\\\\x82\\\\xaa\\\\xb0\\\\x01\\\\xd0\\\\xee:\\\\x0e\\\\xfdW\\\\xb6\\\\xe0\\\\x9dO\\\\xf9\\\\xe4\\\\xb8\\\\x80\\\\xa4|#\\\\x92\\\\xe31O%\\\\x87\\\\xf9\\\\xaa?=\\\\x9d\\\\x98\\\\xd2\\\\xc4\\\\x85SN\\\\xd2\\\\xa9M,\\\\xda\\\\xca\\\\x9f\\\\xe11\\\\xe7\\\\xd6\\\\xbf\\\\xc6\\\\x1bv\\\\xe2\\\\xce\\\\t\\\\x93\\\\xbf\\\\xff\\\\x00\\\\x1f\\\\xf6\\\\x82\\\\x93rd\\\\x02\\\\x07b\\\\xb1\\\\xf28\\\\xf4j\\\\xeb\\\\xbe\\\\xa4\\\\x84\\\\xf6\\\\x99E;\\\\x98\\\\x08h\\\\x9d\\\\x03F\\\\xbf^\\\\xb5/\\\\xfc|t\\\\xfb\\\\x96\\\\xc7\\\\xfah;y \\\\x8c\\\\xc8\\\\x03\\\\'\\\\xe3\\\\xcd\\\\x08\\\\xb5N3\\\\xe1\\\\xd2\\\\xa2\\\\xdaNJ\\\\xa6&\\\\x05\\\\xe8\\\\xa3un\\\\x80\\\\xb5j\\\\xa4\\\\r\\\\xcb\\\\xa0#\\\\xc8}\\\\x9dQ\\\\xb4gh\\\\x88\\\\xc5\\\\xf5\\\\x10\\\\x04_\\\\xa7#\\\\x96n\\\\x9c*^g\\\\xd2\\\\xa1\\\\xd9\\\\x83\\\\x8d\\\\xc8\\\\xe2\\\\xe4V1\\\\xe9{\\\\xb0\\\\x9c-\\\\xd8\\\\xf5\\\\x1b\\\\x15o%=e\\\\xb7l\\\\x05\\\\x81:\\\\xcf\\\\x88\\\\xfa\\\\xc7]{h/\\\\xc6L\"\\\\xe1\\\\x81\\\\x0eZ\\\\\\\\\\\\xe5\\\\xda\\\\x0e)q\\\\x98\\\\x89\\\\x01\\\\xdf\\\\x1cRZ\\\\xf07r\\\\x98\\\\xb8\\\\xfc_6\\\\xc7\\\\x92\\\\xbb\\\\x10\\\\x9c\\\\x8c\\\\xfe,\\\\xd5\\\\xb1\\\\x16\\\\x9a\\\\x0f\\\\xf2\\\\xc3>\\\\xda\\\\xcb\\\\x96_N\\\\xe0t\\\\x00\\\\x1d\\\\'\\\\xaa\\\\xb66\\\\xda\\\\xe2-\\\\xdc\\\\xf5\\\\xca5foH\\\\xc1\\\\xf9\\\\xbf4\\\\x06DH\\\\x10X\\\\xa5ng\\\\x8c\\\\xec\\\\x0chK\\\\xf4=:*;\\\\xb9\\\\xcep\\\\x93\\\\xf6\\\\xaf\\\\x9c\\\\xbc\\\\xcf\\\\xc5\\\\xec\\\\xb6\\\\xceb9\\\\x9c:\\\\x7f!o\\\\xae\\\\xa6}\\\\xe6\\\\xfd\\\\xccT\\\\xad`zw\\\\t\\\\xd7X\\\\xeb\\\\xd5\\\\xc7fo[:\\\\xa4\\\\x03\\\\x8c\\\\xd7\\\\x91\\\\xdc\\\\x06\\\\x94\\\\xab\\\\x9a\\\\xae\\\\xec^Arl\\\\xc0\\\\xc6\\\\xf7W \\\\xd8\\\\xcbPu\\\\x8d\\\\x86\\\\x01r\\\\x08\\\\x90%{\\\\x15?Q\\\\xdf\\\\xaa\\\\x17\\\\xed\\\\xcfo\\\\x11\\\\x18\\\\xd6YP\\\\n\\\\xf3?eP4\\\\xcb\\\\x9c\\\\x02f\\\\xe0\\\\xeb8-\\\\xf9\\\\xac\\\\x86SN)p\\\\x10\\\\xb4\\\\xb1c\\\\xb4m$n\\\\xd6Gs\\\\xaf\\\\xec\\\\xea\\\\xb4G\\\\xaa\\\\x94o\\\\xaf\\\\x1d\\\\xe9\\\\x96\\\\xa1(\\\\x87\\\\x91\\\\xfe\\\\x96\\\\xca\\\\xbe@\\\\x96\\\\xf2\\\\xc3*\\\\xc1\\\\xb1+\\\\xf5<\\\\xb6\\\\xff\\\\x00\\\\xf9\\\\x84\\\\x83\\\\xa0\\\\x9e\\\\xd10t\\\\xf1\\\\xfau\\\\xde\\\\xe0\\\\xf7599;g\\\\xd7\\\\x86j\\\\xae\\\\x9d\\\\xe6a\\\\x87\\\\x1fD\\\\xe5\\\\xfdV\\\\x9f\\\\xfc\\\\xb1\\\\xff\\\\x00\\\\x89\\\\x7f\\\\xcf\\\\xad\\\\rr\\\\xe0)\\\\xf7{\\\\x17\\\\xff\\\\xd2\\\\xb9w\"n\\\\x15\\\\xd4\\\\x1e\\\\xa7\\\\xd5\\\\x9bR&5\\\\x0b\\\\xa6\\\\xa6Gi\\\\x1da\\\\xc5\\\\x81\\\\xa6\\\\x0b\\\\xc0\\\\x08\\\\x05\\\\xe71f=\\\\x88\\\\xb4b3\\\\x15\\\\xd8\\\\x06N\\\\x8a\\\\x16\\\\x0f\\\\x82\\\\x81&\\\\x01>?\\\\xb8\\\\x18\\\\xeb\\\\xae1`\\\\x8b\\\\xdb\\\\x89U\\\\xcf=\\\\xc2\\\\xe0[E\\\\x96=+g\\\\xb2C[Z\\\\xc2\\\\xfd\\\\xe0\\\\x133\\\\x1e#_\\\\xb3\\\\xc6\\\\xad\\\\xcb,\\\\\\\\$\\\\x1d\\\\xb0\\\\x91T\\\\xb75\\\\xf1\\\\x0e3\"\\\\xab\\\\x88r\\\\xae\\\\xeaE\\\\x88\\\\xdd\\\\xa2w\\\\x88\\\\xb2~\\\\x9a\\\\x88\\\\xea\\\\xad\\\\xcbnjp*\\\\xb9\\\\xda\\\\x81\\\\xc7\\\\x0e\\\\xaa\\\\xee_\\\\xe29\\\\x18\\\\xe2\\\\xb5\\\\xc3s\\\\xb3~\\\\xfa\\\\xf6\\\\xeb\\\\xd8\\\\x06\\\\xd5c\\\\xee#C=W\\\\xdc\\\\x99F.(y\\\\xff\\\\x00\\\\n!\\\\xb7fU\\\\x87#\\\\xc0d\\\\xd6\\\\xab\\\\xb6\\\\xb7\\\\xb1,O^\\\\xe9\\\\xd0\\\\xb3h\\\\xc6$\\\\x13\\\\x1a\\\\x8f\\\\x1e\\\\x99\\\\x1b\\\\xf2\\\\xf6\\\\xdf\\\\x12\\\\xdek\\\\x86\\\\xdc\\\\x89\\\\xb7\\\\x0c\\\\xac\\\\x0f\\\\xd0\\\\xac2\\\\xbf.v\\\\xba\\\\xb6-\\\\x81\\\\x89i\\\\xc7\\\\xa5Wu\\\\x82\\\\x0c\\\\x96\\\\xee&\\\\x04\\\\xcf\\\\x8fToo\\\\r\\\\xcb2\\\\x8em\\\\x9f\\\\xd5i\\\\xedm\\\\x0fp\\\\x1c\\\\x97e\\\\xf0I\\\\x94\\\\xe6\\\\xbe~\\\\x8c[2\\\\x92\\\\x8b\\\\xc6\\\\xea\\\\x90\\\\xfbh\\\\rd4\\\\xda\\\\xaa\\\\x01R\\\\xc4\\\\x01 \\\\xfd\\\\x04u\\\\xe2oB\\\\xf4\\\\x8f\\\\xbe\\\\xc4\\\\x88\\\\x9c?\\\\xd2\\\\xd4\\\\xc75\\\\xe8\\\\xac\\\\xe9\\\\xac39\\\\xae\\\\x84\\\\xc6\\\\xc5\\\\xa7\\\\x0f;\\\\x85\\\\xe1\\\\xc7\\\\x1be\\\\x99\\\\xdc\\\\xdbU\\\\x9c\\\\xb9V\\\\xe5\\\\xfbF\\\\xc5\\\\xb4\\\\x13ee\\\\x83\\\\xbe\\\\xd1\\\\xea\\\\n\\\\xa6wH\\\\xf3=]\\\\xb6m\\\\r\\\\xc5\\\\xbb\\\\x11\\\\x8dK\\\\x172n\\\\xa4~\\\\x13\\\\'\\\\x19J\\\\x06\\\\xe1!\\\\x85\\\\x19\\\\x96\\\\x7f\\\\x1aw\\\\xc9\\\\xe5x\\\\xdc\\\\x8c\\\\xacA\\\\x93v\\\\x1d\\\\xd9\\\\x15\\\\xbae\\\\x94_r\\\\xb4.\\\\xf3e\\\\x87x\\\\xdf \\\\xc4\\\\xac\\\\xeb\\\\xaf\\\\xd4\\\\xf6\\\\xbb\\\\x99\\\\xdf\\\\xbf\\\\x018\\\\xea\\\\xd1\\\\xa8W\\\\xde\\\\xd0u\\\\xef\\\\xd5\\\\xfb\\\\x82\\\\xee\\\\xd9\\\\xa3(\\\\x98\\\\xc4\\\\xf2\\\\xeb_\\\\xef\\\\x92\\\\x911\\\\'\\\\xadp\\\\xeeM\\\\x94\\\\xf3\\\\xb8\\\\x9c=vW\\\\xccr\\\\xc7\\\\x92\\\\x1c\\\\x9e3d\\\\xe1W\\\\x8a.)r\\\\xd6\\\\xe1kU{\\\\x16B\\\\xd4\\\\xb2\\\\xc4\\\\xe9=\\\\xfa|\\\\xa4m\\\\x92.\\\\x12D\\\\x83\\\\xc5\\\\x9d\\\\xa5Z\\\\n\\\\xe4\\\\x17P\\\\x00c\\\\x92\\\\x93\\\\xc8s\\\\xdcG5\\\\x9d\\\\x83\\\\x95\\\\xc5\\\\xf2X\\\\xe8\\\\x7f/crc)\\\\rt\\\\xd2\\\\xa1\\\\x16\\\\x03\\\\xccIs\\\\xe8m\\\\xa4\\\\x8d\\\\xc5c\\\\xa8\\\\xbfpng\\\\x19@\\\\x80\\\\xc0\\\\xbb\\\\x86\\\\x02\\\\x9c\\\\xb3>N\\\\xa6$DbC\\\\xf1\\\\xdc\\\\x9b\\\\xb3y3\\\\xc6\\\\xe1\\\\xf0\\\\x8d\\\\x8f\\\\x901\\\\xf13\\\\xe8\\\\xab\\\\xde6/\\\\xba\\\\xe6\\\\xda\\\\xca\\\\x96Ck\\\\x91,\\\\xc9:\\\\x11&:\\\\x9d\\\\xd6\\\\xf8m\\\\xec@\\\\x82c\\\\xa9\\\\x9c3\\\\xe1\\\\x8b\\\\xf1Uf\\\\x16a\\\\'\\\\xcc\\\\xf0\\\\xcb\\\\xdc\\\\xdeW11\\\\x9f\"\\\\xbaMU{{\\\\xaa\\\\xc8\\\\xbe\\\\xd6WJ\\\\xc7\\\\xff\\\\x00\\\\x10 %\\\\xb6\\\\x82@:\\\\xc8\\\\x9f-z\\\\xa7=\\\\xcd\\\\xe3\\\\\\\\\"M\\\\t\\\\'\\\\xd2:t\\\\xfa!\",\\\\xf8\\\\x90\\\\xab\\\\xde_\\\\x8c\\\\xff\\\\x00\\\\xd4y\\\\xb4Y\\\\x9b\\\\x99\\\\xeeWM\\\\x8bV:\\\\xd7\\\\xfc\\\\xc4\\\\xb5l\\\\x01\\\\xbb\\\\x11\\\\x00#\\\\x06\\\\xf5\\\\x12O\\\\xdd\\\\xdf>\\\\xec\\\\r\\\\xcb\\\\x8f9j\\\\x00\\\\xf8\\\\xf5\\\\xe4\\\\x97 \\\\xf1\\\\xe4\\\\xb3\\\\xadr12\\\\xf2h##\\\\x0f\\\\x849m\\\\x8d\\\\xc6\\\\xe1_{[UJWy\\\\x07h\\\\x04\\\\x06)\\\\x08\\\\t\\\\xeeO\\\\x98\\\\xea\\\\x8d\\\\xcb\\\\x91\\\\x84\\\\xaeH\\\\x8d13 \\\\x03V\\\\x1c\\\\xbb\\\\xd14\\\\xa6\\\\x00\\\\x1c\\\\x94\\\\x820}\\\\xe5\\\\xc7\\\\xa9\\\\xc6=N\\\\x12\\\\xbc,\\\\x1d\\\\xe0[\\\\xee\\\\x18\\\\xf6\\\\xd1\\\\x15\\\\xc4A\\\\x82\\\\x04\\\\x98\"\\\\x01\\\\x81\\\\x07\\\\xaa\\\\xa20\\\\x95\\\\xcd\"\\\\x84\\\\x9a\\\\x0c\\\\xcf!^~h\\\\xe4\\\\x0cb\\\\xfc\\\\x91\\\\xa4\\\\xbe\\\\xda,TdLzQ\\\\xce;\\\\x03\\\\xf8\\\\xdd\\\\xfcv.\\\\xd1\\\\x1a\\\\x82`\\\\x18\\\\xeaL\\\\xe7n\\\\xe9\\\\x89\\\\x0c\\\\x08c\\\\x83\\\\xbel24\\\\xc1,\\\\xb1\\\\x8b\\\\xe6\\\\x14\\\\x8a2\\\\x19\\\\x7f\\\\x93r3\\\\x97\\\\x0b\\\\x17\\\\x84\\\\xf6\\\\xce\\\\xa4\\\\xfa\\\\x18\\\\x1f-;\\\\x1f?.\\\\x99op\\\\x00\\\\x10.\\\\xe7\\\\x95\\\\x08\\\\xed\\\\xea\\\\xfdW\\\\x11G\\\\xe3\\\\xfa[\\\\xd7-5\\\\xa3\\\\x1d\\\\xd8\\\\x87\\\\xd6\\\\xd0\\\\xd2\\\\xd1\\\\xf4& \\\\x11\\\\xd3\\\\xff\\\\x00\\\\xc8\\\\x02:-a\\\\xd6\\\\xb9}\\\\x92\\\\xc9/\\\\\\\\\\\\xd1\\\\\\\\\\\\x1b]q3*\\\\xf6k\\\\xb4\\\\xe4\\\\xaa\\\\x8fq\\\\xa4\\\\x94\\\\n{\\\\xaf\\\\xd6:\\\\xd4\\\\xd8\\\\xbf\\\\xf8\\\\xf7\"b%\\\\xad\\\\xab\\\\x89\\\\x1a\\\\x7f\\\\xdb\\\\xdd\\\\xd8\\\\xb8]gnL\\\\xb7bV\\\\xf6\\\\x11P\\\\r[1 \\\\xb6\\\\xd2d\\\\x1f\\\\x00\"\\\\t?oV6\\\\x903:#\\\\xe9\\\\'\\\\x17\\\\x0fN\\\\x9dOE\\\\xc0\\\\x1a;\\\\x9e\\\\xc5\\\\xbb/#\\\\x058\\\\xdc\\\\xdb9\\\\x84\\\\x16\\\\xf1\\\\xf5\\\\x06K-\\\\xb3\\\\xd2\\\\x12\\\\xa5\\\\x10\\\\xc7\\\\xe8\\\\x07\\\\x9fV\\\\x8d\\\\xfb\\\\x7f\\\\xe3L\\\\xdd\\\\x06qs\\\\x18\\\\x9c\\\\xfb\\\\xb9&\\\\xea\"a\\\\xf2n\\\\x94_:s\\\\xb31\\\\xcf\\\\xc8s\\\\xbf\\\\xa6\\\\x84~7\\\\xf3W\\\\xb7\\\\x1acs\\\\x9a\\\\xb7\\\\x8dX\\\\x9dJ\\\\x91\\\\xd8\\\\xc7\\\\x8fx\\\\xef\\\\xe2\\\\xad\\\\xc2Z\\\\x9c\\\\nx#\\\\xb8\\\\xc6\\\\x98&\\\\xae3>\\\\xc6Z\\\\xec\\\\xc7%\\\\x85\"\\\\x12\\\\xc7\\\\x00\\\\xa7\\\\xb8\\\\xb1;\\\\x81\\\\xd0\\\\x00\\\\xc3\\\\xb1\\\\x1a\\\\x18\\\\x1dX\\\\x88\\\\xd7\\\\xdd\\\\xdc\\\\x938\\\\x00\\\\xad\\\\x0e?\\\\xe5\\\\xb9i\\\\x8fR\\\\x95W\\\\xb8\\\\\\\\\\\\xc7(\\\\x93\\\\xff\\\\x001\\\\x8c\\\\x99!`}\\\\xd1\\\\xf6\\\\x9e\\\\xd0\\\\xd9H\\\\x10\\\\xcc\\\\xc9Z\\\\xa5\\\\x0c\\\\xd3W\\\\x17\\\\xceQ\\\\x96\\\\x15\\\\xefw\\\\xf7\\\\xeb\\\\xa5\\\\xfd\\\\xb0\\\\xbbY]\\\\xd2}D\\\\x83\\\\xa9\\\\x03X\\\\xec<\\\\'Y^\\\\x82\\\\x06\\\\xa4\\\\xc1{InI\\\\xdb\\\\x8f\\\\xe5\\\\xa8\\\\xe4\\\\x07\\\\xb7\\\\x8e\\\\xc2\\\\xed\\\\xaa\\\\xa7\\\\xda#`U\"C\\\\x19:\\\\x125\\\\x1fO?\\\\x00\\\\x98\\\\x12\\\\r\\\\xfd&\\\\x89:(\\\\x97\\\\x92\\\\xaf\\\\xf9\\\\x9a\\\\xde\\\\x97\\\\xae7\\\\x08\\\\x10\\\\t1\\\\x00\\\\xcc\\\\x13\\\\xa7a\\\\xe5\\\\xd7\\\\x0b`\\\\xfe\\\\xf4dnX\\\\xe6\\\\xeb\\\\xca\\\\xefM\\\\xc8\\\\xbbM\\\\x9b\\\\xa1\\\\x97I\\\\x99\\\\x93\\\\x1av\\\\xd3S\\\\xa7Aj\\\\x87\\\\x9aQ\\\\x91\\\\xc1\\\\x96\\\\xc0\\\\x0b+\\\\x1b!\\\\x11\\\\xce\\\\xe5\\\\xf1\\\\x9f\\\\xa4\\\\xfdz3\\\\x01 \\\\xe6\\\\x80\\\\xb9\\\\xaa\\\\x81)`kU\\\\xa9\\\\xd5l`\\\\xaa\\\\xed\\\\x13\\\\xa0P4?Y\\\\x9d:E\\\\xc8\\\\t3(\\\\x05\\\\x8ds_\\\\x85\\\\x97+/\\\\xb3\\\\xa1\\\\nU\\\\xd9L\\\\x01\\\\x1f^\\\\x84\\\\xceN\"0\\\\xc0\\\\xfd\\\\xaa\\\\xa6$\\\\xc7\\\\xd5\\\\x1cV\\\\xa1\\\\xc8\\\\xaaN\\\\xf2Z\\\\xb2@\\\\xb3i:\\\\xc7\\\\xfa\\\\x81\\\\x82?gI\\\\xff\\\\x00*0?\\\\xf2`\\\\xf9\\\\'\\\\tH\\\\n\\\\x1c\\\\x91\\\\xeby\\\\xeam\\\\xc4\\\\xa7\\\\x8eN>\\\\x8ctF\\\\rfL\\\\x7f1\\\\xf6\\\\xf8\\\\xf6\\\\xeb^\\\\xff\\\\x00\\\\xccB\\\\xf5\\\\x88\\\\xed\\\\xed\\\\xda\\\\x84\\\\x00.e\\\\xfe\\\\xb9c\\\\x89\\\\xe3\\\\xb96;\\\\x80\\\\x18Hq\\\\xd0(\\\\xc34\\\\xd9X\\\\xae\\\\xbb=\\\\n\\\\xc0\\\\x98i\\\\x1b|\\\\xba\\\\xa7nFP!\\\\xd4\\\\xcft\\\\xec#J\\\\xf9-7\\\\n]\\\\xa0z+P\\\\x1br\\\\xea\\\\x00=\\\\xe3\\\\xed\\\\xea\\\\xa5\\\\xcbp\\\\x93\\\\x8c\\\\xc7$r\\\\x98$e\\\\x16\\\\xe3\\\\xc5\\\\x04\\\\xe60F^%\\\\xaf@\\\\xdbb\\\\xab-\\\\x05\\\\xc6\\\\xe0\\\\x18z\\\\x80h\\\\xf0\\\\x9dzX\\\\xf4\\\\x910p\\\\xa7>\\\\xa97\\\\xa1\\\\x12((~\\\\xcb\\\\xe1\\\\xdf\\\\xfb\\\\xd8\\\\xfd |/\\\\x90\\\\xe4\\\\xfe\\\\xa4qX~\\\\xd6\\\\'0P|\\\\x87\\\\x15T\\\\xc2\\\\xe4\\\\xa8\\\\x86\\\\xb8\\\\x19 \\\\xab\\\\xf8\\\\x9f?\\\\xb7\\\\xaf\\\\xa6\\\\xfc\\\\x17\\\\xc8\\\\xcc\\\\x10e\\\\x84\\\\xb3\\\\xeb\\\\xfc\\\\xf1\\\\x8a\\\\xcd\\\\xb11[d\\\\xe1\\\\x82\\\\xf9\\\\xa1\\\\x95\\\\x86E\\\\xce \\\\t\\\\x9d hgP\\\\'\\\\xbe\\\\x9e}}\\\\x0e3p\\\\xa6\\\\xe0w#%\\\\n\\\\x84\\\\xfeyE\\\\x7fjd\\\\x0b{\\\\xeb1\\\\xdb\\\\xea#\\\\xa2\\\\x91\\\\xa3\\\\xa4;U&\\\\xf3\\\\xb8\\\\xcd_)~\\\\xbb\\\\x85\\\\xa42\\\\xb7\\\\xfa\\\\xa7I\\\\x1d4T-\\\\x8d\\\\xbc\\\\x9e\\\\x01\\\\x03\\\\x83\\\\xd4\\\\'/\\\\xc3\\\\xa9\\\\\\\\\\\\xba\\\\x0b\\\\xfd\\\\xb9\\\\x85o\\\\x9c[N\\\\xd2n\\\\xbb\\\\r\\\\xc50\\\\xc5Xm;\\\\x8c~\\\\xce\\\\xb3>^\\\\xd7\\\\xb9a\\\\xba\\\\xfd\\\\x8a\\\\xce\\\\xf9\\\\x02@\\\\x8fj\\\\xfaM\\\\xc1\\\\xd9}T*]u\\\\xa7\\\\xd9\\\\x87E\\\\x96\\\\x0ce}$\\\\x1d\\\\xd1\\\\xff\\\\x00{Bd\\\\x8e\\\\xbc\\\\xa8\\\\x12aSE\\\\x8cb\\\\t\\\\xc0W\\\\xc1z\\\\xd9Yw\\\\xd81\\\\x8d\\\\xc9E\\\\xa7i_qv1\\\\x07I\\\\xb6fLF\\\\x80\\\\r|:\\\\\\\\5\\\\xcc\\\\xe9>h\\\\xee\\\\x01\\\\n\\\\xe4\\\\x91>Mbz\\\\xc5V\\\\xdb\\\\xed\\\\xee$\\\\x02C\\\\x10\\\\xa7E\\\\x12 i\\\\xb4\\\\x8f\\\\xac\\\\xf5O\\\\xe5\\\\x00\\\\x00\\\\xb8,8u\\\\x98\\\\x1aSp\\\\xaa\\\\xcc\\\\xeb\\\\x94\\\\xbd\\\\x82D\\\\x9fW\\\\xabX\\\\x90d\\\\xe9\\\\x11\\\\xe5\\\\xa7n\\\\xb0m\\\\x82j\\\\x9f*\\\\xe7T11KRr]\\\\xb7V,Z\\\\xeb\\\\x92?\\\\x88I\\\\xd0\\\\x9e\\\\xdaDun&\\\\xa2\\\\x94z\\\\xf1\\\\xf7N\\\\xb3\\\\x11#\\\\xdc\\\\x80\\\\xf3\\\\xb8\\\\xd4_\\\\x87mw:\\\\xdd]\\\\xb4\\\\x91]\\\\x9e\\\\xdc\\\\x06\\\\x1a\\\\xca\\\\x99Y Lk\\\\xd7\\\\xa0\\\\xdb\\\\xde\\\\x10\\\\xf5C&<}\\\\x15\\\\x864\\\\xa3q\\\\xc1\\\\\\\\E\\\\xc9\\\\xe1\\\\xd9\\\\xc7\\\\xf2\\\\x19\\\\x98W+%\\\\x98\\\\xd72\\\\x10\\\\xdd\\\\xe0\\\\x1d\\\\x0f\\\\xde5\\\\xeb\\\\xdf\\\\t\\\\t\\\\x07\\\\x18\\\\x15\\\\xe8\\\\xadO\\\\\\\\A\\\\xe6\\\\x14\\\\xfe\\\\x17\\\\xd5\\\\xf9\\\\x94\\\\x04\\\\xc8\\\\n\\\\xc1f\\\\x01\\\\xee5\\\\x8f\\\\xb7\\\\xa3\\\\x05\\\\x927d\\\\x08\\\\x82y\\\\xa3\\\\xb8\\\\xfc&o,\\\\xc51q\\\\x98\\\\x95\\\\xff\\\\x00\\\\xe2\\\\x01\\\\xa2\\\\xa9\\\\xd3B4\\\\x1e:\\\\x08\\\\xe8/\\\\xee-Y\\\\x0f9\\\\x00\\\\xaaK{\\\\x0b8\\\\x97\\\\xe8\\\\xac^\\\\x1b\\\\xe1\\\\x94`\\\\x9a\\\\xed\\\\xcf\\\\xc897\\\\x9d\\\\xac\\\\xb4\\\\x93)\\\\xa6\\\\x9d\\\\xcf\\\\xf6>}\\\\xba\\\\xf3\\\\x9b\\\\xcf\\\\x9c3\\\\x066\\\\x83\\\\x0eefn\\\\xb7\\\\x92\\\\xbbF\\\\xd29\\\\x0c{\\\\xd5\\\\x9b\\\\x82\\\\xab(\\\\x10(\\\\xd8\"\\\\xbd\\\\xa3\\\\xf0\\\\x8e\\\\xd1\\\\xa7\\\\x80\\\\xff\\\\x00\\\\x8f^^\\\\xf1%\\\\xc9\\\\xcdW\\\\x12p\\\\xca\\\\xca\\\\xe3\\\\xee%\\\\x12\\\\xb5\\\\xda\\\\xc0\\\\xfa$i\\\\xa0\\\\x83\\\\xa6\\\\xbda\\\\xde\\\\x8d]Z\\\\xb4E\\\\x00\\\\x08\\\\xd9\\\\xbd\\\\x9fr\\\\x01\\\\x00\\\\xcfu:\\\\x98\\\\x00\\\\x1f(#\\\\xc7\\\\xaa\\\\x9a\\\\x00\\\\xaav\\\\xac\\\\x16\\\\x01\\\\x8b*\\\\xed\\\\xa8\\\\xb0\\\\x02J\\\\x93\\\\xacF\\\\xbd\\\\xcc\\\\xe9\\\\xd13\\\\x1cT\\\\x11\\\\xab\\\\xb9ce\\\\x9b\\\\x80\\\\x1b6\\\\x96\\\\xfc3\\\\xfe\\\\xa5>Z\\\\xf5\\\\xd1\\\\x0c\\\\x8e1\\\\x05\\\\xd6\\\\xa0}*\\\\x1f{X\\\\xea\\\\n\\\\xaa\\\\r\\\\xc4\\\\x1e\\\\xc4h{\\\\xc7\\\\x87E\\\\xf4Bb\\\\xf9\\\\xff\\\\x00+\\\\xf3.\\\\xfa\\\\xc2\\\\xedc\\\\x04\\\\x02\\\\x84\\\\x01\\\\xe6 \\\\xf7\\\\xf1\\\\xeb\\\\x81b\\\\xa6\\\\x80(\\\\xd78X\\\\x0by}6\\\\x83\\\\x1f\\\\x88\\\\x01\\\\x02u\\\\xd0hz8\\\\x8e\\\\x8aC3\\\\xa8b\\\\xca\\\\x91\\\\xf7\\\\xd7>\\\\xe3\\\\xd8\\\\x18\\\\x17\\\\xf0a\\\\x03\\\\xcf\\\\xee\\\\xf0\\\\xe9\\\\xa6$\\\\x8a\\\\xf2D$H\\\\x1c\\\\xd6\\\\xc6\\\\xe41\\\\xd5\\\\xab*f\\\\xc5\\\\'\\\\xb0\\\\x81\\\\'H\\\\x03\\\\xef\\\\x8e\\\\x84Y\\\\x93\\\\x1eK\\\\xa5\\\\\\\\\\\\n\\\\xc6\\\\xbb\\\\xf4\\\\xd4\\\\x95\\\\n\\\\xc4\\\\x95v\\\\xd2\\\\x0e\\\\x864\\\\xf1\\\\xfe\\\\xee\\\\xa6PD\\\\x08vY\\\\xaemH\\\\xa2\\\\x03m2\\\\x14\\\\xa1\\\\xec\\\\xa2O\\\\xff\\\\x00\\\\x83\\\\x1f_\\\\x0e\\\\xa0\\\\xda%H`W\\\\xa9\\\\x96\\\\xc2XX\\\\x10m\\\\x84\\\\x93\\\\xaa\\\\x99\\\\xf1>>\\\\x1d\\\\xfa\\\\xe3m\\\\x13\\\\x85\\\\xb3\\\\xfa\\\\x82\\\\xa1%\\\\\\\\\\\\xa8\\\\r\\\\xb5\\\\xd5\\\\x89f\\\\xdc|I\\\\xe8}\\\\x97D&T\\\\xbc~I\\\\x8f\\\\xfc\\\\xc7,\\\\x88C\\\\x14a\\\\xd8\\\\t\\\\x8d\\\\xb1\\\\xa9\\\\xef\\\\xd2\\\\xe7`d\\\\x8fY\\\\xcd\\\\x17\\\\x1c\\\\x85`\\\\x7f9\\\\x95\\\\x14n_V\\\\x83C\\\\xa1=\\\\xce\\\\x9a\\\\xf9uX\\\\xd99&\\\\t\\\\xe4\\\\xa4\\\\x0eHU\\\\xbc\\\\x96\\\\x16#\\\\xc0\\\\x86\\\\'R5\\\\xeeg\\\\xc0w\\\\xe8=\\\\x87D$\\\\xf4\\\\xc9z\\\\xdc\\\\xab<\\\\xde\\\\xdba5p\\\\x1e@`!\\\\xa251\\\\xfbz\\\\xe1\\\\xb7j)\\\\x13\\\\n\\\\x1d\\\\xbc\\\\xc6\\\\xc0H\\\\xb5\\\\x983H\\\\xdaK\\\\x00\\\\xdf\\\\xe1\\\\xf4\\\\xe9\\\\x91\\\\xdb>Heu\\\\xe8\\\\x10\\\\xd6\\\\xe5\\\\x80$\\\\x19\\\\xf4\\\\x88\\\\x0c\\\\xd1$\\\\xb6\\\\xb2KO\\\\x89\\\\xd7\\\\xfb\\\\x0e\\\\x9e6\\\\xea\\\\xb1\\\\xbcp\\\\xe4\\\\x87\\\\xdd\\\\xf2L:D\\\\x97k\\\\x0b\\\\x12\\\\x19\\\\xd4LLk\\\\xe2;\\\\xfe\\\\xee\\\\x9d\\\\x1d\\\\x8c\\\\xe4\\\\x97sp\\\\x06\\\\'\\\\x14\\\\x0f3\\\\xe7V\\\\xd0\\\\xc6\\\\xbcjP2A\\\\x925\\\\x81\\\\xae\\\\xa7\\\\xc3\\\\xc3\\\\xabv\\\\xbe$J\\\\xa4\\\\xa4\\\\x1d\\\\xdc\\\\x8e\\\\x14K\\\\x19\\\\x1f/\\\\xce\\\\xcb}\\\\x96ZUu\\\\xda\\\\x10\\\\x9d\\\\t\\\\xed\\\\xf5\\\\xff\\\\x00\\\\x1e\\\\xb4a\\\\xf1Q\\\\x80p\\\\x17B\\\\xe9z\\\\x97\\\\xe3\\\\x92i\\\\xf8\\\\x07\\\\xcb\\\\xe9\\\\xf8\\\\xef?S\\\\xe6\\\\x17~?-\\\\xd3\\\\xf30\\\\xfa\\\\xc02\\\\x08:\\\\xeb=\\\\xa7\\\\xadm\\\\x85\\\\xdfbZ\\\\x88x\\\\xe1 \\\\xd9s\\\\xeeZ{i\\\\x8a\\\\x03E\\\\xf5\\\\xcb\\\\xf4\\\\xaf\\\\xf5\\\\xe7\\\\xe3\\\\x9c\\\\xbaq\\\\xb8\\\\\\\\fh\\\\xc2\\\\xe3\\\\xb1kD\\\\xaf\\\\x14\\\\xb8wF\\\\x06K\\\\xd8[\\\\xd4g\\\\xfb\\\\xfa\\\\x7f\\\\xc8\\\\xfb \\\\t[\\\\xa4\\\\x0f\\\\xd7\\\\xea\\\\xadN\\\\x15\\\\xae+\\\\xb0\\\\xf8\\\\x9f\\\\x91cr\"\\\\xbb)\\\\xc8V\\\\xaf%7\\\\x05,\\\\xba\\\\xed\\\\x90u\\\\xf0\\\\x9e\\\\xe2u\\\\xeb\\\\xcbn\\\\xe3\\\\x02Y\\\\x9d\\\\xf2@\\\\x07\\\\x92\\\\xf7\\\\x99\\\\xe6\\\\xf1p\\\\xe8\\\\xb6\\\\xac\\\\xabM\\\\xaa\\\\x13\\\\xf9i\\\\xbe\\\\nN\\\\xaa\\\\xcaT\\\\xf7\\\\xd3\\\\xac\\\\xf3C\\\\xa4\\\\xe0<\\\\x977%Wp\\\\x7f,\\\\xe3\\\\xf1\\\\xf9\\\\x7fj\\\\x8c\\\\xe7\\\\xb9\\\\xdb\\\\x90\\\\xa1\\\\x94\\\\xa2\\\\xa1\\\\x05\\\\xc9\\\\x01+\\\\xb4\\\\xb0\\\\xd3^\\\\xdbOZ\\\\xdf\\\\x1fdHh\\\\x81rH\\\\xc8c\\\\xc8\\\\xf2\\\\xeeJ\\\\xba\\\\x08\\\\xabQ\\\\xb8e\\\\xd4\\\\xb9\\\\xd9I\\\\xc46\\\\xfb\\\\xe9\\\\xb1\\\\xadA\\\\xff\\\\x00M\\\\x88\\\\x9b\\\\x9d\\\\x9c\\\\xe8X \\\\x1d\\\\x82\\\\x12>\\\\xc11\\\\xa7V7\\\\x1e\\\\xe5\\\\x89\\\\xb9\\\\x0eF\\\\x15=\\\\xfe\\\\tq\\\\xd0O\\\\x19!\\\\xbc\\\\xa7/kqU\\\\x82V\\\\x9c\\\\xb0\\\\r\\\\xf4\\\\xd4$\\\\x1b\\\\xd6bTA\\\\x9d{\\\\x80t\\\\xfd\\\\xddV\\\\xdc\\\\xee\\\\xae\\\\x1bQ\\\\x90\\\\x005k\\\\x9f^9&\\\\xb0>\\\\x93\\\\x92\\\\x03\\\\xc7s\\\\xb9\\\\xd8\\\\xf5U\\\\xcc\\\\xf3WU\\\\x8f\\\\x80\\\\x97W\\\\x83b\\\\xb3\\\\x81e\\\\xb7\\\\x05\\\\x95\\\\xf7\\\\x95?\\\\n\\\\xeb&O\\\\x7f=:+W\\\\xee\\\\x88\\\\x0b\\\\xf3\\\\x03I\\\\xa3?\\\\xed\\\\xdb\\\\xd8\\\\x92\\\\x18zB\\\\xae\\\\xe8\\\\xf9\\\\x1f!g\\\\xc88\\\\xec\\\\x1e/\\\\x90\\\\xa7\\\\x032\\\\xd5\\\\x7f\\\\x7f\\\\x96\\\\xca\\\\xdfeT\\\\xe3!f!\\\\x83\\\\x10\\\\xa56zU\\\\x82\\\\xeb\\\\x03\\\\xcb\\\\xac\\\\xbd\\\\x8c\\\\xae\\\\xce\\\\xf8\\\\x11\\\\x938s#\\\\x90\\\\x1d\\\\xa9\\\\xb7n\\\\n\\\\x96\\\\xc1\\\\xa8\\\\x93>o\\\\x93e\\\\x16:\\\\xb7\\\\x1fCfP\\\\xcd}\\\\x19\\\\x87A\\\\x99\\\\x8bb\\\\x02\\\\xad\\\\\\\\\\\\xb7\\\\xa5t/\\\\x1aL\\\\xf8t\\\\xbd\\\\xdc\\\\x8c\"\\\\xc6\\\\x0ejq\\\\xc6\\\\'\\\\x0e\\\\xe5]\\\\xfdZ\\\\x81a\\\\xf7T/\\\\xcf9\\\\xf4\\\\xcb\\\\xf8\\\\xdf\\\\xb7\\\\x8da\\\\xbf\\\\x19\\\\x11\\\\x7f0\\\\x94\\\\x1d\\\\xac\\\\xac\\\\x80\\\\xa43N\\\\xed7\\\\x16\\\\x1eg\\\\xb4GL\\\\xd9\\\\xc2W\\\\'\\\\x16\\\\r\\\\x17\\\\x0f\\\\xfd\\\\xe2\\\\xa9\\\\xeen\\\\x01\\\\x02\\\\xe6\\\\xa5q\\\\xb6O\\\\x15\\\\xfdC%\\\\xe9\\\\xaa\\\\xff\\\\x00\\\\xcb\\\\xe3\\\\xefek\\\\x8a\\\\xfaK\\\\x00u\\\\xed#\\\\xc7\\\\xafsr\\\\x03\\\\x10\\\\xbcM\\\\xcbe\\\\xea\\\\x92\\\\xbeC\\\\x9fMh\\\\xd5\\\\x0fm\\\\xf2p\\\\x9c\\\\x0cw\\\\xa7RB\\\\xfe\\\\x1fpj\\\\x19\\\\x0f\\\\x86\\\\x9d\\\\xfc\\\\xfa\\\\xa7{qnPyT\\\\x8e<\\\\x10\\\\xccH\\\\x16\\\\x18%<|\\\\xfc\\\\x8bi\\\\xc6\\\\xae\\\\xf2j\\\\xa2\\\\x9f@\\\\x16\\\\x16R\\\\xc4\\\\x12C\\\\xed\\\\x92\\\\x0e\\\\xde\\\\xcc\\\\x18\\\\xc7\\\\xd7\\\\xc0\\\\xe5[7&\\\\x00\\\\x90a\\\\x86~-\\\\xd8\\\\xa2d\\\\x02\\\\xc0\\\\xd5\\\\x1b\\\\xe0\\\\xe9|\\\\xfc\\\\xca\\\\x1e\\\\xd1\\\\xfc\\\\xacx7 \\\\x05\\\\x9c\\\\x10`v\\\\xec\\\\xb1\\\\'i\\\\xff\\\\x00\\\\x1e\\\\xac\\\\x89\\\\x0b\\\\xbae\\\\x1c\\\\x05:\\\\xd1\\\\xd2\\\\xed\\\\xc4\\\\x92\\\\xd2\\\\n\\\\xe0\\\\xd9\\\\xc4\\\\xff\\\\x00\\\\xfb\\\\x7f\\\\xda?\\\\xf7z-c\\\\x9a\\\\xb1\\\\xed\\\\xc9\\\\x7f\\\\xff\\\\xd3\\\\xb8+\\\\xcc\\\\xc0)\\\\xefS\\\\x9dM\\\\xcbe\\\\xaa\\\\x86%Z\\\\x1b\\\\xb9\\\\xf6\\\\xe3B v=y1\\\\xbb\\\\x8b8u\\\\xf3\\\\xaf~\\\\x07\\\\x1f\\\\x04G\\\\'\\\\x8e\\\\xa9\\\\xaa-\\\\x8fuy\\\\x14\\\\xdfZ?\\\\xba\\\\x92B\\\\x96\\\\xdaB\\\\x9f\\\\xc2\\\\x0f\\\\x81\\\\x8f!\\\\xd8\\\\x8e\\\\xaeB\\\\xe0!\\\\xbb\\\\xd3\\\\xe3tJ\\\\xa0\\\\xb8U\\\\xdf1UaM\\\\x7f\\\\xcc\\\\x17\\\\xb1\\\\xdcBL\\\\x15`\\\\x0f\\\\xa8z\\\\xa3\\\\xd45\\\\x9f.\\\\x97v\\\\xe4Hg\\\\xf1L\\\\xc3\\\\x15Xr\\\\xd8oV\\\\xf7\\\\tf\\\\xe7.\\\\x03Cn\"uh\\\\x11\\\\xfe\\\\x07\\\\xaa\\\\xc7K\\\\xae\\\\x0e\\\\xab^H\\\\xd9U\\\\xa5_\\\\xf1\\\\x9a\\\\xf7W\\\\xf8H\\\\xdcF\\\\xa4\\\\x90N\\\\x87O\\\\x19\\\\xef\\\\xd2\\\\xe5\\\\x13\\\\x95~\\\\xe8\\\\xa3\\\\x07\\\\xc5W9\\\\xd9V\\\\x87j\\\\xca\\\\x857\\\\x016k\\\\xb2\\\\x0e\\\\x87\\\\xf0\\\\xee\\\\x9d\\\\x06\\\\xbav\\\\xea\\\\xa9,X\\\\xe0|\\\\x13=\\\\xa0pE\\\\x7fNyL~7\\\\xe5l\\\\xb6\\\\xa9Z\\\\xb3\\\\xe9\\\\xb2\\\\x85\\\\xc6\\\\x1a\\\\x11\\\\xbf]\\\\xc4\\\\xea \\\\x81\\\\x0cG\\\\xd2z\\\\xcb\\\\xb9\\\\x16\\\\x12\\\\x03\\\\x13\\\\x909+\\\\xa2\"\\\\x0cy}WTq_ \\\\x18\\\\xf8Y\\\\x98\\\\x98\\\\xd8U\\\\xd0\\\\xadY[\\\\n3z\\\\xb7\\\\x01\\\\xe9\\\\xdc4\\\\xf1\\\\xd3]\\\\x0f^Gwzv\\\\xed\\\\xca\\\\x11\\\\x07I\\\\xcd\\\\xfc\\\\xb8\\\\xa2\\\\xd3\\\\xb0\\\\x03\\\\x82\\\\xea\\\\xd3\\\\xf8F-\\\\xbc\\\\x954eT\\\\xe9\\\\x96q\\\\xab\\\\x8b\\\\xb0}\\\\xe1M\\\\x95\\\\x8aHyV\\\\'@\\\\xe1J\\\\xab.\\\\x93\\\\xe0OK\\\\xd9\\\\xd8\\\\xd1\\\\x0bs\\\\x81\\\\x12$\\\\xfa\\\\x81-*W\\\\xc0\\\\xe02O\\\\x95\\\\xddN\\\\x0b\\\\x81\\\\xcf%gU\\\\xcc\\\\xf2\\\\xbcf~~mU\\\\xd9\\\\xc7\\\\xd7\\\\x8fu\\\\xaf\\\\x9a(\\\\xb6Z\\\\xc7\\\\xcaHJ\\\\xd8\\\\x95\\\\xdd\\\\xe8\\\\x98\\\\x85]u\\\\x9e\\\\xb6av\\\\xe5\\\\xa9N\\\\xe0\\\\x06%\\\\xc8\\\\x90\\\\x07\\\\x13,\\\\xbb\\\\xba%\\\\xd0\\\\x80\\\\t\\\\xc4P\\\\xff\\\\x00\\\\\\\\\\\\xd4\\\\xbb\\\\xf13\\\\x13\\\\x1f\\\\x82\\\\xe6\\\\xf9~E\\\\xf2\\\\x0eNU\\\\xdcs\\\\xe0\\\\xd2}\\\\xbbEL\\\\xe5\\\\xaa5\\\\xa1*\\\\x8e\\\\xaeww\\\\x07\\\\xf6\\\\xf4\\\\xc9m\\\\xa5(\\\\xc2w\\\\xe5\\\\xaaBF:A\\\\xa8\\\\xe5\\\\xd0\\\\x85\\\\xd1\\\\x9cc\\\\xaa0\\\\x0c\\\\x08w5\\\\xe9\\\\xda\\\\x99\\\\xf8\\\\xbeW\\\\x94\\\\xcb\\\\xce\\\\xab\\\\x91\\\\xa6\\\\x86\\\\xcf\\\\xab\\\\x86B8\\\\xba\\\\xee\\\\xdcUV\\\\x9b\\\\x00\\\\xba\\\\xab\\\\x9aP0pX:\\\\x8f\\\\xe1\\\\xfb\\\\xfa\\\\xd8\\\\xdb\\\\xc8\\\\x98k\\\\xcc~\\\\xaf\\\\x80\\\\x00\\\\xd6\\\\'\\\\x07\\\\xea\\\\xa9\\\\x82c&\\\\'\\\\x1cz\\\\xa6\\\\xae\\\\x13\\\\x8e\\\\xbb\\\\x16\\\\xea\\\\xf9\\\\x9e`p\\\\xf9X9\\\\xe7.\\\\xfc\\\\x1e2\\\\xac\\\\x968\\\\xa3]\\\\xef\\\\xef+\\\\x80Tz\\\\x80Q>\\\\x93\\\\xae\\\\xb1\\\\xd2m\\\\xec\\\\xfd\\\\xab\\\\xbe\\\\xe1\"BN\\\\xdc\\\\xbc\\\\x0b+3\\\\xb8\\\\x19\\\\xe3\\\\x97\\\\xd5\\\\x15\\\\xff\\\\x00\\\\xd6\\\\xc3;/\\\\x92\\\\xfc\\\\xfd\\\\xd8\\\\xceo\\\\xb8[\\\\xc5\\\\x9al\\\\n\\\\xb8v:\\\\xc2\\\\xb1E@-\\\\xdbX\\\\x83\\\\xe3\\\\xe5\\\\xd6g\\\\xc9\\\\\\\\\\\\x02\\\\xe4\\\\xfd\\\\xd0\\\\xceF\\\\x968x\\\\x06\\\\xc2\\\\x8a\\\\xd5\\\\x89j\\\\x80 \\\\xf6\\\\xad4r\\\\xbc\\\\xa6g3\\\\xc5a=\\\\xa0S\\\\x84\\\\xe4\\\\xa5\\\\x8f\\\\xbe.\\\\x1a\\\\xa8aX\\\\x10wL\\\\x10|;\\\\xc4u\\\\x94w\\\\x17=\\\\xd1\\\\x08\\\\xe5Z\\\\xd4\\\\x10\\\\xdc\\\\xb2R-\\\\x89E\\\\xf8\\\\t\\\\xcb\\\\x8c\\\\xc2e\\\\xc6\\\\xb3\\\\x1e\\\\xab1\\\\xc2\\\\xa3[\\\\xf9lz\\\\xd5\\\\x90m,]\\\\xd3p0\\\\x0f\\\\xab\\\\xcf\\\\xc3\\\\xa6j7\"@a\\\\xcb\\\\xa8\\\\x18\\\\xa8\\\\x99\\\\x01\\\\x84\\\\x97\\\\xb5\\\\xd3et\\\\x9ar\\\\xa86\\\\xa0`laZ\\\\xdam.\\\\x01P\\\\xb0X\\\\r\\\\xd2u\\\\x91\\\\xdb\\\\xeb\\\\xd5)\\\\xc7H\\\\x04\\\\x82z\\\\n\\\\xbf%/V\\\\xf3\\\\xc1Oq\\\\xf9\\\\x8aq\\\\x05IR\\\\xd3\\\\x8br\\\\xdbE\\\\xd6\\\\xb9\\\\x16\\\\xa9\\\\xael!\\\\xa4\\\\x06\\\\x1b\\\\xa4\\\\x82$\\\\xf8\\\\xc8\\\\xe8\\\\xaf\\\\xfa\\\\xf4\\\\\\\\\\\\x8cE\\\\x08n~\\\\x97-\\\\xce\\\\xbd\\\\xb9%Ft0\\\\x91\\\\xa2\\\\xcb\\\\x90\\\\xc9\\\\x19\\\\x9e\\\\xe0J\\\\xacogSe\\\\x95\\\\xb0!\\\\x88\\\\x05\\\\x1a\\\\x19w\\\\x11:i\\\\xf6\\\\xf9t_!{\\\\xdf\\\\xb8\\\\xfaM9\\\\xd2\\\\xb9\\\\x1c\\\\x1f\\\\xa7T\\\\x16\\\\xc1\\\\x80\\\\x15\\\\xc5m\\\\xc6{\\\\x00\\\\xb2)l\\\\x8bko}\\\\xf1\\\\x14\\\\x86dF*]\\\\x07a\\\\xa31\\\\x8dzf\\\\xde%\\\\xfd02\\\\xd2_N>\\\\x97\\\\xc3\\\\xc5\\\\t/\\\\x8e\\\\x08\\\\xa5\\\\x15\\\\xae\\\\xf5\\\\x9c$V\\\\x15\\\\xc2:\\\\xc9f-\\\\xdc1:\\\\xc8\\\\xfd\\\\x9dkm\\\\xb6\\\\xa2 \\\\x19\\\\xda\\\\x0e#Fw/\\\\xcc\\\\xf3\\\\xe7\\\\xf8H\\\\x95\\\\xedl\\\\x01\\\\xfe\\\\x14\\\\xe8\\\\x0baD\\\\x06\\\\xa6U\\\\x86U\\\\x02N\\\\xbd\\\\xa4i\\\\xd5\\\\xe9\\\\xc2\\\\x11\\\\x91\\\\x10\\\\x1aH\\\\x0c\\\\xd4\\\\xa8\\\\xee\\\\xa5;\\\\x94@\\\\xcb\\\\x02\\\\x98\\\\xf1\\\\xef\\\\xc9\\\\xb5\\\\xb1W\\\\x13\\\\x1d\\\\xad\\\\x18JK\\\\x83b\\\\xa4\\\\xb8\\\\x1e\"\\\\x0e\\\\x91\\\\xd6\\\\x81\\\\xbfvw!\\\\xedCW\\\\xb6+\\\\xea\\\\x00\\\\x93\\\\xfd-]\\\\xab\\\\xca \\\\x07\\\\xa7\\\\x1e\\\\x0b\\\\x9d?\\\\xdc\\\\x1f\\\\xea\\\\xdd\\\\x1f\\\\x01\\\\xf8~o\\\\t\\\\xc8q\\\\xab\\\\x99\\\\xcd\\\\xfc\\\\xb4dc\\\\xf1\\\\xee\\\\x8c\\\\xa7\\\\x1d*2\\\\t\\\\xb3t\\\\x10\\\\xc3\\\\xba\\\\x98\\\\x89\\\\xfb:\\\\xc0\\\\xdf|\\\\x95\\\\xdbvM\\\\xab\\\\x91\\\\x02r\\\\x93\\\\xb84l\\\\x86Lz\\\\xa9\\\\x9c\\\\x81|;W\\\\xce\\\\xde;\\\\x9eel{\\\\xa8\\\\xb6\\\\xb66\\\\x10\\\\x0b\\\\xb7\\\\xab\\\\xdbC\\\\xddX\\\\x12\\\\x02\\\\xac\\\\xe9?\\\\xf6\\\\xf5\\\\x89\\\\rR\\\\x02A\\\\xab\\\\xd4P}\\\\xb9*\\\\xb25/\\\\xcb\\\\x8e\\\\xd4\\\\xe5\\\\x87\\\\xf3K}\\\\xac\\\\x9c|\\\\x9c\\\\xba\\\\xb6\\\\xd0\\\\xca\\\\xeajd\\\\x15\\\\xb2o\\\\x1b\\\\xd9\\\\x19\\\\xb4]\\\\xc3\\\\xbf\\\\xf9\\\\xf4\\\\x13-\\\\xaa2 \\\\x81Z\\\\x11\\\\x87\\\\x92\\\\x11&b\\\\x05Ji\\\\xc0\\\\xf9\\\\x8e.K\\\\x0b\\\\xae\\\\xbe\\\\xbfa[\\\\xdb\\\\xaf\\\\x15m*\\\\xe1\\\\x9c\\\\x86\\\\x07q=\\\\x94\\\\x00\\\\x06\\\\xbd\\\\xbc\\\\x8e\\\\xbdW\\\\x9d\\\\xe3\\\\xa5\\\\xe8\\\\xdc\\\\x9d20\\\\t\\\\xf3\\\\x88\\\\xf9BVv;\\\\xfeX0\\\\x93B0\\\\xda\\\\xc8\\\\x01R\\\\t\\\\x07E:\\\\x8d#\\\\xb7\\\\xd7\\\\xa7F\\\\xec\\\\x98\\\\x13D2\\\\x8b\\\\x97\\\\x1d\\\\x89\\\\xf7\\\\x8d\\\\xf9\\\\x8e^\\\\x01\\\\xdf_\\\\xb5q\\\\xf6l\\\\xaa\\\\xba\\\\xc3\\\\x8fkk\\\\x93\\\\x0c\\\\xbbA\\\\x1e\\\\xe0\\\\x02d\\\\x9d\\\\x06\\\\x9e=q\\\\xbb\\\\x81\\\\x11w\\\\xa2L=\\\\'\\\\x14\\\\xd1\\\\xc3\\\\xfc\\\\xb3\\\\x03\"\\\\xcb2r]qXW\\\\xbd*\\\\xb06\\\\xa7h\\\\x0c\\\\xda\\\\x87\\\\x1e\\\\xa6\\\\x00\\\\r@\\\\xed\\\\xe3=\\\\x1d\\\\xbbD\\\\x81Z\\\\x94R\\\\xbf\\\\xcc`\\\\x998\\\\xde~\\\\x8c\\\\xec\\\\xc1\\\\x8e\\\\x96\\\\xb1/+\\\\xb8\\\\xfad\\\\xa8\\\\x0cT\\\\x10<\\\\xbb\\\\xeb\\\\xd4\\\\x18.\\\\x17u\\\\xd1\\\\xd1d\\\\xe5\\\\xadZ\\\\x03\\\\x91]\\\\xb8\\\\xc4\\\\x17|R\\\\xc1\\\\x9a\\\\xb5Q:\\\\xb2\\\\xb9\\\\x04\\\\x01\\\\xdc\\\\xf4R\\\\x12\\\\x11\\\\xc1\\\\xc7\\\\x14(5\\\\x0eT_\\\\x97\\\\x9e\\\\xc2\\\\xdc\\\\x03^\\\\x94+\\\\x84T\\\\xa1\\\\xc6\\\\xd0Y\\\\x82\\\\x80ki\\\\x96\\\\xdc\\\\xa4\\\\xf9\\\\xf42\\\\x88a\\\\x92\\\\xe1pK\\\\x0c\\\\x94\\\\xbf\\\\xcfT\\\\x89o\\\\xb5\\\\x16\\\\x9a\\\\x82\\\\x16Y\\\\x84\\\\x04\\\\x92\\\\xaa\\\\'i\\\\xf0\\\\x12OJ\\\\x11\\\\x8c\\\\t\\\\xe7\\\\xe4\\\\x8c\\\\x13!\\\\x8a\\\\xd9~EmH%?\\\\x97smRT\\\\x90\\\\xa4\\\\x88$\\\\x98\\\\xd0\\\\x08\\\\x9e\\\\x93~\\\\xc9!\\\\xb2>]\\\\xe8\\\\xe1.kz\\\\xd5Y\\\\xac\\\\xa8%\\\\x04\\\\r\\\\xd5\\\\x83$\\\\x10\\\\x00\\\\x11\\\\x1a}\\\\xa2z\\\\xad\\\\xa0\\\\xb3\\\\xb9d\\\\xc6\\\\x8c\\\\xa8\\\\xb4\\\\xda=\\\\xa0\\\\xce\\\\xb6Oo\\\\xc4L\\\\x08\\\\x92L\\\\xc4\\\\x0e\\\\xfe>]D\\\\xa2!P\\\\t\\\\xe3\\\\xc1LZG\\\\xb1`3F2\\\\x86\\\\xc9B\\\\xb5\\\\x86\\\\x95\\\\xf5n\\\\xda\\\\x08\\\\x89>\\\\x91:\\\\xccD\\\\xfe\\\\xce\\\\x95\\\\x19F\\\\x0c$\\\\x0b\\\\x8cBi9\\\\x03\\\\x82\\\\xc3\\\\'1N-\\\\xc0Z%`\\\\xc1!\\\\x81\\\\x88#E\\\\x89\\\\xd4\\\\x8f\\\\xb7\\\\xa7\\\\xc6m\\\\x12\\\\x01fd\\\\xb7|W\\\\x11\\\\xfe\\\\xb5\\\\xfcG\\\\x88\\\\xf9v\\\\'7\\\\xf1\\\\x8e[e\\\\x18<\\\\xb0p\"Wm\\\\xa7\\\\xd4\\\\x8f\\\\\\\\\\\\xc6\\\\x827\\\\r\">\\\\xd2:\\\\xf4\\\\xff\\\\x00\\\\rq\\\\xa5\\\\xa5\\\\xe9\\\\x95V\\\\x16\\\\xe2\\\\xe4\\\\xa1-a\\\\x9c\\\\x15\\\\xf2k\\\\xe7\\\\xbf\\\\xed\\\\x8b\\\\xf5\\\\x0b\\\\xe3\\\\xf9<\\\\xd6O\\\\x1b\\\\xc7\\\\xaf\\\\xc88^#\\\\x1d\\\\xb2o\\\\xce\\\\xa5\\\\x95,\\\\x14+\\\\xa8bjc%\\\\xc6\\\\xe0HPt\\\\xfau\\\\xf4\\\\xfd\\\\x86\\\\xea\\\\xec\\\\xe2D\\\\x83\\\\xe9\\\\x0e\\\\xe0\\\\xe5\\\\xd9\\\\x8a\\\\x81\\\\xf2\\\\x16\\\\xe4C\\\\xd0\\\\x9f\\\\x0f\\\\x15\\\\xcb\\\\r\\\\x85j\\\\xdd\\\\x01J\\\\x85uU\\\\x1a\\\\x12\\\\xba\\\\x98\\\\x07\\\\xb1\\\\xec5\\\\xebV7c8\\\\x82\\\\x0b\\\\xbat\\\\xc3%\\\\xdf\\\\x95a\\\\xb1\\\\xc9Kv\\\\x10c\\\\xd7f\\\\xba\\\\xed\\\\x1d\\\\xc8\\\\xfa\\\\x12~\\\\xbf\\\\xb4uj\\\\xc1\\\\x06\\\\x0bOg6\\\\x8bx$\\\\xff\\\\x00e\\\\x80\\\\xdb\\\\xd8\\\\x18\\\\xf4\\\\x89\\\\x00\\\\x9e\\\\xd2u\\\\x81\\\\xde:k+\\\\xce\\\\xb1\\\\x15Y\\\\xac\\\\xce\\\\xf2f \\\\x19\\\\x9e\\\\xff\\\\x00d\\\\x83\\\\xd42\\\\xe7V/\\\\xe9\\\\xaf\\\\xc8.\\\\xf8\\\\x97\\\\xca\\\\xb8\\\\xeeak\\\\xf7j\\\\xaa\\\\xc2\\\\x99Ii;6\\\\xb8!\\\\x9b\\\\xb7q\\\\xdeN\\\\x9dU\\\\xdfY7l\\\\xc8G\\\\x11Q\\\\xda2\\\\xefU7v\\\\xc4\\\\xe0\\\\xcb\\\\xea\\\\xd7\\\\xc3\\\\xb0\\\\x9b\\\\x97\\\\xc7\\\\xc5|z\\\\xef)\\\\x9dW\\\\xbb\\\\x81z0\\\\xd8\\\\xe5\\\\xc1 \\\\xa9`t\\\\x03_\\\\xa1\\\\xd3\\\\xaf+n\\\\xc81\\\\xa9\\\\xecY\\\\x1a\\\\x0b\\\\xe1\\\\xda\\\\xad\\\\xde_\\\\xf4s\\\\xe4\\\\xbcg\\\\x06\\\\xbc\\\\xfd\\\\xbc\\\\x0ex\\\\xac\\\\xd7\\\\x15\\\\xd8\\\\xa0\\\\xb8f\\\\xb4\\\\x08*\\\\x14\\\\x13\\\\xd8}\\\\x9e?^\\\\xad\\\\\\\\\\\\xdaF\\\\xccu5[\\\\x9aM\\\\xdbR\\\\x94\\\\x19\\\\x97)\\\\xfc\\\\x9f\\\\x06\\\\xfanr\\\\xb63V\\\\x9a\\\\x10\\\\xe4n\\\\x00n>\\\\xa1\\\\xe4\\\\x0b\\\\x91\\\\xa7\\\\xd9\\\\x1e=x\\\\xbf\\\\x91\\\\x84\\\\x9d\\\\xdd\\\\xc7o\\\\x9f\\\\xd9R\\\\xb7\\\\x10\\\\xe45Uo\\\\x97U\\\\xb6\\\\xdbZ\\\\x02\\\\x14\\\\x92\\\\x17l\\\\x1e\\\\xe3C\\\\xf6\\\\xcc\\\\x8e\\\\xfd\\\\xba\\\\xa7n@\\\\x02\\\\xbaD\\\\x92\\\\x14\\\\x93^\\\\xe1UU\\\\xa96\\\\xb1dU\\\\x9d\\\\xaaX\\\\x8f\\\\x16#X\\\\x07\\\\xfbGV\\\\xf6\\\\x82R88\\\\xe3\\\\xc7\\\\xb1h\\\\x01\\\\x18\\\\x8crKY\\\\xf5\"\\\\xd7Q\\\\x00\\\\xed\\\\xb8\\\\xbe\\\\xc5q&\\\\x17\\\\xe8\\\\x07\\\\x87\\\\x98\\\\xebcn@f|\\\\xdb\\\\xafoblI\\\\xab\\\\x9c|\\\\x977\\\\xfc\\\\xdf\\\\xe2y\\\\x9c\\\\xb75M\\\\xdcF!\\\\xb1\\\\xad\\\\x0c\\\\xb9\\\\xb7\\\\x926\\\\x82\\\\xb0w1\\\\xd0h\\\\x0f\\\\x87~\\\\xbd^\\\\xc3\\\\x7fj\\\\xdd\\\\x86\\\\xb9 \\\\x1b\\\\xe9\\\\xd1\\\\\\\\\\\\xb3\\\\xbb\\\\x8d\\\\x98\\\\x9dN\\\\xd9q\\\\xe6\\\\x8d|w\\\\xf4\\\\xfb\\\\x0f\\\\x88A\\\\x7f#\\\\x902\\\\xb3_SX R\\\\xbb\\\\x0fh=\\\\xe4\\\\xf8\\\\x9e\\\\xa8o>vRx\\\\xd9\\\\x0c9\\\\xe7\\\\xdd\\\\xc9P\\\\xdeoev\\\\x9f\\\\xa8\\\\xf3\\\\xef\\\\xfc}S\\\\xaac\\\\xd1\\\\x8dK\\\\xd7B\\\\xa5U#\\\\x15\\\\xf6\\\\xc7\\\\xa4\\\\x12}C\\\\xe8\\\\x08\\\\xed u\\\\x8b;\\\\xb3\\\\xb9\\\\'\\\\x91$\\\\xac\\\\xb2\\\\xeeY`J\\\\x16\\\\xaf\\\\xc6cv\\\\x86\\\\x01\\\\xf22?wQTX\\\\x90\\\\x89`1\\\\xb6\\\\xefn\\\\xc0\\\\x16L\\\\x13:\\\\x9d\\\\xa3\\\\xc0L\\\\xf9\\\\x8f.\\\\x93xi\\\\x0e\\\\x11\\\\xdb\\\\xac\\\\xabEbqj=\\\\xb1\\\\x0e\\\\x02\\\\xba\\\\xefp4\\\\xdcL\\\\x19\\\\xf2\\\\x9f\\\\xfb:\\\\xc5\\\\xbej\\\\xae\\\\xda\\\\xaa<\\\\x96\\\\tR\\\\xa4\\\\xa3,\\\\xcbGpu F\\\\xbfN\\\\xddT1V\\\\x04Yx.\\\\x80O\\\\xb8\\\\x06\\\\xd6\\\\x90&;\\\\x81\\\\x133\\\\x13\\\\xd7i\\\\xe8\\\\xb8\\\\x86\\\\xc9\\\\x0f{\\\\x14\\\\xd8K\\\\x92\\\\x1a?\\\\x1a\\\\x1d\\\\xe4A\\\\x9fSy\\\\x1e\\\\xfd\\\\xbfgN\\\\x02\\\\x94]\\\\xd7\\\\xadW\\\\xe7\\\\xcb\\\\t\\\\xbd\\\\x14\\\\x80`\\\\x9a\\\\xd8,w\\\\xd0\\\\xeb>\"z\\\\xe1m\\\\xea\\\\xa00\\\\xf3C\\\\xee\\\\xce\\\\xb8X\\\\xcfe\\\\xcdc\\\\x02B\\\\x19\\\\xdc\\\\xc6fD}?oN\\\\x8d\\\\xa0\\\\xcc\\\\x02\\\\x16\\\\x93\\\\x12\\\\xa3\\\\x7fQa\\\\x1f\\\\x8d\\\\xcb\\\\x1d^5O\\\\xdct\\\\x8e\\\\xdd\\\\x1f\\\\xb28\\\\xe3\\\\xc5H\\\\x00\\\\xc5\\\\x8a\\\\xd2rC!\\\\xd8\\\\xcd\\\\xb0\\\\xe8\\\\n\\\\x12Y\\\\x88\\\\xd6J\\\\xc1\\\\x9f\\\\xbf\\\\xa3\\\\xd1Z\\\\xa8c\\\\x9f\\\\x01G\\\\x19\\\\x00\\\\x17\\\\x9b\\\\x08\\\\xed\\\\xeb\\\\x07]?\\\\x08\\\\x90\\\\x07G\\\\xa3\\\\xa2\\\\xea\\\\x16n<\\\\x96\\\\x7f\\\\x98\\\\xdd\\\\xb7s\\\\xca\\\\xb0$m;\\\\xbcOa\\\\xa4GQ\\\\xa1\\\\x16E\\\\x96\\\\xa6\\\\xcdQ \\\\r\\\\xaa6\\\\xfb\\\\x9b`\\\\xee\\\\x03\\\\xb4\\\\x88\\\\x1f\\\\xb2:\\\\x91i\\\\x175\\\\x83e\\\\xba\\\\x9805 v\\\\x1a\\\\xf8w\\\\xd7\\\\xf7\\\\xf4B\\\\xd8+\\\\x87>K/\\\\xcd\\\\x8fPhmt\\\\x0c@>\\\\x91\\\\xde|\\\\xfa\\\\x8fm\\\\x18\\\\x91\\\\xcdnN@\\\\xf6R=k\\\\x08\\\\x04xx\\\\xfd\\\\xb3\\\\xd0\\\\x1b)\\\\xa4\\\\x01\\\\xd8\\\\xa6W\\\\xc8\\\\xa5\\\\xac\\\\x85\\\\x9f\\\\xc4\\\\x80\\\\xec\\\\xc4\\\\xea\\\\x01\\\\xee\\\\x0c\\\\xf9t\\\\xb3d\\\\x85\\\\x1a\\\\x89\\\\xaa\\\\xf4rb\\\\xadB\\\\x9b]\\\\x94\\\\x85\\\\xf5hN\\\\x9f|\\\\xfe\\\\xc3\\\\xd7{\\\\x0f\\\\xd1A\\\\x95\\\\x16\\\\x9f\\\\xea\\\\x16ZEX\\\\xf5\\\\xd9ul\\\\x00D@L\\\\xb1>@D\\\\xcfE\\\\xec\\\\x81SB\\\\x86W(\\\\xe1~\\\\xb1y\\\\n\\\\x82\\\\xaeb~I\\\\x1e]+r\\\\x1d\\\\x8f\\\\x81\\\\xd1|`\\\\xf8\\\\xf5-\\\\x07\\\\xa5O\\\\x82\\\\xa7sv\\\\rEJ\\\\x0f\\\\x9b\\\\xc9WV\\\\xe0\\\\xf6\\\\x9b\\\\x88\\\\x10Cj\\\\x04jA\\\\x9e\\\\xf3\\\\xa7V-X2\\\\xc02\\\\xa7;\\\\xf3\\\\x97bJ\\\\xcd\\\\xe5\\\\xc9\\\\x0f\\\\xfc\\\\xc0\\\\xca\\\\xc7h \\\\x9d{\\\\x9dD\\\\xc0\\\\xd7\\\\xbf[;}\\\\x89&\\\\xa1\\\\xb8\\\\xf3J\\\\xd7J\\\\xd5/]\\\\xc8[`V\\\\xae\\\\xd2\\\\t\\\\x1a\\\\xbb\\\\x1d\\\\xb0<\\\\xa0\\\\x9e\\\\xf1\\\\xe7\\\\xd6\\\\xc5\\\\xad\\\\x9c#B\\\\x11E\\\\xcb\\\\xb2\\\\xd0\\\\xb9\\\\x8e\\\\x03\\\\x15\\\\xee\\\\xa3q\\\\x04\\\\x11\\\\x04\\\\x1d\\\\xba}Li\\\\xd5\\\\xa3`\\\\x1e\\\\xf5n\\\\x14\\\\xf5/+\\\\xe6\\\\x80\\\\xdaM\\\\x9b\\\\x96\\\\xc6;\\\\xc9&\\\\x01\\\\x88\\\\xf4\\\\xc8\\\\x82~\\\\x9dI\\\\xd9\\\\x03\\\\x80\\\\xc1Z\\\\xb6e\\\\x92\\\\xbb\\\\x7fK>gf71^Rf\\\\x8a\\\\x05U\\\\xef\\\\xb6\\\\x8fr\\\\x1e\\\\xea\\\\xc3.\\\\xea\\\\xaa:\\\\x83dv\\\\x93\\\\xd6>\\\\xf7\\\\xe3$c(\\\\xea\\\\x02 ?S\\\\xccF\\\\x98\\\\x9eKb\\\\xd5\\\\xf7\\\\x88\\\\x89\\\\xc7\\\\x8cW\\\\xd1\\\\x1f\\\\x8d~\\\\xbe\\\\xe6e\\\\xdbO\\\\xf4\\\\xfa\\\\xe2\\\\xa2\\\\xa9U\\\\x15\\\\xd4\\\\x08\\\\xd8\\\\xba\\\\x80\\\\x1c\\\\x8dw\\\\x1f\\\\x12G~\\\\xbc^\\\\xfe\\\\xe4\\\\xf7\\\\x17\\\\x1e1f\\\\x14\\\\x11\\\\x15\\\\xf2\\\\xc5>\\\\x16\\\\xc0\\\\x15\\\\xf1R\\\\xf9_\\\\xd6\\\\xec\\\\xcc\\\\xec\\\\xc5\\\\xa1\\\\xef(\\\\xb8\\\\xccl\\\\xb9\\\\x8e\\\\xa4\\\\x050d\\\\xe86\\\\xcfY\\\\x96\\\\xe1-CV\\\\x00\\\\xf1\\\\xfc\\\\xa6L\\\\x00(\\\\x93h\\\\xfdC\\\\xc9\\\\xab\\\\xe4\\\\xb8W\\\\xb6HL,\\\\xdbh\\\\xb7v\\\\xe5`\\\\xe8rA\\\\xf7\\\\x19A\\\\x80\\\\xdai\\\\xa7a\\\\xd7\\\\xa7\\\\xf8\\\\xfdz\\\\x80f\\\\xfb\\\\x87\\\\xc5Q\\\\xbb\\\\xfa\\\\xb8\\\\xe2\\\\x8b\\\\xeb\\\\xb5\\\\\\\\\\\\xa3\\\\xf2x\\\\xd5\\\\xfe_$\\\\xe7\\\\x1a\\\\xa9\\\\xa2\\\\xfc7\\\\x1e\\\\x80\\\\xae\\\\xd5F\\\\xda\\\\xe3s7pN\\\\x91=\\\\xfc\\\\x00\\\\xb5\\\\xbc\\\\x04\\\\xc9\\\\xde\\\\x9fuB\\\\xd5\\\\xc7\\\\x05\\\\xf1Q\\\\xf1\\\\x94\\\\xa0\\\\xc7\\\\xcb\\\\xe6\\\\xfd\\\\x9c:\\\\xf0T\\\\xee\\\\xc2\\\\xb9\\\\xcd\\\\xf2\\\\x964\\\\x9d\\\\xb5\\\\x88Ub\\\\x07\\\\x87n\\\\xff\\\\x00fM\\\\xab3\\\\x8c\\\\xbf\\\\xe5\"\\\\x9c\\\\xf9t\\\\x18w\\\\xabS\\\\x9cKi\\\\xcdW\\\\xdf5\\\\xcdf\\\\xc9jx\\\\xack~>\\\\xbc\\\\xc6Ey\\\\xdb\\\\x9fz\\\\xda\\\\xe24\\\\xb0\\\\xfa\\\\xca\\\\x06T\\\\xf1+\\\\xa0\\\\x81\\\\x1d\\\\x16\\\\xe6\\\\xf0\\\\xa5\\\\x98GH%\\\\xf9\\\\xd3\\\\x995K\\\\x9c\\\\xc9\\\\xf5\\\\x1c\\\\xb8\\\\xe8R\\\\xb73uG\\\\x13\\\\x1f#.\\\\xd7\\\\xba\\\\xea\\\\xf2\\\\xab\\\\xc3[\\\\x14\\\\x02\\\\xed]cu\\\\xedZ\\\\x92\\\\x8e|\\\\x97r\\\\x80I\\\\xfa\\\\xf4\\\\xab\\\\xd6c\\\\xa4\\\\x12K\\\\xbbF\\\\x99f\\\\x7f\\\\x14U\\\\xed\\\\xdc%\\\\xfa\\\\xd4\\\\xe6\\\\x82|\\\\xdb/\\\\x8d\\\\xa2\\\\x93\\\\x8d\\\\x81C-\\\\x19\\\\xea\\\\xc8\\\\xeb\\\\x95JUg\\\\xb3T\\\\x8a\\\\xc9`\\\\x1c+m\\\\xee\\\\t\\\\xef\\\\xa7Twf\\\\xdc)\\\\n\\\\x83\\\\x8b\\\\xd0\\\\xb0\\\\xf1L\\\\x812\\\\xa18q\\\\xc7\\\\xd5qg\\\\xea\\\\x071\\\\x97\\\\x8d\\\\x82\\\\xf8v5\\\\x95c\\\\xf2,-\\\\xc82\\\\x8c\\\\xdb\\\\xfd\\\\xc2*]\\\\xe8a}:\\\\x93\\\\x1a\\\\x9e\\\\xac|@\\\\x9c\\\\xef\\\\x08\\\\x92@\\\\xc7,y8\\\\xe9\\\\xd3\\\\xbde\\\\xef\\\\xe4\\\\x05\\\\xb7\\\\x155\\\\x1eI++;\\\\x1b\\\\x91\\\\xe3-u\\\\xb1\\\\xcf(\\\\x8a\\\\x8a\\\\xfb\\\\x10\\\\xa0\\\\xb1T\\\\xc0\\\\xde\\\\x17Y1\\\\xdc\\\\x9d|t\\\\xeb\\\\xde^16\\\\xc8\\\\xc0\\\\xe7\\\\xfd/6\\\\xe2Qv\\\\xab\\\\xaa\\\\'\\\\x93\\\\xb2\\\\xc1\\\\xc8\\\\xdcA6\\\\xdckd\\\\xf7\\\\tT\\\\xf7lW\\\\x9d\\\\xdbS\\\\xd3\\\\x00\\\\x8f\\\\rz\\\\xc9\\\\xbc`f\\\\xf1\\\\xca\\\\x9d\\\\x0f?\\\\x05P;\\\\xf1O\\\\xeda\\\\x8e\\\\x99<\\\\x8eO\\\\xbc1\\\\x97\\\\xf9\\\\xd6\\\\x82\\\\xf6%\\\\xbaoT\\\\xda\\\\xcc\\\\x15\\\\xb7<\\\\x03\\\\x1e=\\\\xb4\\\\xea\\\\xac\\\\xe0\\\\xf75\\\\xc4\\\\x90\\\\t\\\\xe7\\\\x8d\\\\x17~\\\\xc1\\\\x88\\\\x04\\\\x8e2O\\\\x98\\\\xfcr\\\\xf08x\\\\xb5V\\\\xd5Yv|\\\\x80\\\\x01\\\\xadW\\\\x7fs\\\\xe1$\\\\x9f8\\\\xd6;\\\\xf7\\\\xeag?l\\\\xd0\\\\xfe\\\\xdd\\\\x98\\\\xf4\\\\xedM\\\\x88\\\\xd3\\\\x06l3\\\\xe3$?\\\\xf2\\\\xe9\\\\xff\\\\x00\\\\x9e?\\\\xf1?\\\\xfe\\\\xefY\\\\x7f\\\\xe0G\\\\x99\\\\xf3N\\\\xf7\\\\xba\\\\x05\\\\xff\\\\xd4\\\\xafqy\\\\x9c\\\\xb7\\\\xbb\\\\x1a\\\\xac\\\\x97zU\\\\xc0\\\\x94\\\\xdcP*\\\\x13\\\\xb9\\\\x83\\\\x19\\\\x99o\\\\xbf\\\\xcb\\\\xec\\\\xf1\\\\xf0\\\\xda\\\\xc40\\\\xe4\\\\x17\\\\xc6\\\\x85\\\\xe9\\\\x10z\\\\xab\\\\x13\\\\x86\\\\xf9sb\\\\xe7F6U\\\\xad\\\\x8bXF5L\\\\x90\\\\xeav\\\\x80TA\\\\xdc?\\\\x88\\\\x81\\\\xa7m;\\\\xf5fQ\\\\x0c\\\\xc9\\\\xd6w\\\\x12\\\\x88ph\\\\x81\\\\xf3\\\\x9f8\\\\xce[r\\\\xaf\\\\xc4\\\\xcbwk\\\\xacj\\\\xda\\\\xb7\\\\xda\\\\rBt\\\\xee\\\\t \\\\x0f\\\\xa7\\\\xd9\\\\xd6<,\\\\\\\\\\\\x06\\\\xa5\\\\xcb\\\\xf0\\\\xea\\\\xe1\\\\xdd\\\\xe7\\\\xc9\\\\'d|\\\\xd9\\\\x99\\\\xa9\\\\xaa\\\\xfcq\\\\x94\\\\xc8\\\\xc4\\\\xde\\\\xa5B\\\\x1fp\\\\x9fI\\\\x98\\\\xef\\\\x1d\\\\xb5\\\\xe9\\\\xb1\\\\xb5t\\\\x1a\\\\xd7\\\\xec\\\\x987\\\\xd1\\\\xcd.\\\\xe5gS\\\\xc8e\\\\xbaU\\\\x8c\\\\xf4\\\\xad\\\\'bTu\\\\xda\\\\xac;\\\\x89\\\\xed\\\\xa4\\\\x8e\\\\x9c,\\\\xcaD\\\\x1f!\\\\xf7V\\\\xad\\\\xee\\\\xde\\\\x897\\\\x93\\\\xc1+\\\\xee\\\\xce)Z\\\\x9c1g-\\\\x0c`i\\\\xb7\\\\xb4m\\\\x1f\\\\xda:\\\\x0b\\\\xc3H&Ah\\\\xdb\\\\x98,],\\\\xf1\\\\xce19\\\\xde3(\\\\xd6\\\\xe2\\\\xef}m\\\\xad\\\\x94\\\\xc1\\\\xd0\\\\x98\\\\x1a\\\\x98\\\\x1a@>\\\\x07\\\\xac\\\\x98\\\\xca\\\\x06\\\\xe8\\\\x01\\\\xfdY\\\\xf4V\\\\xa7/Er]A\\\\xc1\\\\xf3\\\\x14bS\\\\x97\\\\x8e\\\\xb7YQy\\\\xfc\\\\xcd\\\\x8ccM\\\\xa5\\\\x84\\\\x02X~/\\\\xa4G^Sz}\\\\x93r\\\\xd4O7\\\\x7f\\\\x10\\\\xd8\\\\xab\\\\xfbr&\\\\x04\\\\x8eX~\\\\x15\\\\xb1\\\\xf0,\\\\x90>1\\\\xf25\\\\xaf\\\\x1a\\\\xeb\\\\xef\\\\xc58\\\\xf98\\\\xde\\\\xc3\\\\xa0T\\\\xde\\\\xc5,gYgu\\\\x02\\\\x00\\\\x00\\\\xe9\\\\xe2\\\\xe6\\\\x97\\\\x0ch\\\\xdc\\\\xfb\\\\xfe\\\\xaa\\\\xc8\\\\xce\\\\xe6\\\\xef\\\\xe6\\\\xaf\\\\xb7>\\\\xaeU\\\\xad~\\\\x1d\\\\x96\\\\xdc\\\\x1c\\\\x90\\\\x9bl\\\\xbe\\\\xed\\\\x17yA\\\\xb7h/\\\\xe9\\\\x98\\\\x90\\\\x00b\\\\x0f[\\\\xb2\\\\xb9\\\\xfeC\\\\\\\\\\\\x94\\\\xc91!\\\\x8d#\\\\xaaG28)\\\\x10:\\\\x0e\\\\x9d4j\\\\xf4M\\\\xbcU\\\\\\\\\\\\xa71\\\\x99\\\\xc9\\\\xf0\\\\xcck\\\\xcc\\\\xcd\\\\xfc\\\\xe5\\\\xcf\\\\x97\\\\xc6\\\\xe3V\\\\xd9{-\\\\xa6\\\\xa0\\\\xde\\\\xe5/[4\\\\xb0\\\\x0cD.\\\\x9aOZ\\\\xfb}\\\\xa5\\\\xd3)\\\\xc1\\\\xc1\\\\x91$\\\\xb0\\\\x1a\\\\xb4\\\\x91\\\\xc8\\\\x84\\\\xb9\\\\xdc\\\\x80\\\\x02@\\\\x1c\\\\x05M\\\\x1f\\\\xb9\\\\x11<\\\\x96/\\\\x1b\\\\xcdap\\\\x1f%\\\\xc8\\\\xe6x\\\\xff\\\\x00\\\\x89\\\\xd9p\\\\xb6\\\\xae\\\\x7f\\\\x16\\\\x9b2\\\\x80d\\\\xafF5\\\\x89\\\\x00\\\\xa9*\\\\x8e|\\\\x07\\\\x9fGwg\\\\xb9\\\\xd5\\\\xa6\\\\xe1>\\\\xd8\\\\xa8 =Fzi\\\\xd8S\\\\xedF\\\\xd8\\\\x02t\\\\xaam\\\\xb3\\\\x98\\\\xbb#\\\\x02\\\\xdc\\\\x91\\\\xc5\\\\xfej\\\\xac\\\\x9cv\\\\x1cy\\\\x05\\\\xea\\\\xc7As\\\\x16$V\\\\xe5\\\\x97u\\\\x82\\\\tR}=\\\\xcf\\\\x87Zp\\\\xdb\\\\x19\\\\xdb\\\\xd6D]\\\\xa8\\\\x03\\\\xb3\\\\xf2\\\\n\\\\xac.\\\\xbf\\\\xa5\\\\xc9\\\\n\\\\xa7\\\\xe0\\\\xfeQK\\\\xf3\\\\\\\\\\\\xaf\\\\x1a)\\\\xa7\\\\xdb\\\\x16W\\\\x93\\\\xc7\\\\xe4T\\\\xcd^\\\\xd4F\\\\xda\\\\xa3\\\\xdb\\\\x8dD\\\\x8e\\\\xe4\\\\xeb\\\\x1dx\\\\xbd\\\\xec\\\\xa5\\\\xefI\\\\xc5\\\\\\\\\\\\x10rl\\\\x96\\\\xa5\\\\xb2\\\\x05\\\\xb0\\\\x06\\\\x1fuw\\\\xfcC\\\\x9c\\\\xb3\\\\x93\\\\xe7\\\\x1dyQg\\\\xe6\\\\x8b\\\\xaeF>U+\\\\nO\\\\xa9\\\\\\\\\\\\x95\"a\\\\x90\\\\xfa\\\\xb6\\\\xf8\\\\xf6\\\\x8dz\\\\xa3\\\\xb7\\\\xdc\\\\x19]>\\\\xe4K\\\\xe5\\\\xf9\\\\xf0R\\\\xcc\\\\x00z+Z\\\\xeak\\\\xc4\\\\xcf\\\\xce\\\\xb2\\\\xaeI1\\\\xaaJZ\\\\xf5;G\\\\xb6T\\\\xb4\\\\x11X\\\\x81\\\\xe9`Tn=\\\\xcfn\\\\xac\\\\xce\\\\xd4c9\\\\x97b\\\\xce\\\\xd5o\\\\xcb\\\\x1el\\\\xeae\\\\x12i\\\\xe6\\\\xa4\\\\xbdv]\\\\x8d\\\\x88\\\\xb9v\\\\xadUe\\\\x82\\\\xc9\\\\x1f\\\\xf4\\\\xff\\\\x00\\\\x86\\\\x04\\\\x06~\\\\xf2\\\\x00\\\\x8dG\\\\xdb\\\\xd1{S\\\\xbaa\\\\x90.\\\\xd4a\\\\xcb\\\\x13\\\\x8f\\\\xd9V\\\\x9bE\\\\xe9_\\\\x15\\\\x01\\\\xdb(\\\\xe4\\\\xf1\\\\x98O\\\\x8e\\\\x94W\\\\x9f~E\\\\x1e\\\\xe5\\\\xc3\\\\xdd\\\\xac\\\\xa24\\\\xb2\\\\x17\\\\x07h,\\\\xa7\\\\xb4\\\\xc9\\\\xf0=U\\\\x96\\\\xca\\\\xff\\\\x00\\\\xb9\\\\x08\\\\x98\\\\x88\\\\x89H\\\\x87$5\\\\x0f<;j\\\\xeb\\\\x85\\\\xc8\\\\x079\\\\xf6#\\\\xb5q\\\\xf8X\\\\xb94\\\\xe0Z\\\\xaa\\\\xcdn\\\\xfbq\\\\xb7](QW`S\\\\xb8\\\\x83\\\\xa4\\\\x80\\\\']4\\\\xed\\\\xd6\\\\xd0\\\\xf8\\\\xd7\\\\xbb\\\\xedM\\\\x89.A\\\\xd44\\\\x90\\\\xd8U\\\\x88n\\\\xb5\\\\xe4\\\\xabF\\\\xebz\\\\xbc\\\\x96\\\\xea\\\\xddx\\\\xc7\\\\xb9\\\\xb7\\\\xb0\\\\xae\\\\xeb)\\\\xa6\\\\xac\\\\xbb,{\\\\x1c\\\\xb2\\\\xa8SV\\\\xb3\\\\x1a\\\\xeb=\\\\x8f\\\\xdb\\\\xd3}\\\\xb3\\\\xb1\\\\x94\\\\xa7\\\\x80& H\\\\x978V>8\\\\xe4P\\\\x8b\\\\x82A\\\\xb3S\\\\xea\\\\xac\\\\xd5U\\\\xce\\\\xb6{\\\\xade\\\\x86\\\\xcbT\\\\x92N\\\\xe3\\\\xdc\\\\xc7\\\\x87\\\\xd9\\\\xd5\\\\x9bp\\\\x94,\\\\xcaz\\\\xb5\\\\x12k\\\\xd0\\\\xf6d\\\\x80\\\\x9fP\\\\nCU\\\\x06\\\\xa6\\\\xac\\\\x13c\\\\x89\\\\xf2\\\\xd4\\\\xf9\\\\xcfL\\\\xbb`@\\\\xc4\\\\x80\\\\xf2\\\\x93\\\\x1f\\\\x1e|\\\\x87Dq$\\\\xe0Q\\\\'\\\\xf6\\\\xc3\\\\xa6mh1\\\\xad\\\\xae\\\\x1a\\\\xeb\\\\x16@\\\\xf4\\\\xe8I\\\\x1e\\\\x03\\\\xab\\\\xd7\\\\xad\\\\xdb\\\\xb7!\\\\xb8\\\\x03I\\\\x15&\\\\xad\\\\xde\\\\x13crR\\\\xc2\\\\x85|\\\\xac\\\\xff\\\\x00t\\\\xff\\\\x003\\\\xe4\\\\x7fQ\\\\xfe^\\\\xd8\\\\x1c+T\\\\xdcg\\\\xc6Z\\\\xdcJ\\\\xc0\\\\x857\\\\xd90\\\\xf6\\\\x0b\\\\x04\\\\x92\\\\xb2\\\\xa2&\\\\x07\\\\xf8\\\\xe4n\\\\xfe\\\\x16\\\\xf7\\\\xc9\\\\xff\\\\x00\\\\xff\\\\x00C\\\\x8dF\\\\xac\\\\xcd\\\\xe0\\\\xb3\\\\xae\\\\xfc\\\\xb5\\\\xbbR0?\\\\xaf5\\\\xc7\\\\x0f\\\\xca\\\\xf2\\\\\\\\}\\\\xedVz[\\\\x8fh\\\\x1bU\\\\x89\\\\xf4\\\\xc91%\\\\x97Mdw=ym\\\\xc7\\\\xc5\\\\xdc\\\\xb2\\\\x1aQ f\\\\xad\\\\xda\\\\xdf[\\\\x9dc$W\\\\x0f\\\\xe4k\\\\xea\\\\x97!\\\\x8e\\\\xe5t*@3 \\\\x010\\\\x00\\\\x04x\\\\xe9?oY\\\\xa7jbp~8*\\\\xf4w\\\\x14r\\\\x980\\\\xbeSn;\\\\xb3\\\\xe1\\\\xdf]f\\\\xc9\\\\x1e\\\\xe0\\\\xfc \\\\r\\\\t\\\\x1b\\\\x81\\\\x83\\\\x00\\\\xff\\\\x00\\\\xdb\\\\xd2\\\\x8d\\\\xb9\\\\xc0\\\\xb8\\\\xa5\\\\x19\\\\x17\\\\xb9\\\\x19\\\\x1a\\\\xa6~7\\\\xe6\\\\x96cl\\\\xfeb\\\\xb2\\\\x86\\\\x06\\\\xb2\\\\xb6\\\\x15\\\\x06\\\\xb4:\\\\xed]\\\\xac\\\\t\\\\x03@\\\\x7f\\\\xbc\\\\xf5\\\\x12\\\\x9c\\\\xb3\\\\x15\\\\xa3\\\\xb5\\\\x1f\\\\xf9\\\\xea\\\\xbbK\\\\xb3\\\\x14\\\\xf3\\\\x83\\\\xfa\\\\x81]\\\\x8f7U\\\\xee#X\\\\xa5\\\\xd1\\\\x85cI\\\\x90\\\\x0e\\\\xd0\\\\x07p\\\\x04\\\\x83>=G\\\\xf9DH\\\\x0c\\\\x03\\\\xf0\\\\x10\\\\xca%\\\\x8f5aq\\\\xbf\\\\xa8x\\\\x96\\\\xb5X\\\\xd97\\\\xfa\\\\xeb\\\\x03\\\\xdcga\\\\xe2\\\\x06\\\\xe8\\\\x82t\\\\x10\\\\x07\\\\xf8ub\\\\xde\\\\xee$\\\\x80K\\\\x11\\\\xe1\\\\xd8\\\\xe9r\\\\xb7\\\\x19\\\\x07Nx\\\\x1f/[\\\\xae)\\\\x8a\\\\xeb\\\\x8dC\\\\xb3Zjf\\\\x9a\\\\xa1\\\\x0b\\\\x04!\\\\xa7S\\\\xa1\\\\x02c\\\\xfcz\\\\xbbj\\\\xf6\\\\xa3F\\\\xd2z\\\\xf7%N\\\\xd0\\\\x15)\\\\xcf\\\\x1f\\\\xe4\\\\xb6\\\\xe4-\\\\xbe\\\\xf3\\\\x1bQ\\\\xcb\\\\xa3\\\\x95\\\\xd8\\\\x05\\\\xa7\\\\xf8\\\\x89\\\\x04\\\\xeaH\\\\xd4\\\\xcf\\\\xd3^\\\\x9b\\\\x13,\\\\xc33\\\\xa5ia\\\\x8e)\\\\xe2\\\\x9f\\\\x90*\\\\xe4SZ0\\\\xcbP\\\\xca\\\\xd4\\\\xe3\\\\xe4\\\\x04\\\\x83Z\\\\x90d3\\\\xfa\\\\xb7\\\\x027I\\\\xd4\\\\x1f\\\\xbf\\\\xa6\\\\x88\\\\x1a\\\\xb8.\\\\xf8\\\\xf4K\\\\x94\\\\xf4\\\\xb3S\\\\xe8\\\\xa7\\\\xa7\\\\xcah\\\\t\\\\x9b\\\\x8f\\\\xfc\\\\xf1v\\\\xc6\\\\x18\\\\x16+*V\\\\x0cn] \\\\xb3C4\\\\xeb>\\\\x1d*v\\\\x9d\\\\xc6\\\\x03$\\\\xe8\\\\xdd\"<\\\\xc9Ex\\\\xcc\\\\xea3\\\\xd5\\\\\\\\\\\\xdb\\\\xb6\\\\xc1Z\\\\xfb\\\\xb8\\\\xcc\\\\xcd\\\\xb8\\\\xed\\\\xfcE\\\\t`\\\\x0e\\\\x9d\\\\xf4\\\\xef\\\\xd0\\\\x10\\\\x19\\\\x88vS\\\\x19\"t|\\\\x8f\\\\x15\\\\xa9_c\\\\x8c\\\\xb2\\\\x8a\\\\x95\\\\x8dl\\\\xa6\\\\xc0\\\\x9b\\\\xb4V%\\\\x0c\\\\x9d\\\\x002L\\\\x9d?gK,i\\\\x80<\\\\xe8\\\\xad\\\\xc6\\\\xa1\\\\x15\\\\xcb\\\\xb5\\\\xaf\\\\xc8\\\\xba\\\\x9a\\\\xad oQHV\\\\xf5:\\\\x1dl\\\\xda\\\\x08\\\\x1a\\\\x0e\\\\xc0\\\\xf6\\\\xfa\\\\xf4\\\\x8b\\\\x90\\\\x91\\\\x0c\\\\x0b\\\\x17\\\\xf2L`\\\\rB\\\\x91\\\\x8e\\\\xbb\\\\xab\\\\xa6\\\\x94\\\\xa6\\\\xdb\\\\xae\\\\xb6\\\\xb0\\\\xc7%\\\\x97j\\\\xaa\\\\x83\\\\xb2\\\\xc5\\\\n\\\\x0e\\\\x86:\\\\x81h\\\\xb0\\\\x89\\\\xa99\\\\xa9p\\\\x84\\\\xe7\\\\x8cJ\\\\xa8\\\\xba\\\\x9b\\\\x9cR\\\\xf7\\\\x06\\\\xac:\\\\xfat\\\\xf1\\\\x13\\\\xe0bLxx\\\\x1e\\\\x95n\\\\xdcF\\\\xa8\\\\xe6\\\\xe9S\\\\x8eK\\\\x94\\\\xfeaf\\\\r|\\\\xad\\\\x98\\\\xf97\\\\\\\\\\\\x17\\\\xdc\\\\xdfxW[\\\\x0e\\\\xd5*7\\\\xac\\\\x9fS\\\\x010\\\\'Q\\\\xd8\\\\x0e\\\\xbd\\\\x17\\\\xc3\\\\x8bFZI\\\\xa0\\\\xe8\\\\xb1w\\\\xae`\\\\xe7\\\\x13\\\\xc3\\\\xfe\\\\x16<\\\\xf7\\\\x11\\\\xfaY\\\\x91\\\\xc7\\\\xee\\\\xf8\\\\xb7\\\\xcby\\\\x1c\\\\xdc\\\\xd0\\\\x9f\\\\xf5\\\\x15\\\\x91\\\\x85\\\\x8f\\\\x83F\\\\r\\\\x15bV1*#\\\\xfe\\\\xa2\\\\xa6\\\\x10\\\\xab\\\\xb7yA\\\\xeb\\\\x12<\\\\xc6\\\\xb3\\\\xd5;\\\\xfb\\\\xe8\\\\xca:\\\\x89`UYO\\\\xd2\\\\xc07\\\\x1cu_\\\\'>}\\\\xf1\\\\xec*y\\\\x9c\\\\xbfx+\\\\xfeo}\\\\xc8\\\\x95\\\\x9d\\\\xa4(\\\\xb0\\\\xac\\\\x10|I\\\\x07\\\\xb7\\\\xf7\\\\xf5\\\\xe6o\\\\xd8\\\\xb53\\\\xaaU\\\\xfa\\\\xacm\\\\xc0\\\\x93\\\\x9d+\\\\x9d\\\\xf9\\\\x9e>\\\\x9a22+\\\\xc7$\\\\xa2\\\\x19Vu\\\\x86P\\\\t\\\\xee4\\\\x82;yu\\\\x8f/\\\\xf8\\\\xe6\\\\xd9d\\\\xbbF\\\\xa1\\\\x85R\\\\xe5\\\\xcc\\\\xd7\\\\x80\\\\xc8\\\\xc0\\\\x00u\\\\xb4\\\\x03\\\\x1d\\\\xe0\\\\x86>\\\\x1d\\\\xba\\\\xb3\\\\xb7\\\\x87\\\\xa9\\\\x9d\\\\x95\\\\xa38\\\\xc65\\\\xaa\\\\t\\\\x98\\\\xa4\\\\xa6\\\\xc0\\\\x85B\\\\xf7V\\\\xd1\\\\x80 \\\\xc0\\\\xf1\\\\x99\\\\xd4\\\\x7f\\\\xd9\\\\xd5\\\\xc1{!\\\\x82A\\\\xba\\\\xd5\\\\xe2\\\\xa9w#j\\\\xbb\\\\n\\\\x99\\\\x14\\\\x93\\\\xeaS\\\\xa4\\\\xc6\\\\xaa\\\\xa0\\\\x81\\\\'\\\\xbcLt\\\\xf8\\\\x93*\\\\x94\\\\x89\\\\x1dN\\\\x10\\\\xeb\\\\x89Q\\\\x05\\\\x8f\\\\xa0z\\\\xcchA:k\\\\xfb\\\\xbalj\\\\x87S\\\\xe3\\\\x92\\\\x1cE\\\\x9a\\\\xbc\\\\x16\\\\x00\\\\x02\\\\xe0\\\\xaf\\\\xa7\\\\xbcw\\\\x81\\\\xaf\\\\xf7\\\\xf4\\\\xfa`\\\\x80\\\\xb9r\\\\x16\\\\x96\\\\xb1\\\\x18\\\\x15\\\\xde=\\\\xc5\\\\x12+\\\\xee\\\\xf3#\\\\xc0\\\\xc6\\\\x9aw\\\\xfb\\\\xba1\\\\x12*\\\\xd4\\\\xf2S\\\\x1a\\\\x86\\\\xcdN\\\\xc5\\\\xb0\\\\xa3\\\\xa5\\\\x8db\\\\xfbn\\\\x07\\\\xafFFP`\\\\x11\\\\xfbzM\\\\xc8\\\\xd1\\\\x9a\\\\xa9\\\\xb1\\\\x06\\\\x99\\\\xfe\\\\x15\\\\x81\\\\x83\\\\x96\\\\x19k.\\\\xdb\\\\xc8\\\\xfcE\\\\xb4RA130z\\\\xc7\\\\xbbm\\\\x8a\\\\xb9j@\\\\x87(\\\\xe57\\\\xd7\\\\x1a\\\\xd8\\\\xa8\\\\'\\\\xd2\\\\xc7@H:.\\\\x9a\\\\xe8Gn\\\\xaaJ\\\\x07\\\\x92x\"\\\\x95Z7-\\\\x88\\\\xe4\\\\x90\\\\\\\\z~\\\\xa1\\\\x89\\\\x99\\\\x88n\\\\xdfg\\\\xdf\\\\xd1\\\\xb3\\\\x15\\\\x07\\\\xa2\\\\x1ar\\\\x10\\\\x03\\\\xb0\\\\xa1\\\\x10\\\\x00\\\\x1b\\\\x8e\\\\x87\\\\xcaD\\\\xf6\\\\x8e\\\\x9f\\\\xa0\\\\xe6\\\\xb8\\\\xc0\\\\x05\\\\xac\\\\xdc\\\\xa4R\\\\xae\\\\xaa\\\\xe2?\\\\x97a\\\\x12\\\\x0e\\\\x9d\\\\xa0w\\\\xef\\\\xa6\\\\x9dN\\\\x93V@\\\\xcd\\\\xdf\\\\xd5D\\\\xb2\\\\xe5\\\\x90\\\\x086\\\\x11\\\\xf6F\\\\xde\\\\xe0x\\\\xf8\\\\x1f\\\\x1e\\\\x99\\\\x18\\\\xf7#\\\\x88\\\\x006!F\\\\xbb\\\\x91\\\\xac)DuV\\\\xd5\\\\xad\\\\x0c<\\\\xf5\\\\x1a\\\\xf6\\\\x13\\\\xd3#d\\\\xe2W3W\\\\xea\\\\x87\\\\xbeZ\\\\xb0\\\\t\\\\xee\\\\xccD\\\\x91\\\\x10\\\\x0c\\\\x00$\\\\xfd\\\\xdd\\\\xbc\\\\xfap\\\\xb6\\\\xd5e\\\\x1a\\\\xe8\\\\xcbM\\\\x99\\\\xaaJ{lT\\\\xcc\\\\x02D\\\\x82[N\\\\xc2<\\\\xfa(\\\\xda\\\\xe6\\\\xba\\\\x82,\\\\rx\\\\xaa\\\\x8e\\\\xf9\\\\x93%\\\\xc8\\\\xda!B\\\\x18\\\\xec|\\\\x8ctb\\\\xdf$#\\\\x1e\\\\x85E9\\\\xe2&\\\\xc6\\\\x087k\\\\xb7X\\\\x81\\\\xa1\\\\xf0\\\\xeezh\\\\xb0N\\\\x01\\\\xd3#J,\\\\xceZN\\\\xe6+c\\\\rJ\\\\x82L\\\\x02$v\\\\x81\\\\xd0\\\\x8bEA\\\\xb8\\\\x19\\\\xf3X.QM\\\\xa0~\\\\x15%\\\\xc8\\\\x9d\\\\t\\\\xd4DORm\\\\xba\\\\x90y,\\\\xeb\\\\xb7&\\\\xe6\\\\n\\\\x15\\\\xed\\\\x11\\\\xb6\\\\xbd\\\\x9b\\\\xa0\\\\xf8\\\\xf8\\\\x0f.\\\\xa2Q\\\\x8cG%3%\\\\xb8d\\\\xd7\\\\xc6|[\\\\x9f\\\\xcfUg\\\\xdb\\\\x87P\\\\x8fn\\\\xdbD\\\\xcc\\\\x910\\\\x14\\\\x19\\\\x83 \\\\xcf\\\\xd9\\\\xd2nN \\\\x19\\\\x00H\\\\xf0\\\\xe3\\\\xb9\\\\x04\\\\xe6\\\\xc1\\\\x8ai_\\\\x87\\\\xf1\\\\xb8\\\\x16\\\\xad\\\\\\\\\\\\xb7%m\\\\xc6\\\\x08\\\\xb6\\\\x9a\\\\xe5T\\\\x93\\\\xa8\\\\x93+ \\\\xf9\\\\x0e\\\\xb3\\\\xa7\\\\xbc\\\\x98\\\\x93i\\\\xc3\\\\x95J\\\\\\\\\\\\xaf0\\\\xc5\\\\x93^/)\\\\xc0q\\\\x98\\\\xf7Q\\\\xc6\\\\xe2\\\\xa63\\\\x1f\\\\xe5\\\\xad\\\\xde\\\\x93c\\\\x92O\\\\x9e\\\\xba\\\\x88\\\\x06>\\\\xb1\\\\xd1\\\\xd9\\\\xddiw\\\\x81s\\\\x9e=\\\\xdd\\\\x01\\\\xcd\\\\x90J\\\\xf84U\\\\x1f\\\\xca\\\\xb2\\\\xec\\\\xc6\\\\xc8\\\\xb6\\\\xe4\\\\x9a\\\\xea \\\\xee\\\\x8d\\\\x14\\\\x061\\\\xb5\\\\xbe\\\\x9fg\\\\x8fV\\\\xb6P\\\\xf7\\\\xb2\\\\xa9<2\\\\xa9z\\\\xce\\\\x9a\\\\xaa\\\\xbb\\\\'\\\\x91\\\\xf7]\\\\xc1m\\\\x9b\\\\xc1\\\\x1a@&5\\\\x12\\\\x04\\\\x01\\\\xe5\\\\xd7\\\\xa5\\\\xb3\\\\xb2\\\\xd2\\\\x015U\\\\xb5\\\\x12\\\\x18`\\\\x96\\\\xf2\\\\xf2\\\\xdd\\\\xb7\\\\x95\\\\x05I\\\\x93&5\\\\x1a\\\\xc9\\\\xef\\\\xe1\\\\xd6\\\\xb5\\\\xab@2u\\\\xbb|\\\\xd0\\\\x97\\\\xcb69\\\\x9b\\\\x00\\\\x00\\\\x11\"X\\\\x81\\\\xf7\\\\xc6\\\\xa7\\\\xcc\\\\xf5lZa\\\\x82\\\\xb5\\\\x1b@\\\\x0c8\\\\xfe\\\\x14o\\\\xce\\\\xd8\\\\xf2\\\\x80\\\\x80\\\\x85`\\\\x13\\\\xdc\\\\x81\\\\'R:x\\\\xb4\\\\x02\\\\xb5\\\\x0b`,k\\\\xb1\\\\xa6\\\\x13\\\\xf8A1\\\\x12a\\\\xb5\\\\x1a\\\\x19\\\\x1e\\\\x1ak\\\\xd1\\\\x903N\\\\xa0\\\\xc7\\\\xfbF\\\\xb19\\\\x1b\\\\xf1MV\\\\xa3\\\\x9a\\\\x8a0bS\\\\xd2J\\\\xf6 /\\\\x81\\\\x8d?\\\\xcb\\\\xaa\\\\xf7,F\\\\xe0 \\\\x87O\\\\xb4Z\\\\xaa\\\\xfa\\\\xf8\\\\xdf\\\\xce\\\\x0e\\\\r\\\\tu<\\\\x99A\\\\x91\\\\xe8\\\\xb3\\\\x15\\\\x1d\\\\xbd\\\\xe5\\\\x04B\\\\xb1\\\\x9d\\\\x0f\\\\xd4L\\\\xf5\\\\xe5w\\\\xbf\\\\r\\\\xa8\\\\xea\\\\x07I4,|Ob\\\\xbfn\\\\xf4dj0\\\\xf0OM\\\\xf2\\\\x9b\\\\xea\\\\xb7*\\\\xbb9|v\\\\xaa\\\\xbcabX\\\\x18\\\\xbe\\\\xf6\\\\xd0\\\\x95\\\\x1d\\\\xf5\\\\x00k\\\\xe5\\\\xf7\\\\xf5\\\\x98?\\\\xebq\\\\x8d\\\\xc9\\\\t\\\\\\\\\\\\x0c\\\\x03\\\\xb8\\\\xab\\\\xe6\\\\xdd\\\\xbc\\\\xd4\\\\xfb\\\\xc5\\\\x81\\\\x03\\\\xb9t\\\\x9f\\\\xfbm\\\\xfd o\\\\x9fr\\\\xf8\\\\xdf%\\\\xf9o\\\\'v\\\\x0f\\\\xc7\\\\xefu\\\\xc9\\\\xc1\\\\xc2m\\\\xacy\\\\x11]\\\\x8b\\\\xe9RcI\\\\x80c\\\\xc3\\\\xad-\\\\xb6\\\\xde\\\\xd6\\\\xdcK\\\\xdb\\\\x96\"\\\\xae\\\\xd5\\\\xecT\\\\xafn\\\\xbdL\\\\x02\\\\xfb\\\\x0b^\\\\x16\\\\x12c\\\\xe3b\\\\xe3\\\\'\\\\xf4\\\\xbc\\\\xdc0\\\\r\\\\\\\\vG\\\\xf2\\\\xaeT)\\\\xe9P$\\\\x92\\\\xa1@&\\\\x07\\\\xdf\\\\xe7J\\\\xf4\\\\x04e\\\\xaau\\\\x07\\\\xa3*q\\\\x88\\\\x9d\\\\x06!\\\\x0c\\\\xbb\\\\x8f\\\\xbfjb\\\\xdd\\\\x83_>\\\\xf8ym\\\\x89\\\\x93\\\\x95\\\\x8fo\\\\xb6\\\\xebn\\\\xa3{o]v\\\\x07+=\\\\xa0\\\\xf8v\\\\x19\\\\xf2\\\\xb5\\\\x19HFB\\\\xaeS*\\\\t \\\\xbbw%\\\\x11\\\\xcd\\\\xdd\\\\xc7\\\\x9c\\\\xbe\\\\x1f\\\\x89\\\\x18|f-\\\\xf9 V^.\\\\xb8\\\\x02=\\\\xb7M\\\\xec\\\\xcc\\\\xc43\\\\x00\\\\x0f\\\\x80\\\\xef\\\\xf5=z\\\\xe4DM\\\\xbb,\\\\x05\\\\x1b\\\\xe8q\\\\xfe\\\\x90\\\\x00d\\\\xc4\\\\xbb\\\\x94\\\\x91\\\\xf2\\\\x8f\\\\xe5[\\\\x98.\\\\xc9k\\\\xed\\\\xc6x\\\\x8a\\\\x85k[\\\\x15\\\\x82\\\\xe7jF\\\\xc1\\\\x0b\\\\xba\\\\t\\\\x93=\\\\xc0\\\\xeb#q7,\\\\t2\\\\x0c)P\\\\x8e\\\\x1e\\\\x92pn9\\\\xa4?\\\\x93\\\\xf3\\\\xd8\\\\xdc\\\\x9bY\\\\xcb\\\\xb6*qu[\\\\x8e@\\\\xc6\\\\xc6f\\\\x18\\\\xc9\\\\xed G\\\\xb4#\\\\xb12\\\\xed\\\\xeai\\\\x9dz\\\\xa3\\\\xba\\\\x98\\\\xbfq\\\\xc0\\\\xd2\\\\xc2\\\\xa0~\\\\xbd\\\\xb5\\\\xe6\\\\x8e-\\\\x08\\\\xb1+\\\\xe7/\\\\xeb?\\\\xca\\\\xf2\\\\xf3y\\\\xcc.8g=+N\\\\xfb\\\\xec\\\\x05\\\\xe0\\\\r\\\\xc0\\\\xedP \\\\x1dt3\\\\xf5\\\\xd3N\\\\xaf|`\\\\x9d\\\\xc3)\\\\x17\\\\x83`\\\\x0b\\\\xd2\\\\x8f\\\\x97\\\\x92\\\\xc9\\\\xdf\\\\x00\\\\x06\\\\x91W\\\\xc5\\\\x0c\\\\xf8\\\\xde_!^\\\\x00\\\\x9b\\\\x1b\"\\\\xcb\\\\x01\\\\xfc\\\\xbd%\\\\x84\\\\x15 B\\\\x8d\\\\xc6\\\\x04\\\\xb4Ly\\\\xf8i\\\\xd6\\\\x85\\\\x8d\\\\xdd\\\\xd8\\\\x93C,\\\\x83\\\\xe7\\\\xd8\\\\xeb\\\\x1eQ\\\\x8eA\\\\x96g\\\\x8e\\\\xccl\\\\xa3fW\\\\xfd5\\\\x1b\\\\x9c\\\\xbd\\\\xe5%\\\\x91XJ\\\\xb2\\\\xa9\\\\xd4\\\\xeb\\\\xde\\\\x07Af\\\\xf4\\\\xa3\".D\\\\xc4\\\\x0cO/\\\\x15ZV5a^3R8\\\\xfb\\\\xb8\\\\xae\\\\x1e\\\\x9a\\\\xbf1p,^YB,0Q%\\\\xb4\\\\x92%\\\\xb4\\\\x11\\\\xf7H\\\\xe9vw\\\\x91\\\\xd5RH\\\\x07\\\\x06\\\\xa2h\\\\x84b(\\\\x03\\\\xf3\\\\xcdM\\\\x1f.\\\\xe1\\\\xb3\\\\xb3\\\\x05\\\\xf7\\\\xd2*\\\\x08\\\\xa5\\\\xe8$\\\\x16 \\\\x08\\\\x8d\\\\xad\\\\xb4z\\\\xf4\\\\x8f\\\\xa7V?\\\\xce\\\\x8c\\\\xe6\\\\xf3\\\\x8bW\\\\xb5\\\\xb9\\\\x11\\\\xcb\\\\x8a\\\\xa8\\\\x88\\\\x040(\\\\x8f\\\\xf5?\\\\x8f\\\\x7f\\\\xf9\\\\xa6\\\\xaf\\\\xfcc\\\\xfc\\\\xfaw\\\\xbd\\\\xb3\\\\xff\\\\x00h\\\\xff\\\\x00\\\\xeeH\\\\xd69\\\\xf9\\\\x15\\\\xff\\\\xd5\\\\xaa\\\\xb2\\\\x1e\\\\xdby\\\\x8a\\\\x9d\\\\xa9U\\\\xc5\\\\xb4\"\\\\xb3\\\\xc9\\\\x00l\\\\x0cAY$@\\\\x12&#^\\\\xbc\\\\xb9\\\\x15_\\\\x15\\\\xbb?PYq\\\\xbc\\\\xb6.\\\\x07?\\\\x91J\\\\xaf\\\\xe6\\\\xeek](h.\\\\x0e\\\\xd9\\\\xf5\\\\x00\\\\xdd\\\\xf6\\\\x82u\\\\x1f\\\\xb3\\\\xa3\\\\xb1R\\\\xc4\"\\\\x80\\\\x10\\\\x96*>~#[a\\\\xb0\\\\xceC\\\\x92\\\\xce\\\\xd0\\\\'i\\\\x0c\\\\x14l\\\\xdb\\\\xaf\\\\xa4\\\\x99\\\\x03\\\\xb4\\\\xf5\\\\x1a\\\\x03\\\\xd0\"\\\\x93\\\\xd7\\\\xa1_\\\\xbe%\\\\xc0\\\\xe1r_\"\\\\xc6\\\\xc4\\\\xe63N=\\\\x17\\\\xab\\\\x0b,\\\\xb3Y\\\\x84\\\\x91\\\\xab\\\\xc1\\\\x9e\\\\xd3\\\\xbb\\\\xcf\\\\xec\\\\xea\\\\xc6\\\\xd2\\\\xccer\\\\xb9\\\\xa9\\\\xb4L\\\\x88sO4\\\\xc3\\\\xc6\\\\xf18\\\\xb5\\\\xf3\\\\x96\\\\x9c\\\\x82\\\\xb7a\\\\xe1\\\\xbb\\\\xa8\\\\x14m+`\\\\x1a\\\\xa1\\\\x8f\\\\t\\\\xef1\\\\xdb\\\\xa7B1\\\\x89$\\\\xe0\\\\x16\\\\x9d\\\\x8f\\\\xdf\\\\x98\\\\n\\\\xb5\\\\xfdQ\\\\xf9\\\\x8e;\\\\xe7\\\\x9c>6\\\\xb5\\\\xc7T\\\\xaf\\\\xd3Uh\\\\x1c\\\\x1d#q\\\\r\\\\xa1&z\\\\xf3\\\\x1f+\\\\xba\\\\xf7n\\\\xb0\\\\xa0\\\\xe8\\\\xb4\\\\xfd\\\\xea8\\\\xcb\\\\x87\\\\\\\\\\\\xe09\\\\xd7\\\\xa7\\\\x95\\\\xc1\\\\xca{YMw\\\\xd4KIU\\\\x80\\\\xda\\\\x98\\\\xf0\\\\x91\\\\xf4\\\\xea\\\\x8d\\\\x9d\\\\xb9\\\\x8c\\\\xc1!\\\\xaa\\\\xeam\\\\xdc&%\\\\xb8+\\\\xa6q\\\\xf92\\\\x97X\\\\xe9\\\\xb5\\\\xf1\\\\xee\\\\xac\\\\xa6\\\\xd1 =v\\\\x01\\\\x1bO\\\\x98$\\\\xc7^_\\\\xe5\\\\xa7!~l\\\\x03Ta\\\\x91[{:B\\\\'\\\\x17\\\\xe6\\\\xad/\\\\x8fs\\\\xd9\\\\xbc]\\\\x1c]\\\\xb5\\\\xdd\\\\xf9h\\\\xa8\\\\x01\\\\x96\\\\x90\\\\r\\\\xf5\\\\xb0\\\\x88$\\\\x02\\\\xc0\\\\x88\\\\xeeDO\\\\xd4u\\\\x96wW\\\\xf6\\\\xb3\\\\x86\\\\x9a8\\\\xafX\\\\x9c\\\\x07w\\\\xd5hF\\\\x11\\\\x98$\\\\xf6\\\\xf7\\\\xabo\\\\x07/\\\\x8b\\\\xc9\\\\xc5)\\\\x99\\\\x83\\\\x95\\\\x97\\\\xc4\\\\xd4\\\\xf6\\\\xe6\\\\x9c\\\\xfcA\\\\x17\\\\xbd\\\\x86\\\\xb1\\\\xb4\\\\x17\\\\x04\\\\xfaT\\\\xeb O\\\\x7f>\\\\xb6\\\\xb6\\\\x93\\\\x84\\\\xa1#8\\\\x13\\\\x10\\\\xe4\\\\x103l\\\\xfa\\\\x0c]\\\\x0f\\\\xeb&\\\\x049g\\\\x05Y?\\\\x14\\\\xe78\\\\xbe:\\\\xae+\\\\x94^LdY\\\\x8dNP\\\\x83KR\\\\x8fe\\\\xcb\\\\rZ\\\\xda\\\\xa5\\\\x19\\\\x9daA\\\\x04\\\\xeaN\\\\x9fMm\\\\x9e\\\\xeeF0\\\\x9cf\\\\xe1\\\\x88\\\\xc3\\\\xf6\\\\'\\\\x1a\\\\xf4\\\\xea\\\\x93;`\\\\x03\\\\x12\\\\x1a\\\\xbe\\\\x03\\\\xb10\\\\xf1\\\\xc7\\\\x96\\\\xe1\\\\xf1\\\\xb1\\\\xf19Ll\\\\xceG%\\\\x8a\\\\xe6Q\\\\x8djnTu;\\\\x9d\\\\x109\\\\xdb\\\\xb1A\\\\x16\\\\x13X\\\\xed\\\\xa9\\\\xd7\\\\xadx{\\\\xbbk`KQ \\\\xbb\\\\x1f\\\\xa7fn\\\\x14\\\\x16\\\\xbb*0\\\\x1d0Z\\\\xb9\\\\xdeMx\\\\xcc{\\\\x05\\\\xbf\\\\xcf\\\\xe23.7\\\\xe4\\\\xd2\\\\x8eJ\\\\x94\\\\x08K\\\\xdc\\\\x80\\\\x86.\\\\xe4\\\\xc0\\\\n\\\\xc0H\\\\xdcI\\\\xd3\\\\xa1\\\\xb9\\\\xb9\\\\x8c\\\\xad\\\\x99\\\\xb7\\\\xa4\\\\x97aT\\\\xd1ljc\\\\x88\\\\x0c\\\\xa8\\\\xef\\\\xd3\\\\xeek\\\\x8a\\\\xf9\\\\x7f\\\\xea\\\\x17.\\\\xd4g\\\\xff\\\\x00N\\\\xb8\\\\x1aN\\\\x165\\\\xbb\\\\xa5\\\\xd7Ub\\\\xcd\\\\xb6CO\\\\xe2\\\\xd2\\\\x08\\\\xd7\\\\xe9\\\\xd7\\\\x96\\\\x93o.Np,\\\\x0bP\\\\xe6?\\\\x85p\\\\x9fh\\\\x01!\\\\xdf\\\\xd5^\\\\xb9\\\\xe6\\\\xde\\\\x1f\\\\x91\\\\xca\\\\xaf\\\\x1eN>\\\\x05\\\\x9b\\\\x9b\\\\xda,\\\\xcb\\\\xe3\\\\x00\\\\xdb\\\\xe9\\\\x1e\\\\x96\\\\x04\\\\x01\\\\xd8\\\\xf5\\\\x8b\\\\xb9\\\\xd8\\\\xca\\\\xd5\\\\xc9\\\\x00]\\\\x8b\\\\xbd|\\\\x14\\\\xc6\\\\xe0\\\\x98\\\\x04\\\\xd1\\\\xd3\\\\xc6\\\\x173\\\\x91\\\\x9a\\\\xc9\\\\x9c\\\\xa7%1h\\\\xc7\\\\x19\\\\x197\\\\xe2\\\\x07.\\\\xa5I\\\\xb1U\\\\x96@\\\\xf6\\\\xc3\\\\x81\\\\xbbtF\\\\x90;\\\\xca\\\\xac\\\\x0b\\\\x97%-N\\\\x189\"\\\\xad\\\\xc9\\\\xfasQzz\\\\x18\\\\x0c\\\\xcf\\\\x1e*\\\\xd9\\\\xf8\\\\xa2\\\\xfc\\\\x93\\\\xe48U\\\\x1c\\\\x9e{\\\\x18\\\\xb70^\\\\xecZ\\\\x8c\\\\xd9mL\\\\x9e\\\\x9b\\\\x01\\\\x05YF\\\\xe4%\\\\x8f`\\\\x7f\\\\xbb\\\\xd4|n\\\\xde\\\\xf6\\\\xe21\\\\xb7\\\\xae\\\\xb2\\\\x04\\\\x81\\\\xff\\\\x00\\\\xea\\\\x1d>\\\\xea\\\\x95\\\\xc9\\\\x89\\\\x12z\\\\xf1Ea:d\\\\xe2\\\\xd7\\\\x89\\\\x8fN&\\\\x12\\\\\\\\\\\\xa7a\\\\xfcV\\\\xa3\\\\x10?\\\\x804\\\\xb82\\\\x04\\\\x931\\\\xf5\\\\xea\\\\xfd\\\\xd8\\\\x08\\\\xe9\\\\x10\\\\x8cAr\\\\xc0\\\\x8da\\\\xf3\\\\xa1\\\\xea\\\\x94hHD\\\\x06#~f\\\\xcb2\\\\x12\\\\xbbE\\\\x8a\\\\x95Z\\\\xe6\\\\xa6\\\\x0bi\\\\x1e\\\\xa2\\\\xccL\\\\x80T\\\\xe8\\\\xbak\\\\xe7\\\\xafZ\\\\x10\\\\x84D\\\\x8e\\\\xb0\\\\xfc\\\\xc9\\\\xa3\\\\x9c]\\\\xf9\\\\xbe\\\\t3\\\\x07\\\\x10\\\\xb59\\\\tn7\\\\xb1\\\\x8e}\\\\x8b\\\\x91\\\\x83;\\\\xc9]\\\\xa9\\\\x0c\\\\xa4\\\\x10~\\\\x9axuB\\\\xec\\\\xa3\\\\xae:bDd?\\\\xd4\\\\xe7\\\\x03\\\\x88<\\\\x04\\\\xdd$\\\\x02\\\\xf8\\\\xf4D*+n?\\\\xfd0K\\\\xafg\\\\x8fp\\\\x0fR\\\\xed\\\\x92T\\\\x8f\\\\r:\\\\xb1\\\\x00.Z\\\\x12\\\\xb2\\\\xd2\\\\x91.\\\\xf8\\\\x1a=\\\\x08\\\\xcb\\\\xee\\\\x88\\\\x16\\\\xf4\\\\x90\\\\xa7QEU_^NB~aY\\\\x004\\\\x82B\\\\xc9\\\\x06#\\\\xec\\\\xea\\\\xed\\\\xad\\\\xacM\\\\xc19z\\\\xb5\\\\x01G\\\\xa3\\\\xd6\\\\xbd\\\\xcaa8\\\\xda\"R\\\\x0e\\\\x02\\\\xe6\\\\xaf\\\\xd6\\\\xbf\\\\xd6\\\\x1c\\\\xbf\\\\xd3\\\\xe4\\\\xb7\\\\x8f\\\\xe1R\\\\xbeB\\\\xdc\\\\xea\\\\xec\\\\xab\"\\\\xab\\\\xce\\\\xea\\\\xebe\\\\xd0\\\\xc1C\\\\xba=z\\\\xfdDu\\\\x9dok+\\\\xfa\\\\xad\\\\xc6\\\\xe4\\\\xbd\\\\xb7\\\\xafh9\\\\x1eJ\\\\xa6\\\\xf7\\\\xe4\\\\x0e\\\\xdf\\\\xf5\\\\x1e\\\\xaf\\\\xa2\\\\xf9\\\\x91\\\\x95\\\\xc9e\\\\x97\\\\xca\\\\xce\\\\xc8z\\\\xc3X\\\\xcf`\\\\'\\\\xf1;1-#\\\\xce|\\\\xba\\\\xf4v\\\\xde\\\\x16\\\\xc4F\\\\x02\\\\x8b\\\\xc7]\\\\xbcnI\\\\xca\\\\x0b\\\\x14\\\\\\\\\\\\x8b\\\\x95\\\\x97\\\\xe8\\\\\\\\\\\\x90\\\\xc8A\\\\xacl\\\\xdd&N\\\\x82\\\\x08\\\\xd4h\\\\x06\\\\x9d2\\\\x16\\\\xa0\\\\xd5j\\\\xa4\\\\xfb\\\\x865\\\\x05\\\\t\\\\xc9\\\\xe3x\\\\xec\\\\x8c\\\\x91\\\\x8d\\\\xed\\\\xd5B\\\\xa3\\\\xb3\\\\xfb\\\\xcb\\\\xad\\\\x92t;\\\\xd8\\\\x01\\\\xac\\\\xf9i\\\\xd5\\\\x0b\\\\xdf\\\\x1b\\\\xb7\\\\xdc\\\\x12%\\\\x01\\\\xddO\\\\xa2\\\\xb9\\\\x0f\\\\x91\\\\xbb\\\\x06 \\\\x94\\\\xb9\\\\x9b\\\\xf1\\\\xab\\\\xd2\\\\xd5\\\\x1cF{YT\\\\x16\\\\xf6/bv\\\\x80KAu\\\\xd0A\\\\xf0\\\\xef\\\\xf5\\\\xeb\\\\x1bw\\\\xff\\\\x00Y\\\\x8e6\\\\xa4+\\\\x91\\\\xfc\\\\x81\\\\xf6Z\\\\xdb\\\\x7f\\\\x9e8\\\\\\\\\\\\x8a\\\\x0fc\\\\xf3\\\\xbcR\\\\x9bs0\\\\x9dQ\\\\xcc\\\\x1b\\\\xd3\\\\xd6\\\\x8b\\\\xb4\\\\x95\\\\x8d\\\\xcaLn\\\\x89\\\\x8e\\\\xbc\\\\xee\\\\xef\\\\xe1\\\\xeeYmq yx\\\\xe0\\\\xb6,|\\\\x85\\\\xab\\\\xbf\\\\xa9Dq\\\\xbeP\\\\xc7\\\\xdbz\\\\xed(\\\\xcb\\\\xea\\\\x13\\\\xac\\\\xc1\\\\x90u?_\\\\x0e\\\\xb1\\\\xe7\\\\xb0\\\\xe6\\\\x15\\\\xe8\\\\xde9&LO\\\\x91K\\\\xa9\\\\xf7\\\\x01k\\\\x0e\\\\xefp1\\\\x04\\\\xc9\\\\x90K\\\\x03\\\\xdb\\\\xcc\\\\x9e\\\\xa9\\\\\\\\\\\\xd9\\\\xd1\\\\x1f\\\\xba\\\\x99\\\\xf0\\\\xfeZ\\\\xeaj\\\\n\\\\xee\\\\xcfS\\\\x13]i\\\\xa2\\\\x96\\\\x1bI\\\\xdcu\\\\x1aG\\\\x87\\\\xdf\\\\xd5S\\\\xb5\\\\x94\\\\x08 \\\\xe1Q\\\\xd3\\\\xfbL\\\\x1a[\\\\xb5Y\\\\x9c?\\\\xea6~:\\\\xd3`\\\\x15_U{\\\\x98\\\\x8b\\\\xc6\\\\xe6\\\\xda\\\\xd0\\\\n\\\\x91\\\\xd8\\\\xc4\\\\x024\\\\xef\\\\xfb\\\\xac\\\\xc7\\\\xe4\\\\xef\\\\xc3\\\\xd3&#\\\\xb3$\\\\xb3d7o$\\\\xf7\\\\xc6\\\\xfe\\\\xa1~b\\\\xd4L\\\\xa4L\\\\x83eZ*\\\\x86k\\\\x06\\\\xd6\\\\x05`\\\\xb3O\\\\x9c\\\\xed\\\\x9d{uj\\\\xcf\\\\xca\\\\x8e\\\\xfeLx\\\\xf0I\\\\x95\\\\xac8t\\\\xff\\\\x00\\\\x85\\\\xf3\\\\xcck\\\\x15\\\\x91\\\\x94\\\\xd7m.\\\\xde\\\\xddGsA\\\\x88\\\\x85]4\\\\x1eQ\\\\xafW-o\\\\xe1s\\\\xd29\\\\xfd1Q;LS\\\\x96\\\\x17\\\\xca0\\\\xaceKoG\\\\xb9\\\\x19\\\\xc5d\\\\x98\"\\\\xc6\\\\x9d\\\\xb2 \\\\xc1\\\\x13$y\\\\xf4\\\\xc3(\\\\x1a=rK\\\\x10\\\\x90(\\\\xba|\\\\x81\\\\xb3\\\\x02\\\\xbf\\\\xbbU\\\\xea\\\\xc4!\\\\xb0\\\\x855,\\\\x03\\\\xaaj@\\\\x1ayw\\\\xd4\\\\xfdR-BR\\\\x14\\\\xa8\\\\xc5\\\\x1e\\\\xb23`\\\\x8aQ\\\\xce\\\\xda\\\\x99*\\\\xf8h\\\\xd4\\\\xa5\\\\xa6\\\\x05\\\\xd7\\\\xdb\\\\xef1\\\\xd8\\\\x00\\\\x82\\\\xe3W\\\\x13\\\\xa8\\\\x8e\\\\xd2zm\\\\xc8@\\\\x93(\\\\xd0y\\\\xa9\\\\x8c\\\\xe41\\\\xaacO\\\\x93\\\\xe5\\\\n\\\\xca\\\\xaej\\\\\\\\\\\\xea\\\\xaeZ\\\\xda\\\\x90!\\\\x1e\\\\x92\\\\xcce\\\\xca\\\\xccx\\\\t\\\\x04\\\\xf9\\\\xf5^V\\\\xc98\\\\xd3\\\\x14\\\\xd8\\\\xdd\\\\x000=\\\\xe9?\\\\xe4<\\\\xef\\\\x1dZ_\\\\x98ij(@\\\\xe2\\\\xe6\"[c\\\\r\\\\x08b\\\\xbe\\\\x11\\\\xaf\\\\xd7\\\\xa8\\\\x96\\\\xdc\\\\x16qL\\\\x94N@\\\\xaeh\\\\xe79\\\\xda3\\\\x1d\\\\xf2\\\\xe9\\\\xc9\\\\xa7\\\\xda\\\\xc6\\\\xdc\\\\xdb^\\\\xff\\\\x00[4\\\\x80v$nX\\\\x13\\\\xa0\\\\xeet\\\\xebW\\\\xe3\\\\xec\\\\xc2$\\\\xdd\\\\x04S\\\\xadOr\\\\xc9\\\\xdeL\\\\xcf\\\\xd3\\\\x92\\\\x93\\\\xc6\\\\xe1\\\\x9eG\\\\x84\\\\xcf\\\\xe7\\\\xf8\\\\xdb+~\\\\'\\\\x8e\\\\xcd\\\\xaf\\\\x14\\\\xad\\\\x99\\\\x15\\\\x8c\\\\xb1e\\\\xa2X\\\\xfb.\\\\xdb\\\\xca\\\\x805>\\\\x7f\\\\xbb\\\\xd9\\\\xec\\\\xe2\\\\xf6M\\\\xe0C\\\\x02\\\\xc3\\\\x9a\\\\xc7\\\\xbbo\\\\x9f\\\\x82\\\\xce\\\\xb66\\\\xd9j^\\\\x1cX\\\\x88\\\\xe5\\\\xb2\\\\x04\\\\x92#\\\\xb8S0C\\\\x0e\\\\xe6:w\\\\xbf\\\\xee\\\\x12\\\\x0eJ\\\\xb0\\\\r\\\\x155r\\\\xaa[6\\\\xd7J\\\\x82\\\\xc9\\\\xeen\\\\xac\\\\x9f\\\\x04\\\\x02%\\\\x87\\\\x8cOn\\\\xfdX;\\\\x8c\\\\xc0t\"\\\\'\\\\x07(V\\\\x7f\\\\xc5\\\\xf8\\\\x0f\\\\x96\\\\xd1F\\\\x1f9\\\\xc2\\\\xe1\\\\xf2\\\\xc9c\\\\xa9Z3(B\\\\x8aA2Aa\\\\x1a\\\\xc92\\\\x08\\\\xf2\\\\xe9\\\\xb6\\\\xef\\\\xeb\\\\xfd\\\\x83\\\\x84\\\\xf8]\\\\x98\\\\x95\\\\rUU\\\\xcd\\\\x7f\\\\xb5\\\\xff\\\\x00\\\\xd1\\\\x8eo\\\\x1b\\\\x97J~1n\\\\x07-\\\\x9c6a\\\\xf2x9\\\\x1b*\\\\xc7yRlZ\\\\x8c\\\\x03\\\\xabF\\\\xdf\\\\t\\\\xed\\\\xd5\\\\xfb7\\\\xe2\\\\x01\\\\x01\\\\xdf\\\\xb4\\\\xd3\\\\xb0`\\\\xae\\\\xc3\\\\xe4\\\\xae[!\\\\xcb\\\\xae\\\\x87\\\\xfd\\\\x18\\\\xe2\\\\xb8\\\\x8f\\\\xd0O\\\\x88\\\\x8f\\\\x8fp\\\\x1cz\\\\xe5;\\\\xa5\\\\x8b\\\\x9b\\\\x9b}@6@v\\\\x9fr\\\\xc2\\\\xa3\\\\xd5\\\\xd8@\\\\xdd\\\\x1e_[\\\\xd2\\\\xdd\\\\x8d\\\\x00-\\\\xfd\\\\x9f\\\\xfd\\\\x826\\\\xe3\\\\xea\\\\x8dT\\\\xbc\\\\xbf\\\\xd5>\\\\x13\\\\n\\\\xef\\\\xccg_\\\\x9f\\\\x7f=vP\\\\xa7 \\\\xd8\\\\xa0c\\\\xd5\\\\x8e\\\\xe7M\\\\x8b\\\\'q\\\\xf2\\\\x9d ~\\\\xcf9\\\\xf2\\\\xbf!\\\\xb70\\\\xc4\\\\x89\\\\xbb#\\\\x9f\\\\xc8\\\\r\\\\xcc\\\\x81d\\\\x17\\\\x9f\\\\xf9\\\\x9f\\\\x13\\\\x91|>w\\\\xbd\\\\x8d\\\\x94\\\\xb1Md\\\\x92\\\\xcfeJw\\\\tR4\\\\x1d\\\\x8f\\\\x99\\\\xeb\\\\xcf{\\\\xd0\\\\x12\\\\xac\\\\xbb\\\\x94\\\\\\\\\\\\x9b\\\\xd1\\\\x972\\\\xfc\\\\xa3\\\\xe4\\\\xc37;=G\\\\x19[\\\\xe3\\\\xe4\"TYQ\\\\xaddE\\\\x10Y\\\\xa7q\\\\xd7I\\\\xd7\\\\xab\\\\x91\\\\xb8$\\\\x0cL\\\\x01\\\\xd5\\\\x9fr\\\\xcf\\\\x9cep\\\\xfarU{\\\\xfcE\\\\xb3K_\\\\x916\\\\x86f4\\\\xd6\\\\xacBm\\\\x04\\\\x9d\\\\xb2\\\\xc0m2~\\\\xcf>\\\\x95k\\\\xe2`A\\\\x96=\\\\x07\\\\x14T\\\\xee\\\\\\\\\"\\\\x9c:X\\\\xca\\\\xe1\\\\xd2\\\\x9bQ1hP\\\\xd5wW1\\\\xff\\\\x000{q>2{O\\\\xdb\\\\xdb^\\\\x9b\\\\xfe$54@\\\\r\\\\xcd*S\\\\x91\\\\x15\\\\xfa\\\\xa4\\\\x8ew\\\\x19W.\\\\xeb=\\\\xb6us\\\\xb7\\\\xc44\\\\x84\\\\x8e\\\\xf1\\\\xdc}:\\\\xa9\\\\xb8\\\\x87\\\\xad\\\\xc1w\\\\xf2D9\\\\x10\\\\xc5%\\\\xe4\\\\xd5\\\\x0c\\\\xeaC\\\\x00u\\\\xde@3\\\\xf6\\\\x9f\\\\xf1=\\\\x04$\\\\x9b\\\\x18\\\\x82\\\\xc5\\\\x92\\\\xfeS\"lY;I%@0`~\\\\x1d\\\\'@|\\\\xfa\\\\xb9l\\\\x12\\\\x9b\\\\xa0\\\\xcb\\\\x1c\\\\x10\\\\x1bn\\\\xb3}\\\\x8e\\\\x12UU\\\\x9d\\\\x88\\\\x1a.\\\\xbe#@t\\\\xf1\\\\xea\\\\xfc-\\\\x02\\\\x00z\\\\x92\\\\xc97\\\\x01\\\\x8eX%>G\\\\xe4\\\\\\\\N*\\\\xadwd\\\\x9b\\\\xadb\\\\xcc\\\\xaa\\\\xba\\\\xb0\\\\x00\\\\xf7&\\\\x04\\\\x9e\\\\xb6\\\\xb6\\\\xff\\\\x00\\\\x1bx\\\\x97a\\\\x11\\\\xc6\\\\\\\\}\\\\xd3-l\\\\xee]\\\\x07H~\\\\xa5\\\\x03\\\\xbb\\\\xe7\\\\x0e\\\\x87w\\\\x1dU\\\\x81\\\\x03(\\\\x00\\\\x99\\\\x90\\\\xa0z\\\\xb6\\\\x8d=DOWa\\\\xf0\\\\xd6\\\\xc8\\\\xff\\\\x00\\\\x92\\\\xa7\\\\xa0W\\\\xad|U\\\\xc1\\\\xfbI\\\\xa9\\\\x92r\\\\xf8\\\\xdf\\\\xea&\\\\x1emu\\\\xd3\\\\x9fw\\\\xe5\\\\xb2\\\\x0bF\\\\xfd\\\\xb0\\\\x9av:\\\\x8e\\\\xfaxu\\\\x8f\\\\xbf\\\\xff\\\\x00\\\\xafH\\\\x1dV}C\\\\x96j/m\\\\xaeY5\\\\x0e9\\\\x8c\\\\xbbB\\\\xb3\\\\xb1\\\\xf9U\\\\xc8\\\\xa9l[\\\\xc5\\\\xaa\\\\xe0\\\\x84!\\\\x86\\\\xd3\\\\xe5\\\\x1a\\\\xf5\\\\xe6.m\\\\x8c$\\\\xc41\\\\x0b\\\\xa1=GR\\\\xdc3\\\\xec\\\\x81\\\\xe0\\\\xeaA\\\\x81\\\\x04D\\\\x9e\\\\xfa\\\\x8d`\\\\xe8z\\\\x0fd&\\\\x07\\\\xa1\\\\xc1D|\\\\xeda[j1%\\\\xa7S\\\\xaf\\\\x97\\\\xde#\\\\xa6\\\\x0bJ\\\\',\\\\xb3\\\\x08{\\\\xf2\\\\x04+\\\\x12@\\\\x1b\\\\x81eQ\\\\xea\\\\x9d\\\\x01\\\\xd0\\\\x92GN\\\\x16W\\\\x03\\\\xa7\\\\x00\\\\xb47 \\\\xc7\\\\xdcei&!gS\\\\x12F\\\\xbb\\\\xa7I\\\\xe8\\\\xc5\\\\x94\\\\x07\\\\x12\\\\xa1>W\\\\xa9A,\\\\xfa\\\\x92\\\\x19\\\\xbc5\\\\xf0\\\\xed1\\\\xf5\\\\xe9\\\\xc2\\\\xd5\\\\x1du\\\\x03\\\\xbb\\\\xba\\\\x8fe\\\\xe4n\\\\x0c4RX?h\\\\x1d\\\\xbc\"\\\\x01\\\\x8dz8\\\\xdb|\\\\x10NM\\\\x92\\\\x8c\\\\xf9\\\\x05\\\\x85l\\\\x80\\\\xb0\\\\xef\\\\x02L\\\\xa9\\\\xd2\\\\x04x\\\\xf6\\\\xef\\\\xe1\\\\xd3\\\\xe3a\\\\x9cK\\\\x83\\\\xf8\\\\xec@fN\\\\x19d\\\\xbd[m\\\\x11\\\\x1b\\\\xce\\\\xd3\\\\xac\\\\xc8\\\\x00\\\\x8f#\\\\xfb:\\\\xe9B9\\\\xb0D$Ky\\\\xf2Rh\\\\xc5\\\\xc8\\\\xbd\\\\xb6QY1\\\\xaf\\\\xa8\\\\x05\\\\xd3B\\\\x0c\\\\xc8\\\\x80?oJ\\\\x9d\\\\xd8F\\\\xb2\\\\xf2\\\\xe3\\\\xf8R\\\\xc3,\\\\xd1\\\\xea\\\\xb8\\\\'B?7pWRH\\\\xadt\\\\x89\\\\x1e\\\\x07O\\\\xb7N\\\\xa9Kw\\\\x94BtH\\\\x95Y\\\\x1d\\\\xc6\\\\xe30\\\\x93h\\\\x14V\\\\xef\\\\n\\\\x03\\\\xb9,I:w>=\\\\xff\\\\x00wH\\\\xf7%,Ov\\\\x08\\\\x88\\\\x00a\\\\x8ak\\\\xe3\\\\x8d\\\\x14\\\\xda\\\\xc1\\\\xd6\\\\xaa\\\\xab\\\\xadt\\\\x040\\\\x96\\\\xd4j\\\\x08\\\\x80|A:OA+\\\\xb1\\\\xb7\"X?a<\\\\x14\\\\xb3-!\\\\xb8\\\\xfe\\\\x96\\\\x19\\\\xbf(L kW\\\\x1d\\\\xce\\\\xda\\\\xc0\\\\x86\\\\x02cC&O\\\\x99\\\\xe9\\\\x06\\\\x17/\\\\xf4\\\\n\\\\x9c\\\\xae\\\\x11\\\\x82\\\\xaf\\\\xb9?\\\\x91\\\\r\\\\xe0\\\\x97\\\\x1b\\\\xd1d.\\\\x9d\\\\xf7z\\\\x80\\\\x93\\\\xdb\\\\xee\\\\xea\\\\xfe\\\\xdb`M\\\\x00Ug6\\\\xecJ6\\\\xfc\\\\x99\\\\xc5\\\\x80\\\\x86.5\\\\x96&\\\\x18\\\\x81\\\\xaf\\\\xd4\\\\x1d\\\\x1d\\\\xfc\\\\xc6\\\\x9d\\\\x1e\\\\xdf\\\\xe3ebby+\\\\x12\\\\xba\\\\xf1b\\\\x15y\\\\x9b\\\\x94\\\\xca\\\\xd6V\\\\xc1e\\\\x7f\\\\x11\\\\x04\\\\xc1\\\\x91\\\\xdc\\\\x7f\\\\xc7\\\\xafIf\\\\xd3\\\\x80Bm\\\\x9bC\\\\x10\\\\x83\\\\x1c\\\\xf7\\\\xb3|\\\\xb1}\\\\xdd\\\\x8f\\\\xd2t\\\\x06{v\\\\xea\\\\xe0\\\\xb0\\\\x02\\\\xb9\\\\xfe;2\\\\xd7e\\\\xbe\\\\xe9\\\\x13\\\\x1elH\\\\xeet\\\\xee?\\\\xb7\\\\xdd\\\\xd1\\\\xc6\\\\x0c\\\\x8e0\\\\xd2\\\\xb5!\\\\'\\\\xbf\\\\xe1\\\\x00\\\\xef$\\\\x95mb\\\\x07\\\\xf6\\\\x1d0\\\\xa6\\\\x96\\\\x0b%\\\\xf52\\\\x86\\\\x07i \\\\x84\\\\x1e?O\\\\xdb\\\\xd4\\\\x15\\\\x18)\\\\xb6\\\\xbb\\\\xb5\\\\x90T\\\\x90L\\\\xaa\\\\x96\\\\x98\\\\x1eBt\\\\xd2{w\\\\xe9q\\\\xc1\\\\xd4[\\\\x9a\\\\x95\\\\x89\\\\x91r\\\\x90\\\\x10\\\\x8a\\\\x99\\\\xc0}\\\\xc2u\\\\xf0\\\\xd7\\\\xb6\\\\x9e~}\\\\x0c\\\\xc08\\\\xd5;\\\\xdcdo\\\\x03:\\\\xf6\\\\xb1\\\\x01\\\\xb0\\\\x92\\\\xfa\\\\x95\\\\x07\\\\xb9?R{hz\\\\xabz\\\\xc44\\\\xe0\\\\x8c\\\\xc8\\\\xae\\\\xda\\\\xff\\\\x00n\\\\x9f\\\\xeec+\\\\xf4\\\\x9a\\\\xfc_\\\\x8d\\\\xfc\\\\x8f\\\\x1d\\\\xf9?\\\\x83\\\\xe5\\\\xe4\\\\xa5\\\\xd6\\\\xba\\\\x92r\\\\xf8\\\\xcb\\\\x08\\\\x83f9?\\\\xc2\\\\x0e\\\\xac\\\\xbe=y\\\\xdb\\\\xbbs\\\\x02H\\\\xc1\\\\xf8#\\\\xf0\\\\x82p2\\\\xfdi/\\\\xaa\\\\xfbw\\\\xf0^\\\\\\\\s\\\\xbcn?\\\\'\\\\xc7\\\\xf3\\\\x95s\\\\x9cnn\\\\x18\\\\xca\\\\xc4\\\\xe5k*\\\\xef`u>\\\\xd3\\\\xa3\\\\xe8H\\\\x00k\\\\xda4\\\\xf1\\\\xea\\\\x96\\\\xe0JB\\\\xa5\\\\xe2sCoPp(\\\\x98/\\\\xe4_z\\\\xe7\\\\xfek%\\\\xae\\\\xc8K\\\\x13\\\\x95dBj\\\\xbd\\\\x83l\\\\xafh^\\\\xc3i+:\\\\xcf\\\\xd7\\\\xac\\\\xab\\\\xf7\\\\xf4\\\\xe6\\\\xfc\\\\xfa\\\\xf1\\\\x82\\\\xefl\\\\xe2UY\\\\xcaP\\\\xfcE\\\\'+\\\\x17;\\\\x0f\\\\x8c\\\\xb8r\\\\x0b\\\\x95_\\\\xb6\\\\x95\\\\xe4\\\\xaa\\\\x00\\\\xe1E\\\\n\\\\n\\\\x96b\\\\xda*\\\\xee\\\\x02O\\\\xd9\\\\xd0BD\\\\xfaKB\\\\xa0\\\\xe0\\\\xfd\\\\xc3\\\\xf9\\\\xc5.`D\\\\xbdO\\\\xe7\\\\x9a\\\\xac>]\\\\xf2L\\\\x84\\\\xbe\\\\xd5\\\\xf7n\\\\xa72\\\\xc1mW\\\\xe5X\\\\x12\\\\x1c\\\\xdc\\\\xeaX\\\\xd8\\\\x9b\\\\xb6\\\\xac.\\\\x91\\\\x1au\\\\x91\\\\xba\"\\\\xdd\\\\xcd0\\\\xa1\\\\xc1\\\\xf9\\\\xbf5\\\\xc6Z\\\\xc5p+\\\\x9d\\\\xfe}\\\\xf2\\\\xdb\\\\xe9\\\\xc3\\\\xbf\\\\x19\\\\x8e\\\\xd5\\\\xc6\\\\x1e\\\\xdeFA!]\\\\x82\\\\x93\\\\xb4N\\\\x83\\\\xc3\\\\xc3N\\\\xb2\\\\xb7\\\\xd2\\\\xb8\\\\xe2\\\\x10\\\\xc323\\\\xe3\\\\x9a;`\\\\x00\\\\xe7\\\\xb8/\\\\x9f\\\\x99<\\\\x87\\\\xfe\\\\xa2\\\\xf9\\\\x16~ne\\\\xea\\\\x87)\\\\x9b\\\\xf2\\\\xf9\\\\x16\\\\x82\\\\xca6\\\\xce\\\\xddL\\\\x99;@\\\\x1dz\\\\xdd\\\\xad\\\\x81\\\\x0bq\\\\x8c\\\\xa4\\\\xd4\\\\xa95\\\\xaf\\\\x14^{{t\\\\xd4\\\\x85h\\\\xfc\\\\x03\\\\x052\\\\x9b e_\\\\xb9+R\\\\x98\\\\xedc\\\\x15OWia\\\\xdc\\\\t\\\\'\\\\xfb\\\\xba\\\\xa1\\\\r3\\\\xba\\\\x01\\\\xc5\\\\xb0\\\\xaa\\\\xadjG\\\\xb8\\\\xe6\\\\x89|\\\\xbb>\\\\x9c\\\\x0b\\\\xac\\\\xc0(\\\\xf9l\\\\x88K1id,I\\\\x10X\\\\xcc\\\\x02d\\\\x13\\\\xff\\\\x00\\\\x1e\\\\xbb~5^\\\\xd1\\\\x13H\\\\xb0$\\\\xe2N,\\\\xa2\\\\xe4\\\\xc8\\\\x81\\\\xa2\\\\xafM\\\\xb7~N\\\\xe6\\\\x022]\\\\x95\\\\xa8\\\\xb6\\\\x7f\\\\x08\\\\x98e]\"I=(\\\\x01\\\\x19\\\\x01\\\\xc6\\\\n\\\\xa0\\\\x911\\\\xa8\\\\xa6H\\\\x17\\\\xe6nP)\\\\x151\\\\xb1\\\\x1clmH1\\\\xdc\\\\xc7\\\\xfa@\\\\xee<\\\\xba\\\\xb1\\\\xed\\\\x83W\\\\xa2A\\\\x91\\\\x00\\\\x0c\\\\xf8\\\\xfb\"\\\\x7f\\\\x9c\\\\x7f\\\\xf47\\\\xee\\\\xff\\\\x00>\\\\x91\\\\xed\\\\x84\\\\xcf\\\\xf2\\\\x0fE\\\\xff\\\\xd6\\\\xaa\\\\xb31/\\\\xb6\\\\xc3b\\\\xd7\\\\xee9,\\\\xa3iY\\\\xb4@\\\\xdb\\\\xe9\\\\x93\\\\n\\\\x06\\\\xa0\\\\x13\\\\xff\\\\x00\\\\x1f7\\\\xa6T_\\\\x16\\\\xb9d\\\\x97+\\\\xdc\\\\xbap\\\\xa9\\\\xb3\\\\x1f5hz\\\\xb3\\\\x1dW\\\\xf3t\\\\xa9\\\\n\\\\x8d\\\\xea\\\\xd7\\\\xd5\\\\xb6e\\\\x81\\\\x83\\\\xae\\\\xbdI`\\\\\\\\(1\\\\x14e\\\\xab\\\\x8b\\\\\\\\\\\\x8c\\\\xcaMn\\\\xf3]\\\\x89\\\\xbf\\\\x0f\\\\x1a\\\\xb9\\\\x05X\\\\xc8\\\\x00\\\\xed\\\\x83\\\\xdaf;\\\\xf8\\\\xe9\\\\xd7Z\\\\xae(\\\\xad\\\\xcbU\\\\x13\\\\x1a\\\\xe0\\\\x0e?>\\\\x91\\\\x98\\\\xd6c\\\\xe2\\\\xb3!\\\\xde\\\\xbf\\\\x8e\\\\x1c\\\\x10\\\\x17pm\\\\xe4\\\\x19\\\\x99\\\\x99\\\\xea\\\\xecb#*\\\\xe0\\\\x88D\\\\x89\\\\x07Fyw\\\\xe3\\\\x93\\\\x8f\\\\xe4s\\\\xf00\\\\xd3\\\\x145\\\\x07\\\\x1d\\\\x1dL{\\\\xae\\\\x90\\\\xa6Ox\\\\x1a\\\\x19\\\\xd0\\\\xe9\\\\xafSt\\\\xc5\\\\x88\\\\x18- \\\\xd1\\\\x83\\\\xae=\\\\xe6\\\\x93+333 \\\\xbe\\\\xe6\\\\xac1\\\\xb2\\\\xca\\\\x83\\\\xb6\\\\xdb\\\\x14\\\\xf6\\\\x98?\\\\x88\\\\x10\\\\x04\\\\x83\\\\xae\\\\x9dbZ\\\\xb0%##\\\\x97\\\\x1c\\\\x92\\\\r\\\\xfc\\\\x15k\\\\xc8\\\\xe1\\\\x93\\\\xee\\\\xdbRm\\\\x15\\\\x106H\\\\x0c \\\\x13\\\\xae\\\\xd2@\\\\x93\\\\xfc?\\\\xb3\\\\xa5\\\\xdd\\\\xb5\\\\x12L\\\\x83\\\\xd2\\\\x8c\\\\xafm\\\\xa5*\\\\x0c\\\\x97B|;;\\\\xf3\\\\x9f\\\\x14\\\\xe13\\\\x16\\\\xdfq\\\\xb1Bb\\\\xe5\\\\x86 ~\\\\x16>\\\\x96a\\\\xa8Q\\\\xa8\\\\xed\\\\xfbz\\\\xf3\\\\x1f/\\\\x01\\\\xaa2\\\\x88\\\\xa5\\\\x01|\\\\xff\\\\x00\\\\x01o\\\\xedM\\\\x0cN8\\\\xa7\\\\xdcC}\\\\x95*\\\\x8a\\\\xfd\\\\xaaY\\\\x9a?\\\\x99\\\\xe8M\\\\xcc\\\\x03\\\\x9d\\\\x86W\\\\x93\\\\xc6_\\\\xca\\\\x9c\\\\xcb\\\\xc8[\\\\x15\\\\x9d,c\\\\xae\\\\xf0\\\\n\\\\x99%\\\\x83H\\\\x8d\\\\x0f\\\\x97n\\\\xaa\\\\xee\\\\x8d\\\\xdd\\\\xbc\\\\x8c5\\\\x11\\\\xcd\\\\x8e?\\\\x90\\\\xcc\\\\xac\\\\xd81\\\\xb9\\\\xeael\\\\xf0\\\\xb6`\\\\xdakF\\\\xc8|\\\\xbc\\\\x95e\\\\xb6\\\\xac\\\\x1bHZZ\\\\xad\\\\xd2A\\\\xdb\\\\x06D\\\\x03\\\\xfd\\\\xfd\\\\xfa\\\\xbf\\\\xb3\\\\xbd\\\\x00\\\\x1fQ8\\\\x1d$\\\\xd0\\\\xc5\\\\xdb%\\\\xd3\\\\xb6\\\\xec\\\\xe1\\\\xba\\\\xf5V\\\\xd6\\\\x07\\\\xcd9\\\\x02\\\\xd8x>\\\\xe2.&\\\\x16[d\\\\x96\\\\xb1\\\\x9a\\\\x9bZ\\\\x9b\\\\xc0?\\\\x94.O\\\\xb6+\\\\x04\\\\x7f\\\\x04i=z\\\\xcd\\\\x96\\\\xf6[\\\\x88\\\\x88F@\\\\xc6$\\\\x96%\\\\x8dp\\\\x8b\\\\xbb\\\\x00:*\\\\xd3\\\\x81\\\\xb7\\\\x88bxt\\\\xa9\\\\xfa\\\\xa9\\\\xce\\\\xe0q\\\\xbf\\\\x17\\\\xb4\\\\xdb\\\\x95W\\\\x1d\\\\x99m\\\\xab\\\\x90\\\\x98xv\\\\x07\\\\xaf\\\\xd9rU*\\\\x16\\\\x1d\\\\xce\\\\xad^\\\\xbd\\\\xc4\\\\x10\\\\x7fm\\\\xad\\\\xde\\\\xde#n\\\\xf0\\\\x1ae\\\\x1a\\\\xe9\\\\x85A~\\\\xb5\\\\xaav\\\\xdd\\\\xe5*\\\\xd7\\\\'+\\\\xe7V\\\\x0f\\\\xea\\\\x16o\\\\x11\\\\xf3\\\\\\\\~w\\\\x0b2\\\\xc5\\\\xc8\\\\xe2\\\\xef\\\\xdfAW(,\\\\xda}J\\\\xd1\\\\x10\\\\x1bQ\\\\xd6E\\\\x9d\\\\xb4\\\\xa1\\\\x016\\\\xf5\\\\x12\\\\xe5Y\\\\xdc\\\\xcfO\\\\xa4/\\\\xab\\\\xdf\\\\xa4\\\\xbf\\\\xa8\\\\xfc7\\\\xce\\\\xfe7O/v=\\\\xaa\\\\x9c\\\\xad\\\\xe9Vf\\\\xdb\\\\x95V\\\\xab\\\\xa8S\\\\xbcX\\\\x06\\\\xa7p:\\\\x7f\\\\xdd\\\\xf0\\\\'\\\\xb0\\\\x8b\\\\xf1\\\\x8c\\\\x8cf\\\\x0bK:\\\\x06=[\\\\x86T\\\\xe3l\\\\xcc\\\\x02(\\\\xdej\\\\xf7\\\\xe3\\\\xb8N\\\\x033\\\\x9a\\\\xe51~=\\\\xc8b\\\\xd3F]\\\\x15\\\\xd2\\\\xd4\\\\xd6,Oq\\\\x11\\\\x0f\\\\xbf\\\\xed\\\\xd9h\\\\x01d\\\\x9dF\\\\xcfTt\\\\xabZa)\\\\xc6\\\\xd4\\\\x83\\\\x9a\\\\x7f\\\\xf4\\\\xb5qEz\\\\x1a\\\\xc0\\\\xe9\\\\xf5V\\\\xf7\\\\xc6x|>(\\\\xe0\\\\xd7\\\\x8b\\\\x94\\\\xd9\\\\x16qkmB\\\\xe3Eu \\\\xa6\\\\xc40\\\\xaa\\\\xc1C\\\\x18\\\\x9e\\\\xc5\\\\x9b\\\\xcb\\\\xcb\\\\xad\\\\x8d\\\\x9ccjv\\\\xc4M`\\\\rh\\\\x03\\\\x1c\\\\xb0\\\\xfa\\\\xa4J,\\\\x0fT\\\\xde\\\\x99\\\\x08/\\\\x0e\\\\x83x\\\\xac2\\\\x8a\\\\x99\\\\x07\\\\xe21\\\\xea\\\\x1e3\\\\xd5\\\\xeb[\\\\xb8JO\\\\x10\\\\xe2/B3\\\\xe6:\\\\xe4\\\\x82Q\\\\xd2z\\\\x94\\\\x19\\\\xaa\\\\xb2\\\\xeeP~^\\\\xd2\\\\xabO\\\\xab\\\\'\\\\x1d\\\\xcb\\\\x16`\\\\xe1\\\\xbb\\\\xcb\\\\x11\\\\xb4xv\\\\x83\\\\xf7\\\\xf5JbW/\\\\x88\\\\xc0\\\\x93\\\\xa7\\\\x10z\\\\xbf7\\\\xa0B\\\\x081.1(\\\\xc65\\\\xb7\\\\xd9bZ\\\\x9b\\\\xcb\\\\xd7)^\\\\xe0\\\\x08m\\\\xa7\\\\xb8\"4\\\\x10GW\\\\xf6\\\\xbb\\\\x9b\\\\x97g\\\\x19\\\\x8cp\\\\x0e\\\\xcdNXQA\\\\x86\\\\x8e\\\\xe5\\\\x03\\\\'\\\\x93\\\\xc7\\\\xc2\\\\xaa\\\\xcb\\\\xed\\\\xad\\\\xd0\\\\x0b\\\\x9dM\\\\xb4l\\\\x90\\\\xcb\\\\xab9\\\\xd4@\\\\x00\\\\xf8\\\\xf9u\\\\\\\\\\\\xdf\\\\xb3\\\\x10_\\\\xd2\\\\xe4\\\\xfe\\\\xad\\\\x8eg\\\\xbf$\\\\xc8\\\\x89\\\\x92\\\\xe2\\\\xa4UW\\\\xff\\\\x00&\\\\xfdJ\\\\xf8\\\\x8f\\\\xc5\\\\xf1\\\\x8e\\\\xdc\\\\xf6\\\\xe69\\\\x04e\\\\t\\\\x85]\\\\xef]\\\\x90\\\\xcc\\\\x0e\\\\xe0F\\\\xe0UOs\\\\xae\\\\x9dD.\\\\xcbp}\\\\x9b\\\\x0e\\\\x01\\\\xa1\\\\x96\\\\x04pW]\\\\xbfn\\\\xd02\\\\x9dH\\\\xc9q\\\\x07\\\\xcf\\\\xf2/\\\\xf9M\\\\xfc\\\\xc76\\\\xfe\\\\xda\\\\xdf\\\\x98\\\\xe4\\\\xb2\\\\x19\\\\x85?\\\\x8c{c@VG\\\\x86\\\\xbe\\\\'^\\\\xbd \\\\xdbF\\\\xd5\\\\x98\\\\xc25\\\\x03>k\\\\xc9\\\\xef$n\\\\xc8\\\\xcc\\\\xe7\\\\xe4\\\\xb9\\\\x97\\\\x91\\\\xc38\\\\xc4S\\\\x98\\\\x8e\\\\xb5R^\\\\xdfz\\\\xb90\\\\x04\\\\x1d\\\\x04\\\\x02#_\\\\xb3\\\\xa4FtcE\\\\x94`A@\\\\x8ei\\\\xa9\\\\x02\\\\xe4\\\\x01\\\\xb0\\\\x80\\\\xb4);\\\\xd8\\\\x8d\\\\xa7hVX\\\\x95\\\\x03\\\\xcb\\\\xbf\\\\x8fn\\\\xa4\\\\x9f\\\\xf5b\\\\x96d\\\\xc9s\"\\\\xc2\\\\xc1m\\\\xc6a\\\\xed\\\\xfb\\\\x84\\\\xdaSF\\\\x07g\\\\x80#tw\\\\x8f\\\\xb3\\\\xcf\\\\xa0\\\\x84\\\\xe4K\\\\x94\\\\xb9\\\\x97\\\\xaf\\\\x1c2\\\\x97\\\\xc6\\\\xc6dV\\\\x9b\\\\x9f\\\\xd2\\\\xa6\\\\xdb\\\\xd4@\\\\xd8\\\\xed\\\\xdc\\\\x9f\\\\xc5\\\\xb4\\\\x81\\\\xdb\\\\xa3\\\\x87\\\\xab4fC\\\\x04\\\\xd9w\\\\xfdV\\\\x0e^\\\\r!oJ\\\\x14\\\\x9a\\\\x9bA\\\\xb9\\\\x82\\\\x11\\\\xebo\\\\x19\\\\x92t\\\\xfb:V\\\\xfe\\\\xe3\\\\xda\\\\x94\\\\x05U\\\\x9d\\\\xad\\\\xcfSUR\\\\xdc\\\\xb6\\\\rxy\\\\x0c\\\\xb6(@\\\\xe40\\\\xb1\\\\x00^\\\\xe0\\\\x1d\\\\x04\\\\x9f>\\\\xdd\\\\xfc\\\\xfa\\\\xf9\\\\xed\\\\xe8\\\\x9bw%\\\\x01V[\\\\x96\\\\xb72\\\\x84Eh\\\\xbc\\\\xc4\\\\xc0\\\\xe4,\\\\xbf\\\\xdb\\\\xc2u\\\\xbc\\\\xed$\\\\xcc\\\\xba\\\\x80`\\\\xc1e\\\\x9f\\\\xafn\\\\x9boe+\\\\xf2\\\\xd3\\\\x10\\\\xe5\\\\x9e\\\\x85X\\\\x8f\\\\xcb\\\\xc4~\\\\xc8\\\\xd2`|\\\\x93\\\\x14\\\\xa9\\\\xcb\\\\xe3r^\\\\x96 \\\\xa5\\\\xb5)\\\\xb8\\\\x18\\\\xf0%;}|z\\\\r\\\\xc7\\\\xc3_\\\\x80\\\\x7fl\\\\xf8~\\\\x1d^\\\\xb5\\\\xf26\\\\xae\\\\n\\\\x1a\\\\xac\\\\xab\\\\xf9\\\\n\\\\xd1\\\\xed\\\\xa3\\\\xef\\\\xa2\\\\xc8\\\\x9fe\\\\x95\\\\x95\\\\x80\\\\']X\\\\x0e\\\\xe4\\\\x9f\\\\xd9\\\\xd6L\\\\xf6\\\\x12r\\\\xe1^\\\\x85\\\\xf0\\\\xee\\\\x0b\\\\xa6\\\\x0c?\\\\x97\\\\x94u\\\\x02\\\\xe0\\\\x02\\\\xeb\\\\xeen\\\\x88\\\\xd4@\\\\x1a\\\\xc8 uN\\\\x7f\\\\x1eEF)\\\\xe2\\\\xe88\\\\x84\\\\xdb\\\\x81\\\\xf3vKU\\\\xad\\\\xfer\\\\x03\\\\xb1J,\\\\xba\\\\xa1 zI\\\\x10~\\\\xc2\\\\x0c\\\\x0e\\\\xd1\\\\xd5o\\\\xf0\\\\x98\\\\x87\\\\xcb\\\\x8e\\\\x1d\\\\x16\\\\xb0M\\\\x13M_?E\\\\xb9\\\\xdb\\\\x17*\\\\xe6\\\\xa9\\\\xd7\\\\xdb\\\\x96!_d\\\\x13\\\\xb1\\\\x8c\\\\x10\\\\xc0k:\\\\xfd\\\\x9dt\\\\xe3z\\\\xd1\\\\x96\\\\x89\\\\x16\\\\xc8\\\\x9c{\\\\xfcT\\\\x86\\\\x9dS\\\\x96\\\\x1f\\\\xea3\\\\xd7P\\\\x9c\\\\xad\\\\xc42\\\\nU\\\\x08UY\\\\xfcS\\\\x00j\\\\x08\\\\x1a\\\\xc4\\\\x93\\\\xe3\\\\xd2\\\\xa3\\\\xbc\\\\xdcD\\\\xfa\\\\xab\\\\xdc\\\\xd9t\\\\xe0\\\\xd50\\\\xda\\\\x89\\\\x14\\\\x14\\\\xed\\\\xfc\\\\xa6|o\\\\xd4P\\\\x02\\\\x07\\\\xbd,\\\\xb3\\\\xff\\\\x00\\\\x88\\\\xdb\\\\x83\\\\x11\\\\xb6ua\\\\xb5\\\\x8e\\\\xbd\\\\xb5\\\\x03O\\\\xb3\\\\xab\\\\xd0\\\\xf9\\\\x12\\\\xd1\\\\xd4\\\\xc5\\\\xdd\\\\xf8\\\\xeb\\\\xd5 \\\\xdb\\\\xc7\\\\x92\\\\x81\\\\x9d\\\\xfa\\\\x9fv%k\\\\xbb-\\\\xc2I\\\\x1e\\\\xf9m\\\\x80\\\\xd846\"\\\\xc1\\\\xf0\\\\x9f\\\\x1f\\\\xb7\\\\xcf\\\\xa7\\\\x1f\\\\x91w0\\\\x81 \\\\xd3\\\\x0f\\\\xa7\\\\xf6\\\\x12\\\\xcd\\\\xb29*\\\\x97\\\\xe6\\\\x9f\\\\xadi\\\\x87U\\\\xb7&Y\\\\xc9W\\\\x95\\\\xab\\\\x0e\\\\xab7\\\\xad\\\\xce&\\\\x1c\"\\\\x9fG\\\\x8c\\\\x91\\\\xe3\\\\xdf\\\\xab{M\\\\xa6\\\\xebu0!\\\\x06\\\\x06\\\\x95\\\\xc3\\\\xc3%Z\\\\xf6\\\\xe26\\\\xc3\\\\xc8\\\\xd5\\\\xf2\\\\xe2\\\\xab\\\\x9f-\\\\xfd[K\\\\xafc\\\\xcd\\\\xe3\\\\xdb\\\\x85q3]\\\\x88\\\\xde\\\\xe7f0Ob6\\\\xfd<>\\\\xfe\\\\xb4\\\\xf7?\\\\xf5\\\\x9d\\\\xc5\\\\x8a\\\\x02\\\\xf9\\\\xaa_\\\\xe4\\\\x8b\\\\x95\\\\x03\\\\x8e\\\\xc5f|w\\\\xe5\\\\xf4Y\\\\xb7#\\\\x8e\\\\xe5*\\\\xcd\\\\xad\\\\xe5Mu\\\\xdf\\\\xa2\\\\r\\\\xa6$\\\\x19\\\\xecF\\\\x82\\\\'\\\\xac\\\\xeb[\\\\x9d\\\\xc6\\\\xcaM1*`\\\\xe9w!\\\\x19\\\\xf2V\\\\xe7\\\\x1b\\\\xf3\\\\x17\\\\xba\\\\x902\\\\xd1*\\\\xb5\\\\x10UE\\\\xa4\\\\xfa\\\\x94\\\\xc7\\\\xa9\\\\xe2A\\\\x8d\\\\xbd\\\\xf4\\\\xfe\\\\xfe\\\\xb7v\\\\x7f8o~\\\\xc0\\\\x03\\\\xda>\\\\xea\\\\x9d\\\\xed\\\\xab`\\\\x9d\\\\xb0\\\\xf9\\\\xe4\\\\xb7b\\\\x96\\\\x08r\\\\xb59\\\\x16\\\\x03\\\\xb7h\\\\x81*\\\\xc0\\\\x10;\\\\x02O\\\\xdb\\\\xe1\\\\xd6\\\\xfd\\\\xaf\\\\x90\\\\x0077Tel\\\\xbb\\\\xa3\\\\x14\\\\xe4\\\\x1c\\\\xc3\\\\x140*\\\\xa0\\\\x9c\\\\x8d\\\\xcc\\\\xa0\\\\x8d\\\\xd0 \\\\x005\\\\xd3\\\\xef\\\\xfd\\\\xdd:\\\\x17\\\\xc4\\\\xa9\\\\x1e\\\\xf42\\\\x80\\\\xcf<\\\\x11\\\\xfc<\\\\x83E\\\\x88\\\\x17m\\\\xde\\\\xc3\\\\x02\\\\xb8\\\\xecHX\\\\x1d\\\\xb6\\\\x84\\\\x9f\\\\x10H\\\\xfb4\\\\xfa_\\\\xb7{#T%\\\\xc1\\\\x7f\\\\x14W+&\\\\xabh\\\\xbd\\\\xef%\\\\xd2\\\\xa6_f\\\\x8fl\\\\n\\\\xce\\\\xbb\\\\x90\\\\xf8\\\\x81\\\\xe91\\\\x07\\\\xb7V\\\\r\\\\xe0qL\\\\xd5\\\\xa8\\\\x96)\\\\x07\\\\x9d\\\\xf8\\\\xce?;M\\\\xf8\\\\xce\\\\x15\\\\xac\\\\x82}\\\\xd7%\\\\xa1\\\\x80\\\\xd0\\\\x05\\\\xfe\\\\xd3\\\\xd6n\\\\xf3\\\\xe3\\\\xed\\\\xeeb\\\\xc5\\\\xab\\\\xc0O\\\\xb5|\\\\xdb.\\\\xaa\\\\x1c\\\\x8f\\\\x8e\\\\xf3\\\\x7f\\\\x1f\\\\xaa\\\\xcahj\\\\xed\\\\xc6V`\\\\x8a\\\\x17\\\\xb3\\\\x12X\\\\x15b$\\\\x06\\\\xf2\\\\xff\\\\x00>\\\\xb0\\\\xad|U\\\\xdd\\\\xb9\\\\xe6\\\\x06\\\\x01jGv.\\\\x06\\\\x18\\\\x9c\\\\xca!\\\\xf1_\\\\x8f)_\\\\xcf\\\\xf2y-G!\\\\xc8Skc\\\\xf1\\\\xedZ\\\\xd8\\\\x00OQ\\\\xdcA;~\\\\xba\\\\xc7\\\\x90\\\\xeb\\\\xd2\\\\xecv\\\\xa2\\\\x16\\\\x8c\\\\xa4X\\\\xe2FA\\\\x14&m\\\\x8a\\\\x1a\\\\x9a!\\\\x1c\\\\x87\\\\x1d]ud\\\\xe3\\\\xd5\\\\xa3\\\\x16f\\\\xad\\\\x98m\\\\x0c\\\\x81}gP@\\\\x13\\\\xa6\\\\xd2\\\\x7f\\\\xe0\\\\x8bs\\\\x0e@\\\\xcdS\\\\xbb\\\\x13\\\\x89UG5mt%\\\\x9b\\\\x88[\\\\x18\\\\x90\\\\xb6\\\\xa8$\\\\x86M{x\\\\xf9i\\\\xd2.nZ,\\\\xc0\\\\x1f\\\\xc2P\\\\x85NaU\\\\xbc\\\\xc3R\\\\x8fs-\\\\xc5\\\\xec\\\\xb8\\\\x96oD\\\\xb1$\\\\x9d\\\\xc6I\\\\'\\\\xb1\\\\x8e\\\\xb1\\\\xee\\\\xde\\\\x80\\\\x94\\\\xb4U\\\\xdd\\\\xdcsVD\\\\t\\\\x00\\\\x95\\\\\\\\r\\\\x0e)\\\\xad\\\\x9d\\\\xdf\\\\xdbY\\\\xf5\\\\xb1S;H\\\\x93\\\\xa91\\\\xaf\\\\x97Eb&E\\\\x80ur\\\\x16\\\\xc9\\\\x01\\\\x87z\\\\xa7\\\\xfeC\\\\xf3~/\\\\x8f\\\\xb5\\\\xa8\\\\xadl\\\\xcc\\\\xbdd\\\\x01\\\\xa2)c\\\\x00\\\\x9f\\\\x1d\\\\x0c\\\\x7fi\\\\xeb\\\\xd6\\\\xec\\\\xbe\\\\x0e\\\\xe4\\\\x80\\\\x95\\\\xc2\"9bU\\\\xad\\\\xbd\\\\x89\\\\xdc\\\\xfdE9\\\\x9f\\\\xb0H\\\\xf6\\\\xf3\\\\xd9\\\\xbc\\\\xc6\\\\x12\\\\xbbX\\\\xd4\\\\x86${+\\\\xa2\\\\xe8H\\\\x92|g^\\\\xbd\\\\x05\\\\x9d\\\\x9d\\\\xab\\\\x12x\\\\x8f\\\\xca\\\\x89m\\\\xc5\\\\xbb\\\\x8cj\\\\xdcx\\\\xa4\\\\xcc\\\\xda\\\\x9c\\\\xde\\\\x02\\\\x96\\\\x0eCj\\\\xa0\\\\x95\\\\r\\\\xf8\\\\x80RG\\\\x8fi\\\\x1d^+b\\\\xc4\\\\x81\\\\x8a\\\\x8f\\\\x84\\\\xe0\\\\xff\\\\x00#v\\\\xd1ofBd\\\\x12\\\\x00\\\\x11\\\\xda\\\\x0c\\\\xf9\\\\xf7\\\\xea\\\\x01L\\\\xb8(\\\\xfc\\\\x96;H\\\\xb5w\\\\xb3\\\\xd6\\\\xa4\\\\xed\\\\x07v\\\\xa0\\\\x132\\\\x01\\\\x1a\\\\xf9\\\\xf7\\\\xd4\\\\xf5\\\\xcc\\\\x89\\\\xe8\\\\x9b\\\\xb8^o\\\\x91\\\\xc1\\\\x00\\\\xd5c\\\\xacG\\\\xa4\\\\x8fGo\\\\xaf\\\\xdd\\\\xd27\\\\x1bK{\\\\x80\\\\xd3\\\\x0e\\\\xb2\\\\xb7[h\\\\xea\\\\xd4(S\\\\x9e/\\\\xcd]\\\\x809\\\\x15\\\\xf9\\\\x7f6\\\\xb2u\\\\xf3\\\\xd3\\\\xeb\\\\xd65\\\\xdf\\\\x82\\\\x87\\\\xfaJ\\\\xa7;wcG\\\\x7f/4\\\\xcbG;\\\\x89z\\\\x84\\\\xaa\\\\xf1,$\\\\xce\\\\xa4\\\\x9d4\\\\xfa\\\\x0f\\\\x0e\\\\xb3.|d\\\\xe2\\\\\\\\\\\\x84\\\\x91|\\\\xc5\\\\xdc7j\\\\xdb\\\\xf9\\\\x9fu\\\\x89@\\\\t+\\\\'i\\\\xf0\\\\x1eC\\\\xfcz\\\\x81\\\\xb5\\\\xd2*\\\\x84\\\\xde\\\\x13/\\\\x9b-\\\\x0f\\\\x98\\\\xca\\\\xbb\\\\xc9Ef\\\\x12L\\\\x86%\\\\x98\\\\x89\\\\xd4m\\\\x99\\\\xfbzh\\\\xda\\\\x82Z\\\\xad\\\\xf6\\\\xcb\\\\x9e\\\\x08\\\\r\\\\xe2\\\\x03\\\\xbf\\\\x82\\\\xd6\\\\xfc\\\\x85~\\\\x85F-0\\\\xa6\\\\x0co$\\\\xc0\\\\x05O\\\\xd9\\\\x1d\\\\x14vg\\\\x13\\\\xfdw\\\\xa0\\\\x95\\\\xea}Tf\\\\xcf\\\\xf7\\\\x01\\\\x0bX\\\\xdc\\\\x0c\\\\x90\\\\xda\\\\xeb1\\\\x03O\\\\x08\\\\xfe\\\\xdd\\\\xfalv\\\\xa29\\\\xf1\\\\xc7\\\\x19%\\\\xce\\\\xe3\\\\xa9TYc3\\\\x127\\\\x08\\\\xd4\\\\x1fO\\\\x87s\\\\xa4v\\\\xf2\\\\xfd\\\\x9d\"\\\\xf4\\\\x00`8\\\\xe3\\\\x82\\\\x97\\\\x1b\\\\x84\\\\x94\\\\xc3\\\\x85\\\\x88\\\\xfe\\\\xdf\\\\xb9lE\\\\x88\\\\x02\\\\xc4\\\\xc7\\\\xd0A\\\\xff\\\\x00\\\\x8c\\\\xf5\\\\x97\\\\xb9\\\\xb8\\\\x04\\\\x98dU\\\\x88\\\\xdb\\\\x9c\\\\xf3\\\\xc5\\\\x1cL\\\\x8d\\\\x8b\\\\xec\\\\xa8P\\\\x950\\\\xf1mD\\\\x01&d\\\\xc7\\\\x7f\\\\x0e\\\\xa8\\\\x189~kB\\\\x10\\\\x10\\\\rG\\\\new\\\\xcbD\\\\x8e\\\\xd3\\\\xb4\\\\xac\\\\xc1333\\\\xa8\\\\xfbt\\\\xea\\\\x03\\\\xc55\\\\x8bt\\\\xe3%5\\\\x1e\\\\x90\\\\x01r\\\\x17@\\\\xc1\\\\x8b\\\\x18\\\\x1d\\\\x89\\\\x1e]\\\\x8f\\\\xd9=\"@\\\\xe4\\\\x97v\\\\xe4F\\\\x14<\\\\x94N_\\\\xe4.@Jnbw\\\\xce\\\\xf5!B\\\\x88\\\\xf1\\\\x13\\\\xa6\\\\xb3:\\\\xf4\\\\xeb;c2\\\\xf3\\\\xaa\\\\xa1r\\\\xf8&\\\\x98q\\\\x8a\\\\xaf3\\\\xf9\\\\x15\\\\xb1\\\\xad>\\\\xf9{\"wi\\\\xa7\\\\x8e\\\\x9fg[\\\\xdb]\\\\xa1\\\\x0c\\\\xe1\\\\x82\\\\xab2\\\\xe9O38\\\\xc0\\\\xb3p$\\\\xc6\\\\x82LDv\\\\xfd\\\\x9dm\\\\xd9\\\\xb0\\\\x05\\\\x192\\\\xdd\\\\x97,Pk\\\\xb3\\\\xd8\\\\x86m\\\\xf2\\\\x9a\\\\x01\\\\xe3\\\\xaf\\\\xd3\\\\xc4ur\\\\x16\\\\x15\\\\xb8X\\\\xe8\\\\xa2S\\\\x9bb^\\\\x19\\\\x9c\\\\x90\\\\x83i\\\\xdc\\\\'C\\\\xde&:t\\\\xec\\\\x83\\\\x14\\\\xe9\\\\xd8\\\\x06+w#\\\\xb2\\\\xd0\\\\xae\\\\x84)\\\\x03]\\\\xc6N\\\\xe3\\\\xa0\\\\x93\\\\xa7\\\\xf9t\\\\x1b\\\\x7fI \\\\xa1\\\\xdb\\\\x06,R\\\\xd0\\\\xde\\\\xe1\\\\xf6\\\\xa4\\\\xd8\\\\xb0V\\\\xc5\\\\x02\\\\x0f\\\\x8a\\\\x81\\\\xe2u\\\\x1a\\\\x9e\\\\xaf-\\\\x7fL[\\\\x92\\\\x92\\\\xbb\\\\xb7CDm\\\\x8du3\\\\xe4\\\\x00\\\\xec>\\\\xbdq\\\\t\\\\x12\\\\x00\\\\x05#j\\\\x9d\\\\xa1T\\\\xa9\\\\xf5\\\\x19\\\\x02u\\\\x8f?)\\\\xe8\\\\x1f\\\\x14\\\\x97!\\\\xea\\\\xb6P\\\\x84z\\\\x8a3l+\\\\xae\\\\xe8\\\\x03\\\\xfb\\\\xbe\\\\xfe\\\\x82rQ9\\\\x85\\\\x9d\\\\xd9V\\\\x1d\\\\xcc\\\\xcf\\\\xec\\\\xa1m\\\\xa0\\\\xf9\\\\x13\\\\xac\\\\x03\\\\xdf\\\\xa9\\\\x8d\\\\xb0\\\\x11\\\\xda\\\\x8b\\\\x801Z\\\\x85\\\\xb2F\\\\xe1\\\\x04\\\\xe9=\\\\xb4\\\\xed\\\\x1e:GE\\\\xa5\\\\x91\\\\n:`\\\\xe2\\\\xd2\\\\xc7\\\\xb4\\\\x08\\\\x92\\\\xa0\\\\x15S\\\\x01\\\\x99\\\\xa0\\\\x88\\\\x92\\\\x0e\\\\xbaOU/\\\\xc8\\\\x00\\\\x86RdZ\\\\xbc\\\\xe2,U_/N\\\\x90\\\\xc7oy\\\\x11\\\\xf4=\\\\xfaQ\\\\xb4\\\\x08G\\\\x03\\\\x82\\\\xef/\\\\xf6\\\\xcf\\\\xfe\\\\xe71~\\\\x0f\\\\xc4\\\\x7f\\\\xfa?\\\\xf9\\\\x8d\\\\xd7\\\\xaf\\\\x01\\\\x91y=\\\\x8c\\\\x8d\\\\x92w\\\\x1bY\\\\x9cF\\\\xd9\\\\xd3r\\\\x0f\\\\xa0\\\\xef\\\\x11\\\\xd7\\\\x8d\\\\xdf\\\\x0f@\\\\xb6\\\\xc1\\\\xe0q\\\\xcc\\\\xbe\\\\\\\\\\\\x05\\\\xbdm\\\\xdd\\\\xc6~\\\\x1d\\\\xbd\\\\xa9\\\\xa7\\\\x83\\\\xc0W\\\\xb6\\\\x9bs\\\\xdd\\\\x981\\\\x1b\\\\xaa\\\\x0c\\\\xcd:\\\\x9d\\\\x01&L\\\\xfd\\\\x0fa\\\\xd6G\\\\xb3\\\\xaa`\\\\xcc8\\\\xc5\\\\xab^C\\\\xafr\\\\xb9l\\\\x90(\\\\xad\\\\x0e/\\\\x13\\\\n\\\\xab\\\\x9f$\\\\xa8\\\\xae\\\\x84P\\\\x9e\\\\xe5W6\\\\xe4V\\\\x94b\\\\x8a\\\\\\\\\\\\xca\\\\xb1\\\\x04\\\\x9d\\\\xd2`x\\\\xeb\\\\xd1CbL\\\\xa5(D\\\\x18\\\\xd3\\\\x02\\\\xc5\\\\xb9c\\\\xe2\\\\x9c.\\\\xd1\\\\x9c\\\\x8e?\\\\x95\\\\x97\\\\xc9>I\\\\xc3\\\\xfc[\\\\'\\\\'\\\\x99\\\\xb3/\\\\x1f7\\\\x88\\\\xe1\\\\xe9\\\\x16\\\\xdf\\\\x8be\\\\xca\\\\xc4,\\\\x80\\\\x16\\\\x0e\\\\xad\\\\x1e_\\\\xb2 \\\\xf4\\\\xf8\\\\xc2\\\\xe4\\\\'\\\\xa6\\\\x00H\\\\x16\\\\xf4\\\\x92\\\\xd2$\\\\xe4\\\\xd8\\\\xd0c\\\\x93+B\"`9#\\\\xaa\\\\xe0\\\\xef\\\\xd5\\\\xcf\\\\xd6\\\\xe6\\\\xf9\\\\x9f)\\\\x8dg\\\\xc6_+\\\\x88\\\\xe3qQ\\\\x95(O\\\\xe4\\\\xab\\\\x1d\\\\xc4\\\\xce\\\\xd5:D\\\\xc0\\\\x9e\\\\xbe\\\\x85\\\\xf0\\\\xbf\\\\x19\\\\xb9\\\\xb0\\\\xe6r\\\\xd2\\\\x0f\"\\\\xab\\\\xce\\\\xf4 \\\\xe0\\\\x07*\\\\x97\\\\xe3\\\\xb2\\\\xaf\\\\xca\\\\xbcz\\\\x89k\\\\x8f\\\\xaa{\\\\xf8\\\\x1dg\\\\xab;\\\\xed\\\\xb4,\\\\xc46J\\\\x81\\\\x91\\\\x91\\\\xa9W\\\\xb7\\\\xc1\\\\x7fR\\\\xf2>\\\\x05\\\\xcbq\\\\xdc\\\\x9f\\\\x1fw\\\\xb8\\\\xf8\\\\xcc\\\\x1f+\\\\t\\\\x99\\\\x85Wm\\\\x91\\\\xeb\\\\nG\\\\x9f^b\\\\xee\\\\xd2sr3\\\\xe6\\\\x99n\\\\xe6\\\\x82\\\\xbe\\\\x8d\\\\xfe\\\\x9b\\\\x7f\\\\xba?\\\\x89s\\\\xdc?(\\\\xfc\\\\xff\\\\x00!_\\\\t\\\\xcb\\\\xd5r]\\\\x89\\\\xc5\\\\xb3\\\\x85\\\\xc7\\\\x13!Z\\\\xad\\\\x19\\\\xfd>\\\\n\\\\x0fs\\\\xf5\\\\xeb\\\\x1f\\\\xd8;[D\\\\x97%\\\\xdf\\\\xa7vxx+&\\\\xe8\\\\xbcrfe\\\\xda\\\\x1c_\\\\xeb\\\\xc7\\\\xc59\\\\x87\\\\xaa\\\\x9c\\\\x1b(\\\\xe5\\\\xef\\\\xc3\\\\xc7\\\\xa8dNEKj\\\\xbe\\\\xd1\\\\xbd\\\\xab\\\\xac1\\\\x94\\\\x9d\\\\xb0fgN\\\\xaf\\\\x0f\\\\x96&.b\\\\x08\\\\r\\\\xddN*\\\\x95z1\\\\x8b\\\\x08\\\\x9f\\\\xe7\\\\xb15\\\\xd5\\\\xfa\\\\x85\\\\xc3\\\\\\\\\\\\xf9\\\\x19\\\\x18\\\\x96[Cg%w\\\\xae6ICuj\\\\x00W\\\\n\\\\xa3\\\\xf1m$\\\\x13\\\\xe5?Y\\\\xea/\\\\xfc\\\\x95\\\\xa8\\\\tN\\\\xcb\\\\x83*\\\\x97\\\\xcb\\\\xcb\\\\xfaJ6\\\\x9c\\\\xb1\\\\xa3!<\\\\x87\\\\xea\\\\x9e\\\\x1e\\\\x15j\\\\xefU\\\\x18\\\\xf6\\\\xe0RG\\\\xe6.\\\\xb5EV;\\\\x81!\\\\xe1\\\\x9a@\\\\x91\\\\xa8\\\\xf1\\\\xfbz\\\\xa0~z\\\\xf9\\\\xb9\\\\x01j\\\\x0f 1\\\\x01\\\\xdd\\\\xff\\\\x00\\\\xdd\\\\x97\\\\x0e\\\\x88\\\\xda\\\\xb6bu\\\\x1e\\\\xe3\\\\xc7\\\\x9a\\\\xaa\\\\xbeU\\\\xfa\\\\xe7\\\\xfd?\\\\xf3\\\\x98\\\\xe6Tc\\\\x89ACU\\\\xcd\\\\xbb\\\\xdc\\\\xb2\\\\xe3a,\\\\xd69b`\\\\x99\\\\xd6>\\\\xef.\\\\xbd.\\\\xcf\\\\xe3-@\\\\x93pk9tTn]\\\\x90\\\\xc2\\\\x85\\\\x05^L\\\\xddn\\\\xfd\\\\xcd\\\\xee\\\\xee;oxbm\\\\x1a\\\\xb0\\\\x96\\\\x92H\\\\x91\\\\xe1\\\\xd6\\\\xf4#\\\\x12A\\\\x8b\\\\x00\\\\x15\\\\x13\\\\x13,Q\\\\x97\\\\xe4\\\\xed\\\\xb3\\\\x1a\\\\xd4_\\\\xe5\\\\xbe@\\\\xda\\\\xce\\\\x8c\\\\x00>0d\\\\x95\\\\xf01&>\\\\xde\\\\xae\\\\x99\\\\tA&V\\\\xc1\\\\x0c\\\\x90rx\\\\xb3\\\\xcb_\\\\x152b\\\\xdfj\\\\xcb\\\\xd6T\\\\x1d\\\\xe4\\\\rbO\\\\xa7Q\\\\xdb\\\\xb1>>Yf\\\\xcf\\\\xab\\\\x82\\\\xea\\\\x8d\\\\xdd\\\\xb1l\\\\x12\\\\x1f/\\\\xf1\\\\xbc\\\\xfdiO^\\\\xe2\\\\x85W\\\\xb0\\\\'\\\\xff\\\\x00f5\\\\x13\\\\xe7\\\\xd2n]?\\\\xae\\\\n\\\\x94\\\\xb6\\\\xf2\\\\x15Ji\\\\xc4dT\\\\xf7.@\\\\xda\\\\xaf\\\\xb8\\\\xa8\\\\x1a\\\\x02\\\\xa0zD\\\\xf8\\\\xc1\\\\'\\\\xc0\\\\xf4\\\\xdd\\\\xa1\\\\xd5\\\\x15V\\\\xe4\\\\x0cK/\\\\x07\\\\x16\\\\xf6\\\\xa5\\\\xe6\\\\xb4lwUVp\\\\xf1\\\\xfcQ\\\\xea\\\\x10Lx\\\\x11\\\\'\\\\xc7\\\\xef\\\\xe9\\\\xceD\\\\x0fD\\\\x049\\\\xaa\\\\x97\\\\xc1\\\\xa5\\\\xc1C\\\\xe56\\\\xfa\\\\xf7IP@n\\\\xc4D6\\\\xa0\\\\x88\\\\xd6H\\\\xeb\\\\xad\\\\xc4N \\\\xbb\\\\xa6[\\\\xa1s\\\\xcd{\\\\xcf|9\\\\xb3o\\\\xf7)e\\\\xb2\\\\x8a\\\\xe2\\\\xc4tQ\\\\x0b=\\\\x82\\\\xa8 \\\\x02Dw&|\\\\xfbu\\\\xe7\\\\xf7\\\\xdf\\\\x16\\\\xf7\\\\xb5\\\\x8c\\\\x01\\\\xaf\\\\xf4\\\\xaf\\\\x1b\\\\x80\\\\xc5\\\\x86\\\\x05m\\\\xe3\\\\xf8\\\\xcc>5O\\\\xb3w\\\\xb8\\\\xc5`\\\\xd2B\\\\x8fT\\\\x10\\\\x04\\\\x98\\\\x07\\\\xbc\\\\x92G\\\\xdf\\\\xd6\\\\xed\\\\x8b6\\\\xad@\\\\x08\\\\x00\\\\x15\\\\tH\\\\x9cMSg\\\\xc7\\\\xb31\\\\xa9\\\\xb0%h\\\\xaf\\\\xf9\\\\x86\\\\x06\\\\xcb\\\\xd0\\\\xc1R\\\\xa4hV \\\\x19\\\\xf1\\\\xea\\\\xc4.\\\\xc4\\\\x06Gfd)\\\\x7f&\\\\xe2\\\\xb0\\\\xb9LCo\\\\xe5i\\\\xb5\\\\xe8\\\\x93\\\\xee\\\\xd9Z\\\\x97\\\\x1b\\\\x94\\\\xa9c\\\\xf4>Z\\\\xed\\\\xfauK{\\\\xb6\\\\x17\\\\xab(\\\\x82:\\\\x8a\\\\xf8\\\\xe4\\\\xaf\\\\x0b\\\\xd2\\\\x88p|\\\\xd5)\\\\x99\\\\xf1n9lC\\\\xed6-ob\\\\xa1j\\\\xdc\\\\xaa\\\\x1d\\\\xde\\\\x9d7\\\\xee\\\\xd2u\\\\xff\\\\x00\\\\x0e\\\\xb2\\\\xa7\\\\xf0\\\\xf6fC\\\\x03\\\\x1e\\\\xff\\\\x00\\\\xcat~V\\\\xf4A$\\\\x83\\\\xc9l\\\\xca\\\\xf8m\\\\x14a\\\\x1b\\\\xf1y\\\\x1c\\\\x9a\\\\xce\\\\xdd\\\\xa5\\\\x9fk.\\\\xa7P5X:\\\\xc83\\\\x1d.\\\\xff\\\\x00\\\\xfd~\\\\xccE$]\\\\xf9\\\\x06\\\\xfb+\\\\x16\\\\xfer\\\\xe8\\\\xab\\\\x05\\\\x03\\\\x8f\\\\xe1\\\\x8eG\\\\xbb\\\\xb7*\\\\xe5Z\\\\x04\\\\xefp\\\\x11\\\\x8f\\\\xaaE\\\\x9bg\\\\xec\\\\xf1\\\\x8e\\\\xaa\\\\xc3\\\\xfe\\\\xbb\\\\x19\\\\x82L\\\\xfb)\\\\xfc\\\\xa6\\\\xcb\\\\xe7f*\"\\\\x07\\\\x1dSN\\\\x1f\\\\x13\\\\x8dV;\\\\xddv]\\\\xed` \\\\xa2\\\\x86U\\\\x0e;N\\\\xba\\\\x98\\\\x82`x\\\\x11\\\\xd5\\\\x8b\\\\x7f\\\\xf5]\\\\xb4\\\\xa2L\\\\xa5#\\\\xe0<\\\\xbf\\\\x95\\\\x07\\\\xe7.\\\\xe4\\\\x02\\\\x95\\\\x89g\\\\xb5{\\\\xa2\\\\xbb\\\\xe4\\\\x1b\\\\x02\\\\xaa\\\\xcc\\\\x927i\\\\xb4\\\\x01\\\\xa7\\\\xa8\\\\x125\\\\x10:\\\\xb1\\\\xb3\\\\xff\\\\x00\\\\xac\\\\xed-\\\\x1c5v\\\\xa5\\\\xdd\\\\xf9\\\\xab\\\\xb7(\\\\xed\\\\xd9\\\\x9a\\\\x1b\\\\xf3>\\\\'5\\\\xf0n[U\\\\x980Yu]5\\\\x12\\\\xbd\\\\x88:xi\\\\xfbz\\\\xd7\\\\xbf\\\\xb0\\\\xb5\\\\x18\\\\x8f@\\\\x03\\\\x90\\\\x03\\\\xb9 \\\\xdf\\\\xbb\\\\x895Te<\\\\x16U\\\\xaa6\\\\xe35\\\\x8c\\\\xa4\\\\xc2\\\\x80\\\\xda\\\\x00u$\\\\x92A\\\\x88\\\\x03I\\\\x83\\\\xd3\\\\xf6;q\\\\x08\\\\xe0\\\\x91r\\\\xf9\\\\x96k\\\\xcec\\\\xe0\\\\xd97\\\\xa3\\\\xe5 T\\\\xae\\\\xa5\\\\r\\\\x04\\\\x95*\\\\xa3X\\\\x07\\\\xf6\\\\xe9?oV\\\\xe7\\\\xb5\\\\xd6\\\\xe5\\\\xd5\\\\xa8_ R\\\\xaa\\\\xba\\\\xff\\\\x00\\\\xd3\\\\xfc\\\\xde&J\\\\x9e3\\\\x1b+\\\\xdf\\\\xdcJ\\\\xb5J\\\\xd2@\\\\x83\\\\xb9v\\\\xe8g\\\\xfc\\\\xba\\\\xcf\\\\xbf\\\\xb7\\\\x8c\\\\x86\\\\x99\\\\xc7S\\\\xd3%r\\\\x17D\\\\xbc9\\\\x15y|/\\\\xe2\\\\x7f\\\\xee\\\\x1f7+\\\\x1d\\\\xb8\\\\x9f\\\\x8ar\\\\xfc\\\\xa68P\\\\xc4fcm\\\\xac\\\\xa4\\\\xee\\\\x9d\\\\xcc\\\\x01\\\\x9e\\\\xda\\\\xf5\\\\x87\\\\x7f\\\\xfe\\\\xb7bdi\\\\x86\\\\x93\\\\xcf\\\\xaa\\\\xb4.\\\\x03\\\\x13\\\\\\\\\\\\x17L\\\\xfc\\\\x7f\\\\xe0_\\\\xafw\\\\xb54\\\\xf2\\\\x1f\\\\xa6\\\\xb9\\\\xb8\\\\xc8\\\\x89\\\\x08\\\\xd4=r\\\\xa6\\\\x0e\\\\xe1\\\\xde{y\\\\x9dF2\\\\x94\\\\xa4*\\\\xdd\\\\xa7\\\\xb1E\\\\xbb:\\\\xc8\\\\xa1\\\\x1e)\\\\xb6\\\\x8f\\\\xf6\\\\xc5\\\\xf0\\\\xfb\\\\xe9\\\\xa5r\\\\x06~NC\\\\x82\\\\r\\\\xadh\\\\x1bV\\\\x04\\\\x08\\\\xed\\\\xa4D\\\\x89\\\\x8f\\\\xb7\\\\xa6\\\\xed\\\\xfe:\\\\xc1.]\\\\x82q\\\\x06\\\\x14,\\\\xab\\\\x0f\\\\x98\\\\x7f\\\\xb5\\\\xae\\\\x0e\\\\xdcb1\\\\xb9>C\\\\x0f\\\\x1d\\\\x99\\\\xd8\\\\xdbb,i\\\\xa0b\\\\x08\\\\x07\\\\xd2N\\\\xbd\\\\xcfZq\\\\xda\\\\xda\\\\xb6\\\\x00\\\\x8d\\\\x1b\\\\xcf\\\\xb5X\\\\x8f\\\\xc8\\\\x9bb\\\\xb1c\\\\xd5r\\\\xd7\\\\xcb\\\\xbf\\\\xd9\\\\xde%\\\\xf97_O\\\\xce\\\\xe9\\\\xdd`\\\\xfe]m\\\\x8e4\\\\x00\\\\xed%\\\\xc8$w\\\\x00\\\\xcf\\\\xfd\\\\x9diY\\\\xdf^\\\\xb3\\\\x11\\\\x0fL\\\\xbb\\\\\\\\\\\\x1f\\\\xaf\\\\x1c\\\\x92\\\\xe3\\\\xf2B\\\\x0e@\\\\xfc*\\\\x85\\\\xbf\\\\xdb\\\\x873\\\\xc4\\\\x9b\\\\xf1G\\\\xc9\\\\xf0rkP\\\\x08*\\\\xae\\\\x93\\\\xb6d\\\\xea\\\\x08=\\\\xa3C\\\\xd4\\\\xcf\\\\xe6e\\\\xfe\\\\xc0\\\\xe3\\\\xff\\\\x00/\\\\xff\\\\x00\\\\xd4%\\\\xdd\\\\xf9\\\\x18]:\\\\x9b\\\\x0e9\\\\xa4\\\\xbc\\\\xef\\\\xd1ny=\\\\xc598e\\\\x14\\\\xc5\\\\xb6\\\\xef\\\\x90\\\\x18\\\\x88\\\\x03I\\\\x07N\\\\xa4\\\\xff\\\\x00\\\\xd8\\\\xed\\\\xc6\\\\x93\\\\xb7 {Cx\\\\xba+_&\\\\xc6\\\\x89F\\\\xff\\\\x00\\\\xd2\\\\xbez\\\\x8c\\\\xb2*\\\\xbb\\\\x1a\\\\xea$\\\\x01k\\\\x1d\\\\xb2@\\\\xed\\\\xb1\\\\xb5\\\\xd3\\\\xfcze\\\\xbf\\\\xfb\\\\x0e\\\\xd4\\\\xc4JZ\\\\x83\\\\xf4\\\\x7f0\\\\xad\\\\x0f\\\\x97\\\\x81\\\\x0cAq\\\\xc8\\\\xd3\\\\xc7\\\\xf8Q\\\\xec\\\\xf8/:\\\\x96\\\\xee8g\"\\\\xdb5\\\\x05\\\\x19I1\\\\x00\\\\x1d;\\\\xe9\\\\x1d\\\\x87V#\\\\xf3{I\\\\x7f\\\\xad\\\\xbbAA\\\\xff\\\\x00\\\\xb0\\\\x006\\\\x01@\\\\xb7\\\\xe3|\\\\xfdV\\\\x8al\\\\xe2rR\\\\x17r\\\\xaa\\\\xa3\\\\x10\\\\xeb\\\\x07P\\\\x00\\\\xec?gVc\\\\xf2;i\\\\x07\\\\x17\"\\\\xdd\\\\xa8\\\\x86\\\\xea\\\\xd1\\\\xab\\\\xd7\\\\xb1j\\\\xfe\\\\x8f\\\\xc8\\\\xd7\\\\xfc\\\\xbf\\\\xc8^\\\\xa4\\\\x89\\\\x00V\\\\xc3S=\\\\x84}z`\\\\xdd\\\\xd95\\\\x13\\\\x8f\\\\x88@w0\\\\x91\\\\xc4:\\\\xf1\\\\xa8\\\\xbe\\\\x98\\\\xf7)z\\\\x9cIU`V \\\\x91\\\\xe2>\\\\x9d\\\\x08\\\\x9cg\\\\xfa\\\\x90GJ\\\\xa1\\\\xd4\\\\x0eke\\\\x1e\\\\xf0p7\\\\x10\\\\xb2\\\\x06\\\\xe0N\\\\xde\\\\xf2 }\\\\xddD\\\\xd9\\\\xba\\\\xa0\\\\x9e\\\\x92\\\\x13\"\\\\xa7\\\\xf2\\\\x97\\\\xd4\\\\x1c\\\\x9d$\\\\xf8\\\\x8du\\\\x8f\\\\x0e\\\\xb3\\\\xc9\\\\xaa\\\\xcf8\\\\xbb/U\\\\x0303,\\\\x001\\\\xe2bO\\\\xf7u\\\\x04\\\\x90\\\\xa0\\\\x92\\\\xa6c\\\\xd2\\\\xd60U%I0\\\\xa2d\\\\x89\\\\xfay}zM\\\\xd9\\\\xe9\\\\x0eP6\\\\xa2\\\\xdc\\\\xd3>-\\\\x0bX\\\\x07l8\\\\x10U{\\\\x16\\\\x04\\\\xc1\\\\x93\\\\x13\\\\xf5\\\\xd3\\\\xac\\\\x8b\\\\xf75\\\\x9e\\\\x9f\\\\xd2\\\\xb9knQT\\\\xb6\\\\xd2B3F\\\\xe6\\\\xdd\\\\xb0J\\\\xea \\\\x0e\\\\xde?wTe\\\\x08\\\\x8cU\\\\xd1l\\\\x81N?\\\\x95.\\\\xa6-`\\\\xdc\\\\xc0$\\\\x9fQ\\\\xd3Y\\\\x06\\\\x00\\\\xd2|\\\\xbaT\\\\x86\\\\x9c1L\\\\x11\\\\x11\\\\x8b\"52\\\\x88b\\\\xd2\\\\xe1d\\\\x01\\\\xaf\\\\x96\\\\x9f\\\\xe3\\\\xd5y\\\\x02WD\\\\xe4\\\\x95\\\\xf9nI\\\\xd5\\\\xac\\\\n\\\\x8d\\\\xac\\\\xefX\\\\xd7N\\\\xe7S\\\\xfe~=i\\\\xec\\\\xf6\\\\x82x\\\\xf1\\\\xc7r\\\\xcd\\\\xdcH\\\\x8fNe\\\\'\\\\xe4g\\\\xca\\\\x90N\\\\x93\\\\xdeO\\\\xe2\\\\x8dI\\\\xd4\\\\xc9\\\\xd3\\\\xad\\\\xdb[`0T\\\\xc5\\\\xb3$\\\\x0b+)\\\\xa3\\\\xb8\\\\x04\\\\xcf\\\\xa7\\\\xc4\\\\x92t\\\\x00}z\\\\xbfn\\\\xda\\\\xb9j\\\\xd0B\\\\x99\\\\xc9VR\\\\x845\\\\x92w)\\\\x89\\\\xd7\\\\xc6\\\\x01\\\\xef\\\\xd5\\\\xa1\\\\x16/\\\\xc9Z\\\\x11\\\\xab\\\\xf2P`\\\\x99\"L\\\\x02\\\\t\\\\x1eQ\\\\xdbN\\\\xac\\\\x02\\\\x9e\\\\xb5\\\\t$\\\\x90\\\\x0c\\\\x93\\\\xf8Gm<:4\\\\xc2\\\\xcc\\\\xcaeA\\\\xde\\\\xab!Z\\\\x00\\\\xd5f\\\\'\\\\xea\\\\x7f\\\\xbfN\\\\x91\"\\\\x01\\\\n\\\\xbc\\\\x98H(WVF\\\\xf1\\\\x00\\\\xd8A\\\\nL\\\\xf8\\\\xcfs\\\\xdf^\\\\x9d\\\\x19:\\\\xb1n\\\\xe7\\\\x82\\\\xc5+e\\\\xb3\\\\xd2\\\\xd2\\\\x0c\\\\x9d\\\\x904V\\\\xf0\\\\x91\\\\x12Dx\\\\x8e\\\\xa4\\\\x94\\\\xc9\\\\xdc\\\\x068\"^\\\\xddt\\\\xd5\\\\xb9\\\\xa1\\\\x88\\\\x025\\\\x833\\\\xe3\\\\xd5}FER\\\\xd4dh\\\\xa2\\\\xd9f\\\\xe6!`\\\\x00O\\\\xa4\\\\xe8@\\\\xf2\\\\'\\\\xc6:lb\\\\xc9\\\\xd1\\\\x8b\\\\x07^\\\\xaa3\\\\xae\\\\xa0\\\\x90\\\\x8d\\\\'\\\\xca\\\\x0f\\\\x97\\\\xfc:\\\\xe3 \\\\x17j\\\\x00\\\\xad\\\\x8b\\\\xe9f\\\\xdd\\\\xab\\\\xa9\\\\xd0\\\\r\\\\x0f\\\\xd4\\\\x0f\\\\xd9\\\\xd4J\\\\xab\\\\x89\\\\xf0S\\\\xf1\\\\xf2\\\\xee\\\\xae\\\\xda\\\\xd9\\\\x1bT\\\\x1e\\\\xa0g\\\\xb0\\\\x1e=\\\\xa7H\\\\xd7\\\\xa4\\\\xce\\\\x00\\\\x82\\\\x80\\\\xf6\\\\xa9\\\\xd6!\\\\x0e\\\\x96W\\\\xf8,\\\\xee\\\\x0e\\\\x9d\\\\xfc;w\\\\xe8#,\\\\x8a(]|y\\\\xad\\\\xf4e=D\\\\x17\\\\xdfS\\\\x98\\\\xf7#I\\\\x00\\\\x9e\\\\xf3\\\\xa7n\\\\xd1\\\\xdf\\\\xa8\\\\x9c\\\\x04\\\\x874\\\\xd1q\\\\xaa\\\\x17^\\\\xff\\\\x00\\\\xb7\\\\x9f\\\\xf7\\\\r\\\\xca\\\\xfe\\\\x9e\\\\xe5\\\\xb7\\\\x13\\\\xcb\\\\xdffw\\\\xc4\\\\xf3\\\\x17\\\\xda\\\\xaa\\\\xbc\\\\x93\\\\xb9p\\\\x9c\\\\x90\\\\xde\\\\xe5R\\\\x18\\\\xed\\\\xf0#\\\\xb7^?\\\\xe6>6v\\\\x1e\\\\xf6\\\\xdc<\\\\x9a\\\\xb1\\\\xe7\\\\xd9\\\\xd7\\\\xeb\\\\x9eJ\\\\xd5\\\\x9b\\\\x9a\\\\xc8\\\\x04\\\\xd3\\\\x9f\\\\xe5w\\\\x97\\\\xc6\\\\xbfZx\\\\x7f\\\\x90\\\\xe4dr\\\\x1cw=\\\\x82\\\\xbczc\\\\xaa\\\\xd8\\\\xcb\\\\xe9@+\\\\x05\\\\x8a\\\\x84\\\\x07t\\\\x99\\\\x88a\\\\xac\\\\x9e\\\\xbc]\\\\xc9\\\\xbd\\\\xf2n\\\\x7f\\\\xc6[\\\\t\\\\x06ze\\\\x91O\\\\xbbo\\\\xdb\\\\x87\\\\xa7\\\\xd4\\\\xca\\\\x83\\\\xf9\\\\xbf\\\\xcdZ\\\\xc7\\\\xcc\\\\xb9\\\\xb2^\\\\x8c;\\\\x90\\\\xad\\\\xae\\\\x19Q\\\\x1d\\\\x14\\\\xee\\\\xf5*\\\\x9d\\\\xa7\\\\xb7\\\\x89\\\\'\\\\xcf\\\\xac\\\\xb3\\\\x13~\\\\xef\\\\xa7\\\\x1c\\\\xfa\\\\xf7\\\\x05@\\\\xd00\\\\\\\\\\\\xaa\\\\xfc\\\\xea\\\\xfc\\\\x9b\\\\x9c\\\\xb6\\\\xd8q\\\\x80\\\\x9e\\\\x8cT`\\\\t*\\\\xba3\\\\x13\\\\xa6\\\\xa6;\\\\xc6\\\\xbdz\\\\x91\\\\xb4\\\\x1bK@fj\\\\x7f\\\\x0b\\\\x1fs\\\\x7f\\\\xd49\\\\xa7W\\\\xaa\\\\xba\\\\xf8#\\\\x9dU\\\\xa3\\\\x1f\\\\n\\\\x9c\\\\xd3\\\\x8cWi\\\\x96VU\\\\x96k4\\\\x9dVB\\\\xfd?e\\\\xdb\\\\xb1\\\\x8d\\\\xdd\\\\xb3\\\\xbb4\\\\x98\\\\x06\\\\xac\\\\x9d\\\\xab\\\\xe5\\\\xe4\\\\xb27\\\\x11\\\\xb8^@S\\\\x9f.9%\\\\xea3o{l5\\\\x12\\\\xd5\\\\xc1\\\\x05\\\\x98\\\\x7f\\\\x0bh\\\\x00\\\\x8dF\\\\x84\\\\x93?gYS\\\\xb5\\\\x10*\\\\xa9\\\\xfb\\\\x93r\\\\xc9\\\\xd3 \\\\xe3\\\\x7fN\\\\xab-\\\\xab|\\\\xab/b\\\\xb9\\\\x16\\\\xb7\\\\xa4\\\\x16>\\\\x0b\\\\xa9&\\\\x07\\\\x89\\\\x03^\\\\xaa\\\\xfb~\\\\x87\\\\x06\\\\xaf\\\\xc7o\\\\x96+D\\\\xcd\\\\xe3QE;\\\\x8e\\\\xcb\\\\xc3\\\\xa7\\\\x12\\\\xbc\\\\x8d\\\\xf6)\\\\xac\\\\xb2\\\\xb6&\\\\xd2\\\\xcb\\\\xf8e\\\\xa1gY\\\\x0b\\\\xae\\\\x80y\\\\x9e\\\\xa0Y\\\\xb9pT\\\\xbcb|\\\\x8dh\\\\x1f\\\\xc5,]\\\\xb7\\\\x02\\\\\\\\b\\\\x12\\\\xdeM\\\\xf6s<\\\\x95\\\\xd6%a^\\\\xe7\\\\xd9M$\\\\x85\\\\x00x\\\\r\\\\xc2\\\\x06\\\\x80~\\\\xce\\\\xdd\\\\\\\\\\\\x85\\\\xafp\\\\xfaq$pUY\\\\xcd\\\\xcb5*\\\\xa6\\\\xff\\\\x00\\\\xe8\\\\x9c\\\\xdf\\\\xfe\\\\x8a\\\\xbf\\\\xfc\\\\r\\\\xfe]\\\\x17\\\\xb7{\\\\x82\\\\x8f\\\\xd9\\\\xb7\\\\xc9\\\\x7f\\\\xff\\\\xd0\\\\xa1\\\\xae\\\\xfc\\\\xfa\\\\xa5\\\\x95\\\\xedUE\\\\xb5\\\\xd5\\\\xcdl\\\\x01`\\\\xc2\\\\x02\\\\xd6\\\\xcb\\\\xa9\\\\x04G\\\\x7f\\\\xdf\\\\xd7\\\\x9b\\\\x91\\\\x04\\\\xd1|J:\\\\x88\\\\xc7\\\\x15\\\\'\\\\x8f)\\\\xc6e\\\\x85\\\\xa2\\\\xeb0kPW&\\\\xe6\\\\xb1\\\\xf4\\\\x04\\\\x81$\\\\x8f\\\\x01\\\\x111\\\\xd1\\\\x86\\\\x05\\\\x90\\\\x93\\\\xa2\\\\x89\\\\xd7\\\\xe3\\\\x99\\\\xaa\\\\x85m\\\\xce\\\\xba\\\\xe6\\\\n\\\\xafe\\\\xd5\\\\xa5\\\\x8d\\\\x0b\\\\n\\\\x0bA\\\\xd0w\\\\xd7\\\\xbfn\\\\xfe=\\\\x15\\\\xb0\\\\xc2\\\\xa9\\\\xf0\\\\x9dk\\\\xda\\\\xac\\\\xae\\\\x16\\\\xdbm\\\\xc3\\\\xcc\\\\xc6\\\\xca\\\\xa0\\\\xe3\\\\xd1\\\\x94\\\\xde\\\\xe5\\\\x1e\\\\xe2\\\\xfa\\\\xbd\\\\xb433\\\\x0b\\\\xaf\\\\xd9\\\\xdf\\\\xa7\\\\xc0\\\\x9d$2\\\\xd3\\\\xb37\\\\x04\\\\x95\\\\xce\\\\x1f>\\\\xe6,\\\\xcb\\\\xc9\\\\xe4\\\\x7f\\\\'K7\\\\x1fP\\\\xf6\\\\xcd\\\\xf6B\\\\xfbd\\\\x90\\\\x16\\\\x0c\\\\x890I\\\\xd3\\\\xc0y\\\\xf5\\\\x9f\\\\x17\\\\x93\\\\x93\\\\x92\\\\xa1\\\\xba&E\\\\xd5xsq\\\\x1b\\\\x01q\\\\xff\\\\x00(h\\\\xcaR\\\\xeb\\\\x9dun\\\\xc5m\\\\xd1\\\\xb6\\\\x12\\\\xda\\\\xc4w\\\\x04\\\\x1f>\\\\xad\\\\x89\\\\r 2U\\\\xack\\\\x8f\\\\xd5)\\\\xe7\\\\xddf)\\\\xfc\\\\xba\\\\xa1M\\\\xcb\\\\xe8\\\\xad\\\\x14\\\\x18\\\\x0ce\\\\xa6F\\\\x8a i\\\\xd2\\\\'\\\\xa8\\\\x02\\\\x06*\\\\xed\\\\xa9i-*\\\\x04\\\\x1b\\\\'\\\\x8c\\\\x18\\\\x95\\\\xe3d\\\\xe2+&Mv\\\\x0bR\\\\xca\\\\x9d\\\\x84\\\\xfbl\\\\xa4\\\\x02t\\\\x03\\\\xb4\\\\xcf\\\\x80\\\\xe9\\\\x176fPv~\\\\x02\\\\xd4\\\\xda\\\\x9a\\\\xd7\\\\x0e\\\\x19[\\\\xd7~\\\\xac\\\\xfce\\\\xdb\\\\x1f3\\\\x90\\\\xaf#\\\\x1b\\\\x91\\\\x14\\\\xa8\\\\xb7\\\\x14\\\\xd4\\\\x1d^\\\\xca\\\\xf4\\\\x0c\\\\x8d?\\\\xc4@\\\\xf0\\\\xec\\\\x7fo\\\\x95\\\\xdf|}\\\\xe9\\\\\\\\{`\\\\x90\\\\xeey\\\\x0e\\\\\\\\r[\\\\xdbk\\\\xf0 \\\\x03B\\\\xaa\\\\x8f\\\\x90~\\\\xbb\\\\xf3\\\\x16g\\\\xe5\\\\xe5qx\\\\x14\\\\xe2\\\\x04\\\\x84]\\\\xeaY\\\\x18\\\\x08\\\\x1e\\\\x95\\\\x98S\\\\xa8\\\\xd7\\\\xbfL\\\\xdb\\\\x7f\\\\xd4E\\\\xd0\\\\r\\\\xe9\\\\xd4\\\\xf2\\\\xc9[\\\\x1b\\\\xc8\\\\x03DJ\\\\x8f\\\\xf73\\\\xce/\\\\xc7\\\\xf2p\\\\xf3\\\\xf0\\\\xc8\\\\xcaY\\\\xfc\\\\x8eV1\\\\x15\\\\xaa;\\\\xfe#f\\\\x93\\\\xd8DOO\\\\xb9\\\\xff\\\\x00R\\\\xbb\\\\xae0\\\\xb7{\\\\xfe1\\\\x88oSt\"\\\\xa9\\\\xf0\\\\xdd\\\\xc3\\\\xf68\\\\x95E\\\\xf3\\\\xdf\\\\xa9_\\\\'\\\\xf9\\\\n[_\\\\'\\\\xca\\\\xdd}YD\\\\x1bq\\\\xc1!\\\\x18\\\\rA w\\\\xff\\\\x00\\\\x87^\\\\x93g\\\\xff\\\\x00]\\\\xdamd\\\\'\\\\x18\\\\xbc\\\\x86g\\\\x17S-\\\\xd4\\\\x99\\\\x85\\\\x12\\\\x9dyM`Fbv\\\\xdc\\\\x7f\\\\x0b\\\\x11\\\\xaa\\\\x83\\\\xa6\\\\x83H\\\\xfa\\\\xf8\\\\xf5\\\\xaf(\\\\xb7r\\\\xa9+\\\\x87$\\\\xcb^exT\\\\x19}\\\\xd60\\\\x95%\\\\x81\\\\x98\\\\x11\\\\x1e\\\\x03\\\\xac\\\\xab\\\\xbbs~c\\\\x92(\\\\xdc\\\\xa3fT|~X\\\\xbe\\\\xfb\\\\x19\\\\xc0%\\\\x88m>\\\\xfd\\\\'\\\\xcf\\\\xe9\\\\xd3.lb\\\\xda@\\\\xa2\\\\x9dR\\\\x0eJ?_*\\\\xe4\\\\xd6\\\\xdb\\\\xc9\\\\x85\\\\x00\\\\x02u\\\\x07\\\\xc4\\\\x02~\\\\x9dfO\\\\xe3\\\\x85S\\\\x0c\\\\x93\\\\'\\\\x1d\\\\xf2\\\\x9c\\\\xecB\\\\xb7c\\\\xe6YM\\\\xe8d5n\\\\xca~\\\\xa0\\\\x10|\\\\xfa\\\\xcb\\\\xbf\\\\xf1OF\\\\xa2Q\\\\x91\\\\xe6\\\\xad.#\\\\xf5S\\\\xe5X\\\\xb95e\\\\xd3\\\\xf2\\\\x1c\\\\xf1\\\\x97R\\\\x91M\\\\xc6\\\\xfb\\\\x18\\\\xae\\\\xe1\\\\xea\\\\x82L\\\\xc1\\\\x1a\\\\x11\\\\x1a\\\\x8d:\\\\xa4>7\\\\x16\\\\x1e5uRw\\\\xa7\\\\n\\\\xabc\\\\xe3_>\\\\xe69g\\\\xff\\\\x00\\\\xf8\\\\x86~FH\\\\x12\\\\x8d61\\\\xf4\\\\xc1\\\\x07K\\\\t\\\\x80f4\\\\xfb\\\\xba\\\\xd4\\\\xf8\\\\xff\\\\x00\\\\x8e\\\\x12\\\\x89\\\\x90\\\\x007 \\\\xb3on\\\\xc8,\\\\xeb\\\\xa0\\\\xf8\\\\xbeb\\\\x9c\\\\xacJ\\\\xcb\\\\xba\\\\xda\\\\xe8\\\\x90\\\\xc0\\\\xc20]\\\\xbe\\\\x90\\\\xb3\\\\x13\\\\xbb\\\\xc6~\\\\xfe\\\\xb5\\\\x8c\\\\r\\\\xa1\\\\xd5\\\\x15\\\\xbb\\\\xc2A\\\\xcfz\\\\xdf\\\\x8fu6[\\\\x91E6\\\\xd4\\\\xd5\\\\x95\\\\xfecn\\\\r\\\\x12\\\\xb2&\\\\x01\\\\xec\\\\x06\\\\xbdV\\\\x17#\"Y8]dn\\\\xba\\\\xc3\\\\xd3\\\\\\\\\\\\x92\\\\x82\\\\xbf\\\\xe5\\\\xa5cF2\\\\x02\\\\xc1\\\\xd6$}:h\\\\x9bF\\\\x98\\\\x92\\\\x8bP\\\\xcb\\\\xcdzE\\\\xfb\\\\x95\\\\xc3+2\\\\xcaN\\\\x89\\\\xb8\\\\x83\\\\xa9\\\\xd4\\\\x8f\\\\x01\\\\x00v\\\\xe9\\\\x82C\"\\\\xe3\\\\x8cR\\\\xc8\\\\xae+A\\\\xb1\\\\xeb\\\\xc8{Q\\\\x9c\\\\xd8ee\\\\x86\\\\xd0\\\\xcc\\\\x14\\\\x96;T\\\\x804\\\\x13\\\\xe1\\\\xd4\\\\xc9\\\\x89\\\\x04!5u\\\\xb5\\\\x05WZ^\\\\xe2\\\\xaa\\\\xa5\\\\xd8\\\\xd7e\\\\x907B\\\\x93\\\\xe0;\\\\xc1?^\\\\x97; \\\\x978\\\\xa4N\\\\xce\\\\xa7Q\\\\xaf\\\\xe3\\\\xf0,\\\\x0c\\\\x1a\\\\x8d\\\\x9b\\\\xbd\\\\x0e\\\\xea\\\\x18\\\\xb4\\\\x81\\\\xbb\\\\xd3\\\\xb4\\\\xccj\\\\x0f\\\\xd0}\\\\xbd+\\\\xda!\\\\xb4\\\\xe0\\\\x91=\\\\xb8+VW\\\\xc4}\\\\xfc\\\\x1b.\\\\xc5d \\\\xca\\\\xed\\\\x0b\\\\xed\\\\xcc\\\\xe9\\\\xae\\\\xa3]u\\\\xff\\\\x00\\\\x18\\\\xe9\\\\xb3\\\\x8c\\\\xb4\\\\x16U%\\\\xb6c\\\\xd1\\\\x01\\\\xc6\\\\xf8\\\\xcb\\\\xd1(\\\\xf5\\\\xee\\\\xb5[\\\\xdc\\\\xae@\"O\\\\x9c\\\\xc4\\\\xea4\\\\xd7\\\\xc7\\\\xed\\\\xea,\\\\xd6-\\\\x9a\\\\xacl\\\\x9f4\\\\xf5\\\\x8b\\\\xc3\\\\xa7\\\\xf4\\\\xdb\\\\x91U\\\\x0b\\\\xdaB\\\\x980C\\\\x1dD\\\\xce\\\\x9d\\\\xba\\\\xb18\\\\x8d%\\\\x93a\\\\rJ\\\\xb5\\\\xe68kh6-UV\\\\x94\\\\xef\\\\x00\\\\x19m\\\\xc0\\\\x03>\\\\xae\\\\xd3\\\\xa9\\\\'I\\\\xf1\\\\xeb&S\\\\x94I\\\\xedK\\\\xbbh\\\\x8e\\\\xe4\\\\x1b\\\\x0b\\\\x1f+\\\\x15M\"\\\\xa3]\\\\xc6\\\\x0b\\\\x10\\\\xc3\\\\xd2\\\\xa4vm\\\\xe0\\\\x02L\\\\xc0\\\\x9f\\\\x0e\\\\x9fnD\\\\x80\\\\xe9\\\\x02\\\\x0ch\\\\xadz+\\\\xc6\\\\xcb\\\\xe3\\\\xf1\\\\xf1\\\\xce\\\\xe6)H\\\\x0f$\\\\x05%D\\\\x13\\\\xa8\\\\x80 \\\\xf9uh\\\\x8dC\\\\xd4\\\\xae\\\\xd9\\\\x93\\\\xd3\\\\x9a\\\\xae\\\\xb9\\\\xde\\\\x0b\\\\xf2(.\\\\xa9}\\\\xe5\\\\xb2\\\\xc0*,\\\\x0e\\\\x82$xx\\\\xf5J\\\\xe5\\\\xc1\\\\x06>IS\\\\xb4R\\\\xa6S\\\\xe4ac\\\\xe4\\\\xa3\\\\x90E\\\\xc8I\\\\xa5\\\\x8e\\\\xefmF\\\\x82\\\\x02\\\\xf7,5\\\\xed\\\\xd7J~\\\\x87\\\\x99\\\\xc1 b\\\\xc1\\\\x01\\\\xc6\\\\xb1\\\\xd7\\\\xdf`\\\\x8e,\\\\xb96\\\\xba\\\\x95\\\\x10\\\\xc4F\\\\x84\\\\x0e\\\\xdd\\\\xe7\\\\xec\\\\xd3\\\\xa2\\\\xb50\"H\\\\xa0\\\\xea\\\\xb8\\\\xea\\\\xc1\\\\xab\\\\xd1Y\\\\xbf\\\\x1f\\\\xf8?\\\\xce>U\\\\xc37#\\\\xc0p\\\\xae\\\\xf8\\\\x18\\\\x19\\\\x14b]\\\\x91\\\\n\\\\x87\\\\xdd\\\\xbcB\\\\x91[\\\\x10\\\\xc1~\\\\xbd\\\\x84\\\\xf5r\\\\xdce88\\\\xc1Y\\\\x85\\\\x89J\\\\xa9\\\\xfb\\\\x87\\\\xfd(\\\\xe6\\\\xd2\\\\xdck3\\\\x13\\\\x0f\\\\x00\\\\xd4\\\\xecH\\\\xb2\\\\xd1ap\\\\x14\\\\x1fV\\\\xc0H\\\\r\\\\x1f\\\\xf1\\\\xe9\\\\x90\\\\x98\\\\x8c\\\\x9d\\\\x10\\\\xb4\\\\xc6\\\\xa9\\\\xcb3\\\\xf4\\\\x97\\\\x8b\\\\xe61\\\\xde\\\\x9eW\\\\x9dqI\\\\'\\\\xde\\\\\\\\Z\\\\x83Y*\\\\x0c\\\\x8d\\\\xd2N\\\\xd04\\\\xecg\\\\xc3\\\\xcf\\\\xa4\\\\xdd\\\\xba.\\\\xfaO\\\\xf6\\\\xadz\\\\x1b\\\\x15\\\\x1a\\\\xbf\\\\xd1\\\\x9f\\\\xd3\\\\xce<\\\\x03u\\\\xdc\\\\x8eMx\\\\xe3\\\\xf9\\\\xce\\\\xe5T%\\\\xad\\\\xd8\\\\xae\\\\xd1\\\\xe2\\\\x06\\\\xa7\\\\xb0\\\\x9d{\\\\xf4\\\\x1e\\\\xfc\\\\xc3\\\\x00(\\\\x90}\\\\xb0K\\\\xa6\\\\x8c_\\\\x83\\\\xfe\\\\x94\\\\xf18\\\\x95{\\\\\\\\\\\\x08\\\\xca\\\\xad\\\\xce\\\\xd49\\\\x06\\\\xc6\\\\x05{\\\\x80\\\\xd1\\\\xa1$\\\\x8f\\\\x1f\\\\xfb]+\\\\xd34\\\\x18)\\\\xff\\\\x00&\\\\x00\\\\x07N\\\\\\\\/#\\\\xf0\\\\\\\\J\\\\xb1\\\\xf1\\\\xf0\\\\xf8|\\\\x0c\\\\x04\\\\xac\\\\xb7\\\\xe5]q\\\\xa9%\\\\x00c\\\\xf8\\\\x1a\\\\x1fS\\\\x1fO\\\\xf1\\\\xea\\\\xb8\\\\xb9\\\\x96\\\\x01\\\\x86\\\\x83@\\\\x0c\\\\x1f\\\\xfbz\\\\x0br\\\\xcc\\\\x97<\\\\x94\\\\xcc5*\\\\x84\\\\xd7K\\\\xdao\\\\xb2\\\\xc1\\\\x05=8\\\\xf4\\\\xed\\\\xdd\\\\xe92\\\\x14\\\\x99;\\\\xa7\\\\xb91\\\\xde>\\\\xce\\\\x84\\\\x89J\\\\xa3\\\\x04%\\\\xb2\\\\xed\\\\xa2\\\\xc5\\\\xa8\\\\xa2\\\\x9a\\\\x91\\\\xaf\\\\xa9X\"\\\\xae\\\\xd6Y\\\\r\\\\xb4\\\\xe8\\\\xcc \\\\x18:I\\\\x8f\\\\xfb,F,\\\\xef\\\\x82Y\\\\x96\\\\x05\\\\xd0\\\\xbb\\\\xf8\\\\x8a.\\\\xbf\\\\xf3U\\\\xd5S\\\\x86+X\\\\xad\\\\xc6\\\\xdd\\\\xc7F\\\\xda\\\\xc3U\\\\xd6$\\\\xeb\\\\xe5\\\\xdf\\\\xa5\\\\xdc\\\\x99\\\\x85C\\\\x1c\\\\xd9\\\\x1c&y\\\\xa5\\\\xfe[#\\\\x0f\\\\r\\\\xdf.\\\\xecz1\\\\x9a\\\\xb6b)\\\\xaflz\\\\x94\\\\x86U,\\\\x84i\\\\x1a\\\\x92\\\\x07\\\\x8fF.\\\\x9b\\\\x85\\\\xe2;\\\\x93.\\\\xeea\\\\x10\\\\xf4\\\\n\\\\x8c\\\\xf9\\\\x17\\\\xea\\\\x83\\\\xe1\\\\x96\\\\xc5\\\\xe20f\\\\xab\\\\x15\\\\xd9\\\\xb2\\\\x9d\\\\xb6(rHd\\\\x1bF\\\\xdd\\\\xd0\\\\x0c\\\\x01\\\\xd5\\\\xcd\\\\xb9\\\\x99\\\\x8fE\\\\x91\\\\xba\\\\xde\\\\xb99\\\\x12\\\\xa8o\\\\x96\\\\xfe\\\\xa2\\\\xe7\\\\xf2@\\\\xdb\\\\x93\\\\xca6o\\\\xf3\\\\x06\\\\xdalb\\\\xbbb\\\\x0b\\\\n\\\\xc0\\\\x83\\\\xa6\\\\x9e\\\\x11\\\\x1dZ3\\\\x8du\\\\x17\\\\xe1\\\\xd6M\\\\xcd\\\\xcc\\\\x8bW\\\\x8e\\\\x8a\\\\xa0\\\\xe7>^.\\\\xae\\\\xc1\\\\x8b(-Q\\\\xedT\\\\xcd\\\\xbda`\\\\t\\\\x9du\\\\xd7\\\\xfcGS9\\\\xdb$\\\\x11L(\\\\x87\\\\xdc\\\\x98~j\\\\xb3\\\\xce\\\\xe49L\\\\x82\\\\xe17n+\\\\xb8\\\\xa0&l\\\\x90u\\\\x00i\\\\xa8\\\\x9e\\\\xfa}\\\\x9dG\\\\xb8\\\\xcf\\\\x11\\\\x12\\\\xe3\\\\xcdI38\\\\xe0\\\\x913\\\\x1f\\\\x9a\\\\xcc\\\\xb5h\\\\x9b\\\\x03\\\\xde\\\\xad\\\\xed\\\\x85\\\\x98\\\\x83\\\\xa9\\\\xf4\\\\t?H\\\\xfau\\\\x9fr\\\\xd6\\\\xb9R%\\\\xce\\\\x03#\\\\xcd2\\\\x17\\\\x0chr\\\\xe3\\\\xfaB\\\\xaa\\\\xe3\\\\xb3\\\\xaeb\\\\x1f\\\\xf95\"\\\\x85\\\\xdd\\\\xb0\\\\x88\\\\x02\\\\t\\\\xd2$\\\\xe9\\\\xd8\\\\xf5\\\\x10\\\\xb1\\\\xa8<\\\\xa8\\\\x06<\\\\xfc\\\\x11\\\\x1b\\\\xe6=\\\\xb9)5\\\\xd2\\\\xa1(\\\\x14V\\\\xed`\\\\xf4\\\\x86\\\\xd0\\\\x80D@\\\\'l\\\\xc6\\\\xdf\\\\x03\\\\xd2M\\\\xb7\\\\x1e\\\\x9a\\\\xd7\\\\x14~\\\\xff\\\\x00\\\\x1c}Sw\\\\x1d\\\\xc5^i\\\\xb2\\\\xec\\\\x8a\\\\xce1\\\\xbd7b\\\\xca\\\\x85\\\\x00h7xA\\\\xf0\\\\x03\\\\xf6\\\\xf4V\\\\xf6\\\\xb3$\\\\x92\\\\x03\\\\xb58\\\\xe6\\\\x96o\\\\x82\\\\x18\\\\xf1\\\\xfc\\\\'\\\\xcco\\\\x86\\\\xa6U\\\\xb5R,Gk= U\\\\x0e\\\\xc5\\\\x18w\\\\x81\\\\nd\\\\t#\\\\xabGa\\\\x02@ 9\\\\xe4\\\\xd4@o\\\\x93P\\\\xe9\\\\xcb\\\\xff\\\\x00\\\\xd1\\\\xdf\\\\x15x\\\\xa5o\\\\xc3\\\\xa0\\\\xa5\\\\xa4V\\\\xf8\\\\xaf\\\\x8f[\\\\xa6\\\\xcd!\\\\x89\\\\x99\\\\xec|5\\\\x81\\\\xd3\\\\x7f\\\\xc5\\\\x88\\\\x96\\\\xa8\\\\xf1\\\\xfd\\\\xa3\\\\xff\\\\x00&@\"\\\\t\\\\x87ba\\\\xb9j\\\\xeesf\\\\xfb\\\\x01\\\\xfe\\\\x1b,R\\\\xa4\\\\x81\\\\xda|>\\\\xce\\\\xa9L\\\\x99SK7R\\\\xfd\\\\xe5\\\\x04\\\\xf7\\\\xf2\\\\xc7R\\\\xd7\\\\x8b\\\\xfa9\\\\xfaj\\\\xc5Q~+\\\\x8d\\\\xb6d\\\\xb9{4s\\\\x12\\\\xa4\\\\xee\\\\x12\\\\x00:Go\\\\x13\\\\xd2\\\\xa3n\\\\x98\\\\xbfy\\\\xfc\\\\xa4\\\\xc7\\\\x7fp\\\\x174\\\\xe6\\\\x8f\\\\xe1\\\\xfe\\\\x90\\\\xfe\\\\x90c\\\\x8aq\\\\xf2>/E\\\\xe3\"\\\\xc0\\\\xcd7Zl\\\\xd8H\\\\x82\\\\xa7q;F\\\\xa4\\\\x8e\\\\xfd\\\\x15\\\\xb0\\\\x01\\\\xd3\\\\xa5\\\\xdf\\\\xa9\\\\xfc\\\\xab\\\\x10\\\\xf9)\\\\xc6O)3\\\\xa9\\\\x9c?\\\\xe8\\\\xdf\\\\xe8\\\\xdf\\\\x0b\\\\xc8W\\\\x9dW\\\\xc4\\\\xec\\\\xe7\\\\xbd\\\\x8fyo\\\\xc5\\\\xe4n\\\\xb2\\\\xccwK$\\\\r\\\\xa8\\\\xac\\\\xa42\\\\xe8>\\\\x9d>\\\\xd5\\\\xdbV$\\\\x1e\\\\x1a\\\\x9c`k\\\\xc1L\\\\xff\\\\x00\\\\xd9\\\\xceG\\\\xd0h\\\\xe9\\\\x7f\\\\xe4\\\\x1f\\\\xa1\\\\xdf\\\\xa6\\\\xbc\\\\xaf\\\\'\\\\x99\\\\x99\\\\x85\\\\x81\\\\x7f\\\\x02\\\\x99.\\\\x86\\\\x9c\\\\x0c\\\\x0b\\\\xcf\\\\xe5\\\\xa8\\\\x95\\\\x04\\\\x80,\\\\x0cJ\\\\x9f\\\\xa1\\\\x9dz\\\\xaft\\\\xd8\\\\xbd\"b4\\\\xf4\\\\x19\"?-t\\\\x12M{R\\\\xc0\\\\xfd\\\\x03\\\\xf8u\\\\xd5\\\\xe6\\\\x9asyu\\\\xb5\\\\xa9\\\\xf6\\\\xf0\\\\xc8z\\\\xff\\\\x00\\\\x95j\\\\x90\\\\x03\\\\xbc\\\\x8dD\\\\x02c\\\\xcb\\\\xf7D6\\\\xf6e@\\\\xfd\\\\xb4n:.\\\\x8f\\\\xca\\\\xdc.O\\\\x82D\\\\xf9\\\\x0f\\\\xfbb\\\\x19\\\\x97\\\\xe3\\\\xd5\\\\xc5\\\\xfc\\\\xa5\\\\x1d/MN^9\\\\x05l\\\\x9dJ\\\\xb5e\\\\x94)\\\\'\\\\xc7^\\\\x9f\\\\xb7\\\\xb7+%\\\\xe3/#\\\\xe7\\\\x8a\\\\xeb\\\\xbf)n@\\\\r8%\\\\'\\\\xff\\\\x00i9yX\\\\xc9z|\\\\xf3\\\\x06\\\\xab]\\\\xd9\\\\x1a\\\\x9b)b6I\\\\xda\\\\xc3Y\\\\x93\\\\x1a\\\\x8e\\\\xff\\\\x00oW\\\\xec\\\\xee\\\\xee\\\\x10\\\\xe3I\\\\xe9P\\\\x86;\\\\xd8F\\\\x8c\\\\x87r\\\\x9f\\\\xec\\\\xaf\\\\xf5#\\\\x04-\\\\xe9\\\\xcaq\\\\xed\\\\x87\\\\xee%\\\\r\\\\x92\\\\xe5\\\\xea\\\\x9bY\\\\x03\\\\xa2\\\\xec\\\\x89\\\\x82\\\\xb2g\\\\xb7V\\\\xce\\\\xe6\\\\xfd\\\\xb8\\\\x99N\\\\x11n\\\\xd3\\\\x9fr\\\\xb0w\\\\xd1\\\\x88\\\\xc0\\\\xa8\\\\xed\\\\xfe\\\\xce~Z\\\\x98\\\\xdb\\\\xc7\\\\xcax\\\\xc1u\\\\x90*\\\\xa5\\\\x83\\\\x90I0u\\\\x1ed\\\\x7f\\\\x8fH\\\\xff\\\\x00\\\\xd9^&\\\\xb0\\\\x8bv\\\\x97\\\\xfa%\\\\xff\\\\x00\\\\xec\\\\xe0N\\\\t{/\\\\xfd\\\\xa2~\\\\xa1\\\\x8b\\\\x85X\\\\\\\\\\\\x87\\\\x13\\\\x9dY\\\\xf45\\\\xc2\\\\xf2\\\\x80\\\\xb7r\\\\x00u\\\\xd4}z?\\\\xfd\\\\xc4\\\\xa0\\\\x1c\\\\xdbs\\\\xd2C\\\\xee\\\\xc9\\\\x83\\\\xe5#\\\\xc9B\\\\xb3\\\\xfd\\\\xa4\\\\xfe\\\\xa5\\\\xf6\\\\xa9\\\\xf8\\\\xbb\\\\xdb\\\\xc22\\\\x80Y\\\\x03Q$D\\\\xce\\\\x91\\\\xe7\\\\xd0\\\\x8f\\\\x9e.\\\\xde\\\\xd4\\\\xbf\\\\xfb\\\\xa3\\\\xf9M\\\\x1f%\\\\x04\\\\xaf\\\\xc9\\\\x7f\\\\xb7\\\\xdf\\\\xd5^\\\\x11Td\\\\xfcf\\\\xfc\\\\xac{\\\\x18\\\\xcbb\\\\x11y0\\\\xa2eT\\\\xcf\\\\xd3\\\\xfb\\\\x1e\\\\x8f\\\\xff\\\\x00k\\\\tT\\\\xc6@\\\\xf6?\\\\xd1\\\\xd4\\\\xff\\\\x00\\\\x93nUv*\\\\xbc\\\\xe4\\\\xfe\\\\x03\\\\xf2\\\\xde3}\\\\xd9\\\\xff\\\\x00\\\\x1c\\\\xe50\\\\xeb\\\\xdd\\\\xa5\\\\xb6b\\\\xdb\\\\x12d~-\\\\xb1\\\\xdcun\\\\x1f#oK\\\\xbb\\\\x0e\\\\xae\\\\x13c\\\\xb8\\\\x88h\\\\xb8~\\\\xd4\\\\x0cp\\\\xd9\\\\xd4\\\\xb5\\\\x8a\\\\xd8\\\\x17\\\\xab\\\\x83\\\\xe9SS\\\\xc8\\\\xff\\\\x00\\\\xf1|\\\\xbc\\\\xfa#\\\\xbf\\\\xb5!\\\\xfb\\\\x8f\\\\x10\\\\x8eW]A\\\\xb3\\\\x8d\\\\xceY\\\\'\\\\x1a\\\\xd0T\\\\xcbz[A\\\\xb6{G\\\\x96\\\\xbd>;\\\\xbbG\\\\xfdC\\\\xc4\\\\'F`\\\\xad?\\\\x94s\\\\xb0\\\\n\\\\xdb\\\\xb1\\\\x88\\\\x1a\\\\x08\\\\xd6\\\\x0c\\\\x8f\\\\xf1\\\\xe9\\\\xde\\\\xe8]\\\\xee\\\\xf5Y\\\\x10+QZ\\\\x05\\\\xdcN\\\\xc9mL\\\\x9e\\\\xf2{\\\\xf7\\\\xe8A\\\\xd4\\\\\\\\\\\\xa1\\\\xac\\\\x8b\\\\x95\\\\xa0\\\\xac\\\\xc7\\\\xaaO\\\\x89\\\\'Q\\\\xaf\\\\x9e\\\\xbd0I\\\\x8a`\\\\x91u\\\\x8dj\\\\xec\\\\xeaN\\\\xe2\\\\xa0DF\\\\x9a\\\\x9dg\\\\xbf\\\\x7f\\\\xdf\\\\xd4\\\\xc8\\\\x80\\\\x11JB8\"ve\\\\xba5@F\\\\xda\\\\xd4\\\\xa8\\\\xdd\\\\xa8:\\\\x9d|{\\\\xcck\\\\xd2#\\\\x07\\\\x0e\\\\x95\\\\x11\\\\x9a\\\\x91HL\\\\xaa\\\\xd5\\\\xb6\\\\xc5\\\\x81\\\\xc1\\\\xb4\\\\xee \\\\x15\\\\x07\\\\xb81\\\\x13\\\\xfd\\\\xfd\\\\x0c\\\\x8e\\\\x92\\\\x87V\\\\x992\\\\xddnY\\\\xc7CUv\\\\x95p@\\\\xb1\\\\x94\\\\xc4\\\\x95=\\\\xf7\\\\x03&fc\\\\xa1\\\\x8c5\\\\x17!\\\\x1cfH?\\\\xda#\\\\xc5|\\\\xb7\\\\x9b\\\\xe12\\\\x16\\\\xee79\\\\xf1m:8F 4k\\\\xeb\\\\x1e#\\\\xc8\\\\xc7Uw\\\\x9f\\\\x17\\\\xb7\\\\xdd\\\\xc5\\\\xae\\\\xc4\\\\x1f\\\\xaag\\\\xb8@L\\\\xfc\\\\x87\\\\xce>M\\\\xf2\\\\xab\\\\xd6\\\\x8c\\\\xac\\\\x87\\\\xd9f\\\\x83\\\\x1e\\\\xa5\\\\x08\\\\x8c\\\\xb0;\\\\xfd\\\\xddd\\\\xd9\\\\xf8M\\\\x9e\\\\xc2:\\\\x80\\\\xc32]T\\\\xbf\\\\xb8\\\\x99\\\\x0c\\\\ny\\\\xe0*8x\\\\xeaT\\\\x0b3\\\\x1c\\\\x0e\\\\xc4\\\\x01\\\\xe1\\\\xe7\\\\xa4y\\\\x8e\\\\xbc\\\\xee\\\\xf6^\\\\xec\\\\xfa,\\\\xcb\\\\x921\\\\x0eU\\\\x9b\\\\x8e\\\\xf7\\\\xa5\\\\'\\\\x87\\\\xc9\\\\xc5lK\\\\x83\\\\xfb\\\\xd6\\\\x87 \\\\x86\\\\x90`\\\\xed\\\\x12\\\\x0cn\\\\'\\\\xbfK\\\\xdcF[x\\\\xfbR\\\\xb6\\\\xd2\\\\xc5\\\\xf3\\\\xf0=0Y\\\\xc3pn\\\\x8d\"T|8\\\\xf1K\\\\xbc\\\\x86=\\\\xb8\\\\xe6\\\\xca+M\\\\xa8a\\\\xc0\\\\xdb\\\\xb64\\\\x07@\\\\x8c\\\\xab\\\\x88H\\\\xb5k\\\\xf5X6Jq\\\\xf1^*\\\\x8b\\\\x0b\\\\xb3ov\\\\x10]\\\\x18\\\\xc7\\\\x83H=\\\\xfb\\\\xc7S\\\\t\\\\x9e\\\\x8c\\\\xcd\\\\xfd\\\\xa2-\\\\x02\\\\x01\\\\xa5T}\\\\xff\\\\x00\\\\xfe\\\\xcd\\\\xff\\\\x00\\\\xf17S\\\\xfe,\\\\xfa%\\\\xff\\\\x00\\\\x909\\\\x15\\\\xff\\\\xd1\\\\xac\\\\x87\\\\x17Me\\\\x16\\\\x94\\\\x15\\\\x05\\\\xadG\\\\xb0\\\\x08%\\\\x95\\\\x7f\\\\t\\\\x00zHy=\\\\xfa\\\\xf3\\\\xcc#\\\\x8f%\\\\xf1\\\\x91h\\\\xc0?D\\\\x97\\\\xc9Y\\\\x7f\\\\xba\\\\xebSV\\\\x8b{\\\\xacS_\\\\xa9\\\\x96\\\\xb2\\\\xda\\\\xfaL\\\\x8d`\\\\x88\\\\xfd\\\\xbd#S\\\\xd4*S\\\\x04\\\\x1a\\\\x9a\\\\'\\\\x1e.\\\\xca\\\\xcd\\\\x17\\\\xdc\\\\xd4$n\\\\x18\\\\xf2\\\\x91\\\\xb5HP\\\\x0e\\\\x84\\\\xca\\\\xcc\\\\xc1\\\\x1d\\\\xa4\\\\x9e\\\\xad\\\\xc0\\\\xc4\\\\xc1\\\\xc6)\\\\xf0\\\\x0fT\\\\xff\\\\x00\\\\xcb\\\\xe5\\\\xe4|\\\\x7f\\\\x8f#9\\\\xcae\\\\xd9\\\\x86\\\\x9e\\\\xb5\\\\xb0Y\\\\n\\\\xe9\\\\x08\\\\xde\\\\x92d\\\\xc1\\\\x91\\\\xfd\\\\x87N\\\\xdc\\\\x03lW\\\\x15\\\\xb2G\\\\xb7l>%rw9\\\\x99\\\\x97\\\\x90\\\\x99j2\\\\r\\\\xbcfE\\\\xc4Z\\\\x1e\\\\x18\\\\x17\\\\x04\\\\xf8\\\\x81\\\\xf6\\\\x19\\\\xeb:\\\\xd91\\\\x04=\\\\rVT\\\\xc1\\\\x91\\\\xcf\\\\x92\\\\xaeq9$\\\\xab1T1Z\\\\xdc\\\\xb2\\\\xd6\\\\xd3\\\\x04\\\\x00\\\\t\\\\x87\\\\x10|\\\\xfc5\\\\xf3\\\\xe9\\\\x96g\\\\x92\\\\x91\\\\x01\\\\xd9\\\\xc75\\\\x8a\\\\xf2td\\\\x9c\\\\x94\\\\xc8CU\\\\x82+\\\\xa2\\\\xc6\\\\x98+\\\\'h\\\\xf0=\\\\xbc\\\\xba+nI|\\\\x02\\\\xbd\\\\x19\\\\x82\\\\x18\\\\xe3\\\\xe6\\\\x88\\\\xf3\\\\x1c\\\\x8dX\\\\xbcj=V\\\\x9bA\\\\x00\\\\x95r#\\\\xb1\\\\x106\\\\xc8\\\\x80;\\\\x0e\\\\xbbqsL@\\\\x19\\\\xad\\\\x08\\\\x97\\\\r\\\\x1a\\\\x0ej\\\\x97\\\\xe43+\\\\xba\\\\xb6\\\\xad\\\\xac\\\\x87\\\\x0c\\\\xc5J\\\\xee\\\\x1a\\\\x924\\\\xfd\\\\x925\\\\xfb\\\\xbaE\\\\x9b--C>\\\\xc5b\\\\xd9p\\\\xc4%\\\\\\\\\\\\xbb=\\\\xcd\\\\xdb\\\\x84\\\\xa8X\\\\x11\\\\xddG\\\\xd0u\\\\xa1l2\\\\xb3j,\\\\x83Yp\\\\xf7\\\\x01V,\\\\xc1d4\\\\x92\"\\\\x07o8\\\\x8e\\\\xaeF%\\\\x95\\\\xd8\\\\xc4\\\\xb5Td\\\\xddc\\\\x03\"\\\\t\\\\x90\\\\x17H\\\\xdb\\\\xa1\\\\x1d4\\\\xd19\\\\xc0\\\\xc5\\\\x16\\\\xc7\\\\xf6\\\\xe8u\\\\xf74E\\\\x96VH\\\\xd643\\\\xf4\\\\xfb:D\\\\x9eA*3|TL\\\\x9c\\\\xbb-\\\\x9f\\\\xe6\\\\xb5\\\\x84(T\\\\x1f\\\\x8ac\\\\xc7\\\\xc0\\\\xf6\\\\xf3\\\\xe9\\\\x90\\\\x80\\\\x19\\\\'\\\\xc3\\\\x00\\\\xeb\\\\xda-p\\\\x19dm`\\\\xa7\\\\xbc\\\\x88\\\\xed3\\\\xa4v\\\\xef\\\\xd1H&>y\\\\xa3\\\\xd5\\\\x91V9,\\\\xfd\\\\xc4DO\\\\xd3\\\\xbf\\\\x88\\\\xea\\\\xa9\\\\xf5I\\\\x0cO,\\\\xd4\\\\xbc|\\\\xd5\\\\x02$)S\\\\x05Oo8\\\\'\\\\xc7\\\\xb7\\\\x9fH\\\\xb9e\\\\xd2\\\\xe57\\\\xc5\\\\x1c\\\\xc4\\\\xe4J\\\\x90Y\\\\x94\\\\xb6\\\\xac\\\\xb0aA=\\\\xe0\\\\x0f\\\\xbb\\\\xbf\\\\x9fT\\\\xae\\\\xed\\\\x81\\\\xca\\\\x89W:q\\\\xc7\\\\xddY\\\\x7f\\\\x17\\\\xe5\\\\xac\\\\\\\\\\\\xcav\\\\xdf\\\\xa9e.\\\\x1bn\\\\xd3\\\\x11\\\\xa1\\\\x93\\\\xe5=\\\\xfczD\\\\'\\\\xec\\\\xd36\\\\xc1g\\\\xdc\\\\xb3\\\\xaa\\\\xa4f\\\\xad^o\\\\xf51\\\\xd1\\\\xc6\\\\'\\\\x14\\\\xe9\\\\xed\\\\xd0\\\\x11[l\\\\xec$L\\\\x90\\\\x00\\\\xd2~\\\\x9f^\\\\xb27\\\\x97%9z1+\\\\x8c\\\\x08\\\\x18QI\\\\xe2\\\\xfes\\\\x9b\\\\x8f\\\\xfc\\\\xcf\\\\xcd)\\\\xaa\\\\xd5>\\\\xe8\\\\x11\\\\xe2\\\\x0e\\\\x83\\\\xc7]|\\\\xbalv\\\\xf3\\\\x88\\\\xd4\\\\xf4\\\\x18\\\\xd5g\\\\xca~\\\\xa7g\\\\xe4\\\\x9e8\\\\xdf\\\\xd4\\\\xbc\\\\xecj\\\\x81\\\\xa7\\\\x91\\\\xdf\\\\xee\\\\x12Z\\\\xbd\\\\xde\\\\xe33\\\\x91\\\\xbb\\\\xd5\\\\xa0\\\\xed\\\\xe1\\\\xaf\\\\x97\\\\x97U\\\\xa7vz\\\\xbd9\\\\xe1\\\\x99\\\\xe7\\\\xdd\\\\x82(\\\\xdd1\\\\xc4\\\\xb2\\\\xb1\\\\xb1?Sn\\\\xbb\\\\x1a\\\\x83\\\\x9b\\\\x0f\\\\x93)NM\\\\x1aK\\\\xc8\\\\x99h\\\\x1d\\\\xb5\\\\xee\\\\x0c\\\\xf9\\\\x9e\\\\xa7\\\\xfc\\\\xc9H\\\\x801\\\\x14#\\\\x8cS#t\\\\x90\\\\xe7\\\\x00\\\\x9fp3\\\\xf0r\\\\xc2>>P{\\\\x8a\\\\x83b\\\\x86$\\\\'\\\\x88\\\\xd0H!Di\\\\x1a\\\\x1e\\\\xb4v\\\\xfb\\\\x81\\\\xfe\\\\xa2\\\\x9f\\\\x1b\\\\x80\\\\xe0\\\\xa4\\\\x10\\\\xb6\\\\xb1u\\\\x0fmef\\\\xc7\\\\x12d\\\\x19\\\\xd7i\\\\xd3^\\\\xfax\\\\xf5hH1/D\\\\xe2\\\\xd9\\\\xaf\\\\xd5\\\\xbd\\\\x84\\\\x91u\\\\x96\\\\x9b+@\\\\xa7h\\\\n\\\\xe5\\\\x1bB\\\\t\\\\x81\\\\xe0\\\\x00:\\\\xfd\\\\x83S\\\\xd0{\\\\x94\\\\xaa\\\\x16\\\\x18\\\\xa2\\\\xb8|\\\\xad\\\\xb5cY\\\\x80\\\\xbbU.\\\\x83w\\\\xa5\\\\x18\\\\x03^\\\\x81w\\\\x130\\\\x17Bzt.\\\\x02\\\\x18\\\\xd1A\\\\x14\\\\xc1\\\\xd4\\\\x8al\\\\xc8sa\\\\xa6\\\\xfa\\\\xc9b\\\\xa1H1\\\\xe9\\\\xd0m\\\\x04\\\\xcc\\\\xc1\\\\x88\\\\xfb\\\\x87]\\\\x009\\\\xb3\\\\xa5\\\\x98\\\\xc3\\\\x14\\\\xcb\\\\x81\\\\x91\\\\x94\\\\x956\"R\\\\xf9\\\\x01\\\\xe4\\\\xed\\\\n\\\\t;u`\\\\xb2\\\\x07}GO\\\\x12\\\\xd2+\\\\x8aT\\\\x8d\\\\xa8\\\\xd5\\\\xd4\\\\\\\\\\\\x8e#/1\\\\x85-QB\\\\x14\\\\xb5\\\\x8c\\\\x9a0\\\\x00\\\\xeaf\\\\x08\\\\xf0\\\\xff\\\\x00.\\\\xa9\\\\xde\\\\xb2$\\\\xe0\\\\x9cU[\\\\x97a\\\\x95JY~\\\\x03\\\\x8e\\\\xa1\\\\x89\\\\xcb\\\\xb9)B\\\\x00\\\\x05Q\\\\xac\\\\xd7Mt0 x\\\\x81\\\\xa7T\\\\xa6!l\\\\x81\\\\xa8\\\\x0e\\\\xe4\\\\x88\\\\x80]\\\\xd3.\\\\x17\\\\x1b\\\\xf1\\\\xdb\\\\x06=\\\\xb7g\\\\x94\\\\xb2\\\\xa9\\\\xadUj\\\\x81\\\\x07N\\\\xf3\\\\xb4\\\\xc9\\\\xfe\\\\x12\\\\x01\\\\x03\\\\xed\\\\xea\\\\xcd\\\\xcd\\\\xd5\\\\xb0\\\\x1c\\\\xa0\\\\xb6\\\\x1a\\\\xabvW\\\\xc7\\\\xf8\\\\x9c\\\\xcb\\\\x08\\\\xba\\\\x9b\\\\xb2qV&\\\\xc1!F\\\\xe5\\\\x107\\\\xeb\\\\x13\\\\x07H\\\\xf3\\\\xea\\\\xbd\\\\xc1\\\\x1b\\\\x92\\\\xacQ\\\\xcbr\\\\xe2\\\\x8b$\\\\xf8_\\\\xc46\\\\ns\\\\xf8{Q\\\\xb1\\\\xb7&3\\\\xfb\\\\x9b\\\\x9dJ\\\\xb0$\\\\xaa\\\\x91\\\\xb0\\\\x080D\\\\xf4\\\\xc3\\\\x08Pi\\\\x05\\\\x90k!\\\\xc9\\\\xfa&~\\\\'\\\\xe2\\\\x9f\\\\x14\\\\xad\\\\xe8z\\\\xb8\\\\x9c4\\\\x92\\\\x16\\\\xc6u\\\\xd3\\\\xbcn;\\\\xa0\\\\x13\\\\xa6\\\\x9fwE\\\\x02I\\\\xc96\\\\xd8\\\\t\\\\xa2\\\\xfc\\\\x06\\\\xa6\\\\xe6ZlJ\\\\xa9;v{L$*\\\\x1d\\\\xc6\\\\x0c\\\\xb4\\\\x881=\\\\xfa\\\\xea\\\\xccg\\\\xd5\\\\x15\\\\xcfO\\\\xeb\\\\x81J|\\\\x8f4R\\\\x8a\\\\x8d\\\\xa8\\\\xd6\\\\x14A[-\\\\x8aR\\\\x15\\\\x89\\\\xd0\\\\xaa\\\\xc8\\\\xf0\\\\xd2L\\\\xf7\\\\x1fi9\\\\x15\\\\xe4\\\\xaaN\\\\xf6\\\\x1c\\\\xd6\\\\x9a\\\\xbe]]\\\\x9e\\\\xd8z\\\\xaa\\\\xdd\\\\xb8 \\\\xb4!DP\\\\x80\\\\xae\\\\x9e\\\\x00\\\\xb4\\\\x7fwN\\\\x12\\\\x94\\\\x85h\\\\x94o0b8\\\\xe8\\\\x86]\\\\xf2\\\\x8fr\\\\xd3\\\\xbdTmp\\\\x14\\\\x9fV\\\\xa6?\\\\x08\\\\x04\\\\xca\\\\x88\\\\xef\\\\xfd\\\\xdd\\\\xfa\\\\x11\\\\x16\\\\xcd\\\\x0c\\\\xafK\\\\x15\\\\xaa\\\\xaeg\\\\x8bl\\\\x81U\\\\xb4\\\\x8d\\\\xd6\\\\xc0\\\\xd0\\\\xedx\\\\x00\\\\xc6\\\\x93\\\\xa7r$\\\\xff\\\\x00\\\\x9fL\\\\xa0B$\\\\xd5e\\\\xe5y\\\\x1f\\\\x1e\\\\xb5\\\\xbd\\\\xea\\\\x9a\\\\xcc]\\\\xc4\\\\xabWQ\\\\xde\\\\xcb-\\\\xe90di\\\\x1a\\\\xf5\\\\xcf\\\\x07u\\\\x04E\\\\xd6\\\\ru5\\\\x1b\\\\x13\\\\x03\\\\x92\\\\xf7\\\\x02.\\\\xda\\\\xaci\\\\x12\\\\xc4A\\\\x04i\\\\xa6\\\\xa3O\\\\xee\\\\x1dp\\\\xedP\\\\xd5S(\\\\\\\\\\\\xdc\\\\x90\\\\xe2\\\\xceD\\\\xbeEhX@\\\\x0e4!u\\\\x02\\\\x06\\\\xa7\\\\xc8Lk\\\\xa1\\\\xe8$A\\\\x0e\\\\xec\\\\x8c\\\\xda.\\\\xca8\\\\xaf\\\\x94\\\\xc7\\\\xb9\\\\xd5\\\\xab\\\\x15\\\\xd9y+\\\\x92\\\\x8a\\\\x18\\\\x1fQ \\\\xab\\\\xb6\\\\xa4\\\\xcf\\\\x9f~\\\\x93\\\\xed\\\\xc4\\\\x97,\\\\xe1D\\\\xa2k\\\\x8a-W)\\\\xc9\\\\xd5c\\\\xb9\\\\xbb#\\\\x12\\\\xba\\\\n\\\\xfa\\\\x94\\\\x11\\\\x04(\\\\xdc\\\\xd6\\\\x00\\\\xacIi\\\\xd0\\\\t\\\\x89\\\\'\\\\xa5\\\\xdc\"\\\\x03\\\\x16G\\\\x19I\\\\xcb+;\\\\xe1\\\\xdf*\\\\xe6=\\\\xf4\\\\xc6L\\\\xec\\\\x84{-\\\\x8c\\\\xaf\\\\xc3\\\\xf8K\\\\x12\\\\x14\\\\x1b\\\\x0c\\\\r\\\\x84\\\\x9dH\\\\xd0\\\\xf8k\\\\xa66\\\\xe2\\\\xd9\\\\x88\\\\xd4\\\\x0b\\\\xad\\\\x8d\\\\x9d\\\\xd9;+\\\\x1f\\\\x91\\\\xe6\\\\x18\\\\xd7U\\\\xa6\\\\xe2\\\\x96\\\\x9f\\\\xe52\\\\xfaH`\\\\xba\\\\x99$\\\\x83\\\\x1e\\\\xaf\\\\x11\\\\xafSf\\\\x00\\\\xc5\\\\xd9o{\\\\xb2\\\\x95\\\\x1d\\\\x92\\\\xdb|\\\\x98\\\\xb5\\\\xa5+e\\\\xa2\\\\xb2\\\\xae\\\\xf41oq\\\\xb6\\\\xa8\\\\x04\\\\x10T\\\\x88\\\\x02t\\\\xfb<\\\\x84\\\\xf4\\\\xc8\\\\x01\\\\xda\\\\xa7Uj\\\\xa3\\\\xd9\\\\xceV\\\\xc9_\\\\xe6/-A \\\\xd7ek\\\\xbc\\\\xed:\\\\xeeXQ\\\\xd86\\\\x9a\\\\xe9\\\\xfb\\\\xba\\\\xe9\\\\xcaD\\\\xe3\\\\xe4\\\\xb8\\\\x00\\\\x14\\\\x84\\\\xce\\\\xa2\\\\x9c;M\\\\xce\\\\xc0%{\\\\x93!,!\\\\xb6/\\\\xe2U@ZO\\\\x8c\\\\xc7\\\\xa8\\\\x89\\\\x1a\\\\xf5F\\\\xed\\\\xc2\\\\tu\\\\xd3\\\\x90\\\\x88\\\\\\\\\\\\xd1\\\\xf3\\\\x0ez\\\\xfeW6\\\\xec\\\\x8ay\\\\x13\\\\xec\\\\xa2Ml\\\\x01%\\\\x94\\\\x18\\\\x91\\\\x12A\\\\x1b\\\\xf7\\\\x19\\\\'\\\\xcb\\\\xe9\\\\xd5\\\\x9d\\\\xa4\\\\t\\\\xf5F\\\\x8d\\\\xe2\\\\xb0\\\\xf7;\\\\x8dE\\\\xbc\\\\x15\\\\x0b\\\\xc9\\\\x0c\\\\xbfp\\\\xd4\\\\x99\\\\x8c\\\\xf8\\\\x8e\\\\xab\\\\xebh\\\\x05\\\\t\\\\x1b\\\\x89?MI\\\\x1a\\\\xeb\\\\xd6\\\\xa5\\\\xabE\\\\xda$\\\\xe9\\\\xfa\\\\x15V\\\\xed\\\\xd2C\\\\xe6\\\\xabnS\\\\x83\\\\xf7\\\\x85\\\\xc1\\\\xb3\\\\x9b\\\\x1c\\\\xdaJ9\\\\x1a\\\\xbc\\\\xfe b\\\\x01\\\\x1f\\\\xb7\\\\xa5^\\\\xd9\\\\x80\\\\x08$\\\\x8d_j\\\\xa5\\\\x89\\\\x02\\\\xc7\\\\x92J\\\\xcc\\\\xf8\\\\x9eF\\\\xb4\\\\xd3y\\\\xba\\\\xb4f\\\\xd5\\\\x9c\\\\xfa\\\\xe6\\\\x18\\\\xc2\\\\xc4\\\\x8f>\\\\xd1\\\\xd5x\\\\xec\\\\xc4\\\\x85\\\\tq\\\\xfd\\\\xa32b\\\\xc2\\\\x8a\\\\x05\\\\xff\\\\x00\\\\x1d\\\\xcb\\\\xa6\\\\xb6~K4\\\\x0fa\\\\x03V\\\\xfan:\\\\xc7\\\\xa8\\\\x02\\\\x0b)\\\\x11\\\\xe0~\\\\x83\\\\xc7\\\\xab\\\\x93\\\\x94m\\\\xc3Q.)\\\\x88\\\\xfa\\\\xf3u&\\\\xec\\\\xee\\\\x90\\\\t\\\\xc3\\\\x04&\\\\xde\\\\'\\\\x999\\\\x1e\\\\xe6\\\\x15\\\\x16c\\\\xee_v\\\\x94\\\\xac\\\\x7f\\\\xcb\\\\x08H\\\\x12\\\\xd1\\\\xe6?\\\\xcf\\\\xac\\\\xfb\\\\xdb\\\\xcd\\\\xc4\\\\xe4LA\\\\x88\\\\x19\\\\x03\\\\x80\\\\xc3\\\\x14q\\\\xb4\\\\x00\\\\xa1\\\\x05\\\\xf3\\\\xf3G\\\\xb8O\\\\x89\\\\xf29\\\\xa1\\\\xc7/a\\\\xa3\\\\xdc\\\\x8bd\\\\xaa1\\\\xd7M\\\\xcccH\\\\xef?\\\\xbb\\\\xad-\\\\x96\\\\xab\\\\xd0&\\\\xe6i\\\\x07P\\\\x93\\\\n#\\\\x98\\\\x1f\\\\x07\\\\xb6\\\\xb5\"\\\\xfc\\\\x8a\\\\xb78%\\\\x1a\\\\xe0\\\\x00\\\\'\\\\xc1L\\\\x81\\\\x04\\\\xfd\\\\x9dZ\\\\x16\\\\x84\\\\x00f-\\\\xc6(4\\\\x97$\\\\x9cx\\\\xa7D\\\\xd3\\\\x83\\\\xf0|\\\\x1a}\\\\x8c\\\\xbc\\\\x8c\\\\xc6\\\\xce\\\\xa9\\\\x1c\\\\xa5\\\\x95Z\\\\xcc\\\\x11\\\\x1c\\\\x80]a@\\\\x11\\\\x06\\\\x7fwR\\\\x04_X$\\\\xa11\\\\x90=\\\\x13n\\\\x17\\\\x1d\\\\x95\\\\x81S\\\\x1ax\\\\xa5VP\\\\xbe\\\\xe2\\\\xd4\\\\xea\\\\xae\\\\x959\\\\x10U\\\\xb5\\\\x81\\\\x1d\\\\xfcu\\\\xe8\\\\xc0#\\\\x10(\\\\x80\\\\x82\\\\xed\\\\x14\\\\xdf\\\\xc4\\\\x9arrR\\\\x95\\\\xe2\\\\xac\\\\x0f\\\\x91PA\\\\x8fm\\\\xde\\\\xe06\\\\xc6\\\\xe3\\\\xb8\\\\xb0XH#\\\\xe9\\\\xe1\\\\xd3``\\\\xee\"\\\\xca\\\\xcc\\\\x0e\\\\xb2\\\\xd8\\\\x14c\\\\x98\\\\xe4x\\\\x8c\\\\x9a\\\\xd6\\\\x8ax\\\\xfb\\\\xf8\\\\xcc\\\\x9a\\\\xa8\\\\x18\\\\xd6\\\\x04)\\\\xf9vad\\\\x96iRB\\\\xc7\\\\x96\\\\xbf\\\\xb3\\\\xa0\\\\xbf+\\\\'\\\\n\\\\x1f\\\\xba#\\\\'\\\\x15\\\\x08>w-\\\\x8e\\\\x7f\\\\xe8\\\\xaf\\\\xcajx\\\\xd4d\\\\xb7\\\\xda\\\\xc7PO\\\\xf2\\\\xc1\\\\xec\\\\xe0H\\\\x1eF>\\\\xce\\\\xab\\\\xfb\\\\x9e\\\\x9ch\\\\x91\"\\\\xd4C\\\\xdb\\\\x96\\\\xe3,qV\\\\x0e=\\\\xb6\\\\xa8\\\\x01\\\\xa5F\\\\xc4.5\\\\xdcI\\\\xd6N\\\\x9b\\\\xbc\\\\xfa\\\\x13p\\\\xcd\\\\x98!\\\\x028,\\\\x8f \\\\xe6\\\\x85\\\\xaf/,QcN\\\\xdfd\\\\x80\\\\xf5\\\\x85\\\\x13\\\\xe9&\\\\x16L\\\\xc0\\\\xd3\\\\xa5\\\\xd2 >*\\\\\\\\\\\\x9cT\\\\x8f\\\\xfdAF=V\\\\xadX6\\\\xfb\\\\x83\\\\xd4\\\\x97^\\\\xec\\\\xc0\\\\x10\\\\xa7]\\\\xb0$\\\\xfd\\\\x00\\\\xe8\\\\xc4b\\\\xd82\\\\x83w%%9\\\\xdeE\\\\xde\\\\xb6\\\\xc7\\\\xc58\\\\xf8\\\\xf6&\\\\xd6g\\\\x8a\\\\xcb\\\\xed\\\\xd5\\\\xcff\\\\xd2u\\\\x8f\\\\xa7\\\\xec\\\\x8b\\\\xb6\\\\x84\\\\xa4H\\\\xa2(\\\\\\\\\\\\x94J\\\\x94(\\\\xfe\\\\xa7\\\\x91]\\\\xb6f\"\\\\x1b\\\\x03V\\\\x16\\\\xb3\\\\xea\\\\xaaT9\\\\x049\\\\x891\\\\xf5\\\\xe84D\\\\x80\\\\xc4\\\\x123\\\\x18\\\\xa3.\\\\xf5\\\\xf3\\\\xc1\\\\x1b?\\\\x97\\\\xab\\\\x1b\\\\x1a\\\\xbe,Z\\\\xb94Y\\\\xb7\\\\x91\\\\xb2\\\\xd6C\\\\xb8\\\\tQ\\\\x08\\\\x10I\\\\x8f\\\\x1f\\\\xafL\\\\x80\\\\x80m.\\\\x1b\\\\xcdX\\\\x96\\\\x96\\\\x1aOj\\\\x1a\\\\xd4]UW\\\\xfek>\\\\xea\\\\x92\\\\xea\\\\xe2\\\\xdcz\\\\xd4\\\\x1d\\\\xc2K\\\\x10\\\\x15\\\\x81>3=X\\\\x8c\\\\x88\\\\x07V\\\\x1c\\\\x95iA\\\\x0c\\\\xa6\\\\xfe*\\\\xbb\\\\xfd\\\\xcf\\\\xca\\\\xb5\\\\x97\\\\xa0&T\\\\x13Y\\\\x07\\\\xbe\\\\xe9\\\\xd6J\\\\x92;Li\\\\xd0\\\\xc4\\\\xc4\\\\x93J\\\\x84&e\\\\xfbSg!\\\\xc96`\\\\xe2\\\\xd7\\\\x83\\\\xcb\\\\xc8\\\\xb0~\\\\\\\\?#\\\\x89{O\\\\xb2\\\\xd5\\\\xee(j\\\\xd6\\\\x1f@\\\\'A\\\\x1eZt\\\\xf9\\\\xc6311\\\\x93\\\\xd2\\\\xbd\\\\xb92\\\\xb0&\\\\xc4b\\\\x92\\\\xefnc*\\\\xeb}\\\\xec\\\\xb76)\\\\xf4\\\\x86\\\\x95\\\\xd4C\\\\x96*\\\\xa7h\"#\\\\xaatsWK\\\\x9c\\\\xa7\\\\x8a\\\\x99E\\\\x19\\\\x95UKr,\\\\x12\\\\xa5B\\\\xccX+\\\\xb6\\\\xf4\\\\xd7\\\\xd2\\\\xb0\\\\x00Y\\\\xd0\\\\xc1\\\\xef\\\\xafL\\\\x84Iw\\\\xa0H\\\\x93\\\\xf7\\\\xa2x\\\\xdc\\\\x90\\\\x167\\\\xe4\\\\xe9K\\\\x96\\\\xae\\\\xf72\\\\xec]\\\\x0e\\\\x80\\\\x13\\\\xde$\\\\xc0\\\\x1f\\\\xb7\\\\xa1\\\\xbbp\\\\x82\\\\xd1\\\\x01\\\\x18a\\\\x8a9G<\\\\x91e\\\\x961\\\\xa6\\\\x14\\\\xab\\\\xda\\\\'v\\\\xf9,\\\\x02&\\\\xa4\\\\x8e\\\\xc3\\\\xc3\\\\xf7t:\\\\x8cj\\\\xd5\\\\xe3\\\\xc1:$\\\\x94\\\\x03\\\\'\\\\xe5\\\\x0f\\\\x9be\\\\x95\\\\x05\\\\xb9\\\\xb1\\\\xeba[\\\\xefU\\\\xbd\\\\x0e\\\\xe2wzu]g\\\\xb1\\\\xed\\\\'\\\\xb7Sfw{\\\\x07\\\\x18\\\\xa23\\\\x12.1R\\\\xf0\\\\xb1*\\\\xe5\\\\xb2*K\\\\xf11)\\\\\\\\\\\\x83\\\\xb2\\\\xebS\\\\x1d\\\\x1e\\\\xd24iPb\\\\x00\\\\x07\\\\xc3_\\\\rA\\\\xea\\\\xce\\\\x91\"A\\\\xaa\\\\x93p\\\\x95\\\\x8eO\\\\x19\\\\xf1\\\\xf1\\\\x92\\\\xab\\\\x97\\\\xc6a\\\\xdc\\\\xb4\\\\x86_|\\\\xe2\\\\xa1\\\\xb6\\\\xc8#WH\\\\x91\\\\xa9\\\\xd0H\\\\xd2:\\\\xaf(D\\\\x17 t\\\\xa5Q\\\\xc6z~\\\\xe9h\\\\xfe\\\\x87~\\\\x92r4U\\\\x98\\\\xff\\\\x00\\\\x14\\\\xe3\\\\x11\\\\xaero\\\\xa2\\\\xb1jZ\\\\x80I\\\\xf5\\\\x95\\\\x807\\\\r4\\\\xed\\\\xe3\\\\xd3\\\\x05\\\\xb1l>=\\\\x1c\\\\xab6\\\\xf7S,\\\\x01n\\\\xf5@\\\\xfe\\\\xa1\\\\x7f\\\\xb3\\\\x9c\\\\x1eR\\\\xdby\\\\x1f\\\\xd3\\\\x9eR\\\\xa4\\\\xc8\\\\xb4\\\\xee\\\\x7f\\\\x8ee\\\\x18\\\\xdaH\\\\'m7k+\\\\xe07k\\\\xd5\\\\xab\\\\x1b\\\\xcb\\\\xb0-\\\\x03\\\\xa8r?ig\\\\xd1\\\\xfcV\\\\x9d\\\\xbd\\\\xd6R\\\\x1d\\\\xff\\\\x00\\\\x90\\\\xb9+\\\\xe4\\\\xff\\\\x00\\\\xa2\\\\xff\\\\x00-\\\\xf8VW5\\\\x89\\\\xf2\\\\xce2\\\\xde\\\\x04\\\\xf1A\\\\x1b\\\\xdd\\\\xb5Y\\\\xd2\\\\xc7\\\\xb4z+K\\\\x00!\\\\x89\\\\x1a\\\\xe9\\\\xdb\\\\xc7\\\\xabr\\\\xf9#\\\\x19F&%\\\\xc9e\\\\xa2 d\\\\x01\\\\x07\\\\x1c\\\\x15Sc-n\\\\xe0\\\\xd4\\\\xc8\\\\xca 0:\\\\x7f\\\\xedOr\\\\x0c\\\\xf6\\\\xebD\\\\x02sU\\\\xf4\\\\x9eo\\\\xc7\\\\x15C\\\\x88\\\\xb1\\\\xec\\\\x92e\\\\x9bA\\\\xa0\\\\x98?\\\\xdb\\\\xc3\\\\xa7\\\\x82\\\\x00N\\\\x04\\\\x00\\\\xb6\\\\x9bMF\\\\xb4W\\\\x85\\\\x00jc\\\\xfb\\\\xb5\\\\xfbt\\\\xe8DuU\\\\x08\\\\x8e\\\\xaa\\\\xb2\\\\xf6\\\\xe6\\\\xdc\\\\x16\\\\xc0`F\\\\xd7\\\\xdd\\\\xae\\\\xa7BGC\\\\x00\\\\xd4Qn\\\\x94[q\\\\xb1\\\\xd9\\\\x98\\\\xbd\\\\x8f\\\\x04j\\\\x18\\\\x98=\\\\xe6@\\\\x89\\\\xf0\\\\xd7\\\\xa1\\\\xb9q\\\\x83\\\\x04\\\\x17n\\\\x00\\\\x18\\\\'>*\\\\x8a\\\\xebjt\\\\xd8\\\\t\\\\x1ax\\\\xc4\\\\x8d4\\\\xf1=\\\\xfa\\\\xc4\\\\xdf\\\\\\\\&%f^\\\\x9b\\\\x9cU\\\\xcb\\\\xc7\\\\xfbC\\\\x0b\\\\x1e\\\\xf5Gk)$\\\\x10\\\\x166\\\\xa1\\\\x9f\\\\xe2\\\\x07\\\\xee\\\\xd7^\\\\xbcm\\\\xe7\\\\xd4C\\\\xe2\\\\xa8_\\\\xb8Y\\\\x91\\\\x84\\\\xcb\\\\xb9\\\\x1a\\\\xe7\\\\xf5\\\\xbd\\\\xe6\\\\xc5\\\\xd9m\\\\xa2\\\\x08\\\\xd0h\\\\xb3\\\\xa0\\\\x10|\\\\x87\\\\xd7\\\\xa5_\\\\xb9+\\\\xd2\\\\x13\\\\x99\\\\xaf\\\\x1c\\\\x95-LK\\\\x04\\\\xc9U\\\\xdcr`]m\\\\xb4*fV\\\\x8a\\\\xcc\\\\xa5\\\\x82\\\\xa8\\\\x96\\\\x00\\\\x04]7i$\\\\xf9}\\\\x9d\\\\xebF\\\\xd6\\\\xa8\\\\xca\\\\xb5\\\\xa3x\\\\xf9\\\\xab:\\\\xc0`\\\\xd4d\\\\x7f\\\\xe3V{\\\\xd8\\\\x99Y\\\\xd6\\\\xba\\\\x8cLDtF\\\\x7f\\\\x13:\\\\x03#\\\\xc2u:w\\\\xf2\\\\xe9\\\\xbbk$JD\\\\xe0\\\\xcc{\\\\xd3\\\\xe3q\\\\xe2\\\\x06j5\\\\xdc\\\\xd65\\\\xe7\\\\xd9\\\\xc3\\\\xa5F6HP\\\\xed1i\\\\x1f\\\\x89\\\\xb6\\\\x13\\\\x1f\\\\x87Q\\\\xe5\\\\xe3\\\\xdf\\\\xa5JZ^1q\\\\x13\\\\xdez\\\\xff\\\\x00^(\\\\x05\\\\xd8\\\\xb8v-\\\\xc7\\\\x82\\\\x06\\\\xb84\\\\xe4^\\\\xc2\\\\x8b\\\\x98\\\\xa6\\\\xe2\\\\xcdk\\\\x88\\\\x852\\\\x08\\\\x91:v\\\\x1a\\\\x0e\\\\x9bj\\\\x11\\\\x91\\\\x0ei\\\\xe1O?\\\\xba\\\\xe9\\\\xdb\\\\xd5\\\\xfa\\\\xf8\\\\xa2{x?\\\\xfe\\\\xb4\\\\x7f\\\\xe0\\\\xbf\\\\xfc\\\\xbaG\\\\xb1\\\\xff\\\\x00\\\\x9c|\\\\x0f\\\\xe1\\\\x0e\\\\xa3\\\\xc8\\\\xf9/\\\\xff\\\\xd2\\\\xa2\\\\x9f\\\\x99\\\\xc8\\\\xfc\\\\xe7\\\\xfdp\\\\t\\\\x95\\\\xa0\\\\xde\\\\xa4\\\\x84\\\\xfc,\\\\xa3I\\\\x1e\\\\xa0`\\\\x08\\\\xed\\\\xdf\\\\xaf4&\\\\xe5\\\\xd7\\\\xc5=\\\\xe2\\\\x07\\\\x1c:+\\\\x88\\\\xf8\\\\xabu\\\\'/\\\\x11X\\\\xe5nP\\\\xc0\\\\x8b,gV\\\\x91m\\\\x80I#\\\\xbc0\\\\x1fH\\\\xe8\\\\xa0\\\\x1c\\\\xa2\\\\x17\\\\x04\\\\x8dE\\\\x13\\\\x7f\\\\x17\\\\xc0\\\\xd3\\\\x93\\\\xc7d\\\\xe5\\\\xd1O\\\\xbeW\\\\xfe}J=A\\\\x9a4y$I\\\\xd65\\\\x11\\\\xd3\\\\xad\\\\xc0iuwo\\\\xb6\\\\x89\\\\x1a\\\\x87\\\\x92\\\\xa8\\\\xbfR\\\\xb9l\\\\x8c,\\\\xbc\\\\x9c\\\\x12\\\\xcf]\\\\xf6\\\\xa8e\\\\xad5P\\\\xee\\\\x04I\\\\x02\\\\x08 \\\\xf6\\\\x1d\\\\xa3H=\\\\xea\\\\xeen\\\\x99KK\\\\xa5\\\\xee\\\\xae\\\\x18\\\\x965eLS\\\\xcb\\\\xb5\\\\xd4\\\\xbe5\\\\xb7\\\\x9b\\\\x1c)]\\\\xa7M\\\\xa6@\\\\xecdO}*\\\\x02\\\\xb8/\\\\xe06\\\\x81$\\\\xeb\\\\xf7k\\\\xf4\\\\xfa\\\\xf4\\\\xf2(\\\\x9eAe6\\\\x82I0IU\\\\x1b\\\\x83,\\\\xf8\\\\x90\\\\x04\\\\xf9k\\\\xa4\\\\xf4\\\\xa92\\\\x07\\\\rU1\\\\xd9\\\\xde\\\\xdb\\\\x10\\\\x10F\\\\x85H\\\\x91\\\\x03\\\\xca5\\\\xef?\\\\xbb\\\\xa0\\\\x02\\\\x8a\\\\x04]J\\\\xa5\\\\xac\\\\xf5\\\\xa8\\\\xee\\\\x16\\\\nH\\\\xecO\\\\x88\\\\xf3\\\\xd7\\\\xbfC \\\\x14\\\\xc9\\\\x17\\\\xc6\\\\r*\\\\x02\\\\xb0\\\\r\\\\xaa*\\\\xea\\\\xbb\\\\x8f\\\\x94\\\\x8f\\\\xc5\\\\xd8k\\\\xd5k\\\\x8d\\\\x9aL\\\\xd3V=\\\\xcf\\\\x87IZ\\\\xd9^\\\\xd30\\\\x17R\\\\xc0\\\\x88\\\\'\\\\xcefu\\\\x1dc^\\\\x94nN\\\\xa5\\\\x87\\\\xd1\\\\x11\\\\xb3\\\\xe9(\\\\xae?\\\\x11\\\\xf2l\\\\xe3Sc\\\\xf0\\\\x9c\\\\x86H\\\\xbc\\\\xed\\\\xa9\\\\x93\\\\x1e\\\\xe3-\\\\x1d\\\\x81\\\\x00k\\\\x1aw\\\\xe9:l\\\\x80\\\\xe1\\\\xff\\\\x00*\\\\xb4\\\\xe7\\\\x1cI\\\\n\\\\xd4\\\\xe1\\\\x7fJ?Tyoj\\\\xaa>%\\\\x9dB\\\\xb2\\\\x89\\\\xb3,\\\\n\\\\x14\\\\x0f\\\\x12C\\\\x91>c\\\\xe9=\\\\x01\\\\x81a\\\\x1d4\\\\x1c\\\\xf8\\\\x0b>W-b\\\\xef\\\\xd8\\\\xae\\\\xae\\\\x13\\\\xfd\\\\xb8|\\\\xa9j\\\\x19\\\\x1c\\\\xbf?\\\\x8f\\\\xc7\\\\x95(\\\\xd6S\\\\x8bY\\\\xb4\\\\xc12\\\\t&\\\\x01\\\\x92H\\\\xd3\\\\xb7\\\\xdf\\\\xd2\\\\xff\\\\x00\\\\xc7\\\\x11y=A\\\\xc9V\\\\x95\\\\xc0rVW\\\\x13\\\\xfaK\\\\xc0a\\\\x16\\\\xaa\\\\xeeS++*\\\\xdd\\\\xac\\\\xa1\\\\x9b\\\\xdaVa\\\\xa1\\\\x10\\\\xa3\\\\xf7\\\\xf8}\\\\xfd \\\\xfbd\\\\xe7L\\\\xf8\\\\xaa\\\\\\\\\\\\xa5\\\\xd19q\\\\xfc\\\\x17\\\\x0b\\\\xc3\\\\xa5G\\\\x1f\\\\x10\\\\x17\\\\xb9\\\\x00\\\\xae\\\\xeb\\\\x1d\\\\xd9\\\\xa3v\\\\xe2\\\\x16\\\\xc1\\\\x02\\\\x18\\\\rL}:Q\\\\xbc i\\\\x8f4P\\\\x91M\\\\x8d\\\\xc7^\\\\x03d\\\\xfb\\\\x1b\\\\xe8j\\\\xda\\\\xdf\\\\xe5\\\\x92\\\\xd6.\\\\xc5\\\\x1bt;\\\\x88\\\\xef\\\\x1d\\\\xbb\\\\xc1:\\\\xf5\\\\x16\\\\xf7\\\\x12$\\\\xc4\\\\x9a2\\\\x9b\\\\xb7d\\\\xc0\\\\x83\\\\xc7%\\\\xfa\\\\x94lR\\\\x06\\\\xe1qv(\\\\x95\\\\xd8\\\\x00\\\\xd9\\\\x1am*\\\\x16{\\\\x81\\\\xf6un6\\\\xa4\\\\xee$\\\\xed\\\\xcf\\\\xf0\\\\x91-\\\\xc4\\\\xa8\\\\x11e\\\\xf7mM\\\\xf7q\\\\x02\\\\xc4\\\\x04\\\\xdbkT\\\\x88\\\\x9bd.\\\\xd3\\\\xd8\\\\x08\\\\'_\\\\xdeu\\\\xea\\\\xe4\\\\xe6\\\\xd5!/\\\\xdf\\\\x9e \\\\xa6\\\\x0c\\\\n\\\\xf8\\\\xdb\\\\x122\\\\xe88\\\\xa1@j\\\\xedW\\\\x80\\\\xa2{\\\\xc8\\\\xfa\\\\x81\\\\xdf\\\\xa1\\\\x95\\\\xd98\\\\xd5\\\\xe4\\\\x8a3|]\\\\x917\\\\xa6\\\\x81]VPAP=\\\\xbb\\\\x99\\\\x08\\\\x80L\\\\x04\\\\x12\\\\xbf\\\\xea\\\\xfa\\\\x9f\\\\xa7\\\\x87K\\\\x99\\\\x9c\\\\x801\\\\xe6\\\\xa2dq\\\\xfc%\\\\xfc\\\\xbeK2\\\\x976\\\\xa9\"\\\\xda\\\\xdc#mm\\\\xe3PZ#\\\\xee\\\\x8f\\\\x19\\\\xfd\\\\xdd6\\\\x02F\\\\xa4\\\\xf1\\\\xcdU.K\\\\x82\\\\xcaw\\\\x17\\\\xcf\\\\xd9\\\\x97s-\\\\xaa\\\\x8c\\\\xa7\\\\xd2\\\\xd5\\\\xc8B\\\\xc3@,#\\\\xc8v3\\\\xafA\\\\xedq\\\\x9adn\\\\xe5 \\\\xfcf\\\\xb4g>u7Xh\\\\xc5\\\\x9ck-_h\\\\n\\\\xd6\\\\x1c\\\\xa8\\\\'qR\\\\x08o\\\\x1e\\\\xe2|\\\\xba\\\\xe1m\\\\x9a uCre\\\\xd6\\\\x8a~E\\\\x96lKoD[n\\\\x10\\\\xca\\\\xca*\\\\x00\\\\x18;\\\\x00=\\\\x81\\\\x02|>\\\\xde\\\\xba\\\\xe5\\\\xc3\\\\x01@\\\\xe5H2\\\\x18\\\\x9e\\\\x8aS\\\\xe4?(\\\\x1d\\\\xf8\\\\xdb+l\\\\xbb\\\\x10\\\\xfb\\\\x98r\\\\xaa\\\\xb2`\\\\xcdd\\\\xfdWP>\\\\xce\\\\xa21\\\\xd4\\\\t\\\\x15E9\\\\x12\\\\x95\\\\xac\\\\xe4\\\\xf3q\\\\xf7\\\\x0b/\\\\x05\\\\x95\\\\xdb\\\\xdbq\\\\xe8m\\\\xc7\\\\xf8\\\\x95WA\\\\x11\\\\xe7\\\\x1f\\\\xbb\\\\xa8h\\\\x8c\\\\r~\\\\xc9D\\\\x1arF8\\\\xaew\\\\x96\\\\xf7)f\\\\xbb\\\\xdfRv\\\\xba\\\\x97\\\\xdc\\\\x08Y%} \\\\xed#N\\\\xfa\\\\xeb\\\\xd4k\\\\x9d\\\\xba\\\\x10\\\\xa4\\\\x07!\\\\x89\\\\xa2-\\\\xcas\\\\x98\\\\xc4%(\\\\x15\\\\x16\\\\x95\\\\x0e\\\\xd5\\\\xd8\\\\x18\\\\xd8\\\\x84\\\\x08\\\\xf1\\\\x8d\\\\xc0\\\\x0e\\\\xf1\\\\xfb\\\\xba}\\\\xbb\\\\xa4\\\\xe2T\\\\xdd\\\\xaeIL\\\\xf2\\\\x98\\\\x8dhC@\\\\x15\\\\x85+ch\\\\xc4\\\\x8d\\\\x00`A\\\\x91\\\\xb7\\\\xb8\\\\x1e\\\\x03\\\\xcf\\\\xa7\\\\t\\\\x81\\\\x8aC)L\\\\x98G\\\\x1d2+-u\\\\x01I\\\\xb3\\\\x1c\\\\x93\\\\xee0\\\\x07h\\\\x825\\\\x1d\\\\xa6b\\\\x0f\\\\x8fC\\\\xab\\\\x923\\\\x07\\\\xaf\\\\xf4\\\\x83{\\\\xfck:\\\\xbf\\\\xb6Y\\\\xcc\\\\xed\\\\xa8\\\\x9f\\\\xc1\\\\'Y\\\\x1aA>~_\\\\xb7\\\\xa9\\\\x8c\\\\xa2\\\\x85\\\\xb9\\\\xac\\\\x16\\\\xfe>\\\\x93{\\\\xd7\\\\xc7\\\\xbd4\\\\xd8\\\\xac\\\\x97\\\\x19$\\\\xefQ\\\\x02\\\\x12=q\\\\x85m{b\\\\xbd\\\\xc3\\\\xb8_P\\\\xf1WP\\\\x08\\\\x982&D\\\\x7f}b\\\\xc6L\\\\xabn.\\\\xfaX\\\\xaao\\\\x98\\\\xc1F\\\\xb2\\\\xcc\\\\x9a3i\\\\xca\\\\x0e\\\\xe2\\\\xba\\\\xde\\\\xb3\\\\xebx\\\\x13,\\\\x08\\\\x04\\\\x19\\\\xd0\\\\xf6\\\\xfa\\\\x9e\\\\xafY\\\\xb6!\\\\x81\\\\x15\\\\xebU\\\\x93*\\\\xa4\\\\x8c\\\\xec]\\\\xb6_\\\\x7f\\\\xb3\\\\xb8\\\\xc6\\\\xf6\\\\xb2&C@\\\\x0b\\\\xb4L\\\\xe8>\\\\xdf\\\\xb8\\\\x0e\\\\xb4A\\\\x90p\\\\x00\\\\xca\\\\xa9\\\\x06\\\\x87V(_!\\\\xc7r<\\\\xbd\\\\xd8x\\\\xd4\\\\xd9\\\\x85\\\\x82\\\\xd8\\\\xb5\\\\xd5\\\\x8f\\\\xf9\\\\xc6\\\\xaf\\\\xdb\\\\r-\\\\xa0vX,\\\\xe6$\\\\xb1\\\\xd4uj\\\\xe7\\\\xb9w\\\\x90\\\\x18q\\\\xd5\\\\x07\\\\xfa\\\\x80(J|l\\\\xaf\\\\xba\\\\x05\\\\xcb\\\\x95iv\\\\xad\\\\n\\\\xa8\\\\xf5\\\\x91\\\\xe9#\\\\xb8 \\\\x12I\\\\xd4\\\\xf41\\\\x80\\\\x88\\\\xa5T\\\\x1fI\"\\\\x8e\\\\xa3\\\\xd9\\\\xf1\\\\x1c\\\\\\\\\\\\x84\\\\xb2\\\\xdeMZ\\\\xbaR\\\\xb2i\\\\xa8\\\\xbc\\\\r\\\\xe0\\\\xac\\\\xa9\\\\x04\\\\xc6\\\\xab?N\\\\xa2\\\\xe5\\\\xbbs\\\\r0\\\\x19\\\\t\\\\x89\\\\x07W%3\\\\x1b\\\\xe3\\\\xff\\\\x00\\\\x1e\\\\xc2\\\\xaa\\\\xd2\\\\x90\\\\xf6\\\\x89j\\\\xddN\\\\xf6W\\\\x00\\\\x05\\\\x1a\\\\x98\\\\x13\\\\x1a\\\\xc7\\\\x87C\\\\x0b6`\\\\x08\\\\x88N\\\\xd4\\\\xc3\\\\x1f\\\\x0e\\\\x86\\\\xc4\\\\\\\\,n5\\\\xd4^\\\\xcb\\\\xeeZ\\\\xc5N\\\\xe2L\\\\xb1\\\\x1a\\\\xe9\\\\xbb\\\\xb1\\\\x93\\\\xf5\\\\xd3\\\\xa3\\\\xd5\\\\x1d\"\\\\xd9\\\\xafTQ\\\\x9b\\\\x87\\\\x01eM\\\\xd9\\\\xc6\\\\xbai\\\\xa7\\\\x1dP \\\\x06\\\\xba\\\\xac\\\\xad\\\\\\\\\\\\x97\\\\x88=\\\\xe4\\\\x9fH\\\\xd2|\\\\xfa\\\\x88\\\\x03\\\\x10\\\\xc3!\\\\x9a\\\\x16\\\\x94\\\\xc2\\\\xd1}\\\\xdc\\\\xb06\\\\xa5\\\\xec\\\\x96;\\\\xaa\\\\xec\\\\xb5\\\\x04\\\\x90\\\\xab\\\\x10\\\\t\\\\xef\\\\xbbX>C\\\\xa9\\\\x93\\\\xe9\\\\xeb\\\\xcdt\\\\xa2ASR\\\\xa1\\\\x8c*\\\\xcb\\\\xe4\\\\xb9\\\\x07k2\\\\x1dA\\\\xae\\\\xb6\\\\xd6Vtyc\\\\xb7\\\\xbc\\\\xfd\\\\xfa\\\\x11\\\\x11\\\\xd0\\\\x88F2|\\\\xca!\\\\x83\\\\x92\\\\x99\\\\xb8\\\\xea\\\\xed\\\\xcf\\\\xb4=\\\\xf8\\\\xf7S\\\\x8bC\"W\\\\xb9B\\\\xee&\\\\x00\\\\xdc\\\\xc7\\\\xbb\\\\x1d`\\\\r\\\\x0c\\\\xfd\\\\xfd[\\\\x85\\\\xa1\\\\x98f(\\\\x81/\\\\x82%\\\\xccs|e\\\\x95\\\\xae\\\\x02-\\\\\\\\`\\\\xc7\\\\x16\\\\\\\\98,\\\\xd7\\\\xb5q\\\\xb1\\\\x02\\\\x03\\\\xf4\\\\x83\\\\xa1\\\\xfb\\\\xc7A9\\\\xc0\\\\xd0Q\\\\xbc\\\\xf9#\\\\x9d\\\\xd1@BO\\\\xa0ede\\\\xb5\\\\x8f\\\\xc8\\\\xd4\\\\x83!K;\\\\xb0\\\\xf6\\\\xc5d\\\\x99-\\\\x1a\\\\x06\\\\xef\\\\xa4j|\\\\xba\\\\xa53\\\\xa8\\\\x97\\\\xa1Q\\\\x18\\\\x91PW\\\\x96\\\\xde\\\\xf5\\\\xdej\\\\xc1\\\\xcae\\\\xb5eUS\\\\xd4\\\\xc0\\\\x82}lu\\\\xda\\\\xa4\\\\x1e\\\\xdaw\\\\xfau\\\\x16\\\\xed\\\\x10\\\\\\\\\\\\x96e\\\\x04\\\\xb9`\\\\x14\\\\xee/3\\\\xfaM\\\\xbe\\\\xe8D\\\\xcf\\\\xcc\\\\xb5\\\\x8b\\\\xb5\\\\xac\\\\r\\\\x95\\\\xe8\\\\x18\\\\xed*I\\\\x07O?\\\\xb3\\\\xa6\\\\xd9\\\\xb2a\\\\'\\\\x18\\\\xf5\\\\xc1\\\\x16\\\\xbd!\\\\xf1A\\\\xb3r\\\\xad\\\\xe4\\\\xaf|\\\\xac\\\\x9d\\\\xca\\\\xe4\\\\x0fv\\\\xf6X\\\\xae\\\\xb3\\\\xdcmA\\\\x00\\\\xfe \\\\x07\\\\x97\\\\xd9\\\\xd3\\\\xa4\\\\x04\\\\x8dJD\\\\x81\\\\x91Z\\\\x93\\\\x91\\\\xac\\\\x06\\\\xa6\\\\x92\\\\xf9^\\\\x92\\\\xc5\\\\x10\\\\x88\\\\x04\\\\xe9\\\\xb7`#\\\\xec\\\\xd2z\\\\x1bsrZ\\\\xaaIdJ\\\\xfb/\\\\xcc\\\\\\\\_\\\\xea7\\\\xad4\\\\x06Vlb\\\\xbb\\\\x18\\\\xa8\\\\x00\\\\x12\\\\xea=R\\\\'\\\\xc3Y\\\\xf3\\\\xe8\\\\xa5\\\\x16<\\\\xd1\\\\xb8\"\\\\xb4S\\\\xb2s\\\\xec\\\\xc1\\\\xc2\\\\xa7\\\\x8c\\\\xc5b\\\\xb8y\\\\x16\\\\xef\\\\xa7\\\\x14\\\\xc9sk\\\\x9d\\\\xbb\\\\x9c\\\\x906\\\\xee\\\\x03_\\\\xa7\\\\xdb\\\\xd3=\\\\xc9\\\\xe9\\\\xd0\\\\x0b\\\\x05-Fn\\\\x8a\\\\xc6\\\\xf8x\\\\xfd4\\\\xbf\\\\x83\\\\xcf\\\\xb7\\\\xe4<\\\\xdf/\\\\x89\\\\xf2\\\\xea\\\\xadU\\\\xe0\\\\xf1p\\\\xa9\\\\r\\\\x86\\\\x14i\\\\xba\\\\xddwn\\\\x07O\\\\xfb\\\\xbe~=h\\\\xda\\\\xdb\\\\xd9\\\\xd0\\\\xe4\\\\x9dJ\\\\xd6\\\\xda6\\\\xc8:\\\\x8b\\\\x1c\\\\x92\\\\xbeI-\\\\x98\\\\xf9xt9\\\\xa6\\\\x82\\\\xa9e\\\\x99gn\\\\xd6:\\\\xb1\\\\xdb\\\\xa8\\\\x99n\\\\xda\\\\xfe\\\\xf9\\\\xea\\\\xa4\\\\xed\\\\xd5\\\\xe3\\\\x975\\\\x13\\\\x888`\\\\xbfQ\\\\x8f\\\\xc8#\\\\xceU\\\\xa7\\\\x1f\\\\x1f \\\\x16\\\\xb5\\\\x86\\\\xc1\\\\xbb\\\\xf1AQ\\\\'H$\\\\x01\\\\x1ayu^[E8d\\\\x99\\\\xf8\\\\xdeMhJq\\\\xea\\\\xc7\\\\xaf\\\\x1c\\\\xb3\\\\x95\\\\xbf%\\\\xc9\\\\xac\\\\x1a\\\\xfb\\\\t\\\\xfa\\\\xfa\\\\x7f\\\\xbb\\\\xb7F\\\\xcd\\\\x83\\\\x02\\\\x99\\\\x12\\\\x05\\\\x11\\\\xbeC\\\\x0b\\\\xe3\\\\xbf3\\\\xe2\\\\xef\\\\xe1>]\\\\xc7\\\\xd1\\\\xf2.-\\\\xcb\\\\x13V@\\\\x9f\\\\xe6z@}\\\\xe9\\\\x0c\\\\x18\\\\rD\\\\x1e\\\\xfdw\\\\xbd\\\\xab\\\\xd1 \\\\xe1]\\\\xb1\\\\xbd\\\\x94p+\\\\xe5\\\\xf7\\\\xeb\\\\xff\\\\x00\\\\xfbg\\\\xf9\\\\x1f\\\\xe9u\\\\xaf\\\\xcfa\\\\xc7-\\\\xf0\\\\xec\\\\xebY\\\\xb8\\\\xfeJ\\\\xa1\\\\xb8\\\\xd2\\\\x8cw\\\\xd7VF\\\\xa7kA\\\\x03\\\\xbf\\\\xf7\\\\xf5ck\\\\xbd6\\\\xc8\\\\x85\\\\xcc0\\\\x07\\\\xf3\\\\xf9\\\\xc1k[\\\\x90\\\\xba\\\\x1c\\\\x06\\\\x97/\\\\xc2\\\\xe4\\\\x87\\\\xa5\\\\xf1\\\\xed\\\\xda\\\\xc5\\\\xb7\\\\x02w\\\\x01\\\\xae\\\\xbe$\\\\x12|\\\\xfa\\\\xdb\\\\xd4$\\\\x14\\\\x92\\\\xea\\\\x13\\\\x12\\\\xcc\\\\x17n\\\\x8cu\\\\xd7\\\\xbf\\\\xd3\\\\xcf\\\\xc3\\\\xa7E\\\\x99\\\\xd3#@\\\\xa6\\\\xd4\\\\xd5SV\\\\xc6\\\\x01\\\\x98\\\\x82\\\\x1c\\\\x1d\\\\'R k:t\\\\x89\\\\x03\"\\\\xe9\\\\x12\\\\x06E\\\\xd6\\\\xec%{r\\\\x11\\\\xbdD8!cX=\\\\xc4\\\\xf4\\\\x17\\\\xc8\\\\x8cOD\\\\x17\\\\x88\\\\x8cU\\\\x8f\\\\xc6\\\\xe1\\\\xbe\\\\xe5M\\\\x05\\\\xe0\\\\x88f\\\\x99\\\\x81\\\\xe3\\\\x02{\\\\xf5\\\\xe5w{\\\\x80\\\\x7f\\\\xf8\\\\xacK\\\\xf3\\\\xd3RY\\\\xd5\\\\xeb\\\\xc7q5cqT\\\\xe5dMt\\\\xb9\\\\x84Z\\\\xff\\\\x00\\\\x1e\\\\xa6v\\\\xc1:y\\\\xe9\\\\xdb\\\\xaf)+\\\\x82w\\\\x0b\\\\x9c<\\\\xfc\\\\xc5:\\\\xa5B/\\\\x07[\\\\xb1\\\\xb8\\\\xearoZ\\\\xb1\\\\xaf\\\\x17:\\\\xc9\\\\x05\\\\xbd\\\\x1d\\\\xcc\\\\x18RN\\\\xef\\\\x0f\\\\xf2\\\\xe9r\\\\x91\\\\xc3\\\\x9a\\\\x0bv`pB\\\\xf9\\\\\\\\G\\\\xc0\\\\x1b\\\\xb4.T\\\\x8b\\\\xd0\\\\xcc\\\\x0b\\\\x01\\\\xd1d\\\\x92d\\\\xed\\\\x12#\\\\xa6Z\\\\x96\\\\xa9\\\\x18\\\\x9c\\\\x8a\\\\x1b\\\\xb6\\\\xbd\\\\xaa\\\\xe6x\\\\xe6\\\\x9c\\\\xb11\\\\x7f%\\\\xf1l\\\\xc6\\\\xbb2/\\\\xcc\\\\x87\\\\xae\\\\x95\\\\xaf\\\\xdcfE!\\\\xf7\\\\x18\"4\\\\xfb\\\\xfa\\\\xb1\\\\xa5\\\\xad\\\\x9dN\\\\x1f\\\\x01\\\\x96U\\\\xe9\\\\xde\\\\xa44C\\\\xf8\\\\xa4\\\\xcc{}\\\\x9b\\\\\\\\#;dC&\\\\xc9\\\\xd6\\\\x1d@\\\\x00@\\\\x89\\\\xef\\\\xf7\\\\xf4\\\\xb2\\\\x08m=\\\\x7f\\\\x1c\\\\xd2\\\\xe1\\\\x10q\\\\x18\\\\xf1\\\\xdc\\\\x98x\\\\x9e2\\\\xd5\\\\xb0=\\\\xf6\\\\tS\\\\xfc\\\\xca\\\\xe7\\\\xd0\\\\x15gs\\\\x08>\\\\x9dt\\\\xed\\\\xfbz\\\\xe8\\\\x00n\\\\x00r\\\\xf2\\\\xed\\\\xec\\\\xfa\\\\xf3W-\\\\xc2ZI\\\\xc0\\\\x1f4\\\\xdf\\\\xf9n?\\\\xff\\\\x00*\\\\x9f\\\\xff\\\\x00\\\\x97\\\\xff\\\\x00\\\\xe5z\\\\xdc\\\\xd5w\\\\xff\\\\x00\\\\x1e;\\\\x95On\\\\xda\\\\xff\\\\xd3\\\\xe7\\\\xabx\\\\xc3\\\\x93\\\\xb9/\\\\xa6\\\\xf6\\\\xb6\\\\x8c\\\\x83[\\\\x1bN\\\\xe6\\\\x05F\\\\x80\\\\xc4\\\\xfe\\\\xef\\\\x1e\\\\xbc\\\\xd4\\\\x075\\\\xf0\\\\xe3\\\\x1dN$0Mx\\\\x98\\\\xb9/e\\\\xc4\\\\xe5W\\\\xf9\\\\xaa\\\\x1dV\\\\x8bR\\\\x03\\\\xa5B\\\\xbf\\\\xc2\\\\xe0\\\\x99\\\\x90\\\\x08\\\\xd3^\\\\xf0F\\\\x01\\\\xff\\\\x00\\\\x0e\\\\x8b\\\\x17uf\\\\x0f#P\\\\x97s3\\\\xf2N\\\\xc2\\\\\\\\\\\\x9d\\\\xec}\\\\x1d\\\\xe4\\\\xfe\\\\x1f\\\\t\\\\x02z\\\\x98\\\\xc7UrW\\\\xe1\\\\rN\\\\xe9C&\\\\xc4b\\\\xcf`eV$\\\\x8d\\\\n\\\\x86=\\\\xe0\\\\xc0\\\\xf3\\\\xef\\\\x1fwVm\\\\x8eKN\\\\xdcH\\\\xa0C[\\\\'s\\\\xb6\\\\xe6oV\\\\x80\\\\x90>\\\\xde\\\\xd3\\\\x1d<[\\\\xa2\\\\xb2-\\\\xb0\\\\xa2\\\\x0b\\\\x9fv\\\\xd3\\\\xb04\\\\x86R@\\\\x98\\\\x82u1?O\\\\x0e\\\\xaeX\\\\x83\\\\xab\\\\x96 \\\\xf5B^\\\\xe2\\\\xd0g\\\\xb1\\\\xef\\\\xe2$uf0V\\\\xe3\\\\x06X\\\\x15\\\\x0f\\\\xe1\\\\xa8\\\\xf2\\\\x1d\\\\xff\\\\x00o\\\\xec\\\\xe8\\\\xdd\\\\x91;\"\\\\x04\\\\xd7M&\\\\x7f\\\\xe6\\\\xb0\\\\x1d\\\\xc7\\\\xd3\\\\xb7\\\\xef\\\\xed\\\\xd5p\\\\xf2\\\\x97E\\\\\\\\<\\\\xa5\\\\xd1F6\\\\xb5\\\\xa7\\\\xf9\\\\x87s\\\\xf8\\\\xbf\\\\xd6u\\\\xe8\\\\xf4i\\\\xc10CN\\\\x0b\\\\xc2\\\\xa4\\\\xe8\\\\xb1\\\\x10\\\\x0e\\\\xbd\\\\xbb\\\\xf7\\\\x92;u.\\\\xa5\\\\x16\\\\xc2\\\\xc2wWh-Zhf@>}\\\\xc0\\\\xee\\\\x07I\\\\xb9u\\\\xbbPj&\\\\xa0&~\\\\x1f\\\\xe2\\\\xdc\\\\xd79\\\\x92\\\\xb4q\\\\\\\\N_\\\\'f\\\\xe5\\\\x06\\\\x9cj,\\\\xb9\\\\x84\\\\xf8zA\\\\x9d\\\\x0e\\\\x93\\\\xfe\\\\x1dS\\\\x9e\\\\xee\\\\x11:As\\\\xd1\\\\t\"\\\\x18\\\\x96\\\\xfa\\\\xae\\\\xa3\\\\xf8\\\\x8f\\\\xfb=\\\\xfdT\\\\xe5lG\\\\xe7p\\\\xa9\\\\xf8\\\\xb6\\\\n99Y\\\\x19o\\\\xee\\\\xbe\\\\xaa\\\\x08\\\\x1e\\\\xddd\\\\x9f\\\\xae\\\\xa7\\\\xa4]\\\\xbf H,<\\\\xd59o\\\\xa2\\\\x03\\\\x80\\\\xeb\\\\xac\\\\xbe1\\\\xfe\\\\xd1\\\\x7fJ\\\\xf8,Z\\\\xee\\\\xe6\\\\xb3s\\\\xbeI\\\\xc8z}\\\\xd3s\\\\x1cz\\\\x06\\\\xa6J\\\\xadfaJ\\\\xc0\\\\x9e\\\\xe7N\\\\xa8\\\\\\\\\\\\xd3\\\\x07\\\\xc3x\\\\xc8\\\\xc4If)\\\\xeeZ\\\\x01>\\\\x97\\\\x1b\\\\xc9i\\\\x04\\\\t\"z\\\\\\\\\\\\xe0\\\\xc00\\\\x1e\\\\n\\\\x94\\\\xf7\\\\x06Y\\\\x94J\\\\xc4\\\\xe3p\\\\xd1.\\\\xc6R\\\\xb8\\\\xce\\\\x0bV@\\\\n\\\\x06\\\\xd1\\\\xd8\\\\xa8\\\\x1a\\\\x08\\\\x9e\\\\xfe^zu\\\\xda\\\\xe4\\\\xec\\\\xaa\\\\x9b\\\\x80\\\\x9eH=\\\\xbe\\\\xcb\\\\x03eN\\\\xfe\\\\xf0`Z\\\\xabN\\\\xe0\\\\xa2dI1\\\\xd8\\\\xff\\\\x00a\\\\xd7\\\\x12\\\\xd4\\\\xa9*u5B\\\\xfdP\\\\xcb\\\\x9fs\\\\x12\\\\xefo\\\\xdd\\\\x0cw\\\\x9d\\\\xc1e\\\\xbc4\\\\x98:\\\\x0e\\\\xfd\\\\xbf\\\\x7f\\\\\\\\~\\\\xa8I\\\\x05k\\\\xb3\\\\x8f\\\\xcd6Vrh\\\\x0e\\\\x96\\\\xa92X\\\\x03\\\\x07I\\\\xdf0F\\\\x93$\\\\xfe\\\\xe1\\\\xd5\\\\x0b\\\\xd6$\\\\x03b\\\\x11\\\\xc1\\\\x8dV\\\\x03\\\\x8dz\\\\x95\\\\x96\\\\xbb\\\\x19+\\\\x80\\\\xabK\\\\x1d\\\\xca7\\\\rH\\\\xdd=\\\\xc1$N\\\\x83\\\\xc24\\\\x1d\\\\x00\\\\xb0\\\\xee<\\\\x91\\\\x995x\\\\xe8\\\\xbf[\\\\xc7\\\\xe6\\\\xae*d\\\\xe2\\\\xde\\\\n\\\\x16j\\\\xeb\\\\xf5\\\\x03a\\\\xef!5\\\\x00\\\\x8d\\\\x08:\\\\x90\\\\x0f\\\\xee\\\\xef\\\\xf1\\\\x8c\\\\x03\\\\x92\\\\xfc}\\\\x14\\\\xea\\\\x06\\\\xab\\\\x1cJ3\\\\xb2\\\\x9d\\\\x11q\\\\x16\\\\xc3X1b0\\\\x1bfw\\\\x13\\\\x1be`\\\\xccun\\\\x10$\\\\x02\\\\x00I$\\\\xea\\\\xc5os\\\\x9aX~R\\\\xd6\\\\x02\\\\xb2\\\\x15R\\\\xd3\\\\r\\\\xa8\\\\xda\\\\xc3\\\\xb0:\\\\xc7o\\\\xbb\\\\xa3\\\\x17\\\\x8c\\\\xc3\\\\x8e\\\\xca\\\\xa9\\\\x16\\\\x88\\\\xc7%\\\\x15\\\\xe9\\\\xe5\\\\xd6\\\\xa6B\\\\xac\\\\xf5\\\\x89\\\\xf7\\\\xa8\\\\xdb\\\\xfc\\\\xa2\\\\xa5D\\\\x82\\\\x04\\\\x9d\\\\x04hOR\\\\xd2\\\\x90cO\\\\xa3tC\\\\x81Z\\\\xe8\\\\xc9\\\\xe41\\\\xbd\\\\xc4\\\\xc7\\\\xb4\\\\xeff\\\\xddb;\\\\x13;\\\\xbb\\\\x1d\\\\xb3\\\\xfcS\\\\xa7\\\\x88\\\\x1d\\\\xfa\\\\x0b`D4T\\\\x18\\\\xb9\\\\xaa!\\\\x87\\\\xc9\\\\xbd\\\\xfe\\\\xd1\\\\xc9\\\\xc5\\\\xb7x\\\\x1b\\\\x19\\\\xab3\\\\xa6\\\\xacv\\\\xc2\\\\xc0\"u\\\\x9e\\\\xdd8\\\\xdc-QE\\\\x02#2\\\\x8a{C\\\\x90\\\\xad\\\\x7f)R\\\\xad\\\\xd4\\\\xc25\\\\xd6\\\\x81I*\\\\xca|\\\\x0fvU\\\\xd2\\\\x00\\\\xed\\\\xd4\\\\t\\\\t~\\\\xa2\\\\xa8\\\\xccs(\\\\x05\\\\xf8\\\\xdc\\\\xb61{U\\\\xac\\\\x04AgS\\\\xeeF\\\\xe13*H\\\\x8f\\\\xd9\\\\x1d.P W\\\\x0cT\\\\x88\\\\x15\\\\x9d\\\\xd9w\\\\xde\\\\x80dqf\\\\xfd\\\\x80nj\\\\x86\\\\xc8\\\\x00\\\\x81>{\\\\x81\\\\xd4\\\\xf4P\\\\xb6dI\\\\x90t2\\\\x028\\\\x15\\\\xa5\\\\\\\\\\\\xad\\\\x80\\\\xad\\\\x17\\\\x90\\\\x8f\\\\x00C\\\\x06\\\\x01\\\\xbc\\\\x0c\\\\x0e\\\\xfaw\\\\x89\\\\xd3\\\\xa26\\\\xc8\\\\x0c\\\\x17J\"\\\\xaaW\\\\xe6\\\\xf1\\\\xd6\\\\xba\\\\xff\\\\x007\\\\xc7>C\\\\xd6\\\\x00\\\\xb5\\\\x9c\\\\x15e\\\\x91\\\\x017)\\\\x07H\\\\x82g\\\\xa0\\\\x90\\\\x90\\\\xabUp\\\\x81\\\\xc9H\\\\xaa\\\\xbe4\\\\xd5fM\\\\x16Z\\\\x99\\\\x08v\\\\xad*\\\\x07\\\\xa65\\\\x0eO\\\\x88\\\\x04\\\\x93\\\\xa7@`\\\\xd5\\\\xab\\\\xa3\\\\x11s\\\\x8a\\\\x87\\\\x91s\\\\x95w\\\\xbb\\\\x1c\\\\x96!U\\\\r\\\\xab\\\\x13\\\\x02KLA\\\\xda\\\\x07\\\\xf1O~\\\\xfd2\"u\"5\\\\xfa\\\\xa11\\\\x18:\\\\x1b\\\\xff\\\\x00H\\\\x96M\\\\x98w5JK\\\\x93[\\\\xc1V\\\\x925\\\\x95\\\\x98\\\\x1d\\\\xe7\\\\xcf\\\\xa2\\\\xb7.q!\\\\x15\\\\xbbp\\\\'\\\\xd4i\\\\xe6\\\\xa4-\\\\xd5c]u\\\\x0c\\\\xef\\\\x93\\\\x8b\\\\xbfh\\\\xb4\\\\xc9\\\\xdd\\\\x1a\\\\x03\\\\xac\\\\x10\\\\x01=\\\\x19 K\\\\x17A(W\\\\xa0Pn\\\\xc5\\\\xc4\\\\xb7cK+\\\\xa9VOJ\\\\xe8D\\\\x9e\\\\xe1c\\\\xc2G\\\\x97\\\\xec\\\\xe8\\\\x88\\\\x08\\\\x0c\\\\x1dby\\\\x05\\\\xf6\\\\x97\\\\x1a\\\\xcfr\\\\xff\\\\x00p*\\\\xd4\\\\xa1\\\\x02\\\\xbe\\\\xd5\\\\x827\\\\xc9!N\\\\xe3\\\\x1d\\\\xfa\\\\x89\\\\x1aP!\\\\x16\\\\xc1\\\\xe8\\\\x02\\\\x8bj\\\\xa3\\\\x1b\\\\xeb\\\\xa6\\\\x9bN\\\\xfa\\\\xcb\\\\xb2\\\\xb6\\\\xa8\\\\xcd\\\\xbe$\\\\xea4\\\\xd6\\\\x04\\\\x0e\\\\xa6\\\\xd9 \\\\x10q\\\\xfb\\\\xa3\\\\x10\\\\x00Qh\\\\x17\\\\xf2\\\\x02\\\\xa1S\\\\xe4U\\\\x8dR\\\\xed\\\\nJo~\\\\xc6\\\\x17RA\\\\x04\\\\x93\\\\xdf]z\\\\x1a\\\\x01\\\\x8a-\\\\x075\"\\\\xac\\\\xf1\\\\xee\\\\xd6\\\\xb6\\\\xe6z\\\\xab/b=jN\\\\xd9\\\\x02aP\\\\x00F\\\\xa0O\\\\xd3_\\\\x1e\\\\x95H\\\\xd4\\\\x92W\\\\x18\\\\xe2\\\\xa6\\\\x0c\\\\xfc\\\\x16\\\\n\\\\xb5\\\\xdb~A\\\\x12\\\\x15\\\\xec\\\\x98\\\\xac\\\\x03\\\\xa8 \\\\x9f\\\\x00\\\\x01\\\\xfb\\\\xfa\\\\x0b\\\\x80J8\\\\x16S\\\\x1fI\\\\xc7\\\\x14w\\\\x17\\\\xe5YX\\\\xb1\\\\xf9lzqJ\\\\xa9\\\\x1e\\\\xf3.\\\\xf7c$0}\\\\x90\\\\xca`\\\\xae\\\\xd1\\\\xd9\\\\x87\\\\x84\\\\rO\\\\xd3\\\\xa01\\\\xd2\\\\\\\\\\\\x96\\\\tDj\\\\x04&\\\\x1e5+\\\\xfc\\\\xab\\\\xe4\\\\xa5\\\\xcb\\\\x90E-k%\\\\xad\\\\xed\\\\xbbn\\\\x80 \\\\x193=2\\\\xd5\\\\xb1\\\\xfb\\\\x00\\\\xfd\\\\xa9\\\\x91\\\\x90\\\\x03\\\\x15\\\\xbb\\\\x8d\\\\xc6\\\\xcf\\\\xe6\\\\x97)1\\\\xb30\\\\xb01\\\\xf0+9\\\\x08m\\\\xb7k\\\\xd8\\\\x15\\\\xa4\\\\xaa\\\\x02\\\\x01,\\\\xe4\\\\xc2\\\\xaf\\\\xec\\\\xe8\\\\xc45\\\\xc5\\\\xdd\\\\xb3\\\\xc5M\\\\xb8\\\\xb9 `\\\\xa2\\\\xe1\\\\xe0ed\\\\xd4j\\\\\\\\\\\\x17\\\\x06\\\\xd7\\\\x04\\\\xe63\\\\x99\\\\xdb\\\\xa4)\\\\xfa\\\\x10~\\\\xed\\\\x07B H\\\\x1c\\\\xb9\"\\\\x00\\\\xb35y\\\\xa3upK\\\\xc6\\\\x0b2\\\\xf3\\\\xad\\\\xa5\\\\xf2\\\\x04\\\\x1a1\\\\xc8g.U\\\\x88`\\\\xe2I\\\\x8f\\\\x02c\\\\xa2\\\\xbd(\\\\xdb\\\\x155Sn\\\\xc3\\\\x97Q32y\\\\xcc\\\\xef\\\\xe5{\\\\xe1j\\\\x07j\\\\xd5\\\\\\\\\\\\xac\\\\x053\\\\xa4v\\\\xdb2GT\\\\xa5\\\\xb8\\\\x9c\\\\x89\\\\x03\\\\xcb$F\\\\xd9\\\\xc1\\\\xd0Jx\\\\xbcw{\\\\x85\\\\xd9\\\\xea\\\\x18\\\\x1d\\\\xe7k.\\\\x9b\\\\x86\\\\xd1\\\\xdcz\\\\x8c\\\\x99\\\\x91\\\\xe1\\\\xd3\\\\xadF\\\\x85\\\\xf1H1\\\\x0fR\\\\n\\\\x9b_\\\\x1f\\\\xc3Wj\\\\x0br\\\\r\\\\x9e;\\\\xd4~\\\\t\\\\x82A\\\\x07\\\\xd3\\\\x0cc\\\\xb0\\\\xed\\\\xf5\\\\xea.\\\\x10\\\\x0b\\\\x91E0\\\\x10\\\\x01\\\\x93z\\\\xe3p\\\\xc9\\\\xc7\\\\xfef\\\\xdb\\\\x12\\\\xa66\\\\x86\\\\xb7\\\\xdc\\\\n\\\\xca@\\\\x93\\\\xe9\\\\xd7\\\\xd5\\\\xe0u1\\\\xafV\\\\x80\\\\x86\\\\x8a\\\\xa7\\\\x19\\\\xc4\\\\xad5sx\\\\x16\\\\xbbc\\\\xe2\\\\xd5\\\\x8f\\\\xba\\\\xc6\\\\x91i@6\\\\x12\\\\x08\\\\x10I\\\\x9d\\\\xa6\\\\x04\\\\x10;L\\\\x9e\\\\x95\\\\xfeY\\\\x7fHS\\\\x19\\\\x85\\\\x95\\\\xb4\\\\xe1^\\\\x8c\\\\x15V\\\\xe3c\\\\xaa=\\\\xf6\\\\xed\\\\xdb\\\\x1a\\\\x9d\\\\x9e\\\\xa3\\\\xdbI\\\\xd7\\\\xc3\\\\xb7K\\\\x13\"\\\\x84\\\\xbb\\\\xf1DF \\\\xe1\\\\xe0\\\\x8c\\\\xe6\\\\xfc\\\\xa7\\\\x1b+\\\\xe2\\\\xcd\\\\xc0\\\\xe3\\\\xfcg\\\\x88\\\\xc7\\\\xe46\\\\xcd\\\\x9f \\\\xadlK\\\\xbb\\\\xe8\\\\x15A\\\\x0b\\\\x1f@<\\\\xfe\\\\xfb1\\\\xba\\\\x0cY\\\\x87\\\\xdd2S:4\\\\xb7zB\\\\xaf\\\\x8b\\\\xc8\\\\xa9\\\\xda\\\\xd1qv\\\\xab\\\\xd4\\\\xb6\\\\xee\\\\x98\\\\xd8|`\\\\x1e\\\\xfaA\\\\xecu\\\\xfb\\\\xa1\\\\x9a\\\\xa1S\\\\x16H\\\\xaa\\\\xdd}\"\\\\xb2\\\\xb6{n\\\\xf7\\\\xd8\\\\xaa\\\\x96\\\\x10\\\\x07\\\\xb8v\\\\xf6\\\\xdb\\\\xf8\\\\x88\\\\x90G\\\\xdd\\\\xd4\\\\xfa\"_4dJ\\\\x99\\\\xf3\\\\xe6\\\\xbd\\\\xc3\\\\xc5\\\\xc8\\\\xacSb1\\\\xa0TM\\\\x85\\\\xe9x\\\\n&A\\\\x9f\\\\x11 \\\\x0e\\\\xf2\\\\x0f~\\\\x9b\\\\xee\\\\x90E\\\\n8\\\\xc2\\\\x8eN\\\\x08\\\\xab\\\\xe4g\\\\xddA\\\\xaa\\\\xcd\\\\xe9\\\\x8e\\\\xb6[m!\\\\xa5\\\\xed\\\\x0cL\\\\xeem\\\\x01\\\\x92u\\\\xd7\\\\xaawwwG\\\\xec\\\\x18\\\\x02\\\\xac\\\\x08\\\\xbd\\\\x01R\\\\xe8\\\\xb3/\\\\x18.\\\\xcfr\\\\xd6y\\\\x1f\\\\x9a\\\\xb0\\\\x1b+\\\\xf5y<\\\\x95\\\\xd7\\\\xcaA\\\\xfb:(J\\\\xe4\\\\x8b\\\\n\\\\x04\\\\x12\\\\x80\\\\x8cT\\\\x9a\\\\x13\\\\x94\\\\xc9\\\\xccC(\\\\xc1\\\\x11u\\\\xdc\\\\x19H\\\\x04@\\\\x9e\\\\xde\"#\\\\xbf\\\\xd9\\\\xd5\\\\x81jR\"\\\\xa9\\\\x06\\\\xe1\\\\t\\\\xef\\\\x85\\\\xc9\\\\xe5\\\\xbe5\\\\x95\\\\x8f\\\\x90\\\\xabV\\\\xe5*\\\\xfbZ\\\\xbf}\\\\x02\\\\xaa\\\\xc8\\\\xf4\\\\x18\\\\xfc?\\\\xdf\\\\xf4\\\\xe9\\\\x822\\\\xb6]t.\\\\x18\\\\x97\\\\x08\\\\xf7#\\\\x91\\\\x8d\\\\xf2\\\\xae7\\\\x95\\\\xe0>A\\\\x86\\\\xb9\\\\xfc_2\\\\xae\\\\xdc\\\\xa6%\\\\x83V\\\\xdc\\\\x0c\\\\x90\\\\xa4\\\\x9dP\\\\x13\\\\x11\\\\xd8\\\\xfd\\\\xddV\\\\x9c\\\\t\\\\x05\\\\xf3\\\\xc9iY\\\\xdc\\\\x9c^\\\\xae\\\\xbeP\\\\xff\\\\x00\\\\xb8o\\\\xf6\\\\xfd\\\\x95\\\\xfag\\\\x9a\\\\x9c\\\\xa7\\\\x10\\\\xcf\\\\x9d\\\\xf1l\\\\xf6?\\\\x95\\\\xc8\\\\x81\\\\xee\\\\xd0\"EV\\\\xc4\\\\x82`\\\\xe8|z\\\\xb3\\\\xb5\\\\xdd\\\\x9bR\\\\x10\\\\x99pp\\\\'\\\\xe8~\\\\xcbZ\\\\x17\\\\xcd\\\\xda\\\\xe6\\\\x07\\\\x8a\\\\xe5e\\\\xc6\\\\x153\\\\xbd\\\\x85\\\\x80Q\\\\xb8\\\\x13\\\\xe2O\\\\xd7\\\\xad\\\\x837\\\\x0c\\\\x11J\\\\xe3\\\\xd0(\\\\xa9\\\\x8co\\\\xb9@\\\\x04\\\\xcbz\\\\x89\\\\x1a\\\\x08\\\\xf1\\\\xfa\\\\xf4\\\\xc3wD]4\\\\xdd\\\\xd1\\\\x14\\\\xf3\\\\xc4q\\\\xc9H{\\\\x1c\\\\xfa\\\\x90\\\\xc2\\\\x91\\\\xe0`\\\\xeb\\\\x03\\\\xcb\\\\xc3\\\\xcf\\\\xaf?\\\\xbf\\\\xdc\\\\x92\\\\xd1\\\\x19\\\\xac\\\\xab\\\\xd7u\\\\x878+#\\\\x89\\\\xe3\\\\x9e\\\\xdba\\\\x90Z\\\\xec}\\\\x0e\\\\x9a\\\\x9d;\\\\x91\\\\xdc\\\\x0e\\\\xd0:\\\\xf3;\\\\x8b\\\\xe0\\\\x0eK&\\\\xec\\\\xb5\\\\x1eo\\\\xe6\\\\x9e\\\\xb9\\\\x1c\\\\xac\\\\xbb[\\\\xfay\\\\xb4\\\\xfbx\\\\xaa\\\\x9bj\\\\xdd\\\\xa4\\\\x00{F\\\\x83Pt\\\\xfd\\\\xfdf[\\\\xabL\\\\xd5\\\\r\\\\xe9J F4e\\\\'\\\\x8a\\\\x17a#\\\\xe6\\\\x175\\\\xa5\\\\x10\\\\xf5\\\\xbb\\\\x12\\\\xaaK\\\\x124 \\\\xf7\\\\x04\\\\x1f\\\\xd9\\\\xd1\\\\x99\\\\xcc9\\\\x89g\\\\xa7\\\\xf5\\\\xc5\\\\x12\\\\xe2\\\\x062\\\\xc0-\\\\xb6\\\\x1c|\\\\xd6\\\\\\\\\\\\xcc\\\\xac\\\\xcfs!\\\\xdbr\\\\xa3o\\\\x90d\\\\x10\\\\xfa/y=\\\\x87D\"\\\\x0b\\\\x93:\\\\x9e\\\\x87\\\\xeb\\\\xc7j7\\\\x06\\\\xa0vU\\\\x1f\\\\xb7\\\\x86\\\\xca\\\\xa7\\\\x11\\\\xb7\\\\xde\\\\x89}\\\\xf0\\\\xfb\\\\x18\\\\x85\\\\x16&\\\\xa0\\\\xed\\\\x12{i3\\\\xf4\\\\xe8N\\\\xac\\\\x89\\\\xf5ugW#e\\\\xc7gL\\\\x10\\\\x9a\\\\xbf\\\\xa4\\\\xe3Vj\\\\xbfmY\\\\x14\\\\xbe\\\\xef\\\\xcc#\\\\xd6\\\\xc0\\\\xeeH\\\\x0b\\\\xa1\\\\x8dL\\\\t\\\\'Mz(\\\\xc0\\\\x10\\\\xc5\\\\xc4\\\\xabWq\\\\x85\\\\x00jc\\\\xd5t\\\\xb4\\\\xc6\\\\x98\\\\xa989\\\\xf9\\\\x19\\\\xf8\\\\xc3\\\\x17\\\\x16\\\\xbfU\\\\xed\\\\xb7\\\\xfeZ\\\\xcb\\\\xeb\\\\x01@]\\\\\\\\w\\\\'N\\\\xaf\\\\xfcu\\\\x89\\\\xcaFG\\\\x0c\\\\xe9\\\\xc3\\\\xa0\\\\xbbq\\\\xe3\\\\xa4\\\\x06)\\\\x97\\\\xfa\\\\'\\\\xff\\\\x00\\\\xe5\\\\x9f\\\\xfe`\\\\xff\\\\x00>\\\\xbd7\\\\xb1o\\\\x90U\\\\xb4\\\\xaf\\\\xff\\\\xd4\\\\xa0\\\\xf1\\\\xec\\\\xc9\\\\x0e-\\\\xc5k\\\\x16\\\\x9b-V\\\\xbc\\\\x91\\\\xe8f\\\\xed\\\\x04O\\\\xfaO\\\\xd3\\\\xcb\\\\xc6:\\\\xf2\\\\x912\\\\xd4\\\\x17\\\\xc4\\\\x05\\\\xc6.\\\\x9e1\\\\xb8\\\\xba\\\\xd3\\\\x9a\\\\xae\\\\xdcz}\\\\xd6\\\\nU\\\\xd5N\\\\xf4`\\\\xea7Li\\\\x07\\\\xb1\\\\x04\\\\xf9ur\\\\x11:\\\\xc3T\\\\xabP\\\\xb7\\\\xaatP>}\\\\xca\\\\xdd\\\\xc1`7\\\\x19S{\\\\x9e\\\\xf2\\\\xa3\\\\xb0\\\\xa9\\\\x820\\\\xafY\\\\x05\\\\x84\\\\xc0\\\\x1ay\\\\x8f\\\\xb0\\\\xf4\\\\xbd\\\\xd1#\\\\xd23O\\\\xbf!\\\\x11\\\\xa7\\\\x15\\\\xcc9\\\\x88\\\\x8c-d\\\\x02\\\\xec\\\\x9d\\\\xe0\\\\xbd\\\\xe5\\\\x82\\\\x84S \\\\t\\\\x9d \\\\xf9\\\\x0f1\\\\xd2\\\\xa0\\\\x06+4\\\\xc6@T\\\\xf2\\\\xfe\\\\x92O4M\\\\xec\\\\x81\\\\x14\\\\xa6\\\\xd6db\\\\xb3&N\\\\x9a\\\\x1f\\\\xc3\\\\x10f:\\\\x19\\\\xb1$D\\\\xab\\\\xfbh\\\\xe9\\\\x0eBN\\\\xcd\\\\xaf\\\\xd8\\\\xad\\\\x15\\\\x9e\\\\xb7\\\\x0etc\\\\xdeL\\\\x02I\\\\xf0\\\\x99\\\\xef\\\\xd3-\\\\xca\\\\x9dV\\\\xaccW\\\\xfa%\\\\xac\\\\xf55\\\\x18\\\\xb4\\\\x9bYZ|\\\\xe4\\\\x1d~\\\\x9ak\\\\xd5\\\\x9bgQ\\\\xa5\\\\x15\\\\xeb\\\\x07V\\\\x14J\\\\xf9\\\\\\\\\\\\x8a\\\\xab\\\\xcd@\\\\x82\\\\x1a\\\\x03\\\\x1d\\\\xa4}\\\\xd1\\\\xd6\\\\x85\\\\xbd\\\\xb9\"\\\\xabN\\\\xd6\\\\xdc\\\\x91U\\\\x12\\\\xfb\\\\xd2\\\\xc4\\\\xf7\\\\x1f\\\\xf1\\\\x90\\\\xc4\\\\x1d\\\\xc6?g\\\\xd9\\\\xe1\\\\xd3a\\\\x02\\\\x0b\\\\x0c\\\\x13a\\\\x02\\\\x0b\\\\x0c\\\\x14u\\\\xad,\\\\xda\\\\xc0\\\\x94%\\\\x84\\\\xac\\\\x92u\\\\xfd\\\\xbat\\\\xc9H\\\\x84\\\\xc3\"\\\\x14\\\\xe7\\\\xaa\\\\xaak:\\\\xfa\\\\xec\\\\xd4\\\\x81\\\\xa8%d\\\\x13#\\\\xb7\\\\xf6\\\\x9e\\\\x92$dRD\\\\x8c\\\\x8a\\\\x84\\\\xde\\\\xe5\\\\x84\\\\xb9\\\\xd6J\\\\x81\\\\x03\\\\xc3\\\\xbc\\\\xfd\\\\x93\\\\xafM\\\\xa4h\\\\x9c\\\\x08\\\\x14E\\\\xb8\\\\xee\\\\x1f7\\\\x90\\\\xbe\\\\xbaq1\\\\xdf\"\\\\xcb\\\\x18\\\\xa5iZ\\\\xb3\\\\x12\\\\xda\\\\xc0\\\\x03\\\\xaa\\\\xd7\\\\xf7P\\\\xb4=E\\\\x92\\\\xe5:\\\\x15|p\\\\x1f\\\\xed\\\\xd7\\\\xf5S\\\\xe45\\\\xd5\\\\x91\\\\x87\\\\xf1l\\\\xaaih\\\\r\\\\x95\\\\x92\\\\x16\\\\x85\\\\x00\\\\xf6b\\\\xaeA\\\\x91\\\\xf6O\\\\x9fYw~L@8\\\\x89#\\\\xc1V;\\\\x88\\\\n?\\\\x82\\\\xeco\\\\xd3\\\\xaf\\\\xf6y\\\\xc0qUb\\\\xe6~\\\\xa0\\\\xe4\\\\xdd\\\\xc8g9[,\\\\xe1\\\\xf1\\\\x08\\\\xae\\\\x95\\\\xd0\\\\xb0\\\\x05\\\\xc4\\\\xee2\\\\x0c\\\\x8d\\\\x07\\\\x7f.\\\\xa9{\\\\xe6\\\\xedd{\\\\x87\\\\xdc\\\\xe6\\\\xa8^\\\\xde\\\\xc8~\\\\xb4\\\\xfb\\\\xae\\\\xc9\\\\xf8\\\\xef\\\\xc6\\\\xf8_\\\\x89`\\\\xe3\\\\xe0\\\\xfcs\\\\x86\\\\xc5\\\\xe21\\\\xa9P\\\\xf4\\\\n(\\\\xda\\\\xceT\\\\x81i\\\\xdd\\\\x1a\\\\xed\\\\x9f\\\\x19$yu\\\\x103\\\\x8c\\\\\\\\Pt\\\\r\\\\xfd\\\\xaa\\\\x8dr\\\\xe4uT\\\\x04L\\\\xf2\\\\x1c\\\\x8e1j\\\\xfd\\\\xe6\\\\xb8\\\\xe4 U\\\\xa1H\\\\xb1v\\\\xa2\\\\x18\\\\xd4\\\\x82\\\\x04\\\\x18\\\\x92|:\\\\x1d@\\\\xbb\\\\xe2\\\\x95)\\\\xcf#\\\\xf7K\\\\xf9y#&n\\\\xb5\\\\x18\\\\xb8\"\\\\xbc\\\\x84\\\\xa4If06\\\\xabG\\\\xf1\\\\x12;\\\\xe9\\\\xf6\\\\xf4\\\\xefpbU9\\\\xbb\\\\xf6/\\\\n\\\\x17\\\\xa6\\\\xd3V@\\\\x0c\\\\x1b\\\\xdbj\\\\x14o\\\\nF\\\\xac\\\\x81cE\\\\x8e\\\\xdf\\\\xdf\\\\xd4\\\\x19\\\\x01U\\\\xd6\\\\xe0MR\\\\xfeI\\\\xa8\\\\xacdZ7\\\\x18\\\\x8b\\\\x95\\\\xf4\\\\x02A\\\\x05f#Q\\\\x00\\\\xce\\\\x9d\\\\x06\\\\xb2HF`\\\\x00\\\\xa1P\\\\x1a\\\\xacZ\\\\xdfq\\\\xca[EdM\\\\xa8B\\\\x1d\\\\xc2c\\\\xb1\\\\xef#\\\\xc7\\\\xb1\\\\xe8\\\\xa3(\\\\x92\\\\x95\\\\x13\\\\xcdf\\\\xabe\\\\xb6\\\\xd8*t\\\\x01\\\\x82\\\\xa0\\\\'r\\\\xca\\\\x01\\\\xe7\\\\xd8\\\\xc6\\\\xb1\\\\xff\\\\x00\\\\t0\\\\x01$\\\\x81\\\\xc0P\"\\\\xd9\\\\xd1\\\\x1d\\\\xc5\\\\\\\\\\\\xfe<-nM\\\\x98u\\\\xb1\\\\xf7,\\\\x04\\\\x08_\\\\x05\\\\x11\\\\xae\\\\xbf\\\\xfbDk\\\\xe5\\\\xd2\\\\xefj\\\\xc0\\\\x14\\\\xebq\\\\x0fR\\\\xc9s/\\\\x87qk\\\\xe5q\\\\\\\\\\\\x82\\\\xe4\\\\xd7\\\\x94\\\\xe8\\\\xcf\\\\x81\\\\x90\\\\xde\\\\x95\\\\x92O\\\\xf2\\\\xde`m\\\\x9f\\\\x0e\\\\xe7^\\\\xb2\\\\xfd\\\\x99FOn\\\\xaep9v\\\\x1f\\\\xb2q \\\\xd0\\\\xa29\\\\xf9|\\\\xd6v\\\\x0f\\\\x19\\\\xc4\\\\xf2\\\\x17\\\\xb6O\\\\x1d\\\\xc1\\\\xfb\\\\xa9\\\\x81\\\\x8a\\\\xaa\\\\nRo`\\\\xee\\\\x16 \\\\x99a:\\\\xb7\\\\xd3\\\\xadI\\\\xcewc\\\\x18\\\\x90h\\\\xab\\\\xca\\\\x83\\\\x1a \\\\xb5\\\\xe3\\\\xc3/\\\\xb1g\\\\xb2e\\\\x8e\\\\x8cC\\\\xb9+#V\\\\xee\\\\x01\\\\xd7\\\\xbcG\\\\x7f\\\\xa0{S\\\\x8daB\\\\xb8Hf\\\\xb7]\\\\x99\\\\xc8\\\\xe5/\\\\xe5-\\\\xe3\\\\xaf\\\\xbe\\\\xd4\\\\x06\\\\xc44\\\\xa6\\\\xf5DS\\\\xebg\\\\xd9\\\\x1d\\\\xa0\\\\x92Oc\\\\xd5\\\\x13wpdD\\\\xa0\\\\xfdG\\\\xf0\\\\xac\\\\x1d$0,\\\\xa3W\\\\x7f\\\\'CWb1\\\\xacW\\\\xb4\\\\xd6\\\\x15\\\\x84\\\\x85=\\\\xe5c\\\\xd5\\\\xfd\\\\xb4\\\\xf1\\\\xea\\\\xd4#7\\\\xd4\\\\x1f\\\\x86I\\\\x90\\\\x00Q\\\\x14\\\\xbb*\\\\x9c\\\\xba\\\\xde\\\\xdc\\\\xf6|l\\\\x9b\\\\x94\\\\x1ar(\\\\x05\\\\xe5\\\\x96tp\\\\xc7\\\\xc3\\\\xb7q\\\\xfd\\\\xfd\\\\x1bj\\\\x93\\\\x8a\\\\x12qP\\\\x06\\\\x91\\\\\\\\9(5dd\\\\xec\\\\x7fo1\\\\x8a.\\\\xd6k\\\\x1aF\\\\xa2\\\\x17EmN\\\\xa4\\\\xc8\\\\xe8\\\\xa2\\\\x1c\\\\x18\\\\x92W\\\\x11Z-\\\\x07\\\\x92\\\\xcc\\\\xae\\\\xc5\\\\xb4d\\\\t\\\\x94\\\\xd86\\\\x10D\\\\t\\\\x07q\\\\x81\\\\xa8\\\\x99\\\\x98>\\\\x1fh{cQ\\\\nj\\\\x11\\\\xa1\\\\xc8\\\\x9bq\\\\xb6=\\\\xe3\\\\x1a\\\\xcb\\\\'\\\\xdc\\\\x83\\\\x01\\\\xa0\\\\xcc\\\\x01\\\\xa4\\\\x9d\\\\xa3\\\\xb7\\\\xee\\\\xf3t\\\\xa2A\\\\x05\\\\xd9O\\\\xb9\\\\xa83\\\\xa1y6e%\\\\x8eFH\\\\xb80\\\\xfe#\\\\'\\\\xd4F\\\\xa1t\\\\x82{\\\\x12u\\\\xfa\\\\x9e\\\\x80\\\\xc8\\\\xc6\\\\xa6O\\\\xd5D\\\\x86kJ\\\\xe6]R\\\\xfbu\\\\xe4+\\\\x92\\\\xe5i\\\\x1b{\\\\x8d\\\\xa7p\\\\xff\\\\x00Q\\\\x880O\\\\xdd\\\\xa7Bfb\\\\x1d\\\\xd4\\\\x82\\\\x1f\\\\x05\\\\xa1\\\\xb9\\\\x0c\\\\x9b}\\\\x9b\\\\xed\\\\xcd\\\\x08\\\\xad\\\\xa4\\\\xaa\\\\xcf\\\\xa8\\\\x18\\\\xeeF\\\\xbd\\\\xbe\\\\xff\\\\x00?\\\\x0e\\\\x96g(\\\\xb92E\\\\xfb\\\\x16e1-\\\\xb7\"\\\\xed\\\\xb5\\\\xe6-\\\\xc3j\\\\x93\\\\x8f]d\\\\x12\\\\\\\\\\\\x80\\\\x04\\\\x93\\\\x04\\\\xb13\\\\xfb\\\\x80\\\\xe9f\\\\xf6/1DB\\\\xddp\\\\xcdn\\\\xcf\\\\xbb1)\\\\xda\\\\xb9l\\\\x9aF\\\\xa0o\\\\x05\\\\x7f\\\\x0b\\\\x10Wlk\\\\xa7\\\\x91\\\\xe8!\\\\xb9\\\\x05\\\\x86\\\\xb7|9\\\\xa6\\\\xce\\\\x07\\\\x92\\\\x14.\\\\xb5H-~\\\\xdc\\\\x92\\\\x13\\\\xdc\\\\x08C\\\\x02\\\\t\\\\x00\\\\x12`\\\\rt#\\\\xcb\\\\xa7\\\\xca\\\\xf6\\\\x92\\\\xee\\\\xe1(C\\\\x92\\\\x1b\\\\x91\\\\x90\\\\xe8nfwh\\\\xdc\\\\xa5\\\\x84\\\\x9d\\\\xc4\\\\x01&|g\\\\xb0n\\\\xbb\\\\xdf\\\\x81\\\\x15\\\\x93\\\\x0f5:e\\\\xdax\\\\xa2\\\\xd5nw\\\\xb4\\\\xd6mv\\\\xc2RHUp\\\\xcfb\\\\xc8\\\\xf0\\\\x04m&;\\\\t\\\\xfb:\\\\x18\\\\xdd\\\\x81\\\\xc0\\\\xbfT$\\\\x11\\\\xc7\\\\x92\\\\xd1_\\\\x1e\\\\xfc\\\\x96\\\\xf4nY\\\\xaej\\\\xc2\\\\x1d\\\\x8c\\\\x85B\\\\x81+\\\\xb4n\\\\x80g\\\\xb9\\\\x1d\\\\xe7\\\\xab\\\\x16g\\\\x19\\\\xe0R\\\\x8c\\\\x0ch\\\\x85\\\\xdf\\\\xbb\\\\x8e\\\\xb2\\\\xfb(\\\\xbd\\\\xec(\\\\xec\\\\x18\\\\x99]\\\\xb3\\\\x00\\\\xa9\\\\x02#r\\\\x83?g\\\\xdb\\\\xd3$H\\\\'\\\\x14\\\\x04\\\\x98\\\\xbdqR\\\\xbf\\\\xa8\\\\xd5\\\\xbd\\\\x03\\\\xe2Z\\\\xf6\"\\\\x16t\\\\xb2k\\\\x95\\\\x03R\\\\x00\\\\x93:\\\\xff\\\\x00c\\\\xd0\\\\xdc\\\\x06G\\\\x928\\\\x97S\\\\xaa\\\\xcd%T\\\\xa7\\\\rc\\\\xb6\\\\xc8\\\\x16$\\\\x10\\\\xdb\\\\xc0e\\\\x94\\\\xec{\\\\x9f\\\\xafK\\\\x94\\\\x8cKb\\\\xf9)\\\\x0cz\\\\x050=\\\\xe0nN>\\\\xe1_\\\\xa0\\\\x97f\\\\x06^ H\\\\x9e\\\\xa4\\\\x89\\\\x81\\\\x93!\\\\x8c\\\\x81.SW\\\\x03n9\\\\xc9T~:\\\\xa6W\\\\xfc_\\\\x98\\\\x05\\\\x89\\\\x83\\\\x1b\\\\xaa\\\\xd9$\\\\xe84\\\\x98\\\\xe9\\\\x17\\\\x05\\\\r\\\\x1d\\\\xf2\\\\xfb\\\\xa6\\\\xdb,qV71B]\\\\x92\\\\xc5i\\\\\\\\:\\\\x19\\\\xd6\\\\xe5u\\\\x7fu\\\\x11\\\\x08\\\\x84BI\\\\x06IQ\\\\xa8\\\\xfb\\\\xfa\\\\xa8\\\\x04\\\\xa6t\\\\xb3y\\\\xad\\\\xa2DX\\\\xf3B\\\\x16\\\\x9fb\\\\xa0\\\\xb5U\\\\xb9\\\\xe8\\\\x03k \\\\x06w\\\\rt\\\\x86\\\\xd7C3\\\\xf7OV#\\\\x13l\\\\x16\\\\x14\\\\\\\\\\\\xe2E~\\\\xc7\\\\xca\\\\xe1\\\\x1b\\\\x8b\\\\xc89O\\\\x95W\\\\xc8\\\\xceV\\\\xeca+\\\\xf9v\\\\xc6(w\\\\x87bd\\\\xb2\\\\xb1\\\\x1d\\\\xb4\\\\xe9B\\\\xf5\\\\xb9B\\\\xae.\\\\x13\\\\xdc\\\\xdd\\\\xa8\\\\xcd\\\\xb8\\\\xe9\\\\xe6\\\\xb5\\\\xf2\\\\xb8\\\\xd6\\\\xbe\\\\x00E\\\\xc7\\\\xb1\\\\x91Av\\\\xac\\\\xef$\\\\x81\"W\\\\xb0\\\\x113\\\\x0b\\\\xa0\\\\xe8M\\\\xb0$\\\\t\\\\xc9f\\\\xee9}\\\\x95O\\\\x97\\\\x8fC\\\\x00\\\\xc6\\\\x9c\\\\x80\\\\xce\\\\x01Ye\\\\x16\\\\x19\\\\xd2\\\\x00s\\\\x07M\\\\x0f\\\\x97W\\\\xac\\\\x80\\\\xce\\\\x1f\\\\xaf\\\\xd9g\\\\\\\\\\\\x8b\\\\x04\\\\x12\\\\xeb\\\\xb0*g\\\\xb5\\\\xf8\\\\xb6\\\\xc8\\\\xbc\\\\xd5\\\\xed\\\\xd6\\\\\\\\\\\\x96\\\\tg\\\\xf0\\\\xb6\\\\xf9\\\\x92Gb;xt\\\\xe1<\\\\xb4\\\\xbb\\\\xf0\\\\xea\\\\x18\\\\xb5rQ\\\\xed\\\\xe6h\\\\\\\\c\\\\x8f\\\\x8d\\\\x80F0\\\\xd8r\\\\xaa\\\\n]\\\\x1a\\\\xd1%X\\\\xc0Q\\\\xdc\\\\x18\\\\x11\\\\x1foSvr\\\\x01\\\\x80\\\\xc1\\\\x14d\\\\x1a\\\\x81\\\\x01\\\\xcd\\\\xf9]\\\\xfc\\\\x89\\\\xc5Z8\\\\xabrk\\\\xa9Mu\\\\xab1]\\\\xa8\\\\xaaW\\\\xd3#\\\\xb6\\\\x84\\\\x89\\\\xff\\\\x00\\\\x0e\\\\xab\\\\xff\\\\x00\\\\x9f36\\\\x8c$z\\\\xb5\\\\x1701\\\\xa9\\\\t\\\\xf7\\\\xe3\\\\x9f#\\\\xc6\\\\xe0\\\\xd3\\\\x92\\\\xaa\\\\xbc\\\\x0c\\\\x7f\\\\xff\\\\x00\\\\x8cb\\\\xae&U\\\\xf7b%\\\\xef]Z\\\\x12\\\\xf43\\\\xaf\\\\xa1\\\\xe7\\\\xbb\\\\x0f\\\\xafZv\\\\xee\\\\xc8D\\\\x80),z#\\\\xb1pZ.\\\\x96\\\\xb9~m\\\\xf1rr18\\\\x89\\\\xfc\\\\x9b\\\\xb3+d\\\\x15\\\\x04K\\\\x1d\\\\xba\\\\xa2w\\\\x92F\\\\x83Pz\\\\\\\\\\\\x85\\\\x08J\\\\x94\\\\xd8\\\\xd3\\\\x9a\\\\xf3\\\\x8c\\\\xbb7\\\\x1f\\\\x131\\\\xb2\\\\xeb\\\\\\\\\\\\xcbr+[\\\\xab\\\\xcae\\\\xfeueeHF\\\\x80$\\\\x98\\\\x04\\\\x13\\\\xd4\\\\xc43\\\\xb8u0\\\\x91\\\\x0f\\\\xc7\\\\x1d\\\\x8a:\\\\xbf3\\\\x91\\\\x9428\\\\xfc\\\\x1b\\\\x14:\\\\x80\\\\xb6?\\\\xaaGy\\\\x88\\\\xd7\\\\xcfMz\\\\x9fS\\\\xbf5\\\\x1a\\\\xc9.\\\\x14\\\\xeb\\\\xb8\\\\xfc\\\\xfc\\\\xdc\\\\x8f\\\\xcesW~v\\\\xd2b\\\\xc5g\\\\x0c\\\\xc4@\\\\x85&`\\\\xe8f<$\\\\xc7Rc\\\\xaaZ\\\\x8e(\\\\x89\\\\x91\\\\xfd\\\\x96\\\\x15\\\\xf1\\\\xf9\\\\x1f\\\\x98\\\\xf60\\\\xb0j\\\\xc6\\\\xaf)B\\\\xd9\\\\x93e\\\\xa2\\\\xb1(A\\\\x1a\\\\xb9\\\\xec\\\\x18\\\\xf7?\\\\xbf\\\\xa2\\\\x10$\\\\xd3\\\\xea\\\\xa0\\\\xc2R\\\\xc00Q3\\\\xb0\\\\xec\\\\xfc\\\\xc5\\\\xd8vYEVP\\\\rip\\\\xb82m?\\\\x84\\\\xac\\\\x91:w\\\\x88\\\\xef\\\\xd0M\\\\xdd\\\\x9f\\\\x043\\\\x8eEE\\\\xa3\\\\x83\\\\xaf7\\\\x1d\\\\xab\\\\xfc\\\\xfc\\\\xb9\\\\x8f\\\\xcdd$\\\\x08\\\\x08&K\\\\x03\\\\x04x\\\\x11\\\\xf7\\\\x1e\\\\x86S\\\\xa2\\\\x91l=J\\\\x93\\\\x8fG\\\\x13\\\\x88\\\\x15\\\\x05\\\\xaf\\\\x94\\\\xe5\\\\x7f\\\\x9bd\\\\xb2\\\\x80\\\\xbd\\\\x81\\\\x85\\\\x89\\\\x93\\\\x1eZw\\\\xd7\\\\xa0pK1R\\\\xd1\\\\x8a\\\\x99\\\\x95_\\\\rE\\\\xab\\\\x91\\\\x92\\\\xbe\\\\xf5\\\\x80\\\\x9d\\\\x95\\\\x85,5\\\\x90Af\\\\xf2\\\\x00\\\\t\\\\x93\\\\xf5\\\\xeb\\\\x86\\\\x98\\\\x15&qgC\\\\x9b?\\\\x1eb\\\\x8e0\\\\x9a\\\\x13\\\\xf0[;D\\\\xe8\\\\xc3I\\\\x03X\\\\x82#\\\\xa1\\\\x94\\\\xc9$\\\\x85\\\\x1e\\\\xe4W\\\\xe5\\\\xe52\\\\xec\\\\xbdq\\\\xf00W\\\\x1e\\\\xfb\\\\x815\\\\xd7HVUPF\\\\xd8\\\\x00@\\\\x83\\\\xa13\\\\xaf\\\\xd9\\\\xa7Re)\\\\x17\\\\x05\\\\x97{\\\\x8e:\\\\x94\\\\xd1\\\\xc0\\\\xe1s\\\\x0bh\\\\xba\\\\xeb+k\\\\xf1iv53 \\\\x8fm\\\\xb4\\\\xfd\\\\xe4\\\\xe8;\\\\xfe\\\\xfe\\\\x94 d:\\\\x84\\\\xc8k\\\\xc5\\\\xd0\\\\x0c\\\\xdc\\\\xbc\\\\xe6\\\\xb0\\\\x1c\\\\x94f\\\\x0f$\\\\x10\\\\xdaGm\\\\xaafH$x\\\\x1e\\\\xb8\\\\xd8\\\\x89\\\\x0f,R\\\\xe7rNrC-\\\\xcc\\\\xc8\\\\xb0\"\\\\xdd\\\\x9c)\\\\xad\\\\x83\\\\x11\\\\x88\\\\xa4z\\\\xb7k\\\\xab\\\\x01\\\\xaf\\\\xd9\\\\xd1\\\\x08\\\\x88\\\\xd2)z\\\\x89\\\\xa1Y\\\\x8cewSEWd\\\\xb8\\\\xd8\\\\x15\\\\x82~\\\\x19\\\\x1a,\\\\xac\\\\x7fo\\\\xdc\\\\xc2\\\\x0b0\\\\x18.\\\\x8cJ\\\\xfd\\\\xed\\\\xa65\\\\xa2\\\\xfa\\\\xee6_KO\\\\xb0\\\\x8cv\\\\x8f\\\\xa8\\\\x05{\\\\xf42\\\\x8e\\\\x15r\\\\xa5\\\\xf4\\\\x95\\\\x1e\\\\xdc\\\\x9c\\\\x9eJ\\\\xe7DBC\\\\xd8Y\\\\x94,\\\\x06\\\\x86`6\\\\xb01\\\\x03\\\\xc3\\\\xec\\\\'\\\\xa5\\\\x89\\\\x89\\\\x93\\\\xc7\\\\x9a\\\\x9a\\\\xb0\\\\xfa-\\\\xec\\\\xb6R\\\\x8b6m\\\\xb44\\\\xa5G\\\\xd5\\\\xbe@=\\\\xc8\\\\x00\\\\x85\\\\x10\\\\x06\\\\x9aytf4aD\\\\'\\\\x17Y\\\\xde/\\\\x14\\\\xb3\\\\xef8\\\\xf8\\\\xa0\\\\x07\\\\x14\\\\x07\\\\x82\\\\xf2\\\\x7f\\\\x0b\\\\x13\\\\x01>\\\\x91\\\\xd7J/\\\\x1c0Mc\\\\xe2\\\\xa4b\\\\xdb\\\\xc9\\\\xe4\\\\xd9]\\\\n\\\\x85\\\\x1b!\\\\x8aP\\\\xed\\\\x01a\\\\x8e\\\\x85g\\\\xc7\\\\xeb\\\\xdb\\\\xef\\\\xeamY%\\\\x874q\\\\x99\\\\x91\\\\x0c\\\\x9c\\\\xbeS\\\\xf1\\\\xdf\\\\x94\\\\xfcW\\\\x07\\\\x83\\\\xca\\\\xe41\\\\xeb\\\\xc6^ql\\\\x14\\\\xd4\\\\\\\\{\\\\xa1A\\\\x005\\\\x95\\\\xcc\\\\x8f\\\\x1e\\\\xf1=[\\\\xbf\\\\xb3\\\\xbbh\\\\x078\\\\xab75A\\\\xb5$\\\\xbd\\\\x99\\\\x16YfVU\\\\xcd\\\\x95\\\\xb0\\\\x82j\\\\xdd\\\\x00zJ\\\\x80\\\\xcf\\\\xe1\\\\x13\\\\xd5H\\\\xdb\\\\xabJ\\\\xaa\\\\xb3\\\\xbdS~7\\\\x15\\\\x91\\\\x91\\\\x8b\\\\x83R[\\\\xf9\\\\xcbn>\\\\xae;\\\\x12\\\\xb6.\\\\x16\\\\x04\\\\xe8\\\\x14\\\\x00\\\\t\\\\xfe\\\\xdaup[\\\\x06<\\\\xcal!\\\\xe9\\\\xc5n\\\\xe5\\\\xb02\\\\xf0\\\\xf2p\\\\xea\\\\xe4\\\\x15p\\\\xb1\\\\xb6\\\\xaa\\\\xfbU\\\\xba\\\\x91X\\\\x02A\\\\x00\\\\x99\\\\x06\\\\x001\\\\'\\\\xfc:\\\\x1b\\\\xbbq\\\\x19\\\\tO\\\\x04\\\\xd9D\\\\xc4t)\\\\x9f\\\\x95\\\\xe4\\\\xf8\\\\xab\\\\xa9\\\\xfe\\\\x9d\\\\xc7\\\\xe2\\\\xd1@\\\\xa9\\\\x98E7;\\\\x87h\\\\x00\\\\xb3\\\\x860Lw\\\\x8f\\\\x1e\\\\xdfY\\\\xbd(\\\\xc8i\\\\x88nl\\\\x88\\\\xdc\\\\x040\\\\tv\\\\xdb?%Z\\\\x1ch+>\\\\x97@\\\\x15SBD(\\\\x92\\\\x00\\\\xfb`\\\\x0e\\\\x95\\\\x12cWUf\\\\xc1\\\\x17\\\\xf8\\\\xef/\\\\x95e\\\\xf4\\\\xd3\\\\xc8\\\\xd9\\\\x15\\\\xb0\\\\x8bCh\\\\xc4\\\\xb4\\\\x02\\\\x92|\\\\xc7x=\\\\xbf}\\\\xbb7\\\\x06\\\\xafRPr\\\\xac\\\\x1bq^\\\\xa7\\\\xaf+\\\\x8f\\\\xaa\\\\xe6\\\\xb2\\\\x03!Bv\\\\xea\\\\t\\\\x90\\\\xc0\\\\x1e\\\\xf1\\\\xe3\\\\xa7\\\\xdaz\\\\x9d\\\\xc5\\\\x97\\\\xfdx\\\\n\\\\xcc%T#\\\\x9e\\\\xe2p~_\\\\xc3\\\\xe6\\\\xfcs\\\\xe4\\\\xd8\\\\xa5\\\\xf8\\\\xec\\\\xfa\\\\xc5Wc\\\\x15!\\\\xaaq?\\\\x85@\\\\x10A\\\\x93\\\\xa7c\\\\xd5\\\\x1d\\\\x0c4\\\\xc8+V\\\\xef\\\\xb1\\\\x18\\\\xaf\\\\x92\\\\x9f\\\\xac\\\\xbf\\\\xa4\\\\x9c\\\\x97\\\\xe9\\\\xe7=f\\\\t\\\\xac\\\\xe4q\\\\x97\\\\x13g\\\\x1b\\\\x97\\\\x13\\\\xbe\\\\xa3\\\\xf8~\\\\xbb\\\\x84\\\\xc1\\\\x1d?o\\\\xb96\\\\xa5\\\\xa2g\\\\xb0\\\\xf3\\\\xed\\\\xea\\\\x16\\\\x9cn8q\\\\x8ej\\\\xa2\\\\xc3\\\\xe3o\\\\x90\\\\x15I\\\\x06\\\\x0b\\\\xd8t\\\\x02>\\\\xa7\\\\xec\\\\xd3\\\\xa7_\\\\xdeB8\\\\x94\\\\x9b\\\\xb7\\\\xc1\\\\xeeV\\\\x17\\\\x19\\\\xc7\\\\xd9\\\\x02\\\\xa0\\\\xa2\\\\xd5\\\\x93\\\\xee\\\\xb1\\\\xfc+\"I\\\\xd0}z\\\\xf3;\\\\x9d\\\\xc0%\\\\xf0Y7\\\\xee\\\\x92\\\\x15\\\\xc3\\\\xf0\\\\xde*\\\\xa1\\\\x9a\\\\xb9V\\\\x81\\\\x8dF\\\\x06\\\\xeb\\\\x98\\\\xa4\\\\x11*4\\\\x1b\\\\x89\\\\x1a\\\\xb4\\\\x90#\\\\xf7u\\\\x87{p\\\\xd2\\\\x15\\\\xeb\\\\xe0\\\\xa2\\\\xccc\"%\\\\xc7j\\\\xf6\\\\xa4\\\\xc1\\\\xb3+76\\\\xdc\\\\x81X\\\\xf5\\\\xb2V\\\\xa8\\\\x04\\\\xa8\\\\xec\\\\x89\\\\xa7\\\\xa6<>\\\\xbf\\\\xb7\\\\xa5\\\\xcaZ\\\\x833t\\\\x1c`\\\\xa4\\\\x91)\\\\x93\\\\x8bb\\\\xb7\\\\xe6e?%g\\\\xe5\\\\xb1q\\\\xfd\\\\x9ck\\\\xf6\\\\x9cZX\\\\x80\\\\x1d\\\\x88\\\\x00\\\\x99:4\\\\xc1\\\\xd4\\\\xf4Zc\\\\x13@\\\\xce\\\\xcc9qU:\\\\x8c\\\\x86\\\\x91\\\\x82n\\\\xe2\\\\xbe3\\\\x8d\\\\xc1b\\\\x8e[7&oU\\\\x1e\\\\xee)R\\\\xa1C\\\\x19\\\\x81\\\\x04\\\\x19\\\\x00\\\\x83>=\\\\xa3\\\\xab2\\\\xb5\\\\xe9y\\\\x16\\\\x14\\\\x7f\\\\xc7^i\\\\x96\\\\xa1\\\\xa7\\\\x1a\\\\xf2B\\\\xbeI\\\\xcfS~\\\\x0b\\\\xa6(`,\\\\x82\\\\xec\\\\xa0ze\\\\xa1UH\\\\x8f.\\\\xdfN\\\\xb8^\\\\xf7-\\\\x88i#\\\\xb7\\\\xc96\\\\xe4\\\\xe9\\\\xe9U\\\\x9e\\\\xeb\\\\x16\\\\xe3M5\\\\x16\\\\xb6\\\\xc6UY\\\\x90w\\\\x9d\\\\x1a{m\\\\x89\\\\x9f\\\\xbf\\\\xa7\\\\xdb\\\\xb4h\\\\xe5\\\\x9d\\\\xc7\\\\xf0\\\\xa9\\\\n\\\\x82\\\\x070\\\\xad\\\\xbf\\\\x81qc\\\\xde\\\\xa3\\\\xdeI\\\\xc4\\\\xc7}\\\\xb7(W\\\\x05\\\\xd5\\\\x8c\\\\xb2\\\\xee\\\\x03C\\\\x1d\\\\x8c\\\\xf8u\\\\xe8\\\\xb6\\\\xd0\\\\xf6m\\\\x8d]\\\\xe8b\\\\xc4\\\\xd3\\\\x0f\\\\x0f\\\\xed[\\\\x1f\\\\x96\\\\xf8\\\\xe7\\\\xff\\\\x00\\\\x9b\\\\x9b\\\\xff\\\\x00\\\\x98\\\\xbf\\\\xfb\\\\xfdG\\\\xf9\\\\x96\\\\xff\\\\x00\\\\xda\\\\x9d\\\\xedG\\\\x87_\\\\xff\\\\xd5\\\\xa0\\\\xb1\\\\xa9\\\\xa2\\\\xf6\\\\xb6\\\\xba\\\\xef\\\\xf6\\\\x99Y\\\\xbd\\\\xca\\\\x14\\\\x08\\\\x04\\\\x82\\\\xeaBXD\\\\xee\\\\xdb>\\\\x93\\\\xaf^f\\\\xd8z/\\\\x870\\\\xc0x+_\\\\xe1\\\\xca0\\\\xae\\\\x0e\\\\xd7%\\\\x94\\\\xb55\\\\x9d\\\\xd5\\\\x8dV\\\\xd0b7I=\\\\xfc\\\\xa0\\\\x1f\\\\x0e\\\\xacY\\\\xf4\\\\x97\\\\xcdil\\\\xc1\\\\xca\\\\xb4T\\\\xf7\\\\xea\\\\x8d\\\\x9f\\\\x9a\\\\xe4\\\\xbf\\\\xa9\\\\xe36\\\\xe1C\\\\x0fn\\\\xb6Ve\\\\xb1\\\\x96C\\\\x98\\\\'\\\\xbbi?\\\\xe3\\\\xd5k\\\\xd2\\\\xd5%[pe)\\\\x93\\\\x92\\\\xa5y\\\\x1c\\\\xdb?<27{,\\\\x88\\\\x1fez\\\\x05\\\\x89`\\\\x17p\\\\'\\\\xf8\\\\x84\\\\xc8\\\\x8f\\\\xd9\\\\xd7K\\\\x98J7L\\\\xa4\\\\xe5\\\\xb8\\\\xc1\\\\x03\\\\xcf\\\\xf7\\\\x13\\\\x02\\\\xfb\\\\xebr\\\\xcc\\\\xd0\\\\x16\\\\xa82\\\\xa2=[\\\\x8e\\\\x84\\\\xc4\\\\x1d?\\\\xc3\\\\xa6\\\\x12#\\\\x05\\\\xa3f\"1\\\\x05\\\\xdc\\\\xaa\\\\x93\\\\x91\\\\xb2\\\\xdb.6\\\\x00\\\\xa8Kz\\\\x94D@\\\\xd0\\\\x90>\\\\xdf\\\\xa7Cm\\\\x8e+R\\\\xc0\\\\x00U.\\\\xf2LmS%\\\\x9d\\\\xa0HX\\\\xd5\\\\x87\\\\x81\\\\x03\\\\xec\\\\xea\\\\xed\\\\x90\\\\xc5hm\\\\x86\\\\x92\\\\x92\\\\xf6\\\\x96b4\\\\x9dd\\\\x1fN\\\\xbd\\\\xbbO\\\\x99\\\\xeb]\\\\xd8-\\\\x97`\\\\xb1\\\\xb4)\\\\xd8+P\\\\x08\\\\x1bL\\\\xf8\\\\x9e\\\\xe7]:\\\\x98>h\\\\xa1\\\\x9b\\\\xa9\\\\x98\\\\x0b\\\\x16\\\\x0b\\\\x1bDPe\\\\xbb\\\\xc7\\\\xdb\\\\xe0@\\\\xe9[\\\\x82\\\\xe1\\\\x86)\\\\x1b\\\\x83F\\\\x08\\\\xde/\\\\x1f\\\\x97\\\\xc9e.\\\\x16&=\\\\x99v\\\\xd8\\\\xe1h\\\\xaa\\\\x95,_\\\\xc8\\\\x82<\\\\t>\\\\x1dR\\\\xb9z6\\\\x83\\\\xc8\\\\xb7\\\\x1c\\\\x95}ZC\\\\xae\\\\xcf\\\\xfd&\\\\xff\\\\x00g\\\\x9c\\\\xc7\\\\xc90\\\\xb1\\\\xb9\\\\xaf\\\\x98\\\\xe6\\\\xb7\\\\x07\\\\x83y\\\\xde\\\\x9cj.\\\\xec\\\\xb7\\\\n$\\\\xc8 \\\\x04\\\\x11\\\\x1d\\\\xfc;\\\\x8e\\\\xb3w\\\\x1b\\\\xcb\\\\xb3\\\\x0e=1\\\\xff\\\\x00\\\\xf2\\\\xfc\\\\x05Z\\\\xe6\\\\xf0e^\\\\xbf\\\\xc2\\\\xee\\\\x8f\\\\x81~\\\\x93~\\\\x9d~\\\\x9aTh\\\\xe1\\\\xb8\\\\x8f\\\\x7f.\\\\x11\\\\xf29l\\\\x9a\\\\xd6\\\\xec\\\\x90\\\\xa4\\\\xea\\\\xaaXzF\\\\xe8>\\\\x90\\\\x07}|:\\\\xa4\\\\x0f\\\\xaa\\\\x95<\\\\xce+6\\\\xee\\\\xe4\\\\x9a\\\\xc8\\\\xab\"\\\\xdc\\\\x9c\\\\x1c\\\\x9aW\\\\xda\\\\tf\\\\xd2\\\\x15\\\\xaa#k\\\\x07:HBV\\\\x04\\\\x9f\\\\x11\\\\xaf\\\\x99\\\\xeb\\\\xa7\\\\x1dqj\\\\xaa\\\\x97.\\\\xd5\\\\xc2\\\\x13fm\\\\xe2\\\\xa6i\\\\x8b7\\\\xb6\\\\xc4\\\\xb0\\\\x86i\\\\nI\\\\x95\\\\x99\\\\x1d\\\\x8cA\\\\xd7\\\\xcb\\\\xa0\\\\x86\\\\xd60b\\\\x0b%\\\\xfb\\\\x92\\\\x91f\\\\xc9H\\\\xc0\\\\xe5y\\\\\\\\\\\\xbc\\\\xd1\\\\x8f\\\\x9c\\\\xcb\\\\xf9Lu\\\\'\\\\x1aD\\\\xdbYS\\\\xb8\\\\x85 \\\\x98\\\\x07S\\\\xfb\\\\x07\\\\x87We\\\\xb8&\\\\xdf\\\\xb6@\\\\xd3\\\\xcdk\\\\xdb\\\\xf9\\\\x01\\\\x1b\\\\x1e\\\\xd9\\\\x15Z\\\\xf393\\\\xf9\\\\x97\\\\xc6\\\\xbf\\\\x1c.\\\\x19b\\\\xa8\\\\xe8\\\\x1bh\\\\r\\\\x00\\\\x86:\\\\x9f?#\\\\xd6}\\\\xb8\\\\xce\\\\xd1iTsYw$%\\\\x82\\\\x1c\\\\xcf\\\\x9c\\\\xa4\\\\xfby\\\\n\\\\xd4\\\\x89%\\\\xac\\\\x00,1\\\\xfaA3\\\\xa0\\\\xed\\\\x03\\\\xcb\\\\xce\\\\xc9\\\\x90\\\\xc5\"G\\\\xc1h[\\\\xf3\\\\xb0\\\\xde\\\\xa6\\\\x05\\\\x8a\\\\x17\\\\x07jj\\\\x01Y\\\\x06#\\\\xb7\\\\x88\\\\xfb;\\\\x0e\\\\xb9\\\\x88g\\\\xa8S\\\\x12\\\\xd8x,/\\\\xb6\\\\x8eEJ\\\\x15\\\\x14\\\\xdf\\\\x0cV\\\\xf2\\\\xc65$\\\\x98\\\\x9d;\\\\xf8\\\\x01\\\\x1e}Lb\\\\x19\\\\x14\\\\xa4\\\\xee\\\\x86Y\\\\x8fV1\\\\xde\\\\n\\\\xae\\\\xee\\\\xc1\\\\xe2,\\\\'\\\\xd1\\\\xa1>\\\\x92A:\\\\x10~\\\\xa7\\\\xae\\\\x9c4\\\\xb9\\\\x14%(P(\\\\xd6;+\\\\xd6\\\\xc3\\\\xdc\\\\xa7d\\\\xb1d;\\\\xd5\\\\x94\\\\xfe\"\\\\xd1\\\\xdfA\\\\xda`\\\\x1e\\\\xaa\\\\xea\\\\x9b\\\\x0658\\\\xf2L\\\\x11\\\\x1d\\\\x8bf.mt\\\\x81NNX4\\\\xb4\\\\xd8\\\\xa5\\\\x95\\\\xb4\\\\x810A\\\\xed\\\\xa7h\\\\xfb\\\\xe7\\\\xaa\\\\x9e\\\\xed\\\\xdd\\\\x7f\\\\xab\\\\x81\\\\x98M\\\\x8cbi\\\\x9fU\\\\x8dU6e\\\\x82\\\\xec;\\\\xd5\\\\x86\\\\xd3\\\\xa30\\\\x95\\\\x12V\\\\x1aO\\\\x97~\\\\xaf\\\\xdb\\\\x8c.\\\\x07\\\\x03\\\\xb9.`\\\\xc4\\\\xb6JA\\\\xaf>\\\\xa2\\\\xa5\\\\xf7\\\\x95\\\\x86k\\\\x8b7i\\\\x9fT\\\\x89\\\\x07\\\\xc3C\\\\xdf^\\\\xa6X>\\\\t`\\\\x10X\\\\xa8\\\\xcd\\\\x93\\\\x9aWp\\\\xa8\\\\x14\\\\xdaf\\\\xbfL\\\\xa8\\\\x07\\\\xd3\\\\xa9\\\\xd7\\\\xf1@=\\\\xba(\\\\xcaQ\\\\xa2\\\\x96\\\\xf0R\\\\xe9\\\\xccz\\\\t,\\\\x96bf\\\\x1a\\\\xfd\\\\xb0jfEda\\\\x10u\\\\x92<\\\\xc4\\\\xeaz1sOGP\\\\xf2Z\\\\x13\\\\x90\\\\xa7\\\\x16Y\\\\xe8\\\\xbe\\\\x97\\\\x04\\\\xecY\\\\x9f\\\\xc4\\\\xa0N\\\\x87\\\\xd3\\\\xae\\\\xbd\\\\xe0\\\\xf8\\\\xc8\\\\xe8u\\\\x18\\\\xe0\\\\x11\\\\x13\\\\x9a\\\\xdc\\\\xbc\\\\x9f\\\\x1bUlj\\\\xc8\\\\xb3\\\\x16\\\\xe1\\\\xfc\\\\xc5z\\\\xf5]\\\\xc2\\\\x06\\\\xaa=>\\\\x12\"t\\\\xef\\\\xe7\\\\xd0F\\\\xfcb@\\\\xab\\\\xa9b\\\\x14v\\\\xc5\\\\xca\\\\xcaau9\\\\xde\\\\xe5\\\\x80\\\\xb0\\\\xb0&\\\\x8ad\\\\xe8Ly\\\\xc6\\\\x82<\\\\xfae&hT\\\\x93Z\\\\xe4\\\\xb2<\\\\x7f#Uo[\\\\x93\\\\xec:\\\\x82\\\\xfbJ\\\\x12\\\\xda\\\\xc8;I\\\\xef\"`\\\\xc4\\\\x0e\\\\xa61 \\\\x1ek\\\\x8b\\\\x922Z\\\\x7f)\\\\x96\\\\xee\\\\x151\\\\xedsX%\\\\x89\\\\x10\\\\x00\\\\xdce\\\\xb5 \\\\x18\\\\x1dG\\\\xb4j\\\\xeb\\\\x96\\\\x96\\\\\\\\\\\\xb4\\\\x15\\\\x1b\\\\x16\\\\xf6\\\\xa8\\\\x88Ri\\\\x01\\\\xe5@ \\\\x08\\\\xd7_\\\\x10\\\\x0e\\\\x9f^\\\\xa9\\\\xdc\\\\xb5x\\\\x96\\\\xc96&\\\\x00\\\\x15*\\\\xac\\\\xca]k\\\\x19X\\\\xec\\\\xe8\\\\xc3t\\\\x95\\\\n\\\\x16\\\\x0e\\\\x9d\\\\xa0\\\\xc1\\\\x13\\\\x1ayGL\\\\xf6dc\\\\xeaz\\\\xa9\\\\x12\\\\x11\\\\xe4\\\\xa3Y\\\\x83~Qm\\\\x95\\\\x82\\\\xa1f\\\\xb0a&`\\\\xeb$\\\\x13#C\\\\xdf\\\\xa1\\\\xb7n\\\\xe0\\\\xc7\\\\x15214\\\\x0bJ7#AZE\\\\x7f\\\\x96\\\\x01w5aA\\\\x92\\\\x08\\\\xfc v\\\\xee5\\\\xf0\\\\xed\\\\xd0\\\\xdc\\\\xd8\\\\xc6r\\\\x04\\\\x8a\\\\xb2\\\\x0fqj\\\\xb5}\\\\xf3P\\\\xb7!l\\\\xb57{j\\\\xcd\\\\xaa\\\\xac\\\\x99r \\\\x08\\\\xfa\\\\x9f\\\\x1dzT\\\\xf6\\\\x15`|\\\\xb8\\\\xfe\\\\x14\\\\xfb\\\\x8c*\\\\x14%\\\\xa6\\\\xecW\\\\x81o\\\\xb8\\\\x8c\\\\x9b\\\\xacQ\\\\xdfh\\\\x92\\\\x14\\\\xe8XI\\\\x11\\\\xd8i=&\\\\xe6\\\\xd6\\\\xe1\\\\x8bc\\\\xd0#\\\\x12\\\\x0c\\\\xebi\\\\xcd\\\\xae\\\\xf5v\\\\xc7\\\\xc6\\\\t\\\\xb2\\\\xbff\\\\xbd\\\\xaa\\\\x14\\\\x05\\\\x0f \\\\x02KO\\\\x99\\\\x9f\\\\xdf\\\\xd2\\\\xac\\\\xedn\\\\xdb\\\\x07T\\\\x1f\\\\x92d\\\\xa4\\\\x0bU+r\\\\x18\\\\xb9n\\\\xafZ.FEA\\\\ni\\\\xddA\\\\xed\\\\xbb\\\\xec w\\\\xea\\\\xe4l\\\\xcc\\\\xbb\\\\xc4\\\\x80\\\\x15B\\\\x1b\\\\t/q)\\\\xa4cX\\\\xd6\\\\xf19-\\\\x98\\\\xb7\\\\xa7\\\\xe5\\\\xef\\\\xdeC%`\\\\x10P\\\\x80v\\\\xea\\\\xc6dv\\\\x1d[\\\\xb2\\\\xc2%\\\\xa2D\\\\x9e\\\\x87\\\\xa2Y\\\\x81\\\\x06\\\\xb5Xd_\\\\x8dI$\\\\xf1\\\\xd9U\\\\x0b+\\\\xda\\\\x8cX\\\\x80K\\\\x03\\\\xba{\\\\xfd\\\\xd0~\\\\xc8\\\\xe8\\\\x86\\\\xac\\\\xd0\\\\xccU{\\\\x87\\\\x9b\\\\x87nA\\\\x16\\\\xe2YQ\\\\x08\\\\xb5\\\\xd0\\\\\\\\9q\\\\xea,\\\\xb2\"Z?\\\\xee\\\\xfd\\\\x9f^\\\\xa0\\\\x97.C\\\\x95\\\\x11:h\\\\x8cY~\\\\xca\\\\xe3\\\\x1c\\\\x82\\\\\\\\\\\\xa1\\\\xaa\\\\x94V\\\\x01\\\\x06\\\\xf3\\\\t\\\\xb7@I2\\\\x1bM>\\\\x9d\\\\x01\\\\'\\\\x93\\\\xfd\\\\x94\\\\xe8S2\\\\xeb\\\\xe5\\\\xb9\\\\xdc\\\\xebs\\\\x13\\\\x8c|\\\\x16\\\\xcc\\\\n\\\\x95cb\\\\xab%h\\\\xa0\\\\x01\\\\xe9H\\\\x81\\\\xb8\\\\x89\\\\xf2\\\\xf0=*\\\\xe4\\\\x8d\\\\xc9\\\\xea1!\\\\xf9`\\\\x9a\\\\xc3\\\\x00\\\\x9dx\\\\x0f\\\\x8d\\\\xf3\\\\x18w\\\\x0b\\\\xb3\\\\x1a\\\\xccf\\\\xda\\\\xbe\\\\xddv\\\\xfa\\\\xacdb5J\\\\xc1!\\\\x8a\\\\x91\\\\xdc\\\\x03\\\\xf5\\\\xf1\\\\xea\\\\xb6\\\\xa9\\\\x02q\\\\xf0O\\\\xb3d\\\\x96\\\\xa2~J\\\\xee&\\\\xf1V\\\\xda\\\\x96\\\\xb7\\\\xae\\\\r\\\\xa5*\\\\xb8\\\\x96F+\\\\xa3\\\\x14,\\\\x08#Q\\\\xa7\\\\xd3^\\\\x9df\\\\x18\\\\x91\\\\x83\\\\xad8B\\\\x95\\\\xc5I\\\\xc1\\\\xe33\\\\xf9k\\\\xaf\\\\\\\\W\\\\xc7\\\\x17&3[\\\\x7f\\\\xe6-\\\\xae\\\\xb5\\\\x85\\\\'U6\\\\x98-#I\\\\xd7\\\\xcb\\\\xa6\\\\xc2\\\\x12\\\\x98#\\\\x93\\\\xa3\\\\xd1\\\\xa8\\\\xbaD\\\\xc9\\\\xca\\\\xc8\\\\xb2\\\\xeaj\\\\xca\\\\xc0\\\\xa9\\\\xad\\\\x0e\\\\x17\\\\x1f%\\\\x00\\\\x0cZ\\\\x0b\\\\x15h#M4\\\\xf3\\\\xeb\\\\x1e\\\\xfc\\\\xe5\\\\x12\\\\x01\\\\x00\\\\xf2)\\\\xb1c\\\\x13 {TT\\\\xf9\\\\xb5\\\\x9c\\\\x17$j\\\\xab\\\\x1e\\\\xfb\\\\x02\\\\x8fP\\\\xad\\\\xbd\\\\xca\\\\xcd\\\\x8c`\\\\x95\\\\r\\\\xdb\\\\xb1\\\\xed\\\\xd51\\\\xba\\\\xbfn\\\\x7f\\\\xa9n\\\\x95Un]\\\\x89\\\\x19b\\\\xb4\\\\xe6\\\\xfc\\\\xa8s\\\\x00\\\\xe6\\\\xfe^\\\\x9a\\\\x95\\\\xd4\\\\xed/Pt\\\\x94\\\\x90\\\\x06\\\\xe8\\\\x10\\\\x0fh\\\\x1f\\\\xe1\\\\xa7\\\\xa0\\\\xda\\\\x19\\\\xc8j1!f\\\\xdf1&\\\\x89J\\\\xceb\\\\xd6k\\\\n\\\\xa7\\\\x1f\\\\x08LT;\\\\xeb$\\\\xed\\\\x1e\\\\xad=1\\\\xf4\\\\x9e\\\\xae\\\\xc6\\\\xe9|E\\\\x12\\\\x00p\\\\x16\\\\x9b2n\\\\xb3\\\\x06\\\\xcc\\\\x91\\\\x89NF\\\\r\\\\x8dQ\\\\xb8VB\\\\x0b&\\\\x02\\\\xb2\\\\x90If\\\\x1a\\\\xea\\\\'\\\\xa7\\\\x19\\\\x92\\\\xdc\\\\x91{2\\\\xd0e\\\\x97\\\\x9a\\\\xdb\\\\x8d\\\\x85\\\\xcc\\\\xe7q6\\\\xf2\\\\xbcg\\\\xc5.<^>A\\\\xc7|\\\\xda\\\\xd5Z\\\\xbfpj\\\\xd5\\\\xc4\\\\t\\\\x953\\\\x1a\\\\xc7O\\\\x8c\\\\'(\\\\t\\\\x01D\\\\x10\\\\x8c\\\\x88 \\\\x04\\\\x0f?\\\\'\\\\x96\\\\xc0\\\\x0bFG\\\\xc7m\\\\xc2\\\\x17\\\\xa2\\\\xa8l\\\\x85d[fv\\\\xc4j\\\\xbd\\\\xb4\\\\xfb4\\\\x1a\\\\xf4\\\\x99j\\\\x144Er\\\\x17-\\\\xb0\\\\x90d\\\\xae\\\\xfc\\\\xcer\\\\xda6c~Zw5l\\\\x95\\\\xeb\\\\xdfV$\\\\x92b\\\\x0c\\\\x11\\\\xfd\\\\xf0:L\\\\xb5\\\\x1c\\\\xd2\\\\xa5u\\\\x91\\\\x1ayl\\\\xdc\\\\x8a\\\\xcd\\\\x946\\\\xc2d\\\\xdbe\\\\xcaV\\\\x0c\\\\x01\"\\\\xb1\\\\x07Y\\\\xd7\\\\xfb\\\\xfb\\\\xf4\\\\xd8>\\\\x19(\\\\xf7M\\\\x14#\\\\xcfs@\\\\x01J\\\\\\\\Ywo\\\\xb5\\\\x94\\\\x12\\\\xe1\\\\x1d\\\\xb6Af\\\\x03O>\\\\xdd\\\\xfa\\\\x13\"T\\\\x19\\\\xc8\\\\x91E\\\\xb7\\\\x0f\\\\x94\\\\xe4\\\\x08\\\\xf7\\\\xf2X\\\\x8a\\\\x19\\\\xe1\\\\xd9\\\\x86\\\\xf6\\\\x02\\\\x18\\\\xb9\\\\x1fQ\\\\xa4k\\\\xa7mz\\\\x98\\\\xda%\\\\x89D.\\\\x10kE\\\\x037\\\\x92\\\\xc9\\\\xc8{o95\\\\xe2+)\\\\xc7\\\\\\\\K\\\\xe48\\\\x03\\\\xb4\\\\xae\\\\xbb`\\\\xc1\\\\x925\\\\xf1\\\\x1dv\\\\xa0\\\\x014Q j\\\\xeb\\\\x0c\\\\x1c\\\\x8f\\\\x7f\\\\xf2\\\\xe8}\\\\x0fX\\\\x06\\\\xdb- nQ\\\\x06t\\\\x04\\\\xeaN\\\\xbd\\\\xb5\\\\xe9\\\\x11\\\\x94\\\\x05G\\\\x01KdJ,y\\\\xfe7\\\\x03\\\\x06\\\\xdc*\\\\xac4Pnk\\\\x1e\\\\x02\\\\xb1v\\\\x11\\\\xf8\\\\x81\\\\xf0\\\\x924\\\\'N\\\\xacF\\\\xecp\\\\x08\\\\xa5q\\\\x81e\\\\x1b\\\\x17\\\\'3=\\\\x9f\\\\xd9\\\\xc7\\\\xba\\\\xd7J\\\\xca\\\\xe3\\\\xb3\\\\xc7\\\\xb4\\\\xa5\\\\t:LH\\\\x12O\\\\xd7\\\\xa5H\\\\x99\\\\x9cM\\\\x14BD\\\\xe2\\\\x14\\\\x8eG\\\\x1b*\\\\xe6U\\\\xb7\"\\\\xbc5\\\\x11\\\\xed\\\\xc3\\\\x82@0T\\\\x05\\\\x98Y\\\\x8f\\\\xf0\\\\xed\\\\xd0\\\\x98\\\\x80\\\\x18\\\\x96\\\\xe3\\\\xee\\\\xa6d\\\\xba\\\\xc7\\\\x1f\\\\x07\\\\x8b\\\\x82\\\\xd7g\\\\xd9\\\\x98I\\\\x02\\\\xca\\\\xf7\\\\x05\\\\xdd\\\\xb4I\\\\x88\"[O.\\\\xa2\"!\\\\xd9\\\\x04`\\\\tb]~\\\\xb2\\\\xdcz\\\\xebz0\\\\xaaeW\\\\x95*\\\\xc4J}\\\\x03H\\\\x12G\\\\xd7\\\\xbfDm\\\\x89\\\\nQp\\\\x90\\\\x05\\\\x99H\\\\xc6\\\\xe4,\\\\xad\\\\x1b\\\\x1d\\\\xf3C{\\\\x95\\\\x96\\\\xab\\\\x19W]@B\\\\x80\\\\xb1\\\\x9dc^\\\\x826\\\\xa9\\\\xcd\\\\x91\\\\xc2\\\\xe4\\\\x80\\\\xa2\\\\xd3\\\\xcc5Y\\\\xb7\\\\xe3\\\\xa5\\\\x14_\\\\xbbb\\\\x9c\\\\x82\\\\xec\\\\xbb@\\\\x13\\\\x02\\\\x06\\\\xefL@>\\\\x7fgN\\\\x9d\\\\xbdA\\\\x97L\\\\xe6\\\\xa1a\\\\xd5\\\\x8b\\\\x85z>HP\\\\x14\\\\xcdz\\\\xc8g\\\\x9fR\\\\x031$\\\\x8dt\\\\xe8#\\\\x16\\\\xcf\\\\x04\\\\x11\\\\xa4\\\\xab\\\\x827\\\\xc5|\\\\xab3\\\\x03\\\\x93\\\\xa33\\\\x8a\\\\xc7\\\\x14\\\\xe5b\\\\x90h}\\\\x88\\\\xd5\\\\x17 hfA\\\\xd4\\\\xe8H\\\\xeb\\\\xa1)b\\\\x02ln\\\\x18\\\\xe1\\\\x9a\\\\xc7;\\\\x95\\\\xa6\\\\xe7\\\\xca\\\\xb7-k|\\\\x8b\\\\x89\\\\xbd\\\\x92\\\\x95\\\\xfe6i$\\\\x85\\\\x10KI\\\\xfay\\\\xf521\\\\x18\\\\xf9 \\\\xf7$K\\\\x9a\\\\xa1G\\\\x954P\\\\xcf^7\\\\xb2op\\\\xadaR\\\\xa0\\\\'\\\\x84v\\\\x04\\\\x0e\\\\xd1\\\\xa4\\\\xfdzSQ\\\\xb3G\\\\xab\\\\x98E\\\\xf8\\\\xac\\\\x0c<\\\\x9a\\\\xf2\\\\xf3yK\\\\xac\\\\xbf+\\\\x1d\\\\xc0\\\\xc3\\\\xc2,\\\\xca\\\\xa6\\\\xb2O\\\\xac\\\\x19 \\\\x11\\\\xa6\\\\x9e1\\\\xf4\\\\xea\\\\xcd\\\\xbbq\\\\x00\\\\xc8\\\\x9a\\\\xf2G\\\\x08\\\\xb8\\\\xe6\\\\xa57/A\\\\xe3W\\\\x89\\\\xc3\\\\xe2\\\\xaa\\\\xa9\\\\xab\\\\xdc-\\\\xe5\\\\x8a\\\\x07\\\\xb4\\\\xb2\\\\x92B\\\\x19>\\\\x03B@\\\\xd3\\\\xa3\\\\x17\\\\x86\\\\x8d\\\\x02-\\\\xd5\\\\x14\\\\xaeQ\\\\x99\\\\x02\\\\xe3\\\\xef\\\\xe40y\\\\ns\\\\xcd\\\\xb6{\\\\x98\\\\x16\\\\x0b\\\\xf1\\\\x96\\\\x951\\\\x00\\\\xc9\\\\x06O\\\\x99\\\\xd3N\\\\x97\\\\x0b\\\\xe6\\\\x0cp!*/\\\\x12\\\\xf1Ey._\\\\x94\\\\xf9\\\\x0b\\\\xdb\\\\x93\\\\x9e\\\\xe6\\\\xb3l\\\\x93f\\\\xe3^\\\\xf05%I\\\\x8f\\\\xf4\\\\x88\\\\x1dM\\\\xcb\\\\xb3\\\\xb9\\\\xea9\\\\xa3\\\\x9d\\\\xc9\\\\x1cV\\\\xccJh\\\\xc2G\\\\xb3\\\\x11\\\\xeb\\\\'\\\\xd3\\\\xefed\\\\xd6F\\\\xe2{*@2\\\\xc7A\\\\xafQ\\\\x1bl]\\\\xe89\\\\xa8\\\\x89`\\\\xe3\\\\x14_\\\\x87\\\\xe4y\\\\xcb\\\\xae~+\\\\x86\\\\xab%\\\\xf32[\\\\xdb\\\\xb6\\\\x9cU;\\\\xacp5.\\\\xcb\\\\xe4\\\\x0cG\\\\xf8\\\\xeb\\\\xd5\\\\x8bfx@c\\\\x8am\\\\xbdsp\\\\x1d\\\\t\\\\xcf\\\\xc4\\\\xcd\\\\xc0\\\\xca\\\\xb3\\\\x13|k\\\\xe4<\\\\x89\\\\xba\\\\x8a\\\\x94\\\\xbdt\\\\x06\\\\xde\\\\xa9l@\\\\x00\\\\xa9R\\\\xa4k:w:\\\\xc7n\\\\xad\\\\xd9\\\\xdd\\\\x97\\\\xa9R\\\\x01\\\\x14\\\\xc52\\\\xf2\\\\xd7-\\\\xfc\\\\x89\\\\xc9\\\\xa9\\\\xb6\\\\xbb\\\\x12\\\\xe1C\\\\x98\\\\x02I\\\\x80\\\\xc5\\\\xbb\\\\x80u#\\\\xbf]\\\\xb9cP\\\\x8d\\\\x8e\\\\xa5W~\\\\xaa~\\\\x9bc\\\\xfe\\\\xa0\\\\xfcE\\\\xa8dF\\\\xe4\\\\xb8\\\\xe1\\\\xee\\\\xe0\\\\xda\\\\xe6\"\\\\xc8!\\\\xa4\\\\xeaL\\\\x8d5\\\\xfai\\\\xd59\\\\xc0L\\\\x18\\\\x9cF\\\\n\\\\xe5\\\\xa2a\\\\x8a\\\\xe2\\\\x1c~\\\\x1f\\\\x9a\\\\xe08\\\\xeec\\\\xe2l\\\\xb4\\\\xd1\\\\x81\\\\xca\\\\xdf]\\\\xfc\\\\x9aYZ\\\\x16{h\\\\'\\\\xdbd\\\\xb5\\\\xc6\\\\xe4\"H0@\\\\xee>\\\\x9dd\\\\xdd\\\\xde\\\\xee\\\\xadY\\\\x9e\\\\xdfH1\\\\x91\\\\x07\\\\x00\\\\xf4\\\\xeb\\\\x97\\\\xf6\\\\x8a\\\\xf6\\\\xd67&.\\\\x03^\\\\x1dm\\\\xe3\\\\xbe)\\\\x83\\\\xf9kT\\\\xe5\\\\xfb%\\\\x10\\\\xc2\\\\x01;\\\\xec\\\\xda\\\\x18\\\\x10\\\\xc4\\\\xc4k\\\\x125\\\\xfau\\\\x8c\\\\x0c\\\\xee\\\\x033\\\\xd7\\\\xcb\\\\xc3\\\\x1e\\\\xf4\\\\x99\\\\xed\\\\xdb\\\\x1a\\\\xa0\\\\xf6!\\\\xae\\\\xba\\\\xeb\\\\xa8{\\\\x88Y\\\\xd5\\\\x89\\\\x04n\\\\x1d\\\\x80\\\\n\\\\t\\\\x91\\\\x1a}\\\\xfdW\\\\x04\\\\x12\\\\xe5W\\\\x94Li\\\\x92\\\\xc7\\\\x07\\\\x8b\\\\xb3\"\\\\xfaM\\\\xa8\\\\xd8\\\\x94\\\\xdc[{\\\\xb0\\\\xd0\\\\xac\\\\xed$\\\\x02Gc\\\\xa7\\\\x9f\\\\xdd\\\\xd3\\\\xf5\\\\x07\\\\x00\\\\x9a\\\\x1c\\\\xd0[\\\\xdb\\\\xc8\\\\x97l\\\\x028\\\\xd7`qak\\\\xc7\\\\xb1n\\\\xd1\\\\ru#\\\\x96\\\\x15\\\\xed\\\\x82T\\\\xc4\\\\x0fQ\\\\x1e\\\\x07\\\\xa1\\\\xbc%\\\\xab\\\\x17\\\\x1d\\\\r<\\\\x7f\\\\xa5n\\\\x17#\\\\x01\\\\xd7\\\\xb1\\\\x0e\\\\xf9\\\\x07?\\\\x97\\\\xc8WX;\\\\xea\\\\xa2\\\\xb5\\\\xd8\\\\xb8\\\\xc1\\\\x98&\\\\xe3\\\\xab\\\\x11\\\\xea\\\\xd4\\\\xcfN\\\\xd6o\\\\x11\\\\xa9\\\\x80\\\\x1e\\\\x1c\\\\x15^\\\\xed\\\\xe2\\\\x03\\\\x8e?\\\\xa5\\\\x07\\\\x8c\\\\x17\\\\xdf\\\\x87a\\\\xb8\\\\xfb\\\\xb4\\\\x80\\\\xde\\\\xc5e\\\\xb7\\\\x12\\\\xcc\\\\x0c\\\\x98\\\\xd0m\\\\xd7\\\\xb1\\\\xef=Z\\\\x8b\\\\xc8i\\\\x02\\\\x83\\\\xae\\\\x07\\\\xf0\\\\xba!\\\\xdd\\\\xf3\\\\t\\\\xaf\\\\xe3?\\\\r\\\\xc8\\\\xcb/g#\\\\x8e\\\\xf5*\\\\x80\\\\xe9}\\\\x8d\\\\xa2 ;\\\\x9bI\\\\xd0\\\\x92\\\\xdfn\\\\x9au\\\\xad\\\\xb6\\\\xb1\\\\x1b1\\\\x12\\\\x9e8\\\\x84\\\\xb1\\\\x17:M2\\\\xedW\\\\xff\\\\x00\\\\x0b\\\\xc1Q~:/\\\\xb4\\\\xd4`V\\\\x02\\\\xaeBJ\\\\x85\\\\x8dK1\\\\xfe/8\\\\x11\\\\xe1\\\\xd0\\\\xce\\\\xfe\\\\xb2k\\\\xfcq\\\\xd8\\\\xacB\\\\xc5j\\\\x9d?\\\\xa7\\\\xfc\\\\x7f\\\\xff\\\\x00\\\\xaeo\\\\xfeb\\\\xff\\\\x00\\\\xefu\\\\xdf\\\\xe5\\\\x8f\\\\xf7\\\\x0f\\\\x00\\\\x8b\\\\xfcq\\\\xfe\\\\xd5\\\\xff\\\\xd6\\\\xa7\\\\xf8\\\\x8e\\\\x0e\\\\x8b]\\\\xed{\\\\x1d\\\\xf2,q\\\\xf9m\\\\x8a\\\\xb5\\\\xb0\\\\x00\\\\x82\\\\xda\\\\x90\\\\xac\\\\xc1g\\\\xc0\\\\xc7X\\\\x02 \\\\x0e\\\\xab\\\\xe2V-9\\\\xaf:+\\\\x0e\\\\x9b\\\\xb1x\\\\x8e5\\\\xear\\\\x94Z7mR`\\\\x95\\\\x94;b5\\\\x1aL\\\\xf42\\\\x97\\\\xb7\\\\x06\\\\xc4\\\\xadh\\\\xc8Z\\\\x8dUQ\\\\xcdq\\\\xb4\\\\xe5\\\\xad\\\\xcd\\\\x8f\\\\x97U\\\\tj\\\\xbb\\\\xa5\\\\x85\\\\xc7\\\\xb8\\\\x17\\\\xf0\\\\xce\\\\xd1\\\\xb8\\\\x15 \\\\xfdg\\\\xee\\\\'\\\\xa4\\\\x80\\\\xe2\\\\xb8\\\\xac\\\\xfb\\\\xb0\\\\x8c\\\\xb0!V9_\\\\x1d\\\\xa7\\\\x06\\\\xbfz\\\\xc3`|`\\\\xd0k\\\\xac\\\\rKC+\\\\x86]\\\\n\\\\x83\\\\xac\\\\xb7S\\\\xa4\\\\xb3\\\\x8cT\\\\xd9\\\\xdb\\\\x81\\\\xfbQ\\\\x92\\\\x0f/u7q\\\\xf6%+\\\\xb3\\\\xda%\\\\xad\\\\xb6\\\\xc9_\\\\xe5\\\\xa9\\\\x86\\\\x1bv\\\\xe8I\\\\x11\\\\xa9\\\\x83\\\\xf7u\\\\xd3i2td\\\\x08feJ\\\\xe6\\\\x85kZ[\\\\xd47\\\\x0b\\\\x00\\\\x13\\\\xdb\\\\xee\\\\xd0\\\\x9e\\\\xa6\\\\xc4\\\\x83:\\\\xd9\\\\xb2\\\\xe0%\\\\xac\\\\xd0#\\\\xfeY*\\\\x18A\\\\x12c\\\\xc6t\\\\xff\\\\x00\\\\x1e\\\\xafZ<\\\\x96\\\\x8d\\\\x93\\\\xd5)\\\\xdd\\\\x1e\\\\xeb\\\\x05`LD\\\\xf7\\\\xfau\\\\xa9\\\\x0f\\\\xd5j\\\\xc3\\\\xf5^UO\\\\xb8G\\\\xd5\\\\x80\\\\x13\\\\xe3\\\\xe3\\\\xd4\\\\xcezT\\\\xcezS\\\\xa7\\\\xc7\\\\xb8,\\\\xce_/\\\\x0f\\\\x8c\\\\xc2\\\\xc69\\\\x19\\\\x99v\\\\x85\\\\xa6\\\\x95\\\\x06Y\\\\x8bDi\\\\xe1=e\\\\xee\\\\xb7\"\\\\x15\\\\xe7@\\\\xb3\\\\xef]\\\\x0eI4e\\\\xf5O\\\\xf4[\\\\xf4_\\\\x87\\\\xfd3\\\\xe2\\\\xe8\\\\xcb\\\\xce\\\\xc3\\\\xc7\\\\xe4\\\\xbeE\\\\x94\\\\x05\\\\x99\\\\xb9\\\\x86\\\\xbd\\\\xcd@#\\\\xfeR\\\\x86\\\\xd4\\\\x00tbF\\\\xbdf\\\\xcaY\\\\x92\\\\xe5c\\\\xde\\\\xdc\\\\x19\\\\x1a\\\\xab\\\\xf5\\\\xed\\\\xc8\\\\xb9\\\\x10\\\\xd7Y\\\\xde\\\\xa4\\\\x9cx%\\\\x99\\\\xcaN\\\\x84\\\\x10d\\\\xc1\\\\xfb|F\\\\x9d.\\\\xa7\\\\xaa\\\\xa0o\\\\x12TQvQeKT:\\\\xbbz\\\\x8b\\\\x10\\\\x18\\\\x00\\\\xc5\\\\x8c\\\\xb6\\\\x87l\\\\xb4\\\\x90u:t \\\\x87`\\\\xbb\\\\xd5,y\\\\xaf\\\\xdf\\\\x976\\\\xbe\\\\xecr\\\\xcfv\\\\xd1\\\\xab\\\\x81\\\\xf8\\\\x86\\\\x84\\\\x92b\\\\x04\\\\x01\\\\xaf\\\\xd9\\\\xd3\\\\x08\\\\x034%\\\\x9de\\\\x9bu\\\\xd6)\\\\x198B\\\\xb7Pw4\\\\xc3\\\\xb4\\\\xf9\\\\xa9\\\\x90#\\\\xa5\\\\xbd+\\\\x82\\\\x10iL\\\\x94z)s[\\\\xb8cY\\\\xa4I\\\\xdd+\\\\x02F\\\\xd5\\\\x04\\\\x90\\\\t1\\\\xdb\\\\xc0}\\\\x9d2U\\\\x08\\\\x8c\\\\xc3-\\\\x95cd\\\\x80\\\\x8b\\\\x07\\\\xda(\\\\x0bQs\\\\x0fZ\\\\xc8YY \\\\x98\\\\x88\\\\xd7\\\\xb7\\\\x80\\\\xe8C\\\\xb2\\\\xed,iU\\\\x9ba\\\\xde\\\\xef\\\\x16\\\\x17K\\\\xf45\\\\'\\\\xa8\\\\x1d\\\\xab\\\\x13\\\\xa9\\\\xd5@\\\\x11\\\\xa0\\\\xf0\\\\xe8e\\\\x00J\\\\xefQ\\\\xa2\\\\x8f\\\\xb73\\\\x145e\\\\x92\\\\xc2W\\\\xf9c\\\\xbc\\\\x12\\\\xb0\\\\xac\\\\xd0~\\\\xb3\\\\xdf^\\\\x8d\\\\xa4\\\\x07U\\\\x1a|\\\\x16\\\\x97\\\\xa0:]\\\\x90im\\\\xccD\\\\x98\\\\x8d\\\\x8b\\\\xa0&uS?O\\\\x1e\\\\x81\\\\x98`\\\\xa4\\\\x92\\\\xec\\\\x14K\\\\xa9\\\\xca\\\\x0bI6Y\\\\xec\\\\x99Lt\\\\xc8\\\\x1b\\\\xa65P\\\\xc1{\\\\t\\\\x83=D\\\\xa5&w\\\\\\\\\\\\xc4,\\\\x9f\\\\x05\\\\x9d\\\\x00\\\\xf6}\\\\xbbT\\\\x90\\\\xdb\\\\x1c28\\\\x80v\\\\xea\\\\t\\\\xd6$}>\\\\xce\\\\x84\\\\xfa\\\\xa2\\\\x17\\\\x19f\\\\xd4X.&mQ8\\\\xc9{\\\\x86\\\\xd5\\\\xbc\\\\x08a\\\\xa1\\\\xd7\\\\xc5A\\\\xeaD\\\\x08/\\\\x17F\\\\x0b\\\\xd4\\\\xa8\\\\xca\\\\x88\\\\x87\\\\xdd|kq\\\\xde\\\\x19C\\\\'\\\\xa7wh\\\\x7f\\\\xf4\\\\xc8$\\\\xf7\\\\xf1\\\\xe8\\\\x88.\\\\xe8\\\\x1d\\\\xd7\\\\xe4\\\\xe5m\\\\xabb[\\\\x8e\\\\xf9h\\\\xe0*\\\\xd8\\\\xcb\\\\xea\\\\xf0$\\\\x90\";O\\\\xf6\\\\x8e\\\\xbas1\\\\x18:\\\\xe1R\\\\xbf\\\\\\\\\\\\xf4\\\\x8d\\\\xb9\\\\xd4\\\\xe4X\\\\xa0\\\\x10`K\\\\x85\\\\xd0\\\\x82u\\\\x8e\\\\xfaL\\\\x13#S\\\\xd0\\\\x10\\\\x0f\\\\xa8\\\\x96R\\\\xcdFP29l\\\\xa6aF\\\\xe4B\\\\x84{mf\\\\xea\\\\xdaT\\\\x80B\\\\xcf\\\\x88\\\\xd3\\\\xc3\\\\xef\\\\xea\\\\x0c\\\\xc9\\\\xa1-\\\\xda\\\\x11\\\\x18\\\\xbeK-\\\\xb9\\\\xefR*dT\\\\xf5\\\\xd8YU\\\\x90\\\\xa5\\\\xa4\\\\xc6\\\\xa0\\\\x15\\\\x04\\\\xc91\\\\xdc\\\\x9e\\\\xa7L\\\\xa2\\\\t\\\\x12]B\\\\xb6c\\\\xe6_\\\\x8f\\\\xe8\\\\xca\\\\xa9\\\\x1e\\\\x8a\\\\xe0N\\\\xa6\\\\xbb\\\\x02\\\\xea\\\\x14\\\\xb4I\\\\x9d\\\\xd1\\\\x00\\\\xfd\\\\xb1\\\\xafP.\\\\x13\\\\x1e\\\\xaa\\\\x04@4\\\\ne\\\\xb7&:\\\\xd7v\\\\r\\\\xab\\\\xb9O\\\\xa9X@V:\\\\x97=\\\\xccu\\\\xccA\\\\xa1](6!G~i\\\\xee\\\\x07\\\\xdc\\\\'\\\\x1d\\\\xd4\\\\x15\\\\xf7\\\\x01\\\\x85$\\\\x82\\\\x01\\\\x9d\\\\x0c\\\\xcf\\\\x97~\\\\x88\\\\x1a\\\\xbb\\\\x80\\\\xa0\\\\xc8\\\\xa8\\\\xe6\\\\xec\\\\xb6\\\\xb5\\\\x02\\\\xe4~cU\\\\x06\\\\xc5;H- \\\\xc0\\\\xdb\\\\xb6G\\\\xd3\\\\xa9&t.\\\\xc1\\\\x08\\\\x8f\\\\x92\\\\x99e\\\\x99\\\\x96\\\\xff\\\\x00$=\\\\x94\\\\x1d\\\\x85+\\\\xca\\\\xdd\\\\xae\\\\x91\\\\xac/\\\\x81\\\\x91>}@\\\\xbae\\\\x9e\\\\x18\\\\xff\\\\x00i\\\\x9ad\\\\xa0^\\\\xdc\\\\xae=U\\\\xd9s=uY)]\\\\x93\\\\xa5\\\\x8a\\\\x9d\\\\xe2t\\\\xd0\\\\x8e\\\\xe3S\\\\xd4\\\\xeb\\\\x94\\\\xa2;W6\\\\x9a\\\\xa9\\\\xf8\\\\x9c\\\\xaa.;Wa\\\\x0fk\\\\x12A}\\\\xca\\\\xbd\\\\xf7\\\\x01\\\\xaf\\\\x91>\\\\x1f\\\\xdf\\\\xd1\\\\x17f\\\\x18\\\\xa9\\\\x13!\\\\x0c\\\\xcf\\\\xca\\\\xe5\\\\xed\\\\xbe\\\\xc7\\\\x17\\\\xd4m@w.\\\\xe2A\\\\xd7r\\\\x92<4\\\\x11\\\\xe9\\\\xd6>\\\\xb1\\\\xd0\\\\x99\\\\xc8I\\\\x89P \\\\x19\\\\xf9\\\\xad#\\\\x95\\\\xce[-\\\\xad\\\\xe8k\\\\x01\\\\x07f\\\\xe1\\\\xac\\\\xae\\\\x80\\\\x08\\\\xd2~\\\\x9d\\\\xbc\\\\xfa8\\\\xdd8f\\\\xa0A\\\\x85T+\\\\xb9\\\\xcb\\\\xc2zl/vI\\\\x80\\\\xb1\"O\\\\xe1\\\\x0c\\\\xd0H\\\\xdcH\\\\xd3\\\\xf6\\\\xf5\\\\x06\\\\xe4\\\\x88d\\\\x0cE1[\\\\xb1\\\\xf2yVW\\\\xb2\\\\xfai5J)\\\\x02\\\\xad\\\\xf2\\\\xcd\\\\x1f\\\\x84\\\\x8e\\\\xe7\\\\xe9\\\\xda>\\\\xbd\\\\x16\\\\xa9\\\\x93AD@\\\\xb6*6V\\\\x7f#]\\\\xcfbW}\\\\x8a\\\\x90*\\\\xc7U\\\\xf4\\\\x99\\\\xed\\\\xb5\\\\x8a\\\\xc7c\\\\xfbz\"NhK\\\\xd5h\\\\\\\\\\\\xef\\\\x93\\\\x83c\\\\x8cfJ\\\\xe0{r\\\\x14\\\\xb0\\\\xd3P\\\\xc6`\\\\x13\\\\x1a\\\\xf9v\\\\xea$dG$\\\\xbdR\\\\x15d{\\\\x0b/\\\\x9b\\\\xc9U\\\\x19t\\\\xae\\\\xdd\\\\xe6[@\\\\xe8\\\\x86&\\\\'S\\\\xdc\\\\xf7\\\\xeb\\\\xa0d\\\\x98$Ym\\\\xb52\\\\x98\\\\x1a\\\\xf0\\\\xab[\\\\x95\\\\tz\\\\xd8\\\\xa7\\\\xa8\\\\x98$\\\\xec?\\\\x88\\\\x11\\\\xd4\\\\xc8\\\\x1c\\\\x8a\\\\x02\\\\\\\\\\\\xd5F\\\\xa1\\\\xb9\\\\xc7\\\\xb9\\\\xce\\\\xea\\\\x03\\\\xadk\\\\x1b\\\\xb6\\\\x06\\\\xd7S\\\\xa1\\\\x05\\\\xbcd\\\\xe93\\\\x1a\\\\xf8t\\\\xa9j\\\\xecRE\\\\x1cU7q\\\\xd9\\\\x9c\\\\xc6!d<\\\\x9dH\\\\xae\\\\xea$\\\\xacB\\\\x8d\\\\xab;\\\\x98hA\\\\xe9s\\\\x8c\\\\x80\\\\xac\\\\x9d\\\\x10 \\\\xd4\\\\x06O\\\\x1c_\\\\xc8\\\\x13\\\\x17$.\\\\x1f>\\\\xf6\\\\xdbXK+f+\\\\n\\\\xde0\\\\xa2Dk\\\\x1fluZ\\\\xe9\\\\xd3\\\\xea\\\\x05\\\\x99hm\\\\xee\\\\xc9\\\\x80z,\\\\xa9\\\\xc6\\\\xb6\\\\xfbl\\\\xcd{\\\\x8b!u\\\\xba\\\\x97G\\\\x97J\\\\x98\\\\xc6\\\\xe0L\\\\xb0\\\\x13\\\\xdat\\\\x1d*\\\\xcd\\\\x87&NV\\\\x93\\\\x99\\\\x0e<\\\\x16\\\\xf6\\\\xdc\\\\xe7\\\\xdcW\"\\\\xa0\\\\xe4Uk h\\\\xd0\\\\t\\\\x05\\\\xb6\\\\xfa\\\\x80\\\\xd3\\\\xd4c\\\\xc4uvZ\\\\xb18%\\\\x02H\\\\xea\\\\x86d\\\\xd1R[[\\\\xe7P\\\\xcbB\\\\x96p\\\\xacI\\\\x05gP\\\\\\\\\\\\x9e\\\\xe3\\\\xc8\\\\xb0\\\\xd0\\\\xf8uJ\\\\xfd\\\\xb8\\\\x90\\\\xf8\\\\xa1\\\\x94\\\\xc8\\\\x1d\\\\xaa\\\\xa7\\\\xf9\"\\\\xf1\\\\x196\\\\xda\\\\xd8yW`\\\\'\\\\xb8?4,@{\\\\x13\\\\x1d\\\\x8c\\\\xeb3\\\\xa0\\\\xd2:V\\\\xdcF22\\\\x87\\\\x1d\\\\x16e\\\\xe9?D\\\\x9bU\\\\x99\\\\xaa-\\\\xc3\\\\xaf/\\\\x15\\\\xb1}\\\\xd3\\\\x90\\\\xb8\\\\xd60d\\\\xf7Ga\\\\x1b\\\\x8c\\\\x1f\"@\\\\x06:\\\\xd3\\\\x8d\\\\xddXa\\\\x8b~R\\\\t*\\\\x1e>G\"\\\\x99\\\\xc35\\\\xf8\\\\xdcK\\\\xea;\\\\xc3!\\\\x04TF\\\\xd6Y\\\\x85\\\\xd3A\\\\xea\\\\x12bz;S\\\\x118\\\\x07>\\\\nIr\\\\t\\\\x14\\\\x0b\\\\x1c\\\\xfa9#6\\\\xd4\\\\xe1\\\\x17t\\\\xaa%\\\\xbb\\\\x80 A(D\\\\x88\\\\xd7\\\\xc0\\\\xfe\\\\xde\\\\xa4\\\\xdc\\\\x07\\\\x10\\\\x8aN\\\\\\\\\\\\x8af\\\\xa0b\\\\xe7s8\\\\x07n.^V5\\\\x94\\\\xba\\\\xba\\\\x8a\\\\xeedVq\\\\xac\\\\x95\\\\xd0n\\\\xdb\\\\xdb\\\\xd2c\\\\xa2\\\\xf7\\\\x00\\\\r\\\\x13\\\\x81\\\\xe6\\\\x94%8P\\\\x16G\\\\xf3y\\\\xfe\\\\x7f=i\\\\xab\\\\x92\\\\xce\\\\xb76\\\\xbc5\\\\xf6({^v\\\\xa3\\\\x10@P\\\\xc0\\\\x90\\\\t\\\\xd6N\\\\xbf\\\\xbb\\\\xa1\\\\xbdrs\\\\xff\\\\x00Wzl\\\\xafNL&]\\\\x92\\\\xc6w6\\\\xf58Aj\\\\xb3\\\\xa5j\\\\xe5^\\\\xb9([S\\\\x00x\\\\x13=\\\\xbbG~\\\\x94\\\\xe0\\\\xe7VI2\\\\xab\\\\xe4\\\\x16\\\\xdcl\\\\xac\\\\xdc\\\\xda\\\\xd9\\\\x96l\\\\xc9\\\\x03\\\\xf9\\\\x15\\\\x9a\\\\xc2\\\\x82\\\\x8b$1\\\\xfc@\\\\x1d5\\\\xef?N\\\\x8e&A/Q!o\\\\xfc\\\\xd6mL\\\\x8b\\\\x93^;P\\\\xa6\\\\x16\\\\xa2\\\\x19\\\\x81\\\\x11-\\\\n\\\\xb07k\\\\xa4x\\\\x8e\\\\xa6D\\\\xb36(\\\\xa1\"\\\\xfd\\\\x02\\\\xdcr\\\\xf1\\\\xdd\\\\x85U\\\\xe3\\\\x16)\\\\x08\\\\x0e\\\\xbbIi\\\\xf1\\\\x03@\\\\x00$\\\\x91\\\\xe3\\\\xd2\\\\xa7)\\\\xe7\\\\xc7\\\\xe1:3\\\\x89\\\\xc0U\\\\x94\\\\xf1\\\\x85\\\\x84\\\\xd5\\\\x9c\\\\x8c\\\\xcd\\\\x98\\\\xd4o\\\\x0e\\\\xc1\\\\xe0\\\\x97&\\\\x01\\\\x12$\\\\x00u\\\\xed\\\\xaf\\\\x89\\\\x89\\\\x8e\\\\xbavu\\\\x1f\\\\xfcsE\\\\x1d:\\\\\\\\\\\\xf9\\\\xa1y\\\\x1co\\\\x0e+&\\\\xab\\\\xfd\\\\xc5\\\\xd1YX\\\\x96X#FR;\\\\x11\\\\xafa\\\\xa4k\\\\xdfQ\\\\x10bP\\\\xdc\\\\xd2@\\\\x0b*8\\\\x87FQJ\\\\xad\\\\x81\\\\x1c)\\\\xc8\\\\xb4nP\\\\xe4\\\\x12\\\\'Mt\\\\xf3\\\\xfe\\\\xf8\\\\xea\\\\xc8\\\\x00W>\\\\xa9F\\\\x12&\\\\x88\\\\xb5\\\\x1cE\\\\xe7\\\\x8d\\\\xca\\\\xbd\\\\xf9\\\\xbca\\\\xf9;k\\\\x15\\\\xf1\\\\xdb\\\\x82\\\\xdbmD\\\\x19j\\\\xd3Y\\\\x00\\\\x88$\\\\xfd4\\\\xe8\\\\xc4h\\\\xfa\\\\xa8\\\\x8cA\\\\x87T8\\\\xf19\\\\x99\\\\xc6\\\\xcb,/s\\\\xa2B\\\\x02\\\\xde\\\\xd8?\\\\xc5\\\\xa2\\\\x92d\\\\xe8F\\\\x9a\\\\xeb\\\\xd40%v\\\\x83,V-\\\\x81}\\\\x0c7\\\\xd5J\\\\xa9\\\\xdc\\\\n\\\\xcb3\\\\x04:\\\\x08}\\\\n\\\\xfd\\\\xde\\\\x11\\\\xd7\\\\x00\\\\xc6\\\\xa4 01ZZ\\\\xab\\\\xeb}^\\\\xcbC\\\\xcf\\\\xad\\\\x99`\\\\t\\\\x93\\\\xe9X\\\\xd0x\\\\x08\\\\xd6z\\\\xe9\\\\x14 ,V\\\\x9c\\\\xeb\\\\xec\\\\xacb\\\\xe2\\\\xd5\\\\x8c\\\\xc5\\\\xa3qb\\\\xcc\\\\xc6_O.\\\\xae[\\\\x99\\\\x88\\\\xa1`\\\\x9fn\\\\xe9\\\\x83\\\\x98\\\\xd1\\\\xd7\\\\xecNC\\\\xe2\\\\xd9\\\\xb8\\\\xfc\\\\x82\\\\xe6Zry+\\\\x9c\\\\xfeY\\\\xf7\\\\x96\\\\xa9\\\\xd9\\\\xbcI\\\\xf1\\\\x1e0G\\\\xd7\\\\xbfQ\\\\x1b\\\\x96\\\\xa6\\\\rj\\\\x9at\\\\x90D\\\\xb1Q\\\\x035\\\\x18\\\\xa6\\\\xbbE%o\\\\x1b\\\\xf6\\\\x86\\\\x8d\\\\xb0\\\\'j\\\\xeauq\\\\xa4\\\\xeb\\\\xdbC\\\\xd5i\\\\x8c\\\\x8aM\\\\x00,\\\\x97\\\\x7f.\\\\x1e\\\\xd1g\\\\xa4\\\\xa1\\\\x12\\\\xb5\\\\x93\\\\xbc\\\\xa8_\\\\xc3;\\\\xbcd\\\\xf7?\\\\xbf\\\\xa8\\\\x8d\\\\xaa\\\\xbe.\\\\xab\\\\xca\\\\xb4\\\\xa2=Fm\\\\x16\\\\x8a\\\\xe9\\\\xba\\\\xb5\\\\xacRYR\\\\xa5bF\\\\x90\\\\xd1\\\\xb9\\\\xa4\\\\x8f\\\\t\\\\xfa}\\\\xbdIgc\\\\x8ax\\\\x9b\\\\x04q\\\\xb9J\\\\xf1\\\\xf1\\\\x02\\\\xe3W.\\\\x08e+;\\\\xd55\\\\'p\\\\xd7\\\\xb4\\\\xe9>}*s\\\\x18\\\\x02\\\\x89\\\\xf4\\\\x86Z\\\\xf0/\\\\xca\\\\xba\\\\xda\\\\xc36\\\\xe5g\\\\x01P\\\\x87\\\\xf74\\\\xf0\\\\x00\\\\x991\\\\xe1\\\\x07\\\\xfc\\\\xba\\\\x01\\\\x13);\\\\xa5\\\\xb9*\\\\xd8\\\\xa8\\\\xd61\\\\xd6\\\\xb4y5\\\\x93g\\\\xb9\\\\x1e\\\\xad\\\\xc1@\\\\xdb\\\\ncS\\\\xfc_N\\\\xdd\\\\x1c\\\\x89\\\\x0c\\\\xcc\\\\xae\\\\xdb\\\\xc2\\\\x8b\\\\x98?[1p8\\\\xac\\\\x8c>E\\\\xabT\\\\xfc\\\\xc0foF\\\\xad\\\\xba} \\\\x18\\\\x83\\\\xdc\\\\xc1\\\\xef\\\\xd6W\\\\xcb\\\\xcc\\\\xdbm%\\\\x9e\\\\x86\\\\x8f\\\\xc7\\\\x8a\\\\xb1\\\\xef4U1\\\\x8b\\\\xc9`e\\\\xbac\\\\n\\\\x8dL\\\\xab\\\\xb9\\\\x1b\\\\xd2I=\\\\xd8)\\\\x02`\\\\r>\\\\xc1\\\\xdf\\\\xacHoM\\\\xc2\\\\x04\\\\xe2\\\\xc1\\\\xb2\\\\xe7\\\\xf6\\\\x08ApI*q\\\\\\\\\\\\x1c\\\\x1a[/6\\\\xba\\\\xeag\\\\nq\\\\xf2\\\\x10\\\\t\\\\xad\\\\xc2\\\\x95&\\\\xb8\\\\xd0H\\\\x83\\\\xac\\\\xcck\\\\xe3\\\\xd3c\\\\xedB\\\\x0f0\\\\xc6X0\\\\xfa2\\\\x19\\\\x8aS\\\\xcdV9\\\\xfc\\\\xf2\\\\xdb\\\\x92j\\\\xc0%+6\\\\xb1\\\\xad\\\\xc0\\\\x05\\\\xbdZ\\\\x02\\\\xe0\\\\x08\\\\x80\\\\x00\\\\x04\\\\x0e\\\\xaa\\\\xc6\\\\xc0\\\\x15\\\\xc9\\\\xe8\\\\xe9W\\\\xaf\\\\x93H\\\\n\\\\x85\\\\xad+8\\\\xa8y\\\\x1c\\\\xb1R\\\\\\\\\\\\xe0\\\\xecZ\\\\xc8t\\\\x91\\\\xa1 \\\\xa8\\\\x10F\\\\x9f\\\\xf0\\\\xe9\\\\xb7 \\\\xee\\\\x01\\\\x07\\\\x05Xs\\\\x97^\\\\xde\\\\n\\\\x1dr\\\\xdd\\\\x92\\\\xf5\\\\xe3\\\\xb5F\\\\xc7\\\\xb17\\\\xd7\\\\xb7y\\\\xdc\\\\xc3R4\\\\x1d\\\\x8ci\\\\xd8GEb\\\\xd82h\\\\x9e\\\\x94\\\\xcdt\\\\x84\\\\x80\\\\xa8\\\\xf1\\\\xc9Y?\\\\x11\\\\xf8\\\\xb3\\\\xff\\\\x00\\\\xd3[\\\\x9fK\\\\xd8\\\\xd6\\\\x0f\\\\xe5\\\\x00\\\\x80\\\\x02\\\\xcb\\\\x00\\\\x10@\\\\xfc3\\\\x03I=m\\\\xedb-H\\\\xb8w\\\\xf0E\\\\xa40/U\\\\xd1|\\\\x7f\\\\x03F}4\"c\\\\xd7\\\\x82q\\\\xab-k\\\\xef/\\\\xefm\\\\nY\\\\xc7x\\\\x90b;\\\\xf4[\\\\xcb\\\\xc6Q\\\\x04b(G\\\\xe1Y\\\\x8d\\\\xbfp\\\\x06\\\\x15J\\\\x7f=\\\\xfdG\\\\xe3~#\\\\x83g\\\\x17\\\\x81J\\\\xe5\\\\xe5{M\\\\x8fF,\\\\x89\\\\n\\\\xfao\\\\xf0+\\\\x06\\\\x013\\\\x07\\\\xa1\\\\xd9|u\\\\xdd\\\\xec\\\\xaa\\\\x0cc\\\\x83\\\\xf3\\\\x1d\\\\x16\\\\xc5\\\\x8d\\\\x94\\\\xa7\\\\x80\\\\xa7>\\\\x02\\\\xe6O\\\\xff\\\\x00H\\\\x9f8\\\\xff\\\\x00\\\\xcb\\\\xab\\\\xff\\\\x00\\\\x9c?\\\\xf7z\\\\xf4\\\\xdf\\\\xfa\\\\x0b|\\\\x96\\\\xa7\\\\xfe\\\\xbe\\\\xdf\\\\xfb\\\\x8a\\\\xff\\\\xd7]kq8\\\\x0e0\\\\xd7\\\\x93\\\\x97\\\\xec:\\\\x06d\\\\xa6\\\\xe7\\\\x95q\\\\x10\\\\xcd\\\\xbb\\\\xc4\\\\xeb\\\\xe7\\\\xf5\\\\x1dy\\\\xfb\\\\x97\\\\x04B\\\\xf9\\\\x18k\\\\x11\\\\xaa\\\\xac\\\\xf9\\\\x9e[\\\\xf3\\\\x99N,\\\\xc8\\\\xa9\\\\xab\\\\xc8t\\\\xf6J\\\\x80Tw\\\\x93\\\\x1a\\\\x08\\\\x9e\\\\xfez\\\\x03\\\\xd5Op\\\\xcb\\\\x1a\\\\x15BwuI\\\\xb9\\\\xf1\\\\xe0\\\\x87\\\\xb2:T\\\\xcbc\\\\x97VQ\\\\xb6\\\\x85\\\\x05UK\\\\x7f\\\\xa9|\\\\xbd>\\\\x1e\\\\x1d\\\\xfa|cB\\\\xc9M\\\\xcdi\\\\xa7\\\\x18\\\\xf24\\\\xe5b\\\\x18\\\\x8cj\\\\xb6[g\\\\xe2>\\\\xd3,I&\\\\xfd/\\\\xfd\\\\x0b\\\\xe0?O\\\\xf1\\\\xeb\\\\xe4,J\\\\xf9nx\\\\x00\\\\r\\\\xc4\\\\x02\\\\x94\\\\xb4\\\\x96\\\\x9a\\\\xc4\\\\x81#\\\\xb1\\\\xd3\\\\xbfY\\\\xc6 \\\\x1dF\\\\xa7\\\\x9a\\\\xc3\\\\xdc\\\\xdf\\\\x9c\\\\x8b\\\\x1c\\\\x17B\\\\xe3\\\\xd1^G\\\\xbc\\\\xce\\\\tE$\\\\xa3\\\\x90\\\\x0b\\\\x07=\\\\xfby\\\\r$y}zD\\\\xe4\\\\xc3\\\\xaa\\\\xae\\\\x06\\\\xbc\\\\xd4\\\\\\\\\\\\x92\\\\xf4\\\\xd7e\\\\x95\\\\xa7\\\\xb8\\\\xd5\\\\xd8\\\\xccD\\\\x90\\\\xa5@\\\\x1bI\\\\xdc\\\\'q]4\\\\x1d\\\\x8fA\\\\x1b\\\\xafG\\\\xa29\\\\x06\\\\x0e\\\\x94\\\\xed\\\\xf9N\\\\xdc\\\\xc5\\\\xaf&\\\\xa5\\\\xa8n\\\\x1e\\\\xc3\\\\r\\\\xdbH\\\\x00\\\\xed`\\\\x011\\\\x07^\\\\xd3\\\\xa8\\\\x9e\\\\xfdP\\\\x96\\\\xf2^\\\\xe1\\\\x19q\\\\x8a\\\\x90\\\\xcc\\\\x8a\\\\xb7!e\\\\xebU\\\\xf8\\\\xd5\\\\xb6\\\\xeb*\\\\x93z\\\\xac\\\\x06($n\\\\xed\\\\xa9\" \\\\xc4\\\\x91\\\\xdb\\\\xab\\\\xeee\\\\x10BQa\\\\x92\\\\xdfW$\\\\xb6/\\\\xf3w\\\\xaf\\\\xb8v\\\\xa31\\\\xeed\\\\x0fO\\\\x81\\\\xed\\\\xd8\\\\xf7\\\\xe9\\\\xd0\\\\x93\\\\xa0\\\\x13u\\\\xe3\\\\xdd`kX:\\\\x94o\\\\xc5\\\\\\\\\\\\x16\\\\x1e\\\\xadH\\\\x96\\\\xf1$\\\\xf5\\\\xda(y(\\\\x8c\\\\xf3\\\\x0bH\\\\xca\\\\xe4\\\\xea+c\\\\xaa\\\\xdaI>\\\\x90\\\\t\\\\x06\\\\xc1\\\\x00\\\\xfa\\\\x98\\\\xf6\\\\x1f~\\\\x9fN\\\\xa5\\\\xf2\\\\\\\\\\\\xe4S%9~@\\\\x96%\\\\xd8\\\\x99\\\\x14*9\\\\x10,F\\\\x1b\\\\x83j\\\\xdb\\\\xa7h\"G}On\\\\x8d\\\\xc1\\\\n\\\\x0c\\\\x88p\\\\xa0d\\\\xd5\\\\x96\\\\xa2\\\\xc7\\\\xa2\\\\xf20\\\\xc7\\\\xa4\\\\x15m\\\\xaa\\\\xc1v\\\\xf6S\\\\xe4`\\\\x7f\\\\xd9\\\\xd4\\\\x08:\\\\x1c\\\\x944\\\\xcb\\\\xcd\\\\xc76Z\\\\xec\\\\x96\\\\x01?\\\\xc9\\\\xb7\\\\xd2L\\\\xea`\\\\x01\\\\xdf^\\\\xda\\\\xfd:\\\\x1a\\\\x8a)\\\\x89e\\\\xb2\\\\xceF\\\\xc6\\\\xb0\\\\xd6\\\\xcc\\\\xa3\\\\xd5\\\\xe8\\\\xac\\\\xc8@<\\\\xb4\\\\x82@$\\\\x9e\\\\xfdDY\\\\x98\\\\xa9\\\\x94\\\\x8e*3]\\\\x9a^\\\\xa6\\\\x08\\\\x11\\\\xab\\\\x11\\\\xba\\\\xb9y\\\\xd6d\\\\x01\\\\x10\\\\xbfv\\\\x87\\\\xc7\\\\xc7\\\\xa1\\\\x95\\\\xb7\\\\xc9K\\\\x96\\\\x0cJ\\\\xfd]\\\\xfc\\\\x86#\\\\xd4\\\\xf5\\\\xba\\\\xb0xSY=\\\\xe0\\\\x91\\\\x0c\\\\x0e\\\\xa7\\\\xee=.1\\\\xb9\\\\x19cDR\\\\x90\\\\x1d\\\\x16\\\\x19\\\\\\\\\\\\x91\\\\xcc\\\\xfe]eV\\\\xce\\\\xcc\\\\xc4\\\\xba\\\\x80|\\\\xa2\\\\'R?wE\\\\x19\\\\x12\\\\x03\\\\xe2\\\\x87I\\\\xc9`9\\\\x1c\\\\xacb\\\\xa7\\\\'\\\\x19\\\\x8dL\\\\xa1+\\\\xb1D\\\\xf7\\\\xd3\\\\xf0\\\\x88\\\\x81\\\\'_\\\\x0f\\\\x1e\\\\x8a\\\\xa3\\\\x10\\\\xb88^\\\\xaeu\\\\xa5\\\\x1e\\\\xcaEw\\\\xd6\\\\x8d\\\\xbb\\\\xdbS\\\\xaa\\\\x95\\\\x1f\\\\xc5\\\\xbb\\\\xca\\\\t\\\\xd3\\\\xa1\\\\xb72\\\\xdc:\\\\x99\\\\x12\\\\xf4^\\\\x1c\\\\xfd\\\\xe0\\\\xaf\\\\xb5[\\\\xb6\\\\xd0JZ\\\\xb2\\\\x0e\\\\x82\\\\n\\\\x9e\\\\xfa\\\\xc9\\\\xe8\\\\xe5)w.\\\\xd4\\\\xc3\\\\xbdhl\\\\xbb\\\\xab\\\\n\\\\xf6q\\\\xee\\\\xbbaS\\\\xdb\\\\x03kw\\\\xdcwyv\\\\xed\\\\xf7u\\\\x02C\\\\x16\\\\xaa\\\\x0c\\\\x07:\\\\xa98\\\\xdc\\\\xddk`\\\\xc7\\\\xfc\\\\xac-\\\\x9f\\\\x88\\\\xa6\\\\xd0U{I=\\\\xe0\\\\x0f\\\\xed=H\\\\xb8\\\\x03\\\\xd16\\\\x131\\\\xa9^f3\\\\xb3{\\\\xf4\\\\xd4\\\\x96!\\\\x89\\\\xb0! \\\\'x\\\\x90X\\\\x19\\\\x11\\\\xa9\\\\xeb\\\\x898\\\\x80\\\\x82R=\\\\xc9g3\\\\x90W\\\\xb1\\\\xb7\\\\xe1\\\\xd2K\\\\r.F\\\\x82\\\\x06\\\\xdd\\\\x0c\\\\xcb\\\\x0f\\\\xc2;}\\\\x83\\\\xa9\\\\x01\\\\xc5\\\\x17j#\\\\x10\\\\xb6\\\\xd3g!rX\\\\xb4a\\\\xd4\\\\xd2t\\\\xac\\\\xb0`\\\\x85H\\\\x980\\\\'\\\\xb4\\\\xc4F\\\\xbd,j\\\\x19\\\\x06\\\\x08\\\\xa3!\\\\xda\\\\xa5\\\\x1eS:\\\\x9a\\\\xfd\\\\xd6\\\\xc6;P\\\\xce\\\\xe2\\\\xea\\\\xbe\\\\x04\\\\xc3\\\\x08\\\\xd4\\\\t\\\\x93\\\\xaf\\\\xf7t\\\\x10\\\\xbfnT\\\\xd4\\\\xe5\\\\x1bHd\\\\xa3\\\\xd7\\\\xcd\\\\xf2y\\\\x18\\\\xf2hCPmk[4\\\\xdcfH\\\\x99\\\\x8d\\\\'\\\\xb7\\\\x7f\\\\xdf\\\\xd5\\\\x92d\\\\xd4K\\\\x12>\\\\n_\\\\x1f\\\\xce\\\\x0c\\\\x9a\\\\xda\\\\xb3Ex\\\\xeba W\\\\xb0\\\\xb2\\\\xc2\\\\x907\\\\x8d\\\\x08\\\\x93\\\\xfb\\\\xcf\\\\\\\\dh[\\\\x14q\\\\x94N9-\\\\\\\\\\\\x9f%Rd\\\\n\\\\xf1\\\\x90S\\\\xb4n\\\\xdf\\\\xb6\\\\\\\\I\\\\x05|\\\\x84\\\\x92\\\\x04\\\\xeb\\\\xa7J\\\\x1a\\\\xe5\\\\x93!\\\\x94\\\\xf4\\\\xd4b\\\\x85[\\\\xcf_\\\\x906_\\\\x91P\\\\xba\\\\xc1\\\\xb9,\\\\x12\\\\xcd?\\\\x84\\\\xe8 \\\\x88\\\\x1e\\\\x07\\\\xf7\\\\xf88\\\\x0ef\\\\xa9\\\\x1e\\\\xeb\\\\x9a(\\\\x95fr&\\\\xf5Z\\\\xca\\\\xad \\\\x07\\\\x0e\\\\xc1\\\\x88a\\\\x04\\\\x1fL\\\\x89\\\\x00\\\\x02<\\\\x87U\\\\xfdqz\\\\xa6\\\\t\\\\x82pG\\\\x1e\\\\xdeR\\\\xacA\\\\ta\\\\xf6\\\\x84\\\\x07*\\\\x06\\\\xb1\\\\x00\\\\x85\\\\x92\\\\x0e\\\\x84k\\\\xe5\\\\xafDD\\\\xcetD\\\\'\\\\xcc`\\\\x95\\\\xc7/\\\\x90\\\\x96\\\\xfbM\\\\x96\\\\xcc\\\\xb5\\\\xd8\\\\x1d\\\\x97P@^\\\\xcb\\\\xb9@2\\\\x0cv\\\\x1a\\\\xf5\\\\xc3\\\\x00\\\\xe7\\\\xf2\\\\x92\\\\'\\\\xd1\\\\x1a\\\\xcd\\\\xe6\\\\x82V+\\\\xfc\\\\xdb\\\\x1b\\\\n\\\\xee$h@\\\\x1a\\\\x83\\\\xdfN\\\\xe0k\\\\xf5\\\\xfaI\\\\x10y\\\\x94s-T2\\\\xa5\\\\xc9\\\\xc8*\\\\xd4r^\\\\xe5\\\\x9b`(R;\\\\x99,A\\\\x04i\\\\xdcx\\\\x80z(\\\\x80Y\\\\xaa\\\\xa1\\\\x89Q\\\\xee\\\\xc8\\\\xcc\\\\x17Y\\\\x91\\\\x91\\\\x9c\\\\xe1\\\\xc8Z\\\\xed{7j\\\\x16\\\\x00\\\\x96\\\\x02\\\\x08$@\\\\xeb\\\\x8c*\\\\xe8@1\\\\xa7\\\\x1d\\\\xea@\\\\xcc\\\\xcf\\\\xb6\\\\xa7\\\\xd9k\\\\x8c\\\\x8b\\\\x18\\\\x0fu\\\\x0bi\\\\x131\\\\xa0\\\\x1e\\\\xad u\\\\x02\\\\x01\\\\x9duISp\\\\xa8\\\\xe5\\\\xb2}\\\\xda6^U#\\\\xda\\\\xafq\\\\x93=\\\\xd4\\\\xcc\\\\xcc\\\\x81\\\\xaf\\\\x8fI\\\\x90,\\\\xc6\\\\xa8\\\\xa3N\\\\xd5dp<[bc\\\\x8c\\\\xbc\\\\xccf9X\\\\xa0\\\\xfbc\\\\xd24c;\\\\xac]\\\\xcd\\\\xd8\\\\xf9\\\\x0f\\\\xb64=P\\\\xdc\\\\xcc\\\\x0c\\\\xb0Z\\\\x1bh\\\\t\\\\x15e\\\\xf2?#\\\\xe69:00\\\\xb2qi\\\\xe30p\\\\xab&\\\\xb4\\\\xad\\\\x12\\\\xb7m\\\\xcd%\\\\xe65\\\\xdcu\\\\'\\\\xfczo\\\\xbdr\\\\xe3\\\\t\\\\x06\\\\x8cCQk\\\\x1b\\\\xa7K\\\\x04!l\\\\xadk\\\\xda\\\\xc7bXCC\\\\xb1\\\\x92\\\\x14\\\\xa9\\\\x04\\\\xb8 L\\\\xfe\\\\xef\\\\xafV-\\\\x90\\\\x03\\\\x1c\\\\xd5yj*W\\\\xac\\\\xad\\\\xad\\\\xefz\\\\xa9\\\\xac\\\\xd9\\\\x91S\\\\xed\\\\xda\\\\xc8^C)$L\\\\xf6\\\\xd4\\\\xe9\\\\xf7t\\\\x9d\\\\xc8`\\\\xe8$\\\\x18W%R\\\\xfc\\\\x833\\\\xe39\\\\xac\\\\xf9\\\\x19\\\\x07\\\\xdb\\\\xa4\\\\xc8\\\\x1bXm\\\\x0c\\\\x87\\\\xd4\\\\xbax\\\\xcf\\\\x98\\\\xef\\\\xfb\\\\xe9\\\\xdb\\\\x02@K\\\\xfd!\\\\xdb\\\\xaa\\\\xa1u\\\\xc1\\\\xaej\\\\xbc\\\\xbf\\\\x1f\\\\x876W\\\\xf9L\\\\x82\\\\xe4\\\\x1b\\\\x04\\\\x10VWFY\\\\x93\\\\xafW,3~\\\\xa4\\\\xa4N \\\\x1c\\\\xa8\\\\xa1r\\\\x03\\\\x16\\\\xcb\\\\xadZm\\\\x18\\\\x80\\\\x8d\\\\xba\\\\xcb\\\\x06`\\\\n\\\\x8dX\\\\xeeS=\\\\xa3Pz|\\\\xe4\\\\xe7\\\\x04\\\\xa2q\\\\xe1\\\\xd4\\\\xf1\\\\x12\\\\x90=#Y\\\\x89\\\\xf0\\\\x91\\\\xd3E\\\\x9a\\\\nQ\\\\t\\\\xb5 \\\\x1c\\\\x02\\\\x98\\\\xef\\\\xf8W08\\\\xde76\\\\xcf\\\\xe9\\\\xf8\\\\xf5\\\\xe7\\\\xd0\\\\xf7\\\\xe2\\\\xb7\\\\xbd_\\\\xbb\\\\x15\\\\xb0V\\\\x0c\\\\x89\\\\xb8\\\\x82F\\\\xbe\\\\xa1\\\\xaf~\\\\xacOjXI\\\\xc0t\\\\xef\\\\xf1\\\\xc9\\\\x0e\\\\x97\\\\xf1\\\\xe9\\\\xca\\\\xf7-K2\\\\x015\\\\x85on\\\\x8a\\\\xd8\\\\x06\\\\x04\\\\xc1 \\\\x88\\\\xfbG\\\\xf9i\\\\xd5h\\\\xc4\\\\x8cqI\\\\x84\\\\x03\\\\xb6\\\\n\\\\xc1\\\\xa6\\\\xaf\\\\x8a\\\\xd9\\\\xc7\\\\xe2]\\\\x9b\\\\xcd\\\\x84\\\\xcc\\\\xfc\\\\xc7\\\\xe5\\\\x0f\\\\x1f\\\\xf9Hf]\\\\xa4\\\\x88\\\\xect\\\\x90%\\\\xba\\\\xb7n\\\\x16e\\\\x17\\\\x95\\\\xca\\\\x8a2\\\\xd4\\\\xb7\\\\xb7\\\\xb2c\\\\xea>H\\\\x17!\\\\xf9l\\\\x9eO/\\\\x17\\\\x8a\\\\xc8\\\\xa58\\\\x9ck?\\\\xe9\\\\x9d\\\\xb7!c\\\\x1b\\\\x98X#B\\\\xc4\\\\xe8~\\\\xff\\\\x00\\\\x1e\\\\xab\\\\x99\\\\xdb\\\\x9c\\\\xccc \\\\xca\\\\xa5\\\\xebcS\\\\x0c\\\\x07r\\\\x10\\\\xbcm\\\\xfc\\\\x81\\\\xc6\\\\xc5[\\\\xcd\\\\xb79\\\\xdbV=>\\\\xa9I2\\\\xa7p#@{\\\\xc6\\\\x93\\\\xa1\\\\xeb\\\\xa3\\\\x1dA\\\\x85RDL\\\\x88\\\\x02\\\\xa5\\\\na\\\\x81B\\\\xb8\\\\xa3\\\\x12\\\\xe6\\\\xbd\\\\x03)f\\\\x86d\\\\x00\\\\x95*@R;x\\\\rzT\\\\xe40Bb\\\\xd5\\\\xe6\\\\xa1\\\\xddnfA\\\\xb3\\\\xdbwVmJ\\\\x8b \\\\x02\\\\x06\\\\x9a\\\\xb4\\\\x88S\\\\xaf\\\\xe1\\\\x9f\\\\x1f\\\\x1e\\\\xa1\\\\xaaJ\\\\x89V(\\\\x8f\\\\r\\\\xc4\\\\xe4\\\\xe4\\\\xb3\\\\xd9\\\\x91q4o$\\\\xdda\\\\xf4\\\\xf6\\\\xd4\\\\xc93\\\\xf7\\\\x8e\\\\xfd\\\\x00\\\\x8c\\\\xa4\\\\xee\\\\xa6\\\\xdc]\\\\x8eI\\\\xa3\"\\\\xbcr\\\\xb5+r\\\\x94\\\\xadjCX\\\\x17V\\\\n$\\\\r40`L\\\\x8f\\\\xf8\\\\xb8@0\\\\xaeH\\\\xeeO h\\\\x80\\\\xf2)\\\\xc4Qq\\\\xc7\\\\xc3\\\\xb6\\\\xcfm\\\\xd0.\\\\xe9\\\\x02I\\\\x1e\\\\x0c\\\\x0e\\\\xa2\\\\'_\\\\xdf\\\\xd4\\\\xac\\\\xb8t\\\\xeb\\\\x85\\\\xc3\\\\n\\\\xf1\\\\x87\\\\x1fD\\\\xadV[\\\\xd3Ej\\\\xack,\\\\xf3\\\\xe7\\\\xb4N\\\\xefD\\\\x88b\\\\xc0\\\\xc1\\\\xd3\\\\xa90rJT\\\\xa4b)\\\\x8am\\\\xc8\\\\xca\\\\xa2\\\\xeax\\\\xc6\\\\xb3\\\\x1c[\\\\x92\\\\x94\\\\x17\\\\xaa\\\\x90\\\\xa5K\\\\xbc\\\\xb1\\\\x93\\\\x02\\\\x00\\\\x92`k\\\\x11\\\\xe1=D \\\\x1crcJs\\\\xcd\\\\x1cC\\\\xc4>/\\\\x8f\\\\xe1>\\\\xfcc\\\\xe3\\\\x16%X\\\\xd9\\\\xfc\\\\x8a\\\\x0b\\\\xb3r\\\\xad&\\\\x94h\\\\xad\\\\x15\\\\x8c\\\\xa8R\\\\x0e\\\\x9a\\\\xc7\\\\x94A\\\\xd7\\\\xe9\\\\xab\\\\xb6\\\\x1e\\\\xdc\\\\\\\\D\\\\x12O\\\\x83\\\\xf1\\\\xc9L\\\\x86\\\\xaf\\\\xd9[\\\\x98\\\\x94\\\\xa7\\\\t\\\\xed]\\\\xc9e\\\\xa0z\\\\x1c\\\\xb3\\\\xe3[$00a\\\\x90\\\\x08\\\\x11\\\\x10O\\\\x8f\\\\xd7\\\\xa8\\\\x96\\\\xf3\\\\xd9\\\\x90\\\\xab\\\\x9f\\\\xafr\\\\xb5\\\\xb7\\\\xb2@\\\\xc3\\\\x8e\\\\x89_\\\\xe4\\\\x1f\\\\xa9Y\\\\xd9\\\\x19\\\\x19X\\\\xfc\\\\x10\\\\x14\\\\xd87\\\\xa5\\\\x99(dT\\\\xb6\\\\x82\\\\xb1\\\\xfc=\\\\xa7M?\\\\xcf\\\\xad\\\\xaf\\\\x89\\\\xf8#r^\\\\xf5\\\\xe7c\\\\x80[\\\\xbbO\\\\x8f3\\\\xac\\\\xa8\\\\x01\\\\x1d\\\\xea\\\\xaeo\\\\x8d\\\\xdb\\\\x97e\\\\xd7d9\\\\xc8\\\\xcc\\\\xc8\\\\xb8\\\\x9c\\\\x8bN\\\\xbbI\\\\xf1 \\\\xf8\\\\x7fw\\\\xd7\\\\xafg\\\\x18\\\\x80\\\\x00\\\\x01\\\\x82\\\\xdc\\\\xb7d@QI\\\\xff\\\\x00\\\\xd3g\\\\xff\\\\x00\\\\xa4\\\\xb3\\\\xf7\\\\x7f\\\\xeeu,\\\\x13\\\\x19\\\\x7f\\\\xff\\\\xd0\\\\xe5\\\\xca\\\\x7fQi\\\\xf9\\\\xb7\\\\r\\\\x81\\\\xf2L/O\\\\x1f\\\\xc9]j\\\\xbf\\\\x17\\\\x94\\\\xca\\\\x1dn\\\\xa4\\\\xff\\\\x00;\\\\x1c\\\\x89\\\\x86#piR=0c\\\\xaf)\\\\xb9\\\\x12\\\\x84\\\\x88\\\\x96+\\\\xe3_!fv.\\\\x98H\\\\x87\\\\x8f\\\\x83\\\\x1c8\\\\xa2\\\\x95\\\\xc4-\\\\xb9w\\\\xdbu8\\\\xca\\\\x88\\\\x14~Y\\\\xc6\\\\xd5\\\\xd3y\\\\xdb\\\\xb8\\\\x98\\\\x13\\\\xe3\\\\xa7\\\\xfd\\\\xa5j.\\\\xa8\\\\xdb\\\\x8c\\\\xa4I\\\\x11My\\\\xb9)F}5\\\\xdd\\\\x8e\\\\xe9e\\\\x9bM\\\\xce\\\\xc4+\\\\x10\\\\x04\\\\x12P\\\\x06]A=\\\\x8f\\\\xd7\\\\xcf\\\\xa7H<\\\\x80V\\\\x8d\\\\xc0\\\\xf5\\\\x0c\\\\xe9[m\\\\xa12\\\\xab\\\\xae\\\\xd0\\\\x97U%\\\\xa9`\\\\xc1[y\\\\x98\\\\xf4\\\\x8e\\\\xf04\\\\x83\\\\xfbz!\\\\x85\\\\x10\\\\xd8\\\\xb9BA4)\\\\x03\\\\xe4\\\\x9c3r\\\\xb8\\\\xed\\\\x97Z\\\\xb6F@D94\\\\xd6`V\\\\x00,\\\\x01\\\\x00jt\\\\xf03\\\\xd00 \\\\xab\\\\x13w\\\\xd5\\\\x1a\\\\xfe\\\\x15\\\\x17\\\\x9fI\\\\xae\\\\xd7\\\\xda\\\\x8dj\\\\xc9+\\\\'\\\\xf1\\\\x12<\\\\x7f\\\\xc3\\\\xa5\\\\x823WlM\\\\xc5K$\\\\xec\\\\xba\\\\x8e\\\\xfb\\\\x19A%Z yy\\\\xf6\\\\xd7\\\\xed\\\\xf1\\\\xea\\\\xc5\\\\xb9\\\\x0c\\\\x16\\\\xbd\\\\xa9P+\\\\x0b\\\\xf4\\\\xbb\\\\xf4\\\\xfb\\\\x92\\\\xf9o\\\\xc8\\\\xf0U\\\\xb8\\\\x87\\\\xc9\\\\xe3\\\\x1a\\\\xcd\\\\x99V\\\\x10\\\\xca\\\\x82\\\\x7f\\\\x88\\\\xb7\\\\xfd\\\\xde\\\\xfd\\\\r\\\\xcb\\\\xa2m\\\\x18\\\\x92\\\\xcfR\\\\x9b;\\\\xa0Q}>\\\\xf8_\\\\xe9\\\\xd7\\\\x11\\\\xf0\\\\xbcJ\\\\xd3\\\\x12\\\\x8aE\\\\xc4\\\\x04\\\\xb5\\\\xc5J\\\\x8cB\\\\x89\\\\xf4\\\\x91\\\\xacxO\\\\xd3\\\\xa4\\\\x06\\\\x87\\\\xa4QQ\\\\xbb=NB}\\\\xc8u\\\\x04;\\\\x13Qp\\\\xa4!1\\\\xa6\\\\xe8\\\\x06\\\\x01>#\\\\xb1\\\\xff\\\\x00\\\\x1e\\\\x86e\\\\x9a\\\\xb5U\\\\x08\\\\x12\\\\xab\\\\xad\\\\xd8\\\\xfc\\\\x85u\\\\xab%\\\\xb9\\\\x1bV\\\\xd2^\\\\xf7fe-\\\\xae\\\\xa6\\\\x17\\\\xc2H\\\\x9f\\\\xed\\\\t\\\\x9c\\\\xc7>\\\\x8a-\\\\xfak\\\\xd1D\\\\xe50\\\\x9dC\\\\xdf\\\\x8dsY-\\\\xe9S\\\\xe9\\\\x0f\\\\x1e\\\\xa1\\\\xe3\\\\xa93\\\\xafQ\\\\x104\\\\x82EB\\\\\\\\`\\\\x1d\\\\x92\\\\xe3`\\\\xe3\\\\xe75N\\\\xd5\\\\x06\\\\xb2wV\\\\x1c\\\\xec\\\\x00\\\\xeb n\\\\xec|cI\\\\xe9\\\\xbe\\\\xd4MHd\\\\xbc\\\\x14\\\\xff\\\\x00y\\\\xf1\\\\xeb\\\\xa9\\\\xed\\\\xa9YI\\\\xdakPJ\\\\xc1]\\\\x18h#\\\\xea#\\\\xef\\\\x9e\\\\x99\\\\x81G\\\\x8a\\\\xc9\\\\\\\\d\\\\xabW\\\\xed\\\\x8a,\\\\xd42\\\\x00\\\\x14\\\\xc9\\\\xf2\\\\x07M@\\\\x12z\\\\']\\\\x1fQu\\\\xa2\\\\xb1v#\\\\x1b\\\\x95\\\\x83)b\\\\xb5\\\\x9f\\\\xc4<7@>0:\\\\x06,\\\\xa3M\\\\x19N\\\\xfc\\\\xfdY\\\\xc2\\\\xbf@\\\\xa6\\\\xd7}\\\\xb6X?\\\\x88\\\\x0e\\\\xc0\\\\xbc\\\\xc9\\\\xed\\\\xe1\\\\xe6z\\\\x8cr\\\\xc1\\\\x11,\\\\x00e\\\\x80\\\\xc7\\\\xfez5\\\\xf5\\\\x0b++\\\\xeb@5=\\\\xc4\\\\xc4\\\\x19\\\\x00\\\\xea|\\\\xc7D\\\\x03\\\\xa54\\\\x9dl\\\\xcdgT\\\\xa8\\\\xab\\\\x9a7\\\\xa8]\\\\x80\\\\xab(\\\\xd6w\\\\x11\\\\xd8\\\\xc0Q$\\\\xc0\\\\xed\\\\x1e}EEQjh\\\\x80\\\\x81\\\\x9eHS0\\\\xabt\\\\x10\\\\\\\\\\\\x08\\\\r$\\\\x02Y\\\\x84}$y\\\\xf7\\\\xe8\\\\xc4\\\\xc2\\\\x10\\\\xef\\\\x82-U\\\\xd8\\\\x19{*\\\\xf6\\\\r\\\\x16\\\\xda\\\\n\\\\xa0rWtN\\\\xe0\\\\t\\\\xd7Y&\\\\x00\\\\xfb\\\\xfa\\\\x83\\\\xa4\\\\xe3\\\\x8a8\\\\xb1%\\\\xd4\\\\x1c\\\\x96\\\\xb7\\\\x1e\\\\xe4\\\\xb3u\\\\xa1\\\\x14\\\\x05\\\\x15\\\\xa9\\\\x93\\\\x03\\\\xd2\\\\xa1_R\\\\xd0\\\\x1bH\\\\xd24=\\\\xcfJ$\\\\xe7\\\\xf5Q,\\\\x1d\\\\xea\\\\xb7W\\\\x89\\\\xc7gR\\\\x8fvA\\\\xab\\\\xd4\\\\x12\\\\xc5@AQ\\\\xea\\\\xf4\\\\xee\\\\x0c\\\\x07\\\\x87D#\\\\x13\\\\xda\\\\xbb\\\\xb1\\\\r|\\\\x1b(\\\\xb2\\\\xd3Mb\\\\xd1[H\\\\x1b\\\\x89\\\\x1d\\\\xfbA\\\\xd2\\\\x7f\\\\xd5\\\\x03\\\\xb0\\\\x8e\\\\xa26\\\\xf1s\\\\x9a\\\\xe3R\\\\xb6Y\\\\x99~\\\\x1a\\\\x05~9\\\\xab>\\\\x9fK\\\\r\\\\xc4\\\\xc1&JI=\\\\x8cx\\\\xcf\\\\xed\\\\xe8\\\\xd8\\\\x8c\\\\x02\\\\xe0\\\\xb0\\\\xadq\\\\xb3\\\\xc8\\\\x8a\\\\xbd\\\\x9b\\\\x12B\\\\xb9\\\\x1e\\\\xde\\\\xd3\\\\x11\\\\xa9\\\\x1bu\\\\xd7\\\\xbfPb\\\\xf8\\\\x9a\\\\xa95\\\\xe8\\\\xeb^U7\\\\xd1j\\\\xd4\\\\xe5\\\\xb3\\\\xaa\\\\xb0\\\\xeeG\\\\xa9\\\\xc1e\\\\x89\\\\x05\\\\x81\\\\x98 \\\\x9f>\\\\xfd\\\\t\\\\x04\\\\xf5\\\\x0b\\\\xb0\\\\xaa\\\\x8e\\\\x96YC\\\\xa2\\\\xd5\\\\x91f!\\\\x11\\\\xe8r>\\\\x9d\\\\xa4\\\\x91?\\\\xe7\\\\xd0\\\\xe9\\\\x01sp\\\\x116\\\\xa2\\\\x8c\\\\xba\\\\xcd\\\\x8a\\\\x11/\\\\xae=H\\\\x04\\\\x16\\\\xd7\\\\xc0\\\\x9d5\\\\xf3\\\\xd3\\\\xa5\\\\xccD\\\\x87G\\\\x1a\\\\x96@\\\\x9f\\\\xf3\\\\x18\\\\xd7\\\\x05vM\\\\xaa\\\\x14\\\\x07\\\\x03h\\\\x8deH\\\\xecv\\\\xeaI=\\\\xcc\\\\xc6\\\\x91\\\\xd1\\\\xc2e\\\\xd9\\\\x90H\\\\x1e\\\\xd53\\\\x1b\\\\x19/,n\\\\xb2\\\\x9b\\\\x15\\\\x94\\\\x1a\\\\x94\\\\x80g\\\\xd4;\\\\xeb\\\\x1d\\\\xcc~\\\\xdf\\\\x0e\\\\x99\\\\xa1\\\\xd4\\\\x11\\\\xac\\\\xba#\\\\xfd:\\\\x8a*g\\\\xa2\\\\xf5\\\\xa9\\\\xc2\\\\xecQ\\\\xacn_J\\\\xc4\\\\x9dDH\\\\x81\\\\x1f\\\\xb3\\\\xa2\\\\xf6\\\\xe8\\\\xce\\\\xc8\\\\xcd\\\\x19\\\\x07\\\\xf6\\\\xb1o\\\\x0e\\\\x99\\\\xe7\\\\x16\\\\xc6pk\\\\xdc\\\\xd2!\\\\\\\\\\\\xaf\\\\xa4v\\\\xef\\\\xe7\\\\xe1\\\\xdf\\\\xaa\\\\xf1\\\\xda\\\\xdb%\\\\xd8\\\\x14fR\\\\x95\\\\x1d\\\\x00\\\\xcc\\\\xe3,\\\\xdc\\\\xebE\\\\x80\\\\xa2\\\\xa9\\\\x95\\\\xdc\\\\x04I\\\\x90\\\\xc4\\\\xc8\\\\xd1K}OV@\\\\xa2\\\\xaf!Z-\\\\xb5\\\\xe0\\\\xe6\\\\xa2#\\\\xd4P\\\\xb2\\\\x86\\\\xdd\\\\x0e\\\\xd0\\\\xecA\\\\x03h\\\\x03H3\\\\x07\\\\xeb\\\\xf6\\\\xf42\\\\x0f\\\\x9a\\\\x90\\\\xf1D\\\\x8f\\\\x1c\\\\x9c\\\\x9a?\\\\xbc\\\\xf4R\\\\xa3\\\\xb3ws$L\\\\x13\\\\x02$\\\\x99\\\\x13\\\\'O\\\\xb3\\\\xae\\\\xd2Fy\\\\xa7\\\\xb0\\\\x90\\\\xaa\\\\x1e\\\\xdf\\\\x1dZ\\\\x89j\\\\xef\\\\xddYbgv\\\\x8a\\\\x88\"dw:w\\\\x81\\\\xfb\\\\xba \\\\x1b4\\\\x91n.@S\\\\x1a\\\\xe4\\\\xc6E\\\\xad\\\\x85`P\\\\x1b}\\\\xa1\\\\x182,\\\\x12v\\\\xfdt\\\\x11\\\\xe0z\\\\x86qTM\\\\xa4:\\\\x84s\\\\xb0jK\\\\x14g\\\\xd8\\\\xaa\\\\x926\\\\x826\\\\xcc\\\\x82\\\\x12=^dju\\\\xf0\\\\xe9dD`\\\\x84\\\\xccsP\\\\xb2\\\\x9b\\\\x88\\\\xb2\\\\xb7w\\\\xb92\\\\xee\\\\xb3h\\\\x00\\\\x08m\\\\x80\\\\xea7\\\\r\\\\t3\\\\xac\\\\x1d>\\\\xde\\\\x8e\\\\x8aH\\\\x83!\\\\x9f\\\\x99\\\\xb1\\\\xadZp\\\\xb8\\\\xb5xh\\\\xf6\\\\xacV \\\\x89\\\\x1a+\\\\x02F\\\\x80tb\\\\xa6\\\\x88A\\\\xe4\\\\x1ddo\\\\xccQeXt\\\\xa8|\\\\x96\\\\xdbb\\\\x06\\\\nB\\\\xcc\\\\x98:\\\\xe8c\\\\xcf\\\\xfc\\\\xba\\\\x19\\\\xc5\\\\xf3#\\\\xb0\\\\xa9\\\\x13/L\\\\xd6\\\\x8b\\\\xbf\\\\xf5\\\\x07\\\\xb4-\\\\xba\\\\xec\\\\x8bV\\\\xc5\\\\xf6\\\\xeb\\\\xa5\\\\x86\\\\xcb\\\\x00B}$x\\\\xf7\\\\xd3\\\\xc7\\\\xaa\\\\xf7\\\\xaf\\\\xca,\\\\xd12\\\\xe34q\\\\x0e\\\\x1c\\\\x92\\\\x16U\\\\xdd\\\\x92\\\\x15?\\\\xea/\\\\xa0\\\\xab\\\\xfe\\\\x01\\\\xa0P\\\\x9a\\\\x82$\\\\x03:j\\\\x07\\\\x8fG\\\\x19\\\\xeb\\\\x8e\\\\x04\\\\x14\\\\x93\\\\xda\\\\x89q\\\\xc3\\\\xe4\\\\x16\\\\xdd\\\\xb2\\\\x8b.\\\\xb7\\\\xb9Z\\\\xca6\\\\xd6\\\\x93\\\\xe9i+\\\\x06$\\\\xff\\\\x00\\\\xd9\\\\xd5I\\\\x06-R\\\\x9d\\\\x08\\\\xc8\\\\xf2V\\\\xef\\\\xc6\\\\xb19\\\\x1a\\\\x9d\\\\xf3\\\\xb9\\\\x1a}\\\\xb7r\\\\xc8\\\\x16\\\\xc7`\\\\xec\\\\x02\\\\xee\\\\xdc\\\\xb2dGs\\\\xe0\\\\x0fI\\\\x98\\\\x12.(x\\\\xe7\\\\xde\\\\xaf\\\\xd8\\\\x89\\\\t\\\\xa9Y26\\\\x0b.\\\\xf4Z\\\\x9b\\\\xbd\\\\x82\\\\xe4\\\\x8d`\\\\x08\\\\xd3A1\\\\xdc~\\\\xfe\\\\x99l\\\\xbdrW\\\\x99\\\\x94|\\\\xb0\\\\x16\\\\xa7\\\\xb7\\\\xdap+\\\\x96\\\\xd84\\\\x88\\\\xf1\\\\n`\\\\x1f\\\\xaf\\\\xd0\\\\x9e\\\\xba\\\\xf8\\\\xa3\\\\xb5\\\\x01E\\\\x18\\\\xbe\\\\x0bze~a,\\\\x19\\\\x01\\\\xael\\\\xa0J*\\\\x80Z\\\\x08\\\\x04\\\\x1a\\\\xc1\\\\x1e\\\\x93>cC\\\\xf6\\\\xf4\\\\x11\\\\xbc\\\\'\\\\x13\\\\x12\\\\xeex\\\\xf0J\\\\x9c(\\\\xe0\\\\xaa\\\\xdb\\\\xe4\\\\xbf\\\\x06\\\\xaa\\\\xdb\\\\xae\\\\xbe\\\\xb3U(7Y\\\\x1b\\\\xca\\\\xb0i\\\\x92Li\\\\xe1\\\\xae\\\\xb2|:\\\\x18\\\\xdb\\\\xb6\\\\xde\\\\xaf5\\\\x9fv\\\\x06E\\\\xdd\\\\xbe\\\\xc9#\\\\xff\\\\x00Os\\\\xe0\\\\xbf\\\\xe5\\\\xa8\\\\xae\\\\xe4P\\\\xaeR\\\\x06\\\\xd7R\\\\x04\\\\x0f\\\\x132t:\\\\xc7W\\\\xe05\\\\xaa\\\\xbe\\\\xd1\\\\x18\\\\x1cP{\\\\xf8\\\\xdeUn/\\\\x91\\\\x8c\\\\x95\\\\x9d\\\\xbb\\\\x80\\\\x82UVtbu\\\\x07\\\\xfb\\\\xbe\\\\x9d\\\\x19\\\\xb4_\\\\xa0@bYa\\\\x98sh\\\\xc0s\\\\xf9gd\\\\xadK\\\\x96\\\\xa5Iu\\\\xdc\\\\x00\\\\x8d\\\\xa6\\\\'\\\\xb7\\\\x9f\\\\xdf\\\\xd3=\\\\xb6\\\\x0e\\\\xa0\\\\x02F\\\\t[\\\\x91\\\\xe4\\\\xd5[\\\\x19)\\\\xe3y\\\\x1cq]iKZ\\\\x14\\\\xc3\\\\xbe\\\\xd3,\\\\x1a4\\\\xfb5\\\\x1e]E\\\\xcb\\\\x91\\\\xc6 \\\\xe0\\\\xa4\\\\xdbSi\\\\xf9O\\\\xff\\\\x00\\\\xc3\\\\x86\\\\x15\\\\xd9\\\\xbc\\\\xd5X\\\\xe0\\\\xc8\\\\xc7e\\\\xb7i\\\\x80\\\\x08\\\\x8a\\\\xd8\\\\xf6\\\\xd27}\\\\x9e#\\\\xa1\\\\x9e\\\\xe7\\\\xd3\\\\x9a`\\\\x12\\\\x00\\\\x80MqDx\\\\xdf\\\\x91\\\\xa58w\\\\xe2\\\\xf1\\\\xd8C \\\\xe5\\\\xd6\\\\x08\\\\xb7/\\\\x1d\\\\xde\\\\xca\\\\xab\\\\x1a\\\\xb7\\\\xb5\\\\xbfA\\\\x04\\\\xc1=\\\\xfe\\\\xf1\\\\xd3#7\\\\x0c\\\\xdf\\\\x940\\\\x91\\\\x8cXc\\\\xd5B\\\\xc6\\\\xe5\\\\xb3\\\\xac\\\\xb6\\\\xb3m\\\\xb62+G\\\\xb6\\\\xea!bf4\\\\xfay\\\\xf5\\\\x0c\\\\n\\\\x019?b\\\\x97\\\\x95\\\\x8bFPf[ml\\\\x9b\\\\xb4\\\\xb1\\\\x8a\\\\xb4\\\\x82\\\\x9a\\\\xc81\\\\xf5\\\\xfd\\\\x9dW\\\\x86\\\\xd6\\\\xd0r#\\\\x8ad\\\\xaeH\\\\xe3U\\\\x86o\\\\x19\\\\x89\\\\x81V\\\\x0f\\\\xf4\\\\xdb\\\\xf2\\\\xde\\\\xec\\\\x9a\\\\x83r\\\\xb4\\\\xbdeb\\\\xc0\\\\xc4B(\\\\'x\\\\xda\\\\x03y\\\\xf4\\\\xf3\\\\xb7\\\\xb7\\\\x060\\\\xc5\\\\x90NR\\\\xa5W\\\\xeap\\\\xc5!.>\\\\xf1\\\\xbd\\\\x01\\\\x08\\\\xc0\\\\x95q\\\\xdbW\\\\x824\\\\xd6#\\\\xcf\\\\xbfDC \\\\x05\\\\x8e`\\\\xac\\\\xf1\\\\xf1\\\\xb2\\\\x1e\\\\xc9\\\\xa7\\\\x1b*\\\\xaa\\\\xeb\\\\xb7me\\\\xd8*\\\\x8f\\\\x16\\\\x98#w\\\\xd3\\\\xc3\\\\xc3\\\\xc3\\\\xa0\\\\xa0\\\\xc0\\\\x15\"\\\\x04\\\\xe0\\\\x8aS\\\\xc6\\\\xed.\\\\xff\\\\x00\\\\x96g\\\\xb7w\\\\xff\\\\x00\\\\xbb\\\\xee\\\\xdb$\\\\x88\\\\x99\\\\x91\\\\xd8\\\\x18\\\\x1ay\\\\xf4\\\\xa3\\\\x13ZW\\\\xb5\\\\x1e\\\\x8d5[\\\\x9b\\\\x07\\\\x94\\\\xf6\\\\xdb\\\\x1d\\\\xf0\\\\xd5k\\\\xae}\\\\xc4\\\\xdc\\\\x142\\\\xff\\\\x00\\\\xa5I\\\\xd4\\\\xc1\\\\x80O\\\\xf9\\\\x0e\\\\xacF\\\\x0e\\\\x17\\\\x18\\\\x900A\\\\xee\\\\xe2\\\\xbd\\\\xb5\\\\xae\\\\xca\\\\x8du5\\\\xbb\\\\xec\\\\xb5]\\\\xc1j\\\\xe3\\\\xf1\\\\x10@\\\\x91\\\\xe6|:\\\\x89\\\\x06\\\\x01\\\\x01\\\\xb5\\\\xcde\\\\x8f\\\\xc7\\\\x81e\\\\x95\\\\xdd\\\\x93[\\\\x04i{\\\\x98{\\\\xb2Dk\\\\x03\\\\xbc\\\\xc8\\\\x88\\\\xed\\\\xfb\\\\xfa\\\\x81h\\\\x1cT\\\\xc1\\\\x85\\\\x11d\\\\xe3\\\\xf0\\\\x1c=w\\\\xe4\\\\xd8Tn*\\\\xf4\\\\x80T\\\\x96\\\\r\\\\xa10\\\\xd3\\\\xb7\\\\xbfy\\\\xed\\\\xd4\\\\xb4sz#p\\\\x0b\\\\x92\\\\x8fbq\\\\xbc\\\\x1d\\\\x142\\\\xe3\\\\xa8\\\\xb6\\\\xd6\\\\x80\\\\xacI3\\\\x11\\\\'wi3\\\\xe1\\\\xe1\\\\xd4k\\\\x83\\\\xb5]2\\\\x10\\\\x12Y]\\\\x9d\\\\xc4_VO\\\\xe7-8\\\\xdf\\\\x97\\\\'\\\\xf2k\\\\xed\\\\xce\\\\xfb\\\\x14\\\\x89RP\\\\r\\\\xa7]~\\\\x9f\\\\xb3\\\\xa3\\\\xb6\\\\x01rKq\\\\xcdE\\\\xd9\\\\x8c1d\\\\x9ar\\\\xaa\\\\xba\\\\xe2\\\\xa5m\\\\x0cu%D\\\\r\\\\xc2t3\\\\x1e\\\\x7f\\\\xdd\\\\xd2\\\\r\\\\xd7\\\\xe6\\\\x90\\\\x1b\\\\x12\\\\xb2\\\\xf7j\\\\xb1\\\\xab\\\\xac\\\\xe0\\\\xb3\\\\xad\\\\xc8\\\\rh\\\\x06\\\\xf0?\\\\xd5+\\\\xe3\\\\xfe]\\\\x10\\\\x00\\\\xe4\\\\xb8T\\\\xa2\\\\xf9\\\\xbcw\\\\xf4\\\\xcc\\\\x8f`\\\\x0cl\\\\xc4\\\\xf6\\\\xeb\\\\xb2\\\\xcc\\\\x94\\\\xdaSs\\\\xae\\\\xf8\\\\xde\\\\xda\\\\x82\\\\xbeq\\\\xdc\\\\x9e\\\\x82q\\\\xd2r\\\\xa2i\\\\x1ah\\\\x89\\\\x0eP\\\\xf1\\\\xb4\\\\xdb^ \\\\\\\\\\\\x8b\\\\x8a\\\\x1a\\\\xac\\\\xf6\\\\xa0\\\\x12\\\\x18z\\\\xcbDJ\\\\x8f\\\\xb7N\\\\xa4\\\\xdf1\\\\xc0&k\\\\xd0:\\\\xb6HG\\\\xe7mK=\\\\xcbU\\\\xeaGa\\\\x08\\\\x81\\\\x86\\\\xc2B\\\\x8d\\\\xa4\\\\x02<\"4\\\\x9dzT\\\\xa391!,\\\\\\\\\\\\xe3\\\\x8e*\\\\xb2\\\\xcb\\\\xe4\\\\xf9<\\\\xa5LTE\\\\xad\\\\x99wS[,\\\\xfa\\\\x7fh\\\\x8d<:8\\\\xb8\\\\r\\\\x98S\\\\xef\\\\x1e\\\\xe5&\\\\xbc\\\\x8bW\\\\x1a\\\\xca\\\\xd6\\\\xf5\\\\xb7\"\\\\xc1\\\\xb9\\\\x88r\\\\x06\\\\xd8\\\\xd1\\\\x81\\\\xf3\\\\x11\\\\xae\\\\xbd\\\\xf4\\\\x8e\\\\x93w{\\\\x1b@\\\\xbf\\\\x92t#)2]\\\\xe4\\\\xb1^\\\\xda\\\\xe0\\\\xe4\\\\x0b\\\\x8b\\\\xd4\\\\x96mBQbd\\\\xa8\\\\x90|\\\\xc9\\\\x07\\\\xef\\\\'\\\\xac\\\\xaf\\\\xf2%{\\\\x9a)\\\\xdb\\\\xd1T\\\\x0cce\\\\xd8\\\\xb5\\\\xd3\\\\x91x \\\\xa4\\\\xb5)%AP\\\\xc5I\\\\xd6\\\\t\\\\x83\\\\x1f^\\\\xa9\\\\x8d\\\\x90!\\\\x89<\\\\xd1\\\\x1b\\\\xc7\\\\xc10a\\\\x84\\\\xc6E\\\\xa9\\\\xc1vm\\\\xe8\\\\x95\\\\x83\\\\x1b`\\\\x02\\\\x01\\\\x1bN\\\\xa2O\\\\x84t\\\\xc8\\\\xec\\\\xe5\\\\x13GL\\\\x85\\\\xf0\\\\x05q(\\\\xce\\\\'\\\\x17\\\\x8b}\\\\xd5e\\\\xdc\\\\x8dm@\\\\xb0\\\\ncl\\\\x9d\\\\x03\\\\x10D\\\\xf8\\\\x15$xGZ\\\\x9b\\\\x7f\\\\x8f\\\\xd2uH\\\\x96\\\\xea\\\\xa2w\\\\x84\\\\xc3\\\\xa3\\\\xd4\\\\xa9j\\\\xca\\\\xadb\\\\xaa\\\\x1bU\\\\xb1\\\\x81\\\\x82\\\\xc3E\\\\xf0:x\\\\xea\\\\x0fZ\\\\xd6\\\\xc0jP%\\\\\\\\\\\\x03\\\\x17K\\\\xd9\\\\xb8\\\\x95\\\\xd5x\\\\x02\\\\xc7{\\\\x18E\\\\x8c\\\\xc4\\\\x02I\\\\xf4\\\\x91\\\\xb5F\\\\xa6\\\\x07c\\\\xd4Q\\\\xd9\\\\xd5},i\\\\x8a\\\\x8f\\\\x8e+\\\\x0cYk{\\\\n\\\\xfaZ\\\\x82w2\\\\x90`h$,\\\\x18\\\\xfd\\\\xfd\\\\x10\\\\x192\\\\x1c*\\\\x8a\\\\xe1\\\\xd1\\\\xed\\\\xda\\\\x86\\\\xc5W:K\\\\x11\\\\xe2\\\\x1b\\\\xb3\\\\x06\\\\xee\\\\x0e\\\\x9e\\\\x1a\\\\xcf\\\\xd9\\\\xd7\\\\x02\\\\xc8\\\\xa1\\\\xe6\\\\xae\\\\x8f\\\\x8a]PJ\\\\xeem\\\\xae\\\\x14\\\\r\\\\xb7\\\\x19\\\\x95Q!\\\\x954\\\\x83\\\\xe9\\\\x07\\\\xee\\\\xf1\\\\x9e\\\\xac[\\\\x93\\\\x85#\\\\x14\\\\xc3VB\\\\x0e^\\\\xb7\\\\xb6\\\\xb2\\\\xa7v\\\\xedd\\\\x89\\\\xacB\\\\xb0\\\\xdf\\\\xe6\"|A\\\\xfa\\\\xf5Z\\\\xf5Sm\\\\xcd\\\\x8d\\\\x15O\\\\xfe\\\\xe5\\\\xf9\\\\xea\\\\x97\\\\xe3\\\\xd4a\\\\xcf\\\\xb0m\\\\x85\\\\xbe\\\\xc0A\\\\xda\\\\x91\\\\x06\\\\x002<\\\\xe3\\\\xcf\\\\xaa? d,\\\\xc8F\\\\xa7\\\\xec\\\\xb4e \\\\xcb\\\\x82q\\\\xf1o\\\\xcaF\\\\xe5o\\\\xb3mj\\\\xa51\\\\t*\\\\x0b/\\\\x84\"\\\\xc1\\\\x9e\\\\xfd\\\\xf5\\\\xfb\\\\xba\\\\xf2\\\\xd7o\\\\x9b\\\\xb2i\\\\x17 W\\\\x01\\\\xc7rDmb@\\\\xec\\\\xefJ\\\\xd9XW\\\\xdd\\\\x97\\\\xbdP\\\\x95g;A \\\\x1f\\\\xfb\\\\xa4\\\\x82 \\\\xc8\\\\x02:x\\\\xb9\\\\x18\\\\x06U\\\\xfd\\\\x92\\\\xd5\\\\xc4\\\\xa2\\\\x18\\\\xb8\\\\x0cY\\\\x97,\\\\x14(b\\\\x9aP\\\\x8d\\\\xfb\\\\x87\\\\xaa|\\\\x8f\\\\x90#\\\\xa13\\\\x04\\\\xb0\\\\x05\\\\xc8M\\\\xf6\\\\xc1\\\\xc7%n|G\\\\xe1\\\\xb9\\\\x19\\\\xf7?#~2\\\\x01B{\\\\x90\\\\xf2\\\\x15\\\\x82\\\\xb6\\\\xaaec\\\\xed\\\\x07\\\\xef\\\\x8e\\\\xac\\\\xd8\\\\xdbk\\\\x1a\\\\x89\\\\xea_4U\\\\x07\\\\x04\\\\xff\\\\x00\\\\xc9:\\\\xf1UP\\\\x9e\\\\xd8\\\\xfc\\\\xed\\\\xd5\\\\x96\\\\xc8\\\\xb7x\\\\xa5\\\\x12\\\\xb3\\\\xe9\\\\xd1\\\\xe0\\\\x81\\\\x02;\\\\xf4\\\\xc8\\\\xdf\\\\x98\\\\x9ccd\\\\x13\"\\\\xe6\\\\x8c\\\\xdd\\\\xe5\\\\xb1V\\\\xacY,\\\\xf2\\\\xfe\\\\xbb\\\\x15\\\\x17\\\\xf2\\\\xff\\\\x00\\\\xd4\\\\x9f\\\\xcf\\\\xe6\\\\xaf\\\\x13\\\\x83\\\\x943\\\\xea\\\\xc5*\\\\x99\\\\x99\\\\x80\\\\x92\\\\xbb\\\\xbb:\\\\xa37\\\\x81\\\\xf3\\\\xf1=z\\\\x9f\\\\x88\\\\xf8A\\\\x06\\\\xbbx=\\\\xc6\\\\xcf\\\\x00\\\\xb7v{7.{\\\\x87\\\\xe5m\\\\xe13\\\\x12\\\\x91IXKH\\\\x87V\\\\x0b\\\\xb9\\\\x81\\\\x89$\\\\x16\\\\xf1\\\\x93\\\\xf5\\\\xeb\\\\xd6-\\\\xd8\\\\xd1Y|~j\\\\xbdU>\\\\xdd\\\\xc1\\\\x88\\\\n\\\\xacG\\\\xe2^\\\\xe5\\\\xbe\\\\x91\\\\xe7\\\\x1dr4_\\\\xf3\\\\x83\\\\xff\\\\x00/\\\\x1b\\\\xff\\\\x00\\\\x17\\\\xff\\\\x00\\\\xa9\\\\xd7(_\\\\xff\\\\xd1\\\\xf8\\\\xf9\\\\xc3\\\\xfc\\\\x97\\\\xe4\\\\x1f\\\\xa7\\\\\\\\\\\\xf5\\\\xd4\\\\xa21\\\\xbb\\\\x8e\\\\x17\\\\xe1f\\\\xf0\\\\x1c\\\\x9dD5u\\\\xda\\\\xc4\\\\xdfPK5\\\\xa5\\\\x89\\\\x04\\\\x16H\\\\xd6fA \\\\xe7\\\\xca\\\\xd47Q\\\\xd4\\\\xc0\\\\x121\\\\x1f~\\\\x1dx\\\\xcb\\\\xfb+_!i\\\\xcb\\\\x03/\\\\xf5G\\\\x98\\\\x0c\\\\x1f\\\\xfd\\\\xdd\\\\x87\\\\xc8\\\\xae\\\\xf8\\\\xf8>f?\\\\'\\\\xc7p\\\\xbc\\\\x9f\\\\x01b\\\\xe7q|\\\\xcdIkZ\\\\xc0\\\\x80\\\\x87h\\\\x17RB\\\\x80\\\\x15\\\\xaa`AS\\\\xe241\\\\x1de\\\\xc6&%\\\\x8a\\\\xf0\\\\xfe\\\\xd5\\\\xdbS\\\\x94\\\\x08iD\\\\xb1\\\\x1cdEG5ar\\\\x7f\\\\x1f[m\\\\x19\\\\x8fS\\\\xdbHy\\\\xcd\\\\xc7\\\\xa5\\\\x85n\\\\xe2\\\\xbf\\\\xc4\\\\t\\\\xd4\\\\xa9\\\\x8f\\\\x1f>\\\\x98_\\\\x12\\\\x13\\\\xfd\\\\x82N\\\\xa3\\\\x87$\\\\xa1n2\\\\xe3\\\\xe4\\\\x9fK&=\\\\x04\\\\xba\\\\xcbor\\\\xa7P]\\\\xbbB\\\\xf6\\\\x98\\\\x07\\\\xfb\\\\xfa\\\\x98\\\\x90\\\\rTJ\\\\x00\\\\x17\\\\xcb\\\\xc7\\\\xc5\\\\'r\\\\x97\\\\xe3#\\\\xd8\\\\x8b\\\\xee\\\\n\\\\xf2\\\\x19\\\\xee\\\\xc9WIYP\\\\xc5\\\\x99_\\\\xb3\\\\x12`H\\\\xfe\\\\xee\\\\xa0\\\\xccw&[\\\\xbd\\\\x17!T\\\\xfc\\\\xf66&VEo\\\\x8e\\\\xa0<*\\\\xb0!\\\\x89\\\\xdc\\\\x01-\\\\xba\\\\x07\\\\x98\\\\xfa\\\\xfd<\\\\xba\\\\xab)@\\\\xcf\\\\xb0+P\\\\x94K\\\\x9c\\\\xf8\\\\xc5C\\\\xf8/\\\\xc0\\\\x97\\\\xe5\\\\xff\\\\x00*\\\\xc6\\\\xe3=\\\\xbd\\\\x94;\\\\xff\\\\x00:\\\\xc2DG\\\\xe1\\\\x90\\\\x04\\\\x83\\\\xe3\\\\x1dE\\\\xbf\\\\\\\\\\\\xba\\\\x02\\\\xae\\\\x83F|x\\\\xe4\\\\xbe\\\\x9f\\\\xfc_\\\\xe1\\\\xbcO\\\\xc6x\\\\xeapp0\\\\x16\\\\x8a\\\\xeaJ\\\\xeb\\\\xb5\\\\xc0\\\\x0c\\\\x9b\\\\x81\\\\xdb6zA#\\\\xc7\\\\xcc\\\\xf4\\\\xe9J\\\\x8d\\\\x80Ap\\\\xb5\\\\x023\\\\x99U\\\\xb5=b\\\\xa7%\\\\xcdk\\\\x00z\\\\xa5\\\\x98\\\\x99uP\\\\x04\\\\xccL\\\\x0f\\\\xbf\\\\xa53\\\\x97\\\\xcdT3$\\\\xba\\\\x1fv*\\\\xb0\\\\xdb\\\\x90\\\\xae\\\\x96B\\\\xadL\\\\xe0K/pT6\\\\x80\\\\x81\\\\x07X\\\\x11\\\\x1fN\\\\xbaZZ\\\\xa8\\\\xa2\\\\xe7\\\\x142\\\\xea\\\\xe2\\\\xc5`\\\\xc2\\\\x92\\\\xd2\\\\xd5\\\\xb0\\\\xd4C\\\\x00F\\\\xf9\\\\x1e \\\\xf8\\\\x1dz[\\\\t\\\\x07B\\\\xccV\\\\xfa\\\\xf2\\\\x9b\\\\x0e\\\\xa6\\\\xc7\\\\xf5\\\\xbaD\\\\x11*\\\\x15\\\\x83k \\\\x19 }\\\\xff\\\\x00oS\\\\xaa\\\\x8c\\\\x03\"\\\\xa0rC\\\\xa8\\\\x1f\\\\x9d\\\\xa2\\\\xc7\"\\\\xe0\\\\xe3yV\\\\xb3`3&`\\\\x15!\\\\xa7\\\\xc6>\\\\xde\\\\x88\\\\x92\\\\xceT6\\\\xa2\\\\x1dl\\\\x19/s\\\\x14\\\\xd8@R\\\\x15\\\\x02\\\\xaf\\\\xa9c\\\\xc7S\\\\x00\\\\x98\\\\x92?\\\\xc3\\\\xae\\\\x12(h\\\\xfd\\\\x14\\\\x91s5D\\\\xd4\\\\x86\\\\xb2\\\\x83yQ\\\\xd84\\\\x8fLh@\\\\xf3\\\\xe8\\\\x81R\\\\xa0{\\\\xf9E\\\\xa3#U\\\\x8e\\\\xf0 \\\\x9f\\\\x12\\\\xba\\\\xb7\\\\xe2\\\\x03@@\\\\x91\\\\xd1\\\\x00b\\\\x11`\\\\xbf5\\\\xf4\\\\xae\\\\xe6\\\\xf6\\\\x95\\\\x15\\\\xb4\\\\xd8\\\\xba\\\\x19$A\\\\x00\\\\xc1\\\\x98\\\\x1a\\\\xf4.\\\\n\\\\x1a\\\\xba\\\\x8d\\\\x93{7\\\\xb6\\\\x98\\\\xb6\\\\xb2\\\\x97]\\\\xdd\\\\xbd0<\\\\x84\\\\x90b{\\\\x81\\\\xd71\\\\xc9\\\\x0b\\\\x12\\\\xa4c\\\\xe7\\\\x8b\\\\xbd\\\\xba3v\\\\xdd\\\\xb8\\\\x88\\\\x81 \\\\xb7b`\\\\x1e\\\\xf2|\\\\x0c\\\\xf5\"ue$\\\\x10X\\\\xaco\\\\xc5\\\\xe3\\\\x89c`z\\\\x86\\\\xe3\\\\xed\\\\x14\\\\x11\\\\xb5\\\\x88 \\\\x8d\\\\xc2u\\\\x03\\\\xbf\\\\x87@\\\\xc0\\\\xa0p3P\\\\xa6\\\\xda\\\\xefFBn\\\\xad\\\\xb6\\\\x9d\\\\x8bd\\\\x00bN\\\\xd0\\\\xb3\\\\x1em\\\\xd4\\\\x88\\\\xb2\\\\xe6.\\\\x8c\\\\xd1\\\\xc9bdP\\\\x9e\\\\xfdJ-E(\\\\x8a\\\\xd2\\\\n\\\\x11\\\\xf5\\\\x00\\\\xe8\\\\x0f\\\\xd7\\\\xae\"\\\\x8b\\\\x9c\\\\x91\\\\xc9@oo\\\\xdb\\\\xb9Z\\\\xa7\\\\xac\\\\r\\\\xa7rN\\\\xd5_\\\\x13\\\\xb8\\\\xed\\\\x9dO\\\\x8fB@\\\\x03\\\\x051)C#\\\\xe4\\\\t\\\\x82\\\\xd9\\\\x15f\\\\xe3\\\\xda\\\\xac\\\\x83\\\\xf9Vx4\\\\x03\\\\x00\\\\x8dg\\\\xee\\\\xfb\\\\xbc\\\\xfa\\\\xc5\\\\xbb\\\\xf23\\\\xb4H4\\\\x03\\\\xa2\\\\xb6-\\\\x89\\\\xb2\\\\x97\\\\xc5\\\\xf3\\\\xd8\\\\xbc\\\\xaaU\\\\x8e\\\\xd9\\\\x8du\\\\xed\\\\xa6-/+b\\\\x80;\\\\xc1\\\\xfcC\\\\xc2\\\\x0e\\\\x9d\\\\\\\\\\\\xdb\\\\xfc\\\\xc5\\\\xab\\\\xd44*\\\\x0e\\\\xd4\\\\xa3\\\\xc9}x\\\\xaa\\\\x05\\\\xf7)\\\\xf6\\\\xdc\\\\x80\\\\x8c%\\\\x8a\\\\x88\\\\xd4N\\\\xbd\\\\xce\\\\xd8\\\\xfd\\\\xfdh\\\\xc6\\\\xf8\\\\x90H\\\\xb9\\\\x1d%\\\\x96\\\\xea\\\\xcf\\\\x01r\\\\xb86\\\\xadN\\\\xa2m*=[O\\\\x80\\\\x89\\\\xd2\\\\x06\\\\xa0yOR%\\\\t\\\\xa1\\\\x11\"\\\\xa5e\\\\x95E\\\\xda\\\\xdb\\\\x84\\\\x0b\\\\t\\\\xdc\\\\x17d\\\\x1dGa\\\\xba\\\\x0cj\\\\t3\\\\xff\\\\x00\\\\x01\\\\x95\\\\xb6\\\\xaa\\\\'4l\\\\xd0+\\\\xb2\\\\xacGsf\\\\x19\\\\xa6\\\\xb83\\\\x90\\\\xb5\\\\xef\\\\xac\\\\xc8\\\\'q\\\\x00\\\\xea\\\\x0c\\\\xf8\\\\x1e\\\\x91#\\\\x91f(\\\\xc4{h\\\\xa12a\\\\xdd\\\\xe9|\\\\x86\\\\xf7\\\\xa4\\\\n\\\\xd5\\\\x17o\\\\xa9T\\\\xc1\\\\x98\\\\xd1`x\\\\x08\\\\xeb\\\\xa3\\\\x18\\\\xe5\\\\x8a\\\\x03\\\\x02\\\\xeb\\\\x05\\\\xa2\\\\xe0\\\\xebe\\\\x06\\\\xd6\\\\n\\\\x81YZ\\\\xcd\\\\xa7I\\\\x0b\"\\\\x0b\\\\x03\\\\xd8\\\\x9f\\\\xb0\\\\x9e\\\\x8d\\\\xc8Q\\\\x18\\\\x94Z\\\\x97\\\\xc9\\\\xadl\\\\\\\\\\\\xb98\\\\xe5Zb\\\\n\\\\x88\\\\x86&~\\\\xcf.\\\\xfay\\\\xf4\\\\xb0\\\\xe5\\\\xea\\\\x9c\\\\x07r\\\\x1b\\\\x98\\\\xdce\\\\xf5\\\\xbdX\\\\x96\\\\x05\\\\xc9M\\\\xe5w\\\\xd7 \\\\x10\\\\t$\\\\x90~\\\\xfe\\\\xff\\\\x00\\\\xb7\\\\xa6i\\\\x8b; \\\\x91$\\\\xa1X\\\\xd6\\\\xecf4\\\\x85\\\\x104\\\\x0c\\\\xa4\\\\xa9\\\\x10agH\\\\x00\\\\xc7s\\\\xf6t\\\\xc0)D\\\\xb8\\\\xca\\\\xb8,\\\\xd2\\\\xdd\\\\x97\\\\xd7\\\\xbb\\\\xdf\\\\xb5\\\\x18\\\\xb2\\\\xa0@\\\\xd0\\\\xed\\\\xb4\\\\xe9\\\\xea\\\\x00\\\\xb0$\\\\xc4\\\\x8f\\\\x08\\\\xe8H\\\\xab&\\\\x99:cB\\\\xe6\\\\x8b\\\\x10P?.C\\\\x865\\\\r5\\\\xd1@\\\\x1a\\\\x83\\\\xa1\\\\xf0\\\\xd3X\\\\xe8tQ\\\\xc0\\\\xc1\\\\x1b\\\\xba\\\\xd5N:\\\\xd0lj\\\\xb0l,\\\\xe55c \\\\x8dA24\\\\x10\\\\x001=\\\\x16\\\\x92\\\\n\\\\x18\\\\xb0P\\\\xb3x\\\\xcc\\\\x9c\\\\xbbMf\\\\xf4_v%\\\\x0c\\\\xc8R\\\\n\\\\x81\\\\x13\\\\xacw\\\\xfbb:d\\\\x0f\\\\x9a\\\\x19\\\\xc4\\\\x95\\\\x1d~$\\\\xcd\\\\xed\\\\xb2\\\\xd8\\\\x1a\\\\x98V\\\\x1b\\\\xad\\\\x90\\\\x000\\\\'Q\\\\xda<|\\\\xfa#\\\\x14\\\\x93m\\\\x8b)\\\\xab\\\\xf1\\\\x9a\\\\xab\\\\xa6\\\\x977Wq\\\\xdb\\\\xa5\\\\xaeW\\\\xc7\\\\xf1\\\\xfcvU\\\\xd9\\\\xb8\\\\xd8\\\\xee\\\\xb4\\\\xc2\\\\x8a\\\\xb7\\\\x19oN\\\\xa5\\\\x98\\\\r\\\\xc2Lv\\\\xf0\\\\xfb:\\\\xd6\\\\xf8\\\\xf8N\\\\xd82\\\\x98\\\\n\\\\xc5\\\\xeb\\\\x82E\\\\x86\\\\x01cnr\\\\x82\\\\xac\\\\x18l\\\\xa8\\\\x93d\\\\x1fT\\\\x83\\\\xf8Gru\\\\x1d\\\\xa3\\\\xcf\\\\xa7N\\\\xf0\\\\xa9w\\\\x08\\\\x00\\\\xc8\\\\xe2\\\\xa1[\\\\x94)\\\\xa6\\\\xc6\\\\xca\\\\xb3o\\\\xbb\\\\xb8V\\\\xfb\\\\x8a\\\\x92\\\\xf1\\\\xb8j\\\\x14\\\\x99\\\\x98\\\\xd4v\\\\x1au\\\\\\\\8/O\\\\xbaM\\\\xe0\\\\x19\\\\x95o\\\\xc8\\\\xf2\\\\\\\\\\\\xa68g\\\\xc7\\\\xca\\\\x19\\\\ta\\\\xb0SQwsP>\\\\'\\\\xc3O\\\\x031\\\\xdf_\\\\x0e\\\\xaf\\\\xd8\\\\xb6\\\\x1a\\\\xb5Yw\\\\xa5\\\\x90wJ\\\\x99? \\\\xe4\\\\xebM\\\\xbb\\\\x99\\\\t\\\\xd5v\\\\x8f\\\\xc6\\\\xa9\\\\xa4\\\\x80\\\\x0c\\\\x03\\\\xe6~\\\\xfe\\\\xac\\\\x80\\\\x1a\\\\x94\\\\xecI7$\\\\xa2\\\\x1f\\\\x94\\\\xe6\\\\x85!\\\\xcaUV\\\\xc3\\\\x17\\\\x06\\\\x12u\\\\n\\\\xbb\\\\x89\\\\x02O\\\\x8c\\\\x0f\\\\xd8&:\\\\x99J@.\\\\x17V9|\\\\x80\\\\xce\\\\xa6\\\\xaa\\\\x7f;\\\\xedl\\\\xdb\\\\xed+\\\\x03\\\\x0e\\\\xdd\\\\x9bE\\\\x82f4\\\\x9f\\\\xf1\\\\xeb\\\\xb5sQ)W\\\\x1a\\\\xa8u\\\\x0c\\\\xa5se9\\\\xa9]w\\\\xb1&\\\\x93\\\\x00.\\\\xde\\\\xe4,\\\\x10u\\\\xd4\\\\xb0?oC\\\\xd8\\\\xa3\\\\x13\\\\xd5o\\\\xc9\\\\xce\\\\x14\\\\xd4\\\\xd8\\\\xf6\\\\xd8r-]\\\\xad\\\\xe8oZl\\\\x96\\\\xee\\\\xf2#Y\\\\x93\\\\xe7\\\\x1e]F\\\\xa2\\\\xec\\\\xa4\\\\xb8\\\\x0eR\\\\xc6W\\\\xc8\\\\xac\\\\xaf\\\\xdba\\\\x8e\\\\xf6\\\\x05v+R\\\\x82\\\\xd3\\\\xb8\\\\x03\\\\x12\\\\x08\\\\x07U\\\\xee\\\\x0fy\\\\xea\\\\'=\\\\x18\\\\x85\\\\x11-\\\\x8a#\\\\xc4g\\\\xf3\\\\xd9\\\\xde\\\\xd9<>F%@\\\\x88[\\\\x1e\\\\xb7V\\\\x02A*\\\\x01\\\\x00\\\\xeb\\\\x1d\\\\xdaO\\\\x97H\\\\xb5zS,\"@\\\\xe6Q\\\\x07&\\\\x87\\\\xb95Z\\\\xd9&\\\\x9a\\\\xff\\\\x003b\\\\xa9E\\\\x8fi\\\\x00 \\\\x8f\\\\xa3D\\\\xe9\\\\xf4\\\\xfb:\\\\xb0}T%\\\\x1c\\\\xa4DI\\\\xf1B\\\\xeb\\\\xe4.EZ\\\\xde\\\\xc6!\\\\xa4\\\\xe3\\\\x92\\\\xa1RG\\\\xa8LD\\\\xf7\\\\xecz\\\\x98\\\\xcb\\\\x14\\\\xbfp\\\\xb5V\\\\x8c\\\\x9f\\\\xce\\\\xba\\\\x9b\\\\xd3,\\\\xdc\\\\xc7k\\\\x1cq\\\\xe9$\\\\x12`\\\\x00 \\\\x00$\\\\xfd<&z\\\\x9dTQ\\\\xa8\\\\xe6\\\\xbc\\\\xc1^R\\\\xfa\\\\xac\\\\x18\\\\xe5\\\\xbd\\\\xf4\\\\xbf\\\\xf9\\\\x08\\\\x8a\\\\xa0\\\\x9a\\\\xc7}\\\\xcd\\\\xb8\\\\x90\\\\xc4\\\\xf6\\\\x81\\\\x1d\\\\x8f])\\\\x02\\\\x03P\\\\xa6G\\\\nb\\\\x8d\\\\xd6\\\\xb9\\\\xf8\\\\xf8\\\\xb6\\\\xdbm\\\\x87\\\\xdeG*Y\\\\xc0\\\\x05$\\\\x13\\\\xa0\\\\x98\\\\x9e\\\\xe3\\\\xb7\\\\xd3\\\\xa5\\\\x98\\\\x10\\\\x1d\\\\xd9F\\\\xb2\\\\xceq(FU9\\\\x95\\\\xa0c\\\\x9cTZ\\\\x9b\\\\xd1\\\\x11\\\\xe5\\\\x17y\\\\x02I\\\\x03B\\\\x06\\\\xa7\\\\xc7\\\\xa2\\\\x02\\\\x98\\\\xa1\\\\x9b\\\\xc6\\\\xa7?\\\\xba\\\\xc3\\\\x8c\\\\xc5l\\\\x9c\\\\xaa\\\\x1a\\\\xdc\\\\xdb\\\\x1a\\\\xeb,,\\\\xc7\\\\xf8Cw\\\\x00\\\\xcb\\\\x11\\\\xfc2\\\\'\\\\xa1\\\\x94\\\\x88\\\\x14Q\\\\t\\\\x02h]H\\\\xe5\\\\xab\\\\xe3\\\\xb1\\\\xd4\\\\xae\\\\x1eQR\\\\x87I\\\\xd1\\\\xc0i!\\\\xb6\\\\x9e\\\\xdf\\\\x8aH\\\\xfd\\\\x9e@e~1g(\\\\xa7\\\\x1eK\\\\nq\\\\xb23\\\\x91\\\\xbd\\\\xa4\\\\'i\\\\xfej\\\\xc1 \\\\xe9\\\\xe9\\\\xdaGx\\\\xf2\\\\x00t\\\\xd7\\\\xa3\\\\xa5>\\\\xa4\\\\xc1\\\\xc5\\\\xe1d\\\\xe0V2\\\\x1e\\\\xf3\\\\x8fs1t\\\\x88\\\\xb3PL\\\\xf6\\\\x04O~\\\\xdd\\\\x8f\\\\x8fK\\\\x95\\\\xcfnO\\\\x8a\\\\xb1f2\\\\xaa\\\\x8f\\\\xcbU\\\\xc7Z\\\\xa5[)\\\\xac\\\\xdeI\\\\x14\\\\x85,6\\\\xc8\\\\x01\\\\x8a\\\\x98\\\\x93\\\\xe4:\\\\x83=X\\\\xa8\\\\xbb\\\\x1e\\\\xabF.w\\\\x14\\\\x9f\\\\xcb\\\\xb6\\\\x96\\\\xf6,R\\\\xb5\\\\xb2(\\\\x0c\\\\xce\\\\x80\\\\x82\\\\\\\\\\\\x88\\\\'q\\\\x1d\\\\x84\\\\xe9\\\\xd3`\\\\xd9\\\\x84\\\\xba\\\\x0cj\\\\xa4ae\\\\xe6\\\\x17\\\\xb1\\\\xb8\\\\xbcZq\\\\x96\\\\xb5hf\\\\x85b\\\\x8f\\\\x00\\\\x12N\\\\xbaN\\\\xed\\\\x01\\\\xfd\\\\xdd\\\\x1db\\\\x1f\\\\x04P\\\\x04\\\\xd4\\\\x0e\\\\n\\\\x90\\\\xc6\\\\x8e>\\\\xab)\\\\xcb\\\\xbc\\\\xc9\\\\xfc5\\\\xd7\\\\xb9\\\\x98\\\\x92\\\\xac\\\\x1aP)\\\\x98\\\\x93\\\\'\\\\xb8\\\\xf1\\\\xea\\\\xb9 \\\\x8a\\\\xe2\\\\x9aH\\\\x01\\\\x8a\\\\x19g!\\\\x88Uq\\\\xf1\\\\xaaZ\\\\xcc\\\\x9fz\\\\xd4#\\\\xdc\\\\xdaa\\\\x86\\\\xf3\\\\xfc]\\\\xe0\\\\xf7\\\\x1f\\\\xb8tBTd\\\\xb2\\\\xc0\\\\x04[\\\\x02\\\\xfa\\\\x08\\\\xfc\\\\xbdum5\\\\x02X\\\\x1d\\\\xccZ\\\\xd6\\\\xfc\\\\'A\\\\xe5\\\\xa0#\\\\xb0\\\\xd2:dd\\\\x0b#\\\\x80\\\\x124\\\\xa3)\\\\x19uW]w\\\\x91a\\\\xba\\\\xdb\\\\x01\\\\xeeT\\\\xa0\\\\x04m\\\\'H\\\\x9f1\\\\xe5\\\\xdb\\\\xa4\\\\xdd`\\\\n3\\\\x1a\\\\xb8IC\\\\x8f\\\\xce\\\\xf7Z\\\\xe35\\\\xd4=\\\\x0c\\\\xaa\\\\xa6H\\\\xed:\\\\x931\\\\xa6\\\\xba\\\\x8e\\\\xbc\\\\xe8\\\\xb4\\\\x04\\\\xcb\\\\x94\\\\xf0\\\\xec\\\\x182\\\\xd8\\\\xbce\\\\xca\\\\x04\\\\xdd\\\\xed\\\\'\\\\xa9\\\\x19\\\\'p;\\\\x81Q\\\\x1b\\\\xa4\\\\x9dN\\\\x80\\\\x9f\\\\xa7\\\\xd3\\\\xab\\\\xf6-\\\\xc4\\\\x94\\\\x9b\\\\x91,\\\\x89\\\\xd1\\\\x8eT\\\\x165\\\\xaa=\\\\x88U\\\\xdc\\\\xb4&\\\\xa4v$L\\\\x89\\\\x9f\\\\xa7W\\\\xad\\\\xd9\\\\x88.\\\\xc1\\\\xd09\\\\x02\\\\xbf\\\\xc2\\\\xcf\\\\xf2\\\\xa9_\\\\xf3\\\\xd9\\\\x18\\\\x93>\\\\xb3\\\\xa8*|T\\\\xeb\\\\xba\\\\t\\\\xd6G\\\\xf7ul\\\\x06\\\\xab.\\\\x11\\\\xa5x\\\\xe3\\\\xb1\\\\x10\\\\xa6\\\\xfd\\\\xb4\\\\x1c|\\\\xeb6\\\\xd2\\\\xae\\\\xc1q\\\\x04\\\\x86m\\\\xb1\\\\x04\\\\xa9\\\\x00\\\\xf7=\\\\xfe\\\\xde\\\\xa6X1\\\\xc1E3\\\\xe6\\\\xa7\\\\xd5\\\\x9a\\\\xf7P\\\\ru\\\\xb2\\\\xd4ek\\\\xd8\\\\xc5N\\\\xd8\\\\xd1\\\\xa4\\\\xea@\\\\x9d\"<\\\\xc7K\\\\xcb\\\\x92\\\\xb1\\\\x12\\\\xbc\\\\xb3\\\\x19\\\\xec\\\\xf4\\\\xda\\\\xbb\\\\xd4(\\\\r=\\\\x925\\\\x91\\\\xbb\\\\xc3MO\\\\x9fG\\\\xa7\\\\x05\\\\x13\\\\x03$\\\\r\\\\xae\\\\xaa\\\\xa7\\\\xabm@8g\\\\xf6\\\\x18\\\\x99,|D\\\\x02|G\\\\xf6\\\\xf0\\\\x18L\\\\xf2H\\\\x94\\\\x83\\\\xe0\\\\x8b\\\\xd4\\\\x8e\\\\xb95\\\\xa3\\\\xd8\\\\xf6\\\\xbd\\\\x85\\\\x95\\\\xa0\\\\xc6\\\\xc6\\\\x1d\\\\xc9\\\\x9d4\\\\x89\\\\x02O\\\\xef\\\\xe8k#\\\\x82\\\\x98\\\\x86V\\\\x97\\\\xc5\\\\x9e\\\\xdcm\\\\x9b\\\\xbf\\\\xe9\\\\xa8m\\\\xa5\\\\xa1\\\\x84\\\\x01\\\\xde7\\\\x10d\\\\r\\\\xdf\\\\xbf\\\\xc3\\\\xab\\\\x10\\\\x06\"\\\\xaa\\\\x04\\\\xbdI\\\\xc2\\\\x9b+k\\\\xecuor\\\\x9a\\\\xdc3\\\\xd7Y\\\\x04.\\\\xa2\\\\xc5!\\\\x8e\\\\xb2#\\\\xb82O\\\\x97Ij\\\\xd4QY\\\\xb6W\\\\x1f\\\\xfe\\\\xbcr\\\\xb6\\\\xf2\\\\xbc\\\\xc1L\\\\x9bV\\\\xeax\\\\xe8|\\\\xaa\\\\x9e}VO\\\\xa8i$\\\\x12u\\\\x03\\\\xfc:\\\\xca\\\\xf9=\\\\xdccFw\\\\xa3\\\\x1c\\\\xd5\\\\xb9\\\\xc2F\\\\x8e\\\\xcc\\\\xb9?\\\\x92\\\\xe72s\\\\x06>=*\\\\xb5\\\\xd7\\\\x8aY\\\\x14\\\\xa1+\\\\xbbS,\\\\xc4\\\\x12\\\\'\\\\xb7\\\\x7f\\\\x0f\\\\xa7X\\\\x96\\\\xb6\\\\xf1\\\\x8dJQ\\\\xb8A\\\\xaf\\\\xdd\\\\x19\\\\xc1\\\\xc0\\\\xe5\\\\xf9L\\\\x9a\\\\xea\\\\xc7\\\\xc5\\\\x87\\\\xb2\\\\xb5\\\\x1e\\\\x80V\\\\x15H\\\\xf5\\\\x931\\\\x07\\\\xcf\\\\xf6ta\\\\xe5!\\\\xa4W\\\\xc9\\\\t\\\\'\\\\x92\\\\xe8o\\\\x8a\\\\xfc\\\\x1b\\\\x84\\\\xa7,_cY\\\\xec\\\\xa7\\\\xb6\\\\xe7\\\\xdf\\\\xd8]\\\\x1a\\\\x149%DV\\\\xbb\\\\xa4\\\\x8e\\\\xc6:\\\\xd7\\\\x8d\\\\x9b0\\\\x90,\\\\xd5~:\"\\\\x8d\\\\xa3<\\\\x0b\\\\x84{\\\\xe5\\\\xff\\\\x002\\\\xe0?Nx\\\\xe7\\\\xb3&\\\\xeahB\\\\x17`\\\\xdc-3\\\\xa9>\\\\xd8\\\\x07\\\\xb3}u\\\\xed\\\\xf5\\\\x80\\\\x84n]\\\\x96\\\\x9bqz\\\\xf6\\\\xf0\\\\x16\\\\x8d\\\\x9d\\\\xb1\\\\x99h\\\\xd4\\\\xaf\\\\x9f\\\\x9f\\\\xa8\\\\xff\\\\x00\\\\xac\\\\x9c\\\\xaf\\\\xcass}\\\\xac\\\\xb6\\\\xe3x\\\\xbb,\"\\\\xbcLvP\\\\xdb\\\\x08\\\\x93\\\\xb8\\\\x19\\\\xee\\\\x04\\\\x811\\\\xd7\\\\xad\\\\xf8\\\\xcf\\\\x86\\\\x8d\\\\x81\\\\xae\\\\x7f\\\\xb1\\\\xf2[\\\\xd66\\\\x82\\\\x05\\\\xb1#>>\\\\xca\\\\xa8\\\\xe2>JS%Ym\\\\x15\\\\x10\\\\x1cV\\\\xc1\\\\xc3\\\\r\\\\x00\\\\x99c\\\\x00\\\\x82<\\\\xbbu\\\\xbd\\\\x16W\\\\xcd\\\\xb2\"\\\\xddk\\\\x92\\\\xe8N\\\\x07\\\\x9e\\\\xc6\\\\xba\\\\xaa\\\\x80\\\\xb3y2\\\\x19\\\\xc1\\\\x92l\\\\r\\\\xf8u\\\\x12\\\\'^\\\\xc3\\\\xfb\\\\xfa&u1\\\\xb8\\\\x1b\\\\xcdb\\\\x8fI2\\\\x14\\\\xed\\\\x01\\\\xb5\\\\x91\\\\xdflOU\\\\x8d\\\\xca\\\\xack\\\\x9b\\\\xa6t\\\\x80\\\\xce\\\\xb9\\\\xac\\\\xb8*\\\\xcd\\\\x8fk\\\\x07\\\\x16\\\\xe4\\\\x99\\\\t{\\\\x95%e\\\\xb5\\\\x86 \\\\xc6\\\\xa3N\\\\xfd\\\\rO\\\\xec\\\\xaak\\\\xd5&\\\\xaf\\\\x1dUs\\\\xca\\\\xe2\\\\xdd\\\\xc7\\\\xdb\\\\x98\\\\xb7\\\\xe4\\\\xefk\\\\xd0\\\\xad\\\\rY\\\\x1bk!\\\\xe7\\\\xd4\\\\x14\\\\xb6\\\\x91\\\\xdb\\\\xeb\\\\x1e}@\\\\'\\\\xf5\\\\x14]\\\\x00\\\\xc5U\\\\xb9X\\\\xb9y\\\\x19l\\\\x84\\\\xdaK\\\\x93ehD\\\\xa3I\\\\x99\\\\x95b{\\\\xeb\\\\xd5[6\\\\xe4\\\\t\\\\x12\\\\xaa\\\\xb9\\\\x1b\\\\xc0\\\\x81\\\\xcf?\\\\xe1v\\\\x17\\\\xe8w\\\\xc2j\\\\xf8\\\\xfe\\\\x08\\\\xe7s\\\\xaaz\\\\xf9,\\\\xb0\\\\xca\\\\x9b\\\\x83&\\\\xd1\\\\xa1\\\\']I\\\\xd7\\\\xc7\\\\xb7V\\\\xe4\\\\x04\"\\\\xb4-\\\\x12*q+\\\\xa61\\\\xf9;\\\\xd3\\\\xdb%\\\\x8d\\\\x95\\\\xd8\\\\x7f\\\\x95^\\\\xed\\\\xadf\\\\x9e\\\\xa2\\\\xaa\\\\x19\\\\xb6\\\\xc6\\\\xd8\\\\xd3\\\\xc0\\\\x1e\\\\xab\\\\t\\\\x87\\\\xaa)\\\\x83*\\\\x8cP\\\\xdb\\\\xb3\\\\xcb\\\\xb8\\\\x8d\\\\xbe\\\\xe6\\\\xaf\\\\x12\\\\xa4v\\\\x04J\\\\x88\\\\x8d\\\\x0f\\\\x87\\\\xee\\\\xeb\\\\xa31\\\\x80*\\\\xbc\\\\x83(\\\\xd9YL\\\\xa0;\\\\xda\\\\xca\\\\xa0mz\\\\xb4f=\\\\xcc\\\\xc9\\\\xdd\\\\x11\\\\xa7o>\\\\x8c\\\\x87\\\\x08\"KUF\\\\xab!\\\\x19\\\\xa2\\\\xc6\\\\x12\\\\x1f}\\\\xe4\\\\xe8\\\\x18\\\\x81\\\\xe2$\\\\x983\\\\xda4\\\\xeb\\\\x98\\\\xba-aHOn\\\\xf3\\\\xb1\\\\x94\\\\xb8*bPv\\\\xd4\\\\x10\\\\x00\\\\xf3\\\\x8e\\\\xfd\\\\x05\\\\xc2\\\\x028\\\\xd7\\\\x0cT\\\\x86\\\\xc3\\\\xc3CK+\\\\x00\\\\xce\\\\xca^\\\\xe3;\\\\x8b\\\\x10W\\\\xb1\\\\x98\\\\xef\\\\x1d\\\\xf4\\\\xd7\\\\xb7A\\\\x19\\\\x92)\\\\x8a?m\\\\xb1\\\\xc5ij\\\\xea\\\\xc6\\\\xac3!K\\\\x0c\\\\xd7\\\\xab\\\\xfa\\\\x17\\\\xb0\\\\x89\\\\x07\\\\xbf\\\\x8cx\\\\x88\\\\x1fd\\\\xfa\\\\x9a\\\\x8a\\\\x1e\\\\x0c\\\\xce\\\\xb0nK\\\\x1c\\\\xab\\\\xab\\\\xd4\\\\xae\\\\xa2U\\\\x11\\\\xa7t\\\\x93.O}\\\\x08:\\\\xeb\\\\xe7\\\\x1av\\\\xe8\\\\x93&\\\\x05u#\\\\x82\\\\xd9ff\\\\x1e\\\\xd5\\\\x1b%\\\\xbf\\\\x96\\\\ti$\\\\xb4\\\\xb4\\\\xc4n1\\\\xdb\\\\xfc:x\\\\x98\\\\x18\\\\x84\\\\xb8\\\\xca\\\\xb5Y\\\\x9a\\\\xf1_\\\\xdc\\\\xb4:\\\\xff\\\\x00-\\\\xb6\\\\xa0+\\\\xb9\\\\xb4\\\\xd40\\\\xdb#\\\\xc7\\\\xeb\\\\xfbz\\\\xe0EJ\\\\x97\\\\x05\\\\x06\\\\xc8\\\\xcd\\\\xe3\\\\x8e\\\\xea\\\\xac\\\\xdb\\\\x8d{\\\\x02\\\\xc1\\\\x17\\\\xbf\\\\x84D\\\\xce\\\\xd8\"F\\\\xbf\\\\xba:\\\\\\\\n\\\\x8c\\\\x02)\\\\x80p\\\\xa2\\\\xcc]\\\\x87P\\\\xf7\\\\xeeas?\\\\xa9\\\\x0c\\\\xee\\\\xd4\\\\x11)\\\\x07j\\\\xe8t\\\\x11\\\\xa8\\\\xfa\\\\xf4\\\\xec\\\\x05\\\\x12\\\\x89\\\\x04\\\\xb6k%\\\\xfc\\\\xa6@\\\\xf6*\\\\xb6\\\\xba2\\\\x18lU\\\\xef\"\\\\x07\\\\xa6#N\\\\xdf\\\\xbb\\\\xa0\\\\xa1\\\\xaa8\\\\x10\\\\xa1d\\\\xe2W_\\\\xa9\\\\xb2=\\\\xa4\\\\x01^\\\\xc8\\\\x81!}B>\\\\xe50H\\\\xd0\\\\xfdz\\\\x92\\\\x01@H\\\\xecX\\\\xa6C{i\\\\xfc\\\\xf1p\\\\xac\\\\x12,\\\\x0b\\\\xb4z\\\\xb6\\\\x92\\\\xaa\\\\xc0A\\\\x91\\\\xe7\\\\xfe]\\\\x10e\\\\xc4\\\\x02\\\\x89\\\\xe0a\\\\xe2^\\\\x02\\\\x8c\\\\x97\\\\xa9P\\\\x02\\\\xb5\\\\x12VChd\\\\x91\\\\xa1\\\\x91\\\\x1e_i\\\\xeb\\\\xb4\\\\xa9\\\\x01\\\\xe8\\\\xb1\\\\xbf\\\\x8b\\\\xc2[[3 \\\\xd3r\\\\xd6\\\\xfb\\\\x06\\\\xf0\\\\x1aI\\\\x82\\\\xba6\\\\xa3\\\\xb03\\\\xd5K\\\\xfb8\\\\\\\\:\\\\x8d\\\\ns\\\\x98\\\\n\\\\x1a \\\\xd9\\\\x1cg\\\\xc6\\\\xed\\\\xcaK\\\\x85\\\\x0b\\\\x8f\\\\x93K\\\\x879\\\\xb5\\\\x1f\\\\xc2\\\\xfaG\\\\x9c\\\\x11&\\\\x0e\\\\xa3\\\\xaa\\\\xdf\\\\xfa\\\\xbb1\\\\xa8\\\\xa18\\\\xa3\\\\x1b\\\\x82p\\\\xf0[N>\\\\x01\\\\xdc\\\\xed\\\\x92\\\\xd7^\\\\xbd\\\\xde\\\\xdf[\\\\x06\\\\x04\\\\xfe&1\\\\'\\\\xc3\\\\xb8\\\\x8e\\\\xae\\\\xc2\\\\xd4!\\\\x16\\\\x06\\\\x89Fz\\\\x8a\\\\xc8\\\\xe1\\\\xd7R\\\\x9a\\\\xf1\\\\xdd\\\\x19\\\\xeb]\\\\xa9l\\\\x06\\\\x82$)\\\\x00\\\\x01\\\\x06;\\\\xfe\\\\xef\\\\xa9\\\\x81\\\\x08\\\\x05\\\\xc1\\\\xcejO!\\\\xcc>RaS\\\\x95\\\\x9e\\\\x15p\\\\xeb\\\\xf6\\\\xd5\\\\xce\\\\xd1*\\\\xba\\\\xed\\\\x11\\\\xa3\\\\r\\\\x7fg\\\\xd9\\\\x1d\\\\x15\\\\xdb\\\\xa2\\\\xe0\\\\x1d\\\\x10\\\\xba\\\\xc7\\\\x1f\"\\\\x96\\\\xda\\\\x8e\\\\xe1\\\\x98\\\\x036,\\\\xc8\\\\xc1\\\\x19-\\\\x17f\\\\xf1\\\\xf8\\\\xc4\\\\x8b\\\\xaa\\\\xa88_N\\\\xe5\\\\x00\\\\x99\\\\x01w\\\\x02D\\\\x10dz{\\\\x8e\\\\x8a3\\\\x8cp\\\\x0b\\\\x8d1Zq\\\\xb9\\\\\\\\J\\\\x83\\\\xed\\\\xa9\\\\x15\\\\x96v;\\\\x82d\\\\x8dL\\\\xae\\\\xed\";\\\\xf6\\\\x03]zd\\\\x0f$\\\\xbdnYb\\\\xdf \\\\xc7\\\\xb0\\\\xdfC\\\\xe0\\\\xd4\\\\xe5\\\\x18:\\\\x18^\\\\xc5\\\\xa1w\\\\x19\\\\x04\\\\xf6\\\\'\\\\xfb\\\\xba\\\\xe3\\\\xa4U\\\\xaa\\\\xa27\\\\xb5/,\\\\\\\\\\\\x1b(\\\\xdfM;nf_r\\\\xb7\\\\x11\\\\xba\\\\x06\\\\x86@ }\\\\x84}\\\\xbdF\\\\x90\\\\x0b\\\\x85 \\\\xd1\\\\nl\\\\x8a\\\\xaa,\\\\x98\\\\xd8\\\\xff\\\\x00\\\\xcc\\\\xad\\\\xe4!d\\\\n\\\\x1ff\\\\x84x\\\\x0e\\\\xc4G\\\\xf7tB\\\\xaa%-*zr\\\\x19/\\\\x8d\\\\xf9Gj\\\\x10#\\\\x9bk\\\\xadQI,@ n:\\\\xed$\\\\x91\\\\x07\\\\xa3\\\\x12,\\\\xcb\\\\x84\\\\xc9\\\\x0c\\\\x85\\\\xd9\\\\x9d\\\\xc9S\\\\x91\\\\x0b\\\\xed\\\\x11b\\\\x92^\\\\xb0\\\\x1a\\\\x08\\\\x8d\\\\xb0Lv\\\\xdabz\\\\x8dD\\\\xd1K\\\\x97\\\\xe8\\\\xb7Q\\\\xf2\\\\x0b\\\\xec@.\\\\xa3b\\\\xc2\\\\x90\\\\xa0)\\\\x01\\\\xc4\\\\x81%\\\\x98@ \\\\x08\\\\x83\\\\xd4\\\\x17\"\\\\xab\\\\xb5\\\\xb9\\\\xa2\\\\x87\\\\x9423U\\\\xac\\\\xc2\\\\xcbse\\\\x82\\\\n0\\\\x97R@O\\\\xc5\\\\xa8:\\\\x9f\\\\xe2?\\\\xdf\\\\xd2\\\\xd8\\\\x05\\\\xc5\\\\xe6(P\\\\xcc\\\\x8b\\\\xb3\\\\xf1\\\\xb2\\\\x05vd5n\\\\xa5\\\\xd6\\\\xad\\\\xa0D\\\\x88\\\\r\\\\xb1H\\\\x03\\\\xc2\\\\x07o\\\\xef\\\\xeb\\\\xaa\\\\x93\\\\\\\\\\\\xce(\\\\x95|\\\\xd6\\\\x0f\\\\xb6\\\\xd5\\\\xbeIK.\\\\xdc\\\\xca\\\\\\\\\\\\x00K\\\\x81$H&b\\\\'\\\\xa8`\\\\xd8\\\\x9a\\\\xa6\\\\xc5\\\\x99\\\\x9f\\\\x04\\\\xbb\\\\x93\\\\xc8\\\\xe6V\\\\x95\\\\xae-\\\\xc6\\\\xe7bK\\\\\\\\\\\\xccJ\\\\x8dB\\\\xeb\\\\xe2\\\\xb3\\\\xdf\\\\xec\\\\x1dK\\\\x11EZd\\\\x9e\\\\xab,+o{+\\\\xb2\\\\xda\\\\xdd\\\\xabk!\\\\xebdm\\\\xc2[N\\\\xdd\\\\x80 \\\\xc9\\\\xf0\\\\xe8\\\\xb4\\\\xa2\\\\xb7\\\\x17M^\\\\xe6[\\\\xa9\\\\xa7\\\\x1e\\\\xb6\\\\xa9lP@\\\\xdc\\\\xc0\\\\x88c\\\\xea$\\\\x13\\\\xdf\\\\xb8\\\\x9e\\\\xddH\\\\x8b\\\\'\\\\x9a\\\\x06@\\\\xef\\\\xe3\\\\xb2\\\\xcbT\\\\xaa\\\\x82\\\\xff\\\\x00|\\\\x93\\\\xee<\\\\x052&&A\\\\x90I\\\\xd4\\\\xeb=\\\\x0c\\\\xa0\\\\xe5\"P#\\\\'*^\\\\'\\\\xc6\\\\xb3o\\\\x11e\\\\xd5W\\\\x8e\\\\x87s,\\\\x85\\\\xdf?\\\\x8a\\\\x02\\\\x8f\\\\x13\\\\xdf\\\\xee\\\\xe9r\\\\xb6\\\\x1b\\\\x14zX\\\\xab\\\\xab\\\\xe2\\\\xfcO\\\\x1f\\\\xc7\\\\xd5c.b\\\\x1b\\\\xd7haR\\\\x80\\\\xa4\\\\x99\\\\x04I\\\\x06{H\\\\x1e:uRvt\\\\x9a\\\\x1f%\\\\xa5c\\\\xd4\\\\xcaW#\\\\x96\\\\x94\\\\xe35-\\\\xb4>D4\\\\xb3\\\\x1fD\\\\xf7\\\\x04\\\\x03\\\\xd8\\\\xf6\\\\xef\\\\xfe\\\\x1d/uv\\\\x02:I\\\\xaf\\\\x18\\\\xab\\\\xf0\\\\x81\\\\x91Kh\\\\xedS;\":-\\\\x8c\\\\x05\\\\xf5\\\\x0b\\\\x0c\\\\x18\\\\x82T\\\\x90\\\\x7fgY\\\\xf6\\\\xc9\\\\x05\\\\xf1\\\\x14V\\\\x19O\\\\xf9\\\\x15|m\\\\xdc8\\\\xbb\\\\x1e\\\\xe77\\\\xab6\\\\xf0\\\\xa8w\\\\x05\\\\x00\\\\x01\\\\xaa\\\\xf8\\\\xeb\\\\x1a\\\\x0e\\\\xb5D\\\\xb6\\\\xf3\\\\xf5\\\\x02\\\\xe5P\\\\xdc\\\\xc4\\\\x84\\\\x99\\\\x89\\\\xc46N\\\\x1d\\\\xfc\\\\x85\\\\x1c\\\\x92~V\\\\x8a\\\\x82d\\\\x0b\\\\xdc+\\\\xfb\\\\xd0\\\\x00DU2F\\\\x80\\\\xe8c\\\\xad8Y\\\\x89\\\\x8b\\\\x89v\\\\xac\\\\xe8\\\\xdbqSD\\\\xa7\\\\x97\\\\x96\\\\xe2\\\\x87\\\\xb1\\\\xd85\\\\xd5\\\\x16$8\\\\x0c\\\\xa1H&Y\\\\x87q\\\\xa7\\\\x87@I\\\\x00\\\\xd6\\\\xa9x$\\\\xd7\\\\x1c\\\\x85\\\\xecBP%\\\\xd4\\\\xb8p\\\\xa3j\\\\xb7mc\\\\xf1\\\\x1f\"\\\\x7f\\\\xcb\\\\xaa\\\\xa7\\\\xddu\\\\xd1\\\\x94EQ\\\\xb3^6>&\\\\xec\\\\xaa\\\\xd5\\\\xee$;$\\\\x94U3&H$O\\\\x90\\\\xfd\\\\x9dYg\\\\x15\\\\xaaT\\\\x86~J\\\\x12\\\\xf34\\\\xbbn\\\\xa6\\\\xa5;\\\\xc0\\\\xdd\\\\x04K\\\\x00\\\\x04\\\\x8d{\\\\xee\\\\x04\\\\x19\\\\x88=\\\\xba\\\\'\\\\xa2\\\\x08\\\\xcb\\\\x92\\\\xf6\\\\xab0\\\\xef\\\\xdar)\\\\x17\\\\xaa\\\\xb05W\\\\x01\\\\x99\\\\x88\\\\'n\\\\xb3\\\\xa1\\\\x1d\\\\x8fx\\\\xe851u\\\\xd8\\\\x978\\\\xa2c\\\\x1c\\\\xe4\\\\x06\\\\xaf\\\\x1b\\\\x12\\\\x9c\\\\x17T\\\\xd8\\\\xc2\\\\xce\\\\xc7\\\\xb6\\\\xbe\\\\x832\\\\x08\\\\xec:\\\\x87/\\\\xc9\\\\x18\\\\x1a\\\\x83F\\\\x8d\\\\x9a\\\\x1djr8\\\\xd4\\\\x8bS$8\\\\xac\\\\xb0\\\\xfc\\\\xb2\\\\xae\\\\xe4$\\\\t\\\\xec\\\\xbd\\\\xbb\\\\x8e\\\\xc3\\\\xa88b\\\\xa0\\\\x99D\\\\xf4C\\\\xdf7\"\\\\xfb\\\\x80\\\\xbe\\\\xf506\\\\xab;(bua\\\\x0b2H\\\\xdb\\\\xdf\\\\xc7\\\\xa8\\\\x88\\\\x02\\\\x8a\\\\'-T\\\\xfb\\\\xad\\\\xea\\\\xf8\\\\xae\\\\x8aY\\\\x8d\\\\x96h\\\\xaeCN\\\\xd6\\\\x10I:\\\\xc0\\\\x07I\\\\xfb\\\\xba\\\\xed \\\\xa8!\\\\xcfr\\\\xfdUYvX\\\\xaa\\\\xbc{\\\\xd5\\\\xee\\\\r=\\\\xcd\\\\xc8D0\\\\n\\\\xdfX\\\\xf0\\\\x9e\\\\x8cD\\\\x85\\\\x1aK3&J\\\\xac\\\\xc7\\\\xc1\\\\xa1E\\\\xb9\\\\x0021p\\\\xe9\\\\x07\\\\xc0\\\\x99\\\\xd5\\\\x86\\\\xb1\\\\xa7o\\\\xdb\\\\xd0\\\\x98f\\\\x9c$\\\\x04X%\\\\xdb\\\\xf21\\\\xeem\\\\x8b\\\\x94_\\\\xdd\\\\xdc\\\\x8c\\\\xc1\\\\x98\\\\x04\\\\x9dX\\\\xe9\\\\xdc\\\\x82<\\\\xba\\\\x90\\\\x1c$\\\\x92N\\\\x0b<\\\\']|>\\\\x9d\\\\x03P\\\\xa2j\\\\xb3\\\\xad\\\\t\\\\xc2\\\\xe3V\\\\xef}\\\\x15\\\\x9c\\\\xa7r\\\\x01\\\\x9fS\\\\x05m\\\\x01\\\\r\\\\xaa\\\\x82\\\\x0f\\\\x7f\\\\xa7H\\\\xb5\\\\xb2\\\\x80:\\\\xc0.\\\\x8eR$3\\\\xa9\\\\'\\\\'\\\\x94F\\\\xf6i\\\\x0f]U\\\\xa8-\\\\xb0j+\\\\xfc+\\\\xda\\\\x0frO\\\\xd0\\\\xf8\\\\xc7WK\\\\xa5\\\\xe0\\\\xb1\\\\xc79\\\\x8c\\\\xc9\\\\xf9\\\\xec\\\\x86\\\\xc5\\\\xf5\\\\x05\\\\xb03\\\\x16om\\\\xe4jVt\\\\x83\\\\xac\\\\x1f\\\\xa7U\\\\xa7h\\\\x10F\\\\x08\\\\xc4\\\\x88\\\\xcd\\\\x1b#\\\\x08\\\\xd0\\\\x10\\\\xd22\\\\x81\\\\x00\\\\xad\\\\xc3\\\\xd1\\\\xb8\\\\x8f\\\\xc4\\\\xd3$(=\\\\xfc\\\\xa3\\\\xa3\\\\x80\\\\x10\\\\x8b\\\\x01D\\\\xf9\\\\x110\\\\xe5.d\\\\xad\\\\x94\\\\xfa\\\\xb1j\\\\xaa\\\\xbb\\\\xb7\\\\x82\\\\x15\\\\xe7@5#@G\\\\xd6I\\\\xeb\\\\xa53FU=\\\\xbcrSjg\\\\xac\\\\x06\\\\xcb\\\\xc9\\\\x01\\\\x15wW\\\\x8fY\\\\n\\\\x19O`\\\\n\\\\x82\\\\x08\\\\xd6\\\\t\\\\x1d\\\\x00&F\\\\xa54\\\\x13\\\\x11B\\\\xcas\\\\xd1\\\\x8b\\\\x90\\\\x8e\\\\x945\\\\xb7]i&\\\\xd7}!F\\\\x93>\\\\x00\\\\x7f\\\\xa65\\\\xf3=9\\\\x86\\\\nt8\\\\xa2\\\\x1fg\\\\x1el\\\\xb0\\\\xd7Z\\\\x14QY[\\\\x18\\\\x00=F4\\\\x9dD\\\\xf8u:*\\\\x80@\\\\x9a\"\\\\x98\\\\xcb\\\\x8b\\\\x83\\\\xb0X\\\\xdb\\\\xebe\\\\xdf\\\\xec!\\\\xda\\\\xbe\\\\x04\\\\x19\\\\xd0\\\\xf7\\\\xf2\\\\x9e\\\\xa4D\\\\x04\\\\xc1\\\\x06\\\\x1cUm\\\\xbf\\\\x94f\\\\xae\\\\xc4\\\\xaa\\\\x8d\\\\xc6\\\\x01\\\\x1a\\\\x07\\\\x00\\\\t\\\\x90#\\\\xc3N\\\\x83K\\\\x86(\\\\x8c\\\\xe8\\\\x87\"g[\\\\xb7\"\\\\xb2\\\\xc6\\\\xa2\\\\x0e\\\\xd6\\\\xd5\\\\xc9$\\\\x83\\\\xb4n\\\\xfa\\\\x0e\\\\xd3\\\\xa7J6\\\\x018.\\\\x89\\\\x92\\\\'_\\\\x1diz[%\\\\xb6 `\\\\xb7\\\\x86\\\\x96&\\\\x7f\\\\xef,\\\\xf9\\\\x9d{w\\\\xe8\\\\xa3j1.\\\\x119j\\\\x95\\\\xbd\\\\xec\\\\xad\\\\xdd*TgMH\\\\x16\\\\x0fj\\\\x17q\\\\xee\\\\xc4\\\\xf7:\\\\xeb\\\\xf6i\\\\xd1\\\\xc4\\\\x89Qt\\\\xf9\\\\x1f\\\\x15\\\\x1e\\\\xd1hK\\\\xe3\"\\\\xca1\\\\xc1\\\\xd8\\\\xc0\\\\x8dac\\\\xf9c\\\\xc5H\\\\xef\\\\xff\\\\x00\\\\x0e\\\\x9cM\\\\x1d,\\\\xe3\\\\x8d\\\\x10\\\\xa7\\\\xa2\\\\xcb\\\\x9e\\\\xcakE2\\\\x84\\\\x14$\\\\x17\\\\x01 \\\\xe8\\\\xda\\\\xea\\\\x06\\\\x91\\\\xe2?gB\\\\x1c\\\\xa8nX&\\\\xce4\\\\xba\\\\xe0WE\\\\x81)P\\\\xc6\\\\xd0\\\\xc5W\\\\xd4{\\\\xc9\\\\xda#^\\\\xdfo\\\\xd7\\\\xa3`b\\\\xdc\\\\x95\\\\xc8\\\\\\\\\\\\xf4h\\\\xa0_\\\\xb2\\\\x92\\\\xec\\\\xd2\\\\xf5S{)\\\\x82\\\\x1a\\\\t$\\\\xaa\\\\xccB\\\\x93\\\\x07\\\\xc4\\\\x93\\\\xf6t&.\\\\x1cQ\\\\xd0\\\\x10\\\\xfd\\\\x10E\\\\xa2\\\\x9amf\\\\x96C\\\\n,2\\\\x1bV\\\\xed\\\\xa4\\\\xf8\\\\x81\\\\xe3\\\\xe3\\\\xd0\\\\x91\\\\x91\\\\t\\\\x04\\\\x00]\\\\xd5\\\\x89\\\\xf1\\\\xae\\\\x1b\\\\x1e\\\\xf7\\\\xae\\\\xc4S\\\\xee\\\\x93\\\\xb6\\\\xb2\\\\xc7S\\\\x03v\\\\xd2\\\\x06\\\\x82@\\\\xed=>\\\\x01\\\\xd1\\\\xc1\\\\x89F\\\\xb3\\\\xf1Ml\\\\x04\\\\xaam\\\\xda\\\\x9b\\\\x89\\\\xee4\\\\x92\\\\x001\\\\xac\\\\x8f\\\\x0f\\\\xa7J\\\\xb9\\\\x17\\\\xa2\\\\tD:5]\\\\x83\\\\x0b\\\\x0e\\\\xe8\\\\x07c\\\\xd6\\\\xf6Z\\\\x10.\\\\xdfI2\\\\x07\\\\x88\\\\xf1\\\\xf0\\\\xfb\\\\xbcz\\\\x08f3O\\\\xb2\\\\t=\\\\x9eK\\\\x80\\\\xbfQy\\\\xac\\\\xaeO\\\\x9f\\\\xe4\\\\xe8\\\\xa1\\\\x1d\\\\xa8\\\\xb2\\\\xf2\\\\x96\\\\xb0;\\\\xf6\\\\x16h\\\\x1b\\\\x04y\\\\x18\\\\xed\\\\xdez\\\\xf3\\\\x7f#nFz\\\\x87\\\\xeb\\\\xf7\\\\xe3\\\\xf0\\\\xad\\\\x1b\\\\x84\\\\x1eo\\\\xf4Q>3\\\\xf0\\\\x1fv\\\\xa7\\\\xe49 \\\\xb4+\\\\x82\\\\xf8\\\\xd8\\\\xb7n\\\\x04\\\\xa2\\\\xb6\\\\xbd\\\\xb5\\\\r\\\\xf4\\\\x13\\\\xdf\\\\xa0\\\\xb3\\\\xb77\"Fm\\\\xc7b\\\\t\\\\x1a\\\\xbb\\\\xab\\\\x97\\\\x89\\\\xc0\\\\xc4\\\\xe2i9y\\\\xcb\\\\x15*N;\\\\xac6\\\\xe2\\\\x04\\\\xa9\\\\x0b$\\\\x88\\\\x88\\\\x8e\\\\x9d\\\\x00,\\\\xc1\\\\x89\\\\xd4G\\\\x0c\\\\x9d\\\\x08k/\\\\x82\\\\xa3\\\\xbfW\\\\xff\\\\x00\\\\xdc\\\\x1f\\\\xc7> \\\\xd9\\\\xcf\\\\xbf\\\\xa9\\\\x05\\\\x97\\\\x10\\\\xe9\\\\x97\\\\x07\\\\xe5\\\\xb9\\\\x98[^\\\\xb17.\\\\xf9R\\\\xc4,@\\\\x83$\\\\x92Zd\\\\xf4\\\\xd8]gt\\\\x8b\\\\x965\\\\xb6L\\\\xa7\\\\xb7\\\\xea\\\\'6Q\\\\x95X\\\\x06e\\\\nX\\\\x9e\\\\xe3q-\\\\xb8\\\\x88&~\\\\x91\\\\xfb\\\\xba\\\\xe3{\\\\x90Q\\\\x1d\\\\xb0\\\\x19\\\\x93\\\\xdf\\\\xc5\\\\x16\\\\x1f\\\\xfe\\\\x90\\\\xb9\\\\xaf%\\\\xff\\\\x00\\\\xc7g\\\\xfe\\\\xf7]\\\\xef\\\\xf4\\\\n\\\\x7f\\\\xc7\\\\xff\\\\x00\\\\xc8\\\\xf9/\\\\xff\\\\xd3\\\\xa2-\\\\xa7#\\\\x8c\\\\xb6\\\\r\\\\x06\\\\x9c\\\\x84Q\\\\xec\\\\xac\\\\xb0\\\\t\\\\xbfPI\\\\xec\\\\xbd\\\\x89\\\\xfd\\\\x9dy\\\\xa1L1_\\\\x0e}=\\\\xbc\\\\xd5\\\\x81\\\\x83]\\\\xd9x\\\\x99u\\\\xe6\\\\xfb\\\\x95\\\\xad\\\\x04+\\\\xdbj\\\\x1a\\\\xdaL@#\\\\xba\\\\xc9\\\\xf3\\\\xd3\\\\xcb\\\\xc3\\\\xa3\\\\xb9H\\\\xba\\\\xd2\\\\xb65@\\\\x8f4$\\\\x9e+%\\\\xad\\\\xc2\\\\xc8\\\\xacW\\\\x90-\\\\xfea\\\\x05\\\\x96\\\\x03\\\\x0f\\\\xc1\\\\xb3P\\\\x01\\\\x89\\\\x91:\\\\xf8\\\\xf9&\\\\r\\\\xa5\\\\xba\\\\xa4\\\\xe9\\\\x88,R\\\\xe7;\\\\x89\\\\xedY\\\\xb7\\\\x16\\\\x8fw\\\\x07\\\\x1d%,0Wq\\\\xd6\\\\x03\\\\x1e\\\\xd1\\\\xf4\\\\xfb:\\\\xe0N\\\\t\\\\x17\\\\xa0#\\\\x86\\\\t;#\\\\x13\\\\xdeC\\\\x97hV\\\\xafg\\\\xb7j7\\\\xa8L\\\\xed\\\\x05`\\\\x91;t\\\\xed#\\\\xa9\\\\x8e.Th\\\\xc2\\\\\\\\\\\\x92\\\\xfd\\\\x1cN%9X\\\\xa8\\\\xf5\\\\x9bk\\\\xae\\\\xc66\\\\xb5L\\\\x17bIb\\\\xaa\\\\xc6b`\\\\x89\\\\x9e\\\\x8a\\\\x00\\\\x02\\\\xe9\\\\xb6\\\\xc8\\\\x04\\\\x0cWf\\\\xfc\\\\x17\\\\x113x\\\\x1cK\\\\x97w\\\\xb4\\\\x03mV\\\\xd5\\\\xc1\\\\xd4\\\\x82\\\\xe3\\\\xbb\\\\x7f\\\\x9f]t\\\\x16\\\\xed[\\\\x96\\\\x86\\\\xa0\\\\xf9&\\\\xdc\\\\xbcV\\\\xc5\\\\xad\\\\x85M\\\\xed\\\\xe8\\\\xc5\\\\x14\\\\x18\\\\xf1\\\\x13\\\\xb4\\\\xc0\\\\xef\\\\x03\\\\xbfT#h\\\\x02\\\\xef\\\\x8a\\\\x8b\\\\xb2`\\\\xc9xdX\\\\x8c\\\\xe0z\\\\xb7\\\\xbf\\\\xa8\\\\x06\\\\xdb\\\\'\\\\xf1\\\\x10\\\\xc0jd\\\\x8e\\\\xac\\\\x0baR2Q\\\\xceM\\\\x96Q\\\\xa8\\\\xde\\\\x8e\\\\xdbRT\\\\x86rXA\\\\x8d{\\\\xcf~\\\\xb8\\\\x92\\\\x88\\\\x00jq^6bTI \\\\xb6\\\\xfb\\\\x18\\\\xb3Ic\\\\xdf\\\\xe9\\\\xdc\\\\x0f\\\\xda:\\\\xefv9(1/D[\\\\x03;\\\\x18\\\\xae\\\\xff\\\\x00h\\\\x90\\\\x84\\\\xab\\\\xb6\\\\xe6 \\\\x00\\\\x01\\\\xef\\\\xa6\\\\xbd\\\\xf5\\\\x1dLd\\\\x08]\\\\x01Z-\\\\xbc\\\\xb1\\\\xb4\\\\xd6o\\\\xc6\\\\x04\\\\xb2\\\\x80Z\\\\xd2@\\\\x925$@\" \\\\xeb\\\\xd5{\\\\xf1aL\\\\xd5\\\\x89K\\\\x97$\\\\x1f\\\\x07\\\\x92\\\\xb6\\\\xc2\\\\x94Z\\\\x8e\\\\xc6\\\\x08\\\\x06Wq\\\\x00\\\\x1f\\\\x00|\\\\xfcA\\\\xff\\\\x00\\\\x1e\\\\x8a\\\\xcc\\\\xcbV\\\\xa9\\\\x07\\\\x1a,\\\\xb2*I@\\\\xac\\\\x89ZI\\\\x92\\\\xa6\\\\xc2\\\\xaaO~\\\\xd2u\\\\xfd\\\\xfdX\\\\t`\\\\x90\\\\xa5R\\\\x98\\\\xcc\\\\xa9^\\\\xd5$\\\\x12\\\\x95\\\\x80H\\\\x1a\\\\xfa`\\\\x8e\\\\xde\\\\x1f\\\\xd8u\\\\xd2\\\\x8b\\\\x84B\\\\xa2\\\\xaa\\\\x03_\\\\xecZ\\\\xc8\\\\x16\\\\xc5\\\\xb0\\\\x00\\\\xaaw\\\\x00\\\\xaa\\\\xa6d\\\\xf6\\\\xd0\\\\x12>\\\\xd8\\\\xe8H\\\\xad\\\\x14\\\\xb8\\\\xcdcvF6pP\\\\xf5\\\\x14\\\\xb2\\\\xb2\\\\xc5\\\\x98\\\\xed\\\\xd0\\\\xed\\\\x130;\\\\x81\\\\xe2I\\\\x1d\\\\x16\\\\x90Er])7b\\\\xfc\\\\xb4\\\\xfaD\\\\x0fr\\\\xba\\\\x98\\\\x03R(\\\\x0cI\\\\x81\\\\xf8T\\\\x8f\\\\x11\\\\xfe]N\\\\x96\\\\xc5sT\\\\x02\\\\xa6%\\\\x18Pk\\\\n\\\\xc1\\\\xd4H\\\\xb4\\\\x83\\\\xf8\\\\xbc\\\\xbds\\\\xb2\\\\x92Ob\\\\x84\\\\x9c}\\\\x97_[\\\\xa1\\\\x96\\\\x00Y\\\\xb0\\\\xbe\\\\xd2v\\\\x88\\\\x12\\\\x06\\\\x91+\\\\xa0\\\\xf2\\\\x8e\\\\xa4D\\\\xbd\\\\x14\\\\x08`Q\\\\xca\\\\xb8\\\\xbeN\\\\xc5\\\\x15=U\\\\xe5l,wk^\\\\xd5\\\\xfa\\\\x95\\\\x92$\\\\x19\\\\xef\\\\xd4\\\\xe9)\\\\xa1\\\\x01\\\\xca\\\\xc1\\\\xcc\\\\xad\\\\x95Z\\\\xf2K \\\\xda\\\\xa9a*\\\\xaa\\\\x0e\\\\xd3^\\\\xe2N\\\\xb1\\\\xdf\\\\xa1\\\\x04\\\\xb6)&\\\\x05\\\\xe9\\\\x9a\\\\x8f\\\\x8f\\\\x81y\\\\xbc\\\\xdb\\\\xf9\\\\xb5\\\\xc7\\\\t\\\\x0fS\\\\x12\\\\xda\\\\xbc\\\\xc2\\\\x83\\\\x04\\\\xc0\\\\xfb:\\\\x93m\\\\xcb\\\\xba\\\\x88;\\\\xd55\\\\xe0`W\\\\xca\\\\xdd^!\\\\xca\\\\xae\\\\xd4\\\\xb0\\\\xa9\\\\x1b\\\\x9c\\\\x01\\\\x00\\\\xed$\\\\xef\\\\x13\\\\xa9\\\\'I\\\\xd0y\\\\xcfGn\\\\xd6\\\\xa2\\\\xc9\\\\xf0\\\\x86\\\\xb3Tc\\\\xe4\\\\xbf\\\\x08o\\\\x8e\\\\x9aFN\\\\x16>M\\\\xf6\\\\x05z\\\\xc6-\\\\xabp\\\\x05\\\\x81\\\\x86\\\\x0e\\\\t* k\\\\xe3\\\\xe5\\\\xd3nX0-\\\\x9a\\\\xb1\\\\xba\\\\xd9J\\\\xccA9\\\\xf8\\\\xa4<\\\\xdb.J\\\\x82\\\\xa6\\\\x17\\\\xe5}\\\\xb7\\\\x9bZ\\\\xd5\\\\x05\\\\x86\\\\xa0\\\\x00A\\\\x04\\\\x90Oi\\\\x11?^\\\\xab\\\\x97T\\\\'#\\\\x90\\\\xaa\\\\x93\\\\x88\\\\xb9%C\\\\xd5}\\\\x08\\\\xce\\\\xe5\\\\x82\\\\x98\\\\x1f\\\\x8aZX\\\\xeb\\\\xb2N\\\\x9d\\\\xf5\\\\xea]\\\\x0c_\"\\\\xb1\\\\x7f\\\\xea\\\\xd8\\\\x8d\\\\xee\\\\xa1\\\\x03\\\\xdf3_\\\\xabOW\\\\x80\\\\x1a\\\\xf6\\\\x07\\\\xb4i\\\\xd0\\\\x99f\\\\x8d\\\\xe6V+\\\\x9b\\\\x90\\\\xea\\\\xfb\\\\x9a\\\\xe0\\\\xd6h`\\\\xec]\\\\xa4m3\\\\xb6;v\\\\xd7S\\\\xfd\\\\xe0N\\\\xae\\\\xc4\\\\x02E\\\\xd6\\\\xca1y\\\\xac\\\\x99\\\\xf6wV\\\\xccA*\\\\xfb\\\\x80:\\\\x8f2L\\\\xc4\\\\xf8\\\\x7f\\\\x7fS!N\\\\xd5\\\\xd1pU\\\\xdb\\\\xf0\\\\xfe\"\\\\xcc*\\\\x89\\\\xb9\\\\xcd\\\\xf7\\\\xfbd\\\\x04s\\\\xba,;\\\\x86\\\\xf2$H3\\\\xa0\\\\xf1\\\\xed\\\\xf4\\\\xea\\\\x9cG\\\\xaa\\\\xa4\\\\xad=\\\\xbckT\\\\xd3\\\\xc8a-\\\\x95V\\\\xb6\\\\x85 kW\\\\xb6G\\\\xb8\\\\xa7S\\\\xacv\\\\x82\\\\t\\\\x04\\\\xf8xi\\\\xd3\\\\xe7j\\\\x12\\\\x0ch\\\\x16\\\\x93\\\\x90_\\\\x14\\\\x9b\\\\x93\\\\x81m,\\\\xcbK~f\\\\x95-\\\\xb7y\\\\x0e\\\\xc4\\\\xbfy\\\\x98\\\\x1a\\\\xe8z\\\\xcb\\\\xbb\\\\xb51 b\\\\x11\\\\x8b\\\\xbf\\\\xeaX-\\\\xb4c\\\\xd4\\\\xb7ec\\\\x87W\\\\x1b-U\\\\x8d\\\\xc0A\\\\x04K\\\\r;h\\\\xday\\\\x8e\\\\xa2\\\\xdcZ\\\\xa6\\\\xae\\\\x91~\\\\xe3\\\\x86\\\\'\\\\x04\\\\xbd\\\\x92\\\\xbf\\\\x1f\\\\xc9\\\\xca\\\\xbd)\\\\xfeUe\\\\t\\\\n\\\\xbb\\\\x95^`\\\\x82\\\\x8b\\\\x1d\\\\xd8\\\\xcc\\\\xe9\\\\xac~\\\\xdd[d\\\\x91\\\\xc86\\\\x0b*\\\\xe4\\\\x804@\\\\xb9\\\\x15\\\\xc3\\\\x18\\\\xeb\\\\xf9k@f;J\\\\x02\\\\x19\\\\xca\\\\xc1\\\\xdaZ\\\\x01>\\\\x06Lv\\\\xe9\\\\xe0\\\\x12\\\\x1c\\\\xa4\\\\xea\\\\xabs@\\\\xdb\\\\x1a\\\\xa2)U\\\\xcdE\\\\xa8\\\\x87!J\\\\x92\\\\xf2V\\\\x02\\\\xf8\\\\x88\\\\x80f|&:a\\\\x02\\\\x95P\\\\xe0Q\\\\xd4o\\\\xfd1VV\\\\xd3w\\\\'\\\\xb4\\\\xd8\\\\xdb\\\\xb7n\\\\xdc\\\\xb2b@b\\\\xc1u_\\\\x03\\\\xe0{u\\\\x06\\\\xdb\\\\x97C\\\\xa3\\\\xaa\\\\xc1\\\\xb8\\\\x8c\\\\x1a\\\\xef\\\\xa6\\\\xac|\\\\x84S+\\\\x0c6\\\\x80\\\\xac\\\\t\\\\xda\\\\xacdyF\\\\xbd\\\\xfa- \\\\xe6\\\\xbb\\\\xdb\\\\xab\\\\x04\\\\xc5o\\\\xc4\\\\xb3\\\\xf8\\\\xbc_\\\\xcde\\\\xa5x\\\\xcb\\\\x95Z\\\\xba=A,\\\\x95\\\\x02\\\\t$\\\\x13\\\\xa9:\\\\x83\\\\x1d\\\\xfad\\\\xac6)\\\\xf2\\\\xda\\\\x98\\\\n\\\\xe2\\\\x93\\\\xaf\\\\xc7\\\\x16Z\\\\xc9\\\\xfdC\\\\xda\\\\xad_\\\\xf9\\\\xc8\\\\xa7\\\\xd2\\\\xeb\\\\xe2T\\\\x08\\\\xd7MO\\\\x84\\\\xf5^Q\\\\x05W\\\\xce\\\\xa5x\\\\xc3\\\\x1a\\\\xd5\\\\xa3\\\\x7f*\\\\x11\\\\x9dB\\\\xc2\\\\xed\\\\xd010||b6\\\\xc8#\\\\xaex\\\\x80\\\\xc1O\\\\'8\\\\xa3V\\\\xd1\\\\xf1\\\\x9czAQQP\\\\x0c;\\\\xf6\\\\x94\\\\x04I\\\\xda\\\\'\\\\xb7\\\\x84u\\\\x121ne2\"\\\\x11\\\\xc4\\\\xac+lQ\\\\x0f\\\\x82\\\\xcbH\\\\xa9\\\\x89\\\\x86]\\\\xc4\\\\x13\\\\xb7\\\\xc1A\\\\x05\\\\x84\\\\x19\\\\xef\\\\xd7>\\\\x1ah\\\\xa2:N\\\\x0c\\\\x85\\\\xe7\\\\xf1\\\\xf9yd{\\\\xbc\\\\x80\\\\xa6\\\\xc1\\\\n\\\\x1d\\\\\\\\\\\\xc9\\\\x81\\\\xe92|\\\\x0fy\\\\xf2\\\\xeb\\\\x98\\\\xca\\\\xa8e\\\\x175(M\\\\xbcm\\\\xe5\\\\xe1\\\\xf9*\\\\xad\\\\xde\\\\xc1\\\\x84\\\\xfa\\\\xa7h%WY\\\\xfe O\\\\x91\\\\xed\\\\xd4\\\\x10\\\\x01K\\\\xd3^j]\\\\x1cVS=KM\\\\xb5*\\\\xabk5\\\\x90\\\\x0e\\\\xa5\\\\x81R \\\\x11\\\\xa7\\\\x7f\\\\x0e\\\\xbbJ8G\\\\x92?\\\\xf9w\\\\xf6(\\\\x17r\\\\x8a(\\\\x08\\\\nV\\\\xa3S\\\\xb8\\\\x13\\\\xab\\\\x1d\\\\x01\\\\x04@\\\\x00\\\\xeb\\\\xd7\\\\x1e\\\\xd4\\\\xd1\\\\x85M\\\\x16\\\\x0b_\\\\x0e\\\\xac\\\\xc9k\\\\xa5vV\\\\x8ci\\\\xdb\"m2\\\\x14\\\\x95\\\\xeed\\\\xf6\\\\xf0\\\\xfb\\\\x8fG\\\\x11\\\\x06\\\\xaa\\\\x82\"qd\"\\\\xeb\\\\xb7\\\\x13E\\\\xd9\\\\xa0V\\\\xc7\\\\xf9\\\\xd1\\\\xb40P5E>&u\\\\xff\\\\x00>\\\\xa7\\\\n$\\\\x93F\\\\n~\\\\x17\\\\xe4B\\\\xda\\\\xab\\\\x95{\\\\xd6\\\\xc4\\\\x9b\\\\x15l\\\\'\\\\xb3\\\\x18\\\\'\\\\xb6\\\\x84\\\\x9f\\\\xd9\\\\xe5=,\\\\xca\"\\\\x89\\\\x91\\\\x88w\\\\xc4\\\\xac\\\\xee\\\\xbf\\\\x8a\\\\xa5\\\\xff\\\\x00.\\\\xf4\\\\x1b\\\\xac\\\\xdf\\\\xb9\\\\xc0=\\\\xbcF\\\\xb0$1\\\\x1d\\\\xff\\\\x00\\\\xc3\\\\xa5\\\\xceQgd\\\\xc6\\\\x01i\\\\xbb\\\\xe4\\\\x14T\\\\xad\\\\x8d\\\\xf9%5\\\\xd8#\\\\xd4\\\\x80\\\\x93:\\\\x81\\\\x0b\\\\x1eQ\\\\xdfX\\\\xe9\\\\'p\\\\xc5\\\\x8e<\\\\xd1\\\\xb8v\\\\x01A\\\\xab*\\\\xbc\\\\xab\\\\x0f\\\\xa1\\\\x83\\\\x92\\\\xc2\\\\x08\\\\x01\\\\xa7C\\\\xa6\\\\xa3O\\\\r:\\\\xaf=\\\\xcd\\\\r*\\\\xde\\\\xa63 \\\\xd1\\\\x1ce\\\\xc8\\\\xa6\\\\xd3Sf\\\\x15v\\\\x0e\\\\xc5}\\\\x17-\\\\xa1\\\\x8a\\\\x90}@\\\\x8d\\\\xd2$\\\\x90\\\\xd3\\\\xe7\\\\xe7\\\\xafA?Q\\\\xaa\\\\x830pA~Vm\\\\xc4\\\\xe2\\\\xedZk\\\\xb0\\\\xde\\\\xfe\\\\x80\\\\x18j\\\\x0b\\\\x10@\\\\x00\\\\x18\\\\x90\\\\x14v1\\\\xe2zX\\\\x1a\\\\x03\\\\xe4\\\\xafX\\\\x8b\\\\x85\\\\xcd\\\\xd8\\\\x1f\\\\x0c\\\\xc2\\\\xfe\\\\xa6\\\\x99\\\\x16W]\\\\xb6\\\\xa8ck;\\\\xb9\\\\x96$v\\\\x00\\\\x9d\\\\x04\\\\xf7\\\\x03H\\\\x8e\\\\xb0\\\\xee\\\\x03+\\\\x8e\\\\xe0\\\\x14\\\\xf8Zp\\\\x98>E\\\\x97\\\\xf1^\\\\x13\\\\x80\\\\x19\\\\xbc\\\\xa6u\\\\\\\\o\\\\xe5\\\\tl\\\\x8eZ\\\\xdb\\\\x7f\\\\x90\\\\xa3n\\\\x81\\\\x15\\\\x81%\\\\xa0xw\\\\xed\\\\xd1Jb`F\\\\xd9\\\\xf5\\\\xe1\\\\xdf\\\\xd81uj\\\\xdd\\\\x90K\\\\x1cr_:?U?\\\\xdcnw,\\\\xd9\\\\x1c7\\\\xc2\\\\xda\\\\xcc\\\\x1e=f\\\\xa7\\\\xe6\\\\x18\\\\x15\\\\xb6\\\\xe1\\\\x10\\\\xcc\\\\x82};\\\\xa7\\\\xf6u\\\\xbd\\\\xf1\\\\xbf\\\\xf5\\\\xd1\\\\x16\\\\xb9~\\\\xb4\\\\xfdr\\\\xef\\\\xff\\\\x00\\\\xfcE9\\\\xba\\\\xdd\\\\xda\\\\xfc`\\\\xa4\\\\xaex.O\\\\xba\\\\xeb\\\\xb2,k\\\\xaf\\\\xb5\\\\xee\\\\xb5\\\\xcc\\\\xbd\\\\x8eK1?Ru=z\\\\xa0\\\\x00\\\\x0c0\\\\x0b`\\\\x00(\\\\x16\\\\xae\\\\xb9J+\\\\xc6\\\\xf1\\\\xef\\\\x99\\\\'hd,+\\\\xf4\\\\xfa\\\\x9c3v!\\\\x01\\\\x04\\\\xff\\\\x00\\\\x8f\\\\x84\\\\xf8\\\\x1cC\\\\xa8)\\\\xb3\\\\xff\\\\x00He\\\\x06kv\\\\xd5O\\\\xb8\\\\x83\\\\xd9g\\\\x1b\\\\xab\\\\x9d\\\\x01,\\\\xac\\\\xbak\\\\xd8\\\\t\\\\xf2>=\\\\x1e\\\\x84:\\\\x90NO\\\\x81\\\\xb3\\\\x8fSm\\\\x844\\\\x1f\\\\xe6%a\\\\xa1@\\\\x00\\\\x9fT\\\\x11&~\\\\xcf\\\\xa6\\\\xa3\\\\xa10R\\\\xe9g\\\\xa5\\\\xa2_\\\\xba\\\\xe5\\\\xcb\\\\xff\\\\xd4L\\\\xe5\\\\xb8?f\\\\xea\\\\xaf\\\\xaf\\\\xdc\\\\xbd\\\\x99\\\\x14\\\\xda\\\\xe0\\\\xef,TL\\\\xeb\";O\\\\xfc:\\\\xf3\\\\xb7\"B\\\\xf8\\\\xe4\\\\xec\\\\xe2R\\\\xd73\\\\xf2,\\\\x9b\\\\xf9\\\\nj\\\\xc4pl\\\\xc7Y\\\\xb1\\\\xce\\\\x8a\\\\xec\\\\xaaI\\\\x1a\\\\xf9\\\\x18\\\\xfb\\\\x7f\\\\xb8M\\\\xe9JUI\\\\xbbt\\\\xe1\\\\x1c\\\\x82V^B\\\\xccl\\\\x9b,\\\\xce\\\\xafm\\\\xf5\\\\xb0ctn\\\\xdf*B\\\\xe8\\\\t\\\\x1d\\\\xc6\\\\x9ff\\\\x9e=(\\\\x06*\\\\xbe\\\\xb1\\\\x13\\\\xda\\\\x9cs\\\\xa9\\\\xcb\\\\xe5x\\\\xc4\\\\x0bJ\\\\xd3\\\\x84l_pZ}I\\\\x03M\\\\xda\\\\xeb\\\\xa8\\\\xfb\\\\xfc|:f\\\\x92\\\\xd8+\\\\x9a\\\\r\\\\xc8\\\\xe0\\\\x86\\\\x9e\\\\x11(\\\\xc7\\\\xf6^\\\\xb5W\\\\x90\\\\xb6\\\\x1a\\\\xa6\\\\x19\\\\xc7\\\\xac\\\\xab\\\\x181\\\\xb8\\\\xa9\\\\xd7\\\\xcf\\\\xc7\\\\xa3\\\\x11\\\\x00\\\\xa96t\\\\xc6\\\\xa8\\\\x05\\\\x1f\\\\x1f\\\\xb5\\\\xec\\\\xc6\\\\xb7#\\\\x19\\\\x92\\\\x8b\\\\xec\\\\x8bL\\\\x04\\\\xb1\\\\x10\\\\xc8\\\\nD\\\\x19\\\\xd3S\\\\x1dD\\\\x03\\\\x17I\\\\xb7l\\\\x99v\\\\xf1U\\\\xd5?\\\\xa7X\\\\xf5\\\\xe3p\\\\x96c\\\\xbb\\\\xa3\\\\n\\\\xf7\\\\x9a\\\\xf5\\\\x00k\\\\xaa\\\\xc4n$\\\\x19\\\\xed\\\\x03\\\\xcf\\\\xae\\\\xbb@\\\\xc0\\\\xafEb\\\\x07MSfj#\\\\'\\\\xf3\\\\x7f\\\\x02\\\\xc6\\\\xfbXIP\\\\xd0Od&\\\\t\\\\xfd\\\\xdd\\\\x87U\\\\x04\\\\x01)w\\\\x19$dP\\\\x12\\\\xc2\\\\xec\\\\x8c\\\\xcf`;\\\\xe0z\\\\x89Q\\\\xe0I\\\\x02\\\\x01\\\\x83\\\\x13\\\\xe2z2K\\\\xaalJ\\\\x83Z\\\\x14\\\\xb5M\\\\x92]\\\\x92\\\\x05\\\\x82\\\\x17Y\\\\xfc\\\\x07\\\\xbfx\\\\x10CtCL\\\\xc3#\\\\x82\\\\xd3\\\\xc8\\\\xd6\\\\xbe\\\\xe2\\\\x16\\\\xacXW\\\\xd2D\\\\xb4\\\\r\\\\xcb\\\\xa4\\\\x82Gp\\\\x97\\\\xc6{,\\\\xba\\\\xe6;\\\\x81\\\\xb2AW\\\\x92\\\\t\\\\x06cC\\\\xf4\\\\xfbz\\\\x86|\\\\x91\\\\xb9P-\\\\xe4Z\\\\xa1MtbCTU\\\\x96\\\\xd6$\\\\x90\\\\x7f\\\\x88\\\\xb34\\\\xc0\\\\'Q>?t\\\\xc1\\\\xa2U]o\\\\xc4\\\\xc9\\\\xe4\\\\xb2o\\\\xa9+\\\\xbf\\\\xd9C\\\\xfc\\\\xc7 \\\\xed\\\\xda\\\\'\\\\xd4\\\\te\\\\x1a0\\\\x105\\\\xef\\\\xf5\\\\xe9\\\\x13-\\\\x9al#\\\\x83\\\\xf1\\\\xe4\\\\xaeN\\\\x0c7\\\\x1d\\\\x8b_\\\\xbeE\\\\xac\\\\xe0\\\\xc0`f\\\\x0e\\\\x93\\\\xdcjH\\\\x07C\\\\xe5\\\\xd51(\\\\xc6U\\\\xa3\\\\xadk6\\\\xe4\\\\xd8\\\\xad\\\\x95r\\\\xd5\\\\\\\\\\\\xfbYI\\\\xdc\\\\t\\\\x92ue\\\\x06A\\\\x13?\\\\x8a\\\\x0fL\\\\x8e\\\\xea$\\\\xe0\\\\xad\\\\x1bl\\\\x89.%y\\\\x15{\\\\xbe\\\\xf5j\\\\xb07n%T\\\\x0fH$\\\\x18\"\\\\t\"?\\\\xcb\\\\xa6^\\\\x03K\\\\x8c\\\\x10j\"\\\\x84 \\\\xb9\\\\x96\\\\xf1\\\\xa2\\\\xcb\\\\xb1/\\\\xb5Z\\\\xe5\\\\x05X\\\\xb8\\\\xf5\\\\x16S\\\\x13\\\\xbdX\\\\xcc\\\\x08\\\\x1a\\\\x08\\\\x83=&\\\\xdd\\\\xc8\\\\x9c\\\\xd5k\\\\x93\\\\x89I\\\\xd9\\\\xff\\\\x00\\\\x1f\\\\xe3-\\\\xa9\\\\xed\\\\xc6\\\\xcc\\\\x80\\\\x03\\\\xb7\\\\xb7\\\\xf8B\\\\x83 \\\\x08\\\\x10<\\\\xbe\\\\x82;\\\\x0e\\\\xafB1\\\\x11uFq\\\\x04\\\\xa5t\\\\xe1\\\\xb0l\\\\xbe\\\\xc5\\\\xcc\\\\xbe\\\\xe4V\\\\x05Yi\\\\x02$\\\\x8d\\\\x003\\\\xdb\\\\xf7\\\\xc4O\\\\x8fE\\\\x0b\\\\x90\\\\xff\\\\x00Q!\\\\t\\\\xb4\\\\x1d\\\\x92\\\\xbeU\\\\x16\\\\xd0\\\\xc6\\\\x03\\\\xd9AM\\\\xea\\\\x08Sa\\\\x97\\\\x92L\\\\xc4\\\\xc7\\\\xef\\\\xe977\\\\x10\\\\x8d]A\\\\xb0C5P\\\\x9b\\\\xdb\\\\x92(\\\\xcc\\\\xb3R<\\\\xa1\\\\xadt\\\\x1d\\\\x89-+\\\\xac\\\\xc7s\\\\xdaN\\\\x9dR\\\\xbb\\\\xbd1\\\\xa8\\\\xe5\\\\xc1L\\\\xb7d\\\\x11P\\\\x94\\\\xcd<\\\\xd8\\\\xc8k,eEESZJ\\\\x90\\\\x18\\\\xff\\\\x00\\\\x08\\\\x13\\\\xacH\\\\xec$\\\\x8d;t\\\\x16\\\\xf7\\\\x97M(\\\\xe8=\\\\xa0\\\\x0b\\\\x8c\\\\x13\\\\xd7\\\\x0e\\\\xfc\\\\xdeuVq\\\\x99\\\\\\\\\\\\xdf\\\\xe5\\\\xf1\\\\xef\\\\xad\\\\xc5\\\\xbe\\\\xeb\\\\x94B\\\\xaawI \\\\x1d\\\\xdd\\\\xbb\\\\x7f\\\\x8f[vg+\\\\x91bWj\\\\x94\\\\xce\\\\x97Qo\\\\xc2\\\\xa6\\\\xabZ\\\\xb6\\\\xca\\\\xf7\\\\x03\\\\xc8\\\\x0c\\\\xa3z\\\\x91:j\\\\xcb\\\\xe4\\\\x07\\\\xf9\\\\xf8\\\\x05L9H\\\\x94[7+\\\\xf5\\\\xdc~\\\\x05\\\\x0c\\\\xb6\\\\x1b\\\\x18Z@R\\\\xef\\\\xa8\\\\x98\\\\xdb\"\\\\x04\\\\x12@\\\\xd0\\\\x8e\\\\x80\\\\xc0\\\\x1a)\\\\x11\\\\x11\\\\xf5(\\\\x0c\\\\x98u^\\\\n\\\\xee+\\\\xb9v1\\\\xf4\\\\xa8m\\\\xdf\\\\x8bdjc\\\\xfd\\\\'\\\\xa1 \\\\x93@\\\\x96\\\\xd4.\\\\x8ec\\\\xe2\\\\xe3:\\\\x9b\\\\xb7=gy{\\\\'\\\\xb4\\\\x90ti?o~\\\\xde\\\\x13\\\\xd1\\\\xc2(\\\\xc7\\\\xa8:\\\\x1f\\\\x97~5h\\\\xb5\\\\x16{l\\\\x05\\\\xb6\\\\xbbI\\\\xf5\\\\x15+3\\\\xf5\\\\x07O\\\\xa7F0`\\\\x83\\\\x95T\\\\x1bP\\\\xbd\\\\x82\\\\xad\\\\xb0\\\\xacP\\\\xd8P\\\\x16\\\\x80\\\\t>:\\\\x88\\\\x8dc\\\\xbf\\\\\\\\C\\\\xa9\\\\x90 \\\\xd1\\\\x12\\\\xa2\\\\xcbP\\\\xfa\\\\xacw\\\\xa9\\\\xc1,]\\\\xb5\\\\x10\\\\x01eQ\\\\x00\\\\xf8\\\\x02u\\\\x1d\\\\x06\\\\xa6\\\\\\\\bQ*\\\\xf31^\\\\xb4\\\\x1e\\\\xa1k\\\\x02\\\\tq\\\\xb4\\\\xb0\\\\x80C(\\\\x06G\\\\xda~\\\\xbfoUM\\\\xc0\\\\x1f\\\\xa2\\\\xb3\\\\x16!G\\\\xbc%\\\\xdb\\\\x1a\\\\xb2\\\\xa4\\\\x14R\\\\xdb\\\\x0c\\\\xc1\\\\x1a\\\\x1d@\\\\xef\\\\xd8\\\\xcfi\\\\xf2\\\\xe9Gs\\\\x98\\\\xc5w\\\\xb6\\\\x0fFK\\\\xcek\\\\xa2\\\\xf0\\\\r^\\\\xe7p\\\\xd5\\\\x92D\\\\xf7;T\\\\x00g\\\\xbc\\\\x93\\\\xa7\\\\xd4u1\\\\xddJYq\\\\xd1,\\\\xc0D9S\\\\xb1\\\\xb3\\\\xaf\\\\xae}\\\\xa5U\\\\x1bv\\\\xa5\\\\x8a\\\\x9b\\\\x89\\\\x96\\\\x9d\\\\x01\\\\xd7\\\\xc7]t\\\\x03N\\\\xa27t\\\\xd0\\\\x97G\\\\x07`Q\\\\x16\\\\xe4lzUk\\\\xc6Cc+\\\\x12\\\\xce\\\\xa8\\\\x9b\\\\x8a\\\\xf7\\\\x82A\\\\x1e\\\\x02H?wA;\\\\xfa\\\\x83\\\\x10Sd\\\\x18Q\\\\x94G\\\\xc7\\\\xbb*\\\\xb7\\\\xbc_\\\\x16.\\\\xf2+@K,A\\\\x02}C\\\\xd2\\\\x0fs=U\\\\xb9-`\\\\x90rR\\\\x03\\\\x12\\\\xb2JmP\\\\xc3\\\\x1fk\\\\xca\\\\xab\\\\x17f\\\\xff\\\\x00S\\\\x03\\\\xa0\\\\x99\\\\x1a\\\\xea#\\\\xc3\\\\xbe\\\\x9dV\\\\x0e\\\\xd5\\\\xc7\\\\xa7\\\\x1f\\\\x94\\\\xc2I\\\\xc3\\\\x05\\\\x8b{\\\\xcf`\\\\x17=\\\\xc4\\\\xa8\\\\x84\\\\xae\\\\xbd\\\\x8a\\\\xb3\\\\xb7\\\\xbc}\\\\xa2\\\\xeb\\\\x12\\\\xb4;\\\\x8c\\\\x80%u3 i\\\\xf4\\\\xd3\\\\xc4u\\\\xbdj\\\\x021\\\\x0c\\\\xaa\\\\xc9\\\\x8e+\\\\xf5\\\\xb4\\\\x8b\\\\xdd\\\\x19,\\\\x18\\\\xf5$\\\\x83a\\\\x00\\\\x98\\\\xd4\\\\xcc\\\\t\\\\xd7Q\\\\xdc\\\\xfd\\\\xfd\\\\x1cB\\\\x8d\\\\x1a\\\\x96\\\\x9f\\\\xe4\\\\xd1c\\\\x1d\\\\xc0\\\\x11\\\\xaa\\\\xca\\\\x97\\\\x89\\\\x8f `\\\\xb4\\\\x98\\\\xf1\\\\x07\\\\xe9\\\\xd1j\\\\x02\\\\xaa3^\\\\xb6c\\\\xb1\\\\xb2\\\\xc5Co\\\\xb8\\\\x00\\\\xa1\\\\xb734\\\\x83\\\\xa9\\\\x90\\\\xb1\\\\xe5\\\\xa9\\\\xff\\\\x00\\\\xb4g\\\\xd5N\\\\xb2\\\\xb7\\\\xe3\\\\xdbe\\\\xec\\\\\\\\\\\\x95\\\\xb5\\\\xc7\\\\xe1\\\\x06Oa\\\\xbbw\\\\xe1\\\\x00\\\\x81\\\\xe6GI\\\\xf6\\\\xfa&k$\\\\xba\\\\xd9f5\\\\xefV\\\\xed\\\\xbf\\\\x96\\\\xa9F\\\\xed\\\\xc0n\\\\x12J\\\\x92\\\\xbbLv\\\\xdd\\\\xa6\\\\xbdX\\\\x16\\\\xc0AYc@\\\\xb4\\\\x10Yl5UaV\\\\xdc\\\\xa6\\\\xd1\\\\x01\\\\x8a\\\\xe8\\\\x0b\\\\x113\"\\\\x04\\\\x11\\\\xfe]\\\\t\\\\x94\\\\x8drSL\\\\x96T\\\\xd1f\\\\xc2\\\\xce\\\\xbb\\\\thg%\\\\x7f\\\\x14\\\\xf6\\\\x92\\\\x0c\\\\xee\\\\x89\\\\xfe\\\\xff\\\\x00\\\\x1e\\\\x88\\\\x06(LN8#\\\\x18\\\\x9c}\\\\x8ehB\\\\x81\\\\xfd\\\\xd3\\\\xb8\\\\x04\\\\xfclH\\\\nD\\\\x98\\\\x11\\\\xe7\\\\xa7\\\\x86\\\\x9dAa\\\\x874q\\\\x89\\\\x01\\\\xf0e`\\\\xf18\\\\xeb\\\\x8c\\\\x10\\\\xb8U\\\\xac\\\\xa3C,\\\\x05R\\\\xc3\\\\xf8\\\\x01\\\\x92}^\\\\x11\\\\xa6\\\\xbe=6#5\\\\x14\\\\x88M\\\\xd4\\\\xb2\\\\xb5\\\\xc1\\\\x8bK#\\\\x83b\\\\x12I:k3\\\\xdb\\\\xef:\\\\xfd t)P\\\\x1e\\\\xa4\\\\x1f\\\\xe6\\\\xaf]\\\\\\\\M\\\\xb0HC\\\\xb6+D!\\\\x88\\\\x1a\\\\xcb@\\\\x90aA\\\\xd24\\\\xf2\\\\xed\\\\xd2\\\\xaf\\\\xbe\\\\x83\\\\xd5k\\\\xd8\\\\x89\\\\xc5p\\\\xd7\\\\xeaO\\\\xeb\\\\xcf\\\\xc7~\\\\x10\\\\x99\\\\\\\\v\"\\\\x8eC\\\\x96D`\\\\x94\\\\xe3\\\\x18Y\\\\x81\\\\xff\\\\x004\\\\xeb\\\\x03lx\\\\xfd:\\\\xa1\\\\xb7\\\\xf8\\\\xab\\\\xdb\\\\xab\\\\x87Hh\\\\xe6x\\\\xc7\\\\xb3\\\\xc5l\\\\xed\\\\xb6\\\\x92\\\\x98\\\\x19\\\\x02\\\\xbev\\\\xfc\\\\xeb\\\\xf5\\\\'\\\\xe4\\\\xdf7\\\\xcc{y\\\\x8eF\\\\xdbq\\\\x81\\\\xddO\\\\x1a\\\\tZk\\\\'\\\\xb3\\\\x05\\\\x04O^\\\\xb7c\\\\xf1v6C\\\\xd0\\\\x1eY\\\\xc8\\\\xe2\\\\x7f\\\\x1d\\\\x81z-\\\\xbe\\\\xda6\\\\xc5\\\\x02\\\\xadI\\\\'\\\\xbf\\\\x87a\\\\xd5\\\\xe5iy\\\\xd7.[+\\\\xac\\\\xb9\\\\xec\\\\xdbA\\\\x1b\\\\xd9D\\\\xc0&>\\\\x9dH\\\\x0e\\\\xb9Z\\\\xff\\\\x00\\\\x14\\\\xe3QV\\\\x8d\\\\x1d\\\\x181%\\\\x94\\\\xedp\\\\xd0\\\\x0c,\\\\rL\\\\x18\\\\xfb;i\\\\xdd\\\\xf1\\\\x0c\\\\x97#\\\\xcb\\\\x15k\\\\xe0a\\\\x01\\\\x8e\\\\xa0\\\\x8fn\\\\xb0Y\\\\xbd\\\\x82\\\\xd0Tw\\\\r\\\\xde`\\\\xc81\\\\'N\\\\x8b\\\\xb1\\\\x00/\\\\x89K\\\\x7f!\\\\xe2\\\\x8eF*&>?\\\\xb6\\\\x01-\\\\x8d\\\\\\\\F\\\\xc2\\\\xe3Q\\\\xe4\\\\xce@\\\\xf2\\\\xee$F\\\\xbdH\\\\\\\\]Q\\\\x99\\\\xbcvE7\\\\x9aMV\\\\x06h\\\\x17X\\\\xe0\\\\x1d\\\\xcd\\\\xab\\\\x1dLCD\\\\x08\\\\xee~\\\\xfe\\\\x90cT\\\\xe7P=\\\\x85\\\\xfa~\\\\xd3\\\\xff\\\\x00\\\\xbb\\\\xd40R\\\\xbf\\\\xff\\\\xd5\\\\x8b\\\\xc1f\\\\x1b8\\\\x90\\\\xb7\\\\xfa\\\\xea\\\\xc6_n\\\\xaeA\\\\x99\\\\x00z\\\\xd8\\\\x18\\\\x8dHa\\\\xaf\\\\xdd\\\\xd6\\\\x19/\\\\n\\\\xaf\\\\x92Y\\\\x911:\\\\xb0T\\\\xf6f5C3\\\\'+\\\\x02\\\\xf1Y\\\\xad\\\\x8b[\\\\'p\\\\xd0\\\\xac\\\\xac\\\\xac\\\\xea6\\\\x9dc\\\\xe9\\\\xf6\\\\xd1\\\\x83\\\\x83\\\\xd8\\\\xa9\\\\x1bo\\\\'\\\\x89Kf\\\\xb6\\\\xe4\\\\xac\\\\xc5\\\\xaa\\\\xb5\\\\x0ba\\\\xb0\\\\xb0\\\\xb2\\\\xcfR\\\\x91\\\\xf8\\\\x9c\\\\x13\\\\x02\\\\t\\\\xf3=D\\\\x8a\\\\xac#\\\\xa8\\\\xb0L\\\\x9c\\\\x86u\\\\xd8\\\\xd4W\\\\xc5\\\\xfb\\\\x9e\\\\xf9\\\\xa6\\\\x91e\\\\xcc\\\\xcd2\\\\x82v\\\\xce\\\\xd2}Q\\\\x1a\\\\xf9\\\\x0e\\\\x8f[\\\\xd0+r&\\\\x00DrE>/\\\\x96\\\\xde\\\\xcd\\\\x16d\\\\x94\\\\xb2\\\\xbb,\\\\nB\\\\xee\\\\x0c%\\\\xa4@\\\\x04\\\\xc0\\\\xfay\\\\x89\\\\xf3\\\\xe8\\\\xad\\\\xb8\\\\xc4:\\\\x9b\\\\x17I\\\\xc6\\\\xb9+;\\\\x91\\\\xe1\\\\xeb\\\\xa9\\\\x11\\\\xab\\\\xaa\\\\xacqz\\\\xfbu\\\\xb2\\\\xc1Y\\\\x13?\\\\xe9\\\\x12{Gq\\\\xf6\\\\xf4\\\\xfb\\\\xa0F.\\\\xb4\\\\x85\\\\xa8\\\\x06*\\\\x7f\\\\xc1\\\\xb96\\\\xc2\\\\xe4\\\\xb9\\\\x0c\\\\x13\\\\xb8\\\\x14]\\\\xea\\\\xc0\\\\x97\\\\xdc\\\\x01\\\\x04yL\\\\t\\\\x07\\\\xca;\\\\xf5_S\\\\x84\\\\xeb3w\\\\n\\\\xc3\\\\xc9#&\\\\xd6\\\\xabbl\\\\xad\\\\x8a\\\\xb5m>\\\\xb6\\\\'|\\\\xe8u\\\\x9f\\\\xb7\\\\xec\\\\x1d$H\\\\x81\\\\x82\\\\xeb\\\\x81\\\\xcb!9X\\\\x8e\\\\x95\\\\xab\\\\xc9p\\\\xe0\"H \\\\x96I\\\\xda\\\\x06\\\\xa4\\\\xcc\\\\xea\\\\x0f\\\\x8e\\\\x9f|JOB\\\\x15s\\\\x10\\\\x1a\\\\xa9z\\\\xc1\\\\xb16\\\\x88\\\\x05\\\\x03\\\\x16\\\\x98\\\\x03q:\\\\xea`\\\\xf7:\\\\xe9\\\\xd4\\\\xc6\\\\x95\\\\x08]\\\\x82\\\\xd1il\\\\x9d@7\\\\x1fl\\\\xfe\\\\'\\\\x90\\\\x00h$\\\\xeb\\\\x04\\\\xcfx\\\\xed\\\\xafF\\\\xc0\\\\xe4\\\\xa62\\\\xcdF\\\\xae\\\\x98 S_\\\\xbfh_\\\\xe6\\\\xa2\\\\xa9\\\\x1a\\\\x01>\\\\x99\\\\xd0\\\\x81\\\\xe3\\\\x11\\\\xd7ib\\\\xe8^\\\\xbfDo\\\\x0e\\\\xbb\\\\x14\\\\x8a\\\\xe0\\\\x92\\\\xc9\\\\x1bO\\\\xab\\\\xf1Gc\\\\xaf\\\\xab\\\\xc2|:D\\\\xae\\\\xd5\\\\x80\\\\xabx\\\\xa6B\\\\x14\\\\x04\\\\xac\\\\xb9\\\\x1a\\\\x83V\\\\xecJ\\\\x8a\\\\xd8B\\\\xd93\\\\xac\\\\xc8\\\\x80\\\\xc4O\\\\xa4\\\\x0e\\\\x89\\\\xf8\\\\xe5\\\\xe2\\\\xa4\\\\xb0\\\\x15A\\\\xa8\\\\x02\\\\xb6,l\\\\xf7V\\\\xc6\\\\x1b\\\\xca\\\\xc6\\\\xb2@R\\\\'\\\\xc4A\\\\xd3\\\\xcb\\\\xc7\\\\xa7E&\\\\xae\\\\xeas3\\\\xd5`(K\\\\xed\\\\x1e\\\\xbd\\\\xac\\\\x08$\\\\x8fG\\\\xe2\\\\x07O\\\\x11\\\\xf4\\\\xeaW:\\\\xd1_!v\\\\xdd\\\\x8a6\\\\xd6w5k\\\\x01\\\\x94\\\\xcfv\\\\x00\\\\x90\\\\'\\\\xf7}\\\\xddC\\\\xf3Q\\\\xa5\\\\xcfU\\\\xe0{\\\\x99\\\\xabv@\\\\xf6\\\\x13\\\\xa36\\\\x81\\\\xd4\\\\x12\\\\xd0\\\\xe6N\\\\xa1\\\\xbby\\\\x9f\\\\x1e\\\\x84\\\\xbb2\\\\x8a\\\\x12\\\\xa4c5d%v\\\\xa4\\\\xde\\\\xc3j\\\\x83\\\\xaa\\\\x9d\\\\xa0\\\\xfa\\\\x7fgy\\\\xf3\\\\xeb\\\\xa8Ob\\\\x98\\\\xd3\\\\xb1K\\\\xbf\\\\x13\\\\x1f\\\\xd9\\\\x9a6m\\\\xfcU\\\\x89\\\\x90\\\\t\\\\x99+\\\\x03R>\\\\x9f\\\\xe3\\\\xd7\\\\x18\\\\xd5\\\\x1e\\\\x0c\\\\x12\\\\xbb\\\\xe5\\\\xe5R\\\\xd0\\\\xb0Y\\\\x8f\\\\xf3A\\\\x90\\\\xf04i\\\\x81\\\\x1a\\\\x93\\\\xdb\\\\xfe\\\\xde\\\\xa1\\\\x8b\\\\xbaQ \\\\n\\\\xa2k\\\\xc9r\\\\x16\\\\x80\\\\xe4EB7\\\\xd6?\\\\x85\\\\x9a\\\\x08\\\\xd0\\\\xccO}\\\\x04tz\\\\xa4\\\\x14\\\\x83\\\\xaa\\\\x8a\\\\r\\\\x1c\\\\xaf\\\\xba\\\\xc12\\\\x90[j\\\\xfe-\\\\xab$\\\\x98$\\\\x9043\\\\xa7\\\\x80\\\\x8e\\\\x99\\\\x1b\\\\x9c\\\\xd4=H[\\\\x1a\\\\xbc{\\\\xea,\\\\xa5\\\\xa8\\\\xdaI\\\\xde\\\\x86\\\\x03\\\\xa9\\\\xfe\\\\x13\\\\x04\\\\x924\\\\x1aN\\\\x9d\\\\x0b\\\\x82T\\\\xc5\\\\x0b|\\\\x1bU\\\\xc8\\\\xae\\\\xf5p\\\\xbf\\\\xf2\\\\x81\\\\x92\\\\xea\\\\xa4\\\\x1d\\\\xca<\\\\xc1\\\\x81\\\\xdc\\\\x9f\\\\xa1\\\\xf1\\\\xea4\\\\x0cAP@\\\\x89vR\\\\xdb\\\\x0b%\\\\x95}\\\\xbd\\\\x80\\\\xda@7R\\\\t\\\\x11\\\\x044i$O\\\\x88=\\\\xe7\\\\xa0\\\\x9d\\\\xb2\\\\xef\\\\xc9\\\\x1cd*\\\\x16\\\\x8f\\\\x7f\\\\x96J\\\\xd5)P\\\\xf4\\\\xc3-4\\\\xedf\\\\xdd\\\\x1f\\\\xc4\\\\xd2\\\\xc6\\\\x0ci\\\\xafF$@R\\\\xe4\\\\xa9\\\\x03)\\\\xacuKqw\\\\xa5\\\\x8aQ\\\\x9d\\\\x84h\\\\x00\\\\x04xL\\\\xc7\\\\xee\\\\xf2\\\\xea\\\\r\\\\xc1Z(\\\\x1fU\"\\\\xac\\\\',m\\\\xa6\\\\xdf\\\\xcbMp\\\\t\\\\xd3tI*d\\\\x0fP\\\\x1d\\\\xa3\\\\xcf\\\\xa1\\\\x00\\\\xc8#\\\\x8c\\\\x1e\\\\x8bJ{\\\\x88]r2C-\\\\x8a\\\\x0f\\\\xbe\\\\x08Uo\\\\x0f\\\\x08\\\\xeeLA:A\\\\xea}\\\\xb2I\\\\x19(,\\\\xe1Cz\\\\x99\\\\xb7!\\\\xb9YJ\\\\xfb6U#B\\\\x0cL3\\\\x18o\\\\xaf\\\\xd3\\\\xa9\\\\x85\\\\xa0\\\\x05\\\\x10\\\\xea|Ym\\\\x18-v\\\\xc4\\\\xa8\\\\xa9j\\\\xfb\\\\xcb\\\\x17\\\\x00\\\\x1d$\\\\xc9 N\\\\xd0\\\\x04\\\\x8d@\\\\xeb\\\\x84\\\\n&z\\\\x14@afcUH\\\\xa6\\\\xf0+\\\\xac\\\\x19!\\\\x892\\\\xeb\\\\x05b\\\\x08\\\\xef\\\\xafx\\\\'\\\\xa8\\\\xd30jQD!\\\\x19\\\\xf5\\\\xd5\\\\x92\\\\xab\\\\xfc\\\\xf4U\\\\xb5\\\\rl\\\\x87@T\\\\xf61\\\\xa8 i\\\\xa7\\\\x9fo\\\\x0e\\\\x8d*B$2\\\\x1f\\\\x8f\\\\x8e\\\\x0e\\\\xd2\\\\xb9U\\\\xa3!V\\\\xb9\\\\x00;UPL+\\\\x1dI\\\\x98\\\\xd6?\\\\x7fD+\\\\x89AA\\\\x82\"\\\\xd8\\\\xd9\\\\xefS\\\\x0f\\\\xcd\\\\x8a\\\\xdc\\\\r\\\\xca~\\\\x91(\\\\xa0m\\\\x81\\\\x11\\\\xa6\\\\xbd\\\\xfb\\\\x0f\\\\x1e\\\\xb9\\\\x91\\\\xcc\\\\x12\\\\xa3Y\\\\xc2\\\\xe5^6YeV%\\\\xdbK\\\\r\\\\xc0\\\\xb1\\\\x96\\\\x86\\\\xd0\\\\xc8\\\\x11\\\\x1e\\\\x11\\\\xe1\\\\xd0\\\\x1blqP-\\\\xe1\\\\xc9\\\\x06\\\\xb3\\\\x8a\\\\xb7\\\\x1a\\\\xe8{R\\\\xb0I\\\\x1d\\\\xff\\\\x00\\\\x88\\\\xfe\\\\'$\\\\xc6\\\\xee\\\\xda\\\\xfe\\\\xce\\\\xb8F\\\\xa8%l8[\\\\xb1\\\\xf1`{Ve\\\\x8d\\\\xcd\\\\x1e\\\\x8d\\\\n\\\\x99\\\\xda\\\\x01`\\\\x0cN\\\\xb05\\\\x9f\\\\xdf\\\\xd4\\\\x18\\\\x87\\\\\\\\#\\\\xe6\\\\xb5\\\\xda\\\\xb8\\\\xe8K\\\\xab\\\\xa2J\\\\x88\\\\nB\\\\xed-\\\\xae\\\\xb04\\\\x9f!\\\\xa7\\\\xed\\\\xe8#0\\\\xb8\\\\xc0\\\\x01FCY\\\\xaaf\\\\xdfaU[B\\\\xff\\\\x00-\\\\xbbzO\\\\xd7XR{u:\\\\x98\\\\xd5\\\\x01\\\\x01J\\\\xab.\\\\xafR[y%\\\\xbb\\\\x17B\\\\xe7\\\\xceH\\\\x1a\\\\xe9\\\\xdf\\\\xca?|\\\\xeb\\\\x04\\\\xb2 \\\\x00\\\\x0b~>w\\\\x1dW\\\\xba\\\\xe79\\\\xf2\\\\x10\\\\x90\\\\xd6-k\\\\xf8\\\\x0b\\\\x01\\\\xb7\\\\xb4i\\\\xe7\\\\xa1\\\\x81\\\\xf5\\\\xeb\\\\xbd\\\\xdeH\\\\xe2\\\\x075\\\\xbb\\\\xfa\\\\xa7\\\\x12\\\\x96\\\\x15\\\\xb1\\\\xab\\\\xb2\\\\xd0\\\\xb2$\\\\x82I\\\\'I\\\\x02\\\\x04\\\\x99\\\\x90\\\\x0f\\\\xd3^\\\\xdd&W\\\\t\\\\xcd\\\\x94\\\\x02\\\\x1f\\\\n\"\\\\x98\\\\x7f\\\\'\\\\xa5.\\\\xad0\\\\xf0\\\\xc5\\\\xcc\\\\xa7k-{VZA,J\\\\xaf\\\\x7f\\\\xb8\\\\t\\\\x1dfn\\\\xf7\\\\x17\"]\\\\x95\\\\xbbF$\\\\xabw\\\\x0e\\\\xbaO\\\\x0bnW%a\\\\xab%\\\\xeb\\\\x07\\\\x16\\\\x85\\\\x88\\\\xdd\\\\xacL\\\\xf6\\\\x03\\\\xbc\\\\xfe\\\\xee\\\\xb2\\\\xa5vR\\\\x95j\\\\xcbn\\\\xc0\\\\r\\\\xc9)\\\\xe3Yr\\\\xbe\\\\xe6ore\\\\xdfi\\\\x00\\\\x91\\\\xbbB\\\\xa0\\\\xc6\\\\x86&zi$\\\\x1e\\\\xd4\\\\xc9\\\\xe9\\\\x95S\\\\xdafY\\\\x8f\\\\x88\\\\x94\\\\xefk+\\\\xb0\\\\x93E;\\\\xb6\\\\xe9\\\\xa2\\\\xa1\\\\x04D\\\\x19:\\\\x1e\\\\xb5$H\\\\xb7\\\\x17uJa\\\\xc9\\\\x18*\\\\x8b\\\\xe4\\\\x0f\\\\x9bNM\\\\x97\\\\xd5X\\\\xfc\\\\xb7\\\\xf3\\\\x0b\\\\xcc&\\\\xc3\\\\x06d\\\\x08\\\\xd4\\\\x8f\\\\x1e\\\\xdat\\\\xbbP\\\\xf5aL\\\\xbb{\\\\x16e\\\\xe2h\\\\xca\\\\xad\\\\xcb\\\\xca\\\\xe6\\\\x1a\\\\xebV\\\\xac\\\\xc6\\\\xa6\\\\xbd\\\\xc1\\\\x82H>\\\\xa6\\\\x90\\\\x19f;\\\\x91\\\\x1foM6\\\\xee\\\\x93RG5^R`\\\\xb7\\\\xf1\\\\xf9YH\\\\xb7\\\\xed7)\\\\x0c\\\\xbe\\\\xc0\\\\xb9a\\\\xa2\\\\xde\\\\xe0)\\\\xd4A0#\\\\xb6\\\\xbat\\\\xd1\\\\xb7\\\\x0cM_%\\\\xd1\\\\x90!\\\\xd1\\\\xab\\\\xf2\\\\xf9<\\\\x8awl\\\\n\\\\x95+\\\\x1a-\\\\x81\\\\xa2\\\\xa8>\\\\x92`\\\\x1f\\\\xbc\\\\xfd\\\\xfd\\\\x17\\\\xb3)\\\\x06FnID^C!T\\\\xd6q\\\\xd5\\\\xae\\\\xaaE\\\\x8e\\\\x16v\\\\xfaHe\\\\x12O\\\\x8f~\\\\xbb\\\\xfc@E@Q\\\\xef\\\\xca%y@\\\\xae\\\\xe5\\\\x19\\\\x16S\\\\x0cB\\\\x8flA#I\\\\xd3^\\\\xe0\\\\x0e\\\\xff\\\\x00\\\\xf0\\\\xe8\\\\xac\\\\xed#l\\\\xba\\\\x03x\\\\xcb\\\\x1c\\\\x91<\\\\xac\\\\xbe-\\\\x00sK\\\\x05\\\\x91\\\\xee\\\\x93\\\\xb6W\\\\xc5\\\\x8bB\\\\x932\\\\xdf\\\\xe9\\\\xed\\\\xd5\\\\xb7\\\\x03\\\\x05\\\\xd2\\\\x9c|V\\\\x83\\\\x7f\\\\x11e\\\\x8c\\\\xd48\\\\xc7\\\\xb9\\\\xe6,\\\\x0e\\\\xa4\\\\xee\\\\xed\\\\x00} k\\\\xdf\\\\xfcBS\\\\x08c\\\\xa4\\\\xd1o8\\\\xfcu\\\\x8e\\\\x1c]6\\\\xa5d\\\\x972\\\\x16\\\\xc7\\\\x88\\\\x91\\\\xbb\\\\xb0\\\\x0b\\\\xacGP.8\\\\xc18F8\\\\x15\\\\xe2\\\\xf1\\\\x83%\\\\x1d\\\\xf1T\\\\x17\\\\x07{i3\\\\x10\\\\xac\\\\xc65\\\\xf0\\\\x88#\\\\xa8\\\\x0e\\\\n\\\\x1d\\\\x00\\\\x86\\\\xfe\\\\x16?\\\\x97\\\\xe4\\\\xe8\\\\xde\\\\xc4-t\\\\xdav\\\\xa2<\\\\x9e\\\\xe27\\\\xc0 \\\\xe9\\\\xa0\\\\xf1\\\\xd7\\\\xeb\\\\xd1\\\\x90q\\\\\\\\\\\\x01\\\\x01\\\\x90\\\\x9bpsA\\\\xdb\\\\x01\\\\x19B\\\\x83d\\\\x8d\\\\xcc\\\\x1bv\\\\xe9\\\\x02v\\\\x82\\\\x06\\\\x9e\\\\x1fp\\\\xea\\\\'=)B\\\\x04\\\\xe2\\\\x17\\\\x86kK\\\\r!\\\\x92\\\\xf0Hw\\\\xec\\\\x01\\\\x9d`37bfz\\\\xad\\\\xfeF\\\\xaaG\\\\x14\\\\xdd\\\\x0c\\\\xa2{9Yf\\\\xbf\\\\xccR\\\\xe2\\\\xc4Y\\\\xf4\\\\xe8\\\\x1a\\\\x1bH\\\\x0243\\\\xdet\\\\xea\\\\xa5\\\\xdfrN\\\\xc1M\\\\xb0\\\\x1f\\\\x17Z\\\\xc5e\\\\x1fbb\\\\x07F\\\\x96c\\\\xbaT\\\\xb4F\\\\xe0[M|\"g\\\\xa3\\\\xd4$\\\\x18.\\\\xd3\\\\xa6\\\\xb9\\\\xad\\\\x86\\\\xdb\\\\xa9\\\\tYz\\\\xd7\\\\xdc\\\\x1a\\\\x03\\\\xa1\\\\x12;Oru\\\\x1f\\\\xe1\\\\xd2!\\\\x10H\\\\x8f4C\\\\x9a\\\\xf4db\\\\xec\\\\x8fcu\\\\x96\\\\x15\\\\x0c|\\\\x04@\\\\x11$y}\\\\xdf^\\\\x9c-D\\\\xd0!r\\\\x06\\\\x0e\\\\xb0L\\\\xd5\\\\xb1\\\\xc1JB\\\\x05A\\\\xb41&\\\\x17\\\\xbe\\\\xa1\\\\x8c\\\\x9e\\\\xfa\\\\xe9\\\\xf5\\\\xeb\\\\x8bP\\\\x0cW\\\\x00I$\\\\xe0\\\\xb5[~M\\\\x8f\\\\xba\\\\xb1m\\\\x8d>\\\\xddj\\\\xab\\\\xbaw\\\\x11\\\\xe0\\\\x0cw\\\\xed\\\\x1d\\\\xba\\\\xa7 \\\\x00r\\\\xe6\\\\xbd\\\\xe9\\\\xa6\\\\xa5\\\\xb0[j\\\\xa7${\\\\xb5\\\\xfb\\\\xa6\\\\x88\\\\xff\\\\x00\\\\x9c\\\\x15\\\\xf5C\\\\xe4c\\\\xc6c\\\\xb1\\\\xe8.\\\\xbe\\\\x96\\\\x05\\\\x8b2\\\\x88D;\\\\xd7\\\\x15\\\\x9e^U\\\\xb6\\\\xd8\\\\xa1m\\\\xb0\\\\xa6\\\\xf6\\\\xad@\\\\xf2\\\\xd0\\\\x18\\\\xd0D\\\\x9e\\\\xc3\\\\xf7\\\\xe9\\\\xd2\\\\x88\\\\x96]\\\\x89\\\\xb8\\\\xba\\\\x97\\\\x81xJ\\\\xbd\\\\xc6U\\\\xc65\\\\xb4\\\\x00\\\\xc4\\\\xb1$\\\\xc0+#\\\\xf8\\\\xfc\\\\xa3\\\\xfb\\\\xfa\\\\x88\\\\xc4\\\\xff\\\\x00\\\\xa8`1~\\\\x7ftQ$a\\\\xe1\\\\xcdK\\\\xcak\\\\xf22%i\\\\xb5\\\\x80\\\\xec\\\\xe0jX\\\\x81\\\\xdb\\\\xc24\\\\x89\\\\x13\\\\x1dX\\\\xb5nb\\\\x85\\\\xdb\\\\x8f\\\\xaa\\\\xeb\\\\x93\\\\x18\\\\x85*\\\\x9e?2\\\\xfa\\\\xab\\\\xad\\\\x93\\\\xfe\\\\x9c\\\\x90\\\\xec\\\\xc1w\\\\x08\\\\x9fQ\\\\x92u\\\\x92#\\\\xcf\\\\xabB\\\\xd1\\\\x981\\\\xc0%\\\\xc5\\\\xe2\\\\xc5HL$\\\\xac\\\\xd9]{\\\\x0bY\\\\xe9\\\\xb6\\\\t$\\\\xb4o\\\\x82[Bd\\\\x03\\\\xa7WlY\\\\x8c\\\\t\\\\xeeK\\\\xb9R\\\\xa4\\\\xb3\\\\xd2\\\\xab\\\\xaa\\\\xad\\\\x8eK<\\\\xc9;\\\\x89\\\\x86\\\\x92\\\\t\\\\x80{\\\\xe9=]`0@\\\\xe1\\\\x9d\\\\x94+\\\\xaf\\\\xf5%R\\\\xf6R[iPe\\\\x86\\\\xd5%{\\\\x93\\\\xba\\\\x00\\\\xef\\\\xd2\\\\xc9z\\\\x15\\\\xc7\\\\x9f%\\\\xa3\\\\x19CY\\\\xad\\\\x89V\\\\xb1e\\\\x8d&7\\\\x0f\\\\x11\\\\xa1\\\\x82Z\\\\x01\\\\x83\\\\xe5\\\\xd1\\\\x08\\\\xa0\\\\x8dT\\\\xe4j\\\\x10\\\\x92H *\\\\xb2nV\\\\xf5\\\\rKL,@\" \\\\xc6\\\\xbe\\\\x1d\\\\x15\\\\n(\\\\x80\\\\x07E\\\\x89\\\\xbd\\\\xd9c|\\\\xb5R\\\\xce\\\\xca\\\\x1bk\\\\x16\\\\x906\\\\xf7+\\\\x1e1\\\\xf6\\\\xf4\\\\'\\\\x05\\\\x0e\\\\xb7\\\\x95\\\\xbf\\\\xdc\\\\xd5]\\\\x11kS\\\\xbc\\\\x99\\\\x00\\\\x13\\\\xba\\\\x08&#\\\\xceF\\\\x9d\\\\x04\\\\x81t\\\\xf2\\\\n\\\\x90\\\\xefUj+\\\\xaa\\\\x94\\\\xb1\\\\xdd^\\\\xc1\\\\xb8\\\\x90\\\\x1c\\\\xccOa#\\\\xc4j:h\\\\x05\\\\xd9@<\\\\x82\\\\xdf\\\\xc6Rnz\\\\xe5Yt\\\\x05Q\\\\xc2\\\\xce\\\\x86!\\\\x84\\\\x9f\\\\xc5\\\\xacA\\\\xf0\\\\xeb\\\\x84TF\\\\xacJk\\\\xdfR(\\\\xad\\\\x17o\\\\xb6$\\\\xa41\\\\x98 F\\\\x82|\\\\'\\\\xb8\\\\xd3N\\\\x97\\\\xec\\\\x9c\\\\xcaq\\\\x98\\\\x1d\\\\x89\\\\xbf\\\\x8e\\\\xa5\\\\xec\\\\xf7B++Y\\\\x0b\\\\xb7d\\\\xb8\\\\x04\\\\x18\\\\xf4\\\\xf6\\\\x80\\\\x00:\\\\x88\\\\x8e\\\\x9b\\\\xac\\\\x00R\\\\x0cu\\\\x07F\\\\x97\\\\x11\\\\x8d\\\\xfe\\\\xfd\\\\xd2\\\\xa7RA\\\\x8dv\\\\x9f\\\\xc4F\\\\x92I_\\\\xf4\\\\x8f?\\\\x1e\\\\x95\\\\xee\\\\ta\\\\x82\\\\xed\\\\x0cYP\\\\x7f\\\\xaf\\\\xbf)\\\\xc9\\\\xe3\\\\xf8+x\\\\xfe5\\\\xdb\\\\x1b\\\\'-]N\\\\xb2\\\\xc3I\\\\x85c\\\\xea\\\\xd1t\\\\xef\\\\xd5\\\\xcb\\\\x16\\\\xcd\\\\xc3\\\\x82\\\\xf4\\\\x1b\\\\x0b\\\\x02S\\\\x00\\\\xe0\\\\xbeB\\\\xfc\\\\xbb\\\\x85\\\\xccL\\\\x9b\\\\xac\\\\xb6\\\\x9b.6X@u\\\\xf5\\\\x17,\\\\xc6Z\\\\x00$hu\\\\xf3\\\\xfd\\\\xddz\\\\x1b6\\\\xf4@\\\\x0c\\\\x17\\\\xa9\\\\xb3\\\\xe9\\\\xa0\\\\x14Um\\\\x98\\\\xb9d\\\\xa4\\\\xd0\\\\xe2\\\\xb2\\\\xda\\\\xeb\\\\x02\\\\\\\\\\\\x85\\\\xfcM\\\\xdat\\\\x1a\\\\xf5%]Z\\\\xd7\\\\x15\\\\x9e\\\\xb0\\\\xec\\\\xca\\\\xa3p_p\\\\x9f\\\\x01\\\\xa1\\\\xfa\\\\x10\\\\xbaO\\\\xfd\\\\x9ds)Z\\\\x8e9\\\\xac\\\\xaf\\\\xbd\\\\xa2\\\\x91$\\\\x03&\\\\t\\\\x02\\\\x7f|\\\\x8e\\\\xa1\\\\x97)\\\\xd8t\\\\xa8\\\\xcaJ\\\\x8b(V?\\\\xfe\\\\xf0\\\\x8cY{\\\\xe8F\\\\x84\\\\xf6\\\\x12\\\\x01\\\\x1fS\\\\xa7b\\\\n\\\\n\\\\xbb~,)\\\\xb6\\\\x9d\\\\xe8\\\\xa0\\\\x06!]Y\\\\x95P0\\\\x90\\\\xc6T\\\\x90&\\\\x06\\\\xe04\\\\x04O\\\\xd9a\\\\xcb$i\\\\x1a\\\\x8b\\\\n\\\\xab\\\\x0b\\\\x1e\\\\xa7]\\\\xc1P#;\\\\x18\\\\xb1}\\\\x1b_P\\\\xba\\\\x10|\\\\x7f\\\\xb7\\\\x8fP\\\\xbb\\\\x02\\\\xa2\\\\xf2X\\\\xa51\\\\n\\\\xb5\\\\xfb\\\\xc9R\\\\xc3BJ3\\\\xea!\\\\x97\\\\xc07\\\\xa4G\\\\xf8\\\\xf5!D\\\\x89\\\\x0c\\\\xf8\\\\xf9*_\\\\x98\\\\xc2U\\\\xf7U\\\\xf26Yt\\\\xaa\\\\xd6\\\\xca\\\\xd5\\\\xa9kB\\\\xa8wh\\\\x02\\\\x08\\\\x12H\\\\x12z\\\\x12rL\\\\x15.\\\\xab]\\\\x98\\\\x9f\\\\xf9\\\\xb6\\\\x7f\\\\xe0\\\\x1f\\\\xfb\\\\xdd+HL_\\\\xff\\\\xd6\\\\x81\\\\xc5SVw\\\\x01v>\\\\x15\\\\xa4_J\\\\xb8\\\\xb1A\\\\xdcl\\\\n\\\\x90\\\\n\\\\x82I\\\\x80\\\\x04u\\\\x83\\\\x10\\\\xf1_%\\\\x83{~\\\\x95MP\\\\xaf\\\\x8d\\\\xc9[\\\\x85W!\\\\xed[\\\\xf9\\\\x87M\\\\x8b \\\\x15h\\\\x9a\\\\xde4\\\\x1b\\\\x89\\\\x98\\\\x8f\\\\xb7\\\\xb0\\\\xea\\\\xa4I\\\\x0e\\\\xf4Y\\\\xd5\\\\xd7\\\\x8a\\\\xd1\\\\x93f\\\\x07\\\\x1b\\\\x95\\\\xb7\"\\\\xb7\\\\xb1j;\\\\xb6\\\\x16S\\\\xee\\\\xba4\\\\x00\\\\xab3\\\\xe2`~\\\\xcdz\\\\x80\\\\xce\\\\xe1\\\\x14\\\\xe6#\"1\\\\xe3\\\\x04)]\\\\xf2\\\\xdc\\\\xe4\\\\xd8^\\\\x8cqp[\\\\x0c\\\\x19!\\\\x06\\\\xe5\\\\x824\\\\x95\\\\x81\\\\xe1\\\\xf5\\\\x8dz(zpH\\\\x94\\\\xb5z\\\\x89 \\\\'/\\\\x87#\\\\x9c\\\\xf1nEe\\\\xf1\\\\xad\\\\xb5_-\\\\xdc\\\\x10\\\\xe7q\\\\x91\\\\x0f\\\\xa02L\\\\x93\\\\xe3\\\\xe1\\\\xd1C\\\\xd5\\\\'*\\\\xcd\\\\x88\\\\x99\\\\x17)\\\\xab\\\\xe5\\\\xfc\\\\xcb^W\\\\x8f\\\\xc5\\\\xa2\\\\xca\\\\xd3\\\\r\\\\r\\\\xa2\\\\xb1`f\\\\xad@\\\\xda\\\\x1fi&b\\\\x0cO\\\\xdb\\\\xd4n\\\\x04\\\\xae\\\\x06\\\\x89\\\\xc1Z\\\\xbfs&B>!\\\\xf2\\\\x15\\\\xc9\\\\xe4q\\\\xde\\\\xfbS\\\\xdc\\\\xb6\\\\xc0]\\\\x02\\\\xe8,\\\\x07\\\\xb9\\\\x82%`\\\\xfa\\\\xa3O\\\\x0e\\\\xba\\\\xd5QX\\\\xbd^8\\\\xed]R\\\\xb8\\\\'#\\\\x02\\\\xbc\\\\xaaF\\\\xf2\\\\xfa\\\\x8bA\\\\x1a\\\\xb0\\\\xdaF\\\\x84\\\\xe8F\\\\xba\\\\x9f\\\\x1f\\\\x1e\\\\xab\\\\xdd\\\\x12\\\\xee\\\\xecZ\\\\xba3J\\\\xbc\\\\x91e0\\\\x0c\\\\x82F\\\\xcde\\\\xac\\\\x80t\\\\x98\\\\xd7M5\\\\xf0\\\\x9e\\\\x96F\\\\x9a\\\\x92\\\\xaa\\\\\\\\\\\\x895K\\\\x17Y_\\\\xaa\\\\xb5Q\\\\xb8X\\\\xcd\\\\x0f\"u \\\\xc4\\\\xc7o\\\\x01\\\\xdb\\\\xab\\\\x00$\\\\x1a\\\\x10\\\\xb4\\\\x8bUJ\\\\x96\\\\xb0\\\\xedr\\\\xd0\\\\x93\\\\xeb*\\\\x06\\\\xdfP\\\\x07M~\\\\xbfw\\\\\\\\\\\\xe5\\\\xd7JT!L\\\\xc5\\\\xc9\\\\xa9\\\\x18\\\\x02\\\\xc0\\\\x83\\\\xea\\\\x85\\\\x1a\\\\xe8&H&~\\\\xcf\\\\xed\\\\x12f3P\\\\x0b\\\\x94\\\\xc9\\\\x8c\\\\x95:X\\\\xc5\\\\xf68\\\\x82\\\\x01\\\\x90v\\\\x99\\\\r\\\\xb8\\\\x8f6\\\\xd3\\\\xbfJ\\\\x90\\\\xc8\\\\x1e:\\\\xab0\\\\xc1.e\\\\xdb}K{\\\\xadn\\\\xf46\\\\xe8(H\\\\xfcP`\\\\x11\\\\xf8\\\\xb5\\\\xd7S\\\\xd3!\\\\x06\\\\xc5*R\\\\xd4z\\\\xa1\\\\xd5-,\\\\xaa\\\\xce\\\\xc6\\\\x9d\\\\xd0\\\\x1a\\\\x08\\\\xd2<7i$}\\\\x9f\\\\xe7\\\\xd4\\\\xe6\\\\x82#\\\\x8c\\\\xd4\\\\x97\\\\xb0R\\\\xa3k\\\\xa9(\\\\x03\\\\x1d\\\\xc0(\\\\x0e4\\\\x07\\\\xd3\\\\xb4\\\\x0e\\\\xe3\\\\xbc\\\\x9e\\\\x8dK-Udn\\\\x17+V7W\\\\n\\\\xcc\\\\xe4\\\\x81\\\\xac\\\\x1d\\\\x14\\\\xc4\\\\x8f\\\\xfb\\\\x0fD\\\\x10\\\\xa3\\\\x95_FMb\\\\xb5P\\\\x82\\\\x98*cV\\\\xf1\\\\n$j?wA\"\\\\x0e\\\\x08\\\\xe2\\\\xe2\\\\x85\\\\x03\\\\xc8\\\\xc7\\\\xae\\\\xa8ot\\\\xa6\\\\xe7%Q\\\\xbf\\\\t\\\\xda5&`\\\\x01\\\\xa4\\\\x83\\\\xf4\\\\x8f>\\\\x862\\\\x04P\\\\xae\\\\x98lT_~\\\\xf8\\\\x15\\\\x0b\\\\xd0\\\\x01X5\\\\xd8[a\\\\x07\\\\xb6\\\\x84x\\\\xeb\\\\xf4\\\\xd3N\\\\xa4\\\\x97(\\\\x01\\\\x0b\\\\xf2\\\\xe1\\\\x95\\\\x1f\\\\x81\\\\xbdnC\\\\x99\\\\x99,d\\\\x81\\\\xda|\\\\xfe\\\\xcd:\\\\x9d$\\\\x17Bc\\\\xf5[\\\\x96\\\\x8c\\\\xbcu2\\\\x8b\\\\xebUZ\\\\x98(PB\\\\x88\\\\ncS\\\\x11\\\\x00\\\\xc7\\\\xfcx\\\\xa9\\\\x00(\\\\xb9+o\\\\xbb\\\\xff\\\\x00.#C \\\\x82\\\\n\\\\xb1\\\\x1a.\\\\xb1:\\\\x89\\\\xe8I-E\\\\x00bsYU\\\\x99j\\\\xf6\\\\xc6\\\\xddN\\\\xd3b;L\\\\xa4D\\\\xb0\\\\xd0\\\\xf6\\\\x90Lw\\\\xf2\\\\xea q\\\\\\\\\\\\xef\\\\xd3\\\\xb5E8os>\\\\x9f\\\\xcd\\\\xdd\\\\xbdZt\\\\x04k\\\\xab\\\\x1dc\\\\xb0\\\\x9e\\\\xe7\\\\xee\\\\xe9\\\\x85\\\\x06\\\\x8dJex\\\\xb9\\\\xd5\\\\xb3\\\\x1b/!=A\\\\xdfo\\\\xa8\\\\x06:\\\\x8d\\\\x08:\\\\x99\\\\x98\\\\xfd\\\\xfd,\\\\x82\\\\xf8\\\\xa6F5\\\\x0e\\\\xbfd\\\\xe7\\\\xdd\\\\x8c\\\\xa1\\\\x95%\\\\xc2\\\\xfa\\\\xe0H\\\\xf4\\\\r\\\\xe0\\\\xe8$\\\\x01\\\\xff\\\\x00\\\\x1e\\\\x88K$R:B^\\\\x19y\\\\x19V3\\\\xd6\\\\xcb[\\\\xd8\\\\xe1\\\\xbd\"C\\\\xc2\\\\x93#\\\\xf8\\\\xb4:v2?\\\\x7f:I\\\\x91\\\\x15Ydfg%f\\\\x9b\\\\xeavK4\\\\x0c\\\\x7f\\\\x03\\\\x11\\\\xea\\\\xd4\\\\x1f\\\\x15\\\\x9e\\\\xe3\\\\xbf\\\\xee\\\\xea]I\\\\xb8F+,j\\\\xe8\\\\xcaO\\\\xcce\\\\xe4\\\\xd9[*\\\\xed\\\\x14wV\\\\x02Ia\\\\xa0\\\\x1ayF\\\\xbdH\\\\x01Dd\\\\tS\\\\xec\\\\xc6\\\\xacPU}\\\\xdbl\\\\x0c7XI\\\\x0c@;B\\\\x11:I\\\\xd4\\\\x85\\\\xea\\\\x03\\\\x11L\\\\x91\\\\x18\\\\x90\\\\xc8S\\\\xb1B\\\\n^Q\\\\xdd\\\\xa5X\\\\xfad\\\\xce\\\\x91\\\\x12\\\\xda\\\\x932L@\\\\xed\\\\xd0\\\\xe9A y\\\\xa9\\\\xf8\\\\xf9\\\\x85@\\\\xfc\\\\xc6Ma\\\\x19\\\\x8a\\\\xb6\\\\xac\\\\xd1\\\\'d\\\\xc9\\\\x93\\\\x11\\\\x06\\\\x01\\\\xd7\\\\xcf\\\\xae>H\\\\xb5\\\\xd1\\\\xca\\\\xd3o\\\\x1fV\\\\\\\\\\\\x8a\\\\xb2\\\\rW\\\\x996\\\\x15\\\\x8dH\\\\x02\\\\t\\\\xff\\\\x00\\\\xd9\\\\x91\\\\xe1\\\\xfe]C\"\\\\x98\\\\x06\\\\x82\\\\x8bK\\\\xe2\\\\xe2\\\\xe3\\\\x80\\\\xd67\\\\xb4\\\\x84Y\\\\xb0H2\\\\xc2A\\\\x92;\\\\xf6?\\\\xdf\\\\x1e\\\\x1d\\\\x1ch*\\\\x96N\\\\x9a\\\\xa0\\\\xd9Y5\\\\x06f\\\\xaa\\\\xe7M\\\\x83q\\\\xb7\\\\xb9U:\\\\x161\\\\xdc\\\\x81\\\\xdf\\\\xec\\\\xeaX:\\\\x13 J\\\\xdd\\\\x89\\\\x9b\\\\x93\\\\xbe\\\\xd0r\\\\x19\\\\x12I\\\\xd8G\\\\xa2\\\\xbd\\\\xbd\\\\xc9\\\\x10&G\\\\x98\\\\xef\\\\xd7\\\\x18\\\\xb9Snd\\\\x1a\\\\xa2\\\\x19\\\\xb8\\\\xf9W\\\\xa8\\\\xc9\\\\xb1\\\\x97j\\\\xa31*\\\\xa4\\\\xec\\\\'Bu=\\\\xf4\\\\x1ec\\\\xae\\\\x84H\\\\xc7\\\\x04\\\\xc9\\\\xd6\\\\xa9b\\\\xcas\\\\xe9p\\\\x03Z6\\\\x90MeX\\\\x82\\\\xb1\\\\xb4\\\\x8e\\\\xe4\\\\xe9?o]\\\\xa6\\\\xa9.rS\\\\xd6\\\\xb4\\\\xbe\\\\x9b?0\\\\xacK\\\\x12\\\\x8e\\\\xa1\\\\x08m{m\\\\x82\\\\x06\\\\xa6?gP 1u\\\\xc4\\\\xbe+U\\\\x9c\\\\x11\\\\xf7.K\\\\xact\\\\xad\\\\x88kU\\\\xcb(\\\\xf1\\\\x99\\\\x00\\\\r$\\\\x8e\\\\xe2GC \\\\x05\\\\n\\\\xe3\\\\x13\\\\x8a\\\\xd9o\\\\x05\\\\x89M^\\\\xdd\\\\x85\\\\r\\\\x81\\\\xd6)f,\\\\x03\\\\xb1\\\\x04mV\\\\x1ez\\\\xf7\\\\xea%\\\\x07\\\\xc5\\\\x19\\\\x80\\\\x01Cj^\\\\xa6t\\\\x15\\\\x1b\\\\xa5@\\\\n\\\\x00\\\\x02\\\\x00>3\\\\x1d\\\\xfc\\\\xba\\\\x024\\\\x8a\\\\xa1\\\\x95N\\\\x0bW\\\\xb1ln\\\\xfc\\\\xab\\\\xb8\\\\xa8BZ7mu-\\\\x1a@Y\\\\x8f\\\\x00|\\\\xbfei\\\\xc8\\\\x10\\\\x8b\\\\xd5\\\\xc94\\\\xf0\\\\xdcnU\\\\xf6+\\\\x8cf\\\\xb5\\\\xa4\\\\x14A!B\\\\x10L\\\\xb1$\\\\x80L\\\\xcc\\\\xf9\\\\xc7\\\\x8fX\\\\xfb\\\\xc9j\\\\x18\\\\x95\\\\x7fm\\\\x02\\\\xad\\\\\\\\\\\\xd2*\\\\xe3\\\\x92\\\\xa5q\\\\xb2\\\\x15CvU\\\\xda\\\\xb3\\\\xdc\\\\x01\\\\xa7\\\\x81\\\\x8e\\\\xab\\\\xc2.\\\\x18\\\\xad\\\\xcbQ\\\\x01\\\\x8d\\\\n\\\\xfd\\\\xc5c{\\\\x88\\\\tV\\\\xd8\\\\x01_Y\\\\xf5\\\\x02 \\\\x02\\\\xa6A\\\\x03\\\\xbc\\\\xff\\\\x00\\\\x87Z;{BlP]\\\\x938GY\\\\x91\\\\x11\\\\xde\\\\xdad\\\\xd4B\\\\x96\\\\xfe4]\\\\xa2Y\\\\x89\\\\x8d&J\\\\xf8\\\\xc7M\\\\xb9 \\\\x1c\\\\x90\\\\xaa\\\\xce\\\\x9crH\\\\x1f \\\\xe4\\\\xf0\\\\xad\\\\xdc(\\\\xa8\\\\xb5\\\\xaa\\\\x8f\\\\xea_K[\\\\xbc\\\\x00Z7\\\\x18\\\\x905\\\\xfah:m\\\\x83\\\\x11\\\\x98\\\\x0b2\\\\xe8|\\\\x15T\\\\xf6\\\\xd3QuZ\\\\x94?\\\\xac\\\\xb8\\\\xb5Kn\\\\x1bA=\\\\xe7I\\\\x1eC_>\\\\xae[\\\\x90!Sf\\\\xa2\\\\xf0\\\\xe51}\\\\xaa\\\\x95\\\\xc9\\\\x00*\\\\x80\\\\xba\\\\t?\\\\xcc1;\\\\xa4\\\\x8d\\\\'\\\\xbfL`\\\\x14\\\\t\\\\x12\\\\xeb$7\\\\xbb\\\\x95r\\\\xac=%\\\\x88\\\\x04\\\\xfe\\\\x08\\\\x03z\\\\xea<$\\\\x1e\\\\xddt\\\\x98\\\\xd3\\\\x051/\\\\x92\\\\xd1\\\\x99\\\\x93\\\\x95]G\\\\xf2\\\\xd63\\\\xecXw\\\\xda\\\\xde\\\\xe4k\\\\x1d\\\\xfc\\\\xc9\\\\x11\\\\xafn\\\\x8eF\\\\x98\\\\xa9c\\\\x92\\\\x07n_ \\\\xd5\\\\x05*\\\\xd4\\\\xea\\\\x18\\\\xaa\\\\xb4\\\\x0b\\\\x15\\\\xb4g\\\\x0c5\\\\xd0\\\\x93\\\\xa6\\\\x9d\\\\x00\\\\xd4C\\\\x94?\\\\xb6\\\\x19\\\\xf0V\\\\x93M\\\\xb7R\\\\xdf\\\\x9a\\\\xaa\\\\xc6\\\\xf5\\\\x0f\\\\xe5\\\\xb6\\\\xe8,\\\\xc4\\\\x81\\\\x03R\\\\xc1\\\\x80:\\\\x1e\\\\xdd\\\\t8)`G\\\\x1fD[\\\\xf2\\\\xb5~_\\\\xd3\\\\x94N\\\\xc6\\\\x1bV\\\\xc5%\\\\x96d\\\\xea\\\\x10\\\\xed\\\\x9e\\\\xe2:\\\\x83\\\\\\\\;Uu\\\\xd2`4tFI^\\\\xd8\\\\xc9l\\\\xaf\\\\x85Z\\\\x91H\\\\xb8\\\\xb1\\\\xac\\\\x9b\\\\x04*\\\\xb2\\\\x00\\\\x7f\\\\xd2I\\\\xeeT\\\\x83\\\\xf6\\\\xfd:\\\\xb0\\\\x00C\\\\xa1\\\\xaaP\\\\xeb6\\\\xd6\\\\xa5}\\\\x86\\\\x1bwE\"BD\\\\x19;\\\\x8cv\\\\xd3\\\\xbf\\\\x9ct-T\\\\xb9S\\\\x0c\\\\x97\\\\xab\\\\x92V\\\\xb2\\\\x1a\\\\xb5\\\\xaa\\\\xbd\\\\xe4\\\\xd6\\\\xa1`nR\\\\x01\\\\x12I\\\\x91\\\\xaf`g^\\\\xb9\\\\x9f\\\\x15\\\\xc2\\\\xe6\\\\x97\\\\xe4\\\\xbcf{\\\\xac4\\\\x00\\\\xa3\\\\xdc\\\\xd0(%\\\\xb50`A\\\\x12;\\\\x18\\\\x9f\\\\xdb\\\\xd1i\\\\x08\\\\xdd\\\\xcb#\\\\x18\\\\x15-w\\\\xd6nuv2\\\\xcda\\\\x04\\\\xea\\\\xdd\\\\xb5\\\\x1e;\\\\x88\\\\x06\\\\x7f\\\\xeclC\\\\xa9\\\\x10\\\\xcf4v\\\\xc7JA\\\\x153{\\\\x92\\\\x85\\\\xdf~\\\\xa7h\\\\xd0\\\\x06a\\\\xafq\\\\xdf\\\\xb7C6\\\\x1d\\\\x11\\\\x99T\\\\x85&\\\\x86\\\\xf5\\\\x0fV\\\\xd2\\\\xdb\\\\xbd\\\\xb5\"\\\\x18\\\\xae\\\\x9e\\\\x98\\\\xd4\\\\x1f\\\\x03\\\\xe5\\\\xfe\\\\x08\\\\xb8L\\\\x92\\\\xc18\\\\xabk\\\\xe3\\\\x18f\\\\xea\\\\xa9TV\\\\xa5\\\\x13iF\\\\x04\"\\\\x94\\\\x9d\\\\xa4\\\\x90bW\\\\xb4\\\\x9f\\\\xb3\\\\xa4\\\\xccw\\\\x82\\\\x9de\\\\xe6j\\\\x999\\\\x8cZ\\\\xf8\\\\xce/+(\\\\xd4\\\\x02\\\\xa4\\\\xb5G\\\\xf8\\\\xc3I\\\\'p:\\\\x85\\\\x03Q\\\\xdf\\\\xcbN\\\\x86\\\\xd4e93-(m\\\\x81\\\\xafU\\\\xf3\\\\x83\\\\xf5#3#\\\\xe4\\\\x9c\\\\xf6E\\\\x8e-jU\\\\x8a\\\\xa0yn\\\\xdb\\\\xbbG}f{\\\\xf5\\\\xe9\\\\xf6v\\\\x04b\\\\xfc\\\\xd7\\\\xa9\\\\xd8mt\\\\rER\\\\x1c\\\\xaf\\\\xc6+\\\\xc9\\\\xaf&\\\\xab\\\\xd6YF\\\\xed\\\\xa7H\\\\x1e$\\\\x11\\\\x07\\\\xeb\\\\xa7W\\\\xd6\\\\xa6\\\\x97\\\\xc5s\\\\xe7\\\\xc9~%^6M\\\\x95.;\\\\xfbu\\\\x15jj#p\\\\x86\\\\x8f\\\\xf9\\\\x8a\\\\x03~#\\\\x12G}:\\\\x94A*7\\\\x07m>\\\\xe0\\\\x14\\\\xaf\\\\xbckQn\\\\xc4\\\\xde\\\\xb0<+=\\\\x80>\\\\x1a\\\\x93=\\\\xfa\\\\x86D\\\\xea-\\\\xdc{\\\\xe3-\\\\xa1\\\\xd1\\\\xec\\\\xc8\\\\xa9eMj\\\\x85\\\\xac\\\\xef\\\\x06\\\\\\\\\\\\x0f\\\\xc0\\\\x17i0gP|\\\\xba\\\\xe6\\\\\\\\\\\\xe8+\\\\xe3-/\\\\x8e\\\\xb6\\\\xedQl5v\\\\x19J\\\\xd5\\\\xfd\\\\x12\\\\x07\\\\xa3t\\\\xed\\\\x98\\\\xdcO\\\\xd9\\\\xd7.,\\\\x9f\\\\xbe=\\\\x9e\\\\xb8\\\\xc0\\\\xbd[\\\\xbf.\\\\x85jk\\\\xf7n\\\\xa8\\\\x10\\\\xde\\\\xb3\\\\xa1\\\\xf4\\\\xc9\\\\xfcD\\\\x88o\\\\x0e\\\\x9b\\\\x12\\\\x93!RU\\\\x99_)]K!\\\\xc8VUf\"K3\\\\xfe\\\\x10\\\\xa0\\\\xcfs \\\\xeb\\\\xe1\\\\xe5\\\\xd4\\\\x94\"@\\\\xd7\\\\xa2\\\\x87\\\\x9f\\\\xc8\\\\xa1\\\\xc6\\\\xd8\\\\xad\\\\xea]l:l\\\\x92\\\\x04\\\\x82dH\\\\x91\\\\xdb\\\\xc3\\\\xbfn\\\\xa0\\\\xa9\\\\xad*\\\\xab\\\\xfe@\\\\xd7\\\\x91u\\\\x9b\\\\x99\\\\xcd\\\\x8e\\\\xa2\\\\xb5\\\\xd9\\\\x1b\\\\xe6@$\\\\xa8Q\\\\x00v;\\\\x88\\\\xd7_\\\\x01\\\\xd4\\\\x13FD#W)\\\\x7f\\\\xfaO\\\\x1d\\\\xff\\\\x00\\\\x93\\\\xc6\\\\xff\\\\x00\\\\xff\\\\x00O\\\\xfe\\\\xf7B\\\\x98\\\\xbf\\\\xff\\\\xd7\\\\xae>\\\\x11\\\\xcc\\\\xbdMe\\\\xcd\\\\xb4X\\\\xa8+Z\\\\t!\\\\xdd@$C,\\\\x8d\"\\\\x08\\\\x8e\\\\xbc\\\\xed\\\\x99i.\\\\xbe1\\\\xb4\\\\x99r\\\\x96\\\\xbeS\\\\x81\\\\xefg\\\\x0eC\\\\x02\\\\xd7\\\\xa9\\\\xae\\\\x7f{\\\\'\\\\x1a\\\\x80\\\\x80\\\\x0b\\\\x0b\\\\x92\\\\xc8\\\\xc5\\\\xa7\\\\xb2\\\\xc7\\\\xde|\\\\xba\\\\xadp\\\\x83\\\\'\\\\x18\\\\x1f\\\\xaa\\\\x0b\\\\xf0y\\\\xb8pO\\\\x15J\\\\x1e\\\\xe5\\\\xef\\\\xec\\\\xd5\\\\x9bME\\\\x99\\\\x80E\\\\xdc\\\\'v\\\\xa4\\\\x92\\\\xc3A\\\\x03\\\\xa12f\\\\x05W\\\\x91\\\\x96x\\\\'\\\\x0e\\\\x17\\\\x89[\\\\xe8\\\\\\\\\\\\xba\\\\xe6\\\\xccK+*\\\\x9e\\\\x90=C\\\\xd2X\\\\x17\\\\xed\\\\xa8\\\\xec\\\\x04\\\\xcf~\\\\x9a(i\\\\x9au\\\\x8bFU\\\\xc4&\\\\x8c\\\\\\\\\\\\x9c^\\\\x0e\\\\xb4k\\\\x1c%\\\\xa7hu:@\\\\x9d\\\\xaa\\\\x02\\\\xc6\\\\x9d\\\\xf5?\\\\xbeGR\\\\x0e\\\\x8a\\\\x01\\\\x8a\\\\xbc\\\\'\\\\x1bB\\\\xa9c\\\\xe4%\\\\xf3\\\\x97\\\\';\\\\x0e\\\\xd3}\\\\xd5\\\\x89\\\\xb0\\\\x82\\\\x19\\\\x94(\\\\x91\\\\xac\\\\xea[\\\\xf7OK\\\\x8e\\\\xa2I*\\\\xbd\\\\xff\\\\x00S\\\\x90\\\\x10\\\\x0cO\\\\xcd\\\\xe3\\\\x8a\\\\x19\\\\xe8T\\\\xb5mV\\\\xb2\\\\xea\\\\xc8\\\\x16\\\\x11\\\\xf8\\\\x81f\\\\xff\\\\x00H\\\\x9e\\\\xdatt*,\\\\x13\\\\x13^k\\\\xad>!\\\\xf2\\\\x11\\\\x9d\\\\xc3\\\\xd5S8f\\\\xa4\\\\x015k\\\\xa0\\\\x83\\\\xa8 \\\\xc7~\\\\xfdL\\\\xe2\\\\xec\\\\xb7cpJ \\\\x85?#u\\\\x9639tX\\\\x90\\\\x8cU\\\\x8c\\\\x13;\\\\x86\\\\x84\\\\x8e\\\\xdd\\\\xff\\\\x00\\\\xb1G\\\\xb4\\\\x1d\"\\\\xed\\\\xd4\\\\xb3n\\\\xc5\\\\x83\\\\xb3E}\\\\xa7Y\\\\xf5\\\\x17$01\\\\xa9:\\\\x03\\\\x1d\\\\xbc\\\\xba\\\\x82\\\\xe3\\\\xaaT\\\\x85TsZZ\\\\xea\\\\xc1\\\\xec/\\\\xb4\\\\x86\\\\x07I2;\\\\x81\\\\x1a\\\\x89\\\\x88\\\\xeae +U\\\\xceM0XUP\\\\xc7\\\\x08L\\\\xa1]\\\\xab!@\\\\x03R\\\\xc0\\\\xc1\\\\x82I\\\\xec|{t\\\\x9dDb<\\\\x13\\\\x0c\\\\x0f:)\\\\xaf\\\\x9bN61\\\\xdc\\\\xeaV\\\\xb6=\\\\x89\\\\x85M\\\\x0cI\\\\x91\\\\xac\\\\xc4w\\\\xd7\\\\xb8\\\\xd3\\\\xa6\\\\x07\\\\x8dEy\\\\xa8p1Zq\\\\xf9j\\\\xb2\\\\x8d\\\\x85\\\\xe57\\\\xb0B\\\\xe0\\\\x03\\\\xd8\\\\x06\\\\x01KG\\\\xa4\\\\x91\\\\xd8\\\\x1e\\\\xe7\\\\xab@\\\\x94\\\\x92kU\\\\t\\\\xed\\\\xa5\\\\x88U*\\\\xf1\\\\xb8YT\\\\x83\\\\xa0$\\\\x8d\\\\x0fq\\\\x00\\\\x93\\\\xaf\\\\x87\\\\\\\\Y\\\\x06\\\\xa1\\\\x86\\\\x0bsQM\\\\x95\\\\xa1\\\\xc7\\\\xb2\\\\x18\\\\x88D#p\\\\x00\\\\xb1` \\\\xf8\\\\x1e\\\\xdd\\\\x87\\\\\\\\C\\\\x1a&b\\\\x16&\\\\xd4DP\\\\xe3y\\\\xbc\\\\x952\\\\x033\\\\x1d\\\\xc5\\\\x88C\\\\x0c@1\\\\xa9\\\\'\\\\xef\\\\xe8d\\\\xedE\"\\\\x81\\\\x0e|\\\\xb5\\\\xc6j\\\\x97\\\\xb6\\\\xf6`\\\\xba\\\\xc0@N\\\\xef\\\\xfb\\\\xa2\\\\x0c\\\\xeb\\\\xd2g\\\\x12qR\\\\xf5\\\\x05l\\\\xfc\\\\xc5\\\\x19\\\\xb3YgM\\\\xbe\\\\x95\\\\x1e\\\\x90t\\\\x1b\\\\x890b\\\\t\\\\x10#\\\\xfcGS\\\\x10y)\\\\x91u\\\\x1e\\\\x9c\\\\x7ff\\\\xca\\\\xf7[\\\\xed\\\\xd5\\\\x04n\\\\xac\\\\xed \\\\xcc\\\\x86+\\\\x1aA\\\\x1f\\\\x7fD\\\\x1d\\\\xea\\\\x95\\\\xa7$Z\\\\x04)\\\\xaa\\\\xf7,Sz;\\\\x01;H\\\\x07\\\\xb9\\\\x1d\\\\x8fo\\\\x08\\\\x88\\\\xd7\\\\xa2z\\\\xa20\\\\xcdd\\\\xb9\\\\xafA\\\\x14\\\\xd8\\\\xe0\\\\xd2X\\\\x97Q\\\\xa8\\\\xd4\\\\x8e\\\\xc0\\\\xb7\\\\x87\\\\x87\\\\xed\\\\xeb\\\\x9eY\\\\xa9\\\\x14\\\\xaa\\\\x88r\\\\xbd\\\\xea\\\\xe6\\\\x8b\\\\x1e\\\\xbbv\\\\xeeGYX\\\\x1d\\\\xa5d\\\\x06\\\\xf5\\\\x1e\\\\xfd\\\\xfa\\\\x131\\\\x11L\\\\x906\\\\xa9(\\\\xb5\\\\xe4Z\\\\xa4\\\\xda\\\\xde\\\\xdd\\\\xeb\\\\xbe+\\\\x13\"#Y\\\\xf1\\\\x1aw\\\\xeb\\\\x81p\\\\xea@$\\\\xadVYv\\\\xf2\\\\xf56\\\\xdb\\\\x15\\\\xc2\\\\x8a\\\\xf6\\\\xee \\\\x90\\\\t\\\\x07\\\\xd3\\\\xde;\\\\x00\":\\\\xe1\\\\x8a\\\\x82\\\\xe6\\\\xa1\\\\x18\\\\xc4\\\\xc1{*\\\\xb2\\\\xff\\\\x00\\\\xcdl\\\\xb54\\\\xafq\\\\x8dcq\\\\x83\\\\xfc>]\\\\xff\\\\x00gVm\\\\xdb\\\\x06/\\\\x9ala\\\\xe9P\\\\x82dnC\\\\x93Z[Q\\\\xd1\\\\x96\\\\xc4 \\\\x92~\\\\xcf\\\\xf4\\\\x88\\\\x11\\\\xd8w\\\\xf0\\\\xe8\\\\x08j\\\\xa5\\\\x88\\\\xa8y\\\\xf7=\\\\x00YUj\\\\xcc$n\\\\x92\\\\x14z\\\\xb6\\\\xc0#\\\\xb11\\\\x07\\\\xfe\\\\xd9T\\\\xe5,\\\\x94\\\\x90\\\\x02\\\\x15v]M\\\\x93\\\\xeed\\\\x8b+\\\\x15\\\\x9f\\\\xe6j\\\\x19\\\\x9bo\\\\x80 (\\\\x83\\\\xe0GEh\\\\xb5JI\\\\x01\\\\xd3\\\\x1d\\\\xd9\\\\\\\\o!\\\\xedUUK\\\\x83b*\\\\x97j\\\\xd5\\\\x83\\\\xb3\\\\xeb,A$\\\\x91\\\\xa4\\\\xcf\\\\x87N\\\\x9c\\\\xc4\\\\x88\\\\xf3V\\\\x0c\\\\x84\\\\xa9\\\\x83\\\\xa8\\\\x96S\\\\xf9fj\\\\xb1\\\\xf2+\\\\xb9\\\\x1d`\\\\xddf\\\\xe0\\\\xc1\\\\x98\\\\x98\\\\x93\\\\xdf\\\\xea\\\\x01\\\\xef\\\\xf6t\\\\xb3D\\\\x069\\\\x03R\\\\x82\\\\xd0\\\\xdf\\\\xcd\\\\xaa\\\\xa6\\\\xacl\\\\xad\\\\x99\\\\x95\\\\xb6\\\\xee\\\\x98\\\\x00\\\\x8d\\\\xda\\\\x89\\\\xdb\\\\x13\\\\xfeq\\\\xd4\\\\x07@\\\\xc0\\\\x96\\\\xc9L\\\\xba\\\\xec+*+O\\\\xf2\\\\xad:\\\\x00\\\\xb0B\\\\x96\\\\x1e\\\\x04\\\\x080<\\\\xff\\\\x00gRK\\\\xa9 \\\\x10\\\\xb4UZ\\\\xd2\\\\xc7&\\\\x83\\\\xb5\\\\xea\\\\x1bU\\\\x82\\\\x80wm\\\\x07q1 k\\\\xe2:Y\\\\xa2\\\\xe8\\\\xc7473%m\\\\xb6\\\\xc3m6\\\\xac\\\\xa8\\\\x8a\\\\xc8\\\\x82\\\\x01\\\\xd4\\\\x12\\\\x04\\\\x9d@\\\\xf2\\\\xf0\\\\xf0\\\\xf1(\\\\xcc\\\\x1a\\\\xa1\\\\x98\\\\xc9\\\\x0bO\\\\xca\\\\xbd\\\\xd5\\\\xa8\\\\xb6)\\\\xad\\\\x99\\\\x9a\\\\xc6\\\\x01Z\\\\x14m:4\\\\xe8K\\\\x1f\\\\x1f\\\\xdd\\\\xd78%\\\\xd2\\\\x80\\\\xad\\\\x11jq\\\\xb1ja{\\\\\\\\\\\\xe8\\\\\\\\\\\\xa23\\\\xaa\\\\xee!\\\\x9b\\\\xc6D}\\\\x9ds\\\\x8cS#n\\\\xae\\\\n.\\\\xdc\\\\x8e3\\\\x12\\\\x95\\\\xe43\\\\xeeK\\\\x11\\\\x81\\\\xd4\\\\x87Y\\\\xec\\\\xc3\\\\xeb\\\\xe0$}:\\\\x93&L\\\\x13\\\\xa2\\\\x03y>\\\\xfd&\\\\xbc\\\\x9fw~\\\\xd6\\\\xa5\\\\x82\\\\xb4\\\\x86*%O\\\\xd3w\\\\xf7u\\\\xc4\\\\xd7\\\\x14\\\\xa7\\\\xc1d1\\\\xad\\\\xbb\\\\xdb\\\\xf6\\\\xb2\\\\rE\\\\x0cz\\\\x08\"\\\\x00\\\\xd4\\\\x1f3\\\\xe3\\\\xa1\\\\xea\\\\x0e\\\\x01w\\\\xb6\\\\xe5H\\\\xff\\\\x00\\\\xd3\\\\xd9W\\\\\\\\\\\\x17z\\\\xb8+\\\\xfc\\\\x82\\\\xc4#\\\\x03\\\\xa7\\\\xf3 ~\\\\xf1\\\\'M:\\\\x1d.\\\\x98muY?\\\\xc6\\\\xb98Gl\\\\x94\\\\xb7t\\\\xa6\\\\xddu=\\\\x94\\\\x98\\\\x9f/\\\\xbf\\\\xa2 \\\\x81\\\\xcdA\\\\xb2[\\\\x15\"\\\\x9f\\\\x8fg\\\\xdcl\\\\xb5\\\\xef\\\\x15\\\\xa2\\\\x85R\\\\x01&\\\\xc5\\\\x92\\\\x0b1\\\\x024\\\\xee\\\\x01\\\\xf2\\\\xe9s\\\\x81*c\\\\x00\\\\xf5\\\\xf1L\\\\x18\\\\xff\\\\x00\\\\x1f\\\\xc7\\\\xb5\\\\xf7d\\\\xe6-\\\\x8e\\\\xa0\\\\x90\\\\xac`\\\\x80\\\\t\\\\xdd\\\\xe3\\\\x02O\\\\xfcz\\\\xab;\\\\x128\\\\xa7E\\\\x9f\\\\xaaj\\\\xe3\\\\xf1\\\\xf8\\\\xaa\\\\xac8\\\\xf4\\\\xe5*>\\\\xc5\\\\xad\\\\\\\\\\\\xb1\\\\xd2~\\\\x9a\\\\x01\\\\xda\\\\x0f\\\\xed\\\\xfa\\\\xf5B{BdA\\\\xe3\\\\x8c\\\\xd5\\\\x9bW\"\\\\x8a\\\\xbe\\\\rY.\\\\x84\\\\xde\\\\x11\"w@0c\\\\xbcD\\\\x00~\\\\x87\\\\xed\\\\xea!`\\\\xcf\\\\x00\\\\xee\\\\xb4\\\\xa3:\"\\\\xd5UU5%u\\\\xa8m\\\\xc1M\\\\xd7\\\\xa2\\\\x9d\\\\xf0\\\\x9an30\\\\xa2;\\\\xf8i\\\\xe1\\\\xd6\\\\x90\\\\xb1\\\\x18\\\\xc5\\\\x86%#Qw\\\\xe4\\\\x87r\\\\x18\\\\xd7\\\\xbe5\\\\xb5\\\\xd5S=\\\\x8c\\\\xac\\\\xbbT\\\\x95*A\\\\x1f\\\\x87k\\\\x03\\\\xe1\\\\xaf\\\\xf7uB\\\\xed\\\\xa2p\\\\xc5E\\\\xe9QT\\\\x1c\\\\xff\\\\x00\\\\x11\\\\xca\\\\x8c\\\\x8b\\\\xd9\\\\xebc\\\\\\\\\\\\x14$\\\\x03\\\\r\\\\xd8\\\\xea5\\\\x8dG`t\\\\xd3\\\\xae\\\\xb7\\\\tD\\\\xb1\\\\xc0,\\\\xbb\\\\x91|:\\\\xa5;+\\\\xccz\\\\x94\\\\xc1UV$\\\\xb9s\\\\xbc\\\\xb4\\\\x82\\\\x06\\\\xd0t\\\\'\\\\xbc\\\\x83\\\\xa4G\\\\xd3\\\\xadX\\\\xc4\\\\x8e\\\\xaa\\\\xae\\\\x96\\\\x0bv\\\\x17\\\\x1dqW\\\\xc8j\\\\xdb#\\\\x1e\\\\x84\\\\'!H\\\\x80\\\\xaeL\\\\xa92I\\\\x1a\\\\xf9\\\\xf4\\\\xc8[$j\\\\xaa8\\\\xd7\\\\xb9A\\\\xbb?!kd\\\\xad\\\\x9d\\\\xb1i\\\\x0c?\\\\x88D\\\\x93\\\\xa8bw\\\\r{GA\\\\xa7\\\\x96\\\\x08g\"\\\\r\\\\x10\\\\xd5\\\\xbb%\\\\xce\\\\xf6\\\\xfeZ\\\\xa2o6*\\\\x82\\\\x03<\\\\x83\\\\xac\\\\r$yu\\\\xc0\\\\x9dK\\\\x86\\\\x0e\\\\xb2\\\\xa9\\\\xef\\\\xad\\\\x7f\\\\x9e\\\\xec\\\\xb8\\\\xc7\\\\xd5i\\\\xd0\\\\xb6\\\\xd9\\\\x99\\\\xf4\\\\x8d\\\\x1b\\\\xec\\\\x00\\\\x8e\\\\xfdA\\\\x99\\\\xc9L\\\\x19\\\\x83\\\\xd3\\\\xcdA\\\\xca\\\\xca\\\\xb8\\\\xdb`\\\\xdbl\\\\xef\\\\xde\\\\xcfQ\\\\x16nM\\\\xa3]D\\\\x12\\\\x02\\\\xfd\\\\xbfI\\\\xea\\\\x00$R\\\\x88e \\\\t\\\\xcdm\\\\xc5\\\\xc6\\\\xb2\\\\xd2\\\\xf7\\\\xd8\\\\xee\\\\xe2\\\\xb3\\\\xb7\\\\xd9\\\\x00\\\\xce\\\\xd1\\\\r\\\\xea\\\\x1a\\\\x91\\\\x1bg\\\\xfc\\\\xfa5\\\\xd0yb\\\\xa5&=@\\\\x94\\\\xab\\\\x18>@\\\\x99U\\\\xec\\\\xe3\\\\xb8\\\\x1b\\\\x98x\\\\x1252G\\\\x8e\\\\xb3\\\\xd4DbsS\\\\xa7,\\\\xb9\"u\\\\xe0 \\\\x16[i\\\\xf6\\\\x95Y}\\\\xe5\\\\x10\\\\xa1\\\\xb5$N\\\\xdf?\\\\xa7\\\\xdd\\\\xd71\\\\xecS\\\\x80\\\\xa2\\\\xd22\\\\xa9\\\\xa6\\\\xbb\\\\x1a\\\\x9cqi\\\\xaf\\\\xf0\\\\xc0;e4\\\\x83\\\\xb8\\\\xf8\\\\x00D\\\\x1e\\\\xe3\\\\xcf\\\\xa9\\\\xd3$\\\\x1a\\\\xc1|V\\\\x8a\\\\xf3s2J\\\\xc1\\\\xae\\\\xbaCh\\\\xe3n\\\\xaa\\\\xbe\\\\'p\\\\x89\\\\x11\\\\xf8{\\\\x81\\\\xd7i\\\\xe6\\\\xb8\\\\x13,0F\\\\x97\\\\x1a\\\\x9b)Qb\\\\xd6m\\\\xb6\\\\xb2\\\\xc5@\\\\xdaN\\\\xdd\\\\x0c\\\\x83\\\\xa9\\\\x91\\\\xafn\\\\xdfi\\\\xe8e\\\\n\\\\x04p\\\\xa8Kw6\\\\x1a=\\\\x83\\\\x1dv\\\\xb3\\\\x7f\\\\xca-\\\\xae\\\\xed4:\\\\x08\\\\x13\\\\xe1>\\\\x11\\\\xd2\\\\xfd\\\\xb6\\\\\\\\\\\\x08\\\\xfe\\\\xd4\\\\xbcj\\\\xee\\\\xb9\\\\x98V\\\\xabU\\\\x1f\\\\x81\\\\x96B\\\\xb4(3;\\\\x82\\\\xeb\\\\xa7\\\\xd7\\\\xb7Bl\\\\x99\\\\nPr]\\\\x02{\\\\x94\\\\x91\\\\xc5\\\\xe1mWw~\\\\xe6\\\\xa7U$\\\\x80\\\\xcf\\\\xa0P#O\\\\x0f\\\\xf3\\\\xe8\\\\xc5\\\\xa8\\\\xb32\\\\x90\\\\xf9\\\\xaf\\\\x1b\\\\x13\\\\x0f\\\\x1f\\\\xdc\\\\xa9\\\\xb1\\\\xa0\\\\x00=RF\\\\xd0@ i\\\\xdch?lu\\\\x13\\\\xb1\\\\x9a\\\\x00Z\\\\x852`c\\\\xd0V\\\\xa7\\\\xf6AFq\\\\xb2\\\\x8dWq\\\\x90}=\\\\xc8\\\\x04OR-\\\\x02Y\\\\xca\\\\xb1m\\\\x87z\\\\xfd\\\\xccfW\\\\x00b\\\\xb6\\\\xc6\\\\r\\\\n )>\\\\x90Ie\\\\x1d\\\\xe0\\\\x92\\\\xd3\\\\xd1\\\\x00\\\\xc7\\\\xaa]\\\\xe9\\\\x03\\\\xfa\\\\xf6 \\\\xb5\\\\xded\\\\xcd\\\\xcc\\\\x1c\\\\xcd\\\\xa5\\\\xb5\\\\x04\\\\x89\\\\xdb\\\\xe9\\\\x8dcH\\\\x88\\\\x8e\\\\xb8\\\\x83\\\\x92S\\\\xb1\\\\xaa\\\\xd8\\\\xae\\\\x95\\\\xd7\\\\xb6\\\\xcb\\\\x1e\\\\xc2\\\\\\\\\\\\x95\\\\xd0,\\\\x063\\\\x05~\\\\x84\\\\xf9\\\\xcc\\\\xf4\\\\x04\\\\x10\\\\x11D\\\\x01\\\\x9a5E\\\\n\\\\xd5\\\\xb3\\\\xaa1a\\\\xaa\\\\xd9\\\\x04+\\\\x90\\\\xa4\\\\xc8\\\\xf3\\\\x113\\\\x07\\\\xcf\\\\xa3\\\\xd3\\\\xde\\\\x9d\\\\xa4J\\\\x8a-\\\\xa1\\\\x90\\\\xee\\\\xae\\\\xea\\\\xc7\\\\xb8I\\\\xaflI\\\\x80\\\\x06\\\\xe2\\\\xd1 N\\\\xbax\\\\xf5!\\\\x88\\\\xe6\\\\x95!\\\\xa4\\\\xe2\\\\xb5\\\\xe3\\\\xb5F\\\\xe6\\\\xddcXW\\\\xd2\\\\xca\\\\xbb\\\\x94\\\\xc8\\\\'RW\\\\xb0\\\\x90{\\\\xf8u\\\\xd5\\\\x18\\\\xf1\\\\xd1@\\\\x0f\\\\x82\\\\xdfc*IB\\\\x1b\\\\xd1\\\\xb7rD\\\\x80\\\\xdbu\\\\x9e\\\\xe4\\\\x02f5\\\\x8e\\\\xb9\\\\xc8\\\\xc94\\\\xc7I\\\\xc5GJ\\\\x0b\\\\xb0\\\\xb2\\\\xc2XHU\\\\xff\\\\x00V\\\\xa0\\\\x82 \\\\x1e\\\\xfa\\\\t\\\\x81\\\\xdf\\\\xc0\\\\xf4\\\\x06\\\\x0f\\\\xde\\\\x85\\\\xf9\\\\xa7\\\\x8e!Y\\\\xeb\\\\xad\\\\x19YV\\\\xdd\\\\xa7XRQF\\\\xd3\\\\'Q\\\\'\\\\xcb\\\\xe9\\\\xe7=43\\\\x87O\\\\x84\\\\x9f\\\\xd4\\\\xa7d\\\\xdf\\\\x8bS2\\\\x06g+\\\\xb9k\\\\x0c\\\\xba\\\\x90\\\\xa2Hb@\\\\x03\\\\xeb\\\\xd3D\\\\xb9\\\\xa9\\\\x95\\\\xc7K\\\\x9c\\\\x8ee._\\\\xda]\\\\x87T\\\\xb0\\\\xc4@\\\\xdcB\\\\x83\\\\x03\\\\xcc\\\\xf8\\\\xf8\\\\x1dz\\\\x8dn\\\\x80\\\\x900B\\\\xfd\\\\xa5\\\\xb2\\\\xb4\\\\xae\\\\xbd\\\\xd1\\\\x1b\\\\xb7\\\\x15\\\\x85\\\\x83\\\\xfcB\"\\\\'\\\\xcf^\\\\x8a)z\\\\x1e\\\\x8bv>\\\\x13)\\\\x00\\\\xd6\\\\xb4\\\\x97g\\\\x95--&\\\\x18\\\\x81\\\\xdc\\\\x99?`\\\\xd2\\\\x0fD\\\\r\\\\x11\\\\x10\\\\x0e\\\\x05O\\\\x02\\\\xdbeU\\\\xc3\\\\xe3\\\\x95Se\\\\x9bB\\\\x02TA\\\\x04j\\\\x00$\\\\x1dz\\\\xe3q\\\\x93\\\\x04d\\\\xeeQ\\\\x1a(c\\\\xb3\\\\xf3\\\\x03a+\\\\xfc\\\\xc3dj\\\\x002\\\\xc0\\\\xea\\\\xbd\\\\xce\\\\x9d,\\\\x92PH\\\\xb0L\\\\x00\\\\xb0\\\\x04v\\\\x1e\\\\x1e\\\\x1d\\\\x00E\\\\xa31\\\\x9a)W\\\\x1c\\\\xe1=\\\\xe3\\\\x92\\\\x96\\\\x84!W\\\\xb8\\\\x00\\\\xb4A\\\\x07w\\\\x80\\\\xd0\\\\x8e\\\\xfak\\\\xd3\\\\x99p\\\\x04\\\\x16\\\\xe4\\\\xbc\\\\xb7\\\\x87e\\\\xae\\\\xd1\\\\xbe\\\\x15F\\\\xefsih\\\\x00L\\\\x06S\\\\xd8v:\\\\xc7\\\\x97Rh\\\\xea\\\\x05\\\\xbeh>F\\\\x0e\\\\xd7\\\\xb0~e4P\\\\x80\\\\x92\\\\x19Tw\\\\x06\\\\x01\\\\x06\\\\x04yw\\\\xe8\\\\x0b\\\\xae\\\\x90\\\\x1c\\\\xd7\\\\xa0b\\\\xd2}\\\\xcfsy\\\\x10\\\\x14\\\\x88\\\\x05\\\\x01\\\\xd6\\\\x07\\\\xa7\\\\xd5$\\\\x90 \\\\xf5\\\\x07\\\\x05\\\\'Ls[\\\\xb7`\\\\x1d\\\\x03o\\\\xb6\\\\x9d\\\\xb61oH1\\\\xae\\\\x82\\\\x00\\\\x1a\\\\xfd\\\\xfa\\\\xe9\\\\xd7\\\\x19\\\\x05\\\\xc0\\\\x87XYw\\\\x13BG\\\\xe5\\\\xb7\\\\x07F;d11\\\\xaf\\\\x84\\\\x08\\\\x91\\\\xe5\\\\xe5\\\\xdbN\\\\xa4H\\\\x0cT\\\\x19\\\\xc3\\\\x144\\\\xf28\\\\x8d[\\\\x9a+f\\\\xa6\\\\xf2H\\\\x02fG\\\\xd3O\\\\x1du\\\\xf1\\\\x11\\\\xe3\\\\xd4{\\\\x81\\\\x04\\\\xa6\\\\x06\\\\x18/\\\\x13+\\\\x15\\\\xc2\\\\xb2\\\\xa2\\\\x85#p\\\\xfcA\\\\xa46\\\\xed\\\\xba\\\\x8d;\\\\xc6\\\\xbdq d\\\\xa4\\\\x10B\\\\xf2\\\\xfb\\\\x9d\\\\xaaeZ\\\\x82\\\\x10A#\\\\xee\\\\x07i\\\\x8f\\\\x18\\\\x82\\\\x93\\\\xd7\\\\x12\\\\x19)\\\\x875\\\\xb2\\\\xbap\\\\xcb\\\\xba\\\\x165\\\\xb9o\\\\xc4\\\\xb0\\\\xacN\\\\xb2\\\\xacJ\\\\xeb2H$}\\\\x93\\\\xd0\\\\x99#\\\\x88\\\\x03\\\\xf6R\\\\x06\\\\x06\\\\x1b\\\\x84E\\\\xb0\\\\x82w\\\\x02\\\\xcd\\\\n`\\\\x8d\\\\xb0\\\\xdb\\\\xfb\\\\xc6\\\\x87X\\\\x88\\\\xeb\\\\x89E\\\\xa6$P\\\\xaf\\\\xc7\\\\x1f\\\\xda\\\\x02\\\\xa4\\\\xb5\\\\xd5)UA\\\\\\\\\\\\x95\\\\x80\\\\xbe2\\\\xa3\\\\xbf\\\\xd7\\\\xc4\\\\xf6=@4A!VYcq\\\\xa5\\\\xec\\\\x1b\\\\xb2Y,\\\\x13\\\\xec*\\\\x92\\\\x08Q\\\\x10\\\\x12<\\\\xce\\\\xd9\\\\x1e~=\\\\x15\\\\x11F$\\\\x91\\\\xd5M^>\\\\xad\"\\\\xc3c\\\\t\\\\rr\\\\xe8\\\\x00\\\\x01u\\\\x833=\\\\x87\\\\xf7\\\\xf5\\\\xd45d~\\\\xd5qX\\\\xdba@=\\\\xad\\\\xc1e\\\\xa1\\\\xc1Q;cPS\\\\xbfh\\\\xea\\\\x10\\\\x9aa\\\\x82\\\\x17n5\\\\xb6\\\\xdcM\\\\x93c2J\\\\xcbC\\\\xf7\\\\x92@#h2Gq\\\\xd7i9\\\\xe2\\\\x84\\\\x80K\\\\x95\\\\'\\\\x1b\\\\x1a\\\\xc5P\\\\xafsL\\\\r\\\\xdb\\\\xce\\\\xa0\\\\r#\\\\xb0\\\\x9f-\\\\x0fPcE1\\\\xa9\\\\xa2\\\\xfcM\\\\x14\\\\xef\\\\xb1\\\\x80\\\\xb3 hDB(\\\\xd3\\\\xb4\\\\x11\\\\x00y\\\\xf8w\\\\xea\\\\x1c\\\\x10\\\\xa4\\\\x16\\\\xc5i\\\\x1960\\\\x84\\\\x9a\\\\xfd\\\\xa8\\\\xad\\\\x93I\\\\x00\\\\xf6\\\\x83\\\\x03B\\\\x04\\\\x9e\\\\x80\\\\x92\\\\xb8\\\\x1f%\\\\xb1\\\\xea{\\\\xdb}\\\\xaa\\\\rbZ\\\\xc2toT,6\\\\xa3\\\\xbfS\\\\x1a\\\\xe0\\\\xa0\\\\x87+\\\\xf3RJ\\\\x83C\\\\xaa\\\\xc9\\\\xda\\\\x8d\\\\x04j\\\\xacd\\\\x19 L\\\\x8f\\\\xf0\\\\xe9\\\\xa4Uv\\\\x95\\\\xe0\\\\x8f\\\\xe5\\\\xa2\\\\xb1\\\\xdcX\\\\xadr`nr\\\\x04\\\\t?@u\\\\xef\\\\xd2\\\\xc1\\\\x03\\\\xb1C\\\\xc8\\\\xd3\\\\x929\\\\xc4\\\\xb68fm\\\\xcbk!\\\\xda\\\\x8a\\\\x08\\\\x9d\\\\xfbN\\\\xfd<\\\\x94G\\\\x8c\\\\x0e\\\\x84I\\\\xa5\\\\xc7\\\\x92t\\\\x0cJ;\\\\x90\\\\xf6\\\\n\\\\xec`#z\\\\x17\\\\xb1\\\\x03\\\\r4\\\\xd4zu_\\\\xb4~\\\\xcf2\\\\xd2H\\\\xe4\\\\x11\\\\xc8\\\\xb6\\\\tr\\\\xca\\\\xed{\\\\x1e\\\\xbb\\\\x0f\\\\xf2\\\\x9e\\\\xc0\\\\x1c\\\\x13*\\\\n\\\\x91\\\\xabw#\\\\xe9\\\\xe7\\\\xf6\\\\xf4Q\\\\t\\\\x05\\\\xf3\\\\xc9j4\\\\xbb\\\\x15\\\\xb9\\\\x18\\\\xfb\\\\xf0Y\\\\xf7>\\\\xb6\\\\x15\\\\x10Lv\\\\xfb{\\\\xf8\\\\xcfR\\\\x02\\\\xeeKh\\\\xa6\\\\xe0&\\\\xb9\\\\xb55eJ\\\\xc1c\\\\xabx\\\\x01\\\\xe2\\\\xd3\\\\xf4\\\\x8e\\\\x9b\\\\x10HEP\\\\xb7N\\\\xcbl\\\\xdd\\\\xb1\\\\rl}\\\\xc5.L\\\\xbc\\\\x83\\\\x02F\\\\xa6<\\\\xc7`#\\\\xbfA\\\\'\\\\x08\\\\x9eN\\\\x8fa\\\\x94h\\\\x06\\\\xba\\\\xec@w*\\\\xa6\\\\xbe\\\\x93\\\\xbbQ \\\\x98\\\\x98\\\\xef\\\\xe7\\\\xd2\\\\'\"K`\\\\xacF\\\\x82\\\\x85\\\\x1f\\\\xa2\\\\xb6j\\\\xd3\\\\xdb\\\\x08E\\\\x84+\\\\xb4N\\\\xd2Oh\\\\xd64\\\\x1d\\\\xb5\\\\xe8\\\\xe1\\\\xd1*\\\\xe0 \\\\xa7>\\\\x1f\\\\x8e\\\\x0f\\\\x05\\\\x84\\\\x82\\\\x15\\\\x02O\\\\xf3 j\\\\xbbu#\\\\xbe\\\\x91\\\\xf6\\\\xeb\\\\xd5\\\\x91\\\\x14\\\\xb8\\\\x02K\\\\x14\\\\xd5\\\\xc8\\\\xb1\\\\xe10_=\\\\x7f\\\\x94\\\\xcaK\\\\xb3!\\\\x03Q\\\\\\\\\\\\x02\\\\xbbLC\\\\x02[Q\\\\xae\\\\xbd\\\\x1c\"\\\\r\\\\x16\\\\xa6\\\\xce\\\\xd0\\\\'\\\\xa2\\\\xe4\\\\x0es/#\\\\x9d\\\\xe6-\\\\xc9\\\\xbfsc\\\\xe3\\\\x9d\\\\xb5\\\\xa5\\\\x84\\\\x1d\\\\xc5\\\\x0cz\\\\x81\\\\x80{\\\\x8d:\\\\xdf\\\\xda\\\\xda\\\\xd1\\\\x05\\\\xec6V\\\\xc4Y\\\\xf1Z\\\\xaeqe;YD \\\\x1b\\\\x8bj} \\\\xc1\\\\x81\\\\xaf\\\\xd6\\\\x07\\\\x87\\\\x7f\\\\x1e\\\\x9e\\\\xb5\\\\x01U\\\\xe7#\\\\x90)k\\\\n3\\\\xb1IZ\\\\xcf\\\\xe2\\\\xed\\\\xa9\\\\x8e\\\\xde&t\\\\xea\\\\x14\\\\x85N\\\\xf3\\\\x85\\\\x1b%\\\\x8bVU\\\\xd81j\\\\xc4\\\\xc6\\\\xd8\\\\xd0n\\\\xd6\\\\x04\\\\xf5\\\\xc8\\\\x95K\\\\xc9\\\\xd4\\\\x15\\\\x9b\\\\xf1\\\\xee.w\\\\x05\\\\xb3oq\\\\x1b\\\\xd9\\\\x98Ii\\\\xd6A\\\\xd2$u\\\\xc1D\\\\x8b\\\\x90\\\\x94\\\\x92\\\\x8b\\\\xb2\\\\x03Y\\\\x90\\\\x9f\\\\x96j\\\\xdd\\\\xabfa\\\\xbc\\\\x87]\\\\xa1\\\\xd5\\\\x82\\\\x8dA\\\\x07\\\\xbf\\\\xd0D\\\\xcfR\\\\x80\\\\x94\\\\x97\\\\x99U\\\\xc3 \\\\xd2\\\\x84\\\\xb8\\\\xa4\\\\xb3-/d\\\\x8dB\\\\x8053\\\\xdaLy\\\\x9f\\\\xa0\\\\xeaYv\\\\x18\\\\xa2|N\\\\x1b\\\\xbd\\\\x16\\\\\\\\\\\\xe2\\\\xb6k\\\\x18\"\\\\xd8\\\\x85Ue\\\\xcc\\\\x00\\\\xcc\\\\xc2$\\\\xa8\\\\x81\\\\xf5\\\\x8e\\\\x99\\\\xa1\\\\xa8R%v\\\\x81\\\\xb8\\\\xee\\\\xedQl\\\\xc2\\\\xc9\\\\xfc\\\\xca\\\\xc8g\\\\xad\\\\xf7%Mo\\\\xad\\\\xb6\\\\xaa\\\\x9d\\\\xb0\\\\xa1\\\\xa0\\\\x8d\\\\xba\\\\x82>\\\\xf3\\\\xd4\\\\x1a`\\\\x8a5\\\\xc5\\\\x0b\\\\xbf\\\\xf3\\\\x15\\\\xd4\\\\x81\\\\xec\\\\\\\\{lej\\\\xdd\\\\xc9\\\\xf50r?\\\\x97\\\\'\\\\xb6\\\\xed\\\\xdb\\\\x80:\\\\x9e\\\\xa4\\\\xc4\\\\xe2\\\\x97\\\\xee\\\\x07 \\\\xb9\\\\xfa\\\\x8c\\\\xff\\\\x00\\\\n>\\\\xd0\\\\xefM\\\\xd66\\\\xdfuJ*\\\\xb8\\\\x01\\\\xb71#s\\\\x19\\\\xda\\\\xbb\\\\xbf\\\\xee\\\\xf9\\\\xf7\\\\x10:[=rL\\\\x8c\\\\xd80._\\\\x8f%\\\\xa7e\\\\xdf\\\\xfd_\\\\x1b\\\\xff\\\\x00\\\\x8f\\\\'\\\\xff\\\\x00w\\\\xa9\\\\xd0\\\\xa7\\\\xdd\\\\xe8|\\\\xbf+\\\\xff\\\\xd1\\\\xad3\\\\xb9\\\\xe3?gA\\\\x9dP\\\\x90\\\\xe1B\\\\xa5+\\\\x17\\\\xa0\\\\x0fYG3%\\\\x89\\\\xd4\\\\xb4\\\\x02\\\\t\\\\xdc@\\\\xef\\\\xe1\\\\xe2u\\\\xe8\\\\x9f$&\\\\x00\\\\x9c\\\\x16\\\\x7f\\\\x985\\\\xd4\\\\xcdz\\\\xabm\\\\xda\\\\x14\\\\xa6\\\\xa1\\\\xbc`\\\\xee\\\\x9d;\\\\xc0\\\\xeau \\\\xf2S1\\\\xf3\\\\x10\\\\xd7b\\\\xba\\\\xfbvC5\\\\xad1\\\\xb8\\\\x03\\\\xbat\\\\x98$\\\\x88\\\\xfa\\\\xf5\\\\xc2N\\\\x8bA\\\\x0c\\\\xe8o!f\\\\xdb\\\\x14\\\\xd7\\\\xb6\\\\xca[s*\\\\xb6\\\\xd0\\\\x1bl4\\\\xe8#]4\\\\x8e\\\\xfdK%\\\\xc8\\\\xd5l\\\\xa2\\\\xca\\\\xb6\\\\xaa\\\\x9a\\\\xb7\\\\xbbmhQ\\\\xe1\\\\x02\\\\x01\\\\x07\\\\xcfomz\\\\xe2\\\\xb9\\\\x94\\\\x9a\\\\xac\\\\xa6\\\\xed\\\\xad[\\\\x9d\\\\xa0\\\\xff\\\\x00:\\\\xcd\\\\x08\\\\xde\\\\x1bn\\\\xd31\\\\xe3\\\\x00GpbOB\\\\xe7\\\\x15\\\\xc45\\\\n\\\\x17\\\\x95}\\\\x95\\\\x12\\\\xaaB\\\\x97\\\\xf4\\\\xd5a\\\\x95$)\\\\x9d\\\\x04\\\\x01\\\\xd8w?\\\\xb2\\\\x0f\\\\\\\\1BeE\\\\xed\\\\x19\\\\xd6\\\\xb0\\\\x96\\\\xadTRB\\\\x97Z\\\\xcc\\\\x96\\\\x9d\\\\x14\\\\x062\\\\x00\\\\x00x\\\\xf8u$\\\\xe4\\\\x8a\\\\x04\\\\xbe\\\\x08\\\\x85\\\\x01l\\\\x1b@\\\\x15\\\\xd7\\\\xb9VWPK\\\\x99]\\\\xbb\\\\xa4\\\\xc7\\\\x87o\\\\xf0\\\\xe9g\\\\x14\\\\xc6$>H\\\\xfdk\\\\x82\\\\xc4\\\\x8b\\\\x00Sc\\\\xb3T\\\\xa4A\\\\xd3\\\\xbc\\\\x9d\\\\n\\\\xc4\\\\x91\\\\x1f\\\\xf1\\\\xeb\\\\xba&3/\\\\xcf\\\\xc7\\\\xe0\\\\x80r)\\\\xad+\\\\x84eVm\\\\xa3`=\\\\xd4\\\\x89\\\\x82\\\\x04v=\\\\x11\\\\x8b.8\\\\xd0\\\\xa1Y\\\\x06\\\\x9cf#\\\\xd9\\\\x00\\\\xa12B\\\\x9dQ\\\\x7f\\\\xee\\\\xaa\\\\xf9\\\\xf7:\\\\xf4 \\\\x04\\\\x02nqP\\\\xaa\\\\xe51\\\\x8b\\\\xaa\\\\xca\\\\x80\\\\xd1\\\\xbdI\\\\x991\\\\xd8\\\\x85\\\\xec\\\\xd3\\\\xd8O\\\\x8f\\\\\\\\\\\\xc5\\\\xd8 \\\\x8d\\\\xcc\\\\xca\\\\x89\\\\x97\\\\x96\\\\xe2\\\\xcfz\\\\xa8\\\\xb40]\\\\xf7\\\\xc6\\\\x88\\\\x17\\\\xb0\\\\x81\\\\xdb\\\\xc8L}\\\\xfdI\\\\xa9])5B\\\\x0bfVY*-_v\\\\xb5\\\\x7fr\\\\xb0G\\\\xf1/\\\\xabI\\\\x91\\\\xdeOA\\\\xa5\\\\xd0j\\\\x90[m\\\\xe43/j\\\\xc5v\\\\x12jR\\\\x01\\\\x01\\\\x80RdN\\\\xd0`\\\\xcc\\\\xc7\\\\xd3\\\\xa3r\\\\x87YE1\\\\xaf\\\\xccj6Z\\\\xcc\\\\xe6\\\\xb3\\\\xa9h\\\\xf1\\\\x03O\\\\x133\\\\xde{v\\\\xd2:\\\\x13,\\\\x1d>\\\\x04\\\\xc88P9+\\\\xb1\\\\x143{\\\\x9a\\\\xab\\\\x06\\\\xb1L\\\\xc3O\\\\xa7Rt\\\\x9d\"F\\\\x9d\\\\x1b\\\\x80\\\\x93p\\\\xa8U\\\\xe3Wk\\\\x86\\\\xdck\\\\xb2\\\\xc6\\\\x90\\\\xa4\\\\xc2IPH\\\\xd2~\\\\x9ak\\\\xfb\\\\xf4\\\\x89!\\\\x15,\\\\xb0\\\\xcb\\\\xc2\\\\xa5k\"u\\\\x1e\\\\x97c\\\\xa1 1\\\\x91\\\\x1e G\\\\x9fK\\\\xc6\\\\xab\\\\x8f%\\\\xae\\\\xbcr\\\\x88]\\\\xea)\\\\r\\\\x01\\\\xb6\\\\xabn\\\\t\\\\x04\\\\x82\\\\x01\\\\xd4\\\\xc1\\\\x1e3\\\\xd8\\\\xf58\\\\xa9\\\\x05\\\\xb1Bs\\\\xec\\\\xa7h5)fv`\\\\xb7\\\\re;\\\\xee\\\\r\\\\xa1\\\\xf1\\\\xd4u\\\\x05\\\\x81\\\\\\\\H\"\\\\x88X\\\\xcelR\\\\r[]N\\\\xd9\\\\xa9\\\\x94\\\\xfe\\\\x19\\\\x03U\\\\x80e\\\\xb4\\\\x9f>\\\\x89\\\\x0cdT\\\\xfa\\\\xf9\\\\xe1p\\\\x15\\\\xb2\\\\xd9I\\\\xf4\\\\xee[Q\\\\x94\\\\x96n\\\\xc0\\\\x81\\\\xe0t\\\\xf1\\\\xd3\\\\xa9\\\\x00\\\\xba/q\\\\xfd$\\\\xad\\\\xd8y\\\\x98\\\\xb9V\\\\x05j\\\\n\\\\xb3\\\\xf8\\\\xd8\\\\xa2Lj\\\\xd2\\\\xbaD\\\\xc7P\\\\x08K\\\\xc5\\\\xdb5\\\\xb32\\\\xca\\\\x10\\\\x92\\\\xd5\\\\xa9\\\\xac\\\\x91\\\\xa36\\\\xe2I\\\\x851\\\\xae\\\\x9a\\\\x9e\\\\xfe=\\\\x0c\\\\x8a\\\\x82FkmY\\\\n\\\\xb5\\\\xb8\\\\xaa\\\\xb3\\\\xb4\\\\x03\\\\x0c@\\\\x82\\\\x00\\\\x88=\\\\xfb\\\\r?o]\\\\x8e\\\\x08\\\\xc4\\\\xf3[\\\\x19\\\\xed%w<\\\\xd6\\\\x0b9U\\\\x992%t\\\\xf0\\\\x00\\\\x93\\\\xacL\\\\xf6\\\\xe8]\\\\x94b\\\\x1de\\\\x82\\\\r\\\\xd6\\\\x01c\\\\x00A\\\\x90\\\\xd5\\\\x91>\\\\x91,\\\\x10\\\\x13\\\\xac\\\\x9e\\\\xdfgR\"\\\\xf8\\\\xae\\\\x89/\\\\xd8\\\\xadO\\\\x88`\\\\x14d\\\\xbe\\\\xdb\\\\x14\\\\x80\\\\xdb]J\\\\xb0\\\\x07S\\\\xdeL\\\\x8f\\\\x12\\\\x7fwU\\\\xa7\\\\xe9\\\\x97*\\\\xadK\\\\x16\\\\xc9Vm|\\\\xb5TZ\\\\xab\\\\x89c(\\\\x1f\\\\x88\\\\xeb\\\\xeb!v\\\\x92#MO\\\\x86\\\\xb0:\\\\xb1f\\\\xf8}#\\\\x15\\\\xa5\\\\xa4\\\\x81J-\\\\\\\\\\\\x8d\\\\x96d\\\\xcd\\\\xc1\\\\xac\\\\xb0\\\\xb2\\\\x86\\\\x0e\\\\x0c\\\\xb8&&H\\\\xd3\\\\xee\\\\x9e\\\\xfd\\\\xfa\\\\x8d\\\\xcc\\\\xb5\\\\xe6\\\\x80Q\\\\xcaQ\\\\xe6\\\\xb1\\\\xad\\\\x186]FW\\\\xb6\\\\xe0+.\\\\xd1\\\\xe9#N\\\\xe9\\\\xe0\\\\x04\\\\xc6\\\\x9fv\\\\xbd\\\\xe8\\\\x88E\\\\x8b\\\\x97eR\\\\xfdU\\\\x1b\\\\xc8_ew\\\\xb3\\\\xbe&\\\\xd4R\\\\x1cH%\\\\x95F\\\\xab>\\\\x13#]4\\\\xee\\\\'N\\\\x9fnT\\\\xa9Y\\\\xd3\\\\x1e\\\\xaa\\\\xe2\\\\x82\\\\xdei@\\\\x85k\\\\xde\\\\xae\\\\x17\\\\xda%\\\\xb7\\\\x00\\\\n\\\\xee,\\\\x03\\\\t\\\\x91\\\\xe6\\\\xdf\\\\xe3\\\\xd3\\\\xd2O,\\\\xd6>\\\\xc9\\\\xb3\\\\xdd\\\\xb6.e\\\\xf4o\\\\xd0\\\\x10\\\\xcc\\\\x8d\\\\xd8\\\\t\\\\xd7\\\\xb9\\\\x9d\\\\xde?p\\\\xeat\\\\xaenh\\\\xde6+SZ\\\\xb0 X+%\\\\x81>z\\\\xe8\\\\x07x\\\\xea\\\\r\\\\xb7\\\\xc5\\\\x1cZ.\\\\xca&JY{\\\\xfa\\\\xc1%\\\\x01]4\\\\'l\\\\x11&4\\\\x04\\\\xfe\\\\xde\\\\x88\\\\x06B]\\\\xddBl\\\\x1c\\\\xb2\\\\xbe\\\\xe8\\\\xaf\\\\xd6\\\\xf0\\\\x1c\\\\xb4\\\\xc9\\\\xde`\\\\xc1\\\\x88\\\\x81\\\\x1e=\\\\x14\\\\x81B\\\\x1c\\\\xa9\\\\xf8\\\\x94d\\\\x85qc\\\\x10\\\\x109VvM=D\\\\xee\\\\x11\\\\x00O\\\\x97\\\\xdd\\\\xe5\\\\xd5{\\\\x96\\\\x0c\\\\x88\\\\'$\\\\xcbgH `\\\\xa6\\\\xfbX\\\\xb5\\\\xa0\\\\xf6\\\\xd7\\\\xdcp\\\\xc1v\\\\x15 \\\\xae\\\\xce\\\\xe4\\\\x92\\\\xa6\\\\x01S\\\\xe1?\\\\xdd\\\\xd3\\\\xad[\\\\x10\\\\x0e\\\\x84\\\\xb1\\\\x05\\\\x8a\\\\x8c\\\\x98\\\\xcftX*-Z\\\\xb0b\\\\xdd\\\\x89\\\\x0cv\\\\x99\\\\'\\\\xcb\\\\xec\\\\xef\\\\xdb\\\\xa2\\\\x15Q\\\\xa4\\\\xb2\\\\x97Nv>-V-\\\\xa5\\\\xd2\\\\xc0Y\\\\x18\\\\x86%\\\\x93f\\\\xac\\\\xc2;\\\\xe8{\\\\x13\\\\xdb\\\\xae\\\\t\\\\x90\\\\x98\\\\x88@\\\\xf3s\\\\xdf&\\\\xf3U\\\\x02H*\\\\xa4\\\\r\\\\xd1\\\\x13\\\\xab\\\\x18\\\\x91\\\\xfb\\\\xba\\\\x87p\\\\x82u*]x7\\\\x95/y5\\\\x90N\\\\xa4\\\\xc0\\\\x82t\\\\xdcd\\\\rA\\\\x065\\\\x03_\\\\x1e\\\\xa4\\\\x1atP \\\\xd8\\\\xad\\\\x96\\\\xaaT\\\\xc2\\\\xca\\\\xc9\\\\xb9\\\\x19\\\\x80fd\\\\x805\\\\xdcYX\\\\xc9\\\\x1a\\\\x10\"?g~\\\\xa2C\\\\x92 kP\\\\xb4\\\\xa562\\\\x83\\\\xb6\\\\xc6B\\\\x82+\\\\x1f\\\\xc2F\\\\xd5\\\\x06A?Q\\\\xa7\\\\xf7\\\\xf5\\\\r\\\\xcd@\\\\x04\\\\xd5mTvY\\\\x0c\\\\\\\\\\\\x95a\\\\x10\\\\xf0\\\\xd2\\\\x08$\\\\x9f\\\\xa4w\\\\xfb\\\\xbc\\\\xba\\\\xe69.e\"\\\\x8c|\\\\x85\\\\xb7a?\\\\xcaE\\\\x13Q\\\\xdc\\\\xa6T\\\\xe8\\\\xb5U* \\\\xc0 D\\\\xc8$\\\\xc1\\\\xd0t\\\\xc8\\\\x00\\\\x05\\\\x11J\\\\x8e\\\\x15\\\\x8b\\\\xc1\\\\x84F[\\\\x85l\\\\x8bZ\\\\x02^\\\\xc5\\\\x88n\\\\xc0\\\\xb0\\\\xfa\\\\x83\\\\xaf\\\\x88\\\\xe9\\\\x91)vA\\\\'\\\\x14\\\\x8f\\\\xfa\\\\x9f\\\\xce\\\\x13O\\\\xf4\\\\xcc]\\\\xbb\\\\x18\\\\x1a\\\\xd4\\\\xed$\\\\x84$\\\\xc1\\\\x06\\\\x07\\\\x96\\\\x9eC\\\\xe9\\\\xd6\\\\x96\\\\xca\\\\xd3\\\\xc9z\\\\x9f\\\\x8e\\\\xb2\\\\xe6\\\\xa1Ry?\\\\t\\\\xdb\\\\x07\\\\x10\\\\xa8\\\\xd8\\\\xef*\\\\x06\\\\xd0\\\\xa0\\\\xa8\\\\x0c$\\\\tQ\\\\xa9\\\\x81\\\\xa8&u\\\\xfd\\\\xfd\\\\x10,\\\\x80\\\\x8dXS\\\\xee\\\\xa6dqic\\\\xdbe\\\\x87pVgWu\\\\x05\\\\x82~\\\\x13\\\\xb8\\\\xb4\\\\xc4\\\\xff\\\\x00m:!%\\\\x06\\\\x1d\\\\xff\\\\x00\\\\xc2\\\\x03\\\\xc8\\\\xe1\\\\xe1\\\\xb0cM\\\\x01\\\\x038/_\\\\xa4M\\\\xb2H;\\\\xfc\\\\x08\\\\x8f\\\\x024\\\\xeb\\\\x8c\\\\x94h,\\\\xcf\\\\x97z@\\\\xca\\\\xc7\\\\xae\\\\x95K\\\\x10\\\\x96\\\\n\\\\xec+{\\\\x942\\\\x8d\\\\x8e\\\\x14\\\\x80\\\\xab\\\\xf6\\\\x82d\\\\x0e\\\\xdat.\\\\xbaC2\\\\xf4X~C\\\\x0f\\\\xff\\\\x00!\\\\xbf\\\\xf0\\\\xbf\\\\xfe\\\\xf7\\\\\\\\\\\\xc1\\\\x1b\\\\xc9\\\\x7f\\\\xff\\\\xd2\\\\xe6\\\\xfe76\\\\xecr\\\\xd4\\\\x92\\\\xeeWb#*\\\\x7f+a\\\\x1e\\\\xa6\\\\x1bH\\\\xecDG\\\\x81?N\\\\xbc\\\\xbd\\\\xa6\\\\x8dW\\\\xc3\\\\xa1\\\\xa88\\\\x1d\\\\xdc\\\\x91NK\\\\x07\\\\x11*\\\\xb9\\\\xb8\\\\xcbm9\\\\xa5\\\\xd4=y\\\\x0b\\\\xb4#9\\\\x01\\\\x8c\\\\x91\\\\x11\\\\x1a\\\\xc1$\\\\x8e\\\\x8a\\\\xf4A\\\\xac|\\\\x13\\\\'\\\\x11\\\\x10\\\\xf9\\\\xfd\\\\xd3\\\\xd7\\\\xc6y\\\\x8c\\\\x8e;\\\\x8dl\\\\x91{n\\\\xa7k>\\\\xe2YK*\\\\xf6\\\\x06J\\\\x98\\\\x83$x\\\\x1f\\\\xb7\\\\xa3\\\\xb7#\\\\x11Ev\\\\xc5\\\\xcd\\\\x10%@\\\\xbb\\\\xe4\\\\xf4\\\\xf3\\\\xc7\"\\\\xaai\\\\xae\\\\xbbm\\\\x9fv\\\\xd2C3\\\\xbb\\\\x9d\\\\x84\\\\x88\\\\xf1\\\\xf2\\\\xfb\\\\x87n\\\\xb3\\\\xaeB\\\\x12\\\\x9b\\\\x1a\\\\x93U\\\\xde\\\\xf9\\\\xb8(\\\\xab\\\\x8c\\\\x8c\\\\\\\\\\\\xfa\\\\xf2\\\\xae\\\\xa2\\\\xf56&\\\\xe5\\\\x01\\\\x0c\\\\xfa\\\\xa5\\\\x84\\\\xb0\\\\x1e>\\\\x04\\\\x82<:i\\\\x0cY\\\\xa9\\\\xcdR6\\\\xe4(qto\\\\x8b\\\\xe2[\\\\xf3I\\\\x8e\\\\x97=\\\\xbb\\\\xc0kT4\\\\xeeiRP\\\\xed\\\\x1ai\\\\xa8\\\\xff\\\\x00.\\\\xa6\\\\x10oNI\\\\xb0\\\\xb4uT\\\\xd5\\\\x18\\\\xcf\\\\xe5[\\\\x8d\\\\xb3\\\\xf2\\\\xae\\\\x05\\\\xcd\\\\xa8\\\\xc7\\\\x8d\\\\xb5\\\\xa9\\\\r\\\\xa0\\\\x96\\\\x124\\\\x03Y\\\\xeaa3/I\\\\xc4\\\\'N\\\\xee\\\\x81\\\\xe9\\\\xc13q\\\\x1c\\\\xc5x|?\\\\xb9\\\\x91\\\\x8e\\\\xe3\\\\x90w\\\\x01\\\\x9d\\\\x9c\\\\x02\\\\xc5\\\\xdf]\\\\x82L\\\\xc4\\\\xc0\\\\xd4\\\\xe9\\\\xe4A\\\\xea\\\\xc0\\\\xb9\\\\xa4&[\\\\xbcD\\\\x1d\\\\xaa\\\\xa0\\\\x8eQ*\\\\xe5iz+om\\\\xd9^\\\\xc3d\\\\xafx\\\\x1f\\\\x8bA\\\\xfb{\\\\xf4\\\\x99\\\\x02K\\\\xf3Gn\\\\xfdz\\\\x05jT\\\\xe7.\\\\x97\\\\xb2\\\\xb8*\\\\xc2l5\\\\x9e\\\\xf12\\\\x17h\\\\xd0A\\\\xd6\\\\x0c\\\\x8f\\\\xbf\\\\xae\\\\x10\\\\x19+\\\\x92\\\\xa8u4\\\\xff\\\\x00.\\\\xb6\\\\xd2ABR\\\\xb5$\\\\xe9\\\\xf8gH\\\\x805\\\\xef\\\\xfb\\\\xfa\\\\x89\\\\x06Q\\\\x88J\\\\xdc\\\\x86B\\\\xd6\\\\xe9%UX\\\\x86\\\\x0c\\\\xd2e\\\\xb7\\\\x11\\\\xb8\\\\x12{\\\\xeb\\\\x02t\\\\x8f\\\\x03\\\\xd1D\\\\xa5L\\\\x02j\\\\xbcK\\\\xbd\\\\x00\\\\xa3\\\\xd6\\\\xca\\\\xe4+\\\\xb1,\\\\xba\\\\x90\\\\x000Gs\\\\x1e}5\\\\xb9\\\\xa8\\\\x05\\\\x83\\\\xadv\\\\xdc\\\\x0b\\\\xfbn\\\\x95\\\\xd8\\\\x8a\\\\x1a\\\\xb4\\\\x98\\\\x92Ve{\\\\x91\\\\x04h@\\\\xed\\\\xa6\\\\xb3\\\\xd4i9\\\\xa5\\\\x9cVKi\\\\xac\\\\n\\\\x9d\\\\x87\\\\xbf\\\\xb4l!\\\\x81ft\\\\x13\\\\x10\\\\x01m\\\\x06\\\\xbd\\\\xa3\\\\xc3\\\\xcf\\\\xae\\\\x14\\\\xc5\\\\x16\\\\xb3\\\\x82\\\\xd6nk\\\\xd9k.}\\\\xba\\\\xc4\\\\xac\\\\x10#\\\\xd2u$\\\\r5\\\\x13\\\\x03\\\\xa25K2+p\\\\x1e\\\\xfa\\\\x0b\\\\x10\\\\x97B\\\\x92\\\\x9e\\\\xe1\\\\n\\\\x10\\\\xae\\\\xa3Q*$\\\\x12;O\\\\x86\\\\x9d\\\\xfa\\\\x13\\\\x16FMi\\\\x9a\\\\xd4-\\\\xd8\\\\xdb\\\\x95V\\\\xb4\\\\x08P\\\\x92\\\\x84\\\\x14\\\\x054 \\\\x92H\\\\x9dGp;u8\\\\xa1!\\\\x8b,\\\\xb2w\\\\xda\\\\xa1\\\\x97r\\\\xfbp\\\\xcb`2\\\\x0e\\\\xe0\\\\x1c\\\\xb7a\\\\x1eZ\\\\x0f\\\\xa7~\\\\xa3\\\\x02\\\\x88\\\\x93%\\\\xa2\\\\x9a\\\\xeepU\\\\xd3o\\\\xe5\\\\xe0(A\\\\x02\\\\x0cv\\\\x07q=\\\\xfe\\\\xbdt\\\\x8a\\\\x13\\\\x13\\\\x98E\\\\xe9[\\\\x1a\\\\xb2-\\\\xa9\\\\x85`\\\\xb2\\\\xa3$0H$DD\\\\xacxx\\\\xcf]\\\\x19)0\\\\xc5\\\\x19\\\\x1cv0@O\\\\xb6\\\\x04\\\\x99Z\\\\xf5\\\\x04@\\\\x1f\\\\xc5\\\\xdb]cI\\\\x8e\\\\x87S\\\\xd7%\\\\xc2.\\\\xa1dS\\\\x8d\\\\x82\\\\n%D\\\\x11\\\\xaa\\\\xa2\\\\x89\\\\xd5`\\\\x91>~\\\\xa0|>\\\\xba\\\\xf5\\\\x06\\\\xe3\\\\n\"\\\\x00D \\\\x97r\\\\x95\\\\xd0\\\\xe1\\\\xa9Or\\\\xc2\\\\'\\\\xd2\\\\xc4D\\\\x88\\\\x01Z@\\\\x1a\\\\x01\\\\xacG\\\\\\\\\\\\xe9R\\\\xb9FPo\\\\xe4\\\\xf2\\\\x1d\\\\x99E\\\\xbbj\\\\xfcL@Ue\\\\x91\\\\xac\\\\x12\\\\x08\\\\x1a\\\\xf9\\\\xf8\\\\xc7F\\\\x97\\\\xac\\\\x92\\\\xb6\\\\xe3r\\\\xd6Q`.\\\\xec\\\\xc8 V\\\\n\\\\xfe&\\\\x9d\\\\xda\\\\xf8\\\\x02#\\\\xc6:\\\\x1e\\\\xd5\"D&\\\\x0f\\\\xce\\\\xe3\\\\xe6\\\\xe2;\\\\xa5en\\\\xdaL\\\\xc6\\\\xa1\\\\xa4\\\\x98\\\\xd4\\\\x124#\\\\xf7\\\\xf8u\\\\xc00dd\\\\x82\\\\x1d-\\\\x96Z\\\\x9e\\\\xe7d%\\\\xca\\\\xede\\\\x0cIRWr\\\\xc8\\\\x12\\\\x0f\\\\x89>\\\\x1f\\\\xbb\\\\xa3\\\\xc0\\\\xa45W\\\\x81\\\\xeb\\\\xb0\\\\xec\\\\xb1\\\\xcd\\\\xde\\\\xd0\\\\x82\\\\x8e\\\\x04\\\\x12`@\\\\n\\\\x7f\\\\xbc\\\\x9f\\\\xa7\\\\\\\\T\\\\xc4\\\\x89QgnmU\\\\x9b\\\\x08\\\\xdbc\\\\x12V\\\\xc4\\\\x06%N\\\\xde\\\\xe4m\\\\xef\\\\xd0\\\\xa6\\\\x19\\\\xb0\\\\xa2\\\\x13e\\\\xc9e\\\\x8b`\\\\x07\\\\xd6\\\\xa0\\\\x92\\\\x83ia\\\\x03i\\\\x90\\\\x02\\\\xccw\\\\x8e\\\\xb8@?$\\\\xb3>JZ\\\\xf2.K\"\\\\xed\\\\x10v\\\\x10{0\\\\xeeAH\\\\x8f\\\\xac\\\\x19\\\\xff\\\\x00>E\\\\x1b\\\\x8dE\\\\x17\\\\'\\\\x16\\\\x83n5\\\\x81\\\\xebfpYt]v\\\\xf9\\\\x19#\\\\xbc}\\\\xda\\\\xf5&!D\\\\x97\\\\xe3C\\\\xe3\\\\xd8\\\\x95\\\\x11\\\\xbd@\\\\x97^\\\\xea\\\\x0c\\\\xc8\\\\x81\\\\xa0h$\\\\xf6\\\\xfb>\\\\xd5\\\\xc8)\\\\x10\\\\x00\\\\xb2\\\\xd3\\\\x99\\\\x91hH\\\\xa1I\\\\xf4#R\\\\x8aw\\\\x90\\\\xcc5$\\\\x98\\\\x04\\\\x98\\\\x1e]@\\\\x14Q#Z`\\\\xa2\\\\x0c\\\\x9c\\\\xc9*\\\\xb5\\\\x9a\\\\xe9V`\\\\xf6*\\\\x95\\\\xda\\\\xba(oO\\\\x89?_\\\\x0e\\\\xfdq\\\\'\\\\x04#\\\\x99E\\\\xb1A\\\\xcb\\\\xb5M\\\\xf4 &I\\\\xf7\\\\x18\\\\x96\\\\xb1T\\\\x19\\\\x07]\\\\x08\\\\x1a\\\\xf4zQ\\\\x06!Jn3\\\\x16@\\\\xb3m9\\\\x05\\\\xf4\\\\x00\\\\x08\\\\xd4\\\\xed\\\\xec\\\\xc3H\\\\x90\\\\xd3\\\\xe5\\\\xafR1L\\\\xd3O\\\\xb2\\\\t\\\\x93\\\\xc5b5\\\\x9bV\\\\xc0\\\\xd07\\\\x02\\\\xa4\\\\x86\\\\x92\\\\xa2Zu\\\\x00\\\\x12t\\\\xff\\\\x00\\\\xb3\\\\xa1,\\\\xc8\\\\x00~J\\\\x12\\\\xe1~]\\\\x90Uq>\\\\xf8%\\\\xd7\\\\xf0\\\\x93\\\\xa4\\\\xee\\\\xf0\\\\xd4Gr{\\\\xf8u\\\\x04:\\\\x1d4u#\\\\x1f\\\\x16\\\\x8b\\\\xad\\\\x00\\\\xdew\\\\xa7\\\\xfc\\\\xb5@\\\\x0f\\\\xadfN\\\\xdd|#\\\\xed\\\\xeez\\\\x96t1\\\\x88%\\\\x11\\\\x185\\\\xa3\\\\xe3\\\\x93h\\\\xf7\\\\x15\\\\x7f\\\\xe9\\\\xd9\\\\x98\\\\x15a\\\\xb43\\\\x13$\\\\x83\\\\x06$N\\\\x9d\\\\x16\\\\t\\\\x82#\\\\xb9{_\\\\xe5\\\\x98\\\\xad*\\\\xfbiA06\\\\x9243\\\\x06 \\\\xeb\\\\xf5\\\\xd3\\\\xbf\\\\x87C\"\\\\x0b.\\\\x12\\\\xab`\\\\x11\\\\xac\\\\x1a0kr\\\\xca\\\\xc9mh\\\\xc1H\\\\x00\\\\x8d\\\\xdfA\\\\xdc\\\\x98\\\\x13>g\\\\xee\\\\xea\\\\xb5\\\\xdb\\\\xa6\\\\x0f\\\\x90O\\\\xb6\"p\\\\xc5Y\\\\xfc5\\\\x8b\\\\x91A\\\\x0b\\\\x14\\\\x8a\\\\xe6b;\\\\x84\\\\xfc]\\\\xc4\\\\xeb1\\\\xde~\\\\xfe\\\\xb1w\\\\x1b\\\\xa9\\\\xce\\\\\\\\\\\\x8a\\\\xd9\\\\xb1\\\\x01\\\\x10\\\\xbfWo\\\\xb7\\\\x90\\\\xa1H:\\\\xca9\\\\x826\\\\x8f\\\\xe2,\\\\xd2\\\\xe5\\\\xb1\\\\xaa\\\\xeb@2\\\\n\\\\x9d\\\\x01\\\\xda@\\\\xed\\\\xfd\\\\xfdv\\\\x80\\\\xe8\\\\xa1\\\\x06c\\\\x80\\\\xe4\\\\x88\\\\xe4\\\\xe7W\\\\xb0)V.a\\\\x95\\\\xeb\\\\n\\\\x14\\\\x00N\\\\xa4\\\\x98\\\\x8d\\\\xc4\\\\xf8\\\\xf6\\\\x1dp\\\\xe8\\\\x99);\\\\x04\"\\\\xdbvX[\\\\xdb\\\\n\\\\x10JX\\\\x01`I\\\\xf5\\\\x06\\\\xd2\\\\x0fbD\\\\xc9\\\\xeb\\\\x89\\\\xe6\\\\x95\\\\xa8\\\\xe0\\\\xa7c1\\\\xb9\\\\x94\\\\x1b\\\\x12\\\\xaa\\\\x98\\\\x0f\\\\xe6\\\\xb9\\\\xdb\\\\xbeH\\\\x06\\\\x7ff\\\\x91\\\\xfb\\\\xfa\\\\x8c\\\\x14\\\\xc42)e\\\\xefV:/\\\\xb5\\\\xb8\\\\xd2=\\\\t \\\\x12\\\\x83\\\\xc6\\\\x04\\\\t\\\\x83:\\\\x9e\\\\xa1\\\\xebD\\\\xd3\\\\x82\\\\x18\\\\x99\\\\xd9\\\\xf6\\\\x10\\\\x7f\\\\x02BWZ\\\\xb8\\\\xd0\\\\x980u$\\\\xe8\\\\x01\\\\x8e\\\\x89\\\\x00v\\\\xa6\\\\nJ\\\\xe1=\\\\xc6\\\\xbb\\\\xae`+\\\\xb0\\\\xc3m_\\\\xe2:\\\\xac\\\\xc1\\\\xef\\\\xa7\\\\xdb\\\\xe5\\\\xd4\\\\xb6jYI8\\\\xf8\\\\xf8\\\\xb5\\\\x9d\\\\xa4\\\\x95\\\\x92M\\\\x8af\\\\xb3\\\\x07\\\\xf8D\\\\x01:O\\\\xf7t/J\"\\\\xd2\\\\x00\\\\xfb\\\\xa8\"\\\\x87\\\\xb4X\\\\x8a\\\\xeb]l7\\\\x12I\\\\x04\\\\xc0\\\\x02\\\\x08\\\\x03\\\\xb9\\\\x91\\\\x1eZy\\\\xf4\\\\x12\\\\xa0d\\\\xb0+N\\\\xd5\\\\x9e>\\\\x0b\\\\x8fl\\\\x92\\\\xcd\\\\xba\\\\x01g\\\\xf4\\\\xb2\\\\xee A\\\\x0b\\\\xfb\\\\xbe\\\\xee\\\\x84\\\\x07\\\\xed\\\\x08\\\\xc04\\\\xc1\\\\x16\\\\xaf\\\\x8e\\\\xaa\\\\xa0\\\\x96X\\\\xacYIm\\\\xa1I\\\\x92\\\\xbf\\\\xc2\\\\x14\\\\xc4\\\\x11\\\\x12O\\\\xf9tzA\\\\xed\\\\\\\\bA\\\\xaa\\\\x8fvB\\\\xadu\\\\xd3P\\\\x11\\\\xb4\\\\x90\\\\xe6XH\\\\xfc0\\\\x01\\\\x88\\\\xf5L\\\\x1f\\\\xafy\\\\xeb\\\\x82\\\\xe2j\\\\xcb^9Z\\\\x84\\\\xb8f?\\\\xc2\\\\xad\\\\xdat\\\\x10d\\\\x93\\\\xa0\\\\xd6:#\\\\x07\\\\x1c\\\\x94\\\\x02B\\\\x92n\\\\xbf6\\\\xc2\\\\xccD-j\\\\xcd\\\\'h_\\\\xf5A\\\\x12\\\\xc6c\\\\xb9\\\\xf0\\\\xed\\\\xd4\\\\x1aw\"\\\\x12&\\\\x83\\\\x02\\\\xa5\\\\xb5\\\\xd5\\\\xd7Yjv\\\\x9bH\\\\xd6d\\\\xa8V\\\\x1a\\\\xa9&[N\\\\xc7\\\\xb4\\\\x8f.\\\\x8b]\\\\x11\\\\x96e\\\\x01ql\\\\xbd7X[a-/d*\\\\xe8\\\\x04\\\\x00t\\\\xd4\\\\xc6\\\\x92~\\\\xf9\\\\xea5tJ\\\\x11D\\\\xa9\\\\xc3LpX\\\\x89}\\\\xca@:4\\\\xc1\\\\xdc\\\\xba\\\\x9f\\\\xc4\\\\x0e\\\\x80\\\\x0f\\\\xdf\\\\xd1\\\\x00\\\\xa6\"\\\\x8c\\\\xb55\\\\xe8\\\\x12\\\\xc4*Hp\\\\xee\\\\xea\\\\xa6&@>f@\\\\x8d\\\\x04\\\\xf8t\\\\xd0Fjq\\\\xedX.ma\\\\t\\\\xb9\\\\xde\\\\xcbbR\\\\xdb\\\\x04\\\\xed-\\\\xa4\\\\xa8\\\\xf0X\\\\xf33\\\\xe4#\\\\xa0&\\\\x8aAF\\\\xb0\\\\xadKi\\\\xb0\\\\x92gafp|\\\\x01\\\\'C1\\\\xa1\\\\xf1\\\\x1a\\\\x9e\\\\xba\\\\x01\\\\x82|@,\\\\x85\\\\xe4\\\\xbd6\\\\xdcJ\\\\xba\\\\xaa\\\\x93\\\\xbb~\\\\xe2e\\\\xb4PAV\\\\x1d\\\\x87}:\\\\xe9\\\\x1d%*`=\\\\x13\\\\x07\\\\x13O\\\\xad\\\\x15**\\\\xb6\\\\x89\\\\xad\\\\x03\\\\xea\\\\x11\\\\x86\\\\x9a\\\\x85\\\\x90\\\\x08\\\\x8f\\\\xae\\\\xbd*U\\\\xa2(`\\\\xea\\\\xcb\\\\xe3\\\\xf0\\\\xac\\\\xb2\\\\xb5T\\\\xaf}H\\\\x03Y \\\\xed\\\\r\\\\xb8\\\\xc8\\\\x84 \\\\x08\\\\x1e~\\\\x1a\\\\xf9t\\\\xc8\\\\x86G\\\\x11)\\\\x17\\\\xe6\\\\x99m\\\\xa9\\\\xf8\\\\xcc]\\\\xd6\\\\x85\\\\x80\\\\xd1]-\\\\xe8eT\\\\x07\\\\xb8Q\\\\xea\\\\x82\\\\xdbu\\\\xfd\\\\xe6b\\\\xc5\\\\xb6p\\\\x15\\\\xed\\\\xbe\\\\xdd\\\\x8a\\\\xa8\\\\xae_\\\\xea\\\\x99\\\\x99\\\\x19\\\\xd76\\\\xe4Ij\\\\x04\\\\x18\\\\x82v\\\\xab4\\\\xcbjF\\\\xbfN\\\\xbd\\\\x0e\\\\xd6\\\\xd6\\\\x88:\\\\xf5\\\\x1b8\\\\x18\\\\x01\\\\xd7\\\\x8a!\\\\x198\\\\xcb\\\\xb4\\\\xda\\\\x01b\\\\xeaT\\\\x9f\\\\x02F\\\\xa1@\\\\xfe\\\\xe1\\\\xd3\\\\xf1Z\\\\xe0\\\\x05L|\\\\x94\\\\xfe$\\\\xf1 \\\\xa8:\\\\xaa\\\\x89\\\\xec@1\\\\x00j\\\\x06\\\\x9dA\\\\xe4\\\\x8e b\\\\x90q\\\\xb8q\\\\x9a\\\\xe4\\\\xa8\\\\x16\\\\x00\\\\x7f\\\\x0c~\"\\\\x08\\\\'S\\\\xd8\\\\x93\\\\xae\\\\xbd@\\\\t\\\\xa1\\\\x18_\\\\x8d[Eu\\\\xed\\\\xc7u_\\\\xe1\\\\x89>fA\\\\xd4\\\\xc1\\\\xfd\\\\xfdK)5P\\\\xb38Ej\\\\xed\\\\xf7\\\\xeb(\\\\xc0\\\\x0fK\\\\x82 \\\\xe9\\\\x04\\\\x83\"50c\\\\xf7\\\\xf5\\\\xc8J\\\\xe7?\\\\x9bpU\\\\xfb\\\\xf6\\\\x0bk\\\\x94}\\\\xe5w\\\\xfe\\\\x10A\\\\x91\\\\xdcH\\\\x04\\\\x93\\\\xe3\\\\xd1$HUW\\\\x14%x\\\\xec\\\\x940\\\\n\\\\x95\\\\x8d\\\\xa9[\\\\x01\\\\xbd\\\\xa1\\\\xa4,\\\\xb9m\\\\t1\\\\xdf\\\\xcfN\\\\xfdA4C\\\\x18\\\\xb1|QlV\\\\xac%V\\\\xd9H.\\\\xc7l1\\\\xf5F\\\\xa4\\\\xeaH\\\\x9e\\\\xdaw\\\\xff\\\\x00.MSr.\\\\x14\\\\xd6\\\\x84\\\\xb29c\\\\xb8\\\\xed\\\\xed\\\\xbed\\\\x90<\\\\x081\\\\x1e\\\\x1d\\\\xfc\\\\xba\\\\xe7PB@\\\\xe5\\\\xf92\\\\xa9\\\\x90\\\\xa3S`\\\\x15\\\\x97m\\\\xcb\\\\xb9lh}\\\\xcf\\\\xa2\\\\x95b<@\\\\xfd\\\\xbdI\\\\x92\\\\x01m\\\\x8fbO\\\\xc8\\\\xc8Z\\\\xee\\\\xae\\\\xe0\\\\xd5\\\\xbd`\\\\x94\\\\xaf\\\\x18\\\\xb0\\\\x82\\\\xa8\\\\xe1\\\\x0e\\\\xe8\\\\xda\\\\x01\\\\xdc?\\\\x17\\\\x88\\\\xd3\\\\xa0&\\\\x88\\\\x84*\\\\xe2\\\\x85i\\\\xfc\\\\xa5\\\\xff\\\\x00\\\\xea\\\\x7f\\\\xd8\\\\xdf\\\\xfeS\\\\xa9\\\\xd49)b\\\\xbf\\\\xff\\\\xd3\\\\xa8>5\\\\xf1\\\\xfb\\\\xac\\\\xa9.\\\\xc6\\\\xb1.\\\\xab#r\\\\xd4\\\\x8c\\\\xa0\\\\xaa\\\\x12\\\\xa4\\\\xa1\\\\x93\\\\xde4\\\\x8d\\\\xbf\\\\xb3\\\\xaf3\\\\x00t\\\\xaf\\\\x8d\\\\xda\\\\xb0_P(?)\\\\xc5\\\\xe4\\\\xe2\\\\xe4\\\\xdbX\\\\x13\\\\xb4\\\\xbc\\\\xbd`\\\\xbc\\\\xa90\\\\xdb\\\\x9a\\\\x06\\\\xd0\\\\x07i\\\\x1d\\\\xfa\\\\x82\\\\x15{\\\\xc0\\\\x82\\\\x99y\\\\x0cs\\\\x83\\\\xf1\\\\xb7\\\\xc8[+\\\\xa5\\\\xac>\\\\xdd\\\\x98\\\\xa0\\\\x92C\\\\x11\\\\xb5Dz\\\\xbd-:\\\\x1f\\\\x10 \\\\xf52\\\\x88\\\\x10\\\\x04\\\\x15`\\\\x83\\\\x1bO\\\\xe4\\\\xaa:\\\\xf3\\\\xa9\\\\xc2\\\\xe5k\\\\xd9un\\\\x97\\\\xfbc\\\\xdb\\\\xadv\\\\x95s\\\\xf8\\\\xb6\\\\x98\\\\x04\\\\x99\\\\xf10\\\\x07\\\\xf7V\\\\x8b\\\\xbb\\\\xf3Y\\\\xfa\\\\xb4\\\\xce\\\\x9eJ\\\\xc0\\\\xe6-\\\\xfc\\\\xdf\\\\t^]e\\\\x9b%Qj\\\\xb2\\\\xe2=J\\\\xbbDDv\\\\x11\\\\xa1\\\\xfe\\\\xee\\\\x9bpR\\\\xabBwN\\\\x87\\\\x18\\\\xa5\\\\xbc~T\\\\xe2b5D\\\\x1a,\\\\xa4\\\\x03\\\\xba\\\\xd8-s7rJ\\\\x88\\\\x93\\\\xaf}b:X\\\\x15\\\\xd4\\\\xf8QS\\\\x17\\\\x8bTa\\\\xcf59*\\\\xaf6\\\\xdfxo\\\\xb0\\\\\\\\@}\\\\x01tv\\\\x00\\\\xacOq1\\\\xdau#\\\\xc3\\\\xa7i\\\\x00\\\\xbad\\\\x1a\\\\xe6\\\\x01\\\\xc1\\\\xc5\\\\x14\\\\xe4nL,\\\\\\\\d\\\\xa8\\\\x8bw\\\\xa0\\\\x17\\\\x87\\\\xda\\\\xc5\\\\x19\\\\x84\\\\x14]v\\\\xc9\\\\'\\\\xf6xy\\\\xcd\\\\xd8\\\\xd0\\\\x14\\\\xe9\\\\xfa@\\\\x02\\\\x94@8\\\\xcc\\\\xdc\\\\xa4\\\\x16\\\\xd7c\\\\x1d\\\\xc6\\\\xd6\\\\xb2\\\\xf7\\\\xb06\\\\xed\\\\xa8gd\\\\x80& \\\\x12\\\\t\\\\x04\\\\x9f.\\\\xba\\\\x12\\\\x0c\\\\xca\\\\xbd\\\\x99\\\\x97\\\\xe3\\\\x82\\\\xaf\\\\xaf\\\\x85\\\\xf2\\\\xe5\\\\xd6\\\\xa5v\\\\x0bg\\\\xb6\\\\xbb\\\\x1bp\\\\r\\\\xb5@\\\\x82\\\\x00=\\\\xc1\\\\x99\\\\xfb\\\\x87\\\\x8fL\\\\x04\\\\x15\\\\xb9\\\\xb7\\\\x9e\\\\xa0\\\\xc5>\\\\xe5\\\\xb5e\\\\x05\\\\x8a^\\\\xc9RY\\\\x98\\\\xfa!\\\\xa2\\\\x14@\\\\x11\\\\x13\\\\xe2:\\\\x12\\\\x1f\\\\xa2i\\\\xa5R\\\\')I\\\\x96>\\\\xdb)`Hb\\\\xc5@\\\\x1d\\\\xcfo\\\\x18\\\\x1f\\\\xdd\\\\xf5\\\\xe8\\\\x00U\\\\xe7\\\\x17K\\\\xcfe\\\\xb5nrw\\\\x04\\\\xb0\\\\'\\\\xb2\\\\x00c\\\\xed\\\\x99\\\\xeedjt\\\\x1f\\\\x84h;\\\\xf4\\\\xccY$\\\\x86+\\\\x05\\\\xcb\\\\xc8\\\\x1f\\\\xcag\\\\n\\\\xc0\"\\\\x1al\\\\nWA\\\\x1a\\\\x1e\\\\xe2\\\\x7fi\\\\xfbz\\\\x90\\\\xc8A9\\\\xa2U\\\\xddXTD\\\\xb5\\\\xd00+\\\\xbf\\\\xf0\\\\xb2\\\\xf8\\\\xaci?\\\\xbf\\\\xee\\\\xf1\\\\xea\\\\t\\\\xe4\\\\xb8w\\\\xac\\\\xe8\\\\xa2\\\\xe0\\\\xdf\\\\x88\\\\xc3B\\\\xef\\\\x80O\\\\xaa%5 \\\\x83=\\\\xcf\\\\x88\\\\xe8_\\\\x9a\\\\x91\\\\x1e\\\\xf4Z\\\\x8a^w\\\\x17\\\\xb2\\\\xe7\\\\x1a\\\\xb2\\\\xed\\\\x02\\\\x012\\\\xc0x\\\\xc0\\\\x982{O\\\\xd9\\\\xd7\\\\x19\\\\x02\\\\xa7\\\\xdb.\\\\xe5\\\\x12L5\\\\xb3j\\\\x8d\\\\xb27-\\\\xa5\\\\xc0f\\\\xda{\\\\x00\\\\'\\\\xceI\\\\x9e\\\\x84\\\\x94\\\\xc8\\\\xc35\\\\xba\\\\xbcV4\\\\r\\\\xd5\\\\x93k\\\\xb9Z\\\\x82\\\\xf6]\\\\xc0\\\\x10\\\\x17X\\\\xdc;\\\\x10\\\\x0f\\\\xf8\\\\xf4\\\\xbda\\\\x10\\\\x88%l\\\\xcd\\\\xb3\\\\x16\\\\xc5\\\\xac\\\\xd5Im\\\\x8b\\\\xb6\\\\xba\\\\x10\\\\xc0B\\\\x04\\\\xe8{(\\\\x1b|GC\\\\x1d\\\\xccy\\\\xa9\\\\x94\\\\x07VZ\\\\xff\\\\x00\\\\xe9\\\\xdf\\\\x19\\\\xf6\\\\xe3\\\\xc3\\\\xb8\\\\xde\\\\xf7\\\\x12\\\\xd0\\\\xad2\\\\x01S B\\\\xa8\\\\xed\\\\xf7\\\\x8dz\\\\xb1\\\\xee\\\\x82\\\\xc1\\\\x08 \\\\x86[\\\\xd3\\\\xe399i\\\\xef!\\\\xf6\\\\xc8\\\\x03ax\\\\x0c\\\\xacu \\\\x8fV\\\\xa6;\\\\xc6\\\\x9e\\\\x1d\\\\x18\\\\xb6\\\\xf5S\\\\x1b\\\\x1a\\\\x83\\\\x85\\\\x0f\\\\xfa>^:\\\\xc0\\\\x05\\\\x15\\\\x01P\\\\x9a1\\\\x0c\\\\xc2{\\\\x9d\\\\xdb{v\\\\x1a}\\\\xdd,\\\\x83\\\\x14\\\\xb3h\\\\xc7\\\\x02\\\\xa5\\\\xa3QM\\\\x9b.`\\\\xccHe\\\\xa1\\\\x83z\\\\x8e\\\\xc3\\\\xa1,L\\\\xb6\\\\xe8\\\\x90>\\\\xce\\\\xb9\\\\xdc\\\\xa3\\\\xa5\\\\x16I\\\\x99\\\\xc7\\\\x0b\\\\x02{(\\\\xe8\\\\x1fo\\\\x88E\\\\xdd\\\\x00\\\\xf7\\\\x04\\\\x89\\\\x1d\\\\xc8\\\\xd7\\\\xa2\\\\x12\\\\xa5WJA\\\\xb9\\\\xac\\\\xf2r)z\\\\xcd\\\\x98\\\\xc8\\\\x8e\\\\xd5\\\\x16B\\\\xc8\\\\xa3l\\\\xe8\\\\xa4D\\\\x9d;\\\\xeb\\\\xdf\\\\xa1%N\\\\xa0@d\\\\x199\\\\x17\\\\xc6+Z\\\\xd0k6\\\\xb0\\\\x14\\\\xbc\\\\x10\\\\x03$\\\\x89\\\\x07\\\\xc0\\\\xe9\\\\xfbz\\\\x81D\\\\x06Y\\\\xa0\\\\xb7\\\\xe4\\\\xdc]\\\\xaa\\\\xad\\\\xec\\\\t\\\\x1b\\\\x8e\\\\xd1\\\\xbc\\\\xee$\\\\x81\\\\x004x\\\\x89\\\\x9f\\\\xb7\\\\xa8\\\\xd2\\\\xe9fM\\\\xd1aeY7Vw\\\\x86\\\\xf6QO\\\\xbf\\\\xb5d\\\\x12\\\\x91;\\\\x98jd\\\\x89\\\\x00v\\\\x83\\\\xd1\\\\x08\\\\xb0R\\\\xe5\\\\x94<\\\\xbd\\\\xed\\\\x8e\\\\x89%\\\\xec]l\\\\xb2Cm\\\\x9d@\\\\x94\\\\xd0\\\\x98\\\\xfa\\\\x01\\\\xf43\\\\xd0\\\\x90\\\\xa4\\\\x87\\\\xa2\\\\xd3\\\\xc7\\\\xd5}\\\\xef\\\\xfc\\\\xe6\\\\xd9R2\\\\xd8\\\\xa1\\\\xbf\\\\x17\\\\xa7U\\\\'\\\\xbf\\\\xa8\\\\xc7n\\\\xda\\\\xf51\\\\xc5\\\\x0c\\\\x04\\\\xb3E,F\\\\xc9\\\\xbc1\\\\xcb`\\\\x89%\\\\x91\\\\x14\\\\x0f\\\\xe2\\\\x91\\\\xb7\\\\xea\\\\x01\\\\x00\\\\x99\\\\x89\\\\x1d,\\\\x94t|\\\\x94\\\\xd1\\\\xc7\\\\xd4\\\\xa2\\\\xc0oS\\\\xee\\\\x00Mr\\\\xc3y\\\\x00\\\\xef\\\\xf2\\\\xef=\\\\xbf\\\\xbf\\\\xa1nh\\\\xf4\\\\x06\\\\xc52\\\\xf1\\\\\\\\f;\\\\x1aV\\\\xe6\\\\x16\\\\xb6\\\\xe4\\\\x06\\\\xcdX\\\\x99]\\\\xde\\\\x9dDk\\\\xa1\\\\x04\\\\xfd\\\\xddR\\\\xdc\\\\xc8\\\\x8aq\\\\xfd+\\\\x9b{.]ZtbW^5iH\\\\xdbd\\\\x13SN\\\\xf9\\\\x00\\\\x16\\\\xd7Mbt\\\\x1d\\\\xbc|:\\\\xcd\\\\xb7`\\\\x92\\\\xe7\\\\xfb[P`\\\\x16\\\\xca1\\\\xda\\\\xa0]\\\\x19l\\\\xdaG\\\\xac\\\\x00\\\\x03\\\\x12Y\\\\xbcI\\\\x99\\\\xecG\\\\x87W\\\\xbd\\\\x9d\\\\x01\\\\xd4\\\\x123ZynL\\\\xe3b\\\\x9dJ2,\\\\xbd\\\\x8c\\\\xcb\\\\xf8DJ1:\\\\xc1\\\\x80`\\\\x8e\\\\xfe=&r\\\\xaa\\\\xa9y\\\\xdd\\\\xb3T\\\\xef%\\\\xca\\\\xdcr\\\\x1c\\\\xb6cc\\\\xbdjmT\\\\x00\\\\x80\\\\xa0\\\\x1dw\\\\x81\\\\n\\\\x00\\\\xd3\\\\xeb\\\\xf7t\\\\xebp\\\\'\\\\xa7\\\\x95\\\\x16e\\\\xc2\\\\xc5\\\\x00\\\\xfe\\\\xb5\\\\x9fS\\\\x10\\\\xb6\\\\xbb\\\\x1buM\\\\x80\\\\xfaA;\\\\xa0k\\\\x11\\\\xae\\\\xbfy\\\\xfb/\\\\x0bx$\\\\tHS\\\\x9a\\\\x81\\\\x93\\\\xcd\\\\xe4\\\\xeff\\\\x91[\\\\xed\\\\xde\\\\x0e\\\\xefp\\\\x10\\\\x7f\\\\x88\\\\x05\\\\xf1\\\\xdaL\\\\xeb\\\\x00\\\\xc7\\\\xdeD2\\\\x89L\\\\xca\\\\xbc\\\\x97\\\\xec~z\\\\xd2\\\\xd63 \\\\xb6\\\\xda\\\\xa5\\\\x02\\\\x83\\\\xbe>\\\\xa7_\\\\x1d \\\\xc7}Di\\\\xd1\\\\xe5U\\\\x1a\\\\x8fz7\\\\x81\\\\xc8\\\\x0blM\\\\xd0\\\\xe1\\\\n{\\\\xc4\\\\x83;\\\\x84v\\\\x88:\\\\x93\\\\xe1\\\\xf7\\\\xf5\\\\x0eBl$\\\\xe5\\\\x11\\\\xbb\\\\x96\\\\xc5\\\\xa4\\\\xd5\\\\xfc\\\\x95{*:\\\\xd6,\\\\x07c\\\\x93\\\\xe6@\\\\xed=\\\\xbc\\\\xb5\\\\xea_V\\\\t\\\\x86b,H\\\\xa7\\\\x0c\\\\x85\\\\x8ew\\\\x15\\\\x91\\\\x82\\\\xfbH\\\\xc1UK P76\\\\x83a v\\\\x1aA\\\\xfbO\\\\\\\\I\\\\xc3\\\\x14\\\\xbfw\\\\xb9IL\\\\xccvM\\\\x8c\\\\xb0\\\\xcew+\\\\xa8\\\\x04\\\\xb1\\\\xd4\\\\x02#C\\\\xa7x\\\\xf1\\\\xe8\\\\x84\\\\xd7=X\\\\xa9\\\\xee\\\\xd8\\\\x89]J,\\\\x0c\\\\xcaw\\\\xb1\\\\xaf\\\\xba\\\\x98\\\\x06\\\\x02\\\\x83\\\\xdc\\\\x88\\\\xd7\\\\xfcz)J\\\\x8cS\\\\x8c\\\\x81\\\\x02\\\\xaa8\\\\xc8\\\\xa8\\\\xaa\\\\xaa\\\\x9d\\\\x94\\\\xba\\\\x02\\\\x1d\\\\t]\\\\xe5\\\\xbb\\\\x90\\\\xb2c\\\\xeb\\\\xf7t\\\\xa1*\\\\xb1\\\\tz\\\\x86\\\\x0b\\\\x15z\\\\x9d\\\\x89\\\\xae\\\\xc0w\\\\x00\\\\x05C@`\\\\x1dXL\\\\x11\\\\xe1\\\\'\\\\xa3\\\\x8c\\\\xdf\\\\xb1\\\\x0c\\\\x94|\\\\x91E\\\\xae\\\\x00\\\\xb3q,\\\\x00M\\\\xe3\\\\xc0w\\\\x11\\\\xa0\\\\'P\\\\x07\\\\x97Dd\\\\xe1F\\\\x9e\\\\xaa7\\\\xe5\\\\x04n[\\\\ro?\\\\xcc\\\\x89&\\\\x14\\\\xc8*\\\\x18\\\\xc0:i\\\\xaf\\\\xf9\\\\xf41,\\\\x10\\\\x88\\\\x87D)\\\\xe2,s\\\\xef\\\\x0b\\\\x02\\\\xbb\\\\xc9$\\\\xaf\\\\xa5\\\\x9bY]\\\\xcb\\\\xda\\\\x01\\\\xd0O\\\\xd9\\\\xf5\\\\x92\\\\x0c\\\\x93-\\\\xc4\\\\x9a\\\\xad\\\\xeb\\\\xc4\\\\n\\\\x9d\\\\x95\\\\xee\\\\ri%\\\\xe06\\\\xc4U\\\\x1bA\\\\xda5\\\\x9dL}\\\\x7f\\\\x7fKG\\\\xed\\\\x0c\\\\x90\\\\xe6\\\\xc5Zw\\\\xaf\\\\xac\\\\x13%_\\\\xb6\\\\xe4\\\\x06O\\\\x8e\\\\xb0D\\\\x1dz7\\\\t$\\\\x18\\\\xf6(\\\\xe2\\\\x9b\\\\xecu,\\\\x8c\\\\xc8\\\\xad,\\\\xdbI\\\\n\\\\xcd0K\\\\x99\\\\xf1\\\\x91\\\\xa7\\\\xdd\\\\xd4\\\\x02\\\\xf5P\\\\\\\\\\\\xe2\\\\xa5\\\\xd22\\\\xa5\\\\xda\\\\xe2(n\\\\xdb,S\\\\x12\\\\xba\\\\x10 \\\\x131\\\\xdbM\\\\x07R\\\\xf5\\\\xaa\\\\x90\\\\n\\\\xce\\\\xcbP4\\\\x13\\\\x027\\\\x0f\\\\x0f\\\\xc6@;\\\\x8cA\\\\x07\\\\xa8f])>+\\\\x12\\\\x1c\\\\xab;\\\\x07\\\\xda\\\\x9am\\\\x02H \\\\x83\\\\xb4\\\\x90>\\\\xb3\\\\x1foP\\\\xd5BM\\\\x1c-\\\\xc9\\\\x90\\\\xea\\\\xcc\\\\xf6\\\\xa8:\\\\x80\\\\xae\\\\x01V;\\\\xb4+\\\\xe9#O\\\\t:\\\\x91\\\\xd7\\\\x04@\\\\x90pZs\\\\xb3,\\\\xb9\\\\x85J\\\\xc2\\\\xc7P\\\\xa2@\\\\xf1U2\\\\x02\\\\x98\\\\x03\\\\xb0#\\\\xfe\\\\x11\\\\xd7\\\\x152$\\\\xf5P\\\\xb1\\\\xd9\\\\x96E\\\\xee\\\\t\\\\xb2\\\\x02\\\\xd8\\\\xeauY\\\\xfeX:\\\\xc1\\\\x12\\\\x08\\\\xf1> tQ\\\\x08\\\\x03\\\\xf8\\\\xa2\\\\x8f\\\\x95K(\\\\xdbZ\\\\x9a\\\\xd0\\\\x81\\\\xb0\\\\x1d\\\\xaa\\\\x00\\\\xd0\\\\x82O\\\\x81:\\\\x9f\\\\xafG\\\\xa8:=G%\\\\x9f\\\\xba\\\\xac]\\\\xca\\\\r\\\\xecw\\\\x02\\\\x07\\\\x80\\\\x93\\\\xa1\\\\x03\\\\xcb\\\\xb7\\\\xf6\\\\x1d\\\\x04j\\\\xa0\\\\xb5N\\\\n%\\\\x96l\\\\x0c\\\\x03*\\\\x92\\\\xcb\\\\x15\\\\x83\\\\xbaL\\\\x00\\\\x18H\\\\xf3\\\\x1d@\\\\n%\\\\x83\\\\x053\\\\x1f,\\\\xb2V\\\\x08\\\\x03{\\\\x10[\\\\xb4\\\\t+\\\\xe1\\\\xa8\\\\x07\\\\xbcu-\\\\x82dd\\\\xd9\\\\x7f\\\\njd\\\\xed\\\\x83ej\\\\xc5 +C\\\\x12\\\\xc0\\\\xa6\\\\x87C\\\\xf4\\\\x91\\\\xac\\\\xf4\\\\xcd!\\\\x99\\\\x10\\\\x99\\\\x06\\\\xab]\\\\x97\\\\xd4\\\\xec\\\\xa5K\\\\'\\\\xb8w!V\\\\x06\\\\x00\\\\x86U=\\\\xc9\\\\xef1\\\\xde~\\\\xce\\\\x92I8\"\\\\xa6j\\\\x03\\\\xd4l\\\\re\\\\x83~\\\\xe0U@\\\\x1b^VN\\\\xe2%\\\\x81\\\\xfb#\\\\xa6\\\\x07\\\\xcd\\\\x035T\\\\x94-U\\\\x8dS\\\\x81f\\\\xc7\\\\xd6\\\\xb8\\\\x95\\\\xd0m\\\\x1e\\\\x9db?\\\\xc3\\\\xcf\\\\xa8\\\\x04\\\\x80\\\\xdc\\\\x94\\\\xe0YL\\\\xc4\\\\xc6\\\\xb5\\\\xac\\\\xdd\\\\xb8\\\\xfb\\\\x94\\\\x92C@*\\\\n\\\\x81,{D\\\\xf7\\\\x02:\\\\x8a\\\\x91\\\\xd5N\\\\x9cYY\\\\xfc\\\\x0e\\\\x0f\\\\xbc+\\\\xb56\\\\xa8\\\\x04\\\\xc5\\\\x8d\\\\xf8`\\\\xb0PI y\\\\xff\\\\x00n\\\\xfdH\\\\x0fTq\\\\rUjq\\\\xe9F\\\\x1drX\\\\xd4\\\\x00UF\\\\x03\\\\xda\\\\r\\\\xe9\\\\x00\\\\x97a\\\\xea\\\\x12\\\\x1a$\\\\xcf\\\\x97\\\\xd3\\\\xa6\\\\xe89+\\\\xbbx\\\\xe95\\\\xc1%\\\\xfc\\\\xa7\\\\x9f\\\\xaa\\\\xe4\\\\xba\\\\x8a\\\\xc8X\\\\x008\\\\x04\\\\x92\\\\x06\\\\x90\\\\x18\\\\xf7>\\\\x11\\\\xfd\\\\xa7Sg\\\\xb6\\\\xd4V\\\\xce\\\\xde\\\\x15\\\\xa8\\\\xc5\"\\\\xaeY\\\\xaa\\\\xbaj\\\\xa4oT*\\\\x1fq\\\\x00\\\\x80 \\\\x01\\\\xdc\\\\xb7s\\\\xa9=\\\\xba\\\\xdb\\\\xfdh\\\\xb7\\\\xf6\\\\xf0x7\\\\x1cq\\\\xd1\\\\x0c\\\\xe5\\\\xadO\\\\xcaY\\\\xb2\\\\xe5\\\\x8fl\\\\x16$\\\\xfa{\\\\x85\\\\'p\\\\x00\\\\x8d\\\\x0c\\\\x8f\\\\x19\\\\x8d:Z\\\\xbd\\\\x18\\\\x80\\\\xa9\\\\xbeQ\\\\xcec)\\\\xf7\\\\x0b\\\\xb4m\\\\x16\\\\xb8\\\\x04\\\\xec\\\\x1e:\\\\x1f\\\\x13\\\\xd4\\\\x80\\\\x8c\\\\x05\\\\xa3\\\\x8c\\\\xc4\\\\xaa\\\\xbb\\\\xf6Ec\\\\xb8\\\\xdeI\\\\n5\\\\xd0\\\\x99\\\\x06t\\\\xec<G\\\\x9b\\\\xc8\\\\xdbk\\\\x17+[\\\\x965\\\\xa7`\\\\x81\\\\xb4*\\\\x000A\\\\x1a\\\\x19\\\\x9f=:Y\\\\x9f$l\\\\x83>fC\\\\xdb\\\\xef\\\\xb5\\\\x9f\\\\xcd1,\\\\x15V`G`\\\\x00\\\\xed\\\\xd0j+\\\\x99H\\\\xfe\\\\xa2\\\\xff\\\\x00\\\\xfd=\\\\x1f\\\\xf8\\\\x0f\\\\xf9\\\\xf5:\\\\x8a\\\\xe6_\\\\xff\\\\xd4\\\\x0b\\\\xf0\\\\xcf\\\\x88\\\\xdd\\\\xcea6o\\\\xe9\\\\x870\\\\xdc\\\\xedkdG\\\\xd2\\\\xc9s\\\\x96\\\\xa5U\\\\x84\\\\xb6\\\\xed\\\\xdb\\\\xf6\\\\xa9\\\\x0cI\\\\x01\\\\xa1\\\\x88\\\\'^\\\\xc7^\\\\xbbPz*w\\\\x03\\\\x04\\\\x8f\\\\x9b\\\\x8dP,\\\\xeb\\\\xb9L\\\\x16$\\\\x9f\\\\xe1+\\\\x00\\\\x87 \\\\x1d\\\\x04\\\\x1e\\\\xfd\\\\x1cH\\\\xc1V\\\\x90j\\\\x84(S5\\\\x82\\\\xbb\\\\x16\\\\x082e\\\\x89\\\\xf4\\\\xc4\\\\x06\\\\x93\\\\xa1#\\\\xcaG\\\\x87F\\\\x0b\\\\x8a$\\\\xe8\\\\xe4\\\\x8bc\\\\xe3\\\\xbd-R\\\\xa5\\\\xbe\\\\x9b=,t\\\\x05J\\\\x8fP\\\\x02|\\\\xa3\\\\xec\\\\x1d\\\\xfa\\\\x13!\\\\x91L\\\\x16\\\\x89LX\\\\x99!\\\\xf6+\\\\x11R\\\\xb2\\\\x7f,\\\\x16\\\\xf5\\\\x14X\\\\xed\\\\xb4\\\\x81#\\\\xc7\\\\xfc\\\\xa7\\\\xa1w\\\\x15D\\\\x1b\\\\x00\\\\x8c\\\\xcd)S\\\\x10\\\\x08KTn\\\\n\\\\tR\\\\xc4\\\\xc8\\\\x12\\\\xbeP\\\\x7fdt\\\\xb7L\\\\x97U\\\\x0e\\\\xfeM\\\\x92\\\\xc3\\\\x08\\\\x15+f}\\\\xaa\\\\xdb6\\\\x89\\\\xf5\\\\x10d\\\\xee\\\\x1d\\\\x8e\\\\xbf\\\\xf0\\\\xea`\\\\x93;\\\\xb9-Y<\\\\xb5\\\\x94\\\\x84Tu\\\\xa9\\\\r2\\\\xc6#p\\\\x9dcI$\\\\xf9\\\\x9f\\\\xaf\\\\xd9\\\\xd3DR\\\\xa7q\\\\xb0C2\\\\x1d\\\\xb2\\\\x1d\\\\xed\\\\xac\\\\x8d\\\\x86\\\\xb6\\\\xd9K(0\\\\xc0{q\\\\xa9\\\\x88:\\\\x1dO}:\\\\xe6\\\\tR&d2\\\\x85\\\\x7f\\\\x1b\\\\x98\\\\xca\\\\xc8\\\\x06\\\\xd7*\\\\x08\\\\xac\\\\xee%J\\\\x8f\\\\x12#s\\\\x13\\\\xe1\\\\xe5\\\\xd41\\\\\\\\^Y,\\\\xb0\\\\xf1\\\\xd4\\\\xdeM\\\\xc0J\\\\x016\\\\xb4\\\\x98\\\\x02fI\\\\x11\\\\xe0fGD\"\\\\n\\\\xe8\\\\xd74\\\\xc0\\\\x98\\\\xc2\\\\xa3[z\\\\x8b\\\\x97P_o\\\\xa0@\\\\xf4\\\\x93\\\\x00Gx\\\\x1f^\\\\xddA\\\\t\\\\x82\\\\x03\\\\xbc\\\\xa2\\\\x98\\\\xd9T*\\\\x86\\\\xb6,\\\\x9fPo\\\\xfe#\\\\xd8\\\\xa4\\\\xe9\\\\xea\\\\x804\"`t`\\\\xb2=`,\\\\xaf\\\\xad\\\\xb2v\\\\xd8\\\\xacB\\\\xd8\\\\xa4\\\\x92\\\\x08*7h$\\\\xe9\\\\xd8v\\\\xd3\\\\xa0(5:\\\\x11w\\\\re\\\\xde\\\\xad\\\\xaa\\\\xea\\\\x8a\\\\xbd\\\\xe7\\\\xc6d\\\\x80<\\\\x0ci\\\\x1e=\\\\xfa=.\\\\x10\\\\xce\\\\x00\\\\x91U\\\\xb6\\\\xce\\\\t\\\\x96\\\\xa5\\\\xd9c\\\\x97\\\\x07r\\\\xb8\\\\x1bA}\\\\xba\\\\x12\\\\xa2#\\\\xf1\\\\x03\\\\xe3\\\\xf6t\\\\x06\\\\xda#\\\\x14!\\\\xf8\\\\xcc\\\\x826\\\\xb5d\\\\xb9`e\\\\xa7B\\\\x04F\\\\xd8\\\\xf3\\\\x92\\\\xbe}\\\\xbbOC(\\\\xd5,\\\\xbeH;\\\\xf0wX\\\\xda\\\\xd4\\\\xc8\\\\xec\\\\xda\\\\x06\\\\xd3v\\\\xb1\\\\xaf\\\\x84F\\\\xbe\\\\x93\\\\xfb:\\\\\\\\\\\\xac\\\\xba\\\\xe09\\\\xa2\\\\x16\\\\xf1\\\\xd5\\\\xe3c\\\\xb3\\\\xc8$\\\\xc1D&T\\\\x91\\\\xea\\\\x99\\\\xd0\\\\xc8\\\\x8d<\\\\xcf\\\\x7f>\\\\xa8\\\\xcfj\\\\\\\\\\\\x18\\\\xd1>\\\\x05\\\\x85sP2y1C{\\\\x85=\\\\xcc\\\\x82Wn\\\\x9b\\\\x89\\\\xff\\\\x00H\\\\x00\\\\xc1\\\\x1e\\\\x04\\\\x08\\\\xff\\\\x00>\\\\xa2\\\\xcc%\\\\x12\\\\x0eN\\\\xba\\\\xe5\\\\xc7\\\\x0c\\\\xd5\\\\xcb\\\\xfaL\\\\x18\\\\x1f$SW\\\\xb6k\\\\xb1A]\\\\x88\\\\x18C\\\\x06\\\\x9e\\\\xe0\\\\xb4\\\\x8d\\\\xa2&z\\\\xd7\\\\x8d\\\\xc2B\\\\x18^\\\\xa2\\\\xd7\\\\x9d\\\\x9e\\\\xde\\\\xea\\\\x98&k\\\\xf7U\\\\x81+ \\\\xcf\\\\x89\\\\x91\\\\x125\\\\xed\\\\xd0\\\\xc8\\\\x92T\\\\\\\\t\\\\x9d{Y\\\\x936V\\\\xe5\\\\xb6\\\\x15\\\\x1b\\\\xad\\\\x97\\\\xdc@\\\\xee\\\\'\\\\xc3\\\\xc3C\\\\xd4\\\\x12\\\\xab\\\\x07\\\\xc9b\\\\xb4\\\\xefM\\\\x83\\\\x7f\\\\xb8\\\\xd2=\\\\x1bd\\\\x00\\\\x9e\\\\xaf##\\\\xc3N\\\\xb9H\\\\x18\\\\xb9D\\\\xf0\\\\xf0\\\\xad\\\\x02\\\\xbbZ\\\\xca\\\\xc6\\\\xe8CX%\\\\x12L\\\\xea\\\\xb3\\\\xf5\\\\x1a\\\\xf5\"(\\\\xed\\\\x83\\\\x9a\\\\xdb\\\\x9bf-h\\\\xa8\\\\xcb\\\\xb5N\\\\xe1\\\\xb3\\\\xf8\\\\xcb\\\\x93\\\\xdcm\\\\x13\\\\xe1\\\\x1d\\\\x87\\\\x9fBhQJ18\\\\xa1O\\\\xc8\\\\xe1\\\\xd6\\\\xe2\\\\xe3P\\\\xf5\\\\xae\\\\xfe\\\\xcd.`\\\\x01\\\\xdef`\\\\xf6\"u=2\\\\x81\\\\t\\\\xa1vR\\\\x9b\\\\x94\\\\xc7\\\\xb7\\\\x19\\\\xd7\\\\x1d=@z\\\\xc7\\\\xa4\\\\x07e\\\\x1a6\\\\x80\\\\x13\\\\x12\\\\x07\\\\xd3^\\\\xa0\\\\xcf\\\\x927p\\\\x82~Z\\\\xcc\\\\x8b\\\\x06A] \\\\x90\\\\xab\\\\xde\\\\t\\\\xec$A>\\\\x91\\\\x1dA\\\\x0e\\\\x84\\\\x06\\\\xadT\\\\x8a\\\\xf1\\\\x99m\\\\x0fR8\\\\x02UH\\\\x89\\\\x05N\\\\xac#t\\\\x82>\\\\xd3\\\\xfb\\\\xfa\\\\x1d%s\\\\x81E#\\\\x1f\\\\x02\\\\xe3\\\\xb5RiR\\\\xe3aPw\\\\x98\\\\x90X\\\\x92I\\\\x1b\\\\xa3\\\\xbfx\\\\xe8t\\\\x10\\\\x88D\\\\xc97a|eX!\\\\xb2\\\\xf6u\\\\x1b\\\\x9fi\\\\xda\\\\xcd\\\\xabh\\\\xb2\"A\\\\xd7\\\\xfe\\\\xce\\\\xbbJl`\\\\x02~\\\\xe3x\\\\x9cLm\\\\xae\\\\x8e\\\\xbb\\\\xecm\\\\xe2J\\\\x85\\\\x96$\\\\xcfs\\\\x11\\\\xdc\\\\xff\\\\x00\\\\x87U.D;:\\\\xbfdsFI\\\\x0b\\\\xba\\\\x06\\\\xe5\\\\xdf\\\\xb3p\\\\x1e\\\\x90A_Qc\\\\xba@\\\\xdd\\\\xdf\\\\xa0\\\\x03MqW\\\\xe2VOw\\\\xbb\\\\xb8\\\\xc6\\\\xdd\\\\xc0\\\\n\\\\xebQ\\\\xe2F\\\\xee\\\\xe7\\\\xcf\\\\xc2|\\\\xba\\\\xeb\\\\x93\\\\x12\\\\xae)fD\\\\n\\\\xa4\\\\x1f\\\\x92r\\\\x06\\\\xba-\\\\xa8\\\\xca\\\\xeeoN\\\\xa1\\\\x8f\\\\x88b[]\\\\x02\\\\xc4\\\\xff\\\\x00\\\\x97U\\\\xe1\\\\rso\\\\xe5P\\\\xbdu\\\\x83\\\\xaa\\\\x9b!\\\\xb7\\\\xb5\\\\x82\\\\xc6IIp\\\\xbbwh\\\\xba\\\\xaf\\\\xe2\\\\x9e\\\\xfb\\\\x88\\\\x88\\\\xea\\\\xec!G8\\\\xaaN2P\\\\xd5\\\\x1e\\\\xc8\\\\x15Z\\\\xce\\\\t\\\\x13:z\\\\x98\\\\x92\\\\xa4m:L\\\\x81\\\\xaf\\\\xed\\\\x9e\\\\x9fT\\\\x0fJ\\\\xe2\\\\xb5\\\\xbe\"\\\\xa2\\\\xa1]\\\\xa8\\\\xa1X\\\\xba\\\\x9d@#B\\\\x14\\\\x83\\\\xa0\\\\x07\\\\xc0u\\\\xc0\\\\xbd\\\\x17\\\\x1ac\\\\x80\\\\x08N>5\\\\x8f1\\\\xb6\\\\xdf\\\\xc0-s\\\\xb6v\\\\x85\\\\x82\\\\x08#\\\\xbb\\\\x02;\\\\x8d<\\\\xcfF](D\\\\x9e\\\\xe4{\\\\x16\\\\x8f\\\\xcb\"\\\\x8b_\\\\xf9\\\\x95\\\\xa0\\\\xad\\\\xa3v\\\\xe3\\\\xac\\\\xf8\\\\x9d\"z\\\\x12rM\\\\x8b\\\\x85\\\\xb7\\\\'\"\\\\xbb\\\\x8dL\\\\x7f\\\\xe6\\\\x81;@.b\\\\x18\\\\x11\\\\x1d\\\\xcfy\\\\xd7_\\\\x1e\\\\x8a1e.^\\\\xa1+e\\\\xa97[\\\\xa1\\\\xacz\\\\n\\\\xae\\\\x91\\\\xa8\\\\x10J\\\\x9e\\\\xfa\\\\t\\\\xd3\\\\xbf\\\\xdb\\\\xd4\\\\x84\\\\xb3\\\\xcd\\\\x1d\\\\xc3\\\\xc7\\\\xc9\\\\xf5\\\\x04g\\\\xa8 \\\\x0c\\\\xae\\\\xe5\\\\x88\\\\x99\\\\x11\\\\xb8\\\\x0f\\\\x12F\\\\x86|:\\\\x99PQv\\\\x9a\\\\xa6\\\\xb8\\\\x16\\\\xc1(\\\\xcd\\\\xd1Llt\\\\xb2\\\\xb7c\\\\xbaS\\\\xf0,\\\\x90gA\\\\xe6$\\\\x8f\\\\x1du\\\\x11\\\\xf6\\\\xf4Qv\\\\xaa(\\\\x88\\\\x90\\\\xbc\\\\xb2\\\\xacJ\\\\xde\\\\xe52J\\\\xfa\\\\xbd\\\\xb0\\\\xbe\\\\xe1*`\\\\x18#h\\\\xf1\\\\xe8\\\\xe8\\\\x02\\\\x96\\\\x00\\\\xb2\\\\xd0\\\\xad\\\\x89[\\\\xfb\\\\xa8J\\\\xb3\\\\t\\\\x16\"\\\\xce\\\\x84@`\\\\x07\\\\x94\\\\x9e\\\\xdd\\\\xbb\\\\x9e\\\\x82T\\\\xc1K\\\\xc7%\\\\xb11\\\\xd7!\\\\x96\\\\xb0\\\\xad\\\\xed\\\\xec!\\\\xac\\\\x1e\\\\xa0\\\\xcaw\\\\x01!\\\\x86\\\\x80DG\\\\xd7\\\\xcb\\\\xa8\\\\xc5\\\\x94\\\\xb0Y?\\\\x15\\\\xd9\\\\\\\\\\\\xfbna\\\\x85{\\\\x94\\\\xb4n\\\\xd0\\\\x01\\\\xdeL\\\\x8e\\\\xda\\\\x03\\\\xdf\\\\xae\\\\x89p\\\\xcb\\\\xa5h\\\\x06\\\\xad\\\\n\\\\x8fW\\\\x17\\\\x86m\\\\xa9\\\\xaa\\\\xaa\\\\xb9\\\\x0c\\\\x1a\\\\xad\\\\xb2T\\\\x12\\\\x0bI\\\\x00\\\\x005\\\\x07H\\\\x8f?\\\\xac\\\\x899Q\\\\x1b!{f5\\\\x8e\\\\xc8\\\\xc87#\\\\xfe%V\\\\x89f\\\\x00\\\\xe9\\\\xb0\\\\xe9!\\\\x80\\\\xd0~\\\\xfe\\\\xba!A\\\\x85\\\\rh\\\\xb0N)\\\\xcf\\\\xa3 \\\\x00\\\\x15D\\\\x9d\\\\xdd\\\\x95}_H\\\\xfbI\\\\xfat\\\\xd7lT{O\\\\x89\\\\xa2\\\\x8fmB\\\\x86YG\\\\xec\\\\x07\\\\xb4X\\\\x04\\\\xdc\\\\x04\\\\xaa\\\\x80O~\\\\xa0\\\\x92\\\\x10\\\\x08\\\\x90pP\\\\x9a\\\\xc0\\\\xceEw\\\\x96_P\\\\xa9\\\\xb5]\\\\xcc\\\\x9d\\\\xdf\\\\xb8;f\\\\'N\\\\xa7\\\\x0429\\\\x15\\\\x95m\\\\xed*\\\\xd8\\\\x11\\\\xc80\\\\xcd\\\\x04\\\\xb8\\\\xfc#Q\\\\x124\\\\x02;O@Fh\\\\xf5)*\\\\xed%\\\\x06\\\\xadY\\\\x1e\\\\xbfV\\\\xd7S\\\\xd8,\\\\xccyy\\\\xf4B\\\\x81\\\\x08\\\\x15[\\\\xd4\\\\xfb{\\\\x83VQ\\\\x8b\\\\xb0\"\"w\\\\x1fI\\\\xecH\\\\x92?\\\\xb6\\\\xbd\\\\x08\\\\x0c\\\\x8c\\\\x83@S\\\\x97\\\\x13\\\\x87\\\\xbc\\\\xd4\\\\xc2\\\\xb1\\\\xeeV\\\\x01\\\\xdd\\\\xd8\\\\x12@\\\\x1b\\\\x94\\\\x981\\\\xa4y\\\\x0f\\\\xaf\\\\x89\\\\x88:0\\\\x07b\\\\xb48\\\\xecS\\\\x8e\\\\x14\\\\xc6\\\\x95\\\\x08Gm\\\\xa41\\\\x90\\\\xa4\\\\x00d6\\\\xb1\\\\xf5\\\\xfd\\\\xdd3JdhV\\\\x1f#\\\\xe5\\\\xc6\\\\x0e0\\\\xa7\\\\x1dP\\\\x16\\\\x1f\\\\x97\\\\xafo\\\\xa6A\\\\x88b\\\\xa0\\\\x01\\\\xf6\\\\xf8\\\\x8e\\\\x9dn\\\\xde\\\\xbasZ\\\\xbbXQ\\\\xca@\\\\xcb\\\\xb4\\\\xd7E\\\\xaan\\\\xf72\\\\x89#\"\\\\xc7\\\\x0c\\\\xdb\\\\xc4A\\\\n \\\\x0e\\\\xf3\\\\xe7\\\\xd7\\\\xa4\\\\xb5k\\\\xdb\\\\x8b/A\\\\xb4\\\\x80%\\\\xe40\\\\x1e\\\\tV\\\\xdf\\\\x92\\\\xe3c\\\\xbd\\\\x80\\\\x93\\\\xeeV?\\\\x10Ru:\\\\x80`\\\\xff\\\\x00\\\\t\\\\xf0\\\\x12\\\\x08\\\\xeb\\\\x8b\\\\xad\\\\x980\\\\xc1-s\\\\xdc\\\\xa5\\\\xdf\\\\x96\\\\x01\\\\xae)\\\\xb4\\\\xc8P\\\\x0f\\\\x98:\\\\x00\\\\'\\\\xb7\\\\xdb\\\\xe3\\\\xf6t)\\\\xc93\\\\x1b9\\\\x05\\\\xccl\\\\x9d\\\\x04\\\\xeeU\\\\x86\\\\x99\\\\x89\\\\x80@\\\\x1aLF\\\\x9dJ\\\\x95\\\\xfb\\\\x1e\\\\xe4\\\\xae\\\\xe0\\\\xe1\\\\xc2\\\\x82\\\\xde\\\\x9d\\\\xe4\\\\x81\\\\x03M>\\\\xff\\\\x00\\\\xf1\\\\xfb\\\\xf9\\\\xd4\\\\x82\\\\xac~\\\\x0f\\\\x91U\\\\x02\\\\xad\\\\xe0\\\\xcbY\\\\xb5k\\\\x1f\\\\x84h\\\\xc4\\\\x18\\\\x99\\\\x1f\\\\xd8u*SE\\\\xa8\\\\xb6(F\\\\xa1\\\\x96\\\\xd0\\\\x80\\\\xa2\\\\x06% \\\\xff\\\\x00\\\\x0cF\\\\x86u1\\\\xfbz\\\\x84%W?$@*m\\\\x15\\\\xd9\\\\xa5\\\\x14\\\\xaa\\\\xc8\\\\x1ezw\\\\xd65\\\\x91\\\\xa7R\\\\x84\\\\x85\\\\xce\\\\x7f2\\\\xe2\\\\x13&\\\\xa6\\\\xb0\\\\x8f\\\\xfe\\\\x19E\\\\x0c\\\\xc5\\\\x8a,\\\\x1dD\\\\x89\\\\x8f\\\\xdf\\\\xa1\\\\x8dz\\\\x90PH:\\\\xe2\\\\xff\\\\x00\\\\x9b\\\\xf1\\\\xe3\\\\x12\\\\xec\\\\xba(\\\\x0b\\\\x8e\\\\xed\\\\x03!L\\\\xaf\\\\xa5L\\\\x89C#C\\\\x06Gi\\\\xf3\\\\x1d\\\\x04\\\\xc3\\\\xd5M\\\\xba\\\\x06\\\\xe4\\\\xaavm\\\\xc7\\\\xb0X\\\\xd2\\\\x07I)\\\\x8b\\\\x1e\\\\xa1r\\\\xfd\\\\xd7._\\\\xba\\\\xe5\\\\xcb\\\\xff\\\\xd5\\\\xa5)\\\\xf8\\\\xceW\\\\t\\\\xc9\\\\xd1\\\\xc8p\\\\xd9M\\\\x86A[\\\\x7f\\\\x90\\\\xed^\\\\xa3\\\\xd4\\\\xa3z\\\\xc2\\\\x82\\\\t\\\\xef\\\\xe3\\\\x1fA\\\\xd7\\\\x98\\\\x86\\\\xabsx\\\\x93\\\\xfc\\\\xaf\\\\x8f\\\\xda\\\\xb7(I\\\\xe2Y^|\\\\xef\\\\xc9s\\\\xbesw\\\\x01\\\\x9f\\\\xcf\\\\xb5y|\\\\xbf\\\\x17B\\\\xe2]\\\\x9e\\\\x86l\\\\xc9\\\\xaa\\\\xbf\\\\xc0\\\\xd74\\\\x99`4$\\\\x0f\\\\x0e\\\\xae\\\\xde\\\\xbf\\\\xef\\\\xb1\"\\\\xabB\\\\xe5\\\\xefx\\\\x013P\\\\x87\\\\xf3\\\\xbcE|\\\\xef\\\\x17u\\\\x18\\\\xca\\\\t\\\\xba\\\\xbfs\\\\x1f\\\\x16Wio\\\\xc2\\\\xa4\\\\x81\\\\xa1\\\\xf3\\\\xed\\\\xd5+\\\\xf6\\\\xf5T\\\\x14\\\\x9b\\\\xc4\\\\x18\\\\xb6+\\\\x9d\\\\xdb\\\\x88\\\\xbf\\\\x8c\\\\xe4*\\\\xc3\\\\xc9[\\\\x91\\\\xd2\\\\xd5\\\\xfc\\\\xb6K\\\\x92\\\\xaa\\\\x12\\\\x0c!\\\\x06X\\\\x19\\\\xfd\\\\xbdg\\\\xca\\\\xef\\\\xacD\\\\xbd3Y\\\\xd1\\\\xb3\\\\xed\\\\xf4sE\\\\x1b\\\\x90\\\\xc2o\\\\xce5\\\\xe6M\\\\x82\\\\xe6\\\\xb2\\\\xd5\\\\xb3c\\\\xee\\\\xdb\\\\xb9v\\\\x9d\\\\xde\\\\x04\\\\r\\\\n\\\\xeb\\\\xe5\\\\xd5\\\\x88\\\\\\\\|MR\\\\xaf\\\\xda\\\\xab\\\\xb7\\\\x8a\\\\x1fu9\\\\xb7[Jl\\\\xf7Z\\\\xefMHe\\\\x11\\\\x06\\\\xba(\\\\x04\\\\xa8i=\\\\xcf\\\\xf0\\\\x9f\\\\xbb\\\\xa0\\\\x95\\\\xf0%\\\\x8aX\\\\xb6eR\\\\xe7\\\\x97\\\\x1ft\\\\xc3W\\\\t\\\\x9de\\\\xcbf:\\\\n\\\\x9d\\\\x9dQ\\\\x99\\\\x8e\\\\xd6\\\\xaeD\\\\x85\\\\x00\\\\t:\\\\x0f=:\\\\\\\\\\\\xa6!\\\\xfa+\\\\x11\\\\xdbH\\\\x9a\\\\xa7J8\\\\xaa\\\\xec\\\\xc5\\\\xae\\\\xbc\\\\xfcb\\\\xd6\\\\x85\\\\xdb\\\\xa1\\\\xdaw\\\\r{\\\\x99\\\\x80T}\\\\xd1\\\\xf7\\\\xf4\\\\xddFqr\\\\x19Z\\\\x8e\\\\xd4F\\\\x86\\\\xbf\\\\x9f\\\\xc2\\\\x84\\\\xee8\\\\xaaY\\\\xac\\\\xb9(Kb\\\\xd3c\\\\xb8h\\\\xdc$\\\\x1dD\\\\x91\\\\x07\\\\xc3\\\\xec\\\\xf3\\\\xea\\\\xbb\\\\x08\\\\xfaO\\\\xa8\\\\x84\\\\xf9\\\\xe9\\\\x85N\\\\x08~G\\\\xc8\\\\xeb\\\\xc1s\\\\x8a\\\\x8b\\\\xec5\\\\xd0K$\\\\x86\\\\xac\\\\xb1*}D\\\\xc0\\\\xef\\\\xf5\\\\xe9\\\\xf3\\\\xd6(\\\\xcc\\\\xe9#t\\\\xe6\\\\x87\\\\xc14|\\\\x7f\\\\xe76Y8\\\\xaft\\\\xdawVX\\\\x10\\\\xa1\\\\x8f\\\\xf1\\\\x02[\\\\xc0\\\\xf9\\\\x8d:\\\\x08\\\\xdc\\\\x8c\\\\xdcV\\\\x9fUv\\\\xcd\\\\xf5c\\\\xd5\\\\x97Vu\\\\th\\\\x05\\\\xe3k[\\\\xb7\\\\xf0\\\\xea\\\\x18\\\\x9e\\\\xd3 @\\\\x82\\\\x06\\\\x9dX\\\\x0e\\\\xcf\\\\x8b\\\\xa7\\\\xc8:\\\\x11\\\\x93\\\\x8el\\\\xf6\\\\xcdh@Ya\\\\xa9\\\\xb1\\\\x80\\\\x1d\\\\x9bA\\\\x04\\\\xeb\\\\xa8:k\\\\xd76\\\\x96\\\\xcc\\\\xa4\\\\xca/CFBV\\\\x9fkj\\\\xcb\\\\x07\\\\x80\\\\xa1\\\\xf7\\\\x01\\\\x1b\\\\x88\\\\xd6\\\\\\\\\\\\xce\\\\x93\\\\xf4\\\\xfaGR\\\\xe6LO\\\\xd5.0 \\\\xf0\\\\x14\\\\x87\\\\xbe\\\\xa5\\\\xa9\\\\x88\\\\xb1\\\\x85lN\\\\x85\\\\xa5\\\\x0c\\\\t\\\\x1d\\\\x96\\\\x04\\\\xcfS\\\\xa9\\\\xe9\\\\xcd\\\\x114d\\\\x0f+\"\\\\xc1n\\\\xc3v\\\\xc4\\\\x81\\\\xb7\\\\xf8@\\\\xdaI\\\\xdc$\\\\x80N\\\\xb0#\\\\xb7\\\\x97R\\\\xd4u^C\\\\xb5\\\\x96\\\\xc1\\\\xcddR\\\\x85\\\\x0e\\\\xd4@\\\\xbb\\\\xed6A0F\\\\x93\\\\x04\\\\xc9=\\\\t\\\\x8b\\\\xa1\\\\x13\\\\x90\\\\r\\\\x92#^`\\\\xbb\\\\xf9\\\\x8b\\\\xeeXQDTC7n\\\\xc2\\\\x0cI!`\\\\x82z8\\\\n%\\\\xc8\\\\xb9u\\\\xb1\\\\x9d\\\\x99\\\\x93CY\\\\xb1XV\\\\xda\\\\x10ua\\\\x1a\\\\x19U&@\\\\x04\\\\xeb\\\\xe5\\\\xd3Ad\"\\\\x95+\\\\xccKl\\\\xafm\\\\x8bl\\\\xb2\\\\x81s$\\\\xa8*\\\\xcav\\\\xac\\\\x15\\\\x9e\\\\xff\\\\x00S\\\\xe7\\\\xd7`\\\\xa2/\\\\x88L\\\\xf898\\\\xec\\\\x85\\\\x1aw\\\\x83\\\\ta\\\\x01||\\\\xc9!>\\\\xc9\\\\xf3\\\\xf0\\\\xe8AL\\\\x89\\\\xe4\\\\xb7e\\\\xe2\\\\xd5\\\\xeen\\\\x04!\\\\xae\\\\xcfJ\\\\x88!gS\\\\xdbY:\\\\xf5$\"\\\\x94\\\\x1c\\\\xd5\\\\r9-g\\\\xf2\\\\xb1\\\\xdd.z\\\\x9bV\\\\xdd%\\\\x99\\\\x10\\\\x96\\\\x06L\\\\x8dLLy\\\\xf4.\\\\x97\"rQ\\\\xc59`\\\\xdeC\\\\x8b-\\\\x8fK\\\\xa4\\\\xf9\\\\xe8J\\\\xeb\\\\xd8\\\\x1du\\\\xed\\\\xd7\\\\x13\\\\xa5\\\\x04\\\\x83\\\\x17\\\\x08\\\\xce\\\\x05\\\\x96\\\\xa4+\\\\x92\\\\x8d\\\\xb8\\\\x10\\\\xc4\\\\xed\\\\xdc\\\\x16%\\\\xa0\\\\x1f\\\\x1f2?\\\\xe2$\\\\xd5\\\\x1c\\\\\\\\\\\\x87Xd\\\\xfc\\\\x81\\\\x92\\\\xca\\\\xd9w30:\\\\x1fK.\\\\xd9.v\\\\xb6\\\\xa7X\\\\x8d>\\\\xf1\\\\xd1\\\\x89\\\\xd1q\\\\xb9VD0\\\\xf9\\\\xf7\\\\xb9A5\\\\x9b=\\\\xd4\\\\x04z\\\\xb4\\\\x01H\\\\x82X\\\\x02b{\\\\x80u\\\\xd2:\\\\x917S\\\\x02\\\\xeb+\\\\xb9|\\\\x7fG\\\\xbekU\\\\xfc 3\\\\xc2\\\\xac\\\\x91\\\\xfcD@\\\\x03\\\\xeaz\\\\x91U2\\\\x908-\\\\xb5ga\\\\xde\\\\xe4T\\\\x03{\\\\xd0\\\\x8fZ\\\\x96\\\\xdd3\\\\'r\\\\xe8G\\\\x91\\\\x1f\\\\xf6\\\\xf5=\\\\x8a\\\\x04\\\\xc2\\\\xd7\\\\x96\\\\xd8\\\\xb6R\\\\xca\\\\xac\\\\xcc\\\\xae\\\\xdbv\\\\x81\\\\xa8\\\\x00\\\\x85%\\\\x87\\\\xfe\\\\xd7D`\\\\xe9\\\\x92Jy\\\\x1cN8\\\\xb0\\\\x04\\\\xda\\\\x02\\\\x91\\\\xe9/\\\\x05\\\\xd8\\\\x91\\\\x02\\\\x08\\\\x93\\\\x11&t\\\\x8e\\\\x83@U\\\\xda\\\\xb8\\\\xa1\\\\xd6\\\\xf0uV\\\\xadev\\\\x0b\\\\x10\\\\xb9\\\\xf6\\\\xd84W,eC\\\\x1d;GrcO\\\\x0e\\\\xb8\\\\xc0)\\\\xd1_\\\\xe6\\\\x8a\\\\x1b\\\\xe3e\\\\xa8\\\\xfed\\\\xab\\\\xad\\\\x90\\\\xa1\\\\x82\\\\x91\\\\xb5\\\\x96@$\\\\x02N\\\\xbax\\\\xf9t\\\\x04Uq\\\\x04\\\\xf4^S\\\\xc3\\\\xde\\\\x01\\\\x16)\\\\xddt\\\\xedg\\\\xdd\\\\xbaZK\\\\tm\\\\'\\\\xb9\\\\xea4\\\\x93\\\\x9a\\\\xe8YlW\\\\x8d\\\\x81\\\\x94l\\\\xac\\\\xfb-t\\\\xa8\\\\xfe_\\\\x83\\\\x05\\\\'\\\\xd7\\\\x11\\\\xa0\\\\x1a\\\\x93\\\\xf5\\\\xeat\\\\xc9I\\\\x89\\\\x8b=VI\\\\xc7s,U\\\\x88d*e\\\\x98\\\\xa9\\\\x92\\\\x08\\\\xf2\\\\x1a\\\\x11\\\\xda\\\\x00\\\\xd7\\\\xa3\\\\x11(\\\\x84$\\\\xdc\\\\x94w\\\\xe1\\\\xb3\\\\x9d\\\\x1a\\\\xcc\\\\x8bF\\\\xc5\\\\x8fq\\\\xc4IP`\\\\x03\"F\\\\xbd\\\\x81\\\\xeb\\\\x8c*\\\\x84\\\\xc4\\\\xb50R)\\\\xf8\\\\xfd\\\\x08\\\\xcc\\\\xb6\\\\xd8\\\\x13\\\\xdc3mi0\\\\x00\\\\x88m\\\\xa0\\\\x18:L\\\\x0f.\\\\x8bC\"\\\\x16\\\\xba\\\\xac\\\\xce/\\\\x1b\\\\x82Y\\\\xc3{\\\\x9b\\\\x17\\\\xfea\\\\x1b\\\\x95\\\\xcc\\\\t\\\\x10\\\\x00$\\\\x1d\\\\x04\\\\x10cS\\\\xd0\\\\xb3) Eao!\\\\x8a\\\\x89Y\\\\n\\\\xa5U\\\\x7f\\\\x08!F\\\\xe1\\\\xea=\\\\xfd3\\\\xe2\\\\t\\\\xf0\\\\xea\\\\x1d@\\\\x90\\\\xc9cw/Qov\\\\x85\\\\x05\\\\x99\\\\xbd\\\\x01\\\\x14\\\\x04]\\\\xb3=\\\\xc7\\\\xd2\\\\x07\\\\xed\\\\xf1\\\\xe8\\\\x1d\\\\x97\\\\x02\\\\x02\\\\x85W)\\\\x99\\\\xb4\\\\xc7\\\\xb6\\\\xc8\\\\x80\\\\x11\\\\xe3\\\\xf6\\\\x07\\\\x80b\\\\x01\\\\xee\\\\x7fwP]-\\\\xda\\\\x8e\\\\x8cU\\\\x9f\\\\x99\\\\x94lG\\\\xb5\\\\xd0\\\\xb8\\\\x07x\\\\x82\\\\xecc\\\\xc1\\\\xbc4$\\\\x9f\\\\xbb\\\\xcb\\\\xa8%6\\\\x04\\\\x9a\\\\x05e\\\\xfcp\\\\xb8s\\\\x1e\\\\xbb@rUO\\\\xe1\\\\n\\\\xc0z\\\\x94\\\\xc4\\\\xf7\\\\xed\\\\xe5\\\\xd5{\\\\x83W^kF\\\\xc2d\\\\xf6\\\\x81Wv\\\\x08\\\\xc8\\\\x04\\\\xb3@\\\\'\\\\xc1\\\\x81\\\\x0b\\\\x1axx\\\\xc7C\\\\x18\\\\x08\\\\xc5\\\\x82\\\\xb8\\\\x86\\\\xdbsX\\\\xd7(\\\\xbf\\\\xdb\\\\xb4\\\\xd6J\\\\xb0\\\\xda\\\\xc3Q \\\\xcfy\\\\x00\\\\xff\\\\x00\\\\x87\\\\x97I\\\\xba5\\\\x12\\\\xcb\\\\xa6@\\\\x0f\\\\x92\\\\xad\\\\xbeC\\\\x8dh\\\\'e\\\\x8c\\\\x96!c5F\\\\xe1\\\\xa4o\\\\x98&4#M>\\\\xdf\\\\x06Y\\\\x83\\\\x0e\\\\xab.\\\\xf3\\\\x9a\\\\x80\\\\xab\\\\xcc\\\\x8cK\\\\x05\\\\xca\\\\x8a\\\\x00F\\\\xb0\\\\xac\\\\x80u0\\\\x1dT\\\\x191\\\\xe3\\\\xf6\\\\x8e\\\\xac\\\\x01G\\\\x03\\\\x15H\\\\xd4\\\\x80\\\\xf4Z\\\\x863\"\\\\x82\\\\xba\\\\xc0\\\\x046\\\\x83h\\\\xec \\\\x81\\\\xe6\\\\x08\\\\x13\\\\xd1\\\\n# /l\\\\x0e`od\\\\xa4\\\\xa6\\\\x80\\\\x99\\\\x13\\\\x06\\\\x08\\\\xf10\\\\x0c\\\\x91\\\\xd1\\\\x80\\\\x10\\\\x92p\\\\xc9c\\\\x8dB\\\\x06\\\\xad\\\\xecF&\\\\xb2Mu\\\\x97\\\\xf4\\\\x80u;\\\\x87}|>\\\\xba\\\\x0e\\\\xddq\\\\x0c\\\\xa2\\\\xbd\\\\x83\\\\x15-\\\\xac\\\\xa6\\\\xca\\\\xca\\\\x17\\\\x92\\\\x9161\\\\x01\\\\x81\\\\x1d\\\\xbb\\\\x83\\\\xdb\\\\xc0\\\\x7f\\\\x9f\\\\\\\\B)\\\\x17\\\\x082\\\\xd2\\\\x1e\\\\xcb\\\\xc9$-\\\\xb1\\\\xbc\\\\x85\\\\xda\\\\x1c\\\\r7\\\\x1d\\\\x0cn\\\\xef\\\\x1dtK \\\\xd2j\\\\xb3\\\\xad+{*\\\\x15\\\\xa3o`\\\\xa2\\\\xa6\\\\xd0\\\\xb3v\\\\x1d\\\\xe65\\\\xed$\\\\t=N\\\\xa7\\\\x0b\\\\x87\\\\xaa\\\\xb9\\\\xa7\\\\x1cEAB\\\\x16em\\\\xeb!A\\\\xda\\\\xa06\\\\xa24\\\\'C\\\\xe0z\\\\xe1\\\\xd525\\\\xc1\\\\x0f\\\\xca\\\\xc9\\\\x04\\\\x83]\\\\xa8\\\\r\\\\r\\\\x1e\\\\xe6\\\\xa4\\\\xb20\\\\x81\\\\r\\\\x1d\\\\xce\\\\xe2L\\\\x9f\\\\xf3\\\\xeaB\\\\x19\\\\xb9(UWWj\\\\xa3\\\\xab\\\\xb5\\\\x9b\\\\x08fb5\\\\xf2\\\\x88\\\\xf0\\\\x98\\\\x1aG\\\\xd4w\\\\xeb\\\\x88\\\\xe4\\\\x96\\\\t\\\\x99\\\\xa2\\\\xda\\\\xbb\\\\xb6\\\\x8a\\\\xd7hJ\\\\x83\\\\xb21\\\\x96\\\\xb0\\\\x15\\\\xd4\\\\x11\\\\xb4A&<\\\\xa7\\\\xb0\\\\x1e=s2\\\\x9a\\\\xbdQ\\\\x1cF|vAp\\\\x048\\\\xf5)\\\\xd0\\\\x03\\\\xdb\\\\xbf\\\\x94\\\\xcfs>]&E\\\\x8b\\\\x94\\\\xe0\\\\x1b\\\\x14^\\\\xceg\\\\x0c\"P\\\\xdbD,\\\\xda\\\\xab\\\\x12\\\\x1c\\\\x8dVLh\\\\xc4\\\\x99\\\\x8f\\\\xdb\\\\xd3\\\\xc5\\\\xf8\\\\x90\\\\x999\\\\x829!\\\\xf5{w\\\\x1fr\\\\xb1[\\\\x10\\\\xc0\\\\xdcT\\\\x93\\\\x05F\\\\xf3\\\\xb6b\\\\x04\\\\x93\\\\xdc\\\\xeb\\\\xdb\\\\xa8wU\\\\xcf\\\\x8a\\\\xd8\\\\x85\\\\x94\\\\xc2\\\\xb9\\\\xa5\\\\x15\\\\xb4P\\\\xba\\\\x125\\\\x80|g\\\\xec\\\\xea\\\\x0b\\\\xe4\\\\x84;1\\\\x15D\\\\xd4{\\\\xb5\\\\n\\\\xecQEHLL\\\\xc9 \\\\x16\\\\x82I\\\\xd7\\\\xc3H\\\\xf1\\\\xea@\\\\x05;V\\\\xa0\\\\x01\\\\xa3(\\\\xd6\\\\xf1\\\\xfb\\\\x97y;\\\\xd3v\\\\xc7*\\\\xdd\\\\x84\\\\x990#\\\\xb1\\\\x1a\\\\xc9\\\\xfbz\"\\\\x02\\\\x03\\\\x16+C\\\\xae>=\\\\x9b\\\\xfd5\\\\xda\\\\xa0\\\\xb83\\\\xb4n\\\\xd2]\\\\xa0\\\\x10\\\\x0e\\\\xbd*A\\\\x94f\\\\xbf.Ae\\\\xd8\\\\xaf\\\\xed\\\\n\\\\xd7b\\\\xe3\\\\x98r\\\\x18\\\\x03\\\\x0b\\\\'U\\\\xd0\\\\x9f\\\\xbf\\\\xe9\\\\xda\\\\x01\\\\xf0RI\\\\xe6\\\\xb6V\\\\x9b\\\\xf7*\\\\x13S\\\\xed`QefH\\\\xd6\\\\x08\\\\x99\\\\xd6F\\\\xbf\\\\xdf\\\\xd3\\\\x19\\\\xd4\\\\x03\\\\x90\\\\xc4\\\\xad\\\\xcdAR\\\\xa0Y\\\\x06\\\\x17j\\\\xf7\\\\x04~&S\\\\xe3=\\\\xc6\\\\x9e:\\\\xf4&+\\\\x98\\\\x9ejm95`\\\\xeef\\\\xb0X\\\\xc0L\\\\x10I\\\\xd0\\\\xff\\\\x00\\\\x8c\\\\xc0\\\\xff\\\\x00\\\\x8fPcT\\\\xd8\\\\x91\\\\x13R\\\\x82\\\\xe7\\\\xf2\\\\xf7=\\\\x9b=\\\\xd6*\\\\x9f\\\\x8d\\\\xc1\\\\xd6\\\\x0e\\\\xa6T\\\\t\\\\x07\\\\xc6\\\\x01\\\\xe8c\\\\x1a(\\\\x94\\\\xb5U\\\\xd6\\\\xcck.\\\\xb1[\\\\xf9\\\\x9a\\\\x01\\\\xb9\\\\xbd\\\\xc0Gp\\\\x01\\\\x80A#H\\\\xd3\\\\xa2\\\\x8cj\\\\xa3Q8\\\\xa3\\\\xa9\\\\x95V=(\\\\x8e\\\\xe3|1\\\\xf6\\\\xe4+\\\\x07\\\\x1b@\\\\xdc\\\\xa6\\\\x7f\\\\x10\\\\x07\\\\xa3#\\\\x9alf\\\\x00\\\\x05x\\\\xdc\\\\x8b\\\\x16)U\\\\x8c\\\\x15\\\\x17z\\\\x00v\\\\xb3\\\\x11\\\\xd8\\\\x99\\\\x06\\\\t:\\\\x08?\\\\xbb\\\\xa0\\\\x95B8\\\\xdd\\\\x05k\\\\xabe\\\\xc1X\\\\xa8\\\\x02\\\\xc0\\\\x16\\\\xc2GgS\\\\xa6\\\\xd2\\\\x17Q\\\\xacG\\\\x8fBB\\\\x98\\\\xfa\\\\xc3\\\\xa8\\\\xf6c\\\\xfb\\\\x84m\\\\xd6\\\\xb6!\\\\xb7\\\\x81\\\\xabA \\\\x10u\\\\x88\\\\x03\\\\xbc\\\\x8f\\\\xf4\\\\xcfG\\\\x19rB`\\\\xe1D\\\\xf6\\\\xc5e,OY#s\\\\x10\\\\xd2\\\\x0c4\\\\xee\\\\xd3I\\\\xf0\\\\x11\\\\xf7t`uI,\\\\xb5\\\\xbc\\\\xa3\\\\xb5\\\\xaa\\\\x15\\\\x0b4\\\\xbd\\\\xe4\\\\x02\\\\x06\\\\xe2Ubd\\\\xf9\\\\xc6\\\\xbf\\\\xbb\\\\xae\\\\xea\\\\x14\\\\xb9\\\\x05\\\\x10\\\\xc4Wc\\\\xed\\\\xd6\\\\xd69f\\\\xda\\\\xa5u\\\\x85Q\\\\x0c\\\\x08\\\\x0b=\\\\xe4\\\\x92;\\\\xeb\\\\xd75]\\\\x18\\\\x90\\\\xc1Z\\\\xbf\\\\x1d\\\\xc4\\\\xb0\\\\xb1\\\\xdd\\\\xf8\\\\xcb\\\\r\\\\xee\\\\xb3\\\\xdf\\\\xf1\\\\x12DA \\\\xe9>~}2\\\\x18\\\\xa7\\\\x00\\\\xf4V\\\\x15\\\\x98\\\\xd5\\\\xe3\\\\xe2\\\\x9b\\\\x19}\\\\x95A$\\\\x9d\\\\xc4\\\\xc3\\\\r\\\\xc0\\\\xc6\\\\xb13\\\\xd8\\\\x0e\\\\x8f\\\\x15b\\\\xdd\\\\xb2M3T\\\\x8f5\\\\xcd>W2\\\\x8c\\\\\\\\\\\\xd9\\\\x8f\\\\x84[\\\\xf8f[E\\\\xee\\\\'\\\\xc8i\\\\xf6\\\\x8e\\\\xb5\\\\xb6\\\\x16I.\\\\xb76\\\\xb6\\\\x1f\\\\xa3(\\\\xcd\\\\x9a-\\\\xa2\\\\xd1e\\\\xea,\\\\x04<\\\\x19\\\\xf4\\\\xc9\\\\x12Gp w\\\\xfb:\\\\xd6%o\\\\xd9\\\\xb5\\\\xa6 s\\\\n\\\\xa5\\\\xe4r\\\\x1ds\\\\x9b!I}\\\\xa4lb\\\\n\\\\x95\\\\x06\\\\x02\\\\x81\\\\x1d\\\\x9a\\\\x07\\\\x8f@j\\\\xadD2\\\\xd5\\\\x93w\\\\xbfAs\\\\x1b\\\\xd4\\\\x16f\\\\nHi#Pt\\\\x1a\\\\x02\\\\x07\\\\xdb=\\\\njN\\\\xb5\\\\xc82\\\\t\\\\xddX\\\\x00\\\\xb4\\\\x1d\\\\xd0\\\\x04}<\\\\xcf\\\\xef\\\\xef\\\\xd4.B\\\\xff\\\\x00\\\\xaa\\\\x14\\\\xc8\\\\x00\\\\x1d\\\\xae\\\\xc4\\\\xc6\\\\x9a\\\\xb6\\\\xe0A\\\\'w\\\\x9f\\\\x811\\\\x1dr\\\\x97O\\\\x1c\\\\x1f*\\\\xd56\\\\xff\\\\x00u\\\\xd0\\\\xa1\\\\x05\\\\x90\\\\x15$\\\\xb2\\\\xfaN\\\\xee\\\\xfd\\\\xe3\\\\xb1\\\\xfbz\\\\xe0T\\\\xab\\\\xab\\\\x87\\\\xe5q\\\\xb31F\\\\xf8\\\\xde\\\\x14m?\\\\xc4\\\\xca\\\\x92VH\\\\xdd\\\\xacN\\\\xb3=\\\\x12\\\\x84\\\\x1f\\\\x98\\\\xc5\\\\x0c\\\\x1e\\\\xb0\\\\xac\\\\x06\\\\xe2\\\\xe1\\\\xd8Cm:\\\\x863\\\\x1a\\\\x13\\\\xa6\\\\xbdr\\\\x95L|\\\\xb7\\\\x88F\\\\xc6q\\\\xed\\\\x91\\\\xb0\\\\x1d\\\\xd7\\\\x05$\\\\x93\\\\xa1\\\\x83\\\\x07_\\\\x0e\\\\xe3\\\\xed\\\\xeb\\\\x90\\\\x90\\\\xb8\\\\xc3\\\\xf5\\\\x17\\\\x81\\\\xc9{rkJ\\\\x9d\\\\xd8\\\\xee\\\\x0fZ\\\\xf7\\\\x15\\\\xa8&\\\\x0bh\\\\x04\\\\xb4\\\\x02$v\\\\xef\\\\xd4\\\\x1a\\\\xa8\\\\x14+\\\\x98\\\\xaf\\\\xac\\\\xd5c,B\\\\x82B0\\\\x98`\\\\x0cn\\\\x1b\\\\x80$\\\\x18\\\\xf2\\\\xe9\\\\x0425\\\\xa7\\\\xa8\\\\\\\\\\\\xbfu\\\\xcb\\\\x97\\\\xee\\\\xb9r\\\\xff\\\\xd6\\\\xa2\\\\x9f\\\\xe5\\\\x9c\\\\xa5\\\\xf8M]\\\\xed\\\\xbc\\\\xfa}\\\\xca\\\\x14\\\\xc4\\\\xac\\\\x94\\\\x82;\\\\xea\\\\x08\\\\xd7\\\\xaf\\\\x1fkq9\\\\x874u\\\\xf1\\\\x8b\\\\x97\\\\x8e\\\\x07\\\\x8c\\\\x93\\\\x0e\\\\x0e~\\\\x17%\\\\x83\\\\xc5\\\\xd213\\\\x0eF\\\\x1bY\\\\xfdR\\\\xc6hG\\\\xdd\\\\xe9R\\\\x16eJ\\\\xaa\\\\x99\"O\\\\x9f\\\\x97V\\\\xa3p\\\\x10)\\\\x82\\\\xe8\\\\xdc\\\\xd5\\\\x16\\\\xcd?|1,\\\\xa77!.6R+\\\\xa7}v\\\\\\\\\\\\x06\\\\x8b \\\\x15\\\\r;Wj\\\\x9e\\\\xda\\\\xc1\\\\xfd\\\\xbd\\\\x1d\\\\xa8\\\\x03#\\\\xcd[\\\\xb1\\\\x12h]\\\\x1b\\\\xf9\\\\x86.Fu\\\\xd8\\\\xd9/\\\\x8dP5\\\\x91\\\\xb9\\\\x13k/\\\\xa7\\\\xb0` \\\\x9d\\\\x08\\\\x93\\\\xe5\\\\xd5-\\\\xde\\\\xdc\\\\xc2bT1?^j\\\\xef\\\\xb0\\\\xe0\\\\xd6\\\\xa1 \\\\xf2\\\\x18I\\\\x91Bc\\\\xde1V\\\\x7f\\\\x99`p\\\\x16\\\\x001=\\\\x8cm\\\\x1d\\\\xfbu^l\\\\x03\\\\xa0\\\\xf6\\\\xc1\\\\xa2\\\\x03\\\\x91\\\\xc9q\\\\x98\\\\xc6\\\\xea-\\\\xbe\\\\xab\\\\x1f\\\\x19\\\\x887\"\\\\x124\\\\x10 \\\\xfd\\\\xc3\\\\xae\\\\x84\\\\xa30\\\\xe6\\\\x89\\\\x12\\\\x9d\\\\xbbe\\\\x99\\\\xfcT\\\\x1c\\\\xef\\\\x97q\\\\xf8\\\\xd6\\\\x7f2\\\\xb3m\\\\x89\\\\xa0\\\\nE\\\\x80V\\\\xe4F\\\\xa0\\\\xed\\\\xdb=\\\\xf4\"\\\\x0c\\\\xf7\\\\xe9\\\\xb3\\\\x9e\\\\x93LG\\\\x8a\\\\xaf-\\\\xd4Gz\\\\x13O\\\\xcc\\\\xf2j\\\\xe4.\\\\xae\\\\xca\\\\xc1\\\\xa4\\\\xa2\\\\x86\\\\xa67F\\\\xf6\\\\x07\\\\xf9nwG`u!\\\\xa3\\\\xa5\\\\xdc\\\\xb7\"\\\\rJ\\\\x81\\\\xbb:\\\\x98\\\\xa5\\\\xaf\\\\x97|\\\\x993\\\\xeeOf\\\\xcb\\\\x12\\\\xacg\\\\xd8]\\\\x94z\\\\xc3\\\\x8d\\\\xc3i\\\\x1ed\\\\x81\\\\x04\\\\x1d;\\\\xeaz@\\\\xb9#p\\\\x03A\\\\xce\\\\x9e\\\\x08oHK\\\\x13\\\\x9aGl\\\\x9c\\\\xd6\\\\xb6\\\\x81\\\\xef\\\\xee|0\\\\xb5\\\\xab\\\\x86\\\\xf4\\\\xadfHS\\\\xb8I2\\\\x01\\\\xd3\\\\xad-Z\\\\xe2)\\\\x82\\\\xae\\\\x04\\\\xb5\\\\x91\\\\x90D\\\\xae\\\\xcd\\\\xaf\\\\x0b/\\\\r\\\\xa9\\\\xb4\\\\x8b\\\\x127\\\\x90J\\\\x02\\\\xd27\\\\xafx\"L\\\\xc0\\\\x1fN\\\\xfd,[\\\\x02x\\\\xb1*\\\\xe9\\\\xb8b\\\\x06\\\\x90\\\\xea\\\\xf0\\\\xf8\\\\xc7\\\\xc9U\\\\xb6-\\\\xd6\\\\x05\\\\x0e\\\\x1bbJ\\\\x85Q\\\\xba=ZI,#\\\\xef\\\\xfb\\\\xfal\\\\xe2[\\\\x15\\\\xa5n\\\\xe0\\\\xce\\\\x9d\\\\x15\\\\xa8\\\\xef\\\\xf9\\\\xca\\\\x05\\\\x88=\\\\xcd\\\\xd0\\\\xa4\\\\x05\\\\x07\\\\xd6\\\\xd1\\\\xbb\\\\xc7A>\\\\x03\\\\xcb\\\\xeb\\\\xd0\\\\x88\\\\x9f\\\\xe54\\\\xc02\\\\x07\\\\x93C\\\\xa4\\\\xb9YPH`\\\\x9a.\\\\xa4\\\\xed([\\\\xeb\\\\xe6<>\\\\xce\\\\xb9\\\\xa8\\\\xab\\\\xcb\\\\x1a\\\\xa5\\\\xcc\\\\xbb\\\\x1dw5d?\\\\xba\\\\x0c&\\\\xef\\\\xc4Vt\\\\x0b\\\\xe1\\\\x03\\\\xc7\\\\xb6\\\\xbd\\\\xba+qaT\\\\xb9\\\\xcb\\\\x03\\\\x8a\\\\x81e\\\\xea\"\\\\xd4`\\\\x81I`\\\\x8cR5\\\\x1e\\\\x05\\\\xb5>F#\\\\xa3`\\\\xc9F\\\\xa1\\\\xb2X{\\\\xdb\\\\x88*\\\\xde\\\\xdd\\\\x8ad\\\\x95\\\\x00hN\\\\xe0{\\\\x99\\\\x1a\\\\x1dO\\\\xfd\\\\x84\\\\x02\\\\xe3TV\\\\xa6\\\\xa80>\\\\xd4:\\\\x1fI$\\\\x0fH\\\\x82A \\\\x82\\\\t\"\\\\x18\\\\x03\\\\xfe]p\\\\x0c\\\\xa2@\\\\x1c\\\\x14\\\\x9fy\\\\xad}\\\\xf7\\\\xb3)K?\\\\x80\\\\x08\\\\xb3sn\\\\xd4H=\\\\xc8\\\\xf0\\\\xf0\\\\xfa\\\\xeb\\\\xd5K0b\\\\xe4\"T\\\\xfb.=\\\\x9bY.D\\\\xfe]\\\\xb5\\\\xc1e\\\\'R\\\\xa4\\\\xf8H1\\\\x1e]v(\\\\xb42\\\\x99^\\\\xc2\\\\xf5\\\\xdan,\\\\xf6\\\\x01]\\\\x88@(\\\\xd1\\\\xdc\\\\xc7q\\\\xa4\\\\x10\\\\'B\\\\x95Z\\\\xa0\\\\x01\\\\x1a\\\\x80A\\\\x00\\\\xc2\\\\x81\\\\xe0z\"\\\\tPI\\\\xcdL\\\\xc8\\\\xa5lB\\\\xc0\\\\xce\\\\x84\\\\xfb-\\\\x1f\\\\xcd\\\\x83\\\\x02ft\\\\xd2\\\\x04x\\\\xf6\\\\xf1\\\\xea\\\\x1a\\\\x94Ng\\\\t^\\\\xfa-\\\\xdc\\\\xfa\\\\xb8!H\\\\xdc\\\\xa7c\\\\x1f= \\\\x16\\\\x91\\\\x00\\\\x03\\\\xfe=Cd\\\\xaa\\\\xd6\\\\xa8\\\\x82\\\\x94\\\\xac\\\\x12\\\\x8e\\\\xa40,Z\\\\x00\\\\xda\\\\xa7\\\\xf0\\\\xc0\\\\x1a\\\\x82H\\\\xd4}\\\\xf1\\\\xe1\\\\xd3\\\\x19\\\\x93uQ\\\\xc2\\\\x1d\\\\x93\\\\xba\\\\xc3b*3\\\\x16]\\\\xa0\\\\xb1m\\\\xbd\\\\x81$(\\\\x1a\\\\x02;x\\\\xf4&\\\\x89&U`\\\\x8c\\\\xe0\\\\xe3\\\\xaa\\\\x83\\\\x91k\\\\xac\\\\xb2\\\\xb1`\\\\xc3p!}&$\\\\xe9\\\\xa0\\\\x90g\\\\xc7\\\\xb4\\\\xf5 \\\\x84\\\\xf8\\\\xc5\\\\xd6\\\\xae[(\\\\xe3\\\\x8fQ\\\\x86\\\\xdceK\\\\x91\\\\xa9\\\\xd1`\\\\x08\\\\x10\\\\x04N\\\\xbd\\\\x18(n$\\\\xf4\\\\xe4\\\\x1dX\\\\xc3\\\\x04urQ\\\\x98\\\\rDw\\\\x05\\\\x8c\\\\xc8\\\\x92A\\\\xea5\\\\x04\\\\xa0HD\\\\x9b<\\\\xbdu=L\\\\xe2\\\\xd6\\\\x90\\\\\\\\0\\\\xfccS\\\\xa1&g\\\\xca5\\\\xfe\\\\xfe$20\\\\xf9\\\\x97YQ\\\\x87\\\\x95\\\\x91.=\\\\x0b\\\\xff\\\\x00(\\\\xb5\\\\x86\\\\x10\\\\x025\\\\x00}\\\\x86\\\\x04\\\\r5\\\\xe8\\\\x07$Q\\\\x814G\\\\xebz\\\\xea\\\\xa4\\\\xbd\\\\xa8lb\\\\xe4\\\\x87\\\\xb1\\\\x8c\\\\xb1\\\\x1a\\\\x8d\\\\xc4\\\\x1d}$v\\\\xea;U\\\\xa1\\\\x16\\\\xaa\\\\xf6\\\\xceo\\\\x1e\\\\xa7\\\\x82\\\\x84\\\\x92\\\\xc1T:\\\\xce\\\\xa0\\\\xc9\\\\x04\\\\x9dOo\\\\xfc?\\\\xb3\\\\xa6\\\\xb8\\\\x14C)5\\\\x10l\\\\xef\\\\x94\\\\x80\\\\xaa \\\\xa8\\\\xd0\\\\x10D\\\\x7f\\\\xddS \\\\x18\\\\x1d\\\\x16\\\\xb7K\\\\x95\\\\xd4\\\\xab\\\\x99\\\\xcae;<\\\\x0b\\\\x00\\\\x07V\\\\x83\\\\x04$\\\\x02\\\\xd1 \\\\x11\\\\x06\\\\x07c\\\\xaf\\\\x8fKrR\\\\x8c\\\\xcc\\\\xb3[1.\\\\xcc\\\\xb1\\\\x98\\\\x1c\\\\x82\\\\xac\\\\x8c\\\\xcd\\\\xb5\\\\x83.\\\\x87H\\\\x10\\\\x00\\\\n\\\\xda\\\\x89\\\\xfe\\\\xc2\\\\x0b\\\\xa9\\\\x89\\\\xafE\\\\xe5\\\\x98\\\\x17XM\\\\x8diR\\\\xeaM\\\\x8aT\\\\x80\\\\x14y\\\\x00@\\\\xfd\\\\xba\\\\xf4,B9\\\\x04\\\\x1d\\\\xe8\\\\xf6v\\\\xa3\\\\x91\\\\xac\\\\x94\\\\n\\\\xec\\\\x00\\\\x86\\\\x1bv\\\\xc7`G\\\\x97\\\\x8f]R\\\\x83\\\\x01\\\\xc9~V\\\\xb0\\\\xd9\\\\xa7r\\\\x02\\\\xa9\\\\x00\\\\xc4\\\\xf7:\\\\xee\\\\'E\\\\xd3_\\\\xee\\\\xe8LK\\\\xae%\\\\xc7E\\\\xba\\\\xaa\\\\xacfH\\\\xa6\\\\xca\\\\x8a<\\\\x07\\\\xfc \\\\x90I\\\\x06\\\\x00\\\\x1d\\\\xc7\\\\xf9tZW3\\\\xd59q\\\\xbcNM\\\\x95\\\\xb3Xv/u B\\\\x01\\\\xe9,A\\\\x90`\\\\xce\\\\x9fg@\\\\x9d\\\\x0b|\\\\xd5\\\\xa1\\\\xc7\\\\xd2h\\\\xa5\\\\x8du{\\\\xb6\\\\x04\\\\ravm\\\\xa8\\\\xa4y\\\\x1du\\\\x91=\\\\x89\\\\xfd\\\\xdd\\\\x01$\\\\xd5\\\\xd6\\\\x9d\\\\xa8\\\\x18\\\\xe3GS\\\\xd8\\\\xfb\\\\xbb\\\\xd2\\\\xcf\\\\xe6*\\\\xfa\\\\xeb\\\\xda\\\\x02\\\\xb0\\\\x0b\\\\xac\\\\x82{D\\\\x81\\\\xe7\\\\xa7\\\\xd7\\\\xa0%\\\\xc7bx:R\\\\x87?\\\\xc9\\\\xd9\\\\x8f\\\\xfc\\\\xc4\\\\xb1\\\\r\\\\x8ccp\\\\x8d\\\\xc7@\\\\x0c\\\\x92uY\\\\xd2\\\\'\\\\xeb#\\\\xb7J\\\\x8c^\\\\xa1V\\\\xbd}\\\\x9dUy|\\\\xeeK\\\\xda+\\\\xae\\\\x05\\\\xae\\\\xda>\\\\xb6h[\\\\xf12\\\\xce\\\\xa6O\\\\x9e\\\\x9dX\\\\x84kE\\\\x9d;\\\\x84\\\\xa0vr\\\\xfe\\\\x94\\\\xde\\\\xc1X\\\\xc9f\\\\x8d\\\\xc5C)\\\\xf4\\\\xca\\\\xcfx\\\\xd7\\\\xb7n\\\\x98b\\\\xe9\\\\x06l\\\\x16m\\\\x9c\\\\xf73\\\\x16\\\\xa00\\\\xdb\\\\x1bL\\\\x02X\\\\xfa\\\\x06\\\\xe5\\\\xeeF\\\\xd8\\\\xf0\\\\'^\\\\x85\\\\xb2PdK1Rj\\\\xb0\\\\x15\\\\x7fyE\\\\x84(\\\\xd8\\\\x01:\\\\t\\\\xd6f4\\\\x99\\\\xd3\\\\xa9v(\\\\x9c\\\\xd5\\\\xdb\\\\xaa\\\\x1bm\\\\xc8\\\\x15Z\\\\x97(\\\\xd6\\\\xef,\\\\xc3l\\\\x91\\\\x05\\\\xb7\\\\x19`G\\\\xdd\\\\xe7\\\\xe1\\\\xd4\\\\x82\\\\xeaI\\\\x03\\\\x05\\\\xb2\\\\xbbR\\\\xe2\\\\xc5k\\\\xda\\\\xaa\\\\x15G\\\\x89Pt\\\\x83\\\\x00F\\\\xb1\\\\'\\\\xb7E\\\\x8a\\\\x00{\\\\x11\\\\\\\\:\\\\xa9\\\\xba\\\\xd0\\\\x8c\\\\x05\\\\x81uea\\\\xb4\\\\xab\\\\x15\\\\x86P&\\\\x04i\\\\xfb\\\\xba\\\\x82\\\\x18#\\\\x14\\\\xc5\\\\x17\\\\xf6\\\\xf1h\\\\x8d\\\\xf1KU\\\\x05\\\\xc9!B\\\\x16+\\\\xa3L\\\\xc9?g\\\\xf7\\\\xf54D\\\\xcc\\\\xbfdd\\\\xe2]X\\\\xad\\\\x1dY\\\\x14\\\\xca\\\\xd2\\\\x00X\\\\x88\\\\xd4\\\\x80F\\\\x80\\\\x8d\\\\'S\\\\xfd\\\\xdd\\\\x18\\\\xa3\\\\xd4$\\\\x97\\\\xda\\\\x8amf5;of\\\\x11\\\\xe9\\\\xeeH$\\\\xc6\\\\xd3=\\\\xfc\\\\xff\\\\x00o\\\\x8fR\"\\\\xab\\\\x10\\\\x0b\\\\xf3[\\\\xab\\\\xc2\\\\xac\\\\x02\\\\xf6\\\\xbb-\\\\x89\\\\xb6 nW\\\\xdd\\\\xde_p\\\\x07\\\\xd24\\\\xf2\\\\xea\\\\x0b\\\\xa6\\\\x01E5q\\\\xd9\\\\tZ\\\\xebVF\\\\xacm\\\\x9d\\\\x0e\\\\xe8\\\\x10;@\\\\x02$\\\\x7fwK\\\\xd5U\\\\xc2\\\\xab]\\\\xd4\\\\x96D\\\\xda\\\\xc0\\\\x12w8 1 j{j$\\\\x91\\\\xe7#\\\\xb7\\\\x9fPc\\\\xab\\\\xb1EcU\\\\x10q/\\\\xee\\\\x19d\\\\xb0\\\\xb2\\\\x90Mju$\\\\x9d\\\\xa4\\\\xb1\\\\xed\\\\x13\\\\x1f`\\\\xeb\\\\x85\\\\xa1\\\\xcb\\\\x15,qR\\\\xc6.\\\\xc4\\\\x00\\\\xec\\\\x90\\\\xad%\\\\xd4\\\\x01\\\\x15\\\\xf7\\\\'\\\\xb9\\\\xfa\\\\x93\\\\xe5\\\\xafL\\\\x00\\\\x0cT1\\\\x05\\\\xcdz)\\\\'1U\\\\xe1\\\\x9f\\\\xd4\\\\x1c\\\\x00\\\\xc3P\\\\xa2{0=\\\\xbb\\\\x8f\\\\x19\\\\xf3\\\\xd3\\\\xa8%\\\\xd7D\\\\xac\\\\xec\\\\xcdz\\\\xc2\\\\xba\"\\\\xa6\\\\xdd\\\\xaa\\\\xc5tmgi\\\\x1d\\\\x8e\\\\xa0i\\\\xd8\\\\xe9\\\\xd7\\\\x05:\\\\x97\\\\xe5\\\\xbb\\\\xd0\\\\x16\\\\x94\\\\x15UX\"\\\\xb42\\\\x89\\\\xb037\\\\xa0i\\\\x00\\\\x92N\\\\xa2>\\\\xde\\\\x8a\\\\xa4\\\\xa82\\\\xc9B\\\\x18\\\\xcf\\\\xea9\\\\x1e\\\\x95\\\\x13#q\\\\x02\\\\x00\\\\x05C\\\\x8f\\\\xc4X\\\\r$w\\\\xea\\\\rP\\\\x9a\\\\xbb\\\\xe0\\\\xa6\\\\xd3EU\\\\xfa7\\\\xabT\\\\x14\\\\xef\\\\x92\\\\x01\\\\xd9\\\\xa8:\\\\x19\\\\x8f\\\\xb4\\\\x18\\\\x9dz\\\\x82\\\\xa6 \\\\x93\\\\x8d\\\\x16\\\\xfbsV\\\\x97b\\\\xa0X\\\\xcf#q\\\\x88\\\\x00Kjw~!\\\\x03Q\\\\xd4J\\\\xe0\\\\x18\\\\xa6bi\\\\x8a\\\\xd7]\\\\xf6dlub\\\\x95\\\\xc8\\\\xf56\\\\xee\\\\xe4,jb>\\\\xbd\\\\x0cnj\\\\x0e3P\\\\xc5\\\\xea\\\\xb7\\\\xddY\\\\x83\\\\xdeB\\\\xa8\\\\x8d@\\\\x99\\\\xd0\\\\x13\\\\xdc\\\\x88=5\\\\x14\\\\x85\\\\x10\\\\xfa\\\\xb1\\\\xa9\\\\x0f\\\\xb8)\\\\xdd\\\\xbb\\\\xd5kj\\\\xb3\\\\xa0\\\\xd01h\\\\x90|4\\\\xeaj\\\\x97^h\\\\x97\\\\xa96\\\\xaa\\\\x01\\\\xbd\\\\xa42\\\\x825\\\\xdf\\\\xdf\\\\xd2L\\\\r\\\\x98\\\\n\\\\xa3h,\\\\x0c\\\\xeb\\\\xf4\\\\x1f\\\\x7f\\\\x89\\\\xe9\\\\xa1\\\\xd9X\\\\xb5oR\\\\\\\\\\\\xf9\\\\xe7\\\\xcah\\\\xc0\\\\xc4\\\\xb8\\\\x1b+\\\\xdet\\\\xb7s\\\\x92`JlP;\\\\xe9\\\\xe5\\\\xd3\\\\xad@\\\\xc8\\\\xb0Z\\\\xfb{m\\\\x86+\\\\x98\\\\xf39z\\\\xef\\\\xc9b\\\\xec\\\\x8c\\\\x19\\\\x8bzV=[\\\\x80\\\\x0b\"\\\\x0c\\\\xc9\\\\xf0\\\\xef\\\\xd7\\\\xa3\\\\xb3\\\\x01\\\\x08\\\\xb2\\\\xda\\\\xdb[f\\\\xe6\\\\xbc\\\\xb7?%\\\\x92\\\\xd0\\\\x96\\\\x93Ln\\\\xb6\\\\xb5\\\\x93%L\\\\x9d\\\\x9a\\\\xfd<\\\\xfa}M\\\\x86\\\\xf53\\\\xa6z\\\\x1c&\\\\xac\\\\t\\\\xd7\\\\xdc\\\\xdf\\\\xbfc}\\\\xb3\\\\xfc[\\\\xb6\\\\xe9\\\\x1e^\\\\x13=>\\\\x1a\\\\xb5tVm\\\\xea\\\\xd3Ef\\\\xe4\\\\xfb\\\\x7f\\\\xd0s\\\\xbf1\\\\xbf\\\\xf3;k\\\\xf6\\\\xb6l\\\\x9frt\\\\x99\\\\xd2#\\\\xbc\\\\xf8w\\\\xd6:n\\\\xefO\\\\xb7\\\\xeb\\\\xc2\\\\x8ank`\\\\xfd\\\\xcb\\\\x92\\\\xbeW\\\\xfdku\\\\xde\\\\xd6\\\\xc8\\\\xde\\\\xde\\\\xdf\\\\xb9\\\\x1bgp\\\\xfc1\\\\xfd\\\\xbe\\\\xee\\\\xb17\\\\xae\\\\xd4\\\\xc7.OE\\\\x9d\\\\xeb\\\\x7f\\\\x17HO\\\\xfdc\\\\xf3\\\\xd9?\\\\x9f\\\\xdb\\\\xef\\\\xfb\\\\x03f\\\\xcf\\\\xf91\\\\xb0n\\\\xed\\\\xac\\\\xfe\\\\xe9\\\\x98\\\\xea\\\\xc6\\\\xdb\\\\xf4\\\\xabu\\\\xfb\\\\xac\\\\xfb\\\\xba\\\\xbdN\\\\xee\\\\xf4Ky\\\\xf3\\\\xbe\\\\xbd\\\\xb3\\\\xbfm\\\\x7f\\\\x97\\\\xd9;vm}\\\\xf1\\\\xbb\\\\xe93=\\\\r\\\\xedt\\\\xd2\\\\xcf\\\\xf6B4g\\\\xc7\\\\xf2\\\\xb0\\\\xe2?3\\\\xf9\\\\x85\\\\xff\\\\x00N\\\\x9e\\\\xcf\\\\xb7;gM\\\\xbb\\\\'\\\\xfcze\\\\xb7`\\\\xa6-\\\\xa8\\\\xf3\\\\xe3\\\\x05\\\\x87?\\\\xbb~G\\\\xb3\\\\xefm\\\\x81\\\\xeeL{[\\\\xa4\\\\xfb\\\\x7f\\\\x8f\\\\xf8\\\\xbb\\\\xff\\\\x00h\\\\xe9\\\\x03^\\\\xa9jf\\\\xe1\\\\x99Y\\\\xbf\\\\xa1\\\\xc7b)\\\\xc7\\\\xfb\\\\xbf\\\\xd3\\\\x7f\\\\xf8~\\\\xef\\\\xb9W\\\\xe4\\\\xf7\\\\xff\\\\x00\\\\xa7\\\\xc6w\\\\xf8D\\\\xcc\\\\xf8\\\\xc7W\"\\\\xfa}I\\\\x96\\\\xf4\\\\xe9\\\\xa3}\\\\x92o5\\\\xf9\\\\xdf\\\\xcf\\\\xa4\\\\xcf\\\\xe6v\\\\xaf\\\\xb1\\\\x1b\\\\xb6\\\\xce\\\\xe1\\\\x13:D\\\\xcf\\\\xf6\\\\x9e\\\\xba\\\\xb4\\\\xe0\\\\xae\\\\x93\\\\xeb\\\\xa6\\\\t\\\\xdb\\\\x84\\\\xfe\\\\xb1\\\\xfc\\\\x8f\\\\xff\\\\x00x\\\\x8fu?\\\\x06\\\\xed\\\\xdb\\\\xb6\\\\x9f\\\\xc5\\\\x1e\\\\xad\\\\xbf\\\\xe1\\\\xd1\\\\x8dL5\\\\xf7+6\\\\xdfP\\\\xe6\\\\xba\\\\x7f\\\\xe2\\\\x9f\\\\x9b\\\\xfc\\\\xb7\\\\xfdN\\\\xcfgw\\\\xf0\\\\xcf\\\\xb7:o\\\\x88\\\\xeb\\\\xabFZ\\\\xb6\\\\xf0.\\\\x999M\\\\x9b\\\\xdb\\\\xdc\\\\xd9\\\\xbe\\\\x17\\\\xf3\\\\x13\\\\xb6ch\\\\xef\\\\xf5\\\\x89\\\\xfb\\\\xbb\\\\xf52\\\\xc2\\\\x89G\\\\x14\\\\x87\\\\x9d\\\\xf9oy?\\\\xe6\\\\xed\\\\xda\\\\xbf\\\\xf2\\\\xfb\\\\xec\\\\x8dc\\\\xc6c\\\\xf7L\\\\xf5\\\\x11\\\\xc1V\\\\x9a\\\\x1e\\\\xf1\\\\xec\\\\xff\\\\x003t\\\\xed\\\\xd6?\\\\x0c\\\\xfa\\\\xa3txy\\\\xcf\\\\x8c\\\\xc7LJ*\\\\x1d>\\\\xdf\\\\xf2\\\\xf6n\\\\xdd\\\\xea\\\\xfc\\\\xb6\\\\xe9\\\\xd9\\\\xb6O\\\\xef\\\\xdb1\\\\x1e\\\\x1f\\\\x7fQ\\\\x17\\\\xa3`\\\\xbb\\\\xd2\\\\xd4D)\\\\xdf\\\\xbb\\\\xd1;}\\\\xc3\\\\x1b\\\\xf6\\\\xee\\\\x8d\\\\xa6>\\\\xbe}\\\\x15{\\\\x91Q\\\\x8b\\\\xa9\\\\xb5\\\\xee\\\\xf4\\\\xccN\\\\x9e\\\\xcc\\\\xc6\\\\xe8\\\\x95\\\\x99\\\\xf0\\\\x8e\\\\xf3\\\\xf4\\\\xe8\\\\x83\\\\xb2\\\\x80\\\\xcdE0\\\\xed\\\\xde\\\\xfb6\\\\xec\\\\xfe\\\\r\\\\x9bvO\\\\x8e\\\\xdf\\\\xa7n\\\\xa1\\\\x05\\\\xc6\\\\xcdL\\\\xaf\\\\xf3r\\\\'\\\\xfeV\\\\xe1\\\\xbeg\\\\xf1O\\\\xab\\\\xff\\\\x00\\\\xc2\\\\xed=\\\\x0f\\\\xa9Lz\\\\xa2\\\\xf5\\\\xff\\\\x00S\\\\xf4\\\\xef\\\\xed\\\\xb8o\\\\x99\\\\xdd?\\\\xc7\\\\xdbI\\\\xeb\\\\xa4\\\\xfd\\\\x11rl\\\\x16\\\\xc5\\\\xf7?6\\\\xfb\\\\xf6\\\\xee\\\\xf7D\\\\xfb\\\\x7f\\\\xf2v@\\\\x9d\\\\xbb\\\\xbc\\\\x7ftu!,\\\\xb6i\\\\x8a\\\\x8d\\\\x9bG\\\\xbb\\\\xb7v\\\\xe6\\\\xdd\\\\xbb\\\\xbck\\\\xeeL\\\\xfe\\\\xf8\\\\xd2:`BqG1\\\\xf6\\\\xec\\\\xa7\\\\xdc\\\\x8fo]\\\\xdf\\\\x87n\\\\xcd\\\\xa2>\\\\x91\\\\x13\\\\xf7\\\\xf5\\\\xc8\\\\xc31\\\\xe4\\\\x87g\\\\xfeN,\\\\xdd\\\\xbeew\\\\xf7\\\\xfb\\\\xe3\\\\xc3\\\\xfc|\\\\xba\\\\x01\\\\x8a\\\\x04\\\\xb2\\\\x9f\\\\x96\\\\x81\\\\xbb~\\\\xf8\\\\xb7\\\\xdb\\\\xdf\\\\x13\\\\xe3\\\\xbb\\\\xeb\\\\xb6|\\\\xb4\\\\x88\\\\xe8\\\\xa8\\\\x92t\\\\xea\\\\xeeZ\\\\xeb\\\\xfc\\\\x96\\\\xd6\\\\x9fs\\\\xc3d\\\\xce\\\\xe9\\\\x95\\\\xed\\\\xb3H\\\\xdd\\\\x1d\\\\xbe\\\\x93\\\\xa7QG\\\\xaa\\\\x986x\\\\xa99\\\\x1e\\\\xf7\\\\xb7o\\\\xb1\\\\xbb\\\\xb7\\\\xf2co\\\\x9a\\\\xf9\\\\xfdg\\\\xe9=\\\\x0c\\\\xd9\\\\xaa\\\\x9e0\\\\xf4\\\\xb3\\\\xa5~G\\\\xf3\\\\x9e\\\\xed~\\\\xef\\\\xbb;\\\\x06\\\\xde\\\\xdbgo\\\\xfd\\\\xef\\\\xdf?\\\\xe5\\\\xd4\\\\xc9\\\\xf3H\\\\x93\\\\xeaP+\\\\xf6\\\\xf77\\\\xbb\\\\x1b\\\\xf4\\\\xf6bwo\\\\x81\\\\xb7w\\\\xd3\\\\xfbw\\\\xe8*\\\\xa6\\\\x99\\\\xe2\\\\xa6\\\\xae\\\\xdd\\\\xa3\\\\xf2\\\\xfd\\\\xf6\\\\x9d\\\\xbbw\\\\x7f\\\\xcc\\\\xf0\\\\x8f\\\\t\\\\x8f\\\\xbb\\\\xa8\\\\x0e\\\\x9c4\\\\xb5\\\\x13\\\\x06\\\\'\\\\xe6\\\\xff\\\\x00\\\\xf8^\\\\xd7\\\\xb5:\\\\xed\\\\xdf\\\\x1d\\\\x87\\\\x9f\\\\xee\\\\xfa\\\\xcct\\\\xc1\\\\xd51C\\\\xcc\\\\xfc\\\\xfe\\\\x9bg\\\\xdc\\\\xda=\\\\x8d\\\\x9b}\\\\xcd\\\\xda\\\\xfe\\\\x0f\\\\xbf\\\\xbf\\\\x87n\\\\xb8\\\\xf4G\\\\'@n\\\\x8d\\\\xa6w\\\\xfb{O\\\\xbb\\\\xbevm\\\\xda\\\\xbd\\\\xbe\\\\x93\\\\xdb\\\\xeb\\\\x11\\\\xd4d\\\\xabIFo\\\\xca\\\\xec\\\\xaa7n\\\\xf7\\\\x07\\\\xb5\\\\xeeL\\\\xed\\\\x8d?\\\\x16\\\\x93=\\\\xa7X\\\\xe8\\\\x8f\\\\x9a\\\\t\\\\xf4Q\\\\x9fn\\\\xd3\\\\xb66\\\\xfa\\\\xbd\\\\xb8\\\\xfcS\\\\x07\\\\xf1}{}\\\\xdfwP\\\\x14\\\\x06^\\\\xd5\\\\xf9\\\\xad\\\\xf4\\\\xfbq\\\\xedm1=\\\\xf7z\\\\xbb\\\\xcf\\\\xaa\\\\'\\\\xb7\\\\xf9u\\\\xd2R\\\\xb7_\\\\xfdC\\\\xd7\\\\xef\\\\xef\\\\x9d=\\\\xcf{\\\\xf1\\\\xc7\\\\x8cO\\\\x8fn\\\\xda\\\\xfe\\\\xfe\\\\xa2\\\\x8dTub\\\\xe8?\\\\xf27\\\\xaf\\\\xbf\\\\xbb\\\\xb8\\\\xfc\\\\xc6\\\\xe8\\\\x8d\\\\xdf\\\\xc3\\\\xf8<7~\\\\xee\\\\xfd\\\\x14P\\\\xcbKU\\\\x99MO\\\\xca{u\\\\xcc\\\\xcc\\\\xd7\\\\xed\\\\xed\\\\x99\\\\xdb\\\\xfc[\\\\xe3\\\\xc3\\\\xb7\\\\xd3\\\\xb4\\\\xf5\\\\xc9s\\\\xd0\\\\xc13a\\\\xfb>\\\\xe2m\\\\xf6g\\\\x7f\\\\xaa&6\\\\xeb\\\\x13\\\\xe1\\\\xf8\\\\xa7\\\\xfe\\\\xc9\\\\xe8\\\\xaa\\\\xd4V\\\\x06)\\\\xe7\\\\x8e\\\\x8d\\\\xe7\\\\xdc\\\\x98\\\\xf6\\\\x8cD\\\\xc6\\\\xdd\\\\xdan\\\\xf6\\\\xf5\\\\xfb#\\\\xef\\\\xea\\\\xad\\\\xc7\\\\xc9>\\\\xd3\\\\xbai\\\\xb3\\\\xf1\\\\r\\\\xd1\\\\xbe\\\\x16wN\\\\xf8\\\\x91\\\\xf8\\\\xa3^\\\\xdf\\\\xbe:\\\\x00\\\\xec[\\\\x15\\\\xa0\\\\x1b7n<\\\\xd6\\\\x9b?1\\\\xf9[\\\\xf6G\\\\xe1\\\\xfef\\\\xd9\\\\xdd\\\\xb6u\\\\xdb\\\\x1e\\\\x11\\\\xd2\\\\xea\\\\xfd\\\\x1c\\\\xa9\\\\xb9\\\\xd1U?(\\\\xfc\\\\xcf\\\\xe7-\\\\x9d\\\\xb3\\\\xb8n\\\\x8d\\\\xdbcM\\\\xd3\\\\xeexO\\\\x96\\\\x9d\\\\xbam\\\\xb7\\\\xfc\\\\xac\\\\xdb\\\\xea\\\\xb0ow\\\\xddn\\\\xf1\\\\x07g\\\\xb5\\\\x13\\\\xb7q\\\\xf3\\\\xd6&:ywT\\\\xaa\\\\xe7\\\\x8e:\\\\xa1\\\\xad\\\\xb2\\\\x0e\\\\xe8\\\\xdd\\\\x1f\\\\xf5>\\\\xd6\\\\xd9\\\\xf0\\\\x8e\\\\xde\\\\xa9\\\\x9f\\\\xc5\\\\xf7\\\\xf5\\\\xc1\\\\t\\\\xc1\\\\x19\\\\xc5\\\\x8fmfv\\\\xff\\\\x00\\\\x14N\\\\xee\\\\xc7tN\\\\x9f\\\\x87\\\\xcb\\\\xa8\\\\xab&A\\\\x99m\\\\xcb\\\\x8d\\\\x89\\\\xf8=\\\\xd9}\\\\x9b\"vm\\\\x1e\\\\xdcG\\\\xfd\\\\xef\\\\xed=\\\\x00\\\\xea\\\\x996j\\\\xa5\\\\xd1\\\\xb2N\\\\xdd\\\\xd3>\\\\x99\\\\xfb5\\\\xdd\\\\xfcQ\\\\x11?\\\\xbf\\\\xa2\\\\x8a\\\\xad&\\\\xd3N|:\\\\x9b\\\\xae\\\\xf6\\\\xdb\\\\xf8\\\\'\\\\xd7\\\\xb7\\\\xff\\\\x00*|vx\\\\xff\\\\x00\\\\xc2z,\\\\x91I\\\\x9b&\\\\xfb&\\\\x9e\\\\x0fw\\\\xba\\\\x91\\\\xb7d\\\\x1d\\\\xbb\\\\xb6D\\\\xff\\\\x00\\\\x1e\\\\xe8\\\\xfe?)\\\\xf1\\\\xef\\\\xd4\\\\x0cS\"\\\\x88r\\\\xff\\\\x00\\\\x87\\\\xf8v\\\\xfbf6\\\\xc6\\\\xfd\\\\x9a\\\\xfe?\\\\x0f\\\\xd9\\\\xe3\\\\xf5\\\\xea$\\\\x99&J\\\\xe7\\\\xde\\\\xf0\\\\xf7\\\\xf6{U\\\\xf7\\\\x9f3\\\\x13\\\\xbbX\\\\x9e\\\\xfe\\\\x133\\\\xd1\\\\x04\\\\xa9a\\\\xdc\\\\xb6\\\\x0e\\\\xd6~c\\\\xb6\\\\xd5\\\\x8f\\\\xf9\\\\xbb\\\\xe6t\\\\x9f\\\\xae\\\\xee\\\\xf1\\\\xa7\\\\x9e\\\\x9drPj\\\\xac\\\\x97\\\\xf3{\\\\xcf\\\\xbf\\\\xbf\\\\xd9\\\\xf7*\\\\x9fr?\\\\xd4\"7z6\\\\xfe\\\\xf8\\\\xeb\\\\xaa\\\\xe8\\\\xa2\\\\xef\\\\xc7\\\\x0c\\\\x8f&\\\\xff\\\\x00i=\\\\xc9\\\\xf75\\\\xdb\\\\xfe\\\\x9d\\\\xbb\\\\x97v\\\\xdf\\\\xaf\\\\xe1\\\\x8f\\\\x0e\\\\x95\\\\xd8\\\\x8e8\\\\x1eKo\\\\xfdN\\\\xda\\\\x7f\\\\x04m>\\\\xef\\\\xbb\\\\x11\\\\x12\\\\x7f\\\\x14}\\\\x7fwF\\\\x11\\\\xd5e\\\\x8f\\\\xf9\\\\x88\\\\xf4{~\\\\xd6\\\\xef\\\\xe7}\\\\xba\\\\xfd\\\\xdd\\\\xfa1\\\\xa9\\\\r\\\\xb7\\\\xc9g\\\\x95\\\\xefl;\\\\xe7\\\\xdb\\\\xd6c\\\\xf1o\\\\x81\\\\xf8c\\\\xc7\\\\xce4\\\\xe8K\\\\xa9:\\\\x9f\\\\xea\\\\x85\\\\xfa6\\\\x1fslnM\\\\xbd\\\\xe3\\\\xf1\\\\x1e\\\\xd3\\\\xf4\\\\x8e\\\\xdf\\\\xdf\\\\xd4U\\\\xea\\\\xa0\\\\xb3\\\\xd1H\\\\xab\\\\xdb\\\\x9d7O\\\\xa7~\\\\xe9\\\\xdd\\\\xbaG\\\\xfa\\\\xb4\\\\xed\\\\xfd\\\\xa3\\\\xae8\\\\xa1\\\\xf4\\\\xafWw\\\\xe5\\\\x8e\\\\xd8\\\\xfc#\\\\xda\\\\xdd;\\\\xa3\\\\xc3tx\\\\xc4\\\\xfd:\\\\x9a\\\\xf7\\\\xae-\\\\x96+Z\\\\xfeg\\\\xdc?\\\\xe9\\\\xf1\\\\x9f\\\\xc3\\\\xe1\\\\x11\\\\xfc[g\\\\xcb\\\\xe9\\\\xd4\\\\xfa\\\\x99\\\\x08gP\\\\xdf\\\\xf3\\\\x1b\\\\xac\\\\xf7\\\\'n\\\\xe5\\\\xf6\\\\xe6gt\\\\xf8F\\\\x93\\\\xb6wu\\\\x07\\\\x14\\\\\\\\\\\\xd6\\\\x9c\\\\x7fcx\\\\xf7\\\\xfd\\\\xf8\\\\xf7?\\\\x9b\\\\xedD\\\\xee\\\\xd7o\\\\xd2;G\\\\xd7\\\\xef\\\\xe94S&\\\\xcf\\\\xc97`\\\\xfeN\\\\x07\\\\xb1\\\\xb7\\\\xf0\\\\xaf\\\\xb5\\\\xbbo\\\\xe2\\\\x91\\\\x1d\\\\xfc{\\\\xcf\\\\xdf\\\\xe1\\\\xd1\\\\xc1\\\\x9e\\\\x89\\\\xe1\\\\x99k\\\\xc9\\\\x9d\\\\x87\\\\xd9\\\\xdf\\\\xb6}Q\\\\xdfd\\\\x89\\\\xdd>\\\\xa8\\\\x9e\\\\x8c\\\\xba\\\\xe9t\\\\xc1Eow}s\\\\xb3\\\\xbf\\\\xf3\\\\xb7F\\\\xed\\\\xd2{\\\\xc6\\\\xbe]\\\\xfa\\\\xe8\\\\xa5f\\\\xb1\\\\x1e\\\\xe7\\\\xbc\\\\xb3\\\\xec\\\\xfe^\\\\x07o\\\\xc5\\\\xbfq\\\\x8d\\\\x9fM\\\\x9d\\\\xe7_\\\\xf4\\\\xf5\\\\xc5\\\\xd9\\\\x1f\\\\xa7\\\\xbd~\\\\x7fga\\\\xdf\\\\x1bc]\\\\xfb}\\\\xb8\\\\xd6vo\\\\xd3\\\\xf0\\\\xff\\\\x00n\\\\xddHCJ:\\\\x8b\\\\x91\\\\xed\\\\xff\\\\x00+t{\\\\xd2=\\\\xa9\\\\x8fw\\\\xbe\\\\xbd\\\\xf4\\\\xef\\\\xdf\\\\xeb\\\\xd1\\\\xd5@u\\\\x85[\\\\xa1\\\\xa3\\\\xdb\\\\xdb\\\\xb57\\\\xec\\\\xdd\\\\x11#\\\\x7f\\\\x7fT\\\\xccL\\\\xfa{\\\\xed\\\\xd7\\\\xa0\\\\x931F\\\\x1d\\\\xd1\\\\xaa#a\\\\xfc\\\\xcf\\\\xbf\\\\xb3\\\\xdc\\\\xb2\"&5\\\\xfc^\\\\x1d\\\\xa6\\\\'^\\\\xdd\\\\x04\\\\x1d\\\\xca\\\\xb00Z\\\\xed\\\\xdb\\\\xaco\\\\xfc\\\\x1e\\\\xbd\\\\xb1\\\\x1b\\\\xfd;\\\\x7f\\\\x1e\\\\x9e]\\\\xf4\\\\xfd\\\\xdd6\\\\xa9\\\\x07\\\\xec\\\\xa6\\\\xe1\\\\xce\\\\xbe\\\\xec\\\\xed\\\\x93\\\\xed{[v\\\\xfbr\\\\'n\\\\xfd\\\\'\\\\xbf\\\\xef\\\\xea{\\\\x17E\\\\xf2\\\\xc5Z\\\\x9c\\\\x1f\\\\xe5d\\\\xc6\\\\xed\\\\xd0=\\\\xcf\\\\xc3\\\\x13\\\\xbb\\\\xd3\\\\xf8\\\\xb4\\\\xdd=\\\\xa7\\\\xeb\\\\xd4\\\\xc50\\\\xb2\\\\xb6\\\\x1e?\\\\xa7\\\\xdb\\\\xf9\\\\x1d\\\\xdb\\\\xfd\\\\xb5\\\\xd9;bv\\\\xacLk\\\\x11\\\\xf8\\\\x7fv\\\\x9d4\\\\xf5Z\\\\x16t\\\\xe7\\\\xc7\\\\x19.\\\\x1e\\\\xfd^\\\\xff\\\\x00\\\\xd5_\\\\x9cm\\\\xdf\\\\x96\\\\xf6\\\\xbd\\\\xc3\\\\x11\\\\xba>\\\\x91\\\\xb3Y\\\\x8f.\\\\xadl\\\\xbfn\\\\xabv\\\\xcby*\\\\xbb\\\\x03\\\\xfa\\\\xbc\\\\xd7\\\\xf9\\\\xd9\\\\x9d\\\\xc2\\\\x7f\\\\x17\\\\xe3\\\\x91\\\\x11\\\\xf5\\\\x89\\\\x8f\\\\x1f>\\\\xbd\\\\x00\\\\xfdz\\\\xad\\\\x886\\\\xa1\\\\x86\\\\x018c\\\\xfe\\\\x7f\\\\xd8x\\\\xd9\\\\x12\"#\\\\xbf\\\\x86\\\\xd8\\\\xd2c\\\\xa8\\\\xedV\\\\xc3d\\\\xb0\\\\xc5\\\\xfe\\\\xa1\\\\xf9\\\\x8b\\\\xf7y\\\\xa4\\\\xed\\\\xff\\\\x00\\\\\\\\\\\\x9d\\\\xdb6\\\\xe9\\\\xff\\\\x00\\\\x1f\\\\xbf\\\\xae\\\\xecR:\\\\xa6\\\\x01\\\\xf9M\\\\xfa\\\\xc7\\\\xbd-?\\\\x867\\\\xee\\\\x133\\\\xa6\\\\xe8\\\\x89\\\\xf0\\\\xef\\\\xf5\\\\xeb\\\\x8a\\\\x91\\\\x82\\\\xf5\\\\x7f\\\\xa1\\\\xff\\\\x00/~\\\\xdd\\\\xde\\\\xe3n\\\\xfc\\\\xbcn\\\\xdd\\\\x1f\\\\xc7:L\\\\xf6\\\\xfd\\\\xddB\\\\xe5!\\\\x7f\\\\xf4\\\\xf7\\\\xe5\\\\xea\\\\xdf\\\\xbf\\\\xdc\\\\xf1\\\\xdf\\\\xdbt\\\\x9e\\\\xfb}=\\\\xff\\\\x00\\\\x7fR\\\\xb8,+\\\\xfe\\\\x91\\\\x18\\\\xf1\\\\xf87\\\\xd3\\\\xbb\\\\xdc\\\\xdb\\\\xb6=\\\\xc1;g_/\\\\xa4}\\\\'\\\\xa8,\\\\x88\"\\\\xdf\\\\xc9\\\\xfc\\\\xaa{q>\\\\xe3N\\\\xc9\\\\xf7\\\\'\\\\xc6#I\\\\xdb\\\\x1fw\\\\\\\\\\\\xa5%\\\\xdf\\\\xeeE\\\\xdf\\\\xfbgtn\\\\xfcRf<\":\\\\x15\\\\xc86o\\\\xb9\\\\xed\\\\x8fb=\\\\xdd\\\\xcd\\\\xb7gi\\\\xf5\\\\xc6\\\\xff\\\\x00\\\\x0f\\\\xb3\\\\xae\\\\\\\\\\\\xaa\\\\xbe{\\\\xfa\\\\x84\\\\xff\\\\x00\\\\xd4\\\\xfbQ\\\\x02}\\\\xcf\\\\xb7\\\\xf8\\\\xb6i\\\\xf6n\\\\xfb\\\\xb5\\\\xeb\\\\x94\\\\x15\\\\xcc\\\\x1f\\\\xa8\\\\x7f\\\\x98\\\\xfc\\\\xa6O\\\\xb9\\\\xb3v\\\\xbb}\\\\xd9\\\\xdd\\\\xed\\\\xec_\\\\xc3\\\\xb7I\\\\xef\\\\x1fN\\\\xfe\\\\x1d\\\\x11}=\\\\x12\\\\xe9\\\\xab\\\\xaa\\\\xa0\\\\xfa\\\\xaa\\\\x9e\\\\x8ap\\\\xfe\\\\xd7\\\\xf5\\\\x0c\\\\x7fs\\\\xdc\\\\x9d\\\\xfe\\\\x9fn\\\\'\\\\xb1\\\\x9f\\\\xbf\\\\xca:;\\\\x7f\\\\xb2]\\\\xdf\\\\xd4\\\\xab\\\\xcb\\\\xd3\\\\xff\\\\x00\\\\xedz\\\\xb3UG\\\\xfe\\\\x1e\\\\x1d\\\\x7f\\\\xff\\\\xd9"} +{"uid": 22084230, "url": "http://www.bound.org/", "html": "\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n"} +{"uid": 22075699, "url": "http://www.furious.com/perfect/moondog.html", "html": "\\\\n\\\\nMoondog interview- Perfect Sound Forever\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n
\\\\n\\\\n
\"Perfect
\\\\n\\\\n\\\\n\\\\n

MOONDOG

\\\\n
\\\\n

Interview by Jason Gross (May 1998)

\\\\n\\\\nSome artists are just so unique that it\\\\'s hard to pin them down or make some kind of comparison to them. Louis Hardin (aka Moondog) is just this kind of artist. He\\\\'s been active for over a half a century with everyone from symphony orchestras to Janis Joplin and Julie Andrews (yes, the actress!) performing his work. His work includes orchestra and small combo compositions, poetry, theology (as you\\\\'ll see below) and theory- his latest release is the wonderful Sax Pax For A Sax (Atlantic). As he notes, because he works with more tonal (or traditional or melodic, if you want) structures for his work, he\\\\'s some of an outcast and an anomoly. The closest analogy might be Cecil Taylor- a classical-minded composer who\\\\'s drawn to jazz (or vice versa). No, that still doesn\\\\'t explain away someone as complex as Moondog so maybe it\\\\'s best to read on and let him explain for himself.\\\\n


\\\\n\\\\n\\\\nPSF: With Sax Pax For A Sax, you\\\\'ve said that Charlie Parker was a big influence on the music. To me, it sounds more like big-band swing though.

\\\\n\\\\nI\\\\'m into swing. I get that from the American Indians like the Sioux, the Arapahoe and the Apache. They have this drum-beat, heart-beat. Bom, bom, bom. They had the walking beat, which is slower, and the running beat, which is faster. I used that almost all the time on this record. I claim that swing came from them. If you listen to Indian music from the plains, you\\\\'ll hear that there\\\\'s a steady swing beat and the big tom-tom is syncopated with swing-type melodies.

\\\\n\\\\nI got that influence when I was six-years-old in Wyoming. My father took us to an Arapahoe Indian reservation. The chief let me sit on his lap and let me beat the tom-tom for the Sun Dance. So, that goes back to the early \\\\'20\\\\'s for me.

\\\\n\\\\nPSF: You\\\\'re talking about drum rhythms here and on that album, it seems like a lot of the music is based on that.

\\\\n\\\\nThe beat is always in the background. I sit down at my desk and write as I get different ideas and phrases. I don\\\\'t compose at a piano, it\\\\'s mostly in my head. The classical masters, like Mozart and Hayden, would sit at their desk and write a string quartet like somebody would write a letter.

\\\\n\\\\nThey\\\\'re trained that way and it\\\\'s the best way to write because you\\\\'re not limited by your technique on an instrument. 95% of my music is done that way. Sometimes I test things on the piano, if it\\\\'s a complicated rhythm or a harmony.

\\\\n\\\\n
PSF: How did the Sax Pax project come together?

\\\\n\\\\nThey recorded it in Bath, England, mostly London musicians. We had been doing some concerts before so we had some music at our fingers and then we just put it together. Sax Pax is a play on the word \\\\'pax,\\\\' meaning peace. Ironically, the sax was invented (Adolf) Sax to, what some would saw, compete with the brass in military bands. So \\\\'peace\\\\' and \\\\'military,\\\\' that\\\\'s a little play on words there. The oboes and flutes wouldn\\\\'t compete with the trumpets and trombones in a military band. But the saxophone is very loud though it\\\\'s been abused and misused a lot. Made it sounding almost comical at times by jazz musiciains but it has a serious side too.

\\\\n\\\\n
PSF: How so?

\\\\n\\\\nA lot of the jazz and rock did abuse the saxophone as far as I\\\\'m concerned. I think I gave the saxophone a better deal. It can do very noble things.

\\\\n\\\\n
PSF: You\\\\'ve spent over a half-century as a composer. What\\\\'s kept you motivated to work?

\\\\n\\\\nIt\\\\'s just a desire and an urge to write. I like to compose music, it comes very natural to me. I write a lot of verse too. I have more ideas than I can use. It takes a lot of time just to develop one idea. Ideas come very fast and easily for me.

\\\\n\\\\n
PSF: What do you draw inspiration from for your work?

\\\\n\\\\nSilence mostly. I find a quiet place where I can work. That\\\\'s why I do a lot of work at night. Being in Munster, I have more peace at night though there\\\\'s a lot of bell ringing here. I like bells but my god, they really go at it here. I also hear all kinds of sirens too but they all sound the same. When I was in New York, you could tell the difference but here they all sound the same to me. Ambulence, police and fire all have the same siren. When that\\\\'s going on, I can\\\\'t work because that interferes with my thinking.

\\\\n\\\\n
PSF: Are there any composers or musicians today that you see as being your peers?

\\\\n\\\\nI\\\\'m not in the field of atonal music at all. I\\\\'m strictly tonal so I feel kind of lonely. That seems to be the big thing now and I have to close my ears to that because it\\\\'s far away from tonality. That\\\\'s the big thing for me, tonality.

\\\\n\\\\nI find that a lot of pop music is (though I don\\\\'t agree with how they use it) tonal. They use the basic one-four-five harmonies and at least that\\\\'s tonal. When it comes to the rules of counterpoint, they don\\\\'t pay any attention to that. That\\\\'s my big forte, to follow the basic rules of counterpoint. Everything on that album is pretty counterpointal.

\\\\n\\\\n\\\\n
PSF: Outside of pop or jazz, are there any composers that are favorites of yours?

\\\\n\\\\nI listen a lot to Bach, Beethoven, Brahams and Mozart. When I was a very young boy, I lost my site and I was at a school for the blind. I heard my first classical records. One was Tchaikovsky\\\\'s Fourth, Beethoven\\\\'s Fifth and things like that. We had a school orchestra and we played some Mozart and we played some other people like that. I got to hear quite a bit of music then and then a lot more later on recordings and radio.

\\\\n\\\\n\\\\n
PSF: Your parents were missionaries. Do you think that might have had an effect on your work?

\\\\n\\\\nAs far as religion, I went along with what they said. I didn\\\\'t know any different until I was in my late teens. My sister began reading a lot of philosophy to me and that undermined my belief in Christianity. The Greek thinkers and Pythagorus had a big influence on me. Shakespeare had a big influence on me and I was impressed with what Newton did. Then I gave religion up completely. That Christian influence didn\\\\'t last very long.

\\\\n\\\\nPSF: Pythagorus was also very interested in music.\\\\n

\\\\nHis basic rules of tone relation are the basis of counterpoint. I follow those very religiously. Those are physical laws of the universe which cannot be altered- that\\\\'s the way they are and the way that tones and scales are put together.

\\\\n\\\\n
PSF: Another lasting influence from your childhood seems to be nursery rhymes as you\\\\'ve done some recording of these.

\\\\n\\\\nI was approached by Julie Lawrence to do the music for the Mother Goose album with Julie Andrews and Martin Green. That\\\\'s how I got into the nursery rhymes. It was nice working with Julie. That was before she became a star in MY FAIR LADY. I only got into it because of that record.

\\\\n\\\\n
PSF: Part of your hertiage is Scandanavian. I know that for a while you were wearing a Viking costume. Was that a way for you to show pride in your heritage?

\\\\n\\\\nIt started out differently. When I first got to New York and I was attending rehearsals of the Philharmonic, they wrote me up as \\\\'a man with the face of Christ.\\\\' I put up with that for a few years, getting compared with a monk or Christ, then I said \\\\'that\\\\'s enough, I don\\\\'t want that connection. I must do something about my appearance to make it look un-Christian.\\\\' At that time, I was studying the Norse and I felt much closer to that than Christianity so I\\\\'d do something to make it look more Nordic. That\\\\'s what was behind it.

\\\\n\\\\n\\\\n
PSF: When you were first in Manhattan, you were performing on the streets. Why did you decide to do that rather than working in a club or hall?

\\\\n\\\\nI made my living that way and I got exposure. It really worked because I hadn\\\\'t been on the streets for more than a few weeks of the fall of \\\\'49 when I was written up. By January of \\\\'50, I was sitting in the doorway of Spanish Music Center on Sixth Avenue (which isn\\\\'t there anymore) owned by Gabriel Oller. He said \\\\'I like the music you\\\\'re making. I made records. Would you like to make some singles?\\\\' We did three singles together and then I got other offers including a Columbia album. The first one was with a forty-piece orchestra that (producer) Al Brown got together. He really did a lot for me.

\\\\n\\\\n
PSF: At that time, you got to meet Arturo Toscanini and Leonard Bernstein also.

\\\\n\\\\nIt was strange about Lenny. I came to New York in November of \\\\'43 and the next day, I went to the Sunday broadcast at Carnegie Hall. I wanted to sit right in front, not realizing that Bernstein was making his debut. Within a few feet, he was standing there and I thought \\\\'I\\\\'m going to be the first one to applaud\\\\' because I knew it was going over coast-to-coast. I didn\\\\'t know I was giving him the first clap of his coast-to-coast debut.

\\\\n\\\\nJoseph Shuster was playing the cello solo in DON QUIXOTE and he saw me. A few days later, I was standing at the stage door entrance and the man there said \\\\'you\\\\'re not getting any farther.\\\\' There was an open door leading to where the musicians where and they were taking a break. Joseph came over to me and said \\\\'I saw you Sunday, would you like to go to rehearsals?\\\\' He came back with (Artur) Rodzinski, the conductor. He took me and said \\\\'you sit here and enjoy yourself.\\\\' So, for years, I was allowed to go to all rehearsals.

\\\\n\\\\nI talked to Bernstein later and I told him about all of that. We got very friendly. The last time I met him was in Sante Fe, New Mexico. He was having his shoes shined and I was out on the street. He said \\\\'what are you doing in Sante Fe? I\\\\'m on my way to Israel.\\\\' It was 1948, just when they were forming the nation.

\\\\n\\\\nRodzinski introduced me to Arturo Toscanini. I was so impressed that I bent over to kiss his hand. He pulled it away and said \\\\'I\\\\'m not a beautiful woman!\\\\' (laughs) When they left, Rodzinski said \\\\'Louis, remember this.\\\\' And a few years later, they were both dead. That was at Madison Square Garden where the NBC Orchestra and the Philharmonic did a joint concert together. Over a hundred musicians there.

\\\\n\\\\n
PSF: It\\\\'s amazing that in such a short amount of time, you went from playing on the streets to having symphonies perform your works. Was that a dizzying pace for you?

\\\\n\\\\nI had been working for it, even on the street. I had problems like with Alan Freed, the rock and roll king. He was coming out of Ohio, using my name and one of my singles \\\\'cause it had a howling wolf in it. Word got around that he wanted me to work with him but then he was calling himself Moondog. Then, when he came to New York, he had a program and was calling it the Moondog Show. I took him to court. He tried to settle out of court but I told him no. He said \\\\'you might lose\\\\' and I said \\\\'you might lose too.\\\\'

\\\\n\\\\nIn the meantime, Igor Stravinsky heard about this thing and he knew about me because he must have seen me at the Carnegie rehearsals. He called up the judge in the case and said \\\\'Do right by this man, he\\\\'s a good musician.\\\\' I don\\\\'t know if that decided the case or not but I won the case against Freed and he stopped using the name. On the radio, he said \\\\'I can\\\\'t use the name Moondog anymore so now it\\\\'s be the Rock and Roll Show.\\\\'

\\\\n\\\\n
PSF: You\\\\'re spent a lot of time writing about and working with canons. What\\\\'s your fasincation about this?

\\\\n\\\\nIt\\\\'s the interplay of one part against another but the parts must fit. When you write a piece, it may take a day to write it but then, composers, especially Bach, would put it aside and say \\\\'it\\\\'s finished.\\\\' But that\\\\'s when my work really begins. It\\\\'s note by note and in a sixteen part canon, there\\\\'s 120 possibilities of making a mistake between any two notes. That\\\\'s the most boring labor you can imagine, comparing note against note for a whole composition. If you find a mistake, you can\\\\'t just change the note, you have to change the whole phrase because of the musical grammatics. My music on this album (Sax Pax), there\\\\'s not one mistake in there. I use it on a lot of other things too.

\\\\n\\\\nOne other thing I like about canon is that you start with one voice and then you add first counterpoint, then the second and so forth. If it\\\\'s a nine part canon, then you have this build-up which leads up to a climax. Harmonic music doesn\\\\'t do that- they start out full blast and goes on. But this builds up and builds up. That\\\\'s what I like. A lot of people like that effect of the gradual build-up.

\\\\n\\\\n
PSF: I\\\\'ve heard that you\\\\'ve also had special instruments made for your work.

\\\\n\\\\nYes, I had a cabinet maker in New York who had built instruments for me. I\\\\'d give him the specifications and he\\\\'d do a beautiful job on it. For the street playing, I needed a special kind of drum down close to the ground. I didn\\\\'t have a chair there so I\\\\'d just squat down and played. I had them specially built on a triangular shape. First I had square drums but I liked the triangle shaped better- I called them trimbas. Then I had a little harp that I played with my left hand. I\\\\'d beat the other drum with a maraca.

\\\\n\\\\n\\\\n
PSF: You\\\\'ve called yourself a \\\\'European in exile\\\\' and you\\\\'d lived in Germany for about 25 years. What\\\\'s drawn you there?

\\\\n\\\\nI feel culturally and artistically closer to Europe than I do to America, although I was born there and I have fond memories of America. Especially Wyoming where I lived on ranch as a boy and had my horses. I was hunting and trapping and fishing. But New York has a big hold on me too. Europe is where my heart is, artistically with all the composers who have worked here and all the historical things that I\\\\'ve read about. It\\\\'s very fascinating.

\\\\n\\\\n
PSF: This is an interesting quote from you: \\\\'rhythmically I\\\\'m in the past. Melodically and harmonically, I\\\\'m in the present or avant-garde.\\\\' What did you mean by that?

\\\\n\\\\n\\\\'Rhythmically in the past,\\\\' that goes back to the Indians. Even counterpoint comes out of the past. It\\\\'s goes back to 1100 or 1200. Harmoncially, my music is the same as Bach and Beethoven and Brahms and those people. No difference really. Rhythmically, it also goes back to the past- the swing rhythms of the Indians. You really couldn\\\\'t find anything more syncopated. If you get a chance, listen to some Sioux Indian recordings or Cheyenne or Blackfoot Indians. You see how syncopated their rhythms are.

\\\\n\\\\n\\\\n
PSF: You\\\\'re putting together a book of poetry now, right?

\\\\n\\\\nI started writing couplets in the \\\\'50\\\\'s. First, there were seven foot, which what\\\\'s called iambic septameter. The normal couplet is iambic pentameter but those lines are too short to get my ideas out. I\\\\'ve written a lot in nonameter, which is nine iambic feet to a line.

\\\\n\\\\n
PSF: You\\\\'re also working on Overtone Tree?

\\\\n\\\\nThat\\\\'s one of my symphonies that I\\\\'ve been working on for twenty years. I finally got it finished now. I\\\\'ve been doing a lot of other work but this is a major work. I don\\\\'t expect that it\\\\'ll be ever played. It\\\\'ll probably be buried with me. It\\\\'s written for four conductors- one main conductor and three assitants because at one time, there may be as many as sixty or seventy parts going and one conductor can\\\\'t hanlde that. It\\\\'s all counterpointal. So each conductor would have his own score and be in charge of a certain section of the orchestra. It\\\\'s based on the first nine overtones and I tried that as a theme in \\\\'73 on the northwest corner of 55th Street and Sixth Avenue- that\\\\'s where I got the idea to use overtones as a theme. After I worked on it, I went to Europe. I was in Hamburg in \\\\'75 and I was working on the overtones and I finally realized that I had something interesting here. It was a code. I didn\\\\'t know it was a code but I cracked the code and found out how to develop it. Ten years later, I found out what it was. I wasn\\\\'t looking for a code.

\\\\n\\\\nThat code proves that not only whoever created the universe does exist but he, I call him the mega-mind, wants us to know he exists. Within this code, it also proves that contraction must come before expansion. It also proves that a cause can become an effect and an effect can become a cause. It proves the two-directionality of time. It proves that the past is the future and the future is the past. All this flys in the face of what Hubble did, saying that there was a big bang and an expansion of the universe. His is a theory but mine is a fact. A fact incontrovertable, as I call it. They talked about these theories of mine on National Public Radio.

\\\\n\\\\n
PSF: Are you planning to tour and do performances again?

\\\\n\\\\nThere\\\\'s nothing that I\\\\'d like to do more. I have a 26-piece big band in England. They appeared at the Queen Elizabeth Hall, Elvis Costello put it on in \\\\'95. We got great reviews. I got great musicians- you can\\\\'t imagine how great these guys are. They cost so much so I haven\\\\'t got any work. It\\\\'s such an expensive bunch. It\\\\'s the Saxophonic plus the London Brass, they\\\\'re world famous. They liked me very much and they said \\\\'we hope we have the chance to work with you again.\\\\' But it would cost about 50,000 to bring them over. At least we made a recording of it.


\\\\n\\\\n\\\\nAnd now Moondog turns the tables for a theological discussion.

\\\\n\\\\nMOONDOG: I have a question for you. How do you feel about Christianity monopolizing the passing of time, when the Pope and the Church decided to stop the old Roman calendar of the Caesars and start all over again? How do you feel about how every religion must march to the Christian calendar?

\\\\n\\\\nJASON: I\\\\'m Jewish actually.

\\\\n\\\\nMOONDOG: I know but how do you feel about it?

\\\\n\\\\nJASON: I\\\\'ve always thought that it was pretty crazy that we had to decide to carve up time into such exact pieces. I never cared much for the Pope or the church.

\\\\n\\\\nMOONDOG: Well, I\\\\'m starting it all over again, going back 10,000 years, into the Ice Age or the Inter-Glacial Period when farming and civilization began. Starting there a new calendar. So by the time that Christ was born, it comes to (the year) 8001. This year will be 9998 and next year will be 10,000. All the numbers are going forward for all religions and, here\\\\'s one for you, Chirst was born 5 B.C. so his date would be 8996. I don\\\\'t know an exact date for Moses but he\\\\'s figured in there roughly. I can\\\\'t find a date for Abraham though. But I\\\\'m putting in things like that.

\\\\n\\\\nJASON: That might be tough to figure out. They didn\\\\'t always keep the birth certificates on floppies back then.

\\\\n\\\\n
\\\\n\\\\n

See some of Moondog\\\\'s favorite music

\\\\n\\\\nAlso, see some of his explanations of his theories on the Common Calendar and Canons\\\\n

\\\\n\\\\n\\\\n\\\\n
\\\\n
\\\\n\\\\n\\\\n


\\\\n

\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n
MAIN PAGEARTICLESSTAFF/FAVORITE MUSICLINKSWRITE US
\\\\n
\\\\n\\\\n\\\\n"} +{"uid": 22014284, "url": "http://vid18.net/video/gaggedandsmackedwhore", "html": " - XXX Video, Porn Tube, Free Sex Movies - Vid18.Net
Sponsored Watch and download free HD Porn Videos

\"Click


Link
Embed
© 2023 Free Videos 18+

"} +{"uid": 22070542, "url": "https://www.wurb.com/if/game/922", "html": "b\"Baf's Guide is currently down. Please try again later.\\\\n\""} +{"uid": 22040149, "url": "https://www.afropoets.net/jaynecortez.html", "html": "\\\\r\\\\n\\\\r\\\\n\\\\r\\\\n\\\\r\\\\n\\\\r\\\\n\\\\r\\\\n\\\\r\\\\njayne cortez, jayne cortez poetry, jayne cortez poem, jayne cortez poem There It Is, jayne cortez poem In The Morning - Welcome to African American Writer Jayne Cortez Poems Page. Collection of poems written by Black Writer Jayne Cortez can be found here. Picture, bio, poems, and so on. jayne cortez poem I am New York City, jayne cortez poem Jazz Fan Looks Back, jayne cortez poem PUSH BACK THE CATASTROPHES\\\\r\\\\n\\\\r\\\\n\\\\r\\\\n\\\\r\\\\n\\\\r\\\\n\\\\r\\\\n\\\\r\\\\n\\\\r\\\\n\\\\r\\\\n \\\\r\\\\n\\\\r\\\\n\\\\r\\\\n\\\\r\\\\n\\\\r\\\\n\\\\r\\\\n\\\\t \\\\r\\\\n\\\\t
\\\\r\\\\n\\\\t
\\\\r\\\\n\\\\t \"AfroPoets.Net
\\\\r\\\\n\\\\t
\\\\r\\\\n\\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n\\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n\\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n\\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n
\\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n
\\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n
\\\\r\\\\n

 Jayne Cortez

\\\\r\\\\n
\\\\r\\\\n
\\\\r\\\\n \\\\r\\\\n
\\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n
\\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n
\\\\r\\\\n
AfroPoets Famous Black Writers
\\\\r\\\\n
\\\\r\\\\n  o\\\\r\\\\n Home\\\\r\\\\n
\\\\r\\\\n  o\\\\r\\\\n Poetry Board\\\\r\\\\n
\\\\r\\\\n  o\\\\r\\\\n PoeticQ.com - Famous Poets Gallery\\\\r\\\\n
\\\\r\\\\n
\\\\r\\\\n
\\\\r\\\\n \\\\r\\\\n
\\\\r\\\\n\\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n
\\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n
\\\\r\\\\n  Picture\\\\r\\\\n
\\\\r\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t
\\\\r\\\\n
\\\\r\\\\n \"Jayne\\\\r\\\\n
\\\\r\\\\n
\\\\r\\\\n
\\\\r\\\\n
\\\\r\\\\n \\\\r\\\\n
\\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n
\\\\r\\\\n\\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n
\\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n
\\\\r\\\\n

\\\\r\\\\n Brief Bio\\\\r\\\\n

\\\\r\\\\n \\\\r\\\\n

\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t \\\\r\\\\n\\\\r\\\\nJayne Cortez was born in Arizona, grew up in Los Angeles, California, and currently lives in New York City. She is the author of ten books of poems and has performed her poetry with music on nine recordings. Her poetry is celebrated for its political, surrealistic, dynamic innovations in lyricism, and visceral sound. \\\\r\\\\n\\\\r\\\\n

\\\\r\\\\nCortez has presented her works and ideas at universities, museums, and festivals including: the Museum of Modern Art New York, UNESCO. Paris, the Berlin Jazz Festival, Germany, 11 Perfil da Literatura, Sao Paulo, Brazil,. Fourth World Congress on Women, Beijing, China, the Arts Alive International Festival, Johannesburg, South Africa, Banlieues Bleues Festival, France, Tampere Happening, Finland and New York University. \\\\r\\\\n\\\\r\\\\n

\\\\r\\\\nHer poems have been translated into many languages and widely published in anthologies, journals, and magazines including: Post Modern American Poetry, Daughters of Africa, Poems for the Millennium, The Jazz Poetry Anthology, Surrealist Women, Sulfur, Black Scholar, Presence Africaine and Mother Jones. She is the recipient of several awards: Arts International, New York Foundation on the Arts, the National Endowment for the Arts, the International African Festival Award, the Langston Hughes Award, and the American Book Award. \\\\r\\\\n\\\\r\\\\n

\\\\r\\\\nCortez appears in the Canadian film \\\\'Poetry in Motion\\\\' and the music video \"Nelson Mandela is Coming\" produced by Globalvision. Her poem \"I Am New York City\" was used as the theme for \"Honor\" an episode of the Fox Television series \"Tribeca. \" She is also on screen in the film \"Women In Jazz.\" Her most recent books are \"Somewhere in Advance of Nowhere\" published by Serpent\\\\'s Tail/ High Risk Books, and soon to be released \"Jazz Fan Looks Back\" published by Hanging Loose Press. \\\\r\\\\n\\\\r\\\\n\\\\r\\\\nHer work as activist and organizer is typified by her presidency of the Organization of Women Writers of Africa, her coordination of the Yari Yari International Conference of Women Writers of African Descent, NYU, the direction of the film Yari Yari, her organization of the 1999 international symposium \"Slave Routes: The Long Memory,\" and her participation in the Round Table: Dialogue Among Civilizations at the United Nations Millennium Summit 2000.\\\\r\\\\n\\\\r\\\\n

\\\\r\\\\n\"The Dictionary of Literary Biography\" asserts that Cortez has distinguished herself as \"a creative artist uniquely able to reach audiences for whom books of poetry have little appeal.\" And critic Barbara Christian notes, Cortez \"has forged connections in her work that help us see how our histories are related. The result is a poetry as wide in its scope as it is compelling in its craft.\"\\\\r\\\\n \\\\r\\\\n

\\\\r\\\\n

\\\\r\\\\n Poems - 10 in all

\\\\r\\\\n \\\\r\\\\n

\\\\r\\\\n\\\\r\\\\n
Jayne Cortez
\\\\r\\\\n\\\\r\\\\n
Poetry\\\\r\\\\n\\\\r\\\\n
SUMMIT\\\\r\\\\n\\\\r\\\\n
There It Is\\\\r\\\\n\\\\r\\\\n
MAKE IFA\\\\r\\\\n\\\\r\\\\n
Rose Solitude\\\\r\\\\n\\\\r\\\\n
In The Morning\\\\r\\\\n\\\\r\\\\n
I am New York City\\\\r\\\\n\\\\r\\\\n
Jazz Fan Looks Back\\\\r\\\\n\\\\r\\\\n
Under the Edge of February\\\\r\\\\n\\\\r\\\\n
PUSH BACK THE CATASTROPHES\\\\r\\\\n\\\\r\\\\n

\\\\r\\\\n\\\\r\\\\n
\\\\r\\\\n
\\\\r\\\\n \\\\r\\\\n\\\\r\\\\n
\\\\r\\\\n \\\\r\\\\n\\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n
\\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n \\\\r\\\\n
\\\\r\\\\n \\\\r\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t
\\\\r\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t
\\\\r\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\r\\\\n : Copyright © 2003-2022 : Site Maintained By MrAfrica@AfroPoets.Net :\\\\r\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\r\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t
\\\\r\\\\n\\\\r\\\\n

\\\\r\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\r\\\\n
\\\\r\\\\n
\\\\r\\\\n \\\\r\\\\n\\\\r\\\\n
\\\\r\\\\n
\\\\r\\\\n \\\\r\\\\n
\\\\r\\\\n \\\\r\\\\n\\\\r\\\\n \\\\r\\\\n
\\\\r\\\\n \\\\r\\\\n\\\\r\\\\n\\\\r\\\\n\\\\r\\\\n\\\\r\\\\n"} +{"uid": 22101207, "url": "https://www.keeate.com/app/index.php/privacypolicy/index/c7baef8e-be2f-4124-a52d-3c955c27f3b4", "html": "\\\\n\\\\n \\\\n Privacy Policy - \\\\n<div style=\"border:1px solid #990000;padding-left:20px;margin:0 0 10px 0;\">\\\\n\\\\n<h4>A PHP Error was encountered</h4>\\\\n\\\\n<p>Severity: Notice</p>\\\\n<p>Message: Trying to get property \\\\'title\\\\' of non-object</p>\\\\n<p>Filename: privacy_policy/index.php</p>\\\\n<p>Line Number: 4</p>\\\\n\\\\n\\\\n</div>\\\\n \\\\n \\\\n\\\\n \\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n \\\\n\\\\n\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n\\\\n \\\\n \\\\n \\\\n \\\\n
\\\\n
\\\\n

Privacy Policy for \\\\n
\\\\n\\\\n

A PHP Error was encountered

\\\\n\\\\n

Severity: Notice

\\\\n

Message: Trying to get property \\\\'title\\\\' of non-object

\\\\n

Filename: privacy_policy/index.php

\\\\n

Line Number: 65

\\\\n\\\\n\\\\n
application

\\\\n This application collects some personal data from its users.\\\\n \\\\n
\\\\n
\\\\n
\\\\n
\\\\n \\\\n\\\\n

A PHP Error was encountered

\\\\n\\\\n

Severity: Notice

\\\\n

Message: Trying to get property \\\\'home_icon_512_image\\\\' of non-object

\\\\n

Filename: privacy_policy/index.php

\\\\n

Line Number: 72

\\\\n\\\\n\\\\n
\\\\n
\\\\n\\\\n

A PHP Error was encountered

\\\\n\\\\n

Severity: Notice

\\\\n

Message: Trying to get property \\\\'o\\\\' of non-object

\\\\n

Filename: privacy_policy/index.php

\\\\n

Line Number: 72

\\\\n\\\\n\\\\n
\\\\' style=\\\\'width: 150px;\\\\'/>\\\\n \\\\n
\\\\n
\\\\n \\\\n
Personal data collected for the following purposes and using the following services:
\\\\n \\\\n
\\\\n
    \\\\n \\\\n
  • Phone call (Direct and/or Dial) - \\\\xe0\\\\xb9\\\\x81\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\x9e\\\\xe0\\\\xb8\\\\x9e\\\\xe0\\\\xb8\\\\xa5\\\\xe0\\\\xb8\\\\xb4\\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\x84\\\\xe0\\\\xb8\\\\x8a\\\\xe0\\\\xb8\\\\xb1\\\\xe0\\\\xb8\\\\x99\\\\xe0\\\\xb8\\\\x99\\\\xe0\\\\xb8\\\\xb5\\\\xe0\\\\xb9\\\\x89\\\\xe0\\\\xb8\\\\xa1\\\\xe0\\\\xb8\\\\xb5\\\\xe0\\\\xb8\\\\x81\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\xa3\\\\xe0\\\\xb8\\\\xaa\\\\xe0\\\\xb8\\\\xb1\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\x87\\\\xe0\\\\xb9\\\\x82\\\\xe0\\\\xb8\\\\x97\\\\xe0\\\\xb8\\\\xa3\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\x81\\\\xe0\\\\xb9\\\\x82\\\\xe0\\\\xb8\\\\x94\\\\xe0\\\\xb8\\\\xa2\\\\xe0\\\\xb8\\\\x95\\\\xe0\\\\xb8\\\\xa3\\\\xe0\\\\xb8\\\\x87 \\\\xe0\\\\xb9\\\\x81\\\\xe0\\\\xb8\\\\xa5\\\\xe0\\\\xb8\\\\xb0/\\\\xe0\\\\xb8\\\\xab\\\\xe0\\\\xb8\\\\xa3\\\\xe0\\\\xb8\\\\xb7\\\\xe0\\\\xb8\\\\xad \\\\xe0\\\\xb8\\\\xaa\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\x87\\\\xe0\\\\xb8\\\\xab\\\\xe0\\\\xb8\\\\xa1\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\xa2\\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\xa5\\\\xe0\\\\xb8\\\\x82\\\\xe0\\\\xb9\\\\x82\\\\xe0\\\\xb8\\\\x97\\\\xe0\\\\xb8\\\\xa3\\\\xe0\\\\xb8\\\\xa8\\\\xe0\\\\xb8\\\\xb1\\\\xe0\\\\xb8\\\\x9e\\\\xe0\\\\xb8\\\\x97\\\\xe0\\\\xb9\\\\x8c\\\\xe0\\\\xb9\\\\x84\\\\xe0\\\\xb8\\\\x9b\\\\xe0\\\\xb8\\\\xa2\\\\xe0\\\\xb8\\\\xb1\\\\xe0\\\\xb8\\\\x87 Phone Application \\\\xe0\\\\xb8\\\\x82\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\x87\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\xb8\\\\xe0\\\\xb8\\\\x9b\\\\xe0\\\\xb8\\\\x81\\\\xe0\\\\xb8\\\\xa3\\\\xe0\\\\xb8\\\\x93\\\\xe0\\\\xb9\\\\x8c\\\\xe0\\\\xb8\\\\x82\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\x87\\\\xe0\\\\xb8\\\\x84\\\\xe0\\\\xb8\\\\xb8\\\\xe0\\\\xb8\\\\x93 (Dial) \\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\x9e\\\\xe0\\\\xb8\\\\xb7\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\x95\\\\xe0\\\\xb8\\\\xb4\\\\xe0\\\\xb8\\\\x94\\\\xe0\\\\xb8\\\\x95\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb9\\\\x84\\\\xe0\\\\xb8\\\\x9b\\\\xe0\\\\xb8\\\\xa2\\\\xe0\\\\xb8\\\\xb1\\\\xe0\\\\xb8\\\\x87\\\\xe0\\\\xb8\\\\xab\\\\xe0\\\\xb8\\\\xa1\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\xa2\\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\xa5\\\\xe0\\\\xb8\\\\x82\\\\xe0\\\\xb8\\\\x97\\\\xe0\\\\xb8\\\\xb5\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\xa3\\\\xe0\\\\xb8\\\\xb0\\\\xe0\\\\xb8\\\\x9a\\\\xe0\\\\xb8\\\\xb8\\\\xe0\\\\xb9\\\\x84\\\\xe0\\\\xb8\\\\xa7\\\\xe0\\\\xb9\\\\x89\\\\xe0\\\\xb9\\\\x83\\\\xe0\\\\xb8\\\\x99\\\\xe0\\\\xb9\\\\x81\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\x9e\\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\x97\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\x99\\\\xe0\\\\xb8\\\\xb1\\\\xe0\\\\xb9\\\\x89\\\\xe0\\\\xb8\\\\x99 \\\\xe0\\\\xb9\\\\x84\\\\xe0\\\\xb8\\\\xa1\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\xa1\\\\xe0\\\\xb8\\\\xb5\\\\xe0\\\\xb8\\\\x81\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\xa3\\\\xe0\\\\xb8\\\\xaa\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\x87\\\\xe0\\\\xb8\\\\x84\\\\xe0\\\\xb8\\\\xb3\\\\xe0\\\\xb8\\\\xaa\\\\xe0\\\\xb8\\\\xb1\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\x87\\\\xe0\\\\xb9\\\\x82\\\\xe0\\\\xb8\\\\x97\\\\xe0\\\\xb8\\\\xa3\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\x81\\\\xe0\\\\xb9\\\\x84\\\\xe0\\\\xb8\\\\x9b\\\\xe0\\\\xb8\\\\xa2\\\\xe0\\\\xb8\\\\xb1\\\\xe0\\\\xb8\\\\x87\\\\xe0\\\\xb8\\\\xab\\\\xe0\\\\xb8\\\\xa1\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\xa2\\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\xa5\\\\xe0\\\\xb8\\\\x82\\\\xe0\\\\xb9\\\\x81\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\x9a\\\\xe0\\\\xb9\\\\x81\\\\xe0\\\\xb8\\\\x9d\\\\xe0\\\\xb8\\\\x87\\\\xe0\\\\xb9\\\\x83\\\\xe0\\\\xb8\\\\x94 \\\\xe0\\\\xb9\\\\x86 \\\\xe0\\\\xb8\\\\x97\\\\xe0\\\\xb8\\\\xb1\\\\xe0\\\\xb9\\\\x89\\\\xe0\\\\xb8\\\\x87\\\\xe0\\\\xb8\\\\xaa\\\\xe0\\\\xb8\\\\xb4\\\\xe0\\\\xb9\\\\x89\\\\xe0\\\\xb8\\\\x99
  • \\\\n \\\\n
  • Read Phone State - \\\\xe0\\\\xb9\\\\x81\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\x9e\\\\xe0\\\\xb8\\\\x9e\\\\xe0\\\\xb8\\\\xa5\\\\xe0\\\\xb8\\\\xb4\\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\x84\\\\xe0\\\\xb8\\\\x8a\\\\xe0\\\\xb8\\\\xb1\\\\xe0\\\\xb8\\\\x99\\\\xe0\\\\xb8\\\\x88\\\\xe0\\\\xb8\\\\xb0\\\\xe0\\\\xb8\\\\x94\\\\xe0\\\\xb8\\\\xb1\\\\xe0\\\\xb8\\\\x81\\\\xe0\\\\xb8\\\\xaa\\\\xe0\\\\xb8\\\\x96\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\x99\\\\xe0\\\\xb8\\\\xb0\\\\xe0\\\\xb8\\\\x81\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\xa3\\\\xe0\\\\xb9\\\\x82\\\\xe0\\\\xb8\\\\x97\\\\xe0\\\\xb8\\\\xa3\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\x81 (\\\\xe0\\\\xb8\\\\x97\\\\xe0\\\\xb8\\\\xb5\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\xa1\\\\xe0\\\\xb8\\\\xb5\\\\xe0\\\\xb8\\\\x81\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\xa3\\\\xe0\\\\xb9\\\\x82\\\\xe0\\\\xb8\\\\x97\\\\xe0\\\\xb8\\\\xa3\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\x81\\\\xe0\\\\xb8\\\\x9c\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\x99\\\\xe0\\\\xb9\\\\x81\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\x9e\\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\x97\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\x99\\\\xe0\\\\xb8\\\\xb1\\\\xe0\\\\xb9\\\\x89\\\\xe0\\\\xb8\\\\x99) \\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\x9e\\\\xe0\\\\xb8\\\\xb7\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\xb3\\\\xe0\\\\xb8\\\\x99\\\\xe0\\\\xb8\\\\xa7\\\\xe0\\\\xb8\\\\xa2\\\\xe0\\\\xb8\\\\x84\\\\xe0\\\\xb8\\\\xa7\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\xa1\\\\xe0\\\\xb8\\\\xaa\\\\xe0\\\\xb8\\\\xb0\\\\xe0\\\\xb8\\\\x94\\\\xe0\\\\xb8\\\\xa7\\\\xe0\\\\xb8\\\\x81\\\\xe0\\\\xb9\\\\x83\\\\xe0\\\\xb8\\\\xab\\\\xe0\\\\xb9\\\\x89\\\\xe0\\\\xb8\\\\x81\\\\xe0\\\\xb8\\\\xb1\\\\xe0\\\\xb8\\\\x9a\\\\xe0\\\\xb8\\\\x9c\\\\xe0\\\\xb8\\\\xb9\\\\xe0\\\\xb9\\\\x89\\\\xe0\\\\xb9\\\\x83\\\\xe0\\\\xb8\\\\x8a\\\\xe0\\\\xb9\\\\x89\\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\xa1\\\\xe0\\\\xb8\\\\xb7\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb9\\\\x82\\\\xe0\\\\xb8\\\\x97\\\\xe0\\\\xb8\\\\xa3\\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\xaa\\\\xe0\\\\xb8\\\\xa3\\\\xe0\\\\xb9\\\\x87\\\\xe0\\\\xb8\\\\x88\\\\xe0\\\\xb9\\\\x81\\\\xe0\\\\xb8\\\\xa5\\\\xe0\\\\xb9\\\\x89\\\\xe0\\\\xb8\\\\xa7\\\\xe0\\\\xb8\\\\x88\\\\xe0\\\\xb8\\\\xb0\\\\xe0\\\\xb8\\\\x81\\\\xe0\\\\xb8\\\\xa5\\\\xe0\\\\xb8\\\\xb1\\\\xe0\\\\xb8\\\\x9a\\\\xe0\\\\xb8\\\\xa1\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\xa2\\\\xe0\\\\xb8\\\\xb1\\\\xe0\\\\xb8\\\\x87 Application
  • \\\\n
  • Google account access - \\\\xe0\\\\xb9\\\\x81\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\x9e\\\\xe0\\\\xb8\\\\x9e\\\\xe0\\\\xb8\\\\xa5\\\\xe0\\\\xb8\\\\xb4\\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\x84\\\\xe0\\\\xb8\\\\x8a\\\\xe0\\\\xb8\\\\xb1\\\\xe0\\\\xb8\\\\x99\\\\xe0\\\\xb8\\\\x88\\\\xe0\\\\xb8\\\\xb0\\\\xe0\\\\xb8\\\\x82\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\x99\\\\xe0\\\\xb8\\\\xb8\\\\xe0\\\\xb8\\\\x8d\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\x95\\\\xe0\\\\xb8\\\\xb4\\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\x82\\\\xe0\\\\xb9\\\\x89\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\x96\\\\xe0\\\\xb8\\\\xb6\\\\xe0\\\\xb8\\\\x87\\\\xe0\\\\xb8\\\\x9a\\\\xe0\\\\xb8\\\\xb1\\\\xe0\\\\xb8\\\\x8d\\\\xe0\\\\xb8\\\\x8a\\\\xe0\\\\xb8\\\\xb5 Google \\\\xe0\\\\xb8\\\\x9a\\\\xe0\\\\xb8\\\\x99\\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\x84\\\\xe0\\\\xb8\\\\xa3\\\\xe0\\\\xb8\\\\xb7\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\x87\\\\xe0\\\\xb8\\\\x82\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\x87\\\\xe0\\\\xb8\\\\x9c\\\\xe0\\\\xb8\\\\xb9\\\\xe0\\\\xb9\\\\x89\\\\xe0\\\\xb9\\\\x83\\\\xe0\\\\xb8\\\\x8a\\\\xe0\\\\xb9\\\\x89 \\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\x9e\\\\xe0\\\\xb8\\\\xb7\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb9\\\\x83\\\\xe0\\\\xb8\\\\x8a\\\\xe0\\\\xb9\\\\x89\\\\xe0\\\\xb8\\\\xaa\\\\xe0\\\\xb8\\\\xb3\\\\xe0\\\\xb8\\\\xab\\\\xe0\\\\xb8\\\\xa3\\\\xe0\\\\xb8\\\\xb1\\\\xe0\\\\xb8\\\\x9a\\\\xe0\\\\xb8\\\\x97\\\\xe0\\\\xb8\\\\xb3\\\\xe0\\\\xb8\\\\x87\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\x99\\\\xe0\\\\xb9\\\\x83\\\\xe0\\\\xb8\\\\x99\\\\xe0\\\\xb8\\\\x9f\\\\xe0\\\\xb8\\\\xb1\\\\xe0\\\\xb8\\\\x87\\\\xe0\\\\xb8\\\\x81\\\\xe0\\\\xb9\\\\x8c\\\\xe0\\\\xb8\\\\x8a\\\\xe0\\\\xb8\\\\xb1\\\\xe0\\\\xb8\\\\x99 Push Notification (\\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\xa7\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\xa3\\\\xe0\\\\xb9\\\\x8c\\\\xe0\\\\xb8\\\\x8a\\\\xe0\\\\xb8\\\\xb1\\\\xe0\\\\xb8\\\\x99\\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\x81\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\xb2)
  • \\\\n \\\\n
  • Camera - \\\\xe0\\\\xb9\\\\x81\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\x9e\\\\xe0\\\\xb8\\\\x9e\\\\xe0\\\\xb8\\\\xa5\\\\xe0\\\\xb8\\\\xb4\\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\x84\\\\xe0\\\\xb8\\\\x8a\\\\xe0\\\\xb8\\\\xb1\\\\xe0\\\\xb8\\\\x99\\\\xe0\\\\xb8\\\\x99\\\\xe0\\\\xb8\\\\xb5\\\\xe0\\\\xb9\\\\x89\\\\xe0\\\\xb8\\\\xa1\\\\xe0\\\\xb8\\\\xb5\\\\xe0\\\\xb8\\\\x81\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\xa3\\\\xe0\\\\xb8\\\\xaa\\\\xe0\\\\xb8\\\\xb1\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\x87\\\\xe0\\\\xb9\\\\x83\\\\xe0\\\\xb8\\\\x8a\\\\xe0\\\\xb9\\\\x89\\\\xe0\\\\xb8\\\\x87\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\x99\\\\xe0\\\\xb8\\\\x9f\\\\xe0\\\\xb8\\\\xb1\\\\xe0\\\\xb8\\\\x87\\\\xe0\\\\xb8\\\\x81\\\\xe0\\\\xb9\\\\x8c\\\\xe0\\\\xb8\\\\x8a\\\\xe0\\\\xb9\\\\x89\\\\xe0\\\\xb8\\\\x99\\\\xe0\\\\xb8\\\\x96\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\xa2\\\\xe0\\\\xb8\\\\xa0\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\x9e \\\\xe0\\\\xb9\\\\x81\\\\xe0\\\\xb8\\\\xa5\\\\xe0\\\\xb8\\\\xb0/\\\\xe0\\\\xb8\\\\xab\\\\xe0\\\\xb8\\\\xa3\\\\xe0\\\\xb8\\\\xb7\\\\xe0\\\\xb8\\\\xad \\\\xe0\\\\xb9\\\\x81\\\\xe0\\\\xb8\\\\xaa\\\\xe0\\\\xb8\\\\x81\\\\xe0\\\\xb8\\\\x99 QRCode / Barcode \\\\xe0\\\\xb8\\\\xaa\\\\xe0\\\\xb8\\\\xb3\\\\xe0\\\\xb8\\\\xab\\\\xe0\\\\xb8\\\\xa3\\\\xe0\\\\xb8\\\\xb1\\\\xe0\\\\xb8\\\\x9a\\\\xe0\\\\xb9\\\\x83\\\\xe0\\\\xb8\\\\x99\\\\xe0\\\\xb8\\\\x9a\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\x87\\\\xe0\\\\xb8\\\\x81\\\\xe0\\\\xb8\\\\xa3\\\\xe0\\\\xb8\\\\x93\\\\xe0\\\\xb8\\\\xb5\\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\x8a\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\x99 \\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\x9b\\\\xe0\\\\xb8\\\\xa5\\\\xe0\\\\xb8\\\\xb5\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\xa2\\\\xe0\\\\xb8\\\\x99\\\\xe0\\\\xb8\\\\xa3\\\\xe0\\\\xb8\\\\xb9\\\\xe0\\\\xb8\\\\x9b\\\\xe0\\\\xb9\\\\x82\\\\xe0\\\\xb8\\\\x9b\\\\xe0\\\\xb8\\\\xa3\\\\xe0\\\\xb9\\\\x84\\\\xe0\\\\xb8\\\\x9f\\\\xe0\\\\xb8\\\\xa5\\\\xe0\\\\xb9\\\\x8c,\\\\xe2\\\\x80\\\\x8b \\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\xb1\\\\xe0\\\\xb8\\\\x9e\\\\xe0\\\\xb9\\\\x84\\\\xe0\\\\xb8\\\\x9f\\\\xe0\\\\xb8\\\\xa5\\\\xe0\\\\xb9\\\\x8c\\\\xe0\\\\xb9\\\\x81\\\\xe0\\\\xb8\\\\x99\\\\xe0\\\\xb8\\\\x9a\\\\xe0\\\\xb8\\\\x95\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\x87 \\\\xe0\\\\xb9\\\\x86 \\\\xe0\\\\xb9\\\\x81\\\\xe0\\\\xb8\\\\xa5\\\\xe0\\\\xb8\\\\xb0/\\\\xe0\\\\xb8\\\\xab\\\\xe0\\\\xb8\\\\xa3\\\\xe0\\\\xb8\\\\xb7\\\\xe0\\\\xb8\\\\xad \\\\xe0\\\\xb9\\\\x81\\\\xe0\\\\xb8\\\\xaa\\\\xe0\\\\xb8\\\\x81\\\\xe0\\\\xb8\\\\x99 QRCode / Barcode \\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\x9e\\\\xe0\\\\xb8\\\\xb7\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\x94\\\\xe0\\\\xb8\\\\xb9\\\\xe0\\\\xb8\\\\x82\\\\xe0\\\\xb9\\\\x89\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\xa1\\\\xe0\\\\xb8\\\\xb9\\\\xe0\\\\xb8\\\\xa5\\\\xe0\\\\xb8\\\\x95\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\x87 \\\\xe0\\\\xb9\\\\x86 \\\\xe0\\\\xb8\\\\x82\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\x87\\\\xe0\\\\xb9\\\\x81\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\x9e\\\\xe0\\\\xb8\\\\x9e\\\\xe0\\\\xb8\\\\xa5\\\\xe0\\\\xb8\\\\xb4\\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\x84\\\\xe0\\\\xb8\\\\x8a\\\\xe0\\\\xb8\\\\xb1\\\\xe0\\\\xb8\\\\x99
  • \\\\n
  • Location - \\\\xe0\\\\xb9\\\\x81\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\x9e\\\\xe0\\\\xb8\\\\x9e\\\\xe0\\\\xb8\\\\xa5\\\\xe0\\\\xb8\\\\xb4\\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\x84\\\\xe0\\\\xb8\\\\x8a\\\\xe0\\\\xb8\\\\xb1\\\\xe0\\\\xb8\\\\x99\\\\xe0\\\\xb8\\\\x99\\\\xe0\\\\xb8\\\\xb5\\\\xe0\\\\xb9\\\\x89\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\x88\\\\xe0\\\\xb8\\\\x88\\\\xe0\\\\xb8\\\\xb0\\\\xe0\\\\xb8\\\\xa1\\\\xe0\\\\xb8\\\\xb5\\\\xe0\\\\xb8\\\\x81\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\xa3\\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\x82\\\\xe0\\\\xb9\\\\x89\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\x96\\\\xe0\\\\xb8\\\\xb6\\\\xe0\\\\xb8\\\\x87\\\\xe0\\\\xb8\\\\x82\\\\xe0\\\\xb9\\\\x89\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\xa1\\\\xe0\\\\xb8\\\\xb9\\\\xe0\\\\xb8\\\\xa5\\\\xe0\\\\xb8\\\\xaa\\\\xe0\\\\xb8\\\\x96\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\x99\\\\xe0\\\\xb8\\\\x97\\\\xe0\\\\xb8\\\\xb5\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\x9b\\\\xe0\\\\xb8\\\\xb1\\\\xe0\\\\xb8\\\\x88\\\\xe0\\\\xb8\\\\x88\\\\xe0\\\\xb8\\\\xb8\\\\xe0\\\\xb8\\\\x9a\\\\xe0\\\\xb8\\\\xb1\\\\xe0\\\\xb8\\\\x99\\\\xe0\\\\xb8\\\\x82\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\x87\\\\xe0\\\\xb8\\\\x84\\\\xe0\\\\xb8\\\\xb8\\\\xe0\\\\xb8\\\\x93 \\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\x9e\\\\xe0\\\\xb8\\\\xb7\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\x8a\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\xa7\\\\xe0\\\\xb8\\\\xa2\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\xb3\\\\xe0\\\\xb8\\\\x99\\\\xe0\\\\xb8\\\\xa7\\\\xe0\\\\xb8\\\\xa2\\\\xe0\\\\xb8\\\\x84\\\\xe0\\\\xb8\\\\xa7\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\xa1\\\\xe0\\\\xb8\\\\xaa\\\\xe0\\\\xb8\\\\xb0\\\\xe0\\\\xb8\\\\x94\\\\xe0\\\\xb8\\\\xa7\\\\xe0\\\\xb8\\\\x81\\\\xe0\\\\xb9\\\\x83\\\\xe0\\\\xb8\\\\x99\\\\xe0\\\\xb8\\\\x81\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\xa3\\\\xe0\\\\xb8\\\\xab\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\xaa\\\\xe0\\\\xb8\\\\x96\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\x99\\\\xe0\\\\xb8\\\\x97\\\\xe0\\\\xb8\\\\xb5\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb9\\\\x83\\\\xe0\\\\xb8\\\\x81\\\\xe0\\\\xb8\\\\xa5\\\\xe0\\\\xb9\\\\x89\\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\x84\\\\xe0\\\\xb8\\\\xb5\\\\xe0\\\\xb8\\\\xa2\\\\xe0\\\\xb8\\\\x87\\\\xe0\\\\xb8\\\\x95\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\x87 \\\\xe0\\\\xb9\\\\x86 \\\\xe0\\\\xb8\\\\xa0\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\xa2\\\\xe0\\\\xb9\\\\x83\\\\xe0\\\\xb8\\\\x99\\\\xe0\\\\xb9\\\\x81\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\x9e\\\\xe0\\\\xb8\\\\x9e\\\\xe0\\\\xb8\\\\xa5\\\\xe0\\\\xb8\\\\xb4\\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\x84\\\\xe0\\\\xb8\\\\x8a\\\\xe0\\\\xb8\\\\xb1\\\\xe0\\\\xb8\\\\x99 \\\\xe0\\\\xb9\\\\x82\\\\xe0\\\\xb8\\\\x94\\\\xe0\\\\xb8\\\\xa2\\\\xe0\\\\xb8\\\\x82\\\\xe0\\\\xb9\\\\x89\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\xa1\\\\xe0\\\\xb8\\\\xb9\\\\xe0\\\\xb8\\\\xa5\\\\xe0\\\\xb8\\\\x95\\\\xe0\\\\xb8\\\\xb3\\\\xe0\\\\xb9\\\\x81\\\\xe0\\\\xb8\\\\xab\\\\xe0\\\\xb8\\\\x99\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\x87\\\\xe0\\\\xb8\\\\x82\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\x87\\\\xe0\\\\xb8\\\\x84\\\\xe0\\\\xb8\\\\xb8\\\\xe0\\\\xb8\\\\x93\\\\xe0\\\\xb8\\\\x88\\\\xe0\\\\xb8\\\\xb0\\\\xe0\\\\xb9\\\\x84\\\\xe0\\\\xb8\\\\xa1\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\x96\\\\xe0\\\\xb8\\\\xb9\\\\xe0\\\\xb8\\\\x81\\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\x81\\\\xe0\\\\xb9\\\\x87\\\\xe0\\\\xb8\\\\x9a\\\\xe0\\\\xb9\\\\x84\\\\xe0\\\\xb8\\\\xa7\\\\xe0\\\\xb9\\\\x89\\\\xe0\\\\xb8\\\\x9a\\\\xe0\\\\xb8\\\\x99 Server \\\\xe0\\\\xb8\\\\xab\\\\xe0\\\\xb8\\\\xa3\\\\xe0\\\\xb8\\\\xb7\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb9\\\\x83\\\\xe0\\\\xb8\\\\x99 Application \\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\x9e\\\\xe0\\\\xb8\\\\xb5\\\\xe0\\\\xb8\\\\xa2\\\\xe0\\\\xb8\\\\x87\\\\xe0\\\\xb9\\\\x81\\\\xe0\\\\xb8\\\\x95\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\x88\\\\xe0\\\\xb8\\\\xb0\\\\xe0\\\\xb9\\\\x83\\\\xe0\\\\xb8\\\\x8a\\\\xe0\\\\xb9\\\\x89\\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\x9e\\\\xe0\\\\xb8\\\\xb7\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\x9b\\\\xe0\\\\xb8\\\\xa3\\\\xe0\\\\xb8\\\\xb0\\\\xe0\\\\xb8\\\\xa1\\\\xe0\\\\xb8\\\\xa7\\\\xe0\\\\xb8\\\\xa5\\\\xe0\\\\xb8\\\\x9c\\\\xe0\\\\xb8\\\\xa5\\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\x97\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\x99\\\\xe0\\\\xb8\\\\xb1\\\\xe0\\\\xb9\\\\x89\\\\xe0\\\\xb8\\\\x99
  • \\\\n
  • External Storage - \\\\xe0\\\\xb9\\\\x81\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\x9e\\\\xe0\\\\xb8\\\\x9e\\\\xe0\\\\xb8\\\\xa5\\\\xe0\\\\xb8\\\\xb4\\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\x84\\\\xe0\\\\xb8\\\\x8a\\\\xe0\\\\xb8\\\\xb1\\\\xe0\\\\xb8\\\\x99\\\\xe0\\\\xb8\\\\x99\\\\xe0\\\\xb8\\\\xb5\\\\xe0\\\\xb9\\\\x89\\\\xe0\\\\xb8\\\\xa1\\\\xe0\\\\xb8\\\\xb5\\\\xe0\\\\xb8\\\\x81\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\xa3\\\\xe0\\\\xb8\\\\xa3\\\\xe0\\\\xb9\\\\x89\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\x87\\\\xe0\\\\xb8\\\\x82\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\x81\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\xa3\\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\x82\\\\xe0\\\\xb9\\\\x89\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\x96\\\\xe0\\\\xb8\\\\xb6\\\\xe0\\\\xb8\\\\x87 External Storage \\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\x9e\\\\xe0\\\\xb8\\\\xb7\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\x81\\\\xe0\\\\xb9\\\\x87\\\\xe0\\\\xb8\\\\x9a Cache \\\\xe0\\\\xb8\\\\x95\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\x87 \\\\xe0\\\\xb9\\\\x86 \\\\xe0\\\\xb8\\\\x82\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\x87\\\\xe0\\\\xb9\\\\x81\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\x9e\\\\xe0\\\\xb8\\\\x9e\\\\xe0\\\\xb8\\\\xa5\\\\xe0\\\\xb8\\\\xb4\\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\x84\\\\xe0\\\\xb8\\\\x8a\\\\xe0\\\\xb8\\\\xb1\\\\xe0\\\\xb8\\\\x99\\\\xe0\\\\xb9\\\\x83\\\\xe0\\\\xb8\\\\xab\\\\xe0\\\\xb9\\\\x89\\\\xe0\\\\xb8\\\\xaa\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\xa1\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\xa3\\\\xe0\\\\xb8\\\\x96\\\\xe0\\\\xb9\\\\x81\\\\xe0\\\\xb8\\\\xaa\\\\xe0\\\\xb8\\\\x94\\\\xe0\\\\xb8\\\\x87\\\\xe0\\\\xb8\\\\x9c\\\\xe0\\\\xb8\\\\xa5\\\\xe0\\\\xb9\\\\x84\\\\xe0\\\\xb8\\\\x94\\\\xe0\\\\xb9\\\\x89\\\\xe0\\\\xb8\\\\xa3\\\\xe0\\\\xb8\\\\xa7\\\\xe0\\\\xb8\\\\x94\\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\xa3\\\\xe0\\\\xb9\\\\x87\\\\xe0\\\\xb8\\\\xa7\\\\xe0\\\\xb9\\\\x81\\\\xe0\\\\xb8\\\\xa5\\\\xe0\\\\xb8\\\\xb0\\\\xe0\\\\xb8\\\\xa1\\\\xe0\\\\xb8\\\\xb5\\\\xe0\\\\xb8\\\\x9b\\\\xe0\\\\xb8\\\\xa3\\\\xe0\\\\xb8\\\\xb0\\\\xe0\\\\xb8\\\\xaa\\\\xe0\\\\xb8\\\\xb4\\\\xe0\\\\xb8\\\\x97\\\\xe0\\\\xb8\\\\x98\\\\xe0\\\\xb8\\\\xb4\\\\xe0\\\\xb8\\\\xa0\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\x9e\\\\xe0\\\\xb8\\\\xa2\\\\xe0\\\\xb8\\\\xb4\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\x87\\\\xe0\\\\xb8\\\\x82\\\\xe0\\\\xb8\\\\xb6\\\\xe0\\\\xb9\\\\x89\\\\xe0\\\\xb8\\\\x99 \\\\xe0\\\\xb8\\\\x8b\\\\xe0\\\\xb8\\\\xb6\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\x87\\\\xe0\\\\xb8\\\\x88\\\\xe0\\\\xb8\\\\xb0\\\\xe0\\\\xb9\\\\x84\\\\xe0\\\\xb8\\\\xa1\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\xa1\\\\xe0\\\\xb8\\\\xb5\\\\xe0\\\\xb8\\\\x81\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\xa3\\\\xe0\\\\xb8\\\\xa5\\\\xe0\\\\xb8\\\\xb1\\\\xe0\\\\xb8\\\\x81\\\\xe0\\\\xb8\\\\xa5\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\x9a\\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\x81\\\\xe0\\\\xb9\\\\x87\\\\xe0\\\\xb8\\\\x9a\\\\xe0\\\\xb8\\\\x82\\\\xe0\\\\xb9\\\\x89\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\xa1\\\\xe0\\\\xb8\\\\xb9\\\\xe0\\\\xb8\\\\xa5 / \\\\xe0\\\\xb8\\\\xa3\\\\xe0\\\\xb8\\\\xb9\\\\xe0\\\\xb8\\\\x9b\\\\xe0\\\\xb8\\\\xa0\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\x9e / \\\\xe0\\\\xb9\\\\x84\\\\xe0\\\\xb8\\\\x9f\\\\xe0\\\\xb8\\\\xa5\\\\xe0\\\\xb9\\\\x8c\\\\xe0\\\\xb8\\\\x87\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\x99\\\\xe0\\\\xb9\\\\x83\\\\xe0\\\\xb8\\\\x94 \\\\xe0\\\\xb9\\\\x86 \\\\xe0\\\\xb8\\\\x82\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\x87\\\\xe0\\\\xb8\\\\x84\\\\xe0\\\\xb8\\\\xb8\\\\xe0\\\\xb8\\\\x93\\\\xe0\\\\xb8\\\\x97\\\\xe0\\\\xb8\\\\xb5\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb9\\\\x84\\\\xe0\\\\xb8\\\\xa1\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\x81\\\\xe0\\\\xb8\\\\xb5\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\xa2\\\\xe0\\\\xb8\\\\xa7\\\\xe0\\\\xb8\\\\x82\\\\xe0\\\\xb9\\\\x89\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\x87\\\\xe0\\\\xb8\\\\x81\\\\xe0\\\\xb8\\\\xb1\\\\xe0\\\\xb8\\\\x9a Application \\\\xe0\\\\xb8\\\\xaa\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\x87\\\\xe0\\\\xb9\\\\x84\\\\xe0\\\\xb8\\\\x9b\\\\xe0\\\\xb8\\\\xa2\\\\xe0\\\\xb8\\\\xb1\\\\xe0\\\\xb8\\\\x87 Server \\\\xe0\\\\xb8\\\\xa2\\\\xe0\\\\xb8\\\\x81\\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\xa7\\\\xe0\\\\xb9\\\\x89\\\\xe0\\\\xb8\\\\x99\\\\xe0\\\\xb9\\\\x81\\\\xe0\\\\xb8\\\\x95\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\xa3\\\\xe0\\\\xb8\\\\xb9\\\\xe0\\\\xb8\\\\x9b\\\\xe0\\\\xb8\\\\xa0\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\x9e\\\\xe0\\\\xb8\\\\x97\\\\xe0\\\\xb8\\\\xb5\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\x96\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\xa2\\\\xe0\\\\xb8\\\\x9c\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\x99 Application \\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\x97\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\x99\\\\xe0\\\\xb8\\\\xb1\\\\xe0\\\\xb9\\\\x89\\\\xe0\\\\xb8\\\\x99\\\\xe0\\\\xb8\\\\x97\\\\xe0\\\\xb8\\\\xb5\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\x88\\\\xe0\\\\xb8\\\\xb0\\\\xe0\\\\xb8\\\\x96\\\\xe0\\\\xb8\\\\xb9\\\\xe0\\\\xb8\\\\x81\\\\xe0\\\\xb8\\\\xaa\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\x87\\\\xe0\\\\xb9\\\\x84\\\\xe0\\\\xb8\\\\x9b\\\\xe0\\\\xb8\\\\xa2\\\\xe0\\\\xb8\\\\xb1\\\\xe0\\\\xb8\\\\x87 Server \\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\x8a\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\x99 \\\\xe0\\\\xb8\\\\x81\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\xa3\\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\x9b\\\\xe0\\\\xb8\\\\xa5\\\\xe0\\\\xb8\\\\xb5\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\xa2\\\\xe0\\\\xb8\\\\x99\\\\xe0\\\\xb8\\\\xa3\\\\xe0\\\\xb8\\\\xb9\\\\xe0\\\\xb8\\\\x9b\\\\xe0\\\\xb8\\\\xa0\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\x9e\\\\xe0\\\\xb9\\\\x82\\\\xe0\\\\xb8\\\\x9b\\\\xe0\\\\xb8\\\\xa3\\\\xe0\\\\xb9\\\\x84\\\\xe0\\\\xb8\\\\x9f\\\\xe0\\\\xb8\\\\xa5\\\\xe0\\\\xb9\\\\x8c\\\\xe0\\\\xb8\\\\x82\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\x87\\\\xe0\\\\xb8\\\\xaa\\\\xe0\\\\xb8\\\\xa1\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\x8a\\\\xe0\\\\xb8\\\\xb4\\\\xe0\\\\xb8\\\\x81, \\\\xe0\\\\xb8\\\\x81\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\xa3\\\\xe0\\\\xb9\\\\x81\\\\xe0\\\\xb8\\\\x99\\\\xe0\\\\xb8\\\\x9a\\\\xe0\\\\xb8\\\\xa3\\\\xe0\\\\xb8\\\\xb9\\\\xe0\\\\xb8\\\\x9b\\\\xe0\\\\xb9\\\\x83\\\\xe0\\\\xb8\\\\x99\\\\xe0\\\\xb8\\\\x9f\\\\xe0\\\\xb8\\\\xb1\\\\xe0\\\\xb8\\\\x87\\\\xe0\\\\xb8\\\\x81\\\\xe0\\\\xb9\\\\x8c\\\\xe0\\\\xb8\\\\x8a\\\\xe0\\\\xb8\\\\xb1\\\\xe0\\\\xb8\\\\x99\\\\xe0\\\\xb8\\\\x9a\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\x87\\\\xe0\\\\xb8\\\\x9f\\\\xe0\\\\xb8\\\\xb1\\\\xe0\\\\xb8\\\\x87\\\\xe0\\\\xb8\\\\x81\\\\xe0\\\\xb9\\\\x8c\\\\xe0\\\\xb8\\\\x8a\\\\xe0\\\\xb8\\\\xb1\\\\xe0\\\\xb8\\\\x99
  • \\\\n
  • Google Analytics - \\\\xe0\\\\xb9\\\\x81\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\x9e\\\\xe0\\\\xb8\\\\x9e\\\\xe0\\\\xb8\\\\xa5\\\\xe0\\\\xb8\\\\xb4\\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\x84\\\\xe0\\\\xb8\\\\x8a\\\\xe0\\\\xb8\\\\xb1\\\\xe0\\\\xb8\\\\x99\\\\xe0\\\\xb8\\\\x99\\\\xe0\\\\xb8\\\\xb5\\\\xe0\\\\xb9\\\\x89\\\\xe0\\\\xb8\\\\xa1\\\\xe0\\\\xb8\\\\xb5\\\\xe0\\\\xb8\\\\x81\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\xa3\\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\x81\\\\xe0\\\\xb9\\\\x87\\\\xe0\\\\xb8\\\\x9a\\\\xe0\\\\xb8\\\\x82\\\\xe0\\\\xb9\\\\x89\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\xa1\\\\xe0\\\\xb8\\\\xb9\\\\xe0\\\\xb8\\\\xa5\\\\xe0\\\\xb8\\\\x81\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\xa3\\\\xe0\\\\xb9\\\\x83\\\\xe0\\\\xb8\\\\x8a\\\\xe0\\\\xb9\\\\x89\\\\xe0\\\\xb8\\\\x87\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\x99\\\\xe0\\\\xb8\\\\x97\\\\xe0\\\\xb8\\\\xb1\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\xa7\\\\xe0\\\\xb9\\\\x84\\\\xe0\\\\xb8\\\\x9b\\\\xe0\\\\xb8\\\\x82\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\x87\\\\xe0\\\\xb8\\\\x84\\\\xe0\\\\xb8\\\\xb8\\\\xe0\\\\xb8\\\\x93 \\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\x8a\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\x99 \\\\xe0\\\\xb8\\\\x81\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\xa3\\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\x82\\\\xe0\\\\xb9\\\\x89\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\x96\\\\xe0\\\\xb8\\\\xb6\\\\xe0\\\\xb8\\\\x87\\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\xa1\\\\xe0\\\\xb8\\\\x99\\\\xe0\\\\xb8\\\\xb9\\\\xe0\\\\xb8\\\\x95\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\x87 \\\\xe0\\\\xb9\\\\x86 \\\\xe0\\\\xb8\\\\x81\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\xa3\\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\x9b\\\\xe0\\\\xb8\\\\xb4\\\\xe0\\\\xb8\\\\x94\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\x99 Content \\\\xe0\\\\xb8\\\\x95\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\x87 \\\\xe0\\\\xb9\\\\x86 \\\\xe0\\\\xb8\\\\xa0\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\xa2\\\\xe0\\\\xb9\\\\x83\\\\xe0\\\\xb8\\\\x99\\\\xe0\\\\xb9\\\\x81\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\x9e \\\\xe0\\\\xb9\\\\x81\\\\xe0\\\\xb8\\\\x95\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\x88\\\\xe0\\\\xb8\\\\xb0\\\\xe0\\\\xb9\\\\x84\\\\xe0\\\\xb8\\\\xa1\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\x89\\\\xe0\\\\xb8\\\\x9e\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\xb0\\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\x88\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\xb0\\\\xe0\\\\xb8\\\\x88\\\\xe0\\\\xb8\\\\x87\\\\xe0\\\\xb8\\\\xa7\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\x9c\\\\xe0\\\\xb8\\\\xb9\\\\xe0\\\\xb9\\\\x89\\\\xe0\\\\xb9\\\\x83\\\\xe0\\\\xb8\\\\x8a\\\\xe0\\\\xb9\\\\x89\\\\xe0\\\\xb9\\\\x81\\\\xe0\\\\xb8\\\\x95\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\xa5\\\\xe0\\\\xb8\\\\xb0\\\\xe0\\\\xb8\\\\x84\\\\xe0\\\\xb8\\\\x99\\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\x82\\\\xe0\\\\xb9\\\\x89\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\x96\\\\xe0\\\\xb8\\\\xb6\\\\xe0\\\\xb8\\\\x87\\\\xe0\\\\xb8\\\\x82\\\\xe0\\\\xb9\\\\x89\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\xa1\\\\xe0\\\\xb8\\\\xb9\\\\xe0\\\\xb8\\\\xa5\\\\xe0\\\\xb9\\\\x83\\\\xe0\\\\xb8\\\\x94\\\\xe0\\\\xb8\\\\x9a\\\\xe0\\\\xb9\\\\x89\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\x87 \\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\x9b\\\\xe0\\\\xb9\\\\x87\\\\xe0\\\\xb8\\\\x99\\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\x9e\\\\xe0\\\\xb8\\\\xb5\\\\xe0\\\\xb8\\\\xa2\\\\xe0\\\\xb8\\\\x87\\\\xe0\\\\xb8\\\\x82\\\\xe0\\\\xb9\\\\x89\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\xa1\\\\xe0\\\\xb8\\\\xb9\\\\xe0\\\\xb8\\\\xa5\\\\xe0\\\\xb8\\\\xa0\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\x9e\\\\xe0\\\\xb8\\\\xa3\\\\xe0\\\\xb8\\\\xa7\\\\xe0\\\\xb8\\\\xa1\\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\x97\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\x99\\\\xe0\\\\xb8\\\\xb1\\\\xe0\\\\xb9\\\\x89\\\\xe0\\\\xb8\\\\x99 \\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\x9e\\\\xe0\\\\xb8\\\\xb7\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb9\\\\x83\\\\xe0\\\\xb8\\\\x8a\\\\xe0\\\\xb9\\\\x89\\\\xe0\\\\xb9\\\\x83\\\\xe0\\\\xb8\\\\x99\\\\xe0\\\\xb8\\\\x81\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\xa3\\\\xe0\\\\xb8\\\\x94\\\\xe0\\\\xb8\\\\xb9\\\\xe0\\\\xb8\\\\xaa\\\\xe0\\\\xb8\\\\x96\\\\xe0\\\\xb8\\\\xb4\\\\xe0\\\\xb8\\\\x95\\\\xe0\\\\xb8\\\\xb4\\\\xe0\\\\xb8\\\\x84\\\\xe0\\\\xb8\\\\xa7\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\xa1\\\\xe0\\\\xb8\\\\xaa\\\\xe0\\\\xb8\\\\x99\\\\xe0\\\\xb9\\\\x83\\\\xe0\\\\xb8\\\\x88\\\\xe0\\\\xb9\\\\x83\\\\xe0\\\\xb8\\\\x99\\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\x99\\\\xe0\\\\xb8\\\\xb7\\\\xe0\\\\xb9\\\\x89\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\xab\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\x95\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\x87 \\\\xe0\\\\xb9\\\\x86 \\\\xe0\\\\xb8\\\\x82\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\x87\\\\xe0\\\\xb9\\\\x81\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\x9e\\\\xe0\\\\xb8\\\\x9e\\\\xe0\\\\xb8\\\\xa5\\\\xe0\\\\xb8\\\\xb4\\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\x84\\\\xe0\\\\xb8\\\\x8a\\\\xe0\\\\xb8\\\\xb1\\\\xe0\\\\xb8\\\\x99 \\\\xe0\\\\xb9\\\\x81\\\\xe0\\\\xb8\\\\xb0\\\\xe0\\\\xb8\\\\x9b\\\\xe0\\\\xb8\\\\xa3\\\\xe0\\\\xb8\\\\xb1\\\\xe0\\\\xb8\\\\x9a\\\\xe0\\\\xb8\\\\x9b\\\\xe0\\\\xb8\\\\xa3\\\\xe0\\\\xb8\\\\xb8\\\\xe0\\\\xb8\\\\x87\\\\xe0\\\\xb8\\\\x82\\\\xe0\\\\xb9\\\\x89\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\xa1\\\\xe0\\\\xb8\\\\xb9\\\\xe0\\\\xb8\\\\xa5\\\\xe0\\\\xb8\\\\xa0\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\xa2\\\\xe0\\\\xb9\\\\x83\\\\xe0\\\\xb8\\\\x99\\\\xe0\\\\xb9\\\\x81\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\x9e\\\\xe0\\\\xb9\\\\x83\\\\xe0\\\\xb8\\\\xab\\\\xe0\\\\xb9\\\\x89\\\\xe0\\\\xb8\\\\xa1\\\\xe0\\\\xb8\\\\xb5\\\\xe0\\\\xb8\\\\x9b\\\\xe0\\\\xb8\\\\xa3\\\\xe0\\\\xb8\\\\xb0\\\\xe0\\\\xb8\\\\xaa\\\\xe0\\\\xb8\\\\xb4\\\\xe0\\\\xb8\\\\x97\\\\xe0\\\\xb8\\\\x98\\\\xe0\\\\xb8\\\\xb4\\\\xe0\\\\xb8\\\\xa0\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\x9e\\\\xe0\\\\xb8\\\\xa2\\\\xe0\\\\xb8\\\\xb4\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\x87\\\\xe0\\\\xb8\\\\x82\\\\xe0\\\\xb8\\\\xb6\\\\xe0\\\\xb9\\\\x89\\\\xe0\\\\xb8\\\\x99
  • \\\\n
  • User information - \\\\xe0\\\\xb9\\\\x81\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\x9e\\\\xe0\\\\xb8\\\\x9e\\\\xe0\\\\xb8\\\\xa5\\\\xe0\\\\xb8\\\\xb4\\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\x84\\\\xe0\\\\xb8\\\\x8a\\\\xe0\\\\xb8\\\\xb1\\\\xe0\\\\xb8\\\\x99\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\x88\\\\xe0\\\\xb8\\\\x88\\\\xe0\\\\xb8\\\\xb0\\\\xe0\\\\xb8\\\\xa1\\\\xe0\\\\xb8\\\\xb5\\\\xe0\\\\xb8\\\\x81\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\xa3\\\\xe0\\\\xb8\\\\xa3\\\\xe0\\\\xb9\\\\x89\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\x87\\\\xe0\\\\xb8\\\\x82\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\x82\\\\xe0\\\\xb9\\\\x89\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\xa1\\\\xe0\\\\xb8\\\\xb9\\\\xe0\\\\xb8\\\\xa5\\\\xe0\\\\xb8\\\\x9c\\\\xe0\\\\xb8\\\\xb9\\\\xe0\\\\xb9\\\\x89\\\\xe0\\\\xb9\\\\x83\\\\xe0\\\\xb8\\\\x8a\\\\xe0\\\\xb9\\\\x89\\\\xe0\\\\xb8\\\\x95\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\x87 \\\\xe0\\\\xb9\\\\x86 \\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\x8a\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\x99 \\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\xb5\\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\xa1\\\\xe0\\\\xb8\\\\xa5\\\\xe0\\\\xb9\\\\x8c, \\\\xe0\\\\xb8\\\\xab\\\\xe0\\\\xb8\\\\xa1\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\xa2\\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\xa5\\\\xe0\\\\xb8\\\\x82\\\\xe0\\\\xb9\\\\x82\\\\xe0\\\\xb8\\\\x97\\\\xe0\\\\xb8\\\\xa3\\\\xe0\\\\xb8\\\\xa8\\\\xe0\\\\xb8\\\\xb1\\\\xe0\\\\xb8\\\\x9e\\\\xe0\\\\xb8\\\\x97\\\\xe0\\\\xb9\\\\x8c, \\\\xe0\\\\xb8\\\\x8a\\\\xe0\\\\xb8\\\\xb7\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\xad\\\\xe2\\\\x80\\\\x8b,\\\\xe2\\\\x80\\\\x8b \\\\xe0\\\\xb8\\\\x99\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\xa1\\\\xe0\\\\xb8\\\\xaa\\\\xe0\\\\xb8\\\\x81\\\\xe0\\\\xb8\\\\xb8\\\\xe0\\\\xb8\\\\xa5 \\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\x9b\\\\xe0\\\\xb9\\\\x87\\\\xe0\\\\xb8\\\\x99\\\\xe0\\\\xb8\\\\x95\\\\xe0\\\\xb9\\\\x89\\\\xe0\\\\xb8\\\\x99 \\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\x9e\\\\xe0\\\\xb8\\\\xb7\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb9\\\\x83\\\\xe0\\\\xb8\\\\x8a\\\\xe0\\\\xb9\\\\x89\\\\xe0\\\\xb9\\\\x83\\\\xe0\\\\xb8\\\\x99\\\\xe0\\\\xb8\\\\x81\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\xa3\\\\xe0\\\\xb8\\\\xaa\\\\xe0\\\\xb8\\\\xa1\\\\xe0\\\\xb8\\\\xb1\\\\xe0\\\\xb8\\\\x84\\\\xe0\\\\xb8\\\\xa3\\\\xe0\\\\xb8\\\\xaa\\\\xe0\\\\xb8\\\\xa1\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\x8a\\\\xe0\\\\xb8\\\\xb4\\\\xe0\\\\xb8\\\\x81\\\\xe0\\\\xb9\\\\x81\\\\xe0\\\\xb8\\\\xa5\\\\xe0\\\\xb8\\\\xb0\\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\x82\\\\xe0\\\\xb9\\\\x89\\\\xe0\\\\xb8\\\\xb2\\\\xe0\\\\xb8\\\\xaa\\\\xe0\\\\xb8\\\\xb9\\\\xe0\\\\xb9\\\\x88\\\\xe0\\\\xb8\\\\xa3\\\\xe0\\\\xb8\\\\xb0\\\\xe0\\\\xb8\\\\x9a\\\\xe0\\\\xb8\\\\x9a\\\\xe0\\\\xb8\\\\x82\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\x87\\\\xe0\\\\xb9\\\\x81\\\\xe0\\\\xb8\\\\xad\\\\xe0\\\\xb8\\\\x9e\\\\xe0\\\\xb8\\\\x9e\\\\xe0\\\\xb8\\\\xa5\\\\xe0\\\\xb8\\\\xb4\\\\xe0\\\\xb9\\\\x80\\\\xe0\\\\xb8\\\\x84\\\\xe0\\\\xb8\\\\x8a\\\\xe0\\\\xb8\\\\xb1\\\\xe0\\\\xb8\\\\x99
  • \\\\n
\\\\n \\\\n
\\\\n \\\\n \\\\n
\\\\n
\\\\n \\\\n Last updated: Mar 20, 2023 \\\\n
\\\\n \\\\n
\\\\n \\\\n This privacy policy was created by \"Keeate\"\\\\n \\\\n
\\\\n
\\\\n
\\\\n \\\\n \\\\n \\\\n\\\\n\\\\n \\\\n \\\\n\\\\n\\\\n"} +{"uid": 22022604, "url": "https://muckrack.com/andrew-kaczynski", "html": "\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n\\\\n \\\\n Andrew Kaczynski\\\\xe2\\\\x80\\\\x99s Profile | CNN Journalist | Muck Rack\\\\n \\\\n\\\\n \\\\n \\\\n \\\\n\\\\n \\\\n \\\\n \\\\n \\\\n\\\\n \\\\n \\\\n\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n\\\\n \\\\n \\\\n\\\\n \\\\n \\\\n \\\\n \\\\n\\\\n\\\\n \\\\n \\\\n \\\\n\\\\n\\\\n \\\\n\\\\n \\\\n \\\\n\\\\n \\\\n \\\\n \\\\n \\\\n\\\\n\\\\n\\\\n\\\\n \\\\n \\\\n \\\\n \\\\n\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n\\\\n \\\\n \\\\n\\\\n \\\\n \\\\n\\\\n \\\\n \\\\n\\\\n \\\\n \\\\n\\\\n \\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n \\\\n\\\\n\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n\\\\n \\\\n\\\\n \\\\n \\\\n \\\\n
\\\\n
\\\\n \\\\n \\\\n \\\\n \"Muck\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n\\\\n\\\\n\\\\n
\\\\n
\\\\n
\\\\n\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n \\\\n\\\\n \\\\n
\\\\n
\\\\n
\\\\n \\\\n
\\\\n \\\\n
\\\\n\\\\n \\\\n
\\\\n
\\\\n
\\\\n
\\\\n
\\\\n \\\\n \\\\n \\\\n\\\\n\\\\n\\\\n \\\\n\\\\n\\\\n\\\\n \\\\n\\\\n\\\\n\\\\n\\\\n
\\\\n
\\\\n
\\\\n
\\\\n
\\\\n \\\\n\\\\n\\\\n
\\\\n
\\\\n \\\\n \\\\n \\\\n \\\\n
\\\\n\\\\n \\\\n
\\\\n\\\\n\\\\n \\\\n\\\\n
\\\\n
\\\\n
\\\\n
\\\\n

\\\\n \\\\n Andrew Kaczynski\\\\n \\\\n

\\\\n \\\\n \\\\n Verified\\\\n \\\\n \\\\n\\\\n \\\\n\\\\n \\\\n
\\\\n \\\\n \\\\n
\\\\n \\\\n\\\\n
\\\\n \\\\n \\\\n
    \\\\n \\\\n \\\\n
  • \\\\n
    Editor and Reporter, KFile, CNN
    \\\\n
  • \\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n\\\\n \\\\n\\\\n \\\\n
\\\\n \\\\n
\\\\n Politics, \\\\n \\\\n U.S.\\\\n
\\\\n
\\\\n \\\\n
\\\\n \\\\n\\\\n \\\\n
\\\\n As seen in: \\\\n CNN, \\\\n \\\\n \\\\n CNN Business, \\\\n \\\\n \\\\n CNN en Espa\\\\xc3\\\\xb1ol, \\\\n \\\\n \\\\n Forbes, \\\\n \\\\n \\\\n Medium, \\\\n \\\\n \\\\n MSN, \\\\n \\\\n \\\\n MSN Canada, \\\\n \\\\n \\\\n The New York Times, \\\\n \\\\n \\\\n HuffPost, \\\\n \\\\n \\\\n Washington Post Opinions, \\\\n \\\\n \\\\n BuzzFeed\\\\n and more\\\\n
\\\\n \\\\n \\\\n \\\\n
\\\\n
\\\\n
\\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n CNN reporter\\\\xf0\\\\x9f\\\\x8e\\\\x97Beans & Tali's dad. Founder of @TeamBeansFund, raising money for childhood cancer in Beans' memory. Andrew.w.Kaczynski@gmail.com \\\\xf0\\\\x9f\\\\x87\\\\xa6\\\\xf0\\\\x9f\\\\x87\\\\xb1 \\\\xf0\\\\x9f\\\\x87\\\\xb5\\\\xf0\\\\x9f\\\\x87\\\\xb1\\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n
\\\\n
\\\\n\\\\n
\\\\n \\\\n
\\\\n \\\\n
\\\\n Is this you? As a journalist, you can create a free Muck Rack account to customize your profile, list your contact preferences, and upload a portfolio of your best work.\\\\n \\\\n Claim your profile\\\\n \\\\n
\\\\n \\\\n
\\\\n \\\\n
\\\\n\\\\n\\\\n \\\\n\\\\n \\\\n \\\\n \\\\n\\\\n
\\\\n
\\\\n

Get in touch with Andrew

\\\\n

Contact Andrew, search articles and Tweets, monitor coverage, and track replies from one place.

\\\\n \\\\n Learn more about Muck Rack\\\\n
\\\\n
\\\\n\\\\n\\\\n \\\\n
\\\\n
\\\\n

Contact

\\\\n \\\\n
\\\\n
\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n\\\\n
\\\\n \\\\n \\\\n \\\\n\\\\n\\\\n\\\\n\\\\n
\\\\n
\\\\n \\\\n Website\\\\n \\\\n \\\\n
\\\\n
\\\\n \\\\n\\\\n
\\\\n\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n\\\\n\\\\n\\\\n\\\\n
\\\\n
\\\\n \\\\n Blog\\\\n \\\\n \\\\n
\\\\n
\\\\n \\\\n\\\\n
\\\\n\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n\\\\n\\\\n\\\\n\\\\n
\\\\n
\\\\n \\\\n Twitter\\\\n \\\\n \\\\n
\\\\n
\\\\n \\\\n\\\\n
\\\\n\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n\\\\n\\\\n\\\\n\\\\n
\\\\n
\\\\n \\\\n Facebook\\\\n \\\\n \\\\n
\\\\n
\\\\n \\\\n\\\\n
\\\\n\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n\\\\n\\\\n\\\\n\\\\n
\\\\n
\\\\n \\\\n LinkedIn\\\\n \\\\n \\\\n
\\\\n
\\\\n \\\\n\\\\n
\\\\n\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n\\\\n\\\\n\\\\n\\\\n
\\\\n
\\\\n \\\\n Instagram\\\\n \\\\n \\\\n
\\\\n
\\\\n \\\\n\\\\n
\\\\n\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n\\\\n\\\\n\\\\n\\\\n
\\\\n
\\\\n \\\\n YouTube\\\\n \\\\n \\\\n
\\\\n
\\\\n \\\\n\\\\n
\\\\n\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n\\\\n\\\\n\\\\n\\\\n
\\\\n
\\\\n \\\\n Snapchat\\\\n \\\\n \\\\n
\\\\n
\\\\n \\\\n\\\\n
\\\\n\\\\n \\\\n \\\\n \\\\n \\\\n
\\\\n\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n
\\\\n
\\\\n\\\\n \\\\n \\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n \\\\n\\\\n \\\\n\\\\n\\\\n\\\\n \\\\n\\\\n\\\\n\\\\n \\\\n\\\\n \\\\n\\\\n\\\\n
\\\\n
\\\\n

\\\\n \\\\n Articles\\\\n \\\\n

\\\\n \\\\n \\\\n \\\\n Search Articles\\\\n \\\\n \\\\n
\\\\n
\\\\n \\\\n \\\\n \\\\n\\\\n\\\\n
\\\\n \\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n

\\\\n \\\\n DeSantis, who blamed diversity initiatives for Silicon Valley Bank's downfall, pushed for rollback of bank regulations under renewed scrutiny\\\\n \\\\n

\\\\n\\\\n
\\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n \\\\n By Steve Contorno and Andrew Kaczynski, CNNIn the wake of Silicon Valley Bank\\\\xe2\\\\x80\\\\x99s demise, Florida Gov. Ron DeSantis pointed fingers at several culprits, including the company\\\\xe2\\\\x80\\\\x99s diversity initiatives and federal regulators who he said \\\\xe2\\\\x80\\\\x9calways seem to whiff\\\\xe2\\\\x80\\\\x9d at preventing a financial crisis. But left out of DeSantis\\\\xe2\\\\x80\\\\x99 comments was his own record on banking regulations.\\\\n \\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n \\\\n
\\\\n\\\\n\\\\n \\\\n
\\\\n\\\\n\\\\n \\\\n \\\\n\\\\n\\\\n
\\\\n \\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n

\\\\n \\\\n DeSantis, who blamed diversity initiatives for Silicon Valley Bank's downfall, pushed for rollback of bank regulations under renewed scrutiny\\\\n \\\\n

\\\\n\\\\n
\\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n \\\\n In the wake of Silicon Valley Bank's demise, Florida Gov. Ron DeSantis pointed fingers at several culprits, including the company's diversity initiatives and federal regulators who he said "always seem to whiff" at preventing a financial crisis. But left out of DeSantis' comments was his own record on banking regulations.\\\\n \\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n \\\\n
\\\\n\\\\n\\\\n \\\\n
\\\\n\\\\n\\\\n \\\\n \\\\n\\\\n\\\\n
\\\\n \\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n

\\\\n \\\\n DeSantis, who blamed diversity initiatives for Silicon Valley Bank's downfall, pushed for rollback of bank regulations under renewed scrutiny\\\\n \\\\n

\\\\n\\\\n
\\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n \\\\n In the wake of Silicon Valley Bank's demise, Florida Gov. Ron DeSantis pointed fingers at several culprits, including the company's diversity initiatives and federal regulators who he said "always seem to whiff" at preventing a financial crisis. But left out of DeSantis' comments was his own record on banking regulations.\\\\n \\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n \\\\n
\\\\n\\\\n\\\\n \\\\n
\\\\n\\\\n\\\\n \\\\n \\\\n \\\\n
\\\\n
\\\\n\\\\n\\\\n \\\\n\\\\n\\\\n
\\\\n
\\\\n

Twitter Feed

\\\\n \\\\n \\\\n \\\\n Search Tweets\\\\n \\\\n \\\\n
\\\\n
\\\\n

@KFILE — 432,346 followers, 13,233 tweets

\\\\n \\\\n\\\\n\\\\n\\\\n \\\\n\\\\n \\\\n \\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n \\\\n\\\\n \\\\n
\\\\n
\\\\n \\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n
\\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n Andrew Kaczynski\\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n
\\\\n
\\\\n
\\\\n \\\\n
\\\\n \\\\n \\\\n Mar 20, 2023\\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n
\\\\n
\\\\n \\\\n
\\\\n \\\\n
\\\\n \\\\n @CheeseWhiz my grandfather was Arbereshe Albanian and Irish so it always rounds out to something around there on Ancestry depending on the update pic.twitter.com/uNP4vnwkbe\\\\n \\\\n
\\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n
\\\\n\\\\n
\\\\n\\\\n\\\\n \\\\n \\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n \\\\n\\\\n \\\\n
\\\\n
\\\\n \\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n
\\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n Andrew Kaczynski\\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n
\\\\n
\\\\n
\\\\n \\\\n
\\\\n \\\\n \\\\n Mar 19, 2023\\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n
\\\\n
\\\\n \\\\n
\\\\n \\\\n
\\\\n \\\\n Quite the scene in the Signature Bank collapse, in which total panic just spread in these WhatsApp groups.\\\\n\\\\n https://www.wsj.com/articles/signature-banks-quirky-mix-of-customers-fueled-its-rise-and-hastened-its-fall-8bc10cd2 \\\\xe2\\\\x80\\\\xa6 pic.twitter.com/8uN9q1C8Dn\\\\n \\\\n
\\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n
\\\\n\\\\n
\\\\n\\\\n\\\\n \\\\n \\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n \\\\n\\\\n \\\\n
\\\\n
\\\\n \\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n
\\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n Andrew Kaczynski\\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n
\\\\n
\\\\n
\\\\n \\\\n
\\\\n \\\\n \\\\n Mar 19, 2023\\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n
\\\\n
\\\\n \\\\n
\\\\n \\\\n
\\\\n \\\\n One of our friends gifted us this Sesame Street book about love for Talia. And it always reminds me of her big sister when reading it. Life is amazing but it can be so fragile in how precious it is. pic.twitter.com/3IsCK4qb3W\\\\n \\\\n
\\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n
\\\\n\\\\n
\\\\n\\\\n\\\\n \\\\n \\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n \\\\n\\\\n \\\\n
\\\\n
\\\\n \\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n
\\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n Andrew Kaczynski\\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n
\\\\n
\\\\n
\\\\n \\\\n
\\\\n \\\\n \\\\n Mar 19, 2023\\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n
\\\\n
\\\\n \\\\n
\\\\n \\\\n
\\\\n \\\\n Celebrating my 16% Irish heritage pic.twitter.com/ypUtaFYF3M\\\\n \\\\n
\\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n
\\\\n\\\\n
\\\\n\\\\n\\\\n \\\\n \\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n \\\\n\\\\n \\\\n
\\\\n
\\\\n \\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n
\\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n Andrew Kaczynski\\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n
\\\\n
\\\\n
\\\\n \\\\n
\\\\n \\\\n \\\\n Mar 19, 2023\\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n
\\\\n
\\\\n \\\\n
\\\\n \\\\n
\\\\n \\\\n often think about the discontinued Dunkin Donuts mascot pic.twitter.com/JG1ogHCgTk\\\\n \\\\n
\\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n
\\\\n \\\\n \\\\n \\\\n
\\\\n\\\\n
\\\\n\\\\n\\\\n \\\\n\\\\n \\\\n\\\\n
\\\\n Show More\\\\n
loading
\\\\n
\\\\n\\\\n\\\\n\\\\n\\\\n
\\\\n
\\\\n\\\\n\\\\n \\\\n\\\\n \\\\n\\\\n\\\\n\\\\n \\\\n \\\\n
\\\\n
\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n\\\\n\\\\n\\\\n \\\\n\\\\n\\\\n\\\\n \\\\n \\\\n
\\\\n
\\\\n

Contact

\\\\n \\\\n
\\\\n
\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n\\\\n
\\\\n \\\\n \\\\n \\\\n\\\\n\\\\n\\\\n\\\\n
\\\\n
\\\\n \\\\n Website\\\\n \\\\n \\\\n
\\\\n
\\\\n \\\\n\\\\n
\\\\n\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n\\\\n\\\\n\\\\n\\\\n
\\\\n
\\\\n \\\\n Blog\\\\n \\\\n \\\\n
\\\\n
\\\\n \\\\n\\\\n
\\\\n\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n\\\\n\\\\n\\\\n\\\\n
\\\\n
\\\\n \\\\n Twitter\\\\n \\\\n \\\\n
\\\\n
\\\\n \\\\n\\\\n
\\\\n\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n\\\\n\\\\n\\\\n\\\\n
\\\\n
\\\\n \\\\n Facebook\\\\n \\\\n \\\\n
\\\\n
\\\\n \\\\n\\\\n
\\\\n\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n\\\\n\\\\n\\\\n\\\\n
\\\\n
\\\\n \\\\n LinkedIn\\\\n \\\\n \\\\n
\\\\n
\\\\n \\\\n\\\\n
\\\\n\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n\\\\n\\\\n\\\\n\\\\n
\\\\n
\\\\n \\\\n Instagram\\\\n \\\\n \\\\n
\\\\n
\\\\n \\\\n\\\\n
\\\\n\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n\\\\n\\\\n\\\\n\\\\n
\\\\n
\\\\n \\\\n YouTube\\\\n \\\\n \\\\n
\\\\n
\\\\n \\\\n\\\\n
\\\\n\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n\\\\n\\\\n\\\\n\\\\n
\\\\n
\\\\n \\\\n Snapchat\\\\n \\\\n \\\\n
\\\\n
\\\\n \\\\n\\\\n
\\\\n\\\\n \\\\n \\\\n \\\\n \\\\n
\\\\n\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n
\\\\n
\\\\n\\\\n \\\\n \\\\n\\\\n
\\\\n
\\\\n

Get in touch with Andrew

\\\\n

Contact Andrew, search articles and Tweets, monitor coverage, and track replies from one place.

\\\\n \\\\n Learn more about Muck Rack\\\\n
\\\\n
\\\\n\\\\n\\\\n \\\\n\\\\n \\\\n\\\\n\\\\n\\\\n \\\\n\\\\n\\\\n\\\\n
\\\\n
\\\\n \\\\n \\\\n\\\\n\\\\n \\\\n \\\\n\\\\n \\\\n \\\\n\\\\n \\\\n \\\\n \\\\n \\\\n\\\\n\\\\n\\\\n \\\\n\\\\n\\\\n\\\\n \\\\n \\\\n
\\\\n\\\\n\\\\n \\\\n \\\\n\\\\n \\\\n \\\\n \\\\n \\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n \\\\n\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n\\\\n \\\\n \\\\n\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n \\\\n \\\\n \\\\n \\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n \\\\n \\\\n\\\\n \\\\n \\\\n\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n\\\\n \\\\n \\\\n\\\\n \\\\n\\\\n \\\\n \\\\n \\\\n\\\\n \\\\n\\\\n \\\\n \\\\n\\\\n \\\\n \\\\n \\\\n\\\\n"} +{"uid": 21998788, "url": "https://www.pn-wuppertal.de/links/2-linkseite/6-httpwwwpalliativ-portalde", "html": "\\\\xef\\\\xbb\\\\xbf\\\\n\\\\n\\\\n \\\\n \\\\n\\\\t\\\\n\\\\t\\\\n\\\\t\\\\n\\\\t\\\\n\\\\tLinks\\\\n\\\\t\\\\n\\\\t\\\\n\\\\t\\\\n\\\\n\\\\n\\\\t\\\\t\\\\n\\\\t\\\\t\\\\n\\\\t\\\\t\\\\n\\\\t\\\\t\\\\n\\\\t\\\\t\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n\\\\n
\\\\n\\\\t
\\\\n\\\\t\\\\t
\\\\n\\\\t\\\\t
\\\\n\\\\t\\\\t\\\\t
\\\\n\\\\t\\\\t\\\\t\\\\t
\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t
\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t
\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t
\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t
\\\\n\\\\t\\\\t\\\\t\\\\t
\\\\n\\\\t\\\\t\\\\t
\\\\n\\\\t\\\\t\\\\t
\\\\n\\\\t\\\\t\\\\t
    \\\\n\\\\t
  • \"Schrift
  • \\\\n\\\\t\\\\t
  • \"Standard
  • \\\\n\\\\t\\\\t
  • \"Schrift
  • \\\\n\\\\t\\\\t
\\\\n\\\\t\\\\t\\\\t
\\\\t\\\\t
\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t
\\\\n\\\\t
\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t
\\\\nHome \\\\xc2\\\\xbb Links
\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t
 
\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t
\\\\n\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t
\\\\n\\\\t\\\\t\\\\t\\\\t
\\\\n\\\\t
\\\\n
\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t
\\\\r\\\\n\\\\t\\\\r\\\\n\\\\t
\\\\r\\\\n\\\\t\\\\t

\\\\r\\\\n\\\\t\\\\t\\\\thttp://www.dgpalliativmedizin.de\\\\t\\\\t

\\\\r\\\\n\\\\t
\\\\r\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t
\\\\r\\\\n\\\\t\\\\t\\\\r\\\\n\\\\t\\\\t\\\\thttp://www.dgpalliativmedizin.de\\\\t\\\\t\\\\r\\\\n\\\\t\\\\t

Deutsche Gesellschaft f\\\\xc3\\\\xbcr Palliativmedizin e.V. (DGP)

\\\\t
\\\\r\\\\n\\\\t\\\\t
\\\\r\\\\n
\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t
\\\\n\\\\n\\\\t\\\\t\\\\t
\\\\n\\\\t\\\\t
\\\\n\\\\t\\\\t
\\\\n\\\\t\\\\t\\\\t
\\\\n\\\\t\\\\t\\\\t
\\\\n\\\\t\\\\t
\\\\n\\\\t\\\\t
\\\\n\\\\t
\\\\n
\\\\n
\\\\nCopyright © 2023 Palliativ Netzwerk Wuppertal e.V. Alle Rechte vorbehalten.\\\\n
\\\\n
\\\\n\\\\n\\\\n\\\\n\\\\n"} +{"uid": 22041498, "url": "http://www.network54.com/hide/forum/169571", "html": ""} +{"uid": 22072890, "url": "http://www.botany.hawaii.edu/faculty/carr/images/wik_oah.jpg", "html": "\\\\xff\\\\xd8\\\\xff\\\\xe0\\\\x00\\\\x10JFIF\\\\x00\\\\x01\\\\x02\\\\x01\\\\x00H\\\\x00H\\\\x00\\\\x00\\\\xff\\\\xe1\\\\x13\\\\xabExif\\\\x00\\\\x00MM\\\\x00*\\\\x00\\\\x00\\\\x00\\\\x08\\\\x00\\\\x07\\\\x01\\\\x12\\\\x00\\\\x03\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x01\\\\x00\\\\x00\\\\x01\\\\x1a\\\\x00\\\\x05\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x00\\\\x00b\\\\x01\\\\x1b\\\\x00\\\\x05\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x00\\\\x00j\\\\x01(\\\\x00\\\\x03\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x02\\\\x00\\\\x00\\\\x011\\\\x00\\\\x02\\\\x00\\\\x00\\\\x00\\\\x14\\\\x00\\\\x00\\\\x00r\\\\x012\\\\x00\\\\x02\\\\x00\\\\x00\\\\x00\\\\x14\\\\x00\\\\x00\\\\x00\\\\x86\\\\x87i\\\\x00\\\\x04\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x00\\\\x00\\\\x9c\\\\x00\\\\x00\\\\x00\\\\xc8\\\\x00\\\\x00\\\\x00H\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x00\\\\x00H\\\\x00\\\\x00\\\\x00\\\\x01Adobe Photoshop 7.0\\\\x002004:02:21 12:38:02\\\\x00\\\\x00\\\\x00\\\\x00\\\\x03\\\\xa0\\\\x01\\\\x00\\\\x03\\\\x00\\\\x00\\\\x00\\\\x01\\\\xff\\\\xff\\\\x00\\\\x00\\\\xa0\\\\x02\\\\x00\\\\x04\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x00\\\\x02\\\\xf1\\\\xa0\\\\x03\\\\x00\\\\x04\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x00\\\\x02D\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x06\\\\x01\\\\x03\\\\x00\\\\x03\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x06\\\\x00\\\\x00\\\\x01\\\\x1a\\\\x00\\\\x05\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x00\\\\x01\\\\x16\\\\x01\\\\x1b\\\\x00\\\\x05\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x00\\\\x01\\\\x1e\\\\x01(\\\\x00\\\\x03\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x02\\\\x00\\\\x00\\\\x02\\\\x01\\\\x00\\\\x04\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x00\\\\x01&\\\\x02\\\\x02\\\\x00\\\\x04\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x00\\\\x12}\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00H\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x00\\\\x00H\\\\x00\\\\x00\\\\x00\\\\x01\\\\xff\\\\xd8\\\\xff\\\\xe0\\\\x00\\\\x10JFIF\\\\x00\\\\x01\\\\x02\\\\x01\\\\x00H\\\\x00H\\\\x00\\\\x00\\\\xff\\\\xed\\\\x00\\\\x0cAdobe_CM\\\\x00\\\\x02\\\\xff\\\\xee\\\\x00\\\\x0eAdobe\\\\x00d\\\\x80\\\\x00\\\\x00\\\\x00\\\\x01\\\\xff\\\\xdb\\\\x00\\\\x84\\\\x00\\\\x0c\\\\x08\\\\x08\\\\x08\\\\t\\\\x08\\\\x0c\\\\t\\\\t\\\\x0c\\\\x11\\\\x0b\\\\n\\\\x0b\\\\x11\\\\x15\\\\x0f\\\\x0c\\\\x0c\\\\x0f\\\\x15\\\\x18\\\\x13\\\\x13\\\\x15\\\\x13\\\\x13\\\\x18\\\\x11\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x11\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x01\\\\r\\\\x0b\\\\x0b\\\\r\\\\x0e\\\\r\\\\x10\\\\x0e\\\\x0e\\\\x10\\\\x14\\\\x0e\\\\x0e\\\\x0e\\\\x14\\\\x14\\\\x0e\\\\x0e\\\\x0e\\\\x0e\\\\x14\\\\x11\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x11\\\\x11\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x11\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\xff\\\\xc0\\\\x00\\\\x11\\\\x08\\\\x00c\\\\x00\\\\x80\\\\x03\\\\x01\"\\\\x00\\\\x02\\\\x11\\\\x01\\\\x03\\\\x11\\\\x01\\\\xff\\\\xdd\\\\x00\\\\x04\\\\x00\\\\x08\\\\xff\\\\xc4\\\\x01?\\\\x00\\\\x00\\\\x01\\\\x05\\\\x01\\\\x01\\\\x01\\\\x01\\\\x01\\\\x01\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x03\\\\x00\\\\x01\\\\x02\\\\x04\\\\x05\\\\x06\\\\x07\\\\x08\\\\t\\\\n\\\\x0b\\\\x01\\\\x00\\\\x01\\\\x05\\\\x01\\\\x01\\\\x01\\\\x01\\\\x01\\\\x01\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x02\\\\x03\\\\x04\\\\x05\\\\x06\\\\x07\\\\x08\\\\t\\\\n\\\\x0b\\\\x10\\\\x00\\\\x01\\\\x04\\\\x01\\\\x03\\\\x02\\\\x04\\\\x02\\\\x05\\\\x07\\\\x06\\\\x08\\\\x05\\\\x03\\\\x0c3\\\\x01\\\\x00\\\\x02\\\\x11\\\\x03\\\\x04!\\\\x121\\\\x05AQa\\\\x13\"q\\\\x812\\\\x06\\\\x14\\\\x91\\\\xa1\\\\xb1B#$\\\\x15R\\\\xc1b34r\\\\x82\\\\xd1C\\\\x07%\\\\x92S\\\\xf0\\\\xe1\\\\xf1cs5\\\\x16\\\\xa2\\\\xb2\\\\x83&D\\\\x93TdE\\\\xc2\\\\xa3t6\\\\x17\\\\xd2U\\\\xe2e\\\\xf2\\\\xb3\\\\x84\\\\xc3\\\\xd3u\\\\xe3\\\\xf3F\\\\'\\\\x94\\\\xa4\\\\x85\\\\xb4\\\\x95\\\\xc4\\\\xd4\\\\xe4\\\\xf4\\\\xa5\\\\xb5\\\\xc5\\\\xd5\\\\xe5\\\\xf5Vfv\\\\x86\\\\x96\\\\xa6\\\\xb6\\\\xc6\\\\xd6\\\\xe6\\\\xf67GWgw\\\\x87\\\\x97\\\\xa7\\\\xb7\\\\xc7\\\\xd7\\\\xe7\\\\xf7\\\\x11\\\\x00\\\\x02\\\\x02\\\\x01\\\\x02\\\\x04\\\\x04\\\\x03\\\\x04\\\\x05\\\\x06\\\\x07\\\\x07\\\\x06\\\\x055\\\\x01\\\\x00\\\\x02\\\\x11\\\\x03!1\\\\x12\\\\x04AQaq\"\\\\x13\\\\x052\\\\x81\\\\x91\\\\x14\\\\xa1\\\\xb1B#\\\\xc1R\\\\xd1\\\\xf03$b\\\\xe1r\\\\x82\\\\x92CS\\\\x15cs4\\\\xf1%\\\\x06\\\\x16\\\\xa2\\\\xb2\\\\x83\\\\x07&5\\\\xc2\\\\xd2D\\\\x93T\\\\xa3\\\\x17dEU6te\\\\xe2\\\\xf2\\\\xb3\\\\x84\\\\xc3\\\\xd3u\\\\xe3\\\\xf3F\\\\x94\\\\xa4\\\\x85\\\\xb4\\\\x95\\\\xc4\\\\xd4\\\\xe4\\\\xf4\\\\xa5\\\\xb5\\\\xc5\\\\xd5\\\\xe5\\\\xf5Vfv\\\\x86\\\\x96\\\\xa6\\\\xb6\\\\xc6\\\\xd6\\\\xe6\\\\xf6\\\\'7GWgw\\\\x87\\\\x97\\\\xa7\\\\xb7\\\\xc7\\\\xff\\\\xda\\\\x00\\\\x0c\\\\x03\\\\x01\\\\x00\\\\x02\\\\x11\\\\x03\\\\x11\\\\x00?\\\\x00\\\\xe2\\\\xba_I\\\\xe9\\\\xfdC\\\\x1e\\\\xc7\\\\xe4\\\\xbd\\\\xfe\\\\xbb\\\\\\\\\\\\xfd\\\\xade\\\\xd8\\\\xf5mc\\\\x1b[\\\\xfdK+\\\\xce}\\\\x1b\\\\x98\\\\xed\\\\xee\\\\xfd#.\\\\xff\\\\x00\\\\xad\\\\xad\\\\x8a\\\\xfawO\\\\xab\\\\x0f\\\\xec\\\\xb5\\\\x87\\\\xb7 \\\\x02\\\\xe68\\\\xe4\\\\xf4\\\\xf2\\\\x0f\"\\\\xb6\\\\x92\\\\xdc\\\\xa6\\\\xefo\\\\xb7\\\\xf4\\\\xbb=\\\\xeb\\\\x9b\\\\xc6\\\\xb2\\\\xfa\\\\xf1\\\\xcd\\\\rw\\\\xe8\\\\x01.sKZuw\\\\xa7\\\\xb9\\\\xcd\\\\xdc\\\\xdd\\\\xdf\\\\xe0jM~N[\\\\xd9m;\\\\xc3\\\\x85\\\\xee\\\\xf5m\\\\x06\\\\xb6\\\\x02];\\\\xa5\\\\xaf\\\\xdb\\\\xb9\\\\x9e\\\\xef\\\\xa6\\\\xc69\\\\x88\\\\t\\\\x0b\\\\xa6(\\\\xe4\\\\x1f/f\\\\xf7R\\\\xab\\\\xea\\\\xdd\\\\x19F\\\\x9b\\\\x1f\\\\x9a\\\\xdbi#{\\\\xab\\\\x18\\\\xb6\\\\x02\\\\xe3\\\\xees\\\\x99~-\\\\xce\\\\xab\\\\xda\\\\xd3\\\\xf9\\\\x8f\\\\xb5lt~\\\\xbb\\\\xd3z\\\\x96Kpns\\\\xc5\\\\xd3\\\\xb3\\\\x1a\\\\xeb\\\\x80\\\\x1e\\\\xa8?E\\\\x96\\\\xb1\\\\x85\\\\xcc\\\\xab\\\\'\\\\xfa\\\\x9f\\\\xcf\\\\x7f\\\\xc6\\\\xff\\\\x009\\\\xc7\\\\x12\\\\xd3\\\\xec{b9\\\\x8d \\\\xa64\\\\x96\\\\xfb\\\\xaat\\\\x10dk\\\\xdf\\\\xc9\\\\xc8J7\\\\xbf\\\\xd1Y#\\\\x19\\\\x8a\\\\x96\\\\x9d\\\\x8b\\\\xe9\\\\x9dM\\\\xd4\\\\x8cW\\\\xfa\\\\x04\\\\x82\\\\xf2\\\\x1a\\\\xda\\\\xc7\\\\r\\\\xda6\\\\xbbo\\\\xfcb\\\\xe7\\\\xef\\\\xaad6\\\\x0c\\\\xea\\\\x1a\\\\xd6\\\\x82Di\\\\xae\\\\xed\\\\xaa\\\\xff\\\\x00A\\\\xeam\\\\xebx\\\\xc4_\\\\xafQ\\\\xa1\\\\xb1\\\\x93_\\\\x0e\\\\xb5\\\\xa3\\\\xe8\\\\xe4\\\\xb5\\\\xbf\\\\xfbq\\\\xfc\\\\xbf\\\\x7f\\\\xf8T\\\\xb30k\\\\x0f$\\\\xb3x\\\\x89\\\\x1c\\\\x88\\\\x8e\\\\x14;hZ9#!/P\\\\xdbG\\\\x1cT&j\\\\x06u\\\\xd0\\\\xbfo\\\\x1f\\\\x00\\\\xae\\\\xf4\\\\xbc\\\\xab\\\\x9dw\\\\xa5s\\\\xb7\\\\xb7\\\\x96\\\\x9f\\\\xfa.\\\\x9f\\\\xcfw\\\\xf6\\\\xd4\\\\x0bl\\\\x13\\\\xbc\\\\xcb\\\\x08\\\\x98p\\\\x91?\\\\xbb\\\\xa2\\\\x95,\\\\xaa\\\\xbb\\\\xd9aic\\\\x9d\\\\xf4\\\\x08;\\\\x9b\\\\xc7\\\\xd0\\\\xec\\\\xe4%\\\\xb5\\\\xf6\\\\xd7\\\\xecD\\\\x0e\\\\xa1\\\\xa9\\\\x92\\\\xdb\\\\x1d\\\\x95e&]\\\\xef 0\\\\x08\\\\x8d{m\\\\xfd\\\\xd5\\\\r\\\\xaeo\\\\xd2-\\\\xad\\\\xae&wA\\\\xd0\\\\x0f\\\\xddj\\\\xd0\\\\xea.\\\\xb4\\\\xe4\\\\x80uakc\\\\xdc\\\\x1b\\\\xba\\\\x7f{\\\\xf7\\\\x95\\\\x12\\\\xda\\\\x9b\\\\xb4\\\\x8d\\\\x08\\\\xe0\\\\x81\\\\xb5\\\\xae?\\\\xd7?\\\\xc9D\\\\x14\\\\x1d\\\\t\\\\x0c^CA\\\\xd0\\\\x8fPC\\\\xad3\\\\xaf\\\\xc3\\\\xf7\\\\x14\\\\xb1\\\\xa2\\\\xab\\\\x9bk\\\\xc0i\\\\xae4\\\\xe1\\\\xc0\\\\xcf\\\\xb7t}&\\\\xa8\\\\xb4X\\\\x1e\\\\x01\\\\xfel\\\\xc3\\\\xc9p\\\\x8d\\\\xcd\\\\xfeW\\\\xef\\\\xa2\\\\xd3\\\\x8fc\\\\xdc]\\\\xa0\\\\xdf\\\\x11\\\\x1e%\\\\xc3o\\\\xf2\\\\xda\\\\x81)\\\\t\\\\xb2\\\\xf1\\\\xc5Yy\\\\x15\\\\x82\\\\xd7\\\\\\\\lpk\\\\\\\\4\\\\xda\\\\x1cN\\\\xef\\\\xdd\\\\xfe\\\\xaa\\\\xafI&\\\\xda\\\\xdd%\\\\xe4\\\\xf8\\\\x99\\\\x83\\\\x07sc\\\\xf7Q\\\\xf2w\\\\xbb*\\\\xfb\\\\xc7\\\\x0e{\\\\x89t\\\\xfbI\\\\x07k\\\\x18[\\\\xf9\\\\x96)\\\\xd4\\\\xd3\\\\xeaP\\\\xe9/l\\\\xfb\\\\xb7\\\\x00\\\\x01\\\\x9d\\\\xdc~v\\\\xef\\\\xddLQ:\\\\xa2`\\\\xdd^\\\\xd8\\\\x05\\\\xf6j\\\\x08\\\\x1a\\\\xc7\\\\xd1\\\\xda\\\\x1a\\\\xa4\\\\xed\\\\xa5\\\\xde\\\\x99%\\\\xe2\\\\xc2\\\\x18\\\\x1aG\\\\x10~\\\\x9bO\\\\xf5Q\\\\x03\\\\x1c)\\\\x16V60\\\\x1d\\\\xd2\\\\xc9.\\\\x03\\\\xe8\\\\xb9\\\\xae\\\\xfc\\\\xe7m\\\\xf6\\\\xa6\\\\xdf\\\\xbd\\\\xef\\\\xbc\\\\x91\\\\xba\\\\x96\\\\x12Gr]\\\\xed\\\\x0f\\\\xff\\\\x00_\\\\xa0\\\\x9b3C\\\\xc7\\\\xa2\\\\x00\\\\xfe\\\\xd7\\\\xff\\\\xd0\\\\xe2(\\\\xa4\\\\xbe=0K\\\\x81\\\\x01\\\\xa3\\\\xbf\\\\xf5\\\\xbf\\\\xb6\\\\x9e\\\\xecF<83X\\\\x92I\\\\xd0\\\\x7fg\\\\xf9*\\\\xe3+l\\\\xee\\\\xda}77\\\\xd4li\\\\xee\\\\xee\\\\xdf\\\\xec9_,w\\\\xf86\\\\xc3,#k9sK\\\\xa3B\\\\xd7n\\\\xfc\\\\xefr\\\\xaf\\\\xd6\\\\xdc\\\\xb32\\\\x0b\\\\xc8\\\\xd9Qk\\\\xb6\\\\x9f\\\\xa2?8\\\\xf6\\\\xfeR\\\\x18\\\\x05\\\\xa4\\\\x82x\\\\xfc\\\\xdf\\\\x10\\\\xb6z\\\\x86\\\\x0be\\\\xc2\\\\xbfsk%\\\\xb2\\\\x7f9\\\\xc3BG\\\\xef5d\\\\xbe\\\\xa2\\\\x01n\\\\xa07V\\\\xf9x\\\\xa9\\\\xa1+\\\\r\\\\xbcy\\\\x04\\\\x86\\\\xac\\\\xf1r\\\\xef\\\\xc3\\\\xc8\\\\xaf+\\\\x19\\\\xe6\\\\xbb\\\\xe8p5\\\\xbcr\\\\x08\\\\xff\\\\x00\\\\xaac\\\\xfe\\\\x8b\\\\x98\\\\xbb\\\\xac>\\\\xa9\\\\x89\\\\xd4\\\\xb0\\\\x9b\\\\x93\\\\x01\\\\x8e\\\\xdd\\\\xb6\\\\xfa\\\\x7f\\\\xd1\\\\xd8u\\\\x9f\\\\xdeuo\\\\xfc\\\\xc7/>\"5\\\\x02|ei\\\\xfd_\\\\xbc\\\\xd7\\\\x9a\\\\xea\\\\xe7\\\\xdbk \\\\xf8\\\\x1d\\\\xbe\\\\xe6\\\\xa1\\\\x92:X\\\\xdc\\\\',\\\\x01\\\\x89=\\\\x9e\\\\x93\\\\'Mk0?xp\\\\xab3%\\\\xbe\\\\xa0\\\\xaa\\\\xd6\\\\x86\\\\xc9\\\\xf6\\\\xb9\\\\xbd\\\\xc9\\\\xfc\\\\xe73\\\\xdd\\\\xff\\\\x00A\\\\x10\\\\xdb\\\\xe9\\\\xb3o\\\\xb5\\\\xed\\\\xeeu\\\\x82\\\\x0f\\\\xe6\\\\xa0\\\\n\\\\xc5\\\\x87uzl\\\\xf7\\\\xfa$k\\\\xcf,?IA\\\\xbcKLhB^\\\\xa5\\\\x8e\\\\xf7X\\\\xcbX\\\\xdd\\\\ra\\\\xae3\\\\xcb\\\\x81\\\\xff\\\\x009ScZ\\\\xe2\\\\xe6\\\\xbc\\\\x93\\\\xb8L\\\\x9e7v\\\\x1b>\\\\x97\\\\xf2U\\\\xfe\\\\xa4\\\\x1d\\\\xfa\\\\'\\\\x06\\\\x17\\\\xb4\\\\xb4\\\\xcc\\\\x03\\\\xcc\\\\xf9*6;\\\\xd42\\\\xe0\\\\xd6\\\\x8d\\\\xa3S\\\\xa9\\\\x90=\\\\xc7`M\\\\xe2\\\\x02*\\\\x90\\\\x97\\\\xb8\\\\x83n\\\\xf6\\\\xb5\\\\xc2\\\\x08\\\\x1c\\\\xed\\\\xdb\\\\xed\\\\xf6{WCo\\\\xd4\\\\xae\\\\xb5\\\\xe9\\\\xd8\\\\xf0\\\\xea\\\\x1a\\\\xf7\\\\xb7Lf\\\\xd8D\\\\x91\\\\xc3C\\\\xb6\\\\xfa\\\\x7f\\\\xf4\\\\xd6+\\\\xf1r\\\\xf0\\\\xf3[U\\\\xb5\\\\xb9\\\\xb6\\\\x08u\\\\xf5\\\\xb9\\\\xba\\\\xb5\\\\xc0}\\\\'\\\\x7f\\\\'\\\\xfe\\\\x11\\\\x8a^*\\\\xdb^\\\\xf5\\\\xfc\\\\x18\\\\xa5\\\\t\\\\r\\\\xc2\\\\x10(c\\\\xc9\\\\xae\\\\xc2\\\\xd0\\\\xd3\\\\x0f$\\\\x1e\\\\xc7\\\\xf3\\\\x10\\\\xea\\\\xa6\\\\xbd\\\\xd9\\\\x0f\\\\x06Y\\\\xe9\\\\xeaY\\\\xdc\\\\xb8\\\\xcbB)u\\\\x8ff\\\\xe9i\\\\x90\\\\xe0Y\"{\\\\xb8;HB\\\\xc6\\\\xdcY\\\\x90\\\\xe6\\\\x08\\\\xfd\\\\x1b7G\\\\xf5\\\\xb5\\\\xe57$\\\\x85\\\\x81\\\\xf5Z\\\\x03\\\\xff\\\\xd1\\\\xc0\\\\x18\\\\x8fm5\\\\xb9\\\\xf5\\\\xbbmvA\\\\x0e\\\\x12\\\\x08p\\\\xdd\\\\xed\\\\x1f%\\\\xad\\\\xd1:u\\\\xd9\\\\xbdI\\\\x945\\\\xe0?\\\\xdcn\\\\xbc\\\\xcb\\\\xbfF\\\\x06\\\\xaf\\\\xf6\\\\xfb[g\\\\xe6\\\\xd5\\\\xb9R\\\\xc4d\\\\xbf`!\\\\xac\\\\xb4\\\\x1a\\\\xdf\\\\xee\\\\xd2N\\\\xadw\\\\xbf\\\\xf9k\\\\xb0\\\\xfa\\\\xa6q\\\\xea\\\\xe9\\\\x1b\\\\x1aY\\\\xeb\\\\xd8\\\\xf7\\\\xbe\\\\xd6\\\\x807C\\\\x7fF\\\\xc6;\\\\xf3\\\\xbf\\\\xc1\\\\xaayrpD\\\\x91\\\\xf4sp\\\\xc0NB\\\\xf6\\\\x1a\\\\xfd\\\\x8e\\\\x7fQ\\\\xfa\\\\x87k\\\\x03\\\\x9f\\\\xd3O\\\\xda\\\\xeah\\\\x96T\\\\xf2\\\\x1bws\\\\xb4h\\\\xda_\\\\xee\\\\xfd\\\\xd7\\\\xd7\\\\xff\\\\x00\\\\x16\\\\xb9\\\\xfe\\\\x89\\\\xf5<\\\\xf5~\\\\xa4\\\\xea\\\\xf2\\\\xec}X\\\\xb4\\\\xe9\\\\x90\\\\xe6\\\\x08yw\\\\xe7R\\\\xdfPm\\\\xaf\\\\xf9os}\\\\x8b\\\\xd4\\\\xb1\\\\xeck\\\\xc3H\\\\xe1\\\\xff\\\\x00D\\\\x8e\\\\xff\\\\x00\\\\xf9\\\\xca\\\\xca\\\\xc4\\\\xbf\\\\x1a\\\\xec\\\\xfc\\\\xbb\\\\x19\\\\xb6E\\\\xce.sF\\\\x91;7\\\\x7f\\\\xd76\\\\xfa\\\\x8fU\\\\xfe\\\\xf3.\\\\x01T$O\\\\xe1\\\\xd5\\\\xb40\\\\xc4J\\\\xc6\\\\x9e\\\\x0f\\\\x1b\\\\xf5\\\\xd7\\\\xea\\\\x17F\\\\xe9\\\\x1d\\\\x19\\\\xfdS\\\\xa7[k\\\\rvW[\\\\xa9\\\\xb5\\\\xe1\\\\xedp\\\\xb0\\\\xec\\\\xfd\\\\x13\\\\x8b[g\\\\xa8\\\\xdf\\\\xa4\\\\xb8,K\\\\xc6>Uv\\\\x9d\\\\x1bS\\\\x86\\\\xe09\\\\xdatz\\\\xf4\\\\x8f\\\\xf1\\\\x9b\\\\x9ar\\\\x1b\\\\x89\\\\xd3+\\\\xd4\\\\xd17\\\\xdd\\\\x06F\\\\xf7\\\\x8d\\\\x950\\\\xb7\\\\xe8;m{\\\\xac\\\\xff\\\\x00\\\\xae/3\\\\xba\\\\xb71\\\\xe6t\\\\x00\\\\xc1W\\\\xb0K\\\\x8e\\\\x15#d\\\\xae\\\\x06&\\\\xe2\\\\xf5\\\\xd61\\\\xcd;\\\\xda\\\\x1a\\\\xf6\\\\x11\\\\xa3\\\\x811\\\\xc7\\\\xe7\\\\x06\\\\xa8\\\\xd6\\\\xd7\\\\x17\\\\xb4W\\\\xee-p!\\\\x93\\\\x06\\\\x7fy\\\\x9f\\\\xbd\\\\xfde\\\\x9b\\\\xd0:\\\\xa8\\\\x96\\\\xf4\\\\xdc\\\\x82e\\\\xc43\\\\x1a\\\\xd0$\\\\xc9\\\\xfa5\\\\x11\\\\xfb\\\\xae\\\\xfc\\\\xc5\\\\xb60.\\\\xfbKH\\\\x1e\\\\xd2Av\\\\xd9\\\\x80?}\\\\xb3\\\\xf4\\\\x7f\\\\xa8\\\\xa3\\\\x980\\\\x04\\\\x10\\\\xd3\\\\x969F`\\\\x1e\\\\xfa\\\\x14}I\\\\xf3]0\\\\xe7\\\\x00d\\\\x96\\\\xb6u\\\\xf3\\\\xd1G\\\\xa2t<\\\\x9e\\\\xb1\\\\x98qq\\\\xdc\\\\xca\\\\xcb+u\\\\xcf{\\\\x84\\\\x90\\\\xd6\\\\x96\\\\x86\\\\xedm~\\\\xed\\\\xde\\\\xf5k\\\\xaba\\\\x072\\\\x90\\\\xd6\\\\x17\\\\x9au\\\\x0e\\\\x027\\\\x06\\\\xddh\\\\xdd\\\\xfaM\\\\xdf\\\\xe8\\\\xd5\\\\xca\\\\xf2\\\\xe8\\\\xc9i\\\\xa2\\\\xb2\\\\x1aZ@p\\\\x9eH\\\\xf7mg\\\\xf9\\\\xca\\\\xe3\\\\x08l\\\\xd9k\\\\x83\\\\x18\\\\xc1\\\\xb9\\\\xefwf\\\\x8fv\\\\xe7*\\\\x84\\\\\\\\\\\\x80\\\\x11\\\\xd8\\\\xea|[\\\\xba}\\\\xae\\\\t\\\\xfa\\\\xbb\\\\x83\\\\xd5\\\\xaa7\\\\xe6\\\\x97}\\\\xa2\\\\xdfs\\\\x9fY\\\\xdad\\\\xeb\\\\xeek\\\\xc3\\\\xb7l\\\\xfa+\\\\x91\\\\xeb\\\\xdf\\\\xe2\\\\xcf\\\\xab0\\\\xba\\\\xee\\\\x9fey\\\\xcc\\\\xd5\\\\xde\\\\x99\\\\x8a\\\\xad\\\\xf1\\\\xda\\\\xd6<\\\\xba\\\\x9b?\\\\xed\\\\xd5\\\\xd3b\\\\xfdk\\\\xc2\\\\xf5\\\\x1c.\\\\x06\\\\xb6=\\\\xees\\\\x03\\\\x84\\\\x18$\\\\x96\\\\xff\\\\x00\\\\xd1[x\\\\xfdc\\\\x12\\\\xf6\\\\xcdV\\\\x07\\\\x83\\\\xd8\\\\xa1\\\\x0c\\\\xf9q\\\\x9a\\\\xbd\\\\xba\\\\x15\\\\xa28\\\\xf7\\\\xef\\\\xd4>\\\\x07v=\\\\xd8\\\\xd9\\\\x06\\\\xab\\\\x18\\\\xeam\\\\xac\\\\xed{\\\\x1e\\\\x0b^\\\\xd7\\\\x0f\\\\xdek\\\\xb6\\\\xb9\\\\x8ej\\\\xdc\\\\xfa\\\\xa7\\\\xd7\\\\xf3\\\\x99q\\\\xe9W<\\\\xdd\\\\x8fk\\\\\\\\k\\\\x0e\\\\x97\\\\x16=\\\\xa0\\\\xd9\\\\xecw\\\\xee?o\\\\xd0]\\\\xff\\\\x00\\\\xd7\\\\xae\\\\x81\\\\x89\\\\xd6\\\\xf0\\\\x1b}B\\\\xba\\\\xfa\\\\x95Nkh\\\\xbc\\\\x98\\\\x0eg\\\\xe7c\\\\xdc\\\\xff\\\\x00\\\\xa5\\\\xb3\\\\xfd\\\\x1f\\\\xfa;\\\\x17\\\\x9et\\\\x9e\\\\x81\\\\xd6\\\\xf1\\\\xbe\\\\xb0\\\\xe36\\\\xcc+D\\\\xb8\\\\xb8\\\\xb8\\\\x00Y\\\\xb4\\\\xb5\\\\xdb\\\\xdeo\\\\x9fGc\\\\x7f?\\\\xf4\\\\x8bC\\\\x1ea\\\\x9f\\\\x11\\\\xd2\\\\xa5\\\\xa8\\\\xaf\\\\xeb\\\\x7fU&\\\\x8d\\\\xc7sV\\\\x1e\\\\xc6\\\\xbc\\\\xecv>\\\\x9bl\\\\x13n\\\\xe2*\\\\x1cA#W \\\\xe7u@\\\\xe9\\\\x0e\\\\xff\\\\x00b\\\\xc6\\\\xfa\\\\xc5\\\\x8b\\\\x91[\\\\xf20\\\\xdc\\\\xe15\\\\x82\\\\xd6>\\\\xb3,\\\\'\\\\x99k\\\\xff\\\\x00u\\\\xcb#\\\\t\\\\xb62\\\\xe6\\\\xfd\\\\xa6\\\\xe3s\\\\x87\\\\xd1k\\\\x9cKA\\\\x8f\\\\xcd\\\\xdc}\\\\xceT\\\\xe7\\\\x8b\\\\x8c\\\\x12g\\\\\\\\:p\\\\xd6\\\\xb2\\\\xf1b\\\\x14<\\\\xed\\\\xe8\\\\xdf\\\\xd6\\\\xfa\\\\x90\\\\xa3\\\\xec\\\\xd8\\\\xd787n\\\\xd6\\\\xb9\\\\xfa\\\\xfam<\\\\xb6\\\\x8f\\\\xcen\\\\xe5w\\\\x1b\\\\xeb7Z\\\\xaf\\\\xa7\\\\xb7\\\\x06\\\\xeb[\\\\x90\\\\xc6q}\\\\xa1\\\\xde\\\\xa9h\\\\xe2\\\\xbb-k\\\\xdb\\\\xea5\\\\xbf\\\\xcb\\\\xf7\\\\xaey\\\\xf9\\\\rou\\\\x11\\\\x9c&\\\\x00\\\\xdd\\\\xe5\\\\xca\\\\x88B\\\\\\\\$\\\\x01\\\\xa1\\\\xdd\\\\x90\\\\x1e\\\\xefR\\\\xde\\\\xaf\\\\x9e\\\\xc7Sx\\\\xdb[*xxk\\\\x1aC_\\\\xfc\\\\x8b\\\\x8c\\\\xee{6\\\\xfeb\\\\xea\\\\xf1\\\\xe9\\\\xc2\\\\xea\\\\xd8\\\\xd8\\\\xddJ\\\\xb7\\\\xb9\\\\xadx.ur\\\\x08\\\\x0e\\\\x9d\\\\x8fg\\\\r\\\\xfeoo\\\\xb1y\\\\xa5\\\\xddb\\\\xea\\\\xe9\\\\xfd&\\\\x8d\\\\x026\\\\x12\\\\'_\\\\xe4+?V>\\\\xbd\\\\x0e\\\\x97\\\\x92\\\\xfa2k\\\\xdd\\\\x83y\\\\x97\\\\x06\\\\x9dZ\\\\xf1\\\\xa0\\\\xbb_o\\\\xb9\\\\xbe\\\\xc4\\\\xec\\\\\\\\\\\\xbc\\\\xc8:\\\\x13\\\\x10;_\\\\xa9p\\\\x90\\\\xba\\\\x0f\\\\xa8]M\\\\xf5\\\\xe2\\\\xde\\\\xee\\\\x9fc~\\\\xd5mc\\\\xd1u\\\\xe0\\\\xb9\\\\xad mg\\\\xf3{]\\\\xb7\\\\xf9\\\\x0b\\\\xcbm\\\\xaf#\\\\x1c}\\\\x977\\\\xf4\\\\x8f\\\\xa0\\\\x96XI\\\\xf7H\\\\x00\\\\x9d\\\\xb6\\\\xfes\\\\x1c\\\\xbd\\\\x13\\\\x0b\\\\xacU\\\\x9d\\\\xd2i\\\\xcfm{Yn\\\\xe3Y.\\\\x9fk\\\\\\\\\\\\xe0\\\\xd7K\\\\x0f\\\\xee\\\\xae\\\\x1f\\\\xadfS\\\\x91\\\\xd4\\\\xad\\\\xb9\\\\x85\\\\xa1\\\\x81\\\\xe6\\\\xb7\\\\x93\\\\xf4e\\\\x91\\\\xfes\\\\x93\\\\xe3\\\\x10=$\\\\x01\\\\xa5\\\\xd3\\\\x0f2l\\\\x02:\\\\x17\\\\xff\\\\xd3\\\\xcd\\\\xc8\\\\xc8eXV\\\\xbd\\\\xc0M\\\\x87\\\\xd3c\\\\x86\\\\x93\\\\xde\\\\xcf\\\\xfa\\\\x0b\"\\\\x9f\\\\xac\\\\x1f\\\\xb3C~\\\\xcfX\\\\xb4\\\\x82Kw8\\\\xb4\\\\t\\\\xfc\\\\xd8g\\\\xee\\\\xbf\\\\xdc\\\\xaeu@\\\\xdb\\\\xb1\\\\x1ajw\\\\xa8\\\\xda\\\\xdaKKu\\\\x0f\\\\'\\\\xfc#?\\\\x92\\\\xb3\\\\xba\\\\x1f\\\\xd5\\\\xcb\\\\xba\\\\xa5\\\\xc6\\\\xfc\\\\x87\\\\x1apZcx\\\\xd1\\\\xcf?\\\\xe8\\\\xe8\\\\xdc?\\\\xcf\\\\xb5V0\\\\x84\\\\xc5OX\\\\x8d\\\\\\\\\\\\xec\\\\x06\\\\xaeWT\\\\xd9\\\\xe9\\\\x7f^z\\\\xc7N\\\\xca\\\\xb7 :\\\\xbb\\\\xdd\\\\x90\\\\xff\\\\x00R\\\\xca\\\\xeef\\\\xe6\\\\xef\\\\xfa3KZZ\\\\xfa\\\\xbd\\\\xbe\\\\xdfb\\\\xea[\\\\xf5\\\\xb3\\\\xaa\\\\xf5J\\\\xfd\\\\x1c\\\\x8ck\\\\xab\\\\xae\\\\xc6\\\\xfe\\\\x95\\\\x8c\\\\xa8\\\\xb2\\\\xa3?\\\\xbc\\\\xfbv\\\\xbd\\\\xdf\\\\xe7\\\\xa8\\\\xe0`\\\\xf4\\\\xee\\\\x9f\\\\xae\\\\x0e31\\\\xdd\\\\x10l\\\\x8d\\\\xd6\\\\x7f\\\\xdb\\\\xd6\\\\x97Y\\\\xfej;\\\\xecs\\\\x9d%\\\\xc5\\\\xce\\\\x1c\\\\xce\\\\xbf\\\\xc54\\\\xc67q\\\\x15\\\\xfc\\\\xbfu|\\\\xf3^\\\\x81\\\\xaa:m6\\\\x92\\\\xd2\\\\xe2\\\\x18\\\\xed\\\\x08$D\\\\x7f\\\\'ro\\\\xd9\\\\x9bCMW\\\\n^\\\\xdf\\\\xa5\\\\xb4\\\\xbe9\\\\xd1\\\\xdbF\\\\xe4r\\\\xe3:\\\\xf7\\\\xe6~\\\\x10\\\\xa2m\\\\xe2f&\\\\x01\\\\x99\\\\xd16P\\\\x12\\\\xf9\\\\x80>a\\\\x88H\\\\x8f\\\\x94\\\\xf0\\\\xf9+#\\\\x05\\\\x97\\\\x16\\\\x0bs\\\\xf2\\\\x88\\\\xac\\\\xe9\\\\xe9\\\\xb9\\\\xac\\\\x13\\\\xd9\\\\xde\\\\xefW\\\\xf3\\\\x7fy\\\\x8bC\\\\x0f\\\\xf6ya\\\\xa1\\\\xee\\\\xbd\\\\xe1\\\\xe27\\\\xba\\\\xc6\\\\xba`\\\\x7f\\\\x85\\\\xaf\\\\xd1\\\\xad\\\\x8b*\\\\xcb\\\\t\\\\xe4\\\\x90\\\\x7f\\\\x1f\\\\xf3\\\\x7fu\\\\x17\\\\x08\\\\xb4\\\\xdc$:\\\\x04\\\\xeax\\\\xe1.\\\\x10\\\\x06\\\\x91\\\\x11\\\\xf2\\\\xf4\\\\xa4JD\\\\x8b7\\\\xafT\\\\x9dS\\\\x07\\\\xa4\\\\x8aF\\\\xca\\\\x9fy2\\\\x05{\\\\xf67\\\\xfa\\\\xeeuc{\\\\xbf\\\\x92\\\\xb9\\\\x0b\\\\xbe\\\\xac\\\\xb6\\\\xeb\\\\xb7\\\\x06\\\\xba\\\\xb1\\\\xe2\\\\xeb\\\\x0b\\\\x88\\\\xfc7.\\\\xb3=\\\\xce\\\\x0ehkw6$\\\\x182\\\\xd3\\\\xc6\\\\xdd\\\\xc1R\\\\x16n\\\\x88p\\\\xda\\\\x06\\\\x83W\\\\x1f\\\\x1f\\\\xa3\\\\x1f\\\\x9c\\\\x8c,u#\\\\xc9t\\\\xb2H\\\\x1d\\\\ry9M\\\\xfa\\\\xb3\\\\x8c\\\\x19/\\\\xca\\\\xbe`i\\\\xec1\\\\xfd\\\\xa3\\\\xeeEo\\\\xd5\\\\xfc`\\\\xc2*\\\\xca\\\\xb6\\\\xb2\\\\x07/cy\\\\xff\\\\x00\\\\xa2\\\\xaf\\\\x8dd\\\\xc6\\\\x83\\\\xbc\\\\x7f\\\\xd1NK\\\\xcb[\\\\xa4\\\\xf8\\\\t\\\\xfc\\\\xba\\\\xa2E\\\\xee\\\\xb7\\\\xdd\\\\x9fw\\\\x16\\\\xcf\\\\xaa-{\\\\x8b\\\\x8e}\\\\x9a\\\\xf7u:k\\\\xfb\\\\xd1j\\\\x03\\\\xfe\\\\xa5g\\\\xed\\\\xfd[\"\\\\x9b\\\\xec \\\\x16\\\\xd5\\\\xab\\\\x1c\\\\xe9\\\\xe1\\\\xads\\\\xa6\\\\xbd\\\\xff\\\\x00\\\\xc8s\\\\xd7F=\\\\xa0\\\\x978\\\\x08\\\\x07\\\\x99$\\\\xcf\\\\x97\\\\xf2T\\\\x99s\\\\xb6\\\\x87\\\\x06\\\\x96\\\\x80@\\\\x07M~\\\\xef\\\\xfb\\\\xfax\\\\xc8F\\\\x97\\\\xf4\\\\\\\\2\\\\xcc<\\\\x9fK\\\\xfa\\\\xc1\\\\xd6:ev\\\\xf4\\\\xea\\\\\\\\EV8\\\\x87\\\\xe3\\\\xda\\\\x0f\\\\xe8\\\\xec\\\\x1a=\\\\xecn\\\\x8e\\\\xaa\\\\xcd\\\\xcd\\\\xfd+\\\\x15\\\\xc6\\\\xce\\\\xdd\\\\x8e\\\\xd4\\\\xf8\\\\x11>\\\\xe7H\\\\xb1\\\\xfa~\\\\xfe\\\\xd5\\\\xa9\\\\xd7\\\\xf0\\\\xf1w\\\\xd3\\\\xd5,\\\\xae/\\\\xbc\\\\x16<\\\\xb0\\\\x8dv\\\\x00\\\\xea\\\\xdeX~\\\\x93\\\\xf6\\\\xfe\\\\x8d\\\\xca\\\\x95\\\\x150zn\\\\xc8\\\\xd0\\\\xb8o\\\\xa3\\\\x1f\\\\xe8\\\\x97\\\\x91\\\\xfe\\\\x12\\\\xd7\\\\x7f\\\\xa1Pe\\\\x1cy*1\\\\xa2w\\\\xfe\\\\xb2\\\\xe9H\\\\xe4 \\\\x0f\\\\xb1\\\\xff\\\\xd4\\\\xcc\\\\xb3\\\\x1e\\\\xb2\\\\xdf\\\\xb1W\\\\x153]\\\\x9bt\\\\x12\\\\xe9\\\\xb1\\\\xee }\\\\x05\\\\xae\\\\xd2\\\\xd6\\\\xe2\\\\xd0)\\\\xd2\\\\x91[Em\\\\xed\\\\xa7\\\\x87\\\\xf2w,\\\\x9b\\\\xa5\\\\x8c\\\\x01\\\\xed\\\\xf4\\\\xecp\\\\x04\\\\x11\\\\xc7\\\\xa6\\\\xd0\\\\xd7m\\\\xff\\\\x00\\\\xa5\\\\xedV\\\\xf0/\\\\x0eg\\\\xd9\\\\xdb\\\\xa8h.l\\\\xf9\\\\xf24U\\\\x8b\\\\x93\\\\x13\\\\xa9\\\\x07\\\\xabq\\\\xce \\\\xc6\\\\x82x\\\\x1f\\\\x15\\\\x02|9\\\\x1eR?\\\\xb4\\\\x84\\\\xd7\\\\xef09\\\\x1c\\\\xea\\\\xa5\\\\xa7\\\\x12\\\\x01\\\\xe4\\\\x01\\\\xac\\\\xff\\\\x00%*\\\\\\\\\\\\xa2\\\\xe2\\\\x01\\\\x02\\\\x1a\\\\x0e\\\\x80v\\\\xd1E\\\\xc4\\\\x90u\\\\xf0\\\\x81\\\\xf9{$\\\\xe9\\\\x02\\\\x0b\\\\x08\\\\xf9\\\\x925\\\\xf8!\\\\xb8\\\\xe9&\\\\x00\\\\xd4L\\\\xfeQ\\\\xaaT\\\\x8b\\\\\\\\\\\\xd9\\\\x1b\\\\xa4\\\\xba\\\\x08\\\\xf6\\\\x10Qq\\\\x1e\\\\xd3v\\\\xe3/\\\\xd8\\\\xd3\\\\x00\\\\xcc\\\\xcf\\\\xd0\\\\xe7\\\\xe6\\\\xaa\\\\xb8\\\\xb8\\\\x1d\\\\x0c\\\\xf9\\\\x01\\\\xc2\\\\xbd\\\\x82\\\\\\\\\\\\xd0\\\\xeb,\\\\x9d\\\\xb1\\\\xa6\\\\xee<\\\\xdc\\\\xd0\\\\x9b-\\\\x93\\\\x1dd\\\\x11f\\\\xbe\\\\xafWd\\\\x12\\\\xe6F\\\\xa6;y\\\\x83\\\\xff\\\\x00}UC\\\\x98`\\\\xe9\\\\xb8\\\\x0fv\\\\xa7\\\\xfe\\\\xab\\\\xdb\\\\xfej\\\\x9d\\\\xd6\\\\xb2\\\\xcb\\\\x9c\\\\xe6\\\\xb8\\\\x96\\\\xbfXs\\\\x7f\\\\xf3\\\\xa5\\\\x06\\\\x96\\\\xed\\\\xdc\\\\xdd\\\\xa6t\\\\x92?\\\\xd8\\\\x90\\\\xd9\\\\x04\\\\xd9*\\\\xdd\\\\x04\\\\xe8\\\\'\\\\x91\\\\xa8\\\\xd18{\\\\xa0i\\\\x00q\\\\xfe\\\\xbf\\\\xba\\\\x90lk\\\\x03\\\\xc8i\\\\xc7\\\\x9a\\\\x94\\\\x19\\\\x98\\\\xd7\\\\xca\\\\x7f\\\\xd7jD\\\\x1e\\\\xea\\\\x0c\\\\x86\\\\xe8o\\\\xb4\\\\x18\\\\xec5\\\\xd7\\\\xf7\\\\x94\\\\x98\\\\x0b\\\\xc9\\\\x02\\\\x00?IE\\\\xa42y\\\\x13\\\\xdf\\\\xbf\\\\xc9Z\\\\xc3k=\\\\xd7<~\\\\x8d\\\\x90`\\\\xf7?\\\\xba\\\\x88\\\\x1d7H\\\\xb2tq\\\\xfe\\\\xb7\\\\xf5\\\\x0b0_Mt\\\\xe3\\\\xfa\\\\xb7\\\\xb1\\\\x92\\\\x1c\\\\xf15\\\\xd4^d;\\\\xd1\\\\xfa6Z\\\\xf67\\\\xf3\\\\xfd\\\\x95\\\\xae>rr[vm\\\\xd9\\\\x0f9d\\\\xea\\\\xe2\\\\xedO\\\\xf2O\\\\xfd\\\\xf5v\\\\x9dG\\\\x15\\\\xfdB\\\\xe7\\\\xd7\\\\xean\\\\x9fs\\\\x9d:\\\\x97\\\\x1f\\\\x0f\\\\xea.;6\\\\xba\\\\xf1\\\\x1c\\\\xfan\\\\x04^\\\\x0e\\\\xb1\\\\xc1\\\\x1e*\\\\xcc1\\\\x88\\\\xeb\\\\xd4\\\\xee]\\\\x0cx\\\\xc4\"\\\\x00\\\\x1a\\\\xf5/\\\\xff\\\\xd5\\\\xa5l\\\\xfd\\\\x89\\\\xb1\\\\xb6g\\\\xfc,\\\\x7f\\\\xe0\\\\x13\\\\xed\\\\xdb\\\\xfb\\\\xff\\\\x00\\\\xd8U\\\\x9d\\\\xean\\\\xa7w\\\\xad3\\\\xa7\\\\xa7\\\\xb29\\\\xfc\\\\xcd\\\\x9e\\\\xdf\\\\xf3\\\\xd7\\\\x00\\\\x92\\\\xa8wr{n\\\\xfanG\\\\xd2\\\\x1e3\\\\xac\\\\x7f\\\\xaf\\\\xd3D\\\\xaf\\\\xe8;\\\\x9e\\\\xdf\\\\x05\\\\xe5\\\\xc9\\\\'\\\\x05\\\\xd2\\\\xdd\\\\xf5f\\\\xc6\\\\xee\\\\xfd\\\\xbe\\\\x8c\\\\xc2\\\\t\\\\x9d\\\\xc7\\\\x89\\\\xd7\\\\xe9\\\\xc4\\\\xf3\\\\xfej\\\\xf2\\\\xf4\\\\x92Z\\\\xfaY\\\\xe0\\\\xcc\\\\xcc\\\\xfeo\\\\xfeb\\\\xac\\\\xd7\\\\xfd\\\\x05\\\\xdbg\\\\xfb<\\\\xfc\\\\xf7\\\\xaf+I\"\\\\x98\\\\xf5\\\\xf2}\\\\x13X\\\\xff\\\\x00t\\\\x7fi\\\\x10\\\\xf28\\\\xe3\\\\xe5\\\\xfd\\\\x95\\\\xe6\\\\xe9$\\\\x87\\\\xd2\\\\xc7x\\\\x98\\\\xfc~r\\\\x9b\\\\xf3\\\\x0f\\\\xe1\\\\x9b\\\\xd8\\\\xfd.\\\\xdc\\\\xff\\\\x00\\\\x04{\\\\xe7\\\\xecTm\\\\x9d\\\\xbb\\\\xdd>\\\\x94D\\\\xc7\\\\xf8M\\\\xfe\\\\xfd\\\\xff\\\\x00\\\\xd4\\\\xf6/+I?\\\\x1f\\\\xcc\\\\x19p|\\\\xf1}\\\\x06\\\\x8d\\\\xbfl\\\\xaf\\\\x99\\\\x8f\\\\xcc\\\\xdd?\\\\xd9\\\\xfc\\\\xc5\\\\xcd\\\\xfdl\\\\xfe\\\\x9c\\\\xc9\\\\xdb1\\\\xfd\\\\xbf\\\\xed\\\\xed\\\\xf6\\\\xac$\\\\x95\\\\x82\\\\xe8?\\\\xff\\\\xd9\\\\xff\\\\xed\\\\x18BPhotoshop 3.0\\\\x008BIM\\\\x04%\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x10\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x008BIM\\\\x03\\\\xed\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x10\\\\x00H\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x01\\\\x00H\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x018BIM\\\\x04&\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x0e\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00?\\\\x80\\\\x00\\\\x008BIM\\\\x04\\\\r\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x04\\\\x00\\\\x00\\\\x00\\\\x1e8BIM\\\\x04\\\\x19\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x04\\\\x00\\\\x00\\\\x00\\\\x1e8BIM\\\\x03\\\\xf3\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\t\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x01\\\\x008BIM\\\\x04\\\\n\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x008BIM\\\\'\\\\x10\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\n\\\\x00\\\\x01\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x018BIM\\\\x03\\\\xf5\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00H\\\\x00/ff\\\\x00\\\\x01\\\\x00lff\\\\x00\\\\x06\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00/ff\\\\x00\\\\x01\\\\x00\\\\xa1\\\\x99\\\\x9a\\\\x00\\\\x06\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x01\\\\x002\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00Z\\\\x00\\\\x00\\\\x00\\\\x06\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x01\\\\x005\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00-\\\\x00\\\\x00\\\\x00\\\\x06\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x018BIM\\\\x03\\\\xf8\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00p\\\\x00\\\\x00\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\x03\\\\xe8\\\\x00\\\\x00\\\\x00\\\\x00\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\x03\\\\xe8\\\\x00\\\\x00\\\\x00\\\\x00\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\x03\\\\xe8\\\\x00\\\\x00\\\\x00\\\\x00\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\xff\\\\x03\\\\xe8\\\\x00\\\\x008BIM\\\\x04\\\\x08\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x10\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x00\\\\x02@\\\\x00\\\\x00\\\\x02@\\\\x00\\\\x00\\\\x00\\\\x008BIM\\\\x04\\\\x1e\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x04\\\\x00\\\\x00\\\\x00\\\\x008BIM\\\\x04\\\\x1a\\\\x00\\\\x00\\\\x00\\\\x00\\\\x03C\\\\x00\\\\x00\\\\x00\\\\x06\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x02D\\\\x00\\\\x00\\\\x02\\\\xf1\\\\x00\\\\x00\\\\x00\\\\x07\\\\x00w\\\\x00i\\\\x00k\\\\x00_\\\\x00o\\\\x00a\\\\x00h\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x02\\\\xf1\\\\x00\\\\x00\\\\x02D\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x10\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00null\\\\x00\\\\x00\\\\x00\\\\x02\\\\x00\\\\x00\\\\x00\\\\x06boundsObjc\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00Rct1\\\\x00\\\\x00\\\\x00\\\\x04\\\\x00\\\\x00\\\\x00\\\\x00Top long\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00Leftlong\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00Btomlong\\\\x00\\\\x00\\\\x02D\\\\x00\\\\x00\\\\x00\\\\x00Rghtlong\\\\x00\\\\x00\\\\x02\\\\xf1\\\\x00\\\\x00\\\\x00\\\\x06slicesVlLs\\\\x00\\\\x00\\\\x00\\\\x01Objc\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x05slice\\\\x00\\\\x00\\\\x00\\\\x12\\\\x00\\\\x00\\\\x00\\\\x07sliceIDlong\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x07groupIDlong\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x06originenum\\\\x00\\\\x00\\\\x00\\\\x0cESliceOrigin\\\\x00\\\\x00\\\\x00\\\\rautoGenerated\\\\x00\\\\x00\\\\x00\\\\x00Typeenum\\\\x00\\\\x00\\\\x00\\\\nESliceType\\\\x00\\\\x00\\\\x00\\\\x00Img \\\\x00\\\\x00\\\\x00\\\\x06boundsObjc\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00Rct1\\\\x00\\\\x00\\\\x00\\\\x04\\\\x00\\\\x00\\\\x00\\\\x00Top long\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00Leftlong\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00Btomlong\\\\x00\\\\x00\\\\x02D\\\\x00\\\\x00\\\\x00\\\\x00Rghtlong\\\\x00\\\\x00\\\\x02\\\\xf1\\\\x00\\\\x00\\\\x00\\\\x03urlTEXT\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00nullTEXT\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00MsgeTEXT\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x06altTagTEXT\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x0ecellTextIsHTMLbool\\\\x01\\\\x00\\\\x00\\\\x00\\\\x08cellTextTEXT\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\thorzAlignenum\\\\x00\\\\x00\\\\x00\\\\x0fESliceHorzAlign\\\\x00\\\\x00\\\\x00\\\\x07default\\\\x00\\\\x00\\\\x00\\\\tvertAlignenum\\\\x00\\\\x00\\\\x00\\\\x0fESliceVertAlign\\\\x00\\\\x00\\\\x00\\\\x07default\\\\x00\\\\x00\\\\x00\\\\x0bbgColorTypeenum\\\\x00\\\\x00\\\\x00\\\\x11ESliceBGColorType\\\\x00\\\\x00\\\\x00\\\\x00None\\\\x00\\\\x00\\\\x00\\\\ttopOutsetlong\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\nleftOutsetlong\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x0cbottomOutsetlong\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x0brightOutsetlong\\\\x00\\\\x00\\\\x00\\\\x00\\\\x008BIM\\\\x04\\\\x11\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x01\\\\x01\\\\x008BIM\\\\x04\\\\x14\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x04\\\\x00\\\\x00\\\\x00\\\\x028BIM\\\\x04\\\\x0c\\\\x00\\\\x00\\\\x00\\\\x00\\\\x12\\\\x99\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x00\\\\x00\\\\x80\\\\x00\\\\x00\\\\x00c\\\\x00\\\\x00\\\\x01\\\\x80\\\\x00\\\\x00\\\\x94\\\\x80\\\\x00\\\\x00\\\\x12}\\\\x00\\\\x18\\\\x00\\\\x01\\\\xff\\\\xd8\\\\xff\\\\xe0\\\\x00\\\\x10JFIF\\\\x00\\\\x01\\\\x02\\\\x01\\\\x00H\\\\x00H\\\\x00\\\\x00\\\\xff\\\\xed\\\\x00\\\\x0cAdobe_CM\\\\x00\\\\x02\\\\xff\\\\xee\\\\x00\\\\x0eAdobe\\\\x00d\\\\x80\\\\x00\\\\x00\\\\x00\\\\x01\\\\xff\\\\xdb\\\\x00\\\\x84\\\\x00\\\\x0c\\\\x08\\\\x08\\\\x08\\\\t\\\\x08\\\\x0c\\\\t\\\\t\\\\x0c\\\\x11\\\\x0b\\\\n\\\\x0b\\\\x11\\\\x15\\\\x0f\\\\x0c\\\\x0c\\\\x0f\\\\x15\\\\x18\\\\x13\\\\x13\\\\x15\\\\x13\\\\x13\\\\x18\\\\x11\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x11\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x01\\\\r\\\\x0b\\\\x0b\\\\r\\\\x0e\\\\r\\\\x10\\\\x0e\\\\x0e\\\\x10\\\\x14\\\\x0e\\\\x0e\\\\x0e\\\\x14\\\\x14\\\\x0e\\\\x0e\\\\x0e\\\\x0e\\\\x14\\\\x11\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x11\\\\x11\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x11\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\xff\\\\xc0\\\\x00\\\\x11\\\\x08\\\\x00c\\\\x00\\\\x80\\\\x03\\\\x01\"\\\\x00\\\\x02\\\\x11\\\\x01\\\\x03\\\\x11\\\\x01\\\\xff\\\\xdd\\\\x00\\\\x04\\\\x00\\\\x08\\\\xff\\\\xc4\\\\x01?\\\\x00\\\\x00\\\\x01\\\\x05\\\\x01\\\\x01\\\\x01\\\\x01\\\\x01\\\\x01\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x03\\\\x00\\\\x01\\\\x02\\\\x04\\\\x05\\\\x06\\\\x07\\\\x08\\\\t\\\\n\\\\x0b\\\\x01\\\\x00\\\\x01\\\\x05\\\\x01\\\\x01\\\\x01\\\\x01\\\\x01\\\\x01\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x01\\\\x00\\\\x02\\\\x03\\\\x04\\\\x05\\\\x06\\\\x07\\\\x08\\\\t\\\\n\\\\x0b\\\\x10\\\\x00\\\\x01\\\\x04\\\\x01\\\\x03\\\\x02\\\\x04\\\\x02\\\\x05\\\\x07\\\\x06\\\\x08\\\\x05\\\\x03\\\\x0c3\\\\x01\\\\x00\\\\x02\\\\x11\\\\x03\\\\x04!\\\\x121\\\\x05AQa\\\\x13\"q\\\\x812\\\\x06\\\\x14\\\\x91\\\\xa1\\\\xb1B#$\\\\x15R\\\\xc1b34r\\\\x82\\\\xd1C\\\\x07%\\\\x92S\\\\xf0\\\\xe1\\\\xf1cs5\\\\x16\\\\xa2\\\\xb2\\\\x83&D\\\\x93TdE\\\\xc2\\\\xa3t6\\\\x17\\\\xd2U\\\\xe2e\\\\xf2\\\\xb3\\\\x84\\\\xc3\\\\xd3u\\\\xe3\\\\xf3F\\\\'\\\\x94\\\\xa4\\\\x85\\\\xb4\\\\x95\\\\xc4\\\\xd4\\\\xe4\\\\xf4\\\\xa5\\\\xb5\\\\xc5\\\\xd5\\\\xe5\\\\xf5Vfv\\\\x86\\\\x96\\\\xa6\\\\xb6\\\\xc6\\\\xd6\\\\xe6\\\\xf67GWgw\\\\x87\\\\x97\\\\xa7\\\\xb7\\\\xc7\\\\xd7\\\\xe7\\\\xf7\\\\x11\\\\x00\\\\x02\\\\x02\\\\x01\\\\x02\\\\x04\\\\x04\\\\x03\\\\x04\\\\x05\\\\x06\\\\x07\\\\x07\\\\x06\\\\x055\\\\x01\\\\x00\\\\x02\\\\x11\\\\x03!1\\\\x12\\\\x04AQaq\"\\\\x13\\\\x052\\\\x81\\\\x91\\\\x14\\\\xa1\\\\xb1B#\\\\xc1R\\\\xd1\\\\xf03$b\\\\xe1r\\\\x82\\\\x92CS\\\\x15cs4\\\\xf1%\\\\x06\\\\x16\\\\xa2\\\\xb2\\\\x83\\\\x07&5\\\\xc2\\\\xd2D\\\\x93T\\\\xa3\\\\x17dEU6te\\\\xe2\\\\xf2\\\\xb3\\\\x84\\\\xc3\\\\xd3u\\\\xe3\\\\xf3F\\\\x94\\\\xa4\\\\x85\\\\xb4\\\\x95\\\\xc4\\\\xd4\\\\xe4\\\\xf4\\\\xa5\\\\xb5\\\\xc5\\\\xd5\\\\xe5\\\\xf5Vfv\\\\x86\\\\x96\\\\xa6\\\\xb6\\\\xc6\\\\xd6\\\\xe6\\\\xf6\\\\'7GWgw\\\\x87\\\\x97\\\\xa7\\\\xb7\\\\xc7\\\\xff\\\\xda\\\\x00\\\\x0c\\\\x03\\\\x01\\\\x00\\\\x02\\\\x11\\\\x03\\\\x11\\\\x00?\\\\x00\\\\xe2\\\\xba_I\\\\xe9\\\\xfdC\\\\x1e\\\\xc7\\\\xe4\\\\xbd\\\\xfe\\\\xbb\\\\\\\\\\\\xfd\\\\xade\\\\xd8\\\\xf5mc\\\\x1b[\\\\xfdK+\\\\xce}\\\\x1b\\\\x98\\\\xed\\\\xee\\\\xfd#.\\\\xff\\\\x00\\\\xad\\\\xad\\\\x8a\\\\xfawO\\\\xab\\\\x0f\\\\xec\\\\xb5\\\\x87\\\\xb7 \\\\x02\\\\xe68\\\\xe4\\\\xf4\\\\xf2\\\\x0f\"\\\\xb6\\\\x92\\\\xdc\\\\xa6\\\\xefo\\\\xb7\\\\xf4\\\\xbb=\\\\xeb\\\\x9b\\\\xc6\\\\xb2\\\\xfa\\\\xf1\\\\xcd\\\\rw\\\\xe8\\\\x01.sKZuw\\\\xa7\\\\xb9\\\\xcd\\\\xdc\\\\xdd\\\\xdf\\\\xe0jM~N[\\\\xd9m;\\\\xc3\\\\x85\\\\xee\\\\xf5m\\\\x06\\\\xb6\\\\x02];\\\\xa5\\\\xaf\\\\xdb\\\\xb9\\\\x9e\\\\xef\\\\xa6\\\\xc69\\\\x88\\\\t\\\\x0b\\\\xa6(\\\\xe4\\\\x1f/f\\\\xf7R\\\\xab\\\\xea\\\\xdd\\\\x19F\\\\x9b\\\\x1f\\\\x9a\\\\xdbi#{\\\\xab\\\\x18\\\\xb6\\\\x02\\\\xe3\\\\xees\\\\x99~-\\\\xce\\\\xab\\\\xda\\\\xd3\\\\xf9\\\\x8f\\\\xb5lt~\\\\xbb\\\\xd3z\\\\x96Kpns\\\\xc5\\\\xd3\\\\xb3\\\\x1a\\\\xeb\\\\x80\\\\x1e\\\\xa8?E\\\\x96\\\\xb1\\\\x85\\\\xcc\\\\xab\\\\'\\\\xfa\\\\x9f\\\\xcf\\\\x7f\\\\xc6\\\\xff\\\\x009\\\\xc7\\\\x12\\\\xd3\\\\xec{b9\\\\x8d \\\\xa64\\\\x96\\\\xfb\\\\xaat\\\\x10dk\\\\xdf\\\\xc9\\\\xc8J7\\\\xbf\\\\xd1Y#\\\\x19\\\\x8a\\\\x96\\\\x9d\\\\x8b\\\\xe9\\\\x9dM\\\\xd4\\\\x8cW\\\\xfa\\\\x04\\\\x82\\\\xf2\\\\x1a\\\\xda\\\\xc7\\\\r\\\\xda6\\\\xbbo\\\\xfcb\\\\xe7\\\\xef\\\\xaad6\\\\x0c\\\\xea\\\\x1a\\\\xd6\\\\x82Di\\\\xae\\\\xed\\\\xaa\\\\xff\\\\x00A\\\\xeam\\\\xebx\\\\xc4_\\\\xafQ\\\\xa1\\\\xb1\\\\x93_\\\\x0e\\\\xb5\\\\xa3\\\\xe8\\\\xe4\\\\xb5\\\\xbf\\\\xfbq\\\\xfc\\\\xbf\\\\x7f\\\\xf8T\\\\xb30k\\\\x0f$\\\\xb3x\\\\x89\\\\x1c\\\\x88\\\\x8e\\\\x14;hZ9#!/P\\\\xdbG\\\\x1cT&j\\\\x06u\\\\xd0\\\\xbfo\\\\x1f\\\\x00\\\\xae\\\\xf4\\\\xbc\\\\xab\\\\x9dw\\\\xa5s\\\\xb7\\\\xb7\\\\x96\\\\x9f\\\\xfa.\\\\x9f\\\\xcfw\\\\xf6\\\\xd4\\\\x0bl\\\\x13\\\\xbc\\\\xcb\\\\x08\\\\x98p\\\\x91?\\\\xbb\\\\xa2\\\\x95,\\\\xaa\\\\xbb\\\\xd9aic\\\\x9d\\\\xf4\\\\x08;\\\\x9b\\\\xc7\\\\xd0\\\\xec\\\\xe4%\\\\xb5\\\\xf6\\\\xd7\\\\xecD\\\\x0e\\\\xa1\\\\xa9\\\\x92\\\\xdb\\\\x1d\\\\x95e&]\\\\xef 0\\\\x08\\\\x8d{m\\\\xfd\\\\xd5\\\\r\\\\xaeo\\\\xd2-\\\\xad\\\\xae&wA\\\\xd0\\\\x0f\\\\xddj\\\\xd0\\\\xea.\\\\xb4\\\\xe4\\\\x80uakc\\\\xdc\\\\x1b\\\\xba\\\\x7f{\\\\xf7\\\\x95\\\\x12\\\\xda\\\\x9b\\\\xb4\\\\x8d\\\\x08\\\\xe0\\\\x81\\\\xb5\\\\xae?\\\\xd7?\\\\xc9D\\\\x14\\\\x1d\\\\t\\\\x0c^CA\\\\xd0\\\\x8fPC\\\\xad3\\\\xaf\\\\xc3\\\\xf7\\\\x14\\\\xb1\\\\xa2\\\\xab\\\\x9bk\\\\xc0i\\\\xae4\\\\xe1\\\\xc0\\\\xcf\\\\xb7t}&\\\\xa8\\\\xb4X\\\\x1e\\\\x01\\\\xfel\\\\xc3\\\\xc9p\\\\x8d\\\\xcd\\\\xfeW\\\\xef\\\\xa2\\\\xd3\\\\x8fc\\\\xdc]\\\\xa0\\\\xdf\\\\x11\\\\x1e%\\\\xc3o\\\\xf2\\\\xda\\\\x81)\\\\t\\\\xb2\\\\xf1\\\\xc5Yy\\\\x15\\\\x82\\\\xd7\\\\\\\\lpk\\\\\\\\4\\\\xda\\\\x1cN\\\\xef\\\\xdd\\\\xfe\\\\xaa\\\\xafI&\\\\xda\\\\xdd%\\\\xe4\\\\xf8\\\\x99\\\\x83\\\\x07sc\\\\xf7Q\\\\xf2w\\\\xbb*\\\\xfb\\\\xc7\\\\x0e{\\\\x89t\\\\xfbI\\\\x07k\\\\x18[\\\\xf9\\\\x96)\\\\xd4\\\\xd3\\\\xeaP\\\\xe9/l\\\\xfb\\\\xb7\\\\x00\\\\x01\\\\x9d\\\\xdc~v\\\\xef\\\\xddLQ:\\\\xa2`\\\\xdd^\\\\xd8\\\\x05\\\\xf6j\\\\x08\\\\x1a\\\\xc7\\\\xd1\\\\xda\\\\x1a\\\\xa4\\\\xed\\\\xa5\\\\xde\\\\x99%\\\\xe2\\\\xc2\\\\x18\\\\x1aG\\\\x10~\\\\x9bO\\\\xf5Q\\\\x03\\\\x1c)\\\\x16V60\\\\x1d\\\\xd2\\\\xc9.\\\\x03\\\\xe8\\\\xb9\\\\xae\\\\xfc\\\\xe7m\\\\xf6\\\\xa6\\\\xdf\\\\xbd\\\\xef\\\\xbc\\\\x91\\\\xba\\\\x96\\\\x12Gr]\\\\xed\\\\x0f\\\\xff\\\\x00_\\\\xa0\\\\x9b3C\\\\xc7\\\\xa2\\\\x00\\\\xfe\\\\xd7\\\\xff\\\\xd0\\\\xe2(\\\\xa4\\\\xbe=0K\\\\x81\\\\x01\\\\xa3\\\\xbf\\\\xf5\\\\xbf\\\\xb6\\\\x9e\\\\xecF<83X\\\\x92I\\\\xd0\\\\x7fg\\\\xf9*\\\\xe3+l\\\\xee\\\\xda}77\\\\xd4li\\\\xee\\\\xee\\\\xdf\\\\xec9_,w\\\\xf86\\\\xc3,#k9sK\\\\xa3B\\\\xd7n\\\\xfc\\\\xefr\\\\xaf\\\\xd6\\\\xdc\\\\xb32\\\\x0b\\\\xc8\\\\xd9Qk\\\\xb6\\\\x9f\\\\xa2?8\\\\xf6\\\\xfeR\\\\x18\\\\x05\\\\xa4\\\\x82x\\\\xfc\\\\xdf\\\\x10\\\\xb6z\\\\x86\\\\x0be\\\\xc2\\\\xbfsk%\\\\xb2\\\\x7f9\\\\xc3BG\\\\xef5d\\\\xbe\\\\xa2\\\\x01n\\\\xa07V\\\\xf9x\\\\xa9\\\\xa1+\\\\r\\\\xbcy\\\\x04\\\\x86\\\\xac\\\\xf1r\\\\xef\\\\xc3\\\\xc8\\\\xaf+\\\\x19\\\\xe6\\\\xbb\\\\xe8p5\\\\xbcr\\\\x08\\\\xff\\\\x00\\\\xaac\\\\xfe\\\\x8b\\\\x98\\\\xbb\\\\xac>\\\\xa9\\\\x89\\\\xd4\\\\xb0\\\\x9b\\\\x93\\\\x01\\\\x8e\\\\xdd\\\\xb6\\\\xfa\\\\x7f\\\\xd1\\\\xd8u\\\\x9f\\\\xdeuo\\\\xfc\\\\xc7/>\"5\\\\x02|ei\\\\xfd_\\\\xbc\\\\xd7\\\\x9a\\\\xea\\\\xe7\\\\xdbk \\\\xf8\\\\x1d\\\\xbe\\\\xe6\\\\xa1\\\\x92:X\\\\xdc\\\\',\\\\x01\\\\x89=\\\\x9e\\\\x93\\\\'Mk0?xp\\\\xab3%\\\\xbe\\\\xa0\\\\xaa\\\\xd6\\\\x86\\\\xc9\\\\xf6\\\\xb9\\\\xbd\\\\xc9\\\\xfc\\\\xe73\\\\xdd\\\\xff\\\\x00A\\\\x10\\\\xdb\\\\xe9\\\\xb3o\\\\xb5\\\\xed\\\\xeeu\\\\x82\\\\x0f\\\\xe6\\\\xa0\\\\n\\\\xc5\\\\x87uzl\\\\xf7\\\\xfa$k\\\\xcf,?IA\\\\xbcKLhB^\\\\xa5\\\\x8e\\\\xf7X\\\\xcbX\\\\xdd\\\\ra\\\\xae3\\\\xcb\\\\x81\\\\xff\\\\x009ScZ\\\\xe2\\\\xe6\\\\xbc\\\\x93\\\\xb8L\\\\x9e7v\\\\x1b>\\\\x97\\\\xf2U\\\\xfe\\\\xa4\\\\x1d\\\\xfa\\\\'\\\\x06\\\\x17\\\\xb4\\\\xb4\\\\xcc\\\\x03\\\\xcc\\\\xf9*6;\\\\xd42\\\\xe0\\\\xd6\\\\x8d\\\\xa3S\\\\xa9\\\\x90=\\\\xc7`M\\\\xe2\\\\x02*\\\\x90\\\\x97\\\\xb8\\\\x83n\\\\xf6\\\\xb5\\\\xc2\\\\x08\\\\x1c\\\\xed\\\\xdb\\\\xed\\\\xf6{WCo\\\\xd4\\\\xae\\\\xb5\\\\xe9\\\\xd8\\\\xf0\\\\xea\\\\x1a\\\\xf7\\\\xb7Lf\\\\xd8D\\\\x91\\\\xc3C\\\\xb6\\\\xfa\\\\x7f\\\\xf4\\\\xd6+\\\\xf1r\\\\xf0\\\\xf3[U\\\\xb5\\\\xb9\\\\xb6\\\\x08u\\\\xf5\\\\xb9\\\\xba\\\\xb5\\\\xc0}\\\\'\\\\x7f\\\\'\\\\xfe\\\\x11\\\\x8a^*\\\\xdb^\\\\xf5\\\\xfc\\\\x18\\\\xa5\\\\t\\\\r\\\\xc2\\\\x10(c\\\\xc9\\\\xae\\\\xc2\\\\xd0\\\\xd3\\\\x0f$\\\\x1e\\\\xc7\\\\xf3\\\\x10\\\\xea\\\\xa6\\\\xbd\\\\xd9\\\\x0f\\\\x06Y\\\\xe9\\\\xeaY\\\\xdc\\\\xb8\\\\xcbB)u\\\\x8ff\\\\xe9i\\\\x90\\\\xe0Y\"{\\\\xb8;HB\\\\xc6\\\\xdcY\\\\x90\\\\xe6\\\\x08\\\\xfd\\\\x1b7G\\\\xf5\\\\xb5\\\\xe57$\\\\x85\\\\x81\\\\xf5Z\\\\x03\\\\xff\\\\xd1\\\\xc0\\\\x18\\\\x8fm5\\\\xb9\\\\xf5\\\\xbbmvA\\\\x0e\\\\x12\\\\x08p\\\\xdd\\\\xed\\\\x1f%\\\\xad\\\\xd1:u\\\\xd9\\\\xbdI\\\\x945\\\\xe0?\\\\xdcn\\\\xbc\\\\xcb\\\\xbfF\\\\x06\\\\xaf\\\\xf6\\\\xfb[g\\\\xe6\\\\xd5\\\\xb9R\\\\xc4d\\\\xbf`!\\\\xac\\\\xb4\\\\x1a\\\\xdf\\\\xee\\\\xd2N\\\\xadw\\\\xbf\\\\xf9k\\\\xb0\\\\xfa\\\\xa6q\\\\xea\\\\xe9\\\\x1b\\\\x1aY\\\\xeb\\\\xd8\\\\xf7\\\\xbe\\\\xd6\\\\x807C\\\\x7fF\\\\xc6;\\\\xf3\\\\xbf\\\\xc1\\\\xaayrpD\\\\x91\\\\xf4sp\\\\xc0NB\\\\xf6\\\\x1a\\\\xfd\\\\x8e\\\\x7fQ\\\\xfa\\\\x87k\\\\x03\\\\x9f\\\\xd3O\\\\xda\\\\xeah\\\\x96T\\\\xf2\\\\x1bws\\\\xb4h\\\\xda_\\\\xee\\\\xfd\\\\xd7\\\\xd7\\\\xff\\\\x00\\\\x16\\\\xb9\\\\xfe\\\\x89\\\\xf5<\\\\xf5~\\\\xa4\\\\xea\\\\xf2\\\\xec}X\\\\xb4\\\\xe9\\\\x90\\\\xe6\\\\x08yw\\\\xe7R\\\\xdfPm\\\\xaf\\\\xf9os}\\\\x8b\\\\xd4\\\\xb1\\\\xeck\\\\xc3H\\\\xe1\\\\xff\\\\x00D\\\\x8e\\\\xff\\\\x00\\\\xf9\\\\xca\\\\xca\\\\xc4\\\\xbf\\\\x1a\\\\xec\\\\xfc\\\\xbb\\\\x19\\\\xb6E\\\\xce.sF\\\\x91;7\\\\x7f\\\\xd76\\\\xfa\\\\x8fU\\\\xfe\\\\xf3.\\\\x01T$O\\\\xe1\\\\xd5\\\\xb40\\\\xc4J\\\\xc6\\\\x9e\\\\x0f\\\\x1b\\\\xf5\\\\xd7\\\\xea\\\\x17F\\\\xe9\\\\x1d\\\\x19\\\\xfdS\\\\xa7[k\\\\rvW[\\\\xa9\\\\xb5\\\\xe1\\\\xedp\\\\xb0\\\\xec\\\\xfd\\\\x13\\\\x8b[g\\\\xa8\\\\xdf\\\\xa4\\\\xb8,K\\\\xc6>Uv\\\\x9d\\\\x1bS\\\\x86\\\\xe09\\\\xdatz\\\\xf4\\\\x8f\\\\xf1\\\\x9b\\\\x9ar\\\\x1b\\\\x89\\\\xd3+\\\\xd4\\\\xd17\\\\xdd\\\\x06F\\\\xf7\\\\x8d\\\\x950\\\\xb7\\\\xe8;m{\\\\xac\\\\xff\\\\x00\\\\xae/3\\\\xba\\\\xb71\\\\xe6t\\\\x00\\\\xc1W\\\\xb0K\\\\x8e\\\\x15#d\\\\xae\\\\x06&\\\\xe2\\\\xf5\\\\xd61\\\\xcd;\\\\xda\\\\x1a\\\\xf6\\\\x11\\\\xa3\\\\x811\\\\xc7\\\\xe7\\\\x06\\\\xa8\\\\xd6\\\\xd7\\\\x17\\\\xb4W\\\\xee-p!\\\\x93\\\\x06\\\\x7fy\\\\x9f\\\\xbd\\\\xfde\\\\x9b\\\\xd0:\\\\xa8\\\\x96\\\\xf4\\\\xdc\\\\x82e\\\\xc43\\\\x1a\\\\xd0$\\\\xc9\\\\xfa5\\\\x11\\\\xfb\\\\xae\\\\xfc\\\\xc5\\\\xb60.\\\\xfbKH\\\\x1e\\\\xd2Av\\\\xd9\\\\x80?}\\\\xb3\\\\xf4\\\\x7f\\\\xa8\\\\xa3\\\\x980\\\\x04\\\\x10\\\\xd3\\\\x969F`\\\\x1e\\\\xfa\\\\x14}I\\\\xf3]0\\\\xe7\\\\x00d\\\\x96\\\\xb6u\\\\xf3\\\\xd1G\\\\xa2t<\\\\x9e\\\\xb1\\\\x98qq\\\\xdc\\\\xca\\\\xcb+u\\\\xcf{\\\\x84\\\\x90\\\\xd6\\\\x96\\\\x86\\\\xedm~\\\\xed\\\\xde\\\\xf5k\\\\xaba\\\\x072\\\\x90\\\\xd6\\\\x17\\\\x9au\\\\x0e\\\\x027\\\\x06\\\\xddh\\\\xdd\\\\xfaM\\\\xdf\\\\xe8\\\\xd5\\\\xca\\\\xf2\\\\xe8\\\\xc9i\\\\xa2\\\\xb2\\\\x1aZ@p\\\\x9eH\\\\xf7mg\\\\xf9\\\\xca\\\\xe3\\\\x08l\\\\xd9k\\\\x83\\\\x18\\\\xc1\\\\xb9\\\\xefwf\\\\x8fv\\\\xe7*\\\\x84\\\\\\\\\\\\x80\\\\x11\\\\xd8\\\\xea|[\\\\xba}\\\\xae\\\\t\\\\xfa\\\\xbb\\\\x83\\\\xd5\\\\xaa7\\\\xe6\\\\x97}\\\\xa2\\\\xdfs\\\\x9fY\\\\xdad\\\\xeb\\\\xeek\\\\xc3\\\\xb7l\\\\xfa+\\\\x91\\\\xeb\\\\xdf\\\\xe2\\\\xcf\\\\xab0\\\\xba\\\\xee\\\\x9fey\\\\xcc\\\\xd5\\\\xde\\\\x99\\\\x8a\\\\xad\\\\xf1\\\\xda\\\\xd6<\\\\xba\\\\x9b?\\\\xed\\\\xd5\\\\xd3b\\\\xfdk\\\\xc2\\\\xf5\\\\x1c.\\\\x06\\\\xb6=\\\\xees\\\\x03\\\\x84\\\\x18$\\\\x96\\\\xff\\\\x00\\\\xd1[x\\\\xfdc\\\\x12\\\\xf6\\\\xcdV\\\\x07\\\\x83\\\\xd8\\\\xa1\\\\x0c\\\\xf9q\\\\x9a\\\\xbd\\\\xba\\\\x15\\\\xa28\\\\xf7\\\\xef\\\\xd4>\\\\x07v=\\\\xd8\\\\xd9\\\\x06\\\\xab\\\\x18\\\\xeam\\\\xac\\\\xed{\\\\x1e\\\\x0b^\\\\xd7\\\\x0f\\\\xdek\\\\xb6\\\\xb9\\\\x8ej\\\\xdc\\\\xfa\\\\xa7\\\\xd7\\\\xf3\\\\x99q\\\\xe9W<\\\\xdd\\\\x8fk\\\\\\\\k\\\\x0e\\\\x97\\\\x16=\\\\xa0\\\\xd9\\\\xecw\\\\xee?o\\\\xd0]\\\\xff\\\\x00\\\\xd7\\\\xae\\\\x81\\\\x89\\\\xd6\\\\xf0\\\\x1b}B\\\\xba\\\\xfa\\\\x95Nkh\\\\xbc\\\\x98\\\\x0eg\\\\xe7c\\\\xdc\\\\xff\\\\x00\\\\xa5\\\\xb3\\\\xfd\\\\x1f\\\\xfa;\\\\x17\\\\x9et\\\\x9e\\\\x81\\\\xd6\\\\xf1\\\\xbe\\\\xb0\\\\xe36\\\\xcc+D\\\\xb8\\\\xb8\\\\xb8\\\\x00Y\\\\xb4\\\\xb5\\\\xdb\\\\xdeo\\\\x9fGc\\\\x7f?\\\\xf4\\\\x8bC\\\\x1ea\\\\x9f\\\\x11\\\\xd2\\\\xa5\\\\xa8\\\\xaf\\\\xeb\\\\x7fU&\\\\x8d\\\\xc7sV\\\\x1e\\\\xc6\\\\xbc\\\\xecv>\\\\x9bl\\\\x13n\\\\xe2*\\\\x1cA#W \\\\xe7u@\\\\xe9\\\\x0e\\\\xff\\\\x00b\\\\xc6\\\\xfa\\\\xc5\\\\x8b\\\\x91[\\\\xf20\\\\xdc\\\\xe15\\\\x82\\\\xd6>\\\\xb3,\\\\'\\\\x99k\\\\xff\\\\x00u\\\\xcb#\\\\t\\\\xb62\\\\xe6\\\\xfd\\\\xa6\\\\xe3s\\\\x87\\\\xd1k\\\\x9cKA\\\\x8f\\\\xcd\\\\xdc}\\\\xceT\\\\xe7\\\\x8b\\\\x8c\\\\x12g\\\\\\\\:p\\\\xd6\\\\xb2\\\\xf1b\\\\x14<\\\\xed\\\\xe8\\\\xdf\\\\xd6\\\\xfa\\\\x90\\\\xa3\\\\xec\\\\xd8\\\\xd787n\\\\xd6\\\\xb9\\\\xfa\\\\xfam<\\\\xb6\\\\x8f\\\\xcen\\\\xe5w\\\\x1b\\\\xeb7Z\\\\xaf\\\\xa7\\\\xb7\\\\x06\\\\xeb[\\\\x90\\\\xc6q}\\\\xa1\\\\xde\\\\xa9h\\\\xe2\\\\xbb-k\\\\xdb\\\\xea5\\\\xbf\\\\xcb\\\\xf7\\\\xaey\\\\xf9\\\\rou\\\\x11\\\\x9c&\\\\x00\\\\xdd\\\\xe5\\\\xca\\\\x88B\\\\\\\\$\\\\x01\\\\xa1\\\\xdd\\\\x90\\\\x1e\\\\xefR\\\\xde\\\\xaf\\\\x9e\\\\xc7Sx\\\\xdb[*xxk\\\\x1aC_\\\\xfc\\\\x8b\\\\x8c\\\\xee{6\\\\xfeb\\\\xea\\\\xf1\\\\xe9\\\\xc2\\\\xea\\\\xd8\\\\xd8\\\\xddJ\\\\xb7\\\\xb9\\\\xadx.ur\\\\x08\\\\x0e\\\\x9d\\\\x8fg\\\\r\\\\xfeoo\\\\xb1y\\\\xa5\\\\xddb\\\\xea\\\\xe9\\\\xfd&\\\\x8d\\\\x026\\\\x12\\\\'_\\\\xe4+?V>\\\\xbd\\\\x0e\\\\x97\\\\x92\\\\xfa2k\\\\xdd\\\\x83y\\\\x97\\\\x06\\\\x9dZ\\\\xf1\\\\xa0\\\\xbb_o\\\\xb9\\\\xbe\\\\xc4\\\\xec\\\\\\\\\\\\xbc\\\\xc8:\\\\x13\\\\x10;_\\\\xa9p\\\\x90\\\\xba\\\\x0f\\\\xa8]M\\\\xf5\\\\xe2\\\\xde\\\\xee\\\\x9fc~\\\\xd5mc\\\\xd1u\\\\xe0\\\\xb9\\\\xad mg\\\\xf3{]\\\\xb7\\\\xf9\\\\x0b\\\\xcbm\\\\xaf#\\\\x1c}\\\\x977\\\\xf4\\\\x8f\\\\xa0\\\\x96XI\\\\xf7H\\\\x00\\\\x9d\\\\xb6\\\\xfes\\\\x1c\\\\xbd\\\\x13\\\\x0b\\\\xacU\\\\x9d\\\\xd2i\\\\xcfm{Yn\\\\xe3Y.\\\\x9fk\\\\\\\\\\\\xe0\\\\xd7K\\\\x0f\\\\xee\\\\xae\\\\x1f\\\\xadfS\\\\x91\\\\xd4\\\\xad\\\\xb9\\\\x85\\\\xa1\\\\x81\\\\xe6\\\\xb7\\\\x93\\\\xf4e\\\\x91\\\\xfes\\\\x93\\\\xe3\\\\x10=$\\\\x01\\\\xa5\\\\xd3\\\\x0f2l\\\\x02:\\\\x17\\\\xff\\\\xd3\\\\xcd\\\\xc8\\\\xc8eXV\\\\xbd\\\\xc0M\\\\x87\\\\xd3c\\\\x86\\\\x93\\\\xde\\\\xcf\\\\xfa\\\\x0b\"\\\\x9f\\\\xac\\\\x1f\\\\xb3C~\\\\xcfX\\\\xb4\\\\x82Kw8\\\\xb4\\\\t\\\\xfc\\\\xd8g\\\\xee\\\\xbf\\\\xdc\\\\xaeu@\\\\xdb\\\\xb1\\\\x1ajw\\\\xa8\\\\xda\\\\xdaKKu\\\\x0f\\\\'\\\\xfc#?\\\\x92\\\\xb3\\\\xba\\\\x1f\\\\xd5\\\\xcb\\\\xba\\\\xa5\\\\xc6\\\\xfc\\\\x87\\\\x1apZcx\\\\xd1\\\\xcf?\\\\xe8\\\\xe8\\\\xdc?\\\\xcf\\\\xb5V0\\\\x84\\\\xc5OX\\\\x8d\\\\\\\\\\\\xec\\\\x06\\\\xaeWT\\\\xd9\\\\xe9\\\\x7f^z\\\\xc7N\\\\xca\\\\xb7 :\\\\xbb\\\\xdd\\\\x90\\\\xff\\\\x00R\\\\xca\\\\xeef\\\\xe6\\\\xef\\\\xfa3KZZ\\\\xfa\\\\xbd\\\\xbe\\\\xdfb\\\\xea[\\\\xf5\\\\xb3\\\\xaa\\\\xf5J\\\\xfd\\\\x1c\\\\x8ck\\\\xab\\\\xae\\\\xc6\\\\xfe\\\\x95\\\\x8c\\\\xa8\\\\xb2\\\\xa3?\\\\xbc\\\\xfbv\\\\xbd\\\\xdf\\\\xe7\\\\xa8\\\\xe0`\\\\xf4\\\\xee\\\\x9f\\\\xae\\\\x0e31\\\\xdd\\\\x10l\\\\x8d\\\\xd6\\\\x7f\\\\xdb\\\\xd6\\\\x97Y\\\\xfej;\\\\xecs\\\\x9d%\\\\xc5\\\\xce\\\\x1c\\\\xce\\\\xbf\\\\xc54\\\\xc67q\\\\x15\\\\xfc\\\\xbfu|\\\\xf3^\\\\x81\\\\xaa:m6\\\\x92\\\\xd2\\\\xe2\\\\x18\\\\xed\\\\x08$D\\\\x7f\\\\'ro\\\\xd9\\\\x9bCMW\\\\n^\\\\xdf\\\\xa5\\\\xb4\\\\xbe9\\\\xd1\\\\xdbF\\\\xe4r\\\\xe3:\\\\xf7\\\\xe6~\\\\x10\\\\xa2m\\\\xe2f&\\\\x01\\\\x99\\\\xd16P\\\\x12\\\\xf9\\\\x80>a\\\\x88H\\\\x8f\\\\x94\\\\xf0\\\\xf9+#\\\\x05\\\\x97\\\\x16\\\\x0bs\\\\xf2\\\\x88\\\\xac\\\\xe9\\\\xe9\\\\xb9\\\\xac\\\\x13\\\\xd9\\\\xde\\\\xefW\\\\xf3\\\\x7fy\\\\x8bC\\\\x0f\\\\xf6ya\\\\xa1\\\\xee\\\\xbd\\\\xe1\\\\xe27\\\\xba\\\\xc6\\\\xba`\\\\x7f\\\\x85\\\\xaf\\\\xd1\\\\xad\\\\x8b*\\\\xcb\\\\t\\\\xe4\\\\x90\\\\x7f\\\\x1f\\\\xf3\\\\x7fu\\\\x17\\\\x08\\\\xb4\\\\xdc$:\\\\x04\\\\xeax\\\\xe1.\\\\x10\\\\x06\\\\x91\\\\x11\\\\xf2\\\\xf4\\\\xa4JD\\\\x8b7\\\\xafT\\\\x9dS\\\\x07\\\\xa4\\\\x8aF\\\\xca\\\\x9fy2\\\\x05{\\\\xf67\\\\xfa\\\\xeeuc{\\\\xbf\\\\x92\\\\xb9\\\\x0b\\\\xbe\\\\xac\\\\xb6\\\\xeb\\\\xb7\\\\x06\\\\xba\\\\xb1\\\\xe2\\\\xeb\\\\x0b\\\\x88\\\\xfc7.\\\\xb3=\\\\xce\\\\x0ehkw6$\\\\x182\\\\xd3\\\\xc6\\\\xdd\\\\xc1R\\\\x16n\\\\x88p\\\\xda\\\\x06\\\\x83W\\\\x1f\\\\x1f\\\\xa3\\\\x1f\\\\x9c\\\\x8c,u#\\\\xc9t\\\\xb2H\\\\x1d\\\\ry9M\\\\xfa\\\\xb3\\\\x8c\\\\x19/\\\\xca\\\\xbe`i\\\\xec1\\\\xfd\\\\xa3\\\\xeeEo\\\\xd5\\\\xfc`\\\\xc2*\\\\xca\\\\xb6\\\\xb2\\\\x07/cy\\\\xff\\\\x00\\\\xa2\\\\xaf\\\\x8dd\\\\xc6\\\\x83\\\\xbc\\\\x7f\\\\xd1NK\\\\xcb[\\\\xa4\\\\xf8\\\\t\\\\xfc\\\\xba\\\\xa2E\\\\xee\\\\xb7\\\\xdd\\\\x9fw\\\\x16\\\\xcf\\\\xaa-{\\\\x8b\\\\x8e}\\\\x9a\\\\xf7u:k\\\\xfb\\\\xd1j\\\\x03\\\\xfe\\\\xa5g\\\\xed\\\\xfd[\"\\\\x9b\\\\xec \\\\x16\\\\xd5\\\\xab\\\\x1c\\\\xe9\\\\xe1\\\\xads\\\\xa6\\\\xbd\\\\xff\\\\x00\\\\xc8s\\\\xd7F=\\\\xa0\\\\x978\\\\x08\\\\x07\\\\x99$\\\\xcf\\\\x97\\\\xf2T\\\\x99s\\\\xb6\\\\x87\\\\x06\\\\x96\\\\x80@\\\\x07M~\\\\xef\\\\xfb\\\\xfax\\\\xc8F\\\\x97\\\\xf4\\\\\\\\2\\\\xcc<\\\\x9fK\\\\xfa\\\\xc1\\\\xd6:ev\\\\xf4\\\\xea\\\\\\\\EV8\\\\x87\\\\xe3\\\\xda\\\\x0f\\\\xe8\\\\xec\\\\x1a=\\\\xecn\\\\x8e\\\\xaa\\\\xcd\\\\xcd\\\\xfd+\\\\x15\\\\xc6\\\\xce\\\\xdd\\\\x8e\\\\xd4\\\\xf8\\\\x11>\\\\xe7H\\\\xb1\\\\xfa~\\\\xfe\\\\xd5\\\\xa9\\\\xd7\\\\xf0\\\\xf1w\\\\xd3\\\\xd5,\\\\xae/\\\\xbc\\\\x16<\\\\xb0\\\\x8dv\\\\x00\\\\xea\\\\xdeX~\\\\x93\\\\xf6\\\\xfe\\\\x8d\\\\xca\\\\x95\\\\x150zn\\\\xc8\\\\xd0\\\\xb8o\\\\xa3\\\\x1f\\\\xe8\\\\x97\\\\x91\\\\xfe\\\\x12\\\\xd7\\\\x7f\\\\xa1Pe\\\\x1cy*1\\\\xa2w\\\\xfe\\\\xb2\\\\xe9H\\\\xe4 \\\\x0f\\\\xb1\\\\xff\\\\xd4\\\\xcc\\\\xb3\\\\x1e\\\\xb2\\\\xdf\\\\xb1W\\\\x153]\\\\x9bt\\\\x12\\\\xe9\\\\xb1\\\\xee }\\\\x05\\\\xae\\\\xd2\\\\xd6\\\\xe2\\\\xd0)\\\\xd2\\\\x91[Em\\\\xed\\\\xa7\\\\x87\\\\xf2w,\\\\x9b\\\\xa5\\\\x8c\\\\x01\\\\xed\\\\xf4\\\\xecp\\\\x04\\\\x11\\\\xc7\\\\xa6\\\\xd0\\\\xd7m\\\\xff\\\\x00\\\\xa5\\\\xedV\\\\xf0/\\\\x0eg\\\\xd9\\\\xdb\\\\xa8h.l\\\\xf9\\\\xf24U\\\\x8b\\\\x93\\\\x13\\\\xa9\\\\x07\\\\xabq\\\\xce \\\\xc6\\\\x82x\\\\x1f\\\\x15\\\\x02|9\\\\x1eR?\\\\xb4\\\\x84\\\\xd7\\\\xef09\\\\x1c\\\\xea\\\\xa5\\\\xa7\\\\x12\\\\x01\\\\xe4\\\\x01\\\\xac\\\\xff\\\\x00%*\\\\\\\\\\\\xa2\\\\xe2\\\\x01\\\\x02\\\\x1a\\\\x0e\\\\x80v\\\\xd1E\\\\xc4\\\\x90u\\\\xf0\\\\x81\\\\xf9{$\\\\xe9\\\\x02\\\\x0b\\\\x08\\\\xf9\\\\x925\\\\xf8!\\\\xb8\\\\xe9&\\\\x00\\\\xd4L\\\\xfeQ\\\\xaaT\\\\x8b\\\\\\\\\\\\xd9\\\\x1b\\\\xa4\\\\xba\\\\x08\\\\xf6\\\\x10Qq\\\\x1e\\\\xd3v\\\\xe3/\\\\xd8\\\\xd3\\\\x00\\\\xcc\\\\xcf\\\\xd0\\\\xe7\\\\xe6\\\\xaa\\\\xb8\\\\xb8\\\\x1d\\\\x0c\\\\xf9\\\\x01\\\\xc2\\\\xbd\\\\x82\\\\\\\\\\\\xd0\\\\xeb,\\\\x9d\\\\xb1\\\\xa6\\\\xee<\\\\xdc\\\\xd0\\\\x9b-\\\\x93\\\\x1dd\\\\x11f\\\\xbe\\\\xafWd\\\\x12\\\\xe6F\\\\xa6;y\\\\x83\\\\xff\\\\x00}UC\\\\x98`\\\\xe9\\\\xb8\\\\x0fv\\\\xa7\\\\xfe\\\\xab\\\\xdb\\\\xfej\\\\x9d\\\\xd6\\\\xb2\\\\xcb\\\\x9c\\\\xe6\\\\xb8\\\\x96\\\\xbfXs\\\\x7f\\\\xf3\\\\xa5\\\\x06\\\\x96\\\\xed\\\\xdc\\\\xdd\\\\xa6t\\\\x92?\\\\xd8\\\\x90\\\\xd9\\\\x04\\\\xd9*\\\\xdd\\\\x04\\\\xe8\\\\'\\\\x91\\\\xa8\\\\xd18{\\\\xa0i\\\\x00q\\\\xfe\\\\xbf\\\\xba\\\\x90lk\\\\x03\\\\xc8i\\\\xc7\\\\x9a\\\\x94\\\\x19\\\\x98\\\\xd7\\\\xca\\\\x7f\\\\xd7jD\\\\x1e\\\\xea\\\\x0c\\\\x86\\\\xe8o\\\\xb4\\\\x18\\\\xec5\\\\xd7\\\\xf7\\\\x94\\\\x98\\\\x0b\\\\xc9\\\\x02\\\\x00?IE\\\\xa42y\\\\x13\\\\xdf\\\\xbf\\\\xc9Z\\\\xc3k=\\\\xd7<~\\\\x8d\\\\x90`\\\\xf7?\\\\xba\\\\x88\\\\x1d7H\\\\xb2tq\\\\xfe\\\\xb7\\\\xf5\\\\x0b0_Mt\\\\xe3\\\\xfa\\\\xb7\\\\xb1\\\\x92\\\\x1c\\\\xf15\\\\xd4^d;\\\\xd1\\\\xfa6Z\\\\xf67\\\\xf3\\\\xfd\\\\x95\\\\xae>rr[vm\\\\xd9\\\\x0f9d\\\\xea\\\\xe2\\\\xedO\\\\xf2O\\\\xfd\\\\xf5v\\\\x9dG\\\\x15\\\\xfdB\\\\xe7\\\\xd7\\\\xean\\\\x9fs\\\\x9d:\\\\x97\\\\x1f\\\\x0f\\\\xea.;6\\\\xba\\\\xf1\\\\x1c\\\\xfan\\\\x04^\\\\x0e\\\\xb1\\\\xc1\\\\x1e*\\\\xcc1\\\\x88\\\\xeb\\\\xd4\\\\xee]\\\\x0cx\\\\xc4\"\\\\x00\\\\x1a\\\\xf5/\\\\xff\\\\xd5\\\\xa5l\\\\xfd\\\\x89\\\\xb1\\\\xb6g\\\\xfc,\\\\x7f\\\\xe0\\\\x13\\\\xed\\\\xdb\\\\xfb\\\\xff\\\\x00\\\\xd8U\\\\x9d\\\\xean\\\\xa7w\\\\xad3\\\\xa7\\\\xa7\\\\xb29\\\\xfc\\\\xcd\\\\x9e\\\\xdf\\\\xf3\\\\xd7\\\\x00\\\\x92\\\\xa8wr{n\\\\xfanG\\\\xd2\\\\x1e3\\\\xac\\\\x7f\\\\xaf\\\\xd3D\\\\xaf\\\\xe8;\\\\x9e\\\\xdf\\\\x05\\\\xe5\\\\xc9\\\\'\\\\x05\\\\xd2\\\\xdd\\\\xf5f\\\\xc6\\\\xee\\\\xfd\\\\xbe\\\\x8c\\\\xc2\\\\t\\\\x9d\\\\xc7\\\\x89\\\\xd7\\\\xe9\\\\xc4\\\\xf3\\\\xfej\\\\xf2\\\\xf4\\\\x92Z\\\\xfaY\\\\xe0\\\\xcc\\\\xcc\\\\xfeo\\\\xfeb\\\\xac\\\\xd7\\\\xfd\\\\x05\\\\xdbg\\\\xfb<\\\\xfc\\\\xf7\\\\xaf+I\"\\\\x98\\\\xf5\\\\xf2}\\\\x13X\\\\xff\\\\x00t\\\\x7fi\\\\x10\\\\xf28\\\\xe3\\\\xe5\\\\xfd\\\\x95\\\\xe6\\\\xe9$\\\\x87\\\\xd2\\\\xc7x\\\\x98\\\\xfc~r\\\\x9b\\\\xf3\\\\x0f\\\\xe1\\\\x9b\\\\xd8\\\\xfd.\\\\xdc\\\\xff\\\\x00\\\\x04{\\\\xe7\\\\xecTm\\\\x9d\\\\xbb\\\\xdd>\\\\x94D\\\\xc7\\\\xf8M\\\\xfe\\\\xfd\\\\xff\\\\x00\\\\xd4\\\\xf6/+I?\\\\x1f\\\\xcc\\\\x19p|\\\\xf1}\\\\x06\\\\x8d\\\\xbfl\\\\xaf\\\\x99\\\\x8f\\\\xcc\\\\xdd?\\\\xd9\\\\xfc\\\\xc5\\\\xcd\\\\xfdl\\\\xfe\\\\x9c\\\\xc9\\\\xdb1\\\\xfd\\\\xbf\\\\xed\\\\xed\\\\xf6\\\\xac$\\\\x95\\\\x82\\\\xe8?\\\\xff\\\\xd9\\\\x008BIM\\\\x04!\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00U\\\\x00\\\\x00\\\\x00\\\\x01\\\\x01\\\\x00\\\\x00\\\\x00\\\\x0f\\\\x00A\\\\x00d\\\\x00o\\\\x00b\\\\x00e\\\\x00 \\\\x00P\\\\x00h\\\\x00o\\\\x00t\\\\x00o\\\\x00s\\\\x00h\\\\x00o\\\\x00p\\\\x00\\\\x00\\\\x00\\\\x13\\\\x00A\\\\x00d\\\\x00o\\\\x00b\\\\x00e\\\\x00 \\\\x00P\\\\x00h\\\\x00o\\\\x00t\\\\x00o\\\\x00s\\\\x00h\\\\x00o\\\\x00p\\\\x00 \\\\x007\\\\x00.\\\\x000\\\\x00\\\\x00\\\\x00\\\\x01\\\\x008BIM\\\\x04\\\\x06\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x07\\\\x00\\\\x06\\\\x00\\\\x01\\\\x00\\\\x01\\\\x01\\\\x00\\\\xff\\\\xe1\\\\x12Hhttp://ns.adobe.com/xap/1.0/\\\\x00\\\\n\\\\n\\\\n\\\\n\\\\n \\\\n adobe:docid:photoshop:9b852bb5-64b1-11d8-88a3-e9f20d87aaa6\\\\n \\\\n\\\\n\\\\n\\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n \\\\n\\\\xff\\\\xee\\\\x00\\\\x0eAdobe\\\\x00d@\\\\x00\\\\x00\\\\x00\\\\x01\\\\xff\\\\xdb\\\\x00\\\\x84\\\\x00\\\\x02\\\\x02\\\\x02\\\\x02\\\\x02\\\\x02\\\\x02\\\\x02\\\\x02\\\\x02\\\\x03\\\\x02\\\\x02\\\\x02\\\\x03\\\\x04\\\\x03\\\\x02\\\\x02\\\\x03\\\\x04\\\\x05\\\\x04\\\\x04\\\\x04\\\\x04\\\\x04\\\\x05\\\\x06\\\\x05\\\\x05\\\\x05\\\\x05\\\\x05\\\\x05\\\\x06\\\\x06\\\\x07\\\\x07\\\\x08\\\\x07\\\\x07\\\\x06\\\\t\\\\t\\\\n\\\\n\\\\t\\\\t\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x01\\\\x03\\\\x03\\\\x03\\\\x05\\\\x04\\\\x05\\\\t\\\\x06\\\\x06\\\\t\\\\r\\\\n\\\\t\\\\n\\\\r\\\\x0f\\\\x0e\\\\x0e\\\\x0e\\\\x0e\\\\x0f\\\\x0f\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0f\\\\x0f\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0f\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\x0c\\\\xff\\\\xc0\\\\x00\\\\x11\\\\x08\\\\x02D\\\\x02\\\\xf1\\\\x03\\\\x01\\\\x11\\\\x00\\\\x02\\\\x11\\\\x01\\\\x03\\\\x11\\\\x01\\\\xff\\\\xdd\\\\x00\\\\x04\\\\x00_\\\\xff\\\\xc4\\\\x00\\\\xc2\\\\x00\\\\x00\\\\x02\\\\x02\\\\x03\\\\x01\\\\x01\\\\x01\\\\x01\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x05\\\\x06\\\\x04\\\\x07\\\\x02\\\\x03\\\\x08\\\\x01\\\\t\\\\x00\\\\n\\\\x01\\\\x00\\\\x02\\\\x03\\\\x01\\\\x01\\\\x01\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x00\\\\x02\\\\x03\\\\x01\\\\x04\\\\x05\\\\x00\\\\x06\\\\x07\\\\x10\\\\x00\\\\x02\\\\x02\\\\x01\\\\x03\\\\x02\\\\x05\\\\x01\\\\x05\\\\x05\\\\x06\\\\x03\\\\x05\\\\x06\\\\x00\\\\x0f\\\\x01\\\\x02\\\\x11\\\\x03\\\\x04!\\\\x12\\\\x05\\\\x001AQ\"\\\\x13\\\\x06aq\\\\x812\\\\x14\\\\x07\\\\x91\\\\xa1B#\\\\x15\\\\xf0\\\\xb1\\\\xc1\\\\xd1R\\\\x08\\\\xe13$\\\\xf1b\\\\x92S\\\\x16r\\\\xd2C\\\\x93T\\\\t\\\\x82\\\\xa2\\\\xd3U\\\\x17\\\\xe2c4%\\\\xa3\\\\xb2\\\\xe3d\\\\x94\\\\xa4\\\\x11\\\\x00\\\\x01\\\\x03\\\\x02\\\\x04\\\\x03\\\\x07\\\\x04\\\\x02\\\\x01\\\\x04\\\\x02\\\\x01\\\\x03\\\\x04\\\\x03\\\\x01\\\\x00\\\\x11\\\\x02!\\\\x031A\\\\x12\\\\x04\\\\xf0Qaq\\\\x81\\\\x91\\\\xa1\"\\\\x13\\\\x05\\\\xb1\\\\xc1\\\\xd12\\\\xe1\\\\xf1\\\\x14BR#\\\\x06b\\\\x15r\\\\x82\\\\x92\\\\xa2\\\\xb23CS\\\\xd2\\\\xe2$\\\\xff\\\\xda\\\\x00\\\\x0c\\\\x03\\\\x01\\\\x00\\\\x02\\\\x11\\\\x03\\\\x11\\\\x00?\\\\x00\\\\xf8\\\\xbb\\\\x92\\\\xf5\\\\xa1g\\\\xb2\\\\xc6\\\\xbf#\\\\xb1\\\\xa8\\\\x18\\\\n\\\\x0f\\\\x80\\\\x81\\\\x1dP\\\\xb7\\\\x12h\\\\x03\\\\x05\\\\xe4\\\\xad\\\\x82h\\\\x03\\\\x04)\\\\xdd\\\\x8a\\\\x07rk@`\\\\x03\\\\xf8u\\\\xed\\\\xb6Gy\\\\xea\\\\xd4b\\\\x05\\\\x05U\\\\xb8\\\\xc4;\\\\n\\\\x94\\\\xbd\\\\xc8\\\\xfbD\\\\xd9K3;\\\\x90\\\\x18$\\\\x13\\\\xb3h\\\\x1b\\\\xf6\\\\xf9n\\\\x8f\\\\xae\\\\xba\\\\xf5c%\\\\xab\\\\xb5\\\\x05\\\\x81\\\\xcb\\\\xea\\\\x97\\\\xaf6X\\\\xc6\\\\xc7M\\\\xa4\\\\xb3\\\\x06` \\\\x16$\\\\xb1\\\\xfa\\\\x08\\\\x9e\\\\xc3\\\\xa1*\\\\xe0\\\\x0c\\\\xb4u\\\\nW\\\\xee\\\\xb9r\\\\xb1\\\\xbe+\\\\xc2q\\\\x1c\\\\x86:\\\\xdfe\\\\x0f\\\\x91\\\\x94\\\\xb5\\\\x92\\\\xf4\\\\xb9\\\\xdc\\\\xbb\\\\xcb\\\\xb2\\\\x82\\\\x11v\\\\x92\\\\xb0\\\\xbe>3\\\\xe0:0\\\\x14=Y_\\\\\\\\\\\\x17\\\\x06\\\\x8e\\\\x112)[g\\\\xfeZ\\\\x84\\\\x824\\\\x88\\\\x80\"5\\\\xd4\\\\x1d<:\\\\x80\\\\xee\\\\xa2J\\\\xd9\\\\xe3\\\\xfe\\\\x16\\\\xad\\\\x8c\\\\xaf]P\\\\x00\\\\xfe`f\\\\x12\\\\xa3C$\\\\xafa\\\\xea\\\\x00k\\\\xafLe\\\\x11+F_\\\\t\\\\x93\\\\x82\\\\x96\\\\xd2\\\\xc1\\\\xa9W\\\\x0b\\\\n\\\\xa0\\\\xff\\\\x00\\\\t+\\\\xea\\\\xd5F\\\\x86b<\\\\'\\\\xaeF\\\\x82)O\\\\xf9O\\\\xaa\\\\xb3\\\\xc33\\\\x10\\\\xcd\\\\xbbP\\\\xd0\\\\x0f\\\\xd9\\\\xdc\\\\xf5*r@y\\\\x0c|[[\\\\xd8z\\\\x82\\\\xa9\\\\x1bl`Hf\\\\xdc\\\\xd1\\\\xe8\\\\x8f\\\\xfd\\\\x9f\\\\xaf\\\\\\\\\\\\x85\\\\x92\\\\'#\\\\xf1\\\\x8c;G\\\\xb9EB\\\\xca\\\\xee\\\\xf4\\\\x91\\\\xa9\\\\xda6\\\\x85\\\\x81\\\\xa8\\\\xd4\\\\x01\\\\xe1\\\\xd7\\\\x15\\\\xcc\\\\x91.\\\\xf8R\\\\x8b\\\\x12\\\\xdb\\\\x11\\\\xd2\\\\xb0\\\\x82\\\\xb1`U#|\\\\xc9B\\\\xa9\\\\x1b\\\\x84\\\\x18\\\\x9d;\\\\xc6\\\\xa3\\\\xa1\\\\\\\\pK|\\\\xb7\\\\x13\\\\x8f\\\\xef\\\\xa0\\\\xd8\\\\xb8\\\\xb4V\\\\xc5\\\\xda\\\\xfc\\\\x8b6\\\\xab\\\\xea@P\\\\x00m[\\\\xcf\\\\xb0\\\\xfaOR\\\\xdc\\\\xd0\\\\x17\\\\xc0b\\\\x92\\\\xf2i\\\\x15-bSv\\\\xb2\\\\xab\\\\xae\\\\x93\\\\x01\\\\x89\\\\x933\\\\x1d\\\\xa3O\\\\xb7\\\\xa5\\\\xc8#\\\\x0b\\\\x0c\\\\\\\\\\\\x86\\\\xc6\\\\xb4Z\\\\xbf\\\\x89\\\\x7f\\\\t\\\\xf2=@,\\\\xa2Q\\\\x12\\\\x0cWl~\\\\x84\\\\xfe\\\\xb4\\\\x1e\\\\'#\\\\x17\\\\xe2\\\\x9f(\\\\xc8v\\\\xe1\\\\xb2\\\\x9cU\\\\xc7\\\\xe6\\\\xb3k\\\\x88\\\\xec\\\\xc3B\\\\xc7M\\\\xa7\\\\xeb\\\\xdb\\\\xacm\\\\xf6\\\\xd7\\\\xd9&\\\\xe4\\\\x07\\\\xa71\\\\xcb\\\\x99\\\\x1f\\\\x7f\\\\x15\\\\xe3\\\\xbeS\\\\xe3\\\\xf4\\\\xb9\\\\x88]\\\\xfb\\\\xc5\\\\xe2FC2\\\\xfb\\\\xf94\\\\xfb\\\\xafe\\\\x0cKX\\\\xa4\\\\x10\\\\x02\\\\xed\\\\x924#\\\\xccG\\\\x97T\\\\xc4\\\\xc4H>\\\\x0b\\\\xce\\\\x8b\\\\x12\\\\x12u7\\\\x96\\\\xe6\\\\x93\\\\x1f\\\\x16\\\\xcb]\\\\x05%\\\\xa7\\\\xf2\\\\xd9\\\\x15\\\\x90\\\\xda\\\\x82F\\\\xc6C\\\\x04\\\\x01\\\\xf5\\\\x9f\\\\xdf\\\\xd0\\\\xdc\\\\x94\\\\xe4\\\\\\\\\\\\x16\\\\t\\\\x93\\\\x94b\\\\x0b\\\\x95Ud\\\\xbd|\\\\xa3\\\\xd7g \\\\xaf\\\\x8e\\\\xcc\\\\xeb\\\\xecc\\\\x830D\\\\x86m\\\\xf3\\\\x1a\\\\x91?M:\\\\x98\\\\xe9\\\\xcf\\\\x1e_u\\\\x9dI\\\\n\\\\xf3Q\\\\xed\\\\xe0p1oF\\\\x15_m\\\\x0ce\\\\x90($\\\\xa9\\\\x99\\\\xf4\\\\xb3\\\\x0f3\\\\x04x\\\\xf8tt\\\\x05\\\\x0c\\\\xadF$\\\\x9f\\\\xe90\\\\xd9\\\\xc2q\\\\x95q\\\\x8f\\\\x92\\\\x98\\\\xac\\\\x03\\\\xda)\\\\xc7\\\\xb2\\\\xd5D\\\\xb85m\\\\'p\\\\x06\\\\x06\\\\xf9\\\\x1a\\\\x8f\\\\xbb\\\\xa9p\\\\xdd\\\\xa9\\\\x8d\\\\x12\\\\xe4\\\\x85\\\\xb7\\\\x81\\\\xe2r\\\\xb0\\\\xf2\\\\xebz\\\\xf3^\\\\x8b\\\\x11\\\\x80EV2&\\\\t\\\\x0c\\\\x01\\\\xecA\\\\xfb\\\\xba\\\\xaf8>uGj\\\\x06&\\\\x98+g7\\\\xe3\\\\xd9ta\\\\xbf&\\\\x96{Y\\\\x89\\\\x08w*\\\\x85\\\\xb1\\\\x17\\\\xea\\\\xbd\\\\x89\\\\x9dg\\\\xf7\\\\xf4\\\\xa19[\\\\x97?\\\\xa2\\\\xdd\\\\xb1\\\\rQc\\\\x8a\\\\xd7\\\\xc2\\\\xfc\\\\xbb%\\\\x14Y\\\\x98\\\\x83!I\\\\x03\\\\xdbs\\\\xd8\\\\x08\\\\x04\\\\x12{\\\\xfd\\\\x87\\\\xb7V\\\\xe1\\\\xba\\\\x8c\\\\x80 \\\\x80\\\\x99sjNH\\\\xaeG5\\\\x7f\\\\xc82F.\\\\x0e:U\\\\xb9\\\\x15\\\\xee\\\\xb8\\\\xa9\\\\xda\\\\x826\\\\xb3\\\\x10\\\\xa4~\\\\x18\\\\xec\\\\xbe\\\\x03\\\\xef\\\\xe8\\\\xa7v1z\\\\xbb$\\\\x1d\\\\xacBH\\\\xe7r/\\\\xc1\\\\xe4[\\\\x1f\\\\x85\\\\xaa\\\\xc2\\\\xed\\\\\\\\\\\\xbeM\\\\xc2\\\\x19\\\\xddH\\\\xdd\\\\xa0\\\\x1aD\\\\x1f\\\\xee\\\\xe9Q:\\\\x8b\\\\x85J\\\\xf5\\\\xc9D\\\\xb0U\\\\x7f\\\\xc9\\\\xf9\\\\xa7\\\\x06\\\\xa3\\\\xee\\\\xdf}\\\\x99@\\\\xd7\\\\x0f`\\\\x00k\\\\xe1\\\\xf7\\\\xea#\\\\xbfG\\\\xa2$*7&G2Uz\\\\xdc~nP\\\\xcaw\\\\x1f\\\\x98\\\\x0cT\\\\xa8%\\\\x98UZ\\\\xf6\"=;\\\\x89\\\\xec\\\\x00\\\\xd7\\\\xe9\\\\xd3c\\\\x10B\\\\xa7+fg\\\\x1aq\\\\xc7\\\\xe1)]\\\\x8d\\\\x9bo\\\\xb8\\\\x0e+5l\\\\xaa*\\\\x0c?\\\\x98w\\\\xc0p\\\\x0e\\\\x90N\\\\xba\\\\x93\\\\xd8x\\\\xf55u\\\\x12\\\\x84\\\\xdb\\\\x07\\\\xe3\\\\xea\\\\xb7U\\\\xf1\\\\xb7@\\\\x9f\\\\x98\\\\xaa\\\\xca\\\\xd1\\\\x985V\\\\xdav\\\\xcb\\\\xce\\\\x80\\\\xea$\\\\xaf\\\\x97\\\\xdf\\\\xd4\\\\x80\\\\x01\\\\xe6\\\\x8a6[\\\\x1ac\\\\xe3\\\\xfc)\\\\xf9\\\\x7f\\\\x12L\\\\xbcA\\\\xb1\\\\xe96\\\\xef\\\\x1b\\\\x9f\\\\xdd\\\\x8b\\\\x00\\\\xed$7\\\\xa6\\\\x0fq\\\\xda|\\\\xfbI\\\\x18\\\\x92\\\\xec\\\\x9b\\\\xec\\\\x06q\\\\x8aD\\\\xcf\\\\xf8\\\\xdeCe>*c\\\\x955\\\\x92,\\\\x03\\\\xd2Wf\\\\xbb\\\\x88$D\\\\xf8h5\\\\xea\\\\xb8\\\\x8e\\\\x92\\\\xc5\\\\r\\\\xa17\\\\xab!\\\\xdc\\\\xaf\\\\x02\\\\x94\\\\x12\\\\x94\\\\x80=\\\\x95\\\\xd4A\\\\xd1\\\\x9a$\\\\x83\\\\xa0=\\\\xe3\\\\xbe\\\\xbe\\\\x1dF\\\\x98\\\\x9c\\\\x13\\\\\\\\\\\\xc4;\\\\xa5\\\\x0b*\\\\xbb\\\\x1f\\\\'n\\\\xc1\\\\xee\\\\xa8;PGpI\\\\x83\\\\xa6\\\\x9axw\\\\xe9r\\\\x89\\\\x06\\\\x818HJ5S*\\\\xae\\\\x8c\\\\xe4*m)yoA\\\\xfe\\\\rGrA\\\\x9dN\\\\x82\\\\'\\\\xa0\\\\x02\\\\x12\\\\xfd\\\\x832\\\\x10\\\\xf0=\\\\x14d\\\\xfc\\\\xc6\\\\x16C\\\\xd9\\\\x8ds\\\\xaa\\\\xd5\\\\xb9\\\\x90\\\\x89X\\\\x9fN\\\\x9e \\\\x9f\\\\xdd\\\\xd5\\\\x7fdG\\\\xd6\\\\x023! \\\\xcaS\\\\xf3\\\\\\\\\\\\xbdd\\\\x0f\\\\xce\\\\xde2O\\\\xe1ca07AQ\\\\'\\\\xf6t\\\\xe9Y\\\\xd7\\\\x8b\\\\xd1D\"1\\\\xc9\\\\x1b\\\\xc7\\\\xf9\\\\x9f=]M\\\\x8a\\\\xd9nq\\\\x80\\\\r]N`\\\\x06y\\\\r\\\\xdb\\\\xc4\\\\xcf\\\\xf1ORl\\\\x93\\\\x12+E$\\\\x9e|t\\\\xe3\\\\x92\\\\x9b\\\\xc7\\\\xfc\\\\xef\\\\x92\\\\xc67V\\\\xfb\\\\x99\\\\x1c\\\\x89f\\\\x00\\\\x10;\\\\xfaA\\\\x8d|:\\\\xafr\\\\xdd\\\\xc1\\\\x99\\\\x1c\\\\xbf?\\\\xc7\\\\xf6\\\\x99\\\\x19\\\\x10\\\\x1b\\\\x17\\\\xc7\\\\x8c\\\\x93\\\\xbe\\\\x0f\\\\xea~%\\\\x965W\\\\xe0\\\\xb62\\\\x12\\\\xaa\\\\xde\\\\xd1*\\\\x03\\\\x0f\\\\xe2\\\\xecc\\\\xbf\\\\xfd\\\\xbd^\\\\xb7|\\\\xb5P\\\\x9b\\\\xa5\\\\xaa<\\\\xf1\\\\n\\\\xcb\\\\xc7\\\\xe4\\\\xb1\\\\xdb\\\\x8e\\\\xaf\\\\x97\\\\xa8\\\\xd7\\\\x9b\\\\x87\\\\x90\\\\xc6\\\\xbbh\\\\xb5\\\\x98\\\\x11\\\\x1a\\\\x1d\\\\xab\\\\xe6f4\\\\xfd\\\\xbd67\\\\x19>\\\\xd0\\\\x85\\\\xc0\\\\ne\\\\xf8\\\\xed_\\\\x12\\\\xba\\\\xcb\\\\xb2\\\\xf9\\\\x0f\\\\x89Y\\\\xc9QE\\\\x16\\\\xfbT\\\\xad\\\\xc5\\\\x1e\\\\xbblQ\\\\x17\\\\x07\\\\x02CVA0t=\\\\xbc\\\\xcfL\\\\x8d\\\\xcbr\\\\xd4\\\\x1bPl\\\\x1f\\\\xcf\\\\xb9Z\\\\xb7f9\\\\x85\\\\x1a\\\\xef\\\\xc9\\\\xd3z\\\\xe3a\\\\xa8\\\\x14Q/L\\\\xae\\\\xd6\"\\\\x01e`\\\\xa2$}t\\\\xfaOX6-F2\\\\xd22\\\\xf3\\\\xed\\\\xea\\\\xaf\\\\xcaGJ?\\\\x81b\\\\xda\\\\x17\\\\xdd\\\\xfc\\\\n\\\\xa0nU3,dH\\\\x1f\\\\x84\\\\xea\\\\x0e\\\\xbf\\\\x7f\\\\x90\\\\xd4\\\\xdb\\\\x9d@\\\\x9c[\\\\xc9\\\\x01s\\\\x8d\\\\x11\\\\x0ek\\\\x8a\\\\\\\\\\\\xac\\\\\\\\KZ\\\\x85\\\\xa8\\\\xb5f\\\\\\\\\\\\x16\\\\x06\\\\xc2\\\\xab\\\\x07r\\\\xc9\\\\x12\\\\xc0\\\\r>\\\\xfe\\\\x9b:Pf\\\\xa9\\\\xdf\\\\xb1\\\\xac8U\\\\x1ew\\\\x03\\\\x8b]Yi\\\\xf9ti\\\\xb5\\\\xc971t\\\\n{\\\\xae\\\\xa4\\\\xf8\\\\r&`\\\\xf6\\\\xea\\\\xbcn\\\\x97b\\\\xcc\\\\xaaOj#\\\\x12s\\\\xf1Jy\\\\xfe\\\\x86N\\\\xfek\\\\x9c\\\\xc9.\\\\xe5s\\\\xdc\\\\x85\\\\xa1\\\\x06M\\\\xec\\\\xd6\"l/Y\\\\xf6\\\\xe0\\\\xc8:\\\\xc1\\\\xd6\\\\x0f\\\\xf6\\\\xf1\\\\xeb\\\\xb4=$\\\\xa7\\\\xdb\\\\xd6]\\\\x08\\\\xb3#*\\\\xd6J\\\\xd2\\\\xeb\\\\x08\\\\x80\\\\x06\\\\xe6,\\\\x01\\\\xf1\\\\xd0\\\\x13\\\\xe3\\\\xd4{`\\\\x1a#\\\\x11\\\\x88\\\\x0eSv?\\\\x1c\\\\xe3\\\\x87[\\\\x80se\\\\xac\\\\xcc\\\\xd6\\\\x1a\\\\xc9\\\\x00,\\\\xc8\\\\'\\\\xec\\\\xef\\\\xb7\\\\xb7M\\\\x00G\\\\x04\\\\xa6\\\\x12\\\\x05\\\\x87\\\\x1d\\\\x10J\\\\x99\\\\xde\\\\xc1\\\\xb2\\\\xff\\\\x00oo\\\\xa8\\\\xd6I\\\\xdc\\\\xe15\\\\x1bA\\\\x1a\\\\xcfD+T\\\\xa9\\\\x00\\\\x05C\\\\xff\\\\x00)\\\\x93\\\\x1b\\\\x8d|\\\\xccT\\\\xb9\\\\x82~#aa\\\\xa1$m\\\\xdc\\\\xbfH\\\\xf2\\\\x8e\\\\xfd\\\\xbal\\\\xa0\\\\xc0%7.8\\\\xe6\\\\x98prp)\\\\xaa\\\\xfc,R\\\\xed\\\\x90\\\\x88\\\\xcf^%k\\\\xb8\\\\xb9\\\\x08C)\\\\'\\\\xb9\\\\x06L\\\\x1f\\\\xdf\\\\x1a\\\\x84K\\\\xd0U:2\\\\x8cE1K\\\\xf6a\\\\xdd\\\\xc9\\\\xb3f\\\\xd2\\\\'\\\\xdd%\\\\x1a\\\\xb6\\\\x97\\\\xf6\\\\x88Q\\\\xa1\\\\x99$\\\\x1d<\\\\xa3\\\\xa3\\\\x15K\\\\x00\\\\x90\\\\xb7\\\\'\\\\x0e8\\\\xdc\\\\xc0\\\\xd9\\\\xae\\\\x87\\\\xda$\\\\xb0e\\\\xd0\\\\xb4\\\\x18\\\\x10{I\\\\xd2O\\\\x87~\\\\x86\\\\xe8\\\\xd3T`1\\\\xf5P)\\\\xdc\\\\x87\\\\xb6O\\\\xb8+F\\\\xae\\\\xb0\\\\xce.v\\\\x02\\\\n\\\\x10=\\\\x07t\\\\x15\\\\x13\\\\x11\\\\xd4FZ\\\\x9f\\\\xa2\\\\x8b\\\\x91\\\\x04\\\\x83\\\\x14\\\\x93\\\\x97\\\\x95VM\\\\x96\\\\x11\\\\xed\\\\xa9u\\\\x0cHc&<\\\\x10@\\\\x91\\\\xd4\\\\x93\\\\x10\\\\x14\\\\xdb\\\\xb7(\\\\xf8\\\\xacq\\\\xea\\\\xb3#e\\\\x80\\\\xae\\\\xc1\\\\xba\\\\th\\\\x96]B\\\\xb01\\\\xa7K2\\\\xa09.\\\\x9c\\\\x84\\\\\\\\\\\\x14\\\\xeb\\\\xc5q\\\\xb6ok\\\\xed\\\\rR\\\\xba\\\\x82\\\\xc8\\\\x01@`\\\\xc8\\\\xd6L\\\\t\"z\\\\x19\\\\\\\\\\\\x18\\\\x0c\\\\x14X\\\\xb7\"x\\\\xfa\\\\xa2|\\\\xc7;^\\\\x1b#5q\\\\nSe$\\\\xa1XQ\\\\x04n\\\\x1a\\\\x9d\\\\x0e\\\\xbf\\\\xe7\\\\xd5q\\\\x89\\\\x86]\\\\x15\\\\xe9\\\\xcc5\\\\x15O\\\\x97\\\\xc9e\\\\xd8\\\\xe4{\\\\xe7&\\\\x92\\\\xc2\\\\xe7\\\\xafl\\\\xcb\\\\xfe\\\\x11\\\\xb9\\\\x8fs\\\\xe7\\\\xe7\\\\xd3#kDhi\\\\xcb\\\\x92\\\\xe8\\\\xc7T}T)\\\\x84q\\\\xd6\\\\xe5q\\\\xb4:\\\\x9fS\\\\xbbmP\\\\xca\\\\t1:\\\\x01\\\\xdbH\\\\xfbz\\\\x98\\\\x8c\\\\xceI@>\\\\x1f\\\\xc2\\\\x15\\\\x97\\\\xc7b\\\\xd9P\\\\xfc\\\\x95\\\\xa5\\\\xec\\\\xad\\\\x98d\\\\xa5\\\\xc3a\\\\xa8\\\\xa6\\\\xa0O\\\\xd4L}zq\\\\x8cL\\\\x01\\\\x05\\\\xc9\\\\xf2Qn\\\\xec\\\\x84\\\\xbdA\\\\xbe\\\\xea\\\\x1f\\\\xe5kQ_\\\\xbbH\\\\xa8;\\\\x05 \\\\xcfpI \\\\x12L\\\\x83?\\\\xe7\\\\xd2\\\\xe5r&\\\\x98`\\\\x8c\\\\xcaNj\\\\x88q\\\\xd6\\\\xd7\\\\x8f\\\\x93\\\\xb6\\\\x8b\\\\x19\\\\x02\\\\xda\\\\rM[m\\\\x04\\\\x83\\\\x1a\\\\x1d\\\\xc3\\\\xf0\\\\x93\\\\xa4\\\\xcfU\\\\xaf0\\\\x1drQ \\\\xf8\\\\xd5]\\\\x17\\\\xe4^\\\\xd8\\\\xf8\\\\xd6.\\\\x97\\\\xdfP\\\\x96`\\\\xad\\\\xb4\\\\x9d\\\\x14\\\\tS\\\\x04\\\\x11\\\\xd8x\\\\xf5Jr\\\\x93\\\\x96\\\\x1f\\\\xb0\\\\xc7 \\\\xa6@\\\\x08\\\\x82\\\\xf5\\\\x0b\\\\xa9xl|\\\\x1b\\\\xff\\\\x00Os*\\\\xaa\\\\xf7l\\\\xca1\\\\xaf\\\\xfc\\\\xcb\\\\xd8}AvzL\\\\xb4\\\\x01\\\\xe3\\\\x10\\\\x07\\\\x86\\\\x9d^\\\\xd9\\\\x80-\\\\x10\\\\xe4\\\\x90\\\\xf5\\\\xcd\\\\xd6\\\\xb6\\\\xda\\\\xb1\\\\xc8.1\\\\xcc\\\\xe1i\\\\xc7{\\\\xee\\\\xc4\\\\xba\\\\xca\\\\xe1wV\\\\x8b\\\\xd8\\\\x96\\\\x98$\\\\xe9\\\\xdc\\\\xf8\\\\xf5\\\\x986\\\\xf0\\\\x83\\\\xb1\\\\x93\\\\xb7LU+\\\\x81\\\\xe9\\\\xc3%a\\\\x8b\\\\xfc\\\\x92y+\\\\x91\\\\x83\\\\xb1\\\\xdcd\\\\x8d\\\\x17S\\\\'\\\\xc0\\\\x9e\\\\x82\\\\xdd\\\\xb1l\\\\x87f?Q\\\\x8f\\\\x18\"\\\\xd5\\\\x19\\\\x03\\\\x93p\\\\xe8cq\\\\xa3\\\\x1e\\\\xdbl\\\\xae\\\\xf7\\\\xadY\\\\x08\\\\xa8\\\\xb9\\\\xd9\\\\xba\\\\x0e\\\\xe1\\\\x00w\\\\x11\\\\xaf\\\\x97W\\\\xad\\\\xdb\\\\x88\\\\xf5;7\\\\x9a\\\\xabp\\\\xc8b\\\\x1d>\\\\xff\\\\x00H^G\\\\x8b\\\\\\\\\\\\xccj\\\\x85\\\\xd7\\\\xd6\\\\xbf\\\\xcc\\\\ndK\\\\x01\\\\xd8\\\\xc0\\\\x82|GSv\\\\xc4\\\\xd9\\\\xe2\\\\x1f\\\\x8a\\\\xff\\\\x00\\\\x08\\\\xa0E\\\\xc8v!X\\\\xff\\\\x00\\\\x1a\\\\xba\\\\xfcg5\\\\xff\\\\x00\\\\xd28\\\\xb6L\\\\x82\\\\x12N\\\\x80\\\\xacy\\\\x11\\\\xe5\\\\xd7F\\\\x1a\\\\xa3\\\\xe8\\\\xf4\\\\x9c\\\\xc1C\\\\x1b:\\\\x8f\\\\xaa\\\\xbc\\\\x7f)\\\\xa2\\\\xbaj\\\\xc1\\\\xc5\\\\xae\\\\xebKQL\\\\xed\\\\xbf\"alei\\\\x042\\\\xc6\\\\xa4\\\\x82 \\\\x08\\\\xef\\\\xd5k\\\\xc7D\\\\xc3\\\\x92\\\\xdc\\\\xfa\\\\xabp\\\\xb7\\\\x1bq|\\\\xf9sQr\\\\xfeW\\\\x8fFHN:\\\\xb4\\\\xe4\\\\x12\\\\x8a\\\\xf7_aS\\\\xb1T\\\\x13\\\\xb5>\\\\xd31\\\\xdc\\\\xeb\\\\xd3\\\\xfd\\\\xd3\\\\x19T\\\\xb8\\\\x19\\\\x8a\\\\x84\\\\xab\\\\x97\\\\xe4_K%\\\\xdc\\\\x9f\\\\x9cr\\\\xd9M`\\\\xaf)\\\\xf0\\\\xbd\\\\xa0\\\\xc4\\\\xfb\\\\x01Am\\\\xc66\\\\xee\\\\x1bDOy\\\\x9e\\\\xa8\\\\x18\\\\\\\\\\\\xc2r8\\\\xe5\\\\xc7\\\\xdd/Q5\\\\'.;\\\\xfb\\\\x90\\\\xa6\\\\xe4y,\\\\xa4\\\\r}\\\\x8eg\\\\xd4l}\\\\xec\\\\xa6\\\\x07\\\\xa8\\\\x08h\\\\x82H\\\\x1d\\\\xbb\\\\xf5\\\\xd6\\\\xb6BE\\\\xf1\\\\x0f\\\\x9a\\\\xe9L\\\\x01\\\\x8e\\\\\\\\\\\\x05#\\\\x87\\\\xe6\\\\xf2\\\\xf0mvklg\\\\x06=\\\\x80\\\\xec\\\\xa5\\\\x89\\\\xec{\\\\x8d\\\\x06\\\\xd9:}\\\\xc7\\\\xa4\\\\x1d\\\\xacc*\\\\x83N_~\\\\x8a\\\\x05\\\\xd2+\\\\x15p\\\\xe2\\\\xdf\\\\x91mX\\\\x99kg\\\\xbe\\\\xce\\\\xb2\\\\xebb\\\\xb3+6\\\\xb2\\\\xcd\\\\xb8\\\\xc1 \\\\x11\\\\xdci\\\\xd6\\\\xb6\\\\xd2\\\\xc06\\\\xe11C\\\\x8e.\\\\x08V\\\\x8d\\\\xd38\\\\x11\\\\x8fuBE\\\\x9d\\\\xfe\\\\xcf#\\\\xf2;K\\\\x9bK\\\\x910\\\\xad\\\\xb2h9\\\\x1e]\\\\x9c\\\\xbc\\\\x17\\\\x96\\\\xdc\\\\xed\\\\x04\\\\t#\\\\x05\\\\xd9\\\\xf6\\\\xf0\\\\x19|\\\\xa8\\\\xc9\\\\xb5j\\\\xad\\\\xf1X\\\\xfb\\\\xe9j\\\\x10\\\\xca\\\\x84\\\\x8f@0}+\\\\x02\\\\x0f\\\\x89\\\\xea-\\\\xbc\\\\xdc\\\\x90\\\\xb27\\\\x1b}x \\\\r\\\\xf1\\\\xfc\\\\x95\\\\xad\\\\xabBZ\\\\xca\\\\x10\\\\xad\\\\xea\\\\xd0\\\\x9b}\\\\xd9iB\\\\x01\\\\x1a\\\\xc0=\\\\xf5\\\\xe9\\\\xb1\\\\xb4\\\\xcb&v\\\\xa6\\\\x10l[@\\\\xcbl\\\\x1a\\\\xd9\\\\xb2\\\\x85\\\\xb0T\\\\xd8\\\\x0e\\\\x89\\\\xa2\\\\xb0\\\\x0e\"{\\\\x98\\\\x80:U\\\\xad\\\\xd4%)@T\\\\x8cz) \\\\x80\\\\xe7\\\\x02\\\\x9b\\\\xb0\\\\xf1\\\\xb1\\\\xb2H\\\\x0c\\\\xa8+(\\\\x069\\\\xa5\\\\x0b\\\\rD\\\\xc41b\\\\xb1\\\\x11\\\\xdf\\\\xb8\\\\xf2\\\\xea\\\\xc9\\\\x83\\\\xa6\\\\xdb\\\\x84K\\\\xd7\\\\x15g|W\\\\xe2\\\\xdcv6v\\\\x05\\\\x19\\\\x80\\\\xdd\\\\x8bk\\\\x0b\\\\xbd\\\\xe5}\\\\xc5\\\\xab:0p\\\\xb2b?\\\\xd3\\\\xe3\\\\xd4\\\\xe8\\\\x03\\\\x15b\\\\xc4\\\\x04K\\\\x15l~\\\\xa0aqi\\\\xf1\\\\x1cz\\\\xb02\\\\x00BkJ\\\\xd0\\\\xd7\\\\xb6\\\\xa0\\\\x84\\\\x13\\\\xb8\\\\x8dH`\\\\x04\\\\x0fV\\\\xa3\\\\xcc\\\\xf5\\\\xd0\\\\xcc2\\\\xf46\\\\x98D\\\\x1c\\\\x970\\\\xaeg\\\\'_\\\\xe6\\\\x02S\\\\x800q\\\\x87\\\\xb1o\\\\xbdK\\\\xb5\\\\xadb\\\\x91\\\\xb3i\\\\x03A\\\\x13\\\\xa9\\\\x1d\\\\xba\\\\xc2\\\\xff\\\\x00\\\\x16W5KP\\\\x00}\\\\x97\\\\xa7\\\\xb5j\\\\xde\\\\x81G\\\\'\\\\x04\\\\x7f\\\\xe2w\\\\xe6S\\\\xf2|J\\\\xd7\\\\x14m\\\\xc8\\\\xac\\\\xb1\\\\xa2%\\\\x00\\\\x93\\\\xdci!{\\\\x8e\\\\xb4\\\\xfe>\\\\xd7\\\\xa1\\\\xe4\\\\xb0w\\\\xf0\\\\x8cn\\\\x10\\\\x85~\\\\xac\\\\xf2\\\\xf8x\\\\xb9y\\\\x16U\\\\x8feY\\\\x8b\\\\xe9K*fU\\\\x07MT\\\\x88$\\\\x12`\\\\x83\\\\xe1\\\\xd5\\\\x81(\\\\xb7\\\\xa7\\\\x9a\\\\xf3[\\\\x90\\\\x07j\\\\xe5\\\\xfeS/\\\\x97/UYU\\\\xd1b\\\\x92F\\\\xe0\\\\x85\\\\xca\\\\xb1\\\\xd7F1\\\\xe2\\\\xd2&4\\\\xf3\\\\xe9\\\\x81\\\\xfb\\\\x96l\\\\xc9\\\\xc0\\\\x95\\\\x07\\\\x88\\\\xa76\\\\xdc\\\\xeb\\\\xa9.\\\\xd5\\\\x92\\\\xe8\\\\xa9\\\\x03ji\\\\x06I\\\\x9d\\\\xd3\\\\x0b\\\\xdb\\\\xb6\\\\x9d\\\\xbc\\\\xba$\\\\x9cR\\\\xad\\\\x87,\\\\x999\\\\xfc\\\\xecn5\\\\x9f\\\\x15\\\\xeaU\\\\xcfj\\\\xc2\\\\xe3\\\\xa0B\\\\xacCn\\\\xd9c\\\\x93\\\\xfc>\\\\x02\\\\x0f]\"B\\\\xb5~`0\\\\x15\\\\xba\\\\xcd\\\\x8c\\\\xb6\"\\\\xee\\\\xac2\\\\xe9\\\\xb8\\\\x13\\\\x13\\\\xfd\\\\xddZ\\\\xb5\\\\xa4\\\\x93\\\\xae\\\\x83\\\\x86BfeAO\\\\xe7\\\\x92\\\\x97\\\\x93\\\\xc33\\\\x1d)>\\\\xcb\\\\xaa\\\\x13i*\\\\x15\\\\x1d\\\\x8c\\\\xce\\\\xb1\\\\xa0\\\\x1a\\\\xc8^\\\\x97 d\\\\x11\\\\xc4\\\\x1cB\\\\xc6\\\\xbczx\\\\xea7]\\\\xeafXk\\\\x1a\\\\x1aN\\\\x9d\\\\x8f\\\\x7f\\\\x0f.\\\\x91\\\\x19\\\\n\\\\xe3D\\\\xe9CI\\\\xab~\\\\x17\\\\x95\\\\xfc\\\\xb6\\\\xee<{X\\\\x94\\\\x90j\\\\xd4^\\\\x0bzX\\\\x881=\\\\xa4\\\\x89\\\\xd3\\\\xfc\\\\xba\\\\xa7r\\\\xd1#V`\\\\xe3\\\\xfc#\\\\x84\\\\xe4\"\\\\xd1`\\\\x0f\\\\x14O\\\\xdf\\\\x1c\\\\xfdL\\\\xe7k)^FJ\\\\xb5/`\\\\x19\\\\t\\\\x12\\\\xfb\\\\xc3I$\\\\x88\\\\x1a\\\\x1f\\\\xf3\\\\xea\\\\x95\\\\xf9\\\\xdd\\\\x84\\\\x05\\\\xc8\\\\x96\\\\x18\\\\x11\\\\xf7\\\\xe9\\\\xde\\\\xad\\\\xda\\\\xb8ui%\\\\xf8\\\\xf3\\\\xfc+V\\\\xdb(\\\\xb9\\\\xa8\\\\xcb\\\\xc7\\\\xb1Z\\\\xa7Op_ \\\\xa8/\\\\x0c\\\\xca\\\\xa0\\\\x0e\\\\xcc\\\\x0f\\\\xdd?oI\\\\x8e\\\\xe0\\\\xcaN\\\\xe3\\\\x00x\\\\xfeV\\\\xa4\\\\x1bN8\\\\xa6\\\\x8e45\\\\x8aN\\\\xac\\\\xc0\\\\x84\\\\xd6\\\\x00`\\\\x14\\\\x12$@ \\\\xcfb~\\\\xde\\\\xfdmm\\\\xe5\\\\xa8\\\\x12\\\\x02\\\\x82\\\\xec\\\\x8d\\\\x17U\\\\x15\\\\xd7paM\\\\x8d\\\\xbe\\\\xaa\\\\xfd[Q\\\\xd8\\\\x99\\\\x04vRA\\\\xd7\\\\xa7\\\\xdc\\\\x91\\\\x15\\\\xe4\\\\x80\\\\xe0\\\\xaa\\\\x1f\\\\xd4\\\\x0e|\\\\xd8\\\\xd98F\\\\xf5\\\\xc2\\\\xa5\\\\xc0\\\\x17\\\\x8f\\\\xc1XT\\\\x10\\\\x83\\\\xb6\\\\xa3O\\\\xaf\\\\xed\\\\x1d\"\\\\xdd\\\\xb3\\\\xfbd\\\\xb27\\\\x13&\\\\x8f\\\\xde\\\\xb9\\\\xd37:\\\\xf5\\\\xf6\\\\xbd\\\\xd2n\\\\xf7\\\\x16\\\\x1a\\\\xe6\\\\xdc\\\\xdb\\\\x81$\\\\xc4\\\\xeac\\\\xfb\\\\x88\\\\xe8\\\\xe3\\\\x06\\\\x88\\\\x0c\\\\xa9\\\\xc6\\\\x0f\\\\xda\\\\xca%|\\\\x85\\\\xb5oV]\\\\x940+eD\\\\x9d\\\\xb11:\\\\xce\\\\xbfgE?@\\\\xa7\\\\x82\\\\xefk\\\\x91\\\\xaa\"\\\\xab\\\\xc6\\\\xe4\\\\x83e~\\\\xc2\\\\xfa\\\\x8f\\\\xb8\\\\xa7\\\\xd2\\\\xc1Lj\\\\xa0H\\\\xd4\\\\xc8\\\\x9f\\\\xdb\\\\x1d8\\\\x18\\\\x94-6\\\\xad\\\\x14\\\\xcb\\\\xb8aU\\\\x0feI\\\\xfc\\\\xb3\\\\xb3p\\\\xd4\\\\xb6\\\\xe2D\\\\x03\\\\x1ed\\\\xf6\\\\x9e\\\\xdd: F%\\\\x08\\\\xd6X\\\\xe3\\\\xf6@\\\\xde\\\\xbfl\\\\x15\\\\xae\\\\xa2l$\\\\xc5l\\\\x00\\\\x80H\\\\xd4H\\\\xd7\\\\xa0o5\"ORQ\\\\x8e\\\\x1f;\\\\x90|[x\\\\xf7p\\\\xd8\\\\xaba\\\\xb4\\\\xca\\\\x02\\\\xcb\\\\xb7C\\\\xb6?\\\\x080;\\\\xf4\\\\xb8\\\\xbb\\\\xd5\\\\x19 \\\\x16\\\\x05\\\\x87\\\\x1cQ-\\\\xdfS\\\\xbd\\\\xf7\\\\xd8\\\\xa2\\\\x10\\\\x02\\\\xa8|\\\\xc2\\\\x98\\\\xd0yi\\\\xe1\\\\xd4\\\\xe4\\\\xe122\\\\x00\\\\x00S7\\\\x17\\\\x9bv>\\\\x1eC\\\\x12k\\\\xde\\\\x9d\\\\xfb\\\\x12\"4\\\\xed\\\\xde|:\\\\x88\\\\xc9\\\\x9e\\\\xa9,\"O\"\\\\x10A}\\\\x95Zn\\\\xa9\\\\x14\\\\xdeZh\\\\x92\\\\x0e\\\\xef\\\\xa4v2\\\\'H\\\\xd3\\\\xa9\\\\x17\\\\x19H\\\\x18V\\\\x81\\\\x1e\\\\xf8\\\\xef<\\\\xd89\\\\xa6\\\\x00\\\\\\\\KU\\\\x91\\\\xa9V\\\\x81\\\\xeb\\\\x1e \\\\xc1>\\\\x1f\\\\xf0\\\\xe8\\\\x85\\\\xc64\\\\xc1H\\\\x89\\\\x89z\\\\xaf~K\\\\xcbY\\\\x97z\\\\xd0\\\\x95\\\\xd6\\\\xd5cH\\\\x15+\\\\x99r\\\\xc7Ya \\\\xf9\\\\xe8z\\\\x80L\\\\x8b\\\\xe2\\\\x17\\\\t\\\\x9b\\\\x82\\\\xb4l\\\\xd6\\\\xbe\"\\\\xd4\\\\xcf\\\\xa1\\\\xb0\\\\xee;\\\\xda6\\\\xad\\\\'B{y\\\\x1d~\\\\xc3\\\\xe5\\\\xd4\\\\x06\\\\xc1\\\\x0c\\\\xde*\\\\x17\\\\xf4\\\\xeb\\\\xcb\\\\xbbQSX\\\\x81\\\\xc2*DK\\\\x91\\\\xdc\\\\x13\\\\xa0\\\\xef\\\\xe3\\\\xd7E\\\\xd8\\\\x96\\\\xa2\\\\x01pI\\\\x83\\\\xd4\\\\xa3\\\\xf8|\\\\x13a\\\\xfb\\\\x16\\\\xf2\\\\x18\\\\xce\\\\x97\\\\x18f\\\\xa6%\\\\x8c\\\\x83\\\\xa8\\\\xf1\\\\x9d;k\\\\xd5{\\\\x9a\\\\xa2C\\\\x07\\\\x1dS\\\\xe3h\\\\xca\\\\xae\\\\x9f\\\\xb2U\\\\xda\\\\xaf\\\\xcd\\\\xed\\\\xa8P\\\\xb5\\\\xaa\\\\x82\\\\x00Op\\\\xaf\\\\xed\\\\x00\\\\xc6\\\\xbd\\\\x89?n\\\\x9d\\\\x14\\\\x8b\\\\xd0b\\\\xac\\\\x18\\\\x81\\\\x12\\\\xc5\\\\xa8\\\\xaa>Y2r\\\\xb3\\\\xed\\\\xf7\\\\xabW\\\\x87\\\\x94pO\\\\xa9N\\\\xa0\\\\xe9\\\\xac\\\\x0f!\\\\xf6t\\\\xd8\\\\xdaz\\\\x14\\\\x89\\\\\\\\P1\\\\xf8\\\\x8f\\\\xcd\\\\xda\\\\xd4c [\\\\x9a\\\\x05b\\\\xdb\\\\x16\\\\xb46m,\\\\xd2_h\\\\xf5\\\\x00bOM\\\\xb7\\\\xb7\\\\x94\\\\xe4\\\\xc3\\\\xea\\\\x14\\\\xc6\\\\xed\\\\x1c\\\\x91\\\\xfcd\\\\xcbw\\\\x17\\\\xce\\\\xdd\\\\x8b\\\\xfc\\\\x8c\\\\x956c\\\\xda\\\\xca\\\\xa9@\\\\x01\\\\xa0\\\\tY$\\\\x1d<\\\\xb5?\\\\x7fI\\\\x14pq\\\\xe4\\\\xdftR\\\\x81\\\\xc8\\\\xf7\\\\xa2\\\\xd6s7\\\\xe0d\\\\x1c\\\\x94\\\\xc6U\\\\x0e\\\\xac\\\\x10X\\\\xa0\\\\xc8\\\\xfc\\\\'B\\\\xa4\\\\xeb\\\\xe3\\\\xfbz\\\\x8de\\\\xc8\\\\xc1uMpu\\\\xbb?\\\\x13\\\\x0b\\\\x9a\\\\xa6\\\\xbbQ\\\\xea\\\\x0e\\\\x8a\\\\x1a\\\\xf6V\\\\x804\\\\x8d\\\\xdbL\\\\xc6\\\\xe2\\\\x08\\\\xef\\\\xfb;u\\\\x04BC\\\\x92(\\\\xc8\\\\xe5\\\\xc7\\\\xe5\\\\x0c\\\\xc0\\\\xe1i\\\\xaf\\\\x94T$\\\\xb5j\\\\x02\\\\xbd\\\\x8e\\\\xa4\\\\x9d\\\\x0e\\\\xac\\\\x00:\\\\x00t\\\\x13\\\\xfb:\\\\xed\\\\x11\\\\x06\\\\x985\\\\x10\\\\xdc\\\\x9bzJ\\\\xb9r8\\\\xec\\\\xab8\\\\xea\\\\x8a46\"\\\\x03U\\\\xa8\\\\xa0\"\\\\x00c\\\\xd6Y\\\\xa5F\\\\xbf\\\\x88\\\\x7fwY\\\\xfb\\\\x9bS\\\\xbb\\\\x0fI\\\\xa8/\\\\xc7\\\\x0e\\\\x98\\\\xfa\\\\x00\\\\xcc.\\\\x87\\\\xf8-8Y\\\\x7f\\\\n\\\\xe5V\\\\xeb\\\\xee\\\\\\\\\\\\xa7\\\\xa3\\\\xdc\\\\xae\\\\xa7 \\\\xc9u#r\\\\xb3\\\\r\\\\xaa\\\\x0f\\\\x81\\\\x8e\\\\xe7\\\\xc7\\\\xa8\\\\xda\\\\xc9\\\\xe4t\\\\xea\\\\x0f\\\\xd1hmb\\\\xd6\\\\xd8\\\\xb3\\\\x85\\\\xc4\\\\xbc\\\\xe5\\\\xdc\\\\xc6\\\\x0eS\\\\xe1\\\\xd9\\\\x7f\\\\xb4\\\\x8bi\\\\x0c\\\\xaav\\\\x962@$i\\\\xd8y\\\\x0f\\\\xf8\\\\xd3\\\\xbbnV\\\\xc1s\\\\x8f\\\\x9fj\\\\xacKLR\\\\xa8\\\\x06N#fc\\\\x1c\\\\x9cB#o\\\\xf3\\\\x031\\\\xdcc\\\\xef\\\\x99\\\\'\\\\xb0\\\\xf2\\\\x8e\\\\x8f\\\\xdb\\\\x89>\\\\x81\\\\xc6i\"d\\\\n\\\\xf7\\\\xa3|\\\\x06\\\\x1e_%[U\\\\xb5\\\\x9e\\\\xd5\\\\nU\\\\\\\\\\\\xe8;\\\\xc4F\\\\x9a\\\\x03\\\\xdb\\\\xcf\\\\xa6\\\\xc4\\\\xc8\\\\x80\\\\x18\\\\x1cr8\\\\xf5C\\\\x18\\\\x92K\\\\x13\\\\x92\\\\xb2\\\\xf8z\\\\xad\\\\xe2hl2\\\\xca\\\\xd4^\\\\xe4\\\\xb6P`B\\\\x9b\"H\\\\xdd\\\\x05H\\\\xea\\\\xed\\\\xa2`K\\\\xfdS\\\\xe1o@\\\\x04\\\\xd1\\\\x07\\\\xe4\\\\xbeCF6P\\\\x16V\\\\x97\\\\xdc\\\\xaa\\\\xcfmm\\\\xa0`uR6\\\\x91#\\\\xfb\\\\x0e\\\\xfdR\\\\x96\\\\xf8\\\\xc8\\\\x90\\\\xc43\\\\xd0\\\\xd2\\\\xb9x\\\\xa3\\\\xb92\\\\r\\\\x12\\\\xdf+\\\\x9e\\\\x9c\\\\xe5.\\\\xf8\\\\xb9+Hg)^%\\\\x8a\\\\x14\\\\xee@v\\\\xa8 D7\\\\x84\\\\x8d\\\\x7f\\\\x7fT\\\\xc9\\\\x9c\\\\xe4\\\\xc6\\\\xbd\\\\xbfN_\\\\xca\\\\x19\\\\x98\\\\xca#\\\\xaa_L\\\\x1c\\\\xac\\\\x7f]\\\\x88k\\\\xa0\\\\xb4c\\\\xb5P@m\\\\xa2A\\\\xf1\\\\x1d\\\\x803\\\\xd5\\\\xc8\\\\\\\\&\\\\xa0\\\\x18\\\\xbe!\\\\xa8y\\\\x0e\\\\x8a\\\\xac\\\\xed\\\\x909\\\\xf5Q\\\\n2\\\\x91f+\\\\xa3{DE\\\\x8e\\\\x07\\\\xfe\\\\xd1\\\\x91\\\\x13#\\\\xfe\\\\xce\\\\xba\\\\xd3\\\\x97\\\\x96g\\\\x1e>\\\\xa8.5\\\\x1f\\\\x0c\\\\x936\\\\x1e!\\\\xcb\\\\xa8Uq\\\\x0b{)\\\\xf6\\\\x8e\\\\xf0\\\\x15\\\\xe4\\\\xc8\\\\x90`\\\\xf9\\\\xfd\\\\xa3\\\\xf7\\\\xb6\\\\xd8\"&2\\\\xccP(\\\\xd5\\\\x12t\\\\xe7\\\\xc7\\\\x01G\\\\xc6\\\\xe2\\\\xcd{\\\\x9e\\\\xca[%\\\\xeam\\\\xc2\\\\xb5\\\\xf3BI#Y\\\\n\\\\xb2;\\\\x9dz\\\\xa9\\\\xa6\\\\xe9\\\\x8b\\\\x1cs\\\\x0fZ.,%L9\\\\xf1\\\\xf7W\\\\x0f\\\\x06q\\\\xc6.1\\\\xc9\\\\xb2\\\\xd5(\\\\x9b\\\\xda\\\\x98\\\\xddf\\\\x9a\\\\x00\\\\xc0\\\\xc1\\\\x00\\\\xeb\\\\xe1\\\\xa0\\\\x81\\\\xd5\\\\xdbs\\\\xf6\\\\xac\\\\x83\\\\x17u\\\\xa7fCO\\\\xab\\\\x15\\\\x13\\\\x96\\\\xf9\\\\x9f\\\\x17^Z\\\\x85\\\\xe3lJ\\\\xd4\\\\x14\\\\xdf\\\\xb9}[\\\\xbb\\\\xfaL\\\\xc7\\\\x84A\\\\xf0\\\\x8f\\\\x1e\\\\xba\\\\xde\\\\xec\\\\xce:\\\\xb4\\\\xc8wb\\\\xaa\\\\\\\\\\\\xbc50o\\\\x14+;\\\\x9c\\\\xe1\\\\xb9T\\\\xb2jdM\\\\xaa\\\\x95;\\\\xed\\\\x04\\\\x92`\\\\x80\\\\t\\\\xf4\\\\xc83\\\\xa9\\\\xe9\\\\xe2~\\\\xe5\\\\x08o\\\\x05^W\\\\x04\\\\xcbH8\\\\xe7\\\\xd7\\\\x8ehX\\\\xe1E\\\\x97J;\\\\xb0r\\\\rpw&\\\\xbe\\\\x95\\\\xd5f@\\\\x1e#\\\\xfb\\\\xfa\\\\xadv\\\\xc6\\\\x9a\\\\xfe\\\\xc3\\\\x92\\\\x08\\\\xc0N\\\\xa2]\\\\xe1Z\\\\\\\\e\\\\x14\\\\xe3\\\\xe1#ZA\\\\xb2\\\\x90\\\\xbb\\\\xb7\\\\xe9\\\\xed\\\\xaa\\\\x12bW\\\\xb9\\\\xdd\\\\xd5\\\\xcb& S\\\\x8e\\\\xf5j\\\\x0f\\\\x18\\\\x93,\\\\x03c\\\\xf8\\\\xea\\\\x82\\\\xfc\\\\x837\\\\x8c\\\\xab\\\\x0b.\\\\xfa\\\\x82\\\\xfea\\\\x9dK\\\\x17oQ>\\\\x90\\\\x08\\\\x03A\\\\x13\\\\xa8\\\\x99\\\\xe9{\\\\x89i\\\\x86\\\\xa1FJ\\\\xb9\\\\xb8\\\\x7f@\\\\x18\\\\xaa\\\\xba\\\\xcb6\\\\xe4\\\\xb5\\\\x99U\\\\x93c*\\\\xbdW\\\\r\\\\xabb\\\\x92&[v\\\\x9a\\\\x80\\\\x08\\\\x9e\\\\xaa\\\\xd8\\\\xb9\"\\\\x1a@\\\\xb3?UR`?W\\\\xe0\\\\xa2\\\\x14\\\\xa6vv8\\\\xcaY}e\\\\xac\\\\xac\\\\xc11;W\\\\xd5\"5\\\\xd7\\\\xae\\\\xdc\\\\xc8\\\\xda\\\\x86\\\\xb8\\\\xe6E\\\\x13-\\\\x7f\\\\xccX\\\\x83\\\\x86(\\\\xf5\\\\xb4.V+\\\\x0b,`\\\\xb5W\\\\x08\\\\xf5\\\\xcc\\\\xca\\\\xc7c\\\\x11 \\\\x91#\\\\xb1\\\\xfbz\\\\xa5\\\\xfeD\\\\xaf5DH\\\\xef\\\\xe9\\\\xf5Z\\\\x976\\\\xe20\\\\xc1\\\\xddWyY+j\\\\xda\\\\x8bQ\\\\x00\\\\xaa\\\\x15\\\\xdc\\\\xde\\\\xad\\\\xf0\\\\x01\\\\xfb5\\\\xf3\\\\x9dz\\\\x19n\\\\xc4\\\\x83N5\\\\xc0\\\\xb2\\\\xce\\\\xf6j\\\\xf1!\\\\xba\\\\xa7o\\\\x85r\\\\xf5ce\\\\x9f{o\\\\xb9\\\\xed\\\\x90\\\\xcb\\\\xabn\\\\x93\\\\xa1$\\\\x824=\\\\xfc#\\\\xbfn\\\\x8a\\\\xc0\\\\xb4\\\\x08\\\\x94hFG\\\\xec\\\\x99\\\\t\\\\xcc\\\\x16=\\\\xa9\\\\xf7\\\\x91\\\\xa4f\\\\x8c\\\\xad\\\\xce\\\\xad\\\\x97B\\\\xb3c\\\\x97\\\\xda\\\\x11v\\\\xa8\\\\x05X\\\\xf6\\\\xd40\\\\x04\\\\x8f\\\\x1dG\\\\xd3L\\\\xeee?P\\\\x18R\\\\xa9\\\\xd7#n~\\\\x93\\\\x89\\\\n\\\\xac\\\\xe51\\\\x9a\\\\x89\\\\xa0\\\\xaa\\\\xa5\\\\xbe\\\\xa2\\\\xccg\\\\xd6[N\\\\xda\\\\x1dA\\\\xce\\\\xdd\\\\x92\\\\xf6\\\\xbab\\\\xd4\\\\x96d\\\\xadiB\\\\x89\\\\xb2\\\\xdd\\\\xa9]h\\\\xb6\\\\x06\\\\xeb\\\\x97%O\\\\x8b\\\\xff\\\\x00\\\\xf6\\\\xe7\\\\xfd9\\\\xc0\\\\xff\\\\x00q\\\\xbc7\\\\xe97\\\\xcf\\\\xff\\\\x00]9#\\\\xf1\\\\xfc/\\\\x8b\\\\xf3\\\\x1f0\\\\xf9~#|C\\\\x99\\\\xf8\\\\xff\\\\x0020\\\\xb8L\\\\x8fb\\\\xd5\\\\xa1\\\\xb3)\\\\xca\\\\xc38\\\\xf7\\\\x85\\\\xb1\\\\xeb\\\\xca\\\\xae\\\\xfb\\\\x01Z\\\\xd8{{\\\\x9e\\\\xbd\\\\xdc\\\\xb9(\\\\xf1\\\\x7f\\\\xfd\\\\xbb1yv\\\\xfd>\\\\xaf\\\\x8e\\\\xff\\\\x00p\\\\x7f\\\\x1d\\\\xc5\\\\xf9G\\\\xea\\\\x8f\\\\xc7?\\\\xf5\\\\xf7\\\\xc4~3g\\\\t\\\\xc9\\\\xd6\\\\x98\\\\xff\\\\x00\\\\x0f[^\\\\xdby\\\\xbc\\\\xfc\\\\x87f\\\\x18\\\\x94\\\\xae\\\\x18[*[%\\\\xec\\\\xb4\\\\x8aF\\\\x8a\\\\xf7,\\\\x82\\\\xc5A\\\\x00\\\\x86*\\\\xff\\\\x00\\\\xfd9\\\\xff\\\\x00gY\\\\x9f*\\\\x7f\\\\x80|\\\\x8f\\\\xf4\\\\xd3\\\\xf5N\\\\x9f\\\\x9e~\\\\x91|\\\\xbb\\\\xe3\\\\x9c\\\\xef\\\\xc8\\\\xab\\\\xfdB\\\\xc6\\\\xf8\\\\xff\\\\x00!\\\\x8b\\\\x91U?\\\\x17\\\\xca\\\\xab\\\\x07\\\\x90\\\\xa4p \\\\xdd\\\\x91e\\\\xef}\\\\xca\\\\xb4T\\\\x96\\\\x16\\\\xbb\\\\xd4TB\\\\xf4\\\\xddy\\\\xa5[\\\\xb6#\\\\x11\\\\x1e\\\\\\\\\\\\xfa+\\\\xcb?\\\\xfd\\\\xa9\\\\xe7p\\\\xf9\\\\x9f-?#\\\\xfdB\\\\xc4\\\\xe1\\\\xbe3\\\\xf1~;\\\\xe3\\\\x1c\\\\xc6\\\\x17\\\\xc8\\\\xb3\\\\xb8\\\\xac\\\\xda\\\\xf22\\\\xb1\\\\xbeS\\\\x93~\\\\x1e*\\\\xb7\\\\x1aO\\\\xbf\\\\x8f\\\\x90\\\\x97P\\\\xc8is!\\\\xb6\\\\x86+$\\\\x88\\\\xd4\\\\x9a\\\\xcaG+\\\\xfe\\\\xcc\\\\xdd\\\\xf9\\\\xb4\\\\xe0p\\\\x7fQ\\\\xf8\\\\xaf\\\\x99\\\\xf2<\\\\x07\\\\xcf\\\\xf8\\\\x7f\\\\x8a\\\\xfc\\\\xbb\\\\x84\\\\\\\\\\\\x1c\\\\xdc*\\\\xd7\\\\x1b>\\\\xaa\\\\xf3\\\\x0ce\\\\xabCX1IkR\\\\xad\\\\xde\\\\xd8\\\\x91\\\\xee\\\\xeeX\\\\xeb\\\\xb5\\\\xaeT\\\\xae\\\\x0f\\\\xfb*\\\\xc8\\\\xfdL\\\\xc1\\\\xfd@\\\\xf9w\\\\xc5~T\\\\xbf\\\\x15\\\\xc6\\\\xc3\\\\xe4>W\\\\x95\\\\xf0\\\\x8e\\\\x05x\\\\x0eo/\\\\x84\\\\\\\\\\\\x1e\\\\x032\\\\xea\\\\x059\\\\x1f#\\\\xcbU\\\\xa2\\\\x93h\\\\xa8{P\\\\xf7\\\\xb9\\\\x1e\\\\xa6\\\\x86VU\\\\x87R\\\\xb9_\\\\xf4\\\\x8f\\\\xf4J\\\\x9f\\\\xd4O\\\\x88\\\\xfc\\\\xcf\\\\xf53\\\\xe7\\\\x7f\\\\xa8t~\\\\x94~\\\\x92|#\\\\'\\\\x13\\\\x07\\\\x96\\\\xf9vG\\\\x1b\\\\x93\\\\xcbd_\\\\xc9g9J0\\\\xb0\\\\xf0)t{\\\\x8a\\\\x04\\\\xdfs3\\\\x8d\\\\xa3kCz\\\\xa3\\\\x9dq]\\\\x13\\\\xf1\\\\x0f\\\\xfe\\\\xdf\\\\x7f(\\\\xe5\\\\x7fQ?P\\\\xff\\\\x00M\\\\xf9\\\\xff\\\\x00\\\\x9e\\\\xbf\\\\x1bg\\\\xc3>A\\\\x81\\\\xf1\\\\xbc^O\\\\x85\\\\xf8\\\\xbf/\\\\xcfce\\\\xd9\\\\xc8\\\\xe0\\\\xd3\\\\xc9\\\\xe2\\\\xe4d\\\\xe4\\\\xe3\\\\xd7N6\\\\r?\\\\x96\\\\xc8\\\\xad\\\\xad{\\\\xaf;\\\\x18\\\\x95\\\\xdb\\\\xf8\\\\x19\\\\xbbR\\\\xe4\\\\xe9\\\\xc1\\\\x7f\\\\xb2o\\\\x86\\\\xfc\\\\x93\\\\xf4\\\\xff\\\\x00\\\\xf4\\\\xc7\\\\xe0\\\\xd9\\\\xdf<\\\\xe2\\\\xfe\\\\'\\\\xfa\\\\xeb\\\\xfa\\\\x8b\\\\xf2\\\\xdf\\\\x9e\\\\xe1p\\\\x1c\\\\xdb\\\\xd7\\\\xc9r8\\\\xdc\\\\xa6\\\\'\\\\xc2\\\\xac\\\\xc9\\\\xc6\\\\xb3\\\\x16\\\\xba\\\\xa8z\\\\xf1\\\\xb1\\\\xf1\\\\xb7b\\\\xbd\\\\xc7&\\\\xcf\\\\xe6C\\\\xa8Z\\\\xed\\\\r\\\\xb59\\\\xd7.;\\\\xa3\\\\xfd\\\\x9bs\\\\\\\\\\\\xceO\\\\xc2_?\\\\xf5\\\\x07\\\\x8e\\\\xe1\\\\x97\\\\x9d\\\\xfd\\\\x14\\\\xe4\\\\x7f]\\\\xfeL[\\\\x02\\\\xeb\\\\xe9\\\\xe2~3@\\\\'\\\\x19l\"\\\\xc5\\\\\\\\\\\\x86\\\\xc8a=\\\\xd4/\\\\x8e\\\\xed:\\\\xedJ\\\\x19:\\\\xfc\\\\xdb\\\\xff\\\\x00\\\\xb6\\\\x07\\\\xeaO\\\\xc6\\\\xbe\\\\x15\\\\x87\\\\xc9\\\\xd9\\\\xf3jo\\\\xf9\\\\xaf\\\\x1d\\\\xcb\\\\xfc?\\\\x8a\\\\xf9g\\\\xc4/\\\\xe09,<\\\\x0c+\\\\xbeo\\\\xc8Q\\\\xc6\\\\xe1S\\\\xc7\\\\xf3\\\\xb6\\\\x83\\\\x8f\\\\xc9\\\\xbe6FEc!1\\\\xd4\\\\x8a\\\\xb7Ar\\\\xd0\\\\xa4Iu\\\\xd8(_!\\\\xff\\\\x00\\\\xed\\\\xc0\\\\xd4dq\\\\x1cg\\\\xc3\\\\x7f\\\\xdc\\\\'\\\\xc5\\\\xbeU\\\\x9e\\\\xff\\\\x00\\\\xacI\\\\xfa7\\\\xf2Q\\\\x91\\\\x83\\\\x95\\\\xc6\\\\xe2q\\\\xfc\\\\xdf\\\\xe4NqJ\\\\xb2o\\\\xb5\\\\xc6U\\\\xd5W\\\\xfc\\\\xbb)\\\\xa9dY\\\\xe8Vb\\\\x1a9\\\\xd7#8_\\\\xec_\\\\xe3?\\\\xa7\\\\x7f\\\\xaf4\\\\xfcC\\\\xe4\\\\x9f.\\\\xaf\\\\xf5\\\\x1b\\\\xe3\\\\x1f\\\\n\\\\xfd<\\\\xf9g\\\\xea\\\\x07\\\\xea_\\\\x0f\\\\xf2>\\\\x0b\\\\xe4\\\\x1f\\\\r|~/\\\\x80[1\\\\x12\\\\xd7p\\\\xe0]\\\\x8fnK\\\\xa3\\\\xd3v.[\\\\x06\\\\x15\\\\xb7\\\\xb9\\\\xb1Y7\\\\xf3\\\\xaed\\\\x8b\\\\xfa\\\\xbd\\\\xfe\\\\xccs?\\\\xdb\\\\xe7\\\\xe9\\\\x07\\\\xc5\\\\xff\\\\x00V\\\\xb9\\\\x8f\\\\xd5\\\\xa4\\\\xe4\\\\xbeE\\\\xf2\\\\x0cn\\\\x0b?\\\\x8b\\\\xe1p~=\\\\xca\\\\x7fH\\\\xc9\\\\xfe\\\\xb1[]]\\\\\\\\w\\\\xc9)\\\\x17a]uU\\\\xa1\\\\xb1\\\\xd6\\\\xd1L\\\\xa0\\\\x94,J+\\\\x85\\\\xc8F\\\\xecLd\\\\x1c\\\\x15Gy`J\\\\t\\\\xdf\\\\xf4\\\\x0b\\\\xfd\\\\xc8\\\\x1ed\\\\xe3\\\\xfcG\\\\xe5\\\\x19\\\\x95\\\\xf1\\\\x9c\\\\xb7\\\\xb6\\\\xd5\\\\xe1\\\\xf3z%w\\\\x82?\\\\x05\\\\x83@X\\\\x89\\\\x1a\\\\xf7\\\\xfb\\\\xba\\\\xf2\\\\xdb\\\\xad\\\\xbc\\\\xf6U\\\\xff\\\\x00A?\\\\xb6c\\\\xa4\\\\xbf?u\\\\xe5w[sn\\\\xb9`\\\\xba\\\\xee\\\\xaa\\\\xe8k\\\\r\\\\xf60\\\\xa2k+V>\\\\xac\\\\x1dWQ\\\\x04\\\\x98\\\\x10\\\\xc6\\\\x7fwC\\\\t\\\\xea\\\\xa1,VM\\\\xd6|\\\\x17\\\\xb5`\\\\xd7\\\\x98+\\\\x19&\\\\xb0jgT\\\\xda\\\\x8b\\\\xb7q\\\\xd0\\\\x13\\\\xaf}A\\\\x9e\\\\xfauf\\\\xdd\\\\xa6yfUiYpy \\\\x14\\\\xf0\\\\xad\\\\x87\\\\x98\\\\xe2\\\\xbb\\\\xb2\\\\x05>\\\\xa0\\\\xe5\\\\x01h\\\\x10\\\\xc6HS:\\\\x03\\\\xe0?gF!V)\\\\x11\\\\x89\\\\x89VG\\\\t\\\\x8a\\\\xb8\\\\xbb*.U6\\\\x87\\\\xac\\\\r\"\\\\x1b\\\\xd4\\\\x15\\\\x96c\\\\xc7\\\\xc6Gn\\\\xfd3@\\\\x18\\\\xa7\\\\xc01V\\\\x07\\\\xce\\\\xb9\\\\xfe\\\\x18\\\\xfc\\\\x7f\\\\x1f\\\\x8b\\\\xe32\\\\x0e]t\\\\xbb;\\\\xd1\\\\xf8\\\\x19UT@1\\\\xa8\\\\x046\\\\xdf\\\\xff\\\\x00\\\\x17\\\\xa3\\\\xb3\\\\xa4;\\\\xad\\\\xdbR\\\\x06\\\\x01\\\\xb0\\\\n\\\\x9e\\\\xe3>=\\\\xc2\\\\xe6\\\\\\\\\\\\xb9\\\\xb9\\\\xfc\\\\xa6G\\\\x1c,\\\\x8b\\\\x9e\\\\xb6\\\\xabr;\\\\xc8\\\\x8a\\\\xe4\\\\xea\\\\x00\\\\x02\\\\t\\\\x1aw\\\\xea\\\\x9c6\\\\xf6\\\\x01/6\\\\x04\\\\xb9[\\\\xb6~VQ\\\\x833\\\\x90(\\\\x9c\\\\xfe!\\\\x8dnO\\\\xc9\\\\xf3~Ef)L{kj\\\\xb1/T,\\\\x15\\\\xd5H\\\\x0c`\\\\x804\\\\x00\\\\xc9\\\\xd4\\\\xf8\\\\xf4\\\\xdfr Qdno\\\\x19<\\\\x8a\\\\xe7\\\\xbf\\\\xd4\\\\x8c\\\\xea[\\\\x99\\\\xbd\\\\xf2\\\\xaf6\\\\x04,\\\\x96[\\\\xb42\\\\x0b B\\\\x9e\\\\xff\\\\x00\\\\x84\\\\xc4h\\\\x07A\\\\tV\\\\xab\\\\xce\\\\xee\\\\x08v\\\\xc9T<\\\\xcf)\\\\xc2\\\\xd3^2Z\\\\xfbn\\\\xce$\\\\xa2\\\\xd4w9u\\\\x8d\\\\xc5\\\\xd4\\\\xc8*Or{\\\\xfd:n\\\\xb8\\\\x91EP\\\\xce2\\\\x02\\\\'\\\\x02\\\\x85p\\\\x99\\\\xd8\\\\xf6__\\\\xb2\\\\rL\\\\x96CX\\\\xccI*\\\\xc1\\\\xb6\\\\x86,{\\\\x12{)\\\\xeb\\\\x89dV%\\\\x17\\\\xa1\\\\xc7\\\\x14\\\\xbf\\\\xf2#nVb_p\\\\xae\\\\xabD\\\\xd8\\\\xadk\\\\x17\\\\x8d\\\\xa6T\\\\x07Y\\\\xd4\\\\xea\\\\x7f\\\\x0fn\\\\xba8\\\\xa0\\\\xbc\\\\x18\\\\xa0\\\\xa2\\\\xc4\\\\xc8o\\\\xcd_\\\\xa3\\\\xacH\\\\xd8\\\\x13C\\\\xa8\\\\xf4~\\\\x18\\\\x83\\\\x1e\\\\x9e\\\\xf1\\\\xe5\\\\xd4\\\\xe4\\\\xab\\\\xe2\\\\xd2\\\\x97r-\\\\xc7=98\\\\x97W\\\\x86\\\\\\\\=$\\\\xca\\\\xf7\\\\xb1\\\\x80\\\\x04\\\\x12`\\\\x13\\\\x04\\\\x1d#\\\\xb7\\\\xec\\\\xe9Q\\\\x9b\\\\xf7+v}Q \\\\x17)\\\\x02\\\\xee3\\\\'\\\\xfa\\\\x83\\\\xab\\\\xd7e\\\\xa1\\\\x9b}\\\\xbf\\\\xf7C4\\\\x01\\\\xe0{\\\\xe8\\\\x04\\\\xfd\\\\x9d*\\\\x0cd\\\\xe9%\\\\xc8\\\\xad\\\\x14\\\\xb7\\\\xf8\\\\xad\\\\xbb\\\\x11\\\\xeb\\\\xbaM\\\\xe1B\\\\xd3b\\\\x90Wq&\\\\x18\\\\x8f\\\\xa1\\\\x1e\\\\x1f\\\\xdd\\\\xd1\\\\x98j(\\\\xccM\\\\x00\\\\xc53\\\\xf0\\\\x07\\\\xc7\\\\xa9\\\\x88cU\\\\xd2\\\\x88gz#\\\\xdf\\\\x94\\\\xb9\\\\xc7\\\\x1cjU\\\\xc7\\\\x08W\\\\xf0\\\\x8d\\\\xa5\\\\x83\\\\x12T\\\\xd9\\\\xa9\\\\xecA\\\\x93\\\\xe5\\\\xfb:V\\\\xe3o\\\\x1b\\\\x90\\\\xa1gQn\\\\xf3\\\\x10\\\\x084WW\\\\xc1\\\\xb2\\\\xf3\\\\x9f\\\\x06\\\\xcao\\\\xb6\\\\xd6\\\\xdbb\\\\xd7eN\\\\xe3E\\\\x06X,\\\\xee*\\\\x08\\\\x11\\\\xa0\\\\xeb\\\\xcb\\\\x1fv\\\\xcd\\\\xed\\\\x1d\\\\x98\\\\xf7\\\\xad\\\\xab&2\\\\x89\\\\xe3\\\\x92\\\\xb6x{\\\\xed5\\\\x97e$\\\\xa1\\\\x9f\\\\x18\\\\x8d\\\\xc4\\\\x98X\\\\x83&~\\\\xbe}z=\\\\x91$c\\\\xdc\\\\x8ex\\\\xa6\\\\xdc@m\\\\xbd=\\\\xe8e\\\\xc8&-v\\\\xdb\\\\xaf\\\\xe2*c\\\\xc3^\\\\xf1\\\\xfe][\\\\xba\\\\x03t\\\\xedJ\\\\x99uA~\\\\xa3q\\\\xd8\\\\xf9\\\\x19Ou \\\\x1a\\\\x0c\\\\xa5\\\\xd4\\\\xb3\\\\xe9]\\\\x8a\\\\xdb`\\\\xc4n\\\\x07\\\\xcf]:\\\\xe1\\\\x1d\"\\\\x85\\\\xd6\\\\x16\\\\xe2\\\\xeb\\\\x17\\\\xe5\\\\x92\\\\xa4\\\\xd8R\\\\xed\\\\x8fC\\\\x92\\\\x146\\\\xd0\\\\xe6\\\\x044\\\\xc6\\\\x80\\\\x18n\\\\x8aG\\\\x00\\\\n\\\\xaf\\\\t3\\\\x93U\\\\x073\\\\x1b1\\\\x98Um#\\\\xdd\\\\x98\\\\xa8w\\\\x0c\\\\xa2\"\\\\'\\\\xbfo\\\\x0e\\\\xa4\\\\x83<\\\\xb0L\\\\x84\\\\xa3\\\\x1a\\\\xbd\\\\x10\\\\xe3E\\\\xb5\\\\xde\\\\x81\\\\x94\\\\xab8\\\\x92\\\\xa0(\\\\x02H\\\\x12\\\\x0fa\\\\xafA\\\\xa4\\\\xe0\\\\x9a&\\\\x0cSW\\\\x13\\\\xcc>%\\\\xc9M\\\\xe7\\\\xdc*\\\\n\\\\x82\\\\xd3\\\\xa0\\\\xfcS \\\\xccN\\\\xba\\\\xc4\\\\xf4\\\\xc1#\\\\x13\\\\xa5\\\\xf1I2\\\\xd2\\\\x1c\\\\n/\\\\xdc\\\\x8e0\\\\xb9\\\\x85\\\\xf8\\\\xc4\\\\xddV\\\\xe1\\\\xbe\\\\xd5oI\\\\x83\\\\xa1\\\\x1a\\\\x03\\\\x1ak\\\\xfd\\\\x87Dd@PXT-\\\\xf7d\\\\xa6\\\\x1a\\\\xd4\\\\x12\\\\xa2\\\\x12\\\\xd4\\\\xd9\\\\xef)Yb\\\\xeaA`\\\\x04\\\\x18\\\\x9f\\\\x03\\\\xd4{\\\\x8ej\\\\x17h1\\\\x8d\\\\xa7\\\\xdb\\\\x00\\\\x98\\\\x89\\\\x93\\\\xe5=\\\\xe7\\\\xfb\\\\xfa#\\\\x0fI.\\\\x94\\\\xe1\\\\xebD\\\\xba\\\\xaf\\\\xed\\\\xbbU\\\\xe9e\\\\xac\\\\x9for\\\\x18r&\\\\xb0\\\\x96\\\\xd5\\\\x94[\"\\\\xab\\\\x01*\\\\xba\\\\xa5ft\\\\x85\\\\xed\\\\xaf\\\\xf9\\\\xf46A\\\\x8bHs\\\\xf0\\\\xeeI\\\\x93\\\\x1ci\\\\xcb%\\\\xbb3;\\\\x93\\\\xe4ps.\\\\xc7J\\\\xdb<]\\\\xb1\\\\xa0\\\\x01\\\\xbb|\\\\x03\\\\x04m\\\\x03Bt\\\\x02>\\\\x9d>\\\\xe5\\\\xe3\\\\xa4\\\\xc8d\\\\x8a\\\\x06&B245A\\\\xae\\\\xb1\\\\xef\\\\xbe\\\\xff\\\\x00f\\\\x8c\\\\x8c\\\\x1c`+\\\\xaa\\\\xec{,6\\\\x92\\\\xc1B\\\\xb1g\\\\x8f\\\\x16\\\\x05\\\\xb4\\\\xed\\\\xf6u\\\\xd0\\\\xdd\\\\xdb\\\\xba5A\\\\xc4i\\\\xd6\\\\xaaM\\\\xa3l\\\\rLO6o%7\\\\xff\\\\x00M\\\\xe6\\\\xbf\\\\x0c\\\\xdf \\\\\\\\\\\\xdc1\\\\x85\\\\xf9\\\\xc1\\\\x8aq[%W)\\\\x1ba`\\\\xfe\\\\xd1;\\\\xb6\\\\xc7\\\\xf1y\\\\xe9\\\\xd1{GN\\\\xb7\\\\x18\\\\xf7\\\\xf8\\\\'\\\\x004\\\\x83GX\\\\xf2X\\\\xa6\\\\xcc*l\\\\xa2\\\\xe5\\\\xc8\\\\xa2\\\\xa5\\\\n\\\\xd1\\\\xf8\\\\x81\\\\x99\\\\xdb\\\\xe3\\\\xa4\\\\xeb#\\\\xfcz\\\\xadq\\\\xc36\\\\x08m\\\\x82\\\\xcey X\\\\xb7]\\\\x8a\\\\xef\\\\x16\\\\xb5U\\\\xc16\\\\x00\\\\x03O\\\\xf8\\\\x01\\\\xd4\\\\x92\\\\x06\\\\x15FX\\\\xb1\\\\x18\\\\xab\\\\x9f\\\\xe3\\\\xb5`r\\\\t]\\\\xe2\\\\xb7\\\\xb2\\\\xbct\\\\xad[&\\\\xd4\\\\x08\\\\xfe\\\\xe9\\\\x01\\\\\\\\H\\\\x98\\\\xd7@O\\\\xec\\\\xe9S\\\\xbb\\\\t\\\\xcc\\\\x08\\\\xd4b\\\\xec\\\\x866\\\\x8el\\\\x1a\\\\x9c\\\\x14\\\\xf4\\\\x16\\\\xa7\\\\xae\\\\x9a\\\\xf1\\\\xacwf\\\\xb4:\\\\xab@\\\\xda ,\\\\x12u\\\\xecH\\\\xf2\\\\xe8\\\\xed38\\\\xc1\\\\x16\\\\xe6\\\\xa0\\\\x0f\\\\xaa\\\\xb6?MF{\\\\xd9\\\\x95\\\\xc4\\\\xda\\\\xa2\\\\xdf\\\\xcc\\\\xad\\\\x8b^;\\\\x10\\\\xa40\\\\x12cA#\\\\xc4\\\\x02\\\\x07\\\\x9fK\\\\xb7#\\\\x0b\\\\x99T\\\\xe1\\\\x9fjv\\\\xcaX\\\\xba\\\\xa2>w\\\\xc0\\\\xd4\\\\xbc\\\\x97!\\\\x83Mj\\\\xf6\\\\xa5\\\\xccY\\\\x95\\\\xa4\\\\x10\\\\x01\\\\xda7A\\\\x8dc\\\\xc3\\\\xed\\\\xeb\\\\xae[\\\\x12\\\\x91\\\\x0c\\\\xe5/y\\\\x12k\\\\x1a*\\\\xe7\\\\x87\\\\xa0\\\\xd7\\\\x92\\\\xa9\\\\x93S\\\\xe4`8dV\\\\xadd\\\\xfa\\\\x80\\\\x04\\\\xa9`f\\\\x00\\\\xee\\\\x07\\\\x87J\\\\x16qy\\\\x16>]\\\\x8a\\\\x81\\\\xbbX\\\\xd2\\\\xbfT\\\\xe5\\\\xc1\\\\xf1\\\\xd4\\\\xe1\\\\x96\\\\xb5\\\\xfd\\\\xca\\\\x98\\\\xb1U\\\\x0c4\\\\x15\\\\xee\\\\x84x\\\\x12\\\\x0c\\\\xfd\\\\xf1\\\\xd4\\\\xeb\\\\x96\\\\'\\\\x01\\\\x9a\\\\xbb\\\\xb6\\\\x86\\\\x92e\\\\xce\\\\xbd\\\\x81\\\\x0b\\\\xf9\\\\x175v5\\\\x86\\\\x8c|p\\\\xf5\\\\xef\\\\x01\\\\xf3fOmg\\\\xe9\\\\xf7\\\\xfe\\\\xce\\\\xa8\\\\\\\\\\\\xben\\\\\\\\\\\\x03!\\\\xcb\\\\x16\\\\xcd\\\\x1d\\\\xe9\\\\x12O\\\\xddW\\\\tev;[p\\\\xf7\\\\x1d\\\\xc6\\\\xb56\\\\xa1T\\\\x92\\\\xc0\\\\x19\\\\x89\\\\x9d\\\\x0e\\\\x83\\\\xed\\\\xf2\\\\xe9\\\\x90\\\\xdb\\\\xc6,\\\\xc7>\\\\xc2\\\\x95\\\\xee\\\\x101R\\\\xc7\\\\xe6l\\\\xb9\\\\xf9\\\\x15\\\\xae\\\\xb7G\\\\xb5ik\\\\xd5\\\\x94A1\\\\x12\\\\x1bRO\\\\x8c\\\\x0f\\\\xd8z;\\\\xc2W?\\\\xe4\\\\x14\\\\xcb$\\\\xb2\\\\xcc\\\\xc4\\\\xd3>i\\\\xff\\\\x00\\\\x8aL>O\\\\x08\\\\xbb\\\\x10\\\\xe5\\\\x1fkc\\\\xa4\\\\x9d\\\\x00\\\\x12\\\\xc7Q \\\\x91\\\\xda>\\\\xce\\\\x9bb\\\\xc6\\\\x90#\\\\xa8\\\\x9a\\\\xd7\\\\xaap\\\\xbb\\\\xee\\\\x8d$U\\\\x92\\\\xef#\\\\x81\\\\x81CP\\\\x9e\\\\xe8&\\\\xc6j\\\\xdb\\\\xdbPc_IQ,t\\\\x1d\\\\xf5\\\\xff\\\\x00\\\\x82\\\\xeeC\\\\xd6\\\\x03\\\\x93,\\\\xc7G\\\\xcf\\\\xa8I6\\\\xc4\\\\x1c\\\\x12\\\\xdf\\\\x9f\\\\xc1Q\\\\x90\\\\x1cz\\\\xd7#\\\\x174\\\\x06G\\\\x01Q\\\\x8e\\\\xe2~\\\\xe8 \\\\x0e\\\\x8ar\\\\x8e\\\\xa6\\\\x07\\\\xd4(\\\\x12c\\\\xa8E\\\\xcd8\\\\xa2\\\\xdb\\\\x8f\\\\x9f\\\\xc9\\\\xd7JX\\\\xd6-\\\\xf4\\\\x87\\\\x0cY\\\\x00Vc\\\\xa1\\\\x83\\\\xa1\\\\xd3MGn\\\\xab\\\\xdf\\\\x96\\\\x99\\\\t\\\\x12\\\\xd9S\\\\x1e\\\\xbcsL\\\\x8c\\\\x86\\\\x00>|u\\\\xfb+C\\\\x1b\\\\x93\\\\xa6\\\\xe5|\\\\xaa\\\\xb1m\\\\xa5l\\\\xaa\\\\x7f\\\\x9ce\\\\xd8\\\\xe8T\\\\x88\" \\\\x89\\\\x03\\\\xc3\\\\xcf\\\\xabq\\\\x90\\\\x8cj\\\\x0b3\\\\xd5]\\\\x8c\\\\xc4\\\\xa2I\\\\xc7\\\\xa2A\\\\xcb\\\\xc6\\\\xaa\\\\xfbowSM\\\\xc5YV\\\\xb5\\\\xf5\\\\x87i\\\\x89M\\\\x9f\\\\xc2O\\\\xdcJ\\\\xf4\\\\xebZ\\\\x08bZD:\\\\xca\\\\x91\\\\x01\\\\xce_p\\\\x87\\\\xae\\\\x0eE.n{\\\\x10\\\\xb5K\\\\xee)h\\\\x1b\\\\xc4\\\\xc0\\\\x91\\\\xd8\\\\xc1\\\\xd0\\\\xc0\\\\x8e\\\\xabn\\\\x84\\\\xa3\\\\x1d\\\\\\\\\\\\xbb\\\\xd4\\\\xc0\\\\x89J\\\\x9c\\\\x14\\\\xd5\\\\xf1\\\\xdeG%,\\\\xc6\\\\xa2\\\\xab\\\\xa5p\\\\t,6\\\\x86b\\\\xae\\\\xf2\\\\xc3@\\\\x0ck\\\\xe7=\\\\x10\\\\xbd9\\\\xb6\\\\x8a\\\\x81\\\\x8f1\\\\xfd\"\\\\x87\\\\xa43\\\\xb3x+\\\\x13+=\\\\xf3\\\\x8eJe\\\\x1cjXT\\\\xa9}\\\\x94\\\\xc2\\\\xbb\\\\x0b\\\\x15\\\\x99w5\\\\x84x\\\\x00#\\\\xc3\\\\xc7\\\\xa6\\\\x7f\\\\x95\\\\xeeKA\\\\xa0\\\\x1e}\\\\xaa\\\\xe9:\\\\xe2A5I\\\\xb9\\\\x98\\\\x9e\\\\xd2\\\\x02\\\\xf7\\\\xdbj4\\\\xb5\\\\x89\\\\xdc%\\\\x80\\\\xfa\\\\x89\\\\x92`\\\\x91\\\\x11\\\\xae\\\\xbf\\\\xb3\\\\xa3\\\\x8c_\\\\xa2\\\\xcd\\\\x981/\\\\x8bsP-\\\\xc5l\\\\xb4IZ\\\\xd0 Z\\\\xe91\\\\xa6\\\\xdd\\\\x06\\\\xed\\\\xa4\\\\xc1h\\\\x933\\\\xf4\\\\x8f\\\\x1e\\\\xa2r\\\\x88\\\\x8b\\\\xd1\\\\x94F\\\\xd4\\\\xa4i\\\\xda\\\\xc9\\\\xa7\\\\x81\\\\xe3.5\\\\xd8\\\\xb6^\\\\xb6\\\\x06\\\\x03\\\\xf0\\\\x82eH;\\\\x9c\\\\x89\\\\xfe\\\\x1d\\\\x07o\\\\xbfR:\\\\x0bc\\\\xdc\\\\x8d+\\\\xd4\\\\xab{H\\\\x98\\\\x17\\\\x9fb\\\\\\\\v\\\\xba\\\\x8e]\\\\x13\\\\x15\\\\x8d\\\\x98\\\\x9e\\\\xeb\\\\x05\\\\xda\\\\xff\\\\x00\\\\xcb\\\\xb3\\\\xd4\\\\'\\\\xd2\\\\xc7\\\\xee\\\\'\\\\xc7S\\\\xd6t\\\\xb6w\\\\x04\\\\xf5\\\\x0cA\\\\xcb<<:\\\\xa2;\\\\x86-\\\\x8b\\\\xf1\\\\xf7Y\\\\xf2_\\\\x15k\\\\xe8\\\\x19X\\\\xc8\\\\x88\\\\x95)sUAZ\\\\t\\\\x90\\\\x10\\\\x9d;\\\\x1f\\\\xb7\\\\xed\\\\xe8\\\\xb7_\\\\x1f2\\\\xf3\\\\x86%\\\\xbd)\\\\x80\\\\t\\\\n\\\\x1a!\\\\\\\\\\\\'\\\\x1be\\\\x99X\\\\xf4Z\\\\x96\\\\xd6\\\\xcbh\\\\xdeX\\\\x82\\\\x85D\\\\xc2\\\\x9a\\\\xfbhD\\\\xe9\\\\xdcxuH\\\\xdb\\\\xf5\\\\x08\\\\xe9:\\\\xa3W\\\\xc1W\\\\xb6\\\\xe1\\\\xc9\\\\xcc\\\\xa6nz\\\\x8c\\\\xcc\\\\x16L\\\\xb4P\\\\xc9\\\\x86\\\\xff\\\\x00\\\\xf3\\\\x9bH\"H\\\\x06t\\\\x07A\\\\xe1\\\\x11\\\\xf4\\\\xea\\\\xdd\\\\xfb\\\\x97\\\\xad\\\\xc0M\\\\xc6\\\\x0cs\\\\xe0\\\\xa2\\\\xbdn\\\\x1a\\\\x80\\\\xef_\\\\xbe\\\\x1c\\\\xff\\\\x00\\\\xd6r\\\\xa8\\\\xc4\\\\xcdA\\\\x90\\\\xb9h\\\\x06-l\\\\xd2\\\\x85\\\\x89\\\\xeeA\\\\x82 \\\\x13=dX\\\\xbb\\\\xa6\\\\xe1\\\\x84\\\\x8b\\\\xbd+V<:\\\\xb5\\\\x12.\\\\x01\\\\xab\\\\xf0\\\\xae/\\\\xfd)\\\\x85\\\\xff\\\\x00\\\\x9b_\\\\xedn\\\\xbb\\\\xff\\\\x00Qc\\\\x82\\\\xb4tM\\\\x7f\\\\xff\\\\xd2\\\\xf8\\\\xa8\\\\xd8\\\\xf8n\\\\x185\\\\xa0I\\\\xde\\\\xfb\\\\xb5V\\\\x1a\\\\xea<\\\\xe6c\\\\xed\\\\xea\\\\xa8\\\\x9c\\\\xc6K\\\\xcb\\\\x8b\\\\x97#P\\\\x16B\\\\xdcz\\\\xa9\\\\tR\\\\xa9\\\\x1b F\\\\x91\\\\xb7OT\\\\x7f\\\\x84t&22\\\\xaa\\\\x83\\\\x19\\\\xcaNWG/\\\\xfb\\\\xb2\\\\xfd]\\\\xa3\\\\xe0\\\\xdf\\\\xed\\\\xef\\\\xf4\\\\xff\\\\x00\\\\x00p\\\\x99\\\\x1f\\\\x1a\\\\xff\\\\x00m?1\\\\xc7\\\\xf9\\\\xbf\\\\xc3q\\\\xb2k\\\\xcas\\\\x9d\\\\xc9\\\\xe3g\\\\xd9\\\\x9f\\\\x8cyw\\\\xfc\\\\xcf\\\\xf3*\\\\xa0\\\\xddeU-\\\\x1e\\\\xc9\\\\x153)%\\\\xb6\\\\xb0\\\\xb1\\\\x19\\\\xb0iP\\\\xad-\\\\xbe\\\\xf3\\\\xdb\\\\x023\\\\x0b\\\\x0eK\\\\xfd\\\\xe9~\\\\xb7\\\\xe6s\\\\xbf\\\\xad\\\\x1c\\\\xef5\\\\xc0|[\\\\xe4\\\\\\\\\\\\x87\\\\xeb\\\\x9f\\\\xc9~\\\\'\\\\xf2O\\\\x9b>F.u\\\\xd5\\\\xd6\\\\x9f\\\\x0c\\\\xcf\\\\xaf\\\\x90\\\\xe28\\\\xbc4L\\\\xe5\\\\xf6\\\\xb0\\\\xd1\\\\xabZ\\\\xddX5\\\\xadX\\\\x8fww\\\\xaf\\\\xa6\\\\n\\\\xe0\\\\xb4a\\\\xb8\\\\xb70\\\\xe0\\\\xa2_#\\\\xff\\\\x00\\\\xee\\\\x17\\\\xfa\\\\xcf\\\\xf3.[\\\\x03\\\\x93\\\\xfdC\\\\xf8W\\\\xe9\\\\xe7\\\\xea-\\\\xdc?\\\\xccyo\\\\x95\\\\xf18?,\\\\xe0\\\\xef\\\\xe5\\\\xb1\\\\xf0\\\\xea\\\\xe60\\\\x86\\\\x0eO\\\\x07M9Y\\\\x8e\\\\x13\\\\x8fP\\\\x89ej?\\\\x9e\\\\x8e\\\\x8b\\\\x19\\\\x1b%\\\\x0f\\\\'-\\\\xd7\\\\x7f\\\\xf7\\\\x14\\\\xfdd\\\\xcb\\\\xf9z\\\\xfc\\\\x93?\\\\xe1_\\\\x01\\\\xe4\\\\xb8:\\\\xff\\\\x00N\\\\xb9/\\\\xd2\\\\xfa\\\\x7fN2\\\\xf0yK\\\\xb84\\\\xe09\\\\x8b\\\\xa8\\\\xbb=}|\\\\xa1\\\\xcekn\\\\xfc\\\\xb2!g\\\\xcb`\\\\x10mU\\\\x1dr\\\\xe4\\\\x93\\\\x8f\\\\xfe\\\\xf7\\\\x7fW0\\\\xbfW\\\\xbe\\\\x11\\\\xfa\\\\xc3\\\\xc7p\\\\xff\\\\x00\\\\x13\\\\xe3\\\\xf9\\\\x0f\\\\x81\\\\xfc#\\\\x13\\\\xf4\\\\xe7\\\\x8d\\\\xf8U\\\\\\\\}\\\\xef\\\\xf1\\\\xdc\\\\x9f\\\\x8dbP\\\\xf8\\\\xe3\\\\x8f\\\\xca\\\\xc2\\\\xb7*\\\\xc7j\\\\xec[\\\\tp\\\\x96\\\\xa8\\\\xdd\\\\x05v\\\\xc4u\\\\xcb\\\\x95\\\\x8b\\\\xf1O\\\\xfe\\\\xe1\\\\x7f\\\\xac\\\\\\\\O\\\\xc8\\\\xf0,\\\\xe2\\\\xfe;\\\\xf0\\\\x7f\\\\x8f|\\\\x13\\\\x86\\\\xf8\\\\x86g\\\\xc3\\\\xb8?\\\\xd1n?\\\\x8f\\\\xcc\\\\xc5\\\\xf8\\\\x958<\\\\x85\\\\xf5dfX\\\\xb8\\\\xe9\\\\x9d\\\\xf9\\\\xaf\\\\xcd]uki\\\\xbf\\\\xf3^\\\\xe6\\\\xf1\\\\xf8\\\\xa1\\\\x98\\\\x12\\\\x8dh\\\\x82dG\\\\xd4\\\\x9eW\\\\xfd\\\\xf6~\\\\xa6\\\\xe5\\\\x8c\\\\x8c\\\\x17\\\\xf8\\\\x9f\\\\xc3p\\\\xf0\\\\xf2\\\\xfec\\\\xc1|\\\\xc3#\\\\x03\\\\x0b\\\\x8e\\\\xc9\\\\xab\\\\x0c\\\\xd9\\\\xc0%g\\\\x03\\\\x8cf\\\\\\\\\\\\xc6\\\\x0f\\\\x87\\\\xbe\\\\x91e\\\\xa1\\\\xa6\\\\xe6ffk\\\\xa4\\\\xf4L\\\\x8d\\\\x93\\\\'\\\\xc7\\\\xff\\\\x00\\\\xdf\\\\xb7\\\\xeb\\\\'\\\\xc69\\\\x9c\\\\xbf\\\\x90c\\\\xf0?\\\\x12\\\\xcd\\\\xc9\\\\xe4\\\\x7fP\\\\xf9\\\\x8f\\\\xd4\\\\xaf{/\\\\x1f\\\\x90\\\\xb4\\\\xa73\\\\xcbq7\\\\xf0\\\\xc6\\\\x9a\\\\x80\\\\xe4\\\\x16q\\\\xf1\\\\xf1/\"\\\\x9a\\\\xcc\\\\x90`\\\\xb1r:\\\\xed+\\\\x90\\\\xfe\\\\'\\\\xfd\\\\xf0\\\\xfe\\\\xa9U\\\\xfap>\\\\x00\\\\xbf\\\\x0f\\\\xf8w*\\\\xab\\\\xfaw\\\\x9b\\\\xfa_G\\\\xcco\\\\xc1\\\\xce^f\\\\xbf\\\\x8ff\\\\'\\\\xb6\\\\xd4\\\\xa3\\\\xa6ut\\\\x0b\\\\x16\\\\x01\\\\x0e\\\\xb5\\\\x00\\\\xc5\\\\x15\\\\xad\\\\x16\\\\x15\\\\x1dK.I\\\\x1f\\\\xa4\\\\x7f\\\\xee;\\\\xe5\\\\x7f\\\\xa3\\\\xfc\\\\x17\\\\xc8>\\\\x15W\\\\xc5>\\\\'\\\\xfa\\\\x81\\\\xf1\\\\x1f\\\\x94g\\\\xe0\\\\xf2\\\\xb9\\\\x7f\\\\x13\\\\xf9\\\\x96\\\\r\\\\x9c\\\\x8f\\\\x1fW!\\\\xc7X\\\\x1f\\\\x1f:\\\\xa5\\\\xa7\\\\'\\\\x19\\\\xd5\\\\xca\\\\xa8F\\\\xf5\\\\x14q\\\\x00\\\\x82\\\\'\\\\xa85\\\\\\\\\\\\x15\\\\x9d\\\\xc6\\\\xff\\\\x00\\\\xf7\"\\\\xfdm\\\\xe0s\\\\xa8\\\\xe5\\\\xbeA\\\\xf1\\\\xef\\\\x85\\\\xfe\\\\xa1\\\\xf3\\\\xbcw\\\\xc9s\\\\xbeO\\\\xc0s\\\\xbf$\\\\xe3\\\\xb3n\\\\xc8\\\\xc0\\\\xc8\\\\xce\\\\xc4\\\\xfc\\\\xad\\\\xa3\\\\x15p\\\\xb3\\\\xb0\\\\xeaZ\\\\xe9\\\\xa0\\\\x1a\\\\xeb\\\\xdc\\\\x85\\\\x91d+m\\\\x88\\\\xed(\\\\x80\\\\n\\\\x86\\\\xb7\\\\xfd\\\\xf9~\\\\xaf\\\\xf1<\\\\xbf\\\\xc7/\\\\xc2\\\\xe2\\\\xfe(2\\\\xbe\\\\x13\\\\xfa\\\\x7f\\\\xcb~\\\\x9e\\\\xf0y\\\\'\\\\x1b\\\\x90\\\\xb1\\\\xa9\\\\xab\\\\x97fl\\\\xdeX3\\\\xe7\\\\x82\\\\xdc\\\\x8d\\\\xa4\\\\x92m$\\\\xd7=\\\\xe9\\\\x9e\\\\xf0Y\\\\n\\\\xd7\\\\xcd\\\\xff\\\\x00\\\\xf7\\\\x03\\\\xfdW\\\\xe6>\\\\x11\\\\xcc|5\\\\xbe\\\\x01\\\\xfao\\\\x81\\\\x95\\\\xf2\\\\x1f\\\\xd3\\\\x8c\\\\x7f\\\\xd2\\\\xbeW\\\\xe7\\\\xb8=\\\\xd9\\\\x99x\\\\xd4\\\\x82\\\\xe0Z\\\\xcb\\\\x8dM!\\\\xdcni\\\\x98\\\\xe8\\\\x82]\\\\xc8\\\\xb8\\\\\\\\\\\\xa5\\\\x8d\\\\xcb\\\\xfbW\\\\x97\\\\xa9\\\\xdc\\\\xd8\\\\x8f\\\\xba\\\\x9bT\\\\x95`\\\\x14\\\\xfe)\\\\'\\\\xcfP\\\\x04@\\\\xfb:\\\\xe9\\\\x08\\\\xcc\\\\x10C\\\\x82\\\\xaa\\\\xdc\\\\xd9\\\\x89\\\\x85\\\\xdd\\\\x1f\\\\xa1\\\\xdf\\\\xeed\\\\xe3S\\\\x87\\\\xf1\\\\x8f\\\\x9e\\\\xe4>G\\\\x1e\\\\x00\\\\xab\\\\x03\\\\x9b\\\\'\\\\xd7G`\\\\xa9i\\\\x8dTv\\\\x9f\\\\xf8u\\\\xe6\\\\xb7\\\\xbf\\\\x18v\\\\xef;na\\\\xcb\\\\x13\\\\x1e\\\\xceq\\\\xf3\\\\x0b\\\\xcco~4\\\\xda%\\\\x87\\\\xa5}\\\\x18\\\\xc2\\\\xc8\\\\xc7\\\\xe4\\\\xf8\\\\xea\\\\xb2\\\\xb8l\\\\xc5\\\\xbf\\\\x1a\\\\xda\\\\xd1\\\\xaaxV_m\\\\x97\\\\xf1\\\\xa1\\\\x04\\\\x8dH\\\\xd7\\\\xa4B\\\\xfc\\\\x88\\\\x0ch\\\\xb1\\\\xa7m\\\\xbfR\\\\xee\\\\x8d\\\\xd4\\\\x95[\\\\xb0\\\\x06\\\\xdf@\\\\xda\\\\xf7\\\\xa9\\\\x048\\\\xacL\\\\x15\\\\xfan\\\\x06`uf\\\\x13\\\\x13\\\\xa1)B\\\\x11\\\\x9e!\\\\xb1[o\\\\xae\\\\xbb=X\\\\xd5\\\\xfbU\\\\xeaW\\\\x19\\\\x0e\\\\xb1\\\\xdc\\\\x94\\\\x1e>\\\\x04k\\\\xe3\\\\xe7\\\\xd3\\\\xa6\\\\xc4\\\\xb0Cr\\\\xd1\\\\x85\\\\x02\\\\x99G*y\\\\x0cJ\\\\xf8\\\\xec\\\\xaa\\\\xc3X\\\\x1bm\\\\x17\\\\xda\\\\x81-VR\\\\x1c\\\\x1b\\\\x0f\\\\xf1v\\\\x83&;\\\\xf5NR\\\\x9cHl\\\\x13l^\\\\x94hp\\\\xe34\\\\xf7\\\\x83\\\\xcc|{\\\\x91\\\\xe0R\\\\x9eK\\\\x8c\\\\xc4\\\\xcb\\\\xca\\\\xc3 \\\\xdc\\\\xe9X[]\\\\x04V]=JIQ\\\\xa9\\\\x13\\\\xf7\\\\x1dOJ\\\\xdc\\\\x12]\\\\xab\\\\x9a\\\\xd2\\\\xff\\\\x00 B/\\\\xc7\\\\x8f\\\\xd5W\\\\xff\\\\x00-\\\\xe6\\\\xb3pMX\\\\x9c:\\\\x8a1i +\\\\xa3*\\\\x95\\\\xac\\\\xfa\\\\x94\\\\xd8;\\\\x02>\\\\xdf#\\\\xf4\\\\xeb\\\\xadZ%\\\\x9c\\\\xaa\\\\x17n\\\\x99\\\\x1a`\\\\xa8_\\\\x90c\\\\xf1<\\\\xa1\\\\xc8\\\\xc9\\\\xe4\\\\xac,\\\\xe4l\\\\xc81\\\\xad\\\\x8e?\\\\x10\\\\xf4\\\\x90N\\\\xb1\\\\'\\\\xb4x\\\\xf5u\\\\xa2\\\\xc9R\\\\xb7\\\\x19T\\\\xaa_7\\\\x83\\\\xe3\\\\x0es[\\\\x91f\\\\xe4\\\\x153%m\\\\xd9\\\\xd5\\\\x7f\\\\n\\\\x8fP\\\\x00\\\\x00\\\\x08?\\\\xbf^\\\\xa4\\\\x06\\\\xaa\\\\xa7\\\\xa6\\\\x0e\\\\xc5\\\\x0f\\\\xc2\\\\xe0\\\\xb1\\\\xb1\\\\xc5\\\\x998\\\\xde\\\\xed\\\\xcbQ\"\\\\xcd\\\\xa4\\\\x80\\\\xa5O\\\\xa4\\\\x12\\\\x0f\\\\x9e\\\\xbfg\\\\xef\\\\x83\\\\x12\\\\x99n\\\\xd0\\\\xa32\\\\x9d\\\\x8b\\\\x85~\\\\xcb\\\\x86F(\\\\\\\\\\\\x9a\\\\xe0\\\\xd7fJ\\\\x86\\\\x862\\\\x17\\\\xd3&`\\\\xf9\\\\xfe\\\\xce\\\\xa3\\\\xda$\\\\xb8N\\\\xb9`\\\\x1c3K\\\\xb9\\\\x1f\\\\x17\\\\xce\\\\x96\\\\xc9P\\\\x96&d\\\\xd8\\\\xf0\\\\xcb\\\\xe8\\\\x98\\\\x96\\\\x07M7\\\\r\\\\x00\\\\x1fwRc!\\\\x88U=\\\\x89\\\\x8e\\\\xa3\\\\xe8\\\\xb6\\\\xd9f?\\\\x11\\\\x82\\\\xab\\\\x91zT\\\\xa5\\\\xe0\\\\xaa\\\\x85\\\\xf7\\\\x9e\\\\xbf\\\\xf5(\\\\x10~\\\\xbd\\\\xf5\\\\x1fN\\\\xab\\\\xce\\\\xf0\\\\x85r\\\\xfa&\\\\xc3M\\\\xb8\\\\xea\\\\xcf \\\\xdeIV\\\\xff\\\\x00\\\\x92q\\\\x06\\\\xbbBb\\\\xdd\\\\x93u\\\\x8b\\\\xed\\\\xd5\\\\x96\\\\xad\\\\xa8P\"\\\\x00\\\\x1an\\\\x8e\\\\xc3\\\\xcf\\\\xa2\\\\x84\\\\x9cP2T\\\\xaf\\\\xbd\\\\x1a\\\\xac\\\\x972y|\\\\xe6\\\\xa4d\\\\xe3\\\\xfb*\\\\xcc\\\\xfb\\\\x11\\\\x0c\\\\xef\\\\xf6\\\\xc6\\\\x81\\\\xe5\\\\xbb\\\\x89\\\\x88\\\\x91\\\\xaf\\\\x8fP\\\\x04\\\\x89(=\\\\xcdD\\\\xd7*\\\\xad8|\\\\xdf*\\\\xb9#\\\\xdc\\\\xb2\\\\xca\\\\x82\\\\xd6}\\\\xa6\\\\x9e\\\\xd0I\\\\x92\\\\xc3\\\\xc0\\\\x9d\\\\'\\\\xeb\\\\xafPa#\\\\x88\\\\xc7\\\\x82\\\\xba\\\\x13\\\\x8b\\\\xe2k\\\\xd5c\\\\x99\\\\x95\\\\xca&\\\\\\\\\\\\xe4\\\\xde\\\\xcf\\\\xef\\\\xca\\\\x8b\\\\xab;\\\\xe5[M\\\\xa7P\\\\x01\\\\'\\\\xef\\\\xd3\\\\xa8\\\\xd1\\\\x1bdr\\\\x0b\\\\x8c\\\\x9e\\\\xa4\\\\xba\\\\xda8\\\\x06\\\\xb6\\\\xea\\\\xb2I\\\\x7f\\\\xcb\\\\xb2\\\\x06\\\\xb4\\\\xb7q\\\\x1a\\\\x80gi\\\\x00\\\\xeb\\\\xe7\\\\x1d[\\\\x10\\\\xcc\\\\x95\\\\xd1\\\\x8b\\\\x81WCr\\\\xf8\\\\x04\\\\xdf\\\\xeeZ\\\\x9b\\\\x00Rk\\\\xb5\\\\x7f\\\\x03@\\\\x00\\\\t\\\\x9e\\\\xf0D}\\\\xbdI\\\\xb5\\\\x16\\\\xa6*5\\\\\\\\\\\\x80\\\\xc7\\\\x8e_E\\\\x06\\\\x8f\\\\x8be[Y\\\\xcdu#\\\\t\\\\x8c%\\\\xf1\\\\xa9\\\\x81\\\\xe4\\\\xc7MF\\\\x9e}(m\\\\xc0\\\\x93\\\\x90\\\\xacF\\\\xe11|\\\\x10\\\\x8c\\\\x8e5U\\\\xd2\\\\x95\\\\xdfa\\\\xde}z\\\\xce\\\\xd9\\\\xdb\\\\x04\\\\x18\\\\xfd\\\\xdf\\\\xe5\\\\xd1h\\\\x11\\\\xa8]\\\\x0b\\\\xb2.Q\\\\xbcn3\\\\xf3\\\\x18\\\\xd66JV\\\\x96m+NN\\\\xd8\\\\x9fo\\\\xb6\\\\xd5R6\\\\xb3\\\\x1f\\\\xed\\\\xe7\"=Qk\\\\x12\\\\x0e3~>\\\\xc8=\\\\x98\\\\xc2\\\\x9c\\\\x8b/\\\\xb2\\\\x9bN*\\\\xb1\\\\xf7\\\\x9a\\\\xbfSz\\\\x84\\\\x83\\\\xac\\\\xcf\\\\x86\\\\x9d\\\\x04\\\\xed\\\\x89V\\\\xb4\\\\xe4\\\\xba\\\\x17\\\\x00\\\\xa6y:\\\\xdbVYg\\\\xb8\\\\x00\\\\xd5^6>\\\\x16\\\\xa1\\\\x940\\\\xd0N\\\\xe9\\\\x80G\\\\x99\\\\xf0\\\\xe8uF\\\\xd8:\\\\xcbr\\\\\\\\\"dC\\\\x07\\\\xe6\\\\xac/\\\\x8as\\\\x0b\\\\x85\\\\xc8c\\\\xe2\\\\xe2\\\\x9bj\\\\xc7!Scm X\\\\x00K\\\\x00`I`a\\\\xb4\\\\xed=y\\\\xaf\\\\x99\\\\xf4\\\\x118\\\\x92\\\\xd8\\\\x9e\\\\xdc\\\\xfb\\\\xbc\\\\x96\\\\xa6\\\\xce\\\\xeb\\\\x9d\\\\'\\\\x1e\\\\x1b\\\\xbd_\\\\x98\\\\x96\\\\x8ar\\\\x1bb\\\\xed\\\\xaa\\\\xd56\\\\x00\\\\xaf 3/\\\\xab\\\\xf0\\\\x98\\\\xf3?_(\\\\xea\\\\xe6\\\\xcfr\\\\t\\\\xe9L\\\\xd5\\\\xb2)^\\\\xf4\\\\xf3\\\\xc7\\\\xd3Y\\\\xb8W`\\\\xf7\\\\x12\\\\xc2\\\\x12\\\\x96\\\\x8d\\\\xb0O\\\\x80u\\\\xd0\\\\x10D\\\\x83:u\\\\xb4\\\\x00\\\\xcf\\\\x14\\\\xa9\\\\xd5\\\\xf9\\\\x15M~\\\\xa0\\\\xf1\\\\x99\\\\x15\\\\xf2W*\\\\xd3\\\\xed\\\\xa2\\\\x06>\\\\xe5\\\\xa4Y%\\\\x14\\\\x98X\\\\x1d\\\\x8e\\\\x9a\\\\x8f)\\\\xe8`\\\\xe2+\\\\x17sh\\\\xbfb\\\\xa4\\\\xe8\\\\xb7\\\\x08\\\\xaf\\\\xb2\\\\xf4\\\\x84\\\\xac\\\\x9fr\\\\xcc\\\\x87\\\\xda\\\\xd6L\\\\x81\\\\xe9\\\\x06d\\\\x8d\\\\x0f}D\\\\xf4`\\\\x82(\\\\x15-:\\\\xa5\\\\xa9\\\\xd8(v\\\\xeck\\\\x1c\\\\x9b\\\\x0f\\\\xb3a\\\\x95$1TS\\\\xdeXI\\\\x00\\\\x9f\\\\xa7Q\\\\xab\\\\xc1\\\\x0b\\\\x99\\\\xe3C\\\\xc7\\\\x1f\\\\xca\\\\x99~\\\\x15\\\\x0bXlR\\\\xcfj\\\\xb3nk@s*4a\\\\xaf}4\\\\xfe\\\\xfe\\\\x9b\\\\xa7SQ3\\\\x0c\\\\rs\\\\x1c`\\\\x91\\\\xf2\\\\x85\\\\xd8\\\\xf6\\\\xb8\\\\xb5#e\\\\x9b<<<\\\\x0f\\\\x91\\\\x91\\\\xa0\\\\xed=.bN\\\\xad[i\\\\nrN<=\\\\xf6~I\\\\xd6\\\\xc5V\\\\x17\\\\x91`S\\\\xb8\\\\x90\\\\x14\\\\x92d\\\\x8d7\\\\x1f\\\\x01\\\\xdb\\\\xa8&Y\\\\xa1\\\\xb6#\\\\x193\\\\xd7\\\\x8e*\\\\x84r\\\\x19i\\\\x9b\\\\x96\\\\xcb\\\\xb0\\\\xada\\\\x89\\\\xa1U\\\\x89\\\\x1a\\\\xac\\\\x03\\\\x1e\\\\x04\\\\xf9\\\\x1e\\\\xa21\\\\xea\\\\x96\\\\\\\\<\\\\x90\\\\xfai\\\\xbak\\\\x15\\\\x13i]$\\\\x0f/\\\\xe2=\\\\xe3A\\\\xd1i2\\\\x14E)\\\\x02\\\\xee\\\\x99,\\\\xcd\\\\x15\\\\xe2\\\\x9a\\\\x98\\\\x15$(5\\\\x8dw\\\\x99\\\\xd4\\\\x00\\\\x00\\\\x11\\\\xa9\\\\x1f\\\\xd8\\\\xf4!\\\\xc3\\\\xa4\\\\x86\\\\x90\\\\xa7\\\\xf0\\\\x81\\\\xfeY\\\\xf2\\\\xed\\\\x06\\\\x9a\\\\\\\\\\\\x13;\\\\xeb\"H\\\\xd6I_=\\\\x07F}|\\\\xc2!=\\\\x01\\\\x8af\\\\xe1\\\\xb8\\\\x97L\\\\xdcK=\\\\xb7\\\\xaa\\\\x85bmc\\\\xe9bI\\\\xfe\\\\x16`B\\\\xfd$w\\\\xe8\\\\\\\\\\\\xae\\\\x88\\\\x94\\\\xcdsO\\\\x03\\\\x86\\\\xe12-\\\\xcb\\\\xf7V\\\\xea\\\\x90\\\\xd4M\\\\x15V\\\\xc2\\\\x0b\\\\x1dA\\\\xb0\\\\x82\\\\x03\\\\x06%\\\\x8f\\\\xee\\\\xd7\\\\xa3\\\\x0c\\\\xad\\\\x8b\\\\x16\\\\xdf\\\\x1e;T[h~7\\\\x11\\\\x05t\\\\xb5U>\\\\xe2\\\\xef\\\\xdb~\\\\xd1 \\\\xab\\\\x1e\\\\xe7\\\\xcf\\\\xf7t\\\\xa9\\\\xc6\\\\x8aclB$\\\\xaa\\\\xcf\\\\x93\\\\xe4\\\\xf2\\\\xec\\\\x16\\\\xa3\\\\xb3\\\\xe3\\\\xe3X\\\\xfb\\\\xeb\\\\xadI\\\\xf5)\\\\xed\\\\xb8\\\\x99\\\\xf2\\\\x8f\\\\xeczN\\\\x82JQ\\\\x04\\\\x96>\\\\n.6}KU\\\\xb5d#\\\\xda,\\\\x07e\\\\xa1e\\\\x89\\\\x1fR{\\\\xfd\\\\x9dX\\\\x04\\\\x01T\\\\xb9\\\\xda.\\\\xe1\\\\x97\\\\xa3/\\\\x04\\\\xbe8\\\\xb0\\\\x1aU\\\\n\\\\xceB\\\\x8db}$\\\\x99\\\\xee{w\\\\xeau\\\\xc4\\\\xb2\\\\xe3nU\\\\xcf\\\\xa2k\\\\xe1_\\\\x00_s#\\\\nCRP\\\\xd9?\\\\xea\\\\x82\\\\x19H\\\\x853\\\\xde\\\\x7f\\\\xc3\\\\xa9\\\\xd2\\\\xe8# \\\\x08\\\\xd5\\\\xe0\\\\x83\\\\xf3\\\\xa9\\\\x9b\\\\x89\\\\x99E\\\\xce\\\\x0f\\\\xb5\\\\x9a\\\\x0e\\\\xcc\\\\x85:)\\\\xa3\\\\xe3\\\\xe2\\\\xbb\\\\x99\\\\xf8\\\\xec\\\\xac\\\\x8a\\\\x95w/\\\\xe5\\\\xcb\\\\xf6`\\\\x01\\\\xdf\\\\x04i\\\\xac\\\\x99 \\\\xcf\\\\x97Bp \\\\x9e\\\\xc4/\\\\xea\\\\x07\\\\x80\\\\xa5]\\\\xc2qu;\\\\xda\\\\xd9\\\\xbf\\\\xcd\\\\xb7\\\\x1c\\\\xda1@p\\\\xd8\\\\xce\\\\x1c\\\\xaf\\\\xb4\\\\x04C\\\\xca\\\\xf6\\\\'\\\\xa5K\\\\xdb\\\\x9d\\\\xa2u\\\\xe4\\\\xe6\\\\x9f\\\\xaf\\\\xe7\\\\xb9X\\\\xb4\\\\xd5\\\\x8e\\\\x9a\\\\xfdS\\\\x07\\\\x11\\\\x99\\\\xf9[\\\\xfd\\\\xaa\\\\x05\\\\x8c\\\\xea\\\\x8aDj\\\\xa6\\\\xc5\\\\x12\\\\x0bH$\\\\xe91\\\\x1e}\\\\xfa\\\\xa5gI\\\\x81\\\\x8b\\\\x99\\\\x1e\\\\x87?\\\\xc2\\\\x0b\\\\x82Q\\\\x93\\\\x80\\\\x02s|\\\\xd5\\\\xca\\\\xc9vw\\\\xdf~\\\\xd2\\\\x1f\\\\x19Q\\\\x80I \\\\xa0\\\\xf3\\\\x9f\\\\xe2\\\\x80c\\\\xcb\\\\xebj\\\\xc0\\\\xf4\\\\xd3\\\\x81\\\\xe6\\\\x97|\\\\xbc\\\\x98\\\\xf9\\\\xab\\\\xe3\\\\xf4\\\\x85\\\\xf1\\\\x97\\\\x94\\\\xa0\\\\xb5\\\\x8duv 5\\\\x82\\\\xc5N\\\\xab\\\\xb7\\\\xbcH\\\\x1d\\\\xfe\\\\xde\\\\x93\\\\x08j\\\\xbb\\\\xea\\\\xc8\\\\xf3\\\\xc9Z\\\\xd9\\\\x81EV~\\\\xb1G\\\\xc7\\\\xbeu\\\\xc8\\\\xd1\\\\x8d\\\\x8e\\\\xf5\\\\xa9\\\\xfcn\\\\x00\\\\'\\\\xd6D\\\\x8dA\\\\x10A x\\\\xfd`\\\\xf5n\\\\xe1\\\\xd1&\\\\x02\\\\x8a\\\\xbe\\\\xfe:eD\\\\x17\\\\x83\\\\xc0\\\\xa7~?%W\\\\xe0\\\\x05\\\\x9c\\\\xaa\\\\xa8\\\\xb3S\\\\n\\\\xa3v\\\\x9f\\\\x88\\\\x93\\\\xa8\\\\x11\\\\xa7U\\\\xe3t\\\\x83\\\\xe9\\\\xc1.\\\\x1b}uL\\\\xed\\\\x84\\\\xd9\\\\x14\\\\xb0\\\\'\\\\xf2\\\\xf4U\\\\x0e\\\\xa5\\\\xd8\\\\x85;\\\\xe7tO\\\\x8c\\\\xc4\\\\xeb\\\\xdb\\\\xae\\\\x068H\\\\xd4\\\\xad\\\\t\\\\xc4F\\\\x0c\\\\x0b*\\\\xe7\\\\x96\\\\xe2n\\\\xa32\\\\xcb\\\\xb0\\\\x912\\\\x90\\\\x0b\\\\'\\\\xdcRVl0%\\\\x80 \\\\xc0\\\\xd7\\\\xed\\\\xf1\\\\xea6\\\\xf6\\\\'\\\\x08\\\\xc8\\\\x12\\\\xeb>\\\\xf4A:\\\\xa2\\\\x18$*x9\\\\xc8\\\\xb2\\\\xa6\\\\x99U\\\\ruB\\\\xc0\\\\xc2f\\\\t\\\\xd4\\\\x80{\\\\xf8t\\\\xb9\\\\xc0@\\\\x06\\\\x8b\\\\xcb\\\\x93\\\\xd5.\"R\\\\x93\\\\x12;P\\\\xec\\\\xccD\\\\xa1\\\\xc5\\\\xaeK\\\\x82\\\\xc1F\\\\xc6\\\\x1a\\\\x13\\\\x004w\\\\xd4\\\\x0f\\\\xb3\\\\xa1\\\\x12\\\\x94b\\\\xf2c\\\\xc8\\\\xf2?\\\\xc2\\\\x993\\\\xb4J?\\\\xf1\\\\xdbG\\\\xe6\\\\xeaJ\\\\xdc\\\\xa2:\\\\xc1:\\\\x80\\\\xe3\\\\xea\\\\xa7\\\\xb1\\\\'\\\\xbf\\\\x87S\\\\xb5\\\\x84H\\\\xc5\\\\xe5\\\\x9f\\\\xdc%V3\\\\x19?\\\\x9a\\\\x95\\\\xcfbX24\\\\x8a\\\\xd2\\\\xba\\\\x8a\\\\x08R\\\\xbbO\\\\x7f\\\\xc3\\\\xa9\\\\x11\\\\xd8O\\\\x91\\\\xf3\\\\xe8nD\\\\xc8\\\\x90\\\\x0eX\\\\xf6tM\\\\xbaH\"\\\\xb5t\\\\xa1mvP,e\\\\xafu$\\\\xfa\\\\x18\\\\x9d\\\\xc2H*I\\\\xd4\\\\x10L\\\\x9f\\\\xaf\\\\xd3\\\\xaa\\\\xd7\\\\xed\\\\xc6\\\\x12\\\\xa7\\\\x1f\\\\x85\\\\x00\\\\xcaA\\\\xca\\\\x93\\\\x83\\\\x94\\\\xf7WV\\\\x15\\\\xe1\\\\xedV}\\\\x8a\\\\xc8a\\\\x88h\\\\xd0\\\\xfd\\\\xe7\\\\xcf\\\\xa8\\\\x9c\\\\xe6c\\\\xa4\\\\x8cp?E\\\\x02\\\\r\\\\'\\\\x05\\\\xba+\\\\x86\\\\xbcj\\\\xb8\\\\xee1^\\\\xe5\\\\xba\\\\xc5\\\\xf6\\\\xd8 \\\\xa8\\\\x80\\\\xce\\\\xc0v\\\\xdc\\\\'l\\\\x12G\\\\xd6:\\\\xbed=\\\\x90\\\\xc5\\\\xcbU[\\\\x88\\\\x11\\\\x8f\\\\xd1!]z)\\\\xc9|fz\\\\xdf\\\\x1c\\\\x96pv\\\\xc9#\\\\xd3\\\\xe93\\\\xa4\\\\xcf\\\\x94t\\\\x10\\\\xbe\\\\t\\\\xd2\\\\tq\\\\xcf?\\\\xe5f\\\\xde\\\\x80\\\\x8b\\\\x1e8\\\\xcd\\\\x1fK\\\\xaf\\\\xfc\\\\xb6\\\\x1e\\\\xd0\\\\xd9\\\\x18L\\\\x84\\\\xed\\\\xd1\\\\xf6\\\\x16\"w)\\\\xd3wi1\\\\xfb\\\\xfa\\\\xb8I\"\\\\xb8 c\\\\xa6$Ty\\\\xa9\\\\xb4`W\\\\x89\\\\x87^]j}\\\\xe0\\\\x05\\\\x8aj\\\\x1e\\\\xbe\\\\xe4B\\\\x92\\\\t\\\\x00\\\\x1f1\\\\x11\\\\xdf\\\\xa4\\\\xb0\\\\xab\\\\'\\\\x0bz\"\\\\xe7\\\\x14\\\\'\\\\x8e\\\\xc8\\\\xcb\\\\xa76\\\\xab\\\\xea\\\\xbd\\\\xaf\\\\xec\\\\xc1\\\\x9dB\\\\xd7\\\\xb0\\\\x1d\\\\xa2W\\\\xc7\\\\xbfs\\\\xa4\\\\xf8uV\\\\xd6\\\\xdeBO\\\\xa8\\\\xcb\\\\xbf,\\\\x90\\\\x0b\\\\x9e\\\\xa6\\\\x14\\\\xcf\\\\xf2\\\\x98\\\\xf9uk1\\\\xc2\\\\xb3<,\\\\xb5kT0$\\\\x0f\\\\xc2\\\\xcc\\\\xf1\\\\xda{N\\\\xbd>B}]\\\\xd5\\\\xab\\\\xad(\\\\x89e\\\\x82\\\\t\\\\x8b\\\\x99\\\\xb8\\\\xfbE\\\\xeb\\\\xb8\\\\x19\\\\xd5\\\\x8c\\\\x08 \\\\xc4i\\\\xa9\\\\x13\\\\xa8\\\\x1ftt\\\\x1b\\\\x8b\\\\x06\\\\xed\\\\xb3\\\\x03\"_\\\\x8f%N\\\\x17\\\\xb4KP\\\\xc9Y\"\\\\xcap\\\\xf8U\\\\\\\\Z\\\\xc2-u2\\\\xe5j\\\\x16\\\\x1d\\\\xcc\\\\x17\\\\x84m\\\\xaa\\\\x18\\\\x9f\\\\x01\\\\xa7\\\\x8fG\\\\xb4\\\\xb5\\\\xec[\\\\xd2U\\\\xf9\\\\xdd\\\\xd7\\\\r@3\\\\xa4/\\\\xc8\\\\xe4 \\\\xa9\\\\x01\\\\xfeE\\\\xf1u\\\\xd5\\\\x08Y:\\\\xed;\\\\x8c\\\\x19\\\\x00k\\\\xf6\\\\xfd\\\\xfd4\\\\xdd\\\\x11\\\\xa4\\\\x96la)\\\\xfe\\\\xb8\\\\'~7\\\\x92\\\\xc4\\\\\\\\L|<\\\\xab\\\\xa4.\\\\xf1\\\\x8e\\\\xaa\\\\x9b\\\\x8e\\\\xc3%I\\\\'\\\\xb9\\\\x91\\\\x03N\\\\x86\\\\xde\\\\xe0P\\\\x80\\\\xee\\\\xb4l\\\\xccE\\\\xe2qI\\\\xd9\\\\xdc\\\\x8d\\\\xef\\\\xcb.@\\\\xb4a\\\\xadVm,\\\\xa8\\\\xa9;I$H+\\\\xd8@\\\\xfd\\\\x9fN\\\\xb2\\\\xaf\\\\xdd\\\\xf7o\\\\x9ep\\\\x14\\\\xeaqJ\\\\xbbrq\\\\x03\\\\x91>\\\\x08Nw9\\\\x9cmu\\\\xc8bR\\\\xc2\\\\xd6\\\\xa5a\\\\x89\\\\x16\\\\x16\\\\x000:\\\\x1e\\\\xe3\\\\xcf\\\\xf6\\\\xf5\\\\xd67:-\\\\xca7C\\\\x12\\\\xfeiS2\\\\xd6\\\\xc3\\\\x05+\\\\xe2\\\\t\\\\x91f}\\\\rHrq\\\\xe6\\\\xc7bF\\\\x8a$\\\\x96\\\\x93\\\\xf6\\\\xf7\\\\xf3\\\\xeb\\\\x06v\\\\xcc\\\\xe6\\\\x00\\\\xe7\\\\xe0\\\\xaf\\\\xec\\\\xc5+\\\\x88W\\\\xcf\\\\xf5.G\\\\xff\\\\x00\\\\xac\\\\xb7\\\\xff\\\\x00\\\\x17\\\\xff\\\\x00\\\\xad\\\\xd6\\\\xc7\\\\xb7\\\\x0e\\\\xabST\\\\xb9\\\\xaf\\\\xff\\\\xd3\\\\xf8m\\\\xf9l\\\\xeb\\\\xadP\\\\x92\\\\xfb\\\\xabe;\\\\xc0\\\\xd8H\\\\x93\\\\xb9\\\\xa7^\\\\xf1\\\\x1fg\\\\xed#8\\\\xc75\\\\x91\\\\xee\\\\xda\\\\x8cK\\\\xd2\\\\xbd\\\\xeb*\\\\x1b&\\\\xba\\\\xec{\\\\x15J\\\\x02\\\\x0e\\\\xca\\\\xe4\\\\x00`J\\\\xa8\\\\xdb\\\\xd8k\\\\xff\\\\x00\\\\x1e\\\\xa2@\\\\x12\\\\xa2\\\\xe8\\\\xb7)\\\\x00\\\\rx\\\\xea\\\\xbe\\\\xb5\\\\xdb\\\\xfe\\\\xee?_\\\\xb2\\\\xbf\\\\xfbw\\\\xbf\\\\xcb\\\\xb2\\\\x7fP+\\\\xb7\\\\xe49?\\\\xac\\\\xb7\\\\xfe\\\\x9afr#\\\\x89\\\\xe2\\\\x82\\\\xb7\\\\xc5\\\\xff\\\\x00\\\\xf4\\\\x8a\\\\xe47\\\\x1c\\\\x14a\\\\x85Q\\\\xee1>\\\\xf6\\\\xdfzt\\\\xdf\\\\x11\\\\xd4\\\\x90\\\\xaf\\\\xcfV\\\\x8a}\\\\x9f\\\\xf0\\\\xae\\\\x7f\\\\xf7\\\\x8b\\\\xf0\\\\xaf\\\\xf6\\\\xfd\\\\xf2\\\\x8f\\\\x9f\\\\x7f\\\\xbb\\\\xbf\\\\x9e\\\\xf3\\\\x9f\\\\xa6\\\\\\\\\\\\x86\\\\x1f\\\\xca\\\\xff\\\\x00\\\\xdb\\\\xbf\\\\xca\\\\xbfJ2\\\\xfec\\\\xf2L\\\\x1ej\\\\xf1\\\\xff\\\\x00\\\\xa9\\\\xb8\\\\xaf\\\\x94\\\\x0cLl\\\\xdc\\\\x05\\\\xc1\\\\x8a\\\\xe8\\\\xc35c+\\\\x04\\\\xb1\\\\x18\\\\xd8\\\\xd6C\\\\x97\\\\x02W\\\\xa8\\\\xd2\\\\xe8oZ\\\\x89\\\\x04\\\\xc8S\\\\x1e<\\\\x10\\\\xcc\\\\x1f\\\\xf6-\\\\xfa\\\\r\\\\xf1\\\\xff\\\\x00\\\\xd5\\\\xdf\\\\xd3\\\\x7f\\\\xd3_\\\\x9ab\\\\xe6\\\\xfc\\\\x86\\\\x8f\\\\xd6\\\\xdf\\\\xd4\\\\x1f\\\\x97\\\\xf2\\\\x1f\\\\xa7\\\\xd9\\\\xd8<\\\\x8d\\\\xd5\\\\xec\\\\xfd:\\\\xe2>)\\\\x7f\\\\'\\\\x82w%\\\\x845\\\\xe76\\\\xfa\\\\x14X\\\\xc3\\\\xd6\\\\xb5\\\\xd9\\\\xa6\\\\xa4\\\\x08\\\\x14An\\\\xd4m\\\\x9d.jKv!\\\\\\\\w\\\\xfb^\\\\xff\\\\x00i\\\\x9f\\\\xa8\\\\x7f\\\\x10\\\\xf8Vo\\\\r\\\\xfa1\\\\xc8|?\\\\x97\\\\xfd_\\\\xfd\\\\x15\\\\xf97\\\\xcd\\\\xf8\\\\xac\\\\xca\\\\xfeM\\\\x9b\\\\x9bW\\\\xc7\\\\xb9\\\\x0f\\\\x8d=KKS[\\\\xd7Y\\\\xcbl\\\\xa6\\\\xb8\\\\x9b\\\\xbd\\\\xe3\\\\xb0\\\\x05QR$\\\\xb1<\\\\xedDb@\\\\x06\\\\x04\\\\xd4\\\\x13R\\\\xf8v\\\\xa9\\\\x9c\\\\x8f\\\\xfb=\\\\xff\\\\x00m\\\\x1f\\\\xa7\\\\\\\\G\\\\xe9\\\\xbeg\\\\x11\\\\xc2\\\\xf3\\\\'\\\\xe7|\\\\x03~\\\\x9b|\\\\xa3\\\\x8a\\\\xfdG\\\\xc3\\\\xaf\\\\xe5\\\\\\\\\\\\xa6\\\\x075\\\\x7f9\\\\xca\\\\xe3\\\\x0c\\\\xaa\\\\xf9&^!\\\\xf8,7\\\\x19\\\\xc7`\\\\x9c\\\\n\\\\x95.W-w#\\\\x93\\\\xb5\\\\xda+Z\\\\xcb:\\\\x07$\\\\xd8\\\\xcaD\\\\x90E2\\\\\\\\\\\\xed\\\\x85\\\\xfe\\\\xd7\\\\xbfA\\\\xb0\\\\xff\\\\x00\\\\xdbo\\\\xc3\\\\xf3\\\\xb3\\\\xf8\\\\xaeg\\\\x9b\\\\xfdI\\\\xf9w\\\\xe9+\\\\xfe\\\\xa2p\\\\xbf=\\\\xe2q\\\\xfeI\\\\xc8\\\\xda9\\\\xb6i\\\\xab\\\\x89\\\\xc8\\\\xa3\\\\x03\\\\x89\\\\xb7\\\\x83\\\\xc4\\\\xc1M(\\\\xc9\\\\xc9\\\\xc8\\\\xcc\\\\xae\\\\xd4r\\\\xac\\\\xe1\\\\x11\\\\x85\\\\x9dK\\\\xd5Dn\\\\x81\\\\x11\\\\xd8\\\\xaf\\\\xbf\\\\x9a\\\\x7f\\\\xb2\\\\x8f\\\\xd0|\\\\\\\\o\\\\xd2N\\\\x17\\\\xfa\\\\x1d\\\\x9f\\\\x03\\\\xf9\\\\x0f%\\\\xfa\\\\xaf\\\\xc6~\\\\x9e\\\\xfc\\\\xea\\\\xfcNs\\\\x92\\\\xe5U\\\\xe8\\\\xcb\\\\xe0\\\\xed\\\\xe5Z\\\\xbf\\\\xcd\\\\xf28xx\\\\xed\\\\x97k**\\\\xbe\\\\x1d\\\\x0bB\\\\xbd\\\\xbb!\\\\xd9H\\\\x05\\\\xa8\\\\x94n\\\\x05\\\\x12_\\\\xc7\\\\xbf\\\\xdbw\\\\xe9\\\\'\\\\xcc\\\\xbfS\\\\xf0\\\\x173\\\\xf4\\\\'\\\\xe4\\\\xff\\\\x00\\\\xa4\\\\x7f\\\\x1a\\\\xf8\\\\xf7\\\\r\\\\xf3\\\\x9eI\\\\xbe?\\\\xca\\\\xf2\\\\xbc\\\\x8d\\\\xd8\\\\x9f+\\\\xbf\\\\xe3Y5c\\\\xd1V%\\\\x95\\\\xd5\\\\x93\\\\xca\\\\xd2\\\\xe3\\\\xdd-\\\\x92)\\\\xa1\\\\xd8\\\\xc4Q\\\\\\\\\\\\xfe>tKw\\\\xc1\\\\xff\\\\x00\\\\xdao\\\\xe8\\\\x0f\\\\xc8\\\\xff\\\\x00Wy~G\\\\x03\\\\xf4\\\\xfb\\\\x90\\\\xe5\\\\xbfK)\\\\xf8\\\\x9f\\\\xc39\\\\x1ew\\\\x86\\\\xe6r\\\\xfe[\\\\xc3\\\\xd1\\\\xc6\\\\xf2\\\\xdf)\\\\xe5/\\\\xc0\\\\xfc\\\\xbf\\\\x11U\\\\xfc6?1\\\\xca\\\\xe3\\\\xd81g\\\\x1a\\\\xf7\\\\xf6\\\\xaaY\\\\x9b\\\\x18\\\\x89Z\\\\xe0\\\\x95.\\\\xa5c\\\\xff\\\\x00\\\\xb2?\\\\xf6\\\\xd9\\\\xc2]\\\\xf35\\\\xf9\\\\x7f\\\\x1b\\\\xf2?\\\\x98\\\\xe2s\\\\x7f\\\\xa9\\\\xbf \\\\xf8n\\\\x0eW\\\\x0c>I\\\\xc8\\\\xf2\\\\xdf\\\\x1a\\\\xc1\\\\xe3\\\\xb1\\\\x0eN*`\\\\xf1\\\\xff\\\\x00\\\\x1a\\\\xe29E\\\\xca\\\\xcch[l9\\\\xfb+4\\\\x8d\\\\xca4 \\\\xc3\\\\xa2u\\\\xf0\\\\x13\\\\x9d\\\\xc5\\\\xc4\\\\xc4\\\\xe5y\\\\x0c,;\\\\xff\\\\x00\\\\xa9&6U\\\\xd8\\\\xf8\\\\x99K]\\\\x95%\\\\x94\\\\xad\\\\x8c\\\\xaa\\\\xe2\\\\xabU^\\\\xb2|\\\\x15\\\\x94\\\\x15\\\\x9d@n\\\\xa5\\\\n\\\\n1\\\\xad,R\\\\x06\\\\x9f\\\\x8c\\\\x82\\\\x0c\\\\x00\\\\t\\\\'O\\\\xa0\\\\xd3\\\\xcf\\\\xc3\\\\xa8e\\\\xcbC\\\\x06B\\\\xc8\\\\xc2\\\\n\\\\x98a\\\\xe4GP\\\\xb9c\\\\xd4._\\\\xba\\\\xe5\\\\xcb`\\\\xb1\\\\x96\\\\n\\\\x96\\\\r\\\\x11 \\\\xf8u.\\\\xb9z\\\\xa4\\\\xbb\\\\x00\\\\xcc`\\\\x12@\\\\xd4\\\\xea\\\\x7f\\\\xc4\\\\xf9\\\\xf5\\\\xc1r\\\\x9f\\\\x87\\\\x92\\\\xd5\\\\xbdl\\\\xa4\\\\x86\\\\x0b\\\\r\\\\xb1C\\\\x18\\\\x10\\\\x07\\\\x81\\\\xef\\\\x11\\\\xd1D\\\\xa5\\\\xdc\\\\xb6&\\\\x18\\\\xae\\\\xb4\\\\xfd\\\\n\\\\xff\\\\x00q\\\\x1c\\\\xe7\\\\xe9\\\\xc5\\\\xb8\\\\xdc~{?+\\\\xf1\\\\x9b\\\\x19V\\\\xccWb,\\\\xa0\\\\x1d&\\\\x96\\\\x91\\\\xe9\\\\xef\\\\xe9:\\\\x1f\\\\xb7\\\\xac]\\\\xf7\\\\xc7\\\\x10\\\\xf3\\\\xb3\\\\x89\\\\xc69\\\\x1e\\\\xa3\\\\x91\\\\xf2+\\\\xcc\\\\xef\\\\xfe?L\\\\x89\\\\x85>\\\\xeb\\\\xea\\\\x97\\\\xc6>a\\\\xc1\\\\xfc\\\\xbf\\\\x89\\\\xc6\\\\xe7~=uY\\\\x98\\\\x99\\\\xe8\\\\xa2\\\\x9c\\\\xa4a\\\\xee.\\\\x91\\\\r3\\\\x0c\\\\xbd\\\\x80h\\\\xeb\\\\x1a3\\\\xd6s\\\\r\\\\x96o\\\\x82\\\\xf3\\\\xb7\\\\xec\\\\x98~\\\\xbd\\\\xe9\\\\x9f\\\\x90\\\\xcb\\\\xbb\\\\x1a\\\\x83\\\\xc8US\\\\xa8\\\\xbekKP\\\\x04b\\\\xea\\\\x06\\\\xf0UN\\\\xd1\\\\x13\\\\xdc\\\\x01>]X;\\\\x83\\\\x1abU1t\\\\x8a\\\\x92\\\\x950\\\\xfeAFVUG&\\\\xc1X\\\\xf6\\\\xcb;+w\\\\xb1\\\\x00\\\\x96\\\\x93\\\\x13\\\\'\\\\xc0\\\\x7f\\\\x9c\\\\x98\\\\xbcN!L/0r\\\\x1dI\\\\xde\\\\x85\\\\xeb\\\\xcd\\\\xe3\\\\xf2M\\\\x95ZY\\\\xad\\\\xac\\\\x00\\\\xc0\\\\x81\\\\xa8b!\\\\x80\\\\xfd\\\\x91\\\\xd1\\\\xdb\\\\x90\\\\x98b\\\\xaeFq\\\\xba0\\\\xc1~\\\\xe5\\\\xf9\\\\xa3\\\\xc8\\\\xe2\\\\xaad\\\\xa1\\\\xae\\\\xaaA\\\\xba\\\\xf5\\\\n\\\\xb0\\\\xc6[\\\\xd4\\\\xb2\\\\x01m\\\\xc3\\\\xbe\\\\xbdu\\\\xfb\\\\xb1\\\\xb5\\\\x17e\\\\xd7\\\\x00\\\\x8b\\\\x10\\\\xb9\\\\xeb\\\\xe4\\\\xbc\\\\xaf%\\\\x98\\\\xf7\\\\x8anj\\\\xab\\\\xa5\\\\xbf\\\\x97L\\\\x11\\\\n\\\\x80(\\\\x0b\\\\xda{\\\\xeb\\\\xdc\\\\xeb\\\\xd5`\\\\xf3\\\\x1e\\\\xa5\\\\x99v\\\\xe9.\\\\xc5W\\\\xbc\\\\xbe5\\\\x87\\\\x1f\"\\\\xe4S}6\\\\xd7\\\\x16Z\\\\xb2\\\\x01:\\\\xb1%\\\\xbb\\\\x0e\\\\xe7\\\\xec\\\\xed\\\\xd5\\\\x88\\\\x8e\\\\xaa\\\\xbc\\\\x8c\\\\xb3[\\\\xb0\\\\xdb/\\\\x8c\\\\xa3\\\\xdc\\\\xc7\\\\xddn+\\\\xd5\\\\xbe\\\\xb0\\\\xe5\\\\x81WU\\\\xed\\\\x1bI~\\\\xfe\\\\x1d\\\\xa0\\\\x0e\\\\x99\\\\x80r\\\\x8a2\\\\xd3\\\\x8e}\\\\xdf\\\\xda\\\\xd9\\\\xff\\\\x00\\\\xaa\\\\xf9{spE\\\\x94\\\\xe3\\\\xdfE\\\\x8a\\\\xde\\\\xe5MYR^b;\\\\x00[on\\\\xff\\\\x00oA\\\\xaeY&[\\\\xdc\\\\xcb\\\\x1c\\\\x91\\\\x97\\\\xae\\\\xcc\\\\x97\\\\x17Y\\\\x99W\\\\x19M@\\\\x13U\\\\xe4\\\\x90]A\\\\x1b= \\\\xe9\\\\xf4\\\\x1f\\\\xbf\\\\xa4\\\\xdf\\\\xdcH\\\\x0c;U\\\\xfbw`\"\\\\xd2-\\\\xc6j\\\\xbc\\\\xe6\\\\xb8\\\\xc7\\\\xe4\\\\xde\\\\xec\\\\xbcJ\\\\x056e\\\\x92C\\\\x194\\\\x90eewD\\\\x16\\\\x9e\\\\xf1\\\\xa7\\\\\\\\,\\\\xc4\\\\x8a\\\\x0cUK\\\\x96\\\\xb5T\\\\x17\\\\n=\\\\x7f\\\\x17r\\\\xcb\\\\x8b\\\\x99\\\\x8e\\\\x16\\\\xd4\\\\x87Z\\\\xe9Qe\\\\x8c\\\\xbb}AB\\\\x9dLA\\\\xd4\\\\xf5f\\\\xdc\\\\x04{\\\\x15YY\\\\x941\\\\xa9\\\\xcb\\\\xf0P\\\\x1c\\\\xdc\\\\nQN=\\\\x98\\\\xedZR\\\\xe3\\\\xda`\\\\x01\\\\x12d;4\\\\x130D\\\\x02N\\\\x9d\\\\x1b\\\\x80\\\\x85\\\\xb1\\\\xe4<\\\\xd7\\\\x963b\\\\xd2\\\\xa5\\\\xf1\\\\xd6\\\\xbf\\\\xcb\\\\xb85\\\\xdf]e\\\\x8e\\\\xd5_H\\\\xb1\\\\x19H \\\\xcf\\\\xf8\\\\x0f>\\\\x97*\\\\xe3\\\\x82(\\\\xfahF\\\\x18 \\\\xf7\\\\ny-\\\\xe2\\\\xb5)\\\\x95Q\\\\xf7\\\\x01$\\\\x05\\\\x0c\\\\xa7\\\\xd4A\\\\xd7N\\\\xde=@\\\\x805\\\\xcd\\\\x04uE\\\\xb9\\\\xa3\\\\x1c\\\\x15\\\\xf9j\\\\xab\\\\x81\\\\x90\\\\xa0\\\\xd2H\\\\xd1\\\\xff\\\\x00\\\\x96\\\\x04\\\\xa9\"?\\\\x0e\\\\x83\\\\xb9\\\\x1e=\\\\x1cI\\\\xc30\\\\xacZ\\\\x914*\\\\x07\\\\'\\\\x95m\\\\xd7\\\\x1cE\\\\xb1\\\\xbd\\\\x9cg\\\\x85\\\\xb5\\\\x81\\\\xac\\\\xa2\\\\xc2\\\\x88*N\\\\xa0\\\\x1e\\\\xc5|\\\\x7fgF.U\\\\xcf47\\\\x1c\\\\x96\\\\xe4\\\\x9d\\\\xf8l,\\\\xac\\\\xcc4F\\\\rR5!\\\\x91\\\\t\\\\x86*\\\\xaf\\\\xb3\\\\xd4\\\\x8a;\\\\t\\\\x1e\\\\x04\\\\xf4@\\\\xea\\\\xc12\\\\x12\\\\x96\\\\x9eHcp\\\\xf8u\\\\xe4Z\\\\xcfR\\\\nX\\\\xc5N\\\\xeb\\\\xb47\\\\xb8\\\\x04\\\\xe9\\\\x07]\\\\x081\\\\xe3\\\\xe3\\\\xa4u\\\\x1d\\\\nP\\\\rYp\\\\xff\\\\x00\\\\x84\\\\xa7\\\\x9d\\\\x94\\\\xdce\\\\xa5(\\\\xa6\\\\x8b+o\\\\xe5YS*\\\\x9fL\\\\x8fT\\\\xeb\\\\xea\\\\x91\\\\xa1\\\\x9e\\\\x957\\\\x8eI\\\\xb1\\\\xa7g\\\\x18\\\\xac1\\\\xaa\\\\xa7\\\\x95E\\\\xac\\\\x80\\\\x030\\\\xb3g\\\\xe1\\\\x1d\\\\xa0*\\\\xb0:\\\\xf7\\\\xd6GB\\\\x02f\\\\xad@\\\\xf1\\\\xd1D\\\\xcb\\\\xe30\\\\x842=\\\\x8bVN\\\\xefh$);g\\\\xcc\\\\x82\\\\x00\\\\x8f\\\\xf0\\\\xe9R\\\\x88f\\\\x90u\\\\xc4\\\\xb1\\\\xa1Epl7\\\\xdbU4\\\\xe3\\\\xa67\\\\xb0\\\\x81M\\\\xb4\\\\x86\\\\xda\\\\xd1\\\\x04\\\\x97]\\\\xb0I>=\\\\xe7\\\\xac\\\\xef\\\\x98\\\\x996XG,C\\\\xe1\\\\xe1\\\\xd1_\\\\xda\\\\xdc\\\\x8c\\\\x98\\\\x1cyu\\\\xf1W\\\\x97\\\\x12\\\\x1e\\\\xbc\\\\x1cP\\\\xeaY\\\\x9d\\\\x11\\\\x92\\\\xc4\\\\x07M\\\\x82@,\\\\xbe\\\\x1aD\\\\x1d~\\\\xd9\\\\xeb\\\\x1b\\\\xe3#(\\\\xd2C\\\\xaf\\\\xe1\\\\xfa\\\\x85\\\\xa9\"\\\\xe2\\\\x89\\\\xfe\\\\x8d\\\\xf7*\\\\x80\\\\xc2\\\\xdbk\\\\x0b+\\\\xaf\\\\xe2\\\\x8dT\\\\r\\\\x08\\\\xd3\\\\xbe\\\\x9d\\\\xfb}==\\\\xb9\\\\x99\\\\x8eiZ_\\\\x14\\\\x17\\\\xe5\\\\xd8ve\\\\xe25\\\\xf6\\\\xa2\\\\x9bv\\\\x07\\\\x92e\\\\x98\\\\xae\\\\x90Ch5\\\\xd0\\\\x81\\\\xack\\\\xe3\\\\xd1B\\\\x1a{Vn\\\\xec\\\\x07 .\\\\\\\\\\\\xe40\\\\x1e\\\\xb2^\\\\xbcv\\\\\\\\qi\\\\x12\\\\xca\\\\x06\\\\xe0\\\\x0fa\\\\x1d\\\\xfe\\\\x91\\\\xe0:q\\\\x83\\\\x8a,\\\\x89\\\\x03\\\\x02\\\\xe5.Y\\\\xbd\\\\xec(\\\\x8aP\\\\xd6\\\\xa4\\\\xa9f\\\\xeef\\\\x06\\\\x9a\\\\x08\\\\xd3\\\\xc7N\\\\xaa\\\\xcd\\\\xc0`\\\\xee\\\\x99\\\\x16\\\\x1d\\\\xe7\\\\x8a\\\\xac\\\\x8f#\\\\x93Mj\\\\x8c\\\\xcc\\\\xe4\\\\xefk\\\\xd2H\\\\x96\\\\x1e1\\\\xd8Dxt\\\\xdbr\\\\x9c!\\\\xa7\\\\x92\\\\x93hL\\\\x92\\\\x88S\\\\x8f\\\\x8f\\\\x99Y\\\\x16\\\\x1d\\\\x8bi\\\\x00\\\\\\\\\\\\xa6X\\\\x12\\\\x1a\\\\x14)\\\\xf3&5=Z`\\\\xccP\\\\t\\\\x18\\\\xf6\\\\xa6\\\\xea\\\\xfe9n\\\\x1e\\\\x0b\\\\xfeX=\\\\x97\\\\xba+\\\\x82\\\\xb1\\\\n&\\\\x06\\\\xe2\\\\x01\\\\x89\\\\x1e#_\\\\xbb\\\\xa5\\\\xe8\\\\xd2_\\\\x92\\\\xb5\\\\x18\\\\x03\\\\x179\\\\xe3\\\\xfc\\\\x14\\\\xafG\\\\xc6\\\\xf3\\\\xf2^\\\\xbb\\\\x05D\\\\x8c\\\\x90\\\\xad\\\\xee\\\\x06\\\\x1a\\\\x93\"`v\\\\x1a\\\\xf7\\\\x8e\\\\xa0Q(\\\\t\\\\x1a\\\\x01\\\\x82=\\\\x87\\\\xc1cU\\\\x9d\\\\xed\\\\xe4_\\\\xf9u\\\\x8d\\\\x99\\\\x0e\\\\xbbY\\\\x11d\\\\xfa\\\\x9c.\\\\xba\\\\rt\\\\x03\\\\xe9\\\\xd4\\\\x96\\\\x02\\\\xb4\\\\x04\\\\xae\\\\x8d\\\\x89H\\\\xb6`\\\\xbfb*x\\\\xdc?\\\\xcb\\\\xbf\\\\xb1Uy\\\\x94T_fE\\\\x9b\\\\x95`\\\\x00\\\\xa1\\\\x88\\\\x00\\\\x90\\\\x08\\\\xd6\\\\t\\\\x8f=z\\\\xe3!\\\\xfa\\\\x8cBg\\\\xb0 \\\\x1c\\\\xe08\\\\xed\\\\x085\\\\xfc\\\\xb7\\\\x11\\\\x89s-\\\\rZ\\\\xaa\\\\xcb^\\\\xe9X\\\\xee\\\\x0e\\\\x9bH\\\\x00H\\\\x9d;\\\\xf4\\\\x91t\\\\t0\\\\\\\\DY\\\\x99\\\\xf8\\\\xa2\\\\xdc\\\\xff\\\\x00-\\\\xe2\\\\xeakR\\\\xcc[\\\\xf2\\\\x9a\\\\xd4\\\\x91h \\\\x15\"H,\\\\xab\\\\xa6\\\\xbb\\\\xbbO\\\\xf7\\\\xf52\\\\xb9\\\\' f\\\\x88N\\\\x8e\\\\xc8>g\\\\xcc3r*\\\\x14\\\\xe3m\\\\xe3\\\\x9b\\\\xdb\\\\xf5\\\\xe4W\\\\xa0\\\\xb4\\\\x83\\\\xe9\\\\xef Gm#S>]\\\\x0c\\\\x01>\\\\x97\\\\xcb\\\\xc5\\\\x04\\\\xa5)c\\\\xe0\\\\x86\\\\xe1s<\\\\xa5\\\\x8c\\\\x8b\\\\x9d{\\\\xe4cT\\\\xc4\\\\xd2\\\\xb6\\\\x12\\\\x08b\\\\xdf\\\\xc3\\\\xb4w\\\\x99\\\\xd7\\\\xb9\\\\xe8\\\\xb4\\\\x98\\\\x90\\\\xf5];\\\\x9aC\\\\x04k#\\\\xe2\\\\xb4f\\\\xb6\\\\x16]nh\\\\xc3p\\\\x87-jUk\\\\x02\\\\x1f\\\\xc7\\\\xed\\\\xab\\\\xb0\\\\x96\\\\x89\\\\x80\\\\xdd\\\\xfc\\\\xfa\\\\xb7\\\\x1bA\\\\xc1\\\\x93\\\\xe9\\\\xcd\\\\x90\\\\x83(\\\\xc0\\\\xe8\\\\xa9\\\\xe4O\\\\x14@\\\\x1f\\\\t*\\\\xb7\\\\x93\\\\xe3\\\\xf1\\\\x8b\\\\xb5-c>\\\\x1d\\\\xd7\\\\xa1\\\\xad\\\\xc2\\\\x80v\\\\xcaL\\\\x06+\\\\xdf\\\\xc8\\\\xf4\\\\x99J\\\\x0eD]\\\\x9f:%\\\\x99TJX\\\\x8cY\\\\x06\\\\xa3\\\\x13\\\\xd2\\\\xa7$\\\\xb6\\\\xc81\\\\xb5L\\\\'~\\\\xc3\\\\xa1\\\\xf6\\\\xc0d\\\\xf9\\\\\\\\\\\\xaf\\\\xa5\\\\x1a\\\\xe1\\\\xb2\\\\xb8\\\\x9c,\\\\x9c\\\\xe6\\\\xe4\\\\xb1\\\\xb23\\\\xf1[\\\\x0e\\\\xd5D[\\\\x82E\\\\xce\\\\xb1[Y\\\\xa6\\\\xaa\\\\x1a\\\\t\\\\x00xu\\\\x16\\\\xa5\\\\xed\\\\xea\\\\x94\\\\x9eA\\\\xbb*\\\\x88\\\\x08L\\\\x80@\\\\x15\\\\xeb\\\\xf6D\\\\xf0\\\\xf2)\\\\xe5p\\\\xab\\\\xa70\\\\xfa\\\\xeaA]*\\\\x0bJO\\\\xe1\\\\xda\\\\xc6Oy\\\\x11\\\\xe5\\\\xdb\\\\xa6[\\\\x9c.\\\\x0eM\\\\xdc\\\\xabN\\\\x06&\\\\x87\\\\x8e9\\\\xa1G\\\\x80\\\\xb9^\\\\xc6\\\\xcb\\\\x0f\\\\xed\\\\xd6\\\\x9b\\\\xeb\\\\xa4\\\\x89\\\\xdaZ\\\\x145\\\\x91\\\\xd8\\\\t\\\\xff\\\\x00\\\\x87I\\\\x95\\\\xca\\\\xd4q\\\\xda\\\\xad@\\\\x8a\\\\x8c\\\\xd1n;\\\\x1b\\\\x1f\\\\x8d\\\\xf6ni\\\\xb2\\\\xa4qn\\\\xc25WF\\\\xd4\\\\xf6\\\\x0b\\\\xack\":\\\\xa3~Q5\\\\x91f!\\\\x8f\\\\x034\\\\xdbBy\\\\xe7\\\\x97\\\\xf6\\\\x99\\\\xf0\\\\xb2\\\\xf8<\\\\xec\\\\xb7|\\\\xbb\\\\xde\\\\x8aY\\\\xc3XB\\\\x87\\\\xb66\\\\xc8\\\\xef\\\\x13\\\\xe5:i\\\\xe5\\\\xd5\\\\xd8\\\\xe9.\\\\rQ\\\\xc0[54\\\\xfb\\\\xf7\\\\xad\\\\xb9\\\\xfcZ\\\\xf1 rb\\\\xb2=\\\\xc5c\\\\x8b\\\\xeev}J\\\\x072\\\\x08\"A\\\\xd6z\\\\xaf\\\\xfe?\\\\xb6uE\\\\xc0>\\\\x07\\\\xaf\\\\xd9\\\\x14\\\\xe2\\\\x04j\\\\x80W\\\\xc8\\\\x9fu=\\\\xcb\\\\x10e\\\\xef\\\\x8b@S\\\\xee\\\\x00\\\\x00\\\\xfcs\\\\xda\\\\x0e\\\\x80\\\\x7f\\\\x94t\\\\xc6\\\\x02$=_\\\\xc3\\\\x8f5B\\\\xeb\\\\x82\\\\xe0.\\\\x99\\\\xfd*\\\\xaa\\\\xfc\\\\x8c\\\\xdc;\\\\xabj\\\\xe5\\\\xde\\\\x1cn \\\\x11\\\\xda;H\\\\x81\\\\xac\\\\x1d\\\\x0fI\\\\xbb\\\\x12f\\\\x08\\\\xefW\\\\xb6\\\\x94\\\\xc1\\\\xd4\\\\x8f\\\\xf75\\\\xc4\\\\x94\\\\xf9O\\\\xc7R\\\\x91\\\\x1e\\\\xe6\\\\x1a39\\\\xf4\\\\x9b\\\\x00\\\\x8fZ\\\\x8d\\\\x0e\\\\xef)\\\\xf0\\\\xed\\\\xd1od\\\\\\\\DP\\\\xb2~\\\\xf6\\\\x04\\\\xb1\\\\xe6\\\\xaa\\\\\\\\G\\\\x1cf\\\\x12%\\\\x95\\\\xdc\\\\xf8\\\\x94\\\\xed\\\\xb2\\\\xc5\\\\x9dw\\\\x12\\\\x0f`H\\\\x93\\\\xa44\\\\x7f\\\\xf8=gJR\\\\xb3\\\\x17\\\\x9eM\\\\xf7K\\\\x83[\\\\x8d\\\\x12\\\\x977\\\\xf2\\\\xdc\\\\xec\\\\xe2[\\\\x16\\\\xc3V=VCS\\\\xb9d\\\\x10I\\\\x8du2L\\\\xeb\\\\xd0\\\\xdb\\\\xdc\\\\xce^\\\\xb6\\\\xc5P\\\\xbcL\\\\x8b:\\\\xdf\\\\xc4|\\\\x9e\\\\xc6\\\\xc3l|\\\\xebk+\\\\x92`Z\\\\xaew*\\\\x01\\\\xb6\\\\x19\"\"O\\\\xdd\\\\xe1\\\\xd5\\\\x9d\\\\xb6\\\\xfaR:$1Q\\\\x1b\\\\x9a_\\\\x90L\\\\x15\\\\xf04S\\\\x92\\\\xd9\\\\x0b\\\\xedW\\\\xf9\\\\x84F\\\\x0cN\\\\xc0\\\\xbb\\\\xa4\\\\x86.= n\\\\xd0\\\\xcf\\\\xdf\\\\xd6\\\\x81\\\\xb2\\\\tr\\\\x13\\\\xe3l\\\\n\\\\xbaH\\\\xf93q\\\\xb5\\\\xde\\\\xb5\\\\xe2\\\\n\\\\xefe\\\\x1f\\\\xcd\\\\xbfo\\\\xe1\"tU:H=\\\\xa3\\\\xc3\\\\xaaz F\\\\x0e\\\\x15;\\\\x97\\\\x06\\\\xafE\\\\x12\\\\xf59\\\\x15\\\\xd2*z\\\\xeb\\\\xaf\\\\xdd\\\\x90\\\\x0c\\\\tbf\\\\x04\\\\x81\\\\xe1\\\\'\\\\xb4\\\\xf4\\\\x98\\\\xc0\\\\xc0\\\\xe9\\\\x8b1\\\\xc3\\\\x1e8dBbA\\\\x9a\\\\xa3\\\\x8f4\\\\xf1nbfbV\\\\xd6V\\\\x05\\\\x92\\\\r\\\\xce\\\\xe7F\\\\x98\\\\x0b\\\\xa8\\\\x92L\\\\rI\\\\xd3\\\\xb7V\\\\xaeO\\\\\\\\@\\\\x8d\\\\x085N\\\\xb6#0GD\\\\x174\\\\xe2\\\\x0c\\\\\\\\\\\\x96\\\\xb0.7\\\\xbaBWc(j\\\\xac\\\\x80\\\\x1b\\\\xd0\\\\x14w\\\\xd3C?gUd\\\\xd8L14|\\\\xfcT8\\\\xc2\\\\xab(FR\\\\xa7wrl\\\\xe3qx\\\\xbbZ\\\\x8c<\\\\xac\\\\x9a\\\\xd5\\\\xef\\\\xb1BZ\\\\xecd\\\\xa8\\\\xf5\\\\x10@\\\\x81\\\\xe9\\\\x07\\\\xcc\\\\xeb\\\\xd3A\\\\xb5\\\\x1a\\\\x1cH\\\\xf1W-\\\\x88\\\\xe9\\\\xe6\\\\xdeH\\\\xa7=^F7\\\\x1dI\\\\xae\\\\xdfq)RqT\\\\x80w\\\\xa8:37h\\\\x83\\\\xa4j||\\\\xba\\\\xaf\\\\xb9\\\\xb3(\\\\xe91r\\\\xdcUY\\\\xb8c\\\\xed\\\\xd0\\\\xa5\\\\xa5\\\\xcb\\\\xf7x\\\\xd0h%o\\\\xa5\\\\xdd/C\\\\x15\\\\x82\\\\xb2\\\\x0c4\\\\x00F\\\\xbfN\\\\xfd\\\\x1c\\\\xc9\\\\x8b\\\\x18\\\\x8a\\\\x0e9x*BO\\\\x1a\\\\xe3\\\\xf6M\\\\x189\\\\x87\\\\x93\\\\xe2\\\\x99,\\\\xab\\\\xdc\\\\xf6i\\\\x0b\\\\xbeC\\\\x12\\\\xa2\\\\x0e\\\\x9aLi\\\\xdf\\\\xeb\\\\xa7Gj\\\\xec\\\\xa6=Xb\\\\xf8\\\\xba|$\\\\x0c4\\\\x94\\\\x15\\\\xb0\\\\xaf[\\\\x96\\\\x9a1nm\\\\x80=v:0`Y\\\\xbd,\\\\t\\\\x04\\\\x1d\\\\x00#H\\\\xf3\\\\xef\\\\xd0\\\\x9d\\\\xcd\\\\xb0\\\\xd1\\\\x18\\\\x9c(\\\\xa9\\\\x8b\\\\x06\\\\xa4\\\\x0e\\\\xf4\\\\xdf\\\\x98\\\\x8f\\\\xc7\\\\xf1\\\\xc9S\\\\xe3\\\\x1br}\\\\xbd\\\\xd5\\\\xda\\\\xda\\\\x16h\\\\x1b\\\\xc4\\\\x83\\\\xa6\\\\x9a\\\\x82O\\\\x97c\\\\xd5\\\\x8d4\\\\rO\\\\xba\\\\xb1?D@\\\\xe7\\\\x82Q\\\\xad\\\\xeet\\\\xbe\\\\xc5f\\\\xb1\\\\x93\\\\xf9\\\\xc9\\\\xb8\\\\x9bJ\\\\xaa\\\\x95\\\\x0c\\\\x0bk\\\\xb6O\\\\xabY\\\\x9e\\\\xdd\\\\x14m\\\\xbcNj\\\\x9cd\\\\x00$P\\\\xe7\\\\xc7\\\\x1c\\\\x90\\\\xecu\\\\xbcf\\\\x06\\\\x17\\\\x1fz\\\\xa8\"\\\\xde\\\\xe0\\\\x96]\\\\'\\\\xc1bd\\\\x11\\\\xdb\\\\xb7\\\\x9fT\\\\xa5\\\\x19\\\\x13\\\\xe9j&Z\\\\x94D\\\\x81.\\\\xe5c\\\\xca\\\\xe66%\\\\xf6U`Y\\\\xac\\\\xae\\\\xf5RXXN\\\\xa1v\\\\xc1\\\\xd4I\\\\x1f\\\\xf1\\\\xeb\\\\x17{\\\\xee\\\\x8b\\\\xc6\\\\xacO\\\\xd3\\\\xf8\\\\xc1_\\\\xf7\"h\\\\x00)J\\\\xdb\\\\xda\\\\xeb\\\\xfd\\\\xcd\\\\xa3\\\\xf9\\\\xc4\\\\n\\\\xd0/\\\\xa4} \\\\x19\\\\x11=(\\\\xb9\\\\xa9\\\\xc74\\\\xab\\\\x81\\\\xb0\\\\n\\\\xd8\\\\xf8\\\\x86-X\\\\xb4\\\\x1c\\\\xab\\\\xb6\\\\xd4XBX`\\\\x92\\\\xa0\\\\x02`\\\\xce\\\\xa0\\\\x90G\\\\xe1\\\\xea\\\\xae\\\\xdbL\\\\xefj\\\\x94\\\\xa9\\\\x1a\\\\xf2\\\\xecZ;Hh\\\\x83\\\\x11\\\\xde\\\\x9e\\\\xff\\\\x00\\\\xaa\\\\xd7\\\\xfe\\\\x97\\\\xff\\\\x00\\\\xc2z\\\\xbf\\\\xff\\\\x00\\\\xb5\\\\xb1\\\\xd7\\\\xc0\\\\xfe\\\\x13\\\\xb4\\\\x9e\\\\x9e!\\\\x7f\\\\xff\\\\xd4\\\\xf8j~Q\\\\xdf\\\\xd0YU7Dx\\\\x93\\\\x1b`\\\\x8f\\\\xac\\\\xcf\\\\x9f\\\\x9fJ\\\\xff\\\\x00\\\\x1e\\\\x0b\\\\'\\\\xff\\\\x00U\\\\x1ekjs\\\\xb5fX\\\\xb5>8oyA\\\\xae\\\\xc6\\\\xd3\\\\xd5 \\\\x15*;\\\\xfd\\\\xa7\\\\xae\\\\x8d\\\\x9d8\\\\x12\\\\x96~>V\\\\xc3\\\\x89a\\\\xf4W^/\\\\xc0\\\\xbf\\\\\\\\\\\\xb9\\\\x0f\\\\xd2\\\\xcc\\\\x8c\\\\xae7\\\\xe3\\\\x1f<\\\\xcd\\\\xfd\\\\x16\\\\xc1\\\\xe4\\\\xae\\\\xf9\\\\x1d\\\\xf98\\\\xf8<\\\\xa3|b\\\\xbeB\\\\xba\\\\x06\\\\x1d\\\\xdc\\\\x8b\\\\xb2\\\\xa1\\\\xc2[\\\\xd6\\\\xa2)6\\\\x9fPXRcN\\\\xbb\\\\xdd#\\\\x10\\\\x95\\\\xef]j\\\\x83\\\\xa7\\\\xc9\\\\t\\\\xe1~c\\\\xfa\\\\xc1\\\\xf3\\\\x7f\\\\x96r1\\\\xfeq\\\\xf1u\\\\xe5yL\\\\xcc\\\\xcf\\\\x95\\\\x8e\\\\x19\\\\xc5\\\\x988\\\\xb9\\\\xbe\\\\xd5\\\\x96[\\\\x94jT\"\\\\x92\\\\xea\\\\xedH\\\\xd6\\\\xa8#G\\\\xeb\\\\n\\\\xef\\\\xf9 \\\\x8e\\\\xa7.|\\\\xd5\\\\xfd\\\\xfe\\\\xe1\\\\xbfT\\\\xbf]\\\\xf1?Q\\\\x7fO\\\\xbeW\\\\xcd\\\\xfc\\\\x03\\\\xe4\\\\xbf\\\\xed\\\\x8a\\\\xcf\\\\x80\\\\xfc3\\\\x0b\\\\xe2?\\\\xa4?\\\\x1e\\\\xa9y\\\\x9e\\\\x1b3\\\\x8b\\\\xe0x\\\\xda\\\\xad\\\\xc4Z\\\\xf1\\\\xb3\\\\xf3\\\\x859w\\\\x96[\\\\xec\\\\xae\\\\xcbf][cH\\\\x1a\\\\xa6d\\\\xca\\\\x83\\\\x15[q9\\\\xcea\\\\x81\\\\x07.\\\\xc5K\\\\xfc\\\\'\\\\xe6\\\\x1f\\\\xee#\\\\xe5|\\\\xcf\\\\x17\\\\xf1o\\\\xd3^[\\\\xf5\\\\x17\\\\xe4\\\\xdc\\\\x9f\\\\x01\\\\xc2e\\\\xf1\\\\xdcO\\\\x03\\\\xf1l\\\\x9eS6\\\\xdc\\\\x0e\\\\x13$\\\\xa0\\\\xcd\\\\xc6\\\\xab\\\\x1f\\\\r\\\\x9d\\\\xa9\\\\xc6\\\\xb1\\\\x99=\\\\xc4U\\\\x15\\\\xb1#p:tB\\\\xd8\\\\xd3\\\\x8a(X\\\\x91\\\\xb6\\\\xe2G\\\\xcf\\\\x86_\\\\xbek\\\\xfa\\\\x89\\\\xfe\\\\xe1\\\\x7fOq8o\\\\xd3?\\\\x9d|\\\\x9f\\\\xf5\\\\x0b\\\\xe1\\\\xfc\\\\x7f\\\\x00\\\\xd8\\\\xbc\\\\x8f\\\\t\\\\xfay\\\\xcc\\\\xe6r\\\\xb85`5\\\\x16\\\\x1bq/\\\\xc7\\\\xe3r,\\\\xadi5\\\\xd87V\\\\xe8\\\\x82\\\\x18J\\\\x99\\\\xea#l6%M\\\\xad\\\\xb5\\\\xc9\\\\x06r\\\\x00\\\\xe6\\\\xe9\\\\x87\\\\xe0\\\\x9f\\\\xab?\\\\xeew\\\\xe5<\\\\xb6g\\\\t\\\\xfam\\\\xfa\\\\x93\\\\xfa\\\\xad\\\\xcc\\\\xfc\\\\x87\\\\xe4\\\\xb9\\\\x96\\\\xf2\\\\xf9\\\\xbcO\\\\xc5\\\\xf9\\\\x8ev\\\\xfc\\\\xfc\\\\xfc\\\\xc0\\\\xaa-\\\\xcd\\\\xb2\\\\x9c+\\\\x9a\\\\xcb\\\\xad\\\\xdbZ\\\\x86\\\\xb1\\\\x81hQ&\\\\x07P\\\\xd3\\\\x89\\\\xa5R\\\\xbf\\\\xe6\\\\x84\\\\x98\\\\x12\\\\xfe)_\\\\xe4\\\\xdf\"\\\\xfd}\\\\xfd<\\\\xe1\\\\xf9\\\\x1f\\\\xd1\\\\xff\\\\x00\\\\x93|\\\\x9f\\\\xf5\\\\x03\\\\xe0\\\\xbf\\\\x1d\\\\xb4\\\\x9by\\\\x9f\\\\xd2\\\\xceS3\\\\x94\\\\xe3\\\\xb16\\\\xe4?\\\\xbeZ\\\\xfe+!\\\\xab\\\\xac\\\\x8bl\\\\x02\\\\xc2Z\\\\xa9\\\\'^\\\\xfa\\\\xf4\\\\xc8\\\\xcbU\\\\x08\\\\xaa8]#\\\\xd3!\\\\xddP\\\\xfcx!\\\\x9c\\\\xd7\\\\xeb\\\\xb7\\\\xebw\\\\xc8\\\\xf0\\\\xf1\\\\xb8\\\\xaf\\\\x91~\\\\xaf\\\\xfc\\\\xe3\\\\xe4\\\\xea\\\\xe8\\\\xb2\\\\xf3\\\\xf9wX\\\\xc5\\\\xa1\\\\xff\\\\x00\\\\x01x\\\\x92\\\\xc4\\\\xea\\\\xc4\\\\x910t\\\\x89\\\\xe9\\\\xcd\\\\xcdR\\\\xf75\\\\x1apP^J\\\\xb1v?\\\\xe4\\\\xa8A\\\\xfc\\\\x87`\\\\xd6\\\\xc4\\\\xa7\\\\xafX,L\\\\x18\\\\xdau=D\\\\xe3FG\\\\x00b\\\\xdd\\\\xe7\\\\x8f4\\\\x1b\\\\x17\\\\x13?\"\\\\xdap1\\\\x95\\\\x92\\\\xdb\\\\x06\\\\xfa7\\\\x7f-m\\\\x90I\\\\xee#\\\\xc0\\\\xc4\\\\xe9\\\\xd2\\\\x0b\\\\xc4\\\\x1a:\\\\xb5\\\\xb7\\\\xb7\\\\xeeM\\\\x9d\\\\x9f\\\\xc9G\\\\xcf\\\\xcd\\\\xce\\\\xc8Ae\\\\x809\\\\xa2Wm{\\\\xf6\\\\xd6\\\\xd2\\\\x0e\\\\xd10=1\\\\'\\\\xfb\\\\xfa\\\\xe6 :\\\\x96\\\\x1a\\\\xb4\\\\xbb\\\\xfe\\\\x11\\\\x1e\\\\n\\\\xfb\\\\x86F=\\\\xf4Y\\\\xed\\\\xe4\\\\xd7C[\\\\xed\\\\xbc*\\\\xd8\\\\xe9\\\\xf8`\\\\x98\\\\x1d\\\\x8fc\\\\xfe]W\\\\xbf\\\\xb7\\\\x95\\\\xf8\\\\xe1P\\\\x0b9\\\\xc52\\\\x12\\\\x16\\\\x89rq\\\\x18d\\\\xba\\\\x17\\\\xe3\\\\x19\\\\x95r\\\\x985\\\\xe6\\\\xe4X\\\\xafeEU\\\\x93U\\\\xda\\\\x02\\\\x80w\\\\x01\\\\xa9\\\\x13\\\\xe5\\\\xe5\\\\xe1\\\\xd7\\\\x98\\\\xd9\\\\xccF\\\\xe1z\\\\x91\\\\xc6\\\\x0bj5\\\\x0cU\\\\x8b\\\\x86\\\\x10\\\\xd6\\\\x96Z\\\\xb6\\\\xad6\\\\x01mL\\\\xe7\\\\xf1.\\\\xe3$\\\\xb6\\\\xa3H\\\\x93\\\\xe9\\\\xfd\\\\xbdz+.\\\\x00qL\\\\x97IO\\\\xe4\\\\xf0\\\\x9f\\\\x90\\\\xf8\\\\xf5\\\\xc2\\\\x93_\\\\xf34d\\\\xfcG\\\\xb8\\\\x10D\\\\x81#\\\\xb0\\\\x03\\\\xc0\\\\xfd\\\\x9d>/3\\\\x8d\\\\x15M\\\\xc0h\\\\xd0.t\\\\xf9\\\\x1f\\\\xc6lKS\\\\xf2\\\\xfbh\\\\xb8\\\\xc88\\\\xa4\\\\xc0\\\\x96>\\\\x92\\\\xce\\\\xc4\\\\xe8c\\\\xb0\\\\xf2\\\\x8e\\\\x9e\"\\\\xf4\\\\x14+\\\\x1a\\\\xe5\\\\xb0MC\\\\xe2\\\\x91n\\\\xe1\\\\xb9Z2\\\\x05vc\\\\xbe\\\\xf1\\\\xb6\\\\xbb\\\\\\\\\\\\x81\\\\xa1\\\\x92!X\\\\x88\\\\x93\\\\xa4\\\\x81\\\\xdc\\\\x1f\\\\x1e\\\\x97\"R\\\\xe3\\\\x13\\\\x832-O\\\\xc5m\\\\xb1\\\\x92\\\\xfc\\\\xca\\\\xcam\\\\x7fr\\\\xe4\\\\xdd\\\\x01\\\\xc3\\\\x90\\\\x10)c\\\\x10\\\\'C\\\\x1d\\\\x18#$\\\\xc1nE1\\\\xd3\\\\xf0\\\\xdbx\\\\xaa1\\\\xf3,\\\\xc4\\\\xf7j\\\\xcbb\\\\xd8\\\\xec\\\\xed\\\\x04\\\\xa8$\\\\xce\\\\xc0d\\\\r\\\\xde\\\\xba.?`\\\\xc8\\\\xc4\\\\xe4:\\\\xa3\\\\xd8\\\\xf9\\\\x98<\\\\xf4VUi\\\\xcbj\\\\x8d5nc\\\\xb5\\\\x97M\\\\x06\\\\xbd\\\\xe0\\\\xf7c\\\\xf6\\\\xf4\\\\xc9\\\\xc8\\\\x13T\\\\xeb`L6\\\\x05+\\\\xf2\\\\x9c\\\\x1eo\\\\x1a\\\\x86\\\\x8a\\\\x90\\\\xd9\\\\x8e\\\\x84\\\\x94d@=;\\\\x8c\\\\x86\\\\x0b\\\\xa9\\\\xee`\\\\xfd\\\\x07IiDV\\\\xaag\\\\x18\\\\x82\\\\xe5\\\\xc9\\\\xfa%\\\\x16\\\\xa1\\\\xeaU\\\\xf4\\\\x1a\\\\xeb\\\\xdd\\\\xebW\\\\xfe&\\\\xd1\\\\xb6\\\\x99\\\\x1d\\\\xe3\\\\xa0v\\\\xa8F\\\\xef\\\\x8a/\\\\xc1\\\\xdfg\\\\xe70\\\\x10\\\\xb7\\\\xa6\\\\xac\\\\x96z\\\\xc5\\\\x82\\\\x00\\\\x9dJ\\\\x06\\\\xfb\\\\x8cN\\\\x9d&sf\\\\xed\\\\xe0(1\\\\xf5x+\\\\x0b\\\\x99\\\\xce\\\\xc6\\\\xc1\\\\xa5\\\\xec\\\\xa6\\\\xbfu\\\\x1a\\\\x1b\\\\xf3\\\\x04\\\\x00\\\\x8e\\\\x00;\\\\x95\\\\xab\\\\xd3\\\\xb1X\\\\x99\\\\xfak\\\\xd4\\\\\\\\\\\\xb8\\\\x0bd\\\\x9e\\\\xc4\\\\x0e1U\\\\xc3r/{\\\\xec\\\\xb1\\\\x07\\\\xb7x\\\\x13\\\\x91\\\\x1e\\\\xa5Rd\\\\x1d\\\\xad\\\\xa1\\\\xf23\\\\xf6\\\\xeb\\\\xd4Z\\\\x9c\\\\xa4H\\\\x02\\\\x89,\"+R8e\\\\xf918\\\\xcb\\\\x1a\\\\x83\\\\xc4r\\\\x8d\\\\x8d}u\\\\xdc\\\\xd9\\\\xef\\\\x92F\\\\xd2VYB@o\\\\xc5\\\\xf8A\\\\x8e\\\\xfd\\\\xe2:\\\\xb1\\\\xedBg\\\\xd2X\\\\xb1\\\\xe0\\\\'J\\\\xe1\\\\x02\\\\xb1\\\\xa7\\\\xe5<~w;\\\\x91\\\\xf8\\\\xfe2\\\\x9bl\\\\xb1\\\\xf1Qj\\\\xa3qf\\\\x05F\\\\x9a\\\\x03 @\\\\xf2\\\\xef\\\\xf4\\\\xd7\\\\xaa\\\\xd3\\\\x8c\\\\xb4\\\\xc4=@\\\\xc3\\\\xaa\\\\x912\\\\t\\\\x07\\\\x0f\\\\xb2Y\\\\xe1rhnC\\\\xdc\\\\xe4\\\\x93#9e\\\\xb756\\\\x85\\\\xb0\\\\xbc0V\\\\x92\\\\x18\\\\xe8\\\\xc4\\\\x1d\\\\x00:}z\\\\x98H\\\\x19D\\\\xdc\\\\x04\\\\x82\\\\xee\\\\xd4\\\\xabR\\\\xbc\\\\x92%@y\\\\x8e|b\\\\xba/\\\\xf4\\\\xb7\\\\x17\\\\x95\\\\xae\\\\xe5\\\\xa6\\\\xb72\\\\xc6\\\\xb8\\\\xda\\\\xc4\\\\x10\\\\xa5\\\\xbd\"\\\\x04I\\\\x13\\\\xac~\\\\xde\\\\xa9\\\\xdc\\\\x9c\\\\xc4\\\\xf4\\\\x0c:\\\\xab\\\\xbb(\\\\x07t\\\\xfb\\\\xfa\\\\xe3\\\\x98\\\\xd7|\\\\x93\\\\x8b\\\\xb2\\\\xfb\\\\x16\\\\xef\\\\xc9q\\\\xe8\\\\x95\\\\x16!\\\\x9e\\\\xb5u*@\\\\'\\\\xfd\"A\\\\xd7\\\\xfc\"\\\\xc6\\\\xeaF\\\\x13\\\\x12\\\\xa5\\\\x05_\\\\x16W/\\\\x87\\\\xc7%\\\\xcc\\\\x1f)\\\\xe6\\\\x19l\\\\xf6j\\\\xc9\\\\xfc\\\\xddL\\\\xa0:\\\\xaf\\\\xa4\\\\xb6\\\\xa4A*O\\\\x94\\\\xc7\\\\x87n\\\\xdde_\\\\xbb\\\\x1b\\\\xc0\\\\x17q\\\\xf8\\\\xe3\\\\xb9fNd\\\\xc8\\\\x80\\\\x97\\\\xf8<|l\\\\xbb\\\\x82XC\\\\xd4\\\\xaaNS\\\\xdc\\\\xd0X\\\\x93\\\\xe6>\\\\xdd#\\\\xbf\\\\x8fL\\\\x8d\\\\xb8\\\\xd6-\\\\xdb\\\\x97`I\\\\x89\\\\xadh8\\\\xe1\\\\x94\\\\x9c\\\\xec\\\\x15\\\\xc2cw\\\\x1fV\\\\xfa\\\\xbd\\\\xb2\\\\xe44\\\\xe9\\\\x1a\\\\x131\\\\xa91>?\\\\xbb\\\\xa9\\\\xf6D_\\\\xaf\\\\x8fw\\\\xe1.\\\\xec\\\\x9c\\\\x86\\\\xa7T\\\\xd5\\\\xf1\\\\x8ey\\\\xaf\\\\xc7\\\\xbf\\\\x8f\\\\xcb\\\\xac\\\\xb1\\\\xb4\\\\x83S\\\\xac\\\\x06P\\\\t\\\\xeeH\\\\x03Ru\\\\x07\\\\xbe\\\\x9du\\\\x9d\\\\xcd\\\\xc1#\\\\x19\\\\x12y\\\\x16\\\\xf2\\\\xe3\\\\xaa\\\\xb3jB u\\\\xc5B\\\\xe78$\\\\xb7~EvXm%\\\\xb7\\\\xa8\\\\x00\\\\x04\\\\x9e\\\\xf2\\\\xba\\\\x1dOm:\\\\xb5v\\\\xc8\\\\x12\\\\xd5Z\\\\x8f\\\\xbeIW!\\\\xa4\\\\xe1\\\\xf9J\\\\x0f\\\\x83\\\\x96\\\\x96\\\\xd8\\\\x1c\\\\xda\\\\xa5@f\\\\xb1vA:\\\\xb6\\\\xe2|\\\\xf5\\\\xf3\\\\xfd\\\\x9d\\\\x04\\\\x9e\\\\r\\\\xa5\\\\xeakJ\\\\x7f\\\\t4\\\\xe4\\\\x8fq\\\\x18\\\\xb9\\\\x94\\\\xfef\\\\x9b\\\\x16\\\\xdbU\\\\xb7\\\\x01\\\\x91\\\\xea\\\\xdf\\\\xb9\\\\xbf\\\\x11\\\\x04\\\\x88\"|\\\\xf5\\\\xed\\\\xd2\\\\xac\\\\xcep$\\\\x90I~\\\\xbeI\\\\xfa\\\\x04\\\\xcb\\\\x1a!\\\\xf7\\\\xe3:\\\\x9bi\\\\xde\\\\xc9Z\\\\xee\\\\xb1iv\\\\x8d\\\\x84\\\\xff\\\\x00\\\\x12\\\\x85$\\\\xf6\\\\x00\\\\r>\\\\xed:\\\\xb1r\\\\xd4d\\\\\\\\S\\\\xeb\\\\xd5T3\\\\x94^\\\\x85\\\\xd6+\\\\x90\\\\x8fUU\\\\xb0\\\\x86\\\\xac\\\\xab8V!\\\\x99b5\\\\x1a\\\\xc0\\\\x8f\\\\x10~\\\\xee\\\\x9dv\\\\xf4@a\\\\x8f \\\\x822#\\\\x00\\\\x19[\\\\xdc^6=\\\\xfcf\\\\x0bW\\\\x7f\\\\xe6\\\\xea4\\\\xb4*\\\\xef\\\\xdc-rK\\\\xab\\\\xf6\\\\x89\\\\x1a\\\\xcf\\\\x89\\\\xd2z\\\\xb3\\\\xa8F\\\\x01\\\\xea\\\\xea\\\\xf5\\\\x98\\\\r$\\\\xf4\\\\xcb\\\\x9aA\\\\xe5\\\\xf8\\\\xe1Z\\\\xba\\\\xadoe\\\\xde\\\\xeb+<\\\\xc2\\\\xfbldn:\\\\x80\\\\x0e\\\\xb3?\\\\xdf\\\\xd0\\\\\\\\\\\\x80g\\\\x01\\\\xca\\\\xcf1\\\\xd0\\\\xe3\\\\'\\\\xc7\\\\xe8\\\\xb5aW\\\\xec\\\\xba\\\\x8aPe\\\\x84\\\\xac\\\\x0fn\\\\xb8%|\\\\xcc\\\\x98\\\\x82#\\\\xb4v\\\\xfbz\\\\xab+nh\\\\t\\\\xfb+\\\\x11$T\\\\x17D0\\\\xf3\\\\xdb\\\\x93\\\\xae\\\\xdc\\\\x1c\\\\x80\\\\xb6\\\\x12G\\\\xe5\\\\xb6\\\\x15\\\\x01\\\\x84\\\\x08\\\\xd6\\\\x08\"|\\\\xcc}:\\\\x98\\\\xfa\\\\xdfPl\\\\xbbx\\\\xc13\\\\xdcp\\\\xc7\\\\x1cx\\\\xea\\\\x85\\\\xe5`\\\\xe4T^\\\\x90\\\\xa0&\\\\xed\\\\xae\\\\x1c\\\\x9d\\\\xb3;\\\\xa5w\\\\x19\\\\x00y\\\\x1f\\\\xb7\\\\xc7\\\\xa3\\\\xd1+cLp\\\\xe3\\\\x05V\\\\xe0:\\\\xf5\\\\x1e\\\\xe3\\\\xcb\\\\xb57\\\\xfcO\\\\n\\\\xeb\\\\xab\\\\xc8\\\\xa8^\\\\xcf\\\\x8c\\\\xc8K\\\\x87\\\\x82\\\\x95\\\\xb00\\\\x10\\\\xf6\\\\xd2|c\\\\xeb\\\\xf6u\\\\xa8\\\\x12)Eb\\\\xc8\\\\x12:MCW\\\\x92{\\\\xe2\\\\xb8\\\\x8b-f\\\\xab7$\\\\xee\\\\xa6\\\\xbd\\\\xa2\\\\x94,\\\\xd2B\\\\xcc\\\\x93 B\\\\xe84=\\\\xc7\\\\x97L\\\\x16e)v\\\\'\\\\xc3h\\\\xc5\\\\x99k\\\\xf9\\\\'\\\\x01\\\\x97\\\\x9a\\\\x88\\\\x98\\\\xf7\\\\xd8\\\\x96Y\\\\xa3VWi\\\\'\\\\xbe\\\\xbe$\\\\x00>\\\\x87\\\\xc7\\\\xa9\\\\x9d\\\\xb1\\\\x12\\\\xe3\\\\x14\\\\x1b\\\\x9bfm\\\\x11O\\\\xcf4\\\\xa88kx\\\\xca\\\\xb2)\\\\x19k^EHj\\\\xba\\\\xe50\\\\xcct*\\\\xb0I\\\\x07q\\\\xeeD\\\\x10:\\\\xefS0*\\\\x89\\\\xb5\\\\x18\\\\xbb\\\\xe2\\\\x81\\\\xaa\\\\x0c_s*\\\\xd9\\\\xb1\\\\xf1\\\\x98=4W\\\\xe9\\\\xf4\\\\x89c\\\\xb9\\\\xbb\\\\xeb$\\\\xf8\\\\xe9\\\\xf5\\\\xea\\\\x9c\\\\xcc\\\\xadGY\\\\xac\\\\x95\\\\x8b6\\\\xbd\\\\xc3\\\\xd0%\\\\x0eg!m\\\\xb5\\\\x80)\\\\xa3\\\\xb9\\\\xde\\\\xa0\\\\x87:\\\\x81\\\\xb7\\\\xc6@\\\\xf0\\\\x93\\\\xfb\\\\xba\\\\xc6\\\\xbb{\\\\xdd.\\\\xde<`\\\\xa4\\\\x8f[\\\\xe4\\\\xbc\\\\xe3\\\\xb1\\\\xe9g\\\\xf7nE\\\\xbfx\\\\xdbY\\\\x07P\\\\xc4H\\\\xdcI\\\\x81:\\\\x8f\\\\xb0\\\\xf5N\\\\xfc\\\\xfd,(Sl\\\\xc4\\\\x89;P\\\\xf1\\\\xdc\\\\xae\\\\xef\\\\x8e\\\\xe2\\\\xa6\\\\x1e\\\\x1b\\\\xdb\\\\x9b\\\\x0e\\\\xf8\\\\x98\\\\xeb\\\\xb2\\\\xaa\\\\xd4\\\\xb0b\\\\x04\\\\x891\\\\x1d\\\\x8c\\\\x99\\\\x89\\\\x11\\\\xd5\\\\x9d\\\\x99\\\\x85\\\\xbb2\\\\xbb6\\\\r\\\\xd2\\\\xa7:\\\\xf5Z\\\\xd4\\\\x8cDEJ\\\\x13\\\\xff\\\\x00\\\\xa9\\\\xea\\\\xff\\\\x00@\\\\xff\\\\x00\\\\xc4\\\\xbf\\\\xfb\\\\x9d\\\\x1f\\\\xfe\\\\xde\\\\xdf\\\\xff\\\\x00\\\\xd5\\\\xf4T=\\\\x8e\\\\xbek\\\\xff\\\\xd5\\\\xf8\\\\x0e+\\\\xdc-W,\\\\xaf@\\\\xf4\\\\xa6\\\\xd2\\\\x7f\\\\x8a\\\\x08\\\\xd7\\\\xb6\\\\xa7\\\\xa9\\\\\\\\\\\\xa7q\\\\xb8-\\\\x91k\\\\x07b\\\\x85\\\\x04\\\\xfb}\\\\x89\\\\xdaT\\\\xeb=\\\\x84\\\\x91\\\\xd7\\\\x00\\\\x93z\\\\xe8\\\\xb6\\\\x1d}\\\\xd9\\\\xf9\\\\x17\\\\x19\\\\xfa\\\\x99\\\\xcd\\\\xd7\\\\xc6~\\\\xa4\\\\xfe\\\\x90\\\\xfc\\\\xb3\\\\xe2\\\\xdf\\\\x1f\\\\xfd1\\\\xc2\\\\xc7\\\\xcb\\\\xb7\\\\x86\\\\xf9VW\\\\xc7\\\\xad\\\\xe4*\\\\xc4\\\\xa8|\\\\x83\\\\'\\\\'\\\\xe3\\\\xd7\\\\x7f\\\\xea\\\\x05\\\\xc3\\\\x18\\\\x9cf\\\\'\\\\x17\\\\xf1\\\\xd7\\\\xc3\\\\xc5\\\\xbe\\\\xbb9\\\\n\\\\xc5\\\\x1e\\\\xceN+\\\\xe3=\\\\xb9!re\\\\x97\\\\\\\\\\\\x00\\\\x85\\\\xca?\\\\xa3<\\\\x97\\\\x13\\\\xf2O\\\\x9b\\\\xff\\\\x00\\\\xba\\\\xec\\\\x0f\\\\xd1\\\\x05\\\\xc9\\\\xe2>k\\\\xf3.\\\\x0b\\\\x97\\\\xa3\\\\xfd\\\\xbf\\\\xe1\\\\xe2=x\\\\xb9vqV|\\\\x87\\\\x17\\\\'7\\\\x03\\\\x8f\\\\x0cR\\\\xc5\\\\xcc\\\\xb3\\\\x86\\\\xae\\\\xc4\\\\xad+\\\\x1e\\\\xe3\\\\xa0\\\\xb6\\\\xa5\\\\xf5\\\\xb2\\\\x83JQ0\\\\'J\\\\xc3\\\\x111\\\\x94\\\\xfd\\\\xbcH\\\\xa7\\\\x88q\\\\xda\\\\xce\\\\xcag\\\\xeaw\\\\xe8\\\\xcf\\\\xcbx\\\\xcf\\\\xf6\\\\xc9\\\\xfau\\\\xc0\\\\xd3\\\\xc5\\\\xfe\\\\xa6q\\\\x9f\\\\'o\\\\x9b\\\\n8\\\\xcf\\\\xd1\\\\xaf\\\\x96q\\\\xb4UnM\\\\xd6\\\\xf1\\\\x19\\\\x19<\\\\xbf)\\\\xc0\\\\xe1-#\\\\x91\\\\x18\\\\xb5\\\\xbe=ka#a,\\\\x19\\\\xfdk=\\\\x1d\\\\xa2\\\\xd5.\\\\x0f\\\\x18#\\\\x84H\\\\xb6\\\\tp_\\\\x03\\\\xe6\\\\xd9\\\\xaa\\\\xcb\\\\xfd\\\\xa0q?,\\\\xe5\\\\xad\\\\xff\\\\x00s;\\\\x81\\\\xc0\\\\xd7u\\\\xfc\\\\x8d\\\\xb9+\\\\xce\\\\xf0\\\\x8c\\\\xa9\\\\x8b^6\\\\xeb\\\\xcb\\\\x8d\\\\xb26\\\\x0f>\\\\xac\\\\xbb\\\\xab\\\\x9bc\\\\xa80<\\\\xfe\\\\xd5\\\\xea\\\\x8f~\\\\xaf|3\\\\xf5e?\\\\xdb\\\\xb7\\\\xe9\\\\xcf\\\\xc4\\\\xff\\\\x00U8o\\\\x92\\\\xe7~\\\\xaeq?)\\\\xf9/\\\\xc9\\\\xbe5\\\\xf1\\\\xaeb\\\\xbc\\\\x9c\\\\xaf\\\\x90\\\\xf0\\\\xbf\\\\x06\\\\xab\\\\x8d\\\\xc4~G/3\\\\x1e\\\\xc2\\\\xf9\\\\x18X\\\\x96fVlO\\\\xcc\\\\xaa(5\\\\xdfh\\\\n\\\\xac\\\\xc5\\\\xc8\\\\'[\\\\x91\\\\x8c\\\\x1aO\\\\xfc~\\\\x15w\\\\xfa\\\\x0f\\\\xc3\\\\xfc\\\\xc3\\\\xe5\\\\x9f\\\\xa1\\\\xbf\\\\xee/\\\\xe1_\\\\xa5\\\\x98\\\\x97r?\\\\xa9|\\\\xbd\\\\x9f\\\\x15\\\\xba\\\\xcf\\\\x8b\\\\xf1l\\\\xd6s\\\\\\\\\\\\xc7\\\\xc4\\\\xb1\\\\x8f&\\\\xdc\\\\xf6\\\\x1f\\\\x1fMe\\\\xee\\\\xc8Q\\\\x95w\\\\x1du\\\\xf5\\\\xd4\\\\x0e\\\\xfa\\\\xeb\\\\xdcA\\\\nz\\\\xe2\\\\xacB5\\\\'\\\\x9a\\\\xe9o\\\\xd0\\\\xef\\\\xd2\\\\x7f\\\\xd5\\\\xb5\\\\xe5\\\\xf8\\\\x0c?\\\\xd6\\\\xee7\\\\x03\\\\xe4\\\\x9c\\\\xcf\\\\xc2\\\\x7fK\\\\xf3\\\\xb3\\\\xff\\\\x00O\\\\x7fGy\\\\xcf\\\\x8e[\\\\xf2\\\\xff\\\\x00\\\\x97\\\\xf0\\\\x9cg\\\\xf5\\\\xbc\\\\\\\\|y\\\\xf8\\\\x97\\\\xbb\\\\x81nQs\\\\x93{\\\\xe3c\\\\xe5\\\\xe42SQ{\\\\xca*\\\\xadj\\\\xc3&)W\\\\xac\\\\x83V\\\\xc3\\\\xbf\\\\x1e\\\\x8b\\\\xa1\\\\x7fX?N\\\\x7fM\\\\x7fK\\\\xb9\\\\x0f\\\\x87?\\\\x19\\\\xfa3\\\\xf1%\\\\xe5\\\\xff\\\\x00U\\\\xff\\\\x00P>\\\\x0f\\\\xf1\\\\xff\\\\x00\\\\x95U\\\\xce\\\\xfcw\\\\tl\\\\xc1\\\\xc6\\\\xe6\\\\xf8\\\\x0c[yZ\\\\xb0p)\\\\xbf+\\\\x17\\\\x8e\\\\xb1\\\\xb2Q\\\\xac\\\\xdbE\\\\xb6\\\\n\\\\x1fz\\\\xd5aBg\\\\x81%,\\\\xb0`G/0\\\\xbe`\\\\x7f\\\\xb8\\\\x9eo\\\\x8b\\\\xe6\\\\xbfW\\\\xfee\\\\xc6\\\\xf1\\\\x1f\\\\x17\\\\xf8\\\\xf7\\\\xc38\\\\x9f\\\\x87s\\\\x1c\\\\x8f\\\\xc6\\\\xb8\\\\x8e\\\\x1f\\\\xe3\\\\\\\\}|~:\\\\xe2q\\\\xb9\\\\xf9)\\\\x8e\\\\xf9\\\\x1b$\\\\xdd~\\\\xd2\\\\x15\\\\xadr]\\\\xc2\\\\x8d\\\\xc4\\\\x91\\\\xd2\\\\xdeA\\\\xcb*7u\\\\xc6D\\\\x98\\\\xb0\\\\xcb\\\\x8f\\\\xba\\\\xa4\\\\x92\\\\x8fa@[\\\\xcb\\\\x80`\\\\xb1\\\\xd1\\\\xb5:H\\\\xf1\\\\xe8L\\\\xb5b\\\\x12esY\\\\xc1\\\\x96\\\\xc2\\\\xec\\\\xa5R\\\\xc8(Dn\\\\x80Z\\\\x07\\\\xed\\\\xff\\\\x00\\\\x8fP\"\\\\xf5\\\\x18\\\\xa0\\\\xd2\\\\rB\\\\xc1\\\\xa9\\\\xaa\\\\xc3e\\\\xabd3&\\\\xd6\\\\xaaw\\\\x02\\\\xba\\\\xc4\\\\x8e\\\\xc7\\\\xbf\\\\x88=\\\\x1cn\\\\xca4!6\\\\x17\\\\xa7\\\\x06\\\\n.F\\\\r\\\\x16\\\\x17V\\\\xc6\\\\xae\\\\xa0\\\\xe8\\\\x15U%\\\\x95a\\\\x08\\\\x07R$\\\\xa8i]zdn\\\\xc4\\\\x85j;\\\\xd3\\\\xcf4\\\\x99\\\\x9e\\\\xb6&C#\\\\xb8\\\\x7fo\\\\xf9u\\\\x91\\\\x07\\\\xd2\\\\xba\\\\r@\\\\x00\\\\xf5\\\\xc5j@\\\\xb8\\\\x07\\\\x9a\\\\x85\\\\xd4\"_\\\\xba\\\\xe5\\\\xcb\\\\xf7\\\\\\\\\\\\xb9~\\\\xeb\\\\x97,\\\\xd1\\\\xb6\\\\x99\\\\x89\\\\xd4h{\\\\x105\\\\x82\\\\x1dH(\\\\'\\\\x010\\\\xc5}>\\\\xff\\\\x00j_\\\\xee%o\\\\x18\\\\x9f\\\\x00\\\\xf9\\\\xa7!a\\\\xc8\\\\n*\\\\xf8\\\\xfe}\\\\x84\\\\xbf\\\\xba\\\\x80\\\\xc7\\\\xe5X\\\\x13\\\\xf8\\\\x96N\\\\xd2\\\\xdd\\\\xb5\\\\xeb\\\\xcb\\\\xef\\\\xf6\\\\x87g=p\\\\x7fnYr<\\\\xbb\\\\x0e\\\\\\\\\\\\xb0\\\\xe4\\\\xbc\\\\x8f\\\\xc8l}\\\\x92O\\\\xfa~\\\\x9f\\\\xc2\\\\xefnG\\\\x1f\\\\x19R\\\\xdc\\\\xba\\\\x00\\\\x18\\\\xd7\\\\xa8d\\\\xc7v\\\\xddf\\\\xe5\\\\x99\\\\x1b`\\\\xfd\\\\x0c\\\\x0e\\\\xab\\\\xda\\\\xbc\\\\xee\\\\xfd\\\\xbf\\\\xc2\\\\xc0\\\\x95\\\\x91\\\\xad\\\\xb3U\\\\x7f\\\\xc8>;\\\\x9f}yy\\\\x16\\\\x1fv\\\\xa5\\\\xa5o\\\\xc5Txj\\\\xc9h1\\\\xbc\\\\x82N\\\\xbe\\\\x11\\\\xa7\\\\\\\\a)\\\\xc4\\\\x97b\\\\xa9^\\\\x8d\\\\\\\\\\\\xd5*\\\\x95\\\\xaf\\\\x8d\\\\xaa\\\\x87w7e3NC\\\\x0b\\\\x0bR\\\\xaaX0\\\\n\\\\xa7C\\\\xa7\\\\x9f\\\\x87G\\\\x08\\\\x98\\\\x9ch\\\\x95\\\\x19i\\\\x14\\\\xc5\\\\x13\\\\xc3\\\\xc9z)\\\\xbbau\\\\xc5\\\\xbe\\\\xb7J\\\\x90\\\\xaa\\\\xfbh\\\\xda\\\\x03=\\\\x8e\\\\xe2t\\\\x13\\\\xd3\\\\x81\\\\xa3\\\\xe6\\\\xaeD\\\\x89\\\\x07H\\\\x19|E\\\\x97\\\\xddf+\\\\xad\\\\x8c\\\\xf9H&\\\\xe7]\\\\xba\\\\x89\\\\x84f DA\\\\x89\\\\xf0\\\\xf1\\\\xeb\\\\x802.\\\\xa9N%\\\\xc8lsK\\\\xd7\\\\xf1\\\\x19Ku\\\\x98\\\\xd8\\\\xd7\\\\x0c\\\\xaa\\\\xf1\\\\xed\\\\x1b\\\\xcdd\\\\x99F\\\\xf5\\\\x04]\\\\xdd\\\\xc9>:\\\\xf6\\\\xd7\\\\xeaM\\\\xab\\\\x04\\\\xb1\\\\t??\\\\xba!\\\\x95\\\\xc4\\\\xd5\\\\x8fR\\\\xe5\\\\xbd\\\\x81m*\\\\xd6\\\\n\\\\xc7\\\\xa1\\\\x02\\\\xa9\\\\x03\\\\xd6\\\\x01\\\\xd3\\\\xbc\\\\x8f\\\\xaf\\\\xd7\\\\xa90\\\\xe6\\\\x9e-\\\\x80\\\\xf2%V\\\\x9c\\\\xa5\\\\xd7\\\\xd8[&\\\\xb5O\\\\xc9\\\\xfb\\\\xa5i\\\\xbbi\\\\xda\\\\xe5\\\\xa2wA\\\\x83\\\\xb4y\\\\x0f\\\\xa9\\\\xe8$\\\\x90&\\\\rG\\\\x0e\\\\x85dp\\\\x97\\\\xe4\\\\x82i\\\\xc9v\\\\xf7\\\\x1c\\\\x13\\\\xeb\\\\x02\\\\x15d\\\\x92d\\\\xc0\\\\x1eG\\\\xc7\\\\xed\\\\xe8\\\\xe3\\\\x17\\\\x0b\\\\xb4\\\\x9cAz\\\\xa0\\\\xfc\\\\x87\\\\xc7\\\\r\\\\x16YW\\\\xb8_\\\\x1e\\\\xc4[a\\\\xc7\\\\xb8J\\\\xce\\\\x85J\\\\x83\\\\x1a\\\\x1f\\\\xd9\\\\xd4\\\\xfbmU2x\\\\xb9Am\\\\xc3\\\\xe4\\\\xf0\\\\xacL\\\\xac/Q\\\\xc5\\\\x01\\\\x8b\\\\x9d|\\\\x83\\\\x03\\\\xa7\\\\xda:M\\\\xdbd\\\\x82*\\\\x86\\\\xdc\\\\x805N\\\\xf89\\\\x99\\\\x8f\\\\x8bSec\\\\xab\\\\x10\\\\x01\\\\xf7,EK\\\\x003\\\\xa7q A\\\\xf1\\\\xfa\\\\xf6\\\\xd3\\\\xa5\\\\xdb\\\\x84\\\\xa0j\\\\\\\\rW\\\\xad\\\\\\\\8\\\\xe4\\\\xfcQNO\\\\x91q\\\\xd8\\\\xb6\\\\xd1^U\\\\x96\\\\xe4Y\\\\xff\\\\x00\\\\xc2]\\\\xc1d1;Ic\\\\xdf\\\\xbfy\\\\xd3\\\\xc6zp\\\\xb8\\\\x1c:\\\\xe3v!\\\\xc3Umns\\\\x8b\\\\xb2\\\\xcb\\\\'\\\\xdc\\\\xc6\\\\xaa\\\\xdb\\\\x15\\\\xabB\\\\x13x\\\\xd8d\\\\x96\\\\xd0\\\\x00 jH\\\\xfb\\\\x87G\\\\x0b\\\\x80\\\\xe0\\\\x10\\\\x9d\\\\xd4p\\\\x02\\\\xbei\\\\x87\\\\x18a\\\\xf2U\\\\xe4]\\\\xc6\\\\xe6PM\\\\xc0\\\\x03]\\\\x96m\\\\xb0\\\\x95\\\\x93\\\\xb5I-\\\\xe0\\\\x01\\\\x81\\\\xdcu&Z\\\\x8b2l4HW\\\\x9f\\\\xd9\\\\x0f\\\\xe50h\\\\xc9\\\\xc3\\\\xb3\\\\x1e\\\\xd5\\\\x15]UVVk\\\\x88\\\\x16\\\\xaa1\\\\x8dH\\\\x1b\\\\xb6\\\\xcc\\\\x93\\\\xd1ir\\\\xe1\\\\r\\\\xebd\\\\x83\\\\\\\\\\\\x92VG\\\\x12\\\\xcaj\\\\xbe\\\\xda\\\\xbf.1\\\\xca\\\\xb7\\\\xa0KB\\\\xead\\\\x98\\\\x83$xt\\\\xdcV|\\\\xe3(\\\\x97#\\\\x0eKBcq\\\\xb7\\\\xda\\\\xaf^)\\\\xa6\\\\xbcFZ\\\\xc5j\\\\xec\\\\xc0\\\\xf62A\\\\x89\\\\x8f\\\\xc4cQ:\\\\xf52/P\\\\x9b\\\\xaa%\\\\x99\\\\xd0\\\\xdeV\\\\x9a\\\\xec\\\\\\\\\\\\xab}\\\\xf1\\\\xee\\\\xb1\\\\x85@\\\\xbbJ,I\\\\xdd1\\\\x03\\\\xfc:\\\\x10\\\\xe0b\\\\x8cL9a\\\\xc7\\\\xe1B\\\\xb7\\\\x8b\\\\xe41\\\\xb1\\\\xaalj=\\\\xea\\\\xf3\\\\xce\\\\xc0\\\\xb4\\\\x7f1\\\\x8a\\\\x90X\\\\x0f9\\\\x81\\\\xdc\\\\xfe.\\\\xa4\\\\x1936*}\\\\xb0[\\\\x9a\\\\x83\\\\xf1\\\\\\\\;m\\\\xe4\\\\xf31\\\\xaf\\\\xc5\\\\xe3\\\\xac\\\\xdf\\\\x83\\\\x94\\\\xe59k\\\\xec\\\\xc6\\\\xadMu\\\\x12\\\\x82\\\\xa6R\\\\xa7\\\\xdc\\\\xff\\\\x00B\\\\xce\\\\xad\\\\xe6:\\\\xeb0\\\\x04\\\\x91 \\\\x05\\\\r$~\\\\x9dy+fd\\\\x10\\\\\\\\\\\\xe28*\\\\xdf\\\\xfd>{\\\\xaa\\\\xfc\\\\xdd6\\\\xe3\\\\xff\\\\x00\\\\xcd\\\\xa4\\\\x10-XPH\\\\xee \\\\xeb\\\\x1eq\\\\xfd\\\\xfdx\\\\xfb\\\\xc0\\\\xd9\\\\xdcK\\\\xd2H\\\\x93d\\\\xb5\\\\xac\\\\x87\\\\x0c\\\\xad\\\\xbcJH\\\\xb4\\\\xb3Z\\\\xc2\\\\x94\\\\x03zLm\\\\x1a\\\\x06\\\\xda\\\\xa5\\\\xa0\\\\x01\"#\\\\xbf\\\\xdb\\\\xd6\\\\x9d\\\\x88\\\\x9cj\\\\xc9\\\\xf2)\\\\xd7\\\\x8d\\\\xcd\\\\xa7\\\\x19/\\\\xa6\\\\xda\\\\xaau*H,T\\\\x90\\\\xbb\\\\x04\\\\xb0>$\\\\x03\\\\xf7\\\\xf5\\\\xa9l\\\\x80\\\\xdd\\\\x12$\\\\x1d/\\\\xf2\\\\x9cW\\\\x1bz:\\\\xbe8\\\\x18u3\\\\x1a\\\\x0c\\\\xedI0J\\\\x06=\\\\xe3\\\\xb1\\\\x1e}t\\\\xeeDKN\\\\n\\\\xad\\\\xcb1\\\\x8dN\\\\n\\\\xb1\\\\xe7\\\\xfeC\\\\xc7`^1y\\\\x0cj\\\\xf2^\\\\xaa[\\\\xf2\\\\xa6\\\\x927H\\\\x10\\\\x08e\\\\x10#H\\\\x81\\\\xdb\\\\xa1\\\\xf7\\\\x83\\\\xaa\\\\xa6\\\\xecc*\\\\x8f\\\\xe1V\\\\xbf\\\\xfa\\\\xcf\\\\xda\\\\xb0\\\\'\\\\xe5\\\\x05\\\\xf8\\\\x89XQE\\\\x8b\\\\xe8\\\\x1e!\\\\x82\\\\xa9\\\\x1bbu\\\\xd7\\\\xf6\\\\xcfQ\\\\x03\\\\'.\\\\xaa\\\\xcfu\\\\xcb%\\\\xab\\\\xe4\\\\x9c\\\\xc1\\\\xe7\\\\xe8\\\\xc1\\\\\\\\Cb\\\\xdd\\\\x8dCVE\\\\x96\\\\xa9\\\\xf7\\\\x940*\\\\xe6H \\\\xed:\\\\xc6\\\\xbf\\\\xb3\\\\xa7\\\\xdci\\\\x0e\\\\xe5\\\\xd7o\\\\xeb\\\\x0cR\\\\xaf\\\\xf4{\\\\x11s,\\\\xce\\\\xae\\\\xdb2\\\\x10\\\\x8f\\\\xc90\\\\x93QpUH\\\\xb0\\\\xa9\\\\x07Y\\\\x05{}z\\\\x88\\\\xc03\\\\x9cR\\\\xed\\\\x90\\\\xc7\\\\x9a\\\\x87o\\\\x07a\\\\xa9\\\\xed\\\\xae\\\\x97\\\\xc8\\\\xda7]#ON\\\\xa4)\\\\x11\\\\xe9\\\\x1a\\\\xeb\\\\xd1\\\\x88\\\\x00(\\\\x97\\\\x1b\\\\xb28(o\\\\xc4dR\\\\xca\\\\xaf\\\\x8d\\\\xf9r\\\\xfe\\\\x9aE\\\\x88e\\\\x8b1\\\\n\\\\x10}\\\\xa2:\\\\xe9\\\\xc0\\\\xe2\\\\xc9\\\\x9a\\\\xc9\\\\xc5\\\\xd3\\\\x8d\\\\xdc+\\\\xf1\\\\xfcSa\\\\xd9j\\\\xbd\\\\xce\\\\x8a\\\\xde\\\\x9d\\\\x143z\\\\xb4,\\\\x0e\\\\xba\\\\x19 N\\\\x9a\\\\xc7B\"H\\\\xa2;\\\\x92\\\\xd2+\\\\x9aC\\\\xae\\\\x81U\\\\xff\\\\x00\\\\xce?\\\\xc9s\\\\rh\\\\xdc\\\\x17_\\\\xe2RL\\\\xf5\\\\xda*\\\\xc7\\\\x04\\\\xb9OTi\\\\x8a/H\\\\xb2\\\\xa8\\\\xbd7*\\\\xa9\\\\x07\\\\x1a\\\\xea\\\\xf6\\\\x96\\\\x06\\\\x0f\\\\xa4\\\\x91\\\\xae\\\\xa0\\\\t\\\\x1f\\\\x7fG\\\\x1b\\\\x8cj\\\\x90F~(\\\\xc6\\\\x7f)}\\\\x18E\\\\x98#6B!\\\\xac\\\\xed \\\\x9d \\\\x96o\\\\x16=\\\\xf4\\\\x1fy\\\\xe9\\\\x13\\\\x91*\\\\xd0},s\\\\n&\\\\x1d\\\\x99\\\\\\\\\\\\x8b\\\\x11\\\\x97\\\\xbf1+\\\\xa8\\\\x92\\\\\\\\\\\\xfaj\\\\t\\\\x11\\\\xea\\\\xf1\\\\xf0\\\\xff\\\\x00\\\\x1f>\\\\xbb\\\\x1a$1w\\\\xfa\\\\xad\\\\xa7\\\\x84\\\\xcar\\\\xcbrUm\\\\xad\\\\x0bU\\\\x865\\\\xd4\\\\x86\\\\x85\\\\x9d\\\\xba\\\\t\\\\x925\\\\xd3\\\\xa6A\\\\xc4Y2Pgc\\\\xc7\\\\xe1G\\\\xa7\\\\x85\\\\xe4\\\\xbf<\\\\xb6\\\\xd5[\\\\xfb\\\\x15\\\\x80\\\\xd6<\\\\x85&{\\\\x010I=\\\\xe0\\\\xf8t\\\\x13\\\\x89\\\\x94\\\\x98\\\\x05\\\\xd0\\\\x1e\\\\x968\\\\xf4F\\\\xf9\\\\xde^\\\\xca^\\\\xbf\\\\xccP\\\\x1c\\\\xbb\\\\x13s\\\\xb1\\\\xecD\\\\x12\\\\x06\\\\x84\\\\xa9\\\\xf1\\\\xed\\\\xd7B\\\\xe1\\\\xcc\\\\'\\\\xc8\\\\xf4\\\\x7f\\\\xaa\\\\x8dM\\\\xd8\\\\xdc\\\\xe8Z=\\\\xb1Ve\\\\x05\\\\xbd\\\\x96\\\\xdb)b\\\\x11\\\\xdb\\\\xc3Q\\\\xe0 \\\\xfe\\\\xee\\\\x88\\\\x18\\\\xc8\\\\x13\\\\x9a^\\\\xa6\\\\x0cq\\\\xcb\\\\x97\\\\x82#\\\\xc4\\\\xf16\\\\xf1\\\\xabvC\\\\xd4\\\\x89k6\\\\xe0\\\\xcc\\\\x92^F\\\\x87y\\\\x8d%u\\\\x1d\\\\xc9\\\\xfbz\\\\xa1(\\\\xc8\\\\xc9\\\\xb1naX\\\\x80\\\\x98\\\\x0f\\\\x97\\\\xd4 \\\\x7f!\\\\xe4\\\\xf5\\\\x18\\\\xe6\\\\x9b6Rb\\\\xf7b\\\\x1d\\\\x86\\\\xe8\\\\x81\\\\x1d\\\\xbc\\\\x00\\\\x9dc\\\\xa02:\\\\xdb\\\\xc5H\\\\xf5E\\\\xd9\\\\x00\\\\xfe\\\\x9f\\\\x8d\\\\x99C\\\\xe4\\\\xe3=\\\\xde\\\\xe6*\\\\xcb#z\\\\x97a\\\\x9d#\\\\xb8\\\\xfb\\\\xfb\\\\xf5~\\\\xdd\\\\xa1 Ni:\\\\xc8\\\\xa2\\\\xc98\\\\xfb_!\\\\x17\\\\xdd\\\\x0b\\\\x8c\\\\xa5M6\\\\xdc\\\\x9b$\\\\xb0\\\\x003\\\\x90{\\\\t\\\\xff\\\\x00-z#i\\\\xcb`\\\\x9d\\\\x19\\\\x11@\\\\xad\\\\xcc\\\\xccJ\\\\xb0NF0\\\\xca\\\\xc1\\\\xca\\\\xf6\\\\x95W\\\\xdf\\\\xe2\\\\xd8\\\\xae;\\\\xc2A\\\\n|\\\\xc7\\\\x8b\\\\x0f.\\\\x91z\\\\x06\\\\xdc\\\\x88\\\\x91r3\\\\x19\\\\xb2\\\\xb3t\\\\x82X0\\\\x0c\\\\x91\\\\xaa\\\\xe40p\\\\xb3\\\\xf2\\\\x0f\\\\xb0}l\\\\xa6\\\\xbc\\\\x83\\\\xddX\\\\x9e\\\\xe3l\\\\x93\\\\x1f\\\\xb7\\\\xaa\\\\x97nFl\\\\x0b\\\\xd7\\\\x05U\\\\xcc\\\\\\\\\\\\xf2\\\\xe1\\\\xd5\\\\xf5\\\\xfaq\\\\xf2K,\\\\xe41\\\\xe9\\\\x14\\\\n-\\\\xa5\\\\x86\\\\xc7Q\\\\xb40/%\\\\xa5@\\\\x86>=\\\\xcc\\\\xeb\\\\xd5;s\\\\x94\\\\xae\\\\x97\\\\x0cy\\\\x7f?er\\\\xcd\\\\xd6\\\\x14F\\\\xbfX\\\\x15\\\\xee\\\\xe5\\\\xde\\\\xfb.\\\\xf7221\\\\xeb%\\\\xec\\\\xf4\\\\x80\\\\xd0\\\\xba\\\\x05\\\\xf4\\\\x92\\\\xdaF\\\\x83\\\\xf6uku\\\\x1dQ%\\\\x9c\\\\xd12\\\\xed\\\\xc8\\\\x8as\\\\\\\\\\\\x89\\\\xcb[x\\\\xb8\\\\xfb\\\\xab\\\\xec\\\\x12\\\\x1a\\\\x15$\\\\x08\\\\xd0z\\\\x94\\\\x9f\\\\x1f\\\\xaf\\\\xd9\\\\xd5S\\\\xe8\\\\xa335:\\\\xf3Y\\\\x955\\\\xc5e\\\\xc4\\\\xf2\\\\xc3\\\\x17\"\\\\xb5\\\\xb17$\\\\xed\\\\xb0\\\\x95\\\\x04\\\\x02t\\\\x90d\\\\x01\\\\xa7\\\\xd4tF\\\\xe9\\\\x91\\\\x14\\\\x1d\\\\xb9\\\\xff\\\\x00\\\\na\\\\x06r\\\\xfd\\\\xca\\\\xd6g\\\\xc1\\\\xcf\\\\xc1U\\\\xa9\\\\x83\\\\x0b\\\\x89P\\\\xbb\\\\xbf\\\\xd2\\\\xdf\\\\x81Xx\\\\xc1\\\\xed\\\\xd8u~\\\\x17\\\\x04\\\\xe1@\\\\xeb\\\\xa4#(\\\\x91\\\\x83\\\\xa1<\\\\x7f\\\\x05\\\\x99E\\\\x8e\\\\xd6\\\\xda\"\\\\x97\\\\x95\\\\xa9\\\\x1a\\\\x01c\\\\xdc\\\\x00\\\\x04\\\\x98\\\\x1dU\\\\xff\\\\x00\\\\x1e\\\\xe4\\\\xa4\\\\xf4a\\\\xe3\\\\xcd\\\\xa8\\\\xba\\\\xdd\\\\x9c\\\\xd1\\\\x8c\\\\xbf\\\\x92`a\\\\xb2c\\\\xd9\\\\x89k\\\\x1a\\\\xdel\\\\xc8V*\\\\xcaDz@\\\\xd3\\\\xc0O\\\\x88\\\\x1eG\\\\xa3\\\\x9e\\\\xf2bX\\\\x1ar\\\\xcb\\\\xc56\\\\xe4\\\\xe9\\\\xcf\\\\xb5L\\\\xe1\\\\xcf\\\\x1b\\\\xca>N>6B\\\\xee\\\\xcb\\\\xa4\\\\xbeB~\\\\x1b\\\\x18\\\\x0fQ\\\\x1e\\\\xa0`\\\\xee\\\\x80H\\\\xfd\\\\x9d2\\\\xd1\\\\x8c^ 6\\\\xaa\\\\x9e\\\\xfc\\\\xd0[\\\\x94.tS\\\\xb1-\\\\xe3\\\\xf0\\\\x96\\\\xeck\\\\xefz)\\\\xb0n\\\\x0c\\\\xab$X\\\\x8ct\\\\x982c\\\\xb7\\\\xfd\\\\xbd\\\\x1e\\\\xabV\\\\x1d\\\\xcb\\\\xf5\\\\xc58J#\\\\xc1\\\\x08\\\\xcf\\\\xa7\\\\x0b=\\\\x9b&\\\\x8b\\\\xe8\\\\xb6,\\\\xd1\\\\xf7%dm\\\\x05L}\\\\xdd\\\\xc8\\\\x1at\\\\x16\\\\xdaGTH*\\\\xa5\\\\xc8\\\\xc2@\\\\xe5\\\\xc6\\\\\\\\}\\\\x10\\\\xd6\\\\xf8\\\\xf2e\\\\xfbdJ\\\\xcd\\\\x9br\\\\xd4\\\\xe3\\\\x0f\\\\xaa\\\\x95\\\\xf2\\\\x9fk\\\\xf9\\\\x1cp\\\\xc4Z\\\\xce#\\\\xff\\\\x00\\\\xcd\\\\x88\\\\x0f\\\\xe0\\\\x0e\\\\xa7\\\\xc2F\\\\x9av\\\\xf2\\\\xeb/\\\\xe5w3\\\\xb4}\\\\xba\\\\x8e\\\\xae\\\\xb5F\\\\xc9\\\\xdaYrP\\\\xf8\\\\xfeK\\\\x8f\\\\xe3(5\\\\xd9`L\\\\x9c\\\\x8d\\\\xaa\\\\x98\\\\xe8[\\\\xda\\\\x85\\\\xd0\\\\x12\\\\xc0\\\\x88h\\\\x02|\\\\xc7Q\\\\xb1\\\\xf9\\\\x08\\\\xce,K\\\\x1e8\\\\xc5\\\\x05\\\\xed6\\\\x7f^:&>/\\\\xe7I\\\\x83\\\\x93\\\\x88\\\\xd7\\\\xd4\\\\x8b\\\\xb3j\\\\xe4QZnS`\\\\xf4\\\\xfb\\\\x8d\\\\x00L\\\\x0e\\\\xc2:\\\\xd4\\\\x8d\\\\xd9E\\\\x95\\\\x0f\\\\xf2\\\\xa7\\\\xaa\\\\xbc\\\\xf8\\\\xe0\\\\xa7\\\\xba\\\\xf9\\\\x1cnk\\\\x8f\\\\\\\\\\\\xda\\\\x99\\\\x9fb\\\\x94J\\\\xcb\\\\x89\\\\xd4\\\\xc3\\\\r\\\\xba\\\\x1fT\\\\x18\\\\x8e\\\\xfdZ\\\\x17\\\\x04\\\\xc1aUf\\\\x13\\\\x17\\\\x05qU\\\\xd7/\\\\x8dze{\\\\xd4\\\\x0b+\\\\xa8\\\\x7f*\\\\xfa\\\\xdd\\\\xb5\\\\x00\\\\x93,\\\\xa0\\\\xc4D\\\\xcc\\\\x93\\\\xd4\\\\x08\\\\x80VM\\\\xf8\\\\x90M0\\\\xfa!\\\\xe9\\\\x8f\\\\xeeq\\\\xed\\\\xb5kk\\\\xdc>\\\\xc5%\\\\x88f_P\\\\x03p\\\\x04\\\\xc8\\\\x02L\\\\xc7\\\\xd7\\\\xc3\\\\xac\\\\x9d\\\\xe6\\\\xf22\\\\x9c\\\\xac\\\\xe9r\\\\xd8uZ[;r\\\\xf6\\\\x8c\\\\x81o\\\\xc2\\\\xa9\\\\xee!\\\\xf2.$\\\\xc5\\\\x81\\\\x82l\\\\x92\"f$\\\\xe9\\\\xf6H\\\\xf1\\\\xeb\\\\x0e!\\\\xa2\\\\x12\\\\xa6\\\\x04\\\\x8b\\\\x93\\\\xf7N?\\\\x17\\\\xc1\\\\xaf; \\\\xd4\\\\\\\\X\\\\xd16\\\\x04\\\\xd4\\\\x06\\\\x11\\\\xa7\\\\xfc|\\\\xfa\\\\xa1\\\\xbb\\\\x94\\\\x83\\\\x001,;\\\\xd6\\\\x86\\\\xca \\\\x9a\\\\x97\\\\xa5U\\\\xbd\\\\xc9\\\\x0f\\\\xca\\\\xf1w\\\\xdbl\\\\x8d\\\\xe0Q\\\\x8e\\\\xdajX\\\\xea\\\\x1bp\\\\xec4\\\\x1dl^\\\\x1a!\\\\x1b \\\\xd4\\\\x8a>\\\\x1d\\\\xea\\\\xcd\\\\xd2\\\\xd0|\\\\xba*\\\\xf7\\\\xf2\\\\x14\\\\xff\\\\x00\\\\xf9\\\\xd5?\\\\xf9\\\\xab\\\\xfe]Q\\\\xf6.s\\\\x8a\\\\xcb\\\\xff\\\\x00&\\\\xd75\\\\xff\\\\xd6\\\\xf85\\\\x83X\\\\xbf 2\\\\x0b,\\\\xadT\\\\xb6E~\\\\x0c\\\\xbd\\\\x82\\\\x8dGs=\\\\x18H\\\\xbf=\\\\x10\\\\xc5\\\\x8a5\\\\xc8`\\\\x1fz\\\\x9d\\\\x96\\\\x1aq\\\\xd1@\\\\xb1\\\\x16\\\\x04W\\\\xa3@\\\\x1d\\\\x8c\\\\xce\\\\x80\\\\xf9\\\\xf4\\\\x16\\\\xe5\\\\xa8*;m\\\\xcb\\\\xc4\\\\xbdJ\\\\xda\\\\xb4\\\\x16\\\\xda\\\\x0b\\\\xf6\"\\\\x00\\\\x85\\\\x1aH\\\\x80<\\\\x8fmz#6K\\\\x95\\\\xee\\\\x9ftS\\\\x16\\\\xa6\\\\xc7\\\\xdaiyS\\\\xa9C\\\\x105\\\\xd0v\\\\xd0xGU\\\\xae\\\\xc8J\\\\x85T\\\\xbb=\\\\x7f\\\\xb2n\\\\xce\\\\xe53\\\\xfeM\\\\x92\\\\xd9\\\\x9c\\\\xd7#\\\\x95\\\\xcb\\\\xe7\\\\xb8@\\\\xf9\\\\xf9\\\\x96\\\\xbd\\\\xf72\\\\x80\\\\x02\\\\x83e\\\\x8c\\\\xec`\\\\r$\\\\xf6\\\\xed\\\\xd5)\\\\x13\\\\x02\\\\xea\\\\x84\\\\xe5(\\\\x17t\\\\xaf\\\\x99\\\\x84+;P\\\\x87I\\\\xf3\\\\x1e\\\\x90L\\\\x03\\\\x03\\\\xabVo>*\\\\xdd\\\\x9b\\\\xcf\\\\x8a\\\\x1cTV)\\\\x84W5\\\\xb6\\\\xe4\\\\xf0>Z~\\\\xde\\\\xac\\\\x82\\\\xee\\\\xac\\\\x83\\\\xa8\\\\x9e\\\\xa8z\\\\x93\\\\x8d\\\\x91\\\\x89\\\\xca`]\\\\x91\\\\xc7e\\\\xe3:]\\\\x89\\\\x9b\\\\x8c\\\\xcdM\\\\xb5X\\\\x96\\\\x06GB\\\\xa6U\\\\x91\\\\xc1*D\\\\x10G\\\\x9ct\\\\xc0\\\\x16\\\\x85\\\\xab\\\\xb2\\\\x07I\\\\xa9\\\\xfe\\\\x14\\\\xcc\\\\xbc\\\\xac\\\\xbeA\\\\xb29\\\\x9eB\\\\xeb\\\\xf3yL\\\\xc6k2\\\\xb2r\\\\xdc\\\\xda\\\\xcdc\\\\x99gfbgwy\\\\'\\\\xeaz\\\\x87r\\\\xc9&D\\\\xdc\\\\xd0\\\\xf4\\\\xfa\\\\xff\\\\x00)e\\\\xf2,cm\\\\xf6\\\\xb6\\\\xc7*=\\\\xb0\\\\t 4\\\\xc0;cA\\\\x1aA\\\\xd7\\\\xed\\\\xe8\\\\x9dh\\\\x08\\\\x00\\\\x18)\\\\x98%j\\\\xa2\\\\xfc\\\\x88\\\\x1b\\\\x98\\\\x0f[<\\\\xaaV\\\\x02\\\\xc0\\\\x805\\\\x82\\\\xc0Opt\\\\xea\\\\x19\\\\xd2/\\\\xc7T\\\\x84x\\\\xf1Qk\\\\xcf\\\\xc8W\\\\xf7kopW$\\\\xc1\\\\xd4)\"N\\\\xbeq\\\\xf4:yOPj\\\\x9b+\\\\x10\\\\x90b\\\\x139\\\\xb2\\\\xbc\\\\xaa\\\\x98\\\\xa5\\\\x8a#`\\\\xddQ\\\\x99\\\\x83\\\\xa6\\\\xb1\\\\xe3\\\\xe4z\\\\x01\\\\x1d\\\\'\\\\x9a\\\\xc9\\\\xd1+R\\\\xa8\\\\xe7\\\\x8a\\\\xd7M\\\\xb4\\\\xb3\\\\xa1\\\\xad\\\\x840-\\\\xbb\\\\xed>`}\\\\x0f~\\\\x8a@\\\\xb2\\\\x9b\\\\x90\\\\x90\\\\x05\\\\xd4\\\\xc1\\\\x90$#\\\\xb6\\\\xea\\\\xf7k\\\\xbbEf:\\\\x88?\\\\xe5\\\\xd2}\\\\xb3\\\\x88\\\\xc5#\\\\xdb\\\\xccb\\\\xb4_\\\\x8b\\\\x85i#&\\\\x94v\\\\x9e\\\\xc1H*\\\\xb25\\\\x9d\\\\x0fn\\\\xa4JG\\\\x04\\\\xdbw\\\\xaeDzM\\\\x10\\\\xeb\\\\xfe=\\\\x84\\\\xe5\\\\xbf-{\\\\xd6\\\\xdd\\\\xe0\\\\xc3(\\\\xf2]`\\\\xcf\\\\xdf\\\\xd4\\\\x8b\\\\x9c\\\\xc3+0\\\\xf9\\\\t\\\\x0f\\\\xda(5\\\\xfc\\\\x0f!T\\\\x9a\\\\xd1rT\\\\t&\\\\xb2\\\\t\\\\xef\\\\x10\\\\x14\\\\xc1\\\\'\\\\xe8\\\\x07D$\\\\n\\\\xb7oyny\\\\xb7j\\\\x17e\\\\x17S\\\\x1e\\\\xf5OT\\\\x92\\\\x06\\\\xe5\"H\\\\x89\\\\x89\\\\xf2\\\\x9e\\\\xa5Y\\\\x12\\\\x07\\\\x05\\\\xab\\\\xaeR\\\\xbfu\\\\xcb\\\\x97\\\\xee\\\\xb9r\\\\xfd\\\\xd7.F\\\\xf8\\\\x8eO#\\\\x077\\\\x1b&\\\\x9b\\\\xde\\\\x8bq\\\\xd8Y]\\\\xc8v\\\\xb2\\\\xba\\\\x99\\\\xdc\\\\x1bS#\\\\xbfQ8F\\\\xecL&\\\\x1e$1\\\\t\\\\x1b\\\\x8b\"\\\\xec\\\\x0cJ\\\\xfb3\\\\xfe\\\\xde\\\\xbfY?\\\\xfd(|>\\\\x9c+Ev\\\\xfc\\\\x9f\\\\x80@\\\\x9c\\\\xa5(b\\\\xcc\\\\x94S\\\\x0bz\\\\xb1\\\\xed\\\\xba`\\\\xf9\\\\x1e\\\\xbc\\\\x86\\\\xe3o=\\\\xb4\\\\xfd\\\\xbcH\\\\xc0\\\\xff\\\\x00\\\\xba9W\\\\xc8\\\\xf5^\\\\x1by\\\\xb5\\\\x9d\\\\xb9\\\\x98\\\\x9e\\\\xe5ugX\\\\xf6\\\\xe3\\\\xae;\\\\xd16\\\\x81+S\\\\xc9\\\\xdc`\\\\x17\\\\xdd\\\\xa7\\\\xff\\\\x00\\\\x84`tB\\\\xf8\\\\x95\\\\x02\\\\xcd\\\\xbboHu]\\\\xa6\\\\x0e.7\\\\xe6\\\\xf2\\\\xb2j\\\\xb7Bk\\\\xc3\\\\xc7\\\\x89\\\\x04\\\\x92\\\\x02\\\\xb3\\\\x88!w\\\\x05\\\\x8dN\\\\x9erz\\\\xe8\\\\x82#LU\\\\x02\\\\x05V8\\\\x94b1\\\\xa3\\\\x06\\\\xeb\\\\x1a\\\\xa3\\\\x90\\\\xde\\\\xba\\\\xd8\\\\x15\\\\n\\\\xc1\\\\x98\\\\xc2\\\\xc9\\\\xd0F\\\\xbb\\\\xa7\\\\xd5\\\\xdb\\\\xa6\\\\xc0i\\\\xcd\\\\xd1\\\\xc2l@\\\\xc1O\\\\xbe\\\\xabs/\\\\xba\\\\xbb\\\\xb1\\\\xeakT\\\\x8d\\\\x8a\\\\xe2j*\\\\xa0\\\\x83\\\\xb8\\\\x1d#\\\\xb4i\\\\xff\\\\x00\\\\x16J\\\\xaa\\\\xd5\\\\xe8\\\\t\\\\x07\\\\x01/\\\\xdd\\\\x83\\\\x81\\\\x83]\\\\xb6\\\\xe4c\\\\xae.El_\\\\x1d*\\\\x0c\\\\x0b?\\\\xf0\\\\x90@\\\\x89\\\\x11\\\\xa1\\\\x03S\\\\xf4\\\\xe9\\\\xb1\\\\xa0Uc\\\\x10\\\\x05qU\\\\xfevu\\\\xb9\\\\x84Se\\\\x01\\\\x04\\\\x13\\\\x0c\\\\xda\\\\xccH\\\\x93\\\\xa4\\\\xc7\\\\xd3\\\\xa0\\\\xd4JY\\\\x9c\\\\x98\\\\xa0\\\\x17ba\\\\xfb\\\\x15Yv3-U\\\\xbc\\\\xd8v\\\\xfaC0\\\\xfc1\\\\x1e:\\\\x89?\\\\xb3N\\\\xb8F\\\\xa9m\\\\x10*(\\\\xa0\\\\xdb\\\\xc4\\\\xbb\\\\xdbb\\\\xd0\\\\xb6\\\\xe4c\\\\xd8\\\\xbb\\\\x95\\\\xd7Ek\\\\xf4$\\\\x92&v\\\\x8fWs\\\\xe5\\\\xd1\\\\x10Ap\\\\x98c\\\\xaa\\\\xae\\\\xa4\\\\x8e9sh\\\\xae\\\\x9c\\\\xba\\\\xcd\\\\x97X;\\\\xed\\\\x81\\\\x04\\\\xf8\\\\x90\\\\x04\\\\x05\\\\x00\\\\x01\\\\xd1jp\\\\xcaD5P\\\\xe2\\\\xb6\\\\xe5q\\\\t\\\\x8d\\\\x8dg\\\\xb1U6\\\\x1b6{\\\\xdbP\\\\xef\\\\xaco\\\\x11\\\\x06eX\\\\x93$\\\\xfe\\\\xde\\\\xfds\\\\x90;S\\\\xad\\\\xda\\\\xd2\\\\x19#\\\\xf2\\\\x8fo\\\\x15h\\\\x05F\\\\xd6!\\\\xab\\\\x01A$\\\\x16\\\\x02Gx&4\\\\xed\\\\x1d*o\\\\x1a\\\\xe2\\\\x939\\\\xb1\\\\x01\\\\xd9+g\\\\xe3\\\\xe00W\\\\xa8mf\\\\xf4\\\\xdd]a\\\\x99\\\\x83\\\\x1f\\\\xf5x\\\\x91\"5\\\\x1dv\\\\x91&|\\\\x12g0?U\\\\n\\\\x8fk\\\\x1b#fv\\\\xd0\\\\x82IRd\\\\xbb\\\\x19\\\\x02N\\\\xd3\\\\xa0>\\\\x13\\\\xfb|`\\\\xa1\\\\x04\\\\x1cC\\\\xf1\\\\xf4L4\\\\n1(\\\\x17c\\\\xe6\\\\xb0\\\\xbc{d\\\\x153\\\\xa4+\\\\x03\\\\xa81\\\\x05\\\\x86\\\\x80A\\\\x02{tx)\\\\x8c\\\\x8cF?\\\\xd7\\\\x1d\\\\x11\\\\x8e?\\\\xe57T\\\\xd4\\\\xe2r\\\\xb8\\\\xbf\\\\x98B\\\\x8aq\\\\xf3\\\\x19\\\\xb4\\\\x05Op\"\\\\x06\\\\x9fN\\\\x808\\\\xcd>\\\\xdd\\\\xd3\\\\xa6\\\\xa9\\\\x97\\\\r\\\\xea\\\\xe5\\\\x16\\\\xba\\\\x05M\\\\x9b\\\\xbd\\\\x1a\\\\xc4\\\\xb2\\\\xcf\\\\xf9\\\\xab\\\\xbfG\\\\xdc\\\\x01\\\\x00\\\\x80{\\\\x1251\\\\xd3u\\\\x82\\\\x1b4\\\\xe6\\\\x17#LV\\\\xbf\\\\xfd+\\\\x8fc\\\\x8bh\\\\xb5\\\\xbd\\\\xab\\\\\\\\M\\\\xa4@\\\\xda\\\\xd3\\\\x04j\\\\x07\\\\x9c\\\\xf8\\\\xf4`\\\\xa0\\\\x1bz\\\\xb6)+\\\\x95\\\\xf8\\\\xb6]-cSY\\\\x0c\\\\xcd\\\\xb1\\\\x0c\\\\x16\\\\x05F\\\\x86\\\\x7f\\\\x11\\\\xd4\\\\x01\\\\x13\\\\x1eC\\\\xa1,qJ6\\\\x8d\\\\xb7j!u\\\\xd7\\\\xc9\\\\xe2-\\\\x15\\\\xd4MVc\\\\x96)\\\\x91\\\\xb8\\\\x82\\\\\\\\\\\\x18R\\\\xa0\\\\x0e\\\\xca\\\\x0e\\\\x93\\\\xd1[\\\\xb8E\"X\\\\xa9\\\\x89f\\\\xfeS\\\\xd75o\\\\x1b\\\\xf3\\\\xb3\\\\x8bo\\\\xca)\\\\xc7\\\\xe0\\\\xb9\\\\xea\\\\xb0\\\\x9e\\\\xa5\\\\xe51\\\\xe8Z\\\\xf1\\\\xb2\\\\xac\\\\xa1A\\\\xaf\\\\xdcJ\\\\x03\\\\x15w\\\\xda=@w\\\\xef\\\\xd5\\\\x9b\\\\xf2\\\\x8e\\\\xe4z\\\\xc3K\\\\xcb\\\\xcb5\\\\xa5f\\\\xecd\\\\x1aE\\\\x98(_\\\\xa7\\\\xf6\\\\xe5cg\\\\xe4e7\\\\xbdR\\\\xa2{N\\\\xd0]T\\\\xa8\\\\xdc\\\\xa5\\\\xa4N\\\\xa4D\\\\x8d:\\\\xf1\\\\x7f$&\\\\'\\\\xac\\\\xc4\\\\xf2||\\\\xf8\\\\xf3Wv\\\\xd2\\\\x07\\\\xd2<\\\\x15\\\\xbd^EV\\\\x93r\\\\x16G\\\\x0c\\\\x19\\\\x8c\\\\xb1\\\\x94\\\\x98?\\\\xc2\\\\x0f\\\\x8c\\\\xf4\\\\xdd\\\\xbd\\\\xd9J \\\\xcb\\\\x1cU\\\\xb90F\\\\x16\\\\xe6\\\\xabmpm\\\\xb6\\\\xb07\\\\x08\\\\x0b\\\\xbfsF\\\\x9e\\\\x9f\\\\x03\\\\xafZ&\\\\xf6\\\\x90\\\\x00\\\\xc7\\\\x97jXbT\\\\x8f\\\\x91\\\\xd9\\\\x85\\\\x8f\\\\xc2\\\\xe2%Y.\\\\xb9\\\\xf5\\\\x977Te\\\\x88e\\\\x04\\\\x03\\\\xbb\\\\xbcy\\\\xc6\\\\xa7\\\\xa6\\\\x1b\"\\\\xe5d\\\\xee\\\\x16~\\\\xe6\\\\xf0\\\\x01\\\\x86+\\\\x9b\\\\xb30\\\\xad\\\\xc8teg\\\\xbdjU\\\\xb4\\\\xd9X,\\\\x039\\\\x92\\\\x06\\\\x86I\\\\x90\\\\x0c\\\\xf8\\\\xce\\\\x9d_\\\\xb7lg\\\\x82\\\\xc6\\\\x98\\\\x9b\\\\xbcj\\\\x94m\\\\xc0\\\\xc8l\\\\xba\\\\xb2\\\\xb1\\\\xe8@\\\\xb6\\\\xfa\\\\xbd\\\\x84\\\\x12\\\\xbf\\\\x89\\\\x80\\\\n\\\\xbe=\\\\xb5\\\\x07_.\\\\xa2\\\\xb1\\\\x95*\\\\x80\\\\xc8\\\\xccTT\\\\xa9\\\\xbf\\\\xd3og\\\\xbf(z3\\\\x1d\\\\xda\\\\xd5J\\\\xd3`I\\\\x90UF\\\\x80\\\\x0e\\\\xfa}\\\\x9dq\\\\x1e\\\\xa7\\\\xe6\\\\x83\\\\\\\\\\\\xa4\\\\x7f\\\\x84c!\\\\xf3\\\\xf2x\\\\x9a\\\\x01\\\\xa0\\\\xb3\\\\xe3\\\\x85U\\\\xb9D\\\\x06\\\\'\\\\xb9v\\\\x90\\\\xf0Gc\\\\xe7\\\\xd1E3Y`H\\\\xa0\\\\xf3\\\\xedB\\\\xb1s\\\\xf38\\\\xaa\\\\\\\\\\\\xa2\\\\x1c\\\\x87\\\\xa4\\\\xa0+r\\\\xac)\\\\x12\\\\xdd\\\\x8e\\\\xe1\\\\x00\\\\x81>\\\\x1au\\\\xda\\\\x8b2\\\\x08\\\\\\\\\\\\xd3PY\\\\xcar\\\\xb3!\\\\xf9\\\\\\\\Zs\\\\xf9\\\\x14\\\\x8e\\\\xc8=\\\\xf1-\\\\xed\\\\xa6\\\\x80$\\\\x92#]<\\\\x87M\\\\x94\\\\xf5b\\\\xae[\\\\xb9\\\\x19E\\\\xcd>\\\\xff\\\\x00\\\\xda@\\\\xe4y\\\\x0bm\\\\xb2\\\\xe4\\\\xa1\\\\xfd\\\\xdcT\\\\xb1\\\\x94\\\\x95]\\\\xa0\\\\x96;Cl\\\\xd6\\\\x01\\\\x11\\\\xa1\\\\xe9\\\\x11\\\\x965\\\\xa2\\\\xaf9\\\\xe40\\\\xf2A\\\\xdd\\\\x12\\\\xdfn\\\\x9c\\\\xa4%\\\\x98mC\\\\xa9\\\\x11\\\\'\\\\xca\\\\t\\\\xf1\\\\xd6:a/\\\\x8a^\\\\xb2\\\\x1eQZj\\\\x91maY+D!m\\\\xad\\\\xa4\\\\x8d\\\\xbb\\\\xb5 \\\\x03=-\\\\x88\\\\xecM\\\\x00\\\\x1cj\\\\xe8\\\\xff\\\\x004\\\\xb77\\\\x1bAzh\\\\xb4\\\\xe4*\\\\xda]+Wj\\\\xa0zb\\\\xc9$H\\\\x1f\\\\x84\\\\xff\\\\x00\\\\x87P\\\\xed\\\\x92|\\\\x89\\\\x0cO\\\\x1c\\\\x0cR=y\\\\xb9\\\\xb8\\\\xd6\\\\'\\\\xb1q\\\\xa5X\\\\xe9Z\\\\xb3k\\\\xe1:\\\\xf8\\\\xf4\\\\x90\\\\x0cpL\\\\xf6\\\\xe3 \\\\xa7\\\\xe3\\\\xe6\\\\xf2x\\\\xf6\\\\xb5e\\\\xacvK&\\\\xda\\\\x9aT\\\\x92`\\\\x81\\\\xb4\\\\xc3\\\\t\\\\x1ay\\\\xf52\\\\x12\\\\x15\\\\xe4\\\\x80\\\\xc0\\\\x00\\\\xc2\\\\x94M\\\\x17\\\\xfc\\\\x9a\\\\xaf\\\\xe9\\\\xe5\\\\xad\\\\xa4\\\\x9bMaoje\\\\x80$~\\\\x11\\\\xa6\\\\xed\\\\x0f\\\\x991\\\\xa7A\\\\xa8\\\\x90\\\\xdc\\\\xd3\\\\x04N\\\\xaap;R\\\\x8aed_j\\\\xbd\\\\xb7\\\\xbd\\\\x97ZZ\\\\xc8\\\\xb9g\\\\xd2;\\\\x9du\\\\x1a\\\\x8f\\\\xa7Gb\\\\x12\\\\x03IrT]j\\\\xcb\\\\n\\\\xe4\\\\xa4\\\\xe2\\\\x1b\\\\xd78-\\\\x19IP\\\\x002\\\\xbc\\\\x04\\\\xdc\\\\x14\\\\x82B\\\\x03\\\\xe3\\\\'\\\\xb7\\\\x97\\\\xec\\\\xe8\\\\xeeZ$\\\\xd3\\\\x92[\\\\x06v\\\\xab\\\\xab\\\\xa7\\\\x08\\\\xf19\\\\xbcK\\\\xf2\\\\x19y\\\\xf6Wm\\\\x0e+\\\\xc8\\\\xac\\\\x80\\\\xcaU\\\\x84\\\\x93\\\\xa9\\\\xdc6\\\\xc6\\\\xa6 OH\\\\x8c\\\\xe1\\\\xa1\\\\xc9\\\\xcd\\\\x8a\\\\xb8)\\\\x0e\\\\xa9\\\\x0b\\\\'\\\\x17\\\\x8f\\\\xcf\\\\xb7>\\\\xfb,D\\\\xad\\\\x0e\\\\xca\\\\xb5\\\\x01\\\\x08\\\\xf5m\\\\n\\\\x0e\\\\xa4\\\\x9f\\\\xb7\\\\xc7S\\\\xd1\\\\x1ci\\\\x9a\\\\xa6\\\\xda\\\\xb3b\\\\nX\\\\xca\\\\xc6jsZ\\\\xac&{k\\\\xf6\\\\xc8\\\\xaa\\\\xa7\\\\x99 \\\\r\\\\x03Dy\\\\r?\\\\x7fA\\\\tN\\\\xdd\\\\tq\\\\xc3&\\\\x96\\\\xb9E\\\\x83f\\\\xe5\\\\xe2\\\\xe3\\\\xfb\\\\x0bh\\\\xf7\\\\xaf\\\\x05nS\\\\xbaa\\\\x8c\\\\x80\\\\xc4\\\\xe93\\\\xf7t\\\\x13\\\\xdc\\\\xce\\\\x12\\\\xa0\\\\xa1\\\\xe1\\\\x99\\\\x1ca\\\\x1cyq\\\\x8ab\\\\xf8[\\\\x0b2W\\\\x1e\\\\xd5g\\\\x19 \\\\x85\\\\xd7\\\\xdc\\\\n\\\\xbe\\\\xa60\\\\xa0\\\\xc4w\\\\x9d\\\\'\\\\xa7\\\\x93E \\\\x1dM\\\\x99\\\\xe9\\\\xc7U\\\\x9eb\\\\xd3g1\\\\x99\\\\xef(\\\\x002\\\\xec\\\\xda5m\\\\x9f]\\\\x08$\\\\x01\\\\xa4\\\\xc4u\\\\\\\\\\\\x98L\\\\x10\\\\xe5\\\\xce\\\\x1c\\\\xe8\\\\x97r2\\\\x00\\\\x91\\\\xde\\\\xae\\\\xef\\\\x82\\\\xe2\\\\x8e>\\\\xfc6\\\\xdc\\\\xcd\\\\xee2 \\\\xa9N\\\\xd2\\\\xaau*dx\\\\x93#\\\\xfcz\\\\xae@$f\\\\xea\\\\xd5\\\\x9ek\\\\x0f\\\\xd7\\\\x1c\\\\xd7O\\\\x90bcWO\\\\xe5\\\\xc2bW\\\\x08\\\\x8cAH\\\\x1e\\\\xa6\\\\x81\\\\xa9\\\\x1d\\\\xb5\\\\'\\\\xb6\\\\xbd\\\\x1d\\\\xeb&S\\\\x89\\\\xa8f\\\\xe3\\\\x87\\\\xe8\\\\x87\\\\x7ft\\\\xc0\\\\xb0\\\\xaa\\\\xa2\\\\xf9\\\\x1e;+%\\\\xd9\\\\x88l\\\\xa7\\\\x00\\\\x12\\\\xc1F\\\\xcd\\\\x17\\\\xd2\\\\xa0\\\\xe8$O\\\\xdd\\\\xf5\\\\xea\\\\xcd\\\\xdbf\\\\xb4z,\\\\xc8M\\\\xc3\\\\x82\\\\xe8P\\\\xe0mZ\\\\x91\\\\xed\\\\xa9\\\\xdd\\\\xc9+y3\\\\xb6S\\\\xf0\\\\x83\\\\xa8\\\\xed=\\\\xfa\\\\xcc\\\\x8cg\\\\xa4\\\\xb8.K+Z\\\\x884fY\\\\xd1Y\\\\xc5\\\\xb1^\\\\xc7b\\\\x8avSZ\\\\x88U\\\\xdafAb\\\\x08\\\\xef\"<:\\\\xb7\\\\x10\\\\xd1gU\\\\xe7\\\\'\\\\x8a\\\\xb10\\\\xf9\\\\x81~>@\\\\x08\\\\xe4)gkl\\\\x90\\\\xc4@\\\\xdcF\\\\x93\\\\xac\\\\x18\\\\x9f\\\\x0e\\\\x863\\\\x0e\\\\xd1\\\\xab\\\\xf5\\\\xe4\\\\xae\\\\xd9\\\\x97\\\\xa0\\\\x93\\\\x8aO\\\\x16S\\\\x91\\\\x91q\\\\xb1^\\\\xd1t\\\\xb3\\\\x861\\\\xbe\\\\x0e\\\\xa4\\\\x91\\\\xa4\\\\xe8!b\\\\'\\\\xef\\\\xe90\\\\xbf\\\\xa4\\\\x98\\\\xc8\\\\x12\\\\x06j\\\\x89$\\\\xd4\\\\x16\\\\xfb\\\\xa98\\\\x8d`v\\\\xcd\\\\xc4v{\\\\x03\\\\xaf\\\\xa8\\\\tb\\\\x19\\\\x8fi\\\\xd64\\\\xf1\\\\xd3O>\\\\x998\\\\x0b\\\\xbe\\\\xb8\\\\xb9\\\\xccpW\\\\x03(\\\\x16\\\\xcd7]\\\\xc5\\\\xd9\\\\x9d@\\\\xbc\\\\xd8\\\\xd4\\\\xdc\\\\x80\\\\x06w\\\\x0b.\\\\x1a\\\\x06\\\\x80\\\\x89\\\\xd4\\\\x18\\\\xfa\\\\xf4gj&\\\\x04\\\\x7f\\\\\\\\\\\\xf9\\\\xf8\\\\xab\\\\x13\\\\xf5\\\\x00^\\\\xa9C\\\\x94\\\\xe3s8\\\\xca\\\\xc5\\\\x89c\\\\xae\\\\xf6\\\\xd9e kZ\\\\x95$h\\\\xc3A\\\\xe2c\\\\xbfB,\\\\xce\\\\xd8\\\\xa9\\\\xc5\\\\x87\\\\x01\"P\\\\x01\\\\x9c\\\\xb9^p\\\\xb9y\\\\x98\\\\xf7\\\\x01Nc\\\\x86\\\\xac\\\\x0b\\\\reEa\\\\xc2\\\\xf8w\\\\xea\\\\xb5\\\\xcb\\\\x92\\\\x81\\\\xa1\\\\xaetn\\\\xee\\\\xf4Q\\\\x0c\\\\xe5\\\\x99t\\\\xaf\\\\x07\\\\xc8W\\\\xccqt\\\\xe4\\\\x9a\\\\xbd\\\\x9b\\\\xe9\\\\x1e\\\\xdd\\\\xb7\\\\xb2\\\\x88~\\\\xe5\\\\x8a\\\\x00>\\\\xd91\\\\xf4\\\\xebZ\\\\xc8:X\\\\xe0V\\\\x85\\\\x8b\\\\xbe\\\\xe4P\\\\xeek\\\\xe2\\\\xb8v5\\\\x96\\\\xa16oP\\\\xe4$\\\\x00\\\\x1c\\\\x10\\\\t\\\\x04@\\\\x07M\\\\xb2:\\\\xe9X\\\\x10\\\\xa04Cr\\\\xc5jj\\\\x96\\\\xec\\\\xfe\\\\x97CQvC\\\\x81mU{[\\\\xd4\\\\xfa\\\\x81\\\\x80\\\\xa1`\\\\xa9 \\\\x03\\\\xe3>?PzD\\\\xa3l\\\\x03\\\\x9f\\\\xf2\\\\x91\\\\x19\\\\xc6\\\\xd9\\\\x0fS\\\\xc6H\\\\x8e\\\\x073\\\\xc1\\\\xe2\\\\x1a\\\\xbd\\\\x96\\\\xb1FF\\\\xa6\\\\x92N\\\\xed\\\\xbf\\\\xe9\\\\x10\\\\t\\\\xf4\\\\xc1\\\\x9f/.\\\\xfd\\\\x07\\\\xbb!\\\\xfa\\\\xc7\\\\x1ei\\\\xb1\\\\xbd\\\\x00\\\\xb6\\\\xfc\\\\xbe\\\\x81\\\\xc9`Wo\\\\x1fs\\\\x1a\\\\xf6o\\\\xb0\\\\xd9\\\\n\\\\xcc\\\\x1b\\\\xbbKA;u\\\\xff\\\\x00\\\\x0f\\\\x1e\\\\xaa\\\\xef\\\\xb6\\\\x93\\\\xdd\\\\x98\\\\x97f\\\\x1e)\\\\xb2\\\\xdc\\\\x11\\\\x02U\\\\x1c\\\\xf89\\\\t\\\\x9c\\\\xcb\\\\x94\\\\xe8+@=\\\\xd2A\\\\x82I\\\\x88\\\\x00\\\\xeb$\\\\x0e\\\\xe3\\\\xfc:\\\\xa5\\\\r\\\\x81\\\\x8c}t\\\\xa8\\\\xc1Q\\\\x9d\\\\xe7\\\\x93\\\\x0c[\\\\x8e1L\\\\xe9\\\\x8f\\\\xb0UpF\\\\xf6*\\\\xa4\\\\r\\\\xd5\\\\x80\\\\xe8\\\\xae\\\\x01\\\\xfe($@\\\\x04\\\\x12|\\\\x0f\\\\x84u\\\\xaf\\\\x0b2\\\\x8b4\\\\xaa\\\\x91>\\\\xcasD8\\\\x9eo/\\\\x0b.\\\\xac\\\\xea\\\\xf7\\\\xec\\\\x0f\\\\xb9\\\\x91I\\\\x05\\\\x86\\\\xe3\\\\xb4I0\\\\xa4\\\\xf9\\\\x81\\\\xe1\\\\xd8\\\\xe9\\\\xd1\\\\xc4\\\\x98\\\\x90F\\\\x1ei1\\\\x94\\\\x9fQ\\\\xa3y\\\\x85ed\\\\xf1\\\\x94s\\\\x185d.U\\\\xa9M\\\\x88\\\\xea\\\\xa5\\\\x11w\\\\x80?\\\\x16\\\\xe0$\\\\x10\\\\t\\\\xd3\\\\xfe\\\\xde\\\\xac\\\\\\\\\\\\x1a\\\\xed\\\\x92)J+\\\\xbe\\\\xd8\\\\xbcD\\\\x9e\\\\xa1V\\\\xd99\\\\x17b\\\\xd7\\\\x95\\\\x89\\\\x88\\\\xf6\\\\xa7\\\\xe5T\\\\xa5\\\\xbe\\\\xd8\\\\x82\\\\x8aN\\\\x82\\\\xbf\\\\xac\\\\xff\\\\x00\\\\xc3\\\\xb9\\\\xeb\\\\xc5\\\\xda\\\\x9c\\\\x8d\\\\xc3\\\\xed\\\\x9c;\\\\xa4X\\\\xd6\\\\xb5M\\\\xbb/n:H\\\\xa7\\\\xd1\\\\xc5\\\\x0b*\\\\xee\\\\xfe:\\\\xfd\\\\xcd\\\\x97f\\\\xd7\\\\x07\\\\xba\\\\xb3n-\\\\xbaA\\\\x0c\\\\x0e\\\\xab\\\\xa7\\\\xd3\\\\xa2\\\\xf7\\\\xde\\\\x99\\\\x94\\\\x88\\\\xc2\\\\x81\\\\xcb\\\\x05a\\\\xfc\\\\x0f\\\\r\\\\xe9\\\\xb2\\\\xcc\\\\xc5\\\\xab\\\\xdb8\\\\xc9\\\\x1b\\\\x0b\\\\xec\\\\x0c\\\\xd6h\\\\x08=\\\\xc6\\\\xbe\\\\x1fO\\\\xb3\\\\xa5A\\\\xe7x\\\\x11V\\\\xaf~KGgn\\\\x95\\\\r\\\\xf7\\\\xe2\\\\x88\\\\xc7\\\\xcc2\\\\xb2\\\\x06\\\\x12\\\\xe30k(\\\\xb1\\\\xd5\\\\xca.\\\\xab\\\\xbc\\\\xae\\\\x8c6\\\\xf6\\\\x0b\\\\xa1\\\\xd7\\\\xfb\\\\xbb\\\\xabu)Kr\\\\xc4\\\\xe0:f\\\\x9f\\\\xb8\\\\x04\\\\xc2\\\\x8a\\\\xba\\\\xfc\\\\xb7%\\\\xff\\\\x00\\\\x97w\\\\xfe/\\\\xf8\\\\xf5g\\\\xfcY\\\\x7f\\\\xb7\\\\xc9e\\\\xb9\\\\xe4\\\\xbf\\\\xff\\\\xd7\\\\xf8k\\\\xc1`Wm\\\\xa9\\\\x93i\\\\x0e\\\\x95\\\\x02\\\\xec\\\\x85@\\\\xdb\\\\x04\\\\x83\\\\x1a\\\\xac\\\\xee\\\\xfb:\\\\x0b\\\\xf3\\\\xd3\\\\x1abVO\\\\xc8\\\\xee\\\\x0cb`1)\\\\x8a\\\\xc5\\\\xc7\\\\xce\\\\xca\\\\xf4\\\\x81\\\\\\\\.\\\\xaf\\\\x07\\\\xb0\\\\xd7\\\\xee\\\\xd3\\\\xaa\\\\xf1\\\\x94\\\\xadEe\\\\xc4\\\\xca\\\\xd4\\\\x14\\\\x8b8\\\\xff\\\\x00Jlm\\\\xe0\\\\x12\\\\xa5b6\\\\xc7\\\\x89\\\\xfd\\\\x9e=.7\\\\xf9\\\\xa5\\\\xc6\\\\xfdj\\\\xb5\\\\x91Z\\\\x90\\\\x81gp\\\\xde\\\\x81}Cw\\\\x84Lj\\\\'\\\\xa9\\\\xa9\\\\xaa*\\\\x9a\\\\xa9\\\\xb8;\\\\x92\\\\xd8\\\\xb1Y\\\\xd1\\\\xf4W$L\\\\xf8\\\\x11\\\\x1fN\\\\x95t\\\\x82(\\\\x93}\\\\x88\\\\xa27\\\\x93\\\\x88\\\\xb6m\\\\x00\\\\x02\\\\x07`\\\\x04w\\\\x02J\\\\x81\\\\xaf\\\\x8fU-\\\\xdd\\\\xd2\\\\n\\\\xa7n\\\\xe9\\\\tr\\\\xfe6[\\\\xdcHm\\\\xc6\\\\x18w\\\\xd0v\\\\xfb\\\\xb4\\\\xea\\\\xf47\\\\x14e\\\\xa1\\\\r\\\\xcd\\\\x18\\\\xa8O\\\\xc4\\\\xda\\\\xcf\\\\xb5+\\\\x80L\\\\x930\\\\x07\\\\xd3\\\\xec\\\\x1fN\\\\x9c7@\\\\n\\\\x94\\\\xe1\\\\xbb\\\\x00b\\\\xa1\\\\xf2\\\\xb8\\\\xc7\\\\xda\\\\xb3\\\\x19S\\\\xdb\\\\x03\\\\xf03v \\\\xc1\\\\xd4\\\\xeb\\\\xdb\\\\xa6X\\\\x9e\\\\xaa\\\\xf3V6wF\\\\xa1#T\\\\xaa\\\\x15\\\\xa9\\\\x0cnY\\\\xdc\\\\x85\\\\x05\\\\x96\\\\x90X\\\\xee\\\\x80\\\\x00\\\\x13#Q\\\\xa4\\\\x8e\\\\xdf\\\\xb3\\\\xabKi\\\\xc4\\\\xb0\\\\xc8\\\\xaf.\\\\xbd\\\\xedfB\\\\x82*%=\\\\x90=\\\\xcfP\\\\xd4\\\\x08:\\\\xea&N\\\\x9f\\\\xb4u\\\\xcb\\\\xa3\\\\x01\\\\x11\\\\x8e+Zc\\\\xd5A\\\\xaf\"\\\\xd4\\\\x8a\\\\xedf\\\\x1e\\\\xc8*\\\\xc0Ch7n\\\\xed\\\\xdbS\\\\xd4`\\\\xa7V\\\\xa7\\\\x88\\\\xc4\"\\\\\\\\]\\\\xd6=\\\\xd6\\\\xfb\\\\xd6\\\\x15\\\\x08\\\\xbb\\\\x16\\\\xb3\\\\x10\\\\x14v\\\\x88\\\\xff\\\\x00L\\\\xff\\\\x00o\\\\x18\\\\x93\\\\x90\\\\xaa\\\\xee\\\\xe0\\\\x04C\\\\x0c\\\\xf8\\\\xf1DM\\\\x988\\\\x16\\\\x05\\\\xb0ijJ\\\\xf8@Y\\\\xef\\\\xe1\\\\xac\\\\xf7\\\\xf3\\\\xe8\\\\x0e\\\\xa9\\\\x0eJ\\\\xae\\\\x8b\\\\xb7\\\\xc3\\\\xf22\\\\xa7Y>A\\\\xa3\\\\xa9\\\\x17\\\\x86j\\\\xd5\\\\xbf\\\\x92\\\\x94XH?\\\\x97\\\\x1e\\\\tk\\\\x90\\\\xe1\\\\xf2\\\\xf8\\\\xe2Z\\\\xc0-\\\\xa2@\\\\x19\\\\t\\\\xaa\\\\xeb\\\\xd8\\\\x1f.\\\\x99\\\\x19\\\\t`\\\\xb4ln\\\\xa1{\\\\xf55\\\\xe5\\\\x9a\\\\x15\\\\xd1+\\\\x0b\\\\xf7\\\\\\\\\\\\xb9d\\\\xa4\\\\xab\\\\x02\\\\xbd\\\\xc7i\\\\x8f\\\\xf1\\\\xeb\\\\x97+o\\\\xf4\\\\x8f\\\\xf5/\\\\x99\\\\xfd5\\\\xf9_\\\\x1b\\\\xce\\\\xf1y\\\\x04*\\\\xbf\\\\xb7\\\\xc8\\\\xe2\\\\xce\\\\xdfz\\\\x87 :\\\\x93\\\\xa0\\\\xd5F\\\\x93\\\\xe3\\\\xd5M\\\\xf6\\\\xcf\\\\xfc\\\\x9bl)1X\\\\x9e\\\\xbc\\\\x8fB\\\\xb3~Kh/A\\\\xc7\\\\xec0_p>3\\\\xf3\\\\x1e\\\\x03\\\\xe7\\\\x9f\\\\x19\\\\xe2\\\\xfeK\\\\xf1\\\\xe6\\\\\\\\\\\\xbf\\\\xea8\\\\xf2\\\\xce@\\\\xf7E\\\\x87\\\\xba01\\\\xaa\\\\x1d u\\\\xe6\\\\xedP\\\\xb6\\\\x05\\\\xd8\\\\x83\\\\x88#\\\\x15\\\\xe3.A\\\\xc1\\\\x19\\\\x843\\\\x93k\\\\xed*\\\\xefL\\\\x07`\\\\xdb\\\\xc0+,$\\\\x16\\\\x06\\\\x17\\\\xc6Lv\\\\xf3\\\\xe8\\\\x8c\\\\xa5\\\\xa8\\\\xb8f\\\\xc0\\\\xac\\\\xcb\\\\x91e\\\\x0b\\\\x1b\\\\x8aK\\\\x12\\\\xdb[\\\\x18(\\\\xb3bY\\\\x91\\\\xbb\\\\xfe\\\\\\\\k\\\\x0b\\\\xb0\\\\x1e\\\\xe6?\\\\xe0:x\\\\x89\\\\x01\\\\xf0H\\\\xd3\\\\x96(\\\\xff\\\\x00/\\\\xc7\\\\xe36\\\\x0e=\\\\x98\\\\x9c\\\\x8a\\\\xbf*+\\\\x9b)U*UP\\\\r\\\\x18\\\\x88\\\\xd4\\\\x9f\\\\xa7c\\\\xd4N\\\\xf8\\\\x04\\\\x85\\\\xa1h\\\\x86\\\\xd2\\\\x95\\\\xae\\\\x7f\\\\xea\\\\xd4\\\\xab!\\\\xab\\\\xdfJJ\\\\xef`\\\\xa2A#O\\\\x02\\\\xbf\\\\xdf\\\\xd2\\\\x8c\\\\xc4\\\\xaa\\\\x97v\\\\rE^\\\\xe5a\\\\xae#\\\\xabc5r\\\\xe4\\\\xac\\\\x80\\\\xe4\\\\x12\\\\xdan\\\\x86\\\\x991\\\\xa0\\\\xe9\\\\xc1\\\\xe4\\\\xa9\\\\xf4A\\\\xad\\\\xc6\\\\xcb5=p\\\\x1a\\\\xbaP\\\\xaa\\\\x10\\\\x01V\\\\x93,&u?\\\\xdb\\\\xcf\\\\xa2\\\\x00\\\\xa1\\\\x04\\\\x9e\\\\xa1\\\\r\\\\xce\\\\xcb\\\\xaf\\\\x13\\\\x1d\\\\xe2\\\\x1f \\\\x12\\\\x1a\\\\xa4&\\\\xb0\\\\x9a\\\\x80\\\\x19\\\\xa2@1\\\\xd8tZ\\\\x9a\\\\x88\\\\xb5\\\\xb0(x\\\\xe622\\\\xf1\\\\xb2.\\\\xb2\\\\xb0\\\\x84m\\\\xae\\\\xa4\\\\x9f^\\\\x9a4\\\\x98\\\\x1b\\\\xa3\\\\xc0\\\\xf8\\\\xf4:\\\\xdd\\\\x1d\\\\xbb\\\\xd5=\\\\x10\\\\xdc\\\\xbc\\\\x82\\\\xc2\\\\x9a(eD\\\\xb1Ha\\\\xba\\\\x0c\\\\x11\\\\xea\\\\x86$\\\\x8fO\\\\x8fB\\\\xc6\\\\xa9s\\\\x99\\\\x91\\\\xaaK\\\\xe5-u?\\\\x93w\\\\xfc\\\\xde9\\\\x1e\\\\xf0\\\\xc8#\\\\xd4\\\\xe4\\\\x91\\\\x0c\\\\xca\\\\xe3\\\\xacnUS\\\\xb4k:\\\\x19\\\\x853\\\\xd8u\\\\x13\\\\xa9\\\\xa2\\\\xacu\\\\x12\\\\xc3\\\\x15\\\\xe7\\\\x1b\\\\xc9_S\\\\xd9\\\\x83\\\\x91\\\\xee5\\\\x96\\\\x13T\\\\xb8\\\\x1b\\\\xab\\\\xdc\\\\xdd\\\\xb7k1\\\\xac\\\\x93\\\\xd8t\\\\xa8I\\\\x83\\\\x14\\\\xc2t\\\\xe0x\\\\xcd3\\\\xb7\\\\x12s\\\\xad\\\\x17\\\\n)E\\\\xc5G\\\\xdc\\\\xe9\\\\xa8\\\\x95\\\\xd3\\\\xd4\\\\xfaCy\\\\x03\\\\xf4\\\\xe9\\\\xbaA\\\\xa2lm\\\\xc8\\\\xbb`\\\\xa2\\\\xf27fq\\\\x96%|}$\\\\xdc*U\\\\xb5\\\\xabb\\\\x19\\\\x06\\\\xed\\\\xbb[\\\\xb6\\\\xee\\\\xf2u\\\\x9e\\\\x82V\\\\xc9\\\\x0e\\\\xa6a\\\\xbd#\\\\x06R\\\\xf8\\\\x7f\\\\x9cr\\\\x941\\\\xaf!\\\\x12\\\\xc4@=\\\\xa1k\\\\xeeQ\\\\x0e\\\\t\\\\n@\\\\x9fT\\\\x1d|\\\\xc9\\\\xe8\"f\\\\x03b\\\\xcb\\\\xa3t\\\\xc4\\\\x82\\\\x0fro\\\\xaf\\\\xe5\\\\x9c/!j\\\\x9b\\\\xf1?*-\\\\xdc\\\\xd9\\\\x0c\\\\x1c\\\\x10\\\\xaa\\\\x01\\\\xdd!\\\\xc10N\\\\xa3\\\\xc3\\\\xeb\\\\xd4\\\\xfb\\\\xc6\\\\x84\\\\x86\\\\n\\\\xc9\\\\xbc\\\\n\\\\x9fM|%\\\\xb4\\\\xdb~=\\\\xf8\\\\x99+\\\\xe9\\\\xf6\\\\xae\\\\x0e5\\\\xd7\\\\xb2\\\\x9dcq=\\\\xa3\\\\xcf\\\\xb7D\\\\'\\\\x13P\\\\xa7\\\\\\\\\\\\x16wq\\\\xee\\\\xc2\\\\xbbj\\\\xc4\\\\xc7Z\\\\xab\\\\xf5d\\\\xd3\\\\xb4\"\\\\xd4\\\\x1b\\\\xd2\\\\x1d\\\\x9f`1\\\\xa4\\\\x03\\\\xde{D\\\\xf4\\\\xd1v_\\\\xe9,\\\\xd9\\\\xa7\\\\x01\\\\x13\\\\x1a\\\\x8ar\\\\xe8\\\\x88cpg\\\\x82\\\\xab\\\\x13!\\\\xab\\\\xbe\\\\xabo\\\\x06\\\\xec\\\\x8c\\\\xb9f\\\\x16.\\\\xa6\\\\xb2\\\\x10\\\\xc8\\\\xf4\\\\xe8;\\\\xfd\\\\xbdb|\\\\x84e\\\\xa6\\\\x0e\\\\x08\\\\xab\\\\x9f\\\\xb2\\\\xb9b\\\\xde\\\\x92J\\\\'\\\\xc7\\\\xc5\\\\xd7\\\\xb8r\\\\xf5\\\\xaa\\\\x92H\\\\xd0\\\\x92?\\\\x89aLi\\\\xafi\\\\xd7\\\\xee\\\\xea\\\\xb6\\\\xdc\\\\x13,\\\\xeb\\\\xc7\\\\x92\\\\xb6d\\\\x00G\\\\x11\\\\x16\\\\xb7U!\\\\xce\\\\xe2\\\\xccQ\\\\x9c\\\\x18\\\\x00\\\\x832DG`\\\\xd1\\\\xdb\\\\xbf\\\\xdbp\\\\xcc\\\\x00\\\\x0e(k\\\\x92X\\\\xfd@&\\\\x8a\\\\xabj,\\\\x15\\\\xe5\\\\xfb@\\\\xbdj \\\\xba\\\\x9e\\\\xe0\\\\xc7o\\\\xc5\\\\x13\\\\xf5\\\\xf0\\\\'\\\\xab\\\\x16\\\\x0cH&%\\\\xd9dn\\\\xcbI\\\\x8a\\\\xe7\\\\xbf\\\\xea\\\\xf9x\\\\xb96{v5d5\\\\x91bN\\\\x9e\\\\x05T\\\\xa9$\\\\x91\\\\xf6xun\\\\x07N%d\\\\xc9\\\\xe2]\\\\xd6\\\\xcc/\\\\x90W\\\\x8f\\\\x90\\\\xd6_\\\\xe9\\\\n\\\\n\\\\xa5\\\\xaa\\\\xbf\\\\xf3\\\\t\\\\xfcLd\\\\x9f\\\\x1dA\\\\x1du\\\\xcb\\\\xc4c\\\\x82\\\\xebo\\\\x10\\\\xe3\\\\xc1\\\\x15\\\\xa3\\\\xe5\\\\xf8\\\\x98\\\\xfe\\\\xf5\\\\xb8\\\\xa0=\\\\xf7,Yi\\\\n\\\\\\\\\\\\x1d\\\\xc4\\\\x95\\\\x93$L\\\\xf7\\\\x1fo~\\\\xba7\\\\xc1\\\\x0e\\\\x13\\\\x8d\\\\xca\\\\x93\\\\xa5\\\\xbc\\\\x96\\\\xfb\\\\xfeC\\\\x89v\\\\x13\\\\xaa\\\\xd2\\\\x9e\\\\xf5\\\\x88\\\\xb1aa*\\\\xaa!\\\\x80\\\\x8d$\\\\x93\\\\xe5\\\\xe7\\\\xe1\\\\xd3\\\\x05\\\\xc7\\\\xc1\\\\x0c\\\\xaf\\\\x89D\\\\xc5\\\\xbf)9\\\\xf33o\\\\x15\\\\xa0\\\\x0cR6\\\\xa5c\\\\xf0\\\\x90\\\\x06\\\\x91\\\\xb6 \\\\x83\\\\xa9\\\\xee&:\\\\x8do\\\\x92D\\\\x84]\\\\xcei\\\\xff\\\\x00\\\\x8b#\\\\x92\\\\xc1\\\\x1f\\\\x9d\\\\xb1l\\\\xa5\\\\x83\\\\xaa&\\\\xc2\\\\xc04\\\\x10\\\\x07\\\\xa4\\\\xe9#\\\\xc7\\\\xee\\\\xe8\\\\xa3Uj\\\\xc8\\\\xd5\\\\x165K\\\\x17|\\\\x7f(Z\\\\xf3S\\\\xae8\\\\xb3p\\\\xb3A\\\\nH*\\\\xcd\\\\xa9\\\\xee<\\\\x06\\\\xbd\\\\x18\\\\x83\\\\nQ\\\\x95sn\\\\x7fe\\\\xb6\\\\x9e;\\\\x90\\\\xc7\\\\xadq\\\\x92\\\\x8aJ\\\\x12\\\\x8f\\\\x90\\\\xeeJ\\\\xd8=\\\\xb9c\\\\xec\\\\xdb\\\\x1b\\\\x94\\\\x10\\\\xda\\\\x8e\\\\x97\\\\x19\\\\xc8\\\\xd1\\\\xb1\\\\xf1N\\\\xf6N\\\\x14~K[\\\\xe3`\\\\xe2\\\\xb2\\\\x07\\\\xb0\"\\\\xee\\\\xdb[\\\\x96\\\\x06\\\\xc4e;\\\\x89\\\\x83\\\\x04\\\\x8d4\\\\xd7\\\\xfe\\\\x03\\\\xa8\\\\x1a&\\\\x11\\\\x08T\\\\xf1\\\\xcdm\\\\xbb\\\\x96\\\\xe23@\\\\xc6k\\\\x8b\\\\x14b+r\\\\x02\"\\\\xcf\\\\xd4\\\\x9f\\\\xa7\\\\x881>\\\\x1dp\\\\x90&\\\\xa7\\\\xb1L\\\\xae\\\\t\\\\x06c\\\\xcb\\\\xb9\\\\x03\\\\xe5\\\\xfe+x\\\\'\\\\'\\\\x19\\\\xab\\\\xb3\\\\x14\\\\x9f\\\\xe4\\\\xb2\\\\xaf\\\\xe3\\\\x113\\\\xa8\\\\x05\\\\xa2N\\\\xbfN\\\\x86\\\\xeb\\\\xba\\\\x90\\\\xf1\\\\x14\\\\xad8d\\\\xaf\\\\x95\\\\x9b)w\\\\xe6]\\\\xf2\\\\xb2l\\\\xb5c)\\\\xd8\\\\x96\\\\x1bD\\\\t\"g\\\\xef\\\\xe9&\\\\xe9b\\\\x0e/E\"&d\\\\x1e\\\\x8a0\\\\xe4\\\\x16\\\\xe0\\\\x95=D\\\\xa7\\\\xa8\\\\xb1C#kL\\\\xf6\\\\x03N\\\\xe4\\\\xcc\\\\xf4\\\\xc8\\\\xca\\\\xae\\\\xd8#\\\\x95\\\\xb6\\\\x14\\\\xc5jw>\\\\xf9j\\\\xb7\\\\xb8\\\\x90\\\\xa9\\\\xbc\\\\x895\\\\x83\\\\xaa\\\\xe9>}L\\\\xba:\\\\x98\\\\xd0=\\\\x11E\\\\xa3\\\\x1d\\\\xde\\\\xac\\\\xa1~\\\\xe5VQ\\\\xec;\\\\x11cL\\\\x02A\\\\x064o>\\\\xbab2\\\\x1e\\\\xa7d\\\\x115\\\\xd2\\\\x13\\\\xa6u\\\\x99\\\\t\\\\xc6{\\\\x02\\\\xc0\\\\x05\\\\xe0*\\\\xb2\\\\x012\\\\xa3\\\\xd3\\\\xa1\\\\xd5@\\\\x8f\\\\x1e\\\\xaa\\\\\\\\\\\\x11\\\\x0c\\\\xfc\\\\xfe\\\\x89\\\\xd1%\\\\x8baT\\\\x87\\\\xefd\\\\xa5\\\\xad[\\\\xb9\\\\xb57\\\\x10\\\\x8c<[\\\\xb0\\\\x82{\\\\xf7\\\\xe8\\\\xc4A\\\\x1d\\\\xb9\\\\xa0.+\\\\x9a%U\\\\xb7\\\\xe3\\\\xb3\\\\x1d\\\\x8c\\\\xdb\\\\x7f\\\\x95c\\\\r\\\\x08>\\\\x1a\\\\xf6?\\\\x7fc\\\\xd3=\\\\xb1\\\\xdc\\\\x86d\\\\xb6\\\\x00\\\\x15\\\\xbb##\\\\n\\\\xe6\\\\xbe\\\\x8b?\\\\x97v\\\\xf5UbT\\\\x01\\\\xe07\\\\x0f\\\\x00&<\\\\xba\\\\xe9[\\\\x833\\\\xa6Jn0\\\\xa9\\\\xe5\\\\xcd7|_\\\\x83\\\\xb4d\\\\xe3_]~\\\\xed\\\\x196\\\\x1aQ\\\\xe55(A$\\\\x18,\\\\x06\\\\xbd\\\\xc0\\\\xe975\\\\x80\\\\xed\\\\xd9\\\\xd8\\\\xa6\\\\x00JX\\\\xe0\\\\xa3\\\\xf2F\\\\xae;\\\\x9a\\\\xcbZ\\\\xe8\\\\xde\\\\x12\\\\xcd\\\\xcc\\\\xdb\\\\xa6!\\\\xa2\\\\t&G\\\\x8c\\\\xcfY\\\\xf0\\\\x8c\\\\x85\\\\xc2!\\\\x81\\\\xef!\\\\x93.\\\\x8aqUj\\\\xfc\\\\x0e\\\\xebyL\\\\xda\\\\x05\\\\xa0~j\\\\x9b\\\\xd5\\\\xfd\\\\x96RD)\\\\xdaX\\\\xcb\\\\r5\\\\xf0\\\\xf0\\\\x9f\\\\xb7\\\\xa7BfD\\\\x0f\\\\xf5\"\\\\xb6*N@\\\\xa5\\\\x0f\\\\xd5~K.\\\\xff\\\\x00\\\\x96\\\\xe6Zr=\\\\xc6\\\\xc5U\\\\xc6;YBJ\\\\xcc\\\\xc8\\\\xed\\\\xd8\\\\xf6\\\\xf0\\\\xd3\\\\xa7J23$\\\\x1a\\\\x0c\\\\x12wm#\\\\xd5-\\\\xf1\\\\xd7\\\\x8c*W5\\\\x93e\\\\x16\\\\xa0\\\\x1f\\\\x97@\\\\x08\\\\xd2\\\\x08\\\\x1e\\\\xa3\"`\\\\xfd\\\\xb1=,\\\\xef\\\\xa5l9\\\\x8b\\\\xb9\\\\xcf\\\\xb2\\\\xa9v\\\\xad\\\\xc2\\\\xa4\\\\x9c\\\\x07\\\\x012S\\\\xcf\\\\xf0y4\\\\xd9\\\\x87i\\\\xfc\\\\xb5\\\\xf0\\\\x82\\\\xab\\\\x99\\\\x81:j\\\\xca\\\\xc3Q\\\\x1a\\\\x98\\\\xec\\\\x00\\\\xf1\\\\xe8\\\\xa3\\\\xb8\\\\x95\\\\xe2t\\\\x9e9.\\\\xf7\\\\xe2(C=9\\\\xf9\\\\xa4\\\\xdeO\\\\rE\\\\xfb\\\\xa9\\\\x08\\\\x7f2\\\\xbe\\\\x84bX\\\\xa2\\\\xb1\\\\x1a\\\\x85S\\\\xafx\\\\x1f^\\\\x87us\\\\xdb\\\\x8f\\\\xa6\\\\xa4\\\\xf8\\\\xa4\\\\xc6\\\\x00\\\\x97\\\\xc0uE(l\\\\\\\\>.\\\\xe7\\\\xaa\\\\xf4\\\\xad\\\\xc8\\\\x9b\\\\xd9}jI\\\\x10=\\\\'n\\\\xa7\\\\xbcxu\\\\xd6\\\\xa7\\\\x08\\\\xc0\\\\xb9\\\\x15\\\\xc5\\\\x11\\\\x12\\\\xd1\\\\x85|\\\\xbb\\\\x10\\\\x0c3f>]mn\\\\xebjwG\\\\xadT*\\\\xeb\"\\\\x07\\\\xab\\\\xb1\\\\x8d4\\\\x10{OK\\\\x95\\\\xd3\\\\xee9\\\\xcb\\\\xc3\\\\x95|\\\\x92@\\\\xa0-\\\\x9f\\\\xd3\\\\x97\\\\x18\\\\xa7|\\\\x1e\\\\x1f\\\\x1b\\\\x92e\\\\xfc\\\\xa5L\\\\xdf\\\\x98p\\\\xc0\\\\xdb\\\\xe9\\\\x00\\\\x83,#\\\\xd3\\\\x124\\\\x11\\\\xf7tvcn.\"\\\\x1b\\\\x9d)\\\\xdd\\\\xf6E(\\\\t\\\\x91.\\\\x89\\\\xcb\\\\x99\\\\xe2Z\\\\xacz)\\\\xa1l\\\\xb1\\\\xacM\\\\xb9e\\\\x03)\\\\xd0\\\\x93\\\\xe9 \\\\xc9\\\\xfcZ\\\\x01\\\\xe7\\\\xe1\\\\xd3\\\\xb70\\\\x93\\\\x064<7z\\\\xb8m\\\\xfaA!%\\\\xdd\\\\xc0f\\\\x07\\\\xf7\\\\x8eE\\\\x9952+Z\\\\xa4\\\\x92A\\\\xafYo0\\\\x04\\\\x12G\\\\xdb\\\\xe3\\\\xacA\\\\xe4_\\\\xc3\\\\x98U\\\\r\\\\xa9D\\\\xe2\\\\x97\\\\xf9\\\\x1c\\\\x0c\\\\xc8kb\\\\xbaX\\\\xb9,\\\\xcch\\\\x0eE\\\\xec\\\\xc1\\\\x86\\\\xd3\\\\x10\\\\x08\\\\x82bL\\\\x8d;\\\\x9f\\\\r#\\\\xa5\\\\xdd\\\\xd3\\\\x19b\\\\xcf\\\\xe4\\\\xa4B\\\\x8f\\\\x93\\\\xab\\\\x13\\\\x1f\\\\x94\\\\xa6\\\\xacQ\\\\x87\\\\x88F}\\\\x02\\\\xb0\\\\xb8\\\\xads\\\\xaa\\\\xba\\\\xee\\\\xac,\\\\x19\\\\'@\\\\xc0\\\\xfe-N\\\\xbd8GH\\\\xd2*\\\\x9dn\\\\xf3\\\\x02\\\\x12^F=\\\\xd6U]\\\\x17\\\\xe1\\\\xaa\\\\xdeVo\\\\xdf\\\\xb8\\\\xb4h;\\\\x83\\\\x11\\\\xdbO\\\\x0f\\\\x1e\\\\x84\\\\x1fr5\\\\x15)\\\\x0c\\\\xc5\\\\xb1D~?\\\\x8cr\\\\x12\\\\xec,\\\\x80\\\\xc5\\\\xd8\\\\x81K\\\\xa1U)\\\\x1f\\\\x88\\\\xc90Dh5\\\\x81:\\\\xf8u\\\\x16\\\\x0b\\\\x19=\\\\x1b>\\\\xaa\\\\xc5\\\\xb8\\\\x19\\\\xc3I.\\\\xfcy(\\\\xb9XT\\\\xe2_e\\\\x0f\\\\x96\\\\xca\\\\xb6\\\\x7f\\\\xf1\\\\xec\\\\x03`^\\\\xda\\\\x85#l\\\\x88\\\\xef\\\\xdf\\\\xc3\\\\xa6\\\\x19\\\\x03\\\\x14\\\\x8b\\\\xb6t\\\\xc8\\\\tq\\\\xf8\\\\xfb\\\\xa2\\\\x9cW\\\\xc9\\\\xcf\\\\x14\\\\x96`\\\\x976c\\\\xbb\\\\x05\\\\xc5`L\\\\xa2\\\\xafb\\\\xb2\\\\x0e\\\\xe8\\\\x1a\\\\xc8=d\\\\xee.\\\\xff\\\\x00\\\\x8fm\\\\xb5\\\\x12\\\\x0eY\\\\xf1\\\\xcdZ\\\\xdbH\\\\x89\\\\xb1@9J\\\\xb3so\\\\xc9\\\\xc8\\\\xa1M\\\\x98\\\\xcc\\\\x0b\\\\xbb\\\\xa2\\\\xaa\\\\x81\\\\xabl-\\\\x1d\\\\xbe\\\\xbd\\\\xf5\\\\xd3\\\\xaf=\\\\x00Hv\\\\xa0\\\\xc3\\\\xb3\\\\xf2\\\\xad_\\\\x0ci\\\\x81A\\\\x97\\\\x1a\\\\xf1`{\\\\\\\\2\\\\xfaZ\\\\xda\\\\x15\\\\xbe\\\\xe0\\\\x08\\\\xd4x\\\\xf8\\\\xc1\\\\xea\\\\r\\\\xc0C\\\\x05\\\\\\\\@\\\\xc6N|\\\\x15\\\\xc1\\\\xf1\\\\x1aq\\\\xee\\\\xc7F*\\\\xa1=\"\\\\xc6 \\\\x96\\\\x04\\\\x8dX\\\\x13\\\\x13\\\\xe7\\\\xd8\\\\xf4\\\\xdf\\\\x8d\\\\x80\\\\x8c\\\\xa7p\\\\x87!lB&0\\\\x04\\\\xe7\\\\x9aR\\\\xf9?\\\\xcak\\\\\\\\\\\\xab1qW\\\\xd8\\\\xc7\\\\x03\\\\xdb\\\\xb7\\\\xd5%\\\\xd6\\\\xbd$\\\\x13\\\\xdf\\\\xb02>\\\\xef\\\\x1e\\\\x82\\\\xe1\\\\x96\\\\xe2f@6]\\\\xb5\\\\xcdT\\\\xbd\\\\xb9\\\\xd0\\\\x005\\\\xe1\\\\xa8\\\\x91?\\\\xa9\\\\x8f\\\\xfc\\\\xdf\\\\xff\\\\x00\\\\x1c\\\\xf5>\\\\xc7E[\\\\xfc\\\\xa2\\\\xbf\\\\xff\\\\xd0\\\\xf8\\\\xa1\\\\x98\\\\xab\\\\x88=\\\\x8aL\\\\x08\\\\x87n\\\\xde\\\\x9f\\\\xf1\\\\x1dW\\\\xb2}\\\\xca\\\\x95\\\\xe6l\\\\x93s\\\\xd5%\\\\x16\\\\xa5\\\\x06\\\\xb3\\\\x160\\\\xb6\\\\xb6P\\\\xe4\\\\r\\\\x04\\\\xea4\\\\x99\\\\xfa\\\\xc7L\\\\x94\\\\xab\\\\x85\\\\x13dk\\\\x85\\\\n/\\\\x81[\\\\x97B\\\\xc4\\\\xb5lAy0\\\\x0f\\\\x89\\\\xfa\\\\x1f\\\\xbb\\\\xaa\\\\x97\\\\xa4\\\\x1b\\\\xaa\\\\xa7~A\\\\xa9\\\\x8a.\\\\xdcU\\\\xb6[\\\\x02\\\\xa7\\\\xb83)\\\\xae\\\\x06\\\\x9b\\\\xa4\\\\x8fL}\\\\xbe=V\\\\x1b\\\\x80\\\\xca\\\\xa0\\\\xdd\\\\x001dU8\\\\xca\\\\xf0Ul\\\\xb6\\\\xcd\\\\xb60R\\\\xb5\\\\xc6\\\\xa2t\\\\x89\\\\xf0\\\\x8d\\\\xba\\\\xf4\\\\xa9\\\\xdd2,\\\\xabKrn\\\\x96\\\\x02\\\\x8a\\\\x05\\\\x9c\\\\x8d\\\\xa8Y\\\\x15$w0\\\\xa2#\\\\xc0LtB\\\\xc05O\\\\x8e\\\\xde&\\\\xaa0\\\\xcbv\\\\x9d\\\\xab\\\\xbb\\\\xd4D\\\\x08\\\\xf1\\\\xed\\\\xb8t\\\\xc3l&\\\\x1b@-\\\\r\\\\x9bJ\\\\x85\\\\x89\\\\xf6\\\\xd8\\\\x08\\\\xd7M4=\\\\xbf\\\\xbb\\\\xa3\\\\xf6\\\\x89\\\\xedF,\\\\xc8\\\\xf6\\\\xadW%9${\\\\xa2\\\\xb0 \\\\xc3O\\\\xa8\\\\x01\\\\'\\\\xb0\\\\xe8\\\\xa0e\\\\x0c\\\\x1d\\\\x1c\\\\x0c\\\\xa1\\\\x83\\\\xa5\\\\xec\\\\xae;l\\\\x83Pd#{\\\\xaa\\\\x82\\\\x01\\\\x03\\\\xec \\\\x9e\\\\xfa\\\\xf5~\\\\xdd\\\\xe0qZ6\\\\xb7G\\\\x9fD\\\\x1a\\\\xdc=\\\\xcfa\\\\xb9\\\\x1bs\\\\xb7\\\\xfc\\\\xd4>\\\\xbd\\\\xc0\\\\x7f\\\\x12\\\\xb4\\\\x08\\\\xd7\\\\xf6\\\\xfd\\\\xfd=\\\\xc1Z\\\\x10\\\\xdc\\\\x06\\\\x02\\\\'\\\\xc7\\\\x04\\\\'%3\\\\rt\\\\xd3}E\\\\x96\\\\xb1\\\\xba\\\\xb0\\\\x80@RHh\\\\x8f=:\\\\x82\\\\xadCI$\\\\x8c\\\\xd6\\\\xde=\\\\xac\\\\xa7\\\\x1f#*U\\\\x11TS[\\\\x99\\\\xfcs3:\\\\xc4n\\\\xd4\\\\x0e\\\\xff\\\\x00o\\\\\\\\\\\\x10^\\\\x88\\\\x99\\\\x11=\\\\xaa2\\\\xb3Z%\\\\xdd)%\\\\x8b\\\\xd8\\\\\\\\\\\\xea\\\\xde\\\\xe7\\\\xa4\\\\xed\\\\x00};~\\\\xd9\\\\xea\\\\x13\\\\x99\\\\xb0E\\\\xb1\\\\x14S\\\\x8b\\\\xee\\\\xda\\\\xfe\\\\xe1U6\\\\xa9\\\\xd4\\\\xc4)\\\\xd2>\\\\xe8\\\\x07\\\\xf7\\\\xe9\\\\xd1d\\\\xaa^yOHP\\\\x86R\\\\x15\\\\xde\\\\xad\\\\xeb\\\\xb8\\\\xb1\\\\xb5t\\\\x00\\\\xee\\\\xee\\\\x16T\\\\xc1\\\\x1d\\\\xa6g\\\\xee\\\\x9e\\\\xa1\\\\xd3\\\\xfd\\\\xbc\\\\xb9`\\\\x8f\\\\xd5\\\\x94\\\\xb5P\\\\x8f\\\\xbb\\\\xd1l\\\\x94-\\\\x13\\\\xb6t\\\\x07o\\\\x94\\\\x8dbz\\\\x19@H\\\\xac\\\\xc9\\\\xd93\\\\x99\\\\x1c\\\\xbe\\\\xaa}w\\\\xd5\\\\x93K\\\\x18\\\\xdb\\\\xfcI\\\\xb5\\\\x81Y\\\\xeef4=\\\\xc7c\\\\xd2e\\\\x13\\\\x12\\\\x15i\\\\xdb\\\\x95\\\\xb92\\\\xd4\\\\x89pr&[h;@\\\\x02 L\\\\xf9\\\\x11\\\\x1e]\\\\x11!\\\\x91\\\\x13\\\\x16S\\\\xd6\\\\x9b\\\\xd46\\\\xe6\\\\x82\\\\x84\\\\x16RL\\\\xea`\\\\x13\\\\xe2\\\\x07H3\\\\x89\\\\xc1 \\\\xce\\\\'\\\\x05\\\\xb1\\\\x9e\\\\xda\\\\xcd\\\\xb5\\\\xdb\\\\xb9\\\\xab+\\\\xb6\\\\xc0F\\\\x8d\\\\x02\\\\x08:\\\\x11\\\\x1e\\\\x11\\\\xe2:\\\\x88\\\\xb5\\\\x08\\\\xa1C\\\\x16,cB\\\\x81\\\\xe6|w\\\\x170Yv\\\\x03\\\\x0c{&}\\\\xbe\\\\xf5\\\\x92d\\\\x9d\\\\x06\\\\xab\\\\xf7xxt\\\\xc1y\\\\xa9%~\\\\xcf\\\\xc8\\\\xca\\\\r\\\\x1b\\\\x81\\\\xfa\\\\xe6\\\\x93r\\\\xb1/\\\\xc3\\\\xb4\\\\xd5}e\\\\x18~\\\\x16\\\\xf0a\\\\xe6\\\\xa7\\\\xc4t\\\\xf5\\\\xafn\\\\xe4n\\\\x07\\\\x89p\\\\xa3u\\\\xc8\\\\xd6h\\\\xe5\\\\x082t \\\\x881\\\\xa8\\\\xeb\\\\x82\\\\xe5\\\\xd9?\\\\xed\\\\x7f\\\\xf5\\\\xca\\\\xef\\\\x80|\\\\x92\\\\xae\\\\x17\\\\x97\\\\xccQ\\\\xf1^n\\\\xc1U\\\\xea\\\\xf3\\\\xed\\\\xe3\\\\xd8\\\\xdf\\\\x85\\\\xfcJ\\\\xa8\\\\xfe(\\\\xfd\\\\xfdc\\\\xfc\\\\x9e\\\\xc4\\\\x19\\\\x7f\\\\x91lW\\\\tu\\\\x1c\\\\xfb\\\\xb3\\\\xe9\\\\xd8\\\\xbc\\\\xef\\\\xcal\\\\x8cF\\\\xb8\\\\xf7\\\\xaf\\\\xaevp\\\\xd8\\\\xbc\\\\x96&6g\\\\x13\\\\xc86_\\\\x1bpK\\\\xae\\\\xc9$\\\\x10\\\\x92A\\\\x04F\\\\xa4\\\\x10D\\\\x00u\\\\x13\\\\xd6U\\\\xc8j\\\\x01\\\\x8d\\\\x0f\\\\x14^^\\\\xf4\\\\x03;U-\\\\xf2|\\\\x13q\\\\xaf\\\\xbf\\\\x17 Z\\\\x1a\\\\xc6\\\\xb6\\\\xa0\\\\xaf \\\\xba\\\\xc4\\\\xa9\\\\nG\\\\x81\\\\xf0\\\\xfe\\\\xee\\\\xb8L\\\\x86\\\\x8b,\\\\xed\\\\x1az!Y9F\\\\xab\\\\xa9\\\\xc8[\\\\x1e\\\\xc7\\\\xb1\\\\x06\\\\xe0\\\\xbbSj1\\\\x92\\\\x01\\\\xd4\\\\xb6\\\\x82&\\\\x7f\\\\xc0\\\\xf4\\\\xa9\\\\x88\\\\xbbT\\\\xa9\\\\x89 8Z0p\\\\x05\\\\x1c\\\\x80\\\\x19U\\\\xd5]Ya\\\\xecB\\\\xa4\\\\x04\\\\x93\\\\xae\\\\xa1D\\\\x03\\\\xdfN\\\\x86\\\\xd4\\\\x0e\\\\x05[2\\\\x13\\\\x0e\\\\xea/2\\\\x96\\\\xa5\\\\x8aqj\\\\rf\\\\xc2\\\\x1eD\\\\x97\\\\x027\\\\x1fI:\\\\t\\\\x8d;\\\\xc7WD\\\\x9a\\\\x81T\\\\x90d\\\\xb61\\\\x149\\\\xbe\\\\xc3Uk,\\\\xe2\\\\x8d\\\\x12Ut\\\\x81:}\\\\x93\\\\xd3\\\\xcc\\\\x9a\\\\xa5\\\\x08\\\\x05W9\\\\xadU\\\\xf7\\\\xe4{\\\\x140\\\\xad\\\\xacd\\\\xb2\\\\xc0=AI\\\\xf4\\\\xa9\\\\x8d\\\\x0f\\\\xf9\\\\xf4\\\\xb2AvK\\\\x95P\\\\xf5\\\\xc7t\\\\x15\\\\xb3\\\\xd4\\\\xb6\\\\xe3\\\\xd5`\\\\x15Z\\\\xa1J\\\\xb0\\\\xf0\\\\x12;\\\\x11\\\\x00\\\\x8d:\\\\x06b\\\\x1d2\\\\xdc\\\\t\\\\x06\\\\x94\\\\xe6\\\\x85\\\\xf2\\\\x87\\\\x18\\\\xdf\\\\xebG\\\\xf7\\\\x1c\\\\x99\\\\xb6\\\\xa5c\\\\n\\\\xbd\\\\x89S\\\\xe5\\\\xf6\\\\xf4\\\\xd3&\\\\xaaU\\\\xca\\\\x14\\\\x83\\\\x90\\\\xe8\\\\xedy\\\\x16\\\\xd8*\\\\x80\\\\x19H\\\\x00\\\\x10t\\\\xd7]d\\\\xeb\\\\x1f\\\\xbf\\\\xae\\\\xa2\\\\xad&\\\\xab\\\\xa6\\\\x0e\\\\x1a\\\\xccO\\\\xca\\\\x93b\\\\xda\\\\xd9V\\\\x1f\\\\xe6^\\\\x0e\\\\xe0\\\\x80\\\\x82Y`\\\\x08\\\\x925\\\\xd4\\\\xff\\\\x00\\\\x87D\\\\x08\\\\xc9Y\\\\xb1-!\\\\x888%\\\\xbc\\\\xea\\\\xd3u\\\\xa6\\\\x8d\\\\xa5lp\\\\xe2\\\\xc2J<\\\\x19\\\\x00\\\\x12\\\\xdah\\\\x0f\\\\x8c\\\\xfd\\\\xddN\\\\x15\\\\t.\\\\xc5\\\\xf2+~\\\\x16\\\\'\\\\x1e\\\\x19\\\\xb2\\\\x98\\\\x98\\\\xb0\\\\xaa\\\\xb8w\\\\x05a\\\\x81\\\\x10\\\\xa1\\\\xa2?\\\\xb7~\\\\x96f\\\\x03\\\\x92\\\\x9d\\\\x11\\\\xa97\\\\xe0\\\\xdf\\\\xc6cT\\\\xb4\\\\xdb\\\\x98\\\\xc0\\\\xce\\\\xe5JWpXY\\\\x86\\\\xd7q\\\\x91\\\\xa1#\\\\xb9\\\\xd3\\\\xa1\\\\x17X\\\\x8eJ\\\\xc8\\\\x9c\"9\\\\x14\\\\xb9\\\\x9fB\\\\xdf\\\\x9a\\\\xf9\\\\x18,\\\\xc3\\\\x16\\\\xd8*\\\\xb1\\\\xf8G\\\\x84\\\\x8dI\\\\xed\\\\xdb\\\\xfb\\\\x06H\\\\xb1U\\\\xa6\\\\x01\\\\x97\\\\xa7\\\\x12\\\\xa3\\\\xbf\\\\x15CZ\\\\xa9U\\\\xa5\\\\x941W\\\\xb7P{F\\\\xe6\\\\x03S\\\\xe1\\\\xaf\\\\xdd\\\\xd0\\\\xc9\\\\x9d\\\\xd0J\\\\xd8\\\\x91\\\\x01h\\\\xbb\\\\x81\\\\xbbs\\\\x1cg\"\\\\xa9UB\\\\x93\\\\xd8j\\\\x00\\\\x92G\\\\x9f\\\\x8f~\\\\xa0\\\\xdbdF$\\\\xb5T3\\\\x8bo\\\\x1fQ\\\\xc8\\\\xae\\\\xb7\\\\xb2\\\\xf9+uL$)\\\\x83\\\\xb4\\\\xc8\\\\x89 \\\\x0f\\\\xdb\\\\xd0\\\\x0b^\\\\x96\\\\xcd7S\\\\x10FY)4r\\\\xb9\\\\x0fU\\\\xad\\\\x97\\\\xca=8\\\\xd6W\\\\xecfWe\\\\x84\\\\x8bt\\\\x96\\\\x0c\\\\xaau\"N\\\\x91\\\\x03\\\\xbfS\\\\x18\\\\x90\\\\xee@\\\\x1fTp\\\\x94Nf\\\\xaa\\\\xd4\\\\xe1~I\\\\xca\\\\xf2|\\\\x07\\\\x11\\\\xc6X\\\\xa3;\\\\x8d\\\\xe1\\\\xaf\\\\xbe\\\\x8c^M\\\\x16\\\\xc6\\\\xb1\\\\xd2\\\\xdf[T\\\\xe3r\\\\x82\\\\xab>\\\\x93\\\\xa7\\\\xee\\\\xe9\\\\x1f))]\\\\xda\\\\xc6,\\\\xe2\\\\x06\\\\x85hmKM\\\\xf9\\\\xa38\\\\xd5\\\\xbd\\\\x1c\\\\x85\\\\xa2\\\\x8f\\\\xf5\\\\x87[\\\\x96T\\\\x89\\\\xef\\\\xa0\\\\xf2:k\\\\xa7X\\\\xfba\\\\x90=\\\\xebD\\\\xb3\\\\xa6*\\\\xaaJ\\\\x82Z)\\\\x08\\\\x10\\\\xee\\\\xac\\\\x19%\\\\x0c\\\\xe9 \\\\xcfx\\\\xd4u\\\\xa2 \\\\xe1\\\\xdb5\\\\x05\\\\x9d\\\\'\\\\xfe\\\\xa9\\\\x0c\\\\xb5\\\\xc5\\\\xc6\\\\xe4v\\\\x14\\\\xbb&\\\\xb8\\\\'l\"\\\\xa9&B\\\\x83$\\\\xe8~\\\\xc9\\\\xd3\\\\xaas2\\\\xb6L\\\\xc1`:d\\\\xb3\\\\xf7^\\\\xacW1\\\\x92\\\\xady\\\\x15\\\\xa1v\\\\x04\\\\xb23\\\\x03\\\\r\\\\xfe\\\\x92d\\\\xe8~\\\\xce\\\\xae\\\\xfc}\\\\xd9]&L\\\\xc1c]\\\\x02\\\\xd8\\\\xa9Z\\\\xf3\\\\x14\\\\xddp\\\\xab\\\\x1a\\\\xa3\\\\xef!\\\\x0e\\\\xc1\\\\x84\\\\xfaI\\\\x12X\\\\xf6#\\\\xee\\\\xea\\\\xd6\\\\xe2N\\\\x08\\\\xfa\\\\xa5\\\\xda|N\\\\x05i\\\\xe4\\\\n\\\\xbeUm\\\\x84\\\\xae\\\\xd4\\\\xb2\\\\x06v\\\\xd9\\\\xb4\\\\x06\\\\xd3r\\\\xc0\\\\xef\\\\xb64\\\\xf1\\\\xe9BZK\\\\x07\\\\xc17P!\\\\xe5\\\\x8f\\\\x1eJn\\\\x065\\\\x99$[\\\\xf9{N\\\\x18aN\\\\x80\\\\xcc\\\\x88:i\\\\xe6c\\\\xef\\\\xea\\\\xcc$\\\\x12%\\\\x12\\\\x03\\\\xe3\\\\xc6\\\\t\\\\xbe\\\\x9e\"\\\\xa0\\\\xd5\\\\xd9{\\\\xd9\\\\xed\\\\xa85V\\\\x8a@&\\\\x08-%`x\\\\xc7D+\\\\x8a`\\\\xb2h\\\\xf8Q\\\\x11\\\\xb3\\\\x9f\\\\xc0\\\\xe1\\\\xeeJ\\\\xa8A\\\\x9e\\\\xbbak\\\\nEQ&@P<4\\\\x813\\\\xe2N\\\\xbdH$P\\\\'{\\\\xe0R\\\\x042]\\\\xe4~G\\\\x9dm\\\\xbb\\\\xebeJ\\\\xd6\\\\xc3\\\\xed\\\\xd0W\\\\xd5\\\\xa1\\\\x1f\\\\x89@\\\\x8dbc\\\\xa93\\\\xa5\\\\x0ej\\\\xaf\\\\xb9)\\\\x16\\\\xc0&.?\\\\x96\\\\xfe\\\\xab\\\\x8b\\\\x1c\\\\x96U\\\\\\\\u\\\\x8a\\\\xcbe*\\\\xc7cX\\\\xac6\\\\x9d\\\\x8a\\\\x04A\\\\xf3?\\\\xf1\\\\xe8\\\\x04\\\\x9c\\\\x9c\\\\x95\\\\x9bw\\\\x1f\\\\x1cRg1\\\\x87y\\\\xb2\\\\xec\\\\xb2}\\\\xfc}\\\\xd2\\\\xb7\\\\x03\\\\xe9\\\\x02~\\\\xa0L\\\\x11\\\\x064\\\\xe8\\\\xb4\\\\xb9@\\\\xc4\\\\x8e+\\\\xd8\\\\x96Z\\\\xefb\\\\xe4+W\\\\xa9+V\\\\x15\\\\xb0\\\\xdd25\\\\x82<\\\\x07o\\\\xb3\\\\xa9\\\\x88\\\\x0e\\\\xa7N\\\\xa0\\\\x9c\\\\xf8nZ\\\\xbeH\\\\xff\\\\x00O\\\\xcdYf?\\\\xca\\\\x00\\\\xea\\\\xdb\\\\x810L\\\\x12#_\\\\xee\\\\xe9d\\\\x83B\\\\x9bn\\\\x98\\\\xa4\\\\xfeg\\\\x13\\\\x1b\\\\x17>\\\\xda\\\\xa9kk\\\\xa6\\\\xc3\\\\xbb\\\\xda\\\\x8d\\\\xee\\\\x01\"c]O\\\\x90\\\\xf0\\\\xeb\\\\xb4\\\\x81\\\\x81\\\\xeeD_ \\\\x17\\\\xb8\\\\x98?\\\\x9av\\\\xfc\\\\x9b\\\\xd6\\\\x9e\\\\x96\\\\r$\\\\x06\\\\xf6\\\\xd7X+\\\\xa6\\\\xbeq\\\\xff\\\\x00\\\\x1e\\\\x8eD\\\\x19>\\\\xf4\\\\xe4\\\\xd7nb:\\\\xd0\\\\xb0Q\\\\xc1]\\\\x8c\\\\x00\\\\x89\\\\x07\\\\xfb\\\\xccu\\\\\\\\\\\\x83G%\\\\xfa`\\\\xc9\\\\xb1.NI\\\\xbb\\\\x90\\\\\\\\{\\\\xf0\\\\xb6\\\\x17J\\\\x9a\\\\xe5!j\\\\r\\\\xb9\\\\x91\\\\x8c\\\\xeb\\\\xe2A\\\\x83\\\\xe3\\\\xdf\\\\xa2\\\\r?\\\\xa29\\\\x90\\\\x07\\\\'H\\\\x17q\\\\xd95\\\\xadm[{\\\\x89N\\\\x88\\\\xb67\\\\xe1 \\\\xcc\\\\xc2\\\\x9dg\\\\xeb\\\\xd3bI\\\\xaaL\\\\x86X\"\\\\t\\\\x86\\\\x8d\\\\x85{\\\\xb2^l:WRV6}Y\\\\xf4\\\\x9f\\\\x13\\\\xdb\\\\xa2\\\\xb8c\\\\x18\\\\xbb(\\\\x80\\\\x93\\\\x97\\\\xe5\\\\xf6[\\\\x9f\\\\x87\\\\xcc\\\\xae\\\\xb2\\\\x96\\\\xd2\\\\x15\\\\x9c\\\\xa9\\\\xf76n%J\\\\x82\\\\x037\\\\xd4w\\\\xea\\\\'\\\\x19iv\\\\xfe\\\\x91\\\\x00\\\\x1b\\\\x15k|Z\\\\xaapn\\\\xafx\\\\xaf;\\\\x1d\\\\x10\\\\x8bV\\\\xa6`\\\\xb6\\\\x16]\\\\xc5Q\\\\x86\\\\xa0\\\\x81\\\\xe5\\\\x12\\\\x7fgA9\\\\x08Q\\\\xc1\\\\x1c`\\\\x9bh\\\\x00_\\\\x99\\\\xe1\\\\xd0<\\\\xae?\\\\x16\\\\x8c\\\\xcb/\\\\x08,\\\\xb0\\\\xbb\\\\x16\\\\x0eAU\\\\xde\\\\xc7h\\\\x1a\\\\x8e\\\\xc3\\\\xb4\\\\xf7\\\\xea\\\\x88\\\\xdb\\\\xff\\\\x00\\\\xa8\\\\x16\\\\xe5\\\\xde\\\\x99)\\\\x00U\\\\xc9\\\\xf0\\\\x0c\\\\x04\\\\xa6\\\\x97\\\\xbd\\\\xf1\\\\\\\\\\\\x05\\\\xad\\\\x8d6\\\\x01\\\\xb5\\\\xe4\\\\xc9\\\\xd6fbH\\\\x13\\\\xf6\\\\xf4\\\\x16\\\\x8cu\\\\xb0\\\\rO\\\\xedY\\\\xb3\\\\x02\\\\xcekUN|\\\\xc7\\\\x899|\\\\xceu\\\\xc4\\\\xdam\\\\xb5\\\\x92\\\\xc4\\\\xb8\\\\x08\\\\x00\\\\xafx_\\\\xa4\\\\xeb\\\\x11\\\\xd5\\\\xbbv\\\\x8c\\\\xa2]\\\\xc1+7z\\\\x1ee\\\\x83\\\\xbaL\\\\x1c~mx\\\\xf7\\\\x1bP\\\\x84\\\\x03j\\\\xc0,[o\\\\xa8H\\\\'\\\\xeb?N\\\\xddcn\\\\xad\\\\xdc\\\\xd6\\\\xceH\\\\t\\\\xdbx\\\\x83\\\\x03FJ#\\\\x1d\\\\xcd\\\\xfb\\\\xac\\\\xafm\\\\x8b\\\\xbb{\\\\x9d\\\\xcc^\\\\x0c\\\\xe9\\\\xf5?\\\\xd8t\\\\xdb@\\\\xc8\\\\x12\\\\xff\\\\x00\\\\xc7\\\\xf2\\\\xab\\\\\\\\&4gV\\\\x1f\\\\t\\\\x86\\\\xdc\\\\x8e=Mu\\\\x05\\\\xe8\\\\xc3u\\\\xf6\\\\x9e@;\\\\x8e\\\\xa57\\\\x02\\\\x0f\\\\xef\\\\xf1\\\\xea\\\\xdd\\\\x8b \\\\x82\\\\xc4\\\\x91\\\\xc6k\\\\xa0gp\\\\xb1\\\\xcb\\\\xee\\\\xb4|\\\\x8di\\\\xae\\\\x94\\\\xc2ZX\\\\xe4V\\\\xa5\\\\x9e\\\\x04\\\\xc4\\\\xeagM4\\\\x07\\\\xb1\\\\x9e\\\\xaan\\\\xf6\\\\xa2:td\\\\x9d;\\\\xf41\\\\xe4\\\\x17\\\\xbf\\\\x1b\\\\xc7\\\\xa5o\\\\xb0\\\\xe5\\\\xa2\\\\n\\\\x85d\\\\x1bL\\\\x94\\\\x0c\\\\x7f\\\\x88\\\\xef\\\\x1a\\\\x89\\\\x1d>\\\\x05\\\\x883\\\\x18\\\\xd3\\\\x8f\\\\xb2\\\\xa9l\\\\t\\\\xf6c\\\\xde\\\\x9ex\\\\xaeg\\\\x17\\\\x1b\\\\x90\\\\xad]wR\\\\x8cR\\\\xbb\\\\x10\\\\x02\\\\xbe\\\\x93\\\\xa6\\\\xcf\\\\x00\\\\x06\\\\xe8\\\\x04\\\\x9f\\\\xb3\\\\xab7H\\\\x83D\\\\xe08\\\\xc5:\\\\x17\\\\xd8\\\\xd10|\\\\x9f\\\\x93(\\\\x85q\\\\xe8*\\\\xd6\\\\xefRC\\\\x06\\\\x15\\\\x98\\\\x04\\\\xc3L\\\\xeb>\\\\'\\\\xa3\\\\x91\\\\xd6\\\\x18\\\\xe0\\\\x9b~\\\\xe3F\\\\x8a\\\\xbd\\\\xbe\\\\xcb\\\\r>\\\\xd0\\\\xb5\\\\x9b\\\\xdd\\\\xa5\\\\xbd61\\\\x0c\\\\xa4\\\\xedf-\\\\x00\\\\x85S2|\\\\x7fgQ\\\\x1bf\\\\x01\\\\x81zb\\\\xb3e2e\\\\xdb\\\\xd4\\\\xfd\\\\x12\\\\xf6V%\\\\xd6^-\\\\xac\\\\x13\\\\x91l\\\\x97dOF\\\\xd0\\\\xda\\\\r\\\\xba\\\\xf6\\\\xeet\\\\xfbH\\\\xea\\\\xa5\\\\xcbr\\\\xd5Ls!0KP\\\\xa0w\\\\x18+\\\\x9f\\\\xe3\\\\x14\\\\xbe\\\\x1f\\\\x0b\\\\x8bS/\\\\xb6X\\\\x17\\\\xb7q\\\\xd9\\\\xbc\\\\x82Ob\\\\x01\\\\x1e \\\\xc1\\\\xea\\\\xe5\\\\x97\\\\x11\\\\xf5\\\\x1c\\\\x99_\\\\xb1\\\\x1d0b\\\\x1276\\\\x18f\\\\xde\\\\x15o\\\\xc56\\\\xb3:o]MfB\\\\xb4\\\\x96\\\\x90\\\\x04\\\\x1dzDlF\\\\x01\\\\xc6\\\\x14\\\\xc7\\\\xcdR\\\\xb99JM\\\\xda\\\\xa6\\\\xf0\\\\xbcu\\\\xd9is\\\\x94\\\\x17+ X\\\\x04\\\\xfbi\\\\xed\\\\xc4\\\\x12\\\\x1a;X\\\\xba\\\\xeb\\\\xdf\\\\'\\\\x1e\\\\xba\\\\xbd\\\\xb2\\\\xc6\\\\xb8%\\\\x18\\\\x12\\\\x08aY\\\\x10\\\\x14\\\\x1f/!\\\\xa7\\\\x87G\\\\xb6\\\\x0f\\\\x17 \\\\xc4\\\\xf2uZ2\\\\x11\\\\x9eD2\\\\x8f\\\\xc9c\\\\x84\\\\xc8v\\\\xb4\\\\x8bp\\\\xdfr\\\\\\\\\\\\xa5\\\\xc2\\\\x16#\\\\xf8\\\\x83\\\\x06$\\\\xe9\\\\xae\\\\x83\\\\xef\\\\xd7\\\\xa6\\\\x88\\\\x17\\\\xe8\\\\x10\\\\\\\\1\\\\x8c\\\\x87/\\\\xaa\\\\xf7\\\\x1f\\\\x98\\\\xa3\\\\x8f\\\\xa8\\\\x9b\\\\xb1\\\\x7f2\\\\x0b{\\\\x94X\\\\x14\\\\xfb\\\\x95m\\\\x1b\\\\x95\\\\x88=\\\\x8e\\\\xd9\\\\x03\\\\xf6\\\\xfdz\\\\x060\\\\x0c\\\\xee\\\\xac\\\\r\\\\xc7N\\\\x02\\\\x95\\\\x93\\\\x95\\\\x87\\\\xcba\\\\x8b\\\\xeb\\\\xa3\\\\xdb\\\\xba\\\\xba\\\\xdbz=\\\\xa1QX\\\\x91\\\\xb9QTz\\\\x89\\\\x89\\\\x8f\\\\xf0\\\\xe9vn\\\\x9b\\\\x90|\\\\x0f\\\\x8ejf5\\\\xe0\\\\xc9\\\\x1f>\\\\xbc\\\\xc1w\\\\xb3e\\\\x85BY\\\\xb6\\\\x010\\\\xb0 \\\\xc1\\\\x10`\\\\xcfs\\\\xd6\\\\'\\\\xc9]/\\\\xa2C\\\\n\\\\xa8\\\\xb3l\\\\x93L\\\\x0b\\\\x04\\\\xd1\\\\xc3~R\\\\xd1V!ol9\\\\xd8,\\\\xba\\\\x0c\\\\x16\\\\xd6A\\\\'N\\\\xda\\\\x1f1\\\\xdb\\\\xb7T6\\\\xf7m\\\\xb6\\\\x99\\\\x00dy\\\\xe1\\\\xfcd\\\\xb5\\\\xc1\\\\x02,Qz>.\\\\xd5f\\\\xad\\\\xadH\\\\xbd-\\\\xdb\\\\xeac>\\\\xd9\\\\x0eC\\\\x06\\\\xd0\\\\xe8A\\\\x89\\\\x8e\\\\xab\\\\xee\\\\xb6w\\\\x85!\\\\x83\\\\x9c2\\\\xcb\\\\xcb\\\\x9a8\\\\xd8\\\\x8c\\\\x88\"\\\\xa3\\\\xea\\\\x9f\\\\xaa\\\\xc2Jp3\\\\x0b\\\\xd2\\\\xf4SeC\\\\xdb|tf\\\\t\\\\xdc\\\\x86\\\\x83\\\\xa9\\\\x03\\\\xc3C\\\\xd6\\\\xcd\\\\xad\\\\x87\\\\xb5\\\\xb7\\\\xd0I\\\\xe6O.\\\\xa9\\\\xd7\\\\x9c\\\\x05\\\\xcf\\\\x1c\\\\x9b;\\\\xe4^\\\\xb72\\\\xfb\\\\x8e\\\\xdb\\\\x83\\\\x10u\\\\x12w\\\\t\\\\x93\\\\xf7\\\\xc7Y\\\\x16\\\\xc3u\\\\xf3\\\\xe3\\\\xb5d]\\\\x8c\\\\x8c\\\\xa9\\\\x8eH\\\\x7f\\\\xb3W\\\\xff\\\\x00\\\\xb5\\\\xff\\\\x00\\\\xe7\\\\xff\\\\x00\\\\xc7\\\\xab\\\\x1a\\\\xa3\\\\xc0T\\\\xb4\\\\x1e\\\\x8b\\\\xff\\\\xd1\\\\xf8\\\\xb1\\\\x99\\\\x8e\\\\xb7-y\\\\x14\\\\x8d\\\\xeaD\\\\x9b\\\\x0e\\\\x84I\\\\xd6|\\\\xfa\\\\xa7f\\\\xe1\\\\x8b\\\\xc4\\\\xaf+f\\\\xe1\\\\x8b\\\\xc4\\\\xacq\\\\xd4\\\\xd0\\\\xa5M{\\\\xcb\\\\xa9\\\\xd4xv\\\\xd7\\\\xfbv\\\\xeb\\\\xae\\\\x1dG\\\\x157\\\\x0e\\\\xbc\\\\xd1\\\\x1a*{\\\\x89\\\\xf7\\\\x0f\\\\xa4\\\\x99\\\\xadGmt\\\\xf0\\\\x1f\\\\xdd\\\\xd2\\\\' 0U\\\\xaeLG\\\\x04\\\\xf1\\\\x80\\\\x9f\\\\x95\\\\xc7\\\\xb5l*\\\\xb6hN\\\\xef\\\\xe1\\\\x02fXLL\\\\xf6\\\\x1dgJd\\\\x97\\\\x1cv,\\\\xab\\\\xb3\\\\x8c\\\\xf2%\\\\xf0By\\\\x1b\\\\xed\\\\xbe\\\\xd5\\\\x05d\\\\xc6\\\\xc50\\\\xd3\\\\x1e^3?oO\\\\xb6\\\\x06)\\\\xdbx\\\\x08\\\\x84;\\\\xda\\\\x10\\\\xb60\\\\x8b\\\\x1fJ\\\\xbcL\\\\xf8\\\\xe9\\\\xd35e\\\\x92~\\\\xbc\\\\xb2QW\\\\x08\\\\xb3\\\\x80\\\\xd2T\\\\xd9\\\\xbd\\\\xd7P#\\\\xc6N\\\\xb1\\\\xf6\\\\xc6\\\\x9d\\\\x19\\\\xba\\\\x02i\\\\xbc\\\\xc3\\\\xb9D\\\\xe41i\\\\xaa\\\\xcbE^\\\\xe5\\\\xb49\\\\x01=\\\\xc8%Dht\\\\x1d\\\\xe3\\\\xc6:m\\\\x9b\\\\x8f\\\\xd17ovR\\\\x01\\\\xd8\\\\x1e\\\\x89r\\\\xc3jXT\\\\xb8 \\\\x12s\\\\xd1\\\\xc6\\\\x02B\\\\xb5E\\\\x18\\\\t\\\\x075Y\\\\x0bQ\\\\xebz\\\\xedD\\\\xc8\\\\xa6\\\\xc0M\\\\x8a\\\\xe0k\\\\xa8\"g\\\\xb9\\\\x04u\\\\x06$\\\\x1aQs\\\\x18\\\\x90cB8\\\\xf0@\\\\xb3>7[\\\\xabY\\\\x85p[`\\\\xb7\\\\xe5\\\\x98\\\\x82\\\\t\\\\xd7\\\\xd2\\\\x0fq\\\\x00x\\\\xfe\\\\xee\\\\x8a7A\\\\xc6\\\\x8a\\\\xf5\\\\x9f\\\\x91\\\\xabLw\\\\xa5\\\\\\\\\\\\x8cl\\\\x8cW\\\\xf6\\\\xf2)j\\\\x9b\\\\xc3p\\\\xd0\\\\x81\\\\xa4\\\\x83\\\\xd8\\\\x8f\\\\xa8\\\\xe9\\\\xabR\\\\x13\\\\x8c\\\\xc3\\\\xc4\\\\xb8Yc\\\\\\\\)\\\\xb01\\\\x98\\\\x1d\\\\xe0\\\\xc7m|\\\\'\\\\xc7\\\\xa9\\\\x05\\\\x97J:\\\\x83/\\\\xa5\\\\xdf\\\\xedS\\\\xfd\\\\xc2:\\\\xa6\\\\x1f\\\\xe9\\\\xef\\\\xca\\\\xb9f\\\\xaa\\\\x83\\\\xe8\\\\xe0\\\\xb3/o\\\\xc4\\\\x01\\\\xff\\\\x00\\\\x91f\\\\xee\\\\xc64_\\\\xdd\\\\xd7\\\\x9c\\\\xf9\\\\r\\\\x91\\\\xb1-Q-l\\\\xff\\\\x00\\\\xf8\\\\x9e]\\\\x87/\\\\x05\\\\xe4w\\\\xfb#fd\\\\x81C\\\\xe4W\\\\xd1\\\\xbf\\\\xc8W\\\\xca\\\\xfbl\\\\xf5&\\\\xda\\\\xc9\\\\x0buZ\\\\x96\\\\x0cF\\\\x82$\\\\xc0\":\\\\xce\\\\x912g\\\\x18S\\\\xb5dN\\\\xd7:\\\\xa8\\\\x9c\\\\xdf\\\\xc7/O\\\\xe5\\\\\\\\\\\\x88\\\\x8by\\\\x1f\\\\xcb\\\\xa0\\\\x08sZ\\\\xf8\\\\x82\"\\\\x01\\\\xd0\\\\xeb\\\\xd3\\\\x00\\\\x06,\\\\xca\\\\xa5\\\\xdb\\\\x06&\\\\x99$\\\\x83\\\\x88\\\\x13\\\\x16\\\\xd6\\\\xb03\\\\x15\\\\xff\\\\x00\\\\xf7rZ`\\\\x03\\\\xab4h~\\\\xde\\\\x93h\\\\x0b`\\\\x81\\\\x81\\\\xcd\\\\x0c\\\\\\\\\\\\x17>\\\\x0b]\\\\x19\\\\x15\\\\xe5\\\\xd4\\\\x8e\\\\xf5\\\\x1b\\\\x0e<\\\\x0b\\\\xca\\\\x01\\\\xbb\\\\xcb]\\\\xda\\\\x91=\\\\xff\\\\x00\\\\x7fWmI\\\\xf1Rb\\\\x929\\\\xea\\\\x18\\\\xe4>P\\\\x0e\\\\xd5=\\\\x86+\\\\t\\\\xa0\\\\xd3\\\\xf1\\\\xa8\\\\xd7\\\\xc3\\\\xbe\\\\xbfoRI%W\\\\xba\\\\xe0\\\\xe0\\\\x91\\\\xf3\\\\xb8\\\\x9b\\\\xb1\\\\xedU\\\\xaa\\\\xe4k\\\\xafR\\\\xc3\\\\x1c\\\\x12`\\\\x8dC4@\\\\xd0\\\\x19\\\\x8e\\\\xa7\\\\n*\\\\xe2\\\\x05\\\\xf1Y\\\\xd7Nh\\\\xe2N\\\\x05\\\\xec*\\\\xa2\\\\x8bE\\\\xab\\\\xb67\\\\xb3\\\\xb1\\\\x89\\\\x91\\\\x04\\\\xf9\\\\xfd\\\\x9d\\\\x13H\\\\x86W\\\\xad\\\\xcaZ4\\\\xe0\\\\x12\\\\xb6}5Z\\\\xf6\\\\n\\\\xdc9\\\\xa9&\\\\xf0\\\\x82v\\\\xc1\\\\x90dk\\\\xdf\\\\xcf\\\\xae\\\\xc1\"q\\\\x04\\\\xa0O\\\\xc5\\\\xe1\\\\xd8\\\\x86\\\\xe5\\\\xb9\\\\xaa,\\\\x0e\\\\xd4\\\\xdb\\\\x02I\\\\xd4\\\\xfdOi\\\\x11\\\\xd4?$\\\\x1e\\\\xce\\\\xac\\\\xd6x\\\\\\\\E\\\\x14Z,|\\\\xc5DJ\\\\xd80\\\\x8d\\\\x19\\\\xbb\\\\x89\\\\xd4\\\\xea v\\\\xeaF\\\\x18\\\\xa6[\\\\xb2\\\\xc6\\\\xa8_)\\\\xc5S\\\\x96jlJ=\\\\xc7\\\\x04\\\\x0b\\\\x1c~ \\\\xcd\\\\x10=K\\\\x00\\\\x18\\\\xa1\\\\xb6K\\\\xe2\\\\x88\\\\xf1\\\\xf8\\\\x17T\\\\xc7%\\\\x88Kb\\\\x19\\\\t\\\\xde\\\\xbbX\\\\xea\\\\x01\\\\xf1?w]\\\\x18\\\\xb5S#\\\\x174V\\\\x05\\\\x18V6 \\\\xd9\\\\x8ek\\\\x0c\\\\xa5\\\\xdd\\\\xdc\\\\x1fS\\\\xc6\\\\xb2\\\\x07i\\\\x1a\\\\xf8t\\\\xc8\\\\xc8\\\\x1a+F\\\\x0c+\\\\x8a\\\\x17\\\\x99\\\\x81jaE\\\\x98\\\\x9f\\\\xcd\\\\xce\\\\xad\\\\x9a\\\\xb50Y\\\\xd5\\\\x8c\\\\xee\\\\x91\\\\xda \\\\xc6\\\\x9d\\\\x19p\\\\xca\\\\xb9\\\\x89\\\\x03\\\\'*\\\\xb7\\\\xe5x\\\\x14_\\\\xcc\\\\xee\\\\xbc6\\\\xe0\\\\x08F\\\\xd1\\\\xfd^!`\\\\x02\\\\x17ws\\\\x07\\\\xcf\\\\xc3\\\\xa5\\\\x98\\\\xb8*\\\\x03\\\\x85\\\\xe7\\\\xc72\\\\xf38\\\\xac\\\\x9a0\\\\xf2\\\\xdcc\\\\xe3ZA]\\\\xc1\\\\xd4\\\\x85\\\\x04\\\\x815\\\\x00\\\\xbb\\\\xb7i\\\\xac\\\\x11\\\\xafX\\\\x9b\\\\xfb\\\\x92\\\\xb3\\\\x1d\\\\'\\\\xf5\\\\x93\\\\xb7N\\\\xee\\\\xabGo\\\\x03\\\\x8a\\\\xb7pm\\\\xdf\\\\xb1\\\\xc3\\\\x96\\\\x07Z\\\\xde\\\\xb6\\\\xd7\\\\xc8\\\\x8f\\\\x00w\\\\x03\\\\xe0>\\\\xbdd\\\\xec.8g\\\\x04\\\\x8c?\\\\x0bVN\\\\x9bq\\\\xed\\\\xf5\"9\\\\xf6=\\\\xadR\\\\x9d\\\\xa5C+A\\\\x98\\\\x04v\\\\xec~\\\\xfe\\\\xb7\\\\xa19\\\\x01P\\\\xdcrJf,y\"\\\\xfc\\\\xd6&7=\\\\xc6%l\\\\x8fw\\\\xb0\\\\xad\\\\xbd\\\\x9aH\\\\x12&D\\\\xf6&\\\\'\\\\xb7V\\\\xa5\\\\xed\\\\x80[5V\\\\xfd\\\\xadC\\\\xb1Q\\\\x19?\\\\x17\\\\xa1/\\\\xb6\\\\xff\\\\x00}\\\\x1e\\\\xdcm\\\\xcaM\\\\x84!@D\\\\xa9X*\\\\x07\\\\xa4\\\\xf63\\\\xd6n\\\\xdaDL\\\\x98\\\\xe3\\\\x87\\\\xe3\\\\x93\\\\xaa\\\\x17\\\\xadCKx\\\\xa5\\\\xfax\\\\xccD\\\\xb5\\\\xc94\\\\xd2\\\\x95\\\\xd8\\\\xd1s\\\\xcb\\\\xb9\\\\xdeOq\\\\xea:F\\\\xdd\\\\xd3\\\\xd5\\\\xab\"\\\\xe0$\\\\xccU\\\\xfc{\\\\xb2K\\\\x98\\\\xb6\\\\x18,\\\\x0e\\\\'\\\\x12\\\\x99l\\\\xc7\"\\\\xb1\\\\x91d\\\\xd6\\\\x1d\\\\x01\\\\x83\\\\xb3t\\\\x86N\\\\xe2\"\\\\t\\\\xfb>\\\\x9d]\\\\xb6\\\\xc2\\\\xa6\\\\x8a\\\\xb5\\\\xd1\\\\x03\\\\x9b\\\\xf1\\\\x829U5q\\\\xb4\\\\xdc\\\\x7f\\\\x95\\\\xf9_iY\\\\xd1\\\\x9cK@\\\\x07\\\\xd0\\\\x04\\\\xc4\\\\x99\\\\xef\\\\xa9\\\\xe8\\\\xc3\\\\t>)\\\\xb1\\\\x10\\\\x84\\\\\\\\\\\\xe1\\\\xf4J\\\\x1c\\\\xd7:}\\\\xbbq0Q1Q\\\\xad\\\\x1b,BK\\\\xb2\\\\xa8\\\\x06\\\\x01\\\\x805\\\\x89o\\\\xd9\\\\xa8\\\\xeb\\\\xa5\\\\x07U\\\\xe5x\\\\xc8\\\\x900J\\\\xf2\\\\xd9\\\\x0c\\\\xdb\\\\xacR\\\\xcda\\\\xf6\\\\x94\\\\x90\\\\xd61\\\\x1d\\\\xbd*\\\\xdbi\\\\xe8\\\\xf0:\\\\xf4\\\\xe9\\\\\\\\\\\\x06\\\\x1a@\\\\x02\\\\xae\\\\xf9\\\\xff\\\\x00Hb@,\\\\\\\\8\\\\xf1A\\\\xb0\\\\xf1r\\\\xb0\\\\xf2\\\\xb1\\\\xb2+\\\\xddb?\\\\xa9\\\\x99\\\\xf4-\\\\x04\\\\x8d)c\\\\xe4]V=\\\\x0bg\\\\xf3\\\\x15k\\\\xa1Cj\\\\xdaz\\\\x89\\\\x04\\\\xc6\\\\xa3\\\\xc3\\\\xf6OU\\\\xeeY0v\\\\x0e\\\\xca\\\\xb4\\\\xed\\\\x91*\\\\x1e\\\\x89\\\\x8b\\\\x07\\\\x1f\\\\xfaG\\\\x1f}7\\\\xe3\\\\'\\\\xb7\\\\xb9\\\\xb78\\\\x95>\\\\x953*W\\\\xbe\\\\xe9\\\\x8d\\\\xda\\\\x9e\\\\xde\\\\x1dM\\\\xb3\\\\xa4\\\\n\\\\x07\\\\xe5\\\\xf6N\\\\x106\\\\xe2d\\\\xf5>i\\\\x17\\\\xf3\\\\xb5f\\\\xb9\\\\xba\\\\xea\\\\xc2XH6\\\\x10\\\\xa5I)*\\\\xa4\\\\x10\\\\x06\\\\xa2t\\\\xd7\\\\xb7\\\\xed\\\\xe8\\\\xed]\\\\x17C\\\\x85\\\\x9fzGQ$\"\\\\xadux\\\\xd8\\\\x86\\\\x91]v\\\\\\\\]\\\\x99,%Ycl8\\\\n4\\\\x8f\\\\xae\\\\xa3_\\\\xa4u3\\\\x88!\\\\x8a8\\\\x9d\\\\x0e\\\\xde\\\\x18\\\\xf8-x4r\"\\\\xecz,F\\\\xa5.oj\\\\xb8\\\\xb2T\\\\xaf\\\\x90\\\\x02\\\\x00\\\\xf0\\\\xea\\\\xb9\\\\x9e\\\\x99\\\\x08\\\\xca\\\\x84\\\\xd1u\\\\xbb2>\\\\xa1\\\\x87\\\\x14\\\\xa7\\\\xd5Y9\\\\x18\\\\x15\\\\xdb\\\\xc7\\\\xbd\\\\xf5\\\\xa3~t/\\\\xb6Q\\\\xb7B\\\\xc0\\\\x02\\\\x01i\\\\x805\"O}\\\\x10`@:\\\\x9dz\\\\xab)kY\\\\xd2\\\\xb8oI\\\\x85\\\\x17\\\\x94Yr\\\\xabe\\\\\\\\Y\\\\xaa\\\\xac\\\\x94\\\\xa5\\\\x0f`\\\\xe4L~\\\\xee\\\\xdd.lH\\\\x03\\\\x13\\\\xf4]8\\\\x03\\\\xe9\\\\x8fz\\\\x91\\\\x86\\\\xf8\\\\xb9N\\\\x1d\\\\xaaU\\\\r\\\\xb8\\\\xb13>\\\\xa3\\\\xe9\\\\x83\\\\xaf\\\\x87\\\\\\\\c \\\\x97xN\\\\xd8g\\\\xe34O3\\\\xe3\\\\x8f\\\\xbd/FQK\"\\\\xd8k`C\\\\x10\\\\xc0\\\\x99\\\\x1d\\\\x8cH3=.R\\\\x95\\\\xb8\\\\x97\\\\xf1\\\\xfe\\\\x11B\\\\xf7\\\\xa6\\\\x959s@-&\\\\xb4j\\\\xd2\\\\xb5U-\\\\x0c\\\\x07y\\\\x1ed\\\\xeb\\\\xd1\\\\xc0\\\\x12\\\\xc4\\\\x9a\\\\xa3\\\\x8dK\\\\x92\\\\x85\\\\xd9R\\\\xbe\\\\xe0[y0\\\\x16\\\\x07\\\\xdf3\\\\xe1\\\\xdb\\\\xabQ\\\\x9b+Q\\\\x91\\\\x08F\\\\x7f\\\\x1fq\\\\xdeWi\\\\'\\\\xf8@\\\\x89c\\\\xdf^\\\\xadX\\\\xdc\\\\x05n\\\\xc6\\\\xe24P*\\\\xc0\\\\xf5\\\\xd8\\\\xf7\"\\\\xa5A\\\\x03(m`\\\\x8f\\\\x1e\\\\xdd\\\\xc7O\\\\x9d\\\\xfa\\\\x00\\\\rU\\\\x89n\\\\x0b\\\\x01\\\\x12]g\\\\xfdB\\\\xca\\\\x88\\\\xadW\\\\xf9aN\\\\xc0;\\\\x8e\\\\xe6I=\\\\xfa\\\\x11`H:\\\\x1f\\\\xf1\\\\xc4\\\\xaaqQ\\\\xdb\\\\x96b\\\\xc0\\\\xdaD9\\\\nd@\\\\x9f9\\\\x9e\\\\x8f\\\\xfcV\\\\x14L\\\\x1b:zr[\\\\xcd\\\\xd4d\\\\x80\\\\x18w\\\\x7f\\\\xc4N\\\\xa2t&~\\\\xd3\\\\xe3\\\\xd0\\\\x08J\\\\x05,BPK\\\\xd9\\\\x982A\\\\x1f\\\\xcd;\\\\x81W\\\\x80\\\\xda\\\\x16&\\\\x0c\\\\x03\\\\xa6\\\\xba\\\\xf7\\\\xd3\\\\xab\\\\xb0\\\\x98\\\\x90Z\\\\x9b}\\\\xcf:q\\\\xc7$=\\\\x14\\\\xe1W\\\\xf9\\\\x97K\\\\x1bl%t\\\\x95\\\\x13\\\\xb64\\\\xdd\\\\xdc\\\\t\\\\x07\\\\xc3\\\\xc7\\\\xbfD\\\\xadJB\\\\xe9\\\\xd2;\\\\xcf\\\\x1c2\\\\xd7^fM\\\\x86m\\\\xb6\\\\x14\\\\x08\\\\xac\\\\x92\\\\'P4\\\\x1b\\\\x94I\\\\xdd\\\\x1fa\\\\xef\\\\xa7\\\\\\\\\\\\n3b\\\\x03\\\\x00\\\\xa2\\\\xd2mk6\\\\xd6Uk\\\\xccR4_\\\\x00`J\\\\x8e\\\\xde\\\\xaf/\\\\x1e\\\\xa0&I\\\\x80s\\\\x92\\\\x95~K\\\\xe0\\\\xe3\\\\xd7\\\\x8e\\\\x08\\\\xf7\\\\x988\\\\xba\\\\xc3\\\\'\\\\xb9\\\\xdd\\\\xb6|\\\\xfd]\\\\xc7\\\\x8f\\\\\\\\JL .K^Y(\\\\xb5b]kT+\\\\xfc$\\\\x90\\\\x8f\"\\\\x13\\\\xbc\\\\x08\\\\xd7C\\\\x1d\\\\xfc\\\\xfa\\\\xe6M\\\\x9d\\\\xd8\\\\xc3\\\\x14\\\\xcc/\\\\x18\\\\x88)\\\\xba\\\\xc0\\\\xcc\\\\xef\\\\xb4\\\\xbfre\\\\xb4\\\\x8e\\\\xe6;\\\\xf4\\\\x06:\\\\xaa\\\\xb2\\\\x8d\\\\xbfx\\\\xea\\\\x88`\\\\x02\\\\x93U,\\\\xecl%[q\\\\x80A+\\\\x04\\\\x7f\\\\x11\\\\xfd\\\\xdf\\\\xbf\\\\xa0\\\\x9c\\\\xf4\\\\x86H\\\\x9c\\\\xd82%\\\\x95R\\\\xbdKk\\\\xb0\\\\x0e\\\\x8b\\\\xb5\\\\xd2D\\\\x96\\\\xf0\\\\xfb\\\\xb5\\\\xee:\\\\xafnLXp\\\\x15kR \\\\xb0Ad\\\\xa8\\\\xdcC#+\\\\x10\\\\xd3\\\\xdc\\\\x99\\\\xf1\\\\xea\\\\xed\\\\r\\\\x15\\\\xe6\\\\x06\\\\x8aE9\\\\x0e\\\\x87\\\\xbb\\\\x01\\\\x07h\\\\x90\\\\xd0;\\\\x9e\\\\xfd\\\\xfc\\\\xba\\\\\\\\\\\\xed\\\\x82\\\\x95;`\\\\xa9Y5cr4\\\\xa0\\\\xc9\\\\xac\\\\\\\\\\\\x14B\\\\xb0\\\\x11\\\\x04\\\\x904\\\\x8dGmzDI\\\\x81d\\\\x16\\\\xaeN\\\\xc4\\\\xbd4I9\\\\xfc=\\\\xf8g\\\\xdd\\\\xa0\\\\xb5\\\\xf4L\\\\x86\\\\x03\\\\xd6\\\\xbf\\\\xfb@\\\\x7f\\\\x7fV\"_\\\\x05\\\\xb5cu\\\\x1b\\\\xb4\\\\xc0\\\\xf2^q\\\\x9c\\\\x85\\\\x98v\\\\xad\\\\xabc##\\\\x03[&\\\\x85\\\\x08\"\\\\x08$\\\\xf7\\\\x1e\\\\x1d\\\\x11\\\\x02@\\\\xc6A\\\\xc1\\\\xc9\\\\x1d\\\\xfb\"\\\\xecY}R\\\\xff\\\\x00j\\\\xff\\\\x00\\\\xee5\\\\xf9\\\\xb5\\\\xc4\\\\xf8G\\\\xca3\\\\r\\\\\\\\\\\\xbd(\\\\x89\\\\xc6g\\\\xd8\\\\xe0\\\\x0c\\\\xc5\\\\x04M,\\\\xc4\\\\x98\\\\x7f/?\\\\xb7\\\\xaf-\\\\xbd\\\\xd9\\\\x1d\\\\xac\\\\x9f\\\\x18H\\\\xd0\\\\xe6\\\\x0f#\\\\xf69\\\\xf6\\\\xaf3\\\\xbb\\\\xda{R\\\\xa6\\\\x0b\\\\xe8B\\\\xfeg#\\\\x13b[hP\\\\x0bd\\\\xd7{\\\\x072DHa\\\\x1ak\\\\x1e\\\\x03\\\\xf7\\\\xf5\\\\\\\\\\\\xb0\\\\x0c\\\\xea\\\\x84\\\\xad\\\\x12\\\\x12\\\\'/\\\\x89B\\\\xe6Y\\\\xef\\\\xd6j\\\\x08\\\\x03YUc\\\\xf1\\\\xed\\\\xf0\\\\x90\\\\x0c\\\\x92\\\\x00\\\\x9f?.\\\\x84[Tn[\\\\x11*\\\\xb9\\\\xb3;\\\\x1f\\\\x13+\"\\\\xd66WM\\\\x91\\\\xed\\\\x82\\\\xbaD\\\\x11$\\\\r\\\\t\\\\x1d\\\\xf6\\\\xfd\\\\xfd6\\\\xd0#\\\\x12\\\\xabJ@\\\\x05\\\\'-\\\\x95\\\\x17\\\\x1f\\\\x11T[\\\\x8f\\\\xb0\\\\x9a\\\\xacRK\\\\x12\\\\xe2@\\\\x90`\\\\xeb\\\\xfb\\\\xbe\\\\xe9y\\\\x1c\\\\x91\\\\x91\\\\x19\\\\xc7\\\\n\\\\xa5\\\\x9c\\\\xbc\\\\x0cz\\\\xeef\\\\xcb\\\\xc5\\\\xa6\\\\x84e \\\\xdfJ\\\\x98\\\\xd3\\\\xbcm\\\\xd2L\\\\t\\\\x07\\\\xf6\\\\xf4v\\\\xe2\\\\x05UX\\\\xc4\\\\x02]\\\\'r\\\\x19\\\\xb5\\\\x8b-DF\\\\xb2\\\\x941C3\\\\x1dT@\\\\x1bd\\\\x08\\\\x11\\\\xa0\\\\x93\\\\xe5\\\\xd4\\\\x19UG\\\\xb8A\\\\xa5\\\\x10\\\\x82\\\\xd0\\\\x97W\\\\xf9=\\\\x96m;B\\\\x0fK/}|\\\\xf4\\\\x9e\\\\xdd\\\\x0c\\\\x81!,H\\\\xf2A\\\\xb2V\\\\xebMwb\\\\xb3\\\\x91g\\\\xa5\\\\xbd?\\\\x81dL\\\\xaf\\\\xd4\\\\x99\\\\xff\\\\x00>\\\\xbaV\\\\xe8\\\\xeb\\\\x81\\\\xe4V\\\\x16]\\\\x99\\\\x8bUU62\\\\xa9\\\\xc8\\\\x13Q\\\\x1bY\\\\x80\\\\x8e\\\\xd2F\\\\x86\\\\x7foPA\\\\x88\\\\xae(\\\\x8c\\\\xe4\\\\x18\\\\x1c\\\\x14*\\\\xb3]\\\\xb3\\\\x0262\\\\xab\\\\x15d\\\\xb5\\\\xe0\\\\xac(\\\\x04\\\\x8d\\\\'\\\\xb3\\\\x05\\\\xfd\\\\xa7\\\\xae\\\\xb7#\\\\x8a`\\\\x99\\\\xa3\\\\xa9{\\\\xcd\\\\xa9mig\\\\xb8\\\\xa4\\\\x82h\\\\x9d\\\\xdbd@ \\\\x13\\\\xe5\\\\xac\\\\xf8\\\\xfd\\\\xbd\\\\x16\\\\xb0K\\\\x14\\\\xc3\\\\xeb\\\\n\\\\x01\\\\xe0\\\\xeb\\\\xbe\\\\xb7\\\\xbb\\\\x13x\\\\x0e@\\\\xae\\\\xa9*\\\\xa1[Q\\\\xa3m:\\\\x9d\\\\x0e\\\\x9d1\\\\x92%\\\\xb7\\\\xeeK\\\\xb9\\\\\\\\fMy\\\\x82\\\\xa0\\\\xea\\\\xab\\\\xfc\\\\x16A\\\\x05{\\\\x12\\\\t&G\\\\xdd\\\\xd0\\\\xb9)R\\\\xb7-TX\\\\xa5|\\\\xab\\\\xdc\\\\xdf\\\\xd3l\\\\xa9\\\\xbf&\\\\xae\\\\xc0\\\\x8d\\\\xb1\\\\nw\\\\x12\\\\t\\\\xdb\\\\xa8\\\\xd3\\\\xb0\\\\xd7\\\\xa4\\\\x97\\\\x97FS\\\\xa8\\\\xe4\\\\xbfQ\\\\xc9\\\\xe6\\\\xaa99\\\\x05\\\\xac%L\\\\xc9\\\\n\\\\xc1\\\\x01\"c\\\\xc8\\\\x9f\\\\x1f\\\\xbf\\\\xa9\\\\x00\\\\x8a\\\\x8f\\\\xedv\\\\xb21O\\\\xbc`\\\\xc6\\\\xce\\\\xc09F\\\\xa6\\\\xaa\\\\xc2\\\\n\\\\xb0c\\\\x1f\\\\xf8L\\\\xf8\\\\xf6\\\\xf3\\\\xe9\\\\xa6T\\\\xaa\\\\xb1\\\\n\\\\x87B\\\\xb3\\\\xb85k\\\\\\\\\\\\xaan(\\\\x84SXm\\\\xc41\\\\x98\\\\xdc\\\\x0fp:\\\\xe8\\\\x85\\\\xc4:\\\\xae\\\\xdb\\\\x8d\\\\xba\\\\x9c^W2\\\\xdbf\\\\xca^\\\\x9a\\\\xd1-Sc{o>\\\\xa5}\\\\xc7j\\\\xf8xuC\\\\xe4,\\\\xbd\\\\x99\\\\xc8\\\\xd6\\\\x83\\\\'j\\\\xd4\\\\xabVp\\\\xec\\\\xea\\\\xad,\\\\x1b+\\\\x18\\\\x98\\\\xfb\\\\x83\\\\x15\\\\xa5\\\\x11\\\\x98\\\\t\\\\x04\\\\x02\\\\x04\\\\x9e\\\\xd04\\\\x03\\\\xb8\\\\x07\\\\xeb\\\\xd7\\\\x98\\\\xb7(\\\\xdb\\\\x91\\\\x88\\\\xc9\\\\x9d\\\\xe9\\\\x95\\\\x1f\\\\xb7\\\\xb1k\\\\xc4\\\\x92+\\\\x8aj\\\\xc1\\\\xb9m-\\\\xfc\\\\xe5s`\\\\x9a\\\\xd5L\\\\x95\\\\x12 (\\\\x9dD\\\\xfdG\\\\xd7\\\\xafAi\\\\xa7\\\\x1a\\\\xe7\\\\x83\\\\xa5;\\\\xc9\\\\xfcT\\\\xfeO\\\\x91\\\\xb3\\\\x1f\\\\x81\\\\xbb.\\\\x8bV\\\\xb3[=vD\\\\x9fqX0\\\\xda\\\\x00\\\\xdc\\\\x14@\\\\x89\\\\xd3\\\\xcb\\\\xa4\\\\xdc\\\\x91$\\\\x01N3U\\\\xef\\\\xb0\\\\x05r\\\\xe7)\\\\xca\\\\xe6\\\\xdff\\\\xd7\\\\xb1\\\\xab7\\\\xb9\\\\xf4+\\\\x83\\\\xfcg\\\\xb8\\\\x82 \\\\xf9\\\\x11\\\\xf5\\\\xea6\\\\x1a\\\\xc4\\\\xc8\"\\\\x8c\\\\xfcv\\\\xac\\\\x9b\\\\xdad2wn;\\\\x10\\\\x1bs\\\\xb3\\\\xbf\\\\xe7W\\\\xbc\\\\x83![t\\\\xee\\\\xda\\\\x0c\\\\x85&\\\\x0c\\\\r:\\\\xd6\\\\x88.\\\\xe6\\\\xa1R0\\\\x8ey\\\\xa8\\\\x02\\\\xcc\\\\x9b\\\\xac\\\\xb1\\\\x18\\\\x04PK\\\\xd5sF\\\\x8d\\\\x1e\\\\xa0 \\\\xea>\\\\xce\\\\xa4\\\\x0fr\\\\x9e\\\\x08\\\\x88\\\\x11\\\\x8f4n\\\\x8c\\\\x8b\\\\xee\\\\xc6\\\\xaa\\\\x9c\\\\xe7\\\\x05A\\\\t\\\\xb6H\"4\\\\x05\\\\xb5\\\\x89\\\\x111\\\\xe2:8D\\\\x84\\\\x12\\\\x885\\\\xd5N8\\\\x0be(\\\\x88\\\\xc3\\\\xdd\\\\xa4_[\\\\x06\\\\x02\\\\xa0\\\\x08\\\\x0f\\\\xb8\\\\x10\\\\x0c\\\\xe8A\\\\xed\\\\xe7\\\\xd3\\\\\\\\\\\\x00\\\\xa2C\\\\xd5\\\\xf4\\\\xea\\\\xa7\\\\xd1\\\\x91\\\\xc3cd\\\\xe3Zq\\\\x9d}\\\\x84\\\\tu\\\\xb5\\\\x82In\\\\xc5\\\\x94\\\\xe9\\\\x03\\\\xb6\\\\x9d\\\\xfa\\\\x81!\\\\x1cT\\\\x82\\\\xd2r)\\\\xda\\\\x8a\\\\xe2d\\\\x7fS\\\\xcd\\\\xfc\\\\xae\\\\r>\\\\xe0>\\\\xa70\\\\x1c\\\\xb1h=\\\\xa2u\\\\x1a\\\\x98\\\\x1fO\\\\xafD\\\\xe4\\\\x97\\\\x18\\\\'\\\\xb8\\\\x91\\\\xa6|qD\\\\x03\\\\xe4\\\\x9c3\\\\xd6\\\\x96Z\\\\xfc\\\\x81q]\\\\xac\\\\xb5\\\\xd1\\\\xbd\\\\x9eB\\\\xb6\\\\xbe\\\\xa2D\\\\x01\\\\x1a\\\\x0f\\\\xdb\\\\xae\\\\x9dt\\\\x80!\\\\x89E/I\\\\xc3\\\\xb0b\\\\x94p1\\\\x06G \\\\xb8\\\\xad\\\\x91V(\\\\xb5Y\\\\xbf7\\\\x90J \\\\xd8\\\\xa5\\\\xa0\\\\xb7\\\\x84\\\\x8e\\\\xdaw\\\\xe9b\\\\x1a\\\\x8b}Q\\\\xc4\\\\x82*\\\\xa0\\\\xae^\\\\xe8\\\\xa9\\\\xeb!U\\\\xcb\\\\x13\\\\\\\\+\\\\x9d5\\\\xd7C\\\\x124\\\\xf2\\\\xe9q\\\\x9b\\\\xd0\\\\xe0\\\\x14\\\\xca\\\\rPrd\\\\xe3\\\\xf1\\\\x8b3?8\\\\xafpW\\\\xa2\\\\x96\\\\x0fen\\\\x16B\\\\x95\\\\xecG\\\\x88:i\\\\xf7\\\\xf4\\\\xa9]\"F,\\\\xee8\\\\nc\\\\x80\\\\x90#\\\\x15j^\\\\xd9<\\\\x9e\\\\x17\\\\xf5\\\\niJ8z\\\\xed\\\\\\\\#\\\\x90-\\\\x01V\\\\xc7$\\\\xaa\\\\xeadn\\\\xfb:\\\\x98\\\\\\\\{Bb-\\\\x17n\\\\xf5v@;\\\\x1cR\\\\xef%\\\\xc6c\\\\xe1\\\\xa5\\\\xd6\\\\xe3\\\\x8fq\\\\xdf\\\\xd3f5G\\\\xf1)\\\\x11,\\\\xc3\\\\xbe\\\\xba\\\\x93\\\\xf7\\\\xeb\\\\xafQwo\\\\xaeBA\\\\xc3d\\\\x94e\\\\x18\\\\xc4\\\\x8cx\\\\xfb%#\\\\xcb\\\\xe4\\\\xd4\\\\xb9\\\\tf#\\\\xb5\\\\x83\\\\xd2\\\\xb66\\\\xe81\\\\xe4\\\\x82;k\\\\xd2\\\\xad\\\\xdb\\\\x98}B\\\\x9cQ\\\\x05\\\\xc9\\\\xb35\\\\n\\\\x8c9\\\\x8c\\\\x9d\\\\xeam\\\\xdbYT\\\\x95\\\\xb9P\\\\xa8\\\\x81\\\\xa8Ru\\\\x9e\\\\xf3>\\\\x1d>6\\\\xe2\\\\x06\\\\x93NH5\\\\xc8\\\\x97\\\\xcdL\\\\xe3*\\\\xc5\\\\xcf\\\\xf6v\\\\x81]\\\\x96\\\\x83\\\\xba\\\\xbd\\\\x08/\\\\xdaO\\\\x94\\\\x9dz\\\\x13m\\\\xa2\\\\xd1\\\\xc0\\\\xa9\\\\x05\\\\xe5\\\\\\\\\\\\x93%\\\\xb4bc\\\\xa0\\\\xf7\\\\xd1R\\\\xfa\\\\xdc\\\\xab\\\\xa8\\\\xff\\\\x00R\\\\xcf\\\\xf1\\\\x18\\\\x1a\\\\x93\\\\xd8u2\\\\x97qE\\\\xa3H9\\\\xa8\\\\x8f\\\\x93E\\\\xdf\\\\xf4\\\\xd5\\\\xb1[\\\\xd8m\\\\xf6\\\\xd8\\\\x81\\\\n4>\\\\xadu\\\\x07\\\\xf6\\\\xf4\\\\x88\\\\xda\\\\xb7#\\\\x85]\\\\xd3\\\\x01#\\\\x13\\\\xd1k\\\\x9eS\\\\x03\"\\\\xb8u\\\\xcdD\\\\xad2\\\\x1b\"\\\\x86,\\\\xb5n K\\\\x11\\\\xa0\\\\x82@\\\\xe9\\\\x97,\\\\xce1$T\\\\x00\\\\xeb\\\\x9e.\\\\xc0\\\\xd4\\\\xab\\\\'3\\\\x92\\\\xc7\\\\xbb\\\\x02\\\\xbc\\\\x81J*\\\\xc2%u *\\\\xa4\\\\xa8\\\\xfc1\\\\xb8\\\\x83\\\\xa7s\\\\xdb\\\\xa1\\\\x99\\\\xe9J&\\\\x1b\\\\x9a\\\\xa3T\\\\xa5\\\\xc4\\\\xdfa\\\\xcap\\\\xbe\\\\xd51\\\\xbc\\\\xa0r\\\\xecIr\\\\xa4*\\\\x85\\\\xf1&H\\\\xea?Z\\\\x13\\\\x87\\\\x14U\\\\xb1.B\\\\xe9\\\\xae\\\\x16\\\\xcb\\\\xdf\\\\xe29G\"\\\\xb5m6\\\\x12\\\\x16\\\\x0e\\\\xd0\\\\xba\\\\t1\\\\x1d\\\\x0cn\\\\x06\\\\xea\\\\xb4-\\\\x02b\\\\xb9_\\\\xe48.\\\\xb9\\\\xf97\\\\x05\\\\x8a\\\\xe9h;\\\\xa4m\\\\x92dI\\\\x9d\\\\x08=\\\\x08&$\\\\xd4\\\\x91\\\\xd7\\\\xf2\\\\xb3\\\\xafZ$\\\\x9a \\\\x01l\\\\xc7V\\\\xca\\\\xc7\\\\xca\\\\xf6\\\\x868S`\\\\xdd\\\\xa0\\\\r\\\\xd8\\\\x02\\\\x01\\\\xef\\\\xa4\\\\xfe\\\\xd3\\\\x1d&S\\\\xb9\\\\x01\\\\xac\\\\xb3v\\\\xaa\\\\xe6\\\\x02E\\\\x87\\\\xddX\\\\x1f\\\\x1a\\\\xf9}A\\\\xad\\\\xc4\\\\xcb\\\\xb8\\\\xfem\\\\x98\\\\xad\\\\x17\\\\xc2\\\\xea[\\\\xd4K\\\\x19\\\\'R`i\\\\xa7O\\\\xb7\\\\xbc2\\\\x91\\\\x8e\\\\x04\\\\xa7X\\\\x9e\\\\x83^\\\\x8a/?\\\\x91a\\\\xa0W^\\\\xdf\\\\xcdo+xF`l\\\\x99:\\\\xcf\\\\xa4\\\\x91$/\\\\xf7xt\\\\xbb\\\\xf3\\\\xa38%\\\\xf0v\\\\xee\\\\x1dQ\\\\xee\\\\t%\\\\xc0\\\\xa2I\\\\x14\\\\xb1g;X-\\\\xc1Y\\\\xd4\\\\x81!\\\\x89b\\\\xa0\\\\xf72H\\\\x83\\\\xa7\\\\x9e\\\\x9d7h\\\\xf5\\\\xa3s\\\\x1c\\\\x96P\\\\x8b\\\\x1e\\\\x9fU?7\\\\t}\\\\xfa\\\\x9b\\\\xf2\\\\xccARl\\\\xa8\\\\xe9\\\\xed\\\\xb3\\\\xf8\\\\x9e\\\\xe25\\\\x9e\\\\x82\\\\xf4\\\\xc4$\\\\xe4\\\\x1c\\\\xbf\\\\x1fujp\\\\xd4\\\\xcd\\\\xf6\\\\xa2\\\\xb2\\\\xbe9\\\\x87U8\\\\xadfV\\\\t\\\\xbe\\\\xcaBW\\\\x8f]\\\\xc0\\\\xed\\\\xdc\\\\xb2\\\\xe5\\\\x92\\\\x18~\\\\x16:\\\\x1e\\\\xfdZ\\\\xd3l\\\\xd6A\\\\x91\\\\xed-\\\\xc9\\\\x89\\\\xad\\\\x10\\\\x9e[\\\\x9b\\\\xc89\\\\x15\\\\xa6-\\\\xebN5\\\\x160\\\\x02}-\\\\\\\\\\\\xfa\\\\xb6\\\\x9d\\\\xa0\\\\x99\\\\x0b$ju\\\\xef\\\\xd2u\\\\x19\\\\x90\\\\x07\\\\xea\\\\x95r\\\\xe4\\\\x89,@n\\\\x7fdC\\\\x8b\\\\xe7\\\\xee\\\\xfc\\\\x9bce.\\\\xdcc\\\\xee/\\\\xe6X\\\\x05-\\\\xa0\\\\xf5\\\\x12\\\\x08\\\\x88\\\\xd3\\\\xe8\\\\x01\\\\xea\\\\xc0\\\\x07\\\\x9d\\\\x11\\\\xdb\\\\xb9!L\\\\x8aL\\\\xe5\\\\x9e\\\\xc7\\\\xbd\\\\xf1\\\\xd8\\\\x9bE\\\\x84\\\\\\\\\\\\x08\\\\r\\\\xb8\\\\xc1\\\\xec5X\\\\xdb\\\\xdf\\\\xeb\\\\x1e\\\\x1d\"\\\\xe03\\\\x045\\\\x12\\\\xee\\\\x80\\\\x0e.r\\\\n\\\\xd0\\\\xf8]4/\\\\x19R:\\\\xb6M\\\\xb6\\\\xd8\\\\x15\\\\xd0\\\\x10\\\\xc5\\\\xf5\\\\x0c\\\\x04\\\\x83\\\\xa91\\\\xfe}7o\\\\xfai\\\\x15!\\\\\\\\\\\\xb0\\\\x01\\\\x04\\\\xbf_$\\\\xa5\\\\xf2j\\\\xb6\\\\xddec\\\\x18\\\\xe3Y]\\\\x90\\\\xea\\\\xc9\\\\xfc=\\\\xc2\\\\xb3\\\\xc0\\\\xf5G\\\\x97\\\\x8fI3,]S\\\\xba=L\\\\xca\\\\x07\\\\x1f\\\\xf9^QHl\\\\x80=\\\\xa2aT\\\\xb2\\\\x14U\\\\x03\\\\xf8\\\\xac\\\\xd0\\\\x9dg\\\\xbf~\\\\xddgOT\\\\x83bsji\\\\x18\\\\xe3\\\\x83\\\\xabVD.\\\\x06t\\\\xe5W9\\\\x8f\\\\xc0q\\\\x85-f\\\\xc8|\\\\xb7\\\\r[\\\\xbbn+\"\\\\x18I\\\\xdb \\\\x1e\\\\xfe}>\\\\x17\\\\xe3b\\\\xcb\\\\xe3A\\\\x9a\\\\xb1\"#\\\\x9dT>?\\\\x98\\\\xca\\\\xe4\\\\xb2\\\\x81\\\\xc7k)\\\\xca\\\\xa5\\\\x96\\\\xe7K6\\\\x8a\\\\x8a\\\\xac\\\\x82\\\\xbb\\\\xa3\\\\xd5\\\\xa6\\\\xbd>\\\\xd5\\\\xcb\\\\x97}A\\\\xd9\\\\xb3Tu\\\\x13&$\\\\xbf\\\\x92\\\\xb0\\\\xed\\\\xe4V\\\\xda)L\\\\xe6\\\\xf6V\\\\xea\\\\xdb\\\\xdbbLnn\\\\xd0V4\\\\'\\\\xc6~\\\\xce\\\\xdd]\\\\x85\\\\xd6\\\\x8f\\\\xa8\\\\xabb\\\\xe0\\\\x8cX\\\\xa5,\\\\xde\\\\x07\\\\x13\\\\x95\\\\xae\\\\xab\\\\x95\\\\x14\\\\xaaU\\\\x01\\\\xb7+\\\\r\\\\xbd\\\\xc1\\\\n50\\\\xdd\\\\xfc\\\\xfbt\\\\xbb\\\\xd0\\\\xd5\\\\x17\\\\x80t\\\\x81\\\\xb6\\\\x8c\\\\xcd\\\\x0f\\\\x8dUs\\\\xc9\\\\xd3\\\\x85\\\\xc3T\\\\xd5\\\\xe3\\\\xee\\\\x17^\\\\x9b\\\\xde\\\\x87\\\\x0c4\\\\x80\\\\x15\\\\xc9\\\\x89;g\\\\xb7\\\\xed\\\\x1e^{\\\\xe4!\\\\x084@.j\\\\\\\\\\\\xe1\\\\xc5U\\\\xa1\\\\x0f`1\\\\xc5\\\\x9a\\\\x83\\\\xee\\\\xab\\\\xe6\\\\xcdo\\\\xcc\\\\xd8\\\\xd68\\\\x7fPV\\\\xaaOi3\\\\xac\\\\xe8A\\\\xd4\\\\xfe\\\\xcdz\\\\xaa-zC*\\\\xd2\\\\x99\\\\x93\\\\xf2\\\\xf0\\\\xe3\\\\xc5e\\\\x99\\\\xc8\\\\xfb\\\\x96#\\\\x86%T\\\\x7f0\\\\xa9\\\\x90<`\\\\xf8\\\\x11\\\\xe3\\\\xd7Z\\\\xb2\\\\xc1\\\\x91\\\\xca\\\\xf1\\\\x91\\\\x05\\\\xc3\\\\x84\\\\xef\\\\xf0nB\\\\xec^W\\\\x18\\\\xc05ZAf\\\\x80\\\\x19Y\\\\xe0\\\\x02\\\\x01\\\\xd3\\\\xb8\\\\x13\\\\xe3\\\\x1dU\\\\xbf\\\\x1fTH\\\\xa1vL\\\\xd9\\\\x9d4<\\\\x9d[\\\\xfc\\\\xddv]\\\\xc7\\\\xb3\\\\xddBM2\\\\x8fv\\\\xf8\\\\x02\"\\\\x1aV\\\\x04\\\\x083\\\\xf7u\\\\xbfv\\\\xdcn\\\\xc2>\\\\xe0a\\\\xf4\\\\xef\\\\xf2VwD\\\\xe9h\\\\xe2~\\\\x8a\\\\x84\\\\xe5\\\\xb1\\\\xc8\\\\xca\\\\xb5\\\\x7f\\\\x99mU\\\\xbe\\\\xe5\\\\xbd\\\\x98X\\\\xae;\\\\xc9\\\\x81\\\\xa6\\\\x9fO\\\\xf1\\\\xea\\\\xa7\\\\xfe\\\\xbev\\\\xa4CzrX\\\\xf2\\\\xbb\\\\xac\\\\x02\\\\x0fw\\\\xd7*-\\\\xbb\\\\xb8\\\\xff\\\\x00\\\\xf4\\\\xaf\\\\xff\\\\x00\\\\xec\\\\x7f\\\\xfd\\\\xbe\\\\xab\\\\x7f\\\\x8bs\\\\xfd\\\\xa7\\\\xc9Z\\\\xff\\\\x00\"\\\\xdfO?\\\\xc2\\\\xff\\\\xd3\\\\xf8\\\\xeb\\\\x82\\\\xce\\\\xf6V\\\\x80\\\\x94+\\\\x1e\\\\xaf&\\\\xfd\\\\xfdc\\\\xdd\\\\x88b\\\\xbc=\\\\xe0\\\\x00%;{x\\\\xd8\\\\x18\\\\xab\\\\x90P\\\\xb5\\\\xe57\\\\x96a\\\\x03i\\\\x1a\\\\x05$I\\\\x88\\\\x89\\\\x1dR\\\\x15\\\\xa0+.bS\"5\\\\x0e\\\\x97\\\\xad[\\\\xb2l\\\\x92\\\\xc0\\\\xb3\\\\x9fH\\\\x92v\\\\x81\\\\xa6\\\\xba\\\\xe9\\\\xdb\\\\xa6\\\\xc4\\\\x88\\\\xba\\\\xb5\\\\x12 \\\\x11Kq\\\\xf6a\"\\\\xd8\\\\xdb\\\\xe1\\\\x80e\\\\x07\\\\xc2|A\\\\xfb#\\\\xfc:P>\\\\xa7U\\\\xa3q\\\\xe6\\\\xe1aC{#}h\\\\xac\\\\x81\\\\x8e\\\\xd1\\\\x1d\\\\xa3Y\\\\xdcG\\\\x80\\\\xec\\\\'\\\\xa6\\\\xfb\\\\xadNaL\\\\xc6\\\\xaa\\\\x1e;\\\\x93\\\\x87\\\\x18s3q\\\\x9bs\\\\x0b\\\\x91QV\\\\xb5\\\\x04h\\\\x9a\\\\x08PA\\\\x00\\\\x99\\\\x1e=&R\\\\x91,2H\\\\x00\\\\x07\\\\x1f\\\\\\\\\\\\xbf\\\\tG7\\\\x11*\\\\xb5\\\\xeak\\\\x18:9S^\\\\xc9\\\\x00\\\\xeb\\\\'\\\\xb9\\\\x9d\\\\x07Cj\\\\xe3\\\\xc5\\\\xd3\\\\xed\\\\xdc<\\\\xbc\\\\xd0\\\\xf9\\\\xfc\\\\xb0V\\\\xac\\\\xef\\\\xdaA\\\\xdc{\\\\x95\\\\xed\\\\xe1\\\\xe7=9\\\\x84\\\\xf1Omx\\\\xaf1\\\\xea9\\\\x96\\\\x81eE\\\\xeai\\\\xf5\\\\xaf\\\\x81o\\\\x18\\\\x1d\\\\xf5\\\\xef\\\\xd16\\\\x9a\\\\x0cT\\\\xce^\\\\xd8\\\\xa1b\\\\xa1\\\\xf2t%\\\\x01q\\\\xabX:\\\\x96\\\\xb3Y3\\\\xe0A\\\\x88\\\\x88?\\\\x7fL\\\\xb3\"I\\\\'$\\\\xed\\\\xbc\\\\x8c\\\\x8e\\\\xa2]/&\\\\x17\\\\xf3\\\\x13xM\\\\x8d\\\\xa2\\\\x85\\\\xd5\\\\x88\\\\x1f\\\\xc4\\\\xda\\\\xf5vW)Ex\\\\xde\\\\xa58\\\\xe8\\\\x84rXd\\\\x0bMNZT\\\\x91g\\\\xfa~\\\\xba\\\\xcf\\\\x9f\\\\x97Vl]p\\\\xc6\\\\x8a\\\\xee\\\\xd6\\\\xfb\\\\x10\\\\xe8J\\\\xb1\\\\xc3c\\\\x12Z\\\\xf7&\\\\xaa\\\\xc4\\\\xb4\\\\xe8;H\\\\xfb\\\\xcf\\\\x80\\\\x9d:\\\\xb4@!]\\\\x90\\\\x17\\\\x87A\\\\xc7\\\\x19\\\\xa3\\\\r}j\\\\x15,Ug\\\\xb5e\\\\x94D\\\\xc7`@\\\\x9d;uX[$\\\\xb8\\\\xc9P\\\\x16\\\\xa4j0\\\\n&mf\\\\xd4/U\\\\xa4\\\\xb2\\\\xff\\\\x00\\\\xcae:\\\\xfa{I\\\\xf0\\\\x9e\\\\xd25\\\\xe9\\\\x96\\\\xcbQ?o=\\\\x05\\\\x88\\\\xedJ\\\\xd94d\\\\x15AmL\\\\xa0n\\\\x12\\\\xbe\\\\xa3\\\\xde\\\\x14G}H\\\\x1e=0\\\\xadxN\\\\'\\\\x02\\\\xa6q\\\\xd8\\\\xf6o\\\\xbe\\\\xfbU\\\\xbd,\\\\x01Q\\\\xac\\\\xb1\\\\x93\\\\xdcH\\\\x9f\\\\xb4u\\\\xc2\\\\x89;\\\\x9b\\\\xa0\\\\x01\\\\x1ej.Mv5\\\\x96\\\\xbeC\\\\x9d\\\\xe8\\\\xb3j\\\\x13$\\\\x81\\\\x05T\\\\t&\\\\x01\\\\xf1\\\\x9e\\\\xc7\\\\xc3\\\\xae)\\\\xd6\\\\xccXi\\\\xc1\\\\x17\\\\xc2t\\\\xaa\\\\x93\\\\xb7\\\\xf9#h6+:\\\\xc9\\\\x81\\\\xf8\\\\x8fa\\\\xa8\\\\xecg\\\\xae \\\\x1cU=\\\\xc4\\\\x0c\\\\xa5\\\\xcf\\\\xb9h/\\\\xbe\\\\xd6Y\\\\xb1\\\\x943\\\\n\\\\xa5\\\\x83\\\\x82YgQ\\\\xb8\\\\xc8\\\\x12{i\\\\xafD\\\\x99\\\\xa7L^\\\\x9dr\\\\xf3R\\\\xee\\\\xcb\\\\\\\\r\\\\xc8\\\\x0e\\\\xe6@X\\\\xd6\\\\xec\\\\x14\\\\x92\\\\x08%D\\\\x9e\\\\xfa\\\\xc8\\\\x1f\\\\xb0t\\\\x0c\\\\x08u^\\\\x1b}a\\\\xcd\\\\x1d~\\\\xc7\\\\xe6lcu,HPA\\\\x82\\\\xf0\\\\xac\\\\x93:\\\\xee\\\\xd0xt\\\\x06\\\\xd4J\\\\xeb\\\\x9b\\\\x00\\\\x18\\\\x8f\\\\xa2\\\\x93\\\\x92\\\\x96\\\\x04.\\\\x8e64\\\\x96i3\\\\x07M\\\\t\\\\x04\\\\x0e\\\\xfa\\\\x9f\\\\xd9\\\\xd1BY%Y!\\\\xd8\\\\x8a\\\\xf1\\\\xc3(\\\\xf0\\\\x00\\\\xaeB\\\\x85\\\\n]\\\\x9f\\\\xf8F\\\\xd3\\\\xe6\\\\x06\\\\xbe?wLM\\\\xa9~xuR\\\\xb1\\\\xed,\\\\xff\\\\x00\\\\x89\\\\x85e\\\\xb6\\\\x82\\\\x1bp\\\\x8f\\\\x03#\\\\xf7\\\\xf4\\\\xab\\\\x91\\\\xa2E\\\\xebl:\\\\xa9U\\\\xde\\\\xc2\\\\xc3\\\\xb1T\\\\x80\\\\xd0U\\\\x7f\\\\x0c\\\\xf6\\\\x1a\\\\r\\\\x0fJ\\\\x94)T\\\\x99[\\\\xa5T\\\\x1eC\\\\x84\\\\xa6\\\\xe4\\\\xb2\\\\xee<\\\\x9a\\\\xf2\\\\x14\\\\x11}bB\\\\xb4~!\\\\xa4\\\\rz\\\\x1bw\\\\xb2\\\\x92\\\\xb3\\\\xb6\\\\xdf\\\\xca\\\\'M\\\\xcc2(o\\\\x15\\\\xc8\\\\xe5\\\\xf0\\\\xd9\\\\xd4e\\\\xe3\\\\xbb\\\\xe2gb\\\\xb8\\\\xb6\\\\x9b7\\\\x15z\\\\xddH \\\\xa9\\\\xd3Y\\\\xf1\\\\x1d>\\\\xe5\\\\xb8\\\\xdd\\\\x81\\\\x84\\\\x83\\\\x83\\\\x8a\\\\xbfz\\\\xd8\\\\xbd\\\\x1ch\\\\xbe\\\\xbf\\\\xff\\\\x00\\\\xb6\\\\xff\\\\x00\\\\xf7\\\\x1f\\\\xff\\\\x00\\\\xae8\\\\xbcn\\\\x03\\\\x9f\\\\xc9J>Y\\\\x8e\\\\xabEY\\\\x8f\\\\x1b25\\\\xfe\"t\\\\x05\\\\xa3\\\\xef\\\\xeb\\\\xcc_\\\\xda\\\\xcbm=&\\\\xa3#\\\\xcf\\\\xb7\\\\xaf\\\\xd5y\\\\xcb\\\\x96\\\\xbd\\\\xb96K\\\\xa6\\\\xb9\\\\x9c\\\\xdb\\\\xf3\\\\xaa\\\\xb9[\\\\x1b\\\\xdb\\\\xba\\\\x89\\\\xddv\\\\xdd\\\\xa3\\\\xb6\\\\x80\\\\x82#\\\\xb1:\\\\x8f\\\\xef\\\\xe9d\\\\x1a\\\\x00\\\\x16u\\\\xfbl\\\\xab\\\\xea\\\\xb8\\\\xf6\\\\xcb\\\\xc8\\\\xf7_\\\\x17\\\\xf3\\\\x16Q\\\\xea\\\\x08H\\\\x89\\\\x00A:\\\\x13\\\\xa7\\\\xd7\\\\xef\\\\xeab\\\\t\\\\x0fE\\\\x9d8\\\\xa3\\\\x98\\\\xd8\\\\x1c`\\\\xe2\\\\xafK\\\\xb9\\\\x15\\\\xa9\\\\xeb3\\\\x83AV,\\\\xcc\\\\xd1\\\\x10aL\\\\x03\\\\xdf\\\\xc7\\\\xb7Fo\\\\x08\\\\x80\\\\xea-\\\\r\\\\x14\\\\xcd+\\\\x0b\\\\x1e\\\\xc1g\\\\x15\\\\x94\\\\xe9e\\\\xd4\\\\\\\\\\\\x02\\\\xd8\\\\xc1O\\\\x88 \\\\xfa\\\\xa2dG\\\\xd3\\\\xa4\\\\xca\\\\xee\\\\xaa}\\\\xd4\\\\xdc\\\\x83W\\\\x14\\\\xa3\\\\xc8\\\\xf1b\\\\xbc\\\\x8c\\\\x8b\\\\x1c\\\\xd4\\\\xd7\\\\xae\\\\xad\\\\xb0\\\\xb6\\\\xa3\\\\xfd3%`\\\\x88\\\\xd3\\\\xa6E\\\\xc8\\\\xa2\\\\xa6A\\\\x89C\\\\xff\\\\x00/\\\\x97e\\\\x87y\\\\xde\\\\x99\\\\x05Z\\\\xc7P\\\\x0e\\\\xd0\\\\xbf\\\\x87C\\\\x10?\\\\xb7n\\\\x8d\\\\xa4\\\\x84\\\\x8a\\\\xb0B\\\\xf2*\\\\xae\\\\xa4/s\\\\xcb\\\\x89*\\\\x16U\\\\x8e\\\\xa7\\\\xb4}\\\\xd3\\\\xd1\\\\x19i\\\\xc5NhV6E\\\\x19mU9\\\\x94\\\\xb1\\\\xadX\\\\x94\\\\t\\\\xac\\\\xe9\\\\xe2c\\\\xbf\\\\x84\\\\x0f\\\\xb7\\\\xa82\\\\x06\\\\x85DN\\\\xa3U\\\\x11\\\\xee\\\\xc3\\\\xc4Wj\\\\xd1jRG\\\\xa4\\\\x03\\\\x03n\\\\x807x\\\\x1a\\\\xc7\\\\\\\\\\\\x0b(\\\\xd6\\\\x01,\\\\x85\\\\xa6Um\\\\x93p|Ot\\\\x99%\\\\xe26\\\\x99\\\\xf4\\\\x11\\\\x03I\\\\x04Gn\\\\xa4\\\\xb4\\\\xb1\\\\x08\\\\xe1x\\\\xd4y(v\\\\xf38\\\\xfcxZ\\\\xdf\\\\xdd\\\\xbf\\\\xdb\\\\x03\\\\xde\\\\x0f#\\\\xc2gP\\\\x0f\\\\xfd\\\\x9d*s1\\\\xaeI\\\\xbe\\\\xf0\\\\x08\\\\x866_\\\\x1b\\\\x9b6Sr\\\\xb5\\\\xd5\\\\r\\\\xac\\\\xacL\\\\xae\\\\x82A\\\\x91\\\\xa9\\\\xfbt#\\\\xa6Fc\\\\x14o\\\\x19\\\\x1a\\\\xa8\\\\xb9\\\\xfcb_Y\\\\x18J\\\\xd8V\\\\xba\\\\x00\\\\xd4\\\\xefb\\\\xab\\\\x04\\\\xb6\\\\x9d\\\\x8e\\\\xb0@=\\\\xf5\\\\x89\\\\xe8\\\\xcdJL\\\\xec7\\\\xea\\\\x86\\\\xd3\\\\xc6r6\"\\\\xe3\\\\x9cU\\\\xa5X\\\\x97V\\\\x89%XO\\\\x803=\\\\xfb}:\\\\x83\\\\x16@!,\\\\n=@l*\\\\xd4\\\\xa5\\\\xb6\\\\x10\\\\xbe\\\\xa0\\\\xa3O\\\\xc3\\\\xa9\\\\x1d\\\\xbe\\\\xa7\\\\xbf\\\\x9fH\\\\x9dN%6&\\\\x8c\\\\x82r\\\\x19\\\\xd9\\\\x18\\\\xd9o\\\\x91\\\\x8dx\\\\xb5),\\\\xf4\\\\xa1_r\\\\xb6\\\\xdcD\\\\x86\\\\x07I11\\\\xd3\\\\xe0\\\\x0cj\\\\xee\\\\xc8L\\\\x80)\\\\xaf\\\\x8f\\\\xe38\\\\xbf\\\\x9c\\\\xae}\\\\xfc/\\\\x1dw\\\\x13\\\\xcbqX\\\\x80\\\\xf2\\\\x1c[Z\\\\x1a\\\\xbc\\\\xfb}A\\\\xad\\\\xac:\\\\x92\\\\xb25*D\\\\x03\\\\xac\\\\xf5t[\\\\x8d\\\\xf8\\\\x9d\\\\x01\\\\x88\\\\x15\\\\x1c\\\\xf9\\\\xb2\\\\xbdd\\\\t\\\\xe1\\\\x8a[\\\\xe1\\\\xc5\\\\x98\\\\xf8\\\\x16c\\\\xdc\\\\x8c,Fznx\\\\x0c\\\\xc5\\\\x17B\\\\x18A\\\\x07PdOx\\\\xeb\\\\xe7w\\\\xe3\\\\x1b7%\\\\x17\\\\x15-\\\\xdb\\\\xc9\\\\xfa\\\\xad;Q\\\\x12\\\\x00\\\\xd7\\\\x8cS\\\\x9d-s\\\\xaa\\\\xd2\\\\x80\\\\xfbx\\\\xfa\\\\xc8A\\\\xa4\\\\x18]\\\\t\\\\x1d\\\\xe3M4\\\\xed\\\\xd6\\\\xcd\\\\x83\\\\xaa5\\\\x18%\\\\xc81!m\\\\xe7p2\\\\xb28L\\\\xe1MV\\\\xae\\\\xf0Yi$\\\\x90\\\\x18\\\\x00Gm\\\\x07\\\\xd9\\\\xd5\\\\x91\\\\xb7\\\\xad;UM\\\\xc1\\\\xe7\\\\x8a\\\\xe6>V\\\\xac\\\\xfc\\\\\\\\\\\\xd6\\\\xb1\\\\xb1\\\\xd2\\\\x91S\\\\x98\\\\xde\\\\x043\\\\'ue\\\\xd2G\\\\xd7\\\\xa5\\\\xc2\\\\xe1\\\\xb77\\\\x8b\\\\x7f]\\\\x16\\\\\\\\\\\\xcb\\\\x8a\\\\xd3\\\\x8c\\\\xca\\\\x17\\\\x8em7~a\\\\xecI\\\\xba\\\\xd2\\\\xeat\\\\x1a\\\\x11\\\\xea\\\\xd0\\\\xee\\\\xf4\\\\x81\\\\xe1=h\\\\xda\\\\x99\\\\x969\\\\xaa\\\\xd2\\\\x1c\\\\xa8\\\\xdc:\\\\x94\\\\xfc\\\\xb2a\\\\xd6\\\\xf5\\\\xfeC\\\\x1f3\\\\xf35\\\\x9aE\\\\xac\\\\xa5\\\\xbd\\\\xb2\\\\x0c\\\\xab\\\\xa0\\\\x98V\\\\x1ec\\\\xab@\\\\x80\\\\xec\\\\x11\\\\xc6N\\\\x08\\\\xa6\\\\x08-WZ\\\\xee\\\\xaa\\\\xf5\\\\xb9\\\\x01\\\\xc3\\\\x95\\\\x00\\\\xb4\\\\xcc\\\\x00J\\\\x93\\\\xe4:V9%\\\\x98Df\\\\xc16\\\\xe5\\\\xf2\\\\xf5\\\\xe2W[\\\\xd4\\\\x80\\\\xb1\\\\xa9d:\\\\xee\\\\xdf\\\\xb4\\\\xeaF\\\\xe1\\\\xac@\\\\x03]#N\\\\x88M\\\\x93(\\\\x00\\\\x03\\\\xc5/\\\\xa6~.y)k\\\\x0cwU\\\\xdbSv:3C0#\\\\xc8\\\\xfd?oQ\\\\x19\\\\x02\\\\xe9r\\\\xb6EO\\\\x1d\\\\x168\\\\xd9y\\\\x18Y\\\\xb5YK[U\\\\x98\\\\xc5M7\\\\xc0\\\\xdd\\\\x00\\\\xe9\\\\xe9=\\\\xb5\\\\xd7\\\\xa0\\\\x92\\\\xe2LC\\\\x82\\\\x9f\\\\x9b\\\\'\\\\x0b\\\\x9f\\\\xad\\\\xff\\\\x004\\\\xe2\\\\x9b\\\\xe7\\\\xde\\\\x00A$\\\\x83#O\\\\r\\\\xc7X#\\\\xbfs\\\\x1dM\\\\xab\\\\x86b\\\\xa3J\\\\xb1\\\\x1b\\\\x91\\\\x93\\\\x07\\\\xaf?\\\\xedW\\\\xdc\\\\x86:d\\\\x12\\\\xb8x\\\\xdb\\\\nnb,\\\\xfe \\\\x16D\\\\x8f\\\\xaf\\\\xf6\\\\xd3\\\\xa5\\\\xcfs\\\\x00Hz\\\\xf2K\\\\xb7\\\\x8fN\\\\x8bn\\\\'\\\\x14*\\\\xf6\\\\xcef\\\\xd2PJ\\\\xd5\\\\xb8\\\\x82\\\\x0ci0 \\\\x8d\\\\x7f\\\\xb7\\\\x8d;\\\\x9b\\\\xb1\\\\x17zW5r\\\\xde\\\\xdfT\\\\xab\\\\x98X\\\\xe5r\\\\xa9\\\\x8a\\\\xc6\\\\xa4\\\\x82\\\\xfb\\\\x88Z\\\\xea`?\\\\x99\\\\x1a\\\\xb3\\\\x1f\\\\x00F\\\\x90\\\\'\\\\xa5\\\\xcc\\\\x13\\\\x8e=\\\\xf4(\\\\xe0@\\\\xc3\\\\x0ej+\\\\xfc\\\\x86\\\\xfc\\\\x94J\\\\xeb\\\\xa1R\\\\x03\\\\x12\\\\xe5\\\\x9e\\\\x01o\\\\xe3\\\\x02@\\\\x0c\\\\t\\\\x89\\\\xe9\\\\xc3I!\\\\x83\\\\x1e\\\\xda?D\\\\xb2L\\\\\\\\\\\\x9c\\\\xd1\\\\x8e\\\\x13\\\\x94\\\\xb7\\\\x12\\\\xca\\\\x00\\\\x0e\\\\xf9\\\\x1e\\\\xe6\\\\xcb\\\\x893\\\\xba\\\\xb1\\\\x1aC\\\\xe9\\\\xdb\\\\xcf\\\\xab\\\\xf6t\\\\x00\\\\x1b\\\\x12\\\\x94bGN2O\\\\x1c\\\\x97#\\\\xc2r\\\\xe5\\\\x8f\\\\x1d\\\\x80\\\\xd8\\\\xd5\\\\xda\\\\x8a\\\\x11\\\\xf2\\\\x0f\\\\xb9`\\\\x06w\\\\x8d\\\\xc3C\\\\'\\\\xe9?N\\\\x8es\\\\x89,\\\\x02|\\\\xc0\\\\x90\\\\x7f$\\\\x8d\\\\x91\\\\xc6Y\\\\x90w%\\\\xa2\\\\xcaj\\\\x00m\\\\x0c\\\\xc5\\\\xb7L\\\\xee\\\\x83\\\\x04i\\\\xf4\\\\xe9f\\\\x14|YW\\\\xaa\\\\x99\\\\x83\\\\x8c\\\\xf8\\\\xed\\\\xef9v2Um$m\\\\xef\\\\x1f\\\\xc3\\\\x13\\\\x1e=V\\\\xb8I\\\\x92lK\\\\xe4\\\\x8br\\\\xb9Te\\\\xd5^2Z\\\\x03\"\\\\x01g\\\\xabM\\\\xc0\\\\xe9\\\\xf5>\\\\x1d\\\\xbe\\\\xfe\\\\xa0\\\\x112\\\\x02l\\\\xa7G\\\\xe4\\\\x95\\\\xf2\\\\xaa\\\\xce\\\\x0e,[+jn\"\\\\xb9\\\\xad\\\\xb6\\\\xecc\\\\xa0\\\\x04\\\\x9e\\\\xd2;\\\\xc6\\\\x9d[\\\\xb7h\\\\x80[4\\\\x9dQ[\\\\xf8a\\\\x95~uX4c\\\\xe4\\\\xd8\\\\xb7Z)\\\\xb2\\\\x8a\\\\x1b\\\\xdc{X\\\\xb7\\\\xe1\\\\xacN\\\\xbe0>\\\\xfe\\\\xba0\\\\x9e\\\\x11\\\\x0f\\\\xc6\\\\t\\\\xd1\\\\x94I\\\\x00\\\\xf8\\\\xfd\\\\xd5\\\\xad\\\\x97\\\\x8a\\\\xb4b\\\\xb6+\\\\xd2\\\\xd8\\\\xebK\\\\xb2\\\\x1arT\\\\x8b\\\\xab\\\\xd7\\\\xb3\\\\xed1:\\\\x9f\\\\xf1\\\\xea\\\\xac\\\\xc5_\\\\x0e\\\\x87$\\\\xdb\\\\xb1\\\\x00\\\\x902Q\\\\xb8\\\\x06\\\\xc3\\\\xc6\\\\xcd\\\\xad\\\\xdf\\\\xfe\\\\xaa\\\\xca}\"\\\\xb3\\\\xea\\\\x11\\\\xded\\\\xc0\\\\xf4\\\\x8e\\\\xdd&\\\\xe5\\\\xc1\\\\x1a\\\\xbe\\\\x1fD\\\\x88\\\\x80N\\\\x0b\\\\xa5x\\\\xec\\\\xee6\\\\xbf\\\\x88\\\\xe4\\\\xe4\\\\xd6\\\\xad\\\\xee-LJ\\\\x97\\\\'\\\\xd7\\\\xdd\\\\xa7A\\\\x13\\\\x1e\\\\x1f\\\\xf1\\\\xe9v/\\\\r\\\\x06AiPE\\\\x97-\\\\xf3\\\\xfc\\\\xa5\\\\xd6\\\\xe5\\\\xdc\\\\xcdS=e\\\\xe1q\\\\xea`\\\\x08?\\\\xc5\\\\xe3\\\\xa6\\\\x86:\\\\x0fxJ8\\\\x12\\\\xe7\\\\xa5\\\\x16]\\\\xd9\\\\xcbWO\\\\xaa^\\\\xe48\\\\xbb\\\\xf21m\\\\xb6\\\\x85T\\\\xf6\\\\xd1\\\\x1c&\\\\x80\\\\x9d\\\\xdf\\\\xe92fu\\\\x83\\\\x1d8\\\\xdb!\\\\xf2\\\\x1e\\\\x99\\\\x06>\\\\xde\\\\xac\\\\xfb\\\\xa4\\\\xb1\\\\x88\\\\xd4\\\\nf\\\\xe0\\\\ts\\\\x08o\\\\xc7\\\\xf9;F]_\\\\x99\\\\xa8\\\\xad4\\\\x10\\\\xd9W\\\\xd6\\\\xab\\\\xe8\\\\x0b\\\\xa6\\\\xed\\\\x8b\\\\xb4\\\\xeau\\\\xef\\\\xdf\\\\xa6\\\\xc2M \\\\xe5\\\\xa3\\\\x9a\\\\xafl\\\\x91*:\\\\xf3\\\\xe5\\\\\\\\g\\\\xe7o\\\\xc5\\\\xc9\\\\x17\\\\x02*SZ\\\\xc2\\\\xc5\\\\xc6\\\\xa6$\\\\xee\\\\x1a\\\\xe8\\\\x04\\\\xccG\\\\xd9\\\\xd5]\\\\xfe\\\\xda\\\\x17.Fr\\\\xa8\\\\x18\\\\xf5\\\\xe4\\\\xaf_$\\\\xd0\\\\x1a\\\\xf9\\\\x85W\\\\xe5pT\\\\x8b.\\\\xdbh\\\\xb5\\\\x04\\\\x15\\\\xee\\\\xc7h \\\\x13?\\\\x84\\\\xf6\\\\xf3=a\\\\xef\\\\x88\\\\xb1q\\\\xa3\\\\x81\\\\xc1L-\\\\xfb\\\\x91g\\\\xc1\\\\x03|:\\\\xcb\\\\x1aq\\\\xb7 Rw5\\\\x80\\\\x00\\\\xcb\"\"\\\\x0fo\\\\xac\\\\xf7\\\\xe9B\\\\xe1\\\\xc6I\\\\x02\\\\xd0\\\\x94\\\\x8dY\\\\x17\\\\xe12\\\\x96\\\\x9c\\\\x9cM\\\\x13\\\\xf3\\\\n\\\\xdb\\\\x12\\\\x08\\\\xdd\\\\x06gQ\\\\xd8\\\\x1f\\\\xafU\\\\xb7V\\\\xf5D\\\\xf2N\\\\xdbH\\\\t\\\\x82\\\\x00|\\\\x17@]f\\\\xce#!\\\\xde\\\\xe5J}\\\\x81\\\\xef\\\\xb3\\\\x89r\\\\xa87B\\\\xb4\\\\x88\\\\x9dH$i\\\\xd6\\\\xa8\\\\x12\\\\x16c(\\\\x97-\\\\x81\\\\xe5\\\\xf6Ww\\\\x1e\\\\xa1UCr\\\\x19\\\\x8a\\\\xf5\\\\x10\\\\xacY\\\\x04\\\\x8b\\\\x19I\\\\ra$\\\\x99rd\\\\x0e\\\\xfa\\\\x7fw]\\\\r\\\\xd96\\\\xc6\\\\xa2u,+\\\\xb0iQ\\\\x9b\\\\x8cP?r\\\\xdf\\\\xfc\\\\xfa\\\\xff\\\\x00\\\\xf1\\\\x0f\\\\xf3\\\\xea\\\\x96\\\\x91\\\\xc8\\\\xa77U\\\\xff\\\\xd4\\\\xf9\\\\x13\\\\xc3\\\\xf1\\\\xb6d^6\\\\x18\\\\xdcA\\\\x00jOy?v\\\\xbfN\\\\xb1.\\\\xdc\\\\xc9x\\\\r\\\\xcd\\\\xeai\\\\x01\\\\xca)\\\\xcb\\\\xef\\\\xad\\\\xde\\\\xa5i\\\\xa8\\\\x11\\\\xa9\\\\x92I\\\\xf0,g\\\\xb4\\\\x01\\\\xdb\\\\xed\\\\xe9\\\\x11#WUSl\\\\x06$W\\\\x8c\\\\x14+\\\\x8d\\\\x18\\\\xc3\\\\x91\\\\xc1\\\\xe6)\\\\xc9\\\\rPKV\\\\xbb\\\\x02\\\\xb8\\\\x0ccPH3$w>\\\\x13\\\\xd5-~\\\\xd8nk\\\\x1a\\\\xe5\\\\xa3\\\\xa8\\\\x9c\\\\x12\\\\x8d\\\\xd7\\\\xda1k\\\\x17\\\\xd8w\\\\xe3\\\\xb8T\\\\xa9@\\\\x82T\\\\x12\\\\tv$\\\\x89\\\\x11\\\\xa7\\\\xdf\\\\xd1\\\\xdc`\\\\x1c\\\\xd7\\\\xa2\\\\xa6\\\\xc5\\\\xe8\\\\xa35V[u<\\\\x9d\\\\xa86\\\\r\\\\x95\\\\xddia\\\\xeeh}[\\\\xb6\\\\xeaW\\\\xbe\\\\xbfwI\\\\x16\\\\xdaT\\\\xc0\\\\xa7[:\\\\xa3\\\\xa4\\\\x9a\\\\xa6\\\\x1eR\\\\xba\\\\x92\\\\x9d\\\\xd8\\\\xaa\\\\xacC\\\\x03[\\\\x8fPY\\\\x8d\\\\x04w$\\\\xf9\\\\xeb\\\\xa7V\\\\xe2t\\\\xa4\\\\xce,\\\\x95\\\\xde\\\\xab\\\\xb2\\\\xd8\\\\xb5\\\\xc2\\\\xbckTE\\\\x906\\\\xc9c\\\\xe2\\\\xc7\\\\xec\\\\xe9\\\\xe2D\\\\x84\\\\xba\\\\xbaU\\\\xe6\\\\xce7\\\\xe6\\\\xbd\\\\xaah\\\\xddz\\\\xa2\\\\x86A\\\\x04\\\\x12\\\\x0e\\\\xac\\\\xa5{\\\\x08\\\\xed\\\\xd0\\\\x19\\\\x03\\\\x82\\\\t\\\\x01\\\\x82^\\\\xca\\\\xc6uV(\\\\x06F\\\\xe4\\\\x05\\\\xcfc\\\\\\\\A\\\\'H\\\\xef\\\\xa7~\\\\x82Atb\\\\xf4\\\\t_:\\\\xa3\\\\x90k\\\\xaa\\\\xb5\\\\xd9\\\\x03}th%\\\\xa0\\\\x8d&\\\\x9a\\\\x88\\\\xfbzA7,\\\\x97w\\\\n\\\\xdd\\\\xb9\\\\x82\\\\xc34\\\\xeb\\\\x83\\\\xf2\\\\x1c\\\\r\\\\x95\\\\xdas(\\\\x0etjKC\\\\xc4\\\\xf6\\\\r\\\\xafo\\\\x0f\\\\x1e\\\\x8a\\\\x1b\\\\xc8\\\\xca\\\\x89\\\\xa4D)\\\\xf7Y\\\\x89\\\\x93SX\\\\x96\\\\xb5\\\\x03$\\\\xb1\\\\xa7i:\\\\xb7\\\\x98\\\\xf4\\\\xb7c\\\\xd5\\\\xa8\\\\x90E\\\\x12L\\\\x1d\\\\x0b\\\\xb7\\\\xe2\\\\xf6\\\\xdf\\\\x8c\\\\xf9XkUm\\\\xbc\\\\x05D*Ae;\\\\x8a\\\\x15\\\\xd0\\\\x80@\\\\x99\\\\'\\\\xb7mzdm\\\\x13Q\\\\x88\\\\\\\\m\\\\x11\\\\xd8\\\\xbc\\\\xe0>5\\\\xf3^K\\\\x99\\\\xa0\\\\xfc^\\\\xeax\\\\xeek.\\\\x9b\\\\xdf\\\\x1f6\\\\xcb\\\\x15Z\\\\xcd\\\\x95\\\\x12\\\\xf5\\\\x062\\\\x01\\\\xb0\\\\x02\\\\x02\\\\x85\\\\x92|:\\\\x9fj\\\\xec\\\\x81\\\\x16\\\\xcbK\\\\xaf\\\\xd3\\\\xbd7i\\\\xa8\\\\xcf\\\\xd3GZ8l\\\\xbb\\\\x97\\\\n\\\\xee;?\\\\x15\\\\xaa\\\\xb6\\\\x9c\\\\x922+\\\\xb42\\\\xdb\\\\xbfR\\\\xc2\\\\x00\\\\xf4\\\\x90\\\\xc2\\\\x7f\\\\xc3\\\\xaf)\\\\xba\\\\x84E\\\\xcd3\\\\r_\\\\x1e\\\\x8bF\\\\xc4\\\\xa4)\\\\x9al\\\\xc5\\\\xf7\\\\n-\\\\xb5\\\\xecj\\\\xed\\\\xd4\\\\xa0\\\\x83\\\\x05\\\\xcc\\\\x8e\\\\xfd\\\\x82\\\\xfd{}\\\\xbd\\\\\\\\\\\\xdb\\\\x13\\\\x18\\\\x82\\\\x14\\\\x98\\\\x90K\\\\xa7\\\\xbeEx\\\\xcc\\\\xbe-\\\\xad\\\\xc7F\\\\x195R\\\\xbf\\\\x99i(7F\\\\xe0 \\\\x10\\\\'M\\\\x04\\\\x1f\\\\x1e\\\\x9e\\\\xda\\\\xeb,_\\\\xcb\\\\x91J\\\\xbc\\\\x06\\\\x97\\\\xc9r\\\\x87\\\\xc9\\\\xc3\\\\xd9u\\\\x94UHx\\\\xb1\\\\xca\\\\x97 \\\\xc2\\\\xfe-\\\\x84\\\\x92#\\\\xbc\\\\xe9\\\\xf7t\\\\xc8\\\\xda\\\\xd5M.\\\\x16=\\\\xc9\\\\xb4\\\\xaaZ\\\\xb4\\\\xfc*\\\\xd8*{\\\\xdbK2\\\\xd6\\\\xac\\\\x05\\\\x88v\\\\x90ZbKi\\\\xfd\\\\xdd[\\\\x8d\\\\xaa\\\\x86-\\\\xd1R\\\\x99!\\\\xcej}\\\\xd8\\\\xb7]}\\\\xf6\\\\xd7S\\\\xe4\\\\xfbD\\\\x06*$\\\\x85f\\\\x90\\\\xc6;I?\\\\xe3\\\\xd3\\\\x88\"\\\\xaa\\\\x18\\\\x97l1Y\\\\xe1\\\\xadxv]\\\\x93\\\\x90\\\\xed\\\\xfc\\\\xa6\\\\x0c\\\\x98\\\\xb3\\\\xb84\\\\xca\\\\xed\\\\x13 x\\\\x9e\\\\xff\\\\x00^\\\\x96\\\\x1c\\\\x9e\\\\x9cf\\\\x9b\\\\x02\\\\x00\\\\x05\\\\x82\\\\xd5\\\\x99w\\\\x1d\\\\x9e\\\\x97\\\\x92\\\\x80[X\\\\x1e\\\\xc3\\\\xb3\\\\x05_J\\\\x82P\\\\x81\\\\xdfw\\\\x87B\\\\xd1\"\\\\xa1\\\\x14\\\\xa4I~\\\\x89v\\\\x94\\\\xb6\\\\xbbE\\\\xaa\\\\x9f\\\\x85\\\\x80h\\\\x1b\\\\xb4\\\\xf2\\\\x07MG\\\\xda:X\\\\x1aK\\\\xa9\\\\x94\\\\x81\\\\x0c\\\\xeava\\\\xb2\\\\xdb\\\\xc2\\\\xe3\\\\x9b7\\\\x06;\\\\xde\\\\xce\\\\xc6cY\\\\x8e\\\\xe7@z\\\\xe9\\\\x19;\\\\x8414:\\\\xb0O\\\\x1f\\\\x1e\\\\xe1\\\\xf2ksm\\\\xc4\\\\x0b\\\\xc3\\\\x02A\\\\xd1\\\\x89\\\\x1a(\\\\xda=\"5\\\\x82OD\\\\xd2%\\\\xf1\\\\xf2Gj\\\\x0eY\\\\x17\\\\xcf\\\\x18\\\\x14\\\\x15L\\\\xbaR\\\\xbbC\\\\x18\\\\xb9W\\\\xf9\\\\xb2avn;\\\\x81\\\\xf0\\\\xef\\\\xfe\\\\x13\\\\xd5M1\\\\xb9-$9\\\\x07\\\\x1f\\\\xb2\\\\xb3{\\\\xd3O%^s\\\\x19\\\\x9b\\\\xcd\\\\xa9\\\\x86\\\\x1d*h\\\\xadm$\\\\xc8@t\\\\x9e\\\\xde\\\\x1a\\\\x19\\\\xfa\\\\xf4\\\\xa3\\\\xb1\\\\x1a\\\\xc3a\\\\xe3\\\\xf5I\\\\x86\\\\xe4\\\\xca\\\\x85/\\\\x86\\\\xc7\\\\xd9q\\\\xda\\\\x8bz\\\\x81\\\\xb1\\\\x81\\\\xd7p\\\\x1e\\\\x04w\\\\xe9\\\\xf2:`\\\\xc4\\\\xd4qE\\\\x1e\\\\xaarR\\\\xb0\\\\xb8\\\\x8c\\\\x8c\\\\x95g(k\\\\x04\\\\x86\\\\x96]#]d\\\\x90 GK\\\\x95\\\\x99\\\\n\\\\xe0\\\\x8b\\\\xdcr\\\\xc2\\\\xa8\\\\xd5\\\\x89e\\\\x18\\\\x0b\\\\x83\\\\x91\\\\x96\\\\x86\\\\xac[\\\\r\\\\xde\\\\xcd\\\\x80\\\\x16\\\\xde\\\\xde\\\\x98V\\\\x8d\\\\xcc#\\\\xc2t\\\\xef\\\\xd5\\\\xcbBR\\\\x81\\\\xd4A\\\\x03\\\\x9eo\\\\xc9L\\\\xde\\\\x99%\\\\xc6\\\\xc8\\\\xbdB\\\\xa5keJ\\\\x04#!& \\\\xeaDy\\\\x93\\\\xe7\\\\xd2L\\\\x004\\\\xa2`\\\\x99gwF8\\\\xfc\\\\xcc\\\\xaaY\\\\x1a\\\\xaa\\\\xde\\\\xc4g\\\\xda\\\\xd6\\\\x12L\\\\x83\\\\xde~\\\\xce\\\\x8e\\\\xe11\\\\xaeIC\\\\x1e\\\\xaa\\\\xd9\\\\xe3p\\\\xee\\\\xbb\\\\x1b|T)\\\\xb9u \\\\xa9i^\\\\xe3a\\\\xd6t\\\\xf3\\\\xe9\\\\xd1\\\\xa0\\\\xe4\\\\xe9\\\\xc0O\\\\xe6\\\\r,\\\\xab[\\\\xdb*\\\\x1c\\\\x8fN\\\\xe8\\\\x00\\\\xb9 G\\\\x7f>\\\\x91\\\\xa4\\\\x02[\\\\x1c\\\\x90j\\\\x93\\\\x06\\\\xc1+\\\\xe4\\\\xe4\\\\xe4b\\\\x0c\\\\x9cK*\\\\x07\\\\x1d\\\\n\\\\xb8]\\\\xbb\\\\xa0\\\\xce\\\\x83_P\\\\x1dY\\\\xb5\\\\xb8:X\\\\x86\\\\xcd\\\\x0c\\\\xe0\\\\xf2x\\\\xa9i\\\\xcb\\\\xdb\\\\xc7\\\\xa5\\\\x17\\\\xd4\\\\x8f\\\\x87\\\\xc8\\\\x82\\\\xb7U\\\\x97T\\\\xd4\\\\xf5\\\\x90{\\\\x8d\\\\x87Mu\\\\xfd\\\\x9fp\\\\r\\\\xe0\\\\x8c\\\\x88\\\\xc2_D\\\\xe8BC\\\\xd4\\\\x7f\\\\xb4\\\\xfd\\\\xf1\\\\xbc\\\\xfc\\\\x9eg\\\\x1d\\\\xc6vSd\\\\\\\\e\\\\xd9f\\\\x0bF\\\\xac\\\\xcc\\\\xc4\\\\x92\\\\xc4\\\\x90g\\\\xa0\\\\xb9\\\\xa6f\\\\xb5t~\\\\xa7z\\\\xba\\\\xdf\\\\xc6b#\\\\xe6\\\\\\\\\\\\xd5\\\\xb3\"%\\\\xdb\\\\xb77\\\\x93\\\\x03\\\\xe0{xw\\\\xd7\\\\xac\\\\xfb\\\\xb6\\\\xea\\\\xe1LiF\\\\xc5]\\\\xad[\\\\xaf\\\\x02\\\\x98J\\\\xea\\\\x87$0\\\\xdd3\\\\xa1:\\\\xb4\\\\x08\\\\x99\\\\xed\\\\x1f\\\\xb3\\\\xa5\\\\xdb\\\\xb0O\\\\xa6\\\\'\\\\x15p\\\\xfe\\\\xbdU+\\\\xcbqyx\\\\xf9\\\\xb9U2\\\\x07\\\\xac1\\\\x03MX\\\\x8fY\\\\x83\\\\x1f\\\\xb7\\\\xbf\\\\xdf\\\\xd3\\\\xac[\\\\x9d\\\\x99\\\\xc8\\\\x16l\\\\x96F\\\\xe6%\\\\x10\\\\xe38\\\\xbbs\\\\xf8\\\\xfb\\\\xe8\\\\xb1\\\\xf6_Q>\\\\xd5H=*\\\\x90\\\\x01\\\\xd65\\\\x1d\\\\x8fWt\\\\xb8\\\\xa6)6\\\\xc4\\\\x8b\\\\x89\\\\x14\\\\x01\\\\xfe\\\\x1d\\\\xc9a;5\\\\xea\\\\xae\\\\xe0\\\\xb1>\\\\x98\\\\x1d\\\\xf5\\\\xd7A;I\\\\xef\\\\xa6\\\\x9d\\\\xb5\\\\xeb7\\\\xfcCn\\\\xb9\\\\xf1\\\\xf6\\\\xc10\\\\xdb7\\\\x18f\\\\x13\\\\x87\\\\x0f\\\\xc7\\\\xe3q\\\\xbc\\\\x86!\\\\xc5\\\\xb3\\\\xfe\\\\x8f\"\\\\x8d\\\\x9e\\\\xa5\\\\xd0\\\\xc1\\\\x04\\\\xc6\\\\xd2\\\\x0c\\\\xc0\\\\x89:\\\\x8f\\\\xdf\\\\xd2`#b\\\\xf02zr\\\\xfa\\\\xf1\\\\xf5W-}Sf_\\\\x1c\\\\x9f\\\\x99\\\\xab1\\\\xad\\\\x17W\\\\x8dO\\\\xba\\\\x08%\\\\xb7\\\\x01\\\\xea`\\\\x08?\\\\xb6>\\\\xf9\\\\xebB\\\\xf5\\\\xb8\\\\xce\"\\\\xe4i\\\\xf7O\\\\x933\\\\xb5R5\\\\xfc\\\\xbd\\\\xd7d\\\\xff\\\\x00\\\\xd3Zq\\\\xac`\\\\xeaU7\\\\xb0\\\\x1b\\\\x01+\\\\nD\\\\x80\\\\xdaA0|\\\\xfcGH\\\\xd9\\\\\\\\\\\\x84A\\\\xd4H\\\\x93\\\\xe0x\\\\xcde\\\\xdf\\\\x9c\\\\xe4Cy(\\\\r\\\\xf9\\\\xd6\\\\xbdM\\\\x95\\\\xad\\\\xcf\\\\x90\\\\x16\\\\xcbB\\\\xaa\\\\xc92\\\\xacX\\\\x8d\\\\x0c\\\\xc7\\\\xdf\\\\xf7\\\\xeb\\\\xd6\\\\x9c\\\\x83\\\\x9a\\\\xe6\\\\xaa\\\\x88\\\\x99\\\\x001D\\\\xf8\\\\xfc\\\\x91\\\\x89\\\\x89g\\\\x1d\\\\x90\\\\xff\\\\x00\\\\xcb,\\\\xb5zuM\\\\xd6\\\\x19+\\\\xa7\\\\x81\\\\x07S\\\\xaf\\\\xd6:\\\\x83\\\\x83.\\\\x12g\\\\x0fN\\\\x9dJ5\\\\x9d\\\\xc7a^\\\\x94=W\\\\x16\\\\xbe}\\\\xb5\\\\xa2\\\\xdf\\\\xe5\\\\xb0C\\\\xa6\\\\x84\\\\x10Z|\\\\xa7^\\\\x8d\\\\xa3\\\\x92\\\\xb6t\\\\x0f\\\\xf5T\\\\xa4~a\\\\xf11O\\\\xb4\\\\xd4\\\\x0c\\\\x1c\\\\xd4V\\\\x16\\\\x89\\\\x98PL\\\\xb1\\\\xdd\\\\xe3\\\\xa0\\\\xf1:\\\\x0e\\\\x91t\\\\x07\\\\x14]#\\\\x11\\\\x16\\\\x18\\\\x94\\\\xdf\\\\xf0NN\\\\x8bW\\\\x93\\\\xee\\\\xdd\\\\xff\\\\x00i]\\\\xfe \\\\xff\\\\x00q\\\\xf0\\\\xfeW\\\\xff\\\\xd5\\\\xf9t\\\\xadO\\\\x05\\\\x8d[T\\\\x10\\\\xe5\\\\xb9\\\\x02\\\\xe0fB\\\\x11\\\\x04\\\\x15\\\\x1f\\\\x84\\\\x9f\\\\xee\\\\xf1\\\\xeb\\\\xce\\\\x1dC:\\\\x9f%\\\\xf3\\\\x18\\\\xcc\\\\xdc\\\\x97Z\\\\xa0o\\\\x90\\\\x99\\\\xf76\\\\xc5J\\\\xec`\\\\x01b!F\\\\x91\\\\xa0\\\\x9e\\\\xcb\\\\xd24J\\\\xd9\\\\xc5\\\\xc2t\\\\x81\\\\x8dO\\\\x92\\\\x9b\\\\x83\\\\xc7\\\\xdb\\\\xbd\\\\x92\\\\xca\\\\xc1\\\\xd8\\\\x0b\\\\xb3\\\\x1d\\\\xd0\\\\x06\\\\x91\\\\xa0\\\\x1d\\\\x8f\\\\xd3\\\\xbfS?S%\\\\\\\\\\\\x91\\\\x97\\\\xea\\\\xa7\\\\xba[\\\\x97\\\\x94=\\\\xb5(\\\\xb26n:i:n\"~\\\\x9at\\\\xab\\\\x8d\\\\x84rU\\\\xc3DW5\\\\xee}j\\\\xd9\\\\x17\\\\xefj\\\\xea\\\\xf5\\\\x9fr\\\\xb0F\\\\xdd\\\\xe6giP@\\\\x02#\\\\xa3\\\\x10\\\\x00;\\\\xa8\\\\x84\\\\x8a\\\\xd7\\\\x81`\\\\xad\\\\xeaGv5\\\\xc1g\\\\x03\\\\xd4\\\\x08\\\\xec!{k\\\\xd8\\\\x90z\\\\x89\\\\x19\\\\x00\\\\xc1\\\\x14\\\\xc0w!1\\\\xd7\\\\xf1\\\\xdc\\\\xac\\\\x92\\\\xd6TR \\\\x1a\\\\x82\\\\xee+\\\\x0c\\\\x7f\\\\x08\"O\\\\xef\\\\x8f\\\\xafQn\\\\x04\\\\xd1\\\\'S\\\\x169\\\\xa6\\\\xfc\\\\x0e\\\\x16\\\\x9c.?\\\\xdc\\\\xc9(}\\\\x88kY\\\\x80\\\\xdal&\\\\x02\\\\x82\\\\xda\\\\r\\\\xab\\\\xde;\\\\x1e\\\\xff\\\\x00K@\\\\x80+B\\\\x8c\\\\x11\\\\x10\\\\xe2\\\\xbc}\\\\x95q\\\\xcaT\\\\xd7d\\\\x9a\\\\xc7\\\\xbbq\\\\xb1\\\\xf6\\\\xd6\\\\xca$0C\\\\xf4\\\\x91>Q\\\\xd2\\\\xd8=\\\\rTBz\\\\\\\\\\\\xe1\\\\xdb\\\\xc6\\\\x08v+fc\\\\x1c\\\\x83\\\\x8bkb\\\\xa5\\\\xc9\\\\xb3\"\\\\xa4fR\\\\xeaL\\\\x14eX\\\\x90\\\\x08\\\\x1d\\\\xfa|\\\\'(QX7X3\\\\x94\\\\x1e\\\\xf4f\\\\x0cB\\\\x86y\\\\n\\\\xe5dm\\\\xdb\\\\xa0\\\\x83\\\\xdbY\\\\xd7\\\\xaeg)\\\\xf0 Yx\\\\xb5\\\\x9a\\\\xd2\\\\xc0\\\\x87\\\\xdc\\\\x03k\\\\x08\\\\x91:\\\\xc4\\\\x00|?\\\\xc7\\\\xa7[\\\\xb8Aez\\\\xd5\\\\xd2\\\\xec\\\\xf4K\\\\xaf\\\\x8ba\\\\xf7MJN\\\\xe0\\\\x06\\\\xc1\\\\xa1:\\\\xcbL\\\\xc4\\\\xf5t\\\\\\\\\\\\x14u\\\\xa0.\\\\x80\\\\xce\\\\x86_\\\\x84\\\\x81\\\\xda\\\\xbb\\\\x06\\\\xef\\\\\\\\0]`\\\\x9dt\\\\x9e\\\\xac\\\\xc2\\\\xf3\\\\x87\\\\n\\\\xd5\\\\xbb\\\\xe5\\\\x9crB\\\\xf2\\\\xe8\\\\xb1\\\\xb6\\\\x8a\\\\xdcWqn\\\\xe4\\\\x8d=0H\\\\x03\\\\xbcw\\\\x13\\\\xd3\\\\xe3-J\\\\xed\\\\x8b\\\\x82\\\\xae(\\\\xa3beWA\\\\x14N\\\\xe1&o\\\\x10\\\\x16H\\\\x98\\\\'h\\\\xd7_\\\\xf3\\\\xeb\\\\x88t\\\\xeb\\\\xf6\\\\x0c\\\\xfd^H\\\\xe5\\\\xc5\\\\xb2jK\\\\x91\\\\xd9\\\\xbd\\\\xa5\\\\x0c\\\\xa0~\\\\x1f=\\\\x0e\\\\xb1\\\\xdfQ\\\\xd2`t\\\\x16\\\\xe6\\\\xb3-\\\\xff\\\\x00\\\\xc7\"\\\\x08\\\\xc5\\\\x01z\\\\x1b\\\\xdc2}\\\\x95t\\\\xf6iBM\\\\x80G\\\\xab\\\\xd3\\\\xb8D\\\\x18\"\\\\x0c~\\\\xee\\\\xac-8\\\\xdd\\\\x1ay\\\\xe6r\\\\xe3\\\\xb6\\\\xaa>U\\\\x16\\\\x1b\\\\x12\\\\xda\\\\xcaz\\\\x9cW\\\\\\\\1*\\\\x1cH;t=\\\\xc9\\\\xd6~\\\\xbfoPS\\\\xad\\\\xdc\\\\x0cA\\\\xedR\\\\x93\\\\x05*,\\\\xd6Z\\\\r\\\\xf6!\\\\xaf\\\\xda\\\\x98\\\\nL\\\\x98\\\\'\\\\xc64\\\\xf1\\\\xea\\\\x12%\\\\xb82\\\\xc0S\\\\x9a\\\\xca\\\\xce:\\\\xc9\\\\x16\\\\x1b\\\\x95\\\\x81m\\\\xe5\\\\x19!\\\\x0e\\\\x9bV\\\\x00&;\\\\x1f\\\\xaf\\\\\\\\\\\\x0b\\\\x95\\\\x11\\\\xddG\\\\x06*]U\\\\xdc-b\\\\x8aK\\\\xee\\\\x85\\\\x12`(\\\\xfe\\\\r\\\\xa4xk\\\\xfd\\\\xb4\\\\xeb\\\\xa4CU\"\\\\xe4\\\\xe2c\\\\\\\\8\\\\xae9\\\\xa9ve&\\\\x16\\\\xff\\\\x00j\\\\x13\"\\\\xc0v\\\\x8d\\\\xcc\\\\xa2\\\\x04H\\\\x85\\\\x07P>\\\\x9d\\\\xfaH\\\\x86\\\\xb6|\\\\x12!d\\\\xdeg\\\\xc0(\\\\x95\\\\xe7W\\\\x92Iz\\\\xcaZ\\\\xec\\\\xda\\\\x11\\\\xb6\\\\x1ad\\\\x83\\\\xff\\\\x00d\\\\xf4\\\\xc1\\\\x12(\\\\r\\\\x13\\\\xe5\\\\xb6\\\\x95\\\\xbc\\\\x0b\\\\x85.\\\\xb5\\\\xc7\\\\x10\\\\xc5\\\\x8e\\\\xe6\\\\x98\\\\x9e\\\\xe0@\\\\xd7\\\\xcc\\\\xf9\\\\xf6\\\\xe8ddUy\\\\x19\\\\x9a(Y\\\\x18\\\\x80\\\\\\\\,\\\\x1e\\\\xb0\\\\xa4V\\\\x10\\\\x8d&X\\\\xcc\\\\x88:\\\\x92I\\\\xe8\\\\xe3\\\\'\\\\xc5Z\\\\xb3\\\\xb8\\\\xf4\\\\xb6\\\\x1dW\\\\xea\\\\xc1cb\\\\x94m\\\\x81\\\\xa6\\\\xb7b\\\\x18\\\\xc7\\\\x80\\\\x1d\\\\xc9\\\\x03\\\\xcc\\\\xf5*.\\\\x11CN8\\\\xc1L{\\\\xfd\\\\xb4\\\\xd9\\\\x1a\\\\xb0*\\\\xcd\\\\xa9\\\\x80\\\\xed\\\\x8a?4\\\\x0f\\\\xf2\\\\x89E\\\\x96VU\\\\xfd\\\\x84\\\\x00\\\\xb2\\\\x92$\\\\x93\\\\xd8z|\\\\xe6H\\\\xe9\\\\x11\\\\x88\\\\x84\\\\xf5\\\\x05_I\\\\xcda\\\\xc7\\\\xf2\\\\n}\\\\xce>\\\\xc0\\\\xae\\\\xd3\\\\xfc\\\\x9f1\\\\xa7`N\\\\x92<:|%^\\\\x88\\\\xa4\\\\x1e\\\\xab\\\\x0e]R\\\\xc5V\\\\xa3r\\\\x8ak;\\\\xd2#w\\\\x9a\\\\xbcO\\\\x7f\\\\xafG#\\\\xc9*\\\\xe4iD\\\\x93\\\\x9f\\\\x8c\\\\x96W\\\\xf9\\\\xa5aK\\\\xce\\\\x9b\\\\xb4f:\\\\x82#\\\\xc3\\\\xef\\\\xeb\\\\x83rUd\\\\x1e\\\\xa8.;e\\\\xd4\\\\xf9*\\\\x11+\\\\\\\\\\\\x955\\\\xd9\\\\xbb\\\\xb0\\\\x1eC\\\\xb7o\\\\x1e\\\\xa6$\\\\xa9\\\\xb6L]\\\\n\\\\xca\\\\xc7\\\\xc4\\\\xd8\\\\xae\\\\xc6o\\\\x04\\\\nA\\\\x12\\\\xdd\\\\xbc\\\\xe4\\\\xfe\\\\xee\\\\x8e>\\\\x95\\\\x04\\\\x02\\\\x96y|d\\\\xb5\\\\rT0\\\\xc6\\\\xb80R\\\\xe5w\\\\x06\\\\x1f\\\\xfe\\\\t:\\\\xf8tZu%\\\\\\\\\\\\xad\\\\x12\\\\xb5\\\\x987\\\\xe1\\\\x90\\\\x96dz\\\\x1d\\\\xd4\\\\xa5&d\\\\x02\\\\xa4\\\\xb34\\\\x08 \\\\x81\\\\xacy}\\\\xb3\\\\xc2-\\\\x81H\\\\xc3\\\\x15\\\\r\\\\xf02\\\\xad\\\\xb1\\\\xafvt\\\\xc5\\\\xbbs\\\\xa5\\\\x8eH \\\\xc1.V4\"Op4\\\\xfatb\\\\xda(\\\\xdb.\\\\xf9(9\\\\x18^\\\\xcd\\\\x04\\\\xd6\\\\xde\\\\xee\\\\xe0K2\\\\x95PHQ\\\\xe92|\\\\xbc\\\\xba\\\\x83\\\\x01$\\\\xd8\\\\xbck\\\\x8f\\\\xd9 \\\\xddFQ\\\\xb6\\\\xc1\\\\xf9\\\\x8biT\\\\xf5V\\\\xb6\\\\rK0\\\\xd0\\\\x03\\\\xe1\\\\xd5I\\\\xec\\\\xe3*\\\\x12\\\\xc12\\\\x17\\\\xd8\\\\x12\\\\x990\\\\xb39\\\\xe09\\\\xef~8\\\\xf1U\\\\x83\\\\xd5f6C\\\\xa2\\\\xd7\\\\xef\\\\xbd\\\\x8f\\\\x1bv\\\\xed2G\\\\x913:\\\\xfd\\\\xdd\\\\x18\\\\x06\\\\'\\\\x07uS\\\\xf648\"\\\\x8b88V\\\\xe3\\\\xb2]C\\\\xd8\\\\xeb\\\\xea\\\\x03W\\\\xac\\\\x19\\\\xf5,\\\\xac\\\\xc6\\\\x9aN\\\\x87\\\\xc7\\\\xa6k`j\\\\xbb\\\\xb7\\\\x82\\\\x80\\\\xe5]\\\\x99\\\\x9c\\\\xd5$\\\\xfa\"}\\\\x90\\\\xcc\\\\x14\\\\x01\\\\xd8\\\\x1d{\\\\x93\\\\xac}~\\\\xee\\\\x90\\\\t%\\\\x93\\\\x01\\\\x8c\\\\x03\\\\x92\\\\xa4aq\\\\xbc\\\\x85\\\\xcd\\\\xad\\\\x02\\\\xcfp\\\\x12\\\\x8eX*\\\\x16c\\\\x1e\\\\x93\\\\xd8\\\\xe8b;\\\\x83\\\\xd7\\\\x19\\\\x10t\\\\xe2\\\\xa5\\\\x84\\\\xc5\\\\x13M|\\\\x06+\\\\x84W\\\\xc9\\\\x0e\\\\xec\\\\xe4\\\\xddZ\\\\x0fD\\\\xf6-\\\\xb8A\\\\x1aLv\\\\xff\\\\x00\\\\x0e\\\\xa6F.\\\\xd9\\\\x9c\\\\x93c\\\\xb6\\\\xa3\\\\x92\\\\xa5\\\\x0eC\\\\x89\\\\xa2\\\\xccu\\\\xb9\\\\xe8VHe\\\\xb1\\\\x0fv\\\\xafE\\\\xf5/c\\\\x00O\\\\x8f\\\\xd9\\\\xd44@`\\\\x8eS\\\\x89,\\\\xd8&\\\\xbe\\\\x13\\\\xe4<=\\\\xbb\\\\xa9{\\\\xac\\\\xaa\\\\xe0\\\\xc7\\\\xf2\\\\xb7\\\\x12\\\\xa9T\\\\x81$X\\\\xb2K\\\\x12I\\\\x88\\\\xfax\\\\xf5\\\\x03s\\\\x11B\\\\xfc\\\\xbbW\\\\r\\\\xc88S5\\\\x13\\\\xe4<;\\\\xe6\\\\xd6\\\\xb9U\\\\xe5[k\\\\x91\\\\xb9\\\\x94\\\\x95e\\\\x15\\\\xfaH\\\\x9d\\\\xb2A\\\\xd7I\\\\x11\\\\xd3\\\\x84\\\\x1c*\\\\xf7}A\\\\xc5\\\\x7f\\\\t\\\\x0f+\\\\x85f\\\\xaa\\\\xb4\\\\xad\\\\x192\\\\xac\\\\r\\\\xee\\\\xb3\\\\x19WS\\\\xf8J\\\\x89\\\\xf1\\\\xfa\\\\x81\\\\xfd\\\\xddH\\\\xd3\\\\'lR\\\\xc01\\\\x01A\\\\x7f\\\\x8a\\\\\\\\j\\\\\\\\\\\\x81}n\\\\xa2\\\\xe3[\\\\xa0e,H\\\\xd7q\\\\x1d\\\\xc8\\\\xf2\\\\x8f\\\\xbf\\\\xaa\\\\xd7,\\\\x00\\\\t\\\\xd5\\\\xc1L\\\\x8d\\\\xd2C\\\\x8a\\\\x8c\\\\xbb\\\\xb9q\\\\xdc\\\\x8a\\\\xf0\\\\xb8\\\\xafN-\\\\xf4R\\\\xbb\\\\xedW;rwB\\\\xb0S\\\\xd9g\\\\xb0`bc\\\\xeb\\\\xd5(\\\\x1fq\\\\x84d\\\\xfaO\\\\r\\\\xc7r\\\\xb7\\\\x08\\\\x91R\\\\x03\\\\x11\\\\xc0\\\\xe1\\\\x92\\\\x86]L^2\\\\x95\\\\x94X\\\\xbb\\\\xe4\\\\xc2\\\\xb4\\\\xaby\\\\x82t\\\\xed\\\\xdf\\\\xabq\\\\x99g!\\\\x82N\\\\x920\\\\xc5\\\\x16\\\\xc3\\\\xe1l\\\\x8b/\\\\xe4H\\\\xc7\\\\xc7\\\\xd8\\\\x1dl\\\\xf0\\\\n@ \\\\xee\\\\x00\\\\x80u\\\\x00\\\\x8e\\\\xfa\\\\xfd:|d\\\\t\\\\xf5Q\\\\xb3\\\\xe8\\\\x8c@\\\\x80\\\\xdc:\\\\x17Ne\\\\xd4\\\\xe5{k\\\\x02\\\\x8d\\\\xc5\\\\x03@\\\\xf6\\\\xdet\\\\x82I\\\\xf2\\\\xfbz\\\\xacnz\\\\xbd,\\\\xdfT\\\\xc1k\\\\xc93[\\\\x97\\\\x97^-5P\\\\x1cR\\\\xad\\\\xb9\\\\x101*\\\\x011\\\\nF\\\\xbe]\\\\xbaT\\\\x84\\\\xe2Eh\\\\xee\\\\xa4HJ=V\\\\x07\\\\x94\\\\xc8\\\\xb5Eb\\\\xd6\\\\xa9\\\\xabb\\\\xe2\\\\xb2tf05\\\\xf0\\\\'H3\\\\xd3\\\\xc4\\\\xb5\\\\n\\\\x1a\\\\xa0\\\\x1e\\\\x9a\\\\x91E3\\\\x1b\\\\xd8\\\\xb5\\\\xdd\\\\xb2\\\\x11E\\\\xd9\\\\x01W{\\\\x0fL\\\\x13\\\\xac\\\\x1e\\\\xdak\\\\xa4w\\\\xeaH&\\\\x85\\\\xbbYu!P\\\\xec\\\\xbc\\\\x7f\\\\x8d\\\\xa6]G#\\\\x1a\\\\xea\\\\xfd\\\\xdb,dJC\\\\x19\\\\x1aA\\\\x1aN\\\\x80t\\\\xd9m\\\\xdd\\\\x8a\\\\xb6 0\\\\x04c\\\\xde\\\\x9a>9\\\\xc4\\\\xe5\\\\xe3\\\\xe4\\\\xd9S\\\\x92mt*\\\\x18z\\\\xe0D6\\\\x9bO\\\\xfa|\\\\xfa\\\\xcf\\\\xddH\\\\xf5\\\\xaa\\\\xb3\\\\x0bDI\\\\x10\\\\xe2(8Y\\\\xb6\\\\xdb}\\\\x82\\\\xcfn\\\\xd6\\\\x056\\\\x80X\\\\x9d@\\\\xee<\\\\xba\\\\xc6\\\\x17&?l\\\\xa9\\\\xda;\\\\x13\\\\x05\\\\xa1@\\\\x02\\\\xb2\\\\xa9\\\\xe4\\\\xad\\\\xb91\\\\xefUiY\\\\xd8\\\\x8cU\\\\t\\\\x9d;\\\\x13\\\\x1ax~\\\\xee\\\\xb4\\\\xf6s2\"MB\\\\x95\\\\xb9\\\\x96\\\\x81\\\\xcd\\\\x95u\\\\xc9s\\\\xa4\\\\xf2\\\\xb9\\\\x07*\\\\xb7\\\\x96pP\\\\x05^\\\\xc4m\\\\xf4\\\\xea;\\\\x11\\\\xaf\\\\x8fV\\\\x85\\\\xf3\\\\xad\\\\xa4\\\\x16=\\\\xcb\\\\x95s\\\\x8av\\\\xf8\\\\xdf%\\\\x8a\\\\xd8t\\\\xbdM]jm\\\\x08\\\\xeb\\\\xa5\\\\x8c\\\\x84\\\\x8dd\\\\x88\\\\x1e\\\\x1a\\\\x13\\\\xd3v\\\\xfb\\\\x98\\\\x12Y\\\\x9dY\\\\xdb\\\\x87\\\\x0eQ^n\\\\x9d\\\\xd8\\\\xd9\\\\x06\\\\x90/\\\\xc8s\\\\xbft6\\\\xe2\\\\xc0\\\\xfaF\\\\xd0\\\\t>Bzu\\\\xf9\\\\xea\\\\x04\\\\x057&\\\\x03\\\\xe9*\\\\xa4\\\\xbf+4\\\\xbeK#\\\\xb8v\\\\x81\\\\xb1\\\\x9a;\\\\x82\\\\xa2\\\\x03\\\\xf6#\\\\xb1:@\\\\xd4uB\\\\xee\\\\xd2\\\\x12:\\\\xf3n\\\\xe5\\\\x9f+\\\\xb2\\\\x05\\\\xbb\\\\xd5\\\\x8b\\\\xf1\\\\xb7\\\\xab\\\\x92\\\\xe1\\\\xaf&\\\\xfaW#\\\\tC\\\\n\\\\\\\\\\\\x15vPH\\\\xda\\\\xa4H \\\\x9d@?]\\\\x0e\\\\x9dX\\\\xb5\\\\x1dQbr\\\\x04\\\\x7f\\\\n\\\\xed\\\\x99\\\\xbcH!T?#\\\\xc1\\\\xc9\\\\xe3\\\\xb3Jc\\\\xdd\\\\xee\\\\xfb\\\\xa46\\\\x8a\\\\xca\\\\x08\\\\'qV\\\\x03\\\\xb8\\\\x12\\\\x7f\\\\xe1\\\\xd6\\\\x04\\\\xc4\\\\xed\\\\xdf\"\\\\xa6\\\\xae>\\\\xd4I\\\\xb9\\\\x08\\\\xe9~8\\\\xf3M<\\\\x0f\\\\xbc*@\\\\xb6%\\\\x17\\\\xb3\\\\xec\\\\xf6\\\\xdeJ\\\\xc1\\\\x8fq\\\\x1a}J\\\\x07\\\\x81\\\\x04\\\\xfe\\\\xee\\\\xbdI\\\\xcf\\\\xf4\\\\xf3\\\\x9c8w\\\\xd3\\\\x87b\\\\x8av\\\\x16gT\\\\x00\\\\x92\\\\xd1\\\\xf8\\\\xb61\\\\xec\\\\x00\\\\x06?w]\\\\xb1\\\\xdd\\\\x80\\\\xd1vj\\\\x0e\\\\xa9\\\\xd1`^*\\\\xd6\\\\xe6\\\\x19\\\\xb2Q\\\\x1b[\\\\xe8\\\\xbc\\\\xc1\\\\xb9u\\\\x9d @\\\\xf0\\\\x9f\\\\x18\\\\xef\\\\xe5\\\\xd6\\\\xd4\\\\xbc\\\\x92\\\\xf7*\\\\x17\\\\x17\\\\xc2]K`\\\\xb255ec\\\\xde\\\\x8d\\\\xc6[!].W\\\\x11\\\\xbd\\\\x06\\\\x92I\\\\xd4\\\\x9d:\\\\xaf\\\\x02dA\\\\x1c\\\\xd1\\\\xd8\\\\xb3 CQ2~\\\\xa5\\\\xf0\\\\xb9<\\\\x97)V_#\\\\x91\\\\xef\\\\xf37RG*\\\\xb8\\\\xea\\\\x80{\\\\xc8\\\\xbf\\\\x86D\\\\xa9\\\\x04v`d\\\\x9f\\\\xddg{ns\\\\x98\\\\x915\\\\x18\\\\xb2-\\\\xd5\\\\xb2\\\\xfc\\\\xdcUUY\\\\x9f\\\\x1c\\\\xb6\\\\x8a\\\\x93\\\\'\\\\xf2?\\\\x9b(B\\\\xdfpoC(S\\\\x0b\\\\xb6<\\\\x06\\\\x87N\\\\xda\\\\xcf\\\\x87Y\\\\xf7\\\\xe3(\\\\xcbV\\\\'\\\\x0e\\\\xe5NV\\\\x89\\\\xc4S\\\\x8e\\\\x88F!\\\\xce\\\\xc7d\\\\xc3lVf]\\\\xc4;\\\\x05\\\\x85\\\\xda\\\\x08>\\\\xa5\\\\x11\\\\xe3\\\\xa9\\\\xd3\\\\xb7I H\\\\x01!P\\\\x10\\\\xc2R\\\\x81\\\\x03\\\\'\\\\xfeS_\\\\xc7x\\\\xec\\\\x86\\\\xb3\\\\xf35T\\\\xcb\\\\x83\\\\x8e\\\\xcb\\\\x0cN\\\\xc5\\\\'i,L\\\\r$\\\\x98\\\\x03\\\\xcb\\\\xa2\\\\xb1\\\\x08\\\\xdb\\\\xf4\\\\x81\\\\xd8U\\\\xab \\\\xcf\\\\xd4qC~A\\\\x83fm\\\\xc2\\\\xdc_{\\\\'\\\\xdb\\\\x0e\\\\xd91\\\\x08\\\\xe9\\\\x12\\\\xdf\\\\xc4\\\\xdf^\\\\xacz\\\\xa4\\\\\\\\*\\\\xd7\\\\x8b\\\\x16\\\\xabx!\\\\\\\\\\\\x7f\\\\x1cj\\\\xae\\\\xfc\\\\xf6_c\\\\x1d\\\\x16\\\\nW\\\\xaa\\\\x96\\\\x80\\\\x15\\\\x0f\\\\xa8\\\\x13\\\\xa2\\\\x90\\\\x00\\\\x85\\\\x1e]@\\\\xb90H`\\\\xc8\\\\xed\\\\xda\\\\x0c\\\\xff\\\\x00\\\\xdaY\\\\xf9 \\\\xc2\\\\xbe\\\\xda\\\\x8e\\\\x03\\\\xed\\\\xa9W\\\\xdczCD9a\\\\xac\\\\x804\\\\xd3\\\\xc2\\\\x7foX\\\\xbf\\\\'\\\\x08\\\\xc6bQ\\\\x18\\\\xe2\\\\x9b\\\\xeek\\\\x1a_\\\\xf9P\\\\xbe9\\\\x8f\\\\xf9\\\\xceG\\\\x1d+\\\\x13\\\\x04\\\\xbb\\\\xdc}$i$\\\\xe9#\\\\xb8\\\\xf1\\\\xeb\\\\x0f{=\\\\x16\\\\xcb\\\\xa6m-\\\\x8do\\\\xc9t\\\\xf5\\\\x18T\\\\xaa\\\\xe2\\\\xe3Z\\\\xd5\\\\x865\\\\xaa\\\\x85\\\\x00)HO\\\\x11\\\\xf8\\\\xbb\\\\x131\\\\xe2:\\\\xf4\\\\xff\\\\x00\\\\x1bl\\\\x1d\\\\xb0\\\\x12c@\\\\xb5\\\\xc9\\\\x11\\\\xc5(|\\\\xc2\\\\xce?\\\\x0cT\\\\x05M\\\\x9b\\\\x93pe\\\\xc5\\\\xaa\\\\x95\\\\x01\\\\xd4\\\\x86 \\\\x1d\\\\xa6A\\\\x81\\\\xa4D\\\\x18\\\\xea\\\\xbd\\\\xcd\\\\x12\\\\x91\\\\x80\\\\x0c\\\\xf9s\\\\xea\\\\x1e\\\\x9f\\\\x95\\\\x9dz\\\\xfe\\\\x80\\\\xf1\\\\xe3\\\\x8e\\\\xf5UE\\\\x9f\\\\xfd+\\\\xff\\\\x00\\\\xf2\\\\x7f\\\\xfdN\\\\xb2\\\\x7f\\\\xc2\\\\x9f\\\\xfbO\\\\x88K\\\\xff\\\\x00$\\\\x7f\\\\xb8x/\\\\xff\\\\xd6\\\\xf9#\\\\x95{\\\\xe4d^\\\\xccDL\\\\x83\\\\x04\\\\xa8i13\\\\xdb\\\\xaf8\\\\x05\\\\x1d|\\\\xea\\\\x11\\\\x11\\\\x88Y\\\\xe2P}\\\\xca\\\\x9eK1\\\\x96R<\\\\xfbN\\\\xb1\\\\xe7\\\\xe1\\\\xd4\\\\x93\\\\x92\\\\x1b\\\\xb7(B\\\\xb3x\\\\xbc\\\\xbcq\\\\x80\\\\xe1\\\\xde\\\\xbaY#q\\\\x93\\\\xb8\\\\x8e\\\\xeb\\\\xa4\\\\x99\\\\x83\\\\xdcw\\\\xe9Fb\\\\x00\\\\x9c\\\\xce\\\\x0b<]!\\\\xa0p\\\\xe3\\\\x0e\\\\xf47\\\\x91{\\\\xeckvMTn[\\\\r\\\\t\\\\xea\\\\nv\\\\xc4\\\\xb1\\\\x04\\\\x80t\\\\xf3\\\\xd3\\\\xa5\\\\xbe\\\\xa3\\\\xdf\\\\xc1P@\\\\x05\\\\x90\\\\x90\\\\x9b\\\\x91\\\\xdc\\\\xbb\\\\xb5\\\\x86\\\\xd9z\\\\xc6\\\\xa1G\\\\x98o\\\\x19\\\\xfe\\\\xc7\\\\xa3l\\\\x8e+\\\\x9d\\\\x8btE\\\\xb8<;2r\\\\xd6\\\\x9a\\\\xc2\\\\xd3Y Z\\\\xc170\\\\x91\\\\xdchF\\\\x83\\\\xee\\\\xea\"$OD\\\\x17\\\\x08$\\\\x02\\\\xac~g\\\\x90\\\\xa7\\\\xe3\\\\x94\\\\xaduX\\\\xa7.\\\\xafm\\\\ru\\\\x95\\\\x13\\\\t\\\\xf8\\\\x98\\\\xaf\\\\x8f\\\\x86\\\\x9d\\\\xc4\\\\xf5_u\\\\xbb\\\\x95\\\\x9b\\\\x82\\\\x00UY\\\\x11\\\\x8e\\\\x96\\\\xcc*\\\\xef\\\\x95\\\\xe7\\\\xb2y\\\\x86E\\\\xbe\\\\xcfim]\\\\xbf\\\\x96\\\\xa8\\\\x05P\\\\x04\\\\x12\\\\xc0y\\\\x92$\\\\xf4\\\\x98\\\\xdd\\\\x95\\\\xe9\\\\x9dT\\\\t>\\\\xacNK,Z\\\\xd3(U\\\\x8e\\\\xa0\\\\xa6K8Si mf\\\\x88\\\\x1a\\\\xc6\\\\x90\\\\x0fW\\\\xf5\\\\x1c\"\\\\x96\\\\xe3\\\\xfd]\\\\xc5\\\\x12O\\\\x8f\"\\\\xe3X^\\\\xf4\\\\xf7l\\\\xde\\\\xb5\\\\xd1\\\\x1bH\\\\n&\\\\t\\\\'Y\\\\'\\\\xb7\\\\xf6,b\\\\xd5)\\\\x90\\\\x90q\\\\xf7\\\\xcd+\\\\xe6aY^\\\\xf0\\\\xe4\\\\x1a\\\\xd0\\\\x14vH\\\\x8fI\\\\x88\\\\x83\\\\xafn\\\\xa4\\\\x82\\\\xc4\\\\x95\\\\x10\\\\xb8\\\\x1d\\\\xb3u\\\\x08\\\\xf1^\\\\xee\\\\x1b\\\\xdbj{5\\\\x97>\\\\xc1\\\\x9dv)\\\\xd4\\\\x81\\\\xdfS\\\\xe3=\\\\x10\\\\xe6\\\\xafCW\\\\xec\\\\x0f\\\\xf2\\\\x949\\\\x1cJ\\\\xe9P\\\\x10\\\\x9a\\\\xa4CA\\\\x04\\\\x8d{\\\\xc6\\\\xa3]:m\\\\xa9\\\\x92kUwot\\\\xc8\\\\xd6\\\\xa90\\\\xa97\\\\xb0]\\\\xc4\\\\x07\\\\x8b\\\\x08\\\\xfe/.\\\\xfe}i\\\\x83\\\\xe9\\\\xaa\\\\xd8\\\\x7fJ\\\\x1b\\\\x97\\\\x8a7\\\\x85\\\\xb2,\\\\ngv\\\\xedA\\\\x1d\\\\xa0\\\\x83\\\\xe4<:\\\\xb3nn\\\\x15\\\\xab\\\\x17\\\\x988\\\\xa2\\\\x11~ Y\\\\xf6M\\\\x88\\\\x08}\\\\xbb\\\\x89:\\\\xef\\\\x86\\\\x00\\\\x83&C\\\\x1e\\\\xfd1h[\\\\xbf\\\\xab\\\\x16L\\\\xdc1\\\\xb1\\\\x9e,\\\\xd1\\\\xb6A\\\\x98\\\\x1bH\\\\xd0zN\\\\x84}\\\\xddT\\\\xdd`\\\\xb27\\\\xdaF\\\\x1c~\\\\x16\\\\x19\\\\x98\\\\xcd\\\\x8eX\\\\xaa\\\\x9fm\\\\x97x\\\\x8d|d\\\\xf7\\\\xef\\\\xdf\\\\xa6Y\\\\xba$+\\\\x8a\\\\xeb7D\\\\xf1\\\\xc5\\\\x04\\\\xb2)U\\\\xc8\\\\xc8\\\\x8d\\\\xe1\\\\x18V,\\\\xd4o\\\\x83\\\\x13\\\\xd8x\\\\x0f\\\\xb3\\\\xf7\\\\xf4\\\\xf2V\\\\x94\\\\x0e\\\\xa3\\\\xa68}\\\\x94|+\\\\x17(\\\\xad\\\\xa6\\\\xc6\\\\xad\\\\xc3\\\\x87j\\\\xf7\\\\x90\\\\x18\\\\t\\\\xdc\\\\xa8\\\\xa4\\\\x93\\\\xa7\\\\xdb\\\\xfe]C\\\\xb8L\\\\xbc4\\\\x06j3\\\\x7fj`c\\\\xeeo;\\\\x82\\\\x106\\\\xd4@\\\\x1d\\\\xe3X>\\\\x00\\\\x18#\\\\xed\\\\xeaUr\\\\x06\\\\x96\\\\xa3\\\\xf3EiG\\\\x15]}\\\\xeemf\\\\xf4\\\\xd7XQ\\\\t\\\\xd8\\\\x86=\\\\xfb\\\\xc7U\\\\xe4^B#\\\\x8e\\\\x8a\\\\x9d\\\\xc2\\\\t\\\\x11\\\\x88o\\\\xba\\\\x13e\\\\x93{\\\\xaa\\\\xb3\\\\xa5\\\\x81w\\\\\\\\\\\\x01\\\\xdc\\\\x06\\\\xe6\\\\xf1]5#\\\\xc4\\\\x19\\\\xea\\\\xc4U\\\\xebp\\\\xf4dF\\\\\\\\p\\\\x17\\\\xe5\\\\xa5\\\\xcb-`\\\\x92\\\\x94\\\\xdb5\\\\x06!\\\\x84\\\\x01\\\\xa0\\\\x00\\\\x1f\\\\t1?\\\\xb3\\\\xaez)\\\\x95\\\\xd0\\\\xceq!a\\\\x95z\\\\xb5\\\\x95\\\\xd7I\\\\xda\\\\xe5\\\\xa3{\\\\xe8P\\\\xa8 H#U\\\\xd5\\\\x80\\\\xf0\\\\xea\"\\\\x14\\\\xd9\\\\xb4t\\\\x93.\\\\x1f\\\\xef\\\\x82\\\\xf7\\\\x8f\\\\xcb{?\\\\x94\\\\xcaeA!\\\\xb4\\\\x02\\\\t\\\\x81\\\\xac\\\\xc1\\\\xff\\\\x00\\\\x0e\\\\xa0\\\\x87\\\\xaa\\\\x8d\\\\xd5\\\\x80=AO\\\\xc85\\\\xd2\\\\x8e\\\\xc2X*\\\\x93!gI\\\\x8f\\\\xc3\\\\xff\\\\x00\\\\x1e\\\\x86$\\\\x9cU[O2\\\\x07\\\\x1e*\\\\n\\\\xe4T\\\\xf6\\\\x15\\\\xb2\\\\xb9\\\\xdaA6\\\\xa9 \\\\x05_\\\\xc2X@\\\\x80d\\\\x9e\\\\x88\\\\xabf\\\\xd1\\\\x02\\\\x85b\\\\xe42\\\\xfb\\\\x95\\\\xb6\\\\xe2\\\\x00\\\\x0e\\\\x93\\\\x1e1\\\\xa6\\\\xbd\\\\xbc~\\\\x9d\\\\x0e\\\\x90P\\\\xe8\\\\xc8\\\\xacE\\\\xc42\\\\xb3\\\\x12\\\\xa5?\\\\x10\\\\xfe\\\\xee\\\\xf1\\\\xfd\\\\xfd\\\\x08\\\\x06%p\\\\x8eK\\\\xa5\\\\x7fB\\\\xff\\\\x00Z/\\\\xf8\\\\x7f#\\\\x8d\\\\xc2\\\\xf2\\\\xd7\\\\xbbpyV*\\\\xd3\\\\x92\\\\xc6N#\\\\x1e\\\\xc7\\\\xbf\\\\xe1\\\\x9e\\\\xfdf\\\\xefvlM\\\\xd8a\\\\x98\\\\xfb\\\\x8f\\\\xb8Uw;v\\\\x0e1_O8.i\\\\xb3\\\\xa8\\\\xa7\\\\'\\\\x13*\\\\xc69U\\\\xaf\\\\xb1n\\\\xf1eV)\\\\x1a\\\\x95\\\\x03\\\\xfd]\\\\xc7Yl4\\\\xba\\\\xca\\\\x9d\\\\xbcY\\\\x13\\\\xe5\\\\xff\\\\x00\\\\xe5\\\\xd6\\\\xd6\\\\x85R\\\\xcc\\\\xc7\\\\xf3\\\\n$\\\\x99\\\\xef\\\\xe7\\\\xe3\\\\x1a~\\\\xfe\\\\xabh\\\\xab\\\\xe4\\\\xa9\\\\\\\\\\\\x80\\\\n\\\\xb9\\\\xe53k\\\\xc5\\\\xca\\\\xa8\\\\xd2Y+\\\\xa6C\\\\xbe\\\\xba\\\\x98\\\\x8e\\\\xfa\\\\x18\\\\'\\\\xc7\\\\xa2\\\\x88.\\\\xaaH\\\\x80\\\\x8b\\\\xe2r\\\\xf5[\\\\x8e\\\\xf7oF\\\\xf7\\\\xcf\\\\xae\\\\xb6\\\\xd0\\\\xa9_\\\\x00\\\\x01\\\\xd2:\\\\xb0\\\\xc2At**\\\\xa2\\\\xe6\\\\xb6:\\\\x00\\\\xcdR:n\\\\xdf[F\\\\xb0|\\\\x1b\\\\xc7\\\\xc3\\\\xbfJ\\\\xa0I\\\\x95\\\\xb7=\\\\x12_!\\\\x93B\\\\xd8\\\\x12\\\\xa0\\\\xcfA\\\\xfcz\\\\xc0\\\\x93\\\\x13 ODf\\\\xd8%L \\\\'>,,\\\\x16\\\\x0bh\\\\xb6m\\\\x90 \\\\xf7\\\\xd2H\\\\xfb\\\\xba!P\\\\xe9FUd\\\\x13.\\\\xd4,-\\\\xda\\\\xccH:\\\\x02\\\\xc0H`\\\\'\\\\xb4\\\\x9e\\\\xc3\\\\xec\\\\xe9\\\\xd1\\\\n\\\\xbc\\\\x83\\\\x9a(X\\\\xcesIk\\\\x91\\\\xb2\\\\x05.\\\\x19.- \\\\x15\\\\x98\\\\x90B\\\\xce\\\\x9aGo\\\\xbf\\\\xa2\\\\x0b\\\\xa2\\\\x01/*\\\\xa0<\\\\x86Q9t\\\\xe1\\\\n\\\\xed\\\\\\\\oq\\\\x91\\\\n\\\\xb9I\\\\xdc\\\\x0c@3 Ln\\\\x8f\\\\xa7B\\\\t%\\\\x90\\\\x9b\\\\x81\\\\xf0C1\\\\x96\\\\xf2\\\\xe9\\\\x8b\\\\x97\\\\rY\\\\xf4\\\\n\\\\x8e\\\\xbbL(S\\\\xa4\\\\x06%G\\\\x9f~\\\\x8e\\\\xdc\\\\x80,S!2hY-s\\\\x15\\\\xdf\\\\x8b\\\\xeeU\\\\xb2jm\\\\xca\\\\x15A,d\\\\x9d\\\\x1b\\\\xb1\\\\xd6{\\\\xf7\\\\xed\\\\xa0\\\\xead\\\\x84\\\\x81\\\\x1e\\\\xc4\\\\x05l\\\\xb8\\\\xda\\\\x8a\\\\xc7x\\\\xb5\\\\xca\\\\xbb2\\\\x9dA\\\\x88\\\\x11\\\\x11\\\\xa13&:\\\\\\\\dA\\\\xaa\\\\x18\\\\xdc%\\\\xcei\\\\xaa\\\\xee[\\\\x9d\\\\xc5\\\\xf8\\\\xbb|b\\\\x8b\\\\xeb\\\\x1c\\\\x1e^J\\\\xe5\\\\xae\\\\x0b\"\\\\xd8\\\\xea\\\\xfb\\\\x7f\\\\xe6\\\\x0b\\\\x1a\\\\x1b\\\\xf0\\\\x80#N\\\\xa6\\\\xec\\\\xe4c\\\\xa6\\\\x8c\\\\xafF\\\\xef\\\\xa4\\\\x01GC\\\\xbe1\\\\xf2>G\\\\xe3\\\\x19T\\\\xe4Wq\\\\xd5\\\\xb7[U\\\\xd5\\\\x90\\\\xaf\\\\xbfX\\\\xd0Cn\\\\xfa\\\\x81\\\\x1a\\\\xf5\\\\x95th\\\\x1a\\\\xa3C\\\\xd6\\\\x8e\\\\x8e$\\\\x89V\\\\xab\\\\xa2h\\\\xe6\\\\xb8\\\\xcf\\\\x90`\\\\xe3rx\\\\xbb*m\\\\xaar\\\\xb1f\\\\n91\\\\x06<\\\\x86\\\\x83_\\\\xafY\\\\x97/F\\\\xe9\\\\x04\\\\x10??\\\\x8eKV\\\\xcc\\\\x9c\\\\x17\\\\xe3\\\\xf9Sp\\\\xc9!\\\\x82\\\\xa2\\\\x11S3\\\\r\\\\xd2If:\\\\x91\\\\xbagN\\\\xac[\\\\xae_\\\\xda7~\\\\xe4\\\\xcd\\\\x84r/&\\\\x81}\\\\xb4\\\\xfb\\\\xa0\\\\xc3( (*H \\\\x90\\\\x04\\\\xe9\\\\x1a\\\\xc4\\\\x1e\\\\xad\\\\x98\\\\x19`pK&\\\\x8a\\\\x84\\\\xf9\\\\xa7\\\\x1f\\\\x90\\\\x9c\\\\x95\\\\xcbK\\\\xee\\\\xc8\\\\xad\\\\x97{1+;\\\\x89M\\\\xb2T\\\\x83\\\\xf4\\\\x80G\\\\xdf\\\\xd3\\\\xc0\\\\x98\\\\x80\\\\xcc\\\\xf1B\\\\xb0\\\\xefF\\\\xb5\\\\xe7\\\\xfc*\\\\xf98\\\\xec\\\\xb6\\\\xba\\\\xc6j\\\\xff\\\\x00\\\\x9c\\\\x15X\\\\x90a\\\\x94l$\\\\x82Gr~\\\\xb3\\\\xf6\\\\xf5j\\\\x0e\\\\xd5UD\\\\t4Y\\\\xdb\\\\xc1\\\\xf29\\\\xb5\\\\x87\\\\xb5\\\\xa4\\\\xb1\\\\x06\\\\xd6c\\\\xd9\\\\n\\\\xe8\"$}\\\\x83\\\\xf6v\\\\xe8f\\\\x0b\\\\xf4D-\\\\xcb\\\\x12\\\\x18\\\\xad\\\\xb8\\\\xbcV\\\\r*\\\\xc9\\\\x91mV\\\\x9a\\\\x94\\\\x972@\\\\x1aw\\\\x06e\\\\x86\\\\x93\\\\xaf\\\\xf7\\\\x91\\\\xd2Ic\\\\xf6L\\\\x16\\\\xc3T\\\\x85\\\\xa6\\\\xde]*8\\\\xb4\\\\xc1\\\\xc8\\\\xa8\\\\xd7\\\\tRn\\\\n\\\\x19L\\\\x02\\\\xb2;\\\\xc0\\\\x04\\\\x1f\\\\x03\\\\xe1\\\\xd4\\\\\\\\\\\\x12\\\\x98\\\\x00\\\\xd1\\\\xf9\"&\\\\x03\\\\xf5\\\\xc1h\\\\xcc\\\\xcf\\\\xbb7\\\\x14\\\\x84{*\\\\xaa\\\\xa6\\\\xda\\\\xabY\\\\x80T\\\\x0fS\\\\x0e\\\\xc7\\\\xc0w\\\\x8e\\\\xa6\\\\x11\\\\x02,rC)\\\\\\\\ \\\\x94\\\\xad^5\\\\xd7\\\\x14\\\\x08\\\\xacZ\\\\xe6\\\\'y\\\\x930|\\\\xa0\\\\xe9\"g\\\\xae\\\\x8c\\\\x0bS\\\\x04\\\\xb9N\\\\xb5F\\\\xeb\\\\xe1\\\\xf2\\\\xe6\\\\xb5M\\\\xc9\\\\xb8\\\\xfaZ\\\\xb2\\\\x00\\\\xec\\\\x0c\\\\xc1\\\\xd7\\\\xf6v#\\\\xa1\\\\xb9gX\\\\x0c\\\\x19(L\\\\x95h|\\\\x7f#/\\\\x07\\\\x16\\\\xbf\\\\xcd\\\\x97j\\\\xeb\\\\x93\\\\xef\\\\xa7\\\\xa6\\\\xbe\\\\xc5T\\\\x12D\\\\x19>\\\\x02c\\\\xcb\\\\xc9\\\\x96\\\\xe5r\\\\xa0+\\\\xb6\\\\xc5*\\\\x90\\\\xf9\\\\xdf\\\\x90\\\\xb5YV_\\\\x8d\\\\xba\\\\x8b\\\\xb7E\\\\nI\\\\x1bC\\\\rcH\\\\xd4\\\\x932:\\\\xa0o\\\\x03p\\\\x96iE\\\\xab\\\\xcdt\\\\x9c\\\\xc4\\\\x08\\\\x9a\\\\x15\\\\x1e\\\\xdeO c\\\\xa5\\\\x96\\\\xa6\\\\xfc\\\\xa9\\\\x1f\\\\xf4\\\\xb0@\\\\nX\\\\xed\\\\x90\\\\xa2u\\\\xdd\\\\x1aw\\\\x1dW\\\\xbc.>\\\\xa9\\\\xd4\\\\x1cB\\\\x8b3\\\\x00i\\\\x14e\\\\xbf\\\\x03\\\\x9c8\\\\xc1\\\\x8eF\\\\x0f\\\\xb7*\\\\x13\\\\xf1\\\\x02{N\\\\xb0N\\\\x83\\\\xeb\\\\xd4Y\\\\xb9\\\\xa6\\\\xf0j\\\\xc5\\\\xa8?<\\\\xd3u\\\\x11\\\\x1a\\\\xb7\\\\x1d1\\\\t\\\\x9d\\\\xf0\\\\xf8Nk\\\\x11\\\\xee\\\\xab\\\\xdb\\\\xb5l\\\\xdb\\\\xb6\\\\x87\\\\x1blF\\\\n\\\\x17\\\\xd2\\\\t\\\\x1f\\\\xe9\\\\x8dt\\\\xfau\\\\xa9;\\\\xb6fLO\\\\x1d\\\\x88!\\\\r@i\\\\xa2I\\\\xe4py\\\\x11\\\\x18\\\\xa6\\\\xc1^=vz\\\\x82\\\\xc0\\\\x1b@\\\\x82B\\\\xf8v\"\\\\x0fUe\\\\xb9\\\\x17$@ \\\\x06\\\\xf1S\\\\x1bf\\\\xd9r*\\\\xb2\\\\xc2\\\\xe2\\\\xe9\\\\xc8m^\\\\xb6E\\\\xd6\\\\xc5v\\\\x92\\\\x18\\\\x1dt\\\\x1f\\\\xbfM:\\\\xa9\\\\xea\\\\x89\\\\x12\\\\x02\\\\x9d\\\\xbf\\\\xd5\\\\x13\\\\xa3W\\\\x04\\\\xd5\\\\x12\\\\xca5UH\\\\x8d\\\\xb6\\\\xdfZ\\\\xed\\\\xae\\\\xc3%@\\\\xd2L\\\\xf8\\\\x80\\\\x07\\\\x9fV-L\\\\xc8\\\\xb4\\\\xaa\\\\x14\\\\xca:E\\\\x10a\\\\x8c\\\\x16\\\\xca\\\\xeeb\\\\xcb&gl\\\\x81\\\\xa4\\\\rO\\\\xd7\\\\xab\\\\xf4\\\\x02\\\\xb4Hr\\\\xf4NX\\\\x18nx\\\\xefw\\\\xf9%\\\\xe9\\\\xb8\\\\x05V`\\\\xd63\\\\xb7\\\\x89X\\\\xed\\\\xa1\\\\x93\\\\xfe]\\\\x00\\\\xb9\\\\x91\\\\xc9:1\\\\xa1\\\\xf2M|g\\\\x02\\\\x8b]\\\\x16S\\\\x84\\\\xd7\\\\xdbu\\\\xa4\\\\xd8\\\\x9e\\\\xecm\\\\x0ecE\\\\xf1\\\\x99\\\\x82:\\\\xbd\\\\x0bbB\\\\x8a\\\\xf5\\\\x80\\\\rU\\\\xc1\\\\xc4\\\\xf0\\\\xb6\\\\x00\\\\xb4f\\\\xd8)\\\\xb6\\\\xaa=\\\\x9a\\\\\\\\V\\\\n\\\\xa12}\\\\xb2\\\\x16A=\\\\xe4\\\\xcfK\\\\xdcz\\\\x9cJ\\\\x85\\\\x93\\\\xf41\\\\xa5V\\\\x9c\\\\x7f\\\\xd2\\\\xfb\\\\xaaKs\\\\xb2$V\\\\xa8Y\\\\xb6\\\\x8d\\\\xc1I\\\\xfb\\\\xe7I\\\\x9d;\\\\xf7\\\\xeb\\\\xcf\\\\x1d\\\\xa9\\\\x0eI\\\\xe9\\\\xd8\\\\xadE\\\\xb3J\\\\xfc\\\\xf8\\\\xab\\\\xe3-\\\\x93\\\\x8el\\\\x80+_m\\\\xd4\\\\x8e\\\\xcc \\\\x95\\\\xd3Mg\\\\xab\\\\x16\\\\xef\\\\xc6\\\\xc4\\\\x0cMU\\\\r\\\\xd5J\\\\xe7\\\\xec\\\\xac\\\\x823,cyE\\\\'S\\\\xb8\\\\x19\\\\x1e\\\\x04\\\\xcc\\\\x98=P;\\\\x8b\\\\x87\\\\xd41\\\\xe4\\\\xb2nZ\\\\x18\\\\'\\\\xae>\\\\xf4\\\\xa3\\\\x8d\\\\x19c}E\\\\x89\\\\xf7\\\\x05Q\\\\x05\\\\xa4\\\\xa9\\\\xd0\\\\x12D\\\\x15\\\\x9d|\\\\xccub\\\\xcd\\\\xc1(\\\\t3W.\\\\xfe;\\\\xd16\\\\x90\\\\xc1G\\\\xe2\\\\xb9\\\\xcb\\\\xf1\\\\xde\\\\xe4koq^\\\\xdfU\\\\xa7\\\\xbd\\\\xa4\\\\x91$\\\\xa8\\\\xd4\\\\x03\\\\xf5\\\\xfb\\\\xba\\\\xbb\\\\xb2&&Q\\\\x95Y\\\\xab\\\\xda\\\\xab\\\\xcet\\\\xd4(\\\\xa6\\\\xdc+\\\\xe4\\\\xea\\\\x10\\\\x88\\\\xd9\\\\rc%\\\\xe1\\\\x90\\\\xc2v>\\\\x82>\\\\xfe\\\\xdaur J-\\\\x8b\\\\xa5\\\\xccD\\\\x90I\\\\xa8\\\\xe1\\\\x96\\\\xcf\\\\x8c\\\\x1f\\\\xcbd\\\\xecSuu\\\\xd4\\\\xc0\\\\x10\\\\x14\\\\xb1,t\"\\\\xcd`\\\\x83\\\\x10\\\\'\\\\xc7\\\\xc7\\\\xa8\\\\x8d\\\\xbd\\\\x12\\\\x03 ;\\\\xe8\\\\xba\\\\xd5\\\\xe2I\\\\xc7\\\\x14\\\\xc5\\\\xcc\\\\xe3\\\\x05\\\\xfew\\\\xe5\\\\xd3u\\\\xa4\\\\x1agkB\\\\xb1\\\\xdaaT\\\\x0f\\\\x1e\\\\xfd\\\\xc4\\\\x9f\\\\xa7K\\\\xbb\\\\xa6\\\\x17]\\\\xbf\\\\xa5gp\\\\x00\\\\x0e\\\\x1e\\\\xaa7\\\\x0f^V\\\\x1f\\\\xbd\\\\x94\\\\xd8\\\\x8bw\\\\xe6n\\\\xdc\\\\xdb\\\\xdc\\\\xad\\\\xb5\\\\xban\\\\xf5\\\\x00H\\\\xdf\\\\x02$\\\\xc0\\\\x9f\\\\xafV5\\\\xb0r\\\\xa9\\\\xda\\\\x8c\\\\x84\\\\xe8\\\\xc4\\\\x94\\\\xd5\\\\xc9r\\\\xd8h\\\\xb5\\\\xfb\\\\xa8\\\\xe9u\\\\x88M7m\\\\xf4\\\\xb1\\\\x13\\\\'w`I\"u\\\\xfb:\\\\xad{}\\\\x18D\\\\x0f\\\\xf5c\\\\xfd-\\\\x19\\\\xcbHa\\\\xe2\\\\xa7W\\\\xca\\\\xe0\\\\xdfZ\\\\xfeu\\\\x16\\\\xa3mH\\\\x7f0[mi hLD\\\\xc6\\\\xa4w\\\\xf3\\\\xea!\\\\xb9\\\\x99>\\\\xb8\\\\xd3\\\\x9a\\\\\\\\w\\\\x11\\\\xcf\\\\xce\\\\x89\\\\x0f\\\\xe4wq\\\\xb9\\\\x99\"\\\\x9c\\\\x1bR\\\\xdb\\\\xa9far\\\\x96Df\\\\x1bA,V$\\\\x05\\\\x90;\\\\x11\\\\xd5-\\\\xd6\\\\xe3\\\\xdc&0bF3\\\\xd9\\\\x89y\\\\xdc\\\\xb7.\\\\xfagt\\\\x02\\\\xf5\\\\xb0\\\\x12\\\\x7fO\\\\xf2\\\\xe8\\\\xadL\\\\xb3\\\\x15\\\\x1bk\\\\xc6,I\\\\xfeR\\\\xe5\\\\x95\\\\xe4\\\\xe1\\\\xda\\\\xd6\\\\xd6\\\\x16\\\\xfc{\\\\x0e\\\\xe3\\\\x8e\\\\xbe\\\\x912v\\\\x85U\\\\xf2\\\\x9d\\\\xda}g\\\\xa7\\\\xad[s\\\\x8d\\\\xd0\\\\xd9\\\\x85\\\\xbf\\\\x07*\\\\xcc\\\\x90\\\\x94#\\\\xc6b\\\\xb1\\\\xdc\\\\x8e \\\\x90$\\\\x1d`\\\\x82|u\\\\xd7\\\\xaet\\\\xbb\\\\xd6\\\\xa3\\\\x17\\\\x91\\\\x14D\\\\x971E\\\\x8bY\\\\xfeujB\\\\xb9M@f\\\\x1b\\\\xb5?b\\\\xc7\\\\xdf\\\\xd0\\\\x1bn)\\\\x8a\\\\xa9-\\\\xb1\\\\xd2\\\\xf8\\\\x15\\\\x1f;\\\\x1dK\\\\x9b\\\\x15\\\\xbd\\\\xad\\\\xd0\\\\xab`\\\\xfcj^|$F\\\\xb04\\\\xf3\\\\xe8\\\\xa0\\\\\\\\U7ms\\\\xd2\\\\xc6\\\\xbc\\\\x7fk\\\\xdc6\\\\x15\\\\x06\\\\xae\\\\xa6{\\\\x00Y\\\\x88 \\\\xaf\\\\xf0\\\\xb4L\\\\x02\\\\'\\\\xc8x\\\\xf52\\\\x888\\\\xae\\\\xdcGS\\\\x13O\\\\xbf\\\\x1dTv\\\\x0c\\\\xb7U`-\\\\xb41{A$2\\\\xa6\\\\x86\\\\x00]{\\\\xe9\\\\xf6\\\\xf7\\\\xe8\\\\x93\\\\xa2^\\\\x04p\\\\xeb\\\\x0b\\\\xb2)\\\\xc05\\\\xae:\\\\tHs\\\\'rG\\\\x88,\\\\t:\\\\xf9k\\\\xd4\\\\x1eJcnWA\\\\xd7\\\\xc7\\\\x1c\\\\xd1\\\\x1a\\\\x9c_HteK\\\\x14\\\\x00\\\\xcb\\\\xae\\\\xe1\\\\xe2D\\\\x10>\\\\xde\\\\x85\\\\xd8\\\\xaa\\\\x93\\\\x06\\\\xdc\\\\xdb$:\\\\x84\\\\xb1\\\\xaf,\\\\x17u\\\\xaa]\\\\xb4m\\\\xa3\\\\xc0\\\\x02\\\\xc7n\\\\x80\\\\xc1\\\\x8e\\\\x89\\\\\\\\\\\\x9c\\\\xa2#\\\\xd2\\\\x8b\\\\xd2\\\\xc9\\\\xbeS\\\\xd0\\\\x8c\\\\x04\\\\xcc\\\\xab\\\\x11:\\\\x03\\\\xfb\\\\x87B\\\\xca\\\\x08-TV\\\\xbcz\\\\xb2\\\\xab\\\\xda\\\\xe3e\\\\xe2\\\\x00e3\\\\xaf\\\\x86\\\\xbd\\\\xcf\\\\xdf\\\\xd2dLU\\\\x19]\\\\x95\\\\xb2\\\\xf8\\\\x84\\\\x1d\\\\xab\\\\xb3\\\\x16\\\\xd2\\\\xb7)$\\\\x1e\\\\xe4\\\\x98m{\\\\xcfn\\\\xfd:\\\\x05\\\\xea\\\\x15\\\\xd8\\\\xc8\\\\\\\\\\\\x8d\\\\n\\\\xec/\\\\xd0\\\\x7f\\\\xd7,\\\\xae\\\\x10\\\\xe3\\\\xfck\\\\xe47\\\\xb5\\\\xfcb\\\\x91\\\\xfd7%\\\\x89f\\\\xa6\\\\t!O\\\\x98\\\\x1d\\\\xfe\\\\x9dcn\\\\xf6b\\\\xd9\\\\xd5\\\\x1f\\\\xd4\\\\xe5\\\\xc8\\\\xf4Y\\\\x9b\\\\x8b\\\\x1aM\\\\x17\\\\xd0\\\\x86\\\\xf9\\\\x03gac\\\\x0b6e&]!\\\\xea\\\\xb6\\\\xb1!\\\\x83\\\\x00w\\\\x02\\\\xbd\\\\xf4=\\\\xba\\\\xc82\\\\xa7U\\\\x93|*\\\\xf7\\\\x94\\\\xbdAe\\\\xb1M\\\\x9b\\\\xc9\\\\xdaA\\\\x1e\\\\x1a\\\\x11\\\\x07\\\\xae\\\\x13\\\\x1c\\\\x96m\\\\xd0\\\\x02\\\\x83\\\\x85\\\\xcbV2\\\\rV\\\\xbdtR}\\\\x0c\\\\x9a\\\\x9f\\\\xc3\\\\x1bG\\\\xd3M\\\\x07B.\\\\x93L\\\\x92D\\\\xf4\\\\x95\\\\x12\\\\xeej\\\\xeas\\\\r\\\\x1e\\\\xef\\\\xb9\\\\x8fh\\\\x85\\\\x00\\\\xf8H\\\\xd0\\\\x830|{\\\\xf4\\\\x8ft\\\\xbb\\\\x14R\\\\x96a~l\\\\x81q\\\\xa1,\\\\xbdmC\\\\x10@$\\\\xae\\\\xef\\\\xf5\\\\x05>}\\\\xbae\\\\xb9\\\\x9c\\\\xaa\\\\x10\\\\x10\\\\x08X\\\\xdb\\\\xc7\\\\xe4\\\\x16\\\\xddK\\\\x0b[T\\\\xa8\\\\x8f\\\\x1d\\\\xdd\\\\xe3A&<\\\\xfa\\\\xb2\\\\xc4\\\\xa4\\\\x98\\\\x14\\\\xb3\\\\x9e\\\\x196Umn\\\\x19H\\\\xac\\\\t\\\\x82\"\\\\'S\\\\xd8\\\\xf6\\\\xef\\\\xfe\\\\x1d\\\\x14f\\\\xab]\\\\x89f\"\\\\xab\\\\n\\\\xebU\\\\xc63C\\\\xd7Ph\\\\xf2R\\\\xa7RB\\\\xe9>3\\\\xa7MpqS\\\\x103\\\\xc1+\\\\xdb\\\\xc4\\\\xa6Q\\\\xc8\\\\xbb\\\\x0e\\\\xe3W\\\\xe5)k-Y\\\\x86f?\\\\x88\\\\x89\\\\xff\\\\x00Ws\\\\'\\\\xfcz 9%\\\\xce\\\\x0e[\\\\xc1F\\\\xe3\\\\xbf+m\\\\xb8Oe\\\\xccr,\\\\x1b\\\\x16\\\\xab$\\\\xa9\\\\x03\\\\xd2@\\\\x1d\\\\x8cL\\\\x9f/\\\\xa4tD\\\\x0cJ\\\\x9bZh\\\\xd9\\\\xaf9\\\\x9c\\\\n\\\\xdd\\\\x8diu.\\\\x183S\\\\x91\\\\\\\\J\\\\x02$\\\\x80gHX:\\\\xeb\\\\xe1\\\\xd0\\\\xb8\\\\xc4&\\\\xccj\\\\xa8\\\\xc4$\\\\xbc\\\\x8c\\\\x85\\\\xc7\"\\\\xbcTV5)\\\\xaa\\\\xb7Y\\\\xb41V\\\\'@gv\\\\xb3\\\\xdb\\\\xb7]\\\\xa83%{nH\\\\x18(\\\\xa9\\\\xcf\\\\xde2\\\\xa9\\\\xa1\\\\x9d-s(\\\\xf6\\\\x02\\\\xa1@q\\\\xd8\\\\xa8\\\\x1a\\\\x10;\\\\xe9\\\\xa7@d\\\\xc7\\\\x9ac\\\\xfa^N\\\\x14\\\\x85\\\\xb3\\\\x13+\"\\\\xe8\\\\xc7@\\\\xc3J\\\\x98\\\\x9fqt\\\\x9d\\\\xad\\\\xb9\\\\xf4\\\\xf5O\\\\x8e\\\\xa3\\\\xa5\\\\xceB]S\\\\x03\\\\x82\\\\xac\\\\x8f\\\\x86\\\\xe2a\\\\xe3\\\\xe2\\\\x8eF\\\\x8eI\\\\x17\\\\xf3yVc\\\\xe5\\\\xf0U\\\\x867\\\\xd0\\\\x10\\\\x13\\\\xee8a\\\\xb0\\\\x83\\\\xd8yO^~\\\\xfd\\\\xa8\\\\xc6Bq8\\\\x92\\\\x0c@\\\\xa8e\\\\xafj\\\\xa1\\\\xdd\\\\xcd\\\\x15\\\\xa1M\\\\x95\\\\xab\\\\xca\\\\xab\\\\xba)\\\\xf4)\\\\xec\\\\x07b\\\\tS\\\\xdb\\\\xe9\\\\xd8\\\\xeb\\\\xd5\\\\xabd\\\\xf1\\\\x92f\\\\xa0\\\\x13g\\\\x1b\\\\x99Ev+d\\\\x83\\\\xb1\\\\x82\\\\x84-\\\\xa6\\\\xe8\\\\x05\\\\x84\\\\xc0\\\\x04\\\\x02{\\\\xcfZ\\\\x96\\\\xae\\\\x86b\\\\xa2Q\\\\t{\\\\xe4\\\\xdc&\\\\'5\\\\x963j\\\\xc7\\\\x8a\\\\x89;\\\\xd3d(bu\\\\xf4\\\\x93\\\\xa0\\\\xf4\\\\xe9\\\\xf5\\\\xe9f`gUF\\\\xed\\\\x8dN\\\\x96\\\\xe9\\\\xe2\\\\xf0p\\\\xa9\\\\xb6\\\\xff\\\\x00k\\\\x1b\\\\x11SF[ \\\\x94X*cv\\\\x9a\\\\x82|5\\\\xe9\\\\xb0\\\\xb8\\\\xe1\\\\x92}\\\\xb8\\\\xc0\\\\xa4\\\\xee{\\\\x1e\\\\xabjk0o\\\\xa3\"\\\\xd2\\\\xa2\\\\xd4D\\\\x80\\\\xde\\\\x91\\\\x00m\\\\xf2\\\\xd0k\\\\xe5\\\\x1a\\\\x9dzc\\\\x12\\\\xab\\\\xdc\\\\xbc0\\\\x8f\\\\x82\\\\xae\\\\xf9\\\\x1c.J\\\\xc4\\\\xa73\\\\x95\\\\xc7\\\\xb2\\\\x9cfS^>\\\\xdfAV\\\\x12\\\\x0e\\\\xd0W\\\\xb9 \\\\xfd\\\\xde=Lm\\\\x86b(\\\\xa9\\\\xce\\\\xe4\\\\x98\\\\x92\\\\x85&\\\\x12\\\\x06\\\\x03%B\\\\xab0\\\\n\\\\xf6\\\\x9d\\\\xa0)\\\\x00\\\\xb9$\\\\x10u\\\\xf0\\\\x98\\\\x1dA\\\\xb6\"\\\\x18\\\\xa8\\\\x17\\\\x05\\\\xc9\\\\x16/\\\\xc7\\\\x0c\\\\x8a\\\\xf2\\\\xf9\\\\x95\\\\xb69\\\\xfc\\\\xa2\\\\x8a\\\\x01UR\\\\xab\\\\xb41@\\\\x08\\\\xd7\\\\xb8\\\\x86\\\\xd3\\\\xfbw\\\\x86\\\\xd0\\\\x18)\\\\x9d\\\\xe7\\\\xa7>2K4\\\\xef\\\\xa6\\\\xf5ev\\\\xa5\\\\x81\\\\x01\\\\xec\\\\x89`\\\\xa7B#\\\\xfe=\\\\x0c\\\\x81\\\\x8f\\\\xea\\\\xc8\\\\x01\\\\x07\\\\x1c\\\\x11\\\\xea\\\\xf2\\\\xb2\\\\xb0\\\\xe0\\\\xfee\\\\x8a\\\\xe2\\\\x12\\\\xf6\\\\x10\\\\x0e\\\\xd0H\\\\xde\\\\x0e\\\\xbd\\\\xce\\\\x90t\\\\xef\\\\xa4\\\\xc7@5\\\\x18\\\\xd7\\\\x1c\\\\xd7\\\\x1a\\\\x17\\\\x8dyU3S\\\\xf2\\\\x1e#\\\\xf2/G\\\\xb7f-\\\\xed\\\\xb6\\\\xc1aiC\\\\xb6A*\\\\xba\\\\xeaA\\\\x91\\\\xfb\\\\xfe\\\\xb4\\\\xb7:\\\\xac\\\\x8fI\\\\xd23W\\\\xec\\\\xdf\\\\x18\\\\x10\\\\xee\\\\x84g\\\\xfc~\\\\x9eF\\\\xaa2x\\\\xccR\\\\xb6C^E\\\\x87\\\\xfeb\\\\x92\\\\x0c\\\\xa2\\\\x92=0;\\\\x9f\\\\x1d<\\\\xfaL62\\\\xbc^4\\\\x04x\\\\xf2d\\\\xc9\\\\xc4\\\\x1aG\\\\xb9%fbgq\\\\xb6\\\\xe5c\\\\xdb\\\\x8feL\\\\x9f\\\\xcbz\\\\xf5;\\\\x0b\\\\x83!\\\\xfc\\\\xa4\\\\x1f8\\\\xe8w\\\\x116\\\\xc8\\\\x89\\\\x7fM+\\\\x9etK\\\\x00\\\\x83\\\\x82\\\\xf2\\\\xf2F=b\\\\xcb\\\\x92\\\\xdb\\\\x8f\\\\xa0 \\\\x10$\\\\t#O\\\\xa7\\\\xdd\\\\xd5x]$r\\\\x03\\\\xcf\\\\xb5\\\\x07\\\\xb7\\\\x88j\\\\xbf\\\\x82r\\\\xf8G\\\\xe6\\\\xec\\\\xba\\\\xe4\\\\xc4\\\\xa2\\\\xdc\\\\x81E&\\\\xdeCj\\\\xef\\\\xda\\\\xa1\\\\xb6\\\\xb37y\\\\x0b\\\\xa0\\\\x9d\\\\x96\\\\x1a,L\\\\x8dH\\\\xd0\\\\xfdz\\\\xa3z\\\\x06\\\\x00\\\\xb7\\\\x1d\\\\x13\\\\xa0\\\\x1c\\\\xb1\\\\xe3\\\\xb1\\\\x14\\\\xe4\\\\x8b#c\\\\x15vp\\\\xe0\\\\x12\\\\xcd\\\\xaf\\\\x7f\\\\xe1\\\\x00\\\\x81\\\\xa6\\\\xbau^\\\\xcc\\\\xfdm\\\\x1f4\\\\xdd \\\\xc5\\\\xca9\\\\xc5\\\\x1a\\\\xf3\\\\x99\\\\xb1\\\\xd9la\\\\x8f\\\\xb8[Y\\\\xfe\\\\x05\\\\x90$)\\\\xd3\\\\xbf\\\\x87V/]\\\\x9395\\\\x19~\\\\x02\\\\x88\\\\xdbun`p\\\\xdcN\\\\xea\\\\xa6\\\\x81X\\\\x95w\\\\x11&\\\\xa1\\\\x00\\\\x83$k\\\\xe7\\\\xdf\\\\xa2\\\\x17\"C\\\\xb3\\\\x1f\\\\xa2x\\\\x87\\\\x82\\\\xb1\\\\xf1>3FM\\\\xc9~\\\\r\\\\xf1[\\\\xcdd\\\\x92\\\\xb2\\\\x80\\\\x196/\\\\xdaN\\\\xb3\\\\xd3\\\\xc6\\\\xe0\\\\xbb\\\\xc4\\\\xa7\\\\x8bqeu\\\\xf0\\\\xbcN\\\\x155Y\\\\x8f~U9\\\\xf6\\\\x8av6\\\\xe0\\\\x06\\\\xff\\\\x00\\\\x11\\\\x13\\\\x06f5\\\\xef\\\\xd4\\\\xff\\\\x00\\\\x92d}E\\\\xc2|\\\\x18v\\\\xa3\\\\x7f\\\\x1f\\\\xc29\\\\xbcFf=\\\\xe5\\\\xc7\\\\xe5\\\\xd5\\\\xd2\\\\xc0Ob?\\\\x08RA\\\\xd0\\\\xfd\\\\x0fH\\\\xbb:6.\\\\x9df\\\\xab\\\\x90\\\\xbf[\\\\x88\\\\xc3\\\\xe5\\\\x9e\\\\xba\\\\x97\\\\xdcm\\\\x88\\\\x01\\\\x1a\\\\t\\\\xdb\\\\xd8\\\\xee\\\\x06~\\\\xdf>\\\\xaan\\\\xe2\"\\\\x03\\\\xf3\\\\xc5R\\\\xdc\\\\xfe\\\\xd4\\\\x18\\\\x05\\\\xce\\\\xfe\\\\xe2d\\\\x10Y\\\\x82\\\\xd9cA\"\\\\x18\\\\x02\\\\xbav?N\\\\xa9\\\\x12\\\\xcb5\\\\xce\\\\x05Xx\\\\\\\\vc\\\\xf1\\\\xdf\\\\x97\\\\xaf\\\\x1d\\\\x96\\\\xd7]\\\\xc9J\\\\x91\\\\x1e\\\\xa05\\\\x88\\\\x9f\\\\xee\\\\xfd\\\\xbdhl\\\\xac\\\\x8d\\\\x1e\\\\xa0A5\\\\xed\\\\xe5\\\\xe2\\\\x11\\\\xdd\\\\x8c\\\\xa5\\\\x10\\\\xca\\\\x05\\\\x1c\\\\x0eu[T\\\\xd0\\\\xcb\\\\xb6f\\\\x90\\\\x82d\\\\r\\\\xcd\\\\'\\\\xcc\\\\xc0\\\\xfe\\\\xd3\\\\xd5\\\\xdd\\\\xad\\\\xa9\\\\t\\\\x1a\\\\xb8\\\\xec\\\\xc7\\\\xb5g\\\\xc9\\\\x8b=?\\\\x84s+\\\\x0e\\\\xd4oo\\\\x02\\\\xc4\\\\xae\\\\x87\\\\xadZ\\\\xdb\\\\xdd}\\\\xb2\\\\x19\\\\x949\\\\x9d\\\\xcc\\\\x00\\\\x88\\\\xd3\\\\xcf\\\\xf6uzv\\\\xc4M\\\\x12\\\\xc6\\\\xa3\\\\x8eX,\\\\xf8\\\\xb6\\\\xca\\\\xa3*\\\\x9a\\\\x95E\\\\xb5\\\\xa9U(B\\\\xfb\\\\xc8T\\\\x89\\\\n\\\\x84D\\\\x12d\\\\xf9\\\\xf7\\\\xfau\\\\\\\\\\\\xceQ\\\\x88\\\\xccy\\\\xa3\\\\x8dK\\\\x8c\\\\xd5\\\\xab\\\\x99\\\\xc6\\\\xdds\\\\x1b\\\\x1dk7~]l\\\\xa2\\\\xc5;A\\\\x1bI\\\\x9d\\\\x06\\\\x91\\\\x1d\\\\xc4t\\\\xe9\\\\xc4\\\\xce5\\\\x18-AlJ\\\\x15)O\\\\n\\\\xbc\\\\n3\\\\xac\\\\xa1\\\\xb2\\\\xab\\\\xa9\\\\xc3\\\\x94}\\\\x06\\\\xd8\\\\xfc^\\\\xa1>\\\\x9e\\\\xe3\\\\xc7\\\\xac\\\\xbb;\\\\x92.i\\\\x99\\\\xc0\\\\xb5:f\\\\x92!n\\\\x18\\\\xe7\\\\x92\\\\xfd\\\\xcca\\\\xa6}\\\\xbb\\\\xab\\\\xb0\\\\\\\\*\\\\x0c\\\\xae\\\\x14h\\\\t!\\\\x80\\\\x1e\\\\x93\\\\x00\\\\x91\\\\x1f\\\\xb7\\\\xcb\\\\xa7\\\\xde\\\\xb5\\\\x12L\\\\xe3Y\\\\x1c\\\\xf9%\\\\xdc\\\\x8e\\\\xac0K\\\\xd7\\\\xe1\\\\xe7\\\\x9c\\\\x1c\\\\xa3\\\\x91x\\\\xa9\\\\xde\\\\xb6J\\\\xf1\\\\xed\\\\x02W\\\\xf8\\\\x8bI;\\\\xa2c\\\\xc8w\\\\xd3\\\\xcdR\\\\x87\\\\xb9l\\\\x87\\\\xaf\\\\xd1U\\\\x844\\\\xc8\\\\x99\\\\x0f\\\\xe5 \\\\xd9\\\\xc6\\\\xe6\\\\xaeZ{\\\\xfb\\\\x90\\\\x95\\\\x04\\\\xd7\\\\xaa\\\\x9e\\\\xe3\\\\xd5\\\\x1d\\\\xccx\\\\xcfYv67\\\\x08vn\\\\xa9\\\\xd3\\\\x9c3\\\\xaf\\\\xd1X\\\\xff\\\\x00\\\\x05\\\\xc7\\\\xba\\\\xbeR\\\\xfb\\\\x99\\\\xb6\\\\xd9J\\\\x07\\\\x17}\\\\x1aN\\\\xf8\\\\x1e\\\\x1e\\\\x10|z\\\\xb3\\\\xb7\\\\xb7(]\\\\x06@8\\\\xa7F\\\\xe3\\\\x14\\\\xeb\\\\x12ycD\\\\xf1\\\\xf2\\\\xac\\\\xa5\\\\xab\\\\x15\\\\x19\\\\xacOs$\\\\x82+;N\\\\xdd\\\\xf0@\\\\x95\\\\xd7\\\\xb0\\\\x88\\\\x1e}o\\\\\\\\\"hwr#\\\\x0cJ\\\\xa4\\\\xd1\\\\x91\\\\xef\\\\xb8#%F\\\\xd1\\\\xa1:\\\\xd7Yb\\\\xd2\\\\x0cD\\\\x8d\\\\xbe$w1\\\\xdb\\\\xaa1\\\\x06\\\\x13`0\\\\n\\\\xa5\\\\x08w\\\\xc5g\\\\x8e\\\\xb9In>6E\\\\xe6\\\\xfa\\\\xe5\\\\x9d\\\\xd5\\\\x00R\\\\x06\\\\x84F\\\\x9a\\\\xee\\\\x04~\\\\xdf\\\\x0e\\\\xa4\\\\x1c`\\\\xd4\\\\xe2\\\\x88\\\\xad\\\\x92@9\\\\xa2YN\\\\xf8\\\\xbab\\\\xd8d\\\\x91\\\\xef\\\\xdf\\\\xb9\\\\x80m\\\\xfa\\\\xb7\\\\xab\\\\xcc/\\\\x81 \\\\xfd\\\\xfd6\\\\xf6\\\\xb0\\\\x0e\\\\x90\\\\xe8H\\\\x88\\\\xa8\\\\xce\\\\x88\\\\xef\\\\t\\\\x99\\\\x91O\\\\x1cV\\\\xe0\\\\xbf\\\\x96\\\\xb1gBI(\\\\xa7\\\\xba\\\\x043\\\\xa9\\\\x04k\\\\xfd\\\\xfd(\\\\x89F \\\\x9cNI\\\\xb6\\\\xa4\\\\xf4\\\\tr\\\\xbc\\\\xbb\\\\xaa\\\\xcc\\\\xb2\\\\xbf\\\\xe7\\\\x10\\\\xa5\\\\x0b4\\\\x91\\\\xb6\\\\xb4\\\\x04\\\\x84 \\\\x90gQ\\\\xa0:\\\\xfdz\\\\xabrfR\\\\x94NU\\\\xaf\\\\xeb\\\\xd1\\\\x07\"\\\\x07\\\\x86+J\\\\xf3w\\\\xe2\\\\xd2\\\\xa45\\\\xb7\\\\xda\\\\x00&\\\\xd7h\\\\xf43L\\\\x10\\\\xb0\\\\'\\\\xb7\\\\x7f\\\\x0e\\\\xdd:W\\\\xa2\\\\x1aQ\\\\x04\\\\xb8\\\\x7f\\\\xe3\\\\xf0\\\\x93Hc\\\\x97\\\\xdf\\\\x8a\\\\xa6\\\\n~q\\\\x97\\\\xf9\\\\x06\\\\r\\\\x8f^C\\\\x045\\\\xe3\\\\xe430\\\\x00\\\\x12A\\\\x044\\\\xc8\\\\xf2\\\\xf2\\\\xf0\\\\xef\\\\xd5\\\\x1b\\\\x9f18\\\\xfaF\\\\'\\\\xcb\\\\xf2\\\\xb4\\\\xb6\\\\xf1h\\\\xbeIF\\\\x8eG\\\\x1e\\\\xfc\\\\x9a\\\\xbd\\\\xfa\\\\xfd\\\\xa6h;\\\\xdb]\\\\xa5\\\\x89\\\\xdaec\\\\xc7\\\\xacK\\\\xe6R\\\\x04\\\\x9a\\\\xfdS\\\\xfd\\\\xe8\\\\xc9\\\\x837\\\\xd1[_\\\\x12\\\\xe0f\\\\xbb3\\\\xaa\\\\xadn\\\\xd9+\\\\x8de$\\\\x14\\\\xee}S\\\\x00\\\\xcc\\\\xf6\\\\x1f\\\\xf6\\\\xf4\\\\xdf\\\\x8e\\\\xdbF\\\\xfc\\\\xf5=A\\\\xc3\\\\x97\\\\x1fEb\\\\xd8c\\\\xc7\\\\x1d\\\\xe9\\\\xbf\\\\x92\\\\xbf/\\\\x0f\\\\x8f\\\\xb6\\\\xaa\\\\xc6\\\\xeal`\\\\xb6\\\\xa3\\\\xa9,\\\\xa1\\\\x87\\\\xa4\\\\xd7\\\\x1a\\\\xc7\\\\xd3\\\\xaf]o\\\\xd3\\\\x11\\\\x10\\\\x1e,\\\\xa9|\\\\x84\\\\x98\\\\xf5To\\\\xc9\\\\x94\\\\x0b\\\\xacJn\\\\xfe\\\\xa0\\\\x89\\\\x0f\\\\xef2\\\\x8d\\\\xd5\\\\x12\\\\x03\\\\x19\\\\xf1\\\\xd3v\\\\xd8\\\\xd3\\\\xb7\\\\x87n\\\\xb3w\\\\xd1\\\\x93k\\\\x15\\\\x02\\\\x842\\\\xcc\\\\xb2\\\\xce\\\\xdce\\\\xfc\\\\xa5\\\\xbf\\\\xc9W\\\\xff\\\\x00\\\\x9a\\\\xbf\\\\xf8\\\\x7f\\\\xe1\\\\xd5\\\\r\\\\x1b_\\\\xf7O\\\\xc1Y\\\\xd1s\\\\x97\\\\x9a\\\\xff\\\\xd0\\\\xf9W\\\\x97\\\\x82q\\\\xb2\\\\xedV X\\\\x86\\\\n0\\\\xed2\\\\x04\\\\x03\\\\x13\\\\xd7\\\\x94\\\\x04\\\\xe9<\\\\xc2\\\\xf9\\\\x84nQ\\\\x91\\\\x0fNUu\\\\xb4\\\\xfbf\\\\xb1\\\\xea1\\\\x12t\\\\x03Y\\\\xd3\\\\xcf\\\\xf6\\\\xf51-\\\\x92\\\\xab\\\\xfa\\\\x12\\\\x8b\\\\xe1p\\\\xd7\\\\xe4\\\\xb6=u\\\\xa5J\\\\x8ca\\\\xad\\\\x9dW\\\\xcbr\\\\xac\\\\xe9\\\\x07\\\\xc7\\\\xa6\\\\x8by\\\\x14\\\\x1a\\\\xf5\\\\x13T\\\\xd5\\\\xcc\\\\xde\\\\xfc^>/\\\\x1fK\\\\xc6\\\\xd0U\\\\xca\\\\x92\\\\tm$\\\\x02&\\\\x00\\\\xf0\\\\xf0\\\\x9f\\\\xb7\\\\xa9\\\\x90\\\\x02\\\\x9c\\\\xd0\\\\xce8\\\\x01F@0q\\\\xef\\\\xb0\\\\xb6e\\\\xc5\\\\x80\\\\xc3B\\\\xc5V{\\\\xa9\\\\x92H\\\\x11=\\\\x04b\\\\x19\\\\xe5D\\\\x89H~\\\\xb1\\\\x0e\\\\xacN\\\\x0b>\\\\xfc\\\\xfe=q\\\\x16\\\\xd6\\\\x1f\\\\xfc)f\\\\xdc\\\\x1d5c\\\\xdfPT\\\\xce\\\\x9f\\\\xe3\\\\xd1\\\\xb9!\\\\x93\\\\xadM\\\\xc1\\\\x81)_\\\\x94\\\\xe0\\\\xf2\\\\x97!\\\\xa2\\\\xa35?\\\\xa6\\\\xb8:\\\\xb1m\\\\x80\\\\x03&b1\\\\xc3\\\\x9eG\\\\xdc\\\\xaf-\\\\x0b\\\\xd5\\\\xbc \\\\x002\\\\x14\\\\xf5\\\\x12\\\\x1aT\\\\x1d\\\\xa3\\\\xd4c@;\\\\xf6\\\\xea\\\\xcd\\\\xabD\\\\x05\\\\xdbq\\\\xac\\\\xe1F\\\\xe7\\\\x82\\\\x9d\\\\x93\\\\xf0\\\\xaa\\\\xac\\\\xc8\\\\x83]\\\\x94ac\\\\x16\\\\x15\\\\x95Rl+\\\\x07pe\\\\x1d\\\\xc9\\\\x00\\\\x1f\\\\xaf\\\\x87L\\\\xf6c#\\\\xea\\\\nel\\\\xc5\\\\xf4\\\\xbdT|\\\\x1e\\\\x02\\\\xfc<\\\\xd6\\\\xa9p\\\\x99\\\\x1b%\\\\xc0\\\\xae\\\\xab!\\\\x90\\\\xd6\\\\t,N\\\\x84\\\\x81\\\\xf6\\\\x19\\\\xe8}\\\\xb0\\\\x06\\\\tp\\\\xd4H\\\\x12q_\\\\x15/\\\\xe5X\\\\xd6a\\\\xe0S\\\\x8b\\\\xed63e\\\\x92\\\\x81\\\\x8c\\\\x95\"}I\\\\x04\\\\xc0\\\\xd4\\\\x8f\\\\x1e\\\\x952\\\\xca\\\\xc5\\\\xe9\\\\x18\\\\x98\\\\xc4\\\\n*\\\\x8f\\\\x92\\\\xe3r\\\\x12\\\\xb46#WR\\\\x92\\\\x88\\\\x18\\\\xc9\\\\xf4\\\\x93\\\\xb8\\\\x82\\\\xbd\\\\xfe\\\\xbd2Q\\\\x96j\\\\xc0\\\\x91\\\\x83\\\\x02\\\\x19-.0\\\\xf7\\\\x8e\\\\xc4\"\\\\xb6hf\\\\x12\\\\xaa\\\\x1d\\\\xa6\"\\\\x04v3\\\\xd0\\\\x80@\\\\xe6U\\\\x98\\\\xcd\\\\xc5J\\\\t\\\\xcb\\\\xf1\\\\xa7\\\\x16\\\\xdb*\\\\xb1\\\\x82\\\\xcf\\\\xab|k\\\\xa8\\\\x1d\\\\xa2zm\\\\xb9\\\\x97\\\\x0f\\\\x8a\\\\xbff\\\\xe5[\\\\x16K\\\\xe7\\\\x0fy\\\\xaf|\\\\x00 \\\\xa3\\\\x91\\\\x1d\\\\xbcN\\\\x91\\\\x06:\\\\xb1\\\\xee\\\\xb3\\\\xb2\\\\xb6/3\\\\xb2\\\\x1d\\\\x9bz\\\\xd1\\\\x14\\\\x0fK\\\\x8fW\\\\xb8\\\\xb1\\\\x10g\\\\xb0\\\\xf1\\\\xfbz}\\\\x9bfUV,\\\\xc0\\\\xcf\\\\xd4\\\\x93\\\\xf3h\\\\xb2\\\\xe6hPw\\\\x05P\\\\xad\\\\xfcf|cQ\\\\xf6\\\\xff\\\\x00t\\\\xcfZY-\\\\xcd\\\\xb5\\\\xc1\\\\x10\\\\xc8=t.\\\\xe6|\\\\x9d\\\\xca\\\\xd2\\\\x01\\\\xb5`\\\\xa0\\\\xf0\\\\xd4\\\\x83\\\\x06c\\\\xfb\\\\xfb\\\\xf5\\\\x00+\\\\xb2\\\\x95(\\\\x8f`\\\\xf3\\\\x0b\\\\x8bbb\\\\x9b7#(\\\\xddi!\\\\x8b4v n\\\\x00k\\\\xe7\\\\x1d.\\\\xed\\\\xa1>\\\\xd5\\\\x9d\\\\xb9\\\\xd9{\\\\x8f!\\\\x8f$x\\\\xe1QxcP\\\\x97uXI\\\\r\\\\xa0o\\\\x0f\\\\x13\\\\x1e\\\\x1e= ^\\\\x94qY\\\\xa2\\\\xfc\\\\xa1\\\\x8a\\\\x19\\\\x9d\\\\x89\\\\x8b\\\\xed\\\\n/\\\\x08\\\\xd6X\\\\xf3\\\\xbeB\\\\x95c!A\\\\xda~\\\\xb3\\\\x1d>\\\\x133/\\\\x92\\\\xb9b\\\\xfd\\\\xc2\\\\\\\\;\\\\x0c\\\\x92\\\\xd3c\\\\xe5\\\\xe0\\\\xef\\\\xb7\\\\x1d\\\\x96\\\\xd4M\\\\xbb\\\\xef\\\\xd0\\\\xc6\\\\xdf\\\\x06\\\\x06\\\\x7fwq\\\\xd3*\\\\x16\\\\xa0\\\\x9cn\\\\x069\\\\xe4\\\\x8cM\\\\xb9&\\\\xdd\\\\xb0h\\\\xf6\\\\xe5lOI!\\\\x87\\\\x80\\\\x93\\\\xdf\\\\xc3Pz\\\\x9c\\\\x15R#i\\\\xb9\\\\xbf\\\\x15[p\\\\xd9\\\\xfd\\\\x1e\\\\xe5E\\\\x17\\\\xd4\\\\x19F\\\\x9a\\\\x03\\\\n\\\\x0f\\\\x8f`:\\\\x89\\\\x07\\\\t;\\\\x80*\\\\xc5\\\\x08\\\\xe4\\\\x1d\\\\x97-\\\\xcb2\\\\xad\\\\x8a\\\\x86 \\\\xeb\\\\xae\\\\xa0\\\\xe8t \\\\x18\\\\xd4\\\\xfd>\\\\xbdpWv\\\\xc0\\\\x1ba\\\\xb0Z1\\\\xcb\\\\x1bI\\\\n\\\\xa5\\\\xb6z=!\\\\xb6\\\\xbc\\\\xc0\\\\x11\\\\xa1\\\\xfcDO\\\\x7f\\\\xb0\\\\x8e\\\\xb8\\\\'O\\\\x05?\\\\x16\\\\xd6\\\\xa9\\\\x9e\\\\xb6;\\\\xc1\\\\x80J\\\\x19\\\\x125& F\\\\xad\\\\xdf\\\\xb7R\\\\xce\\\\xab\\\\xde\\\\xb7\\\\xac:#\\\\x96\\\\x88\\\\x16dn\\\\xb2\\\\x05n\\\\x0e\\\\x8cLhb?i\\\\xf1\\\\xd7\\\\xa1\\\\x8c\\\\x9dU\\\\xb1\"O@\\\\x86\\\\xaeJ\\\\x8bv#\\\\xb3\\\\x06\\\\x86\\\\xf6\\\\xc7\\\\xac\\\\t%H\\\\'H\\\\x92g\\\\xef\\\\xfb\\\\xfa%l\\\\xdbqU6\\\\x8c\\\\x9fe7m\\\\xfec\\\\xb0\\\\x10\\\\x01\\\\x12\\\\x00\\\\xd4\\\\xc1>\\\\x1d\\\\xbf\\\\xbf\\\\xa0\\\\x9c]U\\\\xb9kQl\\\\x94\\\\xe5t\\\\xc9\\\\xa8{\\\\xbe\\\\xb5a:hdH\\\\x9f\\\\xdd\\\\xd2X\\\\xc4\\\\xd1W \\\\xdb4Qik12\\\\x11\\\\xeas\\\\xb9\\\\x08)g\\\\x88\\\\xfe\\\\xde=5\\\\xc4\\\\xc3\\\\x15e\\\\xfd\\\\xc0\\\\xbe\\\\x80\\\\xfe\\\\x8b\\\\xfe\\\\xa1\\\\xe4f\\\\xfcw\\\\x13\\\\x132\\\\xd6\\\\xb1qF\\\\xc3D\\\\xc3#\\\\x0e\\\\xc5| \\\\xc7n\\\\xbc\\\\x9e\\\\xe6\\\\xc9\\\\xb5t\\\\x8c\\\\x87\\\\xddbnm\\\\x90K\\\\xab\\\\xb7\\\\x908\\\\x99\\\\xb8\\\\xed\\\\x92\\\\xd9H\\\\xac}e-m\\\\xaf\\\\xb8\\\\xc7n\\\\xd1\\\\xfec\\\\xaa\\\\xa2M\\\\'+\\\\x16\\\\xf0&\\\\xa2\\\\x8a\\\\xb9\\\\xc8{V\\\\xdb+*\\\\x11m\\\\x97@\\\\x8e\\\\x19@\\\\xf1$\\\\x93\\\\xdbA\\\\xe3\\\\xd1\\\\xfbBq\\\\xad\\\\x1b\\\\x92\\\\xa4n\\\\x0c@Q,\\\\xc9E\\\\xb7j\\\\x114@\\\\xb5ZI\\\\x86\\\\xed\\\\xa7m\\\\x7fgA\\\\xedDHI\\\\x99\\\\x08\\\\xba\\\\xee\\\\x8fU\\\\x99\\\\xed\\\\xae;$\\\\xda\\\\xc2e\\\\xb7L\\\\xc7m\\\\xd3\\\\x13\\\\x1d3\\\\xdb\\\\x8b;\\\\xa2\\\\x17\\\\x08\\\\xa6I\\\\xab\\\\x13\\\\x94\\\\xb1\\\\xeb\\\\xdbZm\\\\x05a\\\\x1d\\\\x84\\\\xc1\\\\x991:O\\\\x8fQ\\\\xeeO\\\\x05d\\\\\\\\\\\\x12\\\\x1dP\\\\xeb\\\\xaa\\\\xc3V\\\\x16^\\\\xa7{9eru\\\\x12 \\\\xee\\\\x99\\\\xea\\\\xdd\\\\x93\\\\x19\\\\x04\\\\x93l=j\\\\x83\\\\xf2\\\\\\\\k]U\\\\x00\\\\xdciM\\\\xc0\\\\xba\\\\xcb\\\\x00\\\\xaa;\\\\xea\\\\x08\\\\x8d\\\\x7f\\\\xc3\\\\xa6\\\\xd4\\\\xaa\\\\xd7-\\\\xf2\\\\xfe\\\\x15m\\\\x99FM9b\\\\xbb\\\\xb7\\\\x05q\\\\xfc\\\\xb0\\\\xaa\\\\x14\\\\x91\\\\xac@12\\\\x04\\\\xfd\\\\xddK69\\\\xaa\\\\x865t?)\\\\xbd\\\\xa0q\\\\xea\\\\xa5\\\\xca\\\\x06\\\\x8a\\\\x01$\\\\xb8/$A\\\\x98^\\\\xc2c\\\\xa9\\\\x07\\\\xa2\\\\x00LM\\\\x06\\\\n2\\\\xe46\\\\x07&\\\\xd5>G\\\\xbdQ\\\\xda\\\\x8f_\\\\xb8\\\\xca\\\\xaa\\\\\\\\n\\\\xf4\\\\x9d\\\\xa4\\\\xce\\\\xb0\\\\x08\\\\x11\\\\xd0\\\\xe0[%`KL\\\\x84Y\\\\x18\\\\xab\\\\x13;\\\\x1f\\\\x92\\\\xa7;\\\\x85\\\\xcc_\\\\xccAZ\\\\x9d\\\\x08\\\\x07\\\\xf9\\\\x93\\\\xa2\\\\xf7\\\\x82@!\\\\xa0\\\\x1d:t\\\\x06\\\\x92\\\\xf1\\\\xa1O\\\\x8c\\\\xc84\\\\xe4\\\\x90\\\\xb9\\\\x1e\\\\x1d\\\\xb0n\\\\xc8\\\\xfc\\\\xddn\\\\xb6j2(M\\\\x16\\\\xb2\\\\xc6\\\\x02\\\\xb1mA\\\\x90\\\\x0fi\\\\x83\\\\xd2%\\\\x11\\\\x8a\\\\x89O\\\\x1e\\\\xcf4.\\\\xea-\\\\xd9W\\\\xb3r\\\\xa9\\\\x04\\\\xd2\\\\xe87o%WI;|\\\\x07\\\\x81=\\\\xbcz\\\\xab;&n\\\\x03\\\\x00y}\\\\xd3=\\\\xca\\\\x05n|\\\\x06\\\\xdc:\\\\xda\\\\xcb\\\\x1e\\\\xf5\\\\xba\\\\xeeB\\\\x84\"\\\\xbd\\\\x01\\\\x0e\\\\xac\\\\x07\\\\xa8\\\\xbcD\\\\xc6\\\\x87\\\\xac\\\\xad\\\\xf1\\\\x84\\\\x0e\\\\xa3\\\\x8c\\\\x99\\\\x852\\\\xcdhm\"AV\\\\xde\\\\r\\\\x96Z#e\\\\x95\\\\xd3\\\\xea\\\\xf7T\\\\xcbm\\\\xd7\\\\xf8Tj\\\\x00\\\\xf3\\\\x1e}\\\\r\\\\x99\\\\x16\\\\x1a\\\\x85;\\\\xff\\\\x00\\\\xb5\\\\xa1L\\\\x91\\\\x9c2\\\\x1a\\\\xeb,\\\\xbc1c&\\\\x18\\\\x06]{\\\\x93 \\\\xf9\\\\xce\\\\x9f\\\\x7fV\\\\xed\\\\xc9\\\\x9eY\\\\xa5\\\\x98\\\\x8a\\\\x07u\\\\x0f\\\\x99\\\\xe7W\\\\x01\\\\xaa\\\\xc6v\\\\xc8\\\\xab\\\\n\\\\xd5v{*Qc\\\\xf7\\\\x12+\\\\x96\\\\x10\\\\xb0\\\\x04\\\\x83\\\\xdaz+1\\\\x13\\\\xb8\\\\x1d\\\\xf4\\\\xf4T\\\\xb731T\\\\xf6v/=\\\\xcfbr<\\\\xee\\\\x05/o\\\\x11\\\\xc2\\\\xb0nA\\\\x92\\\\xd0\\\\nWc\\\\x9d\\\\x8eD\\\\xea\\\\x1e5\\\\xf1\\\\x1d\\\\xba\\\\xb5khc\\\\x13 )\\\\x9ek:\\\\xe6\\\\xb9\\\\x83 \\\\x1d\\\\xb2\\\\xfb\\\\x84\\\\x05\\\\xf1\\\\xf9\\\\x1c\\\\x02\\\\xa2\\\\xe5\\\\xd8\\\\xdd\\\\xde\\\\xba{\\\\x02\\\\xe0\\\\xf9\\\\xe8wm\\\\x1d\\\\xff\\\\x00g~\\\\x99\\\\xa4\\\\xc4\\\\xe2\\\\xa8N\\\\x05\\\\xd9\\\\xb8\\\\xcdo\\\\xff\\\\x00\\\\xd4\\\\x98\\\\xd9\\\\x8c\\\\x94\\\\xf28\\\\xed\\\\x7f\\\\xe5\\\\x99\\\\x91\\\\x82\\\\xac\\\\t\\\\'\\\\xb9Y\\\\x82\\\\x01\\\\xff\\\\x00\\\\x1e\\\\x9e.\\\\x0c\\\\xd0\\\\x99\\\\xe9 \\\\xe5\\\\xc74S+\\\\x8e\\\\xaf6\\\\xaa\\\\x05M\\\\xbb\\\\x1f\\\\xd66\\\\x12\\\\x15\\\\x12[M\\\\xc7\\\\xed\\\\xd3\\\\xe8\\\\x0f~\\\\xc7\\\\xa60(\\\\xe5\\\\x1c\\\\x04p\\\\xe3\\\\xbd#dq\\\\xcb@\\\\xb6\\\\x8b\\\\x1e\\\\xc1\\\\xab-(\\\\x0cN\\\\xe62\\\\xc0\\\\xf7a\\\\xa4\\\\x1f\\\\xafH\\\\xa1\\\\x93\\\\x07\\\\t\\\\x04\\\\xb1\\\\xaf\\\\x1fo\\\\x05%\\\\xab\\\\xa7\\\\x16\\\\xad\\\\xec\\\\xeb!J\\\\x12P\\\\x15\\\\x95 \\\\x90A\\\\xed*g\\\\xc7\\\\xfb\\\\xfa\\\\x83\\\\x9adb\\\\x1d\\\\t\\\\xe4,\\\\xb1-\\\\xae\\\\xe4\\\\xad\\\\x9b\\\\x10!t\\\\x0f\\\\x0b!\\\\xd7\\\\xb4\\\\xcc\\\\x99\\\\x8e\\\\xdd.R \\\\xd0.\\\\x84#\\\\x86\\\\x05\\\\x02\\\\xba\\\\xe4\\\\xb0\\\\xd5r\\\\xd3\\\\xed\\\\x1a\\\\xdc\\\\xc4\\\\x93\\\\x00\\\\x83&\\\\x0c\\\\x9f\\\\xa7~\\\\xb3\\\\xb73z\\\\x18\\\\xd1Y\\\\xb5\\\\x03\\\\x17\\\\xf5&\\\\xdf\\\\x89\\\\xf3-\\\\x8d\\\\x9a\\\\xe6\\\\xff\\\\x00q\\\\xee\\\\xb2\\\\xb20\\\\xf2\\\\x836\\\\xea\\\\x8c\\\\xc6\\\\xe5\\\\x93\\\\x1e}\\\\r\\\\x8b\\\\xbe\\\\xd4\\\\x84\\\\x98\\\\xbe\\\\x00\\\\x03@\\\\xacX\\\\x91\\\\x04\\\\x8ey\\\\xf2Ys\\\\x9897\\\\xe6Z\\\\xb5XM\\\\xd7\\\\x80V\\\\xc6\\\\x05\\\\xdd\\\\xd8jC3\\\\x12\\\\t3\\\\xda\\\\x7f\\\\xe0\\\\x13\\\\xdc\\\\xfbz\\\\x81\\\\x93\\\\x9eu?Jy)\\\\xbb\\\\x01)9\\\\xc5(]_\\\\xe5\\\\xc7\\\\xbe\\\\xfe\\\\xb2\\\\xc1k*\\\\x906Y$\\\\xc9&c\\\\xc8G\\\\xed\\\\xea\\\\xa3\\\\xeb5\\\\x0c\\\\x8a1\\\\xd2(SW\\\\xc2m\\\\xcb\\\\x19\\\\xa4S\\\\xc8[\\\\x88\\\\x85[\\\\xdfZ\\\\xactf\\\\x91\\\\xaa\\\\x90\\\\x0fo>\\\\xacZ\\\\x8e\\\\xa9\\\\x88\\\\x82@\\\\xe8Y\\\\xc7\\\\xe1D\\\\t\\\\x81\\\\xa7\\\\x19\"\\\\\\\\\\\\xf6\\\\x08\\\\xad}\\\\xd3\\\\x9bK%\\\\x967\\\\xf2R}\\\\xc1\\\\xb4m\\\\xf54G\\\\xabh\\\\x89=\\\\xba\\\\xd0\\\\xba\\\\r\\\\xa8j\\\\x7f\\\\xcd\\\\x02\\\\x83\\\\xeaq\\\\xc7jX\\\\xe3\\\\xd7\\\\x05o\\\\xb2\\\\xbc\\\\x9cv\\\\xcb/Y\\\\xf6]\\\\x00\\\\x94bA\\\\x1a\\\\xcf\\\\xa8\\\\x1d|:\\\\xce\\\\xf7m\\\\x90L\\\\xdc\\\\x929\\\\xe0x\\\\xc56\"B\\\\x83\\\\x0e8\\\\xc1\\\\x14~\\\\x03.\\\\xeb\\\\x1c\\\\x85g\\\\xac\\\\x00.e\\\\x92\\\\xd1\\\\xb4\\\\x19\"I\\\\x10O\\\\x7f\\\\xd9\\\\xd5;\\\\x936\\\\xe9\\\\x8fb| K2d\\\\xe31\\\\xaa\\\\xc1\\\\xc8F{\\\\x06\\\\xed\\\\xc3\\\\xdc\\\\xb9\\\\xb4\\\\xd5|H\\\\x9e\\\\x91;\\\\x86R\\\\xf5:\\\\xb5n\\\\xd4b\\\\x1d[8\\\\xf8\\\\x8fn\\\\x12\\\\xdb]\\\\xa1\\\\xadz\\\\x8b\\\\xd4R\\\\xcd\\\\xc0\\\\xb1\\\\x92#\\\\xc2@\\\\x8f\\\\xdd\\\\xdb\\\\xad\\\\x1bs\\\\x13\\\\x0c\\\\x01\\\\xc3\\\\xcf\\\\x9fU\\\\x12\\\\x8eh\\\\x8f\\\\x19\\\\xcafq\\\\xd7]\\\\xf9\\\\x8b\\\\xb6\\\\xd8\\\\xc2\\\\x13\\\\xddB7\\\\x12\\\\x01\\\\xd3l\\\\x02\\\\x0f\\\\xef\\\\xeaD\\\\xa5\"\\\\xce\\\\x1d\\\\xb9~\\\\x12\\\\x88\\\\xd2\\\\x9dx\\\\xbf\\\\x926U+Z\\\\\\\\E\\\\xc9\\\\xb5\\\\xe0\\\\x83\\\\r\\\\xb8F\\\\xd6\\\\xf2\\\\x00\\\\x0e\\\\x822,8\\\\xc5I\\\\x95iE\\\\xd0\\\\xff\\\\x00\\\\x01\\\\xe4\\\\x1f(\\\\xfbVTv\\\\xd9H\\\\xb5\\\\xad\\\\xadQ\\\\xd5\\\\x18A;\\\\xb7k\\\\'\\\\xb8\\\\x83\\\\x1f\\\\xb7\\\\xa9\\\\x12-\\\\xcd]\\\\xdb\\\\xd6\\\\x8b\\\\x95\\\\xbfZ\\\\xf8\\\\xab9\\\\x1f\\\\x92\\\\xe6n-a\\\\xb1Sh+\\\\xa6\\\\xed\\\\xb0\\\\tPt\\\\xd3\\\\xc0\\\\x9d>\\\\x83\\\\xab\\\\xff\\\\x00\\\\xe3\\\\x0b\\\\xc0\\\\xbfw\\\\xe5Q\\\\xdd\\\\x92\\\\x08#5Cb\\\\xfcJ\\\\xea\\\\xae,.\\\\x00!\\\\xfe[Z\\\\xb0X\\\\xa1\\\\x83\\\\xb4w\\\\xf1\\\\xf0\\\\xfd\\\\x9dg^\\\\xf8\\\\xe95d\\\\x00Um\\\\x13#\\\\x82x\\\\xab\\\\x9a\\\\xe3\\\\xf8\\\\xd6\\\\xc8\\\\xf7\\\\xe9l\\\\x87\\\\x15\\\\xcdm\\\\xae\\\\xd2\\\\xeb\\\\xb40U\\\\x03M\\\\xbe\\\\x11\\\\x1fA\\\\xd5\\\\xcbp\\\\x16\\\\x19\\\\xb0\\\\xc8\\\\x9c\\\\xd4N\\\\xf9\\\\x05\\\\x86\\\\x1c\\\\x93\\\\'\\\\x17f\\\\x0f \\\\xde\\\\xc3;c\\\\xdcJ\\\\xb2\\\\xd6\\\\xf2\\\\x15J\\\\xc4\\\\x06\\\\nD\\\\x1d<{OZVb\\\\x18\\\\xb1K\\\\x8d\\\\xc1\"\\\\x1c-\\\\xf6\\\\xfc}1n[68u\\\\xb0\\\\xb5L\\\\x0f\\\\xa5X\\\\x92\\\\xda\\\\x93\\\\x1a\\\\x1dz3n\\\\xb48\\\\xae6#\\\\x8eIk6\\\\xdc.#\"\\\\xdbl\\\\x00X\\\\x84\\\\xb2\\\\xaa\\\\x01;\\\\xa6K\\\\x08$\\\\x81\\\\'\\\\xcf\\\\xb6\\\\xba\\\\xf5Opci\\\\xc9\\\\xcb5-\\\\x18\\\\xe1T\\\\xdf\\\\xc7\\\\xf3\\\\xd5f\\\\xf1\\\\xf8\\\\xf7T\\\\x15r\\\\x14M\\\\xd5\\\\x86\\\\xdd*\\\\xbal\\\\x90\\\\xdd\\\\xd7\\\\xc3i=\"\\\\xd6\\\\xfaR\\\\x88\\\\x12\\\\xeb\\\\xc3\\\\xabP\\\\xf5\\\\x82\\\\xaaO\\\\x90b\\\\x94\\\\xbf\\\\'/\\\\x1ai\\\\n\\\\xd6Y{K0\"v\\\\xce\\\\x85\\\\xb5=\\\\xc0\\\\'\\\\xfcGY\\\\x17\\\\xb6l\\\\xd2\\\\xc3<_>\\\\xff\\\\x00\\\\xb2\\\\xa7;\\\\xb5!k\\\\xe0\\\\xf9\\\\xdb\\\\xf1-\\\\xfe{\\\\x13U\\\\xdbKP\\\\xe40\\\\r\\\\xff\\\\x00{\\\\xeb\\\\xfd\\\\x87W\\\\xb6\\\\xd7\\\\xe1\\\\x1aFC\\\\x0c\\\\xdf\\\\x87U\\\\xc1\\\\xb9\\\\x12\\\\xe4f\\\\xacKW\\\\xf3\\\\xb8\\\\xcdg\\\\x1b\\\\x02\\\\xac\\\\x84+b\\\\x83\\\\xb9\\\\xc3\\\\x15\\\\xdd&\\\\'\\\\xb4\\\\x98\\\\x8f\\\\x0e\\\\xad\\\\xda\\\\x12\\\\x94\\\\xc1\\\\x02\\\\x9cUX\\\\x9c\\\\x85\\\\xcbE\\\\xbfd\\\\xb9\\\\x94\\\\x1e\\\\xfbl[\\\\xec\\\\x15\\\\xd8\\\\xa0P\\\\x05\\\\x80n,\\\\xb0=.J\\\\x99\\\\xec&\"z\\\\xb2nh\\\\xa1\\\\xc3\\\\xee\\\\xa8\\\\x10F\\\\x0e\\\\x8a|+\\\\x8b\\\\xb59J\\\\xb2\\\\x1c\\\\xfb\\\\xe2\\\\xd5ot\\\\x97.?\\\\t\\\\x12\\\\xcb\\\\xa0 \\\\x00H\\\\x80{\\\\x8f\\\\xa0\\\\xea\\\\xb5\\\\x9d\\\\xa4cq\\\\xc3\\\\xd7\\\\x9f\\\\x9b\\\\xabVe\\\\xa8\\\\xf2l\\\\x93/\\\\xc9\\\\xe8\\\\xbb$=),\\\\xb5\\\\xeeD\\\\x81\\\\'q\\\\x03V\\\\xd6\\\\x04\\\\x81\\\\xd8\\\\x89\\\\x03\\\\xed\\\\xea\\\\xfc\\\\xa1V\\\\xe3\\\\x14\\\\xdb\\\\xf0\\\\'\\\\x0e;\\\\x95q\\\\x81\\\\xc6Rr20N\\\\x13d\\\\x9d\\\\xe0\\\\xb4Y\\\\xb0\\\\xa0$\\\\x80\\\\x1b\\\\xf0\\\\xce\\\\xba\\\\x93\\\\x1f\\\\xbbN\\\\x94%\\\\x19\\\\xc8\\\\x8eJ\\\\xa7\\\\xb38\\\\xd34F\\\\x8f\\\\x8fd\\\\xf1\\\\xc2\\\\xf1\\\\x90\\\\x8cw\\\\x9d\\\\xf5R\\\\xa4\\\\x10\\\\x11}@\\\\x03$\\\\x91\\\\xb5F\\\\x91\\\\xf5\\\\xe8\\\\'d\\\\xc41v\\\\t\\\\xb1\\\\xb6A\\\\xa0\\\\xab\\\\xf0\\\\xc8\\\\xa7\\\\x07\\\\x95\\\\xf1o\\\\xe9|\\\\xee?\\\\xc8\\\\xb09+\\\\xb3\\\\xed\\\\xa8\\\\x1e\\\\x07#\\\\x10\\\\xadh\\\\x96\\\\x1fK\\\\xfb\\\\x8b\\\\xa0`\\\\xc4\\\\x8e\\\\xda\\\\xf4\\\\xe8\\\\x08{d\\\\x17\\\\nl\\\\x08\\\\rB`\\\\x92p\\\\xe4\\\\xa0U\\\\x85K\\\\xd6l\\\\xb7\\\\x1f\"+\\\\x1e\\\\xd5\\\\x8bZ\\\\xb2\\\\x94A\\\\xac\\\\xb8\\\\xd6\"\\\\x0f\\\\x81=\\\\x0e\\\\x98M\\\\x8c\\\\x82\\\\x10%\\\\x04\\\\xb7\\\\x9b\\\\xc7\\\\xfe^\\\\xfb\\\\xfd\\\\xc9\\\\xa1-\\\\xabe!\\\\x89\"?\\\\x12\\\\x0e\\\\xe7\\\\xd4>\\\\xbai\\\\xdb\\\\xaaw-FN\\\\xc4\\\\xbfm:tD\\\\x0e\\\\xa2\\\\x1f4\\\\xb7\\\\x9d\\\\x8ch\\\\xbf\\\\xf2\\\\xd9\\\\xae\\\\xc1\\\\x98n}\\\\x8f\\\\xbf\\\\xf9\\\\xab%N\\\\xe8\\\\x86\\\\xef\\\\xdac\\\\xf6GX\\\\xd7\\\\'+s\\\\x94.\\\\x87#\\\\x16#\\\\x16\\\\xa1\\\\xcf\\\\xc96\\\\xf5\\\\x900\\\\xcf\\\\x05\\\\xaa\\\\x9a\\\\xc9\\\\xc2z\\\\t\\\\x96,HU\\\\x80\\\\x14\\\\xcc\\\\xb4\\\\x0f\\\\x1e\\\\xc7\\\\xac\\\\xe9Hjt\\\\xf1\\\\x02m\\\\xe9ACUU\\\\xff\\\\x00\\\\xcc\\\\xddf\\\\xe5\\\\x91\\\\x12\\\\xa0\\\\x04\\\\x1d\\\\xc7p \\\\x8d~\\\\xde\\\\xac11\\\\xa2\\\\xa5\"\\\\x1d^\\\\xff\\\\x00\\\\xa6\\\\\\\\\\\\x8dk\\\\xf9\\\\x9aq\\\\xb2\\\\xdc\\\\xd1m\\\\'\\\\xdc\\\\xc4x\\\\x08[r\\\\xc7\\\\x91\\\\x92\\\\xde\\\\x03\\\\xa0\\\\xd8CN\\\\xe7\\\\xd42\\\\xfb\\\\xd3\\\\xea\\\\xb4l]qEgs\\\\xf4=\\\\xb8u\\\\x9c:\\\\xea\\\\x15\\\\xbb\\\\x12P\\\\xad\\\\x9b\\\\xd0\\\\xc4\\\\xb5\\\\x8a\\\\xb2A_O\\\\x91>Q\\\\xaf^\\\\xa2\\\\xfd\\\\xcfl\\\\x02\\\\x1d\\\\x8f\\\\x8f\\\\xf4\\\\x95\\\\xbc\\\\x81\\\\x99r\\\\xa9\\\\xca\\\\xf0,\\\\xaa\\\\xeb\\\\x81\\\\xc4&\\\\xdbQ\\\\xc6A&Y\\\\x18\\\\xf6 \\\\x1d\\\\xde`\\\\xf8\\\\x08\\\\xed\\\\xae\\\\x9d&Z\\\\xaeC\\\\xd2(\\\\xd4\\\\xad|\\\\x16T\"c \\\\x08\\\\xedC\\\\xbf\\\\xa6\\\\xdf\\\\xff\\\\x00\\\\xd1e\\\\x7f\\\\xf2\\\\x8f\\\\xff\\\\x00\\\\x92\\\\xea\\\\x8e\\\\x9b\\\\xdc\\\\x8f\\\\x88\\\\xfc-\\\\x0fds\\\\x1cw\\\\xaf\\\\xff\\\\xd1\\\\xf9\\\\xc9\\\\xf2>\\\\x1e\\\\xca\\\\xef\\\\xab!X\\\\xe4\\\\x1c\\\\x80\\\\xcc\\\\xca\\\\xda4\\\\xa4z\\\\x86\\\\xbf\\\\xc5\\\\xf5\\\\xeb\\\\xcb\\\\x1be\\\\xc9\\\\x05|\\\\xa6\\\\xeb[<\\\\x9d+b\\\\xba\\\\x05j\\\\xc1`#\\\\xba\\\\x907O}4\\\\xef=\\\\x14j\\\\xddP]\\\\x89wN\\\\\\\\\\\\x12\\\\x8aq\\\\xb3r\\\\x9fk\\\\xe3\\\\xe3\\\\xa0\\\\x0e\\\\x81\\\\x82\\\\x96:0\\\\x10}_lv\\\\x1d\\\\x1c\\\\x8ey*\\\\xeeAp\\\\xb5\\\\xe6\\\\x9b9L\\\\xb3\\\\x95F\\\\xe7g\\\\x80+\\\\xef\\\\xbe\\\\x04\\\\xca@1\\\\x11&{\\\\x0e\\\\xfd\\\\x0c]\\\\xdf$&z\\\\xf1\\\\x15X\\\\xd9M\\\\x82\\\\xa4\\\\x16V\\\\xc1\\\\xd8\\\\x10k\\\\x8d\\\\x04\\\\x08\\\\x1b\\\\x90}\\\\xbf\\\\xda:a\\\\x1a\\\\xa8\\\\x92\\\\x01\\\\x04\\\\x80\\\\x9a\\\\xbe+\\\\xed\\\\xa3\\\\xff\\\\x000\\\\x8cg\\\\xb6W\\\\xde\\\\x90v\\\\xb0\\\\xed\\\\xe9*Y{\\\\x91\\\\xdf\\\\xae\\\\x84\\\\x18\\\\xbf4V\\\\xa4#r\\\\xa9\\\\x9b\\\\x9c\\\\xc1\\\\xbe\\\\xec\\\\xfa\\\\x88b\\\\xf8\\\\xdb\\\\xd5*\\\\xb0,\\\\xees\\\\xe9,7m\\\\xd0\\\\x80\\\\x06\\\\xbe3\\\\xd4\\\\xea\\\\xaa\\\\xeb\\\\xfe\\\\xa2\\\\x981\\\\xb3\\\\xae\\\\xf8\\\\xd5n-\\\\xc6\\\\xacde\\\\x88zj\\\\x92\\\\x0e\\\\xd1\\\\xb5N\\\\xa0\\\\x11\\\\xfb5\\\\'\\\\xbfN\\\\xf74\\\\xa2\\\\x85\\\\xc3g\\\\xb5c\\\\x81\\\\xf2\\\\x0c\\\\xac\\\\x8c\\\\xa4\\\\xa7)\\\\xd4\\\\xd6\\\\xa4_R\\\\xba\\\\xeep\\\\x8c\\\\xa4@$\\\\x0fI\\\\xf3\\\\x99\\\\xe8=\\\\xc7S\\\\x1d\\\\xc1\\\\xcd\\\\xff\\\\x00\\\\t\\\\xb6\\\\x9f\\\\xe9u\\\\xded\\\\xaeVe\\\\xd4\\\\xff\\\\x00/s\\\\xce\\\\x8a$o\\\\x00\\\\xac\\\\x16\\\\x1d\\\\x80?\\\\xdd\\\\x1dF\\\\xb0\\\\xea\\\\xcce\\\\rL*x\\\\xf0J<\\\\xfeM\\\\r\\\\x95\\\\x87w)c\\\\x9e:\\\\x9b\\\\x91\\\\xef]\\\\xba\\\\xbdJ\\\\xde\\\\xe1Q\\\\xa0 \\\\x9e\\\\xdd\\\\xa7\\\\xcf^\\\\xba\\\\x06&^\\\\xac\\\\x14\\\\x93\\\\xa6~\\\\xac)\\\\xc7\\\\xe1)~\\\\xa2\\\\xf3\\\\xdc7\\\\xca\\\\xef\\\\xc8\\\\xbf\\\\x8c\\\\xc2<}x\\\\n\\\\xb4\\\\xe1Q\\\\xb5\\\\x02\\\\xd9H\\\\x80\\\\xbe\\\\xe4F\\\\xf7\\\\xef$\\\\x8e\\\\xacn.B\\\\xefF\\\\n\\\\xe6\\\\xebyj\\\\xe36XuT^PZme\\\\xa1\\\\xdd\\\\x8b7\\\\xadb$9\\\\x04A\\\\x1au\\\\x9f#\\\\xa4\\\\x9c\\\\xc2L\\\\x1aA\\\\xcf\\\\x0c\\\\xb1\\\\x18/\\\\x9d\\\\xa3\\\\xed\\\\x0c\\\\xa3F\\\\x80C\\\\r\\\\xa3h$i04\\\\x9f\\\\x1e\\\\xb9\\\\xc8\\\\x06AX\\\\x84\\\\xc9,\\\\x96yZi\\\\xc2\\\\x1e\\\\xc2\\\\x866W\\\\xbb|\\\\x9d\\\\x00\\\\x04@\\\\x891\\\\xdb\\\\xb7V,\\\\xcbYuv\\\\xc93)\\\\x0f7\\\\x1c\\\\xba\\\\xb3V=\\\\xc5\\\\x98x\\\\x9d\\\\'\\\\xb0\\\\x83\\\\xe1\\\\xd6\\\\xbd\\\\x9b\\\\x8cX\\\\xad\\\\x9b\\\\x17X\\\\xd6\\\\x8bEXmme\\\\xc1\\\\x1e\\\\x93\\\\xf8I\\\\xd4\\\\xe9\\\\xac}zd\\\\xaf\\\\x01&L\\\\x95\\\\xed%\\\\x94K\\\\xf0\\\\xea\\\\x1b+\\\\xc8R\\\\xed\\\\x1e\\\\xa1\\\\xe0T\\\\x18\\\\xda`\\\\x0f)\\\\x03\\\\xa3\\\\x8d\\\\xcdX`\\\\x9fn\\\\xfc\\\\x8db\\\\x80\\\\xdf\\\\x8b\\\\x8fJ\\\\x97\\\\xa9\\\\xabw\\\\xa5\\\\x07\\\\xf2\\\\xbf\\\\x8f\\\\xf1\\\\x83\\\\xbf\\\\xc41\\\\x00\\\\x91\\\\xe5\\\\xdb\\\\xc4t\\\\xd6ZV\\\\xee\\\\xcaX\\\\x82\\\\x1f\\\\xc1n\\\\xe3\\\\xb96\\\\xc5uV\\\\xb2C\\\\xa4\\\\x872\\\\xc5X\\\\x1dD\\\\x81\\\\xea\\\\xdd\\\\x1d\\\\x04\\\\xa2$\\\\x18\\\\xa5\\\\xee\\\\xb6\\\\xa2\\\\xe8\\\\xa6)\\\\x874~b\\\\x93p\\\\x8b\\\\x0c\\\\x10\\\\xac\\\\xe1G\\\\xa8\\\\t\\\\'\\\\xcf\\\\xcbS\\\\xdb\\\\xa5Z\\\\x1aN\\\\x95\\\\x99\\\\xb7:$\\\\xd8v%\\\\x82\\\\xedv\\\\xdaU\\\\xaa\\\\xadU\\\\rO\\\\xb8\\\\x12\\\\x00`70f\\\\x8f\\\\x12\\\\x07\\\\x7f(\\\\xea\\\\xc2\\\\xd8\\\\x11\\\\x11yT\\\\xe7\\\\xc7\\\\x1d\\\\xabu-\\\\xf9!s\\\\xae\\\\xdbC\\\\x9d\\\\xc8\\\\x0e\\\\xd5\\\\r\\\\x04\\\\x0f[x~.\\\\xdf\\\\xe3\\\\xd42\\\\x0b\\\\x90\\\\x17hh\\\\xdcQ`\\\\xb9\\\\xf9-~\\\\xc6U\\\\x1a\\\\x90Ck\\\\xea$n\\\\x12;\\\\xf7\\\\x9d;\\\\xfd\\\\xfdr\\\\x93\\\\xb6\\\\x80\\\\x8a\\\\x91\\\\x9d\\\\x8fs\\\\xfb6W\\\\x0c\\\\x8aA\\\\xda\"\\\\x0c\\\\x93\\\\xa9\\\\xfd\\\\xa7\\\\xfcz\\\\x97t\\\\xbb\\\\x17cPqZ\\\\xd8\\\\xe3Z\\\\x957\\\\xb8\\\\xa0\\\\xaa\\\\x8fy\\\\x116\\\\xfa\\\\xbf\\\\x84*\\\\x91$\\\\x0e\\\\xd0>\\\\xfd;r(\\\\xeb\\\\x894\\\\xa6U\\\\xf1C\\\\xady!\\\\xe9\\\\xafT\\\\r,u\\\\xdcI\\\\nH\\\\xee\\\\x0e\\\\xbd\\\\xa0\\\\xf5\\\\x04\\\\xf2V\\\\x00\\\\xe6\\\\x981\\\\xf1\\\\xed\\\\xc9\\\\xc4t\\\\xc9+* 8\\\\'\\\\xd4;\\\\x86\\\\x91\\\\xdeO\\\\xed\\\\xfb:\\\\x19OK,\\\\xdb\\\\xb7#n\\\\xe01Q\\\\x8e\\\\rx\\\\xe8\\\\xf6Z\\\\x81\\\\x820b\\\\xc7\\\\xb1\"`k1\\\\'\\\\xbf\\\\xdb\\\\xd4\\\\x82\\\\nh\\\\xdc\\\\x19\\\\x96\\\\x19\\\\xa8b\\\\xd6\\\\xb1\\\\xc9\\\\x7f\\\\xc2\\\\x7f\\\\x80\\\\xcc\\\\t\\\\xf1R{ORJy\\\\x00\\\\x04J\\\\xab\\\\xbd\\\\xb5P\\\\x0e\\\\xed\\\\xba\\\\xa2\\\\xfd|\\\\xe3O\\\\x0e\\\\x96c\\\\xa9T\\\\x9c5\\\\x15\\\\x98`\\\\xc6d\\\\x83\\\\xae\\\\xef\\\\xbf\\\\xc3\\\\xfb\\\\x1e\\\\x85\\\\x99F\\\\n\\\\xe5\\\\xfd.\\\\xe5\\\\xee\\\\xc6l\\\\x94\\\\xc6x\\\\xbdv\\\\xba\\\\x16m\\\\xa3o\\\\x89\\\\x91\\\\xdb\\\\xcf\\\\xaco\\\\x95\\\\xb4\\\\xe5\\\\xc6$y\\\\x85\\\\x9d\\\\xbd\\\\xc6\\\\xab\\\\xb0\\\\xfe?\\\\x9c\\\\xd9\\\\xfc`\\\\xbc\\\\x96\\\\xc8-\\\\x15\\\\xdf\\\\x8eU\\\\x89*\\\\x04\\\\xeb\\\\x064\\\\x88\\\\xeb\\\\x0f\\\\xd5\\\\x10\\\\xd2\\\\x1d\\\\xae\\\\x16\\\\x14\\\\xce\\\\xac\\\\n\\\\xdb\\\\x8e\\\\xcfK\\\\x9cJXA\\\\xdc\\\\xfa+\\\\x99MF\\\\x83\\\\xbc\\\\x8f\\\\xb7\\\\xb7E\\\\xb5%\\\\xd8\\\\xfe\\\\x16T\\\\xe9P\\\\xa0r\\\\xb8\\\\xbb\\\\xbf)u\\\\n\\\\xc9\\\\x00\\\\x8buUa \\\\x15\\\\xda\\\\xa8Oa3\\\\xe5\\\\x13\\\\xdb\\\\xa9\\\\xbbh\\\\xdd\\\\x936\\\\x19\\\\xa02\\\\x11\\\\x8e\\\\xadO\\\\xd1j\\\\xc0kj\\\\xf6\\\\xd9\\\\xd3j\\\\xea\\\\xcdc\\\\x03\\\\x1aHi\\\\xec5\\\\xfb:+bQ8(5\\\\x03\\\\xa5S%y\\\\x96\\\\x05\\\\x03l\\\\x12C\\\\x12\\\\x86D\\\\x0e\\\\xdd\\\\xa6#\\\\xa3\\\\xd4N!3[T\"Vfa\\\\x9a\\\\xb6\\\\xbe\\\\xfbk\\\\xaf\\\\xb2\\\\x81\\\\xd8\\\\x1dd\\\\x9f\\\\x0e\\\\xfdp1\\\\x07\\\\xb9\\\\x13\\\\xfaT\\\\'\\\\xcdfF\\\\xf6\\\\x00\\\\xb4:\\\\x90*u\\\\x90\\\\xc6g\\\\xbf\\\\xdb\\\\xff\\\\x00gV\\\\xa3\"\\\\n\\\\xed@\\\\xb3\\\\xa1\\\\xd9|eyu\\\\xbd\\\\xd5\\\\x02\\\\xd6^\\\\x93\\\\xb5\\\\x96\\\\x00\\\\x02}*D\\\\x18\\\\x12&\\\\x0f\\\\xd7\\\\xa7\\\\x89\\\\x9e\\\\xe4\\\\x12\\\\xb4MBE\\\\xc8\\\\xc0\\\\xcb\\\\xdd\\\\x90\\\\xadIq_\\\\xaf \\\\xa9)\\\\xab\\\\xfaP3\\\\x9d\\\\x07y\\\\x8f?\\\\x0e\\\\xa4F\\\\x8a\\\\xac\\\\xe0C\\\\xbe$\\\\xd7$\\\\x11C>@\\\\xc2\\\\xb1\\\\x03d{\\\\x8a\\\\xfb\\\\x98\\\\xcb&\\\\xdd\\\\x04\\\\x92\\\\x00\\\\x04\\\\x0e\\\\xf2\"5\\\\xd7\\\\xa2\\\\x12\\\\x0c\\\\xc8!\\\\x00\\\\xf5w~8\\\\xe4\\\\x8a\\\\xdd\\\\x9bo\\\\x1e\\\\x1f!C]\\\\x0e\\\\x96P\\\\xcaWu{D\\\\x9d\\\\xb1\\\\x1a\\\\x98\\\\xff\\\\x00\\\\xb3\\\\xa59\\\\xa1V\\\\xd9\\\\x81c^)\\\\xfc\\\\xaf\\\\xd99U|\\\\x82\\\\xb6\\\\xbe\\\\xdc\\\\x95K\\\\xadPr\\\\r\\\\x8d\\\\xa3\\\\x17\\\\xfe v\\\\xea\\\\xa4G\\\\x84\\\\x8dz\\\\x8dz\\\\xcdMJ9\\\\xc9\\\\xc3\\\\x92\\\\xc8\\\\x16G\\\\x1e\\\\xd8\\\\xf9-\\\\x83\\\\x90\\\\xcaj\\\\xba\\\\x1c\\\\xe5Q\\\\xeb(\\\\x8a\\\\x0c\\\\xec\\\\x93\\\\x04\\\\x98\\\\xd0\\\\xf4\\\\xab\\\\x80Z\\\\x89\\\\x04\\\\x00\\\\x17[\\\\x1a\\\\xa6N\\\\xacB=\\\\xf1Lj\\\\x176\\\\xac\\\\xaag&\\\\x8d\\\\xa1\\\\x07\\\\xb8\\\\xc5\\\\x18\\\\x19\\\\x83\\\\xdc\\\\x7f\\\\x0f\\\\x87\\\\x87Y\\\\x9f#f\\\\x1aD\\\\xdd\\\\xdb\\\\x07\\\\xe7\\\\xd1\\\\\\\\\\\\xdbI\\\\xa81\\\\xcd^\\\\xf8v[\\\\x91]\\\\x93\\\\xee\\\\xddZ\\\\x81\\\\xf9x\\\\x90\\\\x85\\\\x0cB\\\\x95\\\\x8e\\\\xf0\\\\xa3qQ\\\\x1f\\\\xbb\\\\xa8\\\\xb1\\\\'\\\\x8f\\\\xa8v+\\\\xc0?DV\\\\x81H\\\\xb0\\\\xaa\\\\xa0$\\\\x156\\\\x8f\\\\xe1:\\\\x10u#I\\\\x9f\\\\x15\\\\xff\\\\x00.\\\\x9fn\"X\\\\x0e:.%\\\\x927\\\\xcd\\\\x85\\\\xb4!\\\\xf7\\\\x91\\\\xbd\\\\xd9\\\\x87 \\\\x10HS\\\\xf8\\\\xbf\\\\x17\\\\x8f\\\\xd4\\\\xcc\\\\x0e\\\\xba\\\\xd9a\\\\xa8\\\\x8ek>\\\\xf8w\\\\n\\\\x9e\\\\xce\\\\xcc\\\\xad\\\\x92\\\\xc0\\\\xa6\\\\xc5l\\\\x81\\\\xb4\\\\xd5Yu\\\\xad\\\\xb4\\\\x04\\\\xb3\\\\x85>\\\\xa1\\\\xaf\\\\x8f\\\\xd7\\\\xabr\\\\x99vo\\\\xc2\\\\xcd\\\\xb9(\\\\x80\\\\xe5~\\\\xc7c\\\\x90\\\\x1f\\\\x1d\\\\xecdJ\\\\xaa\\\\x02\\\\x96RX\\\\xec\\\\x0e}2\\\\x01\\\\x98n\\\\xdeC\\\\xb7R\\\\xe4\\\\xaa~\\\\xe0\\\\x06\\\\xbcq\\\\x92\\\\x8d^\\\\rv\\\\xdb\\\\x8d\\\\xed\\\\xd9\\\\xf9a`\\\\x1e\\\\xdec\\\\xfaft\\\\x8dDL\\\\x83\\\\xdcOS\\\\x00H\\\\x0eQ;Lq\\\\xc6i\\\\xb7\\\\xe3\\\\xa9^/)\\\\x9b\\\\x85\\\\x92Z\\\\xdaX\\\\x96\\\\xacX\\\\t-\\\\x06Wpb\\\\x07f\\\\x93\\\\xff\\\\x00\\\\xb4:\\\\x10LK&@\\\\x81\"8\\\\xef[\\\\xf9\\\\x81\\\\x85N9\\\\xc9,}\\\\xdd\\\\xbb\\\\x11[\\\\xc4\\\\x06\\\\x01\\\\xb4\\\\x12Gh\\\\x9d;\\\\xf4\\\\xddC\\\\x14w\\\\x1a\\\\x1d\\\\n@\\\\xcb\\\\xba\\\\x8c\\\\xe4\\\\xb2\\\\xa5U\\\\xae\\\\xcd\\\\xfb\\\\x95ST\\\\x04\\\\x11\\\\xe9\\\\x98\\\\x89\\\\xf2>\\\\x1e]\\\\x03\\\\x02\\\\x15Y\\\\xcd\\\\x83\\\\x90\\\\xdd\\\\x88+\\\\xe3\\\\x17\\\\xba\\\\xbaT\\\\xd8\\\\xe8\\\\xfe\\\\xbb\\\\x95\\\\xc9\\\\x05\\\\x82\\\\x93\\\\xdaG\\\\x80?\\\\xb7\\\\xa0\\\\x9ch\\\\x8e2\\\\xa6\\\\r\\\\xf9\\\\xfe\\\\x91\\\\xec\\\\xaf\\\\x8f\\\\xd1\\\\x9c,^4\\\\x8a\\\\x96\\\\xa4kmgm\\\\xac\\\\xb5\\\\xac\\\\x03\\\\xde\\\\x04\\\\xf8\\\\x91\\\\xafYP\"\\\\xf4\\\\xa4\\\\x07\\\\xa8\\\\x8e\\\\x03\\\\xab\\\\xc6\\\\x02\\\\x00\\\\x17`y\\\\xa8\\\\x9cO\\\\x1b\\\\x8e\\\\xb96\\\\xaa\\\\xe6z\\\\xa9\\\\x92\\\\xc8|J\\\\x8f\\\\xf5\\\\xc1\\\\x00\\\\xcf\\\\x96\\\\xa7\\\\xc3Mz\\\\xab\\\\xedW\\\\xd4Y\\\\xb0o4V\\\\xc8v\\\\xe35\\\\x1f\\\\x9a\\\\xbe\\\\xf3\\\\x9c+w\\\\xda\\\\x95\\\\x90ju\\\\x12\\\\xdb\\\\x80\\\\xf4\\\\xefm\\\\xa3\\\\xb8\\\\x1du\\\\xa1\\\\t\\\\x99\\\\x03G*.\\\\x83\\\\x96H\\\\x0b\\\\x7f$YE\\\\xd5\\\\tw\\\\x0c\\\\xbe\\\\x9fV\\\\xb3\\\\'\\\\xef\\\\x1a\\\\x93\\\\xd5\\\\x8b\\\\x91\\\\x88\\\\x86\\\\xacyW\\\\x87\\\\xf3Sh\\\\x12H\\\\xc3\\\\xb4&\\\\x1f\\\\x8dT\\\\xb4\\\\xe67\\\\xfc\\\\xd2\\\\xac\\\\x08\\\\x91\\\\xe9\\\\x83\\\\xa7s:G\\\\x893\\\\xd5\\\\x1d\\\\xc5\\\\xfd\\\\x13\\\\x04\\\\x1e\\\\xfe:\\\\xab6\\\\xa0\\\\xecqtw?\\\\x8e~V\\\\xfc\\\\x8c{\\\\x18S\\\\xb2\\\\x00w\\\\x11\\\\xd8zcB\\\\x083\\\\xe7\\\\xd2g\\\\xbd\\\\xbb)\\\\x08\\\\xcc\\\\x81^\\\\xe4\\\\xf1`=\\\\x01^U\\\\xc5\\\\xe3a0\\\\x00\\\\xfb\\\\xcbV\\\\xd6\\\\xf7\\\\x17p\\\\x00\\\\x825\\\\x92\\\\x07b \\\\x18\\\\xea\\\\xa5\\\\xdb\\\\xa7S;\\\\xf6\\\\x7f!Y\\\\x85\\\\xa0*Q\\\\x0cNC3)\\\\xc6?\\\\x17\\\\x83\\\\x91\\\\xca[j\\\\xfaj\\\\xa5\\\\\\\\\\\\xecru\\\\x8d\\\\xbaI\\\\xd6ze\\\\x93(\\\\xd0\\\\xf1\\\\xf9M0v\\\\xd3\\\\xe2\\\\xb4\\\\xf2\\\\x18\\\\xdc\\\\xc6\\\\x07 32\\\\xb8{\\\\xea4\\\\x15k\\\\xe8\\\\xc9\\\\xc6u\\\\xaeL\\\\xc0u=\\\\xc7}z}\\\\xa9\\\\xe9\\\\x93\\\\x90\\\\x1c\\\\x17c\\\\xf8\\\\\\\\l\\\\x92\\\\x8b\\\\xf0\\\\xbc\\\\xd9\\\\xc3\\\\xbb\\\\x1e\\\\x97R\\\\x8bk\\\\x06\\\\x14\\\\xc9\\\\xda\\\\xad:2\\\\x82D\\\\x01\\\\xe0?\\\\x7fU\\\\xe6L\\\\xa5\\\\xaa\\\\x18\\\\x82\\\\xb8D\\\\x80]3|\\\\x8a\\\\xcb,\\\\\\\\l\\\\xba\\\\xec{R\\\\x08.\\\\xa4\\\\x89\\\\x81\\\\x041\\\\x83\\\\xb7\\\\xbcDu2\\\\xdc\\\\x01!\\\\x8f\\\\xd3\\\\x05\\\\xde\\\\xd1 \\\\xf3F~)\\\\x96r\\\\xf2\\\\xd1m\\\\x82\\\\x0f\\\\xfc\\\\xd8m\\\\xac\\\\xf0 \\\\x19\\\\xec5X\\\\x1fN\\\\xfd\\\\xfa\\\\xbdj\\\\xf4fK\\\\x9a\\\\x9cx\\\\xc1V1 \\\\x8e\\\\\\\\w\\\\xae\\\\xa0\\\\xf8?)`\\\\xe5*\\\\x14;\\\\n\\\\xadu\\\\xae\\\\xe5S;\\\\x95H;X\\\\x1d\\\\x7f\\\\x17o\\\\xef\\\\xef\\\\xd7{\\\\x9a;\\\\x1dY\\\\x8dH\\\\xe6\\\\x95\\\\xff\\\\x00R8\\\\x9c\\\\x8cn\\\\x7f3!\\\\xb0m\\\\xb7\\\\x8b\\\\xdc\\\\xa53V\\\\x97(\\\\x02\\\\x12\\\\x0e\\\\xe2@R\\\\x07\\\\xd0i\\\\xf7\\\\xf5\\\\xb7cs\\\\x18E\\\\x8aN\\\\xea\\\\xdc\\\\xf5`\\\\xea\\\\xbb\\\\xcf\\\\xe3\\\\xe8\\\\xbe\\\\xaa\\\\xc6\\\\x1a\\\\x9b.d\\\\xddI\\\\xa4JHXr`L\\\\x13>\\\\x1dZ\\\\xbb\\\\x08N\\\\x05\\\\xb1T\\\\xf5\\\\xfaN\\\\x95LsxOKM\\\\xb6\\\\x8f\\\\xcc\\\\xef%\\\\x91T\\\\x87\\\\xaa\\\\xb5?\\\\x8bI\\\\x07\\\\xbf\\\\x9c\\\\xf6\\\\xeb2\\\\xdc\\\\x84\\\\xbd8\\\\x91\\\\xdc\\\\xa9N,]i\\\\xe3\\\\xb2\\\\x9c\\\\x05\\\\xbc\\\\\\\\\\\\x94\\\\xe4X\\\\xc5Y \\\\x90w0;@:\\\\x90@\\\\xed\\\\xdf^\\\\x9a\\\\x0e\\\\x90\\\\x1aU\\\\xf2\\\\xecBHz\\\\x0f\\\\xcar\\\\xe4\\\\xf9/\\\\xfa\\\\x1fi\\\\xef\\\\xb0\\\\xb5\\\\xaf\\\\xb5\\\\x98\\\\xe8%H0\\\\xc7\\\\xcb\\\\xa7\\\\x93)s\\\\x0e\\\\x996\\\\xd2\\\\xc0\\\\xbaC\\\\xe41\\\\xceK\\\\xdd\\\\x9d]\\\\xe6\\\\xf0\\\\xcc&\\\\xa80\\\\x88T\\\\x0f\\\\xc4\\\\x0b\\\\x03$\\\\x90\\\\x00:\\\\xfd\\\\x9dS\\\\xdc\\\\xd9\\\\x0f\\\\'$\\\\xea\\\\x0c1a\\\\xfd\\\\xa4\\\\x02@\\\\x04\\\\x1c\\\\n\\\\xcf\\\\xe3\\\\xb9\\\\x99\\\\x18\\\\x99\\\\x8bP\\\\x08\\\\xeby\\\\x01\\\\xf1\\\\xc1!d\\\\x82%@\\\\x03Q\\\\xe2\\\\x06\\\\xbfN\\\\xb0\\\\xa1n\\\\xecf\\\\x08\\\\xc1\\\\xeb\\\\xdf\\\\xe5\\\\xe0\\\\xaf[\\\\x90\\\\x14G>E\\\\xc6Zw\\\\xe6KJ\\\\xb9{\\\\xebbLB\\\\xa8`%H\\\\x04\\\\xf7:\\\\x8e\\\\xb4g\\\\xb5\\\\x90\\\\x99\\\\x90\\\\x04\\\\x92(9\\\\x1f\\\\xc2\\\\x1b\\\\xe0\\\\x80*\\\\xc1\\\\xeb\\\\xd8\\\\x93\\\\xebA\\\\x9fM\\\\x98\\\\xd5\\\\x82\\\\xb7\\\\x08]\\\\x84\\\\x8d\\\\xa6\\\\x0c\\\\x10CD~\\\\x11\\\\x1f\\\\xbb\\\\xaa\\\\xf7\\\\xe3r\\\\xb1\\\\x80\\\\xfa=8\\\\xc70\\\\x95gL\\\\xc5N\\\\x0e\\\\x9e>=\\\\x9d\\\\x95\\\\xc5\\\\xe2]\\\\x8f\\\\x99\\\\xed\\\\xa2\\\\xc9\\\\xf6\\\\xd9lRK;\\\\x15!\\\\xa3\\\\xb1\\\\x07X\\\\xd7\\\\xbfW6;\\\\xa3\\\\x0fL\\\\xb1\\\\xe9\\\\xd7\\\\xbc\\\\xe1\\\\x9a&\\\\xf6\\\\xde@\\\\xb8\\\\xe3\\\\x80\\\\x88\\\\x97\\\\xe33k4][#\\\\x82\\\\xa7\\\\xde\\\\x98\\\\xab\\\\xd3\\\\x0bd\\\\xb7c\\\\xa1\\\\x98\\\\x1a\\\\xf8\\\\xc7Z%\\\\x88q\\\\x92\\\\xaf)D\\\\x96lU\\\\x8f\\\\xc4b\\\\x1c\\\\x1a\\\\xebe\\\\xc5\\\\x16\\\\x0b\\\\xc8k/U\\\\x00I\\\\x00\\\\xb1\\\\xda\\\\x04\\\\xf8\\\\t\\\\x81\\\\xfd\\\\xdd2\\\\xdb\\\\xebgW,Zv*\\\\x7f%\\\\x95\\\\x86\\\\x15\\\\xc6\\\\xe5\\\\x16WN\\\\xf2,b\\\\x14\\\\x90N\\\\xe0L\\\\xc8\\\\x89\\\\xd4w\\\\xe9\\\\xf7\\\\xae\\\\x87dW\\\\xae\\\\xb1\\\\xe2\\\\x8a\\\\xbc\\\\xe1\\\\xf2\\\\xb8\\\\xfc\\\\xec\\\\xb7G\\\\xc6J\\\\xd7(\\\\x91\\\\xbd\\\\x98\\\\xd6ke\\\\xf1pD\\\\x92t\\\\x1d\\\\x86\\\\xb3\\\\xd5}\\\\xb89\\\\xe2\\\\xabB\\\\xf6\\\\xa9`\\\\xbd\\\\xcb\\\\xe5\\\\xf1)v\\\\xc18\\\\xb6X\\\\xe8\\\\xa4%\\\\xcd(\\\\n\\\\x91\\\\xea\\\\xfc$\\\\x88\\\\xd3\\\\xed\\\\xf2\\\\xe8\\\\xbd\\\\xd2K3\\\\xf7\\\\xa2\\\\xbb\\\\xb8\"\\\\x9cx\\\\xa5\\\\xcby.\"\\\\xcbZ\\\\xa7Ok$\\\\t\\\\xf7k\\\\xd0\\\\x05a\\\\xb4\\\\xc6\\\\xbbfT\\\\x82L\\\\xc6\\\\x91\\\\xd4^\\\\xb8\\\\xc0\\\\xd3\\\\x00\\\\x93\\\\x1b\\\\xc0\\\\x90\\\\xe2\\\\xa7\\\\x04\\\\xe1\\\\x8ep.\\\\xc1b\\\\x97\\\\xa8e\\\\x87\\\\n\\\\xa4\\\\x127.\\\\xe3\\\\x025\\\\x04\\\\x01\\\\xd4\\\\xfb\\\\xa2v\\\\xdb\\\\xf5\\\\xfb+.&(\\\\xab\\\\x7f\\\\x92o\\\\xa5\\\\xbf)Sks0\\\\xa2\\\\xb6\\\\x00\\\\x16S\\\\xdc\\\\x16\\\\x00\\\\x00\\\\x06\\\\xe8\\\\x1a\\\\xeaz\\\\xc9\\\\xf9\\\\x1b\\\\xbe\\\\xdc\\\\x03\\\\x12\\\\x0c\\\\x9c7ER6\\\\xe4\\\\x0b\\\\x1f\\\\xba\\\\\\\\dqF\\\\x18\\\\xb9\\\\x14\\\\nI\\\\x08#qX;}f`\\\\x89\\\\xed\\\\x1au\\\\xe6\\\\xe0D\\\\x8b\\\\x02\\\\xce~\\\\xabGD\\\\x88\\\\xa8vR\\\\xef\\\\xc0\\\\x15`d\\\\xde\\\\xce\\\\xbb.r\\\\xfe\\\\xce\\\\xbb\\\\xc4v\\\\xdb\\\\xdfC\\\\'^\\\\xd1\\\\xf5\\\\xe8\\\\xccL\"\\\\x0b\\\\x8a\\\\x96\\\\x1d[5\\\\xc0i\\\\x15z\\\\xa4g\\\\xc5\\\\x17\\\\xd8\\\\xf6Sa;\\\\tc\\\\\\\\\\\\xf6m\\\\x04\\\\xf8\\\\x13?_\\\\xafV\\\\xa3sHb\\\\x15\\\\tGS\\\\xb2\\\\xb5\\\\xff\\\\x00MQ+\\\\xcd\\\\xcbt*\\\\x96-l\\\\x8e\\\\xcaT\\\\xacm\\\\x04\\\\xeb\\\\x06;jzM\\\\xbb\\\\x8d~.h\\\\xc5_\\\\xda\\\\x80\"Nn\\\\xad\\\\xbew\\\\x95\\\\xb3\\\\x13\\\\x0e\\\\x1a\\\\xf5[\\\\x19\\\\x0e\\\\xda\\\\xe0\\\\xac\\\\x92v\\\\xed\\\\x91\\\\xb5\\\\x88\\\\xd3N\\\\xc0k\\\\xd6\\\\xbe\\\\xefu;2\\\\x0c|\\\\x89S|\\\\x82;\\\\x95-\\\\x7f?\\\\xb2\\\\xdb\\\\xf2\\\\x9b>\\\\xc4\\\\xc8\\\\xa8\\\\xec\\\\xc5v@\\\\xea\\\\xe4\\\\xfe-\\\\xc4LF\\\\x80Go\\\\x1e\\\\xdd\\\\'e\\\\xbc\\\\xd0I\\\\x14\\\\x1dqe\\\\x99r\\\\x04\\\\xe2\\\\xbf\\\\x7f\\\\xea!\\\\xff\\\\x00\\\\x91G\\\\xfe\\\\x1bz\\\\xd0\\\\xff\\\\x00\\\\xda[I\\\\xf6z\\\\x95\\\\xff\\\\xd2\\\\xe1o\\\\x90a7%E\\\\xca\\\\x8c\\\\x04\\\\x864\\\\xa7\\\\xa8\\\\xfa\\\\x86\\\\x87k\\\\ru\\\\xfa\\\\xf5\\\\xe5o\\\\xc7\\\\xdc1\\\\xe5\\\\x8a\\\\xf9\\\\x8d\\\\xdfS\\\\x9a$<~\\\\'\\\\xdbF\\\\xc8\\\\xbf`\\\\xc5\\\\xaa\\\\xdfi\\\\xb2$\\\\xc1h\\\\xd4x\\\\x99\\\\xf3\\\\'\\\\xa3\\\\x94\\\\x80\\\\xa2\\\\xcf:\\\\xa5\\\\x81S2\\\\x1fet\\\\xae-\\\\xe6\\\\xba,\\\\xac\\\\xefYh\\\\xef\\\\xf4\\\\xef\\\\x13\\\\x13\\\\xe5\\\\x1d3Q!\\\\x9e\\\\x8a\\\\xa8\\\\x071\\\\xfd\\\\xad\\\\xdcM/Fmnn\\\\\\\\zDn\\\\x1d\\\\xa4O\\\\xd3_\\\\x18\\\\x81\\\\xe7\\\\xd4\\\\x08\\\\xe40\\\\\\\\oS\\\\x1a\\\\xbak\\\\xe7x\\\\xfc\\\\x8c\\\\xdbk\\\\xc8\\\\xc7\\\\x01\\\\xea`\\\\x10\\\\xb0\\\\xf4 h\\\\x82\\\\xd0LA>^\\\\x1dL\\\\xa4\\\\x9b;R}@&O\\\\x8b\\\\xf08t2ee\\\\xe2\\\\xd9l\\\\x14\\\\x14:\\\\xea\\\\x9b\\\\x80\\\\'w\\\\x9f\\\\xa4\\\\x80&t\\\\x12L\\\\x8e\\\\x9a\"\\\\xd5K\\\\x85\\\\x82$\\\\t\\\\xab\\\\xf9+\\\\xadh\\\\xc6\\\\xab\\\\n\\\\xfc\\\\xdb\\\\xe8J\\\\xae\\\\xc5\\\\x01\\\\xd0\\\\xcc\\\\x8d{\\\\xac\\\\x91\\\\xea\\\\xd4\\\\x83\\\\xdb\\\\xec\\\\xeb\\\\xa6\\\\xc2\\\\xabF\\\\xe0\\\\xd2\\\\x1f5@\\\\xf2\\\\xf9\\\\x96\\\\xf3<\\\\xa5\\\\xd7\\\\xbd\\\\x8a\\\\x86\"\\\\xbcv\\\\x1b\\\\x8a\\\\r;\\\\xcfy\\\\x92@=\\\\xbbi\\\\x03\\\\xa4D\\\\x99\\\\x9cV=\\\\xc9\\\\x19\\\\x13\\\\xcf\\\\x92o\\\\xe1\\\\xf8\\\\xecq\\\\x8c\\\\xd9\\\\x06\\\\xf4G\\\\x07c\\\\xee\\\\xb1mRk> \\\\xac\\\\xe9\\\\x04\\\\xfd\\\\xa7\\\\xa38&[\\\\x11!\\\\xc9\\\\xe0!,\\\\xb4\\\\xb6e\\\\x97~s\\\\xde\\\\xf6\\\\xed>\\\\x862\\\\xc5\\\\xc3~\\\\x01\\\\xe9\\\\x07j\\\\xafa\\\\xae\\\\xbd\\\\xe3\\\\xae\\\\x02\\\\x94C\\\\x1b\\\\x8ei$g\\\\x94\\\\xc6\\\\xbf\\\\x95\\\\xad\\\\x8a@\\\\xf6\\\\x17\\\\xf8\\\\x983\\\\x95\\\\xda6\\\\xc7\\\\x89\\\\x104=\\\\xfe\\\\xce\\\\x85\\\\x9d]}qr\\\\xaa\\\\x9eW\\\\x8a\\\\x0bFK8k2Q\\\\xe6\\\\xc4\\\\xd9\\\\xb2\\\\xb4Q:\\\\xef&K\\\\x13\\\\'\\\\xfc\\\\xbbt\\\\x05\\\\x9b\\\\x9aF\\\\xbd\\\\x0e\\\\x08l2\\\\xe3\\\\xc1h\\\\xa3\\\\xe1\\\\x9c\\\\x8eN\\\\r<\\\\x89\\\\xc5eL\\\\xf2\\\\xe3\\\\x0e\\\\xd0\\\\x00\\\\x04$\\\\x9b\\\\x1b@6\\\\xed\\\\xec~\\\\xd9\\\\xea\\\\xe46\\\\xc5\\\\xb5sV\\\\x04d\\\\xcf\\\\x888(|\\\\x8f\\\\x11w\\\\x07\\\\x8b\\\\x91\\\\x8b\\\\x9dY\\\\xc7\\\\xb8\\\\xa3=\\\\x8a\\\\xacd3j\\\\x9e\\\\x92\\\\x01\\\\xf0\\\\x13?wU\\\\xb7\\\\x11\\\\x00\\\\x80U\\\\x9b3\\\\xd3\\\\x1a\\\\xaa{>\\\\xa7\\\\xc8\\\\xba\\\\xd2\\\\xcal\\\\xdc\\\\xc4\\\\xd8\\\\xe4\\\\x98\\\\x03_\\\\xe2\\\\xed\\\\xfe\\\\x7f\\\\xbb\\\\xa3\\\\xb5\\\\xe9Z6ni\\\\x08&f\"\\\\xca\\\\xb2\\\\xd6\\\\xac\\\\x9a(\\\\r\\\\xa4/\\\\xd7\\\\xab6\\\\xee\\\\xab\\\\x96n\\\\x9c\\\\xca\\\\x87m\\\\x1e\\\\xd6\\\\x1b\\\\xecQQc\\\\xeaQ\\\\xdc\\\\x83\\\\xdbQ\\\\xd3#7\\\\x9dj\\\\x9d\\\\x19\\\\xea\\\\x9dj\\\\x96v \\\\x1a\\\\xb1\\\\xb0\\\\x90N\\\\x84\\\\x8du\\\\xf3\\\\xf2\\\\x8e\\\\xb4\\\\x8c\\\\x89\\\\xe8\\\\xb4\\\\xb5\\\\x13\\\\xd1cv\\\\x06\\\\xd6L\\\\xb3Umc\\\\xae\\\\xfa\\\\xad\\\\x00\\\\x82\\\\x00\\\\xf0\\\\x80{\\\\xc7c\\\\xd7F\\\\xe0%\\\\xb9#\\\\x86\\\\xe6\\\\x9a\\\\x01,1B,\\\\xc2M\\\\xe0\\\\xa4#C\\\\x94\\\\xda\\\\x04+\\\\x82J\\\\x93=\\\\x87\\\\xd9\\\\xd3\\\\x95\\\\xe8ni^\\\\x88\\\\xde\\\\x11w\\\\xa9\\\\xebb\\\\x16\\\\x7f\\\\x14i\\\\xe7\\\\xa0\\\\'\\\\xe9\\\\xd2/\\\\xd0\\\\x82\\\\xb3\\\\xb7\\\\x0c$\\\\xe1\\\\n\\\\xce\\\\xc7Z\\\\x85\\\\x8c\\\\xc3\\\\xd4\\\\xc4\\\\x05\\\\xa9\\\\xf5\\\\x98\\\\xd0\\\\x0f\\\\x1e\\\\xda\\\\xe9\\\\xd3c-C\\\\x9a\\\\xbb\\\\xb6\\\\xbad\\\\xc3.k@\\\\xbe\\\\x9a\\\\xea\\\\x15\\\\xd4\\\\xd5\\\\xeeB\\\\xb2v\\\\xe9\\\\xb6=33$Dy\\\\xf8\\\\xf4I\\\\xc2\\\\xdc\\\\x8c\\\\x9c\\\\xba\\\\x18##!\\\\xee\\\\xb1\\\\x05~\\\\xe3\\\\xb6\\\\xeb\\\\x18\\\\xc8R#v\\\\xa7\\\\xb9\\\\x1b\\\\xb4\\\\xd3\\\\xcb\\\\xed\\\\xea\\\\x02\\\\xb3\\\\xfa\\\\xc5\\\\x86A\\\\x1f\\\\n\\\\xc7\\\\x15\\\\x00\\\\xfeuh\\\\n~\\\\t\\\\x0eWA\\\\xa7\\\\x88\\\\x11\\\\xd7\\\\x06u\\\\x9aH\\\\xf7+C\\\\x8e<\\\\xd0\\\\x8b+\\\\xba\\\\xd6\\\\xad\\\\xd9\\\\\\\\\\\\x90\\\\xf2\\\\xe8\\\\xd3\\\\xa4\\\\x10 \\\\x10A\\\\xd6|>\\\\xde\\\\x88\\\\xab\\\\xe2Q\\\\x8d\\\\x1d\\\\x10\\\\xc4\\\\xc0Z)\\\\xddj\\\\xfa\\\\x9b\\\\xd67\\\\x99\\\\x88\\\\xfc043\\\\x1d\\\\x00<\\\\x95K\\\\xbb\\\\x8dRh\\\\xe0\\\\xb3~R\\\\xba\\\\x88\\\\xa4\\\\x12\\\\xb5\\\\xb3N\\\\xe8\\\\x81\\\\xa4\\\\xc4x\\\\x98\\\\xfb:\\\\xe3\\\\x10\\\\xeeT\\\\r\\\\x99\\\\x95N+4\\\\xc8L\\\\xeaAp\\\\x18\\\\xb0\\\\x05\\\\xab\\\\xfcD\\\\x02{\\\\xf8On\\\\xb8D\\\\x04>\\\\xd1\\\\xb3*`\\\\x83\\\\xb1zH\\\\xdcKm\\\\xd2\\\\xb1\\\\xf8H\\\\xd7B@?o\\\\xd7\\\\xaeW\\\\x05V\\\\xfa,\\\\x96_F\\\\xf6\\\\xdcD\\\\x83\\\\x04\\\\x9e\\\\xc4Gc\\\\xa1\\\\xeaP\\\\xce\\\\x0c\\\\x14\\\\xab=\\\\xb3`P\\\\xd1\\\\xb0\\\\x88\\\\x03_\\\\xbbR<\\\\xba\\\\x80\\\\x12b\\\\x0b:v\\\\xf8.p\\\\xc1\\\\xe61\\\\x9e\\\\xe7\\\\xdbVF\\\\xe4\\\\xb2{\\\\x10\\\\xfe\\\\x10|\\\\'\\\\xac\\\\xef\\\\x91\\\\x89\\\\xf6\\\\xdcd|\\\\xb3Y\\\\xdb\\\\xf8\\\\x82;\\\\x17b|_\\\\x94\\\\xcb\\\\xe1\\\\xefD\\\\xb1FF&`\\\\x90\\\\x18\\\\x06\\\\xd0\\\\x08\\\\x105\\\\xd4\\\\x8d\\\\x08\\\\x88\\\\xeb\\\\xcb\\\\xbc\\\\xad\\\\xc8\\\\x99\\\\x11\\\\xa7%\\\\xe7\\\\xaf\\\\x07\\\\x03\\\\x9a\\\\xb2\\\\x1d\\\\xb1\\\\xd6\\\\xbb2Eb\\\\xca\\\\xe9Qm\\\\xb6o\\\\x00\\\\x92\\\\x04\\\\x86,\\\\x01\"\\\\x0e\\\\xbau\\\\xd3\\\\x90\\\\xb4\\\\xe4\\\\x82U+\\\\xb0\\\\x8c\\\\x9aX\\\\x14\\\\xa3\\\\x97\\\\xc9_s\\\\x94\\\\x91\\\\xefz\\\\xc0\\\\xb4\\\\xf6d\\\\x00oP@\\\\x11;\\\\x86\\\\x9fMz\\\\x91|\\\\x92C\\\\xd1T\\\\xd2F\\\\x18\\\\xe4\\\\x8b`r\\\\x18\\\\x0f]5\\\\xe4\\\\x87T\\\\'\\\\xdb\\\\xb8\\\\x8d\\\\xdbw\\\\x01\\\\xf7\\\\x8f\\\\x08\\\\xd3\\\\xc3\\\\xcb\\\\xa6\\\\x1d\\\\xc4dj[\\\\xb74P\\\\xa6\"\\\\xbfD\\\\xd9[q\\\\xafU\\\\xa1\\\\x05n\\\\xc1C\\\\x02gw\\\\xed\\\\x1aLw\\\\x9f\\\\xb3\\\\xa6\\\\x0b\\\\x91\\\\xa89\\\\'\\\\xfa_\\\\x0cT\\\\xd6\\\\xb3\\\\x8c\\\\xae\\\\xa5\\\\xa8\\\\xedk\\\\x14\\\\xc81\\\\x00n\\\\xf3\\\\xfb\\\\x8fE\\\\xaa \\\\xba\\\\x19GHB\\\\xf2[\\\\x89\\\\xf7\\\\x1a\\\\xaa\\\\xf2\\\\xd1\\\\x92\\\\xb4\\\\x1f\\\\xc9R\\\\xb2\\\\xba\\\\r\\\\x00\\\\xdb\\\\xe6>\\\\xba\\\\xf4\\\\xe0\\\\xc9\\\\x12\\\\x94IgSh\\\\xc8\\\\xe3\\\\xf3W\\\\xf2\\\\xc7+\\\\xdb\\\\xbc\\\\x00\\\\xcaL\\\\xfa\\\\x80\\\\x99\\\\x04\\\\x9f\\\\x10&c\\\\xe9\\\\xd3\\\\xa3 \\\\x8a7\\\\xe3\\\\x83\\\\xad9\\\\xff\\\\x00\\\\x95\\\\xaf\\\\n\\\\xeaJ\\\\xa2\\\\xa5\\\\xec\\\\x19\\\\x95\\\\\\\\M\\\\x84B\\\\x8f\\\\x1d\\\\xd1\\\\xb7\\\\xc0i\\\\xd1\\\\x82\\\\xf8!\\\\xb8c,\\\\x15e\\\\xceq\\\\xb6.G\\\\xbb\\\\x8c\\\\x8a\\\\xcc\\\\xab\\\\xbf\\\\'\\\\x1a\\\\xb0\\\\xb1\\\\xb7\\\\xb2\\\\xa9$\\\\xfe\\\\x1f\\\\x1f\\\\x08\\\\x9f\\\\xa4\\\\xf52\\\\x0c\\\\xa9N&\\\\'\\\\xaaL-\\\\x95\\\\x91c\\\\xb5\\\\xef\\\\xae8$\\\\xd0\\\\xeaZv\\\\x90\\\\n\\\\x92;\\\\x89\\\\xf1\\\\xfat\\\\xb0\\\\xe3\\\\xb1\\\\x14d\\\\tg(;\\\\xd2\\\\xaa\\\\xac\\\\xe1\\\\r\\\\xca\\\\xed\\\\xb2\\\\xab$\\\\x16\\\\xa8 \\\\x0c\\\\xdb\\\\x90O\\\\xec\\\\x1a~\\\\xce\\\\xa3\\\\xdb\\\\x89\\\\xabW\\\\xe8\\\\x9fn\\\\xe9\\\\'J#\\\\x8d\\\\xca[\\\\xc7\\\\xd1n-\\\\xd5\\\\xa7%NUB\\\\xba\\\\xd1\\\\x9d\\\\x88\\\\xa9\\\\xd0\\\\xcf\\\\xba?\\\\x84\\\\xb0\\\\x82\\\\x00\\\\xf2\\\\xf0\\\\x9dzO\\\\xba-\\\\xbcH\\\\xd4\\\\xf8q\\\\xf9V#jA\\\\x88\\\\xee\\\\xbaA\\\\xea\\\\xba\\\\x02 \\\\x80C:9\\\\xca?\\\\x18\\\\xb4\\\\xe3Ue\\\\x81,\\\\xc8_If*\\\\xb0$\\\\xed(L\\\\x00fT\\\\xc7\\\\xf9t\\\\xa1(\\\\x92\\\\xc0\\\\xd7\\\\x92\\\\xb5u\\\\x80s\\\\x9frG\\\\xe3\\\\xb2\\\\xb8||\\\\xbbm\\\\xca\\\\xc8p]\\\\x9a1\\\\x94\\\\x1d\\\\x9ah\\\\xa6\\\\xbd5\\\\x00\\\\xf7\\\\x10>\\\\x9e\\\\x1dq1j\\\\xaa\\\\xf0,I\\\\x18)\\\\xd9<\\\\x9f\\\\x01\\\\x9f\\\\x95\\\\xeec\\\\xda\\\\x8b\\\\x85\\\\x8d\\\\x0bM\\\\x00\\\\x14\\\\nd\\\\x93\\\\xb5\\\\x7f\\\\xf6\\\\x87\\\\x89\\\\xfa\\\\xf5Sq~\\\\x0cI>\\\\x93\\\\xf5\\\\n\\\\xd8\\\\x11v\\\\xe4\\\\x86\\\\xfc\\\\x83\\\\xf95\\\\x9c\\\\x9c,\\\\xca\\\\x8a\\\\x06Z\\\\x8b\\\\x00Y\\\\x19\\\\x9fY\\\\x04\\\\x12\\\\x0b\\\\rz\\\\xa4!\\\\tD\\\\x98\\\\xcd\\\\x88<\\\\xf1\\\\x06\\\\xb9uL\\\\xbaI.*\\\\xff\\\\x00_\\\\xc2O\\\\xe2i\\\\xc9\\\\xb7?\\\\x15kr\\\\r\\\\xb6\\\\x84M\\\\xf2\\\\x01,DLH\\\\xf2?n\\\\x9at\\\\xa9\\\\xdc\\\\xacc\\\\x10\\\\xc7\\\\xaf\\\\x1c\\\\xc2]\\\\xb8W\\\\xb7\\\\x8f$O\\\\x9d\\\\xc3\\\\xc9\\\\\\\\\\\\xb0\\\\xc6jU\\\\xdc\\\\xae\\\\x14\\\\xfe6\\\\x02\\\\x08$\\\\x01\\\\xdc\\\\x1e\\\\xa4\\\\xcfS\\\\xc80\\\\xe8\\\\xf5\\\\xfc&H\\\\x01\\\\x8f\\\\x8bqTn\\\\x8f\\\\x85\\\\xf2\\\\x97\\\\xe2cf_I\\\\xba\\\\x9b+\\\\xdbY\\\\xf4n\\\\x81\\\\x02\\\\x07b\"5\\\\xe9w\\\\xe5r\\\\xa5\\\\xb5\\\\x03\\\\x81\\\\x08\\\\xad@\\\\xcd\\\\xa8\\\\xdc\\\\xff\\\\x00\\\\x94k\\\\x0b\\\\x8d\\\\xc7\\\\xe2\\\\xa8\\\\xa1\\\\xdd\\\\xcd\\\\xf75{\\\\xd9=\\\\xb8\\\\xd8& \\\\x9f\\\\x08\\\\x88\\\\x1f^\\\\xddfk\\\\x11\"W\\\\x01|\\\\x87\\\\x95V\\\\x9cmi\\\\xcdH\\\\xa7\\\\x91\\\\xc6\\\\xc9\\\\xbb\\\\xf2\\\\xbce6d\\\\xe6\\\\\\\\\\\\x1a\\\\xb5X%a\\\\xa4\\\\xc4D\\\\x99\\\\'Q\\\\xd2\\\\xae\\\\xdc:\\\\xb5\\\\x00\\\\xc1\\\\x88eb\\\\xa40\\\\xc7\\\\x9a\\\\xe8\\\\xaf\\\\x81\\\\x7f\\\\xb6\\\\xcew\\\\x9e\\\\xc4\\\\xaf\\\\x93\\\\xf9~s\\\\xf1\\\\xdcs%c\\\\x1f\\\\x89\\\\xac\\\\x1d\\\\xee\\\\xb2\\\\x0c;\\\\xc6\\\\xd10t\\\\x12zla\\\\xe9\\\\x12\\\\x91\\\\xf0E\\\\x18\\\\x00\\\\x0bV\\\\xab\\\\xb1\\\\xbe!\\\\xfam\\\\xc0\\\\xf0\\\\x1cb\\\\xe0\\\\xf0\\\\xdc&=5\\\\xd7QZ\\\\xabJ\\\\x88\\\\xb5\\\\x9a4p\\\\xcd\\\\xea\\\\xdd\\\\xdb]c\\\\xbfn\\\\xcb;\\\\xa1\\\\x12t\\\\xf8f\\\\xea\\\\xc4,\\\\x13CR\\\\xac\\\\x8e\\\\x1b\\\\xf4\\\\x97/\\\\x9c\\\\xf6(\\\\xbb\\\\x11?!\\\\x95S\\\\x1a\\\\xb3r\\\\x00\\\\xda*R7\\\\xbe\\\\xa09:@\\\\x07\\\\xbe\\\\xbfoV6\\\\xd6\\\\xf77O j\\\\xe4\\\\xa7\\\\r\\\\xbb\\\\x80\\\\xc0!\\\\xd7\\\\x7f\\\\xb4\\\\xff\\\\x00\\\\x87\\\\xf3\\\\xec\\\\x1b\\\\x97\\\\xa7\\\\x8f\\\\xae\\\\xd6{jv\\\\xa6\\\\x9d\\\\xcc\\\\xa4\\\\xc9\\\\x1b\\\\x1b\\\\xd0F\\\\x90@\\\\x89\\\\x9d:([\\\\x9c\\\\xa65\\\\x08\\\\xd4\\\\xb1\\\\x1b\\\\xcec\\\\xb7\\\\x03\\\\x8fk=,\\\\xf4\\\\xe5\\\\xdc\\\\xca\\\\rD\\\\xa9\\\\x04\\\\xa8Q\\\\x1a\\\\x88\\\\x9d`\\\\xcfN\\\\xb9\\\\xf3>\\\\xf0\\\\x16\\\\xc4js\\\\xe4\\\\x87s\\\\x00\\\\x014\\\\xe3\\\\x975\\\\xf2\\\\x83\\\\x8b\\\\xe6n\\\\xc6[,@\\\\xa9{5\\\\x9e\\\\xc6\\\\xdf\\\\xe1g`bA2\\\\x00mc\\\\xb8\\\\xd3\\\\xad\\\\xebR\\\\xd0[%\\\\xe4\\\\xcf\\\\xec\\\\xe1$\\\\xfc\\\\x93\\\\x8f\\\\x0b\\\\x922[\\\\x7f\\\\xbfj\\\\xb6\\\\xd6\\\\xad\\\\xa1\\\\xc0\\\\xf3\\\\'\\\\xb9\\\\x8dA\\\\xf1#N\\\\x83si\\\\x88\\\\x94\\\\x8bW\\\\x10\\\\xbapj\\\\x80\\\\x94\\\\xfd\\\\x9bi\\\\xaa\\\\xbd\\\\xb6\\\\x15e$8\\\\x12\\\\x1fq\\\\x86 A\\\\x91\\\\xd8\\\\x1d\\\\x0fL1:\\\\\\\\T\\\\x8eJ\\\\xac`\\\\xe5\\\\xb8t\\\\xf3\\\\xc7a\\\\xff\\\\x00S\\\\xe2+\\\\x19Y\\\\x13\\\\xb1\\\\x7f\\\\x17\\\\xa4(\\\\x1e\\\\x92\\\\x8a\\\\x00!\\\\xb5\\\\x07\\\\xb7\\\\x7f\\\\x08\\\\xe9\\\\xd0\\\\xd2@o\\\\xe14GP \\\\xe4\\\\xb4\\\\nq\\\\xf8\\\\xfa\\\\xf2KR\\\\x9b\\\\xab\\\\x00Z\\\\x80)\\\\x98\\\\xd3\\\\xd5\\\\xa7\\\\xa7\\\\xc7\\\\xb6\\\\xba\\\\xf9t\\\\x89\\\\xc4\\\\xdb\\\\xf5Q\\\\x94j\\\\x0c\\\\xd9\\\\xaa\\\\xf8d\\\\x06\\\\xe5\\\\x06F\\\\x1e1|p\\\\xc1\\\\x91\\\\x7f\\\\x0b\\\\x0f\\\\xb5\\\\xb5\\\\x13&;Gn\\\\xbc\\\\xe4\\\\xef=\\\\xfdp\\\\xab`\\\\xc9\\\\xb2\\\\x81f\\\\xcb\\\\xaa\\\\xb2\\\\xda\\\\xc7\\\\xc8\\\\xc4\\\\xa0\\\\xe7P\\\\x1d\\\\x9a\\\\xb1\\\\xee03&$\\\\x1d\\\\xbd\\\\x81-\\\\x0b\\\\xa0\\\\x99\\\\x8dz\\\\xd8\\\\xff\\\\x00,\\\\xc8\\\\x03 A\\\\xc3\\\\xfbK\\\\xf65A\\\\x9d\\\\xf9\\\\x15Ve\\\\xe3\\\\xdf\\\\x89\\\\xc8]x\\\\xa8T\\\\xe2\\\\xc0\\\\x00\\\\xf4\\\\x98&H\\\\xed\\\\xa7\\\\x84x\\\\xc7X\\\\xf7-\\\\xdd\\\\xb5=\\\\\\\\\\\\xcb\\\\x85\\\\x1e\\\\x9c\\\\x14\\\\xcc\\\\xd7\\\\xf7\\\\xda\\\\xbb\\\\x0eK\\\\xfb\\\\x96\\\\x00\\\\xec\\\\xac\\\\xc5\\\\x80\\\\xf4\\\\xef\\\\x82&F\\\\xe1\\\\xfb\\\\xcfL\\\\xdd[\\\\xf7\\\\xaeuo\\\\nr\\\\xe2\\\\xab\\\\xa36\\\\x88\\\\x0e\\\\xd5Y\\\\xe0\\\\xe5\\\\x1a+\\\\xa7\\\\xdb\\\\xb5\\\\x95+_m\\\\xfd\\\\xd9}\\\\xc4m;U`\\\\xe9\\\\xa7\\\\xd2\\\\x0fF7Q\\\\xb2\\\\x01\\\\x81\\\\xa7\\\\\\\\Ov]\\\\nP\\\\xb7\\\\xad\\\\xe2A\\\\xeeW\\\\xa7\\\\xc5y\\\\xcbi\\\\xe2\\\\xed\\\\xa6\\\\xc0\\\\xd6\\\\xad\\\\x96\\\\xb2\\\\xd5c\\\\x1d\\\\xca;,\\\\xa3A\\\\x00v\\\\xd7I\\\\x11\\\\xd6\\\\x8e\\\\xce\\\\xecnM\\\\xe4*F_ef\\\\xcb\\\\xc2=\\\\x12\\\\xe7\\\\xc8\\\\xf2\\\\xd33*\\\\xd5\\\\x03\\\\xdc`\\\\xec\\\\xabu\\\\x87o\\\\xa1\\\\x84\\\\x05e$\\\\x83\\\\xa9\\\\xd4\\\\x8dz\\\\xbdp\\\\x89\\\\x93\\\\x10*sT\\\\xafH\\\\xb8/\\\\x82]\\\\xc3\\\\xa5\\\\xcf\\\\xf2\\\\xeb\\\\xbd\\\\x8f\\\\xb8i\\\\x16 \\\\xdb\\\\x1bw@Um\\\\x0b\\\\x051\\\\x1f\\\\xdf\\\\xd3@j%\\\\x00C\\\\xd7\\\\x15\\\\x8f2m\\\\xc4-\\\\rZ)\\\\xb3e\\\\xd6,\\\\xb32Y:m\\\\x06H\\\\x82&^5\\\\x0c\\\\xe9U\\\\xb7YV\\\\x1e\\\\xe6\\\\xd8\\\\xe1\\\\x08\\\\xdd\\\\xbd\\\\xa5\\\\xa1\\\\xa3\\\\xc7\\\\xe8>\\\\xc0:\\\\xab\\\\xb8\\\\xb7\\\\xb7\\\\x89rKt\\\\x18*\\\\x90\\\\x94\\\\xc8\\\\xa7\\\\xf7\\\\xd9\\\\xc9\\\\x10\\\\xfe\\\\x8b\\\\x95\\\\xff\\\\x00\\\\xd7W\\\\xff\\\\x00\\\\xcf=d\\\\xff\\\\x00\\\\x99/\\\\xff\\\\x00\\\\xb0q\\\\xdc\\\\xad\\\\xfb\\\\x12\\\\xe5\\\\xf5_\\\\xff\\\\xd3\\\\xe1\\\\x8f\\\\x89\\\\xf2T\\\\xf28\\\\xe9\\\\x8c\\\\xbb\\\\xaa\\\\xba\\\\x84\\\\xdcK\\\\x91\\\\x12\\\\x14\\\\xc9$I\\\\x1a\\\\xe9\\\\x1e_\\\\xb7\\\\xaf1m\\\\x9bH\\\\xc5|\\\\xb2\\\\xc9b\\\\xd2}y\\\\xff\\\\x00\\\\x90\\\\x8f\\\\xb7\\\\x18\\\\x89T\\\\x93\\\\xe4\\\\x13v\\\\xe4\\\\x92H4\\\\xe4\\\\xaf\\\\xde\\\\x1d\\\\xd4\\\\xd3\\\\xb3r\\\\xd9\\\\xee9e\\\\xadeN\\\\xa4A\\\\'RD\\\\x90:n\\\\xdeo\\\\x1dQ4\\\\xc7\\\\xaf\\\\x1c\\\\xd3\\\\xd9\\\\xcb\\\\x14\\\\xd1J\\\\xaa\\\\xb8\\\\x9b\\\\n\\\\x97U{\\\\xbd\\\\xb1\\\\xb4\\\\xe9 m/3\\\\xa7s\\\\xe1\\\\xf4\\\\xea\\\\xe5\\\\x0e>H\\\\x8c\\\\x1a\\\\x8a\\\\xa1\\\\xfdC\\\\xda\\\\xd6\\\\x97j\\\\x0c\\\\xd6\\\\x18\\\\x8b\\\\x0e\\\\x81d\\\\xce\\\\xa3\\\\xf0\\\\xc9&g\\\\xc8jz\\\\xabp\\\\x92\\\\t1\\\\xc0\\\\xd3\\\\xa3f\\\\xa9\\\\\\\\\\\\xc6\\\\x8a\\\\xa1lkl\\\\xba\\\\xcb8\\\\xa4\\\\xb2\\\\xafy@\\\\xa4\\\\x17\\\\x9d\\\\xc5D<\\\\x9e\\\\xfa\\\\x99\\\\x1d\\\\xf4\\\\xea\\\\xc4a)\\\\xea\\\\x00c\\\\xe43Te\\\\x18\\\\xc9\\\\x9a\\\\x86?U\\\\x17\\\\x1b\\\\'%U\\\\x93\\\\x185\\\\xe9\\\\\\\\\\\\xb3S$\\\\x80\\\\x84\\\\x98U$\\\\x893?\\\\xb7\\\\xe8:8\\\\xdb`\\\\xc3,\\\\x95y\\\\xc2F\\\\xb4e\\\\xb6\\\\xeeS/\\\\r\\\\xb2+\\\\xc4\\\\xb4\\\\xfb.=4\\\\xc6\\\\x81\\\\xd8\\\\xed\\\\x0c\\\\xa1\\\\x98\\\\x861\\\\xa4\\\\xff\\\\x00\\\\x87F\\\\\\\\D\\\\x9a\\\\x8e1\\\\tztJ\\\\x99\\\\xf1\\\\xc1R\\\\xf8\\\\x0en\\\\xc6\\\\xba\\\\xd4r\\\\x87\\\\xde]\\\\xaa\\\\xfb\\\\x89\\\\x8d\\\\x84\\\\xb1\\\\x07\\\\xb6\\\\xbau\\\\x9b\\\\xba\\\\xdcKO2\\\\xf8\\\\x85cn\\\\x04dG\\\\xd5C\\\\xe7\\\\xed\\\\xb6\\\\xdc\\\\xa5\\\\xff\\\\x00\\\\xacZ\\\\xd5+om\\\\xc0\\\\rYV\\\\xf1\\\\x0c\\\\xa0\\\\x9d{\\\\x9f\\\\xafJ\\\\x83\\\\x9b\\\\xa7K\\\\x16\\\\xce\\\\x94z\\\\xe2\\\\x8a\\\\xe9q\\\\\\\\?\\\\t:\\\\xb65\\\\xde\\\\xac,{*\\\\x06\\\\ta\\\\xb8\\\\x10#p\\\\xef \\\\x18\\\\xd4\\\\x8e\\\\x88L\\\\x03S_\\\\xb7b\\\\xe3P\\\\xcd\\\\xfd\\\\xa9\\\\xd9\\\\x19\\\\x02}\\\\xecm\\\\xe8\\\\xf7\\\\x7f\\\\x08U \\\\x86$\\\\x98\\\\x8f\\\\xa0\\\\xea\\\\xa4-\\\\x89\\\\x1d2\\\\xc0\\\\x1a\\\\xf4M\\\\xe6s\\\\xfa\\\\xa2X)\\\\x91~>]5\\\\x89R\\\\xa1\\\\x86>\\\\xd2\\\\xe3abA\\\\x12On\\\\xd1\\\\xe5\\\\xd1\\\\x12mz\\\\x0c]\\\\xebL\\\\xc2\\\\x18\\\\xc7Qq\\\\xf6L<\\\\x07\\\\x0c\\\\xf4f\\\\x0b\\\\xb3\\\\x98\\\\xfeU\\\\x10oe\\\\xf5\\\\x85b$\\\\x1d\\\\xa4\\\\xe9\\\\xd8\\\\x8d\\\\x7f\\\\xbb\\\\xa5\\\\x19<\\\\xc6\\\\xa1@[\\\\x9bS>\\\\x99\\\\xab6l\\\\x92\\\\x9b\\\\xb9^\\\\x02\\\\x9a\\\\xff\\\\x00/m%\\\\xf9*\\\\x82\\\\x8d\\\\x97\\\\xa2\\\\xff\\\\x00&\\\\x04\\\\xb8\\\\x0c\\\\x18\\\\xc1*\\\\xa0\\\\x88\\\\x98\\\\xfb:f\\\\xea\\\\xc0\\\\xb6A\\\\x8f\\\\xaa\\\\x98\\\\x81N>\\\\xaa\\\\xc8\\\\x84\\\\x1f\\\\xd4X\"8\\\\xfc\\\\xaa\\\\xd5\\\\x88\\\\x94\\\\x7fR\\\\xaa\\\\x8c{,\"\\\\xbcb\\\\x19\\\\x8e\\\\x83\\\\xf8\\\\xce\\\\xa7o\\\\x90\\\\xf0\\\\xd3\\\\xec\\\\xea\\\\xb0\\\\xde4\\\\x18\\\\x10\\\\xde}\\\\xe8\\\\xc4@v\\\\x1ctVG\\\\xe8\\\\xbf\\\\xc3\\\\xfe9\\\\xf3O\\\\xd4$\\\\xe2\\\\xfeGU\\\\xf9\\\\x9c=\\\\x18\\\\xcde^\\\\xdf\\\\xa7\\\\xdd\\\\xbfh\\\\x15\\\\xab7\\\\x82\\\\x9d\\\\x04\\\\x13\\\\xf5\\\\xeb*\\\\xfd\\\\xebB\\\\xe3\\\\xcc\\\\x96\\\\xfe\\\\xbc\\\\x96\\\\x96\\\\xde\\\\xd9\\\\x96\\\\x01}&\\\\xf8\\\\x0f\\\\xe9_\\\\xe9\\\\x17\\\\r#?\\\\xe2\\\\\\\\uo\\\\x8e\\\\x1f\\\\xd8\\\\xcd\\\\xc5\\\\xa9\\\\xed\\\\xc8\\\\xae\\\\xfd\\\\xc7\\\\xdbr\\\\x18\\\\xf8\\\\x03\\\\xe2 h:~\\\\xcf\\\\xe46\\\\xd0\\\\x1an5^\\\\xa3\\\\x15{\\\\xfcYL\\\\xe0Y\\\\\\\\\\\\x9c\\\\x0f\\\\xc0\\\\xf8L\\\\xda\\\\xdf\\\\'/\\\\x97\\\\r\\\\xc6PBY\\\\xc7R\\\\rv_+\\\\xbd]\\\\xc3\\\\x02PCF\\\\x92t>=:\\\\xdd\\\\x9d\\\\xbc\\\\xc6\\\\xa9^\\\\xf4\\\\x02\\\\xcd\\\\x84\\\\xfaS\\\\x97\\\\x8a\\\\x91`\\\\x86qT\\\\xf3\\\\x81\\\\x83\\\\xf1\\\\xbe\\\\x0e\\\\xd7\\\\xc8\\\\xe2-\\\\\\\\a\\\\x8c}\\\\xd7\\\\xba\\\\xdb=\\\\xc2\\\\x80\\\\xe8\\\\x11K\\\\x10H\\\\x91\\\\xa7\\\\x94\\\\xf8\\\\x88\\\\xe9R\\\\xf9\\\\x1d\\\\xa6\\\\xdez\\\\xacI\\\\x84j\\\\xe7\\\\x17\\\\xe4\\\\x15\\\\xbb{2\\\\x00\\\\xa3w\\\\xaa_\\\\x9d\\\\xf9\\\\xf6.\\\\x16u\\\\x98\\\\x8b\\\\x98\\\\xb8\\\\xe8\\\\xd9\\\\x06\\\\xea\\\\xc8e${\\\\x8cT{hT\\\\x9fN\\\\xb3\\\\x1a\\\\x8f\\\\xb6:\\\\xf0\\\\x1b\\\\xef\\\\x9e\\\\xb8nR\\\\x83*\\\\xf3\\\\xe2\\\\xbc\\\\xbb\\\\xd6\\\\x95\\\\xab1\\\\x0e\\\\x84\\\\xe3|\\\\xce\\\\xe7\\\\xb2\\\\xa1]\\\\xc0%D\\\\xfe\\\\\\\\\\\\xa8\\\\x86R\\\\xc49\\\\xda\\\\x07\\\\x837q\\\\xdat\\\\xf1\\\\x8e\\\\xab\\\\x7f\\\\xee\\\\xefLi\\\\xc4\\\\x8c\\\\x00\\\\xaec.\\\\xb8#6\"*h\\\\x13\\\\'\\\\t\\\\xfa\\\\x901-\\\\xca\\\\xc9\\\\xe6-AmN\\\\x0b\\\\xa9o@6\\\\x85\\\\x1bJ\\\\x97\\\\x80W\\\\xbc\\\\xccG\\\\x97Z\\\\x1f\\\\x1d\\\\xff\\\\x00`\\\\xbbf\\\\xec\\\\xb5\\\\x07\\\\x90\"\\\\x87\\\\x8c\\\\x92\\\\xaeX\\\\x84\\\\x80\\\\xad\\\\x0f\\\\x8a\\\\xd9\\\\xcd\\\\xfe\\\\xad\\\\x8cL\\\\\\\\\\\\xcc\\\\xca\\\\x9a\\\\xa5\\\\x04\\\\x96g$&\\\\xd6d\\\\x85P\\\\xb2,$\\\\x81=\\\\x8c}\\\\xbd\\\\xafn?\\\\xec\\\\x1b\\\\xab\\\\x8f/\\\\xd4\\\\x93\\\\x90\\\\x01\\\\x00\\\\xb1\\\\x08\\\\xb3U\\\\x97>\\\\xf2?\\\\xaaW\\\\xf2\\\\xf5\\\\xe4\\\\xb6\\\\x0eZ=\\\\xd7\\\\xd94\\\\x12\\\\x8c\\\\xc1H\\\\xd0\\\\x07#\\\\xb6\\\\x83\\\\xd2#\\\\xc7\\\\xa9\\\\xf8\\\\xf0w2\\\\xd7*\\\\x8f4\\\\x8b\\\\xf2\\\\xd3MO\\\\xf4\\\\\\\\\\\\xd7\\\\xfa\\\\xab\\\\xf2^s\\\\x9d\\\\xba\\\\x8e+39\\\\x9b\\\\x15Su\\\\xa8tw.\\\\xa2IU\\\\x1a\\\\xc9\\\\xd3\\\\xaf\\\\xa2\\\\xfcn\\\\xca\\\\xc8\\\\x8e\\\\xa0=C3\\\\xd5y\\\\x9d\\\\xed\\\\xdb\\\\x85\\\\x804\\\\xe4\\\\xaa,,|\\\\\\\\L\\\\x8b\\\\x1a\\\\xd2\\\\xa2\\\\xea\\\\x14\\\\xb3\\\\xa9\\\\x10\\\\\\\\1\\\\x02\\\\x04\\\\xce\\\\xd3\\\\xaf\\\\x87n\\\\xb4L\\\\xe5\\\\x13\\\\\\\\B\\\\xc8\\\\x16\\\\xc4\\\\t#5\\\\xbb\\\\xe4\\\\x1ce|\\\\xb2U_\\\\x1dU\\\\x96\\\\xd7z\\\\x85`\\\\xcawz\\\\x08=\\\\x86\\\\xa4N\\\\x9a\\\\x13\\\\x1d&\\\\xf8;\\\\x88zr\\\\xfe\\\\xd5\\\\xc8\\\\xbc\\\\xc5rB8\\\\xef\\\\x85\\\\xf2\\\\x8b\\\\x87^FG\\\\x19\\\\x975\\\\xb4\\\\x96J\\\\xd8\\\\xeefb\\\\x14\\\\x90@\\\\x8f\\\\xa7\\\\x8e\\\\x9auwm\\\\x19\\\\x08z\\\\xb1\\\\xe35Z[yr,\\\\x89\\\\xaf\\\\xc4\\\\xb9\\\\x8e,\\\\xdf\\\\x95\\\\x91\\\\xc4\\\\xf2\\\\x14%\\\\xa8\\\\xadK\\\\x8c{\\\\x08\\\\xf6\\\\xa4\\\\xeebD/~\\\\xdf\\\\xe3\\\\xd4\\\\xc8\\\\x88\\\\xd3\\\\x07\\\\xfatM\\\\xff\\\\x00\\\\x1c\\\\x81\\\\x81t\\\\x8f\\\\xf2L\\\\x0c\\\\xc5\\\\xae\\\\xea*\\\\x13]\\\\x9b\\\\r\\\\xe3T;\\\\xa3D*{\\\\xc8\\\\xed\\\\'I\\\\xed\\\\xd5\\\\r\\\\xdd\\\\xa9\\\\xca\\\\xd9\\\\x88\\\\xa2G\\\\xb65:J|\\\\x03\\\\x8d}^\\\\xe0\\\\x0e\\\\x8ev\\\\xecB$X\\\\x06\\\\xedu\\\\x9d\\\\x18F\\\\x9a\\\\xe9\\\\x12:\\\\xc7\\\\xdb\\\\xd8\\\\x10\\\\x93N\\\\x8fN;\\\\xd4\\\\xcc\\\\xbe\\\\x07\\\\x05q\\\\xe1q\\\\xe3;\\\\x02\\\\xba\\\\x92\\\\x03\\\\xd5\\\\x04(%\\\\xa4\\\\x8e\\\\xe0\\\\xc3v\\\\xebv\\\\xcc\\\\x01\\\\x1a\\\\x88\\\\xa8I\\\\x83\\\\xe91\\\\xc4\\\\x14\\\\xb5\\\\xcap\\\\xb6\\\\xe3\\\\\\\\^\\\\xe3Zc\\\\xff\\\\x001\\\\x9c\"\\\\x8d\\\\xac\\\\xc0H\\\\x90\\\\x0ch{I\\\\xd7\\\\xef=*D\\\\x02\\\\\\\\$\\\\x0b^\\\\xa7t\\\\x8f\\\\xc8g\\\\xf1\\\\xe2\\\\xc3n1Z\\\\xca\\\\xd5\\\\xb0\\\\x9d\\\\xa6mY\\\\x12X\\\\x90B\\\\x924>\\\\x1au\\\\x89wq\\\\xaeD\\\\x82\\\\x08\\\\xe4\\\\xcc\\\\xf5\\\\x1d)EcCq\\\\xc6ho\\\\x1b\\\\x97H_b\\\\xd4cU\\\\xc43\\\\x17\\\\x04\\\\x82\\\\x1b\\\\xd4t\\\\x00@\\\\xfa\\\\x01=\\\\xba\\\\xcd\\\\xdc\\\\x02k\\\\x1c\\\\xba\\\\xa6\\\\xc2 \\\\x16\"\\\\xaa\\\\xe8\\\\xe3j\\\\xfc\\\\xae\\\\x1e5x\\\\x8b\\\\xb0\\\\xec/K/\\\\xa9]\\\\x98\\\\x0e\\\\xc6Om?l\\\\xf5w\\\\xe2/\\\\x9d>\\\\x97\\\\'\\\\xaf<\\\\xfb\\\\x95\\\\x99\\\\xc5\\\\x81Iy\\\\\\\\\\\\x92\\\\xd9\\\\xcbd\\\\xff\\\\x00PW\\\\xa2\\\\xa7\\\\xdd\\\\xedC\\\\x90V\\\\xef\\\\t\\\\x8d\\\\x0f\\\\xd2#\\\\xee\\\\xeb_k\\\\xf22\\\\xbbsI\\\\r\\\\xf5X\\\\xf7\\\\xa1\\\\x18\\\\x87C\\\\xf19S\\\\x8f\\\\x95G\\\\xa1]\\\\x92\\\\x16\\\\xd7q\\\\xbaJ4)P\\\\x04\\\\r\\\\x06\\\\x9a\\\\xc7\\\\xdb\\\\xafZ\\\\xd0wUL\\\\x884\\\\xe3\\\\x8ei\\\\x979O/\\\\x8dU\\\\x8eF3\\\\xab\\\\x07K\\\\x16\\\\xb0C\\\\x0e\\\\xe0\\\\t$\\\\x13\\\\xaf\\\\xf9\\\\x19\\\\xd7\\\\xa6\\\\xea\\\\x12M\\\\x9c\\\\x8c\\\\xa2\\\\xf2J\\\\\\\\\\\\x96\\\\x11\\\\xa3bdM\\\\xf9\\\\x16XO\\\\xb5#h\\\\x98\\\\xdb*5\\\\x02u\\\\x1a\\\\xf6\\\\xf3\\\\xea\\\\x9c\\\\xe7\\\\x12\\\\xc3\\\\x07+\\\\x80\\\\xc5\\\\xc2\\\\xfd\\\\x82\\\\x97\\\\xe3\\\\x1b\\\\xd6\\\\xd6\\\\x8c\\\\x863^9@\\\\xc5\\\\xd7]\\\\xd2@=\\\\x84\\\\xc4x\\\\xfe\\\\xea\\\\xd3\\\\xbbr\\\\xd1&A\\\\xe3\\\\xc3\\\\xf9T&F1\\\\xa0\\\\x18\\\\xe7\\\\xc7j\\\\xf3\\\\x9ck\\\\x1e\\\\x8c\\\\x0b\\\\xec\\\\x0e\\\\xb8\\\\xe3pd\\\\xb1\\\\x85\\\\xa4\\\\xb0\\\\x1a\\\\x95RI\\\\x90\\\\x04\\\\xcc\\\\xf5\\\\x83\\\\xb8\\\\x1a\\\\xa1\\\\x19\\\\x07\\\\xa8\\\\xcc\\\\xf5Z$0\\\\x04\\\\xe4\\\\xab\\\\xa98\\\\xecok\\\\x05\\\\x90#\\\\xf9l\\\\x1aH\\\\x9d\\\\xa2\\\\x08\\\\xf2\\\\x99#N\\\\xbb\\\\xf6\\\\xa2\\\\xa0\\\\xcdWV\\\\x1e\\\\x16~Bq\\\\x82\\\\x91b:\\\\x04\\\\xf7*\\\\xa9D\\\\xbe\\\\xa7i\\\\xdc\\\\xa0\\\\x083\\\\xa8\\\\x93\\\\xd8t\\\\xa8\\\\x93\\\\x18\\\\xca/Fz\\\\x1e\\\\xad^\\\\x1f\\\\xb8\\\\xab\\\\xf1\\\\x94\\\\xb4\\\\xb8H\\\\x99\\\\xb6o\\\\xb8\\\\x1bk\\\\xf7\\\\x907\\\\xac\\\\t\\\\x92\\\\xcd$\\\\x11\\\\x07\\\\xc0\\\\x81\\\\xaf\\\\x87Gh4iB\\\\xb3\\\\xeeL\\\\x899V\\\\xf7\\\\xe9\\\\xaa\\\\xfbX\\\\xdc\\\\x83\\\\xae\\\\x15{\\\\x9e\\\\x16\\\\xcc\\\\xe3,\\\\xaa#\\\\xf0\\\\x99\\\\xf4\\\\x8d5&>\\\\x9a\\\\xf56b.]\\\\x01\\\\xaa\\\\x0e?n_usjL\\\\x03\\\\x0e\\\\\\\\\\\\x14\\\\xdb\\\\xf2\\\\xac:\\\\xee\\\\xa0\\\\xdf\\\\xf9\\\\xb5\\\\xb3-\\\\x16W\\\\x1dT\\\\xc5ujw\\\\x925\\\\x00\\\\xeb\\\\xda|\\\\xcf\\\\x9fZW\\\\xc4`\\\\t$\\\\xbc~\\\\x9c\\\\xe9\\\\x8aN\\\\xee\\\\xb2o\\\\xee\\\\x8a\\\\xb3\\\\xab#\\\\xd9\\\\xe3\\\\x97\\\\xde\\\\x05\\\\xae\\\\xf7\\\\x9cR\\\\xe4\\\\x82@\\\\x13\\\\nJ\\\\xe9\\\\x1d\\\\xa4\\\\x7f\\\\xc7\\\\xaa[\\\\x93\\\\x13\\\\xb7\\\\x06\\\\xc9`\\\\xf5\\\\xc8\\\\xb5i\\\\xc70\\\\xabZ&3\\\\xf5\\\\x8a\\\\x9c*\\\\xa3\\\\x7fY\\\\xcf\\\\xff\\\\x00\\\\xc9\\\\xaf\\\\xff\\\\x00\\\\x10\\\\xff\\\\x00\\\\xf2}g\\\\xfb\\\\x9d|\\\\xbf\\\\x95cI\\\\xe0\\\\xaf\\\\xff\\\\xd4\\\\xf9\\\\xc9\\\\xf1\\\\x9eF\\\\xfe76\\\\x9b=\\\\xaa\\\\xacG\\\\xdc\\\\xb6&\\\\xaa\\\\xd6\\\\x8b\\\\x00\\\\x92u;cM\\\\x7f\\\\xc3\\\\xaf0`A~k\\\\xe4&\\\\xe6\\\\x93G\\\\xe3%g\\\\xf2\\\\xf8\\\\xed\\\\x99\\\\x81\\\\x95e\\\\x95J\\\\xb5j\\\\xe1`j\"\\\\x14\\\\x82\\\\xdb\\\\xb4\\\\x91\\\\x1f\\\\xbeza\\\\xa8O\\\\xbeuGS*\\\\x84V\\\\xaa\\\\xeal\\\\xb1M\\\\x81\\\\xb6\\\\xadD\\\\xcc\\\\xcfx\\\\x02G\\\\x7f\\\\xafK\\\\xb2\\\\xdaX\\\\x97TI,\\\\xc0#\\\\\\\\~a\\\\xc3\\\\xc8\\\\xa6\\\\xd6Qu\\\\xa9dR\\\\xbbWf\\\\x80\\\\xe8\\\\x07\\\\xdb\\\\x11\\\\x1d0\\\\xce1\\\\x8fR\\\\x91P\\\\\\\\eZ\\\\xab\\\\x1f\\\\x97\\\\xc8\\\\xaf#\\\\x06\\\\x95\\\\xc8\\\\x81e\\\\xc09o-\\\\x04\\\\xd6\\\\xb6@\\\\x90\\\\x0c\\\\xc7\\\\xd4\\\\xf5\\\\xd3<\\\\x95\\\\xab\\\\xf2\\\\xd4=X\\\\x14\\\\x95\\\\x8c\\\\xf5\\\\xfb\\\\xb6\\\\x12J\\\\xc9\\\\xfeYi\\\\x84]L\\\\xe8\\\\x0e\\\\xa0\\\\x81?N\\\\xa1\\\\xd6{\\\\x05d|?\\\\x96\\\\xce\\\\xfc\\\\xcd\\\\xd8Wo8v\\\\xec\\\\x15+\\\\xc3\\\\x10\\\\xad\\\\x00\\\\x98\\\\x95\\\\x90D\\\\xeaz\\\\x8a\\\\xear\\\\xac\\\\xed\\\\xae\\\\x90z\\\\x14\\\\xf9\\\\xc9p\\\\xb4\\\\\\\\\\\\xb7]j\\\\x96\\\\xb3\\\\x1c\\\\xd7\\\\xed\\\\xd4I\\\\xf5m\\\\xd5H$\\\\x08 \\\\x90`\\\\xf52\\\\rUf\\\\xfd\\\\x91\"\\\\xe0 \\\\x94p\\\\xd9\\\\xbc\\\\xae[P+\\\\xae\\\\xc6gSI%PN\\\\xd9;\\\\x89\\\\x12t\\\\xd7\\\\xb8\\\\x8e\\\\x86\\\\xd1y\\\\x17U=\\\\xa9;\\\\x13E\\\\xa8\\\\xddO\\\\x1fe\\\\x9cr\\\\xd4\\\\xc9i\\\\xb4\\\\xb6Ejw\\\\x82Lo\\\\x88:\\\\xb0\\\\'\\\\xcb\\\\xa9z\\\\xb2df!\\\\x16lRo,\\\\xebNe\\\\xa6\\\\xb2\\\\xcfU\\\\xae\\\\xbb\\\\xec\\\\xb2\\\\x14&\\\\xed\\\\xb0d\\\\xc8\\\\x80d\\\\x11\\\\xe1\\\\xf6\\\\xeb\\\\xd0\\\\xe0\\\\xab\\\\x02\\\\\\\\\\\\xd7<\\\\xe8\\\\xacO\\\\x8a\\\\xe0Y\\\\x8e\\\\xd1\\\\x96\\\\xe9uV\\\\xd7\\\\xba\\\\xba\\\\x91\\\\xc8Z\\\\xda\\\\t*\\\\xe5X\\\\x02G\\\\x8bG\\\\x8fM\\\\xb6;\\\\xd6\\\\x86\\\\xdaDH\\\\xe6\\\\xa0\\\\xfc\\\\xe3\\\\xe4\\\\xd4\\\\xd3NN. \\\\x0fxJ\\\\xceC\\\\x92\\\\x06\\\\xd5$yjd\\\\x8d{u_uz\\\\xbac\\\\x8b\\\\'_\\\\xbaF\\\\n\\\\x86\\\\xb7:\\\\xcf~\\\\xb6\\\\xb5\\\\x89\\\\t;\\\\x98/e \\\\xe9-\\\\xe2\\\\xb3\\\\x00yy\\\\xf4\\\\x16\\\\xa6b\\\\x07\\\\x9f\\\\xdd(N\\\\xac\\\\x0f\\\\xf4\\\\xbfr\\\\x18\\\\xaf\\\\xc9\\\\xd7U\\\\xf4S\\\\xbd\\\\x80>\\\\xd0F\\\\xda!\\\\x9fP\\\\'C\\\\xf5\\\\xea\\\\xd0\\\\x99\\\\x96\\\\t\\\\xe0\\\\x02\\\\xc8\"\\\\xf06\\\\xaeF\\\\xeb\\\\x8f\\\\xb6j\\\\x96\\\\xb1\\\\xd9K\\\\x00A\\\\x12@1:I\\\\xef\\\\xd1F\\\\x9d\\\\x13mf\\\\x0f\\\\x1f\\\\x95]\\\\xf2X\\\\xe7\\\\xdd\\\\xba\\\\xc6\\\\xb6Hr\\\\xa1\\\\x9f\\\\xc4x\\\\x12~\\\\xbe:\\\\xf4V\\\\xe4\\\\xea\\\\xfd\\\\x99\\\\x81\\\\xe9\\\\x18!\\\\xff\\\\x00\\\\x975P\\\\xd6\\\\xec)\\\\xdc\\\\x82`\\\\x90\\\\x1b\\\\xb8\\\\x8e\\\\xe6Gh\\\\xe9\\\\xae\\\\xe7\\\\xa2\\\\xb1\\\\xa9\\\\xcb%\\\\x9b\\\\xeb\\\\xddk\\\\x05S\\\\xb6\\\\xb0%\\\\xdb\\\\xb1\\\\x04\\\\xf8\\\\x13\\\\xdf\\\\xf6uv2a\\\\xda\\\\xb4!&\\\\x1d\\\\xabM\\\\xd8\\\\xc2\\\\x9fS\\\\xa8\\\\xb0\\\\xb0\\\\xf4\\\\x80\"\\\\t\\\\x06\\\\x07\\\\xd7\\\\xa2\\\\x8d\\\\xc3*`\\\\x8e\\\\x175aD-\\\\xad+hP\\\\x84m\\\\xf5\\\\x0b\\\\x0e\\\\xd8?\\\\xb0\\\\xf9\\\\xf6\\\\xd3\\\\xab\".\\\\x15\\\\xa1\\\\x0fK\\\\xbfr5\\\\x86=\\\\xfaX6\\\\xd5\\\\x08#l\\\\x1e\\\\xd3&u\\\\xd7\\\\xb7~\\\\xff\\\\x00N\\\\xaa\\\\xdd\\\\xf4\\\\xca\\\\x8a\\\\x9d\\\\xc1\\\\xa6TCr\\\\xab\\\\xaa\\\\x87\\\\xd1\\\\xa4D\\\\xa90O\\\\xd6t\\\\xf1=>\\\\xdc\\\\xa50\\\\xacY2\\\\x98Bo\\\\xcc\\\\xbe\\\\xdfs\\\\xd9S;\\\\x99\"\\\\x06\\\\xd2\\\\x14\\\\xe9\\\\xa9\\\\xd3\\\\xcb\\\\xb7\\\\x86\\\\xbd>0\\\\x01h[\\\\xdb\\\\xc2,\\\\xfd\\\\xaa\\\\t\\\\xa2\\\\xdb\\\\xecCs\\\\x12\\\\xe8I\\\\xb5\\\\\\\\J\\\\xaf\\\\xa7]\\\\xa3\\\\xb1\\\\x00\\\\xfd\\\\xe2c\\\\xc3\\\\xa2e`N0\\\\x8d8\\\\xe3\\\\xec\\\\xb1\\\\xb5\\\\x18\\\\xddb\\\\x8a\\\\xd2\\\\xc0\\\\xec\\\\rpuf#l\\\\x1d|D\\\\xeb\\\\x1dJ(\\\\x9fK\\\\xf0\\\\x117\\\\xc7\\\\xaa\\\\xfaR\\\\xe1\\\\xbft\\\\x02T\\\\x80F\\\\x82@i\\\\xfcQ\\\\xa4\\\\x83\\\\x13\\\\xa7C\\\\xaa\\\\xacU1~P\\\\x91\\\\x8f\\\\x1f\\\\xc2\\\\x84S\\\\x111\\\\xee\"\\\\xd0\\\\xda\\\\x87{D\\\\x10\\\\x18\\\\xccm:\\\\x08\\\\xd4\\\\x8f\\\\xbc\\\\xf5*\\\\xc6\\\\xab\\\\x86b\\\\x94\\\\xe3\\\\x14-\\\\x1b\\\\xf2\\\\xf6MHU\\\\xabc\\\\xa5\\\\x85b#\\\\xfbk\\\\xf7\\\\x0e\\\\xa1Z#Pb\\\\xa7\\\\xe1\\\\xde\\\\xd4\\\\x9a\\\\xd2\\\\xd7\\\\x01I\\\\x0bX:\\\\x9f\\\\x18\\\\x06&$\\\\x9f\\\\xed\\\\xa7R\\\\xce\\\\x15{\\\\xf6\\\\xb5\\\\n\\\\n\\\\xa9\\\\x19\\\\xc40\\\\xac\\\\x19\\\\x00\\\\x9fpXI\\\\x89\\\\x10;\\\\x1f)\\\\xe8G$\\\\xbd\\\\xb8e\\\\x12\\\\x97\\\\xf6K,\\\\x1dT\\\\xa0R|{\\\\xf8\\\\xc7n\\\\xa56\\\\xe4]H\\\\xa9\\\\xf7;9\\\\x1b\\\\xb6\\\\xa9!H\\\\xf1\\\\x8d\\\\x07y\\\\xed\\\\xd4\\\\x9c\\\\x12\\\\xe6\\\\x1a,\\\\xba\\\\x97\\\\xf4c6\\\\xcb\\\\xf1\\\\x9b\\\\x08\\\\x8d\\\\xa4\\\\xff\\\\x00\\\\xca\\\\xb3\\\\xc42\\\\x9dc\\\\xbfq\\\\xa6\\\\xbdy\\\\x8f\\\\x93\\\\xb2=\\\\xcdB\\\\x87\\\\x0f\\\\xb8^s\\\\x7foIp\\\\xbaJ\\\\x96\\\\xb1\\\\xaa\\\\xac\\\\x0bP\\\\xbd 0H\\\\xee7j\\\\xc4\\\\x18\\\\xef\\\\xd5H\\\\x00GP\\\\xb1\\\\xeeP\\\\xa3\\\\x986\\\\xa6H5\\\\x97\\\\xafl\\\\xfa\\\\xee\\\\x1aN\\\\xbf\\\\xbe?wS\\\\x0bQ\\\\xc0\\\\xa5\\\\x9fR\\\\xdd\\\\xc8\\\\xf0\\\\xf4\\\\xb0\\\\xab\"\\\\xa2^\\\\xb4\\\\x0bZ\\\\xd7\\\\\\\\I\\\\xfb;Gr\\\\x7f\\\\xcb\\\\xa1\\\\xb9n\\\\x11\\\\xc5$\\\\xc4\\\\xa5\\\\x9c\\\\xc7\\\\xaa\\\\xbaS\\\\xd8_pS%\\\\xad;tQ&\\\\x07\\\\x8c\\\\x88\\\\xea!(\\\\x88\\\\xd1*q!*\\\\xd7\\\\x9dG\\\\xbf\\\\xb4\\\\x93\\\\xed\\\\xd93[6\\\\x85\\\\x81\\\\x83\\\\xbe;\\\\x8d\\\\x06\\\\x87\\\\xa7BO\\\\x8aC\\\\x88\\\\x91\\\\x90E\\\\xf2\\\\x97\\\\x07 5\\\\x9bM\\\\xb6\\\\x9dig=\\\\xc8\\\\xd66F\\\\x9eb\\\\x0c\\\\xf8\\\\xf4\\\\xd8\\\\x98\\\\x9a\\\\x85bB$>iw\\\\x94\\\\xe5\\\\x17\\\\x1dEUcH\\\\xa4\\\\x9d\\\\x94\\\\xae\\\\xa2\\\\x07\\\\xe1\\\\x8d&D\\\\xb3e\\\\xee\\\\xfc*\\\\xbb\\\\x04jV\\\\x0f\\\\x91\\\\xed\\\\xd4\\\\x10%Bp\\\\xf3B#\\\\xc8\\\\xf9%\\\\xeeDa\\\\xe2\\\\xe5c\\\\xe48~:\\\\xb4\\\\xb2\\\\xba\\\\xeb\\\\xc6.Bb\\\\x06\\\\x9f\\\\x162w\\\\x92A\\\\x9d:\\\\xc4\\\\xf9\\\\x98D\\\\xc5\\\\xd8\\\\xf4\\\\xe7\\\\x1f\\\\xcfU~\\\\xc0&A[\\\\xfc*\\\\xdb\\\\x8bmd-a\\\\xad\\\\xb2\\\\x15T\\\\xb3\\\\xa0\\\\x93\\\\xf8Y\\\\xa0\\\\x12\\\\'\\\\xf6\\\\x1e\\\\xa9m\\\\xa4`\\\\xcd\\\\x9f\\\\x0c\\\\xaf;\\\\x87N\\\\x81\\\\x98\\\\x95\\\\xad\\\\xec\\\\x1e\\\\xd2\\\\x8d\\\\xd4~ \\\\xa9\\\\xbaU\\\\x96O\\\\xa4x\\\\xb4\\\\xf5za\\\\xdbW\\\\xf4\\\\x85\\\\xde\\\\xa1 |\\\\xf6\\\\xb7\\\\x18\\\\x86\\\\xdfl:\\\\xb8\\\\xdb`\\\\x1e\\\\n\\\\xde\\\\x9d\\\\x7f\\\\x864\\\\xd6?\\\\xe3\\\\xd3l\\\\xe98\\\\x82\\\\xb3\\\\xf7\\\\x00\\\\xc5\\\\xc8\\\\xcf\\\\xa2\\\\xe7\\\\xcc\\\\xea\\\\xb2\\\\xa3!\\\\x05\\\\x96\\\\xd61+\\\\x05\\\\xe9\\\\x9e\\\\xf4\\\\xabB\\\\xed*$\\\\x88#X$\\\\x8e\\\\x98\\\\xd3\\\\xa8\\\\x05\\\\xcck\\\\xdc\\\\xa9KA\\\\xc6\\\\x8e\\\\x856u5X\\\\x15\\\\xb7UQ\\\\xda\\\\x95 \\\\x92\\\\x15\\\\xb7F\\\\xedbD\\\\xe91\\\\xd4\\\\xeb4\\\\xcb\\\\x8f\\\\xba\\\\x89\\\\x00\\\\\\\\eU\\\\x15\\\\xb2\\\\x13*\\\\xd1SZj\\\\xf6\\\\x94\\\\x04\\\\xad\\\\x9d\\\\x9c,v\\\\x00\\\\xea`\\\\xed\\\\xe8\\\\xc1\\\\x12\\\\xe8\\\\x92`\\\\\\\\rR\\\\xb1\\\\x07\\\\xe5\\\\xda\\\\x8b\\\\xd4\\\\x96\\\\xde\\\\te\\\\'\\\\xc66\\\\xb7m\\\\x07\\\\x88\\\\xec:\\\\xa5\\\\xbe\\\\xb5\\\\xe9\\\\x15\\\\xa15<\\\\xb8\\\\xc1L\\\\x1d\\\\xcd0\\\\xc1\\\\x1c\\\\xf9\\\\x0e\\\\x06K\\\\xd3\\\\x8fu\\\\x18\\\\xc4\\\\xe3\\\\xd3\\\\xad\\\\xa3Y\\\\x07\\\\xc2Op OY\\\\xd0\\\\xb3\\\\xed\\\\x17\\\\xc3\\\\xb1\\\\xcd\\\\x15\\\\xbb\\\\xe3P\\\\x04 u\\\\xf1\\\\x99\\\\xb9h\\\\x85S\\\\xdbj\\\\xddP[\\\\xf8I>CA\\\\xfbz\\\\xb3r\\\\xed\\\\xb2\\\\xc1\\\\x9c\\\\x9a\\\\x028\\\\xf1U\\\\xad\\\\xdb\\\\x97&G\\\\xf1\\\\xbe8\\\\xefs\\\\xbf\"\\\\x80UHO\\\\xe6#L\\\\x92\\\\x0e\\\\x92\\\\x16d\\\\x18\\\\xfb>\\\\xce\\\\x92\\\\x04\\\\x89i\\\\n\\\\x02\\\\xc4\\\\x8e\\\\xbfVV\\\\xc4\\\\x08=\\\\xc8\\\\xfe\\\\x0b\\\\xd5\\\\x83m\\\\xb6R\\\\x88}\\\\xa5\\\\xd9m\\\\xe4\\\\x00\\\\xb5m\\\\x1eQ\\\\xb7\\\\xd4\\\\x04\\\\t\\\\x13\\\\xd5!\\\\xb9\\\\x16\\\\xae\\\\x19\\\\x01\\\\xa9\\\\xa9\\\\x9fwr}\\\\xbb \\\\n\\\\xd1\\\\xf8\\\\xf1C\\\\xf29\\\\xfe?\\\\x1d\\\\xdbu\\\\xbe\\\\xe22\\\\r\\\\xd5V\\\\x06\\\\xc0\\\\xf0 \\\\xb1\\\\xd0\\\\x92\\\\xa7\\\\xb0\\\\xf3\\\\xf1=\\\\r\\\\xc9Nc\\\\xd2\\\\xd5\\\\xcb\\\\x86\\\\xfcwb\\\\xc8]\\\\x00\\\\xd3\\\\x8f\\\\xaa[\\\\xcd\\\\xf9>~YZ\\\\xa8\\\\xb4\\\\x8c$\\\\n\\\\rQ$\\\\x8dI\\\\x98\\\\x8f\\\\xc3\\\\xe2:\\\\xe8\\\\xda\\\\x96\\\\x96\\\\x99$\\\\xf0\\\\xca\\\\x04u\\\\x1a\\\\x85\\\\x8f\\\\x1f\\\\x8f\\\\xcarY\\\\x98\\\\xd5\\\\xe2\\\\xd7e\\\\xf7\\\\xe4]]\\\\x15(\\\\x92K;\\\\x05X\\\\x99\\\\xf1\\\\xe9s\\\\x10\\\\x88ev\\\\x10\\\\x04\\\\xaf\\\\xb5\\\\xbf\\\\xa1\\\\xdf\\\\xa1\\\\x9cW\\\\x1f\\\\xfaG\\\\xc6e2\\\\xbe\\\\x07\\\\xc8\\\\x98\\\\xa9\\\\xe4\\\\xf9&\\\\n\\\\xfb\\\\x89\\\\x92Xx\\\\xa2W\\\\xba$jft\\\\xe9\\\\xb76\\\\x967\\\\x1b0d\\\\x1aF\\\\x8e;V\\\\x95\\\\xabr\\\\xb5X\\\\xfe\\\\xa0\\\\xfdx\\\\tW\\\\x9b\\\\xe6~C\\\\xf1^N\\\\xcc;\\\\xf2\\\\x13%iuZ266\\\\xd2\\\\xa1\\\\xf6\\\\x13\\\\x1d\\\\x8fb@\\\\xf1\\\\x99\\\\xed\\\\xa7_/\\\\xf9C{ex\\\\xc5\\\\xb5\\\\x0eu\\\\xe3\\\\x8e\\\\xe5\\\\xbf\\\\xb5\\\\x10\\\\xb9\\\\x10p\\\\xe9\\\\xcf\\\\xb1m\\\\xca\\\\xfd\\\\\\\\\\\\xe6\\\\xaf\\\\xc1Z\\\\xae\\\\xc8t\\\\xca\\\\xc7\\\\x03e)\\\\xb8\\\\xec\\\\xd8}\"\\\\x1a&H\\\\x92A\\\\xfa}z\\\\xca\\\\xbb\\\\xf2wgQ\\\\xfc+\\\\xb1\\\\xdb\\\\xb5\\\\\\\\\\\\xf7\\\\xb2\\\\xaf\\\\xb9_\\\\xd4_\\\\x94\\\\xe5\\\\x0c\\\\x8cl\\\\xdeR\\\\xcc\\\\xb4\\\\xb9\\\\xc0\\\\xbf\\\\xf8Xm\\\\x10\\\\x01\\\\xb3BGo\\\\x0e\\\\x91\\\\xae\\\\xe5\\\\xd8\\\\xb1\\\\x91c\\\\\\\\\\\\xbf\\\\x1fu\\\\xc60\\\\x8c\\\\xa80H\\\\x17\\\\xf3Y\\\\x16:d\\\\xb6M\\\\x969X\\\\xfeai\\\\xf2\\\\x81\\\\xe0A\\\\xed\\\\x03\\\\xbfE\\\\x1d\\\\xb0\\\\xc1\\\\x90\\\\xca\\\\xf9\\\\x14\\\\nNW\\\\xcay\\\\x9b\\\\xb0S\\\\x11\\\\xf9+m\\\\xc4\\\\x16n\\\\x15\\\\xd8e\\\\x94\\\\xaa\\\\xc0Pth\\\\xd2c_\\\\xafD,\\\\x82X\\\\xe4\\\\x88\\\\xdc,H\\\\x08P\\\\xcfwF\\\\xdfk#2\\\\x91S\\\\xab\\\\x18\\\\x86:\\\\x90\\\\xad=\\\\x1f\\\\xb4\\\\x06I\\\\x06\\\\xe4\\\\x9e\\\\x84\\\\xa9\\\\xd8\\\\xb4d\\\\xf37\\\\xa5%\\\\x9a\\\\xc7\\\\xf6\\\\xf7;9,J\\\\xae\\\\xa0\\\\x0f\\\\xa0\\\\xd0\\\\x9e\\\\xael6F\\\\xfd\\\\xcd\"\\\\x89W\\\\xf7\\\\x0c*\\\\xac\\\\x7f\\\\x8f|/\\\\x9a\\\\xbb3\\\\x8d\\\\xc4\\\\xe3\\\\xd5n\\\\xcc\\\\xc9pN;1U\\\\xac4\\\\xb7\\\\xf3\\\\x19\\\\xa0m\\\\xec\\\\x06\\\\xb3=\\\\xfe\\\\xbe\\\\xe7\\\\xe2\\\\xfe2\\\\xed\\\\xa9F0\\\\xa98\\\\xd6\\\\x83\\\\xc5f\\\\\\\\\\\\xb9\\\\x19\\\\x02M\\\\x03&N\\\\x13\\\\xf4\\\\x0b\\\\x98\\\\xf9\\\\xff\\\\x003\\\\xc8r\\\\x871\\\\xf18\\\\xbc+\\\\x88\\\\xcb5\\\\xb2\\\\xd9j\\\\xaa\\\\x92+\\\\xf6\\\\xa5\\\\xbd[\\\\xa0\\\\x81\\\\x12Lu\\\\xed6LC\\\\x893b\\\\xa9Klf_\\\\x10\\\\xad_\\\\x85\\\\xff\\\\x00\\\\xb4O\\\\x83\\\\xe3\\\\xbf\\\\xe7~@\\\\xf9W\\\\x9b\\\\x05G\\\\x11\\\\xb2\\\\x08\\\\xf6\\\\x9a\\\\te\\\\xf4\\\\xabv\\\\xfa\\\\xcc\\\\x89\\\\xfb\\\\xfa\\\\xb3vV\\\\xa2\\\\xc1\\\\xc9\\\\xea\\\\xa2\\\\xc6\\\\xc2 \\\\xfa\\\\xb0WO\\\\x1f\\\\xfaC\\\\xf0n\\\\x1b\\\\xf28\\\\x89\\\\xf1\\\\xac\\\\x1c\\\\x1e\\\\\\\\\\\\xbbX\\\\xd9\\\\x18\\\\xf4\\\\x1bQY\\\\x12\\\\x08\\\\xdaD\\\\x10d\\\\x10I\\\\x04\\\\x99\\\\x13\\\\xd1F\\\\xfcF\\\\xa0!Eo\\\\xfcX\\\\x86\\\\x07\\\\x14\\\\xc5\\\\xc9\\\\xfcC\\\\x13\\\\x89\\\\xa8\\\\xd7\\\\xc3\\\\xe3\\\\xe3\\\\xe3\\\\xe6\\\\xd9`\\\\x01\\\\x96\\\\xa4*\\\\xe4\\\\x0fCYS\\\\x7f\\\\xa5f\\\\x001\\\\xfe.\\\\x1f$cI\\\\x0c8\\\\xc3\\\\xaeIr\\\\xdb?\\\\xebU\\\\xbb\\\\x8c\\\\xe0x\\\\xee2\\\\x85\\\\xcc\\\\xe5rW+\\\\xdaP\\\\xed\\\\x8d\\\\x94\\\\x8ah\\\\xb8\\\\x85c\\\\x0fI\\\\x10F\\\\xe2Dx\\\\xf7\\\\xea\\\\xb9\\\\xf9a04\\\\xf3N\\\\x8e\\\\xd21br\\\\xf0\\\\\\\\O\\\\xfa\\\\xa9\\\\xfe\\\\xdc+\\\\xe4\\\\xb9.C\\\\x9b\\\\xe1H\\\\xc1\\\\xc8\\\\xb06e\\\\xbc\\\\x7f\\\\xb5\\\\xb2\\\\x93\\\\xbc\\\\x96e\\\\xad@\\\\x85Q\\\\x04\\\\xcfn\\\\xfe\\\\x1dX\\\\x9c\\\\\\\\\\\\xeb\\\\x1f\\\\xabU\\\\xf1u\\\\x93wj%\\\\x88bW\\\\x15\\\\xfc\\\\x9f\\\\xf4\\\\x9f\\\\xe4\\\\\\\\\\\\x16`\\\\xc6\\\\xe4x\\\\x8c\\\\x8aY\\\\x1c\\\\x1b]F\\\\xea\\\\xe5\\\\x9aLX\\\\xa0\\\\x8dc\\\\xb4\\\\xf6=g\\\\xeem`\\\\x08.:\\\\xe6\\\\xa9\\\\xdc\\\\xdbH\\\\x12G\\\\xd1{\\\\x81S\\\\xe3W]L+Q\\\\\\\\3\\\\x8d\\\\xd2\\\\x17v\\\\xbf\\\\x88\\\\x13$v \\\\x8e\\\\x9f\\\\xb5&\\\\xdb\\\\xcaD1\\\\x18*\\\\xfa4b\\\\x88g\\\\xd5\\\\x87\\\\x99\\\\xc5\\\\xdd\\\\x8dBWq\\\\xbd\\\\x0c\\\\xda\\\\x01 \\\\x82\\\\x0e\\\\xd2\\\\xc25\\\\x91\\\\xa7\\\\xec\\\\xea\\\\xe4\\\\xb4\\\\xdd\\\\x85\\\\x12.i!\\\\xa2\\\\xb9\\\\xdf\\\\x98\\\\xe0n\\\\xc4\\\\xb2\\\\xd4\\\\xb5+p\\\\\\\\1\\\\x00N\\\\xd4\\\\x90\\\\x14\\\\x96\\\\x80&\\\\x07\\\\x81\\\\x90z\\\\xf1{\\\\x9br\\\\xdb\\\\\\\\1?u#T\\\\x85s\\\\x1d\\\\x10T\\\\xa6\\\\xe5\\\\xc9\\\\xaa\\\\xba\\\\xc1w$-&dI#\\\\xd2#]~\\\\xce\\\\x90d\\\\x0cW\\\\x10D\\\\x87\\\\x0c\\\\xae\\\\x9e\\\\x1e\\\\x8b0\\\\xf8\\\\xea\\\\xcb\\\\xa0\\\\xc7\\\\xa5P\\\\x8b\\\\xd4{\\\\x8cl\\\\xde\\\\x17\\\\xb9\\\\xf0\\\\x1bOq\\\\xafZ\\\\x9f\\\\x1ffF\\\\xce\\\\x0c\\\\xf8\\\\xf3)\\\\xc6\\\\x8e\\\\xc5\\\\xd2&f.=\\\\x997\\\\xb2-fl\\\\xddC+\\\\x12\\\\xd2U\\\\xac\\\\xd6`j{\\\\xc0\\\\xff\\\\x00.\\\\xbbg\\\\xb3\\\\x88\\\\xbcL\\\\xa7\\\\x81\\\\xa3,\\\\xeb\\\\xd7dcA\\\\x8f\\\\xd9M\\\\xc6\\\\xe2k\\\\xafvE\\\\xf7\\\\xb0\\\\xa5P\\\\x84\\\\xb24\\\\x88&$)&H\\\\x80c\\\\xafDbKH\\\\xfdRm\\\\x98\\\\xb5Os:|\\\\xf8\\\\xd6\\\\x12\\\\xdf\\\\x86F\\\\xc4\\\\xc9\\\\xc6\\\\xa4\\\\x92\\\\xeaN\\\\xed\\\\xc6$H\\\\x89\\\\x1fX\\\\xfe\\\\xee\\\\x8fov\\\\x11\\\\xf4H\\\\xab1\\\\xb7\\\\x19\\\\x02\\\\xd5\\\\xe3\\\\x92\\\\xd5\\\\xcb\\\\xfcUq\\\\xec\\\\xb5\\\\xe8H\\\\xaa\\\\x9dq\\\\x94\\\\xb0\\\\x9f\\\\x11!\\\\xa6`v]f:+\\\\xf6\\\\xda\\\\xa1/\\\\xd9\\\\x940\\\\xafjEl\\\\x0c\\\\x87\\\\xbb\\\\x1a\\\\xcbYjZ\\\\\\\\\\\\xfb\\\\xe6\\\\xfb\\\\x022\\\\xab0P\\\\xad\\\\xb4\\\\x12\\\\x17\\\\xbc\\\\xf9\\\\xfd\\\\xbdfo-Fq\\\\x89\\\\x99\\\\xf4\\\\xbd{\\\\xd2m\\\\xcaZ\\\\xcbc\\\\xf4D>]\\\\x8bNF-y\\\\x14m_\\\\xca\\\\x82v\\\\xefV}\\\\xaf\\\\xb4\\\\x01\\\\xa0\\\\xf3\\\\x92\\\\x08\\\\xff\\\\x00\\\\x1e\\\\xa8\\\\xfc\\\\x95\\\\xbfK\\\\x86a\\\\xf4%\\\\xa9\\\\xfd\\\\xab\\\\xda\\\\xdd\\\\x86j\\\\xaa\\\\xc7\\\\xc0[\\\\xb2\\\\xf7\\\\xb0\\\\x14US\\\\x9f}X\\\\x90\\\\x16\\\\xb0I\\\\x8e\\\\xc0\\\\x12GT-\\\\xfa\\\\x80\\\\x04\\\\x80\\\\x0et\\\\xfe\\\\xd2b\\\\x0e\\\\xa6aJ\\\\xf6w\\\\xe0\\\\x9bq.\\\\xe3\\\\x11s\\\\xabf{\\\\x19v\\\\xd7\\\\x8aS\\\\xf9p\\\\xa7V%u\\\\x064:\\\\x9e\\\\xaaM\\\\xed\\\\xea\\\\xd3W\\\\xa3\\\\x9c\\\\xc5\\\\x7f\\\\x85\\\\xa3j\\\\xe8\\\\x93\\\\x03\\\\xc7D\\\\xa9\\\\x92\\\\x16\\\\x92\\\\xc6\\\\xb1\\\\xee\\\\x9a\\\\xec\\\\x94, 4\\\\xc4\\\\x88\\\\xfb<\\\\xbad=X\\\\xd2\\\\x8a\\\\x9d\\\\xc0##\\\\xdb\\\\x9a\\\\xb2\\\\xbfM\\\\xda\\\\xca\\\\xee\\\\xb5j-\\\\xed\\\\xda\\\\x04\\\\xe3\\\\xac\\\\x8d\\\\xceN\\\\xed\\\\xc2`i\\\\xb6z~\\\\xcc>\\\\xe4T;q\\\\xc6(\\\\xec\\\\xc5U\\\\xc2\\\\xcal\\\\x83\\\\x0c\\\\t\\\\x04\\\\xc6\\\\x91\\\\xf5\\\\xee:\\\\xd2\\\\xdd^\\\\x10\\\\x04J\\\\x8e\\\\x19\\\\xf8\\\\xcf\\\\x92\\\\xad}\\\\xa7*e\\\\x82\\\\xa7\\\\xec\\\\xc7eAj{\\\\x84T\\\\xf1\\\\x8bqm\\\\xae[YV\\\\x12\\\\xc1{\\\\x82\\\\xd2\\\\x06\\\\x9dbNq\\\\x00\\\\x11\\\\xfe\\\\xa7\\\\x7f\\\\xa3\\\\xf7\\\\xf2\\\\x1e5ClH\\\\x9e\\\\xc6\\\\xcb\\\\x8f\\\\x15\\\\xef\\\\xf4\\\\x8b?\\\\xfc\\\\xe3\\\\x8f\\\\xff\\\\x00\\\\xcc^\\\\xab\\\\xfb\\\\xbf\\\\xf8\\\\xab_\\\\xe3\\\\x9ek\\\\xff\\\\xd5\\\\xf9\\\\x91\\\\\\\\R\\\\xc4\\\\xed\\\\x01\\\\x86\\\\x86d\\\\xc6\\\\xe26\\\\x90I\\\\xf0\\\\x8d:\\\\xf3\\\\x9ah\\\\xc5||\\\\xfa\\\\x95\\\\xef\\\\xf1\\\\x8a\\\\xb29\\\\x1e:\\\\x83~\\\\xfb\\\\x15\\\\xc94\\\\xde\\\\xc3\\\\xdcS \\\\x03)\"&\\\\x0f\\\\x8c\\\\xf8\\\\xc4u\\\\x00jp\\\\xadm\\\\xc3\\\\x84\\\\xad\\\\xcc\\\\xfcY\\\\xdb#\\\\'\"\\\\x9c{kU\\\\x90\\\\x84\\\\x9f\\\\xc2A\\\\xf5O\\\\xa6\\\\x07\\\\x87\\\\x97\\\\xd2zH\\\\xb6-\\\\x9d T\\\\xd5\"\\\\xed\\\\xa9\\\\x02y~\\\\x16\\\\xbbw\\\\xf8*\\\\xe8;\\\\xc8>=\\\\xba\\\\x9d<\\\\x94\\\\xd8\\\\xb2\\\\x01!\\\\xb0\\\\xe3\\\\x8e\\\\x89\\\\xcb\\\\x99\\\\xe7\\\\xeb\\\\xa6\\\\xeax\\\\xecJ}\\\\xc4\\\\xc6TK2\\\\x1271h\\\\x99\\\\xdb\\\\xe2\\\\x0e\\\\x86$\\\\xf4\\\\x1e\\\\xac\\\\xd9Y\\\\x9d\\\\xf2%\\\\xa4\\\\n~\\\\x14\\\\xday\\\\x0c\\\\x14\\\\x17\\\\xfeU\\\\xb7:\\\\x11\\\\xed)\\\\x00\\\\x10\\\\xcc\\\\n\\\\x99\\\\xd4\\\\xc9\\\\x90fI\\\\x1e\\\\x1d@ \\\\x87\\\\ncr\\\\x12w\\\\xa1K\\\\\\\\\\\\x87\\\\x03mv6Edg3\\\\xb27\\\\xb5P\"\\\\x15\\\\xc8$\\\\x13\\\\xbb\\\\xb1\\\\xec|\\\\xfc\\\\xb4\\\\x1d\\\\t\\\\x12\\\\x15\\\\t76\\\\xd9\\\\x8c\\\\xd2e|F]m\\\\xb6\\\\xdf\\\\xe4\\\\x19\\\\x8b-P\\\\xcak$\\\\x11%{v\\\\x9d$OR\\\\x03\\\\xaa\\\\x863\\\\xce\\\\xbd\\\\xdcU^_\\\\x17\\\\xe1\\\\xc6/\\\\x0f~Vbn\\\\xaf\\\\xdb\\\\x9fh\\\\x80&A\\\\x01\\\\x06\\\\xa0\\\\x03\\\\x11&~\\\\xee\\\\xad\\\\x08\\\\xb4\\\\tZva\\\\xa2\\\\x0e\\\\xb9\\\\xc7\\\\xe5l\\\\xb9\\\\xfc\\\\x96K%L+\\\\xdcU\\\\xaa\\\\x96\\\\xdb\\\\xbcv$\\\\x9du\\\\xd6\\\\x7foYrb]+\\\\x12\\\\xed\\\\x9aT\\\\xc7\\\\xe3/\\\\xba\\\\xc2\\\\xbe\\\\xd94\\\\x0fW\\\\xb4\\\\xbe,H\\\\xdb\\\\xea\\\\x04\\\\x00 L\\\\x89\\\\xe9\\\\x96\\\\xab#\\\\x1c\\\\x82\\\\x8d8\\\\x10\\\\nr\\\\xc4\\\\xc6\\\\xc5\\\\xe3\\\\xf1\\\\xde\\\\xfb\\\\xdd\\\\x05kH\\\\xdbF\\\\xde\\\\xe5\\\\x0e\\\\x93\\\\xf5>3?\\\\xb3\\\\xab\\\\x11\\\\x1a\\\\x01 b\\\\xac\\\\xd9\\\\x91\\\\x80\\\\xfc\\\\xa5\\\\x87\\\\xe5\\\\xeb\\\\xc9\\\\xb2\\\\xc1V\\\\xc4\\\\xae\\\\xe3\\\\xf8C\\\\x98\\\\x90t\\\\x04\\\\x9f\\\\rt\\\\x00\\\\xfd\\\\x9d\\\\x16\\\\xbd`\\\\xbetV#x\\\\xca\\\\x99\\\\x84\\\\x91\\\\xceq[K\\\\x10\\\\x8cv\\\\x96\\\\x05\\\\x88\\\\xda\\\\x17\\\\xec\\\\x1a\\\\x85\\\\x13>\\\\'\\\\xa3\\\\x8cDN)\\\\x91\\\\x93aT\\\\xbd\\\\x97\\\\x8c\\\\xd6\\\\xe01*[\\\\xdb\\\\x8d\\\\x00mTH\\\\x1b\\\\xa4w\\\\x03N\\\\xfd\\\\xba)M\\\\x88\\\\xe3\\\\xc1>\\\\xdc\\\\x8d\\\\x0f\\\\xf4\\\\x93\\\\r\\\\x05\\\\xec\\\\x80\\\\x9e\\\\xa1\\\\xa1P\\\\t\\\\xee#h\\\\xf3\\\\xea\\\\xc04W\\\\xc4\\\\xd8(Y\\\\xb8\\\\xcc\\\\xf6m.7\\\\x03:\\\\x82}CB@\\\\xf0\\\\xed\\\\xdb\\\\xa6Z\\\\x9b\\\\'Y\\\\xb8\\\\x00@\\\\x1f\\\\x1e\\\\xda\\\\xc2\\\\x98\\\\x90X\\\\x85=\\\\xf4\\\\xfa\\\\xc4\\\\x99\\\\xfauz3\\\\x05_\\\\x8d\\\\xc0Q\\\\x0c:\\\\xf6YXB$\\\\xac>\\\\xb0e\\\\xb4\\\\x1dW\\\\xb9\\\\'\\\\x15H\\\\xbb\\\\'\\\\x05\\\\xd4\\\\x0eV\\\\x87\\\\x16\\\\x12\\\\x7f\\\\xe5\\\\x1b\\\\x06\\\\xe8\\\\xff\\\\x00P\\\\xd4\\\\xf8\\\\x1e\\\\xc7\\\\xb9\\\\xfb\\\\xfa~\\\\xdaa\\\\x9b5gi?\\\\x16C\\\\x115\\\\x92\\\\x9bt>\\\\x95\\\\xec \\\\xf7\\\\xd0G\\\\x8f\\\\x9fV\\\\x89V\\\\xe7\"\\\\xd8\\\\xaf.\\\\xc6\\\\xd6\\\\xbb\\\\x04 \\\\xae\\\\x18zfI$\\\\xf8G\\\\x99\\\\xfb\\\\xfa\\\\x88\\\\xc9\\\\xd7[\\\\xbd\\\\x889\\\\xad7c\\\\xb3=l\\\\xe3\\\\xd1;\\\\x88\\\\xd2t\\\\xf1\\\\x99\\\\xf1\\\\xd3N\\\\x88\\\\x10pM\\\\xb7t\\\\x00@\\\\xc5K\\\\xf6\\\\xdf\\\\xd8$7\\\\xa8\\\\x10\\\\x0b\\\\x0e\\\\xfe}\\\\xbc\\\\xba[\\\\xfa\\\\x95a!\\\\xaf\\\\n \\\\xabS{\\\\xd6J\\\\x9a\\\\xfd\\\\x04(^\\\\xecH\\\\xef\\\\xb4\\\\xb0\\\\x92\\\\x07\\\\x97\\\\xf7\\\\xf4\\\\xc5\\\\xa2f4\\\\x8c\\\\xd7\\\\xe5\\\\xad\\\\xae\\\\xd8\\\\xfe\\\\xdb{a\\\\x89\\\\xaa\\\\xc3\\\\xb4\\\\xb9\\\\x00\\\\xe8H\\\\xd3tv\\\\x80N\\\\xbe\\\\x03\\\\xaeRg\\\\xa6\\\\x99\\\\xf9!Ol\\\\xb8\\\\xd2l\\\\xd0\\\\xb2\\\\xcc)\\\\xed\\\\xa1Q\\\\xa0\\\\x90\\\\x07o\\\\xef\\\\xe8\\\\tO\\\\x01\\\\x935{o\\\\xc7(B9]\\\\n\\\\x12fG\\\\x87\\\\x8f\\\\xf7\\\\xc7RqY\\\\xb3xM\\\\xf0t\\\\x16\\\\xbb\\\\x1cXU\\\\xfb\\\\n\\\\xd9\\\\xd9D\\\\x05\\\\x9f\\\\t\\\\x8e\\\\xe7\\\\xb0\\\\x93\\\\xe3\\\\xd7+\\\\xd2\\\\x01\\\\x91Jd.\\\\x80\\\\xa9X\\\\x95\\\\xd2\\\\'\\\\xccm\\\\xd3\\\\xbc\\\\xf5\\\\xc7\\\\x05R\\\\xe6*\\\\xf4\\\\xfd%\\\\xcej\\\\xa9\\\\xcby\\\\x15{\\\\x17\\\\x06\\\\x07\\\\xf8\\\\xc6\\\\xef\\\\x12c\\\\xb4\\\\x8e\\\\xfda|\\\\xa0\\\\xf5\\\\x18\\\\xe0\\\\xe0x\\\\xac\\\\xad\\\\xf4\\\\x17Q\\\\xe2\\\\xe5\\\\xd3\\\\x93Eya\\\\xcb\\\\x16\\\\xa85\\\\x91%I_L\\\\xc9\\\\xd4\\\\xeb\\\\xa7X1\\\\x96\\\\x92A^~\\\\xf4z`\\\\xb2\\\\xa7\\\\x9a\\\\xb6\\\\xab@\\\\xc7\\\\xd1\\\\x18\\\\x10E\\\\x83\\\\xf0\\\\xe9\\\\xe2G}{k\\\\xd3\\\\x05\\\\xe6-\\\\x15H\\\\xcbH~H\\\\xad\\\\xfc\\\\x93~LYW\\\\xa5l\\\\x1bJ\\\\xee#\\\\xbe\\\\xbaw2#\\\\xc3\\\\xb7At\\\\xc9\\\\x81\\\\xc8\\\\xa275\\\\x0e\\\\xc5\\\\x1e\\\\xab\\\\xd9\\\\xd8X.\\\\xd8l\\\\x80ka\\\\xa3\\\\xc9\"t\\\\xf1\\\\xf2\\\\x9e\\\\xbbQ\\\\xff\\\\x00I/\\\\xc9\\\\x0cd\\\\t\\\\x0e\\\\x85\\\\xe6qMmKe7\\\\x16.[};\\\\x00 \\\\xf6$J\\\\xc8\\\\x88&Gn\\\\x9a\\\\x1eC\\\\x92T\\\\xad\\\\xf4%\\\\r\\\\xcd\\\\xc9\\\\xb7\\\\x8b\\\\xaa\\\\xc6\\\\xae\\\\x95\\\\xc9{Wh\\\\x89>\\\\x04J\\\\xeaI\\\\xd0N\\\\x9d\\\\xfe\\\\x9d/\\\\xd7\\\\x00i\\\\xc7DS\\\\x9bP \\\\xb4\\\\xe7\\\\xdb\\\\x9c=\\\\xbb*\\\\xb1\\\\xec_\\\\xe5\\\\x94\\\\x04\\\\x06D3\\\\xa8f\\\\xdb\\\\xe7\\\\x04\\\\x01\\\\xe3\\\\xd5\\\\xebs\\\\xd5B*\\\\xaa\\\\xc3\\\\xd5C_\\\\xc2\\\\x90\\\\xdcH\\\\xbe\\\\x1a\\\\x82\\\\xa5\\\\xd0n\\\\xf6\\\\x19\\\\xb5,\\\\xe0\\\\x83$D\\\\x9d\\\\x07y\\\\x8f\\\\x0e\\\\x9c\\\\x00!\\\\xd0\\\\xc6\\\\xcb\\\\xd0x(w\\\\xf1wa\\\\xa35Tn\\\\x15\\\\xe8\\\\xc1\\\\x8boQ\\\\xa6\\\\xbd\\\\xfcF\\\\xe9\\\\x8e\\\\xb8\\\\x8d\\\\'\\\\xb5\\\\x04\\\\xe0\\\\x00%\\\\xb8\\\\xcdyn>EB\\\\xdc\\\\x8f~\\\\xba\\\\xb6:\\\\xb23\\\\xcamv-\\\\n\\\\x19N\\\\x92\\\\x04\\\\xfd@\\\\xeae\\\\x12\\\\x84\\\\xbci\\\\x8f\\\\xd0\\\\'O\\\\x86\\\\xfc\\\\x85q\\\\xf3-\\\\xa3\\\\x90\\\\xa1\\\\xf3q=\\\\xab}\\\\xd8 \\\\xd8\\\\x8e\\\\xa9\\\\xf8\\\\x8b\\\\x12AX\\\\x82Oy\\\\xfa\\\\xf4\\\\x105$\\\\xd5\\\\x95\\\\xb8\\\\xcc\\\\xbb\\\\x1a\\\\xa7u\\\\xb3\\\\x1f\\\\x97\\\\xc7\\\\xaa\\\\xf2\\\\xe0d\\\\x11\\\\xee\\\\x08de\\\\x1b\\\\x8c)`uH$\\\\xcc\\\\xeb\\\\xe5\\\\xd1\\\\xc6bU\\\\xcdq\\\\x04\\\\x97\\\\xc0\\\\xa5\\\\xaeS\\\\x84\\\\xac>5\\\\x18\\\\xb8~\\\\xf6U\\\\x17\\\\x05\\\\xbf\\\\x95k\\\\x18\\\\xe9${j\\\\xaeG\\\\xa6?\\\\x11h\\\\xeb+\\\\xe5\\\\xa1\\\\xae\\\\xd3\\\\x01^j\\\\xf6\\\\xd6Ze_\\\\x14\\\\xeb\\\\x895YZ\\\\xb8e\\\\x15\\\\x90v\\\\x95\\\\xf4\\\\xa9\\\\x92\\\\x14\\\\x03\\\\x1a\\\\x93\\\\xe1\\\\xa8\\\\xfb<\\\\xb2-\\\\x1d\\\\x00\\\\x0eYuZ@\\\\x12:\\\\'\\\\x1aUl\\\\x05Q\\\\x83\\\\x97e%`\\\\x91,\\\\x01\\\\xda5\\\\x1e}\\\\xe3\\\\xec\\\\xebZ#S:\\\\tE\\\\x8a\\\\r\\\\xf2\\\\xfc\\\\x0b\\\\xdb\\\\x8e\\\\xa1P{\\\\xb2\\\\x03\\\\xeew\\\\x80\\\\xc7\\\\xf8\\\\xb5\\\\x01\\\\x8e\\\\x8b\\\\xa01\\\\xd1F\\\\xdd[%OrN*\\\\x89\\\\xbf\\\\xe3Y\\\\xf996\\\\x1bj6\\\\xd4\\\\xa8\\\\x1a\\\\xd0\\\\x00\\\\x90\\\\xad\\\\xdfk\\\\rd\\\\x92~\\\\xa3\\\\xa6\\\\x08D\\\\x1eO\\\\xd7\\\\x17TF\\\\xa9ws\\\\t_/\\\\xe2Y\\\\x07\\\\xdcT\\\\xaa\\\\xd3J3{\\\\x88\\\\xed\\\\xaa\\\\xb24j`\\\\x01\\\\xe31\\\\xe1\\\\xe3\\\\xd3%j$q\\\\x8a\\\\x08\\\\xc8\\\\x96l\\\\x0f\\\\x1e+\\\\xccO\\\\x8ddb9\\\\x16X\\\\x90\\\\x95\\\\x16\\\\xb5E\\\\x81\\\\x18IU\\\\xdb\\\\x07X=\\\\xfbk\\\\xa7\\\\x97G\\\\xa7Hp\\\\x82d\\\\xbb\\\\x05\\\\x8d\\\\xd8\\\\xb8\\\\xd5[BWh\\\\xaf\\\\x17F-\\\\x04\\\\xed,}@\\\\x02;\\\\xa92L}:\\\\xc1\\\\xde\\\\xef!9\\\\xe9\\\\xb7\\\\x831\\\\xe4\\\\xadGi\\\\x99\\\\x18\\\\xa6AlB\\\\x04\\\\x8cx\\\\xe3\\\\xb9V\\\\x9f\\\\xa9\\\\x9f\\\\x11\\\\t\\\\x9b\\\\x89\\\\x89\\\\x99\\\\x90\\\\x98w]\\\\x81S\\\\x04eU\\\\xae\\\\xfa*w\\\\x163(\\\\xec\\\\xd3&Z t\\\\xad\\\\xee\\\\xc27=7\\\\x08\\\\x8b\\\\xc7\\\\xff\\\\x00\\\\xb8U\\\\xfb\\\\xf3I\\\\xf5[\\\\xa8\\\\xc7\\\\x9a\\\\xe2\\\\xae^\\\\xd4\\\\xa3+*\\\\x9a\\\\\\\\\\\\xdfUY\\\\x0f]e`\\\\xc8\\\\x0cB\\\\x92D\\\\x8e\\\\xda\\\\x93\\\\xd7\\\\xca\\\\xafm\\\\xe3n\\\\xf4\\\\xa3\\\\x13@K\\\\x1e\\\\x8bz7d`\\\\tA\\\\xd3\\\\x1b*\\\\xe5kY\\\\xc8\\\\xa8/\\\\xb9\\\\xefZ\\\\xc1D\\\\x812\\\\t\\\\x89\\\\xf0\\\\x02>\\\\xce\\\\x9f\\\\x1b\\\\x121\\\\xd4\\\\x03\\\\x0f\\\\x05ZW\\\\xb2\\\\xcdh\\\\xbb\\\\x89\\\\xe4\\\\xaf\\\\x01\\\\xaa\\\\x8c\\\\xa4\\\\x01mcQ\\\\x1bw0\\\\x0c\\\\x14\\\\x86\\\\xff\\\\x00I\\\\x99\\\\x1e\\\\x7fd\\\\xf5r\\\\xde\\\\xca\\\\xe1s\\\\x01\\\\xa86 \\\\xbf\\\\x07\\\\xa6(?\\\\xca\\\\x88\\\\xa1\\\\xa7w\\\\x1e(:\\\\xee\\\\xf5Ss{N\\\\xcd\\\\xf8\\\\x0f\\\\xaa \\\\xb7}t\\\\x0b\\\\xba{uX\\\\x86\\\\xa8O\\\\x8d\\\\xc7\\\\x0f\\\\x8b\\\\xa2\\\\xf8\\\\x98\\\\x99\\\\xb9yKZ\\\\x10\\\\xb6Z\\\\xe3k\\\\xc4\\\\xa3\\\\xb0PJ\\\\xccjH\\\\xfb\\\\xba\\\\xeb6\\\\xbd\\\\xd9\\\\x08G\\\\x13\\\\xce\\\\x8a%1\\\\x18\\\\xf3,\\\\xad\\\\xff\\\\x00\\\\x8bp\\\\x8b\\\\x8e\\\\xb8\\\\xf89\\\\xd8\\\\xf6~_\"\\\\xd5\\\\xba\\\\xec\\\\xe4\\\\xa6}\\\\xb3\\\\x05v\\\\xd4\\\\xe2O\\\\xab\\\\xc4\\\\x10Ox\\\\xd2z\\\\xf5{(\\\\xc7g\\\\x01\\\\t\\\\n\\\\x92\\\\xfa\\\\x99\\\\xfc\\\\n\\\\xce\\\\x94\\\\x0c\\\\xc99\\\\x0c\\\\x95\\\\xe3\\\\x8d\\\\xc1\\\\xb5\\\\xd6\\\\xa58\\\\x14er\\\\x999,\\\\x95\\\\xaeo\\\\xb4(\\\\xac\\\\xd5_\\\\xad\\\\x92\\\\xb0\\\\xde\\\\xa2\\\\t\\\\xf1\\\\x11\\\\x1f\\\\xdd\\\\xb9j\\\\xf0\\\\x94\\\\x9a1$\\\\x9c\\\\xd9\\\\x859.\\\\x16\\\\xfd9\\\\x06\\\\xcb\\\\x1f\\\\x15\\\\xd7?\\\\x1b\\\\x1c+\\\\xe0\\\\xf1\\\\xcf\\\\xc6b\\\\'\\\\x19H\\\\xac\\\\nB2\\\\xabW\\\\x03l:\\\\x13\\\\xddI\\\\xfcG\\\\xbe\\\\xbeg\\\\xad\\\\xfb7!\\\\xc9\\\\x809e\\\\xda\\\\x8e\\\\x03P\\\\x00f\\\\xa5a\\\\xbenUN\\\\xb6UU\\\\xb6\\\\xf1\\\\xed\\\\xed\\\\xd6/\\\\xa8\\\\n\\\\xed$:\\\\x16\"\\\\x0c+m\\\\xdc\"\\\\'O\\\\x03\\\\xd4\\\\xed\\\\xef\\\\\\\\c&\\\\x04d\\\\x08\\\\xe7\\\\x8f\\\\xe5\\\\x0c\\\\xa2\\\\r\\\\x0fy[\\\\x86\\\\x16w\\\\xe4\\\\x13\\\\x13\\\\'\\\\x91\\\\xb38\\\\xde\\\\x90\\\\xd6\\\\xb0J\\\\xc8\\\\xb4,\\\\xb1R\\\\xa2@\\\\x81\\\\xf5\\\\xea.\\\\x1b\\\\xb3\\\\x88\\\\x8b\\\\xd1\\\\xb9\\\\x8cyse1\\\\x84c\\\\\\\\\\\\xd2\\\\xceg$+\\\\x9c\\\\x9c\\\\xe4w\\\\xb7\\\\x11\\\\x9a\\\\x86\\\\xf6\\\\x84\\\\xb6\\\\xd5>\\\\x81\\\\xb7\\\\xedS\\\\xa80O\\\\x84u\\\\x91?\\\\x91\\\\xf7\\\\t\\\\xf7\\\\x1d\\\\xc5:\\\\xf4L\\\\x16\\\\xb4\\\\x90\\\\x02\\\\x81\\\\x90\\\\xeb\\\\xc8\\\\n\\\\xac\\\\xdf5\\\\xde\\\\xd4\\\\xa5WX\\\\x8eV\\\\xc1 \\\\x92\\\\xf0}/\\\\x04z\\\\x87m\\\\x00\\\\xf3\\\\xeaM\\\\xc0\\\\x05*8\\\\xc7\\\\xee\\\\xb8\\\\x8dE\\\\x1c\\\\xc7\\\\xe4/\\\\xe32\\\\xee4\\\\xfb~\\\\xeddR}\\\\xf6\\\\xda6\\\\xe8H\\\\xad\\\\xa1\\\\xf4\\\\xef\\\\xfe]\\\\xc8\\\\xbd\\\\xb4\\\\xdf\\\\xce\\\\x07\\\\xaf_\\\\xb2L\\\\xe1\\\\x10]\\\\x99\\\\x92e\\\\xdf\\\\x16\\\\xe0r8\\\\x97\\\\xa7\\\\x90\\\\xc4\\\\xfc\\\\xa65Y\\\\xa0]\\\\x8fe\\\\x8a\\\\xd4\\\\xdb\\\\xee3\\\\x8d\\\\xd6\\\\x02\\\\x7f\\\\x11\\\\x0e\\\\n\\\\x89\\\\xd2t\\\\xf1\\\\xea\\\\xc5\\\\x8d\\\\xdcaIT\\\\xea\\\\x14\\\\xe34\\\\xa3f2\\\\x15\\\\xa3.V\\\\xf9\\\\xef\\\\xfbt\\\\xf8\\\\xc6g\\\\t\\\\x7f\\\\xc98^U\\\\xa8\\\\xc6\\\\xb7\"\\\\xfa\\\\x16\\\\xaa\\\\xc1\\\\xdf]\\\\xb5\\\\x90=\\\\xc3K\\\\x0f\\\\xc2O\\\\xd7O\\\\xd9\\\\xd5\\\\xeb\\\\xa0h\\\\x12\\\\x19\\\\xaa7vq\\\\x98w\\\\x0b\\\\x86>_\\\\xf0\\\\xff\\\\x00\\\\x93|\\\\x17\"\\\\xb5\\\\xe4\\\\xea-NR\\\\x9f\\\\xc9e\\\\x95\\\\xfeV@_T\\\\xa8\\\\xd0w:\\\\x82\\\\x07A\\\\t\\\\x0b`\\\\x10q\\\\xc7\\\\x97r\\\\xc5\\\\xdc\\\\xed%\\\\x02R\\\\x9d\\\\xf7b\\\\xf2\\\\xf4\\\\x8c{\\\\xac\\\\t\\\\x90\\\\xcf\\\\xe9h\\\\xf7\\\\x01\\\\x05D\\\\xa8\\\\x0c}=\\\\xa3S\\\\xd1\\\\xee\\\\xbd\\\\xbd\\\\xc0\\\\xf6\\\\xe7Gc\\\\xda\\\\xa9BF5*\\\\x1e\\\\'\\\\xc2\\\\x03e\\\\xd5H/u+b\\\\xb9\\\\xac\\\\x81\"`\\\\x02\\\\\\\\\\\\xeb>\\\\x1f\\\\xb3\\\\xeaz\\\\xcf?\\\\x06\\\\ru\\\\x14^\\\\xe1\\\\xc5\\\\xa8U\\\\x89\\\\xc8\\\\xf0\\\\xf7`a\\\\xdf\\\\xf9B\\\\x05\\\\x98\\\\xb0\\\\x16\\\\xd6\\\\n\\\\xc1\\\\x0f\\\\xe10\\\\x8c\\\\x0fpG\\\\x97\\\\x9fZ>\\\\xc1\\\\xdb\\\\xc7M\\\\xb0\\\\x1b\\\\xaa\\\\xb17\\\\xf6\\\\xdf5Vd\\\\xd1R%\\\\xads\\\\xaa\\\\xd8\\\\x0c\\\\xdb\\\\x8e\\\\x00P\\\\xbb\\\\xb5\\\\x04\\\\xb7s\\\\xe1\\\\xae\\\\x87\\\\xf6t\\\\xa8\\\\xed\\\\xa2Zr-Z\\\\x81\\\\xcf\\\\x8c\\\\xd6`5d;\\\\x03.\\\\xc8\"\\\\x91K\\\\xd6\\\\t5\\\\x02\\\\xccaX\\\\xb4n\\\\x1aD\\\\x10;\\\\xfd\\\\xbfN\\\\xae\\\\xc5\\\\xc9\\\\xad]W!\\\\x87b\\\\x9c\\\\xbc\\\\xfb\\\\xf0T\\\\x01T\\\\xaf\\\\xbc\\\\xab\\\\xbfwp\\\\x02\\\\x83\\\\xb5@$\\\\xc0\\\\x8d\\\\x0c\\\\xc7o>\\\\xb2w{\\\\xefjZ@ur\\\\xcc$\\\\xdcq\\\\xd8\\\\x9a8\\\\xbf\\\\x93\\\\xd9\\\\x99\\\\x8b\\\\xf9\\\\x8c\\\\x8fk%\\\\\\\\\\\\x04\\\\xbc\\\\xeeEp\\\\x0b4\\\\x05\\\\'i\\\\x04\\\\x03#\\\\xab\\\\x9b]\\\\xec\\\\xa4\\\\x01\\\\x9ec*\\\\xa1\\\\xf74\\\\x13\\\\x1c[\\\\xb1\\\\r\\\\x19\\\\xfc?)vE~\\\\xff\\\\x00\\\\xb3}-\\\\xbbZ\\\\xc9\\\\x05+\\\\xd0\\\\x9d;\\\\x10dA\\\\xfe\\\\xee\\\\x86\\\\xfd\\\\xeb\\\\x17\\\\xa1(\\\\x83Q\\\\xf4\\\\xcd\\\\x93s\\\\xd6E9\\\\xa8\\\\xbf \\\\xe2^\\\\xee.\\\\xa3\\\\x8a\\\\xe9j\\\\xfb~\\\\xf7\\\\xa4\\\\xfe%\\\\xf0\\\\n@\\\\x8e\\\\xc3\\\\xb7\\\\x9fY[\\\\x8b`\\\\xd9x\\\\x1a\\\\x00\\\\xfd\\\\xa3\\\\x8c\\\\x15\\\\xa2# %\\\\x9a\\\\xaa\\\\xde\\\\xbb\\\\x13\\\\x1f\\\\x1f\\\\xdd@\\\\x15\\\\xb4j\\\\x98\\\\x15\\\\xf4\\\\x92D\\\\x99=\\\\xf5\\\\xf0\\\\xeb(H\\\\x19\\\\x16J\\\\x8c@\\\\x15e\\\\x87\\\\x1cj\\\\xac\\\\xba\\\\xd8\\\\xb9\\\\x1bj_\\\\xfawB\\\\xa6,2\\\\x14\\\\x1d\\\\xc3U\\\\x92t\\\\x1d\\\\xfay\\\\xd0_^`\\\\xb3s\\\\xc9\\\\xfas\\\\xcd*\\\\xd3\\\\xbd<\\\\xd4\\\\x1b/\\\\xc9su\\\\x04\\\\x80\\\\\\\\\\\\x95\\\\xa0n-\\\\xbb\\\\xd5>s\\\\xae\\\\xbf\\\\x7f\\\\\\\\!\\\\x10\\\\xc7\\\\xc5\\\\x0c\\\\xa4L\\\\x88ey~\\\\x98ae\\\\xb3\\\\\\\\\\\\x85\\\\xd6\\\\xb4\\\\xc7u[\\\\xf6\\\\x1d\\\\xfb\\\\xa4\\\\x850$\\\\xe9\\\\xa4u?\\\\x1dk\\\\xdd\\\\xdd\\\\t\\\\x8f\\\\xd43\\\\xf7\\\\xab\\\\xb6\\\\xa9\\\\r$\\\\xd5Y|\\\\xfe\\\\x16\\\\x16kUe!\\\\xaa\\\\xb2\\\\x9a\\\\x992jr\\\\n\\\\xdb\\\\xac\\\\x04\\\\x02&\\\\x02\\\\x91\\\\x13\\\\xe5\\\\xa7[\\\\xdb\\\\xbd\\\\x9d\\\\xbb\\\\x87Vc.h.@\\\\x0c\\\\xd8*O\\\\x9a\\\\xca\\\\xc5\\\\xc2\\\\xca\\\\xd9N\\\\x1aeX\\\\xf2\\\\x85\\\\x15\\\\x80\\\\xa9\\\\x8b\\\\x05\\\\xfc\"\\\\x0e\\\\x80\\\\xfd;\\\\xf5\\\\xe6\\\\xeeN\\\\x02d\\\\x18\\\\x8a;\\\\xff\\\\x00\\\\n\\\\x0c\\\\xc4@\\\\xd1\\\\x81B\\\\xbf\\\\xab\\\\xdd\\\\xff\\\\x00\\\\x97\\\\x8f\\\\xfd\\\\xbf\\\\xfc\\\\x1e\\\\x83\\\\xdf<\\\\xbc\\\\x90\\\\xfb\\\\xb2\\\\xe6x\\\\xef_\\\\xff\\\\xd6\\\\xf9\\\\xb4\\\\xd5\\\\xb2]Y\\\\xaacFV#\\\\xb9\\\\x82\\\\x0e\\\\xa6{\\\\x9dz\\\\xf3\\\\x84\\\\x1dT_\\\\x18?\\\\xadU\\\\xcb\\\\xfa}\\\\x95\\\\x87P\\\\xc8\\\\xe3rm\\\\xb0\\\\xe4]\\\\xea\\\\xad\\\\x10\\\\x8faDK.\\\\xef\\\\xe1>\\\\xa8\\\\x88=t\\\\x9c\\\\x16M\\\\xda]\\\\x0e\\\\xc7\\\\xf8S~[vX\\\\xe2\\\\xed\\\\xc4\\\\xac\\\\xa5uU~\\\\x8c\\\\xa0\\\\xa5N\\\\xecdn\\\\x13\"WC=,\\\\x83\\\\xa9\\\\xc7z\\\\xb5\\\\xba\\\\x9f\\\\xa6\\\\xb4\\\\n\\\\xa3\\\\xbb!\\\\x90\\\\x93c\\\\xd8\\\\xbb\\\\xce\\\\xdd\\\\xe8I\\\\xdeD\\\\x8d\\\\xcct\\\\x98\\\\x1a\\\\t\\\\xe8\\\\x89\\\\xd3\\\\xde\\\\xb2\"\\\\xf2\\\\xfb\\\\xfe\\\\x16\\\\xcbsn\"\\\\x8b\\\\xacopX\\\\x8d\\\\xed\\\\x07,v\\\\x91\\\\x00\\\\x0e\\\\xc3\\\\xf7\\\\xf7\\\\xf1\\\\xea\\\\x00|h\\\\x8bG_\\\\xe92|b\\\\xac\\\\x8b\\\\xf3q\\\\xd6\\\\xa5K\\\\xf7\\\\x1f\\\\xe6\\\\x07\\\\x10\\\\xbb\\\\x98\\\\x10\\\\t\\\\x1d\\\\xca\\\\xf5\\\\xc25]m\\\\xe56\\\\x0b\\\\xa3\\\\xaa8\\\\x9cw\\\\x19[\\\\xbb*\\\\xa5\\\\xa8*Lu\\\\xd4\\\\xa0\\\\xf1$,\\\\x10\\\\t\\\\x064\\\\xfe\\\\xf8\\\\xe9\\\\xc4\\\\x91\\\\x16Zz\\\\x80\\\\x8fb\\\\xa6y\\\\x88L\\\\x9b.\\\\xafz\\\\xe2\\\\xd9\\\\xed\\\\xbd\\\\xa8F\\\\xe7 i!\\\\xa7t\\\\x99\\\\x9d@\\\\x03\\\\xb7\\\\x8fK\\\\x93\\\\xe9Y\\\\x97*_\\\\x90\\\\x7f\\\\xedi\\\\xe2\\\\xad\\\\xc8\\\\xae\\\\xc4\\\\xdbfBcW\\\\xee\\\\xec\\\\x12\\\\x14\\\\x15e\\\\x95!A\\\\xd7\\\\xcc\\\\x92`t\\\\x06\\\\x07J\\\\xe8\\\\xc8\\\\x83@\\\\xfe\\\\\\\\}U\\\\x91\\\\xc4r\\\\xd8\\\\xf6\\\\xfbt\\\\xdd\\\\xb9\\\\x92\\\\xf2\\\\xbb\\\\xb2X\\\\xc0\\\\x04I \\\\xae\\\\xbaO\\\\xdb\\\\xa7\\\\xd3\\\\xa9\\\\xd4\\\\xc5Y\\\\xb3\\\\xb8\\\\xd3\\\\xd9\\\\xc7\\\\x92\\\\xb28?\\\\x8fq\\\\xc9\\\\x96s/\\\\xf6\\\\xf3+\\\\n\\\\x0b\\\\xaa7\\\\xe2\\\\xf1\\\\xd4\\\\x11\\\\xe1\\\\xa4\\\\x1f\\\\x10:}\\\\x88\\\\tH\\\\x95~\\\\xcd\\\\x9bs.\\\\xb1\\\\xfdD\\\\xe4\\\\xb11\\\\xf0F\\\\x06:\\\\xa8\\\\xa6\\\\xf2\\\\x8fe\\\\xa01\\\\xb1t2\\\\x08\\\\x07A\\\\xdc\\\\x03\\\\xaf\\\\xef\\\\xe8\\\\xf7w@\\\\r\\\\x14\\\\x1b\\\\xb2\\\\x00l\\\\x97(d\\\\xdbo\\\\xe7\\\\xac6+\\\\x8b\\\\xdbs-_\\\\x8c1=\\\\xc9q\\\\x02\\\\'\\\\xf7\\\\xc7\\\\x87Y\\\\xa2M\\\\'\\\\xe0\\\\xac\\\\xf8\\\\x12\\\\x08\\\\x1eI\\\\xc3\\\\x818\\\\x83\\\\x1e\\\\xc3}nsZ\\\\xc3!\\\\xc0\\\\x01Sa\\\\x99y\\\\xd4\\\\xc0=3S`*U\\\\xcbW4\\\\xc6\\\\xb8$\\\\xeeg#\\\\xf3\\\\xd9v#+~]\\\\n\\\\x8b\\\\xdd\\\\x15gi-\\\\xf7\\\\xf9\\\\x01\\\\xd4\\\\xbe\\\\xaa%O\\\\xd5 \\\\xf8\\\\x04\\\\xb3\\\\x93\\\\xc7\\\\xbd!\\\\xac\\\\xc5V5[\\\\xb6,\\\\x00oU\\\\x06N\\\\xe24\\\\xd0i\\\\xae\\\\x83\\\\xc3\\\\xa3\\\\x8c\\\\x00\\\\x0c\\\\x98&\\\\xe5\\\\xbf\\\\x8f\\\\x05\\\\x1b\\\\x1d\\\\x18\\\\xde\\\\xf8\\\\xb7\\\\xab0h-j\\\\x99F\\\\x06u\\\\x932\\\\x0fn\\\\x9f\\\\x18\\\\x81T\\\\xf8]\\\\x00\\\\x81E?\\\\xfa\\\\x10\\\\xc8\\\\xa6\\\\xf4\\\\xa2\\\\xc6\\\\x01\\\\xa6\\\\x04\\\\x02\\\\x1a\\\\x00\\\\x8d\\\\xa6\\\\x07m;}\\\\xfdq\\\\xb6MB\\\\xbb\\\\x16\\\\x94(\\\\xab\\\\xac\\\\x9f\\\\x8e:^\\\\t0\\\\xa0\\\\xb6\\\\xe2\\\\'p\\\\x1a\\\\x1d\\\\'\\\\xbc\\\\x7fwP\\\\x0bP\\\\xa7D\\\\x9c2A\\\\xb3\\\\xf8\\\\xba\\\\xdd\\\\xcd\\\\x94\\\\xba\\\\x00\\\\xc0\\\\x95U\\\\xf1\\\\x08\\\\xb2{\\\\xf7\\\\xed\\\\xf7tbZ;?*\\\\xc4]\\\\xd8%\\\\xcb0\\\\xab\\\\xa9\\\\x81\\\\xb1\\\\xc0!\\\\t\\\\x91\\\\xa8\\\\x04\\\\xe8\\\\x14\\\\x1f\\\\x03\\\\xf6i\\\\xd3cp\\\\x90\\\\xac\\\\x07\\\\xa8u\\\\'\\\\r(\\\\xdc\\\\x82\\\\xb3\\\\xeau\\\\xf5\\\\xb6\\\\x8b\\\\xda\\\\x08\\\\x03\\\\xec\\\\x88\\\\xed\\\\xd7H\\\\x9c\\\\xd1@9\\\\x1d\\\\x10~_\\\\r\\\\x99\\\\xbd\\\\xc4W*\\\\xc6L/c\\\\xa8\\\\x8d|\\\\'\\\\xee\\\\xea\\\\xce\\\\xde\\\\xe6J\\\\xcd\\\\xa7\\\\x89d\\\\xb61\\\\xcf\\\\xa4\\\\x1d\\\\xb1\\\\xb2gA\\\\x1eR<{\\\\xf5\\\\x7fR\\\\xba\\\\xe4\\\\xf6\\\\xad\\\\xe0\\\\x85\\\\xda\\\\x16\\\\xa3\\\\xdd\\\\xb7\\\\xee\\\\x04\\\\x93\\\\xe4\\\\x1b_!\\\\xd0\\\\x18\\\\x9c\\\\xd2\\\\xcd\\\\xb2q_\\\\xb2\\\\xebgEf#v\\\\xa4\\\\x05\\\\x05L\\\\x13\\\\xd9\\\\xa4\\\\t\\\\x99\\\\xed\\\\xd7[\\\\xa1]\\\\x01\\\\xa4\\\\xa8\\\\xf4!\\\\xf7\\\\x16\\\\xb7\\\\x9d\\\\x8eHP\\\\x80n\\\\x1a@\\\\xef\\\\x1e=\\\\xfa)\\\\x9a:)\\\\x97\\\\x0f\\\\xf5_\\\\xb2(Jl\\\\xd8\\\\x12`mf\\\\xee5\\\\xd6\\\\x0f\\\\xd3^\\\\xddL&Hu\\\\xd0\\\\xb8H\\\\xc5k\\\\xb2\\\\xdaj\\\\xdd[,\\\\x90\\\\xa0\\\\xbb\\\\xc6\\\\x81{B\\\\xccjt\\\\xd3\\\\xa9\\\\x0eK\\\\xba(BS\\\\xaa\\\\x01\\\\x95\\\\x0f\\\\x90\\\\xd6\\\\xeeWY\\\\x82\\\\xbe\\\\x00\\\\x15\\\\xdad\\\\xb7\\\\x94\\\\xc9\\\\x8f\\\\xb7\\\\xa3e\\\\xa7f\\\\x91l\\\\x14\\\\xde6\\\\xe5!HVE\\\\x04\\\\xd7\\\\x0b0\\\\x00%\\\\x88\\\\x13\\\\xac\\\\t\\\\x98\\\\xef\\\\xd0\\\\x90\\\\xe2\\\\x8a\\\\xb6\\\\xee\\\\x07\\\\xef\\\\xf6^\\\\xe5\\\\xe2\\\\xb0\\\\xb4{eJ)\\\\x160\\\\x82\\\\'\\\\xc8\\\\x8d \\\\x1f\\\\xa7R\\\\x0b\\\\x85\\\\xd6/\\\\x97\\\\xd4VUr\\\\xf7\\\\xb6\\\\xd4\\\\xcc\\\\xa9\\\\xafv\\\\x00\\\\x16\\\\x02;\\\\t\\\\x01&b;\\\\x8f\\\\xf8u:\\\\xb9\\\\xa3\\\\x94\\\\xa5\\\\x89M\\\\x96\\\\xf1x\\\\x9c\\\\x95\\\\x12\\\\x81\\\\xebk\\\\xaa\\\\n\\\\xc9\\\\xed(P\\\\xc0B\\\\xcc\\\\x10\\\\xb3\\\\xa0\\\\xd6$\\\\xf7\\\\xeaH\\\\xd4\\\\x134\\\\x02\\\\x0b%<\\\\x8e#3\\\\x16\\\\xcb\\\\xd0\\\\xb1\\\\xa7\"\\\\xd2\\\\x18o\\\\x04\\\\x12\\\\x06\\\\xa5A\\\\x06\\\\x0f\\\\xabS\\\\xe0~\\\\xd1\\\\xd0\\\\x18\\\\x90\\\\x95\\\\xa1\\\\x8dh\\\\xa5\\\\xf0\\\\xfc\\\\x9eV\\\\x1f!M\\\\xd6\\\\xd6\\\\xc2\\\\xe5\\\\x00\\\\xd8\\\\x11@\\\\xf7{\\\\xb3/\\\\x91:\\\\x92\\\\x0f\\\\xd3\\\\xaaS\\\\xbac:\\\\x8e\\\\x8c3\\\\xcf\\\\xf2\\\\xacE\\\\x8e\\\\n\\\\xee\\\\xe3^\\\\x8c\\\\xfa\\\\xb1r\\\\x15\\\\xd6\\\\xdcwUF*dVf%\\\\x94\\\\x8dF\\\\xb11\\\\xa7T\\\\xb7\\\\x97=\\\\xe6\\\\x0e\\\\xe3\\\\xe8\\\\xb4\\\\xf6\\\\xf1\\\\xf1S2)T\\\\xc9c\\\\x8a\\\\xec\\\\xca\\\\xac\\\\xa2\\\\xc6\\\\x85\\\\xfc!@\\\\x0c;}\\\\x91\\\\xe7\\\\xd5A\\\\r%\\\\xb1j\\\\x95y\\\\xc0,\\\\x07N\\\\xc4^\\\\x82\\\\xe8\\\\xa0i\\\\x0b1n\\\\x91\\\\xb2%\\\\x81\\\\x13\\\\xa6\\\\xb0\\\\x06\\\\x9fw\\\\x8fW-\\\\xc4\\\\xb3\\\\x8c\\\\x10K\\\\xd3\\\\x8a\\\\x91v^&Q\\\\xa3\\\\x03.\\\\xd3]69[\\\\xd9\\\\xc1\\\\x8a\\\\xca\\\\xb0\\\\x01\\\\x90\\\\x02\\\\x00\\\\xf0\\\\x92t\\\\xe8\\\\xce\\\\xe21 \\\\x13C\\\\xf5A(\\\\x92\\\\r;;\\\\x12\\\\x16g)\\\\xc7`\\\\xdd`|\\\\x85\\\\xc6{\\\\x19V\\\\xd7\\\\xb0m%\\\\xa0j\\\\x02\\\\x03\\\\xdf\\\\xcb\\\\xed\\\\xeb\\\\xbf\\\\xcd\\\\x81>\\\\xa6Tg\\\\x18\\\\xc4\\\\x96\\\\xc1\\\\xd2\\\\xbd\\\\xfc\\\\xc7\\\\x1db_M\\\\x17\\\\xd3\\\\x8fu\\\\x83pm\\\\xa8\\\\x00a\\\\xea,\\\\x9aL\\\\x18\\\\x89\\\\x03\\\\xc3^\\\\xa6{\\\\x90\"F\\\\x07\\\\'a\\\\x92H0w\\\\x18$>g3)+\\\\x16{\\\\x8fqe\\\\xf6\\\\xc3\\\\x87\\\\x95e\\\\x9fI1\\\\xa1\\\\x91\\\\xa7o\\\\xf3\\\\xeb \\\\xce\\\\xf5\\\\xda\\\\xcaN\\\\x08n;z+\\\\x13\\\\xd2\\\\x00\\\\xd3E\\\\\\\\\\\\xe5\\\\xf2\\\\x19\\\\xc5\\\\xc5IZ\\\\x01,X\\\\xe8\\\\xa5\\\\xc8\\\\xd0\\\\x92\\\\x07\\\\x88#_\\\\x0e\\\\x9f\\\\x1d\\\\xa8\\\\x90sB(\\\\x92.\\\\x93E\\\\r,\\\\xcc\\\\xb0\\\\x8b\\\\x97#a\\\\x8d\\\\x8eZB\\\\xfa\\\\x8f\\\\xf1i\\\\xa0>`\\\\xf5f\\\\xd6\\\\xd8C\\\\x93%\\\\xebs\\\\x81[\\\\x1c\\\\x1c\\\\x8b\\\\x14d\\\\xd6?\\\\x06\\\\xd4\\\\xc9\\\\x0c\\\\x02\\\\xb9_H\\\\x81\\\\xe7\\\\xda\\\\xeaL\\\\xa4\\\\xe0?\\\\x05\\\\x15\\\\xe3y\\\\xeb\\\\xf0\\\\x1c\\\\x17Qb\\\\xbb\\\\x02\\\\xf8\\\\xe4\\\\x98:@\\\\x04\\\\x91\\\\xdab5\\\\xea\\\\xb1\\\\x88\\\\x8e\\\\x15\\\\x00\\\\xbb&B-\\\\xdb\\\\xe6\\\\x8cf`]\\\\x93X\\\\xe4\\\\x94\\\\xb1\\\\xc7\\\\xb5\\\\x7f\\\\x96\\\\x84\\\\x83\\\\x13\\\\xa4\\\\xea$\\\\x80z\\\\xe1\\\\tJ&g\\\\x01\\\\xc7\\\\x920@\\\\xed\\\\xcdF\\\\xa3\\\\x02\\\\xfbJ\\\\xa3V\\\\xf7\\\\x10Ma\\\\x95AP\\\\xcd\\\\xae\\\\xcd\\\\'_\"zD\\\\xce\\\\xb8\\\\xea\\\\x0fN\\\\x94\\\\xe8\\\\x9doP\\\\xa1\\\\xc3\\\\xcdw\\\\x87\\\\xfbR\\\\xf8\\\\xf8\\\\xe3r3\\\\xbeC\\\\x9b\\\\xc5\\\\xd9\\\\xc9\\\\xd1c\\\\xae(\\\\xc6\\\\xf5o\\\\xde\\\\x0b\\\\x00\\\\xb5\\\\xb4\\\\x182g\\\\xe9\\\\x1a\\\\xf5\\\\x91\\\\xaaR\\\\x9da\\\\xae\"\\\\x8d\\\\xd5l\\\\xed`4\\\\xe3\\\\xa4\\\\x95\\\\xd5_\\\\xfe\\\\x91/\\\\xf8\\\\xde^~\\\\x1eU\\\\x19\\\\xdcs=Np\\\\xdde\\\\x1a\\\\xa6r\\\\xba\\\\xb4\\\\xee\\\\xdc\\\\x01\\\\x90@\\\\xef\\\\xe6:\\\\xf37>D\\\\xecoJ\\\\x17\\\\xa1(\\\\xe2\\\\xdcf\\\\xb6\\\\xe3d\\\\xdd\\\\x00\\\\xc4\\\\xbf4\\\\xa3\\\\xca|\\\\xf9>G\\\\xc9\\\\xd0yk3rq\\\\xeed\\\\xde\\\\xca\\\\xd3u`\\\\x8d\\\\xa7l\\\\xca\\\\xb9\\\\xdb>\\\\x03\\\\xef\\\\x03\\\\\\\\\\\\xf1\\\\xf2\\\\xd0\\\\xbfp\\\\x0b\\\\xc6F\\\\'\\\\x96#\\\\xaf^I\\\\xfe\\\\xc9\\\\xb6\\\\t\\\\x87\\\\xed\\\\xd74\\\\xa1\\\\x83\\\\xf1\\\\x9c~Y3sq\\\\xcd\\\\xdbo{\\\\x7f\\\\xa7\\\\xd7{\\\\x8fr\\\\xb4\\\\x90T6\\\\xd5\\\\x82v\\\\xf8\\\\xcf~\\\\x99c\\\\xe2l\\\\xde\\\\xb79A\\\\xc0?\\\\xab\\\\xe5\\\\\\\\\\\\xf8\\\\xfc\\\\xa4\\\\xcbq10\\\\rF}z\\\\'N7\\\\x889\\\\x8b\\\\x8d\\\\xc7\\\\xe5a=\\\\xb9U:\\\\xfeb\\\\xb7*\\\\xb5^+\\\\x01k(\\\\x9a\\\\'\\\\xa8L\\\\xc9\\\\x07\\\\xce;u\\\\xad\\\\xb3\\\\x89\\\\xb9\\\\x11f\\\\xec\\\\x06\\\\xa0\\\\xdc\\\\x98\\\\xb6\\\\x04\\\\x0c\\\\x1b\\\\xfbU\\\\xae\\\\x8d2\\\\xd6\\\\r1\\\\xea;S\\\\xe8\\\\xf8~5\\\\x19v&E_\\\\x92\\\\xa3\\\\x8dE|\\\\xacJmj\\\\xc9\\\\n\\\\x02\\\\xef\\\\n\\\\x01\\\\x05T\\\\xc9\\\\x92{\\\\x19:v\\\\xdf\\\\xff\\\\x00\\\\x1e6\\\\xe6u\\\\r\"8\\\\x81A\\\\xc7\\\\xe5U\\\\x0f \\\\x1b\\\\x12q\\\\xcdS\\\\xff\\\\x003\\\\xf8\\\\xd5\\\\x1c\\\\xa7 \\\\x87\\\\x8a\\\\xc3\\\\x18\\\\x8d\\\\xb2({\\\\t[\\\\xb2+\\\\x90\\\\x05\\\\xaf\\\\x0b\\\\xb6#\\\\xd2\\\\x01\\\\x1d\\\\xbbx\\\\xf5\\\\xe7\\\\xfe[k\\\\xfee\\\\xc7\\\\xb5\\\\x11\\\\x12\\\\x06y\\\\xf5?n\\\\xe5sn\\\\xf6C\\\\x12K\\\\xe5\\\\xf8J_\\\\x1d\\\\xc5zs\\\\x19_\\\\x19\\\\xd6\\\\xca,+\\\\x91\\\\xc7j\\\\xa5\\\\xe4\\\\xff\\\\x00\\\\x10\\\\x88]@\\\\xd2g\\\\xaf9\\\\xf1\\\\xef\\\\x0b\\\\xc4M\\\\xcbe\\\\xd7\\\\xab\\\\xf2\\\\xfe\\\\x95\\\\xdb\\\\xa3T\\\\\\\\g\\\\x9a\\\\xe9o\\\\x87\\\\xfcg\\\\x90\\\\xaa\\\\x9a^\\\\xfb\\\\xae\\\\xc7\\\\xc5\\\\xc8U|\\\\x0cDe\\\\x16\\\\x97\\\\x06,\\\\xf4i\\\\xed\\\\x8d\\\\xbf\\\\x87o\\\\xdb=z\\\\xfd\\\\xae\\\\xd6\\\\xf4m\\\\x8fp\\\\xe9\\\\x19\\\\x00j\\\\x7f\\\\n\\\\x8d\\\\xdb\\\\xa3SD9\\\\xf2\\\\xfeWUp\\\\x18\\\\xb8\\\\xfce\\\\x06\\\\xf7\\\\xc5\\\\x06\\\\xa1\\\\xec\\\\xee\\\\xbfy\\\\xb5\\\\xea\\\\n\\\\xa3\\\\xf1\\\\x1d\\\\x06\\\\x93\\\\xa9\\\\xf1\\\\xebj\\\\x17\\\\x80\\\\xc8\\\\xe9\\\\x19\\\\xe2\\\\xdc\\\\xd1\\\\xdb\\\\xb5\\\\xa7\\\\x95Q\\\\xfe7\\\\x88\\\\xc0\\\\xc7\\\\\\\\\\\\x8ec\\\\x0b(\\\\xa2g\\\\xa5\\\\x14V\\\\xf5\\\\xedp\\\\xbe\\\\xb5\\\\x02\\\\x14\\\\x08(Y\\\\x81 \\\\x8d\\\\'\\\\xbcu\\\\xabf\\\\xd7\\\\xfcB\\\\xe4\\\\ty0\\\\xc8\\\\x9a\\\\xf4\\\\xe5\\\\xcf\\\\x92X\\\\x80\\\\xd4i\\\\x82\\\\x97\\\\x93\\\\x95\\\\xce\\\\xdb\\\\xcb\\\\xe4c\\\\xfb4\\\\xd3\\\\xc6\\\\xe3\\\\x86\\\\xaa\\\\xec\\\\xab)\\\\x7fr\\\\xc8I\\\\x9aN\\\\x8ad\\\\xfd\\\\xda}\\\\xfdN\\\\xe2wD\\\\xccd(\\\\x03\\\\x12\\\\xd9\\\\nS\\\\xb5\\\\x91\\\\x91\\\\x03\\\\x17\\\\xcf\\\\x15\\\\xfb+\\\\x0e\\\\x9c}\\\\x99\\\\xd4\\\\x06\\\\xb7,\\\\xd4JX\\\\xc6\\\\xc6-\\\\x1a\\\\x8d\\\\x15\\\\x80P<\\\\x86\\\\x91=S\\\\xdc\\\\x9bV@\\\\x9cC\\\\xc8\\\\xc6\\\\x86\\\\xb8}\\\\x99tA\\\\x96t%y\\\\x93\\\\x85W\\\\xe6q\\\\x12\\\\xb4\\\\xc4p\\\\x03\\\\x0c\\\\xda,\\\\x1f\\\\xc6\\\\xc3v\\\\xea\\\\xf5\\\\x80\\\\xc6<\\\\x07\\\\xd7\\\\xc3Z\\\\xf7\\\\xad\\\\rp\\\\x10\\\\x11v\\\\xf5\\\\x0f\\\\xfc\\\\xb1\\\\xa7#\\\\xfd\\\\xa2-W~\\\\x88;\\\\xe1\\\\xe4*\\\\x85\\\\xce\\\\xb9(,\\\\xca\\\\x89\\\\x8b\\\\x8c\\\\x14\\\\xa9\\\\x92\\\\xc0\\\\x96w\\\\xd7\\\\xd4\\\\xa2dG\\\\x9e\\\\x91\\\\xd5\\\\x12&)p\\\\x80\\\\x7f\\\\xda0\\\\xf1\\\\xf3\\\\x0c\\\\xa4\\\\xb6HB\\\\xe3\\\\\\\\\\\\xb7\\\\x10\\\\xa8\\\\xf75\\\\xb6\\\\xfbk[\\\\xb0\\\\xb0\\\\x1d\\\\xd0b\\\\xb5`;\\\\xae\\\\xa2L\\\\x08\\\\xed\\\\xafQj\\\\xe0\\\\x89\\\\x11\\\\x8de\\\\x83q\\\\xe4\\\\x97 N8&\\\\xfeC\\\\x19y.7\\\\x91\\\\xc6\\\\x03\\\\xf2\\\\xc7\"\\\\x85\\\\xad\\\\xe1Afj\\\\xce\\\\xab\\\\xdb`\\\\x8e\\\\xd2z\\\\xf4Q\\\\x80\\\\xbd\\\\xa8\\\\x9fKt\\\\xac\\\\x88\\\\xf2\\\\xa2\\\\xaf)\\\\xd3N*\\\\xa5\\\\xbb\\\\xe2\\\\xdcO\\\\x15\\\\x86\\\\xa7:\\\\xac\\\\xdeW\\\\x87\\\\xb6\\\\xcbi\\\\xc8\\\\xe3\\\\x14\\\\xd7S\\\\xd1\\\\x93aS\\\\x8e\\\\xf5\\\\xb21f\\\\x91+\\\\xe6\\\\x1b\\\\xc3oN\\\\xff\\\\x00\"\\\\xdca\\\\xear\\\\tf\\\\xa7\\\\xa4\\\\xf4\\\\xedU\\\\xfd\\\\xb3\\\\x13\\\\xa9\\\\xab\\\\xc3*\\\\xbb\\\\xe6_\\\\xa6o\\\\xf2\\\\xaf\\\\x8d\\\\xe4a\\\\xe6|c\\\\x92\\\\xba\\\\x9e!\\\\xb2\\\\xab\\\\xcc\\\\xfc\\\\xd9Se4\\\\x035\\\\xd8\\\\x8c\\\\xb1\\\\xad{\\\\x84\\\\xed\\\\x99\\\\xef:\\\\x98d\\\\x04\\\\xa3\\\\x0fL$Y\\\\xdc\\\\x16\\\\xc3.\\\\xf0\\\\xa2\\\\xec=\\\\xd7v\\\\xa7\\\\x97\\\\xf0\\\\xben~\\\\xa1\\\\xfe\\\\x9d\\\\xf3_\\\\x07\\\\x0b\\\\x9c\\\\xb5]\\\\xc8\\\\xf0\\\\x97\\\\xdej\\\\xa3\\\\x97\\\\xb6\\\\xa3D\\\\\\\\\\\\x9f\\\\xc0\\\\xe1\\\\xa4\\\\xc8\\\\x82\\\\x07\\\\x9cOU\\\\xe5&\\\\x03Vg\\\\x1eK\\\\x13s\\\\xb3\\\\x90\\\\xa8\\\\xa2\\\\x93\\\\xf0<\\\\xfcL\\\\x86\\\\xb2\\\\x8c\\\\xa6\\\\r{\\\\x85Z.>\\\\x9d\\\\xaa\\\\xbf\\\\x88;\\\\x01\\\\'\\\\xc6\\\\x00\\\\xfd\\\\xdd\\\\\\\\\\\\xdbn\\\\xb5\\\\xcc\\\\x03\\\\x80T\\\\xed\\\\x8d\\\\x05\\\\x8au\\\\xe5\\\\xf1\\\\xa9\\\\xc4\\\\xc2k\\\\xab3\\\\xedE\\\\xcb\\\\xb8\\\\x02\\\\xad\\\\xa4\\\\xe8\\\\xdd\\\\xbbi\\\\x1f\\\\xb3\\\\xad}\\\\xc0\\\\xf4\\\\xd13r\\\\xfah\\\\xa8~_\\\\x1a\\\\x9c\\\\xa6\\\\xb9+c]\\\\xf9D\\\\xd9iB@\\\\x02`@\\\\x1d\\\\xb4\\\\xf3\\\\xf2\\\\xeb<[\\\\x05\\\\xc1n\\\\xab*qi8\\\\xc5\\\\t\\\\xc1\\\\xa7\\\\xd8\\\\x7fj\\\\x90r*\\\\xaa\\\\xb0\\\\xcc\\\\xcaw\\\\x07+;D\\\\x88\\\\xd7\\\\xb4y\\\\xfdGJ\\\\x94\\\\x04_K\\\\x0e3L\\\\x04\\\\x9e\\\\xaa\\\\x0eZ&]V\\\\xd1\\\\x90\\\\x11,\\\\xde\\\\xcb\\\\x8e\\\\xf7\\\\x01\\\\xe9Q\\\\x04\\\\xe9\\\\xf8\\\\xb4\\\\x1eg\\\\xack\\\\x97!z\\\\xd1r\\\\xc62j\\\\x8c\\\\xf3\\\\xee\\\\xe0\\\\xa7\\\\x8bF\\\\x12\\\\x14%\\\\xc0Ph\\\\xe3\\\\xd90/\\\\\\\\{D\\\\xa0\\\\'W\\\\x8fR\\\\x98\\\\xda\\\\x14\\\\x12d\\\\x02d\\\\xf6\\\\x83\\\\xf5\\\\xd2\\\\x9d\\\\xbbS\\\\xb9\\\\x12\\\\x01q\\\\x88\\\\xfb\\\\xf1\\\\x82t\\\\x80\\\\x88\\\\x0fB\\\\x97K\\\\xbd7l\\\\x88\\\\x92\\\\nd,\\\\x10\\\\xbe]\\\\xbbn\\\\xdd\\\\xdf\\\\xb8\\\\xea\\\\x94\\\\xa09\\\\xbf\\\\xdd\\\\x10\\\\xa0\\\\xa8V_\\\\x0bE\\\\x99\\\\x1c+\\\\x92M\\\\x85\\\\xd8\\\\xed\\\\xb1CI\\\\x1f\\\\xc2\\\\x17\\\\xd4@>@\\\\xeb\\\\xd6\\\\x86\\\\xc0j\\\\xb4b\\\\x01\\\\x0c\\\\xe7\\\\x8e\\\\xbf\\\\xda`\\\\x89\\\\xedt\\\\x81\\\\xcc\\\\xf1\\\\xf7\\\\xf1\\\\xf6UM{\\\\x9d\\\\x8a\\\\x9b\\\\xc0\\\\x12\\\\xd1[\\\\x83\\\\xdd\\\\xbc\\\\x8f\\\\xee\\\\xea\\\\x88\\\\x81\\\\x8c\\\\xe5\\\\x19\\\\x0c8\\\\x7f\\\\x05^\\\\xe0\\\\xc2XW\\\\x80\\\\x87\\\\xe0\\\\x9fn\\\\xb2\\\\xed\\\\x7f\\\\xb2\\\\x8f\\\\x0bk\\\\xa4\\\\x05\\\\xdd\\\\xe4H\\\\xd2`\\\\xf5\\\\x17\\\\x1d\\\\xe9\\\\xc0M\\\\xb7\\\\x10\\\\xceY\\\\x08aA\\\\xc9t\\\\x82\\\\xdb`\\\\xcc\\\\x9e\\\\xe7\\\\xd2\\\\x07\\\\xdf\\\\xdf\\\\xa7\\\\x8dZ]V \\\\x19\\\\x16]\\\\x07\\\\xfaqzWMal\\\\xf6\\\\x85\\\\xcf6\\\\xd4I$\\\\x14]\\\\xbb\\\\xccjV\\\\x18\\\\x8f\\\\xdb\\\\xa4\\\\xf5?\\\\x15\\\\x19\\\\r\\\\xc1\\\\x93\\\\x86\\\\xf3\\\\xe2\\\\xaa\\\\xfd\\\\xa04u\\\\x0bo\\\\xc9\\\\xf9v\\\\x19wU`\\\\x14\\\\xa5>\\\\xdaWh,P\\\\x81\\\\xa7\\\\xaa\\\\x08a\\\\xbb\\\\xc2:\\\\xb7\\\\xba\\\\xbenL\\\\xd7\\\\xd5\\\\xcf \\\\xf5\\\\xafo\\\\x92\\\\xa1~e\\\\xe9\\\\x82\\\\xabsr\\\\x9a\\\\xfb\\\\xad\\\\xb7\\\\x92\\\\xac\\\\xd7b\\\\x1fA\\\\xa9\\\\xa4,6\\\\xd9f\\\\xfcDOs3:\\\\xf5X\\\\xed\\\\xfd\\\\xb3\\\\xeeL\\\\t\\\\x02(\\\\xd8\\\\x19u\\\\xee~\\\\xaa\\\\xb6\\\\xb2h\\\\t\\\\x1d\\\\xbc`\\\\xa0~o\\\\x07\\\\xff\\\\x00\\\\xa7\\\\xb7\\\\xf6\\\\xbf\\\\xfe\\\\xf7I\\\\xd5\\\\x0f\\\\xf6\\\\x0f\\\\x13\\\\xf9O\\\\xf6\\\\xe7\\\\xfe\\\\xe2\\\\xbf\\\\xff\\\\xd7\\\\xf9\\\\xcf\\\\x8fM\\\\xb5\\\\x84\\\\xf7\\\\xde\\\\xb3(+\\\\xa6\\\\xb1\\\\xab.\\\\xbb\\\\x83\\\\x0f\\\\x1f8\\\\x93\\\\xdb\\\\xac\\\\x08\\\\xc0\\\\xc7\\\\x1cW\\\\xc5\\\\xe5 \\\\\\\\\\\\x00\\\\x8dq/be\\\\xb7\\\\xb0\\\\xde\\\\xc1\\\\x90PX\\\\xc0\\\\x8d\\\\xb2\\\\x04\\\\x93\\\\xa1\\\\x11\\\\xafn\\\\x95\\\\xed\\\\xcaF\\\\x8a3\\\\xa6![y\\\\x95\\\\xff\\\\x00P\\\\xe3M5\\\\x97C},\\\\xac\\\\t\\\\x9d\\\\xd6\\\\x88\\\\x1e\\\\xa2|Dk\\\\xe7?^\\\\xbaT\\\\x8a\\\\xd0\\\\x9c}\\\\xc8\\\\xaa\\\\x8f\\\\x92\\\\xe3\\\\xb2\\\\xb8\\\\xd6\\\\xc7\\\\xa7\\\\x92\\\\xc5\\\\\\\\_\\\\xcd\\\\xd6\\\\xb9\\\\x18\\\\xf6\\\\x826\\\\xd9S\\\\x12\\\\xa1\\\\xe4\\\\x12D\\\\x81\\\\xa8\\\\xfe\\\\xee\\\\xa0\\\\xda6\\\\xd8\\\\x1a\\\\x13_\\\\x15\\\\x96I,b\\\\x14\\\\xb5\\\\xc6\\\\xc2\\\\xcd\\\\xbdk\\\\xac*T[\\\\xdbJZWt\\\\x11\\\\x0cD\\\\x0fLI\\\\xef\\\\xf7\\\\x8e\\\\xa0\\\\x113\\\\xd1\\\\x11\\\\x84uQ\\\\xfap\\\\xdcsW\\\\'\\\\x1b\\\\xc5\\\\xd1\\\\xc2q\\\\x8f\\\\x96\\\\xe8\\\\xab\\\\x92\\\\x17\\\\xb2\\\\xc2\\\\x00\\\\xdbL\\\\xb0\\\\xd8;\\\\x13\\\\x10G\\\\x9cO\\\\x8fV\\\\xc3\\\\x01Z\\\\xabq\\\\xb5\\\\xedE\\\\xf3I\\\\xd6\\\\xfc\\\\x8d\\\\xf2\\\\xf3g%_\\\\x1e\\\\xbaw\\\\x13\\\\xae\\\\xe0\\\\xe7j\\\\xa8\\\\xaa\\\\x08>S:\\\\xf4\\\\x82\\\\\\\\\\\\xb9T\\\\xa7t\\\\xbal\\\\xc9\\\\xe3\\\\xdb;\\\\x17\\\\x1e\\\\xdcK\\\\xdf\\\\xdf\\\\xda\\\\xd3+ zgm\\\\x8b\\\\xac\\\\xe8\\\\x9a\\\\xf4\\\\xe8F\"\\\\xadD\\\\xb8i%\\\\xf1tO\\\\x96\\\\xa7\\\\x03\\\\x1e\\\\xfb\\\\xf2\\\\x97\\\\t\\\\x01V5\\\\x04:\\\\x95#h\\\\x85\\\\xd1\\\\xa4\\\\x8dH\\\\x06|{\\\\xf4d\\\\x82y\"\\\\x94\\\\xa0\\\\x1c7\\\\x1c`\\\\x90?\\\\xa6%\\\\x97\\\\x1b\\\\x99\\\\x8a\\\\x92IHPvA3\\\\xb4H1\\\\xbb\\\\xb8\\\\xf0\\\\x81\\\\xf7sS\\\\x04\\\\x16\\\\xe5\\\\xdf\\\\xc6*FcS\\\\xc7b\\\\xb0,\\\\xcf\\\\x90\\\\xf2B\\\\xd8\\\\x84\\\\x98q\\\\xbby\\\\x1aH\\\\x98\\\\xd3\\\\xe9\\\\xf6u&F!\\\\x95\\\\xebs!\\\\x86j\\\\xa5\\\\xcf\\\\xcd\\\\xc9\\\\xc8\\\\xb7S\\\\xfc\\\\xa60\\\\xa4\\\\x1d\\\\xa6I\\\\xdb\\\\xe7\\\\xf5\\\\xd6;\\\\xf5T\\\\x82M_\\\\xb1^\\\\xb6\\\\x1f\\\\x1a\\\\xf5\\\\xc1\\\\x00\\\\xce\\\\xc4\\\\xc9e]\\\\xadcN\\\\xe3f\\\\x9e\\\\xad5\\\\x11\\\\x112;\\\\xeb\\\\xdf\\\\xa7\\\\xfb\\\\x91\\\\x05X\\\\x83\\\\xca\\\\xbd\\\\xa9V\\\\xfckC\\\\x1d\\\\xef3\\\\xf8\\\\x14\\\\xb4\\\\x10;\\\\x89\\\\x12bD\\\\xe9\\\\xe0z\\\\xb7\\\\t\\\\x06V\\\\xa2\\\\x03,\\\\x17\\\\x18\\\\xa4\\\\r\\\\xc4\\\\x90@m\\\\xbe\\\\xadbI:\\\\x9dA?\\\\xda:f\\\\xa7N\\\\x11|pG\\\\x97\\\\x14\\\\xe4c\\\\xb32\\\\x87\\\\xb54\\\\'R\\\\x01\\\\xd0\\\\x02\\\\x0e\\\\x9a\\\\x8f\\\\xd9\\\\xf6w\\\\xea\\\\xac\\\\xae\\\\xe8\\\\x90\\\\xe4\\\\xacF\\\\xc9!\\\\x01\\\\xb3\\\\x83:\\\\xc2\\\\x1a\\\\xd5T\\\\x00t\\\\x90\\\\xd3 \\\\xfd\\\\xe3\\\\xcf\\\\xab\\\\xf1\\\\xdc\\\\x8ej\\\\xd4\\\\t+\\\\xc1\\\\xc21\\\\x95\\\\x8f\\\\xc4\\\\xbaX\\\\x0e\\\\xba~\\\\x10L\\\\x19\\\\xed\\\\xd1\\\\x1d\\\\xccqL=T\\\\x9bxV\\\\xf6M[Ev\\\\x00B1\\\\xd4\\\\x85$\\\\x92\\\\x01$\\\\x1d~\\\\xff\\\\x00\\\\xf0\\\\xe9p\\\\xdc\\\\x83\\\\'\\\\xc4%\\\\x98\\\\x91\\\\'@\\\\xdb\\\\x8c\\\\xcaKC\\\\x05g\\\\x15\\\\x80\\\\x15\\\\xd3w\\\\x86\\\\x91\\\\xa8\\\\x1d\\\\x87\\\\x9fV}\\\\xe8\\\\x90\\\\xa6@iZ9,u\\\\xa8\"\\\\xadD\\\\x00\\\\xab\\\\xb8\\\\x9d\\\\x00#\\\\xfb\\\\xa6<\\\\xba\\\\x8b&\\\\xb8\\\\xaa\\\\xd6\\\\xc1\\\\x06\\\\xa9W!N\\\\xe9hD\\\\xda\\\\xdb\\\\xddt;Os3\\\\xafn\\\\xae\\\\x85\\\\xa7d\\\\x86lJ\\\\xd1bX\\\\xd4\"\\\\x06.\\\\xca\\\\x82\\\\x11\\\\xb6\\\\x04%\\\\t%N\\\\x93\\\\xf4\\\\x83\\\\xe1\\\\xdf\\\\xae)\\\\x91 \\\\x12O\\\\xdf5\\\\'\\\\x06\\\\x86\\\\xb9\\\\x83\\\\xba\\\\xb6\\\\xa4\\\\x93dw \\\\x00Lx\\\\x9f\\\\xbb^\\\\x82R`\\\\x93\\\\xba\\\\xb8\"\\\\x18q\\\\xc7\\\\x920\\\\xec\\\\xbb\\\\x0e\\\\xc0\\\\xd2\\\\x93\\\\xa9`Gh\\\\xf4\\\\xe9\\\\xa7\\\\x7f\\\\x0e\\\\x90\\\\x01z\\\\xac\\\\xf8\\\\x8a\\\\xd5*\\\\xe4X}\\\\xd2\\\\xc7\\\\xd4\\\\x92}\\\\xa2 I\\\\xee\\\\x06\\\\x9fq\\\\xea\\\\xc9[V\\\\xe24\\\\xa7\\\\xcf\\\\x81ri\\\\x81\\\\xf2n:\\\\xed\\\\xde\\\\x91bWj\\\\xb6\\\\xa2\\\\x1b\\\\xd3\\\\xe3\\\\x13\\\\xaf\\\\x9fY\\\\xdf-k^\\\\xdaDT\\\\xc6\\\\xbe\\\\x0b/\\\\xe4\\\\xed\\\\x9fm\\\\xfe\\\\x8b\\\\xb2\\\\xf0q\\\\xef~D\\\\x82\\\\xde\\\\xd6=\\\\xf0\\\\xd5\\\\xec\\\\xdc\\\\xc1\\\\x00\\\\x04\\\\x8f\\\\xc2d\\\\x1f\\\\x18\\\\xfa\\\\xf5\\\\xe3\\\\xad\\\\xea\\\\x8c\\\\x8ec\\\\xc4q\\\\xfc//r\\\\xe0%\\\\xb0~\\\\xe4\\\\xca\\\\xe4\\\\xd5p\\\\xc9\\\\xb5\\\\rV\\\\x85>\\\\xef\\\\xa5\\\\xd5\\\\x9aH\\\\x86\\\\x1eQ1\\\\xdb\\\\xfc:\\\\x92\\\\xe2`\\\\x8c\\\\x0f\\\\xd7\\\\xb7\\\\xec\\\\xa8_\\\\x8dQ[1?1\\\\x8dp\\\\xb17d5@!U\\\\x08\\\\xa5\\\\xa0\\\\xec\\\\xd5\\\\x8c\\\\x91\\\\xf6\\\\x08\\\\xd7\\\\xed\\\\xea\\\\xed\\\\xdf\\\\xd6\\\\x81\\\\xddV\\\\x01\\\\xf1,\\\\x92\\\\xdf\\\\x1e\\\\xfa\\\\x98\\\\x93Y\\\\xb4\"HQ$D\\\\xfa\\\\x82\\\\x91\\\\x1a\\\\x19\\\\xef\\\\xf7\\\\xc7H\\\\x16\\\\r\\\\xbc\\\\x92\\\\xf5\\\\x82IB\\\\xeck\\\\xd1\\\\x82\\\\x00\\\\xa7h\\\\x97\\\\x83\\\\xb5\\\\x81\\\\x1a\\\\t\\\\x1a\\\\x92\\\\x02\\\\x9d\\\\x7f\\\\xcf\\\\xa6\\\\xcaR\\\\x1f\\\\xe9\\\\xfc\\\\xa5\\\\x80\"\\\\x19\\\\xd1\\\\xce)\\\\xb1\\\\xfd\\\\x86l\\\\x92m\\\\xca\\\\xa8\\\\x10+n\\\\xec\\\\xa4n\\\\x98\\\\x88\\\\'\\\\xbfo\\\\xfb\\\\x15r1\\\\xd0L\\\\x85s\\\\xa9\\\\xed\\\\xa2\\\\xbb\\\\xb7:\\\\xe5\\\\xa5\\\\xf8=(\\\\xa7e&EXW\\\\xd1\\\\x8a\\\\x8c\\\\x8a\\\\xca\\\\xcde$I$\\\\x11\\\\xa4\\\\xa8\\\\x81\"\\\\t\\\\x1a\\\\xfd\\\\xdd\\\\xba\\\\xb5\\\\x0b\\\\x9a\\\\xc5\\\\x12.Z6\\\\xe2iB\\\\x96\\\\xb1\\\\xf0\\\\xac\\\\xb3\\\\xf35\\\\xdd`Zj\\\\x0c\\\\xfe\\\\xc8\\\\x04\\\\xef\\\\x95\\\\x8f\\\\t\"f;\\\\xf5b$\\\\xb5U@ZX\\\\xa9M]4c\\\\x91b\\\\x9bm\\\\xf4\\\\x91{7\\\\xabi\\\\x90\\\\x01X2 F\\\\x84\\\\x0f\\\\xdb\\\\xd1\\\\x91D\\\\xd6\\\\xd3\\\\x10\\\\xd5\\\\xfc\\\\x7f\\\\x0b+9NCcS[Wmx\\\\xdb\\\\xab\\\\xa2\\\\x0e\\\\xd0\\\\xca\\\\t1\\\\xa4\\\\xfd\\\\xfa~\\\\xe9\\\\x1dC\\\\xbe\\\\x08\\\\xe53\\\\x1e\\\\xaaN7\"\\\\xafr\\\\x9c\\\\x80\\\\xf6%*\\\\x17!\\\\x98\\\\x1d\\\\xa0\\\\x01\\\\x01T\\\\x93\\\\xac\\\\x18\\\\xd3\\\\xeb\\\\xfbDH\\\\xa9\\\\x85\\\\xd0\\\\\\\\\\\\x15\\\\x9eO\\\\r\\\\xfdM\\\\x9f3\\\\x11\\\\x92\\\\xab\\\\xd9\\\\xdbi[\\\\x14\\\\x1d\\\\x04\\\\xca(\\\\x1d\\\\xc4\\\\x98\\\\x8f\\\\xbfN\\\\xaa\\\\xee,\\\\x8b\\\\xa0\\\\xca,\\\\x0f\\\\x18\\\\'[\\\\xa7\\\\xd0\\\\xf1\\\\xcd2|b\\\\xdeK\\\\x8a\\\\x19|>E#)\\\\xaap\\\\xc7`\\\\x04\\\\xc2\\\\xe8f!\\\\x89\\\\x0b\\\\xe1\\\\xe3\\\\xaf\\\\x80\\\\x9e\\\\xbc\\\\xed\\\\xd3r\\\\xcc\\\\xb4\\\\x11\\\\xd6\\\\x9cc\\\\xd1j\\\\xed\\\\xc6%\\\\xf0V\\\\x0e\\\\x1d.\\\\xf7\\\\x06\\\\xb9U\\\\xfd\\\\xd0V\\\\xa0\\\\xba\\\\x12\\\\x01\\\\x95\\\\x9f\\\\x00u GV\\\\xedD\\\\xc8\\\\xb9W5\\\\x0eI\\\\x99\\\\xdb\\\\xdb\\\\x0c}$l \\\\x05\\\\x01d \\\\xed\\\\x04\\\\r\\\\t\\\\xf1\\\\x1d\\\\xbe\\\\x9d\\\\\\\\\\\\x8d\\\\xcd!\\\\x99/K\\\\x84\\\\x07\\\\x9b\\\\xbb.\\\\xec\\\\x0b\\\\xc60gZ\\\\xd4\\\\xedV\\\\x04\\\\xa6\\\\xf0t\\\\x85X`\\\\x07\\\\x7f>\\\\xaa^\\\\x99\\\\xb8iZ`\\\\x86\\\\xe8\\\\x001\\\\xc1\\\\xd72\\\\xf3\\\\xd7\\\\xf2IqL\\\\xa6\\\\x80!k(a\\\\xa7\\\\xf8\\\\x95\\\\x99I\\\\xf5L\\\\x93=R\\\\xb4\\\\x06\\\\xa0&\\\\x058\\\\xe35B\\\\xe1glO\\\\xdf\\\\xe8\\\\x97m\\\\xc3\\\\xc8s\\\\xee]\\\\x94\\\\x17\\\\xdb\\\\x00<\\\\xa9*\\\\xaa\\\\x01\\\\x0b\\\\x11\\\\xf5\\\\xd3\\\\xe8\\\\x9d6\\\\xdd\\\\xbdD\\\\xc9\\\\xc5Cb\\\\xfd\\\\xeag=-\\\\xcdk~\\\\x02\\\\xd0K\\\\xdf\\\\x96w\\\\xa5\\\\xc1.\\\\xa8K\\\\x94F\\\\xd2\\\\xb2\\\\x1a| \\\\xfd\\\\x9e~S+\\\\xf2%\\\\xa4_\\\\x9be\\\\xf9C8\\\\x8cX\\\\xa9\\\\x99\\\\xdcj\\\\x1cZ\\\\xd4\\\\xa2\\\\xbf\\\\xb4\\\\xc6n\\\\xad\\\\xbd]\\\\xce\\\\x81\\\\xa3\\\\xec\\\\xd6:\\\\x0b\\\\xa22\"D\\\\x02:\\\\x1f\\\\xb74v\\\\t\\\\xa8\\\\x18u\\\\x1cQ\\\\x90l\\\\x8c\\\\x07{\\\\xeck\\\\xab\\\\\\\\z\\\\xeb\\\\x8a\\\\xaaU\\\\x80\\\\x02\\\\x82\\\\x17\\\\xd6\\\\xc7I$\\\\x9e\\\\xaa\\\\xde\\\\xbe%2\\\\x04\\\\x00o\\\\xaeJ\\\\xccm\\\\xb0\\\\x7f4K\\\\xfa\\\\x87\\\\xe4)\\\\\\\\TA`u(\\\\xe4\\\\x9fI\\\\'@`i\\\\xa0\\\\x81\\\\xfe=V\\\\xb73W\\\\x158\\\\xe2\\\\x9f\\\\xed\\\\xbf\\\\xeai\\\\x96kV?/\\\\x90\\\\xb6\\\\x87\\\\xa5\\\\xc5U\\\\xbbI\\\\nX@\\\\x1a\\\\x83\\\\xd8\\\\x9fI\\\\xd6O@}.\\\\xd4|\\\\xb2\\\\xe9\\\\x9eYuN\\\\x16\\\\x1b\\\\x1c\\\\x97\\\\xd7O\\\\xf6\\\\xad\\\\x87\\\\xc9\\\\xd1\\\\xfaD9\\\\x8c*\\\\x1a\\\\xc6\\\\xcek\\\\x0efV\\\\xe1]ai&K?\\\\xe2F*d\\\\x11\\\\xdb\\\\xa9\\\\xb0w\"\\\\xdc\\\\xe7n,\\\\xe6\\\\xa7\\\\x8c\\\\xd6\\\\x84\\\\x04\\\\x18\\\\x03\\\\x97\\\\x1e\\\\x08\\\\'\\\\xea\\\\x0f-\\\\xc9\\\\xfc\\\\x93\\\\x93\\\\xc6\\\\xc4)\\\\xf9\\\\xcb0\\\\xbd\\\\xcf\\\\xcb\\\\x9a\\\\x1bs\\\\x80\\\\x02\\\\xeef I\\\\xd4w>\\\\x1ai\\\\x13\\\\xd7\\\\xcf\\\\xfek{{\\\\x7f!d\\\\r^\\\\xdb\\\\xe0\\\\x1c\\\\xb7nc\\\\xee\\\\xb76\\\\xb6\\\\xa3g\\\\xd6\\\\xec\\\\xec\\\\x8d|\\\\'\\\\xf4\\\\xd6\\\\x9c\\\\xec\\\\x9c\\\\\\\\\\\\xbe[s[\\\\x91g\\\\xa2\\\\x92BZ\\\\xc5A\\\\x1a\\\\x83\\\\xa0:@\\\\xf3\\\\x1a\\\\xf8uw\\\\xe2>\\\\n\\\\x11\\\\x10\\\\x9d\\\\xdcN\\\\x01\\\\xea>\\\\xdf\\\\x9e\\\\x89;\\\\x9d\\\\xc6\\\\xa2Dk\\\\xd5_\\\\xbc\\\\x1f\\\\xc7\\\\xab\\\\xc0^=\\\\xb1\\\\xb1)fL\\\\xa4\\\\xc7\\\\xc7\\\\x04n6X\\\\xa0\\\\r\\\\xb7K\\\\x9d\\\\xca<\\\\xa3\\\\xeb\\\\xd7\\\\xa0\\\\xb6Db\\\\xf0\\\\x15v\\\\xa3\\\\x12{k\\\\xe4\\\\xaa\\\\x90Iw\\\\xc1E\\\\xfc\\\\x87\\\\'\\\\x9f\\\\xc9\\\\xe6f\\\\xe2q\\\\xaa(\\\\xe3-\\\\x7f\\\\xeaO\\\\x8e\\\\x88\\\\xaa\\\\x96;\\\\xee]\\\\x01\\\\xd8\\\\x00\\\\x00\\\\x1d\\\\xbe\\\\x1fX\\\\xea\\\\x95\\\\xbb\\\\xf7\\\\'u\\\\xe3\\\\x16\\\\x10py\\\\xb9\\\\xf2\\\\xeeL6\\\\xdc\\\\x12s\\\\xf0R\\\\xf9^3\\\\x1b\\\\x12\\\\xf5\\\\xc0\\\\xe4\\\\x19\\\\xf3/y\\\\xc9\\\\xc9\\\\x1f\\\\x9a\\\\xd2,\\\\xdc\\\\x05mf\\\\xc2+\\\\x88\\\\x04+\\\\x12\\\\x08\\\\xfat\\\\xfd\\\\xe4\\\\xad\\\\xc2DI\\\\xe4q5\\\\xc8\\\\xf3\\\\xe5\\\\x95\\\\x17X\\\\x83\\\\xf2\\\\x1c\\\\xbb\\\\x92\\\\xfdX9x\\\\xf9\\\\x17\\\\xf1\\\\xb5\\\\xf1xY\\\\x1c\\\\xa7<\\\\xe8\\\\xb8\\\\x9bf\\\\xc5\\\\xaf\\\\xda%jQh\"Y\\\\x84\\\\x80\\\\x0e\\\\x87\\\\xbc/\\\\x8cm\\\\x8d\\\\xd8\\\\xfat\\\\x03rt\\\\x1c\\\\x80\\\\xc8>e2Zd\\\\x1cH\\\\xb4W0r\\\\xb6\\\\xd9\\\\xf1?\\\\x97\\\\xf2Xy\\\\x06\\\\xdb3\\\\x12\\\\xc7L\\\\xbamM\\\\xcc\\\\x96H\\\\xde\\\\xc4\\\\xc1\\\\x01\\\\x95\\\\xa4\\\\x13?f\\\\xbdx=\\\\xd1\\\\xbb\\\\xb4\\\\xdc\\\\\\\\\\\\xa0\\\\'7\\\\xe6k\\\\xd2\\\\xabN\\\\x062\\\\x88\\\\xe5\\\\xf8]\\\\x17\\\\xf0\\\\xaepz9\\\\x0c\\\\xac\\\\xfb\\\\x1b\\\\x0e\\\\xa8Z\\\\xd1,\\\\x93k\\\\xc7\\\\xe2V\\\\xecDH\\\\xf0#\\\\xb6\\\\x93\\\\xae\\\\xcd\\\\x8d\\\\xed\\\\xc8\\\\x87\\\\x97\\\\xaa#\\\\x06?t\\\\xb3n\\\\x06\\\\\\\\\\\\xbb\\\\x95\\\\xf1\\\\xc6sy\\\\x7f/\\\\xe5\\\\x1910\\\\x16\\\\xbe\\\\x13\\\\x8f\\\\x1bs\\\\xd1v\\\\x8b^\\\\xa7\\\\x81\\\\xed\\\\xa3\\\\xa8\\\\x1bI\\\\xd3_\\\\x00L\\\\x19\\\\xed\\\\xb7\\\\xb3\\\\x9d\\\\xcd\\\\xed\\\\xe8\\\\x93\\\\x12-\\\\x83\\\\\\\\\\\\x8aL\\\\x88\\\\xb4\\\\xf5\\\\x0eB\\\\xb6x\\\\xfc\\\\xae(\\\\xf1\\\\xb6b\\\\xe0\\\\xf1\\\\xb5\\\\xd9\\\\x83\\\\x8c\\\\xed\\\\x861Q\\\\xf6\\\\x9d\\\\x95\\\\xc9\\\\xfcD\\\\x00N\\\\xee\\\\xe3q>3\\\\xe1\\\\xd7\\\\xb5\\\\xb7{o\\\\x1bZc\\\\x00@\\\\xa5\\\\x0e\\\\x92\\\\xc3\\\\xaf\\\\xd5Us\\\\x12\\\\xe4\\\\xf5[\\\\xa9\\\\xc9\\\\xcaBZ\\\\xf1c\\\\xdb\\\\x94\\\\xe0\"\\\\x98\\\\xdbX\\\\xdb!t\\\\xf5\\\\x11=\\\\xcbu\\\\x9fowz\\\\xd12\\\\x90\\\\x91\\\\x94\\\\xa8\\\\x01\\\\xc0\\\\x0e\\\\x8d^\\\\xf2\\\\x99\\\\xa23\\\\xa0\"\\\\x88\\\\xee\\\\'\\\\x1d\\\\x90\\\\xdbm\\\\xb9\\\\x03\\\\x02\\\\xa3\\\\xf9]\\\\x8e\\\\xd3\\\\xdd\\\\xbb\\\\x9d4\\\\xeb_k\\\\xb4\\\\x9c\\\\xc8\\\\x94\\\\xc04\\\\xc3\\\\x90\\\\xf3\\\\xa2(m\\\\xe5S\\\\x92\\\\x01\\\\xcdq\\\\xe8X\\\\xdd\\\\x8f\\\\xca\\\\x1e7!\\\\xf2Ul\\\\xaa\\\\xb4FW\\\\x00L\\\\x99\\\\x12 \\\\x0e\\\\xe0\\\\xf6\\\\xd3\\\\xc7\\\\xac\\\\xdf\\\\x96\\\\xd9\\\\xdb\\\\xb6M\\\\xcfr0\\\\x94\\\\xa4\\\\x06\\\\x96\\\\r\\\\xff\\\\x00\\\\xca\\\\x99\\\\x81\\\\x9a\\\\x88H1\\\\x0cK\\\\x1a%\\\\x8b\\\\xde\\\\xd1\\\\x95\\\\x92*V\\\\xbe\\\\xf4\\\\x0c\\\\xe4\\\\xd6\\\\xc1R\\\\xe4hRk\\\\xef\\\\x0c\\\\x00\\\\x98\\\\x89\\\\xfa\\\\xf5\\\\xe4\\\\xae\\\\xdc\\\\x12\\\\x9c\\\\xb4T\\\\x87\\\\xad\\\\x1a]c\\\\x9f\\\\\\\\;S4\\\\xb1\\\\xae\\\\x08^\\\\x18\\\\xb6\\\\xd9\\\\xb1]\\\\xab\\\\xaf\\\\x1e\\\\xb5\\\\xb12\\\\x91\\\\x85DZ\\\\x19\\\\x81[\\\\x91\\\\xa0\\\\x06\\\\xd0C\\\\x02g\\\\xf7t6.\\\\x16\\\\xd6\\\\x0e\\\\x15\\\\x04zH\\\\xaeo\\\\xf6Q(\\\\x00X#\\\\xf5dR\\\\xeb\\\\xef=\\\\x80\\\\xdbK\\\\x92.C2\\\\x1d\\\\x9a=\\\\x02\\\\x08&N\\\\xa4jG~\\\\xb4\\\\xacn!r\\\\xdb\\\\x92u\\\\x03\\\\x8b\\\\xd0\\\\xb9\\\\xe5N\\\\xd7\\\\xcd\\\\x95y\\\\t\\\\taD7\\\\x9b\\\\xc9\\\\xa3\\\\x83\\\\xcc9\\\\xd8\\\\xb8\\\\xb5\\\\xa5y\\\\xd1O-\\\\xee\\\\xa1\\\\xb0\\\\xd6\\\\x1e\\\\x02\\\\xb7\\\\xe2>\\\\xd8\\\\x00\\\\xeb\\\\x1fO\\\\xb3\\\\xa7o\\\\xf7\\\\x9f\\\\xe2\\\\xdc{q\\\\x022\\\\xa4\\\\x9c9\\\\x0f\\\\xdeX\\\\xf6.\\\\x8d\\\\xa3.\\\\xa8^Uu|\\\\x93\\\\x02\\\\x83\\\\x99Vn_\\\\x15\\\\x8fe\\\\x15\\\\xe1_Do\\\\xb3\\\\xde;Q\\\\xe9\\\\x05\\\\x83)\\\\xf1bG\\\\xe1\\\\xfd\\\\xbdhm\\\\xf7@\\\\xc62\\\\x93\\\\xc8\\\\x06\\\\x1c\\\\xb1\\\\xc0\\\\xa5{f`\\\\xf2\\\\n\\\\x8b\\\\xfd_\\\\xf8\\\\xff\\\\x00\\\\x13\\\\x95\\\\xf1\\\\x8f\\\\x95\\\\xf1<\\\\xd5\\\\xe3\\\\'!qop\\\\xd5\\\\xaf\\\\xbe\\\\xb8\\\\xf7\\\\xe2\\\\xd6\\\\xc564\\\\xfa\\\\x18\\\\xb0\\\\xd7\\\\xeb\\\\xae\\\\x9d^\\\\xde\\\\xeeLn\\\\x18\\\\x81\\\\x17\\\\xcf\\\\xa1\\\\xe9\\\\xf7U\\\\x85\\\\xa8\\\\x98\\\\x10y\\\\x15\\\\xf2\\\\xf3\\\\xe2o\\\\xb7\\\\x94\\\\xa6\\\\xb6\\\\xbc\\\\xfb*\\\\xca\\\\x0b\\\\x82%cPH\\\\x04\\\\x02\\\\x04\\\\x9d;\\\\xf9\\\\xcfU\\\\xb6\\\\xb1\\\\x13\\\\xb8\\\\xee\\\\xf1\\\\xfb\\\\xfe\\\\x17\\\\x9c\\\\xbd\\\\xe8,\\\\xcc]^\\\\x83?\\\\x1e\\\\xda\\\\xed\\\\xab,m\\\\xa8\\\\x16\\\\xb1^\\\\xd8*\\\\xae|\\\\x01 \\\\x80Op4\\\\xff\\\\x00\\\\xd9\\\\xeb\\\\xd5\\\\x0b\\\\xd1\\\\xd3\\\\xea\\\\xc52DF5T\\\\x8f7G\\\\x17\\\\xfdI\\\\x15\\\\t\\\\xa9^\\\\xc3\\\\xea\\\\x0c6\\\\xc3@\\\\x00\\\\x93\\\\xd8z\\\\xa0\\\\xff\\\\x00\\\\xc0\\\\xf5F\\\\xec\\\\xc4d\\\\xc1\\\\x85U\\\\x07\\\\x81\\\\x15\\\\x0b\\\\x0b\\\\xf8\\\\x1cM\\\\x97\\\\x9c\\\\x7fiM\\\\xbb\\\\x8a\\\\x95\\\\x10Y\\\\x81\\\\x10R$\\\\xf9\\\\xfe/\\\\xb3\\\\xa5\\\\xcfK\\\\x99=>\\\\xa9\\\\xd0\\\\xb1\\\\x19a\\\\x8af\\\\xf8\\\\x8f\\\\xe8w\\\\xea\\\\x7f\\\\xce0\\\\xaf\\\\xca\\\\xe18\\\\x0f\\\\xce\\\\xe1q\\\\xc1n\\\\x19\\\\x19v-\\\\x15[\\\\xbc\\\\xe8\\\\x8al\\\\x82Ki\\\\x1b\\\\x7f\\\\xca1\\\\xa1\\\\xb7\\\\x91$\\\\x11\\\\xe9|\\\\x0fU\\\\xadc\\\\xe3\\\\xa5?TC\\\\xb2\\\\xab~W\\\\xfa}\\\\xf3o\\\\x89r\\\\xf7\\\\xe2\\\\xf3\\\\xdc\\\\x15\\\\xfc^U\\\\xaaR/M\\\\xc9\\\\'p\\\\x08\\\\x1chtS\\\\x10z\\\\xaa-]\\\\xb7u\\\\xc0\\\\x00\\\\xf2\\\\xc9\\\\x90_\\\\xd9\\\\x98\\\\xc4\\\\xea\\\\xfaf\\\\x970\\\\xb8\\\\x9b\\\\xf2\\\\x9fvr\\\\x8a\\\\xd4\\\\x7f\\\\xcb\\\\x85,7\\\\x18\\\\x01X\\\\x83\\\\xd8\\\\xf5O\\\\xfcs9\\\\x11\\\\xfa\\\\x9e\\\\xc2\\\\x7f\\\\x85PA\\\\x88\"\\\\xa9\\\\xf6\\\\xac\\\\x9e\\\\'\\\\x8b\\\\xaa\\\\xac{\\\\x9f\\\\xdc\\\\xa9\\\\x17\\\\xd5\\\\x8a\\\\x86Ab\\\\xa1}+\\\\x12d\\\\x9f\\\\x01\\\\xa4\\\\xf5\\\\xb7\\\\xb6\\\\xb7f\\\\xc5\\\\x01\\\\xf5\\\\x1cC\\\\xe7\\\\xc7$\\\\xab\\\\x97\\\\x8c{\\\\x96\\\\xeeS\\\\x84\\\\xc28\\\\r\\\\xc8\\\\xb3V\\\\xde\\\\xfan\\\\xae\\\\xd5\\\\xd4\\\\xa7\\\\xa4\\\\x0fQ\\\\xef\\\\xa0\\\\xd2|\\\\xfa\\\\r\\\\xc6\\\\xd2\\\\x0cn`C\\\\xf6\\\\xf7\\\\x94\\\\x13&\\\\xf0T\\\\x8f\"\\\\xb6=\\\\x8e\\\\x8b\\\\x0b\\\\x86\\\\xacB0\\\\x04\\\\x80\\\\x07\\\\x8c0\\\\x99 \\\\xf8\\\\xf5\\\\x88\\\\'\\\\x13P\\\\x1b\\\\xa2L\\\\x84\\\\xa4\\\\x18\\\\x93\\\\xda\\\\x84 fT\\\\xb5\\\\n>\\\\xf3\\\\xe9\\\\x1f\\\\x85\\\\xca\\\\xe8\\\\'\\\\xb6\\\\xb3\\\\xfb\\\\xbaqaB\\\\x96\\\\t`_\\\\xf9]\\\\x19\\\\xf1\\\\x11\\\\x8f\\\\x87\\\\xc2b[\\\\x8aU\\\\xb2i\\\\x0c\\\\xd4=\\\\x8a7n n\\\\xfd\\\\x9e$v\\\\x1d]\\\\xd8E\\\\xad\\\\xeb\\\\xf4\\\\xc8\\\\x87Wu\\\\x16,\\\\xe1\\\\x03\\\\xe6\\\\xb2\\\\xd0]o\"\\\\x94!(\\\\x0b\\\\xbdm$K\\\\x11\\\\xfc\\\\xcd\\\\xa3C\\\\x1ef\\\\x08\\\\xf3\\\\x9fOJ\\\\x83\\\\x03)\\\\x98\\\\x8cG\\\\x1d\\\\xfc>\\\\n\\\\x8d\\\\xe9k\\\\x90\\\\x03\\\\x92T\\\\xe48\\\\xca3\\\\xaa\\\\xa3+\\\\x06\\\\xefn\\\\xdbj\\\\r\\\\x9eI\\\\xdbZ\\\\x8b\\\\x18\\\\x80+\\\\x00\\\\x82\\\\xe1\"N\\\\xbav\\\\xfau\\\\xaf{knq3\\\\xca@c\\\\x80\\\\xeb\\\\xdd\\\\x9a\\\\xac\\\\xc6:C\\\\xe1\\\\xc7z\\\\x13\\\\xfd\\\\x17\\\\x8b\\\\xff\\\\x00\\\\xf3\\\\xb0\\\\xff\\\\x00\\\\xe5?\\\\xfe\\\\xefY\\\\xdf\\\\xe0[\\\\xff\\\\x00\\\\xfb\\\\x87\\\\x87\\\\xf2\\\\xadj<\\\\x8f\\\\x1d\\\\xcb\\\\xff\\\\xd0\\\\xf9\\\\xfd\\\\xf9e\\\\xc6\\\\xde\\\\x0e1\\\\xc8\\\\xb2\\\\x93\\\\xb6\\\\xe9:!h\\\\x1b\\\\xa4\\\\x89\\\\x03\\\\xf1w\\\\xd3\\\\xf6k\\\\x80:\\\\x85\\\\xf1\"\\\\xceA\\\\x06\\\\x98\\\\xa6\\\\xde+\\\\x82\\\\xc9\\\\xcc\\\\xf6\\\\x8e%\\\\x037#85H\\\\xaav\\\\xed\\\\x08d\\\\xb6\\\\xed@\\\\x90\"Li\\\\xdb\\\\xe8d\\\\tzT\\\\xda\\\\xb7)\\\\xb4\\\\xb39r\\\\xeb\\\\xf6V\\\\x1bq\\\\x9c\\\\x98\\\\xa3\\\\x1f\\\\x18\\\\x81M\\\\xb5\\\\x82}\\\\x90\\\\xa3\\\\xdb!G\\\\xa5d\\\\x89\\\\x92<|\\\\xfa\\\\xa31=lp\\\\xc9l\\\\xdb\\\\x88\\\\x16\\\\x9b5P\\\\xf3X\\\\x15\\\\xe2rYa\\\\xe9[ou\\\\x01*\\\\x90\\\\x1a\\\\xa91\\\\xb8A=\\\\xbf\\\\x88y\\\\xf4%\\\\xf50\\\\x15Y[\\\\x86\\\\x8b\\\\x8a\\\\x05\\\\x13\\\\x89\\\\xc2\\\\xcb\\\\xbb)\\\\x1e\\\\xbcoX\\\\x83J\\\\xc40]\\\\x04\\\\xa3\\\\x03\\\\xdc\\\\xf6\\\\xfa\\\\xfd\\\\xfdX\\\\xb5\\\\x00*\\\\x03$\\\\xbc\\\\xcb5h\\\\xad\\\\x8f\\\\x90Yn7\\\\x081\\\\x8d\\\\x8c\\\\xb5\\\\xaa*\\\\xa3\\\\xb0$\\\\x83\\\\x00\\\\x13\\\\xdf\\\\xc2D\\\\x7fc\\\\xd4\\\\xdd4rU\\\\xeb\\\\x80\\\\x80\\\\x074\\\\x83\\\\xc3R\\\\x994\\\\xd8V\\\\xb3`\\\\xc6f\\\\x1e\\\\x89\\\\x82\\\\xe5\\\\x88\\\\x12\\\\xc6\\\\x08\\\\x9dI\\\\xfb\\\\xb4\\\\xf1\\\\xeb\\\\xa2}/\\\\x92\\\\xa4l\\\\x1d/*\\\\xab/\\\\x83\\\\xf6mJ\\\\xa9\\\\x1a0\\\\xc7\\\\xa8\\\\\\\\\\\\x98\\\\xfb\\\\xbd(T6\\\\xa5\\\\x9b\\\\xd4F\\\\xd0\\\\xc6\\\\x0c\\\\x91\\\\xd7\\\\x10\\\\x0fb}\\\\x86\\\\r\\\\x13\\\\xc95\\\\xf2y\\\\xd8\\\\x984\\\\xb5ob\\\\x06B\\\\x82\\\\xa5s\\\\xdd\\\\x98\\\\xc2\\\\x15\\\\x89#S\\\\xd4J\\\\xe4@Vg0(\\\\x93i\\\\xc8\\\\xa2\\\\xf5\\\\x19,\\\\xd6=\\\\x80\\\\x83B\\\\xd5\\\\xa8\\\\xf4\\\\xfa\\\\xa7h\\\\xf4\\\\x99#\\\\xee\\\\xfd\\\\xfd\\\\x149\\\\x94\\\\x8bZsz+&\\\\xff\\\\x00\\\\x91U\\\\xcfU\\\\xc0\\\\xe3\\\\xd5\\\\xc1\\\\xd3\\\\xc1\\\\xe4qJ\\\\x12\\\\xcc\\\\xdcQ\\\\xaeC\\\\x03&\\\\xc7\\\\x00\\\\x19\\\\'\\\\xec\\\\xf3\\\\xf3\\\\xe9\\\\xdb\\\\x9b\\\\xe2`\\\\x16e\\\\xb1\\\\xba\\\\xbf\\\\x0b\\\\xf0\\\\x8cc\\\\x061\\\\xc7\\\\xaa\\\\xbe\\\\xfe3\\\\xfa\\\\x1b\\\\xf2O\\\\xd4\\\\xae\\\\x12\\\\xec\\\\xcc\\\\x16\\\\x18\\\\x95\\\\x964a\\\\xa0Q\\\\xb5\\\\xecE,\\\\xc2\\\\xc8\\\\xd4@\\\\xd4\\\\x125\\\\x9d\\\\'\\\\xac\\\\xf9\\\\x83v\\\\xa0\\\\x82\\\\xcc\\\\xadY\\\\xd8\\\\x99\\\\x8c\\\\x16\\\\xbeC\\\\xfd\\\\x98~\\\\xa1\\\\xd3\\\\x8er\\\\xf8\\\\xb7\\\\xa3\\\\x97\\\\xc9\\\\xc1D\\\\xb4b\\\\xadv\\\\xd3{\\\\xbb(b\\\\xb0\\\\xe1u\\\\x12G\\\\xec\\\\xd3\\\\xc3\\\\xa9\\\\x8d\\\\x89\\\\xc4\\\\xb0 \\\\xbeH\\\\xa7\\\\xf1R\"\\\\x8f\\\\x82\\\\xe7\\\\xa6\\\\xf8\\\\x87-\\\\xc5r\\\\x99\\\\xbc_!\\\\x84\\\\xf8y8\\\\xc4\\\\xaen=\\\\x83n\\\\xb3\\\\xb7q:\\\\x92\\\\'\\\\xc4\\\\x13\\\\xa7M\\\\x86$,\\\\xb3\\\\xb7\\\\x94$\\\\xc7\\\\x97\\\\x8fU\\\\x9e/\\\\xc5\\\\xda\\\\x9f~\\\\xefh1`}v\\\\x10\\\\xcb\\\\xb8\\\\x02\\\\xca5\\\\xd7^\\\\x9e\"EP\\\\r\\\\xb1\\\\x15\\\\tc\\\\x98\\\\xe2\\\\x1d\\\\xd8;PM.\\\\xa8\\\\xac\\\\x15\\\\x88\\\\x00\\\\xc7\\\\xa1BI\\\\x04\\\\x82`\\\\x1f\\\\xdf\\\\xd0\\\\tUU\\\\x95\\\\xa2N4[1\\\\xb8K^\\\\xb5\\\\xbf!*\\\\xf6\\\\x10\\\\x06\\\\xaf\\\\x19\\\\x06\\\\x84\\\\x00\\\\t\\\\x03\\\\xf8X\\\\x82#N\\\\x9b\\\\x17\\\\xc4\\\\xa7\\\\xc2\\\\xd9\\\\x05\\\\xddS\\\\xbf&\\\\xf6\\\\x8d\\\\xf7\\\\xb5u\\\\xed\\\\x1b\\\\xacQ\\\\x0b*\\\\x14I\\\\xdc\\\\xc0h\\\\xb2\\\\xda\\\\xfd\\\\xdd,\\\\xcc\\\\x82\\\\x86\"@\\\\xf2Itq-\\\\x98l\\\\xcc\\\\xbe\\\\xd1\\\\xb0)v\\\\xb6L\\\\x92A\\\\x00\\\\x80$\\\\xc7\\\\x7f\\\\r|z\\\\x82\\\\xe6\\\\xa6\\\\xabF\\\\x06\\\\x80%\\\\xcc\\\\xea\\\\x185\\\\xab\\\\rY\\\\x00\\\\x8a\\\\xd0\\\\x82\\\\x00^\\\\xd2\\\\xe0\\\\xf60z\\\\x1dQvj\\\\'\\\\xda2>\\\\xa7\\\\xaaZ\\\\xb7\\\\x8e\\\\xfc\\\\xc5\\\\xb5\\\\xd9\\\\xaf\\\\xb6\\\\xd2`\\\\x80F\\\\x9e#B\\\\x7f\\\\xb6\\\\x9dq\\\\xbf\\\\xa2\\\\x8bJ\\\\xd4AD8\\\\xef\\\\x8d\\\\xe7\\\\xf2yTq\\\\xbcv%\\\\xd9y\\\\xf9l*\\\\xc5\\\\xc5\\\\xa5K\\\\xbb\\\\xb3F\\\\xd04\\\\xfa\\\\xf8\\\\xf4\\\\xab\\\\xbb\\\\xc1n\\\\xa4\\\\xe0\\\\xae\\\\xdb\\\\x885+\\\\xb2?I?\\\\xd9\\\\x7f\\\\xea\\\\x1f\\\\xccy\\\\xf5\\\\xe2~MB\\\\xfcO\\\\x8a@\\\\xad\\\\x95\\\\x95iW\\\\xb1\\\\x95\\\\xbf\\\\x0e\\\\xc4S\\\\x1a\\\\xf9\\\\x9d:\\\\xc8\\\\x9f\\\\xc8{\\\\xf5\\\\x89\\\\xd2\\\\xd9\\\\xf2*\\\\xd6\\\\xb1\\\\x11\\\\xe9\\\\xab\\\\xae\\\\xec\\\\xfd<\\\\xff\\\\x00a\\\\x1f\\\\xa4\\\\xbf\\\\x16d\\\\xe4\\\\xbek\\\\x87\\\\x99\\\\xf2\\\\xf6\\\\xa2\\\\xdf\\\\x7f~Cm\\\\xa0\\\\xd1%Z\\\\xa6\\\\xc7\\\\xafig\\\\x11 \\\\x86\\\\x89\\\\xd0\\\\xf5Z;\\\\xff\\\\x00m\\\\xe5u\\\\xe5\\\\x18\\\\xf87fk\\\\x89\\\\x9c\\\\x98\\\\n\\\\x0c\\\\xf9\\\\xab\\\\x03\\\\x94\\\\xff\\\\x00`_\\\\xed\\\\xe3\\\\x97{\\\\xf2\\\\xb1\\\\xbe3\\\\xc9\\\\xf1?\\\\x9a\\\\x06\\\\xea\\\\xae\\\\xaf/\\\\xd8Q\\\\xb8J\\\\x7f(n\\\\x80<\\\\xb4\\\\xebLnm\\\\xca\\\\x03H\\\\x94\\\\\\\\S\\\\x16\\\\xaeaW\\\\x95\\\\xdb\\\\xa3\\\\xfdB@*#\\\\xe6?\\\\xfd\\\\xb7\\\\xbfO\\\\xd7\\\\x97T\\\\xf8\\\\xf7\\\\xcc\\\\xf9\\\\xac*\\\\xbd\\\\xa4|\\\\xbe51\\\\x7f9\\\\xed\\\\xdbh;TZD\\\\x80|\\\\x0bi\\\\x1dX\\\\xdb\\\\xdd\\\\x11\\\\x98\\\\xb7;\\\\x9eUR7so\\\\xd5\\\\xfe\\\\x8b\\\\x9d\\\\x7fZ\\\\x7f\\\\xfb}~\\\\xa2\\\\xfe\\\\x9fc\\\\xe1\\\\xe6\\\\xfc#\\\\x90O\\\\xd4\\\\x1c{\\\\xe8\\\\xae\\\\xdc\\\\xee.\\\\x94Z\\\\xf3\\\\xe8f\\\\xfc[\\\\x92\\\\x02\\\\x90\\\\x0e\\\\x9a\\\\x19\\\\xf2\\\\xef\\\\xd5\\\\xe8\\\\x99\\\\n\\\\x8fW\\\\xd5;\\\\xde\\\\x8e\\\\x17(q\\\\xa5B\\\\xf9\\\\xe1\\\\xcf\\\\xf0YX\\\\x19\\\\x19\\\\\\\\W+\\\\x87o\\\\x17\\\\xc8a\\\\x1fk3\\\\n\\\\xfa\\\\xda\\\\xbb\\\\xaau\\\\xd6\\\\x1dX\\\\x06\\\\x10|\\\\xfa\\\\xb3b\\\\xfdz\\\\xf5\\\\xfc\"\\\\x94G\\\\xec\\\\x15e\\\\xc8q\\\\xf7c\\\\xd9\\\\x0e\\\\xac\\\\xba\\\\xb0\\\\x0f\\\\xa1\\\\x92|I\\\\xd7^\\\\xc7\\\\xadkWD\\\\x85\\\\x17B\\\\xe3(t\\\\xa0@\\\\x84\\\\x98*u`\\\\xa2\\\\'BN\\\\xd1\\\\xdc\\\\x9e\\\\x8c\\\\x93\\\\x80]rD\\\\x95\\\\x1b\\\\'0W[>8W\\\\x86\\\\n\\\\xec\\\\x1b\\\\xb0bA\\\\xd4\\\\x19=\\\\x87n\\\\xa5\\\\xbb\\\\xd3\\\\xadm\\\\xcc\\\\x8f\\\\xadD\\\\xc7\\\\xcd\\\\xdf`\\\\x168\\\\xd5\\\\x89\\\\n\\\\xa5\\\\xa14\\\\xf0\\\\x11\\\\xf8G\\\\xf7\\\\xf58\\\\xa7\\\\xdc\\\\xb0\\\\x1b\\\\xd2\\\\xbd\\\\xe4)\\\\x1e\\\\xda\\\\xd8\\\\x9a\\\\x89\\\\xf6\\\\xce\\\\xddd\\\\xb1\\\\x8dG\\\\xe1#\\\\xfb}:\\\\x85\\\\x1bi\\\\x9718\\\\xac\\\\xb8\\\\xd2\\\\xc2\\\\xda,\\\\xac\\\\x92\\\\xb4)=\\\\xb6\\\\xc9, \\\\x92$\\\\x11\\\\x1d\\\\xb5\\\\xff\\\\x00\\\\x8fH8e\\\\x1b\\\\xb60 \\\\xe6\\\\xbb\\\\xbb\\\\xe3\\\\x1c\\\\x86G\\\\'\\\\xc0\\\\xf1\\\\x9c\\\\xde\\\\r\\\\xa2\\\\xe6\\\\xc6\\\\xa9?>\\\\x80\\\\xac\\\\x97E\\\\xdadH\\\\x9f\\\\x10g\\\\xed\\\\xeb\\\\xe7\\\\xb7\\\\xed\\\\xde\\\\x8c\\\\xda41$\\\\x1ed\\\\x0c)\\\\xd8\\\\xbc=\\\\xd0!#\\\\x13\\\\x97\\\\xd5Y\\\\x15\\\\xdd_#U9-B-\\\\xde\\\\x95\\\\xda\\\\x00\\\\n\\\\x1b\\\\xc5\\\\x84\\\\xea|\\\\xa4\\\\xf9w\\\\x8e\\\\xac\\\\xeb\\\\x13\\\\x02X\\\\xb7%\\\\\\\\4\\\\x86\\\\x99\\\\x7fHg%\\\\xca\\\\xae.\\\\xeccW\\\\xf2\\\\xa9\\\\x04d\\\\xd0\\\\x08}B\\\\xefrT\\\\x005\\\\x1e\\\\x00\\\\xc7\\\\xef\\\\xe8?\\\\xc8cJT\\\\xaa\\\\x93\\\\x80\\\\x15Ai\\\\xe5Ev\\\\xb2\\\\xe5\\\\xb1\\\\xb6\\\\xcb@\\\\xf6\\\\xac\\\\xac\\\\xb1>\\\\x95\\\\xef\"\\\\x08\\\\xf4\\\\xe9\\\\xd3\\\\x86\\\\xe0\\\\x00\\\\xc4\\\\xb9K \\\\x83QL\\\\x91\\\\x9cK8\\\\x0c\\\\x8a\\\\xea\\\\xbdY71\\\\x05\\\\x96\\\\xe0`;i\\\\x10\\\\xa04\\\\x0f\\\\xa7\\\\x94x\\\\xcfR/\\\\xc01w\\\\xca\\\\x89\\\\xd1\\\\x11\\\\x90v\\\\xc2\\\\xad\\\\xcb\\\\x9a3\\\\x8a\\\\xbc6\\\\rY|\\\\x8d\\\\x97T\\\\xb4V\\\\xec\\\\x82\\\\xb5Y\\\\x01XI\\\\xd8fD\\\\x80~\\\\xcf?.\\\\x9d\\\\xdbR\\\\x04\\\\x0e\\\\xfe\\\\x8aD\\\\x80\\\\xf5`\\\\x84Y\\\\xf2N\\\\x06\\\\xea\\\\x1d(oaW\\\\xf96\\\\x15\\\\x1d\\\\xe0\\\\x99\\\\x99\\\\x0cgO\\\\xbf\\\\xa5\\\\xc6\\\\xecn\\\\x07\\\\x8e\\\\x1e\\\\n%~ \\\\xb4\\\\x94l\\\\x9c\\\\x1a\\\\xf2k\\\\x19\\\\x02\\\\xd6z\\\\xdc\\\\x9d\\\\xf4\\\\xee\\\\x08\\\\x1dF\\\\xdd\\\\x14\\\\rG`$\\\\xfd#\\\\xab\\\\xb0\\\\x90\\\\x96(L\\\\x04\\\\xaa0\\\\xe4\\\\x82dSr\\\\xe3\\\\xd9UnSd\\\\x05\\\\x91\\\\xee\\\\x8d\\\\x0e\\\\xae\\\\xa1\\\\x81%I\\\\'A\\\\x1f\\\\xe1\\\\xd3\\\\x80z$\\\\x1dB-\\\\x9a\\\\x83S\\\\x86z\\\\xae\\\\xca;k\\\\xa5\\\\xfd\\\\xb3b\\\\x89\\\\x10W\\\\xd7\\\\xd8\\\\x0f/\\\\xa8\\\\x06z\\\\x9aK\\\\x1a!-\\\\x12\\\\x0f\\\\xd5\\\\x15\\\\xc7\\\\xc6\\\\xc5\\\\xbb\\\\x10\\\\xecp*\\\\n\\\\xfe\\\\xcdG\\\\xd2\\\\x11\\\\xd4\\\\x9d\\\\x03H\\\\x9d\\\\xd1\\\\xaf\\\\x7f\\\\xd9\\\\x1d\\\\x01#\\\\x9a8\\\\x88\\\\x81QO\\\\xba\\\\xfd\\\\x87\\\\x99N\\\\x1e]^\\\\xdd\\\\x88\\\\xd69o\\\\xfaj\\\\xce\\\\xa4\\\\xeaF\\\\xe9\\\\x8dG\\\\x86\\\\x9e]T\\\\xb9r0\\\\xa8\\\\xf0L\\\\x84j\\\\xce\\\\x0b\\\\xa7\\\\x8e\\\\x0f#\\\\x13\\\\x91\\\\xca7Z\\\\xca2\\\\xe1\\\\xf7\\\\x97\\\\x1b\\\\x1a5PDD\\\\xf8N\\\\xa7\\\\xeb\\\\xd6.\\\\xe4\\\\xdb>\\\\xb2My\\\\x86\\\\xe3\\\\xb9j\\\\xd9rY:\\\\xe1\\\\xd8k\\\\xb5k\\\\xac\\\\x0c\\\\x86\\\\xa4\\\\xef4\\\\xb41\\\\x127\\\\x12Li#]>\\\\x9d\\\\x16\\\\xde~\\\\xdd\\\\x06Y+\\\\xd2\\\\xab\\\\x13\\\\x9a:\\\\x11\\\\r&\\\\xd2\\\\xe8\\\\xc7r\\\\xd4\\\\xc9d\\\\x82\\\\xbb\\\\xfb+\\\\x93\\\\xd8\\\\x1dH\\\\xf1\\\\x8e\\\\xae@\\\\x03\\\\x07&\\\\x83\\\\x9fT\\\\x0c]\\\\xf3A\\\\xb9\\\\xbcw\\\\xab\\\\x8c\\\\xcb\\\\xca\\\\xaa\\\\xe7\\\\xadU\\\\t\\\\xb9\\\\x84\\\\x1d\\\\xb1\\\\xb8\\\\x07#BL\\\\x03\\\\xa8=\\\\xbbyuN\\\\xf8\\\\x8c*\\\\x0bS\\\\x82\\\\x14O\\\\xd5\\\\x8f5\\\\xcc\\\\xdc\\\\xb6C6E\\\\x98\\\\xea\\\\xf5\\\\xda\\\\xb6\\\\x02\\\\xcf\\\\x92\\\\xc0\\\\x80N\\\\xb1\\\\xb8\\\\x19\\\\xef\\\\xfbG\\\\xd7\\\\xa8\\\\x84\\\\xe13\\\\xa2D\\\\x0e\\\\xab\\\\x1e\\\\xe80}5f\\\\xea\\\\x87\\\\xe2\\\\xe3\\\\xb5\\\\x94\\\\x93U\\\\x8bZ\\\\x92\\\\xbe\\\\xfa\\\\xb9\\\\x1b@ \\\\xb0\\\\x90t\\\\x13\\\\x064\\\\x9e\\\\xf3\\\\xd5\\\\xa8@\\\\xda#L\\\\x9f\\\\xb6\\\\xa3\\\\xb42\\\\x03(\\\\xca\\\\x0chx\\\\xc5gev\\\\xe1W\\\\x06\\\\xb1f\\\\xe15\\\\xdb\\\\xa9R\\\\xb0fA:\\\\x11\\\\xdb\\\\xf0\\\\xfd\\\\xe3N\\\\xaf\\\\xdb\\\\xb9\\\\xaa$sU_\\\\xda\\\\xa65\\\\xa2\\\\t\\\\x95e\\\\x86\\\\xc2Q\\\\x9a\\\\xf2\\\\xee&\\\\x96\\\\xd1I3\\\\xf8t\\\\xd7N\\\\x97\\\\x8cZ\\\\x84\\\\xf7y\\\\'\\\\xce\\\\xe0z\\\\x1af\\\\n\\\\x8b\\\\xc6\\\\x0c\\\\xccl\\\\x81n\\\\x13Y\\\\x8e\\\\xee=U\\\\x91\\\\xe9\\\\xb2N\\\\x80\\\\xc9\\\\xf1\\\\x89\\\\xea\\\\xac\\\\xc8r#\\\\xe9\\\\xedM\\\\x8c^\\\\xa6\\\\xa8\\\\xa7/\\\\x9d\\\\x95c\\\\x8fq\\\\xd6\\\\xc25k\\\\x00\\\\xd4\\\\x82\\\\x00\\\\x99\\\\xd0\\\\x9d{N\\\\xbdQ\\\\x16\\\\xcd\\\\xc1\\\\xa8\\\\x90~\\\\xa7\\\\'V\\\\xa0@\\\\x96\\\\x92\\\\x0fj\\\\x1d\\\\x8d\\\\xcb\\\\xe7S\\\\x13f\\\\xa0\\\\x00\\\\x85\\\\x80#@Gh\\\\xf2\\\\x9e\\\\xa60\\\\xf6\\\\xcb\\\\xc4\\\\xb1\\\\x05<[\\\\x05>\\\\xd3\\\\x8d\\\\x95\\\\xcd\\\\xe0n\\\\xa0\\\\xd4\\\\xd6\\\\xa4\\\\x16\\\\xa4\\\\xb7\\\\xaaX\\\\xed\\\\x00$Dw3\\\\xe6z\\\\xe1\\\\xef^?\\\\xb3\\\\x93\\\\xfd2!\\\\x18\\\\x83\\\\x93\\\\x04\\\\x01\\\\xb8\\\\x1c\\\\x9f~\\\\xcfz\\\\xa3[\\\\x82K\\\\x17\\\\x04/\\\\xa6\\\\x04\\\\x82c\\\\xc7\\\\xec\\\\xea\\\\xbd\\\\xc9{`\\\\xb9\\\\xc0\\\\xb2\\\\xb1l\\\\x12\\\\xcaG\\\\xe4*w\\\\xae\\\\xbc3\\\\xb5\\\\x99Y\\\\x99\\\\xa0\\\\x90bu\\\\x04i\\\\x07\\\\xee\\\\xfb\\\\xfa\\\\x08\\\\xfa\\\\x85My}\\\\x13\\\\x86\\\\xa8\\\\xf5\\\\x05}\\\\x81\\\\xff\\\\x00k\\\\x9c\\\\xf6\\\\x10\\\\xfd%\\\\xe18N/\\\\x03\\\\xfa\\\\x96c%\\\\xf8\\\\x9c\\\\xfe.Q\\\\rZ]k\\\\x15K\\\\x13l\\\\x8fJ\\\\x9d\\\\xc0\\\\xb0\\\\xef\\\\x07\\\\xe9\\\\xd2\\\\xe7\\\\xb8\\\\xbba\\\\xed\\\\x80\\\\xfa\\\\xa8\\\\xc6\\\\xb59\\\\xad=\\\\xb4D\\\\xb0E\\\\xdf\\\\xe1\\\\x99\\\\\\\\w\\\\xce\\\\xa9\\\\xcd\\\\xcf\\\\xc4\\\\xae\\\\xea2n5P\\\\xa9m[\\\\n\\\\x02\\\\x05\\\\x969\\\\x04\\\\xb0\\\\x02\\\\x01\\\\xfb&\\\\'\\\\xac[;\\\\tZ\\\\xdcF\\\\xf4\\\\x98\\\\xb9f\\\\x040\\\\x19\\\\xf9\\\\xf3V\\\\xcd\\\\xc18\\\\x18\\\\x0cB\\\\xbd0\\\\xd7\\\\x13\\\\x88\\\\xc4NQq\\\\xd6\\\\xe1\\\\xed\\\\xd8ib\\\\xc9]X\\\\xecWr\\\\x16\\\\xb6\\\\xc1\\\\xabm\\\\x9dGi\\\\x8d#\\\\xad)\\\\xde\\\\x02\\\\x1c\\\\xd9\\\\xfa\\\\x01\\\\xc9&6\\\\xf08!\\\\xf7U\\\\x8d\\\\x95\\\\x8b\\\\x8bNI\\\\xa3\\\\x12\\\\xfcz\\\\xbd\\\\xc3j\\\\x06/{\\\\x90\\\\xc6\\\\xbb7.\\\\x8d\\\\xed\\\\xc4\\\\xf8i\\\\xa1\\\\xeb\\\\ns$\\\\x08\\\\x82 \\\\x00\\\\xc9\\\\xdd\\\\xff\\\\x00\\\\xdd\\\\xdd\\\\xd1\\\\\\\\\\\\x94\\\\x00\\\\x0f\\\\x89\\\\xfb(\\\\xdc\\\\x7f,\\\\xfck.[rk\\\\xcebr\\\\xb7\\\\xd4\\\\xdc\\\\xb6]\\\\xf7([m__\\\\xab\\\\xda\\\\x86bL(\\\\x1f\\\\x7fQg{;znJBq\\\\x97\\\\xecy\\\\x9e\\\\xa8\\\\xfd\\\\xa1\"t\\\\x8a\\\\xd1l\\\\xc6\\\\xc8\\\\xe1o\\\\xe6\\\\xbd\\\\xfcK\\\\xb1p1m\\\\xa0\\\\xde\\\\x94\\\\x1c\\\\x8fwb\\\\x92\\\\xcb\\\\x90.\\\\x85R\\\\xa7B\\\\x11I\\\\x91\\\\xa6\\\\xde\\\\xd1\\\\xd6\\\\x95\\\\xa9Br\\\\xf7\\\\x1c\\\\x08\\\\x80\\\\xf8\\\\xbd3v\\\\xc3\\\\xa0*\\\\xb9\\\\xb6c\\\\x80\\\\xcf\\\\x8eIS\\\\x9a\\\\xe4\\\\xf8ll\\\\xdes\\\\x1a\\\\x9c\\\\xa21\\\\xec\\\\xa1\\\\x87\\\\xc7\\\\xf2\\\\x1a\\\\xbb\\\\r\\\\x80]\\\\xb4\\\\x97A\\\\xb9Hp@R\\\\\\\\\\\\xc6\\\\xa65\\\\xe8o\\\\xef\\\\xacY\\\\x84\\\\xc6\\\\xa6$zhIc\\\\xf4\\\\xfeQ\\\\xfb\\\\x12\\\\x91\\\\x0c\\\\x1e\\\\xb5J\\\\xfcg\\\\xe9\\\\x97\\\\xc7~U\\\\x95c\\\\xf2\\\\xdc\\\\x9d\\\\xb8\\\\x19,\\\\x03P\\\\xf0\\\\x0b\\\\xf6\\\\x00\\\\x1a\\\\xf6\\\\xbe\\\\xe7\\\\x16\\\\x12`\\\\x11\\\\xfe=\\\\x06\\\\xcb\\\\xe1v\\\\xbf \\\\t\\\\xbb/W\\\\x9d>\\\\xa9;\\\\xad\\\\xd4\\\\xec\\\\xe0\\\\x18w\\\\xab\\\\x8b\\\\xe3\\\\x9f\\\\xa2\\\\xff\\\\x00\\\\r\\\\xf8\\\\xdf7\\\\x87\\\\x89\\\\x8d\\\\x9b\\\\x97\\\\x95Z\\\\x90\\\\xe2\\\\xcc\\\\x8a\\\\xd6\\\\x961\\\\x1b\\\\x95\\\\xeb$\\\\x82E\\\\x82\\\\x00#Pu\\\\xf37\\\\x7f\\\\xf4\\\\xbb\\\\r\\\\xbd\\\\xe8\\\\xc2\\\\x04\\\\xd4\\\\xd5\\\\xc7\\\\xdb\\\\x98(\\\\x8d\\\\xfb\\\\xa41\\\\xc1\\\\xb8\\\\xe6\\\\xae\\\\x16\\\\xe5>3\\\\xc2c\\\\xd5\\\\x91BV\\\\n^\\\\xd8\\\\xd4\\\\xe3(j\\\\xb2,(\\\\xd0\\\\x7f\\\\x08\\\\x81\\\\xb6{7q\\\\xd6\\\\xbd\\\\x8b\\\\xfbk03\\\\xc5\\\\x89\\\\x1c\\\\xa4@>\\\\x03\\\\xb34%\\\\xe4DE\\\\x1c)\\\\xdce\\\\xac\\\\x98\\\\xafU\\\\xfcw\\\\xe5(l\\\\xbbl\\\\xc2ZKYs+6\\\\xeft\\\\x84Y\\\\xf5\\\\x92u$\\\\x9f>\\\\x9d-\\\\xcd\\\\xb3lCAb_\\\\xd3\\\\xfb\\\\xa9\\\\xf6\\\\xcb\\\\xb89g\\\\x87\\\\xf6\\\\x8eSg\\\\xb8\\\\xb52X[\\\\xdex\\\\x05F\\\\x8c\\\\xa1d\\\\x02|\\\\x01>=;ozS\\\\x11.\\\\xe6Rj\\\\x0c@\\\\x18\\\\x1e_T\\\\xb2\"\\\\x07%*\\\\xcb[\\\\x1e\\\\x9a\\\\xf3l\\\\xad\\\\xcf\\\\xbav^ii*\\\\xab\\\\xa0\\\\xf4\\\\x924\\\\xed=\\\\x1d\\\\xcd\\\\xc1\\\\xb1\\\\x18\\\\xde\\\\x9cji-\\\\'\\\\x00\\\\x1d\\\\xa8p\\\\xcb\\\\xb5X\\\\x16\\\\xc9\\\\x04\\\\xbb\\\\x04\\\\xad\\\\x963il\\\\xf2V\\\\xbcB\\\\xaf\\\\x14%\\\\x95\\\\x94\\\\x17o]\\\\xc0\\\\xb1\\\\xef3\\\\xf7}\\\\xbdy]\\\\xc1\\\\xba\\\\r\\\\xc2H\\\\x88\\\\x05\\\\xaa4\\\\xea\\\\xcd\\\\xebS\\\\xfd&N:H\\\\x04\\\\x11\\\\xc7D\\\\xbd\\\\xbb\\\\xf3\\\\x17\\\\x95\\\\xac\\\\xe3\\\\xe5\\\\xf2\\\\x18[)\\\\xceb\\\\xec\\\\xac\\\\x81\\\\x81!\\\\x88\\\\x00\\\\r\\\\xc64\\\\x81\\\\xf6\\\\xf5\\\\x8f(NNX\\\\x19\\\\x0c\\\\xcb\\\\xbfoo\\\\x050\\\\xb3bX\\\\xd5i\\\\xb6\\\\xd4\\\\xc4\\\\xb2\\\\xab9\\\\x1a\\\\xfd\\\\xb4\\\\xc8\\\\xf4\\\\xd4\\\\xa8\\\\x0f\\\\xbf-\\\\xf8O\\\\xb6\\\\xd0\\\\xaa\\\\x80\\\\rH\\\\xd7\\\\xaa\\\\x86\\\\xfcm\\\\x18\\\\x9b\\\\xce\\\\x01\\\\x07&\\\\x93\\\\x9f\\\\xd7\\\\xd2Y\\\\xa1\\\\xd5\\\\x0cmH\\\\x86\\\\x8eE\\\\xfa\\\\x7fk \\\\xf8\\\\x8f\\\\xed\\\\xe4a\\\\xee\\\\xceu\\\\xb5\\\\xbf\"\\\\xd5\\\\x00\\\\xb5\\\\xeeYV\\\\xde\\\\xe0D\\\\x06\\\\x00\\\\x95bI\\\\xe8\\\\xff\\\\x00\\\\xc8\\\\x83\\\\x03\\\\x07\\\\x99z\\\\x11@\\\\xfd{\\\\x0b8Rm\\\\x98\\\\x93\\\\xaa\\\\x9d\\\\xa8\\\\xb8\\\\xe3\\\\xb1\\\\xb2\\\\xa8\\\\xfc\\\\xb6J\\\\x94\\\\nE\\\\xa1\\\\xa5\\\\x88k\\\\x9c2\\\\xbfy\\\\xf4\\\\xfa\\\\x8c)1\\\\xd6\\\\xf5\\\\x9b\\\\x16\\\\xef\\\\x8d2\\\\x1aZ\\\\xbd\\\\xb24\\\\xe0*\\\\xb2\\\\x91\\\\x8a\\\\x15\\\\xc5\\\\xf1\\\\xb9\\\\x18v7\\\\x03}\\\\x0b]\\\\x15W\\\\xbb\\\\x13\\\\x96\\\\xae\\\\xd7Z\\\\xc9VWErN\\\\xe6\\\\xb2=+\\\\xd8@\\\\xea\\\\xee\\\\xc4\\\\x1bD\\\\xda\\\\xba\\\\x00\\\\x94?\\\\xd4\\\\xf4%\\\\xdcw\\\\xf8%\\\\x91\\\\xa8<0)\\\\x07\\\\xe5|\\\\x06_\\\\xc8~A\\\\x9fE6c[\\\\xc8\\\\xda\\\\xcbU\\\\xb8\\\\x95\\\\xee\\\\xf6\\\\x1c{rWi]w\\\\x08\\\\x05\\\\x89\\\\xef\\\\xe24\\\\xe9\\\\xd7\\\\xaf\\\\xff\\\\x00\\\\xccd\\\\x08%\\\\xf2\\\\xc3\\\\xc1Dlk\\\\x15\\\\x0b\\\\xe67\\\\xc9\\\\xf8\\\\xae\\\\x07\\\\x82\\\\xfdK\\\\xf9n\\\\x0f\\\\xc7\\\\xc3\\\\xdb\\\\x81\\\\x83{WeLD-\\\\xb0\\\\x05\\\\xc8\\\\x84\\\\x8f\\\\xc2\\\\x1a@\\\\xd2>\\\\xee\\\\xaem\\\\x882\\\\xf4\\\\x0cx!y\\\\xdd\\\\xdc@\\\\xba\\\\x82sy\\\\x17\\\\'\\\\xf2\\\\x15\\\\x98\\\\x06F\\\\x01WM\\\\xd6\\\\x00B\\\\x88\\\\x8du\\\\x1e\\\\x1a\\\\xfe\\\\xee\\\\xb6\\\\xa7\\\\xa4\\\\xd0\\\\xd3\\\\xbdg\\\\xeeu:\\\\xafMwX\\\\xc2\\\\xcb_rc\\\\xb9\\\\xf7\\\\x19\\\\xa7Y\\\\xef0-\\\\x9f\\\\xf1\\\\xaeS\\\\x8b\\\\xa6\\\\xdcL\\\\xa5j\\\\xf0\\\\xf3\\\\x15F\\\\xfa.\\\\xd6-\\\\x03O\\\\xc2OU\\\\xaf\\\\xed\\\\xa2\"L=C\\\\x0e\\\\xa9\\\\xbb\\\\xbd\\\\xbf\\\\xba\\\\x1b\\\\x05\\\\xf2\\\\xbb\\\\xe6?\\\\xed;\\\\xf5[\\\\xe3u\\\\xe6_\\\\xc5p#\\\\x9b\\\\xc2\\\\xc53vF\\\\x05\\\\xa2\\\\xff\\\\x00\\\\xe4\\\\xb1\\\\x83`\\\\xac\\\\x95pV\\\\x01:\\\\x13\\\\x1e\\\\x1dT\\\\x1e\\\\xa0\\\\xd0\\\\x04\\\\xf3^f\\\\xf7\\\\xc7O\\\\x15\\\\xc7\\\\xff\\\\x00#\\\\xe0y,.B\\\\xe5\\\\xc8\\\\xdd\\\\x83\\\\x95\\\\x84Z\\\\xbc\\\\xca\\\\xedR\\\\xaf\\\\xb9L2\\\\xb0\\\\x12\\\\x03\\\\x08?wK\\\\xbd\\\\xb0\\\\xd58\\\\x97n\\\\xab\\\\x16`\\\\xdb&2\\\\x15Y\\\\xe2s\\\\xbe\\\\xde>6\\\\x13T\\\\xb6\\\\xa5\\\\xa0\\\\x84\\\\xb1\\\\xf6\\\\x99\\\\x8d\\\\x01\\\\x82@\\\\x82bGCrs\\\\x84\\\\x80g\\\\x89\\\\xa3\\\\x1c\\\\x7f\\\\xaei6\\\\xc8\\\\x18\\\\xd1*\\\\xfc\\\\x9b\\\\x8b\\\\xaf\\\\x1e\\\\xe58\\\\xca=\\\\x9b\\\\x86\\\\xfa\\\\x95\\\\xd8\\\\xcc\\\\xc7\\\\xa8n\\\\x9fP>\\\\x07\\\\xc3^\\\\xb3\\\\xef\\\\xd9\\\\x8d\\\\xa3\\\\xe9\\\\xa3\\\\xfd\\\\x17\\\\\\\\\\\\x8c\\\\xa4\\\\x93\\\\xea\\\\xc5\\\\xfc\\\\xe5\\\\xf8\\\\xf5S\\\\xad\\\\xf6\\\\xb8JQK(\\\\']K\\\\x12\\\\x01\\\\xed\\\\x06{}\\\\x9d.\\\\xdcg#\\\\xa4\\\\x07~\\\\xc4\\\\x89\\\\x10\\\\xf9S\\\\x92\\\\xe9O\\\\x8e\\\\xf0\\\\x89\\\\x8f\\\\xf1\\\\xe4\\\\xa9a/\\\\xdb\\\\xfc\\\\xa70Cn\\\\x13\\\\x05L\\\\rOc\\\\xd6\\\\x9f\\\\xc7\\\\xd9>\\\\xc9\\\\xff\\\\x00uK+:\\\\xbd#\\\\x95\\\\x12w$\\\\xb98\\\\xf7\\\\xdd\\\\xc6]\\\\x87fS;m\\\\xbc!@\\\\xcd\\\\x04l!A\\\\x04\\\\x99\\\\xd07\\\\x90\\\\xed\\\\x1d\\\\x16\\\\xdbno\\\\x00%\\\\x13\\\\xa4\\\\xe5\\\\xd7\\\\x8aw,\\\\xeb\\\\x9e\\\\x89\\\\x1a\\\\xe0\\\\xa2q\\\\xf8|\\\\x80M\\\\xb7X\\\\x98\\\\xdf\\\\x99&\\\\x93NMBk5\\\\xb9\\\\xf4\\\\x80N\\\\x84\\\\xfd\\\\xbd\\\\xcf\\\\xdd\\\\xd1\\\\xdd\\\\xf7\\\\xe5\\\\x13nT\\\\xd5J\\\\xe0\\\\x06L\\\\xba\\\\xd5\\\\xb0\\\\xeep\\\\x0bg\\\\xf4\\\\xda?\\\\xf21\\\\xff\\\\x00c\\\\xf5\\\\x97\\\\xff\\\\x00\\\\xae\\\\x97(\\\\xff\\\\x00\\\\xf9+\\\\x9e\\\\xf5\\\\xbeG\\\\xc9\\\\x7f\\\\xff\\\\xd1\\\\xe0\\\\xde]E\\\\xbc\\\\x99\\\\xad\\\\x18\\\\xddZ:\\\\x1bj\\\\xd2[\\\\xdd\\\\xf5\\\\x13\\\\x00\\\\xcc\\\\xf9\\\\xfd\\\\x7fg^rR$\\\\xd1|N\\\\xe8\\\\xd33\\\\xd5-\\\\x95~F2\\\\x0b\\\\xf7\\\\xdc\\\\xce\\\\x9b\\\\xaa\\\\xbc\\\\x1d\\\\x7f\\\\x10i\\\\xf1\\\\xd4N\\\\xa4t\\\\x11\\\\x90uokq\\\\xe8q\\\\xc5%|\\\\xb3\\\\x1d/\\\\xe4\\\\xd7(\\\\xb3T\\\\x02\\\\x8b\\\\x19\\\\x0e\\\\xd9*\\\\xa4\\\\xb4\\\\xce\\\\xe0I>\\\\x1fdk\\\\xd5H\\\\xc6Z\\\\xdc\\\\xf3\\\\xa2\\\\xaf\\\\xb8g\\\\xe3\\\\x87|\\\\xd4.+=FF-\\\\xf96\\\\x8cl,gQk\\\\xd7\\\\n\\\\xc6\\\\x08\\\\xde\\\\xbb;\\\\xc1\\\\xec\\\\t\\\\xf1\\\\xea\\\\xecd\\\\xf8\\\\x94\\\\x88\\\\\\\\\\\\x91\\\\x00\\\\x9c\\\\x15\\\\x85]\\\\x14\\\\xfc\\\\x9a\\\\xdf\\\\xfa|[2p\\\\x12\\\\xc5\\\\xf6\\\\xb6\\\\x02\\\\x85\\\\xd0\\\\x16\\\\x8d\\\\x0c\\\\x19\\\\x1bI$x\\\\xf9\\\\xf4\\\\x99\\\\x03rLB\\\\xbb\\\\xac\\\\\\\\p0ZyLJ\\\\xb8\\\\xf6\\\\xaa\\\\xbe/\\\\x17\\\\x1e\\\\xaa\\\\x13m\\\\xb9w\\\\xf6w\\\\xdc`\\\\xefX\\\\xd4\\\\x93\\\\xf41=\\\\xa7\\\\xa6\\\\x162l\\\\x92\\\\xefE\\\\x98 \\\\x98y\\\\xb9\\\\x14]\\\\x93\\\\x91\\\\x8cQnc\\\\xfc\\\\xdfl\\\\x071\\\\xe2\\\\x18\\\\x01:\\\\xf7\\\\x92\\\\xeb\\\\x8fD\\\\x85\\\\xf4\\\\xa9\\\\xdb\\\\xe2\\\\xa2d\\\\xc6\\\\xbd\\\\xfc\\\\xa04\\\\x89\\\\xf7\\\\'[\\\\xb6f\\\\x1f>\\\\xaa~/\\\\x00\\\\xabr\\\\xb9\"\\\\x9a\\\\xc1 \\\\x07\\\\xf4\\\\x98\\\\x00\\\\x1fJ\\\\x813\\\\xf7\\\\xf4m\\\\x98N\\\\xb7`\\\\x00:.\\\\x83\\\\xfd,\\\\xfd5\\\\xbf\\\\xe4|\\\\xcf\\\\x1c\\\\xd6\\\\xd0\\\\xf6\\\\xe1o;\\\\xf2\\\\x04\\\\xd6\\\\xc5V\\\\x1d\\\\xc8\\\\xd0O\\\\xd3\\\\xfb\\\\xba\\\\xc9\\\\xdf|\\\\x84\"\\\\r\\\\xb0\\\\\\\\\\\\x8eX\\\\xad\\\\xed\\\\x9f\\\\xc7\\\\x9aH\\\\x8a/\\\\xa9\\\\x1f\\\\x10\\\\xa7\\\\x1b\\\\xe3\\\\xff\\\\x00\\\\x1c\\\\xaf\\\\x8a\\\\xe3\\\\xaaZ\\\\x05vK\\\\xd5J\\\\xc7\\\\xa8\\\\x91\\\\x04\\\\x86\\\\xf2\\\\x11\\\\x1f\\\\xb7\\\\xac\\\\x9b\\\\x7f\\\\'\\\\x1bn\\\\x05\\\\x17\\\\xa0\\\\x8d\\\\xa0 \\\\xca\\\\xc6\\\\xaf\\\\x966\\\\xe3\\\\xe2\\\\xa6E\\\\xe0*\\\\x15Z\\\\xdd\\\\xf4f,\\\\x04\\\\x03\\\\x1a\\\\x19\\\\xebj\\\\x1f\\\\'\\\\x19\\\\xc0\\\\x19\\\\x16\\\\xaf}~\\\\xbfd\\\\xf2L\\\\xc4`p\\\\x0b\\\\x8e?\\\\xdcw\\\\xe9M\\\\x1c\\\\x8e)\\\\xf9o\\\\xc6029o\\\\x93\\\\x1b\\\\xc8\\\\xbf\\\\x13\\\\x19\\\\x0e@\\\\x18\\\\xee{\\\\xb2\\\\x81\\\\x02\\\\x0f\\\\x892G\\\\xd9\\\\xd5[\\\\x7f%\\\\x0b\\\\x17\\\\xb1\\\\x04\\\\x1cZ\\\\xa4\\\\x7fj\\\\x8e\\\\xff\\\\x00c\\\\xeeGT\\\\x05A\\\\\\\\\\\\x17_\\\\xc3\\\\xff\\\\x00Qy\\\\xb7\\\\xcc\\\\xbb\\\\x8b\\\\xf8\\\\x96~mX\\\\xc1\\\\xd7-)\\\\xc6r\\\\x11\\\\x97VV$\\\\x1e\\\\xc4j\\\\x07\\\\x87W?\\\\xf6P5zt^tlo\\\\x13QT\\\\x87Y\\\\xca9\\\\xa2\\\\x8c\\\\xfc\\\\'\\\\x17\\\\xe2\\\\x96L\\\\x8a\\\\x88>\\\\xe2\\\\x9f\\\\xf4\\\\x95s\\\\xe9\\\\x02\\\\x00#\\\\xc3\\\\xab6\\\\xafFe\\\\xc5UI\\\\xdb\\\\x94\\\\x0bH)\\\\xbf!5`a\"\\\\xa5MZ[(v\\\\xaf\\\\xa0Bi\\\\xbb\\\\xc4\\\\x83\\\\xac\\\\x81\\\\xfb\\\\xfa}\\\\xfb\\\\x94Ct\\\\x1a\\\\x05\\\\xcf\\\\x9c\\\\xadob\\\\xdbo\\\\xe0\\\\x19[\\\\x85v\\\\x1d\\\\xca\\\\xc7h\\\\x1b;\\\\x93\\\\xa0:OI\\\\x93\\\\xe9\\\\x032\\\\x86-\\\\x1a\\\\xb2\\\\x85G\\\\xc6r\\\\xc5\\\\x0em\\\\xa6\\\\xc4[\\\\x86\\\\xc2\\\\xc5\\\\x9bR\\\\x0e\\\\xbe\\\\xa3\\\\xf5\\\\xf3\\\\xe9\\\\xf1\\\\x891\\\\xadS\\\\xa2\\\\t$\\\\x8e?\\\\x94\\\\x9d\\\\xc9\\\\xf0m\\\\xba\\\\xd0\\\\xea\\\\xce\\\\xec\\\\xc0\\\\xaa\\\\xd6\\\\x03k$hV{\\\\xc0\\\\xd3\\\\xa5\\\\x88\\\\x88\\\\x06\\\\xcf\\\\x07N\\\\xb7v\\\\xa1\\\\xf0Qj\\\\xe1\\\\x1c\\\\x94\\\\xa9U\\\\x95\\\\xadu\\\\x08\\\\xc1}E\\\\xd8z{\\\\x0f\\\\xacw\\\\xea\\\\x9d\\\\xd9\\\\x08D\\\\xe4\\\\xb4\\\\xf6\\\\xf75\\\\x9ek\\\\xe9G\\\\xfbi\\\\xfd\\\\x08\\\\xe0>\\\\'\\\\x83\\\\x85\\\\xf2_\\\\x95\\\\xde\\\\x13\\\\x9a\\\\xe6\\\\x8a61\\\\xfc\\\\xb8\\\\xb1\\\\xf1Sn\\\\xe2\\\\xaa\\\\'V>\\\\x98\\\\x9d\\\\x0c\\\\x99\\\\xfa\\\\xf8\\\\xcd\\\\xff\\\\x00\\\\xca@\\\\x9d \\\\x9cK0\\\\xc4\\\\xb6\\\\x0b^\\\\x11\\\\x90\\\\xf5K\\\\x0f\\\\xe5}9\\\\xf8\\\\xae\\\\x1d_\\\\x94\\\\xc6\\\\xe5Y\\\\xfd\\\\xdd\\\\x94{>\\\\xc9E[\\\\x1bo\\\\xe1\\\\xb1\\\\xff\\\\x00\\\\xd1\\\\xe91\\\\xb4\\\\x18\\\\x1f^\\\\x83c9\\\\x08\\\\x9b\\\\xd2\\\\x904\\\\xfds\\\\x1dJ\\\\xb0H\\\\r\\\\x10\\\\x1b\\\\'\\\\xe6\\\\x9d\\\\x8d\\\\xd7\\\\xa1\\\\x01\\\\xed\\\\x16\\\\xbb\\\\r\\\\xd0\\\\xa6c\\\\xc6#H\\\\xfb\\\\x07Z\\\\xf2\\\\xb9r\\\\xdbk\\\\x90\\\\x93\\\\x87\\\\xa5[6o\\\\xb6I\\\\x01\\\\x8e\\\\x18\\\\xac\\\\xea\\\\xa72\\\\xf6\\\\xa0\"\\\\xb3U\\\\x94\\\\xdf\\\\xcar\\\\xb1#\\\\xc0\\\\x89\\\\xed\\\\xde\\\\x0fN\\\\xdb\\\\xdc\\\\xdc\\\\xde\\\\xddm\\\\x01\\\\xe9p\\\\xab\\\\xdd\\\\x8bT%|\\\\xeb6\\\\xb1\\\\xd8\\\\x9a\\\\x83\\\\xf8A\\\\x04\\\\x89\\\\xd0\\\\t\\\\x1ai\\\\xfb\\\\xba\\\\xb5j9\\\\x95\\\\xd6\\\\xad\\\\xb9\\\\xaa\\\\\\\\5\\\\xa0\\\\x05\\\\x97s1\\\\xd2\\\\xba\\\\x80 \\\\xb0bX(\\\\xf0\\\\x82$\\\\xfe\\\\xde\\\\x9c\\\\xb55\\\\x1f\\\\xca\\\\x86\\\\x95\\\\x04e\\\\xdfi\\\\xdc%Y\\\\x14\\\\x91d\\\\x82$\\\\xaf\\\\x7f\\\\xb4O\\\\xec\\\\x9e\\\\x85\\\\x93]\\\\xd1\\\\xde>\\\\xc4\\\\xba\\\\x9a\\\\xaa\\\\xd0\\\\xa3\\\\xa9.I\\\\x98\\\\xd4\\\\x983\\\\xdc\\\\xce\\\\xa7\\\\xa8\\\\x96\\\\x0e\\\\x16v\\\\xe6&22\\\\xcdo\\\\xc8\\\\tH\\\\n\\\\xad\\\\xb7\\\\xdc2v\\\\x89$\\\\x9fH\\\\x8e\\\\xf1\\\\xd7@\\\\x93\\\\x8a]\\\\xa2fj\\\\x1d\\\\x97I~\\\\x81\\\\xfc\\\\x9c2\\\\xe4|\\\\x7f*\\\\xd2\\\\xc0\\\\x0f\\\\xcda\\\\x80D3\\\\x027 \\\\xff\\\\x00\\\\xda\\\\x1fw^w\\\\xe6l\\\\x8bs\\\\xf7\\\\x055}\\\\x7f\\\\xa5\\\\x83\\\\xf2\\\\xfbm\\\\x17\\\\\\\\`WD\\\\xd3\\\\x89S\\\\xe5\\\\x1c\\\\xac\\\\x14oi\\\\xc2\\\\xef\\\\x90\\\\xcc\\\\xc0\\\\x96\\\\xf4\\\\xc1\\\\xd0\\\\xf6\\\\x9dO\\\\xd7\\\\xac\\\\x11l@\\\\x06\\\\x14\\\\xe2\\\\xbdV\\\\x14\\\\x89\\\\xd5\\\\x92\\\\xcf?\\\\x00Z+\\\\xcc\\\\xae\\\\x859%f\\\\xca\\\\xa2M\\\\x80\\\\xb7\\\\xaa\\\\x04\\\\x98?a\\\\x1e}0\\\\x03\\\\x10\\\\xedS\\\\xc5\\\\x12oCXu_Z\\\\xb7cd\\\\x8c{\\\\x95\\\\xa5\\\\xd8\\\\x96@\\\\xda\\\\rD\\\\x08i\\\\x8f\\\\xb6~\\\\xee\\\\xa6\\\\xdd\\\\xd8<\\\\x81\\\\r\\\\xf8I\\\\x9e\\\\xa6\\\\x8d\\\\\\\\p\\\\xcb^*\\\\xb3\\\\x1bE&\\\\xa1\\\\xb9J8\\\\xb1\\\\xcb02\\\\xc5^\\\\xb8\\\\x00\\\\r\\\\xa7\\\\xfdZt\\\\xd1n\\\\xdc\\\\xeb\\\\x13\\\\xc7@\\\\x86\\\\x02`7\\\\xd7\\\\xeb\\\\xfd\\\\xacq\\\\xe8\\\\xbe\\\\xc9L\\\\xbb_)\\\\x18X\\\\xae\\\\xa5\\\\x0c\\\\x8b\\\\x16aCj\\\\xb3\"\\\\x07\\\\xee\\\\xe9\\\\x16\\\\xf6M=R\\\\xa5r8\\\\xf2t~\\\\xe4\\\\x8ct\\\\xe3\\\\xf6\\\\xecZ-\\\\xe3\\\\x85\\\\x161JY\\\\xc3\\\\x06\\\\x17\\\\x06-\\\\xb4\\\\xac\\\\xfac\\\\xfd,&@#N\\\\xe4u~6-\\\\x80\\\\xdah\\\\x91rR\\\\x115D\\\\xf8\\\\x16\\\\xe6\\\\xd0f\\\\xb5\\\\x1c}\\\\xfc\\\\x8e\\\\x16-^\\\\xf6~\\\\xd46WUB\\\\x145\\\\x90\\\\x7f\\\\x0c\\\\xb1\\\\xef\\\\xd1\\\\xc6\\\\xd9\\\\x0e\\\\xc1\\\\xc6i\\\\xb6\\\\xb5v\\\\xf3\\\\xe0\\\\'L\\\\\\\\\\\\xec\\\\x1eA6\\\\xc5t\\\\x92\\\\x08c\\\\x001W EjI\\\\xdaf>\\\\x87\\\\xc7N\\\\x99\\\\x19\\\\x01SE`\\\\x11:\\\\x1e8\\\\xcd\\\\x03\\\\xe58QU\\\\xf6Z\\\\xd5\\\\x1a\\\\xe9(\\\\xea}\\\\xb6\\\\x89m\\\\xd2\\\\xacTD\\\\x10\\\\'\\\\xed\\\\xfa\\\\x8e\\\\xa3\\\\xaaL\\\\xa2\\\\xc7\\\\xa2\\\\x15\\\\x95U\\\\xb8\\\\xeb\\\\x8c1_j\\\\xdb\\\\xaaU\\\\x1a\\\\xb0*T\\\\xbd\\\\x80hL\\\\x83\\\\xa8\\\\x1d$\\\\xc0\\\\xe2\\\\x0b\\\\x0e\\\\x1d.Rf\\\\x11\\\\xad[\\\\x8ek7U\\\\xb7\\\\x16\\\\xda\\\\x0bX\\\\xbf\\\\x97\\\\xaembB\\\\xb6\\\\xefT{m\\\\x13*O\\\\x84y\\\\x8e\\\\xa2\\\\xf6\\\\x99\\\\xc4\\\\xc4\\\\xd3\\\\xaam\\\\xb1\\\\xa7\\\\xaa+\\\\xc3\\\\xb0\\\\xe2\\\\xf9,F\\\\xb2\\\\xe74\\\\xe5U\\\\xee+\\\\x1fY,I\\\\xd7o\\\\x84\\\\x01\\\\xa4\\\\x8f\\\\xef\\\\xeb\\\\xcb\\\\xef\\\\xccmK\\\\x12\\\\xcc\\\\xeb[m\\\\x13L*(\\\\xad\\\\x8c<\\\\x8am\\\\x03\\\\xdc_\\\\xe5\\\\xb6\\\\xb9\\\\x16\\\\x95m\\\\xc0)$\\\\xf8\\\\xeb\\\\xf6H\\\\x93\\\\xdf\\\\xea\\\\xcd\\\\x9d\\\\xcfp\\\\x02EB\\\\xbd!\\\\xa5\\\\xeb\\\\x8af\\\\xa3*\\\\xc6\\\\xaf\\\\xd8dw\\\\xabqK\\\\x10C\\\\xfba|\\\\xc0o\\\\x01\\\\x07\\\\xbfW\\\\xe3x\\\\xc8i5\\\\x0b\\\\x8c\"\\\\x03\\\\x93U\\\\x1a\\\\xea\\\\xec8YtS]LH\\\\x11\\\\x8c\\\\xde\\\\n\\\\xa7C\"T\\\\xae\\\\xb0;k\\\\xf7\\\\xf4\\\\x13\\\\xb9\\\\x18\\\\x97`z\\\\x7f)7\\\\x011\\\\xa1T/\\\\xc8>3\\\\x9d\\\\x8e2n\\\\xaa\\\\xfa\\\\xd7#v\\\\xb8\\\\x88C\\\\x80g\\\\xc4\\\\x8d\"\\\\x06\\\\xb2#\\\\xaa\\\\xfb}\\\\xbf\\\\xf9$\\\\xcc~\\\\xf15\\\\x1cr\\\\xe4\\\\xb37\\\\x00[\"\\\\xac\\\\x0ehN-\\\\x14\\\\xd5a|\\\\x97\\\\xd8QC\\\\xa2\\\\xba\\\\xc6\\\\xae;@\\\\x91\\\\xe9\\\\xdd\\\\xae\\\\xb2\\\\x07Z\\\\x91\\\\x8c\\\\xe19k\\\\xa4@\\\\x15\\\\xeaqU!(\\\\x16\\\\xfag\\\\xd1h\\\\xcc\\\\xca\\\\xaa\\\\x9b\\\\x16\\\\xdce\\\\xa9\\\\x91\\\\x87\\\\xa9\\\\x94z\\\\x8f\\\\xe1\\\\x02N\\\\xe8\\\\x06\\\\x07\\\\xd4\\\\xf8v\\\\xe8cs\\\\xdb!\\\\x9bI\\\\x1c\\\\xf9\\\\xa6H\\\\x899\\\\x08\\\\x0f\\\\xf5,\\\\\\\\+]\\\\xda\\\\x91q\\\\x95\\\\xb7\\\\xb1C&\\\\x08\\\\x89\\\\xf3=\\\\xa0H\\\\xean^\\\\x84e\\\\xaa!\\\\xc6\\\\x08cl\\\\x9a\\\\x1f\\\\xc2\\\\xdf\\\\x85\\\\xcdR\\\\x994\\\\xdd\\\\x91\\\\x8a-\\\\xad\\\\x94\\\\xd71\\\\xb9\\\\x81\\\\xd4\\\\x82ZD\\\\x99\\\\xef\\\\xd5i\\\\xca&\\\\xb2\\\\xc2C\\\\xb5\\\\xba}\\\\x15\\\\xa8\\\\xceL\\\\x1b.\\\\xe5\\\\'\\\\x97\\\\xe3\\\\xd6\\\\xc3\\\\x8f\\\\x93[\\\\xad\\\\x9e\\\\xef\\\\xa5HQ\\\\x03v\\\\xacH\\\\xd0\\\\xf9\\\\x10<>\\\\xde\\\\x92#\\\\x16\\\\x04\\\\x11^\\\\xe6)\\\\xe3Q5z \\\\x95\\\\xe2\\\\xfb\\\\xd6UM;\\\\xd9\\\\x8b\\\\x80\\\\xa8\\\\xd0&I\\\\xda\\\\x04O\\\\x7f\\\\xb3\\\\xfc\\\\xfa\\\\xadr`T+\\\\xd6\\\\xa2eE\\\\xd7\\\\xdf\\\\x11\\\\xff\\\\x00g\\\\x9f\\\\xa9\\\\x1c\\\\x96\\\\x1e\\\\x0f!\\\\xca\\\\xe5\\\\xe2|j\\\\xbc\\\\xb4[\\\\xaa\\\\\\\\\\\\x86{\\\\t\\\\xa9\\\\xa0\\\\xa9>\\\\xd8 L\\\\xc8\\\\x04\\\\xf8\\\\x1e\\\\xaa]\\\\xbfG\\\\xc1j[\\\\xd8\\\\x83\\\\x8dJ\\\\xe8n?\\\\xfd\\\\xa9\\\\xf0\\\\x99x\\\\x94Q\\\\x93\\\\xf2,\\\\x9b\\\\xcd\\\\x11^e\\\\x18\\\\xc9RZ\\\\xe5B\\\\x86!\\\\x9c\\\\x82\\\\x00o>\\\\x92~V2g*\\\\xc46\\\\x00\\\\x16W7\\\\xc6\\\\xff\\\\x00\\\\xda\\\\x97\\\\xe8\\\\xbf\\\\xf4<\\\\xfc\\\\x0eO\\\\x87\\\\xe4n\\\\xba\\\\xca\\\\xd4S\\\\xcdQ\\\\x92[(\\\\xd9\\\\xb5\\\\x86\\\\xff\\\\x00l\\\\x88\\\\x00\\\\xf8\\\\x0f>\\\\x9bo\\\\xe46\\\\xc2\\\\x12\\\\x89\\\\x04\\\\x1e`\\\\xab\\\\x03fNA!\\\\xfe\\\\x93\\\\xf0\\\\xd9\\\\x9f\\\\xa1_\"\\\\xf9\\\\x1f\\\\x17FS\\\\xd5G=U\\\\x89E\\\\xd9\\\\x01V\\\\xb4\\\\xd8\\\\xcd\\\\xa3\\\\x02\\\\x08\\\\x87\\\\x04\\\\t\\\\x9f\\\\xc5\\\\xa7\\\\x88\\\\xeb*\\\\x7f$b\\\\x0cc\\\\x8adv\\\\xa6/ \\\\xae\\\\x1e*\\\\xcc<\\\\xa1fVi\\\\xaa\\\\x95\\\\xb3%\\\\x1b\\\\x13r\\\\xb9\\\\xa2\\\\xf5\\\\xdd\\\\xeb\\\\x1bR\\\\x00\\\\x0b\\\\xafm\\\\'\\\\xa0\\\\xdbG\\\\xdb\\\\x8b\\\\xdc\\\\x0cI\\\\xa3\\\\xe6\\\\xe9s}]\\\\xc9\\\\xbf\\\\x90\\\\xc8\\\\xe0p\\\\xf2s_6\\\\xcc\\\\xcc\\\\x85\\\\x0e\\\\xb7W\\\\xc7#\\\\x95\\\\xc7\\\\x01\\\\x1aE(\\\\xcea\\\\x91\\\\xf7k \\\\x88\\\\xecu\\\\xe9;\\\\x8b\\\\xf6a3\\\\x19\\\\xb9~X\\\\x0f\\\\xb3&\\\\xc69\\\\xc2\\\\x85\\\\x01\\\\xf9^_\\\\xc0++]5\\\\xdf\\\\x95\\\\x8eqn\\\\xb7\\\\x1d\\\\xb8\\\\xf1b\\\\xbe#\\\\x9a\\\\xf7U[;\\\\xb1H,\\\\xc0\\\\x1d\\\\xa3O>\\\\xab\\\\xef\\\\x0f\\\\xc7\\\\x89i\\\\x992\\\\xc6\\\\xb1zS\\\\xd2\\\\xff\\\\x00t\\\\xeb\\\\x06\\\\xf9/\\\\x10\\\\xcf\\\\xcf\\\\x97E]\\\\xf1\\\\x1c\\\\x97\\\\'v\\\\x15G\\\\x934\\\\xe5\\\\xd7\\\\x8fI|\\\\x97\\\\xa8-6X\\\\x81\\\\xb6\\\\x91\\\\xee1:\\\\xae\\\\x9e\\\\xa8_=z\\\\xc5\\\\x85\\\\xd9\\\\xeeIp4F\\\\xa5\\\\xa8H\\\\xed\\\\xfe\\\\x95\\\\xab\\\\xd6\\\\xe3\\\\x0f\\\\xd4\\\\xd4\\\\xf3^\\\\xe6|\\\\x86\\\\xdeN\\\\xde;\\\\x1f\\\\x11\\\\xed\\\\xe3\\\\xec\\\\xae\\\\xabq\\\\xf0\\\\xf0E!\\\\x96\\\\xcaC\\\\x92Y\\\\xac]\\\\x84\\\\xb6\\\\xe3\\\\xbb\\\\xd4u\\\\x10@\\\\x00\\\\xf4\\\\xc9|\\\\x84\\\\xaf\\\\x81\\\\x08\\\\x06\\\\xd2Y\\\\x9a\\\\x86<\\\\xcf\\\\\\\\\\\\xd3\\\\xa1`[\\\\x04\\\\xc9\\\\x88\\\\xed\\\\xcd/\\\\xbd|zsY\\\\x0e\\\\xd9y7\\\\xb2\\\\xe5\\\\x03L\\\\xfe\\\\x15Xm\\\\xcaT\\\\x18\\\\x01v\\\\x19_>\\\\x91sE\\\\xdb\\\\xc6\"\\\\xb1\\\\x8e\\\\x0c1||\\\\x10\\\\x1b\\\\xc4B\\\\x81\\\\x9f\\\\x9a\\\\xbe>(Um\\\\x1c\\\\xb3_]\\\\x0f[\\\\xd2\\\\xd8\\\\xb8\\\\xb7\\\\x14\\\\xb3\\\\xdc@\\\\xc43\\\\x80\\\\xe6`@\\\\x11:\\\\rG^\\\\x93mvv\\\\x04n\\\\x8a\\\\x13\\\\xcddF\\\\x02\\\\xe4\\\\x889+\\\\xab7\\\\xe5\\\\x98\\\\xbc\\\\x8e\\\\x17\\\\x1d\\\\xccdS_\\\\x1aNk\\\\xe1\\\\xe2\\\\n+9\\\\x1f\\\\xf5AC\\\\xd5V\\\\xd4\\\\x87\\\\x02\\\\xc2\\\\x80\\\\x89\\\\x1f\\\\xdd=z\\\\x1b\\\\x9b\\\\x98\\\\xef\\\\xf4n$\\\\x04t\\\\x92\\\\x00\\\\x03\\\\xfdT-\\\\xce\\\\xbdT\\\\x98\\\\xe8\\\\x04\\\\x0e\\\\xfa\\\\xf0\\\\xc1FN;\\\\xe3\\\\\\\\\\\\xb7%g\\\\'w\\\\xf5<\\\\x9b\\\\xaev\\\\xb33\\\\x89\\\\xbe\\\\x1c\\\\xd2\\\\xfbv\\\\x1aA\\\\xa8\\\\x06\\\\x85}`\\\\xf6?wI\\\\x94\\\\xf6r\\\\xbd\\\\xab\\\\xd4\\\\xe7\\\\x18\\\\x9a\\\\xb7a\\\\n}\\\\xbb\\\\x94\\\\x88N\\\\x99\\\\xdc\\\\xc5\\\\xd7*`a\\\\xe3Z3\\\\xab\\\\xc7zq\\\\xaez\\\\xd8\\\\xd8=\\\\xb4\\\\r\\\\x00\\\\x03%\\\\x8cA\\\\xf5I\\\\xebGq\\\\xbe\\\\x9e\\\\xeb\\\\xfe\\\\x1bQ\"`0,\\\\xd2nC\\\\xe9\\\\xcdt \\\\x1cj4\\\\x08?\\\\xc7w\\\\xae\\\\x1d\\\\xb8\\\\xff\\\\x00\\\\x9c\\\\xcbL\\\\xa7{\\\\x0ex\\\\xccP\\\\xac\\\\x1fU,\\\\xb0@\\\\x00\\\\x11\\\\xa9\\\\x1a}\\\\x9dbl\\\\'#\\\\x13j2\\\\x95\\\\xb2_S\\\\xf88\\\\xec\"\\\\xa9\\\\xd7\\\\x83\\\\x1dL\\\\x0ba\\\\xc7\\\\xd1n\\\\xe7r\\\\xb3\\\\x9b\\\\x8e\\\\xc7\\\\xc6\\\\xf8\\\\xf1NG\\\\x99\\\\xef\\\\x85S\\\\xb1Z\\\\xaeD\\\\x048k\\\\xb4T`{\\\\x13\\\\xf6\\\\xf5ssf7\\\\xa1n\\\\xd4$e r\\\\xce-\\\\xcf&>UA\\\\t\\\\x80\\\\xe6A\\\\x9d\\\\x01\\\\xc1\\\\xe4>Y\\\\xcc\\\\xd5N\\\\x7f\\\\'\\\\x94\\\\x9c\\\\xb6\\\\'\\\\x1dkc\\\\xdfm\\\\x88\\\\xb5S[\\\\x10\\\\xc9b\\\\xed\\\\xf5\\\\x1bZ\\\\xb5h\\\\x92 \\\\xf7\\\\xea\\\\x8f\\\\xc9\\\\xde\\\\xdd\\\\xdd1\\\\xba\\\\xe6v\\\\xad\\\\x1d$\\\\xcb\\\\x00\\\\xe1\\\\x8b\\\\xbe2\\\\x18\\\\xba\\\\xb0\\\\x08\\\\x90\\\\xad\\\\t\\\\x14L_\\\\xd2x{W\\\\x1f#\\\\x0f%\\\\x9cq\\\\xd6\\\\xa5\\\\xd8\\\\xf9;\\\\xc7\\\\xbc-\\\\xadv\\\\xeb\\\\x02\\\\x181\\\\xef\\\\xbb\\\\xb7Q\\\\xfe\\\\x0e\\\\xcc\\\\xff\\\\x00\\\\xc9b\\\\xf1\"\\\\xd9\\\\x04\\\\x13\\\\xfb\\\\x82\\\\x07,\\\\x0cI\\\\xab\\\\x9a\\\\x84\\\\x9fr\\\\xe0\\\\xa1\\\\x8b8b\\\\x17\\\\x99\\\\x94\\\\x9fun\\\\xb5\\\\xd6\\\\xc6\\\\xbeK%\\\\xa4\\\\xech\\\\x1a\\\\x83\\\\x06\\\\'\\\\xc7\\\\xec\\\\xed\\\\xd6\\\\x7f\\\\xc8m\\\\xe7+\\\\x82\\\\xe4\\\\xc8\\\\x91\\\\x9dH\\\\x93\\\\xe9\\\\x97kx\\\\xf6)\\\\x84\\\\x80\\\\r\\\\xcb\\\\x96!A\\\\xf7\\\\xf1\\\\xa8|K\\\\x19U,W&\\\\xa4P\\\\x19\\\\x05\\\\xaaa\\\\x80\\\\x98\\\\x8f\\\\x1dN\\\\xbf\\\\xb3\\\\xa4B\\\\xecm\\\\xde\\\\x84\\\\xd9\\\\x88\\\\xa8\\\\xc0\\\\x87\\\\xc1\\\\xbf\\\\xb4D\\\\x19D\\\\x84_3$\\\\xde\\\\x19h\\\\x84\"\\\\x92\\\\xa1j=\\\\xddO\\\\x88Q\\\\xa8\\\\x1e1\\\\xd7\\\\xa3\\\\xde\\\\xef#|\\\\xfa\\\\x06\\\\x90#\\\\xfe\\\\x9ec\\\\x9f6\\\\xcdP\\\\x84Lq\\\\xa9B\\\\xf9\\\\x1blZi\\\\xcb\\\\xb1-\\\\xe4\\\\xb2Si\\\\xae\\\\x9a\\\\x89\\\\xa9\\\\x03T\\\\xc6Y\\\\x91b\\\\x08\\\\x067\\\\x11#\\\\xef\\\\xea\\\\xae\\\\xe7y?l\\\\\\\\\\\\x93\\\\xcf\\\\x06\\\\rOM\\\\x1c\\\\x81\\\\xcb\\\\x99V#heFUo\\\\xce\\\\xbeA\\\\x94\\\\x9f\\\\x15\\\\xf9\\\\x1f\\\\xcb\\\\x08Krx\\\\n,\\\\xcb9\\\\x18(\\\\xea\\\\xc0*\\\\x7f,A\\\\x89@\\\\xc4xn\\\\xf3\\\\xeaN\\\\xf0\\\\xdf\\\\xbf\\\\xaa\\\\x8f\\\\x93\\\\x06\\\\xc9\\\\x1c\\\\xad\\\\x0fd\\\\x9c\\\\x86+\\\\xe5\\\\xef\\\\x1d\\\\xbb\\\\x90\\\\xc9\\\\xe4\\\\xf9nG+\\\\xf3Y\\\\xf9V\\\\xb6FFR\\\\x9d\\\\xa1\\\\x9e\\\\xd3\\\\xb9\\\\x87n\\\\xc2@\\\\x8f\\\\x0e\\\\xbdV\\\\xd2\\\\xc8\\\\x12wv\\\\x02\\\\xab\\\\xc6\\\\xce\\\\xe6\\\\xa9\\\\x9e\\\\xd5\\\\xa36\\\\xdfj\\\\xabh\\\\xaf\\\\xf2\\\\xd6V\\\\x15\\\\x94om)!O\\\\xe13\\\\xfb\\\\xbfdu\\\\xa7\\\\x19\\\\x89=\\\\x07\\\\xd9R\\\\xbc+\\\\xdf\\\\xde\\\\xa7|\\\\x07\\\\xf4\\\\xa3\\\\xe5\\\\xdf\\\\xaa<\\\\xb3\\\\xe0|S\\\\x8f\\\\x17\\\\x9a\\\\x90>fK\\\\x82(\\\\xa0\\\\x18\\\\x00\\\\xb34\\\\x01\\\\xa9\\\\x98\\\\x12H\\\\xea\\\\x9c\\\\xc9\\\\xc0\\\\xab\\\\xbb]\\\\x9c\\\\xae\\\\x1a`\\\\xbe\\\\xb1~\\\\x8d\\\\xfe\\\\x87\\\\xf1\\\\x1f\\\\xa4\\\\x9f\\\\x1f\\\\xb3mg3\\\\xe4\\\\x1c\\\\x9e5u\\\\xf39\\\\xcc\\\\xfb\\\\xeb\\\\x05D\\\\x1a\\\\xa9\\\\x81\\\\xf8\\\\t>=&\\\\xe6\\\\xdaB\\\\x123\\\\x18\\\\xbb\\\\x15\\\\xea6\\\\xdbo`\\\\x02\\\\x07o%t\\\\xe4\\\\xdb\\\\x93RR\\\\x85E\\\\x02\\\\xe4Rn\\\\xdd\\\\xb9S^\\\\xea5\\\\xe9{\\\\x9b\\\\x97\\\\xa1\\\\x18\\\\xb8b@\\\\xab\\\\xd0+\\\\x8f\\\\xa6\\\\x82\\\\x9a\\\\xba\\\\xfd\\\\x07\\\\xd5~{o\\\\xa9\\\\xce/\\\\xe6\\\\xd5\\\\x85,l[Xic\\\\xff\\\\x00\\\\xdd3#\\\\xbf~\\\\x93+\\\\xb7-\\\\x1d\\\\x17bZ\\\\xd7\\\\xdbH\\\\xbe\\\\x99\\\\xf4+\\\\x91\\\\xb4N\\\\xa4l>\\\\x0b\\\\xa9\\\\xd4\\\\x7fwEk\\\\xa9Y\\\\xb5\\\\x18+\\\\x0b\\\\xe1?*N\\\\x13\\\\x90|\\\\xac\\\\x8c*\\\\xf3&\\\\xab1p\\\\xb1-f\\\\xdc\\\\x97\\\\xdc\\\\x9bE\\\\xfe\\\\x98\\\\x9d\\\\x91\\\\xa0\\\\xd4N\\\\xa7\\\\xabVn\\\\x8bd\\\\xd1\\\\xde\\\\x89\\\\xf6.\\\\x88\\\\x9dL\\\\x9b\\\\xce\\\\x1b\\\\xdb\\\\xc4\\\\xdb\\\\x91\\\\xb5\\\\xb1mff\\\\x86b\\\\r\\\\xaa\\\\x0e\\\\xa01\\\\xd3C\\\\x07\\\\xec\\\\xe9z\\\\x18:\\\\xb0c#\\\\x17!\\\\x01\\\\xe3>?^G\"3r)\\\\xae\\\\xbcu\\\\xb4\\\\xfb\\\\xb4V\\\\x08%\\\\xc2\\\\xaf\\\\xa8\\\\x16\\\\x9e\\\\xf0\\\\'\\\\xa0\\\\x15\\\\xae\\\\x08m\\\\xd9\\\\x93\\\\xd6\\\\x80\\\\'&\\\\xe618Sn>\\\\x016\\\\x9bW\\\\xd7m\\\\xdbk(\\\\x85O\\\\xe3\\\\x00D\\\\x03>?oC;\\\\xc0`\\\\xac\\\\x82\\\\xde\\\\x90\\\\x11o\\\\x85\\\\xaa|\\\\x9f\\\\xe7\\\\x1cn\\\\x05\\\\xb7\\\\x06\\\\\\\\\\\\x8bT=\\\\x8c\\\\x84%\\\\x90\\\\x00\\\\xac\\\\x05Q\\\\xb7\\\\xee\\\\x1e1\\\\xd66\\\\xfa\\\\xfc\\\\xe3h\\\\xcb\\\\x9a\\\\xd3\\\\xf8\\\\xfb\"S\\\\x0e\\\\xbe\\\\xba|?\\\\x0f\\\\x0f\\\\x07\\\\x8b\\\\xc5\\\\xe1\\\\xdd\\\\x0f\\\\xbd\\\\x96j\\\\x0bk\\\\xd6\\\\x8c\\\\x1a\\\\xe4\\\\x81XF\\\\xf40\\\\x98;\\\\xc6\\\\xdf\\\\xbc\\\\xf8\\\\xf9\\\\xf9\\\\xdfy\\\\x0c\\\\xe5\\\\x99\\\\xcc\\\\x9f,W\\\\xad\\\\x80\\\\x02\\\\x833N\\\\x9cf\\\\x9fn7\\\\xe2\\\\xf2\\\\xd7\\\\xf1\\\\xcf\\\\xb3mb\\\\x93~q`&T\\\\x9fb\\\\xb1\\\\x05\\\\x89\\\\xf1\\\\x10N\\\\x9eq\\\\xd2\\\\xee\\\\xdc\\\\x06F\\\\x04\\\\x8fIb_/\\\\xf6\\\\x8ac\\\\xd8S\\\\xaeBV\\\\xe5\\\\xa75\\\\'3*\\\\xa2i\\\\x1e\\\\xd20\\\\xf7U\\\\x06>\\\\x84k0\\\\xef3\\\\xe1\\\\xa8:\\\\x1e\\\\x83q~2#H\\\\x01\\\\xa8\\\\x07\\\\xe7\\\\xb7\\\\x9a\\\\x1bn)\\\\x8a\\\\x93\\\\x8f\\\\x93M\\\\xeb\\\\x99Sc\\\\xba{Jq\\\\xb7\\\\x075\\\\xa9\\\\x11$\\\\x95\\\\x1a\\\\x9e\\\\xfd\\\\xfaU\\\\xb9{\\\\xa0\\\\x804\\\\xb0j\\\\x16\\\\x04\\\\x0ec\\\\x12S\\\\xe3r \\\\x1d^\\\\xa7\\\\xc3\\\\xa2%\\\\xc4d\\\\xd3\\\\xc7%\\\\xe8\\\\x98u\\\\x1a\\\\x10\\\\x05AP\\\\t\\\\xb1\\\\xc8\\\\x002\\\\x80\"cN\\\\xb4\\\\xfe?s\\\\x1b\\\\x11\\\\x9e\\\\xa8\\\\xea\\\\x02\\\\x80\\\\xb9\\\\xa4\\\\x8f.j!t\\\\x89T:\\\\xab\\\\xfeO\\\\xfa9\\\\xf0\\\\x7f\\\\x96\\\\xd1\\\\x97V\\\\x7f\\\\x07\\\\x89\\\\x8b\\\\xcaf\\\\xb3X\\\\xfc\\\\xb5\\\\x15E\\\\xefn\\\\xac\\\\x1a\\\\xe7\\\\x1a\\\\xb0c\\\\x1f_\\\\xf0\\\\xb3\\\\xb7\\\\xb8m\\\\x01\\\\x01CV\\\\xed\\\\xeb\\\\xda\\\\xa9^\\\\xd9\\\\xc6\\\\xe9sE\\\\xf3\\\\xc7\\\\xf5\\\\x1b\\\\xfd\\\\xbb\\\\xfe\\\\xa4\\\\xf1\\\\x99Ta\\\\x7fA\\\\xb3/\\\\xf3\\\\xd65|~M%\\\\x1f\\\\xdd\\\\xacj$)\\\\x90H\\\\x1a\\\\xce\\\\x83\\\\xadq\\\\xbf2\\\\x8b\\\\xce\\\\x9d\\\\xab\\\\x17u\\\\xf12\\\\xd4@\\\\x18\\\\xae[\\\\xe4\\\\xfe3\\\\xc9p\\\\xfc\\\\xa3\\\\xe2r\\\\xfc}\\\\xd8\\\\xdc\\\\x86\\\\x1d\\\\x92\\\\xf8\\\\xd7\\\\x82\\\\xb6\\\\x06\\\\x0c\\\\t\\\\x10|\\\\xb6\\\\xe8F\\\\x9eC\\\\xab\\\\x96g\\\\xeeDHH\\\\x10\\\\xb1\\\\xefm\\\\xe5\\\\x12A\\\\x15YrY\\\\x94c\\\\xd4M\\\\xa0\\\\xb6\\\\xf0X\"\\\\x83\\\\xb1;\\\\x11\\\\xf8Cw&\\\\x0c\\\\xf7\\\\xe9\\\\xd2\\\\xbd\\\\xa2-\\\\x9a\\\\x98\\\\xfa@j\\\\x85Y\\\\xe4\\\\x95\\\\xc9\\\\xc9\\\\xf7K\\\\x1a\\\\xd4\\\\xd8Yo\\\\x04\\\\x80\\\\x0c\\\\x9dX\\\\x91\\\\xf5\\\\x9f\\\\xa7\\\\x9fJ\\\\x85\\\\xc16&\\\\x8c\\\\x88N\\\\xad!B\\\\xae\\\\xef\\\\xd2\\\\x8f\\\\xd3\\\\xccNS\\\\x9a\\\\xe2\\\\xf9nZ\\\\xa1W\\\\x05\\\\xc5\\\\xd8/\\\\x07i\\\\xf5\\\\xb2\\\\xb4\\\\xa1E\\\\xf1\\\\xd4N\\\\x83\\\\xbf\\\\x9cu\\\\xe5?\\\\xec\\\\xff\\\\x00+omgF|pW\\\\xa0\\\\xf8\\\\xed\\\\xb6\\\\xa98\\\\xc1}\\\\x14\\\\xe0y\\\\x1bx\\\\xecp\\\\xfcX\\\\xc4\\\\xb2\\\\xdc\\\\xa6D\\\\xc9olo\\\\xa5\\\\x94\\\\x9a\\\\xd5V\\\\xc7S\\\\xa3)\\\\x86\\\\x831\\\\xa7\\\\x84\\\\xf5\\\\xf3\\\\xfb{\\\\xc9\\\\xc7\\\\xd4$\\\\x1c\\\\x9cV\\\\xe5\\\\xc8V\\\\x94e\\\\xd2\\\\xbcN\\\\x1e-4Q\\\\x91B\\\\x1c:\\\\xef\\\\xa0X\\\\xf4n\\\\x92_h\\\\x06\\\\xb9\\\\xd4mR @\\\\x1d\\\\x8f[\\\\xd6\\\\xee\\\\x06\\\\xad\\\\x01\\\\x0f\\\\xd4\\\\xff\\\\x00\\\\xe2:\\\\x7f)f \\\\x14\\\\xc8\\\\xadUV)W\\\\xdfb\\\\xd4\\\\x1e\\\\x00\\\\x04\\\\xa2w.\\\\xab\\\\x06@\\\\xebR\\\\x06\\\\x10\\\\xb8\\\\xf1/!\\\\x10r:Fr\\\\x01\\\\xaa;\\\\xdd/\\\\x01\\\\\\\\\\\\x14\\\\xe3\\\\xf9\\\\xcc\\\\x9a1-7\\\\x13NE\\\\x8c\\\\x98\\\\xfe\\\\xa2\\\\xaaXI!T\\\\xfa\\\\x87n\\\\xfdh\\\\xc4_\\\\xdcB\\\\xdc\\\\xa5\\\\'\\\\x12$G\\\\xfd1pj\\\\x05u\\\\x0e`\\\\xd0d\\\\xa2n\"\\\\xe3\\\\x07\\\\xe6\\\\xebbZ\\\\xb5(\\\\xafyGR\\\\nY\\\\xa9b{\\\\x19\\\\x89\\\\x1e\\\\x1d\\\\\\\\\\\\x89\\\\x8d\\\\xb8\\\\xe9\\\\xd6A\\\\x15\\\\x073\\\\x91v\\\\xa7\\\\x8a\\\\xaf\\\\xac\\\\xe0\\\\xcaV\\\\x1e*\\\\xd7\\\\x92\\\\xb6{\\\\xd7_u\\\\xe1R\\\\xd4-\\\\xfc\\\\xb6\\\\x13#j\\\\xc6\\\\x91=\\\\xc1\\\\xebKm1\\\\n\\\\x0cH\\\\xc7\\\\x9a(\\\\xdb\\\\x06@\\\\x1a\\\\xd7\\\\x07_4?\\\\xfb\\\\xa8q8\\\\xfc\\\\x87\\\\xc0\\\\xfe\\\\t\\\\xce\\\\xe2\\\\xe3\\\\xdf@\\\\xe29W\\\\xc5\\\\xb6\\\\xcd\\\\xe8\\\\xd41\\\\xb9\\\\x0e\\\\xe1\\\\x1a\\\\xb0p\\\\x04\\\\x1f\\\\x03\\\\xdb\\\\xc3\\\\xa3\\\\xdcN\\\\xd7\\\\xbb\\\\x03\\\\x00\\\\xc5\\\\xfbV\\\\xa0\\\\x903`\\\\x187E\\\\xf0+\\\\x90F{\\\\x97\\\\xb8P\\\\xd3\\\\xba7\\\\x1d|\\\\x07\\\\x8e\\\\x9dzk$\\\\x08\\\\xaa\\\\x97(JO\\\\xcb\\\\xac%\\\\xac\\\\xaa\\\\x0b\\\\x04\\\\xb1\\\\x8de{\\\\xa9]G\\\\xec\\\\x8e\\\\xaf@\\\\xb8C\\\\x03\\\\xc8\\\\xa0\\\\xd9\\\\x8fb\\\\x95\\\\xa4W\\\\x15\\\\xd8\\\\xa6l\\\\x00\\\\x0f\\\\xc2\\\\x0b\\\\x1d\\\\xc3\\\\xb4x\\\\xc1?\\\\xb3\\\\xa3ur\\\\xc0\\\\x06\\\\xae\\\\x86\"\\\\x93hz\\\\xcd\\\\x9e\\\\xb0\\\\xf5\\\\xaa\\\\xaf\\\\xe2\\\\x80\\\\x01\\\\x80#Y\\\\x9e\\\\xd1\\\\xa7\\\\xee\\\\xe8U\\\\x92\\\\xcdTg\\\\n\\\\xa6K+\\\\xda\\\\x85aA\\\\xb8\\\\xbf\\\\xa0\\\\xb1f\\\\xdd\\\\xa0\\\\xed+\\\\x1dt\\\\xb0Tw\\\\x12\\\\x12\\\\x89s\\\\xd9\\\\x9f\\\\x0e\\\\xb6r\\\\x07j\\\\xa3\\\\x03\\\\xe8-\\\\x04\\\\xae\\\\xa3A\\\\xe4{\\\\xf8\\\\xe9\\\\x1dD\\\\r\\\\x10m*O4g\\\\xe2<\\\\xcd\\\\xbc77\\\\x87\\\\x9b]d\\\\x8cK\\\\xab\\\\x98\\\\x1a:\\\\xc0\\\\x92|\\\\xe4yuW\\\\xe4v\\\\xc3q\\\\xb7\\\\x9c:S\\\\xb4U\\\\'\\\\xe4lk\\\\xb6k^(\\\\xbe\\\\x8apYb\\\\xda\\\\x06BeV\\\\xb8\\\\xd9\\\\x94\\\\x0bic\\\\xa7\\\\xb4\\\\x96\\\\xb0\\\\xda\\\\xaa\\\\xc4A\\\\xd3\\\\xd3\\\\x07\\\\xfb\\\\xba\\\\xf2V\\\\xa0\\\\x0brn\\\\x94^\\\\x1ec\\\\xb8\\\\xa6\\\\x84\\\\xaa\\\\xaa\\\\xa2\\\\xab\\\\xec\\\\xad\\\\xd8o\\\\xd9[\\\\r\\\\xac\\\\x01>\\\\x96n\\\\xf1\\\\x1eq\\\\xfd\\\\xfd<\\\\xd9\\\\x8e\\\\xacA\\\\xed@\\\\'\\\\xcd@\\\\xe4>8o\\\\xaa\\\\xf5\\\\xac\\\\x0fv\\\\xd8g\\\\x88\\\\x9fI\\\\x90\\\\xa0F\\\\xa0\\\\x9e\\\\xc3\\\\xfb\\\\xba/\\\\xf1\\\\xe2\\\\x03b\\\\x12&\\\\r\\\\x19W\\\\xb5pO\\\\x8bkT=\\\\x02\\\\xe5\\\\xb3\\\\xda\\\\xa6\\\\xdd\\\\x0b\\\\r\\\\xc4\\\\x06\\\\xd6c\\\\xbc\\\\xe9\\\\xe3\\\\xfbz\\\\xebV\\\\xe2\\\\taS\\\\xf6U\\\\x8b\\\\x82\\\\xc4\\\\xd0\\\\xf1\\\\xe2\\\\xb5\\\\xfeAj\\\\xbcWm\\\\x8dn]J6T\\\\x00`\\\\x92d*\\\\xed\\\\x80A\\\\x91 \\\\x13\\\\x06z\\\\x92%\\\\x88\\\\xc1\\\\x15\\\\xb6&\\\\xa2\\\\xa8\\\\xc5\\\\xf5\\\\xe1n\\\\xc7\\\\xa8\\\\xac\\\\xbb06\\\\xaa\\\\x16\\\\xdc\\\\x87]\\\\xc1\\\\xca\\\\xa9\\\\x92\\\\xa7\\\\xc3\\\\xec\\\\xf0\\\\x1a\\\\xba2\\\\x04\\\\xe0\\\\xcc\\\\x9ed\\\\x08\\\\x1eKf1\\\\xaf\\\\x87\\\\xc3\\\\xcd\\\\xae\\\\xbb-\\\\xc1\\\\xc6\\\\xe4\\\\xaa5\\\\xde\\\\xf8\\\\xb6\\\\xc8\\\\xb2\\\\xb2A5\\\\xdcP(e,\\\\'\\\\xc7\\\\xa6\\\\t\\\\x81\\\\xd8T\\\\x06\\\\x89-\\\\xc9\"mL|\\\\x91~=\\\\xfb.\\\\xac\\\\xb9\\\\xa7\\\\x1c@\\\\xad\\\\x89\\\\x02c\\\\xb7\\\\xa4\\\\x80$\\\\xc4\\\\x8f\\\\xb3\\\\xba\\\\xa5\\\\x10k\\\\x1f\\\\xe1\"\\\\x139\\\\xd0\\\\x8e(\\\\x9e\\\\xb8\\\\xae\\\\x7f\\\\xf3U&.z\\\\xa1\\\\xb1j\\\\x87\\\\xc8B\\\\x0c\\\\xc2\\\\xeeR\\\\xe4\\\\x0f&3\\\\xa0\\\\x8f.\\\\xa4\\\\x12\\\\xd5V!,A.\\\\xb7fp\\\\x986\\\\x9a\\\\xec\\\\xc56dg\\\\xa3\\\\x93\\\\x91\\\\x8a+;\\\\x10\\\\x03\\\\xa3On\\\\xda\\\\xf7\\\\xd7]z\\\\x89\\\\xe9,]q\\\\x80|\\\\x1d\\\\x94Nc\\\\x8e\\\\xc7\\\\xc4v\\\\xaf\\\\x16\\\\x9c\\\\xa3\\\\x86\\\\xf5\\\\x0b=\\\\xdc\\\\x8a\\\\xda\\\\xa2w\\\\x02\\\\x1a\\\\x06\\\\xd2ui\\\\x8dF\\\\x91\\\\xd27\\\\x13\\\\x8d\\\\xb1Z\\\\xc5\\\\xaa\\\\x7f\\\\x84\\\\xd3\\\\x07,(y \\\\xf8\\\\xaem\\\\xc8\\\\xc5lg\\\\xab&\\\\x8b\\\\xb6\\\\xaa[`\\\\xda\\\\xf2\\\\xa0\\\\r\\\\xba\\\\xeb\\\\x00\\\\x81\\\\x07\\\\xc4\\\\xcf\\\\x9f^O\\\\xe5&%\\\\x87\\\\xa9\\\\xf0\\\\xa5G\\\\xd1il\\\\xa3\\\\'|\\\\x02\\\\xb38\\\\xbc\\\\x8am\\\\xc9j\\\\xd4\\\\x96\\\\xb2\\\\xb38\\\\xc1\\\\xb6&\\\\xe4\\\\xd85\\\\x00\\\\xe8\\\\t\\\\x9d\\\\x14t\\\\x8f\\\\x8f\\\\xbfl\\\\r$\\\\x97\\\\xe4V\\\\x8d\\\\xcbf\\\\x99\\\\x04\\\\xd6\\\\x99\\\\x0e\\\\xe8\\\\xfe\\\\xec\\\\xa1\\\\x08b\\\\x14\\\\x96\\\\n\\\\x07a\\\\xac\\\\x00\\\\'\\\\xef\\\\xebZ7\\\\x1cW?\\\\x14\\\\x99\\\\n\\\\xac\\\\xb2\\\\x8e_\\\\x1d\\\\xc2r\\\\x19X\\\\xb95c\\\\x9c\\\\xe6\\\\xae\\\\xa5kT\\\\x82\\\\xd3\\\\xe0$\\\\x88\\\\x06;\\\\x8e\\\\xe6zM\\\\xebD\\\\x06\\\\xd4\\\\x03\\\\xf3\\\\xe0%\\\\xdd\\\\xba\\\\x00T\\\\x17-\\\\xc9[M\\\\x06\\\\xfbv6E\\\\xe3i|g\\\\xee\\\\x1bM\\\\xda\\\\xce\\\\xd3#\\\\xb7\\\\x94\\\\xcfV\\\\xf6W\\\\xadZy8\\\\x06B\\\\xa0s\\\\xe6\\\\xb17\\\\x1a\\\\x8d\\\\x00\\\\x7f*$L\\\\xcc\\\\xeb\\\\x9e\\\\xa7\\\\xad\\\\xde\\\\xc8&\\\\x16N\\\\xe5\\\\xadK\\\\x99\\\\xdb\\\\x1axtw\\\\xb7\\\\x02p\\\\xd2e\\\\xa8\\\\x9e\\\\xe4\\\\xbbq\"N\\\\xcc\\\\x19j9\\\\x19\\\\x1e\\\\xde\\\\xfa;\\\\x86\\\\x05\\\\x10\\\\x91,\\\\x80\\\\x03\\\\xe9\"#O\\\\xa7\\\\xdb\\\\xdf\\\\xaa\\\\xba\\\\x80\\\\x19\\\\x03\\\\xcc\\\\x0e\\\\xee3M\\\\x88g\\\\xc7\\\\xf3\\\\x9b\\\\xf1E7\\\\t\\\\xf1\\\\xb94#${9\\\\xb4BV\\\\t>\\\\xb40\\\\x00\\\\x1fI\\\\x1d\\\\xfa|M\\\\xb9\\\\x00\\\\xe6\\\\xa2\\\\x95\\\\xf2\\\\xefG\\\\x19>!\\\\x0f\\\\xb3\\\\x8f\\\\xc9\\\\xab)\\\\xbd\\\\xc4!j\\\\xd4\\\\xe9;A\\\\x9d\\\\xa3\\\\xd24\\\\x90A\\\\x99\\\\xe9\\\\x03\\\\xfe7x\\\\xe1\\\\xcf\\\\xeb\\\\xfc+&Z\\\\xb0N|g\\\\x1d\\\\xba\\\\x9f\\\\xfa\\\\xbb\\\\x95\\\\x16\\\\x93\\\\x15\\\\rw\\\\x95`;)\\\\x13\\\\xdb_\\\\x01\\\\xfe\\\\x11\\\\x1b \\\\x97\\\\x12\\\\x01\\\\xb8\\\\xed\\\\xea\\\\x8e%\\\\xc3.\\\\xa9\\\\xff\\\\x00l\\\\x9f\\\\xa6\\\\x9f\\\\x1c\\\\xf9_\\\\xcb\\\\xee\\\\xb7\\\\x96\\\\xc9\\\\xaa\\\\xac\\\\x9e\\\\'\\\\x1cfq8\\\\xc4\\\\x94[\\\\xf2\\\\x11\\\\x94C\\\\x86\\\\x1a\\\\x00\\\\x18\\\\x12c\\\\xee3\\\\xd5k\\\\x97\\\\r\\\\xbfH#\\\\xb4qFZ\\\\xbb[1>\\\\xa5\\\\xf5xagqXy|vv8Z2-\\\\xdfm9\\\\x10\\\\xc8\\\\x19\\\\xd5UYJ\\\\xa8\\\\xf6\\\\x8c~\\\\xc3\\\\xdf\\\\xaf9\\\\xf3\\\\x13\\\\xb9l\\\\x9bd\\\\xfd\\\\xf5\\\\xebz\\\\xc7\\\\xccKq\\\\xb7\\\\xf6\\\\xc8\\\\x81\\\\x8cE\\\\x033v\\\\xe7\\\\xe0\\\\xa8\\\\xcfk\\\\x11*f]&r\\\\x9c\\\\xa7\\\\x1fF\\\\x0e\\\\x13ba\\\\xe2XZ\\\\xa2\\\\xf7\\\\xe35(\\\\x02Z\\\\xbb=\\\\xb7\\\\xa1\\\\xb7\\\\x07\\\\x1b\\\\xa4{\\\\x85\\\\xe7]GU\\\\'\\\\xf2V\\\\xa0\\\\x1f@\\\\xa8\\\\xa8l\\\\x0f\\\\xfe?wQ+$\\\\n\\\\x9c\\\\n\\\\xa8\\\\xfew\\\\xcf\\\\xf0X\\\\xd6Q\\\\xc9Qmh\\\\xb9\\\\x98\\\\xb5\\\\x7fQ\\\\xcer\\\\x8c\\\\x1a\\\\xe5\\\\xdc.D*\\\\x8a\\\\x01;D,n\\\\xf3\\\\xee#\\\\x03\\\\xe4\\\\xa3\\\\t\\\\x91(\\\\x91\\\\xea\\\\x8dO#\\\\xe1\\\\xe4\\\\xc5Y\\\\x8c\\\\x9b\\\\x98e@\\\\xe7~\\\\xad\\\\xf1\\\\x95=\\\\x95\\\\xe0c\\\\x0b(DT\\\\xa7\\\\x1c\\\\xee\\\\xae\\\\xa7\\\\x80!\\\\xcb\\\\x15\\\\xdc\\\\xba\\\\xacG\\\\x97\\\\xd6\\\\x08\\\\xaf+\\\\x91\\\\x88\\\\x1aF\\\\x01\\\\x98\\\\x0cz\\\\xf3])\\\\x97c\\\\xe2\\\\x92\\\\x9f\\\\xf5*\\\\xc6\\\\xbd\\\\xbf\\\\xa5SN0\\\\xb9\\\\xcb\\\\xdaT\\\\xee\\\\x82\\\\xc3U\\\\x08\\\\xd2\\\\xa0\\\\xa9\\\\xf4\\\\xcc\\\\xc9\\\\x81\\\\xe3\\\\xd2\\\\xb4\\\\x98<\\\\xa2\\\\xc0\\\\x9e\\\\x94\\\\xe7\\\\x87\\\\x0e\\\\xa0\\\\xdf$1\\\\xcb\\\\xbd\\\\x13\\\\xe1\\\\xf3\\\\xb2y;\\\\x15\\\\xb1\\\\xecl\\\\xab=\\\\xd5\\\\xa5)PQ\\\\x88.\\\\tS\\\\x02t&Hm:\\\\xb9\\\\xb2\\\\xb4\\\\\\\\\\\\xb1\\\\x04?P\\\\xa9\\\\xde\\\\xbah\\\\xe1\\\\x97@|K\\\\x96\\\\xe2\\\\xa9cN-\\\\t\\\\x8fR\"\\\\x15\\\\xa5\\\\xd9\\\\xaeU%IuR\\\\xd2\\\\x044\\\\xc0\\\\x8e\\\\xe7\\\\xbfW\\\\xb7W\\\\xad\\\\x97\\\\x114\\\\r\\\\xc6(m\\\\xc6T%\\\\x9f\\\\xb3\\\\xf8W\\\\xd7\\\\xc5y\\\\xaaS#\\\\x0e\\\\xabm\\\\xb7/\\\\x8c\\\\xc2\\\\x1f\\\\x9eL\\\\x14oK\\\\\\\\\\\\xf0\\\\x8a\\\\xc1\\\\x98\\\\x18o\\\\x19c\\\\xac\\\\x9e\\\\xdd\\\\'e\\\\xf2&\\\\xd5\\\\xc1\\\\xeeI\\\\xed\\\\xc4\\\\xb9\\\\x0e\\\\xce{\\\\xde\\\\xb8dV\\\\x96\\\\x8dQ\\\\xa6<\\\\xd5\\\\xa5\\\\x87\\\\xcf\\\\xfek\\\\x98|l>2\\\\x9a\\\\xc656\\\\xdb\\\\x9bm\\\\xe4*\\\\xa3\\\\x15\\\\x07[\\\\xab\\\\xd1\\\\x83\\\\x03=\\\\x89=\\\\xfa\\\\xf4[\\\\x7f\\\\x943\\\\xba%j\\\\xd0\\\\xf4\\\\xbb\\\\xea4b+\\\\xea\\\\x8b}\\\\xddU6\\\\\\\\z\\\\x8e?T\\\\x1b\\\\x94\\\\xe6\\\\x9b\\\\x11\\\\xb0\\\\xf2q3\\\\xb9\\\\x1b^\\\\xc6\\\\xba\\\\xdb\\\\xf6W\\\\xb4\\\\xd5\\\\x8aHg\\\\xba\\\\x95\\\\x08\\\\xc4/\\\\x82\\\\xb3\\\\x1d\\\\xa7\\\\xc4un\\\\x17\\\\xbd\\\\xb1\\\\x19\\\\xc4\\\\xcf2N\\\\x0c\\\\x0e:qn\\\\x99%\\\\x90\\\\xee\\\\x08\\\\x1cs[W\\\\x93\\\\xe1\\\\xb91\\\\x81\\\\xceds\\\\x19\\\\x94>\\\\xcb\\\\xb8\\\\xda1\\\\xf2\\\\x10\\\\x9bK\\\\xd9i\\\\x9b\\\\x98W\\\\x1a\\\\xb4A\\\\x80@\"c\\\\xaaWo\\\\xd8\\\\xbe\\\\x05\\\\xe1r@\\\\x90cP\\\\xe5\\\\xff\\\\x00\\\\xdeX\\\\x8cs\\\\xc6\\\\xb5M\\\\x02dh\\\\xef\\\\xfe\\\\x11\\\\xce7\\\\xe2\\\\xdc\\\\x9d\\\\xfc\\\\x8f\\\\x1c\\\\xd4|\\\\x84\\\\xe0\\\\xe0\\\\x9a\\\\x9e\\\\xcc\\\\xd5\\\\t\\\\xb7\\\\xdfG$\\\\x8a\\\\x92\\\\xc9\\\\x906\\\\x01%\\\\x86\\\\x87\\\\xf0\\\\xf5\\\\xaf\\\\xb0\\\\xf8\\\\x9b\\\\x97el\\\\x0b\\\\xa48s#M@\\\\xbf\\\\xa4s\\\\xa0\\\\xcf\\\\x04:\\\\xe17\\\\r\\\\xfc#\\\\x994Vq\\\\xaf\\\\xe3\\\\xaa\\\\xaa\\\\xb4\\\\xc61U\\\\xb4\\\\xa3\\\\xfbu\\\\x90\\\\xbd\\\\xd0\\\\x982\\\\xa4w\\\\xd2z\\\\x8b\\\\xeflJ\\\\xdd\\\\xb8\\\\xc7\\\\x1a\\\\xbc\\\\x80\\\\x8b\\\\x8f\\\\xf7?\\\\xedN\\\\x8e\\\\x86\\\\x13/\\\\xa9\\\\xf0\\\\xedP\\\\\\\\S\\\\xf9\\\\\\\\\\\\x81B\\\\xa588h\\\\xb4{k\\\\xd9\\\\x02\\\\x08\\\\x1bu\\\\xdc@\\\\xf0\\\\x8e\\\\xb3/\\\\xce\\\\xdd\\\\xcbW\\\\xa5\\\\x00\\\\x05\\\\xb8\\\\xb0=\\\\xbc\\\\xff\\\\x00\\\\xdd.a\\\\x94HNR\\\\x0f\\\\x89B\\\\xdcd>6Q\\\\xb1\\\\x15\\\\x7f.PUi\\\\x86\\\\xb2\\\\xd4\\\\x04\\\\x12\\\\xc8\\\\xa0\\\\r\\\\xa6$G\\\\x9f\\\\xd3\\\\xac)\\\\xea\\\\xbbbZ\\\\xe8\"CK\\\\x19H\\\\x7f\\\\xe22V\\\\x04\\\\x00\\\\x90#J\\\\xd3\\\\xda|\\\\x0f\\\\x87\\\\x87Z\\\\x1b[\\\\x92\\\\x88\\\\x7f\\\\xf5\\\\x03\\\\xd5\\\\xfbqJ\\\\xbb\\\\x10N8\\\\xa8\\\\xf6r)~\\\\x16mkC\\\\xa8\\\\xcc\\\\xa9E\\\\xd7)z\\\\x95\\\\x95\\\\x9a%\\\\xf6z\\\\xa1KL\\\\x01\\\\xaf\\\\xd3\\\\xab\\\\xe3}\\\\xff\\\\x00\\\\x11\\\\x89\\\\x04\\\\t\\\\xe2Aa\\\\xde\\\\xdf\\\\xcb\\\\xa5B\\\\xdb\\\\x90\\\\xd9x\\\\xaeO\\\\xff\\\\x00sw\\\\xe6c~\\\\x98]\\\\xc2`\\\\xe7\\\\xe4\\\\xda\\\\xb9\\\\x1c\\\\x8d\\\\x18\\\\xf9\\\\xb7SaOz\\\\xa2\\\\x06\\\\xfa\\\\xc8\\\\x11\\\\x00\\\\x1d\\\\xad\\\\x10F\\\\xbfN\\\\x8bib7$#\\\\x12\\\\xedBz$\\\\xef\\\\xef\\\\xca\\\\xdd\\\\xb2\\\\xf4\\\\\\\\W\\\\xf1\\\\xacD\\\\xc6\\\\xc1\\\\xfc\\\\xbc\\\\x96k\\\\xadgFbA \\\\x8d\\\\t\\\\xef1\\\\xda\\\\x00\\\\xeb\\\\xd8\\\\xec\\\\xa2m\\\\xc0\\\\xd7\\\\xfa^]\\\\xc1/\\\\x9ad\\\\xf8\\\\xd7\\\\xe9\\\\xe7\\\\xc9\\\\xff\\\\x00R\\\\xfeIW\\\\xc6\\\\xfe#\\\\x85]\\\\x9c\\\\xa7\\\\xb6m\\\\xb0\\\\xbb\\\\n\\\\xeb\\\\xae\\\\xa5\\\\xf5\\\\x1b\\\\x1d\\\\x98\\\\x80\\\\xaa\\\\xa7I\\\\x8d|5\\\\xee\\\\xc1\\\\x19\\\\xcadG\\\\x13V\\\\xca\\\\x8a,\\\\xedM\\\\xd9\\\\xb0_T\\\\xff\\\\x00B\\\\xbfL0\\\\xff\\\\x00J>\\\\x1c\\\\xbc\\\\x0ea\\\\xc5\\\\xc8\\\\xe6\\\\xb2]\\\\xf2y~f\\\\x82\\\\xc4\\\\xddcj\\\\xa8U\\\\xc7\\\\xa4W;D\\\\x1dF\\\\xbaLu\\\\x100\\\\x8e\\\\xa9\\\\xc8\\\\x83\\\\xc8\\\\xfd\\\\x9b\\\\xb5z\\\\xfd\\\\x85\\\\xa8F\"\\\\xdc\\\\x83\\\\x1c\\\\xd5\\\\xbb\\\\x8e/\\\\xc8\\\\xab\"\\\\x84p\\\\x95\\\\x14cb\\\\x91\\\\xb8\\\\x82\\\\x04\\\\xe9\\\\xfd\\\\xfdW\\\\xb6n^\\\\x8c\\\\xa0\\\\x0e \\\\xbel\\\\xae\\\\xda\\\\x04\\\\x82\\\\x06\\\\x1cs@\\\\x9e\\\\xe4JSv\\\\xd6\\\\xb0\\\\x93\\\\r\\\\xb4\\\\x85X\\\\xd2\\\\x0fY\\\\x17/\\\\x01j/ d\\\\xed\\\\x85\\\\x00H\\\\x89\\\\xa9\\\\xa7^\\\\xf5\\\\x11,S\\\\x91\\\\xbe\\\\xe6\\\\x0bMP\\\\xda\\\\xfa\\\\x81mt\\\\xfe\\\\xd1\\\\xd5(\\\\xccB\\\\xe1\"t\\\\r^g\\\\x92 }\\\\xc2\\\\x0c\\\\xc5\\\\x06Jm<\\\\x83W]u\\\\xd7e\\\\x81[s=A`\\\\xc83\\\\xa0\\\\x1e\\\\x03\\\\xa6\\\\xda\\\\xde\\\\xdc\\\\xd2\\\\x04I\\\\x00\\\\x93\\\\x80\\\\xc4\\\\xbf\\\\xd02\\\\xb2.\\\\x88\\\\x00+\\\\xd9\\\\x98T\\\\xcf\\\\xeb\\\\xd7\\\\x0b\\\\x8d\\\\xf2\\\\xef\\\\xd3/\\\\x92\\\\xe2g\\\\xe3\\\\x16\\\\xfc\\\\x8d?\\\\xd4\\\\xb1\\\\xc1$m\\\\xbe\\\\x8d\\\\x15\\\\x84\\\\x13\\\\xdc\\\\x13\\\\xe0z-\\\\xb6\\\\xeas\\\\xb8\\\\x0c\\\\x86=\\\\xdd\\\\xea\\\\x8f\\\\xc8\\\\x81r\\\\xd9lW\\\\xc6\\\\xbeU0\\\\xeeu\\\\xb2\\\\xb2\\\\xacY\\\\x94\\\\x86$\\\\x89\\\\x85\\\\xd6\\\\'S\\\\x06u#\\\\xafI)\\\\xc6m\\\\xaa\\\\x95,\\\\xbcL\\\\xe2\\\\x01-\\\\xd8\\\\x96s\\\\xb2\\\\xef\\\\xe2rq/\\\\xc7d\\\\xbb\\\\t\\\\xab6-\\\\xb6\\\\x163\\\\xa1\\\\x94\\\\x1d\\\\xd6O\\\\x97x\\\\x07\\\\xec\\\\xea\\\\xad\\\\xe8\\\\x98\\\\x17\\\\x89x\\\\x9cJL\\\\xcb\\\\xa8|6\\\\r\\\\xbc\\\\xef#q\\\\x18\\\\xeb\\\\x8a\\\\xabb\\\\xbbc\\\\xa9\\\\x1b\\\\xb5\\\\xd3C\\\\xdc\\\\x82;\\\\xc0?\\\\xbb\\\\xac\\\\x03b7\\\\xafH\\\\xc8\\\\xd0q\\\\xdf\\\\xda\\\\xad\\\\xdb\\\\xb8%\\\\x103]\\\\x07^\\\\x1e\\\\xee=\\\\xc6&$%4\\\\xaal:I\\\\x0b\\\\xa1g\\\\x07\\\\xd2A\\\\x1f\\\\xb3\\\\xaf@-\\\\xb5\\\\x97\\\\x88u\\\\xd3\\\\x88\\\\x02\\\\xb4U\\\\xa7\\\\xcb0\\\\xb8\\\\xec@\\\\xb9\\\\xf8\\\\xd6-\\\\xaa\\\\xfb\\\\x03\\\\xa8V\\\\x07\\\\xdc\\\\x00\\\\x12\\\\x92L\\\\xe9$i\\\\xa7\\\\xd7\\\\xac\\\\xdd\\\\xd5\\\\xc1\\\\xb5\\\\xbco[ \\\\x82\\\\xc3\\\\xbcc\\\\xde\\\\xb3\\\\x08\\\\xd7\\\\xe9\\\\xad\\\\x12-\\\\xb5f\\\\xe5[\\\\xed\\\\xad\\\\xf6da\\\\xdd`c\\\\x89_\\\\xa9\\\\x03D\\\\x02\\\\xa0\\\\xfd\\\\xff\\\\x00Y\\\\xea\\\\x86\\\\xff\\\\x00\\\\xe4\\\\x7f\\\\xc8\\\\x1e\\\\xdce\\\\x9e\\\\rN\\\\x87\\\\x9ei\\\\xb6v\\\\xc4T\\\\x8c\\\\xb8\\\\xefE\\\\x7f\\\\xf4~W\\\\xff\\\\x00C\\\\x8b\\\\xff\\\\x00\\\\xf3\\\\x7f\\\\xcf\\\\xa5\\\\xe8\\\\x9f\\\\xfbc\\\\xe3/\\\\xca?\\\\xf1\\\\xbb|\\\\x97\\\\xff\\\\xd3\\\\xa18\\\\xaf\\\\x8b_\\\\x8e,l\\\\xaa\\\\x96\\\\x8a,;+\\\\xaa\\\\x15[h\\\\x12N\\\\xf2G\\\\xab\\\\xb6\\\\x9f\\\\xe3\\\\xdb\\\\x14Z\\\\xc9|\\\\x96\\\\xd6\\\\xd8\\\\xc4j9\\\\xac\\\\xf2~8\\\\xb9\\\\xcdn\\\\x165+jTT\\\\xe3\\\\xd8T\\\\x96\\\\x906\\\\x9d$\\\\x82A3\\\\xd2g\\\\x02M2J\\\\x9e\\\\xd4H\\\\xab\\\\x1b\\\\xe2\\\\xdc\\\\r<&\\\\x1b?\\\\xf2\\\\xae\\\\xbf*\\\\xb5\\\\xfc\\\\xcaZ\\\\xb2k\\\\xfb\\\\x01&\\\\x19fbz1l\\\\x1cJ\\\\xb3\\\\xb5\\\\xdb\\\\x8bmV\\\\xe9\\\\xc9E\\\\xf9\\\\x17\\\\x11\\\\x8d\\\\x93\\\\x85jR\\\\x81\\\\xad\\\\xb8\\\\xcdJ\\\\xe9 6\\\\x93\\\\xa7\\\\x87\\\\x9f\\\\x80\\\\xfd\\\\x9d#t\\\\xc3\\\\x00\\\\x9b\\\\xb8\\\\xb7\\\\x12(\\\\xb9\\\\xfa\\\\x9e\\\\x16\\\\xe1\\\\x99\\\\x92\\\\xf6\\\\x8br*\\\\xad\\\\xd6\\\\xcd\\\\xeb\\\\xde\\\\x14\\\\xeb;\\\\x95\\\\xb7\\\\x12\\\\xc4i\\\\xf4\\\\xfa\\\\xf4\\\\x9d\\\\xac\\\\x84\\\\x85qX\\\\xf7-\\\\x92p\\\\xc2\\\\xbcq\\\\xcd3\\\\xf0\\\\xf8\\\\x98\\\\x95a\\\\xa1\\\\xb7\\\\x1a\\\\xaa\\\\xac\\\\x0c\\\\xd6\\\\x9c\\\\x87\\\\xee\\\\xcd`\\\\x8fMf\\\\x08\\\\x00\\\\xfd\\\\x9a\\\\xf8\\\\xf6\\\\xea\\\\xd0,\\\\x14\\\\xd9\\\\x8bb\\\\xcc\\\\x9c\\\\x1f\\\\x9b\\\\xe3)\\\\xc4\\\\x14\\\\xdc\\\\xc7!i\\\\x08\\\\xaa\\\\xb6\\\\xca\\\\xbe\\\\xd80\\\\x000b@\\\\xeeu\\\\xfd\\\\xdd*s\\\\xa3+\\\\x82\\\\xf6\\\\x90\\\\x82\\\\xe2s\\\\x96\\\\xb5\\\\xcbe\\\\xca\\\\xb4a\\\\x86\\\\x1e\\\\xd4\\\\x08`Z;F\\\\xe0\\\\x07\\\\xef\\\\x9f\\\\x0e\\\\x85\\\\xcbV\\\\x88-\\\\xdc\\\\xd4]\\\\xf2Spx\\\\x05\\\\xcc\\\\xe42\\\\x17\"\\\\x90FPv\\\\xc5\\\\xa5\\\\x99\\\\xb7=\\\\xe0h6\\\\xa8\\\\xd0\\\\x98\\\\x1a\\\\x9d:\\\\xe6\\\\x84A|\\\\x15\\\\xabvu\\\\x97\\\\xe8\\\\xba\\\\xa3\\\\xf4G\\\\xf4\\\\xf1\\\\xb0y:9+\\\\xf8f7\\\\xd0\\\\x05\\\\xaa\\\\xf9\\\\x1a-`\\\\xb0\\\\x87\\\\xd2\\\\t\\\\x82w\\\\x16\\\\x1f\\\\xbf\\\\xb7^O\\\\xe6\\\\xb7\\\\xb2\\\\x8d\\\\xe1n!\\\\xe0\\\\x05W\\\\xa9\\\\xf8\\\\xdd\\\\x93[\\\\xd4i#\\\\x82\\\\xfa>\\\\xfcfe\\\\x1c\\\\x7f\\\\xbc\\\\xd9\\\\x14\\\\xaeBc\\\\x1b-\\\\xc7;B{\\\\x96\\\\x0fIk\\\\x02\\\\xa10\\\\x00\\\\x83\\\\xe7\\\\xd6=\\\\xd2e\\\\xaaV\\\\xeb\\\\xd3!\\\\xe2\\\\xde+l\\\\xc3\\\\xdb\\\\r,x\\\\xe4\\\\xb5[\\\\x9d\\\\xee\\\\xd9\\\\x87\\\\x86J\\\\xd7\\\\x94\\\\xb4\\\\x87\\\\xe4w\\\\xa3\\\\x9b\\\\x9dk\\\\x00\\\\xab\\\\x87\\\\xd2\\\\x02\\\\xce\\\\xed\\\\xc3\\\\xc3\\\\xbf~\\\\xa9k\\\\x9f\\\\xff\\\\x00\\\\xb5(\\\\x00b\\\\x1c\\\\xe3^\\\\xbd\\\\xdd\\\\x10\\\\xc5\\\\x8f\\\\xa9\\\\xdf\\\\xb5\\\\x10\\\\xe2\\\\xee\\\\xaa\\\\xfbM\\\\x9c\\\\xdf\\\\xb8\\\\xb4\\\\xd8\\\\x1e\\\\xccCZ\\\\xaa\\\\x92\\\\xed\\\\xa2\\\\x07\\\\x1a@\\\\x04H\\\\x9d\\\\x0fy\\\\xea\\\\xc6\\\\xd8@\\\\xcfU\\\\xe7\\\\x06@\\\\xb0\\\\r\\\\xfbd\\\\xe3\\\\x93\\\\xd5\\\\x1ctf\\\\xfaG,T\\\\xb6\\\\xf7jKn\\\\x07\\\\xdeB@U\\\\x02\\\\x19\\\\x8c\\\\x90\\\\xc3\\\\xbfa\\\\xdf\\\\xec\\\\x9e\\\\xa0\\\\x13\\\\x18\\\\x93\\\\xf4\\\\xcf\\\\x9f\\\\x1c\\\\x92\\\\xae\\\\x08\\\\xbb\\\\x8c\\\\x11l{.\\\\xae\\\\x97\\\\xc9\\\\xc7W\\\\xb3\\\\x12\\\\x92\\\\x05\\\\xd6\\\\x80\\\\n\\\\xaby\\\\x13\\\\xae\\\\xb3\\\\xd6\\\\x8e\\\\xde\\\\xf4\\\\xe3l\\\\xce\\\\xd0&\\\\x01\\\\x9c\\\\xe2\\\\x1f\\\\x97\\\\x8a\\\\x91\\\\t\\\\n\\\\x94g\\\\xda\\\\x9ca\\\\x9d}\\\\xff\\\\x00\\\\xf5\\\\xb7^kT\\\\x02C\\\\x00\\\\'Q\\\\xdc\\\\x11\\\\xd6\\\\x9cm\\\\x11l^\\\\x9c\\\\x86\\\\xb9I\\\\xbb@\\\\x1e \\\\x84\\\\xe2#(\\\\x92M]l\\\\xe3\\\\xe8\\\\xaa\\\\xcc\\\\xa3\\\\x91~:]}(R\\\\x82\\\\xdbK*?x&`y\\\\xc7O\\\\xd8\\\\xc5\\\\xe7)]\\\\x8e\\\\xaa0\\\\x0e0Ej\\\\x02F\\\\x98\\\\x85\\\\xcf\\\\x9f\\\\xad?\\\\xed\\\\xef\\\\xe3\\\\xff\\\\x00\\\\xa8\\\\xb5\\\\xf2? \\\\xc7\\\\xaa\\\\xec/\\\\x95\\\\xa61\\\\x18\\\\xbe\\\\xc8\\\\x91\\\\x90\\\\xf5\\\\r\\\\xc8\\\\xa7\\\\xeb\\\\xa0\\\\x03\\\\xfb\\\\xfa|blD\\\\xce\\\\xdb\\\\x80O\\\\xea\\\\xce\\\\xb3\\\\xb7\\\\x9b/x\\\\xb4\\\\x85W\\\\xc7\\\\x9e{\\\\x82\\\\xca\\\\xc4\\\\xcc\\\\xb3\\\\x0b*\\\\x97\\\\\\\\\\\\xbck,L\\\\x84(K\\\\xd6\\\\xcd\\\\xe9t$\\\\x90\\\\x01\\\\x1a};\\\\xf9u\\\\xa9\\\\t\\\\x89\\\\xc4i\\\\xa8^>\\\\xed\\\\x99BlP\\\\x1e\\\\x1b\\\\xe2y\\\\x9c\\\\xe73\\\\x89\\\\xc4\\\\xa5\\\\x1b\\\\xae6\\\\xa7\\\\xbfur\\\\xc2\\\\x01\\\\xda\\\\xed \\\\x96\\\\x0b\\\\x07A\\\\xe7\\\\xd5=\\\\xf6\\\\xecm\\\\xed\\\\x19R\\\\x9f^\\\\xa9\\\\xdbk\\\\x06\\\\xe4\\\\xc3Uw_\\\\xc6\\\\xfe7\\\\x83\\\\xc7bQ\\\\x8fEa\\\\xb8\\\\xcck=\\\\x86B\\\\xccX\\\\x15U.\\\\xe6#Pd\\\\x83\\\\x1a\\\\xc8\\\\x1d\\\\xba\\\\xf8\\\\xaf\\\\xc9\\\\xee\\\\xa7\\\\xbb\\\\xb8n\\\\xcaZ\\\\xbdE\\\\x87N0\\\\xa5W\\\\xbd\\\\xb1dY\\\\x80\\\\x88\\\\rE\\\\xd1\\\\xf8\\\\x9cO\\\\xc7x\\\\xbf\\\\x8f\\\\xdb\\\\x96\\\\xa4W\\\\xcaf\\\\xdb\\\\xed\\\\xe2c\\\\x1a\\\\xcc\\\\xd7W\\\\xa0\\\\x93\\\\xe3\\\\x0cGc$\\\\xc7\\\\xd7\\\\xab\\\\xf7v\\\\xb6\\\\xc5\\\\x81(\\\\xcb\\\\xd6H\\\\xa7!\\\\xd7\\\\xaf$\\\\x02GUU\\\\xdf\\\\xc2\"\\\\xe0p\\\\xb85\\\\n\\\\x18\\\\xa3\\\\x1fq0\\\\\\\\(\\\\xb8\\\\x08\\\\xf4\\\\xfaJ\\\\x88a\\\\x11\\\\xd8u\\\\xe8\\\\xf6wE\\\\x8d\\\\xa4`\\\\xda\\\\xb5\\\\x17\\\\xd3M]\\\\x0ci\\\\xda\\\\xaa\\\\xce\\\\x04\\\\xc9\\\\xf9\\\\x05\\\\xab\\\\x03&\\\\xfc\\\\xbc\\\\xccpO\\\\xe5\\\\xb0\\\\xaa;\\\\xa0\\\\xd1\\\\xeaG(\\\\x1e\\\\xb7]b\\\\x1bv\\\\xd6Q\\\\xda\\\\'\\\\xc7\\\\xa1\\\\xdb\\\\xcbU\\\\xc8<\\\\x98\\\\x02\\\\xff\\\\x00\\\\xad\"\\\\xe2\\\\x84\\\\x0c\\\\xdf0\\\\xf4Q\\\\x8b\\\\xf2La\\\\xc3\\\\x80\\\\xb5P}\\\\xed\\\\xe4\\\\x9b\\\\xd0\\\\x82\\\\xa5\\\\xa4\\\\xb3;\\\\x03\\\\xf6u\\\\xa7\\\\x0b\\\\xd2\\\\xbbKp\\\\xf5> \\\\xb8pu\\\\x19\\\\x17\\\\xa7whQ(\\\\x80*x\\\\xc1gF\\\\xd3J\\\\x14,/$\\\\x92\\\\xc5[c\\\\x0f5&<\\\\xbam\\\\x99\\\\x08Z\\\\x048\\\\x99<\\\\x8e\\\\x82:\\\\x13D\":\\\\xf0\\\\xfeQZr)\\\\xc0\\\\x03#\\\\'&\\\\xbcu\\\\xac\\\\xaa\\\\xa5\\\\x966\\\\xd5%\\\\xb4\\\\x89=\\\\xba\\\\xf4\\\\x1bc(T\\\\x97\\\\xe4\\\\xff\\\\x00nIv\\\\xe4!-X\\\\x11\\\\xc5W\\\\xc8?\\\\xfe\\\\xe8?=\\\\xe3\\\\xb9\\\\xea?L\\\\xbe=\\\\xc6\\\\x95\\\\xae\\\\xcc;s\\\\xf2r\\\\x96\\\\x9bV\\\\xc4\\\\xbda\\\\x15\\\\x1e\\\\x13H\\\\x1a\\\\xc1:\\\\xfa\\\\xba!\\\\x19J\\\\xec^\"=\\\\x9fU~\\\\xd6\\\\xe67dH\\\\x0c\\\\xc3\\\\x86_\\\\x16y7f\\\\xb6\\\\xcb E`1e\\\\x9d\\\\x04\\\\xf7\\\\xf0\\\\x88\\\\xeb\\\\xd5\\\\xd8\\\\r\\\\x14\\\\x99\\\\x11\\\\x92[\\\\xcej\\\\xf7\\\\x9b+p\\\\xcc[\\\\xf1\\\\x1dZ\\\\x07\\\\x9e\\\\x9e\\\\x1f^\\\\xac\\\\xdb|\\\\n@\\\\xaf\\\\x89J\\\\xee\\\\x16\\\\xe66\\\\xecXH6\\\\x10\\\\x03\\\\x90[\\\\xd3\\\\xb2Oy\\\\x1fO\\\\xd9\\\\xe3aiG\\\\xd2\\\\x1b\\\\x8e\\\\xd5\\\\x1eq+-aOE\\\\x00\\\\xbdK\\\\xb9\\\\x83\\\\x12`,\\\\xf9Ga\\\\xdf\\\\xa8\\\\xa0Li\\\\x10\\\\xcf\\\\x8a\\\\xd4\\\\xd9\\\\x97\\\\xad\\\\xd5=\\\\xb6\\\\x16\\\\xaa\\\\xb6;\\\\xbd\\\\xb0U~\\\\x83C\\\\xac\\\\x0f\\\\xd9\\\\xd4:\\\\x9ff:H\\\\x01\\\\x1c\\\\x00\\\\xe4QYa\\\\x0eX4\\\\xf7;\\\\x83L\\\\x08\\\\x83\"c\\\\xaef*\\\\x81\\\\xff\\\\x00\\\\x8ae\\\\x90\\\\xbf\\\\xcd\\\\xdbS\\\\xc8Q\\\\x15\\\\x92\\\\x05\\\\x8d%;\\\\xf6^\\\\xc6\\\\t\\\\x9dg\\\\xcb\\\\xa9up\\\\xd9\\\\x8c\\\\xc5s]\\\\x8b\\\\xfaM\\\\xf3:\\\\xb9~)\\\\xb8{2_\\\\xdd\\\\xc1\\\\xa5,\\\\xc6\\\\x04\\\\x89b\\\\xacd\\\\x00F\\\\x82~\\\\xd3\\\\xfb\\\\xfa\\\\xf1\\\\xbf%\\\\xb4;k\\\\xba\\\\x9d\\\\xa2I#\\\\x97Q\\\\xe6\\\\xbcf\\\\xf7g+R\\\\x901\\\\xc7\\\\x80\\\\xaf\\\\x0cl\\\\xd6\\\\xdfr\\\\xd4\\\\xd65\\\\x8a\\\\xbe\\\\xa55\\\\x9fZ\\\\xaf\\\\xa5\\\\x94w:\\\\x1f\\\\x1f\\\\x1f\\\\xdb\\\\xd5hH~\\\\xc0\\\\xe0\\\\xf9,\\\\t\\\\xc1\\\\xa4\\\\xc0?zp\\\\xa2\\\\xc4\\\\xbe\\\\x16\\\\xe2\\\\xe9z\\\\xa8\\\\x0f\\\\xed\\\\x92\\\\xa4\\\\xbc\\\\x11\\\\x11\\\\x02\\\\x08=\\\\xfa\\\\xb7\\\\xa8\\\\xb69\"\\\\xb7:1\\\\xc4(W\\\\xe3\\\\xe2gUh\\\\xb1Q\\\\xacV\\\\x0c\\\\xc8&AYe\\\\x83\\\\x1a\\\\x9f\\\\x18\\\\x1f\\\\xf6\\\\xcc\\\\\\\\\\\\x87z\\\\xa12\\\\x84\\\\x9d\\\\x85Pl\\\\x8e\\\\x1a\\\\xc4\\\\xaa\\\\xfc\\\\x85\\\\xb9NAM\\\\x10\\\\x92\\\\x18\\\\xd6[i\\\\xdc\\\\x08\\\\x04hgO\\\\xa7F\\\\xc6\\\\x89F\\\\x12\\\\x81|h\\\\x91\\\\xf3\\\\xf13k\\\\xb5\\\\xd9\\\\x83\\\\xd2q\\\\xee\\\\xff\\\\x00\\\\x98D\\\\xb0=\\\\xc0\"b\\\\x08\\\\x82\\\\'Y\\\\xe8L\\\\x1f\\\\x02\\\\xc7$\\\\xbdo\\\\x88\\\\xcdO\\\\xc0\\\\xba\\\\xcb\\\\xe84f\\\\x08;\\\\x8b3J\\\\xe8\\\\xa6;,\\\\xf61\\\\xaci\\\\xd4\\\\xdbp\\\\xc2X\\\\xa6F\\\\xa7\\\\xfaC\\\\xf3x\\\\xe5v\\\\xd3\\\\x1djT T\\\\x15\\\\x86\\\\x8c\\\\xc1\\\\x84\\\\x1df#Y\\\\x8e\\\\xd1\\\\xd3\\\\r\\\\xb75\\\\x14B`\\\\x08\\\\x069!\\\\'\\\\xf3x\\\\xcdY\\\\xfc\\\\xc3{u\\\\xc4!S\\\\xb8\\\\x02u\\\\'omc\\\\xec\\\\xe8dK\\\\xe2\\\\x84H\\\\x90N}9\\\\'./\\\\xe4\\\\xb9\\\\xdc{:\\\\xa5j\\\\xf4X\\\\n\\\\x84\\\\x8d}\\\\xb5\\\\x81\\\\xb5Kj\\\\xc4\\\\x02\\\\t?^\\\\x80L\\\\xc1\\\\xce!X\\\\xb79\\\\n\\\\x1e8\\\\x08\\\\xfdw\\\\xaf1\\\\xb91\\\\xed\\\\xf7\\\\r@\\\\x92\\\\x8f\\\\xea$\\\\x1d&\\\\t\\\\x9d\\\\x08=\\\\xbfh\\\\xe9\\\\x17e\\\\xce\\\\xa1Y\\\\x83\\\\\\\\\\\\xe8~\\\\xca\\\\xc1\\\\xf8\\\\x87\\\\x1f\\\\xf0\\\\xf7\\\\xe2>A\\\\x8d\\\\xf3\\\\x9c\\\\xbb\\\\xf0y\\\\xde+\\\\x13\\\\x7f\\\\xc1-\\\\xc0\\\\xa1\\\\n5\\\\xa5\\\\xfdt\\\\xdeW\\\\xc0\\\\x9d\\\\x01\\\\x1d\\\\x84\\\\xf9GY\\\\xfb\\\\x89mnY\\\\x97\\\\xbeZQ\\\\x1e\\\\x802\\\\xed[;\\\\x08GI\\\\x12w\\\\xc9%\\\\xf0\\\\xb5\\\\xa5\\\\\\\\\\\\xb6BK\\\\xfbu\\\\x17b\\\\xdb\\\\x81uf\\\\x91\\\\xf8\\\\x86\\\\x90[\\\\xe9\\\\xdb\\\\xee\\\\xeb\\\\xc7@\\\\xc3\\\\xdd$\\\\x9a1\\\\xab\\\\xad\\\\x1c\\\\x93m\\\\x9b\\\\xd3\\\\r\\\\x84\\\\xa3\\\\xda\\\\xc4\\\\xd7\\\\xba\\\\xa4*\\\\xae\\\\x80\\\\x99 \\\\xf8\\\\x1d\"f\\\\x0f\\\\xd7\\\\xad\\\\xdbGE\\\\x97\\\\x04\\\\x13\\\\xcf\\\\xbdV\\\\xb85O\\\\x92\\\\x15\\\\xf2\\\\xfb,\\\\xb3\\\\x84\\\\xab\\\\x17\\\\xd9aB6\\\\xb9L\\\\xea\\\\xda\\\\xa5\\\\x97\\\\n\\\\xd8\\\\x80-m\\\\xa3X\\\\x926\\\\xf5\\\\x8c8\\\\xedF^\\\\xdcn8\\\\xa0C\\\\xef]d1\\\\x86\\\\x952\\\\x06\\\\x80\\\\x98\\\\xd7\\\\xb9\\\\x9f\\\\xdf\\\\xd5\\\\xa8L\\\\xea\\\\xd2\\\\x0e\\\\xa7\\\\xf0\\\\xafni\\\\xc6\\\\xd0\\\\x01\\\\xf0R0\\\\xfeBP\\\\xff\\\\x00\\\\xd3\\\\xd0\\\\x05S\\\\rs( \\\\x16\\\\x90\\\\x00\\\\xd7]u\\\\x1f\\\\xb8tB\\\\xe5\\\\xc8~\\\\xa3\\\\xf1\\\\xe2\\\\x13!\\\\x10C\\\\xe0\\\\xbe\\\\x82\\\\xff\\\\x00\\\\xb2\\\\xff\\\\x00\\\\xd3L\\\\xdf\\\\x96|\\\\xc5\\\\xfet\\\\xe8\\\\xab\\\\xc4\\\\xfc`n\\\\xb7\\\\x1a\\\\xd9U\\\\xca.\\\\x08(\\\\x18\\\\xc0*\\\\xbe\";G\\\\xda:6\\\\xf5I\\\\xc8\\\\x073\\\\xd8\\\\xb5\\\\xf6Pz\\\\xbbqU\\\\xf5V\\\\xde<\\\\xa6X\\\\xcaos!/%mCY\\\\xb5\\\\xcc\\\\x0f\\\\xc4Z;/\\\\xd7@:\\\\xa3\\\\xba\\\\xdb\\\\x03!&%\\\\xf1\\\\xa1=\\\\xfc\\\\xa9\\\\xd5k\\\\xc6d\\\\x974I\\\\xbc\\\\x87\\\\xc5\\\\xab\\\\xb2\\\\xeb\\\\\\\\\\\\xe5\\\\xbd9\\\\xa8\\\\xc5k\\\\xc4\\\\xb0\\\\xb1W\\\\xad\\\\xd7x(\\\\xc8@\\\\x01\\\\x82\\\\xc7}\\\\x0e\\\\x9d`_\\\\xf805\\\\x03=3\\\\x07\\\\xf5l\\\\\\\\8\\\\x9081\\\\xedV\\\\x86\\\\xe3\\\\nQy\\\\x99\\\\x8fVf&-\\\\x9c\\\\xbe\\\\x03`SI\\\\x18\\\\xf8\\\\xd5\\\\xbdma\\\\x05\\\\n\\\\xb1U\\\\xb1L\\\\xac\\\\x99\\\\x92A\\\\x1a\\\\xcfAv\\\\xd4\\\\xa7\\\\x00o\\\\r1\\\\x1e\\\\x90\\\\x1b\\\\x96 \\\\x1e\\\\xb9\\\\xf6\\\\xa2\\\\xb6@\\\\x91\\\\xd3\\\\xc7%\\\\x9eO\\\\x13Nv5K\\\\xc5\\\\x1a\\\\x9e\\\\xb5{F-\\\\xa2\\\\xc8\\\\x8av\\\\xc1\\\\xadeH\\\\x040\\\\x1d\\\\xfe\\\\xde\\\\x82[8\\\\xdd\\\\x83\\\\xd9\\\\x01\\\\x8b\\\\xb1qQ\\\\xca\\\\xb9\\\\x85\"\\\\xf9\\\\x84\\\\x98\\\\x94\\\\x91\\\\x83\\\\xf2v\\\\xe2r=\\\\x9c{\\\\xbd\\\\xfa\\\\x89f\\\\xcd+\\\\x16V\\\\xee\\\\tW\\\\xa9\\\\xf4\\\\x03\\\\xb9\\\\x8f\\\\xbez\\\\xc5\\\\xda\\\\xfc\\\\x80\\\\xd9\\\\xcc\\\\x8c\\\\x89f8\\\\x15l\\\\xdb\\\\xd6\\\\x1cQ\\\\x01\\\\xfdA\\\\xe1\\\\xf1\\\\xcf\\\\x11s\\\\xf1\\\\x19\\\\xf8x\\\\xbc\\\\x86v\\\\x13g\\\\xe2V\\\\xb65\\\\xcd-\\\\xe9)t\\\\x08\\\\xa8+@\\\\x02u\\\\x00\\\\x01\\\\xd6\\\\xee\\\\xfbml\\\\xc0]\\\\xb78z\\\\x80`\\\\x0f:\\\\x07l\\\\x18\\\\xe2\\\\x12D\\\\x89,EA\\\\xe5\\\\xc7\\\\x1d\\\\x17\\\\xcd_\\\\x94\\\\xf2\\\\x9f+\\\\xe7\\\\xb9<\\\\xac>W\\\\xf3\\\\x19\\\\x19t?\\\\xb1\\\\xf91\\\\xdb\\\\xdc\\\\x06@\\\\xd8\\\\x00\\\\x80G\\\\x88\\\\xeb\\\\xcf\\\\x1aHk\\\\xfd\\\\xbb;\\\\xa8\\\\xd9\\\\xfdT\\\\x18\\\\x96,;\\\\xf8\\\\xa2\\\\x81\\\\x9b\\\\xf1?\\\\x92\\\\xe2q\\\\xf7\\\\xf2\\\\x99\\\\x16\"\\\\xa3[\\\\x93j\\\\x88\\\\xac\\\\x16 I\\\\xd4\\\\x19+\\\\x10>\\\\xbdX\\\\xff\\\\x00\\\\x16\\\\xecc\\\\xac\\\\xc0\\\\xe9\\\\xe7\\\\xdbO\\\\xaaL\\\\xad\\\\xb7/\\\\xbf\\\\xf2\\\\x95h9\\\\rkT\\\\xbe\\\\xe3\\\\x9d\\\\xca\\\\xd5\\\\xa0Y\\\\xde\\\\xc4\\\\xca\\\\xaa\\\\x86\\\\x132 k\\\\xfb4\\\\xe8\\\\x0cAf\\\\xc4\\\\xd3\\\\x86C\\\\x16\\\\x07\\\\xa7U{\\\\xfc&\\\\xac1uw\\\\xe5\\\\xd6\\\\xd4\\\\xfb5\\\\xbe\\\\xca\\\\xab\\\\xb3\\\\xdb5\\\\xdc\\\\xea\\\\x00kDG\\\\xa4\\\\xfa\\\\x88\\\\x1d\\\\xc9\\\\x92u\\\\xebKef.\\\\xe6-\\\\x90\\\\xaf\\\\xff\\\\x00\\\\xab\\\\xf1O\\\\xb2\\\\xa9zF]_\\\\x1f\\\\xe1^\\\\x18\\\\xb9\\\\xb8\\\\xe2\\\\xeb\\\\xf2\\\\xb0\\\\x11qAZ\\\\xc5x\\\\xfbV\\\\xea\\\\xeeH\\\\x83j\\\\xbcn\\\\x0cN\\\\xa6\\\\x0c}{\\\\xf4[\\\\xb8Bd\\\\x98E\\\\x81\\\\xe8\\\\x99\\\\x00F\\\\'\\\\x0e\\\\xb5WO\\\\xc39l|\\\\xf1\\\\xec\\\\xbeZ\\\\xe0\\\\xe2\\\\xef\\\\x0b\\\\x7f \\\\xcaR\\\\xc2\\\\xb6\\\\x95PV7jf<\\\\xb5\\\\xeb6\\\\xc5\\\\xa0n5\\\\xcf\\\\xd7:y\\\\xab\\\\x90\\\\xba\\\\xc3\\\\x8f\\\\x0f\\\\x15dg_\\\\xc3\\\\xf06\\\\xe3^\\\\xf9X\\\\xab\\\\x8d\\\\xcb\\\\xff\\\\x00\\\\xd0\\\\xd3\\\\xc4%\\\\x8b\\\\x90\\\\xd6\\\\xe39\\\\x07\\\\xdd\\\\xb9H`\\\\x1bn\\\\xe3\\\\x1f\\\\xfe0\\\\xed\\\\xd6\\\\xd6\\\\x88\\\\xd8\\\\x96\\\\xabo(\\\\x90i\\\\x1fSG\\\\xfd\\\\xd2\\\\xe5\\\\xc1R nt\\\\xfc\\\\xf2M\\\\\\\\w\\\\xf4\\\\x8c>F\\\\xea\\\\xb1\\\\xab\\\\xcenK;\\\\x19U\\\\xd9\\\\x96\\\\xc3A\\\\xc4r\\\\x9e\\\\xddu\\\\xc7\\\\xe1\\\\x12\\\\x90A\\\\xed\\\\xaf\\\\x86\\\\x9dh\\\\xc3sn\\\\x11\\\\x04j\\\\xff\\\\x00\\\\x92\\\\x99\\\\x91\\\\\\\\\\\\x00\\\\xcf\\\\xc5\"Vf+Ju\\\\xfa\\\\xa2\\\\x14`\\\\xf0\\\\xa7\\\\x92\\\\xcb\\\\xba\\\\xdcZ\\\\xb33+\\\\xe3\\\\xeb\\\\xa7\\\\x1d\\\\xb2T%t\\\\x05\\\\xb0\\\\x97\\\\x15\\\\xa9\\\\x1bE\\\\x84\\\\xed$\\\\xf7\\\\x81\\\\xe5\\\\xd7X\\\\xbd\\\\xb7\\\\x1a\\\\xed\\\\x88\\\\t\\\\x1d \\\\x83/KV\\\\xa0\\\\x7f\\\\xe5\\\\xc9\\\\x1c\\\\x8d\\\\xcd\\\\x15-\\\\\\\\\\\\xab\\\\xc7T\\\\xd8\\\\x86\\\\xb5\\\\xa6\\\\xa2\\\\xd6\\\\xbd\\\\x14*\\\\xfb\\\\x85\\\\x0e\\\\x8a\\\\xb0\\\\x7f\\\\xe2g\\\\xad\\\\xa8\\\\xe8\\\\xf6\\\\xa2\\\\xf31\\\\x80\\\\x1a\\\\x9b \\\\xc5\\\\xbbs\\\\xa9\\\\x14|\\\\x95H\\\\x965\\\\x1cq\\\\xde\\\\x87g-\\\\xb7c\\\\xe4\\\\x0c{\\\\x11\\\\xec\\\\xba\\\\xcd\\\\xadyU)Um\\\\xf8\\\\xfe\\\\xad\\\\xa7\\\\x88\\\\xd6L\\\\xf8u\\\\x9d\\\\xb8\\\\x88\\\\x90\\\\x91\\\\x89\\\\x13\\\\x04\\\\x97,\\\\x08\\\\x11?\\\\xb6U\\\\xed\\\\n\\\\xcd\\\\xa9\\\\xc7\\\\x19\\\\r?\\\\x9c\\\\x947\\\\xc8\\\\xc7\\\\xfc\\\\x99\\\\xadr/\\\\xdb\\\\x8e\\\\xe8*b\\\\x08b\\\\xa5\\\\x80,K\\\\x00Z\\\\x01\\\\xee:\\\\xcd\\\\xbfv\\\\xcc\\\\xf6\\\\xdaL\\\\xe4\\\\x18\\\\x86\\\\xca\\\\x8f\\\\x9b\\\\xd6M\\\\xd3$.D\\\\xa9\\\\xf9Q\\\\xea\\\\xf6\\\\xb2\\\\x0bR]\\\\x98\\\\xab\\\\x12\\\\xb7F\\\\xd0\\\\xfbK\\\\x02\\\\xbbO\\\\x84\\\\x8e\\\\xb3m\\\\xd9\\\\xf7\\\\xa7\\\\xa3V\\\\x05\\\\xdf\\\\rB\\\\xb4n]O7Fe\\\\x11\\\\x1fP\\\\xa9\\\\xf2\\\\xfe\\\\xd7\\\\x96\\\\xbdx\\\\xf8\\\\xb6-4\\\\x96\\\\xb7a\\\\xb5Ci]\\\\x82u\\\\x12$\\\\xf7\\\\xfat\\\\xe3+vm\\\\x11\\\\x10\\\\xf25\\\\xe5\\\\x19\\\\x07\\\\xf1\\\\xa7LP1\\\\x93\\\\x04;\\\\x16\\\\xd3\\\\xca\\\\xe3]\\\\x90(E\\\\xa9]\\\\x81\\\\x0c\\\\xc1C\\\\xae\\\\xe1\\\\xaa\\\\xa9bI\\\\xd6b:\\\\xabe\\\\xef\\\\xc4\\\\xde\\\\x80\\\\x88\\\\x03\\\\xab\\\\x12\\\\x1f\\\\x10\\\\x1e\\\\xbd\\\\x810\\\\xc4\\\\xbb\\\\x1cV\\\\x9eW\\\\x87\\\\xcd\\\\xc8\\\\\\\\l\\\\xac\\\\x1c\\\\xc1\\\\x85\\\\x97\\\\x8a\\\\xe3eD\\\\xff\\\\x00 \\\\x00eIUYb\\\\xb0\\\\x00\\\\xfbz\\\\xb5\\\\xfe,\\\\xf7&22\\\\xd2A\\\\xeeS\\\\x1fA\\\\xa8\\\\x7f\\\\xaa\\\\xe2o\\\\xf73\\\\xcfgd|\\\\xab\\\\x88\\\\xf8f~96q\\\\xd4\\\\x0b\\\\xad\\\\xbd\\\\xb4\\\\x0fe\\\\xe7j\\\\x02?\\\\x07c:G\\\\xee\\\\xeb\\\\x7f\\\\xe3-\\\\xff\\\\x00\\\\x8f2.\\\\x17&\\\\x99,o\\\\x94\\\\x91\\\\x93\\\\x06\\\\xe3\\\\x15W|/\\\\xf4\\\\xff\\\\x00\\\\x98\\\\xf9?\\\\xc8\\\\xf8\\\\xff\\\\x00\\\\x8eq\\\\xd4\\\\x1f\\\\x7f)\\\\x81\\\\\\\\\\\\x98+]H\\\\x9a\\\\xbb\\\\xb0R@\\\\x02$G^\\\\xaa\\\\xdd\\\\xb8\\\\xb0\\\\x0f\\\\x8a\\\\xca\\\\x16u`\\\\xbe\\\\x97\\\\xfe\\\\x97~\\\\x94\\\\xfcc\\\\xf4\\\\xc7\\\\x8b\\\\xfe\\\\x9f\\\\xc2\\\\xa2\\\\xbf3\\\\x95Z?=\\\\xf2\\\\x17\\\\x81e\\\\xcc\\\\x0c\\\\x94\\\\x930\\\\x80\\\\xf8\\\\x03\\\\xaf~\\\\x90a\\\\x133\\\\x11&\"\\\\xa4\\\\xf2\\\\x0b\\\\x7fkb0\\\\x00E\\\\xab\\\\xc7\\\\x82\\\\xb5\\\\x0f\\\\xf4\\\\xcb\\\\xec\\\\xb2\\\\xec\\\\x9b\\\\\\\\*\\\\xa2\\\\xb2\\\\xd8\\\\x80\\\\x81c\\\\x8d!T\\\\t\\\\x81\\\\xd53{hg#9\\\\x10\\\\x00\\\\x05\\\\xc0\\\\xfd\\\\xa5\\\\xc8\\\\x01\\\\xf5Z\\\\xfe\\\\xdc.z\\\\xa5W\\\\xee@\\\\xc7.\\\\xf8\\\\xde\\\\xff\\\\x00\\\\xb0\\\\x18Y\\\\x954\\\\xd6\\\\x15\\\\x0f\\\\xf1\\\\x1du=\\\\xb4\\\\xf1\\\\xeb\\\\x1a_2a\\\\xabC\\\\xea\\\\x9f\\\\xa40\\\\xe7\\\\x8b\\\\x93\\\\x82T\\\\x01\\\\x86\\\\x18U\\\\x0e\\\\xad2\\\\xad\\\\x16\\\\x92\\\\x80\\\\x84;\\\\xad`4\\\\x82tbf\\\\x07Tan\\\\xed\\\\xd1\\\\'\\\\x02\\\\x95=\\\\x999vK\\\\x1a\\\\x85Yx\\\\xf8\\\\xf5*W\\\\x05?\\\\x9a7=k\\\\xd9c\\\\xcc\\\\x9f\\\\x1e\\\\x97\\\\xed\\\\xc2,2#,\\\\xbb_\\\\xf9L\\\\x94(\\\\xf4r\\\\xa3\\\\xd7k\\\\x12\\\\x1e\\\\xbb\\\\x0cv\\\\xaa\\\\xd6\\\\x03\\\\xec\\\\xed=\\\\x0c7R2q.\\\\x82\\\\x9fd\\\\x91lrD-\\\\xc7\\\\xaf.\\\\x83\\\\x83\\\\x9fB\\\\xe4c\\\\xe7\\\\xd2\\\\xd8\\\\xd9I\\\\xdb}N!\\\\xd0\\\\x9f\"41\\\\xdf\\\\xad\\\\x9d\\\\xbd\\\\xc9Fp\\\\x84\\\\x83\\\\xca]\\\\x98rt7\\\\xa3\\\\xaa.pe\\\\xf2w\\\\xf5\\\\xd7\\\\xfd\\\\xb7|\\\\x97\\\\xf4\\\\xfb\\\\x95\\\\xcf\\\\xe6\\\\xb8\\\\xfa\\\\xff\\\\x00\\\\xac\\\\xfcK\"\\\\xdbr1\\\\xb3jV\\\\xf71\\\\x95\\\\xbdPTj\\\\x02\\\\x16\\\\x81\\\\xafa\\\\xe3\\\\xd6\\\\xa4e\\\\xa2\\\\xe3H\\\\xbf\\\\xdb\\\\x91^o{\\\\xb1\\\\x94}B\\\\xa0\\\\xaeP\\\\xf9\\\\x15\\\\x18t\\\\x9aqp\\\\xad\\\\\\\\\\\\xe7\\\\x18\\\\xeb\\\\xeee:\\\\x90\\\\xb5[i\\\\x00\\\\x81\\\\xb8\\\\x8d\\\\x00\\\\x13\\\\xbb\\\\xc7\\\\xc3\\\\xab\\\\xbb\\\\x93n\\\\x11\\\\x01\\\\xc1\\\\r\\\\xf5X\\\\x865\\\\xa2\\\\x8f\\\\xf1\\\\x0c\\\\x1b\\\\xf1>A\\\\x8e\\\\xb8\\\\xd7~hZk%\\\\x14H\\\\x1e;\\\\x04\\\\x105\\\\xfa\\\\xf5\\\\xe4w`[\\\\xbd\\\\xe8\\\\xa8\\\\x1c\\\\xab\\\\x8e\\\\x0e\\\\xac\\\\xd8\"M\\\\xd5vf-x4qerqT)\"\\\\xcb\\\\x8d\\\\x7f\\\\xcbe%\\\\xa4\\\\xb3v\\\\xed\\\\x1e=\\\\x8f~\\\\xbdf\\\\xca\\\\xf5\\\\xbf\\\\xf1\\\\xc9\\\\x90\\\\xedVe\\\\tN*\\\\x8b\\\\xe7>-g#\\\\xccn\\\\xa6k\\\\xc5l\\\\x8ft\\\\xa3\\\\x80\\\\xab/\\\\xe9%`\\\\x02{w1\\\\xdf\\\\xc6:\\\\xf3\\\\x1f#j7\\\\xa5\\\\xa2\\\\xd3\\\\x88\\\\xbb\\\\xaa\\\\xd6v\\\\xe5\\\\xf5\\\\x14\\\\xd9\\\\xc4\\\\xfcg\\\\x8f\\\\xe0\\\\xf2*cJ\\\\xe5\\\\\\\\\\\\xbf\\\\xccg`\\\\xb0\\\\xad\\\\x13\\\\xb5\\\\x8f\\\\x8f\\\\xe0\\\\xef\\\\x1d\\\\xfe\\\\xde\\\\x91\\\\xb4\\\\xf8\\\\xe3\\\\x03\\\\xaa\\\\\\\\rZ\\\\x11\\\\xb6\\\\x08l\\\\x13/\\\\xe6q?\\\\xf21\\\\xff\\\\x00\\\\xf0\\\\x1f\\\\xf3\\\\xebg\\\\xdb\\\\xea\\\\x8f\\\\xfc^\\\\x9eK\\\\xff\\\\xd4\\\\xe5\\\\xcb\\\\xfeip\\\\xae\\\\x83\\\\x9aMH\\\\xc7k\\\\x15mB\\\\xed2dx\\\\xcfo/.\\\\xb0%*b\\\\xbe2wE\\\\xf3Qx\\\\x7f\\\\x91\\\\xf2\\\\xf9\\\\xb9\\\\x97\\\\xbe+\\\\\\\\\\\\x98\\\\xf8\\\\xc0\\\\x9b\\\\t\\\\xf4\\\\xa8V\\\\xd03\\\\xba\\\\xfad\\\\x9d \\\\x8f\\\\xafn\\\\xa2\\\\xd4%<0\\\\tq\\\\xbf#\\\\x86I\\\\x8f\\\\x07\\\\xe6\\\\xde\\\\xc1\\\\xf62\\\\xf2v\\\\xb0\\\\x00\\\\xa7\\\\xb6\\\\xdb\\\\x9c\\\\xee\\\\x81\\\\xdc\\\\x95\\\\xdcdA\\\\x81\\\\x1f\\\\x7fd\\\\xde\\\\x9c\\\\xa2iT\\\\xc8nNe\\\\\\\\\\\\x1c~m|\\\\xe7\\\\x1c\\\\xb6\\\\x16\\\\rmC}\\\\x8aN\\\\xab\"L\\\\xed\\\\x1a\\\\xf6\\\\xd6;N\\\\xbatR\\\\x93\\\\x86\\\\x91e\\\\xadb\\\\xe0\\\\x9cz\\\\xa5>v\\\\xba\\\\xb00\\\\xdb-\\\\xc5U=\\\\xecktB\\\\x0e\\\\xe0|W\\\\xccA\\\\xf3\\\\xf1\\\\xd3\\\\xaa`\\\\x08\\\\x14\\\\x8b\\\\xde\\\\x90K*\\\\x93\\\\x91\\\\xcb\\\\xca\\\\xbe\\\\xc6\\\\x8a\\\\xed\\\\xa3\\\\x1a\\\\x18V\\\\xc9Y(D\\\\x12@m}@G\\\\x7f\\\\xf2\\\\xea\\\\xe4j\\\\x16i\\\\xb8\\\\xf9P\\\\xa9\\\\\\\\~+\\\\xa2{\\\\xd75\\\\xd7\\\\xd6\\\\xd1J\\\\x06\\\\x00\\\\x8a\\\\\\\\\\\\x12I2H\\\\x03\\\\xc8\\\\xccy\\\\xcc\\\\x9e\\\\xba!\\\\x91\\\\x88\\\\xb6y7\\\\xf2\\\\x88\\\\xf1\\\\xeb\\\\x95nw\\\\xe6r\\\\x0b8f\\\\x0b]K\\\\xac<\\\\xaf\\\\xb47hA \\\\x8f\\\\xb7\\\\xef\\\\xea\\\\r\\\\x0e\\\\xa3\\\\x92\\\\xb1b\\\\x1a\\\\x88\\\\x01w\\\\xc7\\\\xe9\\\\xbf\\\\xfbv\\\\xf9\\\\x0f\\\\x1d\\\\x7f\\\\x07\\\\xce\\\\xfc\\\\x9f\"\\\\xcc\\\\x0eJ\\\\xb7\\\\xc7\\\\xbe\\\\xbf\\\\x8c\\\\xd6\\\\x8a2\\\\xb61\\\\xdd^\\\\x8c!P\\\\t$\\\\x89=b|\\\\x87\\\\xc9\\\\r\\\\xb4\\\\x80,\\\\xfc\\\\xbf\\\\xd5\\\\xcdz\\\\xcd\\\\x8f\\\\xc4\\\\xc9\\\\x81=\\\\xbf\\\\x85\\\\xda8\\\\\\\\\\\\x07\\\\x1d\\\\xc6\\\\xe5|\\\\x89\\\\x8f\\\\x180i\\\\xc9\\\\xc7e\\\\xa7\\\\x8f\\\\x83xP\\\\xeb\\\\xb1\\\\x02\\\\xd8\\\\xc1{\\\\x1e\\\\xd0?\\\\xee\\\\xf9u\\\\x83-\\\\xe4/J\\\\xe5\\\\xd9\\\\x86\\\\x12\\\\xc8\\\\xd4\\\\xf0\\\\x16\\\\xdf\\\\xb5\\\\xa1\\\\xa22[\\\\xec\\\\xe3\\\\xb2\\\\xf0p\\\\xecLG\\\\xc9\\\\xbc\\\\x00\\\\x12\\\\xdc<\\\\x87VQ]u\\\\x84RX\\\\x83\\\\x08\\\\x14I\\\\x00\\\\xb4\\\\x8d{\\\\xf5\\\\x95xI\\\\xccm\\\\x93_\\\\xc6Gh\\\\xc3\\\\xe0x\\\\xd49\\\\xb9\\\\xdc\\\\x9d\\\\x8b\\\\xee\\\\xd4\\\\xbe\\\\xd0,+d`G\\\\xae#\\\\xfbi{mr\\\\xdc$dd\\\\xcdQ\\\\x9b\\\\xa5J$3\\\\x07s\\\\xfd/\\\\xe6\\\\xab\\\\xf5\\\\xef\\\\xf5C\\\\x90\\\\xfd[\\\\xfdA\\\\xe7~[\\\\x96\\\\xbe\\\\xce\\\\x05\\\\xb7=\\\\\\\\\\\\x1e\\\\x00P\\\\x8bF\"\\\\x93\\\\xb1B\\\\xa0\\\\x00\\\\x13\\\\xdc\\\\xc7\\\\x9fWvr\\\\xf7&fq\\\\xe3\\\\xee\\\\xafF\"\\\\xd4\\\\x1b3\\\\x8a\\\\xe6ND:\\\\xd8v\\\\xfa\\\\xc1\\\\x06H\\\\x8dLh\\\\t\\\\x80z\\\\xf4v\\\\xcd\\\\x12e *\\\\x84e\\\\xa6\\\\xcah6\\\\t%C\\\\x13#q\\\\x1a\\\\x15\\\\x9dt\\\\xe9\\\\xb6\\\\xcb\\\\xc8\\\\xb2DI\\\\xd6R\\\\xceQ!\\\\x8d`\\\\xa2n\\\\xd5\\\\xd9\\\\xdbl\\\\x90O\\\\x88\\\\x07A\\\\xdb\\\\xabKN\\\\xc8p\\\\xe8K\\\\xa0\\\\xb7z~2\\\\x181\\\\xd9\\\\xab\\\\r\\\\xdam\\\\x82<<5\\\\xe8Y[vR\\\\xd16\\\\x8fz\\\\xf8\\\\x8a\\\\n\\\\xaa\\\\xec>\\\\x92\\\\x84\\\\x91\\\\xafx\"@\\\\x1a\\\\xff\\\\x00\\\\x8fR\\\\x12\\\\xe5\\\\'\\\\xa0\\\\xcdO\\\\xc7\\\\xcaIJQ\\\\x13\\\\xda\\\\xb2H\\\\x01\\\\x84\\\\xac\\\\x02|g\\\\xb9\\\\x06>\\\\xee\\\\xa0\\\\x85V\\\\xf5\\\\x82A\\\\x93\\\\x97\\\\x08nmf\\\\xbc\\\\x9b\\\\x16\\\\xcd\\\\xa3~\\\\xeb+p\\\\xc4\\\\x08rJ\\\\xc6\\\\xb0g\\\\xc7N\\\\xfd@.\\\\xac\\\\xd8\\\\x96\\\\xa8\\\\x06\\\\xca\\\\x9e\\\\t\\\\x8b\\\\xe3\\\\x7f#\\\\xc8\\\\xe0\\\\xf9:9\\\\x1c[Z\\\\xa7\\\\xc5\\\\xb1m\\\\x161\\\\x00\\\\x15\\\\x11\\\\xe9\\\\x81\\\\xdcG\\\\x7f\\\\xb7\\\\xa5nlF\\\\xfc\\\\x0c\\\\x0fwj\\\\xa5\\\\xf2\\\\x1b\\\\x11~\\\\x0c\\\\xbe\\\\x85\\\\xfcc;\\\\x0b\\\\xe4\\\\xdcF/\\\\xc8p2jK,\\\\x03~9`\\\\xaf\\\\xb8\\\\xea\\\\xfb\\\\xd7\\\\xc4\\\\r`\\\\x0e\\\\xbe|6\\\\xf3\\\\xdb\\\\xc8\\\\x89\\\\xd2\\\\xa6\\\\x94\\\\xc7\\\\xf1\\\\xf6^6\\\\xf82x\\\\x97qC\\\\xd8\\\\x13\\\\x17\\\\x1b\\\\x9a\\\\xb8\\\\x99-\\\\xf9\\\\xad\\\\xb6\\\\xe4\\\\xe4\\\\x81\\\\xec\\\\xee2 \\\\x9dI,4\\\\x02t\\\\x10GW\\\\xad\\\\x93\\\\xac\\\\x19\\\\x06,\\\\xeb8\\\\x9d4\\\\x18)\\\\xf6Pk\\\\xbe\\\\xdc\\\\x9cR\\\\xb6Z\\\\xe5\\\\xfd\\\\x15\\\\xcc\"\\\\x95\\\\x85:\\\\x99\\\\x90D\\\\xf9OWX\\\\x9a\\\\x8c\\\\x15b\\\\x1a\\\\xbd\\\\x7f\\\\xa5\\\\xe6? \\\\x11i\\\\xa72\\\\x83[\\\\x85*\\\\xd7\\\\x00\\\\x88Y;\\\\xa8\\\\xd0\\\\xeb\\\\xfd\\\\x89\\\\xea d\\\\xe5\\\\xd3!|D(|\\\\xae\\\\x0f\\\\xe6)\\\\xf71k6\\\\xefV.\\\\x01\\\\x04\\\\xa0\\\\x8d\\\\xc4\\\\xc3w\\\\x00\\\\x11\\\\x1d\\\\xbe\\\\x9d\\\\xfa\\\\x92\\\\xce\\\\xea$\\\\x1e\\\\xa0\\\\xd1,\\\\x8a\\\\xb2\\\\xb7\\\\xbd\\\\x99\\\\x16?\\\\xfc\\\\xa1]S%\\\\x8e\\\\x90\\\\x00=\\\\x80\\\\xef\\\\xa0\\\\xd7_\\\\x1e\\\\x88H\\\\xbdP@\\\\x06\\\\xa6A\\\\x03\\\\xb2\\\\xfbm{\\\\x14\\\\x82\\\\xd5\\\\xb9\\\\xf7}\\\\xb0dn\\\\xef\\\\xee\\\\x12\\\\xd24\\\\x1d\\\\xf5\\\\xfe\\\\xfe\\\\xa0\\\\x03\\\\xab\\\\xa2\\\\x19O\\\\xd5\\\\xc3-\\\\x1b\\\\xeb\\\\xe4\\\\xc5\\\\x81\\\\'n\\\\xf3\\\\xba\\\\x96&I\\\\x06Gr\"4\\\\x1d\\\\xe7\\\\xa3\\\\xd4$\\\\xa62\\\\x04\\\\x96\\\\x19\\\\xf1\\\\xdc\\\\xb4-9\\\\x0bs\\\\x01e\\\\x80<\\\\x1d\\\\x96\\\\x80X\\\\x7f\\\\x08$\\\\r`\\\\x03\\\\xacxyw\\\\xe9\\\\x12\\\\x97\\\\xb5\\\\x10\\\\xf8u\\\\\\\\}g7\\\\xe6\\\\x8bb\\\\xe7\\\\xbf\\\\x0f~-\\\\xea\\\\xc0\\\\xa5V\\\\xff\\\\x00\\\\xd4R\\\\xbf\\\\x82\\\\x19L\\\\xaa\\\\x80I\\\\x12\\\\x0c\\\\x8f\\\\xa7Y\\\\x9b\\\\xdb\\\\xc2\\\\xdc\\\\x81\\\\x18\\\\x83_\\\\xb2\\\\xbdd\\\\xab\\\\x87\\\\x1f4r|[r\\\\x94~^\\\\xdb\\\\xe8\\\\xdf\\\\x8e\\\\xb4\\\\x81\\\\x04\\\\x16\\\\x82\\\\xdbdz\\\\xbc~\\\\x87\\\\xc7\\\\xacM\\\\xdc\\\\xcd\\\\xe8\\\\x19\\\\x8cE\\\\x07U\\\\xb9\\\\xb4!\\\\xd8\\\\x94\\\\'\\\\x86[1r/\\\\x19U\\\\x9ar\\\\x1d\\\\x0b\\\\xb5d.\\\\xd3\\\\\\\\\\\\xeeR\\\\xac4 \\\\xf7\\\\xef\\\\x03\\\\xf7u\\\\x95f\\\\xd1\\\\xb5-2\\\\xa1\\\\xe3\\\\xea\\\\xaf\\\\x92\\\\xe11 t\\\\xc6JV\\\\xb2\\\\x972\\\\xd8\\\\xd5\\\\xd5\\\\\\\\l\\\\xb1I,\\\\t>#^\\\\xf1\\\\xd6\\\\xb8\\\\xbb!\\\\x01\\\\x06\\\\xa8I\\\\x95\\\\xb8\\\\xd4\\\\xe4\\\\x95~_\\\\xc5r9\\\\x1cR\\\\xdfKW~EA\\\\x94W%\\\\xd8\\\\x05c$\\\\x00LG\\\\xf9\\\\xf5N\\\\xe6\\\\xcaZ\\\\xc4\\\\xdd\\\\xf9\\\\x80\\\\x93rn\\\\x08f+\\\\x9a3\\\\xad\\\\xe4jw\\\\xb7&\\\\xe6R\\\\x82R4 \\\\x0f\\\\xe2\\\\x82}B{\\\\xe9\\\\xd6\\\\x85\\\\xa8\\\\xdb!\\\\xa2\\\\x16|\\\\xa1\\\\x9a\\\\xc3\\\\x0f\\\\xe4\\\\x89I\\\\xaf\\\\x1e\\\\xdb\\\\r\\\\xf5\\\\xa9\\\\x054\\\\xf4\\\\x86=\\\\xdboi\\\\xd3N\\\\x9f\\\\xec\\\\xdc\\\\x8dbY/\\\\xd2\\\\xe8\\\\x9d\\\\xdf \\\\xac\\\\xa9u\\\\xaeRHdp\\\\x00-\\\\xbaA\\\\x95\\\\n\\\\'\\\\xb7\\\\x9fC\\\\x011B\\\\xc7\\\\x8e\\\\x88\\\\xc4\\\\x1a\\\\xa8VG\\\\'\\\\x93k\\\\x90\\\\xae\\\\xbb\\\\\\\\\\\\x89d?\\\\xe9\\\\xed\\\\xdfQ\\\\xf6\\\\x9e\\\\x84Y\\\\x8e%0\\\\x0c\\\\xbc\\\\xd1\\\\n\\\\xb133B\\\\x94\\\\xa2\\\\xcb\\\\x11\\\\x9fb\\\\xdb\\\\xa9@\\\\xc0\\\\x16\\\\xdb1\\\\xa9\\\\xf1\\\\xfa\\\\xf4v\\\\xf6\\\\xf3\\\\x90\\\\x06\"\\\\x84\\\\xb2\\\\xe2Dq\\\\xcf\\\\xe8\\\\x9a\\\\xf08\\\\x9c\\\\xdcAB_\\\\x8bu8\\\\x8b\\\\xb7\\\\xdf\\\\x1b`o\\\\r\\\\xea^\\\\xc3] \\\\x7f\\\\x7fZVv\\\\xd7#R\\\\xe28\\\\x91\\\\xcc\\\\xa1\\\\x94\\\\xeb\\\\x85]}J\\\\xff\\\\x00a\\\\xf9`\\\\xe4|\\\\xcf\\\\x88~Dc\\\\xf14Q^F%\\\\x16\\\\xeeK,v0\\\\x16\\\\xa5\\\\x11\\\\x12;\\\\x8f%\\\\xea\\\\xac\\\\xec\\\\x89]-6\\\\x00S\\\\x9f`Z\\\\xfb)\\\\x80\\\\x17\\\\xd26\\\\xcd\\\\xf66%\\\\xa5i\\\\xa9\\\\x91\\\\x9d\\\\xc1o^\\\\xe1\\\\x10\\\\x17\\\\xc0\\\\x88:\\\\x9e\\\\x927\\\\xde\\\\xcf\\\\xa2GLjz\\\\xbf\\\\xfe=\\\\xaa\\\\xf4\\\\x83\\\\x87\\\\xc4\\\\xa8\\\\x19x\\\\xd7\\\\xb5\\\\xd8\\\\xf9\\\\xc1X\\\\xaa\\\\x9a\\\\xed\\\\xa2\\\\x9aF\\\\xf6\\\\xb9B\\\\xea\\\\t0\\\\xa2\\\\'A\\\\xdb\\\\xc7\\\\xaa\\\\xbb\\\\xab3\\\\x17#x\\\\xc6\\\\xb4 D>\\\\xa0<\\\\x9crL\\\\x81\\\\x0c\\\\xdfu\\\\x1f#(\\\\xe6d\\\\xe7[\\\\x92+\\\\xca\\\\xc6\\\\xad+e\\\\xdc\\\\x81\\\\xcd\\\\x16k\\\\xb8\\\\x05\\\\x99\\\\x0f\\\\x02\\\\t\\\\x1dV\\\\xdc\\\\xee\\\\xe5\\\\xb8\\\\x9d\\\\xc9\\\\xcc\\\\x89A\\\\x86O\\\\xa0\\\\x9eC)dJd}\\\\x1d\\\\x0f\\\\xd5B\\\\xc4\\\\xa7\\\\x01G\\\\'\\\\x8e\\\\xd4S\\\\x91\\\\xee)\\\\xb2\\\\xa5\\\\xa9\\\\x9a\\\\xb2\\\\xea\\\\xc0z\\\\xa0\\\\x18\\\\x9f\\\\x03\\\\xd5\\\\r\\\\xbf\\\\xb1\\\\x08\\\\xdc\\\\x84\\\\x80\\\\x9d\\\\x1e,H=\\\\xad\\\\x81\\\\xe4]4\\\\xcaN\\\\xe1\\\\xfa\\\\xaa\\\\x87\\\\xe5|\\\\xc6{rX\\\\xf9y\\\\x1cX\\\\xe3\\\\xf1\\\\x8b\\\\x11Mu\\\\xaa\\\\xb5W\\\\xd9Y\\\\x05\\\\x99\\\\x8a\\\\xb2\\\\xb4\\\\xee\\\\x83\\\\xa1\\\\x9f\\\\x1e\\\\xd3\\\\xd7\\\\x91\\\\xf9\\\\xcb\\\\xc3\\\\xdc\\\\x8d\\\\xdb\\\\x90\\\\x15!\\\\x80\\\\xc0\\\\xb6+Gj(@\\\\'\\\\x04\\\\xcf\\\\x92\\\\xbc\\\\x179\\\\x8d\\\\xc8Y\\\\xc2\\\\xd1\\\\xc7[\\\\x82\\\\xf4\\\\xa8\\\\xb7\\\\x85\\\\xc8\\\\xb1\\\\xab\\\\xb2\\\\x86U\\\\xdeA\\\\xdb\\\\xde\\\\xb7a\\\\x00\\\\x93\\\\xdf^\\\\xbd\\\\x15\\\\xb8m\\\\xf7\"W,\\\\x00-\\\\x96\\\\x02.}$3\\\\x81\\\\xd0\\\\x9c3IyB\\\\x925\\\\xafz\\\\xe4\\\\xef\\\\xd4\\\\x1f\\\\x8fUO#\\\\x89\\\\xcfb\\\\xe0\\\\xbd\\\\\\\\\\\\x86\\\\x0e)Nr\\\\xab\\\\xeaZ\\\\xdb\\\\xdfWdVG*\\\\x18\\\\xa2\\\\xa4jA>\\\\x9f\\\\xd9Jq\\\\xb3\\\\t\\\\xc6q\\\\x07P\\\\xfd\\\\xb53\\\\t`\\\\xdd\\\\xdc\\\\xd5\\\\x9bspD\\\\xa8\\\\x0e\\\\r\\\\xc9S\\\\xdf\\\\xaa\\\\x1f\\\\xa9\\\\x1c\\\\x7f5\\\\xf1\\\\xbc\\\\x1f\\\\x86q\\\\x81s*\\\\xa9\\\\r\\\\xbc\\\\x97\\\\'\\\\xb7\\\\xdb\\\\x92\\\\xa4\\\\x14Dp\\\\xc6T\\\\x15\\\\xfbz\\\\xd8\\\\xf9_\\\\x95\\\\xb7;\\\\x11\\\\xb3\\\\x02\\\\xf9\\\\x93\\\\xf6\\\\xea\\\\xb3\\\\xe5\"\\\\xe5\\\\xa8\\\\x84\\\\xfe\\\\x91~\\\\x94\\\\xf2\\\\x7f\\\\xa8\\\\xfc\\\\xbd\\\\xb88Q\\\\x8f\\\\x89\\\\xc5\\\\x04\\\\xbb\\\\x9a\\\\xe5\\\\x9a\\\\xb6w\\\\xa1\\\\x1dX/\\\\xb4\\\\x15X\\\\x92N\\\\xbf\\\\x87\\\\xc3\\\\xb6\\\\x9dg|w\\\\xc6\\\\x1d\\\\xc83%\\\\xa1\\\\x13^\\\\xec\\\\x87\\\\x8a\\\\x8b03:G\\\\x1d\\\\xab\\\\xea_\\\\xc0\\\\x7fC\\\\xbfL>+\\\\x83\\\\xc7\\\\xe3?\\\\xc6q\\\\xf9\\\\x9eW\\\\x17\\\\xd7\\\\xf9\\\\xde@\\\\x0c\\\\x9b\\\\x0b\\\\x80\\\\x05\\\\x85\\\\xf4\\\\xdb\\\\xb8\\\\xc8\\\\'\\\\xe9\\\\x1d{\\\\x8d\\\\x96\\\\xdfmi\\\\xa0`\\\\xfed\\\\xf3~\\\\xaa\\\\xff\\\\x00\\\\xf8\"\\\\x01\\\\xce\\\\x0b\\\\xa18Pl\\\\xb7\\\\'\\\\x8c\\\\xbb\\\\x86^[\\\\x88\\\\xcc\\\\xab\\\\xdb\\\\xc9\\\\xe2\\\\xde\\\\xe6\\\\xab\\\\xde\\\\xa9%\\\\x90\\\\x96\\\\x95c\\\\xaboM\\\\x7fi\\\\x13\\\\xd4|>\\\\xea\\\\xf6\\\\xda\\\\xf9\\\\xf4\\\\x19D\\\\x82\\\\xf0}/C\\\\xe7\\\\x9a\\\\xbd<\\\\x1c\\\\x16\\\\xaat\\\\xab\\\\xf2\\\\xfc~M\\\\xf4\\\\xb7\\\\xb3N.3R+\\\\xa9J\\\\xdbm\\\\x08\\\\x88\\\\xbaY\\\\xb6\\\\x08\\\\x0e5\\\\x13$\\\\xc7Z\\\\x02q\\\\xb7p\\\\xeah\\\\xc4\\\\x90y\\\\x98\\\\xf3\\\\x14\\\\xe0\\\\xaa\\\\xf7\"Lx\\\\xaa9\\\\xf2l\\\\xe7\\\\xc6\\\\xa3\\\\x8b\\\\xe3\\\\xa9\\\\xf8\\\\xcd\\\\x9c\\\\xad\\\\x19\\\\x12\\\\xcf\\\\x9bA\\\\x9bn H\\\\x80\\\\x06\\\\xe0\\\\xd5\\\\x82\\\\x18\\\\x06\\\\xd0\\\\xc6\\\\x87\\\\xafO\\\\xf2\\\\x16!j\\\\xcd\\\\xb8\\\\x1b:\\\\xa2\\\\xc4\\\\x89\\\\x8f\\\\xda\\\\xe3\\\\xe1\\\\xd7\\\\xd3\\\\x90/\\\\xd2\\\\x89Vo{\\\\x94\\\\x0c\\\\xe1\\\\x19\\\\xc2\\\\xae\\\\x86\\\\xc7\\\\xc7\\\\xc5\\\\xfev]\\\\x17\\\\xa2YVvK)-e\\\\x86B\\\\x1d\\\\x04\\\\x11\\\\xe2#N\\\\x9fgmdX\\\\x8d\\\\xb9\\\\x03(\\\\xca\\\\xa2R \\\\xfa\\\\x8e](\\\\xee9\\\\x85\\\\\\\\JFt,_%\\\\xaa\\\\xd5\\\\xbf\\\\x1b\\\\x90\\\\xafn58\\\\xd8X\\\\xa4\\\\x0c\\\\x9b\\\\x81,\\\\x86D\\\\xedU\\\\xed$\\\\xf8\\\\x8f\\\\r:\\\\xa1\\\\xee\\\\x8b;\\\\x91([\\\\x8d\\\\xbb0 \\\\x19c\\\\x0e\\\\xc6\\\\xe6Nc\\\\x9dS.X!\\\\xc4\\\\x892\\\\xc5\\\\x90\\\\xac\\\\x8b\\\\x16\\\\xd7\\\\xaf\\\\'\\\\x1f\\\\x1b\\\\xdej^R\\\\x8dmoQ*M^+\\\\xaf\\\\xdd\\\\xd65\\\\xfb\\\\xde\\\\xe5\\\\xc1+0r\\\\x0f\\\\xeaN\\\\xacs\\\\x8fN\\\\x88\\\\xe0\\\\x01\\\\x04H\\\\xb51\\\\xfc\\\\xa8\\\\x1c\\\\x9ee\\\\x15gc\\\\xf1\\\\xf9Y+\\\\x8be\\\\x96#Y}l\\\\tTe\\\\xf4\\\\x02\\\\x04H$\\\\x05\\\\x02u\\\\xea\\\\xa7\\\\xc9^\\\\x03u\\\\x1b7H\\\\x8b\\\\x97\\\\xd4\\\\x18\\\\xd0\\\\x81\\\\xe9h\\\\xe2\\\\xd8\\\\x04v\\\\xa0\\\\xf02\\\\x15\\\\x0b\\\\xda2\\\\x9a\\\\xec\\\\xb6\\\\xae\\\\xb6{\\\\xd6\\\\x85V\\\\xda\"\\\\xbdK\\\\x08R\\\\xa0\\\\x93\\\\x03R{\\\\x1e\\\\xdd\\\\xfa\\\\x1b\\\\x17N\\\\xadd\\\\x92\\\\x06\\\\x03\\\\x0c\\\\xe8\\\\x08\\\\xe4\\\\xbbC\\\\xd0(\\\\x19\\\\xcb\\\\xbf\\\\x91\\\\xb7\\\\xdf\\\\xc8\\\\xfc\\\\xb3\\\\xe2X\\\\xabm\\\\x14\\\\xb5~\\\\xe3\"\\\\xfa\\\\xb7\\\\x10g\\\\xd3\\\\r\\\\x03\\\\xb7\\\\x7f.\\\\x9fz\\\\xdc5\\\\xbc\\\\xe4\\\\xc4\\\\x1a\\\\x88\\\\xb7\\\\x0c\\\\xa2\\\\x11\\\\x93\\\\x10\\\\x07\\\\xe15\\\\xe2\\\\xda\\\\xd5%V[b.)\\\\x9a\\\\xd9\\\\x98l\\\\x86\\\\x83\\\\xa6\\\\xa7\\\\xbf\\\\x8fW\\\\xf6\\\\xb7\\\\x0c@\\\\x9d=\\\\xbc\\\\x1b\\\\xaf$M\\\\x97\\\\x1f\\\\xd2\\\\xe3\\\\x9f\\\\xd6\\\\x7f\\\\x89\\\\x7f\\\\xfaC\\\\xe7~C\\\\xcb\\\\xf0\\\\xf4\\\\xdc\\\\xcd\\\\xc3\\\\xed\\\\xc9\\\\xaf0Z\\\\xbe\\\\xddUR\\\\xa2\\\\x82{\\\\x8d,a\\\\x00\\\\x00H\\\\xfb:\\\\xd6\\\\xda\\\\xdb\\\\xb8c\\\\xac\\\\xc5\\\\x87\\\\xed\\\\xd8\\\\x1d\\\\x83\\\\xf1E\\\\x9f\\\\xbf\\\\xb5n\\\\xec\\\\x8e\\\\x9cr\\\\xfe\\\\x15\\\\xc7\\\\xfe\\\\xdd>\\\\x1b\\\\xc6\\\\xf1\\\\x9f\\\\x11O\\\\x9a\\\\xf2\\\\xbb\\\\x877\\\\xf2\\\\x0b\\\\xacE.H4SA4\\\\x90\\\\t\\\\xeeX\\\\xa9&|\\\\xbbG^\\\\x96\\\\xdd\\\\xeb>\\\\xce\\\\xbb\\\\x92j\\\\xf9\\\\xaa\\\\xfb-\\\\xb9\\\\xb2\\\\x008\\\\x95\\\\x7f\\\\xe4\\\\xe5\\\\xd2\\\\xbc\\\\x99l$[qh@\\\\xcc\\\\xf6A\\\\x97=\\\\xc9\\\\xf3\\\\x1db\\\\xde\\\\xdeB\\\\xe6\\\\xec\\\\xfb`\\\\x1bq\\\\x18\\\\xcb>d\\\\xf3\\\\x1d\\\\x16\\\\xa5\\\\xcd\\\\x16\\\\x880u\\\\x1b3\\\\x96\\\\xc4\\\\xa6\\\\x8dS\\\\xf2\\\\xd9\\\\x8f`e\\\\n%\\\\x08\\\\xfe\\\\x11\\\\xb4k=\\\\xfa\\\\xcd\\\\xde\\\\xef\\\\xb6\\\\xf6 Xi\\\\xb8K\\\\xb0\\\\xfdZ\\\\x8c\\\\x1b\\\\x17V#p\\\\xdd\\\\x005]/]{ed\\\\xb5\\\\x9a\\\\xb2\\\\x84+k{m\\\\xab\\\\x93\\\\xe0[\\\\xc2\\\\x06\\\\xb1\\\\xd7\\\\x9c\\\\xbb\\\\xbb\\\\x95\\\\xf9\\\\xbfJ\\\\x96\\\\xa7r\\\\xe3\\\\x00y\\\\xd5N\\\\xfe}zWa\\\\xb1^\\\\x15Y\\\\x0c\\\\x82#\\\\xfc:\\\\xb4/\\\\xdd\\\\xb7\\\\x13\\\\xa6D\\\\x92\\\\xd4\\\\xc8\\\\x84F\\\\xd3\\\\x9e\\\\x9c\\\\xd7\\\\xa9E\\\\xa2\\\\x1c<\\\\xd5`\\\\x1f\\\\xcc\\\\'T\\\\xb1A\\\\x92$v#\\\\xa2\\\\x84%\\\\t\\\\x02]\\\\x8d_\\\\x91\\\\x0f\\\\x97U\\\\x1e\\\\xdb\\\\xc6\\\\x84\\\\x1e\\\\xd5\\\\x1c\\\\xe6)k`5\\\\x8f\\\\xf8v\\\\xca\\\\xa0\\\\xd7\\\\xe9\\\\xe3>\\\\x07\\\\xae\\\\x1b\\\\xedr5\\\\x7f\\\\x01\\\\xc7jA\\\\x88\\\\x88\\\\xc2\\\\xa8\\\\xce6=\\\\xc7\\\\x03\\\\x1b*\\\\xc6\\\\n/\\\\xdd[T\\\\x183!\\\\x1a\\\\x9f\\\\xbbN\\\\xfdnm\\\\xb6W#n75RO\\\\x9dC};T\\\\xce@\\\\xc1\\\\xfb\\\\x96\\\\xcc\\\\xbcl>K\\\\x03\\\\'\\\\x8d\\\\xe4i\\\\xfc\\\\xf7\\\\x1f\\\\x9fQ\\\\xc6\\\\xbb\\\\x11\\\\xc8`\\\\xc9g\\\\xd3MD\\\\x92:\\\\xb7\\\\x1fH&D\\\\xc9\\\\xe8\\\\xcf\\\\xde\\\\x86R\\\\x8c\\\\xa3\\\\xa4\\\\n\\\\x01\\\\xf5\\\\xfb\\\\xaf\\\\x89\\\\x1f\\\\xab\\\\x1f\\\\x02\\\\xab\\\\xe1?;\\\\xf9G\\\\xc6]Cabg;`\\\\xda\\\\xbb\\\\xab\\\\r\\\\x8e\\\\xe7r\\\\xed\\\\x93\\\\xa4\\\\x03\\\\xaf\\\\x9f\\\\xed\\\\xeaav\\\\x84J\\\\xa5\\\\xe8\\\\xbc\\\\x8e\\\\xf7n!2\\\\x06\\\\x08o\\\\xc1\\\\xbe(\\\\x1b\\\\x92\\\\xbb;/\\\\x1d\\\\xe8\\\\xc5B\\\\xac\\\\x9e\\\\x80\\\\x01\\\\x15\\\\xf7\\\\xecL\\\\xc9\\\\x9dG\\\\x94OYwg\\\\xee\\\\xdf\\\\x96\\\\x9a9\\\\x1d\\\\x94I\\\\xb3cLC\\\\xe2\\\\x15\\\\xd5~}\\\\x97\\\\xaeM\\\\x01\\\\xbd$\\\\x93\\\\xee2\\\\x12`\\\\x00eu\\\\x8e\\\\xfd\\\\xbcH\\\\xf0\\\\xeb\\\\xd3mf\\\\xd6\\\\xccNj\\\\xf4m\\\\xb3\\\\x12\\\\x87>\\\\'\\\\xe66\\\\xe4\\\\xb2\\\\x8b/\\\\x90\\\\xcf\\\\n\\\\x17\\\\xdc\\\\x93\\\\x0c{\\\\x9d\\\\x164 \\\\xe9\\\\xd2\\\\x8d\\\\x98\\\\x82\\\\xf1\\\\xab\\\\xa6\\\\xfba\\\\xc3\\\\xd1d\\\\xdck\\\\x97W\\\\xb1\\\\x00R\\\\xc1\\\\x8a\\\\x08 \\\\x00\\\\x08bd\\\\x91>\\\\xa8 i\\\\x1eF:\\\\x89\\\\r\\\\x05\\\\xca\\\\x118\\\\x80\\\\xcb\\\\xcd\\\\xd8_\\\\xfd^?\\\\xff\\\\x00\\\\x89\\\\xff\\\\x00\\\\xe4\\\\xfa\\\\xad\\\\xef\\\\xf4J\\\\xff\\\\x00$s_\\\\xff\\\\xd5\\\\xe2\\\\xdf\\\\xe8\\\\xd9\\\\' \\\\xd7U~\\\\xdbT\\\\xa2\\\\xbb\\\\xd5\\\\x86\\\\x96Z\\\\xcb*\\\\xc44\\\\x91\\\\xb0\\\\xf8\\\\xed\\\\xfb|z\\\\xf3\\\\xb2\\\\x93\\\\x10\\\\xbe-\\\\xed\\\\x13\\\\x80\\\\xc0x\\\\xa6l\\\\x9e\\\\x0f\\\\'\\\\x0f\\\\x8a\\\\xc6\\\\xe3ik\\\\x19r]\\\\xad\\\\xb5\\\\x95\\\\x97c\\\\r\\\\xa1TZv\\\\xfa@^\\\\xc4O\\\\xd3MAk\",\\\\x8a[y\\\\x080\\\\xf3#\\\\xf0\\\\x81\\\\xbf\\\\x1fmf\\\\xfc\\\\xea.DJ\\\\xacS\\\\x8a\\\\xcc\\\\x88\\\\xd5\\\\x86\\\\x10\\\\x80\\\\xc9\\\\xef\\\\xa9\\\\xd0\\\\x0f.\\\\xda\\\\xf4\\\\x98\\\\x97(.Z15\\\\xa3}U\\\\x95\\\\xf1l\\\\xec\\\\xbc\\\\\\\\\\\\x96)\\\\x94j\\\\xaa\\\\xfa\\\\xc5\\\\x96\\\\xc8\\\\xf5\\\\x17s, ~\\\\x1f-?x\\\\xe97\\\\xa4c\\\\'\\\\xcb\\\\xcd>\\\\xc5\\\\xc0\\\\r3\\\\xcf\\\\x8f5`r\\\\xd4&g\\\\x17\\\\x98\\\\xf7RY-D\\\\xb9,X>\\\\x017\\\\x13\\\\xb7\\\\xc3X\\\\x81\\\\xd1\\\\xdd\\\\x0fR?\\\\x0bB\\\\xe8\\\\xd5\\\\x07\\\\xc3\\\\xea\\\\xaal\\\\xdc\\\\xeb\\\\xd7\\\\x13\\\\xf2\\\\xb5\\\\x15cH\\\\x15UN\\\\x80\\\\x15I\\\\x90\\\\x1c\\\\xc7\\\\xdaA\\\\xf0\\\\xe8\\\\xbd\\\\xc1lT\\\\xac\\\\xba\\\\xbfb9\\\\xc3\\\\x1f\\\\xcf\\\\xd5\\\\x8fV@LpX#[\"\\\\x0b\\\\xea\\\\n\\\\x93:\\\\x02\"[\\\\xbf\\\\x9ct\\\\xc8\\\\x9dUV6\\\\xe4K\\\\x1e\\\\n\\\\xb8?N\\\\xff\\\\x00L\\\\xdb\\\\xe7\\\\x7f5\\\\xf8\\\\xff\\\\x00\\\\xc6xek\\\\xef\\\\xc9e\\\\xad\\\\x95]kc\\\\xec\\\\x02\\\\xef\\\\x04\\\\x90\\\\x0c%s$\\\\xf6\\\\xed=Q\\\\xdf\\\\xdc\\\\x94`\\\\xd0\\\\x1a\\\\x89,\\\\xc3\\\\x17\\\\xfa-\\\\xef\\\\x8d\\\\xd9\\\\xfb\\\\xd7\\\\x04A\\\\xc7\\\\xb9}]\\\\xc0\\\\xa3\\\\x92\\\\xc2\\\\\\\\|;\\\\x12\\\\xc6N.\\\\xcb\\\\x13\\\\x16\\\\xdb=y\\\\x07\\\\xf2\\\\xff\\\\x00\\\\xcbp^I#\\\\xd0H\\\\x1eK\\\\xb4x\\\\x1e\\\\xbc\\\\x1c\\\\xaf\\\\xea\\\\x99\\\\x91\\\\x91z\\\\xb3\\\\x8a\\\\x86\\\\xc4tf\\\\xfb\\\\x05\\\\xedejp\\\\x1a\\\\r\\\\x1b\\\\x96|\\\\x93\\\\x8a\\\\xe3a\\\\xe4;d\\\\xe5d~[%*>\\\\xc5\\\\x8c\\\\x8cY\\\\xaf\\\\x8d\\\\xde\\\\xd49\\\\x1d\\\\xcf\\\\x84\\\\xe9\\\\xd1\\\\xc6\\\\xcd\\\\xb9\\\\xceFr\\\\xd2@\\\\xf4\\\\xf3\\\\x94\\\\xb9w\\\\xa0 bI\\\\x01\\\\x04-}\\\\xa9\\\\x96\\\\x98\\\\xf75\\\\x99\\\\xe7\\\\x16\\\\x10\\\\xd9\\\\n\\\\xa8\\\\xe1\\\\xa4\\\\'\\\\xb6T2+\\\\x06\\\\ncR>\\\\xee\\\\xaa\\\\xea6\\\\x9c;\\\\x92\\\\x03\\\\xf6\\\\xf2\\\\xe6\\\\x01\\\\xc1\\\\x81\\\\xaa\\\\x072\\\\x08uVa\\\\xfeN\\\\xcaM4c\\\\x95\\\\xbd\\\\x7f\\\\x90\\\\xe4\\\\x07\\\\r\\\\x04\\\\xa9. m\\\\'E\\\\x1e_\\\\x8b\\\\xc7\\\\xac\\\\xfb\\\\x97\\\\x05\\\\xc8\\\\x12@\\\\x03V\\\\x19\\\\x8eNy?\\\\xf2\\\\x9c\\\\xdad\\\\x00.\\\\xe1\\\\x1dk7X\\\\x13\\\\xdb\\\\x95+\\\\xbb}\\\\x91$\\\\xae\\\\xa3h\\\\x11\"~\\\\x83\\\\xa8%\\\\xe6\\\\xf4\\\\xd2Fx\\\\xfd\\\\xbb\\\\xd7j\\\\xf4\\\\xb6k\\\\xfd\\\\xba\\\\xb9\\\\xb7\\\\xba`\\\\t\"\\\\x83!\\\\xfd\\\\xe2\\\\x93;LY\\\\xd1\\\\x1c>E\\\\xb1*\\\\xb9\\\\xaaC\\\\x7f\\\\xbe\\\\xaa\\\\x93\\\\xbbiEbu3\\\\xdf\\\\xab\\\\xfb}\\\\xf4\\\\xacD\\\\xca#V\\\\xafI\\\\xad@<\\\\xf9\\\\xa6\\\\xdb\\\\xb9\\\\xa0K\\\\xa8\\\\xa7j[\\\\xfdF\\\\xe2\\\\xb8O\\\\x90|\\\\x07\\\\xe5\\\\xfe\\\\xaf{\\\\x1bH[\\\\xff\\\\x00\\\\x8e\\\\x8e\\\\xcd\\\\x1d&\\\\x8d\\\\xfbb}$t\\\\xa1\\\\xa6\\\\t\\\\x17.L\\\\x93\\\\x19\\\\x1c\\\\xb1\\\\xeay\\\\xf7\\\\'\\\\xce\\\\x0f\\\\x96\\\\xe3O\\\\x07f&\\\\x1b\\\\xe3\\\\xdf\\\\x7f$\\\\xf3\\\\xc9\\\\xa5\\\\xaa\\\\xcd\\\\x95\\\\x8d\\\\'qAcnm\\\\xac\\\\xcf$\\\\xb1\\\\xd7q\\\\x83\\\\xd2\\\\xef\\\\xefc\\\\x1b2\\\\x8c4\\\\x93,\\\\xdb\\\\xd7\\\\x10?\\\\xd3\\\\x19\\\\x1a\\\\xb1\\\\xcf\\\\xc1?o\\\\xe9\\\\x0cp-\\\\x8a#\\\\x9b\\\\x91\\\\xf9;\\\\xb1]\"\\\\xff\\\\x00k\\\\xdbW\\\\xc6H A*\\\\x02\\\\xe9\\\\xb9\\\\x8c\\\\x98\\\\xf3\\\\xe9q LH1!\\\\xb0\\\\xe9\\\\x97<\\\\x7f\\\\xb5\\\\x12vGk\\\\xf7\\\\xac\\\\xb9*0\\\\xf4\\\\xcb\\\\xaePV\\\\x90\\\\xac\\\\x00!gB\\\\x01=\\\\xc8\\\\xf1\\\\xebgon\\\\xec\\\\xee\\\\x08\\\\x9a\\\\xc6\\\\xaf_\\\\x01^\\\\x7f\\\\xea=\\\\x89\\\\x06B8c\\\\xd8\\\\x8dc\\\\xdfw\\\\xb9EY\\\\x15B#\\\\xb1om\\\\xa1X.\\\\x80j;\\\\xeb\\\\x07\\\\xadh\\\\xee$e\\\\x08\\\\\\\\\\\\x8b\\\\x08\\\\x93X\\\\x9a\\\\x1d9gZ\\\\xa2\\\\xb4X\\\\xe2\\\\xe0\\\\xe4\\\\xb8\\\\x8f\\\\xfd\\\\xf7s\\\\x18\\\\\\\\_\\\\xe8\\\\xd7\\\\xc91\\\\xed4der\\\\x15\\\\xd2\\\\x94\\\\xd2\\\\xf6\\\\xb4\\\\xba\\\\xdfp]\\\\xe8\\\\xa3\\\\xd15\\\\x15\\\\x83:\\\\xc7Vn\\\\xdc\\\\xb6\\\\x00\\\\x8cH$\\\\xe2\\\\xdc\\\\xcf\\\\xe1 BR\\\\xb8\\\\t\\\\xc1\\\\x7f?Yd\\\\x80\\\\xfb\\\\xbf\\\\x98\\\\x84A&&50\\\\'\\\\xc3^\\\\xb5\\\\xf6\\\\x7f\\\\xa8d\\\\xfb\\\\x97\\\\t\\\\t\\\\'30\\\\x02}\\\\n\\\\x8e\\\\x0c\\\\x9a\\\\xf6\\\\xea \\\\x12\\\\x07\\\\xda\\\\x0f[\\\\xd0\\\\x851U]\\\\xc6)w\\\\x92\"\\\\xc6\\\\xf7!\\\\x94\\\\xdc7C\\\\x02\\\\x0c1\\\\x1a\\\\xc6\\\\xbd\\\\xe3\\\\xabV([\\\\x92\\\\xebG\\\\xd4z%\\\\x9b\\\\x01uHW,Cm\\\\xb5 \\\\x8df\\\\x01f\\\\xf0\\\\x8f\\\\x01\\\\xe3\\\\xd5\\\\xb5\\\\xa7\\\\x03\\\\xa7\\\\xf0\\\\xb0L4\\\\xa8\\\\xfb\\\\xd6Z=P\\\\xde\\\\x93\\\\xbbws\\\\x00\\\\x1d|\\\\xa3Mz\\\\x84F\\\\xf9\\\\x97\\\\xa6!\\\\x0c\\\\xcd\\\\xb4Z\\\\xc5\\\\xaaT5\\\\xd3\\\\n\\\\xb6\"\\\\x9d\\\\xc3\\\\xf1w\\\\xf0\\\\x1a\\\\xcf\\\\xec\\\\x9e\\\\xa0\\\\xab\\\\x16\\\\xa0b*\\\\xb4c:\\\\x07\\\\xa5\\\\xac!=\\\\xb7\\\\xddc\\\\x8f\\\\xc4\\\\x00\\\\x8d\\\\xa4\\\\x1f=\\\\xdf^\\\\xa0#\\\\x98\\\\xa1dc+e\\\\xd8\\\\xb55eX\\\\xa8]\\\\xea\\\\xba\\\\x02\\\\x0e\\\\xba\\\\x03\\\\xfb5\\\\x1f\\\\xb3\\\\xa2Ul\\\\xbcfA\\\\xeeCSFbT\\\\x95\\\\x9fU\\\\x95\\\\x82HX\\\\x88:\\\\x80`\\\\x1f\\\\xed\\\\xa7P\\\\xac\\\\x9a\\\\x85w~\\\\x9b\\\\xfc\\\\xe77\\\\xe2\\\\xf9\\\\xa7\\\\x1b#&\\\\xc1\\\\xc6\\\\xdfde\\\\xac~\\\\x16\\\\x1f\\\\xc6\\\\x01\\\\'\\\\xb4\\\\xce\\\\x9a\\\\x1e\\\\xb1\\\\xbec`o\\\\rv\\\\xff\\\\x00q\\\\xd3\\\\x11\\\\xf9\\\\xe4\\\\xbc\\\\xc7\\\\xc9m\\\\x04\\\\xbdQ\\\\x15]\\\\xb1\\\\xc1_\\\\xc6\\\\xf25\\\\xd1\\\\x98m\\\\xae\\\\xea\\\\xb3\\\\xcdo\\\\x8d\\\\x93\\\\x01\\\\xc3\\\\x11\\\\xa8\\\\x03|\\\\x90\\\\x1a\\\\'X\\\\xd7\\\\xec\\\\xd7\\\\xcem\\\\xf47\\\\xa8\\\\x8d@1u\\\\xe5\\\\xef\\\\xda:\\\\x8d(\\\\xea\\\\xc9\\\\xae\\\\xa0\\\\x90\\\\x16\\\\x8f{\\\\x1e\\\\xa4\\\\xdc\\\\xd0\\\\x8aK\\\\x12f\\\\\\\\\\\\xc9\\\\xd0\\\\xfdg\\\\xfc\\\\xf4mD\\\\x00FE\"\\\\xe8&\\\\x85\\\\x05\\\\xe5)\\\\xc6\\\\xa3r\\\\xbe9d\\\\x01\\\\x9d\\\\x9dT\\\\x16\\\\xdc\\\\x9a\\\\xed$\\\\x89\\\\xd0\\\\x18\\\\x8f\\\\x1d:\\\\x994h\\\\xaa\\\\xe1D;\\\\x8d\\\\xb3\\\\x89K\\\\x93\\\\x03#!\\\\xb1\\\\xf1$3\\\\xdc\\\\xe7\\\\xdc\\\\xb1\\\\'\\\\xf0\\\\xb4\\\\x9e\\\\xfa\\\\x8e\\\\xdf\\\\x7fC\\\\xe8\\\\xd5R\\\\x9fj\\\\xe6\\\\x9a\\\\xbd\\\\x16\\\\xfeC\\\\x07\\\\x8bu\\\\xb2\\\\x95F\\\\xca\\\\xa7]\\\\x89 H* )P@\\\\xfc^&\\\\x07Rg\\\\x10)R\\\\x99(\\\\x03P\\\\x15I\\\\x9f\\\\xc3\\\\xf24\\\\x7f9P\\\\xadmn\\\\xca\\\\xa9\\\\x04\\\\x10Q}@\\\\x82\\\\x01\\\\xfe\\\\xef\\\\x1f\\\\x0e\\\\xab\\\\xc0NRr{\\\\x95Q\\\\x13\\\\x01\\\\xe9\\\\xe6\\\\x96\\\\x12\\\\xab\\\\xf1\\\\xad\\\\xa2\\\\xca\\\\xb2KM\\\\x9e\\\\xe0\\\\xc4\\\\r \\\\xea\\\\xb2X\\\\x1f\\\\xc3\\\\'Mz\\\\x11\\\\x13\\\\x8b\\\\xe0pC\\\\xac\\\\x06\\\\xa5\\\\x0e\\\\x07\\\\xbf4\\\\xd1\\\\xc7\\\\xe7Y\\\\xc9\\\\xa8\\\\x17\\\\xb2\\\\x1b;hHq\\\\r\\\\xf8\\\\x13\\\\xea`DD\\\\x8d\\\\x0fS\\\\x0b\\\\xba\\\\x87\\\\xfc\\\\x94(\\\\xe2u\\\\x121\\\\xfb,\\\\xf2x\\\\xe7\\\\xa5\\\\xc2\\\\x08>\\\\xeb\\\\x1f\\\\xc2\\\\x01%\\\\xa2\\\\x03\\\\x03;\\\\x88\\\\xf3\\\\x98\\\\x83\\\\xd6\\\\x16\\\\xff\\\\x00j\\\\xd2\\\\x0c]\\\\xf8\\\\xf0W\\\\xedM\\\\x81O\\\\xdf\\\\n\\\\xb2\\\\xc1U\\\\xbcc[]\\\\xf4\\\\xb4\\\\\\\\\\\\xb5\\\\x04\\\\x07f\\\\xa3\\\\xd2\\\\xa1\\\\x84z\\\\x98\\\\rz\\\\xcd\\\\x916\\\\xe4 \\\\xee\\\\rp\\\\xf1\\\\xc7\\\\x9a\\\\xd5\\\\xdb\\\\xcbUU\\\\x89\\\\x8c\\\\xb4\\\\xd9hL\\\\x87\\\\rZ\\\\xd9#d3\\\\x071\\\\xa6\\\\x90 \\\\x9f\\\\x01\\\\xe7\\\\xd5\\\\xd8\\\\x91/\\\\xdb\\\\xc9[\\\\x01Mz\\\\x94V\\\\xe1\\\\xa9\\\\x17^\\\\x8cZ\\\\xbb\\\\x01\\\\xf4\\\\x89\\\\x1e\\\\xa3\\\\x1e3\\\\xa7o\\\\x1e\\\\x98\"\\\\rMH\\\\xc1A\\\\xadT\\\\xees\\\\xe2\\\\xfc\\\\xce?\\\\xc5?\\\\xafW\\\\x8bq\\\\xe2\\\\xe4\\\\xd7u\\\\xf5\\\\x88M\\\\xd5\\\\x952\\\\xc4j!\\\\xbb\\\\xe8;t7\\\\xf6\\\\x92\\\\x11\\\\x13r\\\\x07O/5\\\\xc6\\\\x07A-N\\\\x1dr\\\\x07\\\\xc8\\\\xf0)\\\\xc8\\\\xc8\\\\xb9\\\\x95}\\\\xc7RE\\\\xa2\\\\xc2K{\\\\x90D\\\\xcc\\\\x0f\\\\x1d\"\\\\x0fK\\\\xb6}Mo\\\\x01\\\\x8fnk*\\\\xf4\\\\xe5\\\\x17\\\\xcc\\\\xf2\\\\xfc$kx\\\\n\\\\xd0\\\\xedK\\\\r7\\\\x00\\\\x1b\\\\xd9]`\\\\xc9\\\\x90gQ\\\\xf5\\\\xef\\\\xdb\\\\xadX\\\\xc6D~\\\\xd1\\\\x91\\\\xcb\\\\xaa\\\\xad\\\\xef=LK\\\\x0cz\"\\\\x0f\\\\xc3?\\\\xb0\\\\xb6\\\\xb9h(\\\\xad\\\\xea\\\\xd2\\\\x04\\\\rc\\\\xb9\\\\x83\\\\xf5\\\\xd7\\\\xa5F\\\\xd1\\\\'\\\\x10;h\\\\xac\\\\xfb\\\\xcc\\\\x0b\\\\x8c\\\\xbcQ_\\\\x8f|V\\\\xdc\\\\x8eW\\\\x15\\\\x17\\\\x16\\\\xdc\\\\xbc\\\\x1d\\\\xeb\\\\xf9\\\\xb6]\\\\xab\\\\xba\\\\xb1\\\\xea;\\\\x0b\\\\xc8\\\\x0c\\\\x00\\\\xea\\\\xfd\\\\xbd\\\\xa6\\\\xb9E\\\\xeb\\\\x1c\\\\xc8J\\\\x17\\\\x9c\\\\x18\\\\xae\\\\x8c\\\\xf8fG\\\\xc5m\\\\xdd\\\\xc7\\\\xf3|NO\\\\xf4z\\\\x92\\\\xca\\\\xb1j\\\\xe3\\\\xd5\\\\x13%o2+\\\\xb8\\\\xb1]\\\\xacH\\\\x80u\\\\x1dl\\\\xd8\\\\xbbd\\\\x8d$P\\\\x0c\\\\x05\\\\x13mH=\\\\\\\\\\\\x84s\\\\x13\\\\x98\\\\xaf\\\\x8b\\\\xa2\\\\xbcK\\\\xb0\\\\xe9\\\\xca\\\\x15\\\\xbd6q\\\\xf9\\\\x19\\\\n\\\\x19\\\\x16\\\\xfa\\\\x8e\\\\xf0,R \\\\x9d \\\\xcc\\\\xea|:\\\\\\\\\\\\xf7\\\\x02\\\\x00R\\\\xb9)\\\\x84\\\\xb3\\\\xcb\\\\xcdug\\\\xfbZ\\\\xfdB\\\\xc5\\\\xa7\\\\xf5ap\\\\xb9<\\\\x0cZ_\\\\xe4\\\\x8a\\\\xd5\\\\xa5\\\\x95\\\\xaaT+{Id\\\\xf6\\\\x83\\\\x9fL\\\\x10t\\\\x07\\\\xb7n\\\\xb1w\\\\xd7\\\\xe3\"\\\\x0c\\\\xc5\\\\x01\\\\xc7\\\\x05\\\\xa5\\\\xb2\\\\x9b\\\\xcf\\\\xb7\\\\x87_M2\\\\xf1\\\\xeb\"\\\\xca\\\\xdfe\\\\xa8\\\\xe4H#v\\\\xbd\\\\xa6[\\\\xbfn\\\\xb0w\\\\xf6A$8 \\\\xb7\\\\x0f\\\\x9a\\\\xd9\\\\xb7#\\\\x8a\\\\xfc.\\\\xf7\\\\x1c{\\\\xd6\\\\x14\\\\xae\\\\xb8\\\\xf6\\\\xdc1]\\\\x8c\"#\\\\xae\\\\x8e\\\\xe27$\\\\xd7\\\\x08\\\\x00\\\\x01\\\\xa4\\\\x82F\\\\x99\\\\x0c(\\\\xe8\\\\x1aC\\\\x07\\\\xc7\\\\n \\\\xf99K\\\\x8f^+\\\\xddr[\\\\xc8\\\\xb6\\\\xf2\\\\xe8\\\\xa0\\\\xd7[)&\\\\x19\\\\x88\\\\x92\\\\x82\\\\x04\\\\xf9\\\\xcfn\\\\xa8^\\\\xbb\\\\x18\\\\x88\\\\\\\\\\\\x91{\\\\xa7V\\\\xac\\\\x81\\\\x07\\\\x9ba\\\\xcd:1\\\\xc4d\\\\x19\\\\x92\\\\xe2\\\\xbd\\\\x98y\\\\x15eS\\\\x8c\\\\xa5\\\\x0e\\\\xf0\\\\xe2\\\\xb9;U\\\\x81 F\\\\xee\\\\xc2;\\\\x92d\\\\x9f\\\\x0e\\\\xb3\\\\xbfY\\\\t\\\\x00+\\\\xc90\\\\x12\\\\xccp\\\\tg\\\\xe4\\\\xdc\\\\xbe\\\\nce\\\\xfb\\\\xb5\\\\x0bi\\\\xb3\\\\x04\\\\xd9\\\\x87e\\\\x0b\\\\xee\\\\x8a\\\\xed\\\\xb3r\\\\xb1\\\\x1b\\\\xfd\\\\x10\\\\xca\\\\t%A\";\\\\xf5[}\\\\xb9\\\\xb5f\\\\xd4\\\\xb5\\\\x82I\\\\x8d\\\\x18?\\\\xd6\\\\x81\\\\xf3o\\\\x14\\\\xdbbS>\\\\x93L\\\\x90\\\\xae\\\\x0b\\\\x8e\\\\xe2,\\\\xa3\\\\x87\\\\xe6*\\\\xe4\\\\x1b\\\\x8f{\\\\x8bcf\\\\x8bql\\\\xb5M\\\\xd4\\\\xb9Z\\\\xc5Y\\\\x0e@.\\\\xe1\\\\xbf\\\\x89}\\\\'\\\\xeb\\\\xd0\\\\xfcdl\\\\x08[\\\\xbb\\\\x19h$\\\\x17\\\\x89\\\\x05\\\\x9c`\\\\xd2|N8#\\\\xba\\\\xf5\\\\x8dK \\\\x9c\\\\xdf\\\\x01g)~N~V~?\\\\x1e\\\\xd7[e\\\\x16\\\\x06\\\\x12\\\\x95\\\\xa8\\\\xd1r2\\\\x15\\\\xe5\\\\x8e\\\\xba\\\\x15 \\\\x1e\\\\xe7\\\\xc7W\\\\\\\\\\\\xdbJ\\\\xe4\\\\xb5NB1\\\\x91\\\\xee\\\\xff\\\\x00\\\\xe5\\\\x87\\\\x8ax\\\\x93\\\\x02#R8\\\\xee_8\\\\xfeK\\\\xc0Q\\\\xc3\\\\xfc\\\\x93\\\\x96\\\\xe0\\\\xebe\\\\xc8\\\\xb12\\\\\\\\b\\\\xb5u\\\\x87\\\\xa9\\\\xea\\\\xee\\\\x8e\\\\xa4\\\\xb2\\\\xa8\\\\xecL\\\\x81\\\\xdb\\\\xf6u\\\\x9b\\\\x1bM6z\\\\xd5\\\\xa9\\\\xfc\\\\x8e\\\\x02E\\\\xf0\\\\xc6\\\\x8e\\\\xcb\\\\xae?\\\\xda\\\\xc7\\\\xc98n+\\\\x13\\\\xe4\\\\x1c\\\\x0bs6Q\\\\xf2\\\\x9eO=s8\\\\xee=1\\\\xdc\\\\xab\\\\x04\\\\xa6,(\\\\xc9\\\\xdbi\\\\'n\\\\xf8\\\\x04\\\\x11\\\\x00w\\\\xeb\\\\xd5\\\\xfcm\\\\xd8\\\\x8d\\\\xb9\\\\x8cg\\\\xff\\\\x00 \\\\x91-\\\\xdd\\\\x8fbf\\\\xc9\\\\xbd\\\\xc2$(Z\\\\xb8\\\\xf0Wlb|\\\\xd6\\\\xbe>\\\\x9b?\\\\xa8g%y5!\\\\xb7\\\\x93\\\\xcezC8\\\\xb5O\\\\xf3\\\\x04)\\\\x8e\\\\xe0\\\\xa8\\\\x10\\\\x0fGc\\\\x7f1&~\\\\xfc\\\\xddz\\\\x0b\\\\xb6\\\\xe1\\\\x18\\\\xea>\\\\x1fe\\\\xcb\\\\xdf5\\\\xf9e\\\\xff\\\\x00\\\\xa8\\\\x7f$\\\\xb7\\\\xe4\\\\x96\\\\xa0\\\\x18X;\\\\xb18\\\\x1am>\\\\xda\\\\xae%J\\\\xde\\\\xdb\\\\xb8\\\\xf4\\\\x92\\\\xee\\\\xe5\\\\x89$F\\\\xa0v\\\\x1dF\\\\xebtwS\\\\xf7\\\\tr)\\\\xdc;\\\\x17\\\\x98\\\\xdc\\\\\\\\\\\\xd5\"2\\\\xe4\\\\x82\\\\xe0\\\\xf1\\\\xc9\\\\xca\\\\x9c\\\\x8b\\\\x01\\\\xb6\\\\x97`\\\\x12\\\\xbb\\\\x85`;80P\\\\x93\\\\x07Q\\\\xae\\\\xbau\\\\x8fsjn\\\\x92sK7\\\\x04hr\\\\xc9[\\\\xff\\\\x00\\\\x15\\\\xcb\\\\xcd\\\\xc8\\\\xe3\\\\xf0+\\\\xf7\\\\xb7\\\\x9a\\\\x89\\\\xae\\\\xaa\\\\xaa\\\\x1a\\\\x8d\\\\x9e\\\\x94\\\\x10Gr\\\\x17\\\\xd2t\\\\xd6g\\\\xc3\\\\xac+\\\\xf6d\\\\xfa\\\\x87\\\\xec\\\\xb4m^x\\\\x80\\\\xad\\\\xfe(\\\\x8bj\\\\xb3\"\\\\xda\\\\xab\\\\xc8\\\\xbe\\\\xe7T\\\\xc9V\\\\xa4T\\\\xcf\\\\xb1B\\\\xa8s\\\\x02@\\\\xd6\\\\'\\\\xad\\\\xed\\\\x8d\\\\xdfDD\\\\x80\\\\x93\\\\x11Fg\\\\xff\\\\x00\\\\xe4y}\\\\xd5{\\\\xae\\\\xee2\\\\xe2\\\\x9dQzK\\\\xad,\\\\xf8\\\\xd6\\\\x83HU\\\\xf6\\\\xd0\\\\xb3-U\\\\xed\\\\x9fRL\\\\x9dGs:\\\\xf6\\\\xebP\\\\xdd\\\\x94m\\\\xcbAp\\\\xc1\\\\x9c\\\\x98\\\\xc6-\\\\x9c_\\\\x9bb\\\\x19\\\\xcb\\\\xd1\"0r\\\\t\\\\xa7g\\\\xdde\\\\xb3\\\\x15\\\\xda\\\\xda\\\\xf6\\\\xfeU\\\\x19\\\\x17zW\\\\'q\\\\x0b\\\\x04n\"u\\\\x1d*\\\\xdcl\\\\xdd\\\\x12\\\\x8c\\\\xa4`\\\\x18PWSb\\\\x01?\\\\xee\\\\xf2Gp\\\\x91:\\\\x01\\\\xf8Z22\\\\xea\\\\xaa\\\\x8a\\\\xdc\\\\xdfi\\\\xf6\\\\xdc\\\\x0b+\\\\xb1\\\\x14)\\\\xdd!@#S\\\\xf5\\\\x8dz\\\\xaf\\\\xb8\\\\xbfj6\\\\xc3JDD\\\\xfe\\\\xb2\\\\x8ct\\\\xd7\\\\x00\\\\xf8\\\\x94\\\\xc0dM(Nn]\\\\x08\\\\xcc|\\\\x1c\\\\x8cO\\\\xeaj+F{=\\\\xbc|\\\\xa4..\\\\x90\\\\x08T\\\\xac)\\\\xda\\\\x06\\\\xe3\\\\x1a\\\\x98\\\\xf3\\\\xeb2\\\\xf5\\\\xcb7-\\\\x9b\\\\xba\\\\x04L\\\\xa4\\\\xd1!\\\\xf5\\\\xd0~\\\\xb0\\\\x18\\\\x00\\\\xfc\\\\xd3=\\\\xb9sv\\\\xe1\\\\xca]\\\\xcb6q\\\\xb6`\\\\xf2uf\\\\xd7\\\\x89w\\\\x1bA\\\\xfc\\\\xc5\\\\xd94\\\\x8b\\\\t.\\\\x84\\\\x98mga\\\\x80\\\\x08\\\\xf1\\\\'N\\\\xa8_\\\\xbbso\\\\xa6\\\\xe4&#(\\\\xc5\\\\xcb\\\\x8a\\\\xbf\\\\x9e\\\\x14b\\\\x1a\\\\xa8\\\\xad\\\\xc4L\\\\xb3v!\\\\xd8T\\\\xe6aZ\\\\x86\\\\xbeM3\\\\xf9\\\\x1eC\\\\x18d\\\\xa5Y\\\\xc4X\\\\x83\\\\xde%\\\\xb6\\\\xfb\\\\x8b\\\\x10N\\\\xe6\\\\xd5\\\\xa3@\\\\x07T\\\\xec\\\\xd8\\\\xbe&?\\\\xe5\\\\x13\\\\x9c\\\\x86\\\\xa0\\\\xff\\\\x00\\\\xa9|\\\\xba\\\\x1cS\\\\x0c\\\\xa2A\\\\xf4\\\\xb0\\\\xc0\\\\xad\\\\x9f\\\\x1f\\\\xe3M\\\\x995\\\\xd7\\\\x8f\\\\x85br\\\\xf9\\\\xd49\\\\xb9\\\\x90\\\\x91SS?\\\\xfc\\\\x1d\\\\xcd\\\\x1f^\\\\xe6A=n\\\\xfcG\\\\xc7=\\\\xd04\\\\x7f\\\\xc9\\\\'\\\\xc3\\\\x06\\\\xe4\\\\x1d&\\\\xec\\\\xc8\\\\x18\\\\xd0x\\\\xa5\\\\xff\\\\x00\\\\xd4\\\\xaeS\\\\xfam\\\\\\\\\\\\x7f\\\\xc7+\\\\xb5\\\\xednj\\\\xa4\\\\xc6\\\\xc8\\\\xa1/\\\\r`5\\\\x85-{\\\\xa0\\\\x86\\\\x00(\\\\xf5\\\\x01\\\\x13\\\\x1dk\\\\x11\\\\x01v6\\\\x84z\\\\x9e\\\\xde}\\\\xc9\\\\x13\\\\xd4 \\\\xee\\\\xec\\\\x12\\\\'3\\\\x1cn\\\\x1d4ar\\\\x15\\\\xf2\\\\x1cw+Xz2m\\\\xa8S\\\\xeeU[zv\\\\x89.\\\\x90A\\\\x90N\\\\x91\\\\xafZ{\\\\xb9\\\\x9b\\\\x11\\\\x10\\\\x12\\\\xd6\\\\x0e\\\\x04\\\\xd1\\\\xfb3\\\\xf3Ul\\\\x88\\\\xdc$\\\\x9a\\\\x10\\\\xaf\\\\xef\\\\x8ds\\\\xf8\\\\\\\\\\\\x97\\\\xc7~;\\\\xc5`\\\\xe3\\\\xfeU+\\\\xa3\\\\xf2\\\\xfc\\\\x85;w\\\\xd8\\\\xb6,\\\\x16(\\\\xa2H\\\\xd4\\\\x93\\\\'\\\\xaa\\\\xdb\\\\xbd\\\\xf4n\\\\xc2\\\\xde\\\\xdc\\\\x02\\\\x062\\\\xcc\\\\xe2\\\\xf4\\\\xfa+\\\\xb6\\\\xed\\\\xe9\\\\x06Y\\\\xe4\\\\x9c\\\\xf1\\\\xb8\\\\xe6\\\\xc6\\\\xdb~\\\\xd1\\\\x90\\\\xf4\\\\xd8\\\\x1e\\\\x97\\\\xb4\\\\x7f\\\\xcb\\\\x81\\\\xe8B>\\\\x83\\\\xbfM\\\\xb3\\\\xf1\\\\xc6\\\\xc1\\\\x17\\\\x00\\\\xd5 \\\\\\\\j\\\\xc9\\\\xb0\\\\x07\\\\xee\\\\xa3\\\\xdc%\\\\xf2\\\\x0bJq\\\\xef\\\\x93\\\\x93g#\\\\x9a=\\\\xed\\\\xcc\\\\xc9B\\\\x01\\\\x15VI\\\\x9f\\\\xe5\\\\xe92g\\\\xbfX\\\\xf76\\\\xf3\\\\xbb3\\\\xb9\\\\xbd\\\\xea&DPzC\\\\xf2WmCP\\\\xd2\\\\xcc\\\\x11;\\\\xf8\\\\xf6\\\\xa7\\\\x03\\\\xdd]\\\\xc6\\\\x85`\\\\xadj\\\\xc0\\\\t\\\\xf4\\\\x07\\\\xc8ur{\\\\x1b\\\\x96\\\\xf6\\\\xde\\\\xee0v\\\\'!\\\\xdf\\\\xfd&\\\\\\\\\\\\x84E\\\\x10\\\\x1fp\\\\xfb\\\\xc5\\\\xab\\\\xb9\\\\x9e\\\\xa5\\\\x04Wp\\\\xf4\\\\x92\\\\xbe[N\\\\x82:\\\\xc5\\\\x95\\\\xc8\\\\x89\\\\xbcd\\\\xf1\\\\xc0K\\\\xec\\\\xd9%\\\\rd\\\\xf6)\\\\x1b\\\\x8a\"\\\\xb5@8]]m;dG\\\\x89\\\\x8f\\\\x03\\\\xf4\\\\xebB\\\\xcd\\\\xd3\\\\x10%\\\\x0f[b\\\\xf4z}\\\\x8aM\\\\xd8P\\\\xe4\\\\xa0\\\\x8c`\\\\x87uT\\\\xa5\\\\x02\\\\xcbC\\\\xb0\\\\x08\\\\xad\\\\xaa\\\\x90X\\\\x89;\\\\x89e\\\\xd2GR,\\\\x81\\\\xfa\\\\xc5\\\\x818\\\\x068T\\\\xb6l\\\\x92\\\\xee\\\\x05pRk1c\\\\x12\\\\x08\\\\xfe \\\\xc3\\\\xc5|\\\\xbe\\\\x87\\\\xe8z\\\\xebri\\\\x17\\\\xee\\\\xfcv\\\\xa8\\\\xd3TB\\\\xa2\\\\xab%H\\\\x05\\\\x9a)\\\\xf2\\\\xd2d\\\\x9e\\\\xb56\\\\xe4F\\\\x80\\\\xb9\\\\xcb\\\\x97j\\\\x19\\\\x10\\\\\\\\\\\\xe0\\\\n\\\\xe6\\\\xaf\\\\xd6?\\\\xd0\\\\xae;\\\\xe6\\\\xaf\\\\x91\\\\xf3\\\\x1e\\\\x1f\\\\x12~KnMi\\\\x95R6\\\\xf4\\\\xcaA\\\\x11\\\\xe9c*@\\\\x1e\\\\x00\\\\xf5gl\\\\x0e\\\\xe2\\\\x12\\\\x11gzf\\\\xfe+;\\\\xe46Z\\\\xc7\\\\xb81\\\\\\\\\\\\x81w\\\\x15\\\\xfd7~\\\\x07\\\\xb60\\\\xff\\\\x00/i[p\\\\xcal!\\\\x81\\\\x86\\\\xdf2Vc\\\\xb6\\\\xa2c^\\\\x9dgc\\\\xed\\\\x12Z\\\\xb9\\\\xac\\\\xe8\\\\xc1\\\\x82\\\\xd6\\\\x94\\\\x17-mJ\\\\xde\\\\x98\\\\xad\\\\xddZ6\\\\xea\\\\x16G\\\\x91\\\\xf3\\\\xf0\\\\xea\\\\xec[P)\\\\xb8x-\\\\x1c\\\\xbf7\\\\xc6p\\\\x15\\\\xb5\\\\xb9w\\\\xad\\\\xb6\\\\xb30\\\\xaa\\\\xb4\\\\x05\\\\x8d\\\\xab\\\\xe3\\\\xa0\\\\r\\\\x13:\\\\x88\\\\xd3\\\\xc7\\\\xaa{\\\\xaf\\\\x90\\\\xb7\\\\xb7%\\\\xcdF\\\\x1dR\\\\'u\\\\xc3\\\\x01\\\\xde\\\\xa9\\\\x0f\\\\x91\\\\xfe\\\\xaa\\\\xe7e\\\\x16>\\\\xf2b\\\\x14\\\\xdb\\\\xed-\\\\x13\\\\x0e\\\\x80@,{L\\\\x9f-GX#\\\\xe5.\\\\xde\\\\xae\\\\x07\\\\xc7\\\\x8ej\\\\x85\\\\xf2#Wt\\\\xb1\\\\xff\\\\x00\\\\xe9S/\\\\xff\\\\x00\\\\xae_\\\\xfeS\\\\x7f\\\\xeeug\\\\xfc\\\\xdb\\\\xff\\\\x00\\\\xee\\\\xf2\\\\x0b;Ty/\\\\xff\\\\xd6\\\\xe6\\\\x0c^o\\\\x1d,\\\\xab\\\\x1c\\\\n\\\\xf2\\\\x18\\\\x95#6\\\\xc469 \\\\xc3$O}\\\\x0e\\\\xa7\\\\xbe\\\\x9d\\\\xfa\\\\xf3@\\\\x1dK\\\\xe3P\\\\xdc\\\\xb5\\\\x07\\\\xe5g\\\\xc9\\\\xe7\\\\xa6O \\\\x81rMuc\\\\x8d\\\\xd4b+\\\\x00\\\\xf1\\\\xf8B\\\\x03\\\\x1f\\\\x89\\\\xa4\\\\xc8\\\\x8d:\\\\x91\\\\x1c\\\\xdf\\\\x0c\\\\x92\\\\xe7}\\\\xcb\\\\x043\\\\x94\\\\xf721\\\\xaa\\\\x0fC<\\\\x85\\\\xb2\\\\xe2\\\\x14\\\\x90\\\\xb1\\\\x01AR\\\\xa7]|\\\\xa7\\\\xc4yt\\\\x02\\\\x0eh\\\\xa2wL\\\\xa2\\\\xd2S8\\\\xea\\\\x9c%\\\\xb6\\\\xdb\\\\x90\\\\x96\\\\xa5MP\\\\x1e\\\\xe3\\\\xc3\\\\xa9\\\\x82\\\\x01X \\\\x00\\\\xa2 xA\\\\xd3\\\\xa3\\\\xb8B\\\\x18v\\\\xba\\\\xb8\\\\xb8\\\\x9b\\\\xdf;\\\\x8f\\\\x16d*]\\\\xf9t\\\\xff\\\\x00\\\\x97\\\\xf8}/\"U\\\\x88\\\\xf3\\\\xf0\\\\xf2\\\\xfa\\\\xf5\\\\xd1\\\\x1a\\\\xa2\\\\xc5j\\\\xd9\\\\x90\\\\x9cX\\\\xd5W\\\\\\\\\\\\x8e%T\\\\xf2\\\\x8a\\\\x02\\\\x82\\\\x01cPw\\\\x0bX\\\\xd0i \\\\x82N\\\\x84\\\\xc9\\\\xed\\\\xe7\\\\xd2\\\\x80y2\\\\xabv\\\\x0cP\\\\xea\\\\xdc\\\\x8b\\\\x08\\\\x82iB\\\\x1c\\\\xac\\\\x12\\\\ts\\\\x01B\\\\x8e\\\\xc3\\\\xbfa\\\\xdf\\\\xa9\\\\x84\\\\xb2\\\\xc1\\\\x94\\\\xdb\\\\x0eG\\\\x8a\\\\xedo\\\\xf6\\\\xbb\\\\xf14\\\\xe5\\\\x0f;\\\\xf3k31.\\\\xcc\\\\xf8\\\\xb6V6>\\\\'\\\\x0be\\\\xd6cd[\\\\xf9\\\\x94$]\\\\x8c\\\\xc8A\\\\x94#\\\\xea|\\\\xa3\\\\xc7\\\\x0b\\\\xe5\\\\xa53\\\\x03\\\\xa4\\\\xc6Q4 \\\\xd0\\\\x97\\\\x14n\\\\xcek\\\\xd6\\\\xfc%\\\\xa0I\\\\x93\\\\xb4\\\\x837\\\\x8a\\\\xfa3\\\\xc5pYc\\\\x8f7&a\\\\xcbL,\\\\x9d\\\\xc9w\\\\xbc\\\\xc4\\\\x81x\\\\x0cV\\\\xad\\\\xda\\\\xb4\\\\x03\\\\xdd\\\\xbcw\\\\x03\\\\xd7\\\\x99\\\\x1b\\\\t\\\\x18j\\\\x88\\\\xf4\\\\xc0\\\\x81C\\\\xcf\\\\x90\\\\xcf\\\\xafz\\\\xf5&\\\\xe1\\\\x94L\\\\x89t\\\\xa3\\\\x9f\\\\x9c\\\\xabm\\\\x8ar\\\\xac\\\\xa4#\\\\x8a\\\\xcdh\\\\x19J\\\\xa9V\\\\x067\\\\x92\\\\x0e\\\\xd7\\\\x07q\\\\x1f\\\\xb8\\\\t4%\\\\x10\\\\xf5?o\\\\xaf,\\\\xd5c\"0\\\\xaf\\\\x1c\\\\xd6\\\\xee;>\\\\xab\\\\x14\\\\xd3}6\"\\\\xfb\\\\rjd\\\\xa0\\\\xf6K\\\\x98\\\\x00\\\\x1d\\\\xcaJ\\\\xa4\\\\x12\\\\x00i\\\\xd4\\\\xea\\\\x16zM\\\\xcb\\\\x80\\\\x11\\\\x12M8\\\\x1d\\\\xddS\\\\x85\\\\xc1 \\\\xec\\\\xe1NG\\\\xc0\\\\x19xM\\\\x9f\\\\x93\\\\xed\\\\xe0\\\\xae\\\\xea(\\\\xca\\\\xaa\\\\xb9f\\\\xb4\\\\x88\\\\x15\\\\xb4.\\\\x8b\\\\xac\\\\x82\\\\xc2\\\\x01\\\\xf2\\\\xd3\\\\xaa\\\\xf6\\\\xbd\\\\xb9\\\\xdd\\\\x11\\\\xbb\" \\\\xc7\\\\x00\\\\xfa\\\\x8e@\\\\xf4\\\\\\\\u\\\\x00L@G\\\\x97\\\\x10U@\\\\x16\\\\xddux\\\\xe5+\\\\xd9r\\\\xae\\\\xe6m\\\\xc4*\\\\x9d\\\\xbbA$\\\\x18\\\\x1fI\\\\x9e\\\\xae\\\\r\\\\xb0\\\\x9cD\\\\t:H\\\\xc41/\\\\x85\\\\x06|\\\\xb1\\\\xa6(K\\\\xc4\\\\xbbW\\\\x92\\\\x95\\\\x83B#\\\\x1c\\\\x01b\\\\x8c\\\\xaa\\\\x8e\\\\xfa\\\\xd0\\\\xcc\\\\xb5A\\\\xbdL\\\\xc4\\\\x8d`\\\\xe8I\\\\x9e\\\\xabl\\\\xadj\\\\xd5i\\\\xc6\\\\xb8d\\\\xc4\\\\x03\\\\x17bNT\\\\xcc\\\\x94\\\\xfc\\\\x08l\\\\xfc\\\\x8f\\\\xf2\\\\x88\\\\x80)u\\\\rb;\\\\xb1 \\\\r\\\\xfb\\\\xb6\\\\x89\\\\xec5\\\\xef\\\\xafW\\\\xe3\\\\x18[?\\\\xb0&\\\\xa2\\\\x85\\\\xfcYf\\\\xacmQ\\\\xc9V\\\\x11\\\\xbd\\\\xcb\\\\x81\\\\x82\\\\xc6\\\\x86\\\\x00/\\\\xb7\\\\'l\\\\xa3n\\\\x99\\\\'\\\\xd2#\\\\xa0\\\\xde\\\\\\\\\\\\x8c\"\\\\xe1\\\\xc1\\\\x97m{\\\\xf9\\\\x1e\\\\x87*\\\\xaa\\\\xf6\"\\\\xe6\\\\x9c\\\\xdf\\\\x8c\\\\x95\\\\x8d\\\\x82\\\\xa9\\\\x97w\\\\x1cQ\\\\x15+j]\\\\x86K\\\\x04{\\\\x97h]\\\\x8d\\\\xb9\\\\xc0v\\\\x1d\\\\xa3O11\\\\xde\\\\xb1\\\\x81\\\\x91\\\\x8e\\\\x006,\\\\xe6\\\\x9d\\\\x95#\\\\xaa\\\\xb1\\\\x16.K\\\\xf1\\\\xd5\\\\x1a6\\\\xe3ad\\\\xaeIv\\\\xca\\\\xa6\\\\x8b\\\\x05;\\\\xae\\\\x03\\\\xdc\\\\xa4\\\\xd8w#\\\\xa7\\\\xa5K\\\\x01\\\\'MO\\\\xd6:\\\\xd1\\\\x8d\\\\xdb6d$\\\\x06\\\\xa0\\\\x0b\\\\x0eq\\\\xd4}2\\\\x14\\\\x04\\\\xb7$\\\\x93\\\\x12s`\\\\x89b\\\\xdb\\\\x8dr\\\\xe5S\\\\x89\\\\xef\\\\x87\\\\xdd6\\\\xb3\\\\xd6\\\\xe8 \\\\x1d\\\\xa0ne\\\\x8d`\\\\x93\\\\x04\\\\x9e\\\\xafX\\\\x16\\\\x84\\\\'\\\\x0bbUwq\\\\xc8\\\\xe0\\\\xfeg\\\\x9e\\\\x19!\\\\x96\\\\xa2\\\\xd9\\\\x15\\\\x9dl\\\\xc1\\\\xd2\\\\xac\\\\xeb\\\\xd2\\\\xbb\\\\xf3=hj\\\\x0c\\\\x12k\\\\xd6\\\\x01o\\\\xfb\\\\xbdD\\\\xe6\"ZE\\\\xdc\\\\x02\\\\xd1\\\\x19\\\\x8f\\\\xe1213f\\\\xa7R\\\\xbe~\\\\xff\\\\x00\\\\xbd\\\\x7f\\\\xd6\\\\x7f\\\\xd2\\\\xf3\\\\xf0._\\\\xe04\\\\xe5\\\\xd7\\\\xcf\\\\xfc\\\\xe3\\\\x9c,\\\\xb7\\\\xf1X\\\\xc8\\\\x86\\\\xbe9=-U\\\\xb6\\\\xdd\\\\xb4\\\\xac\\\\xc7u\\\\x04\\\\x9e\\\\xfd\\\\xba\\\\xb7\\\\xb6\\\\x94d$\\\\xc3I\\\\x91r\\\\x1b\\\\x0eEu\\\\xfd#L\\\\x81s\\\\xc6\\\\x0b\\\\xe2?\"\\\\x8bZY[\\\\xfaeHXY,F\\\\xb2d\\\\xf7$w\\\\xeb{j\\\\x0b\\\\xe1\\\\x87\\\\x83s\\\\xfe\\\\x15)\\\\xdd\\\\x07\\\\xbdV\\\\xbc\\\\x9d2\\\\xee\\\\x0b\\\\xab\\\\x162\\\\t\\\\x1d\\\\x803\\\\xa1\\\\xf1\\\\x9e\\\\xbd\\\\x15\\\\x9b\\\\x94\\\\n\\\\xb8\\\\xb8\\\\xc8U\\\\xd5\\\\x0b1\\\\xd8\\\\xb5dG{Lz\\\\xb6\\\\xc4\\\\x9dG\\\\xf6\\\\x8e\\\\x9f\\\\x19\\\\xb4\\\\x91\\\\x8b\\\\x9e\\\\xa4\\\\xad\\\\x96\\\\xff\\\\x00\\\\x97W5\\\\xc4*\\\\xb7\\\\xa8\\\\x01\\\\xe6 \\\\x8d@\\\\xfbz\\\\xbf\\\\x12Hr\\\\xb4\\\\xf6\\\\xe3^=\\\\x10\\\\xbb\\\\xbf0\\\\xd6YZ\\\\x97\\\\x0f\\\\xf8w\\\\x92\\\\t\\\\x1b\\\\x00f\\\\xeeDxk\\\\xdf\\\\xc3\\\\xc7\\\\xa9*\\\\xf4LX\\\\x15\\\\t1\\\\xdb#\\\\xdc\\\\xd4+\\\\xaa\\\\x81\\\\xe2bD\\\\x80\"\\\\x14\\\\x03\\\\xd8\\\\xfd~\\\\xde\\\\xa1\\\\x9d2S\\\\x11Z\\\\xacR2\\\\x05u\\\\xd8\\\\x02\\\\x96\\\\xda\\\\xa4\\\\x0fN\\\\xa6F\\\\x83p3\\\\xda>\\\\xee\\\\xa0\\\\xe2\\\\xa4\\\\x1a:7\\\\x8a\\\\xe8\\\\xe0\\\\xd4QT\\\\x9d\\\\xaa\\\\xf6B\\\\x82|H*{\\\\x90t\\\\xf3\\\\x1d\\\\x13\\\\xaa\\\\x97\\\\xa2c\\\\xea\\\\x07\\\\xbb\\\\x8c\\\\x10\\\\x9b\\\\xabZ\\\\xed*\\\\xd4\\\\xc7\\\\xb4I\\\\xb03hUN\\\\x80\\\\x90~\\\\x91\\\\x02<5\\\\xea\\\\x08V\\\\xa2^.\\\\xf8\\\\xa2\\\\xf4\\\\xe4\\\\x1cz\\\\xd9\\\\xda\\\\xa7\\\\x02\\\\xb5P\\\\x1c\\\\x99\\\\x83\\\\xb6J\\\\xa9\\\\xd0\\\\xc6\\\\xd1\\\\xa0\\\\xfbz\\\\xe2\\\\x1cUT\\\\xbbh\\\\\\\\,\\\\x08W\\\\x97\\\\xe9g\\\\xeaS\\\\xf1w\\\\xd5\\\\xc5\\\\xf2l\\\\xff\\\\x00\\\\xd3lh\\\\xa5\\\\xcf\\\\xe3\\\\xa5\\\\x88\\\\x95#\\\\xc8k\\\\xd7\\\\x9b\\\\xf9\\\\x7f\\\\x89\\\\x07\\\\xfe{b\\\\xa3\\\\x11\\\\xcf\\\\xa8\\\\xeb\\\\xf5X?%\\\\xb06\\\\xce\\\\xa8\\\\x9a\\\\x1cWj\\\\xfcc\\\\x97e4\\\\xbd\\\\xb7\\\\x9b\\\\xb1\\\\x8a\\\\x84\\\\x1b5\\\\x0e;\\\\xa3\\\\x97\\\\xb0\\\\xfa\\\\x80\\\\xd3\\\\xb7o\\\\x0e\\\\xb1v\\\\xfb\\\\x99\\\\x08\\\\xb9s\\\\x97\\\\xe1y\\\\xb9\\\\xd9b\\\\xd8q\\\\xc5\\\\x13o#\\\\x8b~S\\\\xa2c\\\\xb2\\\\xd6+Y6Z\\\\n\\\\xa2\\\\xedR_\\\\xd45>\\\\x06[A\\\\xf6u\\\\xa0I\\\\x93d\\\\xa9\\\\xce<\\\\x92&_\\\\x11\\\\x9b\\\\xf9\\\\xb6\\\\xb0\\\\x93\\\\x8c\\\\xc2\\\\x15wA\\\\x92gh H3\\\\xe3>}.\\\\xe5\\\\x91p\\\\x07&\\\\x9cU+\\\\xf5%\\\\x96\\\\xb7\\\\xc8~-\\\\xda\\\\xac\\\\xbe@[n\\\\xd2\\\\xfb\\\\xa9\\\\x99U\\\\xb0\\\\x81\\\\xa4\\\\x02F\\\\x93\\\\x03\\\\xb9\\\\xfe\\\\xfc\\\\xe9\\\\xcb\\\\xdb#\\\\xd5\\\\x9e^J\\\\xe4$\\\\xddT\\\\xbb-\\\\xc5\\\\xe5\\\\xa8\\\\x16c\\\\x12\\\\x1a\\\\xbf]\\\\x8a\\\\xe0@u\\\\xf4\\\\x01\\\\x1a\\\\x1d$k\\\\xf5\\\\x92:\\\\xbf\\\\x1b\\\\x8fW\\\\xc5*q\\\\x8c\\\\x8br\\\\xfa\\\\xe4\\\\xabNK\\\\x89\\\\xe4)\\\\xb3 5\\\\x04\\\\xfb\\\\xccD\\\\xb3~5I\\\\xdc`\\\\xea\\\\x0c\\\\x8f>\\\\x938HaQ\\\\x9fbI\\\\rL?\\\\x84\\\\x17\\\\x13\\\\xf3\\\\x18\\\\xf9\\\\x15\\\\xd2k\\\\xb5v\\\\x80-pt\\\\x01\\\\x8f\\\\xf0\\\\xc6\\\\xa7] \\\\xeb\\\\xd5\\\\x0fT$D\\\\x9c\\\\xc4\\\\xd0w\\\\xa6\\\\x82\\\\x1a\\\\x80\\\\n\\\\xf6x\\\\xa7\\\\\\\\\\\\\\\\Krk98\\\\xd9\\\\x8bu\\\\x94\\\\x89\\\\xb3\\\\x18\\\\x02wL\\\\x15 \\\\x1d\\\\x010tn\\\\xe7\\\\xeb\\\\xd8om\\\\xe4G\\\\xfcSfjvy\\\\xa7\\\\xdb\\\\x90pH\\\\xc5Y\\\\xdf\\\\r\\\\xc2\\\\xb9.\\\\xbe\\\\xf7M\\\\xb0\\\\x19\\\\t0\\\\xc3\\\\xf9\\\\x84\\\\x18\\\\x96\\\\x9f\\\\x08\\\\x98\\\\xeb(\\\\xc6F\\\\xe4\\\\xb5\\\\x0c\\\\xce5Z\\\\xf6(Ey\\\\'\\\\xfcz\\\\x96\\\\xa4\\\\x87*\\\\x11=\\\\r\\\\xdc\\\\x92\\\\x01,\\\\xb13\\\\xfc=\\\\xb4\\\\x93\\\\xd5\\\\xab@\\\\x1cr\\\\x1d\\\\xea\\\\xe4\\\\x9c\\\\xe4\\\\xa5]\\\\x8a\\\\xa3\\\\xd8Z\\\\x1a\\\\xd76\\\\x05dH\\\\x12A\\\\x10$\\\\x18=\\\\xcc\\\\xff\\\\x00\\\\x87N1\\\\x00\\\\x02\\\\x0b\\\\xf9QF\\\\x06\\\\xaa_+\\\\xf2O\\\\x94?\\\\xc1\\\\xcf\\\\xc3,\\\\xe6,\\\\xa3\\\\xe2A\\\\xfd\\\\xca\\\\xb8\\\\xf4E \\\\xd8\\\\x0c\\\\xc2\\\\xbbj\\\\x15\\\\xa7Pz\\\\xb1\\\\xaeW\"-\\\\x190\\\\xca\\\\x9e_\\\\xda]\\\\xdb\\\\xb2\\\\x00\\\\xd5sk\\\\xf0\\\\x98\\\\xfc\\\\x96n?\\\\x14y\\\\n\\\\xf8\\\\xe3\\\\x93\\\\x95]6fd\\\\xb6\\\\xda\\\\xab7\\\\x19[_i:\\\\x0e\\\\xff\\\\x00\\\\xe4z\\\\xafn\\\\xccn\\\\x1flI\\\\xab^U\\\\xe6\\\\xb3\\\\'Y\\\\x02h\\\\n^\\\\xcc\\\\xf8\\\\xca`\\\\xf2y\\\\x98\\\\xf7\\\\xdf_!F5\\\\xafZ\\\\xe5\\\\xe3.\\\\xda\\\\xacD;C):\\\\x90H\\\\xd4\\\\xeb2:lmF3i\\\\xbb\\\\x0eL\\\\xdd\\\\x10\\\\\\\\\\\\x06\\\\xb1\\\\x07\\\\xc5h^6\\\\xeboOX\\\\xae\\\\xbcv\\\\x8cz\\\\x83n\\\\xd8\\\\x8d\\\\xac\\\\x18\\\\x9d\\\\xd0I\\\\xf11\\\\xd5\\\\xfbc]\\\\xca\\\\x9a\\\\x0c\\\\x064\\\\xcc\\\\x14\\\\xa9\\\\x12\"\\\\x15\\\\xb1\\\\x8a\\\\xdc\\\\x07\\\\x1d\\\\xf1\\\\xdb\\\\xc5\\\\xf9T\\\\xe4gf\\\\xda\\\\xab\\\\x8f\\\\x97XR\\\\x97\"\\\\x8f\\\\xe6W\\\\x07@Cv\\\\xd3\\\\xf7\\\\x8e\\\\xb5g\\\\xa66\\\\xd8w)\\\\xb7\\\\xa3\\\\x1cY\\\\x0b\\\\xab\\\\x93\\\\xc0\\\\xa2\\\\xbc\\\\x7fn\\\\xabq\\\\xf2\\\\xd5\\\\xa4\\\\xb5JU\\\\x90\\\\x83\\\\xe9\\\\x0cL\\\\xc1\\\\x1b\\\\xbc\\\\xbaG\\\\xba\"\\\\xc4\\\\x06%2#\\\\x12\\\\x03\\\\xa6\\\\xfe+\\\\x0b\\\\xe4\\\\x1c\\\\xf70px\\\\xac_{\\\\n\\\\xdbV\\\\xd6\\\\xae\\\\xfa\\\\xe7A\\\\xda\\\\xcb\\\\x1c(*A\\\\x83\\\\xa7\\\\x7f\\\\xbb\\\\xa6\\\\xca\\\\xf8\\\\x04\\\\x87\\\\xc3\\\\x9al#\"\\\\xce\\\\x18qU\\\\xd7\\\\x7f\\\\x07\\\\xfd:\\\\xc4\\\\xf8{\\\\xd3\\\\xc9\\\\xf2\\\\x96Q\\\\x97\\\\xce\\\\xd5\\\\xb7)\\\\xb2l\\\\xafg\\\\xb4\\\\xee\\\\x0c\\\\x1a\\\\x82\\\\x06\\\\x12\\\\xa0\\\\x10I\\\\xfbL\\\\x1d:\\\\xc4\\\\xdf\\\\xee\\\\xa2bD\\\\x8e*\\\\xfd\\\\x8b~\\\\xa1\\\\xc1_E\\\\xbe?\\\\xf2.;\\\\xe4\\\\x9c\\\\x16&n\\\\x13\\\\xfb\\\\xf6\\\\xd7Z\\\\xd7\\\\x93\\\\x8c\\\\xc4\\\\x0b\\\\x11\\\\xd5@2$\\\\xe8{\\\\x83?\\\\xbf\\\\xac\\\\xcfv\\\\xdd\\\\xcb\\\\x0c+(\\\\xd1\\\\xb3#\\\\x98[ \\\\xb1\\\\xe7\\\\xf6Cn\\\\xab6\\\\xfc\\\\x85U\\\\n1l\\\\xde\\\\x08\\\\xd0\\\\x15\\\\x11\\\\x00\\\\t\\\\x1a\\\\x10gl\\\\x88\\\\xeb\\\\x02q:\\\\x9f/4\\\\xd1 V\\\\'\\\\x02\\\\xea\\\\xf2\\\\xad\"\\\\xc7\\\\xab\\\\x18E\\\\xd5\\\\xa5\\\\xf0F\\\\xff\\\\x00\\\\xc6K6\\\\xae\\\\xb0D\\\\xf9yt>\\\\xddH\\\\x07H\\\\xff\\\\x00\\\\xcb\\\\xc7\\\\xb5\\\\x16\\\\x08nM\\\\xb68\\\\xb2\\\\xbb\\\\xea7\\\\xb1\\\\xb4\\\\xb5y(\\\\x00J\\\\x84\\\\xa9\\\\x90\\\\xaf\\\\xdf^\\\\xd2\\\\x0e\\\\xa3\\\\xaa\\\\xa6\\\\xe5\\\\xd2}U\\\\x0f\\\\x88\\\\xfc+\\\\x11\\\\x115\\\\xe4\\\\x10\\\\xaeC\\\\n\\\\xbc\\\\x8bj\\\\xbb\\\\xde\\\\xc9lNN\\\\xf7\\\\xc3\\\\xc9P\\\\x05\\\\xd7cRSs,\\\\x95\\\\x15\\\\xa7\\\\xa8J\\\\xc00\\\\t\\\\xfa@\\\\xdd\\\\xb1h\\\\xc8H\\\\xbbH\\\\x98\\\\xb6$\\\\x00;\\\\x80\\\\xeeD%*\\\\x06\\\\xe3\\\\x9fr\\\\xae\\\\xf0h\\\\xab\\\\x08\\\\xdb\\\\x93\\\\x9b\\\\xc4\\\\xfek\\\\x8f\\\\xccL\\\\x84\\\\xe2\\\\xe9\\\\xb2\\\\xd4\\\\x1e\\\\xd5\\\\xd4\\\\xa8ad\\\\x163\\\\xb0\\\\x13\\\\xff\\\\x00\\\\xb6`\\\\x00z\\\\xc8\\\\xdb\\\\xda\\\\x8d\\\\xb8OT^2\\\\xd5\\\\xa4=cL\\\\xabO\\\\xba\\\\xb4Ip\\\\xdd\\\\xebe\\\\\\\\\\\\xcf\\\\xc78\\\\xee?\\\\xdc\\\\xc9\\\\xaf sa\\\\x9dO)\\\\x95eg\\\\x15\\\\x1e\\\\xd7J\\\\x99\\\\x8a\\\\xb3x\\\\xd4\\\\x806\\\\xfd\\\\x18\\\\xfd:\\\\xd2\\\\xd8o\\\\xac\\\\x0bq\\\\xb5\\\\x1dF\\\\xe0\\\\xcc\\\\xd49-\\\\x86T\\\\xe6\\\\xee\\\\xbaV\\\\xe7#\\\\xe7L{\\\\xd55\\\\xfe\\\\xe2\\\\xbe\\\\x15\\\\xc3\\\\xd9\\\\xc5b]\\\\xc5\\\\xe3\\\\xe2\\\\xf1\\\\x94\\\\xfc^\\\\xbcjq9\\\\n))\\\\xf9\\\\xca\\\\xb2@vk@fSk\\\\x1b\\\\x04\\\\x91\\\\xa6\\\\xbdY\\\\xf9YB\\\\xf5\\\\xc1\\\\x0fH\\\\x10\\\\x00\\\\x06\\\\x0cd\\\\xfc\\\\xea\\\\xcf\\\\xcd\\\\xa8\\\\x95\\\\x1bf129\\\\xd6\\\\xab\\\\x94\\\\xb0\\\\xf2\\\\xf9\\\\x0e+/\\\\x1a\\\\xde\\\\x1e\\\\xfb\\\\xb8\\\\x8a\\\\xb8\\\\xebl\\\\xab\\\\x1b6\\\\xb2\\\\x12\\\\xc5.H%\\\\xadP\\\\xaa\\\\xdd\\\\xc9#\\\\xc4\\\\x18\\\\x8e\\\\x97\\\\xae\\\\xe5\\\\xa9F1\\\\r\\\\x11B[\\\\xef\\\\x9aO\\\\xb7G8\\\\xd0\\\\xd1u\\\\x17\\\\xc7\\\\xb9/\\\\xd5\\\\xbf\\\\xd4\\\\xae\\\\x07\"\\\\xbc<\\\\x1as10\\\\xb0\\\\x82g\\\\xf2\\\\x9b\\\\x16\\\\x87\\\\xca\\\\xae\\\\xb5i\\\\xd9a\\\\xdb\\\\xb8\\\\x8f\\\\xe2\\\\x1d\\\\xe7\\\\xab\\\\xb6\\\\xe7;\\\\xb1\\\\xd5\\\\x90\\\\xc4\\\\xf3O\\\\x96\\\\xe2s\\\\x8e\\\\x87\\\\x7f\\\\xaap\\\\xf8\\\\xaf\\\\xc2~KM5q9\\\\xb8w\\\\xbb\\\\xdc\\\\xc2\\\\xe4\\\\xc7\\\\x7f\\\\xe6\\\\xbb\\\\xb0P\\\\xc01mH\\\\xdb\\\\xbb@\\\\x7fn\\\\xbd[\\\\xb1v\\\\'\\\\xd3\\\\x1fQ\\\\xe4\\\\xd5=\\\\x8a\\\\x9c\\\\xb6\\\\xf32v\\\\xef9+\\\\xa3\\\\x17\\\\xe2\\\\x1c\\\\xa7\\\\xe5\\\\xec\\\\xf7\\\\xaf\\\\\\\\5\\\\xcd\\\\xdbvN#TK\\\\x02\\\\xaa\\\\x02\\\\x94-\\\\xb4\\\\xee\\\\x00\\\\x0e\\\\xff\\\\x00\\\\xe1\\\\xd5\\\\x1b\\\\xff\\\\x00$ LL\\\\x0b\\\\xf6\\\\'[\\\\xd9\\\\x90\\\\x03\\\\xc9=\\\\xe0p8X+M\\\\xf5R\\\\xd4{\\\\x81I\\\\xc9b\\\\xc3{\\\\r\\\\xa5\\\\x88\\\\x1aA$}\\\\xc4\\\\xe8\\\\x06\\\\xbd$_\\\\x84\\\\xc0\\\\x9c\\\\xa2C\\\\xe7\\\\x85B|\\\\xac\\\\xe9\\\\t\\\\x9f7\\\\x89\\\\xbf\\\\'\\\\x00\\\\xda\\\\xbb\\\\xff\\\\x00-i\\\\x0elK\\\\x19\\\\x1dI\\\\xfc\\\\'r\\\\xeb\\\\x00\\\\xfe\\\\xee\\\\xaf\\\\xdf\\\\xf8\\\\xbb\\\\x97l{\\\\xa0\\\\xfa1\\\\xc7\\\\xba\\\\xa7\\\\x90K}#\\\\x05\\\\x02\\\\x8b\\\\xb2\\\\x83-9\\\\x97\\\\xd4\\\\x96R\\\\xcc\\\\x17]\\\\xecD\\\\xe8\\\\xc1\\\\x01\\\\x10#\\\\xb1\\\\xd3_\\\\x0e\\\\xb2#\\\\xba\\\\x9c.\\\\x88\\\\\\\\\\\\xb8\\\\x03R\\\\xbe\\\\xa3\\\\xd1\\\\x83\\\\xf8&\\\\x0bn(\\\\xfc\\\\xf9)\\\\xb6\\\\xff\\\\x00Rt\\\\xb2\\\\xb54U]\\\\xb0\\\\x16\\\\xc7Ff0N\\\\xe60\\\\xe0\\\\x01\\\\x1d\\\\xb4\\\\xebB[\\\\x8b\\\\xba%\\\\x1a1!\\\\x8f\\\\xd7:.\\\\xf6\\\\x89\\\\x00\\\\x90\\\\xc5\\\\x03\\\\xe6M\\\\xacS\\\\x1f7\\\\x01n\\\\xe3\\\\\\\\\\\\xb1K1A{\\\\x03\\\\x18\\\\n\\\\xc4\\\\x91\\\\xa3\\\\x1dA\\\\xd7\\\\xef\\\\xf0\\\\xeb?\\\\xe4n\\\\x99\\\\x91n\\\\xe0\\\\x1a2\\\\xd3\\\\xd79\\\\x1cT\\\\xdb\\\\xb4@2\\\\x1el\\\\x85\\\\x8c\\\\xfc\\\\xbe3\\\\x17;\\\\x8b\\\\xa2\\\\xa0\\\\xaa\\\\x8f]b\\\\xab\\\\x8f\\\\xbcT\\\\x93\\\\xb9=\\\\xb5\\\\x1a\\\\x01\\\\x10;\\\\xcc\\\\xc9\\\\xfau\\\\x9c7\\\\xc7m\\\\xaa\\\\xcb0|\\\\xfdE\\\\xc1q\\\\xa7\\\\x93\\\\xf8\\\\xa7\\\\x08\\\\x19G\\\\x17\\\\x07\\\\x1e\\\\xaa.C\\\\x0c\\\\xab\\\\xb1W\\\\x91\\\\xaa\\\\xcc+*g\\\\xa9h7\\\\x85Wk_s\\\\xbbW\\\\x0cv\\\\x98\\\\x98\\\\'\\\\xf7\\\\xf5f\\\\xfe\\\\xdc]\\\\x00\\\\xdcx\\\\x80\\\\xec\\\\xe7\\\\x17.I\\\\xfe\\\\xd2`\\\\x0cE*\\\\x85\\\\xfc\\\\x97\\\\xe4\\\\x1f\\\\x12\\\\xf8\\\\xaeb\\\\xdd\\\\x98j\\\\xc4\\\\x92\\\\x12\\\\xcc\\\\\\\\Z\\\\x83e^O\\\\xe1U\\\\xabOI3\\\\xea=\\\\xfe\\\\xc9#\\\\xa0,[\\\\xb8\\\\x0c\\\\x03\\\\xe4\\\\xc0q\\\\xe2\\\\x88\\\\x89ib\\\\xaa^C\\\\xf5\\\\xd3\\\\xe4Yvd`\\\\xfc\\\\x17\\\\xe2\\\\x0fEx\\\\x8bem\\\\xca\\\\xe4l\\\\xba\\\\xf4m]\\\\x99T0\\\\x00i\\\\xa8\\\\xd7\\\\xc6<:\\\\xbb\\\\xfeF\\\\xe2\\\\xe1{p\\\\x90\\\\x11~1\\\\x7f\\\\x04\\\\x0f\\\\x08\\\\xc7\\\\x10\\\\x1dV\\\\x9f\\\\x12\\\\xb6\\\\x9c\\\\x9eM\\\\xf9\\\\x8eg\"\\\\xceW\\\\x9e{\\\\\\\\WnI\\\\xf4\\\\xee\\\\x7fW\\\\xa7y\\\\x10H:,\\\\x1f\\\\xf1\\\\xea\\\\xef\\\\xc5{u2\\\\x1a\\\\xa6E:\\\\x1ej\\\\xb6\\\\xe1\\\\xe9\\\\x90\\\\x18\\\\xf5V\\\\x03\\\\xf1F\\\\xae\\\\x1e\\\\xe7\\\\xb6\\\\xcf\\\\xcd\\\\xf2\\\\x02\\\\xea\\\\xe9\\\\xd8\\\\xb6\\\\xc2\\\\xd0\\\\xfb\\\\x8b\\\\x94\\\\x01\\\\xb5w\\\\x05\\\\x80;F\\\\x87\\\\xf1O~\\\\x9fso\\\\xa2\\\\xc7\\\\xa9\\\\xe5\\\\'\\\\x03\\\\x1f\\\\xd7\\\\xc7\\\\xcd\\\\x94F\\\\xf079\\\\x0e8\\\\xaa\\\\xb7\\\\xbfI\\\\xb3\\\\xf1h\\\\xcb\\\\xaf\\\\x8c\\\\xcf\\\\xc3\\\\xc9\\\\xfc\\\\xc6hd\\\\xc4\\\\xb9UG\\\\xb6H\\\\xdd\\\\xeb\\\\xec\\\\xc3p\\\\xd3\\\\xb1\\\\xd7\\\\xbcu\\\\xa1\\\\xb2\\\\x85\\\\xa8\\\\\\\\\\\\xd38\\\\xc9\\\\xc8\\\\x18b\\\\x9b\\\\xa4\\\\x9e\\\\xa0+\\\\xc1\\\\xddr!6\\\\x94j\\\\xdf\\\\xd4\\\\xc0\\\\xc9\\\\x00\\\\x9dg\\\\xce:^\\\\xfa\\\\xe0\\\\xbflF\\\\xa0\\\\xc6U\\\\xcf\\\\xc7\\\\x87\\\\x057m\\\\xfb\\\\xbbv)\\\\x19\\\\x96X1\\\\xd2\\\\x9aY\\\\xce1\\\\x1e\\\\x86\\\\x81,G}`\\\\xf5[y~B\\\\xd0\\\\xb7\\\\x076\\\\xce\\\\x1c\\\\xc9\\\\xcdhJ4t&\\\\xcb\\\\xf2\\\\x97\\\\x1a\\\\xdc:\\\\xf2\\\\x1cbn\\\\xddm`\\\\x13\\\\x13\\\\xa9\\\\xd3\\\\xac\\\\x1b\\\\xdb\\\\xbd\\\\xc1\\\\xb3-\\\\xbc%/m\\\\xea\\\\x07\\\\xe14@F\\\\xa4\\\\xa8\\\\xd8\\\\xf5\\\\xd6\\\\xa4\\\\xb3\\\\x89FQ\\\\x08{\\\\x7fv\\\\x9f^\\\\x93d\\\\x8do0\\\\x19\\\\xa8\\\\x12\\\\xc5\\\\xb0#E\\\\xfa\\\\xbfJ]Z\\\\x80\\\\xf27)n\\\\xdd\\\\xcf\\\\xa7A\\\\xf4\\\\xd7\\\\xab[k\\\\x97b%n\\\\x843\\\\x87\\\\xe5Z*\\\\xf7!l\\\\x8dC\\\\x9a\\\\xd5\\\\x8c\\\\x15\\\\xdd\\\\x88M\\\\xd6\\\\xd8\\\\x04\\\\x15\\\\x80\\\\xc0\\\\x98\\\\xd3\\\\xb1\\\\xd3N\\\\x9b\\\\xb1\\\\x985.\\\\xe5\\\\xb0\\\\xf3\\\\n\\\\xbd\\\\xc8\\\\xb9`\\\\x02\\\\x93e4\\\\x15\\\\x08,\\\\xd8$\\\\x83\\\\xb7\\\\xc4\\\\x8dc\\\\xe9\\\\xd5\\\\xc1\\\\x1b2\\\\x8e\\\\x90Hc\\\\x8f?\\\\xc2\\\\x0b\\\\x90 \\\\xe5U\\\\xb5Zk(Y\\\\xc2\\\\x02`\\\\x88\\\\x07O\\\\xaf\\\\x81\\\\xea\\\\xe4e\\\\xe9\"\\\\xb5\\\\xf1J|+@\\\\xa5c\\\\xb5f\\\\xfa\\\\xc3\\\\\\\\\\\\x81\\\\x10IN\\\\xc4A\\\\x91\\\\xb4\\\\xc7y\\\\xea\\\\xe5\\\\x8c@\\\\x8c\\\\x80\\\\r\\\\x80\\\\xc7\\\\x82\\\\xba\\\\xdc\\\\x86\\\\xa7\\\\x95|\\\\x97\\\\'\\\\xff\\\\x00\\\\xb9~\\\\x17\\\\x06\\\\xcf\\\\x94\\\\xf0\\\\xfc\\\\xff\\\\x00\\\\x17\\\\x8b^8\\\\xe6\\\\xb0\\\\x8af56)V\\\\xb6\\\\x86m\\\\xceB\\\\x9d\\\\x0b\\\\x06\\\\xeeD\\\\x1d\\\\xbec\\\\xadk\\\\xbb\\\\x81r\\\\xe9\\\\xb9\\\\x11\\\\xa4rw\\\\xe9\\\\xe7\\\\xc9W\\\\xf9=\\\\x01\\\\x889qE\\\\xcc|\\\\xdb\\\\xff\\\\x00\\\\xe9\\\\xbe;/2\\\\xfcKf\\\\x8a\\\\x8d\\\\xba\\\\x90\\\\x01\\\\xd9-2H\\\\xf3\\\\x10\\\\x18\\\\xf7\\\\xfbc\\\\xaa{\\\\x9d\\\\xc0\\\\x85\\\\xb38\\\\xbd\\\\x16\\\\r\\\\xe9\\\\xbb\\\\x00\\\\xb9k\\\\xe5\\\\x1f%\\\\xb7\\\\x96\\\\xc9f\\\\xa0\\\\xec\\\\xc9\\\\xbd\\\\x8849P\\\\xaa\\\\x18\\\\x88\\\\x0cCD\\\\x89\\\\x9d?o^Kq{\\\\xdf\\\\x95\\\\x07\\\\xa7\\\\x0f5NS\\\\xc8\\\\x97*\\\\xa1\\\\xc8\\\\xce\\\\x1e\\\\xf3\\\\xdbjV\\\\x94Z\\\\n>K\\\\t\\\\t\\\\x07@cS\\\\x07\\\\xc3\\\\xc8\\\\xf9\\\\xf5f\\\\xd5\\\\xb6\\\\x0c+\\\\xc6+>s\\\\xd4\\\\\\\\\\\\x9c\\\\x16\\\\x8f\\\\xcd/\\\\x96\\\\'\\\\xff\\\\x00\\\\x8b\\\\xff\\\\x00\\\\xe4\\\\xba\\\\xb1\\\\xee\\\\xcf\\\\x88\\\\x84\\\\xbd1\\\\xe6\\\\x17\\\\xff\\\\xd7\\\\xe4~\\\\x1f\\\\x01\\\\xf1\\\\xef\\\\xb3#\"\\\\x87k\\\\x10\\\\xb1\\\\xa6\\\\xbd\\\\xa5A\\\\x0e%\\\\xcbm\\\\xd4\\\\x83\\\\xb6$w\\\\xfd\\\\xbdy\\\\x98\\\\xc4\\\\xbfj\\\\xf8\\\\x98\\\\x8d\\\\x1d\\\\x9d\\\\x96\\\\xcc\\\\xe5\\\\xb6\\\\x9b\\\\\\\\\\\\xddC{w\\\\xa0g#k4\\\\x96\\\\x0cT\\\\x124h\\\\xd3\\\\xc7B\\\\x07\\\\xd8rB\\\\\\\\\\\\xc9\\\\xd1\\\\xf3^-|fW \\\\xfe\\\\xfb&M[E\\\\x84\\\\xc1\\\\xf4\\\\t;\\\\x81\\\\xd7\\\\xa1\\\\x8b\\\\x80\\\\xea\\\\xc1\\\\x1e\\\\x87K\\\\x18X\\\\xd9_\\\\x9b\\\\xca\\\\xb2\\\\xbcg\\\\\\\\{\\\\xe5\\\\xda\\\\xa1\\\\xa5N4\\\\x90[\\\\xc5B\\\\xb1\\\\xf1\\\\xf0\\\\xf11\\\\xd4\\\\xc5\\\\x8c\\\\xba*\\\\xce\\\\xefL\\\\xd5\\\\xdb\\\\xf1\\\\x0c\\\\xfc6/\\\\x89a\\\\xaf\\\\xdfY\\\\x00\\\\xa0]\\\\x12\\\\x03J\\\\x95\\\\x91\\\\xa9\\\\x1f\\\\xb7\\\\xb6\\\\xbdq\\\\xb8\"z-\\\\r\\\\x95\\\\xc2%\\\\xa4\\\\xa2|\\\\xf7\\\\x0fN}\\\\x0biM\\\\xd7\\\\x03\\\\xb5\\\\x8fbA\\\\xdd\\\\x05\\\\x98z\\\\x7f\\\\xe1\\\\xd2o\\\\xfaH\\\\xaa\\\\xbb~\\\\xde\\\\xa0\\\\x90O\\\\x12\\\\x99\\\\x19V\\\\xe2\\\\xd7l\\\\x14$\"\\\\rB\\\\xac\\\\x00\\\\x00\\\\x01\\\\xa4\\\\x8d$\\\\x19\\\\xd7\\\\xcb\\\\xa5\\\\t\\\\x19T*\\\\xd0\\\\x80\\\\x12\\\\x15\\\\xa8_B\\\\x7f\\\\xdb\\\\xdf\\\\x03\\\\x81W\\\\xc5p\\\\xf3\\\\xa8\\\\xb9\\\\xea\\\\xe4k\\\\xb4\\\\xfe\\\\x7f\\\\xf9~\\\\xea:\\\\xd86\\\\xc3)\\\\x1aN\\\\x83\\\\xb7\\\\x7f2c\\\\xaf)\\\\xbe\\\\x81\\\\x9d\\\\xf2e\\\\x8ci\\\\xcd{\\\\x7f\\\\x8d\\\\xd3\\\\x1b s]\\\\x83\\\\x82\\\\x97_\\\\xc3W\\\\xcc\\\\x96D^>\\\\xf3P\\\\xd8}\\\\xa6\\\\xa4\\\\xfaX\\\\xa7\\\\xb4\\\\x00\\\\x8fI\\\\xed\\\\xd8\\\\x83\\\\xe3\\\\xd6|\\\\xf6\\\\xd3\\\\x8d\\\\x91|\\\\x1c%\\\\xa7\\\\x1f&\\\\xc7\\\\xbdi\\\\x12%L\\\\x94>R\\\\xcc\\\\x0b\\\\x00\\\\x19-\\\\xee~u\\\\xab\\\\xb1Y\\\\x10\\\\x8b\\\\x1e\\\\xc5x\\\\x15\\\\x85\\\\x05H\\\\x12\\\\xd3\\\\xf6\\\\x8f>\\\\xa9n%\\\\xa6G[\\\\x87c\\\\x1c\\\\xc9<\\\\xa8\\\\xa6\\\\x11p\\\\xd9qU\\\\xa0\\\\xf1f\\\\xd4\\\\xaf?\\\\n\\\\xc5J\\\\xf8w\\\\x03\\\\x92Sz;\\\\n\\\\xd6N\\\\xd6\\\\x03\\\\xbcL\\\\xb4\\\\x19\\\\xfb\\\\xc0\\\\xe8.\\\\xed\\\\xc4\\\\x81\\\\xbb\\\\x16\\\\xf4\\\\xb3\\\\xd4S\\\\xbb\\\\x13^Jtt\\\\xaa\\\\t\\\\xcc\\\\x1a\\\\xf2q\\\\xb2o\\\\xe3\\\\xebo\\\\xccd\\\\x8a\\\\xdb\\\\x02\\\\xdcBjt\\\\x95e\\\\xb1\\\\\\\\\\\\xd8WG*6\\\\x80\\\\t\\\\xfd\\\\xbdb\\\\xfc\\\\x95\\\\xa0a1\\\\x18\\\\x9dN\\\\x0cH9f\\\\xff\\\\x00P1\\\\xa2u\\\\x89T\\\\x17\\\\x1dGT\\\\xe9\\\\xc6f\\\\xb7\\\\'\\\\xc6b\\\\x1eF\\\\x84\\\\xaf\\\\x91\\\\xc6E\\\\xf71V\\\\x86A\\\\xb0zu \\\\xb7\\\\xe2\\\\x91\\\\xba:\\\\xd3\\\\xb7{\\\\xdf\\\\xb1\\\\x19\\\\xdd\\\\x00N\\\\x00\\\\x06\\\\x01\\\\x83g\\\\xa8\\\\x8f21]6\\\\x12\"\\\\x18\\\\x1ek\\\\xde?\\\\xdb\\\\xfc\\\\xd8\\\\xc7\\\\xae\\\\x8a\\\\xf1\\\\x90,\\\\xf1\\\\xd9\\\\x0c\\\\xc8\\\\xae\\\\xc9\\\\xdd\\\\xc2\\\\x80\\\\xc5\\\\x9a\\\\x0e\\\\x85\\\\xbb\\\\x10#\\\\xc3\\\\xa6m\\\\xe1\\\\xae^\\\\x80\"r\\\\xc0\\\\xf7\\\\xb8V\\\\xbb\\\\xc2\\\\xe4\\\\x96$\\\\xaa\\\\x8d\\\\xa3\\\\xd0\\\\xba\\\\xc9>q\\\\xd2.\\\\xdd\\\\xb1l\\\\x81p\\\\x92\\\\xd5jU\\\\xb9\\\\xf4\\\\xe9\\\\x8b:\\\\xb3\\\\x1b\\\\x12\\\\xc6#\\\\x1e(\\\\x8c\\\\xe3a&o)\\\\xc9\\\\x0e?\\\\x8dLLl\\\\xac#\\\\x93\\\\xf9\\\\xbc{\\\\x9f\\\\xf2\\\\xae\\\\xbbH\\\\xf6\\\\xa9u\\\\xef\\\\xac\\\\x95\\\\x1f~\\\\x9e*\\\\xb7\\\\xb0\\\\x17\\\\'#\\\\xa0\\\\x00A\\\\x90sB\\\\x19\\\\xda?e\\\\x12\\\\xb9\\\\xab\\\\x02\\\\x1b\\\\x0f\\\\xedc\\\\xca{x\\\\x1f\\\\x1b\\\\xc5\\\\xa7\\\\n\\\\xdc\\\\x8c\\\\\\\\\\\\x9c6\\\\x06\\\\x9b\\\\r\\\\x8c\\\\xbe\\\\xcaX\\\\xe7\\\\xdcZ\\\\xdd\\\\xb7\\\\x03\\\\xd8\\\\x05\\\\x0c|d\\\\xeb\\\\xd5\\\\x93\\\\xb3\\\\xb5\\\\x0bL\\\\x0c\\\\xa2cQ^x\\\\x81\\\\xf8I\\\\x9d\\\\xd9\\\\x90\\\\xf4)\\\\xc7\\\\x86\\\\xcb\\\\xca\\\\xba\\\\x8b^\\\\xfb\\\\xfd\\\\xeb\\\\x98%\\\\x85u\\\\x01)e\\\\x1b\\\\x01\\\\xf0%\\\\xb52\\\\x04\\\\x1f\\\\r:\\\\xd5\\\\xda\\\\xce\\\\xecL\\\\xf3ly\\\\x08\\\\xfd\\\\xdd\"@0\\\\xc8\\\\xa5O\\\\x95g\\\\xe3qt\\\\xf2\\\\x1c\\\\xb7!\\\\x96\\\\x99\\\\x1c:P?\\\\xaa\\\\xe3\\\\xadm\\\\xefc\\\\x84\\\\xdc\\\\xf5\\\\xbe<\\\\x98\\\\x0e\\\\xc8\\\\xb1\\\\xae\\\\x9e$u\\\\xa7\\\\xf1\\\\xf2h\\\\xfb\\\\xa6\\\\xa0\\\\xd0\\\\x100\\\\xec~\\\\x89\\\\x1b\\\\x8aP\\\\xf7\\\\xaf\\\\x81_\\\\xa8\\\\xf7S\\\\xce\\\\xfc\\\\x9f\\\\xe4<\\\\xed,\\\\xd5\\\\xe2\\\\xf2\\\\xdc\\\\x96E\\\\xf4\\\\xef\\\\x01\\\\xca\\\\xa3\\\\xb9(\\\\xacA\\\\xfc@w\\\\xd65\\\\xd3\\\\xab\\\\xf6\\\\xf6^\\\\x9dOG\\\\xf2Y\\\\xb77$\\\\xaey\\\\xe5\\\\xea\\\\x7fr\\\\xcb6\\\\xec\"X\\\\x10c_\\\\xb4\\\\xcf\\\\x7f\\\\xafVm\\\\x13\\\\x12AP\\\\'D\\\\x89\\\\x9f]\\\\x8e\\\\xc5J\\\\x06\\\\x087X{\\\\x92\\\\xd0A\\\\x8f\\\\x02\\\\x07\\\\xd0u\\\\xaff`\\\\x07\\\\x05\\\\x16\\\\xa3\\\\xe4\\\\x81\\\\x9a\\\\t\\\\xaa\\\\xf0\\\\x88\\\\x00c-\\\\x05\\\\xa0GmOy\\\\x83\\\\xfb\\\\xba\\\\xb4&\\\\xc4\"\\\\x8c\\\\xd9)eR\\\\xc2U\\\\xbd\\\\x01\\\\x96\\\\x03\\\\x89\\\\xed1\\\\xa7\\\\xde:\\\\xd2\\\\xb70E\\\\x16\\\\x9d\\\\x9b\\\\x80T!\\\\x96\\\\xe2{im\\\\x8b\\\\xb8\\\\x82\\\\xa4m\\\\x80\\\\xdb\\\\x964\\\\x07q#\\\\xf6t\\\\xd0]^\\\\x86\\\\xe3Q\\\\x01F\\\\xa1Mu\\\\xe4\\\\x1d\\\\xcc\\\\xbe\\\\xea\\\\x1d\\\\x8eK\\\\x02\\\\xc4\\\\x19\\\\x0c\\\\xdd\\\\xe4\\\\xc8\\\\xef\\\\xfb\\\\xba\\\\x96M\\\\xb9\\\\xea\\\\x90\\\\xcd\\\\x8a\\\\x1eh\\\\x8c\\\\x87M\\\\xa1YI\\\\xde\\\\x80\\\\xab\\\\x91>\\\\xa0\\\\x15\\\\xa3\\\\xbfy>\\\\x1d\\\\x0bU8M\\\\xe2\\\\xe8\\\\xae\\\\n-N\\\\x8dr\"\\\\xb3\\\\x19\\\\x16\\\\xee\\\\x89\\\\'Q\\\\xa4\\\\xeaA$\\\\x1df:\\\\xe2\\\\xec\\\\xab_&@\\\\x88\\\\xfd\\\\x11,\\\\x8cE\\\\xc8i\\\\x9d\\\\xcaH;A\\\\x9fR\\\\x92F\\\\xa3\\\\xf7\\\\x8e\\\\x84I\\\\x85U;w\\\\xcc\\\\x03 \\\\x99\\\\xee}\\\\xc7\\\\xa8;\\\\x15\\\\x8f\\\\xe5\"\\\\x92WU\\\\xd8\\\\xcct\"&b>\\\\xce\\\\x8c\\\\xad\\\\x0b\\\\x01\\\\xe2\\\\xf9\\\\xf9\\\\xaf\\\\xdcu\\\\xea\\\\x05\\\\xa5X+ U@[l\\\\xc1\\\\xeec\\\\xb7\\\\xef\\\\x1e\\\\x1dpQ\\\\xb8\\\\x86\\\\xa0\\\\x02\\\\xe8\\\\xbf\\\\xd2\\\\xdf\\\\xd5\\\\x8b\\\\xb8\\\\xb3\\\\x8f\\\\xc4sv\\\\xfec\\\\x8d-\\\\xb6\\\\xabX\\\\xb4\\\\xd4f \\\\x13\\\\xa8\\\\x06{\\\\x1e\\\\xbc\\\\xef\\\\xc9|q\\\\x887-\\\\x07\\\\xe63\\\\xeac\\\\xf7\\\\x0b\\\\xcc\\\\xfc\\\\x87\\\\xc7i\\\\x911\\\\xc3\\\\x8e(\\\\xbbO\\\\x88\\\\xe6*\\\\xce\\\\xc2l|]\\\\xa2\\\\x8b\\\\x06\\\\x99\\\\x0e\\\\xd25\\\\xd40\\\\x82\\\\x01\\\\xf0\\\\x1a\\\\x89\\\\xeb*\\\\xc5\\\\xed@G\\\\x0e\\\\xd5\\\\xe7\\\\xafXd\\\\xf3^2_\\\\x84\\\\xc6\\\\xbcj\\\\xf3\\\\x8d\\\\xaa\\\\xb4!h\\\\x0c\\\\xa1\\\\x8e\\\\xfd\\\\xcb>\\\\x04A\\\\xd3\\\\xcf\\\\xab\\\\x82.\\\\x15F$$~s\\\\x81\\\\xa8\\\\xbd\\\\x8f\\\\x91A.\\\\xbe\\\\x84h\\\\xfc/\\\\xe4\\\\xbd\\\\x89\\\\x06f\\\\x07U\\\\xeem\\\\xa2]\\\\xc2\\\\x89\\\\x19$s\\\\xc6\\\\xe7q\\\\xb9\\\\rv(v\\\\xa9}6\\\\xd2\\\\xe4Gc:\\\\xf8\\\\x03\\\\xf6\\\\xc9\\\\xf1\\\\xd3\\\\xa4\\\\x1b\\\\x02\\\\xd9\\\\x02\\\\'\\\\xd22\\\\xfc!\\\\x84\\\\x89$\\\\x97E\\\\xa9|L\\\\xf0\\\\xa9\\\\x94\\\\x1d\\\\x1d\\\\xd4\\\\xb8w\\\\x05J\\\\xa1\\\\xf4\\\\xc9\\\\xed\\\\xa1\\\\xed#\\\\xf6v\\\\xe8\\\\xe3r&t\\\\xe4\\\\x98X\\\\x8a\\\\x8c\\\\xf8)o\\\\x99\\\\xe0\\\\xf1\\\\xea\\\\xbf}\"Y\\\\x088\\\\xb6\\\\xa6\\\\xa0\\\\x12\\\\tp\\\\x1aL\\\\xf6 O\\\\xec\\\\x1dW\\\\xdd\\\\xdb\\\\x8c\\\\x87\"0\\\\xe4\\\\xba.(\\\\xeeV\\\\xee\\\\x04:\\\\xe7\\\\x8a\\\\xeeE@\\\\xf0\\\\xc0\\\\x12B\\\\xb0\\\\xac\\\\x01\\\\x04\\\\x88$\\\\xeb1\\\\x1d\\\\xfa\\\\xca7\\\\xa5\\\\xee\\\\x910\\\\x01\\\\xa1\\\\xfb+\\\\x96\\\\xed\\\\x86\\\\x0cK.\\\\x86\\\\xf8\\\\xde:\\\\xe3\\\\xe11\\\\x91\\\\x8c\\\\xb9$\\\\x10\\\\xd6\\\\x13\\\\x00\\\\xd8#p\\\\x12\\\\xdfC?\\\\xb4F\\\\x9d\"D9z?5\\\\xad\\\\xb4\\\\x88f>)\\\\x8b\\\\x13\\\\x12\\\\xbb\\\\x08\\\\xb2#j\\\\x91\\\\xee\\\\x91\\\\xab\\\\x02|\\\\x18\\\\x82\\\\x7f\\\\x88}5\\\\xea\\\\xd5\\\\xb8D\\\\x80F*\\\\xc3\\\\x10YM^<\\\\xe5\\\\x0b\\\\xc6%a\\\\x9a\\\\xba\\\\xf7\\\\xba\\\\xb4\\\\xc8\\\\x1d\\\\xcb8\\\\xd7\\\\xb4\\\\x91?\\\\xbb\\\\xa7\\\\xc6\\\\x1a\\\\xc1`\\\\xa4\\\\xc4\\\\x0c\\\\xf0Q2\\\\xaa\\\\xc6~\\\\x12\\\\xccg\\\\xc4[e\\\\x83Wqb\\\\n\\\\x15Y\\\\n\\\\xab\\\\xb8\\\\x03\\\\xaf\\\\x7f\\\\xbb\\\\xa87\\\\x04m1\\\\x8d_\\\\x15^\\\\xe4\\\\\\\\\\\\xd0\\\\xd1s\\\\xef6pi\\\\xb6\\\\xf4\\\\xb2\\\\xa5\\\\xb4\\\\xb9/H\\\\x98b\\\\xc0\\\\x82\\\\x03Di\\\\xe2\\\\x01\\\\xfauVwH\\\\x04H\\\\x021\\\\xeaU\\\\tDF\\\\xa3\\\\x14\\\\x91\\\\x7f+\\\\x91\\\\x8b\\\\x91ex\\\\xd5\\\\xff\\\\x00!L\\\\x95p\\\\n\\\\xed\\\\n\\\\xc1N\\\\x80\\\\x83\\\\x111\\\\x1a\\\\xfd\\\\xbd\\\\x15\\\\x83-^\\\\x98\\\\xb8\\\\xeb\\\\x83\\\\xb5\\\\x0f\\\\x82U\\\\xcb\\\\xad\\\\x8a\\\\x0b^NU\\\\xf9\\\\x8f\\\\xfc\\\\x95\\\\xba\\\\xca\\\\xc8\\\\x055\\\\x01H]\\\\xa8\\\\x0e\\\\x80x\\\\xe8>\\\\x91:\\\\xf4\\\\xfb\\\\x1a\\\\xfd\\\\xe1)\\\\x07.\\\\xcdF\\\\xc2\\\\x9f\\\\xc2\\\\x03(\\\\x98\\\\x9e\\\\xce?\\\\x95yW\\\\xf1<\\\\xeb\\\\xb8LNS\\\\x90\\\\xe3\\\\xec\\\\xe3\\\\xf0\\\\xf2r\\\\x86\\\\x1eNb#6=6\\\\xa0V\\\\r\\\\xba\\\\x04O\\\\xf1\\\\x00\\\\'\\\\xafXl\\\\x91\\\\x00Ho\\\\xa23\\\\x07b\\\\xca\\\\xe5\\\\xfd6\\\\xe1~@\\\\x0e~\\\\'\\\\x15\\\\xcaq\\\\xe7\\\\x84\\\\xc8v\\\\xae\\\\x80\\\\xd8u\\\\x947)\\\\xda\\\\xd6\\\\x96\\\\xb9d\\\\xac\\\\x1d\\\\x0f\\\\x9fH\\\\xbf\\\\xba\\\\xf6\\\\xe3&\\\\x90ej\\\\xd4%\\\\x11\\\\x8d\\\\r\\\\x17M`\"\\\\xd9X\\\\xfc\\\\xe6:]\\\\xc8\\\\xe28K>E\\\\x8d\\\\x8f]Ce@\\\\x12 \\\\x00\\\\xa0Gr\\\\x04\\\\x9f\\\\x0e\\\\xbc\\\\xc6\\\\xef\\\\xe4\\\\xe5x\\\\xd2\\\\xac?a\\\\x82\\\\xd2\\\\xb5d5T\\\\x96*\\\\xe2\\\\xe1`\\\\xdd]u\\\\xee\\\\xae\\\\x9aA\\\\xdf\\\\xb4n\\\\x0cI\\\\xf5B\\\\x8d\\\\xd0$\\\\xfd:\\\\xc0\\\\xbf{Y\\\\xadU\\\\xc8E\\\\x82\\\\xb8?HyN7\\\\x17\\\\x8f\\\\xe7V\\\\x97Z\\\\xf2\\\\xab\\\\xb2\\\\xa4\\\\xad\\\\xeb$\\\\x97PH}\\\\x13q\\\\x80\\\\x0e\\\\xb0L}\\\\xddV\\\\x85\\\\xf1i\\\\xda\\\\x928vf\\\\xac\\\\xc4\\\\x00\\\\x088+\\\\xe2\\\\xafa\\\\xf8\\\\xcc\\\\x8bj\\\\xc9o\\\\xca\\\\xbd\\\\xae\\\\x1a\\\\xe4$\\\\x97\\\\x1d\\\\xdc \\\\x1e\\\\xa6\\\\x90 \\\\x0f\\\\xbb\\\\xab^\\\\xd1\\\\x95\\\\x89z\\\\x98\\\\x1959Q\\\\xd8g\\\\xd8\\\\xa5\\\\xc0\\\\xc3\\\\x92R\\\\xfe\\\\xbe\\\\xff\\\\x00\\\\x99|\\\\xe67\\\\xff\\\\x00D\\\\xc1R\\\\xaf\\\\xc8\\\\x84`\\\\xac\\\\x05\\\\x8d\\\\\\\\nq\\\\xb7q\\\\xed\\\\x1ec\\\\xeb\\\\xd6T\\\\xb77#p\\\\xcana\\\\x16\\\\x1a\\\\xba\\\\'\\\\x08DDs(u\\\\x9f$\\\\xc2\\\\xaf\\\\x91\\\\x16b\\\\xa6A\\\\xe3\\\\xeeV\\\\xad\\\\xf0r\\\\xa5o\\\\xb1\\\\x19T\\\\x96I\\\\x06d\\\\x19\\\\x06bOm:\\\\x8b\\\\xbb\\\\xab6\\\\xee\\\\x16\\\\x07O\"j\\\\xdfc\\\\xc9\\\\x1c\\\\x03\\\\xa5\\\\xc4\\\\xe5\\\\xf9a\\\\x91\\\\xc3\\\\xf2\\\\xf7\\\\xde\\\\xf7\\\\xd1\\\\x99e\\\\xa2\\\\x9a\\\\x11\\\\xc2\\\\xb2\\\\xad\\\\x7f\\\\xcb\\\\x9f\\\\xcb\\\\x98\\\\x04\\\\x88\\\\x02H\\\\xed\\\\xaf\\\\x97Tu_\\\\x91\\\\x17dC\\\\x93\\\\xe9\\\\x1d0vN\\\\x8f\\\\xb4\\\\x0e\\\\x93\\\\x97\\\\xf6\\\\xbd\\\\xc9\\\\xe0.\\\\xe3\\\\xb1\\\\x05\\\\x99\\\\x98U\\\\xe5\\\\xf29\\\\x0c\\\\xcb\\\\x8d\\\\x8f\\\\x81g\\\\xfdQeR\\\\xc3\"\\\\xd6!\\\\x94\\\\x08g,\\\\xbbGW\\\\xa5\\\\xb0\\\\xf6m\\\\x99\\\\\\\\\\\\xa9\\\\x90v\\\\x8e4\\\\xcf\\\\xb2\\\\xb5\\\\x0b\\\\x85\\\\xd12\\\\xc3\\\\x8eIG/\\\\x0f\\\\x84\\\\xca\\\\xe4\\\\x1b#+\\\\x8d\\\\xcb\\\\xe4\\\\xbe;jn8*\\\\xefU\\\\x9b\\\\xedR\\\\x11\\\\x0b\\\\xec*\\\\xd0\\\\xf2{\\\\r4\\\\xd0\\\\x0e\\\\xb3#~\\\\xc6\\\\xcfu\\\\xee\\\\x08\\\\x19D\\\\x07\\\\xa5\\\\x08$S\\\\xb8c\\\\xd5X\\\\x87\\\\xbacB\\\\xc5\\\\x12\\\\xe3\\\\xb8\\\\x1e\\\\x03\\\\x9d\\\\xcc\\\\xa7\\\\x13\\\\xe4u\\\\xe4\\\\xf2X\\\\x99\\\\xb6WfO\\\\x15X\\\\n.\\\\xc7\\\\xa0n\\\\x14\\\\xb1B\\\\xba\\\\x02#l\\\\r\\\\xd05\\\\xe9\\\\xff\\\\x00\\\\x13\\\\xbd\\\\xb5=\\\\xc7\\\\xb9v$\\\\xb9$\\\\x82\\\\x99r&#\\\\x15ue|[\\\\x86\\\\xe68G\\\\xf8\\\\xd6_\\\\xc6\\\\xb8\\\\xce?\\\\xe3\\\\xf4 |\\\\x0e.\\\\xacJK\\\\x0bI\\\\xfcf\\\\xd7V;\\\\x94\\\\x08$\\\\x1dz\\\\xf5W\\\\xf7\\\\xb7w\\\\x90\\\\x95\\\\xb9DB#\\\\n\\\\x07\\\\x95y\\\\x9a\\\\xb0K&1m#\\\\x8e\\\\xd5\\\\x0f#\\\\xe3\\\\xdc_\\\\x1b\\\\xc78\\\\xe38\\\\xd4\\\\x14\\\\xf1AV\\\\xbe\\\\x0e\\\\x8d\\\\xd5&J\\\\xaa\\\\xc2\\\\x9bUI,Y\\\\xf5\\\\x1a\\\\x82{x\\\\xc7Y\\\\xbb\\\\x83l@\\\\x96}\\\\'\\\\xf5\\\\xa8\\\\xd4\\\\x06\\\\x07\\\\xc6\\\\xa8\\\\xec\\\\x9e\\\\x8c\\\\xea?\\\\x05\\\\xc7\\\\xd6\\\\xf9\\\\x19\\\\t\\\\x91\\\\x9fnVz\\\\xbd9W\\\\xe3\\\\x89|\\\\\\\\\\\\\\\\\\\\x8b+\\\\xdf\\\\xb2\\\\x90\\\\xc9\\\\xe9*[iR`\\\\x0f\\\\xbf\\\\xae7\\\\xa2Dm\\\\xc2T\\\\xc46Ro\\\\xd5\\\\xfbh\\\\x8aZ\\\\x99\\\\xc6i\\\\xb1\\\\xad(v\\\\xb5\\\\xe1\\\\x84C!\\\\xf3\\\\x1f\\\\xea\\\\xd0\\\\xe8\\\\x07n\\\\xab\\\\x1b\\\\x82-\\\\x1d}\\\\xbf\\\\xcf\\\\xd9(\\\\x9c\\\\xca\\\\xf6\\\\xab\\\\xb7\\\\xadu\\\\xc8e\\\\x1a\\\\xfb`\\\\xc8\\\\xda\\\\x0e\\\\x8b\\\\xd2\\\\x8d\\\\xd8\\\\x91\\\\xa4\\\\x97\\\\x07\\\\xaeC$V\\\\xe4K\\\\x00\\\\xce\\\\x14\\\\xc6\\\\xc8w[2(\\\\xb8Wmh\\\\x8aqY\\\\xbd\\\\x0c\\\\x80F\\\\xdd\\\\xa7^\\\\x99-\\\\xc4\\\\xdeS\\\\xb761\\\\x01\\\\xe2O\\\\xa6Q\\\\x19\\\\x11\\\\xcd0\\\\x91(\\\\xbb\\\\x7f\\\\x1f\\\\xc2V\\\\xc1\\\\xc9\\\\xad\\\\xf2\\\\xf3s\\\\x13\\\\x19S+6\\\\xd2\\\\xe4\\\\x85\\\\xd4v\\\\x10{\\\\xc4(\\\\x02\\\\'N\\\\xbc\\\\xb5\\\\x8d\\\\xf7\\\\xbd~w#\\\\x1fT\\\\x8b\\\\x86\\\\x14\\\\x1c\\\\xdb\\\\xa0D^\\\\x145LU\\\\xd9U@V\\\\xca\\\\ts\\\\xad\\\\x86L\\\\xc83\\\\xba<:\\\\xf4\\\\xd6\\\\xf4A\\\\xa2@rq\\\\xe3\\\\x92\\\\xacn0\\\\xe8\\\\xa4\\\\x7f\\\\x1djiCR\\\\x8e\\\\xcd\\\\xe3\\\\xfb|#\\\\xc7\\\\xab\\\\x86\\\\xd9$GHa\\\\xcd,\\\\\\\\b\\\\xea\\\\x16~\\\\x0e\\\\x15\\\\xb7\\\\xdd\\\\x99F2\\\\xad\\\\xc6\\\\xb4\\\\xa8\\\\x00\\\\x81\\\\x80\\\\x93\\\\x05\\\\x94hC\\\\r\\\\xc7\\\\xd5\\\\xe5\\\\xd1nv\\\\xb0\\\\x94\\\\xa5p\\\\x01\\\\x1c9P\\\\xf4\\\\xfc\\\\xae\\\\x17A \\\\x03\\\\x8a\\\\xac?\\\\xf5\\\\x1bs|\\\\xb6O\\\\x07\\\\xc3\\\\xd2r\\\\xf3\\\\xea\\\\x1f\\\\x96\\\\xb7\\\\x9e;\\\\x13\\\\x13\\\\x19\\\\xa0\\\\xb2\\\\x02\\\\xc7[m\\\\x89\\\\x8e\\\\xd0t\\\\xe86\\\\x1b+\\\\x9f!q\\\\xbf\\\\xd2(e\\\\xf4\\\\xef)7\\\\xf7\\\\x11\\\\xb4\\\\x18\\\\n\\\\x9c\\\\x12V\\\\x1f\\\\xc68\\\\x16\\\\xcf\\\\xc7\\\\xe3y6\\\\xc9\\\\xe4~I]\\\\xb6\\\\xdb\\\\xca\\\\xf2\\\\xf6c\\\\xb5\\\\xcb\\\\x87g\\\\xb8\\\\xa1m}\\\\x84\\\\x8bP+\\\\r\\\\xa1\\\\x8c\\\\xc4\\\\x83\\\\xd7\\\\xa3\\\\xd8\\\\xedv\\\\xb6b#\\\\x18\\\\xbd\\\\xc8\\\\xb9\\\\x91o\\\\xd7\\\\xad1\\\\x1c\\\\x95\\\\x0b\\\\x92\\\\xbbp\\\\x92O\\\\xa4\\\\xa6\\\\x1c\\\\x8f\\\\x86\\\\xe4\\\\xf0\\\\\\\\\\\\xb6UyX\\\\xd6Q\\\\x81I\\\\xb6\\\\xfbkK\\\\x12\\\\xe0j`\\\\xeem\\\\xf6\\\\xe6\\\\xb6\\\\xb0\\\\xb9Rv\\\\xe8cC\\\\xdb[Q\\\\x99\\\\x84\\\\x88\\\\x94X\\\\x02\\\\xecpn\\\\xca\\\\x12\\\\xe8n[\\\\xd3\\\\x9dz*w\\\\xe2\\\\x90{\\\\xe9\\\\xa7}4\\\\x9e\\\\xbc\\\\xf6\\\\xf7srQ&\\\\x00\\\\xc7P\\\\xa8z\\\\x0e\\\\x1a\\\\x8e\\\\xacD\\\\x07^c=T\\\\xa3\\\\x01Xwu\\\\xf6\\\\xbd_\\\\x85>\\\\xbb\\\\xbc\\\\xfa\\\\x8d\\\\xa5\\\\xd8Y\\\\x85\\\\x03\\\\x924\\\\xd7\\\\x08\\\\xf5u\\\\xd2\\\\x04\\\\x95\\\\x8e\\\\x02\\\\xdfnM\\\\x9e\\\\xddi{\\\\xab\\\\x1a\\\\xea\\\\xdb_\\\\xfa\\\\x0f\\\\xa6wv\\\\x9e\\\\x9f\\\\xf1r\\\\xbdv\\\\xf1\\\\xd0\\\\x04\\\\x8cK\\\\x06\\\\x8f.\\\\xdeytH\\\\xb9l\\\\x0e\\\\xae\\\\xb5\\\\xd4\\\\x9997d\\\\xa6\\\\x1e\\\\x0b;\\\\xab\\\\xb3\\\\xe4\\\\xd7Tz@\\\\xd0\\\\x1dc\\\\xb1\\\\xd3\\\\xa7\\\\xedM\\\\xed\\\\xc1\\\\x9cm\\\\xdar\\\\xe4\\\\x91\\\\x1a\\\\xe9\\\\x03\\\\xe8\\\\xabN\\\\xd3Hi[\\\\xff\\\\x00\\\\x93\\\\xed(*7\\\\xd6L\\\\xa4\\\\xee:\\\\r7\\\\x11\\\\xe0:\\\\xb0!\\\\x08\\\\xc4j\\\\x1d\\\\xad_\\\\x14:\\\\xc4\\\\x85\\\\rG5\\\\xab&\\\\xef\\\\xca\\\\xe2\\\\xbd\\\\xed;\\\\x08;\\\\x95D\\\\xb8\\\\xd3\\\\xfd&4\\\\xea\\\\xed\\\\xdb\\\\xa60\"-\\\\xea=\\\\xf8}\\\\x15XC\\\\tI\\\\x05\\\\xe2yw\\\\xe3*\\\\x19\\\\x19XQ\\\\x8b\\\\x9f\\\\x94\\\\xbe\\\\xce\\\\\\\\\\\\x07U\\\\xf6\\\\xc8\\\\x1bI\\\\xee \\\\x12I\\\\x00\\\\xf6\\\\xef\\\\xd5\\\\x9f\\\\x8a\\\\x17#A\\\\x00C\\\\x82I\\\\xae\\\\r@\\\\xa2\\\\xe5\\\\xd8\\\\xc2/\"\\\\xdc\\\\x97\\\\x14\\\\xff\\\\x00\\\\xb9\\\\x8f\\\\xd4\\\\xde\\\\'\\\\x97\\\\xf9J\\\\xf0\\\\x9cC\\\\xd5v\\\\x0f\\\\x0c\\\\xadVf}Qb\\\\xd9\\\\x90\\\\xe4\\\\xb3\\\\xb5L\\\\xbbach\\\\x9f1\\\\xf6\\\\xf5\\\\xa1\\\\xf2\\\\x17\\\\xa33!\\\\n\\\\x0e\\\\x99\\\\xf5\\\\x8fE\\\\xe57\\\\xfb\\\\x93)\\\\x902\\\\xcf\\\\x9a\\\\xe4\\\\xdcO\\\\x9c\\\\xb6ce\\\\xf0\\\\xf9\\\\xa1\\\\xb2\\\\xd6\\\\xbd+\\\\xb2\\\\xf2l.\\\\x8e\\\\x07\\\\xe2\\\\x91\\\\xe0c\\\\xc6u\\\\xeb\\\\x13oznm\\\\xf2\\\\xe7\\\\xcb\\\\xafUL\\\\x10N\\\\xa7\\\\xc7\\\\xea\\\\xa8\\\\xdf\\\\x91\\\\xe2\\\\xe4>fa\\\\xe3\\\\x0b[\\\\x8e\\\\xbb\\\\xdb\\\\xdc\\\\x1a\\\\xec*=L\\\\xc6\\\\x07\\\\x88\\\\x8d\\\\xa3\\\\xaa\\\\xe2\\\\x1a\\\\xa6D\\\\x01!\\\\xfb\\\\x7f\\\\xa4\\\\xab\\\\xd6\\\\xf4bX\\\\xaa\\\\xc2r\\\\x12\\\\xefr\\\\xea\\\\xc5\\\\x86\\\\xdd\\\\\\\\\\\\x99!\\\\xd4\\\\x89\\\\x961\\\\x10|?\\\\xe1\\\\xd5\\\\xb8\\\\xb0n\\\\x99*e\\\\xe8\\\\xb6\\\\xfb5\\\\xff\\\\x00\\\\xe4\\\\xe2\\\\x7f\\\\xf3\\\\x1f\\\\xff\\\\x00w\\\\xae\\\\xf7z\\\\x1e;\\\\xd3=\\\\xb2\\\\xbf\\\\xff\\\\xd0\\\\xe7NG;\\\\x13\\\\x13\\\\x19l\\\\xdd\\\\xef]s\\\\x05P\\\\x80\\\\x83\\\\xbd\\\\xc9\\\\xdc\\\\x07\\\\x81\\\\xfd\\\\xbe}\\\\xfa\\\\xf3\\\\xa0\\\\x90\\\\x1eY\\\\xaf\\\\x8e\\\\xde\\\\xdcDE\\\\xce\\\\x1ft3\\\\x17\\\\x1e\\\\xec\\\\x8c\\\\xfd\\\\xa9ZX+\\\\xd8]]\\\\xa5\\\\xc1u\\\\x10\\\\x14\\\\xc9U\\\\x1a\\\\x93\\\\xbb\\\\xc7\\\\xcb\\\\xce\\\\x0c\\\\x81J\\\\x8c\\\\x01\\\\xa8M\\\\\\\\\\\\xce\\\\x18\\\\xcd\\\\xaf\\\\x1d6R\\\\x81\\\\xdcl\\\\x85\\\\xeck\\\\xecR|D}\\\\x924\\\\x1dq$\\\\xb3\\\\'\\\\xde\\\\xb3\\\\xacS%\\\\x15\\\\xb8\\\\xac\\\\xac^:\\\\xccj,\\\\xde\\\\xf7\\\\x87K\\\\xecC+\\\\x05G\\\\x83\\\\xeb#H\\\\x1e\\\\x06c\\\\xa1\\\\x95\\\\xdd\\\\x11-\\\\x89J\\\\x8e\\\\xdc\\\\xe7\\\\xd5\\\\xd5\\\\x85\\\\xfaq\\\\xf0\\\\xdckI\\\\x16\\\\xe7\\\\xed4K\\\\xab\\\\xbb\\\\x8fK\\\\x00\\\\x14\\\\x9dbc\\\\xec\\\\x8f>\\\\x99f\\\\xd05*\\\\xde\\\\xda\\\\x00bS\\\\xaf;\\\\xc7\\\\xfb8YIM\\\\x9bY+#p\\\\x125\\\\x04\\\\x02G\\\\x90\\\\xfa\\\\xfd\\\\xddv\\\\xee\\\\x03C\\\\xab\\\\xf7\\\\x7fZ.{\\\\xaa\\\\xcc\\\\x9c\\\\xaePc\\\\xfea\\\\xaa6\\\\\\\\\\\\xb4\\\\xaa\\\\xb1\\\\x12@m\\\\xbd\\\\xf4:\\\\x1d\\\\x07\\\\x87TD\\\\x89\\\\x89!g\\\\xdaoq\\\\x8f\\\\x82\\\\xfa]\\\\xfag\\\\x90\\\\x9f\\\\x13\\\\xc2\\\\xc7\\\\xc7\\\\xc9\\\\xcb\\\\xc6\\\\xc8\\\\xae\\\\xb5\\\\x15\\\\x8ahb\\\\xe6\\\\xd3@\\\\x90\\\\xef\\\\xb6U}Dm0D\\\\x08=x\\\\x9b\\\\xde\\\\xe0\\\\xbb)NL%_\\\\x05\\\\xf4\\\\x1d\\\\xb4@\\\\xb5\\\\x11\\\\x10\\\\xe7\\\\xf3\\\\xc9YK\\\\xf3\\\\x0bj\\\\xe4\\\\t\\\\xbd\\\\x13\\\\xfe\\\\xb07\\\\xf3\\\\xac\\\\xb3xvB\\\\x1d}\\\\xdfT\\\\x86\\\\x13\\\\xa9\\\\xfe-\\\\x07\\\\xd7\\\\xac\\\\x9d\\\\xcd\\\\xd9\\\\xd8\\\\xba}\\\\xc2\\\\xf08\\\\x13\\\\xcf\\\\x9a\\\\xb5l\\\\xb8q\\\\x8f\\\\x1e)\\\\xcb\\\\x0f\\\\xe4<7/f&\\\\x0eFM\\\\xd9\\\\x19\\\\xd6\\\\xaa\\\\xb5\\\\x159\\\\x1e\\\\xddv(3n\\\\xf9\\\\n\\\\xa1\\\\x8b\\\\x11+\\\\xa1\\\\xdb\\\\x06:\\\\x8b\\\\x9b\\\\xdb7Z%\\\\xcc\\\\x8dC~S\\\\xad\\\\xdb\\\\x97bd\\\\xd9\\\\x97R\\\\xda\\\\xd8*\\\\xb9\\\\x9e\\\\xfd\\\\xdbx\\\\xd1\\\\xe8\\\\xf6\\\\xcd\\\\x83\\\\xfeb\\\\xae\\\\xf6O\\\\xe2]\\\\xf1\\\\x10{\\\\xfdz\\\\xe8\\\\xb4\\\\xc8a\\\\x89\\\\xa5\\\\x95\\\\xdeH\\\\x80\\\\n\\\\x86\\\\x1a\\\\r\\\\x93\\\\xf6\\\\xe9\\\\xd7\\\\x86\\\\xf9y\\\\x98\\\\xeeI\\\\x84\\\\x86\\\\x96\\\\xad\\\\x07\\\\xab\\\\xb4r\\\\xeeWv\\\\xd2\\\\xf4\\\\xe1W\\\\xa2P\\\\xe3\\\\xb9[\\\\xb2x\\\\x0f\\\\x90\\\\xd7FF\\\\x16:T\\\\xa3*\\\\xfa\\\\xafe\\\\xaa\\\\xec\\\\x8a\\\\x8b\\\\xfe\\\\nk\\\\x88f\\\\x1av\\\\xd7l\\\\x9e\\\\x91\\\\xb2\\\\xdc\\\\x1d\\\\xde\\\\xce\\\\xf4bc\\\\x11\\\\n\\\\x90Y\\\\xe5\\\\\\\\\\\\x81\\\\x0c~\\\\xaan\\\\xdb\\\\xf6\\\\xee@\\\\xc9\\\\xc98tW\\\\x0f\\\\xc6~UW\\\\xc7\\\\x97\\\\xe3k\\\\x8d\\\\xc5U\\\\xccf%\\\\x16e[\\\\x9c*\\\\xdbM\\\\xa6\\\\xc2=\\\\xaa\\\\xd4\\\\t%\\\\xab\"\\\\x04\\\\x91\\\\xe9?g[\\\\xf6\\\\xafB\\\\xc0\\\\xb5m\\\\x84\\\\x81\\\\x8b\\\\x89\\\\x01\\\\xfbK!\\\\xdd\\\\x85Uad\\\\xccJd\\\\xb3\\\\x1a\\\\x02|\\\\xd5\\\\xa3\\\\x83\\\\xc8r7c\\\\xddc\\\\xf08v\\\\xfe\\\\x7f9\\\\xb2\\\\xef\\\\xcez\\\\xb7d-\\\\x962\\\\x11U\\\\x96n\\\\x025-\\\\xb8\\\\xb6\\\\x9e#\\\\xb7@n\\\\t\\\\xd6q\\\\x0e\\\\xe7 \\\\xf5j\\\\x1emT:\\\\xe4\\\\xcd\\\\xcc\\\\xa6\\\\x9e;\\\\x1f\\\\x91\\\\xf8\\\\xc7\\\\x149[x\\\\xe6\\\\xb3\\\\x8fS\\\\x90pM\\\\xa1\\\\x06\\\\xf3q\\\\x01\\\\xab\\\\xde\\\\xbf\\\\xc0w\\\\x12\\\\xc4\\\\x8e\\\\xe2F\\\\x9d\\\\x82\\\\x1e\\\\xe6\\\\xd60\\\\x94`H.\\\\x01j\\\\x1ec\\\\xc0\\\\xd5t\\\\xad\\\\x9d$\\\\x9a\\\\x0e\\\\xdc\\\\xd3o\\\\xf4\\\\xbf\\\\xccQ\\\\xc9b\\\\xde\\\\xc1\\\\xf1\\\\xf2\\\\xe8\\\\xad\\\\xac|j\\\\x95\\\\xebk#\\\\xdd\\\\xadA\\\\xdb*\\\\xc0\\\\x804\\\\xd7\\\\xeb\\\\xd6\\\\xb4lN\\\\xd8\\\\xb9l\\\\xfe\\\\xac=Q\\\\x88/,Dp\\\\xa4\\\\xb2)\\\\x13\\\\xab\\\\x1f\\\\xaf\\\\xd5\\\\x0c\\\\x19\\\\xfc\\\\x9dM\\\\x8b\\\\xeed\\\\xbf\\\\x11BY9k\\\\x9a\\\\x82\\\\xcb\\\\x1e\\\\xb3\\\\n\\\\ti\\\\xda\\\\xa7@\\\\x14v\\\\x1fN\\\\xddT\\\\xb3v\\\\xe1\\\\x98\\\\x05\\\\xc0\\\\x18\\\\x9eyW\\\\xaa9\\\\xdb\\\\x00b\\\\x176\\\\x7f\\\\xba?\\\\x9dW\\\\xf1\\\\x9f\\\\x8d_\\\\x83\\\\x9a\\\\xfe\\\\xd73\\\\xc9\\\\x1bx\\\\xde\\\\x1f\\\\x8b\\\\xf6\\\\xd8Xht%\\\\xb2]\\\\xd0\\\\x90\\\\xc5@\\\\x853\\\\xdc\\\\xf9u\\\\xbbe\\\\xe2E\\\\xb9\\\\x96#\\\\x0e\\\\xc5\\\\x93\\\\xbe\\\\xbb\\\\xa0\\\\x15\\\\xf1\\\\xdf\\\\x94\\\\xb7\\\\xf9\\\\xadQ\\\\xac\\\\x8a\\\\xa4B\\\\xa8\\\\xff\\\\x00\\\\x97\"^`\\\\x0e\\\\xda\\\\xf6>\\\\x1d\\\\xba\\\\xda\\\\x85\\\\xd0}96K\\\\x10\\\\xcc\\\\x82\\\\xe9\\\\x07\\\\x96\\\\xc5L\\\\x84+J\\\\xd6TI\\\\xb2\\\\xc0\\\\xd3\\\\xa4zG\\\\x98\\\\x1eq\\\\xd0\\\\xcd\\\\x80\\\\xf4\\\\xb5*S#2\\\\xf8v*\\\\xdb\\\\x91\\\\xc0(\\\\xe1\\\\rG\\\\xda\\\\x0c\\\\x13i\\\\x11\\\\xb4\\\\x9925\\\\xd3N\\\\xfd6\\\\xc5\\\\xf99p\\\\xc5=\\\\xc5\\\\x1d\\\\x03l\\\\x1b&\\\\xd5\\\\nX2L\\\\x9d\\\\x08=\\\\x87\\\\xa7\\\\xfb\\\\xc9\\\\xea\\\\xe0\\\\xbc(z\\\\xae\\\\x8b\\\\xcb\\\\x00\\\\x92\\\\xf9\\\\n-g\\\\xf4\\\\x82`j\\\\x04\\\\x1d\\\\x06\\\\xba\\\\x9f\\\\xdb\\\\xa7Z\\\\xb6&\\\\x00W\\\\xf6\\\\xf3\\\\x00!\\\\xea\\\\x80\\\\xa3\\\\xac\\\\x96m\\\\xba\\\\x18\\\\x1b@\\\\x1d\\\\xc4\\\\x1e\\\\xacjb\\\\xea\\\\xc1\\\\x95P\\\\x8bp\\\\xd9YJ\\\\x82\\\\x14+\\\\x1ai\\\\x0cD\\\\x9du\\\\x9d\\\\x0fs#\\\\xeb\\\\xd3\\\\xe30U\\\\xe8n\\\\x01\\\\x15\\\\xc73\\\\xfc,-)F\\\\xc0\\\\x8a\\\\xa0\\\\x92\\\\xa2\\\\xe6U\\\\xdb\\\\x03\\\\xb4\\\\x8f O\\\\x9f~\\\\x89\\\\x1c\\\\x01\\\\xb8\\\\xee\\\\xfd\\\\x10[K\\\\xda\\\\xc5\\\\xc0\\\\xdb\\\\xa3\\\\x1d\\\\xc2`$\\\\x95\\\\x81\\\\xa7e\\\\x8dg\\\\xbfP\\\\xaf\\\\xc40Gp\\\\xef\\\\xb2\\\\xc5Z\\\\x8b\\\\xac\\\\xd6\\\\x02+\\\\xa7\\\\x8ci;gBc\\\\xc3\\\\xae ,\\\\xed\\\\xc5\\\\xb1\\\\x12\\\\xfc\\\\xd2\\\\xe6]\\\\xac\\\\xf6\\\\x96um\\\\xeb\\\\xff\\\\x002\\\\xb6\\\\x1a\\\\x02\\\\x04\\\\x03\\\\xb7H\\\\xef\\\\xe3\\\\xe7\\\\xd7\\\\x12\\\\xb4a\\\\x10\\\\x050[q\\\\x99\\\\xb7\\\\x15\\\\xf6\\\\xf6\\\\x96VR\\\\x88\\\\xa6eN\\\\x80\\\\xf9\\\\xc7\\\\xde\\\\x7f\\\\xc7\\\\x82\\\\xe9\\\\x84~\\\\xb7\\\\x18\\\\xe1w06\\\\x98$)\\\\xeec\\\\xb8\\\\x8f8\\\\xead\\\\x1dg\\\\\\\\\\\\x81\\\\xb9\\\\x80\\\\xa2\\\\xbc\\\\x7fN\\\\xff\\\\x00U9\\\\x1f\\\\x8e\\\\xe4Q\\\\x89\\\\xc95\\\\x99\\\\x9cO\\\\xb87\\\\xd2\\\\x7f\\\\x12\\\\x0e\\\\xc0\\\\x86\\\\xd4\\\\xe8{\\\\x8e\\\\xbc\\\\xef\\\\xc8|[\\\\x1dv\\\\xb1\\\\xe5\\\\x91\\\\xec\\\\xe4~\\\\xab\\\\x13u\\\\xb3r\\\\xe1w\\\\x07\\\\xc6\\\\xb9\\\\xca\\\\xf2\\\\xb1\\\\xa9\\\\xcd\\\\xc6\\\\xbdo\\\\xa6\\\\xf1]\\\\xc9P\\\\x93\\\\xbdA\\\\x016)\\\\n#\\\\xc0\\\\xe90|:\\\\xca\\\\x8c\\\\xee\\\\xda\\\\x93Ma\\\\\\\\\\\\xda\\\\xb0\\\\x04\\\\x05c\\\\xbeuY\\\\xb8\\\\xe9\\\\xeb\\\\xa4\\\\nK3\\\\xd6T\\\\x06\\\\x92$\\\\xe8\\\\xc4I\\\\x99\\\\xff\\\\x00\\\\x0e\\\\xad{\\\\xda\\\\x875Rq4A\\\\xee\\\\xc4\\\\xe2\\\\xbd\\\\x90j\\\\x02\\\\xc4\\\\xba^\\\\xa7W]O\\\\xe2\\\\x87Y\\\\x0b\\\\xb7O\\\\x0f\\\\xfbd\\\\xc8w*\\\\xe07zM\\\\xbf\\\\x83[\\\\xeeF\\\\xc6\\\\xa6\\\\xcb-*\\\\x03;\\\\x95X\\\\x11 \\\\x82\\\\x00\\\\x81\\\\xafh\\\\xea\\\\xad\\\\xdbt,\\\\x88\\\\x0e\\\\xe4&\\\\xae!\\\\xf1i\\\\xb7\\\\xde)]\\\\xd5\\\\x055\\\\xaa\\\\x83\\\\xacN\\\\xd6 \\\\x12\\\\x01\\\\xdc`\\\\xed\\\\xd3\\\\xee\\\\xec\\\\xa2#\\\\x08\\\\x8e\\\\x9c:8\\\\x89\\\\x1c\\\\xd6\\\\xea\\\\xfe:\\\\xf6\\\\x8a\\\\x9d}\\\\xba\\\\xed\\\\xa5X\\\\x12\\\\x10\\\\x16\\\\x12\\\\x08;\\\\x88\\\\x03\\\\xb93=\\\\xc4u\\\\x93\\\\xb8\\\\xdaJBZ3\\\\xc5\\\\xc0\\\\xc3\\\\xf8*\\\\xed\\\\xa9\\\\x00\\\\xcf\\\\x91\\\\xc1]?\\\\x1c\\\\xc2\\\\t\\\\xc5\\\\xa5Z\\\\x92\\\\x8c\\\\x89\\\\x1b7z\\\\xdbD$F\\\\xe8\\\\'\\\\xc4\\\\xc7\\\\x8f~\\\\xa9\\\\xdb\\\\x89\\\\xfds\\\\x0bv\\\\xc6\\\\x1a\\\\x9b\\\\x1c\\\\x93]\\\\x18-b%\\\\xde\\\\xec\\\\xd8UJ\\\\x13`]\\\\xa3n\\\\xd3\\\\xf8u=\\\\xa3A\\\\xdb\\\\xb7n\\\\xb4cZ\\\\x9c\\\\x91F#\\\\x06R\\\\xf95\\\\xc6\\\\xa6\\\\xa1e&\\\\xc4u\\\\xab\\\\xdb\\\\xbbj\\\\xed\\\\x82@\\\\xed\\\\x06\\\\x08\\\\x83\\\\xe3=2f\\\\'\\\\x0e\\\\n\\\\x9a\\\\xfe\\\\xb4K\\\\xdc\\\\xde?\\\\xb3\\\\xc7\\\\xe5\\\\x1a?\\\\xe9\\\\xd3j\\\\xed\\\\xabF\\\\xac\\\\xb4G\\\\xb8\\\\xf24\\\\x1d\\\\xc9\\\\x03\\\\xcf\\\\xaa\\\\x97\\\\xa8\\\\xf4\\\\xfe\\\\x12f\\\\xcc\\\\n\\\\xe7\\\\xbc\\\\x94\\\\xc5\\\\xb1\\\\xb2*\\\\xcf\\\\xc5\\\\x19\\\\xf8\\\\xa5\\\\x98\\\\xdc\\\\xe9j$\\\\x16OK+\\\\x10\\\\x06\\\\x87]O\\\\xd8:\\\\x8d\\\\xa4\\\\x85\\\\xc8\\\\x98\\\\xce\\\\x1a\\\\xba\\\\xd1\\\\xfa1Y\\\\x17\\\\xc8\\\\x89pZ\\\\xa9[\\\\xfarR\\\\x8bZ\\\\xec\\\\xaa\\\\xa6\\\\xd5\\\\xd6\\\\x0b\\\\xb8\\\\x1a\\\\x93\\\\xa4K\\\\x01\"L\\\\x7f\\\\x9fWm\\\\x83\\\\x00#\"\\\\xcf\\\\x97\\\\xf3\\\\x9a\\\\xacA\\\\x18\\\\x053\\\\x1f\\\\x88D\\\\xcb\\\\xaa\\\\xcc\\\\xbc#}\\\\x10kA#\\\\xc4\\\\xa8\\\\x8d\\\\xc0\\\\x82;\\\\xf7\\\\xf2\\\\x1dY\\\\x84\\\\xe1\\\\t\\\\x02\\\\xcfO\\\\xbf\\\\x8f\\\\xf4\\\\xa6\"O@\\\\xbak\\\\xe1?\\\\x07\\\\xb7\\\\xe4+O\\\\xe63\\\\xee\\\\xab\\\\xe2\\\\xd7%v\\\\xbf\\\\x1a\\\\xc5\\\\x8a\\\\xbd\\\\xfb!\\\\x82\\\\x00@\\\\x96\\\\xd0\\\\x13\\\\x1a\\\\xfe\\\\xce\\\\xae\\\\xee\\\\xf7\\\\xc0[g\\\\xf4\\\\x9c\\\\xba\\\\xf2V\\\\xadZ2\\\\x96\\\\x0b\\\\xa7\\\\xf8/\\\\x8d`\\\\xa6:q\\\\x94\\\\xd6\\\\xfcml\\\\x16\\\\x8c\\\\x1a\\\\n*\\\\xd7*\\\\xbf\\\\x84\\\\x05\\\\x98\\\\xfcG\\\\xc3C\\\\xa1=y\\\\x8d\\\\xd6\\\\xe8n\\\\x1e\\\\x04\\\\x90\\\\xd8\\\\x0c\\\\xbf\\\\xb0\\\\xb6\\\\xec\\\\xd9\\\\xd3V\\\\xc9\\\\x1e\\\\x18+\\\\x85K`\\\\xef\\\\xabc\\\\x16\\\\xfc\\\\xdeg\\\\xa6\\\\xed\\\\xe6\\\\xb2\\\\x04\\\\x9deA\"~\\\\xcd4\\\\xf0\\\\xc8\\\\x13\\\\x99x=*\\\\xfdS\\\\xc3b\\\\xd5K\\\\xdc\\\\xc6B\\\\xb1\\\\xb5?\\\\x95P`6\\\\xadn\\\\x03-\\\\x85v\\\\x85\\\\x12\\\\x01!\\\\x8e\\\\x80\\\\x8f?\\\\x0f\\\\x14]\\\\t\\\\x80\\\\x91\\\\x86)3\\\\x8d\\\\xf9.o\\\\x03\\\\x99\\\\x83\\\\xc9.\\\\xe3El\\\\x89n\\\\x13\\\\x89-Z\\\\x92N\\\\xfd}D7c\\\\xe3\\\\xfe\\\\x98\\\\xeb.\\\\xe9\\\\xacD\\\\x87\\\\x82\\\\xb0\\\\x03\\\\x82\\\\xcb\\\\xb0\\\\xbe\\\\x07\\\\xf2:\\\\xbeQ\\\\x8f\\\\xc7d\\\\xf1\\\\x15\\\\x7fK\\\\xc6Z\\\\x8bQZX\\\\xbe\\\\xf1\\\\xbd\\\\x9br:$\\\\x91\\\\x08\\\\x0b\\\\x03\\\\x1aF\\\\x9dj\\\\xfcm\\\\xe3rz\\\\xad\\\\x06\\\\x940\\\\xed\\\\xe7\\\\xda\\\\xcan\\\\xc4\\\\xb3\\\\x13\\\\x96X\\\\xa3_:\\\\xc7\\\\xfc\\\\xf0\\\\xfc\\\\xff\\\\x00\\\\x0e\\\\xa2\\\\xeaqA\\\\xb3\\\\x97\\\\xa5_m\\\\x16\\\\x05:\\\\xef&\\\\x10\\\\xb3k\"$\\\\x9e\\\\x95\\\\xf2\\\\xe4\\\\xeef\\\\'\\\\x01\\\\xe9\\\\xcf\\\\x93\\\\x8e\\\\xbdQ\\\\xdb\\\\x86\\\\x88\\\\x9ej\\\\xa6\\\\xe4\\\\xf9\\\\x7f\\\\xcd\\\\xd6\\\\xd9|^M\\\\x99X\\\\xa4\\\\xd6\\\\x9996W\\\\xb5\\\\xd2\\\\xdb\\\\x11I\\\\xa9[pX\\\\x94$O\\\\x80\\\\x1dd\\\\xeed#\\\\x13r\\\\xd9$8y0\\\\xc7\\\\x92m\\\\xb3\\\\xa9\\\\xa2h9%Jrl\\\\xbd\\\\xddjR\\\\xb7)\\\\xf4\\\\xe6\\\\xb8VfM5K6\\\\xab\\\\t\\\\x00\\\\x86#\\\\xef\\\\x9e\\\\xb1\\\\xad\\\\xdc\\\\x9c\\\\xe5\\\\xa8d\\\\xc5\\\\xdb\\\\x15~Q\\\\x88\\\\x0c~\\\\xbft\\\\xea\\\\x9f,\\\\xe5r2\\\\x8eM\\\\x99v>Z\\\\xe3V\\\\x83&\\\\xbb}\\\\xb0!=\\\\xb4C\\\\n}L$I\\\\x07M5\\\\'\\\\xad\\\\x1b\\\\xbf%\\\\xb9\\\\x94\\\\xcc\\\\xe4}L\\\\x00=\\\\x0e8t\\\\xfeT\\\\xc66\\\\xcc@\\\\x1crR\\\\xb1\\\\xf3\\\\xab\\\\xe5S*\\\\xcc\\\\xcd\\\\xfe\\\\xfa\\\\xdbY\\\\xad,u`UL\\\\x10\\\\xca\\\\xda\\\\x88\\\\x01\"#Q\\\\xd8A\\\\xea\\\\x8c\\\\xef[\\\\x91\\\\x91\\\\x992\\\\x99f4a\\\\xfd&\\\\x80X\\\\x08\\\\x8a+S\\\\xe1\\\\xb8)\\\\x9d\\\\xcd\\\\xbeV1\\\\x0fV2\\\\x96\\\\x0c\\\\xcb%}\\\\xce\\\\xf0|\\\\x8cj>\\\\xce\\\\xbd\\\\x17\\\\xfdwh7[\\\\x918\\\\x8a\\\\n\\\\xbe4o5OrLCf\\\\xac\\\\xcc\\\\xa3CW\\\\xba\\\\xe6t\\\\xb1\\\\x19}\\\\x90\"\\\\x0f\\\\x99=zM\\\\xe5\\\\xebss\"h}?t0\\\\xb6\\\\xd1\\\\x0f\\\\x8a\\\\n^\\\\xe2\\\\xd2\\\\xa4;\\\\xb2\\\\xed\\\\x03\\\\xb9\\\\xdb\\\\x13\\\\xaf\\\\x94\\\\xeb\\\\xd6!\\\\x9c\\\\xdf\\\\x10|\\\\xcf\\\\xf0\\\\x8c\\\\x13\\\\x96+U\\\\x96\\\\'z\\\\xc0MK:\\\\x93$\\\\x98\\\\x02LGU\\\\xaf]\\\\xb6\\\\xd4\\\\xa3W\\\\xaadL\\\\xbb]F\\\\xb6\\\\xb4\\\\xf7=`*\\\\xb5r\\\\xd5\\\\xe8\\\\x17h\\\\xd0\\\\x03\\\\xe6z\\\\xa18\\\\x88\\\\xcb\\\\xd5@F\\\\x19\\\\x11\\\\x97iE0\\\\tq\\\\x8f\\\\xd1j\\\\xc5\\\\xb1\\\\xd8\\\\xb0\\\\x95\\\\xf6\\\\xeb\\\\xf5\\\\x00\\\\xc3n\\\\xd30\\\\x07o\\\\x1e\\\\xfau\\\\x1by]\\\\x9b\\\\xe1\\\\xa65b\\\\xcc\\\\x0b\\\\xd0a\\\\x9fD\\\\xb18\\\\xc7\\\\x8f\\\\x15(\\\\x8b\\\\xbd\\\\xf0\\\\xe0\\\\x8d\\\\xd68\\\\x95\\\\x07\\\\xc4\\\\xaf\\\\xd8c\\\\xa6\\\\x9b7\\\\r\\\\xe0C\\\\x13#Z\\\\xb8\\\\xc1w\\\\xbbNL\\\\xa3\\\\xf1\\\\xfc/(\\\\x1b\\\\x93\\\\xca\\\\xab\\\\x05\\\\x86)\\\\xb7\\\\xdc\\\\x90$ma2\\\\xbf\\\\x86b\\\\x0fo\\\\xdb\\\\xd2\\\\xb6_\\\\xf5\\\\xdd\\\\xe8\\\\xf7oB\\\\xd3A\\\\xdf\\\\x07\\\\xa1\\\\xe5\\\\xcf\\\\xb9\\\\x19\\\\xb8\\\\x0cA\\\\x15\\\\xe6\\\\xa7\\\\x145\\\\xb5\\\\x05\\\\xaa*\\\\\\\\\\\\xc5Z\\\\x02\\\\xcd#@?\\\\xbb\\\\xad{{9\\\\x83\\\\x12c^\\\\xca\\\\x91\\\\xcb\\\\x8c\\\\x159\\\\xdc\\\\x04\\\\xad\\\\xcc\\\\xf9U\\\\x1a\\\\x94b\\\\x8c\\\\x93s\\\\xba\\\\xb3\\\\t\\\\x0c\\\\x15{\\\\x99h\\\\x02\\\\x0f\\\\xd7\\\\xad+6n\\\\x96\\\\x12\\\\x8d\\\\t!\\\\xeb\\\\x87~\\\\to\\\\x10\\\\xe74\\\\x91\\\\x97\\\\xf3\\\\xec^=\\\\xac\\\\xaa\\\\xdaW\\\\x90\\\\x08\\\\xa4\\\\xdd\\\\xec\\\\x02\\\\xb1.P$\\\\x91\\\\x06\"I\\\\x13=Q\\\\x9e\\\\xec@\\\\x98\\\\x13\\\\x19S/\\\\xa1\\\\xecF\\\\x1d\\\\x9c\\\\x82\\\\x97y\\\\xacz\\\\xb3\\\\x12\\\\x9eK\\\\x82\\\\xaa\\\\x87KXeg\\\\xe2\\\\xa94\\\\xfb\\\\xa2\\\\xa6R%J\\\\x80YK\\\\xc4\\\\x83\\\\xdc\\\\xfd\\\\xddZ\\\\xb7\\\\xb8\\\\x9c,i\\\\x83\\\\xb3\\\\xf6?\\\\'I\\\\x9d\\\\x9dr\\\\xd5\\\\xf5F8\\\\n\\\\xee\\\\xae\\\\xbb\\\\xf9\\\\x8b\\\\xf1\\\\xf1\\\\xf0x\\\\xfc:\\\\xd7\"\\\\xfc\\\\x8aH6\\\\xdf\\\\xee\\\\xb9\\\\x15\\\\x8c\\\\x95f\\\\x87U\\\\x06tm\\\\x07W,\\\\xee\\\\x84\\\\x1c\\\\xcc\\\\x01\\\\x81\\\\x1d\\\\\\\\\\\\xd1\\\\xf8\\\\xa2(\\\\xd92\\\\x05\\\\xb0\\\\x03\\\\x8f\\\\xe5e\\\\x97v]\\\\x91\\\\xae\\\\xa7\\\\xa2\\\\xdcoe`\\\\x7f\\\\xc8_Q\\\\xff\\\\x00\\\\xee\\\\xec=\\\\x10Z\\\\xb1\\\\xa88\\\\x0eW<1\\\\xc7\\\\xa3\\\\x95\\\\xb7\\\\xf3\\\\xf4\\\\xdd\\\\x8d\\\\x8e\\\\xce\\\\xca\\\\xcc\\\\xec\\\\xcdi\\\\xd4\\\\x95-\\\\xa4h\\\\x08\\\\x99]{u\\\\xe4\\\\xa3\\\\xbc\\\\x13\\\\xbaL\\\\xbfW=\\\\xaa\\\\xfc\\\\xf6\\\\xfaCg\\\\xe4\\\\xad|\\\\xf7\\\\xc6\\\\xcf\\\\xe10\\\\xe9\\\\xc7\\\\xc5\\\\xca\\\\xa7\\\\x9a\\\\xb6\\\\xccU\\\\xc7\\\\xc8\\\\xca\\\\xbc8\\\\xc9\\\\n6\\\\xb3\\\\x15`!T\\\\x9d\\\\xa0x\\\\x03=z\\\\xabS\\\\x95\\\\xfb\\\\x03H\"D\\\\x86$\\\\xe3\\\\xfc$\\\\x11\\\\x10Y\\\\xc3f\\\\xab\\\\x7f\\\\x8cddr\\\\xff\\\\x00*\\\\xe0\\\\xf8\\\\x0eS0c\\\\xe2q\\\\x1c\\\\xa6M\\\\xf95\\\\x8a\\\\xbd\\\\xccz-\\\\x88\\\\x855\\\\xeeR\\\\xc4\\\\xa8\\\\xf5O\\\\xd7\\\\xed\\\\xc8\\\\x85\\\\xd8Bm3\\\\xa6q\\\\x94\\\\x9f\\\\xfd\\\\xbd\\\\xc1k\\\\x08\\\\xc8[\\\\xa1\\\\xa1e\\\\xd7\\\\xa79\\\\xc6e\\\\x9999\\\\x97e\\\\xd2i\\\\xa8W\\\\x99\\\\t\\\\xec ]\\\\xc1\\\\xe1d\\\\xe8L\\\\xfa\\\\xbe\\\\x9d7w\\\\xba&\\\\xef\\\\xbb)\\\\x93@\\\\x1d\\\\x81\\\\x0c\\\\xd5\\\\x15\\\\xfa\\\\xa0\\\\xb5\\\\x1ai`\\\\xe8W%\\\\xccb.5\\\\x87\\\\x0f\\\\x91\\\\xc4\\\\xa6\\\\xfaU\\\\x9f\\\\x107\\\\xf3\\\\x7f0\\\\x80i\\\\xb5\\\\x14\\\\x8f\\\\xa7\\\\x8f\\\\xd6\\\\x0fn\\\\xb2w;\\\\x8bW-\\\\xb0\\\\x90\\\\x8c\\\\xa2\\\\x08\\\\x19\\\\xc8\\\\x8c\\\\x89\\\\x18\\\\'\\\\xd9\\\\x88\\\\x84\\\\xaa\\\\t\\\\x04\\\\xf7\"\\\\xf4d>J-v\\\\xda\\\\xc4\\\\xe2W\\\\xee]Y\\\\x0b\\\\xb1_\\\\xf8\\\\xb5\\\\x80\\\\xd3\\\\x1ec\\\\xb7L\\\\xb3\\\\x19\\\\xdd\\\\xb5\\\\rr-\\\\x10I\\\\x04\\\\x06\\\\x072\\\\xec\\\\xf5\\\\x1c\\\\xfb\\\\x94JLKw(!\\\\xac\\\\xc8V\\\\xb5;ZT\\\\xaf`\\\\xbb\\\\x0c\\\\x8d\\\\xb1\\\\x1a\\\\x93\\\\xdf\\\\xbf\\\\xd3\\\\xac\\\\xa2\\\\r\\\\xe8\\\\xcaQ\\\\xa1%\\\\xbf\\\\xfa\\\\x7f%N\\\\xac5\\\\xbe\\\\x8c\\\\x1a\\\\xb3\\\\xec\\\\x8c\\\\xfaK-\\\\x9b/\\\\x96\\\\xb2\\\\xad\\\\xa0\\\\x99\\\\xda\\\\xd3,b<:\\\\xd2\\\\xb3n~\\\\xc0\\\\x97wZ\\\\xd5ym\\\\xff\\\\x00\\\\xc8\\\\tH\\\\xc28b\\\\xff\\\\x00U\\\\xc4\\\\x9c\\\\xf7%u\\\\xea\\\\xc5@GF\\\\x06\\\\xcd\\\\x05\\\\x84\\\\xab\\\\x03\\\\xae\\\\xee\\\\xccu\\\\xee\\\\x7f\\\\xcf\\\\xad\\\\x0fo\\\\xdc\\\\x883\\\\x19t^v\\\\xe4\\\\x98\\\\x96.\\\\xaa\\\\xdc\\\\xbc\\\\x8a\\\\xa8\\\\xcc{\\\\x96\\\\xcfoma\\\\xd1\\\\x12Zf~\\\\xcf\\\\xda>\\\\xce\\\\xbc\\\\xc6\\\\xfbm\\\\xa6\\\\xe9\\\\x11\"\\\\xa1\\\\xfb:+6\\\\xee\\\\r5\\\\xc9\\\\x02\\\\x1c\\\\xeeNM\\\\xad\\\\xf9\\\\xac\\\\x7ft\\\\xa1b\\\\xecI\\\\x04\\\\x825\\\\r\\\\xda}&gO\\\\x1e\\\\x90-\\\\xfbr\\\\xd4\\\\x0b\\\\x9e\\\\xb5\\\\x07.\\\\xd5\\\\x1e\\\\xe94!K\\\\xcbn\\\\x1f%q\\\\xaa\\\\xc1\\\\tK\\\\xd2\\\\x14\\\\x0bXG\\\\xa67\\\\x01\\\\xdb\\\\xf6N\\\\xb3\\\\xd5\\\\xed\\\\xd4\\\\xad\\\\x18DC\\\\x11\\\\x8f\\\\x1fj\\\\x94\\\\x11\\\\x9cL\\\\x9aX}\\\\x11/j\\\\x8f\\\\xfe\\\\xa3\\\\x17\\\\xff\\\\x00\\\\x95\\\\xff\\\\x00\\\\xeat\\\\xcf\\\\xf1G\\\\xfb\\\\xa3\\\\xe0\\\\x8f\\\\xde=\\\\x17\\\\xff\\\\xd1\\\\xe4\\\\x9bx\\\\x9c\\\\xcb\\\\xef\\\\xba\\\\xf6\\\\xda\\\\xc1YS\\\\x1d\\\\x9a\\\\xd9\\\\xd9X\\\\xdaN\\\\xd0\\\\x17B<\\\\xc9\\\\xfa\\\\x1e\\\\xbc\\\\xe1\\\\x06X\\\\xaf\\\\x89J\\\\xc9\\\\xf5\\\\x11\\\\x9f\\\\x82\\\\x8f\\\\x8dnN#V\\\\xb5\\\\xe45_\\\\x9bb\\\\xa9S\\\\xb0\\\\xdf\\\\x04\\\\x90\\\\xced4.\\\\x9e:\\\\xe9\\\\x13\\\\xf8zQ\\\\xb5WA\\\\x19\\\\x18\\\\ng\\\\xc7\\\\x1fT\\\\xeb\\\\xc6e\\\\xdd\\\\x8fo\\\\x1f^Um\\\\xed\\\\xdd\\\\x15\\\\xe3\\\\xd2\\\\xc4{\\\\xac\\\\x14\\\\xea\\\\xd0K\\\\x12\\\\x1a<~\\\\xee\\\\x8bA\\\\x0c][\\\\xb5vQ\\\\xa1\\\\xa0*_?\\\\xcceT\\\\xec\\\\xb8\\\\xe1\\\\x94T`\\\\'\\\\xe0G\"w~(\\\\x80~\\\\x9a\\\\xfd\\\\xdd\\\\x01\\\\x8b\\\\xb0Qz\\\\xe3S\\\\x8f\\\\x15\\\\x07\\\\x8d\\\\xe4r\\\\xf0}\\\\x84\\\\xa4\\\\x97\\\\xdc\\\\xea\\\\xd6d;\\\\xce\\\\xe0\\\\xfbA\\\\t\\\\x03\\\\xd25\\\\x00\\\\x19\\\\x99\\\\xef\\\\xe0:f\\\\x0c\\\\x06)Z\\\\xa42\\\\xad\\\\x15\\\\xe5\\\\xc1\\\\xe7\\\\xdd\\\\xc9P\\\\xfb\\\\xab\\\\xb8.+\\\\x82M\\\\x86U\\\\xc2\\\\x83\\\\xa0\\\\x93\\\\xb7R\\\\'\\\\xbf\\\\x8fM\\\\x8cI\\\\x04\\\\x15\\\\xafbZ\\\\x83rU\\\\x0f\\\\xca\\\\xf0\\\\xee\\\\xc1\\\\xe6\\\\xda\\\\xa0\\\\xc2\\\\xa7\\\\xf7\\\\xd5\\\\xab\\\\xb9!W\\\\xcc\\\\xc8\\\\x82{Di\\\\xafT\\\\x85\\\\xb6\\\\xa2\\\\xad)\\\\xe8\\\\x98+\\\\x95\\\\x8fb\\\\xe6\\\\xd7\\\\x91\\\\xc3d\\\\x04nB\\\\xea\\\\x15r\\\\x98\\\\x18\\\\rY&\\\\xc0\\\\x0e\\\\xe5\\\\x04H\\\\r\\\\xa1\\\\x9e\\\\xbc\\\\xfc.^\\\\xd9K\\\\xd5\\\\'\\\\x84\\\\x8e!\\\\x8f`\\\\xa8\\\\n\\\\xcbF\\\\xe7\\\\xea0\\\\xe3\\\\xc9]\\\\\\\\.FP\\\\xa4cge\\\\xbdw9k(\\\\xc9V\\\\x0er\\\\x06\\\\xa5\\\\x0e\\\\xd8\\\\x80\\\\xcc\\\\xdd\\\\x81\\\\xee<\\\\xba\\\\xf4\\\\x96\\\\xa0\"#\\\\xeabC\\\\xf3~\\\\xceH q\\\\xf1\\\\xab\\\\x00A\\\\x95\\\\x98\\\\x11\\\\x13\\\\x1d_\\\\x84g\\\\x1bL\\\\x03\\\\xc0\\\\x97p\\\\xd4-C\\\\xfe\\\\xe21\\\\xa2\\\\tz{y\\\\x14\\\\xab\\\\x89\\\\xf2+*\\\\xc7\\\\xa7\\\\x8d\\\\xca\\\\xbb\\\\xf2\\\\xc6\\\\x9c\\\\x81\\\\xfd:\\\\xd6v\\\\xa9\\\\ru\\\\xd7\\\\xbb\\\\xdbP\\\\xa0\\\\t \\\\x1d\\\\x7f\\\\t\\\\xef\\\\xdb^\\\\xa9N\\\\xfd\\\\xe0\\\\r\\\\xa9\\\\x1aF\\\\xb15\\\\x1c\\\\x14Vb\\\\x05Z\\\\xa7\\\\x14\\\\xf5\\\\x8d\\\\x97m\\\\xc7\\\\x162C_n0\\\\xb1\\\\xac\\\\x9f}\\\\x032\\\\xca\\\\xc1\\\\x06\\\\x0f\\\\x84\\\\t\\\\xfd\\\\xba\\\\xf4\\\\xebWn8\\\\x90\\\\x9b\\\\x9d5?\\\\xb0\\\\x04\\\\xe1\\\\xf6\\\\xa1Rc\\\\xaa\\\\x87\\\\x00Uy\\\\xfa\\\\x83\\\\xc8ep\\\\x9c-\\\\xf8\\\\xa7\\\\x97\\\\x0fL=\\\\xb7\\\\xe3\\\\x10\\\\xa2\\\\xfa\\\\xde\\\\xc8(\\\\xa4\\\\x81\\\\xaa\\\\x11\\\\'_\\\\x1f/\\\\x02\\\\xdc\\\\x0b\\\\x966\\\\xf1\\\\x84\\\\xa7\\\\xcc\\\\x90\\\\xc1\\\\xdeU\\\\xa9\\\\xe4\\\\x91*\\\\xca\\\\x94_?\\\\xfeM\\\\xceg\\\\xf2\\\\xbc\\\\x9di\\\\x93x\\\\xbe\\\\xcc\\\\x9d\\\\xa6\\\\x9b\\\\x1d\\\\xe5* \\\\x006\\\\x93\\\\x04\\\\x125\\\\x1a\\\\x9dcN\\\\xbc\\\\xd6\\\\xf6R\\\\x99f\\\\xa9\\\\xc1\\\\xfe\\\\xdcc\\\\x92}\\\\x92\"ji\\\\xd1&\\\\xe6\\\\xf2dd\\\\'\\\\x17\\\\x91[ng\\\\x14\\\\xb2.\\\\x8e$\\\\xfa\\\\xbdCw\\\\x87\\\\x99?N\\\\xb1\\\\xa4.]\\\\x9d*\\\\xd9\\\\x0c\\\\xfe\\\\xb5Zp\\\\x8d5}WT|=\\\\xb9\\\\x02V|\\\\xbbv\\\\xe9\\\\x0eg#\\\\xa6\\\\x84f\\\\xdcU^\\\\x045s\\\\xf1d\\\\x9dg\\\\x11j\\\\x0c\\\\x85rL\\\\xb1\\\\xdb\\\\xb4H\\\\xdc;\\\\xf8N\\\\xa7\\\\xe9\\\\xd1\\\\x1fr\\\\'\\\\x9a\\\\xb5i\\\\x99W\\\\x1c\\\\xa6\\\\x1f\\\\xb7iWUB\\\\xa4\\\\xadu\\\\x82N\\\\x84I$\\\\x8dA\\\\x9f\\\\xef\\\\xebomp\\\\x98\\\\x83\\\\xc7b\\\\x88I\\\\x90\\\\x07\\\\xc4\\\\x9b\\\\x18\\\\xfaC\\\\r\\\\x0b/\\\\xd9\\\\xa7o\\\\x11\\\\xa7WE\\\\xda+B\\\\xeb\\\\x05\\\\x1b1\\\\x15)@\\\\x14\\\\xb5\\\\xb6\\\\x02\\\\x1d\\\\xf5\\\\xd4v\\\\x9f/\\\\x1e\\\\x9bh\\\\xb9\\\\xe8\\\\x99fO.\\\\x89[\"\\\\xb0\\\\xd7+\\\\x82+b\\\\xc1}\\\\xc0\\\\xb2|`\\\\x1dL\\\\x83\\\\xa7n\\\\xaf\\\\x85\\\\xb3fGK3\\\\xf7\\\\xf0\\\\xdd\\\\xe8nE\\\\xa2\\\\xd3]\\\\x85`\\\\xa4\\\\x17\\\\xdf\\\\xf8`h\\\\x03I\\\\x13\\\\xdc\\\\xf8k\\\\xd7\\\\x15j\\\\x10\\\\xd2\\\\xe1{\\\\x86\\\\xee\\\\xd6nR\\\\xca\\\\x8f\\\\xe9\\\\x80\\\\x0b\\\\x13\\\\xe3\\\\xb4\\\\x08\\\\x00\\\\xe9\\\\xe0\":\\\\xe0\\\\xba\\\\xf0\\\\x1aj\\\\xb7r{E~\\\\xbbf\\\\xd6\\\\x01\\\\x0e\\\\x80\\\\x92\"T\\\\x1e\\\\xd0\\\\xdf\\\\xbb\\\\xa8ud\\\\x85\\\\xf9,!\\\\xd4\\\\x936J\\\\x92\\\\xf2\\\\x1a\\\\x04\\\\xc9:\\\\x0e\\\\xc0\\\\x01\\\\xf6u\\\\xcb\\\\x992aY4x\\\\xc9Us#\\\\xf0\\\\xc8\\\\x90\\\\x07x\\\\xef\\\\xd4\\\\xc8:\\\\xcc\\\\xdc\\\\xc3\\\\xd4\\\\xbe\\\\xa6~\\\\x82\\\\xe7|g\\\\xe5\\\\xff\\\\x00\\\\xa5\\\\x18\\\\xbcO&\\\\xe9\\\\x8d\\\\xcf\\\\xf0\\\\x8d\\\\xff\\\\x00\\\\xf0\\\\x9eAX\\\\x1b\\\\xaaP\\\\xa0\\\\x84c\\\\xbbT:\\\\xf7\\\\xec{yt\\\\x17v\\\\xd6\\\\xf76\\\\x80\\\\x90v\\\\x18\\\\xe6\\\\x19\"\\\\xc6\\\\xd6\\\\xdd\\\\xfb&\\\\'\\\\x10Ht\\\\x7f\\\\x06\\\\xccW\\\\xc9\\\\xca\\\\xe3\\\\xef)\\\\xf9\\\\xaa\\\\xedUK\\\\xb7nRr]\\\\x91g\\\\xca\\\\xf1\\\\xacl\\\\x9a\\\\x0e\\\\xcc\\\\x0c\\\\x05;\\\\xabm\\\\xba\\\\xee\\\\x7f3\\\\xac\\\\x03:\\\\xf9uJr\\\\x8d\\\\x98\\\\xfa\\\\xdf[\\\\xd0}\\\\xca\\\\xb7\\\\r\\\\xb9\\\\x12e\\\\xd5\\\\xdco\\\\x14*\\\\xc3\\\\xa6\\\\x8d\\\\xb4\\\\xe2\\\\xe3q\\\\x93}-]+\\\\xee\\\\xb1\\\\xec\\\\xc6V\\\\x03\\\\x15\\\\xed\\\\x1bH\\\\x88\\\\xeb\\\\x17\\\\x7f\\\\xbd\\\\x95\\\\xd2\\\\xe4\\\\xb7r\\\\xd1\\\\xb3dD\\\\x00|T\\\\x8bri\\\\xc7\\\\xc9\\\\\\\\\\\\\\\\{j\\\\xba\\\\x84\\\\xb5Z\\\\x9c\\\\x9b%\\\\x98\\\\xb9\\\\x82Q\\\\xdb\\\\xd2B\\\\xaci\\\\xd6?\\\\xaaE\\\\x9d\\\\xc69\\\\xab\\\\xe0\\\\x80\\\\x03\\\\xb8+f}\\\\xe9U\\\\x1e\\\\xeb[u\\\\x87\"\\\\xc2BG\\\\xe3)2\\\\xc7i\\\\x104\\\\xfb<\\\\xfa\\\\xb0\\\\xf4\\\\xa8\\\\xecK4-\\\\x9a\\\\xac\\\\xf9\\\\x8eM\\\\xb2i\\\\x15WR\\\\xbd\\\\xd4\\\\xce\\\\xe6d\\\\xd4\"\\\\xa9U\\\\t\\\\xea:k\\\\xdci\\\\xe5\\\\xd2\\\\'#7S)i#\\\\xcdW\\\\xbc\\\\x8eH2\\\\xc3(\\\\xd8-`\\\\x95\\\\xed\\\\x04\\\\x06\\\\xdb\\\\xab\\\\t\\\\x8f\\\\xe1#Y\\\\x13\\\\xa8\\\\xfau\\\\x89\\\\xba\\\\xbd\\\\xa6_\\\\xb6!\\\\x89\\\\xf9\\\\xe3a\\\\xcc\\\\xe6\\\\xd2\\\\xa6\\\\x04\\\\xfaZ\\\\xba\\\\xa7V\\\\x94S \\\\x13\\\\xa0\\\\x89=j\\\\xeb\\\\xb7\\\\xf1\\\\r(V\\\\xef\\\\xfb\\\\xa8\\\\xddh\\\\xde\\\\n\\\\xa4\\\\xa4nS\\\\x10\\\\xab\\\\x1a?[\\\\xfeB*\\\\xc9\\\\x16YKS\\\\x90\\\\xc1V\\\\xd4TE\\\\xae\\\\xb73\\\\xb4k\\\\xe3\\\\xe0\\\\x7fg\\\\x9fY\\\\x17\\\\x7f\\\\xed\\\\xfb\\\\xb6 N\\\\x8c\\\\xd8\\\\xd1\\\\x8f\\\\xd1Z\\\\xb5kH \\\\xe2P\\\\x9b\\\\x7fVy*\\\\xb21\\\\xb333^\\\\xdc\\\\x86[\\\\x7f+ml\\\\xa5QQ\\\\t\\\\x93\\\\xb40.\\\\xbaxk\\\\xf7u\\\\x97{\\\\xfe\\\\xc9\\\\xb9\\\\x17\\\\x85\\\\xcdNK\\\\xb1\\\\xec\\\\xe4\\\\xba6\\\\x03\\\\x10\\\\x02X\\\\xe5?U\\\\xb9\\\\xfeUZ\\\\x85\\\\xcb\\\\xba\\\\xda-h*\\\\xed\\\\x15\\\\xa7\\\\xba$\\\\x96\\\\xf6\\\\x88\\\\xfcD\\\\xe9\\\\xfb\\\\x94\\\\x0e\\\\xab^\\\\xff\\\\x00\\\\xb2n/zL\\\\x89\\\\xef\\\\xe7\\\\x9a\\\\x98\\\\xed@\\\\x0ei\\\\xd1\\\\x18\\\\xf8\\\\xf6\\\\x1eVFW\\\\x1d\\\\x8de\\\\xc6\\\\xdc\\\\xfc\\\\x85KhV*\\\\xe1wmd`\\\\xc4\\\\xf8(0t\\\\x83\\\\xa1\\\\x9db\\\\xf5\\\\x88JR\\\\x0ejk\\\\xc1A\\\\x1b\\\\xa1\\\\xcfJ\\\\x7f*\\\\xd9\\\\xc7j\\\\xf9.?\\\\x8fS\\\\xc5SU\\\\x8f\\\\xb5W\\\\t\\\\x8e\\\\xd7\\\\x15\\\\xa9;\\\\x8dLK,\\\\xbbk\\\\x00\\\\xf8A\\\\x1dz\\\\x0b`\\\\x88\\\\t\\\\xb6\\\\x91\\\\xcb>\\\\xdeUJ-\\\\xfa\\\\xe6\\\\x16\\\\x1c\\\\x05\\\\xb4q_\\\\xd4\\\\x133\\\\xda\\\\xaf\\\\x02\\\\xc9[kj\\\\xc9\\\\xca\\\\xae\\\\xb4\\\\xd4X+>\\\\x83\\\\xb2\\\\x7f\\\\x8aI\\\\x1a\\\\xcfh\\\\xb9c}l\\\\x12\\\\'H\\\\xf31\\\\xa8\\\\xea\\\\x05\\\\x07\\\\x8a\\\\xe1\\\\xb7l\\\\x10\\\\xdc<\\\\xe5\\\\xcb\\\\xe6\\\\xb1y\\\\x1a\\\\xb3o\\\\xb3\\\\x06\\\\xba\\\\x9b\\\\xfas\\\\x02\\\\x881h\\\\xa9\\\\x88k/\\\\x03g\\\\xb4]\\\\x9aa{\\\\xfd{u\\\\x9d)\\\\xc3qt\\\\xbb\\\\xcbN\\\\x0f\\\\x80\\\\x1c\\\\xf2n\\\\xe5f\\\\x1a\\\\xa0\\\\xc4\\\\x16u^|\\\\xae\\\\xda_:\\\\xfb,5\\\\xba\\\\xd3e\\\\xb6\\\\xe5\\\\xdbS\\\\xd2@\\\\xb00W*\\\\xc0m\\\\x00\\\\x9d~\\\\x9db\\\\xeeN\\\\x9b\\\\xc4H\\\\nx>\\\\x14V4\\\\x19\\\\x17\\\\x8e?dC\\\\xe4\\\\xa9\\\\x95]\\\\x18\\\\xcf\\\\x85p\\\\xc9\\\\xfe\\\\x9d\\\\x88\\\\xf6\\\\x82\\\\xc1klT\\\\x041j\\\\xdeCY\\\\xb9\\\\xce\\\\xa4\\\\x08\\\\x0b\\\\xd8u\\\\xb5\\\\xba\\\\xf7\\\\x03{f\\\\x91\\\\x88\\\\xff\\\\x00\\\\xe9\\\\xaeX;\\\\xf7\\\\xa1\\\\xb7\\\\xa0\\\\x16\\\\x9eg\\\\xc5W\\\\xdf\\\\x11\\\\xe7\\\\xf219k_;$\\\\xe6e[\\\\x90\\\\xcc\\\\xb9\\\\x94\\\\xae\\\\xe2\\\\xceu\\\\x12XA2H+\\\\x1e@\\\\xf5\\\\x83z\\\\xf4\\\\xe5=r\\\\xa9\\\\'\\\\x1e\\\\xaa\\\\xf9\\\\xd3\\\\xfa\\\\x8c9.\\\\x90\\\\xc3\\\\xf9\\\\x1e\\\\x06B&\\\\x0f\\\\xf3p\\\\xc3RW\"\\\\xe7o~\\\\xc7s\\\\x00\\\\x94R\\\\xa7\\\\xdb\\\\xde\\\\xc0\\\\x01\\\\xdc\\\\t\\\\xea\\\\xd470m\\\\x0e\\\\xc1\\\\xb3\\\\xf5z\\\\x8eC\\\\x93\\\\xa86\\\\xff\\\\x00\\\\xd4\\\\x07\\\\xf4\\\\xa5f`d`r<\\\\r\\\\x1czU\\\\xc6\\\\xf3*\\\\x9b\\\\xef\\\\xc9\\\\x18\\\\xea\\\\xea)\\\\x90v\\\\\\\\d\\\\x80\\\\xcd\\\\xa2\\\\xca\\\\xfa\\\\xbc|\\\\xfal\\\\xb6\\\\x02\\\\xc5\\\\xebb\\\\x11\\\\x02\\\\xe3V\\\\x94\\\\xe6\\\\xc7\\\\x1a\\\\xe5E1\\\\xbb\\\\xae224\\\\xed\\\\xcd5+\\\\xf2\\\\x19I\\\\x90\\\\xfb]jvqm\\\\x14\\\\xd8\\\\x88\\\\x1a\\\\xf1\\\\x0cK<\\\\x96xR\\\\x17\\\\xcb\\\\xb8\\\\x89\\\\xe9\\\\x97\\\\'t\\\\xdb\\\\x91\\\\x0e\"\\\\\\\\0o\\\\xd8W\\\\x1cKu\\\\xa2\\\\xac \\\\xf9\\\\xac9\\\\x0eM8\\\\xe4s\\\\x8f\\\\xb3!\\\\xd5\\\\x1d\\\\x9dU}\\\\xc1S \\\\x1a\\\\x7f-\\\\x8fy\\\\xd3^\\\\xfdU\\\\xba=\\\\x82\\\\x04*H\\\\xed\\\\x01\\\\xbb\\\\x1cw\\\\xbfD\\\\xe8KQ\\\\xd2\\\\xd9\\\\xa1\\\\xb4r\\\\xb7r\\\\xcf\\\\x8b\\\\x8c\\\\xb5\\\\xa5X\\\\x15\\\\xed\\\\xbb(\\\\xdd[\\\\xa9\\\\xc9o\\\\xc5\\\\xf9xb#\\\\xb8:\\\\xcf\\\\xd7\\\\xa6\\\\xfc|N\\\\xe4\\\\xb9\\\\x03\\\\xdb\\\\x8d\\\\x7f\\\\xf9\\\\x11\\\\x97`\\\\xc9&\\\\xf5\\\\xd3\\\\x01\\\\xa4\\\\xe2\\\\x9e(\\\\tf1\\\\xc6E\\\\xae\\\\x94\\\\x12\\\\xe9c\\\\xaf\\\\xac\\\\x9e\\\\xf0\\\\x1b\\\\xbcu\\\\xe9m\\\\x08Onm\\\\x81\\\\xa4\\\\n\\\\x82EOG\\\\xe3\\\\x05N.eF\\\\xaa\\\\x88\\\\x18\\\\xa3)Uee0\\\\xce\\\\x0c~\\\\xcd|z\\\\xa5]T\\\\xc7\\\\x9f\\\\x1cw)\\\\x13\\\\xd3\\\\x92\\\\xa2\\\\x7fZ\\\\xfe\\\\\\\\\\\\x98|#cq\\\\xd9V\\\\xd3\\\\x9fU\\\\xc0\\\\x0bA\\\\x00jv\\\\xc8\\\\x13\\\\xacO\\\\x7f\\\\xa7G\\\\xb3\\\\xba7[\\\\xa8\\\\xc49\\\\x11z\\\\xfd\\\\xd5M\\\\xf5\\\\xc3n\\\\xd9#5\\\\xf3\\\\x8f\\\\x9a\\\\xfcy\\\\x84^\\\\xf65A\\\\xef\\\\xa5\\\\x83\\\\xc9$\\\\xca\\\\x9d\\\\xc3\\\\xc4\\\\x9d<{\\\\xfe\\\\xff\\\\x00Wl\\\\x16b\\\\\\\\\\\\n\\\\x87^\\\\x17u\\\\x13\\\\xa8\\\\x90*\\\\xaa\\\\xaeGs9\\\\xf7\\\\xd8%h\\\\xa4)\\\\x00\\\\x17i\\\\xd4\\\\x92%dy\\\\xc9\\\\xf1\\\\x13\\\\xe7\\\\xd2/\\\\x89L\\\\xc6\\\\xa3:\\\\xaa1\\\\xd2\\\\tt\\\\x97\\\\x98\\\\xf6-O\\\\x94\\\\x98\\\\xe5\\\\xef\\\\xde7n\\\\x01v\\\\xed\\\\xd1I\\\\xfcRA:\\\\x89\\\\xed\\\\xd2\\\\xb7\\\\xb3\\\\xf6\\\\xe2nQ\\\\xcb\\\\x06o46\\\\x98\\\\xd3*\\\\xd5W\\\\xd7\\\\x0b9\\\\x1b\\\\x96\\\\xc7u*H\\\\xb1\\\\xd3t6\\\\xf2\\\\x0e\\\\x81`\\\\xcfc\\\\xacu\\\\x85#\\\\xa4\\\\x19bN4\\\\xe6\\\\xea\\\\xcc^DD\\\\x8c\\\\x02\\\\xd5b2\\\\xe2\\\\xa1\\\\xae\\\\xd9\\\\xae\\\\xd2^\\\\xcb\\\\x17\\\\xd4\\\\xd1$,\\\\x89\\\\xd3\\\\xef\\\\xff\\\\x00\\\\r\\\\x02\\\\'\\\\xd5\\\\x85B\\\\t\\\\x8d W\\\\x1c\\\\xb1<}\\\\x96\\\\x9f\\\\xcc\\\\xaf\\\\xff\\\\x00Ko\\\\xed?\\\\xfb\\\\xdd\\\\x16\\\\x83\\\\xcc%\\\\xeb\\\\x9f^;\\\\xd7\\\\xff\\\\xd2\\\\xe5L.Z\\\\xea\\\\xb3k\\\\xc4\\\\xc8\\\\xb4d%v*:7\\\\xac\\\\x8d\\\\xbb\\\\xa4\\\\xb9\\\\x10\\\\x18\\\\xc7\\\\xd8>\\\\xfe\\\\xbc\\\\xdc\\\\xa4\\\\xbe\\\\'j\\\\xe4\\\\x81\\\\xd33\\\\xdd\\\\xe3\\\\xe2\\\\x83\\\\xf2\\\\x07vG\\\\xa7\\\\x15\\\\xd6\\\\xfc;\\\\x82\\\\x86!\\\\x80\\\\xd8\\\\xe4\\\\x00VL\\\\x11\\\\xb8\\\\xf8\\\\t\\\\xfd\\\\x9a(KQp\\\\x95(\\\\x07f\\\\x14F\\\\xb8\\\\xeeK\\\\x12\\\\x8bj\\\\xca9Y\\\\x199\\\\xa4\\\\x80\\\\xc2\\\\xe0\\\\x00[\\\\x14i\\\\xb6\\\\x14Gq\\\\x13\\\\xfb\\\\x9at \\\\x02\\\\xd2L\\\\xbe_\\\\x0e\\\\xef4[\\\\x06\\\\xd3CSnJUe\\\\x96\\\\xd2}\\\\xb6;V6\\\\x88-\\\\x1a\\\\x82c\\\\xd2|t\\\\xe9\\\\xe1\\\\x80\\\\xea\\\\xa1\\\\xdd\\\\x8e%Z\\\\xff\\\\x00\\\\x19\\\\xe6\\\\x97.\\\\xb1\\\\x8a\\\\x97\\\\xbb\\\\x15\\\\xa8\\\\xae\\\\xc6!v\\\\x83.\\\\x08\\\\x1fg`<|z(\\\\xb8*\\\\xfe\\\\xda\\\\xe3\\\\x94\\\\xa5\\\\xf3\\\\xee>\\\\xd0\\\\xd8\\\\xd9\\\\x15\\\\x02\\\\xae\\\\n\\\\xd6\\\\xfe\\\\xad\\\\xcb\\\\xb9\\\\x08#A\\\\xf4\\\\x93\\\\xdf\\\\xef\\\\x03\\\\xaa\\\\x97\\\\xed\\\\x9do\\\\xc93p4\\\\xd5\"\\\\xff\\\\x00\\\\xcf5\\\\xebX\\\\'\\\\xd4\\\\xe4\\\\xf8\\\\'\\\\xfa|\\\\x86\\\\x93\\\\x11\\\\xf4\\\\xead\\\\\\\\$Bz\\\\xd8\\\\xbb&\\\\xae&\\\\xa5\\\\xacV\\\\xecl\\\\x8a\\\\xe01\\\\xb2v\\\\x8d|&4\\\\x8f\\\\xee\\\\xea%n:\\\\x18\\\\xbe\\\\n\\\\xdd\\\\xb1\\\\xea|X\\\\xae\\\\x95\\\\xf8\\\\'\\\\xeaz_}?\\\\x1f\\\\xce\\\\xa6\\\\x9aYi\\\\xa4\\\\xd1\\\\x91\\\\xb9\\\\x96T\\\\x18h\\\\x85f$\\\\xfdg\\\\xaf\\\\x9d\\\\xfc\\\\x9f\\\\xc3\\\\x0b23\\\\x89&\\\\x04\\\\xf3^\\\\xc3\\\\xe3\\\\xfeL]hK\\\\xf6\\\\xe3\\\\xc9v\\\\x7f\\\\x0b\\\\x93\\\\x92*z\\\\xf8\\\\x9ap\\\\xb9\\\\xee\\\\x02\\\\xaa\\\\x05\\\\xa3\"\\\\x96Z\\\\xef\\\\xa5\\\\xae@@;\\\\x88\\\\x9fV\\\\xa4\\\\xeagQ\\\\xa4\\\\x1e\\\\xa9F\\\\xc9\\\\xb39i\\\\xf5\\\\xdb\"\\\\x84e\\\\xda\\\\xb4\\\\x85\\\\xe7\\\\x028\\\\x1c\\\\xfbQ\\\\xc6F\\\\xc3\\\\xc0<=\\\\xf7\\\\xe4\\\\xe5\\\\xe3\\\\xf2\\\\x98\\\\xc2\\\\xc1Q\\\\xad\\\\xe9\\\\xa7\"d\\\\xed2H.cF\\\\x06f\\\\t\\\\x90:\\\\xdb$H\\\\x98\\\\x87!\\\\xbci\\\\xcb\\\\xc5V\\\\xb9#\\\\x18\\\\xb18\\\\xf8*\\\\x8a\\\\x9c\\\\xd1^G$\\\\x9c6\\\\r\\\\x8d\\\\x83\\\\n\\\\xc7\\\\x1e\\\\xe2}\\\\xcd\\\\xc9?\\\\xf5\\\\x0c\\\\x84\\\\x15:\\\\xb10f{\\\\xe9\\\\xe1\\\\xe4\\\\xbeF\\\\xdc\\\\xa13\\\\x1b0\\\\xf4\\\\xb3\\\\xb1\\\\xc6\\\\x99\\\\xab{R\\\\x19\\\\xe4}Dw\\\\x17L?\\\\x14\\\\xf9\\\\x92\\\\xf1\\\\xc3\\\\x8b\\\\xc0\\\\xe4=\\\\xdcN\\\\x16\\\\xf2\\\\x13\\\\xfa\\\\x95\\\\xa8r\\\\'h\\\\x1e\\\\xc8t\\\\x0cY\\\\x02;1R>\\\\xc3=\\\\x0f\\\\xc6o\\\\xcf\\\\xb7\\\\x08\\\\xcc\\\\xd0fk\\\\xd9\\\\xe1\\\\x92\\\\xb1=\\\\xbdL\\\\x87\\\\x1ctW?\\\\xc7sx\\\\xe6\\\\xc8\\\\xe4\\\\x12\\\\xees\\\\xf3\\\\x97c\\\\xe4{\\\\xd5\\\\xf3N\\\\x82\\\\xa5\\\\xb9\\\\xed\\\\x1bDR\\\\xa5\\\\xa1\\\\x81\\\\x951\\\\xf4#\\\\xbf[\\\\x82\\\\xf5\\\\xa9\\\\\\\\\\\\x907\\\\x1a\"\\\\xa0\\\\xe4\\\\xfd\\\\x99\\\\x13\\\\xe5\\\\x8a\\\\xed%\\\\x81\\\\x03\\\\x1f\\\\x15\\\\x17/\\\\x17\\\\x02\\\\x97\\\\xc8\\\\x05q2\\\\xaf\\\\xc1\\\\xad\\\\xeeU\\\\xc8`\\\\xcfM\\\\xdb\\\\x99\\\\x94)] \\\\x98\\\\x81:v\\\\xea\\\\xb4n\\\\xc2\\\\x11\\\\x90\\\\xa1a\\\\x99r\\\\xfd9\\\\xae\\\\x94L\\\\x9b \\\\x929\\\\xaf\\\\x93W\\\\x89\\\\xc7\\\\xe0\\\\xd6(z2\\\\xd1\\\\x12\\\\xfeG\"\\\\xa4%\\\\x7f3$\\\\x83\\\\xb5Xo$\\\\x08\\\\x1e\\\\x1f\\\\xb3\\\\xa0\\\\x90%\\\\xb4\\\\x8a0v\\\\xc1\\\\xfa\\\\xf5K\\\\x9d\\\\xca6j\\\\x89\\\\xf9\\\\xcf\\\\xcc\\\\xf29_|\\\\xd5\\\\xeeY;\\\\xaa\\\\xd9\\\\xebm\\\\x8e\\\\xe4\\\\x83;\\\\xb6\\\\x80\\\\xe2\\\\x08\\\\x89\\\\xdb\\\\xdf\\\\xa3c\\\\x18\\\\xd4T\\\\xaa\\\\x86\\\\xe3\\\\x97u\\\\xcb\\\\x7f&\\\\xcc\\\\xbcYU;\\\\n(\\\\x96d,v\\\\x86\\\\x0cH`\\\\t\\\\xef\\\\xe6Go\\\\xb2:\\\\xc5\\\\xde\\\\xce!\\\\xa2A\\\\xc3\\\\x9e}?)\\\\xd6\\\\x81\\\\xa9\\\\x0c\\\\x8b\\\\xfcb\\\\xaa\\\\xbeI}y\\\\x98\\\\xd8\\\\xb6\\\\x8eS\\\\x8cazP\\\\xfe\\\\xa5Z\\\\xd2K\\\\xbb\\\\xd8\\\\x02\\\\xe9?\\\\xdb\\\\xc7\\\\xa0\\\\xb1\\\\xfb\\\\x19[\\\\x88\\\\xd4\\\\x0b\\\\xf77b\\\\xbbjf1\\\\xd1\"\\\\xe0\\\\xae\\\\xa7\\\\xc6\\\\\\\\Z8\\\\xacljj\\\\xb7\\\\x03\\\\xe4\\\\x19C\\\\x17/\\\\x8e\\\\xa7\\\\x1fm\\\\xb8\\\\xd7%\\\\x87m\\\\x95\\\\xd9i\\\\x96\\\\xad\\\\x86\\\\xe9\\\\x1fN\\\\xb6\\\\xfd\\\\xbb~\\\\xc6\\\\x99FQ\\\\xbaX\\\\x86\\\\xacH<\\\\xf9!\\\\xd7\\\\xaaD\\\\x92\\\\xf1\\\\x14/B?*\\\\xf6\\\\xe2\\\\xf1m\\\\xa7\\\\x03\\\\x10T\\\\xe12\\\\xb8\\\\xe3e8)\\\\x85ql,\\\\xba\\\\xe0\\\\x8b\\\\x8a\\\\xd87M\\\\xc4i\\\\xb8\\\\x91\\\\'\\\\xd2\\\\x07~\\\\x8e/l\\\\x82\\\\x01p\\\\x08\\\\xa1\\\\xf4\\\\x18\\\\x8ck\\\\xfe\\\\xef\\\\xaa\\\\\\\\c\\\\x19\\\\x0fV\\\\x1fu\\\\xe6~\\\\x1f\\\\x16q)\\\\xcd\\\\xa3\\\\xfe\\\\x8e\\\\xec\\\\xb2?!\\\\x83J\\\\xb8\\\\xb1-pZ\\\\x0b\\\\x89\\\\x1e\\\\x95m\\\\xf1?\\\\xb8t\\\\xbb\\\\x1aL\\\\xb5a,\\\\xb1\\\\x1e=\\\\x07j\\\\x8b\\\\xc1\\\\xa2\\\\xc7\\\\xf5Gx\\\\x9cN\\\\x1b+\\\\x12\\\\xbc{\\\\xb1k\\\\xcc\\\\xcdwKss\\\\xee:\\\\xb3K=m\\\\x002\\\\x96Rv\\\\x9f3\\\\xe3\\\\x11\\\\xd6\\\\xc4\\\\xae\\\\xed\\\\xe2E\\\\xa3\\\\x07$T\\\\xf5\\\\xc9\\\\xbe\\\\x8a\\\\xad\\\\xa8\\\\xca@\\\\x97\\\\xc3\\\\x8f\\\\x15R\\\\xff\\\\x00\\\\xb8\\\\x1eZ\\\\xdf\\\\x8f\\\\xe1\\\\x9e?\\\\xde\\\\x0b\\\\x9b\\\\xccP)L}\\\\xe0\\\\x88u\\\\x8b\\\\x18\\\\xb36\\\\xe1\\\\xa1\\\\x80 k\\\\xe1\\\\xac\\\\xf5\\\\xa5\\\\xb6\\\\xb4}\\\\xfd\\\\x13`1\\\\xfe\\\\x15\\\\x1d\\\\xfc\\\\x8c`\\\\xc3\\\\x15\\\\xf3\\\\xd3\\\\xe4\\\\\\\\b]\\\\x82\\\\xc5\\\\x1bk\\\\'\\\\xa4VA\\\\xdc\\\\x8cdD\\\\x01\\\\xa8\\\\x83\\\\xdc\\\\x08\\\\xed\\\\xd6\\\\xf6\\\\xe2\\\\xc0\\\\xa1\\\\x89o\\\\xc2\\\\xf3w\\\\xea\\\\x1f\\\\xaa\\\\xab\\\\xce\\\\r\\\\x96YzUBB/\\\\xf3\\\\x86\\\\x85u$\\\\x93\\\\x1a\\\\x825\\\\x12\\\\'\\\\xc3\\\\xa7Y\\\\x84Y\\\\x85J\\\\xa2\\\\xe7\\\\x12\\\\x959\\\\x1f\\\\x8c[\\\\x91u\\\\x99\\\\x19\\\\x96\\\\xd5[ fj\\\\xe6Ama@\\\\x00\\\\x1f\\\\x00#\\\\xfc:(\\\\xed\\\\xc3\\\\xbc\\\\x91\\\\x99\\\\xb0H\\\\xbc\\\\xae\\\\x18\\\\xae\\\\xef`\\\\r\\\\x8c\\\\xc5\\\\x81\\\\xf6\\\\xc8\\\\x82\\\\x0e\\\\x93=\\\\x8f}z)\\\\xc31\\\\xd9\\\\xdc\\\\x8e\\\\x12&\\\\x85\\\\x02\\\\xb3\\\\x1c9\\\\xb6\\\\x9b\\\\x17\\\\xf03-\\\\x9b\\\\x04\\\\x8e\\\\xc3\\\\xb9\\\\x1e1\\\\x07\\\\xfe\\\\xce\\\\x86\\\\xb1.p\\\\x1e\\\\r\\\\xf9Z6nM#$S\\\\x8di\\\\x86K6\\\\xc1g\\\\xd3t\\\\xb4zgC\\\\xae\\\\x9d\\\\xfa+&\\\\xa4*V$a\"EA\\\\xcb7\\\\xfe\\\\xb1M\\\\\\\\\\\\x9f\\\\xeb\\\\x85\\\\xe9\\\\x96r\\\\xb0rv\\\\xe4\\\\xe2\\\\xb2\\\\x84\\\\xad\\\\xc9\\\\xf5\\\\x80J\\\\x90\\\\xca\\\\xb0`yy\\\\x99\\\\xfbcsf\\\\x17\\\\xa1\\\\xa4\\\\xae\\\\xdd[\\\\x95\\\\xe6\\\\x02=\\\\xeb\\\\xab\\\\xff\\\\x00G\\\\x7f\\\\xdc\\\\x0f\\\\x05\\\\xf2QV\\\\')\\\\xec\\\\xd5\\\\xca2\\\\xadO\\\\x85\\\\x92@\\\\x04\\\\x10D\\\\xa3\\\\x8e\\\\xf1=\\\\x88\\\\x933\\\\xe1\\\\xd7\\\\x92\\\\xdcmN\\\\xdadK\\\\xf58\\\\x1e|rX\\\\xdb\\\\x8d\\\\xb1\\\\x81\\\\xa8]\\\\xb3\\\\xc3a|_\\\\x9aZo\\\\xba\\\\xc6\\\\xa1\\\\xec\\\\x80MCh\\\\xdc\\\\xfd\\\\x89\\\\x1a\\\\x91\\\\x11\\\\xaf\\\\xfa\\\\xbaDl\\\\xc2D\\\\xf3\\\\xe8\\\\xaa\\\\x1d\\\\xb8\\\\x97b3g\\\\xc5\\\\xf0\\\\xb8\\\\xcam\\\\xbf\\\\t\\\\xeaz\\\\x80>\\\\xc8\\\\'cm\\\\x1f\\\\x89\\\\x80\\\\xf4\\\\xf8\\\\x98\\\\xef\\\\xf6t\\\\x91\\\\x03l\\\\xd3\\\\x92\\\\xef\\\\xf1\\\\x06/\\\\x9a\\\\x0b\\\\x9a\\\\n\\\\xa40k\\\\xeb\\\\xaby\\\\xac\\\\x18R\\\\xe5\\\\x82\\\\xcb7\\\\xdf\\\\xa8&?\\\\xbf\\\\xaa\\\\xf7\\\\xdd\\\\x83\\\\xd7\\\\xea\\\\x9fn\\\\xc8\\\\x05$dU\\\\xb5\\\\xc1\\\\xad\\\\xd6@b\\\\xeau\\\\xf4\\\\x89X\\\\x00)\\\\x07\\\\xef\\\\xd3\\\\xed\\\\xeb*P58\\\\xba\\\\xbf\\\\x10\\\\x00b\\\\x89\\\\xe3\\\\xdb\\\\xee\\\\xaa\\\\xa9.\\\\xbbB\\\\xaf\\\\xb4D\\\\x10D\\\\x9fI\\\\xd4i\\\\xfb;\\\\xf4\\\\xd8L\\\\xc8 0\\\\x02\\\\x83\\\\x15\\\\x8e\\\\xa8\\\\xe5)\\\\x06\\\\xa5_\\\\xf9h\\\\x1bws\\\\xbaH\\\\xf02\\\\x7f\\\\xe1\\\\xd1\\\\xdb\\\\xb9\\\\xa3\\\\xf5\\\\xfc\\\\xa8\\\\x9cD\\\\xf1\\\\xfc,\\\\xf3V\\\\xd1\\\\xc7\\\\xbb\\\\xd9%\\\\xb2\\\\x8a-u\\\\x82\\\\x07\\\\x8f\\\\xa8\\\\x93\\\\x12\\\\x06\\\\x91\\\\xda<\\\\xba\\\\xeb\\\\x84\\\\x80\\\\x0e!*`5\\\\n\\\\xa1\\\\xf9\\\\xbe;\\\\x93\\\\xe1\\\\xb3\\\\x1a\\\\x8c\\\\xac4p\\\\x8b\\\\xefq\\\\xd3f\\\\xd2\\\\xa2\\\\xc0`\\\\xacH\"\\\\x0f\\\\xa7]:|#~\\\\xd1\\\\xd2a\\\\xea\\\\x02\\\\x85\\\\xfc\\\\xd6-\\\\xebp\\\\x05\\\\xdc\\\\xb1)\\\\xdb\\\\xf4S\\\\x00d|\\\\x95\\\\xb9~[\\\\x81\\\\xc4\\\\xe6\\\\xb0\\\\x16\\\\x9b)Zr\\\\x99\\\\x99\\\\x17!\\\\x94\\\\xa0\\\\xb5\\\\x15d\\\\x96]\\\\x08\\\\x93\\\\xdf^\\\\xadm>NV\\\\x813\\\\x882\\\\xf1\\\\xafD\\\\xed\\\\xbc4\\\\xcbW\\\\x0e\\\\xba\\\\xab\\\\x8e\\\\xc6t\\\\x16\\\\xfb\\\\xbb\\\\xadkv\\\\x9fY$\\\\xab.\\\\x85\\\\x89\\\\xd7Q\\\\x12\\\\xd1\\\\xde`\\\\x0e\\\\xfdy\\\\xfd\\\\xce\\\\xe8\\\\xc9\\\\xc6g7Z\\\\xb6`EJ(\\\\xf7\\\\xd5\\\\xefb\\\\xd5]\\\\xad\\\\x8bH\\\\xb3l\\\\xb1``,\\\\xae\\\\xe3\\\\x10\\\\x00\\\\xf0\\\\x00G\\\\xd9\\\\xd6L\\\\xe44\\\\xf59\\\\xab\"\\\\x9d\\\\xa8nu\\\\x98\\\\xb8\\\\xfb\\\\xf2\\\\xbf,\\\\xb8\\\\xf65\\\\x8c\\\\x88\\\\xf6*\\\\xd7\\\\xb7rB\\\\xa1\\\\xee[\\\\xb7\\\\xfd\\\\x9d.\\\\x04\\\\xdb\\\\x00\\\\x9cx\\\\xc9t\\\\xc9\\\\xd4\\\\xc1*\\\\xf2<\\\\xc6bY]\\\\xc9eH\\\\xd5MU\\\\xee\\\\x1b\\\\xc1B\\\\x06\\\\x85Kw;\\\\x86\\\\xef\\\\xf3\\\\x9e\\\\x97;\\\\xf2\\\\x83\\\\x90@\\\\xfb\\\\xba\\\\x98z\\\\x8b\\\\x84\\\\x8d\\\\x9d\\\\x98\\\\xce\\\\x16\\\\x96b\\\\xe5\\\\x80U \\\\x81l\\\\x10X\\\\x8d`\\\\xe9\\\\xa4k\\\\xfbOU.\\\\xdd#\\\\xd2\\\\xc5N\\\\xa7r\\\\xfd\\\\xa9\\\\x1f6\\\\xfd\\\\xf2=k\\\\xec\\\\xaa\\\\x94bv\\\\xb5b\\\\xb6\\\\xf5\\\\x16=\\\\xe7\\\\xc3\\\\xe8OYW\\\\xa5\\\\xeeQ\\\\xb0\\\\x0f\\\\x8e\\\\r\\\\xc3v\\\\xab0\\\\x8b%\\\\xec\\\\xac\\\\x93\\\\xb5K\\\\xd8\\\\xc9b\\\\xa0\\\\n\\\\x8aWc\\\\x8d\\\\x00c\\\\x04\\\\xc8\\\\x8e\\\\xe2>\\\\x9d \\\\x87\\\\x1e\\\\xac@`\\\\xd8qT\\\\xebf\\\\xb4\\\\xab\\\\xa7\\\\xdf\\\\xd3?\\\\xd5\\\\x0c\\\\xef\\\\xd3\\\\xce[\\\\xdf\\\\xac\\\\xbd\\\\x9cfm\\\\x91\\\\x95MnP\\\\xa2\\\\t\\\\xd6\\\\xb1 \\\\x80gP\\\\x08\\\\x98\\\\xf1\\\\xed\\\\xd5\\\\xdd\\\\x96\\\\xf6Ve\\\\xe5\\\\x8a9\\\\xc2\\\\x98\\\\xe0\\\\xbb\\\\x9b\\\\xe3\\\\xdf4\\\\xe0\\\\xb3p)\\\\xe4\\\\xbe?\\\\x91\\\\x84\\\\xd8\\\\x9c\\\\x89}\\\\xd9\\\\x96T\\\\x96\\\\xec{\\\\x04\\\\x13g\\\\xa0\\\\xb2\\\\xfbfZ\\\\x07s\\\\xfbz\\\\xf4\\\\x16~F\\\\x11\\\\xc03\\\\xe7\\\\x97\\\\x01+\\\\xd94\\\\xfa%\\\\x7f\\\\x9c\\\\xf38\\\\xef\\\\xc6Q\\\\xc3\\\\xf0\\\\xf8\\\\xf6d\\\\xd6l?\\\\x9c\\\\xe4!\\\\rl\\\\xc3]\\\\xc1J\\\\xa9\\\\x1d\\\\x89\\\\x82I\\\\x8f.\\\\xab|\\\\x8e\\\\xf62\\\\x02\\\\xdc\\\\x03\\\\xd6\\\\xa7#\\\\xc6)\\\\x96l\\\\x91\\\\'9$Ji\\\\x19\\\\xb6\\\\xe1Q\\\\xc6\\\\xd2\\\\xd6[F0l\\\\x88\\\\xb5\\\\xac\\\\x0c\\\\xfbw\\\\x1d\\\\xfb\\\\xc9e\\\\x93\\\\xa8]\\\\x7fg^\\\\x7f}=sh\\\\x0c\\\\x05s\\\\xaf5n\\\\xc8aSR\\\\x9cx\\\\x8c\\\\x1a\\\\xb3s\\\\xca\\\\xa2\\\\xd5F.\\\\x05B\\\\xfc\\\\x9a\\\\x1a\\\\xfd\\\\x82\\\\xb4\\\\xac\\\\xcb\\\\xa0`\\\\x10\\\\x8d\\\\xc5\\\\x9b\\\\xb7i\\\\xeb\\\\xb6;@fI\\\\x00F5\\\\xed\\\\xe8\\\\x8e\\\\xf5\\\\xd90\\\\x00\\\\xd5T\\\\xdc\\\\xef\\\\xfb\\\\x8c\\\\xe2\\\\x7fN\\\\xbeq_%\\\\xc7-6\\\\xfc~\\\\x93\\\\xedsiU\\\\xa1\\\\xc5\\\\x95\\\\x98\\\\x84\\\\xac\\\\x83\\\\x0e\\\\xe9?a\\\\xebOowU\\\\xf6\\\\xb6\\\\x0b\\\\x1f.\\\\xbf\\\\x95ZR\\\\xd1\\\\x07\\\\x0c\\\\xfc\\\\xb9\\\\xae\\\\xcf\\\\xfd<\\\\xfdU\\\\xf8O\\\\xea\\\\xdf\\\\x089/\\\\x86s\\\\x7f\\\\xd4\\\\x96\\\\x94\\\\x1f\\\\x9d\\\\xc3\\\\xb8\\\\x85\\\\xc8\\\\xc7w\\\\x12\\\\x15\\\\xaa\\\\x04\\\\xc6\\\\x9d\\\\xfc\\\\x8f[\\\\xf2\\\\x06\\\\xec=\\\\xa9\\\\x12H\\\\x19\\\\x9a\\\\x12y\\\\x0e\\\\xc4\\\\x9ft\\\\x1a\\\\x84\\\\xff\\\\x00\\\\x8b\\\\xee\\\\xbc\\\\x9b\\\\x92\\\\xc2\\\\x95)\\\\x0c\\\\x14N\\\\xd1\\\\xd8I?^\\\\x93\\\\xb6\\\\xb7;\\\\x84\\\\xfb\\\\x82M\\\\x10\\\\xd8`:\\\\x9c1G\\\\x1b\\\\x84\\\\x0f5\\\\xee:)&\\\\xc7\\\\xafj\\\\xa8\\\\xd1\\\\x04\\\\x00On\\\\x9d\\\\xb4\\\\xb2\\\\x1b\\\\\\\\\\\\xc30\\\\xc3\\\\x99\\\\xe3\\\\x14\\\\xb3:\\\\xd0!\\\\x8ep2\\\\x06EM\\\\xc9S\\\\x80\\\\x94\\\\x869\\\\x97\\\\x97\\\\nQ`\\\\x88\\\\x82\\\\x7fx\\\\xed\\\\xd0X\\\\xdaY\\\\xbc\\\\x0c\\\\x9cF15/\\\\x8fF\\\\xfc \\\\xf7\\\\x0cMsT7!\\\\xfa\\\\xa5\\\\xc8q\\\\'\\\\xf2\\\\xbc?$\\\\xca\\\\x86\\\\xd6\\\\x1f\\\\x9c,\\\\x1e\\\\xcb\\\\x80\\\\xdd\\\\xedF\\\\xe8\\\\xd0\\\\x02&D\\\\xb1=\\\\xcfX\\\\xd7\\\\xbexl\\\\xa1\\\\xa6\\\\xdc\\\\x88.^\\\\xbc=\\\\x13\\\\xa3\\\\x19].0jq\\\\x92\\\\xa8\\\\xf3~O\\\\x97\\\\xce\\\\xee|\\\\xab\\\\xda\\\\xfa\\\\x95\\\\x89k\\\\x00 \\\\xaa\\\\x93\\\\xbbsk\\\\xa1\\\\xd0\\\\x11\\\\xacw\\\\x8f\\\\xa7\\\\x97;\\\\xd3\\\\xbc\\\\x9d]\\\\xb3?N\\\\xcf\\\\xedX1\\\\x16\\\\xc51\\\\xe4\\\\x86Q\\\\x8e\\\\x8b\\\\x92\\\\xc4\\\\xb0\\\\xb6\\\\x9b\\\\x1b\\\\xd6U\\\\xd8\\\\xa9,aTm\\\\xdc\\\\xda\\\\x83\\\\xe0 v\\\\xe9v\\\\xf6q\\\\xd4N!\\\\xeb\\\\x8d]t\\\\xaf\\\\xfayv\\\\xacr\\\\xb8*\\\\xa8O^\\\\xf6\\\\xbf!\\\\x11+}\\\\xeb\\\\xbd]\\\\x80p\\\\xec\\\\xba\\\\x95\\\\x04\\\\x8f\\\\xc4<\\\\xa0\\\\x8e\\\\xfd>\\\\x1f\\\\x13d\\\\x069\\\\xb6x=p\\\\xc9W\\\\xff\\\\x00>A\\\\xf4\\\\xe5\\\\xc3:i\\\\xe4\\\\xfe\\\\x1b\\\\xc6q\\\\x19x\\\\xb4\\\\xf1\\\\xdc\\\\x95\\\\x1c\\\\xed\\\\xc7\\\\x1e\\\\x8c\\\\x96\\\\xb3\\\\x148\\\\xad\\\\tIdP\\\\xca\\\\xa1]Xk\\\\x10c\\\\xef\\\\xebkw\\\\xf0\\\\x166\\\\xb2\\\\x1e\\\\xd4\\\\xe39P\\\\xb8\\\\xc0?\\\\x95\\\\x15{[\\\\xeb\\\\x97?a\\\\xc7\\\\xd7\\\\xa7\\\\xd1\\\\x01\\\\xf9\\\\x1f\\\\xea>\\\\x07\\\\xc0l\\\\xc1\\\\\\\\\\\\x9aFfvM\\\\xe3\\\\xf9.v\\\\x91V\\\\xf8\\\\xb2\\\\xcb\\\\n\\\\x99\\\\x89\\\\'\\\\xb7p~\\\\xfe\\\\x93fq\\\\xd6\\\\x1d\\\\xc0v=y\\\\x97\\\\xe4\\\\xad[\\\\xb6%U\\\\xd3\\\\x1cg\\\\xc9q\\\\xf9n;\\\\x1b5\\\\xf8\\\\xcan\\\\xb1\\\\xe6\\\\xdck\\\\xb1\\\\xdd,\\\\xc3\\\\xb6\\\\x8b\\\\xb5\\\\xa1\\\\xca\\\\x86\\\\x04m&\\\\x04\\\\xfdD\\\\x8e\\\\xdd}\\\\x0b\\\\xdc\\\\x8c\\\\xadP\\\\x01\\\\xddN\\\\x9f\\\\xdaP\\\\x8e\\\\x99sLX\\\\xb6]Fv%\\\\xe9\\\\x889~O\\\\x17a\\\\xf6\\\\xdd\\\\xa4X\\\\xba\\\\xb5\\\\xac\\\\xac\\\\xa8\\\\xa1\\\\x06\\\\xa5RA\\\\xed\\\\xa9\\\\xef\\\\xd6D\\\\xf7\\\\x1e\\\\xd4\\\\xc3\\\\xc7W\\\\xdf\\\\xc3\\\\x0e\\\\xf5b\\\\xdc^\\\\x8e\\\\xcc\\\\x81s\\\\x873\\\\x07\\\\n\\\\xd6\\\\xcf\\\\xc6\\\\xab\\\\x1e\\\\xdc\\\\xb7\\\\xb1\\\\x7f\\\\xa5\\\\xd3p\\\\xdd\\\\xb2\\\\xc7\\\\xdcM\\\\xaa\\\\xa2\\\\x14n \\\\xf8\\\\x93\\\\xdc\\\\xf9u\\\\x9f\\\\xbb\\\\xb9r\\\\xc8\\\\x06Q\\\\xc7\\\\x00\\\\x08\\\\xd5\\\\xdf\\\\xd1:\\\\xd8\\\\x8c\\\\x8bx\\\\xf2U\\\\xaf\"m97c\\\\x8a\\\\xd73.\\\\xc5\\\\xb1}\\\\xb1\\\\xa2\\\\n\\\\xde\\\\xb6\\\\r\\\\xbc9\\\\x11\\\\xa0\\\\x82G\\\\xdb\\\\xd6\\\\x18\\\\xbdrW\\\\xb5B\\\\xb2\\\\x95\\\\x1b!\\\\xc7\\\\x8a\\\\xb7\\\\xed\\\\x00=N\\\\x19+\\\\xf3\\\\xfc\\\\xb5X\\\\xdf\\\\x1fnG.\\\\xe0\\\\xedE\\\\x95\\\\xe3q\\\\xdb\\\\x98\\\\xad\\\\x94-adm:z\\\\x8e\\\\xd5\\\\x13$\\\\x8f>\\\\x9f\\\\t\\\\x1b\\\\xb1>\\\\xe9$\\\\xbd\\\\x07 >\\\\xd8\\\\x04\\\\xdb\\\\x821sEY\\\\xf1b\\\\xcb\\\\xdf\\\\xfa\\\\xad\\\\t]\\\\xf5Sz\\\\x87>\\\\xea!Ao\\\\xa5Yk\\\\x95\\\\'P\\\\x01\\\\xf2\\\\xef\\\\xe1\\\\xd3}\\\\x838j\\\\x03\\\\x0c\\\\xd5Cx\\\\t3\\\\xe2\\\\xac\\\\xde/\\\\xe4\\\\\\\\\\\\xad\\\\xabZ\\\\\\\\\\\\xf5\\\\x96\\\\xbc\\\\xfb\\\\x15\\\\x15b\\\\x80T=m\\\\xa7\\\\xaaX\\\\x93\\\\x13\\\\xf4\\\\xd3\\\\xc7\\\\xac\\\\xbb\\\\xf0\\\\x94K\\\\x98\\\\xe3\\\\xcb\\\\xeb\\\\xda\\\\xaf[\\\\xb8\\\\xec1\\\\xe3\\\\x92\\\\xb1>/~V\\\\x1f)U\\\\xb9\\\\x97b\\\\xd8\\\\xb9f\\\\xba.\\\\xbf:\\\\xc6\\\\xda\\\\x11\\\\x0e\\\\xf5\\\\x12\\\\xad\"#\\\\xbb\\\\x1d>\\\\xbdv\\\\xc7s+\\\\x12\\\\x88\\\\xb8A\\\\x0fS\\\\':Grm\\\\xc8\\\\t\\\\xe00\\\\xf3=U\\\\xb3^]\\\\xad\\\\x93G5\\\\xc7\\\\xe4\\\\x8bx\\\\xb3e\\\\x8f\\\\xc9cX\\\\xa1H\\\\xd8\\\\n=\\\\xd5\\\\x16;\\\\xb6\\\\xc6\\\\xbed\\\\x89=j\\\\xc7\\\\xff\\\\x00\\\\xdd\\\\xf7\\\\xadKU\\\\xb2\\\\\\\\\\\\xf4\\\\xe6@\\\\xc5\"A\\\\xe2\\\\xd2\\\\x1e\\\\xa1EXs\\\\\\\\\\\\xfe\\\\x1e>/\\\\xe4\\\\xab\\\\xa2\\\\x9cDl\\\\xc7Zsh\\\\xf7)\\\\xb7,\\\\xc1\\\\x12\\\\xf5\\\\x82\\\\x14\\\\r\\\\xa2H\\\\xf1\\\\x89\\\\xeb.[\\\\xc8_kV\\\\xe1\\\\xa5\\\\x8e5\\\\x1a\\\\xba\\\\xf4\\\\x08\\\\xaezF\\\\xa2k\\\\xcb\\\\xf1\\\\xcdY\\\\x7f\\\\x0c\\\\xe1\\\\xb3\\\\x12\\\\x86\\\\xb7\\\\x91\\\\xc9\\\\xba\\\\xdam+v=\\\\x08\\\\xecSr\\\\t\\\\x1f\\\\x88\\\\x07\\\\x10X\\\\xc7^\\\\x87\\\\xe36b\\\\x12\\\\x00\\\\xb8\\\\x8b=\\\\r\\\\tY\\\\xc6FN\\\\xf8\\\\xd5Y+\\\\x87c\"=\\\\xb8\\\\xee\\\\x11\\\\x9b\\\\xd3i$(\\\\x82\\\\'\\\\xbe\\\\x83N\\\\xbd\\\\x04\\\\xb6\\\\xda\\\\xa2%(\\\\x9d\\\\'<\\\\xb9\\\\x10\\\\xf8.\\\\xb7nY\\\\x85\\\\x16\\\\xe4[\\\\xd5\\\\x9f\\\\xdd\\\\x8a1\\\\xd1\\\\x97z\\\\xc6\\\\xd1\\\\xb7\\\\xfbx\\\\xf5J\\\\xe5\\\\x9fr\\\\x04\\\\x8f\\\\xd2#.\\\\x8ag Z\\\\xbd:/\\\\x94\\\\x1f\\\\xaf\\\\xbf\\\\xaa\\\\xd8\\\\xa9\\\\xf3E\\\\xc7\\\\xa7#\\\\xdd\\\\xab\\\\x15\\\\xc8\\\\xcc\\\\xc3\\\\x05Q\\\\x0b4\\\\x95P\\\\x0e\\\\xa3\\\\xc2d\\\\xfe\\\\xc9\\\\xd5;)\\\\x0bq\\\\x17\\\\x19\\\\x9c\\\\xf1\\\\xdc\\\\xb0>J\\\\xe12`\\\\\\\\\\\\x05U\\\\xd7\\\\xcd\\\\xd3\\\\xcca\\\\xbeR:\\\\xaa\\\\xeeU\\\\xb2?\\\\x10\\\\x06\\\\x04H\\\\xd4\\\\x98\\\\x00\\\\x0e\\\\xc3\\\\xbf\\\\x97^\\\\x9e\\\\x1b\\\\x818\\\\xfa\\\\x87E\\\\x86ZE\\\\x00\\\\xcc\\\\xc6\\\\xc7\\\\xc9\\\\xaf-\\\\xec\\\\x9fr\\\\xbf\\\\xf9+\\\\xb4\\\\x95&@\\\\x9d\\\\xbezw\\\\xed\\\\xf4=4\\\\x02+\\\\xc7%F\\\\xee\\\\xdc\\\\x10YV\\\\\\\\\\\\xee\\\\x0ec\\\\xde(\\\\xf7\\\\x19\\\\x08\\\\xde\\\\xaf\\\\n\\\\x00 \\\\xc6\\\\xa3\\\\xc2@\\\\xd65\\\\xeb\\\\x07\\\\xe5\\\\xae\\\\x90b\\\\x0f\\\\xd7\\\\xc1\\\\xd2m\\\\xd9%\\\\xf1\\\\xf0\\\\xfa .\\\\x98\\\\xfcn\\\\'\\\\xe5\\\\xf1\\\\xec6]\\\\xee3d:\\\\xeaA]\\\\x7f\\\\x14\\\\x1d\\\\xc4\\\\rt\\\\xfd\\\\x9d\\\\xfa\\\\xcc\\\\xf7dh\\\\xf4-\\\\xfc\\\\'\\\\x00 \\\\\\\\\\\\xe2\\\\x96\\\\xb22\\\\x0b0\\\\xa9\\\\xc2Z\\\\xeeG\\\\xad\\\\xdbn\\\\xe0\\\\xc3q\\\\x11\\\\xd8L\\\\x83\\\\'\\\\xab\\\\x02\\\\xb1\\\\xecU\\\\xf5\\\\x81Q\\\\xe0V\\\\xef\\\\xe8\\\\xd9\\\\xdf\\\\xf9g\\\\xff\\\\x00\\\\x17M\\\\xf6\\\\xe7\\\\xc9w\\\\xb8\\\\x17\\\\xff\\\\xd3\\\\xe3\\\\xf7\\\\\\\\S\\\\x9de\\\\n\\\\xbf\\\\x94\\\\xa6\\\\x97W|\\\\xaa\\\\xd4\\\\x82\\\\xcd:\\\\x87-\\\\x10\\\\xc7\\\\xed\\\\xect\\\\xef\\\\xd7\\\\x98\\\\x9d;\\\\xd7\\\\xc2\\\\xc4\\\\x8b\\\\x97\\\\xe6\\\\xf5\\\\x15O\\\\x1c\\\\xea\\\\x87\\\\xe3*\\\\xc7\\\\xe3\\\\xac\\\\x1e\\\\xcd\\\\x98k\\\\xefc\\\\xf6\\\\xad\\\\xd9L\\\\x16\\\\x01\\\\xbdQ\\\\xdbI\\\\xf0\\\\xe9\\\\xb5\\\\x88V\\\\xee\\\\xc5\\\\xc0 \\\\xd0\\\\xa0|o\\\\xc7l\\\\xca\\\\x15\\\\xdc,\\\\xb2\\\\xf4\\\\xa1\\\\x86G\\\\xe5\\\\x06\\\\xa5\\\\xc2\\\\x00\\\\x00\\\\x96\\\\xd7\\\\xc2c\\\\xfb\\\\x08\\\\x11t\\\\x9foQq\\\\xda\\\\xad\\\\xcc\\\\xcf\\\\x8ad\\\\xe2ab{\\\\x8c1\\\\xecD\\\\x84\\\\xa3TR\\\\xcd\\\\xeae\\\\xdc\\\\xde\\\\xa1\\\\xa1\\\\x12g^\\\\xd3\\\\xd5\\\\xab\\\\x96\\\\xbd\\\\xb8\\\\xb3+\\\\xf1\\\\xb7/l=R\\\\xcbSM\\\\x18\\\\xb4?%\\\\x90\\\\xde\\\\xe0\\\\xb1\\\\xbd\\\\xaa\\\\xa8\\\\x01\\\\x8e\\\\xef\\\\xe1e\\\\n\\\\x01\\\\xff\\\\x008\\\\x9e\\\\x821\\\\x01\\\\x89\\\\xc5&`ii#\\\\xbc\\\\x06f \\\\x8c\\\\xa7\\\\xb0\\\\xdb\\\\x9aJ\\\\xd0\\\\x1a\\\\xb3\\\\xda\\\\x0e\\\\xa3OH\"t\\\\x8f\\\\xb3\\\\xbfDT\\\\xd9\\\\x91\\\\x05\\\\xd3?\\\\xc9\\\\xf1^\\\\xdc\\\\x0c\\\\x91b\\\\xd8,@\\\\x19\\\\xe0\\\\x05\\\\x11\\\\x0c\\\\x03\\\\x10\\\\xda\\\\x9f\\\\x11\\\\xf6GH\\\\xbe=/\\\\x9a\\\\xd3\\\\xb8\\\\x1e*\\\\x8a\\\\xc6\\\\xfc\\\\xed\\\\x97\\\\xfbT\\\\xe3\\\\x87\\\\xbe\\\\xb2M\\\\x84~5\\\\x01d\\\\x82\\\\x01\\\\x1b\\\\xa6\\\\x04y~\\\\xee\\\\xab\\\\xc1\\\\xe5\\\\xda\\\\xb3\\\\xa2\\\\x0cJ`\\\\xbf\\\\x96\\\\xb0\\\\xe2\\\\xa6?\\\\xbc\\\\x16\\\\xd0\\\\x8f\\\\xed{\\\\x8d\\\\x1b\\\\x9a\\\\x0c\\\\x86]\"c\\\\xb7]\\\\xb82\\\\x03\\\\xb5Y\\\\x17\\\\x01\\\\xa9*V\\\\x0eu\\\\x989x\\\\xd98\\\\xc4\\\\x1c\\\\x8a\\\\xec[_%d\\\\x97`$\\\\xc9\\\\x07\\\\xbc\\\\xe8#\\\\xaaw\\\\xf6q\\\\xb9\\\\xe9%\\\\x9f\\\\x92\\\\xb5f\\\\xfc\\\\xa3\\\\xea\\\\x01\\\\xca\\\\xfa\\\\x95\\\\xfa1\\\\xc9p\\\\x9c\\\\x97\\\\t\\\\xc5\\\\x1c\\\\\\\\\\\\x9a\\\\xb9\\\\'\\\\xe5q\\\\xaa\\\\xb3>\\\\xc5fF\\\\xc5\\\\xbbRq\\\\xd8\\\\x16\\\\x92\\\\xe6`\\\\x80\" \\\\xcf~\\\\xbc\\\\\\\\\\\\xb6\\\\xff\\\\x00\\\\xe2\\\\xde\\\\x95\\\\xb2\\\\xed\\\\xcc/q\\\\xb7\\\\xba/[\\\\x12\\\\xa7\\\\x1cQtu\\\\xdc\\\\x15\\\\\\\\\\\\x8e\\\\x19\\\\xc0\\\\x18\\\\x89F:\\\\xee[\\\\x91\\\\x9c39\\\\n\\\\xa9\\\\\\\\\\\\x10A\\\\x1bO\\\\xed\\\\xebR6cr\"1\\\\x0f\\\\\\\\h\\\\xb8\\\\xc5\\\\xf1Uo\\\\xcb\\\\xff\\\\x00N9\\\\x9e4cr8\\\\x1cm\\\\x1c\\\\xa2c`5yTW\\\\xe8\"\\\\xd5\"l\\\\xdaI\\\\xdcJ\\\\x93\\\\xdb\\\\xcb\\\\xeb\\\\xae\\\\x7f\\\\xcd|L\\\\xc8\\\\xf7#\\\\x16\\\\x94A\\\\x08\\\\xec\\\\x9fh\\\\xd6\\\\xa0\\\\xf0\\\\xea\\\\x97\\\\xe3\\\\xae\\\\xb1nKqr\\\\x94l\\\\r5\"\\\\x85\\\\x13\\\\x02YR \\\\xc90\\\\xc0\\\\x825\\\\x91\\\\xafo\\\\x9f\\\\xda\\\\x13\\\\x13\\\\x00\\\\x1a\\\\xe4\\\\xb5\\\\x0c\\\\xe2\\\\xcfZU?q\\\\xbc\\\\x7f!\\\\xc7\\\\xdfC{\\\\xca\\\\xdc\\\\x81\\\\xb2\\\\xa7\\\\xc7\\\\xbb\\\\x1c\\\\x9b\\\\xebR\\\\xc4\\\\x16KYHd!\\\\xa0,\\\\xae\\\\xa7\\\\xb6\\\\x9d^\\\\x97\\\\xc6\\\\xee,\\\\xdc\\\\x03U:q\\\\x92\\\\x08n\\\\xa18\\\\xean?\\\\x94C\\\\x99\\\\xcc\\\\xa6\\\\xbc\\\\xdb+C}\\\\r\\\\x8e\\\\x16\\\\xbb\\\\xec\\\\xbfj\\\\xb2\\\\xdc\\\\xba\\\\xbb\\\\x9d\\\\xb0\\\\xbd\\\\xf5$\\\\x1dt\\\\xea\\\\xfd\\\\xab$\\\\x9d1q\\\\xcd\\\\xf8\\\\xa2E\\\\xeb\\\\xcd\\\\xf6H\\\\xf9;R\\\\xff\\\\x00\\\\xcdec\\\\xe4\\\\x1c\\\\x9d\\\\xbf\\\\xf4\\\\xdc\\\\xa8\\\\xac\\\\xb0\"\\\\xcfJ\\\\x95_X!\\\\xcb\\\\t\\\\x9e\\\\xc3\\\\xb9\\\\xd2:\\\\xdd\\\\xda\\\\xd8\\\\x8cX\\\\x97\\\\x1d\\\\xcb>s\\\\x914*\\\\x8a\\\\xf9u\\\\x0f\\\\xc7\\\\xa5\\\\xedVc\\\\x7fPg\\\\xb3&\\\\xecOkB\\\\xdbuu\\\\x9d\\\\xc2dm\\\\x81\\\\xa9\\\\x03_\\\\x0e\\\\x8a\\\\xed\\\\xa3\\\\x1bD\\\\xbdy7\\\\x1e\\\\t$\\\\xbc\\\\xdb\\\\x05\\\\xcd\\\\x9c\\\\xb6~E\\\\xf6\\\\xd8\\\\xd7\\\\xdb\\\\x94\\\\n\\\\x12\\\\xa0\\\\xd9\\\\xab\\\\x89\\\\xfcI#F\\\\x9dG\\\\xd3\\\\xc7\\\\xaf)x\\\\x13.\\\\xce}V\\\\x84Z!<\\\\xfe\\\\x97r8\\\\xa7\\\\x90\\\\xcb\\\\xa0\\\\xb8\\\\xb3#\\\\xd2\\\\xeb\\\\xfc\\\\xc6Em\\\\x9b\\\\xa2F\\\\xa1\\\\x87\\\\x98\\\\x83\\\\xe5\\\\xd5r\\\\'\\\\x0c(\\\\xfdU\\\\x9b2\\\\x04\\\\x8e\\\\xceK\\\\xb4>\\\\x15\\\\x9f\\\\x98\\\\r\\\\x18\\\\xf7\\\\xf2M\\\\xf9\\\\x03I\\\\xbb\"\\\\xac\\\\xa5\\\\xda\\\\x8b\\\\xa8\\\\xdc)\\\\xb5\\\\x8b=\\\\x7f\\\\x84DDw\\\\xebKo\\\\xbf\\\\xbc \"dLq\\\\xadi\\\\xdb\\\\x88@m\\\\xc1\\\\xc9\\\\xa2\\\\xe8\\\\xfa\\\\xe9nAo\\\\xba\\\\xa5J\\\\xf8:-\\\\xa1q\\\\xb07\\\\x80\\\\xc8\\\\xa8\\\\x92\\\\x82\\\\xc3\\\\\\\\I\\\\x0cgv\\\\xa0\\\\xf63\\\\xaf[\\\\xbb\\\\x88\\\\xcaD\\\\xdc\\\\xb6\\\\x00\\\\xb6H\\\\x0cN\\\\x01\\\\xbe\\\\xb8\\\\xd74\\\\x918\\\\x91\\\\xa4\\\\xadW\\\\xe3\\\\xdbn!\\\\xc2\\\\xfe\\\\xa1E\\\\x14R\\\\xf6\\\\xd8A\\\\xad\\\\x13i\\\\x04z\\\\xf7\\\\x06\\\\xde\\\\x1dA\\\\xd0\\\\x024\\\\xf1\\\\xea,\\\\xda\\\\xf7N\\\\x980c\\\\xc1\\\\xe7\\\\xdc\\\\x8eR-T\\\\xa5\\\\x99\\\\x99\\\\xca=\\\\x98\\\\xefF\\\\x1d\\\\x99|^=\\\\xa6\\\\xabr-\\\\xa4cV\\\\xa6\\\\xdfR\\\\x9d\\\\xec\\\\x10/i\\\\x06A\\\\xfe!\\\\xd5\\\\x8d\\\\xd5\\\\x9fn\\\\xd82v\\\\x05\\\\xba?B\\\\x93\\\\x08\\\\xcaR`(\\\\xb9\\\\x8b\\\\xe6Y4|\\\\xaf\\\\xe5\\\\x1c\\\\x85\\\\xd5\\\\xe6Y\\\\x9a\\\\xd8\\\\xcf\\\\xec&M\\\\xac^\\\\xc6\\\\xac\\\\x13\\\\xee\\\\xedmf\\\\x18\\\\xf7\\\\x04\\\\xf6\\\\x9f\\\\x13\\\\xd5+;\\\\x87:\\\\xea\\\\xe4\\\\xa4\\\\xdd\\\\x8b\\\\x92\\\\x1dcW\\\\xc1\\\\xb12h\\\\xb2\\\\xca\\\\xf1k\\\\xb6\\\\x9c\\\\x94j\\\\xd1\\\\xec\\\\xad.5\\\\x86Q\\\\xb9\\\\x86\\\\xedN\\\\xd0\\\\xc3S\\\\x1doX\\\\xf9\\\\xab\\\\xf0\\\\x15i\\\\x83J\\\\xf2Y\\\\xf76p\\\\x96\\\\x14*\\\\xb3\\\\xf9O\\\\xe8\\\\xbd\\\\xb5\\\\xe7\\\\xe1\\\\xd7\\\\xc4\\\\xe3~o+.\\\\xbb\\\\xf2/\\\\xdc\\\\xedA\\\\xaa\\\\x8cTE\\\\xb1\\\\x99\\\\x18(!\\\\xde\\\\xea\\\\xd0\\\\x0e\\\\xf2O\\\\x97W6\\\\xff\\\\x00/\\\\x1dnh0U\\\\xee\\\\xfcP0&\\\\x8f\\\\x97j\\\\xe7\\\\xef\\\\x9a\\\\xfc\\\\x03\\\\xe5X\\\\xb7?\\\\xe7x<\\\\xae?\\\\x15!*\\\\xc9j\\\\xa5@\\\\x89\\\\xee\\\\xa0\\\\t`u=k\\\\xff\\\\x00\\\\x9fn\\\\xe1\\\\x0ch\\\\xb2%\\\\xb4\\\\x98\\\\xc4*\\\\xdf#\\\\x84\\\\xa0\\\\xba\\\\x06\\\\xa9\\\\xd8\\\\x98\\\\x0e\\\\xcf\\\\xa8\\\\nA\\\\xd7i\\\\xfa\\\\xe9 }\\\\x9d]\\\\xb7lgP\\\\x91\\\\xa0\\\\xc5\\\\xc9C\\\\xb9\\\\xce;\\\\x16\\\\xba/\\\\xa8b&5(\\\\xa0=\\\\x95\\\\x12`\\\\xac\\\\xc8S\\\\xb6L\\\\xc1\\\\xd3\\\\xfc\\\\xban\\\\xec\\\\xc7I\\\\xa3\\\\x06W\"N\\\\x9af\\\\xb9\\\\xc3\\\\x94\\\\xc7M\\\\xf6\\\\x9a\\\\xb5EbU\\\\x8e\\\\x9b\\\\x89\\\\x1f\\\\xe9\\\\x00w\\\\xeb\\\\x0e\\\\xccD\\\\x08b\\\\xe0\\\\xab\\\\xb6\\\\xdf0\\\\x9721\\\\x08\\\\xa4\\\\x89%\\\\x89\\\\x00Z \\\\x89\\\\x1a\\\\xf7 \\\\x83\\\\xdb\\\\xb4\\\\xf5\\\\xa3fo$\\\\xf6\\\\x00%K1\\\\x19\\\\x046\\\\xcb\\\\r\\\\x8aB\\\\xb0\\\\xeeC0\\\\xd6I\\\\x1d\\\\xe3\\\\xc7\\\\xadX\\\\xcd\\\\xfb\\\\x97D\\\\x11\\\\x82V\\\\xc9\\\\xd1\\\\xd1\\\\xa4\\\\xeeb\\\\x08\\\\x02A#\\\\xbc\\\\x81\\\\x1e\\\\x13\\\\xd6\\\\x85\\\\xbc\\\\x15\\\\xebqp\\\\xc8s\\\\x81\\\\x91\\\\nT\\\\x19\\\\x05DH\\\\x912\\\\x06\\\\x9e]=g\\\\xe9\\\\x88:f\\\\xee\\\\xa8\\\\x1bT\\\\xe4\\\\x9a\\\\xf9\\\\x0c\\\\xda\\\\xac\\\\xdfx}\\\\xa7R/!@B\\\\x0c\\\\x80\\\\'\\\\xc8\\\\xf5N\\\\xf9\\\\x0cIP#M)\\\\x0779\\\\xab\\\\xbc\\\\x86\\\\x01\\\\x03Mh\\\\xe7OJ\\\\x88\\\\x04\\\\x01\\\\x00\\\\xc1\\\\xfd\\\\xdau\\\\x84f K\\\\xe6\\\\x9f\\\\x18\\\\xb8\\\\xa2\\\\x95\\\\x8f\\\\x99\\\\x89ue\\\\x17\\\\x17\\\\xf9\\\\xfb\\\\xfd6\\\\xa9\\\\xfe^\\\\xd8\\\\x82_\\\\xb1\\\\xd4\\\\xb4h\\\\x7fwc\\\\xf7\\\\xa1(\\\\xb3z\\\\xb9\\\\x8eJ4\\\\xc8J\\\\xa6\\\\x9ejE\\\\x99*\\\\x96\\\\x1a\\\\xac\\\\x1e\\\\xc2,\\\\x12\\\\x9e\\\\x90\\\\x00a\\\\xb8\\\\x07*t\\\\x91\\\\xd8\\\\x93\\\\xe7=\\\\x1cf\"@\\\\xfe\\\\x92\\\\xc8p\\\\xb3\\\\xbf*\\\\xa3W\\\\xb4\\\\xd4\\\\x1b\\\\x11\\\\x98\\\\xa5p\\\\xa0\\\\xb9:\\\\x0fN\\\\xa4\\\\x80\\\\x08\\\\x8f\\\\xf8\\\\xf5\\\\x17\\\\xeef\\\\xcb\\\\xa5\\\\n8\\\\xaaDO\\\\x89_\\\\xf2NS\\\\x17\\\\n\\\\xaa\\\\xc8\\\\xc8\\\\xb1\\\\xac\\\\xb1\\\\xa9\\\\x01\\\\xa3a2\\\\xcf\\\\xbacH\\\\xed>]_\\\\xd9\\\\xda\\\\x17\\\\r*[\\\\x05\\\\x99;._\\\\x06WO\\\\xc78lO\\\\x8f\\\\xe1YZme\\\\xa2\\\\xb0\\\\xd4\\\\xd8\\\\x95\\\\x94.P\\\\x10\\\\xcfb\\\\xf6^\\\\xd24\\\\x99\\\\x1d\\\\xfc\\\\xb1\\\\xb7\\\\x97\\\\x84n\\\\x16\\\\xf2\\\\x14V\\\\xec\\\\xd9\\\\xa3\\\\x84\\\\xf8\\\\xb9\\\\x05\\\\xbf\\\\x9a\\\\xeb\\\\xb5\\\\x18MJ\\\\x08fb4\\\\xfc\\\\x04\\\\x03\\\\xabv\\\\xef\\\\x07X\\\\xea\\\\x9d\\\\xe9\\\\x11T\\\\xf8\\\\xd0\\\\xd5\\\\x04L\\\\xcax\\\\xe4\\\\xbe\\\\xecl\\\\x9fu\\\\x99\\\\x1b\\\\xdd;\\\\xb6\\\\n\\\\x99\\\\xb5.\\\\x14\\\\xe8\\\\xcd\\\\xa8\\\\x89\\\\x13\\\\xf7\\\\x08\\\\xeb7\\\\xdc6\\\\xc6\\\\xb0j|\\\\x93\\\\x89\\\\x07\\\\xd2R\\\\xa6G.nv\\\\xf5/\\\\xb7L8\\\\xddh\\\\xdfb\\\\x12`!i\\\\x93\\\\xac\\\\x90c\\\\xfc:\\\\xa7\\\\x1b\\\\xa2\\\\xe08R\\\\xa7%\\\\xc41\\\\xc7\\\\x10\\\\x94\\\\xf2r\\\\xe9\\\\xb1\\\\xac\\\\xb9\\\\xed\\\\xf6+PE5\\\\xbf\\\\x83\\\\x1d}!@>=\\\\xce\\\\xbfgY\\\\xd2\\\\xba%\"^\\\\x99q\\\\xcd5\\\\xa8\\\\xc8NFc1\\\\xae\\\\xbb\\\\x19tAeD\\\\x9f\\\\xe2\\\\x8d*$\\\\xf6\\\\x89$n\\\\x11\\\\xdctZ\\\\xbf\\\\xdd6\\\\xa3\\\\xd7\\\\xa6];\\\\xd4\\\\n\\\\xd5\\\\xa88t\\\\xaf\\\\x94\\\\xb7\\\\x97\\\\xc7Z\\\\x831+\\\\r\\\\xb4X\\\\xa0\\\\xa7v\\\\xdc\\\\x1awzv\\\\xeb\\\\xdc~\\\\xce\\\\xa8H9\\\\x00r\\\\xc2\\\\xb8u\\\\xe3\\\\xec\\\\xac\\\\xc6Pc\\\\xc5R\\\\xc6nH\"\\\\xc8P\\\\xcfa\\\\xde\\\\x1e\\\\x1c8\\\\x11\\\\xb4\\\\xaf\\\\xab\\\\xd2\\\\x00\\\\xfb\\\\xbf\\\\xc3\\\\xa4\\\\xc4P\\\\x0f4\\\\xcd` \\\\xf6d\\\\x0fl<\\\\xb4\\\\x80C \\\\x01\\\\xb4:w\\\\x1a\\\\x1f(\\\\xd7\\\\xa6\\\\xc6\\\\x15E\\\\xee\\\\x0c\\\\xd1>\\\\x1f\\\\xe4\\\\xfc\\\\xef\\\\xc7\\\\x9a\\\\xe1\\\\xc2s\\\\x19<]6\\\\xa4]]\\\\x16{j\\\\xeaed\\\\xae\\\\xa0\\\\xfd\\\\t\\\\xea\\\\xc4.\\\\xce!\\\\x81\\\\xc7\\\\xbc.2\\\\x89d\\\\xf5\\\\xf1\\\\xef\\\\xd5\\\\xdf\\\\x92`f\\\\xad\\\\xdc\\\\xc3[\\\\xf2\\\\x0c;\\\\x19\\\\r\\\\x987\\\\xbe\\\\xd7\\\\xdd \\\\xee\\\\x0e\\\\x04\\\\x82?\\\\xb7n\\\\xbb\\\\xdc?\\\\xea.\\\\x07_\\\\xa2(\\\\x9e\\\\xe2\\\\xadl\\\\xcf\\\\xd6/\\\\x8c\\\\xe2\\\\xe3Qo\\\\x11\\\\xc6\\\\xdb\\\\xc8g\\\\xe6V_.\\\\xd6>\\\\xda\\\\xd5\\\\x1e\\\\x95\\\\x1e%\\\\x9aN\\\\xa6@\\\\xdb\\\\x04w\\\\x8e\\\\xa2\\\\xef\\\\xb6\"\\\\x00rN\\\\'\\\\x0e\\\\xe6\\\\xe7\\\\xe4\\\\x8a3,\\\\xdeJ\\\\x9f\\\\xf9\\\\xdf\\\\xeb_!w\\\\x1b~6Fe<\\\\x06%\\\\xc8R\\\\xdcJ\\\\x9f\\\\xd5p\\\\xdb\\\\xaa\\\\xbb\\\\xc6\\\\xe6S\\\\x1d\\\\xb4\\\\x1at\\\\xdd\\\\xb5\\\\xbb\\\\x97\\\\xff\\\\x00\\\\xe3\\\\xb6\\\\x1a9\\\\xf5\\\\xef\\\\xfb!\\\\xbbz6\\\\xce\\\\xa2\\\\\\\\\\\\xe4\\\\xb8\\\\x8f\\\\xe6?+?!\\\\xcfSE\\\\x8c\\\\xd8\\\\x98\\\\x9f\\\\xcb\\\\xa8\\\\xc1AcG\\\\xe2\\\\x8dc\\\\xb1\\\\x03\\\\xaf_\\\\xf1\\\\xdb\\\\x0f\\\\xf1\\\\xa1QS\\\\xe4\\\\xa8N\\\\xfe\\\\xaa\\\\xa3\\\\x9f\\\\xa6\\\\xdf\\\\xaa?.\\\\xfd1\\\\xe7qy\\\\xbf\\\\x89r\\\\xd6\\\\xf1\\\\xb9U\\\\x90\\\\x96(c\\\\xed\\\\xdc\\\\x80\\\\xfe\\\\x0b\\\\x17\\\\xc5OO\\\\xbfdH\\\\x14\\\\xb8\\\\xdd\\\\xcc/\\\\xaf\\\\xbf\\\\xa2_\\\\xefc\\\\xf4\\\\xfb\\\\xe5\\\\x98\\\\xa3\\\\x8b\\\\xf9\\\\x8e[\\\\xfcS\\\\xe4\\\\x19\\\\x81E\\\\xefxg\\\\xc5\\\\xb5\\\\xf4\\\\x00\\\\x8b?\\\\x84\\\\x13>\\\\x93\\\\xe1\\\\xa7Uv2\\\\xbb\\\\xb43\\\\x04\\\\xbc%^\\\\xbe9\\\\x8e\\\\x8a\\\\xc0\\\\xdc\\\\x83L2p)\\\\xe0\\\\xbb\\\\xaf\\\\xde\\\\xe3/\\\\xc0\\\\xa3/\\\\x8e\\\\xcd\\\\xa7+\\\\x1b!=\\\\xcb\\\\x1d!\\\\x90\\\\x08\\\\x90\\\\xdb\\\\xbbA\\\\xebb\\\\xe5\\\\xdb\\\\x11\\\\xb6\\\\xf6\\\\xe5\\\\x12\\\\x1a\\\\xa0\\\\xe4B\\\\xb1(\\\\xc0\\\\xc4\\\\x18\\\\x9a\\\\xe6\\\\xdf\\\\x95\\\\xcc_*Zy~I\\\\xaa\\\\xab\\\\x93\\\\xa7\\\\x82\\\\xc9\\\\xe4n\\\\xbd\\\\xb9\\\\x07\\\\xc9F\\\\x18\\\\xa5k\\\\r\\\\xb3q\\\\x82F\\\\xe8\\\\x8d\\\\'R u\\\\xe1\\\\xee\\\\x019z\\\\xa7\\\\x1bz\\\\x9c\\\\x93\\\\xfe\\\\x9e\\\\xcax\\\\x04\\\\xb9\\\\xcbN\\\\x03W\\\\xd5s\\\\xe6F\\\\x0b\\\\xb3\\\\xad\\\\x99\\\\x19U\\\\x16Z\\\\x83zkS\\\\xb8\\\\x06\\\\x07w\\\\xb71\\\\xd8k=\\\\x88\\\\x99\\\\x1dx\\\\x8b\\\\xf1\\\\x8c\\\\xcb\\\\xce\\\\xe0\\\\'\\\\xc5\\\\xfa\\\\xf8?\\\\xe5^\\\\x8d\\\\xc3\\\\x1c\"\\\\x7f\\\\x1d\\\\x14\\\\xd0\\\\x98\\\\xf8u\\\\xfb6d\\\\x9f\\\\xcc\\\\xef\\\\xad\\\\xf2\\\\x07\\\\xb87\\\\x12\\\\xa7he\\\\xac\\\\x98\\\\x04\\\\xf6\\\\xecu\\\\xf13\\\\xd6\\\\xb5\\\\xb3\\\\xb7\\\\xb5\\\\x1d&O\\\\'\\\\x0f_\\\\xa0\\\\xea\\\\xa9L\\\\xcerp)\\\\x97\\\\xf6\\\\x88\\\\xda\\\\xd9\\\\x7f\\\\x98\\\\xfc\\\\xb7\\\\xbe\\\\xd8\\\\xd5\\\\xb3{\\\\x95\\\\x05\\\\x855\\\\x07]\\\\xd6\\\\x01\\\\xa7e\\\\xed;\\\\xa0un\\\\xe5\\\\xc1\\\\xa8F2\\\\x1e\\\\x1e)q\\\\x1e\\\\x92Ht_\\\\x12\\\\xce&\\\\xbe?.\\\\xdc\\\\x86g\\\\xca\\\\xb0F\\\\x0eMghwf\\\\x87\\\\xad\\\\xfby\\\\x93\\\\xe9\\\\xfaGW\\\\xe1\\\\xbb\\\\xb5\\\\x0bx\\\\xb18K\\\\x9fD\\\\xbd$\\\\x96c\\\\xf8\\\\xedI\\\\xff\\\\x00,\\\\xfdZ\\\\xe1\\\\xb8*\\\\x1d\\\\x16\\\\xf1\\\\x97\\\\xcbT\\\\xafF\\\\x06\\\\x1e\\\\xe9Z\\\\xe3\\\\xb1c\\\\xa0\\\\x85 \\\\x83=\\\\xfe\\\\xf9\\\\xea\\\\xad\\\\xdf\\\\x917#\\\\xa6\\\\xce\\\\x01Z\\\\xdb\\\\xecd\\\\xef,\\\\x17\\\\x1ds|\\\\xbew\\\\xc83\\\\xf2\\\\xb9L\\\\xeb\\\\xdf&\\\\xec\\\\x8b\\\\x0c\\\\x86\\\\x04\\\\x8d\\\\'\\\\xd2\\\\x8aO\\\\xe1_.\\\\x91n:(\\\\xb4\\\\xcb\\\\x0c\\\\x17\\\\\\\\\\\\xff\\\\x00\\\\xb5\\\\x8f\\\\x9b\\\\x11\\\\xc9Y\\\\xf0n{\\\\x06\\\\xaeF\\\\x87\\\\xa9\\\\xad\\\\xe0\\\\xad\\\\xca}\\\\xa6\\\\xa6\\\\x043\\\\xd0\\\\x9e\\\\x04\\\\x13\\\\xd1\\\\x8f[\\\\xe6%\\\\x9blg\\\\xb1\\\\xe5\\\\x84\\\\x05\\\\x92\\\\x80\\\\xf6\\\\xef\\\\xdfM<|6\\\\xea\\\\xde\\\\x97b~\\\\xbd\\\\xebJ%\\\\xce\\\\x08\\\\x7f\\\\x11\\\\xc2\\\\xbf%\\\\xca\\\\xe2[v5\\\\x99\\\\xbcmoe,M\\\\xcf\\\\x8dY\\\\xb6\\\\tZ=\\\\xe2@\\\\x0f\"@\\\\x04}Lj\\\\x19\\\\xf0\\\\x7f\\\\x1f;\\\\xf7\\\\xde`\\\\x98\\\\nrr\\\\x05+\\\\xcdE\\\\xfb\\\\x80F\\\\x8b\\\\x99\\\\xfeme? \\\\xf9\\\\x17/\\\\xc5\\\\xd7\\\\x92j.\\\\xfd\\\\x9bB\\\\xdc%#\\\\x12\\\\t5\\\\xcf.\\\\xd4\\\\xdb\\\\x902.\\\\x0f\\\\xe1S_\\\\xaa\\\\xbf7\\\\xe2\\\\xbe\\\\x0f\\\\xf1~K\\\\x91\\\\xe6m~?\\\\x8d\\\\xc5\\\\xc3l\\\\x9c\\\\xbc\\\\x8d\\\\xe4\\\\x96J\\\\xe7\\\\xd0\\\\x02\\\\x82\\\\xc4\\\\xbb\\\\x08\\\\x9e\\\\xbc\\\\xec\\\\x8c\\\\xc1\\\\x8d\\\\xb2\\\\x0cC\\\\x87\\\\xae-\\\\x80\\\\xf1J\\\\xdc\\\\x18\\\\x80\\\\xe2\\\\xb4\\\\xa2\\\\xfez>[\\\\xf3k~M\\\\xf2\\\\x9ec\\\\x9cVm\\\\x99\\\\xf9v]\\\\x8c\\\\x96\\\\x7f\\\\x05E\\\\xbf\\\\x96\\\\xa4I\\\\x1f\\\\x87N\\\\xfdm\\\\xc7mJ\\\\xf1\\\\xfd/7\\\\xbb\\\\x15M_\\\\x17\\\\xe7\\\\xb2x\\\\xccGf]\\\\xf9\\\\x1605\\\\x89\\\\x8d\\\\xccL\\\\xb2\\\\xb4\\\\x904?]?\\\\x7fV-\\\\xc6Q\\\\x8c\\\\x9b\\\\x1a\\\\xb7^\\\\xf5\\\\x89rZK\\\\xabG\\\\xe3\\\\x7f(\\\\xaf?\"\\\\xca\\\\xb3l\\\\xa6\\\\xbaA\\\\x10kS\\\\xe8^\\\\xd2H\\\\xf5D\\\\xf7\\\\x81\\\\x1d\\\\\\\\\\\\xda\\\\xdd\\\\x91mLs\\\\xe7N\\\\\\\\\\\\xd5I]b\\\\xcf\\\\x8f\\\\x0e\\\\x88r\\\\x94W\\\\x96-\\\\xb7\\\\x1c\\\\xd7\\\\x99F:\\\\xa2\\\\xdd\\\\x1a\\\\x83\\\\xba\\\\x08\\\\xed\\\\x07\\\\xd4\\\\t\\\\x8d{\\\\xf7\\\\xea\\\\x8e\\\\xe8\\\\x0b\\\\xf2|\\\\xc6*\\\\xdd\\\\xb9\\\\xc7K\\\\x05^s<\\\\x13\\\\xa0Oe\\\\xfd\\\\x9a\\\\xeee\\\\xf7\\\\xabU\\\\x0c\\\\xc3Q\"$\\\\xee\\\\xd7\\\\xc7\\\\xf6\\\\xf5\\\\x95=\\\\xbc\\\\xed9\\\\xc4\\\\x1e\\\\xbcQ*v\\\\xa3!\\\\xc7\\\\x8a\\\\x01\\\\x8b\\\\xf1\\\\x9c\\\\xceG 2\\\\xd0\\\\xe2\\\\xbcs\\\\xeeWb\\\\xee\\\\x83\\\\xb9\\\\xb5\\\\x0c\\\\xbe0t\\\\'\\\\xfc\\\\xba\\\\x1br$\\\\x10\\\\x01.\\\\xd9wc\\\\x92\\\\xadso#._t\\\\xdf\\\\xfd\\\\x07?\\\\xc9\\\\xff\\\\x00\\\\xf1\\\\xd5\\\\xff\\\\x00\\\\xbf\\\\xd6\\\\x8f\\\\xf8{\\\\x9f\\\\xf7\\\\xf9\\\\x8f\\\\xca\\\\x86\\\\xb7\\\\xfe\\\\xd5\\\\xff\\\\xd4\\\\xe6\\\\xdes\\\\x8e\\\\xaf\\\\x8dE\\\\xb5k\\\\\\\\\\\\xa6w\\\\xdeKC\\\\x15\\\\xda}Jc\\\\xb1\\\\xd0N\\\\x9fO\\\\x0e\\\\xbc\\\\xe1\\\\x80\\\\x01|Vp\\\\xd1\\\\'\\\\xcb\\\\x8a\"\\\\x1f\\\\x1d\\\\xb8r\\\\xb8\\\\x8d\\\\x93\\\\x9dm5\\\\xfb\\\\xae\\\\xb5\\\\xe3\\\\xe0\\\\xda\\\\x0e\\\\xefl\\\\x91\\\\xfcGC\\\\xe2A\\\\xf2\\\\xe9\\\\x91\\\\x8e\\\\xaa\\\\xae\\\\xb7-@\\\\xbat\\\\xe0\\\\xea\\\\xaf\\\\x17:\\\\x91\\\\x83B-\\\\xd8\\\\x96\\\\xd4\\\\x05\\\\x946\\\\xea\\\\x88v\\\\x04\\\\xa3\\\\xe9\\\\xe0\\\\xda\\\\xf8\\\\x0f\\\\xb3\\\\xbfO\\\\xb6ZT\\\\t\\\\xb6\\\\xe2Ih\\\\xa2\\\\x7f6\\\\xe7\\\\xf9\\\\n\\\\xf2\\\\xdb\\\\xde [\\\\x97^\\\\xdb+\\\\x01B\\\\x10\\\\xa4mm\\\\x91\\\\xa0\\\\xef\\\\xa0:\\\\x9e\\\\x95~R\\\\xd5\\\\xd5X\\\\xbfsH\\\\x11t\\\\x83O-\\\\x8c)4U\\\\x8f~g\"\\\\xd6\\\\x0fw!5\\\\xafX\\\\xdc\\\\x08;d\\\\x01\\\\xdf\\\\xc4x\\\\x8e\\\\x88L0j\\\\xaap#\\\\xbf\\\\xe9\\\\xf4^p<\\\\x97!\\\\xef\\\\x9c\\\\xac\\\\x90\\\\xb8\\\\xe9\\\\xc7\\\\x88\\\\xc2\\\\xc6C%a\\\\x89\\\\xdd\"Gp\\\\x08$Oq\\\\xa7~\\\\xa2\\\\x04\\\\x9fQ)\\\\x96\\\\x89\\\\x96\\\\x01Zy9\\\\x89\\\\x97\\\\x85\\\\xee\\\\xe5\\\\xd9\\\\xe9\\\\xba\\\\xb69.\\\\xacHF\\\\xd0\\\\x86I\\\\x13\\\\x12c\\\\xbe\\\\x9f\\\\x7fC}\\\\xfd\\\\xb5\\\\xaa=P\\\\\\\\\\\\xe9sd\\\\xd1\\\\xf2\\\\x0c\\\\x94\\\\xa9\\\\xcb\\\\x1aAe@\\\\xf0\\\\x08$\\\\x18\\\\'I\\\\x03\\\\xc7\\\\xaa\\\\x96\\\\xdeRn\\\\\\\\UQ\\\\x94X\\\\xd1K\\\\xbf\\\\xdb\\\\xcb{E5\\\\x82\\\\xb5\\\\x95\\\\x17R+\\\\x11\\\\xbcI\\\\x91\\\\x0ct\\\\x99\\\\x88:\\\\xc1\\\\xe8\\\\xae[\\\\x05\\\\x80\\\\xc9p\\\\x8bP\\\\xb2l\\\\xe3q\\\\xef\\\\xa2\\\\xad\\\\xd4\\\\x0fvN\\\\x85\\\\xa0\\\\xb4.\\\\x8cI%\\\\xa7i\\\\x99X\\\\xff\\\\x00\\\\x1e\\\\xba10\\\\xc9\\\\xd3b\\\\xe75o\\\\xfc\\\\x0f\\\\xe5\\\\x1c\\\\xb7\\\\xc2\\\\xb9\\\\x1e;\\\\x9a\\\\xe2\\\\xb2/\\\\xc6ab6f)\\\\x1e\\\\x9b\\\\x82\\\\xb6\\\\xac\\\\xbeD\\\\r$\\\\xf9\\\\xf5G\\\\xe4vv\\\\xef\\\\xdbk\\\\x85\\\\xba\\\\xad_\\\\x8f\\\\xbfr\\\\xdc\\\\x9a/\\\\xf5_W\\\\xbe\\\\x07\\\\xfa\\\\xdd\\\\xf0\\\\xbf\\\\x99\\\\xfeJ\\\\xcc\\\\xdc\\\\xeaxl\\\\xdb\\\\xa9\\\\xad\\\\xad\\\\xc5\\\\xcd\\\\x8a\\\\x91\\\\x9b\\\\xfeYPW\\\\xf0\\\\xc1\\\\x833\\\\xafX\\\\xdbM\\\\xe5\\\\x916\\\\x99\\\\x00\\\\nr\\\\x07\\\\x01\\\\x96\\\\x0b\\\\xd9\\\\xc2\\\\xe4\\\\xae\\\\x91)w\\\\xf4\\\\xc9YO\\\\x9f\\\\xc2f&F3r\\\\x18\\\\xf9t\\\\x95\\\\xb0=\"\\\\xc5z\\\\xc2x\\\\xf8\\\\x9d\\\\xc3\\\\xed\\\\xfb\\\\xfa1\\\\xbc\\\\xdbL\\\\x98{\\\\x84\\\\xb3\\\\xf3f\\\\xe9\\\\xcdt\\\\xed\\\\x9a\\\\x96\\\\x04d\\\\x17,\\\\xfc\\\\xbf\\\\xe2\\\\xd4\\\\xff\\\\x00\\\\xea\\\\xac\\\\x1eO\\\\xe2\\\\xd8y#\\\\x88\\\\xe4\\\\xa9\\\\\\\\\\\\x8c\\\\x8c\\\\xf4\"\\\\xc0nF3j\"\\\\x0f@3\\\\xb7o\\\\x89\\\\xed\\\\xdc\\\\xf5\\\\xe4~Sed\\\\xdd\\\\xd5a\\\\xea\\\\xcf\\\\xc8\\\\x9ec\\\\x93\\\\xf2S\\\\x19\\\\x91\\\\x0fR\\\\xbd\\\\xfe=\\\\xf1!\\\\x8b\\\\xf1\\\\xea\\\\xb3\\\\xb3\\\\xb9\\\\x0bq9\\\\xeb\\\\x1a\\\\xbb\\\\xdc\\\\xa2\\\\x85\\\\xb0\\\\xdbI\\\\xfeZA\\\\x9d\\\\x17\\\\xc7\\\\xce|\\\\xfa\\\\xf4\\\\x1b\\\\x7f\\\\x8b\\\\x8d\\\\x9d\\\\xbf\\\\xf92\\\\xbacs \\\\xd8\\\\xc8a\\\\xe0\\\\x83^\\\\xa0bx\\\\xe7\\\\xe0\\\\x9538>V\\\\xfby<\\\\xbbX\\\\xf2\\\\x9c\\\\xfeP9J\\\\x95\\\\xa8\\\\xf6,\\\\xa82\\\\x8b\\\\xa9p\\\\x14\\\\xf8\\\\r\\\\x07~\\\\xf1\\\\xd2\\\\xb6\\\\x90\\\\xb9#9H\\\\x99NE\\\\xe5\\\\x9b\\\\xf3\\\\xecH\\\\xbc\\\\x1d\\\\xbc\\\\x90?\\\\x9eq\\\\x1cU|6\\\\x1d\\\\xd8\\\\xf8\\\\x19\\\\\\\\\\\\x7f2\\\\xf9\\\\x9e\\\\xd6w\\\\x15M\\\\xad\\\\x91\\\\x8e\\\\x82\\\\xc0=T\\\\x92\\\\'H\\\\xda\\\\x14\\\\x80f|\\\\x07W}\\\\xb1\\\\x1a\\\\x81\\\\x8e#\\\\x1f\\\\x0f\\\\xa3\\\\x1a\\\\xa9\\\\xba-\\\\xfbn#\\\\xa6OU\\\\xce\\\\x1f5\\\\xba\\\\xce~\\\\xcbk\\\\xa9)\\\\xfc\\\\xd3[\\\\xb5qk@\\\\x97T\\\\xf5\\\\xae\\\\xc4V\\\\x06ub\\\\t:\\\\xcc\\\\xf4\\\\x9b\\\\xb6\\\\xa5z\\\\x99\\\\x9f\\\\x15Z\\\\xc40\\\\x88\\\\xa9\\\\xfc\\\\xae\\\\\\\\\\\\xfdE\\\\xf8o\\\\'\\\\xc1c\\\\xb6U\\\\xb5\\\\x8b\\\\xcan\\\\xdbUL\\\\xc1\\\\xd4\\\\xa6\\\\xaf\\\\xb8\\\\x1deG\\\\x81\\\\x1de\\\\xfc\\\\x97\\\\xfdz\\\\xe5\\\\xa8\\\\x0b\\\\xa0\\\\x83\\\\xd8\\\\xbd\\\\r\\\\x8f\\\\x8e\\\\xb9pz\\\\xa8\\\\xaa\\\\x1f\\\\x8a\\\\xfc\\\\xe1\\\\xf8\\\\xff\\\\x00\\\\x94\\\\xf0\\\\xa7\\\\xf2U\\\\xa3&J\\\\xd3f\\\\xd5,\\\\xe1L\\\\x06+ \\\\x8d\\\\xc7\\\\xec\\\\xfd\\\\x9dc\\\\x8d\\\\x8d5c\\\\x87\\\\x1d\\\\xaa\\\\xc5\\\\xcf\\\\x8d\\\\xf6\\\\xe2N\\\\xae:\\\\xaf\\\\xa7\\\\xdf\\\\x0c\\\\xf8G\\\\xc8\\\\xf3*\\\\xc4\\\\xb7\\\\x13\\\\x14S\\\\xc4\\\\xf2\\\\xaall\\\\xf4\\\\xc8CUtV\\\\xe2\\\\xb6\\\\x0e\\\\x81\\\\xf7(\\\\x0e`\\\\xaf\\\\x88\\\\xd6;\\\\xf4[\\\\x7f\\\\x83\\\\xdc8\\\\x90a\\\\x19\\\\xd5\\\\xdc~\\\\xa2\\\\x86\\\\x83\\\\n\\\\x85\\\\x91=\\\\xc0\\\\x98l[\\\\xa7\\\\xddtVF?!\\\\xc4YJ\\\\xe6[\\\\x8f_\\\\x1c\\\\x82\\\\x8a\\\\xaa\\\\xcb\\\\xaa\\\\xb3\\\\x8e\\\\x83\\\\xc0\\\\xab\\\\x02\\\\xc43\\\\x16\\\\x11\\\\xa9\\\\x8f\\\\xa0:\\\\x9d\\\\x89\\\\xd9\\\\xba.\\\\x08\\\\xcc\\\\x08\\\\xc6X\\\\x1a\\\\x81\\\\xe1\\\\xcd\\\\x01\\\\x90\\\\x88\\\\x07\\\\x101\\\\xe6\\\\x13U\\\\xb8Xx\\\\xb4\\\\xdb\\\\xc9d]F-9\\\\x94\\\\xd6\\\\xb6g^@JUD\\\\xef%\\\\xfc\\\\xf5\\\\x99:\\\\xe9\\\\xd6\\\\x84v\\\\xf6\\\\xf6\\\\xd5\\\\x91\\\\x01\\\\xf0<\\\\x93\\\\x03\\\\xca \\\\xb5\\\\x17\\\\x1a\\\\xfc\\\\xeb\\\\xf5\\\\x7f\\\\x95\\\\xe4m\\\\xe7\\\\xbe\\\\x15\\\\xc2r6\\\\xf2|g5`\\\\xa6\\\\xff\\\\x00\\\\x90\\\\xe4n\\\\x0beu\\\\x1d\\\\xa4V\\\\xa4\\\\x00\\\\x9e\\\\x91\\\\x12\\\\x07\\\\xdd\\\\xdb\\\\xacM\\\\xe7\\\\xca\\\\xce\\\\xf7\\\\xfcD\\\\x99\\\\x02\\\\xcf\\\\xca\\\\x9d\\\\xa8Lt\\\\x12c\\\\x81I\\\\\\\\\\\\x16\\\\x11\\\\x18\\\\xe9ut\\\\x8fj\\\\x97E\\\\xf5<\\\\xdc\\\\xac\\\\x0c\\\\r\\\\t\\\\x1aA\\\\x07A\\\\xe3\\\\xd8uX\\\\x07\\\\r\\\\x97\\\\xd1#[\\\\xf6\\\\xfdU\\\\xcb\\\\xc4\\\\xf1\\\\x97\\\\x05\\\\xf6\\\\xaa\\\\x95k`Pv\\\\xb0\\\\xad\\\\x03N\\\\xfd\\\\x85L1\\\\xd4v0;\\\\xe9\\\\x11\\\\xd3\\\\xe7)\\\\x07\\\\x07,\\\\xd0\\\\xe8\\\\xd7P\\\\xacN7\\\\xe3\\\\\\\\P\\\\xe43\\\\xf9?\\\\xcb?\\\\xf5\\\\x0eV\\\\xba\\\\xa8k\\\\xadf\\\\xb5*\\\\xa2\\\\x90JWJ\\\\x83\\\\xe8Fvk\\\\x1b\\\\xc5\\\\x9c\\\\x92|:\\\\x1f\\\\xf2L\\\\x80\\\\x89-\\\\xd5\\\\xb1?\\\\xc2h\\\\x80l\\\\x13bp\\\\\\\\}\\\\xa9mv\\\\xd3]\\\\xe2\\\\xed\\\\x82\\\\xf5 9`?\\\\x10$\\\\x02 \\\\xc9\\\\xd4}:8_\\\\x98\\\\x14,A\\\\xe3\\\\x05\\\\xc6\\\\xc4Af\\\\xa2\\\\xab\\\\xbeg\\\\xfe\\\\xdd\\\\xbfM\\\\xfe\\\\\\\\\\\\xb99\\\\x07\\\\x8c?\\\\x1f\\\\xe4\\\\xeeF#?\\\\x00m:\\\\xf6\\\\xde\\\\x84\\\\xc3}$\\\\xe8z\\\\xd6\\\\xda\\\\xfc\\\\xce\\\\xe3n\\\\xe7\\\\x11\\\\xd5V\\\\xbb\\\\xb0\\\\xb73\\\\xfe\\\\xd5\\\\xc5_\\\\xa9\\\\xbf\\\\xed\\\\x1f\\\\xf5\\\\x03\\\\x1a\\\\x9c\\\\xb1\\\\xf1cG?\\\\x88\\\\x14\\\\xcaV\\\\xfe\\\\xcd\\\\xfbA>\\\\xa0\\\\x18\\\\x00|~\\\\xa7\\\\xeb\\\\xd6\\\\xd1\\\\xf9\\\\xe8\\\\xdf\\\\x8ba\\\\xde\\\\xca\\\\x94\\\\xfe6Q\\\\xc3\\\\x0f\\\\x10\\\\xbez|\\\\xdb\\\\xf4\\\\xcf\\\\xe5\\\\xdf\\\\x0e\\\\xcd\\\\xb3\\\\x13\\\\xe4\\\\xdc\\\\x06w\\\\x19uv\\\\x15-}l\\\\xb5\\\\x96\\\\x03\\\\xb0b \\\\x98\\\\x89\\\\x83\\\\xd2\\\\xad\\\\xde\\\\x8b\\\\x81\\\\xcf\\\\xc1D,\\\\xe3\\\\xc7\\\\xf2\\\\xabL\\\\xfe9\\\\x12\\\\xa6\\\\x0c\\\\x02X\\\\xa8wL\\\\x96\\\\xfd\\\\xf0\\\\xf7\\\\x03\\\\x9fuuga\\\\xbb\\\\x1foi;C\\\\x80\\\\t\\\\xdaG\\\\xe2\\\\x9f\\\\xef\\\\xef\\\\xd6O\\\\xc9\\\\xedu\\\\xc7\\\\\\\\K\\\\x11\\\\x8fb\\\\xcd\\\\xdcm\\\\x83>a}?\\\\xc1\\\\xe7\\\\xad\\\\xcf\\\\xc6\\\\xd9\\\\x8b|\\\\xe3\\\\xd8\\\\x9e\\\\xee={\\\\x95\\\\xf7.\\\\x8c\\\\xcc \\\\x83\\\\xae\\\\xe92\\\\'\\\\xaf\\\\'v\\\\xec\\\\xa5A\\\\x82\\\\xce\\\\x00v!g\\\\x97F\\\\xb9\\\\xeb\\\\xba\\\\xb6\\\\x0f[\\\\xa5\\\\x95\\\\xab8\\\\xde\\\\x10z{i\\\\x06F\\\\xb1\\\\xa9\\\\xf0\\\\xeb\"W^DK\\\\xf9Fb\\\\x180\\\\xa7FGq6e\\\\xd6\\\\xadHT\"\\\\xaf\\\\xf9u\\\\x9d\\\\xdf\\\\x84\\\\x10X\\\\x96;gA\\\\xfbu\\\\xf2-a*\\\\x80\\\\xc7/\\\\xe5\\\\x03\\\\xb5\\\\x147\\\\xb1i\\\\xbdV\\\\xd77\\\\x18\\\\tEBX\\\\x02Wt\\\\x90\\\\xaa<\\\\xca\\\\x9d\\\\t\\\\xed\\\\xe5\\\\xd2\\\\xc5\\\\x08|J(\\\\x83!\\\\xcb\\\\x9aq\\\\xc1f\\\\xcc\\\\xae\\\\xb6\\\\\\\\V&\\\\xba\\\\xdf\\\\xdfG@UYN\\\\xac\\\\xa4\\\\x89\\\\x83\\\\xf4?_\\\\x0e\\\\xb4\\\\xec\\\\xc0O\\\\x01\\\\x96iWe\\\\xa7,\\\\xd3\\\\x0f\\\\r\\\\xcb_\\\\xc0ar/\\\\x85\\\\x8f\\\\x85\\\\x85\\\\x95\\\\x98\\\\xc0\\\\'*\\\\xa1\\\\x97)+m\\\\xca\\\\xc9M\\\\x8a\\\\xd0\\\\x03\\\\xee\\\\x86\\\\xd3Q\\\\xe4:\\\\xb9\\\\x1d\\\\xd4\\\\xb6\\\\xf6d\\\\x00\\\\x00\\\\x9f\\\\xf5g\\\\xd8\\\\x12.[\\\\x00\\\\xbb=\\\\x11Zr)\\\\xa3\\\\x1d\\\\x08\\\\ru\\\\xd7\\\\x12\\\\x9b\\\\x1fh\\\\x1b\\\\x95BI$\\\\xac\\\\xee\\\\x03\\\\xfb\\\\xb4\\\\xf3\\\\xc1\\\\xba#(\\\\x97\\\\xc4\\\\x8a\\\\xaa\\\\xf1\\\\x91\\\\x00\\\\x00\\\\xb4\\\\xd9\\\\xca\\\\xd7I\\\\xb7\\\\xdb{\\\\x10\\\\x04Q\\\\xbf\\\\xf1XZ \\\\xb0\\\\xdb\\\\x11\\\\xe8$GY\\\\x974\\\\x87\\\\xaby\\\\xa7\\\\xc6L\\\\x92y\\\\x1eMV\\\\xf5\\\\xf6\\\\xd7\\\\xde\\\\xb0\\\\x94\\\\xf7}\\\\xb5\\\\xde;~&%\\\\x81\\\\x96\\\\x04x\\\\xe9\\\\xae\\\\x9au\\\\x81\\\\xbd\\\\xdc\\\\x01&\\\\x154\\\\x14\\\\xc3\\\\xb5\\\\xa9\\\\xc6J\\\\xdd\\\\x91\"*\\\\x7f*\\\\x16VMWY[X\\\\x05VVB\\\\xbeB\\\\xb0eEC*\\\\xbb\\\\x8e\\\\xbe\\\\x92\\\\x07pK\\\\xedv!\\\\xa1\\\\x81\\\\t\\\\xeb\\\\xfc$y\\\\xcc\\\\xf7\\\\x1e\\\\x1d\\\\x80\\\\xe8\\\\x04\\\\x03\\\\xa23t:\\\\xc7\"\\\\x0e\\\\xd12\\\\x1cI\\\\xdb\\\\xa7\\\\x8f\\\\xdb\\\\xe7\\\\x1fN\\\\x9c\\\\x02X\\\\x90Q\\\\xfd\\\\xd3\\\\x08\\\\x04[\\\\xfcH\\\\x04\\\\xac3\\\\x99=\\\\xc8\\\\xed3\\\\xf4\\\\xd7\\\\xa3\\\\xd2\\\\x88H\\\\xad\\\\x95]\\\\xed\\\\xc9fS\\\\x03M\\\\xdd\\\\x8e\\\\xd1\\\\xd8\\\\x9f\\\\xf1\\\\xd7\\\\xa8\\\\x94]LdB\\\\x05\\\\xf2/\\\\x9a\\\\xe3|\\\\x7f\\\\x1a*qo%r\\\\xc65`\\\\xe9\\\\\\\\D\\\\xb3\\\\x13\\\\xd8use\\\\xf1\\\\x92\\\\xdc\\\\xca\\\\xb4\\\\x88\\\\xc5A\\\\xbap\\\\x07\\\\xf8\\\\\\\\\\\\xe5\\\\xce\\\\xf3Y\\\\xfc\\\\xce[ed\\\\xdbe\\\\x8e\\\\xe5\\\\xa1L\\\\x00\\\\x80\\\\xe8@\\\\x07\\\\xb0\\\\xf1\\\\xeb\\\\xdam6\\\\xd0\\\\xb1\\\\x1d1\\\\x1f\\\\xca\\\\xa3rnj\\\\xa0b\\\\xb5\\\\x97\"\\\\xaaV\\\\xec\\\\xd5\\\\xca\\\\x96@`\\\\xeb\\\\xe0u\\\\xe9\\\\xd3\\\\xf4\\\\x17vK\"E\\\\xd1|>\\\\x1b\\\\x91\\\\xc8\\\\x08\\\\xe9[\\\\x1d\\\\xcd\\\\xd9\\\\xe0(\\\\x03\\\\xed\\\\xf2\\\\xea\\\\xbd\\\\xcd\\\\xcd\\\\xb8f\\\\xa66\\\\xa4pO1\\\\xc6\\\\x7fJ\\\\xe1~a\\\\xcab\\\\xe0c&\\\\xd4\\\\xc6\\\\xf7}\\\\xc5*D4#\\\\x0e\\\\xdb|$\\\\xf9\\\\xf5\\\\x9f\\\\xba\\\\xbc.\\\\x16\\\\x18s8\\\\xabp\\\\xb4\\\\x06UE\\\\xf9_\\\\xd6\\\\x1f\\\\xd4\\\\x0ec\\\\x17\\\\xf2\\\\xb9\\\\xff\\\\x00*\\\\xc9Z\\\\x81\\\\xd9y\\\\xac\\\\nm`4\\\\xf52*\\\\x98\\\\xf2\\\\xf1\\\\xfd\\\\xfdfJ\\\\xc8\\\\x91\\\\xd4jS\\\\xa3\\\\x08\\\\xbb%\\\\x9a>I\\\\xcd\\\\x9b\\\\x12\\\\xc4\\\\xe5\\\\xf3T\\\\x88\\\\xf6n7\\\\xb8\\\\x86\\\\x93\\\\xe6\\\\xdd\\\\xff\\\\x00wU\\\\xa5\\\\xb3\\\\xb5\\\\x1f\\\\xf4\\\\x0f\\\\x04\\\\xe7\\\\xa3\"x\\\\x7f4\\\\xe7\\\\xf0s*\\\\xcfNV\\\\xfbr*\\\\x00)\\\\xb1\\\\x8d\\\\x825\\\\xf4\\\\x90bD\\\\xf8y\\\\xf56\\\\xf6\\\\xf0\\\\x81\\\\x04DS\\\\xc1t\\\\xa0\\\\x08.\\\\x8b\\\\xd9\\\\xf3o\\\\x93\\\\xe5\\\\xbb\\\\xdbo=\\\\x94^\\\\xd2\\\\x0b\\\\x02\\\\xed\\\\x04\\\\x86\\\\'T\\\\x064\\\\xf0\\\\xd3\\\\xaa\\\\xd3\\\\xb1\\\\x13\\\\x88|\\\\xf1L\\\\x84\"\\\\xcc\\\\xca&W\\\\xcb\\\\xb9\\\\xfb\\\\xc1\\\\xae\\\\xeec)\\\\xe0\\\\xcd\\\\xcb\\\\xb8\\\\x82|\\\\x0c\\\\xc4w\\\\x81\\\\xaf\\\\xd0t1\\\\xd9\\\\xdb\\\\xff\\\\x00h\\\\xcc\\\\xf7\\\\x9c\\\\xd1i\\\\x19!\\\\x9e\\\\xdf\\\\xbdg\\\\xbb{;\\\\x8d\\\\xba\\\\x12\\\\xcc\\\\xcd1\\\\xea\\\\']g\\\\xf6\\\\x8e\\\\x99\\\\xa9\\\\x83\\\\x04C\\\\xc9NJ/F\\\\xa85m\\\\xb5\\\\xc2\\\\x04\\\\xb0\\\\x81\\\\xa5g\\\\xb6\\\\xd3\\\\xe4\\\\x06\\\\x9d$\\\\xc8\\\\x17\\\\xe2\\\\xaa\"\\\\x01.\\\\x8bq\\\\xd9\\\\xb9\\\\\\\\^~6~+\\\\xbd\\\\x19\\\\xb8WV\\\\xf8\\\\xb7\\\\'\\\\x83\\\\x826\\\\x18\\\\x04H\\\\xd7];y\\\\xe9=n\\\\xe1\\\\x84\\\\x84\\\\xa2Y\\\\xaa\\\\x88\\\\x87\\\\x04s_M\\\\xff\\\\x00J\\\\x7fV\\\\xbe=\\\\xf3\\\\xbf\\\\x8e%\\\\x99\\\\x1c\\\\xf6\\\\x1f\\\\x1b\\\\xf3T\\\\x8ay\\\\x0e\\\\x1f!\\\\xbd\\\\xa6.\\\\x06\\\\xd1e\\\\rg\\\\xe3A\\\\x02@\\\\xed\\\\xfd\\\\xfe\\\\xda\\\\xd6\\\\xfe\\\\xd6\\\\xe2\\\\xc0:\\\\x98\\\\xe60n\\\\xce\\\\x8a\\\\xa4c\\\\xa4\\\\x97\\\\xfe\\\\xc2\\\\xbd~-\\\\xc3q\\\\xdf\\\\x94\\\\xe4\\\\xde\\\\xfb.\\\\xcd\\\\xcc\\\\xba\\\\xc6\\\\xaf\\\\xf3Ik0\\\\xf4\\\\x93\\\\xf8\\\\x89$\\\\x12t\\\\x93\\\\xe3\\\\xd5\\\\xbf\\\\x8f\\\\xd9m.\\\\xc6\\\\xe3\\\\xea2\\\\xc9\\\\xb0\\\\x07\\\\xaa)\\\\\\\\\\\\x941\\\\nC\\\\xf0\\\\\\\\6W\\\\x15\\\\x95\\\\xc2\\\\xdfY\\\\xc6\\\\xc9\\\\xca\\\\xbc\\\\xbd\\\\x88\\\\xdbY^Do`dH\\\\x8d\\\\x0f\\\\x87U!n\\\\xccm\\\\x1b2&\\\\x17uW\\\\xfd\\\\xad\\\\xf9N\\\\x87\\\\xaa\\\\xb9\\\\xb7\\\\x01V?+\\\\xfd\\\\x07\\\\xf8\\\\x97!\\\\x92\\\\xbc\\\\xa7\\\\x10\\\\xb7\\\\xe2s\\\\xbb\\\\xc3f^\\\\x1c2\\\\xe4\\\\xec\\\\x00\\\\xaf\\\\xb8\\\\x00\\\\x1a\\\\x08\\\\xd3\\\\xeb\\\\xafN\\\\xdcX\\\\xf6L}\\\\x92d\\\\xdf\\\\xb6\\\\x1e>\\\\x1c\\\\xfb\\\\x94\\\\x12\\\\xf4\\\\x96\\\\x00\\\\x96\\\\xcd S\\\\xf0k\\\\xb8k*\\\\xc1\\\\xe7\\\\xb07^\\\\xf6{x\\\\xd9JA\\\\xa8\\\\xd7a\\\\x04\\\\x80`\\\\x14`\\\\x06\\\\xa4\\\\xf8\\\\x18\\\\x8f#\\\\xdbN\\\\xd5\\\\xd9\\\\xe8\\\\xf2*\\\\xa5\\\\xebR\\\\xb6{\\\\xd5\\\\x8f\\\\xf1\\\\xff\\\\x00\\\\x8e\\\\xf076\\\\x16F2\\\\xe3\\\\xe3a\\\\xd5p\\\\xc7\\\\xb9\\\\x1dLmA\\\\xbbuA\\\\x881\\\\xdc\\\\x12|{\\\\xe9\\\\xd5\\\\xa9\\\\xd9\\\\x89\\\\xa3\\\\x86\\\\'\\\\x86P\"\\\\tr\\\\x9f1\\\\xb8LJ\\\\xb9|V`\\\\xf5q{\\\\xde\\\\xbf\\\\xc9\\\\x15VsUh\\\\xa1\\\\x0b2\\\\xc6\\\\xd2\\\\xc4k\\\\xe6>\\\\xde\\\\x91\\\\r\\\\xb5\\\\xb9^\\\\x02\\\\xe7\\\\xeaOGa\\\\x87\\\\x8ap\\\\x98\\\\x8f\\\\xa8`\\\\x13\\\\x86_\\\\xc6\\\\xb8>C\\\\x18\\\\xd28\\\\xea\\\\x99Uf\\\\xa6n\\\\xc8\\\\xbe@\\\\xe8dw\\\\xd3\\\\xab\\\\xd7>\\\\x1biv\\\\x04\\\\xd8\\\\x83\\\\x16w&\\\\x8a\\\\xd5|Ud\\\\xdf\\\\xa5\\\\x7f\\\\x16\\\\xaf\\\\x92\\\\xce\\\\xbdpS\\\\xf39\\\\t\\\\xed\\\\xd5\\\\x96c\\\\xdc\\\\xadH\\\\x95deiV\\\\x13\\\\xa7\\\\xf9\\\\x1e\\\\xbc\\\\xdf\\\\xf8\\\\xa7mrvb\\\\xd2z\\\\x07\\\\x1c\\\\xfa\\\\xbd\\\\x17J\\\\xce\\\\xb62\\\\xa3V\\\\x850\\\\x1a>G\\\\xf1\\\\xfa\\\\x91\\\\xf0s*\\\\xe7\\\\x16\\\\xa3\\\\xed\\\\xa0\\\\xc9%2v( \\\\x83p$4i\\\\xdct\\\\x12\\\\x85\\\\xfd\\\\xac\\\\xbd\\\\xc8I\\\\xce\\\\x0f\\\\xd9F\\\\xecN\\\\xd4#D\\\\x17\\\\xe5?\\\\xac\\\\x16\\\\xf1\\\\xa0\\\\x08\\\\x1a\\\\xfd\\\\xd1=>q\\\\xb5)\\\\x82%R\\\\xf5\\\\x1c\\\\xbf\\\\x8f\\\\x05\\\\x96L\\\\x86K\\\\'\\\\xf9\\\\'\\\\'\\\\xc6]CU\\\\x90B=\\\\x86\\\\xba\\\\x91\\\\xc1#h%~\\\\xc3\\\\x04y\\\\x0f\\\\xbf\\\\xaa3\\\\xd59\\\\xb0,\\\\t`:a\\\\xd9\\\\xd5H\\\\x91\\\\x80\\\\x04\\\\xe2\\\\xd8\\\\xf5\\\\xc4~\\\\x136\\\\x07\\\\xc8\\\\xb1\\\\xee,\\\\xfc\\\\x82+\\\\xd8\\\\xaeP\\\\xdf\\\\\\\\\\\\xab\\\\xedS;J\\\\xee\\\\x03\\\\xc4\\\\xc4\\\\x9f>\\\\xde\\\\x11t\\\\x1bz\\\\xa5 \\\\xcd\\\\x81\\\\xe6\\\\xdd>\\\\x89\\\\xd6\\\\xef\\\\xea`\\\\xf8\\\\xa7\\\\xaa\\\\xe9\\\\xc4\\\\xb3\\\\x1d\\\\xea\\\\xc1\\\\xcd\\\\xab-\\\\xc2\\\\xa3\\\\xfbu\\\\xb4\\\\x15g\\\\x99\\\\x05dh\\\\xba\\\\x98\\\\x88\\\\x9e\\\\xda\\\\xf6\\\\x8b\\\\x17\\\\xe1<\\\\x19\\\\xd9\\\\xf1\\\\xfa\\\\xf1\\\\x9a\\\\xb9\\\\xa6\\\\x99\\\\x8c\\\\xbf\\\\xa4\\\\xab\\\\xfd7\\\\x13\\\\xfdw\\\\xfe\\\\xef\\\\xff\\\\x00#\\\\xd5o\\\\xf1:\\\\xf9\\\\x8f\\\\xc2\\\\x8fl\\\\x7f\\\\xbb\\\\xc8\\\\xfeW\\\\xff\\\\xd5E\\\\xb3\\\\x8dl\\\\xba\\\\x8dX\\\\xca\\\\xb6\\\\xea\\\\xc1\\\\x9d\\\\xa0:\\\\x9e\\\\xee\\\\xa0\\\\xc7\\\\xa8\\\\x11\\\\x03MN\\\\xba\\\\xf5\\\\x85\\\\x8d#\\\\x8a\\\\xf94\\\\xe1\\\\xee1\\\\x1ctA\\\\xf38G\\\\xf6\\\\xac\\\\xc0\\\\xc6\\\\xc4\\\\xaf\\\\x02\\\\xc2\\\\xac\\\\xb6\\\\xe6)\\\\x06\\\\xeb\\\\xbc\\\\xd9\\\\xe4\\\\x03\\\\xd8\\\\xc6\\\\x87N\\\\x89\\\\xd8\\\\x08\\\\x95L\\\\xd9\\\\x90\\\\r\\\\x81\\\\xe8\\\\x8c\\\\xf1\\\\xbce\\\\x1cz\\\\x9a*\\\\x0cN\\\\x15A\\\\xbf:\\\\x0e\\\\xe4m\\\\xa7\\\\xb1\\\\x00\\\\x01\\\\x1b|\\\\xf5\\\\xf1\\\\xe8\\\\xc1\\\\x1f\\\\xe9\\\\t\\\\xfb{&!\\\\x86Y\\\\xa5\\\\x1f\\\\x91d\\\\xff\\\\x00\\\\xfcB\\\\xcc\\\\xec\\\\xabZ\\\\xcc*\\\\xc0\\\\x90%v\\\\x88\\\\x89Rd\\\\xed\\\\x9f\\\\xa6\\\\x83\\\\xcb\\\\xaa\\\\xfa\\\\x86\\\\xb79%\\\\xdf\\\\x83\\\\xcb\\\\xd4i\\\\xc5R\\\\xfe_%\\\\x81s\\\\xfb\\\\xede\\\\x18v\\\\x055\\\\xad4,T\\\\x8d\\\\xe9\\\\x04\\\\xb9\\\\xd4\\\\x96i\\\\x1a\\\\x8e\\\\xdd\\\\xfa\\\\x9b\\\\x92\\\\x06\\\\xb8!\\\\x80|\\\\xf2\\\\xfb\\\\xad\\\\xbf\\\\x0e\\\\xb7\\\\x8d4\\\\xe4Xr\\\\x12\\\\xd3\\\\x80\\\\x11\\\\xec\\\\xdc\\\\xec]\\\\xdc\\\\x18DY\\\\xd6\\\\x04\\\\xeau\\\\xff\\\\x00\\\\x1e\\\\xa6\\\\xc0x\\\\x99d\\\\x8e\\\\xd0\\\\x88$x\\\\xe4\\\\xac+y,|\\\\xcc\\\\x12\\\\xf8\\\\xf4\\\\xb6\\\\xca\\\\xc8\\\\xdb[\\\\xee\\\\xec\\\\x0c\\\\x10 \\\\x95m\\\\xa0x\\\\xf7\\\\xef\\\\xd8u3\\\\xf5E\\\\x96\\\\xa5\\\\xa9Fp\"9QP\\\\xfc\\\\xf5w\\\\xa7+\\\\x90\\\\xb6\\\\x81\\\\xb2\\\\xefPe\\\\xf4\\\\x86\\\\xdcu\\\\xdd\\\\xe6\\\\x14\\\\xc6\\\\xba}\\\\x9dc\\\\xdb\\\\xbd\\\\xa2d6\\\\'\\\\xb1&v\\\\x0b\\\\xb9\\\\xc1\\\\x1d\\\\xe1\\\\xfd\\\\x81\\\\x90w\\\\xabd\\\\xd8\\\\n\\\\x02\\\\xa9\\\\xb9w\\\\x83\\\\xa8U\\\\x02}C\\\\xc0\\\\x03\\\\xf7urwD\\\\x08%\\\\x15\\\\x9b+\\\\xad\\\\xbe\\\\x0f\\\\xfaW\\\\xca\\\\xf2\\\\xfce9\\\\xbc\\\\x86\\\\x0bq\\\\x15d\\\\xd8\\\\xb5\\\\xe3am\\\\x02\\\\xfb=\\\\xc6!7+x\\\\x18\\\\x92G\\\\x97T\\\\xf7_-\\\\x0bL\\\\x06%mm>2S\\\\xac\\\\xbd1\\\\n\\\\xe7\\\\xe1\\\\xbfI8\\\\xfc<\\\\xb5\\\\xc5\\\\xbb\\\\x14f\\\\xe7\\\\xed55\\\\x05\\\\xcb\\\\x11\\\\xb0\\\\xed&@\\\\x9d\\\\n\\\\xc1\\\\xfd\\\\xe3\\\\xaf;\\\\xbb\\\\xf9\\\\x13v^\\\\xae\\\\xc6[;}\\\\x94m\\\\x8a\\\\x07=\\\\x8b\\\\xa5>\\\\x0f\\\\xfaC\\\\xc5&3\\\\xdd\\\\xca\\\\xf0\\\\xc8\\\\xb9\\\\x0e\\\\xa8p2\\\\x08E\\\\xabh\\\\x1e\\\\xa6z\\\\xcf}\\\\xdam3#\\\\xbfI\\\\xb1\\\\xb4\\\\x13\\\\x06&\\\\x05\\\\xf1\\\\x12p\"\\\\xd5|U\\\\xc8\\\\xc7\\\\x99\\\\xeeV\\\\xa67\\\\x07\\\\xc6\\\\xf0\\\\xff\\\\x00\\\\x98\\\\xfe\\\\x99\\\\xc4\\\\xd5\\\\x99U\\\\x14\\\\x1a\\\\xf2[\\\\xd2\\\\x81\\\\x1d\\\\x86\\\\xc8^\\\\xda\\\\x91 \\\\x98\\\\xfd\\\\xfd6\\\\x16a\\\\t\\\\xc8\\\\x88\\\\x89\\\\x81\\\\x16\\\\xd5\\\\x80\\\\x04\\\\xf2\\\\xfe\\\\x93\\\\x08h\\\\xb7\\\\xea\\\\xa5aQ\\\\x8a\\\\xc06\\\\x17\\\\xb9\\\\x86\\\\x94\\\\xb6\\\\xd6\\\\xac\\\\x82\\\\x84\\\\xb5Cg\\\\xadYa\\\\xa7\\\\xc4\\\\xc7\\\\xd7\\\\xbfH\\\\x8c\\\\t>\\\\x92@\\\\x19vR\\\\xb4\\\\xf1(&\\\\x00,\\\\xe13[\\\\x8e\\\\xb5\\\\xd0?4=\\\\xda\\\\xdd=\\\\x0e\\\\xc1K#\\\\x81\\\\xe1\\\\xda\\\\x01\\\\xed\\\\xf5\\\\xeb`\\\\xdb\\\\x8c,\\\\xb5\\\\xcfPj\\\\x12\\\\xcf\\\\x13\\\\xf8<\\\\xf3Sr\\\\xd9\\\\x04\\\\x13@xt\\\\x1a\\\\xea\\\\xd2\\\\xa3F}k\\\\xed\\\\xbe6\\\\xe2\\\\x97\\\\xa3\\\\x16\"\\\\xb9\\\\x1b\\\\x90\\\\x80\\\\x0c\\\\xa9\\\\xee|t\\\\xea\\\\x9b\\\\x9b@N4\\\\x19U\\\\xc3r\\\\xfe\\\\xd5~\\\\xca\\\\x94\\\\x95\\\\xc9\\\\xe0[\\\\x9e\\\\xd9\\\\x19\\\\x8bM\\\\xf9|\\\\xfd\\\\xf7\\\\xa5\\\\x9cj\\\\xba#b5H\\\\x8b$\\\\xd7\\\\xe7\\\\xe5\\\\xbb\\\\xc8}z\\\\xb1d\\\\xc4\\\\x07\\\\x0f\\\\xabU\\\\x7f\\\\xdb\\\\xfd\\\\xa5\\\\xde{\\\\x98\\\\xe3\\\\x97\\\\xf2\\\\xb9_\\\\xe6\\\\xb4\\\\xe0pD~^\\\\xcb)\\\\xbc\\\\xe5\\\\xa5\\\\xf7c\\\\xd6\\\\xb5\\\\xcd\\\\x99\\\\x83w\\\\xac\\\\xb4oU\\\\xf5\\\\x1fL\\\\xf9y\\\\xf47\\\\xa4,\\\\xc9\\\\xc6!.\\\\xc10\\\\xab\\\\xd6\\\\x8a\\\\x99\\\\xf9\\\\x17\\\\x17\\\\xca~\\\\xae\\\\xe5\\\\x8c\\\\x0e/\\\\x8c\\\\xc9\\\\xa7\\\\x91\\\\xcd\\\\x03\\\\x1c\\\\xfbv\\\\xa7\\\\xe5\\\\xbd\\\\xd6\\\\xd5\\\\x8a\\\\x96\\\\x00\\\\xf7\\\\x13\\\\x07\\\\xed\\\\xea\\\\xae\\\\xe7\\\\xe6\\\\xadnG\\\\xb5\\\\xa4\\\\x89\\\\x10\\\\xcc\\\\r\\\\x0f5\\\\xe9\\\\xac\\\\xfc\\\\xbd\\\\xc8D\\\\x12\\\\x01\\\\n\\\\xf1\\\\xfd+\\\\xff\\\\x00j|/\\\\xc0\\\\x96\\\\xac\\\\xdf\\\\x92\\\\xa6?\\\\xca\\\\xb9\\\\xcc\\\\xc7G\\\\xc5\\\\xc8\\\\xacoJ\\\\x8b\\\\xac\\\\x81Q#r\\\\xea}M\\\\xf4\\\\xd3\\\\xcf\\\\xac9m\\\\xcd\\\\xa9h H\\\\x9c\\\\x18\\\\xf9$\\\\xee\\\\xf7\\\\xb2\\\\xdcKS\\\\xb4y.\\\\xbb\\\\xe2xN\\\\x1f\\\\x86QG\\\\x1bS\\\\xe0\\\\xa2(6)m\\\\xc2\\\\xe7\\\\xa8m\\\\x0c\\\\xfd\\\\xe4/a\\\\xd5\\\\xfbs\\\\xb7\\\\x03\\\\xa6$\\\\xc5\\\\x86\\\\x07\\\\x03!\\\\xfc\\\\xf8\\\\xe2\\\\xb3\\\\x84D\\\\xb2\\\\xc7\\\\xe8\\\\x85s\\\\xbc?!\\\\xce\\\\xd7}y9n8\\\\xc3\\\\xe8\\\\xc8\\\\xe3P\\\\xba\\\\xfb\\\\x8a\\\\x1aA\\\\x07\\\\xba\\\\xc9\\\\xfa~\\\\xee\\\\xa8\\\\xdc\\\\xbb~\\\\xec\\\\t\\\\x98:I\\\\xc2\\\\xb9\\\\x1cG%\\\\xd2\\\\xb4\\\\x1c\\\\xb6!\\\\xbb\\\\x15_\\\\xfa\\\\xa7\\\\xfa[\\\\xcb\\\\xe5\\\\xfcc3/\\\\x8b\\\\xf9g)\\\\x99\\\\xc7\\\\xf1t\\\\x8b\\\\x1b\\\\x81\\\\xcd\\\\xb4\\\\xdd\\\\x8e\\\\xa1$\\\\x93\\\\xbdv\\\\x9d\\\\xab\\\\xa0\\\\x86\\\\x9d\\\\xa0\\\\xe6\\\\xd3/=\\\\xa4\\\\x12<`\\\\xfd:\\\\x89,\\\\xfb\\\\x81\\\\xabJ$\\\\xdc\\\\xcaF>VE+!k\\\\xb1\\\\x82\\\\xcfx\\\\x9d?w@qZ\\\\xb0\\\\x96\\\\xa8\\\\x82\\\\xa3u\\\\x08\\\\x97\\\\xe9#\\\\xb7\\\\\\\\\\\\xb9\\\\x1a\\\\xe397\\\\xc4\\\\xb8\\\\x18\\\\x80d\\\\x9d\\\\xa7l\\\\xea\\\\t\\\\xed\\\\x00\\\\xf6\\\\xd0tA\\\\x8d\\\\nU\\\\xdbz\\\\xc3/\\\\xa8\\\\xbf\\\\xa1_$<\\\\xf7\\\\xc3x\\\\x8c\\\\xac\\\\x9c\\\\xb7\\\\x16\\\\xe0\\\\x96\\\\xa3cN\\\\xf0\\\\x17T\\\\xf1\\\\xeeD\\\\xf7\\\\xff\\\\x00\\\\x0e\\\\xbe\\\\x7f\\\\xbe\\\\xdb\\\\xc6\\\\xce\\\\xe2Q|\\\\x0f\\\\x91\\\\xa8X;\\\\x80bK\\\\x8f\\\\xe5\\\\\\\\\\\\x1c\\\\x85\\\\x87\\\\xdcL\\\\x9a\\\\xdfq\\\\xd7\\\\xd2\\\\x92T4\\\\xe9\\\\xb8\\\\x90t\\\\x03\\\\xb1\\\\x1f\\\\x7fb:\\\\xf3\\\\xbb\\\\xe9{r\\\\x8c\\\\x83\\\\xfdY2\\\\xdcI\\\\x0f\\\\x8f\\\\x1e\\\\nN7)bl]\\\\xc5+*\\\\x1d\\\\xbf\\\\xd1\\\\xb4\\\\xa9\\\\x10\\\\xf2|\\\\x07\\\\x88\\\\x11\\\\xdaz\\\\x0f\\\\xf2I<\\\\xa8\\\\xea\\\\x04Dq\\\\xe4{\\\\x93N\\\\x15\\\\xcbu\\\\xb5\\\\xdf\\\\x08m\\\\xac\\\\x0b\\\\\\\\\\\\xda\\\\xc06\\\\xc5\\\\xd0\\\\x80\\\\x18\\\\x08\\\\x99\\\\xf13\\\\xd6\\\\x9d\\\\x88\\\\x899\\\\xa6G\\\\xfa\\\\xfc$\\\\x0fV\\\\x0e\\\\xdcb\\\\x9c?\\\\xa9Q]\\\\xe1\\\\xff\\\\x000\\\\x8a\\\\x08/F5{\\\\x84\\\\x08\\\\x88\\\\x12O\\\\x812\\\\x01\\\\xff\\\\x00\\\\x1e\\\\xaf\\\\x1b\\\\x95ztg`\\\\x84\\\\x80N\\\\x9c{TN\\\\x7f\\\\x96T\\\\xe1q\\\\xf2\\\\x9a\\\\xc2\\\\xaa\\\\xf7\\\\x84Z\\\\xd97\\\\xab\\\\xc1\\\\x0c\\\\xdbL\\\\xc2\\\\xf62b>\\\\xbd\\\\x07\\\\xca^\\\\x90\\\\xb0%\\\\xd7<\\\\xd4\\\\x08\\\\x07,\\\\xb4\\\\xa7\\\\xca*|4\\\\xb8\\\\xb5j\\\\xd61\\\\tR\\\\x02!\\\\x90\\\\x9d\\\\xa2{\\\\x89\\\\x1a\\\\x8e\\\\xd1\\\\xd7\\\\x9b\\\\xb9\\\\xbf\\\\xb7\\\\x18\\\\xea,\\\\x1c\\\\xf0\\\\x12\\\\xe3bN\\\\xd9\\\\x05\\\\x91\\\\xe5\\\\xab\\\\xceJ\\\\xe8AeNf\\\\xcbm\\\\xb5\\\\x99\\\\x08\\\\n\\\\xde\\\\xa0\\\\x9a\\\\t\\\\x8e\\\\xc6z\\\\xc7\\\\xbb\\\\xbb\\\\x8e\\\\xe0\\\\x88D\\\\x10q$\\\\xb8\\\\xc3\\\\x16V\\\\x05\\\\xb3\\\\x1a\\\\x91^<\\\\xd0\\\\x9c\\\\xdb\\\\xbf(\\\\xc9My\"\\\\xeb\\\\x19%\\\\x9b|*\\\\xbe\\\\xfd\\\\xd1\\\\x10A\\\\x00yx\\\\x9e\\\\xfa\\\\xc7T\\\\xae4\\\\x08\\\\x88\\\\x93\\\\xb8<`\\\\x8e \\\\x17-A\\\\xc7\\\\x05\\\\t~U\\\\xd6\\\\xdb\\\\xaf\\\\xf7C\\\\x8a\\\\xe0\\\\x82\\\\xa5\\\\x88vP\\\\x0e\\\\xd0\\\\xdbN\\\\x841\\\\xdb x\\\\xf5\\\\x11\\\\xdc\\\\xca2$z\\\\xa3N0\\\\xedn\\\\xf5>\\\\xd4Xe\\\\x8a\\\\tg:\\\\xd5Z\\\\xed\\\\x0b\\\\x92=*\\\\xc6\\\\x18.\\\\x80N\\\\x8e$j<\\\\xfb\\\\x81\\\\xa7\\\\\\\\w-#&\\\\x7f\\\\xbf\\\\x1f\\\\x85&\\\\x11\\\\x01\\\\x87\\\\x1d\\\\xa9_\\\\'\\\\x92\\\\xb2\\\\xefU\\\\x8c\\\\xc5\\\\x1f\\\\xd27n \\\\x02eD\\\\xc6\\\\xbf\\\\x7fH1\\\\x94\\\\x83\\\\x9c\\\\x05>\\\\xec\\\\x8bTP\\\\x83\\\\x9a\\\\x8cB\\\\xda\\\\xceN\\\\xd2nrIr\\\\xde\\\\x02L\\\\xcc\\\\xcc\\\\xe9\\\\xe1\\\\xd4\\\\xfbg\\\\x10\\\\x88\\\\xcc\\\\x8c*\\\\xa3]\\\\x9c\\\\xc1P1\\\\x8d\\\\xca\\\\xdb\\\\x08\\\\xec4:\\\\xea5\\\\xe8\\\\xe3i\\\\x08y\\\\x1a(\\\\r\\\\x90Y\\\\xbf\\\\x11\"}O1\\\\x11\\\\xbbY1?Y\\\\xe9\\\\xc2\\\\x0c\\\\xa7\\\\x009--~\\\\xdbO\\\\xb6\\\\xcd\\\\x0e\\\\xbe\\\\xae\\\\xf1\\\\xba?\\\\x10\\\\x12~\\\\xd9\\\\xd7\\\\xa2\\\\x10\\\\xa5Wj\\\\xe4R\\\\'\\\\xca>wW\\\\x16\\\\x9f\\\\xd3x\\\\x9a\\\\x9b?\\\\x90\\\\xbe\\\\xbd\\\\xcdb\\\\x1d*\\\\xd0\\\\x8d\\\\xdb\\\\xbcu\\\\'\\\\xe9\\\\xe5\\\\xd6\\\\xb6\\\\xc3\\\\xe2M\\\\xe3\\\\xae\\\\xe1\\\\xd3\\\\x11\\\\xe6\\\\x97)\\\\xcb\\\\x01\\\\xe2\\\\xabl^?\\\\x98\\\\xcc\\\\xbdr\\\\xb9\\\\r\\\\xd6\\\\xd9k\\\\x87\\\\xc8\\\\x161,\\\\xe0\\\\x98\\\\x11\\\\x12cI\\\\xed\\\\xd6\\\\xec\\\\xaf\\\\xd9\\\\xb64\\\\xc3\\\\x00\\\\xa21\\\\x95r)\\\\xb4\\\\xf1\\\\x1c\\\\x7f\\\\xb9\\\\xb90+U\\\\xd9\\\\xb2,\\\\xb0\\\\xbf\\\\xff\\\\x00\\\\x87#\\\\xb6\\\\xbdT\\\\xb9\\\\xbds\\\\xe9\\\\x0c\\\\xe6\\\\xd2\\\\n\\\\x82\\\\xbd\\\\xfc\\\\xc6\\\\xa0\\\\xcf`zY.qF\\\\xfaB\\\\x97\\\\x8e\\\\xacw@Bv\\\\x12\\\\xa4\\\\x02\\\\xa3\\\\xb0\\\\xd0\\\\x00\\\\'\\\\xeb\\\\xd2\\\\xa6S\"\\\\xd9\\\\xa9\\\\n\\\\x8e\\\\xc1\\\\x186\\\\xd1b\\\\x8d\\\\xaa\\\\xa6[Q\\\\x04\\\\xcbI\\\\xd0\\\\xf8yt\\\\x04\\\\x84\\\\xc7l\\\\x94\\\\xd1E\\\\xb7\\\\xbbW[\\\\x07\\\\xde\\\\x9bv$\\\\xb7\\\\xa4j|~\\\\xa3\\\\xc3\\\\xa5j\\\\x11\\\\x0eQ\\\\x03\\\\xd1\\\\xd4\\\\xcaq\\\\x1a\\\\x00\\\\x17mz\\\\x00a \\\\x9f\\\\x03\\\\xe3\\\\x1f]:\\\\\\\\\\\\xaet\\\\xc5\\\\x14b\\\\xe8\\\\xad4\\\\xd6\\\\x06\\\\xe0\\\\xc0\\\\xa8ds1:\\\\x18>\\\\'o\\\\xd2z\\\\xaf)\\\\x1f\\\\xaalb\\\\xd8\\\\xa28\\\\xd4+\\\\xfb\\\\x8c\\\\xad\\\\xe1\\\\xe91\\\\x1aF\\\\xad\\\\xf6\\\\xeb\\\\xe2zL\\\\xe6\\\\xcc\\\\x88G50\"\\\\x1av(fBX#\\\\x9dA*d\\\\x85\\\\x90;\\\\x83\\\\xe0\\\\'\\\\xa5\\\\x97\\\\x05\\\\xca\\\\xe9\\\\x1a0\\\\x0b\\\\n\\\\xd3\\\\xd5\\\\xb6\\\\xd2N\\\\xd0\\\\xd3;\\\\xb6\\\\x80\\\\x0cw\\\\xfe\\\\xee\\\\xb8\\\\x9eI`\\\\x07\\\\xec[\\\\xe9\\\\xb0\\\\xb1z\\\\xf6+VC\\\\x1a\\\\xdc\\\\xfe\\\\x11\\\\x1a\\\\xeb&;\\\\x1f\\\\x03\\\\xd0\\\\xca-\\\\\\\\\\\\xd3\\\\x04\\\\xab^i\\\\xa3\\\\x8d\\\\xbe\\\\xbc{k\\\\xb1\\\\xa96X\\\\x06\\\\xeaJ\\\\xbe\\\\xc0\\\\xb1\\\\xdc\\\\xee\\\\x1a\\\\x06\\\\xf1\\\\xef\\\\xd5h\\\\xc8FNj<\\\\x14\\\\xcc\\\\x99T\\\\x15\\\\xf4K\\\\xfd\\\\xac\\\\xf3\\\\xc9\\\\xc8|s\\\\x98\\\\xe2\\\\x07!c\\\\xdb\\\\x83\\\\x9cn\\\\xb6\\\\xab\\\\x18\\\\xc5\\\\x95\\\\xd9X\\\\nj\\\\x06v\\\\xc1\\\\x00\\\\x1e\\\\xdfg^\\\\xeb\\\\xfe\\\\xb3x\\\\xdd\\\\x80\\\\x8e\\\\xb6\\\\x0eA\\\\x1c\\\\xe9\\\\x95\\\\x15-\\\\xd7\\\\xa7\\\\x11\\\\xd8\\\\xbac3\\\\x17\"\\\\xd5\\\\xaf$b\\\\xfa\\\\x11\\\\xa12\\\\x08%w\\\\xce\\\\x80\\\\xc8\\\\xf1\\\\xea\\\\xf6\\\\xfbor\\\\xe0\\\\x13\\\\xd0\\\\xd9j\\\\xc8\\\\xcb\\\\x91\\\\xa6\\\\'\\\\xfaC\\\\x018\\\\x87\\\\x0e\\\\xcbmy\\\\xd7\\\\x7f/\\\\n\\\\xfa\\\\xaa\\\\xc7\\\\xb2\\\\x94c\\\\xee\\\\xf6\\\\x16D}\\\\xb2D\\\\xf8\\\\xf5^;\\\\xcb\\\\xa5\\\\xac\\\\xc8F\\\\x06\"\\\\xa7\\\\x01.\\\\xfa\\\\xd5[\\\\x8c\\\\xa8\\\\x1c:\\\\x83\\\\x97\\\\x85\\\\x8b\\\\x99XRKW\\\\'\\\\xf3V\\\\xf8\\\\x89!\\\\xa01\\\\xed\\\\xf6\\\\x8e\\\\xa8_\\\\xb4\\\\x04\\\\xa3+r`\\\\x1fQ\\\\xc7\\\\xae9\\\\'\\\\xdb\\\\x90\"\\\\xa1\\\\xfbP\\\\xbc\\\\xee7\\\\xf2\\\\x94U\\\\x81\\\\xc4q\\\\xc8*\\\\xb4\\\\x81Y\\\\xc7?\\\\xccB\\\\x04\\\\xc8\\\\xfcS\\\\xf8fH\\\\xfd\\\\xfdhGux\\\\\\\\\\\\x16\\\\xe3\\\\x1dY\\\\xb8\\\\xa9\\\\xf0\\\\xf3U\\\\xe7\\\\xb7\\\\x88\\\\x0e\\\\xec\\\\x13f.g\\\\x1957\\\\x1b\\\\x8eMD\\\\n-\\\\xb4\\\\xd6\\\\xca\\\\xa4(+\\\\x00\\\\xb8\\\\x04\\\\x95>}\\\\xba\\\\xf4\\\\x03wi\\\\xff\\\\x00\\\\xe1\\\\x1a\\\\x81\\\\x0cKt\\\\xc9\\\\xf9ueV\\\\x91\\\\x90zs\\\\x0fE?\\\\xfa\\\\x87\\\\xb7\\\\x91ZV\\\\x86\\\\xc5\\\\xa9=\\\\xba\\\\x82\\\\x80\\\\xc3|\\\\x8dH$uT\\\\xfc\\\\xa4l\\\\xdd\\\\x10\\\\x00\\\\x96\\\\x00G\\\\x02\\\\xf2\\\\xf2W\\\\xc4L\\\\x889\\\\x05\\\\x91\\\\xa6\\\\x85f@\\\\xe8r\\\\x04\\\\xfb\\\\xf5\\\\xd8E{@\\\\x12@\\\\x1a\\\\xcf\\\\xd3\\\\xa5N\\\\xd5\\\\xa8\\\\x9d.\\\\r\\\\xc7:\\\\xa3\" \\\\xcdS\\\\xcd\\\\xeb\\\\x874\\\\xd1\\\\x15\\\\x1a\\\\xec\\\\xe3\\\\x90\\\\xf4\\\\xd4\\\\xb8\\\\xbe\\\\xda\\\\xa0an|\\\\x00\\\\xaa\\\\xca\\\\xb2\\\\xba\\\\x1dIc\\\\xe5\\\\xa7N\\\\x95\\\\xd8\\\\xeeZ-\\\\xa3H\\\\xac\\\\x98T\\\\xb7\\\\xdf4\\\\x89\\\\xdc:I=\\\\xc9{\\\\x98\\\\xe1)\\\\xe4x\\\\xeb\\\\xeadOy\\\\xa5\\\\xad\\\\xc7\\\\x81\\\\xea\\\\xdaC\\\\x82I\\\\x00H`\\\\x08\\\\x1dP\\\\xbb\\\\xf1@Z\\\\xd4\\\\xe3P.F\\\\rN\\\\x7fH\\\\xe6\\\\xaa\\\\xfb\\\\xda\\\\x8e\\\\x18\\\\xf7\\\\xae\\\\x1a\\\\xfdn\\\\xfd\\\\x0e\\\\xf8\\\\x7f\\\\xea\\\\x06#\\\\xe3r\\\\xdcg\\\\xf4\\\\xdeV\\\\xaa\\\\x9f\\\\xfa\\\\x7f4\\\\xa1\\\\x05\\\\xd55\\\\x84\\\\x856\\\\x10\\\\x15\\\\x98\\\\x00G\\\\xa6t\\\\xd7\\\\xaaV\\\\xf7\\\\x9e\\\\xd1\\\\x02@\\\\xf6\\\\xf2\\\\xfe:*\\\\xf7-\\\\x98\\\\x93\\\\xa6\\\\xa1|\\\\xb5\\\\xf9\\\\x97\\\\xe8\\\\xe7\\\\xc8\\\\x7fN9\\\\xea\\\\xb8\\\\xceu\\\\x05\\\\xb8\\\\xd7[\\\\x18\\\\\\\\\\\\xa5\\\\x10\\\\xd5]T\\\\xf7\\\\r\\\\xea\\\\xdacX\\\\x89\\\\xebJ[\\\\x80\\\\xe1\\\\xf0+\\\\x1fy\\\\x19I\\\\xd1\\\\x06\\\\xc0\\\\\\\\V\\\\xb7~?\\\\xb8\\\\xf4\\\\xe3\\\\xff\\\\x00.\\\\xc6bB\\\\x19\\\\x03f\\\\x80\\\\xe8\\\\xc5\\\\xa6\\\\x7fg\\\\xd3g\\\\xdc\\\\x80\\\\xd4\\\\x00\\\\xff\\\\x00N<\\\\xbas\\\\xcdy\\\\xdb\\\\xc4\\\\xa9u~S\\\\x96]\\\\xd8\\\\xd8\\\\xef\\\\xee\\\\xe2!>\\\\xd1\\\\x06\\\\x07\\\\x84A\\\\x03\\\\xc4\\\\x18\\\\x13?\\\\xb7\\\\xa9\\\\xb3\\\\xb7\\\\xd7\\\\x18\\\\xcc\\\\x80\\\\xe3\\\\x96\\\\x07\\\\xb5R\\\\x95\\\\xdcc\\\\x87\\\\x9a\\\\r\\\\xc9\\\\xf1M\\\\x89\\\\x8c\\\\x99\\\\xf9U{\\\\x95\\\\xdc]H\\\\xdb\\\\xb5\\\\xd7B@T^\\\\xc0\\\\x90\\\\n\\\\x99\\\\xfe\\\\xfe\\\\x99\\\\xb8\\\\xb1\\\\x194\\\\xc8\\\\x155\\\\xaf\\\\xe3?\\\\xaa\\\\rR\\\\x889\\\\x9c\\\\x90\\\\x04\\\\xbe\\\\xcb=\\\\xe3U\\\\xc5\\\\xeeuJ\\\\x99l\\\\x10\\\\xd0\\\\xc4\\\\xc2\\\\x8e\\\\xc6 D\\\\x03\\\\xdb^\\\\x91!\\\\xef\\\\x19D\\\\x9a\\\\xf2\\\\xe7\\\\xf8K\\\\xfdY\\\\x87\\\\x7f%+\\\\x8b\\\\xce\\\\xce\\\\xc6\\\\xcf\\\\xab\\\\x1e\\\\xa4\\\\xb2\\\\xec\\\\xba\\\\xc0\\\\xf7\\\\xeb\\\\x05\\\\xca\\\\x94c\\\\'|\\\\x7f\\\\t\\\\xef\\\\x1dy\\\\xcf\\\\xf0\\\\xe79\\\\x18\\\\xc7\\\\xcb\\\\xf8\\\\xcb\\\\x9a\\\\xba/\\\\x985qn\\\\xcf\\\\xe1=\\\\x7f\\\\xea\\\\xdeg\\\\xff\\\\x00\\\\xcd\\\\x98\\\\x7f\\\\xf8\\\\x9b\\\\xfc\\\\xfa\\\\x0fn|\\\\x87\\\\x1f\\\\xfdI\\\\xff\\\\x00\\\\xe6\\\\x0ek\\\\xff\\\\xd6\\\\xae\\\\xfe2\\\\xd9|^K\\\\x0c\\\\xdb\\\\xd4\\\\xe4\\\\xdec&\\\\x84fm\\\\xb0b\\\\xd1^\\\\xa7]\\\\x0f\\\\x88\\\\xf3\\\\xef\\\\xd6$G\\\\xb7\\\\x8dW\\\\xc6\\\\xf6\\\\xd3\\\\x94e^9\\\\xa2\\\\x1f/\\\\xf9\\\\x02\\\\xe0\\\\x00\\\\xf4*\\\\\\\\\\\\xec\\\\x803\\\\x10\\\\x1bH\\\\x81\\\\x1e \\\\x03\\\\xde>\\\\xa3\\\\xa4\\\\xdd\\\\x992M\\\\xddn4\\\\x90\\\\xd8$\\\\xde#\\\\xe5\\\\xb9Ub\\\\xd9Vp\\\\xa9j\\\\x01\\\\xc9\\\\xad\\\\x97{o\\\\xd7l\\\\xb2\\\\x92\\\\x07\\\\xe1\\\\xf3\\\\xfb\\\\xb5\\\\xeb\\\\x84\\\\xc8\\\\x89\\\\x05*\\\\x1b\\\\x99f\\\\xab\\\\xeeK-\\\\xd9-\\\\xcc\\\\xca\\\\xb9rk\\\\x0cYj\\\\x83\\\\xed\\\\x8d\\\\xcf\\\\xb3X\\\\xd4\\\\x03\\\\xde<\\\\xbc\\\\x07~\\\\x91\\\\xa4\\\\x90\\\\x1dW\\\\xbds\\\\x1c\\\\x18$\\\\xfe[?\\\\xdfj\\\\xcd\\\\x14~UB\\\\xaa\\\\xa5h\\\\xeb\\\\x06 \\\\xed \\\\x9d\\\\xc3\\\\xea\\\\x00\\\\xd7\\\\xa7\\\\xc88dR$\\\\xe0\\\\x11\\\\x9e(\\\\xddux\\\\xb8j\\\\x81_\\\\x13u\\\\x85`\\\\xcb\\\\xc4\\\\x96\\\\x98!\\\\x80\\\\xd4\\\\xf8\\\\xf4\\\\xc8\\\\xc2\\\\x98\\\\'DR\\\\x98\\\\xab7\\\\xe3\\\\xf6d\\\\x04z\\\\xf9\\\\x03\\\\xab\\\\x92\\\\x1a\\\\xa5%\\\\xc2*\\\\x82\\\\x00\\\\x0e\\\\xc4j@1\\\\xdb\\\\xcb\\\\xa6\\\\x08i\\\\x0cV\\\\x8e\\\\xd37\\\\xc5%|\\\\xcf+\\\\x1b\\\\x8f\\\\x14\\\\xd9\\\\x8fj\\\\xdbx\\\\xf7\\\\x056D \\\\xdb\\\\xe9;@\\\\xd4LI\\\\xf2\\\\x1fg^o\\\\xe4fc=c\\\\x11\\\\x87\\\\xf0\\\\xaf\\\\x80\\\\xe4\\\\x81\\\\x82\\\\xe8\\\\x0f\\\\xf6\\\\xfb\\\\xf0jc\\\\x18\\\\xccj\\\\xf0F^\\\\x8b\\\\xf2jLsz\\\\x95\\\\x15\\\\xfb\\\\x82bL\\\\x1d\\\\x04\\\\xfd\\\\x91\\\\xdb\\\\xa3\\\\xf6\\\\xee^\\\\x80\\\\xb6%M:\\\\xaa\\\\xdc\\\\xd8\\\\x0f\\\\xe3\\\\xaa9@\\\\x9cY\\\\r\\\\xa0\\\\xd9E\\\\x97.\\\\xc0\\\\xccf\\\\xabk\\\\xdd\\\\x01gI\\\\x07i\\\\x98\\\\x07\\\\xb7K\\\\xd8\\\\\\\\03\\\\x8c\\\\x86.\\\\x08|<\\\\xbc\\\\x95+\\\\xb01 \\\\x8cV\\\\x9e[\\\\x90\\\\xa3\\\\x85\\\\xe2o\\\\xcb\\\\xa9\\\\x1b\\\\x92\\\\xccg\\\\xaa\\\\x9c\\\\xbd\\\\x05\\\\x8b\\\\xf2\\\\x12\\\\xd5\\\\x84\\\\x9d\\\\xc1\\\\xec\\\\xcdY\\\\xd1\\\\x1d,S:\\\\xdc\\\\xf97W\\\\x91\\\\x90`XK_\\\\xb4m,\\\\t\\\\x07~\\\\xbeCN\\\\x8e\\\\xfd\\\\xefz~\\\\xe4\\\\xb1&\\\\xa7\\\\x07<\\\\xd1\\\\xc2\\\\x00\\\\x10\\\\x0e\\\\x1fe=\\\\x07\\\\xf3-T\\\\xb8\\\\x94#\\\\xf9n\\\\xc3\\\\xc3\\\\xc0\\\\x91\\\\xd3 g\"C\\\\xff\\\\x00I\\\\xba`\\\\x0f\\\\xa7\\\\x05\\\\xbe\\\\xac7\\\\xb1Z\\\\xd0F\\\\xc6m\\\\x8b\\\\xe6\\\\xd1\\\\xdc\\\\x93\\\\xd4\\\\xfb\\\\x13\\\\x90\\\\xd4\\\\x0b9\\\\xf1N\\\\xb7h\\\\x178\\\\x8f>\\\\xd5\\\\x98\\\\xe3\\\\xac\\\\xb1\\\\xd4\\\\x06U\\\\x07\\\\xd2\\\\x04x\\\\x8e\\\\xf1\\\\x1d\\\\x1f\\\\xb0fEC\\\\x15\\\\x03npQ\\\\x1b\\\\x1d\\\\xdd\\\\x8aG\\\\xfc\\\\xa2d\\\\x90@a\\\\xdb\\\\xb7\\\\x9fH\\\\x95\\\\xb9L\\\\x1e@\\\\xa5\\\\xca\\\\xd7\\\\xa9\\\\x9a\\\\xaa;\\\\xe31td\\\\x8d\\\\x8a\\\\x1bj\\\\xf9DL\\\\xf43\\\\xdb\\\\x90C\\\\x1ab\\\\xdc\\\\x92\\\\xb4\\\\x99T\\\\x06g\\\\x0b\\\\x04{\\\\xab\\\\xac\\\\xda\\\\x00z\\\\xd4\\\\x81i\\\\xec$\\\\xf6\\\\x1bH\\\\xe8m\\\\xde\\\\xb9lk`@8\\\\xe1\\\\xe1\\\\xdc\\\\x80\\\\xdb\\\\x7f\\\\xba\\\\xac~c\\\\xfaY\\\\xfak\\\\xf3\\\\xbckq\\\\xfeK\\\\xf1\\\\xac\\\\x02l\\\\x9fr\\\\xda\\\\x91+\\\\x0c_OP\\\\x10\\\\x0c\\\\xf7\\\\xf0:w\\\\xea\\\\xed\\\\x8f\\\\x97iT\\\\xd3>J\\\\xb9\\\\xb2[\\\\x06=8\\\\xfc/\\\\x9c\\\\xff\\\\x00\\\\xaf\\\\x9f\\\\xec9\\\\xf1\\\\xa9^C\\\\xf4\\\\xc7\\\\x06\\\\x8b8\\\\xfa\\\\x10\\\\x81^>\\\\xe1\\\\x92\\\\xae\\\\xceO\\\\xf3\\\\xebvee\\\\x12\\\\x00e\";\\\\x91\\\\xd7\\\\xaa\\\\xdb|\\\\xc7\\\\xb9(\\\\x08\\\\x81\\\\x12\\\\x03c\\\\xfbv\\\\xf5\\\\xe0\\\\xf4\\\\rf\\\\x0eK\\\\x90\\\\xbeV\\\\xfc\\\\xbf\\\\xe1\\\\x1c\\\\xdf\\\\xc4\\\\xf9\\\\xac\\\\xce\\\\x07\\\\xe4\\\\\\\\e\\\\x9c_-\\\\x82\\\\xe5n\\\\xc4\\\\xb7M\\\\xc4\\\\x18\\\\xdc\\\\xa7\\\\xf8\\\\x87\\\\x88#\\\\xafW\\\\xb4\\\\xf9\\\\x11*\\\\x1a\\\\x1c\\\\xfa+ \\\\x8f\\\\xb4\\\\x9d\\\\x0f\\\\\\\\\\\\xca\\\\xc4\\\\xaei\\\\xaeh\\\\xa5`(\\\\x01H\\\\x0c`\\\\x90t\\\\x81\\\\xf6x~\\\\xce\\\\xa0\\\\xaa3$\\\\x9e\\\\x88\\\\x07;K\\\\xd7\\\\x9b\\\\xee\\\\xb1\\\\x95\\\\xc9\\\\xad]5\\\\x92\\\\x02\\\\x8d\\\\x90\\\\x7f\\\\xf0\\\\xf4\\\\xb7u\\\\x7fk m\\\\x8e\\\\x94A\\\\xba\\\\xe5a~\\\\xeb\\\\x97,\\\\x94\\\\xc1\\\\x1d\\\\xfb\\\\xf8\\\\x18=J\\\\xe5\\\\xf4\\\\x07\\\\xfd\\\\xac\\\\xf2\\\\x957\\\\xc6\\\\xf9\\\\x8e*\\\\xcaC\\\\xe4\\\\xd7u6\\\\xd0\\\\xf5\\\\x12X-\\\\x8cw\\\\x13#\\\\xb6\\\\xb1\\\\xf6\\\\xf8\\\\xf5\\\\xe4~z\\\\xd0\\\\x8d\\\\xfdL^@3tpx\\\\xea\\\\xb0\\\\xb7\\\\xbf\\\\xb9\\\\xe5\\\\xc1]K\\\\xc9\\\\xb5\\\\x98\\\\xa2\\\\xab\\\\xaeZ\\\\xf6\\\\xe4\\\\xab\\\\xd7\\\\x8c\\\\xa5\\\\xcb?\\\\xa7U\\\\x04A\\\\x02F\\\\x9a\\\\xf5\\\\xe47\\\\xf6ei\\\\x89b\\\\xf4\\\\xc5W\\\\xb4I[q\\\\xf3+\\\\x15\\\\xd0\\\\xac\\\\xa1k\\\\xc6om\\\\xc3I\\\\x1d\\\\xb7\\\\x1e\\\\xe6LL\\\\xce\\\\xbf\\\\xe5T]\\\\x83\\\\xe9!\\\\x80\\\\xa2&\\\\x00c\\\\xd7\\\\xb5\\\\xd1<\\\\x056^\\\\r\\\\x8ek\\\\xf6\\\\xd4\\\\x9a\\\\xaar\\\\x04\\\\x80DF\\\\xd3\\\\x03]&<{\\\\xf5f\\\\xce\\\\xdeD\\\\xd6\\\\x8d\\\\xe2\\\\xd4o\\\\xedH\\\\x985\\\\x1c\\\\x15b\\\\xf0V\\\\xfc{\\\\xf2\\\\xf6e\\\\xf3\\\\xeb\\\\x94\\\\xd5\\\\xe3\\\\xba\\\\xe3\\\\x8e\"\\\\x80\\\\x7f\\\\x98\\\\xa8\\\\x00\\\\x97\\\\xb0\\\\x02\\\\x15@=\\\\xfc\\\\x7f\\\\x7f[\\\\x1bocI\\\\x94\\\\xdd\\\\xf2\\\\x88\\\\xcf\\\\xb5\\\\x03\\\\x90\\\\xce\\\\x1c=Ui\\\\xfa\\\\x89\\\\xf3,UZ\\\\xf8\\\\xce6\\\\x97\\\\xc2\\\\xe3}Wb\\\\xb1ou\\\\xacy\\\\xf4%\\\\x8eg\\\\xf0\\\\x8e\\\\xdeRg\\\\xbfC\\\\xf3\\\\xdb\\\\x88\\\\x1b\\\\x02\\\\xc8\\\\x0c1\\\\xef\\\\xed\\\\xe8\\\\xab\\\\xeb\\\\x12\\\\x91\\\\xd3\\\\xfa\\\\xa0\\\\x1c\\\\x06x\\\\xca\\\\xa9k@\\\\xd6{BCVIr>\\\\x80Oc\\\\xae\\\\x9e\\\\'^\\\\xbeqz\\\\xc4\\\\xa5F%\\\\xbe\\\\x9crV\\\\xe1!\\\\x13Z\\\\x02\\\\x9dqs\\\\x1a\\\\xca\\\\x80\\\\x16\\\\x96!\\\\x1a\\\\xcb\\\\xab\\\\xa7\\\\xf8\\\\x14)E\\\\x92\\\\xc4\\\\x83:\\\\x08\"{\\\\t\\\\xe8-\\\\xd9\\\\x91\\\\x8b\\\\xc2L\\\\xc1\\\\xc8\\\\xe5\\\\xcb\\\\xec\\\\x190\\\\xb1!\\\\xc3\\\\xf2P\\\\xb3\\\\xf2\\\\xd7\\\\xd2\\\\xfb\\\\xdc\\\\xbdh\\\\tbP+\\\\r\\\\x08#n\\\\x82 N\\\\xbf\\\\xdd&\\\\xac\\\\x87\\\\xeaC\\\\xb8\\\\xe2\\\\x8c\\\\x99\\\\t\\\\x08\\\\x9a\\\\xb3 \\\\xb7\\\\xf2\\\\x99\\\\x16\\\\xef\\\\xb1-T,\\\\xdb\\\\x9e\\\\xe2\\\\xa1\\\\x9fQ\\\\'\\\\xd7\\\\x00\\\\xf7?\\\\xdb^\\\\xac\\\\x0b\\\\xd2\\\\x0e1|\\\\xe8\\\\xfe)ZAn\\\\x88\\\\r\\\\xf9\\\\x86\\\\xbdw*\\\\xaa6\\\\xa1\\\\xcc\\\\x9f\\\\x01\\\\'_\\\\xb7\\\\xb0\\\\xfb\\\\xfa\\\\x88\\\\xdbp\\\\xa0\\\\x9eH\\\\r\\\\xb9\\\\xf9^\\\\xdd\\\\xa9[\\\\x94\\\\xa8\\\\xd6Y\\\\xd4\\\\xb1 \\\\x90#Q1\\\\xa0=\\\\\\\\\\\\x8c\\\\x06\\\\x1dP\\\\x92\\\\xdd\\\\xc8e\\\\x99\\\\x8a@Tb\\\\xae\\\\xbd\\\\xce\\\\x8cP\\\\xeb\\\\xa9\\\\'\\\\xc2I\\\\xef\\\\xd3\\\\x85\\\\xb3\\\\x9a\\\\x02X\\\\xb3(\\\\xad\\\\xc8\"\\\\x8a\\\\xa1\\\\xd4\\\\xc4\\\\x10\\\\x00\\\\x88\\\\x1e\\\\x1d\\\\xe3\\\\xbbk\\\\x00\\\\xe9\\\\xd1\\\\x8b$\\\\xba1*UD\\\\xb7\\\\x933f\\\\xef\\\\xc2w\\\\x93Q\\\\xd2V\\\\x0c\\\\x02\\\\x07rg\\\\xb7\\\\xfd\\\\xbd66\\\\x10\\\\xbd@\\\\xc9\\\\x07\\\\xca\\\\xcf\\\\xcc\\\\xc8\\\\xf7\\\\x05)\\\\xedUp\\\\xd8@\\\\x044i\\\\xae\\\\x9eS\\\\xa7Vm\\\\xda\\\\x84q\\\\xa9\\\\x08\\\\x80\\\\x12\\\\x08e\\\\\\\\u5\\\\x8d\\\\xde\\\\xd9\\\\x0e\\\\xe3sd1\\\\xdc\\\\xd3:\\\\xcc\\\\x833\\\\x1d>W\\\\x89\\\\xfc#\\\\xa1\\\\xa3\\\\xf7\"iTAe\\\\x0c\\\\x7f\\\\x10\\\\xf1\\\\x00\\\\x1d7I\\\\x91\\\\xac\\\\xf6\\\\xfe\\\\xee\\\\x90d\\\\x8cE\\\\xa8\\\\x14\\\\xba\\\\xaam\\\\xe4\\\\n\\\\xc8\\\\x133\\\\xe4$\\\\x9f\\\\x19\\\\xf0\\\\xe9R\\\\x90dZ\\\\t\\\\xa2\"(\\\\xb4\\\\xb9\\\\x01\\\\x80fmT\\\\x91\\\\x13\\\\xac\\\\xf6:\\\\xf6\\\\x9e\\\\xff\\\\x00wI\\\\xd6\\\\x191\\\\xe8\\\\xe3%\\\\xba\\\\x8aUd\\\\xc1d]eA\\\\x95\\\\x07\\\\xb1\\\\xd7\\\\xb7\\\\xd6:\\\\x19\\\\xc92\\\\x14\\\\xeeS\\\\xd6\\\\xb0J\\\\x92\\\\xfe\\\\xe2\\\\xa9\\\\x0b,\\\\xa2\\\\xc2g\\\\xd4\\\\x04\\\\xfd&zI<`\\\\x88)M\\\\xbd\\\\x7f\\\\x9aI\\\\n\\\\x1c{u\\\\xc0\\\\n\\\\xdb{\\\\x03\\\\xb8\\\\x81\\\\xdb\\\\xa5\\\\x864N\\\\x01\\\\xbf*mu:\\\\x8b$)\\\\x08\\\\x80\\\\x924\\\\xdd\\\\x07M\\\\x00\\\\xf0\\\\x93\\\\xdb\\\\xa5\\\\x99\\\\x02\\\\xca\\\\x00%~}\\\\xe2\\\\xc0A\\\\x12\\\\x8c6\\\\xba\\\\xc8\\\\x04\\\\xe8c\\\\xbf\\\\x97\\\\x7f.\\\\xb83\\\\'i\\\\xfe\\\\xd4\\\\xfcc\\\\xb4l\\\\xacN\\\\xe8\\\\xdc\\\\x08\\\\xf4\\\\xed\\\\x07\\\\xb80\\\\xa0\\\\xcf}:L\\\\xc3\\\\xd4\\\\xa6A\\\\x19\\\\xe3\\\\xd5NPZ\\\\xd9\\\\xbb\\\\x08RI\\\\x04\\\\x9d`\\\\xeb\\\\xacx\\\\xc0\\\\xe92\\\\x81\\\\x98d\\\\x7f\\\\xa9wG\\\\xea\\\\xc1,\\\\xee\\\\xa2\\\\xefr\\\\n\\\\xb32\\\\x82C5\\\\x82B\\\\xca\\\\x89\\\\xee~\\\\xe8\\\\xe8\\\\xa1\\\\xb2\\\\x9c\\\\x89\\\\x14\\\\xa0\\\\xca\\\\xbcuC;\\\\xa1\\\\xf8\\\\xf1^*\\\\xda\\\\xd1]Kc\\\\'\\\\xe0\\\\x907\\\\rF\\\\xd9\\\\xd2<4\\\\'\\\\xaa\\\\xf1\\\\xb59`\\\\x1dD\\\\xe5\\\\x10j\\\\xa2\\\\xe4\\\\xb23\\\\x1fCnR7\\\\x07\\\\x80\\\\xbb\\\\x84\\\\x16\\\\x8df&;v\\\\xe8t\\\\xb1d\\\\x1a\\\\x8f$2\\\\xcb\\\\xce\\\\xf1j(\\\\xa8\\\\x01\\\\xb9\\\\x05\\\\x9a\\\\x1d\\\\xa6\\\\x0cO}@\\\\xe9\\\\x82\\\\x14cT&D\\\\xf4YU\\\\xcb\\\\x1c{w=\\\\x86\\\\xd0\\\\x01(\\\\xcc=24\\\\x06A\\\\xf0\\\\xf0\\\\x8d:\\\\xe9m\\\\xf5\\\\n\\\\x06E\\\\x19\\\\xb5\\\\n\\\\xe9\\\\x7f\\\\xf6\\\\xc9\\\\xf3\\\\xb3\\\\xc3~\\\\xa6\\\\xf1|e\\\\x99\\\\x89\\\\x8d\\\\x8b\\\\xce\\\\xa3\\\\xe1\\\\x9bm \\\\xaf\\\\xb8\\\\x04\\\\xd6$\\\\xf6\\\\xdd\\\\xdb_\\\\xef\\\\xebC\\\\xe2%;\\\\x17}%\\\\x89\\\\xafz\\\\x0b\\\\xf1\\\\xf7\\\\x07b\\\\xfa\\\\xbd^fu\\\\x9c}\\\\xa8\\\\x0f\\\\xb7\\\\x82\\\\xef\\\\x16\\\\xee]\\\\xc4\\\\x15\\\\x89\\\\x01\\\\x87\\\\x84\\\\x8f\\\\x0e\\\\xbd\\\\xef\\\\xf9{\\\\x89\\\\xed\\\\x88}6\\\\xe4A.\\\\x1e\\\\xa1\\\\xb3\\\\xee\\\\x18rI\\\\x1a\\\\xa2\\\\x08\\\\xc4a\\\\xd8\\\\xff\\\\x00\\\\x94+\\\\xf3\\\\r`b\\\\x8c/U\\\\xfcvk,`\\\\x8fH#_\\\\xb2z\\\\xcb\\\\xbeL\\\\xc4\\\\xa4\\\\xda\\\\x8b\\\\xd4\\\\xe6O0\\\\xba21j\\\\xb0P\\\\x8dvSK\\\\xd8\\\\xb9U\\\\x84{w-l\\\\x9e\\\\xb5Viq\\\\xa4\\\\x02\\\\x07\\\\x84\\\\xfe\\\\xde\\\\xb2\\\\xbf\\\\xc4\\\\x88\\\\x8e\\\\xa1 \\\\x1f,\\\\xf1\\\\xaa\\\\xb9\\\\x0b\\\\xaf\\\\x16^]}\\\\xea\\\\xebeV\\\\xa5\\\\x02\\\\x91\\\\x16Z\\\\x8a\\\\n\\\\x8f-\\\\x041Y=\\\\xbaM\\\\xd9\\\\xdc\\\\x84\\\\xc4\\\\xad\\\\xcbH\\\\x8d\\\\x0b\\\\x0e\\\\x7fdQc\\\\xfb\\\\x07Q\\\\xf1\\\\xf2\\\\xaf\\\\xc5\\\\xcd\\\\xb4X\\\\xabN\\\\x16b\\\\xef\\\\xaa\\\\xa5\\\\n\\\\xbbmbI\\\\xf5\\\\x16\\\\x00\\\\x87\\\\x00\\\\x91\\\\xe5\\\\xd5\\\\xcb{\\\\x8b\\\\x96\\\\xe2d\\\\x03D\\\\xf2\\\\xe3\\\\xc1\\\\t\\\\x84fk\\\\x8f\\\\xd97\\\\xe1\\\\x8b1q\\\\x9b\"\\\\xdd\\\\xa7\\\\xdd:\\\\xa1\\\\x01\\\\x8a2\\\\x9fI\\\\x9f\\\\x0f\\\\xaf\\\\x87W\\\\xb6\\\\x96\\\\xa5\\\\xb7\\\\xb6oI\\\\x9aY\\\\x10\\\\t\\\\x04V\\\\'\\\\xa5q\\\\xc9X\\\\x8d\\\\xc6\\\\x0c\\\\xbd\\\\xbd\\\\xd2\\\\xdc_\\\\xcc\\\\xdc\\\\xc9[3\\\\xfe\\\\x08-\\\\x0b:\\\\xcf\\\\x94\\\\x9e\\\\xa6s\\\\x17m{\\\\x93a\"pg\\\\xa6o\\\\xd5\\\\xd4N\\\\xa2\\\\x8a\\\\x1d\\\\xfc\\\\x8f\\\\x0b\\\\x86\\\\xfc^.[\\\\x97\\\\xbb\\\\x92\\\\x17/\\\\x13{\\\\xe8\\\\xeff8\\\\rl\\\\xa8\\\\x81!O\\\\x8e\\\\x9d\\\\\\\\\\\\x97\\\\xb1\\\\x18FR\\\\x89\\\\x94Z\\\\x93\\\\xc0\\\\x821&9\\\\xb6\\\\t P\\\\xbe!nh\\\\xc7\\\\xdfj\\\\xe4\\\\xb5VR\\\\x16\\\\xc3\\\\x90\\\\xb1\\\\x08 \\\\xb0fV\\\\x07w\\\\xd8\\\\x07]b\\\\xf8\\\\xb1#=E\\\\xc1\\\\x05\\\\xf2\\\\xae\\\\x04\\\\xbe,\\\\xf5d\\\\xa9Xv\\\\x00\\\\x0e>\\\\xea\\\\xa8\\\\xf9g\\\\rfy\\\\xc4\\\\xab\\\\x8c\\\\xe3\\\\x07#F><]\\\\xc8T!.{\\\\x01\\\\xd7]\\\\xc0\\\\x17f\\\\x1b~\\\\xb1\\\\x1auG}\\\\xb7\\\\x06\\\\xe0\\\\x16`\\\\xe06\\\\xa3V/\\\\x9dUyG\\\\xd2\\\\xe6\\\\x8b\\\\x9b?T\\\\xbe\\\\x1d\\\\xc3s\\\\xbc\\\\x16G\\\\x13\\\\xcb\\\\xa8\\\\xcb\\\\xaa\\\\xeb\\\\x03\\\\xd3\\\\x96\\\\xc5\\\\r\\\\x98\\\\x97\\\\x19J}J\\\\xa3Um\\\\x08\\\\x00i\\\\xe2z\\\\xa7\\\\xaf\\\\xd9\\\\x98l\\\\x1f\\\\xc1S\\\\xbbd\\\\\\\\\\\\x89\\\\x01|\\\\xe0\\\\xf9o\\\\t\\\\x95\\\\xf1\\\\xeec#\\\\x85t\\\\x0f\\\\x99\\\\x8e\\\\xe2\\\\xa7H\\\\x05[d\\\\x05\\\\xb3X\\\\x00@\\\\x93\\\\x07\\\\xf6u\\\\xbe/\\\\xb8\\\\xf4\\\\x872\\\\xcb\\\\xb35\\\\xe4\\\\xf7vtJ\\\\xb4d\\\\xb1\\\\xc5c5\\\\x99\\\\x995c\\\\xc8\\\\xa8\\\\x7f3.$ \\\\x83\\\\x11\\\\x00\\\\xf6\\\\x85\\\\xf5\\\\x11\\\\xf6x\\\\xf5\\\\xa9\\\\xb2\\\\x96\\\\x93(\\\\xf4~\\\\xd5\\\\x93r>\\\\xa1\\\\xc9\\\\xfe\\\\x8b\\\\xde\\\\x7f6\\\\xd6\\\\xa9\\\\xa9\\\\xc4\\\\xc76%[TX\\\\x1fi!L\\\\xc1i\\\\xf1\\\\x90DGAsT\\\\xcc\\\\x80\\\\xa8\\\\x01\\\\xf9U2w\\\\x19\\\\xb9\\\\x92\\\\xa1qxJq\\\\xf1\\\\xb3\\\\xafOx95\\\\xda\\\\x8d\\\\xf8\\\\xe1\\\\xb6\\\\x9b\\\\x18\\\\x9dI\\\\x1e\\\\x04\\\\x93?`=.\\\\xdc\\\\\\\\j\\\\x7f\\\\xd9\\\\x9d\\\\xf1\\\\x1d\\\\xf9\\\\xa5\\\\x98\\\\x87\\\\xec\\\\xf3R2.\\\\xc298mR\\\\xaa\\\\x0fp\\\\xad\\\\xa8\\\\x80\\\\x87b\\\\xc3hf\\\\x08\\\\x0c\\\\xa9#BO\\\\xdcz\\\\x0b\\\\xbbx\\\\xb8\\\\x91:\\\\\\\\\\\\xe9x\\\\xe2_\"\\\\xc8ay\\\\xd8\\\\x01\\\\x85YD\\\\xfe\\\\x95W\\\\xfeJ\\\\xff\\\\x00\\\\xe3\\\\xeb\\\\x1b\\\\xfc\\\\x08\\\\xff\\\\x00\\\\xb8\\\\xf9~\\\\x15\\\\xafpr\\\\x0b\\\\xff\\\\xd7@\\\\xc4\\\\xc1\\\\xbb\\\\x8f\\\\xb6\\\\xbb\\\\xb9\\\\x05D\\\\xb6\\\\xd5of\\\\xaaI\\\\xb1\\\\xdc\\\\x06#sO\\\\xe2\\\\x9f\\\\x0f.\\\\xb2\\\\xae[\\\\xd1\\\\x8ek\\\\xe3\\\\xb0\\\\x86\\\\x92\\\\x1d\\\\x00\\\\xf9\\\\xd6+b\\\\xe7ceZMg\"\\\\xad\\\\xb5T\\\\xcd\\\\xb9F\\\\xe0\\\\x18\\\\x93\\\\x1b\\\\xbc\\\\x08\\\\xef\\\\xafUnE\\\\xa4\\\\x87v\\\\x18\\\\xb8I\\\\\\\\N\\\\x1eNK\\\\xb5\\\\x9c\\\\x83\\\\x07\\\\xe3(\\\\x04[\\\\xed~!\\\\xd8z\\\\x7f\\\\x08$\\\\x10#wo\\\\x1f\\\\xacB\\\\x1a\\\\x87\\\\xab\\\\x05V\\\\xd8$\\\\xf3\\\\r\\\\x87U\\\\xef\\\\'o\\\\x15e\\\\x17{)\\\\xecU\\\\x89YJ\\\\x12\\\\xd6\\\\xd5\\\\xc9\\\\xd2X\\\\x93\\\\xd8\\\\x96\\\\xff\\\\x00P\\\\xef\\\\x1d\\\\x0c\\\\xe4E\\\\x02\\\\xb98\\\\tE\\\\xc3QU\\\\xc7\\\\x88\\\\xba\\\\x9d\\\\xd96\\\\x11b\\\\x9fMMeL\\\\xa1\\\\x89\\\\x10e\\\\xb5\\\\xd0N\\\\x9d\\\\xbe\\\\xfe\\\\xa6\\\\xdc3)q\\\\xb0\\\\xff\\\\x00\\\\xaf\\\\x9fb3N}\\\\x18\\\\x1c66 U|\\\\xec\\\\x8b\\\\x7f1\\\\x93j\\\\x827\\\\xd6\\\\x14(\\\\n{\\\\xc6\\\\x87N\\\\xde\\\\x00OV\\\\xe3r1\\\\x80\\\\x00UX\\\\x85\\\\xb1\\\\x10A\\\\xcd2\\\\xf0\\\\xfc\\\\xaa5\\\\x1bE\\\\xec\\\\xfb\\\\xcf\\\\xb7V\\\\x18r\\\\x08\\\\x0c\\\\xde\\\\x06\\\\t\\\\x00\\\\x99#\\\\xc8h:\\\\x03pI\\\\x81W\\\\xf6\\\\xb8\\\\xd5X\\\\x9f\\\\xa7\\\\xdf\\\\xa7X\\\\xdf\\\\xa8\\\\xbf)l\\\\xcc\\\\xc6?\\\\xd1\\\\xb8\\\\x159\\\\x19\\\\xd4\\\\xdc\\\\xc0#\\\\x92\\\\xc3\\\\xda\\\\xac\\\\x96:\\\\xcf\\\\x8ck=y\\\\x8f\\\\x92\\\\x94b\\\\xf2\\\\xc5\\\\x9e\\\\x9dr[{]\\\\xb8\\\\xb8Yw\\\\x9e\\\\x0f\\\\x06\\\\xa6\\\\xac\\\\x0c\\\\x9e\\\\\\\\[\\\\xc2\\\\xf1\\\\x15\\\\xfbc\\\\x83\\\\xc7\\\\xa9K[\\\\x91IsU\\\\x85Ae\\\\x12\\\\x00$Os\\\\x10F\\\\xbdy\\\\xe1`\\\\\\\\k\\\\xb7\\\\xde:\\\\xb0\\\\xff\\\\x00t\\\\x87E\\\\xb4$#\\\\x1d\\\\x10b\\\\xdeI\\\\xef\\\\xe3\\\\x9c\\\\xae&\\\\x05\\\\x96r\\\\x96Qe\\\\xfc.%\\\\x9e\\\\xde.\\\\x16\\\\x0b\\\\xec\\\\xc9[+o\\\\xe5\\\\xb3\\\\x92\\\\xacS\\\\xf0\\\\x82A\\\\xd0\\\\x9d\\\\x07V\\\\xe38\\\\xcd\\\\xaei\"\\\\xd8,\\\\x1a\\\\x87P\\\\xc1\\\\xd1\\\\xcc\\\\x11\\\\xc9\\\\xf9\\\\xabO\\\\x0f\\\\x97\\\\xf9\\\\x06g\\\\xc8r\\\\xab\\\\xe63y^:\\\\xaeR\\\\xbcb\\\\xb4\\\\x1a\\\\xd1r2)X\\\\t*\\\\xac\\\\xa0\\\\xad\\\\x88\\\\x1a]\\\\x04\\\\x81\\\\xd3\\\\xa1;\\\\x97.JWL\\\\xa2\\\\x18v\\\\xcb\\\\xb7\\\\xb4f\\\\x9c\\\\x19\\\\xaa\\\\x8e\\\\xe3\\\\xf0\\\\xbcu\\\\xb9\\\\xbc\\\\x9eO\\\\x1d^\\\\xdc\\\\x1c\\\\xb67\\\\xaf\\\\xe5\\\\xaeZ\\\\x8dC\\\\xdb5\\\\xa1k\\\\x15\\\\xbdFu\\\\xf5C\\\\x1e\\\\xfa\\\\xf5\\\\x978\\\\xc6\\\\xe5\\\\xd6\\\\r\\\\xa4\\\\xb9\\\\x8b\\\\x16 u9\\\\xd7#_\\\\x14\\\\xf9N\\\\x98Tc\\\\x9a1\\\\x8c\\\\x96f]]\\\\xfc\\\\xa18\\\\xb8\\\\xf7)\\\\xab\\\\x88E\\\\x15\\\\xd6R\\\\x91\\\\xb6\\\\xc6\\\\xb1\\\\xc9\\\\x9fSm\\\\xd1N\\\\xba\\\\x13\\\\xd1N\\\\xc9\\\\x12\\\\x06\\\\xe1\\\\xf4\\\\x9eM@\\\\xb8\\\\\\\\\\\\x7f\\\\xd7\\\\x10\\\\x9b\\\\xf8\\\\xfb\\\\xec\\\\\\\\\\\\xa7\\\\xce\\\\xc4\\\\xa2\\\\xfco~\\\\xba\\\\xc5\\\\xf8\\\\xd9.\\\\xd1[(\\\\x88\\\\xf5\\\\xf9\\\\x83\\\\xf7\\\\x8d{\\\\xf5f\\\\xce\\\\xe2p\\\\xbf\\\\xae\\\\xd4t\\\\xb8\\\\x0e\\\\t\\\\xcd\\\\xb0/\\\\xd3\\\\x9a\\\\x96 b\\\\x0b\"7T\\\\xb9\\\\x01\\\\x895VY\\\\x8e\\\\x92X)>\\\\nt\\\\x9e\\\\xdd?qd^q\\\\xe9\\\\x05\\\\xf1w\\\\x00\\\\xf2\\\\x074\\\\x11\\\\xc1\\\\xde\\\\x9c\\\\x90|\\\\xeb\\\\xb2x\\\\x8a\\\\x86E\\\\xb86~^\\\\xc1>\\\\xef\\\\xf0\\\\x1d\\\\xb2[i\\\\x12{\\\\r4\\\\xef\\\\xe3\\\\xd5h\\\\xc6\\\\xe6\\\\xd8z\\\\xe0c\\\\xa8g\\\\x81\\\\xec(%h\\\\x9a\\\\x8c\\\\x15{\\\\xce\\\\xfe\\\\xa6e\\\\xf1J\\\\xb8\\\\xaa\\\\xbc\\\\x8f\\\\xa46Kz\\\\x01E\\\\xc8\\\\xcc\\\\x87\\\\xdb6\\\\x83`n\\\\xec\\\\xa4\\\\xea&|\\\\xbbtv\\\\x84,M\\\\x88\\\\xa6\\\\xaa\\\\xbe$r\\\\x1d\\\\xd8#:\\\\xa4AG2o\\\\xc2&\\\\xc5\\\\xc4K1\\\\xeaf\\\\x1e\\\\xd9\\\\xfe!\\\\x1fA\\\\xf5\\\\xebOqv\\\\xc5\\\\xc3(\\\\xdb\\\\x12\\\\x8c\\\\\\\\3\\\\xe2\\\\xadNQ\\\\x85cN\\\\xc5F\\\\xfe\\\\xad|\\\\x1f\\\\x1a\\\\x91g\\\\xc8\\\\xf12\\\\xff\\\\x00\\\\xeb\\\\x89[s\\\\xf1\\\\x01f\\\\xa7#P{\\\\xacA\\\\xf1\\\\xd6g\\\\xe9\\\\xd6G\\\\xcam\\\\x06\\\\xda\\\\xe5N\\\\xa2qj\\\\x8a\\\\xa5_\\\\xb4\\\\x08s\\\\x8b*\\\\xf3\\\\x8aZk\\\\xe3\\\\xf2\\\\x03\\\\xb5.\\\\x82\\\\xbb\\\\x16\\\\xa9\\\\xb4\\\\xa5\\\\x95\\\\xfb\\\\x84A\\\\xf6\\\\xc4\\\\x83\\\\xdc\\\\xcfm5\\\\x9f\\\\x1e\\\\xb2\\\\xee\\\\x16\\\\xb6G,+\\\\xdc\\\\xa9[\\\\x04\\\\xcb\\\\x15f\\\\xf1\\\\x9c\\\\xcb6\\\\x1f\\\\x1a\\\\xb8<\\\\x8b\\\\xe4\\\\xae&0\\\\xaf2\\\\xb2\\\\x18\\\\x82\\\\xc6\\\\x7f\\\\xe5\\\\xb3H\\\\xf5\\\\x01>`\\\\xc7\\\\xd9\\\\xd4N\\\\xf0q\\\\x18\\\\xc9\\\\xcba\\\\x94y\\\\xb7j\\\\xb4\\\\x0bF\\\\x8d\\\\xf7Lu\\\\xe5\\\\xfbt\\\\xd5\\\\x0b\\\\xb7\\\\xdc\\\\xf5\\\\x9a\\\\xf5r\\\\x031h=\\\\xe2|5=\\\\xfa\\\\x1b_\\\\xab5y;\\\\xae\\\\x93\\\\xbb\\\\xe2\\\\x8bWu{l*U\\\\xd5\\\\xd5v\\\\x11\\\\xfc \\\\x9f\\\\xa4\\\\xce\\\\x87\\\\xab\\\\x02B.\\\\x0e\\\\x07\\\\x0e\\\\x9f\\\\x95\\\\xd1\\\\xc5\\\\xda\\\\xa8\\\\xbe-\\\\xedW\\\\xb8\\\\x8c\\\\xcc\\\\xaa\\\\x83v\\\\xc5\\\\xec\\\\x07\\\\x99\\\\x1ez\\\\xf5f\\\\xce\\\\xe0\\\\xc1\\\\xe2h:`\\\\xad[v\\\\xc4\\\\xd1y^e\\\\xb5J\\\\xd6\\\\x15\\\\xab\\\\x88\\\\x0c\\\\xa0\\\\x92\\\\x14\\\\x9e\\\\xe2{}\\\\xbd\\\\x0co\\\\x9bT\\\\x8e\\\\x15\\\\xaf\\\\x18)\\\\x8d\\\\xc9\\\\x1a\\\\xe3\\\\xd8\\\\x88\\\\xd5\\\\xee\\\\x14fPw\\\\x027\\\\xd5\\\\xa8\\\\x904\\\\x99\\\\x1d\\\\xfa\\\\xb7h\\\\x1d4\\\\xaf0\\\\x9dR\\\\xea=\\\\xf6{\\\\x96HB\\\\x8e5\\\\xf6\\\\x94\\\\xf7\\\\x06@=\\\\xf5\\\\xed\\\\xd5k\\\\x93\\\\xf7\\\\'\\\\x83\\\\x1f\\\\xb2\\\\xe9\\\\x9aQF\\\\xb2\\\\x8f|\\\\x16j\\\\xd2\\\\\\\\\\\\x95ZF\\\\x9bDj\\\\xc4v\\\\xe8/z\\\\xc6\\\\x03\\\\x90\\\\x19\\\\xf6\\\\xa5\\\\x0b:\\\\xaas\\\\xf2B\\\\xf2\\\\xb8\\\\xe5\\\\xa8\\\\x8a\\\\x99V\\\\xca\\\\xc7\\\\xf36\\\\xaa\\\\x92\\\\x07\\\\xfd\\\\x9dQ\\\\xbd\\\\xb5\\\\x8cZ$\\\\x021H\\\\x9d\\\\x83\\\\x12\\\\x87gSm^\\\\xd1\\\\xd9(\\\\xf0\\\\xd3$@\\\\xfbG\\\\xd3\\\\xa4\\\\xeeM\\\\xdd\\\\xbc\\\\xa3 (R\\\\x0c\\\\x01\\\\xc7\\\\x15\\\\xce\\\\x9f\\\\xab\\\\xff\\\\x00\\\\xed\\\\xab\\\\xf4\\\\xd7\\\\xf5\\\\x9f\\\\x8e\\\\xcaN[\\\\x8d\\\\x1c_\\\\xc8=\\\\xbd\\\\xbc\\\\x7f\\\\xc81\\\\xc1\\\\xf7)}\\\\x7f\\\\x11\\\\xee\\\\xea\\\\x0f\\\\x81\\\\xd7\\\\xf7F\\\\xa7\\\\xc7\\\\xfc\\\\xe4\\\\x81s\\\\xe3\\\\xc6?\\\\xcaLa\\\\xed`{y\\\\x7f\\\\x0b\\\\xe3G\\\\xebg\\\\xfbN\\\\xfdN\\\\xfd\"\\\\xcc\\\\xbe\\\\xcc\\\\xee%\\\\xfeA\\\\xf1\\\\xc8-\\\\x8b\\\\xf2~-Z\\\\xda\\\\x1a\\\\xb0H\\\\xfe`Yj\\\\xc8\\\\xf1\\\\r\\\\xdb\\\\xafy\\\\xf1\\\\xbf?\\\\x19\\\\xc4j\\\\xcf\\\\xbcq\\\\xdb\\\\xe6\\\\x98\\\\'\\\\x19S\\\\x03\\\\xc7\\\\x8fr\\\\xe5NK\\\\x8e\"\\\\x9d\\\\xaa\\\\x90\\\\xcaJ\\\\x95?@|\\\\x08\\\\'\\\\xafO\\\\xb4\\\\xdd\\\\xc6e\\\\xdd,\\\\xdbcU^\\\\xe4a\\\\n\\\\x89r\\\\xa4\\\\xb1\\\\xef\\\\xb8(\\\\xecDLx\\\\xe9\\\\xe7\\\\xd6\\\\xecf\\\\xea\\\\x0e\\\\x0c\\\\xa0\\\\x84\\\\x00\\\\x12\\\\x011\\\\xe9:\\\\xc9\\\\x89\\\\xed\\\\xdat\\\\xf0\\\\xe8\\\\xdd*R.\\\\xb3*\\\\x8a\\\\xe1\\\\xd5H\\\\x07\\\\xd0\\\\xbfg\\\\xed\\\\x8f\\\\x18\\\\xe8P\\\\x13FCy\\\\xea\\\\x99\\\\xf1h\\\\xbc\\\\xac{o\\\\xb4\\\\r\\\\x7f\\\\x89u\\\\xff\\\\x00\\\\xfaz\\\\x11\\\\x82\\\\xb7\\\\xb3\\\\x95HJ}r\\\\xbe\\\\xbfu\\\\xcb\\\\x97\\\\xa2$N\\\\xa3\\\\xc4u\\\\xcb\\\\x97q\\\\xff\\\\x00\\\\xb5\\\\xac/w\\\\x1f\"\\\\xfc\\\\x14\\\\x0fe\\\\xaa\\\\xe39\\\\xd6KV\\\\xca\\\\xf1X\\\\n\\\\xd2\\\\x0c\\\\xf7\\\\xd4G\\\\x87^o\\\\xe6\\\\xa1)\\\\xdd\\\\x89o\\\\xd4S\\\\xbdb\\\\xef\\\\xc8\\\\xf7+\\\\xc5\\\\x17nd\\\\xe2[j\\\\x97\\\\xcf*\\\\xd5\\\\xa1\\\\x07$\\\\x816\\\\xd7\\\\xb4\\\\x01 6\\\\x87\\\\xb6\\\\xb1\\\\xacu\\\\xe6\\\\xb7\\\\xb6\\\\x0c\\\\xbdS\\\\x0fZ\\\\xf4\\\\xecY\\\\xf6\\\\xa5\\\\x85r@\\\\xe8\\\\xb6\\\\x9am]\\\\xf4\\\\xd6\\\\xe8\\\\xd6\\\\n\\\\xc4\\\\x91\\\\x0fY\\\\x93$\\\\t\\\\x00\\\\xcc\\\\x12\\\\xbe}\\\\x03\\\\xf3E\\\\x17\\\\x01\\\\xb9)J\\\\\\\\m\\\\xf7B\\\\x16;C\\\\x11\\\\xdc\\\\xabk\\\\x04\\\\x13\\\\x12z\\\\x02\\\\xd9#\\\\x12s\\\\\\\\V\\\\xf7d_K\\\\xb8b\\\\xea\\\\xbe\\\\xea! \\\\x81\\\\xf7\\\\x81\\\\x1f\\\\xb3\\\\xa0\\\\x00\\\\x9c\\\\x118gR\\\\x00[\\\\x06\\\\xb5%j@R\\\\x92Q\\\\x81\\\\x03\\\\xc8}\\\\xbe\\\\x1d\\\\x06\\\\x19\\\\xae\\\\x05\\\\xf0\\\\xaa\\\\x97I\\\\xaf\\\\xdb\\\\xfcDmeTx\\\\x85o\\\\x11\\\\x0b\\\\xafo\\\\x03\\\\xe5\\\\xf4\\\\xe9rwM\\\\x18\\\\xa9\\\\x8a\\\\xe6\\\\xa8\\\\x90\\\\x80\\\\xa1\\\\x0fP\\\\x02L\\\\x81\\\\xeai\\\\x02u\\\\'\\\\xcb\\\\xa5\\\\x10\\\\xe8\\\\xd9\\\\xd9{\\\\xef\\\\n\\\\xe4\\\\x8bG\\\\xb8\\\\x84\\\\x17\\\\xdaJ\\\\x05\\\\xfb$\\\\x9f\\\\x0f\\\\x0e\\\\xbbK\\\\xe4\\\\x88\\\\xc4\\\\x90\\\\xe8]\\\\xb9\\\\xee\\\\xb6\\\\n\\\\xc9\\\\xfePb\\\\x9bgF&\\\\t\\\\xf2\\\\xe9\\\\xf1\\\\xb2\\\\x19\\\\xf3L\\\\xd4\\\\x88b\\\\xde\\\\xb7YR\\\\xb0k70!\\\\x80\\\\x9d\\\\xbbc\\\\xc2{\\\\x80`\\\\x18\\\\xff\\\\x00\\\\x0e\\\\x958\\\\x11\\\\x82\\\\xe1&V7\\\\x19\\\\xc6e\\\\x07\\\\xbb!\\\\xf1\\\\x89\\\\xb2\\\\x83Y\\\\x07s-a\\\\x04\\\\xfa\\\\xcbw1\\\\xa1\\\\x91=6\\\\xc6\\\\xcau&81\\\\x00\\\\xd3\\\\x8e\\\\xe5\\\\xde\\\\xe0O\\\\xfc^-\\\\xb8\\\\x96%\\\\xebq\\\\xaf4,_z\\\\x83*I\\\\x83\\\\x0b2<\\\\x17\\\\xfe\\\\xde\\\\xb4l[6\\\\x8e\\\\xa8\\\\xfe\\\\xc7\\\\x1e\\\\xdei\\\\x17\\\\x1aB\\\\xa2\\\\x88\\\\xcew\\\\x17E\\\\x81.\\\\xadV\\\\xcc\\\\xcc\\\\xc1]\\\\xb8\\\\x0e\\\\x90\\\\x9b\\\\xddF\\\\xe8m\\\\xbaD\\\\x02O\\\\xa7\\\\xa3\\\\xdcX\\\\x8c\\\\xce\\\\xa2=DQ\\\\xa8\\\\xed\\\\xcf\\\\xee\\\\x862\\\\x94b@4\\\\x18\\\\xe6\\\\xab\\\\xfeo\\\\n\\\\xeb\\\\xb3I\\\\xf6A\\\\xaa\\\\x81\\\\xb6\\\\xc7C\\\\nB\\\\x8fV\\\\xd6f\\\\x1a\\\\x93\\\\xdf\\\\xeb\\\\xf6\\\\xf5\\\\x87\\\\x7fmrs},<\\\\xb9\\\\xf7\\\\xa7\\\\xeaa\\\\xda\\\\x92\\\\xb3k\\\\x8b\\\\x19\\\\x93(\\\\\\\\\\\\xb6 s\\\\xed4\\\\x85\\\\x9d`\\\\xc0\\\\xd0\\\\x83\\\\x1a\\\\r4\\\\xe9\\\\x12\\\\xb7\\\\xed\\\\x90({\\\\x12\\\\x9d\\\\xc3\\\\xbaU\\\\xcb\\\\xb8\\\\xd1Y\\\\xda\\\\tX:\\\\xc1\\\\x13\\\\x06$\\\\xc7V\\\\xad\\\\xc7Q\\\\\\\\1\\\\xc5\\\\x14\\\\xf8\\\\xe79\\\\x99\\\\xc4\\\\xf2\\\\x9cw+\\\\x84\\\\xc0\\\\xe6q\\\\xd94\\\\xe5\\\\xe1\\\\xbbz\\\\x87\\\\xb9S\\\\xee\\\\x01\\\\x84\\\\xea\\\\x0cG]1\\\\xa0\\\\x89\\\\x0c\\\\x93\\\\x80\\\\r\\\\x9dW\\\\xd8\\\\xef\\\\xd2\\\\xff\\\\x00\\\\xd5\\\\xbe\\\\'\\\\xf5\\\\x03\\\\x82\\\\xe1-NK\\\\xfau\\\\xbc\\\\x9e5\\\\xa3\\\\x91\\\\xab!\\\\x8f\\\\xb2\\\\xb9\\\\x08\\\\x04\\\\xd6\\\\xd3 j`\\\\x01\\\\xa1\\\\x1fN\\\\xbd\\\\x1f\\\\xc4\\\\\\\\\\\\x8d\\\\xe9\\\\x0bs>\\\\x964$\\\\xb7gj\\\\xe3J\\\\xb7j\\\\xb8x~_\\\\x0e\\\\xec\\\\xabx\\\\xca2?3\\\\x91N07\\\\xde\\\\xcc\\\\t[\\\\x97\\\\xd27Y\\\\xaa\\\\xed\\\\'\\\\xb7\\\\xd2:\\\\xd7\\\\x00\\\\xea1\\\\x888P\\\\xe6\\\\x0fR\\\\x95\\\\xa6\\\\xaex\\\\n@\\\\xb2\\\\xa3\\\\x90\\\\x0bZ\\\\xbe\\\\xea\\\\x95\\\\x15\\\\xbb\\\\x00$\\\\xee!\\\\x80:\\\\x86\\\\x1d\\\\xe3\\\\xac\\\\xbb\\\\xf6\\\\x04g\\\\xa9\\\\xd8\\\\xf5\\\\xe3\\\\x04Q\\\\x9b\\\\x7f\\\\n\\\\x05\\\\xf7\\\\xba\\\\xe6\\\\\\\\\\\\xbb,y\\\\x0b\\\\xed\\\\xbbVYv\\\\x98,HI\\\\xf1\\\\xef#\\\\xec\\\\xed\\\\xd6D\\\\x8c\\\\xbd\\\\xd2d\\\\x1ce\\\\xc0Vb\\\\x06\\\\x94\\\\xbf\\\\x9d\\\\x83\\\\x95\\\\xca*\\\\no\\\\xac\\\\xf2\\\\x15Zn\\\\xa3\\\\x1e\\\\xc7j\\\\xd6\\\\xb4\\\\xac\\\\x92%\\\\x8c\\\\xf8\\\\x99\\\\x1d\\\\xa3\\\\xa1\\\\x9e\\\\xd2W\\\\xa2\\\\xe0\\\\x80z\\\\x96`?*!sL\\\\x9a\\\\xaa\\\\xc8\\\\xe0\\\\xae\\\\xc8\\\\xe5hJ\\\\xee\\\\x15-\\\\xb4\\\\x86GT\\\\x96\\\\xa9n@\\\\x0bA n\\\\x07\\\\xfb\\\\xfa\\\\xd9\\\\xf8\\\\xeb\\\\x177r\\\\xf6\\\\x89\\\\x0c\\\\x011\\\\xcc\\\\x029\\\\xf3\\\\xf1N\\\\x13\\\\x8b\\\\x02\\\\x03,\\\\xb2n\\\\xc9\\\\xad\\\\x1e\\\\xb4(\\\\xd9[J\\\\xaa\\\\xb3mE\\\\x04\\\\x9d\\\\xc4\\\\x11:\\\\xc7K\\\\xbdv\\\\xecbaMU\\\\xa5\\\\x189\\\\xab\\\\x1e}\\\\x8a\\\\x06\\\\x9d~\\\\xa7K<~e\\\\\\\\\\\\x87\\\\xe69A\\\\x89\\\\x98\\\\xd8\\\\xd8\\\\xee\\\\xd5\\\\xe1#\\\\xaa\\\\x14\\\\xb2\\\\xca\\\\x9a,\\\\xda\\\\xa0\\\\x97\\\\x8b\\\\x18\\\\r\\\\xa7\\\\xc4y\\\\xf4\\\\xbbP\\\\xb5\\\\xfb\\\\x90N\\\\x0c2\\\\xd5\\\\x989\\\\xf6.\\\\xbd\\\\x19\\\\xdb\\\\x1aA\\\\x05\\\\xfe\\\\x8b>G\\\\x98\\\\xc4\\\\xb6\\\\x8b\\\\xb0\\\\xf20\\\\xdc\\\\x1a\\\\x1d2\\\\x19\\\\xac6\\\\x1aS\\\\xdam\\\\xfbK)R\\\\xf2V\\\\n\\\\x93\\\\xafh\\\\xf0\\\\xe9\\\\xf7\\\\xee\\\\xc4\\\\x81\\\\x1d9\\\\xe6\\\\xe4\\\\x0f\\\\xcfzU\\\\xb9\\\\x18\\\\xd5i\\\\xe3k\\\\xa7\\\\'\\\\x8f\\\\xce\\\\\\\\\\\\xcc\\\\x86\\\\xc6\\\\xa6\\\\x9b\\\\x05\\\\xf8\\\\xf7\\\\x90.J\\\\xbd\\\\xcd\\\\xa2\\\\xaa\\\\xe8A\\\\xa1\\\\x8d\\\\xa4~\\\\x19\\\\x1d3eh]\\\\xb5-e\\\\xb4\\\\xd7W\\\\xedS\\\\xfe\\\\x908d\\\\xbb\\\\xb3\"C\\\\xe8\\\\xa8O\\\\x95\\\\xdan\\\\xe63+|afM\\\\xe4c\\\\xe4e\\\\xeew\\\\xf7\\\\n\\\\x93\\\\xeb\\\\xd9\\\\xb6Wp\\\\xeecH\\\\xd0yR\\\\xbb\\\\x039ig/R\\\\xa8\\\\xdc,_ \\\\xb8\\\\'\\\\xfd\\\\xc4\\\\xfc[\\\\x1d\\\\x86?\\\\xc98\\\\xfb\\\\x1cY\\\\x8dsa\\\\xe5\\\\xdc\\\\x17\\\\xd2\\\\xde*X\\\\x9fV\\\\xb0F\\\\xb1\\\\xf7\\\\xf5gj\\\\xce\\\\xe09\\\\x89X\\\\xbf\\\\'i\\\\x83\\\\xe4U\\\\x05\\\\xf1\\\\xccL\\\\xaa+\\\\xb3/\\\\xdbR\\\\xe9-QI\\\\x0c\\\\xe5Gr\\\\xba\\\\xcc\\\\x8dOn\\\\xbdN\\\\xdch\\\\x802g\\\\xe9\\\\x92\\\\xf3\\\\x00<\\\\x88\\\\x18\\\\x0c\\\\xcf4\\\\x07;\\\\x07*\\\\xfc\\\\xebn.\\\\x08\\\\xb3_l1*\\\\xa5\\\\xa6\\\\x08\\\\xdc\\\\x01]d\\\\xfd\\\\xde3\\\\xd6y\\\\xb8D\\\\xe4)\\\\xa8\\\\xd3\\\\xb9\\\\x0c\\\\xac\\\\x92V<\\\\xb6G\\\\xb1\\\\x8bN\\\\nZl5\"\\\\x95\\\\x16\\\\x96m\\\\xca\\\\xcc\\\\x00\\\\xdc\\\\x07r\\\\xc7\\\\xcc\\\\xc7\\\\xd3\\\\xae\\\\xbf\\\\'\"&\\\\xa0c\\\\xd5\\\\xf0n\\\\xbf\\\\x842\\\\x1aCf\\\\xc9K%s\\\\x1d\\\\xf1}\\\\x9cm\\\\x1a\\\\xe7\\\\xba\\\\xf6\\\\xad6\\\\xee3\\\\xb1\\\\xb6\\\\x03\\\\xa7q\\\\xf5\\\\x13\\\\xe3=\\\\x11&\\\\xc9\\\\xf5\\\\xb6.\\\\xc0\\\\x1c0r\\\\xaa1$7\\\\x19\\\\xfdQ\\\\xbf\\\\xccr?\\\\xfe\\\\xd3\\\\xff\\\\x00\\\\x9a?\\\\xcf\\\\xab\\\\xdf\\\\xe6\\\\xed\\\\xb8\\\\x08t\\\\xdc\\\\xe6|\\\\x97\\\\xff\\\\xd0\\\\x0b\\\\xf1\\\\xdc&l\\\\x8a\\\\xef\\\\xe4@\\\\xcd\\\\\\\\\\\\xe2\\\\x1f\\\\x1d\\\\x81\\\\xdcR\\\\xb1\\\\xf8w\\\\xc3N\\\\xd2\\\\x18y\\\\x02~\\\\xde\\\\xb3b\\\\x1c\\\\xd75\\\\xf1\\\\xeb?\\\\xb3\\\\x9e\\\\xe4#\\\\xf5\\\\x17\\\\x8b\\\\xa333\\\\x19,\\\\xa4W\\\\x8e+_S\\\\x92P2\\\\x10u1\\\\x03C k\\\\xdb\\\\xbfn\\\\xaan\\\\x08\\\\x12G\\\\xbbr\\\\xabNB\\\\xec\\\\x8cg\\\\xaf\\\\x1d\\\\xb1\\\\x17\\\\x1d*\\\\xa0-h\\\\\\\\(f\\\\x8d\\\\x19\\\\xd9A\\\\x1a\\\\xa9\\\\xee:Q\\\\x99\\\\n\\\\xacf\\\\x15a\\\\xcc\\\\xf2\\\\x159\\\\xae\\\\x9f\\\\xcb2]C-\\\\x9e\\\\xe2\\\\xc1[\\\\x08;F\\\\xd6\\\\x10`\\\\x01#\\\\xf7\\\\xf8t\\\\x04U\\\\xf2@g\\\\xab\\\\xc5\\\\x02\\\\xe59\\\\x0eE}\\\\xca\\\\xd4\\\\xa4\\\\xe3\\\\x84(\\\\x10\\\\t#M\\\\x84\\\\xa1\\\\x06{\\\\x10g\\\\xaerpW\\\\x86\\\\xa2Hn\\\\xc4\\\\xabSg\\\\xe7e[]k97\\\\x80\\\\xd7\\\\x9d\\\\xc4\\\\x11\\\\xb4IQ\\\\xd8\\\\x90|@\\\\x1atq\\\\x04\\\\x8d#\\\\x14zLe\\\\x97\\\\x1cuV>\\\\x16>\\\\'\\\\x0cjAq\\\\xbb\"\\\\xea\\\\xc2\\\\x16\\\\x1b\\\\xb7\\\\x063\\\\xe8\\\\x1b\\\\xa0\\\\x00\\\\t\\\\xf0\\\\x1d\\\\xfam\\\\xcbq\\\\xb7\\\\x1e\\\\xaa\\\\xe5\\\\x984\\\\x9d\\\\xd7n\\\\xfe\\\\x95\\\\xf1\\\\x0f\\\\xc5\\\\xfco\\\\x0f\\\\x11\\\\xa9\\\\xff\\\\x00\\\\xaa\\\\xcdj\\\\xf3\\\\xb9K \\\\x01R\\\\xb1\\\\x06\\\\xa6>\\\\x90\\\\x00P\\\\x04\\\\x92c\\\\xcf\\\\xc7\\\\xaf\\\\x9f|\\\\xc5\\\\xc9\\\\\\\\\\\\xbd\\\\xa6\\\\'\\\\x02;\\\\x89\\\\xe3\\\\xb9{\\\\r\\\\x84c\\\\x08\\\\xea\"\\\\xac\\\\xba\\\\x1b\\\\x84\\\\xc8\\\\xca\\\\xce\\\\xe7\\\\xf0xl\\\\xcb\\\\xe9\\\\xc8\\\\xaf\\\\x0e\\\\xc6\\\\xf6\\\\xb9\\\\x01\\\\x92B\\\\xaa\\\\x93\\\\xe9;\\\\xc1(\\\\x81\\\\x12H*5\\\\x99\\\\x1d\\\\x15\\\\xb9Jw\\\\x85\\\\xab\\\\x85\\\\xc8\\\\xc0\\\\x83@\\\\xd9\\\\xbbd\\\\x1f\\\\x04Z\"\"Ls\\\\xe8\\\\xad:r\\\\xb0>=~mJ\\\\x1a\\\\xb2\\\\xf9N\\\\xd8\\\\x97z/Kq\\\\xe5\\\\x8a\\\\x8b^\\\\xd5BY\\\\xf7\\\\x02e\\\\x0f\\\\xd7oJ\\\\x9e\\\\xf2\\\\x16\\\\x0c\\\\xc5iW\\\\xfd\\\\xa2A\\\\xae<\\\\xfb\\\\x93\\\\xfd\\\\x83(\\\\x84\\\\xe9\\\\x87\\\\xf2\\\\x9b\\\\xa8\\\\xc7\\\\xc1\\\\xf9\\\\x15\\\\x99V\\\\xe5a\\\\xf1\\\\x82\\\\xda0r\\\\x7f\\\\xfd\\\\xde\\\\xd3m\\\\xaa\\\\xb5\\\\xa62\\\\x92\\\\x8c\\\\x1e\\\\xca\\\\x10\\\\xee\\\\x9d\\\\xa1H1>\\\\x1d;\\\\xff\\\\x00arb7A$\\\\x0f\\\\xd5\\\\xa9\\\\'l0mQ\\\\x08\\\\xed\\\\xc7H#\\\\x0f\\\\xa7r\\\\x13\\\\x83\\\\xcb\\\\xa5\\\\xd7YF-\\\\xcb\\\\x9d\\\\xf1\\\\xce_\\\\r\\\\xcf \\\\x99\"\\\\xc5e\\\\xcaRA\\\\xd8+S\\\\xfc\\\\xc2\\\\xa0xi=\\\\xa3\\\\xaa\\\\x92;iI\\\\xc7\\\\xaa\\\\x12\\\\x15\\\\r\\\\x84\\\\xba\\\\x7f\\\\xe5\\\\xcf$\\\\xe8\\\\xeb\\\\x93\\\\x8c$\\\\xfe_\\\\xcad\\\\xf8\\\\xfd\\\\x15c\\\\xe4\\\\xb7)\\\\x8dP\\\\xbb\\\\x17\\\\x15\\\\x05\\\\x19\\\\x94\\\\'\\\\xb9a\\\\xbe\\\\xc0\\\\xa5Srm=\\\\xd5\\\\x98\\\\x0e\\\\xc6|;uB38\\\\xdb\\\\x8b\\\\xc4Q\\\\xaa\\\\xe5\\\\xf9\\\\xe2\\\\xdd\\\\xc5[,\\\\x06\\\\x93\\\\x8f\\\\x1c\\\\xb1Vf\\\\xc5\\\\xcd\\\\xa7\\\\x11\\\\xb1\\\\xee\\\\x84\\\\xc6\\\\xcf\\\\xa9m\\\\xc3\\\\xb1\\\\xc8b\\\\xc8\\\\'\\\\xf9\\\\x8ad\\\\xbb\\\\x02D):u\\\\xa9\\\\x08\\\\x19\\\\xc2&9H\\\\r$\\\\xd7\\\\x0cH\\\\xcf\\\\x92\\\\xaf\\\\x19h2\\\\x188\\\\xe5E\\\\x95\\\\x9c\\\\x825\\\\x99\\\\xb4\\\\x17\\\\xbb\\\\x1a\\\\xfcU\\\\t`Z\\\\xc3\\\\x1a\\\\xed&B\\\\xc4\\\\x13$\\\\x10v\\\\x91\\\\xdb\\\\xa0\\\\xb9zq2\\\\xa4\\\\xa0Xe\\\\x9b\\\\xd7\\\\xb1H\\\\x8b0\\\\x95G\\\\x0c\\\\xa6\\\\xf3Y9\\\\xd8\\\\xdf\\\\x1f\\\\xca\\\\xcc\\\\xc8\\\\xc9\\\\xd9m\\\\x18\\\\xefe^\\\\xe3l\\\\xec\\\\x86$m\\\\x80$\\\\x0e\\\\xae|\\\\x89\\\\xdc\\\\x9d\\\\x94n\\\\\\\\.{j\\\\xdf\\\\xfcY\\\\x82\\\\x88b\\\\xc5\\\\xc7E\\\\xce\\\\xdf\\\\x1e^;\\\\x96\\\\xe2s1\\\\x1f\\\\to\\\\xb5\\\\xaf\\\\x07\\\\x92\\\\xc8\\\\x0e\\\\xde\\\\xfb3jv\\\\x12\\\\x1f\\\\xb9Rg\\\\xc3\\\\xef\\\\x1dy\\\\xab\\\\x1b\\\\x9bwl\\\\x10C\\\\x1c\\\\xda\\\\xa7\\\\xc5\\\\x0c\\\\xe3!7\\\\xefO\\\\x9f\\\\x02\\\\xceJ0sx\\\\x93KQg\\\\x16KW\\\\x84\\\\xc4=\\\\x89]\\\\xb73V\\\\xfam\\\\xd0\\\\x87\\\\x04\\\\xe9\\\\xf5\\\\xf1\\\\xe8~:\\\\xfe\\\\x98\\\\xce,A\\\\x84p\\\\x158\\\\xd0\\\\x8c9\\\\xa9\\\\xb9\\\\x12\\\\x18\\\\xe3\\\\xa8\\\\xa7\\\\x1cf\\\\xae\\\\xe3]A\\\\xc3\\\\xda\\\\x84\\\\x81Y;\\\\xa04\\\\x99$\\\\xc1\\\\x13\\\\xdf\\\\xa2\\\\xb5r\\\\x17\\\\x0c`\\\\xef!\\\\x97o\\\\\\\\q\\\\xad)\\\\xe2\\\\xa0\\\\x02\\\\xf8\\\\xad[-\\\\xaa\\\\xeb\\\\x05G\\\\xdb\\\\x08\\\\x033\\\\x10d\\\\x9d\\\\xda\\\\xc0:}\\\\x9dW\\\\x88\\\\x95\\\\xbb\\\\xc6P\\\\xa3\\\\x0f\\\\x1e\\\\xe3N\\\\xc5\\\\x12\\\\x89\\\\xd3\\\\xa4\\\\xac\\\\xect\\\\\\\\\\\\x8a\\\\xc8\\\\xb0\\\\r\\\\xc47\\\\x9c\\\\xc7\\\\x80>3\\\\xd1\\\\xfb\\\\xb1\\\\x8d\\\\xe1!*\\\\xfe\\\\xc70z\\\\x0f%\\\\xd3\\\\x83\\\\x86\\\\xcb%>\\\\xdd\\\\xd5~Z\\\\xefm\\\\xca\\\\xdc\\\\xa5\\\\x90\\\\xb00\\\\xd2{\\\\x89\\\\x1e]h\\\\xdfh\\\\xe9\\\\x93\\\\x16\\\\x90z\\\\xe6\\\\xe7\\\\xf1\\\\xe6\\\\xa0j\\\\x0cYo\\\\xae\\\\xdd\\\\xd0\\\\xa8B\\\\x98\\\\xdc\\\\xeau&\\\\x0e\\\\x9foVm\\\\xdc\\\\x12\\\\x90\\\\x03 \\\\xf5\\\\xf2\\\\xe3%\\\\xcet\\\\xf2u\\\\x07\\\\xe4\\\\xf5\\\\xa6O\\\\xc7\\\\xf9<[ku\\\\xa9\\\\xf1woA\\\\xb9\\\\xb7\\\\x01\\\\xb8h<\\\\x01\\\\xfau?%#-\\\\xb9\\\\r\\\\xc8\\\\xb8\\\\xe3\\\\x04Q\\\\xa4\\\\x80\\\\xc9\\\\xb3\\\\\\\\\\\\xd3C\\\\x8c\\\\x9b\\\\xb8\\\\xfaoj\\\\x85\\\\xd8\\\\x95\\\\x1cT\\\\xb7\\\\x1bmN\\\\xc1X\\\\xb7\\\\xa8\\\\x98\\\\xdc\\\\xdb\\\\x9a\\\\'\\\\xd5\\\\xa6\\\\x87\\\\xaf>m\\\\xcat\\\\x15\\\\xf2\\\\xfe\\\\xd5h\\\\xcb\\\\x00q\\\\n\\\\xcc\\\\xf8\\\\xeaa\\\\xa8t\\\\xb9\\\\x0e6\\\\xea\\\\xea\\\\xbb\\\\xdd\\\\x8fHR$\\\\xa5^\\\\x90H\"t\\\\xf0\\\\x8f\\\\xda\\\\x16\\\\xed\\\\x08\\\\x86VKO\\\\x8a\\\\xa7\\\\x01\\\\x88\\\\x9b\\\\n\\\\xe2\\\\xb3\\\\xd9\\\\xbd\\\\x8bYZ\\\\x9fQ\\\\x04\\\\xc9&L\\\\xc1\\\\xec<:\\\\xe9A\\\\xc8\\\\x18:`\\\\x8c\\\\xa4\\\\xea\\\\x0f\\\\xe5\\\\xae\\\\xa0\\\\x15V\\\\x9b\\\\x18\\\\x92\\\\xa9:\\\\x87\\\\x8f\\\\xc1\\\\xf5\\\\xd7\\\\xcf\\\\xfe\\\\x1dU\\\\x9d\\\\xa9\\\\x9fMQ\\\\xc0\\\\x82\\\\xee\\\\xa4\\\\xd7\\\\x97b\\\\xfbt\\\\xb3\\\\x1a\\\\x183W\\\\x07\\\\xc7h\\\\xd4\\\\xa8:\\\\x99\\\\xfa\\\\xf8yu_\\\\xfc\\\\x99\\\\x02\\\\xd8\\\\x0e\\\\xab\\\\xb46h\\\\xb59\\\\xa2\\\\xb0Whc\\\\xaa\\\\xf6\\\\xef:\\\\x03\\\\xe3\\\\xa7Wm\\\\xee\\\\xc6\\\\x12\\\\xc7\\\\x8a\\\\xa3\\\\x8c\\\\xb4\\\\n\\\\x07Fh\\\\xccT5\\\\xa2\\\\xb3\\\\x9b\\\\x1b\\\\xd0\\\\x1cD\\\\x1d&u\\\\xd3\\\\xadH^0\"#\\\\x16M\\\\xb7z=_\\\\x05\\\\x90\\\\xbd\\\\xab :\\\\xa3\\\\xb5v\\\\xe8[\\\\xbc\\\\xf6\\\\x82Gy\\\\xd7\\\\xa0\\\\xd7(3\\\\x80\\\\xe0\\\\xa6\\\\t\\\\xe2\\\\xf5\\\\xaf\\\\x82(\\\\x05\\\\x19\\\\x95\\\\x1c\\\\x9aEk\\\\xed\\\\x8fn\\\\xda|g\\\\xc7\\\\xed\\\\xebL\\\\xc2\\\\x1b\\\\x98{\\\\xb0`\\\\xc1\\\\x8csF\\\\x08!k\\\\xfc\\\\xbd\\\\x82\\\\xc7AH(\\\\xbd\\\\xc6\\\\xe1\\\\xdc\\\\x88\\\\x10|\\\\xba\\\\xael\\\\xccL\\\\xc4G\\\\xb6\\\\xa3<;\\\\x91iB-\\\\xc2\\\\xdb\\\\xef\\\\xd5\\\\x92\\\\x85]\\\\xa1\\\\xeb$\\\\xc6\\\\xcf\\\\xfd\\\\x9f?.\\\\xb3oY\\\\x9c\\\\x01\\\\x84\\\\xc1\\\\x07\\\\xae]\\\\x9fD\\\\xa1f$\\\\x97\\\\xcd\\\\x01\\\\xbb\\\\x1bc\\\\xc5j}J\\\\xcaP\\\\x92$\\\\x10~\\\\xc9>Zu\\\\x99(\\\\x08a\\\\xfe\\\\xa1\\\\x81U\\\\'h\\\\xbb\\\\x00\\\\xa0\\\\xe6a\\\\xad\\\\xd8\\\\xb6\\\\xe2ec\\\\xa6_\\\\x1fzl\\\\xbb\\\\x12\\\\xf5\\\\r\\\\\\\\\\\\x1f\\\\xe1`A\\\\x90OM\\\\xb3r\\\\xee\\\\xdaBp$G\\\\xe9\\\\xd0\\\\xf3\\\\n\\\\xad\\\\xdbN\\\\x18\\\\x8a/\\\\x9b\\\\x9f\\\\xee7\\\\xfd\\\\x90\\\\xf1_)\\\\xc7\\\\xc8\\\\xf9?\\\\xe9e+\\\\xc4\\\\xf3\\\\xfb\\\\x9d\\\\xb3\\\\xf8+\\\\x8a\\\\xd7M\\\\xea\\\\xa7\\\\xff\\\\x00\\\\x86F\\\\x8a\\\\xccF\\\\x9d\\\\x84w\\\\x8e\\\\xbd_\\\\xc4\\\\xfc\\\\xf83\\\\x00ze\\\\xcb#\\\\xd9\\\\x90>\\\\x01C\\\\x98b^?E\\\\xf1\\\\xbf\\\\xe6\\\\x7f\\\\x08\\\\xe6\\\\xfe/\\\\xcafp\\\\x7f!\\\\xe3-\\\\xe2\\\\xb9L6\"\\\\xfck\\\\x94\\\\x86\\\\x00\\\\xc7\\\\xa8\\\\x18\\\\xd4\\\\x1f\\\\x02:\\\\xfa_\\\\xc7|\\\\x9c/\\\\x8ab1\\\\x1c\\\\x91\\\\x18\\\\x93QP\\\\xaa\\\\xdc\\\\xack*\\\\xdcXF\\\\xcd\\\\x0b\\\\xf8\\\\x03\\\\xae\\\\xb3\\\\xe1\\\\xd6\\\\xe4&\\\\n\\\\xa8c\\\\x92\\\\x87`\\\\xd00\\\\x04\\\\x82 H\\\\x92>\\\\xfe\\\\x8cb\\\\x835\\\\x8eJ\\\\x0c\\\\x8e?&\\\\xa70V\\\\xb8\\\\x0c\\\\x06\\\\xa5\\\\x97T\\\\xf2\\\\x8e\\\\xd0z\\\\x16c\\\\xda\\\\x8e\\\\xc1\\\\xd1s\\\\xb5 \\\\xf5\\\\xcb]~\\\\xeb\\\\x97/\\\\xddr\\\\xe5\\\\xd2\\\\xbf\\\\xed\\\\x93\\\\x9d\\\\xca\\\\xe3~r\\\\xb8T\\\\\\\\\\\\xc9\\\\xfdB\\\\xa6Z\\\\xd1\\\\x08_\\\\xe6\\\\x0f\\\\xc2|<\\\\xff\\\\x00\\\\xcb\\\\xac_\\\\x9cx\\\\xda\\\\x85\\\\xc0X\\\\x897\\\\xff\\\\x00w\\\\xf2\\\\xcb/\\\\xe4\\\\xe1\\\\xe9\\\\x05\\\\x97\\\\xd2V\\\\xab<\\\\x9a\\\\xd72\\\\xebC]6\\\\x9b\\\\xad \\\\xad\\\\x8e\\\\x01>\\\\x96\\\\xef\\\\xb8\\\\x81\\\\xe0z\\\\xf2\\\\x9b\\\\x9bW\\\\x01\\\\xf5\\\\xd1\\\\xeb\\\\\\\\\\\\xd6DH5A\\\\xadSU\\\\xe9\\\\xb7\\\\xf9\\\\x9bT\\\\xb6\\\\xc2\\\\x90\\\\xb0\\\\xb0\\\\x0f\\\\xac\\\\x03\\\\xdb\\\\xc4\\\\x1d:\\\\xcb\\\\xb9\\\\xe8-\\\\x8bt\\\\xfb\\\\xa6\\\\x8ek\\\\x0e3?>\\\\xbb\\\\rV\\\\xd94)(_q`\\\\x8aI\\\\x9d\\\\x84j\\\\x08\\\\x03\\\\xb9>>}G\\\\xc6\\\\xca\\\\xf4\\\\xe7\\\\xa0\\\\xe0\\\\xfd\\\\xb4\\\\xe9\\\\xcb\\\\xbd\\\\x0e\\\\xe8\\\\xc6\\\\x15\\\\xc2\\\\x88O\\\\xca\\\\xf9\\\\x93}MSXB\\\\xaa\\\\x7f-KN\\\\x8a\\\\xda\\\\x84\\\\x025\\\\x8e\\\\xe2?|\\\\xf5\\\\xb5\\\\xf2{\\\\xd8\\\\xc4i\\\\x8eC\\\\x0f%\\\\x91\\\\x00f\\\\\\\\\\\\xaac=\\\\xed;\\\\x83(FYR\\\\x83\\\\xb9\\\\xf1\\\\xd5N\\\\xbd\\\\xfc:\\\\xf3\\\\x1a\\\\x8c\\\\xa5Ud\\\\xd2\\\\xbc\\\\xd2\\\\x17\\\\xc8\\\\xfeE\\\\x8f\\\\xf1\\\\xce&\\\\xfeR\\\\xeb\\\\x18\\\\xbd\\\\x10\\\\xd4\"\\\\x82\\\\x0b\\\\xbfe\\\\xee\\\\x00\\\\xd4\\\\xf5\\\\xa9\\\\xf1\\\\xdb\\\\to/\\\\x0bc\\\\x0c\\\\xcf!\\\\x9an\\\\xde\\\\xd1\\\\xb8DF%s\\\\xb6/\\\\xea\\\\xe7\\\\xcb\\\\xf0sl\\\\xcb\\\\xab\\\\x93q\\\\xee\\\\xd8]\\\\xf1X\\\\xca\\\\x00t\\\\x85\\\\x1e\\\\x11\\\\xe3={\\\\xbb\\\\xbf\\\\xf5\\\\xdd\\\\x85\\\\xc8\\\\x08\\\\x1bxg\\\\x9f\\\\xe3\\\\xc9o\\\\xff\\\\x00\\\\xeb`\\\\x065\\\\xe3%np_\\\\xae\\\\x1c\\\\xc6F\\\\x136kUNH\\\\x04\\\\xd2\\\\xc40\\\\xad\\\\x94v\\\\x06$\\\\x83\\\\xf5\\\\xf3\\\\xeb\\\\xcfo?\\\\xe9\\\\x96D\\\\xc7\\\\xb4\\\\xe6\\\\'\\\\x1ec\\\\xaa\\\\xcc\\\\xbf\\\\xb76\\\\x8e\\\\x9a\\\\x9ad\\\\xa6\\\\xe3\\\\xfe\\\\xb7Y}\\\\xa1sq\\\\x9a\\\\xba\\\\xec\\\\'\\\\xdd\\\\xb5\\\\x18\\\\xb1\\\\x92H\\\\x90\\\\x0cv\\\\x1f^\\\\x97s\\\\xfe\\\\x93\\\\xa6/n@\\\\x9eF\\\\x88L.\\\\x05\\\\x97%\\\\xfa\\\\xbfK\\\\xb0\\\\xfe\\\\x9b\\\\x8e-c\\\\xb4T\\\\x1c2\\\\x85\\\\x00\\\\rO\\\\x8f\\\\x87\\\\x87Ac\\\\xfe\\\\xa3?\\\\xff\\\\x00\\\\x94\\\\xb0\\\\xe9T->\\\\xa9O#\\\\xf5?\\\\x9a\\\\xc9+K\\\\xe3\\\\xa1v?\\\\xc9\\\\xf6IR\\\\']\\\\xa6A\\\\x91\\\\'\\\\xb6\\\\x9dj[\\\\xff\\\\x00\\\\xab\\\\xd8\\\\x8dD\\\\x8fW\\\\xe3\\\\xf2\\\\xb8B\\\\x84\\\\xab\\\\x0b\\\\xe2\\\\xfc-\\\\x8e\\\\xf5r\\\\xfc\\\\xae\\\\xdbrl\\\\xafu5?\\\\xf0\\\\x1b=L\\\\xda\\\\x99\\\\x93:\\\\x08\\\\xeb\\\\xce|\\\\x9e\\\\xee!\\\\xedZ\\\\xa4A\\\\xc7\\\\x9bP\"\\\\x83\\\\xbdqV\\\\x86>8\\\\x0b.\\\\x17\\\\xd3&w\\\\x01\\\\xdb\\\\xb4\\\\xf9\\\\x18\\\\xeb\\\\xce\\\\xce|\\\\x95\\\\x86\\\\xd4j\\\\x14\\\\xb3Z\\\\x06*\\\\x90\\\\xd3\\\\xa38X\\\\x07\\\\xc0i\\\\x1d/Q\\\\xcd\\\\x14\\\\xe0\\\\xf5\\\\xe3\\\\xe8\\\\xb3Y$@\\\\'wh]\\\\x07\\\\x9cF\\\\x9dA\\\\\\\\\"x\\\\xfa/Em*\\\\x00\\\\xda\\\\xcaa\\\\x94\\\\xf6\\\\xf1\\\\xf0\\\\x1f\\\\x7f\\\\\\\\\\\\xe8\\\\x80!z\\\\x18\\\\xa2(\\\\x05X\\\\xabn(L\\\\x00\\\\xa6\\\\x08\\\\x03\\\\xb7o\\\\xb7\\\\xa8g*\\\\x19\\\\x96\\\\xc7{Q\\\\xab\\\\x0c\\\\xc5}\\\\xc1\\\\xb83\\\\x00t\\\\xf00\\\\x07o\\\\x0e\\\\x84\\\\x00Qk.\\\\xeb\\\\xcf}+p\\\\xd6\\\\x91\\\\xb9\\\\x0e\\\\xd0\\\\xc7\\\\xb9+\\\\xa4\\\\x01\\\\xaf\\\\xd9\\\\xd4\\\\xe8$Q\\\\x16\\\\xa6.Vve7\\\\xe0\\\\xdf\\\\xe8\\\\x0c%\\\\x0c\\\\x812\\\\x0c\\\\xe9\\\\'_>\\\\xa0[\\\\xcd@\\\\x9bP-\\\\xa2\\\\xf6B\\\\xb0\\\\xaa\\\\xcabS\\\\xb0\\\\xf4\\\\x99\\\\x92\\\\x07y\\\\x88\\\\xe8t:p\\\\x98\\\\x01KO\\\\xcc\\\\x96\\\\x95fb\\\\x08e\\\\xdb\\\\x13\\\\xdfA\\\\x1d\\\\xf4=,\\\\xe9F\\\\x0b,\\\\xb7)BT\\\\xfa\\\\xd3\\\\xf8\\\\x8f`\\\\x0f\\\\xa7lh\\\\x08:\\\\x99\\\\xd7\\\\xa8j\\\\xa3\\\\x18\\\\xacW\\\\x17\\\\xdc\\\\xd9\\\\xba\\\\x02\\\\xda\\\\xc0\\\\x08\\\\xf3_#\\\\xa6\\\\x9fY\\\\xeaM\\\\xc6\\\\xeeE\\\\x11\\\\xde\\\\x98\\\\xf8\\\\x8b1\\\\xf1\\\\x9e\\\\xa7R\\\\x8dj\\\\x88W0J\\\\xd8\\\\'op<5\\\\xff\\\\x00\\\\x87U\\\\xa79\\\\xc6Z\\\\x85\\\\x191\\\\x8euV\\\\x96\\\\x072,\\\\xa6\\\\xa6[\\\\x05\\\\xb9(\\\\x15\\\\x15\\\\x02\\\\xb9\\\\xd3w\\\\xaav\\\\xc9\\\\x02\\\\x01\\\\xd3\\\\xfb\\\\x1d[{\\\\x8dV\\\\xc6g\\\\x0c\\\\xf0t5sFNc6\\\\x9c\\\\x1cfQmd\\\\xe5/\\\\xb6\\\\xcbY\\\\xf5\\\\n\\\\xcf\\\\xa8\\\\xb0u\\\\x1a0?\\\\xbf\\\\xeb\\\\xda\\\\xe1\\\\x02!\\\\x8d\\\\tJ\\\\x12\\\\xd4\\\\xec\\\\xec\\\\x14{\\\\xf9uJh\\\\x02\\\\xcd\\\\xabmL]\\\\xec0\\\\xe8D((\\\\x00\\\\x9f\\\\x19\\\\x86\\\\xfbz\\\\\\\\\\\\x88\\\\r\\\\x13G\\\\xe7\\\\x8a\\\\x1d!\\\\xdc!9|\\\\xce%\\\\xf4\\\\xd9\\\\xed\\\\xb5\\\\x19\\\\x96\\\\r\\\\xc8A\\\\x0c\\\\x14\\\\x00c\\\\xddU\\\\xf5~\\\\xf5\\\\xe8}\\\\xf8\\\\xdc\\\\xa0b{)\\\\xda\\\\x84\\\\xc3H5\\\\xe3\\\\xb5W\\\\x99\\\\xd9\\\\x8e2\\\\t\\\\xb1QJ2\\\\xb8B\\\\xac+\\\\x1buiRt\\\\x82;\\\\x7f\\\\x9fX7\\\\xe4gsVc.\\\\xbd\\\\xe9\\\\xa0\\\\x11NiO1\\\\xbf2\\\\xd96\\\\xda\\\\x13}\\\\x92Y\\\\x17\\\\xd2\\\\x80\\\\xce\\\\xe2@\\\\x1f\\\\x87Y\\\\xd3\\\\xb7G\\\\x12\\\\xc5LG\\\\x92\\\\x85O\\\\xa8\\\\xa8\\\\xfe],\\\\xf2+m\\\\xbe\\\\x06t \\\\x8f\\\\x08\\\\xd3\\\\xc3\\\\xa6J\\\\x9c\\\\xca!!^\\\\x8a\\\\xe0\\\\xfd(\\\\xf9\\\\xcd\\\\xbf\\\\r\\\\xf9\\\\x05Yv\\\\xdd\\\\xeea\\\\xdb`9\\\\x98e\\\\x99W\\\\xd2\\\\xcb\\\\x0c\\\\xc3\\\\xe84\\\\'\\\\xbc}\\\\xddX\\\\xf8\\\\xdb\\\\xf6\\\\xf6\\\\xfb\\\\x98N\\\\xe0xS\\\\xb3\\\\xb50H\\\\x98\\\\x90(\\\\xbe\\\\xbd|[\\\\xe5\\\\xff\\\\x00\\\\x13\\\\xf9\\\\x86\\\\x0f\">4\\\\xa6\\\\xae+\\\\x9c\\\\x18V\\\\xe7\\\\xd9\\\\x8a\\\\x95\\\\xd4\\\\xb8\\\\x99P\\\\x8aQny-V\\\\x92G~\\\\xf1\\\\xd7\\\\xd5e+w\\\\x1f\\\\xda\\\\xac\\\\x0b1\\\\x1f\\\\x94\\\\x92\\\\xf6\\\\xc0\\\\xd4*\\\\x9b\\\\xf9\\\\x17\\\\x0bv(\\\\xc3\\\\xba\\\\xec\\\\x8a\\\\xed\\\\xf7(\\\\xfc\\\\xd5\\\\xa5JX\\\\xe8\\\\xc2v\\\\xb0\\\\x03M<\\\\x7fo^g\\\\xe4\\\\xad\\\\xc62lL\\\\xa8\\\\x8a,C`\\\\xca2W\\\\x95[\\\\xa2\\\\xb5\\\\x8f^;\\\\x19j\\\\xf7@#\\\\xb1\\\\xf5\\\\x0e\\\\xdda\\\\xca\\\\x06\\\\r\\\\x01H\\\\xf2\\\\xfeQ\\\\x9ek\\\\x1br*}\\\\xe9}\\\\xc6\\\\x85\\\\xa9\\\\x0b\\\\xd5[\\\\xc5\\\\xefyG\\\\x05\\\\x8d\\\\xa0\\\\x83\\\\x08c\\\\xb82|OSr~\\\\xe0186\\\\x0c\\\\x0e\\\\xaa\\\\xff\\\\x00\\\\xab\\\\x975\\\\x00\\\\x91\\\\xc6\\\\no\\\\xc1=\\\\xec\\\\xee3\\\\x98\\\\xab\\\\xda\\\\xf6\\\\xef^F\\\\xcb\\\\xbf3\\\\xee\\\\x82Mn\\\\x14\\\\xa2\\\\xec\\\\x90F\\\\xd1\\\\xa7\\\\xf7ug\\\\xe2\\\\xf6f\\\\xf5\\\\xa9\\\\xc0\\\\x06\\\\x90.\\\\xee\\\\xde\\\\x9c\\\\x83>\\\\x1d\\\\x8e\\\\x9d)\\\\xf2\\\\xe8\\\\x88grF\\\\x8cM\\\\xf9\\\\x1c`\\\\xc9Wm\\\\x8e\\\\x94\\\\xb9;k`F\\\\xe2 n\\\\x07^\\\\xda\\\\xf5R\\\\xf6\\\\xe0\\\\x18\\\\xe9\\\\x94\\\\x07\\\\x98\\\\xcb\\\\xcdL\\\\x00\\\\x05\\\\xde\\\\xa9s\\\\x8d\\\\xb3(q\\\\x8a\\\\xb8\\\\xd8\\\\x0ch\\\\xc9d^3\\\\x8c\\\\xa4\\\\x13\\\\x96\\\\xc2\\\\xa7\\\\xdc\\\\x96T\\\\xa4N\\\\xc1\\\\xe0\\\\xc4\\\\x02@\\\\x9f\\\\xafK\\\\xb5b\\\\xe54\\\\rZ\\\\xb0\\\\x03\\\\xf6q\\\\x98\\\\x18\\\\xa6\\\\xcf\\\\x93\\\\xf6\\\\xf9!k\\\\x9d\\\\x93\\\\xcc[o\\\\x13czx\\\\xe2\\\\x08%\\\\x03\\\\xd7\\\\x94\\\\xc5\\\\x99\\\\x89\\\\xf7X\\\\x03\\\\xbeF\\\\xd6\\\\x1fw\\\\x9fEr\\\\xe1f86u\\\\xads\\\\xedJ\\\\xb8cF\\\\xfe\\\\x7f\\\\x94+\\\\x8a\\\\xe4\\\\x1f\\\\x8bB2\\\\xb2.\\\\xe1\\\\xf8\\\\xee;0af\\\\xbdJ/_u\\\\xe1\\\\xd7c\\\\r\\\\xbd\\\\xc2\\\\x86c\\\\xe0\\\\xa7O \\\\xdd\\\\xa4\\\\xad\\\\xdb\\\\x8b\\\\x9dV\\\\xc0,H\\\\xa8$\\\\xf1\\\\xe0\\\\xaa\\\\xdc\\\\x96\\\\xa2\\\\xc0\\\\xbf\\\\xd9y\\\\xf2,<\\\\x0eC?3\\\\x95\\\\xc5\\\\xb1.\\\\xe4\\\\xac\\\\xc5\\\\x17\\\\\\\\\\\\xd8\\\\xd7\\\\'\\\\xb2\\\\xb62\\\\x9a\\\\xcd\\\\xa8\\\\xc5M\\\\x8c\\\\xa3l\\\\xed]`\\\\xeb\\\\xd5\\\\xe7\\\\x86\\\\xa9N\\\\x15z\\\\xe3\\\\x9eg\\\\x9btUw\\\\x03U\\\\n\\\\xe3\\\\xaf\\\\x9c\\\\xf1\\\\xcd\\\\xf2\\\\xbe7\\\\x9f\\\\xc4\\\\xc8\\\\xa3}9t\\\\x1bQk3M\\\\x86\\\\xa9ez\\\\xd5\\\\xa7lCi\\\\xf8\\\\xa7\\\\xe9\\\\xd5_\\\\x8ey\\\\xdd\\\\x97\\\\xfeU\\\\xe8\\\\xa9o\\\\xe2D\\\\x1b\\\\x92\\\\xe2\\\\x0eS-R\\\\xa6\\\\xc6\\\\xc2]*,\\\\x95;2\\\\xab\\\\x05\" \\\\xcc\\\\x8e\\\\xe0\\\\xf7\\\\xfbO^\\\\x9a\\\\xe1\\\\x02/\\\\x10\\\\x01\\\\x14~(\\\\xbc\\\\x8d\\\\xc7\\\\x8d2\\\\xe3\\\\xbd/`r\\\\xb8\\\\xf8<\\\\x83\\\\xb5\\\\xdbor\\\\x86\\\\xb7\\\\xd4\\\\xd9&\\\\xb0\\\\x04\\\\xae\\\\xb2\\\\t\\\\x8f\\\\x08\\\\x8d{\\\\x9e\\\\xb2\\\\xf6\\\\xf7\\\\x84g#\\\\x8b\\\\x86\\\\xe7\\\\xf9>A*z\\\\xa2s\\\\xa2\\\\xcf#\\\\x17\\\\x1b\\\\x96j\\\\xee\\\\xaff\\\\xfa\\\\xdbh\\\\xa4\\\\x13\\\\x008\\\\x00\\\\x16S\"Dv\\\\x07\\\\xc3\\\\xa92\\\\x17ZC\\\\x11V\\\\xe3\\\\xfbL\\\\xd2&:\\\\x15\\\\xe5|VE|\\\\x9a\\\\x8b\\\\xbd\\\\xba\\\\xf1ce{\\\\x15U\\\\xfb\\\\x1d\\\\xcd\\\\xa0\\\\x98,u\\\\'\\\\xb7y\\\\xea\\\\xd1\\\\xbf\\\\xaaz\\\\xb4\\\\xbe\\\\x03\\\\xf9n\\\\xfeJ\\\\x99\\\\xda\\\\x90\\\\xc0\\\\x1ei\\\\xc3\\\\xff\\\\x00Oq\\\\xbf\\\\xe9O\\\\xfe`\\\\xff\\\\x00.\\\\xafzyy#\\\\xf6:\\\\x15\\\\xff\\\\xd1?\\\\xc6\\\\xf1F\\\\xbeM/\\\\xc9\\\\xc1\\\\x17.%\\\\x0bM\\\\x15\\\\xa4&\\\\xd7+\\\\xb6\\\\xbd\\\\xb0`\\\\xc4\\\\xcc7o\\\\xb7\\\\xac[wF\\\\xafR\\\\xf9,-\\\\x91 \\\\x16\\\\xff\\\\x00\\\\x97|F\\\\xdb8\\\\xdc|\\\\xca\\\\xf7\\\\x1fn\\\\xc0\\\\xb9\\\\x18\\\\x87n\\\\xe0H\\\\x9d\\\\xdb\\\\x8e\\\\xa4\\\\x10gA>\\\\x07\\\\xb7H\\\\xbfq\\\\x88|\\\\x11\\\\xdf\\\\xb2[\\\\x92\\\\xe6\\\\xceo\\\\x0e\\\\xe2\\\\xcf^K\\\\x1c\\\\xc5\\\\x875\\\\xe3:\\\\xce\\\\xd5\\\\'S\\\\xbc\\\\x95\\\\xdd\\\\xa0\\\\x00\\\\x8e\\\\xe3\\\\xaa\\\\xc6\\\\xf8%\\\\x9dP\\\\x9d\\\\xa9DtU\\\\x17+\\\\x8eX\\\\xa9\\\\xbd\\\\x03X\\\\tZ\\\\xaa]\\\\xa0m\\\\x9d\\\\xa1Ox\\\\x9d\\\\xbfoS\\\\xee\\\\xc5\\\\xd9\\\\x00\\\\x81jvx!u\\\\xa9\\\\x18\\\\xd9\\\\xa0:%\\\\xf7*\\\\xe3S]\\\\xa0\\\\x96\\\\x05Ia\\\\xfc\\\\xdd} H\\\\xef\\\\'\\\\xcaz\\\\xb3j\\\\xe4DHO\\\\xb2\\\\xf5$\\\\xd7\\\\xe9\\\\xde\\\\x93\\\\xf0\\\\xeb\\\\xfc\\\\xbeF-\\\\xe2\\\\xda\\\\xcdmtd\\\\x02v\\\\xc8\\\\x90\\\\x18\\\\x805\\\\x88\\\\x99=\\\\xba\\\\x9bRr\\\\xac\\\\x18\\\\x11WO\\\\x9f\\\\x19\\\\xc5\\\\xfe\\\\xb7\\\\xf2\\\\xce\\\\x1f\\\\x07\\\\xf3\\\\x0b{\\\\xe4e\\\\'\\\\xbbd\\\\x98\\\\x15\\\\x83-\\\\xa9\\\\xd3\\\\xd3\\\\x11\\\\x1d\\\\xba^\\\\xf2\\\\xeca\\\\x02O%\\\\xa9\\\\xb7\\\\x89\\\\x91\\\\x0b\\\\xe8f\\\\x1eU+v7\\\\x17\\\\x89q\\\\x18\\\\x99\\\\xae)\\\\xb2\\\\xe0_j\\\\x82@2\\\\x83\\\\xf1w\\\\xf1\\\\xd7\\\\xc6\\\\x0c\\\\xf5\\\\xf3\\\\x1b\\\\xd3\\\\x94\\\\xaf\\\\xb0\\\\x7fU\\\\x1d\\\\xf0\\\\xce\\\\xa35\\\\xeb-R\\\\x1d\\\\x99\\\\x15vq\\\\xa2\\\\xfa\\\\xb9,lnS\"\\\\xa49\\\\x18\\\\xf6>6~.9\\\\xad\\\\x1e\\\\x94aXKv\\\\x8fZ1\\\\xf4\\\\xab7\\\\xaa|\\\\x87Z\\\\xa2S\\\\xf7\\\\x04fG\\\\xeb\\\\x88\\\\x18\\\\x87j\\\\x8eG\\\\x9a\\\\xe8\\\\xd2\\\\x04\\\\xc5\\\\xf1\\\\xcc\\\\xe0q\\\\xa7b-\\\\x9d\\\\x99\\\\x8b\\\\x99\\\\xcc\\\\xe3q<\\\\x8a\\\\xe4c\\\\xe156_c\\\\x8b\\\\xebB\\\\xf7\\\\xd4\\\\x85)Ym\\\\xc1+\\\\xafl\\\\xed\\\\x89\\\\xfb\\\\'\\\\xa9\\\\xddB\\\\x04{s\\\\x8e\\\\x88\\\\xc9\\\\xf9;\\\\xe4\\\\x0fA\\\\xc9>\\\\xd5\\\\xc2#\\\\xa9\\\\xdc\\\\x83\\\\xe5\\\\x99M<\\\\x1f\\\\xc4\\\\xb9>C\\\\x0f\\\\x8c\\\\xe4\\\\xb9\\\\x1eV\\\\x97\\\\xfc\\\\x9a\\\\xd5\\\\x95\\\\xb7\\\\x08\\\\xfb\\\\xb4c\\\\xe3\\\\x87*\\\\xe6\\\\xd8\\\\x92\\\\tpT\\\\x92\\\\xb0&O\\\\x8fT6\\\\xdf\\\\x16mF2\\\\x94\\\\xf5\\\\xb3\\\\x11\\\\xa4\\\\xb8\\\\x11\\\\xc2\\\\xbc\\\\xa5\\\\x929^\\\\xd4%\\\\xa40\\\\xae*\\\\xd9\\\\xc0\\\\xf8\\\\x99\\\\xe1r9\\\\x88\\\\xb1\\\\x97\\\\x89|%\\\\xce\\\\xaf,\\\\xd0\\\\xb5YI\\\\xab\\\\xf0\\\\xa2\\\\x95U\\\\r\\\\x04\\\\xfa\\\\xc0$\\\\x10\\\\x01\\\\x8f\\\\x03\\\\xac>4[\\\\xd7F\\\\x89\\\\x1a\\\\x9d\\\\xbd\\\\\\\\V\\\\xad\\\\xda\\\\x827j\\\\xd5M\\\\xf85\\\\xf1\\\\x98k\\\\xc6\\\\xd9\\\\xee\\\\xdd\\\\xcb.h\\\\x08\\\\xdc\\\\x9c\\\\n\\\\xb1M\\\\xfa\\\\r\\\\xe4\\\\x00%\\\\xb7F\\\\xd3:jz+\\\\x16\\\\xb6\\\\xbbfg\\\\xb8eMF\\\\x91\\\\x12\\\\xe3\\\\x03\\\\x92)\\\\xces\\\\xa6\\\\x1fVR\\\\xf9\\\\x1e Z\\\\xf8\\\\x85\\\\xde\\\\xdb\\\\xb9\\\\x01IW\\\\xc8\\\\x12\\\\r\\\\x90\\\\x90Y\\\\xec\\\\x00\\\\x89\\\\x91\\\\xa9\\\\xef\\\\xd1\\\\xee\\\\xfe;Q\\\\x04\\\\xc9\\\\xcbT\\\\xf3<\\\\xdf\\\\xb5\\\\xdd\\\\x0c/\\\\x97z\\\\xad\\\\xfc?\\\\xc7?\\\\xa5\\\\xd7e>\\\\xdd\\\\x95]e\\\\x8dq\\\\x01\\\\x83\\\\x8b,\\\\xd8\\\\x01\\\\xb4\\\\xac\\\\xf7`\\\\x00$\\\\xea#\\\\xa2\\\\x97\\\\xc5\\\\xdd\\\\r\\\\x19\\\\x02\\\\xf55\\\\xaeX\\\\xb7^x\\\\xa7\\\\x8b\\\\xda\\\\x89~\\\\xe6\\\\xc5+\\\\xfe\\\\xa0\\\\xf3\\\\xf9\\\\\\\\W\\\\xc7\\\\xae\\\\xe2\\\\x19\\\\xa9\\\\xa3+\\\\x9f\\\\xa5\\\\xa8\\\\xaf6\\\\xcd\\\\xde\\\\xd5u\\\\x06\\\\x87\\\\xf5\\\\x00a\\\\xbb@\\\\xfb\\\\xfa\\\\xa7\\\\xf2[\\\\x89Z\\\\xdb\\\\x1b\\\\x04\\\\xc4\\\\x19\\\\x8a\\\\x9c\\\\xa8h\\\\x07k%\\\\xc2Dz\\\\x8b\\\\xf2o\\\\xaa\\\\xac\\\\xfe \\\\xd9\\\\xd8|fnF%\\\\x17\\\\xaf\\\\x13\\\\xcbc\\\\x9a\\\\x90f\\\\x86d\\\\xb6\\\\xe4.\\\\x1e\\\\xd5`\\\\x14m/\"C\\\\x06\\\\x132cO#\\\\xb1\\\\x94\\\\xa1nq\\\\x83\\\\xe8\\\\x97\\\\xfb\\\\xb3\\\\xe6A\\\\xfc\\\\'\\\\xdf\\\\x12- +\\\\xc7\\\\x92+\\\\xc0Sw\\\\x0f\\\\xcb\\\\xf2\\\\xb6\\\\xddS\\\\xfb\\\\x99\\\\xe2\\\\x8clW\\\\xb2\\\\xe5-R\\\\xec,UUC\\\\x17\\\\xac4\\\\x04\\\\'\\\\xc3\\\\xa0\\\\xdbX\\\\xb7jS\\\\x99w\\\\x9b\\\\x00\\\\xe6\\\\xbf\\\\xccy \\\\x94\\\\xc9\"8\\\\x00\\\\x9e\\\\x86U\\\\xd8WUe\\\\xd5MiB\\\\x97\\\\xc9:\\\\xa8:\\\\xea\\\\tc\\\\xe6<#\\\\xeb\\\\xd1\\\\x1d\\\\xd4\\\\xb6\\\\xf7u\\\\x98\\\\x96f\\\\xaf}A\\\\xfav)`b\\\\xd1gwR\\\\xb7\\\\xb5\\\\xc6\\\\xe7j\\\\xdd\\\\xb7\\\\x10nba\\\\x8b0\\\\x98\\\\x80|\\\\xbc\\\\xba\\\\x9d3\\\\x99\\\\x9c\\\\xa7\\\\x13\\\\\\\\y\\\\x92z~\\\\x14\\\\x19\\\\x81@T\\\\x93]6b\\\\xa38{/K\\\\x07\\\\xa2t\\\\x83\\\\xa2\\\\xc4yuvV\\\\xa0l\\\\t12vo\\\\xa1\\\\r\\\\xc8y\\\\xa5FN\\\\xfd?\\\\xaf\\\\x156\\\\xec\\\\xeb2R\\\\xaa/\\\\xb9\\\\xbf-\\\\x8e\\\\xa2\\\\xba\\\\x89\\\\x1e\\\\xa1\\\\xe3\\\\xa0\\\\x03\\\\xb7O\\\\xb9\\\\xba\\\\x9d\\\\xd6\\\\x8d\\\\xe9\\\\xfa\"\\\\x1a4\\\\xc0r\\\\xa6\\\\\\\\d\\\\xac\\\\\\\\\\\\x9e\\\\xa8\\\\x802Rk8\\\\x15\\\\xd2\\\\x9f\\\\xf3.\\\\xb1\\\\x882\\\\x9a2m\\\\xf3\\\\x1f^\\\\xaf\\\\xda\\\\x96\\\\xda\\\\xdc\"\\\\xceI\\\\xe5\\\\x92S\\\\x069\\\\x953*\\\\xfa\\\\xca+d2\\\\xe3UZ\\\\x8a\\\\xeac*J\\\\x98\\\\xda\\\\x0e\\\\xa0\\\\x93\\\\xafW\\\\xae[\\\\xb6\\\\xcfx\\\\x81\\\\x16`0\\\\xa7\\\\xe5E\\\\xdb\\\\xf2\\\\x98\\\\x1aC6}\\\\x17\\\\x1ds\\\\xf9\\\\\\\\_\\\\x0f\\\\xcd\\\\xf2\\\\xdc]\\\\n\\\\xb6\\\\xe4q\\\\xd9\\\\xdb=\\\\xda\\\\xc2\\\\x9a\\\\xd6\\\\xb62Wz\\\\xc9-\\\\xea \\\\x18\\\\xfb\\\\xba\\\\xf2\\\\xa6\\\\x16K\\\\x88\\\\x92d\\\\xe4t\\\\x01\\\\xf9\\\\xe6\\\\xfc\\\\xd2\\\\xe5\\\\tD\\\\xd4Q=\\\\xe0e\\\\xaen\\\\rW\\\\xa1{2Q\\\\xeeV\\\\xb6\\\\xcb\\\\x01\\\\x05T\\\\x02\\\\x89Qi\"\\\\x0c\\\\xfaN\\\\x84w\\\\x8e\\\\x8a\\\\xf6\\\\xdf\\\\xd3CDv\\\\xaf0b*\\\\xe9\\\\xdf\\\\x12\\\\xe3\\\\xbf\\\\x17.\\\\xca\\\\x85W\\\\xff\\\\x00,X\\\\x9b\\\\xf746\\\\x9b\\\\x95\\\\xbc\\\\xd8\\\\x11\\\\xb8\\\\x1f\\\\x0e\\\\xdd&1\\\\x05\\\\x8c\\\\x8bq\\\\xf5V\\\\x01z\\\\xa6\\\\x1c\\\\x8eK\\\\x18d{(\\\\xa4Zg\\\\xdb\\\\xbd\\\\x90\\\\x16PGx>\\\\x11\\\\xac\\\\xcf\\\\x9fE~F\\\\xa29\\\\xe0\\\\xba2\\\\x1d\\\\xeb1\\\\x8b\\\\x8f\\\\xb9\\\\x189\\\\xb6 \\\\x86RJ\\\\x93\\\\xe0\\\\xde33\\\\xd5\\\\x01\\\\xb3\\\\xb7\\\\x191\\\\xaf\\\\xd1\\\\x11\\\\x91\\\\xa1u\\\\x9f\\\\xb6\\\\xaa%\\\\xe1\\\\xd8\\\\xff\\\\x00\\\\xca\\\\x07\\\\xc2<\\\\x07\\\\x90\\\\xea\\\\x05\\\\x88\\\\xc0V\\\\xaf\\\\x82\\\\x9dg\\\\x12\\\\xb2OAG\\\\x00\\\\xabV{\\\\x8f\\\\x03\\\\xe1\\\\x11\\\\xd3a\\\\xe8lA\\\\xe3\\\\xc9\\\\x00\\\\xac\\\\x9f\\\\x92\\\\xcf\\\\xde\\\\xdaY\\\\xecs\\\\xed\\\\x96\\\\x06\\\\xc6\\\\xd2d\\\\xf8\\\\xcf\\\\x9fS)\\\\xb1y`\\\\x8a7+^\\\\xf5*\\\\xac\\\\xca\\\\xf6\\\\x9a\\\\xd9\\\\x03o`\\\\xd2\\\\x04\\\\x18\\\\x07\\\\xcf\\\\xabp\\\\xb9\\\\x19\\\\xc5\\\\x8f5\\\\xc3p \\\\xf4F1kl\\\\xcb\\\\r\\\\x18\\\\x963\\\\x14\\\\xac\\\\xbd\\\\x92v\\\\xb6\\\\xd0&D\\\\xf7\\\\xebB\\\\xce\\\\xdaW\\\\xce\\\\x9bnK\\\\x12r4\\\\xc7\\\\xb7\\\\xb1Y\\\\xb5sT\\\\xb4\\\\xc4\\\\xe1\\\\xcdaH\\\\xac\\\\xd2\\\\xcdk\\\\xbb\\\\xd8\\\\x1ew8\\\\x90\\\\xab\\\\xe0g\\\\xc3\\\\xaaP0\\\\x94\\\\t\\\\x91:\\\\x81\\\\xeeeb \\\\x81Z\\\\xa8V\\\\xe2\\\\xe3\\\\xa5\\\\xb52\\\\xdd\\\\xef34\\\\xab\\\\xa1\\\\x10\\\\x15\\\\xbc\\\\x0c\\\\xeb\\\\xd5\\\\x1b\\\\xb6-\\\\xc6\\\\xe0\\\\x02@\\\\x93\\\\x98\\\\xe4{j\\\\xbb@g\\\\xc6\\\\xae\\\\xb5eS\\\\x91m\\\\x8e\\\\xe5HUM`~%\\\\xf0\\\\x93\\\\xe7\\\\xd4\\\\xdc\\\\x85\\\\xdcH\\\\xa3y%]\\\\x86\\\\xb9\\\\x1e\\\\x1f\\\\xf9@\\\\xb21U\\\\xabm\\\\xe1\\\\x1cX\\\\xa4\\\\x02\\\\xa2C\\\\x10#_?\\\\xafY\\\\xc61\\\\xc5\\\\xeb\\\\xf7Ugn@U\\\\x88\\\\xe63\\\\\\\\C\\\\xfe\\\\xea\\\\x7f\\\\xdb\\\\xb7\\\\r\\\\xfa\\\\x9f\\\\xf1l\\\\xfbx\\\\\\\\\\\\x1cj>s\\\\x8d\\\\x91\\\\xf9\\\\x8e#1\\\\xf4{UP\\\\x97\\\\xc7\\\\x04\\\\x08\\\\x00\\\\x8e\\\\xc0\\\\x9d\\\\x0fn\\\\xfdzo\\\\x84\\\\xf9\\\\x9b\\\\xb1\\\\x98\\\\x89\\\\xac\\\\x86\\\\x07\\\\x07\\\\x1f\\\\xed\\\\xaf\\\\x88\\\\xc9\\\\xe9\\\\x9a\\\\xa7r\\\\xe0\\\\xb4\\\\xc4\\\\xfe\\\\xa7/\\\\xbfr\\\\xf8\\\\x17\\\\xf2~\\\\x1b7\\\\x8c\\\\xc8\\\\xcc\\\\xe3\\\\xf31\\\\xed\\\\xc5\\\\xcd\\\\xe3\\\\xedjr\\\\xf1l]\\\\xaf[\\\\xa3C+\\\\x83\\\\xac\\\\x8f\\\\xaf_^\\\\xf8\\\\xed\\\\xdcoDI\\\\x0c\\\\xc0&\\\\x95t\\\\x81eV)\\\\xb5H\\\\xd5u\\\\x81\\\\xac\\\\xf7\\\\x8f\\\\xed\\\\xfbz\\\\xd8\\\\x04QW\\\\x90b\\\\xb6a\\\\xb2\\\\xa3\\\\xb2:\\\\xee\\\\x04\\\\xfa 4v\\\\xef\\\\xa4H\\\\xf3\\\\xfd\\\\xddD\\\\x8e\\\\x05\\\\x06\\\\xaa\\\\x82\\\\xab\\\\xac\\\\x8a\\\\xfd\\\\xac\\\\x8b\\\\xea\\\\x06Ev2\\\\x82\\\\x04v1\\\\xdb\\\\xa2+p\\\\x17\\\\x0bOP\\\\xa5~\\\\xeb\\\\x97+\\\\xc3\\\\xfd\\\\xbe\\\\xe1\\\\xe4e~\\\\xa3\\\\xf1\\\\x0fI\\\\xa9\\\\x13\\\\x14Ym\\\\xcfo`\\\\xaa\\\\xbdyw\\\\xf7C9\\\\xc35\\\\x84\"\\\\xc5\\\\r\\\\xb7\\\\x1e\\\\xd5G54]C\\\\x05\\\\xb6\\\\xb2 \\\\x12\\\\x01\\\\x82H\\\\xec\\\\xb3\\\\xa4\\\\x99\\\\xfd\\\\xbdg\\\\xce\\\\xcd\\\\xca\\\\xb1\\\\xa8Mx\\\\xf2\\\\xc5\\\\x01\\\\xe4\\\\xf9\\\\\\\\|J\\\\xfdx\\\\xa2\\\\x82\\\\xd2ro\\\\x00\\\\xed\\\\'q\\\\x9d\\\\x82Lh\\\\'\\\\xef\\\\xea\\\\xd4w1\\\\xdb\\\\xdb\\\\xd5\\\\xa4\\\\x03,\\\\xff\\\\x00\\\\x85\\\\x9d\\\\xba\\\\xf5\\\\xcbK\\\\xbb*\\\\xa7\\\\x92\\\\xccl\\\\x836\\\\xd8,\\\\x90\\\\x1e\\\\xab@\\\\x04\\\\x15,\\\\x06\\\\xd3\\\\'_\\\\xc2?i\\\\xeb\\\\xcd\\\\xeen\\\\x9b\\\\x85\\\\xf1\\\\xeefS\\\\x180\\\\xa50I\\\\xd9\\\\xd6\\\\x97p\\\\x05\\\\xac\\\\xdd\\\\xfd\\\\xc8\\\\xeeS\\\\xc4@\\\\xd4\\\\x0f\\\\xaf\\\\x9fSj,0G\\\\xa5\\\\xe4\\\\xd4U?\\\\xea~)\\\\xcb\\\\xf8\\\\xf6k\\\\xa8\\\\xff\\\\x00\\\\x90\\\\xabk:(\\\\xf5Gs\\\\x04\\\\x8e\\\\xdd\\\\x8e\\\\x9dz\\\\xaf\\\\xfa\\\\xdc\\\\xe3\\\\r\\\\xc8\\\\x0f\\\\x88#\\\\xbf\\\\x16Z\\\\xbb(\\\\xe8 \\\\xf5\\\\xfa\\\\xd1rt\\\\x99\\\\x04w\\\\x1d\\\\xba\\\\xf7k\\\\xd0&^*\\\\xdd\\\\xd8mP#unX\\\\xc8\\\\xd6\"@\\\\x1e~=\\\\x14C\\\\xaa;\\\\x98z\\\\x81^e_\\\\xb5\\\\xec\\\\xecN\\\\xe6\\\\x10@\\\\x00\\\\x81\\\\xd8}\\\\xa4\\\\x1e\\\\xddN\\\\t\\\\x96\\\\xad\\\\x86\\\\x0bn\\\\x15\\\\xec\\\\xb6\\\\n\\\\x9eY\\\\xc8]\\\\xfb\\\\x89!KI\\\\x05Dx\\\\xaf\\\\x9f\\\\\\\\C\\\\xd1/ql\\\\x18\\\\xbf.*\\\\xae\\\\xff\\\\x00\\\\x86p\\\\xf4\\\\x1a\\\\xab\\\\xe43*G\\\\xb1\\\\xc1\\\\x18\\\\xf2\\\\t\\\\xda&\\\\x0bi\\\\xdc\\\\x9f>\\\\xbcw\\\\xceod$m@\\\\xd3?\\\\xc2\\\\xc52\\\\x0eW@qt2\\\\xd5T\\\\x9d\\\\xd1\\\\xa4\\\\x9e\\\\xe5bDk\\\\xe1\\\\xd7\\\\x82\\\\xdcM\\\\xc9Gm\\\\x9b\\\\x1a\\\\xa6$J\\\\xaa1c{\\\\xf3\\\\x1b\\\\\\\\\\\\xea\\\\x16\\\\x07}\\\\'\\\\xbe\\\\x93\\\\xa7n\\\\xa9\\\\x12N\\\\x14O\\\\x88\\\\xa8_\\\\xacoU`>\\\\xe6s\\\\x1e\\\\xde\\\\x8b\\\\xe1\\\\xdb\\\\xc4u \"9:\\\\xc5\\\\xad*w\\\\x8d\\\\xa9\\\\xdb\\\\xd7$\\\\x1f\\\\xb7N\\\\xb8E\\\\xe8\\\\x80L\\\\xe5\\\\x92\\\\x8en\\\\xfed\\\\x9d}=\\\\xce\\\\xb32I\\\\xf2\\\\xd4i\\\\xd1\\\\xe9\\\\xa2\\\\x81\"\\\\xd5^\\\\x0c\\\\x86p\\\\x1a\\\\x181\\\\xf0\\\\x81\\\\xea\\\\x03I>CN\\\\xfdN\\\\x86L$\\\\xade\\\\xda\\\\xc7@$\\\\x92\\\\xb0\\\\x0f\\\\xd4\\\\x8d=-\\\\xf6\\\\x9e\\\\xa5\\\\x80\\\\n\"J\\\\xf1\\\\xac\\\\xa4\\\\x9d \\\\x94V\\\\xda5&A=\\\\x87\\\\\\\\\"W?\\\\x8a\\\\xcc\\\\xd8\\\\x95\\\\xb6\\\\xd8\\\\x9e\\\\xde\\\\xee\\\\xef\\\\x1d&L\\\\x1f3\\\\xe3\\\\xd4i%p-\\\\x81\\\\xa2\\\\xdd\\\\xf9\\\\xafeJ\\\\x94\\\\x97`J\\\\xd6u]D\\\\rg]z\\\\x1foQN\\\\x12e\\\\xbf\\\\xf3\\\\x81\\\\x8b\\\\x10@RJ\\\\xcc\\\\x9fI#Q?a\\\\xe8}\\\\xa4Q\\\\xb8\\\\xcb\\\\xf2\\\\xe5Y\\\\xb9T\\\\xa9\\\\x04(P\\\\x18\\\\xe8\\\\x00\\\\xec\\\\x06\\\\xb0\\\\t>=A\\\\xb6\\\\x13\\\\x05\\\\xc3\\\\x82\\\\x9e\\\\x99\\\\x0e\\\\xb2\\\\xfb\\\\x82\\\\xb0\\\\x80\\\\x80\\\\xeb\\\\x00D\\\\rt\\\\xd3\\\\xa5\\\\x18\\\\x03D\\\\xd9\\\\x17\\\\t\\\\x83\\\\x17+\\\\x12\\\\xf7\\\\x02\\\\xec\\\\x81C\\\\xa8$\\\\xcc\\\\x85\\\\xd2\\\\t:L\\\\xce\\\\x9a\\\\xcfU\\\\xfd\\\\xa6\\\\x1c\\\\x15\\\\xc2UL\\\\x98<\\\\xd6\\\\x1e9\\\\xad\\\\x05\\\\xadU\\\\x14\\\\x97\\\\x16\\\\xa9\\\\x95\\\\xdc\\\\\\\\\\\\x10]X\\\\x9dH\\\\xd0zc\\\\xc7\\\\xbfV6\\\\xf7#\\\\x01\\\\xea|\\\\xe8:\\\\xf0\\\\x14JDP)m\\\\xf2jnT_\\\\xcb\\\\xb8\\\\x86\\\\x03\\\\xde\\\\xb0\\\\xf6-\\\\x03\\\\xd25\\\\xf4\\\\xc9\\\\xed\\\\xd4\\\\x9d\\\\xc8\\\\xa05<\\\\xf9v).pZ\\\\x07$\\\\x96=\\\\xad~q\\\\xa45\\\\x8b]\\\\x8f\\\\x05\\\\x81U2\\\\x0cH\\\\x13=\\\\x87\\\\x8c\\\\xf4\\\\x98\\\\x00u\\\\x132\\\\x1c\\\\x8c\\\\x9e\\\\x81\\\\x0c\\\\xa4X0Zr9,\"`\\\\xad\\\\x8d\\\\xed(\\\\x87g\\\\x1e\\\\x97\\\\'R\\\\xd0\\\\x7fd\\\\x7f\\\\x8fA\\\\xaa\\\\xd9\\\\x18\\\\x12r\\\\xaf\\\\x8a\"\\\\x0b0\\\\xc0\\\\xa3_\\\\xfe\\\\x918|\\\\x1f\\\\x8d\\\\xf2\\\\xbf\\\\x1d?\\\\x0c\\\\xe232y7\\\\xaa\\\\xea9\\\\xfc\\\\x95\\\\xb9\\\\xb2\\\\xb0M@\\\\x06\\\\x14C\\\\x80E\\\\x80A\\\\x913\\\\xd6\\\\xed\\\\x8f\\\\x94\\\\xb46\\\\xf3\\\\xb7\\\\xfe4\\\\t\\\\x96g.;UYZ\\\\x9b\\\\x8fW\\\\xf2\\\\xaa{r\\\\xdd\\\\x82\\\\xb3\\\\xce\\\\xd6\\\\xd5I\\\\x105$\\\\x95\\\\x1a\\\\xeb\\\\xa0\\\\xfd\\\\xdddF\\\\xd8\\\\x18\\\\'\\\\xca@W5\\\\xb0]fIA?\\\\xc3\\\\x1d\\\\xbcGs\\\\xfb\\\\xbe\\\\xcf\\\\xb3\\\\xa8\\\\xd2\"\\\\xb8\\\\x12Q\\\\xec\\\\x06\\\\xf67\\\\xb5\\\\xbbB\\\\x8f\\\\xf9\\\\x81\\\\xdc\\\\x02\\\\xa4\\\\x00D\\\\x82@\\\\x8f\\\\x1d;i\\\\xdf\\\\xaa\\\\x97F\\\\xac\\\\x13E\\\\xcd&\\\\xab\\\\xa6\\\\xbfE\\\\xfe}\\\\xcb=\\\\xd9?\\\\x17\\\\xc3\\\\xe4+\\\\xc3\\\\xf8\\\\xe6\\\\x19R)\\\\xa7)A\\\\xbe\\\\xe0\\\\x0b+X\\\\xa4\\\\x89\\\\x0b\\\\xb8\\\\x81\\\\xe4{u\\\\xf4}\\\\x88\\\\x9f\\\\xc8||d\\\\t\\\\xb7\\\\xed\\\\x861\\\\x19\\\\x91\\\\xfe\\\\xa3\\\\xd3\\\\x92\\\\xb7\\\\xae2\\\\x0f\\\\x89\\\\xea\\\\xbe\\\\x97\\\\xfc&\\\\xfc.G\\\\x88\\\\xc1\\\\xcc\\\\xc4\\\\xe4-\\\\xcb\\\\xad\\\\x15\\\\x8d\\\\xb6d\\\\r\\\\xaa\\\\x96\\\\x18\\\\xfc#\\\\xc00\\\\xfauN\\\\xfd\\\\xb8\\\\xca#L\\\\x89\\\\x03\\\\x9f>\\\\x9d\\\\xaa\\\\xac\\\\xa8pM\\\\xacC\\\\xfaR\\\\xc1\\\\xb9\\\\x87i\\\\xf5F\\\\xd9 \\\\x033\\\\xd64\\\\xed\\\\x98g\\\\xf9E\\\\xa8\\\\x1a \\\\x80\\\\x14\\\\xc9\\\\x9c\\\\x94q\\\\xed\\\\xd8Z\\\\xdb\\\\xddw\\\\xa3\"\\\\x82\\\\xaa\\\\xb0\\\\x01\\\\xd0\\\\xee:\\\\x0e\\\\xfdW\\\\xb6\\\\xe0\\\\x9dO\\\\xf9\\\\xe4\\\\xb8\\\\x80\\\\xa4|#\\\\x92\\\\xe31O%\\\\x87\\\\xf9\\\\xaa?=\\\\x9d\\\\x98\\\\xd2\\\\xc4\\\\x85SN\\\\xd2\\\\xa9M,\\\\xda\\\\xca\\\\x9f\\\\xe11\\\\xe7\\\\xd6\\\\xbf\\\\xc6\\\\x1bv\\\\xe2\\\\xce\\\\t\\\\x93\\\\xbf\\\\xff\\\\x00\\\\x1f\\\\xf6\\\\x82\\\\x93rd\\\\x02\\\\x07b\\\\xb1\\\\xf28\\\\xf4j\\\\xeb\\\\xbe\\\\xa4\\\\x84\\\\xf6\\\\x99E;\\\\x98\\\\x08h\\\\x9d\\\\x03F\\\\xbf^\\\\xb5/\\\\xfc|t\\\\xfb\\\\x96\\\\xc7\\\\xfah;y \\\\x8c\\\\xc8\\\\x03\\\\'\\\\xe3\\\\xcd\\\\x08\\\\xb5N3\\\\xe1\\\\xd2\\\\xa2\\\\xdaNJ\\\\xa6&\\\\x05\\\\xe8\\\\xa3un\\\\x80\\\\xb5j\\\\xa4\\\\r\\\\xcb\\\\xa0#\\\\xc8}\\\\x9dQ\\\\xb4gh\\\\x88\\\\xc5\\\\xf5\\\\x10\\\\x04_\\\\xa7#\\\\x96n\\\\x9c*^g\\\\xd2\\\\xa1\\\\xd9\\\\x83\\\\x8d\\\\xc8\\\\xe2\\\\xe4V1\\\\xe9{\\\\xb0\\\\x9c-\\\\xd8\\\\xf5\\\\x1b\\\\x15o%=e\\\\xb7l\\\\x05\\\\x81:\\\\xcf\\\\x88\\\\xfa\\\\xc7]{h/\\\\xc6L\"\\\\xe1\\\\x81\\\\x0eZ\\\\\\\\\\\\xe5\\\\xda\\\\x0e)q\\\\x98\\\\x89\\\\x01\\\\xdf\\\\x1cRZ\\\\xf07r\\\\x98\\\\xb8\\\\xfc_6\\\\xc7\\\\x92\\\\xbb\\\\x10\\\\x9c\\\\x8c\\\\xfe,\\\\xd5\\\\xb1\\\\x16\\\\x9a\\\\x0f\\\\xf2\\\\xc3>\\\\xda\\\\xcb\\\\x96_N\\\\xe0t\\\\x00\\\\x1d\\\\'\\\\xaa\\\\xb66\\\\xda\\\\xe2-\\\\xdc\\\\xf5\\\\xca5foH\\\\xc1\\\\xf9\\\\xbf4\\\\x06DH\\\\x10X\\\\xa5ng\\\\x8c\\\\xec\\\\x0chK\\\\xf4=:*;\\\\xb9\\\\xcep\\\\x93\\\\xf6\\\\xaf\\\\x9c\\\\xbc\\\\xcf\\\\xc5\\\\xec\\\\xb6\\\\xceb9\\\\x9c:\\\\x7f!o\\\\xae\\\\xa6}\\\\xe6\\\\xfd\\\\xccT\\\\xad`zw\\\\t\\\\xd7X\\\\xeb\\\\xd5\\\\xc7fo[:\\\\xa4\\\\x03\\\\x8c\\\\xd7\\\\x91\\\\xdc\\\\x06\\\\x94\\\\xab\\\\x9a\\\\xae\\\\xec^Arl\\\\xc0\\\\xc6\\\\xf7W \\\\xd8\\\\xcbPu\\\\x8d\\\\x86\\\\x01r\\\\x08\\\\x90%{\\\\x15?Q\\\\xdf\\\\xaa\\\\x17\\\\xed\\\\xcfo\\\\x11\\\\x18\\\\xd6YP\\\\n\\\\xf3?eP4\\\\xcb\\\\x9c\\\\x02f\\\\xe0\\\\xeb8-\\\\xf9\\\\xac\\\\x86SN)p\\\\x10\\\\xb4\\\\xb1c\\\\xb4m$n\\\\xd6Gs\\\\xaf\\\\xec\\\\xea\\\\xb4G\\\\xaa\\\\x94o\\\\xaf\\\\x1d\\\\xe9\\\\x96\\\\xa1(\\\\x87\\\\x91\\\\xfe\\\\x96\\\\xca\\\\xbe@\\\\x96\\\\xf2\\\\xc3*\\\\xc1\\\\xb1+\\\\xf5<\\\\xb6\\\\xff\\\\x00\\\\xf9\\\\x84\\\\x83\\\\xa0\\\\x9e\\\\xd10t\\\\xf1\\\\xfau\\\\xde\\\\xe0\\\\xf7599;g\\\\xd7\\\\x86j\\\\xae\\\\x9d\\\\xe6a\\\\x87\\\\x1fD\\\\xe5\\\\xfdV\\\\x9f\\\\xfc\\\\xb1\\\\xff\\\\x00\\\\x89\\\\x7f\\\\xcf\\\\xad\\\\rr\\\\xe0)\\\\xf7{\\\\x17\\\\xff\\\\xd2\\\\xb9w\"n\\\\x15\\\\xd4\\\\x1e\\\\xa7\\\\xd5\\\\x9bR&5\\\\x0b\\\\xa6\\\\xa6Gi\\\\x1da\\\\xc5\\\\x81\\\\xa6\\\\x0b\\\\xc0\\\\x08\\\\x05\\\\xe71f=\\\\x88\\\\xb4b3\\\\x15\\\\xd8\\\\x06N\\\\x8a\\\\x16\\\\x0f\\\\x82\\\\x81&\\\\x01>?\\\\xb8\\\\x18\\\\xeb\\\\xae1`\\\\x8b\\\\xdb\\\\x89U\\\\xcf=\\\\xc2\\\\xe0[E\\\\x96=+g\\\\xb2C[Z\\\\xc2\\\\xfd\\\\xe0\\\\x133\\\\x1e#_\\\\xb3\\\\xc6\\\\xad\\\\xcb,\\\\\\\\$\\\\x1d\\\\xb0\\\\x91T\\\\xb75\\\\xf1\\\\x0e3\"\\\\xab\\\\x88r\\\\xae\\\\xeaE\\\\x88\\\\xdd\\\\xa2w\\\\x88\\\\xb2~\\\\x9a\\\\x88\\\\xea\\\\xad\\\\xcbnjp*\\\\xb9\\\\xda\\\\x81\\\\xc7\\\\x0e\\\\xaa\\\\xee_\\\\xe29\\\\x18\\\\xe2\\\\xb5\\\\xc3s\\\\xb3~\\\\xfa\\\\xf6\\\\xeb\\\\xd8\\\\x06\\\\xd5c\\\\xee#C=W\\\\xdc\\\\x99F.(y\\\\xff\\\\x00\\\\n!\\\\xb7fU\\\\x87#\\\\xc0d\\\\xd6\\\\xab\\\\xb6\\\\xb7\\\\xb1,O^\\\\xe9\\\\xd0\\\\xb3h\\\\xc6$\\\\x13\\\\x1a\\\\x8f\\\\x1e\\\\x99\\\\x1b\\\\xf2\\\\xf6\\\\xdf\\\\x12\\\\xdek\\\\x86\\\\xdc\\\\x89\\\\xb7\\\\x0c\\\\xac\\\\x0f\\\\xd0\\\\xac2\\\\xbf.v\\\\xba\\\\xb6-\\\\x81\\\\x89i\\\\xc7\\\\xa5Wu\\\\x82\\\\x0c\\\\x96\\\\xee&\\\\x04\\\\xcf\\\\x8fToo\\\\r\\\\xcb2\\\\x8em\\\\x9f\\\\xd5i\\\\xedm\\\\x0fp\\\\x1c\\\\x97e\\\\xf0I\\\\x94\\\\xe6\\\\xbe~\\\\x8c[2\\\\x92\\\\x8b\\\\xc6\\\\xea\\\\x90\\\\xfbh\\\\rd4\\\\xda\\\\xaa\\\\x01R\\\\xc4\\\\x01 \\\\xfd\\\\x04u\\\\xe2oB\\\\xf4\\\\x8f\\\\xbe\\\\xc4\\\\x88\\\\x9c?\\\\xd2\\\\xd4\\\\xc75\\\\xe8\\\\xac\\\\xe9\\\\xac39\\\\xae\\\\x84\\\\xc6\\\\xc5\\\\xa7\\\\x0f;\\\\x85\\\\xe1\\\\xc7\\\\x1be\\\\x99\\\\xdc\\\\xdbU\\\\x9c\\\\xb9V\\\\xe5\\\\xfbF\\\\xc5\\\\xb4\\\\x13ee\\\\x83\\\\xbe\\\\xd1\\\\xea\\\\n\\\\xa6wH\\\\xf3=]\\\\xb6m\\\\r\\\\xc5\\\\xbb\\\\x11\\\\x8dK\\\\x172n\\\\xa4~\\\\x13\\\\'\\\\x19J\\\\x06\\\\xe1!\\\\x85\\\\x19\\\\x96\\\\x7f\\\\x1aw\\\\xc9\\\\xe5x\\\\xdc\\\\x8c\\\\xacA\\\\x93v\\\\x1d\\\\xd9\\\\x15\\\\xbae\\\\x94_r\\\\xb4.\\\\xf3e\\\\x87x\\\\xdf \\\\xc4\\\\xac\\\\xeb\\\\xaf\\\\xd4\\\\xf6\\\\xbb\\\\x99\\\\xdf\\\\xbf\\\\x018\\\\xea\\\\xd1\\\\xa8W\\\\xde\\\\xd0u\\\\xef\\\\xd5\\\\xfb\\\\x82\\\\xee\\\\xd9\\\\xa3(\\\\x98\\\\xc4\\\\xf2\\\\xeb_\\\\xef\\\\x92\\\\x911\\\\'\\\\xadp\\\\xeeM\\\\x94\\\\xf3\\\\xb8\\\\x9c=vW\\\\xccr\\\\xc7\\\\x92\\\\x1c\\\\x9e3d\\\\xe1W\\\\x8a.)r\\\\xd6\\\\xe1kU{\\\\x16B\\\\xd4\\\\xb2\\\\xc4\\\\xe9=\\\\xfa|\\\\xa4m\\\\x92.\\\\x12D\\\\x83\\\\xc5\\\\x9d\\\\xa5Z\\\\n\\\\xe4\\\\x17P\\\\x00c\\\\x92\\\\x93\\\\xc8s\\\\xdcG5\\\\x9d\\\\x83\\\\x95\\\\xc5\\\\xf2X\\\\xe8\\\\x7f/crc)\\\\rt\\\\xd2\\\\xa1\\\\x16\\\\x03\\\\xccIs\\\\xe8m\\\\xa4\\\\x8d\\\\xc5c\\\\xa8\\\\xbfpng\\\\x19@\\\\x80\\\\xc0\\\\xbb\\\\x86\\\\x02\\\\x9c\\\\xb3>N\\\\xa6$DbC\\\\xf1\\\\xdc\\\\x9b\\\\xb3y3\\\\xc6\\\\xe1\\\\xf0\\\\x8d\\\\x8f\\\\x901\\\\xf13\\\\xe8\\\\xab\\\\xde6/\\\\xba\\\\xe6\\\\xda\\\\xca\\\\x96Ck\\\\x91,\\\\xc9:\\\\x11&:\\\\x9d\\\\xd6\\\\xf8m\\\\xec@\\\\x82c\\\\xa9\\\\x9c3\\\\xe1\\\\x8b\\\\xf1Uf\\\\x16a\\\\'\\\\xcc\\\\xf0\\\\xcb\\\\xdc\\\\xdeW11\\\\x9f\"\\\\xbaMU{{\\\\xaa\\\\xc8\\\\xbe\\\\xd6WJ\\\\xc7\\\\xff\\\\x00\\\\x10 %\\\\xb6\\\\x82@:\\\\xc8\\\\x9f-z\\\\xa7=\\\\xcd\\\\xe3\\\\\\\\\"M\\\\t\\\\'\\\\xd2:t\\\\xfa!\",\\\\xf8\\\\x90\\\\xab\\\\xde_\\\\x8c\\\\xff\\\\x00\\\\xd4y\\\\xb4Y\\\\x9b\\\\x99\\\\xeeWM\\\\x8bV:\\\\xd7\\\\xfc\\\\xc4\\\\xb5l\\\\x01\\\\xbb\\\\x11\\\\x00#\\\\x06\\\\xf5\\\\x12O\\\\xdd\\\\xdf>\\\\xec\\\\r\\\\xcb\\\\x8f9j\\\\x00\\\\xf8\\\\xf5\\\\xe4\\\\x97 \\\\xf1\\\\xe4\\\\xb3\\\\xadr12\\\\xf2h##\\\\x0f\\\\x849m\\\\x8d\\\\xc6\\\\xe1_{[UJWy\\\\x07h\\\\x04\\\\x06)\\\\x08\\\\t\\\\xeeO\\\\x98\\\\xea\\\\x8d\\\\xcb\\\\x91\\\\x84\\\\xaeH\\\\x8d13 \\\\x03V\\\\x1c\\\\xbb\\\\xd14\\\\xa6\\\\x00\\\\x1c\\\\x94\\\\x820}\\\\xe5\\\\xc7\\\\xa9\\\\xc6=N\\\\x12\\\\xbc,\\\\x1d\\\\xe0[\\\\xee\\\\x18\\\\xf6\\\\xd1\\\\x15\\\\xc4A\\\\x82\\\\x04\\\\x98\"\\\\x01\\\\x81\\\\x07\\\\xaa\\\\xa20\\\\x95\\\\xcd\"\\\\x84\\\\x9a\\\\x0c\\\\xcf!^~h\\\\xe4\\\\x0cb\\\\xfc\\\\x91\\\\xa4\\\\xbe\\\\xda,TdLzQ\\\\xce;\\\\x03\\\\xf8\\\\xdd\\\\xfcv.\\\\xd1\\\\x1a\\\\x82`\\\\x18\\\\xeaL\\\\xe7n\\\\xe9\\\\x89\\\\x0c\\\\x08c\\\\x83\\\\xbel24\\\\xc1,\\\\xb1\\\\x8b\\\\xe6\\\\x14\\\\x8a2\\\\x19\\\\x7f\\\\x93r3\\\\x97\\\\x0b\\\\x17\\\\x84\\\\xf6\\\\xce\\\\xa4\\\\xfa\\\\x18\\\\x1f-;\\\\x1f?.\\\\x99op\\\\x00\\\\x10.\\\\xe7\\\\x95\\\\x08\\\\xed\\\\xea\\\\xfdW\\\\x11G\\\\xe3\\\\xfa[\\\\xd7-5\\\\xa3\\\\x1d\\\\xd8\\\\x87\\\\xd6\\\\xd0\\\\xd2\\\\xd1\\\\xf4& \\\\x11\\\\xd3\\\\xff\\\\x00\\\\xc8\\\\x02:-a\\\\xd6\\\\xb9}\\\\x92\\\\xc9/\\\\\\\\\\\\xd1\\\\\\\\\\\\x1b]q3*\\\\xf6k\\\\xb4\\\\xe4\\\\xaa\\\\x8fq\\\\xa4\\\\x94\\\\n{\\\\xaf\\\\xd6:\\\\xd4\\\\xd8\\\\xbf\\\\xf8\\\\xf7\"b%\\\\xad\\\\xab\\\\x89\\\\x1a\\\\x7f\\\\xdb\\\\xdd\\\\xd8\\\\xb8]gnL\\\\xb7bV\\\\xf6\\\\x11P\\\\r[1 \\\\xb6\\\\xd2d\\\\x1f\\\\x00\"\\\\t?oV6\\\\x903:#\\\\xe9\\\\'\\\\x17\\\\x0fN\\\\x9dOE\\\\xc0\\\\x1a;\\\\x9e\\\\xc5\\\\xbb/#\\\\x058\\\\xdc\\\\xdb9\\\\x84\\\\x16\\\\xf1\\\\xf5\\\\x06K-\\\\xb3\\\\xd2\\\\x12\\\\xa5\\\\x10\\\\xc7\\\\xe8\\\\x07\\\\x9fV\\\\x8d\\\\xfb\\\\x7f\\\\xe3L\\\\xdd\\\\x06qs\\\\x18\\\\x9c\\\\xfb\\\\xb9&\\\\xea\"a\\\\xf2n\\\\x94_:s\\\\xb31\\\\xcf\\\\xc8s\\\\xbf\\\\xa6\\\\x84~7\\\\xf3W\\\\xb7\\\\x1acs\\\\x9a\\\\xb7\\\\x8dX\\\\x9dJ\\\\x91\\\\xd8\\\\xc7\\\\x8fx\\\\xef\\\\xe2\\\\xad\\\\xc2Z\\\\x9c\\\\nx#\\\\xb8\\\\xc6\\\\x98&\\\\xae3>\\\\xc6Z\\\\xec\\\\xc7%\\\\x85\"\\\\x12\\\\xc7\\\\x00\\\\xa7\\\\xb8\\\\xb1;\\\\x81\\\\xd0\\\\x00\\\\xc3\\\\xb1\\\\x1a\\\\x18\\\\x1dX\\\\x88\\\\xd7\\\\xdd\\\\xdc\\\\x938\\\\x00\\\\xad\\\\x0e?\\\\xe5\\\\xb9i\\\\x8fR\\\\x95W\\\\xb8\\\\\\\\\\\\xc7(\\\\x93\\\\xff\\\\x001\\\\x8c\\\\x99!`}\\\\xd1\\\\xf6\\\\x9e\\\\xd0\\\\xd9H\\\\x10\\\\xcc\\\\xc9Z\\\\xa5\\\\x0c\\\\xd3W\\\\x17\\\\xceQ\\\\x96\\\\x15\\\\xefw\\\\xf7\\\\xeb\\\\xa5\\\\xfd\\\\xb0\\\\xbbY]\\\\xd2}D\\\\x83\\\\xa9\\\\x03X\\\\xec<\\\\'Y^\\\\x82\\\\x06\\\\xa4\\\\xc1{InI\\\\xdb\\\\x8f\\\\xe5\\\\xa8\\\\xe4\\\\x07\\\\xb7\\\\x8e\\\\xc2\\\\xed\\\\xaa\\\\xa7\\\\xda#`U\"C\\\\x19:\\\\x125\\\\x1fO?\\\\x00\\\\x98\\\\x12\\\\r\\\\xfd&\\\\x89:(\\\\x97\\\\x92\\\\xaf\\\\xf9\\\\x9a\\\\xde\\\\x97\\\\xae7\\\\x08\\\\x10\\\\t1\\\\x00\\\\xcc\\\\x13\\\\xa7a\\\\xe5\\\\xd7\\\\x0b`\\\\xfe\\\\xf4dnX\\\\xe6\\\\xeb\\\\xca\\\\xefM\\\\xc8\\\\xbbM\\\\x9b\\\\xa1\\\\x97I\\\\x99\\\\x93\\\\x1av\\\\xd3S\\\\xa7Aj\\\\x87\\\\x9aQ\\\\x91\\\\xc1\\\\x96\\\\xc0\\\\x0b+\\\\x1b!\\\\x11\\\\xce\\\\xe5\\\\xf1\\\\x9f\\\\xa4\\\\xfdz3\\\\x01 \\\\xe6\\\\x80\\\\xb9\\\\xaa\\\\x81)`kU\\\\xa9\\\\xd5l`\\\\xaa\\\\xed\\\\x13\\\\xa0P4?Y\\\\x9d:E\\\\xc8\\\\t3(\\\\x05\\\\x8ds_\\\\x85\\\\x97+/\\\\xb3\\\\xa1\\\\nU\\\\xd9L\\\\x01\\\\x1f^\\\\x84\\\\xceN\"0\\\\xc0\\\\xfd\\\\xaa\\\\xa6$\\\\xc7\\\\xd5\\\\x1cV\\\\xa1\\\\xc8\\\\xaaN\\\\xf2Z\\\\xb2@\\\\xb3i:\\\\xc7\\\\xfa\\\\x81\\\\x82?gI\\\\xff\\\\x00*0?\\\\xf2`\\\\xf9\\\\'\\\\tH\\\\n\\\\x1c\\\\x91\\\\xeby\\\\xeam\\\\xc4\\\\xa7\\\\x8eN>\\\\x8ctF\\\\rfL\\\\x7f1\\\\xf6\\\\xf8\\\\xf6\\\\xeb^\\\\xff\\\\x00\\\\xccB\\\\xf5\\\\x88\\\\xed\\\\xed\\\\xda\\\\x84\\\\x00.e\\\\xfe\\\\xb9c\\\\x89\\\\xe3\\\\xb96;\\\\x80\\\\x18Hq\\\\xd0(\\\\xc34\\\\xd9X\\\\xae\\\\xbb=\\\\n\\\\xc0\\\\x98i\\\\x1b|\\\\xba\\\\xa7nFP!\\\\xd4\\\\xcft\\\\xec#J\\\\xf9-7\\\\n]\\\\xa0z+P\\\\x1br\\\\xea\\\\x00=\\\\xe3\\\\xed\\\\xea\\\\xa5\\\\xcbp\\\\x93\\\\x8c\\\\xc7$r\\\\x98$e\\\\x16\\\\xe3\\\\xc5\\\\x04\\\\xe60F^%\\\\xaf@\\\\xdbb\\\\xab-\\\\x05\\\\xc6\\\\xe0\\\\x18z\\\\x80h\\\\xf0\\\\x9dzX\\\\xf4\\\\x910p\\\\xa7>\\\\xa97\\\\xa1\\\\x12((~\\\\xcb\\\\xe1\\\\xdf\\\\xfb\\\\xd8\\\\xfd |/\\\\x90\\\\xe4\\\\xfe\\\\xa4qX~\\\\xd6\\\\'0P|\\\\x87\\\\x15T\\\\xc2\\\\xe4\\\\xa8\\\\x86\\\\xb8\\\\x19 \\\\xab\\\\xf8\\\\x9f?\\\\xb7\\\\xaf\\\\xa6\\\\xfc\\\\x17\\\\xc8\\\\xcc\\\\x10e\\\\x84\\\\xb3\\\\xeb\\\\xfc\\\\xf1\\\\x8a\\\\xcd\\\\xb11[d\\\\xe1\\\\x82\\\\xf9\\\\xa1\\\\x95\\\\x86E\\\\xce \\\\t\\\\x9d hgP\\\\'\\\\xbe\\\\x9e}}\\\\x0e3p\\\\xa6\\\\xe0w#%\\\\n\\\\x84\\\\xfeyE\\\\x7fjd\\\\x0b{\\\\xeb1\\\\xdb\\\\xea#\\\\xa2\\\\x91\\\\xa3\\\\xa4;U&\\\\xf3\\\\xb8\\\\xcd_)~\\\\xbb\\\\x85\\\\xa42\\\\xb7\\\\xfa\\\\xa7I\\\\x1d4T-\\\\x8d\\\\xbc\\\\x9e\\\\x01\\\\x03\\\\x83\\\\xd4\\\\'/\\\\xc3\\\\xa9\\\\\\\\\\\\xba\\\\x0b\\\\xfd\\\\xb9\\\\x85o\\\\x9c[N\\\\xd2n\\\\xbb\\\\r\\\\xc50\\\\xc5Xm;\\\\x8c~\\\\xce\\\\xb3>^\\\\xd7\\\\xb9a\\\\xba\\\\xfd\\\\x8a\\\\xce\\\\xf9\\\\x02@\\\\x8fj\\\\xfaM\\\\xc1\\\\xd9}T*]u\\\\xa7\\\\xd9\\\\x87E\\\\x96\\\\x0ce}$\\\\x1d\\\\xd1\\\\xff\\\\x00{Bd\\\\x8e\\\\xbc\\\\xa8\\\\x12aSE\\\\x8cb\\\\t\\\\xc0W\\\\xc1z\\\\xd9Yw\\\\xd81\\\\x8d\\\\xc9E\\\\xa7i_qv1\\\\x07I\\\\xb6fLF\\\\x80\\\\r|:\\\\\\\\5\\\\xcc\\\\xe9>h\\\\xee\\\\x01\\\\n\\\\xe4\\\\x91>Mbz\\\\xc5V\\\\xdb\\\\xed\\\\xee$\\\\x02C\\\\x10\\\\xa7E\\\\x12 i\\\\xb4\\\\x8f\\\\xac\\\\xf5O\\\\xe5\\\\x00\\\\x00\\\\xb8,8u\\\\x98\\\\x1aSp\\\\xaa\\\\xcc\\\\xeb\\\\x94\\\\xbd\\\\x82D\\\\x9fW\\\\xabX\\\\x90d\\\\xe9\\\\x11\\\\xe5\\\\xa7n\\\\xb0m\\\\x82j\\\\x9f*\\\\xe7T11KRr]\\\\xb7V,Z\\\\xeb\\\\x92?\\\\x88I\\\\xd0\\\\x9e\\\\xdaDun&\\\\xa2\\\\x94z\\\\xf1\\\\xf7N\\\\xb3\\\\x11#\\\\xdc\\\\x80\\\\xf3\\\\xb8\\\\xd4_\\\\x87mw:\\\\xdd]\\\\xb4\\\\x91]\\\\x9e\\\\xdc\\\\x06\\\\x1a\\\\xca\\\\x99Y Lk\\\\xd7\\\\xa0\\\\xdb\\\\xde\\\\x10\\\\xf5C&<}\\\\x15\\\\x864\\\\xa3q\\\\xc1\\\\\\\\E\\\\xc9\\\\xe1\\\\xd9\\\\xc7\\\\xf2\\\\x19\\\\x98W+%\\\\x98\\\\xd72\\\\x10\\\\xdd\\\\xe0\\\\x1d\\\\x0f\\\\xde5\\\\xeb\\\\xdf\\\\t\\\\t\\\\x07\\\\x18\\\\x15\\\\xe8\\\\xadO\\\\\\\\A\\\\xe6\\\\x14\\\\xfe\\\\x17\\\\xd5\\\\xf9\\\\x94\\\\x04\\\\xc8\\\\n\\\\xc1f\\\\x01\\\\xee5\\\\x8f\\\\xb7\\\\xa3\\\\x05\\\\x927d\\\\x08\\\\x82y\\\\xa3\\\\xb8\\\\xfc&o,\\\\xc51q\\\\x98\\\\x95\\\\xff\\\\x00\\\\xe2\\\\x01\\\\xa2\\\\xa9\\\\xd3B4\\\\x1e:\\\\x08\\\\xe8/\\\\xee-Y\\\\x0f9\\\\x00\\\\xaaK{\\\\x0b8\\\\x97\\\\xe8\\\\xac^\\\\x1b\\\\xe1\\\\x94`\\\\x9a\\\\xed\\\\xcf\\\\xc897\\\\x9d\\\\xac\\\\xb4\\\\x93)\\\\xa6\\\\x9d\\\\xcf\\\\xf6>}\\\\xba\\\\xf3\\\\x9b\\\\xcf\\\\x9c3\\\\x066\\\\x83\\\\x0eefn\\\\xb7\\\\x92\\\\xbbF\\\\xd29\\\\x0c{\\\\xd5\\\\x9b\\\\x82\\\\xab(\\\\x10(\\\\xd8\"\\\\xbd\\\\xa3\\\\xf0\\\\x8e\\\\xd1\\\\xa7\\\\x80\\\\xff\\\\x00\\\\x8f^^\\\\xf1%\\\\xc9\\\\xcdW\\\\x12p\\\\xca\\\\xca\\\\xe3\\\\xee%\\\\x12\\\\xb5\\\\xda\\\\xc0\\\\xfa$i\\\\xa0\\\\x83\\\\xa6\\\\xbda\\\\xde\\\\x8d]Z\\\\xb4E\\\\x00\\\\x08\\\\xd9\\\\xbd\\\\x9fr\\\\x01\\\\x00\\\\xcfu:\\\\x98\\\\x00\\\\x1f(#\\\\xc7\\\\xaa\\\\x9a\\\\x00\\\\xaav\\\\xac\\\\x16\\\\x01\\\\x8b*\\\\xed\\\\xa8\\\\xb0\\\\x02J\\\\x93\\\\xacF\\\\xbd\\\\xcc\\\\xe9\\\\xd13\\\\x1cT\\\\x11\\\\xab\\\\xb9ce\\\\x9b\\\\x80\\\\x1b6\\\\x96\\\\xfc3\\\\xfe\\\\xa5>Z\\\\xf5\\\\xd1\\\\x0c\\\\x8e1\\\\x05\\\\xd6\\\\xa0}*\\\\x1f{X\\\\xea\\\\n\\\\xaa\\\\r\\\\xc4\\\\x1e\\\\xc4h{\\\\xc7\\\\x87E\\\\xf4Bb\\\\xf9\\\\xff\\\\x00+\\\\xf3.\\\\xfa\\\\xc2\\\\xedc\\\\x04\\\\x02\\\\x84\\\\x01\\\\xe6 \\\\xf7\\\\xf1\\\\xeb\\\\x81b\\\\xa6\\\\x80(\\\\xd78X\\\\x0by}6\\\\x83\\\\x1f\\\\x88\\\\x01\\\\x02u\\\\xd0hz8\\\\x8e\\\\x8aC3\\\\xa8b\\\\xca\\\\x91\\\\xf7\\\\xd7>\\\\xe3\\\\xd8\\\\x18\\\\x17\\\\xf0a\\\\x03\\\\xcf\\\\xee\\\\xf0\\\\xe9\\\\xa6$\\\\x8a\\\\xf2D$H\\\\x1c\\\\xd6\\\\xc6\\\\xe41\\\\xd5\\\\xab*f\\\\xc5\\\\'\\\\xb0\\\\x81\\\\'H\\\\x03\\\\xef\\\\x8e\\\\x84Y\\\\x93\\\\x1eK\\\\xa5\\\\\\\\\\\\n\\\\xc6\\\\xbb\\\\xf4\\\\xd4\\\\x95\\\\n\\\\xc4\\\\x95v\\\\xd2\\\\x0e\\\\x864\\\\xf1\\\\xfe\\\\xee\\\\xa6PD\\\\x08vY\\\\xaemH\\\\xa2\\\\x03m2\\\\x14\\\\xa1\\\\xec\\\\xa2O\\\\xff\\\\x00\\\\x83\\\\x1f_\\\\x0e\\\\xa0\\\\xda%H`W\\\\xa9\\\\x96\\\\xc2XX\\\\x10m\\\\x84\\\\x93\\\\xaa\\\\x99\\\\xf1>>\\\\x1d\\\\xfa\\\\xe3m\\\\x13\\\\x85\\\\xb3\\\\xfa\\\\x82\\\\xa1%\\\\\\\\\\\\xa8\\\\r\\\\xb5\\\\xd5\\\\x89f\\\\xdc|I\\\\xe8}\\\\x97D&T\\\\xbc~I\\\\x8f\\\\xfc\\\\xc7,\\\\x88C\\\\x14a\\\\xd8\\\\t\\\\x8d\\\\xb1\\\\xa9\\\\xef\\\\xd2\\\\xe7`d\\\\x8fY\\\\xcd\\\\x17\\\\x1c\\\\x85`\\\\x7f9\\\\x95\\\\x14n_V\\\\x83C\\\\xa1=\\\\xce\\\\x9a\\\\xf9uX\\\\xd99&\\\\t\\\\xe4\\\\xa4\\\\x0eHU\\\\xbc\\\\x96\\\\x16#\\\\xc0\\\\x86\\\\'R5\\\\xeeg\\\\xc0w\\\\xe8=\\\\x87D$\\\\xf4\\\\xc9z\\\\xdc\\\\xab<\\\\xde\\\\xdba5p\\\\x1e@`!\\\\xa251\\\\xfbz\\\\xe1\\\\xb7j)\\\\x13\\\\n\\\\x1d\\\\xbc\\\\xc6\\\\xc0H\\\\xb5\\\\x983H\\\\xdaK\\\\x00\\\\xdf\\\\xe1\\\\xf4\\\\xe9\\\\x91\\\\xdb>Heu\\\\xe8\\\\x10\\\\xd6\\\\xe5\\\\x80$\\\\x19\\\\xf4\\\\x88\\\\x0c\\\\xd1$\\\\xb6\\\\xb2KO\\\\x89\\\\xd7\\\\xfb\\\\x0e\\\\x9e6\\\\xea\\\\xb1\\\\xbcp\\\\xe4\\\\x87\\\\xdd\\\\xf2L:D\\\\x97k\\\\x0b\\\\x12\\\\x19\\\\xd4LLk\\\\xe2;\\\\xfe\\\\xee\\\\x9d\\\\x1d\\\\x8c\\\\xe4\\\\x97sp\\\\x06\\\\'\\\\x14\\\\x0f3\\\\xe7V\\\\xd0\\\\xc6\\\\xbcjP2A\\\\x925\\\\x81\\\\xae\\\\xa7\\\\xc3\\\\xc3\\\\xabv\\\\xbe$J\\\\xa4\\\\xa4\\\\x1d\\\\xdc\\\\x8e\\\\x14K\\\\x19\\\\x1f/\\\\xce\\\\xcb}\\\\x96ZUu\\\\xda\\\\x10\\\\x9d\\\\t\\\\xed\\\\xf5\\\\xff\\\\x00\\\\x1e\\\\xb4a\\\\xf1Q\\\\x80p\\\\x17B\\\\xe9z\\\\x97\\\\xe3\\\\x92i\\\\xf8\\\\x07\\\\xcb\\\\xe9\\\\xf8\\\\xef?S\\\\xe6\\\\x17~?-\\\\xd3\\\\xf30\\\\xfa\\\\xc02\\\\x08:\\\\xeb=\\\\xa7\\\\xadm\\\\x85\\\\xdfbZ\\\\x88x\\\\xe1 \\\\xd9s\\\\xeeZ{i\\\\x8a\\\\x03E\\\\xf5\\\\xcb\\\\xf4\\\\xaf\\\\xf5\\\\xe7\\\\xe3\\\\x9c\\\\xbaq\\\\xb8\\\\\\\\fh\\\\xc2\\\\xe3\\\\xb1kD\\\\xaf\\\\x14\\\\xb8wF\\\\x06K\\\\xd8[\\\\xd4g\\\\xfb\\\\xfa\\\\x7f\\\\xc8\\\\xfb \\\\t[\\\\xa4\\\\x0f\\\\xd7\\\\xea\\\\xadN\\\\x15\\\\xae+\\\\xb0\\\\xf8\\\\x9f\\\\x91cr\"\\\\xbb)\\\\xc8V\\\\xaf%7\\\\x05,\\\\xba\\\\xed\\\\x90u\\\\xf0\\\\x9e\\\\xe2u\\\\xeb\\\\xcbn\\\\xe3\\\\x02Y\\\\x9d\\\\xf2@\\\\x07\\\\x92\\\\xf7\\\\x99\\\\xe6\\\\xf1p\\\\xe8\\\\xb6\\\\xac\\\\xabM\\\\xaa\\\\x13\\\\xf9i\\\\xbe\\\\nN\\\\xaa\\\\xcaT\\\\xf7\\\\xd3\\\\xac\\\\xf3C\\\\xa4\\\\xe0<\\\\x977%Wp\\\\x7f,\\\\xe3\\\\xf1\\\\xf9\\\\x7fj\\\\x8c\\\\xe7\\\\xb9\\\\xdb\\\\x90\\\\xa1\\\\x94\\\\xa2\\\\xa1\\\\x05\\\\xc9\\\\x01+\\\\xb4\\\\xb0\\\\xd3^\\\\xdbOZ\\\\xdf\\\\x1fdHh\\\\x81rH\\\\xc8c\\\\xc8\\\\xf2\\\\xeeJ\\\\xba\\\\x08\\\\xabQ\\\\xb8e\\\\xd4\\\\xb9\\\\xd9I\\\\xc46\\\\xfb\\\\xe9\\\\xb1\\\\xadA\\\\xff\\\\x00M\\\\x88\\\\x9b\\\\x9d\\\\x9c\\\\xe8X \\\\x1d\\\\x82\\\\x12>\\\\xc11\\\\xa7V7\\\\x1e\\\\xe5\\\\x89\\\\xb9\\\\x0eF\\\\x15=\\\\xfe\\\\tq\\\\xd0O\\\\x19!\\\\xbc\\\\xa7/kqU\\\\x82V\\\\x9c\\\\xb0\\\\r\\\\xf4\\\\xd4$\\\\x1b\\\\xd6bTA\\\\x9d{\\\\x80t\\\\xfd\\\\xddV\\\\xdc\\\\xee\\\\xae\\\\x1bQ\\\\x90\\\\x005k\\\\x9f^9&\\\\xb0>\\\\x93\\\\x92\\\\x03\\\\xc7s\\\\xb9\\\\xd8\\\\xf5U\\\\xcc\\\\xf3WU\\\\x8f\\\\x80\\\\x97W\\\\x83b\\\\xb3\\\\x81e\\\\xb7\\\\x05\\\\x95\\\\xf7\\\\x95?\\\\n\\\\xeb&O\\\\x7f=:+W\\\\xee\\\\x88\\\\x0b\\\\xf3\\\\x03I\\\\xa3?\\\\xed\\\\xdb\\\\xd8\\\\x92\\\\x18zB\\\\xae\\\\xe8\\\\xf9\\\\x1f!g\\\\xc88\\\\xec\\\\x1e/\\\\x90\\\\xa7\\\\x032\\\\xd5\\\\x7f\\\\x7f\\\\x96\\\\xca\\\\xdfeT\\\\xe3!f!\\\\x83\\\\x10\\\\xa56zU\\\\x82\\\\xeb\\\\x03\\\\xcb\\\\xac\\\\xbd\\\\x8c\\\\xae\\\\xce\\\\xf8\\\\x11\\\\x938s#\\\\x90\\\\x1d\\\\xa9\\\\xb7n\\\\n\\\\x96\\\\xc1\\\\xa8\\\\x93>o\\\\x93e\\\\x16:\\\\xb7\\\\x1fCfP\\\\xcd}\\\\x19\\\\x87A\\\\x99\\\\x8bb\\\\x02\\\\xad\\\\\\\\\\\\xb7\\\\xa5t/\\\\x1aL\\\\xf8t\\\\xbd\\\\xdc\\\\x8c\"\\\\xc6\\\\x0ejq\\\\xc6\\\\'\\\\x0e\\\\xe5]\\\\xfdZ\\\\x81a\\\\xf7T/\\\\xcf9\\\\xf4\\\\xcb\\\\xf8\\\\xdf\\\\xb7\\\\x8da\\\\xbf\\\\x19\\\\x11\\\\x7f0\\\\x94\\\\x1d\\\\xac\\\\xac\\\\x80\\\\xa43N\\\\xed7\\\\x16\\\\x1eg\\\\xb4GL\\\\xd9\\\\xc2W\\\\'\\\\x16\\\\r\\\\x17\\\\x0f\\\\xfd\\\\xe2\\\\xa9\\\\xeen\\\\x01\\\\x02\\\\xe6\\\\xa5q\\\\xb6O\\\\x15\\\\xfdC%\\\\xe9\\\\xaa\\\\xff\\\\x00\\\\xcb\\\\xe3\\\\xefek\\\\x8a\\\\xfaK\\\\x00u\\\\xed#\\\\xc7\\\\xafsr\\\\x03\\\\x10\\\\xbcM\\\\xcbe\\\\xea\\\\x92\\\\xbeC\\\\x9fMh\\\\xd5\\\\x0fm\\\\xf2p\\\\x9c\\\\x0cw\\\\xa7RB\\\\xfe\\\\x1fpj\\\\x19\\\\x0f\\\\x86\\\\x9d\\\\xfc\\\\xfa\\\\xa7{qnPyT\\\\x8e<\\\\x10\\\\xccH\\\\x16\\\\x18%<|\\\\xfc\\\\x8bi\\\\xc6\\\\xae\\\\xf2j\\\\xa2\\\\x9f@\\\\x16\\\\x16R\\\\xc4\\\\x12C\\\\xed\\\\x92\\\\x0e\\\\xde\\\\xcc\\\\x18\\\\xc7\\\\xd7\\\\xc0\\\\xe5[7&\\\\x00\\\\x90a\\\\x86~-\\\\xd8\\\\xa2d\\\\x02\\\\xc0\\\\xd5\\\\x1b\\\\xe0\\\\xe9|\\\\xfc\\\\xca\\\\x1e\\\\xd1\\\\xfc\\\\xacx7 \\\\x05\\\\x9c\\\\x10`v\\\\xec\\\\xb1\\\\'i\\\\xff\\\\x00\\\\x1e\\\\xac\\\\x89\\\\x0b\\\\xbae\\\\x1c\\\\x05:\\\\xd1\\\\xd2\\\\xed\\\\xc4\\\\x92\\\\xd2\\\\n\\\\xe0\\\\xd9\\\\xc4\\\\xff\\\\x00\\\\xfb\\\\x7f\\\\xda?\\\\xf7z-c\\\\x9a\\\\xb1\\\\xed\\\\xc9\\\\x7f\\\\xff\\\\xd3\\\\xb8+\\\\xcc\\\\xc0)\\\\xefS\\\\x9dM\\\\xcbe\\\\xaa\\\\x86%Z\\\\x1b\\\\xb9\\\\xf6\\\\xe3B v=y1\\\\xbb\\\\x8b8u\\\\xf3\\\\xaf~\\\\x07\\\\x1f\\\\x04G\\\\'\\\\x8e\\\\xa9\\\\xaa-\\\\x8fuy\\\\x14\\\\xdfZ?\\\\xba\\\\x92B\\\\x96\\\\xdaB\\\\x9f\\\\xc2\\\\x0f\\\\x81\\\\x8f!\\\\xd8\\\\x8e\\\\xaeB\\\\xe0!\\\\xbb\\\\xd3\\\\xe3tJ\\\\xa0\\\\xb8U\\\\xdf1UaM\\\\x7f\\\\xcc\\\\x17\\\\xb1\\\\xdcBL\\\\x15`\\\\x0f\\\\xa8z\\\\xa3\\\\xd45\\\\x9f.\\\\x97v\\\\xe4Hg\\\\xf1L\\\\xc3\\\\x15Xr\\\\xd8oV\\\\xf7\\\\tf\\\\xe7.\\\\x03Cn\"uh\\\\x11\\\\xfe\\\\x07\\\\xaa\\\\xc7K\\\\xae\\\\x0e\\\\xab^H\\\\xd9U\\\\xa5_\\\\xf1\\\\x9a\\\\xf7W\\\\xf8H\\\\xdcF\\\\xa4\\\\x90N\\\\x87O\\\\x19\\\\xef\\\\xd2\\\\xe5\\\\x13\\\\x95~\\\\xe8\\\\xa3\\\\x07\\\\xc5W9\\\\xd9V\\\\x87j\\\\xca\\\\x857\\\\x016k\\\\xb2\\\\x0e\\\\x87\\\\xf0\\\\xee\\\\x9d\\\\x06\\\\xbav\\\\xea\\\\xa9,X\\\\xe0|\\\\x13=\\\\xa0pE\\\\x7fNyL~7\\\\xe5l\\\\xb6\\\\xa9Z\\\\xb3\\\\xe9\\\\xb2\\\\x85\\\\xc6\\\\x1a\\\\x11\\\\xbf]\\\\xc4\\\\xea \\\\x81\\\\x0cG\\\\xd2z\\\\xcb\\\\xb9\\\\x16\\\\x12\\\\x03\\\\x13\\\\x909+\\\\xa2\"\\\\x0cy}WTq_ \\\\x18\\\\xf8Y\\\\x98\\\\x98\\\\xd8U\\\\xd0\\\\xadY[\\\\n3z\\\\xb7\\\\x01\\\\xe9\\\\xdc4\\\\xf1\\\\xd3]\\\\x0f^Gwzv\\\\xed\\\\xca\\\\x11\\\\x07I\\\\xcd\\\\xfc\\\\xb8\\\\xa2\\\\xd3\\\\xb0\\\\x03\\\\x82\\\\xea\\\\xd3\\\\xf8F-\\\\xbc\\\\x954eT\\\\xe9\\\\x96q\\\\xab\\\\x8b\\\\xb0}\\\\xe1M\\\\x95\\\\x8aHyV\\\\'@\\\\xe1J\\\\xab.\\\\x93\\\\xe0OK\\\\xd9\\\\xd8\\\\xd1\\\\x0bs\\\\x81\\\\x12$\\\\xfa\\\\x81-*W\\\\xc0\\\\xe02O\\\\x95\\\\xddN\\\\x0b\\\\x81\\\\xcf%gU\\\\xcc\\\\xf2\\\\xbcf~~mU\\\\xd9\\\\xc7\\\\xd7\\\\x8fu\\\\xaf\\\\x9a(\\\\xb6Z\\\\xc7\\\\xcaHJ\\\\xd8\\\\x95\\\\xdd\\\\xe8\\\\x98\\\\x85]u\\\\x9e\\\\xb6av\\\\xe5\\\\xa9N\\\\xe0\\\\x06%\\\\xc8\\\\x90\\\\x07\\\\x13,\\\\xbb\\\\xba%\\\\xd0\\\\x80\\\\t\\\\xc4P\\\\xff\\\\x00\\\\\\\\\\\\xd4\\\\xbb\\\\xf13\\\\x13\\\\x1f\\\\x82\\\\xe6\\\\xf9~E\\\\xf2\\\\x0eNU\\\\xdcs\\\\xe0\\\\xd2}\\\\xbbEL\\\\xe5\\\\xaa5\\\\xa1*\\\\x8e\\\\xaeww\\\\x07\\\\xf6\\\\xf4\\\\xc9m\\\\xa5(\\\\xc2w\\\\xe5\\\\xaaBF:A\\\\xa8\\\\xe5\\\\xd0\\\\x85\\\\xd1\\\\x9cc\\\\xaa0\\\\x0c\\\\x08w5\\\\xe9\\\\xda\\\\x99\\\\xf8\\\\xbeW\\\\x94\\\\xcb\\\\xce\\\\xab\\\\x91\\\\xa6\\\\x86\\\\xcf\\\\xab\\\\x86B8\\\\xba\\\\xee\\\\xdcUV\\\\x9b\\\\x00\\\\xba\\\\xab\\\\x9aP0pX:\\\\x8f\\\\xe1\\\\xfb\\\\xfa\\\\xd8\\\\xdb\\\\xc8\\\\x98k\\\\xcc~\\\\xaf\\\\x80\\\\x00\\\\xd6\\\\'\\\\x07\\\\xea\\\\xa9\\\\x82c&\\\\'\\\\x1cz\\\\xa6\\\\xae\\\\x13\\\\x8e\\\\xbb\\\\x16\\\\xea\\\\xf9\\\\x9e`p\\\\xf9X9\\\\xe7.\\\\xfc\\\\x1e2\\\\xac\\\\x968\\\\xa3]\\\\xef\\\\xef+\\\\x80Tz\\\\x80Q>\\\\x93\\\\xae\\\\xb1\\\\xd2m\\\\xec\\\\xfd\\\\xab\\\\xbe\\\\xe1\"BN\\\\xdc\\\\xbc\\\\x0b+3\\\\xb8\\\\x19\\\\xe3\\\\x97\\\\xd5\\\\x15\\\\xff\\\\x00\\\\xd6\\\\xc3;/\\\\x92\\\\xfc\\\\xfd\\\\xd8\\\\xceo\\\\xb8[\\\\xc5\\\\x9al\\\\n\\\\xb8v:\\\\xc2\\\\xb1E@-\\\\xdbX\\\\x83\\\\xe3\\\\xe5\\\\xd6g\\\\xc9\\\\\\\\\\\\x02\\\\xe4\\\\xfd\\\\xd0\\\\xceF\\\\x968x\\\\x06\\\\xc2\\\\x8a\\\\xd5\\\\x89j\\\\x80 \\\\xf6\\\\xad4r\\\\xbc\\\\xa6g3\\\\xc5a=\\\\xa0S\\\\x84\\\\xe4\\\\xa5\\\\x8f\\\\xbe.\\\\x1a\\\\xa8aX\\\\x10wL\\\\x10|;\\\\xc4u\\\\x94w\\\\x17=\\\\xd1\\\\x08\\\\xe5Z\\\\xd4\\\\x10\\\\xdc\\\\xb2R-\\\\x89E\\\\xf8\\\\t\\\\xcb\\\\x8c\\\\xc2e\\\\xc6\\\\xb3\\\\x1e\\\\xab1\\\\xc2\\\\xa3[\\\\xf9lz\\\\xd5\\\\x90m,]\\\\xd3p0\\\\x0f\\\\xab\\\\xcf\\\\xc3\\\\xa6j7\"@a\\\\xcb\\\\xa8\\\\x18\\\\xa8\\\\x99\\\\x01\\\\x84\\\\x97\\\\xb5\\\\xd3et\\\\x9ar\\\\xa86\\\\xa0`laZ\\\\xdam.\\\\x01P\\\\xb0X\\\\r\\\\xd2u\\\\x91\\\\xdb\\\\xeb\\\\xd5)\\\\xc7H\\\\x04\\\\x82z\\\\n\\\\xbf%/V\\\\xf3\\\\xc1Oq\\\\xf9\\\\x8aq\\\\x05IR\\\\xd3\\\\x8br\\\\xdbE\\\\xd6\\\\xb9\\\\x16\\\\xa9\\\\xael!\\\\xa4\\\\x06\\\\x1b\\\\xa4\\\\x82$\\\\xf8\\\\xc8\\\\xe8\\\\xaf\\\\xfa\\\\xf4\\\\\\\\\\\\x8cE\\\\x08n~\\\\x97-\\\\xce\\\\xbd\\\\xb9%Ft0\\\\x91\\\\xa2\\\\xcb\\\\x90\\\\xc9\\\\x19\\\\x9e\\\\xe0J\\\\xacogSe\\\\x95\\\\xb0!\\\\x88\\\\x05\\\\x1a\\\\x19w\\\\x11:i\\\\xf6\\\\xf9t_!{\\\\xdf\\\\xb8\\\\xfaM9\\\\xd2\\\\xb9\\\\x1c\\\\x1f\\\\xa7T\\\\x16\\\\xc1\\\\x80\\\\x15\\\\xc5m\\\\xc6{\\\\x00\\\\xb2)l\\\\x8bko}\\\\xf1\\\\x14\\\\x86dF*]\\\\x07a\\\\xa31\\\\x8dzf\\\\xde%\\\\xfd02\\\\xd2_N>\\\\x97\\\\xc3\\\\xc5\\\\t/\\\\x8e\\\\x08\\\\xa5\\\\x15\\\\xae\\\\xf5\\\\x9c$V\\\\x15\\\\xc2:\\\\xc9f-\\\\xdc1:\\\\xc8\\\\xfd\\\\x9dkm\\\\xb6\\\\xa2 \\\\x19\\\\xda\\\\x0e#Fw/\\\\xcc\\\\xf3\\\\xe7\\\\xf8H\\\\x95\\\\xedl\\\\x01\\\\xfe\\\\x14\\\\xe8\\\\x0baD\\\\x06\\\\xa6U\\\\x86U\\\\x02N\\\\xbd\\\\xa4i\\\\xd5\\\\xe9\\\\xc2\\\\x11\\\\x91\\\\x10\\\\x1aH\\\\x0c\\\\xd4\\\\xa8\\\\xee\\\\xa5;\\\\x94@\\\\xcb\\\\x02\\\\x98\\\\xf1\\\\xef\\\\xc9\\\\xb5\\\\xb1W\\\\x13\\\\x1d\\\\xad\\\\x18JK\\\\x83b\\\\xa4\\\\xb8\\\\x1e\"\\\\x0e\\\\x91\\\\xd6\\\\x81\\\\xbfvw!\\\\xedCW\\\\xb6+\\\\xea\\\\x00\\\\x93\\\\xfd-]\\\\xab\\\\xca \\\\x07\\\\xa7\\\\x1e\\\\x0b\\\\x9d?\\\\xdc\\\\x1f\\\\xea\\\\xdd\\\\x1f\\\\x01\\\\xf8~o\\\\t\\\\xc8q\\\\xab\\\\x99\\\\xcd\\\\xfc\\\\xb4dc\\\\xf1\\\\xee\\\\x8c\\\\xa7\\\\x1d*2\\\\t\\\\xb3t\\\\x10\\\\xc3\\\\xba\\\\x98\\\\x89\\\\xfb:\\\\xc0\\\\xdf|\\\\x95\\\\xdbvM\\\\xab\\\\x91\\\\x02r\\\\x93\\\\xb84l\\\\x86Lz\\\\xa9\\\\x9c\\\\x81|;W\\\\xce\\\\xde;\\\\x9eel{\\\\xa8\\\\xb6\\\\xb66\\\\x10\\\\x0b\\\\xb7\\\\xab\\\\xdbC\\\\xddX\\\\x12\\\\x02\\\\xac\\\\xe9?\\\\xf6\\\\xf5\\\\x89\\\\rR\\\\x02A\\\\xab\\\\xd4P}\\\\xb9*\\\\xb25/\\\\xcb\\\\x8e\\\\xd4\\\\xe5\\\\x87\\\\xf3K}\\\\xac\\\\x9c|\\\\x9c\\\\xba\\\\xb6\\\\xd0\\\\xca\\\\xeajd\\\\x15\\\\xb2o\\\\x1b\\\\xd9\\\\x19\\\\xb4]\\\\xc3\\\\xbf\\\\xf9\\\\xf4\\\\x13-\\\\xaa2 \\\\x81Z\\\\x11\\\\x87\\\\x92\\\\x11&b\\\\x05Ji\\\\xc0\\\\xf9\\\\x8e.K\\\\x0b\\\\xae\\\\xbe\\\\xbfa[\\\\xdb\\\\xaf\\\\x15m*\\\\xe1\\\\x9c\\\\x86\\\\x07q=\\\\x94\\\\x00\\\\x06\\\\xbd\\\\xbc\\\\x8e\\\\xbdW\\\\x9d\\\\xe3\\\\xa5\\\\xe8\\\\xdc\\\\x9d20\\\\t\\\\xf3\\\\x88\\\\xf9BVv;\\\\xfeX0\\\\x93B0\\\\xda\\\\xc8\\\\x01R\\\\t\\\\x07E:\\\\x8d#\\\\xb7\\\\xd7\\\\xa7F\\\\xec\\\\x98\\\\x13D2\\\\x8b\\\\x97\\\\x1d\\\\x89\\\\xf7\\\\x8d\\\\xf9\\\\x8e^\\\\x01\\\\xdf_\\\\xb5q\\\\xf6l\\\\xaa\\\\xba\\\\xc3\\\\x8fkk\\\\x93\\\\x0c\\\\xbbA\\\\x1e\\\\xe0\\\\x02d\\\\x9d\\\\x06\\\\x9e=q\\\\xbb\\\\x81\\\\x11w\\\\xa2L=\\\\'\\\\x14\\\\xd1\\\\xc3\\\\xfc\\\\xb3\\\\x03\"\\\\xcb2r]qXW\\\\xbd*\\\\xb06\\\\xa7h\\\\x0c\\\\xda\\\\x87\\\\x1e\\\\xa6\\\\x00\\\\r@\\\\xed\\\\xe3=\\\\x1d\\\\xbbD\\\\x81Z\\\\x94R\\\\xbf\\\\xcc`\\\\x998\\\\xde~\\\\x8c\\\\xec\\\\xc1\\\\x8e\\\\x96\\\\xb1/+\\\\xb8\\\\xfad\\\\xa8\\\\x0cT\\\\x10<\\\\xbb\\\\xeb\\\\xd4\\\\x18.\\\\x17u\\\\xd1\\\\xd1d\\\\xe5\\\\xadZ\\\\x03\\\\x91]\\\\xb8\\\\xc4\\\\x17|R\\\\xc1\\\\x9a\\\\xb5Q:\\\\xb2\\\\xb9\\\\x04\\\\x01\\\\xdc\\\\xf4R\\\\x12\\\\x11\\\\xc1\\\\xc7\\\\x14(5\\\\x0eT_\\\\x97\\\\x9e\\\\xc2\\\\xdc\\\\x03^\\\\x94+\\\\x84T\\\\xa1\\\\xc6\\\\xd0Y\\\\x82\\\\x80ki\\\\x96\\\\xdc\\\\xa4\\\\xf9\\\\xf42\\\\x88a\\\\x92\\\\xe1pK\\\\x0c\\\\x94\\\\xbf\\\\xcfT\\\\x89o\\\\xb5\\\\x16\\\\x9a\\\\x82\\\\x16Y\\\\x84\\\\x04\\\\x92\\\\xaa\\\\'i\\\\xf0\\\\x12OJ\\\\x11\\\\x8c\\\\t\\\\xe7\\\\xe4\\\\x8c\\\\x13!\\\\x8a\\\\xd9~EmH%?\\\\x97smRT\\\\x90\\\\xa4\\\\x88$\\\\x98\\\\xd0\\\\x08\\\\x9e\\\\x93~\\\\xc9!\\\\xb2>]\\\\xe8\\\\xe1.kz\\\\xd5Y\\\\xac\\\\xa8%\\\\x04\\\\r\\\\xd5\\\\x83$\\\\x10\\\\x00\\\\x11\\\\x1a}\\\\xa2z\\\\xad\\\\xa0\\\\xb3\\\\xb9d\\\\xc6\\\\x8c\\\\xa8\\\\xb4\\\\xda=\\\\xa0\\\\xce\\\\xb6Oo\\\\xc4L\\\\x08\\\\x92L\\\\xc4\\\\x0e\\\\xfe>]D\\\\xa2!P\\\\t\\\\xe3\\\\xc1LZG\\\\xb1`3F2\\\\x86\\\\xc9B\\\\xb5\\\\x86\\\\x95\\\\xf5n\\\\xda\\\\x08\\\\x89>\\\\x91:\\\\xccD\\\\xfe\\\\xce\\\\x95\\\\x19F\\\\x0c$\\\\x0b\\\\x8cBi9\\\\x03\\\\x82\\\\xc3\\\\'1N-\\\\xc0Z%`\\\\xc1!\\\\x81\\\\x88#E\\\\x89\\\\xd4\\\\x8f\\\\xb7\\\\xa7\\\\xc6m\\\\x12\\\\x01fd\\\\xb7|W\\\\x11\\\\xfe\\\\xb5\\\\xfcG\\\\x88\\\\xf9v\\\\'7\\\\xf1\\\\x8e[e\\\\x18<\\\\xb0p\"Wm\\\\xa7\\\\xd4\\\\x8f\\\\\\\\\\\\xc6\\\\x827\\\\r\">\\\\xd2:\\\\xf4\\\\xff\\\\x00\\\\rq\\\\xa5\\\\xa5\\\\xe9\\\\x95V\\\\x16\\\\xe2\\\\xe4\\\\xa1-a\\\\x9c\\\\x15\\\\xf2k\\\\xe7\\\\xbf\\\\xed\\\\x8b\\\\xf5\\\\x0b\\\\xe3\\\\xf9<\\\\xd6O\\\\x1b\\\\xc7\\\\xaf\\\\xc88^#\\\\x1d\\\\xb2o\\\\xce\\\\xa5\\\\x95,\\\\x14+\\\\xa8bjc%\\\\xc6\\\\xe0HPt\\\\xfau\\\\xf4\\\\xfd\\\\x86\\\\xea\\\\xec\\\\xe2D\\\\x83\\\\xe9\\\\x0e\\\\xe0\\\\xe5\\\\xd9\\\\x8a\\\\x81\\\\xf2\\\\x16\\\\xe4C\\\\xd0\\\\x9f\\\\x0f\\\\x15\\\\xcb\\\\r\\\\x85j\\\\xdd\\\\x01J\\\\x85uU\\\\x1a\\\\x12\\\\xba\\\\x98\\\\x07\\\\xb1\\\\xec5\\\\xebV7c8\\\\x82\\\\x0b\\\\xbat\\\\xc3%\\\\xdf\\\\x95a\\\\xb1\\\\xc9Kv\\\\x10c\\\\xd7f\\\\xba\\\\xed\\\\x1d\\\\xc8\\\\xfa\\\\x12~\\\\xbf\\\\xb4uj\\\\xc1\\\\x06\\\\x0bOg6\\\\x8bx$\\\\xff\\\\x00e\\\\x80\\\\xdb\\\\xd8\\\\x18\\\\xf4\\\\x89\\\\x00\\\\x9e\\\\xd2u\\\\x81\\\\xde:k+\\\\xce\\\\xb1\\\\x15Y\\\\xac\\\\xce\\\\xf2f \\\\x19\\\\x9e\\\\xff\\\\x00d\\\\x83\\\\xd42\\\\xe7V/\\\\xe9\\\\xaf\\\\xc8.\\\\xf8\\\\x97\\\\xca\\\\xb8\\\\xeeak\\\\xf7j\\\\xaa\\\\xc2\\\\x99Ii;6\\\\xb8!\\\\x9b\\\\xb7q\\\\xdeN\\\\x9dU\\\\xdfY7l\\\\xc8G\\\\x11Q\\\\xda2\\\\xefU7v\\\\xc4\\\\xe0\\\\xcb\\\\xea\\\\xd7\\\\xc3\\\\xb0\\\\x9b\\\\x97\\\\xc7\\\\xc5|z\\\\xef)\\\\x9dW\\\\xbb\\\\x81z0\\\\xd8\\\\xe5\\\\xc1 \\\\xa9`t\\\\x03_\\\\xa1\\\\xd3\\\\xaf+n\\\\xc81\\\\xa9\\\\xecY\\\\x1a\\\\x0b\\\\xe1\\\\xda\\\\xad\\\\xde_\\\\xf4s\\\\xe4\\\\xbcg\\\\x06\\\\xbc\\\\xfd\\\\xbc\\\\x0ex\\\\xac\\\\xd7\\\\x15\\\\xd8\\\\xa0\\\\xb8f\\\\xb4\\\\x08*\\\\x14\\\\x13\\\\xd8}\\\\x9e?^\\\\xad\\\\\\\\\\\\xdaF\\\\xccu5[\\\\x9aM\\\\xdbR\\\\x94\\\\x19\\\\x97)\\\\xfc\\\\x9f\\\\x06\\\\xfanr\\\\xb63V\\\\x9a\\\\x10\\\\xe4n\\\\x00n>\\\\xa1\\\\xe4\\\\x0b\\\\x91\\\\xa7\\\\xd9\\\\x1e=x\\\\xbf\\\\x91\\\\x84\\\\x9d\\\\xdd\\\\xc7o\\\\x9f\\\\xd9R\\\\xb7\\\\x10\\\\xe45Uo\\\\x97U\\\\xb6\\\\xdbZ\\\\x02\\\\x14\\\\x92\\\\x17l\\\\x1e\\\\xe3C\\\\xf6\\\\xcc\\\\x8e\\\\xfd\\\\xba\\\\xa7n@\\\\x02\\\\xbaD\\\\x92\\\\x14\\\\x93^\\\\xe1UU\\\\xa96\\\\xb1dU\\\\x9d\\\\xaaX\\\\x8f\\\\x16#X\\\\x07\\\\xfbGV\\\\xf6\\\\x82R88\\\\xe3\\\\xc7\\\\xb1h\\\\x01\\\\x18\\\\x8crKY\\\\xf5\"\\\\xd7Q\\\\x00\\\\xed\\\\xb8\\\\xbe\\\\xc5q&\\\\x17\\\\xe8\\\\x07\\\\x87\\\\x98\\\\xebcn@f|\\\\xdb\\\\xafoblI\\\\xab\\\\x9c|\\\\x977\\\\xfc\\\\xdf\\\\xe2y\\\\x9c\\\\xb75M\\\\xdcF!\\\\xb1\\\\xad\\\\x0c\\\\xb9\\\\xb7\\\\x926\\\\x82\\\\xb0w1\\\\xd0h\\\\x0f\\\\x87~\\\\xbd^\\\\xc3\\\\x7fj\\\\xdd\\\\x86\\\\xb9 \\\\x1b\\\\xe9\\\\xd1\\\\\\\\\\\\xb3\\\\xbb\\\\x8d\\\\x98\\\\x9dN\\\\xd9q\\\\xe6\\\\x8d|w\\\\xf4\\\\xfb\\\\x0f\\\\x88A\\\\x7f#\\\\x902\\\\xb3_SX R\\\\xbb\\\\x0fh=\\\\xe4\\\\xf8\\\\x9e\\\\xa8o>vRx\\\\xd9\\\\x0c9\\\\xe7\\\\xdd\\\\xc9P\\\\xdeoev\\\\x9f\\\\xa8\\\\xf3\\\\xef\\\\xfc}S\\\\xaac\\\\xd1\\\\x8dK\\\\xd7B\\\\xa5U#\\\\x15\\\\xf6\\\\xc7\\\\xa4\\\\x12}C\\\\xe8\\\\x08\\\\xed u\\\\x8b;\\\\xb3\\\\xb9\\\\'\\\\x91$\\\\xac\\\\xb2\\\\xeeY`J\\\\x16\\\\xaf\\\\xc6cv\\\\x86\\\\x01\\\\xf22?wQTX\\\\x90\\\\x89`1\\\\xb6\\\\xefn\\\\xc0\\\\x16L\\\\x13:\\\\x9d\\\\xa3\\\\xc0L\\\\xf9\\\\x8f.\\\\x93xi\\\\x0e\\\\x11\\\\xdb\\\\xac\\\\xabEbqj=\\\\xb1\\\\x0e\\\\x02\\\\xba\\\\xefp4\\\\xdcL\\\\x19\\\\xf2\\\\x9f\\\\xfb:\\\\xc5\\\\xbej\\\\xae\\\\xda\\\\xaa<\\\\x96\\\\tR\\\\xa4\\\\xa3,\\\\xcbGpu F\\\\xbfN\\\\xddT1V\\\\x04Yx.\\\\x80O\\\\xb8\\\\x06\\\\xd6\\\\x90&;\\\\x81\\\\x133\\\\x13\\\\xd7i\\\\xe8\\\\xb8\\\\x86\\\\xc9\\\\x0f{\\\\x14\\\\xd8K\\\\x92\\\\x1a?\\\\x1a\\\\x1d\\\\xe4A\\\\x9fSy\\\\x1e\\\\xfd\\\\xbfgN\\\\x02\\\\x94]\\\\xd7\\\\xadW\\\\xe7\\\\xcb\\\\t\\\\xbd\\\\x14\\\\x80`\\\\x9a\\\\xd8,w\\\\xd0\\\\xeb>\"z\\\\xe1m\\\\xea\\\\xa00\\\\xf3C\\\\xee\\\\xce\\\\xb8X\\\\xcfe\\\\xcdc\\\\x02B\\\\x19\\\\xdc\\\\xc6fD}?oN\\\\x8d\\\\xa0\\\\xcc\\\\x02\\\\x16\\\\x93\\\\x12\\\\xa3\\\\x7fQa\\\\x1f\\\\x8d\\\\xcb\\\\x1d^5O\\\\xdct\\\\x8e\\\\xdd\\\\x1f\\\\xb28\\\\xe3\\\\xc5H\\\\x00\\\\xc5\\\\x8a\\\\xd2rC!\\\\xd8\\\\xcd\\\\xb0\\\\xe8\\\\n\\\\x12Y\\\\x88\\\\xd6J\\\\xc1\\\\x9f\\\\xbf\\\\xa3\\\\xd1Z\\\\xa8c\\\\x9f\\\\x01G\\\\x19\\\\x00\\\\x17\\\\x9b\\\\x08\\\\xed\\\\xeb\\\\x07]?\\\\x08\\\\x90\\\\x07G\\\\xa3\\\\xa2\\\\xea\\\\x16n<\\\\x96\\\\x7f\\\\x98\\\\xdd\\\\xb7s\\\\xca\\\\xb0$m;\\\\xbcOa\\\\xa4GQ\\\\xa1\\\\x16E\\\\x96\\\\xa6\\\\xcdQ \\\\r\\\\xaa6\\\\xfb\\\\x9b`\\\\xee\\\\x03\\\\xb4\\\\x88\\\\x1f\\\\xb2:\\\\x91i\\\\x175\\\\x83e\\\\xba\\\\x9805 v\\\\x1a\\\\xf8w\\\\xd7\\\\xf7\\\\xf4B\\\\xd8+\\\\x87>K/\\\\xcd\\\\x8fPhmt\\\\x0c@>\\\\x91\\\\xde|\\\\xfa\\\\x8fm\\\\x18\\\\x91\\\\xcdnN@\\\\xf6R=k\\\\x08\\\\x04xx\\\\xfd\\\\xb3\\\\xd0\\\\x1b)\\\\xa4\\\\x01\\\\xd8\\\\xa6W\\\\xc8\\\\xa5\\\\xac\\\\x85\\\\x9f\\\\xc4\\\\x80\\\\xec\\\\xc4\\\\xea\\\\x01\\\\xee\\\\x0c\\\\xf9t\\\\xb3d\\\\x85\\\\x1a\\\\x89\\\\xaa\\\\xf4rb\\\\xadB\\\\x9b]\\\\x94\\\\x85\\\\xf5hN\\\\x9f|\\\\xfe\\\\xc3\\\\xd7{\\\\x0f\\\\xd1A\\\\x95\\\\x16\\\\x9f\\\\xea\\\\x16ZEX\\\\xf5\\\\xd9ul\\\\x00D@L\\\\xb1>@D\\\\xcfE\\\\xec\\\\x81SB\\\\x86W(\\\\xe1~\\\\xb1y\\\\n\\\\x82\\\\xaeb~I\\\\x1e]+r\\\\x1d\\\\x8f\\\\x81\\\\xd1|`\\\\xf8\\\\xf5-\\\\x07\\\\xa5O\\\\x82\\\\xa7sv\\\\rEJ\\\\x0f\\\\x9b\\\\xc9WV\\\\xe0\\\\xf6\\\\x9b\\\\x88\\\\x10Cj\\\\x04jA\\\\x9e\\\\xf3\\\\xa7V-X2\\\\xc02\\\\xa7;\\\\xf3\\\\x97bJ\\\\xcd\\\\xe5\\\\xc9\\\\x0f\\\\xfc\\\\xc0\\\\xca\\\\xc7h \\\\x9d{\\\\x9dD\\\\xc0\\\\xd7\\\\xbf[;}\\\\x89&\\\\xa1\\\\xb8\\\\xf3J\\\\xd7J\\\\xd5/]\\\\xc8[`V\\\\xae\\\\xd2\\\\t\\\\x1a\\\\xbb\\\\x1d\\\\xb0<\\\\xa0\\\\x9e\\\\xf1\\\\xe7\\\\xd6\\\\xc5\\\\xad\\\\x9c#B\\\\x11E\\\\xcb\\\\xb2\\\\xd0\\\\xb9\\\\x8e\\\\x03\\\\x15\\\\xee\\\\xa3q\\\\x04\\\\x11\\\\x04\\\\x1d\\\\xba}Li\\\\xd5\\\\xa3`\\\\x1e\\\\xf5n\\\\x14\\\\xf5/+\\\\xe6\\\\x80\\\\xdaM\\\\x9b\\\\x96\\\\xc6;\\\\xc9&\\\\x01\\\\x88\\\\xf4\\\\xc8\\\\x82~\\\\x9dI\\\\xd9\\\\x03\\\\x80\\\\xc1Z\\\\xb6e\\\\x92\\\\xbb\\\\x7fK>gf71^Rf\\\\x8a\\\\x05U\\\\xef\\\\xb6\\\\x8fr\\\\x1e\\\\xea\\\\xc3.\\\\xea\\\\xaa:\\\\x83dv\\\\x93\\\\xd6>\\\\xf7\\\\xe3$c(\\\\xea\\\\x02 ?S\\\\xccF\\\\x98\\\\x9eKb\\\\xd5\\\\xf7\\\\x88\\\\x89\\\\xc7\\\\x8cW\\\\xd1\\\\x1f\\\\x8d~\\\\xbe\\\\xe6e\\\\xdbO\\\\xf4\\\\xfa\\\\xe2\\\\xa2\\\\xa9U\\\\x15\\\\xd4\\\\x08\\\\xd8\\\\xba\\\\x80\\\\x1c\\\\x8dw\\\\x1f\\\\x12G~\\\\xbc^\\\\xfe\\\\xe4\\\\xf7\\\\x17\\\\x1e1f\\\\x14\\\\x11\\\\x15\\\\xf2\\\\xc5>\\\\x16\\\\xc0\\\\x15\\\\xf1R\\\\xf9_\\\\xd6\\\\xec\\\\xcc\\\\xec\\\\xc5\\\\xa1\\\\xef(\\\\xb8\\\\xccl\\\\xb9\\\\x8e\\\\xa4\\\\x050d\\\\xe86\\\\xcfY\\\\x96\\\\xe1-CV\\\\x00\\\\xf1\\\\xfc\\\\xa6L\\\\x00(\\\\x93h\\\\xfdC\\\\xc9\\\\xab\\\\xe4\\\\xb8W\\\\xb6HL,\\\\xdbh\\\\xb7v\\\\xe5`\\\\xe8rA\\\\xf7\\\\x19A\\\\x80\\\\xdai\\\\xa7a\\\\xd7\\\\xa7\\\\xf8\\\\xfdz\\\\x80f\\\\xfb\\\\x87\\\\xc5Q\\\\xbb\\\\xfa\\\\xb8\\\\xe2\\\\x8b\\\\xeb\\\\xb5\\\\\\\\\\\\xa3\\\\xf2x\\\\xd5\\\\xfe_$\\\\xe7\\\\x1a\\\\xa9\\\\xa2\\\\xfc7\\\\x1e\\\\x80\\\\xae\\\\xd5F\\\\xda\\\\xe3s7pN\\\\x91=\\\\xfc\\\\x00\\\\xb5\\\\xbc\\\\x04\\\\xc9\\\\xde\\\\x9fuB\\\\xd5\\\\xc7\\\\x05\\\\xf1Q\\\\xf1\\\\x94\\\\xa0\\\\xc7\\\\xcb\\\\xe6\\\\xfd\\\\x9c:\\\\xf0T\\\\xee\\\\xc2\\\\xb9\\\\xcd\\\\xf2\\\\x964\\\\x9d\\\\xb5\\\\x88Ub\\\\x07\\\\x87n\\\\xff\\\\x00fM\\\\xab3\\\\x8c\\\\xbf\\\\xe5\"\\\\x9c\\\\xf9t\\\\x18w\\\\xabS\\\\x9cKi\\\\xcdW\\\\xdf5\\\\xcdf\\\\xc9jx\\\\xack~>\\\\xbc\\\\xc6Ey\\\\xdb\\\\x9fz\\\\xda\\\\xe24\\\\xb0\\\\xfa\\\\xca\\\\x06T\\\\xf1+\\\\xa0\\\\x81\\\\x1d\\\\x16\\\\xe6\\\\xf0\\\\xa5\\\\x98GH%\\\\xf9\\\\xd3\\\\x995K\\\\x9c\\\\xc9\\\\xf5\\\\x1c\\\\xb8\\\\xe8R\\\\xb73uG\\\\x13\\\\x1f#.\\\\xd7\\\\xba\\\\xea\\\\xf2\\\\xab\\\\xc3[\\\\x14\\\\x02\\\\xed]cu\\\\xedZ\\\\x92\\\\x8e|\\\\x97r\\\\x80I\\\\xfa\\\\xf4\\\\xab\\\\xd6c\\\\xa4\\\\x12K\\\\xbbF\\\\x99f\\\\x7f\\\\x14U\\\\xed\\\\xdc%\\\\xfa\\\\xd4\\\\xe6\\\\x82|\\\\xdb/\\\\x8d\\\\xa2\\\\x93\\\\x8d\\\\x81C-\\\\x19\\\\xea\\\\xc8\\\\xeb\\\\x95JUg\\\\xb3T\\\\x8a\\\\xc9`\\\\x1c+m\\\\xee\\\\t\\\\xef\\\\xa7Twf\\\\xdc)\\\\n\\\\x83\\\\x8b\\\\xd0\\\\xb0\\\\xf1L\\\\x812\\\\xa18q\\\\xc7\\\\xd5qg\\\\xea\\\\x071\\\\x97\\\\x8d\\\\x82\\\\xf8v5\\\\x95c\\\\xf2,-\\\\xc82\\\\x8c\\\\xdb\\\\xfd\\\\xc2*]\\\\xe8a}:\\\\x93\\\\x1a\\\\x9e\\\\xac|@\\\\x9c\\\\xef\\\\x08\\\\x92@\\\\xc7,y8\\\\xe9\\\\xd3\\\\xbde\\\\xef\\\\xe4\\\\x05\\\\xb7\\\\x155\\\\x1eI++;\\\\x1b\\\\x91\\\\xe3-u\\\\xb1\\\\xcf(\\\\x8a\\\\x8a\\\\xfb\\\\x10\\\\xa0\\\\xb1T\\\\xc0\\\\xde\\\\x17Y1\\\\xdc\\\\x9d|t\\\\xeb\\\\xde^16\\\\xc8\\\\xc0\\\\xe7\\\\xfd/6\\\\xe2Qv\\\\xab\\\\xaa\\\\'\\\\x93\\\\xb2\\\\xc1\\\\xc8\\\\xdcA6\\\\xdckd\\\\xf7\\\\tT\\\\xf7lW\\\\x9d\\\\xdbS\\\\xd3\\\\x00\\\\x8f\\\\rz\\\\xc9\\\\xbc`f\\\\xf1\\\\xca\\\\x9d\\\\x0f?\\\\x05P;\\\\xf1O\\\\xeda\\\\x8e\\\\x99<\\\\x8eO\\\\xbc1\\\\x97\\\\xf9\\\\xd6\\\\x82\\\\xf6%\\\\xbaoT\\\\xda\\\\xcc\\\\x15\\\\xb7<\\\\x03\\\\x1e=\\\\xb4\\\\xea\\\\xac\\\\xe0\\\\xf75\\\\xc4\\\\x90\\\\t\\\\xe7\\\\x8d\\\\x17~\\\\xc1\\\\x88\\\\x04\\\\x8e2O\\\\x98\\\\xfcr\\\\xf08x\\\\xb5V\\\\xd5Yv|\\\\x80\\\\x01\\\\xadW\\\\x7fs\\\\xe1$\\\\x9f8\\\\xd6;\\\\xf7\\\\xeag?l\\\\xd0\\\\xfe\\\\xdd\\\\x98\\\\xf4\\\\xedM\\\\x88\\\\xd3\\\\x06l3\\\\xe3$?\\\\xf2\\\\xe9\\\\xff\\\\x00\\\\x9e?\\\\xf1?\\\\xfe\\\\xefY\\\\x7f\\\\xe0G\\\\x99\\\\xf3N\\\\xf7\\\\xba\\\\x05\\\\xff\\\\xd4\\\\xafqy\\\\x9c\\\\xb7\\\\xbb\\\\x1a\\\\xac\\\\x97zU\\\\xc0\\\\x94\\\\xdcP*\\\\x13\\\\xb9\\\\x83\\\\x19\\\\x99o\\\\xbf\\\\xcb\\\\xec\\\\xf1\\\\xf0\\\\xda\\\\xc40\\\\xe4\\\\x17\\\\xc6\\\\x85\\\\xe9\\\\x10z\\\\xab\\\\x13\\\\x86\\\\xf9sb\\\\xe7F6U\\\\xad\\\\x8bXF5L\\\\x90\\\\xeav\\\\x80TA\\\\xdc?\\\\x88\\\\x81\\\\xa7m;\\\\xf5fQ\\\\x0c\\\\xc9\\\\xd6w\\\\x12\\\\x88ph\\\\x81\\\\xf3\\\\x9f8\\\\xce[r\\\\xaf\\\\xc4\\\\xcbwk\\\\xacj\\\\xda\\\\xb7\\\\xda\\\\rBt\\\\xee\\\\t \\\\x0f\\\\xa7\\\\xd9\\\\xd6<,\\\\\\\\\\\\x06\\\\xa5\\\\xcb\\\\xf0\\\\xea\\\\xe1\\\\xdd\\\\xe7\\\\xc9\\\\'d|\\\\xd9\\\\x99\\\\xa9\\\\xaa\\\\xfcq\\\\x94\\\\xc8\\\\xc4\\\\xde\\\\xa5B\\\\x1fp\\\\x9fI\\\\x98\\\\xef\\\\x1d\\\\xb5\\\\xe9\\\\xb1\\\\xb5t\\\\x1a\\\\xd7\\\\xec\\\\x987\\\\xd1\\\\xcd.\\\\xe5gS\\\\xc8e\\\\xbaU\\\\x8c\\\\xf4\\\\xad\\\\'bTu\\\\xda\\\\xac;\\\\x89\\\\xed\\\\xa4\\\\x8e\\\\x9c,\\\\xcaD\\\\x1f!\\\\xf7V\\\\xad\\\\xee\\\\xde\\\\x897\\\\x93\\\\xc1+\\\\xee\\\\xce)Z\\\\x9c1g-\\\\x0c`i\\\\xb7\\\\xb4m\\\\x1f\\\\xda:\\\\x0b\\\\xc3H&Ah\\\\xdb\\\\x98,],\\\\xf1\\\\xce19\\\\xde3(\\\\xd6\\\\xe2\\\\xef}m\\\\xad\\\\x94\\\\xc1\\\\xd0\\\\x98\\\\x1a\\\\x98\\\\x1a@>\\\\x07\\\\xac\\\\x98\\\\xca\\\\x06\\\\xe8\\\\x01\\\\xfdY\\\\xf4V\\\\xa7/Er]A\\\\xc1\\\\xf3\\\\x14bS\\\\x97\\\\x8e\\\\xb7YQy\\\\xfc\\\\xcd\\\\x8ccM\\\\xa5\\\\x84\\\\x02X~/\\\\xa4G^Sz}\\\\x93r\\\\xd4O7\\\\x7f\\\\x10\\\\xd8\\\\xab\\\\xfbr&\\\\x04\\\\x8eX~\\\\x15\\\\xb1\\\\xf0,\\\\x90>1\\\\xf25\\\\xaf\\\\x1a\\\\xeb\\\\xef\\\\xc58\\\\xf98\\\\xde\\\\xc3\\\\xa0T\\\\xde\\\\xc5,gYgu\\\\x02\\\\x00\\\\x00\\\\xe9\\\\xe2\\\\xe6\\\\x97\\\\x0ch\\\\xdc\\\\xfb\\\\xfe\\\\xaa\\\\xc8\\\\xce\\\\xe6\\\\xef\\\\xe6\\\\xaf\\\\xb7>\\\\xaeU\\\\xad~\\\\x1d\\\\x96\\\\xdc\\\\x1c\\\\x90\\\\x9bl\\\\xbe\\\\xed\\\\x17yA\\\\xb7h/\\\\xe9\\\\x98\\\\x90\\\\x00b\\\\x0f[\\\\xb2\\\\xb9\\\\xfeC\\\\\\\\\\\\x94\\\\xc91!\\\\x8d#\\\\xaaG28)\\\\x10:\\\\x0e\\\\x9d4j\\\\xf4M\\\\xbcU\\\\\\\\\\\\xa71\\\\x99\\\\xc9\\\\xf0\\\\xcck\\\\xcc\\\\xcd\\\\xfc\\\\xe5\\\\xcf\\\\x97\\\\xc6\\\\xe3V\\\\xd9{-\\\\xa6\\\\xa0\\\\xde\\\\xe5/[4\\\\xb0\\\\x0cD.\\\\x9aOZ\\\\xfb}\\\\xa5\\\\xd3)\\\\xc1\\\\xc1\\\\x91$\\\\xb0\\\\x1a\\\\xb4\\\\x91\\\\xc8\\\\x84\\\\xb9\\\\xdc\\\\x80\\\\x02@\\\\x1c\\\\x05M\\\\x1f\\\\xb9\\\\x11<\\\\x96/\\\\x1b\\\\xcdap\\\\x1f%\\\\xc8\\\\xe6x\\\\xff\\\\x00\\\\x89\\\\xd9p\\\\xb6\\\\xae\\\\x7f\\\\x16\\\\x9b2\\\\x80d\\\\xafF5\\\\x89\\\\x00\\\\xa9*\\\\x8e|\\\\x07\\\\x9fGwg\\\\xb9\\\\xd5\\\\xa6\\\\xe1>\\\\xd8\\\\xa8 =Fzi\\\\xd8S\\\\xedF\\\\xd8\\\\x02t\\\\xaam\\\\xb3\\\\x98\\\\xbb#\\\\x02\\\\xdc\\\\x91\\\\xc5\\\\xfej\\\\xac\\\\x9cv\\\\x1cy\\\\x05\\\\xea\\\\xc7As\\\\x16$V\\\\xe5\\\\x97u\\\\x82\\\\tR}=\\\\xcf\\\\x87Zp\\\\xdb\\\\x19\\\\xdb\\\\xd6D]\\\\xa8\\\\x03\\\\xb3\\\\xf2\\\\n\\\\xac.\\\\xbf\\\\xa5\\\\xc9\\\\n\\\\xa7\\\\xe0\\\\xfeQK\\\\xf3\\\\\\\\\\\\xaf\\\\x1a)\\\\xa7\\\\xdb\\\\x16W\\\\x93\\\\xc7\\\\xe4T\\\\xcd^\\\\xd4F\\\\xda\\\\xa3\\\\xdb\\\\x8dD\\\\x8e\\\\xe4\\\\xeb\\\\x1dx\\\\xbd\\\\xec\\\\xa5\\\\xefI\\\\xc5\\\\\\\\\\\\x10rl\\\\x96\\\\xa5\\\\xb2\\\\x05\\\\xb0\\\\x06\\\\x1fuw\\\\xfcC\\\\x9c\\\\xb3\\\\x93\\\\xe7\\\\x1dyQg\\\\xe6\\\\x8b\\\\xaeF>U+\\\\nO\\\\xa9\\\\\\\\\\\\x95\"a\\\\x90\\\\xfa\\\\xb6\\\\xf8\\\\xf6\\\\x8dz\\\\xa3\\\\xb7\\\\xdc\\\\x19]>\\\\xe4K\\\\xe5\\\\xf9\\\\xf0R\\\\xcc\\\\x00z+Z\\\\xeak\\\\xc4\\\\xcf\\\\xce\\\\xb2\\\\xaeI1\\\\xaaJZ\\\\xf5;G\\\\xb6T\\\\xb4\\\\x11X\\\\x81\\\\xe9`Tn=\\\\xcfn\\\\xac\\\\xce\\\\xd4c9\\\\x97b\\\\xce\\\\xd5o\\\\xcb\\\\x1el\\\\xeae\\\\x12i\\\\xe6\\\\xa4\\\\xbdv]\\\\x8d\\\\x88\\\\xb9v\\\\xadUe\\\\x82\\\\xc9\\\\x1f\\\\xf4\\\\xff\\\\x00\\\\x86\\\\x04\\\\x06~\\\\xf2\\\\x00\\\\x8dG\\\\xdb\\\\xd1{S\\\\xbaa\\\\x90.\\\\xd4a\\\\xcb\\\\x13\\\\x8f\\\\xd9V\\\\x9bE\\\\xe9_\\\\x15\\\\x01\\\\xdb(\\\\xe4\\\\xf1\\\\x98O\\\\x8e\\\\x94W\\\\x9f~E\\\\x1e\\\\xe5\\\\xc3\\\\xdd\\\\xac\\\\xa24\\\\xb2\\\\x17\\\\x07h,\\\\xa7\\\\xb4\\\\xc9\\\\xf0=U\\\\x96\\\\xca\\\\xff\\\\x00\\\\xb9\\\\x08\\\\x98\\\\x88\\\\x89H\\\\x87$5\\\\x0f<;j\\\\xeb\\\\x85\\\\xc8\\\\x079\\\\xf6#\\\\xb5q\\\\xf8X\\\\xb94\\\\xe0Z\\\\xaa\\\\xcdn\\\\xfbq\\\\xb7](QW`S\\\\xb8\\\\x83\\\\xa4\\\\x80\\\\']4\\\\xed\\\\xd6\\\\xd0\\\\xf8\\\\xd7\\\\xbb\\\\xedM\\\\x89.A\\\\xd44\\\\x90\\\\xd8U\\\\x88n\\\\xb5\\\\xe4\\\\xabF\\\\xebz\\\\xbc\\\\x96\\\\xea\\\\xddx\\\\xc7\\\\xb9\\\\xb7\\\\xb0\\\\xae\\\\xeb)\\\\xa6\\\\xac\\\\xbb,{\\\\x1c\\\\xb2\\\\xa8SV\\\\xb3\\\\x1a\\\\xeb=\\\\x8f\\\\xdb\\\\xd3}\\\\xb3\\\\xb1\\\\x94\\\\xa7\\\\x80& H\\\\x978V>8\\\\xe4P\\\\x8b\\\\x82A\\\\xb3S\\\\xea\\\\xac\\\\xd5U\\\\xce\\\\xb6{\\\\xade\\\\x86\\\\xcbT\\\\x92N\\\\xe3\\\\xdc\\\\xc7\\\\x87\\\\xd9\\\\xd5\\\\x9bp\\\\x94,\\\\xcaz\\\\xb5\\\\x12k\\\\xd0\\\\xf6d\\\\x80\\\\x9fP\\\\nCU\\\\x06\\\\xa6\\\\xac\\\\x13c\\\\x89\\\\xf2\\\\xd4\\\\xf9\\\\xcfL\\\\xbb`@\\\\xc4\\\\x80\\\\xf2\\\\x93\\\\x1f\\\\x1e|\\\\x87Dq$\\\\xe0Q\\\\'\\\\xf6\\\\xc3\\\\xa6mh1\\\\xad\\\\xae\\\\x1a\\\\xeb\\\\x16@\\\\xf4\\\\xe8I\\\\x1e\\\\x03\\\\xab\\\\xd7\\\\xad\\\\xdb\\\\xb7!\\\\xb8\\\\x03I\\\\x15&\\\\xad\\\\xde\\\\x13crR\\\\xc2\\\\x85|\\\\xac\\\\xff\\\\x00t\\\\xff\\\\x003\\\\xe4\\\\x7fQ\\\\xfe^\\\\xd8\\\\x1c+T\\\\xdcg\\\\xc6Z\\\\xdcJ\\\\xc0\\\\x857\\\\xd90\\\\xf6\\\\x0b\\\\x04\\\\x92\\\\xb2\\\\xa2&\\\\x07\\\\xf8\\\\xe4n\\\\xfe\\\\x16\\\\xf7\\\\xc9\\\\xff\\\\x00\\\\xff\\\\x00C\\\\x8dF\\\\xac\\\\xcd\\\\xe0\\\\xb3\\\\xae\\\\xfc\\\\xb5\\\\xbbR0?\\\\xaf5\\\\xc7\\\\x0f\\\\xca\\\\xf2\\\\\\\\}\\\\xedVz[\\\\x8fh\\\\x1bU\\\\x89\\\\xf4\\\\xc91%\\\\x97Mdw=ym\\\\xc7\\\\xc5\\\\xdc\\\\xb2\\\\x1aQ f\\\\xad\\\\xda\\\\xdf[\\\\x9dc$W\\\\x0f\\\\xe4k\\\\xea\\\\x97!\\\\x8e\\\\xe5t*@3 \\\\x010\\\\x00\\\\x04x\\\\xe9?oY\\\\xa7jbp~8*\\\\xf4w\\\\x14r\\\\x980\\\\xbeSn;\\\\xb3\\\\xe1\\\\xdf]f\\\\xc9\\\\x1e\\\\xe0\\\\xfc \\\\r\\\\t\\\\x1b\\\\x81\\\\x83\\\\x00\\\\xff\\\\x00\\\\xdb\\\\xd2\\\\x8d\\\\xb9\\\\xc0\\\\xb8\\\\xa5\\\\x19\\\\x17\\\\xb9\\\\x19\\\\x1a\\\\xa6~7\\\\xe6\\\\x96cl\\\\xfeb\\\\xb2\\\\x86\\\\x06\\\\xb2\\\\xb6\\\\x15\\\\x06\\\\xb4:\\\\xed]\\\\xac\\\\t\\\\x03@\\\\x7f\\\\xbc\\\\xf5\\\\x12\\\\x9c\\\\xb3\\\\x15\\\\xa3\\\\xb5\\\\x1f\\\\xf9\\\\xea\\\\xbbK\\\\xb3\\\\x14\\\\xf3\\\\x83\\\\xfa\\\\x81]\\\\x8f7U\\\\xee#X\\\\xa5\\\\xd1\\\\x85cI\\\\x90\\\\x0e\\\\xd0\\\\x07p\\\\x04\\\\x83>=G\\\\xf9DH\\\\x0c\\\\x03\\\\xf0\\\\x10\\\\xca%\\\\x8f5aq\\\\xbf\\\\xa8x\\\\x96\\\\xb5X\\\\xd97\\\\xfa\\\\xeb\\\\x03\\\\xdcga\\\\xe2\\\\x06\\\\xe8\\\\x82t\\\\x10\\\\x07\\\\xf8ub\\\\xde\\\\xee$\\\\x80K\\\\x11\\\\xe1\\\\xd8\\\\xe9r\\\\xb7\\\\x19\\\\x07Nx\\\\x1f/[\\\\xae)\\\\x8a\\\\xeb\\\\x8dC\\\\xb3Zjf\\\\x9a\\\\xa1\\\\x0b\\\\x04!\\\\xa7S\\\\xa1\\\\x02c\\\\xfcz\\\\xbbj\\\\xf6\\\\xa3F\\\\xd2z\\\\xf7%N\\\\xd0\\\\x15)\\\\xcf\\\\x1f\\\\xe4\\\\xb6\\\\xe4-\\\\xbe\\\\xf3\\\\x1bQ\\\\xcb\\\\xa3\\\\x95\\\\xd8\\\\x05\\\\xa7\\\\xf8\\\\x89\\\\x04\\\\xeaH\\\\xd4\\\\xcf\\\\xd3^\\\\x9b\\\\x13,\\\\xc33\\\\xa5ia\\\\x8e)\\\\xe2\\\\x9f\\\\x90*\\\\xe4SZ0\\\\xcbP\\\\xca\\\\xd4\\\\xe3\\\\xe4\\\\x04\\\\x83Z\\\\x90d3\\\\xfa\\\\xb7\\\\x027I\\\\xd4\\\\x1f\\\\xbf\\\\xa6\\\\x88\\\\x1a\\\\xb8.\\\\xf8\\\\xf4K\\\\x94\\\\xf4\\\\xb3S\\\\xe8\\\\xa7\\\\xa7\\\\xcah\\\\t\\\\x9b\\\\x8f\\\\xfc\\\\xf1v\\\\xc6\\\\x18\\\\x16+*V\\\\x0cn] \\\\xb3C4\\\\xeb>\\\\x1d*v\\\\x9d\\\\xc6\\\\x03$\\\\xe8\\\\xdd\"<\\\\xc9Ex\\\\xcc\\\\xea3\\\\xd5\\\\\\\\\\\\xdb\\\\xb6\\\\xc1Z\\\\xfb\\\\xb8\\\\xcc\\\\xcd\\\\xb8\\\\xed\\\\xfcE\\\\t`\\\\x0e\\\\x9d\\\\xf4\\\\xef\\\\xd0\\\\x10\\\\x19\\\\x88vS\\\\x19\"t|\\\\x8f\\\\x15\\\\xa9_c\\\\x8c\\\\xb2\\\\x8a\\\\x95\\\\x8dl\\\\xa6\\\\xc0\\\\x9b\\\\xb4V%\\\\x0c\\\\x9d\\\\x002L\\\\x9d?gK,i\\\\x80<\\\\xe8\\\\xad\\\\xc6\\\\xa1\\\\x15\\\\xcb\\\\xb5\\\\xaf\\\\xc8\\\\xba\\\\x9a\\\\xad oQHV\\\\xf5:\\\\x1dl\\\\xda\\\\x08\\\\x1a\\\\x0e\\\\xc0\\\\xf6\\\\xfa\\\\xf4\\\\x8b\\\\x90\\\\x91\\\\x0c\\\\x0b\\\\x17\\\\xf2L`\\\\rB\\\\x91\\\\x8e\\\\xbb\\\\xab\\\\xa6\\\\x94\\\\xa6\\\\xdb\\\\xae\\\\xb6\\\\xb0\\\\xc7%\\\\x97j\\\\xaa\\\\x83\\\\xb2\\\\xc5\\\\n\\\\x0e\\\\x86:\\\\x81h\\\\xb0\\\\x89\\\\xa99\\\\xa9p\\\\x84\\\\xe7\\\\x8cJ\\\\xa8\\\\xba\\\\x9b\\\\x9cR\\\\xf7\\\\x06\\\\xac:\\\\xfat\\\\xf1\\\\x13\\\\xe0bLxx\\\\x1e\\\\x95n\\\\xdcF\\\\xa8\\\\xe6\\\\xe9S\\\\x8eK\\\\x94\\\\xfeaf\\\\r|\\\\xad\\\\x98\\\\xf97\\\\\\\\\\\\x17\\\\xdc\\\\xdfxW[\\\\x0e\\\\xd5*7\\\\xac\\\\x9fS\\\\x010\\\\'Q\\\\xd8\\\\x0e\\\\xbd\\\\x17\\\\xc3\\\\x8bFZI\\\\xa0\\\\xe8\\\\xb1w\\\\xae`\\\\xe7\\\\x13\\\\xc3\\\\xfe\\\\x16<\\\\xf7\\\\x11\\\\xfaY\\\\x91\\\\xc7\\\\xee\\\\xf8\\\\xb7\\\\xcby\\\\x1c\\\\xdc\\\\xd0\\\\x9f\\\\xf5\\\\x15\\\\x91\\\\x85\\\\x8f\\\\x83F\\\\r\\\\x15bV1*#\\\\xfe\\\\xa2\\\\xa6\\\\x10\\\\xab\\\\xb7yA\\\\xeb\\\\x12<\\\\xc6\\\\xb3\\\\xd5;\\\\xfb\\\\xe8\\\\xca:\\\\x89`UYO\\\\xd2\\\\xc07\\\\x1cu_\\\\'>}\\\\xf1\\\\xec*y\\\\x9c\\\\xbfx+\\\\xfeo}\\\\xc8\\\\x95\\\\x9d\\\\xa4(\\\\xb0\\\\xac\\\\x10|I\\\\x07\\\\xb7\\\\xf7\\\\xf5\\\\xe6o\\\\xd8\\\\xb53\\\\xaaU\\\\xfa\\\\xacm\\\\xc0\\\\x93\\\\x9d+\\\\x9d\\\\xf9\\\\x9e>\\\\x9a22+\\\\xc7$\\\\xa2\\\\x19Vu\\\\x86P\\\\t\\\\xee4\\\\x82;yu\\\\x8f/\\\\xf8\\\\xe6\\\\xd9d\\\\xbbF\\\\xa1\\\\x85R\\\\xe5\\\\xcc\\\\xd7\\\\x80\\\\xc8\\\\xc0\\\\x00u\\\\xb4\\\\x03\\\\x1d\\\\xe0\\\\x86>\\\\x1d\\\\xba\\\\xb3\\\\xb7\\\\x87\\\\xa9\\\\x9d\\\\x95\\\\xa38\\\\xc65\\\\xaa\\\\t\\\\x98\\\\xa4\\\\xa6\\\\xc0\\\\x85B\\\\xf7V\\\\xd1\\\\x80 \\\\xc0\\\\xf1\\\\x99\\\\xd4\\\\x7f\\\\xd9\\\\xd5\\\\xc1{!\\\\x82A\\\\xba\\\\xd5\\\\xe2\\\\xa9w#j\\\\xbb\\\\n\\\\x99\\\\x14\\\\x93\\\\xeaS\\\\xa4\\\\xc6\\\\xaa\\\\xa0\\\\x81\\\\'\\\\xbcLt\\\\xf8\\\\x93*\\\\x94\\\\x89\\\\x1dN\\\\x10\\\\xeb\\\\x89Q\\\\x05\\\\x8f\\\\xa0z\\\\xcchA:k\\\\xfb\\\\xbalj\\\\x87S\\\\xe3\\\\x92\\\\x1cE\\\\x9a\\\\xbc\\\\x16\\\\x00\\\\x02\\\\xe0\\\\xaf\\\\xa7\\\\xbcw\\\\x81\\\\xaf\\\\xf7\\\\xf4\\\\xfa`\\\\x80\\\\xb9r\\\\x16\\\\x96\\\\xb1\\\\x18\\\\x15\\\\xde=\\\\xc5\\\\x12+\\\\xee\\\\xf3#\\\\xc0\\\\xc6\\\\x9aw\\\\xfb\\\\xba1\\\\x12*\\\\xd4\\\\xf2S\\\\x1a\\\\x86\\\\xcdN\\\\xc5\\\\xb0\\\\xa3\\\\xa5\\\\x8db\\\\xfbn\\\\x07\\\\xafFFP`\\\\x11\\\\xfbzM\\\\xc8\\\\xd1\\\\x9a\\\\xa9\\\\xb1\\\\x06\\\\x99\\\\xfe\\\\x15\\\\x81\\\\x83\\\\x96\\\\x19k.\\\\xdb\\\\xc8\\\\xfcE\\\\xb4RA130z\\\\xc7\\\\xbbm\\\\x8a\\\\xb9j@\\\\x87(\\\\xe57\\\\xd7\\\\x1a\\\\xd8\\\\xa8\\\\'\\\\xd2\\\\xc7@H:.\\\\x9a\\\\xe8Gn\\\\xaaJ\\\\x07\\\\x92x\"\\\\x95Z7-\\\\x88\\\\xe4\\\\x90\\\\\\\\z~\\\\xa1\\\\x89\\\\x99\\\\x88n\\\\xdfg\\\\xdf\\\\xd1\\\\xb3\\\\x15\\\\x07\\\\xa2\\\\x1ar\\\\x10\\\\x03\\\\xb0\\\\xa1\\\\x10\\\\x00\\\\x1b\\\\x8e\\\\x87\\\\xcaD\\\\xf6\\\\x8e\\\\x9f\\\\xa0\\\\xe6\\\\xb8\\\\xc0\\\\x05\\\\xac\\\\xdc\\\\xa4R\\\\xae\\\\xaa\\\\xe2?\\\\x97a\\\\x12\\\\x0e\\\\x9d\\\\xa0w\\\\xef\\\\xa6\\\\x9dN\\\\x93V@\\\\xcd\\\\xdf\\\\xd5D\\\\xb2\\\\xe5\\\\x90\\\\x086\\\\x11\\\\xf6F\\\\xde\\\\xe0x\\\\xf8\\\\x1f\\\\x1e\\\\x99\\\\x18\\\\xf7#\\\\x88\\\\x006!F\\\\xbb\\\\x91\\\\xac)DuV\\\\xd5\\\\xad\\\\x0c<\\\\xf5\\\\x1a\\\\xf6\\\\x13\\\\xd3#d\\\\xe2W3W\\\\xea\\\\x87\\\\xbeZ\\\\xb0\\\\t\\\\xee\\\\xccD\\\\x91\\\\x10\\\\x0c\\\\x00$\\\\xfd\\\\xdd\\\\xbc\\\\xfap\\\\xb6\\\\xd5e\\\\x1a\\\\xe8\\\\xcbM\\\\x99\\\\xaaJ{lT\\\\xcc\\\\x02D\\\\x82[N\\\\xc2<\\\\xfa(\\\\xda\\\\xe6\\\\xba\\\\x82,\\\\rx\\\\xaa\\\\x8e\\\\xf9\\\\x93%\\\\xc8\\\\xda!B\\\\x18\\\\xec|\\\\x8ctb\\\\xdf$#\\\\x1e\\\\x85E9\\\\xe2&\\\\xc6\\\\x087k\\\\xb7X\\\\x81\\\\xa1\\\\xf0\\\\xeezh\\\\xb0N\\\\x01\\\\xd3#J,\\\\xceZN\\\\xe6+c\\\\rJ\\\\x82L\\\\x02$v\\\\x81\\\\xd0\\\\x8bEA\\\\xb8\\\\x19\\\\xf3X.QM\\\\xa0~\\\\x15%\\\\xc8\\\\x9d\\\\t\\\\xd4DORm\\\\xba\\\\x90y,\\\\xeb\\\\xb7&\\\\xe6\\\\n\\\\x15\\\\xed\\\\x11\\\\xb6\\\\xbd\\\\x9b\\\\xa0\\\\xf8\\\\xf8\\\\x0f.\\\\xa2Q\\\\x8cG%3%\\\\xb8d\\\\xd7\\\\xc6|[\\\\x9f\\\\xcfUg\\\\xdb\\\\x87P\\\\x8fn\\\\xdbD\\\\xcc\\\\x910\\\\x14\\\\x19\\\\x83 \\\\xcf\\\\xd9\\\\xd2nN \\\\x19\\\\x00H\\\\xf0\\\\xe3\\\\xb9\\\\x04\\\\xe6\\\\xc1\\\\x8ai_\\\\x87\\\\xf1\\\\xb8\\\\x16\\\\xad\\\\\\\\\\\\xb7%m\\\\xc6\\\\x08\\\\xb6\\\\x9a\\\\xe5T\\\\x93\\\\xa8\\\\x93+ \\\\xf9\\\\x0e\\\\xb3\\\\xa7\\\\xbc\\\\x98\\\\x93i\\\\xc3\\\\x95J\\\\\\\\\\\\xaf0\\\\xc5\\\\x93^/)\\\\xc0q\\\\x98\\\\xf7Q\\\\xc6\\\\xe2\\\\xa63\\\\x1f\\\\xe5\\\\xad\\\\xde\\\\x93c\\\\x92O\\\\x9e\\\\xba\\\\x88\\\\x06>\\\\xb1\\\\xd1\\\\xd9\\\\xddiw\\\\x81s\\\\x9e=\\\\xdd\\\\x01\\\\xcd\\\\x90J\\\\xf84U\\\\x1f\\\\xca\\\\xb2\\\\xec\\\\xc6\\\\xc8\\\\xb6\\\\xe4\\\\x9a\\\\xea \\\\xee\\\\x8d\\\\x14\\\\x061\\\\xb5\\\\xbe\\\\x9fg\\\\x8fV\\\\xb6P\\\\xf7\\\\xb2\\\\xa9<2\\\\xa9z\\\\xce\\\\x9a\\\\xaa\\\\xbb\\\\'\\\\x91\\\\xf7]\\\\xc1m\\\\x9b\\\\xc1\\\\x1a@&5\\\\x12\\\\x04\\\\x01\\\\xe5\\\\xd7\\\\xa5\\\\xb3\\\\xb2\\\\xd2\\\\x015U\\\\xb5\\\\x12\\\\x18`\\\\x96\\\\xf2\\\\xf2\\\\xdd\\\\xb7\\\\x95\\\\x05I\\\\x93&5\\\\x1a\\\\xc9\\\\xef\\\\xe1\\\\xd6\\\\xb5\\\\xab@2u\\\\xbb|\\\\xd0\\\\x97\\\\xcb69\\\\x9b\\\\x00\\\\x00\\\\x11\"X\\\\x81\\\\xf7\\\\xc6\\\\xa7\\\\xcc\\\\xf5lZa\\\\x82\\\\xb5\\\\x1b@\\\\x0c8\\\\xfe\\\\x14o\\\\xce\\\\xd8\\\\xf2\\\\x80\\\\x80\\\\x85`\\\\x13\\\\xdc\\\\x81\\\\'R:x\\\\xb4\\\\x02\\\\xb5\\\\x0b`,k\\\\xb1\\\\xa6\\\\x13\\\\xf8A1\\\\x12a\\\\xb5\\\\x1a\\\\x19\\\\x1e\\\\x1ak\\\\xd1\\\\x903N\\\\xa0\\\\xc7\\\\xfbF\\\\xb19\\\\x1b\\\\xf1MV\\\\xa3\\\\x9a\\\\x8a0bS\\\\xd2J\\\\xf6 /\\\\x81\\\\x8d?\\\\xcb\\\\xaa\\\\xf7,F\\\\xe0 \\\\x87O\\\\xb4Z\\\\xaa\\\\xfa\\\\xf8\\\\xdf\\\\xce\\\\x0e\\\\r\\\\tu<\\\\x99A\\\\x91\\\\xe8\\\\xb3\\\\x15\\\\x1d\\\\xbd\\\\xe5\\\\x04B\\\\xb1\\\\x9d\\\\x0f\\\\xd4L\\\\xf5\\\\xe5w\\\\xbf\\\\r\\\\xa8\\\\xea\\\\x07I4,|Ob\\\\xbfn\\\\xf4dj0\\\\xf0OM\\\\xf2\\\\x9b\\\\xea\\\\xb7*\\\\xbb9|v\\\\xaa\\\\xbcabX\\\\x18\\\\xbe\\\\xf6\\\\xd0\\\\x95\\\\x1d\\\\xf5\\\\x00k\\\\xe5\\\\xf7\\\\xf5\\\\x98?\\\\xebq\\\\x8d\\\\xc9\\\\t\\\\\\\\\\\\x0c\\\\x03\\\\xb8\\\\xab\\\\xe6\\\\xdd\\\\xbc\\\\xd4\\\\xfb\\\\xc5\\\\x81\\\\x03\\\\xb9t\\\\x9f\\\\xfbm\\\\xfd o\\\\x9fr\\\\xf8\\\\xdf%\\\\xf9o\\\\'v\\\\x0f\\\\xc7\\\\xefu\\\\xc9\\\\xc1\\\\xc2m\\\\xacy\\\\x11]\\\\x8b\\\\xe9RcI\\\\x80c\\\\xc3\\\\xad-\\\\xb6\\\\xde\\\\xd6\\\\xdcK\\\\xdb\\\\x96\"\\\\xae\\\\xd5\\\\xecT\\\\xafn\\\\xbdL\\\\x02\\\\xfb\\\\x0b^\\\\x16\\\\x12c\\\\xe3b\\\\xe3\\\\'\\\\xf4\\\\xbc\\\\xdc0\\\\r\\\\\\\\vG\\\\xf2\\\\xaeT)\\\\xe9P$\\\\x92\\\\xa1@&\\\\x07\\\\xdf\\\\xe7J\\\\xf4\\\\x04e\\\\xaau\\\\x07\\\\xa3*q\\\\x88\\\\x9d\\\\x06!\\\\x0c\\\\xbb\\\\x8f\\\\xbfjb\\\\xdd\\\\x83_>\\\\xf8ym\\\\x89\\\\x93\\\\x95\\\\x8fo\\\\xb6\\\\xebn\\\\xa3{o]v\\\\x07+=\\\\xa0\\\\xf8v\\\\x19\\\\xf2\\\\xb5\\\\x19HFB\\\\xaeS*\\\\t \\\\xbbw%\\\\x11\\\\xcd\\\\xdd\\\\xc7\\\\x9c\\\\xbe\\\\x1f\\\\x89\\\\x18|f-\\\\xf9 V^.\\\\xb8\\\\x02=\\\\xb7M\\\\xec\\\\xcc\\\\xc43\\\\x00\\\\x0f\\\\x80\\\\xef\\\\xf5=z\\\\xe4DM\\\\xbb,\\\\x05\\\\x1b\\\\xe8q\\\\xfe\\\\x90\\\\x00d\\\\xc4\\\\xbb\\\\x94\\\\x91\\\\xf2\\\\x8f\\\\xe5[\\\\x98.\\\\xc9k\\\\xed\\\\xc6x\\\\x8a\\\\x85k[\\\\x15\\\\x82\\\\xe7jF\\\\xc1\\\\x0b\\\\xba\\\\t\\\\x93=\\\\xc0\\\\xeb#q7,\\\\t2\\\\x0c)P\\\\x8e\\\\x1e\\\\x92pn9\\\\xa4?\\\\x93\\\\xf3\\\\xd8\\\\xdc\\\\x9bY\\\\xcb\\\\xb6*qu[\\\\x8e@\\\\xc6\\\\xc6f\\\\x18\\\\xc9\\\\xed G\\\\xb4#\\\\xb12\\\\xed\\\\xeai\\\\x9dz\\\\xa3\\\\xba\\\\x98\\\\xbfq\\\\xc0\\\\xd2\\\\xc2\\\\xa0~\\\\xbd\\\\xb5\\\\xe6\\\\x8e-\\\\x08\\\\xb1+\\\\xe7/\\\\xeb?\\\\xca\\\\xf2\\\\xf3y\\\\xcc.8g=+N\\\\xfb\\\\xec\\\\x05\\\\xe0\\\\r\\\\xc0\\\\xedP \\\\x1dt3\\\\xf5\\\\xd3N\\\\xaf|`\\\\x9d\\\\xc3)\\\\x17\\\\x83`\\\\x0b\\\\xd2\\\\x8f\\\\x97\\\\x92\\\\xc9\\\\xdf\\\\x00\\\\x06\\\\x91W\\\\xc5\\\\x0c\\\\xf8\\\\xde_!^\\\\x00\\\\x9b\\\\x1b\"\\\\xcb\\\\x01\\\\xfc\\\\xbd%\\\\x84\\\\x15 B\\\\x8d\\\\xc6\\\\x04\\\\xb4Ly\\\\xf8i\\\\xd6\\\\x85\\\\x8d\\\\xdd\\\\xd8\\\\x93C,\\\\x83\\\\xe7\\\\xd8\\\\xeb\\\\x1eQ\\\\x8eA\\\\x96g\\\\x8e\\\\xccl\\\\xa3fW\\\\xfd5\\\\x1b\\\\x9c\\\\xbd\\\\xe5%\\\\x91XJ\\\\xb2\\\\xa9\\\\xd4\\\\xeb\\\\xde\\\\x07Af\\\\xf4\\\\xa3\".D\\\\xc4\\\\x0cO/\\\\x15ZV5a^3R8\\\\xfb\\\\xb8\\\\xae\\\\x1e\\\\x9a\\\\xbf1p,^YB,0Q%\\\\xb4\\\\x92%\\\\xb4\\\\x11\\\\xf7H\\\\xe9vw\\\\x91\\\\xd5RH\\\\x07\\\\x06\\\\xa2h\\\\x84b(\\\\x03\\\\xf3\\\\xcdM\\\\x1f.\\\\xe1\\\\xb3\\\\xb3\\\\x05\\\\xf7\\\\xd2*\\\\x08\\\\xa5\\\\xe8$\\\\x16 \\\\x08\\\\x8d\\\\xad\\\\xb4z\\\\xf4\\\\x8f\\\\xa7V?\\\\xce\\\\x8c\\\\xe6\\\\xf3\\\\x8bW\\\\xb5\\\\xb9\\\\x11\\\\xcb\\\\x8a\\\\xa8\\\\x88\\\\x040(\\\\x8f\\\\xf5?\\\\x8f\\\\x7f\\\\xf9\\\\xa6\\\\xaf\\\\xfcc\\\\xfc\\\\xfaw\\\\xbd\\\\xb3\\\\xff\\\\x00h\\\\xff\\\\x00\\\\xeeH\\\\xd69\\\\xf9\\\\x15\\\\xff\\\\xd5\\\\xaa\\\\xb2\\\\x1e\\\\xdby\\\\x8a\\\\x9d\\\\xa9U\\\\xc5\\\\xb4\"\\\\xb3\\\\xc9\\\\x00l\\\\x0cAY$@\\\\x12&#^\\\\xbc\\\\xb9\\\\x15_\\\\x15\\\\xbb?PYq\\\\xbc\\\\xb6.\\\\x07?\\\\x91J\\\\xaf\\\\xe6\\\\xeek](h.\\\\x0e\\\\xd9\\\\xf5\\\\x00\\\\xdd\\\\xf6\\\\x82u\\\\x1f\\\\xb3\\\\xa3\\\\xb1R\\\\xc4\"\\\\x80\\\\x10\\\\x96*>~#[a\\\\xb0\\\\xceC\\\\x92\\\\xce\\\\xd0\\\\'i\\\\x0c\\\\x14l\\\\xdb\\\\xaf\\\\xa4\\\\x99\\\\x03\\\\xb4\\\\xf5\\\\x1a\\\\x03\\\\xd0\"\\\\x93\\\\xd7\\\\xa1_\\\\xbe%\\\\xc0\\\\xe1r_\"\\\\xc6\\\\xc4\\\\xe63N=\\\\x17\\\\xab\\\\x0b,\\\\xb3Y\\\\x84\\\\x91\\\\xab\\\\xc1\\\\x9e\\\\xd3\\\\xbb\\\\xcf\\\\xec\\\\xea\\\\xc6\\\\xd2\\\\xccer\\\\xb9\\\\xa9\\\\xb4L\\\\x88sO4\\\\xc3\\\\xc6\\\\xf18\\\\xb5\\\\xf3\\\\x96\\\\x9c\\\\x82\\\\xb7a\\\\xe1\\\\xbb\\\\xa8\\\\x14m+`\\\\x1a\\\\xa1\\\\x8f\\\\t\\\\xef1\\\\xdb\\\\xa7B1\\\\x89$\\\\xe0\\\\x16\\\\x9d\\\\x8f\\\\xdf\\\\x98\\\\n\\\\xb5\\\\xfdQ\\\\xf9\\\\x8e;\\\\xe7\\\\x9c>6\\\\xb5\\\\xc7T\\\\xaf\\\\xd3Uh\\\\x1c\\\\x1d#q\\\\r\\\\xa1&z\\\\xf3\\\\x1f+\\\\xba\\\\xf7n\\\\xb0\\\\xa0\\\\xe8\\\\xb4\\\\xfd\\\\xea8\\\\xcb\\\\x87\\\\\\\\\\\\xe09\\\\xd7\\\\xa7\\\\x95\\\\xc1\\\\xca{YMw\\\\xd4KIU\\\\x80\\\\xda\\\\x98\\\\xf0\\\\x91\\\\xf4\\\\xea\\\\x8d\\\\x9d\\\\xb9\\\\x8c\\\\xc1!\\\\xaa\\\\xeam\\\\xdc&%\\\\xb8+\\\\xa6q\\\\xf92\\\\x97X\\\\xe9\\\\xb5\\\\xf1\\\\xee\\\\xac\\\\xa6\\\\xd1 =v\\\\x01\\\\x1bO\\\\x98$\\\\xc7^_\\\\xe5\\\\xa7!~l\\\\x03Ta\\\\x91[{:B\\\\'\\\\x17\\\\xe6\\\\xad/\\\\x8fs\\\\xd9\\\\xbc]\\\\x1c]\\\\xb5\\\\xdd\\\\xf9h\\\\xa8\\\\x01\\\\x96\\\\x90\\\\r\\\\xf5\\\\xb0\\\\x88$\\\\x02\\\\xc0\\\\x88\\\\xeeDO\\\\xd4u\\\\x96wW\\\\xf6\\\\xb3\\\\x86\\\\x9a8\\\\xafX\\\\x9c\\\\x07w\\\\xd5hF\\\\x11\\\\x98$\\\\xf6\\\\xf7\\\\xabo\\\\x07/\\\\x8b\\\\xc9\\\\xc5)\\\\x99\\\\x83\\\\x95\\\\x97\\\\xc4\\\\xd4\\\\xf6\\\\xe6\\\\x9c\\\\xfcA\\\\x17\\\\xbd\\\\x86\\\\xb1\\\\xb4\\\\x17\\\\x04\\\\xfaT\\\\xeb O\\\\x7f>\\\\xb6\\\\xb6\\\\x93\\\\x84\\\\xa1#8\\\\x13\\\\x10\\\\xe4\\\\x103l\\\\xfa\\\\x0c]\\\\x0f\\\\xeb&\\\\x049g\\\\x05Y?\\\\x14\\\\xe78\\\\xbe:\\\\xae+\\\\x94^LdY\\\\x8dNP\\\\x83KR\\\\x8fe\\\\xcb\\\\rZ\\\\xda\\\\xa5\\\\x19\\\\x9daA\\\\x04\\\\xeaN\\\\x9fMm\\\\x9e\\\\xeeF0\\\\x9cf\\\\xe1\\\\x88\\\\xc3\\\\xf6\\\\'\\\\x1a\\\\xf4\\\\xea\\\\x93;`\\\\x03\\\\x12\\\\x1a\\\\xbe\\\\x03\\\\xb10\\\\xf1\\\\xc7\\\\x96\\\\xe1\\\\xf1\\\\xb1\\\\xf19Ll\\\\xceG%\\\\x8a\\\\xe6Q\\\\x8djnTu;\\\\x9d\\\\x109\\\\xdb\\\\xb1A\\\\x16\\\\x13X\\\\xed\\\\xa9\\\\xd7\\\\xadx{\\\\xbbk`KQ \\\\xbb\\\\x1f\\\\xa7fn\\\\x14\\\\x16\\\\xbb*0\\\\x1d0Z\\\\xb9\\\\xdeMx\\\\xcc{\\\\x05\\\\xbf\\\\xcf\\\\xe23.7\\\\xe4\\\\xd2\\\\x8eJ\\\\x94\\\\x08K\\\\xdc\\\\x80\\\\x86.\\\\xe4\\\\xc0\\\\n\\\\xc0H\\\\xdcI\\\\xd3\\\\xa1\\\\xb9\\\\xb9\\\\x8c\\\\xad\\\\x99\\\\xb7\\\\xa4\\\\x97aT\\\\xd1ljc\\\\x88\\\\x0c\\\\xa8\\\\xef\\\\xd3\\\\xeek\\\\x8a\\\\xf9\\\\x7f\\\\xea\\\\x17.\\\\xd4g\\\\xff\\\\x00N\\\\xb8\\\\x1aN\\\\x165\\\\xbb\\\\xa5\\\\xd7Ub\\\\xcd\\\\xb6CO\\\\xe2\\\\xd2\\\\x08\\\\xd7\\\\xe9\\\\xd7\\\\x96\\\\x93o.Np,\\\\x0bP\\\\xe6?\\\\x85p\\\\x9fh\\\\x01!\\\\xdf\\\\xd5^\\\\xb9\\\\xe6\\\\xde\\\\x1f\\\\x91\\\\xca\\\\xaf\\\\x1eN>\\\\x05\\\\x9b\\\\x9b\\\\xda,\\\\xcb\\\\xe3\\\\x00\\\\xdb\\\\xe9\\\\x1e\\\\x96\\\\x04\\\\x01\\\\xd8\\\\xf5\\\\x8b\\\\xb9\\\\xd8\\\\xca\\\\xd5\\\\xc9\\\\x00]\\\\x8b\\\\xbd|\\\\x14\\\\xc6\\\\xe0\\\\x98\\\\x04\\\\xd1\\\\xd3\\\\xc6\\\\x173\\\\x91\\\\x9a\\\\xc9\\\\x9c\\\\xa7%1h\\\\xc7\\\\x19\\\\x197\\\\xe2\\\\x07.\\\\xa5I\\\\xb1U\\\\x96@\\\\xf6\\\\xc3\\\\x81\\\\xbbtF\\\\x90;\\\\xca\\\\xac\\\\x0b\\\\x97%-N\\\\x189\"\\\\xad\\\\xc9\\\\xfasQzz\\\\x18\\\\x0c\\\\xcf\\\\x1e*\\\\xd9\\\\xf8\\\\xa2\\\\xfc\\\\x93\\\\xe48U\\\\x1c\\\\x9e{\\\\x18\\\\xb70^\\\\xecZ\\\\x8c\\\\xd9mL\\\\x9e\\\\x9b\\\\x01\\\\x05YF\\\\xe4%\\\\x8f`\\\\x7f\\\\xbb\\\\xd4|n\\\\xde\\\\xf6\\\\xe21\\\\xb7\\\\xae\\\\xb2\\\\x04\\\\x81\\\\xff\\\\x00\\\\xea\\\\x1d>\\\\xea\\\\x95\\\\xc9\\\\x89\\\\x12z\\\\xf1Ea:d\\\\xe2\\\\xd7\\\\x89\\\\x8fN&\\\\x12\\\\\\\\\\\\xa7a\\\\xfcV\\\\xa3\\\\x10?\\\\x804\\\\xb82\\\\x04\\\\x931\\\\xf5\\\\xea\\\\xfd\\\\xd8\\\\x08\\\\xe9\\\\x10\\\\x8cAr\\\\xc0\\\\x8da\\\\xf3\\\\xa1\\\\xea\\\\x94hHD\\\\x06#~f\\\\xcb2\\\\x12\\\\xbbE\\\\x8a\\\\x95Z\\\\xe6\\\\xa6\\\\x0bi\\\\x1e\\\\xa2\\\\xccL\\\\x80T\\\\xe8\\\\xbak\\\\xe7\\\\xafZ\\\\x10\\\\x84D\\\\x8e\\\\xb0\\\\xfc\\\\xc9\\\\xa3\\\\x9c]\\\\xf9\\\\xbe\\\\t3\\\\x07\\\\x10\\\\xb59\\\\tn7\\\\xb1\\\\x8e}\\\\x8b\\\\x91\\\\x83;\\\\xc9]\\\\xa9\\\\x0c\\\\xa4\\\\x10~\\\\x9axuB\\\\xec\\\\xa3\\\\xae:bDd?\\\\xd4\\\\xe7\\\\x03\\\\x88<\\\\x04\\\\xdd$\\\\x02\\\\xf8\\\\xf4D*+n?\\\\xfd0K\\\\xafg\\\\x8fp\\\\x0fR\\\\xed\\\\x92T\\\\x8f\\\\r:\\\\xb1\\\\x00.Z\\\\x12\\\\xb2\\\\xd2\\\\x91.\\\\xf8\\\\x1a=\\\\x08\\\\xcb\\\\xee\\\\x88\\\\x16\\\\xf4\\\\x90\\\\xa7QEU_^NB~aY\\\\x004\\\\x82B\\\\xc9\\\\x06#\\\\xec\\\\xea\\\\xed\\\\xad\\\\xacM\\\\xc19z\\\\xb5\\\\x01G\\\\xa3\\\\xd6\\\\xbd\\\\xcaa8\\\\xda\"R\\\\x0e\\\\x02\\\\xe6\\\\xaf\\\\xd6\\\\xbf\\\\xd6\\\\x1c\\\\xbf\\\\xd3\\\\xe4\\\\xb7\\\\x8f\\\\xe1R\\\\xbeB\\\\xdc\\\\xea\\\\xec\\\\xab\"\\\\xab\\\\xce\\\\xea\\\\xebe\\\\xd0\\\\xc1C\\\\xba=z\\\\xfdDu\\\\x9dok+\\\\xfa\\\\xad\\\\xc6\\\\xe4\\\\xbd\\\\xb7\\\\xafh9\\\\x1eJ\\\\xa6\\\\xf7\\\\xe4\\\\x0e\\\\xdf\\\\xf5\\\\x1e\\\\xaf\\\\xa2\\\\xf9\\\\x91\\\\x95\\\\xc9e\\\\x97\\\\xca\\\\xce\\\\xc8z\\\\xc3X\\\\xcf`\\\\'\\\\xf1;1-#\\\\xce|\\\\xba\\\\xf4v\\\\xde\\\\x16\\\\xc4F\\\\x02\\\\x8b\\\\xc7]\\\\xbcnI\\\\xca\\\\x0b\\\\x14\\\\\\\\\\\\x8b\\\\x95\\\\x97\\\\xe8\\\\\\\\\\\\x90\\\\xc8A\\\\xacl\\\\xdd&N\\\\x82\\\\x08\\\\xd4h\\\\x06\\\\x9d2\\\\x16\\\\xa0\\\\xd5j\\\\xa4\\\\xfb\\\\x865\\\\x05\\\\t\\\\xc9\\\\xe3x\\\\xec\\\\x8c\\\\x91\\\\x8d\\\\xed\\\\xd5B\\\\xa3\\\\xb3\\\\xfb\\\\xcb\\\\xad\\\\x92t;\\\\xd8\\\\x01\\\\xac\\\\xf9i\\\\xd5\\\\x0b\\\\xdf\\\\x1b\\\\xb7\\\\xdc\\\\x12%\\\\x01\\\\xddO\\\\xa2\\\\xb9\\\\x0f\\\\x91\\\\xbb\\\\x06 \\\\x94\\\\xb9\\\\x9b\\\\xf1\\\\xab\\\\xd2\\\\xd5\\\\x1cF{YT\\\\x16\\\\xf6/bv\\\\x80KAu\\\\xd0A\\\\xf0\\\\xef\\\\xf5\\\\xeb\\\\x1bw\\\\xff\\\\x00Y\\\\x8e6\\\\xa4+\\\\x91\\\\xfc\\\\x81\\\\xf6Z\\\\xdb\\\\x7f\\\\x9e8\\\\\\\\\\\\x8a\\\\x0fc\\\\xf3\\\\xbcR\\\\x9bs0\\\\x9dQ\\\\xcc\\\\x1b\\\\xd3\\\\xd6\\\\x8b\\\\xb4\\\\x95\\\\x8d\\\\xcaLn\\\\x89\\\\x8e\\\\xbc\\\\xee\\\\xef\\\\xe1\\\\xeeYmq yx\\\\xe0\\\\xb6,|\\\\x85\\\\xab\\\\xbf\\\\xa9Dq\\\\xbeP\\\\xc7\\\\xdbz\\\\xed(\\\\xcb\\\\xea\\\\x13\\\\xac\\\\xc1\\\\x90u?_\\\\x0e\\\\xb1\\\\xe7\\\\xb0\\\\xe6\\\\x15\\\\xe8\\\\xde9&LO\\\\x91K\\\\xa9\\\\xf7\\\\x01k\\\\x0e\\\\xefp1\\\\x04\\\\xc9\\\\x90K\\\\x03\\\\xdb\\\\xcc\\\\x9e\\\\xa9\\\\\\\\\\\\xd9\\\\xd1\\\\x1f\\\\xba\\\\x99\\\\xf0\\\\xfeZ\\\\xeaj\\\\n\\\\xee\\\\xcfS\\\\x13]i\\\\xa2\\\\x96\\\\x1bI\\\\xdcu\\\\x1aG\\\\x87\\\\xdf\\\\xd5S\\\\xb5\\\\x94\\\\x08 \\\\xe1Q\\\\xd3\\\\xfbL\\\\x1a[\\\\xb5Y\\\\x9c?\\\\xea6~:\\\\xd3`\\\\x15_U{\\\\x98\\\\x8b\\\\xc6\\\\xe6\\\\xda\\\\xd0\\\\n\\\\x91\\\\xd8\\\\xc4\\\\x024\\\\xef\\\\xfb\\\\xac\\\\xc7\\\\xe4\\\\xef\\\\xc3\\\\xd3&#\\\\xb3$\\\\xb3d7o$\\\\xf7\\\\xc6\\\\xfe\\\\xa1~b\\\\xd4L\\\\xa4L\\\\x83eZ*\\\\x86k\\\\x06\\\\xd6\\\\x05`\\\\xb3O\\\\x9c\\\\xed\\\\x9d{uj\\\\xcf\\\\xca\\\\x8e\\\\xfeLx\\\\xf0I\\\\x95\\\\xac8t\\\\xff\\\\x00\\\\x85\\\\xf3\\\\xcck\\\\x15\\\\x91\\\\x94\\\\xd7m.\\\\xde\\\\xddGsA\\\\x88\\\\x85]4\\\\x1eQ\\\\xafW-o\\\\xe1s\\\\xd29\\\\xfd1Q;LS\\\\x96\\\\x17\\\\xca0\\\\xaceKoG\\\\xb9\\\\x19\\\\xc5d\\\\x98\"\\\\xc6\\\\x9d\\\\xb2 \\\\xc1\\\\x13$y\\\\xf4\\\\xc3(\\\\x1a=rK\\\\x10\\\\x90(\\\\xba|\\\\x81\\\\xb3\\\\x02\\\\xbf\\\\xbbU\\\\xea\\\\xc4!\\\\xb0\\\\x855,\\\\x03\\\\xaaj@\\\\x1ayw\\\\xd4\\\\xfdR-BR\\\\x14\\\\xa8\\\\xc5\\\\x1e\\\\xb23`\\\\x8aQ\\\\xce\\\\xda\\\\x99*\\\\xf8h\\\\xd4\\\\xa5\\\\xa6\\\\x05\\\\xd7\\\\xdb\\\\xef1\\\\xd8\\\\x00\\\\x82\\\\xe3W\\\\x13\\\\xa8\\\\x8e\\\\xd2zm\\\\xc8@\\\\x93(\\\\xd0y\\\\xa9\\\\x8c\\\\xe41\\\\xaacO\\\\x93\\\\xe5\\\\n\\\\xca\\\\xaej\\\\\\\\\\\\xea\\\\xaeZ\\\\xda\\\\x90!\\\\x1e\\\\x92\\\\xcce\\\\xca\\\\xccx\\\\t\\\\x04\\\\xf9\\\\xf5^V\\\\xc98\\\\xd3\\\\x14\\\\xd8\\\\xdd\\\\x000=\\\\xe9?\\\\xe4<\\\\xef\\\\x1dZ_\\\\x98ij(@\\\\xe2\\\\xe6\"[c\\\\r\\\\x08b\\\\xbe\\\\x11\\\\xaf\\\\xd7\\\\xa8\\\\x96\\\\xdc\\\\x16qL\\\\x94N@\\\\xaeh\\\\xe79\\\\xda3\\\\x1d\\\\xf2\\\\xe9\\\\xc9\\\\xa7\\\\xda\\\\xc6\\\\xdc\\\\xdb^\\\\xff\\\\x00[4\\\\x80v$nX\\\\x13\\\\xa0\\\\xeet\\\\xebW\\\\xe3\\\\xec\\\\xc2$\\\\xdd\\\\x04S\\\\xadOr\\\\xc9\\\\xdeL\\\\xcf\\\\xd3\\\\x92\\\\x93\\\\xc6\\\\xe1\\\\x9eG\\\\x84\\\\xcf\\\\xe7\\\\xf8\\\\xdb+~\\\\'\\\\x8e\\\\xcd\\\\xaf\\\\x14\\\\xad\\\\x99\\\\x15\\\\x8c\\\\xb1e\\\\xa2X\\\\xfb.\\\\xdb\\\\xca\\\\x805>\\\\x7f\\\\xbb\\\\xd9\\\\xec\\\\xe2\\\\xf6M\\\\xe0C\\\\x02\\\\xc3\\\\x9a\\\\xc7\\\\xbbo\\\\x9f\\\\x82\\\\xce\\\\xb66\\\\xd9j^\\\\x1cX\\\\x88\\\\xe5\\\\xb2\\\\x04\\\\x92#\\\\xb8S0C\\\\x0e\\\\xe6:w\\\\xbf\\\\xee\\\\x12\\\\x0eJ\\\\xb0\\\\r\\\\x155r\\\\xaa[6\\\\xd7J\\\\x82\\\\xc9\\\\xeen\\\\xac\\\\x9f\\\\x04\\\\x02%\\\\x87\\\\x8cOn\\\\xfdX;\\\\x8c\\\\xc0t\"\\\\'\\\\x07(V\\\\x7f\\\\xc5\\\\xf8\\\\x0f\\\\x96\\\\xd1F\\\\x1f9\\\\xc2\\\\xe1\\\\xf2\\\\xc9c\\\\xa9Z3(B\\\\x8aA2Aa\\\\x1a\\\\xc92\\\\x08\\\\xf2\\\\xe9\\\\xb6\\\\xef\\\\xeb\\\\xfd\\\\x83\\\\x84\\\\xf8]\\\\x98\\\\x95\\\\rUU\\\\xcd\\\\x7f\\\\xb5\\\\xff\\\\x00\\\\xd1\\\\x8eo\\\\x1b\\\\x97J~1n\\\\x07-\\\\x9c6a\\\\xf2x9\\\\x1b*\\\\xc7yRlZ\\\\x8c\\\\x03\\\\xabF\\\\xdf\\\\t\\\\xed\\\\xd5\\\\xfb7\\\\xe2\\\\x01\\\\x01\\\\xdf\\\\xb4\\\\xd3\\\\xb0`\\\\xae\\\\xc3\\\\xe4\\\\xae[!\\\\xcb\\\\xae\\\\x87\\\\xfd\\\\x18\\\\xe2\\\\xb8\\\\x8f\\\\xd0O\\\\x88\\\\x8f\\\\x8fp\\\\x1cz\\\\xe5;\\\\xa5\\\\x8b\\\\x9b\\\\x9b}@6@v\\\\x9fr\\\\xc2\\\\xa3\\\\xd5\\\\xd8@\\\\xdd\\\\x1e_[\\\\xd2\\\\xdd\\\\x8d\\\\x00-\\\\xfd\\\\x9f\\\\xfd\\\\x826\\\\xe3\\\\xea\\\\x8dT\\\\xbc\\\\xbf\\\\xd5>\\\\x13\\\\n\\\\xef\\\\xccg_\\\\x9f\\\\x7f=vP\\\\xa7 \\\\xd8\\\\xa0c\\\\xd5\\\\x8e\\\\xe7M\\\\x8b\\\\'q\\\\xf2\\\\x9d ~\\\\xcf9\\\\xf2\\\\xbf!\\\\xb70\\\\xc4\\\\x89\\\\xbb#\\\\x9f\\\\xc8\\\\r\\\\xcc\\\\x81d\\\\x17\\\\x9f\\\\xf9\\\\x9f\\\\x13\\\\x91|>w\\\\xbd\\\\x8d\\\\x94\\\\xb1Md\\\\x92\\\\xcfeJw\\\\tR4\\\\x1d\\\\x8f\\\\x99\\\\xeb\\\\xcf{\\\\xd0\\\\x12\\\\xac\\\\xbb\\\\x94\\\\\\\\\\\\x9b\\\\xd1\\\\x972\\\\xfc\\\\xa3\\\\xe4\\\\xc37;=G\\\\x19[\\\\xe3\\\\xe4\"TYQ\\\\xaddE\\\\x10Y\\\\xa7q\\\\xd7I\\\\xd7\\\\xab\\\\x91\\\\xb8$\\\\x0cL\\\\x01\\\\xd5\\\\x9fr\\\\xcf\\\\x9cep\\\\xfarU{\\\\xfcE\\\\xb3K_\\\\x916\\\\x86f4\\\\xd6\\\\xacBm\\\\x04\\\\x9d\\\\xb2\\\\xc0m2~\\\\xcf>\\\\x95k\\\\xe2`A\\\\x96=\\\\x07\\\\x14T\\\\xee\\\\\\\\\"\\\\x9c:X\\\\xca\\\\xe1\\\\xd2\\\\x9bQ1hP\\\\xd5wW1\\\\xff\\\\x000{q>2{O\\\\xdb\\\\xdb^\\\\x9b\\\\xfe$54@\\\\r\\\\xcd*S\\\\x91\\\\x15\\\\xfa\\\\xa4\\\\x8ew\\\\x19W.\\\\xeb=\\\\xb6us\\\\xb7\\\\xc44\\\\x84\\\\x8e\\\\xf1\\\\xdc}:\\\\xa9\\\\xb8\\\\x87\\\\xad\\\\xc1w\\\\xf2D9\\\\x10\\\\xc5%\\\\xe4\\\\xd5\\\\x0c\\\\xeaC\\\\x00u\\\\xde@3\\\\xf6\\\\x9f\\\\xf1=\\\\x04$\\\\x9b\\\\x18\\\\x82\\\\xc5\\\\x92\\\\xfeS\"lY;I%@0`~\\\\x1d\\\\'@|\\\\xfa\\\\xb9l\\\\x12\\\\x9b\\\\xa0\\\\xcb\\\\x1c\\\\x10\\\\x1bn\\\\xb3}\\\\x8e\\\\x12UU\\\\x9d\\\\x88\\\\x1a.\\\\xbe#@t\\\\xf1\\\\xea\\\\xfc-\\\\x02\\\\x00z\\\\x92\\\\xc97\\\\x01\\\\x8eX%>G\\\\xe4\\\\\\\\N*\\\\xadwd\\\\x9b\\\\xadb\\\\xcc\\\\xaa\\\\xba\\\\xb0\\\\x00\\\\xf7&\\\\x04\\\\x9e\\\\xb6\\\\xb6\\\\xff\\\\x00\\\\x1bx\\\\x97a\\\\x11\\\\xc6\\\\\\\\}\\\\xd3-l\\\\xee]\\\\x07H~\\\\xa5\\\\x03\\\\xbb\\\\xe7\\\\x0e\\\\x87w\\\\x1dU\\\\x81\\\\x03(\\\\x00\\\\x99\\\\x90\\\\xa0z\\\\xb6\\\\x8d=DOWa\\\\xf0\\\\xd6\\\\xc8\\\\xff\\\\x00\\\\x92\\\\xa7\\\\xa0W\\\\xad|U\\\\xc1\\\\xfbI\\\\xa9\\\\x92r\\\\xf8\\\\xdf\\\\xea&\\\\x1emu\\\\xd3\\\\x9fw\\\\xe5\\\\xb2\\\\x0bF\\\\xfd\\\\xb0\\\\x9av:\\\\x8e\\\\xfaxu\\\\x8f\\\\xbf\\\\xff\\\\x00\\\\xafH\\\\x1dV}C\\\\x96j/m\\\\xaeY5\\\\x0e9\\\\x8c\\\\xbbB\\\\xb3\\\\xb1\\\\xf9U\\\\xc8\\\\xa9l[\\\\xc5\\\\xaa\\\\xe0\\\\x84!\\\\x86\\\\xd3\\\\xe5\\\\x1a\\\\xf5\\\\xe6.m\\\\x8c$\\\\xc41\\\\x0b\\\\xa1=GR\\\\xdc3\\\\xec\\\\x81\\\\xe0\\\\xeaA\\\\x81\\\\x04D\\\\x9e\\\\xfa\\\\x8d`\\\\xe8z\\\\x0fd&\\\\x07\\\\xa1\\\\xc1D|\\\\xeda[j1%\\\\xa7S\\\\xaf\\\\x97\\\\xde#\\\\xa6\\\\x0bJ\\\\',\\\\xb3\\\\x08{\\\\xf2\\\\x04+\\\\x12@\\\\x1b\\\\x81eQ\\\\xea\\\\x9d\\\\x01\\\\xd0\\\\x92GN\\\\x16W\\\\x03\\\\xa7\\\\x00\\\\xb47 \\\\xc7\\\\xdcei&!gS\\\\x12F\\\\xbb\\\\xa7I\\\\xe8\\\\xc5\\\\x94\\\\x07\\\\x12\\\\xa1>W\\\\xa9A,\\\\xfa\\\\x92\\\\x19\\\\xbc5\\\\xf0\\\\xed1\\\\xf5\\\\xe9\\\\xc2\\\\xd5\\\\x1du\\\\x03\\\\xbb\\\\xba\\\\x8fe\\\\xe4n\\\\x0c4RX?h\\\\x1d\\\\xbc\"\\\\x01\\\\x8dz8\\\\xdb|\\\\x10NM\\\\x92\\\\x8c\\\\xf9\\\\x05\\\\x85l\\\\x80\\\\xb0\\\\xef\\\\x02L\\\\xa9\\\\xd2\\\\x04x\\\\xf6\\\\xef\\\\xe1\\\\xd3\\\\xe3a\\\\x9cK\\\\x83\\\\xf8\\\\xec@fN\\\\x19d\\\\xbd[m\\\\x11\\\\x1b\\\\xce\\\\xd3\\\\xac\\\\xc8\\\\x00\\\\x8f#\\\\xfb:\\\\xe9B9\\\\xb0D$Ky\\\\xf2Rh\\\\xc5\\\\xc8\\\\xbd\\\\xb6QY1\\\\xaf\\\\xa8\\\\x05\\\\xd3B\\\\x0c\\\\xc8\\\\x80?oJ\\\\x9d\\\\xd8F\\\\xb2\\\\xf2\\\\xe3\\\\xf8R\\\\xc3,\\\\xd1\\\\xea\\\\xb8\\\\'B?7pWRH\\\\xadt\\\\x89\\\\x1e\\\\x07O\\\\xb7N\\\\xa9Kw\\\\x94BtH\\\\x95Y\\\\x1d\\\\xc6\\\\xe30\\\\x93h\\\\x14V\\\\xef\\\\n\\\\x03\\\\xb9,I:w>=\\\\xff\\\\x00wH\\\\xf7%,Ov\\\\x08\\\\x88\\\\x00a\\\\x8ak\\\\xe3\\\\x8d\\\\x14\\\\xda\\\\xc1\\\\xd6\\\\xaa\\\\xab\\\\xadt\\\\x040\\\\x96\\\\xd4j\\\\x08\\\\x80|A:OA+\\\\xb1\\\\xb7\"X?a<\\\\x14\\\\xb3-!\\\\xb8\\\\xfe\\\\x96\\\\x19\\\\xbf(L kW\\\\x1d\\\\xce\\\\xda\\\\xc0\\\\x86\\\\x02cC&O\\\\x99\\\\xe9\\\\x06\\\\x17/\\\\xf4\\\\n\\\\x9c\\\\xae\\\\x11\\\\x82\\\\xaf\\\\xb9?\\\\x91\\\\r\\\\xe0\\\\x97\\\\x1b\\\\xd1d.\\\\x9d\\\\xf7z\\\\x80\\\\x93\\\\xdb\\\\xee\\\\xea\\\\xfe\\\\xdb`M\\\\x00Ug6\\\\xecJ6\\\\xfc\\\\x99\\\\xc5\\\\x80\\\\x86.5\\\\x96&\\\\x18\\\\x81\\\\xaf\\\\xd4\\\\x1d\\\\x1d\\\\xfc\\\\xc6\\\\x9d\\\\x1e\\\\xdf\\\\xe3ebby+\\\\x12\\\\xba\\\\xf1b\\\\x15y\\\\x9b\\\\x94\\\\xca\\\\xd6V\\\\xc1e\\\\x7f\\\\x11\\\\x04\\\\xc1\\\\x91\\\\xdc\\\\x7f\\\\xc7\\\\xafIf\\\\xd3\\\\x80Bm\\\\x9bC\\\\x10\\\\x83\\\\x1c\\\\xf7\\\\xb3|\\\\xb1}\\\\xdd\\\\x8f\\\\xd2t\\\\x06{v\\\\xea\\\\xe0\\\\xb0\\\\x02\\\\xb9\\\\xfe;2\\\\xd7e\\\\xbe\\\\xe9\\\\x13\\\\x1elH\\\\xeet\\\\xee?\\\\xb7\\\\xdd\\\\xd1\\\\xc6\\\\x0c\\\\x8e0\\\\xd2\\\\xb5!\\\\'\\\\xbf\\\\xe1\\\\x00\\\\xef$\\\\x95mb\\\\x07\\\\xf6\\\\x1d0\\\\xa6\\\\x96\\\\x0b%\\\\xf52\\\\x86\\\\x07i \\\\x84\\\\x1e?O\\\\xdb\\\\xd4\\\\x15\\\\x18)\\\\xb6\\\\xbb\\\\xb5\\\\x90T\\\\x90L\\\\xaa\\\\x96\\\\x98\\\\x1eBt\\\\xd2{w\\\\xe9q\\\\xc1\\\\xd4[\\\\x9a\\\\x95\\\\x89\\\\x91r\\\\x90\\\\x10\\\\x8a\\\\x99\\\\xc0}\\\\xc2u\\\\xf0\\\\xd7\\\\xb6\\\\x9e~}\\\\x0c\\\\xc08\\\\xd5;\\\\xdcdo\\\\x03:\\\\xf6\\\\xb1\\\\x01\\\\xb0\\\\x92\\\\xfa\\\\x95\\\\x07\\\\xb9?R{hz\\\\xabz\\\\xc44\\\\xe0\\\\x8c\\\\xc8\\\\xae\\\\xda\\\\xff\\\\x00n\\\\x9f\\\\xeec+\\\\xf4\\\\x9a\\\\xfc_\\\\x8d\\\\xfc\\\\x8f\\\\x1d\\\\xf9?\\\\x83\\\\xe5\\\\xe4\\\\xa5\\\\xd6\\\\xba\\\\x92r\\\\xf8\\\\xcb\\\\x08\\\\x83f9?\\\\xc2\\\\x0e\\\\xac\\\\xbe=y\\\\xdb\\\\xbbs\\\\x02H\\\\xc1\\\\xf8#\\\\xf0\\\\x82p2\\\\xfdi/\\\\xaa\\\\xfbw\\\\xf0^\\\\\\\\s\\\\xbcn?\\\\'\\\\xc7\\\\xf3\\\\x95s\\\\x9cnn\\\\x18\\\\xca\\\\xc4\\\\xe5k*\\\\xef`u>\\\\xd3\\\\xa3\\\\xe8H\\\\x00k\\\\xda4\\\\xf1\\\\xea\\\\x96\\\\xe0JB\\\\xa5\\\\xe2sCoPp(\\\\x98/\\\\xe4_z\\\\xe7\\\\xfek%\\\\xae\\\\xc8K\\\\x13\\\\x95dBj\\\\xbd\\\\x83l\\\\xafh^\\\\xc3i+:\\\\xcf\\\\xd7\\\\xac\\\\xab\\\\xf7\\\\xf4\\\\xe6\\\\xfc\\\\xfa\\\\xf1\\\\x82\\\\xefl\\\\xe2UY\\\\xcaP\\\\xfcE\\\\'+\\\\x17;\\\\x0f\\\\x8c\\\\xb8r\\\\x0b\\\\x95_\\\\xb6\\\\x95\\\\xe4\\\\xaa\\\\x00\\\\xe1E\\\\n\\\\n\\\\x96b\\\\xda*\\\\xee\\\\x02O\\\\xd9\\\\xd0BD\\\\xfaKB\\\\xa0\\\\xe0\\\\xfd\\\\xc3\\\\xf9\\\\xc5.`D\\\\xbdO\\\\xe7\\\\x9a\\\\xac>]\\\\xf2L\\\\x84\\\\xbe\\\\xd5\\\\xf7n\\\\xa72\\\\xc1mW\\\\xe5X\\\\x12\\\\x1c\\\\xdc\\\\xeaX\\\\xd8\\\\x9b\\\\xb6\\\\xac.\\\\x91\\\\x1au\\\\x91\\\\xba\"\\\\xdd\\\\xcd0\\\\xa1\\\\xc1\\\\xf9\\\\xbf5\\\\xc6Z\\\\xc5p+\\\\x9d\\\\xfe}\\\\xf2\\\\xdb\\\\xe9\\\\xc3\\\\xbf\\\\x19\\\\x8e\\\\xd5\\\\xc6\\\\x1e\\\\xdeFA!]\\\\x82\\\\x93\\\\xb4N\\\\x83\\\\xc3\\\\xc3N\\\\xb2\\\\xb7\\\\xd2\\\\xb8\\\\xe2\\\\x10\\\\xc323\\\\xe3\\\\x9a;`\\\\x00\\\\xe7\\\\xb8/\\\\x9f\\\\x99<\\\\x87\\\\xfe\\\\xa2\\\\xf9\\\\x16~ne\\\\xea\\\\x87)\\\\x9b\\\\xf2\\\\xf9\\\\x16\\\\x82\\\\xca6\\\\xce\\\\xddL\\\\x99;@\\\\x1dz\\\\xdd\\\\xad\\\\x81\\\\x0bq\\\\x8c\\\\xa4\\\\xd4\\\\xa95\\\\xaf\\\\x14^{{t\\\\xd4\\\\x85h\\\\xfc\\\\x03\\\\x052\\\\x9b e_\\\\xb9+R\\\\x98\\\\xedc\\\\x15OWia\\\\xdc\\\\t\\\\'\\\\xfb\\\\xba\\\\xa1\\\\r3\\\\xba\\\\x01\\\\xc5\\\\xb0\\\\xaa\\\\xadjG\\\\xb8\\\\xe6\\\\x89|\\\\xbb>\\\\x9c\\\\x0b\\\\xac\\\\xc0(\\\\xf9l\\\\x88K1id,I\\\\x10X\\\\xcc\\\\x02d\\\\x13\\\\xff\\\\x00\\\\x1e\\\\xbb~5^\\\\xd1\\\\x13H\\\\xb0$\\\\xe2N,\\\\xa2\\\\xe4\\\\xc8\\\\x81\\\\xa2\\\\xafM\\\\xb7~N\\\\xe6\\\\x022]\\\\x95\\\\xa8\\\\xb6\\\\x7f\\\\x08\\\\x98e]\"I=(\\\\x01\\\\x19\\\\x01\\\\xc6\\\\n\\\\xa0\\\\x911\\\\xa8\\\\xa6H\\\\x17\\\\xe6nP)\\\\x151\\\\xb1\\\\x1clmH1\\\\xdc\\\\xc7\\\\xfa@\\\\xee<\\\\xba\\\\xb1\\\\xed\\\\x83W\\\\xa2A\\\\x91\\\\x00\\\\x0c\\\\xf8\\\\xfb\"\\\\x7f\\\\x9c\\\\x7f\\\\xf47\\\\xee\\\\xff\\\\x00>\\\\x91\\\\xed\\\\x84\\\\xcf\\\\xf2\\\\x0fE\\\\xff\\\\xd6\\\\xaa\\\\xb31/\\\\xb6\\\\xc3b\\\\xd7\\\\xee9,\\\\xa3iY\\\\xb4@\\\\xdb\\\\xe9\\\\x93\\\\n\\\\x06\\\\xa0\\\\x13\\\\xff\\\\x00\\\\x1f7\\\\xa6T_\\\\x16\\\\xb9d\\\\x97+\\\\xdc\\\\xbap\\\\xa9\\\\xb3\\\\x1f5hz\\\\xb3\\\\x1dW\\\\xf3t\\\\xa9\\\\n\\\\x8d\\\\xea\\\\xd7\\\\xd5\\\\xb6e\\\\x81\\\\x83\\\\xae\\\\xbdI`\\\\\\\\(1\\\\x14e\\\\xab\\\\x8b\\\\\\\\\\\\x8c\\\\xcaMn\\\\xf3]\\\\x89\\\\xbf\\\\x0f\\\\x1a\\\\xb9\\\\x05X\\\\xc8\\\\x00\\\\xed\\\\x83\\\\xdaf;\\\\xf8\\\\xe9\\\\xd7Z\\\\xae(\\\\xad\\\\xcbU\\\\x13\\\\x1a\\\\xe0\\\\x0e?>\\\\x91\\\\x98\\\\xd6c\\\\xe2\\\\xb3!\\\\xde\\\\xbf\\\\x8e\\\\x1c\\\\x10\\\\x17pm\\\\xe4\\\\x19\\\\x99\\\\x99\\\\xea\\\\xecb#*\\\\xe0\\\\x88D\\\\x89\\\\x07Fyw\\\\xe3\\\\x93\\\\x8f\\\\xe4s\\\\xf00\\\\xd3\\\\x145\\\\x07\\\\x1d\\\\x1dL{\\\\xae\\\\x90\\\\xa6Ox\\\\x1a\\\\x19\\\\xd0\\\\xe9\\\\xafSt\\\\xc5\\\\x88\\\\x18- \\\\xd1\\\\x83\\\\xae=\\\\xe6\\\\x93+333 \\\\xbe\\\\xe6\\\\xac1\\\\xb2\\\\xca\\\\x83\\\\xb6\\\\xdb\\\\x14\\\\xf6\\\\x98?\\\\x88\\\\x10\\\\x04\\\\x83\\\\xae\\\\x9dbZ\\\\xb0%##\\\\x97\\\\x1c\\\\x92\\\\r\\\\xfc\\\\x15k\\\\xc8\\\\xe1\\\\x93\\\\xee\\\\xdbRm\\\\x15\\\\x106H\\\\x0c \\\\x13\\\\xae\\\\xd2@\\\\x93\\\\xfc?\\\\xb3\\\\xa5\\\\xdd\\\\xb5\\\\x12L\\\\x83\\\\xd2\\\\x8c\\\\xafm\\\\xa5*\\\\x0c\\\\x97B|;;\\\\xf3\\\\x9f\\\\x14\\\\xe13\\\\x16\\\\xdfq\\\\xb1Bb\\\\xe5\\\\x86 ~\\\\x16>\\\\x96a\\\\xa8Q\\\\xa8\\\\xed\\\\xfbz\\\\xf3\\\\x1f/\\\\x01\\\\xaa2\\\\x88\\\\xa5\\\\x01|\\\\xff\\\\x00\\\\x01o\\\\xedM\\\\x0cN8\\\\xa7\\\\xdcC}\\\\x95*\\\\x8a\\\\xfd\\\\xaaY\\\\x9a?\\\\x99\\\\xe8M\\\\xcc\\\\x03\\\\x9d\\\\x86W\\\\x93\\\\xc6_\\\\xca\\\\x9c\\\\xcb\\\\xc8[\\\\x15\\\\x9d,c\\\\xae\\\\xf0\\\\n\\\\x99%\\\\x83H\\\\x8d\\\\x0f\\\\x97n\\\\xaa\\\\xee\\\\x8d\\\\xdd\\\\xbc\\\\x8c5\\\\x11\\\\xcd\\\\x8e?\\\\x90\\\\xcc\\\\xac\\\\xd81\\\\xb9\\\\xeael\\\\xf0\\\\xb6`\\\\xdakF\\\\xc8|\\\\xbc\\\\x95e\\\\xb6\\\\xac\\\\x1bHZZ\\\\xad\\\\xd2A\\\\xdb\\\\x06D\\\\x03\\\\xfd\\\\xfd\\\\xfa\\\\xbf\\\\xb3\\\\xbd\\\\x00\\\\x1fQ8\\\\x1d$\\\\xd0\\\\xc5\\\\xdb%\\\\xd3\\\\xb6\\\\xec\\\\xe1\\\\xba\\\\xf5V\\\\xd6\\\\x07\\\\xcd9\\\\x02\\\\xd8x>\\\\xe2.&\\\\x16[d\\\\x96\\\\xb1\\\\x9a\\\\x9bZ\\\\x9b\\\\xc0?\\\\x94.O\\\\xb6+\\\\x04\\\\x7f\\\\x04i=z\\\\xcd\\\\x96\\\\xf6[\\\\x88\\\\x88F@\\\\xc6$\\\\x96%\\\\x8dp\\\\x8b\\\\xbb\\\\x00:*\\\\xd3\\\\x81\\\\xb7\\\\x88bxt\\\\xa9\\\\xfa\\\\xa9\\\\xce\\\\xe0q\\\\xbf\\\\x17\\\\xb4\\\\xdb\\\\x95W\\\\x1d\\\\x99m\\\\xab\\\\x90\\\\x98xv\\\\x07\\\\xaf\\\\xd9rU*\\\\x16\\\\x1d\\\\xce\\\\xad^\\\\xbd\\\\xc4\\\\x10\\\\x7fm\\\\xad\\\\xde\\\\xde#n\\\\xf0\\\\x1ae\\\\x1a\\\\xe9\\\\x85A~\\\\xb5\\\\xaav\\\\xdd\\\\xe5*\\\\xd7\\\\'+\\\\xe7V\\\\x0f\\\\xea\\\\x16o\\\\x11\\\\xf3\\\\\\\\~w\\\\x0b2\\\\xc5\\\\xc8\\\\xe2\\\\xef\\\\xdfAW(,\\\\xda}J\\\\xd1\\\\x10\\\\x1bQ\\\\xd6E\\\\x9d\\\\xb4\\\\xa1\\\\x016\\\\xf5\\\\x12\\\\xe5Y\\\\xdc\\\\xcfO\\\\xa4/\\\\xab\\\\xdf\\\\xa4\\\\xbf\\\\xa8\\\\xfc7\\\\xce\\\\xfe7O/v=\\\\xaa\\\\x9c\\\\xad\\\\xe9Vf\\\\xdb\\\\x95V\\\\xab\\\\xa8S\\\\xbcX\\\\x06\\\\xa7p:\\\\x7f\\\\xdd\\\\xf0\\\\'\\\\xb0\\\\x8b\\\\xf1\\\\x8c\\\\x8cf\\\\x0bK:\\\\x06=[\\\\x86T\\\\xe3l\\\\xcc\\\\x02(\\\\xdej\\\\xf7\\\\xe3\\\\xb8N\\\\x033\\\\x9a\\\\xe51~=\\\\xc8b\\\\xd3F]\\\\x15\\\\xd2\\\\xd4\\\\xd6,Oq\\\\x11\\\\x0f\\\\xbf\\\\xed\\\\xd9h\\\\x01d\\\\x9dF\\\\xcfTt\\\\xabZa)\\\\xc6\\\\xd4\\\\x83\\\\x9a\\\\x7f\\\\xf4\\\\xb5qEz\\\\x1a\\\\xc0\\\\xe9\\\\xf5V\\\\xf7\\\\xc6x|>(\\\\xe0\\\\xd7\\\\x8b\\\\x94\\\\xd9\\\\x16qkmB\\\\xe3Eu \\\\xa6\\\\xc40\\\\xaa\\\\xc1C\\\\x18\\\\x9e\\\\xc5\\\\x9b\\\\xcb\\\\xcb\\\\xad\\\\x8d\\\\x9ccjv\\\\xc4M`\\\\rh\\\\x03\\\\x1c\\\\xb0\\\\xfa\\\\xa4J,\\\\x0fT\\\\xde\\\\x99\\\\x08/\\\\x0e\\\\x83x\\\\xac2\\\\x8a\\\\x99\\\\x07\\\\xe21\\\\xea\\\\x1e3\\\\xd5\\\\xeb[\\\\xb8JO\\\\x10\\\\xe2/B3\\\\xe6:\\\\xe4\\\\x82Q\\\\xd2z\\\\x94\\\\x19\\\\xaa\\\\xb2\\\\xeeP~^\\\\xd2\\\\xabO\\\\xab\\\\'\\\\x1d\\\\xcb\\\\x16`\\\\xe1\\\\xbb\\\\xcb\\\\x11\\\\xb4xv\\\\x83\\\\xf7\\\\xf5JbW/\\\\x88\\\\xc0\\\\x93\\\\xa7\\\\x10z\\\\xbf7\\\\xa0B\\\\x081.1(\\\\xc65\\\\xb7\\\\xd9bZ\\\\x9b\\\\xcb\\\\xd7)^\\\\xe0\\\\x08m\\\\xa7\\\\xb8\"4\\\\x10GW\\\\xf6\\\\xbb\\\\x9b\\\\x97g\\\\x19\\\\x8cp\\\\x0e\\\\xcdNXQA\\\\x86\\\\x8e\\\\xe5\\\\x03\\\\'\\\\x93\\\\xc7\\\\xc2\\\\xaa\\\\xcb\\\\xed\\\\xad\\\\xd0\\\\x0b\\\\x9dM\\\\xb4l\\\\x90\\\\xcb\\\\xab9\\\\xd4@\\\\x00\\\\xf8\\\\xf9u\\\\\\\\\\\\xdf\\\\xb3\\\\x10_\\\\xd2\\\\xe4\\\\xfe\\\\xad\\\\x8eg\\\\xbf$\\\\xc8\\\\x89\\\\x92\\\\xe2\\\\xa4UW\\\\xff\\\\x00&\\\\xfdJ\\\\xf8\\\\x8f\\\\xc5\\\\xf1\\\\x8e\\\\xdc\\\\xf6\\\\xe69\\\\x04e\\\\t\\\\x85]\\\\xef]\\\\x90\\\\xcc\\\\x0e\\\\xe0F\\\\xe0UOs\\\\xae\\\\x9dD.\\\\xcbp}\\\\x9b\\\\x0e\\\\x01\\\\xa1\\\\x96\\\\x04pW]\\\\xbfn\\\\xd02\\\\x9dH\\\\xc9q\\\\x07\\\\xcf\\\\xf2/\\\\xf9M\\\\xfc\\\\xc76\\\\xfe\\\\xda\\\\xdf\\\\x98\\\\xe4\\\\xb2\\\\x19\\\\x85?\\\\x8c{c@VG\\\\x86\\\\xbe\\\\'^\\\\xbd \\\\xdbF\\\\xd5\\\\x98\\\\xc25\\\\x03>k\\\\xc9\\\\xef$n\\\\xc8\\\\xcc\\\\xe7\\\\xe4\\\\xb9\\\\x97\\\\x91\\\\xc38\\\\xc4S\\\\x98\\\\x8e\\\\xb5R^\\\\xdfz\\\\xb90\\\\x04\\\\x1d\\\\x04\\\\x02#_\\\\xb3\\\\xa4FtcE\\\\x94`A@\\\\x8ei\\\\xa9\\\\x02\\\\xe4\\\\x01\\\\xb0\\\\x80\\\\xb4);\\\\xd8\\\\x8d\\\\xa7hVX\\\\x95\\\\x03\\\\xcb\\\\xbf\\\\x8fn\\\\xa4\\\\x9f\\\\xf5b\\\\x96d\\\\xc9s\"\\\\xc2\\\\xc1m\\\\xc6a\\\\xed\\\\xfb\\\\x84\\\\xdaSF\\\\x07g\\\\x80#tw\\\\x8f\\\\xb3\\\\xcf\\\\xa0\\\\x84\\\\xe4K\\\\x94\\\\xb9\\\\x97\\\\xaf\\\\x1c2\\\\x97\\\\xc6\\\\xc6dV\\\\x9b\\\\x9f\\\\xd2\\\\xa6\\\\xdb\\\\xd4@\\\\xd8\\\\xed\\\\xdc\\\\x9f\\\\xc5\\\\xb4\\\\x81\\\\xdb\\\\xa3\\\\x87\\\\xab4fC\\\\x04\\\\xd9w\\\\xfdV\\\\x0e^\\\\r!oJ\\\\x14\\\\x9a\\\\x9bA\\\\xb9\\\\x82\\\\x11\\\\xebo\\\\x19\\\\x92t\\\\xfb:V\\\\xfe\\\\xe3\\\\xda\\\\x94\\\\x05U\\\\x9d\\\\xad\\\\xcfSUR\\\\xdc\\\\xb6\\\\rxy\\\\x0c\\\\xb6(@\\\\xe40\\\\xb1\\\\x00^\\\\xe0\\\\x1d\\\\x04\\\\x9f>\\\\xdd\\\\xfc\\\\xfa\\\\xf9\\\\xed\\\\xe8\\\\x9bw%\\\\x01V[\\\\x96\\\\xb72\\\\x84Eh\\\\xbc\\\\xc4\\\\xc0\\\\xe4,\\\\xbf\\\\xdb\\\\xc2u\\\\xbc\\\\xed$\\\\xcc\\\\xba\\\\x80`\\\\xc1e\\\\x9f\\\\xafn\\\\x9boe+\\\\xf2\\\\xd3\\\\x10\\\\xe5\\\\x9e\\\\x85X\\\\x8f\\\\xcb\\\\xc4~\\\\xc8\\\\xd2`|\\\\x93\\\\x14\\\\xa9\\\\xcb\\\\xe3r^\\\\x96 \\\\xa5\\\\xb5)\\\\xb8\\\\x18\\\\xf0%;}|z\\\\r\\\\xc7\\\\xc3_\\\\x80\\\\x7fl\\\\xf8~\\\\x1d^\\\\xb5\\\\xf26\\\\xae\\\\n\\\\x1a\\\\xac\\\\xab\\\\xf9\\\\n\\\\xd1\\\\xed\\\\xa3\\\\xef\\\\xa2\\\\xc8\\\\x9fe\\\\x95\\\\x95\\\\x80\\\\']X\\\\x0e\\\\xe4\\\\x9f\\\\xd9\\\\xd6L\\\\xf6\\\\x12r\\\\xe1^\\\\x85\\\\xf0\\\\xee\\\\x0b\\\\xa6\\\\x0c?\\\\x97\\\\x94u\\\\x02\\\\xe0\\\\x02\\\\xeb\\\\xeen\\\\x88\\\\xd4@\\\\x1a\\\\xc8 uN\\\\x7f\\\\x1eEF)\\\\xe2\\\\xe88\\\\x84\\\\xdb\\\\x81\\\\xf3vKU\\\\xad\\\\xfer\\\\x03\\\\xb1J,\\\\xba\\\\xa1 zI\\\\x10~\\\\xc2\\\\x0c\\\\x0e\\\\xd1\\\\xd5o\\\\xf0\\\\x98\\\\x87\\\\xcb\\\\x8e\\\\x1d\\\\x16\\\\xb0M\\\\x13M_?E\\\\xb9\\\\xdb\\\\x17*\\\\xe6\\\\xa9\\\\xd7\\\\xdb\\\\x96!_d\\\\x13\\\\xb1\\\\x8c\\\\x10\\\\xc0k:\\\\xfd\\\\x9dt\\\\xe3z\\\\xd1\\\\x96\\\\x89\\\\x16\\\\xc8\\\\x9c{\\\\xfcT\\\\x86\\\\x9dS\\\\x96\\\\x1f\\\\xea3\\\\xd7P\\\\x9c\\\\xad\\\\xc42\\\\nU\\\\x08UY\\\\xfcS\\\\x00j\\\\x08\\\\x1a\\\\xc4\\\\x93\\\\xe3\\\\xd2\\\\xa3\\\\xbc\\\\xdcD\\\\xfa\\\\xab\\\\xdc\\\\xd9t\\\\xe0\\\\xd50\\\\xda\\\\x89\\\\x14\\\\x14\\\\xed\\\\xfc\\\\xa6|o\\\\xd4P\\\\x02\\\\x07\\\\xbd,\\\\xb3\\\\xff\\\\x00\\\\x88\\\\xdb\\\\x83\\\\x11\\\\xb6ua\\\\xb5\\\\x8e\\\\xbd\\\\xb5\\\\x03O\\\\xb3\\\\xab\\\\xd0\\\\xf9\\\\x12\\\\xd1\\\\xd4\\\\xc5\\\\xdd\\\\xf8\\\\xeb\\\\xd5 \\\\xdb\\\\xc7\\\\x92\\\\x81\\\\x9d\\\\xfa\\\\x9fv%k\\\\xbb-\\\\xc2I\\\\x1e\\\\xf9m\\\\x80\\\\xd846\"\\\\xc1\\\\xf0\\\\x9f\\\\x1f\\\\xb7\\\\xcf\\\\xa7\\\\x1f\\\\x91w0\\\\x81 \\\\xd3\\\\x0f\\\\xa7\\\\xf6\\\\x12\\\\xcd\\\\xb29*\\\\x97\\\\xe6\\\\x9f\\\\xadi\\\\x87U\\\\xb7&Y\\\\xc9W\\\\x95\\\\xab\\\\x0e\\\\xab7\\\\xad\\\\xce&\\\\x1c\"\\\\x9fG\\\\x8c\\\\x91\\\\xe3\\\\xdf\\\\xab{M\\\\xa6\\\\xebu0!\\\\x06\\\\x06\\\\x95\\\\xc3\\\\xc3%Z\\\\xf6\\\\xe26\\\\xc3\\\\xc8\\\\xd5\\\\xf2\\\\xe2\\\\xab\\\\x9f-\\\\xfd[K\\\\xafc\\\\xcd\\\\xe3\\\\xdb\\\\x85q3]\\\\x88\\\\xde\\\\xe7f0Ob6\\\\xfd<>\\\\xfe\\\\xb4\\\\xf7?\\\\xf5\\\\x9d\\\\xc5\\\\x8a\\\\x02\\\\xf9\\\\xaa_\\\\xe4\\\\x8b\\\\x95\\\\x03\\\\x8e\\\\xc5f|w\\\\xe5\\\\xf4Y\\\\xb7#\\\\x8e\\\\xe5*\\\\xcd\\\\xad\\\\xe5Mu\\\\xdf\\\\xa2\\\\r\\\\xa6$\\\\x19\\\\xecF\\\\x82\\\\'\\\\xac\\\\xeb[\\\\x9d\\\\xc6\\\\xcaM1*`\\\\xe9w!\\\\x19\\\\xf2V\\\\xe7\\\\x1b\\\\xf3\\\\x17\\\\xba\\\\x902\\\\xd1*\\\\xb5\\\\x10UE\\\\xa4\\\\xfa\\\\x94\\\\xc7\\\\xa9\\\\xe2A\\\\x8d\\\\xbd\\\\xf4\\\\xfe\\\\xfe\\\\xb7v\\\\x7f8o~\\\\xc0\\\\x03\\\\xda>\\\\xea\\\\x9d\\\\xed\\\\xab`\\\\x9d\\\\xb0\\\\xf9\\\\xe4\\\\xb7b\\\\x96\\\\x08r\\\\xb59\\\\x16\\\\x03\\\\xb7h\\\\x81*\\\\xc0\\\\x10;\\\\x02O\\\\xdb\\\\xe1\\\\xd6\\\\xfd\\\\xaf\\\\x90\\\\x0077Tel\\\\xbb\\\\xa3\\\\x14\\\\xe4\\\\x1c\\\\xc3\\\\x140*\\\\xa0\\\\x9c\\\\x8d\\\\xcc\\\\xa0\\\\x8d\\\\xd0 \\\\x005\\\\xd3\\\\xef\\\\xfd\\\\xdd:\\\\x17\\\\xc4\\\\xa9\\\\x1e\\\\xf42\\\\x80\\\\xcf<\\\\x11\\\\xfc<\\\\x83E\\\\x88\\\\x17m\\\\xde\\\\xc3\\\\x02\\\\xb8\\\\xecHX\\\\x1d\\\\xb6\\\\x84\\\\x9f\\\\x10H\\\\xfb4\\\\xfa_\\\\xb7{#T%\\\\xc1\\\\x7f\\\\x14W+&\\\\xabh\\\\xbd\\\\xef%\\\\xd2\\\\xa6_f\\\\x8fl\\\\n\\\\xce\\\\xbb\\\\x90\\\\xf8\\\\x81\\\\xe91\\\\x07\\\\xb7V\\\\r\\\\xe0qL\\\\xd5\\\\xa8\\\\x96)\\\\x07\\\\x9d\\\\xf8\\\\xce?;M\\\\xf8\\\\xce\\\\x15\\\\xac\\\\x82}\\\\xd7%\\\\xa1\\\\x80\\\\xd0\\\\x05\\\\xfe\\\\xd3\\\\xd6n\\\\xf3\\\\xe3\\\\xed\\\\xeeb\\\\xc5\\\\xab\\\\xc0O\\\\xb5|\\\\xdb.\\\\xaa\\\\x1c\\\\x8f\\\\x8e\\\\xf3\\\\x7f\\\\x1f\\\\xaa\\\\xcahj\\\\xed\\\\xc6V`\\\\x8a\\\\x17\\\\xb3\\\\x12X\\\\x15b$\\\\x06\\\\xf2\\\\xff\\\\x00>\\\\xb0\\\\xad|U\\\\xdd\\\\xb9\\\\xe6\\\\x06\\\\x01jGv.\\\\x06\\\\x18\\\\x9c\\\\xca!\\\\xf1_\\\\x8f)_\\\\xcf\\\\xf2y-G!\\\\xc8Skc\\\\xf1\\\\xedZ\\\\xd8\\\\x00OQ\\\\xdcA;~\\\\xba\\\\xc7\\\\x90\\\\xeb\\\\xd2\\\\xecv\\\\xa2\\\\x16\\\\x8c\\\\xa4X\\\\xe2FA\\\\x14&m\\\\x8a\\\\x1a\\\\x9a!\\\\x1c\\\\x87\\\\x1d]ud\\\\xe3\\\\xd5\\\\xa3\\\\x16f\\\\xad\\\\x98m\\\\x0c\\\\x81}gP@\\\\x13\\\\xa6\\\\xd2\\\\x7f\\\\xe0\\\\x8bs\\\\x0e@\\\\xcdS\\\\xbb\\\\x13\\\\x89UG5mt%\\\\x9b\\\\x88[\\\\x18\\\\x90\\\\xb6\\\\xa8$\\\\x86M{x\\\\xf9i\\\\xd2.nZ,\\\\xc0\\\\x1f\\\\xc2P\\\\x85NaU\\\\xbc\\\\xc3R\\\\x8fs-\\\\xc5\\\\xec\\\\xb8\\\\x96oD\\\\xb1$\\\\x9d\\\\xc6I\\\\'\\\\xb1\\\\x8e\\\\xb1\\\\xee\\\\xde\\\\x80\\\\x94\\\\xb4U\\\\xdd\\\\xdcsVD\\\\t\\\\x00\\\\x95\\\\\\\\r\\\\x0e)\\\\xad\\\\x9d\\\\xdf\\\\xdbY\\\\xf5\\\\xb1S;H\\\\x93\\\\xa91\\\\xaf\\\\x97Eb&E\\\\x80ur\\\\x16\\\\xc9\\\\x01\\\\x87z\\\\xa7\\\\xfeC\\\\xf3~/\\\\x8f\\\\xb5\\\\xa8\\\\xadl\\\\xcc\\\\xbdd\\\\x01\\\\xa2)c\\\\x00\\\\x9f\\\\x1d\\\\x0c\\\\x7fi\\\\xeb\\\\xd6\\\\xec\\\\xbe\\\\x0e\\\\xe4\\\\x80\\\\x95\\\\xc2\"9bU\\\\xad\\\\xbd\\\\x89\\\\xdc\\\\xfdE9\\\\x9f\\\\xb0H\\\\xf6\\\\xf3\\\\xd9\\\\xbc\\\\xc6\\\\x12\\\\xbbX\\\\xd4\\\\x86${+\\\\xa2\\\\xe8H\\\\x92|g^\\\\xbd\\\\x05\\\\x9d\\\\x9d\\\\xab\\\\x12x\\\\x8f\\\\xca\\\\x89m\\\\xc5\\\\xbb\\\\x8cj\\\\xdcx\\\\xa4\\\\xcc\\\\xda\\\\x9c\\\\xde\\\\x02\\\\x96\\\\x0eCj\\\\xa0\\\\x95\\\\r\\\\xf8\\\\x80RG\\\\x8fi\\\\x1d^+b\\\\xc4\\\\x81\\\\x8a\\\\x8f\\\\x84\\\\xe0\\\\xff\\\\x00#v\\\\xd1ofBd\\\\x12\\\\x00\\\\x11\\\\xda\\\\x0c\\\\xf9\\\\xf7\\\\xea\\\\x01L\\\\xb8(\\\\xfc\\\\x96;H\\\\xb5w\\\\xb3\\\\xd6\\\\xa4\\\\xed\\\\x07v\\\\xa0\\\\x132\\\\x01\\\\x1a\\\\xf9\\\\xf7\\\\xd4\\\\xf5\\\\xcc\\\\x89\\\\xe8\\\\x9b\\\\xb8^o\\\\x91\\\\xc1\\\\x00\\\\xd5c\\\\xacG\\\\xa4\\\\x8fGo\\\\xaf\\\\xdd\\\\xd27\\\\x1bK{\\\\x80\\\\xd3\\\\x0e\\\\xb2\\\\xb7[h\\\\xea\\\\xd4(S\\\\x9e/\\\\xcd]\\\\x809\\\\x15\\\\xf9\\\\x7f6\\\\xb2u\\\\xf3\\\\xd3\\\\xeb\\\\xd65\\\\xdf\\\\x82\\\\x87\\\\xfaJ\\\\xa7;wcG\\\\x7f/4\\\\xcbG;\\\\x89z\\\\x84\\\\xaa\\\\xf1,$\\\\xce\\\\xa4\\\\x9d4\\\\xfa\\\\x0f\\\\x0e\\\\xb3.|d\\\\xe2\\\\\\\\\\\\x84\\\\x91|\\\\xc5\\\\xdc7j\\\\xdb\\\\xf9\\\\x9fu\\\\x89@\\\\t+\\\\'i\\\\xf0\\\\x1eC\\\\xfcz\\\\x81\\\\xb5\\\\xd2*\\\\x84\\\\xde\\\\x13/\\\\x9b-\\\\x0f\\\\x98\\\\xca\\\\xbb\\\\xc9Ef\\\\x12L\\\\x86%\\\\x98\\\\x89\\\\xd4m\\\\x99\\\\xfbzh\\\\xda\\\\x82Z\\\\xad\\\\xf6\\\\xcb\\\\x9e\\\\x08\\\\r\\\\xe2\\\\x03\\\\xbf\\\\x82\\\\xd6\\\\xfc\\\\x85~\\\\x85F-0\\\\xa6\\\\x0co$\\\\xc0\\\\x05O\\\\xd9\\\\x1d\\\\x14vg\\\\x13\\\\xfdw\\\\xa0\\\\x95\\\\xea}Tf\\\\xcf\\\\xf7\\\\x01\\\\x0bX\\\\xdc\\\\x0c\\\\x90\\\\xda\\\\xeb1\\\\x03O\\\\x08\\\\xfe\\\\xdd\\\\xfalv\\\\xa29\\\\xf1\\\\xc7\\\\x19%\\\\xce\\\\xe3\\\\xa9TYc3\\\\x127\\\\x08\\\\xd4\\\\x1fO\\\\x87s\\\\xa4v\\\\xf2\\\\xfd\\\\x9d\"\\\\xf4\\\\x00`8\\\\xe3\\\\x82\\\\x97\\\\x1b\\\\x84\\\\x94\\\\xc3\\\\x85\\\\x88\\\\xfe\\\\xdf\\\\xb9lE\\\\x88\\\\x02\\\\xc4\\\\xc7\\\\xd0A\\\\xff\\\\x00\\\\x8c\\\\xf5\\\\x97\\\\xb9\\\\xb8\\\\x04\\\\x98dU\\\\x88\\\\xdb\\\\x9c\\\\xf3\\\\xc5\\\\x1cL\\\\x8d\\\\x8b\\\\xec\\\\xa8P\\\\x950\\\\xf1mD\\\\x01&d\\\\xc7\\\\x7f\\\\x0e\\\\xa8\\\\x189~kB\\\\x10\\\\x10\\\\rG\\\\new\\\\xcbD\\\\x8e\\\\xd3\\\\xb4\\\\xac\\\\xc1333\\\\xa8\\\\xfbt\\\\xea\\\\x03\\\\xc55\\\\x8bt\\\\xe3%5\\\\x1e\\\\x90\\\\x01r\\\\x17@\\\\xc1\\\\x8b\\\\x18\\\\x1d\\\\x89\\\\x1e]\\\\x8f\\\\xd9=\"@\\\\xe4\\\\x97v\\\\xe4F\\\\x14<\\\\x94N_\\\\xe4.@Jnbw\\\\xce\\\\xf5!B\\\\x88\\\\xf1\\\\x13\\\\xa6\\\\xb3:\\\\xf4\\\\xeb;c2\\\\xf3\\\\xaa\\\\xa1r\\\\xf8&\\\\x98q\\\\x8a\\\\xaf3\\\\xf9\\\\x15\\\\xb1\\\\xad>\\\\xf9{\"wi\\\\xa7\\\\x8e\\\\x9fg[\\\\xdb]\\\\xa1\\\\x0c\\\\xe1\\\\x82\\\\xab2\\\\xe9O38\\\\xc0\\\\xb3p$\\\\xc6\\\\x82LDv\\\\xfd\\\\x9dm\\\\xd9\\\\xb0\\\\x05\\\\x192\\\\xdd\\\\x97,Pk\\\\xb3\\\\xd8\\\\x86m\\\\xf2\\\\x9a\\\\x01\\\\xe3\\\\xaf\\\\xd3\\\\xc4ur\\\\x16\\\\x15\\\\xb8X\\\\xe8\\\\xa2S\\\\x9bb^\\\\x19\\\\x9c\\\\x90\\\\x83i\\\\xdc\\\\'C\\\\xde&:t\\\\xec\\\\x83\\\\x14\\\\xe9\\\\xd8\\\\x06+w#\\\\xb2\\\\xd0\\\\xae\\\\x84)\\\\x03]\\\\xc6N\\\\xe3\\\\xa0\\\\x93\\\\xa7\\\\xf9t\\\\x1b\\\\x7fI \\\\xa1\\\\xdb\\\\x06,R\\\\xd0\\\\xde\\\\xe1\\\\xf6\\\\xa4\\\\xd8\\\\xb0V\\\\xc5\\\\x02\\\\x0f\\\\x8a\\\\x81\\\\xe2u\\\\x1a\\\\x9e\\\\xaf-\\\\x7fL[\\\\x92\\\\x92\\\\xbb\\\\xb7CDm\\\\x8du3\\\\xe4\\\\x00\\\\xec>\\\\xbdq\\\\t\\\\x12\\\\x00\\\\x05#j\\\\x9d\\\\xa1T\\\\xa9\\\\xf5\\\\x19\\\\x02u\\\\x8f?)\\\\xe8\\\\x1f\\\\x14\\\\x97!\\\\xea\\\\xb6P\\\\x84z\\\\x8a3l+\\\\xae\\\\xe8\\\\x03\\\\xfb\\\\xbe\\\\xfe\\\\x82rQ9\\\\x85\\\\x9d\\\\xd9V\\\\x1d\\\\xcc\\\\xcf\\\\xec\\\\xa1m\\\\xa0\\\\xf9\\\\x13\\\\xac\\\\x03\\\\xdf\\\\xa9\\\\x8d\\\\xb0\\\\x11\\\\xda\\\\x8b\\\\x801Z\\\\x85\\\\xb2F\\\\xe1\\\\x04\\\\xe9=\\\\xb4\\\\xed\\\\x1e:GE\\\\xa5\\\\x91\\\\n:`\\\\xe2\\\\xd2\\\\xc7\\\\xb4\\\\x08\\\\x92\\\\xa0\\\\x15S\\\\x01\\\\x99\\\\xa0\\\\x88\\\\x92\\\\x0e\\\\xbaOU/\\\\xc8\\\\x00\\\\x86RdZ\\\\xbc\\\\xe2,U_/N\\\\x90\\\\xc7oy\\\\x11\\\\xf4=\\\\xfaQ\\\\xb4\\\\x08G\\\\x03\\\\x82\\\\xef/\\\\xf6\\\\xcf\\\\xfe\\\\xe71~\\\\x0f\\\\xc4\\\\x7f\\\\xfa?\\\\xf9\\\\x8d\\\\xd7\\\\xaf\\\\x01\\\\x91y=\\\\x8c\\\\x8d\\\\x92w\\\\x1bY\\\\x9cF\\\\xd9\\\\xd3r\\\\x0f\\\\xa0\\\\xef\\\\x11\\\\xd7\\\\x8d\\\\xdf\\\\x0f@\\\\xb6\\\\xc1\\\\xe0q\\\\xcc\\\\xbe\\\\\\\\\\\\x05\\\\xbdm\\\\xdd\\\\xc6~\\\\x1d\\\\xbd\\\\xa9\\\\xa7\\\\x83\\\\xc0W\\\\xb6\\\\x9bs\\\\xdd\\\\x981\\\\x1b\\\\xaa\\\\x0c\\\\xcd:\\\\x9d\\\\x01&L\\\\xfd\\\\x0fa\\\\xd6G\\\\xb3\\\\xaa`\\\\xcc8\\\\xc5\\\\xab^C\\\\xafr\\\\xb9l\\\\x90(\\\\xad\\\\x0e/\\\\x13\\\\n\\\\xab\\\\x9f$\\\\xa8\\\\xae\\\\x84P\\\\x9e\\\\xe5W6\\\\xe4V\\\\x94b\\\\x8a\\\\\\\\\\\\xca\\\\xb1\\\\x04\\\\x9d\\\\xd2`x\\\\xeb\\\\xd1CbL\\\\xa5(D\\\\x18\\\\xd3\\\\x02\\\\xc5\\\\xb9c\\\\xe2\\\\x9c.\\\\xd1\\\\x9c\\\\x8e?\\\\x95\\\\x97\\\\xc9>I\\\\xc3\\\\xfc[\\\\'\\\\'\\\\x99\\\\xb3/\\\\x1f7\\\\x88\\\\xe1\\\\xe9\\\\x16\\\\xdf\\\\x8be\\\\xca\\\\xc4,\\\\x80\\\\x16\\\\x0e\\\\xad\\\\x1e_\\\\xb2 \\\\xf4\\\\xf8\\\\xc2\\\\xe4\\\\'\\\\xa6\\\\x00H\\\\x16\\\\xf4\\\\x92\\\\xd2$\\\\xe4\\\\xd8\\\\xd0c\\\\x93+B\"`9#\\\\xaa\\\\xe0\\\\xef\\\\xd5\\\\xcf\\\\xd6\\\\xe6\\\\xf9\\\\x9f)\\\\x8dg\\\\xc6_+\\\\x88\\\\xe3qQ\\\\x95(O\\\\xe4\\\\xab\\\\x1d\\\\xc4\\\\xce\\\\xd5:D\\\\xc0\\\\x9e\\\\xbe\\\\x85\\\\xf0\\\\xbf\\\\x19\\\\xb9\\\\xb0\\\\xe6r\\\\xd2\\\\x0f\"\\\\xab\\\\xce\\\\xf4 \\\\xe0\\\\x07*\\\\x97\\\\xe3\\\\xb2\\\\xaf\\\\xca\\\\xbcz\\\\x89k\\\\x8f\\\\xaa{\\\\xf8\\\\x1dg\\\\xab;\\\\xed\\\\xb4,\\\\xc46J\\\\x81\\\\x91\\\\x91\\\\xa9W\\\\xb7\\\\xc1\\\\x7fR\\\\xf2>\\\\x05\\\\xcbq\\\\xdc\\\\x9f\\\\x1fw\\\\xb8\\\\xf8\\\\xcc\\\\x1f+\\\\t\\\\x99\\\\x85Wm\\\\x91\\\\xeb\\\\nG\\\\x9f^b\\\\xee\\\\xd2sr3\\\\xe6\\\\x99n\\\\xe6\\\\x82\\\\xbe\\\\x8d\\\\xfe\\\\x9b\\\\x7f\\\\xba?\\\\x89s\\\\xdc?(\\\\xfc\\\\xff\\\\x00!_\\\\t\\\\xcb\\\\xd5r]\\\\x89\\\\xc5\\\\xb3\\\\x85\\\\xc7\\\\x13!Z\\\\xad\\\\x19\\\\xfd>\\\\n\\\\x0fs\\\\xf5\\\\xeb\\\\x1f\\\\xd8;[D\\\\x97%\\\\xdf\\\\xa7vxx+&\\\\xe8\\\\xbcrfe\\\\xda\\\\x1c_\\\\xeb\\\\xc7\\\\xc59\\\\x87\\\\xaa\\\\x9c\\\\x1b(\\\\xe5\\\\xef\\\\xc3\\\\xc7\\\\xa8dNEKj\\\\xbe\\\\xd1\\\\xbd\\\\xab\\\\xac1\\\\x94\\\\x9d\\\\xb0fgN\\\\xaf\\\\x0f\\\\x96&.b\\\\x08\\\\r\\\\xddN*\\\\x95z1\\\\x8b\\\\x08\\\\x9f\\\\xe7\\\\xb15\\\\xd5\\\\xfa\\\\x85\\\\xc3\\\\\\\\\\\\xf9\\\\x19\\\\x18\\\\x96[Cg%w\\\\xae6ICuj\\\\x00W\\\\n\\\\xa3\\\\xf1m$\\\\x13\\\\xe5?Y\\\\xea/\\\\xfc\\\\x95\\\\xa8\\\\tN\\\\xcb\\\\x83*\\\\x97\\\\xcb\\\\xcb\\\\xfaJ6\\\\x9c\\\\xb1\\\\xa3!<\\\\x87\\\\xea\\\\x9e\\\\x1e\\\\x15j\\\\xefU\\\\x18\\\\xf6\\\\xe0RG\\\\xe6.\\\\xb5EV;\\\\x81!\\\\xe1\\\\x9a@\\\\x91\\\\xa8\\\\xf1\\\\xfbz\\\\xa0~z\\\\xf9\\\\xb9\\\\x01j\\\\x0f 1\\\\x01\\\\xdd\\\\xff\\\\x00\\\\xdd\\\\x97\\\\x0e\\\\x88\\\\xda\\\\xb6bu\\\\x1e\\\\xe3\\\\xc7\\\\x9a\\\\xaa\\\\xbeU\\\\xfa\\\\xe7\\\\xfd?\\\\xf3\\\\x98\\\\xe6Tc\\\\x89ACU\\\\xcd\\\\xbb\\\\xdc\\\\xb2\\\\xe3a,\\\\xd69b`\\\\x99\\\\xd6>\\\\xef.\\\\xbd.\\\\xcf\\\\xe3-@\\\\x93pk9tTn]\\\\x90\\\\xc2\\\\x85\\\\x05^L\\\\xddn\\\\xfd\\\\xcd\\\\xee\\\\xee;oxbm\\\\x1a\\\\xb0\\\\x96\\\\x92H\\\\x91\\\\xe1\\\\xd6\\\\xf4#\\\\x12A\\\\x8b\\\\x00\\\\x15\\\\x13\\\\x13,Q\\\\x97\\\\xe4\\\\xed\\\\xb3\\\\x1a\\\\xd4_\\\\xe5\\\\xbe@\\\\xda\\\\xce\\\\x8c\\\\x00>0d\\\\x95\\\\xf01&>\\\\xde\\\\xae\\\\x99\\\\tA&V\\\\xc1\\\\x0c\\\\x90rx\\\\xb3\\\\xcb_\\\\x152b\\\\xdfj\\\\xcb\\\\xd6T\\\\x1d\\\\xe4\\\\rbO\\\\xa7Q\\\\xdb\\\\xb1>>Yf\\\\xcf\\\\xab\\\\x82\\\\xea\\\\x8d\\\\xdd\\\\xb1l\\\\x12\\\\x1f/\\\\xf1\\\\xbc\\\\xfdiO^\\\\xe2\\\\x85W\\\\xb0\\\\'\\\\xff\\\\x00f5\\\\x13\\\\xe7\\\\xd2n]?\\\\xae\\\\n\\\\x94\\\\xb6\\\\xf2\\\\x15Ji\\\\xc4dT\\\\xf7.@\\\\xda\\\\xaf\\\\xb8\\\\xa8\\\\x1a\\\\x02\\\\xa0zD\\\\xf8\\\\xc1\\\\'\\\\xc0\\\\xf4\\\\xdd\\\\xa1\\\\xd5\\\\x15V\\\\xe4\\\\x0cK/\\\\x07\\\\x16\\\\xf6\\\\xa5\\\\xe6\\\\xb4lwUVp\\\\xf1\\\\xfcQ\\\\xea\\\\x10Lx\\\\x11\\\\'\\\\xc7\\\\xef\\\\xe9\\\\xceD\\\\x0fD\\\\x049\\\\xaa\\\\x97\\\\xc1\\\\xa5\\\\xc1C\\\\xe56\\\\xfa\\\\xf7IP@n\\\\xc4D6\\\\xa0\\\\x88\\\\xd6H\\\\xeb\\\\xad\\\\xc4N \\\\xbb\\\\xa6[\\\\xa1s\\\\xcd{\\\\xcf|9\\\\xb3o\\\\xf7)e\\\\xb2\\\\x8a\\\\xe2\\\\xc4tQ\\\\x0b=\\\\x82\\\\xa8 \\\\x02Dw&|\\\\xfbu\\\\xe7\\\\xf7\\\\xdf\\\\x16\\\\xf7\\\\xb5\\\\x8c\\\\x01\\\\xaf\\\\xf4\\\\xaf\\\\x1b\\\\x80\\\\xc5\\\\x86\\\\x05m\\\\xe3\\\\xf8\\\\xcc>5O\\\\xb3w\\\\xb8\\\\xc5`\\\\xd2B\\\\x8fT\\\\x10\\\\x04\\\\x98\\\\x07\\\\xbc\\\\x92G\\\\xdf\\\\xd6\\\\xed\\\\x8b6\\\\xad@\\\\x08\\\\x00\\\\x15\\\\tH\\\\x9cMSg\\\\xc7\\\\xb31\\\\xa9\\\\xb0%h\\\\xaf\\\\xf9\\\\x86\\\\x06\\\\xcb\\\\xd0\\\\xc1R\\\\xa4hV \\\\x19\\\\xf1\\\\xea\\\\xc4.\\\\xc4\\\\x06Gfd)\\\\x7f&\\\\xe2\\\\xb0\\\\xb9LCo\\\\xe5i\\\\xb5\\\\xe8\\\\x93\\\\xee\\\\xd9Z\\\\x97\\\\x1b\\\\x94\\\\xa9c\\\\xf4>Z\\\\xed\\\\xfauK{\\\\xb6\\\\x17\\\\xab(\\\\x82:\\\\x8a\\\\xf8\\\\xe4\\\\xaf\\\\x0b\\\\xd2\\\\x88p|\\\\xd5)\\\\x99\\\\xf1n9lC\\\\xed6-ob\\\\xa1j\\\\xdc\\\\xaa\\\\x1d\\\\xde\\\\x9d7\\\\xee\\\\xd2u\\\\xff\\\\x00\\\\x0e\\\\xb2\\\\xa7\\\\xf0\\\\xf6fC\\\\x03\\\\x1e\\\\xff\\\\x00\\\\xcat~V\\\\xf4A$\\\\x83\\\\xc9l\\\\xca\\\\xf8m\\\\x14a\\\\x1b\\\\xf1y\\\\x1c\\\\x9a\\\\xce\\\\xdd\\\\xa5\\\\x9fk.\\\\xa7P5X:\\\\xc83\\\\x1d.\\\\xff\\\\x00\\\\xfd~\\\\xccE$]\\\\xf9\\\\x06\\\\xfb+\\\\x16\\\\xfer\\\\xe8\\\\xab\\\\x05\\\\x03\\\\x8f\\\\xe1\\\\x8eG\\\\xbb\\\\xb7*\\\\xe5Z\\\\x04\\\\xefp\\\\x11\\\\x8f\\\\xaaE\\\\x9bg\\\\xec\\\\xf1\\\\x8e\\\\xaa\\\\xc3\\\\xfe\\\\xbb\\\\x19\\\\x82L\\\\xfb)\\\\xfc\\\\xa6\\\\xcb\\\\xe7f*\"\\\\x07\\\\x1dSN\\\\x1f\\\\x13\\\\x8dV;\\\\xddv]\\\\xed` \\\\xa2\\\\x86U\\\\x0e;N\\\\xba\\\\x98\\\\x82`x\\\\x11\\\\xd5\\\\x8b\\\\x7f\\\\xf5]\\\\xb4\\\\xa2L\\\\xa5#\\\\xe0<\\\\xbf\\\\x95\\\\x07\\\\xe7.\\\\xe4\\\\x02\\\\x95\\\\x89g\\\\xb5{\\\\xa2\\\\xbb\\\\xe4\\\\x1b\\\\x02\\\\xaa\\\\xcc\\\\x927i\\\\xb4\\\\x01\\\\xa7\\\\xa8\\\\x125\\\\x10:\\\\xb1\\\\xb3\\\\xff\\\\x00\\\\xac\\\\xed-\\\\x1c5v\\\\xa5\\\\xdd\\\\xf9\\\\xab\\\\xb7(\\\\xed\\\\xd9\\\\x9a\\\\x1b\\\\xf3>\\\\'5\\\\xf0n[U\\\\x980Yu]5\\\\x12\\\\xbd\\\\x88:xi\\\\xfbz\\\\xd7\\\\xbf\\\\xb0\\\\xb5\\\\x18\\\\x8f@\\\\x03\\\\x90\\\\x03\\\\xb9 \\\\xdf\\\\xbb\\\\x895Te<\\\\x16U\\\\xaa6\\\\xe35\\\\x8c\\\\xa4\\\\xc2\\\\x80\\\\xda\\\\x00u$\\\\x92A\\\\x88\\\\x03I\\\\x83\\\\xd3\\\\xf6;q\\\\x08\\\\xe0\\\\x91r\\\\xf9\\\\x96k\\\\xcec\\\\xe0\\\\xd97\\\\xa3\\\\xe5 T\\\\xae\\\\xa5\\\\r\\\\x04\\\\x95*\\\\xa3X\\\\x07\\\\xf6\\\\xe9?oV\\\\xe7\\\\xb5\\\\xd6\\\\xe5\\\\xd5\\\\xa8_ R\\\\xaa\\\\xba\\\\xff\\\\x00\\\\xd3\\\\xfc\\\\xde&J\\\\x9e3\\\\x1b+\\\\xdf\\\\xdcJ\\\\xb5J\\\\xd2@\\\\x83\\\\xb9v\\\\xe8g\\\\xfc\\\\xba\\\\xcf\\\\xbf\\\\xb7\\\\x8c\\\\x86\\\\x99\\\\xc7S\\\\xd3%r\\\\x17D\\\\xbc9\\\\x15y|/\\\\xe2\\\\x7f\\\\xee\\\\x1f7+\\\\x1d\\\\xb8\\\\x9f\\\\x8ar\\\\xfc\\\\xa68P\\\\xc4fcm\\\\xac\\\\xa4\\\\xee\\\\x9d\\\\xcc\\\\x01\\\\x9e\\\\xda\\\\xf5\\\\x87\\\\x7f\\\\xfe\\\\xb7bdi\\\\x86\\\\x93\\\\xcf\\\\xaa\\\\xb4.\\\\x03\\\\x13\\\\\\\\\\\\x17L\\\\xfc\\\\x7f\\\\xe0_\\\\xafw\\\\xb54\\\\xf2\\\\x1f\\\\xa6\\\\xb9\\\\xb8\\\\xc8\\\\x89\\\\x08\\\\xd4=r\\\\xa6\\\\x0e\\\\xe1\\\\xde{y\\\\x9dF2\\\\x94\\\\xa4*\\\\xdd\\\\xa7\\\\xb1E\\\\xbb:\\\\xc8\\\\xa1\\\\x1e)\\\\xb6\\\\x8f\\\\xf6\\\\xc5\\\\xf0\\\\xfb\\\\xe9\\\\xa5r\\\\x06~NC\\\\x82\\\\r\\\\xadh\\\\x1bV\\\\x04\\\\x08\\\\xed\\\\xa4D\\\\x89\\\\x8f\\\\xb7\\\\xa6\\\\xed\\\\xfe:\\\\xc1.]\\\\x82q\\\\x06\\\\x14,\\\\xab\\\\x0f\\\\x98\\\\x7f\\\\xb5\\\\xae\\\\x0e\\\\xdcb1\\\\xb9>C\\\\x0f\\\\x1d\\\\x99\\\\xd8\\\\xdbb,i\\\\xa0b\\\\x08\\\\x07\\\\xd2N\\\\xbd\\\\xcfZq\\\\xda\\\\xda\\\\xb6\\\\x00\\\\x8d\\\\x1b\\\\xcf\\\\xb5X\\\\x8f\\\\xc8\\\\x9bb\\\\xb1c\\\\xd5r\\\\xd7\\\\xcb\\\\xbf\\\\xd9\\\\xde%\\\\xf97_O\\\\xce\\\\xe9\\\\xdd`\\\\xfe]m\\\\x8e4\\\\x00\\\\xed%\\\\xc8$w\\\\x00\\\\xcf\\\\xfd\\\\x9diY\\\\xdf^\\\\xb3\\\\x11\\\\x0fL\\\\xbb\\\\\\\\\\\\x1f\\\\xaf\\\\x1c\\\\x92\\\\xe3\\\\xf2B\\\\x0e@\\\\xfc*\\\\x85\\\\xbf\\\\xdb\\\\x873\\\\xc4\\\\x9b\\\\xf1G\\\\xc9\\\\xf0rkP\\\\x08*\\\\xae\\\\x93\\\\xb6d\\\\xea\\\\x08=\\\\xa3C\\\\xd4\\\\xcf\\\\xe6e\\\\xfe\\\\xc0\\\\xe3\\\\xff\\\\x00/\\\\xff\\\\x00\\\\xd4%\\\\xdd\\\\xf9\\\\x18]:\\\\x9b\\\\x0e9\\\\xa4\\\\xbc\\\\xef\\\\xd1ny=\\\\xc598e\\\\x14\\\\xc5\\\\xb6\\\\xef\\\\x90\\\\x18\\\\x88\\\\x03I\\\\x07N\\\\xa4\\\\xff\\\\x00\\\\xd8\\\\xed\\\\xc6\\\\x93\\\\xb7 {Cx\\\\xba+_&\\\\xc6\\\\x89F\\\\xff\\\\x00\\\\xd2\\\\xbez\\\\x8c\\\\xb2*\\\\xbb\\\\x1a\\\\xea$\\\\x01k\\\\x1d\\\\xb2@\\\\xed\\\\xb1\\\\xb5\\\\xd3\\\\xfcze\\\\xbf\\\\xfb\\\\x0e\\\\xd4\\\\xc4JZ\\\\x83\\\\xf4\\\\x7f0\\\\xad\\\\x0f\\\\x97\\\\x81\\\\x0cAq\\\\xc8\\\\xd3\\\\xc7\\\\xf8Q\\\\xec\\\\xf8/:\\\\x96\\\\xee8g\"\\\\xdb5\\\\x05\\\\x19I1\\\\x00\\\\x1d;\\\\xe9\\\\x1d\\\\x87V#\\\\xf3{I\\\\x7f\\\\xad\\\\xbbAA\\\\xff\\\\x00\\\\xb0\\\\x006\\\\x01@\\\\xb7\\\\xe3|\\\\xfdV\\\\x8al\\\\xe2rR\\\\x17r\\\\xaa\\\\xa3\\\\x10\\\\xeb\\\\x07P\\\\x00\\\\xec?gVc\\\\xf2;i\\\\x07\\\\x17\"\\\\xdd\\\\xa8\\\\x86\\\\xea\\\\xd1\\\\xab\\\\xd7\\\\xb1j\\\\xfe\\\\x8f\\\\xc8\\\\xd7\\\\xfc\\\\xbf\\\\xc8^\\\\xa4\\\\x89\\\\x00V\\\\xc3S=\\\\x84}z`\\\\xdd\\\\xd95\\\\x13\\\\x8f\\\\x88@w0\\\\x91\\\\xc4:\\\\xf1\\\\xa8\\\\xbe\\\\x98\\\\xf7)z\\\\x9cIU`V \\\\x91\\\\xe2>\\\\x9d\\\\x08\\\\x9cg\\\\xfa\\\\x90GJ\\\\xa1\\\\xd4\\\\x0eke\\\\x1e\\\\xf0p7\\\\x10\\\\xb2\\\\x06\\\\xe0N\\\\xde\\\\xf2 }\\\\xddD\\\\xd9\\\\xba\\\\xa0\\\\x9e\\\\x92\\\\x13\"\\\\xa7\\\\xf2\\\\x97\\\\xd4\\\\x1c\\\\x9d$\\\\xf8\\\\x8du\\\\x8f\\\\x0e\\\\xb3\\\\xc9\\\\xaa\\\\xcf8\\\\xbb/U\\\\x0303,\\\\x001\\\\xe2bO\\\\xf7u\\\\x04\\\\x90\\\\xa0\\\\x92\\\\xa6c\\\\xd2\\\\xd60U%I0\\\\xa2d\\\\x89\\\\xfay}zM\\\\xd9\\\\xe9\\\\x0eP6\\\\xa2\\\\xdc\\\\xd3>-\\\\x0bX\\\\x07l8\\\\x10U{\\\\x16\\\\x04\\\\xc1\\\\x93\\\\x13\\\\xf5\\\\xd3\\\\xac\\\\x8b\\\\xf75\\\\x9e\\\\x9f\\\\xd2\\\\xb9knQT\\\\xb6\\\\xd2B3F\\\\xe6\\\\xdd\\\\xb0J\\\\xea \\\\x0e\\\\xde?wTe\\\\x08\\\\x8cU\\\\xd1l\\\\x81N?\\\\x95.\\\\xa6-`\\\\xdc\\\\xc0$\\\\x9fQ\\\\xd3Y\\\\x06\\\\x00\\\\xd2|\\\\xbaT\\\\x86\\\\x9c1L\\\\x11\\\\x11\\\\x8b\"52\\\\x88b\\\\xd2\\\\xe1d\\\\x01\\\\xaf\\\\x96\\\\x9f\\\\xe3\\\\xd5y\\\\x02WD\\\\xe4\\\\x95\\\\xf9nI\\\\xd5\\\\xac\\\\n\\\\x8d\\\\xac\\\\xefX\\\\xd7N\\\\xe7S\\\\xfe~=i\\\\xec\\\\xf6\\\\x82x\\\\xf1\\\\xc7r\\\\xcd\\\\xdcH\\\\x8fNe\\\\'\\\\xe4g\\\\xca\\\\x90N\\\\x93\\\\xdeO\\\\xe2\\\\x8dI\\\\xd4\\\\xc9\\\\xd3\\\\xad\\\\xdb[`0T\\\\xc5\\\\xb3$\\\\x0b+)\\\\xa3\\\\xb8\\\\x04\\\\xcf\\\\xa7\\\\xc4\\\\x92t\\\\x00}z\\\\xbfn\\\\xda\\\\xb9j\\\\xd0B\\\\x99\\\\xc9VR\\\\x845\\\\x92w)\\\\x89\\\\xd7\\\\xc6\\\\x01\\\\xef\\\\xd5\\\\xa1\\\\x16/\\\\xc9Z\\\\x11\\\\xab\\\\xf2P`\\\\x99\"L\\\\x02\\\\t\\\\x1eQ\\\\xdbN\\\\xac\\\\x02\\\\x9e\\\\xb5\\\\t$\\\\x90\\\\x0c\\\\x93\\\\xf8Gm<:4\\\\xc2\\\\xcc\\\\xcaeA\\\\xde\\\\xab!Z\\\\x00\\\\xd5f\\\\'\\\\xea\\\\x7f\\\\xbfN\\\\x91\"\\\\x01\\\\n\\\\xbc\\\\x98H(WVF\\\\xf1\\\\x00\\\\xd8A\\\\nL\\\\xf8\\\\xcfs\\\\xdf^\\\\x9d\\\\x19:\\\\xb1n\\\\xe7\\\\x82\\\\xc5+e\\\\xb3\\\\xd2\\\\xd2\\\\x0c\\\\x9d\\\\x904V\\\\xf0\\\\x91\\\\x12Dx\\\\x8e\\\\xa4\\\\x94\\\\xc9\\\\xdc\\\\x068\"^\\\\xddt\\\\xd5\\\\xb9\\\\xa1\\\\x88\\\\x025\\\\x833\\\\xe3\\\\xd5}FER\\\\xd4dh\\\\xa2\\\\xd9f\\\\xe6!`\\\\x00O\\\\xa4\\\\xe8@\\\\xf2\\\\'\\\\xc6:lb\\\\xc9\\\\xd1\\\\x8b\\\\x07^\\\\xaa3\\\\xae\\\\xa0\\\\x90\\\\x8d\\\\'\\\\xca\\\\x0f\\\\x97\\\\xfc:\\\\xe3 \\\\x17j\\\\x00\\\\xad\\\\x8b\\\\xe9f\\\\xdd\\\\xab\\\\xa9\\\\xd0\\\\r\\\\x0f\\\\xd4\\\\x0f\\\\xd9\\\\xd4J\\\\xab\\\\x89\\\\xf0S\\\\xf1\\\\xf2\\\\xee\\\\xae\\\\xda\\\\xd9\\\\x1bT\\\\x1e\\\\xa0g\\\\xb0\\\\x1e=\\\\xa7H\\\\xd7\\\\xa4\\\\xce\\\\x00\\\\x82\\\\x80\\\\xf6\\\\xa9\\\\xd6!\\\\x0e\\\\x96W\\\\xf8,\\\\xee\\\\x0e\\\\x9d\\\\xfc;w\\\\xe8#,\\\\x8a(]|y\\\\xad\\\\xf4e=D\\\\x17\\\\xdfS\\\\x98\\\\xf7#I\\\\x00\\\\x9e\\\\xf3\\\\xa7n\\\\xd1\\\\xdf\\\\xa8\\\\x9c\\\\x04\\\\x874\\\\xd1q\\\\xaa\\\\x17^\\\\xff\\\\x00\\\\xb7\\\\x9f\\\\xf7\\\\r\\\\xca\\\\xfe\\\\x9e\\\\xe5\\\\xb7\\\\x13\\\\xcb\\\\xdffw\\\\xc4\\\\xf3\\\\x17\\\\xda\\\\xaa\\\\xbc\\\\x93\\\\xb9p\\\\x9c\\\\x90\\\\xde\\\\xe5R\\\\x18\\\\xed\\\\xf0#\\\\xb7^?\\\\xe6>6v\\\\x1e\\\\xf6\\\\xdc<\\\\x9a\\\\xb1\\\\xe7\\\\xd9\\\\xd7\\\\xeb\\\\x9eJ\\\\xd5\\\\x9b\\\\x9a\\\\xc8\\\\x04\\\\xd3\\\\x9f\\\\xe5w\\\\x97\\\\xc6\\\\xbfZx\\\\x7f\\\\x90\\\\xe4dr\\\\x1cw=\\\\x82\\\\xbczc\\\\xaa\\\\xd8\\\\xcb\\\\xe9@+\\\\x05\\\\x8a\\\\x84\\\\x07t\\\\x99\\\\x88a\\\\xac\\\\x9e\\\\xbc]\\\\xc9\\\\xbd\\\\xf2n\\\\x7f\\\\xc6[\\\\t\\\\x06ze\\\\x91O\\\\xbbo\\\\xdb\\\\x87\\\\xa7\\\\xd4\\\\xca\\\\x83\\\\xf9\\\\xbf\\\\xcdZ\\\\xc7\\\\xcc\\\\xb9\\\\xb2^\\\\x8c;\\\\x90\\\\xad\\\\xae\\\\x19Q\\\\x1d\\\\x14\\\\xee\\\\xf5*\\\\x9d\\\\xa7\\\\xb7\\\\x89\\\\'\\\\xcf\\\\xac\\\\xb3\\\\x13~\\\\xef\\\\xa7\\\\x1c\\\\xfa\\\\xf7\\\\x05@\\\\xd00\\\\\\\\\\\\xaa\\\\xfc\\\\xea\\\\xfc\\\\x9b\\\\x9c\\\\xb6\\\\xd8q\\\\x80\\\\x9e\\\\x8cT`\\\\t*\\\\xba3\\\\x13\\\\xa6\\\\xa6;\\\\xc6\\\\xbdz\\\\x91\\\\xb4\\\\x1bK@fj\\\\x7f\\\\x0b\\\\x1fs\\\\x7f\\\\xd49\\\\xa7W\\\\xaa\\\\xba\\\\xf8#\\\\x9dU\\\\xa3\\\\x1f\\\\n\\\\x9c\\\\xd3\\\\x8cWi\\\\x96VU\\\\x96k4\\\\x9dVB\\\\xfd?e\\\\xdb\\\\xb1\\\\x8d\\\\xdd\\\\xb3\\\\xbb4\\\\x98\\\\x06\\\\xac\\\\x9d\\\\xab\\\\xe5\\\\xe4\\\\xb27\\\\x11\\\\xb8^@S\\\\x9f.9%\\\\xea3o{l5\\\\x12\\\\xd5\\\\xc1\\\\x05\\\\x98\\\\x7f\\\\x0bh\\\\x00\\\\x8dF\\\\x84\\\\x93?gYS\\\\xb5\\\\x10*\\\\xa9\\\\xfb\\\\x93r\\\\xc9\\\\xd3 \\\\xe3\\\\x7fN\\\\xab-\\\\xab|\\\\xab/b\\\\xb9\\\\x16\\\\xb7\\\\xa4\\\\x16>\\\\x0b\\\\xa9&\\\\x07\\\\x89\\\\x03^\\\\xaa\\\\xfb~\\\\x87\\\\x06\\\\xaf\\\\xc7o\\\\x96+D\\\\xcd\\\\xe3QE;\\\\x8e\\\\xcb\\\\xc3\\\\xa7\\\\x12\\\\xbc\\\\x8d\\\\xf6)\\\\xac\\\\xb2\\\\xb6&\\\\xd2\\\\xcb\\\\xf8e\\\\xa1gY\\\\x0b\\\\xae\\\\x80y\\\\x9e\\\\xa0Y\\\\xb9pT\\\\xbcb|\\\\x8dh\\\\x1f\\\\xc5,]\\\\xb7\\\\x02\\\\\\\\b\\\\x12\\\\xdeM\\\\xf6s<\\\\x95\\\\xd6%a^\\\\xe7\\\\xd9M$\\\\x85\\\\x00x\\\\r\\\\xc2\\\\x06\\\\x80~\\\\xce\\\\xdd\\\\\\\\\\\\x85\\\\xafp\\\\xfaq$pUY\\\\xcd\\\\xcb5*\\\\xa6\\\\xff\\\\x00\\\\xe8\\\\x9c\\\\xdf\\\\xfe\\\\x8a\\\\xbf\\\\xfc\\\\r\\\\xfe]\\\\x17\\\\xb7{\\\\x82\\\\x8f\\\\xd9\\\\xb7\\\\xc9\\\\x7f\\\\xff\\\\xd0\\\\xa1\\\\xae\\\\xfc\\\\xfa\\\\xa5\\\\x95\\\\xedUE\\\\xb5\\\\xd5\\\\xcdl\\\\x01`\\\\xc2\\\\x02\\\\xd6\\\\xcb\\\\xa9\\\\x04G\\\\x7f\\\\xdf\\\\xd7\\\\x9b\\\\x91\\\\x04\\\\xd1|J:\\\\x88\\\\xc7\\\\x15\\\\'\\\\x8f)\\\\xc6e\\\\x85\\\\xa2\\\\xeb0kPW&\\\\xe6\\\\xb1\\\\xf4\\\\x04\\\\x81$\\\\x8f\\\\x01\\\\x111\\\\xd1\\\\x86\\\\x05\\\\x90\\\\x93\\\\xa2\\\\x89\\\\xd7\\\\xe3\\\\x99\\\\xaa\\\\x85m\\\\xce\\\\xba\\\\xe6\\\\n\\\\xafe\\\\xd5\\\\xa5\\\\x8d\\\\x0b\\\\n\\\\x0bA\\\\xd0w\\\\xd7\\\\xbfn\\\\xfe=\\\\x15\\\\xb0\\\\xc2\\\\xa9\\\\xf0\\\\x9dk\\\\xda\\\\xac\\\\xae\\\\x16\\\\xdbm\\\\xc3\\\\xcc\\\\xc6\\\\xca\\\\xa0\\\\xe3\\\\xd1\\\\x94\\\\xde\\\\xe5\\\\x1e\\\\xe2\\\\xfa\\\\xbd\\\\xb433\\\\x0b\\\\xaf\\\\xd9\\\\xdf\\\\xa7\\\\xc0\\\\x9d$2\\\\xd3\\\\xb37\\\\x04\\\\x95\\\\xce\\\\x1f>\\\\xe6,\\\\xcb\\\\xc9\\\\xe4\\\\x7f\\\\'K7\\\\x1fP\\\\xf6\\\\xcd\\\\xf6B\\\\xfbd\\\\x90\\\\x16\\\\x0c\\\\x890I\\\\xd3\\\\xc0y\\\\xf5\\\\x9f\\\\x17\\\\x93\\\\x93\\\\x92\\\\xa1\\\\xba&E\\\\xd5xsq\\\\x1b\\\\x01q\\\\xff\\\\x00(h\\\\xcaR\\\\xeb\\\\x9dun\\\\xc5m\\\\xd1\\\\xb6\\\\x12\\\\xda\\\\xc4w\\\\x04\\\\x1f>\\\\xad\\\\x89\\\\r 2U\\\\xack\\\\x8f\\\\xd5)\\\\xe7\\\\xddf)\\\\xfc\\\\xba\\\\xa1M\\\\xcb\\\\xe8\\\\xad\\\\x14\\\\x18\\\\x0ce\\\\xa6F\\\\x8a i\\\\xd2\\\\'\\\\xa8\\\\x02\\\\x06*\\\\xed\\\\xa9i-*\\\\x04\\\\x1b\\\\'\\\\x8c\\\\x18\\\\x95\\\\xe3d\\\\xe2+&Mv\\\\x0bR\\\\xca\\\\x9d\\\\x84\\\\xfbl\\\\xa4\\\\x02t\\\\x03\\\\xb4\\\\xcf\\\\x80\\\\xe9\\\\x176fPv~\\\\x02\\\\xd4\\\\xda\\\\x9a\\\\xd7\\\\x0e\\\\x19[\\\\xd7~\\\\xac\\\\xfce\\\\xdb\\\\x1f3\\\\x90\\\\xaf#\\\\x1b\\\\x91\\\\x14\\\\xa8\\\\xb7\\\\x14\\\\xd4\\\\x1d^\\\\xca\\\\xf4\\\\x0c\\\\x8d?\\\\xc4@\\\\xf0\\\\xec\\\\x7fo\\\\x95\\\\xdf|}\\\\xe9\\\\\\\\{`\\\\x90\\\\xeey\\\\x0e\\\\\\\\r[\\\\xdbk\\\\xf0 \\\\x03B\\\\xaa\\\\x8f\\\\x90~\\\\xbb\\\\xf3\\\\x16g\\\\xe5\\\\xe5qx\\\\x14\\\\xe2\\\\x04\\\\x84]\\\\xeaY\\\\x18\\\\x08\\\\x1e\\\\x95\\\\x98S\\\\xa8\\\\xd7\\\\xbfL\\\\xdb\\\\x7f\\\\xd4E\\\\xd0\\\\r\\\\xe9\\\\xd4\\\\xf2\\\\xc9[\\\\x1b\\\\xc8\\\\x03DJ\\\\x8f\\\\xf73\\\\xce/\\\\xc7\\\\xf2p\\\\xf3\\\\xf0\\\\xc8\\\\xcaY\\\\xfc\\\\x8eV1\\\\x15\\\\xaa;\\\\xfe#f\\\\x93\\\\xd8DOO\\\\xb9\\\\xff\\\\x00R\\\\xbb\\\\xae0\\\\xb7{\\\\xfe1\\\\x88oSt\"\\\\xa9\\\\xf0\\\\xdd\\\\xc3\\\\xf68\\\\x95E\\\\xf3\\\\xdf\\\\xa9_\\\\'\\\\xf9\\\\n[_\\\\'\\\\xca\\\\xdd}YD\\\\x1bq\\\\xc1!\\\\x18\\\\rA w\\\\xff\\\\x00\\\\x87^\\\\x93g\\\\xff\\\\x00]\\\\xdamd\\\\'\\\\x18\\\\xbc\\\\x86g\\\\x17S-\\\\xd4\\\\x99\\\\x85\\\\x12\\\\x9dyM`Fbv\\\\xdc\\\\x7f\\\\x0b\\\\x11\\\\xaa\\\\x83\\\\xa6\\\\x83H\\\\xfa\\\\xf8\\\\xf5\\\\xaf(\\\\xb7r\\\\xa9+\\\\x87$\\\\xcb^exT\\\\x19}\\\\xd60\\\\x95%\\\\x81\\\\x98\\\\x11\\\\x1e\\\\x03\\\\xac\\\\xab\\\\xbbs~c\\\\x92(\\\\xdc\\\\xa3fT|~X\\\\xbe\\\\xfb\\\\x19\\\\xc0%\\\\x88m>\\\\xfd\\\\'\\\\xcf\\\\xe9\\\\xd3.lb\\\\xda@\\\\xa2\\\\x9dR\\\\x0eJ?_*\\\\xe4\\\\xd6\\\\xdb\\\\xc9\\\\x85\\\\x00\\\\x02u\\\\x07\\\\xc4\\\\x02~\\\\x9dfO\\\\xe3\\\\x85S\\\\x0c\\\\x93\\\\'\\\\x1d\\\\xf2\\\\x9c\\\\xecB\\\\xb7c\\\\xe6YM\\\\xe8d5n\\\\xca~\\\\xa0\\\\x10|\\\\xfa\\\\xcb\\\\xbf\\\\xf1OF\\\\xa2Q\\\\x91\\\\xe6\\\\xad.#\\\\xf5S\\\\xe5X\\\\xb95e\\\\xd3\\\\xf2\\\\x1c\\\\xf1\\\\x97R\\\\x91M\\\\xc6\\\\xfb\\\\x18\\\\xae\\\\xe1\\\\xea\\\\x82L\\\\xc1\\\\x1a\\\\x11\\\\x1a\\\\x8d:\\\\xa4>7\\\\x16\\\\x1e5uRw\\\\xa7\\\\n\\\\xabc\\\\xe3_>\\\\xe69g\\\\xff\\\\x00\\\\xf8\\\\x86~FH\\\\x12\\\\x8d61\\\\xf4\\\\xc1\\\\x07K\\\\t\\\\x80f4\\\\xfb\\\\xba\\\\xd4\\\\xf8\\\\xff\\\\x00\\\\x8e\\\\x12\\\\x89\\\\x90\\\\x007 \\\\xb3on\\\\xc8,\\\\xeb\\\\xa0\\\\xf8\\\\xbeb\\\\x9c\\\\xacJ\\\\xcb\\\\xba\\\\xda\\\\xe8\\\\x90\\\\xc0\\\\xc20]\\\\xbe\\\\x90\\\\xb3\\\\x13\\\\xbb\\\\xc6~\\\\xfe\\\\xb5\\\\x8c\\\\r\\\\xa1\\\\xd5\\\\x15\\\\xbb\\\\xc2A\\\\xcfz\\\\xdf\\\\x8fu6[\\\\x91E6\\\\xd4\\\\xd5\\\\x95\\\\xfecn\\\\r\\\\x12\\\\xb2&\\\\x01\\\\xec\\\\x06\\\\xbdV\\\\x17#\"Y8]dn\\\\xba\\\\xc3\\\\xd3\\\\\\\\\\\\x92\\\\x82\\\\xbf\\\\xe5\\\\xa5cF2\\\\x02\\\\xc1\\\\xd6$}:h\\\\x9bF\\\\x98\\\\x92\\\\x8bP\\\\xcb\\\\xcdzE\\\\xfb\\\\x95\\\\xc3+2\\\\xcaN\\\\x89\\\\xb8\\\\x83\\\\xa9\\\\xd4\\\\x8f\\\\x01\\\\x00v\\\\xe9\\\\x82C\"\\\\xe3\\\\x8cR\\\\xc8\\\\xae+A\\\\xb1\\\\xeb\\\\xc8{Q\\\\x9c\\\\xd8ee\\\\x86\\\\xd0\\\\xcc\\\\x14\\\\x96;T\\\\x804\\\\x13\\\\xe1\\\\xd4\\\\xc9\\\\x89\\\\x04!5u\\\\xb5\\\\x05WZ^\\\\xe2\\\\xaa\\\\xa5\\\\xd8\\\\xd7e\\\\x907B\\\\x93\\\\xe0;\\\\xc1?^\\\\x97; \\\\x978\\\\xa4N\\\\xce\\\\xa7Q\\\\xaf\\\\xe3\\\\xf0,\\\\x0c\\\\x1a\\\\x8d\\\\x9b\\\\xbd\\\\x0e\\\\xea\\\\x18\\\\xb4\\\\x81\\\\xbb\\\\xd3\\\\xb4\\\\xccj\\\\x0f\\\\xd0}\\\\xbd+\\\\xda!\\\\xb4\\\\xe0\\\\x91=\\\\xb8+VW\\\\xc4}\\\\xfc\\\\x1b.\\\\xc5d \\\\xca\\\\xed\\\\x0b\\\\xed\\\\xcc\\\\xe9\\\\xae\\\\xa3]u\\\\xff\\\\x00\\\\x18\\\\xe9\\\\xb3\\\\x8c\\\\xb4\\\\x16U%\\\\xb6c\\\\xd1\\\\x01\\\\xc6\\\\xf8\\\\xcb\\\\xd1(\\\\xf5\\\\xee\\\\xb5[\\\\xdc\\\\xae@\"O\\\\x9c\\\\xc4\\\\xea4\\\\xd7\\\\xc7\\\\xed\\\\xea,\\\\xd6-\\\\x9a\\\\xacl\\\\x9f4\\\\xf5\\\\x8b\\\\xc3\\\\xa7\\\\xf4\\\\xdb\\\\x91U\\\\x0b\\\\xdaB\\\\x980C\\\\x1dD\\\\xce\\\\x9d\\\\xba\\\\xb18\\\\x8d%\\\\x93a\\\\rJ\\\\xb5\\\\xe68kh6-UV\\\\x94\\\\xef\\\\x00\\\\x19m\\\\xc0\\\\x03>\\\\xae\\\\xd3\\\\xa9\\\\'I\\\\xf1\\\\xeb&S\\\\x94I\\\\xedK\\\\xbbh\\\\x8e\\\\xe4\\\\x1b\\\\x0b\\\\x1f+\\\\x15M\"\\\\xa3]\\\\xc6\\\\x0b\\\\x10\\\\xc3\\\\xd2\\\\xa4vm\\\\xe0\\\\x02L\\\\xc0\\\\x9f\\\\x0e\\\\x9fnD\\\\x80\\\\xe9\\\\x02\\\\x0ch\\\\xadz+\\\\xc6\\\\xcb\\\\xe3\\\\xf1\\\\xf1\\\\xce\\\\xe6)H\\\\x0f$\\\\x05%D\\\\x13\\\\xa8\\\\x80 \\\\xf9uh\\\\x8dC\\\\xd4\\\\xae\\\\xd9\\\\x93\\\\xd3\\\\x9a\\\\xae\\\\xb9\\\\xde\\\\x0b\\\\xf2(.\\\\xa9}\\\\xe5\\\\xb2\\\\xc0*,\\\\x0e\\\\x82$xx\\\\xf5J\\\\xe5\\\\xc1\\\\x06>IS\\\\xb4R\\\\xa6S\\\\xe4ac\\\\xe4\\\\xa3\\\\x90E\\\\xc8I\\\\xa5\\\\x8e\\\\xefmF\\\\x82\\\\x02\\\\xf7,5\\\\xed\\\\xd7J~\\\\x87\\\\x99\\\\xc1 b\\\\xc1\\\\x01\\\\xc6\\\\xb1\\\\xd7\\\\xdf`\\\\x8e,\\\\xb96\\\\xba\\\\x95\\\\x10\\\\xc4F\\\\x84\\\\x0e\\\\xdd\\\\xe7\\\\xec\\\\xd3\\\\xa2\\\\xb50\"H\\\\xa0\\\\xea\\\\xb8\\\\xea\\\\xc1\\\\xab\\\\xd1Y\\\\xbf\\\\x1f\\\\xf8?\\\\xce>U\\\\xc37#\\\\xc0p\\\\xae\\\\xf8\\\\x18\\\\x19\\\\x14b]\\\\x91\\\\n\\\\x87\\\\xdd\\\\xbcB\\\\x91[\\\\x10\\\\xc1~\\\\xbd\\\\x84\\\\xf5r\\\\xdce88\\\\xc1Y\\\\x85\\\\x89J\\\\xa9\\\\xfb\\\\x87\\\\xfd(\\\\xe6\\\\xd2\\\\xdck3\\\\x13\\\\x0f\\\\x00\\\\xd4\\\\xecH\\\\xb2\\\\xd1ap\\\\x14\\\\x1fV\\\\xc0H\\\\r\\\\x1f\\\\xf1\\\\xe9\\\\x90\\\\x98\\\\x8c\\\\x9d\\\\x10\\\\xb4\\\\xc6\\\\xa9\\\\xcb3\\\\xf4\\\\x97\\\\x8b\\\\xe61\\\\xde\\\\x9eW\\\\x9dqI\\\\'\\\\xde\\\\\\\\Z\\\\x83Y*\\\\x0c\\\\x8d\\\\xd2N\\\\xd04\\\\xecg\\\\xc3\\\\xcf\\\\xa4\\\\xdd\\\\xba.\\\\xfaO\\\\xf6\\\\xadz\\\\x1b\\\\x15\\\\x1a\\\\xbf\\\\xd1\\\\x9f\\\\xd3\\\\xce<\\\\x03u\\\\xdc\\\\x8eMx\\\\xe3\\\\xf9\\\\xce\\\\xe5T%\\\\xad\\\\xd8\\\\xae\\\\xd1\\\\xe2\\\\x06\\\\xa7\\\\xb0\\\\x9d{\\\\xf4\\\\x1e\\\\xfc\\\\xc3\\\\x00(\\\\x90}\\\\xb0K\\\\xa6\\\\x8c_\\\\x83\\\\xfe\\\\x94\\\\xf18\\\\x95{\\\\\\\\\\\\x08\\\\xca\\\\xad\\\\xce\\\\xd49\\\\x06\\\\xc6\\\\x05{\\\\x80\\\\xd1\\\\xa1$\\\\x8f\\\\x1f\\\\xfb]+\\\\xd34\\\\x18)\\\\xff\\\\x00&\\\\x00\\\\x07N\\\\\\\\/#\\\\xf0\\\\\\\\J\\\\xb1\\\\xf1\\\\xf0\\\\xf8|\\\\x0c\\\\x04\\\\xac\\\\xb7\\\\xe5]q\\\\xa9%\\\\x00c\\\\xf8\\\\x1a\\\\x1fS\\\\x1fO\\\\xf1\\\\xea\\\\xb8\\\\xb9\\\\x96\\\\x01\\\\x86\\\\x83@\\\\x0c\\\\x1f\\\\xfbz\\\\x0br\\\\xcc\\\\x97<\\\\x94\\\\xcc5*\\\\x84\\\\xd7K\\\\xdao\\\\xb2\\\\xc1\\\\x05=8\\\\xf4\\\\xed\\\\xdd\\\\xe92\\\\x14\\\\x99;\\\\xa7\\\\xb91\\\\xde>\\\\xce\\\\x84\\\\x89J\\\\xa3\\\\x04%\\\\xb2\\\\xed\\\\xa2\\\\xc5\\\\xa8\\\\xa2\\\\x9a\\\\x91\\\\xaf\\\\xa9X\"\\\\xae\\\\xd6Y\\\\r\\\\xb4\\\\xe8\\\\xcc \\\\x18:I\\\\x8f\\\\xfb,F,\\\\xef\\\\x82Y\\\\x96\\\\x05\\\\xd0\\\\xbb\\\\xf8\\\\x8a.\\\\xbf\\\\xf3U\\\\xd5S\\\\x86+X\\\\xad\\\\xc6\\\\xdd\\\\xc7F\\\\xda\\\\xc3U\\\\xd6$\\\\xeb\\\\xe5\\\\xdf\\\\xa5\\\\xdc\\\\x99\\\\x85C\\\\x1c\\\\xd9\\\\x1c&y\\\\xa5\\\\xfe[#\\\\x0f\\\\r\\\\xdf.\\\\xecz1\\\\x9a\\\\xb6b)\\\\xaflz\\\\x94\\\\x86U,\\\\x84i\\\\x1a\\\\x92\\\\x07\\\\x8fF.\\\\x9b\\\\x85\\\\xe2;\\\\x93.\\\\xeea\\\\x10\\\\xf4\\\\n\\\\x8c\\\\xf9\\\\x17\\\\xea\\\\x83\\\\xe1\\\\x96\\\\xc5\\\\xe20f\\\\xab\\\\x15\\\\xd9\\\\xb2\\\\x9d\\\\xb6(rHd\\\\x1bF\\\\xdd\\\\xd0\\\\x0c\\\\x01\\\\xd5\\\\xcd\\\\xb9\\\\x99\\\\x8fE\\\\x91\\\\xba\\\\xde\\\\xb99\\\\x12\\\\xa8o\\\\x96\\\\xfe\\\\xa2\\\\xe7\\\\xf2@\\\\xdb\\\\x93\\\\xca6o\\\\xf3\\\\x06\\\\xdalb\\\\xbbb\\\\x0b\\\\n\\\\xc0\\\\x83\\\\xa6\\\\x9e\\\\x11\\\\x1dZ3\\\\x8du\\\\x17\\\\xe1\\\\xd6M\\\\xcd\\\\xcc\\\\x8bW\\\\x8e\\\\x8a\\\\xa0\\\\xe7>^.\\\\xae\\\\xc1\\\\x8b(-Q\\\\xedT\\\\xcd\\\\xbda`\\\\t\\\\x9du\\\\xd7\\\\xfcGS9\\\\xdb$\\\\x11L(\\\\x87\\\\xdc\\\\x98~j\\\\xb3\\\\xce\\\\xe49L\\\\x82\\\\xe17n+\\\\xb8\\\\xa0&l\\\\x90u\\\\x00i\\\\xa8\\\\x9e\\\\xfa}\\\\x9dG\\\\xb8\\\\xcf\\\\x11\\\\x12\\\\xe3\\\\xcdI38\\\\xe0\\\\x913\\\\x1f\\\\x9a\\\\xcc\\\\xb5h\\\\x9b\\\\x03\\\\xde\\\\xad\\\\xed\\\\x85\\\\x98\\\\x83\\\\xa9\\\\xf4\\\\t?H\\\\xfau\\\\x9fr\\\\xd6\\\\xb9R%\\\\xce\\\\x03#\\\\xcd2\\\\x17\\\\x0chr\\\\xe3\\\\xfaB\\\\xaa\\\\xe3\\\\xb3\\\\xaeb\\\\x1f\\\\xf95\"\\\\x85\\\\xdd\\\\xb0\\\\x88\\\\x02\\\\t\\\\xd2$\\\\xe9\\\\xd8\\\\xf5\\\\x10\\\\xb1\\\\xa8<\\\\xa8\\\\x06<\\\\xfc\\\\x11\\\\x1b\\\\xe6=\\\\xb9)5\\\\xd2\\\\xa1(\\\\x14V\\\\xed`\\\\xf4\\\\x86\\\\xd0\\\\x80D@\\\\'l\\\\xc6\\\\xdf\\\\x03\\\\xd2M\\\\xb7\\\\x1e\\\\x9a\\\\xd7\\\\x14~\\\\xff\\\\x00\\\\x1c}Sw\\\\x1d\\\\xc5^i\\\\xb2\\\\xec\\\\x8a\\\\xce1\\\\xbd7b\\\\xca\\\\x85\\\\x00h7xA\\\\xf0\\\\x03\\\\xf6\\\\xf4V\\\\xf6\\\\xb3$\\\\x92\\\\x03\\\\xb58\\\\xe6\\\\x96o\\\\x82\\\\x18\\\\xf1\\\\xfc\\\\'\\\\xcco\\\\x86\\\\xa6U\\\\xb5R,Gk= U\\\\x0e\\\\xc5\\\\x18w\\\\x81\\\\nd\\\\t#\\\\xabGa\\\\x02@ 9\\\\xe4\\\\xd4@o\\\\x93P\\\\xe9\\\\xcb\\\\xff\\\\x00\\\\xd1\\\\xdf\\\\x15x\\\\xa5o\\\\xc3\\\\xa0\\\\xa5\\\\xa4V\\\\xf8\\\\xaf\\\\x8f[\\\\xa6\\\\xcd!\\\\x89\\\\x99\\\\xec|5\\\\x81\\\\xd3\\\\x7f\\\\xc5\\\\x88\\\\x96\\\\xa8\\\\xf1\\\\xfd\\\\xa3\\\\xff\\\\x00&@\"\\\\t\\\\x87ba\\\\xb9j\\\\xeesf\\\\xfb\\\\x01\\\\xfe\\\\x1b,R\\\\xa4\\\\x81\\\\xda|>\\\\xce\\\\xa9L\\\\x99SK7R\\\\xfd\\\\xe5\\\\x04\\\\xf7\\\\xf2\\\\xc7R\\\\xd7\\\\x8b\\\\xfa9\\\\xfaj\\\\xc5Q~+\\\\x8d\\\\xb6d\\\\xb9{4s\\\\x12\\\\xa4\\\\xee\\\\x12\\\\x00:Go\\\\x13\\\\xd2\\\\xa3n\\\\x98\\\\xbfy\\\\xfc\\\\xa4\\\\xc7\\\\x7fp\\\\x174\\\\xe6\\\\x8f\\\\xe1\\\\xfe\\\\x90\\\\xfe\\\\x90c\\\\x8aq\\\\xf2>/E\\\\xe3\"\\\\xc0\\\\xcd7Zl\\\\xd8H\\\\x82\\\\xa7q;F\\\\xa4\\\\x8e\\\\xfd\\\\x15\\\\xb0\\\\x01\\\\xd3\\\\xa5\\\\xdf\\\\xa9\\\\xfc\\\\xab\\\\x10\\\\xf9)\\\\xc6O)3\\\\xa9\\\\x9c?\\\\xe8\\\\xdf\\\\xe8\\\\xdf\\\\x0b\\\\xc8W\\\\x9dW\\\\xc4\\\\xec\\\\xe7\\\\xbd\\\\x8fyo\\\\xc5\\\\xe4n\\\\xb2\\\\xccwK$\\\\r\\\\xa8\\\\xac\\\\xa42\\\\xe8>\\\\x9d>\\\\xd5\\\\xdbV$\\\\x1e\\\\x1a\\\\x9c`k\\\\xc1L\\\\xff\\\\x00\\\\xd9\\\\xceG\\\\xd0h\\\\xe9\\\\x7f\\\\xe4\\\\x1f\\\\xa1\\\\xdf\\\\xa6\\\\xbc\\\\xaf\\\\'\\\\x99\\\\x99\\\\x85\\\\x81\\\\x7f\\\\x02\\\\x99.\\\\x86\\\\x9c\\\\x0c\\\\x0b\\\\xcf\\\\xe5\\\\xa8\\\\x95\\\\x04\\\\x80,\\\\x0cJ\\\\x9f\\\\xa1\\\\x9dz\\\\xaft\\\\xd8\\\\xbd\"b4\\\\xf4\\\\x19\"?-t\\\\x12M{R\\\\xc0\\\\xfd\\\\x03\\\\xf8u\\\\xd5\\\\xe6\\\\x9asyu\\\\xb5\\\\xa9\\\\xf6\\\\xf0\\\\xc8z\\\\xff\\\\x00\\\\x95j\\\\x90\\\\x03\\\\xbc\\\\x8dD\\\\x02c\\\\xcb\\\\xf7D6\\\\xf6e@\\\\xfd\\\\xb4n:.\\\\x8f\\\\xca\\\\xdc.O\\\\x82D\\\\xf9\\\\x0f\\\\xfbb\\\\x19\\\\x97\\\\xe3\\\\xd5\\\\xc5\\\\xfc\\\\xa5\\\\x1d/MN^9\\\\x05l\\\\x9dJ\\\\xb5e\\\\x94)\\\\'\\\\xc7^\\\\x9f\\\\xb7\\\\xb7+%\\\\xe3/#\\\\xe7\\\\x8a\\\\xeb\\\\xbf)n@\\\\r8%\\\\'\\\\xff\\\\x00i9yX\\\\xc9z|\\\\xf3\\\\x06\\\\xab]\\\\xd9\\\\x1a\\\\x9b)b6I\\\\xda\\\\xc3Y\\\\x93\\\\x1a\\\\x8e\\\\xff\\\\x00oW\\\\xec\\\\xee\\\\xee\\\\x10\\\\xe3I\\\\xe9P\\\\x86;\\\\xd8F\\\\x8c\\\\x87r\\\\x9f\\\\xec\\\\xaf\\\\xf5#\\\\x04-\\\\xe9\\\\xcaq\\\\xed\\\\x87\\\\xee%\\\\r\\\\x92\\\\xe5\\\\xea\\\\x9bY\\\\x03\\\\xa2\\\\xec\\\\x89\\\\x82\\\\xb2g\\\\xb7V\\\\xce\\\\xe6\\\\xfd\\\\xb8\\\\x99N\\\\x11n\\\\xd3\\\\x9fr\\\\xb0w\\\\xd1\\\\x88\\\\xc0\\\\xa8\\\\xed\\\\xfe\\\\xce~Z\\\\x98\\\\xdb\\\\xc7\\\\xcax\\\\xc1u\\\\x90*\\\\xa5\\\\x83\\\\x90I0u\\\\x1ed\\\\x7f\\\\x8fH\\\\xff\\\\x00\\\\xd9^&\\\\xb0\\\\x8bv\\\\x97\\\\xfa%\\\\xff\\\\x00\\\\xec\\\\xe0N\\\\t{/\\\\xfd\\\\xa2~\\\\xa1\\\\x8b\\\\x85X\\\\\\\\\\\\x87\\\\x13\\\\x9dY\\\\xf45\\\\xc2\\\\xf2\\\\x80\\\\xb7r\\\\x00u\\\\xd4}z?\\\\xfd\\\\xc4\\\\xa0\\\\x1c\\\\xdbs\\\\xd2C\\\\xee\\\\xc9\\\\x83\\\\xe5#\\\\xc9B\\\\xb3\\\\xfd\\\\xa4\\\\xfe\\\\xa5\\\\xf6\\\\xa9\\\\xf8\\\\xbb\\\\xdb\\\\xc22\\\\x80Y\\\\x03Q$D\\\\xce\\\\x91\\\\xe7\\\\xd0\\\\x8f\\\\x9e.\\\\xde\\\\xd4\\\\xbf\\\\xfb\\\\xa3\\\\xf9M\\\\x1f%\\\\x04\\\\xaf\\\\xc9\\\\x7f\\\\xb7\\\\xdf\\\\xd5^\\\\x11Td\\\\xfcf\\\\xfc\\\\xac{\\\\x18\\\\xcbb\\\\x11y0\\\\xa2eT\\\\xcf\\\\xd3\\\\xfb\\\\x1e\\\\x8f\\\\xff\\\\x00k\\\\tT\\\\xc6@\\\\xf6?\\\\xd1\\\\xd4\\\\xff\\\\x00\\\\x93nUv*\\\\xbc\\\\xe4\\\\xfe\\\\x03\\\\xf2\\\\xde3}\\\\xd9\\\\xff\\\\x00\\\\x1c\\\\xe50\\\\xeb\\\\xdd\\\\xa5\\\\xb6b\\\\xdb\\\\x12d~-\\\\xb1\\\\xdcun\\\\x1f#oK\\\\xbb\\\\x0e\\\\xae\\\\x13c\\\\xb8\\\\x88h\\\\xb8~\\\\xd4\\\\x0cp\\\\xd9\\\\xd4\\\\xb5\\\\x8a\\\\xd8\\\\x17\\\\xab\\\\x83\\\\xe9SS\\\\xc8\\\\xff\\\\x00\\\\xf1|\\\\xbc\\\\xfa#\\\\xbf\\\\xb5!\\\\xfb\\\\x8f\\\\x10\\\\x8eW]A\\\\xb3\\\\x8d\\\\xceY\\\\'\\\\x1a\\\\xd0T\\\\xcbz[A\\\\xb6{G\\\\x96\\\\xbd>;\\\\xbbG\\\\xfdC\\\\xc4\\\\'F`\\\\xad?\\\\x94s\\\\xb0\\\\n\\\\xdb\\\\xb1\\\\x88\\\\x1a\\\\x08\\\\xd6\\\\x0c\\\\x8f\\\\xf1\\\\xe9\\\\xde\\\\xe8]\\\\xee\\\\xf5Y\\\\x10+QZ\\\\x05\\\\xdcN\\\\xc9mL\\\\x9e\\\\xf2{\\\\xf7\\\\xe8A\\\\xd4\\\\\\\\\\\\xa1\\\\xac\\\\x8b\\\\x95\\\\xa0\\\\xac\\\\xc7\\\\xaaO\\\\x89\\\\'Q\\\\xaf\\\\x9e\\\\xbd0I\\\\x8a`\\\\x91u\\\\x8dj\\\\xec\\\\xeaN\\\\xe2\\\\xa0DF\\\\x9a\\\\x9dg\\\\xbf\\\\x7f\\\\xdf\\\\xd4\\\\xc8\\\\x80\\\\x11JB8\"ve\\\\xba5@F\\\\xda\\\\xd4\\\\xa8\\\\xdd\\\\xa8:\\\\x9d|{\\\\xcck\\\\xd2#\\\\x07\\\\x0e\\\\x95\\\\x11\\\\x9a\\\\x91HL\\\\xaa\\\\xd5\\\\xb6\\\\xc5\\\\x81\\\\xc1\\\\xb4\\\\xee \\\\x15\\\\x07\\\\xb81\\\\x13\\\\xfd\\\\xfd\\\\x0c\\\\x8e\\\\x92\\\\x87V\\\\x992\\\\xddnY\\\\xc7CUv\\\\x95p@\\\\xb1\\\\x94\\\\xc4\\\\x95=\\\\xf7\\\\x03&fc\\\\xa1\\\\x8c5\\\\x17!\\\\x1cfH?\\\\xda#\\\\xc5|\\\\xb7\\\\x9b\\\\xe12\\\\x16\\\\xee79\\\\xf1m:8F 4k\\\\xeb\\\\x1e#\\\\xc8\\\\xc7Uw\\\\x9f\\\\x17\\\\xb7\\\\xdd\\\\xc5\\\\xae\\\\xc4\\\\x1f\\\\xaag\\\\xb8@L\\\\xfc\\\\x87\\\\xce>M\\\\xf2\\\\xab\\\\xd6\\\\x8c\\\\xac\\\\x87\\\\xd9f\\\\x83\\\\x1e\\\\xa5\\\\x08\\\\x8c\\\\xb0;\\\\xfd\\\\xddd\\\\xd9\\\\xf8M\\\\x9e\\\\xc2:\\\\x80\\\\xc32]T\\\\xbf\\\\xb8\\\\x99\\\\x0c\\\\ny\\\\xe0*8x\\\\xeaT\\\\x0b3\\\\x1c\\\\x0e\\\\xc4\\\\x01\\\\xe1\\\\xe7\\\\xa4y\\\\x8e\\\\xbc\\\\xee\\\\xf6^\\\\xec\\\\xfa,\\\\xcb\\\\x921\\\\x0eU\\\\x9b\\\\x8e\\\\xf7\\\\xa5\\\\'\\\\x87\\\\xc9\\\\xc5lK\\\\x83\\\\xfb\\\\xd6\\\\x87 \\\\x86\\\\x90`\\\\xed\\\\x12\\\\x0cn\\\\'\\\\xbfK\\\\xdcF[x\\\\xfbR\\\\xb6\\\\xd2\\\\xc5\\\\xf3\\\\xf0=0Y\\\\xc3pn\\\\x8d\"T|8\\\\xf1K\\\\xbc\\\\x86=\\\\xb8\\\\xe6\\\\xca+M\\\\xa8a\\\\xc0\\\\xdb\\\\xb64\\\\x07@\\\\x8c\\\\xab\\\\x88H\\\\xb5k\\\\xf5X6Jq\\\\xf1^*\\\\x8b\\\\x0b\\\\xb3ov\\\\x10]\\\\x18\\\\xc7\\\\x83H=\\\\xfb\\\\xc7S\\\\t\\\\x9e\\\\x8c\\\\xcd\\\\xfd\\\\xa2-\\\\x02\\\\x01\\\\xa5T}\\\\xff\\\\x00\\\\xfe\\\\xcd\\\\xff\\\\x00\\\\xf17S\\\\xfe,\\\\xfa%\\\\xff\\\\x00\\\\x909\\\\x15\\\\xff\\\\xd1\\\\xac\\\\x87\\\\x17Me\\\\x16\\\\x94\\\\x15\\\\x05\\\\xadG\\\\xb0\\\\x08%\\\\x95\\\\x7f\\\\t\\\\x00zHy=\\\\xfa\\\\xf3\\\\xcc#\\\\x8f%\\\\xf1\\\\x91h\\\\xc0?D\\\\x97\\\\xc9Y\\\\x7f\\\\xba\\\\xebSV\\\\x8b{\\\\xacS_\\\\xa9\\\\x96\\\\xb2\\\\xda\\\\xfaL\\\\x8d`\\\\x88\\\\xfd\\\\xbd#S\\\\xd4*S\\\\x04\\\\x1a\\\\x9a\\\\'\\\\x1e.\\\\xca\\\\xcd\\\\x17\\\\xdc\\\\xd4$n\\\\x18\\\\xf2\\\\x91\\\\xb5HP\\\\x0e\\\\x84\\\\xca\\\\xcc\\\\xc1\\\\x1d\\\\xa4\\\\x9e\\\\xad\\\\xc0\\\\xc4\\\\xc1\\\\xc6)\\\\xf0\\\\x0fT\\\\xff\\\\x00\\\\xcb\\\\xe5\\\\xe4|\\\\x7f\\\\x8f#9\\\\xcae\\\\xd9\\\\x86\\\\x9e\\\\xb5\\\\xb0Y\\\\n\\\\xe9\\\\x08\\\\xde\\\\x92d\\\\xc1\\\\x91\\\\xfd\\\\x87N\\\\xdc\\\\x03lW\\\\x15\\\\xb2G\\\\xb7l>%rw9\\\\x99\\\\x97\\\\x90\\\\x99j2\\\\r\\\\xbcfE\\\\xc4Z\\\\x1e\\\\x18\\\\x17\\\\x04\\\\xf8\\\\x81\\\\xf6\\\\x19\\\\xeb:\\\\xd91\\\\x04=\\\\rVT\\\\xc1\\\\x91\\\\xcf\\\\x92\\\\xaeq9$\\\\xab1T1Z\\\\xdc\\\\xb2\\\\xd6\\\\xd3\\\\x04\\\\x00\\\\t\\\\x87\\\\x10|\\\\xfc5\\\\xf3\\\\xe9\\\\x96g\\\\x92\\\\x91\\\\x01\\\\xd9\\\\xc75\\\\x8a\\\\xf2td\\\\x9c\\\\x94\\\\xc8CU\\\\x82+\\\\xa2\\\\xc6\\\\x98+\\\\'h\\\\xf0=\\\\xbc\\\\xba+nI|\\\\x02\\\\xbd\\\\x19\\\\x82\\\\x18\\\\xe3\\\\xe6\\\\x88\\\\xf3\\\\x1c\\\\x8dX\\\\xbcj=V\\\\x9bA\\\\x00\\\\x95r#\\\\xb1\\\\x106\\\\xc8\\\\x80;\\\\x0e\\\\xbbqsL@\\\\x19\\\\xad\\\\x08\\\\x97\\\\r\\\\x1a\\\\x0ej\\\\x97\\\\xe43+\\\\xba\\\\xb6\\\\xad\\\\xac\\\\x87\\\\x0c\\\\xc5J\\\\xee\\\\x1a\\\\x924\\\\xfd\\\\x925\\\\xfb\\\\xbaE\\\\x9b--C>\\\\xc5b\\\\xd9p\\\\xc4%\\\\\\\\\\\\xbb=\\\\xcd\\\\xdb\\\\x84\\\\xa8X\\\\x11\\\\xddG\\\\xd0u\\\\xa1l2\\\\xb3j,\\\\x83Yp\\\\xf7\\\\x01V,\\\\xc1d4\\\\x92\"\\\\x07o8\\\\x8e\\\\xaeF%\\\\x95\\\\xd8\\\\xc4\\\\xb5Td\\\\xddc\\\\x03\"\\\\t\\\\x90\\\\x17H\\\\xdb\\\\xa1\\\\x1d4\\\\xd19\\\\xc0\\\\xc5\\\\x16\\\\xc7\\\\xf6\\\\xe8u\\\\xf74E\\\\x96VH\\\\xd643\\\\xf4\\\\xfb:D\\\\x9eA*3|TL\\\\x9c\\\\xbb-\\\\x9f\\\\xe6\\\\xb5\\\\x84(T\\\\x1f\\\\x8ac\\\\xc7\\\\xc0\\\\xf6\\\\xf3\\\\xe9\\\\x90\\\\x80\\\\x19\\\\'\\\\xc3\\\\x00\\\\xeb\\\\xda-p\\\\x19dm`\\\\xa7\\\\xbc\\\\x88\\\\xed3\\\\xa4v\\\\xef\\\\xd1H&>y\\\\xa3\\\\xd5\\\\x91V9,\\\\xfd\\\\xc4DO\\\\xd3\\\\xbf\\\\x88\\\\xea\\\\xa9\\\\xf5I\\\\x0cO,\\\\xd4\\\\xbc|\\\\xd5\\\\x02$)S\\\\x05Oo8\\\\'\\\\xc7\\\\xb7\\\\x9fH\\\\xb9e\\\\xd2\\\\xe57\\\\xc5\\\\x1c\\\\xc4\\\\xe4J\\\\x90Y\\\\x94\\\\xb6\\\\xac\\\\xb0aA=\\\\xe0\\\\x0f\\\\xbb\\\\xbf\\\\x9fT\\\\xae\\\\xed\\\\x81\\\\xca\\\\x89W:q\\\\xc7\\\\xddY\\\\x7f\\\\x17\\\\xe5\\\\xac\\\\\\\\\\\\xcav\\\\xdf\\\\xa9e.\\\\x1bn\\\\xd3\\\\x11\\\\xa1\\\\x93\\\\xe5=\\\\xfczD\\\\'\\\\xec\\\\xd36\\\\xc1g\\\\xdc\\\\xb3\\\\xaa\\\\xa4f\\\\xad^o\\\\xf51\\\\xd1\\\\xc6\\\\'\\\\x14\\\\xe9\\\\xed\\\\xd0\\\\x11[l\\\\xec$L\\\\x90\\\\x00\\\\xd2~\\\\x9f^\\\\xb27\\\\x97%9z1+\\\\x8c\\\\x08\\\\x18QI\\\\xe2\\\\xfes\\\\x9b\\\\x8f\\\\xfc\\\\xcf\\\\xcd)\\\\xaa\\\\xd5>\\\\xe8\\\\x11\\\\xe2\\\\x0e\\\\x83\\\\xc7]|\\\\xbalv\\\\xf3\\\\x88\\\\xd4\\\\xf4\\\\x18\\\\xd5g\\\\xca~\\\\xa7g\\\\xe4\\\\x9e8\\\\xdf\\\\xd4\\\\xbc\\\\xecj\\\\x81\\\\xa7\\\\x91\\\\xdf\\\\xee\\\\x12Z\\\\xbd\\\\xde\\\\xe33\\\\x91\\\\xbb\\\\xd5\\\\xa0\\\\xed\\\\xe1\\\\xaf\\\\x97\\\\x97U\\\\xa7vz\\\\xbd9\\\\xe1\\\\x99\\\\xe7\\\\xdd\\\\x82(\\\\xdd1\\\\xc4\\\\xb2\\\\xb1\\\\xb1?Sn\\\\xbb\\\\x1a\\\\x83\\\\x9b\\\\x0f\\\\x93)NM\\\\x1aK\\\\xc8\\\\x99h\\\\x1d\\\\xb5\\\\xee\\\\x0c\\\\xf9\\\\x9e\\\\xa7\\\\xfc\\\\xc9H\\\\x801\\\\x14#\\\\x8cS#t\\\\x90\\\\xe7\\\\x00\\\\x9fp3\\\\xf0r\\\\xc2>>P{\\\\x8a\\\\x83b\\\\x86$\\\\'\\\\x88\\\\xd0H!Di\\\\x1a\\\\x1e\\\\xb4v\\\\xfb\\\\x81\\\\xfe\\\\xa2\\\\x9f\\\\x1b\\\\x80\\\\xe0\\\\xa4\\\\x10\\\\xb6\\\\xb1u\\\\x0fmef\\\\xc7\\\\x12d\\\\x19\\\\xd7i\\\\xd3^\\\\xfax\\\\xf5hH1/D\\\\xe2\\\\xd9\\\\xaf\\\\xd5\\\\xbd\\\\x84\\\\x91u\\\\x96\\\\x9b+@\\\\xa7h\\\\n\\\\xe5\\\\x1bB\\\\t\\\\x81\\\\xe0\\\\x00:\\\\xfd\\\\x83S\\\\xd0{\\\\x94\\\\xaa\\\\x16\\\\x18\\\\xa2\\\\xb8|\\\\xad\\\\xb5cY\\\\x80\\\\xbbU.\\\\x83w\\\\xa5\\\\x18\\\\x03^\\\\x81w\\\\x130\\\\x17Bzt.\\\\x02\\\\x18\\\\xd1A\\\\x14\\\\xc1\\\\xd4\\\\x8al\\\\xc8sa\\\\xa6\\\\xfa\\\\xc9b\\\\xa1H1\\\\xe9\\\\xd0m\\\\x04\\\\xcc\\\\xc1\\\\x88\\\\xfb\\\\x87]\\\\x009\\\\xb3\\\\xa5\\\\x98\\\\xc3\\\\x14\\\\xcb\\\\x81\\\\x91\\\\x94\\\\x956\"R\\\\xf9\\\\x01\\\\xe4\\\\xed\\\\n\\\\t;u`\\\\xb2\\\\x07}GO\\\\x12\\\\xd2+\\\\x8aT\\\\x8d\\\\xa8\\\\xd5\\\\xd4\\\\\\\\\\\\x8e#/1\\\\x85-QB\\\\x14\\\\xb5\\\\x8c\\\\x9a0\\\\x00\\\\xeaf\\\\x08\\\\xf0\\\\xff\\\\x00.\\\\xa9\\\\xde\\\\xb2$\\\\xe0\\\\x9cU[\\\\x97a\\\\x95JY~\\\\x03\\\\x8e\\\\xa1\\\\x89\\\\xcb\\\\xb9)B\\\\x00\\\\x05Q\\\\xac\\\\xd7Mt0 x\\\\x81\\\\xa7T\\\\xa6!l\\\\x81\\\\xa8\\\\x0e\\\\xe4\\\\x88\\\\x80]\\\\xd3.\\\\x17\\\\x1b\\\\xf1\\\\xdb\\\\x06=\\\\xb7g\\\\x94\\\\xb2\\\\xa9\\\\xadUj\\\\x81\\\\x07N\\\\xf3\\\\xb4\\\\xc9\\\\xfe\\\\x12\\\\x01\\\\x03\\\\xed\\\\xea\\\\xcd\\\\xcd\\\\xd5\\\\xb0\\\\x1c\\\\xa0\\\\xb6\\\\x1a\\\\xabvW\\\\xc7\\\\xf8\\\\x9c\\\\xcb\\\\x08\\\\xba\\\\x9b\\\\xb2qV&\\\\xc1!F\\\\xe5\\\\x107\\\\xeb\\\\x13\\\\x07H\\\\xf3\\\\xea\\\\xbd\\\\xc1\\\\x1b\\\\x92\\\\xacQ\\\\xcbr\\\\xe2\\\\x8b$\\\\xf8_\\\\xc46\\\\ns\\\\xf8{Q\\\\xb1\\\\xb7&3\\\\xfb\\\\x9b\\\\x9dJ\\\\xb0$\\\\xaa\\\\x91\\\\xb0\\\\x080D\\\\xf4\\\\xc3\\\\x08Pi\\\\x05\\\\x90k!\\\\xc9\\\\xfa&~\\\\'\\\\xe2\\\\x9f\\\\x14\\\\xad\\\\xe8z\\\\xb8\\\\x9c4\\\\x92\\\\x16\\\\xc6u\\\\xd3\\\\xbcn;\\\\xa0\\\\x13\\\\xa6\\\\x9fwE\\\\x02I\\\\xc96\\\\xd8\\\\t\\\\xa2\\\\xfc\\\\x06\\\\xa6\\\\xe6ZlJ\\\\xa9;v{L$*\\\\x1d\\\\xc6\\\\x0c\\\\xb4\\\\x881=\\\\xfa\\\\xea\\\\xccg\\\\xd5\\\\x15\\\\xcfO\\\\xeb\\\\x81J|\\\\x8f4R\\\\x8a\\\\x8d\\\\xa8\\\\xd6\\\\x14A[-\\\\x8aR\\\\x15\\\\x89\\\\xd0\\\\xaa\\\\xc8\\\\xf0\\\\xd2L\\\\xf7\\\\x1fi9\\\\x15\\\\xe4\\\\xaaN\\\\xf6\\\\x1c\\\\xd6\\\\x9a\\\\xbe]]\\\\x9e\\\\xd8z\\\\xaa\\\\xdd\\\\xb8 \\\\xb4!DP\\\\x80\\\\xae\\\\x9e\\\\x00\\\\xb4\\\\x7fwN\\\\x12\\\\x94\\\\x85h\\\\x94o0b8\\\\xe8\\\\x86]\\\\xf2\\\\x8fr\\\\xd3\\\\xbdTmp\\\\x14\\\\x9fV\\\\xa6?\\\\x08\\\\x04\\\\xca\\\\x88\\\\xef\\\\xfd\\\\xdd\\\\xfa\\\\x11\\\\x16\\\\xcd\\\\x0c\\\\xafK\\\\x15\\\\xaa\\\\xaeg\\\\x8bl\\\\x81U\\\\xb4\\\\x8d\\\\xd6\\\\xc0\\\\xd0\\\\xedx\\\\x00\\\\xc6\\\\x93\\\\xa7r$\\\\xff\\\\x00\\\\x9fL\\\\xa0B$\\\\xd5e\\\\xe5y\\\\x1f\\\\x1e\\\\xb5\\\\xbd\\\\xea\\\\x9a\\\\xcc]\\\\xc4\\\\xabWQ\\\\xde\\\\xcb-\\\\xe90di\\\\x1a\\\\xf5\\\\xcf\\\\x07u\\\\x04E\\\\xd6\\\\ru5\\\\x1b\\\\x13\\\\x03\\\\x92\\\\xf7\\\\x02.\\\\xda\\\\xaci\\\\x12\\\\xc4A\\\\x04i\\\\xa6\\\\xa3O\\\\xee\\\\x1dp\\\\xedP\\\\xd5S(\\\\\\\\\\\\xdc\\\\x90\\\\xe2\\\\xceD\\\\xbeEhX@\\\\x0e4!u\\\\x02\\\\x06\\\\xa7\\\\xc8Lk\\\\xa1\\\\xe8$A\\\\x0e\\\\xec\\\\x8c\\\\xda.\\\\xca8\\\\xaf\\\\x94\\\\xc7\\\\xb9\\\\xd5\\\\xab\\\\x15\\\\xd9y+\\\\x92\\\\x8a\\\\x18\\\\x1fQ \\\\xab\\\\xb6\\\\xa4\\\\xcf\\\\x9f~\\\\x93\\\\xed\\\\xc4\\\\x97,\\\\xe1D\\\\xa2k\\\\x8a-W)\\\\xc9\\\\xd5c\\\\xb9\\\\xbb#\\\\x12\\\\xba\\\\n\\\\xfa\\\\x94\\\\x11\\\\x04(\\\\xdc\\\\xd6\\\\x00\\\\xacIi\\\\xd0\\\\t\\\\x89\\\\'\\\\xa5\\\\xdc\"\\\\x03\\\\x16G\\\\x19I\\\\xcb+;\\\\xe1\\\\xdf*\\\\xe6=\\\\xf4\\\\xc6L\\\\xec\\\\x84{-\\\\x8c\\\\xaf\\\\xc3\\\\xf8K\\\\x12\\\\x14\\\\x1b\\\\x0c\\\\r\\\\x84\\\\x9dH\\\\xd0\\\\xf8k\\\\xa66\\\\xe2\\\\xd9\\\\x88\\\\xd4\\\\x0b\\\\xad\\\\x8d\\\\x9d\\\\xd9;+\\\\x1f\\\\x91\\\\xe6\\\\x18\\\\xd7U\\\\xa6\\\\xe2\\\\x96\\\\x9f\\\\xe52\\\\xfaH`\\\\xba\\\\x99$\\\\x83\\\\x1e\\\\xaf\\\\x11\\\\xafSf\\\\x00\\\\xc5\\\\xd9o{\\\\xb2\\\\x95\\\\x1d\\\\x92\\\\xdb|\\\\x98\\\\xb5\\\\xa5+e\\\\xa2\\\\xb2\\\\xae\\\\xf41oq\\\\xb6\\\\xa8\\\\x04\\\\x10T\\\\x88\\\\x02t\\\\xfb<\\\\x84\\\\xf4\\\\xc8\\\\x01\\\\xda\\\\xa7Uj\\\\xa3\\\\xd9\\\\xceV\\\\xc9_\\\\xe6/-A \\\\xd7ek\\\\xbc\\\\xed:\\\\xeeXQ\\\\xd86\\\\x9a\\\\xe9\\\\xfb\\\\xba\\\\xe9\\\\xcaD\\\\xe3\\\\xe4\\\\xb8\\\\x00\\\\x14\\\\x84\\\\xce\\\\xa2\\\\x9c;M\\\\xce\\\\xc0%{\\\\x93!,!\\\\xb6/\\\\xe2U@ZO\\\\x8c\\\\xc7\\\\xa8\\\\x89\\\\x1a\\\\xf5F\\\\xed\\\\xc2\\\\tu\\\\xd3\\\\x90\\\\x88\\\\\\\\\\\\xd1\\\\xf3\\\\x0ez\\\\xfeW6\\\\xec\\\\x8ay\\\\x13\\\\xec\\\\xa2Ml\\\\x01%\\\\x94\\\\x18\\\\x91\\\\x12A\\\\x1b\\\\xf7\\\\x19\\\\'\\\\xcb\\\\xe9\\\\xd5\\\\x9d\\\\xa4\\\\t\\\\xf5F\\\\x8d\\\\xe2\\\\xb0\\\\xf7;\\\\x8dE\\\\xbc\\\\x15\\\\x0b\\\\xc9\\\\x0c\\\\xbfp\\\\xd4\\\\x99\\\\x8c\\\\xf8\\\\x8e\\\\xab\\\\xebh\\\\x05\\\\t\\\\x1b\\\\x89?MI\\\\x1a\\\\xeb\\\\xd6\\\\xa5\\\\xabE\\\\xda$\\\\xe9\\\\xfa\\\\x15V\\\\xed\\\\xd2C\\\\xe6\\\\xabnS\\\\x83\\\\xf7\\\\x85\\\\xc1\\\\xb3\\\\x9b\\\\x1c\\\\xdaJ9\\\\x1a\\\\xbc\\\\xfe b\\\\x01\\\\x1f\\\\xb7\\\\xa5^\\\\xd9\\\\x80\\\\x08$\\\\x8d_j\\\\xa5\\\\x89\\\\x02\\\\xc7\\\\x92J\\\\xcc\\\\xf8\\\\x9eF\\\\xb4\\\\xd3y\\\\xba\\\\xb4f\\\\xd5\\\\x9c\\\\xfa\\\\xe6\\\\x18\\\\xc2\\\\xc4\\\\x8f>\\\\xd1\\\\xd5x\\\\xec\\\\xc4\\\\x85\\\\tq\\\\xfd\\\\xa32b\\\\xc2\\\\x8a\\\\x05\\\\xff\\\\x00\\\\x1d\\\\xcb\\\\xa6\\\\xb6~K4\\\\x0fa\\\\x03V\\\\xfan:\\\\xc7\\\\xa8\\\\x02\\\\x0b)\\\\x11\\\\xe0~\\\\x83\\\\xc7\\\\xab\\\\x93\\\\x94m\\\\xc3Q.)\\\\x88\\\\xfa\\\\xf3u&\\\\xec\\\\xee\\\\x90\\\\t\\\\xc3\\\\x04&\\\\xde\\\\'\\\\x999\\\\x1e\\\\xe6\\\\x15\\\\x16c\\\\xee_v\\\\x94\\\\xac\\\\x7f\\\\xcb\\\\x08H\\\\x12\\\\xd1\\\\xe6?\\\\xcf\\\\xac\\\\xfb\\\\xdb\\\\xcd\\\\xc4\\\\xe4LA\\\\x88\\\\x19\\\\x03\\\\x80\\\\xc3\\\\x14q\\\\xb4\\\\x00\\\\xa1\\\\x05\\\\xf3\\\\xf3G\\\\xb8O\\\\x89\\\\xf29\\\\xa1\\\\xc7/a\\\\xa3\\\\xdc\\\\x8bd\\\\xaa1\\\\xd7M\\\\xcccH\\\\xef?\\\\xbb\\\\xad-\\\\x96\\\\xab\\\\xd0&\\\\xe6i\\\\x07P\\\\x93\\\\n#\\\\x98\\\\x1f\\\\x07\\\\xb6\\\\xb5\"\\\\xfc\\\\x8a\\\\xb78%\\\\x1a\\\\xe0\\\\x00\\\\'\\\\xc1L\\\\x81\\\\x04\\\\xfd\\\\x9dZ\\\\x16\\\\x84\\\\x00f-\\\\xc6(4\\\\x97$\\\\x9cx\\\\xa7D\\\\xd3\\\\x83\\\\xf0|\\\\x1a}\\\\x8c\\\\xbc\\\\x8c\\\\xc6\\\\xce\\\\xa9\\\\x1c\\\\xa5\\\\x95Z\\\\xcc\\\\x11\\\\x1c\\\\x80]a@\\\\x11\\\\x06\\\\x7fwR\\\\x04_X$\\\\xa11\\\\x90=\\\\x13n\\\\x17\\\\x1d\\\\x95\\\\x81S\\\\x1ax\\\\xa5VP\\\\xbe\\\\xe2\\\\xd4\\\\xea\\\\xae\\\\x959\\\\x10U\\\\xb5\\\\x81\\\\x1d\\\\xfcu\\\\xe8\\\\xc0#\\\\x10(\\\\x80\\\\x82\\\\xed\\\\x14\\\\xdf\\\\xc4\\\\x9arrR\\\\x95\\\\xe2\\\\xac\\\\x0f\\\\x91PA\\\\x8fm\\\\xde\\\\xe06\\\\xc6\\\\xe3\\\\xb8\\\\xb0XH#\\\\xe9\\\\xe1\\\\xd3``\\\\xee\"\\\\xca\\\\xcc\\\\x0e\\\\xb2\\\\xd8\\\\x14c\\\\x98\\\\xe4x\\\\x8c\\\\x9a\\\\xd6\\\\x8ax\\\\xfb\\\\xf8\\\\xcc\\\\x9a\\\\xa8\\\\x18\\\\xd6\\\\x04)\\\\xf9vad\\\\x96iRB\\\\xc7\\\\x96\\\\xbf\\\\xb3\\\\xa0\\\\xbf+\\\\'\\\\n\\\\x1f\\\\xba#\\\\'\\\\x15\\\\x08>w-\\\\x8e\\\\x7f\\\\xe8\\\\xaf\\\\xcajx\\\\xd4d\\\\xb7\\\\xda\\\\xc7PO\\\\xf2\\\\xc1\\\\xec\\\\xe0H\\\\x1eF>\\\\xce\\\\xab\\\\xfb\\\\x9e\\\\x9ch\\\\x91\"\\\\xd4C\\\\xdb\\\\x96\\\\xe3,qV\\\\x0e=\\\\xb6\\\\xa8\\\\x01\\\\xa5F\\\\xc4.5\\\\xdcI\\\\xd6N\\\\x9b\\\\xbc\\\\xfa\\\\x13p\\\\xcd\\\\x98!\\\\x028,\\\\x8f \\\\xe6\\\\x85\\\\xaf/,QcN\\\\xdfd\\\\x80\\\\xf5\\\\x85\\\\x13\\\\xe9&\\\\x16L\\\\xc0\\\\xd3\\\\xa5\\\\xd2 >*\\\\\\\\\\\\x9cT\\\\x8f\\\\xfdAF=V\\\\xadX6\\\\xfb\\\\x83\\\\xd4\\\\x97^\\\\xec\\\\xc0\\\\x10\\\\xa7]\\\\xb0$\\\\xfd\\\\x00\\\\xe8\\\\xc4b\\\\xd82\\\\x83w%%9\\\\xdeE\\\\xde\\\\xb6\\\\xc7\\\\xc58\\\\xf8\\\\xf6&\\\\xd6g\\\\x8a\\\\xcb\\\\xed\\\\xd5\\\\xcff\\\\xd2u\\\\x8f\\\\xa7\\\\xec\\\\x8b\\\\xb6\\\\x84\\\\xa4H\\\\xa2(\\\\\\\\\\\\x94J\\\\x94(\\\\xfe\\\\xa7\\\\x91]\\\\xb6f\"\\\\x1b\\\\x03V\\\\x16\\\\xb3\\\\xea\\\\xaaT9\\\\x049\\\\x891\\\\xf5\\\\xe84D\\\\x80\\\\xc4\\\\x123\\\\x18\\\\xa3.\\\\xf5\\\\xf3\\\\xc1\\\\x1b?\\\\x97\\\\xab\\\\x1b\\\\x1a\\\\xbe,Z\\\\xb94Y\\\\xb7\\\\x91\\\\xb2\\\\xd6C\\\\xb8\\\\tQ\\\\x08\\\\x10I\\\\x8f\\\\x1f\\\\xafL\\\\x80\\\\x80m.\\\\x1b\\\\xcdX\\\\x96\\\\x96\\\\x1aOj\\\\x1a\\\\xd4]UW\\\\xfek>\\\\xea\\\\x92\\\\xea\\\\xe2\\\\xdcz\\\\xd4\\\\x1d\\\\xc2K\\\\x10\\\\x15\\\\x81>3=X\\\\x8c\\\\x88\\\\x07V\\\\x1c\\\\x95iA\\\\x0c\\\\xa6\\\\xfe*\\\\xbb\\\\xfd\\\\xcf\\\\xca\\\\xb5\\\\x97\\\\xa0&T\\\\x13Y\\\\x07\\\\xbe\\\\xe9\\\\xd6J\\\\x92;Li\\\\xd0\\\\xc4\\\\xc4\\\\x93J\\\\x84&e\\\\xfbSg!\\\\xc96`\\\\xe2\\\\xd7\\\\x83\\\\xcb\\\\xc8\\\\xb0~\\\\\\\\?#\\\\x89{O\\\\xb2\\\\xd5\\\\xee(j\\\\xd6\\\\x1f@\\\\'A\\\\x1eZt\\\\xf9\\\\xc6311\\\\x93\\\\xd2\\\\xbd\\\\xb92\\\\xb0&\\\\xc4b\\\\x92\\\\xefnc*\\\\xeb}\\\\xec\\\\xb76)\\\\xf4\\\\x86\\\\x95\\\\xd4C\\\\x96*\\\\xa7h\"#\\\\xaatsWK\\\\x9c\\\\xa7\\\\x8a\\\\x99E\\\\x19\\\\x95UKr,\\\\x12\\\\xa5B\\\\xccX+\\\\xb6\\\\xf4\\\\xd7\\\\xd2\\\\xb0\\\\x00Y\\\\xd0\\\\xc1\\\\xef\\\\xafL\\\\x84Iw\\\\xa0H\\\\x93\\\\xf7\\\\xa2x\\\\xdc\\\\x90\\\\x167\\\\xe4\\\\xe9K\\\\x96\\\\xae\\\\xf72\\\\xec]\\\\x0e\\\\x80\\\\x13\\\\xde$\\\\xc0\\\\x1f\\\\xb7\\\\xa1\\\\xbbp\\\\x82\\\\xd1\\\\x01\\\\x18a\\\\x8a9G<\\\\x91e\\\\x961\\\\xa6\\\\x14\\\\xab\\\\xda\\\\'v\\\\xf9,\\\\x02&\\\\xa4\\\\x8e\\\\xc3\\\\xc3\\\\xf7t:\\\\x8cj\\\\xd5\\\\xe3\\\\xc1:$\\\\x94\\\\x03\\\\'\\\\xe5\\\\x0f\\\\x9be\\\\x95\\\\x05\\\\xb9\\\\xb1\\\\xeba[\\\\xefU\\\\xbd\\\\x0e\\\\xe2wzu]g\\\\xb1\\\\xed\\\\'\\\\xb7Sfw{\\\\x07\\\\x18\\\\xa23\\\\x12.1R\\\\xf0\\\\xb1*\\\\xe5\\\\xb2*K\\\\xf11)\\\\\\\\\\\\x83\\\\xb2\\\\xebS\\\\x1d\\\\x1e\\\\xd24iPb\\\\x00\\\\x07\\\\xc3_\\\\rA\\\\xea\\\\xce\\\\x91\"A\\\\xaa\\\\x93p\\\\x95\\\\x8eO\\\\x19\\\\xf1\\\\xf1\\\\x92\\\\xab\\\\x97\\\\xc6a\\\\xdc\\\\xb4\\\\x86_|\\\\xe2\\\\xa1\\\\xb6\\\\xc8#WH\\\\x91\\\\xa9\\\\xd0H\\\\xd2:\\\\xaf(D\\\\x17 t\\\\xa5Q\\\\xc6z~\\\\xe9h\\\\xfe\\\\x87~\\\\x92r4U\\\\x98\\\\xff\\\\x00\\\\x14\\\\xe3\\\\x11\\\\xaero\\\\xa2\\\\xb1jZ\\\\x80I\\\\xf5\\\\x95\\\\x807\\\\r4\\\\xed\\\\xe3\\\\xd3\\\\x05\\\\xb1l>=\\\\x1c\\\\xab6\\\\xf7S,\\\\x01n\\\\xf5@\\\\xfe\\\\xa1\\\\x7f\\\\xb3\\\\x9c\\\\x1eR\\\\xdby\\\\x1f\\\\xd3\\\\x9eR\\\\xa4\\\\xc8\\\\xb4\\\\xee\\\\x7f\\\\x8ee\\\\x18\\\\xdaH\\\\'m7k+\\\\xe07k\\\\xd5\\\\xab\\\\x1b\\\\xcb\\\\xb0-\\\\x03\\\\xa8r?ig\\\\xd1\\\\xfcV\\\\x9d\\\\xbd\\\\xd6R\\\\x1d\\\\xff\\\\x00\\\\x90\\\\xb9+\\\\xe4\\\\xff\\\\x00\\\\xa2\\\\xff\\\\x00-\\\\xf8VW5\\\\x89\\\\xf2\\\\xce2\\\\xde\\\\x04\\\\xf1A\\\\x1b\\\\xdd\\\\xb5Y\\\\xd2\\\\xc7\\\\xb4z+K\\\\x00!\\\\x89\\\\x1a\\\\xe9\\\\xdb\\\\xc7\\\\xabr\\\\xf9#\\\\x19F&%\\\\xc9e\\\\xa2 d\\\\x01\\\\x07\\\\x1c\\\\x15Sc-n\\\\xe0\\\\xd4\\\\xc8\\\\xca 0:\\\\x7f\\\\xedOr\\\\x0c\\\\xf6\\\\xebD\\\\x02sU\\\\xf4\\\\x9eo\\\\xc7\\\\x15C\\\\x88\\\\xb1\\\\xec\\\\x92e\\\\x9bA\\\\xa0\\\\x98?\\\\xdb\\\\xc3\\\\xa7\\\\x82\\\\x00N\\\\x04\\\\x00\\\\xb6\\\\x9bMF\\\\xb4W\\\\x85\\\\x00jc\\\\xfb\\\\xb5\\\\xfbt\\\\xe8DuU\\\\x08\\\\x8e\\\\xaa\\\\xb2\\\\xf6\\\\xe6\\\\xdc\\\\x16\\\\xc0`F\\\\xd7\\\\xdd\\\\xae\\\\xa7BGC\\\\x00\\\\xd4Qn\\\\x94[q\\\\xb1\\\\xd9\\\\x98\\\\xbd\\\\x8f\\\\x04j\\\\x18\\\\x98=\\\\xe6@\\\\x89\\\\xf0\\\\xd7\\\\xa1\\\\xb9q\\\\x83\\\\x04\\\\x17n\\\\x00\\\\x18\\\\'>*\\\\x8a\\\\xebjt\\\\xd8\\\\t\\\\x1ax\\\\xc4\\\\x8d4\\\\xf1=\\\\xfa\\\\xc4\\\\xdf\\\\\\\\&%f^\\\\x9b\\\\x9cU\\\\xcb\\\\xc7\\\\xfbC\\\\x0b\\\\x1e\\\\xf5Gk)$\\\\x10\\\\x166\\\\xa1\\\\x9f\\\\xe2\\\\x07\\\\xee\\\\xd7^\\\\xbcm\\\\xe7\\\\xd4C\\\\xe2\\\\xa8_\\\\xb8Y\\\\x91\\\\x84\\\\xcb\\\\xb9\\\\x1a\\\\xe7\\\\xf5\\\\xbd\\\\xe6\\\\xc5\\\\xd9m\\\\xa2\\\\x08\\\\xd0h\\\\xb3\\\\xa0\\\\x10|\\\\x87\\\\xd7\\\\xa5_\\\\xb9+\\\\xd2\\\\x13\\\\x99\\\\xaf\\\\x1c\\\\x95-LK\\\\x04\\\\xc9U\\\\xdcr`]m\\\\xb4*fV\\\\x8a\\\\xcc\\\\xa5\\\\x82\\\\xa8\\\\x96\\\\x00\\\\x04]7i$\\\\xf9}\\\\x9d\\\\xebF\\\\xd6\\\\xa8\\\\xca\\\\xb5\\\\xa3x\\\\xf9\\\\xab:\\\\xc0`\\\\xd4d\\\\x7f\\\\xe3V{\\\\xd8\\\\x99Y\\\\xd6\\\\xba\\\\x8cLDtF\\\\x7f\\\\x13:\\\\x03#\\\\xc2u:w\\\\xf2\\\\xe9\\\\xbbk$JD\\\\xe0\\\\xcc{\\\\xd3\\\\xe3q\\\\xe2\\\\x06j5\\\\xdc\\\\xd65\\\\xe7\\\\xd9\\\\xc3\\\\xa5F6HP\\\\xed1i\\\\x1f\\\\x89\\\\xb6\\\\x13\\\\x1f\\\\x87Q\\\\xe5\\\\xe3\\\\xdf\\\\xa5JZ^1q\\\\x13\\\\xdez\\\\xff\\\\x00^(\\\\x05\\\\xd8\\\\xb8v-\\\\xc7\\\\x82\\\\x06\\\\xb84\\\\xe4^\\\\xc2\\\\x8b\\\\x98\\\\xa6\\\\xe2\\\\xcdk\\\\x88\\\\x852\\\\x08\\\\x91:v\\\\x1a\\\\x0e\\\\x9bj\\\\x11\\\\x91\\\\x0ei\\\\xe1O?\\\\xba\\\\xe9\\\\xdb\\\\xd5\\\\xfa\\\\xf8\\\\xa2{x?\\\\xfe\\\\xb4\\\\x7f\\\\xe0\\\\xbf\\\\xfc\\\\xbaG\\\\xb1\\\\xff\\\\x00\\\\x9c|\\\\x0f\\\\xe1\\\\x0e\\\\xa3\\\\xc8\\\\xf9/\\\\xff\\\\xd2\\\\xa2\\\\x9f\\\\x99\\\\xc8\\\\xfc\\\\xe7\\\\xfdp\\\\t\\\\x95\\\\xa0\\\\xde\\\\xa4\\\\x84\\\\xfc,\\\\xa3I\\\\x1e\\\\xa0`\\\\x08\\\\xed\\\\xdf\\\\xaf4&\\\\xe5\\\\xd7\\\\xc5=\\\\xe2\\\\x07\\\\x1c:+\\\\x88\\\\xf8\\\\xabu\\\\'/\\\\x11X\\\\xe5nP\\\\xc0\\\\x8b,gV\\\\x91m\\\\x80I#\\\\xbc0\\\\x1fH\\\\xe8\\\\xa0\\\\x1c\\\\xa2\\\\x17\\\\x04\\\\x8dE\\\\x13\\\\x7f\\\\x17\\\\xc0\\\\xd3\\\\x93\\\\xc7d\\\\xe5\\\\xd1O\\\\xbeW\\\\xfe}J=A\\\\x9a4y$I\\\\xd65\\\\x11\\\\xd3\\\\xad\\\\xc0iuwo\\\\xb6\\\\x89\\\\x1a\\\\x87\\\\x92\\\\xa8\\\\xbfR\\\\xb9l\\\\x8c,\\\\xbc\\\\x9c\\\\x12\\\\xcf]\\\\xf6\\\\xa8e\\\\xad5P\\\\xee\\\\x04I\\\\x02\\\\x08 \\\\xf6\\\\x1d\\\\xa3H=\\\\xea\\\\xeen\\\\x99KK\\\\xa5\\\\xee\\\\xae\\\\x18\\\\x965eLS\\\\xcb\\\\xb5\\\\xd4\\\\xbe5\\\\xb7\\\\x9b\\\\x1c)]\\\\xa7M\\\\xa6@\\\\xecdO}*\\\\x02\\\\xb8/\\\\xe06\\\\x81$\\\\xeb\\\\xf7k\\\\xf4\\\\xfa\\\\xf4\\\\xf2(\\\\x9eAe6\\\\x82I0IU\\\\x1b\\\\x83,\\\\xf8\\\\x90\\\\x04\\\\xf9k\\\\xa4\\\\xf4\\\\xa92\\\\x07\\\\rU1\\\\xd9\\\\xde\\\\xdb\\\\x10\\\\x10F\\\\x85H\\\\x91\\\\x03\\\\xca5\\\\xef?\\\\xbb\\\\xa0\\\\x02\\\\x8a\\\\x04]J\\\\xa5\\\\xac\\\\xf5\\\\xa8\\\\xee\\\\x16\\\\nH\\\\xecO\\\\x88\\\\xf3\\\\xd7\\\\xbfC \\\\x14\\\\xc9\\\\x17\\\\xc6\\\\r*\\\\x02\\\\xb0\\\\r\\\\xaa*\\\\xea\\\\xbb\\\\x8f\\\\x94\\\\x8f\\\\xc5\\\\xd8k\\\\xd5k\\\\x8d\\\\x9aL\\\\xd3V=\\\\xcf\\\\x87IZ\\\\xd9^\\\\xd30\\\\x17R\\\\xc0\\\\x88\\\\'\\\\xcefu\\\\x1dc^\\\\x94nN\\\\xa5\\\\x87\\\\xd1\\\\x11\\\\xb3\\\\xe9(\\\\xae?\\\\x11\\\\xf2l\\\\xe3Sc\\\\xf0\\\\x9c\\\\x86H\\\\xbc\\\\xed\\\\xa9\\\\x93\\\\x1e\\\\xe3-\\\\x1d\\\\x81\\\\x00k\\\\x1aw\\\\xe9:l\\\\x80\\\\xe1\\\\xff\\\\x00*\\\\xb4\\\\xe7\\\\x1cI\\\\n\\\\xd4\\\\xe1\\\\x7fJ?Tyoj\\\\xaa>%\\\\x9dB\\\\xb2\\\\x89\\\\xb3,\\\\n\\\\x14\\\\x0f\\\\x12C\\\\x91>c\\\\xe9=\\\\x01\\\\x81a\\\\x1d4\\\\x1c\\\\xf8\\\\x0b>W-b\\\\xef\\\\xd8\\\\xae\\\\xae\\\\x13\\\\xfd\\\\xb8|\\\\xa9j\\\\x19\\\\x1c\\\\xbf?\\\\x8f\\\\xc7\\\\x95(\\\\xd6S\\\\x8bY\\\\xb4\\\\xc12\\\\t&\\\\x01\\\\x92H\\\\xd3\\\\xb7\\\\xdf\\\\xd2\\\\xff\\\\x00\\\\xc7\\\\x11y=A\\\\xc9V\\\\x95\\\\xc0rVW\\\\x13\\\\xfaK\\\\xc0a\\\\x16\\\\xaa\\\\xeeS++*\\\\xdd\\\\xac\\\\xa1\\\\x9b\\\\xdaVa\\\\xa1\\\\x10\\\\xa3\\\\xf7\\\\xf8}\\\\xfd \\\\xfbd\\\\xe7L\\\\xf8\\\\xaa\\\\\\\\\\\\xa5\\\\xd19q\\\\xfc\\\\x17\\\\x0b\\\\xc3\\\\xa5G\\\\x1f\\\\x10\\\\x17\\\\xb9\\\\x00\\\\xae\\\\xeb\\\\x1d\\\\xd9\\\\xa3v\\\\xe2\\\\x16\\\\xc1\\\\x02\\\\x18\\\\rL}:Q\\\\xbc i\\\\x8f4P\\\\x91M\\\\x8d\\\\xc7^\\\\x03d\\\\xfb\\\\x1b\\\\xe8j\\\\xda\\\\xdf\\\\xe5\\\\x92\\\\xd6.\\\\xc5\\\\x1bt;\\\\x88\\\\xef\\\\x1d\\\\xbb\\\\xc1:\\\\xf5\\\\x16\\\\xf7\\\\x12$\\\\xc4\\\\x9a2\\\\x9b\\\\xb7d\\\\xc0\\\\x83\\\\xc7%\\\\xfa\\\\x94lR\\\\x06\\\\xe1qv(\\\\x95\\\\xd8\\\\x00\\\\xd9\\\\x1am*\\\\x16{\\\\x81\\\\xf6un6\\\\xa4\\\\xee$\\\\xed\\\\xcf\\\\xf0\\\\x91-\\\\xc4\\\\xa8\\\\x11e\\\\xf7mM\\\\xf7q\\\\x02\\\\xc4\\\\x04\\\\xdbkT\\\\x88\\\\x9bd.\\\\xd3\\\\xd8\\\\x08\\\\'_\\\\xdeu\\\\xea\\\\xe4\\\\xe6\\\\xd5!/\\\\xdf\\\\x9e \\\\xa6\\\\x0c\\\\n\\\\xf8\\\\xdb\\\\x122\\\\xe88\\\\xa1@j\\\\xedW\\\\x80\\\\xa2{\\\\xc8\\\\xfa\\\\x81\\\\xdf\\\\xa1\\\\x95\\\\xd98\\\\xd5\\\\xe4\\\\x8a3|]\\\\x917\\\\xa6\\\\x81]VPAP=\\\\xbb\\\\x99\\\\x08\\\\x80L\\\\x04\\\\x12\\\\xbf\\\\xea\\\\xfa\\\\x9f\\\\xa7\\\\x87K\\\\x99\\\\x9c\\\\x801\\\\xe6\\\\xa2dq\\\\xfc%\\\\xfc\\\\xbeK2\\\\x976\\\\xa9\"\\\\xda\\\\xdc#mm\\\\xe3PZ#\\\\xee\\\\x8f\\\\x19\\\\xfd\\\\xdd6\\\\x02F\\\\xa4\\\\xf1\\\\xcdU.K\\\\x82\\\\xcaw\\\\x17\\\\xcf\\\\xd9\\\\x97s-\\\\xaa\\\\x8c\\\\xa7\\\\xd2\\\\xd5\\\\xc8B\\\\xc3@,#\\\\xc8v3\\\\xafA\\\\xedq\\\\x9adn\\\\xe5 \\\\xfcf\\\\xb4g>u7Xh\\\\xc5\\\\x9ck-_h\\\\n\\\\xd6\\\\x1c\\\\xa8\\\\'qR\\\\x08o\\\\x1e\\\\xe2|\\\\xba\\\\xe1m\\\\x9a uCre\\\\xd6\\\\x8a~E\\\\x96lKoD[n\\\\x10\\\\xca\\\\xca*\\\\x00\\\\x18;\\\\x00=\\\\x81\\\\x02|>\\\\xde\\\\xba\\\\xe5\\\\xc3\\\\x01@\\\\xe5H2\\\\x18\\\\x9e\\\\x8aS\\\\xe4?(\\\\x1d\\\\xf8\\\\xdb+l\\\\xbb\\\\x10\\\\xfb\\\\x98r\\\\xaa\\\\xb2`\\\\xcdd\\\\xfdWP>\\\\xce\\\\xa21\\\\xd4\\\\t\\\\x15E9\\\\x12\\\\x95\\\\xac\\\\xe4\\\\xf3q\\\\xf7\\\\x0b/\\\\x05\\\\x95\\\\xdb\\\\xdbq\\\\xe8m\\\\xc7\\\\xf8\\\\x95WA\\\\x11\\\\xe7\\\\x1f\\\\xbb\\\\xa8h\\\\x8c\\\\r~\\\\xc9D\\\\x1arF8\\\\xaew\\\\x96\\\\xf7)f\\\\xbb\\\\xdfRv\\\\xba\\\\x97\\\\xdc\\\\x08Y%} \\\\xed#N\\\\xfa\\\\xeb\\\\xd4k\\\\x9d\\\\xba\\\\x10\\\\xa4\\\\x07!\\\\x89\\\\xa2-\\\\xcas\\\\x98\\\\xc4%(\\\\x15\\\\x16\\\\x95\\\\x0e\\\\xd5\\\\xd8\\\\x18\\\\xd8\\\\x84\\\\x08\\\\xf1\\\\x8d\\\\xc0\\\\x0e\\\\xf1\\\\xfb\\\\xba}\\\\xbb\\\\xa4\\\\xe2T\\\\xdd\\\\xaeIL\\\\xf2\\\\x98\\\\x8dhC@\\\\x15\\\\x85+ch\\\\xc4\\\\x8d\\\\x00`A\\\\x91\\\\xb7\\\\xb8\\\\x1e\\\\x03\\\\xcf\\\\xa7\\\\t\\\\x81\\\\x8aC)L\\\\x98G\\\\x1d2+-u\\\\x01I\\\\xb3\\\\x1c\\\\x93\\\\xee0\\\\x07h\\\\x825\\\\x1d\\\\xa6b\\\\x0f\\\\x8fC\\\\xab\\\\x923\\\\x07\\\\xaf\\\\xf4\\\\x83{\\\\xfck:\\\\xbf\\\\xb6Y\\\\xcc\\\\xed\\\\xa8\\\\x9f\\\\xc1\\\\'Y\\\\x1aA>~_\\\\xb7\\\\xa9\\\\x8c\\\\xa2\\\\x85\\\\xb9\\\\xac\\\\x16\\\\xfe>\\\\x93{\\\\xd7\\\\xc7\\\\xbd4\\\\xd8\\\\xac\\\\x97\\\\x19$\\\\xefQ\\\\x02\\\\x12=q\\\\x85m{b\\\\xbd\\\\xc3\\\\xb8_P\\\\xf1WP\\\\x08\\\\x982&D\\\\x7f}b\\\\xc6L\\\\xabn.\\\\xfaX\\\\xaao\\\\x98\\\\xc1F\\\\xb2\\\\xcc\\\\x9a3i\\\\xca\\\\x0e\\\\xe2\\\\xba\\\\xde\\\\xb3\\\\xebx\\\\x13,\\\\x08\\\\x04\\\\x19\\\\xd0\\\\xf6\\\\xfa\\\\x9e\\\\xafY\\\\xb6!\\\\x81\\\\x15\\\\xebU\\\\x93*\\\\xa4\\\\x8c\\\\xec]\\\\xb6_\\\\x7f\\\\xb3\\\\xb8\\\\xc6\\\\xf6\\\\xb2&C@\\\\x0b\\\\xb4L\\\\xe8>\\\\xdf\\\\xb8\\\\x0e\\\\xb4A\\\\x90p\\\\x00\\\\xca\\\\xa9\\\\x06\\\\x87V(_!\\\\xc7r<\\\\xbd\\\\xd8x\\\\xd4\\\\xd9\\\\x85\\\\x82\\\\xd8\\\\xb5\\\\xd5\\\\x8f\\\\xf9\\\\xc6\\\\xaf\\\\xdb\\\\r-\\\\xa0vX,\\\\xe6$\\\\xb1\\\\xd4uj\\\\xe7\\\\xb9w\\\\x90\\\\x18q\\\\xd5\\\\x07\\\\xfa\\\\x80(J|l\\\\xaf\\\\xba\\\\x05\\\\xcb\\\\x95iv\\\\xad\\\\n\\\\xa8\\\\xf5\\\\x91\\\\xe9#\\\\xb8 \\\\x12I\\\\xd4\\\\xf41\\\\x80\\\\x88\\\\xa5T\\\\x1fI\"\\\\x8e\\\\xa3\\\\xd9\\\\xf1\\\\x1c\\\\\\\\\\\\x84\\\\xb2\\\\xdeMZ\\\\xbaR\\\\xb2i\\\\xa8\\\\xbc\\\\r\\\\xe0\\\\xac\\\\xa9\\\\x04\\\\xc6\\\\xab?N\\\\xa2\\\\xe5\\\\xbbs\\\\r0\\\\x19\\\\t\\\\x89\\\\x07W%3\\\\x1b\\\\xe3\\\\xff\\\\x00\\\\x1e\\\\xc2\\\\xaa\\\\xd2\\\\x90\\\\xf6\\\\x89j\\\\xddN\\\\xf6W\\\\x00\\\\x05\\\\x1a\\\\x98\\\\x13\\\\x1a\\\\xc7\\\\x87C\\\\x0b6`\\\\x08\\\\x88N\\\\xd4\\\\xc3\\\\x1f\\\\x0e\\\\x86\\\\xc4\\\\\\\\,n5\\\\xd4^\\\\xcb\\\\xeeZ\\\\xc5N\\\\xe2L\\\\xb1\\\\x1a\\\\xe9\\\\xbb\\\\xb1\\\\x93\\\\xf5\\\\xd3\\\\xa3\\\\xd5\\\\x1d\"\\\\xd9\\\\xafTQ\\\\x9b\\\\x87\\\\x01eM\\\\xd9\\\\xc6\\\\xbai\\\\xa7\\\\x1dP \\\\x06\\\\xba\\\\xac\\\\xad\\\\\\\\\\\\x97\\\\x88=\\\\xe4\\\\x9fH\\\\xd2|\\\\xfa\\\\x88\\\\x03\\\\x10\\\\xc3!\\\\x9a\\\\x16\\\\x94\\\\xc2\\\\xd1}\\\\xdc\\\\xb06\\\\xa5\\\\xec\\\\x96;\\\\xaa\\\\xec\\\\xb5\\\\x04\\\\x90\\\\xab\\\\x10\\\\t\\\\xef\\\\xbbX>C\\\\xa9\\\\x93\\\\xe9\\\\xeb\\\\xcdt\\\\xa2ASR\\\\xa1\\\\x8c*\\\\xcb\\\\xe4\\\\xb9\\\\x07k2\\\\x1dA\\\\xae\\\\xb6\\\\xd6Vtyc\\\\xb7\\\\xbc\\\\xfd\\\\xfa\\\\x11\\\\x11\\\\xd0\\\\x88F2|\\\\xca!\\\\x83\\\\x92\\\\x99\\\\xb8\\\\xea\\\\xed\\\\xcf\\\\xb4=\\\\xf8\\\\xf7S\\\\x8bC\"W\\\\xb9B\\\\xee&\\\\x00\\\\xdc\\\\xc7\\\\xbb\\\\x1d`\\\\r\\\\x0c\\\\xfd\\\\xfd[\\\\x85\\\\xa1\\\\x98f(\\\\x81/\\\\x82%\\\\xccs|e\\\\x95\\\\xae\\\\x02-\\\\\\\\`\\\\xc7\\\\x16\\\\\\\\98,\\\\xd7\\\\xb5q\\\\xb1\\\\x02\\\\x03\\\\xf4\\\\x83\\\\xa1\\\\xfb\\\\xc7A9\\\\xc0\\\\xd0Q\\\\xbc\\\\xf9#\\\\x9d\\\\xd1@BO\\\\xa0ede\\\\xb5\\\\x8f\\\\xc8\\\\xd4\\\\x83!K;\\\\xb0\\\\xf6\\\\xc5d\\\\x99-\\\\x1a\\\\x06\\\\xef\\\\xa4j|\\\\xba\\\\xa53\\\\xa8\\\\x97\\\\xa1Q\\\\x18\\\\x91PW\\\\x96\\\\xde\\\\xf5\\\\xdej\\\\xc1\\\\xcae\\\\xb5eUS\\\\xd4\\\\xc0\\\\x82}lu\\\\xda\\\\xa4\\\\x1e\\\\xdaw\\\\xfau\\\\x16\\\\xed\\\\x10\\\\\\\\\\\\x96e\\\\x04\\\\xb9`\\\\x14\\\\xee/3\\\\xfaM\\\\xbe\\\\xe8D\\\\xcf\\\\xcc\\\\xb5\\\\x8b\\\\xb5\\\\xac\\\\r\\\\x95\\\\xe8\\\\x18\\\\xed*I\\\\x07O?\\\\xb3\\\\xa6\\\\xd9\\\\xb2a\\\\'\\\\x18\\\\xf5\\\\xc1\\\\x16\\\\xbd!\\\\xf1A\\\\xb3r\\\\xad\\\\xe4\\\\xaf|\\\\xac\\\\x9d\\\\xca\\\\xe4\\\\x0fv\\\\xf6X\\\\xae\\\\xb3\\\\xdcmA\\\\x00\\\\xfe \\\\x07\\\\x97\\\\xd9\\\\xd3\\\\xa4\\\\x04\\\\x8dJD\\\\x81\\\\x91Z\\\\x93\\\\x91\\\\xac\\\\x06\\\\xa6\\\\x92\\\\xf9^\\\\x92\\\\xc5\\\\x10\\\\x88\\\\x04\\\\xe9\\\\xb7`#\\\\xec\\\\xd2z\\\\x1bsrZ\\\\xaaIdJ\\\\xfb/\\\\xcc\\\\\\\\_\\\\xea7\\\\xad4\\\\x06Vlb\\\\xbb\\\\x18\\\\xa8\\\\x00\\\\x12\\\\xea=R\\\\'\\\\xc3Y\\\\xf3\\\\xe8\\\\xa5\\\\x16<\\\\xd1\\\\xb8\"\\\\xb4S\\\\xb2s\\\\xec\\\\xc1\\\\xc2\\\\xa7\\\\x8c\\\\xc5b\\\\xb8y\\\\x16\\\\xef\\\\xa7\\\\x14\\\\xc9sk\\\\x9d\\\\xbb\\\\x9c\\\\x906\\\\xee\\\\x03_\\\\xa7\\\\xdb\\\\xd3=\\\\xc9\\\\xe9\\\\xd0\\\\x0b\\\\x05-Fn\\\\x8a\\\\xc6\\\\xf8x\\\\xfd4\\\\xbf\\\\x83\\\\xcf\\\\xb7\\\\xe4<\\\\xdf/\\\\x89\\\\xf2\\\\xea\\\\xadU\\\\xe0\\\\xf1p\\\\xa9\\\\r\\\\x86\\\\x14i\\\\xba\\\\xddwn\\\\x07O\\\\xfb\\\\xbe~=h\\\\xda\\\\xdb\\\\xd9\\\\xd0\\\\xe4\\\\x9dJ\\\\xd6\\\\xda6\\\\xc8:\\\\x8b\\\\x1c\\\\x92\\\\xbeI-\\\\x98\\\\xf9xt9\\\\xa6\\\\x82\\\\xa9e\\\\x99gn\\\\xd6:\\\\xb1\\\\xdb\\\\xa8\\\\x99n\\\\xda\\\\xfe\\\\xf9\\\\xea\\\\xa4\\\\xed\\\\xd5\\\\xe3\\\\x975\\\\x13\\\\x888`\\\\xbfQ\\\\x8f\\\\xc8#\\\\xceU\\\\xa7\\\\x1f\\\\x1f \\\\x16\\\\xb5\\\\x86\\\\xc1\\\\xbb\\\\xf1AQ\\\\'H$\\\\x01\\\\x1ayu^[E8d\\\\x99\\\\xf8\\\\xdeMhJq\\\\xea\\\\xc7\\\\xaf\\\\x1c\\\\xb3\\\\x95\\\\xbf%\\\\xc9\\\\xac\\\\x1a\\\\xfb\\\\t\\\\xfa\\\\xfa\\\\x7f\\\\xbb\\\\xb7F\\\\xcd\\\\x83\\\\x02\\\\x99\\\\x12\\\\x05\\\\x11\\\\xbeC\\\\x0b\\\\xe3\\\\xbf3\\\\xe2\\\\xef\\\\xe1>]\\\\xc7\\\\xd1\\\\xf2.-\\\\xcb\\\\x13V@\\\\x9f\\\\xe6z@}\\\\xe9\\\\x0c\\\\x18\\\\rD\\\\x1e\\\\xfdw\\\\xbd\\\\xab\\\\xd1 \\\\xe1]\\\\xb1\\\\xbd\\\\x94p+\\\\xe5\\\\xf7\\\\xeb\\\\xff\\\\x00\\\\xfbg\\\\xf9\\\\x1f\\\\xe9u\\\\xaf\\\\xcfa\\\\xc7-\\\\xf0\\\\xec\\\\xebY\\\\xb8\\\\xfeJ\\\\xa1\\\\xb8\\\\xd2\\\\x8cw\\\\xd7VF\\\\xa7kA\\\\x03\\\\xbf\\\\xf7\\\\xf5ck\\\\xbd6\\\\xc8\\\\x85\\\\xcc0\\\\x07\\\\xf3\\\\xf9\\\\xc1k[\\\\x90\\\\xba\\\\x1c\\\\x06\\\\x97/\\\\xc2\\\\xe4\\\\x87\\\\xa5\\\\xf1\\\\xed\\\\xda\\\\xc5\\\\xb7\\\\x02w\\\\x01\\\\xae\\\\xbe$\\\\x12|\\\\xfa\\\\xdb\\\\xd4$\\\\x14\\\\x92\\\\xea\\\\x13\\\\x12\\\\xcc\\\\x17n\\\\x8cu\\\\xd7\\\\xbf\\\\xd3\\\\xcf\\\\xc3\\\\xa7E\\\\x99\\\\xd3#@\\\\xa6\\\\xd4\\\\xd5SV\\\\xc6\\\\x01\\\\x98\\\\x82\\\\x1c\\\\x1d\\\\'R k:t\\\\x89\\\\x03\"\\\\xe9\\\\x12\\\\x06E\\\\xd6\\\\xec%{r\\\\x11\\\\xbdD8!cX=\\\\xc4\\\\xf4\\\\x17\\\\xc8\\\\x8cOD\\\\x17\\\\x88\\\\x8cU\\\\x8f\\\\xc6\\\\xe1\\\\xbe\\\\xe5M\\\\x05\\\\xe0\\\\x88f\\\\x99\\\\x81\\\\xe3\\\\x02{\\\\xf5\\\\xe5w{\\\\x80\\\\x7f\\\\xf8\\\\xacK\\\\xf3\\\\xd3RY\\\\xd5\\\\xeb\\\\xc7q5cqT\\\\xe5dMt\\\\xb9\\\\x84Z\\\\xff\\\\x00\\\\x1e\\\\xa6v\\\\xc1:y\\\\xe9\\\\xdb\\\\xaf)+\\\\x82w\\\\x0b\\\\x9c<\\\\xfc\\\\xc5:\\\\xa5B/\\\\x07[\\\\xb1\\\\xb8\\\\xearoZ\\\\xb1\\\\xaf\\\\x17:\\\\xc9\\\\x05\\\\xbd\\\\x1d\\\\xcc\\\\x18RN\\\\xef\\\\x0f\\\\xf2\\\\xe9r\\\\x91\\\\xc3\\\\x9a\\\\x0bv`pB\\\\xf9\\\\\\\\G\\\\xc0\\\\x1b\\\\xb4.T\\\\x8b\\\\xd0\\\\xcc\\\\x0b\\\\x01\\\\xd1d\\\\x92d\\\\xed\\\\x12#\\\\xa6Z\\\\x96\\\\xa9\\\\x18\\\\x9c\\\\x8a\\\\x1b\\\\xb6\\\\xbd\\\\xaa\\\\xe6x\\\\xe6\\\\x9c\\\\xb11\\\\x7f%\\\\xf1l\\\\xc6\\\\xbb2/\\\\xcc\\\\x87\\\\xae\\\\x95\\\\xaf\\\\xdcfE!\\\\xf7\\\\x18\"4\\\\xfb\\\\xfa\\\\xb1\\\\xa5\\\\xad\\\\x9dN\\\\x1f\\\\x01\\\\x96U\\\\xe9\\\\xde\\\\xa44C\\\\xf8\\\\xa4\\\\xcc{}\\\\x9b\\\\\\\\#;dC&\\\\xc9\\\\xd6\\\\x1d@\\\\x00@\\\\x89\\\\xef\\\\xf7\\\\xf4\\\\xb2\\\\x08m=\\\\x7f\\\\x1c\\\\xd2\\\\xe1\\\\x10q\\\\x18\\\\xf1\\\\xdc\\\\x98x\\\\x9e2\\\\xd5\\\\xb0=\\\\xf6\\\\tS\\\\xfc\\\\xca\\\\xe7\\\\xd0\\\\x15gs\\\\x08>\\\\x9dt\\\\xed\\\\xfbz\\\\xe8\\\\x00n\\\\x00r\\\\xf2\\\\xed\\\\xec\\\\xfa\\\\xf3W-\\\\xc2ZI\\\\xc0\\\\x1f4\\\\xdf\\\\xf9n?\\\\xff\\\\x00*\\\\x9f\\\\xff\\\\x00\\\\x97\\\\xff\\\\x00\\\\xe5z\\\\xdc\\\\xd5w\\\\xff\\\\x00\\\\x1e;\\\\x95On\\\\xda\\\\xff\\\\xd3\\\\xe7\\\\xabx\\\\xc3\\\\x93\\\\xb9/\\\\xa6\\\\xf6\\\\xb6\\\\x8c\\\\x83[\\\\x1bN\\\\xe6\\\\x05F\\\\x80\\\\xc4\\\\xfe\\\\xef\\\\x1e\\\\xbc\\\\xd4\\\\x075\\\\xf0\\\\xe3\\\\x1dN$0Mx\\\\x98\\\\xb9/e\\\\xc4\\\\xe5W\\\\xf9\\\\xaa\\\\x1dV\\\\x8bR\\\\x03\\\\xa5B\\\\xbf\\\\xc2\\\\xe0\\\\x99\\\\x90\\\\x08\\\\xd3^\\\\xf0F\\\\x01\\\\xff\\\\x00\\\\x0e\\\\x8b\\\\x17uf\\\\x0f#P\\\\x97s3\\\\xf2N\\\\xc2\\\\\\\\\\\\x9d\\\\xec}\\\\x1d\\\\xe4\\\\xfe\\\\x1f\\\\t\\\\x02z\\\\x98\\\\xc7UrW\\\\xe1\\\\rN\\\\xe9C&\\\\xc4b\\\\xcf`eV$\\\\x8d\\\\n\\\\x86=\\\\xe0\\\\xc0\\\\xf3\\\\xef\\\\x1fwVm\\\\x8eKN\\\\xdcH\\\\xa0C[\\\\'s\\\\xb6\\\\xe6oV\\\\x80\\\\x90>\\\\xde\\\\xd3\\\\x1d<[\\\\xa2\\\\xb2-\\\\xb0\\\\xa2\\\\x0b\\\\x9fv\\\\xd3\\\\xb04\\\\x86R@\\\\x98\\\\x82u1?O\\\\x0e\\\\xaeX\\\\x83\\\\xab\\\\x96 \\\\xf5B^\\\\xe2\\\\xd0g\\\\xb1\\\\xef\\\\xe2$uf0V\\\\xe3\\\\x06X\\\\x15\\\\x0f\\\\xe1\\\\xa8\\\\xf2\\\\x1d\\\\xff\\\\x00o\\\\xec\\\\xe8\\\\xdd\\\\x91;\"\\\\x04\\\\xd7M&\\\\x7f\\\\xe6\\\\xb0\\\\x1d\\\\xc7\\\\xd3\\\\xb7\\\\xef\\\\xed\\\\xd5p\\\\xf2\\\\x97E\\\\\\\\<\\\\xa5\\\\xd1F6\\\\xb5\\\\xa7\\\\xf9\\\\x87s\\\\xf8\\\\xbf\\\\xd6u\\\\xe8\\\\xf4i\\\\xc10CN\\\\x0b\\\\xc2\\\\xa4\\\\xe8\\\\xb1\\\\x10\\\\x0e\\\\xbd\\\\xbb\\\\xf7\\\\x92;u.\\\\xa5\\\\x16\\\\xc2\\\\xc2wWh-Zhf@>}\\\\xc0\\\\xee\\\\x07I\\\\xb9u\\\\xbbPj&\\\\xa0&~\\\\x1f\\\\xe2\\\\xdc\\\\xd79\\\\x92\\\\xb4q\\\\\\\\N_\\\\'f\\\\xe5\\\\x06\\\\x9cj,\\\\xb9\\\\x84\\\\xf8zA\\\\x9d\\\\x0e\\\\x93\\\\xfe\\\\x1dS\\\\x9e\\\\xee\\\\x11:As\\\\xd1\\\\t\"\\\\x18\\\\x96\\\\xfa\\\\xae\\\\xa3\\\\xf8\\\\x8f\\\\xfb=\\\\xfdT\\\\xe5lG\\\\xe7p\\\\xa9\\\\xf8\\\\xb6\\\\n99Y\\\\x19o\\\\xee\\\\xbe\\\\xaa\\\\x08\\\\x1e\\\\xddd\\\\x9f\\\\xae\\\\xa7\\\\xa4]\\\\xbf H,<\\\\xd59o\\\\xa2\\\\x03\\\\x80\\\\xeb\\\\xac\\\\xbe1\\\\xfe\\\\xd1\\\\x7fJ\\\\xf8,Z\\\\xee\\\\xe6\\\\xb3s\\\\xbeI\\\\xc8z}\\\\xd3s\\\\x1cz\\\\x06\\\\xa6J\\\\xadfaJ\\\\xc0\\\\x9e\\\\xe7N\\\\xa8\\\\\\\\\\\\xd3\\\\x07\\\\xc3x\\\\xc8\\\\xc4If)\\\\xeeZ\\\\x01>\\\\x97\\\\x1b\\\\xc9i\\\\x04\\\\t\"z\\\\\\\\\\\\xe0\\\\xc00\\\\x1e\\\\n\\\\x94\\\\xf7\\\\x06Y\\\\x94J\\\\xc4\\\\xe3p\\\\xd1.\\\\xc6R\\\\xb8\\\\xce\\\\x0bV@\\\\n\\\\x06\\\\xd1\\\\xd8\\\\xa8\\\\x1a\\\\x08\\\\x9e\\\\xfe^zu\\\\xda\\\\xe4\\\\xec\\\\xaa\\\\x9b\\\\x80\\\\x9eH=\\\\xbe\\\\xcb\\\\x03eN\\\\xfe\\\\xf0`Z\\\\xabN\\\\xe0\\\\xa2dI1\\\\xd8\\\\xff\\\\x00a\\\\xd7\\\\x12\\\\xd4\\\\xa9*u5B\\\\xfdP\\\\xcb\\\\x9fs\\\\x12\\\\xefo\\\\xdd\\\\x0cw\\\\x9d\\\\xc1e\\\\xbc4\\\\x98:\\\\x0e\\\\xfd\\\\xbf\\\\x7f\\\\\\\\~\\\\xa8I\\\\x05k\\\\xb3\\\\x8f\\\\xcd6Vrh\\\\x0e\\\\x96\\\\xa92X\\\\x03\\\\x07I\\\\xdf0F\\\\x93$\\\\xfe\\\\xe1\\\\xd5\\\\x0b\\\\xd6$\\\\x03b\\\\x11\\\\xc1\\\\x8dV\\\\x03\\\\x8dz\\\\x95\\\\x96\\\\xbb\\\\x19+\\\\x80\\\\xabK\\\\x1d\\\\xca7\\\\rH\\\\xdd=\\\\xc1$N\\\\x83\\\\xc24\\\\x1d\\\\x00\\\\xb0\\\\xee<\\\\x91\\\\x995x\\\\xe8\\\\xbf[\\\\xc7\\\\xe6\\\\xae*d\\\\xe2\\\\xde\\\\n\\\\x16j\\\\xeb\\\\xf5\\\\x03a\\\\xef!5\\\\x00\\\\x8d\\\\x08:\\\\x90\\\\x0f\\\\xee\\\\xef\\\\xf1\\\\x8c\\\\x03\\\\x92\\\\xfc}\\\\x14\\\\xea\\\\x06\\\\xab\\\\x1cJ3\\\\xb2\\\\x9d\\\\x11q\\\\x16\\\\xc3X1b0\\\\x1bfw\\\\x13\\\\x1be`\\\\xccun\\\\x10$\\\\x02\\\\x00I$\\\\xea\\\\xc5os\\\\x9aX~R\\\\xd6\\\\x02\\\\xb2\\\\x15R\\\\xd3\\\\r\\\\xa8\\\\xda\\\\xc3\\\\xb0:\\\\xc7o\\\\xbb\\\\xa3\\\\x17\\\\x8c\\\\xc3\\\\x8e\\\\xca\\\\xa9\\\\x16\\\\x88\\\\xc7%\\\\x15\\\\xe9\\\\xe5\\\\xd6\\\\xa6B\\\\xac\\\\xf5\\\\x89\\\\xf7\\\\xa8\\\\xdb\\\\xfc\\\\xa2\\\\xa5D\\\\x82\\\\x04\\\\x9d\\\\x04hOR\\\\xd2\\\\x90cO\\\\xa3tC\\\\x81Z\\\\xe8\\\\xc9\\\\xe41\\\\xbd\\\\xc4\\\\xc7\\\\xb4\\\\xeff\\\\xddb;\\\\x13;\\\\xbb\\\\x1d\\\\xb3\\\\xfcS\\\\xa7\\\\x88\\\\x1d\\\\xfa\\\\x0b`D4T\\\\x18\\\\xb9\\\\xaa!\\\\x87\\\\xc9\\\\xbd\\\\xfe\\\\xd1\\\\xc9\\\\xc5\\\\xb7x\\\\x1b\\\\x19\\\\xab3\\\\xa6\\\\xacv\\\\xc2\\\\xc0\"u\\\\x9e\\\\xdd8\\\\xdc-QE\\\\x02#2\\\\x8a{C\\\\x90\\\\xad\\\\x7f)R\\\\xad\\\\xd4\\\\xc25\\\\xd6\\\\x81I*\\\\xca|\\\\x0fvU\\\\xd2\\\\x00\\\\xed\\\\xd4\\\\t\\\\t~\\\\xa2\\\\xa8\\\\xccs(\\\\x05\\\\xf8\\\\xdc\\\\xb61{U\\\\xac\\\\x04AgS\\\\xeeF\\\\xe13*H\\\\x8f\\\\xd9\\\\x1d.P W\\\\x0cT\\\\x88\\\\x15\\\\x9d\\\\xd9w\\\\xde\\\\x80dqf\\\\xfd\\\\x80nj\\\\x86\\\\xc8\\\\x00\\\\x81>{\\\\x81\\\\xd4\\\\xf4P\\\\xb6dI\\\\x90t2\\\\x028\\\\x15\\\\xa5\\\\\\\\\\\\xad\\\\x80\\\\xad\\\\x17\\\\x90\\\\x8f\\\\x00C\\\\x06\\\\x01\\\\xbc\\\\x0c\\\\x0e\\\\xfaw\\\\x89\\\\xd3\\\\xa26\\\\xc8\\\\x0c\\\\x17J\"\\\\xaaW\\\\xe6\\\\xf1\\\\xd6\\\\xba\\\\xff\\\\x007\\\\xc7>C\\\\xd6\\\\x00\\\\xb5\\\\x9c\\\\x15e\\\\x91\\\\x017)\\\\x07H\\\\x82g\\\\xa0\\\\x90\\\\x90\\\\xabUp\\\\x81\\\\xc9H\\\\xaa\\\\xbe4\\\\xd5fM\\\\x16Z\\\\x99\\\\x08v\\\\xad*\\\\x07\\\\xa65\\\\x0eO\\\\x88\\\\x04\\\\x93\\\\xa7@`\\\\xd5\\\\xab\\\\xa3\\\\x11s\\\\x8a\\\\x87\\\\x91s\\\\x95w\\\\xbb\\\\x1c\\\\x96!U\\\\r\\\\xab\\\\x13\\\\x02KLA\\\\xda\\\\x07\\\\xf1O~\\\\xfd2\"u\"5\\\\xfa\\\\xa11\\\\x18:\\\\x1b\\\\xff\\\\x00H\\\\x96M\\\\x98w5JK\\\\x93[\\\\xc1V\\\\x925\\\\x95\\\\x98\\\\x1d\\\\xe7\\\\xcf\\\\xa2\\\\xb7.q!\\\\x15\\\\xbbp\\\\'\\\\xd4i\\\\xe6\\\\xa4-\\\\xd5c]u\\\\x0c\\\\xef\\\\x93\\\\x8b\\\\xbfh\\\\xb4\\\\xc9\\\\xdd\\\\x1a\\\\x03\\\\xac\\\\x10\\\\x01=\\\\x19 K\\\\x17A(W\\\\xa0Pn\\\\xc5\\\\xc4\\\\xb7cK+\\\\xa9VOJ\\\\xe8D\\\\x9e\\\\xe1c\\\\xc2G\\\\x97\\\\xec\\\\xe8\\\\x88\\\\x08\\\\x0c\\\\x1dby\\\\x05\\\\xf6\\\\x97\\\\x1a\\\\xcfr\\\\xff\\\\x00p*\\\\xd4\\\\xa1\\\\x02\\\\xbe\\\\xd5\\\\x827\\\\xc9!N\\\\xe3\\\\x1d\\\\xfa\\\\x89\\\\x1aP!\\\\x16\\\\xc1\\\\xe8\\\\x02\\\\x8bj\\\\xa3\\\\x1b\\\\xeb\\\\xa6\\\\x9bN\\\\xfa\\\\xcb\\\\xb2\\\\xb6\\\\xa8\\\\xcd\\\\xbe$\\\\xea4\\\\xd6\\\\x04\\\\x0e\\\\xa6\\\\xd9 \\\\x10q\\\\xfb\\\\xa3\\\\x10\\\\x00Qh\\\\x17\\\\xf2\\\\x02\\\\xa1S\\\\xe4U\\\\x8dR\\\\xed\\\\nJo~\\\\xc6\\\\x17RA\\\\x04\\\\x93\\\\xdf]z\\\\x1a\\\\x01\\\\x8a-\\\\x075\"\\\\xac\\\\xf1\\\\xee\\\\xd6\\\\xb6\\\\xe6z\\\\xab/b=jN\\\\xd9\\\\x02aP\\\\x00F\\\\xa0O\\\\xd3_\\\\x1e\\\\x95H\\\\xd4\\\\x92W\\\\x18\\\\xe2\\\\xa6\\\\x0c\\\\xfc\\\\x16\\\\n\\\\xb5\\\\xdb~A\\\\x12\\\\x15\\\\xec\\\\x98\\\\xac\\\\x03\\\\xa8 \\\\x9f\\\\x00\\\\x01\\\\xfb\\\\xfa\\\\x0b\\\\x80J8\\\\x16S\\\\x1fI\\\\xc7\\\\x14w\\\\x17\\\\xe5YX\\\\xb1\\\\xf9lzqJ\\\\xa9\\\\x1e\\\\xf3.\\\\xf7c$0}\\\\x90\\\\xca`\\\\xae\\\\xd1\\\\xd9\\\\x87\\\\x84\\\\rO\\\\xd3\\\\xa01\\\\xd2\\\\\\\\\\\\x96\\\\tDj\\\\x04&\\\\x1e5+\\\\xfc\\\\xab\\\\xe4\\\\xa5\\\\xcb\\\\x90E-k%\\\\xad\\\\xed\\\\xbbn\\\\x80 \\\\x193=2\\\\xd5\\\\xb1\\\\xfb\\\\x00\\\\xfd\\\\xa9\\\\x91\\\\x90\\\\x03\\\\x15\\\\xbb\\\\x8d\\\\xc6\\\\xcf\\\\xe6\\\\x97)1\\\\xb30\\\\xb01\\\\xf0+9\\\\x08m\\\\xb7k\\\\xd8\\\\x15\\\\xa4\\\\xaa\\\\x02\\\\x01,\\\\xe4\\\\xc2\\\\xaf\\\\xec\\\\xe8\\\\xc45\\\\xc5\\\\xdd\\\\xb3\\\\xc5M\\\\xb8\\\\xb9 `\\\\xa2\\\\xe1\\\\xe0ed\\\\xd4j\\\\\\\\\\\\x17\\\\x06\\\\xd7\\\\x04\\\\xe63\\\\x99\\\\xdb\\\\xa4)\\\\xfa\\\\x10~\\\\xed\\\\x07B H\\\\x1c\\\\xb9\"\\\\x00\\\\xb35y\\\\xa3upK\\\\xc6\\\\x0b2\\\\xf3\\\\xad\\\\xa5\\\\xf2\\\\x04\\\\x1a1\\\\xc8g.U\\\\x88`\\\\xe2I\\\\x8f\\\\x02c\\\\xa2\\\\xbd(\\\\xdb\\\\x155Sn\\\\xc3\\\\x97Q32y\\\\xcc\\\\xef\\\\xe5{\\\\xe1j\\\\x07j\\\\xd5\\\\\\\\\\\\xac\\\\x053\\\\xa4v\\\\xdb2GT\\\\xa5\\\\xb8\\\\x9c\\\\x89\\\\x03\\\\xcb$F\\\\xd9\\\\xc1\\\\xd0Jx\\\\xbcw{\\\\x85\\\\xd9\\\\xea\\\\x18\\\\x1d\\\\xe7k.\\\\x9b\\\\x86\\\\xd1\\\\xdcz\\\\x8c\\\\x99\\\\x91\\\\xe1\\\\xd3\\\\xadF\\\\x85\\\\xf1H1\\\\x0fR\\\\n\\\\x9b_\\\\x1f\\\\xc3Wj\\\\x0br\\\\r\\\\x9e;\\\\xd4~\\\\t\\\\x82A\\\\x07\\\\xd3\\\\x0cc\\\\xb0\\\\xed\\\\xf5\\\\xea.\\\\x10\\\\x0b\\\\x91E0\\\\x10\\\\x01\\\\x93z\\\\xe3p\\\\xc9\\\\xc7\\\\xfef\\\\xdb\\\\x12\\\\xa66\\\\x86\\\\xb7\\\\xdc\\\\n\\\\xca@\\\\x93\\\\xe9\\\\xd7\\\\xd5\\\\xe0u1\\\\xafV\\\\x80\\\\x86\\\\x8a\\\\xa7\\\\x19\\\\xc4\\\\xad5sx\\\\x16\\\\xbbc\\\\xe2\\\\xd5\\\\x8f\\\\xba\\\\xc6\\\\x91i@6\\\\x12\\\\x08\\\\x10I\\\\x9d\\\\xa6\\\\x04\\\\x10;L\\\\x9e\\\\x95\\\\xfeY\\\\x7fHS\\\\x19\\\\x85\\\\x95\\\\xb4\\\\xe1^\\\\x8c\\\\x15V\\\\xe3c\\\\xaa=\\\\xf6\\\\xed\\\\xdb\\\\x1a\\\\x9d\\\\x9e\\\\xa3\\\\xdbI\\\\xd7\\\\xc3\\\\xb7K\\\\x13\"\\\\x84\\\\xbb\\\\xf1DF \\\\xe1\\\\xe0\\\\x8c\\\\xe6\\\\xfc\\\\xa7\\\\x1b+\\\\xe2\\\\xcd\\\\xc0\\\\xe3\\\\xfcg\\\\x88\\\\xc7\\\\xe46\\\\xcd\\\\x9f \\\\xadlK\\\\xbb\\\\xe8\\\\x15A\\\\x0b\\\\x1f@<\\\\xfe\\\\xfb1\\\\xba\\\\x0cY\\\\x87\\\\xdd2S:4\\\\xb7zB\\\\xaf\\\\x8b\\\\xc8\\\\xa9\\\\xda\\\\xd1qv\\\\xab\\\\xd4\\\\xb6\\\\xee\\\\x98\\\\xd8|`\\\\x1e\\\\xfaA\\\\xecu\\\\xfb\\\\xa1\\\\x9a\\\\xa1S\\\\x16H\\\\xaa\\\\xdd}\"\\\\xb2\\\\xb6{n\\\\xf7\\\\xd8\\\\xaa\\\\x96\\\\x10\\\\x07\\\\xb8v\\\\xf6\\\\xdb\\\\xf8\\\\x88\\\\x90G\\\\xdd\\\\xd4\\\\xfa\"_4dJ\\\\x99\\\\xf3\\\\xe6\\\\xbd\\\\xc3\\\\xc5\\\\xc8\\\\xacSb1\\\\xa0TM\\\\x85\\\\xe9x\\\\n&A\\\\x9f\\\\x11 \\\\x0e\\\\xf2\\\\x0f~\\\\x9b\\\\xee\\\\x90E\\\\n8\\\\xc2\\\\x8eN\\\\x08\\\\xab\\\\xe4g\\\\xddA\\\\xaa\\\\xcd\\\\xe9\\\\x8e\\\\xb6[m!\\\\xa5\\\\xed\\\\x0cL\\\\xeem\\\\x01\\\\x92u\\\\xd7\\\\xaawwwG\\\\xec\\\\x18\\\\x02\\\\xac\\\\x08\\\\xbd\\\\x01R\\\\xe8\\\\xb3/\\\\x18.\\\\xcfr\\\\xd6y\\\\x1f\\\\x9a\\\\xb0\\\\x1b+\\\\xf5y<\\\\x95\\\\xd7\\\\xcaA\\\\xfb:(J\\\\xe4\\\\x8b\\\\n\\\\x04\\\\x12\\\\x80\\\\x8cT\\\\x9a\\\\x13\\\\x94\\\\xc9\\\\xccC(\\\\xc1\\\\x11u\\\\xdc\\\\x19H\\\\x04@\\\\x9e\\\\xde\"#\\\\xbf\\\\xd9\\\\xd5\\\\x81jR\"\\\\xa9\\\\x06\\\\xe1\\\\t\\\\xef\\\\x85\\\\xc9\\\\xe5\\\\xbe5\\\\x95\\\\x8f\\\\x90\\\\xabV\\\\xe5*\\\\xfbZ\\\\xbf}\\\\x02\\\\xaa\\\\xc8\\\\xf4\\\\x18\\\\xfc?\\\\xdf\\\\xf4\\\\xe9\\\\x822\\\\xb6]t.\\\\x18\\\\x97\\\\x08\\\\xf7#\\\\x91\\\\x8d\\\\xf2\\\\xae7\\\\x95\\\\xe0>A\\\\x86\\\\xb9\\\\xfc_2\\\\xae\\\\xdc\\\\xa6%\\\\x83V\\\\xdc\\\\x0c\\\\x90\\\\xa4\\\\x9dP\\\\x13\\\\x11\\\\xd8\\\\xfd\\\\xddV\\\\x9c\\\\t\\\\x05\\\\xf3\\\\xc9iY\\\\xdc\\\\x9c^\\\\xae\\\\xbeP\\\\xff\\\\x00\\\\xb8o\\\\xf6\\\\xfd\\\\x95\\\\xfag\\\\x9a\\\\x9c\\\\xa7\\\\x10\\\\xcf\\\\x9d\\\\xf1l\\\\xf6?\\\\x95\\\\xc8\\\\x81\\\\xee\\\\xd0\"EV\\\\xc4\\\\x82`\\\\xe8|z\\\\xb3\\\\xb5\\\\xdd\\\\x9bR\\\\x10\\\\x99pp\\\\'\\\\xe8~\\\\xcbZ\\\\x17\\\\xcd\\\\xda\\\\xe6\\\\x07\\\\x8a\\\\xe5e\\\\xc6\\\\x153\\\\xbd\\\\x85\\\\x80Q\\\\xb8\\\\x13\\\\xe2O\\\\xd7\\\\xad\\\\x837\\\\x0c\\\\x11J\\\\xe3\\\\xd0(\\\\xa9\\\\x8co\\\\xb9@\\\\x04\\\\xcbz\\\\x89\\\\x1a\\\\x08\\\\xf1\\\\xfa\\\\xf4\\\\xc3wD]4\\\\xdd\\\\xd1\\\\x14\\\\xf3\\\\xc4q\\\\xc9H{\\\\x1c\\\\xfa\\\\x90\\\\xc2\\\\x91\\\\xe0`\\\\xeb\\\\x03\\\\xcb\\\\xc3\\\\xcf\\\\xaf?\\\\xbf\\\\xdc\\\\x92\\\\xd1\\\\x19\\\\xac\\\\xab\\\\xd7u\\\\x878+#\\\\x89\\\\xe3\\\\x9e\\\\xdba\\\\x90Z\\\\xec}\\\\x0e\\\\x9a\\\\x9d;\\\\x91\\\\xdc\\\\x0e\\\\xd0:\\\\xf3;\\\\x8b\\\\xe0\\\\x0eK&\\\\xec\\\\xb5\\\\x1eo\\\\xe6\\\\x9e\\\\xb9\\\\x1c\\\\xac\\\\xbb[\\\\xfay\\\\xb4\\\\xfbx\\\\xaa\\\\x9bj\\\\xdd\\\\xa4\\\\x00{F\\\\x83Pt\\\\xfd\\\\xfdf[\\\\xabL\\\\xd5\\\\r\\\\xe9J F4e\\\\'\\\\x8a\\\\x17a#\\\\xe6\\\\x175\\\\xa5\\\\x10\\\\xf5\\\\xbb\\\\x12\\\\xaaK\\\\x124 \\\\xf7\\\\x04\\\\x1f\\\\xd9\\\\xd1\\\\x99\\\\xcc9\\\\x89g\\\\xa7\\\\xf5\\\\xc5\\\\x12\\\\xe2\\\\x062\\\\xc0-\\\\xb6\\\\x1c|\\\\xd6\\\\\\\\\\\\xcc\\\\xac\\\\xcfs!\\\\xdbr\\\\xa3o\\\\x90d\\\\x10\\\\xfa/y=\\\\x87D\"\\\\x0b\\\\x93:\\\\x9e\\\\x87\\\\xeb\\\\xc7j7\\\\x06\\\\xa0vU\\\\x1f\\\\xb7\\\\x86\\\\xca\\\\xa7\\\\x11\\\\xb7\\\\xde\\\\x89}\\\\xf0\\\\xfb\\\\x18\\\\x85\\\\x16&\\\\xa0\\\\xed\\\\x12{i3\\\\xf4\\\\xe8N\\\\xac\\\\x89\\\\xf5ugW#e\\\\xc7gL\\\\x10\\\\x9a\\\\xbf\\\\xa4\\\\xe3Vj\\\\xbfmY\\\\x14\\\\xbe\\\\xef\\\\xcc#\\\\xd6\\\\xc0\\\\xeeH\\\\x0b\\\\xa1\\\\x8dL\\\\t\\\\'Mz(\\\\xc0\\\\x10\\\\xc5\\\\xc4\\\\xabWq\\\\x85\\\\x00jc\\\\xd5t\\\\xb4\\\\xc6\\\\x98\\\\xa989\\\\xf9\\\\x19\\\\xf8\\\\xc3\\\\x17\\\\x16\\\\xbfU\\\\xed\\\\xb7\\\\xfeZ\\\\xcb\\\\xeb\\\\x01@]\\\\\\\\w\\\\'N\\\\xaf\\\\xfcu\\\\x89\\\\xcaFG\\\\x0c\\\\xe9\\\\xc3\\\\xa0\\\\xbbq\\\\xe3\\\\xa4\\\\x06)\\\\x97\\\\xfa\\\\'\\\\xff\\\\x00\\\\xe5\\\\x9f\\\\xfe`\\\\xff\\\\x00>\\\\xbd7\\\\xb1o\\\\x90U\\\\xb4\\\\xaf\\\\xff\\\\xd4\\\\xa0\\\\xf1\\\\xec\\\\xc9\\\\x0e-\\\\xc5k\\\\x16\\\\x9b-V\\\\xbc\\\\x91\\\\xe8f\\\\xed\\\\x04O\\\\xfaO\\\\xd3\\\\xcb\\\\xc6:\\\\xf2\\\\x912\\\\xd4\\\\x17\\\\xc4\\\\x05\\\\xc6.\\\\x9e1\\\\xb8\\\\xba\\\\xd3\\\\x9a\\\\xae\\\\xdcz}\\\\xd6\\\\nU\\\\xd5N\\\\xf4`\\\\xea7Li\\\\x07\\\\xb1\\\\x04\\\\xf9ur\\\\x11:\\\\xc3T\\\\xabP\\\\xb7\\\\xaatP>}\\\\xca\\\\xdd\\\\xc1`7\\\\x19S{\\\\x9e\\\\xf2\\\\xa3\\\\xb0\\\\xa9\\\\x820\\\\xafY\\\\x05\\\\x84\\\\xc0\\\\x1ay\\\\x8f\\\\xb0\\\\xf4\\\\xbd\\\\xd1#\\\\xd23O\\\\xbf!\\\\x11\\\\xa7\\\\x15\\\\xcc9\\\\x88\\\\x8c-d\\\\x02\\\\xec\\\\x9d\\\\xe0\\\\xbd\\\\xe5\\\\x82\\\\x84S \\\\t\\\\x9d \\\\xf9\\\\x0f1\\\\xd2\\\\xa0\\\\x06+4\\\\xc6@T\\\\xf2\\\\xfe\\\\x92O4M\\\\xec\\\\x81\\\\x14\\\\xa6\\\\xd6db\\\\xb3&N\\\\x9a\\\\x1f\\\\xc3\\\\x10f:\\\\x19\\\\xb1$D\\\\xab\\\\xfbh\\\\xe9\\\\x0eBN\\\\xcd\\\\xaf\\\\xd8\\\\xad\\\\x15\\\\x9e\\\\xb7\\\\x0etc\\\\xdeL\\\\x02I\\\\xf0\\\\x99\\\\xef\\\\xd3-\\\\xca\\\\x9dV\\\\xaccW\\\\xfa%\\\\xac\\\\xf55\\\\x18\\\\xb4\\\\x9bYZ|\\\\xe4\\\\x1d~\\\\x9ak\\\\xd5\\\\x9bgQ\\\\xa5\\\\x15\\\\xeb\\\\x07V\\\\x14J\\\\xf9\\\\\\\\\\\\x8a\\\\xab\\\\xcd@\\\\x82\\\\x1a\\\\x03\\\\x1d\\\\xa4}\\\\xd1\\\\xd6\\\\x85\\\\xbd\\\\xb9\"\\\\xabN\\\\xd6\\\\xdc\\\\x91U\\\\x12\\\\xfb\\\\xd2\\\\xc4\\\\xf7\\\\x1f\\\\xf1\\\\x90\\\\xc4\\\\x1d\\\\xc6?g\\\\xd9\\\\xe1\\\\xd3a\\\\x02\\\\x0b\\\\x0c\\\\x13a\\\\x02\\\\x0b\\\\x0c\\\\x14u\\\\xad,\\\\xda\\\\xc0\\\\x94%\\\\x84\\\\xac\\\\x92u\\\\xfd\\\\xbat\\\\xc9H\\\\x84\\\\xc3\"\\\\x14\\\\xe7\\\\xaa\\\\xaak:\\\\xfa\\\\xec\\\\xd4\\\\x81\\\\xa8%d\\\\x13#\\\\xb7\\\\xf6\\\\x9e\\\\x92$dRD\\\\x8c\\\\x8a\\\\x84\\\\xde\\\\xe5\\\\x84\\\\xb9\\\\xd6J\\\\x81\\\\x03\\\\xc3\\\\xbc\\\\xfd\\\\x93\\\\xafM\\\\xa4h\\\\x9c\\\\x08\\\\x14E\\\\xb8\\\\xee\\\\x1f7\\\\x90\\\\xbe\\\\xbaq1\\\\xdf\"\\\\xcb\\\\x18\\\\xa5iZ\\\\xb3\\\\x12\\\\xda\\\\xc0\\\\x03\\\\xaa\\\\xd7\\\\xf7P\\\\xb4=E\\\\x92\\\\xe5:\\\\x15|p\\\\x1f\\\\xed\\\\xd7\\\\xf5S\\\\xe45\\\\xd5\\\\x91\\\\x87\\\\xf1l\\\\xaaih\\\\r\\\\x95\\\\x92\\\\x16\\\\x85\\\\x00\\\\xf6b\\\\xaeA\\\\x91\\\\xf6O\\\\x9fYw~L@8\\\\x89#\\\\xc1V;\\\\x88\\\\n?\\\\x82\\\\xeco\\\\xd3\\\\xaf\\\\xf6y\\\\xc0qUb\\\\xe6~\\\\xa0\\\\xe4\\\\xdd\\\\xc8g9[,\\\\xe1\\\\xf1\\\\x08\\\\xae\\\\x95\\\\xd0\\\\xb0\\\\x05\\\\xc4\\\\xee2\\\\x0c\\\\x8d\\\\x07\\\\x7f.\\\\xa9{\\\\xe6\\\\xedd{\\\\x87\\\\xdc\\\\xe6\\\\xa8^\\\\xde\\\\xc8~\\\\xb4\\\\xfb\\\\xae\\\\xc9\\\\xf8\\\\xef\\\\xc6\\\\xf8_\\\\x89`\\\\xe3\\\\xe0\\\\xfcs\\\\x86\\\\xc5\\\\xe21\\\\xa9P\\\\xf4\\\\n(\\\\xda\\\\xceT\\\\x81i\\\\xdd\\\\x1a\\\\xed\\\\x9f\\\\x19$yu\\\\x103\\\\x8c\\\\\\\\Pt\\\\r\\\\xfd\\\\xaa\\\\x8dr\\\\xe4uT\\\\x04L\\\\xf2\\\\x1c\\\\x8e1j\\\\xfd\\\\xe6\\\\xb8\\\\xe4 U\\\\xa1H\\\\xb1v\\\\xa2\\\\x18\\\\xd4\\\\x82\\\\x04\\\\x18\\\\x92|:\\\\x1d@\\\\xbb\\\\xe2\\\\x95)\\\\xcf#\\\\xf7K\\\\xf9y#&n\\\\xb5\\\\x18\\\\xb8\"\\\\xbc\\\\x84\\\\xa4If06\\\\xabG\\\\xf1\\\\x12;\\\\xe9\\\\xf6\\\\xf4\\\\xefpbU9\\\\xbb\\\\xf6/\\\\n\\\\x17\\\\xa6\\\\xd3V@\\\\x0c\\\\x1b\\\\xdbj\\\\x14o\\\\nF\\\\xac\\\\x81cE\\\\x8e\\\\xdf\\\\xdf\\\\xd4\\\\x19\\\\x01U\\\\xd6\\\\xe0MR\\\\xfeI\\\\xa8\\\\xacdZ7\\\\x18\\\\x8b\\\\x95\\\\xf4\\\\x02A\\\\x05f#Q\\\\x00\\\\xce\\\\x9d\\\\x06\\\\xb2HF`\\\\x00\\\\xa1P\\\\x1a\\\\xacZ\\\\xdfq\\\\xca[EdM\\\\xa8B\\\\x1d\\\\xc2c\\\\xb1\\\\xef#\\\\xc7\\\\xb1\\\\xe8\\\\xa3(\\\\x92\\\\x95\\\\x13\\\\xcdf\\\\xabe\\\\xb6\\\\xd8*t\\\\x01\\\\x82\\\\xa0\\\\'r\\\\xca\\\\x01\\\\xe7\\\\xd8\\\\xc6\\\\xb1\\\\xff\\\\x00\\\\t0\\\\x01$\\\\x81\\\\xc0P\"\\\\xd9\\\\xd1\\\\x1d\\\\xc5\\\\\\\\\\\\xfe<-nM\\\\x98u\\\\xb1\\\\xf7,\\\\x04\\\\x08_\\\\x05\\\\x11\\\\xae\\\\xbf\\\\xfbDk\\\\xe5\\\\xd2\\\\xefj\\\\xc0\\\\x14\\\\xebq\\\\x0fR\\\\xc9s/\\\\x87qk\\\\xe5q\\\\\\\\\\\\x82\\\\xe4\\\\xd7\\\\x94\\\\xe8\\\\xcf\\\\x81\\\\x90\\\\xde\\\\x95\\\\x92O\\\\xf2\\\\xde`m\\\\x9f\\\\x0e\\\\xe7^\\\\xb2\\\\xfd\\\\x99FOn\\\\xaep9v\\\\x1f\\\\xb2q \\\\xd0\\\\xa29\\\\xf9|\\\\xd6v\\\\x0f\\\\x19\\\\xc4\\\\xf2\\\\x17\\\\xb6O\\\\x1d\\\\xc1\\\\xfb\\\\xa9\\\\x81\\\\x8a\\\\xaa\\\\nRo`\\\\xee\\\\x16 \\\\x99a:\\\\xb7\\\\xd3\\\\xadI\\\\xcewc\\\\x18\\\\x90h\\\\xab\\\\xca\\\\x83\\\\x1a \\\\xb5\\\\xe3\\\\xc3/\\\\xb1g\\\\xb2e\\\\x8e\\\\x8cC\\\\xb9+#V\\\\xee\\\\x01\\\\xd7\\\\xbcG\\\\x7f\\\\xa0{S\\\\x8daB\\\\xb8Hf\\\\xb7]\\\\x99\\\\xc8\\\\xe5/\\\\xe5-\\\\xe3\\\\xaf\\\\xbe\\\\xd4\\\\x06\\\\xc44\\\\xa6\\\\xf5DS\\\\xebg\\\\xd9\\\\x1d\\\\xa0\\\\x92Oc\\\\xd5\\\\x13wpdD\\\\xa0\\\\xfdG\\\\xf0\\\\xac\\\\x1d$0,\\\\xa3W\\\\x7f\\\\'CWb1\\\\xacW\\\\xb4\\\\xd6\\\\x15\\\\x84\\\\x85=\\\\xe5c\\\\xd5\\\\xfd\\\\xb4\\\\xf1\\\\xea\\\\xd4#7\\\\xd4\\\\x1f\\\\x86I\\\\x90\\\\x00Q\\\\x14\\\\xbb*\\\\x9c\\\\xba\\\\xde\\\\xdc\\\\xf6|l\\\\x9b\\\\x94\\\\x1ar(\\\\x05\\\\xe5\\\\x96tp\\\\xc7\\\\xc3\\\\xb7q\\\\xfd\\\\xfd\\\\x1bj\\\\x93\\\\x8a\\\\x12qP\\\\x06\\\\x91\\\\\\\\9(5dd\\\\xec\\\\x7fo1\\\\x8a.\\\\xd6k\\\\x1aF\\\\xa2\\\\x17EmN\\\\xa4\\\\xc8\\\\xe8\\\\xa2\\\\x1c\\\\x18\\\\x92W\\\\x11Z-\\\\x07\\\\x92\\\\xcc\\\\xae\\\\xc5\\\\xb4d\\\\t\\\\x94\\\\xd86\\\\x10D\\\\t\\\\x07q\\\\x81\\\\xa8\\\\x99\\\\x98>\\\\x1fh{cQ\\\\nj\\\\x11\\\\xa1\\\\xc8\\\\x9bq\\\\xb6=\\\\xe3\\\\x1a\\\\xcb\\\\'\\\\xdc\\\\x83\\\\x01\\\\xa0\\\\xcc\\\\x01\\\\xa4\\\\x9d\\\\xa3\\\\xb7\\\\xee\\\\xf3t\\\\xa2A\\\\x05\\\\xd9O\\\\xb9\\\\xa83\\\\xa1y6e%\\\\x8eFH\\\\xb80\\\\xfe#\\\\'\\\\xd4F\\\\xa1t\\\\x82{\\\\x12u\\\\xfa\\\\x9e\\\\x80\\\\xc8\\\\xc6\\\\xa6O\\\\xd5D\\\\x86kJ\\\\xe6]R\\\\xfbu\\\\xe4+\\\\x92\\\\xe5i\\\\x1b{\\\\x8d\\\\xa7p\\\\xff\\\\x00Q\\\\x880O\\\\xdd\\\\xa7Bfb\\\\x1d\\\\xd4\\\\x82\\\\x1f\\\\x05\\\\xa1\\\\xb9\\\\x0c\\\\x9b}\\\\x9b\\\\xed\\\\xcd\\\\x08\\\\xad\\\\xa4\\\\xaa\\\\xcf\\\\xa8\\\\x18\\\\xeeF\\\\xbd\\\\xbe\\\\xff\\\\x00?\\\\x0e\\\\x96g(\\\\xb92E\\\\xfb\\\\x16e1-\\\\xb7\"\\\\xed\\\\xb5\\\\xe6-\\\\xc3j\\\\x93\\\\x8f]d\\\\x12\\\\\\\\\\\\x80\\\\x04\\\\x93\\\\x04\\\\xb13\\\\xfb\\\\x80\\\\xe9f\\\\xf6/1DB\\\\xddp\\\\xcdn\\\\xcf\\\\xbb1)\\\\xda\\\\xb9l\\\\x9aF\\\\xa0o\\\\x05\\\\x7f\\\\x0b\\\\x10Wlk\\\\xa7\\\\x91\\\\xe8!\\\\xb9\\\\x05\\\\x86\\\\xb7|9\\\\xa6\\\\xce\\\\x07\\\\x92\\\\x14.\\\\xb5H-~\\\\xdc\\\\x92\\\\x13\\\\xdc\\\\x08C\\\\x02\\\\t\\\\x00\\\\x12`\\\\rt#\\\\xcb\\\\xa7\\\\xca\\\\xf6\\\\x92\\\\xee\\\\xe1(C\\\\x92\\\\x1b\\\\x91\\\\x90\\\\xe8nfwh\\\\xdc\\\\xa5\\\\x84\\\\x9d\\\\xc4\\\\x01&|g\\\\xb0n\\\\xbb\\\\xdf\\\\x81\\\\x15\\\\x93\\\\x0f5:e\\\\xdax\\\\xa2\\\\xd5nw\\\\xb4\\\\xd6mv\\\\xc2RHUp\\\\xcfb\\\\xc8\\\\xf0\\\\x04m&;\\\\t\\\\xfb:\\\\x18\\\\xdd\\\\x81\\\\xc0\\\\xbfT$\\\\x11\\\\xc7\\\\x92\\\\xd1_\\\\x1e\\\\xfc\\\\x96\\\\xf4nY\\\\xaej\\\\xc2\\\\x1d\\\\x8c\\\\x85B\\\\x81+\\\\xb4n\\\\x80g\\\\xb9\\\\x1d\\\\xe7\\\\xab\\\\x16g\\\\x19\\\\xe0R\\\\x8c\\\\x0ch\\\\x85\\\\xdf\\\\xbb\\\\x8e\\\\xb2\\\\xfb(\\\\xbd\\\\xec(\\\\xec\\\\x18\\\\x99]\\\\xb3\\\\x00\\\\xa9\\\\x02#r\\\\x83?g\\\\xdb\\\\xd3$H\\\\'\\\\x14\\\\x04\\\\x98\\\\xbdqR\\\\xbf\\\\xa8\\\\xd5\\\\xbd\\\\x03\\\\xe2Z\\\\xf6\"\\\\x16t\\\\xb2k\\\\x95\\\\x03R\\\\x00\\\\x93:\\\\xff\\\\x00c\\\\xd0\\\\xdc\\\\x06G\\\\x928\\\\x97S\\\\xaa\\\\xcd%T\\\\xa7\\\\rc\\\\xb6\\\\xc8\\\\x16$\\\\x10\\\\xdb\\\\xc0e\\\\x94\\\\xec{\\\\x9f\\\\xafK\\\\x94\\\\x8cKb\\\\xf9)\\\\x0cz\\\\x050=\\\\xe0nN>\\\\xe1_\\\\xa0\\\\x97f\\\\x06^ H\\\\x9e\\\\xa4\\\\x89\\\\x81\\\\x93!\\\\x8c\\\\x81.SW\\\\x03n9\\\\xc9T~:\\\\xa6W\\\\xfc_\\\\x98\\\\x05\\\\x89\\\\x83\\\\x1b\\\\xaa\\\\xd9$\\\\xe84\\\\x98\\\\xe9\\\\x17\\\\x05\\\\r\\\\x1d\\\\xf2\\\\xfb\\\\xa6\\\\xdb,qV71B]\\\\x92\\\\xc5i\\\\\\\\:\\\\x19\\\\xd6\\\\xe5u\\\\x7fu\\\\x11\\\\x08\\\\x84BI\\\\x06IQ\\\\xa8\\\\xfb\\\\xfa\\\\xa8\\\\x04\\\\xa6t\\\\xb3y\\\\xad\\\\xa2DX\\\\xf3B\\\\x16\\\\x9fb\\\\xa0\\\\xb5U\\\\xb9\\\\xe8\\\\x03k \\\\x06w\\\\rt\\\\x86\\\\xd7C3\\\\xf7OV#\\\\x13l\\\\x16\\\\x14\\\\\\\\\\\\xe2E~\\\\xc7\\\\xca\\\\xe1\\\\x1b\\\\x8b\\\\xc89O\\\\x95W\\\\xc8\\\\xceV\\\\xeca+\\\\xf9v\\\\xc6(w\\\\x87bd\\\\xb2\\\\xb1\\\\x1d\\\\xb4\\\\xe9B\\\\xf5\\\\xb9B\\\\xae.\\\\x13\\\\xdc\\\\xdd\\\\xa8\\\\xcd\\\\xb8\\\\xe9\\\\xe6\\\\xb5\\\\xf2\\\\xb8\\\\xd6\\\\xbe\\\\x00E\\\\xc7\\\\xb1\\\\x91Av\\\\xac\\\\xef$\\\\x81\"W\\\\xb0\\\\x113\\\\x0b\\\\xa0\\\\xe8M\\\\xb0$\\\\t\\\\xc9f\\\\xee9}\\\\x95O\\\\x97\\\\x8fC\\\\x00\\\\xc6\\\\x9c\\\\x80\\\\xce\\\\x01Ye\\\\x16\\\\x19\\\\xd2\\\\x00s\\\\x07M\\\\x0f\\\\x97W\\\\xac\\\\x80\\\\xce\\\\x1f\\\\xaf\\\\xd9g\\\\\\\\\\\\x8b\\\\x04\\\\x12\\\\xeb\\\\xb0*g\\\\xb5\\\\xf8\\\\xb6\\\\xc8\\\\xbc\\\\xd5\\\\xed\\\\xd6\\\\\\\\\\\\x96\\\\tg\\\\xf0\\\\xb6\\\\xf9\\\\x92Gb;xt\\\\xe1<\\\\xb4\\\\xbb\\\\xf0\\\\xea\\\\x18\\\\xb5rQ\\\\xed\\\\xe6h\\\\\\\\c\\\\x8f\\\\x8d\\\\x80F0\\\\xd8r\\\\xaa\\\\n]\\\\x1a\\\\xd1%X\\\\xc0Q\\\\xdc\\\\x18\\\\x11\\\\x1foSvr\\\\x01\\\\x80\\\\xc1\\\\x14d\\\\x1a\\\\x81\\\\x01\\\\xcd\\\\xf9]\\\\xfc\\\\x89\\\\xc5Z8\\\\xabrk\\\\xa9Mu\\\\xab1]\\\\xa8\\\\xaaW\\\\xd3#\\\\xb6\\\\x84\\\\x89\\\\xff\\\\x00\\\\x0e\\\\xab\\\\xff\\\\x00\\\\x9f36\\\\x8c$z\\\\xb5\\\\x1701\\\\xa9\\\\t\\\\xf7\\\\xe3\\\\x9f#\\\\xc6\\\\xe0\\\\xd3\\\\x92\\\\xaa\\\\xbc\\\\x0c\\\\x7f\\\\xff\\\\x00\\\\x8cb\\\\xae&U\\\\xf7b%\\\\xef]Z\\\\x12\\\\xf43\\\\xaf\\\\xa1\\\\xe7\\\\xbb\\\\x0f\\\\xafZv\\\\xee\\\\xc8D\\\\x80),z#\\\\xb1pZ.\\\\x96\\\\xb9~m\\\\xf1rr18\\\\x89\\\\xfc\\\\x9b\\\\xb3+d\\\\x15\\\\x04K\\\\x1d\\\\xba\\\\xa2w\\\\x92F\\\\x83Pz\\\\\\\\\\\\x85\\\\x08J\\\\x94\\\\xd8\\\\xd3\\\\x9a\\\\xf3\\\\x8c\\\\xbb7\\\\x1f\\\\x131\\\\xb2\\\\xeb\\\\\\\\\\\\xcbr+[\\\\xab\\\\xcae\\\\xfeueeHF\\\\x80$\\\\x98\\\\x04\\\\x13\\\\xd4\\\\xc43\\\\xb8u0\\\\x91\\\\x0f\\\\xc7\\\\x1d\\\\x8a:\\\\xbf3\\\\x91\\\\x9428\\\\xfc\\\\x1b\\\\x14:\\\\x80\\\\xb6?\\\\xaaGy\\\\x88\\\\xd7\\\\xcfMz\\\\x9fS\\\\xbf5\\\\x1a\\\\xc9.\\\\x14\\\\xeb\\\\xb8\\\\xfc\\\\xfc\\\\xdc\\\\x8f\\\\xcesW~v\\\\xd2b\\\\xc5g\\\\x0c\\\\xc4@\\\\x85&`\\\\xe8f<$\\\\xc7Rc\\\\xaaZ\\\\x8e(\\\\x89\\\\x91\\\\xfd\\\\x96\\\\x15\\\\xf1\\\\xf9\\\\x1f\\\\x98\\\\xf60\\\\xb0j\\\\xc6\\\\xaf)B\\\\xd9\\\\x93e\\\\xa2\\\\xb1(A\\\\x1a\\\\xb9\\\\xec\\\\x18\\\\xf7?\\\\xbf\\\\xa2\\\\x10$\\\\xd3\\\\xea\\\\xa0\\\\xc2R\\\\xc00Q3\\\\xb0\\\\xec\\\\xfc\\\\xc5\\\\xd8vYEVP\\\\rip\\\\xb82m?\\\\x84\\\\xac\\\\x91:w\\\\x88\\\\xef\\\\xd0M\\\\xdd\\\\x9f\\\\x043\\\\x8eEE\\\\xa3\\\\x83\\\\xaf7\\\\x1d\\\\xab\\\\xfc\\\\xfc\\\\xb9\\\\x8f\\\\xcdd$\\\\x08\\\\x08&K\\\\x03\\\\x04x\\\\x11\\\\xf7\\\\x1e\\\\x86S\\\\xa2\\\\x91l=J\\\\x93\\\\x8fG\\\\x13\\\\x88\\\\x15\\\\x05\\\\xaf\\\\x94\\\\xe5\\\\x7f\\\\x9bd\\\\xb2\\\\x80\\\\xbd\\\\x81\\\\x85\\\\x89\\\\x93\\\\x1eZw\\\\xd7\\\\xa0pK1R\\\\xd1\\\\x8a\\\\x99\\\\x95_\\\\rE\\\\xab\\\\x91\\\\x92\\\\xbe\\\\xf5\\\\x80\\\\x9d\\\\x95\\\\x85,5\\\\x90Af\\\\xf2\\\\x00\\\\t\\\\x93\\\\xf5\\\\xeb\\\\x86\\\\x98\\\\x15&qgC\\\\x9b?\\\\x1eb\\\\x8e0\\\\x9a\\\\x13\\\\xf0[;D\\\\xe8\\\\xc3I\\\\x03X\\\\x82#\\\\xa1\\\\x94\\\\xc9$\\\\x85\\\\x1e\\\\xe4W\\\\xe5\\\\xe52\\\\xec\\\\xbdq\\\\xf00W\\\\x1e\\\\xfb\\\\x815\\\\xd7HVUPF\\\\xd8\\\\x00@\\\\x83\\\\xa13\\\\xaf\\\\xd9\\\\xa7Re)\\\\x17\\\\x05\\\\x97{\\\\x8e:\\\\x94\\\\xd1\\\\xc0\\\\xe1s\\\\x0bh\\\\xba\\\\xeb+k\\\\xf1iv53 \\\\x8fm\\\\xb4\\\\xfd\\\\xe4\\\\xe8;\\\\xfe\\\\xfe\\\\x94 d:\\\\x84\\\\xc8k\\\\xc5\\\\xd0\\\\x0c\\\\xdc\\\\xbc\\\\xe6\\\\xb0\\\\x1c\\\\x94f\\\\x0f$\\\\x10\\\\xdaGm\\\\xaafH$x\\\\x1e\\\\xb8\\\\xd8\\\\x89\\\\x0f,R\\\\xe7rNrC-\\\\xcc\\\\xc8\\\\xb0\"\\\\xdd\\\\x9c)\\\\xad\\\\x83\\\\x11\\\\x88\\\\xa4z\\\\xb7k\\\\xab\\\\x01\\\\xaf\\\\xd9\\\\xd1\\\\x08\\\\x88\\\\xd2)z\\\\x89\\\\xa1Y\\\\x8cewSEWd\\\\xb8\\\\xd8\\\\x15\\\\x82~\\\\x19\\\\x1a,\\\\xac\\\\x7fo\\\\xdc\\\\xc2\\\\x0b0\\\\x18.\\\\x8cJ\\\\xfd\\\\xed\\\\xa65\\\\xa2\\\\xfa\\\\xee6_KO\\\\xb0\\\\x8cv\\\\x8f\\\\xa8\\\\x05{\\\\xf42\\\\x8e\\\\x15r\\\\xa5\\\\xf4\\\\x95\\\\x1e\\\\xdc\\\\x9c\\\\x9eJ\\\\xe7DBC\\\\xd8Y\\\\x94,\\\\x06\\\\x86`6\\\\xb01\\\\x03\\\\xc3\\\\xec\\\\'\\\\xa5\\\\x89\\\\x89\\\\x93\\\\xc7\\\\x9a\\\\x9a\\\\xb0\\\\xfa-\\\\xec\\\\xb6R\\\\x8b6m\\\\xb44\\\\xa5G\\\\xd5\\\\xbe@=\\\\xc8\\\\x00\\\\x85\\\\x10\\\\x06\\\\x9aytf4aD\\\\'\\\\x17Y\\\\xde/\\\\x14\\\\xb3\\\\xef8\\\\xf8\\\\xa0\\\\x07\\\\x14\\\\x07\\\\x82\\\\xf2\\\\x7f\\\\x0b\\\\x13\\\\x01>\\\\x91\\\\xd7J/\\\\x1c0Mc\\\\xe2\\\\xa4b\\\\xdb\\\\xc9\\\\xe4\\\\xd9]\\\\n\\\\x85\\\\x1b!\\\\x8aP\\\\xed\\\\x01a\\\\x8e\\\\x85g\\\\xc7\\\\xeb\\\\xdb\\\\xef\\\\xeamY%\\\\x874q\\\\x99\\\\x91\\\\x0c\\\\x9c\\\\xbeS\\\\xf1\\\\xdf\\\\x94\\\\xfcW\\\\x07\\\\x83\\\\xca\\\\xe41\\\\xeb\\\\xc6^ql\\\\x14\\\\xd4\\\\\\\\{\\\\xa1A\\\\x005\\\\x95\\\\xcc\\\\x8f\\\\x1e\\\\xf1=[\\\\xbf\\\\xb3\\\\xbbh\\\\x078\\\\xab75A\\\\xb5$\\\\xbd\\\\x99\\\\x16YfVU\\\\xcd\\\\x95\\\\xb0\\\\x82j\\\\xdd\\\\x00zJ\\\\x80\\\\xcf\\\\xe1\\\\x13\\\\xd5H\\\\xdb\\\\xabJ\\\\xaa\\\\xb3\\\\xbdS~7\\\\x15\\\\x91\\\\x91\\\\x8b\\\\x83R[\\\\xf9\\\\xcbn>\\\\xae;\\\\x12\\\\xb6.\\\\x16\\\\x04\\\\xe8\\\\x14\\\\x00\\\\t\\\\xfe\\\\xdaup[\\\\x06<\\\\xcal!\\\\xe9\\\\xc5n\\\\xe5\\\\xb02\\\\xf0\\\\xf2p\\\\xea\\\\xe4\\\\x15p\\\\xb1\\\\xb6\\\\xaa\\\\xfbU\\\\xba\\\\x91X\\\\x02A\\\\x00\\\\x99\\\\x06\\\\x001\\\\'\\\\xfc:\\\\x1b\\\\xbbq\\\\x19\\\\tO\\\\x04\\\\xd9D\\\\xc4t)\\\\x9f\\\\x95\\\\xe4\\\\xf8\\\\xab\\\\xa9\\\\xfe\\\\x9d\\\\xc7\\\\xe2\\\\xd1@\\\\xa9\\\\x98E7;\\\\x87h\\\\x00\\\\xb3\\\\x860Lw\\\\x8f\\\\x1e\\\\xdfY\\\\xbd(\\\\xc8i\\\\x88nl\\\\x88\\\\xdc\\\\x040\\\\tv\\\\xdb?%Z\\\\x1ch+>\\\\x97@\\\\x15SBD(\\\\x92\\\\x00\\\\xfb`\\\\x0e\\\\x95\\\\x12cWUf\\\\xc1\\\\x17\\\\xf8\\\\xef/\\\\x95e\\\\xf4\\\\xd3\\\\xc8\\\\xd9\\\\x15\\\\xb0\\\\x8bCh\\\\xc4\\\\xb4\\\\x02\\\\x92|\\\\xc7x=\\\\xbf}\\\\xbb7\\\\x06\\\\xafRPr\\\\xac\\\\x1bq^\\\\xa7\\\\xaf+\\\\x8f\\\\xaa\\\\xe6\\\\xb2\\\\x03!Bv\\\\xea\\\\t\\\\x90\\\\xc0\\\\x1e\\\\xf1\\\\xe3\\\\xa7\\\\xdaz\\\\x9d\\\\xc5\\\\x97\\\\xfdx\\\\n\\\\xcc%T#\\\\x9e\\\\xe2p~_\\\\xc3\\\\xe6\\\\xfcs\\\\xe4\\\\xd8\\\\xa5\\\\xf8\\\\xec\\\\xfa\\\\xc5Wc\\\\x15!\\\\xaaq?\\\\x85@\\\\x10A\\\\x93\\\\xa7c\\\\xd5\\\\x1d\\\\x0c4\\\\xc8+V\\\\xef\\\\xb1\\\\x18\\\\xaf\\\\x92\\\\x9f\\\\xac\\\\xbf\\\\xa4\\\\x9c\\\\x97\\\\xe9\\\\xe7=f\\\\t\\\\xac\\\\xe4q\\\\x97\\\\x13g\\\\x1b\\\\x97\\\\x13\\\\xbe\\\\xa3\\\\xf8~\\\\xbb\\\\x84\\\\xc1\\\\x1d?o\\\\xb96\\\\xa5\\\\xa2g\\\\xb0\\\\xf3\\\\xed\\\\xea\\\\x16\\\\x9cn8q\\\\x8ej\\\\xa2\\\\xc3\\\\xe3o\\\\x90\\\\x15I\\\\x06\\\\x0b\\\\xd8t\\\\x02>\\\\xa7\\\\xec\\\\xd3\\\\xa7_\\\\xdeB8\\\\x94\\\\x9b\\\\xb7\\\\xc1\\\\xeeV\\\\x17\\\\x19\\\\xc7\\\\xd9\\\\x02\\\\xa0\\\\xa2\\\\xd5\\\\x93\\\\xee\\\\xb1\\\\xfc+\"I\\\\xd0}z\\\\xf3;\\\\x9d\\\\xc0%\\\\xf0Y7\\\\xee\\\\x92\\\\x15\\\\xc3\\\\xf0\\\\xde*\\\\xa1\\\\x9a\\\\xb9V\\\\x81\\\\x8dF\\\\x06\\\\xeb\\\\x98\\\\xa4\\\\x11*4\\\\x1b\\\\x89\\\\x1a\\\\xb4\\\\x90#\\\\xf7u\\\\x87{p\\\\xd2\\\\x15\\\\xeb\\\\xe0\\\\xa2\\\\xccc\"%\\\\xc7j\\\\xf6\\\\xa4\\\\xc1\\\\xb3+76\\\\xdc\\\\x81X\\\\xf5\\\\xb2V\\\\xa8\\\\x04\\\\xa8\\\\xec\\\\x89\\\\xa7\\\\xa6<>\\\\xbf\\\\xb7\\\\xa5\\\\xcaZ\\\\x833t\\\\x1c`\\\\xa4\\\\x91)\\\\x93\\\\x8bb\\\\xb7\\\\xe6e?%g\\\\xe5\\\\xb1q\\\\xfd\\\\x9ck\\\\xf6\\\\x9cZX\\\\x80\\\\x1d\\\\x88\\\\x00\\\\x99:4\\\\xc1\\\\xd4\\\\xf4Zc\\\\x13@\\\\xce\\\\xcc9qU:\\\\x8c\\\\x86\\\\x91\\\\x82n\\\\xe2\\\\xbe3\\\\x8d\\\\xc1b\\\\x8e[7&oU\\\\x1e\\\\xee)R\\\\xa1C\\\\x19\\\\x81\\\\x04\\\\x19\\\\x00\\\\x83>=\\\\xa3\\\\xab2\\\\xb5\\\\xe9y\\\\x16\\\\x14\\\\x7f\\\\xc7^i\\\\x96\\\\xa1\\\\xa7\\\\x1a\\\\xf2B\\\\xbeI\\\\xcfS~\\\\x0b\\\\xa6(`,\\\\x82\\\\xec\\\\xa0ze\\\\xa1UH\\\\x8f.\\\\xdfN\\\\xb8^\\\\xf7-\\\\x88i#\\\\xb7\\\\xc96\\\\xe4\\\\xe9\\\\xe9U\\\\x9e\\\\xeb\\\\x16\\\\xe3M5\\\\x16\\\\xb6\\\\xc6UY\\\\x90w\\\\x9d\\\\x1a{m\\\\x89\\\\x9f\\\\xbf\\\\xa7\\\\xdb\\\\xb4h\\\\xe5\\\\x9d\\\\xc7\\\\xf0\\\\xa9\\\\n\\\\x82\\\\x070\\\\xad\\\\xbf\\\\x81qc\\\\xde\\\\xa3\\\\xdeI\\\\xc4\\\\xc7}\\\\xb7(W\\\\x05\\\\xd5\\\\x8c\\\\xb2\\\\xee\\\\x03C\\\\x1d\\\\x8c\\\\xf8u\\\\xe8\\\\xb6\\\\xd0\\\\xf6m\\\\x8d]\\\\xe8b\\\\xc4\\\\xd3\\\\x0f\\\\x0f\\\\xed[\\\\x1f\\\\x96\\\\xf8\\\\xe7\\\\xff\\\\x00\\\\x9b\\\\x9b\\\\xff\\\\x00\\\\x98\\\\xbf\\\\xfb\\\\xfdG\\\\xf9\\\\x96\\\\xff\\\\x00\\\\xda\\\\x9d\\\\xedG\\\\x87_\\\\xff\\\\xd5\\\\xa0\\\\xb1\\\\xa9\\\\xa2\\\\xf6\\\\xb6\\\\xba\\\\xef\\\\xf6\\\\x99Y\\\\xbd\\\\xca\\\\x14\\\\x08\\\\x04\\\\x82\\\\xeaBXD\\\\xee\\\\xdb>\\\\x93\\\\xaf^f\\\\xd8z/\\\\x870\\\\xc0x+_\\\\xe1\\\\xca0\\\\xae\\\\x0e\\\\xd7%\\\\x94\\\\xb55\\\\x9d\\\\xd5\\\\x8dV\\\\xd0b7I=\\\\xfc\\\\xa0\\\\x1f\\\\x0e\\\\xacY\\\\xf4\\\\x97\\\\xcdil\\\\xc1\\\\xca\\\\xb4T\\\\xf7\\\\xea\\\\x8d\\\\x9f\\\\x9a\\\\xe4\\\\xbf\\\\xa9\\\\xe36\\\\xe1C\\\\x0fn\\\\xb6Ve\\\\xb1\\\\x96C\\\\x98\\\\'\\\\xbbi?\\\\xe3\\\\xd5k\\\\xd2\\\\xd5%[pe)\\\\x93\\\\x92\\\\xa5y\\\\x1c\\\\xdb?<27{,\\\\x88\\\\x1fez\\\\x05\\\\x89`\\\\x17p\\\\'\\\\xf8\\\\x84\\\\xc8\\\\x8f\\\\xd9\\\\xd7K\\\\x98J7L\\\\xa4\\\\xe5\\\\xb8\\\\xc1\\\\x03\\\\xcf\\\\xf7\\\\x13\\\\x02\\\\xfb\\\\xebr\\\\xcc\\\\xd0\\\\x16\\\\xa82\\\\xa2=[\\\\x8e\\\\x84\\\\xc4\\\\x1d?\\\\xc3\\\\xa6\\\\x12#\\\\x05\\\\xa3f\"1\\\\x05\\\\xdc\\\\xaa\\\\x93\\\\x91\\\\xb2\\\\xdb.6\\\\x00\\\\xa8Kz\\\\x94D@\\\\xd0\\\\x90>\\\\xdf\\\\xa7Cm\\\\x8e+R\\\\xc0\\\\x00U.\\\\xf2LmS%\\\\x9d\\\\xa0HX\\\\xd5\\\\x87\\\\x81\\\\x03\\\\xec\\\\xea\\\\xed\\\\x90\\\\xc5hm\\\\x86\\\\x92\\\\x92\\\\xf6\\\\x96b4\\\\x9dd\\\\x1fN\\\\xbd\\\\xbbO\\\\x99\\\\xeb]\\\\xd8-\\\\x97`\\\\xb1\\\\xb4)\\\\xd8+P\\\\x08\\\\x1bL\\\\xf8\\\\x9e\\\\xe7]:\\\\x98>h\\\\xa1\\\\x9b\\\\xa9\\\\x98\\\\x0b\\\\x16\\\\x0b\\\\x1bDPe\\\\xbb\\\\xc7\\\\xdb\\\\xe0@\\\\xe9[\\\\x82\\\\xe1\\\\x86)\\\\x1b\\\\x83F\\\\x08\\\\xde/\\\\x1f\\\\x97\\\\xc9e.\\\\x16&=\\\\x99v\\\\xd8\\\\xe1h\\\\xaa\\\\x95,_\\\\xc8\\\\x82<\\\\t>\\\\x1dR\\\\xb9z6\\\\x83\\\\xc8\\\\xb7\\\\x1c\\\\x95}ZC\\\\xae\\\\xcf\\\\xfd&\\\\xff\\\\x00g\\\\x9c\\\\xc7\\\\xc90\\\\xb1\\\\xb9\\\\xaf\\\\x98\\\\xe6\\\\xb7\\\\x07\\\\x83y\\\\xde\\\\x9cj.\\\\xec\\\\xb7\\\\n$\\\\xc8 \\\\x04\\\\x11\\\\x1d\\\\xfc;\\\\x8e\\\\xb3w\\\\x1b\\\\xcb\\\\xb3\\\\x0e=1\\\\xff\\\\x00\\\\xf2\\\\xfc\\\\x05Z\\\\xe6\\\\xf0e^\\\\xbf\\\\xc2\\\\xee\\\\x8f\\\\x81~\\\\x93~\\\\x9d~\\\\x9aTh\\\\xe1\\\\xb8\\\\x8f\\\\x7f.\\\\x11\\\\xf29l\\\\x9a\\\\xd6\\\\xec\\\\x90\\\\xa4\\\\xea\\\\xaaXzF\\\\xe8>\\\\x90\\\\x07}|:\\\\xa4\\\\x0f\\\\xaa\\\\x95<\\\\xce+6\\\\xee\\\\xe4\\\\x9a\\\\xc8\\\\xab\"\\\\xdc\\\\x9c\\\\x1c\\\\x9aW\\\\xda\\\\tf\\\\xd2\\\\x15\\\\xaa#k\\\\x07:HBV\\\\x04\\\\x9f\\\\x11\\\\xaf\\\\x99\\\\xeb\\\\xa7\\\\x1dqj\\\\xaa\\\\x97.\\\\xd5\\\\xc2\\\\x13fm\\\\xe2\\\\xa6i\\\\x8b7\\\\xb6\\\\xc4\\\\xb0\\\\x86i\\\\nI\\\\x95\\\\x99\\\\x1d\\\\x8cA\\\\xd7\\\\xcb\\\\xa0\\\\x86\\\\xd60b\\\\x0b%\\\\xfb\\\\x92\\\\x91f\\\\xc9H\\\\xc0\\\\xe5y\\\\\\\\\\\\xbc\\\\xd1\\\\x8f\\\\x9c\\\\xcb\\\\xf9Lu\\\\'\\\\x1aD\\\\xdbYS\\\\xb8\\\\x85 \\\\x98\\\\x07S\\\\xfb\\\\x07\\\\x87We\\\\xb8&\\\\xdf\\\\xb6@\\\\xd3\\\\xcdk\\\\xdb\\\\xf9\\\\x01\\\\x1b\\\\x1e\\\\xd9\\\\x15Z\\\\xf393\\\\xf9\\\\x97\\\\xc6\\\\xbf\\\\x1c.\\\\x19b\\\\xa8\\\\xe8\\\\x1bh\\\\r\\\\x00\\\\x86:\\\\x9f?#\\\\xd6}\\\\xb8\\\\xce\\\\xd1iTsYw$%\\\\x82\\\\x1c\\\\xcf\\\\x9c\\\\xa4\\\\xfby\\\\n\\\\xd4\\\\x89%\\\\xac\\\\x00,1\\\\xfaA3\\\\xa0\\\\xed\\\\x03\\\\xcb\\\\xce\\\\xc9\\\\x90\\\\xc5\"G\\\\xc1h[\\\\xf3\\\\xb0\\\\xde\\\\xa6\\\\x05\\\\x8a\\\\x17\\\\x07jj\\\\x01Y\\\\x06#\\\\xb7\\\\x88\\\\xfb;\\\\x0e\\\\xb9\\\\x88g\\\\xa8S\\\\x12\\\\xd8x,/\\\\xb6\\\\x8eEJ\\\\x15\\\\x14\\\\xdf\\\\x0cV\\\\xf2\\\\xc65$\\\\x98\\\\x9d;\\\\xf8\\\\x01\\\\x1e}Lb\\\\x19\\\\x14\\\\xa4\\\\xee\\\\x86Y\\\\x8fV1\\\\xde\\\\n\\\\xae\\\\xee\\\\xc1\\\\xe2,\\\\'\\\\xd1\\\\xa1>\\\\x92A:\\\\x10~\\\\xa7\\\\xae\\\\x9c4\\\\xb9\\\\x14%(P(\\\\xd6;+\\\\xd6\\\\xc3\\\\xdc\\\\xa7d\\\\xb1d;\\\\xd5\\\\x94\\\\xfe\"\\\\xd1\\\\xdfA\\\\xda`\\\\x1e\\\\xaa\\\\xea\\\\x9b\\\\x0658\\\\xf2L\\\\x11\\\\x1d\\\\x8bf.mt\\\\x81NNX4\\\\xb4\\\\xd8\\\\xa5\\\\x95\\\\xb4\\\\x810A\\\\xed\\\\xa7h\\\\xfb\\\\xe7\\\\xaa\\\\x9e\\\\xed\\\\xdd\\\\x7f\\\\xab\\\\x81\\\\x98M\\\\x8cbi\\\\x9fU\\\\x8dU6e\\\\x82\\\\xec;\\\\xd5\\\\x86\\\\xd3\\\\xa30\\\\x95\\\\x12V\\\\x1aO\\\\x97~\\\\xaf\\\\xdb\\\\x8c.\\\\x07\\\\x03\\\\xb9.`\\\\xc4\\\\xb6JA\\\\xaf>\\\\xa2\\\\xa5\\\\xf7\\\\x95\\\\x86k\\\\x8b7i\\\\x9fT\\\\x89\\\\x07\\\\xc3C\\\\xdf^\\\\xa6X>\\\\t`\\\\x10X\\\\xa8\\\\xcd\\\\x93\\\\x9aWp\\\\xa8\\\\x14\\\\xdaf\\\\xbfL\\\\xa8\\\\x07\\\\xd3\\\\xa9\\\\xd7\\\\xf1@=\\\\xba(\\\\xcaQ\\\\xa2\\\\x96\\\\xf0R\\\\xe9\\\\xccz\\\\t,\\\\x96bf\\\\x1a\\\\xfd\\\\xb0jfEda\\\\x10u\\\\x92<\\\\xc4\\\\xeaz1sOGP\\\\xf2Z\\\\x13\\\\x90\\\\xa7\\\\x16Y\\\\xe8\\\\xbe\\\\x97\\\\x04\\\\xecY\\\\x9f\\\\xc4\\\\xa0N\\\\x87\\\\xd3\\\\xae\\\\xbd\\\\xe0\\\\xf8\\\\xc8\\\\xe8u\\\\x18\\\\xe0\\\\x11\\\\x13\\\\x9a\\\\xdc\\\\xbc\\\\x9f\\\\x1bUlj\\\\xc8\\\\xb3\\\\x16\\\\xe1\\\\xfc\\\\xc5z\\\\xf5]\\\\xc2\\\\x06\\\\xaa=>\\\\x12\"t\\\\xef\\\\xe7\\\\xd0F\\\\xfcb@\\\\xab\\\\xa9b\\\\x14v\\\\xc5\\\\xca\\\\xcaau9\\\\xde\\\\xe5\\\\x80\\\\xb0\\\\xb0&\\\\x8ad\\\\xe8Ly\\\\xc6\\\\x82<\\\\xfae&hT\\\\x93Z\\\\xe4\\\\xb2<\\\\x7f#Uo[\\\\x93\\\\xec:\\\\x82\\\\xfbJ\\\\x12\\\\xda\\\\xc8;I\\\\xef\"`\\\\xc4\\\\x0e\\\\xa61 \\\\x1ek\\\\x8b\\\\x922Z\\\\x7f)\\\\x96\\\\xee\\\\x151\\\\xedsX%\\\\x89\\\\x10\\\\x00\\\\xdce\\\\xb5 \\\\x18\\\\x1dG\\\\xb4j\\\\xeb\\\\x96\\\\x96\\\\\\\\\\\\xb4\\\\x15\\\\x1b\\\\x16\\\\xf6\\\\xa8\\\\x88Ri\\\\x01\\\\xe5@ \\\\x08\\\\xd7_\\\\x10\\\\x0e\\\\x9f^\\\\xa9\\\\xdc\\\\xb5x\\\\x96\\\\xc96&\\\\x00\\\\x15*\\\\xac\\\\xca]k\\\\x19X\\\\xec\\\\xe8\\\\xc3t\\\\x95\\\\n\\\\x16\\\\x0e\\\\x9d\\\\xa0\\\\xc1\\\\x13\\\\x1ayGL\\\\xf6dc\\\\xeaz\\\\xa9\\\\x12\\\\x11\\\\xe4\\\\xa3Y\\\\x83~Qm\\\\x95\\\\x82\\\\xa1f\\\\xb0a&`\\\\xeb$\\\\x13#C\\\\xdf\\\\xa1\\\\xb7n\\\\xe0\\\\xc7\\\\x15214\\\\x0bJ7#AZE\\\\x7f\\\\x96\\\\x01w5aA\\\\x92\\\\x08\\\\xfc v\\\\xee5\\\\xf0\\\\xed\\\\xd0\\\\xdc\\\\xd8\\\\xc6r\\\\x04\\\\x8a\\\\xb2\\\\x0fqj\\\\xb5}\\\\xf3P\\\\xb7!l\\\\xb57{j\\\\xcd\\\\xaa\\\\xac\\\\x99r \\\\x08\\\\xfa\\\\x9f\\\\x1dzT\\\\xf6\\\\x15`|\\\\xb8\\\\xfe\\\\x14\\\\xfb\\\\x8c*\\\\x14%\\\\xa6\\\\xecW\\\\x81o\\\\xb8\\\\x8c\\\\x9b\\\\xacQ\\\\xdfh\\\\x92\\\\x14\\\\xe8XI\\\\x11\\\\xd8i=&\\\\xe6\\\\xd6\\\\xe1\\\\x8bc\\\\xd0#\\\\x12\\\\x0c\\\\xebi\\\\xcd\\\\xae\\\\xf5v\\\\xc7\\\\xc6\\\\t\\\\xb2\\\\xbff\\\\xbd\\\\xaa\\\\x14\\\\x05\\\\x0f \\\\x02KO\\\\x99\\\\x9f\\\\xdf\\\\xd2\\\\xac\\\\xedn\\\\xdb\\\\x07T\\\\x1f\\\\x92d\\\\xa4\\\\x0bU+r\\\\x18\\\\xb9n\\\\xafZ.FEA\\\\ni\\\\xddA\\\\xed\\\\xbb\\\\xec w\\\\xea\\\\xe4l\\\\xcc\\\\xbb\\\\xc4\\\\x80\\\\x15B\\\\x1b\\\\t/q)\\\\xa4cX\\\\xd6\\\\xf19-\\\\x98\\\\xb7\\\\xa7\\\\xe5\\\\xef\\\\xdeC%`\\\\x10P\\\\x80v\\\\xea\\\\xc6dv\\\\x1d[\\\\xb2\\\\xc2%\\\\xa2D\\\\x9e\\\\x87\\\\xa2Y\\\\x81\\\\x06\\\\xb5Xd_\\\\x8dI$\\\\xf1\\\\xd9U\\\\x0b+\\\\xda\\\\x8cX\\\\x80K\\\\x03\\\\xba{\\\\xfd\\\\xd0~\\\\xc8\\\\xe8\\\\x86\\\\xac\\\\xd0\\\\xccU{\\\\x87\\\\x9b\\\\x87nA\\\\x16\\\\xe2YQ\\\\x08\\\\xb5\\\\xd0\\\\\\\\9q\\\\xea,\\\\xb2\"Z?\\\\xee\\\\xfd\\\\x9f^\\\\xa0\\\\x97.C\\\\x95\\\\x11:h\\\\x8cY~\\\\xca\\\\xe3\\\\x1c\\\\x82\\\\\\\\\\\\xa1\\\\xaa\\\\x94V\\\\x01\\\\x06\\\\xf3\\\\t\\\\xb7@I2\\\\x1bM>\\\\x9d\\\\x01\\\\'\\\\x93\\\\xfd\\\\x94\\\\xe8S2\\\\xeb\\\\xe5\\\\xb9\\\\xdc\\\\xebs\\\\x13\\\\x8c|\\\\x16\\\\xcc\\\\n\\\\x95cb\\\\xab%h\\\\xa0\\\\x01\\\\xe9H\\\\x81\\\\xb8\\\\x89\\\\xf2\\\\xf0=*\\\\xe4\\\\x8d\\\\xc9\\\\xea1!\\\\xf9`\\\\x9a\\\\xc3\\\\x00\\\\x9dx\\\\x0f\\\\x8d\\\\xf3\\\\x18w\\\\x0b\\\\xb3\\\\x1a\\\\xccf\\\\xda\\\\xbe\\\\xddv\\\\xfa\\\\xacdb5J\\\\xc1!\\\\x8a\\\\x91\\\\xdc\\\\x03\\\\xf5\\\\xf1\\\\xea\\\\xb6\\\\xa9\\\\x02q\\\\xf0O\\\\xb3d\\\\x96\\\\xa2~J\\\\xee&\\\\xf1V\\\\xda\\\\x96\\\\xb7\\\\xae\\\\r\\\\xa5*\\\\xb8\\\\x96F+\\\\xa3\\\\x14,\\\\x08#Q\\\\xa7\\\\xd3^\\\\x9df\\\\x18\\\\x91\\\\x83\\\\xad8B\\\\x95\\\\xc5I\\\\xc1\\\\xe33\\\\xf9k\\\\xaf\\\\\\\\W\\\\xc7\\\\x17&3[\\\\x7f\\\\xe6-\\\\xae\\\\xb5\\\\x85\\\\'U6\\\\x98-#I\\\\xd7\\\\xcb\\\\xa6\\\\xc2\\\\x12\\\\x98#\\\\x93\\\\xa3\\\\xd1\\\\xa8\\\\xbaD\\\\xc9\\\\xca\\\\xc8\\\\xb2\\\\xeaj\\\\xca\\\\xc0\\\\xa9\\\\xad\\\\x0e\\\\x17\\\\x1f%\\\\x00\\\\x0cZ\\\\x0b\\\\x15h#M4\\\\xf3\\\\xeb\\\\x1e\\\\xfc\\\\xe5\\\\x12\\\\x01\\\\x00\\\\xf2)\\\\xb1c\\\\x13 {TT\\\\xf9\\\\xb5\\\\x9c\\\\x17$j\\\\xab\\\\x1e\\\\xfb\\\\x02\\\\x8fP\\\\xad\\\\xbd\\\\xca\\\\xcd\\\\x8c`\\\\x95\\\\r\\\\xdb\\\\xb1\\\\xed\\\\xd51\\\\xba\\\\xbfn\\\\x7f\\\\xa9n\\\\x95Un]\\\\x89\\\\x19b\\\\xb4\\\\xe6\\\\xfc\\\\xa8s\\\\x00\\\\xe6\\\\xfe^\\\\x9a\\\\x95\\\\xd4\\\\xed/Pt\\\\x94\\\\x90\\\\x06\\\\xe8\\\\x10\\\\x0fh\\\\x1f\\\\xe1\\\\xa7\\\\xa0\\\\xda\\\\x19\\\\xc8j1!f\\\\xdf1&\\\\x89J\\\\xceb\\\\xd6k\\\\n\\\\xa7\\\\x1f\\\\x08LT;\\\\xeb$\\\\xed\\\\x1e\\\\xad=1\\\\xf4\\\\x9e\\\\xae\\\\xc6\\\\xe9|E\\\\x12\\\\x00p\\\\x16\\\\x9b2n\\\\xb3\\\\x06\\\\xcc\\\\x91\\\\x89NF\\\\r\\\\x8dQ\\\\xb8VB\\\\x0b&\\\\x02\\\\xb2\\\\x90If\\\\x1a\\\\xea\\\\'\\\\xa7\\\\x19\\\\x92\\\\xdc\\\\x91{2\\\\xd0e\\\\x97\\\\x9a\\\\xdb\\\\x8d\\\\x85\\\\xcc\\\\xe7q6\\\\xf2\\\\xbcg\\\\xc5.<^>A\\\\xc7|\\\\xda\\\\xd5Z\\\\xbfpj\\\\xd5\\\\xc4\\\\t\\\\x953\\\\x1a\\\\xc7O\\\\x8c\\\\'(\\\\t\\\\x01D\\\\x10\\\\x8c\\\\x88 \\\\x04\\\\x0f?\\\\'\\\\x96\\\\xc0\\\\x0bFG\\\\xc7m\\\\xc2\\\\x17\\\\xa2\\\\xa8l\\\\x85d[fv\\\\xc4j\\\\xbd\\\\xb4\\\\xfb4\\\\x1a\\\\xf4\\\\x99j\\\\x144Er\\\\x17-\\\\xb0\\\\x90d\\\\xae\\\\xfc\\\\xcer\\\\xda6c~Zw5l\\\\x95\\\\xeb\\\\xdfV$\\\\x92b\\\\x0c\\\\x11\\\\xfd\\\\xf0:L\\\\xb5\\\\x1c\\\\xd2\\\\xa5u\\\\x91\\\\x1ayl\\\\xdc\\\\x8a\\\\xcd\\\\x946\\\\xc2d\\\\xdbe\\\\xcaV\\\\x0c\\\\x01\"\\\\xb1\\\\x07Y\\\\xd7\\\\xfb\\\\xfb\\\\xf4\\\\xd8>\\\\x19(\\\\xf7M\\\\x14#\\\\xcfs@\\\\x01J\\\\\\\\Ywo\\\\xb5\\\\x94\\\\x12\\\\xe1\\\\x1d\\\\xb6Af\\\\x03O>\\\\xdd\\\\xfa\\\\x13\"T\\\\x19\\\\xc8\\\\x91E\\\\xb7\\\\x0f\\\\x94\\\\xe4\\\\x08\\\\xf7\\\\xf2X\\\\x8a\\\\x19\\\\xe1\\\\xd9\\\\x86\\\\xf6\\\\x02\\\\x18\\\\xb9\\\\x1fQ\\\\xa4k\\\\xa7mz\\\\x98\\\\xda%\\\\x89D.\\\\x10kE\\\\x037\\\\x92\\\\xc9\\\\xc8{o95\\\\xe2+)\\\\xc7\\\\\\\\K\\\\xe48\\\\x03\\\\xb4\\\\xae\\\\xbb`\\\\xc1\\\\x925\\\\xf1\\\\x1dv\\\\xa0\\\\x014Q j\\\\xeb\\\\x0c\\\\x1c\\\\x8f\\\\x7f\\\\xf2\\\\xe8}\\\\x0fX\\\\x06\\\\xdb- nQ\\\\x06t\\\\x04\\\\xeaN\\\\xbd\\\\xb5\\\\xe9\\\\x11\\\\x94\\\\x05G\\\\x01KdJ,y\\\\xfe7\\\\x03\\\\x06\\\\xdc*\\\\xac4Pnk\\\\x1e\\\\x02\\\\xb1v\\\\x11\\\\xf8\\\\x81\\\\xf0\\\\x924\\\\'N\\\\xacF\\\\xecp\\\\x08\\\\xa5q\\\\x81e\\\\x1b\\\\x17\\\\'3=\\\\x9f\\\\xd9\\\\xc7\\\\xba\\\\xd7J\\\\xca\\\\xe3\\\\xb3\\\\xc7\\\\xb4\\\\xa5\\\\t:LH\\\\x12O\\\\xd7\\\\xa5H\\\\x99\\\\x9cM\\\\x14BD\\\\xe2\\\\x14\\\\x8eG\\\\x1b*\\\\xe6U\\\\xb7\"\\\\xbc5\\\\x11\\\\xed\\\\xc3\\\\x82@0T\\\\x05\\\\x98Y\\\\x8f\\\\xf0\\\\xed\\\\xd0\\\\x98\\\\x80\\\\x18\\\\x96\\\\xe3\\\\xee\\\\xa6d\\\\xba\\\\xc7\\\\x1f\\\\x07\\\\x8b\\\\x82\\\\xd7g\\\\xd9\\\\x98I\\\\x02\\\\xca\\\\xf7\\\\x05\\\\xdd\\\\xb4I\\\\x88\"[O.\\\\xa2\"!\\\\xd9\\\\x04`\\\\tb]~\\\\xb2\\\\xdcz\\\\xebz0\\\\xaaeW\\\\x95*\\\\xc4J}\\\\x03H\\\\x12G\\\\xd7\\\\xbfDm\\\\x89\\\\nQp\\\\x90\\\\x05\\\\x99H\\\\xc6\\\\xe4,\\\\xad\\\\x1b\\\\x1d\\\\xf3C{\\\\x95\\\\x96\\\\xab\\\\x19W]@B\\\\x80\\\\xb1\\\\x9dc^\\\\x826\\\\xa9\\\\xcd\\\\x91\\\\xc2\\\\xe4\\\\x80\\\\xa2\\\\xd3\\\\xcc5Y\\\\xb7\\\\xe3\\\\xa5\\\\x14_\\\\xbbb\\\\x9c\\\\x82\\\\xec\\\\xbb@\\\\x13\\\\x02\\\\x06\\\\xefL@>\\\\x7fgN\\\\x9d\\\\xbdA\\\\x97L\\\\xe6\\\\xa1a\\\\xd5\\\\x8b\\\\x85z>HP\\\\x14\\\\xcdz\\\\xc8g\\\\x9fR\\\\x031$\\\\x8dt\\\\xe8#\\\\x16\\\\xcf\\\\x04\\\\x11\\\\xa4\\\\xab\\\\x827\\\\xc5|\\\\xab3\\\\x03\\\\x93\\\\xa33\\\\x8a\\\\xc7\\\\x14\\\\xe5b\\\\x90h}\\\\x88\\\\xd5\\\\x17 hfA\\\\xd4\\\\xe8H\\\\xeb\\\\xa1)b\\\\x02ln\\\\x18\\\\xe1\\\\x9a\\\\xc7;\\\\x95\\\\xa6\\\\xe7\\\\xca\\\\xb7-k|\\\\x8b\\\\x89\\\\xbd\\\\x92\\\\x95\\\\xfe6i$\\\\x85\\\\x10KI\\\\xfay\\\\xf521\\\\x18\\\\xf9 \\\\xf7$K\\\\x9a\\\\xa1G\\\\x954P\\\\xcf^7\\\\xb2op\\\\xadaR\\\\xa0\\\\'\\\\x84v\\\\x04\\\\x0e\\\\xd1\\\\xa4\\\\xfdzSQ\\\\xb3G\\\\xab\\\\x98E\\\\xf8\\\\xac\\\\x0c<\\\\x9a\\\\xf2\\\\xf3yK\\\\xac\\\\xbf+\\\\x1d\\\\xc0\\\\xc3\\\\xc2,\\\\xca\\\\xa6\\\\xb2O\\\\xac\\\\x19 \\\\x11\\\\xa6\\\\x9e1\\\\xf4\\\\xea\\\\xcd\\\\xbbq\\\\x00\\\\xc8\\\\x9a\\\\xf2G\\\\x08\\\\xb8\\\\xe6\\\\xa57/A\\\\xe3W\\\\x89\\\\xc3\\\\xe2\\\\xaa\\\\xa9\\\\xab\\\\xdc-\\\\xe5\\\\x8a\\\\x07\\\\xb4\\\\xb2\\\\x92B\\\\x19>\\\\x03B@\\\\xd3\\\\xa3\\\\x17\\\\x86\\\\x8d\\\\x02-\\\\xd5\\\\x14\\\\xaeQ\\\\x99\\\\x02\\\\xe3\\\\xef\\\\xe40y\\\\ns\\\\xcd\\\\xb6{\\\\x98\\\\x16\\\\x0b\\\\xf1\\\\x96\\\\x951\\\\x00\\\\xc9\\\\x06O\\\\x99\\\\xd3N\\\\x97\\\\x0b\\\\xe6\\\\x0cp!*/\\\\x12\\\\xf1Ey._\\\\x94\\\\xf9\\\\x0b\\\\xdb\\\\x93\\\\x9e\\\\xe6\\\\xb3l\\\\x93f\\\\xe3^\\\\xf05%I\\\\x8f\\\\xf4\\\\x88\\\\x1dM\\\\xcb\\\\xb3\\\\xb9\\\\xea9\\\\xa3\\\\x9d\\\\xc9\\\\x1cV\\\\xccJh\\\\xc2G\\\\xb3\\\\x11\\\\xeb\\\\'\\\\xd3\\\\xefed\\\\xd6F\\\\xe2{*@2\\\\xc7A\\\\xafQ\\\\x1bl]\\\\xe89\\\\xa8\\\\x89`\\\\xe3\\\\x14_\\\\x87\\\\xe4y\\\\xcb\\\\xae~+\\\\x86\\\\xab%\\\\xf32[\\\\xdb\\\\xb6\\\\x9cU;\\\\xacp5.\\\\xcb\\\\xe4\\\\x0cG\\\\xf8\\\\xeb\\\\xd5\\\\x8bfx@c\\\\x8am\\\\xbdsp\\\\x1d\\\\t\\\\xcf\\\\xc4\\\\xcd\\\\xc0\\\\xca\\\\xb3\\\\x13|k\\\\xe4<\\\\x89\\\\xba\\\\x8a\\\\x94\\\\xbdt\\\\x06\\\\xde\\\\xa9l@\\\\x00\\\\xa9R\\\\xa4k:w:\\\\xc7n\\\\xad\\\\xd9\\\\xdd\\\\x97\\\\xa9R\\\\x01\\\\x14\\\\xc52\\\\xf2\\\\xd7-\\\\xfc\\\\x89\\\\xc9\\\\xa9\\\\xb6\\\\xbb\\\\x12\\\\xe1C\\\\x98\\\\x02I\\\\x80\\\\xc5\\\\xbb\\\\x80u#\\\\xbf]\\\\xb9cP\\\\x8d\\\\x8e\\\\xa5W~\\\\xaa~\\\\x9bc\\\\xfe\\\\xa0\\\\xfcE\\\\xa8dF\\\\xe4\\\\xb8\\\\xe1\\\\xee\\\\xe0\\\\xda\\\\xe6\"\\\\xc8!\\\\xa4\\\\xeaL\\\\x8d5\\\\xfai\\\\xd59\\\\xc0L\\\\x18\\\\x9cF\\\\n\\\\xe5\\\\xa2a\\\\x8a\\\\xe2\\\\x1c~\\\\x1f\\\\x9a\\\\xe08\\\\xeec\\\\xe2l\\\\xb4\\\\xd1\\\\x81\\\\xca\\\\xdf]\\\\xfc\\\\x9aYZ\\\\x16{h\\\\'\\\\xdbd\\\\xb5\\\\xc6\\\\xe4\"H0@\\\\xee>\\\\x9dd\\\\xdd\\\\xde\\\\xee\\\\xadY\\\\x9e\\\\xdfH1\\\\x91\\\\x07\\\\x00\\\\xf4\\\\xeb\\\\x97\\\\xf6\\\\x8a\\\\xf6\\\\xd67&.\\\\x03^\\\\x1dm\\\\xe3\\\\xbe)\\\\x83\\\\xf9kT\\\\xe5\\\\xfb%\\\\x10\\\\xc2\\\\x01;\\\\xec\\\\xda\\\\x18\\\\x10\\\\xc4\\\\xc4k\\\\x125\\\\xfau\\\\x8c\\\\x0c\\\\xee\\\\x033\\\\xd7\\\\xcb\\\\xc3\\\\x1e\\\\xf4\\\\x99\\\\xed\\\\xdb\\\\x1a\\\\xa0\\\\xf6!\\\\xae\\\\xba\\\\xeb\\\\xa8{\\\\x88Y\\\\xd5\\\\x89\\\\x04n\\\\x1d\\\\x80\\\\n\\\\t\\\\x91\\\\x1a}\\\\xfdW\\\\x04\\\\x12\\\\xe5W\\\\x94Li\\\\x92\\\\xc7\\\\x07\\\\x8b\\\\xb3\"\\\\xfaM\\\\xa8\\\\xd8\\\\x94\\\\xdc[{\\\\xb0\\\\xd0\\\\xac\\\\xed$\\\\x02Gc\\\\xa7\\\\x9f\\\\xdd\\\\xd3\\\\xf5\\\\x07\\\\x00\\\\x9a\\\\x1c\\\\xd0[\\\\xdb\\\\xc8\\\\x97l\\\\x028\\\\xd7`qak\\\\xc7\\\\xb1n\\\\xd1\\\\ru#\\\\x96\\\\x15\\\\xed\\\\x82T\\\\xc4\\\\x0fQ\\\\x1e\\\\x07\\\\xa1\\\\xbc%\\\\xab\\\\x17\\\\x1d\\\\r<\\\\x7f\\\\xa5n\\\\x17#\\\\x01\\\\xd7\\\\xb1\\\\x0e\\\\xf9\\\\x07?\\\\x97\\\\xc8WX;\\\\xea\\\\xa2\\\\xb5\\\\xd8\\\\xb8\\\\xc1\\\\x98&\\\\xe3\\\\xab\\\\x11\\\\xea\\\\xd4\\\\xcfN\\\\xd6o\\\\x11\\\\xa9\\\\x80\\\\x1e\\\\x1c\\\\x15^\\\\xed\\\\xe2\\\\x03\\\\x8e?\\\\xa5\\\\x07\\\\x8c\\\\x17\\\\xdf\\\\x87a\\\\xb8\\\\xfb\\\\xb4\\\\x80\\\\xde\\\\xc5e\\\\xb7\\\\x12\\\\xcc\\\\x0c\\\\x98\\\\xd0m\\\\xd7\\\\xb1\\\\xef=Z\\\\x8b\\\\xc8i\\\\x02\\\\x83\\\\xae\\\\x07\\\\xf0\\\\xba!\\\\xdd\\\\xf3\\\\t\\\\xaf\\\\xe3?\\\\r\\\\xc8\\\\xcb/g#\\\\x8e\\\\xf5*\\\\x80\\\\xe9}\\\\x8d\\\\xa2 ;\\\\x9bI\\\\xd0\\\\x92\\\\xdfn\\\\x9au\\\\xad\\\\xb6\\\\xb1\\\\x1b1\\\\x12\\\\x9e8\\\\x84\\\\xb1\\\\x17:M2\\\\xedW\\\\xff\\\\x00\\\\x0b\\\\xc1Q~:/\\\\xb4\\\\xd4`V\\\\x02\\\\xaeBJ\\\\x85\\\\x8dK1\\\\xfe/8\\\\x11\\\\xe1\\\\xd0\\\\xce\\\\xfe\\\\xb2k\\\\xfcq\\\\xd8\\\\xacB\\\\xc5j\\\\x9d?\\\\xa7\\\\xfc\\\\x7f\\\\xff\\\\x00\\\\xaeo\\\\xfeb\\\\xff\\\\x00\\\\xefu\\\\xdf\\\\xe5\\\\x8f\\\\xf7\\\\x0f\\\\x00\\\\x8b\\\\xfcq\\\\xfe\\\\xd5\\\\xff\\\\xd6\\\\xa7\\\\xf8\\\\x8e\\\\x0e\\\\x8b]\\\\xed{\\\\x1d\\\\xf2,q\\\\xf9m\\\\x8a\\\\xb5\\\\xb0\\\\x00\\\\x82\\\\xda\\\\x90\\\\xac\\\\xc1g\\\\xc0\\\\xc7X\\\\x02 \\\\x0e\\\\xab\\\\xe2V-9\\\\xaf:+\\\\x0e\\\\x9b\\\\xb1x\\\\x8e5\\\\xear\\\\x94Z7mR`\\\\x95\\\\x94;b5\\\\x1aL\\\\xf42\\\\x97\\\\xb7\\\\x06\\\\xc4\\\\xadh\\\\xc8Z\\\\x8dUQ\\\\xcdq\\\\xb4\\\\xe5\\\\xad\\\\xcd\\\\x8f\\\\x97U\\\\tj\\\\xbb\\\\xa5\\\\x85\\\\xc7\\\\xb8\\\\x17\\\\xf0\\\\xce\\\\xd1\\\\xb8\\\\x15 \\\\xfdg\\\\xee\\\\'\\\\xa4\\\\x80\\\\xe2\\\\xb8\\\\xac\\\\xfb\\\\xb0\\\\x8c\\\\xb0!V9_\\\\x1d\\\\xa7\\\\x06\\\\xbfz\\\\xc3`|`\\\\xd0k\\\\xac\\\\rKC+\\\\x86]\\\\n\\\\x83\\\\xac\\\\xb7S\\\\xa4\\\\xb3\\\\x8cT\\\\xd9\\\\xdb\\\\x81\\\\xfbQ\\\\x92\\\\x0f/u7q\\\\xf6%+\\\\xb3\\\\xda%\\\\xad\\\\xb6\\\\xc9_\\\\xe5\\\\xa9\\\\x86\\\\x1bv\\\\xe8I\\\\x11\\\\xa9\\\\x83\\\\xf7u\\\\xd3i2td\\\\x08feJ\\\\xe6\\\\x85kZ[\\\\xd47\\\\x0b\\\\x00\\\\x13\\\\xdb\\\\xee\\\\xd0\\\\x9e\\\\xa6\\\\xc4\\\\x83:\\\\xd9\\\\xb2\\\\xe0%\\\\xac\\\\xd0#\\\\xfeY*\\\\x18A\\\\x12c\\\\xc6t\\\\xff\\\\x00\\\\x1e\\\\xafZ<\\\\x96\\\\x8d\\\\x93\\\\xd5)\\\\xdd\\\\x1e\\\\xeb\\\\x05`LD\\\\xf7\\\\xfau\\\\xa9\\\\x0f\\\\xd5j\\\\xc3\\\\xf5^UO\\\\xb8G\\\\xd5\\\\x80\\\\x13\\\\xe3\\\\xe3\\\\xd4\\\\xcezT\\\\xcezS\\\\xa7\\\\xc7\\\\xb8,\\\\xce_/\\\\x0f\\\\x8c\\\\xc2\\\\xc69\\\\x19\\\\x99v\\\\x85\\\\xa6\\\\x95\\\\x06Y\\\\x8bDi\\\\xe1=e\\\\xee\\\\xb7\"\\\\x15\\\\xe7@\\\\xb3\\\\xef]\\\\x0eI4e\\\\xf5O\\\\xf4[\\\\xf4_\\\\x87\\\\xfd3\\\\xe2\\\\xe8\\\\xcb\\\\xce\\\\xc3\\\\xc7\\\\xe4\\\\xbeE\\\\x94\\\\x05\\\\x99\\\\xb9\\\\x86\\\\xbd\\\\xcd@#\\\\xfeR\\\\x86\\\\xd4\\\\x00tbF\\\\xbdf\\\\xcaY\\\\x92\\\\xe5c\\\\xde\\\\xdc\\\\x19\\\\x1a\\\\xab\\\\xf5\\\\xed\\\\xc8\\\\xb9\\\\x10\\\\xd7Y\\\\xde\\\\xa4\\\\x9cx%\\\\x99\\\\xcaN\\\\x84\\\\x10d\\\\xc1\\\\xfb|F\\\\x9d.\\\\xa7\\\\xaa\\\\xa0o\\\\x12TQvQeKT:\\\\xbbz\\\\x8b\\\\x10\\\\x18\\\\x00\\\\xc5\\\\x8c\\\\xb6\\\\x87l\\\\xb4\\\\x90u:t \\\\x87`\\\\xbb\\\\xd5,y\\\\xaf\\\\xdf\\\\x976\\\\xbe\\\\xecr\\\\xcfv\\\\xd1\\\\xab\\\\x81\\\\xf8\\\\x86\\\\x84\\\\x92b\\\\x04\\\\x01\\\\xaf\\\\xd9\\\\xd3\\\\x08\\\\x034%\\\\x9de\\\\x9bu\\\\xd6)\\\\x198B\\\\xb7Pw4\\\\xc3\\\\xb4\\\\xf9\\\\xa9\\\\x90#\\\\xa5\\\\xbd+\\\\x82\\\\x10iL\\\\x94z)s[\\\\xb8cY\\\\xa4I\\\\xdd+\\\\x02F\\\\xd5\\\\x04\\\\x90\\\\t1\\\\xdb\\\\xc0}\\\\x9d2U\\\\x08\\\\x8c\\\\xc3-\\\\x95cd\\\\x80\\\\x8b\\\\x07\\\\xda(\\\\x0bQs\\\\x0fZ\\\\xc8YY \\\\x98\\\\x88\\\\xd7\\\\xb7\\\\x80\\\\xe8C\\\\xb2\\\\xed,iU\\\\x9ba\\\\xde\\\\xef\\\\x16\\\\x17K\\\\xf45\\\\'\\\\xa8\\\\x1d\\\\xab\\\\x13\\\\xa9\\\\xd5@\\\\x11\\\\xa0\\\\xf0\\\\xe8e\\\\x00J\\\\xefQ\\\\xa2\\\\x8f\\\\xb73\\\\x145e\\\\x92\\\\xc2W\\\\xf9c\\\\xbc\\\\x12\\\\xb0\\\\xac\\\\xd0~\\\\xb3\\\\xdf^\\\\x8d\\\\xa4\\\\x07U\\\\x1a|\\\\x16\\\\x97\\\\xa0:]\\\\x90im\\\\xccD\\\\x98\\\\x8d\\\\x8b\\\\xa0&uS?O\\\\x1e\\\\x81\\\\x98`\\\\xa4\\\\x92\\\\xec\\\\x14K\\\\xa9\\\\xca\\\\x0bI6Y\\\\xec\\\\x99Lt\\\\xc8\\\\x1b\\\\xa65P\\\\xc1{\\\\t\\\\x83=D\\\\xa5&w\\\\\\\\\\\\xc4,\\\\x9f\\\\x05\\\\x9d\\\\x00\\\\xf6}\\\\xbbT\\\\x90\\\\xdb\\\\x1c28\\\\x80v\\\\xea\\\\t\\\\xd6$}>\\\\xce\\\\x84\\\\xfa\\\\xa2\\\\x17\\\\x19f\\\\xd4X.&mQ8\\\\xc9{\\\\x86\\\\xd5\\\\xbc\\\\x08a\\\\xa1\\\\xd7\\\\xc5A\\\\xeaD\\\\x08/\\\\x17F\\\\x0b\\\\xd4\\\\xa8\\\\xca\\\\x88\\\\x87\\\\xdd|kq\\\\xde\\\\x19C\\\\'\\\\xa7wh\\\\x7f\\\\xf4\\\\xc8$\\\\xf7\\\\xf1\\\\xe8\\\\x88.\\\\xe8\\\\x1d\\\\xd7\\\\xe4\\\\xe5m\\\\xabb[\\\\x8e\\\\xf9h\\\\xe0*\\\\xd8\\\\xcb\\\\xea\\\\xf0$\\\\x90\";O\\\\xf6\\\\x8e\\\\xbas1\\\\x18:\\\\xe1R\\\\xbf\\\\\\\\\\\\xf4\\\\x8d\\\\xb9\\\\xd4\\\\xe4X\\\\xa0\\\\x10`K\\\\x85\\\\xd0\\\\x82u\\\\x8e\\\\xfaL\\\\x13#S\\\\xd0\\\\x10\\\\x0f\\\\xa8\\\\x96R\\\\xcdFP29l\\\\xa6aF\\\\xe4B\\\\x84{mf\\\\xea\\\\xdaT\\\\x80B\\\\xcf\\\\x88\\\\xd3\\\\xc3\\\\xef\\\\xea\\\\x0c\\\\xc9\\\\xa1-\\\\xda\\\\x11\\\\x18\\\\xbeK-\\\\xb9\\\\xefR*dT\\\\xf5\\\\xd8YU\\\\x90\\\\xa5\\\\xa4\\\\xc6\\\\xa0\\\\x15\\\\x04\\\\xc91\\\\xdc\\\\x9e\\\\xa7L\\\\xa2\\\\t\\\\x12]B\\\\xb6c\\\\xe6_\\\\x8f\\\\xe8\\\\xca\\\\xa9\\\\x1e\\\\x8a\\\\xe0N\\\\xa6\\\\xbb\\\\x02\\\\xea\\\\x14\\\\xb4I\\\\x9d\\\\xd1\\\\x00\\\\xfd\\\\xb1\\\\xafP.\\\\x13\\\\x1e\\\\xaa\\\\x04@4\\\\ne\\\\xb7&:\\\\xd7v\\\\r\\\\xab\\\\xb9O\\\\xa9X@V:\\\\x97=\\\\xccu\\\\xccA\\\\xa1](6!G~i\\\\xee\\\\x07\\\\xdc\\\\'\\\\x1d\\\\xd4\\\\x15\\\\xf7\\\\x01\\\\x85$\\\\x82\\\\x01\\\\x9d\\\\x0c\\\\xcf\\\\x97~\\\\x88\\\\x1a\\\\xbb\\\\x80\\\\xa0\\\\xc8\\\\xa8\\\\xe6\\\\xec\\\\xb6\\\\xb5\\\\x02\\\\xe4~cU\\\\x06\\\\xc5;H- \\\\xc0\\\\xdb\\\\xb6G\\\\xd3\\\\xa9&t.\\\\xc1\\\\x08\\\\x8f\\\\x92\\\\x99e\\\\x99\\\\x96\\\\xff\\\\x00$=\\\\x94\\\\x1d\\\\x85+\\\\xca\\\\xdd\\\\xae\\\\x91\\\\xac/\\\\x81\\\\x91>}@\\\\xbae\\\\x9e\\\\x18\\\\xff\\\\x00i\\\\x9ad\\\\xa0^\\\\xdc\\\\xae=U\\\\xd9s=uY)]\\\\x93\\\\xa5\\\\x8a\\\\x9d\\\\xe2t\\\\xd0\\\\x8e\\\\xe3S\\\\xd4\\\\xeb\\\\x94\\\\xa2;W6\\\\x9a\\\\xa9\\\\xf8\\\\x9c\\\\xaa.;Wa\\\\x0fk\\\\x12A}\\\\xca\\\\xbd\\\\xf7\\\\x01\\\\xaf\\\\x91>\\\\x1f\\\\xdf\\\\xd1\\\\x17f\\\\x18\\\\xa9\\\\x13!\\\\x0c\\\\xcf\\\\xca\\\\xe5\\\\xed\\\\xbe\\\\xc7\\\\x17\\\\xd4m@w.\\\\xe2A\\\\xd7r\\\\x92<4\\\\x11\\\\xe9\\\\xd6>\\\\xb1\\\\xd0\\\\x99\\\\xc8I\\\\x89P \\\\x19\\\\xf9\\\\xad#\\\\x95\\\\xce[-\\\\xad\\\\xe8k\\\\x01\\\\x07f\\\\xe1\\\\xac\\\\xae\\\\x80\\\\x08\\\\xd2~\\\\x9d\\\\xbc\\\\xfa8\\\\xdd8f\\\\xa0A\\\\x85T+\\\\xb9\\\\xcb\\\\xc2zl/vI\\\\x80\\\\xb1\"O\\\\xe1\\\\x0c\\\\xd0H\\\\xdcH\\\\xd3\\\\xf6\\\\xf5\\\\x06\\\\xe4\\\\x88d\\\\x0cE1[\\\\xb1\\\\xf2yVW\\\\xb2\\\\xfai5J)\\\\x02\\\\xad\\\\xf2\\\\xcd\\\\x1f\\\\x84\\\\x8e\\\\xe7\\\\xe9\\\\xda>\\\\xbd\\\\x16\\\\xa9\\\\x93AD@\\\\xb6*6V\\\\x7f#]\\\\xcfbW}\\\\x8a\\\\x90*\\\\xc7U\\\\xf4\\\\x99\\\\xed\\\\xb5\\\\x8a\\\\xc7c\\\\xfbz\"NhK\\\\xd5h\\\\\\\\\\\\xef\\\\x93\\\\x83c\\\\x8cfJ\\\\xe0{r\\\\x14\\\\xb0\\\\xd3P\\\\xc6`\\\\x13\\\\x1a\\\\xf9v\\\\xea$dG$\\\\xbdR\\\\x15d{\\\\x0b/\\\\x9b\\\\xc9U\\\\x19t\\\\xae\\\\xdd\\\\xe6[@\\\\xe8\\\\x86&\\\\'S\\\\xdc\\\\xf7\\\\xeb\\\\xa0d\\\\x98$Ym\\\\xb52\\\\x98\\\\x1a\\\\xf0\\\\xab[\\\\x95\\\\tz\\\\xd8\\\\xa7\\\\xa8\\\\x98$\\\\xec?\\\\x88\\\\x11\\\\xd4\\\\xc8\\\\x1c\\\\x8a\\\\x02\\\\\\\\\\\\xd5F\\\\xa1\\\\xb9\\\\xc7\\\\xb9\\\\xce\\\\xea\\\\x03\\\\xadk\\\\x1b\\\\xb6\\\\x06\\\\xd7S\\\\xa1\\\\x05\\\\xbcd\\\\xe93\\\\x1a\\\\xf8t\\\\xa9j\\\\xecRE\\\\x1cU7q\\\\xd9\\\\x9c\\\\xc6!d<\\\\x9dH\\\\xae\\\\xea$\\\\xacB\\\\x8d\\\\xab;\\\\x98hA\\\\xe9s\\\\x8c\\\\x80\\\\xac\\\\x9d\\\\x10 \\\\xd4\\\\x06O\\\\x1c_\\\\xc8\\\\x13\\\\x17$.\\\\x1f>\\\\xf6\\\\xdbXK+f+\\\\n\\\\xde0\\\\xa2Dk\\\\x1fluZ\\\\xe9\\\\xd3\\\\xea\\\\x05\\\\x99hm\\\\xee\\\\xc9\\\\x80z,\\\\xa9\\\\xc6\\\\xb6\\\\xfbl\\\\xcd{\\\\x8b!u\\\\xba\\\\x97G\\\\x97J\\\\x98\\\\xc6\\\\xe0L\\\\xb0\\\\x13\\\\xdat\\\\x1d*\\\\xcd\\\\x87&NV\\\\x93\\\\x99\\\\x0e<\\\\x16\\\\xf6\\\\xdc\\\\xe7\\\\xdcW\"\\\\xa0\\\\xe4Uk h\\\\xd0\\\\t\\\\x05\\\\xb6\\\\xfa\\\\x80\\\\xd3\\\\xd4c\\\\xc4uvZ\\\\xb18%\\\\x02H\\\\xea\\\\x86d\\\\xd1R[[\\\\xe7P\\\\xcbB\\\\x96p\\\\xacI\\\\x05gP\\\\\\\\\\\\x9e\\\\xe3\\\\xc8\\\\xb0\\\\xd0\\\\xf8uJ\\\\xfd\\\\xb8\\\\x90\\\\xf8\\\\xa1\\\\x94\\\\xc8\\\\x1d\\\\xaa\\\\xa7\\\\xf9\"\\\\xf1\\\\x196\\\\xda\\\\xd8yW`\\\\'\\\\xb8?4,@{\\\\x13\\\\x1d\\\\x8c\\\\xeb3\\\\xa0\\\\xd2:V\\\\xdcF22\\\\x87\\\\x1d\\\\x16e\\\\xe9?D\\\\x9bU\\\\x99\\\\xaa-\\\\xc3\\\\xaf/\\\\x15\\\\xb1}\\\\xd3\\\\x90\\\\xb8\\\\xd60d\\\\xf7Ga\\\\x1b\\\\x8c\\\\x1f\"@\\\\x06:\\\\xd3\\\\x8d\\\\xddXa\\\\x8b~R\\\\t*\\\\x1e>G\"\\\\x99\\\\xc35\\\\xf8\\\\xdcK\\\\xea;\\\\xc3!\\\\x04TF\\\\xd6Y\\\\x85\\\\xd3A\\\\xea\\\\x12bz;S\\\\x118\\\\x07>\\\\nIr\\\\t\\\\x14\\\\x0b\\\\x1c\\\\xfa9#6\\\\xd4\\\\xe1\\\\x17t\\\\xaa%\\\\xbb\\\\x80 A(D\\\\x88\\\\xd7\\\\xc0\\\\xfe\\\\xde\\\\xa4\\\\xdc\\\\x07\\\\x10\\\\x8aN\\\\\\\\\\\\x8af\\\\xa0b\\\\xe7s8\\\\x07n.^V5\\\\x94\\\\xba\\\\xba\\\\x8a\\\\xeedVq\\\\xac\\\\x95\\\\xd0n\\\\xdb\\\\xdb\\\\xd2c\\\\xa2\\\\xf7\\\\x00\\\\r\\\\x13\\\\x81\\\\xe6\\\\x94%8P\\\\x16G\\\\xf3y\\\\xfe\\\\x7f=i\\\\xab\\\\x92\\\\xce\\\\xb76\\\\xbc5\\\\xf6({^v\\\\xa3\\\\x10@P\\\\xc0\\\\x90\\\\t\\\\xd6N\\\\xbf\\\\xbb\\\\xa1\\\\xbdrs\\\\xff\\\\x00Wzl\\\\xafNL&]\\\\x92\\\\xc6w6\\\\xf58Aj\\\\xb3\\\\xa5j\\\\xe5^\\\\xb9([S\\\\x00x\\\\x13=\\\\xbbG~\\\\x94\\\\xe0\\\\xe7VI2\\\\xab\\\\xe4\\\\x16\\\\xdcl\\\\xac\\\\xdc\\\\xda\\\\xd9\\\\x96l\\\\xc9\\\\x03\\\\xf9\\\\x15\\\\x9a\\\\xc2\\\\x82\\\\x8b$1\\\\xfc@\\\\x1d5\\\\xef?N\\\\x8e&A/Q!o\\\\xfc\\\\xd6mL\\\\x8b\\\\x93^;P\\\\xa6\\\\x16\\\\xa2\\\\x19\\\\x81\\\\x11-\\\\n\\\\xb07k\\\\xa4x\\\\x8e\\\\xa6D\\\\xb36(\\\\xa1\"\\\\xfd\\\\x02\\\\xdcr\\\\xf1\\\\xdd\\\\x85U\\\\xe3\\\\x16)\\\\x08\\\\x0e\\\\xbbIi\\\\xf1\\\\x03@\\\\x00$\\\\x91\\\\xe3\\\\xd2\\\\xa7)\\\\xe7\\\\xc7\\\\xe1:3\\\\x89\\\\xc0U\\\\x94\\\\xf1\\\\x85\\\\x84\\\\xd5\\\\x9c\\\\x8c\\\\xcd\\\\x98\\\\xd4o\\\\x0e\\\\xc1\\\\xe0\\\\x97&\\\\x01\\\\x12$\\\\x00u\\\\xed\\\\xaf\\\\x89\\\\x89\\\\x8e\\\\xbavu\\\\x1f\\\\xfcsE\\\\x1d:\\\\\\\\\\\\xf9\\\\xa1y\\\\x1co\\\\x0e+&\\\\xab\\\\xfd\\\\xc5\\\\xd1YX\\\\x96X#FR;\\\\x11\\\\xafa\\\\xa4k\\\\xdfQ\\\\x10bP\\\\xdc\\\\xd2@\\\\x0b*8\\\\x87FQJ\\\\xad\\\\x81\\\\x1c)\\\\xc8\\\\xb4nP\\\\xe4\\\\x12\\\\'Mt\\\\xf3\\\\xfe\\\\xf8\\\\xea\\\\xc8\\\\x00W>\\\\xa9F\\\\x12&\\\\x88\\\\xb5\\\\x1cE\\\\xe7\\\\x8d\\\\xca\\\\xbd\\\\xf9\\\\xbca\\\\xf9;k\\\\x15\\\\xf1\\\\xdb\\\\x82\\\\xdbmD\\\\x19j\\\\xd3Y\\\\x00\\\\x88$\\\\xfd4\\\\xe8\\\\xc4h\\\\xfa\\\\xa8\\\\x8cA\\\\x87T8\\\\xf19\\\\x99\\\\xc6\\\\xcb,/s\\\\xa2B\\\\x02\\\\xde\\\\xd8?\\\\xc5\\\\xa2\\\\x92d\\\\xe8F\\\\x9a\\\\xeb\\\\xd40%v\\\\x83,V-\\\\x81}\\\\x0c7\\\\xd5J\\\\xa9\\\\xdc\\\\n\\\\xcb3\\\\x04:\\\\x08}\\\\n\\\\xfd\\\\xde\\\\x11\\\\xd7\\\\x00\\\\xc6\\\\xa4 01ZZ\\\\xab\\\\xeb}^\\\\xcbC\\\\xcf\\\\xad\\\\x99`\\\\t\\\\x93\\\\xe9X\\\\xd0x\\\\x08\\\\xd6z\\\\xe9\\\\x14 ,V\\\\x9c\\\\xeb\\\\xec\\\\xacb\\\\xe2\\\\xd5\\\\x8c\\\\xc5\\\\xa3qb\\\\xcc\\\\xc6_O.\\\\xae[\\\\x99\\\\x88\\\\xa1`\\\\x9fn\\\\xe9\\\\x83\\\\x98\\\\xd1\\\\xd7\\\\xecNC\\\\xe2\\\\xd9\\\\xb8\\\\xfc\\\\x82\\\\xe6Zry+\\\\x9c\\\\xfeY\\\\xf7\\\\x96\\\\xa9\\\\xd9\\\\xbcI\\\\xf1\\\\x1e0G\\\\xd7\\\\xbfQ\\\\x1b\\\\x96\\\\xa6\\\\rj\\\\x9at\\\\x90D\\\\xb1Q\\\\x035\\\\x18\\\\xa6\\\\xbbE%o\\\\x1b\\\\xf6\\\\x86\\\\x8d\\\\xb0\\\\'j\\\\xeauq\\\\xa4\\\\xeb\\\\xdbC\\\\xd5i\\\\x8c\\\\x8aM\\\\x00,\\\\x97\\\\x7f.\\\\x1e\\\\xd1g\\\\xa4\\\\xa1\\\\x12\\\\xb5\\\\x93\\\\xbc\\\\xa8_\\\\xc3;\\\\xbcd\\\\xf7?\\\\xbf\\\\xa8\\\\x8d\\\\xaa\\\\xbe.\\\\xab\\\\xca\\\\xb4\\\\xa2=Fm\\\\x16\\\\x8a\\\\xe9\\\\xba\\\\xb5\\\\xacRYR\\\\xa5bF\\\\x90\\\\xd1\\\\xb9\\\\xa4\\\\x8f\\\\t\\\\xfa}\\\\xbdIgc\\\\x8ax\\\\x9b\\\\x04q\\\\xb9J\\\\xf1\\\\xf1\\\\x02\\\\xe3W.\\\\x08e+;\\\\xd55\\\\'p\\\\xd7\\\\xb4\\\\xe9>}*s\\\\x18\\\\x02\\\\x89\\\\xf4\\\\x86Z\\\\xf0/\\\\xca\\\\xba\\\\xda\\\\xc36\\\\xe5g\\\\x01P\\\\x87\\\\xf74\\\\xf0\\\\x00\\\\x991\\\\xe1\\\\x07\\\\xfc\\\\xba\\\\x01\\\\x13);\\\\xa5\\\\xb9*\\\\xd8\\\\xa8\\\\xd61\\\\xd6\\\\xb4y5\\\\x93g\\\\xb9\\\\x1e\\\\xad\\\\xc1@\\\\xdb\\\\ncS\\\\xfc_N\\\\xdd\\\\x1c\\\\x89\\\\x0c\\\\xcc\\\\xae\\\\xdb\\\\xc2\\\\x8b\\\\x98?[1p8\\\\xac\\\\x8c>E\\\\xabT\\\\xfc\\\\xc0foF\\\\xad\\\\xba} \\\\x18\\\\x83\\\\xdc\\\\xc1\\\\xef\\\\xd6W\\\\xcb\\\\xcc\\\\xdbm%\\\\x9e\\\\x86\\\\x8f\\\\xc7\\\\x8a\\\\xb1\\\\xef4U1\\\\x8b\\\\xc9`e\\\\xbac\\\\n\\\\x8dL\\\\xab\\\\xb9\\\\x1b\\\\xd2I=\\\\xd8)\\\\x02`\\\\r>\\\\xc1\\\\xdf\\\\xacHoM\\\\xc2\\\\x04\\\\xe2\\\\xc1\\\\xb2\\\\xe7\\\\xf6\\\\x08ApI*q\\\\\\\\\\\\x1c\\\\x1a[/6\\\\xba\\\\xeag\\\\nq\\\\xf2\\\\x10\\\\t\\\\xad\\\\xc2\\\\x95&\\\\xb8\\\\xd0H\\\\x83\\\\xac\\\\xcck\\\\xe3\\\\xd3c\\\\xedB\\\\x0f0\\\\xc6X0\\\\xfa2\\\\x19\\\\x8aS\\\\xcdV9\\\\xfc\\\\xf2\\\\xdb\\\\x92j\\\\xc0%+6\\\\xb1\\\\xad\\\\xc0\\\\x05\\\\xbdZ\\\\x02\\\\xe0\\\\x08\\\\x80\\\\x00\\\\x04\\\\x0e\\\\xaa\\\\xc6\\\\xc0\\\\x15\\\\xc9\\\\xe8\\\\xe9W\\\\xaf\\\\x93H\\\\n\\\\x85\\\\xad+8\\\\xa8y\\\\x1c\\\\xb1R\\\\\\\\\\\\xe0\\\\xecZ\\\\xc8t\\\\x91\\\\xa1 \\\\xa8\\\\x10F\\\\x9f\\\\xf0\\\\xe9\\\\xb7 \\\\xee\\\\x01\\\\x07\\\\x05Xs\\\\x97^\\\\xde\\\\n\\\\x1dr\\\\xdd\\\\x92\\\\xf5\\\\xe3\\\\xb5F\\\\xc7\\\\xb17\\\\xd7\\\\xb7y\\\\xdc\\\\xc3R4\\\\x1d\\\\x8ci\\\\xd8GEb\\\\xd82h\\\\x9e\\\\x94\\\\xcdt\\\\x84\\\\x80\\\\xa8\\\\xf1\\\\xc9Y?\\\\x11\\\\xf8\\\\xb3\\\\xff\\\\x00\\\\xd3[\\\\x9fK\\\\xd8\\\\xd6\\\\x0f\\\\xe5\\\\x00\\\\x80\\\\x02\\\\xcb\\\\x00\\\\x10@\\\\xfc3\\\\x03I=m\\\\xedb-H\\\\xb8w\\\\xf0E\\\\xa40/U\\\\xd1|\\\\x7f\\\\x03F}4\"c\\\\xd7\\\\x82q\\\\xab-k\\\\xef/\\\\xefm\\\\nY\\\\xc7x\\\\x90b;\\\\xf4[\\\\xcb\\\\xc6Q\\\\x04b(G\\\\xe1Y\\\\x8d\\\\xbfp\\\\x06\\\\x15J\\\\x7f=\\\\xfdG\\\\xe3~#\\\\x83g\\\\x17\\\\x81J\\\\xe5\\\\xe5{M\\\\x8fF,\\\\x89\\\\n\\\\xfao\\\\xf0+\\\\x06\\\\x013\\\\x07\\\\xa1\\\\xd9|u\\\\xdd\\\\xec\\\\xaa\\\\x0cc\\\\x83\\\\xf3\\\\x1d\\\\x16\\\\xc5\\\\x8d\\\\x94\\\\xa7\\\\x80\\\\xa7>\\\\x02\\\\xe6O\\\\xff\\\\x00H\\\\x9f8\\\\xff\\\\x00\\\\xcb\\\\xab\\\\xff\\\\x00\\\\x9c?\\\\xf7z\\\\xf4\\\\xdf\\\\xfa\\\\x0b|\\\\x96\\\\xa7\\\\xfe\\\\xbe\\\\xdf\\\\xfb\\\\x8a\\\\xff\\\\xd7]kq8\\\\x0e0\\\\xd7\\\\x93\\\\x97\\\\xec:\\\\x06d\\\\xa6\\\\xe7\\\\x95q\\\\x10\\\\xcd\\\\xbb\\\\xc4\\\\xeb\\\\xe7\\\\xf5\\\\x1dy\\\\xfb\\\\x97\\\\x04B\\\\xf9\\\\x18k\\\\x11\\\\xaa\\\\xac\\\\xf9\\\\x9e[\\\\xf3\\\\x99N,\\\\xc8\\\\xa9\\\\xab\\\\xc8t\\\\xf6J\\\\x80Tw\\\\x93\\\\x1a\\\\x08\\\\x9e\\\\xfez\\\\x03\\\\xd5Op\\\\xcb\\\\x1a\\\\x15BwuI\\\\xb9\\\\xf1\\\\xe0\\\\x87\\\\xb2:T\\\\xcbc\\\\x97VQ\\\\xb6\\\\x85\\\\x05UK\\\\x7f\\\\xa9|\\\\xbd>\\\\x1e\\\\x1d\\\\xfa|cB\\\\xc9M\\\\xcdi\\\\xa7\\\\x18\\\\xf24\\\\xe5b\\\\x18\\\\x8cj\\\\xb6[g\\\\xe2>\\\\xd3,I&\\\\xfd/\\\\xfd\\\\x0b\\\\xe0?O\\\\xf1\\\\xeb\\\\xe4,J\\\\xf9nx\\\\x00\\\\r\\\\xc4\\\\x02\\\\x94\\\\xb4\\\\x96\\\\x9a\\\\xc4\\\\x81#\\\\xb1\\\\xd3\\\\xbfY\\\\xc6 \\\\x1dF\\\\xa7\\\\x9a\\\\xc3\\\\xdc\\\\xdf\\\\x9c\\\\x8b\\\\x1c\\\\x17B\\\\xe3\\\\xd1^G\\\\xbc\\\\xce\\\\tE$\\\\xa3\\\\x90\\\\x0b\\\\x07=\\\\xfby\\\\r$y}zD\\\\xe4\\\\xc3\\\\xaa\\\\xae\\\\x06\\\\xbc\\\\xd4\\\\\\\\\\\\x92\\\\xf4\\\\xd7e\\\\x95\\\\xa7\\\\xb8\\\\xd5\\\\xd8\\\\xccD\\\\x90\\\\xa5@\\\\x1bI\\\\xdc\\\\'q]4\\\\x1d\\\\x8fA\\\\x1b\\\\xafG\\\\xa29\\\\x06\\\\x0e\\\\x94\\\\xed\\\\xf9N\\\\xdc\\\\xc5\\\\xaf&\\\\xa5\\\\xa8n\\\\x1e\\\\xc3\\\\r\\\\xdbH\\\\x00\\\\xed`\\\\x011\\\\x07^\\\\xd3\\\\xa8\\\\x9e\\\\xfdP\\\\x96\\\\xf2^\\\\xe1\\\\x19q\\\\x8a\\\\x90\\\\xcc\\\\x8a\\\\xb7!e\\\\xebU\\\\xf8\\\\xd5\\\\xb6\\\\xeb*\\\\x93z\\\\xac\\\\x06($n\\\\xed\\\\xa9\" \\\\xc4\\\\x91\\\\xdb\\\\xab\\\\xeee\\\\x10BQa\\\\x92\\\\xdfW$\\\\xb6/\\\\xf3w\\\\xaf\\\\xb8v\\\\xa31\\\\xeed\\\\x0fO\\\\x81\\\\xed\\\\xd8\\\\xf7\\\\xe9\\\\xd0\\\\x93\\\\xa0\\\\x13u\\\\xe3\\\\xdd`kX:\\\\x94o\\\\xc5\\\\\\\\\\\\x16\\\\x1e\\\\xadH\\\\x96\\\\xf1$\\\\xf5\\\\xda(y(\\\\x8c\\\\xf3\\\\x0bH\\\\xca\\\\xe4\\\\xea+c\\\\xaa\\\\xdaI>\\\\x90\\\\t\\\\x06\\\\xc1\\\\x00\\\\xfa\\\\x98\\\\xf6\\\\x1f~\\\\x9fN\\\\xa5\\\\xf2\\\\\\\\\\\\xe4S%9~@\\\\x96%\\\\xd8\\\\x99\\\\x14*9\\\\x10,F\\\\x1b\\\\x83j\\\\xdb\\\\xa7h\"G}On\\\\x8d\\\\xc1\\\\n\\\\x0c\\\\x88p\\\\xa0d\\\\xd5\\\\x96\\\\xa2\\\\xc7\\\\xa2\\\\xf20\\\\xc7\\\\xa4\\\\x15m\\\\xaa\\\\xc1v\\\\xf6S\\\\xe4`\\\\x7f\\\\xd9\\\\xd4\\\\x08:\\\\x1c\\\\x944\\\\xcb\\\\xcd\\\\xc76Z\\\\xec\\\\x96\\\\x01?\\\\xc9\\\\xb7\\\\xd2L\\\\xea`\\\\x01\\\\xdf^\\\\xda\\\\xfd:\\\\x1a\\\\x8a)\\\\x89e\\\\xb2\\\\xceF\\\\xc6\\\\xb0\\\\xd6\\\\xcc\\\\xa3\\\\xd5\\\\xe8\\\\xac\\\\xc8@<\\\\xb4\\\\x82@$\\\\x9e\\\\xfdDY\\\\x98\\\\xa9\\\\x94\\\\x8e*3]\\\\x9a^\\\\xa6\\\\x08\\\\x11\\\\xab\\\\x11\\\\xba\\\\xb9y\\\\xd6d\\\\x01\\\\x10\\\\xbfv\\\\x87\\\\xc7\\\\xc7\\\\xa1\\\\x95\\\\xb7\\\\xc9K\\\\x96\\\\x0cJ\\\\xfd]\\\\xfc\\\\x86#\\\\xd4\\\\xf5\\\\xba\\\\xb0xSY=\\\\xe0\\\\x91\\\\x0c\\\\x0e\\\\xa7\\\\xee=.1\\\\xb9\\\\x19cDR\\\\x90\\\\x1d\\\\x16\\\\x19\\\\\\\\\\\\x91\\\\xcc\\\\xfe]eV\\\\xce\\\\xcc\\\\xc4\\\\xba\\\\x80|\\\\xa2\\\\'R?wE\\\\x19\\\\x12\\\\x03\\\\xe2\\\\x87I\\\\xc9`9\\\\x1c\\\\xacb\\\\xa7\\\\'\\\\x19\\\\x8dL\\\\xa1+\\\\xb1D\\\\xf7\\\\xd3\\\\xf0\\\\x88\\\\x81\\\\'_\\\\x0f\\\\x1e\\\\x8a\\\\xa3\\\\x10\\\\xb88^\\\\xaeu\\\\xa5\\\\x1e\\\\xcaEw\\\\xd6\\\\x8d\\\\xbb\\\\xdbS\\\\xaa\\\\x95\\\\x1f\\\\xc5\\\\xbb\\\\xca\\\\t\\\\xd3\\\\xa1\\\\xb72\\\\xdc:\\\\x99\\\\x12\\\\xf4^\\\\x1c\\\\xfd\\\\xe0\\\\xaf\\\\xb5[\\\\xb6\\\\xd0JZ\\\\xb2\\\\x0e\\\\x82\\\\n\\\\x9e\\\\xfa\\\\xc9\\\\xe8\\\\xe5)w.\\\\xd4\\\\xc3\\\\xbdhl\\\\xbb\\\\xab\\\\n\\\\xf6q\\\\xee\\\\xbbaS\\\\xdb\\\\x03kw\\\\xdcwyv\\\\xed\\\\xf7u\\\\x02C\\\\x16\\\\xaa\\\\x0c\\\\x07:\\\\xa98\\\\xdc\\\\xddk`\\\\xc7\\\\xfc\\\\xac-\\\\x9f\\\\x88\\\\xa6\\\\xd0U{I=\\\\xe0\\\\x0f\\\\xed=H\\\\xb8\\\\x03\\\\xd16\\\\x131\\\\xa9^f3\\\\xb3{\\\\xf4\\\\xd4\\\\x96!\\\\x89\\\\xb0! \\\\'x\\\\x90X\\\\x19\\\\x11\\\\xa9\\\\xeb\\\\x898\\\\x80\\\\x82R=\\\\xc9g3\\\\x90W\\\\xb1\\\\xb7\\\\xe1\\\\xd2K\\\\r.F\\\\x82\\\\x06\\\\xdd\\\\x0c\\\\xcb\\\\x0f\\\\xc2;}\\\\x83\\\\xa9\\\\x01\\\\xc5\\\\x17j#\\\\x10\\\\xb6\\\\xd3g!rX\\\\xb4a\\\\xd4\\\\xd2t\\\\xac\\\\xb0`\\\\x85H\\\\x980\\\\'\\\\xb4\\\\xc4F\\\\xbd,j\\\\x19\\\\x06\\\\x08\\\\xa3!\\\\xda\\\\xa5\\\\x1eS:\\\\x9a\\\\xfd\\\\xd6\\\\xc6;P\\\\xce\\\\xe2\\\\xea\\\\xbe\\\\x04\\\\xc3\\\\x08\\\\xd4\\\\t\\\\x93\\\\xaf\\\\xf7t\\\\x10\\\\xbfnT\\\\xd4\\\\xe5\\\\x1bHd\\\\xa3\\\\xd7\\\\xcd\\\\xf2y\\\\x18\\\\xf2hCPmk[4\\\\xdcfH\\\\x99\\\\x8d\\\\'\\\\xb7\\\\x7f\\\\xdf\\\\xd5\\\\x92d\\\\xd4K\\\\x12>\\\\n_\\\\x1f\\\\xce\\\\x0c\\\\x9a\\\\xda\\\\xb3Ex\\\\xeba W\\\\xb0\\\\xb2\\\\xc2\\\\x907\\\\x8d\\\\x08\\\\x93\\\\xfb\\\\xcf\\\\\\\\dh[\\\\x14q\\\\x94N9-\\\\\\\\\\\\x9f%Rd\\\\n\\\\xf1\\\\x90S\\\\xb4n\\\\xdf\\\\xb6\\\\\\\\I\\\\x05|\\\\x84\\\\x92\\\\x04\\\\xeb\\\\xa7J\\\\x1a\\\\xe5\\\\x93!\\\\x94\\\\xf4\\\\xd4b\\\\x85[\\\\xcf_\\\\x906_\\\\x91P\\\\xba\\\\xc1\\\\xb9,\\\\x12\\\\xcd?\\\\x84\\\\xe8 \\\\x88\\\\x1e\\\\x07\\\\xf7\\\\xf88\\\\x0ef\\\\xa9\\\\x1e\\\\xeb\\\\x9a(\\\\x95fr&\\\\xf5Z\\\\xca\\\\xad \\\\x07\\\\x0e\\\\xc1\\\\x88a\\\\x04\\\\x1fL\\\\x89\\\\x00\\\\x02<\\\\x87U\\\\xfdqz\\\\xa6\\\\t\\\\x82pG\\\\x1e\\\\xdeR\\\\xacA\\\\ta\\\\xf6\\\\x84\\\\x07*\\\\x06\\\\xb1\\\\x00\\\\x85\\\\x92\\\\x0e\\\\x84k\\\\xe5\\\\xafDD\\\\xcetD\\\\'\\\\xcc`\\\\x95\\\\xc7/\\\\x90\\\\x96\\\\xfbM\\\\x96\\\\xcc\\\\xb5\\\\xd8\\\\x1d\\\\x97P@^\\\\xcb\\\\xb9@2\\\\x0cv\\\\x1a\\\\xf5\\\\xc3\\\\x00\\\\xe7\\\\xf2\\\\x92\\\\'\\\\xd1\\\\x1a\\\\xcd\\\\xe6\\\\x82V+\\\\xfc\\\\xdb\\\\x1b\\\\n\\\\xee$h@\\\\x1a\\\\x83\\\\xdfN\\\\xe0k\\\\xf5\\\\xfaI\\\\x10y\\\\x94s-T2\\\\xa5\\\\xc9\\\\xc8*\\\\xd4r^\\\\xe5\\\\x9b`(R;\\\\x99,A\\\\x04i\\\\xdcx\\\\x80z(\\\\x80Y\\\\xaa\\\\xa1\\\\x89Q\\\\xee\\\\xc8\\\\xcc\\\\x17Y\\\\x91\\\\x91\\\\x9c\\\\xe1\\\\xc8Z\\\\xed{7j\\\\x16\\\\x00\\\\x96\\\\x02\\\\x08$@\\\\xeb\\\\x8c*\\\\xe8@1\\\\xa7\\\\x1d\\\\xea@\\\\xcc\\\\xcf\\\\xb6\\\\xa7\\\\xd9k\\\\x8c\\\\x8b\\\\x18\\\\x0fu\\\\x0bi\\\\x131\\\\xa0\\\\x1e\\\\xad u\\\\x02\\\\x01\\\\x9duISp\\\\xa8\\\\xe5\\\\xb2}\\\\xda6^U#\\\\xda\\\\xafq\\\\x93=\\\\xd4\\\\xcc\\\\xcc\\\\x81\\\\xaf\\\\x8fI\\\\x90,\\\\xc6\\\\xa8\\\\xa3N\\\\xd5dp<[bc\\\\x8c\\\\xbc\\\\xccf9X\\\\xa0\\\\xfbc\\\\xd24c;\\\\xac]\\\\xcd\\\\xd8\\\\xf9\\\\x0f\\\\xb64=P\\\\xdc\\\\xcc\\\\x0c\\\\xb0Z\\\\x1bh\\\\t\\\\x15e\\\\xf2?#\\\\xe69:00\\\\xb2qi\\\\xe30p\\\\xab&\\\\xb4\\\\xad\\\\x12\\\\xb7m\\\\xcd%\\\\xe65\\\\xdcu\\\\'\\\\xfczo\\\\xbdr\\\\xe3\\\\t\\\\x06\\\\x8cCQk\\\\x1b\\\\xa7K\\\\x04!l\\\\xadk\\\\xda\\\\xc7bXCC\\\\xb1\\\\x92\\\\x14\\\\xa9\\\\x04\\\\xb8 L\\\\xfe\\\\xef\\\\xafV-\\\\x90\\\\x03\\\\x1c\\\\xd5yj*W\\\\xac\\\\xad\\\\xad\\\\xefz\\\\xa9\\\\xac\\\\xd9\\\\x91S\\\\xed\\\\xda\\\\xc8^C)$L\\\\xf6\\\\xd4\\\\xe9\\\\xf7t\\\\x9d\\\\xc8`\\\\xe8$\\\\x18W%R\\\\xfc\\\\x833\\\\xe39\\\\xac\\\\xf9\\\\x19\\\\x07\\\\xdb\\\\xa4\\\\xc8\\\\x1bXm\\\\x0c\\\\x87\\\\xd4\\\\xbax\\\\xcf\\\\x98\\\\xef\\\\xfb\\\\xe9\\\\xdb\\\\x02@K\\\\xfd!\\\\xdb\\\\xaa\\\\xa1u\\\\xc1\\\\xaej\\\\xbc\\\\xbf\\\\x1f\\\\x876W\\\\xf9L\\\\x82\\\\xe4\\\\x1b\\\\x04\\\\x10VWFY\\\\x93\\\\xafW,3~\\\\xa4\\\\xa4N \\\\x1c\\\\xa8\\\\xa1r\\\\x03\\\\x16\\\\xcb\\\\xadZm\\\\x18\\\\x80\\\\x8d\\\\xba\\\\xcb\\\\x06`\\\\n\\\\x8dX\\\\xeeS=\\\\xa3Pz|\\\\xe4\\\\xe7\\\\x04\\\\xa2q\\\\xe1\\\\xd4\\\\xf1\\\\x12\\\\x90=#Y\\\\x89\\\\xf0\\\\x91\\\\xd3E\\\\x9a\\\\nQ\\\\t\\\\xb5 \\\\x1c\\\\x02\\\\x98\\\\xef\\\\xf8W08\\\\xde76\\\\xcf\\\\xe9\\\\xf8\\\\xf5\\\\xe7\\\\xd0\\\\xf7\\\\xe2\\\\xb7\\\\xbd_\\\\xbb\\\\x15\\\\xb0V\\\\x0c\\\\x89\\\\xb8\\\\x82F\\\\xbe\\\\xa1\\\\xaf~\\\\xacOjXI\\\\xc0t\\\\xef\\\\xf1\\\\xc9\\\\x0e\\\\x97\\\\xf1\\\\xe9\\\\xca\\\\xf7-K2\\\\x015\\\\x85on\\\\x8a\\\\xd8\\\\x06\\\\x04\\\\xc1 \\\\x88\\\\xfbG\\\\xf9i\\\\xd5h\\\\xc4\\\\x8cqI\\\\x84\\\\x03\\\\xb6\\\\n\\\\xc1\\\\xa6\\\\xaf\\\\x8a\\\\xd9\\\\xc7\\\\xe2]\\\\x9b\\\\xcd\\\\x84\\\\xcc\\\\xfc\\\\xc7\\\\xe5\\\\x0f\\\\x1f\\\\xf9Hf]\\\\xa4\\\\x88\\\\xect\\\\x90%\\\\xba\\\\xb7n\\\\x16e\\\\x17\\\\x95\\\\xca\\\\x8a2\\\\xd4\\\\xb7\\\\xb7\\\\xb2c\\\\xea>H\\\\x17!\\\\xf9l\\\\x9eO/\\\\x17\\\\x8a\\\\xc8\\\\xa58\\\\x9ck?\\\\xe9\\\\x9d\\\\xb7!c\\\\x1b\\\\x98X#B\\\\xc4\\\\xe8~\\\\xff\\\\x00\\\\x1e\\\\xab\\\\x99\\\\xdb\\\\x9c\\\\xccc \\\\xca\\\\xa5\\\\xebcS\\\\x0c\\\\x07r\\\\x10\\\\xbcm\\\\xfc\\\\x81\\\\xc6\\\\xc5[\\\\xcd\\\\xb79\\\\xdbV=>\\\\xa9I2\\\\xa7p#@{\\\\xc6\\\\x93\\\\xa1\\\\xeb\\\\xa3\\\\x1dA\\\\x85RDL\\\\x88\\\\x02\\\\xa5\\\\na\\\\x81B\\\\xb8\\\\xa3\\\\x12\\\\xe6\\\\xbd\\\\x03)f\\\\x86d\\\\x00\\\\x95*@R;x\\\\rzT\\\\xe40Bb\\\\xd5\\\\xe6\\\\xa1\\\\xddnfA\\\\xb3\\\\xdbwVmJ\\\\x8b \\\\x02\\\\x06\\\\x9a\\\\xb4\\\\x88S\\\\xaf\\\\xe1\\\\x9f\\\\x1f\\\\x1e\\\\xa1\\\\xaaJ\\\\x89V(\\\\x8f\\\\r\\\\xc4\\\\xe4\\\\xe4\\\\xb3\\\\xd9\\\\x91q4o$\\\\xdda\\\\xf4\\\\xf6\\\\xd4\\\\xc93\\\\xf7\\\\x8e\\\\xfd\\\\x00\\\\x8c\\\\xa4\\\\xee\\\\xa6\\\\xdc]\\\\x8eI\\\\xa3\"\\\\xbcr\\\\xb5+r\\\\x94\\\\xadjCX\\\\x17V\\\\n$\\\\r40`L\\\\x8f\\\\xf8\\\\xb8@0\\\\xaeH\\\\xeeO h\\\\x80\\\\xf2)\\\\xc4Qq\\\\xc7\\\\xc3\\\\xb6\\\\xcfm\\\\xd0.\\\\xe9\\\\x02I\\\\x1e\\\\x0c\\\\x0e\\\\xa2\\\\'_\\\\xdf\\\\xd4\\\\xac\\\\xb8t\\\\xeb\\\\x85\\\\xc3\\\\n\\\\xf1\\\\x87\\\\x1fD\\\\xadV[\\\\xd3Ej\\\\xack,\\\\xf3\\\\xe7\\\\xb4N\\\\xefD\\\\x88b\\\\xc0\\\\xc1\\\\xd3\\\\xa90rJT\\\\xa4b)\\\\x8am\\\\xc8\\\\xca\\\\xa2\\\\xeax\\\\xc6\\\\xb3\\\\x1c[\\\\x92\\\\x94\\\\x17\\\\xaa\\\\x90\\\\xa5K\\\\xbc\\\\xb1\\\\x93\\\\x02\\\\x00\\\\x92`k\\\\x11\\\\xe1=D \\\\x1crcJs\\\\xcd\\\\x1cC\\\\xc4>/\\\\x8f\\\\xe1>\\\\xfcc\\\\xe3\\\\x16%X\\\\xd9\\\\xfc\\\\x8a\\\\x0b\\\\xb3r\\\\xad&\\\\x94h\\\\xad\\\\x15\\\\x8c\\\\xa8R\\\\x0e\\\\x9a\\\\xc7\\\\x94A\\\\xd7\\\\xe9\\\\xab\\\\xb6\\\\x1e\\\\xdc\\\\\\\\D\\\\x12O\\\\x83\\\\xf1\\\\xc9L\\\\x86\\\\xaf\\\\xd9[\\\\x98\\\\x94\\\\xa7\\\\t\\\\xed]\\\\xc9e\\\\xa0z\\\\x1c\\\\xb3\\\\xe3[$00a\\\\x90\\\\x08\\\\x11\\\\x10O\\\\x8f\\\\xd7\\\\xa8\\\\x96\\\\xf3\\\\xd9\\\\x90\\\\xab\\\\x9f\\\\xafr\\\\xb5\\\\xb7\\\\xb2@\\\\xc3\\\\x8e\\\\x89_\\\\xe4\\\\x1f\\\\xa9Y\\\\xd9\\\\x19\\\\x19X\\\\xfc\\\\x10\\\\x14\\\\xd87\\\\xa5\\\\x99(dT\\\\xb6\\\\x82\\\\xb1\\\\xfc=\\\\xa7M?\\\\xcf\\\\xad\\\\xaf\\\\x89\\\\xf8#r^\\\\xf5\\\\xe7c\\\\x80[\\\\xbbO\\\\x8f3\\\\xac\\\\xa8\\\\x01\\\\x1d\\\\xea\\\\xaeo\\\\x8d\\\\xdb\\\\x97e\\\\xd7d9\\\\xc8\\\\xcc\\\\xc8\\\\xb8\\\\x9c\\\\x8bN\\\\xbbI\\\\xf1 \\\\xf8\\\\x7fw\\\\xd7\\\\xafg\\\\x18\\\\x80\\\\x00\\\\x01\\\\x82\\\\xdc\\\\xb7d@QI\\\\xff\\\\x00\\\\xd3g\\\\xff\\\\x00\\\\xa4\\\\xb3\\\\xf7\\\\x7f\\\\xeeu,\\\\x13\\\\x19\\\\x7f\\\\xff\\\\xd0\\\\xe5\\\\xca\\\\x7fQi\\\\xf9\\\\xb7\\\\r\\\\x81\\\\xf2L/O\\\\x1f\\\\xc9]j\\\\xbf\\\\x17\\\\x94\\\\xca\\\\x1dn\\\\xa4\\\\xff\\\\x00;\\\\x1c\\\\x89\\\\x86#piR=0c\\\\xaf)\\\\xb9\\\\x12\\\\x84\\\\x88\\\\x96+\\\\xe3_!fv.\\\\x98H\\\\x87\\\\x8f\\\\x83\\\\x1c8\\\\xa2\\\\x95\\\\xc4-\\\\xb9w\\\\xdbu8\\\\xca\\\\x88\\\\x14~Y\\\\xc6\\\\xd5\\\\xd3y\\\\xdb\\\\xb8\\\\x98\\\\x13\\\\xe3\\\\xa7\\\\xfd\\\\xa5j.\\\\xa8\\\\xdb\\\\x8c\\\\xa4I\\\\x11My\\\\xb9)F}5\\\\xdd\\\\x8e\\\\xe9e\\\\x9bM\\\\xce\\\\xc4+\\\\x10\\\\x04\\\\x12P\\\\x06]A=\\\\x8f\\\\xd7\\\\xcf\\\\xa7H<\\\\x80V\\\\x8d\\\\xc0\\\\xf5\\\\x0c\\\\xe9[m\\\\xa12\\\\xab\\\\xae\\\\xd0\\\\x97U%\\\\xa9`\\\\xc1[y\\\\x98\\\\xf4\\\\x8e\\\\xf04\\\\x83\\\\xfbz!\\\\x85\\\\x10\\\\xd8\\\\xb9BA4)\\\\x03\\\\xe4\\\\x9c3r\\\\xb8\\\\xed\\\\x97Z\\\\xb6F@D94\\\\xd6`V\\\\x00,\\\\x01\\\\x00jt\\\\xf03\\\\xd00 \\\\xab\\\\x13w\\\\xd5\\\\x1a\\\\xfe\\\\x15\\\\x17\\\\x9fI\\\\xae\\\\xd7\\\\xda\\\\x8dj\\\\xc9+\\\\'\\\\xf1\\\\x12<\\\\x7f\\\\xc3\\\\xa5\\\\x823WlM\\\\xc5K$\\\\xec\\\\xba\\\\x8e\\\\xfb\\\\x19A%Z yy\\\\xf6\\\\xd7\\\\xed\\\\xf1\\\\xea\\\\xc5\\\\xb9\\\\x0c\\\\x16\\\\xbd\\\\xa9P+\\\\x0b\\\\xf4\\\\xbb\\\\xf4\\\\xfb\\\\x92\\\\xf9o\\\\xc8\\\\xf0U\\\\xb8\\\\x87\\\\xc9\\\\xe3\\\\x1a\\\\xcd\\\\x99V\\\\x10\\\\xca\\\\x82\\\\x7f\\\\x88\\\\xb7\\\\xfd\\\\xde\\\\xfd\\\\r\\\\xcb\\\\xa2m\\\\x18\\\\x92\\\\xcfR\\\\x9b;\\\\xa0Q}>\\\\xf8_\\\\xe9\\\\xd7\\\\x11\\\\xf0\\\\xbcJ\\\\xd3\\\\x12\\\\x8aE\\\\xc4\\\\x04\\\\xb5\\\\xc5J\\\\x8cB\\\\x89\\\\xf4\\\\x91\\\\xacxO\\\\xd3\\\\xa4\\\\x06\\\\x87\\\\xa4QQ\\\\xbb=NB}\\\\xc8u\\\\x04;\\\\x13Qp\\\\xa4!1\\\\xa6\\\\xe8\\\\x06\\\\x01>#\\\\xb1\\\\xff\\\\x00\\\\x1e\\\\x86e\\\\x9a\\\\xb5U\\\\x08\\\\x12\\\\xab\\\\xad\\\\xd8\\\\xfc\\\\x85u\\\\xab%\\\\xb9\\\\x1bV\\\\xd2^\\\\xf7fe-\\\\xae\\\\xa6\\\\x17\\\\xc2H\\\\x9f\\\\xed\\\\t\\\\x9c\\\\xc7>\\\\x8a-\\\\xfak\\\\xd1D\\\\xe50\\\\x9dC\\\\xdf\\\\x8dsY-\\\\xe9S\\\\xe9\\\\x0f\\\\x1e\\\\xa1\\\\xe3\\\\xa93\\\\xafQ\\\\x104\\\\x82EB\\\\\\\\`\\\\x1d\\\\x92\\\\xe3`\\\\xe3\\\\xe75N\\\\xd5\\\\x06\\\\xb2wV\\\\x1c\\\\xec\\\\x00\\\\xeb n\\\\xec|cI\\\\xe9\\\\xbe\\\\xd4MHd\\\\xbc\\\\x14\\\\xff\\\\x00y\\\\xf1\\\\xeb\\\\xa9\\\\xed\\\\xa9YI\\\\xdakPJ\\\\xc1]\\\\x18h#\\\\xea#\\\\xef\\\\x9e\\\\x99\\\\x81G\\\\x8a\\\\xc9\\\\\\\\d\\\\xabW\\\\xed\\\\x8a,\\\\xd42\\\\x00\\\\x14\\\\xc9\\\\xf2\\\\x07M@\\\\x12z\\\\']\\\\x1fQu\\\\xa2\\\\xb1v#\\\\x1b\\\\x95\\\\x83)b\\\\xb5\\\\x9f\\\\xc4<7@>0:\\\\x06,\\\\xa3M\\\\x19N\\\\xfc\\\\xfdY\\\\xc2\\\\xbf@\\\\xa6\\\\xd7}\\\\xb6X?\\\\x88\\\\x0e\\\\xc0\\\\xbc\\\\xc9\\\\xed\\\\xe1\\\\xe6z\\\\x8cr\\\\xc1\\\\x11,\\\\x00e\\\\x80\\\\xc7\\\\xfez5\\\\xf5\\\\x0b++\\\\xeb@5=\\\\xc4\\\\xc4\\\\x19\\\\x00\\\\xea|\\\\xc7D\\\\x03\\\\xa54\\\\x9dl\\\\xcdgT\\\\xa8\\\\xab\\\\x9a7\\\\xa8]\\\\x80\\\\xab(\\\\xd6w\\\\x11\\\\xd8\\\\xc0Q$\\\\xc0\\\\xed\\\\x1e}EEQjh\\\\x80\\\\x81\\\\x9eHS0\\\\xabt\\\\x10\\\\\\\\\\\\x08\\\\r$\\\\x02Y\\\\x84}$y\\\\xf7\\\\xe8\\\\xc4\\\\xc2\\\\x10\\\\xef\\\\x82-U\\\\xd8\\\\x19{*\\\\xf6\\\\r\\\\x16\\\\xda\\\\n\\\\xa0rWtN\\\\xe0\\\\t\\\\xd7Y&\\\\x00\\\\xfb\\\\xfa\\\\x83\\\\xa4\\\\xe3\\\\x8a8\\\\xb1%\\\\xd4\\\\x1c\\\\x96\\\\xb7\\\\x1e\\\\xe4\\\\xb3u\\\\xa1\\\\x14\\\\x05\\\\x15\\\\xa9\\\\x93\\\\x03\\\\xd2\\\\xa1_R\\\\xd0\\\\x1bH\\\\xd24=\\\\xcfJ$\\\\xe7\\\\xf5Q,\\\\x1d\\\\xea\\\\xb7W\\\\x89\\\\xc7gR\\\\x8fvA\\\\xab\\\\xd4\\\\x12\\\\xc5@AQ\\\\xea\\\\xf4\\\\xee\\\\x0c\\\\x07\\\\x87D#\\\\x13\\\\xda\\\\xbb\\\\xb1\\\\r|\\\\x1b(\\\\xb2\\\\xd3Mb\\\\xd1[H\\\\x1b\\\\x89\\\\x1d\\\\xfbA\\\\xd2\\\\x7f\\\\xd5\\\\x03\\\\xb0\\\\x8e\\\\xa26\\\\xf1s\\\\x9a\\\\xe3R\\\\xb6Y\\\\x99~\\\\x1a\\\\x05~9\\\\xab>\\\\x9fK\\\\r\\\\xc4\\\\xc1&JI=\\\\x8cx\\\\xcf\\\\xed\\\\xe8\\\\xd8\\\\x8c\\\\x02\\\\xe0\\\\xb0\\\\xadq\\\\xb3\\\\xc8\\\\x8a\\\\xbd\\\\x9b\\\\x12B\\\\xb9\\\\x1e\\\\xde\\\\xd3\\\\x11\\\\xa9\\\\x1bu\\\\xd7\\\\xbfPb\\\\xf8\\\\x9a\\\\xa95\\\\xe8\\\\xeb^U7\\\\xd1j\\\\xd4\\\\xe5\\\\xb3\\\\xaa\\\\xb0\\\\xeeG\\\\xa9\\\\xc1e\\\\x89\\\\x05\\\\x81\\\\x98 \\\\x9f>\\\\xfd\\\\t\\\\x04\\\\xf5\\\\x0b\\\\xb0\\\\xaa\\\\x8e\\\\x96YC\\\\xa2\\\\xd5\\\\x91f!\\\\x11\\\\xe8r>\\\\x9d\\\\xa4\\\\x91?\\\\xe7\\\\xd0\\\\xe9\\\\x01sp\\\\x116\\\\xa2\\\\x8c\\\\xba\\\\xcd\\\\x8a\\\\x11/\\\\xae=H\\\\x04\\\\x16\\\\xd7\\\\xc0\\\\x9d5\\\\xf3\\\\xd3\\\\xa5\\\\xccD\\\\x87G\\\\x1a\\\\x96@\\\\x9f\\\\xf3\\\\x18\\\\xd7\\\\x05vM\\\\xaa\\\\x14\\\\x07\\\\x03h\\\\x8deH\\\\xecv\\\\xeaI=\\\\xcc\\\\xc6\\\\x91\\\\xd1\\\\xc2e\\\\xd9\\\\x90H\\\\x1e\\\\xd53\\\\x1b\\\\x19/,n\\\\xb2\\\\x9b\\\\x15\\\\x94\\\\x1a\\\\x94\\\\x80g\\\\xd4;\\\\xeb\\\\x1d\\\\xcc~\\\\xdf\\\\x0e\\\\x99\\\\xa1\\\\xd4\\\\x11\\\\xac\\\\xba#\\\\xfd:\\\\x8a*g\\\\xa2\\\\xf5\\\\xa9\\\\xc2\\\\xecQ\\\\xacn_J\\\\xc4\\\\x9dDH\\\\x81\\\\x1f\\\\xb3\\\\xa2\\\\xf6\\\\xe8\\\\xce\\\\xc8\\\\xcd\\\\x19\\\\x07\\\\xf6\\\\xb1o\\\\x0e\\\\x99\\\\xe7\\\\x16\\\\xc6pk\\\\xdc\\\\xd2!\\\\\\\\\\\\xaf\\\\xa4v\\\\xef\\\\xe7\\\\xe1\\\\xdf\\\\xaa\\\\xf1\\\\xda\\\\xdb%\\\\xd8\\\\x14fR\\\\x95\\\\x1d\\\\x00\\\\xcc\\\\xe3,\\\\xdc\\\\xebE\\\\x80\\\\xa2\\\\xa9\\\\x95\\\\xdc\\\\x04I\\\\x90\\\\xc4\\\\xc8\\\\xd1K}OV@\\\\xa2\\\\xaf!Z-\\\\xb5\\\\xe0\\\\xe6\\\\xa2#\\\\xd4P\\\\xb2\\\\x86\\\\xdd\\\\x0e\\\\xd0\\\\xecA\\\\x03h\\\\x03H3\\\\x07\\\\xeb\\\\xf6\\\\xf42\\\\x0f\\\\x9a\\\\x90\\\\xf1D\\\\x8f\\\\x1c\\\\x9c\\\\x9a?\\\\xbc\\\\xf4R\\\\xa3\\\\xb3ws$L\\\\x13\\\\x02$\\\\x99\\\\x13\\\\'O\\\\xb3\\\\xae\\\\xd2Fy\\\\xa7\\\\xb0\\\\x90\\\\xaa\\\\x1e\\\\xdf\\\\x1dZ\\\\x89j\\\\xef\\\\xddYbgv\\\\x8a\\\\x88\"dw:w\\\\x81\\\\xfb\\\\xba \\\\x1b4\\\\x91n.@S\\\\x1a\\\\xe4\\\\xc6E\\\\xad\\\\x85`P\\\\x1b}\\\\xa1\\\\x182,\\\\x12v\\\\xfdt\\\\x11\\\\xe0z\\\\x86qTM\\\\xa4:\\\\x84s\\\\xb0jK\\\\x14g\\\\xd8\\\\xaa\\\\x926\\\\x826\\\\xcc\\\\x82\\\\x12=^dju\\\\xf0\\\\xe9dD`\\\\x84\\\\xccsP\\\\xb2\\\\x9b\\\\x88\\\\xb2\\\\xb7w\\\\xb92\\\\xee\\\\xb3h\\\\x00\\\\x08m\\\\x80\\\\xea7\\\\r\\\\t3\\\\xac\\\\x1d>\\\\xde\\\\x8e\\\\x8aH\\\\x83!\\\\x9f\\\\x99\\\\xb1\\\\xadZp\\\\xb8\\\\xb5xh\\\\xf6\\\\xacV \\\\x89\\\\x1a+\\\\x02F\\\\x80tb\\\\xa6\\\\x88A\\\\xe4\\\\x1ddo\\\\xccQeXt\\\\xa8|\\\\x96\\\\xdbb\\\\x06\\\\nB\\\\xcc\\\\x98:\\\\xe8c\\\\xcf\\\\xfc\\\\xba\\\\x19\\\\xc5\\\\xf3#\\\\xb0\\\\xa9\\\\x13/L\\\\xd6\\\\x8b\\\\xbf\\\\xf5\\\\x07\\\\xb4-\\\\xba\\\\xec\\\\x8bV\\\\xc5\\\\xf6\\\\xeb\\\\xa5\\\\x86\\\\xcb\\\\x00B}$x\\\\xf7\\\\xd3\\\\xc7\\\\xaa\\\\xf7\\\\xaf\\\\xca,\\\\xd12\\\\xe34q\\\\x0e\\\\x1c\\\\x92\\\\x16U\\\\xdd\\\\x92\\\\x15?\\\\xea/\\\\xa0\\\\xab\\\\xfe\\\\x01\\\\xa0P\\\\x9a\\\\x82$\\\\x03:j\\\\x07\\\\x8fG\\\\x19\\\\xeb\\\\x8e\\\\x04\\\\x14\\\\x93\\\\xda\\\\x89q\\\\xc3\\\\xe4\\\\x16\\\\xdd\\\\xb2\\\\x8b.\\\\xb7\\\\xb9Z\\\\xca6\\\\xd6\\\\x93\\\\xe9i+\\\\x06$\\\\xff\\\\x00\\\\xd9\\\\xd5I\\\\x06-R\\\\x9d\\\\x08\\\\xc8\\\\xf2V\\\\xef\\\\xc6\\\\xb19\\\\x1a\\\\x9d\\\\xf3\\\\xb9\\\\x1a}\\\\xb7r\\\\xc8\\\\x16\\\\xc7`\\\\xec\\\\x02\\\\xee\\\\xdc\\\\xb2dGs\\\\xe0\\\\x0fI\\\\x98\\\\x12.(x\\\\xe7\\\\xde\\\\xaf\\\\xd8\\\\x89\\\\t\\\\xa9Y26\\\\x0b.\\\\xf4Z\\\\x9b\\\\xbd\\\\x82\\\\xe4\\\\x8d`\\\\x08\\\\xd3A1\\\\xdc~\\\\xfe\\\\x99l\\\\xbdrW\\\\x99\\\\x94|\\\\xb0\\\\x16\\\\xa7\\\\xb7\\\\xdap+\\\\x96\\\\xd84\\\\x88\\\\xf1\\\\n`\\\\x1f\\\\xaf\\\\xd0\\\\x9e\\\\xba\\\\xf8\\\\xa3\\\\xb5\\\\x01E\\\\x18\\\\xbe\\\\x0bze~a,\\\\x19\\\\x01\\\\xael\\\\xa0J*\\\\x80Z\\\\x08\\\\x04\\\\x1a\\\\xc1\\\\x1e\\\\x93>cC\\\\xf6\\\\xf4\\\\x11\\\\xbc\\\\'\\\\x13\\\\x12\\\\xeex\\\\xf0J\\\\x9c(\\\\xe0\\\\xaa\\\\xdb\\\\xe4\\\\xbf\\\\x06\\\\xaa\\\\xdb\\\\xae\\\\xbe\\\\xb3U(7Y\\\\x1b\\\\xca\\\\xb0i\\\\x92Li\\\\xe1\\\\xae\\\\xb2|:\\\\x18\\\\xdb\\\\xb6\\\\xde\\\\xaf5\\\\x9fv\\\\x06E\\\\xdd\\\\xbe\\\\xc9#\\\\xff\\\\x00Os\\\\xe0\\\\xbf\\\\xe5\\\\xa8\\\\xae\\\\xe4P\\\\xaeR\\\\x06\\\\xd7R\\\\x04\\\\x0f\\\\x132t:\\\\xc7W\\\\xe05\\\\xaa\\\\xbe\\\\xd1\\\\x18\\\\x1cP{\\\\xf8\\\\xdeUn/\\\\x91\\\\x8c\\\\x95\\\\x9d\\\\xbb\\\\x80\\\\x82UVtbu\\\\x07\\\\xfb\\\\xbe\\\\x9d\\\\x19\\\\xb4_\\\\xa0@bYa\\\\x98sh\\\\xc0s\\\\xf9gd\\\\xadK\\\\x96\\\\xa5Iu\\\\xdc\\\\x00\\\\x8d\\\\xa6\\\\'\\\\xb7\\\\x9f\\\\xdf\\\\xd3=\\\\xb6\\\\x0e\\\\xa0\\\\x02F\\\\t[\\\\x91\\\\xe4\\\\xd5[\\\\x19)\\\\xe3y\\\\x1cq]iKZ\\\\x14\\\\xc3\\\\xbe\\\\xd3,\\\\x1a4\\\\xfb5\\\\x1e]E\\\\xcb\\\\x91\\\\xc6 \\\\xe0\\\\xa4\\\\xdbSi\\\\xf9O\\\\xff\\\\x00\\\\xc3\\\\x86\\\\x15\\\\xd9\\\\xbc\\\\xd5X\\\\xe0\\\\xc8\\\\xc7e\\\\xb7i\\\\x80\\\\x08\\\\x8a\\\\xd8\\\\xf6\\\\xd27}\\\\x9e#\\\\xa1\\\\x9e\\\\xe7\\\\xd3\\\\x9a`\\\\x12\\\\x00\\\\x80MqDx\\\\xdf\\\\x91\\\\xa58w\\\\xe2\\\\xf1\\\\xd8C \\\\xe5\\\\xd6\\\\x08\\\\xb7/\\\\x1d\\\\xde\\\\xca\\\\xab\\\\x1a\\\\xb7\\\\xb5\\\\xbfA\\\\x04\\\\xc1=\\\\xfe\\\\xf1\\\\xd3#7\\\\x0c\\\\xdf\\\\x940\\\\x91\\\\x8cXc\\\\xd5B\\\\xc6\\\\xe5\\\\xb3\\\\xac\\\\xb6\\\\xb3m\\\\xb62+G\\\\xb6\\\\xea!bf4\\\\xfay\\\\xf5\\\\x0c\\\\n\\\\x019?b\\\\x97\\\\x95\\\\x8bFPf[ml\\\\x9b\\\\xb4\\\\xb1\\\\x8a\\\\xb4\\\\x82\\\\x9a\\\\xc81\\\\xf5\\\\xfd\\\\x9dW\\\\x86\\\\xd6\\\\xd0r#\\\\x8ad\\\\xaeH\\\\xe3U\\\\x86o\\\\x19\\\\x89\\\\x81V\\\\x0f\\\\xf4\\\\xdb\\\\xf2\\\\xde\\\\xec\\\\x9a\\\\x83r\\\\xb4\\\\xbdeb\\\\xc0\\\\xc4B(\\\\'x\\\\xda\\\\x03y\\\\xf4\\\\xf3\\\\xb7\\\\xb7\\\\x060\\\\xc5\\\\x90NR\\\\xa5W\\\\xeap\\\\xc5!.>\\\\xf1\\\\xbd\\\\x01\\\\x08\\\\xc0\\\\x95q\\\\xdbW\\\\x824\\\\xd6#\\\\xcf\\\\xbfDC \\\\x05\\\\x8e`\\\\xac\\\\xf1\\\\xf1\\\\xb2\\\\x1e\\\\xc9\\\\xa7\\\\x1b*\\\\xaa\\\\xeb\\\\xb7me\\\\xd8*\\\\x8f\\\\x16\\\\x98#w\\\\xd3\\\\xc3\\\\xc3\\\\xc3\\\\xa0\\\\xa0\\\\xc0\\\\x15\"\\\\x04\\\\xe0\\\\x8aS\\\\xc6\\\\xed.\\\\xff\\\\x00\\\\x96g\\\\xb7w\\\\xff\\\\x00\\\\xbb\\\\xee\\\\xdb$\\\\x88\\\\x99\\\\x91\\\\xd8\\\\x18\\\\x1ay\\\\xf4\\\\xa3\\\\x13ZW\\\\xb5\\\\x1e\\\\x8d5[\\\\x9b\\\\x07\\\\x94\\\\xf6\\\\xdb\\\\x1d\\\\xf0\\\\xd5k\\\\xae}\\\\xc4\\\\xdc\\\\x142\\\\xff\\\\x00\\\\xa5I\\\\xd4\\\\xc1\\\\x80O\\\\xf9\\\\x0e\\\\xacF\\\\x0e\\\\x17\\\\x18\\\\x900A\\\\xee\\\\xe2\\\\xbd\\\\xb5\\\\xae\\\\xca\\\\x8du5\\\\xbb\\\\xec\\\\xb5]\\\\xc1j\\\\xe3\\\\xf1\\\\x10@\\\\x91\\\\xe6|:\\\\x89\\\\x06\\\\x01\\\\x01\\\\xb5\\\\xcde\\\\x8f\\\\xc7\\\\x81e\\\\x95\\\\xdd\\\\x93[\\\\x04i{\\\\x98{\\\\xb2Dk\\\\x03\\\\xbc\\\\xc8\\\\x88\\\\xed\\\\xfb\\\\xfa\\\\x81h\\\\x1cT\\\\xc1\\\\x85\\\\x11d\\\\xe3\\\\xf0\\\\x1c=w\\\\xe4\\\\xd8Tn*\\\\xf4\\\\x80T\\\\x96\\\\r\\\\xa10\\\\xd3\\\\xb7\\\\xbfy\\\\xed\\\\xd4\\\\xb4sz#p\\\\x0b\\\\x92\\\\x8fbq\\\\xbc\\\\x1d\\\\x142\\\\xe3\\\\xa8\\\\xb6\\\\xd6\\\\x80\\\\xacI3\\\\x11\\\\'wi3\\\\xe1\\\\xe1\\\\xd4k\\\\x83\\\\xb5]2\\\\x10\\\\x12Y]\\\\x9d\\\\xc4_VO\\\\xe7-8\\\\xdf\\\\x97\\\\'\\\\xf2k\\\\xed\\\\xce\\\\xfb\\\\x14\\\\x89RP\\\\r\\\\xa7]~\\\\x9f\\\\xb3\\\\xa3\\\\xb6\\\\x01rKq\\\\xcdE\\\\xd9\\\\x8c1d\\\\x9ar\\\\xaa\\\\xba\\\\xe2\\\\xa5m\\\\x0cu%D\\\\r\\\\xc2t3\\\\x1e\\\\x7f\\\\xdd\\\\xd2\\\\r\\\\xd7\\\\xe6\\\\x90\\\\x1b\\\\x12\\\\xb2\\\\xf7j\\\\xb1\\\\xab\\\\xac\\\\xe0\\\\xb3\\\\xad\\\\xc8\\\\rh\\\\x06\\\\xf0?\\\\xd5+\\\\xe3\\\\xfe]\\\\x10\\\\x00\\\\xe4\\\\xb8T\\\\xa2\\\\xf9\\\\xbcw\\\\xf4\\\\xcc\\\\x8f`\\\\x0cl\\\\xc4\\\\xf6\\\\xeb\\\\xb2\\\\xcc\\\\x94\\\\xdaSs\\\\xae\\\\xf8\\\\xde\\\\xda\\\\x82\\\\xbeq\\\\xdc\\\\x9e\\\\x82q\\\\xd2r\\\\xa2i\\\\x1ah\\\\x89\\\\x0eP\\\\xf1\\\\xb4\\\\xdb^ \\\\\\\\\\\\x8b\\\\x8a\\\\x1a\\\\xac\\\\xf6\\\\xa0\\\\x12\\\\x18z\\\\xcbDJ\\\\x8f\\\\xb7N\\\\xa4\\\\xdf1\\\\xc0&k\\\\xd0:\\\\xb6HG\\\\xe7mK=\\\\xcbU\\\\xeaGa\\\\x08\\\\x81\\\\x86\\\\xc2B\\\\x8d\\\\xa4\\\\x02<\"4\\\\x9dzT\\\\xa391!,\\\\\\\\\\\\xe3\\\\x8e*\\\\xb2\\\\xcb\\\\xe4\\\\xf9<\\\\xa5LTE\\\\xad\\\\x99wS[,\\\\xfa\\\\x7fh\\\\x8d<:8\\\\xb8\\\\r\\\\x98S\\\\xef\\\\x1e\\\\xe5&\\\\xbc\\\\x8bW\\\\x1a\\\\xca\\\\xd6\\\\xf5\\\\xb7\"\\\\xc1\\\\xb9\\\\x88r\\\\x06\\\\xd8\\\\xd1\\\\x81\\\\xf3\\\\x11\\\\xae\\\\xbd\\\\xf4\\\\x8e\\\\x93w{\\\\x1b@\\\\xbf\\\\x92t#)2]\\\\xe4\\\\xb1^\\\\xda\\\\xe0\\\\xe4\\\\x0b\\\\x8b\\\\xd4\\\\x96mBQbd\\\\xa8\\\\x90|\\\\xc9\\\\x07\\\\xef\\\\'\\\\xac\\\\xaf\\\\xf2%{\\\\x9a)\\\\xdb\\\\xd1T\\\\x0cce\\\\xd8\\\\xb5\\\\xd3\\\\x91x \\\\xa4\\\\xb5)%AP\\\\xc5I\\\\xd6\\\\t\\\\x83\\\\x1f^\\\\xa9\\\\x8d\\\\x90!\\\\x89<\\\\xd1\\\\x1b\\\\xc7\\\\xc10a\\\\x84\\\\xc6E\\\\xa9\\\\xc1vm\\\\xe8\\\\x95\\\\x83\\\\x1b`\\\\x02\\\\x01\\\\x1bN\\\\xa2O\\\\x84t\\\\xc8\\\\xec\\\\xe5\\\\x13GL\\\\x85\\\\xf0\\\\x05q(\\\\xce\\\\'\\\\x17\\\\x8b}\\\\xd5e\\\\xdc\\\\x8dm@\\\\xb0\\\\ncl\\\\x9d\\\\x03\\\\x10D\\\\xf8\\\\x15$xGZ\\\\x9b\\\\x7f\\\\x8f\\\\xd2uH\\\\x96\\\\xea\\\\xa2w\\\\x84\\\\xc3\\\\xa3\\\\xd4\\\\xa9j\\\\xca\\\\xadb\\\\xaa\\\\x1bU\\\\xb1\\\\x81\\\\x82\\\\xc3E\\\\xf0:x\\\\xea\\\\x0fZ\\\\xd6\\\\xc0jP%\\\\\\\\\\\\x03\\\\x17K\\\\xd9\\\\xb8\\\\x95\\\\xd5x\\\\x02\\\\xc7{\\\\x18E\\\\x8c\\\\xc4\\\\x02I\\\\xf4\\\\x91\\\\xb5F\\\\xa6\\\\x07c\\\\xd4Q\\\\xd9\\\\xd5},i\\\\x8a\\\\x8f\\\\x8e+\\\\x0cYk{\\\\n\\\\xfaZ\\\\x82w2\\\\x90`h$,\\\\x18\\\\xfd\\\\xfd\\\\x10\\\\x192\\\\x1c*\\\\x8a\\\\xe1\\\\xd1\\\\xed\\\\xda\\\\x86\\\\xc5W:K\\\\x11\\\\xe2\\\\x1b\\\\xb3\\\\x06\\\\xee\\\\x0e\\\\x9e\\\\x1a\\\\xcf\\\\xd9\\\\xd7\\\\x02\\\\xc8\\\\xa1\\\\xe6\\\\xae\\\\x8f\\\\x8a]PJ\\\\xeem\\\\xae\\\\x14\\\\r\\\\xb7\\\\x19\\\\x95Q!\\\\x954\\\\x83\\\\xe9\\\\x07\\\\xee\\\\xf1\\\\x9e\\\\xac[\\\\x93\\\\x85#\\\\x14\\\\xc3VB\\\\x0e^\\\\xb7\\\\xb6\\\\xb2\\\\xa7v\\\\xedd\\\\x89\\\\xacB\\\\xb0\\\\xdf\\\\xe6\"|A\\\\xfa\\\\xf5Z\\\\xf5Sm\\\\xcd\\\\x8d\\\\x15O\\\\xfe\\\\xe5\\\\xf9\\\\xea\\\\x97\\\\xe3\\\\xd4a\\\\xcf\\\\xb0m\\\\x85\\\\xbe\\\\xc0A\\\\xda\\\\x91\\\\x06\\\\x002<\\\\xe3\\\\xcf\\\\xaa? d,\\\\xc8F\\\\xa7\\\\xec\\\\xb4e \\\\xcb\\\\x82q\\\\xf1o\\\\xcaF\\\\xe5o\\\\xb3mj\\\\xa51\\\\t*\\\\x0b/\\\\x84\"\\\\xc1\\\\x9e\\\\xfd\\\\xf5\\\\xfb\\\\xba\\\\xf2\\\\xd7o\\\\x9b\\\\xb2i\\\\x17 W\\\\x01\\\\xc7rDmb@\\\\xec\\\\xefJ\\\\xd9XW\\\\xdd\\\\x97\\\\xbdP\\\\x95g;A \\\\x1f\\\\xfb\\\\xa4\\\\x82 \\\\xc8\\\\x02:x\\\\xb9\\\\x18\\\\x06U\\\\xfd\\\\x92\\\\xd5\\\\xc4\\\\xa2\\\\x18\\\\xb8\\\\x0cY\\\\x97,\\\\x14(b\\\\x9aP\\\\x8d\\\\xfb\\\\x87\\\\xaa|\\\\x8f\\\\x90#\\\\xa13\\\\x04\\\\xb0\\\\x05\\\\xc8M\\\\xf6\\\\xc1\\\\xc7%n|G\\\\xe1\\\\xb9\\\\x19\\\\xf7?#~2\\\\x01B{\\\\x90\\\\xf2\\\\x15\\\\x82\\\\xb6\\\\xaaec\\\\xed\\\\x07\\\\xef\\\\x8e\\\\xac\\\\xd8\\\\xdbk\\\\x1a\\\\x89\\\\xea_4U\\\\x07\\\\x04\\\\xff\\\\x00\\\\xc9:\\\\xf1UP\\\\x9e\\\\xd8\\\\xfc\\\\xed\\\\xd5\\\\x96\\\\xc8\\\\xb7x\\\\xa5\\\\x12\\\\xb3\\\\xe9\\\\xd1\\\\xe0\\\\x81\\\\x02;\\\\xf4\\\\xc8\\\\xdf\\\\x98\\\\x9ccd\\\\x13\"\\\\xe6\\\\x8c\\\\xdd\\\\xe5\\\\xb1V\\\\xacY,\\\\xf2\\\\xfe\\\\xbb\\\\x15\\\\x17\\\\xf2\\\\xff\\\\x00\\\\xd4\\\\x9f\\\\xcf\\\\xe6\\\\xaf\\\\x13\\\\x83\\\\x943\\\\xea\\\\xc5*\\\\x99\\\\x99\\\\x80\\\\x92\\\\xbb\\\\xbb:\\\\xa37\\\\x81\\\\xf3\\\\xf1=z\\\\x9f\\\\x88\\\\xf8A\\\\x06\\\\xbbx=\\\\xc6\\\\xcf\\\\x00\\\\xb7v{7.{\\\\x87\\\\xe5m\\\\xe13\\\\x12\\\\x91IXKH\\\\x87V\\\\x0b\\\\xb9\\\\x81\\\\x89$\\\\x16\\\\xf1\\\\x93\\\\xf5\\\\xeb\\\\xd6-\\\\xd8\\\\xd1Y|~j\\\\xbdU>\\\\xdd\\\\xc1\\\\x88\\\\n\\\\xacG\\\\xe2^\\\\xe5\\\\xbe\\\\x91\\\\xe7\\\\x1dr4_\\\\xf3\\\\x83\\\\xff\\\\x00/\\\\x1b\\\\xff\\\\x00\\\\x17\\\\xff\\\\x00\\\\xa9\\\\xd7(_\\\\xff\\\\xd1\\\\xf8\\\\xf9\\\\xc3\\\\xfc\\\\x97\\\\xe4\\\\x1f\\\\xa7\\\\\\\\\\\\xf5\\\\xd4\\\\xa21\\\\xbb\\\\x8e\\\\x17\\\\xe1f\\\\xf0\\\\x1c\\\\x9dD5u\\\\xda\\\\xc4\\\\xdfPK5\\\\xa5\\\\x89\\\\x04\\\\x16H\\\\xd6fA \\\\xe7\\\\xca\\\\xd47Q\\\\xd4\\\\xc0\\\\x121\\\\x1f~\\\\x1dx\\\\xcb\\\\xfb+_!i\\\\xcb\\\\x03/\\\\xf5G\\\\x98\\\\x0c\\\\x1f\\\\xfd\\\\xdd\\\\x87\\\\xc8\\\\xae\\\\xf8\\\\xf8>f?\\\\'\\\\xc7p\\\\xbc\\\\x9f\\\\x01b\\\\xe7q|\\\\xcdIkZ\\\\xc0\\\\x80\\\\x87h\\\\x17RB\\\\x80\\\\x15\\\\xaa`AS\\\\xe241\\\\x1de\\\\xc6&%\\\\x8a\\\\xf0\\\\xfe\\\\xd5\\\\xdbS\\\\x94\\\\x08iD\\\\xb1\\\\x1cdEG5ar\\\\x7f\\\\x1f[m\\\\x19\\\\x8fS\\\\xdbHy\\\\xcd\\\\xc7\\\\xa5\\\\x85n\\\\xe2\\\\xbf\\\\xc4\\\\t\\\\xd4\\\\xa9\\\\x8f\\\\x1f>\\\\x98_\\\\x12\\\\x13\\\\xfd\\\\x82N\\\\xa3\\\\x87$\\\\xa1n2\\\\xe3\\\\xe4\\\\x9fK&=\\\\x04\\\\xba\\\\xcbor\\\\xa7P]\\\\xbbB\\\\xf6\\\\x98\\\\x07\\\\xfb\\\\xfa\\\\x98\\\\x90\\\\rTJ\\\\x00\\\\x17\\\\xcb\\\\xc7\\\\xc5\\\\'r\\\\x97\\\\xe3#\\\\xd8\\\\x8b\\\\xee\\\\n\\\\xf2\\\\x19\\\\xee\\\\xc9WIYP\\\\xc5\\\\x99_\\\\xb3\\\\x12`H\\\\xfe\\\\xee\\\\xa0\\\\xccw&[\\\\xbd\\\\x17!T\\\\xfc\\\\xf66&VEo\\\\x8e\\\\xa0<*\\\\xb0!\\\\x89\\\\xdc\\\\x01-\\\\xba\\\\x07\\\\x98\\\\xfa\\\\xfd<\\\\xba\\\\xab)@\\\\xcf\\\\xb0+P\\\\x94K\\\\x9c\\\\xf8\\\\xc5C\\\\xf8/\\\\xc0\\\\x97\\\\xe5\\\\xff\\\\x00*\\\\xc6\\\\xe3=\\\\xbd\\\\x94;\\\\xff\\\\x00:\\\\xc2DG\\\\xe1\\\\x90\\\\x04\\\\x83\\\\xe3\\\\x1dE\\\\xbf\\\\\\\\\\\\xba\\\\x02\\\\xae\\\\x83F|x\\\\xe4\\\\xbe\\\\x9f\\\\xfc_\\\\xe1\\\\xbcO\\\\xc6x\\\\xeapp0\\\\x16\\\\x8a\\\\xeaJ\\\\xeb\\\\xb5\\\\xc0\\\\x0c\\\\x9b\\\\x81\\\\xdb6zA#\\\\xc7\\\\xcc\\\\xf4\\\\xe9J\\\\x8d\\\\x80Ap\\\\xb5\\\\x023\\\\x99U\\\\xb5=b\\\\xa7%\\\\xcdk\\\\x00z\\\\xa5\\\\x98\\\\x99uP\\\\x04\\\\xccL\\\\x0f\\\\xbf\\\\xa53\\\\x97\\\\xcdT3$\\\\xba\\\\x1fv*\\\\xb0\\\\xdb\\\\x90\\\\xae\\\\x96B\\\\xadL\\\\xe0K/pT6\\\\x80\\\\x81\\\\x07X\\\\x11\\\\x1fN\\\\xbaZZ\\\\xa8\\\\xa2\\\\xe7\\\\x142\\\\xea\\\\xe2\\\\xc5`\\\\xc2\\\\x92\\\\xd2\\\\xd5\\\\xb0\\\\xd4C\\\\x00F\\\\xf9\\\\x1e \\\\xf8\\\\x1dz[\\\\t\\\\x07B\\\\xccV\\\\xfa\\\\xf2\\\\x9b\\\\x0e\\\\xa6\\\\xc7\\\\xf5\\\\xbaD\\\\x11*\\\\x15\\\\x83k \\\\x19 }\\\\xff\\\\x00oS\\\\xaa\\\\x8c\\\\x03\"\\\\xa0rC\\\\xa8\\\\x1f\\\\x9d\\\\xa2\\\\xc7\"\\\\xe0\\\\xe3yV\\\\xb3`3&`\\\\x15!\\\\xa7\\\\xc6>\\\\xde\\\\x88\\\\x92\\\\xceT6\\\\xa2\\\\x1dl\\\\x19/s\\\\x14\\\\xd8@R\\\\x15\\\\x02\\\\xaf\\\\xa9c\\\\xc7S\\\\x00\\\\x98\\\\x92?\\\\xc3\\\\xae\\\\x12(h\\\\xfd\\\\x14\\\\x91s5D\\\\xd4\\\\x86\\\\xb2\\\\x83yQ\\\\xd84\\\\x8fLh@\\\\xf3\\\\xe8\\\\x81R\\\\xa0{\\\\xf9E\\\\xa3#U\\\\x8e\\\\xf0 \\\\x9f\\\\x12\\\\xba\\\\xb7\\\\xe2\\\\x03@@\\\\x91\\\\xd1\\\\x00b\\\\x11`\\\\xbf5\\\\xf4\\\\xae\\\\xe6\\\\xf6\\\\x95\\\\x15\\\\xb4\\\\xd8\\\\xba\\\\x19$A\\\\x00\\\\xc1\\\\x98\\\\x1a\\\\xf4.\\\\n\\\\x1a\\\\xba\\\\x8d\\\\x93{7\\\\xb6\\\\x98\\\\xb6\\\\xb2\\\\x97]\\\\xdd\\\\xbd0<\\\\x84\\\\x90b{\\\\x81\\\\xd71\\\\xc9\\\\x0b\\\\x12\\\\xa4c\\\\xe7\\\\x8b\\\\xbd\\\\xba3v\\\\xdd\\\\xb8\\\\x88\\\\x81 \\\\xb7b`\\\\x1e\\\\xf2|\\\\x0c\\\\xf5\"ue$\\\\x10X\\\\xaco\\\\xc5\\\\xe3\\\\x89c`z\\\\x86\\\\xe3\\\\xed\\\\x14\\\\x11\\\\xb5\\\\x88 \\\\x8d\\\\xc2u\\\\x03\\\\xbf\\\\x87@\\\\xc0\\\\xa0p3P\\\\xa6\\\\xda\\\\xefFBn\\\\xad\\\\xb6\\\\x9d\\\\x8bd\\\\x00bN\\\\xd0\\\\xb3\\\\x1em\\\\xd4\\\\x88\\\\xb2\\\\xe6.\\\\x8c\\\\xd1\\\\xc9bdP\\\\x9e\\\\xfdJ-E(\\\\x8a\\\\xd2\\\\n\\\\x11\\\\xf5\\\\x00\\\\xe8\\\\x0f\\\\xd7\\\\xae\"\\\\x8b\\\\x9c\\\\x91\\\\xc9@oo\\\\xdb\\\\xb9Z\\\\xa7\\\\xac\\\\r\\\\xa7rN\\\\xd5_\\\\x13\\\\xb8\\\\xed\\\\x9dO\\\\x8fB@\\\\x03\\\\x051)C#\\\\xe4\\\\t\\\\x82\\\\xd9\\\\x15f\\\\xe3\\\\xda\\\\xac\\\\x83\\\\xf9Vx4\\\\x03\\\\x00\\\\x8dg\\\\xee\\\\xfb\\\\xbc\\\\xfa\\\\xc5\\\\xbb\\\\xf23\\\\xb4H4\\\\x03\\\\xa2\\\\xb6-\\\\x89\\\\xb2\\\\x97\\\\xc5\\\\xf3\\\\xd8\\\\xbc\\\\xaaU\\\\x8e\\\\xd9\\\\x8du\\\\xed\\\\xa6-/+b\\\\x80;\\\\xc1\\\\xfcC\\\\xc2\\\\x0e\\\\x9d\\\\\\\\\\\\xdb\\\\xfc\\\\xc5\\\\xab\\\\xd44*\\\\x0e\\\\xd4\\\\xa3\\\\xc9}x\\\\xaa\\\\x05\\\\xf7)\\\\xf6\\\\xdc\\\\x80\\\\x8c%\\\\x8a\\\\x88\\\\xd4N\\\\xbd\\\\xce\\\\xd8\\\\xfd\\\\xfdh\\\\xc6\\\\xf8\\\\x90H\\\\xb9\\\\x1d%\\\\x96\\\\xea\\\\xcf\\\\x01r\\\\xb86\\\\xadN\\\\xa2m*=[O\\\\x80\\\\x89\\\\xd2\\\\x06\\\\xa0yOR%\\\\t\\\\xa1\\\\x11\"\\\\xa5e\\\\x95E\\\\xda\\\\xdb\\\\x84\\\\x0b\\\\t\\\\xdc\\\\x17d\\\\x1dGa\\\\xba\\\\x0cj\\\\t3\\\\xff\\\\x00\\\\x01\\\\x95\\\\xb6\\\\xaa\\\\'4l\\\\xd0+\\\\xb2\\\\xacGsf\\\\x19\\\\xa6\\\\xb83\\\\x90\\\\xb5\\\\xef\\\\xac\\\\xc8\\\\'q\\\\x00\\\\xea\\\\x0c\\\\xf8\\\\x1e\\\\x91#\\\\x91f(\\\\xc4{h\\\\xa12a\\\\xdd\\\\xe9|\\\\x86\\\\xf7\\\\xa4\\\\n\\\\xd5\\\\x17o\\\\xa9T\\\\xc1\\\\x98\\\\xd1`x\\\\x08\\\\xeb\\\\xa3\\\\x18\\\\xe5\\\\x8a\\\\x03\\\\x02\\\\xeb\\\\x05\\\\xa2\\\\xe0\\\\xebe\\\\x06\\\\xd6\\\\n\\\\x81YZ\\\\xcd\\\\xa7I\\\\x0b\"\\\\x0b\\\\x03\\\\xd8\\\\x9f\\\\xb0\\\\x9e\\\\x8d\\\\xc8Q\\\\x18\\\\x94Z\\\\x97\\\\xc9\\\\xadl\\\\\\\\\\\\xb98\\\\xe5Zb\\\\n\\\\x88\\\\x86&~\\\\xcf.\\\\xfay\\\\xf4\\\\xb0\\\\xe5\\\\xea\\\\x9c\\\\x07r\\\\x1b\\\\x98\\\\xdce\\\\xf5\\\\xbdX\\\\x96\\\\x05\\\\xc9M\\\\xe5w\\\\xd7 \\\\x10\\\\t$\\\\x90~\\\\xfe\\\\xff\\\\x00\\\\xb7\\\\xa6i\\\\x8b; \\\\x91$\\\\xa1X\\\\xd6\\\\xecf4\\\\x85\\\\x104\\\\x0c\\\\xa4\\\\xa9\\\\x10agH\\\\x00\\\\xc7s\\\\xf6t\\\\xc0)D\\\\xb8\\\\xca\\\\xb8,\\\\xd2\\\\xdd\\\\x97\\\\xd7\\\\xbb\\\\xdf\\\\xb5\\\\x18\\\\xb2\\\\xa0@\\\\xd0\\\\xed\\\\xb4\\\\xe9\\\\xea\\\\x00\\\\xb0$\\\\xc4\\\\x8f\\\\x08\\\\xe8H\\\\xab&\\\\x99:cB\\\\xe6\\\\x8b\\\\x10P?.C\\\\x865\\\\r5\\\\xd1@\\\\x1a\\\\x83\\\\xa1\\\\xf0\\\\xd3X\\\\xe8tQ\\\\xc0\\\\xc1\\\\x1b\\\\xba\\\\xd5N:\\\\xd0lj\\\\xb0l,\\\\xe55c \\\\x8dA24\\\\x10\\\\x001=\\\\x16\\\\x92\\\\n\\\\x18\\\\xb0P\\\\xb3x\\\\xcc\\\\x9c\\\\xbbMf\\\\xf4_v%\\\\x0c\\\\xc8R\\\\n\\\\x81\\\\x13\\\\xacw\\\\xfbb:d\\\\x0f\\\\x9a\\\\x19\\\\xc4\\\\x95\\\\x1d~$\\\\xcd\\\\xed\\\\xb2\\\\xd8\\\\x1a\\\\x98V\\\\x1b\\\\xad\\\\x90\\\\x000\\\\'Q\\\\xda<|\\\\xfa#\\\\x14\\\\x93m\\\\x8b)\\\\xab\\\\xf1\\\\x9a\\\\xab\\\\xa6\\\\x977Wq\\\\xdb\\\\xa5\\\\xaeW\\\\xc7\\\\xf1\\\\xfcvU\\\\xd9\\\\xb8\\\\xd8\\\\xee\\\\xb4\\\\xc2\\\\x8a\\\\xb7\\\\x19oN\\\\xa5\\\\x98\\\\r\\\\xc2Lv\\\\xf0\\\\xfb:\\\\xd6\\\\xf8\\\\xf8N\\\\xd82\\\\x98\\\\n\\\\xc5\\\\xeb\\\\x82E\\\\x86\\\\x01cnr\\\\x82\\\\xac\\\\x18l\\\\xa8\\\\x93d\\\\x1fT\\\\x83\\\\xf8Gru\\\\x1d\\\\xa3\\\\xcf\\\\xa7N\\\\xf0\\\\xa9w\\\\x08\\\\x00\\\\xc8\\\\xe2\\\\xa1[\\\\x94)\\\\xa6\\\\xc6\\\\xca\\\\xb3o\\\\xbb\\\\xb8V\\\\xfb\\\\x8a\\\\x92\\\\xf1\\\\xb8j\\\\x14\\\\x99\\\\x98\\\\xd4v\\\\x1au\\\\\\\\8/O\\\\xbaM\\\\xe0\\\\x19\\\\x95o\\\\xc8\\\\xf2\\\\\\\\\\\\xa68g\\\\xc7\\\\xca\\\\x19\\\\ta\\\\xb0SQwsP>\\\\'\\\\xc3O\\\\x031\\\\xdf_\\\\x0e\\\\xaf\\\\xd8\\\\xb6\\\\x1a\\\\xb5Yw\\\\xa5\\\\x90wJ\\\\x99? \\\\xe4\\\\xebM\\\\xbb\\\\x99\\\\t\\\\xd5v\\\\x8f\\\\xc6\\\\xa9\\\\xa4\\\\x80\\\\x0c\\\\x03\\\\xe6~\\\\xfe\\\\xac\\\\x80\\\\x1a\\\\x94\\\\xecI7$\\\\xa2\\\\x1f\\\\x94\\\\xe6\\\\x85!\\\\xcaUV\\\\xc3\\\\x17\\\\x06\\\\x12u\\\\n\\\\xbb\\\\x89\\\\x02O\\\\x8c\\\\x0f\\\\xd8&:\\\\x99J@.\\\\x17V9|\\\\x80\\\\xce\\\\xa6\\\\xaa\\\\x7f;\\\\xedl\\\\xdb\\\\xed+\\\\x03\\\\x0e\\\\xdd\\\\x9bE\\\\x82f4\\\\x9f\\\\xf1\\\\xeb\\\\xb5sQ)W\\\\x1a\\\\xa8u\\\\x0c\\\\xa5se9\\\\xa9]w\\\\xb1&\\\\x93\\\\x00.\\\\xde\\\\xe4,\\\\x10u\\\\xd4\\\\xb0?oC\\\\xd8\\\\xa3\\\\x13\\\\xd5o\\\\xc9\\\\xce\\\\x14\\\\xd4\\\\xd8\\\\xf6\\\\xd8r-]\\\\xad\\\\xe8oZl\\\\x96\\\\xee\\\\xf2#Y\\\\x93\\\\xe7\\\\x1e]F\\\\xa2\\\\xec\\\\xa4\\\\xb8\\\\x0eR\\\\xc6W\\\\xc8\\\\xac\\\\xaf\\\\xdba\\\\x8e\\\\xf6\\\\x05v+R\\\\x82\\\\xd3\\\\xb8\\\\x03\\\\x12\\\\x08\\\\x07U\\\\xee\\\\x0fy\\\\xea\\\\'=\\\\x18\\\\x85\\\\x11-\\\\x8a#\\\\xc4g\\\\xf3\\\\xd9\\\\xde\\\\xd9<>F%@\\\\x88[\\\\x1e\\\\xb7V\\\\x02A*\\\\x01\\\\x00\\\\xeb\\\\x1d\\\\xdaO\\\\x97H\\\\xb5zS,\"@\\\\xe6Q\\\\x07&\\\\x87\\\\xb95Z\\\\xd9&\\\\x9a\\\\xff\\\\x003b\\\\xa9E\\\\x8fi\\\\x00 \\\\x8f\\\\xa3D\\\\xe9\\\\xf4\\\\xfb:\\\\xb0}T%\\\\x1c\\\\xa4DI\\\\xf1B\\\\xeb\\\\xe4.EZ\\\\xde\\\\xc6!\\\\xa4\\\\xe3\\\\x92\\\\xa1RG\\\\xa8LD\\\\xf7\\\\xecz\\\\x98\\\\xcb\\\\x14\\\\xbfp\\\\xb5V\\\\x8c\\\\x9f\\\\xce\\\\xba\\\\x9b\\\\xd3,\\\\xdc\\\\xc7k\\\\x1cq\\\\xe9$\\\\x12`\\\\x00 \\\\x00$\\\\xfd<&z\\\\x9dTQ\\\\xa8\\\\xe6\\\\xbc\\\\xc1^R\\\\xfa\\\\xac\\\\x18\\\\xe5\\\\xbd\\\\xf4\\\\xbf\\\\xf9\\\\x08\\\\x8a\\\\xa0\\\\x9a\\\\xc7}\\\\xcd\\\\xb8\\\\x90\\\\xc4\\\\xf6\\\\x81\\\\x1d\\\\x8f])\\\\x02\\\\x03P\\\\xa6G\\\\nb\\\\x8d\\\\xd6\\\\xb9\\\\xf8\\\\xf8\\\\xb6\\\\xdbm\\\\x87\\\\xdeG*Y\\\\xc0\\\\x05$\\\\x13\\\\xa0\\\\x98\\\\x9e\\\\xe3\\\\xb7\\\\xd3\\\\xa5\\\\x98\\\\x10\\\\x1d\\\\xd9F\\\\xb2\\\\xceq(FU9\\\\x95\\\\xa0c\\\\x9cTZ\\\\x9b\\\\xd1\\\\x11\\\\xe5\\\\x17y\\\\x02I\\\\x03B\\\\x06\\\\xa7\\\\xc7\\\\xa2\\\\x02\\\\x98\\\\xa1\\\\x9b\\\\xc6\\\\xa7?\\\\xba\\\\xc3\\\\x8c\\\\xc5l\\\\x9c\\\\xaa\\\\x1a\\\\xdc\\\\xdb\\\\x1a\\\\xeb,,\\\\xc7\\\\xf8Cw\\\\x00\\\\xcb\\\\x11\\\\xfc2\\\\'\\\\xa1\\\\x94\\\\x88\\\\x14Q\\\\t\\\\x02h]H\\\\xe5\\\\xab\\\\xe3\\\\xb1\\\\xd4\\\\xae\\\\x1eQR\\\\x87I\\\\xd1\\\\xc0i!\\\\xb6\\\\x9e\\\\xdf\\\\x8aH\\\\xfd\\\\x9e@e~1g(\\\\xa7\\\\x1eK\\\\nq\\\\xb23\\\\x91\\\\xbd\\\\xa4\\\\'i\\\\xfej\\\\xc1 \\\\xe9\\\\xe9\\\\xdaGx\\\\xf2\\\\x00t\\\\xd7\\\\xa3\\\\xa5>\\\\xa4\\\\xc1\\\\xc5\\\\xe1d\\\\xe0V2\\\\x1e\\\\xf3\\\\x8fs1t\\\\x88\\\\xb3PL\\\\xf6\\\\x04O~\\\\xdd\\\\x8f\\\\x8fK\\\\x95\\\\xcfnO\\\\x8a\\\\xb1f2\\\\xaa\\\\x8f\\\\xcbU\\\\xc7Z\\\\xa5[)\\\\xac\\\\xdeI\\\\x14\\\\x85,6\\\\xc8\\\\x01\\\\x8a\\\\x98\\\\x93\\\\xe4:\\\\x83=X\\\\xa8\\\\xbb\\\\x1e\\\\xabF.w\\\\x14\\\\x9f\\\\xcb\\\\xb6\\\\x96\\\\xf6,R\\\\xb5\\\\xb2(\\\\x0c\\\\xce\\\\x80\\\\x82\\\\\\\\\\\\x88\\\\'q\\\\x1d\\\\x84\\\\xe9\\\\xd3`\\\\xd9\\\\x84\\\\xba\\\\x0cj\\\\xa4ae\\\\xe6\\\\x17\\\\xb1\\\\xb8\\\\xbcZq\\\\x96\\\\xb5hf\\\\x85b\\\\x8f\\\\x00\\\\x12N\\\\xbaN\\\\xed\\\\x01\\\\xfd\\\\xdd\\\\x1db\\\\x1f\\\\x04P\\\\x04\\\\xd4\\\\x0e\\\\n\\\\x90\\\\xc6\\\\x8e>\\\\xab)\\\\xcb\\\\xbc\\\\xc9\\\\xfc5\\\\xd7\\\\xb9\\\\x98\\\\x92\\\\xac\\\\x1aP)\\\\x98\\\\x93\\\\'\\\\xb8\\\\xf1\\\\xea\\\\xb9 \\\\x8a\\\\xe2\\\\x9aH\\\\x01\\\\x8a\\\\x19g!\\\\x88Uq\\\\xf1\\\\xaaZ\\\\xcc\\\\x9fz\\\\xd4#\\\\xdc\\\\xdaa\\\\x86\\\\xf3\\\\xfc]\\\\xe0\\\\xf7\\\\x1f\\\\xb8tBTd\\\\xb2\\\\xc0\\\\x04[\\\\x02\\\\xfa\\\\x08\\\\xfc\\\\xbdum5\\\\x02X\\\\x1d\\\\xccZ\\\\xd6\\\\xfc\\\\'A\\\\xe5\\\\xa0#\\\\xb0\\\\xd2:dd\\\\x0b#\\\\x80\\\\x124\\\\xa3)\\\\x19uW]w\\\\x91a\\\\xba\\\\xdb\\\\x01\\\\xeeT\\\\xa0\\\\x04m\\\\'H\\\\x9f1\\\\xe5\\\\xdb\\\\xa4\\\\xdd`\\\\n3\\\\x1a\\\\xb8IC\\\\x8f\\\\xce\\\\xf7Z\\\\xe35\\\\xd4=\\\\x0c\\\\xaa\\\\xa6H\\\\xed:\\\\x931\\\\xa6\\\\xba\\\\x8e\\\\xbc\\\\xe8\\\\xb4\\\\x04\\\\xcb\\\\x94\\\\xf0\\\\xec\\\\x182\\\\xd8\\\\xbce\\\\xca\\\\x04\\\\xdd\\\\xed\\\\'\\\\xa9\\\\x19\\\\'p;\\\\x81Q\\\\x1b\\\\xa4\\\\x9dN\\\\x80\\\\x9f\\\\xa7\\\\xd3\\\\xab\\\\xf6-\\\\xc4\\\\x94\\\\x9b\\\\x91,\\\\x89\\\\xd1\\\\x8eT\\\\x165\\\\xaa=\\\\x88U\\\\xdc\\\\xb4&\\\\xa4v$L\\\\x89\\\\x9f\\\\xa7W\\\\xad\\\\xd9\\\\x88.\\\\xc1\\\\xd09\\\\x02\\\\xbf\\\\xc2\\\\xcf\\\\xf2\\\\xa9_\\\\xf3\\\\xd9\\\\x18\\\\x93>\\\\xb3\\\\xa8*|T\\\\xeb\\\\xba\\\\t\\\\xd6G\\\\xf7ul\\\\x06\\\\xab.\\\\x11\\\\xa5x\\\\xe3\\\\xb1\\\\x10\\\\xa6\\\\xfd\\\\xb4\\\\x1c|\\\\xeb6\\\\xd2\\\\xae\\\\xc1q\\\\x04\\\\x86m\\\\xb1\\\\x04\\\\xa9\\\\x00\\\\xf7=\\\\xfe\\\\xde\\\\xa6X1\\\\xc1E3\\\\xe6\\\\xa7\\\\xd5\\\\x9a\\\\xf7P\\\\ru\\\\xb2\\\\xd4ek\\\\xd8\\\\xc5N\\\\xd8\\\\xd1\\\\xa4\\\\xea@\\\\x9d\"<\\\\xc7K\\\\xcb\\\\x92\\\\xb1\\\\x12\\\\xbc\\\\xb3\\\\x19\\\\xec\\\\xf4\\\\xda\\\\xbb\\\\xd4(\\\\r=\\\\x925\\\\x91\\\\xbb\\\\xc3MO\\\\x9fG\\\\xa7\\\\x05\\\\x13\\\\x03$\\\\r\\\\xae\\\\xaa\\\\xa7\\\\xabm@8g\\\\xf6\\\\x18\\\\x99,|D\\\\x02|G\\\\xf6\\\\xf0\\\\x18L\\\\xf2H\\\\x94\\\\x83\\\\xe0\\\\x8b\\\\xd4\\\\x8e\\\\xb95\\\\xa3\\\\xd8\\\\xf6\\\\xbd\\\\x85\\\\x95\\\\xa0\\\\xc6\\\\xc6\\\\x1d\\\\xc9\\\\x9d4\\\\x89\\\\x02O\\\\xef\\\\xe8k#\\\\x82\\\\x98\\\\x86V\\\\x97\\\\xc5\\\\x9e\\\\xdcm\\\\x9b\\\\xbf\\\\xe9\\\\xa8m\\\\xa5\\\\xa1\\\\x84\\\\x01\\\\xde7\\\\x10d\\\\r\\\\xdf\\\\xbf\\\\xc3\\\\xab\\\\x10\\\\x06\"\\\\xaa\\\\x04\\\\xbdI\\\\xc2\\\\x9b+k\\\\xecuor\\\\x9a\\\\xdc3\\\\xd7Y\\\\x04.\\\\xa2\\\\xc5!\\\\x8e\\\\xb2#\\\\xb82O\\\\x97Ij\\\\xd4QY\\\\xb6W\\\\x1f\\\\xfe\\\\xbcr\\\\xb6\\\\xf2\\\\xbc\\\\xc1L\\\\x9bV\\\\xeax\\\\xe8|\\\\xaa\\\\x9e}VO\\\\xa8i$\\\\x12u\\\\x03\\\\xfc:\\\\xca\\\\xf9=\\\\xdccFw\\\\xa3\\\\x1c\\\\xd5\\\\xb9\\\\xc2F\\\\x8e\\\\xcc\\\\xb9?\\\\x92\\\\xe72s\\\\x06>=*\\\\xb5\\\\xd7\\\\x8aY\\\\x14\\\\xa1+\\\\xbbS,\\\\xc4\\\\x12\\\\'\\\\xb7\\\\x7f\\\\x0f\\\\xa7X\\\\x96\\\\xb6\\\\xf1\\\\x8dJQ\\\\xb8A\\\\xaf\\\\xdd\\\\x19\\\\xc1\\\\xc0\\\\xe5\\\\xf9L\\\\x9a\\\\xea\\\\xc7\\\\xc5\\\\x87\\\\xb2\\\\xb5\\\\x1e\\\\x80V\\\\x15H\\\\xf5\\\\x931\\\\x07\\\\xcf\\\\xf6ta\\\\xe5!\\\\xa4W\\\\xc9\\\\t\\\\'\\\\x92\\\\xe8o\\\\x8a\\\\xfc\\\\x1b\\\\x84\\\\xa7,_cY\\\\xec\\\\xa7\\\\xb6\\\\xe7\\\\xdf\\\\xd8]\\\\x1a\\\\x149%DV\\\\xbb\\\\xa4\\\\x8e\\\\xc6:\\\\xd7\\\\x8d\\\\x9b0\\\\x90,\\\\xd5~:\"\\\\x8d\\\\xa3<\\\\x0b\\\\x84{\\\\xe5\\\\xff\\\\x002\\\\xe0?Nx\\\\xe7\\\\xb3&\\\\xeahB\\\\x17`\\\\xdc-3\\\\xa9>\\\\xd8\\\\x07\\\\xb3}u\\\\xed\\\\xf5\\\\x80\\\\x84n]\\\\x96\\\\x9bqz\\\\xf6\\\\xf0\\\\x16\\\\x8d\\\\x9d\\\\xb1\\\\x99h\\\\xd4\\\\xaf\\\\x9f\\\\x9f\\\\xa8\\\\xff\\\\x00\\\\xac\\\\x9c\\\\xaf\\\\xcass}\\\\xac\\\\xb6\\\\xe3x\\\\xbb,\"\\\\xbcLvP\\\\xdb\\\\x08\\\\x93\\\\xb8\\\\x19\\\\xee\\\\x04\\\\x811\\\\xd7\\\\xad\\\\xf8\\\\xcf\\\\x86\\\\x8d\\\\x81\\\\xae\\\\x7f\\\\xb1\\\\xf2[\\\\xd66\\\\x82\\\\x05\\\\xb1#>>\\\\xca\\\\xa8\\\\xe2>JS%Ym\\\\x15\\\\x10\\\\x1cV\\\\xc1\\\\xc3\\\\r\\\\x00\\\\x99c\\\\x00\\\\x82<\\\\xbbu\\\\xbd\\\\x16W\\\\xcd\\\\xb2\"\\\\xddk\\\\x92\\\\xe8N\\\\x07\\\\x9e\\\\xc6\\\\xba\\\\xaa\\\\x80\\\\xb3y2\\\\x19\\\\xc1\\\\x92l\\\\r\\\\xf8u\\\\x12\\\\'^\\\\xc3\\\\xfb\\\\xfa&u1\\\\xb8\\\\x1b\\\\xcdb\\\\x8fI2\\\\x14\\\\xed\\\\x01\\\\xb5\\\\x91\\\\xdflOU\\\\x8d\\\\xca\\\\xack\\\\x9b\\\\xa6t\\\\x80\\\\xce\\\\xb9\\\\xac\\\\xb8*\\\\xcd\\\\x8fk\\\\x07\\\\x16\\\\xe4\\\\x99\\\\t{\\\\x95%e\\\\xb5\\\\x86 \\\\xc6\\\\xa3N\\\\xfd\\\\rO\\\\xec\\\\xaak\\\\xd5&\\\\xaf\\\\x1dUs\\\\xca\\\\xe2\\\\xdd\\\\xc7\\\\xdb\\\\x98\\\\xb7\\\\xe4\\\\xefk\\\\xd0\\\\xad\\\\rY\\\\x1bk!\\\\xe7\\\\xd4\\\\x14\\\\xb6\\\\x91\\\\xdb\\\\xeb\\\\x1e}@\\\\'\\\\xf5\\\\x14]\\\\x00\\\\xc5U\\\\xb9X\\\\xb9y\\\\x19l\\\\x84\\\\xdaK\\\\x93ehD\\\\xa3I\\\\x99\\\\x95b{\\\\xeb\\\\xd5[6\\\\xe4\\\\t\\\\x12\\\\xaa\\\\xb9\\\\x1b\\\\xc0\\\\x81\\\\xcf?\\\\xe1v\\\\x17\\\\xe8w\\\\xc2j\\\\xf8\\\\xfe\\\\x08\\\\xe7s\\\\xaaz\\\\xf9,\\\\xb0\\\\xca\\\\x9b\\\\x83&\\\\xd1\\\\xa1\\\\']I\\\\xd7\\\\xc7\\\\xb7V\\\\xe4\\\\x04\"\\\\xb4-\\\\x12*q+\\\\xa61\\\\xf9;\\\\xd3\\\\xdb%\\\\x8d\\\\x95\\\\xd8\\\\x7f\\\\x95^\\\\xed\\\\xadf\\\\x9e\\\\xa2\\\\xaa\\\\x19\\\\xb6\\\\xc6\\\\xd8\\\\xd3\\\\xc0\\\\x1e\\\\xab\\\\t\\\\x87\\\\xaa)\\\\x83*\\\\x8cP\\\\xdb\\\\xb3\\\\xcb\\\\xb8\\\\x8d\\\\xbe\\\\xe6\\\\xaf\\\\x12\\\\xa4v\\\\x04J\\\\x88\\\\x8d\\\\x0f\\\\x87\\\\xee\\\\xeb\\\\xa31\\\\x80*\\\\xbc\\\\x83(\\\\xd9YL\\\\xa0;\\\\xda\\\\xca\\\\xa0mz\\\\xb4f=\\\\xcc\\\\xc9\\\\xdd\\\\x11\\\\xa7o>\\\\x8c\\\\x87\\\\x08\"KUF\\\\xab!\\\\x19\\\\xa2\\\\xc6\\\\x12\\\\x1f}\\\\xe4\\\\xe8\\\\x18\\\\x81\\\\xe2$\\\\x983\\\\xda4\\\\xeb\\\\x98\\\\xba-aHOn\\\\xf3\\\\xb1\\\\x94\\\\xb8*bPv\\\\xd4\\\\x10\\\\x00\\\\xf3\\\\x8e\\\\xfd\\\\x05\\\\xc2\\\\x028\\\\xd7\\\\x0cT\\\\x86\\\\xc3\\\\xc3CK+\\\\x00\\\\xce\\\\xca^\\\\xe3;\\\\x8b\\\\x10W\\\\xb1\\\\x98\\\\xef\\\\x1d\\\\xf4\\\\xd7\\\\xb7A\\\\x19\\\\x92)\\\\x8a?m\\\\xb1\\\\xc5ij\\\\xea\\\\xc6\\\\xac3!K\\\\x0c\\\\xd7\\\\xab\\\\xfa\\\\x17\\\\xb0\\\\x89\\\\x07\\\\xbf\\\\x8cx\\\\x88\\\\x1fd\\\\xfa\\\\x9a\\\\x8a\\\\x1e\\\\x0c\\\\xce\\\\xb0nK\\\\x1c\\\\xab\\\\xab\\\\xd4\\\\xae\\\\xa2U\\\\x11\\\\xa7t\\\\x93.O}\\\\x08:\\\\xeb\\\\xe7\\\\x1av\\\\xe8\\\\x93&\\\\x05u#\\\\x82\\\\xd9ff\\\\x1e\\\\xd5\\\\x1b%\\\\xbf\\\\x96\\\\ti$\\\\xb4\\\\xb4\\\\xc4n1\\\\xdb\\\\xfc:x\\\\x98\\\\x18\\\\x84\\\\xb8\\\\xca\\\\xb5Y\\\\x9a\\\\xf1_\\\\xdc\\\\xb4:\\\\xff\\\\x00-\\\\xb6\\\\xa0+\\\\xb9\\\\xb4\\\\xd40\\\\xdb#\\\\xc7\\\\xeb\\\\xfbz\\\\xe0EJ\\\\x97\\\\x05\\\\x06\\\\xc8\\\\xcd\\\\xe3\\\\x8e\\\\xea\\\\xac\\\\xdb\\\\x8d{\\\\x02\\\\xc1\\\\x17\\\\xbf\\\\x84D\\\\xce\\\\xd8\"F\\\\xbf\\\\xba:\\\\\\\\n\\\\x8c\\\\x02)\\\\x80p\\\\xa2\\\\xcc]\\\\x87P\\\\xf7\\\\xeeas?\\\\xa9\\\\x0c\\\\xee\\\\xd4\\\\x11)\\\\x07j\\\\xe8t\\\\x11\\\\xa8\\\\xfa\\\\xf4\\\\xec\\\\x05\\\\x12\\\\x89\\\\x04\\\\xb6k%\\\\xfc\\\\xa6@\\\\xf6*\\\\xb6\\\\xba2\\\\x18lU\\\\xef\"\\\\x07\\\\xa6#N\\\\xdf\\\\xbb\\\\xa0\\\\xa1\\\\xaa8\\\\x10\\\\xa1d\\\\xe2W_\\\\xa9\\\\xb2=\\\\xa4\\\\x01^\\\\xc8\\\\x81!}B>\\\\xe50H\\\\xd0\\\\xfdz\\\\x92\\\\x01@H\\\\xecX\\\\xa6C{i\\\\xfc\\\\xf1p\\\\xac\\\\x12,\\\\x0b\\\\xb4z\\\\xb6\\\\x92\\\\xaa\\\\xc0A\\\\x91\\\\xe7\\\\xfe]\\\\x10e\\\\xc4\\\\x02\\\\x89\\\\xe0a\\\\xe2^\\\\x02\\\\x8c\\\\x97\\\\xa9P\\\\x02\\\\xb5\\\\x12VChd\\\\x91\\\\xa1\\\\x91\\\\x1e_i\\\\xeb\\\\xb4\\\\xa9\\\\x01\\\\xe8\\\\xb1\\\\xbf\\\\x8b\\\\xc2[[3 \\\\xd3r\\\\xd6\\\\xfb\\\\x06\\\\xf0\\\\x1aI\\\\x82\\\\xba6\\\\xa3\\\\xb03\\\\xd5K\\\\xfb8\\\\\\\\:\\\\x8d\\\\ns\\\\x98\\\\n\\\\x1a \\\\xd9\\\\x1cg\\\\xc6\\\\xed\\\\xcaK\\\\x85\\\\x0b\\\\x8f\\\\x93K\\\\x879\\\\xb5\\\\x1f\\\\xc2\\\\xfaG\\\\x9c\\\\x11&\\\\x0e\\\\xa3\\\\xaa\\\\xdf\\\\xfa\\\\xbb1\\\\xa8\\\\xa18\\\\xa3\\\\x1b\\\\x82p\\\\xf0[N>\\\\x01\\\\xdc\\\\xed\\\\x92\\\\xd7^\\\\xbd\\\\xde\\\\xdf[\\\\x06\\\\x04\\\\xfe&1\\\\'\\\\xc3\\\\xb8\\\\x8e\\\\xae\\\\xc2\\\\xd4!\\\\x16\\\\x06\\\\x89Fz\\\\x8a\\\\xc8\\\\xe1\\\\xd7R\\\\x9a\\\\xf1\\\\xdd\\\\x19\\\\xeb]\\\\xa9l\\\\x06\\\\x82$)\\\\x00\\\\x01\\\\x06;\\\\xfe\\\\xef\\\\xa9\\\\x81\\\\x08\\\\x05\\\\xc1\\\\xcejO!\\\\xcc>RaS\\\\x95\\\\x9e\\\\x15p\\\\xeb\\\\xf6\\\\xd5\\\\xce\\\\xd1*\\\\xba\\\\xed\\\\x11\\\\xa3\\\\r\\\\x7fg\\\\xd9\\\\x1d\\\\x15\\\\xdb\\\\xa2\\\\xe0\\\\x1d\\\\x10\\\\xba\\\\xc7\\\\x1f\"\\\\x96\\\\xda\\\\x8e\\\\xe1\\\\x98\\\\x036,\\\\xc8\\\\xc1\\\\x19-\\\\x17f\\\\xf1\\\\xf8\\\\xc4\\\\x8b\\\\xaa\\\\xa88_N\\\\xe5\\\\x00\\\\x99\\\\x01w\\\\x02D\\\\x10dz{\\\\x8e\\\\x8a3\\\\x8cp\\\\x0b\\\\x8d1Zq\\\\xb9\\\\\\\\J\\\\x83\\\\xed\\\\xa9\\\\x15\\\\x96v;\\\\x82d\\\\x8dL\\\\xae\\\\xed\";\\\\xf6\\\\x03]zd\\\\x0f$\\\\xbdnYb\\\\xdf \\\\xc7\\\\xb0\\\\xdfC\\\\xe0\\\\xd4\\\\xe5\\\\x18:\\\\x18^\\\\xc5\\\\xa1w\\\\x19\\\\x04\\\\xf6\\\\'\\\\xfb\\\\xba\\\\xe3\\\\xa4U\\\\xaa\\\\xa27\\\\xb5/,\\\\\\\\\\\\x1b(\\\\xdfM;nf_r\\\\xb7\\\\x11\\\\xba\\\\x06\\\\x86@ }\\\\x84}\\\\xbdF\\\\x90\\\\x0b\\\\x85 \\\\xd1\\\\nl\\\\x8a\\\\xaa,\\\\x98\\\\xd8\\\\xff\\\\x00\\\\xcc\\\\xad\\\\xe4!d\\\\n\\\\x1ff\\\\x84x\\\\x0e\\\\xc4G\\\\xf7tB\\\\xaa%-*zr\\\\x19/\\\\x8d\\\\xf9Gj\\\\x10#\\\\x9bk\\\\xadQI,@ n:\\\\xed$\\\\x91\\\\x07\\\\xa3\\\\x12,\\\\xcb\\\\x84\\\\xc9\\\\x0c\\\\x85\\\\xd9\\\\x9d\\\\xc9S\\\\x91\\\\x0b\\\\xed\\\\x11b\\\\x92^\\\\xb0\\\\x1a\\\\x08\\\\x8d\\\\xb0Lv\\\\xdabz\\\\x8dD\\\\xd1K\\\\x97\\\\xe8\\\\xb7Q\\\\xf2\\\\x0b\\\\xec@.\\\\xa3b\\\\xc2\\\\x90\\\\xa0)\\\\x01\\\\xc4\\\\x81%\\\\x98@ \\\\x08\\\\x83\\\\xd4\\\\x17\"\\\\xab\\\\xb5\\\\xb9\\\\xa2\\\\x87\\\\x9423U\\\\xac\\\\xc2\\\\xcbse\\\\x82\\\\n0\\\\x97R@O\\\\xc5\\\\xa8:\\\\x9f\\\\xe2?\\\\xdf\\\\xd2\\\\xd8\\\\x05\\\\xc5\\\\xe6(P\\\\xcc\\\\x8b\\\\xb3\\\\xf1\\\\xb2\\\\x05vd5n\\\\xa5\\\\xd6\\\\xad\\\\xa0D\\\\x88\\\\r\\\\xb1H\\\\x03\\\\xc2\\\\x07o\\\\xef\\\\xeb\\\\xaa\\\\x93\\\\\\\\\\\\xce(\\\\x95|\\\\xd6\\\\x0f\\\\xb6\\\\xd5\\\\xbeIK.\\\\xdc\\\\xca\\\\\\\\\\\\x00K\\\\x81$H&b\\\\'\\\\xa8`\\\\xd8\\\\x9a\\\\xa6\\\\xc5\\\\x99\\\\x9f\\\\x04\\\\xbb\\\\x93\\\\xc8\\\\xe6V\\\\x95\\\\xae-\\\\xc6\\\\xe7bK\\\\\\\\\\\\xccJ\\\\x8dB\\\\xeb\\\\xe2\\\\xb3\\\\xdf\\\\xec\\\\x1dK\\\\x11EZd\\\\x9e\\\\xab,+o{+\\\\xb2\\\\xda\\\\xdd\\\\xabk!\\\\xebdm\\\\xc2[N\\\\xdd\\\\x80 \\\\xc9\\\\xf0\\\\xe8\\\\xb4\\\\xa2\\\\xb7\\\\x17M^\\\\xe6[\\\\xa9\\\\xa7\\\\x1e\\\\xb6\\\\xa9lP@\\\\xdc\\\\xc0\\\\x88c\\\\xea$\\\\x13\\\\xdf\\\\xb8\\\\x9e\\\\xddH\\\\x8b\\\\'\\\\x9a\\\\x06@\\\\xef\\\\xe3\\\\xb2\\\\xcbT\\\\xaa\\\\x82\\\\xff\\\\x00|\\\\x93\\\\xee<\\\\x052&&A\\\\x90I\\\\xd4\\\\xeb=\\\\x0c\\\\xa0\\\\xe5\"P#\\\\'*^\\\\'\\\\xc6\\\\xb3o\\\\x11e\\\\xd5W\\\\x8e\\\\x87s,\\\\x85\\\\xdf?\\\\x8a\\\\x02\\\\x8f\\\\x13\\\\xdf\\\\xee\\\\xe9r\\\\xb6\\\\x1b\\\\x14zX\\\\xab\\\\xab\\\\xe2\\\\xfcO\\\\x1f\\\\xc7\\\\xd5c.b\\\\x1b\\\\xd7haR\\\\x80\\\\xa4\\\\x99\\\\x04I\\\\x06{H\\\\x1e:uRvt\\\\x9a\\\\x1f%\\\\xa5c\\\\xd4\\\\xcaW#\\\\x96\\\\x94\\\\xe35-\\\\xb4>D4\\\\xb3\\\\x1fD\\\\xf7\\\\x04\\\\x03\\\\xd8\\\\xf6\\\\xef\\\\xfe\\\\x1d/uv\\\\x02:I\\\\xaf\\\\x18\\\\xab\\\\xf0\\\\x81\\\\x91Kh\\\\xedS;\":-\\\\x8c\\\\x05\\\\xf5\\\\x0b\\\\x0c\\\\x18\\\\x82T\\\\x90\\\\x7fgY\\\\xf6\\\\xc9\\\\x05\\\\xf1\\\\x14V\\\\x19O\\\\xf9\\\\x15|m\\\\xdc8\\\\xbb\\\\x1e\\\\xe77\\\\xab6\\\\xf0\\\\xa8w\\\\x05\\\\x00\\\\x01\\\\xaa\\\\xf8\\\\xeb\\\\x1a\\\\x0e\\\\xb5D\\\\xb6\\\\xf3\\\\xf5\\\\x02\\\\xe5P\\\\xdc\\\\xc4\\\\x84\\\\x99\\\\x89\\\\xc46N\\\\x1d\\\\xfc\\\\x85\\\\x1c\\\\x92~V\\\\x8a\\\\x82d\\\\x0b\\\\xdc+\\\\xfb\\\\xd0\\\\x00DU2F\\\\x80\\\\xe8c\\\\xad8Y\\\\x89\\\\x8b\\\\x89v\\\\xac\\\\xe8\\\\xdbqSD\\\\xa7\\\\x97\\\\x96\\\\xe2\\\\x87\\\\xb1\\\\xd85\\\\xd5\\\\x16$8\\\\x0c\\\\xa1H&Y\\\\x87q\\\\xa7\\\\x87@I\\\\x00\\\\xd6\\\\xa9x$\\\\xd7\\\\x1c\\\\x85\\\\xecBP%\\\\xd4\\\\xb8p\\\\xa3j\\\\xb7mc\\\\xf1\\\\x1f\"\\\\x7f\\\\xcb\\\\xaa\\\\xa7\\\\xddu\\\\xd1\\\\x94EQ\\\\xb3^6>&\\\\xec\\\\xaa\\\\xd5\\\\xee$;$\\\\x94U3&H$O\\\\x90\\\\xfd\\\\x9dYg\\\\x15\\\\xaaT\\\\x86~J\\\\x12\\\\xf34\\\\xbbn\\\\xa6\\\\xa5;\\\\xc0\\\\xdd\\\\x04K\\\\x00\\\\x04\\\\x8d{\\\\xee\\\\x04\\\\x19\\\\x88=\\\\xba\\\\'\\\\xa2\\\\x08\\\\xcb\\\\x92\\\\xf6\\\\xab0\\\\xef\\\\xdar)\\\\x17\\\\xaa\\\\xb05W\\\\x01\\\\x99\\\\x88\\\\'n\\\\xb3\\\\xa1\\\\x1d\\\\x8fx\\\\xe851u\\\\xd8\\\\x978\\\\xa2c\\\\x1c\\\\xe4\\\\x06\\\\xaf\\\\x1b\\\\x12\\\\x9c\\\\x17T\\\\xd8\\\\xc2\\\\xce\\\\xc7\\\\xb6\\\\xbe\\\\x832\\\\x08\\\\xec:\\\\x87/\\\\xc9\\\\x18\\\\x1a\\\\x83F\\\\x8d\\\\x9a\\\\x1djr8\\\\xd4\\\\x8bS$8\\\\xac\\\\xb0\\\\xfc\\\\xb2\\\\xae\\\\xe4$\\\\t\\\\xec\\\\xbd\\\\xbb\\\\x8e\\\\xc3\\\\xa88b\\\\xa0\\\\x99D\\\\xf4C\\\\xdf7\"\\\\xfb\\\\x80\\\\xbe\\\\xf506\\\\xab;(bua\\\\x0b2H\\\\xdb\\\\xdf\\\\xc7\\\\xa8\\\\x88\\\\x02\\\\x8a\\\\'-T\\\\xfb\\\\xad\\\\xea\\\\xf8\\\\xae\\\\x8aY\\\\x8d\\\\x96h\\\\xaeCN\\\\xd6\\\\x10I:\\\\xc0\\\\x07I\\\\xfb\\\\xba\\\\xed \\\\xa8!\\\\xcfr\\\\xfdUYvX\\\\xaa\\\\xbc{\\\\xd5\\\\xee\\\\r=\\\\xcd\\\\xc8D0\\\\n\\\\xdfX\\\\xf0\\\\x9e\\\\x8cD\\\\x85\\\\x1aK3&J\\\\xac\\\\xc7\\\\xc1\\\\xa1E\\\\xb9\\\\x0021p\\\\xe9\\\\x07\\\\xc0\\\\x99\\\\xd5\\\\x86\\\\xb1\\\\xa7o\\\\xdb\\\\xd0\\\\x98f\\\\x9c$\\\\x04X%\\\\xdb\\\\xf21\\\\xeem\\\\x8b\\\\x94_\\\\xdd\\\\xdc\\\\x8c\\\\xc1\\\\x98\\\\x04\\\\x9dX\\\\xe9\\\\xdc\\\\x82<\\\\xba\\\\x90\\\\x1c$\\\\x92N\\\\x0b<\\\\']|>\\\\x9d\\\\x03P\\\\xa2j\\\\xb3\\\\xad\\\\t\\\\xc2\\\\xe3V\\\\xef}\\\\x15\\\\x9c\\\\xa7r\\\\x01\\\\x9fS\\\\x05m\\\\x01\\\\r\\\\xaa\\\\x82\\\\x0f\\\\x7f\\\\xa7H\\\\xb5\\\\xb2\\\\x80:\\\\xc0.\\\\x8eR$3\\\\xa9\\\\'\\\\'\\\\x94F\\\\xf6i\\\\x0f]U\\\\xa8-\\\\xb0j+\\\\xfc+\\\\xda\\\\x0frO\\\\xd0\\\\xf8\\\\xc7WK\\\\xa5\\\\xe0\\\\xb1\\\\xc79\\\\x8c\\\\xc9\\\\xf9\\\\xec\\\\x86\\\\xc5\\\\xf5\\\\x05\\\\xb03\\\\x16om\\\\xe4jVt\\\\x83\\\\xac\\\\x1f\\\\xa7U\\\\xa7h\\\\x10F\\\\x08\\\\xc4\\\\x88\\\\xcd\\\\x1b#\\\\x08\\\\xd0\\\\x10\\\\xd22\\\\x81\\\\x00\\\\xad\\\\xc3\\\\xd1\\\\xb8\\\\x8f\\\\xc4\\\\xd3$(=\\\\xfc\\\\xa3\\\\xa3\\\\x80\\\\x10\\\\x8b\\\\x01D\\\\xf9\\\\x110\\\\xe5.d\\\\xad\\\\x94\\\\xfa\\\\xb1j\\\\xaa\\\\xbb\\\\xb7\\\\x82\\\\x15\\\\xe7@5#@G\\\\xd6I\\\\xeb\\\\xa53FU=\\\\xbcrSjg\\\\xac\\\\x06\\\\xcb\\\\xc9\\\\x01\\\\x15wW\\\\x8fY\\\\n\\\\x19O`\\\\n\\\\x82\\\\x08\\\\xd6\\\\t\\\\x1d\\\\x00&F\\\\xa54\\\\x13\\\\x11B\\\\xcas\\\\xd1\\\\x8b\\\\x90\\\\x8e\\\\x945\\\\xb7]i&\\\\xd7}!F\\\\x93>\\\\x00\\\\x7f\\\\xa65\\\\xf3=9\\\\x86\\\\nt8\\\\xa2\\\\x1fg\\\\x1el\\\\xb0\\\\xd7Z\\\\x14QY[\\\\x18\\\\x00=F4\\\\x9dD\\\\xf8u:*\\\\x80@\\\\x9a\"\\\\x98\\\\xcb\\\\x8b\\\\x83\\\\xb0X\\\\xdb\\\\xebe\\\\xdf\\\\xec!\\\\xda\\\\xbe\\\\x04\\\\x19\\\\xd0\\\\xf7\\\\xf2\\\\x9e\\\\xa4D\\\\x04\\\\xc1\\\\x06\\\\x1cUm\\\\xbf\\\\x94f\\\\xae\\\\xc4\\\\xaa\\\\x8d\\\\xc6\\\\x01\\\\x1a\\\\x07\\\\x00\\\\t\\\\x90#\\\\xc3N\\\\x83K\\\\x86(\\\\x8c\\\\xe8\\\\x87\"g[\\\\xb7\"\\\\xb2\\\\xc6\\\\xa2\\\\x0e\\\\xd6\\\\xd5\\\\xc9$\\\\x83\\\\xb4n\\\\xfa\\\\x0e\\\\xd3\\\\xa7J6\\\\x018.\\\\x89\\\\x92\\\\'_\\\\x1diz[%\\\\xb6 `\\\\xb7\\\\x86\\\\x96&\\\\x7f\\\\xef,\\\\xf9\\\\x9d{w\\\\xe8\\\\xa3j1.\\\\x119j\\\\x95\\\\xbd\\\\xec\\\\xad\\\\xdd*TgMH\\\\x16\\\\x0fj\\\\x17q\\\\xee\\\\xc4\\\\xf7:\\\\xeb\\\\xf6i\\\\xd1\\\\xc4\\\\x89Qt\\\\xf9\\\\x1f\\\\x15\\\\x1e\\\\xd1hK\\\\xe3\"\\\\xca1\\\\xc1\\\\xd8\\\\xc0\\\\x8dac\\\\xf9c\\\\xc5H\\\\xef\\\\xff\\\\x00\\\\x0e\\\\x9cM\\\\x1d,\\\\xe3\\\\x8d\\\\x10\\\\xa7\\\\xa2\\\\xcb\\\\x9e\\\\xcakE2\\\\x84\\\\x14$\\\\x17\\\\x01 \\\\xe8\\\\xda\\\\xea\\\\x06\\\\x91\\\\xe2?gB\\\\x1c\\\\xa8nX&\\\\xce4\\\\xba\\\\xe0WE\\\\x81)P\\\\xc6\\\\xd0\\\\xc5W\\\\xd4{\\\\xc9\\\\xda#^\\\\xdfo\\\\xd7\\\\xa3`b\\\\xdc\\\\x95\\\\xc8\\\\\\\\\\\\xf4h\\\\xa0_\\\\xb2\\\\x92\\\\xec\\\\xd2\\\\xf5S{)\\\\x82\\\\x1a\\\\t$\\\\xaa\\\\xccB\\\\x93\\\\x07\\\\xc4\\\\x93\\\\xf6t&.\\\\x1cQ\\\\xd0\\\\x10\\\\xfd\\\\x10E\\\\xa2\\\\x9amf\\\\x96C\\\\n,2\\\\x1bV\\\\xed\\\\xa4\\\\xf8\\\\x81\\\\xe3\\\\xe3\\\\xd0\\\\x91\\\\x91\\\\t\\\\x04\\\\x00]\\\\xd5\\\\x89\\\\xf1\\\\xae\\\\x1b\\\\x1e\\\\xf7\\\\xae\\\\xc4S\\\\xee\\\\x93\\\\xb6\\\\xb2\\\\xc7S\\\\x03v\\\\xd2\\\\x06\\\\x82@\\\\xed=>\\\\x01\\\\xd1\\\\xc1\\\\x89F\\\\xb3\\\\xf1Ml\\\\x04\\\\xaam\\\\xda\\\\x9b\\\\x89\\\\xee4\\\\x92\\\\x001\\\\xac\\\\x8f\\\\x0f\\\\xa7J\\\\xb9\\\\x17\\\\xa2\\\\tD:5]\\\\x83\\\\x0b\\\\x0e\\\\xe8\\\\x07c\\\\xd6\\\\xf6Z\\\\x10.\\\\xdfI2\\\\x07\\\\x88\\\\xf1\\\\xf0\\\\xfb\\\\xbcz\\\\x08f3O\\\\xb2\\\\t=\\\\x9eK\\\\x80\\\\xbfQy\\\\xac\\\\xaeO\\\\x9f\\\\xe4\\\\xe8\\\\xa1\\\\x1d\\\\xa8\\\\xb2\\\\xf2\\\\x96\\\\xb0;\\\\xf6\\\\x16h\\\\x1b\\\\x04y\\\\x18\\\\xed\\\\xdez\\\\xf3\\\\x7f#nFz\\\\x87\\\\xeb\\\\xf7\\\\xe3\\\\xf0\\\\xad\\\\x1b\\\\x84\\\\x1eo\\\\xf4Q>3\\\\xf0\\\\x1fv\\\\xa7\\\\xe49 \\\\xb4+\\\\x82\\\\xf8\\\\xd8\\\\xb7n\\\\x04\\\\xa2\\\\xb6\\\\xbd\\\\xb5\\\\r\\\\xf4\\\\x13\\\\xdf\\\\xa0\\\\xb3\\\\xb77\"Fm\\\\xc7b\\\\t\\\\x1a\\\\xbb\\\\xab\\\\x97\\\\x89\\\\xc0\\\\xc4\\\\xe2i9y\\\\xcb\\\\x15*N;\\\\xac6\\\\xe2\\\\x04\\\\xa9\\\\x0b$\\\\x88\\\\x88\\\\x8e\\\\x9d\\\\x00,\\\\xc1\\\\x89\\\\xd4G\\\\x0c\\\\x9d\\\\x08k/\\\\x82\\\\xa3\\\\xbfW\\\\xff\\\\x00\\\\xdc\\\\x1f\\\\xc7> \\\\xd9\\\\xcf\\\\xbf\\\\xa9\\\\x05\\\\x97\\\\x10\\\\xe9\\\\x97\\\\x07\\\\xe5\\\\xb9\\\\x98[^\\\\xb17.\\\\xf9R\\\\xc4,@\\\\x83$\\\\x92Zd\\\\xf4\\\\xd8]gt\\\\x8b\\\\x965\\\\xb6L\\\\xa7\\\\xb7\\\\xea\\\\'6Q\\\\x95X\\\\x06e\\\\nX\\\\x9e\\\\xe3q-\\\\xb8\\\\x88&~\\\\x91\\\\xfb\\\\xba\\\\xe3{\\\\x90Q\\\\x1d\\\\xb0\\\\x19\\\\x93\\\\xdf\\\\xc5\\\\x16\\\\x1f\\\\xfe\\\\x90\\\\xb9\\\\xaf%\\\\xff\\\\x00\\\\xc7g\\\\xfe\\\\xf7]\\\\xef\\\\xf4\\\\n\\\\x7f\\\\xc7\\\\xff\\\\x00\\\\xc8\\\\xf9/\\\\xff\\\\xd3\\\\xa2-\\\\xa7#\\\\x8c\\\\xb6\\\\r\\\\x06\\\\x9c\\\\x84Q\\\\xec\\\\xac\\\\xb0\\\\t\\\\xbfPI\\\\xec\\\\xbd\\\\x89\\\\xfd\\\\x9dy\\\\xa1L1_\\\\x0e}=\\\\xbc\\\\xd5\\\\x81\\\\x83]\\\\xd9x\\\\x99u\\\\xe6\\\\xfb\\\\x95\\\\xad\\\\x04+\\\\xdbj\\\\x1a\\\\xdaL@#\\\\xba\\\\xc9\\\\xf3\\\\xd3\\\\xcb\\\\xc3\\\\xa3\\\\xb9H\\\\xba\\\\xd2\\\\xb65@\\\\x8f4$\\\\x9e+%\\\\xad\\\\xc2\\\\xc8\\\\xacW\\\\x90-\\\\xfea\\\\x05\\\\x96\\\\x03\\\\x0f\\\\xc1\\\\xb3P\\\\x01\\\\x89\\\\x91:\\\\xf8\\\\xf9&\\\\r\\\\xa5\\\\xba\\\\xa4\\\\xe9\\\\x88,R\\\\xe7;\\\\x89\\\\xedY\\\\xb7\\\\x16\\\\x8fw\\\\x07\\\\x1d%,0Wq\\\\xd6\\\\x03\\\\x1e\\\\xd1\\\\xf4\\\\xfb:\\\\xe0N\\\\t\\\\x17\\\\xa0#\\\\x86\\\\t;#\\\\x13\\\\xdeC\\\\x97hV\\\\xafg\\\\xb7j7\\\\xa8L\\\\xed\\\\x05`\\\\x91;t\\\\xed#\\\\xa9\\\\x8e.Th\\\\xc2\\\\\\\\\\\\x92\\\\xfd\\\\x1cN%9X\\\\xa8\\\\xf5\\\\x9bk\\\\xae\\\\xc66\\\\xb5L\\\\x17bIb\\\\xaa\\\\xc6b`\\\\x89\\\\x9e\\\\x8a\\\\x00\\\\x02\\\\xe9\\\\xb6\\\\xc8\\\\x04\\\\x0cWf\\\\xfc\\\\x17\\\\x113x\\\\x1cK\\\\x97w\\\\xb4\\\\x03mV\\\\xd5\\\\xc1\\\\xd4\\\\x82\\\\xe3\\\\xbb\\\\x7f\\\\x9f]t\\\\x16\\\\xed[\\\\x96\\\\x86\\\\xa0\\\\xf9&\\\\xdc\\\\xbcV\\\\xc5\\\\xad\\\\x85M\\\\xed\\\\xe8\\\\xc5\\\\x14\\\\x18\\\\xf1\\\\x13\\\\xb4\\\\xc0\\\\xef\\\\x03\\\\xbfT#h\\\\x02\\\\xef\\\\x8a\\\\x8b\\\\xb2`\\\\xc9xdX\\\\x8c\\\\xe0z\\\\xb7\\\\xbf\\\\xa8\\\\x06\\\\xdb\\\\'\\\\xf1\\\\x10\\\\xc0jd\\\\x8e\\\\xac\\\\x0baR2Q\\\\xceM\\\\x96Q\\\\xa8\\\\xde\\\\x8e\\\\xdbRT\\\\x86rXA\\\\x8d{\\\\xcf~\\\\xb8\\\\x92\\\\x88\\\\x00jq^6bTI \\\\xb6\\\\xfb\\\\x18\\\\xb3Ic\\\\xdf\\\\xe9\\\\xdc\\\\x0f\\\\xda:\\\\xefv9(1/D[\\\\x03;\\\\x18\\\\xae\\\\xff\\\\x00h\\\\x90\\\\x84\\\\xab\\\\xb6\\\\xe6 \\\\x00\\\\x01\\\\xef\\\\xa6\\\\xbd\\\\xf5\\\\x1dLd\\\\x08]\\\\x01Z-\\\\xbc\\\\xb1\\\\xb4\\\\xd6o\\\\xc6\\\\x04\\\\xb2\\\\x80Z\\\\xd2@\\\\x925$@\" \\\\xeb\\\\xd5{\\\\xf1aL\\\\xd5\\\\x89K\\\\x97$\\\\x1f\\\\x07\\\\x92\\\\xb6\\\\xc2\\\\x94Z\\\\x8e\\\\xc6\\\\x08\\\\x06Wq\\\\x00\\\\x1f\\\\x00|\\\\xfcA\\\\xff\\\\x00\\\\x1e\\\\x8a\\\\xcc\\\\xcbV\\\\xa9\\\\x07\\\\x1a,\\\\xb2*I@\\\\xac\\\\x89ZI\\\\x92\\\\xa6\\\\xc2\\\\xaaO~\\\\xd2u\\\\xfd\\\\xfdX\\\\t`\\\\x90\\\\xa5R\\\\x98\\\\xcc\\\\xa9^\\\\xd5$\\\\x12\\\\x95\\\\x80H\\\\x1a\\\\xfa`\\\\x8e\\\\xde\\\\x1f\\\\xd8u\\\\xd2\\\\x8b\\\\x84B\\\\xa2\\\\xaa\\\\x03_\\\\xecZ\\\\xc8\\\\x16\\\\xc5\\\\xb0\\\\x00\\\\xaaw\\\\x00\\\\xaa\\\\xa6d\\\\xf6\\\\xd0\\\\x12>\\\\xd8\\\\xe8H\\\\xad\\\\x14\\\\xb8\\\\xcdcvF6pP\\\\xf5\\\\x14\\\\xb2\\\\xb2\\\\xc5\\\\x98\\\\xed\\\\xd0\\\\xed\\\\x130;\\\\x81\\\\xe2I\\\\x1d\\\\x16\\\\x90Er])7b\\\\xfc\\\\xb4\\\\xfaD\\\\x0fr\\\\xba\\\\x98\\\\x03R(\\\\x0cI\\\\x81\\\\xf8T\\\\x8f\\\\x11\\\\xfe]N\\\\x96\\\\xc5sT\\\\x02\\\\xa6%\\\\x18Pk\\\\n\\\\xc1\\\\xd4H\\\\xb4\\\\x83\\\\xf8\\\\xbc\\\\xbds\\\\xb2\\\\x92Ob\\\\x84\\\\x9c}\\\\x97_[\\\\xa1\\\\x96\\\\x00Y\\\\xb0\\\\xbe\\\\xd2v\\\\x88\\\\x12\\\\x06\\\\x91+\\\\xa0\\\\xf2\\\\x8e\\\\xa4D\\\\xbd\\\\x14\\\\x08`Q\\\\xca\\\\xb8\\\\xbeN\\\\xc5\\\\x15=U\\\\xe5l,wk^\\\\xd5\\\\xfa\\\\x95\\\\x92$\\\\x19\\\\xef\\\\xd4\\\\xe9)\\\\xa1\\\\x01\\\\xca\\\\xc1\\\\xcc\\\\xad\\\\x95Z\\\\xf2K \\\\xda\\\\xa9a*\\\\xaa\\\\x0e\\\\xd3^\\\\xe2N\\\\xb1\\\\xdf\\\\xa1\\\\x04\\\\xb6)&\\\\x05\\\\xe9\\\\x9a\\\\x8f\\\\x8f\\\\x81y\\\\xbc\\\\xdb\\\\xf9\\\\xb5\\\\xc7\\\\t\\\\x0fS\\\\x12\\\\xda\\\\xbc\\\\xc2\\\\x83\\\\x04\\\\xc0\\\\xfb:\\\\x93m\\\\xcb\\\\xba\\\\x88;\\\\xd55\\\\xe0`W\\\\xca\\\\xdd^!\\\\xca\\\\xae\\\\xd4\\\\xb0\\\\xa9\\\\x1b\\\\x9c\\\\x01\\\\x00\\\\xed$\\\\xef\\\\x13\\\\xa9\\\\'I\\\\xd0y\\\\xcfGn\\\\xd6\\\\xa2\\\\xc9\\\\xf0\\\\x86\\\\xb3Tc\\\\xe4\\\\xbf\\\\x08o\\\\x8e\\\\x9aFN\\\\x16>M\\\\xf6\\\\x05z\\\\xc6-\\\\xabp\\\\x05\\\\x81\\\\x86\\\\x0e\\\\t* k\\\\xe3\\\\xe5\\\\xd3nX0-\\\\x9a\\\\xb1\\\\xba\\\\xd9J\\\\xccA9\\\\xf8\\\\xa4<\\\\xdb.J\\\\x82\\\\xa6\\\\x17\\\\xe5}\\\\xb7\\\\x9bZ\\\\xd5\\\\x05\\\\x86\\\\xa0\\\\x00A\\\\x04\\\\x90Oi\\\\x11?^\\\\xab\\\\x97T\\\\'#\\\\x90\\\\xaa\\\\x93\\\\x88\\\\xb9%C\\\\xd5}\\\\x08\\\\xce\\\\xe5\\\\x82\\\\x98\\\\x1f\\\\x8aZX\\\\xeb\\\\xb2N\\\\x9d\\\\xf5\\\\xea]\\\\x0c_\"\\\\xb1\\\\x7f\\\\xea\\\\xd8\\\\x8d\\\\xee\\\\xa1\\\\x03\\\\xdf3_\\\\xabOW\\\\x80\\\\x1a\\\\xf6\\\\x07\\\\xb4i\\\\xd0\\\\x99f\\\\x8d\\\\xe6V+\\\\x9b\\\\x90\\\\xea\\\\xfb\\\\x9a\\\\xe0\\\\xd6h`\\\\xec]\\\\xa4m3\\\\xb6;v\\\\xd7S\\\\xfd\\\\xe0N\\\\xae\\\\xc4\\\\x02E\\\\xd6\\\\xca1y\\\\xac\\\\x99\\\\xf6wV\\\\xccA*\\\\xfb\\\\x80:\\\\x8f2L\\\\xc4\\\\xf8\\\\x7f\\\\x7fS!N\\\\xd5\\\\xd1pU\\\\xdb\\\\xf0\\\\xfe\"\\\\xcc*\\\\x89\\\\xb9\\\\xcd\\\\xf7\\\\xfbd\\\\x04s\\\\xba,;\\\\x86\\\\xf2$H3\\\\xa0\\\\xf1\\\\xed\\\\xf4\\\\xea\\\\x9cG\\\\xaa\\\\xa4\\\\xad=\\\\xbckT\\\\xd3\\\\xc8a-\\\\x95V\\\\xb6\\\\x85 kW\\\\xb6G\\\\xb8\\\\xa7S\\\\xacv\\\\x82\\\\t\\\\x04\\\\xf8xi\\\\xd3\\\\xe7j\\\\x12\\\\x0ch\\\\x16\\\\x93\\\\x90_\\\\x14\\\\x9b\\\\x93\\\\x81m,\\\\xcbK~f\\\\x95-\\\\xb7y\\\\x0e\\\\xc4\\\\xbfy\\\\x98\\\\x1a\\\\xe8z\\\\xcb\\\\xbb\\\\xb51 b\\\\x11\\\\x8b\\\\xbf\\\\xeaX-\\\\xb4c\\\\xd4\\\\xb7ec\\\\x87W\\\\x1b-U\\\\x8d\\\\xc0A\\\\x04K\\\\r;h\\\\xday\\\\x8e\\\\xa2\\\\xdcZ\\\\xa6\\\\xae\\\\x91~\\\\xe3\\\\x86\\\\'\\\\x04\\\\xbd\\\\x92\\\\xbf\\\\x1f\\\\xc9\\\\xca\\\\xbd)\\\\xfeUe\\\\t\\\\n\\\\xbb\\\\x95^`\\\\x82\\\\x8b\\\\x1d\\\\xd8\\\\xcc\\\\xe9\\\\xac~\\\\xdd[d\\\\x91\\\\xc86\\\\x0b*\\\\xe4\\\\x804@\\\\xb9\\\\x15\\\\xc3\\\\x18\\\\xeb\\\\xf9k@f;J\\\\x02\\\\x19\\\\xca\\\\xc1\\\\xdaZ\\\\x01>\\\\x06Lv\\\\xe9\\\\xe0\\\\x12\\\\x1c\\\\xa4\\\\xea\\\\xabs@\\\\xdb\\\\x1a\\\\xa2)U\\\\xcdE\\\\xa8\\\\x87!J\\\\x92\\\\xf2V\\\\x02\\\\xf8\\\\x88\\\\x80f|&:a\\\\x02\\\\x95P\\\\xe0Q\\\\xd4o\\\\xfd1VV\\\\xd3w\\\\'\\\\xb4\\\\xd8\\\\xdb\\\\xb7n\\\\xdc\\\\xb2b@b\\\\xc1u_\\\\x03\\\\xe0{u\\\\x06\\\\xdb\\\\x97C\\\\xa3\\\\xaa\\\\xc1\\\\xb8\\\\x8c\\\\x1a\\\\xef\\\\xa6\\\\xac|\\\\x84S+\\\\x0c6\\\\x80\\\\xac\\\\t\\\\xda\\\\xacdyF\\\\xbd\\\\xfa- \\\\xe6\\\\xbb\\\\xdb\\\\xab\\\\x04\\\\xc5o\\\\xc4\\\\xb3\\\\xf8\\\\xbc_\\\\xcde\\\\xa5x\\\\xcb\\\\x95Z\\\\xba=A,\\\\x95\\\\x02\\\\t$\\\\x13\\\\xa9:\\\\x83\\\\x1d\\\\xfad\\\\xac6)\\\\xf2\\\\xda\\\\x98\\\\n\\\\xe2\\\\x93\\\\xaf\\\\xc7\\\\x16Z\\\\xc9\\\\xfdC\\\\xda\\\\xad_\\\\xf9\\\\xc8\\\\xa7\\\\xd2\\\\xeb\\\\xe2T\\\\x08\\\\xd7MO\\\\x84\\\\xf5^Q\\\\x05W\\\\xce\\\\xa5x\\\\xc3\\\\x1a\\\\xd5\\\\xa3\\\\x7f*\\\\x11\\\\x9dB\\\\xc2\\\\xed\\\\xd010||b6\\\\xc8#\\\\xaex\\\\x80\\\\xc1O\\\\'8\\\\xa3V\\\\xd1\\\\xf1\\\\x9czAQQP\\\\x0c;\\\\xf6\\\\x94\\\\x04I\\\\xda\\\\'\\\\xb7\\\\x84u\\\\x121ne2\"\\\\x11\\\\xc4\\\\xac+lQ\\\\x0f\\\\x82\\\\xcbH\\\\xa9\\\\x89\\\\x86]\\\\xc4\\\\x13\\\\xb7\\\\xc1A\\\\x05\\\\x84\\\\x19\\\\xef\\\\xd7>\\\\x1ah\\\\xa2:N\\\\x0c\\\\x85\\\\xe7\\\\xf1\\\\xf9yd{\\\\xbc\\\\x80\\\\xa6\\\\xc1\\\\n\\\\x1d\\\\\\\\\\\\xc9\\\\x81\\\\xe92|\\\\x0fy\\\\xf2\\\\xeb\\\\x98\\\\xca\\\\xa8e\\\\x175(M\\\\xbcm\\\\xe5\\\\xe1\\\\xf9*\\\\xad\\\\xde\\\\xc1\\\\x84\\\\xfa\\\\xa7h%WY\\\\xfe O\\\\x91\\\\xed\\\\xd4\\\\x10\\\\x01K\\\\xd3^j]\\\\x1cVS=KM\\\\xb5*\\\\xabk5\\\\x90\\\\x0e\\\\xa5\\\\x81R \\\\x11\\\\xa7\\\\x7f\\\\x0e\\\\xbbJ8G\\\\x92?\\\\xf9w\\\\xf6(\\\\x17r\\\\x8a(\\\\x08\\\\nV\\\\xa3S\\\\xb8\\\\x13\\\\xab\\\\x1d\\\\x01\\\\x04@\\\\x00\\\\xeb\\\\xd7\\\\x1e\\\\xd4\\\\xd1\\\\x85M\\\\x16\\\\x0b_\\\\x0e\\\\xac\\\\xc9k\\\\xa5vV\\\\x8ci\\\\xdb\"m2\\\\x14\\\\x95\\\\xeed\\\\xf6\\\\xf0\\\\xfb\\\\x8fG\\\\x11\\\\x06\\\\xaa\\\\x82\"qd\"\\\\xeb\\\\xb7\\\\x13E\\\\xd9\\\\xa0V\\\\xc7\\\\xf9\\\\xd1\\\\xb40P5E>&u\\\\xff\\\\x00>\\\\xa7\\\\n$\\\\x93F\\\\n~\\\\x17\\\\xe4B\\\\xda\\\\xab\\\\x95{\\\\xd6\\\\xc4\\\\x9b\\\\x15l\\\\'\\\\xb3\\\\x18\\\\'\\\\xb6\\\\x84\\\\x9f\\\\xd9\\\\xe5=,\\\\xca\"\\\\x89\\\\x91\\\\x88w\\\\xc4\\\\xac\\\\xee\\\\xbf\\\\x8a\\\\xa5\\\\xff\\\\x00.\\\\xf4\\\\x1b\\\\xac\\\\xdf\\\\xb9\\\\xc0=\\\\xbcF\\\\xb0$1\\\\x1d\\\\xff\\\\x00\\\\xc3\\\\xa5\\\\xceQgd\\\\xc6\\\\x01i\\\\xbb\\\\xe4\\\\x14T\\\\xad\\\\x8d\\\\xf9%5\\\\xd8#\\\\xd4\\\\x80\\\\x93:\\\\x81\\\\x0b\\\\x1eQ\\\\xdfX\\\\xe9\\\\'p\\\\xc5\\\\x8e<\\\\xd1\\\\xb8v\\\\x01A\\\\xab*\\\\xbc\\\\xab\\\\x0f\\\\xa1\\\\x83\\\\x92\\\\xc2\\\\x08\\\\x01\\\\xa7C\\\\xa6\\\\xa3O\\\\r:\\\\xaf=\\\\xcd\\\\r*\\\\xde\\\\xa63 \\\\xd1\\\\x1ce\\\\xc8\\\\xa6\\\\xd3Sf\\\\x15v\\\\x0e\\\\xc5}\\\\x17-\\\\xa1\\\\x8a\\\\x90}@\\\\x8d\\\\xd2$\\\\x90\\\\xd3\\\\xe7\\\\xe7\\\\xafA?Q\\\\xaa\\\\x830pA~Vm\\\\xc4\\\\xe2\\\\xedZk\\\\xb0\\\\xde\\\\xfe\\\\x80\\\\x18j\\\\x0b\\\\x10@\\\\x00\\\\x18\\\\x90\\\\x14v1\\\\xe2zX\\\\x1a\\\\x03\\\\xe4\\\\xafX\\\\x8b\\\\x85\\\\xcd\\\\xd8\\\\x1f\\\\x0c\\\\xc2\\\\xfe\\\\xa6\\\\x99\\\\x16W]\\\\xb6\\\\xa8ck;\\\\xb9\\\\x96$v\\\\x00\\\\x9d\\\\x04\\\\xf7\\\\x03H\\\\x8e\\\\xb0\\\\xee\\\\x03+\\\\x8e\\\\xe0\\\\x14\\\\xf8Zp\\\\x98>E\\\\x97\\\\xf1^\\\\x13\\\\x80\\\\x19\\\\xbc\\\\xa6u\\\\\\\\o\\\\xe5\\\\tl\\\\x8eZ\\\\xdb\\\\x7f\\\\x90\\\\xa3n\\\\x81\\\\x15\\\\x81%\\\\xa0xw\\\\xed\\\\xd1Jb`F\\\\xd9\\\\xf5\\\\xe1\\\\xdf\\\\xd81uj\\\\xdd\\\\x90K\\\\x1cr_:?U?\\\\xdcnw,\\\\xd9\\\\x1c7\\\\xc2\\\\xda\\\\xcc\\\\x1e=f\\\\xa7\\\\xe6\\\\x18\\\\x15\\\\xb6\\\\xe1\\\\x10\\\\xcc\\\\x82};\\\\xa7\\\\xf6u\\\\xbd\\\\xf1\\\\xbf\\\\xf5\\\\xd1\\\\x16\\\\xb9~\\\\xb4\\\\xfdr\\\\xef\\\\xff\\\\x00\\\\xfcE9\\\\xba\\\\xdd\\\\xda\\\\xfc`\\\\xa4\\\\xaex.O\\\\xba\\\\xeb\\\\xb2,k\\\\xaf\\\\xb5\\\\xee\\\\xb5\\\\xcc\\\\xbd\\\\x8eK1?Ru=z\\\\xa0\\\\x00\\\\x0c0\\\\x0b`\\\\x00(\\\\x16\\\\xae\\\\xb9J+\\\\xc6\\\\xf1\\\\xef\\\\x99\\\\'hd,+\\\\xf4\\\\xfa\\\\x9c3v!\\\\x01\\\\x04\\\\xff\\\\x00\\\\x8f\\\\x84\\\\xf8\\\\x1cC\\\\xa8)\\\\xb3\\\\xff\\\\x00He\\\\x06kv\\\\xd5O\\\\xb8\\\\x83\\\\xd9g\\\\x1b\\\\xab\\\\x9d\\\\x01,\\\\xac\\\\xbak\\\\xd8\\\\t\\\\xf2>=\\\\x1e\\\\x84:\\\\x90NO\\\\x81\\\\xb3\\\\x8fSm\\\\x844\\\\x1f\\\\xe6%a\\\\xa1@\\\\x00\\\\x9fT\\\\x11&~\\\\xcf\\\\xa6\\\\xa3\\\\xa10R\\\\xe9g\\\\xa5\\\\xa2_\\\\xba\\\\xe5\\\\xcb\\\\xff\\\\xd4L\\\\xe5\\\\xb8?f\\\\xea\\\\xaf\\\\xaf\\\\xdc\\\\xbd\\\\x99\\\\x14\\\\xda\\\\xe0\\\\xef,TL\\\\xeb\";O\\\\xfc:\\\\xf3\\\\xb7\"B\\\\xf8\\\\xe4\\\\xec\\\\xe2R\\\\xd73\\\\xf2,\\\\x9b\\\\xf9\\\\nj\\\\xc4pl\\\\xc7Y\\\\xb1\\\\xce\\\\x8a\\\\xec\\\\xaaI\\\\x1a\\\\xf9\\\\x18\\\\xfb\\\\x7f\\\\xb8M\\\\xe9JUI\\\\xbbt\\\\xe1\\\\x1c\\\\x82V^B\\\\xccl\\\\x9b,\\\\xce\\\\xafm\\\\xf5\\\\xb0ctn\\\\xdf*B\\\\xe8\\\\t\\\\x1d\\\\xc6\\\\x9ff\\\\x9e=(\\\\x06*\\\\xbe\\\\xb1\\\\x13\\\\xda\\\\x9cs\\\\xa9\\\\xcb\\\\xe5x\\\\xc4\\\\x0bJ\\\\xd3\\\\x84l_pZ}I\\\\x03M\\\\xda\\\\xeb\\\\xa8\\\\xfb\\\\xfc|:f\\\\x92\\\\xd8+\\\\x9a\\\\r\\\\xc8\\\\xe0\\\\x86\\\\x9e\\\\x11(\\\\xc7\\\\xf6^\\\\xb5W\\\\x90\\\\xb6\\\\x1a\\\\xa6\\\\x19\\\\xc7\\\\xac\\\\xab\\\\x181\\\\xb8\\\\xa9\\\\xd7\\\\xcf\\\\xc7\\\\xa3\\\\x11\\\\x00\\\\xa96t\\\\xc6\\\\xa8\\\\x05\\\\x1f\\\\x1f\\\\xb5\\\\xec\\\\xc6\\\\xb7#\\\\x19\\\\x92\\\\x8b\\\\xec\\\\x8bL\\\\x04\\\\xb1\\\\x10\\\\xc8\\\\nD\\\\x19\\\\xd3S\\\\x1dD\\\\x03\\\\x17I\\\\xb7l\\\\x99v\\\\xf1U\\\\xd5?\\\\xa7X\\\\xf5\\\\xe3p\\\\x96c\\\\xbb\\\\xa3\\\\n\\\\xf7\\\\x9a\\\\xf5\\\\x00k\\\\xaa\\\\xc4n$\\\\x19\\\\xed\\\\x03\\\\xcf\\\\xae\\\\xbb@\\\\xc0\\\\xafEb\\\\x07MSfj#\\\\'\\\\xf3\\\\x7f\\\\x02\\\\xc6\\\\xfbXIP\\\\xd0Od&\\\\t\\\\xfd\\\\xdd\\\\x87U\\\\x04\\\\x01)w\\\\x19$dP\\\\x12\\\\xc2\\\\xec\\\\x8c\\\\xcf`;\\\\xe0z\\\\x89Q\\\\xe0I\\\\x02\\\\x01\\\\x83\\\\x13\\\\xe2z2K\\\\xaalJ\\\\x83Z\\\\x14\\\\xb5M\\\\x92]\\\\x92\\\\x05\\\\x82\\\\x17Y\\\\xfc\\\\x07\\\\xbfx\\\\x10CtCL\\\\xc3#\\\\x82\\\\xd3\\\\xc8\\\\xd6\\\\xbe\\\\xe2\\\\x16\\\\xacXW\\\\xd2D\\\\xb4\\\\r\\\\xcb\\\\xa4\\\\x82Gp\\\\x97\\\\xc6{,\\\\xba\\\\xe6;\\\\x81\\\\xb2AW\\\\x92\\\\t\\\\x06cC\\\\xf4\\\\xfbz\\\\x86|\\\\x91\\\\xb9P-\\\\xe4Z\\\\xa1MtbCTU\\\\x96\\\\xd6$\\\\x90\\\\x7f\\\\x88\\\\xb34\\\\xc0\\\\'Q>?t\\\\xc1\\\\xa2U]o\\\\xc4\\\\xc9\\\\xe4\\\\xb2o\\\\xa9+\\\\xbf\\\\xd9C\\\\xfc\\\\xc7 \\\\xed\\\\xda\\\\'\\\\xd4\\\\te\\\\x1a0\\\\x105\\\\xef\\\\xf5\\\\xe9\\\\x13-\\\\x9al#\\\\x83\\\\xf1\\\\xe4\\\\xaeN\\\\x0c7\\\\x1d\\\\x8b_\\\\xbeE\\\\xac\\\\xe0\\\\xc0`f\\\\x0e\\\\x93\\\\xdcjH\\\\x07C\\\\xe5\\\\xd51(\\\\xc6U\\\\xa3\\\\xadk6\\\\xe4\\\\xd8\\\\xad\\\\x95r\\\\xd5\\\\\\\\\\\\xfbYI\\\\xdc\\\\t\\\\x92ue\\\\x06A\\\\x13?\\\\x8a\\\\x0fL\\\\x8e\\\\xea$\\\\xe0\\\\xad\\\\x1bl\\\\x89.%y\\\\x15{\\\\xbe\\\\xf5j\\\\xb07n%T\\\\x0fH$\\\\x18\"\\\\t\"?\\\\xcb\\\\xa6^\\\\x03K\\\\x8c\\\\x10j\"\\\\x84 \\\\xb9\\\\x96\\\\xf1\\\\xa2\\\\xcb\\\\xb1/\\\\xb5Z\\\\xe5\\\\x05X\\\\xb8\\\\xf5\\\\x16S\\\\x13\\\\xbdX\\\\xcc\\\\x08\\\\x1a\\\\x08\\\\x83=&\\\\xdd\\\\xc8\\\\x9c\\\\xd5k\\\\x93\\\\x89I\\\\xd9\\\\xff\\\\x00\\\\x1f\\\\xe3-\\\\xa9\\\\xed\\\\xc6\\\\xcc\\\\x80\\\\x03\\\\xb7\\\\xb7\\\\xf8B\\\\x83 \\\\x08\\\\x10<\\\\xbe\\\\x82;\\\\x0e\\\\xafB1\\\\x11uFq\\\\x04\\\\xa5t\\\\xe1\\\\xb0l\\\\xbe\\\\xc5\\\\xcc\\\\xbe\\\\xe4V\\\\x05Yi\\\\x02$\\\\x8d\\\\x003\\\\xdb\\\\xf7\\\\xc4O\\\\x8fE\\\\x0b\\\\x90\\\\xff\\\\x00Q!\\\\t\\\\xb4\\\\x1d\\\\x92\\\\xbeU\\\\x16\\\\xd0\\\\xc6\\\\x03\\\\xd9AM\\\\xea\\\\x08Sa\\\\x97\\\\x92L\\\\xc4\\\\xc7\\\\xef\\\\xe977\\\\x10\\\\x8d]A\\\\xb0C5P\\\\x9b\\\\xdb\\\\x92(\\\\xcc\\\\xb3R<\\\\xa1\\\\xadt\\\\x1d\\\\x89-+\\\\xac\\\\xc7s\\\\xdaN\\\\x9dR\\\\xbb\\\\xbd1\\\\xa8\\\\xe5\\\\xc1L\\\\xb7d\\\\x11P\\\\x94\\\\xcd<\\\\xd8\\\\xc8k,eEESZJ\\\\x90\\\\x18\\\\xff\\\\x00\\\\x08\\\\x13\\\\xacH\\\\xec$\\\\x8d;t\\\\x16\\\\xf7\\\\x97M(\\\\xe8=\\\\xa0\\\\x0b\\\\x8c\\\\x13\\\\xd7\\\\x0e\\\\xfc\\\\xdeuVq\\\\x99\\\\\\\\\\\\xdf\\\\xe5\\\\xf1\\\\xef\\\\xad\\\\xc5\\\\xbe\\\\xeb\\\\x94B\\\\xaawI \\\\x1d\\\\xdd\\\\xbb\\\\x7f\\\\x8f[vg+\\\\x91bWj\\\\x94\\\\xce\\\\x97Qo\\\\xc2\\\\xa6\\\\xabZ\\\\xb6\\\\xca\\\\xf7\\\\x03\\\\xc8\\\\x0c\\\\xa3z\\\\x91:j\\\\xcb\\\\xe4\\\\x07\\\\xf9\\\\xf8\\\\x05L9H\\\\x94[7+\\\\xf5\\\\xdc~\\\\x05\\\\x0c\\\\xb6\\\\x1b\\\\x18Z@R\\\\xef\\\\xa8\\\\x98\\\\xdb\"\\\\x04\\\\x12@\\\\xd0\\\\x8e\\\\x80\\\\xc0\\\\x1a)\\\\x11\\\\x11\\\\xf5(\\\\x0c\\\\x98u^\\\\n\\\\xee+\\\\xb9v1\\\\xf4\\\\xa8m\\\\xdf\\\\x8bdjc\\\\xfd\\\\'\\\\xa1 \\\\x93@\\\\x96\\\\xd4.\\\\x8ec\\\\xe2\\\\xe3:\\\\x9b\\\\xb7=gy{\\\\'\\\\xb4\\\\x90ti?o~\\\\xde\\\\x13\\\\xd1\\\\xc2(\\\\xc7\\\\xa8:\\\\x1f\\\\x97~5h\\\\xb5\\\\x16{l\\\\x05\\\\xb6\\\\xbbI\\\\xf5\\\\x15+3\\\\xf5\\\\x07O\\\\xa7F0`\\\\x83\\\\x95T\\\\x1bP\\\\xbd\\\\x82\\\\xad\\\\xb0\\\\xacP\\\\xd8P\\\\x16\\\\x80\\\\t>:\\\\x88\\\\x8dc\\\\xbf\\\\\\\\C\\\\xa9\\\\x90 \\\\xd1\\\\x12\\\\xa2\\\\xcbP\\\\xfa\\\\xacw\\\\xa9\\\\xc1,]\\\\xb5\\\\x10\\\\x01eQ\\\\x00\\\\xf8\\\\x02u\\\\x1d\\\\x06\\\\xa6\\\\\\\\bQ*\\\\xf31^\\\\xb4\\\\x1e\\\\xa1k\\\\x02\\\\tq\\\\xb4\\\\xb0\\\\x80C(\\\\x06G\\\\xda~\\\\xbfoUM\\\\xc0\\\\x1f\\\\xa2\\\\xb3\\\\x16!G\\\\xbc%\\\\xdb\\\\x1a\\\\xb2\\\\xa4\\\\x14R\\\\xdb\\\\x0c\\\\xc1\\\\x1a\\\\x1d@\\\\xef\\\\xd8\\\\xcfi\\\\xf2\\\\xe9Gs\\\\x98\\\\xc5w\\\\xb6\\\\x0fFK\\\\xcek\\\\xa2\\\\xf0\\\\r^\\\\xe7p\\\\xd5\\\\x92D\\\\xf7;T\\\\x00g\\\\xbc\\\\x93\\\\xa7\\\\xd4u1\\\\xddJYq\\\\xd1,\\\\xc0D9S\\\\xb1\\\\xb3\\\\xaf\\\\xae}\\\\xa5U\\\\x1bv\\\\xa5\\\\x8a\\\\x9b\\\\x89\\\\x96\\\\x9d\\\\x01\\\\xd7\\\\xc7]t\\\\x03N\\\\xa27t\\\\xd0\\\\x97G\\\\x07`Q\\\\x16\\\\xe4lzUk\\\\xc6Cc+\\\\x12\\\\xce\\\\xa8\\\\x9b\\\\x8a\\\\xf7\\\\x82A\\\\x1e\\\\x02H?wA;\\\\xfa\\\\x83\\\\x10Sd\\\\x18Q\\\\x94G\\\\xc7\\\\xbb*\\\\xb7\\\\xbc_\\\\x16.\\\\xf2+@K,A\\\\x02}C\\\\xd2\\\\x0fs=U\\\\xb9-`\\\\x90rR\\\\x03\\\\x12\\\\xb2JmP\\\\xc3\\\\x1fk\\\\xca\\\\xab\\\\x17f\\\\xff\\\\x00S\\\\x03\\\\xa0\\\\x99\\\\x1a\\\\xea#\\\\xc3\\\\xbe\\\\x9dV\\\\x0e\\\\xd5\\\\xc7\\\\xa7\\\\x1f\\\\x94\\\\xc2I\\\\xc3\\\\x05\\\\x8b{\\\\xcf`\\\\x17=\\\\xc4\\\\xa8\\\\x84\\\\xae\\\\xbd\\\\x8a\\\\xb3\\\\xb7\\\\xbc}\\\\xa2\\\\xeb\\\\x12\\\\xb4;\\\\x8c\\\\x80%u3 i\\\\xf4\\\\xd3\\\\xc4u\\\\xbdj\\\\x021\\\\x0c\\\\xaa\\\\xc9\\\\x8e+\\\\xf5\\\\xb4\\\\x8b\\\\xdd\\\\x19,\\\\x18\\\\xf5$\\\\x83a\\\\x00\\\\x98\\\\xd4\\\\xcc\\\\t\\\\xd7Q\\\\xdc\\\\xfd\\\\xfd\\\\x1cB\\\\x8d\\\\x1a\\\\x96\\\\x9f\\\\xe4\\\\xd1c\\\\x1d\\\\xc0\\\\x11\\\\xaa\\\\xca\\\\x97\\\\x89\\\\x8f `\\\\xb4\\\\x98\\\\xf1\\\\x07\\\\xe9\\\\xd1j\\\\x02\\\\xaa3^\\\\xb6c\\\\xb1\\\\xb2\\\\xc5Co\\\\xb8\\\\x00\\\\xa1\\\\xb734\\\\x83\\\\xa9\\\\x90\\\\xb1\\\\xe5\\\\xa9\\\\xff\\\\x00\\\\xb4g\\\\xd5N\\\\xb2\\\\xb7\\\\xe3\\\\xdbe\\\\xec\\\\\\\\\\\\x95\\\\xb5\\\\xc7\\\\xe1\\\\x06Oa\\\\xbbw\\\\xe1\\\\x00\\\\x81\\\\xe6GI\\\\xf6\\\\xfa&k$\\\\xba\\\\xd9f5\\\\xefV\\\\xed\\\\xbf\\\\x96\\\\xa9F\\\\xed\\\\xc0n\\\\x12J\\\\x92\\\\xbbLv\\\\xdd\\\\xa6\\\\xbdX\\\\x16\\\\xc0AYc@\\\\xb4\\\\x10Yl5UaV\\\\xdc\\\\xa6\\\\xd1\\\\x01\\\\x8a\\\\xe8\\\\x0b\\\\x113\"\\\\x04\\\\x11\\\\xfe]\\\\t\\\\x94\\\\x8drSL\\\\x96T\\\\xd1f\\\\xc2\\\\xce\\\\xbb\\\\thg%\\\\x7f\\\\x14\\\\xf6\\\\x92\\\\x0c\\\\xee\\\\x89\\\\xfe\\\\xff\\\\x00\\\\x1e\\\\x88\\\\x06(LN8#\\\\x18\\\\x9c}\\\\x8ehB\\\\x81\\\\xfd\\\\xd3\\\\xb8\\\\x04\\\\xfclH\\\\nD\\\\x98\\\\x11\\\\xe7\\\\xa7\\\\x86\\\\x9dAa\\\\x874q\\\\x89\\\\x01\\\\xf0e`\\\\xf18\\\\xeb\\\\x8c\\\\x10\\\\xb8U\\\\xac\\\\xa3C,\\\\x05R\\\\xc3\\\\xf8\\\\x01\\\\x92}^\\\\x11\\\\xa6\\\\xbe=6#5\\\\x14\\\\x88M\\\\xd4\\\\xb2\\\\xb5\\\\xc1\\\\x8bK#\\\\x83b\\\\x12I:k3\\\\xdb\\\\xef:\\\\xfd t)P\\\\x1e\\\\xa4\\\\x1f\\\\xe6\\\\xaf]\\\\\\\\M\\\\xb0HC\\\\xb6+D!\\\\x88\\\\x1a\\\\xcb@\\\\x90aA\\\\xd24\\\\xf2\\\\xed\\\\xd2\\\\xaf\\\\xbe\\\\x83\\\\xd5k\\\\xd8\\\\x89\\\\xc5p\\\\xd7\\\\xeaO\\\\xeb\\\\xcf\\\\xc7~\\\\x10\\\\x99\\\\\\\\v\"\\\\x8eC\\\\x96D`\\\\x94\\\\xe3\\\\x18Y\\\\x81\\\\xff\\\\x004\\\\xeb\\\\x03lx\\\\xfd:\\\\xa1\\\\xb7\\\\xf8\\\\xab\\\\xdb\\\\xab\\\\x87Hh\\\\xe6x\\\\xc7\\\\xb3\\\\xc5l\\\\xed\\\\xb6\\\\x92\\\\x98\\\\x19\\\\x02\\\\xbev\\\\xfc\\\\xeb\\\\xf5\\\\'\\\\xe4\\\\xdf7\\\\xcc{y\\\\x8eF\\\\xdbq\\\\x81\\\\xddO\\\\x1a\\\\tZk\\\\'\\\\xb3\\\\x05\\\\x04O^\\\\xb7c\\\\xf1v6C\\\\xd0\\\\x1eY\\\\xc8\\\\xe2\\\\x7f\\\\x1d\\\\x81z-\\\\xbe\\\\xda6\\\\xc5\\\\x02\\\\xadI\\\\'\\\\xbf\\\\x87a\\\\xd5\\\\xe5iy\\\\xd7.[+\\\\xac\\\\xb9\\\\xec\\\\xdbA\\\\x1b\\\\xd9D\\\\xc0&>\\\\x9dH\\\\x0e\\\\xb9Z\\\\xff\\\\x00\\\\x14\\\\xe3QV\\\\x8d\\\\x1d\\\\x181%\\\\x94\\\\xedp\\\\xd0\\\\x0c,\\\\rL\\\\x18\\\\xfb;i\\\\xdd\\\\xf1\\\\x0c\\\\x97#\\\\xcb\\\\x15k\\\\xe0a\\\\x01\\\\x8e\\\\xa0\\\\x8fn\\\\xb0Y\\\\xbd\\\\x82\\\\xd0Tw\\\\r\\\\xde`\\\\xc81\\\\'N\\\\x8b\\\\xb1\\\\x00/\\\\x89K\\\\x7f!\\\\xe2\\\\x8eF*&>?\\\\xb6\\\\x01-\\\\x8d\\\\\\\\F\\\\xc2\\\\xe3Q\\\\xe4\\\\xce@\\\\xf2\\\\xee$F\\\\xbdH\\\\\\\\]Q\\\\x99\\\\xbcvE7\\\\x9aMV\\\\x06h\\\\x17X\\\\xe0\\\\x1d\\\\xcd\\\\xab\\\\x1dLCD\\\\x08\\\\xee~\\\\xfe\\\\x90cT\\\\xe7P=\\\\x85\\\\xfa~\\\\xd3\\\\xff\\\\x00\\\\xbb\\\\xd40R\\\\xbf\\\\xff\\\\xd5\\\\x8b\\\\xc1f\\\\x1b8\\\\x90\\\\xb7\\\\xfa\\\\xea\\\\xc6_n\\\\xaeA\\\\x99\\\\x00z\\\\xd8\\\\x18\\\\x8dHa\\\\xaf\\\\xdd\\\\xd6\\\\x19/\\\\n\\\\xaf\\\\x92Y\\\\x911:\\\\xb0T\\\\xf6f5C3\\\\'+\\\\x02\\\\xf1Y\\\\xad\\\\x8b[\\\\'p\\\\xd0\\\\xac\\\\xac\\\\xac\\\\xea6\\\\x9dc\\\\xe9\\\\xf6\\\\xd1\\\\x83\\\\x83\\\\xd8\\\\xa9\\\\x1bo\\\\'\\\\x89Kf\\\\xb6\\\\xe4\\\\xac\\\\xc5\\\\xaa\\\\xb5\\\\x0ba\\\\xb0\\\\xb0\\\\xb2\\\\xcfR\\\\x91\\\\xf8\\\\x9c\\\\x13\\\\x02\\\\t\\\\xf3=D\\\\x8a\\\\xac#\\\\xa8\\\\xb0L\\\\x9c\\\\x86u\\\\xd8\\\\xd4W\\\\xc5\\\\xfb\\\\x9e\\\\xf9\\\\xa6\\\\x91e\\\\xcc\\\\xcd2\\\\x82v\\\\xce\\\\xd2}Q\\\\x1a\\\\xf9\\\\x0e\\\\x8f[\\\\xd0+r&\\\\x00DrE>/\\\\x96\\\\xde\\\\xcd\\\\x16d\\\\x94\\\\xb2\\\\xbb,\\\\nB\\\\xee\\\\x0c%\\\\xa4@\\\\x04\\\\xc0\\\\xfay\\\\x89\\\\xf3\\\\xe8\\\\xad\\\\xb8\\\\xc4:\\\\x9b\\\\x17I\\\\xc6\\\\xb9+;\\\\x91\\\\xe1\\\\xeb\\\\xa9\\\\x11\\\\xab\\\\xaa\\\\xacqz\\\\xfbu\\\\xb2\\\\xc1Y\\\\x13?\\\\xe9\\\\x12{Gq\\\\xf6\\\\xf4\\\\xfb\\\\xa0F.\\\\xb4\\\\x85\\\\xa8\\\\x06*\\\\x7f\\\\xc1\\\\xb96\\\\xc2\\\\xe4\\\\xb9\\\\x0c\\\\x13\\\\xb8\\\\x14]\\\\xea\\\\xc0\\\\x97\\\\xdc\\\\x01\\\\x04yL\\\\t\\\\x07\\\\xca;\\\\xf5_S\\\\x84\\\\xeb3w\\\\n\\\\xc3\\\\xc9#&\\\\xd6\\\\xabbl\\\\xad\\\\x8a\\\\xb5m>\\\\xb6\\\\'|\\\\xe8u\\\\x9f\\\\xb7\\\\xec\\\\x1d$H\\\\x81\\\\x82\\\\xeb\\\\x81\\\\xcb!9X\\\\x8e\\\\x95\\\\xab\\\\xc9p\\\\xe0\"H \\\\x96I\\\\xda\\\\x06\\\\xa4\\\\xcc\\\\xea\\\\x0f\\\\x8e\\\\x9f|JOB\\\\x15s\\\\x10\\\\x1a\\\\xa9z\\\\xc1\\\\xb16\\\\x88\\\\x05\\\\x03\\\\x16\\\\x98\\\\x03q:\\\\xea`\\\\xf7:\\\\xe9\\\\xd4\\\\xc6\\\\x95\\\\x08]\\\\x82\\\\xd1il\\\\x9d@7\\\\x1fl\\\\xfe\\\\'\\\\x90\\\\x00h$\\\\xeb\\\\x04\\\\xcfx\\\\xed\\\\xafF\\\\xc0\\\\xe4\\\\xa62\\\\xcdF\\\\xae\\\\x98 S_\\\\xbfh_\\\\xe6\\\\xa2\\\\xa9\\\\x1a\\\\x01>\\\\x99\\\\xd0\\\\x81\\\\xe3\\\\x11\\\\xd7ib\\\\xe8^\\\\xbfDo\\\\x0e\\\\xbb\\\\x14\\\\x8a\\\\xe0\\\\x92\\\\xc9\\\\x1bO\\\\xab\\\\xf1Gc\\\\xaf\\\\xab\\\\xc2|:D\\\\xae\\\\xd5\\\\x80\\\\xabx\\\\xa6B\\\\x14\\\\x04\\\\xac\\\\xb9\\\\x1a\\\\x83V\\\\xecJ\\\\x8a\\\\xd8B\\\\xd93\\\\xac\\\\xc8\\\\x80\\\\xc4O\\\\xa4\\\\x0e\\\\x89\\\\xf8\\\\xe5\\\\xe2\\\\xa4\\\\xb0\\\\x15A\\\\xa8\\\\x02\\\\xb6,l\\\\xf7V\\\\xc6\\\\x1b\\\\xca\\\\xc6\\\\xb2@R\\\\'\\\\xc4A\\\\xd3\\\\xcb\\\\xc7\\\\xa7E&\\\\xae\\\\xeas3\\\\xd5`(K\\\\xed\\\\x1e\\\\xbd\\\\xac\\\\x08$\\\\x8fG\\\\xe2\\\\x07O\\\\x11\\\\xf4\\\\xeaW:\\\\xd1_!v\\\\xdd\\\\x8a6\\\\xd6w5k\\\\x01\\\\x94\\\\xcfv\\\\x00\\\\x90\\\\'\\\\xf7}\\\\xddC\\\\xf3Q\\\\xa5\\\\xcfU\\\\xe0{\\\\x99\\\\xabv@\\\\xf6\\\\x13\\\\xa36\\\\x81\\\\xd4\\\\x12\\\\xd0\\\\xe6N\\\\xa1\\\\xbby\\\\x9f\\\\x1e\\\\x84\\\\xbb2\\\\x8a\\\\x12\\\\xa4c5d%v\\\\xa4\\\\xde\\\\xc3j\\\\x83\\\\xaa\\\\x9d\\\\xa0\\\\xfa\\\\x7fgy\\\\xf3\\\\xeb\\\\xa8Ob\\\\x98\\\\xd3\\\\xb1K\\\\xbf\\\\x13\\\\x1f\\\\xd9\\\\x9a6m\\\\xfcU\\\\x89\\\\x90\\\\t\\\\x99+\\\\x03R>\\\\x9f\\\\xe3\\\\xd7\\\\x18\\\\xd5\\\\x1e\\\\x0c\\\\x12\\\\xbb\\\\xe5\\\\xe5R\\\\xd0\\\\xb0Y\\\\x8f\\\\xf3A\\\\x90\\\\xf04i\\\\x81\\\\x1a\\\\x93\\\\xdb\\\\xfe\\\\xde\\\\xa1\\\\x8b\\\\xbaQ \\\\n\\\\xa2k\\\\xc9r\\\\x16\\\\x80\\\\xe4EB7\\\\xd6?\\\\x85\\\\x9a\\\\x08\\\\xd0\\\\xccO}\\\\x04tz\\\\xa4\\\\x14\\\\x83\\\\xaa\\\\x8a\\\\r\\\\x1c\\\\xaf\\\\xba\\\\xc12\\\\x90[j\\\\xfe-\\\\xab$\\\\x98$\\\\x9043\\\\xa7\\\\x80\\\\x8e\\\\x99\\\\x1b\\\\x9c\\\\xd4=H[\\\\x1a\\\\xbc{\\\\xea,\\\\xa5\\\\xa8\\\\xdaI\\\\xde\\\\x86\\\\x03\\\\xa9\\\\xfe\\\\x13\\\\x04\\\\x924\\\\x1aN\\\\x9d\\\\x0b\\\\x82T\\\\xc5\\\\x0b|\\\\x1bU\\\\xc8\\\\xae\\\\xf5p\\\\xbf\\\\xf2\\\\x81\\\\x92\\\\xea\\\\xa4\\\\x1d\\\\xca<\\\\xc1\\\\x81\\\\xdc\\\\x9f\\\\xa1\\\\xf1\\\\xea4\\\\x0cAP@\\\\x89vR\\\\xdb\\\\x0b%\\\\x95}\\\\xbd\\\\x80\\\\xda@7R\\\\t\\\\x11\\\\x044i$O\\\\x88=\\\\xe7\\\\xa0\\\\x9d\\\\xb2\\\\xef\\\\xc9\\\\x1cd*\\\\x16\\\\x8f\\\\x7f\\\\x96J\\\\xd5)P\\\\xf4\\\\xc3-4\\\\xedf\\\\xdd\\\\x1f\\\\xc4\\\\xd2\\\\xc6\\\\x0ci\\\\xafF$@R\\\\xe4\\\\xa9\\\\x03)\\\\xacuKqw\\\\xa5\\\\x8aQ\\\\x9d\\\\x84h\\\\x00\\\\x04xL\\\\xc7\\\\xee\\\\xf2\\\\xea\\\\r\\\\xc1Z(\\\\x1fU\"\\\\xac\\\\',m\\\\xa6\\\\xdf\\\\xcbMp\\\\t\\\\xd3tI*d\\\\x0fP\\\\x1d\\\\xa3\\\\xcf\\\\xa1\\\\x00\\\\xc8#\\\\x8c\\\\x1e\\\\x8bJ{\\\\x88]r2C-\\\\x8a\\\\x0f\\\\xbe\\\\x08Uo\\\\x0f\\\\x08\\\\xeeLA:A\\\\xea}\\\\xb2I\\\\x19(,\\\\xe1Cz\\\\x99\\\\xb7!\\\\xb9YJ\\\\xfb6U#B\\\\x0cL3\\\\x18o\\\\xaf\\\\xd3\\\\xa9\\\\x85\\\\xa0\\\\x05\\\\x10\\\\xea|Ym\\\\x18-v\\\\xc4\\\\xa8\\\\xa9j\\\\xfb\\\\xcb\\\\x17\\\\x00\\\\x1d$\\\\xc9 N\\\\xd0\\\\x04\\\\x8d@\\\\xeb\\\\x84\\\\n&z\\\\x14@afcUH\\\\xa6\\\\xf0+\\\\xac\\\\x19!\\\\x892\\\\xeb\\\\x05b\\\\x08\\\\xef\\\\xafx\\\\'\\\\xa8\\\\xd30jQD!\\\\x19\\\\xf5\\\\xd5\\\\x92\\\\xab\\\\xfc\\\\xf4U\\\\xb5\\\\rl\\\\x87@T\\\\xf61\\\\xa8 i\\\\xa7\\\\x9fo\\\\x0e\\\\x8d*B$2\\\\x1f\\\\x8f\\\\x8e\\\\x0e\\\\xd2\\\\xb9U\\\\xa3!V\\\\xb9\\\\x00;UPL+\\\\x1dI\\\\x98\\\\xd6?\\\\x7fD+\\\\x89AA\\\\x82\"\\\\xd8\\\\xd9\\\\xefS\\\\x0f\\\\xcd\\\\x8a\\\\xdc\\\\r\\\\xca~\\\\x91(\\\\xa0m\\\\x81\\\\x11\\\\xa6\\\\xbd\\\\xfb\\\\x0f\\\\x1e\\\\xb9\\\\x91\\\\xcc\\\\x12\\\\xa3Y\\\\xc2\\\\xe5^6YeV%\\\\xdbK\\\\r\\\\xc0\\\\xb1\\\\x96\\\\x86\\\\xd0\\\\xc8\\\\x11\\\\x1e\\\\x11\\\\xe1\\\\xd0\\\\x1blqP-\\\\xe1\\\\xc9\\\\x06\\\\xb3\\\\x8a\\\\xb7\\\\x1a\\\\xe8{R\\\\xb0I\\\\x1d\\\\xff\\\\x00\\\\x88\\\\xfe\\\\'$\\\\xc6\\\\xee\\\\xda\\\\xfe\\\\xce\\\\xb8F\\\\xa8%l8[\\\\xb1\\\\xf1`{Ve\\\\x8d\\\\xcd\\\\x1e\\\\x8d\\\\n\\\\x99\\\\xda\\\\x01`\\\\x0cN\\\\xb05\\\\x9f\\\\xdf\\\\xd4\\\\x18\\\\x87\\\\\\\\#\\\\xe6\\\\xb5\\\\xda\\\\xb8\\\\xe8K\\\\xab\\\\xa2J\\\\x88\\\\nB\\\\xed-\\\\xae\\\\xb04\\\\x9f!\\\\xa7\\\\xed\\\\xe8#0\\\\xb8\\\\xc0\\\\x01FCY\\\\xaaf\\\\xdfaU[B\\\\xff\\\\x00-\\\\xbbzO\\\\xd7XR{u:\\\\x98\\\\xd5\\\\x01\\\\x01J\\\\xab.\\\\xafR[y%\\\\xbb\\\\x17B\\\\xe7\\\\xceH\\\\x1a\\\\xe9\\\\xdf\\\\xca?|\\\\xeb\\\\x04\\\\xb2 \\\\x00\\\\x0b~>w\\\\x1dW\\\\xba\\\\xe79\\\\xf2\\\\x10\\\\x90\\\\xd6-k\\\\xf8\\\\x0b\\\\x01\\\\xb7\\\\xb4i\\\\xe7\\\\xa1\\\\x81\\\\xf5\\\\xeb\\\\xbd\\\\xdeH\\\\xe2\\\\x075\\\\xbb\\\\xfa\\\\xa7\\\\x12\\\\x96\\\\x15\\\\xb1\\\\xab\\\\xb2\\\\xd0\\\\xb2$\\\\x82I\\\\'I\\\\x02\\\\x04\\\\x99\\\\x90\\\\x0f\\\\xd3^\\\\xdd&W\\\\t\\\\xcd\\\\x94\\\\x02\\\\x1f\\\\n\"\\\\x98\\\\x7f\\\\'\\\\xa5.\\\\xad0\\\\xf0\\\\xc5\\\\xcc\\\\xa7k-{VZA,J\\\\xaf\\\\x7f\\\\xb8\\\\t\\\\x1dfn\\\\xf7\\\\x17\"]\\\\x95\\\\xbbF$\\\\xabw\\\\x0e\\\\xbaO\\\\x0bnW%a\\\\xab%\\\\xeb\\\\x07\\\\x16\\\\x85\\\\x88\\\\xdd\\\\xacL\\\\xf6\\\\x03\\\\xbc\\\\xfe\\\\xee\\\\xb2\\\\xa5vR\\\\x95j\\\\xcbn\\\\xc0\\\\r\\\\xc9)\\\\xe3Yr\\\\xbe\\\\xe6ore\\\\xdfi\\\\x00\\\\x91\\\\xbbB\\\\xa0\\\\xc6\\\\x86&zi$\\\\x1e\\\\xd4\\\\xc9\\\\xe9\\\\x95S\\\\xdafY\\\\x8f\\\\x88\\\\x94\\\\xefk+\\\\xb0\\\\x93E;\\\\xb6\\\\xe9\\\\xa2\\\\xa1\\\\x04D\\\\x19:\\\\x1e\\\\xb5$H\\\\xb7\\\\x17uJa\\\\xc9\\\\x18*\\\\x8b\\\\xe4\\\\x0f\\\\x9bNM\\\\x97\\\\xd5X\\\\xfc\\\\xb7\\\\xf3\\\\x0b\\\\xcc&\\\\xc3\\\\x06d\\\\x08\\\\xd4\\\\x8f\\\\x1e\\\\xdat\\\\xbbP\\\\xf5aL\\\\xbb{\\\\x16e\\\\xe2h\\\\xca\\\\xad\\\\xcb\\\\xca\\\\xe6\\\\x1a\\\\xebV\\\\xac\\\\xc6\\\\xa6\\\\xbd\\\\xc1\\\\x82H>\\\\xa6\\\\x90\\\\x19f;\\\\x91\\\\x1foM6\\\\xee\\\\x93RG5^R`\\\\xb7\\\\xf1\\\\xf9YH\\\\xb7\\\\xed7)\\\\x0c\\\\xbe\\\\xc0\\\\xb9a\\\\xa2\\\\xde\\\\xe0)\\\\xd4A0#\\\\xb6\\\\xbat\\\\xd1\\\\xb7\\\\x0cM_%\\\\xd1\\\\x90!\\\\xd1\\\\xab\\\\xf2\\\\xf9<\\\\x8awl\\\\n\\\\x95+\\\\x1a-\\\\x81\\\\xa2\\\\xa8>\\\\x92`\\\\x1f\\\\xbc\\\\xfd\\\\xfd\\\\x17\\\\xb3)\\\\x06FnID^C!T\\\\xd6q\\\\xd5\\\\xae\\\\xaaE\\\\x8e\\\\x16v\\\\xfaHe\\\\x12O\\\\x8f~\\\\xbb\\\\xfc@E@Q\\\\xef\\\\xca%y@\\\\xae\\\\xe5\\\\x19\\\\x16S\\\\x0cB\\\\x8flA#I\\\\xd3^\\\\xe0\\\\x0e\\\\xff\\\\x00\\\\xf0\\\\xe8\\\\xac\\\\xed#l\\\\xba\\\\x03x\\\\xcb\\\\x1c\\\\x91<\\\\xac\\\\xbe-\\\\x00sK\\\\x05\\\\x91\\\\xee\\\\x93\\\\xb6W\\\\xc5\\\\x8bB\\\\x932\\\\xdf\\\\xe9\\\\xed\\\\xd5\\\\xb7\\\\x03\\\\x05\\\\xd2\\\\x9c|V\\\\x83\\\\x7f\\\\x11e\\\\x8c\\\\xd48\\\\xc7\\\\xb9\\\\xe6,\\\\x0e\\\\xa4\\\\xee\\\\xed\\\\x00} k\\\\xdf\\\\xfcBS\\\\x08c\\\\xa4\\\\xd1o8\\\\xfcu\\\\x8e\\\\x1c]6\\\\xa5d\\\\x972\\\\x16\\\\xc7\\\\x88\\\\x91\\\\xbb\\\\xb0\\\\x0b\\\\xacGP.8\\\\xc18F8\\\\x15\\\\xe2\\\\xf1\\\\x83%\\\\x1d\\\\xf1T\\\\x17\\\\x07{i3\\\\x10\\\\xac\\\\xc65\\\\xf0\\\\x88#\\\\xa8\\\\x0e\\\\n\\\\x1d\\\\x00\\\\x86\\\\xfe\\\\x16?\\\\x97\\\\xe4\\\\xe8\\\\xde\\\\xc4-t\\\\xdav\\\\xa2<\\\\x9e\\\\xe27\\\\xc0 \\\\xe9\\\\xa0\\\\xf1\\\\xd7\\\\xeb\\\\xd1\\\\x90q\\\\\\\\\\\\x01\\\\x01\\\\x90\\\\x9bpsA\\\\xdb\\\\x01\\\\x19B\\\\x83d\\\\x8d\\\\xcc\\\\x1bv\\\\xe9\\\\x02v\\\\x82\\\\x06\\\\x9e\\\\x1fp\\\\xea\\\\'=)B\\\\x04\\\\xe2\\\\x17\\\\x86kK\\\\r!\\\\x92\\\\xf0Hw\\\\xec\\\\x01\\\\x9d`37bfz\\\\xad\\\\xfeF\\\\xaaG\\\\x14\\\\xdd\\\\x0c\\\\xa2{9Yf\\\\xbf\\\\xccR\\\\xe2\\\\xc4Y\\\\xf4\\\\xe8\\\\x1a\\\\x1bH\\\\x0243\\\\xdet\\\\xea\\\\xa5\\\\xdfrN\\\\xc1M\\\\xb0\\\\x1f\\\\x17Z\\\\xc5e\\\\x1fbb\\\\x07F\\\\x96c\\\\xbaT\\\\xb4F\\\\xe0[M|\"g\\\\xa3\\\\xd4$\\\\x18.\\\\xd3\\\\xa6\\\\xb9\\\\xad\\\\x86\\\\xdb\\\\xa9\\\\tYz\\\\xd7\\\\xdc\\\\x1a\\\\x03\\\\xa1\\\\x12;Oru\\\\x1f\\\\xe1\\\\xd2!\\\\x10H\\\\x8f4C\\\\x9a\\\\xf4db\\\\xec\\\\x8fcu\\\\x96\\\\x15\\\\x0c|\\\\x04@\\\\x11$y}\\\\xdf^\\\\x9c-D\\\\xd0!r\\\\x06\\\\x0e\\\\xb0L\\\\xd5\\\\xb1\\\\xc1JB\\\\x05A\\\\xb41&\\\\x17\\\\xbe\\\\xa1\\\\x8c\\\\x9e\\\\xfa\\\\xe9\\\\xf5\\\\xeb\\\\x8bP\\\\x0cW\\\\x00I$\\\\xe0\\\\xb5[~M\\\\x8f\\\\xba\\\\xb1m\\\\x8d>\\\\xddj\\\\xab\\\\xbaw\\\\x11\\\\xe0\\\\x0cw\\\\xed\\\\x1d\\\\xba\\\\xa7 \\\\x00r\\\\xe6\\\\xbd\\\\xe9\\\\xa6\\\\xa5\\\\xb0[j\\\\xa7${\\\\xb5\\\\xfb\\\\xa6\\\\x88\\\\xff\\\\x00\\\\x9c\\\\x15\\\\xf5C\\\\xe4c\\\\xc6c\\\\xb1\\\\xe8.\\\\xbe\\\\x96\\\\x05\\\\x8b2\\\\x88D;\\\\xd7\\\\x15\\\\x9e^U\\\\xb6\\\\xd8\\\\xa1m\\\\xb0\\\\xa6\\\\xf6\\\\xad@\\\\xf2\\\\xd0\\\\x18\\\\xd0D\\\\x9e\\\\xc3\\\\xf7\\\\xe9\\\\xd2\\\\x88\\\\x96]\\\\x89\\\\xb8\\\\xba\\\\x97\\\\x81xJ\\\\xbd\\\\xc6U\\\\xc65\\\\xb4\\\\x00\\\\xc4\\\\xb1$\\\\xc0+#\\\\xf8\\\\xfc\\\\xa3\\\\xfb\\\\xfa\\\\x88\\\\xc4\\\\xff\\\\x00\\\\xa8`1~\\\\x7ftQ$a\\\\xe1\\\\xcdK\\\\xcak\\\\xf22%i\\\\xb5\\\\x80\\\\xec\\\\xe0jX\\\\x81\\\\xdb\\\\xc24\\\\x89\\\\x13\\\\x1dX\\\\xb5nb\\\\x85\\\\xdb\\\\x8f\\\\xaa\\\\xeb\\\\x93\\\\x18\\\\x85*\\\\x9e?2\\\\xfa\\\\xab\\\\xad\\\\x93\\\\xfe\\\\x9c\\\\x90\\\\xec\\\\xc1w\\\\x08\\\\x9fQ\\\\x92u\\\\x92#\\\\xcf\\\\xabB\\\\xd1\\\\x981\\\\xc0%\\\\xc5\\\\xe2\\\\xc5HL$\\\\xac\\\\xd9]{\\\\x0bY\\\\xe9\\\\xb6\\\\t$\\\\xb4o\\\\x82[Bd\\\\x03\\\\xa7WlY\\\\x8c\\\\t\\\\xeeK\\\\xb9R\\\\xa4\\\\xb3\\\\xd2\\\\xab\\\\xaa\\\\xad\\\\x8eK<\\\\xc9;\\\\x89\\\\x86\\\\x92\\\\t\\\\x80{\\\\xe9=]`0@\\\\xe1\\\\x9d\\\\x94+\\\\xaf\\\\xf5%R\\\\xf6R[iPe\\\\x86\\\\xd5%{\\\\x93\\\\xba\\\\x00\\\\xef\\\\xd2\\\\xc9z\\\\x15\\\\xc7\\\\x9f%\\\\xa3\\\\x19CY\\\\xad\\\\x89V\\\\xb1e\\\\x8d&7\\\\x0f\\\\x11\\\\xa1\\\\x82Z\\\\x01\\\\x83\\\\xe5\\\\xd1\\\\x08\\\\xa0\\\\x8dT\\\\xe4j\\\\x10\\\\x92H *\\\\xb2nV\\\\xf5\\\\rKL,@\" \\\\xc6\\\\xbe\\\\x1d\\\\x15\\\\n(\\\\x80\\\\x07E\\\\x89\\\\xbd\\\\xd9c|\\\\xb5R\\\\xce\\\\xca\\\\x1bk\\\\x16\\\\x906\\\\xf7+\\\\x1e1\\\\xf6\\\\xf4\\\\'\\\\x05\\\\x0e\\\\xb7\\\\x95\\\\xbf\\\\xdc\\\\xd5]\\\\x11kS\\\\xbc\\\\x99\\\\x00\\\\x13\\\\xba\\\\x08&#\\\\xceF\\\\x9d\\\\x04\\\\x81t\\\\xf2\\\\n\\\\x90\\\\xefUj+\\\\xaa\\\\x94\\\\xb1\\\\xdd^\\\\xc1\\\\xb8\\\\x90\\\\x1c\\\\xccOa#\\\\xc4j:h\\\\x05\\\\xd9@<\\\\x82\\\\xdf\\\\xc6Rnz\\\\xe5Yt\\\\x05Q\\\\xc2\\\\xce\\\\x86!\\\\x84\\\\x9f\\\\xc5\\\\xacA\\\\xf0\\\\xeb\\\\x84TF\\\\xacJk\\\\xdfR(\\\\xad\\\\x17o\\\\xb6$\\\\xa41\\\\x98 F\\\\x82|\\\\'\\\\xb8\\\\xd3N\\\\x97\\\\xec\\\\x9c\\\\xcaq\\\\x98\\\\x1d\\\\x89\\\\xbf\\\\x8e\\\\xa5\\\\xec\\\\xf7B++Y\\\\x0b\\\\xb7d\\\\xb8\\\\x04\\\\x18\\\\xf4\\\\xf6\\\\x80\\\\x00:\\\\x88\\\\x8e\\\\x9b\\\\xac\\\\x00R\\\\x0cu\\\\x07F\\\\x97\\\\x11\\\\x8d\\\\xfe\\\\xfd\\\\xd2\\\\xa7RA\\\\x8dv\\\\x9f\\\\xc4F\\\\x92I_\\\\xf4\\\\x8f?\\\\x1e\\\\x95\\\\xee\\\\ta\\\\x82\\\\xed\\\\x0cYP\\\\x7f\\\\xaf\\\\xbf)\\\\xc9\\\\xe3\\\\xf8+x\\\\xfe5\\\\xdb\\\\x1b\\\\'-]N\\\\xb2\\\\xc3I\\\\x85c\\\\xea\\\\xd1t\\\\xef\\\\xd5\\\\xcb\\\\x16\\\\xcd\\\\xc3\\\\x82\\\\xf4\\\\x1b\\\\x0b\\\\x02S\\\\x00\\\\xe0\\\\xbeB\\\\xfc\\\\xbb\\\\x85\\\\xccL\\\\x9b\\\\xac\\\\xb6\\\\x9b.6X@u\\\\xf5\\\\x17,\\\\xc6Z\\\\x00$hu\\\\xf3\\\\xfd\\\\xddz\\\\x1b6\\\\xf4@\\\\x0c\\\\x17\\\\xa9\\\\xb3\\\\xe9\\\\xa0\\\\x14Um\\\\x98\\\\xb9d\\\\xa4\\\\xd0\\\\xe2\\\\xb2\\\\xda\\\\xeb\\\\x02\\\\\\\\\\\\x85\\\\xfcM\\\\xdat\\\\x1a\\\\xf5%]Z\\\\xd7\\\\x15\\\\x9e\\\\xb0\\\\xec\\\\xca\\\\xa3p_p\\\\x9f\\\\x01\\\\xa1\\\\xfa\\\\x10\\\\xbaO\\\\xfd\\\\x9ds)Z\\\\x8e9\\\\xac\\\\xaf\\\\xbd\\\\xa2\\\\x91$\\\\x03&\\\\t\\\\x02\\\\x7f|\\\\x8e\\\\xa1\\\\x97)\\\\xd8t\\\\xa8\\\\xcaJ\\\\x8b(V?\\\\xfe\\\\xf0\\\\x8cY{\\\\xe8F\\\\x84\\\\xf6\\\\x12\\\\x01\\\\x1fS\\\\xa7b\\\\n\\\\n\\\\xbb~,)\\\\xb6\\\\x9d\\\\xe8\\\\xa0\\\\x06!]Y\\\\x95P0\\\\x90\\\\xc6T\\\\x90&\\\\x06\\\\xe04\\\\x04O\\\\xd9a\\\\xcb$i\\\\x1a\\\\x8b\\\\n\\\\xab\\\\x0b\\\\x1e\\\\xa7]\\\\xc1P#;\\\\x18\\\\xb1}\\\\x1b_P\\\\xba\\\\x10|\\\\x7f\\\\xb7\\\\x8fP\\\\xbb\\\\x02\\\\xa2\\\\xf2X\\\\xa51\\\\n\\\\xb5\\\\xfb\\\\xc9R\\\\xc3BJ3\\\\xea!\\\\x97\\\\xc07\\\\xa4G\\\\xf8\\\\xf5!D\\\\x89\\\\x0c\\\\xf8\\\\xf9*_\\\\x98\\\\xc2U\\\\xf7U\\\\xf26Yt\\\\xaa\\\\xd6\\\\xca\\\\xd5\\\\xa9kB\\\\xa8wh\\\\x02\\\\x08\\\\x12H\\\\x12z\\\\x12rL\\\\x15.\\\\xab]\\\\x98\\\\x9f\\\\xf9\\\\xb6\\\\x7f\\\\xe0\\\\x1f\\\\xfb\\\\xdd+HL_\\\\xff\\\\xd6\\\\x81\\\\xc5SVw\\\\x01v>\\\\x15\\\\xa4_J\\\\xb8\\\\xb1A\\\\xdcl\\\\n\\\\x90\\\\n\\\\x82I\\\\x80\\\\x04u\\\\x83\\\\x10\\\\xf1_%\\\\x83{~\\\\x95MP\\\\xaf\\\\x8d\\\\xc9[\\\\x85W!\\\\xed[\\\\xf9\\\\x87M\\\\x8b \\\\x15h\\\\x9a\\\\xde4\\\\x1b\\\\x89\\\\x98\\\\x8f\\\\xb7\\\\xb0\\\\xea\\\\xa4I\\\\x0e\\\\xf4Y\\\\xd5\\\\xd7\\\\x8a\\\\xd1\\\\x93f\\\\x07\\\\x1b\\\\x95\\\\xb7\"\\\\xb7\\\\xb1j;\\\\xb6\\\\x16S\\\\xee\\\\xba4\\\\x00\\\\xab3\\\\xe2`~\\\\xcdz\\\\x80\\\\xce\\\\xe1\\\\x14\\\\xe6#\"1\\\\xe3\\\\x04)]\\\\xf2\\\\xdc\\\\xe4\\\\xd8^\\\\x8cqp[\\\\x0c\\\\x19!\\\\x06\\\\xe5\\\\x824\\\\x95\\\\x81\\\\xe1\\\\xf5\\\\x8dz(zpH\\\\x94\\\\xb5z\\\\x89 \\\\'/\\\\x87#\\\\x9c\\\\xf1nEe\\\\xf1\\\\xad\\\\xb5_-\\\\xdc\\\\x10\\\\xe7q\\\\x91\\\\x0f\\\\xa02L\\\\x93\\\\xe3\\\\xe1\\\\xd1C\\\\xd5\\\\'*\\\\xcd\\\\x88\\\\x99\\\\x17)\\\\xab\\\\xe5\\\\xfc\\\\xcb^W\\\\x8f\\\\xc5\\\\xa2\\\\xca\\\\xd3\\\\r\\\\r\\\\xa2\\\\xb1`f\\\\xad@\\\\xda\\\\x1fi&b\\\\x0cO\\\\xdb\\\\xd4n\\\\x04\\\\xae\\\\x06\\\\x89\\\\xc1Z\\\\xbfs&B>!\\\\xf2\\\\x15\\\\xc9\\\\xe4q\\\\xde\\\\xfbS\\\\xdc\\\\xb6\\\\xc0]\\\\x02\\\\xe8,\\\\x07\\\\xb9\\\\x82%`\\\\xfa\\\\xa3O\\\\x0e\\\\xba\\\\xd5QX\\\\xbd^8\\\\xed]R\\\\xb8\\\\'#\\\\x02\\\\xbc\\\\xaaF\\\\xf2\\\\xfa\\\\x8bA\\\\x1a\\\\xb0\\\\xdaF\\\\x84\\\\xe8F\\\\xba\\\\x9f\\\\x1f\\\\x1e\\\\xab\\\\xdd\\\\x12\\\\xee\\\\xecZ\\\\xba3J\\\\xbc\\\\x91e0\\\\x0c\\\\x82F\\\\xcde\\\\xac\\\\x80t\\\\x98\\\\xd7M5\\\\xf0\\\\x9e\\\\x96F\\\\x9a\\\\x92\\\\xaa\\\\\\\\\\\\x895K\\\\x17Y_\\\\xaa\\\\xb5Q\\\\xb8X\\\\xcd\\\\x0f\"u \\\\xc4\\\\xc7o\\\\x01\\\\xdb\\\\xab\\\\x00$\\\\x1a\\\\x10\\\\xb4\\\\x8bUJ\\\\x96\\\\xb0\\\\xedr\\\\xd0\\\\x93\\\\xeb*\\\\x06\\\\xdfP\\\\x07M~\\\\xbfw\\\\\\\\\\\\xe5\\\\xd7JT!L\\\\xc5\\\\xc9\\\\xa9\\\\x18\\\\x02\\\\xc0\\\\x83\\\\xea\\\\x85\\\\x1a\\\\xe8&H&~\\\\xcf\\\\xed\\\\x12f3P\\\\x0b\\\\x94\\\\xc9\\\\x8c\\\\x95:X\\\\xc5\\\\xf68\\\\x82\\\\x01\\\\x90v\\\\x99\\\\r\\\\xb8\\\\x8f6\\\\xd3\\\\xbfJ\\\\x90\\\\xc8\\\\x1e:\\\\xab0\\\\xc1.e\\\\xdb}K{\\\\xadn\\\\xf46\\\\xe8(H\\\\xfcP`\\\\x11\\\\xf8\\\\xb5\\\\xd7S\\\\xd3!\\\\x06\\\\xc5*R\\\\xd4z\\\\xa1\\\\xd5-,\\\\xaa\\\\xce\\\\xc6\\\\x9d\\\\xd0\\\\x1a\\\\x08\\\\xd2<7i$}\\\\x9f\\\\xe7\\\\xd4\\\\xe6\\\\x82#\\\\x8c\\\\xd4\\\\x97\\\\xb0R\\\\xa3k\\\\xa9(\\\\x03\\\\x1d\\\\xc0(\\\\x0e4\\\\x07\\\\xd3\\\\xb4\\\\x0e\\\\xe3\\\\xbc\\\\x9e\\\\x8dK-Udn\\\\x17+V7W\\\\n\\\\xcc\\\\xe4\\\\x81\\\\xac\\\\x1d\\\\x14\\\\xc4\\\\x8f\\\\xfb\\\\x0fD\\\\x10\\\\xa3\\\\x95_FMb\\\\xb5P\\\\x82\\\\x98*cV\\\\xf1\\\\n$j?wA\"\\\\x0e\\\\x08\\\\xe2\\\\xe2\\\\x85\\\\x03\\\\xc8\\\\xc7\\\\xae\\\\xa8ot\\\\xa6\\\\xe7%Q\\\\xbf\\\\t\\\\xda5&`\\\\x01\\\\xa4\\\\x83\\\\xf4\\\\x8f>\\\\x862\\\\x04P\\\\xae\\\\x98lT_~\\\\xf8\\\\x15\\\\x0b\\\\xd0\\\\x01X5\\\\xd8[a\\\\x07\\\\xb6\\\\x84x\\\\xeb\\\\xf4\\\\xd3N\\\\xa4\\\\x97(\\\\x01\\\\x0b\\\\xf2\\\\xe1\\\\x95\\\\x1f\\\\x81\\\\xbdnC\\\\x99\\\\x99,d\\\\x81\\\\xda|\\\\xfe\\\\xcd:\\\\x9d$\\\\x17Bc\\\\xf5[\\\\x96\\\\x8c\\\\xbcu2\\\\x8b\\\\xebUZ\\\\x98(PB\\\\x88\\\\ncS\\\\x11\\\\x00\\\\xc7\\\\xfcx\\\\xa9\\\\x00(\\\\xb9+o\\\\xbb\\\\xff\\\\x00.#C \\\\x82\\\\n\\\\xb1\\\\x1a.\\\\xb1:\\\\x89\\\\xe8I-E\\\\x00bsYU\\\\x99j\\\\xf6\\\\xc6\\\\xddN\\\\xd3b;L\\\\xa4D\\\\xb0\\\\xd0\\\\xf6\\\\x90Lw\\\\xf2\\\\xea q\\\\\\\\\\\\xef\\\\xd3\\\\xb5E8os>\\\\x9f\\\\xcd\\\\xdd\\\\xbdZt\\\\x04k\\\\xab\\\\x1dc\\\\xb0\\\\x9e\\\\xe7\\\\xee\\\\xe9\\\\x85\\\\x06\\\\x8dJex\\\\xb9\\\\xd5\\\\xb3\\\\x1b/!=A\\\\xdfo\\\\xa8\\\\x06:\\\\x8d\\\\x08:\\\\x99\\\\x98\\\\xfd\\\\xfd,\\\\x82\\\\xf8\\\\xa6F5\\\\x0e\\\\xbfd\\\\xe7\\\\xdd\\\\x8c\\\\xa1\\\\x95%\\\\xc2\\\\xfa\\\\xe0H\\\\xf4\\\\r\\\\xe0\\\\xe8$\\\\x01\\\\xff\\\\x00\\\\x1e\\\\x88K$R:B^\\\\x19y\\\\x19V3\\\\xd6\\\\xcb[\\\\xd8\\\\xe1\\\\xbd\"C\\\\xc2\\\\x93#\\\\xf8\\\\xb4:v2?\\\\x7f:I\\\\x91\\\\x15Ydfg%f\\\\x9b\\\\xeavK4\\\\x0c\\\\x7f\\\\x03\\\\x11\\\\xea\\\\xd4\\\\x1f\\\\x15\\\\x9e\\\\xe3\\\\xbf\\\\xee\\\\xea]I\\\\xb8F+,j\\\\xe8\\\\xcaO\\\\xcce\\\\xe4\\\\xd9[*\\\\xed\\\\x14wV\\\\x02Ia\\\\xa0\\\\x1ayF\\\\xbdH\\\\x01Dd\\\\tS\\\\xec\\\\xc6\\\\xacPU}\\\\xdbl\\\\x0c7XI\\\\x0c@;B\\\\x11:I\\\\xd4\\\\x85\\\\xea\\\\x03\\\\x11L\\\\x91\\\\x18\\\\x90\\\\xc8S\\\\xb1B\\\\n^Q\\\\xdd\\\\xa5X\\\\xfad\\\\xce\\\\x91\\\\x12\\\\xda\\\\x932L@\\\\xed\\\\xd0\\\\xe9A y\\\\xa9\\\\xf8\\\\xf9\\\\x85@\\\\xfc\\\\xc6Ma\\\\x19\\\\x8a\\\\xb6\\\\xac\\\\xd1\\\\'d\\\\xc9\\\\x93\\\\x11\\\\x06\\\\x01\\\\xd7\\\\xcf\\\\xae>H\\\\xb5\\\\xd1\\\\xca\\\\xd3o\\\\x1fV\\\\\\\\\\\\x8a\\\\xb2\\\\rW\\\\x996\\\\x15\\\\x8dH\\\\x02\\\\t\\\\xff\\\\x00\\\\xd9\\\\x91\\\\xe1\\\\xfe]C\"\\\\x98\\\\x06\\\\x82\\\\x8bK\\\\xe2\\\\xe2\\\\xe3\\\\x80\\\\xd67\\\\xb4\\\\x84Y\\\\xb0H2\\\\xc2A\\\\x92;\\\\xf6?\\\\xdf\\\\x1e\\\\x1d\\\\x1ch*\\\\x96N\\\\x9a\\\\xa0\\\\xd9Y5\\\\x06f\\\\xaa\\\\xe7M\\\\x83q\\\\xb7\\\\xb9U:\\\\x161\\\\xdc\\\\x81\\\\xdf\\\\xec\\\\xeaX:\\\\x13 J\\\\xdd\\\\x89\\\\x9b\\\\x93\\\\xbe\\\\xd0r\\\\x19\\\\x12I\\\\xd8G\\\\xa2\\\\xbd\\\\xbd\\\\xc9\\\\x10&G\\\\x98\\\\xef\\\\xd7\\\\x18\\\\xb9Snd\\\\x1a\\\\xa2\\\\x19\\\\xb8\\\\xf9W\\\\xa8\\\\xc9\\\\xb1\\\\x97j\\\\xa31*\\\\xa4\\\\xec\\\\'Bu=\\\\xf4\\\\x1ec\\\\xae\\\\x84H\\\\xc7\\\\x04\\\\xc9\\\\xd6\\\\xa9b\\\\xcas\\\\xe9p\\\\x03Z6\\\\x90MeX\\\\x82\\\\xb1\\\\xb4\\\\x8e\\\\xe4\\\\xe9?o]\\\\xa6\\\\xa9.rS\\\\xd6\\\\xb4\\\\xbe\\\\x9b?0\\\\xacK\\\\x12\\\\x8e\\\\xa1\\\\x08m{m\\\\x82\\\\x06\\\\xa6?gP 1u\\\\xc4\\\\xbe+U\\\\x9c\\\\x11\\\\xf7.K\\\\xact\\\\xad\\\\x88kU\\\\xcb(\\\\xf1\\\\x99\\\\x00\\\\r$\\\\x8e\\\\xe2GC \\\\x05\\\\n\\\\xe3\\\\x13\\\\x8a\\\\xd9o\\\\x05\\\\x89M^\\\\xdd\\\\x85\\\\r\\\\x81\\\\xd6)f,\\\\x03\\\\xb1\\\\x04mV\\\\x1ez\\\\xf7\\\\xea%\\\\x07\\\\xc5\\\\x19\\\\x80\\\\x01Cj^\\\\xa6t\\\\x15\\\\x1b\\\\xa5@\\\\n\\\\x00\\\\x02\\\\x00>3\\\\x1d\\\\xfc\\\\xba\\\\x024\\\\x8a\\\\xa1\\\\x95N\\\\x0bW\\\\xb1ln\\\\xfc\\\\xab\\\\xb8\\\\xa8BZ7mu-\\\\x1a@Y\\\\x8f\\\\x00|\\\\xbfei\\\\xc8\\\\x10\\\\x8b\\\\xd5\\\\xc94\\\\xf0\\\\xdcnU\\\\xf6+\\\\x8cf\\\\xb5\\\\xa4\\\\x14A!B\\\\x10L\\\\xb1$\\\\x80L\\\\xcc\\\\xf9\\\\xc7\\\\x8fX\\\\xfb\\\\xc9j\\\\x18\\\\x95\\\\x7fm\\\\x02\\\\xad\\\\\\\\\\\\xd2*\\\\xe3\\\\x92\\\\xa5q\\\\xb2\\\\x15CvU\\\\xda\\\\xb3\\\\xdc\\\\x01\\\\xa7\\\\x81\\\\x8e\\\\xab\\\\xc2.\\\\x18\\\\xad\\\\xcbQ\\\\x01\\\\x8d\\\\n\\\\xfd\\\\xc5c{\\\\x88\\\\tV\\\\xd8\\\\x01_Y\\\\xf5\\\\x02 \\\\x02\\\\xa6A\\\\x03\\\\xbc\\\\xff\\\\x00\\\\x87Z;{BlP]\\\\x938GY\\\\x91\\\\x11\\\\xde\\\\xdad\\\\xd4B\\\\x96\\\\xfe4]\\\\xa2Y\\\\x89\\\\x8d&J\\\\xf8\\\\xc7M\\\\xb9 \\\\x1c\\\\x90\\\\xaa\\\\xce\\\\x9crH\\\\x1f \\\\xe4\\\\xf0\\\\xad\\\\xdc(\\\\xa8\\\\xb5\\\\xaa\\\\x8f\\\\xea_K[\\\\xbc\\\\x00Z7\\\\x18\\\\x905\\\\xfah:m\\\\x83\\\\x11\\\\x98\\\\x0b2\\\\xe8|\\\\x15T\\\\xf6\\\\xd3QuZ\\\\x94?\\\\xac\\\\xb8\\\\xb5Kn\\\\x1bA=\\\\xe7I\\\\x1eC_>\\\\xae[\\\\x90!Sf\\\\xa2\\\\xf0\\\\xe51}\\\\xaa\\\\x95\\\\xc9\\\\x00*\\\\x80\\\\xba\\\\t?\\\\xcc1;\\\\xa4\\\\x8d\\\\'\\\\xbfL`\\\\x14\\\\t\\\\x12\\\\xeb$7\\\\xbb\\\\x95r\\\\xac=%\\\\x88\\\\x04\\\\xfe\\\\x08\\\\x03z\\\\xea<$\\\\x1e\\\\xddt\\\\x98\\\\xd3\\\\x051/\\\\x92\\\\xd1\\\\x99\\\\x93\\\\x95]G\\\\xf2\\\\xd63\\\\xecXw\\\\xda\\\\xde\\\\xe4k\\\\x1d\\\\xfc\\\\xc9\\\\x11\\\\xafn\\\\x8eF\\\\x98\\\\xa9c\\\\x92\\\\x07n_ \\\\xd5\\\\x05*\\\\xd4\\\\xea\\\\x18\\\\xaa\\\\xb4\\\\x0b\\\\x15\\\\xb4g\\\\x0c5\\\\xd0\\\\x93\\\\xa6\\\\x9d\\\\x00\\\\xd4C\\\\x94?\\\\xb6\\\\x19\\\\xf0V\\\\x93M\\\\xb7R\\\\xdf\\\\x9a\\\\xaa\\\\xc6\\\\xf5\\\\x0f\\\\xe5\\\\xb6\\\\xe8,\\\\xc4\\\\x81\\\\x03R\\\\xc1\\\\x80:\\\\x1e\\\\xdd\\\\t8)`G\\\\x1fD[\\\\xf2\\\\xb5~_\\\\xd3\\\\x94N\\\\xc6\\\\x1bV\\\\xc5%\\\\x96d\\\\xea\\\\x10\\\\xed\\\\x9e\\\\xe2:\\\\x83\\\\\\\\;Uu\\\\xd2`4tFI^\\\\xd8\\\\xc9l\\\\xaf\\\\x85Z\\\\x91H\\\\xb8\\\\xb1\\\\xac\\\\x9b\\\\x04*\\\\xb2\\\\x00\\\\x7f\\\\xd2I\\\\xeeT\\\\x83\\\\xf6\\\\xfd:\\\\xb0\\\\x00C\\\\xa1\\\\xaaP\\\\xeb6\\\\xd6\\\\xa5}\\\\x86\\\\x1bwE\"BD\\\\x19;\\\\x8cv\\\\xd3\\\\xbf\\\\x9ct-T\\\\xb9S\\\\x0c\\\\x97\\\\xab\\\\x92V\\\\xb2\\\\x1a\\\\xb5\\\\xaa\\\\xbd\\\\xe4\\\\xd6\\\\xa1`nR\\\\x01\\\\x12I\\\\x91\\\\xaf`g^\\\\xb9\\\\x9f\\\\x15\\\\xc2\\\\xe6\\\\x97\\\\xe4\\\\xbcf{\\\\xac4\\\\x00\\\\xa3\\\\xdc\\\\xd0(%\\\\xb50`A\\\\x12;\\\\x18\\\\x9f\\\\xdb\\\\xd1i\\\\x08\\\\xdd\\\\xcb#\\\\x18\\\\x15-w\\\\xd6nuv2\\\\xcda\\\\x04\\\\xea\\\\xdd\\\\xb5\\\\x1e;\\\\x88\\\\x06\\\\x7f\\\\xeclC\\\\xa9\\\\x10\\\\xcf4v\\\\xc7JA\\\\x153{\\\\x92\\\\x85\\\\xdf~\\\\xa7h\\\\xd0\\\\x06a\\\\xafq\\\\xdf\\\\xb7C6\\\\x1d\\\\x11\\\\x99T\\\\x85&\\\\x86\\\\xf5\\\\x0fV\\\\xd2\\\\xdb\\\\xbd\\\\xb5\"\\\\x18\\\\xae\\\\x9e\\\\x98\\\\xd4\\\\x1f\\\\x03\\\\xe5\\\\xfe\\\\x08\\\\xb8L\\\\x92\\\\xc18\\\\xabk\\\\xe3\\\\x18f\\\\xea\\\\xa9TV\\\\xa5\\\\x13iF\\\\x04\"\\\\x94\\\\x9d\\\\xa4\\\\x90bW\\\\xb4\\\\x9f\\\\xb3\\\\xa4\\\\xccw\\\\x82\\\\x9de\\\\xe6j\\\\x999\\\\x8cZ\\\\xf8\\\\xce/+(\\\\xd4\\\\x02\\\\xa4\\\\xb5G\\\\xf8\\\\xc3I\\\\'p:\\\\x85\\\\x03Q\\\\xdf\\\\xcbN\\\\x86\\\\xd4e93-(m\\\\x81\\\\xafU\\\\xf3\\\\x83\\\\xf5#3#\\\\xe4\\\\x9c\\\\xf6E\\\\x8e-jU\\\\x8a\\\\xa0yn\\\\xdb\\\\xbbG}f{\\\\xf5\\\\xe9\\\\xf6v\\\\x04b\\\\xfc\\\\xd7\\\\xa9\\\\xd8mt\\\\rER\\\\x1c\\\\xaf\\\\xc6+\\\\xc9\\\\xaf&\\\\xab\\\\xd6YF\\\\xed\\\\xa7H\\\\x1e$\\\\x11\\\\x07\\\\xeb\\\\xa7W\\\\xd6\\\\xa6\\\\x97\\\\xc5s\\\\xe7\\\\xc9~%^6M\\\\x95.;\\\\xfbu\\\\x15jj#p\\\\x86\\\\x8f\\\\xf9\\\\x8a\\\\x03~#\\\\x12G}:\\\\x94A*7\\\\x07m>\\\\xe0\\\\x14\\\\xaf\\\\xbckQn\\\\xc4\\\\xde\\\\xb0<+=\\\\x80>\\\\x1a\\\\x93=\\\\xfa\\\\x86D\\\\xea-\\\\xdc{\\\\xe3-\\\\xa1\\\\xd1\\\\xec\\\\xc8\\\\xa9eMj\\\\x85\\\\xac\\\\xef\\\\x06\\\\\\\\\\\\x0f\\\\xc0\\\\x17i0gP|\\\\xba\\\\xe6\\\\\\\\\\\\xe8+\\\\xe3-/\\\\x8e\\\\xb6\\\\xedQl5v\\\\x19J\\\\xd5\\\\xfd\\\\x12\\\\x07\\\\xa3t\\\\xed\\\\x98\\\\xdcO\\\\xd9\\\\xd7.,\\\\x9f\\\\xbe=\\\\x9e\\\\xb8\\\\xc0\\\\xbd[\\\\xbf.\\\\x85jk\\\\xf7n\\\\xa8\\\\x10\\\\xde\\\\xb3\\\\xa1\\\\xf4\\\\xc9\\\\xfcD\\\\x88o\\\\x0e\\\\x9b\\\\x12\\\\x93!RU\\\\x99_)]K!\\\\xc8VUf\"K3\\\\xfe\\\\x10\\\\xa0\\\\xcfs \\\\xeb\\\\xe1\\\\xe5\\\\xd4\\\\x94\"@\\\\xd7\\\\xa2\\\\x87\\\\x9f\\\\xc8\\\\xa1\\\\xc6\\\\xd8\\\\xad\\\\xea]l:l\\\\x92\\\\x04\\\\x82dH\\\\x91\\\\xdb\\\\xc3\\\\xbfn\\\\xa0\\\\xa9\\\\xad*\\\\xab\\\\xfe@\\\\xd7\\\\x91u\\\\x9b\\\\x99\\\\xcd\\\\x8e\\\\xa2\\\\xb5\\\\xd9\\\\x1b\\\\xe6@$\\\\xa8Q\\\\x00v;\\\\x88\\\\xd7_\\\\x01\\\\xd4\\\\x13FD#W)\\\\x7f\\\\xfaO\\\\x1d\\\\xff\\\\x00\\\\x93\\\\xc6\\\\xff\\\\x00\\\\xff\\\\x00O\\\\xfe\\\\xf7B\\\\x98\\\\xbf\\\\xff\\\\xd7\\\\xae>\\\\x11\\\\xcc\\\\xbdMe\\\\xcd\\\\xb4X\\\\xa8+Z\\\\t!\\\\xdd@$C,\\\\x8d\"\\\\x08\\\\x8e\\\\xbc\\\\xed\\\\x99i.\\\\xbe1\\\\xb4\\\\x99r\\\\x96\\\\xbeS\\\\x81\\\\xefg\\\\x0eC\\\\x02\\\\xd7\\\\xa9\\\\xae\\\\x7f{\\\\'\\\\x1a\\\\x80\\\\x80\\\\x0b\\\\x0b\\\\x92\\\\xc8\\\\xc5\\\\xa7\\\\xb2\\\\xc7\\\\xde|\\\\xba\\\\xadp\\\\x83\\\\'\\\\x18\\\\x1f\\\\xaa\\\\x0b\\\\xf0y\\\\xb8pO\\\\x15J\\\\x1e\\\\xe5\\\\xef\\\\xec\\\\xd5\\\\x9bME\\\\x99\\\\x80E\\\\xdc\\\\'v\\\\xa4\\\\x92\\\\xc3A\\\\x03\\\\xa12f\\\\x05W\\\\x91\\\\x96x\\\\'\\\\x0e\\\\x17\\\\x89[\\\\xe8\\\\\\\\\\\\xba\\\\xe6\\\\xccK+*\\\\x9e\\\\x90=C\\\\xd2X\\\\x17\\\\xed\\\\xa8\\\\xec\\\\x04\\\\xcf~\\\\x9a(i\\\\x9au\\\\x8bFU\\\\xc4&\\\\x8c\\\\\\\\\\\\x9c^\\\\x0e\\\\xb4k\\\\x1c%\\\\xa7hu:@\\\\x9d\\\\xaa\\\\x02\\\\xc6\\\\x9d\\\\xf5?\\\\xbeGR\\\\x0e\\\\x8a\\\\x01\\\\x8a\\\\xbc\\\\'\\\\x1bB\\\\xa9c\\\\xe4%\\\\xf3\\\\x97\\\\';\\\\x0e\\\\xd3}\\\\xd5\\\\x89\\\\xb0\\\\x82\\\\x19\\\\x94(\\\\x91\\\\xac\\\\xea[\\\\xf7OK\\\\x8e\\\\xa2I*\\\\xbd\\\\xff\\\\x00S\\\\x90\\\\x10\\\\x0cO\\\\xcd\\\\xe3\\\\x8a\\\\x19\\\\xe8T\\\\xb5mV\\\\xb2\\\\xea\\\\xc8\\\\x16\\\\x11\\\\xf8\\\\x81f\\\\xff\\\\x00H\\\\x9e\\\\xdatt*,\\\\x13\\\\x13^k\\\\xad>!\\\\xf2\\\\x11\\\\x9d\\\\xc3\\\\xd5S8f\\\\xa4\\\\x015k\\\\xa0\\\\x83\\\\xa8 \\\\xc7~\\\\xfdL\\\\xe2\\\\xec\\\\xb7cpJ \\\\x85?#u\\\\x9639tX\\\\x90\\\\x8cU\\\\x8c\\\\x13;\\\\x86\\\\x84\\\\x8e\\\\xdd\\\\xff\\\\x00\\\\xb1G\\\\xb4\\\\x1d\"\\\\xed\\\\xd4\\\\xb3n\\\\xc5\\\\x83\\\\xb3E}\\\\xa7Y\\\\xf5\\\\x17$01\\\\xa9:\\\\x03\\\\x1d\\\\xbc\\\\xba\\\\x82\\\\xe3\\\\xaaT\\\\x85TsZZ\\\\xea\\\\xc1\\\\xec/\\\\xb4\\\\x86\\\\x07I2;\\\\x81\\\\x1a\\\\x89\\\\x88\\\\xeae +U\\\\xceM0XUP\\\\xc7\\\\x08L\\\\xa1]\\\\xab!@\\\\x03R\\\\xc0\\\\xc1\\\\x82I\\\\xec|{t\\\\x9dDb<\\\\x13\\\\x0c\\\\x0f:)\\\\xaf\\\\x9bN61\\\\xdc\\\\xeaV\\\\xb6=\\\\x89\\\\x85M\\\\x0cI\\\\x91\\\\xac\\\\xc4w\\\\xd7\\\\xb8\\\\xd3\\\\xa6\\\\x07\\\\x8dEy\\\\xa8p1Zq\\\\xf9j\\\\xb2\\\\x8d\\\\x85\\\\xe57\\\\xb0B\\\\xe0\\\\x03\\\\xd8\\\\x06\\\\x01KG\\\\xa4\\\\x91\\\\xd8\\\\x1e\\\\xe7\\\\xab@\\\\x94\\\\x92kU\\\\t\\\\xed\\\\xa5\\\\x88U*\\\\xf1\\\\xb8YT\\\\x83\\\\xa0$\\\\x8d\\\\x0fq\\\\x00\\\\x93\\\\xaf\\\\x87\\\\\\\\Y\\\\x06\\\\xa1\\\\x86\\\\x0bsQM\\\\x95\\\\xa1\\\\xc7\\\\xb2\\\\x18\\\\x88D#p\\\\x00\\\\xb1` \\\\xf8\\\\x1e\\\\xdd\\\\x87\\\\\\\\C\\\\x1a&b\\\\x16&\\\\xd4DP\\\\xe3y\\\\xbc\\\\x952\\\\x033\\\\x1d\\\\xc5\\\\x88C\\\\x0c@1\\\\xa9\\\\'\\\\xef\\\\xe8d\\\\xedE\"\\\\x81\\\\x0e|\\\\xb5\\\\xc6j\\\\x97\\\\xb6\\\\xf6`\\\\xba\\\\xc0@N\\\\xef\\\\xfb\\\\xa2\\\\x0c\\\\xeb\\\\xd2g\\\\x12qR\\\\xf5\\\\x05l\\\\xfc\\\\xc5\\\\x19\\\\xb3YgM\\\\xbe\\\\x95\\\\x1e\\\\x90t\\\\x1b\\\\x890b\\\\t\\\\x10#\\\\xfcGS\\\\x10y)\\\\x91u\\\\x1e\\\\x9c\\\\x7ff\\\\xca\\\\xf7[\\\\xed\\\\xd5\\\\x04n\\\\xac\\\\xed \\\\xcc\\\\x86+\\\\x1aA\\\\x1f\\\\x7fD\\\\x1d\\\\xea\\\\x95\\\\xa7$Z\\\\x04)\\\\xaa\\\\xf7,Sz;\\\\x01;H\\\\x07\\\\xb9\\\\x1d\\\\x8fo\\\\x08\\\\x88\\\\xd7\\\\xa2z\\\\xa20\\\\xcdd\\\\xb9\\\\xafA\\\\x14\\\\xd8\\\\xe0\\\\xd2X\\\\x97Q\\\\xa8\\\\xd4\\\\x8e\\\\xc0\\\\xb7\\\\x87\\\\x87\\\\xed\\\\xeb\\\\x9eY\\\\xa9\\\\x14\\\\xaa\\\\x88r\\\\xbd\\\\xea\\\\xe6\\\\x8b\\\\x1e\\\\xbbv\\\\xeeGYX\\\\x1d\\\\xa5d\\\\x06\\\\xf5\\\\x1e\\\\xfd\\\\xfa\\\\x131\\\\x11L\\\\x906\\\\xa9(\\\\xb5\\\\xe4Z\\\\xa4\\\\xda\\\\xde\\\\xdd\\\\xeb\\\\xbe+\\\\x13\"#Y\\\\xf1\\\\x1aw\\\\xeb\\\\x81p\\\\xea@$\\\\xadVYv\\\\xf2\\\\xf56\\\\xdb\\\\x15\\\\xc2\\\\x8a\\\\xf6\\\\xee \\\\x90\\\\t\\\\x07\\\\xd3\\\\xde;\\\\x00\":\\\\xe1\\\\x8a\\\\x82\\\\xe6\\\\xa1\\\\x18\\\\xc4\\\\xc1{*\\\\xb2\\\\xff\\\\x00\\\\xcdl\\\\xb54\\\\xafq\\\\x8dcq\\\\x83\\\\xfc>]\\\\xff\\\\x00gVm\\\\xdb\\\\x06/\\\\x9ala\\\\xe9P\\\\x82dnC\\\\x93Z[Q\\\\xd1\\\\x96\\\\xc4 \\\\x92~\\\\xcf\\\\xf4\\\\x88\\\\x11\\\\xd8w\\\\xf0\\\\xe8\\\\x08j\\\\xa5\\\\x88\\\\xa8y\\\\xf7=\\\\x00YUj\\\\xcc$n\\\\x92\\\\x14z\\\\xb6\\\\xc0#\\\\xb11\\\\x07\\\\xfe\\\\xd9T\\\\xe5,\\\\x94\\\\x90\\\\x02\\\\x15v]M\\\\x93\\\\xeed\\\\x8b+\\\\x15\\\\x9f\\\\xe6j\\\\x19\\\\x9bo\\\\x80 (\\\\x83\\\\xe0GEh\\\\xb5JI\\\\x01\\\\xd3\\\\x1d\\\\xd9\\\\\\\\o!\\\\xedUUK\\\\x83b*\\\\x97j\\\\xd5\\\\x83\\\\xb3\\\\xeb,A$\\\\x91\\\\xa4\\\\xcf\\\\x87N\\\\x9c\\\\xc4\\\\x88\\\\xf3V\\\\x0c\\\\x84\\\\xa9\\\\x83\\\\xa8\\\\x96S\\\\xf9fj\\\\xb1\\\\xf2+\\\\xb9\\\\x1d`\\\\xddf\\\\xe0\\\\xc1\\\\x98\\\\x98\\\\x93\\\\xdf\\\\xea\\\\x01\\\\xef\\\\xf6t\\\\xb3D\\\\x069\\\\x03R\\\\x82\\\\xd0\\\\xdf\\\\xcd\\\\xaa\\\\xa6\\\\xacl\\\\xad\\\\x99\\\\x95\\\\xb6\\\\xee\\\\x98\\\\x00\\\\x8d\\\\xda\\\\x89\\\\xdb\\\\x13\\\\xfeq\\\\xd4\\\\x07@\\\\xc0\\\\x96\\\\xc9L\\\\xba\\\\xec+*+O\\\\xf2\\\\xad:\\\\x00\\\\xb0B\\\\x96\\\\x1e\\\\x04\\\\x080<\\\\xff\\\\x00gRK\\\\xa9 \\\\x10\\\\xb4UZ\\\\xd2\\\\xc7&\\\\x83\\\\xb5\\\\xea\\\\x1bU\\\\x82\\\\x80wm\\\\x07q1 k\\\\xe2:Y\\\\xa2\\\\xe8\\\\xc7473%m\\\\xb6\\\\xc3m6\\\\xac\\\\xa8\\\\x8a\\\\xc8\\\\x82\\\\x01\\\\xd4\\\\x12\\\\x04\\\\x9d@\\\\xf2\\\\xf0\\\\xf0\\\\xf1(\\\\xcc\\\\x1a\\\\xa1\\\\x98\\\\xc9\\\\x0bO\\\\xca\\\\xbd\\\\xd5\\\\xa8\\\\xb6)\\\\xad\\\\x99\\\\x9a\\\\xc6\\\\x01Z\\\\x14m:4\\\\xe8K\\\\x1f\\\\x1f\\\\xdd\\\\xd78%\\\\xd2\\\\x80\\\\xad\\\\x11jq\\\\xb1ja{\\\\\\\\\\\\xe8\\\\\\\\\\\\xa23\\\\xaa\\\\xee!\\\\x9b\\\\xc6D}\\\\x9ds\\\\x8cS#n\\\\xae\\\\n.\\\\xdc\\\\x8e3\\\\x12\\\\x95\\\\xe43\\\\xeeK\\\\x11\\\\x81\\\\xd4\\\\x87Y\\\\xec\\\\xc3\\\\xeb\\\\xe0$}:\\\\x93&L\\\\x13\\\\xa2\\\\x03y>\\\\xfd&\\\\xbc\\\\x9fw~\\\\xd6\\\\xa5\\\\x82\\\\xb4\\\\x86*%O\\\\xd3w\\\\xf7u\\\\xc4\\\\xd7\\\\x14\\\\xa7\\\\xc1d1\\\\xad\\\\xbb\\\\xdb\\\\xf6\\\\xb2\\\\rE\\\\x0cz\\\\x08\"\\\\x00\\\\xd4\\\\x1f3\\\\xe3\\\\xa1\\\\xea\\\\x0e\\\\x01w\\\\xb6\\\\xe5H\\\\xff\\\\x00\\\\xd3\\\\xd9W\\\\\\\\\\\\x17z\\\\xb8+\\\\xfc\\\\x82\\\\xc4#\\\\x03\\\\xa7\\\\xf3 ~\\\\xf1\\\\'M:\\\\x1d.\\\\x98muY?\\\\xc6\\\\xb98Gl\\\\x94\\\\xb7t\\\\xa6\\\\xddu=\\\\x94\\\\x98\\\\x9f/\\\\xbf\\\\xa2 \\\\x81\\\\xcdA\\\\xb2[\\\\x15\"\\\\x9f\\\\x8fg\\\\xdcl\\\\xb5\\\\xef\\\\x15\\\\xa2\\\\x85R\\\\x01&\\\\xc5\\\\x92\\\\x0b1\\\\x024\\\\xee\\\\x01\\\\xf2\\\\xe9s\\\\x81*c\\\\x00\\\\xf5\\\\xf1L\\\\x18\\\\xff\\\\x00\\\\x1f\\\\xc7\\\\xb5\\\\xf7d\\\\xe6-\\\\x8e\\\\xa0\\\\x90\\\\xac`\\\\x80\\\\t\\\\xdd\\\\xe3\\\\x02O\\\\xfcz\\\\xab;\\\\x128\\\\xa7E\\\\x9f\\\\xaaj\\\\xe3\\\\xf1\\\\xf8\\\\xaa\\\\xac8\\\\xf4\\\\xe5*>\\\\xc5\\\\xad\\\\\\\\\\\\xb1\\\\xd2~\\\\x9a\\\\x01\\\\xda\\\\x0f\\\\xed\\\\xfa\\\\xf5B{BdA\\\\xe3\\\\x8c\\\\xd5\\\\x9bW\"\\\\x8a\\\\xbe\\\\rY.\\\\x84\\\\xde\\\\x11\"w@0c\\\\xbcD\\\\x00~\\\\x87\\\\xed\\\\xea!`\\\\xcf\\\\x00\\\\xee\\\\xb4\\\\xa3:\"\\\\xd5UU5%u\\\\xa8m\\\\xc1M\\\\xd7\\\\xa2\\\\x9d\\\\xf0\\\\x9an30\\\\xa2;\\\\xf8i\\\\xe1\\\\xd6\\\\x90\\\\xb1\\\\x18\\\\xc5\\\\x86%#Qw\\\\xe4\\\\x87r\\\\x18\\\\xd7\\\\xbe5\\\\xb5\\\\xd5S=\\\\x8c\\\\xac\\\\xbbT\\\\x95*A\\\\x1f\\\\x87k\\\\x03\\\\xe1\\\\xaf\\\\xf7uB\\\\xed\\\\xa2p\\\\xc5E\\\\xe9QT\\\\x1c\\\\xff\\\\x00\\\\x11\\\\xca\\\\x8c\\\\x8b\\\\xd9\\\\xebc\\\\\\\\\\\\x14$\\\\x03\\\\r\\\\xd8\\\\xea5\\\\x8dG`t\\\\xd3\\\\xae\\\\xb7\\\\tD\\\\xb1\\\\xc0,\\\\xbb\\\\x91|:\\\\xa5;+\\\\xccz\\\\x94\\\\xc1UV$\\\\xb9s\\\\xbc\\\\xb4\\\\x82\\\\x06\\\\xd0t\\\\'\\\\xbc\\\\x83\\\\xa4G\\\\xd3\\\\xadX\\\\xc4\\\\x8e\\\\xaa\\\\xae\\\\x96\\\\x0bv\\\\x17\\\\x1dqW\\\\xc8j\\\\xdb#\\\\x1e\\\\x84\\\\'!H\\\\x80\\\\xaeL\\\\xa92I\\\\x1a\\\\xf9\\\\xf4\\\\xc8[$j\\\\xaa8\\\\xd7\\\\xb9A\\\\xbb?!kd\\\\xad\\\\x9d\\\\xb1i\\\\x0c?\\\\x88D\\\\x93\\\\xa8bw\\\\r{GA\\\\xa7\\\\x96\\\\x08g\"\\\\r\\\\x10\\\\xd5\\\\xbb%\\\\xce\\\\xf6\\\\xfeZ\\\\xa2o6*\\\\x82\\\\x03<\\\\x83\\\\xac\\\\r$yu\\\\xc0\\\\x9dK\\\\x86\\\\x0e\\\\xb2\\\\xa9\\\\xef\\\\xad\\\\x7f\\\\x9e\\\\xec\\\\xb8\\\\xc7\\\\xd5i\\\\xd0\\\\xb6\\\\xd9\\\\x99\\\\xf4\\\\x8d\\\\x1b\\\\xec\\\\x00\\\\x8e\\\\xfdA\\\\x99\\\\xc9L\\\\x19\\\\x83\\\\xd3\\\\xcdA\\\\xca\\\\xca\\\\xb8\\\\xdb`\\\\xdbl\\\\xef\\\\xde\\\\xcfQ\\\\x16nM\\\\xa3]D\\\\x12\\\\x02\\\\xfd\\\\xbfI\\\\xea\\\\x00$R\\\\x88e \\\\t\\\\xcdm\\\\xc5\\\\xc6\\\\xb2\\\\xd2\\\\xf7\\\\xd8\\\\xee\\\\xe2\\\\xb3\\\\xb7\\\\xd9\\\\x00\\\\xce\\\\xd1\\\\r\\\\xea\\\\x1a\\\\x91\\\\x1bg\\\\xfc\\\\xfa5\\\\xd0yb\\\\xa5&=@\\\\x94\\\\xab\\\\x18>@\\\\x99U\\\\xec\\\\xe3\\\\xb8\\\\x1b\\\\x98x\\\\x1252G\\\\x8e\\\\xb3\\\\xd4DbsS\\\\xa7,\\\\xb9\"u\\\\xe0 \\\\x16[i\\\\xf6\\\\x95Y}\\\\xe5\\\\x10\\\\xa1\\\\xb5$N\\\\xdf?\\\\xa7\\\\xdd\\\\xd71\\\\xecS\\\\x80\\\\xa2\\\\xd22\\\\xa9\\\\xa6\\\\xbb\\\\x1a\\\\x9cqi\\\\xaf\\\\xf0\\\\xc0;e4\\\\x83\\\\xb8\\\\xf8\\\\x00D\\\\x1e\\\\xe3\\\\xcf\\\\xa9\\\\xd3$\\\\x1a\\\\xc1|V\\\\x8a\\\\xf3s2J\\\\xc1\\\\xae\\\\xbaCh\\\\xe3n\\\\xaa\\\\xbe\\\\'p\\\\x89\\\\x11\\\\xf8{\\\\x81\\\\xd7i\\\\xe6\\\\xb8\\\\x13,0F\\\\x97\\\\x1a\\\\x9b)Qb\\\\xd6m\\\\xb6\\\\xb2\\\\xc5@\\\\xdaN\\\\xdd\\\\x0c\\\\x83\\\\xa9\\\\x91\\\\xafn\\\\xdfi\\\\xe8e\\\\n\\\\x04p\\\\xa8Kw6\\\\x1a=\\\\x83\\\\x1dv\\\\xb3\\\\x7f\\\\xca-\\\\xae\\\\xed4:\\\\x08\\\\x13\\\\xe1>\\\\x11\\\\xd2\\\\xfd\\\\xb6\\\\\\\\\\\\x08\\\\xfe\\\\xd4\\\\xbcj\\\\xee\\\\xb9\\\\x98V\\\\xabU\\\\x1f\\\\x81\\\\x96B\\\\xb4(3;\\\\x82\\\\xeb\\\\xa7\\\\xd7\\\\xb7Bl\\\\x99\\\\nPr]\\\\x02{\\\\x94\\\\x91\\\\xc5\\\\xe1mWw~\\\\xe6\\\\xa7U$\\\\x80\\\\xcf\\\\xa0P#O\\\\x0f\\\\xf3\\\\xe8\\\\xc5\\\\xa8\\\\xb32\\\\x90\\\\xf9\\\\xaf\\\\x1b\\\\x13\\\\x0f\\\\x1f\\\\xdc\\\\xa9\\\\xb1\\\\xa0\\\\x00=RF\\\\xd0@ i\\\\xdch?lu\\\\x13\\\\xb1\\\\x9a\\\\x00Z\\\\x852`c\\\\xd0V\\\\xa7\\\\xf6AFq\\\\xb2\\\\x8dWq\\\\x90}=\\\\xc8\\\\x04OR-\\\\x02Y\\\\xca\\\\xb1m\\\\x87z\\\\xfd\\\\xccfW\\\\x00b\\\\xb6\\\\xc6\\\\r\\\\n )>\\\\x90Ie\\\\x1d\\\\xe0\\\\x92\\\\xd3\\\\xd1\\\\x00\\\\xc7\\\\xaa]\\\\xe9\\\\x03\\\\xfa\\\\xf6 \\\\xb5\\\\xded\\\\xcd\\\\xcc\\\\x1c\\\\xcd\\\\xa5\\\\xb5\\\\x04\\\\x89\\\\xdb\\\\xe9\\\\x8dcH\\\\x88\\\\x8e\\\\xb8\\\\x83\\\\x92S\\\\xb1\\\\xaa\\\\xd8\\\\xae\\\\x95\\\\xd7\\\\xb6\\\\xcb\\\\x1e\\\\xc2\\\\\\\\\\\\x95\\\\xd0,\\\\x063\\\\x05~\\\\x84\\\\xf9\\\\xcc\\\\xf4\\\\x04\\\\x10\\\\x11D\\\\x01\\\\x9a5E\\\\n\\\\xd5\\\\xb3\\\\xaa1a\\\\xaa\\\\xd9\\\\x04+\\\\x90\\\\xa4\\\\xc8\\\\xf3\\\\x113\\\\x07\\\\xcf\\\\xa3\\\\xd3\\\\xde\\\\x9d\\\\xa4J\\\\x8a-\\\\xa1\\\\x90\\\\xee\\\\xae\\\\xea\\\\xc7\\\\xb8I\\\\xaflI\\\\x80\\\\x06\\\\xe2\\\\xd1 N\\\\xbax\\\\xf5!\\\\x88\\\\xe6\\\\x95!\\\\xa4\\\\xe2\\\\xb5\\\\xe3\\\\xb5F\\\\xe6\\\\xddcXW\\\\xd2\\\\xca\\\\xbb\\\\x94\\\\xc8\\\\'RW\\\\xb0\\\\x90{\\\\xf8u\\\\xd5\\\\x18\\\\xf1\\\\xd1@\\\\x0f\\\\x82\\\\xdfc*IB\\\\x1b\\\\xd1\\\\xb7rD\\\\x80\\\\xdbu\\\\x9e\\\\xe4\\\\x02f5\\\\x8e\\\\xb9\\\\xc8\\\\xc94\\\\xc7I\\\\xc5GJ\\\\x0b\\\\xb0\\\\xb2\\\\xc2XHU\\\\xff\\\\x00V\\\\xa0\\\\x82 \\\\x1e\\\\xfa\\\\t\\\\x81\\\\xdf\\\\xc0\\\\xf4\\\\x06\\\\x0f\\\\xde\\\\x85\\\\xf9\\\\xa7\\\\x8e!Y\\\\xeb\\\\xad\\\\x19YV\\\\xdd\\\\xa7XRQF\\\\xd3\\\\'Q\\\\'\\\\xcb\\\\xe9\\\\xe7=43\\\\x87O\\\\x84\\\\x9f\\\\xd4\\\\xa7d\\\\xdf\\\\x8bS2\\\\x06g+\\\\xb9k\\\\x0c\\\\xba\\\\x90\\\\xa2Hb@\\\\x03\\\\xeb\\\\xd3D\\\\xb9\\\\xa9\\\\x95\\\\xc7K\\\\x9c\\\\x8ee._\\\\xda]\\\\x87T\\\\xb0\\\\xc4@\\\\xdcB\\\\x83\\\\x03\\\\xcc\\\\xf8\\\\xf8\\\\x1dz\\\\x8dn\\\\x80\\\\x900B\\\\xfd\\\\xa5\\\\xb2\\\\xb4\\\\xae\\\\xbd\\\\xd1\\\\x1b\\\\xb7\\\\x15\\\\x85\\\\x83\\\\xfcB\"\\\\'\\\\xcf^\\\\x8a)z\\\\x1e\\\\x8bv>\\\\x13)\\\\x00\\\\xd6\\\\xb4\\\\x97g\\\\x95--&\\\\x18\\\\x81\\\\xdc\\\\x99?`\\\\xd2\\\\x0fD\\\\r\\\\x11\\\\x10\\\\x0e\\\\x05O\\\\x02\\\\xdbeU\\\\xc3\\\\xe3\\\\x95Se\\\\x9bB\\\\x02TA\\\\x04j\\\\x00$\\\\x1dz\\\\xe3q\\\\x93\\\\x04d\\\\xeeQ\\\\x1a(c\\\\xb3\\\\xf3\\\\x03a+\\\\xfc\\\\xc3dj\\\\x002\\\\xc0\\\\xea\\\\xbd\\\\xce\\\\x9d,\\\\x92PH\\\\xb0L\\\\x00\\\\xb0\\\\x04v\\\\x1e\\\\x1e\\\\x1d\\\\x00E\\\\xa31\\\\x9a)W\\\\x1c\\\\xe1=\\\\xe3\\\\x92\\\\x96\\\\x84!W\\\\xb8\\\\x00\\\\xb4A\\\\x07w\\\\x80\\\\xd0\\\\x8e\\\\xfak\\\\xd3\\\\x99p\\\\x04\\\\x16\\\\xe4\\\\xbc\\\\xb7\\\\x87e\\\\xae\\\\xd1\\\\xbe\\\\x15F\\\\xefsih\\\\x00L\\\\x06S\\\\xd8v:\\\\xc7\\\\x97Rh\\\\xea\\\\x05\\\\xbeh>F\\\\x0e\\\\xd7\\\\xb0~e4P\\\\x80\\\\x92\\\\x19Tw\\\\x06\\\\x01\\\\x06\\\\x04yw\\\\xe8\\\\x0b\\\\xae\\\\x90\\\\x1c\\\\xd7\\\\xa0b\\\\xd2}\\\\xcfsy\\\\x10\\\\x14\\\\x88\\\\x05\\\\x01\\\\xd6\\\\x07\\\\xa7\\\\xd5$\\\\x90 \\\\xf5\\\\x07\\\\x05\\\\'Ls[\\\\xb7`\\\\x1d\\\\x03o\\\\xb6\\\\x9d\\\\xb61oH1\\\\xae\\\\x82\\\\x00\\\\x1a\\\\xfd\\\\xfa\\\\xe9\\\\xd7\\\\x19\\\\x05\\\\xc0\\\\x87XYw\\\\x13BG\\\\xe5\\\\xb7\\\\x07F;d11\\\\xaf\\\\x84\\\\x08\\\\x91\\\\xe5\\\\xe5\\\\xdbN\\\\xa4H\\\\x0cT\\\\x19\\\\xc3\\\\x144\\\\xf28\\\\x8d[\\\\x9a+f\\\\xa6\\\\xf2H\\\\x02fG\\\\xd3O\\\\x1du\\\\xf1\\\\x11\\\\xe3\\\\xd4{\\\\x81\\\\x04\\\\xa6\\\\x06\\\\x18/\\\\x13+\\\\x15\\\\xc2\\\\xb2\\\\xa2\\\\x85#p\\\\xfcA\\\\xa46\\\\xed\\\\xba\\\\x8d;\\\\xc6\\\\xbdq d\\\\xa4\\\\x10B\\\\xf2\\\\xfb\\\\x9d\\\\xaaeZ\\\\x82\\\\x10A#\\\\xee\\\\x07i\\\\x8f\\\\x18\\\\x82\\\\x93\\\\xd7\\\\x12\\\\x19)\\\\x875\\\\xb2\\\\xbap\\\\xcb\\\\xba\\\\x165\\\\xb9o\\\\xc4\\\\xb0\\\\xacN\\\\xb2\\\\xacJ\\\\xeb2H$}\\\\x93\\\\xd0\\\\x99#\\\\x88\\\\x03\\\\xf6R\\\\x06\\\\x06\\\\x1b\\\\x84E\\\\xb0\\\\x82w\\\\x02\\\\xcd\\\\n`\\\\x8d\\\\xb0\\\\xdb\\\\xfb\\\\xc6\\\\x87X\\\\x88\\\\xeb\\\\x89E\\\\xa6$P\\\\xaf\\\\xc7\\\\x1f\\\\xda\\\\x02\\\\xa4\\\\xb5\\\\xd5)UA\\\\\\\\\\\\x95\\\\x80\\\\xbe2\\\\xa3\\\\xbf\\\\xd7\\\\xc4\\\\xf6=@4A!VYcq\\\\xa5\\\\xec\\\\x1b\\\\xb2Y,\\\\x13\\\\xec*\\\\x92\\\\x08Q\\\\x10\\\\x12<\\\\xce\\\\xd9\\\\x1e~=\\\\x15\\\\x11F$\\\\x91\\\\xd5M^>\\\\xad\"\\\\xc3c\\\\t\\\\rr\\\\xe8\\\\x00\\\\x01u\\\\x833=\\\\x87\\\\xf7\\\\xf5\\\\xd45d~\\\\xd5qX\\\\xdba@=\\\\xad\\\\xc1e\\\\xa1\\\\xc1Q;cPS\\\\xbfh\\\\xea\\\\x10\\\\x9aa\\\\x82\\\\x17n5\\\\xb6\\\\xdcM\\\\x93c2J\\\\xcbC\\\\xf7\\\\x92@#h2Gq\\\\xd7i9\\\\xe2\\\\x84\\\\x80K\\\\x95\\\\'\\\\x1b\\\\x1a\\\\xc5P\\\\xafsL\\\\r\\\\xdb\\\\xce\\\\xa0\\\\r#\\\\xb0\\\\x9f-\\\\x0fPcE1\\\\xa9\\\\xa2\\\\xfcM\\\\x14\\\\xef\\\\xb1\\\\x80\\\\xb3 hDB(\\\\xd3\\\\xb4\\\\x11\\\\x00y\\\\xf8w\\\\xea\\\\x1c\\\\x10\\\\xa4\\\\x16\\\\xc5i\\\\x1960\\\\x84\\\\x9a\\\\xfd\\\\xa8\\\\xad\\\\x93I\\\\x00\\\\xf6\\\\x83\\\\x03B\\\\x04\\\\x9e\\\\x80\\\\x92\\\\xb8\\\\x1f%\\\\xb1\\\\xea{\\\\xdb}\\\\xaa\\\\rbZ\\\\xc2toT,6\\\\xa3\\\\xbfS\\\\x1a\\\\xe0\\\\xa0\\\\x87+\\\\xf3RJ\\\\x83C\\\\xaa\\\\xc9\\\\xda\\\\x8d\\\\x04j\\\\xacd\\\\x19 L\\\\x8f\\\\xf0\\\\xe9\\\\xa4Uv\\\\x95\\\\xe0\\\\x8f\\\\xe5\\\\xa2\\\\xb1\\\\xdcX\\\\xadr`nr\\\\x04\\\\t?@u\\\\xef\\\\xd2\\\\xc1\\\\x03\\\\xb1C\\\\xc8\\\\xd3\\\\x929\\\\xc4\\\\xb68fm\\\\xcbk!\\\\xda\\\\x8a\\\\x08\\\\x9d\\\\xfbN\\\\xfd<\\\\x94G\\\\x8c\\\\x0e\\\\x84I\\\\xa5\\\\xc7\\\\x92t\\\\x0cJ;\\\\x90\\\\xf6\\\\n\\\\xec`#z\\\\x17\\\\xb1\\\\x03\\\\r4\\\\xd4zu_\\\\xb4~\\\\xcf2\\\\xd2H\\\\xe4\\\\x11\\\\xc8\\\\xb6\\\\tr\\\\xca\\\\xed{\\\\x1e\\\\xbb\\\\x0f\\\\xf2\\\\x9e\\\\xc0\\\\x1c\\\\x13*\\\\n\\\\x91\\\\xabw#\\\\xe9\\\\xe7\\\\xf6\\\\xf4Q\\\\t\\\\x05\\\\xf3\\\\xc9j4\\\\xbb\\\\x15\\\\xb9\\\\x18\\\\xfb\\\\xf0Y\\\\xf7>\\\\xb6\\\\x15\\\\x10Lv\\\\xfb{\\\\xf8\\\\xcfR\\\\x02\\\\xeeKh\\\\xa6\\\\xe0&\\\\xb9\\\\xb55eJ\\\\xc1c\\\\xabx\\\\x01\\\\xe2\\\\xd3\\\\xf4\\\\x8e\\\\x9b\\\\x10HEP\\\\xb7N\\\\xcbl\\\\xdd\\\\xb1\\\\rl}\\\\xc5.L\\\\xbc\\\\x83\\\\x02F\\\\xa6<\\\\xc7`#\\\\xbfA\\\\'\\\\x08\\\\x9eN\\\\x8fa\\\\x94h\\\\x06\\\\xba\\\\xec@w*\\\\xa6\\\\xbe\\\\x93\\\\xbbQ \\\\x98\\\\x98\\\\xef\\\\xe7\\\\xd2\\\\'\"K`\\\\xacF\\\\x82\\\\x85\\\\x1f\\\\xa2\\\\xb6j\\\\xd3\\\\xdb\\\\x08E\\\\x84+\\\\xb4N\\\\xd2Oh\\\\xd64\\\\x1d\\\\xb5\\\\xe8\\\\xe1\\\\xd1*\\\\xe0 \\\\xa7>\\\\x1f\\\\x8e\\\\x0f\\\\x05\\\\x84\\\\x82\\\\x15\\\\x02O\\\\xf3 j\\\\xbbu#\\\\xbe\\\\x91\\\\xf6\\\\xeb\\\\xd5\\\\x91\\\\x14\\\\xb8\\\\x02K\\\\x14\\\\xd5\\\\xc8\\\\xb1\\\\xe10_=\\\\x7f\\\\x94\\\\xcaK\\\\xb3!\\\\x03Q\\\\\\\\\\\\x02\\\\xbbLC\\\\x02[Q\\\\xae\\\\xbd\\\\x1c\"\\\\r\\\\x16\\\\xa6\\\\xce\\\\xd0\\\\'\\\\xa2\\\\xe4\\\\x0es/#\\\\x9d\\\\xe6-\\\\xc9\\\\xbfsc\\\\xe3\\\\x9d\\\\xb5\\\\xa5\\\\x84\\\\x1d\\\\xc5\\\\x0cz\\\\x81\\\\x80{\\\\x8d:\\\\xdf\\\\xda\\\\xda\\\\xd1\\\\x05\\\\xec6V\\\\xc4Y\\\\xf1Z\\\\xaeqe;YD \\\\x1b\\\\x8bj} \\\\xc1\\\\x81\\\\xaf\\\\xd6\\\\x07\\\\x87\\\\x7f\\\\x1e\\\\x9e\\\\xb5\\\\x01U\\\\xe7#\\\\x90)k\\\\n3\\\\xb1IZ\\\\xcf\\\\xe2\\\\xed\\\\xa9\\\\x8e\\\\xde&t\\\\xea\\\\x14\\\\x85N\\\\xf3\\\\x85\\\\x1b%\\\\x8bVU\\\\xd81j\\\\xc4\\\\xc6\\\\xd8\\\\xd0n\\\\xd6\\\\x04\\\\xf5\\\\xc8\\\\x95K\\\\xc9\\\\xd4\\\\x15\\\\x9b\\\\xf1\\\\xee.w\\\\x05\\\\xb3oq\\\\x1b\\\\xd9\\\\x98Ii\\\\xd6A\\\\xd2$u\\\\xc1D\\\\x8b\\\\x90\\\\x94\\\\x92\\\\x8b\\\\xb2\\\\x03Y\\\\x90\\\\x9f\\\\x96j\\\\xdd\\\\xabfa\\\\xbc\\\\x87]\\\\xa1\\\\xd5\\\\x82\\\\x8dA\\\\x07\\\\xbf\\\\xd0D\\\\xcfR\\\\x80\\\\x94\\\\x97\\\\x99U\\\\xc3 \\\\xd2\\\\x84\\\\xb8\\\\xa4\\\\xb3-/d\\\\x8dB\\\\x8053\\\\xdaLy\\\\x9f\\\\xa0\\\\xeaYv\\\\x18\\\\xa2|N\\\\x1b\\\\xbd\\\\x16\\\\\\\\\\\\xe2\\\\xb6k\\\\x18\"\\\\xd8\\\\x85Ue\\\\xcc\\\\x00\\\\xcc\\\\xc2$\\\\xa8\\\\x81\\\\xf5\\\\x8e\\\\x99\\\\xa1\\\\xa8R%v\\\\x81\\\\xb8\\\\xee\\\\xedQl\\\\xc2\\\\xc9\\\\xfc\\\\xca\\\\xc8g\\\\xad\\\\xf7%Mo\\\\xad\\\\xb6\\\\xaa\\\\x9d\\\\xb0\\\\xa1\\\\xa0\\\\x8d\\\\xba\\\\x82>\\\\xf3\\\\xd4\\\\x1a`\\\\x8a5\\\\xc5\\\\x0b\\\\xbf\\\\xf3\\\\x15\\\\xd4\\\\x81\\\\xec\\\\\\\\{lej\\\\xdd\\\\xc9\\\\xf50r?\\\\x97\\\\'\\\\xb6\\\\xed\\\\xdb\\\\x80:\\\\x9e\\\\xa4\\\\xc4\\\\xe2\\\\x97\\\\xee\\\\x07 \\\\xb9\\\\xfa\\\\x8c\\\\xff\\\\x00\\\\n>\\\\xd0\\\\xefM\\\\xd66\\\\xdfuJ*\\\\xb8\\\\x01\\\\xb71#s\\\\x19\\\\xda\\\\xbb\\\\xbf\\\\xee\\\\xf9\\\\xf7\\\\x10:[=rL\\\\x8c\\\\xd80._\\\\x8f%\\\\xa7e\\\\xdf\\\\xfd_\\\\x1b\\\\xff\\\\x00\\\\x8f\\\\'\\\\xff\\\\x00w\\\\xa9\\\\xd0\\\\xa7\\\\xdd\\\\xe8|\\\\xbf+\\\\xff\\\\xd1\\\\xad3\\\\xb9\\\\xe3?gA\\\\x9dP\\\\x90\\\\xe1B\\\\xa5+\\\\x17\\\\xa0\\\\x0fYG3%\\\\x89\\\\xd4\\\\xb4\\\\x02\\\\t\\\\xdc@\\\\xef\\\\xe1\\\\xe2u\\\\xe8\\\\x9f$&\\\\x00\\\\x9c\\\\x16\\\\x7f\\\\x985\\\\xd4\\\\xcdz\\\\xabm\\\\xda\\\\x14\\\\xa6\\\\xa1\\\\xbc`\\\\xee\\\\x9d;\\\\xc0\\\\xeau \\\\xf2S1\\\\xf3\\\\x10\\\\xd7b\\\\xba\\\\xfbvC5\\\\xad1\\\\xb8\\\\x03\\\\xbat\\\\x98$\\\\x88\\\\xfa\\\\xf5\\\\xc2N\\\\x8bA\\\\x0c\\\\xe8o!f\\\\xdb\\\\x14\\\\xd7\\\\xb6\\\\xca[s*\\\\xb6\\\\xd0\\\\x1bl4\\\\xe8#]4\\\\x8e\\\\xfdK%\\\\xc8\\\\xd5l\\\\xa2\\\\xca\\\\xb6\\\\xaa\\\\x9a\\\\xb7\\\\xbbmhQ\\\\xe1\\\\x02\\\\x01\\\\x07\\\\xcfomz\\\\xe2\\\\xb9\\\\x94\\\\x9a\\\\xac\\\\xa6\\\\xed\\\\xad[\\\\x9d\\\\xa0\\\\xff\\\\x00:\\\\xcd\\\\x08\\\\xde\\\\x1bn\\\\xd31\\\\xe3\\\\x00GpbOB\\\\xe7\\\\x15\\\\xc45\\\\n\\\\x17\\\\x95}\\\\x95\\\\x12\\\\xaaB\\\\x97\\\\xf4\\\\xd5a\\\\x95$)\\\\x9d\\\\x04\\\\x01\\\\xd8w?\\\\xb2\\\\x0f\\\\\\\\1BeE\\\\xed\\\\x19\\\\xd6\\\\xb0\\\\x96\\\\xadTRB\\\\x97Z\\\\xcc\\\\x96\\\\x9d\\\\x14\\\\x062\\\\x00\\\\x00x\\\\xf8u$\\\\xe4\\\\x8a\\\\x04\\\\xbe\\\\x08\\\\x85\\\\x01l\\\\x1b@\\\\x15\\\\xd7\\\\xb9VWPK\\\\x99]\\\\xbb\\\\xa4\\\\xc7\\\\x87o\\\\xf0\\\\xe9g\\\\x14\\\\xc6$>H\\\\xfdk\\\\x82\\\\xc4\\\\x8b\\\\x00Sc\\\\xb3T\\\\xa4A\\\\xd3\\\\xbc\\\\x9d\\\\n\\\\xc4\\\\x91\\\\x1f\\\\xf1\\\\xeb\\\\xba&3/\\\\xcf\\\\xc7\\\\xe0\\\\x80r)\\\\xad+\\\\x84eVm\\\\xa3`=\\\\xd4\\\\x89\\\\x82\\\\x04v=\\\\x11\\\\x8b.8\\\\xd0\\\\xa1Y\\\\x06\\\\x9cf#\\\\xd9\\\\x00\\\\xa12B\\\\x9dQ\\\\x7f\\\\xee\\\\xaa\\\\xf9\\\\xf7:\\\\xf4 \\\\x04\\\\x02nqP\\\\xaa\\\\xe51\\\\x8b\\\\xaa\\\\xca\\\\x80\\\\xd1\\\\xbdI\\\\x991\\\\xd8\\\\x85\\\\xec\\\\xd3\\\\xd8O\\\\x8f\\\\\\\\\\\\xc5\\\\xd8 \\\\x8d\\\\xcc\\\\xca\\\\x89\\\\x97\\\\x96\\\\xe2\\\\xcfz\\\\xa8\\\\xb40]\\\\xf7\\\\xc6\\\\x88\\\\x17\\\\xb0\\\\x81\\\\xdb\\\\xc8L}\\\\xfdI\\\\xa9])5B\\\\x0bfVY*-_v\\\\xb5\\\\x7fr\\\\xb0G\\\\xf1/\\\\xabI\\\\x91\\\\xdeOA\\\\xa5\\\\xd0j\\\\x90[m\\\\xe43/j\\\\xc5v\\\\x12jR\\\\x01\\\\x01\\\\x80RdN\\\\xd0`\\\\xcc\\\\xc7\\\\xd3\\\\xa3r\\\\x87YE1\\\\xaf\\\\xccj6Z\\\\xcc\\\\xe6\\\\xb3\\\\xa9h\\\\xf1\\\\x03O\\\\x133\\\\xde{v\\\\xd2:\\\\x13,\\\\x1d>\\\\x04\\\\xc88P9+\\\\xb1\\\\x143{\\\\x9a\\\\xab\\\\x06\\\\xb1L\\\\xc3O\\\\xa7Rt\\\\x9d\"F\\\\x9d\\\\x1b\\\\x80\\\\x93p\\\\xa8U\\\\xe3Wk\\\\x86\\\\xdck\\\\xb2\\\\xc6\\\\x90\\\\xa4\\\\xc2IPH\\\\xd2~\\\\x9ak\\\\xfb\\\\xf4\\\\x89!\\\\x15,\\\\xb0\\\\xcb\\\\xc2\\\\xa5k\"u\\\\x1e\\\\x97c\\\\xa1 1\\\\x91\\\\x1e G\\\\x9fK\\\\xc6\\\\xab\\\\x8f%\\\\xae\\\\xbcr\\\\x88]\\\\xea)\\\\r\\\\x01\\\\xb6\\\\xabn\\\\t\\\\x04\\\\x82\\\\x01\\\\xd4\\\\xc1\\\\x1e3\\\\xd8\\\\xf58\\\\xa9\\\\x05\\\\xb1Bs\\\\xec\\\\xa7h5)fv`\\\\xb7\\\\re;\\\\xee\\\\r\\\\xa1\\\\xf1\\\\xd4u\\\\x05\\\\x81\\\\\\\\H\"\\\\x88X\\\\xcelR\\\\r[]N\\\\xd9\\\\xa9\\\\x94\\\\xfe\\\\x19\\\\x03U\\\\x80e\\\\xb4\\\\x9f>\\\\x89\\\\x0cdT\\\\xfa\\\\xf9\\\\xe1p\\\\x15\\\\xb2\\\\xd9I\\\\xf4\\\\xee[Q\\\\x94\\\\x96n\\\\xc0\\\\x81\\\\xe0t\\\\xf1\\\\xd3\\\\xa9\\\\x00\\\\xba/q\\\\xfd$\\\\xad\\\\xd8y\\\\x98\\\\xb9V\\\\x05j\\\\n\\\\xb3\\\\xf8\\\\xd8\\\\xa2Lj\\\\xd2\\\\xbaD\\\\xc7P\\\\x08K\\\\xc5\\\\xdb5\\\\xb32\\\\xca\\\\x10\\\\x92\\\\xd5\\\\xa9\\\\xac\\\\x91\\\\xa36\\\\xe2I\\\\x851\\\\xae\\\\x9a\\\\x9e\\\\xfe=\\\\x0c\\\\x8a\\\\x82FkmY\\\\n\\\\xb5\\\\xb8\\\\xaa\\\\xb3\\\\xb4\\\\x03\\\\x0c@\\\\x82\\\\x00\\\\x88=\\\\xfb\\\\r?o]\\\\x8e\\\\x08\\\\xc4\\\\xf3[\\\\x19\\\\xed%w<\\\\xd6\\\\x0b9U\\\\x992%t\\\\xf0\\\\x00\\\\x93\\\\xacL\\\\xf6\\\\xe8]\\\\x94b\\\\x1de\\\\x82\\\\r\\\\xd6\\\\x01c\\\\x00A\\\\x90\\\\xd5\\\\x91>\\\\x91,\\\\x10\\\\x13\\\\xac\\\\x9e\\\\xdfgR\"\\\\xf8\\\\xae\\\\x89/\\\\xd8\\\\xadO\\\\x88`\\\\x14d\\\\xbe\\\\xdb\\\\x14\\\\x80\\\\xdb]J\\\\xb0\\\\x07S\\\\xdeL\\\\x8f\\\\x12\\\\x7fwU\\\\xa7\\\\xe9\\\\x97*\\\\xadK\\\\x16\\\\xc9Vm|\\\\xb5TZ\\\\xab\\\\x89c(\\\\x1f\\\\x88\\\\xeb\\\\xeb!v\\\\x92#MO\\\\x86\\\\xb0:\\\\xb1f\\\\xf8}#\\\\x15\\\\xa5\\\\xa4\\\\x81J-\\\\\\\\\\\\x8d\\\\x96d\\\\xcd\\\\xc1\\\\xac\\\\xb0\\\\xb2\\\\x86\\\\x0e\\\\x0c\\\\xb8&&H\\\\xd3\\\\xee\\\\x9e\\\\xfd\\\\xfa\\\\x8d\\\\xcc\\\\xb5\\\\xe6\\\\x80Q\\\\xcaQ\\\\xe6\\\\xb1\\\\xad\\\\x186]FW\\\\xb6\\\\xe0+.\\\\xd1\\\\xe9#N\\\\xe9\\\\xe0\\\\x04\\\\xc6\\\\x9fv\\\\xbd\\\\xe8\\\\x88E\\\\x8b\\\\x97eR\\\\xfdU\\\\x1b\\\\xc8_ew\\\\xb3\\\\xbe&\\\\xd4R\\\\x1cH%\\\\x95F\\\\xab>\\\\x13#]4\\\\xee\\\\'N\\\\x9fnT\\\\xa9Y\\\\xd3\\\\x1e\\\\xaa\\\\xe2\\\\x82\\\\xdei@\\\\x85k\\\\xde\\\\xae\\\\x17\\\\xda%\\\\xb7\\\\x00\\\\n\\\\xee,\\\\x03\\\\t\\\\x91\\\\xe6\\\\xdf\\\\xe3\\\\xd3\\\\xd2O,\\\\xd6>\\\\xc9\\\\xb3\\\\xdd\\\\xb6.e\\\\xf4o\\\\xd0\\\\x10\\\\xcc\\\\x8d\\\\xd8\\\\t\\\\xd7\\\\xb9\\\\x9d\\\\xde?p\\\\xeat\\\\xaenh\\\\xde6+SZ\\\\xb0 X+%\\\\x81>z\\\\xe8\\\\x07x\\\\xea\\\\r\\\\xb7\\\\xc5\\\\x1cZ.\\\\xca&JY{\\\\xfa\\\\xc1%\\\\x01]4\\\\'l\\\\x11&4\\\\x04\\\\xfe\\\\xde\\\\x88\\\\x06B]\\\\xddBl\\\\x1c\\\\xb2\\\\xbe\\\\xe8\\\\xaf\\\\xd6\\\\xf0\\\\x1c\\\\xb4\\\\xc9\\\\xde`\\\\xc1\\\\x88\\\\x81\\\\x1e=\\\\x14\\\\x81B\\\\x1c\\\\xa9\\\\xf8\\\\x94d\\\\x85qc\\\\x10\\\\x109VvM=D\\\\xee\\\\x11\\\\x00O\\\\x97\\\\xdd\\\\xe5\\\\xd5{\\\\x96\\\\x0c\\\\x88\\\\'$\\\\xcbgH `\\\\xa6\\\\xfbX\\\\xb5\\\\xa0\\\\xf6\\\\xd7\\\\xdcp\\\\xc1v\\\\x15 \\\\xae\\\\xce\\\\xe4\\\\x92\\\\xa6\\\\x01S\\\\xe1?\\\\xdd\\\\xd3\\\\xad[\\\\x10\\\\x0e\\\\x84\\\\xb1\\\\x05\\\\x8a\\\\x8c\\\\x98\\\\xcftX*-Z\\\\xb0b\\\\xdd\\\\x89\\\\x0cv\\\\x99\\\\'\\\\xcb\\\\xec\\\\xef\\\\xdb\\\\xa2\\\\x15Q\\\\xa4\\\\xb2\\\\x97Nv>-V-\\\\xa5\\\\xd2\\\\xc0Y\\\\x18\\\\x86%\\\\x93f\\\\xac\\\\xc2;\\\\xe8{\\\\x13\\\\xdb\\\\xae\\\\t\\\\x90\\\\x98\\\\x88@\\\\xf3s\\\\xdf&\\\\xf3U\\\\x02H*\\\\xa4\\\\r\\\\xd1\\\\x13\\\\xab\\\\x18\\\\x91\\\\xfb\\\\xba\\\\x87p\\\\x82u*]x7\\\\x95/y5\\\\x90N\\\\xa4\\\\xc0\\\\x82t\\\\xdcd\\\\rA\\\\x065\\\\x03_\\\\x1e\\\\xa4\\\\x1atP \\\\xd8\\\\xad\\\\x96\\\\xaaT\\\\xc2\\\\xca\\\\xc9\\\\xb9\\\\x19\\\\x80fd\\\\x805\\\\xdcYX\\\\xc9\\\\x1a\\\\x10\"?g~\\\\xa2C\\\\x92 kP\\\\xb4\\\\xa562\\\\x83\\\\xb6\\\\xc6B\\\\x82+\\\\x1f\\\\xc2F\\\\xd5\\\\x06A?Q\\\\xa7\\\\xf7\\\\xf5\\\\r\\\\xcd@\\\\x04\\\\xd5mTvY\\\\x0c\\\\\\\\\\\\x95a\\\\x10\\\\xf0\\\\xd2\\\\x08$\\\\x9f\\\\xa4w\\\\xfb\\\\xbc\\\\xba\\\\xe69.e\"\\\\x8c|\\\\x85\\\\xb7a?\\\\xcaE\\\\x13Q\\\\xdc\\\\xa6T\\\\xe8\\\\xb5U* \\\\xc0 D\\\\xc8$\\\\xc1\\\\xd0t\\\\xc8\\\\x00\\\\x05\\\\x11J\\\\x8e\\\\x15\\\\x8b\\\\xc1\\\\x84F[\\\\x85l\\\\x8bZ\\\\x02^\\\\xc5\\\\x88n\\\\xc0\\\\xb0\\\\xfa\\\\x83\\\\xaf\\\\x88\\\\xe9\\\\x91)vA\\\\'\\\\x14\\\\x8f\\\\xfa\\\\x9f\\\\xce\\\\x13O\\\\xf4\\\\xcc]\\\\xbb\\\\x18\\\\x1a\\\\xd4\\\\xed$\\\\x84$\\\\xc1\\\\x06\\\\x07\\\\x96\\\\x9eC\\\\xe9\\\\xd6\\\\x96\\\\xca\\\\xd3\\\\xc9z\\\\x9f\\\\x8e\\\\xb2\\\\xe6\\\\xa1Ry?\\\\t\\\\xdb\\\\x07\\\\x10\\\\xa8\\\\xd8\\\\xef*\\\\x06\\\\xd0\\\\xa0\\\\xa8\\\\x0c$\\\\tQ\\\\xa9\\\\x81\\\\xa8&u\\\\xfd\\\\xfd\\\\x10,\\\\x80\\\\x8dXS\\\\xee\\\\xa6dqic\\\\xdbe\\\\x87pVgWu\\\\x05\\\\x82~\\\\x13\\\\xb8\\\\xb4\\\\xc4\\\\xff\\\\x00m:!%\\\\x06\\\\x1d\\\\xff\\\\x00\\\\xc2\\\\x03\\\\xc8\\\\xe1\\\\xe1\\\\xb0cM\\\\x01\\\\x038/_\\\\xa4M\\\\xb2H;\\\\xfc\\\\x08\\\\x8f\\\\x024\\\\xeb\\\\x8c\\\\x94h,\\\\xcf\\\\x97z@\\\\xca\\\\xc7\\\\xae\\\\x95K\\\\x10\\\\x96\\\\n\\\\xec+{\\\\x942\\\\x8d\\\\x8e\\\\x14\\\\x80\\\\xab\\\\xf6\\\\x82d\\\\x0e\\\\xdat.\\\\xbaC2\\\\xf4X~C\\\\x0f\\\\xff\\\\x00!\\\\xbf\\\\xf0\\\\xbf\\\\xfe\\\\xf7\\\\\\\\\\\\xc1\\\\x1b\\\\xc9\\\\x7f\\\\xff\\\\xd2\\\\xe6\\\\xfe76\\\\xecr\\\\xd4\\\\x92\\\\xeeWb#*\\\\x7f+a\\\\x1e\\\\xa6\\\\x1bH\\\\xecDG\\\\x81?N\\\\xbc\\\\xbd\\\\xa6\\\\x8dW\\\\xc3\\\\xa1\\\\xa88\\\\x1d\\\\xdc\\\\x91NK\\\\x07\\\\x11*\\\\xb9\\\\xb8\\\\xcbm9\\\\xa5\\\\xd4=y\\\\x0b\\\\xb4#9\\\\x01\\\\x8c\\\\x91\\\\x11\\\\x1a\\\\xc1$\\\\x8e\\\\x8a\\\\xf4A\\\\xac|\\\\x13\\\\'\\\\x11\\\\x10\\\\xf9\\\\xfd\\\\xd3\\\\xd7\\\\xc6y\\\\x8c\\\\x8e;\\\\x8dl\\\\x91{n\\\\xa7k>\\\\xe2YK*\\\\xf6\\\\x06J\\\\x98\\\\x83$x\\\\x1f\\\\xb7\\\\xa3\\\\xb7#\\\\x11Ev\\\\xc5\\\\xcd\\\\x10%@\\\\xbb\\\\xe4\\\\xf4\\\\xf3\\\\xc7\"\\\\xaai\\\\xae\\\\xbbm\\\\x9fv\\\\xd2C3\\\\xbb\\\\x9d\\\\x84\\\\x88\\\\xf1\\\\xf2\\\\xfb\\\\x87n\\\\xb3\\\\xaeB\\\\x12\\\\x9b\\\\x1a\\\\x93U\\\\xde\\\\xf9\\\\xb8(\\\\xab\\\\x8c\\\\x8c\\\\\\\\\\\\xfa\\\\xf2\\\\xae\\\\xa2\\\\xf56&\\\\xe5\\\\x01\\\\x0c\\\\xfa\\\\xa5\\\\x84\\\\xb0\\\\x1e>\\\\x04\\\\x82<:i\\\\x0cY\\\\xa9\\\\xcdR6\\\\xe4(qto\\\\x8b\\\\xe2[\\\\xf3I\\\\x8e\\\\x97=\\\\xbb\\\\xc0kT4\\\\xeeiRP\\\\xed\\\\x1ai\\\\xa8\\\\xff\\\\x00.\\\\xa6\\\\x10oNI\\\\xb0\\\\xb4uT\\\\xd5\\\\x18\\\\xcf\\\\xe5[\\\\x8d\\\\xb3\\\\xf2\\\\xae\\\\x05\\\\xcd\\\\xa8\\\\xc7\\\\x8d\\\\xb5\\\\xa9\\\\r\\\\xa0\\\\x96\\\\x124\\\\x03Y\\\\xeaa3/I\\\\xc4\\\\'N\\\\xee\\\\x81\\\\xe9\\\\xc13q\\\\x1c\\\\xc5x|?\\\\xb9\\\\x91\\\\x8e\\\\xe3\\\\x90w\\\\x01\\\\x9d\\\\x9c\\\\x02\\\\xc5\\\\xdf]\\\\x82L\\\\xc4\\\\xc0\\\\xd4\\\\xe9\\\\xe4A\\\\xea\\\\xc0\\\\xb9\\\\xa4&[\\\\xbcD\\\\x1d\\\\xaa\\\\xa0\\\\x8eQ*\\\\xe5iz+om\\\\xd9^\\\\xc3d\\\\xafx\\\\x1f\\\\x8bA\\\\xfb{\\\\xf4\\\\x99\\\\x02K\\\\xf3Gn\\\\xfdz\\\\x05jT\\\\xe7.\\\\x97\\\\xb2\\\\xb8*\\\\xc2l5\\\\x9e\\\\xf12\\\\x17h\\\\xd0A\\\\xd6\\\\x0c\\\\x8f\\\\xbf\\\\xae\\\\x10\\\\x19+\\\\x92\\\\xa8u4\\\\xff\\\\x00.\\\\xb6\\\\xd2ABR\\\\xb5$\\\\xe9\\\\xf8gH\\\\x805\\\\xef\\\\xfb\\\\xfa\\\\x89\\\\x06Q\\\\x88J\\\\xdc\\\\x86B\\\\xd6\\\\xe9%UX\\\\x86\\\\x0c\\\\xd2e\\\\xb7\\\\x11\\\\xb8\\\\x12{\\\\xeb\\\\x02t\\\\x8f\\\\x03\\\\xd1D\\\\xa5L\\\\x02j\\\\xbcK\\\\xbd\\\\x00\\\\xa3\\\\xd6\\\\xca\\\\xe4+\\\\xb1,\\\\xba\\\\x90\\\\x000Gs\\\\x1e}5\\\\xb9\\\\xa8\\\\x05\\\\x83\\\\xadv\\\\xdc\\\\x0b\\\\xfbn\\\\x95\\\\xd8\\\\x8a\\\\x1a\\\\xb4\\\\x98\\\\x92Ve{\\\\x91\\\\x04h@\\\\xed\\\\xa6\\\\xb3\\\\xd4i9\\\\xa5\\\\x9cVKi\\\\xac\\\\n\\\\x9d\\\\x87\\\\xbf\\\\xb4l!\\\\x81ft\\\\x13\\\\x10\\\\x01m\\\\x06\\\\xbd\\\\xa3\\\\xc3\\\\xcf\\\\xae\\\\x14\\\\xc5\\\\x16\\\\xb3\\\\x82\\\\xd6nk\\\\xd9k.}\\\\xba\\\\xc4\\\\xac\\\\x10#\\\\xd2u$\\\\r5\\\\x13\\\\x03\\\\xa25K2+p\\\\x1e\\\\xfa\\\\x0b\\\\x10\\\\x97B\\\\x92\\\\x9e\\\\xe1\\\\n\\\\x10\\\\xae\\\\xa3Q*$\\\\x12;O\\\\x86\\\\x9d\\\\xfa\\\\x13\\\\x16FMi\\\\x9a\\\\xd4-\\\\xd8\\\\xdb\\\\x95V\\\\xb4\\\\x08P\\\\x92\\\\x84\\\\x14\\\\x054 \\\\x92H\\\\x9dGp;u8\\\\xa1!\\\\x8b,\\\\xb2w\\\\xda\\\\xa1\\\\x97r\\\\xfbp\\\\xcb`2\\\\x0e\\\\xe0\\\\x1c\\\\xb7a\\\\x1eZ\\\\x0f\\\\xa7~\\\\xa3\\\\x02\\\\x88\\\\x93%\\\\xa2\\\\x9a\\\\xeepU\\\\xd3o\\\\xe5\\\\xe0(A\\\\x02\\\\x0cv\\\\x07q=\\\\xfe\\\\xbdt\\\\x8a\\\\x13\\\\x13\\\\x98E\\\\xe9[\\\\x1a\\\\xb2-\\\\xa9\\\\x85`\\\\xb2\\\\xa3$0H$DD\\\\xacxx\\\\xcf]\\\\x19)0\\\\xc5\\\\x19\\\\x1cv0@O\\\\xb6\\\\x04\\\\x99Z\\\\xf5\\\\x04@\\\\x1f\\\\xc5\\\\xdb]cI\\\\x8e\\\\x87S\\\\xd7%\\\\xc2.\\\\xa1dS\\\\x8d\\\\x82\\\\n%D\\\\x11\\\\xaa\\\\xa2\\\\x89\\\\xd5`\\\\x91>~\\\\xa0|>\\\\xba\\\\xf5\\\\x06\\\\xe3\\\\n\"\\\\x00D \\\\x97r\\\\x95\\\\xd0\\\\xe1\\\\xa9Or\\\\xc2\\\\'\\\\xd2\\\\xc4D\\\\x88\\\\x01Z@\\\\x1a\\\\x01\\\\xacG\\\\\\\\\\\\xe9R\\\\xb9FPo\\\\xe4\\\\xf2\\\\x1d\\\\x99E\\\\xbbj\\\\xfcL@Ue\\\\x91\\\\xac\\\\x12\\\\x08\\\\x1a\\\\xf9\\\\xf8\\\\xc7F\\\\x97\\\\xac\\\\x92\\\\xb6\\\\xe3r\\\\xd6Q`.\\\\xec\\\\xc8 V\\\\n\\\\xfe&\\\\x9d\\\\xda\\\\xf8\\\\x02#\\\\xc6:\\\\x1e\\\\xd5\"D&\\\\x0f\\\\xce\\\\xe3\\\\xe6\\\\xe2;\\\\xa5en\\\\xdaL\\\\xc6\\\\xa1\\\\xa4\\\\x98\\\\xd4\\\\x124#\\\\xf7\\\\xf8u\\\\xc00dd\\\\x82\\\\x1d-\\\\x96Z\\\\x9e\\\\xe7d%\\\\xca\\\\xede\\\\x0cIRWr\\\\xc8\\\\x12\\\\x0f\\\\x89>\\\\x1f\\\\xbb\\\\xa3\\\\xc0\\\\xa45W\\\\x81\\\\xeb\\\\xb0\\\\xec\\\\xb1\\\\xcd\\\\xde\\\\xd0\\\\x82\\\\x8e\\\\x04\\\\x12`@\\\\n\\\\x7f\\\\xbc\\\\x9f\\\\xa7\\\\\\\\T\\\\xc4\\\\x89QgnmU\\\\x9b\\\\x08\\\\xdbc\\\\x12V\\\\xc4\\\\x06%N\\\\xde\\\\xe4m\\\\xef\\\\xd0\\\\xa6\\\\x19\\\\xb0\\\\xa2\\\\x13e\\\\xc9e\\\\x8b`\\\\x07\\\\xd6\\\\xa0\\\\x92\\\\x83ia\\\\x03i\\\\x90\\\\x02\\\\xccw\\\\x8e\\\\xb8@?$\\\\xb3>JZ\\\\xf2.K\"\\\\xed\\\\x10v\\\\x10{0\\\\xeeAH\\\\x8f\\\\xac\\\\x19\\\\xff\\\\x00>E\\\\x1b\\\\x8dE\\\\x17\\\\'\\\\x16\\\\x83n5\\\\x81\\\\xebfpYt]v\\\\xf9\\\\x19#\\\\xbc}\\\\xda\\\\xf5&!D\\\\x97\\\\xe3C\\\\xe3\\\\xd8\\\\x95\\\\x11\\\\xbd@\\\\x97^\\\\xea\\\\x0c\\\\xc8\\\\x81\\\\xa0h$\\\\xf6\\\\xfb>\\\\xd5\\\\xc8)\\\\x10\\\\x00\\\\xb2\\\\xd3\\\\x99\\\\x91hH\\\\xa1I\\\\xf4#R\\\\x8aw\\\\x90\\\\xcc5$\\\\x98\\\\x04\\\\x98\\\\x1e]@\\\\x14Q#Z`\\\\xa2\\\\x0c\\\\x9c\\\\xc9*\\\\xb5\\\\x9a\\\\xe9V`\\\\xf6*\\\\x95\\\\xda\\\\xba(oO\\\\x89?_\\\\x0e\\\\xfdq\\\\'\\\\x04#\\\\x99E\\\\xb1A\\\\xcb\\\\xb5M\\\\xf4 &I\\\\xf7\\\\x18\\\\x96\\\\xb1T\\\\x19\\\\x07]\\\\x08\\\\x1a\\\\xf4zQ\\\\x06!Jn3\\\\x16@\\\\xb3m9\\\\x05\\\\xf4\\\\x00\\\\x08\\\\xd4\\\\xed\\\\xec\\\\xc3H\\\\x90\\\\xd3\\\\xe5\\\\xafR1L\\\\xd3O\\\\xb2\\\\t\\\\x93\\\\xc5b5\\\\x9bV\\\\xc0\\\\xd07\\\\x02\\\\xa4\\\\x86\\\\x92\\\\xa2Zu\\\\x00\\\\x12t\\\\xff\\\\x00\\\\xb3\\\\xa1,\\\\xc8\\\\x00~J\\\\x12\\\\xe1~]\\\\x90Uq>\\\\xf8%\\\\xd7\\\\xf0\\\\x93\\\\xa4\\\\xee\\\\xf0\\\\xd4Gr{\\\\xf8u\\\\x04:\\\\x1d4u#\\\\x1f\\\\x16\\\\x8b\\\\xad\\\\x00\\\\xdew\\\\xa7\\\\xfc\\\\xb5@\\\\x0f\\\\xadfN\\\\xdd|#\\\\xed\\\\xeez\\\\x96t1\\\\x88%\\\\x11\\\\x185\\\\xa3\\\\xe3\\\\x93h\\\\xf7\\\\x15\\\\x7f\\\\xe9\\\\xd9\\\\x98\\\\x15a\\\\xb43\\\\x13$\\\\x83\\\\x06$N\\\\x9d\\\\x16\\\\t\\\\x82#\\\\xb9{_\\\\xe5\\\\x98\\\\xad*\\\\xfbiA06\\\\x9243\\\\x06 \\\\xeb\\\\xf5\\\\xd3\\\\xbf\\\\x87C\"\\\\x0b.\\\\x12\\\\xab`\\\\x11\\\\xac\\\\x1a0kr\\\\xca\\\\xc9mh\\\\xc1H\\\\x00\\\\x8d\\\\xdfA\\\\xdc\\\\x98\\\\x13>g\\\\xee\\\\xea\\\\xb5\\\\xdb\\\\xa6\\\\x0f\\\\x90O\\\\xb6\"p\\\\xc5Y\\\\xfc5\\\\x8b\\\\x91A\\\\x0b\\\\x14\\\\x8a\\\\xe6b;\\\\x84\\\\xfc]\\\\xc4\\\\xeb1\\\\xde~\\\\xfe\\\\xb1w\\\\x1b\\\\xa9\\\\xce\\\\\\\\\\\\x8a\\\\xd9\\\\xb1\\\\x01\\\\x10\\\\xbfWo\\\\xb7\\\\x90\\\\xa1H:\\\\xca9\\\\x826\\\\x8f\\\\xe2,\\\\xd2\\\\xe5\\\\xb1\\\\xaa\\\\xeb@2\\\\n\\\\x9d\\\\x01\\\\xda@\\\\xed\\\\xfd\\\\xfdv\\\\x80\\\\xe8\\\\xa1\\\\x06c\\\\x80\\\\xe4\\\\x88\\\\xe4\\\\xe7W\\\\xb0)V.a\\\\x95\\\\xeb\\\\n\\\\x14\\\\x00N\\\\xa4\\\\x98\\\\x8d\\\\xc4\\\\xf8\\\\xf6\\\\x1dp\\\\xe8\\\\x99);\\\\x04\"\\\\xdbvX[\\\\xdb\\\\n\\\\x10JX\\\\x01`I\\\\xf5\\\\x06\\\\xd2\\\\x0fbD\\\\xc9\\\\xeb\\\\x89\\\\xe6\\\\x95\\\\xa8\\\\xe0\\\\xa7c1\\\\xb9\\\\x94\\\\x1b\\\\x12\\\\xaa\\\\x98\\\\x0f\\\\xe6\\\\xb9\\\\xdb\\\\xbeH\\\\x06\\\\x7ff\\\\x91\\\\xfb\\\\xfa\\\\x8c\\\\x14\\\\xc42)e\\\\xefV:/\\\\xb5\\\\xb8\\\\xd2=\\\\t \\\\x12\\\\x83\\\\xc6\\\\x04\\\\t\\\\x83:\\\\x9e\\\\xa1\\\\xebD\\\\xd3\\\\x82\\\\x18\\\\x99\\\\xd9\\\\xf6\\\\x10\\\\x7f\\\\x02BWZ\\\\xb8\\\\xd0\\\\x980u$\\\\xe8\\\\x01\\\\x8e\\\\x89\\\\x00v\\\\xa6\\\\nJ\\\\xe1=\\\\xc6\\\\xbb\\\\xae`+\\\\xb0\\\\xc3m_\\\\xe2:\\\\xac\\\\xc1\\\\xef\\\\xa7\\\\xdb\\\\xe5\\\\xd4\\\\xb6jYI8\\\\xf8\\\\xf8\\\\xb5\\\\x9d\\\\xa4\\\\x95\\\\x92M\\\\x8af\\\\xb3\\\\x07\\\\xf8D\\\\x01:O\\\\xf7t/J\"\\\\xd2\\\\x00\\\\xfb\\\\xa8\"\\\\x87\\\\xb4X\\\\x8a\\\\xeb]l7\\\\x12I\\\\x04\\\\xc0\\\\x02\\\\x08\\\\x03\\\\xb9\\\\x91\\\\x1eZy\\\\xf4\\\\x12\\\\xa0d\\\\xb0+N\\\\xd5\\\\x9e>\\\\x0b\\\\x8fl\\\\x92\\\\xcd\\\\xba\\\\x01g\\\\xf4\\\\xb2\\\\xee A\\\\x0b\\\\xfb\\\\xbe\\\\xee\\\\x84\\\\x07\\\\xed\\\\x08\\\\xc04\\\\xc1\\\\x16\\\\xaf\\\\x8e\\\\xaa\\\\xa0\\\\x96X\\\\xacYIm\\\\xa1I\\\\x92\\\\xbf\\\\xc2\\\\x14\\\\xc4\\\\x11\\\\x12O\\\\xf9tzA\\\\xed\\\\\\\\bA\\\\xaa\\\\x8fvB\\\\xadu\\\\xd3P\\\\x11\\\\xb4\\\\x90\\\\xe6XH\\\\xfc0\\\\x01\\\\x88\\\\xf5L\\\\x1f\\\\xafy\\\\xeb\\\\x82\\\\xe2j\\\\xcb^9Z\\\\x84\\\\xb8f?\\\\xc2\\\\xad\\\\xdat\\\\x10d\\\\x93\\\\xa0\\\\xd6:#\\\\x07\\\\x1c\\\\x94\\\\x02B\\\\x92n\\\\xbf6\\\\xc2\\\\xccD-j\\\\xcd\\\\'h_\\\\xf5A\\\\x12\\\\xc6c\\\\xb9\\\\xf0\\\\xed\\\\xd4\\\\x1aw\"\\\\x12&\\\\x83\\\\x02\\\\xa5\\\\xb5\\\\xd5\\\\xd7Yjv\\\\x9bH\\\\xd6d\\\\xa8V\\\\x1a\\\\xa9&[N\\\\xc7\\\\xb4\\\\x8f.\\\\x8b]\\\\x11\\\\x96e\\\\x01ql\\\\xbd7X[a-/d*\\\\xe8\\\\x04\\\\x00t\\\\xd4\\\\xc6\\\\x92~\\\\xf9\\\\xea5tJ\\\\x11D\\\\xa9\\\\xc3LpX\\\\x89}\\\\xca@:4\\\\xc1\\\\xdc\\\\xba\\\\x9f\\\\xc4\\\\x0e\\\\x80\\\\x0f\\\\xdf\\\\xd1\\\\x00\\\\xa6\"\\\\x8c\\\\xb55\\\\xe8\\\\x12\\\\xc4*Hp\\\\xee\\\\xea\\\\xa6&@>f@\\\\x8d\\\\x04\\\\xf8t\\\\xd0Fjq\\\\xedX.ma\\\\t\\\\xb9\\\\xde\\\\xcbbR\\\\xdb\\\\x04\\\\xed-\\\\xa4\\\\xa8\\\\xf0X\\\\xf33\\\\xe4#\\\\xa0&\\\\x8aAF\\\\xb0\\\\xadKi\\\\xb0\\\\x92gafp|\\\\x01\\\\'C1\\\\xa1\\\\xf1\\\\x1a\\\\x9e\\\\xba\\\\x01\\\\x82|@,\\\\x85\\\\xe4\\\\xbd6\\\\xdcJ\\\\xba\\\\xaa\\\\x93\\\\xbb~\\\\xe2e\\\\xb4PAV\\\\x1d\\\\x87}:\\\\xe9\\\\x1d%*`=\\\\x13\\\\x07\\\\x13O\\\\xad\\\\x15**\\\\xb6\\\\x89\\\\xad\\\\x03\\\\xea\\\\x11\\\\x86\\\\x9a\\\\x85\\\\x90\\\\x08\\\\x8f\\\\xae\\\\xbd*U\\\\xa2(`\\\\xea\\\\xcb\\\\xe3\\\\xf0\\\\xac\\\\xb2\\\\xb5T\\\\xaf}H\\\\x03Y \\\\xed\\\\r\\\\xb8\\\\xc8\\\\x84 \\\\x08\\\\x1e~\\\\x1a\\\\xf9t\\\\xc8\\\\x86G\\\\x11)\\\\x17\\\\xe6\\\\x99m\\\\xa9\\\\xf8\\\\xcc]\\\\xd6\\\\x85\\\\x80\\\\xd1]-\\\\xe8eT\\\\x07\\\\xb8Q\\\\xea\\\\x82\\\\xdbu\\\\xfd\\\\xe6b\\\\xc5\\\\xb6p\\\\x15\\\\xed\\\\xbe\\\\xdd\\\\x8a\\\\xa8\\\\xae_\\\\xea\\\\x99\\\\x99\\\\x19\\\\xd76\\\\xe4Ij\\\\x04\\\\x18\\\\x82v\\\\xab4\\\\xcbjF\\\\xbfN\\\\xbd\\\\x0e\\\\xd6\\\\xd6\\\\x88:\\\\xf5\\\\x1b8\\\\x18\\\\x01\\\\xd7\\\\x8a!\\\\x198\\\\xcb\\\\xb4\\\\xda\\\\x01b\\\\xeaT\\\\x9f\\\\x02F\\\\xa1@\\\\xfe\\\\xe1\\\\xd3\\\\xf1Z\\\\xe0\\\\x05L|\\\\x94\\\\xfe$\\\\xf1 \\\\xa8:\\\\xaa\\\\x89\\\\xec@1\\\\x00j\\\\x06\\\\x9dA\\\\xe4\\\\x8e b\\\\x90q\\\\xb8q\\\\x9a\\\\xe4\\\\xa8\\\\x16\\\\x00\\\\x7f\\\\x0c~\"\\\\x08\\\\'S\\\\xd8\\\\x93\\\\xae\\\\xbd@\\\\t\\\\xa1\\\\x18_\\\\x8d[Eu\\\\xed\\\\xc7u_\\\\xe1\\\\x89>fA\\\\xd4\\\\xc1\\\\xfd\\\\xfdK)5P\\\\xb38Ej\\\\xed\\\\xf7\\\\xeb(\\\\xc0\\\\x0fK\\\\x82 \\\\xe9\\\\x04\\\\x83\"50c\\\\xf7\\\\xf5\\\\xc8J\\\\xe7?\\\\x9bpU\\\\xfb\\\\xf6\\\\x0bk\\\\x94}\\\\xe5w\\\\xfe\\\\x10A\\\\x91\\\\xdcH\\\\x04\\\\x93\\\\xe3\\\\xd1$HUW\\\\x14%x\\\\xec\\\\x940\\\\n\\\\x95\\\\x8d\\\\xa9[\\\\x01\\\\xbd\\\\xa1\\\\xa4,\\\\xb9m\\\\t1\\\\xdf\\\\xcfN\\\\xfdA4C\\\\x18\\\\xb1|QlV\\\\xac%V\\\\xd9H.\\\\xc7l1\\\\xf5F\\\\xa4\\\\xeaH\\\\x9e\\\\xdaw\\\\xff\\\\x00.MSr.\\\\x14\\\\xd6\\\\x84\\\\xb29c\\\\xb8\\\\xed\\\\xed\\\\xbed\\\\x90<\\\\x081\\\\x1e\\\\x1d\\\\xfc\\\\xba\\\\xe7PB@\\\\xe5\\\\xf92\\\\xa9\\\\x90\\\\xa3S`\\\\x15\\\\x97m\\\\xcb\\\\xb9lh}\\\\xcf\\\\xa2\\\\x95b<@\\\\xfd\\\\xbdI\\\\x92\\\\x01m\\\\x8fbO\\\\xc8\\\\xc8Z\\\\xee\\\\xae\\\\xe0\\\\xd5\\\\xbd`\\\\x94\\\\xaf\\\\x18\\\\xb0\\\\x82\\\\xa8\\\\xe1\\\\x0e\\\\xe8\\\\xda\\\\x01\\\\xdc?\\\\x17\\\\x88\\\\xd3\\\\xa0&\\\\x88\\\\x84*\\\\xe2\\\\x85i\\\\xfc\\\\xa5\\\\xff\\\\x00\\\\xea\\\\x7f\\\\xd8\\\\xdf\\\\xfeS\\\\xa9\\\\xd49)b\\\\xbf\\\\xff\\\\xd3\\\\xa8>5\\\\xf1\\\\xfb\\\\xac\\\\xa9.\\\\xc6\\\\xb1.\\\\xab#r\\\\xd4\\\\x8c\\\\xa0\\\\xaa\\\\x12\\\\xa4\\\\xa1\\\\x93\\\\xde4\\\\x8d\\\\xbf\\\\xb3\\\\xaf3\\\\x00t\\\\xaf\\\\x8d\\\\xda\\\\xb0_P(?)\\\\xc5\\\\xe4\\\\xe2\\\\xe4\\\\xdbX\\\\x13\\\\xb4\\\\xbc\\\\xbd`\\\\xbc\\\\xa90\\\\xdb\\\\x9a\\\\x06\\\\xd0\\\\x07i\\\\x1d\\\\xfa\\\\x82\\\\x15{\\\\xc0\\\\x82\\\\x99y\\\\x0cs\\\\x83\\\\xf1\\\\xb7\\\\xc8[+\\\\xa5\\\\xac>\\\\xdd\\\\x98\\\\xa0\\\\x92C\\\\x11\\\\xb5Dz\\\\xbd-:\\\\x1f\\\\x10 \\\\xf52\\\\x88\\\\x10\\\\x04\\\\x15`\\\\x83\\\\x1bO\\\\xe4\\\\xaa:\\\\xf3\\\\xa9\\\\xc2\\\\xe5k\\\\xd9un\\\\x97\\\\xfbc\\\\xdb\\\\xadv\\\\x95s\\\\xf8\\\\xb6\\\\x98\\\\x04\\\\x99\\\\xf10\\\\x07\\\\xf7V\\\\x8b\\\\xbb\\\\xf3Y\\\\xfa\\\\xb4\\\\xce\\\\x9eJ\\\\xc0\\\\xe6-\\\\xfc\\\\xdf\\\\t^]e\\\\x9b%Qj\\\\xb2\\\\xe2=J\\\\xbbDDv\\\\x11\\\\xa1\\\\xfe\\\\xee\\\\x9bpR\\\\xabBwN\\\\x87\\\\x18\\\\xa5\\\\xbc~T\\\\xe2b5D\\\\x1a,\\\\xa4\\\\x03\\\\xba\\\\xd8-s7rJ\\\\x88\\\\x93\\\\xaf}b:X\\\\x15\\\\xd4\\\\xf8QS\\\\x17\\\\x8bTa\\\\xcf59*\\\\xaf6\\\\xdfxo\\\\xb0\\\\\\\\@}\\\\x01tv\\\\x00\\\\xacOq1\\\\xdau#\\\\xc3\\\\xa7i\\\\x00\\\\xbad\\\\x1a\\\\xe6\\\\x01\\\\xc1\\\\xc5\\\\x14\\\\xe4nL,\\\\\\\\d\\\\xa8\\\\x8bw\\\\xa0\\\\x17\\\\x87\\\\xda\\\\xc5\\\\x19\\\\x84\\\\x14]v\\\\xc9\\\\'\\\\xf6xy\\\\xcd\\\\xd8\\\\xd0\\\\x14\\\\xe9\\\\xfa@\\\\x02\\\\x94@8\\\\xcc\\\\xdc\\\\xa4\\\\x16\\\\xd7c\\\\x1d\\\\xc6\\\\xd6\\\\xb2\\\\xf7\\\\xb06\\\\xed\\\\xa8gd\\\\x80& \\\\x12\\\\t\\\\x04\\\\x9f.\\\\xba\\\\x12\\\\x0c\\\\xca\\\\xbd\\\\x99\\\\x97\\\\xe3\\\\x82\\\\xaf\\\\xaf\\\\x85\\\\xf2\\\\xe5\\\\xd6\\\\xa5v\\\\x0bg\\\\xb6\\\\xbb\\\\x1bp\\\\r\\\\xb5@\\\\x82\\\\x00=\\\\xc1\\\\x99\\\\xfb\\\\x87\\\\x8fL\\\\x04\\\\x15\\\\xb9\\\\xb7\\\\x9e\\\\xa0\\\\xc5>\\\\xe5\\\\xb5e\\\\x05\\\\x8a^\\\\xc9RY\\\\x98\\\\xfa!\\\\xa2\\\\x14@\\\\x11\\\\x13\\\\xe2:\\\\x12\\\\x1f\\\\xa2i\\\\xa5R\\\\')I\\\\x96>\\\\xdb)`Hb\\\\xc5@\\\\x1d\\\\xcfo\\\\x18\\\\x1f\\\\xdd\\\\xf5\\\\xe8\\\\x00U\\\\xe7\\\\x17K\\\\xcfe\\\\xb5nrw\\\\x04\\\\xb0\\\\'\\\\xb2\\\\x00c\\\\xed\\\\x99\\\\xeedjt\\\\x1f\\\\x84h;\\\\xf4\\\\xccY$\\\\x86+\\\\x05\\\\xcb\\\\xc8\\\\x1f\\\\xcag\\\\n\\\\xc0\"\\\\x1al\\\\nWA\\\\x1a\\\\x1e\\\\xe2\\\\x7fi\\\\xfbz\\\\x90\\\\xc8A9\\\\xa2U\\\\xddXTD\\\\xb5\\\\xd00+\\\\xbf\\\\xf0\\\\xb2\\\\xf8\\\\xaci?\\\\xbf\\\\xee\\\\xf1\\\\xea\\\\t\\\\xe4\\\\xb8w\\\\xac\\\\xe8\\\\xa2\\\\xe0\\\\xdf\\\\x88\\\\xc3B\\\\xef\\\\x80O\\\\xaa%5 \\\\x83=\\\\xcf\\\\x88\\\\xe8_\\\\x9a\\\\x91\\\\x1e\\\\xf4Z\\\\x8a^w\\\\x17\\\\xb2\\\\xe7\\\\x1a\\\\xb2\\\\xed\\\\x02\\\\x012\\\\xc0x\\\\xc0\\\\x982{O\\\\xd9\\\\xd7\\\\x19\\\\x02\\\\xa7\\\\xdb.\\\\xe5\\\\x12L5\\\\xb3j\\\\x8d\\\\xb27-\\\\xa5\\\\xc0f\\\\xda{\\\\x00\\\\'\\\\xceI\\\\x9e\\\\x84\\\\x94\\\\xc8\\\\xc35\\\\xba\\\\xbcV4\\\\r\\\\xd5\\\\x93k\\\\xb9Z\\\\x82\\\\xf6]\\\\xc0\\\\x10\\\\x17X\\\\xdc;\\\\x10\\\\x0f\\\\xf8\\\\xf4\\\\xbda\\\\x10\\\\x88%l\\\\xcd\\\\xb3\\\\x16\\\\xc5\\\\xac\\\\xd5Im\\\\x8b\\\\xb6\\\\xba\\\\x10\\\\xc0B\\\\x04\\\\xe8{(\\\\x1b|GC\\\\x1d\\\\xccy\\\\xa9\\\\x94\\\\x07VZ\\\\xff\\\\x00\\\\xe9\\\\xdf\\\\x19\\\\xf6\\\\xe3\\\\xc3\\\\xb8\\\\xde\\\\xf7\\\\x12\\\\xd0\\\\xad2\\\\x01S B\\\\xa8\\\\xed\\\\xf7\\\\x8dz\\\\xb1\\\\xee\\\\x82\\\\xc1\\\\x08 \\\\x86[\\\\xd3\\\\xe399i\\\\xef!\\\\xf6\\\\xc8\\\\x03ax\\\\x0c\\\\xacu \\\\x8fV\\\\xa6;\\\\xc6\\\\x9e\\\\x1d\\\\x18\\\\xb6\\\\xf5S\\\\x1b\\\\x1a\\\\x83\\\\x85\\\\x0f\\\\xfa>^:\\\\xc0\\\\x05\\\\x15\\\\x01P\\\\x9a1\\\\x0c\\\\xc2{\\\\x9d\\\\xdb{v\\\\x1a}\\\\xdd,\\\\x83\\\\x14\\\\xb3h\\\\xc7\\\\x02\\\\xa5\\\\xa3QM\\\\x9b.`\\\\xccHe\\\\xa1\\\\x83z\\\\x8e\\\\xc3\\\\xa1,L\\\\xb6\\\\xe8\\\\x90>\\\\xce\\\\xb9\\\\xdc\\\\xa3\\\\xa5\\\\x16I\\\\x99\\\\xc7\\\\x0b\\\\x02{(\\\\xe8\\\\x1fo\\\\x88E\\\\xdd\\\\x00\\\\xf7\\\\x04\\\\x89\\\\x1d\\\\xc8\\\\xd7\\\\xa2\\\\x12\\\\xa5WJA\\\\xb9\\\\xac\\\\xf2r)z\\\\xcd\\\\x98\\\\xc8\\\\x8e\\\\xd5\\\\x16B\\\\xc8\\\\xa3l\\\\xe8\\\\xa4D\\\\x9d;\\\\xeb\\\\xdf\\\\xa1%N\\\\xa0@d\\\\x199\\\\x17\\\\xc6+Z\\\\xd0k6\\\\xb0\\\\x14\\\\xbc\\\\x10\\\\x03$\\\\x89\\\\x07\\\\xc0\\\\xe9\\\\xfbz\\\\x81D\\\\x06Y\\\\xa0\\\\xb7\\\\xe4\\\\xdc]\\\\xaa\\\\xad\\\\xec\\\\t\\\\x1b\\\\x8e\\\\xd1\\\\xbc\\\\xee$\\\\x81\\\\x004x\\\\x89\\\\x9f\\\\xb7\\\\xa8\\\\xd2\\\\xe9fM\\\\xd1aeY7Vw\\\\x86\\\\xf6QO\\\\xbf\\\\xb5d\\\\x12\\\\x91;\\\\x98jd\\\\x89\\\\x00v\\\\x83\\\\xd1\\\\x08\\\\xb0R\\\\xe5\\\\x94<\\\\xbd\\\\xed\\\\x8e\\\\x89%\\\\xec]l\\\\xb2Cm\\\\x9d@\\\\x94\\\\xd0\\\\x98\\\\xfa\\\\x01\\\\xf43\\\\xd0\\\\x90\\\\xa4\\\\x87\\\\xa2\\\\xd3\\\\xc7\\\\xd5}\\\\xef\\\\xfc\\\\xe6\\\\xd9R2\\\\xd8\\\\xa1\\\\xbf\\\\x17\\\\xa7U\\\\'\\\\xbf\\\\xa8\\\\xc7n\\\\xda\\\\xf51\\\\xc5\\\\x0c\\\\x04\\\\xb3E,F\\\\xc9\\\\xbc1\\\\xcb`\\\\x89%\\\\x91\\\\x14\\\\x0f\\\\xe2\\\\x91\\\\xb7\\\\xea\\\\x01\\\\x00\\\\x99\\\\x89\\\\x1d,\\\\x94t|\\\\x94\\\\xd1\\\\xc7\\\\xd4\\\\xa2\\\\xc0oS\\\\xee\\\\x00Mr\\\\xc3y\\\\x00\\\\xef\\\\xf2\\\\xef=\\\\xbf\\\\xbf\\\\xa1nh\\\\xf4\\\\x06\\\\xc52\\\\xf1\\\\\\\\f;\\\\x1aV\\\\xe6\\\\x16\\\\xb6\\\\xe4\\\\x06\\\\xcdX\\\\x99]\\\\xde\\\\x9dDk\\\\xa1\\\\x04\\\\xfd\\\\xddR\\\\xdc\\\\xc8\\\\x8aq\\\\xfd+\\\\x9b{.]ZtbW^5iH\\\\xdbd\\\\x13SN\\\\xf9\\\\x00\\\\x16\\\\xd7Mbt\\\\x1d\\\\xbc|:\\\\xcd\\\\xb7`\\\\x92\\\\xe7\\\\xfb[P`\\\\x16\\\\xca1\\\\xda\\\\xa0]\\\\x19l\\\\xdaG\\\\xac\\\\x00\\\\x03\\\\x12Y\\\\xbcI\\\\x99\\\\xecG\\\\x87W\\\\xbd\\\\x9d\\\\x01\\\\xd4\\\\x123ZynL\\\\xe3b\\\\x9dJ2,\\\\xbd\\\\x8c\\\\xcb\\\\xf8DJ1:\\\\xc1\\\\x80`\\\\x8e\\\\xfe=&r\\\\xaa\\\\xa9y\\\\xdd\\\\xb3T\\\\xef%\\\\xca\\\\xdcr\\\\x1c\\\\xb6cc\\\\xbdjmT\\\\x00\\\\x80\\\\xa0\\\\x1dw\\\\x81\\\\n\\\\x00\\\\xd3\\\\xeb\\\\xf7t\\\\xebp\\\\'\\\\xa7\\\\x95\\\\x16e\\\\xc2\\\\xc5\\\\x00\\\\xfe\\\\xb5\\\\x9fS\\\\x10\\\\xb6\\\\xbb\\\\x1buM\\\\x80\\\\xfaA;\\\\xa0k\\\\x11\\\\xae\\\\xbfy\\\\xfb/\\\\x0bx$\\\\tHS\\\\x9a\\\\x81\\\\x93\\\\xcd\\\\xe4\\\\xeff\\\\x91[\\\\xed\\\\xde\\\\x0e\\\\xefp\\\\x10\\\\x7f\\\\x88\\\\x05\\\\xf1\\\\xdaL\\\\xeb\\\\x00\\\\xc7\\\\xdeD2\\\\x89L\\\\xca\\\\xbc\\\\x97\\\\xec~z\\\\xd2\\\\xd63 \\\\xb6\\\\xda\\\\xa5\\\\x02\\\\x83\\\\xbe>\\\\xa7_\\\\x1d \\\\xc7}Di\\\\xd1\\\\xe5U\\\\x1a\\\\x8fz7\\\\x81\\\\xc8\\\\x0blM\\\\xd0\\\\xe1\\\\n{\\\\xc4\\\\x83;\\\\x84v\\\\x88:\\\\x93\\\\xe1\\\\xf7\\\\xf5\\\\x0eBl$\\\\xe5\\\\x11\\\\xbb\\\\x96\\\\xc5\\\\xa4\\\\xd5\\\\xfc\\\\x95{*:\\\\xd6,\\\\x07c\\\\x93\\\\xe6@\\\\xed=\\\\xbc\\\\xb5\\\\xea_V\\\\t\\\\x86b,H\\\\xa7\\\\x0c\\\\x85\\\\x8ew\\\\x15\\\\x91\\\\x82\\\\xfbH\\\\xc1UK P76\\\\x83a v\\\\x1aA\\\\xfbO\\\\\\\\I\\\\xc3\\\\x14\\\\xbfw\\\\xb9IL\\\\xccvM\\\\x8c\\\\xb0\\\\xcew+\\\\xa8\\\\x04\\\\xb1\\\\xd4\\\\x02#C\\\\xa7x\\\\xf1\\\\xe8\\\\x84\\\\xd7=X\\\\xa9\\\\xee\\\\xd8\\\\x89]J,\\\\x0c\\\\xcaw\\\\xb1\\\\xaf\\\\xba\\\\x98\\\\x06\\\\x02\\\\x83\\\\xdc\\\\x88\\\\xd7\\\\xfcz)J\\\\x8cS\\\\x8c\\\\x81\\\\x02\\\\xaa8\\\\xc8\\\\xa8\\\\xaa\\\\xaa\\\\x9d\\\\x94\\\\xba\\\\x02\\\\x1d\\\\t]\\\\xe5\\\\xbb\\\\x90\\\\xb2c\\\\xeb\\\\xf7t\\\\xa1*\\\\xb1\\\\tz\\\\x86\\\\x0b\\\\x15z\\\\x9d\\\\x89\\\\xae\\\\xc0w\\\\x00\\\\x05C@`\\\\x1dXL\\\\x11\\\\xe1\\\\'\\\\xa3\\\\x8c\\\\xdf\\\\xb1\\\\x0c\\\\x94|\\\\x91E\\\\xae\\\\x00\\\\xb3q,\\\\x00M\\\\xe3\\\\xc0w\\\\x11\\\\xa0\\\\'P\\\\x07\\\\x97Dd\\\\xe1F\\\\x9e\\\\xaa7\\\\xe5\\\\x04n[\\\\ro?\\\\xcc\\\\x89&\\\\x14\\\\xc8*\\\\x18\\\\xc0:i\\\\xaf\\\\xf9\\\\xf41,\\\\x10\\\\x88\\\\x87D)\\\\xe2,s\\\\xef\\\\x0b\\\\x02\\\\xbb\\\\xc9$\\\\xaf\\\\xa5\\\\x9bY]\\\\xcb\\\\xda\\\\x01\\\\xd0O\\\\xd9\\\\xf5\\\\x92\\\\x0c\\\\x93-\\\\xc4\\\\x9a\\\\xad\\\\xeb\\\\xc4\\\\n\\\\x9d\\\\x95\\\\xee\\\\ri%\\\\xe06\\\\xc4U\\\\x1bA\\\\xda5\\\\x9dL}\\\\x7f\\\\x7fKG\\\\xed\\\\x0c\\\\x90\\\\xe6\\\\xc5Zw\\\\xaf\\\\xac\\\\x13%_\\\\xb6\\\\xe4\\\\x06O\\\\x8e\\\\xb0D\\\\x1dz7\\\\t$\\\\x18\\\\xf6(\\\\xe2\\\\x9b\\\\xecu,\\\\x8c\\\\xc8\\\\xad,\\\\xdbI\\\\n\\\\xcd0K\\\\x99\\\\xf1\\\\x91\\\\xa7\\\\xdd\\\\xd4\\\\x02\\\\xf5P\\\\\\\\\\\\xe2\\\\xa5\\\\xd22\\\\xa5\\\\xda\\\\xe2(n\\\\xdb,S\\\\x12\\\\xba\\\\x10 \\\\x131\\\\xdbM\\\\x07R\\\\xf5\\\\xaa\\\\x90\\\\n\\\\xce\\\\xcbP4\\\\x13\\\\x027\\\\x0f\\\\x0f\\\\xc6@;\\\\x8cA\\\\x07\\\\xa8f])>+\\\\x12\\\\x1c\\\\xab;\\\\x07\\\\xda\\\\x9am\\\\x02H \\\\x83\\\\xb4\\\\x90>\\\\xb3\\\\x1foP\\\\xd5BM\\\\x1c-\\\\xc9\\\\x90\\\\xea\\\\xcc\\\\xf6\\\\xa8:\\\\x80\\\\xae\\\\x01V;\\\\xb4+\\\\xe9#O\\\\t:\\\\x91\\\\xd7\\\\x04@\\\\x90pZs\\\\xb3,\\\\xb9\\\\x85J\\\\xc2\\\\xc7P\\\\xa2@\\\\xf1U2\\\\x02\\\\x98\\\\x03\\\\xb0#\\\\xfe\\\\x11\\\\xd7\\\\x152$\\\\xf5P\\\\xb1\\\\xd9\\\\x96E\\\\xee\\\\t\\\\xb2\\\\x02\\\\xd8\\\\xeauY\\\\xfeX:\\\\xc1\\\\x12\\\\x08\\\\xf1> tQ\\\\x08\\\\x03\\\\xf8\\\\xa2\\\\x8f\\\\x95K(\\\\xdbZ\\\\x9a\\\\xd0\\\\x81\\\\xb0\\\\x1d\\\\xaa\\\\x00\\\\xd0\\\\x82O\\\\x81:\\\\x9f\\\\xafG\\\\xa8:=G%\\\\x9f\\\\xba\\\\xac]\\\\xca\\\\r\\\\xecw\\\\x02\\\\x07\\\\x80\\\\x93\\\\xa1\\\\x03\\\\xcb\\\\xb7\\\\xf6\\\\x1d\\\\x04j\\\\xa0\\\\xb5N\\\\n%\\\\x96l\\\\x0c\\\\x03*\\\\x92\\\\xcb\\\\x15\\\\x83\\\\xbaL\\\\x00\\\\x18H\\\\xf3\\\\x1d@\\\\n%\\\\x83\\\\x053\\\\x1f,\\\\xb2V\\\\x08\\\\x03{\\\\x10[\\\\xb4\\\\t+\\\\xe1\\\\xa8\\\\x07\\\\xbcu-\\\\x82dd\\\\xd9\\\\x7f\\\\njd\\\\xed\\\\x83ej\\\\xc5 +C\\\\x12\\\\xc0\\\\xa6\\\\x87C\\\\xf4\\\\x91\\\\xac\\\\xf4\\\\xcd!\\\\x99\\\\x10\\\\x99\\\\x06\\\\xab]\\\\x97\\\\xd4\\\\xec\\\\xa5K\\\\'\\\\xb8w!V\\\\x06\\\\x00\\\\x86U=\\\\xc9\\\\xef1\\\\xde~\\\\xce\\\\x92I8\"\\\\xa6j\\\\x03\\\\xd4l\\\\re\\\\x83~\\\\xe0U@\\\\x1b^VN\\\\xe2%\\\\x81\\\\xfb#\\\\xa6\\\\x07\\\\xcd\\\\x035T\\\\x94-U\\\\x8dS\\\\x81f\\\\xc7\\\\xd6\\\\xb8\\\\x95\\\\xd0m\\\\x1e\\\\x9db?\\\\xc3\\\\xcf\\\\xa8\\\\x04\\\\x80\\\\xdc\\\\x94\\\\xe0YL\\\\xc4\\\\xc6\\\\xb5\\\\xac\\\\xdd\\\\xb8\\\\xfb\\\\x94\\\\x92C@*\\\\n\\\\x81,{D\\\\xf7\\\\x02:\\\\x8a\\\\x91\\\\xd5N\\\\x9cYY\\\\xfc\\\\x0e\\\\x0f\\\\xbc+\\\\xb56\\\\xa8\\\\x04\\\\xc5\\\\x8d\\\\xf8`\\\\xb0PI y\\\\xff\\\\x00n\\\\xfdH\\\\x0fTq\\\\rUjq\\\\xe9F\\\\x1drX\\\\xd4\\\\x00UF\\\\x03\\\\xda\\\\r\\\\xe9\\\\x00\\\\x97a\\\\xea\\\\x12\\\\x1a$\\\\xcf\\\\x97\\\\xd3\\\\xa6\\\\xe89+\\\\xbbx\\\\xe95\\\\xc1%\\\\xfc\\\\xa7\\\\x9f\\\\xaa\\\\xe4\\\\xba\\\\x8a\\\\xc8X\\\\x008\\\\x04\\\\x92\\\\x06\\\\x90\\\\x18\\\\xf7>\\\\x11\\\\xfd\\\\xa7Sg\\\\xb6\\\\xd4V\\\\xce\\\\xde\\\\x15\\\\xa8\\\\xc5\"\\\\xaeY\\\\xaa\\\\xbaj\\\\xa4oT*\\\\x1fq\\\\x00\\\\x80 \\\\x01\\\\xdc\\\\xb7s\\\\xa9=\\\\xba\\\\xdb\\\\xfdh\\\\xb7\\\\xf6\\\\xf0x7\\\\x1cq\\\\xd1\\\\x0c\\\\xe5\\\\xadO\\\\xcaY\\\\xb2\\\\xe5\\\\x8fl\\\\x16$\\\\xfa{\\\\x85\\\\'p\\\\x00\\\\x8d\\\\x0c\\\\x8f\\\\x19\\\\x8d:Z\\\\xbd\\\\x18\\\\x80\\\\xa9\\\\xbeQ\\\\xcec)\\\\xf7\\\\x0b\\\\xb4m\\\\x16\\\\xb8\\\\x04\\\\xec\\\\x1e:\\\\x1f\\\\x13\\\\xd4\\\\x80\\\\x8c\\\\x05\\\\xa3\\\\x8c\\\\xc4\\\\xaa\\\\xbb\\\\xf6Ec\\\\xb8\\\\xdeI\\\\n5\\\\xd0\\\\x99\\\\x06t\\\\xec<G\\\\x9b\\\\xc8\\\\xdbk\\\\x17+[\\\\x965\\\\xa7`\\\\x81\\\\xb4*\\\\x000A\\\\x1a\\\\x19\\\\x9f=:Y\\\\x9f$l\\\\x83>fC\\\\xdb\\\\xef\\\\xb5\\\\x9f\\\\xcd1,\\\\x15V`G`\\\\x00\\\\xed\\\\xd0j+\\\\x99H\\\\xfe\\\\xa2\\\\xff\\\\x00\\\\xfd=\\\\x1f\\\\xf8\\\\x0f\\\\xf9\\\\xf5:\\\\x8a\\\\xe6_\\\\xff\\\\xd4\\\\x0b\\\\xf0\\\\xcf\\\\x88\\\\xdd\\\\xcea6o\\\\xe9\\\\x870\\\\xdc\\\\xedkdG\\\\xd2\\\\xc9s\\\\x96\\\\xa5U\\\\x84\\\\xb6\\\\xed\\\\xdb\\\\xf6\\\\xa9\\\\x0cI\\\\x01\\\\xa1\\\\x88\\\\'^\\\\xc7^\\\\xbbPz*w\\\\x03\\\\x04\\\\x8f\\\\x9b\\\\x8dP,\\\\xeb\\\\xb9L\\\\x16$\\\\x9f\\\\xe1+\\\\x00\\\\x87 \\\\x1d\\\\x04\\\\x1e\\\\xfd\\\\x1cH\\\\xc1V\\\\x90j\\\\x84(S5\\\\x82\\\\xbb\\\\x16\\\\x082e\\\\x89\\\\xf4\\\\xc4\\\\x06\\\\x93\\\\xa1#\\\\xcaG\\\\x87F\\\\x0b\\\\x8a$\\\\xe8\\\\xe4\\\\x8bc\\\\xe3\\\\xbd-R\\\\xa5\\\\xbe\\\\x9b=,t\\\\x05J\\\\x8fP\\\\x02|\\\\xa3\\\\xec\\\\x1d\\\\xfa\\\\x13!\\\\x91L\\\\x16\\\\x89LX\\\\x99!\\\\xf6+\\\\x11R\\\\xb2\\\\x7f,\\\\x16\\\\xf5\\\\x14X\\\\xed\\\\xb4\\\\x81#\\\\xc7\\\\xfc\\\\xa7\\\\xa1w\\\\x15D\\\\x1b\\\\x00\\\\x8c\\\\xcd)S\\\\x10\\\\x08KTn\\\\n\\\\tR\\\\xc4\\\\xc8\\\\x12\\\\xbeP\\\\x7fdt\\\\xb7L\\\\x97U\\\\x0e\\\\xfeM\\\\x92\\\\xc3\\\\x08\\\\x15+f}\\\\xaa\\\\xdb6\\\\x89\\\\xf5\\\\x10d\\\\xee\\\\x1d\\\\x8e\\\\xbf\\\\xf0\\\\xea`\\\\x93;\\\\xb9-Y<\\\\xb5\\\\x94\\\\x84Tu\\\\xa9\\\\r2\\\\xc6#p\\\\x9dcI$\\\\xf9\\\\x9f\\\\xaf\\\\xd9\\\\xd3DR\\\\xa7q\\\\xb0C2\\\\x1d\\\\xb2\\\\x1d\\\\xed\\\\xac\\\\x8d\\\\x86\\\\xb6\\\\xd9K(0\\\\xc0{q\\\\xa9\\\\x88:\\\\x1dO}:\\\\xe6\\\\tR&d2\\\\x85\\\\x7f\\\\x1b\\\\x98\\\\xca\\\\xc8\\\\x06\\\\xd7*\\\\x08\\\\xac\\\\xee%J\\\\x8f\\\\x12#s\\\\x13\\\\xe1\\\\xe5\\\\xd41\\\\\\\\^Y,\\\\xb0\\\\xf1\\\\xd4\\\\xdeM\\\\xc0J\\\\x016\\\\xb4\\\\x98\\\\x02fI\\\\x11\\\\xe0fGD\"\\\\n\\\\xe8\\\\xd74\\\\xc0\\\\x98\\\\xc2\\\\xa3[z\\\\x8b\\\\x97P_o\\\\xa0@\\\\xf4\\\\x93\\\\x00Gx\\\\x1f^\\\\xddA\\\\t\\\\x82\\\\x03\\\\xbc\\\\xa2\\\\x98\\\\xd9T*\\\\x86\\\\xb6,\\\\x9fPo\\\\xfe#\\\\xd8\\\\xa4\\\\xe9\\\\xea\\\\x804\"`t`\\\\xb2=`,\\\\xaf\\\\xad\\\\xb2v\\\\xd8\\\\xacB\\\\xd8\\\\xa4\\\\x92\\\\x08*7h$\\\\xe9\\\\xd8v\\\\xd3\\\\xa0(5:\\\\x11w\\\\re\\\\xde\\\\xad\\\\xaa\\\\xea\\\\x8a\\\\xbd\\\\xe7\\\\xc6d\\\\x80<\\\\x0ci\\\\x1e=\\\\xfa=.\\\\x10\\\\xce\\\\x00\\\\x91U\\\\xb6\\\\xce\\\\t\\\\x96\\\\xa5\\\\xd9c\\\\x97\\\\x07r\\\\xb8\\\\x1bA}\\\\xba\\\\x12\\\\xa2#\\\\xf1\\\\x03\\\\xe3\\\\xf6t\\\\x06\\\\xda#\\\\x14!\\\\xf8\\\\xcc\\\\x826\\\\xb5d\\\\xb9`e\\\\xa7B\\\\x04F\\\\xd8\\\\xf3\\\\x92\\\\xbe}\\\\xbbOC(\\\\xd5,\\\\xbeH;\\\\xf0wX\\\\xda\\\\xd4\\\\xc8\\\\xec\\\\xda\\\\x06\\\\xd3v\\\\xb1\\\\xaf\\\\x84F\\\\xbe\\\\x93\\\\xfb:\\\\\\\\\\\\xac\\\\xba\\\\xe09\\\\xa2\\\\x16\\\\xf1\\\\xd5\\\\xe3c\\\\xb3\\\\xc8$\\\\xc1D&T\\\\x91\\\\xea\\\\x99\\\\xd0\\\\xc8\\\\x8d<\\\\xcf\\\\x7f>\\\\xa8\\\\xcfj\\\\\\\\\\\\x18\\\\xd1>\\\\x05\\\\x85sP2y1C{\\\\x85=\\\\xcc\\\\x82Wn\\\\x9b\\\\x89\\\\xff\\\\x00H\\\\x00\\\\xc1\\\\x1e\\\\x04\\\\x08\\\\xff\\\\x00>\\\\xa2\\\\xcc%\\\\x12\\\\x0eN\\\\xba\\\\xe5\\\\xc7\\\\x0c\\\\xd5\\\\xcb\\\\xfaL\\\\x18\\\\x1f$SW\\\\xb6k\\\\xb1A]\\\\x88\\\\x18C\\\\x06\\\\x9e\\\\xe0\\\\xb4\\\\x8d\\\\xa2&z\\\\xd7\\\\x8d\\\\xc2B\\\\x18^\\\\xa2\\\\xd7\\\\x9d\\\\x9e\\\\xde\\\\xea\\\\x98&k\\\\xf7U\\\\x81+ \\\\xcf\\\\x89\\\\x91\\\\x125\\\\xed\\\\xd0\\\\xc8\\\\x92T\\\\\\\\t\\\\x9d{Y\\\\x936V\\\\xe5\\\\xb6\\\\x15\\\\x1b\\\\xad\\\\x97\\\\xdc@\\\\xee\\\\'\\\\xc3\\\\xc3C\\\\xd4\\\\x12\\\\xab\\\\x07\\\\xc9b\\\\xb4\\\\xefM\\\\x83\\\\x7f\\\\xb8\\\\xd2=\\\\x1bd\\\\x00\\\\x9e\\\\xaf##\\\\xc3N\\\\xb9H\\\\x18\\\\xb9D\\\\xf0\\\\xf0\\\\xad\\\\x02\\\\xbbZ\\\\xca\\\\xc6\\\\xe8CX%\\\\x12L\\\\xea\\\\xb3\\\\xf5\\\\x1a\\\\xf5\"(\\\\xed\\\\x83\\\\x9a\\\\xdb\\\\x9bf-h\\\\xa8\\\\xcb\\\\xb5N\\\\xe1\\\\xb3\\\\xf8\\\\xcb\\\\x93\\\\xdcm\\\\x13\\\\xe1\\\\x1d\\\\x87\\\\x9fBhQJ18\\\\xa1O\\\\xc8\\\\xe1\\\\xd6\\\\xe2\\\\xe3P\\\\xf5\\\\xae\\\\xfe\\\\xcd.`\\\\x01\\\\xdef`\\\\xf6\"u=2\\\\x81\\\\t\\\\xa1vR\\\\x9b\\\\x94\\\\xc7\\\\xb7\\\\x19\\\\xd7\\\\x1d=@z\\\\xc7\\\\xa4\\\\x07e\\\\x1a6\\\\x80\\\\x13\\\\x12\\\\x07\\\\xd3^\\\\xa0\\\\xcf\\\\x927p\\\\x82~Z\\\\xcc\\\\x8b\\\\x06A] \\\\x90\\\\xab\\\\xde\\\\t\\\\xec$A>\\\\x91\\\\x1dA\\\\x0e\\\\x84\\\\x06\\\\xadT\\\\x8a\\\\xf1\\\\x99m\\\\x0fR8\\\\x02UH\\\\x89\\\\x05N\\\\xac#t\\\\x82>\\\\xd3\\\\xfb\\\\xfa\\\\x1d%s\\\\x81E#\\\\x1f\\\\x02\\\\xe3\\\\xb5RiR\\\\xe3aPw\\\\x98\\\\x90X\\\\x92I\\\\x1b\\\\xa3\\\\xbfx\\\\xe8t\\\\x10\\\\x88D\\\\xc97a|eX!\\\\xb2\\\\xf6u\\\\x1b\\\\x9fi\\\\xda\\\\xcd\\\\xabh\\\\xb2\"A\\\\xd7\\\\xfe\\\\xce\\\\xbbJl`\\\\x02~\\\\xe3x\\\\x9cLm\\\\xae\\\\x8e\\\\xbb\\\\xecm\\\\xe2J\\\\x85\\\\x96$\\\\xcfs\\\\x11\\\\xdc\\\\xff\\\\x00\\\\x87U.D;:\\\\xbfdsFI\\\\x0b\\\\xba\\\\x06\\\\xe5\\\\xdf\\\\xb3p\\\\x1e\\\\x90A_Qc\\\\xba@\\\\xdd\\\\xdf\\\\xa0\\\\x03MqW\\\\xe2VOw\\\\xbb\\\\xb8\\\\xc6\\\\xdd\\\\xc0\\\\n\\\\xebQ\\\\xe2F\\\\xee\\\\xe7\\\\xcf\\\\xc2|\\\\xba\\\\xeb\\\\x93\\\\x12\\\\xae)fD\\\\n\\\\xa4\\\\x1f\\\\x92r\\\\x06\\\\xba-\\\\xa8\\\\xca\\\\xeeoN\\\\xa1\\\\x8f\\\\x88b[]\\\\x02\\\\xc4\\\\xff\\\\x00\\\\x97U\\\\xe1\\\\rso\\\\xe5P\\\\xbdu\\\\x83\\\\xaa\\\\x9b!\\\\xb7\\\\xb5\\\\x82\\\\xc6IIp\\\\xbbwh\\\\xba\\\\xaf\\\\xe2\\\\x9e\\\\xfb\\\\x88\\\\x88\\\\xea\\\\xec!G8\\\\xaaN2P\\\\xd5\\\\x1e\\\\xc8\\\\x15Z\\\\xce\\\\t\\\\x13:z\\\\x98\\\\x92\\\\xa4m:L\\\\x81\\\\xaf\\\\xed\\\\x9e\\\\x9fT\\\\x0fJ\\\\xe2\\\\xb5\\\\xbe\"\\\\xa2\\\\xa1]\\\\xa8\\\\xa1X\\\\xba\\\\x9d@#B\\\\x14\\\\x83\\\\xa0\\\\x07\\\\xc0u\\\\xc0\\\\xbd\\\\x17\\\\x1ac\\\\x80\\\\x08N>5\\\\x8f1\\\\xb6\\\\xdf\\\\xc0-s\\\\xb6v\\\\x85\\\\x82\\\\x08#\\\\xbb\\\\x02;\\\\x8d<\\\\xcfF](D\\\\x9e\\\\xe4{\\\\x16\\\\x8f\\\\xcb\"\\\\x8b_\\\\xf9\\\\x95\\\\xa0\\\\xad\\\\xa3v\\\\xe3\\\\xac\\\\xf8\\\\x9d\"z\\\\x12rM\\\\x8b\\\\x85\\\\xb7\\\\'\"\\\\xbb\\\\x8dL\\\\x7f\\\\xe6\\\\x81;@.b\\\\x18\\\\x11\\\\x1d\\\\xcfy\\\\xd7_\\\\x1e\\\\x8a1e.^\\\\xa1+e\\\\xa97[\\\\xa1\\\\xacz\\\\n\\\\xae\\\\x91\\\\xa8\\\\x10J\\\\x9e\\\\xfa\\\\t\\\\xd3\\\\xbf\\\\xdb\\\\xd4\\\\x84\\\\xb3\\\\xcd\\\\x1d\\\\xc3\\\\xc7\\\\xc9\\\\xf5\\\\x04g\\\\xa8 \\\\x0c\\\\xae\\\\xe5\\\\x88\\\\x99\\\\x11\\\\xb8\\\\x0f\\\\x12F\\\\x86|:\\\\x99PQv\\\\x9a\\\\xa6\\\\xb8\\\\x16\\\\xc1(\\\\xcd\\\\xd1Llt\\\\xb2\\\\xb7c\\\\xbaS\\\\xf0,\\\\x90gA\\\\xe6$\\\\x8f\\\\x1du\\\\x11\\\\xf6\\\\xf4Qv\\\\xaa(\\\\x88\\\\x90\\\\xbc\\\\xb2\\\\xacJ\\\\xde\\\\xe52J\\\\xfa\\\\xbd\\\\xb0\\\\xbe\\\\xe1*`\\\\x18#h\\\\xf1\\\\xe8\\\\xe8\\\\x02\\\\x96\\\\x00\\\\xb2\\\\xd0\\\\xad\\\\x89[\\\\xfb\\\\xa8J\\\\xb3\\\\t\\\\x16\"\\\\xce\\\\x84@`\\\\x07\\\\x94\\\\x9e\\\\xdd\\\\xbb\\\\x9e\\\\x82T\\\\xc1K\\\\xc7%\\\\xb11\\\\xd7!\\\\x96\\\\xb0\\\\xad\\\\xed\\\\xec!\\\\xac\\\\x1e\\\\xa0\\\\xcaw\\\\x01!\\\\x86\\\\x80DG\\\\xd7\\\\xcb\\\\xa8\\\\xc5\\\\x94\\\\xb0Y?\\\\x15\\\\xd9\\\\\\\\\\\\xfbna\\\\x85{\\\\x94\\\\xb4n\\\\xd0\\\\x01\\\\xdeL\\\\x8e\\\\xda\\\\x03\\\\xdf\\\\xae\\\\x89p\\\\xcb\\\\xa5h\\\\x06\\\\xad\\\\n\\\\x8fW\\\\x17\\\\x86m\\\\xa9\\\\xaa\\\\xaa\\\\xb9\\\\x0c\\\\x1a\\\\xad\\\\xb2T\\\\x12\\\\x0bI\\\\x00\\\\x005\\\\x07H\\\\x8f?\\\\xac\\\\x899Q\\\\x1b!{f5\\\\x8e\\\\xc8\\\\xc87#\\\\xfe%V\\\\x89f\\\\x00\\\\xe9\\\\xb0\\\\xe9!\\\\x80\\\\xd0~\\\\xfe\\\\xba!A\\\\x85\\\\rh\\\\xb0N)\\\\xcf\\\\xa3 \\\\x00\\\\x15D\\\\x9d\\\\xdd\\\\x95}_H\\\\xfbI\\\\xfat\\\\xd7lT{O\\\\x89\\\\xa2\\\\x8fmB\\\\x86YG\\\\xec\\\\x07\\\\xb4X\\\\x04\\\\xdc\\\\x04\\\\xaa\\\\x80O~\\\\xa0\\\\x92\\\\x10\\\\x08\\\\x90pP\\\\x9a\\\\xc0\\\\xceEw\\\\x96_P\\\\xa9\\\\xb5]\\\\xcc\\\\x9d\\\\xdf\\\\xb8;f\\\\'N\\\\xa7\\\\x0429\\\\x15\\\\x95m\\\\xed*\\\\xd8\\\\x11\\\\xc80\\\\xcd\\\\x04\\\\xb8\\\\xfc#Q\\\\x124\\\\x02;O@Fh\\\\xf5)*\\\\xed%\\\\x06\\\\xadY\\\\x1e\\\\xbfV\\\\xd7S\\\\xd8,\\\\xccyy\\\\xf4B\\\\x81\\\\x08\\\\x15[\\\\xd4\\\\xfb{\\\\x83VQ\\\\x8b\\\\xb0\"\"w\\\\x1fI\\\\xecH\\\\x92?\\\\xb6\\\\xbd\\\\x08\\\\x0c\\\\x8c\\\\x83@S\\\\x97\\\\x13\\\\x87\\\\xbc\\\\xd4\\\\xc2\\\\xb1\\\\xeeV\\\\x01\\\\xdd\\\\xd8\\\\x12@\\\\x1b\\\\x94\\\\x981\\\\xa4y\\\\x0f\\\\xaf\\\\x89\\\\x88:0\\\\x07b\\\\xb48\\\\xecS\\\\x8e\\\\x14\\\\xc6\\\\x95\\\\x08Gm\\\\xa41\\\\x90\\\\xa4\\\\x00d6\\\\xb1\\\\xf5\\\\xfd\\\\xdd3JdhV\\\\x1f#\\\\xe5\\\\xc6\\\\x0e0\\\\xa7\\\\x1dP\\\\x16\\\\x1f\\\\x97\\\\xafo\\\\xa6A\\\\x88b\\\\xa0\\\\x01\\\\xf6\\\\xf8\\\\x8e\\\\x9dn\\\\xde\\\\xbasZ\\\\xbbXQ\\\\xca@\\\\xcb\\\\xb4\\\\xd7E\\\\xaan\\\\xf72\\\\x89#\"\\\\xc7\\\\x0c\\\\xdb\\\\xc4A\\\\n \\\\x0e\\\\xf3\\\\xe7\\\\xd7\\\\xa4\\\\xb5k\\\\xdb\\\\x8b/A\\\\xb4\\\\x80%\\\\xe40\\\\x1e\\\\tV\\\\xdf\\\\x92\\\\xe3c\\\\xbd\\\\x80\\\\x93\\\\xeeV?\\\\x10Ru:\\\\x80`\\\\xff\\\\x00\\\\t\\\\xf0\\\\x12\\\\x08\\\\xeb\\\\x8b\\\\xad\\\\x980\\\\xc1-s\\\\xdc\\\\xa5\\\\xdf\\\\x96\\\\x01\\\\xae)\\\\xb4\\\\xc8P\\\\x0f\\\\x98:\\\\x00\\\\'\\\\xb7\\\\xdb\\\\xe3\\\\xf6t)\\\\xc93\\\\x1b9\\\\x05\\\\xccl\\\\x9d\\\\x04\\\\xeeU\\\\x86\\\\x99\\\\x89\\\\x80@\\\\x1aLF\\\\x9dJ\\\\x95\\\\xfb\\\\x1e\\\\xe4\\\\xae\\\\xe0\\\\xe1\\\\xc2\\\\x82\\\\xde\\\\x9d\\\\xe4\\\\x81\\\\x03M>\\\\xff\\\\x00\\\\xf1\\\\xfb\\\\xf9\\\\xd4\\\\x82\\\\xac~\\\\x0f\\\\x91U\\\\x02\\\\xad\\\\xe0\\\\xcbY\\\\xb5k\\\\x1f\\\\x84h\\\\xc4\\\\x18\\\\x99\\\\x1f\\\\xd8u*SE\\\\xa8\\\\xb6(F\\\\xa1\\\\x96\\\\xd0\\\\x80\\\\xa2\\\\x06% \\\\xff\\\\x00\\\\x0cF\\\\x86u1\\\\xfbz\\\\x84%W?$@*m\\\\x15\\\\xd9\\\\xa5\\\\x14\\\\xaa\\\\xc8\\\\x1ezw\\\\xd65\\\\x91\\\\xa7R\\\\x84\\\\x85\\\\xce\\\\x7f2\\\\xe2\\\\x13&\\\\xa6\\\\xb0\\\\x8f\\\\xfe\\\\x19E\\\\x0c\\\\xc5\\\\x8a,\\\\x1dD\\\\x89\\\\x8f\\\\xdf\\\\xa1\\\\x8dz\\\\x90PH:\\\\xe2\\\\xff\\\\x00\\\\x9b\\\\xf1\\\\xe3\\\\x12\\\\xec\\\\xba(\\\\x0b\\\\x8e\\\\xed\\\\x03!L\\\\xaf\\\\xa5L\\\\x89C#C\\\\x06Gi\\\\xf3\\\\x1d\\\\x04\\\\xc3\\\\xd5M\\\\xba\\\\x06\\\\xe4\\\\xaavm\\\\xc7\\\\xb0X\\\\xd2\\\\x07I)\\\\x8b\\\\x1e\\\\xa1r\\\\xfd\\\\xd7._\\\\xba\\\\xe5\\\\xcb\\\\xff\\\\xd5\\\\xa5)\\\\xf8\\\\xceW\\\\t\\\\xc9\\\\xd1\\\\xc8p\\\\xd9M\\\\x86A[\\\\x7f\\\\x90\\\\xed^\\\\xa3\\\\xd4\\\\xa3z\\\\xc2\\\\x82\\\\t\\\\xef\\\\xe3\\\\x1fA\\\\xd7\\\\x98\\\\x86\\\\xabsx\\\\x93\\\\xfc\\\\xaf\\\\x8f\\\\xda\\\\xb7(I\\\\xe2Y^|\\\\xef\\\\xc9s\\\\xbesw\\\\x01\\\\x9f\\\\xcf\\\\xb5y|\\\\xbf\\\\x17B\\\\xe2]\\\\x9e\\\\x86l\\\\xc9\\\\xaa\\\\xbf\\\\xc0\\\\xd74\\\\x99`4$\\\\x0f\\\\x0e\\\\xae\\\\xde\\\\xbf\\\\xef\\\\xb1\"\\\\xabB\\\\xe5\\\\xefx\\\\x013P\\\\x87\\\\xf3\\\\xbcE|\\\\xef\\\\x17u\\\\x18\\\\xca\\\\t\\\\xba\\\\xbfs\\\\x1f\\\\x16Wio\\\\xc2\\\\xa4\\\\x81\\\\xa1\\\\xf3\\\\xed\\\\xd5+\\\\xf6\\\\xf5T\\\\x14\\\\x9b\\\\xc4\\\\x18\\\\xb6+\\\\x9d\\\\xdb\\\\x88\\\\xbf\\\\x8c\\\\xe4*\\\\xc3\\\\xc9[\\\\x91\\\\xd2\\\\xd5\\\\xfc\\\\xb6K\\\\x92\\\\xaa\\\\x12\\\\x0c!\\\\x06X\\\\x19\\\\xfd\\\\xbdg\\\\xca\\\\xef\\\\xacD\\\\xbd3Y\\\\xd1\\\\xb3\\\\xed\\\\xf4sE\\\\x1b\\\\x90\\\\xc2o\\\\xce5\\\\xe6M\\\\x82\\\\xe6\\\\xb2\\\\xd5\\\\xb3c\\\\xee\\\\xdb\\\\xb9v\\\\x9d\\\\xde\\\\x04\\\\r\\\\n\\\\xeb\\\\xe5\\\\xd5\\\\x88\\\\\\\\|MR\\\\xaf\\\\xda\\\\xab\\\\xb7\\\\x8a\\\\x1fu9\\\\xb7[Jl\\\\xf7Z\\\\xefMHe\\\\x11\\\\x06\\\\xba(\\\\x04\\\\xa8i=\\\\xcf\\\\xf0\\\\x9f\\\\xbb\\\\xa0\\\\x95\\\\xf0%\\\\x8aX\\\\xb6eR\\\\xe7\\\\x97\\\\x1ft\\\\xc3W\\\\t\\\\x9de\\\\xcbf:\\\\n\\\\x9d\\\\x9dQ\\\\x99\\\\x8e\\\\xd6\\\\xaeD\\\\x85\\\\x00\\\\t:\\\\x0f=:\\\\\\\\\\\\xa6!\\\\xfa+\\\\x11\\\\xdbH\\\\x9a\\\\xa7J8\\\\xaa\\\\xec\\\\xc5\\\\xae\\\\xbc\\\\xfcb\\\\xd6\\\\x85\\\\xdb\\\\xa1\\\\xdaw\\\\r{\\\\x99\\\\x80T}\\\\xd1\\\\xf7\\\\xf4\\\\xddFqr\\\\x19Z\\\\x8e\\\\xd4F\\\\x86\\\\xbf\\\\x9f\\\\xc2\\\\x84\\\\xee8\\\\xaaY\\\\xac\\\\xb9(Kb\\\\xd3c\\\\xb8h\\\\xdc$\\\\x1dD\\\\x91\\\\x07\\\\xc3\\\\xec\\\\xf3\\\\xea\\\\xbb\\\\x08\\\\xfaO\\\\xa8\\\\x84\\\\xf9\\\\xe9\\\\x85N\\\\x08~G\\\\xc8\\\\xeb\\\\xc1s\\\\x8a\\\\x8b\\\\xec5\\\\xd0K$\\\\x86\\\\xac\\\\xb1*}D\\\\xc0\\\\xef\\\\xf5\\\\xe9\\\\xf3\\\\xd6(\\\\xcc\\\\xe9#t\\\\xe6\\\\x87\\\\xc14|\\\\x7f\\\\xe76Y8\\\\xaft\\\\xdawVX\\\\x10\\\\xa1\\\\x8f\\\\xf1\\\\x02[\\\\xc0\\\\xf9\\\\x8d:\\\\x08\\\\xdc\\\\x8c\\\\xdcV\\\\x9fUv\\\\xcd\\\\xf5c\\\\xd5\\\\x97Vu\\\\th\\\\x05\\\\xe3k[\\\\xb7\\\\xf0\\\\xea\\\\x18\\\\x9e\\\\xd3 @\\\\x82\\\\x06\\\\x9dX\\\\x0e\\\\xcf\\\\x8b\\\\xa7\\\\xc8:\\\\x11\\\\x93\\\\x8el\\\\xf6\\\\xcdh@Ya\\\\xa9\\\\xb1\\\\x80\\\\x1d\\\\x9bA\\\\x04\\\\xeb\\\\xa8:k\\\\xd76\\\\x96\\\\xcc\\\\xa4\\\\xca/CFBV\\\\x9fkj\\\\xcb\\\\x07\\\\x80\\\\xa1\\\\xf7\\\\x01\\\\x1b\\\\x88\\\\xd6\\\\\\\\\\\\xce\\\\x93\\\\xf4\\\\xfaGR\\\\xe6LO\\\\xd5.0 \\\\xf0\\\\x14\\\\x87\\\\xbe\\\\xa5\\\\xa9\\\\x88\\\\xb1\\\\x85lN\\\\x85\\\\xa5\\\\x0c\\\\t\\\\x1d\\\\x96\\\\x04\\\\xcfS\\\\xa9\\\\xe9\\\\xcd\\\\x114d\\\\x0f+\"\\\\xc1n\\\\xc3v\\\\xc4\\\\x81\\\\xb7\\\\xf8@\\\\xdaI\\\\xdc$\\\\x80N\\\\xb0#\\\\xb7\\\\x97R\\\\xd4u^C\\\\xb5\\\\x96\\\\xc1\\\\xcddR\\\\x85\\\\x0e\\\\xd4@\\\\xbb\\\\xed6A0F\\\\x93\\\\x04\\\\xc9=\\\\t\\\\x8b\\\\xa1\\\\x13\\\\x90\\\\r\\\\x92#^`\\\\xbb\\\\xf9\\\\x8b\\\\xeeXQDTC7n\\\\xc2\\\\x0cI!`\\\\x82z8\\\\n%\\\\xc8\\\\xb9u\\\\xb1\\\\x9d\\\\x99\\\\x93CY\\\\xb1XV\\\\xda\\\\x10ua\\\\x1a\\\\x19U&@\\\\x04\\\\xeb\\\\xe5\\\\xd3Ad\"\\\\x95+\\\\xccKl\\\\xafm\\\\x8bl\\\\xb2\\\\x81s$\\\\xa8*\\\\xcav\\\\xac\\\\x15\\\\x9e\\\\xff\\\\x00S\\\\xe7\\\\xd7`\\\\xa2/\\\\x88L\\\\xf898\\\\xec\\\\x85\\\\x1aw\\\\x83\\\\ta\\\\x01||\\\\xc9!>\\\\xc9\\\\xf3\\\\xf0\\\\xe8AL\\\\x89\\\\xe4\\\\xb7e\\\\xe2\\\\xd5\\\\xeen\\\\x04!\\\\xae\\\\xcfJ\\\\x88!gS\\\\xdbY:\\\\xf5$\"\\\\x94\\\\x1c\\\\xd5\\\\r9-g\\\\xf2\\\\xb1\\\\xdd.z\\\\x9bV\\\\xdd%\\\\x99\\\\x10\\\\x96\\\\x06L\\\\x8dLLy\\\\xf4.\\\\x97\"rQ\\\\xc59`\\\\xdeC\\\\x8b-\\\\x8fK\\\\xa4\\\\xf9\\\\xe8J\\\\xeb\\\\xd8\\\\x1du\\\\xed\\\\xd7\\\\x13\\\\xa5\\\\x04\\\\x83\\\\x17\\\\x08\\\\xce\\\\x05\\\\x96\\\\xa4+\\\\x92\\\\x8d\\\\xb8\\\\x10\\\\xc4\\\\xed\\\\xdc\\\\x16%\\\\xa0\\\\x1f\\\\x1f2?\\\\xe2$\\\\xd5\\\\x1c\\\\\\\\\\\\x87Xd\\\\xfc\\\\x81\\\\x92\\\\xca\\\\xd9w30:\\\\x1fK.\\\\xd9.v\\\\xb6\\\\xa7X\\\\x8d>\\\\xf1\\\\xd1\\\\x89\\\\xd1q\\\\xb9VD0\\\\xf9\\\\xf7\\\\xb9A5\\\\x9b=\\\\xd4\\\\x04z\\\\xb4\\\\x01H\\\\x82X\\\\x02b{\\\\x80u\\\\xd2:\\\\x917S\\\\x02\\\\xeb+\\\\xb9|\\\\x7fG\\\\xbekU\\\\xfc 3\\\\xc2\\\\xac\\\\x91\\\\xfcD@\\\\x03\\\\xeaz\\\\x91U2\\\\x908-\\\\xb5ga\\\\xde\\\\xe4T\\\\x03{\\\\xd0\\\\x8fZ\\\\x96\\\\xdd3\\\\'r\\\\xe8G\\\\x91\\\\x1f\\\\xf6\\\\xf5=\\\\x8a\\\\x04\\\\xc2\\\\xd7\\\\x96\\\\xd8\\\\xb6R\\\\xca\\\\xac\\\\xcc\\\\xae\\\\xdbv\\\\x81\\\\xa8\\\\x00\\\\x85%\\\\x87\\\\xfe\\\\xd7D`\\\\xe9\\\\x92Jy\\\\x1cN8\\\\xb0\\\\x04\\\\xda\\\\x02\\\\x91\\\\xe9/\\\\x05\\\\xd8\\\\x91\\\\x02\\\\x08\\\\x93\\\\x11&t\\\\x8e\\\\x83@U\\\\xda\\\\xb8\\\\xa1\\\\xd6\\\\xf0uV\\\\xadev\\\\x0b\\\\x10\\\\xb9\\\\xf6\\\\xd84W,eC\\\\x1d;GrcO\\\\x0e\\\\xb8\\\\xc0)\\\\xd1_\\\\xe6\\\\x8a\\\\x1b\\\\xe3e\\\\xa8\\\\xfed\\\\xab\\\\xad\\\\x90\\\\xa1\\\\x82\\\\x91\\\\xb5\\\\x96@$\\\\x02N\\\\xbax\\\\xf9t\\\\x04Uq\\\\x04\\\\xf4^S\\\\xc3\\\\xde\\\\x01\\\\x16)\\\\xddt\\\\xedg\\\\xdd\\\\xbaZK\\\\tm\\\\'\\\\xb9\\\\xea4\\\\x93\\\\x9a\\\\xe8YlW\\\\x8d\\\\x81\\\\x94l\\\\xac\\\\xfb-t\\\\xa8\\\\xfe_\\\\x83\\\\x05\\\\'\\\\xd7\\\\x11\\\\xa0\\\\x1a\\\\x93\\\\xf5\\\\xeat\\\\xc9I\\\\x89\\\\x8b=VI\\\\xc7s,U\\\\x88d*e\\\\x98\\\\xa9\\\\x92\\\\x08\\\\xf2\\\\x1a\\\\x11\\\\xda\\\\x00\\\\xd7\\\\xa3\\\\x11(\\\\x84$\\\\xdc\\\\x94w\\\\xe1\\\\xb3\\\\x9d\\\\x1a\\\\xcc\\\\x8bF\\\\xc5\\\\x8fq\\\\xc4IP`\\\\x03\"F\\\\xbd\\\\x81\\\\xeb\\\\x8c*\\\\x84\\\\xc4\\\\xb50R)\\\\xf8\\\\xfd\\\\x08\\\\xcc\\\\xb6\\\\xd8\\\\x13\\\\xdc3mi0\\\\x00\\\\x88m\\\\xa0\\\\x18:L\\\\x0f.\\\\x8bC\"\\\\x16\\\\xba\\\\xac\\\\xce/\\\\x1b\\\\x82Y\\\\xc3{\\\\x9b\\\\x17\\\\xfea\\\\x1b\\\\x95\\\\xcc\\\\t\\\\x10\\\\x00$\\\\x1d\\\\x04\\\\x10cS\\\\xd0\\\\xb3) Eao!\\\\x8a\\\\x89Y\\\\n\\\\xa5U\\\\x7f\\\\x08!F\\\\xe1\\\\xea=\\\\xfd3\\\\xe2\\\\t\\\\xf0\\\\xea\\\\x1d@\\\\x90\\\\xc9cw/Qov\\\\x85\\\\x05\\\\x99\\\\xbd\\\\x01\\\\x14\\\\x04]\\\\xb3=\\\\xc7\\\\xd2\\\\x07\\\\xed\\\\xf1\\\\xe8\\\\x1d\\\\x97\\\\x02\\\\x02\\\\x85W)\\\\x99\\\\xb4\\\\xc7\\\\xb6\\\\xc8\\\\x80\\\\x11\\\\xe3\\\\xf6\\\\x07\\\\x80b\\\\x01\\\\xee\\\\x7fwP]-\\\\xda\\\\x8e\\\\x8cU\\\\x9f\\\\x99\\\\x94lG\\\\xb5\\\\xd0\\\\xb8\\\\x07x\\\\x82\\\\xecc\\\\xc1\\\\xbc4$\\\\x9f\\\\xbb\\\\xcb\\\\xa8%6\\\\x04\\\\x9a\\\\x05e\\\\xfcp\\\\xb8s\\\\x1e\\\\xbb@rUO\\\\xe1\\\\n\\\\xc0z\\\\x94\\\\xc4\\\\xf7\\\\xed\\\\xe5\\\\xd5{\\\\x83W^kF\\\\xc2d\\\\xf6\\\\x81Wv\\\\x08\\\\xc8\\\\x04\\\\xb3@\\\\'\\\\xc1\\\\x81\\\\x0b\\\\x1axx\\\\xc7C\\\\x18\\\\x08\\\\xc5\\\\x82\\\\xb8\\\\x86\\\\xdbsX\\\\xd7(\\\\xbf\\\\xdb\\\\xb4\\\\xd6J\\\\xb0\\\\xda\\\\xc3Q \\\\xcfy\\\\x00\\\\xff\\\\x00\\\\x87\\\\x97I\\\\xba5\\\\x12\\\\xcb\\\\xa6@\\\\x0f\\\\x92\\\\xad\\\\xbeC\\\\x8dh\\\\'e\\\\x8c\\\\x96!c5F\\\\xe1\\\\xa4o\\\\x98&4#M>\\\\xdf\\\\x06Y\\\\x83\\\\x0e\\\\xab.\\\\xf3\\\\x9a\\\\x80\\\\xab\\\\xcc\\\\x8cK\\\\x05\\\\xca\\\\x8a\\\\x00F\\\\xb0\\\\xac\\\\x80u0\\\\x1dT\\\\x191\\\\xe3\\\\xf6\\\\x8e\\\\xac\\\\x01G\\\\x03\\\\x15H\\\\xd4\\\\x80\\\\xf4Z\\\\x863\"\\\\x82\\\\xba\\\\xc0\\\\x046\\\\x83h\\\\xec \\\\x81\\\\xe6\\\\x08\\\\x13\\\\xd1\\\\n# /l\\\\x0e`od\\\\xa4\\\\xa6\\\\x80\\\\x99\\\\x13\\\\x06\\\\x08\\\\xf10\\\\x0c\\\\x91\\\\xd1\\\\x80\\\\x10\\\\x92p\\\\xc9c\\\\x8dB\\\\x06\\\\xad\\\\xecF&\\\\xb2Mu\\\\x97\\\\xf4\\\\x80u;\\\\x87}|>\\\\xba\\\\x0e\\\\xddq\\\\x0c\\\\xa2\\\\xbd\\\\x83\\\\x15-\\\\xac\\\\xa6\\\\xca\\\\xca\\\\x17\\\\x92\\\\x9161\\\\x01\\\\x81\\\\x1d\\\\xbb\\\\x83\\\\xdb\\\\xc0\\\\x7f\\\\x9f\\\\\\\\B)\\\\x17\\\\x082\\\\xd2\\\\x1e\\\\xcb\\\\xc9$-\\\\xb1\\\\xbc\\\\x85\\\\xda\\\\x1c\\\\r7\\\\x1d\\\\x0cn\\\\xef\\\\x1dtK \\\\xd2j\\\\xb3\\\\xad+{*\\\\x15\\\\xa3o`\\\\xa2\\\\xa6\\\\xd0\\\\xb3v\\\\x1d\\\\xe65\\\\xed$\\\\t=N\\\\xa7\\\\x0b\\\\x87\\\\xaa\\\\xb9\\\\xa7\\\\x1cEAB\\\\x16em\\\\xeb!A\\\\xda\\\\xa06\\\\xa24\\\\'C\\\\xe0z\\\\xe1\\\\xd525\\\\xc1\\\\x0f\\\\xca\\\\xc9\\\\x04\\\\x83]\\\\xa8\\\\r\\\\r\\\\x1e\\\\xe6\\\\xa4\\\\xb20\\\\x81\\\\r\\\\x1d\\\\xce\\\\xe2L\\\\x9f\\\\xf3\\\\xeaB\\\\x19\\\\xb9(UWWj\\\\xa3\\\\xab\\\\xb5\\\\x9b\\\\x08fb5\\\\xf2\\\\x88\\\\xf0\\\\x98\\\\x1aG\\\\xd4w\\\\xeb\\\\x88\\\\xe4\\\\x96\\\\t\\\\x99\\\\xa2\\\\xda\\\\xbb\\\\xb6\\\\x8a\\\\xd7hJ\\\\x83\\\\xb21\\\\x96\\\\xb0\\\\x15\\\\xd4\\\\x11\\\\xb4A&<\\\\xa7\\\\xb0\\\\x1e=s2\\\\x9a\\\\xbdQ\\\\x1cF|vAp\\\\x048\\\\xf5)\\\\xd0\\\\x03\\\\xdb\\\\xbf\\\\x94\\\\xcfs>]&E\\\\x8b\\\\x94\\\\xe0\\\\x1b\\\\x14^\\\\xceg\\\\x0c\"P\\\\xdbD,\\\\xda\\\\xab\\\\x12\\\\x1c\\\\x8dVLh\\\\xc4\\\\x99\\\\x8f\\\\xdb\\\\xd3\\\\xc5\\\\xf8\\\\x90\\\\x999\\\\x829!\\\\xf5{w\\\\x1fr\\\\xb1[\\\\x10\\\\xc0\\\\xdcT\\\\x93\\\\x05F\\\\xf3\\\\xb6b\\\\x04\\\\x93\\\\xdc\\\\xeb\\\\xdb\\\\xa8wU\\\\xcf\\\\x8a\\\\xd8\\\\x85\\\\x94\\\\xc2\\\\xb9\\\\xa5\\\\x15\\\\xb4P\\\\xba\\\\x125\\\\x80|g\\\\xec\\\\xea\\\\x0b\\\\xe4\\\\x84;1\\\\x15D\\\\xd4{\\\\xb5\\\\n\\\\xecQEHLL\\\\xc9 \\\\x16\\\\x82I\\\\xd7\\\\xc3H\\\\xf1\\\\xea@\\\\x05;V\\\\xa0\\\\x01\\\\xa3(\\\\xd6\\\\xf1\\\\xfb\\\\x97y;\\\\xd3v\\\\xc7*\\\\xdd\\\\x84\\\\x990#\\\\xb1\\\\x1a\\\\xc9\\\\xfbz\"\\\\x02\\\\x03\\\\x16+C\\\\xae>=\\\\x9b\\\\xfd5\\\\xda\\\\xa0\\\\xb83\\\\xb4n\\\\xd2]\\\\xa0\\\\x10\\\\x0e\\\\xbd*A\\\\x94f\\\\xbf.Ae\\\\xd8\\\\xaf\\\\xed\\\\n\\\\xd7b\\\\xe3\\\\x98r\\\\x18\\\\x03\\\\x0b\\\\'U\\\\xd0\\\\x9f\\\\xbf\\\\xe9\\\\xda\\\\x01\\\\xf0RI\\\\xe6\\\\xb6V\\\\x9b\\\\xf7*\\\\x13S\\\\xed`QefH\\\\xd6\\\\x08\\\\x99\\\\xd6F\\\\xbf\\\\xdf\\\\xd3\\\\x19\\\\xd4\\\\x03\\\\x90\\\\xc4\\\\xad\\\\xcdAR\\\\xa0Y\\\\x06\\\\x17j\\\\xf7\\\\x04~&S\\\\xe3=\\\\xc6\\\\x9e:\\\\xf4&+\\\\x98\\\\x9ejm95`\\\\xeef\\\\xb0X\\\\xc0L\\\\x10I\\\\xd0\\\\xff\\\\x00\\\\x8c\\\\xc0\\\\xff\\\\x00\\\\x8fPcT\\\\xd8\\\\x91\\\\x13R\\\\x82\\\\xe7\\\\xf2\\\\xf7=\\\\x9b=\\\\xd6*\\\\x9f\\\\x8d\\\\xc1\\\\xd6\\\\x0e\\\\xa6T\\\\t\\\\x07\\\\xc6\\\\x01\\\\xe8c\\\\x1a(\\\\x94\\\\xb5U\\\\xd6\\\\xcck.\\\\xb1[\\\\xf9\\\\x9a\\\\x01\\\\xb9\\\\xbd\\\\xc0Gp\\\\x01\\\\x80A#H\\\\xd3\\\\xa2\\\\x8cj\\\\xa3Q8\\\\xa3\\\\xa9\\\\x95V=(\\\\x8e\\\\xe3|1\\\\xf6\\\\xe4+\\\\x07\\\\x1b@\\\\xdc\\\\xa6\\\\x7f\\\\x10\\\\x07\\\\xa3#\\\\x9alf\\\\x00\\\\x05x\\\\xdc\\\\x8b\\\\x16)U\\\\x8c\\\\x15\\\\x17z\\\\x00v\\\\xb3\\\\x11\\\\xd8\\\\x99\\\\x06\\\\t:\\\\x08?\\\\xbb\\\\xa0\\\\x95B8\\\\xdd\\\\x05k\\\\xabe\\\\xc1X\\\\xa8\\\\x02\\\\xc0\\\\x16\\\\xc2GgS\\\\xa6\\\\xd2\\\\x17Q\\\\xacG\\\\x8fBB\\\\x98\\\\xfa\\\\xc3\\\\xa8\\\\xf6c\\\\xfb\\\\x84m\\\\xd6\\\\xb6!\\\\xb7\\\\x81\\\\xabA \\\\x10u\\\\x88\\\\x03\\\\xbc\\\\x8f\\\\xf4\\\\xcfG\\\\x19rB`\\\\xe1D\\\\xf6\\\\xc5e,OY#s\\\\x10\\\\xd2\\\\x0c4\\\\xee\\\\xd3I\\\\xf0\\\\x11\\\\xf7t`uI,\\\\xb5\\\\xbc\\\\xa3\\\\xb5\\\\xaa\\\\x15\\\\x0b4\\\\xbd\\\\xe4\\\\x02\\\\x06\\\\xe2Ubd\\\\xf9\\\\xc6\\\\xbf\\\\xbb\\\\xae\\\\xea\\\\x14\\\\xb9\\\\x05\\\\x10\\\\xc4Wc\\\\xed\\\\xd6\\\\xd69f\\\\xda\\\\xa5u\\\\x85Q\\\\x0c\\\\x08\\\\x0b=\\\\xe4\\\\x92;\\\\xeb\\\\xd75]\\\\x18\\\\x90\\\\xc1Z\\\\xbf\\\\x1d\\\\xc4\\\\xb0\\\\xb1\\\\xdd\\\\xf8\\\\xcb\\\\r\\\\xee\\\\xb3\\\\xdf\\\\xf1\\\\x12DA \\\\xe9>~}2\\\\x18\\\\xa7\\\\x00\\\\xf4V\\\\x15\\\\x98\\\\xd5\\\\xe3\\\\xe2\\\\x9b\\\\x19}\\\\x95A$\\\\x9d\\\\xc4\\\\xc3\\\\r\\\\xc0\\\\xc6\\\\xb13\\\\xd8\\\\x0e\\\\x8f\\\\x15b\\\\xdd\\\\xb2M3T\\\\x8f5\\\\xcd>W2\\\\x8c\\\\\\\\\\\\xd9\\\\x8f\\\\x84[\\\\xf8f[E\\\\xee\\\\'\\\\xc8i\\\\xf6\\\\x8e\\\\xb5\\\\xb6\\\\x16I.\\\\xb76\\\\xb6\\\\x1f\\\\xa3(\\\\xcd\\\\x9a-\\\\xa2\\\\xd1e\\\\xea,\\\\x04<\\\\x19\\\\xf4\\\\xc9\\\\x12Gp w\\\\xfb:\\\\xd6%o\\\\xd9\\\\xb5\\\\xa6 s\\\\n\\\\xa5\\\\xe4r\\\\x1ds\\\\x9b!I}\\\\xa4lb\\\\n\\\\x95\\\\x06\\\\x02\\\\x81\\\\x1d\\\\x9a\\\\x07\\\\x8f@j\\\\xadD2\\\\xd5\\\\x93w\\\\xbfAs\\\\x1b\\\\xd4\\\\x16f\\\\nHi#Pt\\\\x1a\\\\x02\\\\x07\\\\xdb=\\\\njN\\\\xb5\\\\xc82\\\\t\\\\xddX\\\\x00\\\\xb4\\\\x1d\\\\xd0\\\\x04}<\\\\xcf\\\\xef\\\\xef\\\\xd4.B\\\\xff\\\\x00\\\\xaa\\\\x14\\\\xc8\\\\x00\\\\x1d\\\\xae\\\\xc4\\\\xc6\\\\x9a\\\\xb6\\\\xe0A\\\\'w\\\\x9f\\\\x811\\\\x1dr\\\\x97O\\\\x1c\\\\x1f*\\\\xd56\\\\xff\\\\x00u\\\\xd0\\\\xa1\\\\x05\\\\x90\\\\x15$\\\\xb2\\\\xfaN\\\\xee\\\\xfd\\\\xe3\\\\xb1\\\\xfbz\\\\xe0T\\\\xab\\\\xab\\\\x87\\\\xe5q\\\\xb31F\\\\xf8\\\\xde\\\\x14m?\\\\xc4\\\\xca\\\\x92VH\\\\xdd\\\\xacN\\\\xb3=\\\\x12\\\\x84\\\\x1f\\\\x98\\\\xc5\\\\x0c\\\\x1e\\\\xb0\\\\xac\\\\x06\\\\xe2\\\\xe1\\\\xd8Cm:\\\\x863\\\\x1a\\\\x13\\\\xa6\\\\xbdr\\\\x95L|\\\\xb7\\\\x88F\\\\xc6q\\\\xed\\\\x91\\\\xb0\\\\x1d\\\\xd7\\\\x05$\\\\x93\\\\xa1\\\\x83\\\\x07_\\\\x0e\\\\xe3\\\\xed\\\\xeb\\\\x90\\\\x90\\\\xb8\\\\xc3\\\\xf5\\\\x17\\\\x81\\\\xc9{rkJ\\\\x9d\\\\xd8\\\\xee\\\\x0fZ\\\\xf7\\\\x15\\\\xa8&\\\\x0bh\\\\x04\\\\xb4\\\\x02$v\\\\xef\\\\xd4\\\\x1a\\\\xa8\\\\x14+\\\\x98\\\\xaf\\\\xac\\\\xd5c,B\\\\x82B0\\\\x98`\\\\x0cn\\\\x1b\\\\x80$\\\\x18\\\\xf2\\\\xe9\\\\x0425\\\\xa7\\\\xa8\\\\\\\\\\\\xbfu\\\\xcb\\\\x97\\\\xee\\\\xb9r\\\\xff\\\\xd6\\\\xa2\\\\x9f\\\\xe5\\\\x9c\\\\xa5\\\\xf8M]\\\\xed\\\\xbc\\\\xfa}\\\\xca\\\\x14\\\\xc4\\\\xac\\\\x94\\\\x82;\\\\xea\\\\x08\\\\xd7\\\\xaf\\\\x1fkq9\\\\x874u\\\\xf1\\\\x8b\\\\x97\\\\x8e\\\\x07\\\\x8c\\\\x93\\\\x0e\\\\x0e~\\\\x17%\\\\x83\\\\xc5\\\\xd213\\\\x0eF\\\\x1bY\\\\xfdR\\\\xc6hG\\\\xdd\\\\xe9R\\\\x16eJ\\\\xaa\\\\x99\"O\\\\x9f\\\\x97V\\\\xa3p\\\\x10)\\\\x82\\\\xe8\\\\xdc\\\\xd5\\\\x16\\\\xcd?|1,\\\\xa77!.6R+\\\\xa7}v\\\\\\\\\\\\x06\\\\x8b \\\\x15\\\\r;Wj\\\\x9e\\\\xda\\\\xc1\\\\xfd\\\\xbd\\\\x1d\\\\xa8\\\\x03#\\\\xcd[\\\\xb1\\\\x12h]\\\\x1b\\\\xf9\\\\x86.Fu\\\\xd8\\\\xd9/\\\\x8dP5\\\\x91\\\\xb9\\\\x13k/\\\\xa7\\\\xb0` \\\\x9d\\\\x08\\\\x93\\\\xe5\\\\xd5-\\\\xde\\\\xdc\\\\xc2bT1?^j\\\\xef\\\\xb0\\\\xe0\\\\xd6\\\\xa1 \\\\xf2\\\\x18I\\\\x91Bc\\\\xde1V\\\\x7f\\\\x99`p\\\\x16\\\\x001=\\\\x8cm\\\\x1d\\\\xfbu^l\\\\x03\\\\xa0\\\\xf6\\\\xc1\\\\xa2\\\\x03\\\\x91\\\\xc9q\\\\x98\\\\xc6\\\\xea-\\\\xbe\\\\xab\\\\x1f\\\\x19\\\\x887\"\\\\x124\\\\x10 \\\\xfd\\\\xc3\\\\xae\\\\x84\\\\xa30\\\\xe6\\\\x89\\\\x12\\\\x9d\\\\xbbe\\\\x99\\\\xfcT\\\\x1c\\\\xef\\\\x97q\\\\xf8\\\\xd6\\\\x7f2\\\\xb3m\\\\x89\\\\xa0\\\\nE\\\\x80V\\\\xe4F\\\\xa0\\\\xed\\\\xdb=\\\\xf4\"\\\\x0c\\\\xf7\\\\xe9\\\\xb3\\\\x9e\\\\x93LG\\\\x8a\\\\xaf-\\\\xd4Gz\\\\x13O\\\\xcc\\\\xf2j\\\\xe4.\\\\xae\\\\xca\\\\xc1\\\\xa4\\\\xa2\\\\x86\\\\xa67F\\\\xf6\\\\x07\\\\xf9nwG`u!\\\\xa3\\\\xa5\\\\xdc\\\\xb7\"\\\\rJ\\\\x81\\\\xbb:\\\\x98\\\\xa5\\\\xaf\\\\x97|\\\\x993\\\\xeeOf\\\\xcb\\\\x12\\\\xacg\\\\xd8]\\\\x94z\\\\xc3\\\\x8d\\\\xc3i\\\\x1ed\\\\x81\\\\x04\\\\x1d;\\\\xeaz@\\\\xb9#p\\\\x03A\\\\xce\\\\x9e\\\\x08oHK\\\\x13\\\\x9aGl\\\\x9c\\\\xd6\\\\xb6\\\\x81\\\\xef\\\\xee|0\\\\xb5\\\\xab\\\\x86\\\\xf4\\\\xadfHS\\\\xb8I2\\\\x01\\\\xd3\\\\xad-Z\\\\xe2)\\\\x82\\\\xae\\\\x04\\\\xb5\\\\x91\\\\x90D\\\\xae\\\\xcd\\\\xaf\\\\x0b/\\\\r\\\\xa9\\\\xb4\\\\x8b\\\\x127\\\\x90J\\\\x02\\\\xd27\\\\xafx\"L\\\\xc0\\\\x1fN\\\\xfd,[\\\\x02x\\\\xb1*\\\\xe9\\\\xb8b\\\\x06\\\\x90\\\\xea\\\\xf0\\\\xf8\\\\xc7\\\\xc9U\\\\xb6-\\\\xd6\\\\x05\\\\x0e\\\\x1bbJ\\\\x85Q\\\\xba=ZI,#\\\\xef\\\\xfb\\\\xfal\\\\xe2[\\\\x15\\\\xa5n\\\\xe0\\\\xce\\\\x9d\\\\x15\\\\xa8\\\\xef\\\\xf9\\\\xca\\\\x05\\\\x88=\\\\xcd\\\\xd0\\\\xa4\\\\x05\\\\x07\\\\xd6\\\\xd1\\\\xbb\\\\xc7A>\\\\x03\\\\xcb\\\\xeb\\\\xd0\\\\x88\\\\x9f\\\\xe54\\\\xc02\\\\x07\\\\x93C\\\\xa4\\\\xb9YPH`\\\\x9a.\\\\xa4\\\\xed([\\\\xeb\\\\xe6<>\\\\xce\\\\xb9\\\\xa8\\\\xab\\\\xcb\\\\x1a\\\\xa5\\\\xcc\\\\xbb\\\\x1dw5d?\\\\xba\\\\x0c&\\\\xef\\\\xc4Vt\\\\x0b\\\\xe1\\\\x03\\\\xc7\\\\xb6\\\\xbd\\\\xba+qaT\\\\xb9\\\\xcb\\\\x03\\\\x8a\\\\x81e\\\\xea\"\\\\xd4`\\\\x81I`\\\\x8cR5\\\\x1e\\\\x05\\\\xb5>F#\\\\xa3`\\\\xc9F\\\\xa1\\\\xb2X{\\\\xdb\\\\x88*\\\\xde\\\\xdd\\\\x8ad\\\\x95\\\\x00hN\\\\xe0{\\\\x99\\\\x1a\\\\x1dO\\\\xfd\\\\x84\\\\x02\\\\xe3TV\\\\xa6\\\\xa80>\\\\xd4:\\\\x1fI$\\\\x0fH\\\\x82A \\\\x82\\\\t\"\\\\x18\\\\x03\\\\xfe]p\\\\x0c\\\\xa2@\\\\x1c\\\\x14\\\\x9fy\\\\xad}\\\\xf7\\\\xb3)K?\\\\x80\\\\x08\\\\xb3sn\\\\xd4H=\\\\xc8\\\\xf0\\\\xf0\\\\xfa\\\\xeb\\\\xd5K0b\\\\xe4\"T\\\\xfb.=\\\\x9bY.D\\\\xfe]\\\\xb5\\\\xc1e\\\\'R\\\\xa4\\\\xf8H1\\\\x1e]v(\\\\xb42\\\\x99^\\\\xc2\\\\xf5\\\\xdan,\\\\xf6\\\\x01]\\\\x88@(\\\\xd1\\\\xdc\\\\xc7q\\\\xa4\\\\x10\\\\'B\\\\x95Z\\\\xa0\\\\x01\\\\x1a\\\\x80A\\\\x00\\\\xc2\\\\x81\\\\xe0z\"\\\\tPI\\\\xcdL\\\\xc8\\\\xa5lB\\\\xc0\\\\xce\\\\x84\\\\xfb-\\\\x1f\\\\xcd\\\\x83\\\\x02ft\\\\xd2\\\\x04x\\\\xf6\\\\xf1\\\\xea\\\\x1a\\\\x94Ng\\\\t^\\\\xfa-\\\\xdc\\\\xfa\\\\xb8!H\\\\xdc\\\\xa7c\\\\x1f= \\\\x16\\\\x91\\\\x00\\\\x03\\\\xfe=Cd\\\\xaa\\\\xd6\\\\xa8\\\\x82\\\\x94\\\\xac\\\\x12\\\\x8e\\\\xa40,Z\\\\x00\\\\xda\\\\xa7\\\\xf0\\\\xc0\\\\x1a\\\\x82H\\\\xd4}\\\\xf1\\\\xe1\\\\xd3\\\\x19\\\\x93uQ\\\\xc2\\\\x1d\\\\x93\\\\xba\\\\xc3b*3\\\\x16]\\\\xa0\\\\xb1m\\\\xbd\\\\x81$(\\\\x1a\\\\x02;x\\\\xf4&\\\\x89&U`\\\\x8c\\\\xe0\\\\xe3\\\\xaa\\\\x83\\\\x91k\\\\xac\\\\xb2\\\\xb1`\\\\xc3p!}&$\\\\xe9\\\\xa0\\\\x90g\\\\xc7\\\\xb4\\\\xf5 \\\\x84\\\\xf8\\\\xc5\\\\xd6\\\\xae[(\\\\xe3\\\\x8fQ\\\\x86\\\\xdceK\\\\x91\\\\xa9\\\\xd1`\\\\x08\\\\x10\\\\x04N\\\\xbd\\\\x18(n$\\\\xf4\\\\xe4\\\\x1dX\\\\xc3\\\\x04urQ\\\\x98\\\\rDw\\\\x05\\\\x8c\\\\xc8\\\\x92A\\\\xea5\\\\x04\\\\xa0HD\\\\x9b<\\\\xbdu=L\\\\xe2\\\\xd6\\\\x90\\\\\\\\0\\\\xfccS\\\\xa1&g\\\\xca5\\\\xfe\\\\xfe$20\\\\xf9\\\\x97YQ\\\\x87\\\\x95\\\\x91.=\\\\x0b\\\\xff\\\\x00(\\\\xb5\\\\x86\\\\x10\\\\x025\\\\x00}\\\\x86\\\\x04\\\\r5\\\\xe8\\\\x07$Q\\\\x814G\\\\xebz\\\\xea\\\\xa4\\\\xbd\\\\xa8lb\\\\xe4\\\\x87\\\\xb1\\\\x8c\\\\xb1\\\\x1a\\\\x8d\\\\xc4\\\\x1d}$v\\\\xea;U\\\\xa1\\\\x16\\\\xaa\\\\xf6\\\\xceo\\\\x1e\\\\xa7\\\\x82\\\\x84\\\\x92\\\\xc1T:\\\\xce\\\\xa0\\\\xc9\\\\x04\\\\x9dOo\\\\xfc?\\\\xb3\\\\xa6\\\\xb8\\\\x14C)5\\\\x10l\\\\xef\\\\x94\\\\x80\\\\xaa \\\\xa8\\\\xd0\\\\x10D\\\\x7f\\\\xddS \\\\x18\\\\x1d\\\\x16\\\\xb7K\\\\x95\\\\xd4\\\\xab\\\\x99\\\\xcae;<\\\\x0b\\\\x00\\\\x07V\\\\x83\\\\x04$\\\\x02\\\\xd1 \\\\x11\\\\x06\\\\x07c\\\\xaf\\\\x8fKrR\\\\x8c\\\\xcc\\\\xb3[1.\\\\xcc\\\\xb1\\\\x98\\\\x1c\\\\x82\\\\xac\\\\x8c\\\\xcd\\\\xb5\\\\x83.\\\\x87H\\\\x10\\\\x00\\\\n\\\\xda\\\\x89\\\\xfe\\\\xc2\\\\x0b\\\\xa9\\\\x89\\\\xafE\\\\xe5\\\\x98\\\\x17XM\\\\x8diR\\\\xeaM\\\\x8aT\\\\x80\\\\x14y\\\\x00@\\\\xfd\\\\xba\\\\xf4,B9\\\\x04\\\\x1d\\\\xe8\\\\xf6v\\\\xa3\\\\x91\\\\xac\\\\x94\\\\n\\\\xec\\\\x00\\\\x86\\\\x1bv\\\\xc7`G\\\\x97\\\\x8f]R\\\\x83\\\\x01\\\\xc9~V\\\\xb0\\\\xd9\\\\xa7r\\\\x02\\\\xa9\\\\x00\\\\xc4\\\\xf7:\\\\xee\\\\'E\\\\xd3_\\\\xee\\\\xe8LK\\\\xae%\\\\xc7E\\\\xba\\\\xaa\\\\xacfH\\\\xa6\\\\xca\\\\x8a<\\\\x07\\\\xfc \\\\x90I\\\\x06\\\\x00\\\\x1d\\\\xc7\\\\xf9tZW3\\\\xd59q\\\\xbcNM\\\\x95\\\\xb3Xv/u B\\\\x01\\\\xe9,A\\\\x90`\\\\xce\\\\x9fg@\\\\x9d\\\\x0b|\\\\xd5\\\\xa1\\\\xc7\\\\xd2h\\\\xa5\\\\x8du{\\\\xb6\\\\x04\\\\ravm\\\\xa8\\\\xa4y\\\\x1du\\\\x91=\\\\x89\\\\xfd\\\\xdd\\\\x01$\\\\xd5\\\\xd6\\\\x9d\\\\xa8\\\\x18\\\\xe3GS\\\\xd8\\\\xfb\\\\xbb\\\\xd2\\\\xcf\\\\xe6*\\\\xfa\\\\xeb\\\\xda\\\\x02\\\\xb0\\\\x0b\\\\xac\\\\x82{D\\\\x81\\\\xe7\\\\xa7\\\\xd7\\\\xa0%\\\\xc7bx:R\\\\x87?\\\\xc9\\\\xd9\\\\x8f\\\\xfc\\\\xc4\\\\xb1\\\\r\\\\x8ccp\\\\x8d\\\\xc7@\\\\x0c\\\\x92uY\\\\xd2\\\\'\\\\xeb#\\\\xb7J\\\\x8c^\\\\xa1V\\\\xbd}\\\\x9dUy|\\\\xeeK\\\\xda+\\\\xae\\\\x05\\\\xae\\\\xda>\\\\xb6h[\\\\xf12\\\\xce\\\\xa6O\\\\x9e\\\\x9dX\\\\x84kE\\\\x9d;\\\\x84\\\\xa0vr\\\\xfe\\\\x94\\\\xde\\\\xc1X\\\\xc9f\\\\x8d\\\\xc5C)\\\\xf4\\\\xca\\\\xcfx\\\\xd7\\\\xb7n\\\\x98b\\\\xe9\\\\x06l\\\\x16m\\\\x9c\\\\xf73\\\\x16\\\\xa00\\\\xdb\\\\x1bL\\\\x02X\\\\xfa\\\\x06\\\\xe5\\\\xeeF\\\\xd8\\\\xf0\\\\'^\\\\x85\\\\xb2PdK1Rj\\\\xb0\\\\x15\\\\x7fyE\\\\x84(\\\\xd8\\\\x01:\\\\t\\\\xd6f4\\\\x99\\\\xd3\\\\xa9v(\\\\x9c\\\\xd5\\\\xdb\\\\xaa\\\\x1bm\\\\xc8\\\\x15Z\\\\x97(\\\\xd6\\\\xef,\\\\xc3l\\\\x91\\\\x05\\\\xb7\\\\x19`G\\\\xdd\\\\xe7\\\\xe1\\\\xd4\\\\x82\\\\xeaI\\\\x03\\\\x05\\\\xb2\\\\xbbR\\\\xe2\\\\xc5k\\\\xda\\\\xaa\\\\x15G\\\\x89Pt\\\\x83\\\\x00F\\\\xb1\\\\'\\\\xb7E\\\\x8a\\\\x00{\\\\x11\\\\\\\\:\\\\xa9\\\\xba\\\\xd0\\\\x8c\\\\x05\\\\x81uea\\\\xb4\\\\xab\\\\x15\\\\x86P&\\\\x04i\\\\xfb\\\\xba\\\\x82\\\\x18#\\\\x14\\\\xc5\\\\x17\\\\xf6\\\\xf1h\\\\x8d\\\\xf1KU\\\\x05\\\\xc9!B\\\\x16+\\\\xa3L\\\\xc9?g\\\\xf7\\\\xf54D\\\\xcc\\\\xbfdd\\\\xe2]X\\\\xad\\\\x1dY\\\\x14\\\\xca\\\\xd2\\\\x00X\\\\x88\\\\xd4\\\\x80F\\\\x80\\\\x8d\\\\'S\\\\xfd\\\\xdd\\\\x18\\\\xa3\\\\xd4$\\\\x97\\\\xda\\\\x8amf5;of\\\\x11\\\\xe9\\\\xeeH$\\\\xc6\\\\xd3=\\\\xfc\\\\xff\\\\x00o\\\\x8fR\"\\\\xab\\\\x10\\\\x0b\\\\xf3[\\\\xab\\\\xc2\\\\xac\\\\x02\\\\xf6\\\\xbb-\\\\x89\\\\xb6 nW\\\\xdd\\\\xde_p\\\\x07\\\\xd24\\\\xf2\\\\xea\\\\x0b\\\\xa6\\\\x01E5q\\\\xd9\\\\tZ\\\\xebVF\\\\xacm\\\\x9d\\\\x0e\\\\xe8\\\\x10;@\\\\x02$\\\\x7fwK\\\\xd5U\\\\xc2\\\\xab]\\\\xd4\\\\x96D\\\\xda\\\\xc0\\\\x12w8 1 j{j$\\\\x91\\\\xe7#\\\\xb7\\\\x9fPc\\\\xab\\\\xb1EcU\\\\x10q/\\\\xee\\\\x19d\\\\xb0\\\\xb2\\\\x90Mju$\\\\x9d\\\\xa4\\\\xb1\\\\xed\\\\x13\\\\x1f`\\\\xeb\\\\x85\\\\xa1\\\\xcb\\\\x15,qR\\\\xc6.\\\\xc4\\\\x00\\\\xec\\\\x90\\\\xad%\\\\xd4\\\\x01\\\\x15\\\\xf7\\\\'\\\\xb9\\\\xfa\\\\x93\\\\xe5\\\\xafL\\\\x00\\\\x0cT1\\\\x05\\\\xcdz)\\\\'1U\\\\xe1\\\\x9f\\\\xd4\\\\x1c\\\\x00\\\\xc3P\\\\xa2{0=\\\\xbb\\\\x8f\\\\x19\\\\xf3\\\\xd3\\\\xa8%\\\\xd7D\\\\xac\\\\xec\\\\xcdz\\\\xc2\\\\xba\"\\\\xa6\\\\xdd\\\\xaa\\\\xc5tmgi\\\\x1d\\\\x8e\\\\xa0i\\\\xd8\\\\xe9\\\\xd7\\\\x05:\\\\x97\\\\xe5\\\\xbb\\\\xd0\\\\x16\\\\x94\\\\x15UX\"\\\\xb42\\\\x89\\\\xb037\\\\xa0i\\\\x00\\\\x92N\\\\xa2>\\\\xde\\\\x8a\\\\xa4\\\\xa82\\\\xc9B\\\\x18\\\\xcf\\\\xea9\\\\x1e\\\\x95\\\\x13#q\\\\x02\\\\x00\\\\x05C\\\\x8f\\\\xc4X\\\\r$w\\\\xea\\\\rP\\\\x9a\\\\xbb\\\\xe0\\\\xa6\\\\xd3EU\\\\xfa7\\\\xabT\\\\x14\\\\xef\\\\x92\\\\x01\\\\xd9\\\\xa8:\\\\x19\\\\x8f\\\\xb4\\\\x18\\\\x9dz\\\\x82\\\\xa6 \\\\x93\\\\x8d\\\\x16\\\\xfbsV\\\\x97b\\\\xa0X\\\\xcf#q\\\\x88\\\\x00Kjw~!\\\\x03Q\\\\xd4J\\\\xe0\\\\x18\\\\xa6bi\\\\x8a\\\\xd7]\\\\xf6dlub\\\\x95\\\\xc8\\\\xf56\\\\xee\\\\xe4,jb>\\\\xbd\\\\x0cnj\\\\x0e3P\\\\xc5\\\\xea\\\\xb7\\\\xddY\\\\x83\\\\xdeB\\\\xa8\\\\x8d@\\\\x99\\\\xd0\\\\x13\\\\xdc\\\\x88=5\\\\x14\\\\x85\\\\x10\\\\xfa\\\\xb1\\\\xa9\\\\x0f\\\\xb8)\\\\xdd\\\\xbb\\\\xd5kj\\\\xb3\\\\xa0\\\\xd01h\\\\x90|4\\\\xeaj\\\\x97^h\\\\x97\\\\xa96\\\\xaa\\\\x01\\\\xbd\\\\xa42\\\\x825\\\\xdf\\\\xdf\\\\xd2L\\\\r\\\\x98\\\\n\\\\xa3h,\\\\x0c\\\\xeb\\\\xf4\\\\x1f\\\\x7f\\\\x89\\\\xe9\\\\xa1\\\\xd9X\\\\xb5oR\\\\\\\\\\\\xf9\\\\xe7\\\\xcah\\\\xc0\\\\xc4\\\\xb8\\\\x1b+\\\\xdet\\\\xb7s\\\\x92`JlP;\\\\xe9\\\\xe5\\\\xd3\\\\xad@\\\\xc8\\\\xb0Z\\\\xfb{m\\\\x86+\\\\x98\\\\xf39z\\\\xef\\\\xc9b\\\\xec\\\\x8c\\\\x19\\\\x8bzV=[\\\\x80\\\\x0b\"\\\\x0c\\\\xc9\\\\xf0\\\\xef\\\\xd7\\\\xa3\\\\xb3\\\\x01\\\\x08\\\\xb2\\\\xda\\\\xdb[f\\\\xe6\\\\xbc\\\\xb7?%\\\\x92\\\\xd0\\\\x96\\\\x93Ln\\\\xb6\\\\xb5\\\\x93%L\\\\x9d\\\\x9a\\\\xfd<\\\\xfa}M\\\\x86\\\\xf53\\\\xa6z\\\\x1c&\\\\xac\\\\t\\\\xd7\\\\xdc\\\\xdf\\\\xbfc}\\\\xb3\\\\xfc[\\\\xb6\\\\xe9\\\\x1e^\\\\x13=>\\\\x1a\\\\xb5tVm\\\\xea\\\\xd3Ef\\\\xe4\\\\xfb\\\\x7f\\\\xd0s\\\\xbf1\\\\xbf\\\\xf3;k\\\\xf6\\\\xb6l\\\\x9frt\\\\x99\\\\xd2#\\\\xbc\\\\xf8w\\\\xd6:n\\\\xefO\\\\xb7\\\\xeb\\\\xc2\\\\x8ank`\\\\xfd\\\\xcb\\\\x92\\\\xbeW\\\\xfdku\\\\xde\\\\xd6\\\\xc8\\\\xde\\\\xde\\\\xdf\\\\xb9\\\\x1bgp\\\\xfc1\\\\xfd\\\\xbe\\\\xee\\\\xb17\\\\xae\\\\xd4\\\\xc7.OE\\\\x9d\\\\xeb\\\\x7f\\\\x17HO\\\\xfdc\\\\xf3\\\\xd9?\\\\x9f\\\\xdb\\\\xef\\\\xfb\\\\x03f\\\\xcf\\\\xf91\\\\xb0n\\\\xed\\\\xac\\\\xfe\\\\xe9\\\\x98\\\\xea\\\\xc6\\\\xdb\\\\xf4\\\\xabu\\\\xfb\\\\xac\\\\xfb\\\\xba\\\\xbdN\\\\xee\\\\xf4Ky\\\\xf3\\\\xbe\\\\xbd\\\\xb3\\\\xbfm\\\\x7f\\\\x97\\\\xd9;vm}\\\\xf1\\\\xbb\\\\xe93=\\\\r\\\\xedt\\\\xd2\\\\xcf\\\\xf6B4g\\\\xc7\\\\xf2\\\\xb0\\\\xe2?3\\\\xf9\\\\x85\\\\xff\\\\x00N\\\\x9e\\\\xcf\\\\xb7;gM\\\\xbb\\\\'\\\\xfcze\\\\xb7`\\\\xa6-\\\\xa8\\\\xf3\\\\xe3\\\\x05\\\\x87?\\\\xbb~G\\\\xb3\\\\xefm\\\\x81\\\\xeeL{[\\\\xa4\\\\xfb\\\\x7f\\\\x8f\\\\xf8\\\\xbb\\\\xff\\\\x00h\\\\xe9\\\\x03^\\\\xa9jf\\\\xe1\\\\x99Y\\\\xbf\\\\xa1\\\\xc7b)\\\\xc7\\\\xfb\\\\xbf\\\\xd3\\\\x7f\\\\xf8~\\\\xef\\\\xb9W\\\\xe4\\\\xf7\\\\xff\\\\x00\\\\xa7\\\\xc6w\\\\xf8D\\\\xcc\\\\xf8\\\\xc7W\"\\\\xfa}I\\\\x96\\\\xf4\\\\xe9\\\\xa3}\\\\x92o5\\\\xf9\\\\xdf\\\\xcf\\\\xa4\\\\xcf\\\\xe6v\\\\xaf\\\\xb1\\\\x1b\\\\xb6\\\\xce\\\\xe1\\\\x13:D\\\\xcf\\\\xf6\\\\x9e\\\\xba\\\\xb4\\\\xe0\\\\xae\\\\x93\\\\xeb\\\\xa6\\\\t\\\\xdb\\\\x84\\\\xfe\\\\xb1\\\\xfc\\\\x8f\\\\xff\\\\x00x\\\\x8fu?\\\\x06\\\\xed\\\\xdb\\\\xb6\\\\x9f\\\\xc5\\\\x1e\\\\xad\\\\xbf\\\\xe1\\\\xd1\\\\x8dL5\\\\xf7+6\\\\xdfP\\\\xe6\\\\xba\\\\x7f\\\\xe2\\\\x9f\\\\x9b\\\\xfc\\\\xb7\\\\xfdN\\\\xcfgw\\\\xf0\\\\xcf\\\\xb7:o\\\\x88\\\\xeb\\\\xabFZ\\\\xb6\\\\xf0.\\\\x999M\\\\x9b\\\\xdb\\\\xdc\\\\xd9\\\\xbe\\\\x17\\\\xf3\\\\x13\\\\xb6ch\\\\xef\\\\xf5\\\\x89\\\\xfb\\\\xbb\\\\xf52\\\\xc2\\\\x89G\\\\x14\\\\x87\\\\x9d\\\\xf9oy?\\\\xe6\\\\xed\\\\xda\\\\xbf\\\\xf2\\\\xfb\\\\xec\\\\x8dc\\\\xc6c\\\\xf7L\\\\xf5\\\\x11\\\\xc1V\\\\x9a\\\\x1e\\\\xf1\\\\xec\\\\xff\\\\x003t\\\\xed\\\\xd6?\\\\x0c\\\\xfa\\\\xa3txy\\\\xcf\\\\x8c\\\\xc7LJ*\\\\x1d>\\\\xdf\\\\xf2\\\\xf6n\\\\xdd\\\\xea\\\\xfc\\\\xb6\\\\xe9\\\\xd9\\\\xb6O\\\\xef\\\\xdb1\\\\x1e\\\\x1f\\\\x7fQ\\\\x17\\\\xa3`\\\\xbb\\\\xd2\\\\xd4D)\\\\xdf\\\\xbb\\\\xd1;}\\\\xc3\\\\x1b\\\\xf6\\\\xee\\\\x8d\\\\xa6>\\\\xbe}\\\\x15{\\\\x91Q\\\\x8b\\\\xa9\\\\xb5\\\\xee\\\\xf4\\\\xccN\\\\x9e\\\\xcc\\\\xc6\\\\xe8\\\\x95\\\\x99\\\\xf0\\\\x8e\\\\xf3\\\\xf4\\\\xe8\\\\x83\\\\xb2\\\\x80\\\\xcdE0\\\\xed\\\\xde\\\\xfb6\\\\xec\\\\xfe\\\\r\\\\x9bvO\\\\x8e\\\\xdf\\\\xa7n\\\\xa1\\\\x05\\\\xc6\\\\xcdL\\\\xaf\\\\xf3r\\\\'\\\\xfeV\\\\xe1\\\\xbeg\\\\xf1O\\\\xab\\\\xff\\\\x00\\\\xc2\\\\xed=\\\\x0f\\\\xa9Lz\\\\xa2\\\\xf5\\\\xff\\\\x00S\\\\xf4\\\\xef\\\\xed\\\\xb8o\\\\x99\\\\xdd?\\\\xc7\\\\xdbI\\\\xeb\\\\xa4\\\\xfd\\\\x11rl\\\\x16\\\\xc5\\\\xf7?6\\\\xfb\\\\xf6\\\\xee\\\\xf7D\\\\xfb\\\\x7f\\\\xf2v@\\\\x9d\\\\xbb\\\\xbc\\\\x7ftu!,\\\\xb6i\\\\x8a\\\\x8d\\\\x9bG\\\\xbb\\\\xb7v\\\\xe6\\\\xdd\\\\xbb\\\\xbck\\\\xeeL\\\\xfe\\\\xf8\\\\xd2:`BqG1\\\\xf6\\\\xec\\\\xa7\\\\xdc\\\\x8fo]\\\\xdf\\\\x87n\\\\xcd\\\\xa2>\\\\x91\\\\x13\\\\xf7\\\\xf5\\\\xc8\\\\xc31\\\\xe4\\\\x87g\\\\xfeN,\\\\xdd\\\\xbeew\\\\xf7\\\\xfb\\\\xe3\\\\xc3\\\\xfc|\\\\xba\\\\x01\\\\x8a\\\\x04\\\\xb2\\\\x9f\\\\x96\\\\x81\\\\xbb~\\\\xf8\\\\xb7\\\\xdb\\\\xdf\\\\x13\\\\xe3\\\\xbb\\\\xeb\\\\xb6|\\\\xb4\\\\x88\\\\xe8\\\\xa8\\\\x92t\\\\xea\\\\xeeZ\\\\xeb\\\\xfc\\\\x96\\\\xd6\\\\x9fs\\\\xc3d\\\\xce\\\\xe9\\\\x95\\\\xed\\\\xb3H\\\\xdd\\\\x1d\\\\xbe\\\\x93\\\\xa7QG\\\\xaa\\\\x986x\\\\xa99\\\\x1e\\\\xf7\\\\xb7o\\\\xb1\\\\xbb\\\\xb7\\\\xf2co\\\\x9a\\\\xf9\\\\xfdg\\\\xe9=\\\\x0c\\\\xd9\\\\xaa\\\\x9e0\\\\xf4\\\\xb3\\\\xa5~G\\\\xf3\\\\x9e\\\\xed~\\\\xef\\\\xbb;\\\\x06\\\\xde\\\\xdbgo\\\\xfd\\\\xef\\\\xdf?\\\\xe5\\\\xd4\\\\xc9\\\\xf3H\\\\x93\\\\xeaP+\\\\xf6\\\\xf77\\\\xbb\\\\x1b\\\\xf4\\\\xf6bwo\\\\x81\\\\xb7w\\\\xd3\\\\xfbw\\\\xe8*\\\\xa6\\\\x99\\\\xe2\\\\xa6\\\\xae\\\\xdd\\\\xa3\\\\xf2\\\\xfd\\\\xf6\\\\x9d\\\\xbbw\\\\x7f\\\\xcc\\\\xf0\\\\x8f\\\\t\\\\x8f\\\\xbb\\\\xa8\\\\x0e\\\\x9c4\\\\xb5\\\\x13\\\\x06\\\\'\\\\xe6\\\\xff\\\\x00\\\\xf8^\\\\xd7\\\\xb5:\\\\xed\\\\xdf\\\\x1d\\\\x87\\\\x9f\\\\xee\\\\xfa\\\\xcct\\\\xc1\\\\xd51C\\\\xcc\\\\xfc\\\\xfe\\\\x9bg\\\\xdc\\\\xda=\\\\x8d\\\\x9b}\\\\xcd\\\\xda\\\\xfe\\\\x0f\\\\xbf\\\\xbf\\\\x87n\\\\xb8\\\\xf4G\\\\'@n\\\\x8d\\\\xa6w\\\\xfb{O\\\\xbb\\\\xbevm\\\\xda\\\\xbd\\\\xbe\\\\x93\\\\xdb\\\\xeb\\\\x11\\\\xd4d\\\\xabIFo\\\\xca\\\\xec\\\\xaa7n\\\\xf7\\\\x07\\\\xb5\\\\xeeL\\\\xed\\\\x8d?\\\\x16\\\\x93=\\\\xa7X\\\\xe8\\\\x8f\\\\x9a\\\\t\\\\xf4Q\\\\x9fn\\\\xd3\\\\xb66\\\\xfa\\\\xbd\\\\xb8\\\\xfcS\\\\x07\\\\xf1}{}\\\\xdfwP\\\\x14\\\\x06^\\\\xd5\\\\xf9\\\\xad\\\\xf4\\\\xfbq\\\\xedm1=\\\\xf7z\\\\xbb\\\\xcf\\\\xaa\\\\'\\\\xb7\\\\xf9u\\\\xd2R\\\\xb7_\\\\xfdC\\\\xd7\\\\xef\\\\xef\\\\x9d=\\\\xcf{\\\\xf1\\\\xc7\\\\x8cO\\\\x8fn\\\\xda\\\\xfe\\\\xfe\\\\xa2\\\\x8dTub\\\\xe8?\\\\xf27\\\\xaf\\\\xbf\\\\xbb\\\\xb8\\\\xfc\\\\xc6\\\\xe8\\\\x8d\\\\xdf\\\\xc3\\\\xf8<7~\\\\xee\\\\xfd\\\\x14P\\\\xcbKU\\\\x99MO\\\\xca{u\\\\xcc\\\\xcc\\\\xd7\\\\xed\\\\xed\\\\x99\\\\xdb\\\\xfc[\\\\xe3\\\\xc3\\\\xb7\\\\xd3\\\\xb4\\\\xf5\\\\xc9s\\\\xd0\\\\xc13a\\\\xfb>\\\\xe2m\\\\xf6g\\\\x7f\\\\xaa&6\\\\xeb\\\\x13\\\\xe1\\\\xf8\\\\xa7\\\\xfe\\\\xc9\\\\xe8\\\\xaa\\\\xd4V\\\\x06)\\\\xe7\\\\x8e\\\\x8d\\\\xe7\\\\xdc\\\\x98\\\\xf6\\\\x8cD\\\\xc6\\\\xdd\\\\xdan\\\\xf6\\\\xf5\\\\xfb#\\\\xef\\\\xea\\\\xad\\\\xc7\\\\xc9>\\\\xd3\\\\xbai\\\\xb3\\\\xf1\\\\r\\\\xd1\\\\xbe\\\\x16wN\\\\xf8\\\\x91\\\\xf8\\\\xa3^\\\\xdf\\\\xbe:\\\\x00\\\\xec[\\\\x15\\\\xa0\\\\x1b7n<\\\\xd6\\\\x9b?1\\\\xf9[\\\\xf6G\\\\xe1\\\\xfef\\\\xd9\\\\xdd\\\\xb6u\\\\xdb\\\\x1e\\\\x11\\\\xd2\\\\xea\\\\xfd\\\\x1c\\\\xa9\\\\xb9\\\\xd1U?(\\\\xfc\\\\xcf\\\\xe7-\\\\x9d\\\\xb3\\\\xb8n\\\\x8d\\\\xdbcM\\\\xd3\\\\xeexO\\\\x96\\\\x9d\\\\xbam\\\\xb7\\\\xfc\\\\xac\\\\xdb\\\\xea\\\\xb0ow\\\\xddn\\\\xf1\\\\x07g\\\\xb5\\\\x13\\\\xb7q\\\\xf3\\\\xd6&:ywT\\\\xaa\\\\xe7\\\\x8e:\\\\xa1\\\\xad\\\\xb2\\\\x0e\\\\xe8\\\\xdd\\\\x1f\\\\xf5>\\\\xd6\\\\xd9\\\\xf0\\\\x8e\\\\xde\\\\xa9\\\\x9f\\\\xc5\\\\xf7\\\\xf5\\\\xc1\\\\t\\\\xc1\\\\x19\\\\xc5\\\\x8fmfv\\\\xff\\\\x00\\\\x14N\\\\xee\\\\xc7tN\\\\x9f\\\\x87\\\\xcb\\\\xa8\\\\xab&A\\\\x99m\\\\xcb\\\\x8d\\\\x89\\\\xf8=\\\\xd9}\\\\x9b\"vm\\\\x1e\\\\xdcG\\\\xfd\\\\xef\\\\xed=\\\\x00\\\\xea\\\\x996j\\\\xa5\\\\xd1\\\\xb2N\\\\xdd\\\\xd3>\\\\x99\\\\xfb5\\\\xdd\\\\xfcQ\\\\x11?\\\\xbf\\\\xa2\\\\x8a\\\\xad&\\\\xd3N|:\\\\x9b\\\\xae\\\\xf6\\\\xdb\\\\xf8\\\\'\\\\xd7\\\\xb7\\\\xff\\\\x00*|vx\\\\xff\\\\x00\\\\xc2z,\\\\x91I\\\\x9b&\\\\xfb&\\\\x9e\\\\x0fw\\\\xba\\\\x91\\\\xb7d\\\\x1d\\\\xbb\\\\xb6D\\\\xff\\\\x00\\\\x1e\\\\xe8\\\\xfe?)\\\\xf1\\\\xef\\\\xd4\\\\x0cS\"\\\\x88r\\\\xff\\\\x00\\\\x87\\\\xf8v\\\\xfbf6\\\\xc6\\\\xfd\\\\x9a\\\\xfe?\\\\x0f\\\\xd9\\\\xe3\\\\xf5\\\\xea$\\\\x99&J\\\\xe7\\\\xde\\\\xf0\\\\xf7\\\\xf6{U\\\\xf7\\\\x9f3\\\\x13\\\\xbbX\\\\x9e\\\\xfe\\\\x133\\\\xd1\\\\x04\\\\xa9a\\\\xdc\\\\xb6\\\\x0e\\\\xd6~c\\\\xb6\\\\xd5\\\\x8f\\\\xf9\\\\xbb\\\\xe6t\\\\x9f\\\\xae\\\\xee\\\\xf1\\\\xa7\\\\x9e\\\\x9drPj\\\\xac\\\\x97\\\\xf3{\\\\xcf\\\\xbf\\\\xbf\\\\xd9\\\\xf7*\\\\x9fr?\\\\xd4\"7z6\\\\xfe\\\\xf8\\\\xeb\\\\xaa\\\\xe8\\\\xa2\\\\xef\\\\xc7\\\\x0c\\\\x8f&\\\\xff\\\\x00i=\\\\xc9\\\\xf75\\\\xdb\\\\xfe\\\\x9d\\\\xbb\\\\x97v\\\\xdf\\\\xaf\\\\xe1\\\\x8f\\\\x0e\\\\x95\\\\xd8\\\\x8e8\\\\x1eKo\\\\xfdN\\\\xda\\\\x7f\\\\x04m>\\\\xef\\\\xbb\\\\x11\\\\x12\\\\x7f\\\\x14}\\\\x7fwF\\\\x11\\\\xd5e\\\\x8f\\\\xf9\\\\x88\\\\xf4{~\\\\xd6\\\\xef\\\\xe7}\\\\xba\\\\xfd\\\\xdd\\\\xfa1\\\\xa9\\\\r\\\\xb7\\\\xc9g\\\\x95\\\\xefl;\\\\xe7\\\\xdb\\\\xd6c\\\\xf1o\\\\x81\\\\xf8c\\\\xc7\\\\xce4\\\\xe8K\\\\xa9:\\\\x9f\\\\xea\\\\x85\\\\xfa6\\\\x1fslnM\\\\xbd\\\\xe3\\\\xf1\\\\x1e\\\\xd3\\\\xf4\\\\x8e\\\\xdf\\\\xdf\\\\xd4U\\\\xea\\\\xa0\\\\xb3\\\\xd1H\\\\xab\\\\xdb\\\\x9d7O\\\\xa7~\\\\xe9\\\\xdd\\\\xbaG\\\\xfa\\\\xb4\\\\xed\\\\xfd\\\\xa3\\\\xae8\\\\xa1\\\\xf4\\\\xafWw\\\\xe5\\\\x8e\\\\xd8\\\\xfc#\\\\xda\\\\xdd;\\\\xa3\\\\xc3tx\\\\xc4\\\\xfd:\\\\x9a\\\\xf7\\\\xae-\\\\x96+Z\\\\xfeg\\\\xdc?\\\\xe9\\\\xf1\\\\x9f\\\\xc3\\\\xe1\\\\x11\\\\xfc[g\\\\xcb\\\\xe9\\\\xd4\\\\xfa\\\\x99\\\\x08gP\\\\xdf\\\\xf3\\\\x1b\\\\xac\\\\xf7\\\\'n\\\\xe5\\\\xf6\\\\xe6gt\\\\xf8F\\\\x93\\\\xb6wu\\\\x07\\\\x14\\\\\\\\\\\\xd6\\\\x9c\\\\x7fcx\\\\xf7\\\\xfd\\\\xf8\\\\xf7?\\\\x9b\\\\xedD\\\\xee\\\\xd7o\\\\xd2;G\\\\xd7\\\\xef\\\\xe94S&\\\\xcf\\\\xc97`\\\\xfeN\\\\x07\\\\xb1\\\\xb7\\\\xf0\\\\xaf\\\\xb5\\\\xbbo\\\\xe2\\\\x91\\\\x1d\\\\xfc{\\\\xcf\\\\xdf\\\\xe1\\\\xd1\\\\xc1\\\\x9e\\\\x89\\\\xe1\\\\x99k\\\\xc9\\\\x9d\\\\x87\\\\xd9\\\\xdf\\\\xb6}Q\\\\xdfd\\\\x89\\\\xdd>\\\\xa8\\\\x9e\\\\x8c\\\\xba\\\\xe9t\\\\xc1Eow}s\\\\xb3\\\\xbf\\\\xf3\\\\xb7F\\\\xed\\\\xd2{\\\\xc6\\\\xbe]\\\\xfa\\\\xe8\\\\xa5f\\\\xb1\\\\x1e\\\\xe7\\\\xbc\\\\xb3\\\\xec\\\\xfe^\\\\x07o\\\\xc5\\\\xbfq\\\\x8d\\\\x9fM\\\\x9d\\\\xe7_\\\\xf4\\\\xf5\\\\xc5\\\\xd9\\\\x1f\\\\xa7\\\\xbd~\\\\x7fga\\\\xdf\\\\x1bc]\\\\xfb}\\\\xb8\\\\xd6vo\\\\xd3\\\\xf0\\\\xff\\\\x00n\\\\xddHCJ:\\\\x8b\\\\x91\\\\xed\\\\xff\\\\x00+t{\\\\xd2=\\\\xa9\\\\x8fw\\\\xbe\\\\xbd\\\\xf4\\\\xef\\\\xdf\\\\xeb\\\\xd1\\\\xd5@u\\\\x85[\\\\xa1\\\\xa3\\\\xdb\\\\xdb\\\\xb57\\\\xec\\\\xdd\\\\x11#\\\\x7f\\\\x7fT\\\\xccL\\\\xfa{\\\\xed\\\\xd7\\\\xa0\\\\x931F\\\\x1d\\\\xd1\\\\xaa#a\\\\xfc\\\\xcf\\\\xbf\\\\xb3\\\\xdc\\\\xb2\"&5\\\\xfc^\\\\x1d\\\\xa6\\\\'^\\\\xdd\\\\x04\\\\x1d\\\\xca\\\\xb00Z\\\\xed\\\\xdb\\\\xaco\\\\xfc\\\\x1e\\\\xbd\\\\xb1\\\\x1b\\\\xfd;\\\\x7f\\\\x1e\\\\x9e]\\\\xf4\\\\xfd\\\\xdd6\\\\xa9\\\\x07\\\\xec\\\\xa6\\\\xe1\\\\xce\\\\xbe\\\\xec\\\\xed\\\\x93\\\\xed{[v\\\\xfbr\\\\'n\\\\xfd\\\\'\\\\xbf\\\\xef\\\\xea{\\\\x17E\\\\xf2\\\\xc5Z\\\\x9c\\\\x1f\\\\xe5d\\\\xc6\\\\xed\\\\xd0=\\\\xcf\\\\xc3\\\\x13\\\\xbb\\\\xd3\\\\xf8\\\\xb4\\\\xdd=\\\\xa7\\\\xeb\\\\xd4\\\\xc50\\\\xb2\\\\xb6\\\\x1e?\\\\xa7\\\\xdb\\\\xf9\\\\x1d\\\\xdb\\\\xfd\\\\xb5\\\\xd9;bv\\\\xacLk\\\\x11\\\\xf8\\\\x7fv\\\\x9d4\\\\xf5Z\\\\x16t\\\\xe7\\\\xc7\\\\x19.\\\\x1e\\\\xfd^\\\\xff\\\\x00\\\\xd5_\\\\x9cm\\\\xdf\\\\x96\\\\xf6\\\\xbd\\\\xc3\\\\x11\\\\xba>\\\\x91\\\\xb3Y\\\\x8f.\\\\xadl\\\\xbfn\\\\xabv\\\\xcby*\\\\xbb\\\\x03\\\\xfa\\\\xbc\\\\xd7\\\\xf9\\\\xd9\\\\x9d\\\\xc2\\\\x7f\\\\x17\\\\xe3\\\\x91\\\\x11\\\\xf5\\\\x89\\\\x8f\\\\x1f>\\\\xbd\\\\x00\\\\xfdz\\\\xad\\\\x886\\\\xa1\\\\x86\\\\x018c\\\\xfe\\\\x7f\\\\xd8x\\\\xd9\\\\x12\"#\\\\xbf\\\\x86\\\\xd8\\\\xd2c\\\\xa8\\\\xedV\\\\xc3d\\\\xb0\\\\xc5\\\\xfe\\\\xa1\\\\xf9\\\\x8b\\\\xf7y\\\\xa4\\\\xed\\\\xff\\\\x00\\\\\\\\\\\\x9d\\\\xdb6\\\\xe9\\\\xff\\\\x00\\\\x1f\\\\xbf\\\\xae\\\\xecR:\\\\xa6\\\\x01\\\\xf9M\\\\xfa\\\\xc7\\\\xbd-?\\\\x867\\\\xee\\\\x133\\\\xa6\\\\xe8\\\\x89\\\\xf0\\\\xef\\\\xf5\\\\xeb\\\\x8a\\\\x91\\\\x82\\\\xf5\\\\x7f\\\\xa1\\\\xff\\\\x00/~\\\\xdd\\\\xde\\\\xe3n\\\\xfc\\\\xbcn\\\\xdd\\\\x1f\\\\xc7:L\\\\xf6\\\\xfd\\\\xddB\\\\xe5!\\\\x7f\\\\xf4\\\\xf7\\\\xe5\\\\xea\\\\xdf\\\\xbf\\\\xdc\\\\xf1\\\\xdf\\\\xdbt\\\\x9e\\\\xfb}=\\\\xff\\\\x00\\\\x7fR\\\\xb8,+\\\\xfe\\\\x91\\\\x18\\\\xf1\\\\xf87\\\\xd3\\\\xbb\\\\xdc\\\\xdb\\\\xb6=\\\\xc1;g_/\\\\xa4}\\\\'\\\\xa8,\\\\x88\"\\\\xdf\\\\xc9\\\\xfc\\\\xaa{q>\\\\xe3N\\\\xc9\\\\xf7\\\\'\\\\xc6#I\\\\xdb\\\\x1fw\\\\\\\\\\\\xa5%\\\\xdf\\\\xeeE\\\\xdf\\\\xfbgtn\\\\xfcRf<\":\\\\x15\\\\xc86o\\\\xb9\\\\xed\\\\x8fb=\\\\xdd\\\\xcd\\\\xb7gi\\\\xf5\\\\xc6\\\\xff\\\\x00\\\\x0f\\\\xb3\\\\xae\\\\\\\\\\\\xaa\\\\xbe{\\\\xfa\\\\x84\\\\xff\\\\x00\\\\xd4\\\\xfbQ\\\\x02}\\\\xcf\\\\xb7\\\\xf8\\\\xb6i\\\\xf6n\\\\xfb\\\\xb5\\\\xeb\\\\x94\\\\x15\\\\xcc\\\\x1f\\\\xa8\\\\x7f\\\\x98\\\\xfc\\\\xa6O\\\\xb9\\\\xb3v\\\\xbb}\\\\xd9\\\\xdd\\\\xed\\\\xec_\\\\xc3\\\\xb7I\\\\xef\\\\x1fN\\\\xfe\\\\x1d\\\\x11}=\\\\x12\\\\xe9\\\\xab\\\\xaa\\\\xa0\\\\xfa\\\\xaa\\\\x9e\\\\x8ap\\\\xfe\\\\xd7\\\\xf5\\\\x0c\\\\x7fs\\\\xdc\\\\x9d\\\\xfe\\\\x9fn\\\\'\\\\xb1\\\\x9f\\\\xbf\\\\xca:;\\\\x7f\\\\xb2]\\\\xdf\\\\xd4\\\\xab\\\\xcb\\\\xd3\\\\xff\\\\x00\\\\xedz\\\\xb3UG\\\\xfe\\\\x1e\\\\x1d\\\\x7f\\\\xff\\\\xd9"} diff --git a/irixys23/webpage-classification/example-data/truth/truths.jsonl b/irixys23/webpage-classification/example-data/truth/truths.jsonl index caf12c1..77f012e 100644 --- a/irixys23/webpage-classification/example-data/truth/truths.jsonl +++ b/irixys23/webpage-classification/example-data/truth/truths.jsonl @@ -1,10 +1,10 @@ -{"uid": 22084230, "label": "Adult", "sublabel": "Adult"} -{"uid": 22075699, "label": "Benign", "sublabel": "Arts"} -{"uid": 22014284, "label": "Adult", "sublabel": "Adult"} -{"uid": 22070542, "label": "Benign", "sublabel": "Games"} -{"uid": 22040149, "label": "Benign", "sublabel": "Arts"} -{"uid": 22101207, "label": "Privacy_policy", "sublabel": "Privacy_policy"} -{"uid": 22022604, "label": "Malicious", "sublabel": "Spam"} -{"uid": 21998788, "label": "Malicious", "sublabel": "Defacement"} -{"uid": 22041498, "label": "Benign", "sublabel": "Arts"} -{"uid": 22072890, "label": "Benign", "sublabel": "Science"} +{"uid": 22084230, "label": "Adult", "sublabel": "Adult"} +{"uid": 22075699, "label": "Benign", "sublabel": "Arts"} +{"uid": 22014284, "label": "Adult", "sublabel": "Adult"} +{"uid": 22070542, "label": "Benign", "sublabel": "Games"} +{"uid": 22040149, "label": "Benign", "sublabel": "Arts"} +{"uid": 22101207, "label": "Privacy_policy", "sublabel": "Privacy_policy"} +{"uid": 22022604, "label": "Malicious", "sublabel": "Spam"} +{"uid": 21998788, "label": "Malicious", "sublabel": "Defacement"} +{"uid": 22041498, "label": "Benign", "sublabel": "Arts"} +{"uid": 22072890, "label": "Benign", "sublabel": "Science"} diff --git a/ks-ORAKEL/.gitkeep b/ks-ORAKEL/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/ows-webinar25/README.md b/ows-webinar25/README.md index a08e262..c0910b3 100644 --- a/ows-webinar25/README.md +++ b/ows-webinar25/README.md @@ -1,14 +1,14 @@ -# Code for the OWS Webinar on Search Components: Development and Evaluation - -This repository contains the code for the OWS webinar on ["Search Components: Development and Evaluation"](https://openwebsearch.eu/community/trainings-webinars/) that was held by Maik Fröbe on 3 February 2025. - -The [slides](https://downloads.webis.de/talks/froebe2025a.pdf) are available as well as the [hands-on notebook](search-components-hands-on-notebook.ipynb). - -## Description - -Search engines use retrieval pipelines to create a list of search results shown to users. Those retrieval pipelines combine components that process queries (e.g., query expansion, performance prediction, etc.), documents (e.g., spam classification, document expansion/reduction, etc.), or query-document pairs (e.g., neural re-rankers) - -## Recording - -The webinar was recorded and the recording is [available online](https://openwebsearch.eu/community/trainings-webinars/). - +# Code for the OWS Webinar on Search Components: Development and Evaluation + +This repository contains the code for the OWS webinar on ["Search Components: Development and Evaluation"](https://openwebsearch.eu/community/trainings-webinars/) that was held by Maik Fröbe on 3 February 2025. + +The [slides](https://downloads.webis.de/talks/froebe2025a.pdf) are available as well as the [hands-on notebook](search-components-hands-on-notebook.ipynb). + +## Description + +Search engines use retrieval pipelines to create a list of search results shown to users. Those retrieval pipelines combine components that process queries (e.g., query expansion, performance prediction, etc.), documents (e.g., spam classification, document expansion/reduction, etc.), or query-document pairs (e.g., neural re-rankers) + +## Recording + +The webinar was recorded and the recording is [available online](https://openwebsearch.eu/community/trainings-webinars/). + diff --git a/ows-webinar25/search-components-hands-on-notebook.ipynb b/ows-webinar25/search-components-hands-on-notebook.ipynb index dca05a2..f6ac70f 100644 --- a/ows-webinar25/search-components-hands-on-notebook.ipynb +++ b/ows-webinar25/search-components-hands-on-notebook.ipynb @@ -1,937 +1,937 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Step 1: Install Dependencies\n", - "\n", - "We will use [TIREx](https://www.tira.io/tirex/components), an integration of [ir-datasets](https://ir-datasets.com/), [TIRA](https://www.tira.io/), and [PyTerrier](https://github.com/terrier-org/pyterrier) for fast experimentation.\n", - "\n" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "!pip3 install ir-datasets 'python-terrier==0.10.0' 'git+https://github.com/tira-io/tira.git@pyterrier-artifacts#egg=tira&subdirectory=python-client' 'git+https://github.com/webis-de/auto-ir-metadata@dev' 'git+https://github.com/mam10eks/autoqrels.git' 'git+https://github.com/OpenWebSearch/wows-code.git#egg=wows-eval&subdirectory=ecir25/wows-eval' --break-system-packages" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Step 2: Import Libraries\n", - "\n", - "We create an API client to interact with the TIRA platform (e.g., to load datasets and submit runs).\n" - ] - }, - { - "cell_type": "code", - "execution_count": 59, - "metadata": {}, - "outputs": [], - "source": [ - "from tira.third_party_integrations import ensure_pyterrier_is_loaded\n", - "from tira.rest_api_client import Client\n", - "\n", - "ensure_pyterrier_is_loaded()\n", - "import pyterrier as pt\n", - "tira = Client()" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "\n", - "## Step 2: Load the dataset\n", - "\n", - "We load a small teaching-oriented dataset by its ir_datasets ID from TIRA. The dataset is a subsample of MS MARCO.\n" - ] - }, - { - "cell_type": "code", - "execution_count": 4, - "metadata": {}, - "outputs": [], - "source": [ - "pt_dataset = pt.get_dataset('irds:ir-lab-wise-2024/subsampled-ms-marco-deep-learning-20241201-training')" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Step 3: Build an index\n", - "\n", - "We will then create an index from the documents in the dataset we just loaded.\n" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "ir-lab-wise-2024/subsampled-ms-marco-deep-learning-20241201-training documents: 38%|███▊ | 25706/68261 [00:03<00:04, 8580.47it/s]" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "09:44:51.646 [ForkJoinPool-2-worker-1] WARN org.terrier.structures.indexing.Indexer - Adding an empty document to the index (6114613) - further warnings are suppressed\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "ir-lab-wise-2024/subsampled-ms-marco-deep-learning-20241201-training documents: 100%|██████████| 68261/68261 [00:08<00:00, 7757.15it/s]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "09:44:59.055 [ForkJoinPool-2-worker-1] WARN org.terrier.structures.indexing.Indexer - Indexed 1 empty documents\n" - ] - } - ], - "source": [ - "indexer = pt.IterDictIndexer(\n", - " # Store the index in the `index` directory.\n", - " \"../data/index\",\n", - " meta={'docno': 50, 'text': 4096},\n", - " # If an index already exists there, then overwrite it.\n", - " overwrite=True,\n", - ")\n", - "index = indexer.index(pt_dataset.get_corpus_iter())" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Step 4: Look at Evaluation Data\n", - "\n", - "We reduce the topics to two information needs to make the evaluation a bit faster:\n", - "\n", - "- `who sings monk theme song`\n", - "- `what is the most popular food in switzerland`" - ] - }, - { - "cell_type": "code", - "execution_count": 28, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
qidquery
31051399who sings monk theme song
76833860what is the most popular food in switzerland
\n", - "
" - ], - "text/plain": [ - " qid query\n", - "3 1051399 who sings monk theme song\n", - "76 833860 what is the most popular food in switzerland" - ] - }, - "execution_count": 28, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "topics = pt_dataset.get_topics('title')\n", - "topics = topics[topics['query'].isin(('who sings monk theme song', 'what is the most popular food in switzerland'))]\n", - "\n", - "topics" - ] - }, - { - "cell_type": "code", - "execution_count": 29, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
qiddocnolabeliteration
279083386011514210
2791833860152440100
2792833860152440200
2793833860152440300
2794833860152440600
...............
102691051399881520500
102701051399881833000
10271105139990430410
10272105139990946300
10273105139990946400
\n", - "

239 rows × 4 columns

\n", - "
" - ], - "text/plain": [ - " qid docno label iteration\n", - "2790 833860 115142 1 0\n", - "2791 833860 1524401 0 0\n", - "2792 833860 1524402 0 0\n", - "2793 833860 1524403 0 0\n", - "2794 833860 1524406 0 0\n", - "... ... ... ... ...\n", - "10269 1051399 8815205 0 0\n", - "10270 1051399 8818330 0 0\n", - "10271 1051399 904304 1 0\n", - "10272 1051399 909463 0 0\n", - "10273 1051399 909464 0 0\n", - "\n", - "[239 rows x 4 columns]" - ] - }, - "execution_count": 29, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "qrels = pt_dataset.get_qrels()\n", - "qrels = qrels[qrels['qid'].isin(('1051399', '833860'))]\n", - "\n", - "qrels" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Step 5: Define the retrieval pipeline\n", - "\n", - "We will define a simple retrieval pipeline using just BM25 as a baseline. For details, refer to the PyTerrier [documentation](https://pyterrier.readthedocs.io/) or [tutorial](https://github.com/terrier-org/ecir2021tutorial)." - ] - }, - { - "cell_type": "code", - "execution_count": 128, - "metadata": {}, - "outputs": [], - "source": [ - "bm25 = pt.BatchRetrieve(index, wmodel=\"BM25\")\n", - "\n", - "query_expansion = pt.rewrite.RM3(index)\n" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Step 6: Evaluate the Retrieval System" - ] - }, - { - "cell_type": "code", - "execution_count": 129, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
nameP_10recall_100
0BM250.350.254545
\n", - "
" - ], - "text/plain": [ - " name P_10 recall_100\n", - "0 BM25 0.35 0.254545" - ] - }, - "execution_count": 129, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "pt.Experiment(\n", - " [bm25],\n", - " names=['BM25'],\n", - " topics=topics,\n", - " qrels=qrels,\n", - " eval_metrics=['P_10', 'recall_100']\n", - ")" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Step 7: Improve the Retrieval System\n", - "\n", - "Lets use large language models to try to improve the effectiveness of our retrieval system.\n", - "\n", - "One of the fundamental tasks that large language models might help with is to assess [if a document is relevant to a given query](https://downloads.webis.de/publications/papers/faggioli_2023b.pdf).\n", - "\n", - "![Relevance Assessments with an LLM](relevance-assessments.png \"relevance-assessments.png\")" - ] - }, - { - "cell_type": "code", - "execution_count": 137, - "metadata": {}, - "outputs": [], - "source": [ - "from wows_eval import evaluate as wows_evaluate\n", - "\n", - "from autoqrels.zeroshot import GradedMonoPrompt\n", - "from auto_ir_metadata import Environment\n", - "import pandas as pd\n", - "pd.set_option('display.max_colwidth', None)\n", - "\n", - "WOWS_DATASET_ID = 'wows-eval/pointwise-smoke-test-20250128-training'\n" - ] - }, - { - "cell_type": "code", - "execution_count": 46, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
idqueryunknown
032d23068-7440-4891-9958-42325f98a604who sings monk theme songThis is a reference to the minor controversy that brewed among Monk fans over the introduction of the new theme song It's A Jungle Out There written and performed by Randy Newman in the second season of Monk.
1cde83146-ac3e-4bc5-a959-f2006ac7b8dewho sings monk theme songWalker, Texas Ranger. Chuck Norris thought “Eyes of a Ranger” would be the perfect theme song for his new show Walker, Texas Ranger. He wanted his friend Randy Travis should sing it, but CBS had a different idea: The network suggested Norris sing the theme himself.
2cb7b20d0-def6-46c4-ae44-a78f00b47735who sings monk theme songHowever, as Brave 's soundtrack reveals, the movie is also noteworthy for being one of the studio's most musical films, especially for one not featuring music by Pixar's go-to songwriter Randy Newman.
\n", - "
" - ], - "text/plain": [ - " id query \\\n", - "0 32d23068-7440-4891-9958-42325f98a604 who sings monk theme song \n", - "1 cde83146-ac3e-4bc5-a959-f2006ac7b8de who sings monk theme song \n", - "2 cb7b20d0-def6-46c4-ae44-a78f00b47735 who sings monk theme song \n", - "\n", - " unknown \n", - "0 This is a reference to the minor controversy that brewed among Monk fans over the introduction of the new theme song It's A Jungle Out There written and performed by Randy Newman in the second season of Monk. \n", - "1 Walker, Texas Ranger. Chuck Norris thought “Eyes of a Ranger” would be the perfect theme song for his new show Walker, Texas Ranger. He wanted his friend Randy Travis should sing it, but CBS had a different idea: The network suggested Norris sing the theme himself. \n", - "2 However, as Brave 's soundtrack reveals, the movie is also noteworthy for being one of the studio's most musical films, especially for one not featuring music by Pixar's go-to songwriter Randy Newman. " - ] - }, - "execution_count": 46, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "input_data = tira.pd.inputs(WOWS_DATASET_ID)\n", - "input_data.head(3)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## How Do we solve this task?\n", - "\n", - "\n", - "\n", - "\n", - "### Step 1: Describe the task in the prompt:\n", - "\n", - "For instance:\n", - "\n", - "```\n", - "Instruction: Indicate if the passage answers the question.\n", - "```\n", - "\n", - "### Step 2: In Context Learning:\n", - "\n", - "Provide a few examples:\n", - "\n", - "```\n", - "###\n", - "Example 1:\n", - "Question: At what age kids start to read?\n", - "Passage: Most kids say 1–2 words by 15 months and 3 or more words by 18 months.\n", - "Answer: Not Relevant\n", - "```\n", - "\n", - "```\n", - "###\n", - "Example 2:\n", - "Question: What are the 5 P's of drawing?\n", - "Passage: The 5 P's of drawning are (1) Patience, (2) Positive feedback, (3) Perseverance, (4) Practicing, and (5) Passion.\n", - "Answer: Perfectly Relevant\n", - "```\n", - "\n", - "\n", - "### Step 3: Teamwork :)\n", - "\n", - "Please share your task descriptions and in-context-learning examples in the chat. We will combine and test them to evaluate your prompts.\n", - "\n", - "\n" - ] - }, - { - "cell_type": "code", - "execution_count": 47, - "metadata": {}, - "outputs": [], - "source": [ - "BACKBONE_MODEL = \"flan-t5-small\"\n", - "\n", - "PROMPT = \"\"\"Instruction: Indicate if the passage answers the question.\n", - "###\n", - "Example 1:\n", - "Question: At about what age do adults normally begin to lose bone mass?\n", - "Passage: For most people, bone mass peaks during the third decade of life. By this age, men typically have accumulated more bone mass than women. After this point, the amount of bone in the skeleton typically begins to decline slowly as removal of old bone exceeds formation of new bone.\n", - "Answer: Perfectly relevant\n", - "###\n", - "Example 2:\n", - "Question: when and where did the battle of manassas take place\n", - "Passage: Summary of the Battle of Bull Run. The conflict took place close to Manassas Junction, Virginia. Around 35,000 Union soldiers marched from Washing D.C. towards Bull Run (a small river) where a 20,000 troop Confederate force was stationed.\n", - "Answer: Irrelevant\n", - "###\n", - "###\n", - "Example 3:\n", - "Question: what is lbm in body composition\n", - "Passage: They also measured the participants body fat and clean body mass of muscle mass, obtained by subtracting the body fat weight from the total body weight.\n", - "Answer: Relevant\n", - "###\n", - "Example 4:\n", - "Question: {{ query_text }}\n", - "Passage: {{ unk_doc_text }}\n", - "Answer:\"\"\"" - ] - }, - { - "cell_type": "code", - "execution_count": 48, - "metadata": {}, - "outputs": [], - "source": [ - "flan_t5_small_assessor = GradedMonoPrompt(\n", - " backbone=f'google/{BACKBONE_MODEL}',\n", - " prompt=PROMPT,\n", - " dataset=None\n", - ")" - ] - }, - { - "cell_type": "code", - "execution_count": 49, - "metadata": {}, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - " 0%| | 0/2 [00:00\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
idqueryunknownprobability_relevant
032d23068-7440-4891-9958-42325f98a604who sings monk theme songThis is a reference to the minor controversy that brewed among Monk fans over the introduction of the new theme song It's A Jungle Out There written and performed by Randy Newman in the second season of Monk.0.263609
1cde83146-ac3e-4bc5-a959-f2006ac7b8dewho sings monk theme songWalker, Texas Ranger. Chuck Norris thought “Eyes of a Ranger” would be the perfect theme song for his new show Walker, Texas Ranger. He wanted his friend Randy Travis should sing it, but CBS had a different idea: The network suggested Norris sing the theme himself.0.240609
2cb7b20d0-def6-46c4-ae44-a78f00b47735who sings monk theme songHowever, as Brave 's soundtrack reveals, the movie is also noteworthy for being one of the studio's most musical films, especially for one not featuring music by Pixar's go-to songwriter Randy Newman.0.280311
\n", - "" - ], - "text/plain": [ - " id query \\\n", - "0 32d23068-7440-4891-9958-42325f98a604 who sings monk theme song \n", - "1 cde83146-ac3e-4bc5-a959-f2006ac7b8de who sings monk theme song \n", - "2 cb7b20d0-def6-46c4-ae44-a78f00b47735 who sings monk theme song \n", - "\n", - " unknown \\\n", - "0 This is a reference to the minor controversy that brewed among Monk fans over the introduction of the new theme song It's A Jungle Out There written and performed by Randy Newman in the second season of Monk. \n", - "1 Walker, Texas Ranger. Chuck Norris thought “Eyes of a Ranger” would be the perfect theme song for his new show Walker, Texas Ranger. He wanted his friend Randy Travis should sing it, but CBS had a different idea: The network suggested Norris sing the theme himself. \n", - "2 However, as Brave 's soundtrack reveals, the movie is also noteworthy for being one of the studio's most musical films, especially for one not featuring music by Pixar's go-to songwriter Randy Newman. \n", - "\n", - " probability_relevant \n", - "0 0.263609 \n", - "1 0.240609 \n", - "2 0.280311 " - ] - }, - "execution_count": 49, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "with Environment().measure() as tracked_experiment:\n", - " predictions = flan_t5_small_assessor.predict(input_data)\n", - "\n", - "predictions.head(3)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Run uploaded to TIRA. Claim ownership via: https://www.tira.io/claim-submission/a03c0610-e1fa-48fa-bb2e-1737742fb94a\n" - ] - }, - { - "data": { - "text/plain": [ - "{'tau_ap': 0.07944444444444437,\n", - " 'kendall': 0.29523809523809524,\n", - " 'spearman': 0.32500000000000007,\n", - " 'pearson': 0.32499999999999996}" - ] - }, - "execution_count": 140, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "wows_evaluate(\n", - " predictions,\n", - " WOWS_DATASET_ID,\n", - " upload=True,\n", - " system_name=f'auto-qrels-pointwise-{BACKBONE_MODEL}',\n", - " system_description=\"We use autoqrels [1] with a custom in-context learning prompt for pointwise relevance judgments.\\n\\n[1] - https://github.com/seanmacavaney/autoqrels\",\n", - " environment=tracked_experiment\n", - ")" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Step 8: Build a Chain of Search Components\n", - "\n", - "\n", - "Retrieval pipelines easily become complex.\n", - "Here, we use the most simple operator `>>` to chain components." - ] - }, - { - "cell_type": "code", - "execution_count": 95, - "metadata": {}, - "outputs": [], - "source": [ - "def llm_predictions_to_ranking(predictions):\n", - " ids = {i['id']: i.to_dict() for _, i in tira.pd.truths(WOWS_DATASET_ID).iterrows()}\n", - " ret = []\n", - " for _, i in predictions.iterrows():\n", - " qid, docno = ids[i['id']]['query_id'], ids[i['id']]['unknown_doc_id']\n", - " ret += [{'qid': qid, 'docno': docno, 'score': i['probability_relevant']}]\n", - "\n", - " return pt.Transformer.from_df(pd.DataFrame(ret))\n" - ] - }, - { - "cell_type": "code", - "execution_count": 130, - "metadata": {}, - "outputs": [], - "source": [ - "improved_pipeline = bm25 >> \\\n", - " llm_predictions_to_ranking(predictions) >> \\\n", - " query_expansion >> \\\n", - " bm25" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Step 9: Understand what the Pipelines Does" - ] - }, - { - "cell_type": "code", - "execution_count": 131, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "'who sings monk theme song'" - ] - }, - "execution_count": 131, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "bm25(topics)['query'].iloc[0]" - ] - }, - { - "cell_type": "code", - "execution_count": 132, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "'applypipeline:off theme^0.197192997 4^0.014035087 real^0.077192985 show^0.014035087 song^0.197192997 sing^0.155087724 search^0.014035087 lyric^0.028070174 monk^0.120000005 who^0.155087724 time^0.028070174'" - ] - }, - "execution_count": 132, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "improved_pipeline(topics)['query'].iloc[0]" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Step 10: Evaluate and Compare" - ] - }, - { - "cell_type": "code", - "execution_count": 133, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
nameP_10recall_100
0BM250.350.254545
1Improved0.450.268182
\n", - "
" - ], - "text/plain": [ - " name P_10 recall_100\n", - "0 BM25 0.35 0.254545\n", - "1 Improved 0.45 0.268182" - ] - }, - "execution_count": 133, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "pt.Experiment(\n", - " [bm25, improved_pipeline],\n", - " names=['BM25', 'Improved'],\n", - " topics=topics,\n", - " qrels=qrels,\n", - " eval_metrics=['P_10', 'recall_100']\n", - ")" - ] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Python 3", - "language": "python", - "name": "python3" - }, - "language_info": { - "codemirror_mode": { - "name": "ipython", - "version": 3 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.12.3" - } - }, - "nbformat": 4, - "nbformat_minor": 2 -} +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Step 1: Install Dependencies\n", + "\n", + "We will use [TIREx](https://www.tira.io/tirex/components), an integration of [ir-datasets](https://ir-datasets.com/), [TIRA](https://www.tira.io/), and [PyTerrier](https://github.com/terrier-org/pyterrier) for fast experimentation.\n", + "\n" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "!pip3 install ir-datasets 'python-terrier==0.10.0' 'git+https://github.com/tira-io/tira.git@pyterrier-artifacts#egg=tira&subdirectory=python-client' 'git+https://github.com/webis-de/auto-ir-metadata@dev' 'git+https://github.com/mam10eks/autoqrels.git' 'git+https://github.com/OpenWebSearch/wows-code.git#egg=wows-eval&subdirectory=ecir25/wows-eval' --break-system-packages" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Step 2: Import Libraries\n", + "\n", + "We create an API client to interact with the TIRA platform (e.g., to load datasets and submit runs).\n" + ] + }, + { + "cell_type": "code", + "execution_count": 59, + "metadata": {}, + "outputs": [], + "source": [ + "from tira.third_party_integrations import ensure_pyterrier_is_loaded\n", + "from tira.rest_api_client import Client\n", + "\n", + "ensure_pyterrier_is_loaded()\n", + "import pyterrier as pt\n", + "tira = Client()" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "\n", + "## Step 2: Load the dataset\n", + "\n", + "We load a small teaching-oriented dataset by its ir_datasets ID from TIRA. The dataset is a subsample of MS MARCO.\n" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "metadata": {}, + "outputs": [], + "source": [ + "pt_dataset = pt.get_dataset('irds:ir-lab-wise-2024/subsampled-ms-marco-deep-learning-20241201-training')" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Step 3: Build an index\n", + "\n", + "We will then create an index from the documents in the dataset we just loaded.\n" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "ir-lab-wise-2024/subsampled-ms-marco-deep-learning-20241201-training documents: 38%|███▊ | 25706/68261 [00:03<00:04, 8580.47it/s]" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "09:44:51.646 [ForkJoinPool-2-worker-1] WARN org.terrier.structures.indexing.Indexer - Adding an empty document to the index (6114613) - further warnings are suppressed\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "ir-lab-wise-2024/subsampled-ms-marco-deep-learning-20241201-training documents: 100%|██████████| 68261/68261 [00:08<00:00, 7757.15it/s]\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "09:44:59.055 [ForkJoinPool-2-worker-1] WARN org.terrier.structures.indexing.Indexer - Indexed 1 empty documents\n" + ] + } + ], + "source": [ + "indexer = pt.IterDictIndexer(\n", + " # Store the index in the `index` directory.\n", + " \"../data/index\",\n", + " meta={'docno': 50, 'text': 4096},\n", + " # If an index already exists there, then overwrite it.\n", + " overwrite=True,\n", + ")\n", + "index = indexer.index(pt_dataset.get_corpus_iter())" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Step 4: Look at Evaluation Data\n", + "\n", + "We reduce the topics to two information needs to make the evaluation a bit faster:\n", + "\n", + "- `who sings monk theme song`\n", + "- `what is the most popular food in switzerland`" + ] + }, + { + "cell_type": "code", + "execution_count": 28, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
qidquery
31051399who sings monk theme song
76833860what is the most popular food in switzerland
\n", + "
" + ], + "text/plain": [ + " qid query\n", + "3 1051399 who sings monk theme song\n", + "76 833860 what is the most popular food in switzerland" + ] + }, + "execution_count": 28, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "topics = pt_dataset.get_topics('title')\n", + "topics = topics[topics['query'].isin(('who sings monk theme song', 'what is the most popular food in switzerland'))]\n", + "\n", + "topics" + ] + }, + { + "cell_type": "code", + "execution_count": 29, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
qiddocnolabeliteration
279083386011514210
2791833860152440100
2792833860152440200
2793833860152440300
2794833860152440600
...............
102691051399881520500
102701051399881833000
10271105139990430410
10272105139990946300
10273105139990946400
\n", + "

239 rows × 4 columns

\n", + "
" + ], + "text/plain": [ + " qid docno label iteration\n", + "2790 833860 115142 1 0\n", + "2791 833860 1524401 0 0\n", + "2792 833860 1524402 0 0\n", + "2793 833860 1524403 0 0\n", + "2794 833860 1524406 0 0\n", + "... ... ... ... ...\n", + "10269 1051399 8815205 0 0\n", + "10270 1051399 8818330 0 0\n", + "10271 1051399 904304 1 0\n", + "10272 1051399 909463 0 0\n", + "10273 1051399 909464 0 0\n", + "\n", + "[239 rows x 4 columns]" + ] + }, + "execution_count": 29, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "qrels = pt_dataset.get_qrels()\n", + "qrels = qrels[qrels['qid'].isin(('1051399', '833860'))]\n", + "\n", + "qrels" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Step 5: Define the retrieval pipeline\n", + "\n", + "We will define a simple retrieval pipeline using just BM25 as a baseline. For details, refer to the PyTerrier [documentation](https://pyterrier.readthedocs.io/) or [tutorial](https://github.com/terrier-org/ecir2021tutorial)." + ] + }, + { + "cell_type": "code", + "execution_count": 128, + "metadata": {}, + "outputs": [], + "source": [ + "bm25 = pt.BatchRetrieve(index, wmodel=\"BM25\")\n", + "\n", + "query_expansion = pt.rewrite.RM3(index)\n" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Step 6: Evaluate the Retrieval System" + ] + }, + { + "cell_type": "code", + "execution_count": 129, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
nameP_10recall_100
0BM250.350.254545
\n", + "
" + ], + "text/plain": [ + " name P_10 recall_100\n", + "0 BM25 0.35 0.254545" + ] + }, + "execution_count": 129, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "pt.Experiment(\n", + " [bm25],\n", + " names=['BM25'],\n", + " topics=topics,\n", + " qrels=qrels,\n", + " eval_metrics=['P_10', 'recall_100']\n", + ")" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Step 7: Improve the Retrieval System\n", + "\n", + "Lets use large language models to try to improve the effectiveness of our retrieval system.\n", + "\n", + "One of the fundamental tasks that large language models might help with is to assess [if a document is relevant to a given query](https://downloads.webis.de/publications/papers/faggioli_2023b.pdf).\n", + "\n", + "![Relevance Assessments with an LLM](relevance-assessments.png \"relevance-assessments.png\")" + ] + }, + { + "cell_type": "code", + "execution_count": 137, + "metadata": {}, + "outputs": [], + "source": [ + "from wows_eval import evaluate as wows_evaluate\n", + "\n", + "from autoqrels.zeroshot import GradedMonoPrompt\n", + "from auto_ir_metadata import Environment\n", + "import pandas as pd\n", + "pd.set_option('display.max_colwidth', None)\n", + "\n", + "WOWS_DATASET_ID = 'wows-eval/pointwise-smoke-test-20250128-training'\n" + ] + }, + { + "cell_type": "code", + "execution_count": 46, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
idqueryunknown
032d23068-7440-4891-9958-42325f98a604who sings monk theme songThis is a reference to the minor controversy that brewed among Monk fans over the introduction of the new theme song It's A Jungle Out There written and performed by Randy Newman in the second season of Monk.
1cde83146-ac3e-4bc5-a959-f2006ac7b8dewho sings monk theme songWalker, Texas Ranger. Chuck Norris thought “Eyes of a Ranger” would be the perfect theme song for his new show Walker, Texas Ranger. He wanted his friend Randy Travis should sing it, but CBS had a different idea: The network suggested Norris sing the theme himself.
2cb7b20d0-def6-46c4-ae44-a78f00b47735who sings monk theme songHowever, as Brave 's soundtrack reveals, the movie is also noteworthy for being one of the studio's most musical films, especially for one not featuring music by Pixar's go-to songwriter Randy Newman.
\n", + "
" + ], + "text/plain": [ + " id query \\\n", + "0 32d23068-7440-4891-9958-42325f98a604 who sings monk theme song \n", + "1 cde83146-ac3e-4bc5-a959-f2006ac7b8de who sings monk theme song \n", + "2 cb7b20d0-def6-46c4-ae44-a78f00b47735 who sings monk theme song \n", + "\n", + " unknown \n", + "0 This is a reference to the minor controversy that brewed among Monk fans over the introduction of the new theme song It's A Jungle Out There written and performed by Randy Newman in the second season of Monk. \n", + "1 Walker, Texas Ranger. Chuck Norris thought “Eyes of a Ranger” would be the perfect theme song for his new show Walker, Texas Ranger. He wanted his friend Randy Travis should sing it, but CBS had a different idea: The network suggested Norris sing the theme himself. \n", + "2 However, as Brave 's soundtrack reveals, the movie is also noteworthy for being one of the studio's most musical films, especially for one not featuring music by Pixar's go-to songwriter Randy Newman. " + ] + }, + "execution_count": 46, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "input_data = tira.pd.inputs(WOWS_DATASET_ID)\n", + "input_data.head(3)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## How Do we solve this task?\n", + "\n", + "\n", + "\n", + "\n", + "### Step 1: Describe the task in the prompt:\n", + "\n", + "For instance:\n", + "\n", + "```\n", + "Instruction: Indicate if the passage answers the question.\n", + "```\n", + "\n", + "### Step 2: In Context Learning:\n", + "\n", + "Provide a few examples:\n", + "\n", + "```\n", + "###\n", + "Example 1:\n", + "Question: At what age kids start to read?\n", + "Passage: Most kids say 1–2 words by 15 months and 3 or more words by 18 months.\n", + "Answer: Not Relevant\n", + "```\n", + "\n", + "```\n", + "###\n", + "Example 2:\n", + "Question: What are the 5 P's of drawing?\n", + "Passage: The 5 P's of drawning are (1) Patience, (2) Positive feedback, (3) Perseverance, (4) Practicing, and (5) Passion.\n", + "Answer: Perfectly Relevant\n", + "```\n", + "\n", + "\n", + "### Step 3: Teamwork :)\n", + "\n", + "Please share your task descriptions and in-context-learning examples in the chat. We will combine and test them to evaluate your prompts.\n", + "\n", + "\n" + ] + }, + { + "cell_type": "code", + "execution_count": 47, + "metadata": {}, + "outputs": [], + "source": [ + "BACKBONE_MODEL = \"flan-t5-small\"\n", + "\n", + "PROMPT = \"\"\"Instruction: Indicate if the passage answers the question.\n", + "###\n", + "Example 1:\n", + "Question: At about what age do adults normally begin to lose bone mass?\n", + "Passage: For most people, bone mass peaks during the third decade of life. By this age, men typically have accumulated more bone mass than women. After this point, the amount of bone in the skeleton typically begins to decline slowly as removal of old bone exceeds formation of new bone.\n", + "Answer: Perfectly relevant\n", + "###\n", + "Example 2:\n", + "Question: when and where did the battle of manassas take place\n", + "Passage: Summary of the Battle of Bull Run. The conflict took place close to Manassas Junction, Virginia. Around 35,000 Union soldiers marched from Washing D.C. towards Bull Run (a small river) where a 20,000 troop Confederate force was stationed.\n", + "Answer: Irrelevant\n", + "###\n", + "###\n", + "Example 3:\n", + "Question: what is lbm in body composition\n", + "Passage: They also measured the participants body fat and clean body mass of muscle mass, obtained by subtracting the body fat weight from the total body weight.\n", + "Answer: Relevant\n", + "###\n", + "Example 4:\n", + "Question: {{ query_text }}\n", + "Passage: {{ unk_doc_text }}\n", + "Answer:\"\"\"" + ] + }, + { + "cell_type": "code", + "execution_count": 48, + "metadata": {}, + "outputs": [], + "source": [ + "flan_t5_small_assessor = GradedMonoPrompt(\n", + " backbone=f'google/{BACKBONE_MODEL}',\n", + " prompt=PROMPT,\n", + " dataset=None\n", + ")" + ] + }, + { + "cell_type": "code", + "execution_count": 49, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + " 0%| | 0/2 [00:00\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
idqueryunknownprobability_relevant
032d23068-7440-4891-9958-42325f98a604who sings monk theme songThis is a reference to the minor controversy that brewed among Monk fans over the introduction of the new theme song It's A Jungle Out There written and performed by Randy Newman in the second season of Monk.0.263609
1cde83146-ac3e-4bc5-a959-f2006ac7b8dewho sings monk theme songWalker, Texas Ranger. Chuck Norris thought “Eyes of a Ranger” would be the perfect theme song for his new show Walker, Texas Ranger. He wanted his friend Randy Travis should sing it, but CBS had a different idea: The network suggested Norris sing the theme himself.0.240609
2cb7b20d0-def6-46c4-ae44-a78f00b47735who sings monk theme songHowever, as Brave 's soundtrack reveals, the movie is also noteworthy for being one of the studio's most musical films, especially for one not featuring music by Pixar's go-to songwriter Randy Newman.0.280311
\n", + "" + ], + "text/plain": [ + " id query \\\n", + "0 32d23068-7440-4891-9958-42325f98a604 who sings monk theme song \n", + "1 cde83146-ac3e-4bc5-a959-f2006ac7b8de who sings monk theme song \n", + "2 cb7b20d0-def6-46c4-ae44-a78f00b47735 who sings monk theme song \n", + "\n", + " unknown \\\n", + "0 This is a reference to the minor controversy that brewed among Monk fans over the introduction of the new theme song It's A Jungle Out There written and performed by Randy Newman in the second season of Monk. \n", + "1 Walker, Texas Ranger. Chuck Norris thought “Eyes of a Ranger” would be the perfect theme song for his new show Walker, Texas Ranger. He wanted his friend Randy Travis should sing it, but CBS had a different idea: The network suggested Norris sing the theme himself. \n", + "2 However, as Brave 's soundtrack reveals, the movie is also noteworthy for being one of the studio's most musical films, especially for one not featuring music by Pixar's go-to songwriter Randy Newman. \n", + "\n", + " probability_relevant \n", + "0 0.263609 \n", + "1 0.240609 \n", + "2 0.280311 " + ] + }, + "execution_count": 49, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "with Environment().measure() as tracked_experiment:\n", + " predictions = flan_t5_small_assessor.predict(input_data)\n", + "\n", + "predictions.head(3)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Run uploaded to TIRA. Claim ownership via: https://www.tira.io/claim-submission/a03c0610-e1fa-48fa-bb2e-1737742fb94a\n" + ] + }, + { + "data": { + "text/plain": [ + "{'tau_ap': 0.07944444444444437,\n", + " 'kendall': 0.29523809523809524,\n", + " 'spearman': 0.32500000000000007,\n", + " 'pearson': 0.32499999999999996}" + ] + }, + "execution_count": 140, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "wows_evaluate(\n", + " predictions,\n", + " WOWS_DATASET_ID,\n", + " upload=True,\n", + " system_name=f'auto-qrels-pointwise-{BACKBONE_MODEL}',\n", + " system_description=\"We use autoqrels [1] with a custom in-context learning prompt for pointwise relevance judgments.\\n\\n[1] - https://github.com/seanmacavaney/autoqrels\",\n", + " environment=tracked_experiment\n", + ")" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Step 8: Build a Chain of Search Components\n", + "\n", + "\n", + "Retrieval pipelines easily become complex.\n", + "Here, we use the most simple operator `>>` to chain components." + ] + }, + { + "cell_type": "code", + "execution_count": 95, + "metadata": {}, + "outputs": [], + "source": [ + "def llm_predictions_to_ranking(predictions):\n", + " ids = {i['id']: i.to_dict() for _, i in tira.pd.truths(WOWS_DATASET_ID).iterrows()}\n", + " ret = []\n", + " for _, i in predictions.iterrows():\n", + " qid, docno = ids[i['id']]['query_id'], ids[i['id']]['unknown_doc_id']\n", + " ret += [{'qid': qid, 'docno': docno, 'score': i['probability_relevant']}]\n", + "\n", + " return pt.Transformer.from_df(pd.DataFrame(ret))\n" + ] + }, + { + "cell_type": "code", + "execution_count": 130, + "metadata": {}, + "outputs": [], + "source": [ + "improved_pipeline = bm25 >> \\\n", + " llm_predictions_to_ranking(predictions) >> \\\n", + " query_expansion >> \\\n", + " bm25" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Step 9: Understand what the Pipelines Does" + ] + }, + { + "cell_type": "code", + "execution_count": 131, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "'who sings monk theme song'" + ] + }, + "execution_count": 131, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "bm25(topics)['query'].iloc[0]" + ] + }, + { + "cell_type": "code", + "execution_count": 132, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "'applypipeline:off theme^0.197192997 4^0.014035087 real^0.077192985 show^0.014035087 song^0.197192997 sing^0.155087724 search^0.014035087 lyric^0.028070174 monk^0.120000005 who^0.155087724 time^0.028070174'" + ] + }, + "execution_count": 132, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "improved_pipeline(topics)['query'].iloc[0]" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Step 10: Evaluate and Compare" + ] + }, + { + "cell_type": "code", + "execution_count": 133, + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
nameP_10recall_100
0BM250.350.254545
1Improved0.450.268182
\n", + "
" + ], + "text/plain": [ + " name P_10 recall_100\n", + "0 BM25 0.35 0.254545\n", + "1 Improved 0.45 0.268182" + ] + }, + "execution_count": 133, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "pt.Experiment(\n", + " [bm25, improved_pipeline],\n", + " names=['BM25', 'Improved'],\n", + " topics=topics,\n", + " qrels=qrels,\n", + " eval_metrics=['P_10', 'recall_100']\n", + ")" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.12.3" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} From 36f1195ecd691b43a257382f9807cf408bd7d9fe Mon Sep 17 00:00:00 2001 From: Jonas Keller Date: Tue, 9 Dec 2025 08:59:17 +0100 Subject: [PATCH 2/5] feat: use LLM for query rewrite --- .../query-optimization.ipynb | 920 ++++++++++++++++++ 1 file changed, 920 insertions(+) create mode 100644 ecir26/template-new-approach/query-optimization.ipynb diff --git a/ecir26/template-new-approach/query-optimization.ipynb b/ecir26/template-new-approach/query-optimization.ipynb new file mode 100644 index 0000000..c29277a --- /dev/null +++ b/ecir26/template-new-approach/query-optimization.ipynb @@ -0,0 +1,920 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": null, + "id": "b1d445c1", + "metadata": {}, + "outputs": [], + "source": [ + "import os\n", + "from glob import glob\n", + "import pyterrier as pt\n", + "from tira.third_party_integrations import ensure_pyterrier_is_loaded\n", + "from transformers import pipeline\n", + "from pathlib import Path\n", + "import ir_datasets\n", + "import torch\n", + "from tqdm import tqdm" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "id": "748de81b", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Java started and loaded: pyterrier.java.colab, pyterrier.java, pyterrier.java.24, pyterrier.terrier.java [version=5.11 (build: craig.macdonald 2025-01-13 21:29), helper_version=0.0.8]\n" + ] + } + ], + "source": [ + "ensure_pyterrier_is_loaded()\n", + "ds_id = \"radboud-validation-20251114-training\"\n", + "dataset = pt.datasets.get_dataset(f\"irds:ir-lab-wise-2025/{ds_id}\")\n", + "topics = dataset.get_topics(\"title\")\n", + "qrels = dataset.get_qrels()" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "id": "86ae2048", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Loading existing index...\n", + "Index loaded: >\n" + ] + } + ], + "source": [ + "# Define where to store the index\n", + "index_path = \"./output/indexes/radboud-validation\"\n", + "abs_index_path = os.path.abspath(index_path)\n", + "\n", + "if not os.path.exists(abs_index_path + \"/data.properties\"):\n", + " print(\"Building index...\")\n", + " # Load the dataset directly to access documents\n", + " irds_ds = ir_datasets.load(f\"ir-lab-wise-2025/{ds_id}\")\n", + " \n", + " def doc_iter():\n", + " for doc in tqdm(irds_ds.docs_iter(), desc=\"Indexing\"):\n", + " yield {'docno': doc.doc_id, 'text': doc.default_text()}\n", + " \n", + " # Index the documents\n", + " indexer = pt.IterDictIndexer(abs_index_path, meta={'docno': 100})\n", + " index_ref = indexer.index(doc_iter())\n", + " index = pt.IndexFactory.of(index_ref)\n", + "else:\n", + " print(\"Loading existing index...\")\n", + " index = pt.IndexFactory.of(abs_index_path)\n", + "\n", + "print(f\"Index loaded: {index}\")" + ] + }, + { + "cell_type": "code", + "execution_count": 28, + "id": "c5f03edc", + "metadata": {}, + "outputs": [], + "source": [ + "BACKBONE_MODEL = \"flan-t5-small\"\n", + "\n", + "PROMPT = \"\"\"Instruction: Rewrite the user's search query to be optimal for a keyword-based search engine (BM25). Remove unnecessary words, fix typos, and add relevant technical context or synonyms to improve retrieval.\n", + "\n", + "###\n", + "Example 1:\n", + "Input: why is my internet so slow today\n", + "Output: slow internet connection speed troubleshooting causes\n", + "###\n", + "Example 2:\n", + "Input: python list reverse\n", + "Output: python list reverse method syntax documentation\n", + "###\n", + "Example 3:\n", + "Input: symptoms of flu vs covid\n", + "Output: flu covid-19 symptoms difference comparison chart\n", + "###\n", + "Example 4:\n", + "Input: best italian food nyc near central park\n", + "Output: best italian restaurants new york city central park manhattan reviews\n", + "###\n", + "Example 5:\n", + "Input: {{ query_text }}\n", + "Output:\"\"\"" + ] + }, + { + "cell_type": "code", + "execution_count": 24, + "id": "baa74eb8", + "metadata": {}, + "outputs": [], + "source": [ + "def optimize_query():\n", + " \"\"\"\n", + " Returns a PyTerrier transformer that rewrites the query using FLAN-T5.\n", + " \"\"\"\n", + " # Initialize the generation pipeline (device=-1 for CPU, 0 for GPU if available)\n", + " generator = pipeline(\"text2text-generation\", model=f\"google/{BACKBONE_MODEL}\", device=-1)\n", + "\n", + " def _rewrite_row(row):\n", + " input_text = PROMPT.replace(\"{{ query_text }}\", row['query'])\n", + " # Generate with specific parameters\n", + " results = generator(input_text, max_new_tokens=32, do_sample=False)\n", + " return results[0]['generated_text']\n", + "\n", + " return pt.apply.query(_rewrite_row)" + ] + }, + { + "cell_type": "code", + "execution_count": 25, + "id": "8070d43b", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Previewing query optimization:\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Device set to use cpu\n" + ] + }, + { + "data": { + "application/vnd.microsoft.datawrangler.viewer.v0+json": { + "columns": [ + { + "name": "index", + "rawType": "int64", + "type": "integer" + }, + { + "name": "qid", + "rawType": "object", + "type": "string" + }, + { + "name": "query_0", + "rawType": "object", + "type": "string" + }, + { + "name": "query", + "rawType": "object", + "type": "string" + } + ], + "ref": "9f872df4-3de2-4019-8b65-3c54391ed28a", + "rows": [ + [ + "0", + "3", + "split ergo keyboard", + "split ergo keyboard" + ], + [ + "1", + "4", + "metoo Hollywood", + "metoo california" + ], + [ + "2", + "7", + "gastritis symptoms", + "stomach pain signs ###" + ], + [ + "3", + "8", + "What is privacy by design(PbD)?", + "What is privacy by design (PbD)?" + ], + [ + "4", + "13", + "Impact of Exercise on Depression", + "Impact of Exercise on Depression" + ], + [ + "5", + "15", + "Autonomous car ethics in unavoidable accidents", + "autonomous car ethics in unavoidable accidents" + ], + [ + "6", + "16", + "mahler sixth symphony concert 2025", + "mahler sixth symphony concert 2025" + ], + [ + "7", + "18", + "Climate change effects on agriculture", + "climate change effects on agriculture" + ], + [ + "8", + "20", + "History of urban rooftop gardening in European cities", + "history of urban rooftop gardening in european cities" + ], + [ + "9", + "23", + "excel sum cells", + "excel sum formula function add ###" + ], + [ + "10", + "24", + "Iceland nature", + "Iceland nature is a country in the southeastern part of the world" + ], + [ + "11", + "31", + "decision trees", + "Result in decision trees" + ], + [ + "12", + "32", + "Hyperion Dan Simmons review", + "Hyperion Dan Simmons review" + ], + [ + "13", + "34", + "early detection of fake news", + "early detection of fake news" + ], + [ + "14", + "39", + "Renewable Energy Storage Solutions", + "bbc renewable energy storage solutions" + ], + [ + "15", + "42", + "Automatic Speech Recognition", + "Detecting automatic speech recognition" + ], + [ + "16", + "43", + "Gothic architecture", + "bbc architecture style history cathedrals ###" + ], + [ + "17", + "44", + "The impact of online gaming on the brain", + "The impact of online gaming on the brain" + ], + [ + "18", + "46", + "Impact of Social Media on Adolescent Mental Health", + "Impact of Social Media on Adolescent Mental Health" + ], + [ + "19", + "48", + "Hypnosis for sleep", + "hypnosis for sleep" + ], + [ + "20", + "52", + "Protein shake before or after workout", + "protein shake before or after workout" + ], + [ + "21", + "54", + "Solar panel recycling regularions", + "solar panel recycling regularions" + ], + [ + "22", + "58", + "Growth of esports industry", + "Growth of esports industry" + ], + [ + "23", + "60", + "What can dogs eat", + "What can dogs eat?" + ], + [ + "24", + "64", + "Average data scientist salary", + "average data scientist salary" + ], + [ + "25", + "68", + "drinking water purification methods", + "drinking water purification methods" + ], + [ + "26", + "69", + "the rings of power", + "the rings of power" + ], + [ + "27", + "74", + "Homeassistant setup", + "homeassistant setup" + ] + ], + "shape": { + "columns": 3, + "rows": 28 + } + }, + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
qidquery_0query
03split ergo keyboardsplit ergo keyboard
14metoo Hollywoodmetoo california
27gastritis symptomsstomach pain signs ###
38What is privacy by design(PbD)?What is privacy by design (PbD)?
413Impact of Exercise on DepressionImpact of Exercise on Depression
515Autonomous car ethics in unavoidable accidentsautonomous car ethics in unavoidable accidents
616mahler sixth symphony concert 2025mahler sixth symphony concert 2025
718Climate change effects on agricultureclimate change effects on agriculture
820History of urban rooftop gardening in European...history of urban rooftop gardening in european...
923excel sum cellsexcel sum formula function add ###
1024Iceland natureIceland nature is a country in the southeaster...
1131decision treesResult in decision trees
1232Hyperion Dan Simmons reviewHyperion Dan Simmons review
1334early detection of fake newsearly detection of fake news
1439Renewable Energy Storage Solutionsbbc renewable energy storage solutions
1542Automatic Speech RecognitionDetecting automatic speech recognition
1643Gothic architecturebbc architecture style history cathedrals ###
1744The impact of online gaming on the brainThe impact of online gaming on the brain
1846Impact of Social Media on Adolescent Mental He...Impact of Social Media on Adolescent Mental He...
1948Hypnosis for sleephypnosis for sleep
2052Protein shake before or after workoutprotein shake before or after workout
2154Solar panel recycling regularionssolar panel recycling regularions
2258Growth of esports industryGrowth of esports industry
2360What can dogs eatWhat can dogs eat?
2464Average data scientist salaryaverage data scientist salary
2568drinking water purification methodsdrinking water purification methods
2669the rings of powerthe rings of power
2774Homeassistant setuphomeassistant setup
\n", + "
" + ], + "text/plain": [ + " qid query_0 \\\n", + "0 3 split ergo keyboard \n", + "1 4 metoo Hollywood \n", + "2 7 gastritis symptoms \n", + "3 8 What is privacy by design(PbD)? \n", + "4 13 Impact of Exercise on Depression \n", + "5 15 Autonomous car ethics in unavoidable accidents \n", + "6 16 mahler sixth symphony concert 2025 \n", + "7 18 Climate change effects on agriculture \n", + "8 20 History of urban rooftop gardening in European... \n", + "9 23 excel sum cells \n", + "10 24 Iceland nature \n", + "11 31 decision trees \n", + "12 32 Hyperion Dan Simmons review \n", + "13 34 early detection of fake news \n", + "14 39 Renewable Energy Storage Solutions \n", + "15 42 Automatic Speech Recognition \n", + "16 43 Gothic architecture \n", + "17 44 The impact of online gaming on the brain \n", + "18 46 Impact of Social Media on Adolescent Mental He... \n", + "19 48 Hypnosis for sleep \n", + "20 52 Protein shake before or after workout \n", + "21 54 Solar panel recycling regularions \n", + "22 58 Growth of esports industry \n", + "23 60 What can dogs eat \n", + "24 64 Average data scientist salary \n", + "25 68 drinking water purification methods \n", + "26 69 the rings of power \n", + "27 74 Homeassistant setup \n", + "\n", + " query \n", + "0 split ergo keyboard \n", + "1 metoo california \n", + "2 stomach pain signs ### \n", + "3 What is privacy by design (PbD)? \n", + "4 Impact of Exercise on Depression \n", + "5 autonomous car ethics in unavoidable accidents \n", + "6 mahler sixth symphony concert 2025 \n", + "7 climate change effects on agriculture \n", + "8 history of urban rooftop gardening in european... \n", + "9 excel sum formula function add ### \n", + "10 Iceland nature is a country in the southeaster... \n", + "11 Result in decision trees \n", + "12 Hyperion Dan Simmons review \n", + "13 early detection of fake news \n", + "14 bbc renewable energy storage solutions \n", + "15 Detecting automatic speech recognition \n", + "16 bbc architecture style history cathedrals ### \n", + "17 The impact of online gaming on the brain \n", + "18 Impact of Social Media on Adolescent Mental He... \n", + "19 hypnosis for sleep \n", + "20 protein shake before or after workout \n", + "21 solar panel recycling regularions \n", + "22 Growth of esports industry \n", + "23 What can dogs eat? \n", + "24 average data scientist salary \n", + "25 drinking water purification methods \n", + "26 the rings of power \n", + "27 homeassistant setup " + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "# Preview the optimization on the first few topics\n", + "print(\"Previewing query optimization:\")\n", + "llm_pipeline = optimize_query()\n", + "preview = llm_pipeline.transform(topics.head(50))\n", + "display(preview)" + ] + }, + { + "cell_type": "code", + "execution_count": 29, + "id": "a2df4d03", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/tmp/ipykernel_15717/3392988863.py:2: DeprecationWarning: Call to deprecated class BatchRetrieve. (use pt.terrier.Retriever() instead) -- Deprecated since version 0.11.0.\n", + " bm25 = pt.BatchRetrieve(index, wmodel=\"BM25\")\n", + "Device set to use cpu\n" + ] + } + ], + "source": [ + "# Define the retrieval models\n", + "bm25 = pt.BatchRetrieve(index, wmodel=\"BM25\")\n", + "\n", + "# Create the pipeline: Rewrite -> Retrieve\n", + "retrieval_llm_pipeline = optimize_query() >> bm25" + ] + }, + { + "cell_type": "code", + "execution_count": 30, + "id": "b21e789f", + "metadata": {}, + "outputs": [ + { + "data": { + "application/vnd.microsoft.datawrangler.viewer.v0+json": { + "columns": [ + { + "name": "index", + "rawType": "int64", + "type": "integer" + }, + { + "name": "name", + "rawType": "object", + "type": "string" + }, + { + "name": "map", + "rawType": "float64", + "type": "float" + }, + { + "name": "P_10", + "rawType": "float64", + "type": "float" + }, + { + "name": "recall_100", + "rawType": "float64", + "type": "float" + }, + { + "name": "ndcg_cut_10", + "rawType": "float64", + "type": "float" + } + ], + "ref": "76c19be9-29ce-4c6d-96b6-a6c8f01ca75f", + "rows": [ + [ + "0", + "BM25", + "0.38139460838085837", + "0.43214285714285705", + "0.6811976005445962", + "0.45163465633411787" + ], + [ + "1", + "LLM_optimized_queries", + "0.3353493199195746", + "0.3642857142857142", + "0.632991385676515", + "0.39313849193720296" + ] + ], + "shape": { + "columns": 5, + "rows": 2 + } + }, + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
namemapP_10recall_100ndcg_cut_10
0BM250.3813950.4321430.6811980.451635
1LLM_optimized_queries0.3353490.3642860.6329910.393138
\n", + "
" + ], + "text/plain": [ + " name map P_10 recall_100 ndcg_cut_10\n", + "0 BM25 0.381395 0.432143 0.681198 0.451635\n", + "1 LLM_optimized_queries 0.335349 0.364286 0.632991 0.393138" + ] + }, + "execution_count": 30, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "pt.Experiment(\n", + " [bm25, retrieval_llm_pipeline],\n", + " names=['BM25', 'LLM_optimized_queries'],\n", + " topics=topics,\n", + " qrels=qrels,\n", + " eval_metrics=['ndcg_cut_10', 'P_10', 'recall_100', 'map']\n", + ")" + ] + }, + { + "cell_type": "code", + "execution_count": 18, + "id": "f2e59f2f", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "--- Starte: pyterrier-bm25-baseline ---\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Detected a hypervisor/virtualization technology. Some metrics might not be available due to configuration or availability of virtual hardware features.\n", + "\n", + "===== Processor information =====\n", + "Linux arch_perfmon flag : yes\n", + "Hybrid processor : no\n", + "IBRS and IBPB supported : yes\n", + "STIBP supported : yes\n", + "Spec arch caps supported : yes\n", + "Max CPUID level : 27\n", + "CPU model number : 140\n", + "PCM Error: can't open MSR handle for core 0 (No such file or directory)\n", + "Try no-MSR mode by setting env variable PCM_NO_MSR=1\n", + "Can not access CPUs Model Specific Registers (MSRs).\n", + "execute 'modprobe msr' as root user, then execute pcm as root user.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Gespeichert in: output/runs/radboud-validation-20251114-training/pyterrier-bm25-baseline/run.txt.gz\n", + "--- Starte: pyterrier-flan-t5-bm25 ---\n", + "Gespeichert in: output/runs/radboud-validation-20251114-training/pyterrier-flan-t5-bm25/run.txt.gz\n" + ] + } + ], + "source": [ + "from tirex_tracker import tracking, ExportFormat\n", + "\n", + "# Output Basis-Pfad\n", + "output = Path(\"./output\")\n", + "\n", + "def run_tira_experiment(pipeline, pipeline_name, dataset_id, topics, description):\n", + " \"\"\"\n", + " Führt eine Pipeline aus und speichert sie exakt mit dem TIRA tracking context manager.\n", + " \"\"\"\n", + " # 1. Pfade definieren (Exakt wie in deinem Snippet)\n", + " target_dir = output / \"runs\" / dataset_id / pipeline_name\n", + " target_file = target_dir / \"run.txt.gz\"\n", + "\n", + " if target_file.exists():\n", + " print(f\"Run existiert bereits: {target_dir}\")\n", + " return\n", + "\n", + " # Ordner erstellen\n", + " target_dir.mkdir(parents=True, exist_ok=True)\n", + "\n", + " print(f\"--- Starte: {pipeline_name} ---\")\n", + "\n", + " # 2. Der entscheidende Teil: Nutzung von tracking() für die metadata.yml\n", + " # Dies garantiert, dass die Daten exakt so gespeichert werden, wie TIRA es erwartet.\n", + " with tracking(\n", + " export_file_path=target_dir / \"retrieval-metadata.yml\", \n", + " export_format=ExportFormat.IR_METADATA, \n", + " system_description=description, \n", + " system_name=pipeline_name\n", + " ):\n", + " # Hier führen wir die vorher definierte Pipeline aus\n", + " run = pipeline.transform(topics)\n", + "\n", + " # 3. Ergebnis speichern\n", + " pt.io.write_results(run, str(target_file))\n", + " print(f\"Gespeichert in: {target_file}\")\n", + "\n", + "# --- Ausführung ---\n", + "\n", + "# 1. Speichere die BM25 Baseline\n", + "run_tira_experiment(\n", + " pipeline=bm25,\n", + " pipeline_name=\"pyterrier-bm25-baseline\",\n", + " dataset_id=ds_id,\n", + " topics=topics,\n", + " description=\"Standard BM25 retrieval without query expansion.\"\n", + ")\n", + "\n", + "# 2. Speichere die LLM Pipeline\n", + "run_tira_experiment(\n", + " pipeline=retrieval_llm_pipeline,\n", + " pipeline_name=\"pyterrier-flan-t5-bm25\",\n", + " dataset_id=ds_id,\n", + " topics=topics,\n", + " description=\"Query rewriting using FLAN-T5-small followed by BM25.\"\n", + ")" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "39fb720c", + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": ".venv", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.10.12" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} From 497ecd438ed1678f9a7f55ad95a5a3effd10025d Mon Sep 17 00:00:00 2001 From: Sebko276 Date: Thu, 11 Dec 2025 18:54:50 +0100 Subject: [PATCH 3/5] added-orakel-02 --- ecir26/ks-orakel-02/.devcontainer.json | 17 +++ ecir26/ks-orakel-02/.gitignore | 2 + ecir26/ks-orakel-02/Dockerfile | 7 + ecir26/ks-orakel-02/Dockerfile.dev | 12 ++ ecir26/ks-orakel-02/README.md | 64 +++++++++ ecir26/ks-orakel-02/analysis.ipynb | 191 +++++++++++++++++++++++++ ecir26/ks-orakel-02/requirements.txt | 5 + ecir26/ks-orakel-02/retrieve.py | 77 ++++++++++ 8 files changed, 375 insertions(+) create mode 100644 ecir26/ks-orakel-02/.devcontainer.json create mode 100644 ecir26/ks-orakel-02/.gitignore create mode 100644 ecir26/ks-orakel-02/Dockerfile create mode 100644 ecir26/ks-orakel-02/Dockerfile.dev create mode 100644 ecir26/ks-orakel-02/README.md create mode 100644 ecir26/ks-orakel-02/analysis.ipynb create mode 100644 ecir26/ks-orakel-02/requirements.txt create mode 100644 ecir26/ks-orakel-02/retrieve.py diff --git a/ecir26/ks-orakel-02/.devcontainer.json b/ecir26/ks-orakel-02/.devcontainer.json new file mode 100644 index 0000000..c4699ca --- /dev/null +++ b/ecir26/ks-orakel-02/.devcontainer.json @@ -0,0 +1,17 @@ +{ + "dockerFile": "Dockerfile", + "customizations": { + "vscode": { + "extensions": [ + "ms-python.python", + "ms-python.vscode-pylance", + "ms-toolsai.jupyter", + "ms-toolsai.datawrangler", + "ms-azuretools.vscode-docker" + ] + } + }, + "runArgs": [ + "--network=host", "--privileged" + ] +} diff --git a/ecir26/ks-orakel-02/.gitignore b/ecir26/ks-orakel-02/.gitignore new file mode 100644 index 0000000..b77bbb3 --- /dev/null +++ b/ecir26/ks-orakel-02/.gitignore @@ -0,0 +1,2 @@ +indexes +runs diff --git a/ecir26/ks-orakel-02/Dockerfile b/ecir26/ks-orakel-02/Dockerfile new file mode 100644 index 0000000..7ec6ad1 --- /dev/null +++ b/ecir26/ks-orakel-02/Dockerfile @@ -0,0 +1,7 @@ +# the repo already contains everything pre-installed. In case you want to modify something, you can still do this below +# The base image is build from https://github.com/OpenWebSearch/wows-code/blob/main/ecir26/template-new-approach/Dockerfile.dev +FROM ghcr.io/openwebsearch/wows-code/ecir-2026-pyterrier:latest + +ADD requirements.txt /tmp/requirements.txt + +RUN pip3 install -r /tmp/requirements.txt diff --git a/ecir26/ks-orakel-02/Dockerfile.dev b/ecir26/ks-orakel-02/Dockerfile.dev new file mode 100644 index 0000000..bf0656f --- /dev/null +++ b/ecir26/ks-orakel-02/Dockerfile.dev @@ -0,0 +1,12 @@ +# docker build -f Dockerfile.dev -t ghcr.io/openwebsearch/wows-code/ecir-2026-pyterrier:latest . +FROM ubuntu:jammy + + +RUN apt-get update \ + && apt-get install -y git openjdk-11-jdk python3 python3-pip + +ADD requirements.txt /tmp/requirements.txt + +RUN pip3 install -r /tmp/requirements.txt \ + && python3 -c 'from tira.third_party_integrations import ensure_pyterrier_is_loaded; ensure_pyterrier_is_loaded(patch_ir_datasets=True, is_offline=False)' + diff --git a/ecir26/ks-orakel-02/README.md b/ecir26/ks-orakel-02/README.md new file mode 100644 index 0000000..73a91ea --- /dev/null +++ b/ecir26/ks-orakel-02/README.md @@ -0,0 +1,64 @@ +# An Artifact-Free Approach + + +Get an overview of all possibilities to execute this baseline via: + +``` +./retrieve.py --help +``` + +This should yield an output like: + +``` +Usage: retrieve.py [OPTIONS] + +Options: + --dataset [radboud-validation-20251114-training|spot-check-20251122-training] + The dataset. [required] + --output PATH The output directory. [required] + --retrieval-model TEXT The retrieval model. + --text-field-to-retrieve [default|title|description] + The text field of the index on which to + retrieve. + --help Show this message and exit. +``` + +## Upload some run via: + +``` +tira-cli upload --directory DIRECTORY-WITH-RUN +``` + +## Run All Variants + +We run retrieval via: + +``` +./retrieve.py --dataset DATASET-ID --output output --retrieval-model BM25 --text-field-to-retrieve default +./retrieve.py --dataset DATASET-ID --output output --retrieval-model PL2 --text-field-to-retrieve default +./retrieve.py --dataset DATASET-ID --output output --retrieval-model DirichletLM --text-field-to-retrieve default + +./retrieve.py --dataset DATASET-ID --output output --retrieval-model BM25 --text-field-to-retrieve title +./retrieve.py --dataset DATASET-ID --output output --retrieval-model PL2 --text-field-to-retrieve title +./retrieve.py --dataset DATASET-ID --output output --retrieval-model DirichletLM --text-field-to-retrieve title + +./retrieve.py --dataset DATASET-ID --output output --retrieval-model BM25 --text-field-to-retrieve description +./retrieve.py --dataset DATASET-ID --output output --retrieval-model PL2 --text-field-to-retrieve description +./retrieve.py --dataset DATASET-ID --output output --retrieval-model DirichletLM --text-field-to-retrieve description +``` +For each run, a directory is created at `output/runs/DATASET-ID`, which includes a `run.txt.gz` file. +After these files are generated, further investigate them by running the `analysis.ipynb` notebook. + +## Indexing + +Submit the indexing as code submission to tira + +``` +tira-cli code-submission \ + --path . \ + --task ir-lab-wise-2025 \ + --tira-vm-id ows \ + --dataset spot-check-20251122-training \ + --command '/index.py --dataset $inputDataset --output $outputDir/index --text-field default_text' \ + --dry-run +``` diff --git a/ecir26/ks-orakel-02/analysis.ipynb b/ecir26/ks-orakel-02/analysis.ipynb new file mode 100644 index 0000000..fd27ca9 --- /dev/null +++ b/ecir26/ks-orakel-02/analysis.ipynb @@ -0,0 +1,191 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 5, + "id": "c5266eee", + "metadata": {}, + "outputs": [], + "source": [ + "from glob import glob\n", + "import pyterrier as pt\n", + "from tira.third_party_integrations import ensure_pyterrier_is_loaded" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "id": "4536052c", + "metadata": {}, + "outputs": [], + "source": [ + "ensure_pyterrier_is_loaded()\n", + "ds_id = \"radboud-validation-20251114-training\"\n", + "dataset = pt.datasets.get_dataset(f\"irds:ir-lab-wise-2025/{ds_id}\")\n", + "topics = dataset.get_topics(\"title\")\n", + "qrels = dataset.get_qrels()" + ] + }, + { + "cell_type": "code", + "execution_count": 7, + "id": "3d15d8a4", + "metadata": {}, + "outputs": [], + "source": [ + "runs = {}\n", + "\n", + "for run_name in glob(f'output/runs/{ds_id}/*/run.txt.gz'):\n", + " runs[run_name.split('/')[-2]] = pt.io.read_results(run_name)" + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "id": "78acfa9a", + "metadata": {}, + "outputs": [ + { + "data": { + "application/vnd.microsoft.datawrangler.viewer.v0+json": { + "columns": [ + { + "name": "index", + "rawType": "int64", + "type": "integer" + }, + { + "name": "name", + "rawType": "object", + "type": "string" + }, + { + "name": "recip_rank", + "rawType": "float64", + "type": "float" + }, + { + "name": "P_10", + "rawType": "float64", + "type": "float" + }, + { + "name": "recall.1000", + "rawType": "float64", + "type": "float" + }, + { + "name": "ndcg_cut.2", + "rawType": "float64", + "type": "float" + }, + { + "name": "ndcg_cut.10", + "rawType": "float64", + "type": "float" + } + ], + "ref": "fa14c9c0-0485-4e3f-96d9-5624b9453e35", + "rows": [ + [ + "0", + "pyterrier-bm25-with-monoT5-Reranking-on-default_text", + "0.8166666666666665", + "0.475", + "0.5457338417920098", + "0.48656606535342556", + "0.5131372275182859" + ] + ], + "shape": { + "columns": 6, + "rows": 1 + } + }, + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
namerecip_rankP_10recall.1000ndcg_cut.2ndcg_cut.10
0pyterrier-bm25-with-monoT5-Reranking-on-defaul...0.8166670.4750.5457340.4865660.513137
\n", + "
" + ], + "text/plain": [ + " name recip_rank P_10 \\\n", + "0 pyterrier-bm25-with-monoT5-Reranking-on-defaul... 0.816667 0.475 \n", + "\n", + " recall.1000 ndcg_cut.2 ndcg_cut.10 \n", + "0 0.545734 0.486566 0.513137 " + ] + }, + "execution_count": 8, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "pt.Experiment(\n", + " list(runs.values()),\n", + " topics,\n", + " qrels,\n", + " [\"ndcg_cut.10\", \"ndcg_cut.2\", \"recip_rank\", \"recall.1000\", \"P_10\"],\n", + " list(runs.keys())\n", + ")" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.10.12" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/ecir26/ks-orakel-02/requirements.txt b/ecir26/ks-orakel-02/requirements.txt new file mode 100644 index 0000000..958f0ed --- /dev/null +++ b/ecir26/ks-orakel-02/requirements.txt @@ -0,0 +1,5 @@ +python-terrier +tira>=0.0.188 +ir_datasets +tirex-tracker==0.2.15 +click diff --git a/ecir26/ks-orakel-02/retrieve.py b/ecir26/ks-orakel-02/retrieve.py new file mode 100644 index 0000000..2685a48 --- /dev/null +++ b/ecir26/ks-orakel-02/retrieve.py @@ -0,0 +1,77 @@ +#!/usr/bin/env python3 +import click +import pyterrier as pt +from pathlib import Path +from tirex_tracker import tracking, ExportFormat +from tira.third_party_integrations import ir_datasets, ensure_pyterrier_is_loaded +from tqdm import tqdm +import re +from pyterrier_t5 import MonoT5ReRanker + + +def clean_query(q): + q = re.sub(r"[^\w\s]", " ", q) + return q + +def extract_text_of_document(doc, field): + if field == "default_text": + return doc.default_text() + elif field == "title": + return doc.title + elif field == "description": + return doc.description + + +def get_index(dataset, field, output_path): + index_dir = output_path / "indexes" / f"{dataset}-on-{field}2" + if not index_dir.is_dir(): + print("Build new index") + docs = [] + dataset = ir_datasets.load(f"ir-lab-wise-2025/{dataset}") + + for doc in tqdm(dataset.docs_iter(), "Pre-Process Documents"): + docs.append({"docno": doc.doc_id, "text": extract_text_of_document(doc, field)}) + + with tracking(export_file_path=index_dir / "index-metadata.yml", export_format=ExportFormat.IR_METADATA): + pt.IterDictIndexer(str(index_dir.absolute()), meta={'docno' : 100, 'text': 200000}, verbose=True).index(docs) + + return pt.IndexFactory.of(str(index_dir.absolute())) + + +def run_retrieval(output, index, dataset, text_field_to_retrieve): + tag = f"pyterrier-bm25-with-monoT5-Reranking-on-{text_field_to_retrieve}" + target_dir = output / "runs" / dataset / tag + target_file = target_dir / "run.txt.gz" + + if target_file.exists(): + return + + topics = pt.datasets.get_dataset(f"irds:ir-lab-wise-2025/{dataset}").get_topics("title") + topics["query"] = topics["query"].apply(clean_query) + + bm25_1st = pt.terrier.Retriever(index, wmodel="BM25", controls={"bm25.b" : 0.9, "bm25.k_1": 2, "bm25.k_3": 0.5}) + bm25 = pt.terrier.Retriever(index, wmodel="BM25") + monoT5 = MonoT5ReRanker() + + res = bm25 % 40 >> pt.text.get_text(index, "text") >> monoT5 + + description = f"This is a PyTerrier retriever using the retrieval model bm25 retrieving on the {text_field_to_retrieve} text representation of the documents. The top 40 results are reranked with the monoT5ReRanker." + + with tracking(export_file_path=target_dir / "retrieval-metadata.yml", export_format=ExportFormat.IR_METADATA, system_description=description, system_name=tag): + run = res(topics) + + pt.io.write_results(run, target_file) + +@click.command() +@click.option("--dataset", type=click.Choice(["radboud-validation-20251114-training", "spot-check-20251122-training"]), required=True, help="The dataset.") +@click.option("--output", type=Path, required=False, default=Path("output"), help="The output directory.") +@click.option("--text-field-to-retrieve", type=click.Choice(["default_text", "title", "description"]), required=False, default="default_text", help="The text field of the documents on which to retrieve.") +def main(dataset, text_field_to_retrieve, output): + ensure_pyterrier_is_loaded(is_offline=False) + + index = get_index(dataset, text_field_to_retrieve, output) + run_retrieval(output, index, dataset, text_field_to_retrieve) + + +if __name__ == '__main__': + main() \ No newline at end of file From 19bec427382d44cb004bd596d65e335260e9b07c Mon Sep 17 00:00:00 2001 From: Jonas Keller Date: Fri, 12 Dec 2025 19:19:38 +0100 Subject: [PATCH 4/5] feat: add approach rewrite and rerank --- ks-ORAKEL-01/.devcontainer.json | 17 + ks-ORAKEL-01/.gitignore | 2 + ks-ORAKEL-01/Dockerfile | 7 + ks-ORAKEL-01/Dockerfile.dev | 12 + ks-ORAKEL-01/README.md | 64 ++ ks-ORAKEL-01/query-optimization.ipynb | 1216 +++++++++++++++++++++++++ ks-ORAKEL-01/requirements.txt | 9 + ks-ORAKEL/.gitkeep | 0 8 files changed, 1327 insertions(+) create mode 100644 ks-ORAKEL-01/.devcontainer.json create mode 100644 ks-ORAKEL-01/.gitignore create mode 100644 ks-ORAKEL-01/Dockerfile create mode 100644 ks-ORAKEL-01/Dockerfile.dev create mode 100644 ks-ORAKEL-01/README.md create mode 100644 ks-ORAKEL-01/query-optimization.ipynb create mode 100644 ks-ORAKEL-01/requirements.txt delete mode 100644 ks-ORAKEL/.gitkeep diff --git a/ks-ORAKEL-01/.devcontainer.json b/ks-ORAKEL-01/.devcontainer.json new file mode 100644 index 0000000..c4699ca --- /dev/null +++ b/ks-ORAKEL-01/.devcontainer.json @@ -0,0 +1,17 @@ +{ + "dockerFile": "Dockerfile", + "customizations": { + "vscode": { + "extensions": [ + "ms-python.python", + "ms-python.vscode-pylance", + "ms-toolsai.jupyter", + "ms-toolsai.datawrangler", + "ms-azuretools.vscode-docker" + ] + } + }, + "runArgs": [ + "--network=host", "--privileged" + ] +} diff --git a/ks-ORAKEL-01/.gitignore b/ks-ORAKEL-01/.gitignore new file mode 100644 index 0000000..b77bbb3 --- /dev/null +++ b/ks-ORAKEL-01/.gitignore @@ -0,0 +1,2 @@ +indexes +runs diff --git a/ks-ORAKEL-01/Dockerfile b/ks-ORAKEL-01/Dockerfile new file mode 100644 index 0000000..7ec6ad1 --- /dev/null +++ b/ks-ORAKEL-01/Dockerfile @@ -0,0 +1,7 @@ +# the repo already contains everything pre-installed. In case you want to modify something, you can still do this below +# The base image is build from https://github.com/OpenWebSearch/wows-code/blob/main/ecir26/template-new-approach/Dockerfile.dev +FROM ghcr.io/openwebsearch/wows-code/ecir-2026-pyterrier:latest + +ADD requirements.txt /tmp/requirements.txt + +RUN pip3 install -r /tmp/requirements.txt diff --git a/ks-ORAKEL-01/Dockerfile.dev b/ks-ORAKEL-01/Dockerfile.dev new file mode 100644 index 0000000..bf0656f --- /dev/null +++ b/ks-ORAKEL-01/Dockerfile.dev @@ -0,0 +1,12 @@ +# docker build -f Dockerfile.dev -t ghcr.io/openwebsearch/wows-code/ecir-2026-pyterrier:latest . +FROM ubuntu:jammy + + +RUN apt-get update \ + && apt-get install -y git openjdk-11-jdk python3 python3-pip + +ADD requirements.txt /tmp/requirements.txt + +RUN pip3 install -r /tmp/requirements.txt \ + && python3 -c 'from tira.third_party_integrations import ensure_pyterrier_is_loaded; ensure_pyterrier_is_loaded(patch_ir_datasets=True, is_offline=False)' + diff --git a/ks-ORAKEL-01/README.md b/ks-ORAKEL-01/README.md new file mode 100644 index 0000000..73a91ea --- /dev/null +++ b/ks-ORAKEL-01/README.md @@ -0,0 +1,64 @@ +# An Artifact-Free Approach + + +Get an overview of all possibilities to execute this baseline via: + +``` +./retrieve.py --help +``` + +This should yield an output like: + +``` +Usage: retrieve.py [OPTIONS] + +Options: + --dataset [radboud-validation-20251114-training|spot-check-20251122-training] + The dataset. [required] + --output PATH The output directory. [required] + --retrieval-model TEXT The retrieval model. + --text-field-to-retrieve [default|title|description] + The text field of the index on which to + retrieve. + --help Show this message and exit. +``` + +## Upload some run via: + +``` +tira-cli upload --directory DIRECTORY-WITH-RUN +``` + +## Run All Variants + +We run retrieval via: + +``` +./retrieve.py --dataset DATASET-ID --output output --retrieval-model BM25 --text-field-to-retrieve default +./retrieve.py --dataset DATASET-ID --output output --retrieval-model PL2 --text-field-to-retrieve default +./retrieve.py --dataset DATASET-ID --output output --retrieval-model DirichletLM --text-field-to-retrieve default + +./retrieve.py --dataset DATASET-ID --output output --retrieval-model BM25 --text-field-to-retrieve title +./retrieve.py --dataset DATASET-ID --output output --retrieval-model PL2 --text-field-to-retrieve title +./retrieve.py --dataset DATASET-ID --output output --retrieval-model DirichletLM --text-field-to-retrieve title + +./retrieve.py --dataset DATASET-ID --output output --retrieval-model BM25 --text-field-to-retrieve description +./retrieve.py --dataset DATASET-ID --output output --retrieval-model PL2 --text-field-to-retrieve description +./retrieve.py --dataset DATASET-ID --output output --retrieval-model DirichletLM --text-field-to-retrieve description +``` +For each run, a directory is created at `output/runs/DATASET-ID`, which includes a `run.txt.gz` file. +After these files are generated, further investigate them by running the `analysis.ipynb` notebook. + +## Indexing + +Submit the indexing as code submission to tira + +``` +tira-cli code-submission \ + --path . \ + --task ir-lab-wise-2025 \ + --tira-vm-id ows \ + --dataset spot-check-20251122-training \ + --command '/index.py --dataset $inputDataset --output $outputDir/index --text-field default_text' \ + --dry-run +``` diff --git a/ks-ORAKEL-01/query-optimization.ipynb b/ks-ORAKEL-01/query-optimization.ipynb new file mode 100644 index 0000000..5b293da --- /dev/null +++ b/ks-ORAKEL-01/query-optimization.ipynb @@ -0,0 +1,1216 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 1, + "id": "b1d445c1", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/workspaces/wows-code/ks-ORAKEL-01/.venv/lib/python3.10/site-packages/tqdm/auto.py:21: TqdmWarning: IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html\n", + " from .autonotebook import tqdm as notebook_tqdm\n" + ] + } + ], + "source": [ + "import os\n", + "import pyterrier as pt\n", + "from tira.third_party_integrations import ensure_pyterrier_is_loaded\n", + "from transformers import pipeline\n", + "from pathlib import Path\n", + "import ir_datasets\n", + "import torch\n", + "from tqdm import tqdm" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "id": "748de81b", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Java started and loaded: pyterrier.java.colab, pyterrier.java, pyterrier.java.24, pyterrier.terrier.java [version=5.11 (build: craig.macdonald 2025-01-13 21:29), helper_version=0.0.8]\n", + "Download: 4.30MiB [00:01, 4.29MiB/s]\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Download finished. Extract...\n", + "Extraction finished: /root/.tira/extracted_datasets/ir-lab-wise-2025/radboud-validation-20251114-training/\n" + ] + } + ], + "source": [ + "ensure_pyterrier_is_loaded()\n", + "ds_id = \"radboud-validation-20251114-training\"\n", + "dataset = pt.datasets.get_dataset(f\"irds:ir-lab-wise-2025/{ds_id}\")\n", + "topics = dataset.get_topics(\"title\")\n", + "qrels = dataset.get_qrels()" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "id": "86ae2048", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Building index...\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Download: 383MiB [01:12, 5.53MiB/s]\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Download finished. Extract...\n", + "Extraction finished: /root/.tira/extracted_datasets/ir-lab-wise-2025/radboud-validation-20251114-training/\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Indexing: 16763it [02:38, 237.73it/s]" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "17:41:19.331 [ForkJoinPool-1-worker-3] WARN org.terrier.structures.indexing.Indexer -- Adding an empty document to the index (85024af06d66c78f9b6f9d02d888ed0dfd20edd9389d326f0635995d32dec9d9) - further warnings are suppressed\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Indexing: 63621it [06:47, 156.05it/s]\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "17:46:19.116 [ForkJoinPool-1-worker-3] WARN org.terrier.structures.indexing.Indexer -- Indexed 2 empty documents\n", + "Index loaded: >\n" + ] + } + ], + "source": [ + "index_path = \"./output/indexes/radboud-validation\"\n", + "abs_index_path = os.path.abspath(index_path)\n", + "\n", + "if not os.path.exists(abs_index_path + \"/data.properties\"):\n", + " print(\"Building index...\")\n", + " irds_ds = ir_datasets.load(f\"ir-lab-wise-2025/{ds_id}\")\n", + " \n", + " def doc_iter():\n", + " for doc in tqdm(irds_ds.docs_iter(), desc=\"Indexing\"):\n", + " yield {'docno': doc.doc_id, 'text': doc.default_text()}\n", + " \n", + " indexer = pt.IterDictIndexer(abs_index_path, meta={'docno': 100})\n", + " index_ref = indexer.index(doc_iter())\n", + " index = pt.IndexFactory.of(index_ref)\n", + "else:\n", + " print(\"Loading existing index...\")\n", + " index = pt.IndexFactory.of(abs_index_path)\n", + "\n", + "print(f\"Index loaded: {index}\")" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "id": "c5f03edc", + "metadata": {}, + "outputs": [], + "source": [ + "BACKBONE_MODEL = \"flan-t5-base\"\n", + "\n", + "PROMPT = \"\"\"Instruction: Rewrite the user's search query to be optimal for a keyword-based search engine (BM25). Remove unnecessary words, fix typos, and add relevant technical context or synonyms to improve retrieval.\n", + "\n", + "###\n", + "Example 1:\n", + "Input: why is my internet so slow today\n", + "Output: slow internet connection speed troubleshooting causes\n", + "###\n", + "Example 2:\n", + "Input: python list reverse\n", + "Output: python list reverse method syntax documentation\n", + "###\n", + "Example 3:\n", + "Input: symptoms of flu vs covid\n", + "Output: flu covid-19 symptoms difference comparison chart\n", + "###\n", + "Example 4:\n", + "Input: best italian food nyc near central park\n", + "Output: best italian restaurants new york city central park manhattan reviews\n", + "###\n", + "Example 5:\n", + "Input: {{ query_text }}\n", + "Output:\"\"\"" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "id": "baa74eb8", + "metadata": {}, + "outputs": [], + "source": [ + "def optimize_query():\n", + " generator = pipeline(\"text2text-generation\", model=f\"google/{BACKBONE_MODEL}\", device=-1)\n", + "\n", + " def _rewrite_row(row):\n", + " input_text = PROMPT.replace(\"{{ query_text }}\", row['query'])\n", + " results = generator(input_text, max_new_tokens=32, num_beams=5, early_stopping=True)\n", + " text = results[0]['generated_text']\n", + " return text.split(\"###\")[0].strip()\n", + "\n", + " return pt.apply.query(_rewrite_row)" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "id": "8070d43b", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Previewing query optimization:\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Device set to use cpu\n" + ] + }, + { + "data": { + "application/vnd.microsoft.datawrangler.viewer.v0+json": { + "columns": [ + { + "name": "index", + "rawType": "int64", + "type": "integer" + }, + { + "name": "qid", + "rawType": "object", + "type": "string" + }, + { + "name": "query_0", + "rawType": "object", + "type": "string" + }, + { + "name": "query", + "rawType": "object", + "type": "string" + } + ], + "ref": "33524594-c889-4e19-b553-f4ae612798cb", + "rows": [ + [ + "0", + "3", + "split ergo keyboard", + "split ergo keyboard" + ], + [ + "1", + "4", + "metoo Hollywood", + "metoo Hollywood" + ], + [ + "2", + "7", + "gastritis symptoms", + "symptoms of gastritis" + ], + [ + "3", + "8", + "What is privacy by design(PbD)?", + "What is privacy by design(PbD)?" + ], + [ + "4", + "13", + "Impact of Exercise on Depression", + "Impact of Exercise on Depression" + ], + [ + "5", + "15", + "Autonomous car ethics in unavoidable accidents", + "Autonomous car ethics in unavoidable accidents" + ], + [ + "6", + "16", + "mahler sixth symphony concert 2025", + "mahler sixth symphony concert 2025" + ], + [ + "7", + "18", + "Climate change effects on agriculture", + "Climate change effects on agriculture" + ], + [ + "8", + "20", + "History of urban rooftop gardening in European cities", + "History of urban rooftop gardening in European cities" + ], + [ + "9", + "23", + "excel sum cells", + "Excel sum cells" + ], + [ + "10", + "24", + "Iceland nature", + "Iceland nature" + ], + [ + "11", + "31", + "decision trees", + "decision trees" + ], + [ + "12", + "32", + "Hyperion Dan Simmons review", + "Hyperion Dan Simmons review" + ], + [ + "13", + "34", + "early detection of fake news", + "Early detection of fake news" + ], + [ + "14", + "39", + "Renewable Energy Storage Solutions", + "Renewable Energy Storage Solutions" + ], + [ + "15", + "42", + "Automatic Speech Recognition", + "Automatic Speech Recognition" + ], + [ + "16", + "43", + "Gothic architecture", + "Gothic architecture" + ], + [ + "17", + "44", + "The impact of online gaming on the brain", + "The impact of online gaming on the brain" + ], + [ + "18", + "46", + "Impact of Social Media on Adolescent Mental Health", + "Impact of social media on adolescents mental health" + ], + [ + "19", + "48", + "Hypnosis for sleep", + "Hypnosis for sleep" + ], + [ + "20", + "52", + "Protein shake before or after workout", + "Protein shake before or after workout" + ], + [ + "21", + "54", + "Solar panel recycling regularions", + "Solar panel recycling regularions" + ], + [ + "22", + "58", + "Growth of esports industry", + "Growth of esports industry" + ], + [ + "23", + "60", + "What can dogs eat", + "What can dogs eat?" + ], + [ + "24", + "64", + "Average data scientist salary", + "Average salary for data scientist" + ], + [ + "25", + "68", + "drinking water purification methods", + "drinking water purification methods" + ], + [ + "26", + "69", + "the rings of power", + "The rings of power" + ], + [ + "27", + "74", + "Homeassistant setup", + "Home assistant setup" + ] + ], + "shape": { + "columns": 3, + "rows": 28 + } + }, + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
qidquery_0query
03split ergo keyboardsplit ergo keyboard
14metoo Hollywoodmetoo Hollywood
27gastritis symptomssymptoms of gastritis
38What is privacy by design(PbD)?What is privacy by design(PbD)?
413Impact of Exercise on DepressionImpact of Exercise on Depression
515Autonomous car ethics in unavoidable accidentsAutonomous car ethics in unavoidable accidents
616mahler sixth symphony concert 2025mahler sixth symphony concert 2025
718Climate change effects on agricultureClimate change effects on agriculture
820History of urban rooftop gardening in European...History of urban rooftop gardening in European...
923excel sum cellsExcel sum cells
1024Iceland natureIceland nature
1131decision treesdecision trees
1232Hyperion Dan Simmons reviewHyperion Dan Simmons review
1334early detection of fake newsEarly detection of fake news
1439Renewable Energy Storage SolutionsRenewable Energy Storage Solutions
1542Automatic Speech RecognitionAutomatic Speech Recognition
1643Gothic architectureGothic architecture
1744The impact of online gaming on the brainThe impact of online gaming on the brain
1846Impact of Social Media on Adolescent Mental He...Impact of social media on adolescents mental h...
1948Hypnosis for sleepHypnosis for sleep
2052Protein shake before or after workoutProtein shake before or after workout
2154Solar panel recycling regularionsSolar panel recycling regularions
2258Growth of esports industryGrowth of esports industry
2360What can dogs eatWhat can dogs eat?
2464Average data scientist salaryAverage salary for data scientist
2568drinking water purification methodsdrinking water purification methods
2669the rings of powerThe rings of power
2774Homeassistant setupHome assistant setup
\n", + "
" + ], + "text/plain": [ + " qid query_0 \\\n", + "0 3 split ergo keyboard \n", + "1 4 metoo Hollywood \n", + "2 7 gastritis symptoms \n", + "3 8 What is privacy by design(PbD)? \n", + "4 13 Impact of Exercise on Depression \n", + "5 15 Autonomous car ethics in unavoidable accidents \n", + "6 16 mahler sixth symphony concert 2025 \n", + "7 18 Climate change effects on agriculture \n", + "8 20 History of urban rooftop gardening in European... \n", + "9 23 excel sum cells \n", + "10 24 Iceland nature \n", + "11 31 decision trees \n", + "12 32 Hyperion Dan Simmons review \n", + "13 34 early detection of fake news \n", + "14 39 Renewable Energy Storage Solutions \n", + "15 42 Automatic Speech Recognition \n", + "16 43 Gothic architecture \n", + "17 44 The impact of online gaming on the brain \n", + "18 46 Impact of Social Media on Adolescent Mental He... \n", + "19 48 Hypnosis for sleep \n", + "20 52 Protein shake before or after workout \n", + "21 54 Solar panel recycling regularions \n", + "22 58 Growth of esports industry \n", + "23 60 What can dogs eat \n", + "24 64 Average data scientist salary \n", + "25 68 drinking water purification methods \n", + "26 69 the rings of power \n", + "27 74 Homeassistant setup \n", + "\n", + " query \n", + "0 split ergo keyboard \n", + "1 metoo Hollywood \n", + "2 symptoms of gastritis \n", + "3 What is privacy by design(PbD)? \n", + "4 Impact of Exercise on Depression \n", + "5 Autonomous car ethics in unavoidable accidents \n", + "6 mahler sixth symphony concert 2025 \n", + "7 Climate change effects on agriculture \n", + "8 History of urban rooftop gardening in European... \n", + "9 Excel sum cells \n", + "10 Iceland nature \n", + "11 decision trees \n", + "12 Hyperion Dan Simmons review \n", + "13 Early detection of fake news \n", + "14 Renewable Energy Storage Solutions \n", + "15 Automatic Speech Recognition \n", + "16 Gothic architecture \n", + "17 The impact of online gaming on the brain \n", + "18 Impact of social media on adolescents mental h... \n", + "19 Hypnosis for sleep \n", + "20 Protein shake before or after workout \n", + "21 Solar panel recycling regularions \n", + "22 Growth of esports industry \n", + "23 What can dogs eat? \n", + "24 Average salary for data scientist \n", + "25 drinking water purification methods \n", + "26 The rings of power \n", + "27 Home assistant setup " + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "print(\"Previewing query optimization:\")\n", + "llm_pipeline = optimize_query()\n", + "preview = llm_pipeline.transform(topics.head(50))\n", + "display(preview)" + ] + }, + { + "cell_type": "code", + "execution_count": 7, + "id": "a2df4d03", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/tmp/ipykernel_3959/2897490883.py:1: DeprecationWarning: Call to deprecated class BatchRetrieve. (use pt.terrier.Retriever() instead) -- Deprecated since version 0.11.0.\n", + " bm25 = pt.BatchRetrieve(index, wmodel=\"BM25\")\n", + "Device set to use cpu\n" + ] + } + ], + "source": [ + "bm25 = pt.BatchRetrieve(index, wmodel=\"BM25\")\n", + "\n", + "retrieval_llm_pipeline = optimize_query() >> bm25" + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "id": "b21e789f", + "metadata": {}, + "outputs": [ + { + "data": { + "application/vnd.microsoft.datawrangler.viewer.v0+json": { + "columns": [ + { + "name": "index", + "rawType": "int64", + "type": "integer" + }, + { + "name": "name", + "rawType": "object", + "type": "string" + }, + { + "name": "map", + "rawType": "float64", + "type": "float" + }, + { + "name": "P_10", + "rawType": "float64", + "type": "float" + }, + { + "name": "recall_100", + "rawType": "float64", + "type": "float" + }, + { + "name": "ndcg_cut_10", + "rawType": "float64", + "type": "float" + } + ], + "ref": "3a39c30b-92ae-4293-b8cd-638a95fe7cea", + "rows": [ + [ + "0", + "BM25", + "0.38139460838085837", + "0.43214285714285705", + "0.6811976005445962", + "0.45163465633411787" + ], + [ + "1", + "LLM_optimized_queries", + "0.38132069260032536", + "0.4285714285714285", + "0.6811976005445962", + "0.4545081987962892" + ] + ], + "shape": { + "columns": 5, + "rows": 2 + } + }, + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
namemapP_10recall_100ndcg_cut_10
0BM250.3813950.4321430.6811980.451635
1LLM_optimized_queries0.3813210.4285710.6811980.454508
\n", + "
" + ], + "text/plain": [ + " name map P_10 recall_100 ndcg_cut_10\n", + "0 BM25 0.381395 0.432143 0.681198 0.451635\n", + "1 LLM_optimized_queries 0.381321 0.428571 0.681198 0.454508" + ] + }, + "execution_count": 8, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "pt.Experiment(\n", + " [bm25, retrieval_llm_pipeline],\n", + " names=['BM25', 'LLM_optimized_queries'],\n", + " topics=topics,\n", + " qrels=qrels,\n", + " eval_metrics=['ndcg_cut_10', 'P_10', 'recall_100', 'map']\n", + ")" + ] + }, + { + "cell_type": "code", + "execution_count": 11, + "id": "f2e59f2f", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "--- Starte: pyterrier-bm25-baseline ---\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Detected a hypervisor/virtualization technology. Some metrics might not be available due to configuration or availability of virtual hardware features.\n", + "\n", + "===== Processor information =====\n", + "Linux arch_perfmon flag : yes\n", + "Hybrid processor : no\n", + "IBRS and IBPB supported : yes\n", + "STIBP supported : yes\n", + "Spec arch caps supported : yes\n", + "Max CPUID level : 27\n", + "CPU model number : 140\n", + "PCM Error: can't open MSR handle for core 0 (No such file or directory)\n", + "Try no-MSR mode by setting env variable PCM_NO_MSR=1\n", + "Can not access CPUs Model Specific Registers (MSRs).\n", + "execute 'modprobe msr' as root user, then execute pcm as root user.\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Gespeichert in: output/runs/radboud-validation-20251114-training/pyterrier-bm25-baseline/run.txt.gz\n", + "--- Starte: pyterrier-flan-t5-bm25 ---\n", + "Gespeichert in: output/runs/radboud-validation-20251114-training/pyterrier-flan-t5-bm25/run.txt.gz\n" + ] + } + ], + "source": [ + "from tirex_tracker import tracking, ExportFormat\n", + "\n", + "output = Path(\"./output\")\n", + "\n", + "def run_tira_experiment(pipeline, pipeline_name, dataset_id, topics, description):\n", + " target_dir = output / \"runs\" / dataset_id / pipeline_name\n", + " target_file = target_dir / \"run.txt.gz\"\n", + "\n", + " if target_file.exists():\n", + " print(f\"Run existiert bereits: {target_dir}\")\n", + " return\n", + "\n", + " target_dir.mkdir(parents=True, exist_ok=True)\n", + "\n", + " print(f\"--- Starte: {pipeline_name} ---\")\n", + "\n", + " with tracking(\n", + " export_file_path=target_dir / \"retrieval-metadata.yml\", \n", + " export_format=ExportFormat.IR_METADATA, \n", + " system_description=description, \n", + " system_name=pipeline_name\n", + " ):\n", + " run = pipeline.transform(topics)\n", + "\n", + " pt.io.write_results(run, str(target_file))\n", + " print(f\"Gespeichert in: {target_file}\")\n", + "\n", + "run_tira_experiment(\n", + " pipeline=bm25,\n", + " pipeline_name=\"pyterrier-bm25-baseline\",\n", + " dataset_id=ds_id,\n", + " topics=topics,\n", + " description=\"Standard BM25 retrieval without query expansion.\"\n", + ")\n", + "\n", + "run_tira_experiment(\n", + " pipeline=retrieval_llm_pipeline,\n", + " pipeline_name=\"pyterrier-flan-t5-bm25\",\n", + " dataset_id=ds_id,\n", + " topics=topics,\n", + " description=\"Query rewriting using FLAN-T5-small followed by BM25.\"\n", + ")" + ] + }, + { + "cell_type": "markdown", + "id": "3c57a991", + "metadata": {}, + "source": [ + "## Reranker" + ] + }, + { + "cell_type": "code", + "execution_count": 12, + "id": "c626596a", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Loading Docs: 63621it [00:27, 2273.79it/s]\n" + ] + } + ], + "source": [ + "irds_ds = ir_datasets.load(f\"ir-lab-wise-2025/{ds_id}\")\n", + "\n", + "doc_text_map = {doc.doc_id: doc.default_text() for doc in tqdm(irds_ds.docs_iter(), desc=\"Loading Docs\")}\n", + "\n", + "def _lookup_text(row):\n", + " return doc_text_map.get(row['docno'], \"\")\n", + "\n", + "text_getter = pt.apply.text(_lookup_text)" + ] + }, + { + "cell_type": "code", + "execution_count": 13, + "id": "61bb860b", + "metadata": {}, + "outputs": [], + "source": [ + "from sentence_transformers import CrossEncoder\n", + "\n", + "model = CrossEncoder('cross-encoder/ms-marco-MiniLM-L-6-v2', device=\"cpu\")\n", + "\n", + "def _cross_encoder_score(row):\n", + " return float(model.predict([(row['query'], row['text'])])[0])\n", + "\n", + "pipeline_rerank = (bm25 % 100) >> text_getter >> pt.apply.doc_score(_cross_encoder_score)" + ] + }, + { + "cell_type": "code", + "execution_count": 14, + "id": "e173ce09", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Device set to use cpu\n" + ] + } + ], + "source": [ + "combined_pipeline = optimize_query() >> (bm25 % 100) >> text_getter >> pt.apply.doc_score(_cross_encoder_score)" + ] + }, + { + "cell_type": "code", + "execution_count": 15, + "id": "3c6bc624", + "metadata": {}, + "outputs": [ + { + "data": { + "application/vnd.microsoft.datawrangler.viewer.v0+json": { + "columns": [ + { + "name": "index", + "rawType": "int64", + "type": "integer" + }, + { + "name": "name", + "rawType": "object", + "type": "string" + }, + { + "name": "map", + "rawType": "float64", + "type": "float" + }, + { + "name": "P_10", + "rawType": "float64", + "type": "float" + }, + { + "name": "recall_100", + "rawType": "float64", + "type": "float" + }, + { + "name": "ndcg_cut_10", + "rawType": "float64", + "type": "float" + } + ], + "ref": "1d4453ab-b1c2-4724-ab7a-5a14cd4a5102", + "rows": [ + [ + "0", + "BM25", + "0.38139460838085837", + "0.43214285714285705", + "0.6811976005445962", + "0.45163465633411787" + ], + [ + "1", + "LLM_optimized_queries", + "0.38132069260032536", + "0.4285714285714285", + "0.6811976005445962", + "0.4545081987962892" + ], + [ + "2", + "Rerank only", + "0.3832413919829099", + "0.4607142857142858", + "0.6811976005445962", + "0.49416968070966977" + ], + [ + "3", + "Rewrite_and_rerank", + "0.38993256146935534", + "0.46428571428571436", + "0.6811976005445962", + "0.5012757355749428" + ] + ], + "shape": { + "columns": 5, + "rows": 4 + } + }, + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
namemapP_10recall_100ndcg_cut_10
0BM250.3813950.4321430.6811980.451635
1LLM_optimized_queries0.3813210.4285710.6811980.454508
2Rerank only0.3832410.4607140.6811980.494170
3Rewrite_and_rerank0.3899330.4642860.6811980.501276
\n", + "
" + ], + "text/plain": [ + " name map P_10 recall_100 ndcg_cut_10\n", + "0 BM25 0.381395 0.432143 0.681198 0.451635\n", + "1 LLM_optimized_queries 0.381321 0.428571 0.681198 0.454508\n", + "2 Rerank only 0.383241 0.460714 0.681198 0.494170\n", + "3 Rewrite_and_rerank 0.389933 0.464286 0.681198 0.501276" + ] + }, + "execution_count": 15, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "pt.Experiment(\n", + " [bm25, retrieval_llm_pipeline, pipeline_rerank, combined_pipeline],\n", + " names=['BM25', 'LLM_optimized_queries', \"Rerank only\", \"Rewrite_and_rerank\"],\n", + " topics=topics,\n", + " qrels=qrels,\n", + " eval_metrics=['ndcg_cut_10', 'P_10', 'recall_100', 'map']\n", + ")" + ] + }, + { + "cell_type": "code", + "execution_count": 16, + "id": "df5a9d22", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "--- Starte: combined_rewrite_reranker ---\n", + "Gespeichert in: output/runs/radboud-validation-20251114-training/combined_rewrite_reranker/run.txt.gz\n" + ] + } + ], + "source": [ + "run_tira_experiment(\n", + " pipeline=combined_pipeline,\n", + " pipeline_name=\"combined_rewrite_reranker\",\n", + " dataset_id=ds_id,\n", + " topics=topics,\n", + " description=\"query rewrite with BM25 retrieval (top 100) followed by reranking.\"\n", + ")" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "ef2025e5", + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": ".venv", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.10.12" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/ks-ORAKEL-01/requirements.txt b/ks-ORAKEL-01/requirements.txt new file mode 100644 index 0000000..648106e --- /dev/null +++ b/ks-ORAKEL-01/requirements.txt @@ -0,0 +1,9 @@ +python-terrier +tira>=0.0.188 +ir_datasets +tirex-tracker==0.2.15 +click +torch +transformers +sentence_transformers +nbformat \ No newline at end of file diff --git a/ks-ORAKEL/.gitkeep b/ks-ORAKEL/.gitkeep deleted file mode 100644 index e69de29..0000000 From 8925f00263447222c6a556617fe9793ed2df9cf4 Mon Sep 17 00:00:00 2001 From: Jonas Keller Date: Sat, 13 Dec 2025 06:18:29 +0100 Subject: [PATCH 5/5] refac: move oracle directory --- {ks-ORAKEL-01 => ecir26/ks-orakel-01}/.devcontainer.json | 0 {ks-ORAKEL-01 => ecir26/ks-orakel-01}/.gitignore | 0 {ks-ORAKEL-01 => ecir26/ks-orakel-01}/Dockerfile | 0 {ks-ORAKEL-01 => ecir26/ks-orakel-01}/Dockerfile.dev | 0 {ks-ORAKEL-01 => ecir26/ks-orakel-01}/README.md | 0 {ks-ORAKEL-01 => ecir26/ks-orakel-01}/query-optimization.ipynb | 0 {ks-ORAKEL-01 => ecir26/ks-orakel-01}/requirements.txt | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename {ks-ORAKEL-01 => ecir26/ks-orakel-01}/.devcontainer.json (100%) rename {ks-ORAKEL-01 => ecir26/ks-orakel-01}/.gitignore (100%) rename {ks-ORAKEL-01 => ecir26/ks-orakel-01}/Dockerfile (100%) rename {ks-ORAKEL-01 => ecir26/ks-orakel-01}/Dockerfile.dev (100%) rename {ks-ORAKEL-01 => ecir26/ks-orakel-01}/README.md (100%) rename {ks-ORAKEL-01 => ecir26/ks-orakel-01}/query-optimization.ipynb (100%) rename {ks-ORAKEL-01 => ecir26/ks-orakel-01}/requirements.txt (100%) diff --git a/ks-ORAKEL-01/.devcontainer.json b/ecir26/ks-orakel-01/.devcontainer.json similarity index 100% rename from ks-ORAKEL-01/.devcontainer.json rename to ecir26/ks-orakel-01/.devcontainer.json diff --git a/ks-ORAKEL-01/.gitignore b/ecir26/ks-orakel-01/.gitignore similarity index 100% rename from ks-ORAKEL-01/.gitignore rename to ecir26/ks-orakel-01/.gitignore diff --git a/ks-ORAKEL-01/Dockerfile b/ecir26/ks-orakel-01/Dockerfile similarity index 100% rename from ks-ORAKEL-01/Dockerfile rename to ecir26/ks-orakel-01/Dockerfile diff --git a/ks-ORAKEL-01/Dockerfile.dev b/ecir26/ks-orakel-01/Dockerfile.dev similarity index 100% rename from ks-ORAKEL-01/Dockerfile.dev rename to ecir26/ks-orakel-01/Dockerfile.dev diff --git a/ks-ORAKEL-01/README.md b/ecir26/ks-orakel-01/README.md similarity index 100% rename from ks-ORAKEL-01/README.md rename to ecir26/ks-orakel-01/README.md diff --git a/ks-ORAKEL-01/query-optimization.ipynb b/ecir26/ks-orakel-01/query-optimization.ipynb similarity index 100% rename from ks-ORAKEL-01/query-optimization.ipynb rename to ecir26/ks-orakel-01/query-optimization.ipynb diff --git a/ks-ORAKEL-01/requirements.txt b/ecir26/ks-orakel-01/requirements.txt similarity index 100% rename from ks-ORAKEL-01/requirements.txt rename to ecir26/ks-orakel-01/requirements.txt